From 5a25a2be10df00f1071621d8482f47be7091a901 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Mon, 18 Jan 2021 18:39:52 -0800 Subject: Adding Eryone Thinker profile to Cura - adding printer definition - adding extruder definition - adding image plate - adding platform object - adding quality profiles --- resources/definitions/eryone_thinker.def.json | 253 + .../extruders/eryone_thinker_extruder_0.def.json | 15 + resources/images/eryone_thinker_plate.png | Bin 0 -> 11201 bytes resources/meshes/eryone_thinker_platform.obj | 93792 +++++++++++++++++++ .../eryone_thinker/eryone_thinker_fast.inst.cfg | 31 + .../eryone_thinker/eryone_thinker_high.inst.cfg | 30 + .../eryone_thinker/eryone_thinker_normal.inst.cfg | 28 + 7 files changed, 94149 insertions(+) create mode 100644 resources/definitions/eryone_thinker.def.json create mode 100644 resources/extruders/eryone_thinker_extruder_0.def.json create mode 100644 resources/images/eryone_thinker_plate.png create mode 100644 resources/meshes/eryone_thinker_platform.obj create mode 100644 resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg create mode 100644 resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg create mode 100644 resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json new file mode 100644 index 0000000000..5e2b06f3ae --- /dev/null +++ b/resources/definitions/eryone_thinker.def.json @@ -0,0 +1,253 @@ +{ + "version": 2, + "name": "Eryone Thinker", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Demetrius Apostolopoulos", + "manufacturer": "Eryone", + "file_formats": "text/x-gcode", + "platform": "eryone_thinker_platform.obj", + "platform_texture": "eryone_thinker_plate.png", + "platform_offset": [0, -120, 0], + "has_materials": true, + "preferred_material": "generic_pla", + "has_machine_quality": true, + "preferred_quality_type": "normal", + "machine_extruder_trains": + { + "0": "eryone_thinker_extruder_0" + }, + "first_start_actions": ["MachineSettingsAction"] + }, + + "overrides": + { + "machine_name": { + "default_value": "Eryone Thinker" + }, + "machine_heated_bed": { + "default_value": true + }, + "machine_width": { + "default_value": 300 + }, + "machine_height": { + "default_value": 400 + }, + "machine_depth": { + "default_value": 300 + }, + "machine_center_is_zero": { + "default_value": false + }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-20, 30], + [-20, -20], + [20, -20], + [20, 30] + ] + }, + "gantry_height": { + "value": 30 + }, + "machine_gcode_flavor": { + "default_value": "Marlin" + }, + "machine_start_gcode": { + "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nG5 ;enable resume from power failure\nM117 Printing..." + }, + "machine_end_gcode": { + "default_value": "M104 S0\nM140 S0 ;Retract the filament\nG92 E1\nG1 E-5 F300\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + }, + "acceleration_enabled": { + "value": true + }, + "acceleration_print": { + "value": 750 + }, + "acceleration_travel": { + "value": 1500 + }, + "adhesion_type": { + "value": "'skirt'" + }, + "brim_width": { + "value": 5 + }, + "cool_fan_full_at_height": { + "value": 0.5 + }, + "cool_fan_speed": { + "value": 100 + }, + "cool_fan_speed_0": { + "value": 100 + }, + "infill_overlap": { + "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", + "maximum_value_warning": 100, + "minimum_value_warning": -50 + }, + "infill_pattern": { + "value": "'lines' if infill_sparse_density > 25 else 'grid'" + }, + "infill_sparse_density": { + "value": 20 + }, + "initial_layer_line_width_factor": { + "value": 120 + }, + "infill_before_walls": { + "value": false + }, + "jerk_enabled": { + "value": true + }, + "jerk_print": { + "value": 10 + }, + "jerk_travel": { + "value": 15 + }, + "material_bed_temperature": { + "maximum_value_warning": 100 + }, + "material_print_temperature": { + "maximum_value_warning": 250 + }, + "optimize_wall_printing_order": { + "default_value": true + }, + "outer_inset_first": { + "default_value": false + }, + "retract_at_layer_change": { + "value": true + }, + "retraction_amount": { + "default_value": 4 + }, + "retraction_hop": { + "value": 0.075 + }, + "retraction_hop_enabled": { + "value": false + }, + "retraction_hop_only_when_collides": { + "value": true + }, + "retraction_min_travel": { + "value": 1.5 + }, + "retraction_speed": { + "default_value": 85, + "maximum_value_warning": 100 + }, + "retraction_retract_speed": { + "maximum_value_warning": 130 + }, + "retraction_prime_speed": { + "value": "math.ceil(retraction_speed * 0.4)", + "maximum_value_warning": 130 + }, + "retraction_combing": { + "value": "'off' if retraction_hop_enabled else 'noskin'" + }, + "skin_overlap": { + "value": 10 + }, + "skirt_brim_speed": { + "value": 40 + }, + "skirt_gap": { + "value": 5 + }, + "skirt_line_count": { + "value": 3 + }, + "speed_infill": { + "value": "speed_print" + }, + "speed_topbottom": { + "value": "math.ceil(speed_print * 20 / 50)" + }, + "speed_travel": { + "value": "120" + }, + "speed_layer_0": { + "value": "math.ceil(speed_print * 30 / 50)" + }, + "speed_wall": { + "value": "speed_print" + }, + "speed_wall_0": { + "value": "math.ceil(speed_print * 30 / 50)" + }, + "speed_wall_x": { + "value": "speed_print" + }, + "support_angle": { + "value": 50 + }, + "support_enable": { + "default_value": false + }, + "support_interface_enable": { + "value": true + }, + "support_pattern": { + "value": "'triangles'" + }, + "support_roof_enable": { + "value": true + }, + "support_type": { + "value": "'everywhere'" + }, + "support_use_towers": { + "value": false + }, + "support_z_distance": { + "value": 0.3 + }, + "support_xy_distance": { + "value": 0.7 + }, + "support_xy_distance_overhang": { + "value": 0.2 + }, + "smooth_spiralized_contours": { + "value": false + }, + "travel_retract_before_outer_wall": { + "value": true + }, + "wall_line_count": { + "value": 3 + }, + "wall_thickness": { + "value": "1.2" + }, + "bottom_layers": { + "value": "4" + }, + "bottom_thickness":{ + "value": "layer_height * bottom_layers" + }, + "top_layers": { + "value": "6" + }, + "top_thickness":{ + "value": "layer_height * top_layers" + }, + "z_seam_type": { + "value": "'shortest'" + }, + "z_seam_corner": { + "value": "'z_seam_corner_inner'" + } + } +} diff --git a/resources/extruders/eryone_thinker_extruder_0.def.json b/resources/extruders/eryone_thinker_extruder_0.def.json new file mode 100644 index 0000000000..32889435a8 --- /dev/null +++ b/resources/extruders/eryone_thinker_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "eryone_thinker", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} diff --git a/resources/images/eryone_thinker_plate.png b/resources/images/eryone_thinker_plate.png new file mode 100644 index 0000000000..b1323f6fe3 Binary files /dev/null and b/resources/images/eryone_thinker_plate.png differ diff --git a/resources/meshes/eryone_thinker_platform.obj b/resources/meshes/eryone_thinker_platform.obj new file mode 100644 index 0000000000..6cfcdebd16 --- /dev/null +++ b/resources/meshes/eryone_thinker_platform.obj @@ -0,0 +1,93792 @@ +# This file uses centimeters as units for non-parametric coordinates. + +v 150.000000 -155.000000 120.000000 +v -150.000000 -155.000000 120.000000 +v 150.000000 -155.000000 114.000000 +v -150.000000 -155.000000 114.000000 +v 155.000000 -150.000000 114.000000 +v 155.000000 -150.000000 120.000000 +v 154.829636 -151.294098 114.000000 +v 154.829636 -151.294098 120.000000 +v 154.330124 -152.500000 114.000000 +v 154.330124 -152.500000 120.000000 +v 153.535538 -153.535538 114.000000 +v 153.535538 -153.535538 120.000000 +v 152.500000 -154.330124 114.000000 +v 152.500000 -154.330124 120.000000 +v 151.294098 -154.829636 114.000000 +v 151.294098 -154.829636 120.000000 +v 155.000000 150.000000 120.000000 +v 155.000000 150.000000 114.000000 +v 150.000000 155.000000 114.000000 +v 150.000000 155.000000 120.000000 +v 151.294098 154.829636 114.000000 +v 151.294098 154.829636 120.000000 +v 152.500000 154.330124 114.000000 +v 152.500000 154.330124 120.000000 +v 153.535538 153.535538 114.000000 +v 153.535538 153.535538 120.000000 +v 154.330124 152.500000 114.000000 +v 154.330124 152.500000 120.000000 +v 154.829636 151.294098 114.000000 +v 154.829636 151.294098 120.000000 +v -150.000000 155.000000 120.000000 +v -150.000000 155.000000 114.000000 +v -155.000000 150.000000 114.000000 +v -155.000000 150.000000 120.000000 +v -154.829636 151.294098 114.000000 +v -154.829636 151.294098 120.000000 +v -154.330124 152.500000 114.000000 +v -154.330124 152.500000 120.000000 +v -153.535538 153.535538 114.000000 +v -153.535538 153.535538 120.000000 +v -152.500000 154.330124 114.000000 +v -152.500000 154.330124 120.000000 +v -151.294098 154.829636 114.000000 +v -151.294098 154.829636 120.000000 +v -155.000000 -150.000000 120.000000 +v -155.000000 -150.000000 114.000000 +v -151.294098 -154.829636 114.000000 +v -151.294098 -154.829636 120.000000 +v -152.500000 -154.330124 114.000000 +v -152.500000 -154.330124 120.000000 +v -153.535538 -153.535538 114.000000 +v -153.535538 -153.535538 120.000000 +v -154.330124 -152.500000 114.000000 +v -154.330124 -152.500000 120.000000 +v -154.829636 -151.294098 114.000000 +v -154.829636 -151.294098 120.000000 +v 137.500000 -53.502872 102.994667 +v 137.500000 -51.292904 103.792894 +v 137.500000 -52.707096 105.207105 +v 137.500000 -56.500000 101.414213 +v 137.500000 -55.085785 100.000000 +v 137.500000 -57.500000 99.000000 +v 137.500000 -53.500000 99.000000 +v 137.500000 -51.448891 106.888227 +v 137.500000 -52.925861 107.162827 +v 137.500000 -51.500004 106.499999 +v 137.500000 -53.000000 106.500000 +v 137.500000 -52.925865 105.837172 +v 137.500000 -52.707096 107.792893 +v 137.500000 -51.299038 107.250000 +v 137.500000 -51.060665 107.560659 +v 137.500000 -51.292904 109.207107 +v 137.500000 -50.750000 107.799038 +v 137.500000 -50.388229 107.948889 +v 137.500000 -50.662827 109.425860 +v 137.500000 -50.000004 107.999999 +v 137.500000 -50.000000 109.500000 +v 137.500000 -49.337173 109.425860 +v 137.500000 -49.611771 107.948889 +v 137.500000 -48.707100 109.207107 +v 137.500000 -49.250000 107.799038 +v 137.500000 -48.939339 107.560659 +v 137.500000 -47.292900 107.792893 +v 137.500000 -48.700962 107.250000 +v 137.500000 -48.551113 106.888227 +v 137.500000 -47.074139 107.162827 +v 137.500000 -48.500004 106.499999 +v 137.500000 -47.000000 106.500000 +v 137.500000 -47.074139 105.837172 +v 137.500000 -48.551113 106.111772 +v 137.500000 -47.292904 105.207105 +v 137.500000 -48.700962 105.750000 +v 137.500000 -48.939339 105.439340 +v 137.500000 -48.707100 103.792894 +v 137.500000 -49.250000 105.200961 +v 137.500000 -49.611771 105.051110 +v 137.500000 -49.337173 103.574139 +v 137.500000 -50.000004 104.999999 +v 137.500000 -50.000000 103.500000 +v 137.500000 -50.662827 103.574139 +v 137.500000 -50.388229 105.051110 +v 137.500000 -50.750000 105.200961 +v 137.500000 -51.060665 105.439340 +v 137.500000 -51.299038 105.750000 +v 137.500000 -51.448891 106.111772 +v 137.500000 -46.497128 102.994667 +v 137.500000 -44.914215 100.000000 +v 137.500000 -43.500000 101.414213 +v 137.500000 -56.500000 110.000000 +v 137.500000 -56.500000 111.585786 +v 137.500000 -57.500000 110.000000 +v 137.500000 -57.500000 114.000000 +v 137.500000 -55.085789 113.000000 +v 137.500000 -53.500000 114.000000 +v 137.500000 -53.500000 113.000000 +v 137.500000 -56.500000 102.992208 +v 137.500000 -57.500000 102.992208 +v 137.500000 -53.500000 100.000000 +v 137.500000 -46.500000 100.000000 +v 137.500000 -46.500000 99.000000 +v 137.500000 -42.500000 99.000000 +v 137.500000 -42.500000 102.992208 +v 137.500000 -43.500000 102.992208 +v 137.500000 -43.500000 111.585786 +v 137.500000 -44.914219 113.000000 +v 137.500000 -42.500000 114.000000 +v 137.500000 -46.500000 114.000000 +v 137.500000 -43.500000 110.000000 +v 137.500000 -42.500000 110.000000 +v 137.500000 -46.500000 113.000000 +v -137.500000 -46.497128 102.994669 +v 129.166687 -51.448891 106.111772 +v 129.166687 -51.500000 106.500000 +v 129.166687 -51.448891 106.888227 +v 129.166687 -51.299038 107.250000 +v 129.166687 -51.060665 107.560659 +v 129.166687 -50.750000 107.799038 +v 129.166687 -50.388229 107.948889 +v 129.166687 -50.000000 108.000000 +v 129.166687 -49.611771 107.948889 +v 129.166687 -49.250000 107.799038 +v 129.166687 -48.939339 107.560659 +v 129.166687 -48.700966 107.250000 +v 129.166687 -48.551113 106.888227 +v 129.166687 -48.500000 106.500000 +v 129.166687 -48.551113 106.111772 +v 129.166687 -48.700966 105.750000 +v 129.166687 -48.939339 105.439340 +v 129.166687 -49.250000 105.200960 +v 129.166687 -49.611771 105.051110 +v 129.166687 -50.000000 105.000000 +v 129.166687 -50.388229 105.051110 +v 129.166687 -50.750000 105.200960 +v 129.166687 -51.060665 105.439340 +v 129.166687 -51.299038 105.750000 +v -137.500000 -51.448891 106.888227 +v -129.166687 -51.448891 106.888227 +v -137.500000 -51.500004 106.499999 +v -129.166687 -51.500000 106.500000 +v -137.500000 -51.448891 106.111772 +v -129.166687 -51.448891 106.111772 +v -137.500000 -51.299038 105.750000 +v -129.166687 -51.299038 105.750000 +v -137.500000 -51.060665 105.439340 +v -129.166687 -51.060665 105.439340 +v -137.500000 -50.750000 105.200961 +v -129.166687 -50.750000 105.200960 +v -137.500000 -50.388229 105.051110 +v -129.166687 -50.388229 105.051110 +v -137.500000 -50.000004 104.999999 +v -129.166687 -50.000000 105.000000 +v -137.500000 -49.611771 105.051110 +v -129.166687 -49.611771 105.051110 +v -137.500000 -49.250000 105.200961 +v -129.166687 -49.250000 105.200960 +v -137.500000 -48.939339 105.439340 +v -129.166687 -48.939339 105.439340 +v -137.500000 -48.700962 105.750000 +v -129.166687 -48.700966 105.750000 +v -137.500000 -48.551113 106.111772 +v -129.166687 -48.551113 106.111772 +v -137.500000 -48.500004 106.499999 +v -129.166687 -48.500000 106.500000 +v -137.500000 -48.551113 106.888227 +v -129.166687 -48.551113 106.888227 +v -137.500000 -48.700962 107.250000 +v -129.166687 -48.700966 107.250000 +v -137.500000 -48.939339 107.560659 +v -129.166687 -48.939339 107.560659 +v -137.500000 -49.250000 107.799038 +v -129.166687 -49.250000 107.799038 +v -137.500000 -49.611771 107.948889 +v -129.166687 -49.611771 107.948889 +v -137.500000 -50.000004 107.999999 +v -129.166687 -50.000000 108.000000 +v -137.500000 -50.388229 107.948889 +v -129.166687 -50.388229 107.948889 +v -137.500000 -50.750000 107.799038 +v -129.166687 -50.750000 107.799038 +v -137.500000 -51.060665 107.560659 +v -129.166687 -51.060665 107.560659 +v -137.500000 -51.299038 107.250000 +v -129.166687 -51.299038 107.250000 +v 120.833336 -51.500000 106.500000 +v 120.833336 -51.448891 106.888227 +v 120.833336 -51.299038 107.250000 +v 120.833336 -51.060665 107.560659 +v 120.833336 -50.750000 107.799038 +v 120.833336 -50.388229 107.948889 +v 120.833336 -50.000000 108.000000 +v 120.833336 -49.611771 107.948889 +v 120.833336 -49.250000 107.799038 +v 120.833336 -48.939339 107.560659 +v 120.833336 -48.700966 107.250000 +v 120.833336 -48.551113 106.888227 +v 120.833336 -48.500000 106.500000 +v 120.833336 -48.551113 106.111772 +v 120.833336 -48.700966 105.750000 +v 120.833336 -48.939339 105.439340 +v 120.833336 -49.250000 105.200960 +v 120.833336 -49.611771 105.051110 +v 120.833336 -50.000000 105.000000 +v 120.833336 -50.388229 105.051110 +v 120.833336 -50.750000 105.200960 +v 120.833336 -51.060665 105.439340 +v 120.833336 -51.299038 105.750000 +v 120.833336 -51.448891 106.111772 +v 112.500000 -51.500000 106.500000 +v 112.500000 -51.448891 106.888227 +v 112.500000 -51.299038 107.250000 +v 112.500000 -51.060665 107.560659 +v 112.500000 -50.750000 107.799038 +v 112.500000 -50.388229 107.948889 +v 112.500000 -50.000000 108.000000 +v 112.500000 -49.611771 107.948889 +v 112.500000 -49.250000 107.799038 +v 112.500000 -48.939339 107.560659 +v 112.500000 -48.700966 107.250000 +v 112.500000 -48.551113 106.888227 +v 112.500000 -48.500000 106.500000 +v 112.500000 -48.551113 106.111772 +v 112.500000 -48.700966 105.750000 +v 112.500000 -48.939339 105.439340 +v 112.500000 -49.250000 105.200960 +v 112.500000 -49.611771 105.051110 +v 112.500000 -50.000000 105.000000 +v 112.500000 -50.388229 105.051110 +v 112.500000 -50.750000 105.200960 +v 112.500000 -51.060665 105.439340 +v 112.500000 -51.299038 105.750000 +v 112.500000 -51.448891 106.111772 +v 104.166672 -51.500000 106.500000 +v 104.166672 -51.448891 106.888227 +v 104.166672 -51.299038 107.250000 +v 104.166672 -51.060665 107.560659 +v 104.166672 -50.750000 107.799038 +v 104.166672 -50.388229 107.948889 +v 104.166672 -50.000000 108.000000 +v 104.166672 -49.611771 107.948889 +v 104.166672 -49.250000 107.799038 +v 104.166672 -48.939339 107.560659 +v 104.166672 -48.700966 107.250000 +v 104.166672 -48.551113 106.888227 +v 104.166672 -48.500000 106.500000 +v 104.166672 -48.551113 106.111772 +v 104.166672 -48.700966 105.750000 +v 104.166672 -48.939339 105.439340 +v 104.166672 -49.250000 105.200960 +v 104.166672 -49.611771 105.051110 +v 104.166672 -50.000000 105.000000 +v 104.166672 -50.388229 105.051110 +v 104.166672 -50.750000 105.200960 +v 104.166672 -51.060665 105.439340 +v 104.166672 -51.299038 105.750000 +v 104.166672 -51.448891 106.111772 +v 95.833336 -51.500000 106.500000 +v 95.833336 -51.448891 106.888227 +v 95.833336 -51.299038 107.250000 +v 95.833336 -51.060665 107.560659 +v 95.833336 -50.750000 107.799038 +v 95.833336 -50.388229 107.948889 +v 95.833336 -50.000000 108.000000 +v 95.833336 -49.611771 107.948889 +v 95.833336 -49.250000 107.799038 +v 95.833336 -48.939339 107.560659 +v 95.833336 -48.700966 107.250000 +v 95.833336 -48.551113 106.888227 +v 95.833336 -48.500000 106.500000 +v 95.833336 -48.551113 106.111772 +v 95.833336 -48.700966 105.750000 +v 95.833336 -48.939339 105.439340 +v 95.833336 -49.250000 105.200960 +v 95.833336 -49.611771 105.051110 +v 95.833336 -50.000000 105.000000 +v 95.833336 -50.388229 105.051110 +v 95.833336 -50.750000 105.200960 +v 95.833336 -51.060665 105.439340 +v 95.833336 -51.299038 105.750000 +v 95.833336 -51.448891 106.111772 +v 87.500000 -51.500000 106.500000 +v 87.500000 -51.448891 106.888227 +v 87.500000 -51.299038 107.250000 +v 87.500000 -51.060665 107.560659 +v 87.500000 -50.750000 107.799038 +v 87.500000 -50.388229 107.948889 +v 87.500000 -50.000000 108.000000 +v 87.500000 -49.611771 107.948889 +v 87.500000 -49.250000 107.799038 +v 87.500000 -48.939339 107.560659 +v 87.500000 -48.700966 107.250000 +v 87.500000 -48.551113 106.888227 +v 87.500000 -48.500000 106.500000 +v 87.500000 -48.551113 106.111772 +v 87.500000 -48.700966 105.750000 +v 87.500000 -48.939339 105.439340 +v 87.500000 -49.250000 105.200960 +v 87.500000 -49.611771 105.051110 +v 87.500000 -50.000000 105.000000 +v 87.500000 -50.388229 105.051110 +v 87.500000 -50.750000 105.200960 +v 87.500000 -51.060665 105.439340 +v 87.500000 -51.299038 105.750000 +v 87.500000 -51.448891 106.111772 +v 79.166664 -51.500000 106.500000 +v 79.166664 -51.448891 106.888227 +v 79.166664 -51.299038 107.250000 +v 79.166664 -51.060665 107.560659 +v 79.166664 -50.750000 107.799038 +v 79.166664 -50.388229 107.948889 +v 79.166664 -50.000000 108.000000 +v 79.166664 -49.611771 107.948889 +v 79.166664 -49.250000 107.799038 +v 79.166664 -48.939339 107.560659 +v 79.166664 -48.700966 107.250000 +v 79.166664 -48.551113 106.888227 +v 79.166664 -48.500000 106.500000 +v 79.166664 -48.551113 106.111772 +v 79.166664 -48.700966 105.750000 +v 79.166664 -48.939339 105.439340 +v 79.166664 -49.250000 105.200960 +v 79.166664 -49.611771 105.051110 +v 79.166664 -50.000000 105.000000 +v 79.166664 -50.388229 105.051110 +v 79.166664 -50.750000 105.200960 +v 79.166664 -51.060665 105.439340 +v 79.166664 -51.299038 105.750000 +v 79.166664 -51.448891 106.111772 +v 70.833344 -51.500000 106.500000 +v 70.833344 -51.448891 106.888227 +v 70.833344 -51.299038 107.250000 +v 70.833344 -51.060665 107.560659 +v 70.833344 -50.750000 107.799038 +v 70.833344 -50.388229 107.948889 +v 70.833344 -50.000000 108.000000 +v 70.833344 -49.611771 107.948889 +v 70.833344 -49.250000 107.799038 +v 70.833344 -48.939339 107.560659 +v 70.833344 -48.700966 107.250000 +v 70.833344 -48.551113 106.888227 +v 70.833344 -48.500000 106.500000 +v 70.833344 -48.551113 106.111772 +v 70.833344 -48.700966 105.750000 +v 70.833344 -48.939339 105.439340 +v 70.833344 -49.250000 105.200960 +v 70.833344 -49.611771 105.051110 +v 70.833344 -50.000000 105.000000 +v 70.833344 -50.388229 105.051110 +v 70.833344 -50.750000 105.200960 +v 70.833344 -51.060665 105.439340 +v 70.833344 -51.299038 105.750000 +v 70.833344 -51.448891 106.111772 +v 62.500000 -51.500000 106.500000 +v 62.500000 -51.448891 106.888227 +v 62.500000 -51.299038 107.250000 +v 62.500000 -51.060665 107.560659 +v 62.500000 -50.750000 107.799038 +v 62.500000 -50.388229 107.948889 +v 62.500000 -50.000000 108.000000 +v 62.500000 -49.611771 107.948889 +v 62.500000 -49.250000 107.799038 +v 62.500000 -48.939339 107.560659 +v 62.500000 -48.700966 107.250000 +v 62.500000 -48.551113 106.888227 +v 62.500000 -48.500000 106.500000 +v 62.500000 -48.551113 106.111772 +v 62.500000 -48.700966 105.750000 +v 62.500000 -48.939339 105.439340 +v 62.500000 -49.250000 105.200960 +v 62.500000 -49.611771 105.051110 +v 62.500000 -50.000000 105.000000 +v 62.500000 -50.388229 105.051110 +v 62.500000 -50.750000 105.200960 +v 62.500000 -51.060665 105.439340 +v 62.500000 -51.299038 105.750000 +v 62.500000 -51.448891 106.111772 +v 54.166668 -51.500000 106.500000 +v 54.166668 -51.448891 106.888227 +v 54.166668 -51.299038 107.250000 +v 54.166668 -51.060665 107.560659 +v 54.166668 -50.750000 107.799038 +v 54.166668 -50.388229 107.948889 +v 54.166668 -50.000000 108.000000 +v 54.166668 -49.611771 107.948889 +v 54.166668 -49.250000 107.799038 +v 54.166668 -48.939339 107.560659 +v 54.166668 -48.700966 107.250000 +v 54.166668 -48.551113 106.888227 +v 54.166668 -48.500000 106.500000 +v 54.166668 -48.551113 106.111772 +v 54.166668 -48.700966 105.750000 +v 54.166668 -48.939339 105.439340 +v 54.166668 -49.250000 105.200960 +v 54.166668 -49.611771 105.051110 +v 54.166668 -50.000000 105.000000 +v 54.166668 -50.388229 105.051110 +v 54.166668 -50.750000 105.200960 +v 54.166668 -51.060665 105.439340 +v 54.166668 -51.299038 105.750000 +v 54.166668 -51.448891 106.111772 +v 45.833336 -51.500000 106.500000 +v 45.833336 -51.448891 106.888227 +v 45.833336 -51.299038 107.250000 +v 45.833336 -51.060665 107.560659 +v 45.833336 -50.750000 107.799038 +v 45.833336 -50.388229 107.948889 +v 45.833336 -50.000000 108.000000 +v 45.833336 -49.611771 107.948889 +v 45.833336 -49.250000 107.799038 +v 45.833336 -48.939339 107.560659 +v 45.833336 -48.700966 107.250000 +v 45.833336 -48.551113 106.888227 +v 45.833336 -48.500000 106.500000 +v 45.833336 -48.551113 106.111772 +v 45.833336 -48.700966 105.750000 +v 45.833336 -48.939339 105.439340 +v 45.833336 -49.250000 105.200960 +v 45.833336 -49.611771 105.051110 +v 45.833336 -50.000000 105.000000 +v 45.833336 -50.388229 105.051110 +v 45.833336 -50.750000 105.200960 +v 45.833336 -51.060665 105.439340 +v 45.833336 -51.299038 105.750000 +v 45.833336 -51.448891 106.111772 +v 37.500000 -51.500000 106.500000 +v 37.500000 -51.448891 106.888227 +v 37.500000 -51.299038 107.250000 +v 37.500000 -51.060665 107.560659 +v 37.500000 -50.750000 107.799038 +v 37.500000 -50.388229 107.948889 +v 37.500000 -50.000000 108.000000 +v 37.500000 -49.611771 107.948889 +v 37.500000 -49.250000 107.799038 +v 37.500000 -48.939339 107.560659 +v 37.500000 -48.700966 107.250000 +v 37.500000 -48.551113 106.888227 +v 37.500000 -48.500000 106.500000 +v 37.500000 -48.551113 106.111772 +v 37.500000 -48.700966 105.750000 +v 37.500000 -48.939339 105.439340 +v 37.500000 -49.250000 105.200960 +v 37.500000 -49.611771 105.051110 +v 37.500000 -50.000000 105.000000 +v 37.500000 -50.388229 105.051110 +v 37.500000 -50.750000 105.200960 +v 37.500000 -51.060665 105.439340 +v 37.500000 -51.299038 105.750000 +v 37.500000 -51.448891 106.111772 +v 29.166668 -51.500000 106.500000 +v 29.166668 -51.448891 106.888227 +v 29.166668 -51.299038 107.250000 +v 29.166668 -51.060665 107.560659 +v 29.166668 -50.750000 107.799038 +v 29.166668 -50.388229 107.948889 +v 29.166668 -50.000000 108.000000 +v 29.166668 -49.611771 107.948889 +v 29.166668 -49.250000 107.799038 +v 29.166668 -48.939339 107.560659 +v 29.166668 -48.700966 107.250000 +v 29.166668 -48.551113 106.888227 +v 29.166668 -48.500000 106.500000 +v 29.166668 -48.551113 106.111772 +v 29.166668 -48.700966 105.750000 +v 29.166668 -48.939339 105.439340 +v 29.166668 -49.250000 105.200960 +v 29.166668 -49.611771 105.051110 +v 29.166668 -50.000000 105.000000 +v 29.166668 -50.388229 105.051110 +v 29.166668 -50.750000 105.200960 +v 29.166668 -51.060665 105.439340 +v 29.166668 -51.299038 105.750000 +v 29.166668 -51.448891 106.111772 +v 20.833336 -51.500000 106.500000 +v 20.833336 -51.448891 106.888227 +v 20.833336 -51.299038 107.250000 +v 20.833336 -51.060665 107.560659 +v 20.833336 -50.750000 107.799038 +v 20.833336 -50.388229 107.948889 +v 20.833336 -50.000000 108.000000 +v 20.833336 -49.611771 107.948889 +v 20.833336 -49.250000 107.799038 +v 20.833336 -48.939339 107.560659 +v 20.833336 -48.700966 107.250000 +v 20.833336 -48.551113 106.888227 +v 20.833336 -48.500000 106.500000 +v 20.833336 -48.551113 106.111772 +v 20.833336 -48.700966 105.750000 +v 20.833336 -48.939339 105.439340 +v 20.833336 -49.250000 105.200960 +v 20.833336 -49.611771 105.051110 +v 20.833336 -50.000000 105.000000 +v 20.833336 -50.388229 105.051110 +v 20.833336 -50.750000 105.200960 +v 20.833336 -51.060665 105.439340 +v 20.833336 -51.299038 105.750000 +v 20.833336 -51.448891 106.111772 +v 12.500000 -51.500000 106.500000 +v 12.500000 -51.448891 106.888227 +v 12.500000 -51.299038 107.250000 +v 12.500000 -51.060665 107.560659 +v 12.500000 -50.750000 107.799038 +v 12.500000 -50.388229 107.948889 +v 12.500000 -50.000000 108.000000 +v 12.500000 -49.611771 107.948889 +v 12.500000 -49.250000 107.799038 +v 12.500000 -48.939339 107.560659 +v 12.500000 -48.700966 107.250000 +v 12.500000 -48.551113 106.888227 +v 12.500000 -48.500000 106.500000 +v 12.500000 -48.551113 106.111772 +v 12.500000 -48.700966 105.750000 +v 12.500000 -48.939339 105.439340 +v 12.500000 -49.250000 105.200960 +v 12.500000 -49.611771 105.051110 +v 12.500000 -50.000000 105.000000 +v 12.500000 -50.388229 105.051110 +v 12.500000 -50.750000 105.200960 +v 12.500000 -51.060665 105.439340 +v 12.500000 -51.299038 105.750000 +v 12.500000 -51.448891 106.111772 +v 4.166667 -51.500000 106.500000 +v 4.166667 -51.448891 106.888227 +v 4.166667 -51.299038 107.250000 +v 4.166667 -51.060665 107.560659 +v 4.166667 -50.750000 107.799038 +v 4.166667 -50.388229 107.948889 +v 4.166667 -50.000000 108.000000 +v 4.166667 -49.611771 107.948889 +v 4.166667 -49.250000 107.799038 +v 4.166667 -48.939339 107.560659 +v 4.166667 -48.700966 107.250000 +v 4.166667 -48.551113 106.888227 +v 4.166667 -48.500000 106.500000 +v 4.166667 -48.551113 106.111772 +v 4.166667 -48.700966 105.750000 +v 4.166667 -48.939339 105.439340 +v 4.166667 -49.250000 105.200960 +v 4.166667 -49.611771 105.051110 +v 4.166667 -50.000000 105.000000 +v 4.166667 -50.388229 105.051110 +v 4.166667 -50.750000 105.200960 +v 4.166667 -51.060665 105.439340 +v 4.166667 -51.299038 105.750000 +v 4.166667 -51.448891 106.111772 +v -4.166667 -51.500000 106.500000 +v -4.166667 -51.448891 106.888227 +v -4.166667 -51.299038 107.250000 +v -4.166667 -51.060665 107.560659 +v -4.166667 -50.750000 107.799038 +v -4.166667 -50.388229 107.948889 +v -4.166667 -50.000000 108.000000 +v -4.166667 -49.611771 107.948889 +v -4.166667 -49.250000 107.799038 +v -4.166667 -48.939339 107.560659 +v -4.166667 -48.700966 107.250000 +v -4.166667 -48.551113 106.888227 +v -4.166667 -48.500000 106.500000 +v -4.166667 -48.551113 106.111772 +v -4.166667 -48.700966 105.750000 +v -4.166667 -48.939339 105.439340 +v -4.166667 -49.250000 105.200960 +v -4.166667 -49.611771 105.051110 +v -4.166667 -50.000000 105.000000 +v -4.166667 -50.388229 105.051110 +v -4.166667 -50.750000 105.200960 +v -4.166667 -51.060665 105.439340 +v -4.166667 -51.299038 105.750000 +v -4.166667 -51.448891 106.111772 +v -12.500000 -51.500000 106.500000 +v -12.500000 -51.448891 106.888227 +v -12.500000 -51.299038 107.250000 +v -12.500000 -51.060665 107.560659 +v -12.500000 -50.750000 107.799038 +v -12.500000 -50.388229 107.948889 +v -12.500000 -50.000000 108.000000 +v -12.500000 -49.611771 107.948889 +v -12.500000 -49.250000 107.799038 +v -12.500000 -48.939339 107.560659 +v -12.500000 -48.700966 107.250000 +v -12.500000 -48.551113 106.888227 +v -12.500000 -48.500000 106.500000 +v -12.500000 -48.551113 106.111772 +v -12.500000 -48.700966 105.750000 +v -12.500000 -48.939339 105.439340 +v -12.500000 -49.250000 105.200960 +v -12.500000 -49.611771 105.051110 +v -12.500000 -50.000000 105.000000 +v -12.500000 -50.388229 105.051110 +v -12.500000 -50.750000 105.200960 +v -12.500000 -51.060665 105.439340 +v -12.500000 -51.299038 105.750000 +v -12.500000 -51.448891 106.111772 +v -20.833336 -51.500000 106.500000 +v -20.833336 -51.448891 106.888227 +v -20.833336 -51.299038 107.250000 +v -20.833336 -51.060665 107.560659 +v -20.833336 -50.750000 107.799038 +v -20.833336 -50.388229 107.948889 +v -20.833336 -50.000000 108.000000 +v -20.833336 -49.611771 107.948889 +v -20.833336 -49.250000 107.799038 +v -20.833336 -48.939339 107.560659 +v -20.833336 -48.700966 107.250000 +v -20.833336 -48.551113 106.888227 +v -20.833336 -48.500000 106.500000 +v -20.833336 -48.551113 106.111772 +v -20.833336 -48.700966 105.750000 +v -20.833336 -48.939339 105.439340 +v -20.833336 -49.250000 105.200960 +v -20.833336 -49.611771 105.051110 +v -20.833336 -50.000000 105.000000 +v -20.833336 -50.388229 105.051110 +v -20.833336 -50.750000 105.200960 +v -20.833336 -51.060665 105.439340 +v -20.833336 -51.299038 105.750000 +v -20.833336 -51.448891 106.111772 +v -29.166668 -51.500000 106.500000 +v -29.166668 -51.448891 106.888227 +v -29.166668 -51.299038 107.250000 +v -29.166668 -51.060665 107.560659 +v -29.166668 -50.750000 107.799038 +v -29.166668 -50.388229 107.948889 +v -29.166668 -50.000000 108.000000 +v -29.166668 -49.611771 107.948889 +v -29.166668 -49.250000 107.799038 +v -29.166668 -48.939339 107.560659 +v -29.166668 -48.700966 107.250000 +v -29.166668 -48.551113 106.888227 +v -29.166668 -48.500000 106.500000 +v -29.166668 -48.551113 106.111772 +v -29.166668 -48.700966 105.750000 +v -29.166668 -48.939339 105.439340 +v -29.166668 -49.250000 105.200960 +v -29.166668 -49.611771 105.051110 +v -29.166668 -50.000000 105.000000 +v -29.166668 -50.388229 105.051110 +v -29.166668 -50.750000 105.200960 +v -29.166668 -51.060665 105.439340 +v -29.166668 -51.299038 105.750000 +v -29.166668 -51.448891 106.111772 +v -37.500000 -51.500000 106.500000 +v -37.500000 -51.448891 106.888227 +v -37.500000 -51.299038 107.250000 +v -37.500000 -51.060665 107.560659 +v -37.500000 -50.750000 107.799038 +v -37.500000 -50.388229 107.948889 +v -37.500000 -50.000000 108.000000 +v -37.500000 -49.611771 107.948889 +v -37.500000 -49.250000 107.799038 +v -37.500000 -48.939339 107.560659 +v -37.500000 -48.700966 107.250000 +v -37.500000 -48.551113 106.888227 +v -37.500000 -48.500000 106.500000 +v -37.500000 -48.551113 106.111772 +v -37.500000 -48.700966 105.750000 +v -37.500000 -48.939339 105.439340 +v -37.500000 -49.250000 105.200960 +v -37.500000 -49.611771 105.051110 +v -37.500000 -50.000000 105.000000 +v -37.500000 -50.388229 105.051110 +v -37.500000 -50.750000 105.200960 +v -37.500000 -51.060665 105.439340 +v -37.500000 -51.299038 105.750000 +v -37.500000 -51.448891 106.111772 +v -45.833336 -51.500000 106.500000 +v -45.833336 -51.448891 106.888227 +v -45.833336 -51.299038 107.250000 +v -45.833336 -51.060665 107.560659 +v -45.833336 -50.750000 107.799038 +v -45.833336 -50.388229 107.948889 +v -45.833336 -50.000000 108.000000 +v -45.833336 -49.611771 107.948889 +v -45.833336 -49.250000 107.799038 +v -45.833336 -48.939339 107.560659 +v -45.833336 -48.700966 107.250000 +v -45.833336 -48.551113 106.888227 +v -45.833336 -48.500000 106.500000 +v -45.833336 -48.551113 106.111772 +v -45.833336 -48.700966 105.750000 +v -45.833336 -48.939339 105.439340 +v -45.833336 -49.250000 105.200960 +v -45.833336 -49.611771 105.051110 +v -45.833336 -50.000000 105.000000 +v -45.833336 -50.388229 105.051110 +v -45.833336 -50.750000 105.200960 +v -45.833336 -51.060665 105.439340 +v -45.833336 -51.299038 105.750000 +v -45.833336 -51.448891 106.111772 +v -54.166668 -51.500000 106.500000 +v -54.166668 -51.448891 106.888227 +v -54.166668 -51.299038 107.250000 +v -54.166668 -51.060665 107.560659 +v -54.166668 -50.750000 107.799038 +v -54.166668 -50.388229 107.948889 +v -54.166668 -50.000000 108.000000 +v -54.166668 -49.611771 107.948889 +v -54.166668 -49.250000 107.799038 +v -54.166668 -48.939339 107.560659 +v -54.166668 -48.700966 107.250000 +v -54.166668 -48.551113 106.888227 +v -54.166668 -48.500000 106.500000 +v -54.166668 -48.551113 106.111772 +v -54.166668 -48.700966 105.750000 +v -54.166668 -48.939339 105.439340 +v -54.166668 -49.250000 105.200960 +v -54.166668 -49.611771 105.051110 +v -54.166668 -50.000000 105.000000 +v -54.166668 -50.388229 105.051110 +v -54.166668 -50.750000 105.200960 +v -54.166668 -51.060665 105.439340 +v -54.166668 -51.299038 105.750000 +v -54.166668 -51.448891 106.111772 +v -62.500000 -51.500000 106.500000 +v -62.500000 -51.448891 106.888227 +v -62.500000 -51.299038 107.250000 +v -62.500000 -51.060665 107.560659 +v -62.500000 -50.750000 107.799038 +v -62.500000 -50.388229 107.948889 +v -62.500000 -50.000000 108.000000 +v -62.500000 -49.611771 107.948889 +v -62.500000 -49.250000 107.799038 +v -62.500000 -48.939339 107.560659 +v -62.500000 -48.700966 107.250000 +v -62.500000 -48.551113 106.888227 +v -62.500000 -48.500000 106.500000 +v -62.500000 -48.551113 106.111772 +v -62.500000 -48.700966 105.750000 +v -62.500000 -48.939339 105.439340 +v -62.500000 -49.250000 105.200960 +v -62.500000 -49.611771 105.051110 +v -62.500000 -50.000000 105.000000 +v -62.500000 -50.388229 105.051110 +v -62.500000 -50.750000 105.200960 +v -62.500000 -51.060665 105.439340 +v -62.500000 -51.299038 105.750000 +v -62.500000 -51.448891 106.111772 +v -70.833344 -51.500000 106.500000 +v -70.833344 -51.448891 106.888227 +v -70.833344 -51.299038 107.250000 +v -70.833344 -51.060665 107.560659 +v -70.833344 -50.750000 107.799038 +v -70.833344 -50.388229 107.948889 +v -70.833344 -50.000000 108.000000 +v -70.833344 -49.611771 107.948889 +v -70.833344 -49.250000 107.799038 +v -70.833344 -48.939339 107.560659 +v -70.833344 -48.700966 107.250000 +v -70.833344 -48.551113 106.888227 +v -70.833344 -48.500000 106.500000 +v -70.833344 -48.551113 106.111772 +v -70.833344 -48.700966 105.750000 +v -70.833344 -48.939339 105.439340 +v -70.833344 -49.250000 105.200960 +v -70.833344 -49.611771 105.051110 +v -70.833344 -50.000000 105.000000 +v -70.833344 -50.388229 105.051110 +v -70.833344 -50.750000 105.200960 +v -70.833344 -51.060665 105.439340 +v -70.833344 -51.299038 105.750000 +v -70.833344 -51.448891 106.111772 +v -79.166664 -51.500000 106.500000 +v -79.166664 -51.448891 106.888227 +v -79.166664 -51.299038 107.250000 +v -79.166664 -51.060665 107.560659 +v -79.166664 -50.750000 107.799038 +v -79.166664 -50.388229 107.948889 +v -79.166664 -50.000000 108.000000 +v -79.166664 -49.611771 107.948889 +v -79.166664 -49.250000 107.799038 +v -79.166664 -48.939339 107.560659 +v -79.166664 -48.700966 107.250000 +v -79.166664 -48.551113 106.888227 +v -79.166664 -48.500000 106.500000 +v -79.166664 -48.551113 106.111772 +v -79.166664 -48.700966 105.750000 +v -79.166664 -48.939339 105.439340 +v -79.166664 -49.250000 105.200960 +v -79.166664 -49.611771 105.051110 +v -79.166664 -50.000000 105.000000 +v -79.166664 -50.388229 105.051110 +v -79.166664 -50.750000 105.200960 +v -79.166664 -51.060665 105.439340 +v -79.166664 -51.299038 105.750000 +v -79.166664 -51.448891 106.111772 +v -87.500000 -51.500000 106.500000 +v -87.500000 -51.448891 106.888227 +v -87.500000 -51.299038 107.250000 +v -87.500000 -51.060665 107.560659 +v -87.500000 -50.750000 107.799038 +v -87.500000 -50.388229 107.948889 +v -87.500000 -50.000000 108.000000 +v -87.500000 -49.611771 107.948889 +v -87.500000 -49.250000 107.799038 +v -87.500000 -48.939339 107.560659 +v -87.500000 -48.700966 107.250000 +v -87.500000 -48.551113 106.888227 +v -87.500000 -48.500000 106.500000 +v -87.500000 -48.551113 106.111772 +v -87.500000 -48.700966 105.750000 +v -87.500000 -48.939339 105.439340 +v -87.500000 -49.250000 105.200960 +v -87.500000 -49.611771 105.051110 +v -87.500000 -50.000000 105.000000 +v -87.500000 -50.388229 105.051110 +v -87.500000 -50.750000 105.200960 +v -87.500000 -51.060665 105.439340 +v -87.500000 -51.299038 105.750000 +v -87.500000 -51.448891 106.111772 +v -95.833336 -51.500000 106.500000 +v -95.833336 -51.448891 106.888227 +v -95.833336 -51.299038 107.250000 +v -95.833336 -51.060665 107.560659 +v -95.833336 -50.750000 107.799038 +v -95.833336 -50.388229 107.948889 +v -95.833336 -50.000000 108.000000 +v -95.833336 -49.611771 107.948889 +v -95.833336 -49.250000 107.799038 +v -95.833336 -48.939339 107.560659 +v -95.833336 -48.700966 107.250000 +v -95.833336 -48.551113 106.888227 +v -95.833336 -48.500000 106.500000 +v -95.833336 -48.551113 106.111772 +v -95.833336 -48.700966 105.750000 +v -95.833336 -48.939339 105.439340 +v -95.833336 -49.250000 105.200960 +v -95.833336 -49.611771 105.051110 +v -95.833336 -50.000000 105.000000 +v -95.833336 -50.388229 105.051110 +v -95.833336 -50.750000 105.200960 +v -95.833336 -51.060665 105.439340 +v -95.833336 -51.299038 105.750000 +v -95.833336 -51.448891 106.111772 +v -104.166672 -51.500000 106.500000 +v -104.166672 -51.448891 106.888227 +v -104.166672 -51.299038 107.250000 +v -104.166672 -51.060665 107.560659 +v -104.166672 -50.750000 107.799038 +v -104.166672 -50.388229 107.948889 +v -104.166672 -50.000000 108.000000 +v -104.166672 -49.611771 107.948889 +v -104.166672 -49.250000 107.799038 +v -104.166672 -48.939339 107.560659 +v -104.166672 -48.700966 107.250000 +v -104.166672 -48.551113 106.888227 +v -104.166672 -48.500000 106.500000 +v -104.166672 -48.551113 106.111772 +v -104.166672 -48.700966 105.750000 +v -104.166672 -48.939339 105.439340 +v -104.166672 -49.250000 105.200960 +v -104.166672 -49.611771 105.051110 +v -104.166672 -50.000000 105.000000 +v -104.166672 -50.388229 105.051110 +v -104.166672 -50.750000 105.200960 +v -104.166672 -51.060665 105.439340 +v -104.166672 -51.299038 105.750000 +v -104.166672 -51.448891 106.111772 +v -112.500000 -51.500000 106.500000 +v -112.500000 -51.448891 106.888227 +v -112.500000 -51.299038 107.250000 +v -112.500000 -51.060665 107.560659 +v -112.500000 -50.750000 107.799038 +v -112.500000 -50.388229 107.948889 +v -112.500000 -50.000000 108.000000 +v -112.500000 -49.611771 107.948889 +v -112.500000 -49.250000 107.799038 +v -112.500000 -48.939339 107.560659 +v -112.500000 -48.700966 107.250000 +v -112.500000 -48.551113 106.888227 +v -112.500000 -48.500000 106.500000 +v -112.500000 -48.551113 106.111772 +v -112.500000 -48.700966 105.750000 +v -112.500000 -48.939339 105.439340 +v -112.500000 -49.250000 105.200960 +v -112.500000 -49.611771 105.051110 +v -112.500000 -50.000000 105.000000 +v -112.500000 -50.388229 105.051110 +v -112.500000 -50.750000 105.200960 +v -112.500000 -51.060665 105.439340 +v -112.500000 -51.299038 105.750000 +v -112.500000 -51.448891 106.111772 +v -120.833336 -51.500000 106.500000 +v -120.833336 -51.448891 106.888227 +v -120.833336 -51.299038 107.250000 +v -120.833336 -51.060665 107.560659 +v -120.833336 -50.750000 107.799038 +v -120.833336 -50.388229 107.948889 +v -120.833336 -50.000000 108.000000 +v -120.833336 -49.611771 107.948889 +v -120.833336 -49.250000 107.799038 +v -120.833336 -48.939339 107.560659 +v -120.833336 -48.700966 107.250000 +v -120.833336 -48.551113 106.888227 +v -120.833336 -48.500000 106.500000 +v -120.833336 -48.551113 106.111772 +v -120.833336 -48.700966 105.750000 +v -120.833336 -48.939339 105.439340 +v -120.833336 -49.250000 105.200960 +v -120.833336 -49.611771 105.051110 +v -120.833336 -50.000000 105.000000 +v -120.833336 -50.388229 105.051110 +v -120.833336 -50.750000 105.200960 +v -120.833336 -51.060665 105.439340 +v -120.833336 -51.299038 105.750000 +v -120.833336 -51.448891 106.111772 +v -137.500000 -53.502876 102.994667 +v -137.500000 -56.500000 110.000000 +v -137.500000 -56.500000 111.585786 +v -137.500000 -52.707096 107.792893 +v 0.000000 -52.925865 107.162827 +v 13.750000 -52.925861 107.162827 +v 27.500000 -52.925861 107.162827 +v 27.500000 -53.000000 106.500000 +v 41.250000 -53.000000 106.500000 +v 41.250000 -52.925861 105.837172 +v 55.000000 -52.925861 105.837172 +v 68.750000 -52.925861 105.837172 +v 82.500000 -52.925861 105.837172 +v 68.750000 -53.000000 106.500000 +v 82.500000 -53.000000 106.500000 +v 68.750000 -52.925861 107.162827 +v 82.500000 -52.925861 107.162827 +v 96.250000 -52.925861 107.162827 +v 110.000000 -52.925861 107.162827 +v 110.000000 -53.000000 106.500000 +v 123.750000 -53.000000 106.500000 +v 123.750000 -52.925861 105.837172 +v 110.000000 -52.925861 105.837172 +v 96.250000 -52.925861 105.837172 +v 96.250000 -53.000000 106.500000 +v -137.500000 -52.925865 107.162827 +v -123.750000 -52.925861 107.162827 +v -110.000000 -52.925861 107.162827 +v -96.250000 -52.925861 107.162827 +v -96.250000 -53.000000 106.500000 +v -82.500000 -53.000000 106.500000 +v -82.500000 -52.925861 105.837172 +v -68.750000 -52.925861 105.837172 +v -137.500000 -52.707100 105.207105 +v -55.000000 -52.925861 105.837172 +v -41.250000 -52.925861 105.837172 +v -55.000000 -53.000000 106.500000 +v -41.250000 -53.000000 106.500000 +v -55.000000 -52.925861 107.162827 +v -41.250000 -52.925861 107.162827 +v -27.500000 -52.925861 107.162827 +v -13.750000 -52.925861 107.162827 +v -13.750000 -53.000000 106.500000 +v 0.000000 -53.000000 106.500000 +v 0.000000 -52.925865 105.837172 +v 13.750000 -52.925861 105.837172 +v 27.500000 -52.925861 105.837172 +v -123.750000 -53.000000 106.500000 +v -137.500000 -53.000000 106.500000 +v -123.750000 -52.925861 105.837172 +v -137.500000 -52.925861 105.837172 +v -13.750000 -52.925861 105.837172 +v -27.500000 -52.925861 105.837172 +v -27.500000 -53.000000 106.500000 +v 123.750000 -52.925861 107.162827 +v -110.000000 -53.000000 106.500000 +v -110.000000 -52.925861 105.837172 +v -82.500000 -52.925861 107.162827 +v -68.750000 -52.925861 107.162827 +v -68.750000 -53.000000 106.500000 +v 13.750000 -53.000000 106.500000 +v 41.250000 -52.925861 107.162827 +v 55.000000 -52.925861 107.162827 +v 55.000000 -53.000000 106.500000 +v -96.250000 -52.925861 105.837172 +v -137.500000 -56.500000 101.414213 +v -137.500000 -56.500000 102.992208 +v -137.500000 -57.500000 102.992208 +v -137.500000 -57.500000 99.000000 +v -137.500000 -53.500000 99.000000 +v -137.500000 -53.500000 100.000000 +v -137.500000 -55.085785 100.000000 +v -137.500000 -51.292904 103.792894 +v 0.000000 -50.662827 103.574139 +v 13.750000 -50.662827 103.574139 +v 27.500000 -50.662827 103.574139 +v 27.500000 -50.000000 103.500000 +v 41.250000 -50.000000 103.500000 +v 41.250000 -49.337173 103.574139 +v 55.000000 -49.337173 103.574139 +v 68.750000 -49.337173 103.574139 +v 82.500000 -49.337173 103.574139 +v 68.750000 -50.000000 103.500000 +v 82.500000 -50.000000 103.500000 +v 68.750000 -50.662827 103.574139 +v 82.500000 -50.662827 103.574139 +v 96.250000 -50.662827 103.574139 +v 110.000000 -50.662827 103.574139 +v 110.000000 -50.000000 103.500000 +v 123.750000 -50.000000 103.500000 +v 123.750000 -49.337173 103.574139 +v 110.000000 -49.337173 103.574139 +v 96.250000 -49.337173 103.574139 +v 96.250000 -50.000000 103.500000 +v -137.500000 -50.662827 103.574139 +v -123.750000 -50.662827 103.574139 +v -110.000000 -50.662827 103.574139 +v -96.250000 -50.662827 103.574139 +v -96.250000 -50.000000 103.500000 +v -82.500000 -50.000000 103.500000 +v -82.500000 -49.337173 103.574139 +v -68.750000 -49.337173 103.574139 +v -137.500000 -48.707100 103.792894 +v -55.000000 -49.337173 103.574139 +v -41.250000 -49.337173 103.574139 +v -55.000000 -50.000000 103.500000 +v -41.250000 -50.000000 103.500000 +v -55.000000 -50.662827 103.574139 +v -41.250000 -50.662827 103.574139 +v -27.500000 -50.662827 103.574139 +v -13.750000 -50.662827 103.574139 +v -13.750000 -50.000000 103.500000 +v 0.000000 -50.000000 103.500000 +v 0.000000 -49.337173 103.574139 +v 13.750000 -49.337173 103.574139 +v 27.500000 -49.337173 103.574139 +v -123.750000 -50.000000 103.500000 +v -137.500000 -50.000000 103.500000 +v -123.750000 -49.337173 103.574139 +v -137.500000 -49.337173 103.574139 +v -13.750000 -49.337173 103.574139 +v -27.500000 -49.337173 103.574139 +v -27.500000 -50.000000 103.500000 +v 123.750000 -50.662827 103.574139 +v -110.000000 -50.000000 103.500000 +v -110.000000 -49.337173 103.574139 +v -82.500000 -50.662827 103.574139 +v -68.750000 -50.662827 103.574139 +v -68.750000 -50.000000 103.500000 +v 13.750000 -50.000000 103.500000 +v 41.250000 -50.662827 103.574139 +v 55.000000 -50.662827 103.574139 +v 55.000000 -50.000000 103.500000 +v -96.250000 -49.337173 103.574139 +v -137.500000 -44.914215 100.000000 +v -137.500000 -46.500000 100.000000 +v -137.500000 -46.500000 99.000000 +v -137.500000 -42.500000 99.000000 +v -137.500000 -42.500000 102.992208 +v -137.500000 -43.500000 102.992208 +v -137.500000 -43.500000 101.414213 +v -137.500000 -47.292900 105.207105 +v 0.000000 -47.074139 105.837172 +v 13.750000 -47.074139 105.837172 +v 27.500000 -47.074139 105.837172 +v 27.500000 -47.000000 106.500000 +v 41.250000 -47.000000 106.500000 +v 41.250000 -47.074139 107.162827 +v 55.000000 -47.074139 107.162827 +v 68.750000 -47.074139 107.162827 +v 82.500000 -47.074139 107.162827 +v 68.750000 -47.000000 106.500000 +v 82.500000 -47.000000 106.500000 +v 68.750000 -47.074139 105.837172 +v 82.500000 -47.074139 105.837172 +v 96.250000 -47.074139 105.837172 +v 110.000000 -47.074139 105.837172 +v 110.000000 -47.000000 106.500000 +v 123.750000 -47.000000 106.500000 +v 123.750000 -47.074139 107.162827 +v 110.000000 -47.074139 107.162827 +v 96.250000 -47.074139 107.162827 +v 96.250000 -47.000000 106.500000 +v -137.500000 -47.074139 105.837172 +v -123.750000 -47.074139 105.837172 +v -110.000000 -47.074139 105.837172 +v -96.250000 -47.074139 105.837172 +v -96.250000 -47.000000 106.500000 +v -82.500000 -47.000000 106.500000 +v -82.500000 -47.074139 107.162827 +v -68.750000 -47.074139 107.162827 +v -137.500000 -47.292900 107.792893 +v -55.000000 -47.074139 107.162827 +v -41.250000 -47.074139 107.162827 +v -55.000000 -47.000000 106.500000 +v -41.250000 -47.000000 106.500000 +v -55.000000 -47.074139 105.837172 +v -41.250000 -47.074139 105.837172 +v -27.500000 -47.074139 105.837172 +v -13.750000 -47.074139 105.837172 +v -13.750000 -47.000000 106.500000 +v 0.000000 -47.000000 106.500000 +v 0.000000 -47.074139 107.162827 +v 13.750000 -47.074139 107.162827 +v 27.500000 -47.074139 107.162827 +v -123.750000 -47.000000 106.500000 +v -137.500000 -47.000000 106.500000 +v -123.750000 -47.074139 107.162827 +v -137.500000 -47.074139 107.162827 +v -13.750000 -47.074139 107.162827 +v -27.500000 -47.074139 107.162827 +v -27.500000 -47.000000 106.500000 +v 123.750000 -47.074139 105.837172 +v -110.000000 -47.000000 106.500000 +v -110.000000 -47.074139 107.162827 +v -82.500000 -47.074139 105.837172 +v -68.750000 -47.074139 105.837172 +v -68.750000 -47.000000 106.500000 +v 13.750000 -47.000000 106.500000 +v 41.250000 -47.074139 105.837172 +v 55.000000 -47.074139 105.837172 +v 55.000000 -47.000000 106.500000 +v -96.250000 -47.074139 107.162827 +v -137.500000 -43.500000 111.585786 +v -137.500000 -43.500000 110.000000 +v -137.500000 -42.500000 110.000000 +v -137.500000 -42.500000 114.000000 +v -137.500000 -46.500000 114.000000 +v -137.500000 -46.500000 113.000000 +v -137.500000 -44.914219 113.000000 +v -137.500000 -48.707100 109.207107 +v 0.000000 -49.337173 109.425860 +v 13.750000 -49.337173 109.425860 +v 27.500000 -49.337173 109.425860 +v 27.500000 -50.000000 109.500000 +v 41.250000 -50.000000 109.500000 +v 41.250000 -50.662827 109.425860 +v 55.000000 -50.662827 109.425860 +v 68.750000 -50.662827 109.425860 +v 82.500000 -50.662827 109.425860 +v 68.750000 -50.000000 109.500000 +v 82.500000 -50.000000 109.500000 +v 68.750000 -49.337173 109.425860 +v 82.500000 -49.337173 109.425860 +v 96.250000 -49.337173 109.425860 +v 110.000000 -49.337173 109.425860 +v 110.000000 -50.000000 109.500000 +v 123.750000 -50.000000 109.500000 +v 123.750000 -50.662827 109.425860 +v 110.000000 -50.662827 109.425860 +v 96.250000 -50.662827 109.425860 +v 96.250000 -50.000000 109.500000 +v -137.500000 -49.337173 109.425860 +v -123.750000 -49.337173 109.425860 +v -110.000000 -49.337173 109.425860 +v -96.250000 -49.337173 109.425860 +v -96.250000 -50.000000 109.500000 +v -82.500000 -50.000000 109.500000 +v -82.500000 -50.662827 109.425860 +v -68.750000 -50.662827 109.425860 +v -137.500000 -51.292904 109.207107 +v -55.000000 -50.662827 109.425860 +v -41.250000 -50.662827 109.425860 +v -55.000000 -50.000000 109.500000 +v -41.250000 -50.000000 109.500000 +v -55.000000 -49.337173 109.425860 +v -41.250000 -49.337173 109.425860 +v -27.500000 -49.337173 109.425860 +v -13.750000 -49.337173 109.425860 +v -13.750000 -50.000000 109.500000 +v 0.000000 -50.000000 109.500000 +v 0.000000 -50.662827 109.425860 +v 13.750000 -50.662827 109.425860 +v 27.500000 -50.662827 109.425860 +v -123.750000 -50.000000 109.500000 +v -137.500000 -50.000000 109.500000 +v -123.750000 -50.662827 109.425860 +v -137.500000 -50.662827 109.425860 +v -13.750000 -50.662827 109.425860 +v -27.500000 -50.662827 109.425860 +v -27.500000 -50.000000 109.500000 +v 123.750000 -49.337173 109.425860 +v -110.000000 -50.000000 109.500000 +v -110.000000 -50.662827 109.425860 +v -82.500000 -49.337173 109.425860 +v -68.750000 -49.337173 109.425860 +v -68.750000 -50.000000 109.500000 +v 13.750000 -50.000000 109.500000 +v 41.250000 -49.337173 109.425860 +v 55.000000 -49.337173 109.425860 +v 55.000000 -50.000000 109.500000 +v -96.250000 -50.662827 109.425860 +v -137.500000 -55.085789 113.000000 +v -137.500000 -53.500000 113.000000 +v -137.500000 -53.500000 114.000000 +v -137.500000 -57.500000 114.000000 +v -137.500000 -57.500000 110.000000 +v -151.002884 -137.500000 102.994667 +v -148.792908 -137.500000 103.792894 +v -150.207092 -137.500000 105.207105 +v -154.000000 -137.500000 101.414213 +v -152.585800 -137.500000 100.000000 +v -155.000000 -137.500000 99.000000 +v -151.000000 -137.500000 99.000000 +v -148.948883 -137.500000 106.888227 +v -150.425858 -137.500000 107.162827 +v -149.000000 -137.500000 106.499999 +v -150.500000 -137.500000 106.500000 +v -150.425858 -137.500000 105.837172 +v -150.207108 -137.500000 107.792893 +v -148.799057 -137.500000 107.250000 +v -148.560669 -137.500000 107.560659 +v -148.792908 -137.500000 109.207107 +v -148.250000 -137.500000 107.799038 +v -147.888245 -137.500000 107.948889 +v -148.162842 -137.500000 109.425860 +v -147.500000 -137.500000 107.999999 +v -147.500000 -137.500000 109.500000 +v -146.837173 -137.500000 109.425860 +v -147.111771 -137.500000 107.948889 +v -146.207108 -137.500000 109.207107 +v -146.750000 -137.500000 107.799038 +v -146.439346 -137.500000 107.560659 +v -144.792877 -137.500000 107.792893 +v -146.200958 -137.500000 107.250000 +v -146.051132 -137.500000 106.888227 +v -144.574158 -137.500000 107.162827 +v -146.000000 -137.500000 106.499999 +v -144.500000 -137.500000 106.500000 +v -144.574142 -137.500000 105.837172 +v -146.051132 -137.500000 106.111772 +v -144.792892 -137.500000 105.207105 +v -146.200958 -137.500000 105.750000 +v -146.439346 -137.500000 105.439340 +v -146.207108 -137.500000 103.792894 +v -146.750000 -137.500000 105.200961 +v -147.111771 -137.500000 105.051110 +v -146.837173 -137.500000 103.574139 +v -147.500000 -137.500000 104.999999 +v -147.500000 -137.500000 103.500000 +v -148.162827 -137.500000 103.574139 +v -147.888245 -137.500000 105.051110 +v -148.250000 -137.500000 105.200961 +v -148.560669 -137.500000 105.439340 +v -148.799057 -137.500000 105.750000 +v -148.948883 -137.500000 106.111772 +v -143.997116 -137.500000 102.994667 +v -142.414200 -137.500000 100.000000 +v -141.000000 -137.500000 101.414213 +v -154.000000 -137.500000 110.000000 +v -154.000000 -137.500000 111.585786 +v -155.000000 -137.500000 110.000000 +v -155.000000 -137.500000 114.000000 +v -152.585800 -137.500000 113.000000 +v -151.000000 -137.500000 114.000000 +v -151.000000 -137.500000 113.000000 +v -154.000000 -137.500000 102.992208 +v -155.000000 -137.500000 102.992208 +v -151.000000 -137.500000 100.000000 +v -144.000000 -137.500000 100.000000 +v -144.000000 -137.500000 99.000000 +v -140.000000 -137.500000 99.000000 +v -140.000000 -137.500000 102.992208 +v -141.000000 -137.500000 102.992208 +v -141.000000 -137.500000 111.585786 +v -142.414215 -137.500000 113.000000 +v -140.000000 -137.500000 114.000000 +v -144.000000 -137.500000 114.000000 +v -141.000000 -137.500000 110.000000 +v -140.000000 -137.500000 110.000000 +v -144.000000 -137.500000 113.000000 +v -143.997116 137.500000 102.994669 +v -148.948883 -129.166687 106.111772 +v -149.000000 -129.166687 106.500000 +v -148.948883 -129.166687 106.888227 +v -148.799057 -129.166687 107.250000 +v -148.560669 -129.166687 107.560659 +v -148.250000 -129.166687 107.799038 +v -147.888245 -129.166687 107.948889 +v -147.500000 -129.166687 108.000000 +v -147.111771 -129.166687 107.948889 +v -146.750000 -129.166687 107.799038 +v -146.439346 -129.166687 107.560659 +v -146.200958 -129.166687 107.250000 +v -146.051132 -129.166687 106.888227 +v -146.000000 -129.166687 106.500000 +v -146.051132 -129.166687 106.111772 +v -146.200958 -129.166687 105.750000 +v -146.439346 -129.166687 105.439340 +v -146.750000 -129.166687 105.200960 +v -147.111771 -129.166687 105.051110 +v -147.500000 -129.166687 105.000000 +v -147.888245 -129.166687 105.051110 +v -148.250000 -129.166687 105.200960 +v -148.560669 -129.166687 105.439340 +v -148.799057 -129.166687 105.750000 +v -148.948883 137.500000 106.888227 +v -148.948883 129.166687 106.888227 +v -149.000000 137.500000 106.499999 +v -149.000000 129.166687 106.500000 +v -148.948883 137.500000 106.111772 +v -148.948883 129.166687 106.111772 +v -148.799057 137.500000 105.750000 +v -148.799057 129.166687 105.750000 +v -148.560669 137.500000 105.439340 +v -148.560669 129.166687 105.439340 +v -148.250000 137.500000 105.200961 +v -148.250000 129.166687 105.200960 +v -147.888245 137.500000 105.051110 +v -147.888245 129.166687 105.051110 +v -147.500000 137.500000 104.999999 +v -147.500000 129.166687 105.000000 +v -147.111771 137.500000 105.051110 +v -147.111771 129.166687 105.051110 +v -146.750000 137.500000 105.200961 +v -146.750000 129.166687 105.200960 +v -146.439346 137.500000 105.439340 +v -146.439346 129.166687 105.439340 +v -146.200958 137.500000 105.750000 +v -146.200958 129.166687 105.750000 +v -146.051132 137.500000 106.111772 +v -146.051132 129.166687 106.111772 +v -146.000000 137.500000 106.499999 +v -146.000000 129.166687 106.500000 +v -146.051132 137.500000 106.888227 +v -146.051132 129.166687 106.888227 +v -146.200958 137.500000 107.250000 +v -146.200958 129.166687 107.250000 +v -146.439346 137.500000 107.560659 +v -146.439346 129.166687 107.560659 +v -146.750000 137.500000 107.799038 +v -146.750000 129.166687 107.799038 +v -147.111771 137.500000 107.948889 +v -147.111771 129.166687 107.948889 +v -147.500000 137.500000 107.999999 +v -147.500000 129.166687 108.000000 +v -147.888245 137.500000 107.948889 +v -147.888245 129.166687 107.948889 +v -148.250000 137.500000 107.799038 +v -148.250000 129.166687 107.799038 +v -148.560669 137.500000 107.560659 +v -148.560669 129.166687 107.560659 +v -148.799057 137.500000 107.250000 +v -148.799057 129.166687 107.250000 +v -149.000000 -120.833336 106.500000 +v -148.948883 -120.833336 106.888227 +v -148.799057 -120.833336 107.250000 +v -148.560669 -120.833336 107.560659 +v -148.250000 -120.833336 107.799038 +v -147.888245 -120.833336 107.948889 +v -147.500000 -120.833336 108.000000 +v -147.111771 -120.833336 107.948889 +v -146.750000 -120.833336 107.799038 +v -146.439346 -120.833336 107.560659 +v -146.200958 -120.833336 107.250000 +v -146.051132 -120.833336 106.888227 +v -146.000000 -120.833336 106.500000 +v -146.051132 -120.833336 106.111772 +v -146.200958 -120.833336 105.750000 +v -146.439346 -120.833336 105.439340 +v -146.750000 -120.833336 105.200960 +v -147.111771 -120.833336 105.051110 +v -147.500000 -120.833336 105.000000 +v -147.888245 -120.833336 105.051110 +v -148.250000 -120.833336 105.200960 +v -148.560669 -120.833336 105.439340 +v -148.799057 -120.833336 105.750000 +v -148.948883 -120.833336 106.111772 +v -149.000000 -112.500000 106.500000 +v -148.948883 -112.500000 106.888227 +v -148.799057 -112.500000 107.250000 +v -148.560669 -112.500000 107.560659 +v -148.250000 -112.500000 107.799038 +v -147.888245 -112.500000 107.948889 +v -147.500000 -112.500000 108.000000 +v -147.111771 -112.500000 107.948889 +v -146.750000 -112.500000 107.799038 +v -146.439346 -112.500000 107.560659 +v -146.200958 -112.500000 107.250000 +v -146.051132 -112.500000 106.888227 +v -146.000000 -112.500000 106.500000 +v -146.051132 -112.500000 106.111772 +v -146.200958 -112.500000 105.750000 +v -146.439346 -112.500000 105.439340 +v -146.750000 -112.500000 105.200960 +v -147.111771 -112.500000 105.051110 +v -147.500000 -112.500000 105.000000 +v -147.888245 -112.500000 105.051110 +v -148.250000 -112.500000 105.200960 +v -148.560669 -112.500000 105.439340 +v -148.799057 -112.500000 105.750000 +v -148.948883 -112.500000 106.111772 +v -149.000000 -104.166672 106.500000 +v -148.948883 -104.166672 106.888227 +v -148.799057 -104.166672 107.250000 +v -148.560669 -104.166672 107.560659 +v -148.250000 -104.166672 107.799038 +v -147.888245 -104.166672 107.948889 +v -147.500000 -104.166672 108.000000 +v -147.111771 -104.166672 107.948889 +v -146.750000 -104.166672 107.799038 +v -146.439346 -104.166672 107.560659 +v -146.200958 -104.166672 107.250000 +v -146.051132 -104.166672 106.888227 +v -146.000000 -104.166672 106.500000 +v -146.051132 -104.166672 106.111772 +v -146.200958 -104.166672 105.750000 +v -146.439346 -104.166672 105.439340 +v -146.750000 -104.166672 105.200960 +v -147.111771 -104.166672 105.051110 +v -147.500000 -104.166672 105.000000 +v -147.888245 -104.166672 105.051110 +v -148.250000 -104.166672 105.200960 +v -148.560669 -104.166672 105.439340 +v -148.799057 -104.166672 105.750000 +v -148.948883 -104.166672 106.111772 +v -149.000000 -95.833336 106.500000 +v -148.948883 -95.833336 106.888227 +v -148.799057 -95.833336 107.250000 +v -148.560669 -95.833336 107.560659 +v -148.250000 -95.833336 107.799038 +v -147.888245 -95.833336 107.948889 +v -147.500000 -95.833336 108.000000 +v -147.111771 -95.833336 107.948889 +v -146.750000 -95.833336 107.799038 +v -146.439346 -95.833336 107.560659 +v -146.200958 -95.833336 107.250000 +v -146.051132 -95.833336 106.888227 +v -146.000000 -95.833336 106.500000 +v -146.051132 -95.833336 106.111772 +v -146.200958 -95.833336 105.750000 +v -146.439346 -95.833336 105.439340 +v -146.750000 -95.833336 105.200960 +v -147.111771 -95.833336 105.051110 +v -147.500000 -95.833336 105.000000 +v -147.888245 -95.833336 105.051110 +v -148.250000 -95.833336 105.200960 +v -148.560669 -95.833336 105.439340 +v -148.799057 -95.833336 105.750000 +v -148.948883 -95.833336 106.111772 +v -149.000000 -87.500000 106.500000 +v -148.948883 -87.500000 106.888227 +v -148.799057 -87.500000 107.250000 +v -148.560669 -87.500000 107.560659 +v -148.250000 -87.500000 107.799038 +v -147.888245 -87.500000 107.948889 +v -147.500000 -87.500000 108.000000 +v -147.111771 -87.500000 107.948889 +v -146.750000 -87.500000 107.799038 +v -146.439346 -87.500000 107.560659 +v -146.200958 -87.500000 107.250000 +v -146.051132 -87.500000 106.888227 +v -146.000000 -87.500000 106.500000 +v -146.051132 -87.500000 106.111772 +v -146.200958 -87.500000 105.750000 +v -146.439346 -87.500000 105.439340 +v -146.750000 -87.500000 105.200960 +v -147.111771 -87.500000 105.051110 +v -147.500000 -87.500000 105.000000 +v -147.888245 -87.500000 105.051110 +v -148.250000 -87.500000 105.200960 +v -148.560669 -87.500000 105.439340 +v -148.799057 -87.500000 105.750000 +v -148.948883 -87.500000 106.111772 +v -149.000000 -79.166664 106.500000 +v -148.948883 -79.166664 106.888227 +v -148.799057 -79.166664 107.250000 +v -148.560669 -79.166664 107.560659 +v -148.250000 -79.166664 107.799038 +v -147.888245 -79.166664 107.948889 +v -147.500000 -79.166664 108.000000 +v -147.111771 -79.166664 107.948889 +v -146.750000 -79.166664 107.799038 +v -146.439346 -79.166664 107.560659 +v -146.200958 -79.166664 107.250000 +v -146.051132 -79.166664 106.888227 +v -146.000000 -79.166664 106.500000 +v -146.051132 -79.166664 106.111772 +v -146.200958 -79.166664 105.750000 +v -146.439346 -79.166664 105.439340 +v -146.750000 -79.166664 105.200960 +v -147.111771 -79.166664 105.051110 +v -147.500000 -79.166664 105.000000 +v -147.888245 -79.166664 105.051110 +v -148.250000 -79.166664 105.200960 +v -148.560669 -79.166664 105.439340 +v -148.799057 -79.166664 105.750000 +v -148.948883 -79.166664 106.111772 +v -149.000000 -70.833344 106.500000 +v -148.948883 -70.833344 106.888227 +v -148.799057 -70.833344 107.250000 +v -148.560669 -70.833344 107.560659 +v -148.250000 -70.833344 107.799038 +v -147.888245 -70.833344 107.948889 +v -147.500000 -70.833344 108.000000 +v -147.111771 -70.833344 107.948889 +v -146.750000 -70.833344 107.799038 +v -146.439346 -70.833344 107.560659 +v -146.200958 -70.833344 107.250000 +v -146.051132 -70.833344 106.888227 +v -146.000000 -70.833344 106.500000 +v -146.051132 -70.833344 106.111772 +v -146.200958 -70.833344 105.750000 +v -146.439346 -70.833344 105.439340 +v -146.750000 -70.833344 105.200960 +v -147.111771 -70.833344 105.051110 +v -147.500000 -70.833344 105.000000 +v -147.888245 -70.833344 105.051110 +v -148.250000 -70.833344 105.200960 +v -148.560669 -70.833344 105.439340 +v -148.799057 -70.833344 105.750000 +v -148.948883 -70.833344 106.111772 +v -149.000000 -62.500000 106.500000 +v -148.948883 -62.500000 106.888227 +v -148.799057 -62.500000 107.250000 +v -148.560669 -62.500000 107.560659 +v -148.250000 -62.500000 107.799038 +v -147.888245 -62.500000 107.948889 +v -147.500000 -62.500000 108.000000 +v -147.111771 -62.500000 107.948889 +v -146.750000 -62.500000 107.799038 +v -146.439346 -62.500000 107.560659 +v -146.200958 -62.500000 107.250000 +v -146.051132 -62.500000 106.888227 +v -146.000000 -62.500000 106.500000 +v -146.051132 -62.500000 106.111772 +v -146.200958 -62.500000 105.750000 +v -146.439346 -62.500000 105.439340 +v -146.750000 -62.500000 105.200960 +v -147.111771 -62.500000 105.051110 +v -147.500000 -62.500000 105.000000 +v -147.888245 -62.500000 105.051110 +v -148.250000 -62.500000 105.200960 +v -148.560669 -62.500000 105.439340 +v -148.799057 -62.500000 105.750000 +v -148.948883 -62.500000 106.111772 +v -149.000000 -54.166668 106.500000 +v -148.948883 -54.166668 106.888227 +v -148.799057 -54.166668 107.250000 +v -148.560669 -54.166668 107.560659 +v -148.250000 -54.166668 107.799038 +v -147.888245 -54.166668 107.948889 +v -147.500000 -54.166668 108.000000 +v -147.111771 -54.166668 107.948889 +v -146.750000 -54.166668 107.799038 +v -146.439346 -54.166668 107.560659 +v -146.200958 -54.166668 107.250000 +v -146.051132 -54.166668 106.888227 +v -146.000000 -54.166668 106.500000 +v -146.051132 -54.166668 106.111772 +v -146.200958 -54.166668 105.750000 +v -146.439346 -54.166668 105.439340 +v -146.750000 -54.166668 105.200960 +v -147.111771 -54.166668 105.051110 +v -147.500000 -54.166668 105.000000 +v -147.888245 -54.166668 105.051110 +v -148.250000 -54.166668 105.200960 +v -148.560669 -54.166668 105.439340 +v -148.799057 -54.166668 105.750000 +v -148.948883 -54.166668 106.111772 +v -149.000000 -45.833336 106.500000 +v -148.948883 -45.833336 106.888227 +v -148.799057 -45.833336 107.250000 +v -148.560669 -45.833336 107.560659 +v -148.250000 -45.833336 107.799038 +v -147.888245 -45.833336 107.948889 +v -147.500000 -45.833336 108.000000 +v -147.111771 -45.833336 107.948889 +v -146.750000 -45.833336 107.799038 +v -146.439346 -45.833336 107.560659 +v -146.200958 -45.833336 107.250000 +v -146.051132 -45.833336 106.888227 +v -146.000000 -45.833336 106.500000 +v -146.051132 -45.833336 106.111772 +v -146.200958 -45.833336 105.750000 +v -146.439346 -45.833336 105.439340 +v -146.750000 -45.833336 105.200960 +v -147.111771 -45.833336 105.051110 +v -147.500000 -45.833336 105.000000 +v -147.888245 -45.833336 105.051110 +v -148.250000 -45.833336 105.200960 +v -148.560669 -45.833336 105.439340 +v -148.799057 -45.833336 105.750000 +v -148.948883 -45.833336 106.111772 +v -149.000000 -37.500000 106.500000 +v -148.948883 -37.500000 106.888227 +v -148.799057 -37.500000 107.250000 +v -148.560669 -37.500000 107.560659 +v -148.250000 -37.500000 107.799038 +v -147.888245 -37.500000 107.948889 +v -147.500000 -37.500000 108.000000 +v -147.111771 -37.500000 107.948889 +v -146.750000 -37.500000 107.799038 +v -146.439346 -37.500000 107.560659 +v -146.200958 -37.500000 107.250000 +v -146.051132 -37.500000 106.888227 +v -146.000000 -37.500000 106.500000 +v -146.051132 -37.500000 106.111772 +v -146.200958 -37.500000 105.750000 +v -146.439346 -37.500000 105.439340 +v -146.750000 -37.500000 105.200960 +v -147.111771 -37.500000 105.051110 +v -147.500000 -37.500000 105.000000 +v -147.888245 -37.500000 105.051110 +v -148.250000 -37.500000 105.200960 +v -148.560669 -37.500000 105.439340 +v -148.799057 -37.500000 105.750000 +v -148.948883 -37.500000 106.111772 +v -149.000000 -29.166668 106.500000 +v -148.948883 -29.166668 106.888227 +v -148.799057 -29.166668 107.250000 +v -148.560669 -29.166668 107.560659 +v -148.250000 -29.166668 107.799038 +v -147.888245 -29.166668 107.948889 +v -147.500000 -29.166668 108.000000 +v -147.111771 -29.166668 107.948889 +v -146.750000 -29.166668 107.799038 +v -146.439346 -29.166668 107.560659 +v -146.200958 -29.166668 107.250000 +v -146.051132 -29.166668 106.888227 +v -146.000000 -29.166668 106.500000 +v -146.051132 -29.166668 106.111772 +v -146.200958 -29.166668 105.750000 +v -146.439346 -29.166668 105.439340 +v -146.750000 -29.166668 105.200960 +v -147.111771 -29.166668 105.051110 +v -147.500000 -29.166668 105.000000 +v -147.888245 -29.166668 105.051110 +v -148.250000 -29.166668 105.200960 +v -148.560669 -29.166668 105.439340 +v -148.799057 -29.166668 105.750000 +v -148.948883 -29.166668 106.111772 +v -149.000000 -20.833336 106.500000 +v -148.948883 -20.833336 106.888227 +v -148.799057 -20.833336 107.250000 +v -148.560669 -20.833336 107.560659 +v -148.250000 -20.833336 107.799038 +v -147.888245 -20.833336 107.948889 +v -147.500000 -20.833336 108.000000 +v -147.111771 -20.833336 107.948889 +v -146.750000 -20.833336 107.799038 +v -146.439346 -20.833336 107.560659 +v -146.200958 -20.833336 107.250000 +v -146.051132 -20.833336 106.888227 +v -146.000000 -20.833336 106.500000 +v -146.051132 -20.833336 106.111772 +v -146.200958 -20.833336 105.750000 +v -146.439346 -20.833336 105.439340 +v -146.750000 -20.833336 105.200960 +v -147.111771 -20.833336 105.051110 +v -147.500000 -20.833336 105.000000 +v -147.888245 -20.833336 105.051110 +v -148.250000 -20.833336 105.200960 +v -148.560669 -20.833336 105.439340 +v -148.799057 -20.833336 105.750000 +v -148.948883 -20.833336 106.111772 +v -149.000000 -12.500000 106.500000 +v -148.948883 -12.500000 106.888227 +v -148.799057 -12.500000 107.250000 +v -148.560669 -12.500000 107.560659 +v -148.250000 -12.500000 107.799038 +v -147.888245 -12.500000 107.948889 +v -147.500000 -12.500000 108.000000 +v -147.111771 -12.500000 107.948889 +v -146.750000 -12.500000 107.799038 +v -146.439346 -12.500000 107.560659 +v -146.200958 -12.500000 107.250000 +v -146.051132 -12.500000 106.888227 +v -146.000000 -12.500000 106.500000 +v -146.051132 -12.500000 106.111772 +v -146.200958 -12.500000 105.750000 +v -146.439346 -12.500000 105.439340 +v -146.750000 -12.500000 105.200960 +v -147.111771 -12.500000 105.051110 +v -147.500000 -12.500000 105.000000 +v -147.888245 -12.500000 105.051110 +v -148.250000 -12.500000 105.200960 +v -148.560669 -12.500000 105.439340 +v -148.799057 -12.500000 105.750000 +v -148.948883 -12.500000 106.111772 +v -149.000000 -4.166667 106.500000 +v -148.948883 -4.166667 106.888227 +v -148.799057 -4.166667 107.250000 +v -148.560669 -4.166667 107.560659 +v -148.250000 -4.166667 107.799038 +v -147.888245 -4.166667 107.948889 +v -147.500000 -4.166667 108.000000 +v -147.111771 -4.166667 107.948889 +v -146.750000 -4.166667 107.799038 +v -146.439346 -4.166667 107.560659 +v -146.200958 -4.166667 107.250000 +v -146.051132 -4.166667 106.888227 +v -146.000000 -4.166667 106.500000 +v -146.051132 -4.166667 106.111772 +v -146.200958 -4.166667 105.750000 +v -146.439346 -4.166667 105.439340 +v -146.750000 -4.166667 105.200960 +v -147.111771 -4.166667 105.051110 +v -147.500000 -4.166667 105.000000 +v -147.888245 -4.166667 105.051110 +v -148.250000 -4.166667 105.200960 +v -148.560669 -4.166667 105.439340 +v -148.799057 -4.166667 105.750000 +v -148.948883 -4.166667 106.111772 +v -149.000000 4.166667 106.500000 +v -148.948883 4.166667 106.888227 +v -148.799057 4.166667 107.250000 +v -148.560669 4.166667 107.560659 +v -148.250000 4.166667 107.799038 +v -147.888245 4.166667 107.948889 +v -147.500000 4.166667 108.000000 +v -147.111771 4.166667 107.948889 +v -146.750000 4.166667 107.799038 +v -146.439346 4.166667 107.560659 +v -146.200958 4.166667 107.250000 +v -146.051132 4.166667 106.888227 +v -146.000000 4.166667 106.500000 +v -146.051132 4.166667 106.111772 +v -146.200958 4.166667 105.750000 +v -146.439346 4.166667 105.439340 +v -146.750000 4.166667 105.200960 +v -147.111771 4.166667 105.051110 +v -147.500000 4.166667 105.000000 +v -147.888245 4.166667 105.051110 +v -148.250000 4.166667 105.200960 +v -148.560669 4.166667 105.439340 +v -148.799057 4.166667 105.750000 +v -148.948883 4.166667 106.111772 +v -149.000000 12.500000 106.500000 +v -148.948883 12.500000 106.888227 +v -148.799057 12.500000 107.250000 +v -148.560669 12.500000 107.560659 +v -148.250000 12.500000 107.799038 +v -147.888245 12.500000 107.948889 +v -147.500000 12.500000 108.000000 +v -147.111771 12.500000 107.948889 +v -146.750000 12.500000 107.799038 +v -146.439346 12.500000 107.560659 +v -146.200958 12.500000 107.250000 +v -146.051132 12.500000 106.888227 +v -146.000000 12.500000 106.500000 +v -146.051132 12.500000 106.111772 +v -146.200958 12.500000 105.750000 +v -146.439346 12.500000 105.439340 +v -146.750000 12.500000 105.200960 +v -147.111771 12.500000 105.051110 +v -147.500000 12.500000 105.000000 +v -147.888245 12.500000 105.051110 +v -148.250000 12.500000 105.200960 +v -148.560669 12.500000 105.439340 +v -148.799057 12.500000 105.750000 +v -148.948883 12.500000 106.111772 +v -149.000000 20.833336 106.500000 +v -148.948883 20.833336 106.888227 +v -148.799057 20.833336 107.250000 +v -148.560669 20.833336 107.560659 +v -148.250000 20.833336 107.799038 +v -147.888245 20.833336 107.948889 +v -147.500000 20.833336 108.000000 +v -147.111771 20.833336 107.948889 +v -146.750000 20.833336 107.799038 +v -146.439346 20.833336 107.560659 +v -146.200958 20.833336 107.250000 +v -146.051132 20.833336 106.888227 +v -146.000000 20.833336 106.500000 +v -146.051132 20.833336 106.111772 +v -146.200958 20.833336 105.750000 +v -146.439346 20.833336 105.439340 +v -146.750000 20.833336 105.200960 +v -147.111771 20.833336 105.051110 +v -147.500000 20.833336 105.000000 +v -147.888245 20.833336 105.051110 +v -148.250000 20.833336 105.200960 +v -148.560669 20.833336 105.439340 +v -148.799057 20.833336 105.750000 +v -148.948883 20.833336 106.111772 +v -149.000000 29.166668 106.500000 +v -148.948883 29.166668 106.888227 +v -148.799057 29.166668 107.250000 +v -148.560669 29.166668 107.560659 +v -148.250000 29.166668 107.799038 +v -147.888245 29.166668 107.948889 +v -147.500000 29.166668 108.000000 +v -147.111771 29.166668 107.948889 +v -146.750000 29.166668 107.799038 +v -146.439346 29.166668 107.560659 +v -146.200958 29.166668 107.250000 +v -146.051132 29.166668 106.888227 +v -146.000000 29.166668 106.500000 +v -146.051132 29.166668 106.111772 +v -146.200958 29.166668 105.750000 +v -146.439346 29.166668 105.439340 +v -146.750000 29.166668 105.200960 +v -147.111771 29.166668 105.051110 +v -147.500000 29.166668 105.000000 +v -147.888245 29.166668 105.051110 +v -148.250000 29.166668 105.200960 +v -148.560669 29.166668 105.439340 +v -148.799057 29.166668 105.750000 +v -148.948883 29.166668 106.111772 +v -149.000000 37.500000 106.500000 +v -148.948883 37.500000 106.888227 +v -148.799057 37.500000 107.250000 +v -148.560669 37.500000 107.560659 +v -148.250000 37.500000 107.799038 +v -147.888245 37.500000 107.948889 +v -147.500000 37.500000 108.000000 +v -147.111771 37.500000 107.948889 +v -146.750000 37.500000 107.799038 +v -146.439346 37.500000 107.560659 +v -146.200958 37.500000 107.250000 +v -146.051132 37.500000 106.888227 +v -146.000000 37.500000 106.500000 +v -146.051132 37.500000 106.111772 +v -146.200958 37.500000 105.750000 +v -146.439346 37.500000 105.439340 +v -146.750000 37.500000 105.200960 +v -147.111771 37.500000 105.051110 +v -147.500000 37.500000 105.000000 +v -147.888245 37.500000 105.051110 +v -148.250000 37.500000 105.200960 +v -148.560669 37.500000 105.439340 +v -148.799057 37.500000 105.750000 +v -148.948883 37.500000 106.111772 +v -149.000000 45.833336 106.500000 +v -148.948883 45.833336 106.888227 +v -148.799057 45.833336 107.250000 +v -148.560669 45.833336 107.560659 +v -148.250000 45.833336 107.799038 +v -147.888245 45.833336 107.948889 +v -147.500000 45.833336 108.000000 +v -147.111771 45.833336 107.948889 +v -146.750000 45.833336 107.799038 +v -146.439346 45.833336 107.560659 +v -146.200958 45.833336 107.250000 +v -146.051132 45.833336 106.888227 +v -146.000000 45.833336 106.500000 +v -146.051132 45.833336 106.111772 +v -146.200958 45.833336 105.750000 +v -146.439346 45.833336 105.439340 +v -146.750000 45.833336 105.200960 +v -147.111771 45.833336 105.051110 +v -147.500000 45.833336 105.000000 +v -147.888245 45.833336 105.051110 +v -148.250000 45.833336 105.200960 +v -148.560669 45.833336 105.439340 +v -148.799057 45.833336 105.750000 +v -148.948883 45.833336 106.111772 +v -149.000000 54.166668 106.500000 +v -148.948883 54.166668 106.888227 +v -148.799057 54.166668 107.250000 +v -148.560669 54.166668 107.560659 +v -148.250000 54.166668 107.799038 +v -147.888245 54.166668 107.948889 +v -147.500000 54.166668 108.000000 +v -147.111771 54.166668 107.948889 +v -146.750000 54.166668 107.799038 +v -146.439346 54.166668 107.560659 +v -146.200958 54.166668 107.250000 +v -146.051132 54.166668 106.888227 +v -146.000000 54.166668 106.500000 +v -146.051132 54.166668 106.111772 +v -146.200958 54.166668 105.750000 +v -146.439346 54.166668 105.439340 +v -146.750000 54.166668 105.200960 +v -147.111771 54.166668 105.051110 +v -147.500000 54.166668 105.000000 +v -147.888245 54.166668 105.051110 +v -148.250000 54.166668 105.200960 +v -148.560669 54.166668 105.439340 +v -148.799057 54.166668 105.750000 +v -148.948883 54.166668 106.111772 +v -149.000000 62.500000 106.500000 +v -148.948883 62.500000 106.888227 +v -148.799057 62.500000 107.250000 +v -148.560669 62.500000 107.560659 +v -148.250000 62.500000 107.799038 +v -147.888245 62.500000 107.948889 +v -147.500000 62.500000 108.000000 +v -147.111771 62.500000 107.948889 +v -146.750000 62.500000 107.799038 +v -146.439346 62.500000 107.560659 +v -146.200958 62.500000 107.250000 +v -146.051132 62.500000 106.888227 +v -146.000000 62.500000 106.500000 +v -146.051132 62.500000 106.111772 +v -146.200958 62.500000 105.750000 +v -146.439346 62.500000 105.439340 +v -146.750000 62.500000 105.200960 +v -147.111771 62.500000 105.051110 +v -147.500000 62.500000 105.000000 +v -147.888245 62.500000 105.051110 +v -148.250000 62.500000 105.200960 +v -148.560669 62.500000 105.439340 +v -148.799057 62.500000 105.750000 +v -148.948883 62.500000 106.111772 +v -149.000000 70.833344 106.500000 +v -148.948883 70.833344 106.888227 +v -148.799057 70.833344 107.250000 +v -148.560669 70.833344 107.560659 +v -148.250000 70.833344 107.799038 +v -147.888245 70.833344 107.948889 +v -147.500000 70.833344 108.000000 +v -147.111771 70.833344 107.948889 +v -146.750000 70.833344 107.799038 +v -146.439346 70.833344 107.560659 +v -146.200958 70.833344 107.250000 +v -146.051132 70.833344 106.888227 +v -146.000000 70.833344 106.500000 +v -146.051132 70.833344 106.111772 +v -146.200958 70.833344 105.750000 +v -146.439346 70.833344 105.439340 +v -146.750000 70.833344 105.200960 +v -147.111771 70.833344 105.051110 +v -147.500000 70.833344 105.000000 +v -147.888245 70.833344 105.051110 +v -148.250000 70.833344 105.200960 +v -148.560669 70.833344 105.439340 +v -148.799057 70.833344 105.750000 +v -148.948883 70.833344 106.111772 +v -149.000000 79.166664 106.500000 +v -148.948883 79.166664 106.888227 +v -148.799057 79.166664 107.250000 +v -148.560669 79.166664 107.560659 +v -148.250000 79.166664 107.799038 +v -147.888245 79.166664 107.948889 +v -147.500000 79.166664 108.000000 +v -147.111771 79.166664 107.948889 +v -146.750000 79.166664 107.799038 +v -146.439346 79.166664 107.560659 +v -146.200958 79.166664 107.250000 +v -146.051132 79.166664 106.888227 +v -146.000000 79.166664 106.500000 +v -146.051132 79.166664 106.111772 +v -146.200958 79.166664 105.750000 +v -146.439346 79.166664 105.439340 +v -146.750000 79.166664 105.200960 +v -147.111771 79.166664 105.051110 +v -147.500000 79.166664 105.000000 +v -147.888245 79.166664 105.051110 +v -148.250000 79.166664 105.200960 +v -148.560669 79.166664 105.439340 +v -148.799057 79.166664 105.750000 +v -148.948883 79.166664 106.111772 +v -149.000000 87.500000 106.500000 +v -148.948883 87.500000 106.888227 +v -148.799057 87.500000 107.250000 +v -148.560669 87.500000 107.560659 +v -148.250000 87.500000 107.799038 +v -147.888245 87.500000 107.948889 +v -147.500000 87.500000 108.000000 +v -147.111771 87.500000 107.948889 +v -146.750000 87.500000 107.799038 +v -146.439346 87.500000 107.560659 +v -146.200958 87.500000 107.250000 +v -146.051132 87.500000 106.888227 +v -146.000000 87.500000 106.500000 +v -146.051132 87.500000 106.111772 +v -146.200958 87.500000 105.750000 +v -146.439346 87.500000 105.439340 +v -146.750000 87.500000 105.200960 +v -147.111771 87.500000 105.051110 +v -147.500000 87.500000 105.000000 +v -147.888245 87.500000 105.051110 +v -148.250000 87.500000 105.200960 +v -148.560669 87.500000 105.439340 +v -148.799057 87.500000 105.750000 +v -148.948883 87.500000 106.111772 +v -149.000000 95.833336 106.500000 +v -148.948883 95.833336 106.888227 +v -148.799057 95.833336 107.250000 +v -148.560669 95.833336 107.560659 +v -148.250000 95.833336 107.799038 +v -147.888245 95.833336 107.948889 +v -147.500000 95.833336 108.000000 +v -147.111771 95.833336 107.948889 +v -146.750000 95.833336 107.799038 +v -146.439346 95.833336 107.560659 +v -146.200958 95.833336 107.250000 +v -146.051132 95.833336 106.888227 +v -146.000000 95.833336 106.500000 +v -146.051132 95.833336 106.111772 +v -146.200958 95.833336 105.750000 +v -146.439346 95.833336 105.439340 +v -146.750000 95.833336 105.200960 +v -147.111771 95.833336 105.051110 +v -147.500000 95.833336 105.000000 +v -147.888245 95.833336 105.051110 +v -148.250000 95.833336 105.200960 +v -148.560669 95.833336 105.439340 +v -148.799057 95.833336 105.750000 +v -148.948883 95.833336 106.111772 +v -149.000000 104.166672 106.500000 +v -148.948883 104.166672 106.888227 +v -148.799057 104.166672 107.250000 +v -148.560669 104.166672 107.560659 +v -148.250000 104.166672 107.799038 +v -147.888245 104.166672 107.948889 +v -147.500000 104.166672 108.000000 +v -147.111771 104.166672 107.948889 +v -146.750000 104.166672 107.799038 +v -146.439346 104.166672 107.560659 +v -146.200958 104.166672 107.250000 +v -146.051132 104.166672 106.888227 +v -146.000000 104.166672 106.500000 +v -146.051132 104.166672 106.111772 +v -146.200958 104.166672 105.750000 +v -146.439346 104.166672 105.439340 +v -146.750000 104.166672 105.200960 +v -147.111771 104.166672 105.051110 +v -147.500000 104.166672 105.000000 +v -147.888245 104.166672 105.051110 +v -148.250000 104.166672 105.200960 +v -148.560669 104.166672 105.439340 +v -148.799057 104.166672 105.750000 +v -148.948883 104.166672 106.111772 +v -149.000000 112.500000 106.500000 +v -148.948883 112.500000 106.888227 +v -148.799057 112.500000 107.250000 +v -148.560669 112.500000 107.560659 +v -148.250000 112.500000 107.799038 +v -147.888245 112.500000 107.948889 +v -147.500000 112.500000 108.000000 +v -147.111771 112.500000 107.948889 +v -146.750000 112.500000 107.799038 +v -146.439346 112.500000 107.560659 +v -146.200958 112.500000 107.250000 +v -146.051132 112.500000 106.888227 +v -146.000000 112.500000 106.500000 +v -146.051132 112.500000 106.111772 +v -146.200958 112.500000 105.750000 +v -146.439346 112.500000 105.439340 +v -146.750000 112.500000 105.200960 +v -147.111771 112.500000 105.051110 +v -147.500000 112.500000 105.000000 +v -147.888245 112.500000 105.051110 +v -148.250000 112.500000 105.200960 +v -148.560669 112.500000 105.439340 +v -148.799057 112.500000 105.750000 +v -148.948883 112.500000 106.111772 +v -149.000000 120.833336 106.500000 +v -148.948883 120.833336 106.888227 +v -148.799057 120.833336 107.250000 +v -148.560669 120.833336 107.560659 +v -148.250000 120.833336 107.799038 +v -147.888245 120.833336 107.948889 +v -147.500000 120.833336 108.000000 +v -147.111771 120.833336 107.948889 +v -146.750000 120.833336 107.799038 +v -146.439346 120.833336 107.560659 +v -146.200958 120.833336 107.250000 +v -146.051132 120.833336 106.888227 +v -146.000000 120.833336 106.500000 +v -146.051132 120.833336 106.111772 +v -146.200958 120.833336 105.750000 +v -146.439346 120.833336 105.439340 +v -146.750000 120.833336 105.200960 +v -147.111771 120.833336 105.051110 +v -147.500000 120.833336 105.000000 +v -147.888245 120.833336 105.051110 +v -148.250000 120.833336 105.200960 +v -148.560669 120.833336 105.439340 +v -148.799057 120.833336 105.750000 +v -148.948883 120.833336 106.111772 +v -151.002884 137.500000 102.994667 +v -154.000000 137.500000 110.000000 +v -154.000000 137.500000 111.585786 +v -150.207108 137.500000 107.792893 +v -150.425858 0.000000 107.162827 +v -150.425858 -13.750000 107.162827 +v -150.425858 -27.500000 107.162827 +v -150.500000 -27.500000 106.500000 +v -150.500000 -41.250000 106.500000 +v -150.425858 -41.250000 105.837172 +v -150.425858 -55.000000 105.837172 +v -150.425858 -68.750000 105.837172 +v -150.425858 -82.500000 105.837172 +v -150.500000 -68.750000 106.500000 +v -150.500000 -82.500000 106.500000 +v -150.425858 -68.750000 107.162827 +v -150.425858 -82.500000 107.162827 +v -150.425858 -96.250000 107.162827 +v -150.425858 -110.000000 107.162827 +v -150.500000 -110.000000 106.500000 +v -150.500000 -123.750000 106.500000 +v -150.425858 -123.750000 105.837172 +v -150.425858 -110.000000 105.837172 +v -150.425858 -96.250000 105.837172 +v -150.500000 -96.250000 106.500000 +v -150.425858 137.500000 107.162827 +v -150.425858 123.750000 107.162827 +v -150.425858 110.000000 107.162827 +v -150.425858 96.250000 107.162827 +v -150.500000 96.250000 106.500000 +v -150.500000 82.500000 106.500000 +v -150.425858 82.500000 105.837172 +v -150.425858 68.750000 105.837172 +v -150.207092 137.500000 105.207105 +v -150.425858 55.000000 105.837172 +v -150.425858 41.250000 105.837172 +v -150.500000 55.000000 106.500000 +v -150.500000 41.250000 106.500000 +v -150.425858 55.000000 107.162827 +v -150.425858 41.250000 107.162827 +v -150.425858 27.500000 107.162827 +v -150.425858 13.750000 107.162827 +v -150.500000 13.750000 106.500000 +v -150.500000 0.000000 106.500000 +v -150.425858 0.000000 105.837172 +v -150.425858 -13.750000 105.837172 +v -150.425858 -27.500000 105.837172 +v -150.500000 123.750000 106.500000 +v -150.500000 137.500000 106.500000 +v -150.425858 123.750000 105.837172 +v -150.425858 137.500000 105.837172 +v -150.425858 13.750000 105.837172 +v -150.425858 27.500000 105.837172 +v -150.500000 27.500000 106.500000 +v -150.425858 -123.750000 107.162827 +v -150.500000 110.000000 106.500000 +v -150.425858 110.000000 105.837172 +v -150.425858 82.500000 107.162827 +v -150.425858 68.750000 107.162827 +v -150.500000 68.750000 106.500000 +v -150.500000 -13.750000 106.500000 +v -150.425858 -41.250000 107.162827 +v -150.425858 -55.000000 107.162827 +v -150.500000 -55.000000 106.500000 +v -150.425858 96.250000 105.837172 +v -154.000000 137.500000 101.414213 +v -154.000000 137.500000 102.992208 +v -155.000000 137.500000 102.992208 +v -155.000000 137.500000 99.000000 +v -151.000000 137.500000 99.000000 +v -151.000000 137.500000 100.000000 +v -152.585800 137.500000 100.000000 +v -148.792908 137.500000 103.792894 +v -148.162842 0.000000 103.574139 +v -148.162827 -13.750000 103.574139 +v -148.162827 -27.500000 103.574139 +v -147.500000 -27.500000 103.500000 +v -147.500000 -41.250000 103.500000 +v -146.837173 -41.250000 103.574139 +v -146.837173 -55.000000 103.574139 +v -146.837173 -68.750000 103.574139 +v -146.837173 -82.500000 103.574139 +v -147.500000 -68.750000 103.500000 +v -147.500000 -82.500000 103.500000 +v -148.162827 -68.750000 103.574139 +v -148.162827 -82.500000 103.574139 +v -148.162827 -96.250000 103.574139 +v -148.162827 -110.000000 103.574139 +v -147.500000 -110.000000 103.500000 +v -147.500000 -123.750000 103.500000 +v -146.837173 -123.750000 103.574139 +v -146.837173 -110.000000 103.574139 +v -146.837173 -96.250000 103.574139 +v -147.500000 -96.250000 103.500000 +v -148.162842 137.500000 103.574139 +v -148.162827 123.750000 103.574139 +v -148.162827 110.000000 103.574139 +v -148.162827 96.250000 103.574139 +v -147.500000 96.250000 103.500000 +v -147.500000 82.500000 103.500000 +v -146.837173 82.500000 103.574139 +v -146.837173 68.750000 103.574139 +v -146.207108 137.500000 103.792894 +v -146.837173 55.000000 103.574139 +v -146.837173 41.250000 103.574139 +v -147.500000 55.000000 103.500000 +v -147.500000 41.250000 103.500000 +v -148.162827 55.000000 103.574139 +v -148.162827 41.250000 103.574139 +v -148.162827 27.500000 103.574139 +v -148.162827 13.750000 103.574139 +v -147.500000 13.750000 103.500000 +v -147.500000 0.000000 103.500000 +v -146.837173 0.000000 103.574139 +v -146.837173 -13.750000 103.574139 +v -146.837173 -27.500000 103.574139 +v -147.500000 123.750000 103.500000 +v -147.500000 137.500000 103.500000 +v -146.837173 123.750000 103.574139 +v -146.837173 137.500000 103.574139 +v -146.837173 13.750000 103.574139 +v -146.837173 27.500000 103.574139 +v -147.500000 27.500000 103.500000 +v -148.162827 -123.750000 103.574139 +v -147.500000 110.000000 103.500000 +v -146.837173 110.000000 103.574139 +v -148.162827 82.500000 103.574139 +v -148.162827 68.750000 103.574139 +v -147.500000 68.750000 103.500000 +v -147.500000 -13.750000 103.500000 +v -148.162827 -41.250000 103.574139 +v -148.162827 -55.000000 103.574139 +v -147.500000 -55.000000 103.500000 +v -146.837173 96.250000 103.574139 +v -142.414200 137.500000 100.000000 +v -144.000000 137.500000 100.000000 +v -144.000000 137.500000 99.000000 +v -140.000000 137.500000 99.000000 +v -140.000000 137.500000 102.992208 +v -141.000000 137.500000 102.992208 +v -141.000000 137.500000 101.414213 +v -144.792892 137.500000 105.207105 +v -144.574158 0.000000 105.837172 +v -144.574142 -13.750000 105.837172 +v -144.574142 -27.500000 105.837172 +v -144.500000 -27.500000 106.500000 +v -144.500000 -41.250000 106.500000 +v -144.574142 -41.250000 107.162827 +v -144.574142 -55.000000 107.162827 +v -144.574142 -68.750000 107.162827 +v -144.574142 -82.500000 107.162827 +v -144.500000 -68.750000 106.500000 +v -144.500000 -82.500000 106.500000 +v -144.574142 -68.750000 105.837172 +v -144.574142 -82.500000 105.837172 +v -144.574142 -96.250000 105.837172 +v -144.574142 -110.000000 105.837172 +v -144.500000 -110.000000 106.500000 +v -144.500000 -123.750000 106.500000 +v -144.574142 -123.750000 107.162827 +v -144.574142 -110.000000 107.162827 +v -144.574142 -96.250000 107.162827 +v -144.500000 -96.250000 106.500000 +v -144.574158 137.500000 105.837172 +v -144.574142 123.750000 105.837172 +v -144.574142 110.000000 105.837172 +v -144.574142 96.250000 105.837172 +v -144.500000 96.250000 106.500000 +v -144.500000 82.500000 106.500000 +v -144.574142 82.500000 107.162827 +v -144.574142 68.750000 107.162827 +v -144.792892 137.500000 107.792893 +v -144.574142 55.000000 107.162827 +v -144.574142 41.250000 107.162827 +v -144.500000 55.000000 106.500000 +v -144.500000 41.250000 106.500000 +v -144.574142 55.000000 105.837172 +v -144.574142 41.250000 105.837172 +v -144.574142 27.500000 105.837172 +v -144.574142 13.750000 105.837172 +v -144.500000 13.750000 106.500000 +v -144.500000 0.000000 106.500000 +v -144.574158 0.000000 107.162827 +v -144.574142 -13.750000 107.162827 +v -144.574142 -27.500000 107.162827 +v -144.500000 123.750000 106.500000 +v -144.500000 137.500000 106.500000 +v -144.574142 123.750000 107.162827 +v -144.574142 137.500000 107.162827 +v -144.574142 13.750000 107.162827 +v -144.574142 27.500000 107.162827 +v -144.500000 27.500000 106.500000 +v -144.574142 -123.750000 105.837172 +v -144.500000 110.000000 106.500000 +v -144.574142 110.000000 107.162827 +v -144.574142 82.500000 105.837172 +v -144.574142 68.750000 105.837172 +v -144.500000 68.750000 106.500000 +v -144.500000 -13.750000 106.500000 +v -144.574142 -41.250000 105.837172 +v -144.574142 -55.000000 105.837172 +v -144.500000 -55.000000 106.500000 +v -144.574142 96.250000 107.162827 +v -141.000000 137.500000 111.585786 +v -141.000000 137.500000 110.000000 +v -140.000000 137.500000 110.000000 +v -140.000000 137.500000 114.000000 +v -144.000000 137.500000 114.000000 +v -144.000000 137.500000 113.000000 +v -142.414215 137.500000 113.000000 +v -146.207108 137.500000 109.207107 +v -146.837173 0.000000 109.425860 +v -146.837173 -13.750000 109.425860 +v -146.837173 -27.500000 109.425860 +v -147.500000 -27.500000 109.500000 +v -147.500000 -41.250000 109.500000 +v -148.162827 -41.250000 109.425860 +v -148.162827 -55.000000 109.425860 +v -148.162827 -68.750000 109.425860 +v -148.162827 -82.500000 109.425860 +v -147.500000 -68.750000 109.500000 +v -147.500000 -82.500000 109.500000 +v -146.837173 -68.750000 109.425860 +v -146.837173 -82.500000 109.425860 +v -146.837173 -96.250000 109.425860 +v -146.837173 -110.000000 109.425860 +v -147.500000 -110.000000 109.500000 +v -147.500000 -123.750000 109.500000 +v -148.162827 -123.750000 109.425860 +v -148.162827 -110.000000 109.425860 +v -148.162827 -96.250000 109.425860 +v -147.500000 -96.250000 109.500000 +v -146.837173 137.500000 109.425860 +v -146.837173 123.750000 109.425860 +v -146.837173 110.000000 109.425860 +v -146.837173 96.250000 109.425860 +v -147.500000 96.250000 109.500000 +v -147.500000 82.500000 109.500000 +v -148.162827 82.500000 109.425860 +v -148.162827 68.750000 109.425860 +v -148.792908 137.500000 109.207107 +v -148.162827 55.000000 109.425860 +v -148.162827 41.250000 109.425860 +v -147.500000 55.000000 109.500000 +v -147.500000 41.250000 109.500000 +v -146.837173 55.000000 109.425860 +v -146.837173 41.250000 109.425860 +v -146.837173 27.500000 109.425860 +v -146.837173 13.750000 109.425860 +v -147.500000 13.750000 109.500000 +v -147.500000 0.000000 109.500000 +v -148.162842 0.000000 109.425860 +v -148.162827 -13.750000 109.425860 +v -148.162827 -27.500000 109.425860 +v -147.500000 123.750000 109.500000 +v -147.500000 137.500000 109.500000 +v -148.162827 123.750000 109.425860 +v -148.162827 137.500000 109.425860 +v -148.162827 13.750000 109.425860 +v -148.162827 27.500000 109.425860 +v -147.500000 27.500000 109.500000 +v -146.837173 -123.750000 109.425860 +v -147.500000 110.000000 109.500000 +v -148.162827 110.000000 109.425860 +v -146.837173 82.500000 109.425860 +v -146.837173 68.750000 109.425860 +v -147.500000 68.750000 109.500000 +v -147.500000 -13.750000 109.500000 +v -146.837173 -41.250000 109.425860 +v -146.837173 -55.000000 109.425860 +v -147.500000 -55.000000 109.500000 +v -148.162827 96.250000 109.425860 +v -152.585800 137.500000 113.000000 +v -151.000000 137.500000 113.000000 +v -151.000000 137.500000 114.000000 +v -155.000000 137.500000 114.000000 +v -155.000000 137.500000 110.000000 +v 143.997116 -137.500000 102.994667 +v 146.207108 -137.500000 103.792894 +v 144.792892 -137.500000 105.207105 +v 141.000000 -137.500000 101.414213 +v 142.414200 -137.500000 100.000000 +v 140.000000 -137.500000 99.000000 +v 144.000000 -137.500000 99.000000 +v 146.051132 -137.500000 106.888227 +v 144.574142 -137.500000 107.162827 +v 146.000000 -137.500000 106.499999 +v 144.500000 -137.500000 106.500000 +v 144.574158 -137.500000 105.837172 +v 144.792892 -137.500000 107.792893 +v 146.200958 -137.500000 107.250000 +v 146.439346 -137.500000 107.560659 +v 146.207108 -137.500000 109.207107 +v 146.750000 -137.500000 107.799038 +v 147.111771 -137.500000 107.948889 +v 146.837173 -137.500000 109.425860 +v 147.500000 -137.500000 107.999999 +v 147.500000 -137.500000 109.500000 +v 148.162827 -137.500000 109.425860 +v 147.888245 -137.500000 107.948889 +v 148.792908 -137.500000 109.207107 +v 148.250000 -137.500000 107.799038 +v 148.560669 -137.500000 107.560659 +v 150.207108 -137.500000 107.792893 +v 148.799057 -137.500000 107.250000 +v 148.948883 -137.500000 106.888227 +v 150.425858 -137.500000 107.162827 +v 149.000000 -137.500000 106.499999 +v 150.500000 -137.500000 106.500000 +v 150.425858 -137.500000 105.837172 +v 148.948883 -137.500000 106.111772 +v 150.207092 -137.500000 105.207105 +v 148.799057 -137.500000 105.750000 +v 148.560669 -137.500000 105.439340 +v 148.792908 -137.500000 103.792894 +v 148.250000 -137.500000 105.200961 +v 147.888245 -137.500000 105.051110 +v 148.162842 -137.500000 103.574139 +v 147.500000 -137.500000 104.999999 +v 147.500000 -137.500000 103.500000 +v 146.837173 -137.500000 103.574139 +v 147.111771 -137.500000 105.051110 +v 146.750000 -137.500000 105.200961 +v 146.439346 -137.500000 105.439340 +v 146.200958 -137.500000 105.750000 +v 146.051132 -137.500000 106.111772 +v 151.002884 -137.500000 102.994667 +v 152.585800 -137.500000 100.000000 +v 154.000000 -137.500000 101.414213 +v 141.000000 -137.500000 110.000000 +v 141.000000 -137.500000 111.585786 +v 140.000000 -137.500000 110.000000 +v 140.000000 -137.500000 114.000000 +v 142.414215 -137.500000 113.000000 +v 144.000000 -137.500000 114.000000 +v 144.000000 -137.500000 113.000000 +v 141.000000 -137.500000 102.992208 +v 140.000000 -137.500000 102.992208 +v 144.000000 -137.500000 100.000000 +v 151.000000 -137.500000 100.000000 +v 151.000000 -137.500000 99.000000 +v 155.000000 -137.500000 99.000000 +v 155.000000 -137.500000 102.992208 +v 154.000000 -137.500000 102.992208 +v 154.000000 -137.500000 111.585786 +v 152.585800 -137.500000 113.000000 +v 155.000000 -137.500000 114.000000 +v 151.000000 -137.500000 114.000000 +v 154.000000 -137.500000 110.000000 +v 155.000000 -137.500000 110.000000 +v 151.000000 -137.500000 113.000000 +v 151.002884 137.500000 102.994669 +v 146.051132 -129.166687 106.111772 +v 146.000000 -129.166687 106.500000 +v 146.051132 -129.166687 106.888227 +v 146.200958 -129.166687 107.250000 +v 146.439346 -129.166687 107.560659 +v 146.750000 -129.166687 107.799038 +v 147.111771 -129.166687 107.948889 +v 147.500000 -129.166687 108.000000 +v 147.888245 -129.166687 107.948889 +v 148.250000 -129.166687 107.799038 +v 148.560669 -129.166687 107.560659 +v 148.799057 -129.166687 107.250000 +v 148.948883 -129.166687 106.888227 +v 149.000000 -129.166687 106.500000 +v 148.948883 -129.166687 106.111772 +v 148.799057 -129.166687 105.750000 +v 148.560669 -129.166687 105.439340 +v 148.250000 -129.166687 105.200960 +v 147.888245 -129.166687 105.051110 +v 147.500000 -129.166687 105.000000 +v 147.111771 -129.166687 105.051110 +v 146.750000 -129.166687 105.200960 +v 146.439346 -129.166687 105.439340 +v 146.200958 -129.166687 105.750000 +v 146.051132 137.500000 106.888227 +v 146.051132 129.166687 106.888227 +v 146.000000 137.500000 106.499999 +v 146.000000 129.166687 106.500000 +v 146.051132 137.500000 106.111772 +v 146.051132 129.166687 106.111772 +v 146.200958 137.500000 105.750000 +v 146.200958 129.166687 105.750000 +v 146.439346 137.500000 105.439340 +v 146.439346 129.166687 105.439340 +v 146.750000 137.500000 105.200961 +v 146.750000 129.166687 105.200960 +v 147.111771 137.500000 105.051110 +v 147.111771 129.166687 105.051110 +v 147.500000 137.500000 104.999999 +v 147.500000 129.166687 105.000000 +v 147.888245 137.500000 105.051110 +v 147.888245 129.166687 105.051110 +v 148.250000 137.500000 105.200961 +v 148.250000 129.166687 105.200960 +v 148.560669 137.500000 105.439340 +v 148.560669 129.166687 105.439340 +v 148.799057 137.500000 105.750000 +v 148.799057 129.166687 105.750000 +v 148.948883 137.500000 106.111772 +v 148.948883 129.166687 106.111772 +v 149.000000 137.500000 106.499999 +v 149.000000 129.166687 106.500000 +v 148.948883 137.500000 106.888227 +v 148.948883 129.166687 106.888227 +v 148.799057 137.500000 107.250000 +v 148.799057 129.166687 107.250000 +v 148.560669 137.500000 107.560659 +v 148.560669 129.166687 107.560659 +v 148.250000 137.500000 107.799038 +v 148.250000 129.166687 107.799038 +v 147.888245 137.500000 107.948889 +v 147.888245 129.166687 107.948889 +v 147.500000 137.500000 107.999999 +v 147.500000 129.166687 108.000000 +v 147.111771 137.500000 107.948889 +v 147.111771 129.166687 107.948889 +v 146.750000 137.500000 107.799038 +v 146.750000 129.166687 107.799038 +v 146.439346 137.500000 107.560659 +v 146.439346 129.166687 107.560659 +v 146.200958 137.500000 107.250000 +v 146.200958 129.166687 107.250000 +v 146.000000 -120.833336 106.500000 +v 146.051132 -120.833336 106.888227 +v 146.200958 -120.833336 107.250000 +v 146.439346 -120.833336 107.560659 +v 146.750000 -120.833336 107.799038 +v 147.111771 -120.833336 107.948889 +v 147.500000 -120.833336 108.000000 +v 147.888245 -120.833336 107.948889 +v 148.250000 -120.833336 107.799038 +v 148.560669 -120.833336 107.560659 +v 148.799057 -120.833336 107.250000 +v 148.948883 -120.833336 106.888227 +v 149.000000 -120.833336 106.500000 +v 148.948883 -120.833336 106.111772 +v 148.799057 -120.833336 105.750000 +v 148.560669 -120.833336 105.439340 +v 148.250000 -120.833336 105.200960 +v 147.888245 -120.833336 105.051110 +v 147.500000 -120.833336 105.000000 +v 147.111771 -120.833336 105.051110 +v 146.750000 -120.833336 105.200960 +v 146.439346 -120.833336 105.439340 +v 146.200958 -120.833336 105.750000 +v 146.051132 -120.833336 106.111772 +v 146.000000 -112.500000 106.500000 +v 146.051132 -112.500000 106.888227 +v 146.200958 -112.500000 107.250000 +v 146.439346 -112.500000 107.560659 +v 146.750000 -112.500000 107.799038 +v 147.111771 -112.500000 107.948889 +v 147.500000 -112.500000 108.000000 +v 147.888245 -112.500000 107.948889 +v 148.250000 -112.500000 107.799038 +v 148.560669 -112.500000 107.560659 +v 148.799057 -112.500000 107.250000 +v 148.948883 -112.500000 106.888227 +v 149.000000 -112.500000 106.500000 +v 148.948883 -112.500000 106.111772 +v 148.799057 -112.500000 105.750000 +v 148.560669 -112.500000 105.439340 +v 148.250000 -112.500000 105.200960 +v 147.888245 -112.500000 105.051110 +v 147.500000 -112.500000 105.000000 +v 147.111771 -112.500000 105.051110 +v 146.750000 -112.500000 105.200960 +v 146.439346 -112.500000 105.439340 +v 146.200958 -112.500000 105.750000 +v 146.051132 -112.500000 106.111772 +v 146.000000 -104.166672 106.500000 +v 146.051132 -104.166672 106.888227 +v 146.200958 -104.166672 107.250000 +v 146.439346 -104.166672 107.560659 +v 146.750000 -104.166672 107.799038 +v 147.111771 -104.166672 107.948889 +v 147.500000 -104.166672 108.000000 +v 147.888245 -104.166672 107.948889 +v 148.250000 -104.166672 107.799038 +v 148.560669 -104.166672 107.560659 +v 148.799057 -104.166672 107.250000 +v 148.948883 -104.166672 106.888227 +v 149.000000 -104.166672 106.500000 +v 148.948883 -104.166672 106.111772 +v 148.799057 -104.166672 105.750000 +v 148.560669 -104.166672 105.439340 +v 148.250000 -104.166672 105.200960 +v 147.888245 -104.166672 105.051110 +v 147.500000 -104.166672 105.000000 +v 147.111771 -104.166672 105.051110 +v 146.750000 -104.166672 105.200960 +v 146.439346 -104.166672 105.439340 +v 146.200958 -104.166672 105.750000 +v 146.051132 -104.166672 106.111772 +v 146.000000 -95.833336 106.500000 +v 146.051132 -95.833336 106.888227 +v 146.200958 -95.833336 107.250000 +v 146.439346 -95.833336 107.560659 +v 146.750000 -95.833336 107.799038 +v 147.111771 -95.833336 107.948889 +v 147.500000 -95.833336 108.000000 +v 147.888245 -95.833336 107.948889 +v 148.250000 -95.833336 107.799038 +v 148.560669 -95.833336 107.560659 +v 148.799057 -95.833336 107.250000 +v 148.948883 -95.833336 106.888227 +v 149.000000 -95.833336 106.500000 +v 148.948883 -95.833336 106.111772 +v 148.799057 -95.833336 105.750000 +v 148.560669 -95.833336 105.439340 +v 148.250000 -95.833336 105.200960 +v 147.888245 -95.833336 105.051110 +v 147.500000 -95.833336 105.000000 +v 147.111771 -95.833336 105.051110 +v 146.750000 -95.833336 105.200960 +v 146.439346 -95.833336 105.439340 +v 146.200958 -95.833336 105.750000 +v 146.051132 -95.833336 106.111772 +v 146.000000 -87.500000 106.500000 +v 146.051132 -87.500000 106.888227 +v 146.200958 -87.500000 107.250000 +v 146.439346 -87.500000 107.560659 +v 146.750000 -87.500000 107.799038 +v 147.111771 -87.500000 107.948889 +v 147.500000 -87.500000 108.000000 +v 147.888245 -87.500000 107.948889 +v 148.250000 -87.500000 107.799038 +v 148.560669 -87.500000 107.560659 +v 148.799057 -87.500000 107.250000 +v 148.948883 -87.500000 106.888227 +v 149.000000 -87.500000 106.500000 +v 148.948883 -87.500000 106.111772 +v 148.799057 -87.500000 105.750000 +v 148.560669 -87.500000 105.439340 +v 148.250000 -87.500000 105.200960 +v 147.888245 -87.500000 105.051110 +v 147.500000 -87.500000 105.000000 +v 147.111771 -87.500000 105.051110 +v 146.750000 -87.500000 105.200960 +v 146.439346 -87.500000 105.439340 +v 146.200958 -87.500000 105.750000 +v 146.051132 -87.500000 106.111772 +v 146.000000 -79.166664 106.500000 +v 146.051132 -79.166664 106.888227 +v 146.200958 -79.166664 107.250000 +v 146.439346 -79.166664 107.560659 +v 146.750000 -79.166664 107.799038 +v 147.111771 -79.166664 107.948889 +v 147.500000 -79.166664 108.000000 +v 147.888245 -79.166664 107.948889 +v 148.250000 -79.166664 107.799038 +v 148.560669 -79.166664 107.560659 +v 148.799057 -79.166664 107.250000 +v 148.948883 -79.166664 106.888227 +v 149.000000 -79.166664 106.500000 +v 148.948883 -79.166664 106.111772 +v 148.799057 -79.166664 105.750000 +v 148.560669 -79.166664 105.439340 +v 148.250000 -79.166664 105.200960 +v 147.888245 -79.166664 105.051110 +v 147.500000 -79.166664 105.000000 +v 147.111771 -79.166664 105.051110 +v 146.750000 -79.166664 105.200960 +v 146.439346 -79.166664 105.439340 +v 146.200958 -79.166664 105.750000 +v 146.051132 -79.166664 106.111772 +v 146.000000 -70.833344 106.500000 +v 146.051132 -70.833344 106.888227 +v 146.200958 -70.833344 107.250000 +v 146.439346 -70.833344 107.560659 +v 146.750000 -70.833344 107.799038 +v 147.111771 -70.833344 107.948889 +v 147.500000 -70.833344 108.000000 +v 147.888245 -70.833344 107.948889 +v 148.250000 -70.833344 107.799038 +v 148.560669 -70.833344 107.560659 +v 148.799057 -70.833344 107.250000 +v 148.948883 -70.833344 106.888227 +v 149.000000 -70.833344 106.500000 +v 148.948883 -70.833344 106.111772 +v 148.799057 -70.833344 105.750000 +v 148.560669 -70.833344 105.439340 +v 148.250000 -70.833344 105.200960 +v 147.888245 -70.833344 105.051110 +v 147.500000 -70.833344 105.000000 +v 147.111771 -70.833344 105.051110 +v 146.750000 -70.833344 105.200960 +v 146.439346 -70.833344 105.439340 +v 146.200958 -70.833344 105.750000 +v 146.051132 -70.833344 106.111772 +v 146.000000 -62.500000 106.500000 +v 146.051132 -62.500000 106.888227 +v 146.200958 -62.500000 107.250000 +v 146.439346 -62.500000 107.560659 +v 146.750000 -62.500000 107.799038 +v 147.111771 -62.500000 107.948889 +v 147.500000 -62.500000 108.000000 +v 147.888245 -62.500000 107.948889 +v 148.250000 -62.500000 107.799038 +v 148.560669 -62.500000 107.560659 +v 148.799057 -62.500000 107.250000 +v 148.948883 -62.500000 106.888227 +v 149.000000 -62.500000 106.500000 +v 148.948883 -62.500000 106.111772 +v 148.799057 -62.500000 105.750000 +v 148.560669 -62.500000 105.439340 +v 148.250000 -62.500000 105.200960 +v 147.888245 -62.500000 105.051110 +v 147.500000 -62.500000 105.000000 +v 147.111771 -62.500000 105.051110 +v 146.750000 -62.500000 105.200960 +v 146.439346 -62.500000 105.439340 +v 146.200958 -62.500000 105.750000 +v 146.051132 -62.500000 106.111772 +v 146.000000 -54.166668 106.500000 +v 146.051132 -54.166668 106.888227 +v 146.200958 -54.166668 107.250000 +v 146.439346 -54.166668 107.560659 +v 146.750000 -54.166668 107.799038 +v 147.111771 -54.166668 107.948889 +v 147.500000 -54.166668 108.000000 +v 147.888245 -54.166668 107.948889 +v 148.250000 -54.166668 107.799038 +v 148.560669 -54.166668 107.560659 +v 148.799057 -54.166668 107.250000 +v 148.948883 -54.166668 106.888227 +v 149.000000 -54.166668 106.500000 +v 148.948883 -54.166668 106.111772 +v 148.799057 -54.166668 105.750000 +v 148.560669 -54.166668 105.439340 +v 148.250000 -54.166668 105.200960 +v 147.888245 -54.166668 105.051110 +v 147.500000 -54.166668 105.000000 +v 147.111771 -54.166668 105.051110 +v 146.750000 -54.166668 105.200960 +v 146.439346 -54.166668 105.439340 +v 146.200958 -54.166668 105.750000 +v 146.051132 -54.166668 106.111772 +v 146.000000 -45.833336 106.500000 +v 146.051132 -45.833336 106.888227 +v 146.200958 -45.833336 107.250000 +v 146.439346 -45.833336 107.560659 +v 146.750000 -45.833336 107.799038 +v 147.111771 -45.833336 107.948889 +v 147.500000 -45.833336 108.000000 +v 147.888245 -45.833336 107.948889 +v 148.250000 -45.833336 107.799038 +v 148.560669 -45.833336 107.560659 +v 148.799057 -45.833336 107.250000 +v 148.948883 -45.833336 106.888227 +v 149.000000 -45.833336 106.500000 +v 148.948883 -45.833336 106.111772 +v 148.799057 -45.833336 105.750000 +v 148.560669 -45.833336 105.439340 +v 148.250000 -45.833336 105.200960 +v 147.888245 -45.833336 105.051110 +v 147.500000 -45.833336 105.000000 +v 147.111771 -45.833336 105.051110 +v 146.750000 -45.833336 105.200960 +v 146.439346 -45.833336 105.439340 +v 146.200958 -45.833336 105.750000 +v 146.051132 -45.833336 106.111772 +v 146.000000 -37.500000 106.500000 +v 146.051132 -37.500000 106.888227 +v 146.200958 -37.500000 107.250000 +v 146.439346 -37.500000 107.560659 +v 146.750000 -37.500000 107.799038 +v 147.111771 -37.500000 107.948889 +v 147.500000 -37.500000 108.000000 +v 147.888245 -37.500000 107.948889 +v 148.250000 -37.500000 107.799038 +v 148.560669 -37.500000 107.560659 +v 148.799057 -37.500000 107.250000 +v 148.948883 -37.500000 106.888227 +v 149.000000 -37.500000 106.500000 +v 148.948883 -37.500000 106.111772 +v 148.799057 -37.500000 105.750000 +v 148.560669 -37.500000 105.439340 +v 148.250000 -37.500000 105.200960 +v 147.888245 -37.500000 105.051110 +v 147.500000 -37.500000 105.000000 +v 147.111771 -37.500000 105.051110 +v 146.750000 -37.500000 105.200960 +v 146.439346 -37.500000 105.439340 +v 146.200958 -37.500000 105.750000 +v 146.051132 -37.500000 106.111772 +v 146.000000 -29.166668 106.500000 +v 146.051132 -29.166668 106.888227 +v 146.200958 -29.166668 107.250000 +v 146.439346 -29.166668 107.560659 +v 146.750000 -29.166668 107.799038 +v 147.111771 -29.166668 107.948889 +v 147.500000 -29.166668 108.000000 +v 147.888245 -29.166668 107.948889 +v 148.250000 -29.166668 107.799038 +v 148.560669 -29.166668 107.560659 +v 148.799057 -29.166668 107.250000 +v 148.948883 -29.166668 106.888227 +v 149.000000 -29.166668 106.500000 +v 148.948883 -29.166668 106.111772 +v 148.799057 -29.166668 105.750000 +v 148.560669 -29.166668 105.439340 +v 148.250000 -29.166668 105.200960 +v 147.888245 -29.166668 105.051110 +v 147.500000 -29.166668 105.000000 +v 147.111771 -29.166668 105.051110 +v 146.750000 -29.166668 105.200960 +v 146.439346 -29.166668 105.439340 +v 146.200958 -29.166668 105.750000 +v 146.051132 -29.166668 106.111772 +v 146.000000 -20.833336 106.500000 +v 146.051132 -20.833336 106.888227 +v 146.200958 -20.833336 107.250000 +v 146.439346 -20.833336 107.560659 +v 146.750000 -20.833336 107.799038 +v 147.111771 -20.833336 107.948889 +v 147.500000 -20.833336 108.000000 +v 147.888245 -20.833336 107.948889 +v 148.250000 -20.833336 107.799038 +v 148.560669 -20.833336 107.560659 +v 148.799057 -20.833336 107.250000 +v 148.948883 -20.833336 106.888227 +v 149.000000 -20.833336 106.500000 +v 148.948883 -20.833336 106.111772 +v 148.799057 -20.833336 105.750000 +v 148.560669 -20.833336 105.439340 +v 148.250000 -20.833336 105.200960 +v 147.888245 -20.833336 105.051110 +v 147.500000 -20.833336 105.000000 +v 147.111771 -20.833336 105.051110 +v 146.750000 -20.833336 105.200960 +v 146.439346 -20.833336 105.439340 +v 146.200958 -20.833336 105.750000 +v 146.051132 -20.833336 106.111772 +v 146.000000 -12.500000 106.500000 +v 146.051132 -12.500000 106.888227 +v 146.200958 -12.500000 107.250000 +v 146.439346 -12.500000 107.560659 +v 146.750000 -12.500000 107.799038 +v 147.111771 -12.500000 107.948889 +v 147.500000 -12.500000 108.000000 +v 147.888245 -12.500000 107.948889 +v 148.250000 -12.500000 107.799038 +v 148.560669 -12.500000 107.560659 +v 148.799057 -12.500000 107.250000 +v 148.948883 -12.500000 106.888227 +v 149.000000 -12.500000 106.500000 +v 148.948883 -12.500000 106.111772 +v 148.799057 -12.500000 105.750000 +v 148.560669 -12.500000 105.439340 +v 148.250000 -12.500000 105.200960 +v 147.888245 -12.500000 105.051110 +v 147.500000 -12.500000 105.000000 +v 147.111771 -12.500000 105.051110 +v 146.750000 -12.500000 105.200960 +v 146.439346 -12.500000 105.439340 +v 146.200958 -12.500000 105.750000 +v 146.051132 -12.500000 106.111772 +v 146.000000 -4.166667 106.500000 +v 146.051132 -4.166667 106.888227 +v 146.200958 -4.166667 107.250000 +v 146.439346 -4.166667 107.560659 +v 146.750000 -4.166667 107.799038 +v 147.111771 -4.166667 107.948889 +v 147.500000 -4.166667 108.000000 +v 147.888245 -4.166667 107.948889 +v 148.250000 -4.166667 107.799038 +v 148.560669 -4.166667 107.560659 +v 148.799057 -4.166667 107.250000 +v 148.948883 -4.166667 106.888227 +v 149.000000 -4.166667 106.500000 +v 148.948883 -4.166667 106.111772 +v 148.799057 -4.166667 105.750000 +v 148.560669 -4.166667 105.439340 +v 148.250000 -4.166667 105.200960 +v 147.888245 -4.166667 105.051110 +v 147.500000 -4.166667 105.000000 +v 147.111771 -4.166667 105.051110 +v 146.750000 -4.166667 105.200960 +v 146.439346 -4.166667 105.439340 +v 146.200958 -4.166667 105.750000 +v 146.051132 -4.166667 106.111772 +v 146.000000 4.166667 106.500000 +v 146.051132 4.166667 106.888227 +v 146.200958 4.166667 107.250000 +v 146.439346 4.166667 107.560659 +v 146.750000 4.166667 107.799038 +v 147.111771 4.166667 107.948889 +v 147.500000 4.166667 108.000000 +v 147.888245 4.166667 107.948889 +v 148.250000 4.166667 107.799038 +v 148.560669 4.166667 107.560659 +v 148.799057 4.166667 107.250000 +v 148.948883 4.166667 106.888227 +v 149.000000 4.166667 106.500000 +v 148.948883 4.166667 106.111772 +v 148.799057 4.166667 105.750000 +v 148.560669 4.166667 105.439340 +v 148.250000 4.166667 105.200960 +v 147.888245 4.166667 105.051110 +v 147.500000 4.166667 105.000000 +v 147.111771 4.166667 105.051110 +v 146.750000 4.166667 105.200960 +v 146.439346 4.166667 105.439340 +v 146.200958 4.166667 105.750000 +v 146.051132 4.166667 106.111772 +v 146.000000 12.500000 106.500000 +v 146.051132 12.500000 106.888227 +v 146.200958 12.500000 107.250000 +v 146.439346 12.500000 107.560659 +v 146.750000 12.500000 107.799038 +v 147.111771 12.500000 107.948889 +v 147.500000 12.500000 108.000000 +v 147.888245 12.500000 107.948889 +v 148.250000 12.500000 107.799038 +v 148.560669 12.500000 107.560659 +v 148.799057 12.500000 107.250000 +v 148.948883 12.500000 106.888227 +v 149.000000 12.500000 106.500000 +v 148.948883 12.500000 106.111772 +v 148.799057 12.500000 105.750000 +v 148.560669 12.500000 105.439340 +v 148.250000 12.500000 105.200960 +v 147.888245 12.500000 105.051110 +v 147.500000 12.500000 105.000000 +v 147.111771 12.500000 105.051110 +v 146.750000 12.500000 105.200960 +v 146.439346 12.500000 105.439340 +v 146.200958 12.500000 105.750000 +v 146.051132 12.500000 106.111772 +v 146.000000 20.833336 106.500000 +v 146.051132 20.833336 106.888227 +v 146.200958 20.833336 107.250000 +v 146.439346 20.833336 107.560659 +v 146.750000 20.833336 107.799038 +v 147.111771 20.833336 107.948889 +v 147.500000 20.833336 108.000000 +v 147.888245 20.833336 107.948889 +v 148.250000 20.833336 107.799038 +v 148.560669 20.833336 107.560659 +v 148.799057 20.833336 107.250000 +v 148.948883 20.833336 106.888227 +v 149.000000 20.833336 106.500000 +v 148.948883 20.833336 106.111772 +v 148.799057 20.833336 105.750000 +v 148.560669 20.833336 105.439340 +v 148.250000 20.833336 105.200960 +v 147.888245 20.833336 105.051110 +v 147.500000 20.833336 105.000000 +v 147.111771 20.833336 105.051110 +v 146.750000 20.833336 105.200960 +v 146.439346 20.833336 105.439340 +v 146.200958 20.833336 105.750000 +v 146.051132 20.833336 106.111772 +v 146.000000 29.166668 106.500000 +v 146.051132 29.166668 106.888227 +v 146.200958 29.166668 107.250000 +v 146.439346 29.166668 107.560659 +v 146.750000 29.166668 107.799038 +v 147.111771 29.166668 107.948889 +v 147.500000 29.166668 108.000000 +v 147.888245 29.166668 107.948889 +v 148.250000 29.166668 107.799038 +v 148.560669 29.166668 107.560659 +v 148.799057 29.166668 107.250000 +v 148.948883 29.166668 106.888227 +v 149.000000 29.166668 106.500000 +v 148.948883 29.166668 106.111772 +v 148.799057 29.166668 105.750000 +v 148.560669 29.166668 105.439340 +v 148.250000 29.166668 105.200960 +v 147.888245 29.166668 105.051110 +v 147.500000 29.166668 105.000000 +v 147.111771 29.166668 105.051110 +v 146.750000 29.166668 105.200960 +v 146.439346 29.166668 105.439340 +v 146.200958 29.166668 105.750000 +v 146.051132 29.166668 106.111772 +v 146.000000 37.500000 106.500000 +v 146.051132 37.500000 106.888227 +v 146.200958 37.500000 107.250000 +v 146.439346 37.500000 107.560659 +v 146.750000 37.500000 107.799038 +v 147.111771 37.500000 107.948889 +v 147.500000 37.500000 108.000000 +v 147.888245 37.500000 107.948889 +v 148.250000 37.500000 107.799038 +v 148.560669 37.500000 107.560659 +v 148.799057 37.500000 107.250000 +v 148.948883 37.500000 106.888227 +v 149.000000 37.500000 106.500000 +v 148.948883 37.500000 106.111772 +v 148.799057 37.500000 105.750000 +v 148.560669 37.500000 105.439340 +v 148.250000 37.500000 105.200960 +v 147.888245 37.500000 105.051110 +v 147.500000 37.500000 105.000000 +v 147.111771 37.500000 105.051110 +v 146.750000 37.500000 105.200960 +v 146.439346 37.500000 105.439340 +v 146.200958 37.500000 105.750000 +v 146.051132 37.500000 106.111772 +v 146.000000 45.833336 106.500000 +v 146.051132 45.833336 106.888227 +v 146.200958 45.833336 107.250000 +v 146.439346 45.833336 107.560659 +v 146.750000 45.833336 107.799038 +v 147.111771 45.833336 107.948889 +v 147.500000 45.833336 108.000000 +v 147.888245 45.833336 107.948889 +v 148.250000 45.833336 107.799038 +v 148.560669 45.833336 107.560659 +v 148.799057 45.833336 107.250000 +v 148.948883 45.833336 106.888227 +v 149.000000 45.833336 106.500000 +v 148.948883 45.833336 106.111772 +v 148.799057 45.833336 105.750000 +v 148.560669 45.833336 105.439340 +v 148.250000 45.833336 105.200960 +v 147.888245 45.833336 105.051110 +v 147.500000 45.833336 105.000000 +v 147.111771 45.833336 105.051110 +v 146.750000 45.833336 105.200960 +v 146.439346 45.833336 105.439340 +v 146.200958 45.833336 105.750000 +v 146.051132 45.833336 106.111772 +v 146.000000 54.166668 106.500000 +v 146.051132 54.166668 106.888227 +v 146.200958 54.166668 107.250000 +v 146.439346 54.166668 107.560659 +v 146.750000 54.166668 107.799038 +v 147.111771 54.166668 107.948889 +v 147.500000 54.166668 108.000000 +v 147.888245 54.166668 107.948889 +v 148.250000 54.166668 107.799038 +v 148.560669 54.166668 107.560659 +v 148.799057 54.166668 107.250000 +v 148.948883 54.166668 106.888227 +v 149.000000 54.166668 106.500000 +v 148.948883 54.166668 106.111772 +v 148.799057 54.166668 105.750000 +v 148.560669 54.166668 105.439340 +v 148.250000 54.166668 105.200960 +v 147.888245 54.166668 105.051110 +v 147.500000 54.166668 105.000000 +v 147.111771 54.166668 105.051110 +v 146.750000 54.166668 105.200960 +v 146.439346 54.166668 105.439340 +v 146.200958 54.166668 105.750000 +v 146.051132 54.166668 106.111772 +v 146.000000 62.500000 106.500000 +v 146.051132 62.500000 106.888227 +v 146.200958 62.500000 107.250000 +v 146.439346 62.500000 107.560659 +v 146.750000 62.500000 107.799038 +v 147.111771 62.500000 107.948889 +v 147.500000 62.500000 108.000000 +v 147.888245 62.500000 107.948889 +v 148.250000 62.500000 107.799038 +v 148.560669 62.500000 107.560659 +v 148.799057 62.500000 107.250000 +v 148.948883 62.500000 106.888227 +v 149.000000 62.500000 106.500000 +v 148.948883 62.500000 106.111772 +v 148.799057 62.500000 105.750000 +v 148.560669 62.500000 105.439340 +v 148.250000 62.500000 105.200960 +v 147.888245 62.500000 105.051110 +v 147.500000 62.500000 105.000000 +v 147.111771 62.500000 105.051110 +v 146.750000 62.500000 105.200960 +v 146.439346 62.500000 105.439340 +v 146.200958 62.500000 105.750000 +v 146.051132 62.500000 106.111772 +v 146.000000 70.833344 106.500000 +v 146.051132 70.833344 106.888227 +v 146.200958 70.833344 107.250000 +v 146.439346 70.833344 107.560659 +v 146.750000 70.833344 107.799038 +v 147.111771 70.833344 107.948889 +v 147.500000 70.833344 108.000000 +v 147.888245 70.833344 107.948889 +v 148.250000 70.833344 107.799038 +v 148.560669 70.833344 107.560659 +v 148.799057 70.833344 107.250000 +v 148.948883 70.833344 106.888227 +v 149.000000 70.833344 106.500000 +v 148.948883 70.833344 106.111772 +v 148.799057 70.833344 105.750000 +v 148.560669 70.833344 105.439340 +v 148.250000 70.833344 105.200960 +v 147.888245 70.833344 105.051110 +v 147.500000 70.833344 105.000000 +v 147.111771 70.833344 105.051110 +v 146.750000 70.833344 105.200960 +v 146.439346 70.833344 105.439340 +v 146.200958 70.833344 105.750000 +v 146.051132 70.833344 106.111772 +v 146.000000 79.166664 106.500000 +v 146.051132 79.166664 106.888227 +v 146.200958 79.166664 107.250000 +v 146.439346 79.166664 107.560659 +v 146.750000 79.166664 107.799038 +v 147.111771 79.166664 107.948889 +v 147.500000 79.166664 108.000000 +v 147.888245 79.166664 107.948889 +v 148.250000 79.166664 107.799038 +v 148.560669 79.166664 107.560659 +v 148.799057 79.166664 107.250000 +v 148.948883 79.166664 106.888227 +v 149.000000 79.166664 106.500000 +v 148.948883 79.166664 106.111772 +v 148.799057 79.166664 105.750000 +v 148.560669 79.166664 105.439340 +v 148.250000 79.166664 105.200960 +v 147.888245 79.166664 105.051110 +v 147.500000 79.166664 105.000000 +v 147.111771 79.166664 105.051110 +v 146.750000 79.166664 105.200960 +v 146.439346 79.166664 105.439340 +v 146.200958 79.166664 105.750000 +v 146.051132 79.166664 106.111772 +v 146.000000 87.500000 106.500000 +v 146.051132 87.500000 106.888227 +v 146.200958 87.500000 107.250000 +v 146.439346 87.500000 107.560659 +v 146.750000 87.500000 107.799038 +v 147.111771 87.500000 107.948889 +v 147.500000 87.500000 108.000000 +v 147.888245 87.500000 107.948889 +v 148.250000 87.500000 107.799038 +v 148.560669 87.500000 107.560659 +v 148.799057 87.500000 107.250000 +v 148.948883 87.500000 106.888227 +v 149.000000 87.500000 106.500000 +v 148.948883 87.500000 106.111772 +v 148.799057 87.500000 105.750000 +v 148.560669 87.500000 105.439340 +v 148.250000 87.500000 105.200960 +v 147.888245 87.500000 105.051110 +v 147.500000 87.500000 105.000000 +v 147.111771 87.500000 105.051110 +v 146.750000 87.500000 105.200960 +v 146.439346 87.500000 105.439340 +v 146.200958 87.500000 105.750000 +v 146.051132 87.500000 106.111772 +v 146.000000 95.833336 106.500000 +v 146.051132 95.833336 106.888227 +v 146.200958 95.833336 107.250000 +v 146.439346 95.833336 107.560659 +v 146.750000 95.833336 107.799038 +v 147.111771 95.833336 107.948889 +v 147.500000 95.833336 108.000000 +v 147.888245 95.833336 107.948889 +v 148.250000 95.833336 107.799038 +v 148.560669 95.833336 107.560659 +v 148.799057 95.833336 107.250000 +v 148.948883 95.833336 106.888227 +v 149.000000 95.833336 106.500000 +v 148.948883 95.833336 106.111772 +v 148.799057 95.833336 105.750000 +v 148.560669 95.833336 105.439340 +v 148.250000 95.833336 105.200960 +v 147.888245 95.833336 105.051110 +v 147.500000 95.833336 105.000000 +v 147.111771 95.833336 105.051110 +v 146.750000 95.833336 105.200960 +v 146.439346 95.833336 105.439340 +v 146.200958 95.833336 105.750000 +v 146.051132 95.833336 106.111772 +v 146.000000 104.166672 106.500000 +v 146.051132 104.166672 106.888227 +v 146.200958 104.166672 107.250000 +v 146.439346 104.166672 107.560659 +v 146.750000 104.166672 107.799038 +v 147.111771 104.166672 107.948889 +v 147.500000 104.166672 108.000000 +v 147.888245 104.166672 107.948889 +v 148.250000 104.166672 107.799038 +v 148.560669 104.166672 107.560659 +v 148.799057 104.166672 107.250000 +v 148.948883 104.166672 106.888227 +v 149.000000 104.166672 106.500000 +v 148.948883 104.166672 106.111772 +v 148.799057 104.166672 105.750000 +v 148.560669 104.166672 105.439340 +v 148.250000 104.166672 105.200960 +v 147.888245 104.166672 105.051110 +v 147.500000 104.166672 105.000000 +v 147.111771 104.166672 105.051110 +v 146.750000 104.166672 105.200960 +v 146.439346 104.166672 105.439340 +v 146.200958 104.166672 105.750000 +v 146.051132 104.166672 106.111772 +v 146.000000 112.500000 106.500000 +v 146.051132 112.500000 106.888227 +v 146.200958 112.500000 107.250000 +v 146.439346 112.500000 107.560659 +v 146.750000 112.500000 107.799038 +v 147.111771 112.500000 107.948889 +v 147.500000 112.500000 108.000000 +v 147.888245 112.500000 107.948889 +v 148.250000 112.500000 107.799038 +v 148.560669 112.500000 107.560659 +v 148.799057 112.500000 107.250000 +v 148.948883 112.500000 106.888227 +v 149.000000 112.500000 106.500000 +v 148.948883 112.500000 106.111772 +v 148.799057 112.500000 105.750000 +v 148.560669 112.500000 105.439340 +v 148.250000 112.500000 105.200960 +v 147.888245 112.500000 105.051110 +v 147.500000 112.500000 105.000000 +v 147.111771 112.500000 105.051110 +v 146.750000 112.500000 105.200960 +v 146.439346 112.500000 105.439340 +v 146.200958 112.500000 105.750000 +v 146.051132 112.500000 106.111772 +v 146.000000 120.833336 106.500000 +v 146.051132 120.833336 106.888227 +v 146.200958 120.833336 107.250000 +v 146.439346 120.833336 107.560659 +v 146.750000 120.833336 107.799038 +v 147.111771 120.833336 107.948889 +v 147.500000 120.833336 108.000000 +v 147.888245 120.833336 107.948889 +v 148.250000 120.833336 107.799038 +v 148.560669 120.833336 107.560659 +v 148.799057 120.833336 107.250000 +v 148.948883 120.833336 106.888227 +v 149.000000 120.833336 106.500000 +v 148.948883 120.833336 106.111772 +v 148.799057 120.833336 105.750000 +v 148.560669 120.833336 105.439340 +v 148.250000 120.833336 105.200960 +v 147.888245 120.833336 105.051110 +v 147.500000 120.833336 105.000000 +v 147.111771 120.833336 105.051110 +v 146.750000 120.833336 105.200960 +v 146.439346 120.833336 105.439340 +v 146.200958 120.833336 105.750000 +v 146.051132 120.833336 106.111772 +v 143.997116 137.500000 102.994667 +v 141.000000 137.500000 110.000000 +v 141.000000 137.500000 111.585786 +v 144.792877 137.500000 107.792893 +v 144.574158 0.000000 107.162827 +v 144.574142 -13.750000 107.162827 +v 144.574142 -27.500000 107.162827 +v 144.500000 -27.500000 106.500000 +v 144.500000 -41.250000 106.500000 +v 144.574142 -41.250000 105.837172 +v 144.574142 -55.000000 105.837172 +v 144.574142 -68.750000 105.837172 +v 144.574142 -82.500000 105.837172 +v 144.500000 -68.750000 106.500000 +v 144.500000 -82.500000 106.500000 +v 144.574142 -68.750000 107.162827 +v 144.574142 -82.500000 107.162827 +v 144.574142 -96.250000 107.162827 +v 144.574142 -110.000000 107.162827 +v 144.500000 -110.000000 106.500000 +v 144.500000 -123.750000 106.500000 +v 144.574142 -123.750000 105.837172 +v 144.574142 -110.000000 105.837172 +v 144.574142 -96.250000 105.837172 +v 144.500000 -96.250000 106.500000 +v 144.574158 137.500000 107.162827 +v 144.574142 123.750000 107.162827 +v 144.574142 110.000000 107.162827 +v 144.574142 96.250000 107.162827 +v 144.500000 96.250000 106.500000 +v 144.500000 82.500000 106.500000 +v 144.574142 82.500000 105.837172 +v 144.574142 68.750000 105.837172 +v 144.792892 137.500000 105.207105 +v 144.574142 55.000000 105.837172 +v 144.574142 41.250000 105.837172 +v 144.500000 55.000000 106.500000 +v 144.500000 41.250000 106.500000 +v 144.574142 55.000000 107.162827 +v 144.574142 41.250000 107.162827 +v 144.574142 27.500000 107.162827 +v 144.574142 13.750000 107.162827 +v 144.500000 13.750000 106.500000 +v 144.500000 0.000000 106.500000 +v 144.574158 0.000000 105.837172 +v 144.574142 -13.750000 105.837172 +v 144.574142 -27.500000 105.837172 +v 144.500000 123.750000 106.500000 +v 144.500000 137.500000 106.500000 +v 144.574142 123.750000 105.837172 +v 144.574142 137.500000 105.837172 +v 144.574142 13.750000 105.837172 +v 144.574142 27.500000 105.837172 +v 144.500000 27.500000 106.500000 +v 144.574142 -123.750000 107.162827 +v 144.500000 110.000000 106.500000 +v 144.574142 110.000000 105.837172 +v 144.574142 82.500000 107.162827 +v 144.574142 68.750000 107.162827 +v 144.500000 68.750000 106.500000 +v 144.500000 -13.750000 106.500000 +v 144.574142 -41.250000 107.162827 +v 144.574142 -55.000000 107.162827 +v 144.500000 -55.000000 106.500000 +v 144.574142 96.250000 105.837172 +v 141.000000 137.500000 101.414213 +v 141.000000 137.500000 102.992208 +v 140.000000 137.500000 102.992208 +v 140.000000 137.500000 99.000000 +v 144.000000 137.500000 99.000000 +v 144.000000 137.500000 100.000000 +v 142.414200 137.500000 100.000000 +v 146.207108 137.500000 103.792894 +v 146.837173 0.000000 103.574139 +v 146.837173 -13.750000 103.574139 +v 146.837173 -27.500000 103.574139 +v 147.500000 -27.500000 103.500000 +v 147.500000 -41.250000 103.500000 +v 148.162827 -41.250000 103.574139 +v 148.162827 -55.000000 103.574139 +v 148.162827 -68.750000 103.574139 +v 148.162827 -82.500000 103.574139 +v 147.500000 -68.750000 103.500000 +v 147.500000 -82.500000 103.500000 +v 146.837173 -68.750000 103.574139 +v 146.837173 -82.500000 103.574139 +v 146.837173 -96.250000 103.574139 +v 146.837173 -110.000000 103.574139 +v 147.500000 -110.000000 103.500000 +v 147.500000 -123.750000 103.500000 +v 148.162827 -123.750000 103.574139 +v 148.162827 -110.000000 103.574139 +v 148.162827 -96.250000 103.574139 +v 147.500000 -96.250000 103.500000 +v 146.837173 137.500000 103.574139 +v 146.837173 123.750000 103.574139 +v 146.837173 110.000000 103.574139 +v 146.837173 96.250000 103.574139 +v 147.500000 96.250000 103.500000 +v 147.500000 82.500000 103.500000 +v 148.162827 82.500000 103.574139 +v 148.162827 68.750000 103.574139 +v 148.792908 137.500000 103.792894 +v 148.162827 55.000000 103.574139 +v 148.162827 41.250000 103.574139 +v 147.500000 55.000000 103.500000 +v 147.500000 41.250000 103.500000 +v 146.837173 55.000000 103.574139 +v 146.837173 41.250000 103.574139 +v 146.837173 27.500000 103.574139 +v 146.837173 13.750000 103.574139 +v 147.500000 13.750000 103.500000 +v 147.500000 0.000000 103.500000 +v 148.162842 0.000000 103.574139 +v 148.162827 -13.750000 103.574139 +v 148.162827 -27.500000 103.574139 +v 147.500000 123.750000 103.500000 +v 147.500000 137.500000 103.500000 +v 148.162827 123.750000 103.574139 +v 148.162827 137.500000 103.574139 +v 148.162827 13.750000 103.574139 +v 148.162827 27.500000 103.574139 +v 147.500000 27.500000 103.500000 +v 146.837173 -123.750000 103.574139 +v 147.500000 110.000000 103.500000 +v 148.162827 110.000000 103.574139 +v 146.837173 82.500000 103.574139 +v 146.837173 68.750000 103.574139 +v 147.500000 68.750000 103.500000 +v 147.500000 -13.750000 103.500000 +v 146.837173 -41.250000 103.574139 +v 146.837173 -55.000000 103.574139 +v 147.500000 -55.000000 103.500000 +v 148.162827 96.250000 103.574139 +v 152.585800 137.500000 100.000000 +v 151.000000 137.500000 100.000000 +v 151.000000 137.500000 99.000000 +v 155.000000 137.500000 99.000000 +v 155.000000 137.500000 102.992208 +v 154.000000 137.500000 102.992208 +v 154.000000 137.500000 101.414213 +v 150.207092 137.500000 105.207105 +v 150.425858 0.000000 105.837172 +v 150.425858 -13.750000 105.837172 +v 150.425858 -27.500000 105.837172 +v 150.500000 -27.500000 106.500000 +v 150.500000 -41.250000 106.500000 +v 150.425858 -41.250000 107.162827 +v 150.425858 -55.000000 107.162827 +v 150.425858 -68.750000 107.162827 +v 150.425858 -82.500000 107.162827 +v 150.500000 -68.750000 106.500000 +v 150.500000 -82.500000 106.500000 +v 150.425858 -68.750000 105.837172 +v 150.425858 -82.500000 105.837172 +v 150.425858 -96.250000 105.837172 +v 150.425858 -110.000000 105.837172 +v 150.500000 -110.000000 106.500000 +v 150.500000 -123.750000 106.500000 +v 150.425858 -123.750000 107.162827 +v 150.425858 -110.000000 107.162827 +v 150.425858 -96.250000 107.162827 +v 150.500000 -96.250000 106.500000 +v 150.425858 137.500000 105.837172 +v 150.425858 123.750000 105.837172 +v 150.425858 110.000000 105.837172 +v 150.425858 96.250000 105.837172 +v 150.500000 96.250000 106.500000 +v 150.500000 82.500000 106.500000 +v 150.425858 82.500000 107.162827 +v 150.425858 68.750000 107.162827 +v 150.207108 137.500000 107.792893 +v 150.425858 55.000000 107.162827 +v 150.425858 41.250000 107.162827 +v 150.500000 55.000000 106.500000 +v 150.500000 41.250000 106.500000 +v 150.425858 55.000000 105.837172 +v 150.425858 41.250000 105.837172 +v 150.425858 27.500000 105.837172 +v 150.425858 13.750000 105.837172 +v 150.500000 13.750000 106.500000 +v 150.500000 0.000000 106.500000 +v 150.425858 0.000000 107.162827 +v 150.425858 -13.750000 107.162827 +v 150.425858 -27.500000 107.162827 +v 150.500000 123.750000 106.500000 +v 150.500000 137.500000 106.500000 +v 150.425858 123.750000 107.162827 +v 150.425858 137.500000 107.162827 +v 150.425858 13.750000 107.162827 +v 150.425858 27.500000 107.162827 +v 150.500000 27.500000 106.500000 +v 150.425858 -123.750000 105.837172 +v 150.500000 110.000000 106.500000 +v 150.425858 110.000000 107.162827 +v 150.425858 82.500000 105.837172 +v 150.425858 68.750000 105.837172 +v 150.500000 68.750000 106.500000 +v 150.500000 -13.750000 106.500000 +v 150.425858 -41.250000 105.837172 +v 150.425858 -55.000000 105.837172 +v 150.500000 -55.000000 106.500000 +v 150.425858 96.250000 107.162827 +v 154.000000 137.500000 111.585786 +v 154.000000 137.500000 110.000000 +v 155.000000 137.500000 110.000000 +v 155.000000 137.500000 114.000000 +v 151.000000 137.500000 114.000000 +v 151.000000 137.500000 113.000000 +v 152.585800 137.500000 113.000000 +v 148.792908 137.500000 109.207107 +v 148.162842 0.000000 109.425860 +v 148.162827 -13.750000 109.425860 +v 148.162827 -27.500000 109.425860 +v 147.500000 -27.500000 109.500000 +v 147.500000 -41.250000 109.500000 +v 146.837173 -41.250000 109.425860 +v 146.837173 -55.000000 109.425860 +v 146.837173 -68.750000 109.425860 +v 146.837173 -82.500000 109.425860 +v 147.500000 -68.750000 109.500000 +v 147.500000 -82.500000 109.500000 +v 148.162827 -68.750000 109.425860 +v 148.162827 -82.500000 109.425860 +v 148.162827 -96.250000 109.425860 +v 148.162827 -110.000000 109.425860 +v 147.500000 -110.000000 109.500000 +v 147.500000 -123.750000 109.500000 +v 146.837173 -123.750000 109.425860 +v 146.837173 -110.000000 109.425860 +v 146.837173 -96.250000 109.425860 +v 147.500000 -96.250000 109.500000 +v 148.162842 137.500000 109.425860 +v 148.162827 123.750000 109.425860 +v 148.162827 110.000000 109.425860 +v 148.162827 96.250000 109.425860 +v 147.500000 96.250000 109.500000 +v 147.500000 82.500000 109.500000 +v 146.837173 82.500000 109.425860 +v 146.837173 68.750000 109.425860 +v 146.207108 137.500000 109.207107 +v 146.837173 55.000000 109.425860 +v 146.837173 41.250000 109.425860 +v 147.500000 55.000000 109.500000 +v 147.500000 41.250000 109.500000 +v 148.162827 55.000000 109.425860 +v 148.162827 41.250000 109.425860 +v 148.162827 27.500000 109.425860 +v 148.162827 13.750000 109.425860 +v 147.500000 13.750000 109.500000 +v 147.500000 0.000000 109.500000 +v 146.837173 0.000000 109.425860 +v 146.837173 -13.750000 109.425860 +v 146.837173 -27.500000 109.425860 +v 147.500000 123.750000 109.500000 +v 147.500000 137.500000 109.500000 +v 146.837173 123.750000 109.425860 +v 146.837173 137.500000 109.425860 +v 146.837173 13.750000 109.425860 +v 146.837173 27.500000 109.425860 +v 147.500000 27.500000 109.500000 +v 148.162827 -123.750000 109.425860 +v 147.500000 110.000000 109.500000 +v 146.837173 110.000000 109.425860 +v 148.162827 82.500000 109.425860 +v 148.162827 68.750000 109.425860 +v 147.500000 68.750000 109.500000 +v 147.500000 -13.750000 109.500000 +v 148.162827 -41.250000 109.425860 +v 148.162827 -55.000000 109.425860 +v 147.500000 -55.000000 109.500000 +v 146.837173 96.250000 109.425860 +v 142.414215 137.500000 113.000000 +v 144.000000 137.500000 113.000000 +v 144.000000 137.500000 114.000000 +v 140.000000 137.500000 114.000000 +v 140.000000 137.500000 110.000000 +v 137.500000 46.497128 102.994667 +v 137.500000 48.707100 103.792894 +v 137.500000 47.292900 105.207105 +v 137.500000 43.500000 101.414213 +v 137.500000 44.914215 100.000000 +v 137.500000 42.500000 99.000000 +v 137.500000 46.500000 99.000000 +v 137.500000 48.551113 106.888227 +v 137.500000 47.074139 107.162827 +v 137.500000 48.500004 106.499999 +v 137.500000 47.000000 106.500000 +v 137.500000 47.074139 105.837172 +v 137.500000 47.292900 107.792893 +v 137.500000 48.700962 107.250000 +v 137.500000 48.939339 107.560659 +v 137.500000 48.707100 109.207107 +v 137.500000 49.250000 107.799038 +v 137.500000 49.611771 107.948889 +v 137.500000 49.337173 109.425860 +v 137.500000 50.000004 107.999999 +v 137.500000 50.000000 109.500000 +v 137.500000 50.662827 109.425860 +v 137.500000 50.388229 107.948889 +v 137.500000 51.292904 109.207107 +v 137.500000 50.750000 107.799038 +v 137.500000 51.060665 107.560659 +v 137.500000 52.707096 107.792893 +v 137.500000 51.299038 107.250000 +v 137.500000 51.448891 106.888227 +v 137.500000 52.925865 107.162827 +v 137.500000 51.500004 106.499999 +v 137.500000 53.000000 106.500000 +v 137.500000 52.925861 105.837172 +v 137.500000 51.448891 106.111772 +v 137.500000 52.707100 105.207105 +v 137.500000 51.299038 105.750000 +v 137.500000 51.060665 105.439340 +v 137.500000 51.292904 103.792894 +v 137.500000 50.750000 105.200961 +v 137.500000 50.388229 105.051110 +v 137.500000 50.662827 103.574139 +v 137.500000 50.000004 104.999999 +v 137.500000 50.000000 103.500000 +v 137.500000 49.337173 103.574139 +v 137.500000 49.611771 105.051110 +v 137.500000 49.250000 105.200961 +v 137.500000 48.939339 105.439340 +v 137.500000 48.700962 105.750000 +v 137.500000 48.551113 106.111772 +v 137.500000 53.502876 102.994667 +v 137.500000 55.085785 100.000000 +v 137.500000 56.500000 101.414213 +v 137.500000 43.500000 110.000000 +v 137.500000 43.500000 111.585786 +v 137.500000 42.500000 110.000000 +v 137.500000 42.500000 114.000000 +v 137.500000 44.914219 113.000000 +v 137.500000 46.500000 114.000000 +v 137.500000 46.500000 113.000000 +v 137.500000 43.500000 102.992208 +v 137.500000 42.500000 102.992208 +v 137.500000 46.500000 100.000000 +v 137.500000 53.500000 100.000000 +v 137.500000 53.500000 99.000000 +v 137.500000 57.500000 99.000000 +v 137.500000 57.500000 102.992208 +v 137.500000 56.500000 102.992208 +v 137.500000 56.500000 111.585786 +v 137.500000 55.085789 113.000000 +v 137.500000 57.500000 114.000000 +v 137.500000 53.500000 114.000000 +v 137.500000 56.500000 110.000000 +v 137.500000 57.500000 110.000000 +v 137.500000 53.500000 113.000000 +v -137.500000 53.502876 102.994669 +v 129.166687 48.551113 106.111772 +v 129.166687 48.500000 106.500000 +v 129.166687 48.551113 106.888227 +v 129.166687 48.700966 107.250000 +v 129.166687 48.939339 107.560659 +v 129.166687 49.250000 107.799038 +v 129.166687 49.611771 107.948889 +v 129.166687 50.000000 108.000000 +v 129.166687 50.388229 107.948889 +v 129.166687 50.750000 107.799038 +v 129.166687 51.060665 107.560659 +v 129.166687 51.299038 107.250000 +v 129.166687 51.448891 106.888227 +v 129.166687 51.500000 106.500000 +v 129.166687 51.448891 106.111772 +v 129.166687 51.299038 105.750000 +v 129.166687 51.060665 105.439340 +v 129.166687 50.750000 105.200960 +v 129.166687 50.388229 105.051110 +v 129.166687 50.000000 105.000000 +v 129.166687 49.611771 105.051110 +v 129.166687 49.250000 105.200960 +v 129.166687 48.939339 105.439340 +v 129.166687 48.700966 105.750000 +v -137.500000 48.551113 106.888227 +v -129.166687 48.551113 106.888227 +v -137.500000 48.500004 106.499999 +v -129.166687 48.500000 106.500000 +v -137.500000 48.551113 106.111772 +v -129.166687 48.551113 106.111772 +v -137.500000 48.700962 105.750000 +v -129.166687 48.700966 105.750000 +v -137.500000 48.939339 105.439340 +v -129.166687 48.939339 105.439340 +v -137.500000 49.250000 105.200961 +v -129.166687 49.250000 105.200960 +v -137.500000 49.611771 105.051110 +v -129.166687 49.611771 105.051110 +v -137.500000 50.000004 104.999999 +v -129.166687 50.000000 105.000000 +v -137.500000 50.388229 105.051110 +v -129.166687 50.388229 105.051110 +v -137.500000 50.750000 105.200961 +v -129.166687 50.750000 105.200960 +v -137.500000 51.060665 105.439340 +v -129.166687 51.060665 105.439340 +v -137.500000 51.299038 105.750000 +v -129.166687 51.299038 105.750000 +v -137.500000 51.448891 106.111772 +v -129.166687 51.448891 106.111772 +v -137.500000 51.500004 106.499999 +v -129.166687 51.500000 106.500000 +v -137.500000 51.448891 106.888227 +v -129.166687 51.448891 106.888227 +v -137.500000 51.299038 107.250000 +v -129.166687 51.299038 107.250000 +v -137.500000 51.060665 107.560659 +v -129.166687 51.060665 107.560659 +v -137.500000 50.750000 107.799038 +v -129.166687 50.750000 107.799038 +v -137.500000 50.388229 107.948889 +v -129.166687 50.388229 107.948889 +v -137.500000 50.000004 107.999999 +v -129.166687 50.000000 108.000000 +v -137.500000 49.611771 107.948889 +v -129.166687 49.611771 107.948889 +v -137.500000 49.250000 107.799038 +v -129.166687 49.250000 107.799038 +v -137.500000 48.939339 107.560659 +v -129.166687 48.939339 107.560659 +v -137.500000 48.700962 107.250000 +v -129.166687 48.700966 107.250000 +v 120.833336 48.500000 106.500000 +v 120.833336 48.551113 106.888227 +v 120.833336 48.700966 107.250000 +v 120.833336 48.939339 107.560659 +v 120.833336 49.250000 107.799038 +v 120.833336 49.611771 107.948889 +v 120.833336 50.000000 108.000000 +v 120.833336 50.388229 107.948889 +v 120.833336 50.750000 107.799038 +v 120.833336 51.060665 107.560659 +v 120.833336 51.299038 107.250000 +v 120.833336 51.448891 106.888227 +v 120.833336 51.500000 106.500000 +v 120.833336 51.448891 106.111772 +v 120.833336 51.299038 105.750000 +v 120.833336 51.060665 105.439340 +v 120.833336 50.750000 105.200960 +v 120.833336 50.388229 105.051110 +v 120.833336 50.000000 105.000000 +v 120.833336 49.611771 105.051110 +v 120.833336 49.250000 105.200960 +v 120.833336 48.939339 105.439340 +v 120.833336 48.700966 105.750000 +v 120.833336 48.551113 106.111772 +v 112.500000 48.500000 106.500000 +v 112.500000 48.551113 106.888227 +v 112.500000 48.700966 107.250000 +v 112.500000 48.939339 107.560659 +v 112.500000 49.250000 107.799038 +v 112.500000 49.611771 107.948889 +v 112.500000 50.000000 108.000000 +v 112.500000 50.388229 107.948889 +v 112.500000 50.750000 107.799038 +v 112.500000 51.060665 107.560659 +v 112.500000 51.299038 107.250000 +v 112.500000 51.448891 106.888227 +v 112.500000 51.500000 106.500000 +v 112.500000 51.448891 106.111772 +v 112.500000 51.299038 105.750000 +v 112.500000 51.060665 105.439340 +v 112.500000 50.750000 105.200960 +v 112.500000 50.388229 105.051110 +v 112.500000 50.000000 105.000000 +v 112.500000 49.611771 105.051110 +v 112.500000 49.250000 105.200960 +v 112.500000 48.939339 105.439340 +v 112.500000 48.700966 105.750000 +v 112.500000 48.551113 106.111772 +v 104.166672 48.500000 106.500000 +v 104.166672 48.551113 106.888227 +v 104.166672 48.700966 107.250000 +v 104.166672 48.939339 107.560659 +v 104.166672 49.250000 107.799038 +v 104.166672 49.611771 107.948889 +v 104.166672 50.000000 108.000000 +v 104.166672 50.388229 107.948889 +v 104.166672 50.750000 107.799038 +v 104.166672 51.060665 107.560659 +v 104.166672 51.299038 107.250000 +v 104.166672 51.448891 106.888227 +v 104.166672 51.500000 106.500000 +v 104.166672 51.448891 106.111772 +v 104.166672 51.299038 105.750000 +v 104.166672 51.060665 105.439340 +v 104.166672 50.750000 105.200960 +v 104.166672 50.388229 105.051110 +v 104.166672 50.000000 105.000000 +v 104.166672 49.611771 105.051110 +v 104.166672 49.250000 105.200960 +v 104.166672 48.939339 105.439340 +v 104.166672 48.700966 105.750000 +v 104.166672 48.551113 106.111772 +v 95.833336 48.500000 106.500000 +v 95.833336 48.551113 106.888227 +v 95.833336 48.700966 107.250000 +v 95.833336 48.939339 107.560659 +v 95.833336 49.250000 107.799038 +v 95.833336 49.611771 107.948889 +v 95.833336 50.000000 108.000000 +v 95.833336 50.388229 107.948889 +v 95.833336 50.750000 107.799038 +v 95.833336 51.060665 107.560659 +v 95.833336 51.299038 107.250000 +v 95.833336 51.448891 106.888227 +v 95.833336 51.500000 106.500000 +v 95.833336 51.448891 106.111772 +v 95.833336 51.299038 105.750000 +v 95.833336 51.060665 105.439340 +v 95.833336 50.750000 105.200960 +v 95.833336 50.388229 105.051110 +v 95.833336 50.000000 105.000000 +v 95.833336 49.611771 105.051110 +v 95.833336 49.250000 105.200960 +v 95.833336 48.939339 105.439340 +v 95.833336 48.700966 105.750000 +v 95.833336 48.551113 106.111772 +v 87.500000 48.500000 106.500000 +v 87.500000 48.551113 106.888227 +v 87.500000 48.700966 107.250000 +v 87.500000 48.939339 107.560659 +v 87.500000 49.250000 107.799038 +v 87.500000 49.611771 107.948889 +v 87.500000 50.000000 108.000000 +v 87.500000 50.388229 107.948889 +v 87.500000 50.750000 107.799038 +v 87.500000 51.060665 107.560659 +v 87.500000 51.299038 107.250000 +v 87.500000 51.448891 106.888227 +v 87.500000 51.500000 106.500000 +v 87.500000 51.448891 106.111772 +v 87.500000 51.299038 105.750000 +v 87.500000 51.060665 105.439340 +v 87.500000 50.750000 105.200960 +v 87.500000 50.388229 105.051110 +v 87.500000 50.000000 105.000000 +v 87.500000 49.611771 105.051110 +v 87.500000 49.250000 105.200960 +v 87.500000 48.939339 105.439340 +v 87.500000 48.700966 105.750000 +v 87.500000 48.551113 106.111772 +v 79.166664 48.500000 106.500000 +v 79.166664 48.551113 106.888227 +v 79.166664 48.700966 107.250000 +v 79.166664 48.939339 107.560659 +v 79.166664 49.250000 107.799038 +v 79.166664 49.611771 107.948889 +v 79.166664 50.000000 108.000000 +v 79.166664 50.388229 107.948889 +v 79.166664 50.750000 107.799038 +v 79.166664 51.060665 107.560659 +v 79.166664 51.299038 107.250000 +v 79.166664 51.448891 106.888227 +v 79.166664 51.500000 106.500000 +v 79.166664 51.448891 106.111772 +v 79.166664 51.299038 105.750000 +v 79.166664 51.060665 105.439340 +v 79.166664 50.750000 105.200960 +v 79.166664 50.388229 105.051110 +v 79.166664 50.000000 105.000000 +v 79.166664 49.611771 105.051110 +v 79.166664 49.250000 105.200960 +v 79.166664 48.939339 105.439340 +v 79.166664 48.700966 105.750000 +v 79.166664 48.551113 106.111772 +v 70.833344 48.500000 106.500000 +v 70.833344 48.551113 106.888227 +v 70.833344 48.700966 107.250000 +v 70.833344 48.939339 107.560659 +v 70.833344 49.250000 107.799038 +v 70.833344 49.611771 107.948889 +v 70.833344 50.000000 108.000000 +v 70.833344 50.388229 107.948889 +v 70.833344 50.750000 107.799038 +v 70.833344 51.060665 107.560659 +v 70.833344 51.299038 107.250000 +v 70.833344 51.448891 106.888227 +v 70.833344 51.500000 106.500000 +v 70.833344 51.448891 106.111772 +v 70.833344 51.299038 105.750000 +v 70.833344 51.060665 105.439340 +v 70.833344 50.750000 105.200960 +v 70.833344 50.388229 105.051110 +v 70.833344 50.000000 105.000000 +v 70.833344 49.611771 105.051110 +v 70.833344 49.250000 105.200960 +v 70.833344 48.939339 105.439340 +v 70.833344 48.700966 105.750000 +v 70.833344 48.551113 106.111772 +v 62.500000 48.500000 106.500000 +v 62.500000 48.551113 106.888227 +v 62.500000 48.700966 107.250000 +v 62.500000 48.939339 107.560659 +v 62.500000 49.250000 107.799038 +v 62.500000 49.611771 107.948889 +v 62.500000 50.000000 108.000000 +v 62.500000 50.388229 107.948889 +v 62.500000 50.750000 107.799038 +v 62.500000 51.060665 107.560659 +v 62.500000 51.299038 107.250000 +v 62.500000 51.448891 106.888227 +v 62.500000 51.500000 106.500000 +v 62.500000 51.448891 106.111772 +v 62.500000 51.299038 105.750000 +v 62.500000 51.060665 105.439340 +v 62.500000 50.750000 105.200960 +v 62.500000 50.388229 105.051110 +v 62.500000 50.000000 105.000000 +v 62.500000 49.611771 105.051110 +v 62.500000 49.250000 105.200960 +v 62.500000 48.939339 105.439340 +v 62.500000 48.700966 105.750000 +v 62.500000 48.551113 106.111772 +v 54.166668 48.500000 106.500000 +v 54.166668 48.551113 106.888227 +v 54.166668 48.700966 107.250000 +v 54.166668 48.939339 107.560659 +v 54.166668 49.250000 107.799038 +v 54.166668 49.611771 107.948889 +v 54.166668 50.000000 108.000000 +v 54.166668 50.388229 107.948889 +v 54.166668 50.750000 107.799038 +v 54.166668 51.060665 107.560659 +v 54.166668 51.299038 107.250000 +v 54.166668 51.448891 106.888227 +v 54.166668 51.500000 106.500000 +v 54.166668 51.448891 106.111772 +v 54.166668 51.299038 105.750000 +v 54.166668 51.060665 105.439340 +v 54.166668 50.750000 105.200960 +v 54.166668 50.388229 105.051110 +v 54.166668 50.000000 105.000000 +v 54.166668 49.611771 105.051110 +v 54.166668 49.250000 105.200960 +v 54.166668 48.939339 105.439340 +v 54.166668 48.700966 105.750000 +v 54.166668 48.551113 106.111772 +v 45.833336 48.500000 106.500000 +v 45.833336 48.551113 106.888227 +v 45.833336 48.700966 107.250000 +v 45.833336 48.939339 107.560659 +v 45.833336 49.250000 107.799038 +v 45.833336 49.611771 107.948889 +v 45.833336 50.000000 108.000000 +v 45.833336 50.388229 107.948889 +v 45.833336 50.750000 107.799038 +v 45.833336 51.060665 107.560659 +v 45.833336 51.299038 107.250000 +v 45.833336 51.448891 106.888227 +v 45.833336 51.500000 106.500000 +v 45.833336 51.448891 106.111772 +v 45.833336 51.299038 105.750000 +v 45.833336 51.060665 105.439340 +v 45.833336 50.750000 105.200960 +v 45.833336 50.388229 105.051110 +v 45.833336 50.000000 105.000000 +v 45.833336 49.611771 105.051110 +v 45.833336 49.250000 105.200960 +v 45.833336 48.939339 105.439340 +v 45.833336 48.700966 105.750000 +v 45.833336 48.551113 106.111772 +v 37.500000 48.500000 106.500000 +v 37.500000 48.551113 106.888227 +v 37.500000 48.700966 107.250000 +v 37.500000 48.939339 107.560659 +v 37.500000 49.250000 107.799038 +v 37.500000 49.611771 107.948889 +v 37.500000 50.000000 108.000000 +v 37.500000 50.388229 107.948889 +v 37.500000 50.750000 107.799038 +v 37.500000 51.060665 107.560659 +v 37.500000 51.299038 107.250000 +v 37.500000 51.448891 106.888227 +v 37.500000 51.500000 106.500000 +v 37.500000 51.448891 106.111772 +v 37.500000 51.299038 105.750000 +v 37.500000 51.060665 105.439340 +v 37.500000 50.750000 105.200960 +v 37.500000 50.388229 105.051110 +v 37.500000 50.000000 105.000000 +v 37.500000 49.611771 105.051110 +v 37.500000 49.250000 105.200960 +v 37.500000 48.939339 105.439340 +v 37.500000 48.700966 105.750000 +v 37.500000 48.551113 106.111772 +v 29.166668 48.500000 106.500000 +v 29.166668 48.551113 106.888227 +v 29.166668 48.700966 107.250000 +v 29.166668 48.939339 107.560659 +v 29.166668 49.250000 107.799038 +v 29.166668 49.611771 107.948889 +v 29.166668 50.000000 108.000000 +v 29.166668 50.388229 107.948889 +v 29.166668 50.750000 107.799038 +v 29.166668 51.060665 107.560659 +v 29.166668 51.299038 107.250000 +v 29.166668 51.448891 106.888227 +v 29.166668 51.500000 106.500000 +v 29.166668 51.448891 106.111772 +v 29.166668 51.299038 105.750000 +v 29.166668 51.060665 105.439340 +v 29.166668 50.750000 105.200960 +v 29.166668 50.388229 105.051110 +v 29.166668 50.000000 105.000000 +v 29.166668 49.611771 105.051110 +v 29.166668 49.250000 105.200960 +v 29.166668 48.939339 105.439340 +v 29.166668 48.700966 105.750000 +v 29.166668 48.551113 106.111772 +v 20.833336 48.500000 106.500000 +v 20.833336 48.551113 106.888227 +v 20.833336 48.700966 107.250000 +v 20.833336 48.939339 107.560659 +v 20.833336 49.250000 107.799038 +v 20.833336 49.611771 107.948889 +v 20.833336 50.000000 108.000000 +v 20.833336 50.388229 107.948889 +v 20.833336 50.750000 107.799038 +v 20.833336 51.060665 107.560659 +v 20.833336 51.299038 107.250000 +v 20.833336 51.448891 106.888227 +v 20.833336 51.500000 106.500000 +v 20.833336 51.448891 106.111772 +v 20.833336 51.299038 105.750000 +v 20.833336 51.060665 105.439340 +v 20.833336 50.750000 105.200960 +v 20.833336 50.388229 105.051110 +v 20.833336 50.000000 105.000000 +v 20.833336 49.611771 105.051110 +v 20.833336 49.250000 105.200960 +v 20.833336 48.939339 105.439340 +v 20.833336 48.700966 105.750000 +v 20.833336 48.551113 106.111772 +v 12.500000 48.500000 106.500000 +v 12.500000 48.551113 106.888227 +v 12.500000 48.700966 107.250000 +v 12.500000 48.939339 107.560659 +v 12.500000 49.250000 107.799038 +v 12.500000 49.611771 107.948889 +v 12.500000 50.000000 108.000000 +v 12.500000 50.388229 107.948889 +v 12.500000 50.750000 107.799038 +v 12.500000 51.060665 107.560659 +v 12.500000 51.299038 107.250000 +v 12.500000 51.448891 106.888227 +v 12.500000 51.500000 106.500000 +v 12.500000 51.448891 106.111772 +v 12.500000 51.299038 105.750000 +v 12.500000 51.060665 105.439340 +v 12.500000 50.750000 105.200960 +v 12.500000 50.388229 105.051110 +v 12.500000 50.000000 105.000000 +v 12.500000 49.611771 105.051110 +v 12.500000 49.250000 105.200960 +v 12.500000 48.939339 105.439340 +v 12.500000 48.700966 105.750000 +v 12.500000 48.551113 106.111772 +v 4.166667 48.500000 106.500000 +v 4.166667 48.551113 106.888227 +v 4.166667 48.700966 107.250000 +v 4.166667 48.939339 107.560659 +v 4.166667 49.250000 107.799038 +v 4.166667 49.611771 107.948889 +v 4.166667 50.000000 108.000000 +v 4.166667 50.388229 107.948889 +v 4.166667 50.750000 107.799038 +v 4.166667 51.060665 107.560659 +v 4.166667 51.299038 107.250000 +v 4.166667 51.448891 106.888227 +v 4.166667 51.500000 106.500000 +v 4.166667 51.448891 106.111772 +v 4.166667 51.299038 105.750000 +v 4.166667 51.060665 105.439340 +v 4.166667 50.750000 105.200960 +v 4.166667 50.388229 105.051110 +v 4.166667 50.000000 105.000000 +v 4.166667 49.611771 105.051110 +v 4.166667 49.250000 105.200960 +v 4.166667 48.939339 105.439340 +v 4.166667 48.700966 105.750000 +v 4.166667 48.551113 106.111772 +v -4.166667 48.500000 106.500000 +v -4.166667 48.551113 106.888227 +v -4.166667 48.700966 107.250000 +v -4.166667 48.939339 107.560659 +v -4.166667 49.250000 107.799038 +v -4.166667 49.611771 107.948889 +v -4.166667 50.000000 108.000000 +v -4.166667 50.388229 107.948889 +v -4.166667 50.750000 107.799038 +v -4.166667 51.060665 107.560659 +v -4.166667 51.299038 107.250000 +v -4.166667 51.448891 106.888227 +v -4.166667 51.500000 106.500000 +v -4.166667 51.448891 106.111772 +v -4.166667 51.299038 105.750000 +v -4.166667 51.060665 105.439340 +v -4.166667 50.750000 105.200960 +v -4.166667 50.388229 105.051110 +v -4.166667 50.000000 105.000000 +v -4.166667 49.611771 105.051110 +v -4.166667 49.250000 105.200960 +v -4.166667 48.939339 105.439340 +v -4.166667 48.700966 105.750000 +v -4.166667 48.551113 106.111772 +v -12.500000 48.500000 106.500000 +v -12.500000 48.551113 106.888227 +v -12.500000 48.700966 107.250000 +v -12.500000 48.939339 107.560659 +v -12.500000 49.250000 107.799038 +v -12.500000 49.611771 107.948889 +v -12.500000 50.000000 108.000000 +v -12.500000 50.388229 107.948889 +v -12.500000 50.750000 107.799038 +v -12.500000 51.060665 107.560659 +v -12.500000 51.299038 107.250000 +v -12.500000 51.448891 106.888227 +v -12.500000 51.500000 106.500000 +v -12.500000 51.448891 106.111772 +v -12.500000 51.299038 105.750000 +v -12.500000 51.060665 105.439340 +v -12.500000 50.750000 105.200960 +v -12.500000 50.388229 105.051110 +v -12.500000 50.000000 105.000000 +v -12.500000 49.611771 105.051110 +v -12.500000 49.250000 105.200960 +v -12.500000 48.939339 105.439340 +v -12.500000 48.700966 105.750000 +v -12.500000 48.551113 106.111772 +v -20.833336 48.500000 106.500000 +v -20.833336 48.551113 106.888227 +v -20.833336 48.700966 107.250000 +v -20.833336 48.939339 107.560659 +v -20.833336 49.250000 107.799038 +v -20.833336 49.611771 107.948889 +v -20.833336 50.000000 108.000000 +v -20.833336 50.388229 107.948889 +v -20.833336 50.750000 107.799038 +v -20.833336 51.060665 107.560659 +v -20.833336 51.299038 107.250000 +v -20.833336 51.448891 106.888227 +v -20.833336 51.500000 106.500000 +v -20.833336 51.448891 106.111772 +v -20.833336 51.299038 105.750000 +v -20.833336 51.060665 105.439340 +v -20.833336 50.750000 105.200960 +v -20.833336 50.388229 105.051110 +v -20.833336 50.000000 105.000000 +v -20.833336 49.611771 105.051110 +v -20.833336 49.250000 105.200960 +v -20.833336 48.939339 105.439340 +v -20.833336 48.700966 105.750000 +v -20.833336 48.551113 106.111772 +v -29.166668 48.500000 106.500000 +v -29.166668 48.551113 106.888227 +v -29.166668 48.700966 107.250000 +v -29.166668 48.939339 107.560659 +v -29.166668 49.250000 107.799038 +v -29.166668 49.611771 107.948889 +v -29.166668 50.000000 108.000000 +v -29.166668 50.388229 107.948889 +v -29.166668 50.750000 107.799038 +v -29.166668 51.060665 107.560659 +v -29.166668 51.299038 107.250000 +v -29.166668 51.448891 106.888227 +v -29.166668 51.500000 106.500000 +v -29.166668 51.448891 106.111772 +v -29.166668 51.299038 105.750000 +v -29.166668 51.060665 105.439340 +v -29.166668 50.750000 105.200960 +v -29.166668 50.388229 105.051110 +v -29.166668 50.000000 105.000000 +v -29.166668 49.611771 105.051110 +v -29.166668 49.250000 105.200960 +v -29.166668 48.939339 105.439340 +v -29.166668 48.700966 105.750000 +v -29.166668 48.551113 106.111772 +v -37.500000 48.500000 106.500000 +v -37.500000 48.551113 106.888227 +v -37.500000 48.700966 107.250000 +v -37.500000 48.939339 107.560659 +v -37.500000 49.250000 107.799038 +v -37.500000 49.611771 107.948889 +v -37.500000 50.000000 108.000000 +v -37.500000 50.388229 107.948889 +v -37.500000 50.750000 107.799038 +v -37.500000 51.060665 107.560659 +v -37.500000 51.299038 107.250000 +v -37.500000 51.448891 106.888227 +v -37.500000 51.500000 106.500000 +v -37.500000 51.448891 106.111772 +v -37.500000 51.299038 105.750000 +v -37.500000 51.060665 105.439340 +v -37.500000 50.750000 105.200960 +v -37.500000 50.388229 105.051110 +v -37.500000 50.000000 105.000000 +v -37.500000 49.611771 105.051110 +v -37.500000 49.250000 105.200960 +v -37.500000 48.939339 105.439340 +v -37.500000 48.700966 105.750000 +v -37.500000 48.551113 106.111772 +v -45.833336 48.500000 106.500000 +v -45.833336 48.551113 106.888227 +v -45.833336 48.700966 107.250000 +v -45.833336 48.939339 107.560659 +v -45.833336 49.250000 107.799038 +v -45.833336 49.611771 107.948889 +v -45.833336 50.000000 108.000000 +v -45.833336 50.388229 107.948889 +v -45.833336 50.750000 107.799038 +v -45.833336 51.060665 107.560659 +v -45.833336 51.299038 107.250000 +v -45.833336 51.448891 106.888227 +v -45.833336 51.500000 106.500000 +v -45.833336 51.448891 106.111772 +v -45.833336 51.299038 105.750000 +v -45.833336 51.060665 105.439340 +v -45.833336 50.750000 105.200960 +v -45.833336 50.388229 105.051110 +v -45.833336 50.000000 105.000000 +v -45.833336 49.611771 105.051110 +v -45.833336 49.250000 105.200960 +v -45.833336 48.939339 105.439340 +v -45.833336 48.700966 105.750000 +v -45.833336 48.551113 106.111772 +v -54.166668 48.500000 106.500000 +v -54.166668 48.551113 106.888227 +v -54.166668 48.700966 107.250000 +v -54.166668 48.939339 107.560659 +v -54.166668 49.250000 107.799038 +v -54.166668 49.611771 107.948889 +v -54.166668 50.000000 108.000000 +v -54.166668 50.388229 107.948889 +v -54.166668 50.750000 107.799038 +v -54.166668 51.060665 107.560659 +v -54.166668 51.299038 107.250000 +v -54.166668 51.448891 106.888227 +v -54.166668 51.500000 106.500000 +v -54.166668 51.448891 106.111772 +v -54.166668 51.299038 105.750000 +v -54.166668 51.060665 105.439340 +v -54.166668 50.750000 105.200960 +v -54.166668 50.388229 105.051110 +v -54.166668 50.000000 105.000000 +v -54.166668 49.611771 105.051110 +v -54.166668 49.250000 105.200960 +v -54.166668 48.939339 105.439340 +v -54.166668 48.700966 105.750000 +v -54.166668 48.551113 106.111772 +v -62.500000 48.500000 106.500000 +v -62.500000 48.551113 106.888227 +v -62.500000 48.700966 107.250000 +v -62.500000 48.939339 107.560659 +v -62.500000 49.250000 107.799038 +v -62.500000 49.611771 107.948889 +v -62.500000 50.000000 108.000000 +v -62.500000 50.388229 107.948889 +v -62.500000 50.750000 107.799038 +v -62.500000 51.060665 107.560659 +v -62.500000 51.299038 107.250000 +v -62.500000 51.448891 106.888227 +v -62.500000 51.500000 106.500000 +v -62.500000 51.448891 106.111772 +v -62.500000 51.299038 105.750000 +v -62.500000 51.060665 105.439340 +v -62.500000 50.750000 105.200960 +v -62.500000 50.388229 105.051110 +v -62.500000 50.000000 105.000000 +v -62.500000 49.611771 105.051110 +v -62.500000 49.250000 105.200960 +v -62.500000 48.939339 105.439340 +v -62.500000 48.700966 105.750000 +v -62.500000 48.551113 106.111772 +v -70.833344 48.500000 106.500000 +v -70.833344 48.551113 106.888227 +v -70.833344 48.700966 107.250000 +v -70.833344 48.939339 107.560659 +v -70.833344 49.250000 107.799038 +v -70.833344 49.611771 107.948889 +v -70.833344 50.000000 108.000000 +v -70.833344 50.388229 107.948889 +v -70.833344 50.750000 107.799038 +v -70.833344 51.060665 107.560659 +v -70.833344 51.299038 107.250000 +v -70.833344 51.448891 106.888227 +v -70.833344 51.500000 106.500000 +v -70.833344 51.448891 106.111772 +v -70.833344 51.299038 105.750000 +v -70.833344 51.060665 105.439340 +v -70.833344 50.750000 105.200960 +v -70.833344 50.388229 105.051110 +v -70.833344 50.000000 105.000000 +v -70.833344 49.611771 105.051110 +v -70.833344 49.250000 105.200960 +v -70.833344 48.939339 105.439340 +v -70.833344 48.700966 105.750000 +v -70.833344 48.551113 106.111772 +v -79.166664 48.500000 106.500000 +v -79.166664 48.551113 106.888227 +v -79.166664 48.700966 107.250000 +v -79.166664 48.939339 107.560659 +v -79.166664 49.250000 107.799038 +v -79.166664 49.611771 107.948889 +v -79.166664 50.000000 108.000000 +v -79.166664 50.388229 107.948889 +v -79.166664 50.750000 107.799038 +v -79.166664 51.060665 107.560659 +v -79.166664 51.299038 107.250000 +v -79.166664 51.448891 106.888227 +v -79.166664 51.500000 106.500000 +v -79.166664 51.448891 106.111772 +v -79.166664 51.299038 105.750000 +v -79.166664 51.060665 105.439340 +v -79.166664 50.750000 105.200960 +v -79.166664 50.388229 105.051110 +v -79.166664 50.000000 105.000000 +v -79.166664 49.611771 105.051110 +v -79.166664 49.250000 105.200960 +v -79.166664 48.939339 105.439340 +v -79.166664 48.700966 105.750000 +v -79.166664 48.551113 106.111772 +v -87.500000 48.500000 106.500000 +v -87.500000 48.551113 106.888227 +v -87.500000 48.700966 107.250000 +v -87.500000 48.939339 107.560659 +v -87.500000 49.250000 107.799038 +v -87.500000 49.611771 107.948889 +v -87.500000 50.000000 108.000000 +v -87.500000 50.388229 107.948889 +v -87.500000 50.750000 107.799038 +v -87.500000 51.060665 107.560659 +v -87.500000 51.299038 107.250000 +v -87.500000 51.448891 106.888227 +v -87.500000 51.500000 106.500000 +v -87.500000 51.448891 106.111772 +v -87.500000 51.299038 105.750000 +v -87.500000 51.060665 105.439340 +v -87.500000 50.750000 105.200960 +v -87.500000 50.388229 105.051110 +v -87.500000 50.000000 105.000000 +v -87.500000 49.611771 105.051110 +v -87.500000 49.250000 105.200960 +v -87.500000 48.939339 105.439340 +v -87.500000 48.700966 105.750000 +v -87.500000 48.551113 106.111772 +v -95.833336 48.500000 106.500000 +v -95.833336 48.551113 106.888227 +v -95.833336 48.700966 107.250000 +v -95.833336 48.939339 107.560659 +v -95.833336 49.250000 107.799038 +v -95.833336 49.611771 107.948889 +v -95.833336 50.000000 108.000000 +v -95.833336 50.388229 107.948889 +v -95.833336 50.750000 107.799038 +v -95.833336 51.060665 107.560659 +v -95.833336 51.299038 107.250000 +v -95.833336 51.448891 106.888227 +v -95.833336 51.500000 106.500000 +v -95.833336 51.448891 106.111772 +v -95.833336 51.299038 105.750000 +v -95.833336 51.060665 105.439340 +v -95.833336 50.750000 105.200960 +v -95.833336 50.388229 105.051110 +v -95.833336 50.000000 105.000000 +v -95.833336 49.611771 105.051110 +v -95.833336 49.250000 105.200960 +v -95.833336 48.939339 105.439340 +v -95.833336 48.700966 105.750000 +v -95.833336 48.551113 106.111772 +v -104.166672 48.500000 106.500000 +v -104.166672 48.551113 106.888227 +v -104.166672 48.700966 107.250000 +v -104.166672 48.939339 107.560659 +v -104.166672 49.250000 107.799038 +v -104.166672 49.611771 107.948889 +v -104.166672 50.000000 108.000000 +v -104.166672 50.388229 107.948889 +v -104.166672 50.750000 107.799038 +v -104.166672 51.060665 107.560659 +v -104.166672 51.299038 107.250000 +v -104.166672 51.448891 106.888227 +v -104.166672 51.500000 106.500000 +v -104.166672 51.448891 106.111772 +v -104.166672 51.299038 105.750000 +v -104.166672 51.060665 105.439340 +v -104.166672 50.750000 105.200960 +v -104.166672 50.388229 105.051110 +v -104.166672 50.000000 105.000000 +v -104.166672 49.611771 105.051110 +v -104.166672 49.250000 105.200960 +v -104.166672 48.939339 105.439340 +v -104.166672 48.700966 105.750000 +v -104.166672 48.551113 106.111772 +v -112.500000 48.500000 106.500000 +v -112.500000 48.551113 106.888227 +v -112.500000 48.700966 107.250000 +v -112.500000 48.939339 107.560659 +v -112.500000 49.250000 107.799038 +v -112.500000 49.611771 107.948889 +v -112.500000 50.000000 108.000000 +v -112.500000 50.388229 107.948889 +v -112.500000 50.750000 107.799038 +v -112.500000 51.060665 107.560659 +v -112.500000 51.299038 107.250000 +v -112.500000 51.448891 106.888227 +v -112.500000 51.500000 106.500000 +v -112.500000 51.448891 106.111772 +v -112.500000 51.299038 105.750000 +v -112.500000 51.060665 105.439340 +v -112.500000 50.750000 105.200960 +v -112.500000 50.388229 105.051110 +v -112.500000 50.000000 105.000000 +v -112.500000 49.611771 105.051110 +v -112.500000 49.250000 105.200960 +v -112.500000 48.939339 105.439340 +v -112.500000 48.700966 105.750000 +v -112.500000 48.551113 106.111772 +v -120.833336 48.500000 106.500000 +v -120.833336 48.551113 106.888227 +v -120.833336 48.700966 107.250000 +v -120.833336 48.939339 107.560659 +v -120.833336 49.250000 107.799038 +v -120.833336 49.611771 107.948889 +v -120.833336 50.000000 108.000000 +v -120.833336 50.388229 107.948889 +v -120.833336 50.750000 107.799038 +v -120.833336 51.060665 107.560659 +v -120.833336 51.299038 107.250000 +v -120.833336 51.448891 106.888227 +v -120.833336 51.500000 106.500000 +v -120.833336 51.448891 106.111772 +v -120.833336 51.299038 105.750000 +v -120.833336 51.060665 105.439340 +v -120.833336 50.750000 105.200960 +v -120.833336 50.388229 105.051110 +v -120.833336 50.000000 105.000000 +v -120.833336 49.611771 105.051110 +v -120.833336 49.250000 105.200960 +v -120.833336 48.939339 105.439340 +v -120.833336 48.700966 105.750000 +v -120.833336 48.551113 106.111772 +v -137.500000 46.497124 102.994667 +v -137.500000 43.500000 110.000000 +v -137.500000 43.500000 111.585786 +v -137.500000 47.292900 107.792893 +v 0.000000 47.074139 107.162827 +v 13.750000 47.074139 107.162827 +v 27.500000 47.074139 107.162827 +v 27.500000 47.000000 106.500000 +v 41.250000 47.000000 106.500000 +v 41.250000 47.074139 105.837172 +v 55.000000 47.074139 105.837172 +v 68.750000 47.074139 105.837172 +v 82.500000 47.074139 105.837172 +v 68.750000 47.000000 106.500000 +v 82.500000 47.000000 106.500000 +v 68.750000 47.074139 107.162827 +v 82.500000 47.074139 107.162827 +v 96.250000 47.074139 107.162827 +v 110.000000 47.074139 107.162827 +v 110.000000 47.000000 106.500000 +v 123.750000 47.000000 106.500000 +v 123.750000 47.074139 105.837172 +v 110.000000 47.074139 105.837172 +v 96.250000 47.074139 105.837172 +v 96.250000 47.000000 106.500000 +v -137.500000 47.074139 107.162827 +v -123.750000 47.074139 107.162827 +v -110.000000 47.074139 107.162827 +v -96.250000 47.074139 107.162827 +v -96.250000 47.000000 106.500000 +v -82.500000 47.000000 106.500000 +v -82.500000 47.074139 105.837172 +v -68.750000 47.074139 105.837172 +v -137.500000 47.292904 105.207105 +v -55.000000 47.074139 105.837172 +v -41.250000 47.074139 105.837172 +v -55.000000 47.000000 106.500000 +v -41.250000 47.000000 106.500000 +v -55.000000 47.074139 107.162827 +v -41.250000 47.074139 107.162827 +v -27.500000 47.074139 107.162827 +v -13.750000 47.074139 107.162827 +v -13.750000 47.000000 106.500000 +v 0.000000 47.000000 106.500000 +v 0.000000 47.074139 105.837172 +v 13.750000 47.074139 105.837172 +v 27.500000 47.074139 105.837172 +v -123.750000 47.000000 106.500000 +v -137.500000 47.000000 106.500000 +v -123.750000 47.074139 105.837172 +v -137.500000 47.074139 105.837172 +v -13.750000 47.074139 105.837172 +v -27.500000 47.074139 105.837172 +v -27.500000 47.000000 106.500000 +v 123.750000 47.074139 107.162827 +v -110.000000 47.000000 106.500000 +v -110.000000 47.074139 105.837172 +v -82.500000 47.074139 107.162827 +v -68.750000 47.074139 107.162827 +v -68.750000 47.000000 106.500000 +v 13.750000 47.000000 106.500000 +v 41.250000 47.074139 107.162827 +v 55.000000 47.074139 107.162827 +v 55.000000 47.000000 106.500000 +v -96.250000 47.074139 105.837172 +v -137.500000 43.500000 101.414213 +v -137.500000 43.500000 102.992208 +v -137.500000 42.500000 102.992208 +v -137.500000 42.500000 99.000000 +v -137.500000 46.500000 99.000000 +v -137.500000 46.500000 100.000000 +v -137.500000 44.914215 100.000000 +v -137.500000 48.707100 103.792894 +v 0.000000 49.337173 103.574139 +v 13.750000 49.337173 103.574139 +v 27.500000 49.337173 103.574139 +v 27.500000 50.000000 103.500000 +v 41.250000 50.000000 103.500000 +v 41.250000 50.662827 103.574139 +v 55.000000 50.662827 103.574139 +v 68.750000 50.662827 103.574139 +v 82.500000 50.662827 103.574139 +v 68.750000 50.000000 103.500000 +v 82.500000 50.000000 103.500000 +v 68.750000 49.337173 103.574139 +v 82.500000 49.337173 103.574139 +v 96.250000 49.337173 103.574139 +v 110.000000 49.337173 103.574139 +v 110.000000 50.000000 103.500000 +v 123.750000 50.000000 103.500000 +v 123.750000 50.662827 103.574139 +v 110.000000 50.662827 103.574139 +v 96.250000 50.662827 103.574139 +v 96.250000 50.000000 103.500000 +v -137.500000 49.337173 103.574139 +v -123.750000 49.337173 103.574139 +v -110.000000 49.337173 103.574139 +v -96.250000 49.337173 103.574139 +v -96.250000 50.000000 103.500000 +v -82.500000 50.000000 103.500000 +v -82.500000 50.662827 103.574139 +v -68.750000 50.662827 103.574139 +v -137.500000 51.292904 103.792894 +v -55.000000 50.662827 103.574139 +v -41.250000 50.662827 103.574139 +v -55.000000 50.000000 103.500000 +v -41.250000 50.000000 103.500000 +v -55.000000 49.337173 103.574139 +v -41.250000 49.337173 103.574139 +v -27.500000 49.337173 103.574139 +v -13.750000 49.337173 103.574139 +v -13.750000 50.000000 103.500000 +v 0.000000 50.000000 103.500000 +v 0.000000 50.662827 103.574139 +v 13.750000 50.662827 103.574139 +v 27.500000 50.662827 103.574139 +v -123.750000 50.000000 103.500000 +v -137.500000 50.000000 103.500000 +v -123.750000 50.662827 103.574139 +v -137.500000 50.662827 103.574139 +v -13.750000 50.662827 103.574139 +v -27.500000 50.662827 103.574139 +v -27.500000 50.000000 103.500000 +v 123.750000 49.337173 103.574139 +v -110.000000 50.000000 103.500000 +v -110.000000 50.662827 103.574139 +v -82.500000 49.337173 103.574139 +v -68.750000 49.337173 103.574139 +v -68.750000 50.000000 103.500000 +v 13.750000 50.000000 103.500000 +v 41.250000 49.337173 103.574139 +v 55.000000 49.337173 103.574139 +v 55.000000 50.000000 103.500000 +v -96.250000 50.662827 103.574139 +v -137.500000 55.085785 100.000000 +v -137.500000 53.500000 100.000000 +v -137.500000 53.500000 99.000000 +v -137.500000 57.500000 99.000000 +v -137.500000 57.500000 102.992208 +v -137.500000 56.500000 102.992208 +v -137.500000 56.500000 101.414213 +v -137.500000 52.707096 105.207105 +v 0.000000 52.925865 105.837172 +v 13.750000 52.925861 105.837172 +v 27.500000 52.925861 105.837172 +v 27.500000 53.000000 106.500000 +v 41.250000 53.000000 106.500000 +v 41.250000 52.925861 107.162827 +v 55.000000 52.925861 107.162827 +v 68.750000 52.925861 107.162827 +v 82.500000 52.925861 107.162827 +v 68.750000 53.000000 106.500000 +v 82.500000 53.000000 106.500000 +v 68.750000 52.925861 105.837172 +v 82.500000 52.925861 105.837172 +v 96.250000 52.925861 105.837172 +v 110.000000 52.925861 105.837172 +v 110.000000 53.000000 106.500000 +v 123.750000 53.000000 106.500000 +v 123.750000 52.925861 107.162827 +v 110.000000 52.925861 107.162827 +v 96.250000 52.925861 107.162827 +v 96.250000 53.000000 106.500000 +v -137.500000 52.925865 105.837172 +v -123.750000 52.925861 105.837172 +v -110.000000 52.925861 105.837172 +v -96.250000 52.925861 105.837172 +v -96.250000 53.000000 106.500000 +v -82.500000 53.000000 106.500000 +v -82.500000 52.925861 107.162827 +v -68.750000 52.925861 107.162827 +v -137.500000 52.707096 107.792893 +v -55.000000 52.925861 107.162827 +v -41.250000 52.925861 107.162827 +v -55.000000 53.000000 106.500000 +v -41.250000 53.000000 106.500000 +v -55.000000 52.925861 105.837172 +v -41.250000 52.925861 105.837172 +v -27.500000 52.925861 105.837172 +v -13.750000 52.925861 105.837172 +v -13.750000 53.000000 106.500000 +v 0.000000 53.000000 106.500000 +v 0.000000 52.925865 107.162827 +v 13.750000 52.925861 107.162827 +v 27.500000 52.925861 107.162827 +v -123.750000 53.000000 106.500000 +v -137.500000 53.000000 106.500000 +v -123.750000 52.925861 107.162827 +v -137.500000 52.925861 107.162827 +v -13.750000 52.925861 107.162827 +v -27.500000 52.925861 107.162827 +v -27.500000 53.000000 106.500000 +v 123.750000 52.925861 105.837172 +v -110.000000 53.000000 106.500000 +v -110.000000 52.925861 107.162827 +v -82.500000 52.925861 105.837172 +v -68.750000 52.925861 105.837172 +v -68.750000 53.000000 106.500000 +v 13.750000 53.000000 106.500000 +v 41.250000 52.925861 105.837172 +v 55.000000 52.925861 105.837172 +v 55.000000 53.000000 106.500000 +v -96.250000 52.925861 107.162827 +v -137.500000 56.500000 111.585786 +v -137.500000 56.500000 110.000000 +v -137.500000 57.500000 110.000000 +v -137.500000 57.500000 114.000000 +v -137.500000 53.500000 114.000000 +v -137.500000 53.500000 113.000000 +v -137.500000 55.085789 113.000000 +v -137.500000 51.292904 109.207107 +v 0.000000 50.662827 109.425860 +v 13.750000 50.662827 109.425860 +v 27.500000 50.662827 109.425860 +v 27.500000 50.000000 109.500000 +v 41.250000 50.000000 109.500000 +v 41.250000 49.337173 109.425860 +v 55.000000 49.337173 109.425860 +v 68.750000 49.337173 109.425860 +v 82.500000 49.337173 109.425860 +v 68.750000 50.000000 109.500000 +v 82.500000 50.000000 109.500000 +v 68.750000 50.662827 109.425860 +v 82.500000 50.662827 109.425860 +v 96.250000 50.662827 109.425860 +v 110.000000 50.662827 109.425860 +v 110.000000 50.000000 109.500000 +v 123.750000 50.000000 109.500000 +v 123.750000 49.337173 109.425860 +v 110.000000 49.337173 109.425860 +v 96.250000 49.337173 109.425860 +v 96.250000 50.000000 109.500000 +v -137.500000 50.662827 109.425860 +v -123.750000 50.662827 109.425860 +v -110.000000 50.662827 109.425860 +v -96.250000 50.662827 109.425860 +v -96.250000 50.000000 109.500000 +v -82.500000 50.000000 109.500000 +v -82.500000 49.337173 109.425860 +v -68.750000 49.337173 109.425860 +v -137.500000 48.707100 109.207107 +v -55.000000 49.337173 109.425860 +v -41.250000 49.337173 109.425860 +v -55.000000 50.000000 109.500000 +v -41.250000 50.000000 109.500000 +v -55.000000 50.662827 109.425860 +v -41.250000 50.662827 109.425860 +v -27.500000 50.662827 109.425860 +v -13.750000 50.662827 109.425860 +v -13.750000 50.000000 109.500000 +v 0.000000 50.000000 109.500000 +v 0.000000 49.337173 109.425860 +v 13.750000 49.337173 109.425860 +v 27.500000 49.337173 109.425860 +v -123.750000 50.000000 109.500000 +v -137.500000 50.000000 109.500000 +v -123.750000 49.337173 109.425860 +v -137.500000 49.337173 109.425860 +v -13.750000 49.337173 109.425860 +v -27.500000 49.337173 109.425860 +v -27.500000 50.000000 109.500000 +v 123.750000 50.662827 109.425860 +v -110.000000 50.000000 109.500000 +v -110.000000 49.337173 109.425860 +v -82.500000 50.662827 109.425860 +v -68.750000 50.662827 109.425860 +v -68.750000 50.000000 109.500000 +v 13.750000 50.000000 109.500000 +v 41.250000 50.662827 109.425860 +v 55.000000 50.662827 109.425860 +v 55.000000 50.000000 109.500000 +v -96.250000 49.337173 109.425860 +v -137.500000 44.914219 113.000000 +v -137.500000 46.500000 113.000000 +v -137.500000 46.500000 114.000000 +v -137.500000 42.500000 114.000000 +v -137.500000 42.500000 110.000000 +v 113.535530 -88.535530 100.000000 +v 113.535538 -88.535530 96.500000 +v 114.571068 -89.330132 100.000000 +v 114.571068 -89.330132 96.500000 +v 115.776970 -89.829628 100.000000 +v 115.776970 -89.829628 96.500000 +v 117.071060 -90.000000 100.000000 +v 117.071068 -90.000000 96.500000 +v 51.464470 -26.464464 100.000000 +v 51.464470 -26.464466 96.499998 +v 135.000000 -85.000000 100.000000 +v 135.000000 -72.071068 100.000000 +v 130.000000 -90.000000 100.000000 +v 134.829636 -86.294098 100.000000 +v 134.330124 -87.500000 100.000000 +v 133.535538 -88.535538 100.000000 +v 132.500000 -89.330132 100.000000 +v 131.294098 -89.829628 100.000000 +v 133.535538 -68.535530 100.000000 +v 134.829636 -70.776970 100.000000 +v 134.330124 -69.571068 100.000000 +v 116.464462 -51.464466 100.000000 +v 115.669876 -50.428932 100.000000 +v 115.170372 -49.223026 100.000000 +v 115.000008 -47.928932 100.000000 +v 51.464470 26.464464 100.000000 +v 115.000000 47.928932 100.000000 +v 115.170372 49.223026 100.000000 +v 115.669876 50.428932 100.000000 +v 113.535538 88.535530 100.000000 +v 116.464470 51.464470 100.000000 +v 133.535538 68.535538 100.000000 +v 134.330124 69.571068 100.000000 +v 134.829636 70.776970 100.000000 +v 135.000000 72.071075 100.000000 +v 135.000000 85.000000 100.000000 +v 117.071068 90.000000 100.000000 +v 130.000000 90.000000 100.000000 +v 134.829636 86.294098 100.000000 +v 134.330124 87.500000 100.000000 +v 133.535538 88.535538 100.000000 +v 132.500000 89.330132 100.000000 +v 131.294098 89.829628 100.000000 +v 115.776970 89.829628 100.000000 +v 114.571068 89.330132 100.000000 +v 50.428932 -25.669874 100.000000 +v 50.428932 25.669874 100.000000 +v 49.223030 -25.170370 100.000000 +v 49.223026 25.170370 100.000000 +v 47.928932 25.000002 100.000000 +v 47.928932 -25.000000 100.000000 +v -47.928932 25.000000 100.000000 +v -47.928932 -25.000000 100.000000 +v -49.223030 -25.170370 100.000000 +v -49.223026 25.170370 100.000000 +v -50.428932 25.669874 100.000000 +v -50.428932 -25.669874 100.000000 +v -51.464474 26.464468 100.000000 +v -51.464470 -26.464466 100.000000 +v -115.000000 -47.928932 100.000000 +v -115.170372 -49.223026 100.000000 +v -113.535530 88.535530 100.000000 +v -115.669876 50.428932 100.000000 +v -115.170372 49.223026 100.000000 +v -115.000000 47.928932 100.000000 +v -114.571068 89.330132 100.000000 +v -117.071060 90.000000 100.000000 +v -135.000000 85.000000 100.000000 +v -135.000000 72.071068 100.000000 +v -115.776970 89.829628 100.000000 +v -130.000000 90.000000 100.000000 +v -134.829636 86.294098 100.000000 +v -134.330124 87.500000 100.000000 +v -133.535538 88.535538 100.000000 +v -132.500000 89.330132 100.000000 +v -131.294098 89.829628 100.000000 +v -133.535538 68.535530 100.000000 +v -134.829636 70.776970 100.000000 +v -134.330124 69.571068 100.000000 +v -116.464462 51.464466 100.000000 +v -115.669876 -50.428932 100.000000 +v -113.535538 -88.535530 100.000000 +v -116.464470 -51.464470 100.000000 +v -133.535538 -68.535538 100.000000 +v -134.330124 -69.571068 100.000000 +v -134.829636 -70.776970 100.000000 +v -135.000000 -72.071075 100.000000 +v -135.000000 -85.000000 100.000000 +v -117.071068 -90.000000 100.000000 +v -130.000000 -90.000000 100.000000 +v -134.829636 -86.294098 100.000000 +v -134.330124 -87.500000 100.000000 +v -133.535538 -88.535538 100.000000 +v -132.500000 -89.330132 100.000000 +v -131.294098 -89.829628 100.000000 +v -115.776970 -89.829628 100.000000 +v -114.571068 -89.330132 100.000000 +v 50.428932 -25.669874 96.500000 +v 49.223030 -25.170370 96.499998 +v 47.928932 -25.000000 96.500000 +v -47.928932 -25.000000 96.500000 +v 130.000000 -90.000000 96.500000 +v 131.294098 -89.829628 96.500000 +v 132.500000 -89.330132 96.500000 +v 133.535538 -88.535538 96.500000 +v 134.330124 -87.500000 96.500000 +v 134.829636 -86.294098 96.500000 +v 135.000000 -85.000000 96.500000 +v 135.000000 -72.071075 96.499998 +v 133.535538 -68.535538 96.500000 +v 134.829636 -70.776970 96.500000 +v 134.330124 -69.571068 96.500000 +v 115.669876 -50.428932 96.500000 +v 116.464470 -51.464470 96.500000 +v 51.464474 26.464468 96.500000 +v 115.000000 -47.928932 96.500000 +v 115.170372 -49.223026 96.500000 +v 50.428932 25.669874 96.500000 +v 49.223026 25.170370 96.500000 +v 47.928932 25.000000 96.500000 +v -47.928932 25.000002 96.499998 +v -49.223030 -25.170370 96.499998 +v -49.223026 25.170370 96.500000 +v -50.428932 25.669874 96.500000 +v -50.428932 -25.669874 96.500000 +v -51.464470 26.464464 96.500000 +v -51.464470 -26.464464 96.500000 +v -115.000008 -47.928932 96.499998 +v -115.170372 -49.223026 96.500000 +v -115.669876 -50.428932 96.500000 +v -113.535530 -88.535530 96.500000 +v -116.464462 -51.464466 96.500000 +v -133.535538 -68.535530 96.500000 +v -135.000000 -72.071068 96.500000 +v -134.829636 -70.776970 96.500000 +v -114.571068 -89.330132 96.500000 +v -117.071060 -90.000000 96.500000 +v -135.000000 -85.000000 96.500000 +v -115.776970 -89.829628 96.500000 +v -130.000000 -90.000000 96.500000 +v -134.829636 -86.294098 96.500000 +v -134.330124 -87.500000 96.500000 +v -133.535538 -88.535538 96.500000 +v -132.500000 -89.330132 96.500000 +v -131.294098 -89.829628 96.500000 +v -134.330124 -69.571068 96.500000 +v -115.000000 47.928932 96.500000 +v -115.170372 49.223026 96.500000 +v -115.669876 50.428932 96.500000 +v -113.535538 88.535530 96.500000 +v -116.464470 51.464470 96.500000 +v -133.535538 68.535538 96.500000 +v -134.330124 69.571068 96.500000 +v -134.829636 70.776970 96.500000 +v -135.000000 72.071075 96.499998 +v -135.000000 85.000000 96.500000 +v -117.071068 90.000000 96.500000 +v -130.000000 90.000000 96.500000 +v -134.829636 86.294098 96.500000 +v -134.330124 87.500000 96.500000 +v -133.535538 88.535538 96.500000 +v -132.500000 89.330132 96.500000 +v -131.294098 89.829628 96.500000 +v -115.776970 89.829628 96.500000 +v -114.571068 89.330132 96.500000 +v 113.535530 88.535530 96.500000 +v 115.669876 50.428932 96.500000 +v 115.170372 49.223026 96.500000 +v 115.000000 47.928932 96.500000 +v 114.571068 89.330132 96.500000 +v 117.071060 90.000000 96.500000 +v 135.000000 85.000000 96.500000 +v 135.000000 72.071068 96.500000 +v 115.776970 89.829628 96.500000 +v 130.000000 90.000000 96.500000 +v 134.829636 86.294098 96.500000 +v 134.330124 87.500000 96.500000 +v 133.535538 88.535538 96.500000 +v 132.500000 89.330132 96.500000 +v 131.294098 89.829628 96.500000 +v 133.535538 68.535530 96.500000 +v 134.829636 70.776970 96.500000 +v 134.330124 69.571068 96.500000 +v 116.464462 51.464466 96.500000 +v -86.000000 -205.000000 85.000000 +v -79.000000 -205.000000 85.000000 +v -86.000000 -205.000000 84.000000 +v -79.000000 -205.000000 84.000000 +v -82.500000 -205.000000 80.500000 +v -81.837173 -205.000000 80.425861 +v -81.207115 -205.000000 80.207096 +v -77.414215 -205.000000 84.000000 +v -83.162834 -205.000000 80.425861 +v -83.792885 -205.000000 80.207096 +v -87.585785 -205.000000 84.000000 +v -90.000000 -205.000000 73.992207 +v -90.000008 -205.000015 81.000000 +v -89.000000 -205.000000 73.992210 +v -89.000000 -205.000000 81.000000 +v -85.500000 -205.000000 77.500000 +v -85.425858 -205.000000 78.162827 +v -85.207115 -205.000000 78.792900 +v -89.000000 -205.000000 82.585785 +v -85.425858 -205.000000 76.837173 +v -85.207115 -205.000000 76.207096 +v -89.000000 -205.000000 72.414215 +v -79.000000 -205.000000 70.000000 +v -86.000000 -205.000000 70.000000 +v -79.000000 -205.000000 71.000000 +v -86.000000 -205.000000 71.000000 +v -82.500000 -205.000000 74.500000 +v -83.162827 -205.000000 74.574139 +v -83.792885 -205.000000 74.792900 +v -87.585785 -205.000000 71.000000 +v -81.837173 -205.000000 74.574139 +v -81.207115 -205.000000 74.792900 +v -77.414215 -205.000000 71.000000 +v -75.000000 -205.000000 73.992207 +v -76.000000 -205.000000 73.992210 +v -75.000000 -205.000015 81.000000 +v -76.000000 -205.000000 81.000000 +v -79.500000 -205.000000 77.500000 +v -79.574150 -205.000000 78.162827 +v -76.000000 -205.000000 72.414215 +v -79.792885 -205.000000 76.207096 +v -79.574142 -205.000000 76.837173 +v -79.792885 -205.000000 78.792900 +v -76.000000 -205.000000 82.585785 +v -90.000000 -207.500000 85.000000 +v -90.000000 -207.500000 70.000000 +v -75.000000 -207.500000 85.000000 +v -75.000000 -207.500000 70.000000 +v -90.000000 235.000000 73.992207 +v -89.000000 235.000000 73.992210 +v -90.000008 235.000015 81.000000 +v -89.000000 235.000000 81.000000 +v -85.500000 235.000000 77.500000 +v -85.425858 235.000000 78.162827 +v -89.000000 235.000000 72.414215 +v -85.207115 235.000000 76.207096 +v -85.425858 235.000000 76.837173 +v -85.207115 235.000000 78.792900 +v -89.000000 235.000000 82.585785 +v -86.000000 235.000000 70.000000 +v -79.000000 235.000015 69.999996 +v -86.000000 235.000000 71.000000 +v -79.000000 235.000000 71.000000 +v -82.500000 235.000000 74.500000 +v -81.837173 235.000000 74.574139 +v -81.207115 235.000000 74.792900 +v -77.414215 235.000000 71.000000 +v -83.162834 235.000000 74.574139 +v -83.792885 235.000000 74.792900 +v -87.585785 235.000000 71.000000 +v -79.000000 235.000000 85.000000 +v -86.000000 235.000000 85.000000 +v -79.000000 235.000000 84.000000 +v -86.000000 235.000000 84.000000 +v -82.500000 235.000000 80.500000 +v -83.162827 235.000000 80.425861 +v -83.792885 235.000000 80.207096 +v -87.585785 235.000000 84.000000 +v -81.837173 235.000000 80.425861 +v -81.207115 235.000000 80.207096 +v -77.414215 235.000000 84.000000 +v -90.000008 237.500015 69.999996 +v -90.000000 237.500000 85.000000 +v -75.000000 237.500015 69.999996 +v -75.000000 237.500000 85.000000 +v -75.000000 235.000000 73.992207 +v -75.000000 235.000015 81.000000 +v -76.000000 235.000000 73.992210 +v -76.000000 235.000000 81.000000 +v -79.500000 235.000000 77.500000 +v -79.574142 235.000000 78.162827 +v -79.792885 235.000000 78.792900 +v -76.000000 235.000000 82.585785 +v -79.574150 235.000000 76.837173 +v -79.792885 235.000000 76.207096 +v -76.000000 235.000000 72.414215 +v -85.425858 7.903226 78.162827 +v -85.425858 -6.290323 78.162827 +v -85.425858 -20.483871 78.162827 +v -85.500000 -20.483871 77.500000 +v -85.500000 -34.677418 77.500000 +v -85.425858 -34.677418 76.837173 +v -85.425858 -48.870968 76.837173 +v -85.425858 -63.064522 76.837173 +v -85.425858 -77.258064 76.837173 +v -85.500000 -63.064522 77.500000 +v -85.500000 -77.258064 77.500000 +v -85.425858 -63.064522 78.162827 +v -85.425858 -77.258064 78.162827 +v -85.425858 -91.451614 78.162827 +v -85.425858 -105.645164 78.162827 +v -85.500000 -105.645164 77.500000 +v -85.500000 -119.838707 77.500000 +v -85.425858 -119.838707 76.837173 +v -85.425858 -134.032257 76.837173 +v -85.425858 -148.225815 76.837173 +v -85.425858 -162.419357 76.837173 +v -85.500000 -148.225815 77.500000 +v -85.500000 -162.419373 77.500000 +v -85.425858 -148.225815 78.162827 +v -85.425858 -162.419357 78.162827 +v -85.425858 -176.612900 78.162827 +v -85.425858 -190.806458 78.162827 +v -85.500000 -190.806458 77.500000 +v -85.425858 -190.806458 76.837173 +v -85.425858 -176.612900 76.837173 +v -85.425858 220.806442 78.162827 +v -85.425858 206.612900 78.162827 +v -85.425858 192.419357 78.162827 +v -85.500000 192.419357 77.500000 +v -85.500000 178.225815 77.500000 +v -85.425858 178.225815 76.837173 +v -85.425858 164.032257 76.837173 +v -85.425858 149.838730 76.837173 +v -85.425858 135.645157 76.837173 +v -85.500000 149.838730 77.500000 +v -85.500000 135.645157 77.500000 +v -85.425858 149.838730 78.162827 +v -85.425858 135.645157 78.162827 +v -85.425858 121.451614 78.162827 +v -85.425858 107.258072 78.162827 +v -85.500000 107.258072 77.500000 +v -85.500000 93.064514 77.500000 +v -85.425858 93.064514 76.837173 +v -85.425858 78.870964 76.837173 +v -85.425858 64.677422 76.837173 +v -85.425858 50.483871 76.837173 +v -85.500000 64.677429 77.500000 +v -85.500000 50.483871 77.500000 +v -85.425858 64.677422 78.162827 +v -85.425858 50.483871 78.162827 +v -85.425858 36.290321 78.162827 +v -85.425858 22.096775 78.162827 +v -85.500000 22.096775 77.500000 +v -85.500000 7.903226 77.500000 +v -85.425858 7.903226 76.837173 +v -85.425858 -6.290323 76.837173 +v -85.425858 -20.483871 76.837173 +v -85.500000 220.806442 77.500000 +v -85.425858 220.806442 76.837173 +v -85.425858 22.096775 76.837173 +v -85.425858 36.290321 76.837173 +v -85.500000 206.612900 77.500000 +v -85.425858 206.612900 76.837173 +v -85.425858 178.225815 78.162827 +v -85.425858 164.032257 78.162827 +v -85.500000 164.032257 77.500000 +v -85.500000 121.451614 77.500000 +v -85.425858 121.451614 76.837173 +v -85.425858 93.064514 78.162827 +v -85.425858 78.870964 78.162827 +v -85.500000 78.870972 77.500000 +v -85.500000 36.290321 77.500000 +v -85.500000 -6.290323 77.500000 +v -85.425858 -34.677418 78.162827 +v -85.425858 -48.870968 78.162827 +v -85.500000 -48.870968 77.500000 +v -85.500000 -91.451614 77.500000 +v -85.425858 -91.451614 76.837173 +v -85.425858 -119.838707 78.162827 +v -85.425858 -134.032257 78.162827 +v -85.500000 -134.032257 77.500000 +v -85.500000 -176.612900 77.500000 +v -85.425858 192.419357 76.837173 +v -85.425858 107.258072 76.837173 +v -85.425858 -105.645164 76.837173 +v -83.162834 7.903226 74.574135 +v -83.162834 -6.290323 74.574139 +v -83.162834 -20.483871 74.574139 +v -82.500000 -20.483871 74.500000 +v -82.500000 -34.677418 74.500000 +v -81.837173 -34.677418 74.574139 +v -81.837173 -48.870968 74.574139 +v -81.837173 -63.064522 74.574139 +v -81.837173 -77.258064 74.574139 +v -82.500000 -63.064522 74.500000 +v -82.500000 -77.258064 74.500000 +v -83.162834 -63.064522 74.574139 +v -83.162834 -77.258064 74.574139 +v -83.162834 -91.451614 74.574139 +v -83.162834 -105.645164 74.574139 +v -82.500000 -105.645164 74.500000 +v -82.500000 -119.838707 74.500000 +v -81.837173 -119.838707 74.574139 +v -81.837173 -134.032257 74.574139 +v -81.837173 -148.225815 74.574139 +v -81.837173 -162.419357 74.574139 +v -82.500000 -148.225815 74.500000 +v -82.500000 -162.419373 74.500000 +v -83.162834 -148.225815 74.574139 +v -83.162834 -162.419357 74.574139 +v -83.162834 -176.612900 74.574139 +v -83.162834 -190.806458 74.574139 +v -82.500000 -190.806458 74.500000 +v -81.837173 -190.806458 74.574139 +v -81.837173 -176.612900 74.574139 +v -83.162834 220.806442 74.574139 +v -83.162834 206.612900 74.574139 +v -83.162834 192.419357 74.574139 +v -82.500000 192.419357 74.500000 +v -82.500000 178.225815 74.500000 +v -81.837173 178.225815 74.574139 +v -81.837173 164.032257 74.574139 +v -81.837173 149.838730 74.574139 +v -81.837173 135.645157 74.574139 +v -82.500000 149.838730 74.500000 +v -82.500000 135.645157 74.500000 +v -83.162834 149.838730 74.574139 +v -83.162834 135.645157 74.574139 +v -83.162834 121.451614 74.574139 +v -83.162834 107.258072 74.574139 +v -82.500000 107.258072 74.500000 +v -82.500000 93.064514 74.500000 +v -81.837173 93.064514 74.574139 +v -81.837173 78.870964 74.574139 +v -81.837173 64.677422 74.574139 +v -81.837173 50.483871 74.574139 +v -82.500000 64.677429 74.500000 +v -82.500000 50.483871 74.500000 +v -83.162834 64.677422 74.574139 +v -83.162834 50.483871 74.574139 +v -83.162834 36.290321 74.574139 +v -83.162834 22.096775 74.574139 +v -82.500000 22.096775 74.500000 +v -82.500000 7.903226 74.500000 +v -81.837173 7.903226 74.574139 +v -81.837173 -6.290323 74.574139 +v -81.837173 -20.483871 74.574139 +v -82.500000 220.806442 74.500000 +v -81.837173 220.806442 74.574139 +v -81.837173 22.096775 74.574135 +v -81.837173 36.290321 74.574139 +v -82.500000 206.612900 74.500000 +v -81.837173 206.612900 74.574139 +v -83.162834 178.225815 74.574139 +v -83.162834 164.032257 74.574139 +v -82.500000 164.032257 74.500000 +v -82.500000 121.451614 74.500000 +v -81.837173 121.451614 74.574139 +v -83.162834 93.064514 74.574139 +v -83.162834 78.870964 74.574139 +v -82.500000 78.870972 74.500000 +v -82.500000 36.290321 74.500000 +v -82.500000 -6.290323 74.500000 +v -83.162834 -34.677418 74.574139 +v -83.162834 -48.870968 74.574139 +v -82.500000 -48.870968 74.500000 +v -82.500000 -91.451614 74.500000 +v -81.837173 -91.451614 74.574139 +v -83.162834 -119.838707 74.574139 +v -83.162834 -134.032257 74.574139 +v -82.500000 -134.032257 74.500000 +v -82.500000 -176.612900 74.500000 +v -81.837173 192.419357 74.574139 +v -81.837173 107.258072 74.574139 +v -81.837173 -105.645164 74.574139 +v -79.574150 7.903226 76.837173 +v -79.574150 -6.290323 76.837173 +v -79.574150 -20.483871 76.837173 +v -79.500000 -20.483871 77.500000 +v -79.500000 -34.677418 77.500000 +v -79.574150 -34.677418 78.162827 +v -79.574150 -48.870968 78.162827 +v -79.574150 -63.064522 78.162827 +v -79.574150 -77.258064 78.162827 +v -79.500000 -63.064522 77.500000 +v -79.500000 -77.258064 77.500000 +v -79.574150 -63.064522 76.837173 +v -79.574150 -77.258064 76.837173 +v -79.574150 -91.451614 76.837173 +v -79.574150 -105.645164 76.837173 +v -79.500000 -105.645164 77.500000 +v -79.500000 -119.838707 77.500000 +v -79.574150 -119.838707 78.162827 +v -79.574150 -134.032257 78.162827 +v -79.574150 -148.225815 78.162827 +v -79.574150 -162.419357 78.162827 +v -79.500000 -148.225815 77.500000 +v -79.500000 -162.419373 77.500000 +v -79.574150 -148.225815 76.837173 +v -79.574150 -162.419357 76.837173 +v -79.574150 -176.612900 76.837173 +v -79.574150 -190.806458 76.837173 +v -79.500000 -190.806458 77.500000 +v -79.574150 -190.806458 78.162827 +v -79.574150 -176.612900 78.162827 +v -79.574150 220.806442 76.837173 +v -79.574150 206.612900 76.837173 +v -79.574150 192.419357 76.837173 +v -79.500000 192.419357 77.500000 +v -79.500000 178.225815 77.500000 +v -79.574150 178.225815 78.162827 +v -79.574150 164.032257 78.162827 +v -79.574150 149.838730 78.162827 +v -79.574150 135.645157 78.162827 +v -79.500000 149.838730 77.500000 +v -79.500000 135.645157 77.500000 +v -79.574150 149.838730 76.837173 +v -79.574150 135.645157 76.837173 +v -79.574150 121.451614 76.837173 +v -79.574150 107.258072 76.837173 +v -79.500000 107.258072 77.500000 +v -79.500000 93.064514 77.500000 +v -79.574150 93.064514 78.162827 +v -79.574150 78.870964 78.162827 +v -79.574150 64.677422 78.162827 +v -79.574150 50.483871 78.162827 +v -79.500000 64.677429 77.500000 +v -79.500000 50.483871 77.500000 +v -79.574150 64.677422 76.837173 +v -79.574150 50.483871 76.837173 +v -79.574150 36.290321 76.837173 +v -79.574150 22.096775 76.837173 +v -79.500000 22.096775 77.500000 +v -79.500000 7.903226 77.500000 +v -79.574150 7.903226 78.162827 +v -79.574150 -6.290323 78.162827 +v -79.574150 -20.483871 78.162827 +v -79.500000 220.806442 77.500000 +v -79.574150 220.806442 78.162827 +v -79.574150 22.096775 78.162827 +v -79.574150 36.290321 78.162827 +v -79.500000 206.612900 77.500000 +v -79.574150 206.612900 78.162827 +v -79.574150 178.225815 76.837173 +v -79.574150 164.032257 76.837173 +v -79.500000 164.032257 77.500000 +v -79.500000 121.451614 77.500000 +v -79.574150 121.451614 78.162827 +v -79.574150 93.064514 76.837173 +v -79.574150 78.870964 76.837173 +v -79.500000 78.870972 77.500000 +v -79.500000 36.290321 77.500000 +v -79.500000 -6.290323 77.500000 +v -79.574150 -34.677418 76.837173 +v -79.574150 -48.870968 76.837173 +v -79.500000 -48.870968 77.500000 +v -79.500000 -91.451614 77.500000 +v -79.574150 -91.451614 78.162827 +v -79.574150 -119.838707 76.837173 +v -79.574150 -134.032257 76.837173 +v -79.500000 -134.032257 77.500000 +v -79.500000 -176.612900 77.500000 +v -79.574150 192.419357 78.162827 +v -79.574150 107.258072 78.162827 +v -79.574150 -105.645164 78.162827 +v -81.837173 7.903226 80.425858 +v -81.837173 -6.290323 80.425861 +v -81.837173 -20.483871 80.425861 +v -82.500000 -20.483871 80.500000 +v -82.500000 -34.677418 80.500000 +v -83.162834 -34.677418 80.425861 +v -83.162834 -48.870968 80.425861 +v -83.162834 -63.064522 80.425861 +v -83.162834 -77.258064 80.425861 +v -82.500000 -63.064522 80.500000 +v -82.500000 -77.258064 80.500000 +v -81.837173 -63.064522 80.425861 +v -81.837173 -77.258064 80.425861 +v -81.837173 -91.451614 80.425861 +v -81.837173 -105.645164 80.425861 +v -82.500000 -105.645164 80.500000 +v -82.500000 -119.838707 80.500000 +v -83.162834 -119.838707 80.425861 +v -83.162834 -134.032257 80.425861 +v -83.162834 -148.225815 80.425861 +v -83.162834 -162.419357 80.425861 +v -82.500000 -148.225815 80.500000 +v -82.500000 -162.419373 80.500000 +v -81.837173 -148.225815 80.425861 +v -81.837173 -162.419357 80.425861 +v -81.837173 -176.612900 80.425861 +v -81.837173 -190.806458 80.425861 +v -82.500000 -190.806458 80.500000 +v -83.162834 -190.806458 80.425861 +v -83.162834 -176.612900 80.425861 +v -81.837173 220.806442 80.425861 +v -81.837173 206.612900 80.425861 +v -81.837173 192.419357 80.425861 +v -82.500000 192.419357 80.500000 +v -82.500000 178.225815 80.500000 +v -83.162834 178.225815 80.425861 +v -83.162834 164.032257 80.425861 +v -83.162834 149.838730 80.425861 +v -83.162834 135.645157 80.425861 +v -82.500000 149.838730 80.500000 +v -82.500000 135.645157 80.500000 +v -81.837173 149.838730 80.425861 +v -81.837173 135.645157 80.425861 +v -81.837173 121.451614 80.425861 +v -81.837173 107.258072 80.425861 +v -82.500000 107.258072 80.500000 +v -82.500000 93.064514 80.500000 +v -83.162834 93.064514 80.425861 +v -83.162834 78.870964 80.425861 +v -83.162834 64.677422 80.425861 +v -83.162834 50.483871 80.425861 +v -82.500000 64.677429 80.500000 +v -82.500000 50.483871 80.500000 +v -81.837173 64.677422 80.425861 +v -81.837173 50.483871 80.425861 +v -81.837173 36.290321 80.425861 +v -81.837173 22.096775 80.425861 +v -82.500000 22.096775 80.500000 +v -82.500000 7.903226 80.500000 +v -83.162834 7.903226 80.425861 +v -83.162834 -6.290323 80.425861 +v -83.162834 -20.483871 80.425861 +v -82.500000 220.806442 80.500000 +v -83.162834 220.806442 80.425861 +v -83.162834 22.096775 80.425858 +v -83.162834 36.290321 80.425861 +v -82.500000 206.612900 80.500000 +v -83.162834 206.612900 80.425861 +v -81.837173 178.225815 80.425861 +v -81.837173 164.032257 80.425861 +v -82.500000 164.032257 80.500000 +v -82.500000 121.451614 80.500000 +v -83.162834 121.451614 80.425861 +v -81.837173 93.064514 80.425861 +v -81.837173 78.870964 80.425861 +v -82.500000 78.870972 80.500000 +v -82.500000 36.290321 80.500000 +v -82.500000 -6.290323 80.500000 +v -81.837173 -34.677418 80.425861 +v -81.837173 -48.870968 80.425861 +v -82.500000 -48.870968 80.500000 +v -82.500000 -91.451614 80.500000 +v -83.162834 -91.451614 80.425861 +v -81.837173 -119.838707 80.425861 +v -81.837173 -134.032257 80.425861 +v -82.500000 -134.032257 80.500000 +v -82.500000 -176.612900 80.500000 +v -83.162834 192.419357 80.425861 +v -83.162834 107.258072 80.425861 +v -83.162834 -105.645164 80.425861 +v 79.000000 -205.000000 85.000000 +v 86.000000 -205.000000 85.000000 +v 79.000000 -205.000000 84.000000 +v 86.000000 -205.000000 84.000000 +v 82.500000 -205.000000 80.500000 +v 83.162827 -205.000000 80.425861 +v 83.792885 -205.000000 80.207096 +v 87.585785 -205.000000 84.000000 +v 81.837173 -205.000000 80.425861 +v 81.207115 -205.000000 80.207096 +v 77.414215 -205.000000 84.000000 +v 75.000000 -205.000000 73.992207 +v 75.000000 -205.000015 81.000000 +v 76.000000 -205.000000 73.992210 +v 76.000000 -205.000000 81.000000 +v 79.500000 -205.000000 77.500000 +v 79.574142 -205.000000 78.162827 +v 79.792885 -205.000000 78.792900 +v 76.000000 -205.000000 82.585785 +v 79.574150 -205.000000 76.837173 +v 79.792885 -205.000000 76.207096 +v 76.000000 -205.000000 72.414215 +v 86.000000 -205.000000 70.000000 +v 79.000000 -205.000000 70.000000 +v 86.000000 -205.000000 71.000000 +v 79.000000 -205.000000 71.000000 +v 82.500000 -205.000000 74.500000 +v 81.837173 -205.000000 74.574139 +v 81.207115 -205.000000 74.792900 +v 77.414215 -205.000000 71.000000 +v 83.162834 -205.000000 74.574139 +v 83.792885 -205.000000 74.792900 +v 87.585785 -205.000000 71.000000 +v 90.000000 -205.000000 73.992207 +v 89.000000 -205.000000 73.992210 +v 90.000008 -205.000015 81.000000 +v 89.000000 -205.000000 81.000000 +v 85.500000 -205.000000 77.500000 +v 85.425858 -205.000000 78.162827 +v 89.000000 -205.000000 72.414215 +v 85.207115 -205.000000 76.207096 +v 85.425858 -205.000000 76.837173 +v 85.207115 -205.000000 78.792900 +v 89.000000 -205.000000 82.585785 +v 75.000000 -207.500000 85.000000 +v 75.000000 -207.500000 70.000000 +v 90.000000 -207.500000 85.000000 +v 90.000000 -207.500000 70.000000 +v 75.000000 235.000000 73.992207 +v 76.000000 235.000000 73.992210 +v 75.000000 235.000015 81.000000 +v 76.000000 235.000000 81.000000 +v 79.500000 235.000000 77.500000 +v 79.574150 235.000000 78.162827 +v 76.000000 235.000000 72.414215 +v 79.792885 235.000000 76.207096 +v 79.574142 235.000000 76.837173 +v 79.792885 235.000000 78.792900 +v 76.000000 235.000000 82.585785 +v 79.000000 235.000000 70.000000 +v 86.000008 235.000015 69.999996 +v 79.000000 235.000000 71.000000 +v 86.000000 235.000000 71.000000 +v 82.500000 235.000000 74.500000 +v 83.162827 235.000000 74.574139 +v 83.792885 235.000000 74.792900 +v 87.585785 235.000000 71.000000 +v 81.837173 235.000000 74.574139 +v 81.207115 235.000000 74.792900 +v 77.414215 235.000000 71.000000 +v 86.000000 235.000000 85.000000 +v 79.000000 235.000000 85.000000 +v 86.000000 235.000000 84.000000 +v 79.000000 235.000000 84.000000 +v 82.500000 235.000000 80.500000 +v 81.837173 235.000000 80.425861 +v 81.207115 235.000000 80.207096 +v 77.414215 235.000000 84.000000 +v 83.162834 235.000000 80.425861 +v 83.792885 235.000000 80.207096 +v 87.585785 235.000000 84.000000 +v 75.000000 237.500015 69.999996 +v 75.000000 237.500000 85.000000 +v 90.000008 237.500015 69.999996 +v 90.000000 237.500000 85.000000 +v 90.000000 235.000000 73.992207 +v 90.000008 235.000015 81.000000 +v 89.000000 235.000000 73.992210 +v 89.000000 235.000000 81.000000 +v 85.500000 235.000000 77.500000 +v 85.425858 235.000000 78.162827 +v 85.207115 235.000000 78.792900 +v 89.000000 235.000000 82.585785 +v 85.425858 235.000000 76.837173 +v 85.207115 235.000000 76.207096 +v 89.000000 235.000000 72.414215 +v 79.574150 7.903226 78.162827 +v 79.574150 -6.290323 78.162827 +v 79.574150 -20.483871 78.162827 +v 79.500000 -20.483871 77.500000 +v 79.500000 -34.677418 77.500000 +v 79.574150 -34.677418 76.837173 +v 79.574150 -48.870968 76.837173 +v 79.574150 -63.064522 76.837173 +v 79.574150 -77.258064 76.837173 +v 79.500000 -63.064522 77.500000 +v 79.500000 -77.258064 77.500000 +v 79.574150 -63.064522 78.162827 +v 79.574150 -77.258064 78.162827 +v 79.574150 -91.451614 78.162827 +v 79.574150 -105.645164 78.162827 +v 79.500000 -105.645164 77.500000 +v 79.500000 -119.838707 77.500000 +v 79.574150 -119.838707 76.837173 +v 79.574150 -134.032257 76.837173 +v 79.574150 -148.225815 76.837173 +v 79.574150 -162.419357 76.837173 +v 79.500000 -148.225815 77.500000 +v 79.500000 -162.419373 77.500000 +v 79.574150 -148.225815 78.162827 +v 79.574150 -162.419357 78.162827 +v 79.574150 -176.612900 78.162827 +v 79.574150 -190.806458 78.162827 +v 79.500000 -190.806458 77.500000 +v 79.574150 -190.806458 76.837173 +v 79.574150 -176.612900 76.837173 +v 79.574150 220.806442 78.162827 +v 79.574150 206.612900 78.162827 +v 79.574150 192.419357 78.162827 +v 79.500000 192.419357 77.500000 +v 79.500000 178.225815 77.500000 +v 79.574150 178.225815 76.837173 +v 79.574150 164.032257 76.837173 +v 79.574150 149.838730 76.837173 +v 79.574150 135.645157 76.837173 +v 79.500000 149.838730 77.500000 +v 79.500000 135.645157 77.500000 +v 79.574150 149.838730 78.162827 +v 79.574150 135.645157 78.162827 +v 79.574150 121.451614 78.162827 +v 79.574150 107.258072 78.162827 +v 79.500000 107.258072 77.500000 +v 79.500000 93.064514 77.500000 +v 79.574150 93.064514 76.837173 +v 79.574150 78.870964 76.837173 +v 79.574150 64.677422 76.837173 +v 79.574150 50.483871 76.837173 +v 79.500000 64.677429 77.500000 +v 79.500000 50.483871 77.500000 +v 79.574150 64.677422 78.162827 +v 79.574150 50.483871 78.162827 +v 79.574150 36.290321 78.162827 +v 79.574150 22.096775 78.162827 +v 79.500000 22.096775 77.500000 +v 79.500000 7.903226 77.500000 +v 79.574150 7.903226 76.837173 +v 79.574150 -6.290323 76.837173 +v 79.574150 -20.483871 76.837173 +v 79.500000 220.806442 77.500000 +v 79.574150 220.806442 76.837173 +v 79.574150 22.096775 76.837173 +v 79.574150 36.290321 76.837173 +v 79.500000 206.612900 77.500000 +v 79.574150 206.612900 76.837173 +v 79.574150 178.225815 78.162827 +v 79.574150 164.032257 78.162827 +v 79.500000 164.032257 77.500000 +v 79.500000 121.451614 77.500000 +v 79.574150 121.451614 76.837173 +v 79.574150 93.064514 78.162827 +v 79.574150 78.870964 78.162827 +v 79.500000 78.870972 77.500000 +v 79.500000 36.290321 77.500000 +v 79.500000 -6.290323 77.500000 +v 79.574150 -34.677418 78.162827 +v 79.574150 -48.870968 78.162827 +v 79.500000 -48.870968 77.500000 +v 79.500000 -91.451614 77.500000 +v 79.574150 -91.451614 76.837173 +v 79.574150 -119.838707 78.162827 +v 79.574150 -134.032257 78.162827 +v 79.500000 -134.032257 77.500000 +v 79.500000 -176.612900 77.500000 +v 79.574150 192.419357 76.837173 +v 79.574150 107.258072 76.837173 +v 79.574150 -105.645164 76.837173 +v 81.837173 7.903226 74.574135 +v 81.837173 -6.290323 74.574139 +v 81.837173 -20.483871 74.574139 +v 82.500000 -20.483871 74.500000 +v 82.500000 -34.677418 74.500000 +v 83.162834 -34.677418 74.574139 +v 83.162834 -48.870968 74.574139 +v 83.162834 -63.064522 74.574139 +v 83.162834 -77.258064 74.574139 +v 82.500000 -63.064522 74.500000 +v 82.500000 -77.258064 74.500000 +v 81.837173 -63.064522 74.574139 +v 81.837173 -77.258064 74.574139 +v 81.837173 -91.451614 74.574139 +v 81.837173 -105.645164 74.574139 +v 82.500000 -105.645164 74.500000 +v 82.500000 -119.838707 74.500000 +v 83.162834 -119.838707 74.574139 +v 83.162834 -134.032257 74.574139 +v 83.162834 -148.225815 74.574139 +v 83.162834 -162.419357 74.574139 +v 82.500000 -148.225815 74.500000 +v 82.500000 -162.419373 74.500000 +v 81.837173 -148.225815 74.574139 +v 81.837173 -162.419357 74.574139 +v 81.837173 -176.612900 74.574139 +v 81.837173 -190.806458 74.574139 +v 82.500000 -190.806458 74.500000 +v 83.162834 -190.806458 74.574139 +v 83.162834 -176.612900 74.574139 +v 81.837173 220.806442 74.574139 +v 81.837173 206.612900 74.574139 +v 81.837173 192.419357 74.574139 +v 82.500000 192.419357 74.500000 +v 82.500000 178.225815 74.500000 +v 83.162834 178.225815 74.574139 +v 83.162834 164.032257 74.574139 +v 83.162834 149.838730 74.574139 +v 83.162834 135.645157 74.574139 +v 82.500000 149.838730 74.500000 +v 82.500000 135.645157 74.500000 +v 81.837173 149.838730 74.574139 +v 81.837173 135.645157 74.574139 +v 81.837173 121.451614 74.574139 +v 81.837173 107.258072 74.574139 +v 82.500000 107.258072 74.500000 +v 82.500000 93.064514 74.500000 +v 83.162834 93.064514 74.574139 +v 83.162834 78.870964 74.574139 +v 83.162834 64.677422 74.574139 +v 83.162834 50.483871 74.574139 +v 82.500000 64.677429 74.500000 +v 82.500000 50.483871 74.500000 +v 81.837173 64.677422 74.574139 +v 81.837173 50.483871 74.574139 +v 81.837173 36.290321 74.574139 +v 81.837173 22.096775 74.574139 +v 82.500000 22.096775 74.500000 +v 82.500000 7.903226 74.500000 +v 83.162834 7.903226 74.574139 +v 83.162834 -6.290323 74.574139 +v 83.162834 -20.483871 74.574139 +v 82.500000 220.806442 74.500000 +v 83.162834 220.806442 74.574139 +v 83.162834 22.096775 74.574135 +v 83.162834 36.290321 74.574139 +v 82.500000 206.612900 74.500000 +v 83.162834 206.612900 74.574139 +v 81.837173 178.225815 74.574139 +v 81.837173 164.032257 74.574139 +v 82.500000 164.032257 74.500000 +v 82.500000 121.451614 74.500000 +v 83.162834 121.451614 74.574139 +v 81.837173 93.064514 74.574139 +v 81.837173 78.870964 74.574139 +v 82.500000 78.870972 74.500000 +v 82.500000 36.290321 74.500000 +v 82.500000 -6.290323 74.500000 +v 81.837173 -34.677418 74.574139 +v 81.837173 -48.870968 74.574139 +v 82.500000 -48.870968 74.500000 +v 82.500000 -91.451614 74.500000 +v 83.162834 -91.451614 74.574139 +v 81.837173 -119.838707 74.574139 +v 81.837173 -134.032257 74.574139 +v 82.500000 -134.032257 74.500000 +v 82.500000 -176.612900 74.500000 +v 83.162834 192.419357 74.574139 +v 83.162834 107.258072 74.574139 +v 83.162834 -105.645164 74.574139 +v 85.425858 7.903226 76.837173 +v 85.425858 -6.290323 76.837173 +v 85.425858 -20.483871 76.837173 +v 85.500000 -20.483871 77.500000 +v 85.500000 -34.677418 77.500000 +v 85.425858 -34.677418 78.162827 +v 85.425858 -48.870968 78.162827 +v 85.425858 -63.064522 78.162827 +v 85.425858 -77.258064 78.162827 +v 85.500000 -63.064522 77.500000 +v 85.500000 -77.258064 77.500000 +v 85.425858 -63.064522 76.837173 +v 85.425858 -77.258064 76.837173 +v 85.425858 -91.451614 76.837173 +v 85.425858 -105.645164 76.837173 +v 85.500000 -105.645164 77.500000 +v 85.500000 -119.838707 77.500000 +v 85.425858 -119.838707 78.162827 +v 85.425858 -134.032257 78.162827 +v 85.425858 -148.225815 78.162827 +v 85.425858 -162.419357 78.162827 +v 85.500000 -148.225815 77.500000 +v 85.500000 -162.419373 77.500000 +v 85.425858 -148.225815 76.837173 +v 85.425858 -162.419357 76.837173 +v 85.425858 -176.612900 76.837173 +v 85.425858 -190.806458 76.837173 +v 85.500000 -190.806458 77.500000 +v 85.425858 -190.806458 78.162827 +v 85.425858 -176.612900 78.162827 +v 85.425858 220.806442 76.837173 +v 85.425858 206.612900 76.837173 +v 85.425858 192.419357 76.837173 +v 85.500000 192.419357 77.500000 +v 85.500000 178.225815 77.500000 +v 85.425858 178.225815 78.162827 +v 85.425858 164.032257 78.162827 +v 85.425858 149.838730 78.162827 +v 85.425858 135.645157 78.162827 +v 85.500000 149.838730 77.500000 +v 85.500000 135.645157 77.500000 +v 85.425858 149.838730 76.837173 +v 85.425858 135.645157 76.837173 +v 85.425858 121.451614 76.837173 +v 85.425858 107.258072 76.837173 +v 85.500000 107.258072 77.500000 +v 85.500000 93.064514 77.500000 +v 85.425858 93.064514 78.162827 +v 85.425858 78.870964 78.162827 +v 85.425858 64.677422 78.162827 +v 85.425858 50.483871 78.162827 +v 85.500000 64.677429 77.500000 +v 85.500000 50.483871 77.500000 +v 85.425858 64.677422 76.837173 +v 85.425858 50.483871 76.837173 +v 85.425858 36.290321 76.837173 +v 85.425858 22.096775 76.837173 +v 85.500000 22.096775 77.500000 +v 85.500000 7.903226 77.500000 +v 85.425858 7.903226 78.162827 +v 85.425858 -6.290323 78.162827 +v 85.425858 -20.483871 78.162827 +v 85.500000 220.806442 77.500000 +v 85.425858 220.806442 78.162827 +v 85.425858 22.096775 78.162827 +v 85.425858 36.290321 78.162827 +v 85.500000 206.612900 77.500000 +v 85.425858 206.612900 78.162827 +v 85.425858 178.225815 76.837173 +v 85.425858 164.032257 76.837173 +v 85.500000 164.032257 77.500000 +v 85.500000 121.451614 77.500000 +v 85.425858 121.451614 78.162827 +v 85.425858 93.064514 76.837173 +v 85.425858 78.870964 76.837173 +v 85.500000 78.870972 77.500000 +v 85.500000 36.290321 77.500000 +v 85.500000 -6.290323 77.500000 +v 85.425858 -34.677418 76.837173 +v 85.425858 -48.870968 76.837173 +v 85.500000 -48.870968 77.500000 +v 85.500000 -91.451614 77.500000 +v 85.425858 -91.451614 78.162827 +v 85.425858 -119.838707 76.837173 +v 85.425858 -134.032257 76.837173 +v 85.500000 -134.032257 77.500000 +v 85.500000 -176.612900 77.500000 +v 85.425858 192.419357 78.162827 +v 85.425858 107.258072 78.162827 +v 85.425858 -105.645164 78.162827 +v 83.162834 7.903226 80.425858 +v 83.162834 -6.290323 80.425861 +v 83.162834 -20.483871 80.425861 +v 82.500000 -20.483871 80.500000 +v 82.500000 -34.677418 80.500000 +v 81.837173 -34.677418 80.425861 +v 81.837173 -48.870968 80.425861 +v 81.837173 -63.064522 80.425861 +v 81.837173 -77.258064 80.425861 +v 82.500000 -63.064522 80.500000 +v 82.500000 -77.258064 80.500000 +v 83.162834 -63.064522 80.425861 +v 83.162834 -77.258064 80.425861 +v 83.162834 -91.451614 80.425861 +v 83.162834 -105.645164 80.425861 +v 82.500000 -105.645164 80.500000 +v 82.500000 -119.838707 80.500000 +v 81.837173 -119.838707 80.425861 +v 81.837173 -134.032257 80.425861 +v 81.837173 -148.225815 80.425861 +v 81.837173 -162.419357 80.425861 +v 82.500000 -148.225815 80.500000 +v 82.500000 -162.419373 80.500000 +v 83.162834 -148.225815 80.425861 +v 83.162834 -162.419357 80.425861 +v 83.162834 -176.612900 80.425861 +v 83.162834 -190.806458 80.425861 +v 82.500000 -190.806458 80.500000 +v 81.837173 -190.806458 80.425861 +v 81.837173 -176.612900 80.425861 +v 83.162834 220.806442 80.425861 +v 83.162834 206.612900 80.425861 +v 83.162834 192.419357 80.425861 +v 82.500000 192.419357 80.500000 +v 82.500000 178.225815 80.500000 +v 81.837173 178.225815 80.425861 +v 81.837173 164.032257 80.425861 +v 81.837173 149.838730 80.425861 +v 81.837173 135.645157 80.425861 +v 82.500000 149.838730 80.500000 +v 82.500000 135.645157 80.500000 +v 83.162834 149.838730 80.425861 +v 83.162834 135.645157 80.425861 +v 83.162834 121.451614 80.425861 +v 83.162834 107.258072 80.425861 +v 82.500000 107.258072 80.500000 +v 82.500000 93.064514 80.500000 +v 81.837173 93.064514 80.425861 +v 81.837173 78.870964 80.425861 +v 81.837173 64.677422 80.425861 +v 81.837173 50.483871 80.425861 +v 82.500000 64.677429 80.500000 +v 82.500000 50.483871 80.500000 +v 83.162834 64.677422 80.425861 +v 83.162834 50.483871 80.425861 +v 83.162834 36.290321 80.425861 +v 83.162834 22.096775 80.425861 +v 82.500000 22.096775 80.500000 +v 82.500000 7.903226 80.500000 +v 81.837173 7.903226 80.425861 +v 81.837173 -6.290323 80.425861 +v 81.837173 -20.483871 80.425861 +v 82.500000 220.806442 80.500000 +v 81.837173 220.806442 80.425861 +v 81.837173 22.096775 80.425858 +v 81.837173 36.290321 80.425861 +v 82.500000 206.612900 80.500000 +v 81.837173 206.612900 80.425861 +v 83.162834 178.225815 80.425861 +v 83.162834 164.032257 80.425861 +v 82.500000 164.032257 80.500000 +v 82.500000 121.451614 80.500000 +v 81.837173 121.451614 80.425861 +v 83.162834 93.064514 80.425861 +v 83.162834 78.870964 80.425861 +v 82.500000 78.870972 80.500000 +v 82.500000 36.290321 80.500000 +v 82.500000 -6.290323 80.500000 +v 83.162834 -34.677418 80.425861 +v 83.162834 -48.870968 80.425861 +v 82.500000 -48.870968 80.500000 +v 82.500000 -91.451614 80.500000 +v 81.837173 -91.451614 80.425861 +v 83.162834 -119.838707 80.425861 +v 83.162834 -134.032257 80.425861 +v 82.500000 -134.032257 80.500000 +v 82.500000 -176.612900 80.500000 +v 81.837173 192.419357 80.425861 +v 81.837173 107.258072 80.425861 +v 81.837173 -105.645164 80.425861 +v -164.611298 -262.331512 27.668503 +v -164.531021 -262.363556 27.636459 +v -164.611313 -261.624390 26.961395 +v -164.531021 -261.656433 26.929352 +v -164.485718 -262.331543 27.668503 +v -164.485703 -261.624390 26.961395 +v -164.394684 -262.095947 27.904037 +v -164.394638 -261.388763 27.196968 +v -164.394684 -257.385071 32.614937 +v -164.394669 -256.677948 31.907837 +v -164.531021 -257.185760 32.814255 +v -164.531021 -256.478638 32.107147 +v -164.579941 -257.149536 32.850479 +v -164.579941 -256.442413 32.143379 +v -164.864136 -257.049927 32.950058 +v -164.864136 -256.342834 32.242950 +v -165.151932 -256.913971 33.086037 +v -165.151932 -256.206848 32.378929 +v -165.197250 -256.881927 33.118088 +v -165.197266 -256.174805 32.410965 +v -165.530350 -256.778320 33.221687 +v -165.530350 -256.071198 32.514580 +v -165.734772 -256.678436 33.321579 +v -165.734772 -255.971313 32.614471 +v -165.863464 -256.610962 33.389069 +v -165.863464 -255.903839 32.681953 +v -166.196579 -256.503204 33.496803 +v -166.196594 -255.796112 32.789688 +v -166.314148 -256.442871 33.557114 +v -166.314148 -255.735764 32.850014 +v -166.529694 -256.354004 33.646027 +v -166.529694 -255.646881 32.938911 +v -166.862808 -256.216187 33.783813 +v -166.862808 -255.509079 33.076706 +v -166.878815 -256.207336 33.792671 +v -166.878815 -255.500244 33.085556 +v -167.195908 -256.093567 33.906425 +v -167.195908 -255.386490 33.199318 +v -167.455551 -255.971786 34.028206 +v -167.455551 -255.264679 33.321106 +v -167.529037 -255.926773 34.073227 +v -167.529037 -255.219696 33.366104 +v -167.862137 -255.826645 34.173363 +v -167.862137 -255.119537 33.466255 +v -168.044052 -255.736237 34.263756 +v -168.044067 -255.029144 33.556648 +v -168.195251 -255.661530 34.338463 +v -168.195251 -254.954437 33.631355 +v -168.528351 -255.547806 34.452194 +v -168.528351 -254.840698 33.745087 +v -168.618958 -255.500717 34.499306 +v -168.618942 -254.793610 33.792198 +v -168.861465 -255.407623 34.592392 +v -168.861465 -254.700485 33.885292 +v -169.181961 -255.265167 34.734848 +v -169.181961 -254.558044 34.027740 +v -169.194580 -255.256241 34.743759 +v -169.194580 -254.549118 34.036659 +v -169.527695 -255.144470 34.855522 +v -169.527695 -254.437363 34.148422 +v -169.764938 -255.029587 34.970390 +v -169.764938 -254.322495 34.263283 +v -169.860794 -254.973190 35.026817 +v -169.860794 -254.266083 34.319710 +v -170.193909 -254.872574 35.127419 +v -170.193909 -254.165497 34.420303 +v -170.349915 -254.794067 35.205933 +v -170.349899 -254.086960 34.498833 +v -170.527039 -254.712692 35.287285 +v -170.527023 -254.005600 34.580185 +v -170.860138 -254.590790 35.409218 +v -170.860123 -253.883682 34.702110 +v -170.920700 -254.558517 35.441475 +v -170.920700 -253.851410 34.734375 +v -171.193237 -254.460846 35.539177 +v -171.193253 -253.753708 34.832062 +v -171.489090 -254.322968 35.677032 +v -171.489090 -253.615875 34.969917 +v -171.526352 -254.296616 35.703377 +v -171.526352 -253.589508 34.996277 +v -171.859482 -254.192657 35.807358 +v -171.859482 -253.485565 35.100250 +v -172.075012 -254.087433 35.912575 +v -172.075012 -253.380325 35.205467 +v -172.192596 -254.022812 35.977173 +v -172.192581 -253.315704 35.270073 +v -172.525681 -253.917770 36.082222 +v -172.525665 -253.210678 35.375114 +v -172.655075 -253.851898 36.148117 +v -172.655075 -253.144775 35.441010 +v -172.858795 -253.765167 36.234840 +v -172.858795 -253.058075 35.527733 +v -173.191925 -253.633530 36.366463 +v -173.191910 -252.926422 35.659363 +v -173.223038 -253.616333 36.383667 +v -173.223038 -252.909225 35.676559 +v -173.525024 -253.514328 36.485664 +v -173.525040 -252.807251 35.778549 +v -173.801529 -253.380814 36.619209 +v -173.801529 -252.673691 35.912102 +v -173.858139 -253.340775 36.659233 +v -173.858124 -252.633667 35.952126 +v -174.191254 -253.238495 36.761536 +v -174.191254 -252.531357 36.054436 +v -174.382324 -253.145248 36.854744 +v -174.382324 -252.438141 36.147644 +v -174.524353 -253.074081 36.925934 +v -174.524353 -252.366959 36.218826 +v -174.857468 -252.961899 37.038116 +v -174.857468 -252.254791 36.331001 +v -174.957123 -252.909698 37.090294 +v -174.957108 -252.202591 36.383186 +v -175.190567 -252.768723 37.231270 +v -175.190567 -252.061630 36.524178 +v -175.290710 -252.674194 37.325829 +v -175.290680 -251.967072 36.618736 +v -175.290680 -243.487915 46.512093 +v -175.290710 -242.780792 45.804977 +v -175.190567 -243.384262 46.615730 +v -175.190582 -242.677155 45.908630 +v -175.006973 -243.252350 46.747643 +v -175.006989 -242.545273 46.040527 +v -174.857468 -243.175644 46.824364 +v -174.857452 -242.468521 46.117256 +v -174.524353 -243.073227 46.926765 +v -174.524353 -242.366119 46.219658 +v -174.428482 -243.016830 46.983185 +v -174.428497 -242.309723 46.276070 +v -174.191238 -242.902512 47.097496 +v -174.191254 -242.195419 46.390388 +v -173.858139 -242.793549 47.206421 +v -173.858124 -242.086472 46.499313 +v -173.840744 -242.781281 47.218735 +v -173.840714 -242.074188 46.511627 +v -173.525024 -242.640167 47.359840 +v -173.525024 -241.933075 46.652733 +v -173.280930 -242.545700 47.454277 +v -173.280930 -241.838623 46.747169 +v -173.191910 -242.498611 47.501389 +v -173.191925 -241.791504 46.794281 +v -172.858780 -242.385757 47.614250 +v -172.858795 -241.678680 46.907135 +v -172.702652 -242.310181 47.689819 +v -172.702652 -241.603073 46.982719 +v -172.525681 -242.222656 47.777344 +v -172.525665 -241.515533 47.070244 +v -172.192596 -242.120850 47.879150 +v -172.192581 -241.413742 47.172050 +v -172.117188 -242.074631 47.925362 +v -172.117203 -241.367554 47.218262 +v -171.859467 -241.953430 48.046570 +v -171.859482 -241.246338 47.339462 +v -171.539169 -241.839096 48.160904 +v -171.539169 -241.131989 47.453804 +v -171.526352 -241.831955 48.168045 +v -171.526352 -241.124863 47.460945 +v -171.193237 -241.693161 48.306824 +v -171.193237 -240.986069 47.599724 +v -170.976730 -241.603546 48.396454 +v -170.976730 -240.896454 47.689354 +v -170.860138 -241.543213 48.456779 +v -170.860123 -240.836090 47.749672 +v -170.527023 -241.437363 48.562645 +v -170.527023 -240.730255 47.855537 +v -170.395264 -241.367996 48.632004 +v -170.395264 -240.660889 47.924896 +v -170.193909 -241.268631 48.731369 +v -170.193909 -240.561523 48.024261 +v -169.860825 -241.167160 48.832764 +v -169.860794 -240.460129 48.125664 +v -169.811630 -241.132446 48.867546 +v -169.811630 -240.425339 48.160431 +v -169.527695 -240.996490 49.003510 +v -169.527695 -240.289352 48.296417 +v -169.240845 -240.896927 49.103088 +v -169.240845 -240.189804 48.395981 +v -169.194580 -240.872040 49.127960 +v -169.194580 -240.164917 48.420860 +v -168.861465 -240.745834 49.254173 +v -168.861465 -240.038727 48.547058 +v -168.670731 -240.661362 49.338631 +v -168.670731 -239.954254 48.631531 +v -168.528351 -240.589233 49.410797 +v -168.528336 -239.882095 48.703682 +v -168.195251 -240.485397 49.514595 +v -168.195251 -239.778305 48.807503 +v -168.085922 -240.425812 49.574181 +v -168.085922 -239.718704 48.867073 +v -167.862137 -240.319550 49.680481 +v -167.862137 -239.612427 48.973373 +v -167.529037 -240.209030 49.790955 +v -167.529022 -239.501938 49.083847 +v -167.502472 -240.190277 49.809731 +v -167.502472 -239.483185 49.102623 +v -167.195923 -240.050507 49.949509 +v -167.195923 -239.343384 49.242401 +v -166.937149 -239.954742 50.045273 +v -166.937149 -239.247604 49.338165 +v -166.862823 -239.915497 50.084526 +v -166.862808 -239.208374 49.377411 +v -166.529694 -239.798126 50.201889 +v -166.529694 -239.091034 49.494781 +v -166.361816 -239.719193 50.280815 +v -166.361816 -239.012070 49.573700 +v -166.196594 -239.636276 50.363708 +v -166.196594 -238.929199 49.656609 +v -165.863464 -239.534531 50.465462 +v -165.863464 -238.827423 49.758362 +v -165.780777 -239.483643 50.516357 +v -165.780777 -238.776535 49.809258 +v -165.530350 -239.363037 50.636971 +v -165.530350 -238.655914 49.929871 +v -165.311890 -239.248093 50.751900 +v -165.311890 -238.540985 50.044800 +v -165.530350 -239.023666 50.976341 +v -165.530350 -238.316559 50.269234 +v -165.546524 -239.012558 50.987450 +v -165.546539 -238.305450 50.280334 +v -165.863464 -238.899399 51.100594 +v -165.863464 -238.192291 50.393494 +v -166.125031 -238.777008 51.222992 +v -166.125031 -238.069901 50.515892 +v -166.196594 -238.733200 51.266777 +v -166.196594 -238.026108 50.559677 +v -166.529694 -238.631866 51.368134 +v -166.529694 -237.924774 50.661034 +v -166.711609 -238.541473 51.458542 +v -166.711609 -237.834351 50.751434 +v -166.862808 -238.466766 51.533257 +v -166.862808 -237.759644 50.826141 +v -167.195923 -238.354233 51.645760 +v -167.195923 -237.647125 50.938660 +v -167.288605 -238.305908 51.694084 +v -167.288605 -237.598801 50.986969 +v -167.529037 -238.212814 51.787170 +v -167.529037 -237.505737 51.080078 +v -167.849518 -238.070358 51.929626 +v -167.849518 -237.363266 51.222527 +v -167.862137 -238.061447 51.938545 +v -167.862137 -237.354355 51.231445 +v -168.195251 -237.949692 52.050301 +v -168.195267 -237.242569 51.343201 +v -168.434204 -237.834824 52.165169 +v -168.434204 -237.127716 51.458069 +v -168.528351 -237.779510 52.220520 +v -168.528351 -237.072372 51.513412 +v -168.861465 -237.677780 52.322205 +v -168.861481 -236.970703 51.615097 +v -169.018692 -237.599274 52.400719 +v -169.018692 -236.892181 51.693604 +v -169.194580 -237.518723 52.481270 +v -169.194580 -236.811630 51.774170 +v -169.527710 -237.397385 52.602608 +v -169.527710 -236.690292 51.895508 +v -169.590698 -237.363754 52.636261 +v -169.590698 -236.656647 51.929161 +v -169.860794 -237.266037 52.733948 +v -169.860794 -236.558960 52.026848 +v -170.156647 -237.128189 52.871819 +v -170.156647 -236.421112 52.164703 +v -170.193909 -237.101837 52.898163 +v -170.193909 -236.394730 52.191055 +v -170.527023 -236.998398 53.001602 +v -170.527023 -236.291290 52.294495 +v -170.744171 -236.892624 53.107361 +v -170.744156 -236.185532 52.400253 +v -170.860138 -236.829025 53.170982 +v -170.860138 -236.121933 52.463875 +v -171.193237 -236.725006 53.275009 +v -171.193253 -236.017868 52.567902 +v -171.383041 -236.657104 53.342903 +v -171.383041 -235.949997 52.635796 +v -171.526352 -236.603973 53.396049 +v -171.526352 -235.896851 52.688934 +v -171.634460 -236.657104 53.342903 +v -171.634460 -235.949997 52.635796 +v -171.859467 -236.753067 53.246941 +v -171.859482 -236.045929 52.539833 +v -172.192612 -236.855209 53.144783 +v -172.192581 -236.148102 52.437691 +v -172.245514 -236.892639 53.107361 +v -172.245514 -236.185547 52.400253 +v -172.525681 -237.027390 52.972603 +v -172.525681 -236.320312 52.265495 +v -172.821442 -237.128204 52.871811 +v -172.821442 -236.421082 52.164703 +v -172.858795 -237.148529 52.851479 +v -172.858795 -236.441437 52.144371 +v -173.191910 -237.277740 52.722237 +v -173.191925 -236.570663 52.015129 +v -173.388016 -237.363754 52.636269 +v -173.388016 -236.656647 51.929161 +v -173.525024 -237.433990 52.566017 +v -173.525040 -236.726898 51.858910 +v -173.858139 -237.536636 52.463356 +v -173.858139 -236.829544 51.756248 +v -173.972488 -237.599274 52.400719 +v -173.972504 -236.892181 51.693604 +v -174.191238 -237.705582 52.294418 +v -174.191254 -236.998505 51.587318 +v -174.524368 -237.811432 52.188576 +v -174.524353 -237.104324 51.481461 +v -174.557434 -237.834824 52.165176 +v -174.557449 -237.127716 51.458069 +v -174.857468 -237.973953 52.026039 +v -174.857468 -237.266846 51.318932 +v -175.119186 -238.070358 51.929626 +v -175.119186 -237.363266 51.222527 +v -175.190567 -238.108307 51.891693 +v -175.190582 -237.401215 51.184578 +v -175.523682 -238.226181 51.773827 +v -175.523682 -237.519073 51.066711 +v -175.695541 -238.305908 51.694084 +v -175.695541 -237.598801 50.986977 +v -175.856796 -238.386627 51.613373 +v -175.856796 -237.679535 50.906258 +v -176.189926 -238.488297 51.511688 +v -176.189911 -237.781204 50.804581 +v -176.280533 -238.541458 51.458542 +v -176.280548 -237.834366 50.751434 +v -176.523010 -238.657471 51.342529 +v -176.523026 -237.950363 50.635422 +v -176.856110 -238.771561 51.228439 +v -176.856125 -238.064484 50.521317 +v -176.863815 -238.777023 51.223000 +v -176.863815 -238.069916 50.515892 +v -177.189240 -238.920151 51.079865 +v -177.189240 -238.213043 50.372749 +v -177.422714 -239.012558 50.987450 +v -177.422714 -238.305450 50.280342 +v -177.522354 -239.064728 50.935272 +v -177.522354 -238.357620 50.228157 +v -177.855453 -239.175140 50.824883 +v -177.855453 -238.468018 50.117767 +v -178.003799 -239.248093 50.751900 +v -178.003799 -238.541000 50.044800 +v -178.188568 -239.338974 50.661018 +v -178.188583 -238.631882 49.953911 +v -178.521698 -239.441086 50.558907 +v -178.521683 -238.733978 49.851799 +v -178.581848 -239.483643 50.516365 +v -178.581848 -238.776535 49.809258 +v -178.854797 -239.616592 50.383408 +v -178.854797 -238.909470 49.676300 +v -179.162750 -239.719208 50.280815 +v -179.162766 -239.012070 49.573708 +v -179.187912 -239.733139 50.266853 +v -179.187912 -239.026031 49.559753 +v -179.521027 -239.867294 50.132721 +v -179.521011 -239.160187 49.425621 +v -179.729202 -239.954742 50.045273 +v -179.729202 -239.247604 49.338165 +v -179.854126 -240.018585 49.981422 +v -179.854126 -239.311493 49.274315 +v -180.187241 -240.124741 49.875305 +v -180.187241 -239.417587 49.168198 +v -180.309952 -240.190292 49.809731 +v -180.309967 -239.483185 49.102623 +v -180.520340 -240.292786 49.707207 +v -180.520355 -239.585693 49.000092 +v -180.853470 -240.397980 49.601990 +v -180.853455 -239.690903 48.894882 +v -180.892776 -240.425812 49.574181 +v -180.892792 -239.718719 48.867065 +v -181.186569 -240.562408 49.437592 +v -181.186569 -239.855301 48.730476 +v -181.460205 -240.661362 49.338631 +v -181.460205 -239.954254 48.631531 +v -181.519684 -240.708969 49.291054 +v -181.519684 -240.001846 48.583946 +v -181.647446 -240.896942 49.103088 +v -181.647446 -240.189804 48.395988 +v -181.647446 -255.265167 34.734848 +v -181.647446 -254.558060 34.027740 +v -181.519684 -255.421539 34.578476 +v -181.519684 -254.714386 33.871353 +v -181.407715 -255.500717 34.499306 +v -181.407730 -254.793640 33.792191 +v -181.186569 -255.591019 34.408974 +v -181.186569 -254.883911 33.701859 +v -180.851425 -255.735565 34.264450 +v -180.851547 -255.028412 33.557411 +v -180.520340 -255.850586 34.149414 +v -180.520355 -255.143478 33.442307 +v -180.266312 -255.971786 34.028206 +v -180.266327 -255.264679 33.321098 +v -180.187241 -256.020355 33.979630 +v -180.187241 -255.313263 33.272530 +v -179.854126 -256.121918 33.878090 +v -179.854126 -255.414825 33.170975 +v -179.681015 -256.207336 33.792671 +v -179.681015 -255.500229 33.085556 +v -179.521011 -256.283722 33.716240 +v -179.521027 -255.576645 33.009140 +v -179.187912 -256.399475 33.600510 +v -179.187912 -255.692383 32.893402 +v -179.106110 -256.442871 33.557114 +v -179.106110 -255.735764 32.850014 +v -178.854797 -256.537964 33.462021 +v -178.854797 -255.830856 32.754913 +v -178.541428 -256.678436 33.321579 +v -178.541428 -255.971313 32.614471 +v -178.521698 -256.692383 33.307617 +v -178.521698 -255.985275 32.600510 +v -178.188568 -256.803345 33.196671 +v -178.188583 -256.096222 32.489563 +v -177.959091 -256.913971 33.086037 +v -177.959091 -256.206848 32.378922 +v -177.855453 -256.972504 33.027496 +v -177.855453 -256.265411 32.320381 +v -177.522354 -257.075043 32.924942 +v -177.522369 -256.367950 32.217842 +v -177.374619 -257.149506 32.850487 +v -177.374619 -256.442413 32.143379 +v -177.189224 -257.232422 32.767570 +v -177.189240 -256.525360 32.060455 +v -176.856125 -257.357056 32.642944 +v -176.856125 -256.649963 31.935837 +v -176.804184 -257.385071 32.614937 +v -176.804184 -256.677948 31.907837 +v -176.523010 -257.484009 32.515991 +v -176.523026 -256.776917 31.808884 +v -176.231262 -257.620605 32.379402 +v -176.231262 -256.913483 31.672295 +v -176.189926 -257.649872 32.350159 +v -176.189911 -256.942749 31.643051 +v -175.856796 -257.756256 32.243744 +v -175.856796 -257.049194 31.536629 +v -175.650833 -257.856171 32.143852 +v -175.650848 -257.149048 31.436745 +v -175.523682 -257.922638 32.077324 +v -175.523682 -257.215576 31.370209 +v -175.190567 -258.030304 31.969696 +v -175.190582 -257.323212 31.262581 +v -175.070206 -258.091705 31.908310 +v -175.070206 -257.384583 31.201202 +v -174.857468 -258.179901 31.820114 +v -174.857468 -257.472778 31.113014 +v -174.524353 -258.315033 31.684975 +v -174.524353 -257.607910 30.977867 +v -174.502136 -258.327240 31.672775 +v -174.502136 -257.620117 30.965660 +v -174.191238 -258.429840 31.570175 +v -174.191254 -257.722687 30.863068 +v -173.920044 -258.562775 31.437218 +v -173.920044 -257.855682 30.730110 +v -173.858139 -258.606567 31.393433 +v -173.858124 -257.899475 30.686325 +v -173.525024 -258.707916 31.292076 +v -173.525040 -258.000854 30.584969 +v -173.341675 -258.798340 31.201668 +v -173.341675 -258.091217 30.494568 +v -173.191910 -258.872162 31.127823 +v -173.191910 -258.165070 30.420723 +v -172.858795 -258.983185 31.016815 +v -172.858795 -258.276093 30.309700 +v -172.761993 -259.033905 30.966133 +v -172.761993 -258.326752 30.259026 +v -172.525681 -259.126953 30.873032 +v -172.525681 -258.419891 30.165924 +v -172.200256 -259.269409 30.730583 +v -172.200256 -258.562317 30.023476 +v -172.192596 -259.274872 30.725151 +v -172.192581 -258.567749 30.018044 +v -171.859467 -259.389526 30.610481 +v -171.859482 -258.682404 29.903366 +v -171.618759 -259.504974 30.495041 +v -171.618759 -258.797852 29.787933 +v -171.526352 -259.559204 30.440796 +v -171.526352 -258.852112 29.733688 +v -171.193237 -259.661987 30.338005 +v -171.193237 -258.954895 29.630898 +v -171.034744 -259.740509 30.259499 +v -171.034744 -259.033417 29.552391 +v -170.860123 -259.820282 30.179749 +v -170.860138 -259.113129 29.472649 +v -170.527023 -259.941040 30.058960 +v -170.527023 -259.233917 29.351860 +v -170.461578 -259.976074 30.023941 +v -170.461578 -259.268951 29.316841 +v -170.193909 -260.073730 29.926254 +v -170.193909 -259.366669 29.219147 +v -169.895981 -260.211609 29.788406 +v -169.895996 -259.504517 29.081299 +v -169.860809 -260.236511 29.763527 +v -169.860794 -259.529358 29.056412 +v -169.527695 -260.341400 29.658615 +v -169.527710 -259.634277 28.951508 +v -169.310547 -260.447144 29.552856 +v -169.310547 -259.740021 28.845749 +v -169.194580 -260.510773 29.489243 +v -169.194580 -259.803650 28.782127 +v -168.861465 -260.614380 29.385612 +v -168.861465 -259.907288 28.678505 +v -168.727676 -260.682678 29.317314 +v -168.727676 -259.975586 28.610207 +v -168.528351 -260.768677 29.231331 +v -168.528351 -260.061554 28.524231 +v -168.195251 -260.899445 29.100548 +v -168.195251 -260.192352 28.393440 +v -168.160995 -260.918243 29.081772 +v -168.160995 -260.211151 28.374664 +v -167.862137 -261.019623 28.980370 +v -167.862137 -260.312531 28.273262 +v -167.581970 -261.153778 28.846222 +v -167.581970 -260.446655 28.139122 +v -167.529037 -261.191193 28.808784 +v -167.529037 -260.484100 28.101685 +v -167.195908 -261.295624 28.704391 +v -167.195908 -260.588501 27.997284 +v -167.004822 -261.389313 28.610680 +v -167.004822 -260.682220 27.903572 +v -166.862823 -261.460510 28.539497 +v -166.862808 -260.753387 27.832390 +v -166.529694 -261.570038 28.429947 +v -166.529694 -260.862946 27.722839 +v -166.424347 -261.624878 28.375130 +v -166.424347 -260.917755 27.668030 +v -166.196579 -261.715912 28.284103 +v -166.196579 -261.008789 27.576996 +v -165.861465 -261.859680 28.140282 +v -165.861526 -261.152588 27.433220 +v -165.530350 -261.975342 28.024658 +v -165.530350 -261.268280 27.317551 +v -165.278137 -262.095947 27.904045 +v -165.278137 -261.388885 27.196938 +v -165.197250 -262.145721 27.854294 +v -165.197250 -261.438599 27.147194 +v -164.864136 -262.248596 27.751404 +v -164.864136 -261.541504 27.044296 +v -165.100449 -252.674194 37.325836 +v -164.864136 -252.767258 37.232750 +v -165.100449 -251.967072 36.618736 +v -164.864136 -252.060165 36.525642 +v -164.531052 -252.860321 37.139732 +v -164.531021 -252.153168 36.432625 +v -164.197891 -252.772491 37.227524 +v -164.197906 -252.065399 36.520416 +v -163.924820 -252.674179 37.325836 +v -163.924820 -251.967072 36.618736 +v -163.864807 -252.641891 37.358109 +v -163.864807 -251.934799 36.651001 +v -163.531693 -252.519989 37.480042 +v -163.531693 -251.812866 36.772934 +v -163.351715 -252.438629 37.561386 +v -163.351715 -251.731491 36.854279 +v -163.198547 -252.361862 37.638092 +v -163.198593 -251.654785 36.931000 +v -162.865479 -252.259506 37.740517 +v -162.865479 -251.552399 37.033409 +v -162.769608 -252.203079 37.796936 +v -162.769608 -251.495956 37.089828 +v -162.532364 -252.088181 37.911804 +v -162.532364 -251.381088 37.204697 +v -162.199249 -251.978165 38.021858 +v -162.199249 -251.271042 37.314751 +v -162.184235 -251.967529 38.032478 +v -162.184235 -251.260422 37.325363 +v -161.866150 -251.825729 38.174255 +v -161.866150 -251.118652 37.467148 +v -161.622818 -251.731964 38.268005 +v -161.622818 -251.024887 37.560913 +v -161.533035 -251.684860 38.315132 +v -161.533035 -250.977768 37.608025 +v -161.199936 -251.571167 38.428856 +v -161.199936 -250.864044 37.721748 +v -161.045166 -251.496445 38.503571 +v -161.045166 -250.789337 37.796455 +v -160.866806 -251.408432 38.591576 +v -160.866821 -250.701324 37.884460 +v -160.533691 -251.307114 38.692902 +v -160.533691 -250.600006 37.985786 +v -160.458313 -251.260895 38.739113 +v -160.458313 -250.553787 38.032005 +v -160.200577 -251.139099 38.860901 +v -160.200592 -250.431961 38.153801 +v -159.883499 -251.025360 38.974663 +v -159.883484 -250.318237 38.267548 +v -159.867477 -251.016479 38.983505 +v -159.867477 -250.309357 38.276405 +v -159.534363 -250.878708 39.121300 +v -159.534363 -250.171616 38.414192 +v -159.318832 -250.789795 39.210205 +v -159.318832 -250.082687 38.503098 +v -159.201248 -250.729477 39.270531 +v -159.201248 -250.022369 38.563423 +v -158.868149 -250.622696 39.377327 +v -158.868149 -249.915573 38.670219 +v -158.737900 -250.554245 39.445747 +v -158.737900 -249.847168 38.738632 +v -158.535034 -250.450562 39.549438 +v -158.535034 -249.743454 38.842331 +v -158.328354 -250.318710 39.681297 +v -158.328339 -249.611603 38.974190 +v -158.535034 -250.151398 39.848618 +v -158.535034 -249.444305 39.141510 +v -158.651611 -250.083160 39.916832 +v -158.651611 -249.376053 39.209724 +v -158.868149 -249.993561 40.006454 +v -158.868149 -249.286423 39.299347 +v -159.201248 -249.856476 40.143524 +v -159.201248 -249.149368 39.436417 +v -159.217270 -249.847626 40.152374 +v -159.217270 -249.140518 39.445274 +v -159.534363 -249.733856 40.266136 +v -159.534363 -249.026764 39.559029 +v -159.792099 -249.612091 40.387932 +v -159.792114 -248.904999 39.680817 +v -159.867477 -249.565903 40.434143 +v -159.867477 -248.858749 39.727036 +v -160.200577 -249.464539 40.535469 +v -160.200592 -248.757446 39.828354 +v -160.378937 -249.376511 40.623474 +v -160.378937 -248.669418 39.916367 +v -160.533691 -249.301788 40.698189 +v -160.533691 -248.594711 39.991081 +v -160.866806 -249.188095 40.811905 +v -160.866821 -248.480988 40.104797 +v -160.955826 -249.140976 40.859009 +v -160.955826 -248.433868 40.151909 +v -161.199936 -249.046539 40.953461 +v -161.199936 -248.339447 40.246346 +v -161.518005 -248.905441 41.094566 +v -161.518005 -248.198349 40.387459 +v -161.533035 -248.894806 41.105186 +v -161.533035 -248.187729 40.398079 +v -161.866135 -248.784760 41.215240 +v -161.866150 -248.077667 40.508125 +v -162.103378 -248.669907 41.330109 +v -162.103378 -247.962784 40.622993 +v -162.199234 -248.613495 41.386528 +v -162.199249 -247.906357 40.679420 +v -162.532364 -248.511063 41.488930 +v -162.532379 -247.803970 40.781822 +v -162.685486 -248.434357 41.565643 +v -162.685486 -247.727249 40.858543 +v -162.865479 -248.353012 41.647003 +v -162.865479 -247.645905 40.939888 +v -163.198593 -248.231064 41.768929 +v -163.198593 -247.523956 41.061821 +v -163.258057 -248.198807 41.801201 +v -163.258057 -247.491699 41.094093 +v -163.198593 -248.116180 41.883850 +v -163.198593 -247.409042 41.176743 +v -163.107956 -247.963257 42.036743 +v -163.107971 -247.256149 41.329636 +v -162.865479 -247.847809 42.152184 +v -162.865479 -247.140717 41.445076 +v -162.532364 -247.733154 42.266853 +v -162.532379 -247.026047 41.559738 +v -162.524689 -247.727707 42.272285 +v -162.524673 -247.020615 41.565178 +v -162.199249 -247.585251 42.414734 +v -162.199249 -246.878174 41.707626 +v -161.962952 -247.492188 42.507835 +v -161.962936 -246.785065 41.800728 +v -161.866135 -247.441162 42.558838 +v -161.866135 -246.734055 41.851738 +v -161.533035 -247.330475 42.669525 +v -161.533035 -246.623367 41.962425 +v -161.383255 -247.256622 42.743378 +v -161.383255 -246.549530 42.036263 +v -161.199921 -247.165741 42.834267 +v -161.199936 -246.458633 42.127159 +v -160.866821 -247.064880 42.935135 +v -160.866806 -246.357758 42.228035 +v -160.804886 -247.021072 42.978920 +v -160.804886 -246.313965 42.271820 +v -160.533691 -246.888123 43.111877 +v -160.533691 -246.181015 42.404778 +v -160.225723 -246.785553 43.214470 +v -160.225739 -246.078430 42.507362 +v -160.200592 -246.771667 43.228317 +v -160.200577 -246.064560 42.521217 +v -159.867493 -246.637451 43.362556 +v -159.867477 -245.930328 42.655457 +v -159.655746 -246.550003 43.450012 +v -159.655746 -245.842880 42.742905 +v -159.534363 -246.488220 43.511772 +v -159.534363 -245.781128 42.804657 +v -159.201263 -246.380966 43.619026 +v -159.201248 -245.673874 42.911919 +v -159.076950 -246.314438 43.685555 +v -159.076950 -245.607330 42.978455 +v -158.868134 -246.212448 43.787544 +v -158.868149 -245.505356 43.080437 +v -158.535034 -246.106720 43.893303 +v -158.535034 -245.399597 43.186195 +v -158.495712 -246.078903 43.921104 +v -158.495712 -245.371826 43.213997 +v -158.201920 -245.942307 44.057686 +v -158.201920 -245.235214 43.350586 +v -157.923325 -245.843384 44.156647 +v -157.923325 -245.136261 43.449532 +v -157.868805 -245.813904 44.186089 +v -157.868805 -245.106812 43.478973 +v -157.535706 -245.664230 44.335762 +v -157.535706 -244.957138 43.628662 +v -157.455933 -245.607849 44.392197 +v -157.455902 -244.900696 43.685089 +v -157.535706 -245.534210 44.465797 +v -157.535706 -244.827118 43.758698 +v -157.756104 -245.372269 44.627739 +v -157.756104 -244.665161 43.920631 +v -157.868805 -245.310669 44.689362 +v -157.868805 -244.603546 43.982246 +v -158.201920 -245.206970 44.793030 +v -158.201920 -244.499863 44.085922 +v -158.340042 -245.136719 44.863281 +v -158.340042 -244.429611 44.156174 +v -158.535034 -245.051514 44.948509 +v -158.535034 -244.344391 44.241394 +v -158.868134 -244.923050 45.076950 +v -158.868149 -244.215942 44.369843 +v -158.908600 -244.901169 45.098824 +v -158.908600 -244.194061 44.391724 +v -159.201248 -244.800980 45.199020 +v -159.201248 -244.093857 44.491913 +v -159.481415 -244.665634 45.334373 +v -159.481430 -243.958527 44.627258 +v -159.534378 -244.628204 45.371819 +v -159.534363 -243.921082 44.664703 +v -159.867477 -244.526550 45.473442 +v -159.867477 -243.819443 44.766335 +v -160.064774 -244.430084 45.569916 +v -160.064774 -243.722992 44.862801 +v -160.200592 -244.360748 45.639267 +v -160.200577 -243.653625 44.932159 +v -160.533691 -244.252701 45.747299 +v -160.533691 -243.545624 45.040192 +v -160.645660 -244.194550 45.805466 +v -160.645660 -243.487427 45.098358 +v -160.866821 -244.104218 45.895782 +v -160.866806 -243.397125 45.188683 +v -161.203720 -243.960510 46.039497 +v -161.203186 -243.253708 45.332085 +v -161.533035 -243.844650 46.155350 +v -161.533051 -243.137558 45.448242 +v -161.787064 -243.723434 46.276550 +v -161.787064 -243.016357 45.569443 +v -161.866135 -243.674835 46.325127 +v -161.866135 -242.967758 45.618027 +v -162.199249 -243.573792 46.426201 +v -162.199249 -242.866699 45.719101 +v -162.372360 -243.487900 46.512093 +v -162.372375 -242.780792 45.804993 +v -162.532364 -243.411484 46.588524 +v -162.532364 -242.704376 45.881416 +v -162.865479 -243.376495 46.623505 +v -162.865479 -242.669403 45.916405 +v -163.198593 -243.431503 46.568512 +v -163.198578 -242.724380 45.861412 +v -163.294449 -243.487900 46.512093 +v -163.294464 -242.780792 45.804993 +v -163.531693 -243.602203 46.397789 +v -163.531693 -242.895142 45.690681 +v -163.864807 -243.711151 46.288857 +v -163.864807 -243.004028 45.581741 +v -163.882202 -243.723450 46.276550 +v -163.882202 -243.016342 45.569450 +v -164.197906 -243.864548 46.135437 +v -164.197906 -243.157471 45.428329 +v -164.442017 -243.959015 46.041008 +v -164.442001 -243.251892 45.333900 +v -164.531021 -244.006104 45.993896 +v -164.531021 -243.298981 45.286797 +v -164.864136 -244.118942 45.881042 +v -164.864136 -243.411850 45.173935 +v -165.020279 -244.194534 45.805466 +v -165.020279 -243.487427 45.098358 +v -165.197250 -244.282059 45.717941 +v -165.197250 -243.574951 45.010834 +v -165.530350 -244.383881 45.616142 +v -165.530350 -243.676758 44.909027 +v -165.605728 -244.430084 45.569916 +v -165.605728 -243.722992 44.862801 +v -165.863464 -244.551285 45.448715 +v -165.863464 -243.844208 44.741608 +v -166.183792 -244.665634 45.334373 +v -166.183777 -243.958542 44.627266 +v -166.196579 -244.672775 45.327225 +v -166.196594 -243.965668 44.620125 +v -166.529694 -244.811554 45.188446 +v -166.529694 -244.104462 44.481346 +v -166.746216 -244.901169 45.098816 +v -166.746216 -244.194077 44.391724 +v -166.862808 -244.961502 45.038506 +v -166.862808 -244.254395 44.331398 +v -167.195908 -245.067383 44.932625 +v -167.195908 -244.360260 44.225525 +v -167.327652 -245.136719 44.863281 +v -167.327652 -244.429611 44.156174 +v -167.529022 -245.236084 44.763916 +v -167.529037 -244.528976 44.056816 +v -167.862137 -245.337479 44.662514 +v -167.862137 -244.630371 43.955406 +v -167.911316 -245.372269 44.627739 +v -167.911316 -244.665161 43.920624 +v -168.195251 -245.508255 44.491768 +v -168.195251 -244.801132 43.784660 +v -168.482086 -245.607819 44.392181 +v -168.482086 -244.900681 43.685089 +v -168.528351 -245.632690 44.367317 +v -168.528351 -244.925583 43.660210 +v -168.861465 -245.760422 44.239563 +v -168.861465 -245.053329 43.532463 +v -168.998276 -245.843384 44.156647 +v -168.998276 -245.136246 43.449539 +v -168.861465 -246.049103 43.950920 +v -168.861465 -245.341995 43.243813 +v -168.830353 -246.078903 43.921104 +v -168.830338 -245.371811 43.213989 +v -168.528351 -246.180893 43.819099 +v -168.528351 -245.473785 43.111992 +v -168.253647 -246.314438 43.685555 +v -168.253647 -245.607330 42.978455 +v -168.195267 -246.355743 43.644272 +v -168.195251 -245.648636 42.937157 +v -167.862137 -246.456772 43.543221 +v -167.862137 -245.749649 42.836113 +v -167.672516 -246.550003 43.450012 +v -167.672516 -245.842880 42.742905 +v -167.529037 -246.622070 43.377937 +v -167.529037 -245.914963 42.670830 +v -167.195908 -246.733353 43.266647 +v -167.195908 -246.026245 42.559540 +v -167.096268 -246.785553 43.214470 +v -167.096268 -246.078415 42.507362 +v -166.862808 -246.877960 43.122055 +v -166.862808 -246.170853 42.414948 +v -166.530624 -247.022278 42.977730 +v -166.531189 -246.314743 42.271057 +v -166.196579 -247.136581 42.863411 +v -166.196579 -246.429459 42.156311 +v -165.949646 -247.256622 42.743378 +v -165.949646 -246.549530 42.036263 +v -165.863480 -247.309784 42.690239 +v -165.863464 -246.602661 41.983131 +v -165.530350 -247.410995 42.589012 +v -165.530350 -246.703873 41.881905 +v -165.367798 -247.492172 42.507835 +v -165.367798 -246.785065 41.800728 +v -165.197266 -247.571091 42.428894 +v -165.197250 -246.863998 41.721802 +v -164.864136 -247.688461 42.311539 +v -164.864136 -246.981339 41.604439 +v -164.790421 -247.727692 42.272285 +v -164.790436 -247.020599 41.565178 +v -164.531021 -247.824127 42.175873 +v -164.531036 -247.117035 41.468773 +v -164.226669 -247.963257 42.036743 +v -164.226669 -247.256149 41.329636 +v -164.197906 -248.024704 41.975288 +v -164.197906 -247.317612 41.268188 +v -164.101929 -248.198807 41.801201 +v -164.101929 -247.491714 41.094086 +v -164.197906 -248.249496 41.750511 +v -164.197906 -247.542389 41.043396 +v -164.531036 -248.360504 41.639488 +v -164.531021 -247.653397 40.932381 +v -164.680801 -248.434357 41.565643 +v -164.680817 -247.727264 40.858543 +v -164.864136 -248.525238 41.474762 +v -164.864136 -247.818146 40.767647 +v -165.197250 -248.626129 41.373894 +v -165.197250 -247.919006 40.666786 +v -165.259171 -248.669907 41.330109 +v -165.259171 -247.962799 40.622993 +v -165.530350 -248.802841 41.197151 +v -165.530350 -248.095718 40.490044 +v -165.838333 -248.905441 41.094566 +v -165.838348 -248.198334 40.387459 +v -165.863464 -248.919296 41.080704 +v -165.863464 -248.212189 40.373596 +v -166.196594 -249.052780 40.947205 +v -166.196594 -248.345688 40.240097 +v -166.409317 -249.140976 40.859009 +v -166.409317 -248.433868 40.151909 +v -166.529694 -249.202377 40.797630 +v -166.529678 -248.495255 40.090523 +v -166.862808 -249.310043 40.690010 +v -166.862808 -248.602890 39.982903 +v -166.987091 -249.376511 40.623474 +v -166.987091 -248.669418 39.916367 +v -167.195908 -249.478516 40.521484 +v -167.195923 -248.771408 39.814377 +v -167.529037 -249.582794 40.417168 +v -167.529022 -248.875717 39.710060 +v -167.570374 -249.612076 40.387932 +v -167.570374 -248.904999 39.680817 +v -167.862137 -249.748657 40.251335 +v -167.862137 -249.041550 39.544220 +v -168.140732 -249.847626 40.152374 +v -168.140732 -249.140503 39.445274 +v -168.195251 -249.877060 40.122940 +v -168.195251 -249.169952 39.415833 +v -168.528351 -250.000259 39.999763 +v -168.528351 -249.293137 39.292656 +v -168.713730 -250.083160 39.916840 +v -168.713730 -249.376068 39.209724 +v -168.861465 -250.158051 39.841949 +v -168.861465 -249.450958 39.134834 +v -169.194580 -250.260178 39.739845 +v -169.194580 -249.553070 39.032722 +v -169.298203 -250.318710 39.681297 +v -169.298203 -249.611603 38.974190 +v -169.527695 -250.429337 39.570656 +v -169.527695 -249.722214 38.863556 +v -169.860809 -250.554230 39.445747 +v -169.860794 -249.847153 38.738640 +v -169.713043 -250.789795 39.210205 +v -169.713043 -250.082687 38.503098 +v -169.527710 -250.872726 39.127281 +v -169.527695 -250.165634 38.420174 +v -169.194580 -250.995895 39.004097 +v -169.194580 -250.288818 38.296997 +v -169.140076 -251.025360 38.974655 +v -169.140076 -250.318237 38.267548 +v -168.861465 -251.124298 38.875702 +v -168.861465 -250.417206 38.168587 +v -168.569717 -251.260880 38.739113 +v -168.569733 -250.553772 38.031998 +v -168.528351 -251.290146 38.709869 +v -168.528351 -250.583038 38.002754 +v -168.195251 -251.396530 38.603455 +v -168.195251 -250.689438 37.896347 +v -167.989273 -251.496445 38.503571 +v -167.989288 -250.789337 37.796455 +v -167.862137 -251.562973 38.437035 +v -167.862137 -250.855865 37.729927 +v -167.529037 -251.670609 38.329414 +v -167.529037 -250.963486 37.622307 +v -167.408646 -251.731979 38.268013 +v -167.408646 -251.024902 37.560913 +v -167.195908 -251.820175 38.179840 +v -167.195908 -251.113068 37.472725 +v -166.862808 -251.953659 38.046326 +v -166.862808 -251.246567 37.339233 +v -166.837662 -251.967529 38.032478 +v -166.837677 -251.260422 37.325363 +v -166.529694 -252.070114 37.929878 +v -166.529694 -251.363022 37.222778 +v -166.258499 -252.203079 37.796936 +v -166.258499 -251.495972 37.089828 +v -166.196579 -252.246857 37.753151 +v -166.196579 -251.539749 37.046043 +v -165.863464 -252.347702 37.652275 +v -165.863464 -251.640610 36.945160 +v -165.680130 -252.438629 37.561386 +v -165.680130 -251.731491 36.854279 +v -165.530350 -252.512466 37.487534 +v -165.530350 -251.805344 36.780434 +v -165.197250 -252.623489 37.376526 +v -165.197266 -251.916367 36.669418 +v -154.115585 -242.545700 47.454277 +v -153.871475 -242.640167 47.359833 +v -154.115585 -241.838623 46.747162 +v -153.871475 -241.933060 46.652733 +v -153.538361 -242.679672 47.320335 +v -153.538361 -241.972549 46.613228 +v -153.205261 -242.598862 47.401131 +v -153.205261 -241.891754 46.694031 +v -153.119064 -242.545700 47.454277 +v -153.119080 -241.838623 46.747162 +v -152.872147 -242.425690 47.574310 +v -152.872147 -241.718597 46.867210 +v -152.537506 -242.312729 47.687263 +v -152.536041 -241.604584 46.981201 +v -152.205887 -242.167023 47.832962 +v -152.205917 -241.459961 47.125847 +v -151.972473 -242.074631 47.925362 +v -151.972458 -241.367538 47.218262 +v -151.872803 -242.022461 47.977539 +v -151.872803 -241.315353 47.270439 +v -151.539703 -241.912079 48.087944 +v -151.539703 -241.204956 47.380829 +v -151.391357 -241.839096 48.160912 +v -151.391357 -241.131989 47.453796 +v -151.206604 -241.748199 48.251801 +v -151.206604 -241.041107 47.544685 +v -150.873474 -241.646103 48.353912 +v -150.873474 -240.938995 47.646797 +v -150.813309 -241.603546 48.396454 +v -150.813309 -240.896454 47.689354 +v -150.540359 -241.470001 48.529999 +v -150.540359 -240.762909 47.822884 +v -150.235535 -241.368011 48.632004 +v -150.235535 -240.660889 47.924896 +v -150.207260 -241.352417 48.647583 +v -150.207260 -240.645309 47.940483 +v -149.874146 -241.219940 48.780090 +v -149.874146 -240.512817 48.072990 +v -149.665955 -241.132446 48.867546 +v -149.665955 -240.425339 48.160439 +v -149.541031 -241.068604 48.931404 +v -149.541031 -240.361496 48.224297 +v -149.207932 -240.961533 49.038483 +v -149.207947 -240.254425 48.331367 +v -149.086792 -240.896927 49.103088 +v -149.086792 -240.189804 48.395981 +v -148.874817 -240.794388 49.205612 +v -148.874817 -240.087280 48.498505 +v -148.541702 -240.689163 49.310829 +v -148.541702 -239.982056 48.603729 +v -148.502380 -240.661362 49.338631 +v -148.502380 -239.954254 48.631531 +v -148.208603 -240.524155 49.475861 +v -148.208603 -239.817047 48.768745 +v -147.935501 -240.425812 49.574181 +v -147.935501 -239.718704 48.867073 +v -147.875473 -240.393555 49.606453 +v -147.875488 -239.686447 48.899345 +v -147.542374 -240.263229 49.736755 +v -147.542389 -239.556152 49.029655 +v -147.439194 -240.190292 49.809731 +v -147.439194 -239.483185 49.102623 +v -147.542374 -240.058640 49.941353 +v -147.542389 -239.351562 49.234253 +v -147.667297 -239.954742 50.045273 +v -147.667297 -239.247604 49.338165 +v -147.875488 -239.867294 50.132721 +v -147.875488 -239.160187 49.425621 +v -148.208603 -239.733139 50.266853 +v -148.208603 -239.026031 49.559753 +v -148.233994 -239.719208 50.280815 +v -148.233994 -239.012085 49.573700 +v -148.541702 -239.617188 50.382820 +v -148.541702 -238.910080 49.675713 +v -148.814636 -239.483643 50.516365 +v -148.814636 -238.776535 49.809258 +v -148.874817 -239.441071 50.558907 +v -148.874817 -238.733994 49.851799 +v -149.207932 -239.338974 50.661018 +v -149.207947 -238.631882 49.953911 +v -149.392700 -239.248093 50.751900 +v -149.392700 -238.541000 50.044800 +v -149.541031 -239.175140 50.824883 +v -149.541031 -238.468018 50.117767 +v -149.874146 -239.064728 50.935272 +v -149.874146 -238.357635 50.228157 +v -149.973785 -239.012558 50.987450 +v -149.973785 -238.305435 50.280342 +v -150.207260 -238.920151 51.079865 +v -150.207260 -238.213043 50.372749 +v -150.532700 -238.777008 51.223000 +v -150.532684 -238.069901 50.515892 +v -150.540359 -238.771561 51.228432 +v -150.540359 -238.064484 50.521324 +v -150.873474 -238.657471 51.342529 +v -150.873474 -237.950348 50.635429 +v -151.115952 -238.541458 51.458542 +v -151.115952 -237.834351 50.751434 +v -151.206589 -238.488297 51.511688 +v -151.206589 -237.781204 50.804581 +v -151.539703 -238.386627 51.613373 +v -151.539688 -237.679535 50.906258 +v -151.700974 -238.305908 51.694084 +v -151.700974 -237.598801 50.986977 +v -151.872803 -238.226181 51.773827 +v -151.872803 -237.519073 51.066719 +v -152.205917 -238.108307 51.891693 +v -152.205917 -237.401215 51.184578 +v -152.277298 -238.070358 51.929626 +v -152.277298 -237.363266 51.222527 +v -152.539047 -237.973953 52.026039 +v -152.539047 -237.266861 51.318932 +v -152.839066 -237.834824 52.165176 +v -152.839066 -237.127716 51.458069 +v -152.872162 -237.811432 52.188576 +v -152.872147 -237.104324 51.481461 +v -153.205261 -237.705582 52.294418 +v -153.205276 -236.998505 51.587318 +v -153.424011 -237.599274 52.400719 +v -153.424011 -236.892166 51.693611 +v -153.538345 -237.536636 52.463356 +v -153.538361 -236.829544 51.756248 +v -153.871475 -237.433990 52.566017 +v -153.871475 -236.726898 51.858910 +v -154.009598 -237.363754 52.636269 +v -154.009598 -236.656631 51.929161 +v -154.204590 -237.278534 52.721489 +v -154.204590 -236.571411 52.014374 +v -154.537689 -237.148529 52.851479 +v -154.537704 -236.441437 52.144371 +v -154.575058 -237.128204 52.871811 +v -154.575058 -236.421082 52.164703 +v -154.870804 -237.027390 52.972603 +v -154.870804 -236.320312 52.265495 +v -155.150970 -236.892639 53.107361 +v -155.150986 -236.185532 52.400253 +v -155.203918 -236.855194 53.144783 +v -155.203918 -236.148102 52.437691 +v -155.537033 -236.753067 53.246941 +v -155.537048 -236.045944 52.539825 +v -155.732834 -236.657104 53.342903 +v -155.732834 -235.949997 52.635796 +v -155.870132 -236.586807 53.413170 +v -155.870148 -235.879715 52.706070 +v -156.203247 -236.479721 53.520287 +v -156.203247 -235.772614 52.813179 +v -156.315216 -236.421555 53.578438 +v -156.315216 -235.714447 52.871338 +v -156.536377 -236.331223 53.668762 +v -156.536377 -235.624130 52.961670 +v -156.871506 -236.186722 53.813278 +v -156.871124 -235.479843 53.105965 +v -157.202591 -236.071075 53.928917 +v -157.202591 -235.364014 53.221802 +v -157.456619 -235.950470 54.049538 +v -157.456619 -235.243378 53.342430 +v -157.535706 -235.901871 54.098114 +v -157.535706 -235.194778 53.391006 +v -157.868805 -235.800339 54.199661 +v -157.868790 -235.093246 53.492554 +v -158.040573 -235.714920 54.285080 +v -158.040573 -235.007812 53.577972 +v -158.201920 -235.637665 54.362358 +v -158.201920 -234.930542 53.655243 +v -158.535034 -235.522766 54.477242 +v -158.535034 -234.815643 53.770134 +v -158.616837 -235.479370 54.520622 +v -158.616837 -234.772263 53.813522 +v -158.868149 -235.384277 54.615730 +v -158.868149 -234.677170 53.908623 +v -159.179214 -235.243851 54.756172 +v -159.179214 -234.536728 54.049065 +v -159.201248 -235.228241 54.771751 +v -159.201248 -234.521149 54.064644 +v -159.534363 -235.118912 54.881081 +v -159.534378 -234.411835 54.173973 +v -159.763840 -235.008286 54.991707 +v -159.763840 -234.301178 54.284607 +v -159.867477 -234.949722 55.050255 +v -159.867477 -234.242630 54.343147 +v -160.200577 -234.847198 55.152802 +v -160.200577 -234.140121 54.445686 +v -160.347153 -234.772736 55.227264 +v -160.347153 -234.065628 54.520149 +v -160.533691 -234.689056 55.310951 +v -160.533691 -233.981934 54.603844 +v -160.866806 -234.565186 55.434807 +v -160.866806 -233.858078 54.727692 +v -160.918762 -234.537216 55.462799 +v -160.918762 -233.830093 54.755699 +v -161.199936 -234.438232 55.561760 +v -161.199936 -233.731110 54.854652 +v -161.489670 -234.301651 55.698349 +v -161.489685 -233.594528 54.991241 +v -161.533051 -234.270996 55.729004 +v -161.533035 -233.563889 55.021896 +v -161.866135 -234.165985 55.834007 +v -161.866150 -233.458893 55.126892 +v -162.070557 -234.066116 55.933899 +v -162.070557 -233.359009 55.226791 +v -162.199234 -233.998611 56.001396 +v -162.199249 -233.291504 55.294281 +v -162.532364 -233.891953 56.108055 +v -162.532364 -233.184830 55.400948 +v -162.652725 -233.830551 56.169437 +v -162.652725 -233.123459 55.462334 +v -162.865479 -233.742401 56.257629 +v -162.865479 -233.035263 55.550522 +v -163.198593 -233.607224 56.392773 +v -163.198593 -232.900131 55.685669 +v -163.220810 -233.595016 56.404987 +v -163.220810 -232.887939 55.697876 +v -163.531693 -233.492432 56.507572 +v -163.531693 -232.785324 55.800468 +v -163.864807 -233.492432 56.507572 +v -163.864807 -232.785324 55.800468 +v -164.175720 -233.595016 56.404987 +v -164.175705 -232.887924 55.697876 +v -164.197906 -233.607224 56.392769 +v -164.197906 -232.900146 55.685669 +v -164.531036 -233.742401 56.257626 +v -164.531021 -233.035263 55.550522 +v -164.743759 -233.830551 56.169437 +v -164.743774 -233.123459 55.462334 +v -164.864136 -233.891953 56.108055 +v -164.864136 -233.184845 55.400940 +v -165.197250 -233.998627 56.001396 +v -165.197250 -233.291504 55.294281 +v -165.325943 -234.066116 55.933899 +v -165.325958 -233.359009 55.226791 +v -165.530350 -234.165985 55.834007 +v -165.530350 -233.458878 55.126900 +v -165.863480 -234.270996 55.729004 +v -165.863464 -233.563889 55.021896 +v -165.906815 -234.301651 55.698349 +v -165.906815 -233.594528 54.991241 +v -166.196579 -234.438232 55.561760 +v -166.196594 -233.731125 54.854645 +v -166.477737 -234.537231 55.462799 +v -166.477737 -233.830093 54.755699 +v -166.529694 -234.565186 55.434807 +v -166.529694 -233.858078 54.727692 +v -166.862823 -234.689835 55.310181 +v -166.862808 -233.982697 54.603081 +v -167.048157 -234.772736 55.227264 +v -167.048157 -234.065628 54.520149 +v -167.195908 -234.847198 55.152802 +v -167.195908 -234.140121 54.445686 +v -167.529037 -234.949722 55.050255 +v -167.529022 -234.242630 54.343147 +v -167.632675 -235.008286 54.991707 +v -167.632675 -234.301178 54.284607 +v -167.862137 -235.118912 54.881081 +v -167.862137 -234.411835 54.173973 +v -168.195267 -235.228256 54.771751 +v -168.195251 -234.521149 54.064651 +v -168.217285 -235.243835 54.756172 +v -168.217285 -234.536743 54.049065 +v -168.528351 -235.384277 54.615730 +v -168.528336 -234.677155 53.908623 +v -168.779663 -235.479370 54.520622 +v -168.779648 -234.772263 53.813522 +v -168.861465 -235.522766 54.477242 +v -168.861481 -234.815674 53.770134 +v -169.194580 -235.637665 54.362358 +v -169.194580 -234.930542 53.655243 +v -169.355942 -235.714920 54.285080 +v -169.355942 -235.007812 53.577972 +v -169.527695 -235.800339 54.199661 +v -169.527695 -235.093246 53.492554 +v -169.860794 -235.915665 54.084312 +v -169.860794 -235.208572 53.377205 +v -169.910004 -235.950470 54.049545 +v -169.909988 -235.243362 53.342430 +v -169.860794 -236.025589 53.974434 +v -169.860794 -235.318466 53.267326 +v -169.731430 -236.186020 53.813988 +v -169.731430 -235.478912 53.106880 +v -169.527710 -236.272736 53.727264 +v -169.527695 -235.565628 53.020164 +v -169.194580 -236.404343 53.595642 +v -169.194580 -235.697250 52.888542 +v -169.163452 -236.421555 53.578438 +v -169.163452 -235.714462 52.871338 +v -168.861465 -236.523560 53.476448 +v -168.861481 -235.816452 52.769341 +v -168.583145 -236.657104 53.342903 +v -168.583145 -235.949997 52.635796 +v -168.528351 -236.695831 53.304161 +v -168.528351 -235.988724 52.597061 +v -168.195251 -236.799438 53.200569 +v -168.195251 -236.092316 52.493462 +v -168.004166 -236.892624 53.107361 +v -168.004166 -236.185532 52.400253 +v -167.862137 -236.963821 53.036179 +v -167.862137 -236.256714 52.329071 +v -167.529037 -237.073715 52.926277 +v -167.529037 -236.366592 52.219177 +v -167.423691 -237.128204 52.871811 +v -167.423676 -236.421082 52.164703 +v -167.195923 -237.219223 52.780769 +v -167.195923 -236.512115 52.073669 +v -166.864319 -237.364487 52.635498 +v -166.864090 -236.657547 51.928230 +v -166.529694 -237.479248 52.520752 +v -166.529678 -236.772125 51.813652 +v -166.279282 -237.599274 52.400719 +v -166.279282 -236.892181 51.693604 +v -166.196594 -237.650177 52.349823 +v -166.196579 -236.943069 51.642723 +v -165.863464 -237.751938 52.248077 +v -165.863480 -237.044815 51.540962 +v -165.698242 -237.834824 52.165169 +v -165.698227 -237.127716 51.458069 +v -165.530350 -237.913788 52.086243 +v -165.530350 -237.206650 51.379143 +v -165.197266 -238.029816 51.970184 +v -165.197250 -237.322723 51.263069 +v -165.120605 -238.070358 51.929626 +v -165.120605 -237.363266 51.222527 +v -164.864136 -238.166138 51.833862 +v -164.864136 -237.459030 51.126762 +v -164.557571 -238.305923 51.694084 +v -164.557571 -237.598801 50.986977 +v -164.531021 -238.324692 51.675316 +v -164.531021 -237.617584 50.968208 +v -164.197906 -238.434616 51.565392 +v -164.197906 -237.727539 50.858276 +v -163.974152 -238.541473 51.458542 +v -163.974152 -237.834351 50.751434 +v -163.864807 -238.601044 51.398956 +v -163.864807 -237.893921 50.691856 +v -163.531693 -238.683807 51.316208 +v -163.531708 -237.976669 50.609108 +v -163.340607 -238.777008 51.222992 +v -163.340607 -238.069901 50.515892 +v -163.198593 -238.848175 51.151817 +v -163.198578 -238.141068 50.444710 +v -162.865479 -238.958054 51.041924 +v -162.865479 -238.250977 50.334824 +v -162.760117 -239.012558 50.987450 +v -162.760117 -238.305435 50.280342 +v -162.532364 -239.103561 50.896423 +v -162.532364 -238.396469 50.189316 +v -162.200668 -239.248947 50.751060 +v -162.200333 -238.542068 50.043724 +v -161.866135 -239.363022 50.636971 +v -161.866119 -238.655945 49.929871 +v -161.615723 -239.483643 50.516357 +v -161.615707 -238.776535 49.809258 +v -161.533035 -239.534546 50.465462 +v -161.533035 -238.827423 49.758362 +v -161.199936 -239.636276 50.363716 +v -161.199936 -238.929184 49.656609 +v -161.034668 -239.719208 50.280815 +v -161.034668 -239.012070 49.573700 +v -160.866821 -239.798126 50.201889 +v -160.866821 -239.091034 49.494781 +v -160.533691 -239.914169 50.085823 +v -160.533691 -239.207062 49.378723 +v -160.457047 -239.954742 50.045273 +v -160.457047 -239.247604 49.338165 +v -160.200577 -240.050507 49.949509 +v -160.200577 -239.343384 49.242401 +v -159.894028 -240.190292 49.809731 +v -159.894043 -239.483185 49.102623 +v -159.867477 -240.209030 49.790955 +v -159.867493 -239.501938 49.083847 +v -159.534363 -240.318970 49.681030 +v -159.534363 -239.611862 48.973923 +v -159.310608 -240.425812 49.574181 +v -159.310608 -239.718719 48.867065 +v -159.201248 -240.485397 49.514595 +v -159.201248 -239.778305 48.807503 +v -158.868149 -240.589218 49.410797 +v -158.868149 -239.882111 48.703682 +v -158.725769 -240.661362 49.338631 +v -158.725769 -239.954254 48.631531 +v -158.535034 -240.745850 49.254173 +v -158.535034 -240.038727 48.547058 +v -158.201920 -240.872025 49.127968 +v -158.201920 -240.164917 48.420860 +v -158.155670 -240.896942 49.103088 +v -158.155655 -240.189804 48.395981 +v -157.868805 -240.996490 49.003517 +v -157.868805 -240.289352 48.296417 +v -157.584900 -241.132446 48.867546 +v -157.584900 -240.425339 48.160431 +v -157.535706 -241.167236 48.832764 +v -157.535706 -240.460129 48.125664 +v -157.202621 -241.268600 48.731361 +v -157.202591 -240.561523 48.024261 +v -157.001221 -241.367996 48.632004 +v -157.001221 -240.660904 47.924896 +v -156.869492 -241.437363 48.562653 +v -156.869492 -240.730255 47.855537 +v -156.536362 -241.543213 48.456779 +v -156.536377 -240.836105 47.749664 +v -156.419785 -241.603546 48.396454 +v -156.419785 -240.896454 47.689354 +v -156.203247 -241.693161 48.306824 +v -156.203247 -240.986069 47.599724 +v -155.870148 -241.831955 48.168053 +v -155.870148 -241.124863 47.460945 +v -155.857330 -241.839111 48.160912 +v -155.857330 -241.131989 47.453796 +v -155.537033 -241.953430 48.046570 +v -155.537048 -241.246323 47.339462 +v -155.279297 -242.074631 47.925362 +v -155.279297 -241.367554 47.218262 +v -155.203918 -242.120850 47.879150 +v -155.203918 -241.413742 47.172050 +v -154.870804 -242.222656 47.777344 +v -154.870804 -241.515549 47.070236 +v -154.693848 -242.310181 47.689819 +v -154.693848 -241.603073 46.982719 +v -154.537704 -242.385773 47.614243 +v -154.537704 -241.678680 46.907135 +v -154.204590 -242.498611 47.501389 +v -154.204590 -241.791504 46.794281 +v -162.910797 -262.331543 27.668503 +v -162.865479 -262.363556 27.636459 +v -162.910797 -261.624390 26.961388 +v -162.865479 -261.656433 26.929352 +v -162.785202 -262.331512 27.668503 +v -162.785202 -261.624390 26.961395 +v -162.532364 -262.248596 27.751404 +v -162.532364 -261.541504 27.044296 +v -162.199249 -262.145721 27.854294 +v -162.199249 -261.438599 27.147194 +v -162.118347 -262.095947 27.904045 +v -162.118347 -261.388885 27.196938 +v -161.866135 -261.975342 28.024658 +v -161.866135 -261.268280 27.317551 +v -161.535583 -261.860016 28.139977 +v -161.534348 -261.152191 27.433586 +v -161.199936 -261.715912 28.284103 +v -161.199936 -261.008789 27.576996 +v -160.972168 -261.624878 28.375130 +v -160.972153 -260.917755 27.668030 +v -160.866806 -261.570038 28.429947 +v -160.866806 -260.862946 27.722839 +v -160.533691 -261.460480 28.539497 +v -160.533691 -260.753387 27.832390 +v -160.391663 -261.389313 28.610680 +v -160.391663 -260.682220 27.903572 +v -160.200577 -261.295624 28.704391 +v -160.200577 -260.588501 27.997284 +v -159.867477 -261.191193 28.808784 +v -159.867477 -260.484100 28.101685 +v -159.814529 -261.153778 28.846222 +v -159.814529 -260.446655 28.139122 +v -159.534363 -261.019623 28.980370 +v -159.534363 -260.312531 28.273262 +v -159.235504 -260.918243 29.081772 +v -159.235504 -260.211151 28.374664 +v -159.201248 -260.899445 29.100548 +v -159.201248 -260.192352 28.393440 +v -158.868149 -260.768677 29.231331 +v -158.868149 -260.061554 28.524231 +v -158.668823 -260.682678 29.317314 +v -158.668823 -259.975586 28.610207 +v -158.535034 -260.614380 29.385612 +v -158.535034 -259.907288 28.678505 +v -158.201920 -260.510773 29.489243 +v -158.201920 -259.803650 28.782127 +v -158.085953 -260.447144 29.552856 +v -158.085953 -259.740021 28.845749 +v -157.868805 -260.341400 29.658615 +v -157.868805 -259.634277 28.951508 +v -157.535690 -260.236511 29.763527 +v -157.535706 -259.529358 29.056412 +v -157.500519 -260.211609 29.788406 +v -157.500519 -259.504517 29.081299 +v -157.202591 -260.073730 29.926254 +v -157.202591 -259.366669 29.219147 +v -156.934921 -259.976074 30.023941 +v -156.934921 -259.268951 29.316841 +v -156.869476 -259.941040 30.058960 +v -156.869492 -259.233917 29.351860 +v -156.536362 -259.820282 30.179749 +v -156.536362 -259.113129 29.472649 +v -156.361740 -259.740509 30.259499 +v -156.361740 -259.033417 29.552391 +v -156.203247 -259.661987 30.338005 +v -156.203247 -258.954895 29.630898 +v -155.870132 -259.559204 30.440796 +v -155.870148 -258.852112 29.733688 +v -155.777740 -259.504974 30.495041 +v -155.777740 -258.797852 29.787933 +v -155.537033 -259.389526 30.610481 +v -155.537048 -258.682404 29.903366 +v -155.203903 -259.274902 30.725151 +v -155.203918 -258.567749 30.018044 +v -155.196228 -259.269409 30.730576 +v -155.196228 -258.562317 30.023476 +v -154.870804 -259.126953 30.873032 +v -154.870804 -258.419891 30.165924 +v -154.634506 -259.033905 30.966133 +v -154.634506 -258.326752 30.259026 +v -154.537689 -258.983185 31.016815 +v -154.537704 -258.276093 30.309700 +v -154.204590 -258.872162 31.127823 +v -154.204590 -258.165070 30.420723 +v -154.054810 -258.798340 31.201668 +v -154.054810 -258.091217 30.494568 +v -153.871475 -258.707916 31.292076 +v -153.871490 -258.000854 30.584969 +v -153.538345 -258.606567 31.393433 +v -153.538361 -257.899475 30.686325 +v -153.476440 -258.562775 31.437218 +v -153.476440 -257.855682 30.730110 +v -153.205261 -258.429840 31.570175 +v -153.205261 -257.722687 30.863068 +v -152.894333 -258.327240 31.672775 +v -152.894348 -257.620117 30.965652 +v -152.872162 -258.315033 31.684975 +v -152.872147 -257.607910 30.977859 +v -152.539047 -258.179901 31.820114 +v -152.539047 -257.472778 31.113014 +v -152.326294 -258.091705 31.908310 +v -152.326294 -257.384583 31.201202 +v -152.205917 -258.030304 31.969696 +v -152.205933 -257.323212 31.262581 +v -151.872803 -257.922638 32.077324 +v -151.872803 -257.215576 31.370209 +v -151.745667 -257.856171 32.143852 +v -151.745667 -257.149048 31.436745 +v -151.539703 -257.756256 32.243744 +v -151.539703 -257.049194 31.536629 +v -151.206589 -257.649872 32.350159 +v -151.206589 -256.942749 31.643051 +v -151.165237 -257.620605 32.379402 +v -151.165237 -256.913483 31.672295 +v -150.873474 -257.484009 32.515991 +v -150.873474 -256.776917 31.808884 +v -150.592346 -257.385071 32.614937 +v -150.592331 -256.677948 31.907837 +v -150.540359 -257.357056 32.642944 +v -150.540359 -256.649963 31.935837 +v -150.207260 -257.232422 32.767570 +v -150.207260 -256.525360 32.060455 +v -150.021896 -257.149506 32.850487 +v -150.021927 -256.442413 32.143387 +v -149.874146 -257.075043 32.924942 +v -149.874146 -256.367950 32.217842 +v -149.541031 -256.972504 33.027496 +v -149.541031 -256.265411 32.320389 +v -149.437408 -256.913971 33.086037 +v -149.437408 -256.206848 32.378922 +v -149.207932 -256.803345 33.196671 +v -149.207947 -256.096222 32.489563 +v -148.874802 -256.692383 33.307617 +v -148.874817 -255.985275 32.600502 +v -148.855072 -256.678436 33.321571 +v -148.855087 -255.971329 32.614464 +v -148.541702 -256.537964 33.462021 +v -148.541702 -255.830856 32.754913 +v -148.290405 -256.442871 33.557114 +v -148.290405 -255.735764 32.850014 +v -148.208588 -256.399475 33.600510 +v -148.208603 -255.692383 32.893402 +v -147.875473 -256.283722 33.716240 +v -147.875473 -255.576645 33.009140 +v -147.715485 -256.207336 33.792671 +v -147.715485 -255.500229 33.085564 +v -147.542374 -256.121918 33.878090 +v -147.542374 -255.414825 33.170975 +v -147.209244 -256.020355 33.979630 +v -147.209259 -255.313263 33.272530 +v -147.130173 -255.971786 34.028206 +v -147.130188 -255.264679 33.321106 +v -146.876144 -255.850586 34.149414 +v -146.876160 -255.143478 33.442307 +v -146.545578 -255.735825 34.264168 +v -146.543991 -255.027863 33.557930 +v -146.209946 -255.591019 34.408974 +v -146.209946 -254.883911 33.701866 +v -145.988785 -255.500717 34.499306 +v -145.988785 -254.793610 33.792198 +v -145.876816 -255.421539 34.578476 +v -145.876816 -254.714417 33.871368 +v -145.749084 -255.265167 34.734848 +v -145.749069 -254.558105 34.027725 +v -145.749069 -241.132446 48.867546 +v -145.749054 -240.425323 48.160446 +v -145.756287 -240.896927 49.103088 +v -145.756287 -240.189804 48.395981 +v -145.876816 -240.797729 49.202271 +v -145.876816 -240.090622 48.495163 +v -146.209946 -240.826645 49.173363 +v -146.209946 -240.119537 48.466255 +v -146.347229 -240.896927 49.103088 +v -146.347229 -240.189804 48.395981 +v -146.543030 -240.992874 49.007126 +v -146.543030 -240.285767 48.300018 +v -146.876160 -241.095016 48.904976 +v -146.876144 -240.387909 48.197876 +v -146.929092 -241.132446 48.867546 +v -146.929092 -240.425339 48.160431 +v -147.209244 -241.267151 48.732796 +v -147.209259 -240.560104 48.025688 +v -147.507812 -241.368011 48.632004 +v -147.507797 -240.660889 47.924896 +v -147.542374 -241.386765 48.613220 +v -147.542389 -240.679688 47.906120 +v -147.875488 -241.517578 48.482422 +v -147.875488 -240.810471 47.775322 +v -148.071594 -241.603546 48.396454 +v -148.071579 -240.896439 47.689354 +v -148.208603 -241.673813 48.326202 +v -148.208603 -240.966690 47.619102 +v -148.541702 -241.776474 48.223541 +v -148.541702 -241.069351 47.516434 +v -148.656067 -241.839096 48.160912 +v -148.656052 -241.131989 47.453804 +v -148.874817 -241.944855 48.055161 +v -148.874832 -241.237762 47.348053 +v -149.207947 -242.051254 47.948761 +v -149.207932 -241.344131 47.241653 +v -149.240997 -242.074631 47.925362 +v -149.240997 -241.367538 47.218262 +v -149.541031 -242.213776 47.786224 +v -149.541046 -241.506683 47.079124 +v -149.807510 -242.310181 47.689819 +v -149.807510 -241.603073 46.982719 +v -149.874146 -242.345444 47.654572 +v -149.874146 -241.638336 46.947456 +v -150.207260 -242.465988 47.534019 +v -150.207260 -241.758881 46.826912 +v -150.379105 -242.545700 47.454277 +v -150.379105 -241.838623 46.747162 +v -150.540359 -242.626450 47.373558 +v -150.540359 -241.919342 46.666443 +v -150.873474 -242.728134 47.271873 +v -150.873474 -242.021011 46.564766 +v -150.964096 -242.781281 47.218735 +v -150.964111 -242.074188 46.511627 +v -151.206589 -242.896713 47.103279 +v -151.206604 -242.189606 46.396179 +v -151.539703 -243.011383 46.988617 +v -151.539703 -242.304291 46.281509 +v -151.547394 -243.016815 46.983185 +v -151.547394 -242.309723 46.276070 +v -151.872803 -243.159271 46.840729 +v -151.872803 -242.452148 46.133629 +v -152.045609 -243.252350 46.747643 +v -152.045609 -242.545258 46.040535 +v -152.105835 -243.487885 46.512085 +v -152.105820 -242.780792 45.804993 +v -152.105820 -252.674149 37.325844 +v -152.105789 -251.967117 36.618744 +v -152.205917 -252.768723 37.231270 +v -152.205917 -252.061630 36.524178 +v -152.439392 -252.909698 37.090302 +v -152.439392 -252.202591 36.383186 +v -152.539032 -252.961884 37.038116 +v -152.539047 -252.254791 36.331001 +v -152.872147 -253.074081 36.925934 +v -152.872147 -252.366974 36.218819 +v -153.014175 -253.145248 36.854744 +v -153.014175 -252.438141 36.147644 +v -153.205261 -253.238464 36.761543 +v -153.205261 -252.531372 36.054428 +v -153.538361 -253.340790 36.659225 +v -153.538361 -252.633667 35.952126 +v -153.594971 -253.380814 36.619209 +v -153.594971 -252.673691 35.912102 +v -153.871475 -253.514328 36.485664 +v -153.871475 -252.807236 35.778557 +v -154.173477 -253.616287 36.383659 +v -154.173462 -252.909225 35.676559 +v -154.204590 -253.633530 36.366470 +v -154.204590 -252.926422 35.659363 +v -154.537704 -253.765167 36.234833 +v -154.537704 -253.058060 35.527733 +v -154.741440 -253.851898 36.148117 +v -154.741440 -253.144775 35.441010 +v -154.870804 -253.917770 36.082222 +v -154.870804 -253.210678 35.375114 +v -155.203934 -254.022827 35.977180 +v -155.203918 -253.315704 35.270073 +v -155.321487 -254.087433 35.912575 +v -155.321487 -253.380341 35.205467 +v -155.537033 -254.192642 35.807358 +v -155.537048 -253.485565 35.100250 +v -155.870132 -254.296600 35.703377 +v -155.870148 -253.589508 34.996277 +v -155.907410 -254.322968 35.677032 +v -155.907410 -253.615875 34.969917 +v -156.203247 -254.460846 35.539177 +v -156.203247 -253.753708 34.832062 +v -156.475815 -254.558517 35.441475 +v -156.475800 -253.851410 34.734375 +v -156.536362 -254.590790 35.409218 +v -156.536362 -253.883682 34.702110 +v -156.869492 -254.712692 35.287277 +v -156.869476 -254.005600 34.580185 +v -157.046616 -254.794067 35.205940 +v -157.046616 -254.086960 34.498833 +v -157.202591 -254.872574 35.127419 +v -157.202591 -254.165497 34.420303 +v -157.535706 -254.973175 35.026817 +v -157.535706 -254.266083 34.319710 +v -157.631577 -255.029587 34.970390 +v -157.631577 -254.322495 34.263283 +v -157.868805 -255.144470 34.855522 +v -157.868790 -254.437363 34.148422 +v -158.201920 -255.256241 34.743767 +v -158.201935 -254.549118 34.036659 +v -158.214539 -255.265167 34.734848 +v -158.214539 -254.558075 34.027740 +v -158.535034 -255.407623 34.592392 +v -158.535034 -254.700485 33.885292 +v -158.777573 -255.500717 34.499306 +v -158.777557 -254.793594 33.792198 +v -158.868134 -255.547806 34.452194 +v -158.868149 -254.840698 33.745087 +v -159.201248 -255.661530 34.338463 +v -159.201248 -254.954422 33.631363 +v -159.352432 -255.736237 34.263756 +v -159.352432 -255.029129 33.556648 +v -159.534363 -255.826645 34.173363 +v -159.534363 -255.119522 33.466255 +v -159.867477 -255.926773 34.073227 +v -159.867477 -255.219681 33.366112 +v -159.940948 -255.971786 34.028206 +v -159.940948 -255.264679 33.321106 +v -160.200577 -256.093567 33.906425 +v -160.200592 -255.386490 33.199318 +v -160.517685 -256.207306 33.792671 +v -160.517685 -255.500229 33.085556 +v -160.533691 -256.216187 33.783813 +v -160.533691 -255.509079 33.076706 +v -160.866806 -256.354004 33.646027 +v -160.866821 -255.646881 32.938911 +v -161.082352 -256.442871 33.557121 +v -161.082352 -255.735764 32.850014 +v -161.199921 -256.503204 33.496803 +v -161.199936 -255.796112 32.789688 +v -161.533035 -256.610931 33.389069 +v -161.533035 -255.903824 32.681961 +v -161.661728 -256.678436 33.321579 +v -161.661728 -255.971313 32.614471 +v -161.866135 -256.778320 33.221687 +v -161.866135 -256.071198 32.514587 +v -162.199234 -256.881927 33.118088 +v -162.199249 -256.174805 32.410973 +v -162.244568 -256.913971 33.086037 +v -162.244568 -256.206848 32.378929 +v -162.532364 -257.049927 32.950058 +v -162.532364 -256.342834 32.242950 +v -162.816589 -257.149536 32.850479 +v -162.816589 -256.442413 32.143379 +v -162.865479 -257.185760 32.814255 +v -162.865479 -256.478638 32.107147 +v -163.001816 -257.385040 32.614937 +v -163.001816 -256.677948 31.907837 +v -163.001831 -262.095947 27.904037 +v -163.001846 -261.388763 27.196968 +v 155.000000 -229.822311 60.177666 +v 75.000000 -229.822281 60.177639 +v 155.000000 -229.115219 59.470562 +v 75.000000 -229.115219 59.470562 +v 75.000000 -265.177704 24.822289 +v 75.000000 -264.470551 24.115227 +v 155.000000 -265.177704 24.822327 +v 155.000000 -264.470551 24.115227 +v -205.000000 -221.413574 68.314697 +v -205.000000 -215.857895 70.000000 +v -205.000000 -222.928833 67.071049 +v -205.000000 -185.000000 70.000000 +v -205.000015 -185.000015 -0.000008 +v -205.000000 -219.684692 69.238796 +v -205.000000 -217.808762 69.807854 +v -205.000000 -275.000000 0.000000 +v -205.000000 -275.000000 10.857864 +v -205.000000 -272.071198 17.928940 +v -205.000000 -274.807861 12.808769 +v -205.000000 -274.238800 14.684700 +v -205.000000 -273.314697 16.413567 +v 205.000000 -215.857895 70.000000 +v 205.000000 -185.000000 70.000000 +v 205.000015 -185.000015 -0.000008 +v 205.000000 -275.000000 0.000000 +v 205.000000 -275.000000 10.857857 +v 0.000000 -274.807861 12.808762 +v -41.000000 -274.807861 12.808762 +v -82.000000 -274.807861 12.808762 +v -82.000000 -274.238800 14.684700 +v -123.000000 -274.238800 14.684700 +v -123.000000 -273.314697 16.413559 +v -164.000000 -273.314697 16.413559 +v 205.000000 -274.807861 12.808762 +v 164.000000 -274.807861 12.808762 +v 123.000000 -274.807861 12.808762 +v 82.000000 -274.807861 12.808762 +v 82.000000 -274.238800 14.684700 +v 41.000000 -274.238800 14.684700 +v 41.000000 -273.314697 16.413559 +v 0.000000 -273.314697 16.413559 +v 205.000015 -272.071075 17.928940 +v 164.000000 -274.238800 14.684700 +v 205.000000 -274.238800 14.684700 +v 164.000000 -273.314697 16.413559 +v 205.000000 -273.314697 16.413559 +v -164.000000 -274.238800 14.684700 +v -164.000000 -274.807861 12.808762 +v 123.000000 -274.238800 14.684700 +v 123.000000 -273.314697 16.413559 +v 41.000000 -274.807861 12.808762 +v 0.000000 -274.238800 14.684700 +v -41.000000 -274.238800 14.684700 +v -41.000000 -273.314697 16.413559 +v -123.000000 -274.807861 12.808762 +v 82.000000 -273.314697 16.413559 +v -82.000000 -273.314697 16.413559 +v 205.000015 -222.928955 67.071060 +v 0.000000 -221.413574 68.314697 +v -41.000000 -221.413574 68.314697 +v -82.000000 -221.413574 68.314697 +v -82.000000 -219.684692 69.238792 +v -123.000000 -219.684692 69.238792 +v -123.000000 -217.808762 69.807854 +v -164.000000 -217.808762 69.807854 +v 205.000000 -221.413574 68.314697 +v 164.000000 -221.413574 68.314697 +v 123.000000 -221.413574 68.314697 +v 82.000000 -221.413574 68.314697 +v 82.000000 -219.684692 69.238792 +v 41.000000 -219.684692 69.238792 +v 41.000000 -217.808762 69.807854 +v 0.000000 -217.808762 69.807854 +v 164.000000 -219.684692 69.238792 +v 205.000000 -219.684692 69.238796 +v 164.000000 -217.808762 69.807854 +v 205.000000 -217.808762 69.807850 +v -164.000000 -219.684692 69.238792 +v -164.000000 -221.413574 68.314697 +v 123.000000 -219.684692 69.238792 +v 123.000000 -217.808762 69.807854 +v 41.000000 -221.413574 68.314697 +v 0.000000 -219.684692 69.238792 +v -41.000000 -219.684692 69.238792 +v -41.000000 -217.808762 69.807854 +v -123.000000 -221.413574 68.314697 +v 82.000000 -217.808762 69.807854 +v -82.000000 -217.808762 69.807854 +v -202.500000 220.000000 58.995674 +v -202.500000 221.000000 58.992207 +v -202.500000 220.000000 66.000000 +v -202.500000 221.000000 66.000000 +v -202.500000 224.500000 62.500000 +v -202.500000 224.574142 63.162830 +v -202.500000 221.000000 57.414215 +v -202.500000 224.792923 61.207100 +v -202.500000 224.574142 61.837173 +v -202.500000 224.792923 63.792904 +v -202.500000 221.000000 67.585785 +v -202.500000 224.000000 55.000000 +v -202.500000 231.000000 55.000000 +v -202.500000 224.000000 56.000000 +v -202.500000 231.000000 56.000000 +v -202.500000 227.500000 59.500000 +v -202.500000 228.162827 59.574139 +v -202.500000 228.792923 59.792896 +v -202.500000 232.585785 56.000000 +v -202.500000 226.837189 59.574139 +v -202.500000 226.207077 59.792896 +v -202.500000 222.414215 56.000000 +v -202.500000 231.000000 70.000000 +v -202.500000 224.000000 70.000000 +v -202.500000 231.000000 69.000000 +v -202.500000 224.000000 69.000000 +v -202.500000 227.500000 65.500000 +v -202.500000 226.837173 65.425861 +v -202.500000 226.207077 65.207096 +v -202.500000 222.414215 69.000000 +v -202.500000 228.162827 65.425861 +v -202.500000 228.792923 65.207096 +v -202.500000 232.585785 69.000000 +v -205.000015 220.000015 55.000000 +v -205.000000 220.000000 70.000000 +v -205.000000 235.000000 55.000000 +v -205.000000 235.000000 70.000000 +v -202.500000 235.000000 58.992207 +v -202.500015 235.000015 65.999996 +v -202.500000 234.000000 58.992207 +v -202.500000 234.000000 66.000000 +v -202.500000 230.500000 62.500000 +v -202.500000 230.425858 63.162827 +v -202.500000 230.207077 63.792904 +v -202.500000 234.000000 67.585785 +v -202.500000 230.425858 61.837170 +v -202.500000 230.207077 61.207100 +v -202.500000 234.000000 57.414215 +v 202.500000 224.000000 70.000000 +v 202.500000 231.000000 70.000000 +v 202.500000 224.000000 69.000000 +v 202.500000 231.000000 69.000000 +v 202.500000 227.500000 65.500000 +v 202.500000 228.162827 65.425861 +v 202.500000 228.792923 65.207096 +v 202.500000 232.585785 69.000000 +v 202.500000 226.837189 65.425861 +v 202.500000 226.207077 65.207096 +v 202.500000 222.414215 69.000000 +v 202.500000 220.000000 58.995674 +v 202.500000 220.000000 66.000000 +v 202.500000 221.000000 58.992207 +v 202.500000 221.000000 66.000000 +v 202.500000 224.500000 62.500000 +v 202.500000 224.574142 63.162827 +v 202.500000 224.792923 63.792904 +v 202.500000 221.000000 67.585785 +v 202.500000 224.574142 61.837170 +v 202.500000 224.792923 61.207100 +v 202.500000 221.000000 57.414215 +v 202.500000 231.000000 55.000000 +v 202.500000 224.000000 55.000000 +v 202.500000 231.000000 56.000000 +v 202.500000 224.000000 56.000000 +v 202.500000 227.500000 59.500000 +v 202.500000 226.837173 59.574139 +v 202.500000 226.207077 59.792896 +v 202.500000 222.414215 56.000000 +v 202.500000 228.162827 59.574139 +v 202.500000 228.792923 59.792896 +v 202.500000 232.585785 56.000000 +v 202.500000 235.000000 58.992207 +v 202.500000 234.000000 58.992207 +v 202.500015 235.000015 65.999996 +v 202.500000 234.000000 66.000000 +v 202.500000 230.500000 62.500000 +v 202.500000 230.425858 63.162830 +v 202.500000 234.000000 57.414215 +v 202.500000 230.207077 61.207100 +v 202.500000 230.425858 61.837173 +v 202.500000 230.207077 63.792904 +v 202.500000 234.000000 67.585785 +v 205.000000 220.000000 70.000000 +v 205.000000 220.000000 55.000000 +v 205.000000 235.000000 70.000000 +v 205.000015 235.000015 55.000000 +v 188.534485 224.574142 61.837170 +v 174.568970 224.574142 61.837170 +v 160.603455 224.574142 61.837170 +v 160.603455 224.500000 62.500000 +v 146.637939 224.500000 62.500000 +v 146.637924 224.574142 63.162830 +v 132.672409 224.574142 63.162830 +v 118.706902 224.574142 63.162830 +v 104.741386 224.574142 63.162830 +v 118.706902 224.500000 62.500000 +v 104.741386 224.500000 62.500000 +v 118.706902 224.574142 61.837170 +v 104.741386 224.574142 61.837170 +v 90.775871 224.574142 61.837170 +v 76.810356 224.574142 61.837170 +v 76.810356 224.500000 62.500000 +v 62.844826 224.500000 62.500000 +v 62.844826 224.574142 63.162830 +v 48.879311 224.574142 63.162830 +v 34.913792 224.574142 63.162830 +v 20.948277 224.574142 63.162830 +v 34.913792 224.500000 62.500000 +v 20.948277 224.500000 62.500000 +v 34.913792 224.574142 61.837170 +v 20.948277 224.574142 61.837170 +v 6.982759 224.574142 61.837170 +v -6.982759 224.574142 61.837166 +v -6.982759 224.500000 62.500000 +v -20.948277 224.500000 62.500000 +v -20.948277 224.574142 63.162830 +v -34.913792 224.574142 63.162830 +v -48.879311 224.574142 63.162830 +v -62.844830 224.574142 63.162830 +v -48.879311 224.500000 62.500000 +v -62.844830 224.500000 62.500000 +v -48.879311 224.574142 61.837170 +v -62.844830 224.574142 61.837170 +v -76.810356 224.574142 61.837170 +v -90.775871 224.574142 61.837170 +v -90.775871 224.500000 62.500000 +v -104.741386 224.500000 62.500000 +v -104.741386 224.574142 63.162830 +v -118.706902 224.574142 63.162830 +v -132.672409 224.574142 63.162830 +v -146.637924 224.574142 63.162830 +v -132.672424 224.500000 62.500000 +v -146.637939 224.500000 62.500000 +v -132.672409 224.574142 61.837170 +v -146.637924 224.574142 61.837170 +v -160.603455 224.574142 61.837170 +v -174.568970 224.574142 61.837170 +v -174.568970 224.500000 62.500000 +v -188.534485 224.500000 62.500000 +v -188.534485 224.574142 63.162830 +v -174.568970 224.574142 63.162830 +v -160.603455 224.574142 63.162830 +v -160.603455 224.500000 62.500000 +v 188.534485 224.500000 62.500000 +v 188.534485 224.574142 63.162830 +v 6.982759 224.574142 63.162830 +v -6.982759 224.574142 63.162830 +v -188.534485 224.574142 61.837170 +v -20.948277 224.574142 61.837170 +v -34.913792 224.574142 61.837170 +v -34.913792 224.500000 62.500000 +v 174.568970 224.500000 62.500000 +v 174.568970 224.574142 63.162830 +v 146.637924 224.574142 61.837170 +v 132.672409 224.574142 61.837170 +v 132.672424 224.500000 62.500000 +v 90.775871 224.500000 62.500000 +v 90.775871 224.574142 63.162830 +v 62.844826 224.574142 61.837170 +v 48.879311 224.574142 61.837170 +v 48.879311 224.500000 62.500000 +v 6.982759 224.500000 62.500000 +v -76.810356 224.500000 62.500000 +v -76.810356 224.574142 63.162830 +v -104.741386 224.574142 61.837170 +v -118.706902 224.574142 61.837170 +v -118.706902 224.500000 62.500000 +v 160.603455 224.574142 63.162830 +v 76.810356 224.574142 63.162830 +v -90.775871 224.574142 63.162830 +v 188.534485 228.162827 59.574139 +v 174.568970 228.162827 59.574139 +v 160.603455 228.162827 59.574139 +v 160.603455 227.500000 59.500000 +v 146.637939 227.500000 59.500000 +v 146.637924 226.837189 59.574139 +v 132.672409 226.837189 59.574139 +v 118.706902 226.837189 59.574139 +v 104.741386 226.837189 59.574139 +v 118.706902 227.500000 59.500000 +v 104.741386 227.500000 59.500000 +v 118.706902 228.162827 59.574139 +v 104.741386 228.162827 59.574139 +v 90.775871 228.162827 59.574139 +v 76.810356 228.162827 59.574139 +v 76.810356 227.500000 59.500000 +v 62.844826 227.500000 59.500000 +v 62.844826 226.837189 59.574139 +v 48.879311 226.837189 59.574139 +v 34.913792 226.837189 59.574139 +v 20.948277 226.837189 59.574139 +v 34.913792 227.500000 59.500000 +v 20.948277 227.500000 59.500000 +v 34.913792 228.162827 59.574139 +v 20.948277 228.162827 59.574139 +v 6.982759 228.162827 59.574139 +v -6.982759 228.162827 59.574135 +v -6.982759 227.500000 59.500000 +v -20.948277 227.500000 59.500000 +v -20.948277 226.837189 59.574139 +v -34.913792 226.837189 59.574139 +v -48.879311 226.837189 59.574139 +v -62.844830 226.837189 59.574139 +v -48.879311 227.500000 59.500000 +v -62.844830 227.500000 59.500000 +v -48.879311 228.162827 59.574139 +v -62.844830 228.162827 59.574139 +v -76.810356 228.162827 59.574139 +v -90.775871 228.162827 59.574139 +v -90.775871 227.500000 59.500000 +v -104.741386 227.500000 59.500000 +v -104.741386 226.837189 59.574139 +v -118.706902 226.837189 59.574139 +v -132.672409 226.837189 59.574139 +v -146.637924 226.837189 59.574139 +v -132.672424 227.500000 59.500000 +v -146.637939 227.500000 59.500000 +v -132.672409 228.162827 59.574139 +v -146.637924 228.162827 59.574139 +v -160.603455 228.162827 59.574139 +v -174.568970 228.162827 59.574139 +v -174.568970 227.500000 59.500000 +v -188.534485 227.500000 59.500000 +v -188.534485 226.837189 59.574139 +v -174.568970 226.837189 59.574139 +v -160.603455 226.837189 59.574139 +v -160.603455 227.500000 59.500000 +v 188.534485 227.500000 59.500000 +v 188.534485 226.837189 59.574139 +v 6.982759 226.837189 59.574135 +v -6.982759 226.837189 59.574139 +v -188.534485 228.162827 59.574139 +v -20.948277 228.162827 59.574139 +v -34.913792 228.162827 59.574139 +v -34.913792 227.500000 59.500000 +v 174.568970 227.500000 59.500000 +v 174.568970 226.837189 59.574139 +v 146.637924 228.162827 59.574139 +v 132.672409 228.162827 59.574139 +v 132.672424 227.500000 59.500000 +v 90.775871 227.500000 59.500000 +v 90.775871 226.837189 59.574139 +v 62.844826 228.162827 59.574139 +v 48.879311 228.162827 59.574139 +v 48.879311 227.500000 59.500000 +v 6.982759 227.500000 59.500000 +v -76.810356 227.500000 59.500000 +v -76.810356 226.837189 59.574139 +v -104.741386 228.162827 59.574139 +v -118.706902 228.162827 59.574139 +v -118.706902 227.500000 59.500000 +v 160.603455 226.837189 59.574139 +v 76.810356 226.837189 59.574139 +v -90.775871 226.837189 59.574139 +v 188.534485 230.425858 63.162830 +v 174.568970 230.425858 63.162830 +v 160.603455 230.425858 63.162830 +v 160.603455 230.500000 62.500000 +v 146.637939 230.500000 62.500000 +v 146.637924 230.425858 61.837170 +v 132.672409 230.425858 61.837170 +v 118.706902 230.425858 61.837170 +v 104.741386 230.425858 61.837170 +v 118.706902 230.500000 62.500000 +v 104.741386 230.500000 62.500000 +v 118.706902 230.425858 63.162830 +v 104.741386 230.425858 63.162830 +v 90.775871 230.425858 63.162830 +v 76.810356 230.425858 63.162830 +v 76.810356 230.500000 62.500000 +v 62.844826 230.500000 62.500000 +v 62.844826 230.425858 61.837170 +v 48.879311 230.425858 61.837170 +v 34.913792 230.425858 61.837170 +v 20.948277 230.425858 61.837170 +v 34.913792 230.500000 62.500000 +v 20.948277 230.500000 62.500000 +v 34.913792 230.425858 63.162830 +v 20.948277 230.425858 63.162830 +v 6.982759 230.425858 63.162830 +v -6.982759 230.425873 63.162830 +v -6.982759 230.500000 62.500000 +v -20.948277 230.500000 62.500000 +v -20.948277 230.425858 61.837170 +v -34.913792 230.425858 61.837170 +v -48.879311 230.425858 61.837170 +v -62.844830 230.425858 61.837170 +v -48.879311 230.500000 62.500000 +v -62.844830 230.500000 62.500000 +v -48.879311 230.425858 63.162830 +v -62.844830 230.425858 63.162830 +v -76.810356 230.425858 63.162830 +v -90.775871 230.425858 63.162830 +v -90.775871 230.500000 62.500000 +v -104.741386 230.500000 62.500000 +v -104.741386 230.425858 61.837170 +v -118.706902 230.425858 61.837170 +v -132.672409 230.425858 61.837170 +v -146.637924 230.425858 61.837170 +v -132.672424 230.500000 62.500000 +v -146.637939 230.500000 62.500000 +v -132.672409 230.425858 63.162830 +v -146.637924 230.425858 63.162830 +v -160.603455 230.425858 63.162830 +v -174.568970 230.425858 63.162830 +v -174.568970 230.500000 62.500000 +v -188.534485 230.500000 62.500000 +v -188.534485 230.425858 61.837170 +v -174.568970 230.425858 61.837170 +v -160.603455 230.425858 61.837170 +v -160.603455 230.500000 62.500000 +v 188.534485 230.500000 62.500000 +v 188.534485 230.425858 61.837170 +v 6.982759 230.425873 61.837166 +v -6.982759 230.425858 61.837170 +v -188.534485 230.425858 63.162830 +v -20.948277 230.425858 63.162830 +v -34.913792 230.425858 63.162830 +v -34.913792 230.500000 62.500000 +v 174.568970 230.500000 62.500000 +v 174.568970 230.425858 61.837170 +v 146.637924 230.425858 63.162830 +v 132.672409 230.425858 63.162830 +v 132.672424 230.500000 62.500000 +v 90.775871 230.500000 62.500000 +v 90.775871 230.425858 61.837170 +v 62.844826 230.425858 63.162830 +v 48.879311 230.425858 63.162830 +v 48.879311 230.500000 62.500000 +v 6.982759 230.500000 62.500000 +v -76.810356 230.500000 62.500000 +v -76.810356 230.425858 61.837170 +v -104.741386 230.425858 63.162830 +v -118.706902 230.425858 63.162830 +v -118.706902 230.500000 62.500000 +v 160.603455 230.425858 61.837170 +v 76.810356 230.425858 61.837170 +v -90.775871 230.425858 61.837170 +v 188.534485 226.837189 65.425861 +v 174.568970 226.837189 65.425861 +v 160.603455 226.837189 65.425861 +v 160.603455 227.500000 65.500000 +v 146.637939 227.500000 65.500000 +v 146.637924 228.162827 65.425861 +v 132.672409 228.162827 65.425861 +v 118.706902 228.162827 65.425861 +v 104.741386 228.162827 65.425861 +v 118.706902 227.500000 65.500000 +v 104.741386 227.500000 65.500000 +v 118.706902 226.837189 65.425861 +v 104.741386 226.837189 65.425861 +v 90.775871 226.837189 65.425861 +v 76.810356 226.837189 65.425861 +v 76.810356 227.500000 65.500000 +v 62.844826 227.500000 65.500000 +v 62.844826 228.162827 65.425861 +v 48.879311 228.162827 65.425861 +v 34.913792 228.162827 65.425861 +v 20.948277 228.162827 65.425861 +v 34.913792 227.500000 65.500000 +v 20.948277 227.500000 65.500000 +v 34.913792 226.837189 65.425861 +v 20.948277 226.837189 65.425861 +v 6.982759 226.837189 65.425861 +v -6.982759 226.837189 65.425861 +v -6.982759 227.500000 65.500000 +v -20.948277 227.500000 65.500000 +v -20.948277 228.162827 65.425861 +v -34.913792 228.162827 65.425861 +v -48.879311 228.162827 65.425861 +v -62.844830 228.162827 65.425861 +v -48.879311 227.500000 65.500000 +v -62.844830 227.500000 65.500000 +v -48.879311 226.837189 65.425861 +v -62.844830 226.837189 65.425861 +v -76.810356 226.837189 65.425861 +v -90.775871 226.837189 65.425861 +v -90.775871 227.500000 65.500000 +v -104.741386 227.500000 65.500000 +v -104.741386 228.162827 65.425861 +v -118.706902 228.162827 65.425861 +v -132.672409 228.162827 65.425861 +v -146.637924 228.162827 65.425861 +v -132.672424 227.500000 65.500000 +v -146.637939 227.500000 65.500000 +v -132.672409 226.837189 65.425861 +v -146.637924 226.837189 65.425861 +v -160.603455 226.837189 65.425861 +v -174.568970 226.837189 65.425861 +v -174.568970 227.500000 65.500000 +v -188.534485 227.500000 65.500000 +v -188.534485 228.162827 65.425861 +v -174.568970 228.162827 65.425861 +v -160.603455 228.162827 65.425861 +v -160.603455 227.500000 65.500000 +v 188.534485 227.500000 65.500000 +v 188.534485 228.162827 65.425861 +v 6.982759 228.162827 65.425861 +v -6.982759 228.162827 65.425861 +v -188.534485 226.837189 65.425861 +v -20.948277 226.837189 65.425861 +v -34.913792 226.837189 65.425861 +v -34.913792 227.500000 65.500000 +v 174.568970 227.500000 65.500000 +v 174.568970 228.162827 65.425861 +v 146.637924 226.837189 65.425861 +v 132.672409 226.837189 65.425861 +v 132.672424 227.500000 65.500000 +v 90.775871 227.500000 65.500000 +v 90.775871 228.162827 65.425861 +v 62.844826 226.837189 65.425861 +v 48.879311 226.837189 65.425861 +v 48.879311 227.500000 65.500000 +v 6.982759 227.500000 65.500000 +v -76.810356 227.500000 65.500000 +v -76.810356 228.162827 65.425861 +v -104.741386 226.837189 65.425861 +v -118.706902 226.837189 65.425861 +v -118.706902 227.500000 65.500000 +v 160.603455 228.162827 65.425861 +v 76.810356 228.162827 65.425861 +v -90.775871 228.162827 65.425861 +v -199.500000 -185.000000 56.000000 +v -201.500015 -185.000015 56.000000 +v -199.500000 -185.000000 55.000000 +v -203.500000 -185.000000 55.000000 +v -202.500000 -185.000000 57.000000 +v -203.500000 -185.000000 59.000000 +v -202.500000 -185.000000 59.000000 +v -197.500000 -185.000000 60.000000 +v -198.500015 -185.000015 60.999996 +v -193.500000 -185.000000 60.000000 +v -193.500000 -185.000000 65.000000 +v -183.500000 -185.000000 60.000000 +v -183.500015 -185.000015 64.999996 +v -178.500015 -185.000015 63.999996 +v -179.500000 -185.000000 65.000000 +v -174.500000 -185.000000 68.000000 +v -175.500015 -185.000015 68.999996 +v -173.500000 -185.000000 70.000000 +v -177.500000 -185.000000 70.000000 +v -187.500000 -185.000000 56.000000 +v -189.500000 -185.000000 56.000000 +v -192.500000 -185.000000 55.000000 +v -192.500000 -185.000000 56.000000 +v -184.500000 -185.000000 55.000000 +v -184.500000 -185.000000 56.000000 +v -178.500000 -185.000000 61.000000 +v -179.500000 -185.000000 60.000000 +v -174.500000 -185.000000 57.000000 +v -175.500015 -185.000015 56.000000 +v -173.500000 -185.000000 55.000000 +v -177.500000 -185.000000 55.000000 +v -177.500000 -185.000000 56.000000 +v -173.500000 -185.000000 59.000000 +v -174.500000 -185.000000 59.000000 +v -174.500000 -185.000000 66.000000 +v -173.500000 -185.000000 66.000000 +v -177.500000 -185.000000 69.000000 +v -187.500000 -185.000000 69.000000 +v -189.500000 -185.000000 69.000000 +v -192.500000 -185.000000 70.000000 +v -192.500000 -185.000000 69.000000 +v -184.500000 -185.000000 69.000000 +v -184.500000 -185.000000 70.000000 +v -198.500000 -185.000000 64.000000 +v -197.500000 -185.000000 65.000000 +v -202.500000 -185.000000 68.000000 +v -201.500015 -185.000015 68.999996 +v -203.500000 -185.000000 70.000000 +v -199.500000 -185.000000 70.000000 +v -199.500000 -185.000000 69.000000 +v -203.500000 -185.000000 66.000000 +v -202.500000 -185.000000 66.000000 +v -179.500000 220.000000 65.000000 +v -175.500015 220.000015 68.999996 +v -183.500000 220.000000 65.000000 +v -187.500000 220.000000 69.000000 +v -184.500000 220.000000 69.000000 +v -184.500000 220.000000 70.000000 +v -192.500000 220.000000 70.000000 +v -192.500000 220.000000 69.000000 +v -189.500000 220.000000 69.000000 +v -193.500000 220.000000 65.000000 +v -197.500000 220.000000 65.000000 +v -201.500015 220.000015 68.999996 +v -199.500000 220.000000 69.000000 +v -199.500000 220.000000 70.000000 +v -203.500000 220.000000 70.000000 +v -203.500000 220.000000 66.000000 +v -202.500000 220.000000 68.000000 +v -198.500015 220.000015 63.999996 +v -198.500000 220.000000 61.000000 +v -202.500000 220.000000 57.000000 +v -203.500000 220.000000 59.000000 +v -203.500000 220.000000 55.000000 +v -199.500000 220.000000 55.000000 +v -199.500000 220.000000 56.000000 +v -201.500015 220.000015 56.000000 +v -197.500000 220.000000 60.000000 +v -193.500000 220.000000 60.000000 +v -189.500000 220.000000 56.000000 +v -192.500000 220.000000 56.000000 +v -192.500000 220.000000 55.000000 +v -184.500000 220.000000 55.000000 +v -184.500000 220.000000 56.000000 +v -187.500000 220.000000 56.000000 +v -183.500000 220.000000 60.000000 +v -179.500000 220.000000 60.000000 +v -175.500015 220.000015 56.000000 +v -177.500000 220.000000 56.000000 +v -177.500000 220.000000 55.000000 +v -173.500000 220.000000 55.000000 +v -173.500000 220.000000 59.000000 +v -174.500000 220.000000 59.000000 +v -174.500000 220.000000 57.000000 +v -178.500015 220.000015 60.999996 +v -178.500000 220.000000 64.000000 +v -174.500000 220.000000 68.000000 +v -174.500000 220.000000 66.000000 +v -173.500000 220.000000 66.000000 +v -173.500000 220.000000 70.000000 +v -177.500000 220.000000 70.000000 +v -177.500000 220.000000 69.000000 +v 174.500000 -185.000000 66.000000 +v 174.500000 -185.000000 68.000000 +v 173.500000 -185.000000 66.000000 +v 173.500000 -185.000000 70.000000 +v 175.500015 -185.000015 68.999996 +v 177.500000 -185.000000 70.000000 +v 177.500000 -185.000000 69.000000 +v 179.500000 -185.000000 65.000000 +v 178.500000 -185.000000 64.000000 +v 183.500000 -185.000000 65.000000 +v 178.500015 -185.000015 60.999996 +v 183.500000 -185.000000 60.000000 +v 179.500000 -185.000000 60.000000 +v 174.500000 -185.000000 57.000000 +v 175.500015 -185.000015 56.000000 +v 173.500000 -185.000000 55.000000 +v 177.500000 -185.000000 55.000000 +v 174.500000 -185.000000 59.000000 +v 173.500000 -185.000000 59.000000 +v 177.500000 -185.000000 56.000000 +v 187.500000 -185.000000 56.000000 +v 189.500000 -185.000000 56.000000 +v 193.500000 -185.000000 60.000000 +v 193.500015 -185.000015 64.999996 +v 189.500000 -185.000000 69.000000 +v 184.500000 -185.000000 56.000000 +v 184.500000 -185.000000 55.000000 +v 192.500000 -185.000000 55.000000 +v 192.500000 -185.000000 56.000000 +v 197.500000 -185.000000 60.000000 +v 198.500000 -185.000000 61.000000 +v 198.500015 -185.000015 63.999996 +v 197.500000 -185.000000 65.000000 +v 202.500000 -185.000000 68.000000 +v 201.500015 -185.000015 68.999996 +v 203.500000 -185.000000 70.000000 +v 199.500000 -185.000000 70.000000 +v 202.500000 -185.000000 57.000000 +v 201.500015 -185.000015 56.000000 +v 203.500000 -185.000000 55.000000 +v 199.500000 -185.000000 55.000000 +v 199.500000 -185.000000 56.000000 +v 203.500000 -185.000000 59.000000 +v 202.500000 -185.000000 59.000000 +v 202.500000 -185.000000 66.000000 +v 203.500000 -185.000000 66.000000 +v 199.500000 -185.000000 69.000000 +v 192.500000 -185.000000 69.000000 +v 192.500000 -185.000000 70.000000 +v 184.500000 -185.000000 70.000000 +v 187.500000 -185.000000 69.000000 +v 184.500000 -185.000000 69.000000 +v 198.500015 220.000015 60.999996 +v 202.500000 220.000000 57.000000 +v 198.500000 220.000000 64.000000 +v 202.500000 220.000000 68.000000 +v 203.500000 220.000000 66.000000 +v 203.500000 220.000000 70.000000 +v 199.500000 220.000000 70.000000 +v 199.500000 220.000000 69.000000 +v 201.500015 220.000015 68.999996 +v 197.500000 220.000000 65.000000 +v 193.500000 220.000000 65.000000 +v 189.500000 220.000000 69.000000 +v 192.500000 220.000000 69.000000 +v 192.500000 220.000000 70.000000 +v 184.500000 220.000000 70.000000 +v 184.500000 220.000000 69.000000 +v 187.500000 220.000000 69.000000 +v 183.500000 220.000000 65.000000 +v 179.500000 220.000000 65.000000 +v 175.500015 220.000015 68.999996 +v 177.500000 220.000000 69.000000 +v 177.500000 220.000000 70.000000 +v 173.500000 220.000000 70.000000 +v 173.500000 220.000000 66.000000 +v 174.500000 220.000000 66.000000 +v 174.500000 220.000000 68.000000 +v 178.500015 220.000015 63.999996 +v 178.500000 220.000000 61.000000 +v 174.500000 220.000000 57.000000 +v 174.500000 220.000000 59.000000 +v 173.500000 220.000000 59.000000 +v 173.500000 220.000000 55.000000 +v 177.500000 220.000000 55.000000 +v 177.500000 220.000000 56.000000 +v 175.500015 220.000015 56.000000 +v 179.500000 220.000000 60.000000 +v 183.500000 220.000000 60.000000 +v 187.500000 220.000000 56.000000 +v 184.500000 220.000000 56.000000 +v 184.500000 220.000000 55.000000 +v 192.500000 220.000000 55.000000 +v 192.500000 220.000000 56.000000 +v 189.500000 220.000000 56.000000 +v 193.500000 220.000000 60.000000 +v 197.500000 220.000000 60.000000 +v 201.500015 220.000015 56.000000 +v 199.500000 220.000000 56.000000 +v 199.500000 220.000000 55.000000 +v 203.500000 220.000000 55.000000 +v 203.500000 220.000000 59.000000 +v 173.500000 50.000000 70.000000 +v 173.500000 50.000000 68.000000 +v 173.500000 -185.000000 68.000000 +v -173.500000 50.000000 70.000000 +v -173.500000 50.000000 68.000000 +v -173.500000 -185.000000 68.000000 +v 199.500000 51.000000 70.000000 +v 201.500015 51.000004 69.999996 +v 199.500000 50.000000 70.000000 +v 203.500000 50.000000 70.000000 +v 202.500000 52.000000 70.000000 +v 203.500000 54.000000 70.000000 +v 202.500000 54.000000 70.000000 +v 197.500000 55.000000 70.000000 +v 198.500015 56.000004 69.999996 +v 193.500000 55.000000 70.000000 +v 193.500000 60.000000 70.000000 +v 183.500000 55.000000 70.000000 +v 183.500000 60.000000 70.000000 +v 178.500015 56.000004 69.999996 +v 178.500000 59.000000 70.000000 +v 187.500015 51.000004 69.999996 +v 189.500015 51.000004 69.999996 +v 184.500000 50.000000 70.000000 +v 192.500000 50.000000 70.000000 +v 192.500000 51.000000 70.000000 +v 184.500000 51.000000 70.000000 +v 179.500000 55.000000 70.000000 +v 174.500000 52.000000 70.000000 +v 175.500015 51.000004 69.999996 +v 177.500000 50.000000 70.000000 +v 177.500000 51.000000 70.000000 +v 173.500000 54.000000 70.000000 +v 174.500000 54.000000 70.000000 +v 179.500000 60.000000 70.000000 +v 174.500000 63.000000 70.000000 +v 175.500015 64.000000 69.999996 +v 173.500000 65.000000 70.000000 +v 177.500000 65.000000 70.000000 +v 174.500000 61.000000 70.000000 +v 173.500000 61.000000 70.000000 +v 177.500000 64.000000 70.000000 +v 189.500000 64.000000 70.000000 +v 187.500000 64.000000 70.000000 +v 184.500000 65.000000 70.000000 +v 184.500000 64.000000 70.000000 +v 192.500000 65.000000 70.000000 +v 192.500000 64.000000 70.000000 +v 198.500000 59.000000 70.000000 +v 197.500000 60.000000 70.000000 +v 202.500000 63.000000 70.000000 +v 201.500015 64.000000 69.999996 +v 203.500000 65.000000 70.000000 +v 199.500000 65.000000 70.000000 +v 199.500000 64.000000 70.000000 +v 203.500000 61.000000 70.000000 +v 202.500000 61.000000 70.000000 +v 201.500015 51.000004 620.000031 +v 197.500000 55.000000 620.000000 +v 193.500000 55.000000 620.000000 +v 189.500015 51.000004 620.000031 +v 192.500000 51.000000 620.000000 +v 192.500000 50.000000 620.000000 +v 184.500000 50.000000 620.000000 +v 184.500000 51.000000 620.000000 +v 187.500015 51.000004 620.000031 +v 183.500000 55.000000 620.000000 +v 179.500000 55.000000 620.000000 +v 175.500015 51.000004 620.000031 +v 177.500000 51.000000 620.000000 +v 177.500000 50.000000 620.000000 +v 173.500000 50.000000 620.000000 +v 173.500000 54.000000 620.000000 +v 174.500000 54.000000 620.000000 +v 174.500000 52.000000 620.000000 +v 178.500015 56.000004 620.000031 +v 178.500000 59.000000 620.000000 +v 174.500000 63.000000 620.000000 +v 174.500000 61.000000 620.000000 +v 173.500000 61.000000 620.000000 +v 173.500000 65.000000 620.000000 +v 177.500000 65.000000 620.000000 +v 177.500000 64.000000 620.000000 +v 175.500015 64.000000 620.000031 +v 179.500000 60.000000 620.000000 +v 183.500000 60.000000 620.000000 +v 187.500015 64.000000 620.000031 +v 184.500000 64.000000 620.000000 +v 184.500000 65.000000 620.000000 +v 192.500000 65.000000 620.000000 +v 192.500000 64.000000 620.000000 +v 189.500015 64.000000 620.000031 +v 193.500000 60.000000 620.000000 +v 197.500000 60.000000 620.000000 +v 201.500015 64.000000 620.000031 +v 199.500000 64.000000 620.000000 +v 199.500000 65.000000 620.000000 +v 203.500000 65.000000 620.000000 +v 203.500000 61.000000 620.000000 +v 202.500000 61.000000 620.000000 +v 202.500000 63.000000 620.000000 +v 198.500000 59.000000 620.000000 +v 198.500015 56.000004 620.000031 +v 202.500000 52.000000 620.000000 +v 202.500000 54.000000 620.000000 +v 203.500000 54.000000 620.000000 +v 203.500000 50.000000 620.000000 +v 199.500000 50.000000 620.000000 +v 199.500000 51.000000 620.000000 +v -174.500000 61.000000 70.000000 +v -174.500000 63.000000 70.000000 +v -173.500000 61.000000 70.000000 +v -173.500000 65.000000 70.000000 +v -175.500015 64.000000 69.999996 +v -177.500000 65.000000 70.000000 +v -177.500000 64.000000 70.000000 +v -179.500000 60.000000 70.000000 +v -178.500000 59.000000 70.000000 +v -183.500000 60.000000 70.000000 +v -178.500015 56.000004 69.999996 +v -183.500000 55.000000 70.000000 +v -179.500000 55.000000 70.000000 +v -174.500000 52.000000 70.000000 +v -175.500015 51.000004 69.999996 +v -177.500000 50.000000 70.000000 +v -174.500000 54.000000 70.000000 +v -173.500000 54.000000 70.000000 +v -177.500000 51.000000 70.000000 +v -187.500015 51.000004 69.999996 +v -189.500015 51.000004 69.999996 +v -193.500000 55.000000 70.000000 +v -193.500000 60.000000 70.000000 +v -187.500000 64.000000 70.000000 +v -189.500000 64.000000 70.000000 +v -192.500000 65.000000 70.000000 +v -192.500000 64.000000 70.000000 +v -184.500000 51.000000 70.000000 +v -184.500000 50.000000 70.000000 +v -192.500000 50.000000 70.000000 +v -192.500000 51.000000 70.000000 +v -198.500015 56.000004 69.999996 +v -197.500000 55.000000 70.000000 +v -202.500000 52.000000 70.000000 +v -201.500015 51.000004 69.999996 +v -203.500000 50.000000 70.000000 +v -199.500000 50.000000 70.000000 +v -199.500000 51.000000 70.000000 +v -203.500000 54.000000 70.000000 +v -202.500000 54.000000 70.000000 +v -198.500000 59.000000 70.000000 +v -197.500000 60.000000 70.000000 +v -202.500000 63.000000 70.000000 +v -201.500015 64.000000 69.999996 +v -203.500000 65.000000 70.000000 +v -199.500000 65.000000 70.000000 +v -202.500000 61.000000 70.000000 +v -203.500000 61.000000 70.000000 +v -199.500000 64.000000 70.000000 +v -184.500000 65.000000 70.000000 +v -184.500000 64.000000 70.000000 +v -174.500000 63.000000 620.000000 +v -178.500000 59.000000 620.000000 +v -178.500015 56.000004 620.000031 +v -174.500000 52.000000 620.000000 +v -174.500000 54.000000 620.000000 +v -173.500000 54.000000 620.000000 +v -173.500000 50.000000 620.000000 +v -177.500000 50.000000 620.000000 +v -177.500000 51.000000 620.000000 +v -175.500015 51.000004 620.000031 +v -179.500000 55.000000 620.000000 +v -183.500000 55.000000 620.000000 +v -187.500015 51.000004 620.000031 +v -184.500000 51.000000 620.000000 +v -184.500000 50.000000 620.000000 +v -192.500000 50.000000 620.000000 +v -192.500000 51.000000 620.000000 +v -189.500015 51.000004 620.000031 +v -193.500000 55.000000 620.000000 +v -197.500000 55.000000 620.000000 +v -201.500015 51.000004 620.000031 +v -199.500000 51.000000 620.000000 +v -199.500000 50.000000 620.000000 +v -203.500000 50.000000 620.000000 +v -203.500000 54.000000 620.000000 +v -202.500000 54.000000 620.000000 +v -202.500000 52.000000 620.000000 +v -198.500015 56.000004 620.000031 +v -198.500000 59.000000 620.000000 +v -202.500000 63.000000 620.000000 +v -202.500000 61.000000 620.000000 +v -203.500000 61.000000 620.000000 +v -203.500000 65.000000 620.000000 +v -199.500000 65.000000 620.000000 +v -199.500000 64.000000 620.000000 +v -201.500015 64.000000 620.000031 +v -197.500000 60.000000 620.000000 +v -193.500000 60.000000 620.000000 +v -189.500015 64.000000 620.000031 +v -192.500000 64.000000 620.000000 +v -192.500000 65.000000 620.000000 +v -184.500000 65.000000 620.000000 +v -184.500000 64.000000 620.000000 +v -187.500015 64.000000 620.000031 +v -183.500000 60.000000 620.000000 +v -179.500000 60.000000 620.000000 +v -175.500015 64.000000 620.000031 +v -177.500000 64.000000 620.000000 +v -177.500000 65.000000 620.000000 +v -173.500000 65.000000 620.000000 +v -173.500000 61.000000 620.000000 +v -174.500000 61.000000 620.000000 +v -202.500000 50.000000 623.992249 +v -202.500000 51.000000 623.992249 +v -202.500015 50.000004 631.000031 +v -202.500000 51.000000 631.000000 +v -202.500000 54.500000 627.500000 +v -202.500000 54.574139 628.162842 +v -202.500000 51.000000 622.414215 +v -202.500000 54.792904 626.207092 +v -202.500000 54.574139 626.837158 +v -202.500000 54.792904 628.792908 +v -202.500000 51.000000 632.585815 +v -202.500000 54.000000 621.000000 +v -202.500000 61.000000 621.000000 +v -202.500000 57.500000 624.500000 +v -202.500000 58.162827 624.574127 +v -202.500000 58.792900 624.792908 +v -202.500000 62.585785 621.000000 +v -202.500000 56.837170 624.574127 +v -202.500000 56.207096 624.792908 +v -202.500000 52.414215 621.000000 +v -202.500000 61.000000 635.000000 +v -202.500000 54.000000 635.000000 +v -202.500000 61.000000 634.000000 +v -202.500000 54.000000 634.000000 +v -202.500000 57.500000 630.500000 +v -202.500000 56.837173 630.425873 +v -202.500000 56.207096 630.207092 +v -202.500000 52.414215 634.000000 +v -202.500000 58.162830 630.425873 +v -202.500000 58.792900 630.207092 +v -202.500000 62.585785 634.000000 +v -205.000015 50.000004 620.000031 +v -205.000000 50.000000 635.000000 +v -205.000000 65.000000 620.000000 +v -205.000000 65.000000 635.000000 +v -202.500000 65.000000 623.992249 +v -202.500015 65.000000 631.000031 +v -202.500000 64.000000 623.992249 +v -202.500000 64.000000 631.000000 +v -202.500000 60.500000 627.500000 +v -202.500000 60.425861 628.162842 +v -202.500000 60.207104 628.792908 +v -202.500000 64.000000 632.585815 +v -202.500000 60.425861 626.837158 +v -202.500000 60.207104 626.207092 +v -202.500000 64.000000 622.414215 +v 202.500000 54.000000 635.000000 +v 202.500000 61.000000 635.000000 +v 202.500000 54.000000 634.000000 +v 202.500000 61.000000 634.000000 +v 202.500000 57.500000 630.500000 +v 202.500000 58.162827 630.425873 +v 202.500000 58.792900 630.207092 +v 202.500000 62.585785 634.000000 +v 202.500000 56.837170 630.425873 +v 202.500000 56.207096 630.207092 +v 202.500000 52.414215 634.000000 +v 202.500000 50.000000 623.992249 +v 202.500015 50.000004 631.000031 +v 202.500000 51.000000 623.992249 +v 202.500000 51.000000 631.000000 +v 202.500000 54.500000 627.500000 +v 202.500000 54.574139 628.162842 +v 202.500000 54.792904 628.792908 +v 202.500000 51.000000 632.585815 +v 202.500000 54.574139 626.837158 +v 202.500000 54.792904 626.207092 +v 202.500000 51.000000 622.414215 +v 202.500000 61.000000 621.000000 +v 202.500000 54.000000 621.000000 +v 202.500000 57.500000 624.500000 +v 202.500000 56.837173 624.574127 +v 202.500000 56.207096 624.792908 +v 202.500000 52.414215 621.000000 +v 202.500000 58.162830 624.574127 +v 202.500000 58.792900 624.792908 +v 202.500000 62.585785 621.000000 +v 202.500000 65.000000 623.992249 +v 202.500000 64.000000 623.992249 +v 202.500015 65.000000 631.000031 +v 202.500000 64.000000 631.000000 +v 202.500000 60.500000 627.500000 +v 202.500000 60.425861 628.162842 +v 202.500000 64.000000 622.414215 +v 202.500000 60.207104 626.207092 +v 202.500000 60.425861 626.837158 +v 202.500000 60.207104 628.792908 +v 202.500000 64.000000 632.585815 +v 205.000000 50.000000 635.000000 +v 205.000000 50.000000 620.000000 +v 205.000000 65.000000 635.000000 +v 205.000015 65.000000 620.000031 +v 188.534485 54.574139 626.837158 +v 174.568970 54.574139 626.837158 +v 160.603455 54.574139 626.837158 +v 160.603455 54.500000 627.500000 +v 146.637939 54.500000 627.500000 +v 146.637924 54.574139 628.162842 +v 132.672409 54.574139 628.162842 +v 118.706902 54.574139 628.162842 +v 104.741386 54.574139 628.162842 +v 118.706902 54.500000 627.500000 +v 104.741386 54.500000 627.500000 +v 118.706902 54.574139 626.837158 +v 104.741386 54.574139 626.837158 +v 90.775871 54.574139 626.837158 +v 76.810356 54.574139 626.837158 +v 76.810356 54.500000 627.500000 +v 62.844826 54.500000 627.500000 +v 62.844826 54.574139 628.162842 +v 48.879311 54.574139 628.162842 +v 34.913792 54.574139 628.162842 +v 20.948277 54.574139 628.162842 +v 34.913792 54.500000 627.500000 +v 20.948277 54.500000 627.500000 +v 34.913792 54.574139 626.837158 +v 20.948277 54.574139 626.837158 +v 6.982759 54.574139 626.837158 +v -6.982759 54.574139 626.837158 +v -6.982759 54.500000 627.500000 +v -20.948277 54.500000 627.500000 +v -20.948277 54.574139 628.162842 +v -34.913792 54.574139 628.162842 +v -48.879311 54.574139 628.162842 +v -62.844830 54.574139 628.162842 +v -48.879311 54.500000 627.500000 +v -62.844830 54.500000 627.500000 +v -48.879311 54.574139 626.837158 +v -62.844830 54.574139 626.837158 +v -76.810356 54.574139 626.837158 +v -90.775871 54.574139 626.837158 +v -90.775871 54.500000 627.500000 +v -104.741386 54.500000 627.500000 +v -104.741386 54.574139 628.162842 +v -118.706902 54.574139 628.162842 +v -132.672409 54.574139 628.162842 +v -146.637924 54.574139 628.162842 +v -132.672424 54.500000 627.500000 +v -146.637939 54.500000 627.500000 +v -132.672409 54.574139 626.837158 +v -146.637924 54.574139 626.837158 +v -160.603455 54.574139 626.837158 +v -174.568970 54.574139 626.837158 +v -174.568970 54.500000 627.500000 +v -188.534485 54.500000 627.500000 +v -188.534485 54.574139 628.162842 +v -174.568970 54.574139 628.162842 +v -160.603455 54.574139 628.162842 +v -160.603455 54.500000 627.500000 +v 188.534485 54.500000 627.500000 +v 188.534485 54.574139 628.162842 +v 6.982759 54.574139 628.162842 +v -6.982759 54.574139 628.162842 +v -188.534485 54.574139 626.837158 +v -20.948277 54.574139 626.837158 +v -34.913792 54.574139 626.837158 +v -34.913792 54.500000 627.500000 +v 174.568970 54.500000 627.500000 +v 174.568970 54.574139 628.162842 +v 146.637924 54.574139 626.837158 +v 132.672409 54.574139 626.837158 +v 132.672424 54.500000 627.500000 +v 90.775871 54.500000 627.500000 +v 90.775871 54.574139 628.162842 +v 62.844826 54.574139 626.837158 +v 48.879311 54.574139 626.837158 +v 48.879311 54.500000 627.500000 +v 6.982759 54.500000 627.500000 +v -76.810356 54.500000 627.500000 +v -76.810356 54.574139 628.162842 +v -104.741386 54.574139 626.837158 +v -118.706902 54.574139 626.837158 +v -118.706902 54.500000 627.500000 +v 160.603455 54.574139 628.162842 +v 76.810356 54.574139 628.162842 +v -90.775871 54.574139 628.162842 +v 188.534485 58.162830 624.574127 +v 174.568970 58.162830 624.574127 +v 160.603455 58.162830 624.574127 +v 160.603455 57.500000 624.500000 +v 146.637939 57.500000 624.500000 +v 146.637924 56.837170 624.574127 +v 132.672409 56.837170 624.574127 +v 118.706902 56.837170 624.574127 +v 104.741386 56.837170 624.574127 +v 118.706902 57.500000 624.500000 +v 104.741386 57.500000 624.500000 +v 118.706902 58.162830 624.574127 +v 104.741386 58.162830 624.574127 +v 90.775871 58.162830 624.574127 +v 76.810356 58.162830 624.574127 +v 76.810356 57.500000 624.500000 +v 62.844826 57.500000 624.500000 +v 62.844826 56.837170 624.574127 +v 48.879311 56.837170 624.574127 +v 34.913792 56.837170 624.574127 +v 20.948277 56.837170 624.574127 +v 34.913792 57.500000 624.500000 +v 20.948277 57.500000 624.500000 +v 34.913792 58.162830 624.574127 +v 20.948277 58.162830 624.574127 +v 6.982759 58.162830 624.574127 +v -6.982759 58.162834 624.574158 +v -6.982759 57.500000 624.500000 +v -20.948277 57.500000 624.500000 +v -20.948277 56.837170 624.574127 +v -34.913792 56.837170 624.574127 +v -48.879311 56.837170 624.574127 +v -62.844830 56.837170 624.574127 +v -48.879311 57.500000 624.500000 +v -62.844830 57.500000 624.500000 +v -48.879311 58.162830 624.574127 +v -62.844830 58.162830 624.574127 +v -76.810356 58.162830 624.574127 +v -90.775871 58.162830 624.574127 +v -90.775871 57.500000 624.500000 +v -104.741386 57.500000 624.500000 +v -104.741386 56.837170 624.574127 +v -118.706902 56.837170 624.574127 +v -132.672409 56.837170 624.574127 +v -146.637924 56.837170 624.574127 +v -132.672424 57.500000 624.500000 +v -146.637939 57.500000 624.500000 +v -132.672409 58.162830 624.574127 +v -146.637924 58.162830 624.574127 +v -160.603455 58.162830 624.574127 +v -174.568970 58.162830 624.574127 +v -174.568970 57.500000 624.500000 +v -188.534485 57.500000 624.500000 +v -188.534485 56.837170 624.574127 +v -174.568970 56.837170 624.574127 +v -160.603455 56.837170 624.574127 +v -160.603455 57.500000 624.500000 +v 188.534485 57.500000 624.500000 +v 188.534485 56.837170 624.574127 +v 6.982759 56.837170 624.574158 +v -6.982759 56.837170 624.574127 +v -188.534485 58.162830 624.574127 +v -20.948277 58.162830 624.574127 +v -34.913792 58.162830 624.574127 +v -34.913792 57.500000 624.500000 +v 174.568970 57.500000 624.500000 +v 174.568970 56.837170 624.574127 +v 146.637924 58.162830 624.574127 +v 132.672409 58.162830 624.574127 +v 132.672424 57.500000 624.500000 +v 90.775871 57.500000 624.500000 +v 90.775871 56.837170 624.574127 +v 62.844826 58.162830 624.574127 +v 48.879311 58.162830 624.574127 +v 48.879311 57.500000 624.500000 +v 6.982759 57.500000 624.500000 +v -76.810356 57.500000 624.500000 +v -76.810356 56.837170 624.574127 +v -104.741386 58.162830 624.574127 +v -118.706902 58.162830 624.574127 +v -118.706902 57.500000 624.500000 +v 160.603455 56.837170 624.574127 +v 76.810356 56.837170 624.574127 +v -90.775871 56.837170 624.574127 +v 188.534485 60.425861 628.162842 +v 174.568970 60.425861 628.162842 +v 160.603455 60.425861 628.162842 +v 160.603455 60.500000 627.500000 +v 146.637939 60.500000 627.500000 +v 146.637924 60.425861 626.837158 +v 132.672409 60.425861 626.837158 +v 118.706902 60.425861 626.837158 +v 104.741386 60.425861 626.837158 +v 118.706902 60.500000 627.500000 +v 104.741386 60.500000 627.500000 +v 118.706902 60.425861 628.162842 +v 104.741386 60.425861 628.162842 +v 90.775871 60.425861 628.162842 +v 76.810356 60.425861 628.162842 +v 76.810356 60.500000 627.500000 +v 62.844826 60.500000 627.500000 +v 62.844826 60.425861 626.837158 +v 48.879311 60.425861 626.837158 +v 34.913792 60.425861 626.837158 +v 20.948277 60.425861 626.837158 +v 34.913792 60.500000 627.500000 +v 20.948277 60.500000 627.500000 +v 34.913792 60.425861 628.162842 +v 20.948277 60.425861 628.162842 +v 6.982759 60.425861 628.162842 +v -6.982759 60.425865 628.162842 +v -6.982759 60.500000 627.500000 +v -20.948277 60.500000 627.500000 +v -20.948277 60.425861 626.837158 +v -34.913792 60.425861 626.837158 +v -48.879311 60.425861 626.837158 +v -62.844830 60.425861 626.837158 +v -48.879311 60.500000 627.500000 +v -62.844830 60.500000 627.500000 +v -48.879311 60.425861 628.162842 +v -62.844830 60.425861 628.162842 +v -76.810356 60.425861 628.162842 +v -90.775871 60.425861 628.162842 +v -90.775871 60.500000 627.500000 +v -104.741386 60.500000 627.500000 +v -104.741386 60.425861 626.837158 +v -118.706902 60.425861 626.837158 +v -132.672409 60.425861 626.837158 +v -146.637924 60.425861 626.837158 +v -132.672424 60.500000 627.500000 +v -146.637939 60.500000 627.500000 +v -132.672409 60.425861 628.162842 +v -146.637924 60.425861 628.162842 +v -160.603455 60.425861 628.162842 +v -174.568970 60.425861 628.162842 +v -174.568970 60.500000 627.500000 +v -188.534485 60.500000 627.500000 +v -188.534485 60.425861 626.837158 +v -174.568970 60.425861 626.837158 +v -160.603455 60.425861 626.837158 +v -160.603455 60.500000 627.500000 +v 188.534485 60.500000 627.500000 +v 188.534485 60.425861 626.837158 +v 6.982759 60.425865 626.837158 +v -6.982759 60.425861 626.837158 +v -188.534485 60.425861 628.162842 +v -20.948277 60.425861 628.162842 +v -34.913792 60.425861 628.162842 +v -34.913792 60.500000 627.500000 +v 174.568970 60.500000 627.500000 +v 174.568970 60.425861 626.837158 +v 146.637924 60.425861 628.162842 +v 132.672409 60.425861 628.162842 +v 132.672424 60.500000 627.500000 +v 90.775871 60.500000 627.500000 +v 90.775871 60.425861 626.837158 +v 62.844826 60.425861 628.162842 +v 48.879311 60.425861 628.162842 +v 48.879311 60.500000 627.500000 +v 6.982759 60.500000 627.500000 +v -76.810356 60.500000 627.500000 +v -76.810356 60.425861 626.837158 +v -104.741386 60.425861 628.162842 +v -118.706902 60.425861 628.162842 +v -118.706902 60.500000 627.500000 +v 160.603455 60.425861 626.837158 +v 76.810356 60.425861 626.837158 +v -90.775871 60.425861 626.837158 +v 188.534485 56.837170 630.425873 +v 174.568970 56.837170 630.425873 +v 160.603455 56.837170 630.425873 +v 160.603455 57.500000 630.500000 +v 146.637939 57.500000 630.500000 +v 146.637924 58.162830 630.425873 +v 132.672409 58.162830 630.425873 +v 118.706902 58.162830 630.425873 +v 104.741386 58.162830 630.425873 +v 118.706902 57.500000 630.500000 +v 104.741386 57.500000 630.500000 +v 118.706902 56.837170 630.425873 +v 104.741386 56.837170 630.425873 +v 90.775871 56.837170 630.425873 +v 76.810356 56.837170 630.425873 +v 76.810356 57.500000 630.500000 +v 62.844826 57.500000 630.500000 +v 62.844826 58.162830 630.425873 +v 48.879311 58.162830 630.425873 +v 34.913792 58.162830 630.425873 +v 20.948277 58.162830 630.425873 +v 34.913792 57.500000 630.500000 +v 20.948277 57.500000 630.500000 +v 34.913792 56.837170 630.425873 +v 20.948277 56.837170 630.425873 +v 6.982759 56.837170 630.425873 +v -6.982759 56.837170 630.425873 +v -6.982759 57.500000 630.500000 +v -20.948277 57.500000 630.500000 +v -20.948277 58.162830 630.425873 +v -34.913792 58.162830 630.425873 +v -48.879311 58.162830 630.425873 +v -62.844830 58.162830 630.425873 +v -48.879311 57.500000 630.500000 +v -62.844830 57.500000 630.500000 +v -48.879311 56.837170 630.425873 +v -62.844830 56.837170 630.425873 +v -76.810356 56.837170 630.425873 +v -90.775871 56.837170 630.425873 +v -90.775871 57.500000 630.500000 +v -104.741386 57.500000 630.500000 +v -104.741386 58.162830 630.425873 +v -118.706902 58.162830 630.425873 +v -132.672409 58.162830 630.425873 +v -146.637924 58.162830 630.425873 +v -132.672424 57.500000 630.500000 +v -146.637939 57.500000 630.500000 +v -132.672409 56.837170 630.425873 +v -146.637924 56.837170 630.425873 +v -160.603455 56.837170 630.425873 +v -174.568970 56.837170 630.425873 +v -174.568970 57.500000 630.500000 +v -188.534485 57.500000 630.500000 +v -188.534485 58.162830 630.425873 +v -174.568970 58.162830 630.425873 +v -160.603455 58.162830 630.425873 +v -160.603455 57.500000 630.500000 +v 188.534485 57.500000 630.500000 +v 188.534485 58.162830 630.425873 +v 6.982759 58.162834 630.425873 +v -6.982759 58.162830 630.425873 +v -188.534485 56.837170 630.425873 +v -20.948277 56.837170 630.425873 +v -34.913792 56.837170 630.425873 +v -34.913792 57.500000 630.500000 +v 174.568970 57.500000 630.500000 +v 174.568970 58.162830 630.425873 +v 146.637924 56.837170 630.425873 +v 132.672409 56.837170 630.425873 +v 132.672424 57.500000 630.500000 +v 90.775871 57.500000 630.500000 +v 90.775871 58.162830 630.425873 +v 62.844826 56.837170 630.425873 +v 48.879311 56.837170 630.425873 +v 48.879311 57.500000 630.500000 +v 6.982759 57.500000 630.500000 +v -76.810356 57.500000 630.500000 +v -76.810356 58.162830 630.425873 +v -104.741386 56.837170 630.425873 +v -118.706902 56.837170 630.425873 +v -118.706902 57.500000 630.500000 +v 160.603455 58.162830 630.425873 +v 76.810356 58.162830 630.425873 +v -90.775871 58.162830 630.425873 +v -204.914825 196.852951 0.000000 +v -204.914825 196.852951 13.750000 +v -205.000000 197.500000 0.000000 +v -204.914825 196.852951 27.500000 +v -205.000000 197.500000 55.000000 +v -204.914825 196.852951 41.250000 +v -204.914810 196.852951 55.000000 +v -204.665070 196.250000 55.000000 +v -204.665070 196.250000 41.250000 +v -204.267761 195.732239 55.000000 +v -204.267761 195.732239 41.250000 +v -203.750000 195.334946 55.000000 +v -203.750000 195.334946 41.250000 +v -203.147049 195.085190 55.000000 +v -203.147049 195.085190 41.250000 +v -202.500000 195.000000 55.000000 +v -203.147064 195.085190 27.500000 +v -202.500000 195.000000 0.000000 +v -203.147049 195.085190 13.750000 +v -203.147064 195.085190 0.000000 +v -203.750000 195.334946 0.000000 +v -203.750000 195.334946 13.750000 +v -204.267761 195.732239 0.000000 +v -204.267761 195.732239 13.750000 +v -204.665070 196.250000 0.000000 +v -204.665070 196.250000 13.750000 +v -204.665070 196.250000 27.500000 +v -204.267761 195.732239 27.500000 +v -203.750000 195.334946 27.500000 +v -197.500000 195.000000 0.000000 +v -197.500000 195.000000 55.000000 +v -196.852951 195.085190 0.000000 +v -196.852951 195.085190 13.750000 +v -196.852951 195.085190 27.500000 +v -196.852951 195.085190 41.250000 +v -196.852951 195.085190 55.000000 +v -196.250000 195.334946 55.000000 +v -196.250000 195.334946 41.250000 +v -195.732239 195.732239 55.000000 +v -195.732239 195.732239 41.250000 +v -195.334946 196.250000 55.000000 +v -195.334946 196.250000 41.250000 +v -195.085190 196.852951 55.000000 +v -195.085190 196.852951 41.250000 +v -195.000000 197.500000 55.000000 +v -195.085190 196.852951 27.500000 +v -195.000000 197.500000 0.000000 +v -195.085190 196.852951 13.750000 +v -195.085190 196.852951 0.000000 +v -195.334946 196.250000 0.000000 +v -195.334946 196.250000 13.750000 +v -195.732239 195.732239 0.000000 +v -195.732239 195.732239 13.750000 +v -196.250000 195.334946 0.000000 +v -196.250000 195.334946 13.750000 +v -196.250000 195.334946 27.500000 +v -195.732239 195.732239 27.500000 +v -195.334946 196.250000 27.500000 +v -195.000000 222.500000 0.000000 +v -195.000015 222.500015 55.000000 +v -194.914810 223.147049 0.000000 +v -194.914810 223.147049 13.750000 +v -194.914825 223.147064 27.500000 +v -194.914810 223.147049 41.250000 +v -194.914810 223.147049 55.000000 +v -194.665070 223.750000 55.000000 +v -194.665070 223.750000 41.250000 +v -194.267761 224.267792 55.000000 +v -194.267761 224.267792 41.250000 +v -193.750000 224.665070 55.000000 +v -193.750000 224.665070 41.250000 +v -193.147049 224.914825 55.000000 +v -193.147049 224.914825 41.250000 +v -192.500000 225.000000 55.000000 +v -193.147064 224.914825 27.500000 +v -192.500015 225.000015 -0.000008 +v -193.147049 224.914825 13.750000 +v -193.147049 224.914810 0.000000 +v -193.750000 224.665070 0.000000 +v -193.750000 224.665070 13.750000 +v -194.267761 224.267792 0.000000 +v -194.267761 224.267792 13.750000 +v -194.665070 223.750000 0.000000 +v -194.665070 223.750000 13.750000 +v -194.665070 223.750000 27.500000 +v -194.267761 224.267792 27.500000 +v -193.750000 224.665070 27.500000 +v -167.500000 225.000015 -0.000008 +v -167.500000 225.000000 55.000000 +v -166.852951 225.085190 0.000000 +v -166.852951 225.085190 13.750000 +v -166.852966 225.085190 27.500000 +v -166.852951 225.085190 41.250000 +v -166.852951 225.085190 55.000000 +v -166.250000 225.334946 55.000000 +v -166.250000 225.334946 41.250000 +v -165.732239 225.732224 55.000000 +v -165.732239 225.732224 41.250000 +v -165.334946 226.250000 55.000000 +v -165.334946 226.250000 41.250000 +v -165.085190 226.852951 55.000000 +v -165.085190 226.852951 41.250000 +v -165.000000 227.500015 55.000000 +v -165.085205 226.852951 27.500000 +v -165.000000 227.500000 0.000000 +v -165.085190 226.852951 13.750000 +v -165.085190 226.852951 0.000000 +v -165.334946 226.250000 0.000000 +v -165.334946 226.250000 13.750000 +v -165.732239 225.732224 0.000000 +v -165.732239 225.732224 13.750000 +v -166.250000 225.334946 0.000000 +v -166.250000 225.334946 13.750000 +v -166.250000 225.334946 27.500000 +v -165.732239 225.732224 27.500000 +v -165.334946 226.250000 27.500000 +v -165.000000 232.500000 0.000000 +v -165.000000 232.500015 55.000000 +v -165.085190 233.147049 0.000000 +v -165.085190 233.147049 13.750000 +v -165.085205 233.147064 27.500000 +v -165.085190 233.147049 41.250000 +v -165.085190 233.147049 55.000000 +v -165.334946 233.750000 55.000000 +v -165.334946 233.750000 41.250000 +v -165.732239 234.267776 55.000000 +v -165.732239 234.267792 41.250000 +v -166.250000 234.665070 55.000000 +v -166.250000 234.665070 41.250000 +v -166.852951 234.914810 55.000000 +v -166.852951 234.914825 41.250000 +v -167.500000 235.000015 55.000000 +v -166.852966 234.914825 27.500000 +v -167.500000 235.000000 0.000000 +v -166.852951 234.914825 13.750000 +v -166.852951 234.914825 0.000000 +v -166.250000 234.665070 0.000000 +v -166.250000 234.665070 13.750000 +v -165.732239 234.267776 0.000000 +v -165.732239 234.267792 13.750000 +v -165.334946 233.750000 0.000000 +v -165.334946 233.750000 13.750000 +v -165.334946 233.750000 27.500000 +v -165.732239 234.267792 27.500000 +v -166.250000 234.665070 27.500000 +v -200.000015 235.000015 -0.000008 +v -200.000000 235.000015 55.000000 +v -201.294098 234.829636 27.500000 +v -201.294098 234.829636 0.000000 +v -202.500000 234.330124 27.500000 +v -202.500000 234.330124 0.000000 +v -203.535553 233.535553 27.500000 +v -203.535538 233.535553 0.000000 +v -204.330124 232.500000 27.500000 +v -204.330124 232.500000 0.000000 +v -204.829636 231.294098 27.500000 +v -204.829636 231.294098 0.000000 +v -205.000000 230.000000 0.000000 +v -205.000000 230.000000 55.000000 +v -204.829636 231.294098 55.000000 +v -204.330124 232.500000 55.000000 +v -203.535538 233.535553 55.000000 +v -202.500000 234.330124 55.000000 +v -201.294113 234.829636 55.000000 +v 195.000015 222.500015 -0.000008 +v 195.000000 197.500000 0.000000 +v 195.000000 222.500000 55.000000 +v 195.000000 197.500000 55.000000 +v 195.085190 196.852951 0.000000 +v 195.085190 196.852951 13.750000 +v 195.085190 196.852951 27.500000 +v 195.085190 196.852951 41.250000 +v 195.085190 196.852951 55.000000 +v 195.334946 196.250000 55.000000 +v 195.334946 196.250000 41.250000 +v 195.732239 195.732239 55.000000 +v 195.732239 195.732239 41.250000 +v 196.250000 195.334946 55.000000 +v 196.250000 195.334946 41.250000 +v 196.852951 195.085190 55.000000 +v 196.852951 195.085190 41.250000 +v 197.500015 195.000015 55.000000 +v 196.852951 195.085190 27.500000 +v 197.500015 195.000015 -0.000008 +v 196.852951 195.085190 13.750000 +v 196.852951 195.085190 0.000000 +v 196.250000 195.334946 0.000000 +v 196.250000 195.334946 13.750000 +v 195.732239 195.732239 0.000000 +v 195.732239 195.732239 13.750000 +v 195.334946 196.250000 0.000000 +v 195.334946 196.250000 13.750000 +v 195.334946 196.250000 27.500000 +v 195.732239 195.732239 27.500000 +v 196.250000 195.334946 27.500000 +v 202.500015 195.000015 -0.000008 +v 202.500015 195.000015 55.000000 +v 203.147049 195.085190 0.000000 +v 203.147049 195.085190 13.750000 +v 203.147064 195.085190 27.500000 +v 203.147049 195.085190 41.250000 +v 203.147049 195.085190 55.000000 +v 203.750000 195.334946 55.000000 +v 203.750000 195.334946 41.250000 +v 204.267761 195.732239 55.000000 +v 204.267761 195.732239 41.250000 +v 204.665070 196.250000 55.000000 +v 204.665070 196.250000 41.250000 +v 204.914810 196.852951 55.000000 +v 204.914825 196.852951 41.250000 +v 205.000015 197.500000 55.000000 +v 204.914825 196.852951 27.500000 +v 205.000015 197.500000 -0.000008 +v 204.914825 196.852951 13.750000 +v 204.914825 196.852951 0.000000 +v 204.665070 196.250000 0.000000 +v 204.665070 196.250000 13.750000 +v 204.267761 195.732239 0.000000 +v 204.267761 195.732239 13.750000 +v 203.750000 195.334946 0.000000 +v 203.750000 195.334946 13.750000 +v 203.750000 195.334946 27.500000 +v 204.267761 195.732239 27.500000 +v 204.665070 196.250000 27.500000 +v 205.000015 232.500015 -0.000008 +v 205.000015 232.500015 55.000000 +v 204.914810 233.147049 0.000000 +v 204.914825 233.147049 13.750000 +v 204.914825 233.147064 27.500000 +v 204.914825 233.147049 41.250000 +v 204.914825 233.147064 55.000000 +v 204.665070 233.750000 55.000000 +v 204.665070 233.750000 41.250000 +v 204.267761 234.267776 55.000000 +v 204.267761 234.267792 41.250000 +v 203.750000 234.665070 55.000000 +v 203.750000 234.665070 41.250000 +v 203.147049 234.914825 55.000000 +v 203.147049 234.914825 41.250000 +v 202.500000 235.000000 55.000000 +v 203.147064 234.914825 27.500000 +v 202.500000 235.000000 0.000000 +v 203.147049 234.914825 13.750000 +v 203.147049 234.914810 0.000000 +v 203.750000 234.665070 0.000000 +v 203.750000 234.665070 13.750000 +v 204.267761 234.267776 0.000000 +v 204.267761 234.267792 13.750000 +v 204.665070 233.750000 0.000000 +v 204.665070 233.750000 13.750000 +v 204.665070 233.750000 27.500000 +v 204.267761 234.267792 27.500000 +v 203.750000 234.665070 27.500000 +v 167.500000 235.000000 0.000000 +v 167.500000 235.000000 55.000000 +v 166.852951 234.914825 0.000000 +v 166.852951 234.914825 13.750000 +v 166.852966 234.914825 27.500000 +v 166.852951 234.914825 41.250000 +v 166.852951 234.914810 55.000000 +v 166.250000 234.665070 55.000000 +v 166.250000 234.665070 41.250000 +v 165.732239 234.267776 55.000000 +v 165.732239 234.267792 41.250000 +v 165.334946 233.750000 55.000000 +v 165.334961 233.750000 41.250000 +v 165.085190 233.147049 55.000000 +v 165.085190 233.147049 41.250000 +v 165.000000 232.500000 55.000000 +v 165.085205 233.147064 27.500000 +v 165.000000 232.500000 0.000000 +v 165.085190 233.147049 13.750000 +v 165.085190 233.147064 0.000000 +v 165.334946 233.750000 0.000000 +v 165.334961 233.750000 13.750000 +v 165.732239 234.267776 0.000000 +v 165.732239 234.267792 13.750000 +v 166.250000 234.665070 0.000000 +v 166.250000 234.665070 13.750000 +v 166.250000 234.665070 27.500000 +v 165.732239 234.267792 27.500000 +v 165.334961 233.750000 27.500000 +v 165.000000 227.500000 0.000000 +v 165.000000 227.500000 55.000000 +v 165.085190 226.852951 0.000000 +v 165.085190 226.852951 13.750000 +v 165.085205 226.852951 27.500000 +v 165.085190 226.852951 41.250000 +v 165.085190 226.852951 55.000000 +v 165.334946 226.250000 55.000000 +v 165.334961 226.250000 41.250000 +v 165.732239 225.732224 55.000000 +v 165.732239 225.732224 41.250000 +v 166.250000 225.334946 55.000000 +v 166.250000 225.334946 41.250000 +v 166.852951 225.085190 55.000000 +v 166.852951 225.085190 41.250000 +v 167.500000 225.000000 55.000000 +v 166.852966 225.085190 27.500000 +v 167.500000 225.000015 -0.000008 +v 166.852951 225.085190 13.750000 +v 166.852951 225.085190 0.000000 +v 166.250000 225.334946 0.000000 +v 166.250000 225.334946 13.750000 +v 165.732239 225.732224 0.000000 +v 165.732239 225.732224 13.750000 +v 165.334946 226.250000 0.000000 +v 165.334961 226.250000 13.750000 +v 165.334961 226.250000 27.500000 +v 165.732239 225.732224 27.500000 +v 166.250000 225.334946 27.500000 +v 192.500000 225.000000 0.000000 +v 192.500015 225.000015 55.000000 +v 193.147049 224.914825 0.000000 +v 193.147049 224.914825 13.750000 +v 193.147064 224.914825 27.500000 +v 193.147049 224.914825 41.250000 +v 193.147049 224.914810 55.000000 +v 193.750000 224.665070 55.000000 +v 193.750000 224.665070 41.250000 +v 194.267792 224.267792 55.000000 +v 194.267792 224.267792 41.250000 +v 194.665070 223.750000 55.000000 +v 194.665070 223.750000 41.250000 +v 194.914810 223.147049 55.000000 +v 194.914810 223.147049 41.250000 +v 194.914825 223.147064 27.500000 +v 194.914810 223.147049 13.750000 +v 194.914810 223.147049 0.000000 +v 194.665070 223.750000 0.000000 +v 194.665070 223.750000 13.750000 +v 194.267792 224.267792 0.000000 +v 194.267792 224.267792 13.750000 +v 193.750000 224.665070 0.000000 +v 193.750000 224.665070 13.750000 +v 193.750000 224.665070 27.500000 +v 194.267792 224.267792 27.500000 +v 194.665070 223.750000 27.500000 +v 157.712830 -253.831711 58.795704 +v 157.500000 -255.455841 57.171574 +v 158.500000 -256.162964 57.878681 +v 157.712830 -257.079987 55.547432 +v 158.707825 -257.701904 56.339741 +v 158.344116 -258.648804 53.978607 +v 159.323792 -259.185211 54.856415 +v 159.372299 -260.108887 52.518524 +v 160.325577 -260.559326 53.482330 +v 160.762390 -261.410522 51.216888 +v 161.677063 -261.774475 52.267143 +v 162.467072 -262.509399 50.118027 +v 163.329346 -262.786865 51.254761 +v 164.428284 -263.368042 49.259369 +v 165.222733 -263.559845 50.481796 +v 166.579224 -263.957275 48.670158 +v 167.288773 -264.065460 49.976166 +v 168.846664 -264.256989 48.370445 +v 169.452805 -264.285461 49.756165 +v 171.153351 -264.256989 48.370445 +v 171.636627 -264.211914 49.829720 +v 173.420807 -263.957275 48.670158 +v 173.761276 -263.847443 50.194183 +v 175.571747 -263.368042 49.259369 +v 175.750000 -263.205231 50.836395 +v 177.532944 -262.509399 50.118027 +v 177.530914 -262.308502 51.733124 +v 179.237610 -261.410522 51.216888 +v 179.039612 -261.189697 52.851982 +v 180.627716 -260.108887 52.518524 +v 180.221603 -259.889160 54.152496 +v 181.655914 -258.648804 53.978607 +v 181.034164 -258.453918 55.587708 +v 182.287170 -257.079987 55.547432 +v 181.447922 -256.935913 57.105705 +v 182.500000 -255.455841 57.171574 +v 181.447922 -255.389999 58.651646 +v 182.287170 -253.831711 58.795704 +v 181.034164 -253.871979 60.169651 +v 181.655914 -252.262909 60.364525 +v 180.221603 -252.436798 61.604851 +v 180.627716 -250.802780 61.824619 +v 179.039612 -251.136261 62.905384 +v 179.237610 -249.501190 63.126255 +v 177.530914 -250.017380 64.024231 +v 177.532944 -248.402313 64.225117 +v 175.750000 -249.120651 64.920963 +v 175.571747 -247.543671 65.083775 +v 173.761276 -248.478485 65.563164 +v 173.420807 -246.954437 65.672993 +v 171.636627 -248.113998 65.927635 +v 171.153351 -246.654709 65.972706 +v 169.452805 -248.040436 66.001198 +v 168.846664 -246.654709 65.972706 +v 167.288773 -248.260468 65.781181 +v 166.579224 -246.954437 65.672993 +v 165.222733 -248.766083 65.275562 +v 164.428284 -247.543671 65.083775 +v 163.329346 -249.539047 64.502586 +v 162.467072 -248.402313 64.225117 +v 161.677063 -250.551422 63.490211 +v 160.762390 -249.501190 63.126255 +v 160.325577 -251.766602 62.275024 +v 159.372299 -250.802780 61.824619 +v 159.323792 -253.140671 60.900932 +v 158.344116 -252.262909 60.364525 +v 158.707825 -254.624008 59.417610 +v 157.712830 -247.180466 45.647949 +v 157.500000 -245.556366 47.272079 +v 157.712830 -243.932236 48.896210 +v 158.344116 -242.363388 50.465027 +v 159.372299 -240.903305 51.925117 +v 160.762390 -239.601669 53.226753 +v 162.467072 -238.502808 54.325623 +v 164.428284 -237.644150 55.184273 +v 166.579224 -237.054932 55.773499 +v 168.846649 -236.755219 56.073208 +v 171.153351 -236.755234 56.073204 +v 173.420807 -237.054932 55.773499 +v 175.571747 -237.644150 55.184273 +v 177.532944 -238.502808 54.325623 +v 179.237610 -239.601669 53.226753 +v 180.627716 -240.903305 51.925117 +v 181.655914 -242.363388 50.465027 +v 182.287170 -243.932236 48.896210 +v 182.500000 -245.556366 47.272079 +v 182.287170 -247.180466 45.647949 +v 181.655914 -248.749298 44.079124 +v 180.627716 -250.209396 42.619026 +v 179.237610 -251.511032 41.317383 +v 177.532944 -252.609894 40.218536 +v 175.571747 -253.468552 39.359871 +v 173.420807 -254.057770 38.770660 +v 171.153351 -254.357483 38.470947 +v 168.846664 -254.357468 38.470947 +v 166.579224 -254.057770 38.770660 +v 164.428284 -253.468552 39.359871 +v 162.467072 -252.609894 40.218536 +v 160.762390 -251.511032 41.317383 +v 159.372299 -250.209396 42.619026 +v 158.344116 -248.749298 44.079124 +v 204.948883 -185.000000 21.111763 +v 204.948883 -177.000000 21.111763 +v 205.000000 -185.000000 21.500000 +v 204.948883 -169.000000 21.111763 +v 204.948883 -161.000000 21.111763 +v 204.799057 -161.000000 20.750000 +v 204.799057 -153.000000 20.750000 +v 204.560654 -153.000000 20.439339 +v 204.560654 -145.000000 20.439339 +v 204.250000 -145.000000 20.200958 +v 204.250000 -137.000000 20.200958 +v 203.888229 -137.000000 20.051109 +v 203.888229 -129.000000 20.051109 +v 203.500000 -105.000000 20.000000 +v 203.888229 -121.000000 20.051109 +v 203.888229 -113.000000 20.051109 +v 204.250000 -121.000000 20.200958 +v 204.250000 -113.000000 20.200958 +v 204.560654 -121.000000 20.439339 +v 204.560654 -113.000000 20.439339 +v 204.799057 -121.000000 20.750000 +v 204.799057 -113.000000 20.750000 +v 204.948883 -121.000000 21.111763 +v 204.948883 -113.000000 21.111763 +v 205.000000 -105.000000 21.500000 +v 204.948883 -105.000000 21.111771 +v 204.799057 -105.000000 20.750000 +v 204.560654 -105.000000 20.439339 +v 204.250000 -105.000000 20.200958 +v 203.888229 -105.000000 20.051109 +v 204.799057 -177.000000 20.750000 +v 204.799057 -185.000000 20.750000 +v 204.560654 -177.000000 20.439339 +v 204.560654 -185.000000 20.439339 +v 204.250000 -177.000000 20.200958 +v 204.250000 -185.000000 20.200958 +v 203.888229 -177.000000 20.051109 +v 203.888229 -185.000000 20.051102 +v 203.500000 -185.000000 20.000000 +v 203.888229 -145.000000 20.051102 +v 203.888229 -153.000000 20.051109 +v 203.888229 -161.000000 20.051109 +v 204.250000 -161.000000 20.200958 +v 204.250000 -169.000000 20.200958 +v 204.560654 -169.000000 20.439339 +v 204.948883 -145.000000 21.111763 +v 204.948883 -137.000000 21.111763 +v 204.948883 -129.000000 21.111763 +v 204.799057 -129.000000 20.750000 +v 204.799057 -169.000000 20.750000 +v 204.948883 -153.000000 21.111763 +v 204.799057 -145.000000 20.750000 +v 204.799057 -137.000000 20.750000 +v 204.560654 -137.000000 20.439339 +v 204.560654 -161.000000 20.439339 +v 204.250000 -153.000000 20.200958 +v 204.560654 -129.000000 20.439339 +v 204.250000 -129.000000 20.200958 +v 203.888229 -169.000000 20.051109 +v 203.500000 -185.000000 21.500000 +v 203.500000 -105.000000 21.500000 +v 203.500000 -105.000000 70.000000 +v 205.000000 -105.000000 70.000000 +vt 0.947110 0.065200 +vt 0.052890 0.065200 +vt 0.947110 0.065200 +vt 0.052890 0.065200 +vt 0.962013 0.080104 +vt 0.962013 0.080104 +vt 0.961506 0.076246 +vt 0.961506 0.076246 +vt 0.960017 0.072652 +vt 0.960017 0.072652 +vt 0.957648 0.069565 +vt 0.957648 0.069565 +vt 0.954561 0.067197 +vt 0.954561 0.067197 +vt 0.950967 0.065708 +vt 0.950967 0.065708 +vt 0.962013 0.974323 +vt 0.962013 0.974323 +vt 0.947110 0.989227 +vt 0.947110 0.989227 +vt 0.950967 0.988719 +vt 0.950967 0.988719 +vt 0.954561 0.987230 +vt 0.954561 0.987230 +vt 0.957648 0.984862 +vt 0.957648 0.984862 +vt 0.960017 0.981775 +vt 0.960017 0.981775 +vt 0.961506 0.978180 +vt 0.961506 0.978180 +vt 0.052890 0.989227 +vt 0.052890 0.989227 +vt 0.037987 0.974323 +vt 0.037987 0.974323 +vt 0.038494 0.978180 +vt 0.038494 0.978180 +vt 0.039983 0.981775 +vt 0.039983 0.981775 +vt 0.042352 0.984862 +vt 0.042352 0.984862 +vt 0.045439 0.987230 +vt 0.045439 0.987230 +vt 0.049033 0.988719 +vt 0.049033 0.988719 +vt 0.037987 0.080104 +vt 0.037987 0.080104 +vt 0.049033 0.065708 +vt 0.049033 0.065708 +vt 0.045439 0.067197 +vt 0.045439 0.067197 +vt 0.042352 0.069565 +vt 0.042352 0.069565 +vt 0.039983 0.072652 +vt 0.039983 0.072652 +vt 0.038494 0.076246 +vt 0.038494 0.076246 +vt 0.888233 0.015946 +vt 0.888233 0.016061 +vt 0.888233 0.015988 +vt 0.888233 0.015790 +vt 0.888233 0.015864 +vt 0.888233 0.015738 +vt 0.888233 0.015946 +vt 0.888233 0.016053 +vt 0.888233 0.015976 +vt 0.888233 0.016050 +vt 0.888233 0.015972 +vt 0.888233 0.015976 +vt 0.888233 0.015988 +vt 0.888233 0.016061 +vt 0.888233 0.016073 +vt 0.888233 0.016061 +vt 0.888233 0.016089 +vt 0.888233 0.016108 +vt 0.888233 0.016094 +vt 0.888233 0.016129 +vt 0.888233 0.016129 +vt 0.888233 0.016163 +vt 0.888233 0.016149 +vt 0.888233 0.016196 +vt 0.888233 0.016168 +vt 0.888233 0.016184 +vt 0.888233 0.016269 +vt 0.888233 0.016196 +vt 0.888233 0.016204 +vt 0.888233 0.016281 +vt 0.888233 0.016207 +vt 0.888233 0.016285 +vt 0.888233 0.016281 +vt 0.888233 0.016204 +vt 0.888233 0.016269 +vt 0.888233 0.016196 +vt 0.888233 0.016184 +vt 0.888233 0.016196 +vt 0.888233 0.016168 +vt 0.888233 0.016149 +vt 0.888233 0.016163 +vt 0.888233 0.016129 +vt 0.888233 0.016129 +vt 0.888233 0.016094 +vt 0.888233 0.016108 +vt 0.888233 0.016089 +vt 0.888233 0.016073 +vt 0.888233 0.016061 +vt 0.888233 0.016053 +vt 0.888233 0.016311 +vt 0.888233 0.016393 +vt 0.888233 0.016467 +vt 0.888233 0.015790 +vt 0.888233 0.015790 +vt 0.888233 0.015738 +vt 0.888233 0.015738 +vt 0.888233 0.015864 +vt 0.888233 0.015946 +vt 0.888233 0.015946 +vt 0.888233 0.015790 +vt 0.888233 0.015738 +vt 0.888233 0.015946 +vt 0.888233 0.016311 +vt 0.888233 0.016311 +vt 0.888233 0.016519 +vt 0.888233 0.016519 +vt 0.888233 0.016467 +vt 0.888233 0.016467 +vt 0.888233 0.016393 +vt 0.888233 0.016519 +vt 0.888233 0.016311 +vt 0.888233 0.016467 +vt 0.888233 0.016519 +vt 0.888233 0.016311 +vt 0.887940 0.016053 +vt 0.887940 0.016050 +vt 0.887940 0.016053 +vt 0.887940 0.016061 +vt 0.887940 0.016073 +vt 0.887940 0.016089 +vt 0.887940 0.016108 +vt 0.887940 0.016129 +vt 0.887940 0.016149 +vt 0.887940 0.016168 +vt 0.887940 0.016184 +vt 0.887940 0.016196 +vt 0.887940 0.016204 +vt 0.887940 0.016207 +vt 0.887940 0.016204 +vt 0.887940 0.016196 +vt 0.887940 0.016184 +vt 0.887940 0.016168 +vt 0.887940 0.016149 +vt 0.887940 0.016129 +vt 0.887940 0.016108 +vt 0.887940 0.016089 +vt 0.887940 0.016073 +vt 0.887940 0.016061 +vt 0.878560 0.016053 +vt 0.878853 0.016053 +vt 0.878560 0.016050 +vt 0.878853 0.016050 +vt 0.878560 0.016053 +vt 0.878853 0.016053 +vt 0.878560 0.016061 +vt 0.878853 0.016061 +vt 0.878560 0.016073 +vt 0.878853 0.016073 +vt 0.878560 0.016089 +vt 0.878853 0.016089 +vt 0.878560 0.016108 +vt 0.878853 0.016108 +vt 0.878560 0.016129 +vt 0.878853 0.016129 +vt 0.878560 0.016149 +vt 0.878853 0.016149 +vt 0.878560 0.016168 +vt 0.878853 0.016168 +vt 0.878560 0.016184 +vt 0.878853 0.016184 +vt 0.878560 0.016196 +vt 0.878853 0.016196 +vt 0.878560 0.016204 +vt 0.878853 0.016204 +vt 0.878560 0.016207 +vt 0.878853 0.016207 +vt 0.878560 0.016204 +vt 0.878853 0.016204 +vt 0.878560 0.016196 +vt 0.878853 0.016196 +vt 0.878560 0.016184 +vt 0.878853 0.016184 +vt 0.878560 0.016168 +vt 0.878853 0.016168 +vt 0.878560 0.016149 +vt 0.878853 0.016149 +vt 0.878560 0.016129 +vt 0.878853 0.016129 +vt 0.878560 0.016108 +vt 0.878853 0.016108 +vt 0.878560 0.016089 +vt 0.878853 0.016089 +vt 0.878560 0.016073 +vt 0.878853 0.016073 +vt 0.878560 0.016061 +vt 0.878853 0.016061 +vt 0.887647 0.016050 +vt 0.887647 0.016053 +vt 0.887647 0.016061 +vt 0.887647 0.016073 +vt 0.887647 0.016089 +vt 0.887647 0.016108 +vt 0.887647 0.016129 +vt 0.887647 0.016149 +vt 0.887647 0.016168 +vt 0.887647 0.016184 +vt 0.887647 0.016196 +vt 0.887647 0.016204 +vt 0.887647 0.016207 +vt 0.887647 0.016204 +vt 0.887647 0.016196 +vt 0.887647 0.016184 +vt 0.887647 0.016168 +vt 0.887647 0.016149 +vt 0.887647 0.016129 +vt 0.887647 0.016108 +vt 0.887647 0.016089 +vt 0.887647 0.016073 +vt 0.887647 0.016061 +vt 0.887647 0.016053 +vt 0.887353 0.016050 +vt 0.887353 0.016053 +vt 0.887353 0.016061 +vt 0.887353 0.016073 +vt 0.887353 0.016089 +vt 0.887353 0.016108 +vt 0.887353 0.016129 +vt 0.887353 0.016149 +vt 0.887353 0.016168 +vt 0.887353 0.016184 +vt 0.887353 0.016196 +vt 0.887353 0.016204 +vt 0.887353 0.016207 +vt 0.887353 0.016204 +vt 0.887353 0.016196 +vt 0.887353 0.016184 +vt 0.887353 0.016168 +vt 0.887353 0.016149 +vt 0.887353 0.016129 +vt 0.887353 0.016108 +vt 0.887353 0.016089 +vt 0.887353 0.016073 +vt 0.887353 0.016061 +vt 0.887353 0.016053 +vt 0.887060 0.016050 +vt 0.887060 0.016053 +vt 0.887060 0.016061 +vt 0.887060 0.016073 +vt 0.887060 0.016089 +vt 0.887060 0.016108 +vt 0.887060 0.016129 +vt 0.887060 0.016149 +vt 0.887060 0.016168 +vt 0.887060 0.016184 +vt 0.887060 0.016196 +vt 0.887060 0.016204 +vt 0.887060 0.016207 +vt 0.887060 0.016204 +vt 0.887060 0.016196 +vt 0.887060 0.016184 +vt 0.887060 0.016168 +vt 0.887060 0.016149 +vt 0.887060 0.016129 +vt 0.887060 0.016108 +vt 0.887060 0.016089 +vt 0.887060 0.016073 +vt 0.887060 0.016061 +vt 0.887060 0.016053 +vt 0.886767 0.016050 +vt 0.886767 0.016053 +vt 0.886767 0.016061 +vt 0.886767 0.016073 +vt 0.886767 0.016089 +vt 0.886767 0.016108 +vt 0.886767 0.016129 +vt 0.886767 0.016149 +vt 0.886767 0.016168 +vt 0.886767 0.016184 +vt 0.886767 0.016196 +vt 0.886767 0.016204 +vt 0.886767 0.016207 +vt 0.886767 0.016204 +vt 0.886767 0.016196 +vt 0.886767 0.016184 +vt 0.886767 0.016168 +vt 0.886767 0.016149 +vt 0.886767 0.016129 +vt 0.886767 0.016108 +vt 0.886767 0.016089 +vt 0.886767 0.016073 +vt 0.886767 0.016061 +vt 0.886767 0.016053 +vt 0.886474 0.016050 +vt 0.886474 0.016053 +vt 0.886474 0.016061 +vt 0.886474 0.016073 +vt 0.886474 0.016089 +vt 0.886474 0.016108 +vt 0.886474 0.016129 +vt 0.886474 0.016149 +vt 0.886474 0.016168 +vt 0.886474 0.016184 +vt 0.886474 0.016196 +vt 0.886474 0.016204 +vt 0.886474 0.016207 +vt 0.886474 0.016204 +vt 0.886474 0.016196 +vt 0.886474 0.016184 +vt 0.886474 0.016168 +vt 0.886474 0.016149 +vt 0.886474 0.016129 +vt 0.886474 0.016108 +vt 0.886474 0.016089 +vt 0.886474 0.016073 +vt 0.886474 0.016061 +vt 0.886474 0.016053 +vt 0.886181 0.016050 +vt 0.886181 0.016053 +vt 0.886181 0.016061 +vt 0.886181 0.016073 +vt 0.886181 0.016089 +vt 0.886181 0.016108 +vt 0.886181 0.016129 +vt 0.886181 0.016149 +vt 0.886181 0.016168 +vt 0.886181 0.016184 +vt 0.886181 0.016196 +vt 0.886181 0.016204 +vt 0.886181 0.016207 +vt 0.886181 0.016204 +vt 0.886181 0.016196 +vt 0.886181 0.016184 +vt 0.886181 0.016168 +vt 0.886181 0.016149 +vt 0.886181 0.016129 +vt 0.886181 0.016108 +vt 0.886181 0.016089 +vt 0.886181 0.016073 +vt 0.886181 0.016061 +vt 0.886181 0.016053 +vt 0.885888 0.016050 +vt 0.885888 0.016053 +vt 0.885888 0.016061 +vt 0.885888 0.016073 +vt 0.885888 0.016089 +vt 0.885888 0.016108 +vt 0.885888 0.016129 +vt 0.885888 0.016149 +vt 0.885888 0.016168 +vt 0.885888 0.016184 +vt 0.885888 0.016196 +vt 0.885888 0.016204 +vt 0.885888 0.016207 +vt 0.885888 0.016204 +vt 0.885888 0.016196 +vt 0.885888 0.016184 +vt 0.885888 0.016168 +vt 0.885888 0.016149 +vt 0.885888 0.016129 +vt 0.885888 0.016108 +vt 0.885888 0.016089 +vt 0.885888 0.016073 +vt 0.885888 0.016061 +vt 0.885888 0.016053 +vt 0.885595 0.016050 +vt 0.885595 0.016053 +vt 0.885595 0.016061 +vt 0.885595 0.016073 +vt 0.885595 0.016089 +vt 0.885595 0.016108 +vt 0.885595 0.016129 +vt 0.885595 0.016149 +vt 0.885595 0.016168 +vt 0.885595 0.016184 +vt 0.885595 0.016196 +vt 0.885595 0.016204 +vt 0.885595 0.016207 +vt 0.885595 0.016204 +vt 0.885595 0.016196 +vt 0.885595 0.016184 +vt 0.885595 0.016168 +vt 0.885595 0.016149 +vt 0.885595 0.016129 +vt 0.885595 0.016108 +vt 0.885595 0.016089 +vt 0.885595 0.016073 +vt 0.885595 0.016061 +vt 0.885595 0.016053 +vt 0.885302 0.016050 +vt 0.885302 0.016053 +vt 0.885302 0.016061 +vt 0.885302 0.016073 +vt 0.885302 0.016089 +vt 0.885302 0.016108 +vt 0.885302 0.016129 +vt 0.885302 0.016149 +vt 0.885302 0.016168 +vt 0.885302 0.016184 +vt 0.885302 0.016196 +vt 0.885302 0.016204 +vt 0.885302 0.016207 +vt 0.885302 0.016204 +vt 0.885302 0.016196 +vt 0.885302 0.016184 +vt 0.885302 0.016168 +vt 0.885302 0.016149 +vt 0.885302 0.016129 +vt 0.885302 0.016108 +vt 0.885302 0.016089 +vt 0.885302 0.016073 +vt 0.885302 0.016061 +vt 0.885302 0.016053 +vt 0.885009 0.016050 +vt 0.885009 0.016053 +vt 0.885009 0.016061 +vt 0.885009 0.016073 +vt 0.885009 0.016089 +vt 0.885009 0.016108 +vt 0.885009 0.016129 +vt 0.885009 0.016149 +vt 0.885009 0.016168 +vt 0.885009 0.016184 +vt 0.885009 0.016196 +vt 0.885009 0.016204 +vt 0.885009 0.016207 +vt 0.885009 0.016204 +vt 0.885009 0.016196 +vt 0.885009 0.016184 +vt 0.885009 0.016168 +vt 0.885009 0.016149 +vt 0.885009 0.016129 +vt 0.885009 0.016108 +vt 0.885009 0.016089 +vt 0.885009 0.016073 +vt 0.885009 0.016061 +vt 0.885009 0.016053 +vt 0.884715 0.016050 +vt 0.884715 0.016053 +vt 0.884715 0.016061 +vt 0.884715 0.016073 +vt 0.884715 0.016089 +vt 0.884715 0.016108 +vt 0.884715 0.016129 +vt 0.884715 0.016149 +vt 0.884715 0.016168 +vt 0.884715 0.016184 +vt 0.884715 0.016196 +vt 0.884715 0.016204 +vt 0.884715 0.016207 +vt 0.884715 0.016204 +vt 0.884715 0.016196 +vt 0.884715 0.016184 +vt 0.884715 0.016168 +vt 0.884715 0.016149 +vt 0.884715 0.016129 +vt 0.884715 0.016108 +vt 0.884715 0.016089 +vt 0.884715 0.016073 +vt 0.884715 0.016061 +vt 0.884715 0.016053 +vt 0.884422 0.016050 +vt 0.884422 0.016053 +vt 0.884422 0.016061 +vt 0.884422 0.016073 +vt 0.884422 0.016089 +vt 0.884422 0.016108 +vt 0.884422 0.016129 +vt 0.884422 0.016149 +vt 0.884422 0.016168 +vt 0.884422 0.016184 +vt 0.884422 0.016196 +vt 0.884422 0.016204 +vt 0.884422 0.016207 +vt 0.884422 0.016204 +vt 0.884422 0.016196 +vt 0.884422 0.016184 +vt 0.884422 0.016168 +vt 0.884422 0.016149 +vt 0.884422 0.016129 +vt 0.884422 0.016108 +vt 0.884422 0.016089 +vt 0.884422 0.016073 +vt 0.884422 0.016061 +vt 0.884422 0.016053 +vt 0.884129 0.016050 +vt 0.884129 0.016053 +vt 0.884129 0.016061 +vt 0.884129 0.016073 +vt 0.884129 0.016089 +vt 0.884129 0.016108 +vt 0.884129 0.016129 +vt 0.884129 0.016149 +vt 0.884129 0.016168 +vt 0.884129 0.016184 +vt 0.884129 0.016196 +vt 0.884129 0.016204 +vt 0.884129 0.016207 +vt 0.884129 0.016204 +vt 0.884129 0.016196 +vt 0.884129 0.016184 +vt 0.884129 0.016168 +vt 0.884129 0.016149 +vt 0.884129 0.016129 +vt 0.884129 0.016108 +vt 0.884129 0.016089 +vt 0.884129 0.016073 +vt 0.884129 0.016061 +vt 0.884129 0.016053 +vt 0.883836 0.016050 +vt 0.883836 0.016053 +vt 0.883836 0.016061 +vt 0.883836 0.016073 +vt 0.883836 0.016089 +vt 0.883836 0.016108 +vt 0.883836 0.016129 +vt 0.883836 0.016149 +vt 0.883836 0.016168 +vt 0.883836 0.016184 +vt 0.883836 0.016196 +vt 0.883836 0.016204 +vt 0.883836 0.016207 +vt 0.883836 0.016204 +vt 0.883836 0.016196 +vt 0.883836 0.016184 +vt 0.883836 0.016168 +vt 0.883836 0.016149 +vt 0.883836 0.016129 +vt 0.883836 0.016108 +vt 0.883836 0.016089 +vt 0.883836 0.016073 +vt 0.883836 0.016061 +vt 0.883836 0.016053 +vt 0.883543 0.016050 +vt 0.883543 0.016053 +vt 0.883543 0.016061 +vt 0.883543 0.016073 +vt 0.883543 0.016089 +vt 0.883543 0.016108 +vt 0.883543 0.016129 +vt 0.883543 0.016149 +vt 0.883543 0.016168 +vt 0.883543 0.016184 +vt 0.883543 0.016196 +vt 0.883543 0.016204 +vt 0.883543 0.016207 +vt 0.883543 0.016204 +vt 0.883543 0.016196 +vt 0.883543 0.016184 +vt 0.883543 0.016168 +vt 0.883543 0.016149 +vt 0.883543 0.016129 +vt 0.883543 0.016108 +vt 0.883543 0.016089 +vt 0.883543 0.016073 +vt 0.883543 0.016061 +vt 0.883543 0.016053 +vt 0.883250 0.016050 +vt 0.883250 0.016053 +vt 0.883250 0.016061 +vt 0.883250 0.016073 +vt 0.883250 0.016089 +vt 0.883250 0.016108 +vt 0.883250 0.016129 +vt 0.883250 0.016149 +vt 0.883250 0.016168 +vt 0.883250 0.016184 +vt 0.883250 0.016196 +vt 0.883250 0.016204 +vt 0.883250 0.016207 +vt 0.883250 0.016204 +vt 0.883250 0.016196 +vt 0.883250 0.016184 +vt 0.883250 0.016168 +vt 0.883250 0.016149 +vt 0.883250 0.016129 +vt 0.883250 0.016108 +vt 0.883250 0.016089 +vt 0.883250 0.016073 +vt 0.883250 0.016061 +vt 0.883250 0.016053 +vt 0.882957 0.016050 +vt 0.882957 0.016053 +vt 0.882957 0.016061 +vt 0.882957 0.016073 +vt 0.882957 0.016089 +vt 0.882957 0.016108 +vt 0.882957 0.016129 +vt 0.882957 0.016149 +vt 0.882957 0.016168 +vt 0.882957 0.016184 +vt 0.882957 0.016196 +vt 0.882957 0.016204 +vt 0.882957 0.016207 +vt 0.882957 0.016204 +vt 0.882957 0.016196 +vt 0.882957 0.016184 +vt 0.882957 0.016168 +vt 0.882957 0.016149 +vt 0.882957 0.016129 +vt 0.882957 0.016108 +vt 0.882957 0.016089 +vt 0.882957 0.016073 +vt 0.882957 0.016061 +vt 0.882957 0.016053 +vt 0.882664 0.016050 +vt 0.882664 0.016053 +vt 0.882664 0.016061 +vt 0.882664 0.016073 +vt 0.882664 0.016089 +vt 0.882664 0.016108 +vt 0.882664 0.016129 +vt 0.882664 0.016149 +vt 0.882664 0.016168 +vt 0.882664 0.016184 +vt 0.882664 0.016196 +vt 0.882664 0.016204 +vt 0.882664 0.016207 +vt 0.882664 0.016204 +vt 0.882664 0.016196 +vt 0.882664 0.016184 +vt 0.882664 0.016168 +vt 0.882664 0.016149 +vt 0.882664 0.016129 +vt 0.882664 0.016108 +vt 0.882664 0.016089 +vt 0.882664 0.016073 +vt 0.882664 0.016061 +vt 0.882664 0.016053 +vt 0.882371 0.016050 +vt 0.882371 0.016053 +vt 0.882371 0.016061 +vt 0.882371 0.016073 +vt 0.882371 0.016089 +vt 0.882371 0.016108 +vt 0.882371 0.016129 +vt 0.882371 0.016149 +vt 0.882371 0.016168 +vt 0.882371 0.016184 +vt 0.882371 0.016196 +vt 0.882371 0.016204 +vt 0.882371 0.016207 +vt 0.882371 0.016204 +vt 0.882371 0.016196 +vt 0.882371 0.016184 +vt 0.882371 0.016168 +vt 0.882371 0.016149 +vt 0.882371 0.016129 +vt 0.882371 0.016108 +vt 0.882371 0.016089 +vt 0.882371 0.016073 +vt 0.882371 0.016061 +vt 0.882371 0.016053 +vt 0.882078 0.016050 +vt 0.882078 0.016053 +vt 0.882078 0.016061 +vt 0.882078 0.016073 +vt 0.882078 0.016089 +vt 0.882078 0.016108 +vt 0.882078 0.016129 +vt 0.882078 0.016149 +vt 0.882078 0.016168 +vt 0.882078 0.016184 +vt 0.882078 0.016196 +vt 0.882078 0.016204 +vt 0.882078 0.016207 +vt 0.882078 0.016204 +vt 0.882078 0.016196 +vt 0.882078 0.016184 +vt 0.882078 0.016168 +vt 0.882078 0.016149 +vt 0.882078 0.016129 +vt 0.882078 0.016108 +vt 0.882078 0.016089 +vt 0.882078 0.016073 +vt 0.882078 0.016061 +vt 0.882078 0.016053 +vt 0.881784 0.016050 +vt 0.881784 0.016053 +vt 0.881784 0.016061 +vt 0.881784 0.016073 +vt 0.881784 0.016089 +vt 0.881784 0.016108 +vt 0.881784 0.016129 +vt 0.881784 0.016149 +vt 0.881784 0.016168 +vt 0.881784 0.016184 +vt 0.881784 0.016196 +vt 0.881784 0.016204 +vt 0.881784 0.016207 +vt 0.881784 0.016204 +vt 0.881784 0.016196 +vt 0.881784 0.016184 +vt 0.881784 0.016168 +vt 0.881784 0.016149 +vt 0.881784 0.016129 +vt 0.881784 0.016108 +vt 0.881784 0.016089 +vt 0.881784 0.016073 +vt 0.881784 0.016061 +vt 0.881784 0.016053 +vt 0.881491 0.016050 +vt 0.881491 0.016053 +vt 0.881491 0.016061 +vt 0.881491 0.016073 +vt 0.881491 0.016089 +vt 0.881491 0.016108 +vt 0.881491 0.016129 +vt 0.881491 0.016149 +vt 0.881491 0.016168 +vt 0.881491 0.016184 +vt 0.881491 0.016196 +vt 0.881491 0.016204 +vt 0.881491 0.016207 +vt 0.881491 0.016204 +vt 0.881491 0.016196 +vt 0.881491 0.016184 +vt 0.881491 0.016168 +vt 0.881491 0.016149 +vt 0.881491 0.016129 +vt 0.881491 0.016108 +vt 0.881491 0.016089 +vt 0.881491 0.016073 +vt 0.881491 0.016061 +vt 0.881491 0.016053 +vt 0.881198 0.016050 +vt 0.881198 0.016053 +vt 0.881198 0.016061 +vt 0.881198 0.016073 +vt 0.881198 0.016089 +vt 0.881198 0.016108 +vt 0.881198 0.016129 +vt 0.881198 0.016149 +vt 0.881198 0.016168 +vt 0.881198 0.016184 +vt 0.881198 0.016196 +vt 0.881198 0.016204 +vt 0.881198 0.016207 +vt 0.881198 0.016204 +vt 0.881198 0.016196 +vt 0.881198 0.016184 +vt 0.881198 0.016168 +vt 0.881198 0.016149 +vt 0.881198 0.016129 +vt 0.881198 0.016108 +vt 0.881198 0.016089 +vt 0.881198 0.016073 +vt 0.881198 0.016061 +vt 0.881198 0.016053 +vt 0.880905 0.016050 +vt 0.880905 0.016053 +vt 0.880905 0.016061 +vt 0.880905 0.016073 +vt 0.880905 0.016089 +vt 0.880905 0.016108 +vt 0.880905 0.016129 +vt 0.880905 0.016149 +vt 0.880905 0.016168 +vt 0.880905 0.016184 +vt 0.880905 0.016196 +vt 0.880905 0.016204 +vt 0.880905 0.016207 +vt 0.880905 0.016204 +vt 0.880905 0.016196 +vt 0.880905 0.016184 +vt 0.880905 0.016168 +vt 0.880905 0.016149 +vt 0.880905 0.016129 +vt 0.880905 0.016108 +vt 0.880905 0.016089 +vt 0.880905 0.016073 +vt 0.880905 0.016061 +vt 0.880905 0.016053 +vt 0.880612 0.016050 +vt 0.880612 0.016053 +vt 0.880612 0.016061 +vt 0.880612 0.016073 +vt 0.880612 0.016089 +vt 0.880612 0.016108 +vt 0.880612 0.016129 +vt 0.880612 0.016149 +vt 0.880612 0.016168 +vt 0.880612 0.016184 +vt 0.880612 0.016196 +vt 0.880612 0.016204 +vt 0.880612 0.016207 +vt 0.880612 0.016204 +vt 0.880612 0.016196 +vt 0.880612 0.016184 +vt 0.880612 0.016168 +vt 0.880612 0.016149 +vt 0.880612 0.016129 +vt 0.880612 0.016108 +vt 0.880612 0.016089 +vt 0.880612 0.016073 +vt 0.880612 0.016061 +vt 0.880612 0.016053 +vt 0.880319 0.016050 +vt 0.880319 0.016053 +vt 0.880319 0.016061 +vt 0.880319 0.016073 +vt 0.880319 0.016089 +vt 0.880319 0.016108 +vt 0.880319 0.016129 +vt 0.880319 0.016149 +vt 0.880319 0.016168 +vt 0.880319 0.016184 +vt 0.880319 0.016196 +vt 0.880319 0.016204 +vt 0.880319 0.016207 +vt 0.880319 0.016204 +vt 0.880319 0.016196 +vt 0.880319 0.016184 +vt 0.880319 0.016168 +vt 0.880319 0.016149 +vt 0.880319 0.016129 +vt 0.880319 0.016108 +vt 0.880319 0.016089 +vt 0.880319 0.016073 +vt 0.880319 0.016061 +vt 0.880319 0.016053 +vt 0.880026 0.016050 +vt 0.880026 0.016053 +vt 0.880026 0.016061 +vt 0.880026 0.016073 +vt 0.880026 0.016089 +vt 0.880026 0.016108 +vt 0.880026 0.016129 +vt 0.880026 0.016149 +vt 0.880026 0.016168 +vt 0.880026 0.016184 +vt 0.880026 0.016196 +vt 0.880026 0.016204 +vt 0.880026 0.016207 +vt 0.880026 0.016204 +vt 0.880026 0.016196 +vt 0.880026 0.016184 +vt 0.880026 0.016168 +vt 0.880026 0.016149 +vt 0.880026 0.016129 +vt 0.880026 0.016108 +vt 0.880026 0.016089 +vt 0.880026 0.016073 +vt 0.880026 0.016061 +vt 0.880026 0.016053 +vt 0.879733 0.016050 +vt 0.879733 0.016053 +vt 0.879733 0.016061 +vt 0.879733 0.016073 +vt 0.879733 0.016089 +vt 0.879733 0.016108 +vt 0.879733 0.016129 +vt 0.879733 0.016149 +vt 0.879733 0.016168 +vt 0.879733 0.016184 +vt 0.879733 0.016196 +vt 0.879733 0.016204 +vt 0.879733 0.016207 +vt 0.879733 0.016204 +vt 0.879733 0.016196 +vt 0.879733 0.016184 +vt 0.879733 0.016168 +vt 0.879733 0.016149 +vt 0.879733 0.016129 +vt 0.879733 0.016108 +vt 0.879733 0.016089 +vt 0.879733 0.016073 +vt 0.879733 0.016061 +vt 0.879733 0.016053 +vt 0.879440 0.016050 +vt 0.879440 0.016053 +vt 0.879440 0.016061 +vt 0.879440 0.016073 +vt 0.879440 0.016089 +vt 0.879440 0.016108 +vt 0.879440 0.016129 +vt 0.879440 0.016149 +vt 0.879440 0.016168 +vt 0.879440 0.016184 +vt 0.879440 0.016196 +vt 0.879440 0.016204 +vt 0.879440 0.016207 +vt 0.879440 0.016204 +vt 0.879440 0.016196 +vt 0.879440 0.016184 +vt 0.879440 0.016168 +vt 0.879440 0.016149 +vt 0.879440 0.016129 +vt 0.879440 0.016108 +vt 0.879440 0.016089 +vt 0.879440 0.016073 +vt 0.879440 0.016061 +vt 0.879440 0.016053 +vt 0.879146 0.016050 +vt 0.879146 0.016053 +vt 0.879146 0.016061 +vt 0.879146 0.016073 +vt 0.879146 0.016089 +vt 0.879146 0.016108 +vt 0.879146 0.016129 +vt 0.879146 0.016149 +vt 0.879146 0.016168 +vt 0.879146 0.016184 +vt 0.879146 0.016196 +vt 0.879146 0.016204 +vt 0.879146 0.016207 +vt 0.879146 0.016204 +vt 0.879146 0.016196 +vt 0.879146 0.016184 +vt 0.879146 0.016168 +vt 0.879146 0.016149 +vt 0.879146 0.016129 +vt 0.879146 0.016108 +vt 0.879146 0.016089 +vt 0.879146 0.016073 +vt 0.879146 0.016061 +vt 0.879146 0.016053 +vt 0.878560 0.015790 +vt 0.878560 0.015790 +vt 0.878560 0.015988 +vt 0.883396 0.015976 +vt 0.883880 0.015976 +vt 0.884364 0.015976 +vt 0.884364 0.015972 +vt 0.884847 0.015972 +vt 0.884847 0.015976 +vt 0.885331 0.015976 +vt 0.885815 0.015976 +vt 0.886298 0.015976 +vt 0.885815 0.015972 +vt 0.886298 0.015972 +vt 0.885815 0.015976 +vt 0.886298 0.015976 +vt 0.886782 0.015976 +vt 0.887266 0.015976 +vt 0.887266 0.015972 +vt 0.887749 0.015972 +vt 0.887749 0.015976 +vt 0.887266 0.015976 +vt 0.886782 0.015976 +vt 0.886782 0.015972 +vt 0.878560 0.015976 +vt 0.879044 0.015976 +vt 0.879527 0.015976 +vt 0.880011 0.015976 +vt 0.880011 0.015972 +vt 0.880495 0.015972 +vt 0.880495 0.015976 +vt 0.880978 0.015976 +vt 0.878560 0.015988 +vt 0.881462 0.015976 +vt 0.881946 0.015976 +vt 0.881462 0.015972 +vt 0.881946 0.015972 +vt 0.881462 0.015976 +vt 0.881946 0.015976 +vt 0.882429 0.015976 +vt 0.882913 0.015976 +vt 0.882913 0.015972 +vt 0.883396 0.015972 +vt 0.883396 0.015976 +vt 0.883880 0.015976 +vt 0.884364 0.015976 +vt 0.879044 0.015972 +vt 0.878560 0.015972 +vt 0.879044 0.015976 +vt 0.878560 0.015976 +vt 0.882913 0.015976 +vt 0.882429 0.015976 +vt 0.882429 0.015972 +vt 0.887749 0.015976 +vt 0.879527 0.015972 +vt 0.879527 0.015976 +vt 0.880495 0.015976 +vt 0.880978 0.015976 +vt 0.880978 0.015972 +vt 0.883880 0.015972 +vt 0.884847 0.015976 +vt 0.885331 0.015976 +vt 0.885331 0.015972 +vt 0.880011 0.015976 +vt 0.878560 0.015790 +vt 0.878560 0.015790 +vt 0.878560 0.015738 +vt 0.878560 0.015738 +vt 0.878560 0.015946 +vt 0.878560 0.015946 +vt 0.878560 0.015864 +vt 0.878560 0.016061 +vt 0.883396 0.016094 +vt 0.883880 0.016094 +vt 0.884364 0.016094 +vt 0.884364 0.016129 +vt 0.884847 0.016129 +vt 0.884847 0.016163 +vt 0.885331 0.016163 +vt 0.885815 0.016163 +vt 0.886298 0.016163 +vt 0.885815 0.016129 +vt 0.886298 0.016129 +vt 0.885815 0.016094 +vt 0.886298 0.016094 +vt 0.886782 0.016094 +vt 0.887266 0.016094 +vt 0.887266 0.016129 +vt 0.887749 0.016129 +vt 0.887749 0.016163 +vt 0.887266 0.016163 +vt 0.886782 0.016163 +vt 0.886782 0.016129 +vt 0.878560 0.016094 +vt 0.879044 0.016094 +vt 0.879527 0.016094 +vt 0.880011 0.016094 +vt 0.880011 0.016129 +vt 0.880495 0.016129 +vt 0.880495 0.016163 +vt 0.880978 0.016163 +vt 0.878560 0.016196 +vt 0.881462 0.016163 +vt 0.881946 0.016163 +vt 0.881462 0.016129 +vt 0.881946 0.016129 +vt 0.881462 0.016094 +vt 0.881946 0.016094 +vt 0.882429 0.016094 +vt 0.882913 0.016094 +vt 0.882913 0.016129 +vt 0.883396 0.016129 +vt 0.883396 0.016163 +vt 0.883880 0.016163 +vt 0.884364 0.016163 +vt 0.879044 0.016129 +vt 0.878560 0.016129 +vt 0.879044 0.016163 +vt 0.878560 0.016163 +vt 0.882913 0.016163 +vt 0.882429 0.016163 +vt 0.882429 0.016129 +vt 0.887749 0.016094 +vt 0.879527 0.016129 +vt 0.879527 0.016163 +vt 0.880495 0.016094 +vt 0.880978 0.016094 +vt 0.880978 0.016129 +vt 0.883880 0.016129 +vt 0.884847 0.016094 +vt 0.885331 0.016094 +vt 0.885331 0.016129 +vt 0.880011 0.016163 +vt 0.878560 0.016393 +vt 0.878560 0.016311 +vt 0.878560 0.016311 +vt 0.878560 0.016519 +vt 0.878560 0.016519 +vt 0.878560 0.016467 +vt 0.878560 0.016467 +vt 0.878560 0.016269 +vt 0.883396 0.016281 +vt 0.883880 0.016281 +vt 0.884364 0.016281 +vt 0.884364 0.016285 +vt 0.884847 0.016285 +vt 0.884847 0.016281 +vt 0.885331 0.016281 +vt 0.885815 0.016281 +vt 0.886298 0.016281 +vt 0.885815 0.016285 +vt 0.886298 0.016285 +vt 0.885815 0.016281 +vt 0.886298 0.016281 +vt 0.886782 0.016281 +vt 0.887266 0.016281 +vt 0.887266 0.016285 +vt 0.887749 0.016285 +vt 0.887749 0.016281 +vt 0.887266 0.016281 +vt 0.886782 0.016281 +vt 0.886782 0.016285 +vt 0.878560 0.016281 +vt 0.879044 0.016281 +vt 0.879527 0.016281 +vt 0.880011 0.016281 +vt 0.880011 0.016285 +vt 0.880495 0.016285 +vt 0.880495 0.016281 +vt 0.880978 0.016281 +vt 0.878560 0.016269 +vt 0.881462 0.016281 +vt 0.881946 0.016281 +vt 0.881462 0.016285 +vt 0.881946 0.016285 +vt 0.881462 0.016281 +vt 0.881946 0.016281 +vt 0.882429 0.016281 +vt 0.882913 0.016281 +vt 0.882913 0.016285 +vt 0.883396 0.016285 +vt 0.883396 0.016281 +vt 0.883880 0.016281 +vt 0.884364 0.016281 +vt 0.879044 0.016285 +vt 0.878560 0.016285 +vt 0.879044 0.016281 +vt 0.878560 0.016281 +vt 0.882913 0.016281 +vt 0.882429 0.016281 +vt 0.882429 0.016285 +vt 0.887749 0.016281 +vt 0.879527 0.016285 +vt 0.879527 0.016281 +vt 0.880495 0.016281 +vt 0.880978 0.016281 +vt 0.880978 0.016285 +vt 0.883880 0.016285 +vt 0.884847 0.016281 +vt 0.885331 0.016281 +vt 0.885331 0.016285 +vt 0.880011 0.016281 +vt 0.878560 0.016467 +vt 0.878560 0.016467 +vt 0.878560 0.016519 +vt 0.878560 0.016519 +vt 0.878560 0.016311 +vt 0.878560 0.016311 +vt 0.878560 0.016393 +vt 0.878560 0.016196 +vt 0.883396 0.016163 +vt 0.883880 0.016163 +vt 0.884364 0.016163 +vt 0.884364 0.016129 +vt 0.884847 0.016129 +vt 0.884847 0.016094 +vt 0.885331 0.016094 +vt 0.885815 0.016094 +vt 0.886298 0.016094 +vt 0.885815 0.016129 +vt 0.886298 0.016129 +vt 0.885815 0.016163 +vt 0.886298 0.016163 +vt 0.886782 0.016163 +vt 0.887266 0.016163 +vt 0.887266 0.016129 +vt 0.887749 0.016129 +vt 0.887749 0.016094 +vt 0.887266 0.016094 +vt 0.886782 0.016094 +vt 0.886782 0.016129 +vt 0.878560 0.016163 +vt 0.879044 0.016163 +vt 0.879527 0.016163 +vt 0.880011 0.016163 +vt 0.880011 0.016129 +vt 0.880495 0.016129 +vt 0.880495 0.016094 +vt 0.880978 0.016094 +vt 0.878560 0.016061 +vt 0.881462 0.016094 +vt 0.881946 0.016094 +vt 0.881462 0.016129 +vt 0.881946 0.016129 +vt 0.881462 0.016163 +vt 0.881946 0.016163 +vt 0.882429 0.016163 +vt 0.882913 0.016163 +vt 0.882913 0.016129 +vt 0.883396 0.016129 +vt 0.883396 0.016094 +vt 0.883880 0.016094 +vt 0.884364 0.016094 +vt 0.879044 0.016129 +vt 0.878560 0.016129 +vt 0.879044 0.016094 +vt 0.878560 0.016094 +vt 0.882913 0.016094 +vt 0.882429 0.016094 +vt 0.882429 0.016129 +vt 0.887749 0.016163 +vt 0.879527 0.016129 +vt 0.879527 0.016094 +vt 0.880495 0.016163 +vt 0.880978 0.016163 +vt 0.880978 0.016129 +vt 0.883880 0.016129 +vt 0.884847 0.016163 +vt 0.885331 0.016163 +vt 0.885331 0.016129 +vt 0.880011 0.016094 +vt 0.878560 0.015864 +vt 0.878560 0.015946 +vt 0.878560 0.015946 +vt 0.878560 0.015738 +vt 0.878560 0.015738 +vt 0.878560 0.015946 +vt 0.878560 0.016311 +vt 0.878085 0.011574 +vt 0.878163 0.011574 +vt 0.878113 0.011574 +vt 0.877980 0.011574 +vt 0.878030 0.011574 +vt 0.877945 0.011574 +vt 0.878085 0.011574 +vt 0.878157 0.011574 +vt 0.878106 0.011574 +vt 0.878156 0.011574 +vt 0.878103 0.011574 +vt 0.878106 0.011574 +vt 0.878113 0.011574 +vt 0.878163 0.011574 +vt 0.878171 0.011574 +vt 0.878163 0.011574 +vt 0.878182 0.011574 +vt 0.878195 0.011574 +vt 0.878185 0.011574 +vt 0.878208 0.011574 +vt 0.878208 0.011574 +vt 0.878232 0.011574 +vt 0.878222 0.011574 +vt 0.878254 0.011574 +vt 0.878235 0.011574 +vt 0.878246 0.011574 +vt 0.878304 0.011574 +vt 0.878254 0.011574 +vt 0.878259 0.011574 +vt 0.878311 0.011574 +vt 0.878261 0.011574 +vt 0.878314 0.011574 +vt 0.878311 0.011574 +vt 0.878259 0.011574 +vt 0.878304 0.011574 +vt 0.878254 0.011574 +vt 0.878246 0.011574 +vt 0.878254 0.011574 +vt 0.878235 0.011574 +vt 0.878222 0.011574 +vt 0.878232 0.011574 +vt 0.878208 0.011574 +vt 0.878208 0.011574 +vt 0.878185 0.011574 +vt 0.878195 0.011574 +vt 0.878182 0.011574 +vt 0.878171 0.011574 +vt 0.878163 0.011574 +vt 0.878157 0.011574 +vt 0.878332 0.011574 +vt 0.878387 0.011574 +vt 0.878437 0.011574 +vt 0.877980 0.011574 +vt 0.877980 0.011574 +vt 0.877945 0.011574 +vt 0.877945 0.011574 +vt 0.878030 0.011574 +vt 0.878085 0.011574 +vt 0.878085 0.011574 +vt 0.877980 0.011574 +vt 0.877945 0.011574 +vt 0.878085 0.011574 +vt 0.878332 0.011574 +vt 0.878332 0.011574 +vt 0.878472 0.011574 +vt 0.878472 0.011574 +vt 0.878437 0.011574 +vt 0.878437 0.011574 +vt 0.878387 0.011574 +vt 0.878472 0.011574 +vt 0.878332 0.011574 +vt 0.878437 0.011574 +vt 0.878472 0.011574 +vt 0.878332 0.011574 +vt 0.878157 0.012007 +vt 0.878156 0.012007 +vt 0.878157 0.012007 +vt 0.878163 0.012007 +vt 0.878171 0.012007 +vt 0.878182 0.012007 +vt 0.878195 0.012007 +vt 0.878208 0.012007 +vt 0.878222 0.012007 +vt 0.878235 0.012007 +vt 0.878246 0.012007 +vt 0.878254 0.012007 +vt 0.878259 0.012007 +vt 0.878261 0.012007 +vt 0.878259 0.012007 +vt 0.878254 0.012007 +vt 0.878246 0.012007 +vt 0.878235 0.012007 +vt 0.878222 0.012007 +vt 0.878208 0.012007 +vt 0.878195 0.012007 +vt 0.878182 0.012007 +vt 0.878171 0.012007 +vt 0.878163 0.012007 +vt 0.878157 0.025889 +vt 0.878157 0.025455 +vt 0.878156 0.025889 +vt 0.878156 0.025455 +vt 0.878157 0.025889 +vt 0.878157 0.025455 +vt 0.878163 0.025889 +vt 0.878163 0.025455 +vt 0.878171 0.025889 +vt 0.878171 0.025455 +vt 0.878182 0.025889 +vt 0.878182 0.025455 +vt 0.878195 0.025889 +vt 0.878195 0.025455 +vt 0.878208 0.025889 +vt 0.878208 0.025455 +vt 0.878222 0.025889 +vt 0.878222 0.025455 +vt 0.878235 0.025889 +vt 0.878235 0.025455 +vt 0.878246 0.025889 +vt 0.878246 0.025455 +vt 0.878254 0.025889 +vt 0.878254 0.025455 +vt 0.878259 0.025889 +vt 0.878259 0.025455 +vt 0.878261 0.025889 +vt 0.878261 0.025455 +vt 0.878259 0.025889 +vt 0.878259 0.025455 +vt 0.878254 0.025889 +vt 0.878254 0.025455 +vt 0.878246 0.025889 +vt 0.878246 0.025455 +vt 0.878235 0.025889 +vt 0.878235 0.025455 +vt 0.878222 0.025889 +vt 0.878222 0.025455 +vt 0.878208 0.025889 +vt 0.878208 0.025455 +vt 0.878195 0.025889 +vt 0.878195 0.025455 +vt 0.878182 0.025889 +vt 0.878182 0.025455 +vt 0.878171 0.025889 +vt 0.878171 0.025455 +vt 0.878163 0.025889 +vt 0.878163 0.025455 +vt 0.878156 0.012441 +vt 0.878157 0.012441 +vt 0.878163 0.012441 +vt 0.878171 0.012441 +vt 0.878182 0.012441 +vt 0.878195 0.012441 +vt 0.878208 0.012441 +vt 0.878222 0.012441 +vt 0.878235 0.012441 +vt 0.878246 0.012441 +vt 0.878254 0.012441 +vt 0.878259 0.012441 +vt 0.878261 0.012441 +vt 0.878259 0.012441 +vt 0.878254 0.012441 +vt 0.878246 0.012441 +vt 0.878235 0.012441 +vt 0.878222 0.012441 +vt 0.878208 0.012441 +vt 0.878195 0.012441 +vt 0.878182 0.012441 +vt 0.878171 0.012441 +vt 0.878163 0.012441 +vt 0.878157 0.012441 +vt 0.878156 0.012875 +vt 0.878157 0.012875 +vt 0.878163 0.012875 +vt 0.878171 0.012875 +vt 0.878182 0.012875 +vt 0.878195 0.012875 +vt 0.878208 0.012875 +vt 0.878222 0.012875 +vt 0.878235 0.012875 +vt 0.878246 0.012875 +vt 0.878254 0.012875 +vt 0.878259 0.012875 +vt 0.878261 0.012875 +vt 0.878259 0.012875 +vt 0.878254 0.012875 +vt 0.878246 0.012875 +vt 0.878235 0.012875 +vt 0.878222 0.012875 +vt 0.878208 0.012875 +vt 0.878195 0.012875 +vt 0.878182 0.012875 +vt 0.878171 0.012875 +vt 0.878163 0.012875 +vt 0.878157 0.012875 +vt 0.878156 0.013309 +vt 0.878157 0.013309 +vt 0.878163 0.013309 +vt 0.878171 0.013309 +vt 0.878182 0.013309 +vt 0.878195 0.013309 +vt 0.878208 0.013309 +vt 0.878222 0.013309 +vt 0.878235 0.013309 +vt 0.878246 0.013309 +vt 0.878254 0.013309 +vt 0.878259 0.013309 +vt 0.878261 0.013309 +vt 0.878259 0.013309 +vt 0.878254 0.013309 +vt 0.878246 0.013309 +vt 0.878235 0.013309 +vt 0.878222 0.013309 +vt 0.878208 0.013309 +vt 0.878195 0.013309 +vt 0.878182 0.013309 +vt 0.878171 0.013309 +vt 0.878163 0.013309 +vt 0.878157 0.013309 +vt 0.878156 0.013743 +vt 0.878157 0.013743 +vt 0.878163 0.013743 +vt 0.878171 0.013743 +vt 0.878182 0.013743 +vt 0.878195 0.013743 +vt 0.878208 0.013743 +vt 0.878222 0.013743 +vt 0.878235 0.013743 +vt 0.878246 0.013743 +vt 0.878254 0.013743 +vt 0.878259 0.013743 +vt 0.878261 0.013743 +vt 0.878259 0.013743 +vt 0.878254 0.013743 +vt 0.878246 0.013743 +vt 0.878235 0.013743 +vt 0.878222 0.013743 +vt 0.878208 0.013743 +vt 0.878195 0.013743 +vt 0.878182 0.013743 +vt 0.878171 0.013743 +vt 0.878163 0.013743 +vt 0.878157 0.013743 +vt 0.878156 0.014176 +vt 0.878157 0.014176 +vt 0.878163 0.014176 +vt 0.878171 0.014176 +vt 0.878182 0.014176 +vt 0.878195 0.014176 +vt 0.878208 0.014176 +vt 0.878222 0.014176 +vt 0.878235 0.014176 +vt 0.878246 0.014176 +vt 0.878254 0.014176 +vt 0.878259 0.014176 +vt 0.878261 0.014176 +vt 0.878259 0.014176 +vt 0.878254 0.014176 +vt 0.878246 0.014176 +vt 0.878235 0.014176 +vt 0.878222 0.014176 +vt 0.878208 0.014176 +vt 0.878195 0.014176 +vt 0.878182 0.014176 +vt 0.878171 0.014176 +vt 0.878163 0.014176 +vt 0.878157 0.014176 +vt 0.878156 0.014610 +vt 0.878157 0.014610 +vt 0.878163 0.014610 +vt 0.878171 0.014610 +vt 0.878182 0.014610 +vt 0.878195 0.014610 +vt 0.878208 0.014610 +vt 0.878222 0.014610 +vt 0.878235 0.014610 +vt 0.878246 0.014610 +vt 0.878254 0.014610 +vt 0.878259 0.014610 +vt 0.878261 0.014610 +vt 0.878259 0.014610 +vt 0.878254 0.014610 +vt 0.878246 0.014610 +vt 0.878235 0.014610 +vt 0.878222 0.014610 +vt 0.878208 0.014610 +vt 0.878195 0.014610 +vt 0.878182 0.014610 +vt 0.878171 0.014610 +vt 0.878163 0.014610 +vt 0.878157 0.014610 +vt 0.878156 0.015044 +vt 0.878157 0.015044 +vt 0.878163 0.015044 +vt 0.878171 0.015044 +vt 0.878182 0.015044 +vt 0.878195 0.015044 +vt 0.878208 0.015044 +vt 0.878222 0.015044 +vt 0.878235 0.015044 +vt 0.878246 0.015044 +vt 0.878254 0.015044 +vt 0.878259 0.015044 +vt 0.878261 0.015044 +vt 0.878259 0.015044 +vt 0.878254 0.015044 +vt 0.878246 0.015044 +vt 0.878235 0.015044 +vt 0.878222 0.015044 +vt 0.878208 0.015044 +vt 0.878195 0.015044 +vt 0.878182 0.015044 +vt 0.878171 0.015044 +vt 0.878163 0.015044 +vt 0.878157 0.015044 +vt 0.878156 0.015478 +vt 0.878157 0.015478 +vt 0.878163 0.015478 +vt 0.878171 0.015478 +vt 0.878182 0.015478 +vt 0.878195 0.015478 +vt 0.878208 0.015478 +vt 0.878222 0.015478 +vt 0.878235 0.015478 +vt 0.878246 0.015478 +vt 0.878254 0.015478 +vt 0.878259 0.015478 +vt 0.878261 0.015478 +vt 0.878259 0.015478 +vt 0.878254 0.015478 +vt 0.878246 0.015478 +vt 0.878235 0.015478 +vt 0.878222 0.015478 +vt 0.878208 0.015478 +vt 0.878195 0.015478 +vt 0.878182 0.015478 +vt 0.878171 0.015478 +vt 0.878163 0.015478 +vt 0.878157 0.015478 +vt 0.878156 0.015912 +vt 0.878157 0.015912 +vt 0.878163 0.015912 +vt 0.878171 0.015912 +vt 0.878182 0.015912 +vt 0.878195 0.015912 +vt 0.878208 0.015912 +vt 0.878222 0.015912 +vt 0.878235 0.015912 +vt 0.878246 0.015912 +vt 0.878254 0.015912 +vt 0.878259 0.015912 +vt 0.878261 0.015912 +vt 0.878259 0.015912 +vt 0.878254 0.015912 +vt 0.878246 0.015912 +vt 0.878235 0.015912 +vt 0.878222 0.015912 +vt 0.878208 0.015912 +vt 0.878195 0.015912 +vt 0.878182 0.015912 +vt 0.878171 0.015912 +vt 0.878163 0.015912 +vt 0.878157 0.015912 +vt 0.878156 0.016345 +vt 0.878157 0.016345 +vt 0.878163 0.016345 +vt 0.878171 0.016345 +vt 0.878182 0.016345 +vt 0.878195 0.016345 +vt 0.878208 0.016345 +vt 0.878222 0.016345 +vt 0.878235 0.016345 +vt 0.878246 0.016345 +vt 0.878254 0.016345 +vt 0.878259 0.016345 +vt 0.878261 0.016345 +vt 0.878259 0.016345 +vt 0.878254 0.016345 +vt 0.878246 0.016345 +vt 0.878235 0.016345 +vt 0.878222 0.016345 +vt 0.878208 0.016345 +vt 0.878195 0.016345 +vt 0.878182 0.016345 +vt 0.878171 0.016345 +vt 0.878163 0.016345 +vt 0.878157 0.016345 +vt 0.878156 0.016779 +vt 0.878157 0.016779 +vt 0.878163 0.016779 +vt 0.878171 0.016779 +vt 0.878182 0.016779 +vt 0.878195 0.016779 +vt 0.878208 0.016779 +vt 0.878222 0.016779 +vt 0.878235 0.016779 +vt 0.878246 0.016779 +vt 0.878254 0.016779 +vt 0.878259 0.016779 +vt 0.878261 0.016779 +vt 0.878259 0.016779 +vt 0.878254 0.016779 +vt 0.878246 0.016779 +vt 0.878235 0.016779 +vt 0.878222 0.016779 +vt 0.878208 0.016779 +vt 0.878195 0.016779 +vt 0.878182 0.016779 +vt 0.878171 0.016779 +vt 0.878163 0.016779 +vt 0.878157 0.016779 +vt 0.878156 0.017213 +vt 0.878157 0.017213 +vt 0.878163 0.017213 +vt 0.878171 0.017213 +vt 0.878182 0.017213 +vt 0.878195 0.017213 +vt 0.878208 0.017213 +vt 0.878222 0.017213 +vt 0.878235 0.017213 +vt 0.878246 0.017213 +vt 0.878254 0.017213 +vt 0.878259 0.017213 +vt 0.878261 0.017213 +vt 0.878259 0.017213 +vt 0.878254 0.017213 +vt 0.878246 0.017213 +vt 0.878235 0.017213 +vt 0.878222 0.017213 +vt 0.878208 0.017213 +vt 0.878195 0.017213 +vt 0.878182 0.017213 +vt 0.878171 0.017213 +vt 0.878163 0.017213 +vt 0.878157 0.017213 +vt 0.878156 0.017647 +vt 0.878157 0.017647 +vt 0.878163 0.017647 +vt 0.878171 0.017647 +vt 0.878182 0.017647 +vt 0.878195 0.017647 +vt 0.878208 0.017647 +vt 0.878222 0.017647 +vt 0.878235 0.017647 +vt 0.878246 0.017647 +vt 0.878254 0.017647 +vt 0.878259 0.017647 +vt 0.878261 0.017647 +vt 0.878259 0.017647 +vt 0.878254 0.017647 +vt 0.878246 0.017647 +vt 0.878235 0.017647 +vt 0.878222 0.017647 +vt 0.878208 0.017647 +vt 0.878195 0.017647 +vt 0.878182 0.017647 +vt 0.878171 0.017647 +vt 0.878163 0.017647 +vt 0.878157 0.017647 +vt 0.878156 0.018081 +vt 0.878157 0.018081 +vt 0.878163 0.018081 +vt 0.878171 0.018081 +vt 0.878182 0.018081 +vt 0.878195 0.018081 +vt 0.878208 0.018081 +vt 0.878222 0.018081 +vt 0.878235 0.018081 +vt 0.878246 0.018081 +vt 0.878254 0.018081 +vt 0.878259 0.018081 +vt 0.878261 0.018081 +vt 0.878259 0.018081 +vt 0.878254 0.018081 +vt 0.878246 0.018081 +vt 0.878235 0.018081 +vt 0.878222 0.018081 +vt 0.878208 0.018081 +vt 0.878195 0.018081 +vt 0.878182 0.018081 +vt 0.878171 0.018081 +vt 0.878163 0.018081 +vt 0.878157 0.018081 +vt 0.878156 0.018514 +vt 0.878157 0.018514 +vt 0.878163 0.018514 +vt 0.878171 0.018514 +vt 0.878182 0.018514 +vt 0.878195 0.018514 +vt 0.878208 0.018514 +vt 0.878222 0.018514 +vt 0.878235 0.018514 +vt 0.878246 0.018514 +vt 0.878254 0.018514 +vt 0.878259 0.018514 +vt 0.878261 0.018514 +vt 0.878259 0.018514 +vt 0.878254 0.018514 +vt 0.878246 0.018514 +vt 0.878235 0.018514 +vt 0.878222 0.018514 +vt 0.878208 0.018514 +vt 0.878195 0.018514 +vt 0.878182 0.018514 +vt 0.878171 0.018514 +vt 0.878163 0.018514 +vt 0.878157 0.018514 +vt 0.878156 0.018948 +vt 0.878157 0.018948 +vt 0.878163 0.018948 +vt 0.878171 0.018948 +vt 0.878182 0.018948 +vt 0.878195 0.018948 +vt 0.878208 0.018948 +vt 0.878222 0.018948 +vt 0.878235 0.018948 +vt 0.878246 0.018948 +vt 0.878254 0.018948 +vt 0.878259 0.018948 +vt 0.878261 0.018948 +vt 0.878259 0.018948 +vt 0.878254 0.018948 +vt 0.878246 0.018948 +vt 0.878235 0.018948 +vt 0.878222 0.018948 +vt 0.878208 0.018948 +vt 0.878195 0.018948 +vt 0.878182 0.018948 +vt 0.878171 0.018948 +vt 0.878163 0.018948 +vt 0.878157 0.018948 +vt 0.878156 0.019382 +vt 0.878157 0.019382 +vt 0.878163 0.019382 +vt 0.878171 0.019382 +vt 0.878182 0.019382 +vt 0.878195 0.019382 +vt 0.878208 0.019382 +vt 0.878222 0.019382 +vt 0.878235 0.019382 +vt 0.878246 0.019382 +vt 0.878254 0.019382 +vt 0.878259 0.019382 +vt 0.878261 0.019382 +vt 0.878259 0.019382 +vt 0.878254 0.019382 +vt 0.878246 0.019382 +vt 0.878235 0.019382 +vt 0.878222 0.019382 +vt 0.878208 0.019382 +vt 0.878195 0.019382 +vt 0.878182 0.019382 +vt 0.878171 0.019382 +vt 0.878163 0.019382 +vt 0.878157 0.019382 +vt 0.878156 0.019816 +vt 0.878157 0.019816 +vt 0.878163 0.019816 +vt 0.878171 0.019816 +vt 0.878182 0.019816 +vt 0.878195 0.019816 +vt 0.878208 0.019816 +vt 0.878222 0.019816 +vt 0.878235 0.019816 +vt 0.878246 0.019816 +vt 0.878254 0.019816 +vt 0.878259 0.019816 +vt 0.878261 0.019816 +vt 0.878259 0.019816 +vt 0.878254 0.019816 +vt 0.878246 0.019816 +vt 0.878235 0.019816 +vt 0.878222 0.019816 +vt 0.878208 0.019816 +vt 0.878195 0.019816 +vt 0.878182 0.019816 +vt 0.878171 0.019816 +vt 0.878163 0.019816 +vt 0.878157 0.019816 +vt 0.878156 0.020250 +vt 0.878157 0.020250 +vt 0.878163 0.020250 +vt 0.878171 0.020250 +vt 0.878182 0.020250 +vt 0.878195 0.020250 +vt 0.878208 0.020250 +vt 0.878222 0.020250 +vt 0.878235 0.020250 +vt 0.878246 0.020250 +vt 0.878254 0.020250 +vt 0.878259 0.020250 +vt 0.878261 0.020250 +vt 0.878259 0.020250 +vt 0.878254 0.020250 +vt 0.878246 0.020250 +vt 0.878235 0.020250 +vt 0.878222 0.020250 +vt 0.878208 0.020250 +vt 0.878195 0.020250 +vt 0.878182 0.020250 +vt 0.878171 0.020250 +vt 0.878163 0.020250 +vt 0.878157 0.020250 +vt 0.878156 0.020683 +vt 0.878157 0.020683 +vt 0.878163 0.020683 +vt 0.878171 0.020683 +vt 0.878182 0.020683 +vt 0.878195 0.020683 +vt 0.878208 0.020683 +vt 0.878222 0.020683 +vt 0.878235 0.020683 +vt 0.878246 0.020683 +vt 0.878254 0.020683 +vt 0.878259 0.020683 +vt 0.878261 0.020683 +vt 0.878259 0.020683 +vt 0.878254 0.020683 +vt 0.878246 0.020683 +vt 0.878235 0.020683 +vt 0.878222 0.020683 +vt 0.878208 0.020683 +vt 0.878195 0.020683 +vt 0.878182 0.020683 +vt 0.878171 0.020683 +vt 0.878163 0.020683 +vt 0.878157 0.020683 +vt 0.878156 0.021117 +vt 0.878157 0.021117 +vt 0.878163 0.021117 +vt 0.878171 0.021117 +vt 0.878182 0.021117 +vt 0.878195 0.021117 +vt 0.878208 0.021117 +vt 0.878222 0.021117 +vt 0.878235 0.021117 +vt 0.878246 0.021117 +vt 0.878254 0.021117 +vt 0.878259 0.021117 +vt 0.878261 0.021117 +vt 0.878259 0.021117 +vt 0.878254 0.021117 +vt 0.878246 0.021117 +vt 0.878235 0.021117 +vt 0.878222 0.021117 +vt 0.878208 0.021117 +vt 0.878195 0.021117 +vt 0.878182 0.021117 +vt 0.878171 0.021117 +vt 0.878163 0.021117 +vt 0.878157 0.021117 +vt 0.878156 0.021551 +vt 0.878157 0.021551 +vt 0.878163 0.021551 +vt 0.878171 0.021551 +vt 0.878182 0.021551 +vt 0.878195 0.021551 +vt 0.878208 0.021551 +vt 0.878222 0.021551 +vt 0.878235 0.021551 +vt 0.878246 0.021551 +vt 0.878254 0.021551 +vt 0.878259 0.021551 +vt 0.878261 0.021551 +vt 0.878259 0.021551 +vt 0.878254 0.021551 +vt 0.878246 0.021551 +vt 0.878235 0.021551 +vt 0.878222 0.021551 +vt 0.878208 0.021551 +vt 0.878195 0.021551 +vt 0.878182 0.021551 +vt 0.878171 0.021551 +vt 0.878163 0.021551 +vt 0.878157 0.021551 +vt 0.878156 0.021985 +vt 0.878157 0.021985 +vt 0.878163 0.021985 +vt 0.878171 0.021985 +vt 0.878182 0.021985 +vt 0.878195 0.021985 +vt 0.878208 0.021985 +vt 0.878222 0.021985 +vt 0.878235 0.021985 +vt 0.878246 0.021985 +vt 0.878254 0.021985 +vt 0.878259 0.021985 +vt 0.878261 0.021985 +vt 0.878259 0.021985 +vt 0.878254 0.021985 +vt 0.878246 0.021985 +vt 0.878235 0.021985 +vt 0.878222 0.021985 +vt 0.878208 0.021985 +vt 0.878195 0.021985 +vt 0.878182 0.021985 +vt 0.878171 0.021985 +vt 0.878163 0.021985 +vt 0.878157 0.021985 +vt 0.878156 0.022419 +vt 0.878157 0.022419 +vt 0.878163 0.022419 +vt 0.878171 0.022419 +vt 0.878182 0.022419 +vt 0.878195 0.022419 +vt 0.878208 0.022419 +vt 0.878222 0.022419 +vt 0.878235 0.022419 +vt 0.878246 0.022419 +vt 0.878254 0.022419 +vt 0.878259 0.022419 +vt 0.878261 0.022419 +vt 0.878259 0.022419 +vt 0.878254 0.022419 +vt 0.878246 0.022419 +vt 0.878235 0.022419 +vt 0.878222 0.022419 +vt 0.878208 0.022419 +vt 0.878195 0.022419 +vt 0.878182 0.022419 +vt 0.878171 0.022419 +vt 0.878163 0.022419 +vt 0.878157 0.022419 +vt 0.878156 0.022852 +vt 0.878157 0.022852 +vt 0.878163 0.022852 +vt 0.878171 0.022852 +vt 0.878182 0.022852 +vt 0.878195 0.022852 +vt 0.878208 0.022852 +vt 0.878222 0.022852 +vt 0.878235 0.022852 +vt 0.878246 0.022852 +vt 0.878254 0.022852 +vt 0.878259 0.022852 +vt 0.878261 0.022852 +vt 0.878259 0.022852 +vt 0.878254 0.022852 +vt 0.878246 0.022852 +vt 0.878235 0.022852 +vt 0.878222 0.022852 +vt 0.878208 0.022852 +vt 0.878195 0.022852 +vt 0.878182 0.022852 +vt 0.878171 0.022852 +vt 0.878163 0.022852 +vt 0.878157 0.022852 +vt 0.878156 0.023286 +vt 0.878157 0.023286 +vt 0.878163 0.023286 +vt 0.878171 0.023286 +vt 0.878182 0.023286 +vt 0.878195 0.023286 +vt 0.878208 0.023286 +vt 0.878222 0.023286 +vt 0.878235 0.023286 +vt 0.878246 0.023286 +vt 0.878254 0.023286 +vt 0.878259 0.023286 +vt 0.878261 0.023286 +vt 0.878259 0.023286 +vt 0.878254 0.023286 +vt 0.878246 0.023286 +vt 0.878235 0.023286 +vt 0.878222 0.023286 +vt 0.878208 0.023286 +vt 0.878195 0.023286 +vt 0.878182 0.023286 +vt 0.878171 0.023286 +vt 0.878163 0.023286 +vt 0.878157 0.023286 +vt 0.878156 0.023720 +vt 0.878157 0.023720 +vt 0.878163 0.023720 +vt 0.878171 0.023720 +vt 0.878182 0.023720 +vt 0.878195 0.023720 +vt 0.878208 0.023720 +vt 0.878222 0.023720 +vt 0.878235 0.023720 +vt 0.878246 0.023720 +vt 0.878254 0.023720 +vt 0.878259 0.023720 +vt 0.878261 0.023720 +vt 0.878259 0.023720 +vt 0.878254 0.023720 +vt 0.878246 0.023720 +vt 0.878235 0.023720 +vt 0.878222 0.023720 +vt 0.878208 0.023720 +vt 0.878195 0.023720 +vt 0.878182 0.023720 +vt 0.878171 0.023720 +vt 0.878163 0.023720 +vt 0.878157 0.023720 +vt 0.878156 0.024154 +vt 0.878157 0.024154 +vt 0.878163 0.024154 +vt 0.878171 0.024154 +vt 0.878182 0.024154 +vt 0.878195 0.024154 +vt 0.878208 0.024154 +vt 0.878222 0.024154 +vt 0.878235 0.024154 +vt 0.878246 0.024154 +vt 0.878254 0.024154 +vt 0.878259 0.024154 +vt 0.878261 0.024154 +vt 0.878259 0.024154 +vt 0.878254 0.024154 +vt 0.878246 0.024154 +vt 0.878235 0.024154 +vt 0.878222 0.024154 +vt 0.878208 0.024154 +vt 0.878195 0.024154 +vt 0.878182 0.024154 +vt 0.878171 0.024154 +vt 0.878163 0.024154 +vt 0.878157 0.024154 +vt 0.878156 0.024588 +vt 0.878157 0.024588 +vt 0.878163 0.024588 +vt 0.878171 0.024588 +vt 0.878182 0.024588 +vt 0.878195 0.024588 +vt 0.878208 0.024588 +vt 0.878222 0.024588 +vt 0.878235 0.024588 +vt 0.878246 0.024588 +vt 0.878254 0.024588 +vt 0.878259 0.024588 +vt 0.878261 0.024588 +vt 0.878259 0.024588 +vt 0.878254 0.024588 +vt 0.878246 0.024588 +vt 0.878235 0.024588 +vt 0.878222 0.024588 +vt 0.878208 0.024588 +vt 0.878195 0.024588 +vt 0.878182 0.024588 +vt 0.878171 0.024588 +vt 0.878163 0.024588 +vt 0.878157 0.024588 +vt 0.878156 0.025021 +vt 0.878157 0.025021 +vt 0.878163 0.025021 +vt 0.878171 0.025021 +vt 0.878182 0.025021 +vt 0.878195 0.025021 +vt 0.878208 0.025021 +vt 0.878222 0.025021 +vt 0.878235 0.025021 +vt 0.878246 0.025021 +vt 0.878254 0.025021 +vt 0.878259 0.025021 +vt 0.878261 0.025021 +vt 0.878259 0.025021 +vt 0.878254 0.025021 +vt 0.878246 0.025021 +vt 0.878235 0.025021 +vt 0.878222 0.025021 +vt 0.878208 0.025021 +vt 0.878195 0.025021 +vt 0.878182 0.025021 +vt 0.878171 0.025021 +vt 0.878163 0.025021 +vt 0.878157 0.025021 +vt 0.877980 0.025889 +vt 0.877980 0.025889 +vt 0.878113 0.025889 +vt 0.878106 0.018731 +vt 0.878106 0.018016 +vt 0.878106 0.017300 +vt 0.878103 0.017300 +vt 0.878103 0.016584 +vt 0.878106 0.016584 +vt 0.878106 0.015868 +vt 0.878106 0.015152 +vt 0.878106 0.014437 +vt 0.878103 0.015152 +vt 0.878103 0.014437 +vt 0.878106 0.015152 +vt 0.878106 0.014437 +vt 0.878106 0.013721 +vt 0.878106 0.013005 +vt 0.878103 0.013005 +vt 0.878103 0.012289 +vt 0.878106 0.012289 +vt 0.878106 0.013005 +vt 0.878106 0.013721 +vt 0.878103 0.013721 +vt 0.878106 0.025889 +vt 0.878106 0.025173 +vt 0.878106 0.024457 +vt 0.878106 0.023742 +vt 0.878103 0.023742 +vt 0.878103 0.023026 +vt 0.878106 0.023026 +vt 0.878106 0.022310 +vt 0.878113 0.025889 +vt 0.878106 0.021594 +vt 0.878106 0.020879 +vt 0.878103 0.021594 +vt 0.878103 0.020879 +vt 0.878106 0.021594 +vt 0.878106 0.020879 +vt 0.878106 0.020163 +vt 0.878106 0.019447 +vt 0.878103 0.019447 +vt 0.878103 0.018731 +vt 0.878106 0.018731 +vt 0.878106 0.018016 +vt 0.878106 0.017300 +vt 0.878103 0.025173 +vt 0.878103 0.025889 +vt 0.878106 0.025173 +vt 0.878106 0.025889 +vt 0.878106 0.019447 +vt 0.878106 0.020163 +vt 0.878103 0.020163 +vt 0.878106 0.012289 +vt 0.878103 0.024457 +vt 0.878106 0.024457 +vt 0.878106 0.023026 +vt 0.878106 0.022310 +vt 0.878103 0.022310 +vt 0.878103 0.018016 +vt 0.878106 0.016584 +vt 0.878106 0.015868 +vt 0.878103 0.015868 +vt 0.878106 0.023742 +vt 0.877980 0.025889 +vt 0.877980 0.025889 +vt 0.877945 0.025889 +vt 0.877945 0.025889 +vt 0.878085 0.025889 +vt 0.878085 0.025889 +vt 0.878030 0.025889 +vt 0.878163 0.025889 +vt 0.878185 0.018731 +vt 0.878185 0.018016 +vt 0.878185 0.017300 +vt 0.878208 0.017300 +vt 0.878208 0.016584 +vt 0.878232 0.016584 +vt 0.878232 0.015868 +vt 0.878232 0.015152 +vt 0.878232 0.014437 +vt 0.878208 0.015152 +vt 0.878208 0.014437 +vt 0.878185 0.015152 +vt 0.878185 0.014437 +vt 0.878185 0.013721 +vt 0.878185 0.013005 +vt 0.878208 0.013005 +vt 0.878208 0.012289 +vt 0.878232 0.012289 +vt 0.878232 0.013005 +vt 0.878232 0.013721 +vt 0.878208 0.013721 +vt 0.878185 0.025889 +vt 0.878185 0.025173 +vt 0.878185 0.024457 +vt 0.878185 0.023742 +vt 0.878208 0.023742 +vt 0.878208 0.023026 +vt 0.878232 0.023026 +vt 0.878232 0.022310 +vt 0.878254 0.025889 +vt 0.878232 0.021594 +vt 0.878232 0.020879 +vt 0.878208 0.021594 +vt 0.878208 0.020879 +vt 0.878185 0.021594 +vt 0.878185 0.020879 +vt 0.878185 0.020163 +vt 0.878185 0.019447 +vt 0.878208 0.019447 +vt 0.878208 0.018731 +vt 0.878232 0.018731 +vt 0.878232 0.018016 +vt 0.878232 0.017300 +vt 0.878208 0.025173 +vt 0.878208 0.025889 +vt 0.878232 0.025173 +vt 0.878232 0.025889 +vt 0.878232 0.019447 +vt 0.878232 0.020163 +vt 0.878208 0.020163 +vt 0.878185 0.012289 +vt 0.878208 0.024457 +vt 0.878232 0.024457 +vt 0.878185 0.023026 +vt 0.878185 0.022310 +vt 0.878208 0.022310 +vt 0.878208 0.018016 +vt 0.878185 0.016584 +vt 0.878185 0.015868 +vt 0.878208 0.015868 +vt 0.878232 0.023742 +vt 0.878387 0.025889 +vt 0.878332 0.025889 +vt 0.878332 0.025889 +vt 0.878472 0.025889 +vt 0.878472 0.025889 +vt 0.878437 0.025889 +vt 0.878437 0.025889 +vt 0.878304 0.025889 +vt 0.878311 0.018731 +vt 0.878311 0.018016 +vt 0.878311 0.017300 +vt 0.878314 0.017300 +vt 0.878314 0.016584 +vt 0.878311 0.016584 +vt 0.878311 0.015868 +vt 0.878311 0.015152 +vt 0.878311 0.014437 +vt 0.878314 0.015152 +vt 0.878314 0.014437 +vt 0.878311 0.015152 +vt 0.878311 0.014437 +vt 0.878311 0.013721 +vt 0.878311 0.013005 +vt 0.878314 0.013005 +vt 0.878314 0.012289 +vt 0.878311 0.012289 +vt 0.878311 0.013005 +vt 0.878311 0.013721 +vt 0.878314 0.013721 +vt 0.878311 0.025889 +vt 0.878311 0.025173 +vt 0.878311 0.024457 +vt 0.878311 0.023742 +vt 0.878314 0.023742 +vt 0.878314 0.023026 +vt 0.878311 0.023026 +vt 0.878311 0.022310 +vt 0.878304 0.025889 +vt 0.878311 0.021594 +vt 0.878311 0.020879 +vt 0.878314 0.021594 +vt 0.878314 0.020879 +vt 0.878311 0.021594 +vt 0.878311 0.020879 +vt 0.878311 0.020163 +vt 0.878311 0.019447 +vt 0.878314 0.019447 +vt 0.878314 0.018731 +vt 0.878311 0.018731 +vt 0.878311 0.018016 +vt 0.878311 0.017300 +vt 0.878314 0.025173 +vt 0.878314 0.025889 +vt 0.878311 0.025173 +vt 0.878311 0.025889 +vt 0.878311 0.019447 +vt 0.878311 0.020163 +vt 0.878314 0.020163 +vt 0.878311 0.012289 +vt 0.878314 0.024457 +vt 0.878311 0.024457 +vt 0.878311 0.023026 +vt 0.878311 0.022310 +vt 0.878314 0.022310 +vt 0.878314 0.018016 +vt 0.878311 0.016584 +vt 0.878311 0.015868 +vt 0.878314 0.015868 +vt 0.878311 0.023742 +vt 0.878437 0.025889 +vt 0.878437 0.025889 +vt 0.878472 0.025889 +vt 0.878472 0.025889 +vt 0.878332 0.025889 +vt 0.878332 0.025889 +vt 0.878387 0.025889 +vt 0.878254 0.025889 +vt 0.878232 0.018731 +vt 0.878232 0.018016 +vt 0.878232 0.017300 +vt 0.878208 0.017300 +vt 0.878208 0.016584 +vt 0.878185 0.016584 +vt 0.878185 0.015868 +vt 0.878185 0.015152 +vt 0.878185 0.014437 +vt 0.878208 0.015152 +vt 0.878208 0.014437 +vt 0.878232 0.015152 +vt 0.878232 0.014437 +vt 0.878232 0.013721 +vt 0.878232 0.013005 +vt 0.878208 0.013005 +vt 0.878208 0.012289 +vt 0.878185 0.012289 +vt 0.878185 0.013005 +vt 0.878185 0.013721 +vt 0.878208 0.013721 +vt 0.878232 0.025889 +vt 0.878232 0.025173 +vt 0.878232 0.024457 +vt 0.878232 0.023742 +vt 0.878208 0.023742 +vt 0.878208 0.023026 +vt 0.878185 0.023026 +vt 0.878185 0.022310 +vt 0.878163 0.025889 +vt 0.878185 0.021594 +vt 0.878185 0.020879 +vt 0.878208 0.021594 +vt 0.878208 0.020879 +vt 0.878232 0.021594 +vt 0.878232 0.020879 +vt 0.878232 0.020163 +vt 0.878232 0.019447 +vt 0.878208 0.019447 +vt 0.878208 0.018731 +vt 0.878185 0.018731 +vt 0.878185 0.018016 +vt 0.878185 0.017300 +vt 0.878208 0.025173 +vt 0.878208 0.025889 +vt 0.878185 0.025173 +vt 0.878185 0.025889 +vt 0.878185 0.019447 +vt 0.878185 0.020163 +vt 0.878208 0.020163 +vt 0.878232 0.012289 +vt 0.878208 0.024457 +vt 0.878185 0.024457 +vt 0.878232 0.023026 +vt 0.878232 0.022310 +vt 0.878208 0.022310 +vt 0.878208 0.018016 +vt 0.878232 0.016584 +vt 0.878232 0.015868 +vt 0.878208 0.015868 +vt 0.878185 0.023742 +vt 0.878030 0.025889 +vt 0.878085 0.025889 +vt 0.878085 0.025889 +vt 0.877945 0.025889 +vt 0.877945 0.025889 +vt 0.878085 0.025889 +vt 0.878332 0.025889 +vt 0.888461 0.011574 +vt 0.888539 0.011574 +vt 0.888489 0.011574 +vt 0.888356 0.011574 +vt 0.888406 0.011574 +vt 0.888321 0.011574 +vt 0.888461 0.011574 +vt 0.888534 0.011574 +vt 0.888482 0.011574 +vt 0.888532 0.011574 +vt 0.888479 0.011574 +vt 0.888482 0.011574 +vt 0.888489 0.011574 +vt 0.888539 0.011574 +vt 0.888547 0.011574 +vt 0.888539 0.011574 +vt 0.888558 0.011574 +vt 0.888571 0.011574 +vt 0.888561 0.011574 +vt 0.888584 0.011574 +vt 0.888584 0.011574 +vt 0.888608 0.011574 +vt 0.888598 0.011574 +vt 0.888630 0.011574 +vt 0.888611 0.011574 +vt 0.888622 0.011574 +vt 0.888680 0.011574 +vt 0.888630 0.011574 +vt 0.888636 0.011574 +vt 0.888687 0.011574 +vt 0.888637 0.011574 +vt 0.888690 0.011574 +vt 0.888687 0.011574 +vt 0.888636 0.011574 +vt 0.888680 0.011574 +vt 0.888630 0.011574 +vt 0.888622 0.011574 +vt 0.888630 0.011574 +vt 0.888611 0.011574 +vt 0.888598 0.011574 +vt 0.888608 0.011574 +vt 0.888584 0.011574 +vt 0.888584 0.011574 +vt 0.888561 0.011574 +vt 0.888571 0.011574 +vt 0.888558 0.011574 +vt 0.888547 0.011574 +vt 0.888539 0.011574 +vt 0.888534 0.011574 +vt 0.888708 0.011574 +vt 0.888763 0.011574 +vt 0.888813 0.011574 +vt 0.888356 0.011574 +vt 0.888356 0.011574 +vt 0.888321 0.011574 +vt 0.888321 0.011574 +vt 0.888406 0.011574 +vt 0.888461 0.011574 +vt 0.888461 0.011574 +vt 0.888356 0.011574 +vt 0.888321 0.011574 +vt 0.888461 0.011574 +vt 0.888708 0.011574 +vt 0.888708 0.011574 +vt 0.888848 0.011574 +vt 0.888848 0.011574 +vt 0.888813 0.011574 +vt 0.888813 0.011574 +vt 0.888763 0.011574 +vt 0.888848 0.011574 +vt 0.888708 0.011574 +vt 0.888813 0.011574 +vt 0.888848 0.011574 +vt 0.888708 0.011574 +vt 0.888534 0.012007 +vt 0.888532 0.012007 +vt 0.888534 0.012007 +vt 0.888539 0.012007 +vt 0.888547 0.012007 +vt 0.888558 0.012007 +vt 0.888571 0.012007 +vt 0.888584 0.012007 +vt 0.888598 0.012007 +vt 0.888611 0.012007 +vt 0.888622 0.012007 +vt 0.888630 0.012007 +vt 0.888636 0.012007 +vt 0.888637 0.012007 +vt 0.888636 0.012007 +vt 0.888630 0.012007 +vt 0.888622 0.012007 +vt 0.888611 0.012007 +vt 0.888598 0.012007 +vt 0.888584 0.012007 +vt 0.888571 0.012007 +vt 0.888558 0.012007 +vt 0.888547 0.012007 +vt 0.888539 0.012007 +vt 0.888534 0.025889 +vt 0.888534 0.025455 +vt 0.888532 0.025889 +vt 0.888532 0.025455 +vt 0.888534 0.025889 +vt 0.888534 0.025455 +vt 0.888539 0.025889 +vt 0.888539 0.025455 +vt 0.888547 0.025889 +vt 0.888547 0.025455 +vt 0.888558 0.025889 +vt 0.888558 0.025455 +vt 0.888571 0.025889 +vt 0.888571 0.025455 +vt 0.888584 0.025889 +vt 0.888584 0.025455 +vt 0.888598 0.025889 +vt 0.888598 0.025455 +vt 0.888611 0.025889 +vt 0.888611 0.025455 +vt 0.888622 0.025889 +vt 0.888622 0.025455 +vt 0.888630 0.025889 +vt 0.888630 0.025455 +vt 0.888636 0.025889 +vt 0.888636 0.025455 +vt 0.888637 0.025889 +vt 0.888637 0.025455 +vt 0.888636 0.025889 +vt 0.888636 0.025455 +vt 0.888630 0.025889 +vt 0.888630 0.025455 +vt 0.888622 0.025889 +vt 0.888622 0.025455 +vt 0.888611 0.025889 +vt 0.888611 0.025455 +vt 0.888598 0.025889 +vt 0.888598 0.025455 +vt 0.888584 0.025889 +vt 0.888584 0.025455 +vt 0.888571 0.025889 +vt 0.888571 0.025455 +vt 0.888558 0.025889 +vt 0.888558 0.025455 +vt 0.888547 0.025889 +vt 0.888547 0.025455 +vt 0.888539 0.025889 +vt 0.888539 0.025455 +vt 0.888532 0.012441 +vt 0.888534 0.012441 +vt 0.888539 0.012441 +vt 0.888547 0.012441 +vt 0.888558 0.012441 +vt 0.888571 0.012441 +vt 0.888584 0.012441 +vt 0.888598 0.012441 +vt 0.888611 0.012441 +vt 0.888622 0.012441 +vt 0.888630 0.012441 +vt 0.888636 0.012441 +vt 0.888637 0.012441 +vt 0.888636 0.012441 +vt 0.888630 0.012441 +vt 0.888622 0.012441 +vt 0.888611 0.012441 +vt 0.888598 0.012441 +vt 0.888584 0.012441 +vt 0.888571 0.012441 +vt 0.888558 0.012441 +vt 0.888547 0.012441 +vt 0.888539 0.012441 +vt 0.888534 0.012441 +vt 0.888532 0.012875 +vt 0.888534 0.012875 +vt 0.888539 0.012875 +vt 0.888547 0.012875 +vt 0.888558 0.012875 +vt 0.888571 0.012875 +vt 0.888584 0.012875 +vt 0.888598 0.012875 +vt 0.888611 0.012875 +vt 0.888622 0.012875 +vt 0.888630 0.012875 +vt 0.888636 0.012875 +vt 0.888637 0.012875 +vt 0.888636 0.012875 +vt 0.888630 0.012875 +vt 0.888622 0.012875 +vt 0.888611 0.012875 +vt 0.888598 0.012875 +vt 0.888584 0.012875 +vt 0.888571 0.012875 +vt 0.888558 0.012875 +vt 0.888547 0.012875 +vt 0.888539 0.012875 +vt 0.888534 0.012875 +vt 0.888532 0.013309 +vt 0.888534 0.013309 +vt 0.888539 0.013309 +vt 0.888547 0.013309 +vt 0.888558 0.013309 +vt 0.888571 0.013309 +vt 0.888584 0.013309 +vt 0.888598 0.013309 +vt 0.888611 0.013309 +vt 0.888622 0.013309 +vt 0.888630 0.013309 +vt 0.888636 0.013309 +vt 0.888637 0.013309 +vt 0.888636 0.013309 +vt 0.888630 0.013309 +vt 0.888622 0.013309 +vt 0.888611 0.013309 +vt 0.888598 0.013309 +vt 0.888584 0.013309 +vt 0.888571 0.013309 +vt 0.888558 0.013309 +vt 0.888547 0.013309 +vt 0.888539 0.013309 +vt 0.888534 0.013309 +vt 0.888532 0.013743 +vt 0.888534 0.013743 +vt 0.888539 0.013743 +vt 0.888547 0.013743 +vt 0.888558 0.013743 +vt 0.888571 0.013743 +vt 0.888584 0.013743 +vt 0.888598 0.013743 +vt 0.888611 0.013743 +vt 0.888622 0.013743 +vt 0.888630 0.013743 +vt 0.888636 0.013743 +vt 0.888637 0.013743 +vt 0.888636 0.013743 +vt 0.888630 0.013743 +vt 0.888622 0.013743 +vt 0.888611 0.013743 +vt 0.888598 0.013743 +vt 0.888584 0.013743 +vt 0.888571 0.013743 +vt 0.888558 0.013743 +vt 0.888547 0.013743 +vt 0.888539 0.013743 +vt 0.888534 0.013743 +vt 0.888532 0.014176 +vt 0.888534 0.014176 +vt 0.888539 0.014176 +vt 0.888547 0.014176 +vt 0.888558 0.014176 +vt 0.888571 0.014176 +vt 0.888584 0.014176 +vt 0.888598 0.014176 +vt 0.888611 0.014176 +vt 0.888622 0.014176 +vt 0.888630 0.014176 +vt 0.888636 0.014176 +vt 0.888637 0.014176 +vt 0.888636 0.014176 +vt 0.888630 0.014176 +vt 0.888622 0.014176 +vt 0.888611 0.014176 +vt 0.888598 0.014176 +vt 0.888584 0.014176 +vt 0.888571 0.014176 +vt 0.888558 0.014176 +vt 0.888547 0.014176 +vt 0.888539 0.014176 +vt 0.888534 0.014176 +vt 0.888532 0.014610 +vt 0.888534 0.014610 +vt 0.888539 0.014610 +vt 0.888547 0.014610 +vt 0.888558 0.014610 +vt 0.888571 0.014610 +vt 0.888584 0.014610 +vt 0.888598 0.014610 +vt 0.888611 0.014610 +vt 0.888622 0.014610 +vt 0.888630 0.014610 +vt 0.888636 0.014610 +vt 0.888637 0.014610 +vt 0.888636 0.014610 +vt 0.888630 0.014610 +vt 0.888622 0.014610 +vt 0.888611 0.014610 +vt 0.888598 0.014610 +vt 0.888584 0.014610 +vt 0.888571 0.014610 +vt 0.888558 0.014610 +vt 0.888547 0.014610 +vt 0.888539 0.014610 +vt 0.888534 0.014610 +vt 0.888532 0.015044 +vt 0.888534 0.015044 +vt 0.888539 0.015044 +vt 0.888547 0.015044 +vt 0.888558 0.015044 +vt 0.888571 0.015044 +vt 0.888584 0.015044 +vt 0.888598 0.015044 +vt 0.888611 0.015044 +vt 0.888622 0.015044 +vt 0.888630 0.015044 +vt 0.888636 0.015044 +vt 0.888637 0.015044 +vt 0.888636 0.015044 +vt 0.888630 0.015044 +vt 0.888622 0.015044 +vt 0.888611 0.015044 +vt 0.888598 0.015044 +vt 0.888584 0.015044 +vt 0.888571 0.015044 +vt 0.888558 0.015044 +vt 0.888547 0.015044 +vt 0.888539 0.015044 +vt 0.888534 0.015044 +vt 0.888532 0.015478 +vt 0.888534 0.015478 +vt 0.888539 0.015478 +vt 0.888547 0.015478 +vt 0.888558 0.015478 +vt 0.888571 0.015478 +vt 0.888584 0.015478 +vt 0.888598 0.015478 +vt 0.888611 0.015478 +vt 0.888622 0.015478 +vt 0.888630 0.015478 +vt 0.888636 0.015478 +vt 0.888637 0.015478 +vt 0.888636 0.015478 +vt 0.888630 0.015478 +vt 0.888622 0.015478 +vt 0.888611 0.015478 +vt 0.888598 0.015478 +vt 0.888584 0.015478 +vt 0.888571 0.015478 +vt 0.888558 0.015478 +vt 0.888547 0.015478 +vt 0.888539 0.015478 +vt 0.888534 0.015478 +vt 0.888532 0.015912 +vt 0.888534 0.015912 +vt 0.888539 0.015912 +vt 0.888547 0.015912 +vt 0.888558 0.015912 +vt 0.888571 0.015912 +vt 0.888584 0.015912 +vt 0.888598 0.015912 +vt 0.888611 0.015912 +vt 0.888622 0.015912 +vt 0.888630 0.015912 +vt 0.888636 0.015912 +vt 0.888637 0.015912 +vt 0.888636 0.015912 +vt 0.888630 0.015912 +vt 0.888622 0.015912 +vt 0.888611 0.015912 +vt 0.888598 0.015912 +vt 0.888584 0.015912 +vt 0.888571 0.015912 +vt 0.888558 0.015912 +vt 0.888547 0.015912 +vt 0.888539 0.015912 +vt 0.888534 0.015912 +vt 0.888532 0.016345 +vt 0.888534 0.016345 +vt 0.888539 0.016345 +vt 0.888547 0.016345 +vt 0.888558 0.016345 +vt 0.888571 0.016345 +vt 0.888584 0.016345 +vt 0.888598 0.016345 +vt 0.888611 0.016345 +vt 0.888622 0.016345 +vt 0.888630 0.016345 +vt 0.888636 0.016345 +vt 0.888637 0.016345 +vt 0.888636 0.016345 +vt 0.888630 0.016345 +vt 0.888622 0.016345 +vt 0.888611 0.016345 +vt 0.888598 0.016345 +vt 0.888584 0.016345 +vt 0.888571 0.016345 +vt 0.888558 0.016345 +vt 0.888547 0.016345 +vt 0.888539 0.016345 +vt 0.888534 0.016345 +vt 0.888532 0.016779 +vt 0.888534 0.016779 +vt 0.888539 0.016779 +vt 0.888547 0.016779 +vt 0.888558 0.016779 +vt 0.888571 0.016779 +vt 0.888584 0.016779 +vt 0.888598 0.016779 +vt 0.888611 0.016779 +vt 0.888622 0.016779 +vt 0.888630 0.016779 +vt 0.888636 0.016779 +vt 0.888637 0.016779 +vt 0.888636 0.016779 +vt 0.888630 0.016779 +vt 0.888622 0.016779 +vt 0.888611 0.016779 +vt 0.888598 0.016779 +vt 0.888584 0.016779 +vt 0.888571 0.016779 +vt 0.888558 0.016779 +vt 0.888547 0.016779 +vt 0.888539 0.016779 +vt 0.888534 0.016779 +vt 0.888532 0.017213 +vt 0.888534 0.017213 +vt 0.888539 0.017213 +vt 0.888547 0.017213 +vt 0.888558 0.017213 +vt 0.888571 0.017213 +vt 0.888584 0.017213 +vt 0.888598 0.017213 +vt 0.888611 0.017213 +vt 0.888622 0.017213 +vt 0.888630 0.017213 +vt 0.888636 0.017213 +vt 0.888637 0.017213 +vt 0.888636 0.017213 +vt 0.888630 0.017213 +vt 0.888622 0.017213 +vt 0.888611 0.017213 +vt 0.888598 0.017213 +vt 0.888584 0.017213 +vt 0.888571 0.017213 +vt 0.888558 0.017213 +vt 0.888547 0.017213 +vt 0.888539 0.017213 +vt 0.888534 0.017213 +vt 0.888532 0.017647 +vt 0.888534 0.017647 +vt 0.888539 0.017647 +vt 0.888547 0.017647 +vt 0.888558 0.017647 +vt 0.888571 0.017647 +vt 0.888584 0.017647 +vt 0.888598 0.017647 +vt 0.888611 0.017647 +vt 0.888622 0.017647 +vt 0.888630 0.017647 +vt 0.888636 0.017647 +vt 0.888637 0.017647 +vt 0.888636 0.017647 +vt 0.888630 0.017647 +vt 0.888622 0.017647 +vt 0.888611 0.017647 +vt 0.888598 0.017647 +vt 0.888584 0.017647 +vt 0.888571 0.017647 +vt 0.888558 0.017647 +vt 0.888547 0.017647 +vt 0.888539 0.017647 +vt 0.888534 0.017647 +vt 0.888532 0.018081 +vt 0.888534 0.018081 +vt 0.888539 0.018081 +vt 0.888547 0.018081 +vt 0.888558 0.018081 +vt 0.888571 0.018081 +vt 0.888584 0.018081 +vt 0.888598 0.018081 +vt 0.888611 0.018081 +vt 0.888622 0.018081 +vt 0.888630 0.018081 +vt 0.888636 0.018081 +vt 0.888637 0.018081 +vt 0.888636 0.018081 +vt 0.888630 0.018081 +vt 0.888622 0.018081 +vt 0.888611 0.018081 +vt 0.888598 0.018081 +vt 0.888584 0.018081 +vt 0.888571 0.018081 +vt 0.888558 0.018081 +vt 0.888547 0.018081 +vt 0.888539 0.018081 +vt 0.888534 0.018081 +vt 0.888532 0.018514 +vt 0.888534 0.018514 +vt 0.888539 0.018514 +vt 0.888547 0.018514 +vt 0.888558 0.018514 +vt 0.888571 0.018514 +vt 0.888584 0.018514 +vt 0.888598 0.018514 +vt 0.888611 0.018514 +vt 0.888622 0.018514 +vt 0.888630 0.018514 +vt 0.888636 0.018514 +vt 0.888637 0.018514 +vt 0.888636 0.018514 +vt 0.888630 0.018514 +vt 0.888622 0.018514 +vt 0.888611 0.018514 +vt 0.888598 0.018514 +vt 0.888584 0.018514 +vt 0.888571 0.018514 +vt 0.888558 0.018514 +vt 0.888547 0.018514 +vt 0.888539 0.018514 +vt 0.888534 0.018514 +vt 0.888532 0.018948 +vt 0.888534 0.018948 +vt 0.888539 0.018948 +vt 0.888547 0.018948 +vt 0.888558 0.018948 +vt 0.888571 0.018948 +vt 0.888584 0.018948 +vt 0.888598 0.018948 +vt 0.888611 0.018948 +vt 0.888622 0.018948 +vt 0.888630 0.018948 +vt 0.888636 0.018948 +vt 0.888637 0.018948 +vt 0.888636 0.018948 +vt 0.888630 0.018948 +vt 0.888622 0.018948 +vt 0.888611 0.018948 +vt 0.888598 0.018948 +vt 0.888584 0.018948 +vt 0.888571 0.018948 +vt 0.888558 0.018948 +vt 0.888547 0.018948 +vt 0.888539 0.018948 +vt 0.888534 0.018948 +vt 0.888532 0.019382 +vt 0.888534 0.019382 +vt 0.888539 0.019382 +vt 0.888547 0.019382 +vt 0.888558 0.019382 +vt 0.888571 0.019382 +vt 0.888584 0.019382 +vt 0.888598 0.019382 +vt 0.888611 0.019382 +vt 0.888622 0.019382 +vt 0.888630 0.019382 +vt 0.888636 0.019382 +vt 0.888637 0.019382 +vt 0.888636 0.019382 +vt 0.888630 0.019382 +vt 0.888622 0.019382 +vt 0.888611 0.019382 +vt 0.888598 0.019382 +vt 0.888584 0.019382 +vt 0.888571 0.019382 +vt 0.888558 0.019382 +vt 0.888547 0.019382 +vt 0.888539 0.019382 +vt 0.888534 0.019382 +vt 0.888532 0.019816 +vt 0.888534 0.019816 +vt 0.888539 0.019816 +vt 0.888547 0.019816 +vt 0.888558 0.019816 +vt 0.888571 0.019816 +vt 0.888584 0.019816 +vt 0.888598 0.019816 +vt 0.888611 0.019816 +vt 0.888622 0.019816 +vt 0.888630 0.019816 +vt 0.888636 0.019816 +vt 0.888637 0.019816 +vt 0.888636 0.019816 +vt 0.888630 0.019816 +vt 0.888622 0.019816 +vt 0.888611 0.019816 +vt 0.888598 0.019816 +vt 0.888584 0.019816 +vt 0.888571 0.019816 +vt 0.888558 0.019816 +vt 0.888547 0.019816 +vt 0.888539 0.019816 +vt 0.888534 0.019816 +vt 0.888532 0.020250 +vt 0.888534 0.020250 +vt 0.888539 0.020250 +vt 0.888547 0.020250 +vt 0.888558 0.020250 +vt 0.888571 0.020250 +vt 0.888584 0.020250 +vt 0.888598 0.020250 +vt 0.888611 0.020250 +vt 0.888622 0.020250 +vt 0.888630 0.020250 +vt 0.888636 0.020250 +vt 0.888637 0.020250 +vt 0.888636 0.020250 +vt 0.888630 0.020250 +vt 0.888622 0.020250 +vt 0.888611 0.020250 +vt 0.888598 0.020250 +vt 0.888584 0.020250 +vt 0.888571 0.020250 +vt 0.888558 0.020250 +vt 0.888547 0.020250 +vt 0.888539 0.020250 +vt 0.888534 0.020250 +vt 0.888532 0.020683 +vt 0.888534 0.020683 +vt 0.888539 0.020683 +vt 0.888547 0.020683 +vt 0.888558 0.020683 +vt 0.888571 0.020683 +vt 0.888584 0.020683 +vt 0.888598 0.020683 +vt 0.888611 0.020683 +vt 0.888622 0.020683 +vt 0.888630 0.020683 +vt 0.888636 0.020683 +vt 0.888637 0.020683 +vt 0.888636 0.020683 +vt 0.888630 0.020683 +vt 0.888622 0.020683 +vt 0.888611 0.020683 +vt 0.888598 0.020683 +vt 0.888584 0.020683 +vt 0.888571 0.020683 +vt 0.888558 0.020683 +vt 0.888547 0.020683 +vt 0.888539 0.020683 +vt 0.888534 0.020683 +vt 0.888532 0.021117 +vt 0.888534 0.021117 +vt 0.888539 0.021117 +vt 0.888547 0.021117 +vt 0.888558 0.021117 +vt 0.888571 0.021117 +vt 0.888584 0.021117 +vt 0.888598 0.021117 +vt 0.888611 0.021117 +vt 0.888622 0.021117 +vt 0.888630 0.021117 +vt 0.888636 0.021117 +vt 0.888637 0.021117 +vt 0.888636 0.021117 +vt 0.888630 0.021117 +vt 0.888622 0.021117 +vt 0.888611 0.021117 +vt 0.888598 0.021117 +vt 0.888584 0.021117 +vt 0.888571 0.021117 +vt 0.888558 0.021117 +vt 0.888547 0.021117 +vt 0.888539 0.021117 +vt 0.888534 0.021117 +vt 0.888532 0.021551 +vt 0.888534 0.021551 +vt 0.888539 0.021551 +vt 0.888547 0.021551 +vt 0.888558 0.021551 +vt 0.888571 0.021551 +vt 0.888584 0.021551 +vt 0.888598 0.021551 +vt 0.888611 0.021551 +vt 0.888622 0.021551 +vt 0.888630 0.021551 +vt 0.888636 0.021551 +vt 0.888637 0.021551 +vt 0.888636 0.021551 +vt 0.888630 0.021551 +vt 0.888622 0.021551 +vt 0.888611 0.021551 +vt 0.888598 0.021551 +vt 0.888584 0.021551 +vt 0.888571 0.021551 +vt 0.888558 0.021551 +vt 0.888547 0.021551 +vt 0.888539 0.021551 +vt 0.888534 0.021551 +vt 0.888532 0.021985 +vt 0.888534 0.021985 +vt 0.888539 0.021985 +vt 0.888547 0.021985 +vt 0.888558 0.021985 +vt 0.888571 0.021985 +vt 0.888584 0.021985 +vt 0.888598 0.021985 +vt 0.888611 0.021985 +vt 0.888622 0.021985 +vt 0.888630 0.021985 +vt 0.888636 0.021985 +vt 0.888637 0.021985 +vt 0.888636 0.021985 +vt 0.888630 0.021985 +vt 0.888622 0.021985 +vt 0.888611 0.021985 +vt 0.888598 0.021985 +vt 0.888584 0.021985 +vt 0.888571 0.021985 +vt 0.888558 0.021985 +vt 0.888547 0.021985 +vt 0.888539 0.021985 +vt 0.888534 0.021985 +vt 0.888532 0.022419 +vt 0.888534 0.022419 +vt 0.888539 0.022419 +vt 0.888547 0.022419 +vt 0.888558 0.022419 +vt 0.888571 0.022419 +vt 0.888584 0.022419 +vt 0.888598 0.022419 +vt 0.888611 0.022419 +vt 0.888622 0.022419 +vt 0.888630 0.022419 +vt 0.888636 0.022419 +vt 0.888637 0.022419 +vt 0.888636 0.022419 +vt 0.888630 0.022419 +vt 0.888622 0.022419 +vt 0.888611 0.022419 +vt 0.888598 0.022419 +vt 0.888584 0.022419 +vt 0.888571 0.022419 +vt 0.888558 0.022419 +vt 0.888547 0.022419 +vt 0.888539 0.022419 +vt 0.888534 0.022419 +vt 0.888532 0.022852 +vt 0.888534 0.022852 +vt 0.888539 0.022852 +vt 0.888547 0.022852 +vt 0.888558 0.022852 +vt 0.888571 0.022852 +vt 0.888584 0.022852 +vt 0.888598 0.022852 +vt 0.888611 0.022852 +vt 0.888622 0.022852 +vt 0.888630 0.022852 +vt 0.888636 0.022852 +vt 0.888637 0.022852 +vt 0.888636 0.022852 +vt 0.888630 0.022852 +vt 0.888622 0.022852 +vt 0.888611 0.022852 +vt 0.888598 0.022852 +vt 0.888584 0.022852 +vt 0.888571 0.022852 +vt 0.888558 0.022852 +vt 0.888547 0.022852 +vt 0.888539 0.022852 +vt 0.888534 0.022852 +vt 0.888532 0.023286 +vt 0.888534 0.023286 +vt 0.888539 0.023286 +vt 0.888547 0.023286 +vt 0.888558 0.023286 +vt 0.888571 0.023286 +vt 0.888584 0.023286 +vt 0.888598 0.023286 +vt 0.888611 0.023286 +vt 0.888622 0.023286 +vt 0.888630 0.023286 +vt 0.888636 0.023286 +vt 0.888637 0.023286 +vt 0.888636 0.023286 +vt 0.888630 0.023286 +vt 0.888622 0.023286 +vt 0.888611 0.023286 +vt 0.888598 0.023286 +vt 0.888584 0.023286 +vt 0.888571 0.023286 +vt 0.888558 0.023286 +vt 0.888547 0.023286 +vt 0.888539 0.023286 +vt 0.888534 0.023286 +vt 0.888532 0.023720 +vt 0.888534 0.023720 +vt 0.888539 0.023720 +vt 0.888547 0.023720 +vt 0.888558 0.023720 +vt 0.888571 0.023720 +vt 0.888584 0.023720 +vt 0.888598 0.023720 +vt 0.888611 0.023720 +vt 0.888622 0.023720 +vt 0.888630 0.023720 +vt 0.888636 0.023720 +vt 0.888637 0.023720 +vt 0.888636 0.023720 +vt 0.888630 0.023720 +vt 0.888622 0.023720 +vt 0.888611 0.023720 +vt 0.888598 0.023720 +vt 0.888584 0.023720 +vt 0.888571 0.023720 +vt 0.888558 0.023720 +vt 0.888547 0.023720 +vt 0.888539 0.023720 +vt 0.888534 0.023720 +vt 0.888532 0.024154 +vt 0.888534 0.024154 +vt 0.888539 0.024154 +vt 0.888547 0.024154 +vt 0.888558 0.024154 +vt 0.888571 0.024154 +vt 0.888584 0.024154 +vt 0.888598 0.024154 +vt 0.888611 0.024154 +vt 0.888622 0.024154 +vt 0.888630 0.024154 +vt 0.888636 0.024154 +vt 0.888637 0.024154 +vt 0.888636 0.024154 +vt 0.888630 0.024154 +vt 0.888622 0.024154 +vt 0.888611 0.024154 +vt 0.888598 0.024154 +vt 0.888584 0.024154 +vt 0.888571 0.024154 +vt 0.888558 0.024154 +vt 0.888547 0.024154 +vt 0.888539 0.024154 +vt 0.888534 0.024154 +vt 0.888532 0.024588 +vt 0.888534 0.024588 +vt 0.888539 0.024588 +vt 0.888547 0.024588 +vt 0.888558 0.024588 +vt 0.888571 0.024588 +vt 0.888584 0.024588 +vt 0.888598 0.024588 +vt 0.888611 0.024588 +vt 0.888622 0.024588 +vt 0.888630 0.024588 +vt 0.888636 0.024588 +vt 0.888637 0.024588 +vt 0.888636 0.024588 +vt 0.888630 0.024588 +vt 0.888622 0.024588 +vt 0.888611 0.024588 +vt 0.888598 0.024588 +vt 0.888584 0.024588 +vt 0.888571 0.024588 +vt 0.888558 0.024588 +vt 0.888547 0.024588 +vt 0.888539 0.024588 +vt 0.888534 0.024588 +vt 0.888532 0.025021 +vt 0.888534 0.025021 +vt 0.888539 0.025021 +vt 0.888547 0.025021 +vt 0.888558 0.025021 +vt 0.888571 0.025021 +vt 0.888584 0.025021 +vt 0.888598 0.025021 +vt 0.888611 0.025021 +vt 0.888622 0.025021 +vt 0.888630 0.025021 +vt 0.888636 0.025021 +vt 0.888637 0.025021 +vt 0.888636 0.025021 +vt 0.888630 0.025021 +vt 0.888622 0.025021 +vt 0.888611 0.025021 +vt 0.888598 0.025021 +vt 0.888584 0.025021 +vt 0.888571 0.025021 +vt 0.888558 0.025021 +vt 0.888547 0.025021 +vt 0.888539 0.025021 +vt 0.888534 0.025021 +vt 0.888356 0.025889 +vt 0.888356 0.025889 +vt 0.888489 0.025889 +vt 0.888482 0.018731 +vt 0.888482 0.018016 +vt 0.888482 0.017300 +vt 0.888479 0.017300 +vt 0.888479 0.016584 +vt 0.888482 0.016584 +vt 0.888482 0.015868 +vt 0.888482 0.015152 +vt 0.888482 0.014437 +vt 0.888479 0.015152 +vt 0.888479 0.014437 +vt 0.888482 0.015152 +vt 0.888482 0.014437 +vt 0.888482 0.013721 +vt 0.888482 0.013005 +vt 0.888479 0.013005 +vt 0.888479 0.012289 +vt 0.888482 0.012289 +vt 0.888482 0.013005 +vt 0.888482 0.013721 +vt 0.888479 0.013721 +vt 0.888482 0.025889 +vt 0.888482 0.025173 +vt 0.888482 0.024457 +vt 0.888482 0.023742 +vt 0.888479 0.023742 +vt 0.888479 0.023026 +vt 0.888482 0.023026 +vt 0.888482 0.022310 +vt 0.888489 0.025889 +vt 0.888482 0.021594 +vt 0.888482 0.020879 +vt 0.888479 0.021594 +vt 0.888479 0.020879 +vt 0.888482 0.021594 +vt 0.888482 0.020879 +vt 0.888482 0.020163 +vt 0.888482 0.019447 +vt 0.888479 0.019447 +vt 0.888479 0.018731 +vt 0.888482 0.018731 +vt 0.888482 0.018016 +vt 0.888482 0.017300 +vt 0.888479 0.025173 +vt 0.888479 0.025889 +vt 0.888482 0.025173 +vt 0.888482 0.025889 +vt 0.888482 0.019447 +vt 0.888482 0.020163 +vt 0.888479 0.020163 +vt 0.888482 0.012289 +vt 0.888479 0.024457 +vt 0.888482 0.024457 +vt 0.888482 0.023026 +vt 0.888482 0.022310 +vt 0.888479 0.022310 +vt 0.888479 0.018016 +vt 0.888482 0.016584 +vt 0.888482 0.015868 +vt 0.888479 0.015868 +vt 0.888482 0.023742 +vt 0.888356 0.025889 +vt 0.888356 0.025889 +vt 0.888321 0.025889 +vt 0.888321 0.025889 +vt 0.888461 0.025889 +vt 0.888461 0.025889 +vt 0.888406 0.025889 +vt 0.888539 0.025889 +vt 0.888561 0.018731 +vt 0.888561 0.018016 +vt 0.888561 0.017300 +vt 0.888584 0.017300 +vt 0.888584 0.016584 +vt 0.888608 0.016584 +vt 0.888608 0.015868 +vt 0.888608 0.015152 +vt 0.888608 0.014437 +vt 0.888584 0.015152 +vt 0.888584 0.014437 +vt 0.888561 0.015152 +vt 0.888561 0.014437 +vt 0.888561 0.013721 +vt 0.888561 0.013005 +vt 0.888584 0.013005 +vt 0.888584 0.012289 +vt 0.888608 0.012289 +vt 0.888608 0.013005 +vt 0.888608 0.013721 +vt 0.888584 0.013721 +vt 0.888561 0.025889 +vt 0.888561 0.025173 +vt 0.888561 0.024457 +vt 0.888561 0.023742 +vt 0.888584 0.023742 +vt 0.888584 0.023026 +vt 0.888608 0.023026 +vt 0.888608 0.022310 +vt 0.888630 0.025889 +vt 0.888608 0.021594 +vt 0.888608 0.020879 +vt 0.888584 0.021594 +vt 0.888584 0.020879 +vt 0.888561 0.021594 +vt 0.888561 0.020879 +vt 0.888561 0.020163 +vt 0.888561 0.019447 +vt 0.888584 0.019447 +vt 0.888584 0.018731 +vt 0.888608 0.018731 +vt 0.888608 0.018016 +vt 0.888608 0.017300 +vt 0.888584 0.025173 +vt 0.888584 0.025889 +vt 0.888608 0.025173 +vt 0.888608 0.025889 +vt 0.888608 0.019447 +vt 0.888608 0.020163 +vt 0.888584 0.020163 +vt 0.888561 0.012289 +vt 0.888584 0.024457 +vt 0.888608 0.024457 +vt 0.888561 0.023026 +vt 0.888561 0.022310 +vt 0.888584 0.022310 +vt 0.888584 0.018016 +vt 0.888561 0.016584 +vt 0.888561 0.015868 +vt 0.888584 0.015868 +vt 0.888608 0.023742 +vt 0.888763 0.025889 +vt 0.888708 0.025889 +vt 0.888708 0.025889 +vt 0.888848 0.025889 +vt 0.888848 0.025889 +vt 0.888813 0.025889 +vt 0.888813 0.025889 +vt 0.888680 0.025889 +vt 0.888687 0.018731 +vt 0.888687 0.018016 +vt 0.888687 0.017300 +vt 0.888690 0.017300 +vt 0.888690 0.016584 +vt 0.888687 0.016584 +vt 0.888687 0.015868 +vt 0.888687 0.015152 +vt 0.888687 0.014437 +vt 0.888690 0.015152 +vt 0.888690 0.014437 +vt 0.888687 0.015152 +vt 0.888687 0.014437 +vt 0.888687 0.013721 +vt 0.888687 0.013005 +vt 0.888690 0.013005 +vt 0.888690 0.012289 +vt 0.888687 0.012289 +vt 0.888687 0.013005 +vt 0.888687 0.013721 +vt 0.888690 0.013721 +vt 0.888687 0.025889 +vt 0.888687 0.025173 +vt 0.888687 0.024457 +vt 0.888687 0.023742 +vt 0.888690 0.023742 +vt 0.888690 0.023026 +vt 0.888687 0.023026 +vt 0.888687 0.022310 +vt 0.888680 0.025889 +vt 0.888687 0.021594 +vt 0.888687 0.020879 +vt 0.888690 0.021594 +vt 0.888690 0.020879 +vt 0.888687 0.021594 +vt 0.888687 0.020879 +vt 0.888687 0.020163 +vt 0.888687 0.019447 +vt 0.888690 0.019447 +vt 0.888690 0.018731 +vt 0.888687 0.018731 +vt 0.888687 0.018016 +vt 0.888687 0.017300 +vt 0.888690 0.025173 +vt 0.888690 0.025889 +vt 0.888687 0.025173 +vt 0.888687 0.025889 +vt 0.888687 0.019447 +vt 0.888687 0.020163 +vt 0.888690 0.020163 +vt 0.888687 0.012289 +vt 0.888690 0.024457 +vt 0.888687 0.024457 +vt 0.888687 0.023026 +vt 0.888687 0.022310 +vt 0.888690 0.022310 +vt 0.888690 0.018016 +vt 0.888687 0.016584 +vt 0.888687 0.015868 +vt 0.888690 0.015868 +vt 0.888687 0.023742 +vt 0.888813 0.025889 +vt 0.888813 0.025889 +vt 0.888848 0.025889 +vt 0.888848 0.025889 +vt 0.888708 0.025889 +vt 0.888708 0.025889 +vt 0.888763 0.025889 +vt 0.888630 0.025889 +vt 0.888608 0.018731 +vt 0.888608 0.018016 +vt 0.888608 0.017300 +vt 0.888584 0.017300 +vt 0.888584 0.016584 +vt 0.888561 0.016584 +vt 0.888561 0.015868 +vt 0.888561 0.015152 +vt 0.888561 0.014437 +vt 0.888584 0.015152 +vt 0.888584 0.014437 +vt 0.888608 0.015152 +vt 0.888608 0.014437 +vt 0.888608 0.013721 +vt 0.888608 0.013005 +vt 0.888584 0.013005 +vt 0.888584 0.012289 +vt 0.888561 0.012289 +vt 0.888561 0.013005 +vt 0.888561 0.013721 +vt 0.888584 0.013721 +vt 0.888608 0.025889 +vt 0.888608 0.025173 +vt 0.888608 0.024457 +vt 0.888608 0.023742 +vt 0.888584 0.023742 +vt 0.888584 0.023026 +vt 0.888561 0.023026 +vt 0.888561 0.022310 +vt 0.888539 0.025889 +vt 0.888561 0.021594 +vt 0.888561 0.020879 +vt 0.888584 0.021594 +vt 0.888584 0.020879 +vt 0.888608 0.021594 +vt 0.888608 0.020879 +vt 0.888608 0.020163 +vt 0.888608 0.019447 +vt 0.888584 0.019447 +vt 0.888584 0.018731 +vt 0.888561 0.018731 +vt 0.888561 0.018016 +vt 0.888561 0.017300 +vt 0.888584 0.025173 +vt 0.888584 0.025889 +vt 0.888561 0.025173 +vt 0.888561 0.025889 +vt 0.888561 0.019447 +vt 0.888561 0.020163 +vt 0.888584 0.020163 +vt 0.888608 0.012289 +vt 0.888584 0.024457 +vt 0.888561 0.024457 +vt 0.888608 0.023026 +vt 0.888608 0.022310 +vt 0.888584 0.022310 +vt 0.888584 0.018016 +vt 0.888608 0.016584 +vt 0.888608 0.015868 +vt 0.888584 0.015868 +vt 0.888561 0.023742 +vt 0.888406 0.025889 +vt 0.888461 0.025889 +vt 0.888461 0.025889 +vt 0.888321 0.025889 +vt 0.888321 0.025889 +vt 0.888461 0.025889 +vt 0.888708 0.025889 +vt 0.888233 0.021152 +vt 0.888233 0.021267 +vt 0.888233 0.021193 +vt 0.888233 0.020996 +vt 0.888233 0.021069 +vt 0.888233 0.020944 +vt 0.888233 0.021152 +vt 0.888233 0.021259 +vt 0.888233 0.021182 +vt 0.888233 0.021256 +vt 0.888233 0.021178 +vt 0.888233 0.021182 +vt 0.888233 0.021193 +vt 0.888233 0.021266 +vt 0.888233 0.021279 +vt 0.888233 0.021267 +vt 0.888233 0.021295 +vt 0.888233 0.021314 +vt 0.888233 0.021300 +vt 0.888233 0.021334 +vt 0.888233 0.021334 +vt 0.888233 0.021369 +vt 0.888233 0.021354 +vt 0.888233 0.021401 +vt 0.888233 0.021373 +vt 0.888233 0.021389 +vt 0.888233 0.021475 +vt 0.888233 0.021402 +vt 0.888233 0.021410 +vt 0.888233 0.021486 +vt 0.888233 0.021412 +vt 0.888233 0.021490 +vt 0.888233 0.021486 +vt 0.888233 0.021410 +vt 0.888233 0.021475 +vt 0.888233 0.021402 +vt 0.888233 0.021389 +vt 0.888233 0.021401 +vt 0.888233 0.021373 +vt 0.888233 0.021354 +vt 0.888233 0.021369 +vt 0.888233 0.021334 +vt 0.888233 0.021334 +vt 0.888233 0.021300 +vt 0.888233 0.021314 +vt 0.888233 0.021295 +vt 0.888233 0.021279 +vt 0.888233 0.021266 +vt 0.888233 0.021259 +vt 0.888233 0.021516 +vt 0.888233 0.021599 +vt 0.888233 0.021672 +vt 0.888233 0.020996 +vt 0.888233 0.020996 +vt 0.888233 0.020944 +vt 0.888233 0.020944 +vt 0.888233 0.021069 +vt 0.888233 0.021152 +vt 0.888233 0.021152 +vt 0.888233 0.020996 +vt 0.888233 0.020944 +vt 0.888233 0.021152 +vt 0.888233 0.021516 +vt 0.888233 0.021516 +vt 0.888233 0.021725 +vt 0.888233 0.021725 +vt 0.888233 0.021672 +vt 0.888233 0.021672 +vt 0.888233 0.021599 +vt 0.888233 0.021725 +vt 0.888233 0.021516 +vt 0.888233 0.021672 +vt 0.888233 0.021725 +vt 0.888233 0.021516 +vt 0.887940 0.021259 +vt 0.887940 0.021256 +vt 0.887940 0.021259 +vt 0.887940 0.021266 +vt 0.887940 0.021279 +vt 0.887940 0.021295 +vt 0.887940 0.021314 +vt 0.887940 0.021334 +vt 0.887940 0.021354 +vt 0.887940 0.021373 +vt 0.887940 0.021389 +vt 0.887940 0.021402 +vt 0.887940 0.021410 +vt 0.887940 0.021412 +vt 0.887940 0.021410 +vt 0.887940 0.021402 +vt 0.887940 0.021389 +vt 0.887940 0.021373 +vt 0.887940 0.021354 +vt 0.887940 0.021334 +vt 0.887940 0.021314 +vt 0.887940 0.021295 +vt 0.887940 0.021279 +vt 0.887940 0.021266 +vt 0.878560 0.021259 +vt 0.878853 0.021259 +vt 0.878560 0.021256 +vt 0.878853 0.021256 +vt 0.878560 0.021259 +vt 0.878853 0.021259 +vt 0.878560 0.021266 +vt 0.878853 0.021266 +vt 0.878560 0.021279 +vt 0.878853 0.021279 +vt 0.878560 0.021295 +vt 0.878853 0.021295 +vt 0.878560 0.021314 +vt 0.878853 0.021314 +vt 0.878560 0.021334 +vt 0.878853 0.021334 +vt 0.878560 0.021354 +vt 0.878853 0.021354 +vt 0.878560 0.021373 +vt 0.878853 0.021373 +vt 0.878560 0.021389 +vt 0.878853 0.021389 +vt 0.878560 0.021402 +vt 0.878853 0.021402 +vt 0.878560 0.021410 +vt 0.878853 0.021410 +vt 0.878560 0.021412 +vt 0.878853 0.021412 +vt 0.878560 0.021410 +vt 0.878853 0.021410 +vt 0.878560 0.021402 +vt 0.878853 0.021402 +vt 0.878560 0.021389 +vt 0.878853 0.021389 +vt 0.878560 0.021373 +vt 0.878853 0.021373 +vt 0.878560 0.021354 +vt 0.878853 0.021354 +vt 0.878560 0.021334 +vt 0.878853 0.021334 +vt 0.878560 0.021314 +vt 0.878853 0.021314 +vt 0.878560 0.021295 +vt 0.878853 0.021295 +vt 0.878560 0.021279 +vt 0.878853 0.021279 +vt 0.878560 0.021266 +vt 0.878853 0.021266 +vt 0.887647 0.021256 +vt 0.887647 0.021259 +vt 0.887647 0.021266 +vt 0.887647 0.021279 +vt 0.887647 0.021295 +vt 0.887647 0.021314 +vt 0.887647 0.021334 +vt 0.887647 0.021354 +vt 0.887647 0.021373 +vt 0.887647 0.021389 +vt 0.887647 0.021402 +vt 0.887647 0.021410 +vt 0.887647 0.021412 +vt 0.887647 0.021410 +vt 0.887647 0.021402 +vt 0.887647 0.021389 +vt 0.887647 0.021373 +vt 0.887647 0.021354 +vt 0.887647 0.021334 +vt 0.887647 0.021314 +vt 0.887647 0.021295 +vt 0.887647 0.021279 +vt 0.887647 0.021266 +vt 0.887647 0.021259 +vt 0.887353 0.021256 +vt 0.887353 0.021259 +vt 0.887353 0.021266 +vt 0.887353 0.021279 +vt 0.887353 0.021295 +vt 0.887353 0.021314 +vt 0.887353 0.021334 +vt 0.887353 0.021354 +vt 0.887353 0.021373 +vt 0.887353 0.021389 +vt 0.887353 0.021402 +vt 0.887353 0.021410 +vt 0.887353 0.021412 +vt 0.887353 0.021410 +vt 0.887353 0.021402 +vt 0.887353 0.021389 +vt 0.887353 0.021373 +vt 0.887353 0.021354 +vt 0.887353 0.021334 +vt 0.887353 0.021314 +vt 0.887353 0.021295 +vt 0.887353 0.021279 +vt 0.887353 0.021266 +vt 0.887353 0.021259 +vt 0.887060 0.021256 +vt 0.887060 0.021259 +vt 0.887060 0.021266 +vt 0.887060 0.021279 +vt 0.887060 0.021295 +vt 0.887060 0.021314 +vt 0.887060 0.021334 +vt 0.887060 0.021354 +vt 0.887060 0.021373 +vt 0.887060 0.021389 +vt 0.887060 0.021402 +vt 0.887060 0.021410 +vt 0.887060 0.021412 +vt 0.887060 0.021410 +vt 0.887060 0.021402 +vt 0.887060 0.021389 +vt 0.887060 0.021373 +vt 0.887060 0.021354 +vt 0.887060 0.021334 +vt 0.887060 0.021314 +vt 0.887060 0.021295 +vt 0.887060 0.021279 +vt 0.887060 0.021266 +vt 0.887060 0.021259 +vt 0.886767 0.021256 +vt 0.886767 0.021259 +vt 0.886767 0.021266 +vt 0.886767 0.021279 +vt 0.886767 0.021295 +vt 0.886767 0.021314 +vt 0.886767 0.021334 +vt 0.886767 0.021354 +vt 0.886767 0.021373 +vt 0.886767 0.021389 +vt 0.886767 0.021402 +vt 0.886767 0.021410 +vt 0.886767 0.021412 +vt 0.886767 0.021410 +vt 0.886767 0.021402 +vt 0.886767 0.021389 +vt 0.886767 0.021373 +vt 0.886767 0.021354 +vt 0.886767 0.021334 +vt 0.886767 0.021314 +vt 0.886767 0.021295 +vt 0.886767 0.021279 +vt 0.886767 0.021266 +vt 0.886767 0.021259 +vt 0.886474 0.021256 +vt 0.886474 0.021259 +vt 0.886474 0.021266 +vt 0.886474 0.021279 +vt 0.886474 0.021295 +vt 0.886474 0.021314 +vt 0.886474 0.021334 +vt 0.886474 0.021354 +vt 0.886474 0.021373 +vt 0.886474 0.021389 +vt 0.886474 0.021402 +vt 0.886474 0.021410 +vt 0.886474 0.021412 +vt 0.886474 0.021410 +vt 0.886474 0.021402 +vt 0.886474 0.021389 +vt 0.886474 0.021373 +vt 0.886474 0.021354 +vt 0.886474 0.021334 +vt 0.886474 0.021314 +vt 0.886474 0.021295 +vt 0.886474 0.021279 +vt 0.886474 0.021266 +vt 0.886474 0.021259 +vt 0.886181 0.021256 +vt 0.886181 0.021259 +vt 0.886181 0.021266 +vt 0.886181 0.021279 +vt 0.886181 0.021295 +vt 0.886181 0.021314 +vt 0.886181 0.021334 +vt 0.886181 0.021354 +vt 0.886181 0.021373 +vt 0.886181 0.021389 +vt 0.886181 0.021402 +vt 0.886181 0.021410 +vt 0.886181 0.021412 +vt 0.886181 0.021410 +vt 0.886181 0.021402 +vt 0.886181 0.021389 +vt 0.886181 0.021373 +vt 0.886181 0.021354 +vt 0.886181 0.021334 +vt 0.886181 0.021314 +vt 0.886181 0.021295 +vt 0.886181 0.021279 +vt 0.886181 0.021266 +vt 0.886181 0.021259 +vt 0.885888 0.021256 +vt 0.885888 0.021259 +vt 0.885888 0.021266 +vt 0.885888 0.021279 +vt 0.885888 0.021295 +vt 0.885888 0.021314 +vt 0.885888 0.021334 +vt 0.885888 0.021354 +vt 0.885888 0.021373 +vt 0.885888 0.021389 +vt 0.885888 0.021402 +vt 0.885888 0.021410 +vt 0.885888 0.021412 +vt 0.885888 0.021410 +vt 0.885888 0.021402 +vt 0.885888 0.021389 +vt 0.885888 0.021373 +vt 0.885888 0.021354 +vt 0.885888 0.021334 +vt 0.885888 0.021314 +vt 0.885888 0.021295 +vt 0.885888 0.021279 +vt 0.885888 0.021266 +vt 0.885888 0.021259 +vt 0.885595 0.021256 +vt 0.885595 0.021259 +vt 0.885595 0.021266 +vt 0.885595 0.021279 +vt 0.885595 0.021295 +vt 0.885595 0.021314 +vt 0.885595 0.021334 +vt 0.885595 0.021354 +vt 0.885595 0.021373 +vt 0.885595 0.021389 +vt 0.885595 0.021402 +vt 0.885595 0.021410 +vt 0.885595 0.021412 +vt 0.885595 0.021410 +vt 0.885595 0.021402 +vt 0.885595 0.021389 +vt 0.885595 0.021373 +vt 0.885595 0.021354 +vt 0.885595 0.021334 +vt 0.885595 0.021314 +vt 0.885595 0.021295 +vt 0.885595 0.021279 +vt 0.885595 0.021266 +vt 0.885595 0.021259 +vt 0.885302 0.021256 +vt 0.885302 0.021259 +vt 0.885302 0.021266 +vt 0.885302 0.021279 +vt 0.885302 0.021295 +vt 0.885302 0.021314 +vt 0.885302 0.021334 +vt 0.885302 0.021354 +vt 0.885302 0.021373 +vt 0.885302 0.021389 +vt 0.885302 0.021402 +vt 0.885302 0.021410 +vt 0.885302 0.021412 +vt 0.885302 0.021410 +vt 0.885302 0.021402 +vt 0.885302 0.021389 +vt 0.885302 0.021373 +vt 0.885302 0.021354 +vt 0.885302 0.021334 +vt 0.885302 0.021314 +vt 0.885302 0.021295 +vt 0.885302 0.021279 +vt 0.885302 0.021266 +vt 0.885302 0.021259 +vt 0.885009 0.021256 +vt 0.885009 0.021259 +vt 0.885009 0.021266 +vt 0.885009 0.021279 +vt 0.885009 0.021295 +vt 0.885009 0.021314 +vt 0.885009 0.021334 +vt 0.885009 0.021354 +vt 0.885009 0.021373 +vt 0.885009 0.021389 +vt 0.885009 0.021402 +vt 0.885009 0.021410 +vt 0.885009 0.021412 +vt 0.885009 0.021410 +vt 0.885009 0.021402 +vt 0.885009 0.021389 +vt 0.885009 0.021373 +vt 0.885009 0.021354 +vt 0.885009 0.021334 +vt 0.885009 0.021314 +vt 0.885009 0.021295 +vt 0.885009 0.021279 +vt 0.885009 0.021266 +vt 0.885009 0.021259 +vt 0.884715 0.021256 +vt 0.884715 0.021259 +vt 0.884715 0.021266 +vt 0.884715 0.021279 +vt 0.884715 0.021295 +vt 0.884715 0.021314 +vt 0.884715 0.021334 +vt 0.884715 0.021354 +vt 0.884715 0.021373 +vt 0.884715 0.021389 +vt 0.884715 0.021402 +vt 0.884715 0.021410 +vt 0.884715 0.021412 +vt 0.884715 0.021410 +vt 0.884715 0.021402 +vt 0.884715 0.021389 +vt 0.884715 0.021373 +vt 0.884715 0.021354 +vt 0.884715 0.021334 +vt 0.884715 0.021314 +vt 0.884715 0.021295 +vt 0.884715 0.021279 +vt 0.884715 0.021266 +vt 0.884715 0.021259 +vt 0.884422 0.021256 +vt 0.884422 0.021259 +vt 0.884422 0.021266 +vt 0.884422 0.021279 +vt 0.884422 0.021295 +vt 0.884422 0.021314 +vt 0.884422 0.021334 +vt 0.884422 0.021354 +vt 0.884422 0.021373 +vt 0.884422 0.021389 +vt 0.884422 0.021402 +vt 0.884422 0.021410 +vt 0.884422 0.021412 +vt 0.884422 0.021410 +vt 0.884422 0.021402 +vt 0.884422 0.021389 +vt 0.884422 0.021373 +vt 0.884422 0.021354 +vt 0.884422 0.021334 +vt 0.884422 0.021314 +vt 0.884422 0.021295 +vt 0.884422 0.021279 +vt 0.884422 0.021266 +vt 0.884422 0.021259 +vt 0.884129 0.021256 +vt 0.884129 0.021259 +vt 0.884129 0.021266 +vt 0.884129 0.021279 +vt 0.884129 0.021295 +vt 0.884129 0.021314 +vt 0.884129 0.021334 +vt 0.884129 0.021354 +vt 0.884129 0.021373 +vt 0.884129 0.021389 +vt 0.884129 0.021402 +vt 0.884129 0.021410 +vt 0.884129 0.021412 +vt 0.884129 0.021410 +vt 0.884129 0.021402 +vt 0.884129 0.021389 +vt 0.884129 0.021373 +vt 0.884129 0.021354 +vt 0.884129 0.021334 +vt 0.884129 0.021314 +vt 0.884129 0.021295 +vt 0.884129 0.021279 +vt 0.884129 0.021266 +vt 0.884129 0.021259 +vt 0.883836 0.021256 +vt 0.883836 0.021259 +vt 0.883836 0.021266 +vt 0.883836 0.021279 +vt 0.883836 0.021295 +vt 0.883836 0.021314 +vt 0.883836 0.021334 +vt 0.883836 0.021354 +vt 0.883836 0.021373 +vt 0.883836 0.021389 +vt 0.883836 0.021402 +vt 0.883836 0.021410 +vt 0.883836 0.021412 +vt 0.883836 0.021410 +vt 0.883836 0.021402 +vt 0.883836 0.021389 +vt 0.883836 0.021373 +vt 0.883836 0.021354 +vt 0.883836 0.021334 +vt 0.883836 0.021314 +vt 0.883836 0.021295 +vt 0.883836 0.021279 +vt 0.883836 0.021266 +vt 0.883836 0.021259 +vt 0.883543 0.021256 +vt 0.883543 0.021259 +vt 0.883543 0.021266 +vt 0.883543 0.021279 +vt 0.883543 0.021295 +vt 0.883543 0.021314 +vt 0.883543 0.021334 +vt 0.883543 0.021354 +vt 0.883543 0.021373 +vt 0.883543 0.021389 +vt 0.883543 0.021402 +vt 0.883543 0.021410 +vt 0.883543 0.021412 +vt 0.883543 0.021410 +vt 0.883543 0.021402 +vt 0.883543 0.021389 +vt 0.883543 0.021373 +vt 0.883543 0.021354 +vt 0.883543 0.021334 +vt 0.883543 0.021314 +vt 0.883543 0.021295 +vt 0.883543 0.021279 +vt 0.883543 0.021266 +vt 0.883543 0.021259 +vt 0.883250 0.021256 +vt 0.883250 0.021259 +vt 0.883250 0.021266 +vt 0.883250 0.021279 +vt 0.883250 0.021295 +vt 0.883250 0.021314 +vt 0.883250 0.021334 +vt 0.883250 0.021354 +vt 0.883250 0.021373 +vt 0.883250 0.021389 +vt 0.883250 0.021402 +vt 0.883250 0.021410 +vt 0.883250 0.021412 +vt 0.883250 0.021410 +vt 0.883250 0.021402 +vt 0.883250 0.021389 +vt 0.883250 0.021373 +vt 0.883250 0.021354 +vt 0.883250 0.021334 +vt 0.883250 0.021314 +vt 0.883250 0.021295 +vt 0.883250 0.021279 +vt 0.883250 0.021266 +vt 0.883250 0.021259 +vt 0.882957 0.021256 +vt 0.882957 0.021259 +vt 0.882957 0.021266 +vt 0.882957 0.021279 +vt 0.882957 0.021295 +vt 0.882957 0.021314 +vt 0.882957 0.021334 +vt 0.882957 0.021354 +vt 0.882957 0.021373 +vt 0.882957 0.021389 +vt 0.882957 0.021402 +vt 0.882957 0.021410 +vt 0.882957 0.021412 +vt 0.882957 0.021410 +vt 0.882957 0.021402 +vt 0.882957 0.021389 +vt 0.882957 0.021373 +vt 0.882957 0.021354 +vt 0.882957 0.021334 +vt 0.882957 0.021314 +vt 0.882957 0.021295 +vt 0.882957 0.021279 +vt 0.882957 0.021266 +vt 0.882957 0.021259 +vt 0.882664 0.021256 +vt 0.882664 0.021259 +vt 0.882664 0.021266 +vt 0.882664 0.021279 +vt 0.882664 0.021295 +vt 0.882664 0.021314 +vt 0.882664 0.021334 +vt 0.882664 0.021354 +vt 0.882664 0.021373 +vt 0.882664 0.021389 +vt 0.882664 0.021402 +vt 0.882664 0.021410 +vt 0.882664 0.021412 +vt 0.882664 0.021410 +vt 0.882664 0.021402 +vt 0.882664 0.021389 +vt 0.882664 0.021373 +vt 0.882664 0.021354 +vt 0.882664 0.021334 +vt 0.882664 0.021314 +vt 0.882664 0.021295 +vt 0.882664 0.021279 +vt 0.882664 0.021266 +vt 0.882664 0.021259 +vt 0.882371 0.021256 +vt 0.882371 0.021259 +vt 0.882371 0.021266 +vt 0.882371 0.021279 +vt 0.882371 0.021295 +vt 0.882371 0.021314 +vt 0.882371 0.021334 +vt 0.882371 0.021354 +vt 0.882371 0.021373 +vt 0.882371 0.021389 +vt 0.882371 0.021402 +vt 0.882371 0.021410 +vt 0.882371 0.021412 +vt 0.882371 0.021410 +vt 0.882371 0.021402 +vt 0.882371 0.021389 +vt 0.882371 0.021373 +vt 0.882371 0.021354 +vt 0.882371 0.021334 +vt 0.882371 0.021314 +vt 0.882371 0.021295 +vt 0.882371 0.021279 +vt 0.882371 0.021266 +vt 0.882371 0.021259 +vt 0.882078 0.021256 +vt 0.882078 0.021259 +vt 0.882078 0.021266 +vt 0.882078 0.021279 +vt 0.882078 0.021295 +vt 0.882078 0.021314 +vt 0.882078 0.021334 +vt 0.882078 0.021354 +vt 0.882078 0.021373 +vt 0.882078 0.021389 +vt 0.882078 0.021402 +vt 0.882078 0.021410 +vt 0.882078 0.021412 +vt 0.882078 0.021410 +vt 0.882078 0.021402 +vt 0.882078 0.021389 +vt 0.882078 0.021373 +vt 0.882078 0.021354 +vt 0.882078 0.021334 +vt 0.882078 0.021314 +vt 0.882078 0.021295 +vt 0.882078 0.021279 +vt 0.882078 0.021266 +vt 0.882078 0.021259 +vt 0.881784 0.021256 +vt 0.881784 0.021259 +vt 0.881784 0.021266 +vt 0.881784 0.021279 +vt 0.881784 0.021295 +vt 0.881784 0.021314 +vt 0.881784 0.021334 +vt 0.881784 0.021354 +vt 0.881784 0.021373 +vt 0.881784 0.021389 +vt 0.881784 0.021402 +vt 0.881784 0.021410 +vt 0.881784 0.021412 +vt 0.881784 0.021410 +vt 0.881784 0.021402 +vt 0.881784 0.021389 +vt 0.881784 0.021373 +vt 0.881784 0.021354 +vt 0.881784 0.021334 +vt 0.881784 0.021314 +vt 0.881784 0.021295 +vt 0.881784 0.021279 +vt 0.881784 0.021266 +vt 0.881784 0.021259 +vt 0.881491 0.021256 +vt 0.881491 0.021259 +vt 0.881491 0.021266 +vt 0.881491 0.021279 +vt 0.881491 0.021295 +vt 0.881491 0.021314 +vt 0.881491 0.021334 +vt 0.881491 0.021354 +vt 0.881491 0.021373 +vt 0.881491 0.021389 +vt 0.881491 0.021402 +vt 0.881491 0.021410 +vt 0.881491 0.021412 +vt 0.881491 0.021410 +vt 0.881491 0.021402 +vt 0.881491 0.021389 +vt 0.881491 0.021373 +vt 0.881491 0.021354 +vt 0.881491 0.021334 +vt 0.881491 0.021314 +vt 0.881491 0.021295 +vt 0.881491 0.021279 +vt 0.881491 0.021266 +vt 0.881491 0.021259 +vt 0.881198 0.021256 +vt 0.881198 0.021259 +vt 0.881198 0.021266 +vt 0.881198 0.021279 +vt 0.881198 0.021295 +vt 0.881198 0.021314 +vt 0.881198 0.021334 +vt 0.881198 0.021354 +vt 0.881198 0.021373 +vt 0.881198 0.021389 +vt 0.881198 0.021402 +vt 0.881198 0.021410 +vt 0.881198 0.021412 +vt 0.881198 0.021410 +vt 0.881198 0.021402 +vt 0.881198 0.021389 +vt 0.881198 0.021373 +vt 0.881198 0.021354 +vt 0.881198 0.021334 +vt 0.881198 0.021314 +vt 0.881198 0.021295 +vt 0.881198 0.021279 +vt 0.881198 0.021266 +vt 0.881198 0.021259 +vt 0.880905 0.021256 +vt 0.880905 0.021259 +vt 0.880905 0.021266 +vt 0.880905 0.021279 +vt 0.880905 0.021295 +vt 0.880905 0.021314 +vt 0.880905 0.021334 +vt 0.880905 0.021354 +vt 0.880905 0.021373 +vt 0.880905 0.021389 +vt 0.880905 0.021402 +vt 0.880905 0.021410 +vt 0.880905 0.021412 +vt 0.880905 0.021410 +vt 0.880905 0.021402 +vt 0.880905 0.021389 +vt 0.880905 0.021373 +vt 0.880905 0.021354 +vt 0.880905 0.021334 +vt 0.880905 0.021314 +vt 0.880905 0.021295 +vt 0.880905 0.021279 +vt 0.880905 0.021266 +vt 0.880905 0.021259 +vt 0.880612 0.021256 +vt 0.880612 0.021259 +vt 0.880612 0.021266 +vt 0.880612 0.021279 +vt 0.880612 0.021295 +vt 0.880612 0.021314 +vt 0.880612 0.021334 +vt 0.880612 0.021354 +vt 0.880612 0.021373 +vt 0.880612 0.021389 +vt 0.880612 0.021402 +vt 0.880612 0.021410 +vt 0.880612 0.021412 +vt 0.880612 0.021410 +vt 0.880612 0.021402 +vt 0.880612 0.021389 +vt 0.880612 0.021373 +vt 0.880612 0.021354 +vt 0.880612 0.021334 +vt 0.880612 0.021314 +vt 0.880612 0.021295 +vt 0.880612 0.021279 +vt 0.880612 0.021266 +vt 0.880612 0.021259 +vt 0.880319 0.021256 +vt 0.880319 0.021259 +vt 0.880319 0.021266 +vt 0.880319 0.021279 +vt 0.880319 0.021295 +vt 0.880319 0.021314 +vt 0.880319 0.021334 +vt 0.880319 0.021354 +vt 0.880319 0.021373 +vt 0.880319 0.021389 +vt 0.880319 0.021402 +vt 0.880319 0.021410 +vt 0.880319 0.021412 +vt 0.880319 0.021410 +vt 0.880319 0.021402 +vt 0.880319 0.021389 +vt 0.880319 0.021373 +vt 0.880319 0.021354 +vt 0.880319 0.021334 +vt 0.880319 0.021314 +vt 0.880319 0.021295 +vt 0.880319 0.021279 +vt 0.880319 0.021266 +vt 0.880319 0.021259 +vt 0.880026 0.021256 +vt 0.880026 0.021259 +vt 0.880026 0.021266 +vt 0.880026 0.021279 +vt 0.880026 0.021295 +vt 0.880026 0.021314 +vt 0.880026 0.021334 +vt 0.880026 0.021354 +vt 0.880026 0.021373 +vt 0.880026 0.021389 +vt 0.880026 0.021402 +vt 0.880026 0.021410 +vt 0.880026 0.021412 +vt 0.880026 0.021410 +vt 0.880026 0.021402 +vt 0.880026 0.021389 +vt 0.880026 0.021373 +vt 0.880026 0.021354 +vt 0.880026 0.021334 +vt 0.880026 0.021314 +vt 0.880026 0.021295 +vt 0.880026 0.021279 +vt 0.880026 0.021266 +vt 0.880026 0.021259 +vt 0.879733 0.021256 +vt 0.879733 0.021259 +vt 0.879733 0.021266 +vt 0.879733 0.021279 +vt 0.879733 0.021295 +vt 0.879733 0.021314 +vt 0.879733 0.021334 +vt 0.879733 0.021354 +vt 0.879733 0.021373 +vt 0.879733 0.021389 +vt 0.879733 0.021402 +vt 0.879733 0.021410 +vt 0.879733 0.021412 +vt 0.879733 0.021410 +vt 0.879733 0.021402 +vt 0.879733 0.021389 +vt 0.879733 0.021373 +vt 0.879733 0.021354 +vt 0.879733 0.021334 +vt 0.879733 0.021314 +vt 0.879733 0.021295 +vt 0.879733 0.021279 +vt 0.879733 0.021266 +vt 0.879733 0.021259 +vt 0.879440 0.021256 +vt 0.879440 0.021259 +vt 0.879440 0.021266 +vt 0.879440 0.021279 +vt 0.879440 0.021295 +vt 0.879440 0.021314 +vt 0.879440 0.021334 +vt 0.879440 0.021354 +vt 0.879440 0.021373 +vt 0.879440 0.021389 +vt 0.879440 0.021402 +vt 0.879440 0.021410 +vt 0.879440 0.021412 +vt 0.879440 0.021410 +vt 0.879440 0.021402 +vt 0.879440 0.021389 +vt 0.879440 0.021373 +vt 0.879440 0.021354 +vt 0.879440 0.021334 +vt 0.879440 0.021314 +vt 0.879440 0.021295 +vt 0.879440 0.021279 +vt 0.879440 0.021266 +vt 0.879440 0.021259 +vt 0.879146 0.021256 +vt 0.879146 0.021259 +vt 0.879146 0.021266 +vt 0.879146 0.021279 +vt 0.879146 0.021295 +vt 0.879146 0.021314 +vt 0.879146 0.021334 +vt 0.879146 0.021354 +vt 0.879146 0.021373 +vt 0.879146 0.021389 +vt 0.879146 0.021402 +vt 0.879146 0.021410 +vt 0.879146 0.021412 +vt 0.879146 0.021410 +vt 0.879146 0.021402 +vt 0.879146 0.021389 +vt 0.879146 0.021373 +vt 0.879146 0.021354 +vt 0.879146 0.021334 +vt 0.879146 0.021314 +vt 0.879146 0.021295 +vt 0.879146 0.021279 +vt 0.879146 0.021266 +vt 0.879146 0.021259 +vt 0.878560 0.020996 +vt 0.878560 0.020996 +vt 0.878560 0.021193 +vt 0.883396 0.021182 +vt 0.883880 0.021182 +vt 0.884364 0.021182 +vt 0.884364 0.021178 +vt 0.884847 0.021178 +vt 0.884847 0.021182 +vt 0.885331 0.021182 +vt 0.885815 0.021182 +vt 0.886298 0.021182 +vt 0.885815 0.021178 +vt 0.886298 0.021178 +vt 0.885815 0.021182 +vt 0.886298 0.021182 +vt 0.886782 0.021182 +vt 0.887266 0.021182 +vt 0.887266 0.021178 +vt 0.887749 0.021178 +vt 0.887749 0.021182 +vt 0.887266 0.021182 +vt 0.886782 0.021182 +vt 0.886782 0.021178 +vt 0.878560 0.021182 +vt 0.879044 0.021182 +vt 0.879527 0.021182 +vt 0.880011 0.021182 +vt 0.880011 0.021178 +vt 0.880495 0.021178 +vt 0.880495 0.021182 +vt 0.880978 0.021182 +vt 0.878560 0.021193 +vt 0.881462 0.021182 +vt 0.881946 0.021182 +vt 0.881462 0.021178 +vt 0.881946 0.021178 +vt 0.881462 0.021182 +vt 0.881946 0.021182 +vt 0.882429 0.021182 +vt 0.882913 0.021182 +vt 0.882913 0.021178 +vt 0.883396 0.021178 +vt 0.883396 0.021182 +vt 0.883880 0.021182 +vt 0.884364 0.021182 +vt 0.879044 0.021178 +vt 0.878560 0.021178 +vt 0.879044 0.021182 +vt 0.878560 0.021182 +vt 0.882913 0.021182 +vt 0.882429 0.021182 +vt 0.882429 0.021178 +vt 0.887749 0.021182 +vt 0.879527 0.021178 +vt 0.879527 0.021182 +vt 0.880495 0.021182 +vt 0.880978 0.021182 +vt 0.880978 0.021178 +vt 0.883880 0.021178 +vt 0.884847 0.021182 +vt 0.885331 0.021182 +vt 0.885331 0.021178 +vt 0.880011 0.021182 +vt 0.878560 0.020996 +vt 0.878560 0.020996 +vt 0.878560 0.020944 +vt 0.878560 0.020944 +vt 0.878560 0.021152 +vt 0.878560 0.021152 +vt 0.878560 0.021069 +vt 0.878560 0.021267 +vt 0.883396 0.021300 +vt 0.883880 0.021300 +vt 0.884364 0.021300 +vt 0.884364 0.021334 +vt 0.884847 0.021334 +vt 0.884847 0.021369 +vt 0.885331 0.021369 +vt 0.885815 0.021369 +vt 0.886298 0.021369 +vt 0.885815 0.021334 +vt 0.886298 0.021334 +vt 0.885815 0.021300 +vt 0.886298 0.021300 +vt 0.886782 0.021300 +vt 0.887266 0.021300 +vt 0.887266 0.021334 +vt 0.887749 0.021334 +vt 0.887749 0.021369 +vt 0.887266 0.021369 +vt 0.886782 0.021369 +vt 0.886782 0.021334 +vt 0.878560 0.021300 +vt 0.879044 0.021300 +vt 0.879527 0.021300 +vt 0.880011 0.021300 +vt 0.880011 0.021334 +vt 0.880495 0.021334 +vt 0.880495 0.021369 +vt 0.880978 0.021369 +vt 0.878560 0.021401 +vt 0.881462 0.021369 +vt 0.881946 0.021369 +vt 0.881462 0.021334 +vt 0.881946 0.021334 +vt 0.881462 0.021300 +vt 0.881946 0.021300 +vt 0.882429 0.021300 +vt 0.882913 0.021300 +vt 0.882913 0.021334 +vt 0.883396 0.021334 +vt 0.883396 0.021369 +vt 0.883880 0.021369 +vt 0.884364 0.021369 +vt 0.879044 0.021334 +vt 0.878560 0.021334 +vt 0.879044 0.021369 +vt 0.878560 0.021369 +vt 0.882913 0.021369 +vt 0.882429 0.021369 +vt 0.882429 0.021334 +vt 0.887749 0.021300 +vt 0.879527 0.021334 +vt 0.879527 0.021369 +vt 0.880495 0.021300 +vt 0.880978 0.021300 +vt 0.880978 0.021334 +vt 0.883880 0.021334 +vt 0.884847 0.021300 +vt 0.885331 0.021300 +vt 0.885331 0.021334 +vt 0.880011 0.021369 +vt 0.878560 0.021599 +vt 0.878560 0.021516 +vt 0.878560 0.021516 +vt 0.878560 0.021725 +vt 0.878560 0.021725 +vt 0.878560 0.021672 +vt 0.878560 0.021672 +vt 0.878560 0.021475 +vt 0.883396 0.021486 +vt 0.883880 0.021486 +vt 0.884364 0.021486 +vt 0.884364 0.021490 +vt 0.884847 0.021490 +vt 0.884847 0.021486 +vt 0.885331 0.021486 +vt 0.885815 0.021486 +vt 0.886298 0.021486 +vt 0.885815 0.021490 +vt 0.886298 0.021490 +vt 0.885815 0.021486 +vt 0.886298 0.021486 +vt 0.886782 0.021486 +vt 0.887266 0.021486 +vt 0.887266 0.021490 +vt 0.887749 0.021490 +vt 0.887749 0.021486 +vt 0.887266 0.021486 +vt 0.886782 0.021486 +vt 0.886782 0.021490 +vt 0.878560 0.021486 +vt 0.879044 0.021486 +vt 0.879527 0.021486 +vt 0.880011 0.021486 +vt 0.880011 0.021490 +vt 0.880495 0.021490 +vt 0.880495 0.021486 +vt 0.880978 0.021486 +vt 0.878560 0.021475 +vt 0.881462 0.021486 +vt 0.881946 0.021486 +vt 0.881462 0.021490 +vt 0.881946 0.021490 +vt 0.881462 0.021486 +vt 0.881946 0.021486 +vt 0.882429 0.021486 +vt 0.882913 0.021486 +vt 0.882913 0.021490 +vt 0.883396 0.021490 +vt 0.883396 0.021486 +vt 0.883880 0.021486 +vt 0.884364 0.021486 +vt 0.879044 0.021490 +vt 0.878560 0.021490 +vt 0.879044 0.021486 +vt 0.878560 0.021486 +vt 0.882913 0.021486 +vt 0.882429 0.021486 +vt 0.882429 0.021490 +vt 0.887749 0.021486 +vt 0.879527 0.021490 +vt 0.879527 0.021486 +vt 0.880495 0.021486 +vt 0.880978 0.021486 +vt 0.880978 0.021490 +vt 0.883880 0.021490 +vt 0.884847 0.021486 +vt 0.885331 0.021486 +vt 0.885331 0.021490 +vt 0.880011 0.021486 +vt 0.878560 0.021672 +vt 0.878560 0.021672 +vt 0.878560 0.021725 +vt 0.878560 0.021725 +vt 0.878560 0.021516 +vt 0.878560 0.021516 +vt 0.878560 0.021599 +vt 0.878560 0.021401 +vt 0.883396 0.021369 +vt 0.883880 0.021369 +vt 0.884364 0.021369 +vt 0.884364 0.021334 +vt 0.884847 0.021334 +vt 0.884847 0.021300 +vt 0.885331 0.021300 +vt 0.885815 0.021300 +vt 0.886298 0.021300 +vt 0.885815 0.021334 +vt 0.886298 0.021334 +vt 0.885815 0.021369 +vt 0.886298 0.021369 +vt 0.886782 0.021369 +vt 0.887266 0.021369 +vt 0.887266 0.021334 +vt 0.887749 0.021334 +vt 0.887749 0.021300 +vt 0.887266 0.021300 +vt 0.886782 0.021300 +vt 0.886782 0.021334 +vt 0.878560 0.021369 +vt 0.879044 0.021369 +vt 0.879527 0.021369 +vt 0.880011 0.021369 +vt 0.880011 0.021334 +vt 0.880495 0.021334 +vt 0.880495 0.021300 +vt 0.880978 0.021300 +vt 0.878560 0.021267 +vt 0.881462 0.021300 +vt 0.881946 0.021300 +vt 0.881462 0.021334 +vt 0.881946 0.021334 +vt 0.881462 0.021369 +vt 0.881946 0.021369 +vt 0.882429 0.021369 +vt 0.882913 0.021369 +vt 0.882913 0.021334 +vt 0.883396 0.021334 +vt 0.883396 0.021300 +vt 0.883880 0.021300 +vt 0.884364 0.021300 +vt 0.879044 0.021334 +vt 0.878560 0.021334 +vt 0.879044 0.021300 +vt 0.878560 0.021300 +vt 0.882913 0.021300 +vt 0.882429 0.021300 +vt 0.882429 0.021334 +vt 0.887749 0.021369 +vt 0.879527 0.021334 +vt 0.879527 0.021300 +vt 0.880495 0.021369 +vt 0.880978 0.021369 +vt 0.880978 0.021334 +vt 0.883880 0.021334 +vt 0.884847 0.021369 +vt 0.885331 0.021369 +vt 0.885331 0.021334 +vt 0.880011 0.021300 +vt 0.878560 0.021069 +vt 0.878560 0.021152 +vt 0.878560 0.021152 +vt 0.878560 0.020944 +vt 0.878560 0.020944 +vt 0.878560 0.021152 +vt 0.878560 0.021516 +vt 0.887390 0.014123 +vt 0.887390 0.014123 +vt 0.887426 0.014081 +vt 0.887426 0.014081 +vt 0.887469 0.014055 +vt 0.887469 0.014055 +vt 0.887514 0.014046 +vt 0.887514 0.014046 +vt 0.885207 0.017354 +vt 0.885207 0.017354 +vt 0.888145 0.014307 +vt 0.888145 0.014980 +vt 0.887969 0.014046 +vt 0.888139 0.014239 +vt 0.888121 0.014176 +vt 0.888093 0.014123 +vt 0.888057 0.014081 +vt 0.888015 0.014055 +vt 0.888093 0.015164 +vt 0.888139 0.015047 +vt 0.888121 0.015110 +vt 0.887493 0.016052 +vt 0.887465 0.016106 +vt 0.887447 0.016169 +vt 0.887441 0.016236 +vt 0.885207 0.020109 +vt 0.887441 0.021226 +vt 0.887447 0.021294 +vt 0.887465 0.021356 +vt 0.887390 0.023340 +vt 0.887493 0.021410 +vt 0.888093 0.022299 +vt 0.888121 0.022353 +vt 0.888139 0.022416 +vt 0.888145 0.022483 +vt 0.888145 0.023156 +vt 0.887514 0.023416 +vt 0.887969 0.023416 +vt 0.888139 0.023223 +vt 0.888121 0.023286 +vt 0.888093 0.023340 +vt 0.888057 0.023381 +vt 0.888015 0.023407 +vt 0.887469 0.023407 +vt 0.887426 0.023381 +vt 0.885170 0.017395 +vt 0.885170 0.020068 +vt 0.885128 0.017421 +vt 0.885128 0.020042 +vt 0.885082 0.020033 +vt 0.885082 0.017430 +vt 0.881711 0.020033 +vt 0.881711 0.017430 +vt 0.881665 0.017421 +vt 0.881665 0.020042 +vt 0.881623 0.020068 +vt 0.881623 0.017395 +vt 0.881586 0.020109 +vt 0.881586 0.017354 +vt 0.879352 0.016236 +vt 0.879346 0.016169 +vt 0.879403 0.023340 +vt 0.879328 0.021356 +vt 0.879346 0.021294 +vt 0.879352 0.021226 +vt 0.879367 0.023381 +vt 0.879279 0.023416 +vt 0.878648 0.023156 +vt 0.878648 0.022483 +vt 0.879324 0.023407 +vt 0.878824 0.023416 +vt 0.878654 0.023223 +vt 0.878672 0.023286 +vt 0.878700 0.023340 +vt 0.878736 0.023381 +vt 0.878779 0.023407 +vt 0.878700 0.022299 +vt 0.878654 0.022416 +vt 0.878672 0.022353 +vt 0.879300 0.021410 +vt 0.879328 0.016106 +vt 0.879403 0.014123 +vt 0.879300 0.016052 +vt 0.878700 0.015164 +vt 0.878672 0.015110 +vt 0.878654 0.015047 +vt 0.878648 0.014980 +vt 0.878648 0.014307 +vt 0.879279 0.014046 +vt 0.878824 0.014046 +vt 0.878654 0.014239 +vt 0.878672 0.014176 +vt 0.878700 0.014123 +vt 0.878736 0.014081 +vt 0.878779 0.014055 +vt 0.879324 0.014055 +vt 0.879367 0.014081 +vt 0.885170 0.017395 +vt 0.885128 0.017421 +vt 0.885082 0.017430 +vt 0.881711 0.017430 +vt 0.887969 0.014046 +vt 0.888015 0.014055 +vt 0.888057 0.014081 +vt 0.888093 0.014123 +vt 0.888121 0.014176 +vt 0.888139 0.014239 +vt 0.888145 0.014307 +vt 0.888145 0.014980 +vt 0.888093 0.015164 +vt 0.888139 0.015047 +vt 0.888121 0.015110 +vt 0.887465 0.016106 +vt 0.887493 0.016052 +vt 0.885207 0.020109 +vt 0.887441 0.016236 +vt 0.887447 0.016169 +vt 0.885170 0.020068 +vt 0.885128 0.020042 +vt 0.885082 0.020033 +vt 0.881711 0.020033 +vt 0.881665 0.017421 +vt 0.881665 0.020042 +vt 0.881623 0.020068 +vt 0.881623 0.017395 +vt 0.881586 0.020109 +vt 0.881586 0.017354 +vt 0.879352 0.016236 +vt 0.879346 0.016169 +vt 0.879328 0.016106 +vt 0.879403 0.014123 +vt 0.879300 0.016052 +vt 0.878700 0.015164 +vt 0.878648 0.014980 +vt 0.878654 0.015047 +vt 0.879367 0.014081 +vt 0.879279 0.014046 +vt 0.878648 0.014307 +vt 0.879324 0.014055 +vt 0.878824 0.014046 +vt 0.878654 0.014239 +vt 0.878672 0.014176 +vt 0.878700 0.014123 +vt 0.878736 0.014081 +vt 0.878779 0.014055 +vt 0.878672 0.015110 +vt 0.879352 0.021226 +vt 0.879346 0.021294 +vt 0.879328 0.021356 +vt 0.879403 0.023340 +vt 0.879300 0.021410 +vt 0.878700 0.022299 +vt 0.878672 0.022353 +vt 0.878654 0.022416 +vt 0.878648 0.022483 +vt 0.878648 0.023156 +vt 0.879279 0.023416 +vt 0.878824 0.023416 +vt 0.878654 0.023223 +vt 0.878672 0.023286 +vt 0.878700 0.023340 +vt 0.878736 0.023381 +vt 0.878779 0.023407 +vt 0.879324 0.023407 +vt 0.879367 0.023381 +vt 0.887390 0.023340 +vt 0.887465 0.021356 +vt 0.887447 0.021294 +vt 0.887441 0.021226 +vt 0.887426 0.023381 +vt 0.887514 0.023416 +vt 0.888145 0.023156 +vt 0.888145 0.022483 +vt 0.887469 0.023407 +vt 0.887969 0.023416 +vt 0.888139 0.023223 +vt 0.888121 0.023286 +vt 0.888093 0.023340 +vt 0.888057 0.023381 +vt 0.888015 0.023407 +vt 0.888093 0.022299 +vt 0.888139 0.022416 +vt 0.888121 0.022353 +vt 0.887493 0.021410 +vt 0.633397 0.022103 +vt 0.633308 0.022103 +vt 0.633397 0.022103 +vt 0.633308 0.022103 +vt 0.633353 0.022103 +vt 0.633344 0.022103 +vt 0.633336 0.022103 +vt 0.633288 0.022103 +vt 0.633361 0.022103 +vt 0.633369 0.022103 +vt 0.633417 0.022103 +vt 0.633448 0.022103 +vt 0.633448 0.022103 +vt 0.633435 0.022103 +vt 0.633435 0.022103 +vt 0.633391 0.022103 +vt 0.633390 0.022103 +vt 0.633387 0.022103 +vt 0.633435 0.022103 +vt 0.633390 0.022103 +vt 0.633387 0.022103 +vt 0.633435 0.022103 +vt 0.633308 0.022103 +vt 0.633397 0.022103 +vt 0.633308 0.022103 +vt 0.633397 0.022103 +vt 0.633353 0.022103 +vt 0.633361 0.022103 +vt 0.633369 0.022103 +vt 0.633417 0.022103 +vt 0.633344 0.022103 +vt 0.633336 0.022103 +vt 0.633288 0.022103 +vt 0.633257 0.022103 +vt 0.633270 0.022103 +vt 0.633257 0.022103 +vt 0.633270 0.022103 +vt 0.633314 0.022103 +vt 0.633315 0.022103 +vt 0.633270 0.022103 +vt 0.633318 0.022103 +vt 0.633315 0.022103 +vt 0.633318 0.022103 +vt 0.633270 0.022103 +vt 0.633448 0.022129 +vt 0.633448 0.022129 +vt 0.633257 0.022129 +vt 0.633257 0.022129 +vt 0.633448 0.017632 +vt 0.633435 0.017632 +vt 0.633448 0.017632 +vt 0.633435 0.017632 +vt 0.633391 0.017632 +vt 0.633390 0.017632 +vt 0.633435 0.017632 +vt 0.633387 0.017632 +vt 0.633390 0.017632 +vt 0.633387 0.017632 +vt 0.633435 0.017632 +vt 0.633397 0.017632 +vt 0.633308 0.017632 +vt 0.633397 0.017632 +vt 0.633308 0.017632 +vt 0.633353 0.017632 +vt 0.633344 0.017632 +vt 0.633336 0.017632 +vt 0.633288 0.017632 +vt 0.633361 0.017632 +vt 0.633369 0.017632 +vt 0.633417 0.017632 +vt 0.633308 0.017632 +vt 0.633397 0.017632 +vt 0.633308 0.017632 +vt 0.633397 0.017632 +vt 0.633353 0.017632 +vt 0.633361 0.017632 +vt 0.633369 0.017632 +vt 0.633417 0.017632 +vt 0.633344 0.017632 +vt 0.633336 0.017632 +vt 0.633288 0.017632 +vt 0.633448 0.017606 +vt 0.633448 0.017606 +vt 0.633257 0.017606 +vt 0.633257 0.017606 +vt 0.633257 0.017632 +vt 0.633257 0.017632 +vt 0.633270 0.017632 +vt 0.633270 0.017632 +vt 0.633314 0.017632 +vt 0.633315 0.017632 +vt 0.633318 0.017632 +vt 0.633270 0.017632 +vt 0.633315 0.017632 +vt 0.633318 0.017632 +vt 0.633270 0.017632 +vt 0.633390 0.019940 +vt 0.633390 0.020084 +vt 0.633390 0.020228 +vt 0.633391 0.020228 +vt 0.633391 0.020372 +vt 0.633390 0.020372 +vt 0.633390 0.020516 +vt 0.633390 0.020661 +vt 0.633390 0.020805 +vt 0.633391 0.020661 +vt 0.633391 0.020805 +vt 0.633390 0.020661 +vt 0.633390 0.020805 +vt 0.633390 0.020949 +vt 0.633390 0.021093 +vt 0.633391 0.021093 +vt 0.633391 0.021238 +vt 0.633390 0.021238 +vt 0.633390 0.021382 +vt 0.633390 0.021526 +vt 0.633390 0.021670 +vt 0.633391 0.021526 +vt 0.633391 0.021670 +vt 0.633390 0.021526 +vt 0.633390 0.021670 +vt 0.633390 0.021815 +vt 0.633390 0.021959 +vt 0.633391 0.021959 +vt 0.633390 0.021959 +vt 0.633390 0.021815 +vt 0.633390 0.017776 +vt 0.633390 0.017920 +vt 0.633390 0.018064 +vt 0.633391 0.018064 +vt 0.633391 0.018209 +vt 0.633390 0.018209 +vt 0.633390 0.018353 +vt 0.633390 0.018497 +vt 0.633390 0.018641 +vt 0.633391 0.018497 +vt 0.633391 0.018641 +vt 0.633390 0.018497 +vt 0.633390 0.018641 +vt 0.633390 0.018786 +vt 0.633390 0.018930 +vt 0.633391 0.018930 +vt 0.633391 0.019074 +vt 0.633390 0.019074 +vt 0.633390 0.019218 +vt 0.633390 0.019363 +vt 0.633390 0.019507 +vt 0.633391 0.019363 +vt 0.633391 0.019507 +vt 0.633390 0.019363 +vt 0.633390 0.019507 +vt 0.633390 0.019651 +vt 0.633390 0.019795 +vt 0.633391 0.019795 +vt 0.633391 0.019940 +vt 0.633390 0.019940 +vt 0.633390 0.020084 +vt 0.633390 0.020228 +vt 0.633391 0.017776 +vt 0.633390 0.017776 +vt 0.633390 0.019795 +vt 0.633390 0.019651 +vt 0.633391 0.017920 +vt 0.633390 0.017920 +vt 0.633390 0.018209 +vt 0.633390 0.018353 +vt 0.633391 0.018353 +vt 0.633391 0.018786 +vt 0.633390 0.018786 +vt 0.633390 0.019074 +vt 0.633390 0.019218 +vt 0.633391 0.019218 +vt 0.633391 0.019651 +vt 0.633391 0.020084 +vt 0.633390 0.020372 +vt 0.633390 0.020516 +vt 0.633391 0.020516 +vt 0.633391 0.020949 +vt 0.633390 0.020949 +vt 0.633390 0.021238 +vt 0.633390 0.021382 +vt 0.633391 0.021382 +vt 0.633391 0.021815 +vt 0.633390 0.018064 +vt 0.633390 0.018930 +vt 0.633390 0.021093 +vt 0.633361 0.019940 +vt 0.633361 0.020084 +vt 0.633361 0.020228 +vt 0.633353 0.020228 +vt 0.633353 0.020372 +vt 0.633344 0.020372 +vt 0.633344 0.020516 +vt 0.633344 0.020661 +vt 0.633344 0.020805 +vt 0.633353 0.020661 +vt 0.633353 0.020805 +vt 0.633361 0.020661 +vt 0.633361 0.020805 +vt 0.633361 0.020949 +vt 0.633361 0.021093 +vt 0.633353 0.021093 +vt 0.633353 0.021238 +vt 0.633344 0.021238 +vt 0.633344 0.021382 +vt 0.633344 0.021526 +vt 0.633344 0.021670 +vt 0.633353 0.021526 +vt 0.633353 0.021670 +vt 0.633361 0.021526 +vt 0.633361 0.021670 +vt 0.633361 0.021815 +vt 0.633361 0.021959 +vt 0.633353 0.021959 +vt 0.633344 0.021959 +vt 0.633344 0.021815 +vt 0.633361 0.017776 +vt 0.633361 0.017920 +vt 0.633361 0.018064 +vt 0.633353 0.018064 +vt 0.633353 0.018209 +vt 0.633344 0.018209 +vt 0.633344 0.018353 +vt 0.633344 0.018497 +vt 0.633344 0.018641 +vt 0.633353 0.018497 +vt 0.633353 0.018641 +vt 0.633361 0.018497 +vt 0.633361 0.018641 +vt 0.633361 0.018786 +vt 0.633361 0.018930 +vt 0.633353 0.018930 +vt 0.633353 0.019074 +vt 0.633344 0.019074 +vt 0.633344 0.019218 +vt 0.633344 0.019363 +vt 0.633344 0.019507 +vt 0.633353 0.019363 +vt 0.633353 0.019507 +vt 0.633361 0.019363 +vt 0.633361 0.019507 +vt 0.633361 0.019651 +vt 0.633361 0.019795 +vt 0.633353 0.019795 +vt 0.633353 0.019940 +vt 0.633344 0.019940 +vt 0.633344 0.020084 +vt 0.633344 0.020228 +vt 0.633353 0.017776 +vt 0.633344 0.017776 +vt 0.633344 0.019795 +vt 0.633344 0.019651 +vt 0.633353 0.017920 +vt 0.633344 0.017920 +vt 0.633361 0.018209 +vt 0.633361 0.018353 +vt 0.633353 0.018353 +vt 0.633353 0.018786 +vt 0.633344 0.018786 +vt 0.633361 0.019074 +vt 0.633361 0.019218 +vt 0.633353 0.019218 +vt 0.633353 0.019651 +vt 0.633353 0.020084 +vt 0.633361 0.020372 +vt 0.633361 0.020516 +vt 0.633353 0.020516 +vt 0.633353 0.020949 +vt 0.633344 0.020949 +vt 0.633361 0.021238 +vt 0.633361 0.021382 +vt 0.633353 0.021382 +vt 0.633353 0.021815 +vt 0.633344 0.018064 +vt 0.633344 0.018930 +vt 0.633344 0.021093 +vt 0.633315 0.019940 +vt 0.633315 0.020084 +vt 0.633315 0.020228 +vt 0.633314 0.020228 +vt 0.633314 0.020372 +vt 0.633315 0.020372 +vt 0.633315 0.020516 +vt 0.633315 0.020661 +vt 0.633315 0.020805 +vt 0.633314 0.020661 +vt 0.633314 0.020805 +vt 0.633315 0.020661 +vt 0.633315 0.020805 +vt 0.633315 0.020949 +vt 0.633315 0.021093 +vt 0.633314 0.021093 +vt 0.633314 0.021238 +vt 0.633315 0.021238 +vt 0.633315 0.021382 +vt 0.633315 0.021526 +vt 0.633315 0.021670 +vt 0.633314 0.021526 +vt 0.633314 0.021670 +vt 0.633315 0.021526 +vt 0.633315 0.021670 +vt 0.633315 0.021815 +vt 0.633315 0.021959 +vt 0.633314 0.021959 +vt 0.633315 0.021959 +vt 0.633315 0.021815 +vt 0.633315 0.017776 +vt 0.633315 0.017920 +vt 0.633315 0.018064 +vt 0.633314 0.018064 +vt 0.633314 0.018209 +vt 0.633315 0.018209 +vt 0.633315 0.018353 +vt 0.633315 0.018497 +vt 0.633315 0.018641 +vt 0.633314 0.018497 +vt 0.633314 0.018641 +vt 0.633315 0.018497 +vt 0.633315 0.018641 +vt 0.633315 0.018786 +vt 0.633315 0.018930 +vt 0.633314 0.018930 +vt 0.633314 0.019074 +vt 0.633315 0.019074 +vt 0.633315 0.019218 +vt 0.633315 0.019363 +vt 0.633315 0.019507 +vt 0.633314 0.019363 +vt 0.633314 0.019507 +vt 0.633315 0.019363 +vt 0.633315 0.019507 +vt 0.633315 0.019651 +vt 0.633315 0.019795 +vt 0.633314 0.019795 +vt 0.633314 0.019940 +vt 0.633315 0.019940 +vt 0.633315 0.020084 +vt 0.633315 0.020228 +vt 0.633314 0.017776 +vt 0.633315 0.017776 +vt 0.633315 0.019795 +vt 0.633315 0.019651 +vt 0.633314 0.017920 +vt 0.633315 0.017920 +vt 0.633315 0.018209 +vt 0.633315 0.018353 +vt 0.633314 0.018353 +vt 0.633314 0.018786 +vt 0.633315 0.018786 +vt 0.633315 0.019074 +vt 0.633315 0.019218 +vt 0.633314 0.019218 +vt 0.633314 0.019651 +vt 0.633314 0.020084 +vt 0.633315 0.020372 +vt 0.633315 0.020516 +vt 0.633314 0.020516 +vt 0.633314 0.020949 +vt 0.633315 0.020949 +vt 0.633315 0.021238 +vt 0.633315 0.021382 +vt 0.633314 0.021382 +vt 0.633314 0.021815 +vt 0.633315 0.018064 +vt 0.633315 0.018930 +vt 0.633315 0.021093 +vt 0.633344 0.019940 +vt 0.633344 0.020084 +vt 0.633344 0.020228 +vt 0.633353 0.020228 +vt 0.633353 0.020372 +vt 0.633361 0.020372 +vt 0.633361 0.020516 +vt 0.633361 0.020661 +vt 0.633361 0.020805 +vt 0.633353 0.020661 +vt 0.633353 0.020805 +vt 0.633344 0.020661 +vt 0.633344 0.020805 +vt 0.633344 0.020949 +vt 0.633344 0.021093 +vt 0.633353 0.021093 +vt 0.633353 0.021238 +vt 0.633361 0.021238 +vt 0.633361 0.021382 +vt 0.633361 0.021526 +vt 0.633361 0.021670 +vt 0.633353 0.021526 +vt 0.633353 0.021670 +vt 0.633344 0.021526 +vt 0.633344 0.021670 +vt 0.633344 0.021815 +vt 0.633344 0.021959 +vt 0.633353 0.021959 +vt 0.633361 0.021959 +vt 0.633361 0.021815 +vt 0.633344 0.017776 +vt 0.633344 0.017920 +vt 0.633344 0.018064 +vt 0.633353 0.018064 +vt 0.633353 0.018209 +vt 0.633361 0.018209 +vt 0.633361 0.018353 +vt 0.633361 0.018497 +vt 0.633361 0.018641 +vt 0.633353 0.018497 +vt 0.633353 0.018641 +vt 0.633344 0.018497 +vt 0.633344 0.018641 +vt 0.633344 0.018786 +vt 0.633344 0.018930 +vt 0.633353 0.018930 +vt 0.633353 0.019074 +vt 0.633361 0.019074 +vt 0.633361 0.019218 +vt 0.633361 0.019363 +vt 0.633361 0.019507 +vt 0.633353 0.019363 +vt 0.633353 0.019507 +vt 0.633344 0.019363 +vt 0.633344 0.019507 +vt 0.633344 0.019651 +vt 0.633344 0.019795 +vt 0.633353 0.019795 +vt 0.633353 0.019940 +vt 0.633361 0.019940 +vt 0.633361 0.020084 +vt 0.633361 0.020228 +vt 0.633353 0.017776 +vt 0.633361 0.017776 +vt 0.633361 0.019795 +vt 0.633361 0.019651 +vt 0.633353 0.017920 +vt 0.633361 0.017920 +vt 0.633344 0.018209 +vt 0.633344 0.018353 +vt 0.633353 0.018353 +vt 0.633353 0.018786 +vt 0.633361 0.018786 +vt 0.633344 0.019074 +vt 0.633344 0.019218 +vt 0.633353 0.019218 +vt 0.633353 0.019651 +vt 0.633353 0.020084 +vt 0.633344 0.020372 +vt 0.633344 0.020516 +vt 0.633353 0.020516 +vt 0.633353 0.020949 +vt 0.633361 0.020949 +vt 0.633344 0.021238 +vt 0.633344 0.021382 +vt 0.633353 0.021382 +vt 0.633353 0.021815 +vt 0.633361 0.018064 +vt 0.633361 0.018930 +vt 0.633361 0.021093 +vt 0.631301 0.022103 +vt 0.631212 0.022103 +vt 0.631301 0.022103 +vt 0.631212 0.022103 +vt 0.631256 0.022103 +vt 0.631248 0.022103 +vt 0.631240 0.022103 +vt 0.631192 0.022103 +vt 0.631265 0.022103 +vt 0.631273 0.022103 +vt 0.631321 0.022103 +vt 0.631352 0.022103 +vt 0.631352 0.022103 +vt 0.631339 0.022103 +vt 0.631339 0.022103 +vt 0.631295 0.022103 +vt 0.631294 0.022103 +vt 0.631291 0.022103 +vt 0.631339 0.022103 +vt 0.631294 0.022103 +vt 0.631291 0.022103 +vt 0.631339 0.022103 +vt 0.631212 0.022103 +vt 0.631301 0.022103 +vt 0.631212 0.022103 +vt 0.631301 0.022103 +vt 0.631256 0.022103 +vt 0.631265 0.022103 +vt 0.631273 0.022103 +vt 0.631321 0.022103 +vt 0.631248 0.022103 +vt 0.631240 0.022103 +vt 0.631192 0.022103 +vt 0.631161 0.022103 +vt 0.631174 0.022103 +vt 0.631161 0.022103 +vt 0.631174 0.022103 +vt 0.631218 0.022103 +vt 0.631219 0.022103 +vt 0.631174 0.022103 +vt 0.631222 0.022103 +vt 0.631219 0.022103 +vt 0.631222 0.022103 +vt 0.631174 0.022103 +vt 0.631352 0.022129 +vt 0.631352 0.022129 +vt 0.631161 0.022129 +vt 0.631161 0.022129 +vt 0.631352 0.017632 +vt 0.631339 0.017632 +vt 0.631352 0.017632 +vt 0.631339 0.017632 +vt 0.631295 0.017632 +vt 0.631294 0.017632 +vt 0.631339 0.017632 +vt 0.631291 0.017632 +vt 0.631294 0.017632 +vt 0.631291 0.017632 +vt 0.631339 0.017632 +vt 0.631301 0.017632 +vt 0.631212 0.017632 +vt 0.631301 0.017632 +vt 0.631212 0.017632 +vt 0.631256 0.017632 +vt 0.631248 0.017632 +vt 0.631240 0.017632 +vt 0.631192 0.017632 +vt 0.631265 0.017632 +vt 0.631273 0.017632 +vt 0.631321 0.017632 +vt 0.631212 0.017632 +vt 0.631301 0.017632 +vt 0.631212 0.017632 +vt 0.631301 0.017632 +vt 0.631256 0.017632 +vt 0.631265 0.017632 +vt 0.631273 0.017632 +vt 0.631321 0.017632 +vt 0.631248 0.017632 +vt 0.631240 0.017632 +vt 0.631192 0.017632 +vt 0.631352 0.017606 +vt 0.631352 0.017606 +vt 0.631161 0.017606 +vt 0.631161 0.017606 +vt 0.631161 0.017632 +vt 0.631161 0.017632 +vt 0.631174 0.017632 +vt 0.631174 0.017632 +vt 0.631218 0.017632 +vt 0.631219 0.017632 +vt 0.631222 0.017632 +vt 0.631174 0.017632 +vt 0.631219 0.017632 +vt 0.631222 0.017632 +vt 0.631174 0.017632 +vt 0.631294 0.019940 +vt 0.631294 0.020084 +vt 0.631294 0.020228 +vt 0.631295 0.020228 +vt 0.631295 0.020372 +vt 0.631294 0.020372 +vt 0.631294 0.020516 +vt 0.631294 0.020661 +vt 0.631294 0.020805 +vt 0.631295 0.020661 +vt 0.631295 0.020805 +vt 0.631294 0.020661 +vt 0.631294 0.020805 +vt 0.631294 0.020949 +vt 0.631294 0.021093 +vt 0.631295 0.021093 +vt 0.631295 0.021238 +vt 0.631294 0.021238 +vt 0.631294 0.021382 +vt 0.631294 0.021526 +vt 0.631294 0.021670 +vt 0.631295 0.021526 +vt 0.631295 0.021670 +vt 0.631294 0.021526 +vt 0.631294 0.021670 +vt 0.631294 0.021815 +vt 0.631294 0.021959 +vt 0.631295 0.021959 +vt 0.631294 0.021959 +vt 0.631294 0.021815 +vt 0.631294 0.017776 +vt 0.631294 0.017920 +vt 0.631294 0.018064 +vt 0.631295 0.018064 +vt 0.631295 0.018209 +vt 0.631294 0.018209 +vt 0.631294 0.018353 +vt 0.631294 0.018497 +vt 0.631294 0.018641 +vt 0.631295 0.018497 +vt 0.631295 0.018641 +vt 0.631294 0.018497 +vt 0.631294 0.018641 +vt 0.631294 0.018786 +vt 0.631294 0.018930 +vt 0.631295 0.018930 +vt 0.631295 0.019074 +vt 0.631294 0.019074 +vt 0.631294 0.019218 +vt 0.631294 0.019363 +vt 0.631294 0.019507 +vt 0.631295 0.019363 +vt 0.631295 0.019507 +vt 0.631294 0.019363 +vt 0.631294 0.019507 +vt 0.631294 0.019651 +vt 0.631294 0.019795 +vt 0.631295 0.019795 +vt 0.631295 0.019940 +vt 0.631294 0.019940 +vt 0.631294 0.020084 +vt 0.631294 0.020228 +vt 0.631295 0.017776 +vt 0.631294 0.017776 +vt 0.631294 0.019795 +vt 0.631294 0.019651 +vt 0.631295 0.017920 +vt 0.631294 0.017920 +vt 0.631294 0.018209 +vt 0.631294 0.018353 +vt 0.631295 0.018353 +vt 0.631295 0.018786 +vt 0.631294 0.018786 +vt 0.631294 0.019074 +vt 0.631294 0.019218 +vt 0.631295 0.019218 +vt 0.631295 0.019651 +vt 0.631295 0.020084 +vt 0.631294 0.020372 +vt 0.631294 0.020516 +vt 0.631295 0.020516 +vt 0.631295 0.020949 +vt 0.631294 0.020949 +vt 0.631294 0.021238 +vt 0.631294 0.021382 +vt 0.631295 0.021382 +vt 0.631295 0.021815 +vt 0.631294 0.018064 +vt 0.631294 0.018930 +vt 0.631294 0.021093 +vt 0.631265 0.019940 +vt 0.631265 0.020084 +vt 0.631265 0.020228 +vt 0.631256 0.020228 +vt 0.631256 0.020372 +vt 0.631248 0.020372 +vt 0.631248 0.020516 +vt 0.631248 0.020661 +vt 0.631248 0.020805 +vt 0.631256 0.020661 +vt 0.631256 0.020805 +vt 0.631265 0.020661 +vt 0.631265 0.020805 +vt 0.631265 0.020949 +vt 0.631265 0.021093 +vt 0.631256 0.021093 +vt 0.631256 0.021238 +vt 0.631248 0.021238 +vt 0.631248 0.021382 +vt 0.631248 0.021526 +vt 0.631248 0.021670 +vt 0.631256 0.021526 +vt 0.631256 0.021670 +vt 0.631265 0.021526 +vt 0.631265 0.021670 +vt 0.631265 0.021815 +vt 0.631265 0.021959 +vt 0.631256 0.021959 +vt 0.631248 0.021959 +vt 0.631248 0.021815 +vt 0.631265 0.017776 +vt 0.631265 0.017920 +vt 0.631265 0.018064 +vt 0.631256 0.018064 +vt 0.631256 0.018209 +vt 0.631248 0.018209 +vt 0.631248 0.018353 +vt 0.631248 0.018497 +vt 0.631248 0.018641 +vt 0.631256 0.018497 +vt 0.631256 0.018641 +vt 0.631265 0.018497 +vt 0.631265 0.018641 +vt 0.631265 0.018786 +vt 0.631265 0.018930 +vt 0.631256 0.018930 +vt 0.631256 0.019074 +vt 0.631248 0.019074 +vt 0.631248 0.019218 +vt 0.631248 0.019363 +vt 0.631248 0.019507 +vt 0.631256 0.019363 +vt 0.631256 0.019507 +vt 0.631265 0.019363 +vt 0.631265 0.019507 +vt 0.631265 0.019651 +vt 0.631265 0.019795 +vt 0.631256 0.019795 +vt 0.631256 0.019940 +vt 0.631248 0.019940 +vt 0.631248 0.020084 +vt 0.631248 0.020228 +vt 0.631256 0.017776 +vt 0.631248 0.017776 +vt 0.631248 0.019795 +vt 0.631248 0.019651 +vt 0.631256 0.017920 +vt 0.631248 0.017920 +vt 0.631265 0.018209 +vt 0.631265 0.018353 +vt 0.631256 0.018353 +vt 0.631256 0.018786 +vt 0.631248 0.018786 +vt 0.631265 0.019074 +vt 0.631265 0.019218 +vt 0.631256 0.019218 +vt 0.631256 0.019651 +vt 0.631256 0.020084 +vt 0.631265 0.020372 +vt 0.631265 0.020516 +vt 0.631256 0.020516 +vt 0.631256 0.020949 +vt 0.631248 0.020949 +vt 0.631265 0.021238 +vt 0.631265 0.021382 +vt 0.631256 0.021382 +vt 0.631256 0.021815 +vt 0.631248 0.018064 +vt 0.631248 0.018930 +vt 0.631248 0.021093 +vt 0.631219 0.019940 +vt 0.631219 0.020084 +vt 0.631219 0.020228 +vt 0.631218 0.020228 +vt 0.631218 0.020372 +vt 0.631219 0.020372 +vt 0.631219 0.020516 +vt 0.631219 0.020661 +vt 0.631219 0.020805 +vt 0.631218 0.020661 +vt 0.631218 0.020805 +vt 0.631219 0.020661 +vt 0.631219 0.020805 +vt 0.631219 0.020949 +vt 0.631219 0.021093 +vt 0.631218 0.021093 +vt 0.631218 0.021238 +vt 0.631219 0.021238 +vt 0.631219 0.021382 +vt 0.631219 0.021526 +vt 0.631219 0.021670 +vt 0.631218 0.021526 +vt 0.631218 0.021670 +vt 0.631219 0.021526 +vt 0.631219 0.021670 +vt 0.631219 0.021815 +vt 0.631219 0.021959 +vt 0.631218 0.021959 +vt 0.631219 0.021959 +vt 0.631219 0.021815 +vt 0.631219 0.017776 +vt 0.631219 0.017920 +vt 0.631219 0.018064 +vt 0.631218 0.018064 +vt 0.631218 0.018209 +vt 0.631219 0.018209 +vt 0.631219 0.018353 +vt 0.631219 0.018497 +vt 0.631219 0.018641 +vt 0.631218 0.018497 +vt 0.631218 0.018641 +vt 0.631219 0.018497 +vt 0.631219 0.018641 +vt 0.631219 0.018786 +vt 0.631219 0.018930 +vt 0.631218 0.018930 +vt 0.631218 0.019074 +vt 0.631219 0.019074 +vt 0.631219 0.019218 +vt 0.631219 0.019363 +vt 0.631219 0.019507 +vt 0.631218 0.019363 +vt 0.631218 0.019507 +vt 0.631219 0.019363 +vt 0.631219 0.019507 +vt 0.631219 0.019651 +vt 0.631219 0.019795 +vt 0.631218 0.019795 +vt 0.631218 0.019940 +vt 0.631219 0.019940 +vt 0.631219 0.020084 +vt 0.631219 0.020228 +vt 0.631218 0.017776 +vt 0.631219 0.017776 +vt 0.631219 0.019795 +vt 0.631219 0.019651 +vt 0.631218 0.017920 +vt 0.631219 0.017920 +vt 0.631219 0.018209 +vt 0.631219 0.018353 +vt 0.631218 0.018353 +vt 0.631218 0.018786 +vt 0.631219 0.018786 +vt 0.631219 0.019074 +vt 0.631219 0.019218 +vt 0.631218 0.019218 +vt 0.631218 0.019651 +vt 0.631218 0.020084 +vt 0.631219 0.020372 +vt 0.631219 0.020516 +vt 0.631218 0.020516 +vt 0.631218 0.020949 +vt 0.631219 0.020949 +vt 0.631219 0.021238 +vt 0.631219 0.021382 +vt 0.631218 0.021382 +vt 0.631218 0.021815 +vt 0.631219 0.018064 +vt 0.631219 0.018930 +vt 0.631219 0.021093 +vt 0.631248 0.019940 +vt 0.631248 0.020084 +vt 0.631248 0.020228 +vt 0.631256 0.020228 +vt 0.631256 0.020372 +vt 0.631265 0.020372 +vt 0.631265 0.020516 +vt 0.631265 0.020661 +vt 0.631265 0.020805 +vt 0.631256 0.020661 +vt 0.631256 0.020805 +vt 0.631248 0.020661 +vt 0.631248 0.020805 +vt 0.631248 0.020949 +vt 0.631248 0.021093 +vt 0.631256 0.021093 +vt 0.631256 0.021238 +vt 0.631265 0.021238 +vt 0.631265 0.021382 +vt 0.631265 0.021526 +vt 0.631265 0.021670 +vt 0.631256 0.021526 +vt 0.631256 0.021670 +vt 0.631248 0.021526 +vt 0.631248 0.021670 +vt 0.631248 0.021815 +vt 0.631248 0.021959 +vt 0.631256 0.021959 +vt 0.631265 0.021959 +vt 0.631265 0.021815 +vt 0.631248 0.017776 +vt 0.631248 0.017920 +vt 0.631248 0.018064 +vt 0.631256 0.018064 +vt 0.631256 0.018209 +vt 0.631265 0.018209 +vt 0.631265 0.018353 +vt 0.631265 0.018497 +vt 0.631265 0.018641 +vt 0.631256 0.018497 +vt 0.631256 0.018641 +vt 0.631248 0.018497 +vt 0.631248 0.018641 +vt 0.631248 0.018786 +vt 0.631248 0.018930 +vt 0.631256 0.018930 +vt 0.631256 0.019074 +vt 0.631265 0.019074 +vt 0.631265 0.019218 +vt 0.631265 0.019363 +vt 0.631265 0.019507 +vt 0.631256 0.019363 +vt 0.631256 0.019507 +vt 0.631248 0.019363 +vt 0.631248 0.019507 +vt 0.631248 0.019651 +vt 0.631248 0.019795 +vt 0.631256 0.019795 +vt 0.631256 0.019940 +vt 0.631265 0.019940 +vt 0.631265 0.020084 +vt 0.631265 0.020228 +vt 0.631256 0.017776 +vt 0.631265 0.017776 +vt 0.631265 0.019795 +vt 0.631265 0.019651 +vt 0.631256 0.017920 +vt 0.631265 0.017920 +vt 0.631248 0.018209 +vt 0.631248 0.018353 +vt 0.631256 0.018353 +vt 0.631256 0.018786 +vt 0.631265 0.018786 +vt 0.631248 0.019074 +vt 0.631248 0.019218 +vt 0.631256 0.019218 +vt 0.631256 0.019651 +vt 0.631256 0.020084 +vt 0.631248 0.020372 +vt 0.631248 0.020516 +vt 0.631256 0.020516 +vt 0.631256 0.020949 +vt 0.631265 0.020949 +vt 0.631248 0.021238 +vt 0.631248 0.021382 +vt 0.631256 0.021382 +vt 0.631256 0.021815 +vt 0.631265 0.018064 +vt 0.631265 0.018930 +vt 0.631265 0.021093 +vt 0.123130 0.007731 +vt 0.123182 0.007705 +vt 0.123127 0.007725 +vt 0.123179 0.007699 +vt 0.123211 0.007731 +vt 0.123208 0.007725 +vt 0.123270 0.007921 +vt 0.123267 0.007915 +vt 0.123271 0.011722 +vt 0.123268 0.011715 +vt 0.123183 0.011882 +vt 0.123180 0.011876 +vt 0.123151 0.011912 +vt 0.123148 0.011905 +vt 0.122967 0.011992 +vt 0.122964 0.011986 +vt 0.122780 0.012102 +vt 0.122777 0.012095 +vt 0.122751 0.012128 +vt 0.122748 0.012121 +vt 0.122535 0.012211 +vt 0.122532 0.012205 +vt 0.122402 0.012292 +vt 0.122399 0.012285 +vt 0.122319 0.012346 +vt 0.122315 0.012340 +vt 0.122102 0.012433 +vt 0.122099 0.012427 +vt 0.122026 0.012482 +vt 0.122023 0.012476 +vt 0.121886 0.012554 +vt 0.121883 0.012547 +vt 0.121670 0.012665 +vt 0.121667 0.012659 +vt 0.121660 0.012672 +vt 0.121657 0.012666 +vt 0.121454 0.012764 +vt 0.121451 0.012757 +vt 0.121286 0.012862 +vt 0.121283 0.012856 +vt 0.121238 0.012899 +vt 0.121235 0.012892 +vt 0.121022 0.012979 +vt 0.121019 0.012973 +vt 0.120904 0.013052 +vt 0.120901 0.013046 +vt 0.120806 0.013113 +vt 0.120803 0.013106 +vt 0.120590 0.013205 +vt 0.120587 0.013198 +vt 0.120531 0.013243 +vt 0.120528 0.013236 +vt 0.120374 0.013318 +vt 0.120371 0.013311 +vt 0.120166 0.013433 +vt 0.120163 0.013426 +vt 0.120158 0.013440 +vt 0.120154 0.013433 +vt 0.119941 0.013530 +vt 0.119938 0.013524 +vt 0.119788 0.013623 +vt 0.119784 0.013616 +vt 0.119725 0.013668 +vt 0.119722 0.013662 +vt 0.119509 0.013750 +vt 0.119506 0.013743 +vt 0.119408 0.013813 +vt 0.119405 0.013806 +vt 0.119293 0.013879 +vt 0.119290 0.013872 +vt 0.119077 0.013977 +vt 0.119074 0.013970 +vt 0.119038 0.014003 +vt 0.119035 0.013996 +vt 0.118861 0.014082 +vt 0.118858 0.014075 +vt 0.118669 0.014193 +vt 0.118666 0.014187 +vt 0.118645 0.014214 +vt 0.118642 0.014208 +vt 0.118429 0.014298 +vt 0.118426 0.014292 +vt 0.118289 0.014383 +vt 0.118286 0.014377 +vt 0.118213 0.014435 +vt 0.118210 0.014429 +vt 0.117997 0.014520 +vt 0.117993 0.014514 +vt 0.117913 0.014573 +vt 0.117909 0.014567 +vt 0.117780 0.014643 +vt 0.117777 0.014637 +vt 0.117564 0.014750 +vt 0.117561 0.014743 +vt 0.117544 0.014763 +vt 0.117541 0.014757 +vt 0.117348 0.014846 +vt 0.117345 0.014839 +vt 0.117169 0.014954 +vt 0.117166 0.014947 +vt 0.117132 0.014986 +vt 0.117129 0.014979 +vt 0.116916 0.015068 +vt 0.116913 0.015062 +vt 0.116792 0.015144 +vt 0.116789 0.015137 +vt 0.116700 0.015201 +vt 0.116697 0.015195 +vt 0.116484 0.015292 +vt 0.116481 0.015285 +vt 0.116419 0.015334 +vt 0.116416 0.015327 +vt 0.116268 0.015448 +vt 0.116265 0.015441 +vt 0.116203 0.015524 +vt 0.116200 0.015517 +vt 0.116205 0.022935 +vt 0.116202 0.022928 +vt 0.116270 0.023018 +vt 0.116267 0.023012 +vt 0.116389 0.023125 +vt 0.116386 0.023118 +vt 0.116486 0.023187 +vt 0.116483 0.023180 +vt 0.116702 0.023269 +vt 0.116699 0.023263 +vt 0.116764 0.023315 +vt 0.116761 0.023308 +vt 0.116918 0.023407 +vt 0.116915 0.023400 +vt 0.117134 0.023495 +vt 0.117131 0.023488 +vt 0.117146 0.023505 +vt 0.117143 0.023498 +vt 0.117351 0.023618 +vt 0.117347 0.023612 +vt 0.117509 0.023695 +vt 0.117506 0.023688 +vt 0.117567 0.023733 +vt 0.117564 0.023726 +vt 0.117783 0.023823 +vt 0.117780 0.023817 +vt 0.117884 0.023884 +vt 0.117881 0.023878 +vt 0.117999 0.023955 +vt 0.117996 0.023949 +vt 0.118215 0.024037 +vt 0.118212 0.024031 +vt 0.118264 0.024074 +vt 0.118261 0.024068 +vt 0.118431 0.024172 +vt 0.118428 0.024166 +vt 0.118639 0.024264 +vt 0.118636 0.024258 +vt 0.118648 0.024270 +vt 0.118644 0.024264 +vt 0.118864 0.024382 +vt 0.118861 0.024375 +vt 0.119004 0.024454 +vt 0.119001 0.024448 +vt 0.119080 0.024503 +vt 0.119077 0.024496 +vt 0.119296 0.024588 +vt 0.119293 0.024582 +vt 0.119382 0.024644 +vt 0.119378 0.024638 +vt 0.119512 0.024724 +vt 0.119509 0.024718 +vt 0.119728 0.024806 +vt 0.119725 0.024800 +vt 0.119760 0.024834 +vt 0.119757 0.024828 +vt 0.119945 0.024944 +vt 0.119941 0.024937 +vt 0.120131 0.025024 +vt 0.120128 0.025017 +vt 0.120161 0.025044 +vt 0.120158 0.025038 +vt 0.120377 0.025146 +vt 0.120374 0.025139 +vt 0.120501 0.025214 +vt 0.120497 0.025207 +vt 0.120593 0.025272 +vt 0.120590 0.025266 +vt 0.120809 0.025356 +vt 0.120806 0.025349 +vt 0.120880 0.025404 +vt 0.120877 0.025397 +vt 0.121025 0.025490 +vt 0.121022 0.025483 +vt 0.121241 0.025579 +vt 0.121238 0.025572 +vt 0.121259 0.025594 +vt 0.121256 0.025587 +vt 0.121458 0.025706 +vt 0.121455 0.025700 +vt 0.121626 0.025784 +vt 0.121622 0.025777 +vt 0.121674 0.025815 +vt 0.121671 0.025809 +vt 0.121890 0.025910 +vt 0.121887 0.025903 +vt 0.121999 0.025974 +vt 0.121996 0.025967 +vt 0.122106 0.026040 +vt 0.122103 0.026034 +vt 0.122322 0.026123 +vt 0.122319 0.026116 +vt 0.122376 0.026164 +vt 0.122373 0.026157 +vt 0.122538 0.026261 +vt 0.122535 0.026254 +vt 0.122680 0.026353 +vt 0.122677 0.026347 +vt 0.122539 0.026535 +vt 0.122535 0.026528 +vt 0.122528 0.026544 +vt 0.122525 0.026537 +vt 0.122322 0.026635 +vt 0.122319 0.026628 +vt 0.122153 0.026734 +vt 0.122150 0.026727 +vt 0.122106 0.026769 +vt 0.122103 0.026762 +vt 0.121890 0.026851 +vt 0.121887 0.026844 +vt 0.121772 0.026924 +vt 0.121769 0.026917 +vt 0.121674 0.026984 +vt 0.121671 0.026978 +vt 0.121458 0.027075 +vt 0.121455 0.027068 +vt 0.121398 0.027114 +vt 0.121395 0.027107 +vt 0.121242 0.027189 +vt 0.121239 0.027183 +vt 0.121034 0.027304 +vt 0.121031 0.027297 +vt 0.121026 0.027311 +vt 0.121023 0.027305 +vt 0.120810 0.027401 +vt 0.120807 0.027395 +vt 0.120655 0.027494 +vt 0.120652 0.027488 +vt 0.120594 0.027539 +vt 0.120590 0.027532 +vt 0.120378 0.027621 +vt 0.120374 0.027614 +vt 0.120276 0.027684 +vt 0.120272 0.027678 +vt 0.120161 0.027749 +vt 0.120158 0.027743 +vt 0.119945 0.027847 +vt 0.119942 0.027841 +vt 0.119904 0.027874 +vt 0.119901 0.027868 +vt 0.119729 0.027953 +vt 0.119726 0.027947 +vt 0.119537 0.028064 +vt 0.119534 0.028058 +vt 0.119513 0.028086 +vt 0.119510 0.028079 +vt 0.119297 0.028169 +vt 0.119294 0.028163 +vt 0.119156 0.028255 +vt 0.119153 0.028248 +vt 0.119081 0.028306 +vt 0.119078 0.028299 +vt 0.118865 0.028390 +vt 0.118862 0.028383 +vt 0.118742 0.028445 +vt 0.118739 0.028438 +vt 0.118649 0.028488 +vt 0.118646 0.028481 +vt 0.118579 0.028445 +vt 0.118575 0.028438 +vt 0.118433 0.028367 +vt 0.118429 0.028361 +vt 0.118216 0.028285 +vt 0.118213 0.028279 +vt 0.118182 0.028255 +vt 0.118179 0.028248 +vt 0.118000 0.028146 +vt 0.117997 0.028140 +vt 0.117808 0.028065 +vt 0.117805 0.028058 +vt 0.117784 0.028049 +vt 0.117781 0.028042 +vt 0.117568 0.027944 +vt 0.117565 0.027938 +vt 0.117441 0.027875 +vt 0.117438 0.027869 +vt 0.117352 0.027818 +vt 0.117349 0.027812 +vt 0.117136 0.027736 +vt 0.117132 0.027729 +vt 0.117061 0.027685 +vt 0.117058 0.027679 +vt 0.116919 0.027599 +vt 0.116916 0.027593 +vt 0.116703 0.027514 +vt 0.116700 0.027508 +vt 0.116682 0.027495 +vt 0.116679 0.027489 +vt 0.116487 0.027383 +vt 0.116484 0.027376 +vt 0.116317 0.027305 +vt 0.116314 0.027299 +vt 0.116271 0.027275 +vt 0.116268 0.027268 +vt 0.116055 0.027180 +vt 0.116052 0.027173 +vt 0.115943 0.027115 +vt 0.115940 0.027109 +vt 0.115839 0.027050 +vt 0.115836 0.027044 +vt 0.115622 0.026968 +vt 0.115619 0.026962 +vt 0.115564 0.026925 +vt 0.115561 0.026919 +vt 0.115406 0.026832 +vt 0.115403 0.026825 +vt 0.115190 0.026740 +vt 0.115187 0.026733 +vt 0.115185 0.026735 +vt 0.115182 0.026729 +vt 0.114974 0.026620 +vt 0.114971 0.026614 +vt 0.114822 0.026546 +vt 0.114819 0.026539 +vt 0.114758 0.026503 +vt 0.114755 0.026497 +vt 0.114542 0.026414 +vt 0.114539 0.026408 +vt 0.114445 0.026356 +vt 0.114442 0.026349 +vt 0.114325 0.026282 +vt 0.114322 0.026276 +vt 0.114109 0.026200 +vt 0.114106 0.026193 +vt 0.114070 0.026166 +vt 0.114067 0.026159 +vt 0.113893 0.026058 +vt 0.113890 0.026052 +vt 0.113693 0.025976 +vt 0.113690 0.025969 +vt 0.113677 0.025964 +vt 0.113674 0.025958 +vt 0.113461 0.025856 +vt 0.113458 0.025850 +vt 0.113326 0.025786 +vt 0.113323 0.025779 +vt 0.113245 0.025734 +vt 0.113242 0.025728 +vt 0.113029 0.025649 +vt 0.113025 0.025642 +vt 0.112949 0.025596 +vt 0.112946 0.025589 +vt 0.112812 0.025513 +vt 0.112809 0.025507 +vt 0.112596 0.025428 +vt 0.112593 0.025422 +vt 0.112571 0.025406 +vt 0.112568 0.025399 +vt 0.112380 0.025296 +vt 0.112377 0.025289 +vt 0.112202 0.025216 +vt 0.112199 0.025210 +vt 0.112164 0.025178 +vt 0.112161 0.025171 +vt 0.112081 0.025026 +vt 0.112078 0.025020 +vt 0.112078 0.013435 +vt 0.112075 0.013428 +vt 0.112161 0.013309 +vt 0.112158 0.013302 +vt 0.112233 0.013245 +vt 0.112230 0.013238 +vt 0.112377 0.013172 +vt 0.112374 0.013165 +vt 0.112594 0.013055 +vt 0.112591 0.013049 +vt 0.112809 0.012962 +vt 0.112806 0.012956 +vt 0.112974 0.012864 +vt 0.112971 0.012858 +vt 0.113025 0.012825 +vt 0.113022 0.012819 +vt 0.113241 0.012743 +vt 0.113238 0.012737 +vt 0.113353 0.012674 +vt 0.113350 0.012668 +vt 0.113457 0.012613 +vt 0.113454 0.012606 +vt 0.113673 0.012519 +vt 0.113670 0.012513 +vt 0.113726 0.012484 +vt 0.113723 0.012478 +vt 0.113889 0.012407 +vt 0.113886 0.012401 +vt 0.114093 0.012294 +vt 0.114090 0.012288 +vt 0.114106 0.012283 +vt 0.114102 0.012276 +vt 0.114322 0.012193 +vt 0.114319 0.012187 +vt 0.114471 0.012104 +vt 0.114467 0.012097 +vt 0.114538 0.012057 +vt 0.114535 0.012050 +vt 0.114754 0.011974 +vt 0.114751 0.011967 +vt 0.114850 0.011914 +vt 0.114847 0.011907 +vt 0.114970 0.011847 +vt 0.114967 0.011840 +vt 0.115186 0.011746 +vt 0.115183 0.011740 +vt 0.115220 0.011724 +vt 0.115217 0.011717 +vt 0.115402 0.011644 +vt 0.115399 0.011637 +vt 0.115591 0.011534 +vt 0.115588 0.011527 +vt 0.115618 0.011510 +vt 0.115615 0.011504 +vt 0.115834 0.011424 +vt 0.115831 0.011418 +vt 0.115968 0.011343 +vt 0.115965 0.011337 +vt 0.116051 0.011290 +vt 0.116047 0.011283 +vt 0.116267 0.011203 +vt 0.116263 0.011196 +vt 0.116345 0.011153 +vt 0.116342 0.011147 +vt 0.116483 0.011082 +vt 0.116480 0.011076 +vt 0.116699 0.010973 +vt 0.116696 0.010967 +vt 0.116713 0.010963 +vt 0.116710 0.010957 +vt 0.116915 0.010880 +vt 0.116912 0.010874 +vt 0.117091 0.010773 +vt 0.117088 0.010767 +vt 0.117131 0.010738 +vt 0.117128 0.010731 +vt 0.117347 0.010656 +vt 0.117344 0.010649 +vt 0.117466 0.010583 +vt 0.117463 0.010577 +vt 0.117563 0.010523 +vt 0.117560 0.010517 +vt 0.117779 0.010434 +vt 0.117776 0.010427 +vt 0.117842 0.010393 +vt 0.117839 0.010386 +vt 0.117995 0.010318 +vt 0.117992 0.010311 +vt 0.118207 0.010203 +vt 0.118203 0.010196 +vt 0.118211 0.010198 +vt 0.118208 0.010192 +vt 0.118428 0.010106 +vt 0.118424 0.010099 +vt 0.118584 0.010013 +vt 0.118581 0.010006 +vt 0.118644 0.009969 +vt 0.118641 0.009962 +vt 0.118860 0.009886 +vt 0.118857 0.009879 +vt 0.118963 0.009823 +vt 0.118960 0.009816 +vt 0.119076 0.009758 +vt 0.119073 0.009752 +vt 0.119292 0.009661 +vt 0.119289 0.009654 +vt 0.119334 0.009632 +vt 0.119331 0.009626 +vt 0.119508 0.009554 +vt 0.119505 0.009547 +vt 0.119701 0.009442 +vt 0.119698 0.009436 +vt 0.119724 0.009422 +vt 0.119721 0.009416 +vt 0.119940 0.009338 +vt 0.119937 0.009331 +vt 0.120081 0.009252 +vt 0.120078 0.009246 +vt 0.120156 0.009201 +vt 0.120153 0.009194 +vt 0.120373 0.009117 +vt 0.120369 0.009111 +vt 0.120459 0.009062 +vt 0.120456 0.009056 +vt 0.120589 0.008993 +vt 0.120585 0.008986 +vt 0.120805 0.008887 +vt 0.120802 0.008881 +vt 0.120827 0.008872 +vt 0.120824 0.008865 +vt 0.121021 0.008790 +vt 0.121018 0.008784 +vt 0.121203 0.008682 +vt 0.121199 0.008675 +vt 0.121237 0.008652 +vt 0.121234 0.008645 +vt 0.121453 0.008567 +vt 0.121450 0.008561 +vt 0.121577 0.008492 +vt 0.121574 0.008485 +vt 0.121669 0.008434 +vt 0.121666 0.008428 +vt 0.121885 0.008346 +vt 0.121882 0.008339 +vt 0.121954 0.008302 +vt 0.121950 0.008295 +vt 0.122101 0.008228 +vt 0.122098 0.008222 +vt 0.122319 0.008112 +vt 0.122316 0.008106 +vt 0.122534 0.008019 +vt 0.122530 0.008012 +vt 0.122697 0.007921 +vt 0.122694 0.007915 +vt 0.122750 0.007881 +vt 0.122746 0.007875 +vt 0.122966 0.007798 +vt 0.122963 0.007792 +vt 0.834853 0.015522 +vt 0.835006 0.015447 +vt 0.834850 0.015516 +vt 0.835003 0.015441 +vt 0.835222 0.015372 +vt 0.835219 0.015365 +vt 0.835439 0.015443 +vt 0.835435 0.015436 +vt 0.835616 0.015522 +vt 0.835613 0.015516 +vt 0.835655 0.015548 +vt 0.835652 0.015542 +vt 0.835871 0.015646 +vt 0.835868 0.015640 +vt 0.835988 0.015712 +vt 0.835985 0.015705 +vt 0.836087 0.015774 +vt 0.836084 0.015767 +vt 0.836303 0.015856 +vt 0.836300 0.015850 +vt 0.836365 0.015902 +vt 0.836362 0.015895 +vt 0.836519 0.015994 +vt 0.836516 0.015988 +vt 0.836736 0.016083 +vt 0.836732 0.016077 +vt 0.836745 0.016092 +vt 0.836742 0.016085 +vt 0.836952 0.016206 +vt 0.836949 0.016200 +vt 0.837110 0.016282 +vt 0.837106 0.016275 +vt 0.837168 0.016320 +vt 0.837165 0.016313 +vt 0.837384 0.016411 +vt 0.837381 0.016405 +vt 0.837484 0.016472 +vt 0.837481 0.016465 +vt 0.837600 0.016543 +vt 0.837597 0.016536 +vt 0.837816 0.016624 +vt 0.837813 0.016618 +vt 0.837865 0.016662 +vt 0.837862 0.016655 +vt 0.838032 0.016760 +vt 0.838029 0.016753 +vt 0.838238 0.016851 +vt 0.838235 0.016845 +vt 0.838249 0.016859 +vt 0.838246 0.016852 +vt 0.838465 0.016970 +vt 0.838462 0.016963 +vt 0.838605 0.017041 +vt 0.838602 0.017035 +vt 0.838681 0.017090 +vt 0.838678 0.017084 +vt 0.838897 0.017176 +vt 0.838894 0.017170 +vt 0.838982 0.017231 +vt 0.838979 0.017225 +vt 0.839113 0.017315 +vt 0.839110 0.017308 +vt 0.839247 0.017421 +vt 0.839244 0.017415 +vt 0.839113 0.017556 +vt 0.839110 0.017550 +vt 0.839038 0.017611 +vt 0.839035 0.017605 +vt 0.838897 0.017684 +vt 0.838894 0.017677 +vt 0.838681 0.017794 +vt 0.838678 0.017788 +vt 0.838671 0.017802 +vt 0.838668 0.017795 +vt 0.838465 0.017893 +vt 0.838462 0.017887 +vt 0.838298 0.017992 +vt 0.838295 0.017985 +vt 0.838249 0.018029 +vt 0.838246 0.018022 +vt 0.838033 0.018111 +vt 0.838030 0.018104 +vt 0.837917 0.018182 +vt 0.837914 0.018175 +vt 0.837817 0.018242 +vt 0.837814 0.018236 +vt 0.837601 0.018334 +vt 0.837598 0.018327 +vt 0.837543 0.018372 +vt 0.837540 0.018365 +vt 0.837385 0.018448 +vt 0.837381 0.018442 +vt 0.837178 0.018562 +vt 0.837175 0.018555 +vt 0.837168 0.018571 +vt 0.837165 0.018564 +vt 0.836952 0.018659 +vt 0.836949 0.018653 +vt 0.836799 0.018752 +vt 0.836795 0.018746 +vt 0.836736 0.018798 +vt 0.836733 0.018791 +vt 0.836520 0.018880 +vt 0.836517 0.018874 +vt 0.836421 0.018942 +vt 0.836418 0.018936 +vt 0.836304 0.019008 +vt 0.836301 0.019001 +vt 0.836088 0.019106 +vt 0.836085 0.019100 +vt 0.836049 0.019132 +vt 0.836046 0.019126 +vt 0.836088 0.019199 +vt 0.836085 0.019192 +vt 0.836147 0.019322 +vt 0.836144 0.019316 +vt 0.836304 0.019415 +vt 0.836301 0.019409 +vt 0.836520 0.019508 +vt 0.836517 0.019501 +vt 0.836525 0.019512 +vt 0.836522 0.019506 +vt 0.836737 0.019627 +vt 0.836733 0.019621 +vt 0.836890 0.019702 +vt 0.836887 0.019696 +vt 0.836953 0.019743 +vt 0.836950 0.019737 +vt 0.837169 0.019833 +vt 0.837166 0.019826 +vt 0.837266 0.019892 +vt 0.837263 0.019886 +vt 0.837385 0.019965 +vt 0.837382 0.019959 +vt 0.837601 0.020047 +vt 0.837598 0.020040 +vt 0.837641 0.020082 +vt 0.837638 0.020076 +vt 0.837817 0.020189 +vt 0.837814 0.020183 +vt 0.838017 0.020272 +vt 0.838014 0.020265 +vt 0.838033 0.020283 +vt 0.838030 0.020277 +vt 0.838250 0.020391 +vt 0.838246 0.020385 +vt 0.838387 0.020462 +vt 0.838384 0.020455 +vt 0.838466 0.020512 +vt 0.838463 0.020505 +vt 0.838682 0.020598 +vt 0.838679 0.020592 +vt 0.838763 0.020652 +vt 0.838759 0.020645 +vt 0.838898 0.020734 +vt 0.838895 0.020728 +vt 0.839114 0.020819 +vt 0.839111 0.020813 +vt 0.839140 0.020842 +vt 0.839137 0.020835 +vt 0.839330 0.020952 +vt 0.839327 0.020945 +vt 0.839511 0.021032 +vt 0.839508 0.021025 +vt 0.839547 0.021055 +vt 0.839543 0.021049 +vt 0.839763 0.021176 +vt 0.839760 0.021170 +vt 0.839815 0.021222 +vt 0.839811 0.021215 +vt 0.839763 0.021281 +vt 0.839760 0.021274 +vt 0.839620 0.021412 +vt 0.839617 0.021405 +vt 0.839547 0.021461 +vt 0.839544 0.021455 +vt 0.839331 0.021545 +vt 0.839327 0.021539 +vt 0.839241 0.021602 +vt 0.839238 0.021595 +vt 0.839114 0.021671 +vt 0.839111 0.021664 +vt 0.838898 0.021774 +vt 0.838895 0.021768 +vt 0.838872 0.021792 +vt 0.838869 0.021785 +vt 0.838682 0.021873 +vt 0.838679 0.021866 +vt 0.838501 0.021982 +vt 0.838497 0.021976 +vt 0.838466 0.022012 +vt 0.838463 0.022006 +vt 0.838250 0.022094 +vt 0.838247 0.022088 +vt 0.838122 0.022172 +vt 0.838119 0.022166 +vt 0.838034 0.022228 +vt 0.838031 0.022222 +vt 0.837818 0.022315 +vt 0.837815 0.022309 +vt 0.837745 0.022362 +vt 0.837742 0.022356 +vt 0.837602 0.022435 +vt 0.837599 0.022429 +vt 0.837383 0.022551 +vt 0.837380 0.022544 +vt 0.837170 0.022645 +vt 0.837166 0.022638 +vt 0.837005 0.022743 +vt 0.837002 0.022736 +vt 0.836954 0.022782 +vt 0.836950 0.022775 +vt 0.836737 0.022863 +vt 0.836734 0.022857 +vt 0.836625 0.022933 +vt 0.836622 0.022926 +vt 0.836521 0.022994 +vt 0.836518 0.022988 +vt 0.836305 0.023023 +vt 0.836302 0.023016 +vt 0.836089 0.022978 +vt 0.836086 0.022972 +vt 0.836027 0.022933 +vt 0.836024 0.022926 +vt 0.835873 0.022841 +vt 0.835870 0.022834 +vt 0.835657 0.022753 +vt 0.835654 0.022746 +vt 0.835645 0.022743 +vt 0.835642 0.022736 +vt 0.835441 0.022629 +vt 0.835437 0.022623 +vt 0.835282 0.022553 +vt 0.835279 0.022546 +vt 0.835224 0.022515 +vt 0.835221 0.022508 +vt 0.835008 0.022424 +vt 0.835005 0.022417 +vt 0.834907 0.022363 +vt 0.834904 0.022357 +vt 0.834792 0.022292 +vt 0.834789 0.022286 +vt 0.834576 0.022210 +vt 0.834573 0.022204 +vt 0.834527 0.022173 +vt 0.834524 0.022167 +vt 0.834360 0.022075 +vt 0.834357 0.022069 +vt 0.834152 0.021983 +vt 0.834149 0.021977 +vt 0.834144 0.021977 +vt 0.834140 0.021971 +vt 0.833927 0.021865 +vt 0.833924 0.021859 +vt 0.833787 0.021793 +vt 0.833784 0.021787 +vt 0.833711 0.021745 +vt 0.833708 0.021738 +vt 0.833495 0.021659 +vt 0.833492 0.021653 +vt 0.833410 0.021603 +vt 0.833407 0.021597 +vt 0.833279 0.021523 +vt 0.833276 0.021517 +vt 0.833063 0.021441 +vt 0.833060 0.021435 +vt 0.833031 0.021413 +vt 0.833028 0.021407 +vt 0.832847 0.021304 +vt 0.832844 0.021297 +vt 0.832661 0.021223 +vt 0.832657 0.021217 +vt 0.832631 0.021203 +vt 0.832627 0.021197 +vt 0.832414 0.021100 +vt 0.832411 0.021094 +vt 0.832326 0.021033 +vt 0.832322 0.021027 +vt 0.832414 0.020868 +vt 0.832411 0.020861 +vt 0.832434 0.020843 +vt 0.832431 0.020837 +vt 0.832630 0.020761 +vt 0.832627 0.020755 +vt 0.832809 0.020653 +vt 0.832805 0.020647 +vt 0.832846 0.020620 +vt 0.832843 0.020613 +vt 0.833063 0.020538 +vt 0.833059 0.020532 +vt 0.833186 0.020463 +vt 0.833182 0.020457 +vt 0.833279 0.020405 +vt 0.833275 0.020398 +vt 0.833495 0.020315 +vt 0.833492 0.020309 +vt 0.833559 0.020273 +vt 0.833556 0.020267 +vt 0.833711 0.020199 +vt 0.833708 0.020192 +vt 0.833926 0.020082 +vt 0.833923 0.020076 +vt 0.834143 0.019990 +vt 0.834140 0.019983 +vt 0.834303 0.019893 +vt 0.834300 0.019886 +vt 0.834359 0.019850 +vt 0.834356 0.019843 +vt 0.834575 0.019768 +vt 0.834572 0.019762 +vt 0.834681 0.019703 +vt 0.834678 0.019696 +vt 0.834791 0.019639 +vt 0.834788 0.019633 +vt 0.835007 0.019544 +vt 0.835004 0.019538 +vt 0.835055 0.019513 +vt 0.835052 0.019506 +vt 0.835224 0.019435 +vt 0.835220 0.019428 +vt 0.835421 0.019323 +vt 0.835418 0.019316 +vt 0.835440 0.019273 +vt 0.835437 0.019266 +vt 0.835502 0.019132 +vt 0.835499 0.019126 +vt 0.835440 0.019092 +vt 0.835436 0.019085 +vt 0.835223 0.019002 +vt 0.835220 0.018996 +vt 0.835126 0.018943 +vt 0.835123 0.018936 +vt 0.835007 0.018869 +vt 0.835004 0.018863 +vt 0.834791 0.018788 +vt 0.834788 0.018781 +vt 0.834751 0.018753 +vt 0.834748 0.018746 +vt 0.834575 0.018645 +vt 0.834572 0.018639 +vt 0.834375 0.018563 +vt 0.834372 0.018556 +vt 0.834359 0.018552 +vt 0.834356 0.018545 +vt 0.834143 0.018444 +vt 0.834139 0.018437 +vt 0.834005 0.018373 +vt 0.834001 0.018366 +vt 0.833926 0.018323 +vt 0.833923 0.018317 +vt 0.833710 0.018236 +vt 0.833707 0.018230 +vt 0.833630 0.018183 +vt 0.833627 0.018176 +vt 0.833494 0.018101 +vt 0.833491 0.018094 +vt 0.833278 0.018017 +vt 0.833275 0.018010 +vt 0.833251 0.017993 +vt 0.833248 0.017986 +vt 0.833062 0.017883 +vt 0.833059 0.017876 +vt 0.832881 0.017803 +vt 0.832878 0.017796 +vt 0.832846 0.017779 +vt 0.832843 0.017773 +vt 0.832630 0.017680 +vt 0.832626 0.017673 +vt 0.832509 0.017613 +vt 0.832506 0.017607 +vt 0.832413 0.017553 +vt 0.832410 0.017546 +vt 0.832197 0.017470 +vt 0.832194 0.017464 +vt 0.832130 0.017423 +vt 0.832127 0.017417 +vt 0.831981 0.017334 +vt 0.831978 0.017327 +vt 0.831765 0.017233 +vt 0.831762 0.017227 +vt 0.831861 0.017043 +vt 0.831858 0.017037 +vt 0.831981 0.016976 +vt 0.831978 0.016970 +vt 0.832197 0.016877 +vt 0.832194 0.016870 +vt 0.832232 0.016853 +vt 0.832229 0.016847 +vt 0.832413 0.016773 +vt 0.832410 0.016767 +vt 0.832602 0.016663 +vt 0.832599 0.016656 +vt 0.832629 0.016639 +vt 0.832626 0.016633 +vt 0.832845 0.016553 +vt 0.832842 0.016547 +vt 0.832979 0.016473 +vt 0.832976 0.016466 +vt 0.833061 0.016419 +vt 0.833058 0.016413 +vt 0.833278 0.016332 +vt 0.833274 0.016326 +vt 0.833356 0.016283 +vt 0.833353 0.016276 +vt 0.833494 0.016212 +vt 0.833490 0.016205 +vt 0.833710 0.016104 +vt 0.833707 0.016097 +vt 0.833726 0.016093 +vt 0.833723 0.016086 +vt 0.833926 0.016010 +vt 0.833923 0.016003 +vt 0.834102 0.015902 +vt 0.834099 0.015896 +vt 0.834142 0.015867 +vt 0.834139 0.015861 +vt 0.834358 0.015786 +vt 0.834355 0.015779 +vt 0.834477 0.015712 +vt 0.834474 0.015706 +vt 0.834574 0.015653 +vt 0.834571 0.015646 +vt 0.834790 0.015563 +vt 0.834787 0.015557 +vt 0.129944 0.023691 +vt 0.130102 0.023615 +vt 0.129941 0.023685 +vt 0.130099 0.023609 +vt 0.130318 0.023583 +vt 0.130315 0.023577 +vt 0.130535 0.023648 +vt 0.130531 0.023642 +vt 0.130590 0.023691 +vt 0.130587 0.023685 +vt 0.130751 0.023788 +vt 0.130748 0.023781 +vt 0.130968 0.023879 +vt 0.130966 0.023873 +vt 0.131183 0.023997 +vt 0.131180 0.023990 +vt 0.131334 0.024071 +vt 0.131331 0.024064 +vt 0.131399 0.024113 +vt 0.131396 0.024107 +vt 0.131615 0.024202 +vt 0.131612 0.024196 +vt 0.131712 0.024261 +vt 0.131708 0.024254 +vt 0.131831 0.024334 +vt 0.131828 0.024328 +vt 0.132048 0.024417 +vt 0.132045 0.024410 +vt 0.132087 0.024451 +vt 0.132084 0.024444 +vt 0.132264 0.024559 +vt 0.132261 0.024552 +vt 0.132462 0.024641 +vt 0.132459 0.024634 +vt 0.132480 0.024653 +vt 0.132477 0.024647 +vt 0.132696 0.024760 +vt 0.132693 0.024754 +vt 0.132831 0.024831 +vt 0.132828 0.024824 +vt 0.132912 0.024882 +vt 0.132909 0.024876 +vt 0.133128 0.024969 +vt 0.133125 0.024962 +vt 0.133207 0.025021 +vt 0.133204 0.025014 +vt 0.133345 0.025103 +vt 0.133341 0.025097 +vt 0.133561 0.025188 +vt 0.133558 0.025182 +vt 0.133586 0.025211 +vt 0.133583 0.025204 +vt 0.133777 0.025321 +vt 0.133774 0.025315 +vt 0.133954 0.025401 +vt 0.133951 0.025394 +vt 0.133993 0.025427 +vt 0.133990 0.025420 +vt 0.134209 0.025532 +vt 0.134206 0.025525 +vt 0.134276 0.025590 +vt 0.134273 0.025584 +vt 0.134209 0.025697 +vt 0.134206 0.025690 +vt 0.134128 0.025780 +vt 0.134125 0.025774 +vt 0.133993 0.025851 +vt 0.133990 0.025845 +vt 0.133777 0.025959 +vt 0.133774 0.025953 +vt 0.133761 0.025971 +vt 0.133758 0.025964 +vt 0.133561 0.026053 +vt 0.133558 0.026046 +vt 0.133384 0.026161 +vt 0.133381 0.026154 +vt 0.133345 0.026195 +vt 0.133342 0.026189 +vt 0.133129 0.026277 +vt 0.133126 0.026271 +vt 0.133009 0.026351 +vt 0.133006 0.026344 +vt 0.132913 0.026410 +vt 0.132910 0.026403 +vt 0.132697 0.026499 +vt 0.132693 0.026492 +vt 0.132632 0.026541 +vt 0.132629 0.026534 +vt 0.132481 0.026616 +vt 0.132477 0.026609 +vt 0.132269 0.026731 +vt 0.132266 0.026725 +vt 0.132264 0.026735 +vt 0.132261 0.026729 +vt 0.132048 0.026828 +vt 0.132045 0.026821 +vt 0.131891 0.026921 +vt 0.131888 0.026915 +vt 0.131832 0.026964 +vt 0.131829 0.026958 +vt 0.131616 0.027046 +vt 0.131613 0.027040 +vt 0.131512 0.027111 +vt 0.131508 0.027105 +vt 0.131400 0.027176 +vt 0.131397 0.027169 +vt 0.131184 0.027271 +vt 0.131181 0.027264 +vt 0.131138 0.027301 +vt 0.131134 0.027295 +vt 0.130968 0.027379 +vt 0.130965 0.027373 +vt 0.130773 0.027492 +vt 0.130770 0.027485 +vt 0.130752 0.027510 +vt 0.130749 0.027504 +vt 0.130536 0.027596 +vt 0.130532 0.027589 +vt 0.130394 0.027682 +vt 0.130391 0.027675 +vt 0.130320 0.027732 +vt 0.130316 0.027726 +vt 0.130103 0.027815 +vt 0.130100 0.027809 +vt 0.130014 0.027872 +vt 0.130011 0.027865 +vt 0.129887 0.027941 +vt 0.129884 0.027934 +vt 0.129671 0.028046 +vt 0.129668 0.028039 +vt 0.129647 0.028062 +vt 0.129644 0.028055 +vt 0.129455 0.028143 +vt 0.129452 0.028137 +vt 0.129273 0.028252 +vt 0.129270 0.028245 +vt 0.129239 0.028282 +vt 0.129236 0.028276 +vt 0.129023 0.028365 +vt 0.129020 0.028358 +vt 0.128896 0.028442 +vt 0.128893 0.028436 +vt 0.128807 0.028499 +vt 0.128804 0.028492 +vt 0.128591 0.028585 +vt 0.128588 0.028579 +vt 0.128518 0.028632 +vt 0.128515 0.028626 +vt 0.128375 0.028705 +vt 0.128371 0.028699 +vt 0.128157 0.028822 +vt 0.128154 0.028815 +vt 0.127942 0.028915 +vt 0.127939 0.028909 +vt 0.127778 0.029012 +vt 0.127774 0.029006 +vt 0.127726 0.029052 +vt 0.127723 0.029045 +vt 0.127510 0.029134 +vt 0.127507 0.029127 +vt 0.127399 0.029203 +vt 0.127396 0.029196 +vt 0.127294 0.029265 +vt 0.127291 0.029258 +vt 0.127078 0.029358 +vt 0.127075 0.029351 +vt 0.127025 0.029393 +vt 0.127022 0.029386 +vt 0.126862 0.029469 +vt 0.126859 0.029463 +vt 0.126660 0.029583 +vt 0.126657 0.029576 +vt 0.126646 0.029595 +vt 0.126643 0.029589 +vt 0.126430 0.029684 +vt 0.126427 0.029677 +vt 0.126281 0.029773 +vt 0.126278 0.029766 +vt 0.126214 0.029820 +vt 0.126210 0.029814 +vt 0.125998 0.029903 +vt 0.125994 0.029896 +vt 0.125902 0.029963 +vt 0.125899 0.029957 +vt 0.125781 0.030031 +vt 0.125778 0.030024 +vt 0.125565 0.030131 +vt 0.125562 0.030124 +vt 0.125532 0.030153 +vt 0.125528 0.030147 +vt 0.125349 0.030233 +vt 0.125346 0.030227 +vt 0.125161 0.030343 +vt 0.125158 0.030337 +vt 0.125133 0.030368 +vt 0.125130 0.030362 +vt 0.124917 0.030453 +vt 0.124914 0.030446 +vt 0.124784 0.030533 +vt 0.124781 0.030527 +vt 0.124701 0.030588 +vt 0.124698 0.030581 +vt 0.124485 0.030674 +vt 0.124482 0.030668 +vt 0.124407 0.030724 +vt 0.124404 0.030717 +vt 0.124269 0.030795 +vt 0.124266 0.030788 +vt 0.124053 0.030904 +vt 0.124050 0.030897 +vt 0.124038 0.030914 +vt 0.124035 0.030907 +vt 0.123837 0.030996 +vt 0.123833 0.030990 +vt 0.123620 0.030997 +vt 0.123617 0.030990 +vt 0.123419 0.030914 +vt 0.123415 0.030907 +vt 0.123404 0.030904 +vt 0.123401 0.030897 +vt 0.123188 0.030795 +vt 0.123185 0.030789 +vt 0.123050 0.030724 +vt 0.123047 0.030717 +vt 0.122972 0.030674 +vt 0.122969 0.030668 +vt 0.122756 0.030588 +vt 0.122753 0.030582 +vt 0.122672 0.030534 +vt 0.122669 0.030527 +vt 0.122540 0.030453 +vt 0.122536 0.030447 +vt 0.122323 0.030369 +vt 0.122320 0.030362 +vt 0.122295 0.030344 +vt 0.122292 0.030338 +vt 0.122107 0.030234 +vt 0.122104 0.030227 +vt 0.121925 0.030154 +vt 0.121922 0.030148 +vt 0.121891 0.030132 +vt 0.121888 0.030125 +vt 0.121675 0.030031 +vt 0.121672 0.030025 +vt 0.121555 0.029964 +vt 0.121552 0.029958 +vt 0.121459 0.029904 +vt 0.121456 0.029898 +vt 0.121243 0.029822 +vt 0.121240 0.029815 +vt 0.121175 0.029774 +vt 0.121172 0.029768 +vt 0.121026 0.029685 +vt 0.121023 0.029679 +vt 0.120810 0.029597 +vt 0.120807 0.029590 +vt 0.120796 0.029584 +vt 0.120793 0.029578 +vt 0.120594 0.029471 +vt 0.120591 0.029465 +vt 0.120431 0.029394 +vt 0.120428 0.029388 +vt 0.120378 0.029359 +vt 0.120375 0.029353 +vt 0.120162 0.029267 +vt 0.120159 0.029260 +vt 0.120057 0.029204 +vt 0.120054 0.029198 +vt 0.119946 0.029136 +vt 0.119943 0.029129 +vt 0.119730 0.029043 +vt 0.119726 0.029036 +vt 0.119698 0.029015 +vt 0.119694 0.029008 +vt 0.119729 0.028954 +vt 0.119726 0.028947 +vt 0.119813 0.028825 +vt 0.119810 0.028818 +vt 0.119946 0.028754 +vt 0.119942 0.028748 +vt 0.120162 0.028648 +vt 0.120159 0.028642 +vt 0.120182 0.028634 +vt 0.120179 0.028628 +vt 0.120378 0.028552 +vt 0.120375 0.028546 +vt 0.120558 0.028444 +vt 0.120555 0.028438 +vt 0.120594 0.028413 +vt 0.120591 0.028407 +vt 0.120810 0.028329 +vt 0.120807 0.028323 +vt 0.120934 0.028254 +vt 0.120931 0.028248 +vt 0.121026 0.028197 +vt 0.121023 0.028190 +vt 0.121242 0.028108 +vt 0.121239 0.028101 +vt 0.121311 0.028064 +vt 0.121307 0.028058 +vt 0.121458 0.027991 +vt 0.121455 0.027984 +vt 0.121673 0.027873 +vt 0.121670 0.027867 +vt 0.121891 0.027781 +vt 0.121887 0.027774 +vt 0.122053 0.027684 +vt 0.122050 0.027677 +vt 0.122107 0.027643 +vt 0.122103 0.027636 +vt 0.122323 0.027561 +vt 0.122320 0.027554 +vt 0.122430 0.027494 +vt 0.122427 0.027487 +vt 0.122539 0.027430 +vt 0.122536 0.027424 +vt 0.122755 0.027336 +vt 0.122752 0.027330 +vt 0.122805 0.027304 +vt 0.122801 0.027297 +vt 0.122971 0.027226 +vt 0.122968 0.027220 +vt 0.123170 0.027113 +vt 0.123167 0.027107 +vt 0.123187 0.027098 +vt 0.123184 0.027092 +vt 0.123403 0.027010 +vt 0.123400 0.027003 +vt 0.123548 0.026923 +vt 0.123545 0.026917 +vt 0.123619 0.026875 +vt 0.123616 0.026869 +vt 0.123835 0.026808 +vt 0.123832 0.026802 +vt 0.123959 0.026733 +vt 0.123956 0.026727 +vt 0.124051 0.026676 +vt 0.124048 0.026669 +vt 0.124268 0.026587 +vt 0.124264 0.026581 +vt 0.124336 0.026543 +vt 0.124333 0.026537 +vt 0.124484 0.026470 +vt 0.124481 0.026463 +vt 0.124699 0.026352 +vt 0.124696 0.026346 +vt 0.124916 0.026260 +vt 0.124913 0.026254 +vt 0.125078 0.026163 +vt 0.125075 0.026156 +vt 0.125132 0.026122 +vt 0.125129 0.026115 +vt 0.125348 0.026040 +vt 0.125345 0.026033 +vt 0.125455 0.025973 +vt 0.125452 0.025966 +vt 0.125564 0.025909 +vt 0.125561 0.025903 +vt 0.125780 0.025815 +vt 0.125777 0.025809 +vt 0.125830 0.025783 +vt 0.125827 0.025776 +vt 0.125996 0.025705 +vt 0.125993 0.025699 +vt 0.126195 0.025593 +vt 0.126192 0.025586 +vt 0.126213 0.025577 +vt 0.126209 0.025571 +vt 0.126429 0.025489 +vt 0.126425 0.025482 +vt 0.126574 0.025402 +vt 0.126571 0.025396 +vt 0.126645 0.025354 +vt 0.126642 0.025348 +vt 0.126861 0.025270 +vt 0.126858 0.025264 +vt 0.126953 0.025212 +vt 0.126950 0.025206 +vt 0.127077 0.025144 +vt 0.127074 0.025138 +vt 0.127293 0.025042 +vt 0.127290 0.025036 +vt 0.127323 0.025022 +vt 0.127320 0.025016 +vt 0.127509 0.024942 +vt 0.127506 0.024935 +vt 0.127693 0.024832 +vt 0.127690 0.024826 +vt 0.127725 0.024804 +vt 0.127722 0.024797 +vt 0.127941 0.024722 +vt 0.127938 0.024716 +vt 0.128072 0.024642 +vt 0.128069 0.024635 +vt 0.128157 0.024586 +vt 0.128154 0.024579 +vt 0.128373 0.024500 +vt 0.128370 0.024494 +vt 0.128449 0.024452 +vt 0.128446 0.024445 +vt 0.128590 0.024379 +vt 0.128586 0.024373 +vt 0.128806 0.024267 +vt 0.128803 0.024261 +vt 0.128814 0.024262 +vt 0.128811 0.024255 +vt 0.129022 0.024169 +vt 0.129019 0.024163 +vt 0.129189 0.024072 +vt 0.129186 0.024065 +vt 0.129238 0.024034 +vt 0.129235 0.024028 +vt 0.129454 0.023952 +vt 0.129451 0.023946 +vt 0.129569 0.023881 +vt 0.129566 0.023875 +vt 0.129670 0.023820 +vt 0.129667 0.023814 +vt 0.129886 0.023729 +vt 0.129883 0.023723 +vt 0.836272 0.007731 +vt 0.836301 0.007705 +vt 0.836269 0.007724 +vt 0.836298 0.007699 +vt 0.836353 0.007731 +vt 0.836350 0.007724 +vt 0.836517 0.007798 +vt 0.836514 0.007791 +vt 0.836733 0.007881 +vt 0.836730 0.007874 +vt 0.836786 0.007921 +vt 0.836783 0.007914 +vt 0.836949 0.008018 +vt 0.836946 0.008012 +vt 0.837164 0.008111 +vt 0.837162 0.008105 +vt 0.837382 0.008227 +vt 0.837379 0.008221 +vt 0.837530 0.008301 +vt 0.837527 0.008294 +vt 0.837598 0.008345 +vt 0.837595 0.008338 +vt 0.837814 0.008433 +vt 0.837811 0.008427 +vt 0.837906 0.008491 +vt 0.837903 0.008484 +vt 0.838030 0.008566 +vt 0.838027 0.008560 +vt 0.838246 0.008650 +vt 0.838243 0.008644 +vt 0.838281 0.008681 +vt 0.838278 0.008674 +vt 0.838463 0.008789 +vt 0.838459 0.008782 +vt 0.838657 0.008870 +vt 0.838653 0.008864 +vt 0.838679 0.008886 +vt 0.838676 0.008879 +vt 0.838895 0.008991 +vt 0.838892 0.008985 +vt 0.839024 0.009060 +vt 0.839021 0.009054 +vt 0.839111 0.009115 +vt 0.839108 0.009109 +vt 0.839327 0.009199 +vt 0.839324 0.009192 +vt 0.839402 0.009250 +vt 0.839399 0.009244 +vt 0.839543 0.009336 +vt 0.839540 0.009329 +vt 0.839760 0.009420 +vt 0.839756 0.009414 +vt 0.839782 0.009440 +vt 0.839779 0.009434 +vt 0.839976 0.009551 +vt 0.839973 0.009545 +vt 0.840149 0.009630 +vt 0.840146 0.009624 +vt 0.840192 0.009658 +vt 0.840189 0.009652 +vt 0.840408 0.009756 +vt 0.840405 0.009749 +vt 0.840521 0.009820 +vt 0.840518 0.009814 +vt 0.840624 0.009883 +vt 0.840621 0.009877 +vt 0.840840 0.009966 +vt 0.840837 0.009960 +vt 0.840900 0.010010 +vt 0.840897 0.010004 +vt 0.841057 0.010103 +vt 0.841053 0.010097 +vt 0.841273 0.010196 +vt 0.841270 0.010189 +vt 0.841278 0.010200 +vt 0.841275 0.010193 +vt 0.841489 0.010315 +vt 0.841486 0.010308 +vt 0.841642 0.010390 +vt 0.841639 0.010383 +vt 0.841705 0.010431 +vt 0.841702 0.010424 +vt 0.841921 0.010520 +vt 0.841918 0.010514 +vt 0.842018 0.010580 +vt 0.842015 0.010573 +vt 0.842137 0.010653 +vt 0.842134 0.010646 +vt 0.842354 0.010734 +vt 0.842350 0.010728 +vt 0.842394 0.010770 +vt 0.842391 0.010763 +vt 0.842570 0.010877 +vt 0.842566 0.010870 +vt 0.842771 0.010960 +vt 0.842768 0.010953 +vt 0.842786 0.010969 +vt 0.842783 0.010963 +vt 0.843002 0.011078 +vt 0.842999 0.011072 +vt 0.843140 0.011150 +vt 0.843137 0.011143 +vt 0.843218 0.011199 +vt 0.843215 0.011193 +vt 0.843434 0.011286 +vt 0.843431 0.011279 +vt 0.843517 0.011339 +vt 0.843514 0.011333 +vt 0.843650 0.011420 +vt 0.843647 0.011414 +vt 0.843867 0.011506 +vt 0.843863 0.011499 +vt 0.843894 0.011529 +vt 0.843890 0.011523 +vt 0.844083 0.011640 +vt 0.844080 0.011633 +vt 0.844265 0.011719 +vt 0.844262 0.011713 +vt 0.844299 0.011742 +vt 0.844296 0.011735 +vt 0.844515 0.011842 +vt 0.844512 0.011836 +vt 0.844635 0.011909 +vt 0.844632 0.011903 +vt 0.844731 0.011969 +vt 0.844728 0.011963 +vt 0.844947 0.012052 +vt 0.844944 0.012045 +vt 0.845015 0.012099 +vt 0.845012 0.012093 +vt 0.845164 0.012188 +vt 0.845160 0.012182 +vt 0.845380 0.012278 +vt 0.845377 0.012271 +vt 0.845393 0.012289 +vt 0.845389 0.012283 +vt 0.845596 0.012402 +vt 0.845593 0.012396 +vt 0.845759 0.012479 +vt 0.845756 0.012473 +vt 0.845812 0.012514 +vt 0.845809 0.012508 +vt 0.846028 0.012607 +vt 0.846025 0.012601 +vt 0.846132 0.012669 +vt 0.846129 0.012662 +vt 0.846244 0.012738 +vt 0.846241 0.012731 +vt 0.846461 0.012820 +vt 0.846457 0.012813 +vt 0.846512 0.012859 +vt 0.846509 0.012852 +vt 0.846677 0.012957 +vt 0.846674 0.012950 +vt 0.846891 0.013049 +vt 0.846889 0.013043 +vt 0.847109 0.013166 +vt 0.847106 0.013159 +vt 0.847253 0.013239 +vt 0.847249 0.013232 +vt 0.847325 0.013303 +vt 0.847322 0.013296 +vt 0.847408 0.013429 +vt 0.847405 0.013422 +vt 0.847411 0.024830 +vt 0.847408 0.024824 +vt 0.847407 0.025020 +vt 0.847403 0.025014 +vt 0.847328 0.025100 +vt 0.847325 0.025094 +vt 0.847112 0.025077 +vt 0.847109 0.025070 +vt 0.847023 0.025020 +vt 0.847020 0.025014 +vt 0.846896 0.024943 +vt 0.846893 0.024936 +vt 0.846680 0.024860 +vt 0.846677 0.024854 +vt 0.846646 0.024830 +vt 0.846642 0.024824 +vt 0.846464 0.024722 +vt 0.846461 0.024715 +vt 0.846270 0.024640 +vt 0.846267 0.024634 +vt 0.846248 0.024625 +vt 0.846244 0.024619 +vt 0.846031 0.024520 +vt 0.846028 0.024513 +vt 0.845904 0.024450 +vt 0.845901 0.024444 +vt 0.845815 0.024394 +vt 0.845812 0.024387 +vt 0.845599 0.024311 +vt 0.845596 0.024304 +vt 0.845525 0.024260 +vt 0.845522 0.024254 +vt 0.845383 0.024175 +vt 0.845380 0.024169 +vt 0.845167 0.024089 +vt 0.845164 0.024083 +vt 0.845145 0.024071 +vt 0.845142 0.024064 +vt 0.844951 0.023958 +vt 0.844947 0.023952 +vt 0.844778 0.023881 +vt 0.844775 0.023874 +vt 0.844735 0.023852 +vt 0.844731 0.023846 +vt 0.844518 0.023755 +vt 0.844515 0.023748 +vt 0.844407 0.023691 +vt 0.844404 0.023684 +vt 0.844302 0.023626 +vt 0.844299 0.023619 +vt 0.844086 0.023544 +vt 0.844083 0.023537 +vt 0.844027 0.023501 +vt 0.844024 0.023494 +vt 0.843870 0.023408 +vt 0.843867 0.023401 +vt 0.843654 0.023315 +vt 0.843651 0.023309 +vt 0.843649 0.023311 +vt 0.843646 0.023304 +vt 0.843438 0.023196 +vt 0.843434 0.023189 +vt 0.843325 0.023121 +vt 0.843322 0.023114 +vt 0.843286 0.022931 +vt 0.843283 0.022924 +vt 0.843284 0.015520 +vt 0.843281 0.015513 +vt 0.843219 0.015444 +vt 0.843216 0.015437 +vt 0.843068 0.015330 +vt 0.843065 0.015324 +vt 0.843003 0.015288 +vt 0.843000 0.015281 +vt 0.842787 0.015198 +vt 0.842784 0.015191 +vt 0.842695 0.015140 +vt 0.842692 0.015134 +vt 0.842571 0.015065 +vt 0.842568 0.015058 +vt 0.842355 0.014982 +vt 0.842351 0.014976 +vt 0.842318 0.014950 +vt 0.842315 0.014944 +vt 0.842138 0.014843 +vt 0.842135 0.014836 +vt 0.841942 0.014760 +vt 0.841939 0.014754 +vt 0.841922 0.014746 +vt 0.841919 0.014740 +vt 0.841706 0.014640 +vt 0.841703 0.014634 +vt 0.841574 0.014570 +vt 0.841571 0.014564 +vt 0.841490 0.014517 +vt 0.841487 0.014511 +vt 0.841274 0.014433 +vt 0.841271 0.014426 +vt 0.841198 0.014380 +vt 0.841194 0.014374 +vt 0.841058 0.014296 +vt 0.841054 0.014289 +vt 0.840842 0.014212 +vt 0.840838 0.014205 +vt 0.840817 0.014191 +vt 0.840814 0.014184 +vt 0.840625 0.014079 +vt 0.840622 0.014073 +vt 0.840448 0.014001 +vt 0.840445 0.013994 +vt 0.840409 0.013975 +vt 0.840406 0.013968 +vt 0.840193 0.013876 +vt 0.840190 0.013870 +vt 0.840078 0.013811 +vt 0.840075 0.013804 +vt 0.839977 0.013747 +vt 0.839974 0.013741 +vt 0.839761 0.013666 +vt 0.839758 0.013660 +vt 0.839698 0.013621 +vt 0.839695 0.013614 +vt 0.839545 0.013528 +vt 0.839541 0.013522 +vt 0.839328 0.013438 +vt 0.839325 0.013431 +vt 0.839320 0.013431 +vt 0.839317 0.013424 +vt 0.839112 0.013316 +vt 0.839109 0.013309 +vt 0.838955 0.013241 +vt 0.838952 0.013234 +vt 0.838896 0.013203 +vt 0.838893 0.013196 +vt 0.838680 0.013111 +vt 0.838677 0.013105 +vt 0.838582 0.013051 +vt 0.838579 0.013044 +vt 0.838464 0.012978 +vt 0.838461 0.012972 +vt 0.838248 0.012897 +vt 0.838244 0.012891 +vt 0.838200 0.012861 +vt 0.838197 0.012855 +vt 0.838031 0.012763 +vt 0.838028 0.012756 +vt 0.837826 0.012671 +vt 0.837822 0.012665 +vt 0.837815 0.012664 +vt 0.837812 0.012657 +vt 0.837599 0.012553 +vt 0.837596 0.012546 +vt 0.837459 0.012481 +vt 0.837456 0.012475 +vt 0.837383 0.012433 +vt 0.837380 0.012426 +vt 0.837167 0.012346 +vt 0.837164 0.012339 +vt 0.837083 0.012291 +vt 0.837080 0.012285 +vt 0.836951 0.012211 +vt 0.836948 0.012204 +vt 0.836735 0.012127 +vt 0.836731 0.012121 +vt 0.836705 0.012101 +vt 0.836702 0.012095 +vt 0.836518 0.011992 +vt 0.836515 0.011985 +vt 0.836334 0.011911 +vt 0.836331 0.011905 +vt 0.836302 0.011882 +vt 0.836299 0.011876 +vt 0.836214 0.011721 +vt 0.836210 0.011715 +vt 0.836213 0.007921 +vt 0.836209 0.007915 +vt 0.630336 0.022355 +vt 0.631352 0.022355 +vt 0.630336 0.022348 +vt 0.631352 0.022348 +vt 0.631352 0.022715 +vt 0.631352 0.022708 +vt 0.630336 0.022715 +vt 0.630336 0.022708 +vt 0.368549 0.019298 +vt 0.388223 0.019295 +vt 0.368551 0.032118 +vt 0.388223 0.032117 +vt 0.634909 0.022270 +vt 0.634909 0.022213 +vt 0.634909 0.022285 +vt 0.634909 0.021900 +vt 0.634909 0.021900 +vt 0.634909 0.022252 +vt 0.634909 0.022233 +vt 0.634909 0.022815 +vt 0.634909 0.022815 +vt 0.634909 0.022785 +vt 0.634909 0.022813 +vt 0.634909 0.022807 +vt 0.634909 0.022797 +vt 0.629700 0.022213 +vt 0.629700 0.021900 +vt 0.629700 0.021900 +vt 0.629700 0.022815 +vt 0.629700 0.022815 +vt 0.632304 0.022813 +vt 0.632825 0.022813 +vt 0.633346 0.022813 +vt 0.633346 0.022807 +vt 0.633867 0.022807 +vt 0.633867 0.022797 +vt 0.634388 0.022797 +vt 0.629700 0.022813 +vt 0.630221 0.022813 +vt 0.630742 0.022813 +vt 0.631263 0.022813 +vt 0.631263 0.022807 +vt 0.631784 0.022807 +vt 0.631784 0.022797 +vt 0.632304 0.022797 +vt 0.629700 0.022785 +vt 0.630221 0.022807 +vt 0.629700 0.022807 +vt 0.630221 0.022797 +vt 0.629700 0.022797 +vt 0.634388 0.022807 +vt 0.634388 0.022813 +vt 0.630742 0.022807 +vt 0.630742 0.022797 +vt 0.631784 0.022813 +vt 0.632304 0.022807 +vt 0.632825 0.022807 +vt 0.632825 0.022797 +vt 0.633867 0.022813 +vt 0.631263 0.022797 +vt 0.633346 0.022797 +vt 0.634396 0.022686 +vt 0.634399 0.022685 +vt 0.634394 0.022686 +vt 0.634403 0.022684 +vt 0.634412 0.022681 +vt 0.634419 0.022679 +vt 0.634416 0.022680 +vt 0.634404 0.022683 +vt 0.634407 0.022682 +vt 0.634420 0.022678 +vt 0.634424 0.022677 +vt 0.634433 0.022674 +vt 0.634426 0.022676 +vt 0.634428 0.022675 +vt 0.634433 0.022674 +vt 0.634437 0.022672 +vt 0.634441 0.022671 +vt 0.634445 0.022670 +vt 0.634454 0.022667 +vt 0.634448 0.022669 +vt 0.634450 0.022668 +vt 0.634441 0.022671 +vt 0.634462 0.022664 +vt 0.634455 0.022667 +vt 0.634458 0.022666 +vt 0.634463 0.022664 +vt 0.634466 0.022663 +vt 0.634470 0.022662 +vt 0.634475 0.022660 +vt 0.634471 0.022661 +vt 0.634477 0.022659 +vt 0.634483 0.022658 +vt 0.634479 0.022659 +vt 0.634492 0.022655 +vt 0.634485 0.022657 +vt 0.634488 0.022656 +vt 0.634492 0.022655 +vt 0.634496 0.022653 +vt 0.634499 0.022652 +vt 0.634505 0.022651 +vt 0.634500 0.022652 +vt 0.634506 0.022650 +vt 0.634513 0.022648 +vt 0.634509 0.022649 +vt 0.634521 0.022645 +vt 0.634514 0.022647 +vt 0.634517 0.022646 +vt 0.634521 0.022645 +vt 0.634526 0.022644 +vt 0.634534 0.022641 +vt 0.634543 0.022638 +vt 0.634555 0.022634 +vt 0.634550 0.022636 +vt 0.634551 0.022635 +vt 0.634528 0.022643 +vt 0.634530 0.022642 +vt 0.634536 0.022640 +vt 0.634538 0.022639 +vt 0.634543 0.022638 +vt 0.634547 0.022637 +vt 0.634564 0.022631 +vt 0.634558 0.022633 +vt 0.634560 0.022632 +vt 0.634572 0.022628 +vt 0.634565 0.022631 +vt 0.634568 0.022630 +vt 0.634573 0.022628 +vt 0.634577 0.022627 +vt 0.634580 0.022626 +vt 0.634585 0.022624 +vt 0.634581 0.022625 +vt 0.634587 0.022624 +vt 0.634593 0.022622 +vt 0.634589 0.022623 +vt 0.634602 0.022619 +vt 0.634594 0.022621 +vt 0.634598 0.022620 +vt 0.634606 0.022617 +vt 0.634609 0.022616 +vt 0.634610 0.022616 +vt 0.634612 0.022614 +vt 0.634612 0.022468 +vt 0.634610 0.022466 +vt 0.634610 0.022466 +vt 0.634602 0.022463 +vt 0.634606 0.022465 +vt 0.634602 0.022463 +vt 0.634598 0.022462 +vt 0.634595 0.022461 +vt 0.634593 0.022460 +vt 0.634572 0.022453 +vt 0.634564 0.022450 +vt 0.634566 0.022451 +vt 0.634568 0.022452 +vt 0.634589 0.022459 +vt 0.634588 0.022458 +vt 0.634585 0.022457 +vt 0.634580 0.022456 +vt 0.634581 0.022456 +vt 0.634577 0.022455 +vt 0.634573 0.022454 +vt 0.634560 0.022449 +vt 0.634558 0.022449 +vt 0.634551 0.022446 +vt 0.634543 0.022443 +vt 0.634534 0.022441 +vt 0.634536 0.022442 +vt 0.634538 0.022442 +vt 0.634555 0.022448 +vt 0.634551 0.022446 +vt 0.634547 0.022445 +vt 0.634544 0.022444 +vt 0.634530 0.022440 +vt 0.634529 0.022439 +vt 0.634521 0.022437 +vt 0.634513 0.022434 +vt 0.634505 0.022431 +vt 0.634507 0.022432 +vt 0.634509 0.022433 +vt 0.634526 0.022438 +vt 0.634522 0.022437 +vt 0.634517 0.022436 +vt 0.634515 0.022434 +vt 0.634500 0.022430 +vt 0.634500 0.022430 +vt 0.634492 0.022427 +vt 0.634483 0.022424 +vt 0.634462 0.022417 +vt 0.634463 0.022418 +vt 0.634482 0.022425 +vt 0.634479 0.022426 +vt 0.634496 0.022429 +vt 0.634493 0.022427 +vt 0.634488 0.022426 +vt 0.634485 0.022425 +vt 0.634475 0.022427 +vt 0.634473 0.022427 +vt 0.634466 0.022429 +vt 0.634471 0.022428 +vt 0.634466 0.022430 +vt 0.634462 0.022418 +vt 0.634461 0.022420 +vt 0.634458 0.022421 +vt 0.634453 0.022422 +vt 0.634454 0.022422 +vt 0.634462 0.022431 +vt 0.634431 0.022430 +vt 0.634433 0.022429 +vt 0.634437 0.022428 +vt 0.634428 0.022431 +vt 0.634459 0.022432 +vt 0.634424 0.022432 +vt 0.634458 0.022432 +vt 0.634454 0.022434 +vt 0.634420 0.022433 +vt 0.634452 0.022434 +vt 0.634417 0.022434 +vt 0.634450 0.022435 +vt 0.634416 0.022435 +vt 0.634445 0.022436 +vt 0.634411 0.022436 +vt 0.634444 0.022437 +vt 0.634409 0.022437 +vt 0.634441 0.022438 +vt 0.634407 0.022438 +vt 0.634437 0.022439 +vt 0.634403 0.022439 +vt 0.634437 0.022439 +vt 0.634402 0.022439 +vt 0.634433 0.022441 +vt 0.634399 0.022440 +vt 0.634430 0.022442 +vt 0.634395 0.022442 +vt 0.634428 0.022442 +vt 0.634394 0.022442 +vt 0.634424 0.022443 +vt 0.634390 0.022443 +vt 0.634422 0.022444 +vt 0.634387 0.022444 +vt 0.634420 0.022445 +vt 0.634386 0.022445 +vt 0.634416 0.022446 +vt 0.634382 0.022445 +vt 0.634415 0.022446 +vt 0.634379 0.022446 +vt 0.634411 0.022448 +vt 0.634378 0.022447 +vt 0.634407 0.022449 +vt 0.634373 0.022448 +vt 0.634407 0.022449 +vt 0.634372 0.022449 +vt 0.634369 0.022450 +vt 0.634404 0.022451 +vt 0.634365 0.022451 +vt 0.634407 0.022452 +vt 0.634361 0.022452 +vt 0.634358 0.022454 +vt 0.634410 0.022454 +vt 0.634356 0.022454 +vt 0.634411 0.022454 +vt 0.634416 0.022455 +vt 0.634418 0.022456 +vt 0.634350 0.022456 +vt 0.634352 0.022455 +vt 0.634420 0.022457 +vt 0.634348 0.022457 +vt 0.634424 0.022458 +vt 0.634344 0.022458 +vt 0.634343 0.022458 +vt 0.634425 0.022458 +vt 0.634340 0.022459 +vt 0.634428 0.022459 +vt 0.634336 0.022461 +vt 0.634432 0.022461 +vt 0.634433 0.022461 +vt 0.634335 0.022461 +vt 0.634437 0.022462 +vt 0.634331 0.022462 +vt 0.634328 0.022463 +vt 0.634440 0.022463 +vt 0.634327 0.022464 +vt 0.634441 0.022464 +vt 0.634445 0.022465 +vt 0.634447 0.022466 +vt 0.634321 0.022466 +vt 0.634323 0.022465 +vt 0.634318 0.022466 +vt 0.634450 0.022466 +vt 0.634454 0.022468 +vt 0.634454 0.022468 +vt 0.634314 0.022468 +vt 0.634314 0.022468 +vt 0.634458 0.022469 +vt 0.634310 0.022469 +vt 0.634306 0.022470 +vt 0.634462 0.022470 +vt 0.634306 0.022471 +vt 0.634462 0.022471 +vt 0.634301 0.022472 +vt 0.634373 0.022493 +vt 0.634369 0.022494 +vt 0.634466 0.022472 +vt 0.634469 0.022473 +vt 0.634471 0.022473 +vt 0.634462 0.022566 +vt 0.634484 0.022478 +vt 0.634492 0.022480 +vt 0.634491 0.022480 +vt 0.634488 0.022479 +vt 0.634475 0.022475 +vt 0.634476 0.022475 +vt 0.634479 0.022476 +vt 0.634483 0.022477 +vt 0.634496 0.022481 +vt 0.634498 0.022482 +vt 0.634500 0.022483 +vt 0.634513 0.022487 +vt 0.634531 0.022494 +vt 0.634521 0.022490 +vt 0.634530 0.022493 +vt 0.634528 0.022492 +vt 0.634526 0.022491 +vt 0.634505 0.022484 +vt 0.634506 0.022485 +vt 0.634509 0.022486 +vt 0.634513 0.022487 +vt 0.634517 0.022488 +vt 0.634520 0.022489 +vt 0.634531 0.022588 +vt 0.634460 0.022568 +vt 0.634458 0.022569 +vt 0.634453 0.022571 +vt 0.634454 0.022571 +vt 0.634530 0.022589 +vt 0.634407 0.022586 +vt 0.634409 0.022585 +vt 0.634411 0.022584 +vt 0.634527 0.022590 +vt 0.634403 0.022587 +vt 0.634402 0.022588 +vt 0.634526 0.022591 +vt 0.634521 0.022592 +vt 0.634399 0.022589 +vt 0.634520 0.022592 +vt 0.634517 0.022593 +vt 0.634395 0.022590 +vt 0.634513 0.022594 +vt 0.634512 0.022595 +vt 0.634509 0.022596 +vt 0.634505 0.022597 +vt 0.634505 0.022597 +vt 0.634500 0.022599 +vt 0.634498 0.022600 +vt 0.634492 0.022601 +vt 0.634496 0.022600 +vt 0.634490 0.022602 +vt 0.634488 0.022603 +vt 0.634483 0.022604 +vt 0.634483 0.022604 +vt 0.634479 0.022606 +vt 0.634476 0.022607 +vt 0.634471 0.022608 +vt 0.634469 0.022609 +vt 0.634475 0.022607 +vt 0.634466 0.022610 +vt 0.634462 0.022611 +vt 0.634454 0.022614 +vt 0.634461 0.022612 +vt 0.634458 0.022613 +vt 0.634454 0.022614 +vt 0.634450 0.022615 +vt 0.634447 0.022616 +vt 0.634441 0.022618 +vt 0.634433 0.022621 +vt 0.634439 0.022619 +vt 0.634437 0.022620 +vt 0.634445 0.022617 +vt 0.634424 0.022624 +vt 0.634432 0.022621 +vt 0.634428 0.022622 +vt 0.634424 0.022624 +vt 0.634420 0.022625 +vt 0.634390 0.022589 +vt 0.634417 0.022626 +vt 0.634411 0.022628 +vt 0.634416 0.022627 +vt 0.634403 0.022630 +vt 0.634410 0.022628 +vt 0.634407 0.022629 +vt 0.634402 0.022631 +vt 0.634399 0.022632 +vt 0.634395 0.022633 +vt 0.634394 0.022633 +vt 0.634393 0.022636 +vt 0.634393 0.022683 +vt 0.634375 0.022636 +vt 0.634387 0.022588 +vt 0.634382 0.022586 +vt 0.634386 0.022587 +vt 0.634375 0.022683 +vt 0.634394 0.022686 +vt 0.634374 0.022686 +vt 0.634373 0.022686 +vt 0.629700 0.022285 +vt 0.634382 0.022393 +vt 0.634386 0.022393 +vt 0.634390 0.022394 +vt 0.634395 0.022395 +vt 0.634390 0.022394 +vt 0.634416 0.022583 +vt 0.634417 0.022583 +vt 0.634420 0.022582 +vt 0.634424 0.022580 +vt 0.634424 0.022580 +vt 0.634428 0.022579 +vt 0.634431 0.022578 +vt 0.634433 0.022577 +vt 0.634437 0.022576 +vt 0.634438 0.022576 +vt 0.634441 0.022575 +vt 0.634445 0.022574 +vt 0.634446 0.022573 +vt 0.634450 0.022572 +vt 0.634458 0.022565 +vt 0.634455 0.022564 +vt 0.634454 0.022563 +vt 0.634451 0.022518 +vt 0.634450 0.022520 +vt 0.634449 0.022521 +vt 0.634441 0.022523 +vt 0.634442 0.022523 +vt 0.634450 0.022562 +vt 0.634448 0.022561 +vt 0.634445 0.022560 +vt 0.634440 0.022559 +vt 0.634433 0.022556 +vt 0.634437 0.022558 +vt 0.634433 0.022557 +vt 0.634441 0.022559 +vt 0.634428 0.022555 +vt 0.634426 0.022554 +vt 0.634424 0.022553 +vt 0.634433 0.022526 +vt 0.634427 0.022528 +vt 0.634428 0.022527 +vt 0.634420 0.022552 +vt 0.634418 0.022552 +vt 0.634420 0.022530 +vt 0.634424 0.022529 +vt 0.634416 0.022551 +vt 0.634411 0.022533 +vt 0.634413 0.022533 +vt 0.634411 0.022549 +vt 0.634411 0.022549 +vt 0.634407 0.022548 +vt 0.634404 0.022547 +vt 0.634403 0.022546 +vt 0.634405 0.022535 +vt 0.634407 0.022534 +vt 0.634399 0.022545 +vt 0.634396 0.022545 +vt 0.634398 0.022537 +vt 0.634403 0.022536 +vt 0.634399 0.022537 +vt 0.634395 0.022544 +vt 0.634394 0.022538 +vt 0.634390 0.022540 +vt 0.634391 0.022540 +vt 0.634390 0.022543 +vt 0.634389 0.022542 +vt 0.634416 0.022531 +vt 0.634434 0.022525 +vt 0.634437 0.022524 +vt 0.634445 0.022522 +vt 0.634450 0.022517 +vt 0.634445 0.022516 +vt 0.634445 0.022516 +vt 0.634437 0.022513 +vt 0.634441 0.022515 +vt 0.634438 0.022513 +vt 0.634433 0.022512 +vt 0.634430 0.022511 +vt 0.634428 0.022510 +vt 0.634423 0.022509 +vt 0.634420 0.022508 +vt 0.634424 0.022509 +vt 0.634416 0.022506 +vt 0.634416 0.022506 +vt 0.634411 0.022505 +vt 0.634408 0.022504 +vt 0.634407 0.022503 +vt 0.634399 0.022501 +vt 0.634393 0.022499 +vt 0.634394 0.022500 +vt 0.634403 0.022502 +vt 0.634401 0.022501 +vt 0.634390 0.022498 +vt 0.634386 0.022497 +vt 0.634378 0.022494 +vt 0.634379 0.022494 +vt 0.634382 0.022495 +vt 0.634386 0.022497 +vt 0.634361 0.022496 +vt 0.634367 0.022494 +vt 0.634365 0.022495 +vt 0.634352 0.022499 +vt 0.634360 0.022497 +vt 0.634356 0.022498 +vt 0.634348 0.022501 +vt 0.634345 0.022501 +vt 0.634340 0.022503 +vt 0.634331 0.022506 +vt 0.634338 0.022504 +vt 0.634335 0.022505 +vt 0.634344 0.022502 +vt 0.634330 0.022506 +vt 0.634327 0.022508 +vt 0.634323 0.022509 +vt 0.634318 0.022510 +vt 0.634310 0.022513 +vt 0.634316 0.022511 +vt 0.634314 0.022512 +vt 0.634323 0.022509 +vt 0.634308 0.022513 +vt 0.634306 0.022515 +vt 0.634305 0.022516 +vt 0.634306 0.022516 +vt 0.634237 0.022494 +vt 0.634259 0.022486 +vt 0.634262 0.022485 +vt 0.634310 0.022518 +vt 0.634311 0.022518 +vt 0.634320 0.022561 +vt 0.634318 0.022562 +vt 0.634318 0.022521 +vt 0.634314 0.022519 +vt 0.634318 0.022521 +vt 0.634323 0.022522 +vt 0.634325 0.022523 +vt 0.634327 0.022524 +vt 0.634323 0.022560 +vt 0.634327 0.022559 +vt 0.634327 0.022559 +vt 0.634331 0.022525 +vt 0.634333 0.022525 +vt 0.634335 0.022526 +vt 0.634335 0.022556 +vt 0.634340 0.022528 +vt 0.634344 0.022553 +vt 0.634348 0.022531 +vt 0.634349 0.022552 +vt 0.634352 0.022551 +vt 0.634356 0.022549 +vt 0.634356 0.022549 +vt 0.634340 0.022528 +vt 0.634344 0.022529 +vt 0.634347 0.022530 +vt 0.634352 0.022532 +vt 0.634355 0.022533 +vt 0.634356 0.022533 +vt 0.634362 0.022535 +vt 0.634365 0.022546 +vt 0.634365 0.022536 +vt 0.634369 0.022537 +vt 0.634369 0.022537 +vt 0.634361 0.022534 +vt 0.634373 0.022539 +vt 0.634373 0.022544 +vt 0.634371 0.022545 +vt 0.634369 0.022545 +vt 0.634377 0.022540 +vt 0.634378 0.022541 +vt 0.634378 0.022542 +vt 0.634378 0.022542 +vt 0.634364 0.022547 +vt 0.634361 0.022548 +vt 0.634348 0.022552 +vt 0.634342 0.022554 +vt 0.634340 0.022555 +vt 0.634334 0.022557 +vt 0.634331 0.022558 +vt 0.634237 0.022588 +vt 0.634316 0.022564 +vt 0.634318 0.022565 +vt 0.634321 0.022566 +vt 0.634323 0.022567 +vt 0.634331 0.022569 +vt 0.634328 0.022568 +vt 0.634327 0.022568 +vt 0.634335 0.022571 +vt 0.634336 0.022571 +vt 0.634340 0.022572 +vt 0.634343 0.022573 +vt 0.634344 0.022574 +vt 0.634352 0.022576 +vt 0.634358 0.022578 +vt 0.634356 0.022578 +vt 0.634348 0.022575 +vt 0.634350 0.022576 +vt 0.634361 0.022579 +vt 0.634263 0.022597 +vt 0.634255 0.022594 +vt 0.634248 0.022592 +vt 0.634251 0.022593 +vt 0.634365 0.022580 +vt 0.634365 0.022581 +vt 0.634369 0.022582 +vt 0.634372 0.022583 +vt 0.634373 0.022583 +vt 0.634378 0.022584 +vt 0.634268 0.022599 +vt 0.634263 0.022597 +vt 0.634380 0.022585 +vt 0.634373 0.022633 +vt 0.634373 0.022633 +vt 0.634263 0.022484 +vt 0.634268 0.022483 +vt 0.634276 0.022480 +vt 0.634270 0.022482 +vt 0.634272 0.022481 +vt 0.634284 0.022478 +vt 0.634277 0.022480 +vt 0.634280 0.022479 +vt 0.634284 0.022477 +vt 0.634289 0.022476 +vt 0.634297 0.022473 +vt 0.634291 0.022475 +vt 0.634293 0.022475 +vt 0.634299 0.022473 +vt 0.634439 0.022427 +vt 0.634441 0.022426 +vt 0.634445 0.022425 +vt 0.634446 0.022425 +vt 0.634450 0.022424 +vt 0.634458 0.022416 +vt 0.634456 0.022415 +vt 0.634454 0.022415 +vt 0.634441 0.022410 +vt 0.634433 0.022408 +vt 0.634434 0.022408 +vt 0.634437 0.022409 +vt 0.634450 0.022413 +vt 0.634449 0.022413 +vt 0.634445 0.022412 +vt 0.634441 0.022411 +vt 0.634428 0.022406 +vt 0.634427 0.022406 +vt 0.634424 0.022405 +vt 0.634419 0.022403 +vt 0.634411 0.022401 +vt 0.634416 0.022402 +vt 0.634412 0.022401 +vt 0.634420 0.022404 +vt 0.634407 0.022400 +vt 0.634405 0.022399 +vt 0.634403 0.022398 +vt 0.634399 0.022397 +vt 0.634397 0.022396 +vt 0.634378 0.022394 +vt 0.634365 0.022398 +vt 0.634356 0.022401 +vt 0.634363 0.022399 +vt 0.634361 0.022400 +vt 0.634378 0.022394 +vt 0.634373 0.022395 +vt 0.634371 0.022396 +vt 0.634369 0.022397 +vt 0.634356 0.022401 +vt 0.634352 0.022402 +vt 0.634349 0.022403 +vt 0.634344 0.022405 +vt 0.634348 0.022404 +vt 0.634341 0.022406 +vt 0.634335 0.022408 +vt 0.634340 0.022406 +vt 0.634327 0.022410 +vt 0.634334 0.022408 +vt 0.634331 0.022409 +vt 0.634327 0.022411 +vt 0.634323 0.022412 +vt 0.634319 0.022413 +vt 0.634314 0.022415 +vt 0.634318 0.022413 +vt 0.634312 0.022415 +vt 0.634306 0.022417 +vt 0.634310 0.022416 +vt 0.634297 0.022420 +vt 0.634305 0.022418 +vt 0.634301 0.022419 +vt 0.634293 0.022422 +vt 0.634284 0.022424 +vt 0.634276 0.022427 +vt 0.634268 0.022430 +vt 0.634272 0.022429 +vt 0.634275 0.022427 +vt 0.634290 0.022422 +vt 0.634289 0.022423 +vt 0.634283 0.022425 +vt 0.634280 0.022426 +vt 0.634268 0.022430 +vt 0.634263 0.022431 +vt 0.634255 0.022434 +vt 0.634261 0.022432 +vt 0.634259 0.022433 +vt 0.634246 0.022437 +vt 0.634254 0.022434 +vt 0.634251 0.022436 +vt 0.634246 0.022437 +vt 0.634242 0.022438 +vt 0.634239 0.022439 +vt 0.634234 0.022441 +vt 0.634238 0.022440 +vt 0.634232 0.022442 +vt 0.634225 0.022443 +vt 0.634230 0.022442 +vt 0.634217 0.022446 +vt 0.634224 0.022444 +vt 0.634221 0.022445 +vt 0.634217 0.022446 +vt 0.634213 0.022448 +vt 0.634210 0.022449 +vt 0.634204 0.022450 +vt 0.634208 0.022449 +vt 0.634202 0.022451 +vt 0.634196 0.022453 +vt 0.634200 0.022452 +vt 0.634187 0.022456 +vt 0.634195 0.022454 +vt 0.634192 0.022455 +vt 0.634187 0.022456 +vt 0.634183 0.022457 +vt 0.634180 0.022458 +vt 0.634158 0.022467 +vt 0.634156 0.022468 +vt 0.634179 0.022459 +vt 0.634177 0.022461 +vt 0.634162 0.022467 +vt 0.634163 0.022468 +vt 0.634166 0.022469 +vt 0.634170 0.022470 +vt 0.634175 0.022472 +vt 0.634171 0.022470 +vt 0.634179 0.022462 +vt 0.634184 0.022463 +vt 0.634187 0.022464 +vt 0.634183 0.022463 +vt 0.634191 0.022466 +vt 0.634192 0.022466 +vt 0.634196 0.022467 +vt 0.634198 0.022468 +vt 0.634200 0.022469 +vt 0.634204 0.022470 +vt 0.634206 0.022470 +vt 0.634208 0.022471 +vt 0.634178 0.022473 +vt 0.634213 0.022473 +vt 0.634179 0.022473 +vt 0.634213 0.022473 +vt 0.634183 0.022474 +vt 0.634217 0.022474 +vt 0.634185 0.022475 +vt 0.634220 0.022475 +vt 0.634187 0.022476 +vt 0.634221 0.022476 +vt 0.634192 0.022477 +vt 0.634225 0.022477 +vt 0.634193 0.022478 +vt 0.634228 0.022478 +vt 0.634196 0.022479 +vt 0.634230 0.022478 +vt 0.634200 0.022480 +vt 0.634234 0.022479 +vt 0.634200 0.022480 +vt 0.634235 0.022480 +vt 0.634204 0.022481 +vt 0.634238 0.022481 +vt 0.634207 0.022482 +vt 0.634208 0.022483 +vt 0.634213 0.022484 +vt 0.634215 0.022485 +vt 0.634217 0.022486 +vt 0.634221 0.022487 +vt 0.634222 0.022487 +vt 0.634225 0.022488 +vt 0.634230 0.022489 +vt 0.634234 0.022491 +vt 0.634230 0.022489 +vt 0.634242 0.022482 +vt 0.634236 0.022492 +vt 0.634246 0.022483 +vt 0.634250 0.022485 +vt 0.634251 0.022485 +vt 0.634255 0.022486 +vt 0.634365 0.022630 +vt 0.634369 0.022632 +vt 0.634365 0.022631 +vt 0.634361 0.022629 +vt 0.634358 0.022628 +vt 0.634356 0.022628 +vt 0.634348 0.022625 +vt 0.634344 0.022624 +vt 0.634344 0.022624 +vt 0.634352 0.022627 +vt 0.634351 0.022626 +vt 0.634340 0.022622 +vt 0.634336 0.022621 +vt 0.634335 0.022621 +vt 0.634327 0.022618 +vt 0.634321 0.022616 +vt 0.634323 0.022617 +vt 0.634331 0.022620 +vt 0.634329 0.022619 +vt 0.634318 0.022615 +vt 0.634314 0.022614 +vt 0.634306 0.022611 +vt 0.634307 0.022612 +vt 0.634310 0.022613 +vt 0.634314 0.022614 +vt 0.634301 0.022610 +vt 0.634299 0.022609 +vt 0.634297 0.022608 +vt 0.634292 0.022607 +vt 0.634284 0.022604 +vt 0.634289 0.022606 +vt 0.634285 0.022604 +vt 0.634293 0.022607 +vt 0.634280 0.022603 +vt 0.634278 0.022602 +vt 0.634276 0.022601 +vt 0.634270 0.022600 +vt 0.634272 0.022600 +vt 0.634259 0.022596 +vt 0.634256 0.022595 +vt 0.634246 0.022592 +vt 0.634241 0.022590 +vt 0.634238 0.022589 +vt 0.634242 0.022591 +vt 0.634156 0.022470 +vt 0.634156 0.022614 +vt 0.634158 0.022616 +vt 0.634159 0.022616 +vt 0.634166 0.022619 +vt 0.634162 0.022617 +vt 0.634170 0.022620 +vt 0.634174 0.022621 +vt 0.634175 0.022622 +vt 0.634183 0.022624 +vt 0.634196 0.022628 +vt 0.634188 0.022626 +vt 0.634192 0.022627 +vt 0.634179 0.022623 +vt 0.634181 0.022624 +vt 0.634187 0.022625 +vt 0.634195 0.022628 +vt 0.634200 0.022630 +vt 0.634203 0.022631 +vt 0.634204 0.022631 +vt 0.634213 0.022634 +vt 0.634225 0.022638 +vt 0.634218 0.022636 +vt 0.634221 0.022637 +vt 0.634208 0.022632 +vt 0.634210 0.022633 +vt 0.634217 0.022635 +vt 0.634225 0.022638 +vt 0.634230 0.022639 +vt 0.634232 0.022640 +vt 0.634234 0.022641 +vt 0.634247 0.022645 +vt 0.634255 0.022648 +vt 0.634254 0.022647 +vt 0.634251 0.022646 +vt 0.634238 0.022642 +vt 0.634240 0.022643 +vt 0.634242 0.022644 +vt 0.634246 0.022645 +vt 0.634259 0.022649 +vt 0.634261 0.022650 +vt 0.634263 0.022651 +vt 0.634276 0.022655 +vt 0.634284 0.022658 +vt 0.634283 0.022657 +vt 0.634280 0.022656 +vt 0.634268 0.022652 +vt 0.634269 0.022652 +vt 0.634272 0.022653 +vt 0.634276 0.022655 +vt 0.634289 0.022659 +vt 0.634291 0.022659 +vt 0.634293 0.022660 +vt 0.634306 0.022664 +vt 0.634314 0.022667 +vt 0.634313 0.022667 +vt 0.634310 0.022666 +vt 0.634297 0.022661 +vt 0.634298 0.022662 +vt 0.634301 0.022663 +vt 0.634305 0.022664 +vt 0.634318 0.022668 +vt 0.634320 0.022669 +vt 0.634323 0.022670 +vt 0.634327 0.022671 +vt 0.634335 0.022674 +vt 0.634331 0.022672 +vt 0.634335 0.022674 +vt 0.634327 0.022671 +vt 0.634340 0.022675 +vt 0.634342 0.022676 +vt 0.634344 0.022677 +vt 0.634356 0.022681 +vt 0.634365 0.022684 +vt 0.634364 0.022683 +vt 0.634361 0.022682 +vt 0.634348 0.022678 +vt 0.634349 0.022679 +vt 0.634352 0.022680 +vt 0.634369 0.022685 +vt 0.634372 0.022686 +vt 0.632304 0.022270 +vt 0.632825 0.022270 +vt 0.633346 0.022270 +vt 0.633346 0.022252 +vt 0.633867 0.022252 +vt 0.633867 0.022233 +vt 0.634388 0.022233 +vt 0.629700 0.022270 +vt 0.630221 0.022270 +vt 0.630742 0.022270 +vt 0.631263 0.022270 +vt 0.631263 0.022252 +vt 0.631784 0.022252 +vt 0.631784 0.022233 +vt 0.632304 0.022233 +vt 0.630221 0.022252 +vt 0.629700 0.022252 +vt 0.630221 0.022233 +vt 0.629700 0.022233 +vt 0.634388 0.022252 +vt 0.634388 0.022270 +vt 0.630742 0.022252 +vt 0.630742 0.022233 +vt 0.631784 0.022270 +vt 0.632304 0.022252 +vt 0.632825 0.022252 +vt 0.632825 0.022233 +vt 0.633867 0.022270 +vt 0.631263 0.022233 +vt 0.633346 0.022233 +vt 0.634877 0.017784 +vt 0.634877 0.017774 +vt 0.634877 0.017784 +vt 0.634877 0.017774 +vt 0.634877 0.017738 +vt 0.634877 0.017738 +vt 0.634877 0.017774 +vt 0.634877 0.017735 +vt 0.634877 0.017738 +vt 0.634877 0.017735 +vt 0.634877 0.017774 +vt 0.634877 0.017743 +vt 0.634877 0.017672 +vt 0.634877 0.017743 +vt 0.634877 0.017672 +vt 0.634877 0.017708 +vt 0.634877 0.017701 +vt 0.634877 0.017695 +vt 0.634877 0.017656 +vt 0.634877 0.017715 +vt 0.634877 0.017721 +vt 0.634877 0.017760 +vt 0.634877 0.017672 +vt 0.634877 0.017743 +vt 0.634877 0.017672 +vt 0.634877 0.017743 +vt 0.634877 0.017708 +vt 0.634877 0.017715 +vt 0.634877 0.017721 +vt 0.634877 0.017760 +vt 0.634877 0.017701 +vt 0.634877 0.017695 +vt 0.634877 0.017656 +vt 0.634909 0.017784 +vt 0.634909 0.017784 +vt 0.634909 0.017632 +vt 0.634909 0.017632 +vt 0.634877 0.017632 +vt 0.634877 0.017632 +vt 0.634877 0.017642 +vt 0.634877 0.017642 +vt 0.634877 0.017677 +vt 0.634877 0.017678 +vt 0.634877 0.017680 +vt 0.634877 0.017642 +vt 0.634877 0.017678 +vt 0.634877 0.017680 +vt 0.634877 0.017642 +vt 0.629732 0.017743 +vt 0.629732 0.017672 +vt 0.629732 0.017743 +vt 0.629732 0.017672 +vt 0.629732 0.017708 +vt 0.629732 0.017701 +vt 0.629732 0.017695 +vt 0.629732 0.017656 +vt 0.629732 0.017715 +vt 0.629732 0.017721 +vt 0.629732 0.017760 +vt 0.629732 0.017784 +vt 0.629732 0.017784 +vt 0.629732 0.017774 +vt 0.629732 0.017774 +vt 0.629732 0.017738 +vt 0.629732 0.017738 +vt 0.629732 0.017735 +vt 0.629732 0.017774 +vt 0.629732 0.017738 +vt 0.629732 0.017735 +vt 0.629732 0.017774 +vt 0.629732 0.017672 +vt 0.629732 0.017743 +vt 0.629732 0.017672 +vt 0.629732 0.017743 +vt 0.629732 0.017708 +vt 0.629732 0.017715 +vt 0.629732 0.017721 +vt 0.629732 0.017760 +vt 0.629732 0.017701 +vt 0.629732 0.017695 +vt 0.629732 0.017656 +vt 0.629732 0.017632 +vt 0.629732 0.017642 +vt 0.629732 0.017632 +vt 0.629732 0.017642 +vt 0.629732 0.017677 +vt 0.629732 0.017678 +vt 0.629732 0.017642 +vt 0.629732 0.017680 +vt 0.629732 0.017678 +vt 0.629732 0.017680 +vt 0.629732 0.017642 +vt 0.629700 0.017784 +vt 0.629700 0.017784 +vt 0.629700 0.017632 +vt 0.629700 0.017632 +vt 0.629910 0.017738 +vt 0.630087 0.017738 +vt 0.630264 0.017738 +vt 0.630264 0.017738 +vt 0.630442 0.017738 +vt 0.630442 0.017738 +vt 0.630619 0.017738 +vt 0.630797 0.017738 +vt 0.630974 0.017738 +vt 0.630797 0.017738 +vt 0.630974 0.017738 +vt 0.630797 0.017738 +vt 0.630974 0.017738 +vt 0.631151 0.017738 +vt 0.631329 0.017738 +vt 0.631329 0.017738 +vt 0.631506 0.017738 +vt 0.631506 0.017738 +vt 0.631684 0.017738 +vt 0.631861 0.017738 +vt 0.632038 0.017738 +vt 0.631861 0.017738 +vt 0.632038 0.017738 +vt 0.631861 0.017738 +vt 0.632038 0.017738 +vt 0.632216 0.017738 +vt 0.632393 0.017738 +vt 0.632393 0.017738 +vt 0.632571 0.017738 +vt 0.632571 0.017738 +vt 0.632748 0.017738 +vt 0.632925 0.017738 +vt 0.633103 0.017738 +vt 0.632925 0.017738 +vt 0.633103 0.017738 +vt 0.632925 0.017738 +vt 0.633103 0.017738 +vt 0.633280 0.017738 +vt 0.633458 0.017738 +vt 0.633458 0.017738 +vt 0.633635 0.017738 +vt 0.633635 0.017738 +vt 0.633812 0.017738 +vt 0.633990 0.017738 +vt 0.634167 0.017738 +vt 0.633990 0.017738 +vt 0.634167 0.017738 +vt 0.633990 0.017738 +vt 0.634167 0.017738 +vt 0.634345 0.017738 +vt 0.634522 0.017738 +vt 0.634522 0.017738 +vt 0.634699 0.017738 +vt 0.634699 0.017738 +vt 0.634522 0.017738 +vt 0.634345 0.017738 +vt 0.634345 0.017738 +vt 0.629910 0.017738 +vt 0.629910 0.017738 +vt 0.632216 0.017738 +vt 0.632393 0.017738 +vt 0.634699 0.017738 +vt 0.632571 0.017738 +vt 0.632748 0.017738 +vt 0.632748 0.017738 +vt 0.630087 0.017738 +vt 0.630087 0.017738 +vt 0.630442 0.017738 +vt 0.630619 0.017738 +vt 0.630619 0.017738 +vt 0.631151 0.017738 +vt 0.631151 0.017738 +vt 0.631506 0.017738 +vt 0.631684 0.017738 +vt 0.631684 0.017738 +vt 0.632216 0.017738 +vt 0.633280 0.017738 +vt 0.633280 0.017738 +vt 0.633635 0.017738 +vt 0.633812 0.017738 +vt 0.633812 0.017738 +vt 0.630264 0.017738 +vt 0.631329 0.017738 +vt 0.633458 0.017738 +vt 0.629910 0.017701 +vt 0.630087 0.017701 +vt 0.630264 0.017701 +vt 0.630264 0.017708 +vt 0.630442 0.017708 +vt 0.630442 0.017715 +vt 0.630619 0.017715 +vt 0.630797 0.017715 +vt 0.630974 0.017715 +vt 0.630797 0.017708 +vt 0.630974 0.017708 +vt 0.630797 0.017701 +vt 0.630974 0.017701 +vt 0.631151 0.017701 +vt 0.631329 0.017701 +vt 0.631329 0.017708 +vt 0.631506 0.017708 +vt 0.631506 0.017715 +vt 0.631684 0.017715 +vt 0.631861 0.017715 +vt 0.632038 0.017715 +vt 0.631861 0.017708 +vt 0.632038 0.017708 +vt 0.631861 0.017701 +vt 0.632038 0.017701 +vt 0.632216 0.017701 +vt 0.632393 0.017701 +vt 0.632393 0.017708 +vt 0.632571 0.017708 +vt 0.632571 0.017715 +vt 0.632748 0.017715 +vt 0.632925 0.017715 +vt 0.633103 0.017715 +vt 0.632925 0.017708 +vt 0.633103 0.017708 +vt 0.632925 0.017701 +vt 0.633103 0.017701 +vt 0.633280 0.017701 +vt 0.633458 0.017701 +vt 0.633458 0.017708 +vt 0.633635 0.017708 +vt 0.633635 0.017715 +vt 0.633812 0.017715 +vt 0.633990 0.017715 +vt 0.634167 0.017715 +vt 0.633990 0.017708 +vt 0.634167 0.017708 +vt 0.633990 0.017701 +vt 0.634167 0.017701 +vt 0.634345 0.017701 +vt 0.634522 0.017701 +vt 0.634522 0.017708 +vt 0.634699 0.017708 +vt 0.634699 0.017715 +vt 0.634522 0.017715 +vt 0.634345 0.017715 +vt 0.634345 0.017708 +vt 0.629910 0.017708 +vt 0.629910 0.017715 +vt 0.632216 0.017715 +vt 0.632393 0.017715 +vt 0.634699 0.017701 +vt 0.632571 0.017701 +vt 0.632748 0.017701 +vt 0.632748 0.017708 +vt 0.630087 0.017708 +vt 0.630087 0.017715 +vt 0.630442 0.017701 +vt 0.630619 0.017701 +vt 0.630619 0.017708 +vt 0.631151 0.017708 +vt 0.631151 0.017715 +vt 0.631506 0.017701 +vt 0.631684 0.017701 +vt 0.631684 0.017708 +vt 0.632216 0.017708 +vt 0.633280 0.017708 +vt 0.633280 0.017715 +vt 0.633635 0.017701 +vt 0.633812 0.017701 +vt 0.633812 0.017708 +vt 0.630264 0.017715 +vt 0.631329 0.017715 +vt 0.633458 0.017715 +vt 0.629910 0.017678 +vt 0.630087 0.017678 +vt 0.630264 0.017678 +vt 0.630264 0.017677 +vt 0.630442 0.017677 +vt 0.630442 0.017678 +vt 0.630619 0.017678 +vt 0.630797 0.017678 +vt 0.630974 0.017678 +vt 0.630797 0.017677 +vt 0.630974 0.017677 +vt 0.630797 0.017678 +vt 0.630974 0.017678 +vt 0.631151 0.017678 +vt 0.631329 0.017678 +vt 0.631329 0.017677 +vt 0.631506 0.017677 +vt 0.631506 0.017678 +vt 0.631684 0.017678 +vt 0.631861 0.017678 +vt 0.632038 0.017678 +vt 0.631861 0.017677 +vt 0.632038 0.017677 +vt 0.631861 0.017678 +vt 0.632038 0.017678 +vt 0.632216 0.017678 +vt 0.632393 0.017678 +vt 0.632393 0.017677 +vt 0.632571 0.017677 +vt 0.632571 0.017678 +vt 0.632748 0.017678 +vt 0.632925 0.017678 +vt 0.633103 0.017678 +vt 0.632925 0.017677 +vt 0.633103 0.017677 +vt 0.632925 0.017678 +vt 0.633103 0.017678 +vt 0.633280 0.017678 +vt 0.633458 0.017678 +vt 0.633458 0.017677 +vt 0.633635 0.017677 +vt 0.633635 0.017678 +vt 0.633812 0.017678 +vt 0.633990 0.017678 +vt 0.634167 0.017678 +vt 0.633990 0.017677 +vt 0.634167 0.017677 +vt 0.633990 0.017678 +vt 0.634167 0.017678 +vt 0.634345 0.017678 +vt 0.634522 0.017678 +vt 0.634522 0.017677 +vt 0.634699 0.017677 +vt 0.634699 0.017678 +vt 0.634522 0.017678 +vt 0.634345 0.017678 +vt 0.634345 0.017677 +vt 0.629910 0.017677 +vt 0.629910 0.017678 +vt 0.632216 0.017678 +vt 0.632393 0.017678 +vt 0.634699 0.017678 +vt 0.632571 0.017678 +vt 0.632748 0.017678 +vt 0.632748 0.017677 +vt 0.630087 0.017677 +vt 0.630087 0.017678 +vt 0.630442 0.017678 +vt 0.630619 0.017678 +vt 0.630619 0.017677 +vt 0.631151 0.017677 +vt 0.631151 0.017678 +vt 0.631506 0.017678 +vt 0.631684 0.017678 +vt 0.631684 0.017677 +vt 0.632216 0.017677 +vt 0.633280 0.017677 +vt 0.633280 0.017678 +vt 0.633635 0.017678 +vt 0.633812 0.017678 +vt 0.633812 0.017677 +vt 0.630264 0.017678 +vt 0.631329 0.017678 +vt 0.633458 0.017678 +vt 0.629910 0.017715 +vt 0.630087 0.017715 +vt 0.630264 0.017715 +vt 0.630264 0.017708 +vt 0.630442 0.017708 +vt 0.630442 0.017701 +vt 0.630619 0.017701 +vt 0.630797 0.017701 +vt 0.630974 0.017701 +vt 0.630797 0.017708 +vt 0.630974 0.017708 +vt 0.630797 0.017715 +vt 0.630974 0.017715 +vt 0.631151 0.017715 +vt 0.631329 0.017715 +vt 0.631329 0.017708 +vt 0.631506 0.017708 +vt 0.631506 0.017701 +vt 0.631684 0.017701 +vt 0.631861 0.017701 +vt 0.632038 0.017701 +vt 0.631861 0.017708 +vt 0.632038 0.017708 +vt 0.631861 0.017715 +vt 0.632038 0.017715 +vt 0.632216 0.017715 +vt 0.632393 0.017715 +vt 0.632393 0.017708 +vt 0.632571 0.017708 +vt 0.632571 0.017701 +vt 0.632748 0.017701 +vt 0.632925 0.017701 +vt 0.633103 0.017701 +vt 0.632925 0.017708 +vt 0.633103 0.017708 +vt 0.632925 0.017715 +vt 0.633103 0.017715 +vt 0.633280 0.017715 +vt 0.633458 0.017715 +vt 0.633458 0.017708 +vt 0.633635 0.017708 +vt 0.633635 0.017701 +vt 0.633812 0.017701 +vt 0.633990 0.017701 +vt 0.634167 0.017701 +vt 0.633990 0.017708 +vt 0.634167 0.017708 +vt 0.633990 0.017715 +vt 0.634167 0.017715 +vt 0.634345 0.017715 +vt 0.634522 0.017715 +vt 0.634522 0.017708 +vt 0.634699 0.017708 +vt 0.634699 0.017701 +vt 0.634522 0.017701 +vt 0.634345 0.017701 +vt 0.634345 0.017708 +vt 0.629910 0.017708 +vt 0.629910 0.017701 +vt 0.632216 0.017701 +vt 0.632393 0.017701 +vt 0.634699 0.017715 +vt 0.632571 0.017715 +vt 0.632748 0.017715 +vt 0.632748 0.017708 +vt 0.630087 0.017708 +vt 0.630087 0.017701 +vt 0.630442 0.017715 +vt 0.630619 0.017715 +vt 0.630619 0.017708 +vt 0.631151 0.017708 +vt 0.631151 0.017701 +vt 0.631506 0.017715 +vt 0.631684 0.017715 +vt 0.631684 0.017708 +vt 0.632216 0.017708 +vt 0.633280 0.017708 +vt 0.633280 0.017701 +vt 0.633635 0.017715 +vt 0.633812 0.017715 +vt 0.633812 0.017708 +vt 0.630264 0.017701 +vt 0.631329 0.017701 +vt 0.633458 0.017701 +vt 0.634839 0.021900 +vt 0.634864 0.021900 +vt 0.634839 0.021900 +vt 0.634890 0.021900 +vt 0.634877 0.021900 +vt 0.634890 0.021900 +vt 0.634877 0.021900 +vt 0.634813 0.021900 +vt 0.634826 0.021900 +vt 0.634763 0.021900 +vt 0.634763 0.021900 +vt 0.634636 0.021900 +vt 0.634635 0.021900 +vt 0.634572 0.021900 +vt 0.634585 0.021900 +vt 0.634521 0.021900 +vt 0.634534 0.021900 +vt 0.634508 0.021900 +vt 0.634559 0.021900 +vt 0.634686 0.021900 +vt 0.634712 0.021900 +vt 0.634750 0.021900 +vt 0.634750 0.021900 +vt 0.634648 0.021900 +vt 0.634648 0.021900 +vt 0.634572 0.021900 +vt 0.634585 0.021900 +vt 0.634521 0.021900 +vt 0.634534 0.021900 +vt 0.634508 0.021900 +vt 0.634559 0.021900 +vt 0.634559 0.021900 +vt 0.634508 0.021900 +vt 0.634521 0.021900 +vt 0.634521 0.021900 +vt 0.634508 0.021900 +vt 0.634559 0.021900 +vt 0.634686 0.021900 +vt 0.634712 0.021900 +vt 0.634750 0.021900 +vt 0.634750 0.021900 +vt 0.634648 0.021900 +vt 0.634648 0.021900 +vt 0.634826 0.021900 +vt 0.634813 0.021900 +vt 0.634877 0.021900 +vt 0.634864 0.021900 +vt 0.634890 0.021900 +vt 0.634839 0.021900 +vt 0.634839 0.021900 +vt 0.634890 0.021900 +vt 0.634877 0.021900 +vt 0.634585 0.017784 +vt 0.634534 0.017784 +vt 0.634636 0.017784 +vt 0.634686 0.017784 +vt 0.634648 0.017784 +vt 0.634648 0.017784 +vt 0.634750 0.017784 +vt 0.634750 0.017784 +vt 0.634712 0.017784 +vt 0.634763 0.017784 +vt 0.634813 0.017784 +vt 0.634864 0.017784 +vt 0.634839 0.017784 +vt 0.634839 0.017784 +vt 0.634890 0.017784 +vt 0.634890 0.017784 +vt 0.634877 0.017784 +vt 0.634826 0.017784 +vt 0.634826 0.017784 +vt 0.634877 0.017784 +vt 0.634890 0.017784 +vt 0.634890 0.017784 +vt 0.634839 0.017784 +vt 0.634839 0.017784 +vt 0.634864 0.017784 +vt 0.634813 0.017784 +vt 0.634763 0.017784 +vt 0.634712 0.017784 +vt 0.634750 0.017784 +vt 0.634750 0.017784 +vt 0.634648 0.017784 +vt 0.634648 0.017784 +vt 0.634686 0.017784 +vt 0.634636 0.017784 +vt 0.634585 0.017784 +vt 0.634534 0.017784 +vt 0.634559 0.017784 +vt 0.634559 0.017784 +vt 0.634508 0.017784 +vt 0.634508 0.017784 +vt 0.634521 0.017784 +vt 0.634521 0.017784 +vt 0.634572 0.017784 +vt 0.634572 0.017784 +vt 0.634521 0.017784 +vt 0.634521 0.017784 +vt 0.634508 0.017784 +vt 0.634508 0.017784 +vt 0.634559 0.017784 +vt 0.634559 0.017784 +vt 0.630088 0.021900 +vt 0.630088 0.021900 +vt 0.630100 0.021900 +vt 0.630100 0.021900 +vt 0.630075 0.021900 +vt 0.630050 0.021900 +vt 0.630050 0.021900 +vt 0.630024 0.021900 +vt 0.630037 0.021900 +vt 0.629973 0.021900 +vt 0.630037 0.021900 +vt 0.629973 0.021900 +vt 0.630024 0.021900 +vt 0.630088 0.021900 +vt 0.630075 0.021900 +vt 0.630100 0.021900 +vt 0.630050 0.021900 +vt 0.630088 0.021900 +vt 0.630100 0.021900 +vt 0.630050 0.021900 +vt 0.629923 0.021900 +vt 0.629897 0.021900 +vt 0.629846 0.021900 +vt 0.629846 0.021900 +vt 0.629897 0.021900 +vt 0.629961 0.021900 +vt 0.629961 0.021900 +vt 0.629859 0.021900 +vt 0.629859 0.021900 +vt 0.629796 0.021900 +vt 0.629783 0.021900 +vt 0.629783 0.021900 +vt 0.629796 0.021900 +vt 0.629732 0.021900 +vt 0.629745 0.021900 +vt 0.629719 0.021900 +vt 0.629770 0.021900 +vt 0.629732 0.021900 +vt 0.629745 0.021900 +vt 0.629719 0.021900 +vt 0.629770 0.021900 +vt 0.629770 0.021900 +vt 0.629719 0.021900 +vt 0.629732 0.021900 +vt 0.629732 0.021900 +vt 0.629719 0.021900 +vt 0.629770 0.021900 +vt 0.629859 0.021900 +vt 0.629859 0.021900 +vt 0.629961 0.021900 +vt 0.629923 0.021900 +vt 0.629961 0.021900 +vt 0.629783 0.017784 +vt 0.629732 0.017784 +vt 0.629783 0.017784 +vt 0.629732 0.017784 +vt 0.629719 0.017784 +vt 0.629719 0.017784 +vt 0.629770 0.017784 +vt 0.629770 0.017784 +vt 0.629745 0.017784 +vt 0.629796 0.017784 +vt 0.629846 0.017784 +vt 0.629897 0.017784 +vt 0.629859 0.017784 +vt 0.629859 0.017784 +vt 0.629961 0.017784 +vt 0.629961 0.017784 +vt 0.629923 0.017784 +vt 0.629973 0.017784 +vt 0.630024 0.017784 +vt 0.630075 0.017784 +vt 0.630050 0.017784 +vt 0.630050 0.017784 +vt 0.630100 0.017784 +vt 0.630100 0.017784 +vt 0.630088 0.017784 +vt 0.630088 0.017784 +vt 0.630037 0.017784 +vt 0.630037 0.017784 +vt 0.630088 0.017784 +vt 0.630088 0.017784 +vt 0.630100 0.017784 +vt 0.630100 0.017784 +vt 0.630050 0.017784 +vt 0.630050 0.017784 +vt 0.630075 0.017784 +vt 0.630024 0.017784 +vt 0.629973 0.017784 +vt 0.629923 0.017784 +vt 0.629961 0.017784 +vt 0.629961 0.017784 +vt 0.629859 0.017784 +vt 0.629859 0.017784 +vt 0.629897 0.017784 +vt 0.629846 0.017784 +vt 0.629796 0.017784 +vt 0.629745 0.017784 +vt 0.629770 0.017784 +vt 0.629770 0.017784 +vt 0.629719 0.017784 +vt 0.629719 0.017784 +vt 0.630100 0.019512 +vt 0.630100 0.019512 +vt 0.630100 0.021900 +vt 0.634508 0.019512 +vt 0.634508 0.019512 +vt 0.634508 0.021900 +vt 0.629770 0.019502 +vt 0.629745 0.019502 +vt 0.629770 0.019512 +vt 0.629719 0.019512 +vt 0.629732 0.019491 +vt 0.629719 0.019471 +vt 0.629732 0.019471 +vt 0.629796 0.019461 +vt 0.629783 0.019451 +vt 0.629846 0.019461 +vt 0.629846 0.019410 +vt 0.629973 0.019461 +vt 0.629973 0.019410 +vt 0.630037 0.019451 +vt 0.630037 0.019420 +vt 0.629923 0.019502 +vt 0.629897 0.019502 +vt 0.629961 0.019512 +vt 0.629859 0.019512 +vt 0.629859 0.019502 +vt 0.629961 0.019502 +vt 0.630024 0.019461 +vt 0.630088 0.019491 +vt 0.630075 0.019502 +vt 0.630050 0.019512 +vt 0.630050 0.019502 +vt 0.630100 0.019471 +vt 0.630088 0.019471 +vt 0.630024 0.019410 +vt 0.630088 0.019380 +vt 0.630075 0.019369 +vt 0.630100 0.019359 +vt 0.630050 0.019359 +vt 0.630088 0.019400 +vt 0.630100 0.019400 +vt 0.630050 0.019369 +vt 0.629897 0.019369 +vt 0.629923 0.019369 +vt 0.629961 0.019359 +vt 0.629961 0.019369 +vt 0.629859 0.019359 +vt 0.629859 0.019369 +vt 0.629783 0.019420 +vt 0.629796 0.019410 +vt 0.629732 0.019380 +vt 0.629745 0.019369 +vt 0.629719 0.019359 +vt 0.629770 0.019359 +vt 0.629770 0.019369 +vt 0.629719 0.019400 +vt 0.629732 0.019400 +vt 0.629745 0.019502 +vt 0.629796 0.019461 +vt 0.629846 0.019461 +vt 0.629897 0.019502 +vt 0.629859 0.019502 +vt 0.629859 0.019512 +vt 0.629961 0.019512 +vt 0.629961 0.019502 +vt 0.629923 0.019502 +vt 0.629973 0.019461 +vt 0.630024 0.019461 +vt 0.630075 0.019502 +vt 0.630050 0.019502 +vt 0.630050 0.019512 +vt 0.630100 0.019512 +vt 0.630100 0.019471 +vt 0.630088 0.019471 +vt 0.630088 0.019491 +vt 0.630037 0.019451 +vt 0.630037 0.019420 +vt 0.630088 0.019380 +vt 0.630088 0.019400 +vt 0.630100 0.019400 +vt 0.630100 0.019359 +vt 0.630050 0.019359 +vt 0.630050 0.019369 +vt 0.630075 0.019369 +vt 0.630024 0.019410 +vt 0.629973 0.019410 +vt 0.629923 0.019369 +vt 0.629961 0.019369 +vt 0.629961 0.019359 +vt 0.629859 0.019359 +vt 0.629859 0.019369 +vt 0.629897 0.019369 +vt 0.629846 0.019410 +vt 0.629796 0.019410 +vt 0.629745 0.019369 +vt 0.629770 0.019369 +vt 0.629770 0.019359 +vt 0.629719 0.019359 +vt 0.629719 0.019400 +vt 0.629732 0.019400 +vt 0.629732 0.019380 +vt 0.629783 0.019420 +vt 0.629783 0.019451 +vt 0.629732 0.019491 +vt 0.629732 0.019471 +vt 0.629719 0.019471 +vt 0.629719 0.019512 +vt 0.629770 0.019512 +vt 0.629770 0.019502 +vt 0.634521 0.019400 +vt 0.634521 0.019380 +vt 0.634508 0.019400 +vt 0.634508 0.019359 +vt 0.634534 0.019369 +vt 0.634559 0.019359 +vt 0.634559 0.019369 +vt 0.634585 0.019410 +vt 0.634572 0.019420 +vt 0.634636 0.019410 +vt 0.634572 0.019451 +vt 0.634636 0.019461 +vt 0.634585 0.019461 +vt 0.634521 0.019491 +vt 0.634534 0.019502 +vt 0.634559 0.019512 +vt 0.634521 0.019471 +vt 0.634508 0.019471 +vt 0.634559 0.019502 +vt 0.634686 0.019502 +vt 0.634712 0.019502 +vt 0.634763 0.019461 +vt 0.634763 0.019410 +vt 0.634686 0.019369 +vt 0.634712 0.019369 +vt 0.634750 0.019359 +vt 0.634750 0.019369 +vt 0.634648 0.019502 +vt 0.634648 0.019512 +vt 0.634750 0.019512 +vt 0.634750 0.019502 +vt 0.634826 0.019451 +vt 0.634813 0.019461 +vt 0.634877 0.019491 +vt 0.634864 0.019502 +vt 0.634890 0.019512 +vt 0.634839 0.019512 +vt 0.634839 0.019502 +vt 0.634890 0.019471 +vt 0.634877 0.019471 +vt 0.634826 0.019420 +vt 0.634813 0.019410 +vt 0.634877 0.019380 +vt 0.634864 0.019369 +vt 0.634890 0.019359 +vt 0.634839 0.019359 +vt 0.634877 0.019400 +vt 0.634890 0.019400 +vt 0.634839 0.019369 +vt 0.634648 0.019359 +vt 0.634648 0.019369 +vt 0.634521 0.019380 +vt 0.634572 0.019420 +vt 0.634572 0.019451 +vt 0.634521 0.019491 +vt 0.634521 0.019471 +vt 0.634508 0.019471 +vt 0.634508 0.019512 +vt 0.634559 0.019512 +vt 0.634559 0.019502 +vt 0.634534 0.019502 +vt 0.634585 0.019461 +vt 0.634636 0.019461 +vt 0.634686 0.019502 +vt 0.634648 0.019502 +vt 0.634648 0.019512 +vt 0.634750 0.019512 +vt 0.634750 0.019502 +vt 0.634712 0.019502 +vt 0.634763 0.019461 +vt 0.634813 0.019461 +vt 0.634864 0.019502 +vt 0.634839 0.019502 +vt 0.634839 0.019512 +vt 0.634890 0.019512 +vt 0.634890 0.019471 +vt 0.634877 0.019471 +vt 0.634877 0.019491 +vt 0.634826 0.019451 +vt 0.634826 0.019420 +vt 0.634877 0.019380 +vt 0.634877 0.019400 +vt 0.634890 0.019400 +vt 0.634890 0.019359 +vt 0.634839 0.019359 +vt 0.634839 0.019369 +vt 0.634864 0.019369 +vt 0.634813 0.019410 +vt 0.634763 0.019410 +vt 0.634712 0.019369 +vt 0.634750 0.019369 +vt 0.634750 0.019359 +vt 0.634648 0.019359 +vt 0.634648 0.019369 +vt 0.634686 0.019369 +vt 0.634636 0.019410 +vt 0.634585 0.019410 +vt 0.634534 0.019369 +vt 0.634559 0.019369 +vt 0.634559 0.019359 +vt 0.634508 0.019359 +vt 0.634508 0.019400 +vt 0.634521 0.019400 +vt 0.634877 0.019512 +vt 0.634877 0.019502 +vt 0.634877 0.019512 +vt 0.634877 0.019502 +vt 0.634877 0.019466 +vt 0.634877 0.019465 +vt 0.634877 0.019502 +vt 0.634877 0.019463 +vt 0.634877 0.019465 +vt 0.634877 0.019463 +vt 0.634877 0.019502 +vt 0.634877 0.019471 +vt 0.634877 0.019400 +vt 0.634877 0.019436 +vt 0.634877 0.019429 +vt 0.634877 0.019422 +vt 0.634877 0.019384 +vt 0.634877 0.019442 +vt 0.634877 0.019449 +vt 0.634877 0.019487 +vt 0.634877 0.019400 +vt 0.634877 0.019471 +vt 0.634877 0.019400 +vt 0.634877 0.019471 +vt 0.634877 0.019436 +vt 0.634877 0.019442 +vt 0.634877 0.019449 +vt 0.634877 0.019487 +vt 0.634877 0.019429 +vt 0.634877 0.019422 +vt 0.634877 0.019384 +vt 0.634909 0.019512 +vt 0.634909 0.019512 +vt 0.634909 0.019359 +vt 0.634909 0.019359 +vt 0.634877 0.019359 +vt 0.634877 0.019359 +vt 0.634877 0.019369 +vt 0.634877 0.019369 +vt 0.634877 0.019405 +vt 0.634877 0.019406 +vt 0.634877 0.019408 +vt 0.634877 0.019369 +vt 0.634877 0.019406 +vt 0.634877 0.019408 +vt 0.634877 0.019369 +vt 0.629732 0.019471 +vt 0.629732 0.019400 +vt 0.629732 0.019471 +vt 0.629732 0.019400 +vt 0.629732 0.019436 +vt 0.629732 0.019429 +vt 0.629732 0.019422 +vt 0.629732 0.019384 +vt 0.629732 0.019442 +vt 0.629732 0.019449 +vt 0.629732 0.019487 +vt 0.629732 0.019512 +vt 0.629732 0.019512 +vt 0.629732 0.019502 +vt 0.629732 0.019502 +vt 0.629732 0.019466 +vt 0.629732 0.019465 +vt 0.629732 0.019463 +vt 0.629732 0.019502 +vt 0.629732 0.019465 +vt 0.629732 0.019463 +vt 0.629732 0.019502 +vt 0.629732 0.019400 +vt 0.629732 0.019471 +vt 0.629732 0.019436 +vt 0.629732 0.019442 +vt 0.629732 0.019449 +vt 0.629732 0.019487 +vt 0.629732 0.019429 +vt 0.629732 0.019422 +vt 0.629732 0.019384 +vt 0.629732 0.019359 +vt 0.629732 0.019369 +vt 0.629732 0.019359 +vt 0.629732 0.019369 +vt 0.629732 0.019405 +vt 0.629732 0.019406 +vt 0.629732 0.019369 +vt 0.629732 0.019408 +vt 0.629732 0.019406 +vt 0.629732 0.019408 +vt 0.629732 0.019369 +vt 0.629700 0.019512 +vt 0.629700 0.019512 +vt 0.629700 0.019359 +vt 0.629700 0.019359 +vt 0.629910 0.019465 +vt 0.630087 0.019465 +vt 0.630264 0.019465 +vt 0.630264 0.019466 +vt 0.630442 0.019466 +vt 0.630442 0.019465 +vt 0.630619 0.019465 +vt 0.630797 0.019465 +vt 0.630974 0.019465 +vt 0.630797 0.019466 +vt 0.630974 0.019466 +vt 0.630797 0.019465 +vt 0.630974 0.019465 +vt 0.631151 0.019465 +vt 0.631329 0.019465 +vt 0.631329 0.019466 +vt 0.631506 0.019466 +vt 0.631506 0.019465 +vt 0.631684 0.019465 +vt 0.631861 0.019465 +vt 0.632038 0.019465 +vt 0.631861 0.019466 +vt 0.632038 0.019466 +vt 0.631861 0.019465 +vt 0.632038 0.019465 +vt 0.632216 0.019465 +vt 0.632393 0.019465 +vt 0.632393 0.019466 +vt 0.632571 0.019466 +vt 0.632571 0.019465 +vt 0.632748 0.019465 +vt 0.632925 0.019465 +vt 0.633103 0.019465 +vt 0.632925 0.019466 +vt 0.633103 0.019466 +vt 0.632925 0.019465 +vt 0.633103 0.019465 +vt 0.633280 0.019465 +vt 0.633458 0.019465 +vt 0.633458 0.019466 +vt 0.633635 0.019466 +vt 0.633635 0.019465 +vt 0.633812 0.019465 +vt 0.633990 0.019465 +vt 0.634167 0.019465 +vt 0.633990 0.019466 +vt 0.634167 0.019466 +vt 0.633990 0.019465 +vt 0.634167 0.019465 +vt 0.634345 0.019465 +vt 0.634522 0.019465 +vt 0.634522 0.019466 +vt 0.634699 0.019466 +vt 0.634699 0.019465 +vt 0.634522 0.019465 +vt 0.634345 0.019465 +vt 0.634345 0.019466 +vt 0.629910 0.019466 +vt 0.629910 0.019465 +vt 0.632216 0.019465 +vt 0.632393 0.019465 +vt 0.634699 0.019465 +vt 0.632571 0.019465 +vt 0.632748 0.019465 +vt 0.632748 0.019466 +vt 0.630087 0.019466 +vt 0.630087 0.019465 +vt 0.630442 0.019465 +vt 0.630619 0.019465 +vt 0.630619 0.019466 +vt 0.631151 0.019466 +vt 0.631151 0.019465 +vt 0.631506 0.019465 +vt 0.631684 0.019465 +vt 0.631684 0.019466 +vt 0.632216 0.019466 +vt 0.633280 0.019466 +vt 0.633280 0.019465 +vt 0.633635 0.019465 +vt 0.633812 0.019465 +vt 0.633812 0.019466 +vt 0.630264 0.019465 +vt 0.631329 0.019465 +vt 0.633458 0.019465 +vt 0.629910 0.019429 +vt 0.630087 0.019429 +vt 0.630264 0.019429 +vt 0.630264 0.019436 +vt 0.630442 0.019436 +vt 0.630442 0.019442 +vt 0.630619 0.019442 +vt 0.630797 0.019442 +vt 0.630974 0.019442 +vt 0.630797 0.019436 +vt 0.630974 0.019436 +vt 0.630797 0.019429 +vt 0.630974 0.019429 +vt 0.631151 0.019429 +vt 0.631329 0.019429 +vt 0.631329 0.019436 +vt 0.631506 0.019436 +vt 0.631506 0.019442 +vt 0.631684 0.019442 +vt 0.631861 0.019442 +vt 0.632038 0.019442 +vt 0.631861 0.019436 +vt 0.632038 0.019436 +vt 0.631861 0.019429 +vt 0.632038 0.019429 +vt 0.632216 0.019429 +vt 0.632393 0.019429 +vt 0.632393 0.019436 +vt 0.632571 0.019436 +vt 0.632571 0.019442 +vt 0.632748 0.019442 +vt 0.632925 0.019442 +vt 0.633103 0.019442 +vt 0.632925 0.019436 +vt 0.633103 0.019436 +vt 0.632925 0.019429 +vt 0.633103 0.019429 +vt 0.633280 0.019429 +vt 0.633458 0.019429 +vt 0.633458 0.019436 +vt 0.633635 0.019436 +vt 0.633635 0.019442 +vt 0.633812 0.019442 +vt 0.633990 0.019442 +vt 0.634167 0.019442 +vt 0.633990 0.019436 +vt 0.634167 0.019436 +vt 0.633990 0.019429 +vt 0.634167 0.019429 +vt 0.634345 0.019429 +vt 0.634522 0.019429 +vt 0.634522 0.019436 +vt 0.634699 0.019436 +vt 0.634699 0.019442 +vt 0.634522 0.019442 +vt 0.634345 0.019442 +vt 0.634345 0.019436 +vt 0.629910 0.019436 +vt 0.629910 0.019442 +vt 0.632216 0.019442 +vt 0.632393 0.019442 +vt 0.634699 0.019429 +vt 0.632571 0.019429 +vt 0.632748 0.019429 +vt 0.632748 0.019436 +vt 0.630087 0.019436 +vt 0.630087 0.019442 +vt 0.630442 0.019429 +vt 0.630619 0.019429 +vt 0.630619 0.019436 +vt 0.631151 0.019436 +vt 0.631151 0.019442 +vt 0.631506 0.019429 +vt 0.631684 0.019429 +vt 0.631684 0.019436 +vt 0.632216 0.019436 +vt 0.633280 0.019436 +vt 0.633280 0.019442 +vt 0.633635 0.019429 +vt 0.633812 0.019429 +vt 0.633812 0.019436 +vt 0.630264 0.019442 +vt 0.631329 0.019442 +vt 0.633458 0.019442 +vt 0.629910 0.019406 +vt 0.630087 0.019406 +vt 0.630264 0.019406 +vt 0.630264 0.019405 +vt 0.630442 0.019405 +vt 0.630442 0.019406 +vt 0.630619 0.019406 +vt 0.630797 0.019406 +vt 0.630974 0.019406 +vt 0.630797 0.019405 +vt 0.630974 0.019405 +vt 0.630797 0.019406 +vt 0.630974 0.019406 +vt 0.631151 0.019406 +vt 0.631329 0.019406 +vt 0.631329 0.019405 +vt 0.631506 0.019405 +vt 0.631506 0.019406 +vt 0.631684 0.019406 +vt 0.631861 0.019406 +vt 0.632038 0.019406 +vt 0.631861 0.019405 +vt 0.632038 0.019405 +vt 0.631861 0.019406 +vt 0.632038 0.019406 +vt 0.632216 0.019406 +vt 0.632393 0.019406 +vt 0.632393 0.019405 +vt 0.632571 0.019405 +vt 0.632571 0.019406 +vt 0.632748 0.019406 +vt 0.632925 0.019406 +vt 0.633103 0.019406 +vt 0.632925 0.019405 +vt 0.633103 0.019405 +vt 0.632925 0.019406 +vt 0.633103 0.019406 +vt 0.633280 0.019406 +vt 0.633458 0.019406 +vt 0.633458 0.019405 +vt 0.633635 0.019405 +vt 0.633635 0.019406 +vt 0.633812 0.019406 +vt 0.633990 0.019406 +vt 0.634167 0.019406 +vt 0.633990 0.019405 +vt 0.634167 0.019405 +vt 0.633990 0.019406 +vt 0.634167 0.019406 +vt 0.634345 0.019406 +vt 0.634522 0.019406 +vt 0.634522 0.019405 +vt 0.634699 0.019405 +vt 0.634699 0.019406 +vt 0.634522 0.019406 +vt 0.634345 0.019406 +vt 0.634345 0.019405 +vt 0.629910 0.019405 +vt 0.629910 0.019406 +vt 0.632216 0.019406 +vt 0.632393 0.019406 +vt 0.634699 0.019406 +vt 0.632571 0.019406 +vt 0.632748 0.019406 +vt 0.632748 0.019405 +vt 0.630087 0.019405 +vt 0.630087 0.019406 +vt 0.630442 0.019406 +vt 0.630619 0.019406 +vt 0.630619 0.019405 +vt 0.631151 0.019405 +vt 0.631151 0.019406 +vt 0.631506 0.019406 +vt 0.631684 0.019406 +vt 0.631684 0.019405 +vt 0.632216 0.019405 +vt 0.633280 0.019405 +vt 0.633280 0.019406 +vt 0.633635 0.019406 +vt 0.633812 0.019406 +vt 0.633812 0.019405 +vt 0.630264 0.019406 +vt 0.631329 0.019406 +vt 0.633458 0.019406 +vt 0.629910 0.019442 +vt 0.630087 0.019442 +vt 0.630264 0.019442 +vt 0.630264 0.019436 +vt 0.630442 0.019436 +vt 0.630442 0.019429 +vt 0.630619 0.019429 +vt 0.630797 0.019429 +vt 0.630974 0.019429 +vt 0.630797 0.019436 +vt 0.630974 0.019436 +vt 0.630797 0.019442 +vt 0.630974 0.019442 +vt 0.631151 0.019442 +vt 0.631329 0.019442 +vt 0.631329 0.019436 +vt 0.631506 0.019436 +vt 0.631506 0.019429 +vt 0.631684 0.019429 +vt 0.631861 0.019429 +vt 0.632038 0.019429 +vt 0.631861 0.019436 +vt 0.632038 0.019436 +vt 0.631861 0.019442 +vt 0.632038 0.019442 +vt 0.632216 0.019442 +vt 0.632393 0.019442 +vt 0.632393 0.019436 +vt 0.632571 0.019436 +vt 0.632571 0.019429 +vt 0.632748 0.019429 +vt 0.632925 0.019429 +vt 0.633103 0.019429 +vt 0.632925 0.019436 +vt 0.633103 0.019436 +vt 0.632925 0.019442 +vt 0.633103 0.019442 +vt 0.633280 0.019442 +vt 0.633458 0.019442 +vt 0.633458 0.019436 +vt 0.633635 0.019436 +vt 0.633635 0.019429 +vt 0.633812 0.019429 +vt 0.633990 0.019429 +vt 0.634167 0.019429 +vt 0.633990 0.019436 +vt 0.634167 0.019436 +vt 0.633990 0.019442 +vt 0.634167 0.019442 +vt 0.634345 0.019442 +vt 0.634522 0.019442 +vt 0.634522 0.019436 +vt 0.634699 0.019436 +vt 0.634699 0.019429 +vt 0.634522 0.019429 +vt 0.634345 0.019429 +vt 0.634345 0.019436 +vt 0.629910 0.019436 +vt 0.629910 0.019429 +vt 0.632216 0.019429 +vt 0.632393 0.019429 +vt 0.634699 0.019442 +vt 0.632571 0.019442 +vt 0.632748 0.019442 +vt 0.632748 0.019436 +vt 0.630087 0.019436 +vt 0.630087 0.019429 +vt 0.630442 0.019442 +vt 0.630619 0.019442 +vt 0.630619 0.019436 +vt 0.631151 0.019436 +vt 0.631151 0.019429 +vt 0.631506 0.019442 +vt 0.631684 0.019442 +vt 0.631684 0.019436 +vt 0.632216 0.019436 +vt 0.633280 0.019436 +vt 0.633280 0.019429 +vt 0.633635 0.019442 +vt 0.633812 0.019442 +vt 0.633812 0.019436 +vt 0.630264 0.019429 +vt 0.631329 0.019429 +vt 0.633458 0.019429 +vt 0.634908 0.018019 +vt 0.634908 0.018019 +vt 0.634909 0.018013 +vt 0.634908 0.018019 +vt 0.634909 0.018013 +vt 0.634908 0.018019 +vt 0.634907 0.018019 +vt 0.634904 0.018025 +vt 0.634904 0.018025 +vt 0.634899 0.018031 +vt 0.634899 0.018031 +vt 0.634893 0.018035 +vt 0.634893 0.018035 +vt 0.634885 0.018037 +vt 0.634885 0.018037 +vt 0.634877 0.018038 +vt 0.634885 0.018037 +vt 0.634877 0.018038 +vt 0.634885 0.018037 +vt 0.634885 0.018037 +vt 0.634893 0.018035 +vt 0.634893 0.018035 +vt 0.634899 0.018031 +vt 0.634899 0.018031 +vt 0.634904 0.018025 +vt 0.634904 0.018025 +vt 0.634904 0.018025 +vt 0.634899 0.018031 +vt 0.634893 0.018035 +vt 0.634813 0.018038 +vt 0.634813 0.018038 +vt 0.634805 0.018037 +vt 0.634805 0.018037 +vt 0.634805 0.018037 +vt 0.634805 0.018037 +vt 0.634805 0.018037 +vt 0.634797 0.018035 +vt 0.634797 0.018035 +vt 0.634791 0.018031 +vt 0.634791 0.018031 +vt 0.634786 0.018025 +vt 0.634786 0.018025 +vt 0.634783 0.018019 +vt 0.634783 0.018019 +vt 0.634782 0.018013 +vt 0.634783 0.018019 +vt 0.634782 0.018013 +vt 0.634783 0.018019 +vt 0.634783 0.018019 +vt 0.634786 0.018025 +vt 0.634786 0.018025 +vt 0.634791 0.018031 +vt 0.634791 0.018031 +vt 0.634797 0.018035 +vt 0.634797 0.018035 +vt 0.634797 0.018035 +vt 0.634791 0.018031 +vt 0.634786 0.018025 +vt 0.634782 0.017759 +vt 0.634782 0.017759 +vt 0.634781 0.017752 +vt 0.634781 0.017752 +vt 0.634781 0.017752 +vt 0.634781 0.017752 +vt 0.634781 0.017752 +vt 0.634777 0.017746 +vt 0.634777 0.017746 +vt 0.634772 0.017741 +vt 0.634772 0.017741 +vt 0.634766 0.017737 +vt 0.634766 0.017737 +vt 0.634758 0.017734 +vt 0.634758 0.017734 +vt 0.634750 0.017733 +vt 0.634758 0.017734 +vt 0.634750 0.017733 +vt 0.634758 0.017734 +vt 0.634758 0.017734 +vt 0.634766 0.017737 +vt 0.634766 0.017737 +vt 0.634772 0.017741 +vt 0.634772 0.017741 +vt 0.634777 0.017746 +vt 0.634777 0.017746 +vt 0.634777 0.017746 +vt 0.634772 0.017741 +vt 0.634766 0.017737 +vt 0.634432 0.017733 +vt 0.634432 0.017733 +vt 0.634424 0.017732 +vt 0.634424 0.017732 +vt 0.634424 0.017732 +vt 0.634424 0.017732 +vt 0.634424 0.017732 +vt 0.634416 0.017730 +vt 0.634416 0.017730 +vt 0.634410 0.017726 +vt 0.634410 0.017726 +vt 0.634405 0.017721 +vt 0.634405 0.017721 +vt 0.634402 0.017714 +vt 0.634402 0.017714 +vt 0.634400 0.017708 +vt 0.634402 0.017714 +vt 0.634400 0.017708 +vt 0.634402 0.017714 +vt 0.634402 0.017714 +vt 0.634405 0.017721 +vt 0.634405 0.017721 +vt 0.634410 0.017726 +vt 0.634410 0.017726 +vt 0.634416 0.017730 +vt 0.634416 0.017730 +vt 0.634416 0.017730 +vt 0.634410 0.017726 +vt 0.634405 0.017721 +vt 0.634400 0.017657 +vt 0.634400 0.017657 +vt 0.634402 0.017650 +vt 0.634402 0.017650 +vt 0.634402 0.017650 +vt 0.634402 0.017650 +vt 0.634402 0.017650 +vt 0.634405 0.017644 +vt 0.634405 0.017644 +vt 0.634410 0.017639 +vt 0.634410 0.017639 +vt 0.634416 0.017635 +vt 0.634416 0.017635 +vt 0.634424 0.017632 +vt 0.634424 0.017632 +vt 0.634432 0.017632 +vt 0.634424 0.017632 +vt 0.634432 0.017632 +vt 0.634424 0.017632 +vt 0.634424 0.017632 +vt 0.634416 0.017635 +vt 0.634416 0.017635 +vt 0.634410 0.017639 +vt 0.634410 0.017639 +vt 0.634405 0.017644 +vt 0.634405 0.017644 +vt 0.634405 0.017644 +vt 0.634410 0.017639 +vt 0.634416 0.017635 +vt 0.634845 0.017632 +vt 0.634845 0.017632 +vt 0.634862 0.017633 +vt 0.634862 0.017633 +vt 0.634877 0.017638 +vt 0.634877 0.017638 +vt 0.634890 0.017647 +vt 0.634890 0.017647 +vt 0.634900 0.017657 +vt 0.634900 0.017657 +vt 0.634907 0.017669 +vt 0.634907 0.017669 +vt 0.634909 0.017682 +vt 0.634909 0.017682 +vt 0.634907 0.017669 +vt 0.634900 0.017657 +vt 0.634890 0.017647 +vt 0.634877 0.017638 +vt 0.634862 0.017633 +vt 0.629827 0.017759 +vt 0.629827 0.018013 +vt 0.629827 0.017759 +vt 0.629827 0.018013 +vt 0.629826 0.018019 +vt 0.629826 0.018019 +vt 0.629826 0.018019 +vt 0.629826 0.018019 +vt 0.629826 0.018019 +vt 0.629823 0.018025 +vt 0.629823 0.018025 +vt 0.629818 0.018031 +vt 0.629818 0.018031 +vt 0.629812 0.018035 +vt 0.629812 0.018035 +vt 0.629804 0.018037 +vt 0.629804 0.018037 +vt 0.629796 0.018038 +vt 0.629804 0.018037 +vt 0.629796 0.018038 +vt 0.629804 0.018037 +vt 0.629804 0.018037 +vt 0.629812 0.018035 +vt 0.629812 0.018035 +vt 0.629818 0.018031 +vt 0.629818 0.018031 +vt 0.629823 0.018025 +vt 0.629823 0.018025 +vt 0.629823 0.018025 +vt 0.629818 0.018031 +vt 0.629812 0.018035 +vt 0.629732 0.018038 +vt 0.629732 0.018038 +vt 0.629724 0.018037 +vt 0.629724 0.018037 +vt 0.629724 0.018037 +vt 0.629724 0.018037 +vt 0.629724 0.018037 +vt 0.629716 0.018035 +vt 0.629716 0.018035 +vt 0.629710 0.018031 +vt 0.629710 0.018031 +vt 0.629705 0.018025 +vt 0.629705 0.018025 +vt 0.629701 0.018019 +vt 0.629701 0.018019 +vt 0.629700 0.018013 +vt 0.629701 0.018019 +vt 0.629700 0.018013 +vt 0.629701 0.018019 +vt 0.629701 0.018019 +vt 0.629705 0.018025 +vt 0.629705 0.018025 +vt 0.629710 0.018031 +vt 0.629710 0.018031 +vt 0.629716 0.018035 +vt 0.629716 0.018035 +vt 0.629716 0.018035 +vt 0.629710 0.018031 +vt 0.629705 0.018025 +vt 0.629700 0.017657 +vt 0.629700 0.017657 +vt 0.629701 0.017650 +vt 0.629701 0.017650 +vt 0.629701 0.017650 +vt 0.629701 0.017650 +vt 0.629701 0.017650 +vt 0.629705 0.017644 +vt 0.629705 0.017644 +vt 0.629710 0.017639 +vt 0.629710 0.017639 +vt 0.629716 0.017635 +vt 0.629716 0.017635 +vt 0.629724 0.017632 +vt 0.629724 0.017632 +vt 0.629732 0.017632 +vt 0.629724 0.017632 +vt 0.629732 0.017632 +vt 0.629724 0.017632 +vt 0.629724 0.017632 +vt 0.629716 0.017635 +vt 0.629716 0.017635 +vt 0.629710 0.017639 +vt 0.629710 0.017639 +vt 0.629705 0.017644 +vt 0.629705 0.017644 +vt 0.629705 0.017644 +vt 0.629710 0.017639 +vt 0.629716 0.017635 +vt 0.630177 0.017632 +vt 0.630177 0.017632 +vt 0.630185 0.017632 +vt 0.630185 0.017632 +vt 0.630185 0.017632 +vt 0.630185 0.017632 +vt 0.630185 0.017632 +vt 0.630193 0.017635 +vt 0.630193 0.017635 +vt 0.630199 0.017639 +vt 0.630199 0.017639 +vt 0.630204 0.017644 +vt 0.630204 0.017644 +vt 0.630207 0.017650 +vt 0.630207 0.017650 +vt 0.630208 0.017657 +vt 0.630207 0.017650 +vt 0.630208 0.017657 +vt 0.630207 0.017650 +vt 0.630207 0.017650 +vt 0.630204 0.017644 +vt 0.630204 0.017644 +vt 0.630199 0.017639 +vt 0.630199 0.017639 +vt 0.630193 0.017635 +vt 0.630193 0.017635 +vt 0.630193 0.017635 +vt 0.630199 0.017639 +vt 0.630204 0.017644 +vt 0.630208 0.017708 +vt 0.630208 0.017708 +vt 0.630207 0.017714 +vt 0.630207 0.017714 +vt 0.630207 0.017714 +vt 0.630207 0.017714 +vt 0.630207 0.017714 +vt 0.630204 0.017721 +vt 0.630204 0.017721 +vt 0.630199 0.017726 +vt 0.630199 0.017726 +vt 0.630193 0.017730 +vt 0.630193 0.017730 +vt 0.630185 0.017732 +vt 0.630185 0.017732 +vt 0.630177 0.017733 +vt 0.630185 0.017732 +vt 0.630177 0.017733 +vt 0.630185 0.017732 +vt 0.630185 0.017732 +vt 0.630193 0.017730 +vt 0.630193 0.017730 +vt 0.630199 0.017726 +vt 0.630199 0.017726 +vt 0.630204 0.017721 +vt 0.630204 0.017721 +vt 0.630204 0.017721 +vt 0.630199 0.017726 +vt 0.630193 0.017730 +vt 0.629859 0.017733 +vt 0.629859 0.017733 +vt 0.629851 0.017734 +vt 0.629851 0.017734 +vt 0.629851 0.017734 +vt 0.629851 0.017734 +vt 0.629851 0.017734 +vt 0.629843 0.017737 +vt 0.629843 0.017737 +vt 0.629837 0.017741 +vt 0.629837 0.017741 +vt 0.629832 0.017746 +vt 0.629832 0.017746 +vt 0.629828 0.017752 +vt 0.629828 0.017752 +vt 0.629828 0.017752 +vt 0.629828 0.017752 +vt 0.629828 0.017752 +vt 0.629832 0.017746 +vt 0.629832 0.017746 +vt 0.629837 0.017741 +vt 0.629837 0.017741 +vt 0.629843 0.017737 +vt 0.629843 0.017737 +vt 0.629843 0.017737 +vt 0.629837 0.017741 +vt 0.629832 0.017746 +vt 0.630301 0.022599 +vt 0.630304 0.022616 +vt 0.630291 0.022623 +vt 0.630301 0.022632 +vt 0.630288 0.022639 +vt 0.630293 0.022648 +vt 0.630281 0.022654 +vt 0.630280 0.022663 +vt 0.630268 0.022668 +vt 0.630262 0.022676 +vt 0.630251 0.022680 +vt 0.630241 0.022688 +vt 0.630230 0.022690 +vt 0.630216 0.022696 +vt 0.630206 0.022698 +vt 0.630188 0.022702 +vt 0.630179 0.022703 +vt 0.630160 0.022705 +vt 0.630152 0.022706 +vt 0.630130 0.022705 +vt 0.630124 0.022705 +vt 0.630102 0.022702 +vt 0.630097 0.022701 +vt 0.630074 0.022696 +vt 0.630072 0.022695 +vt 0.630049 0.022688 +vt 0.630049 0.022686 +vt 0.630028 0.022676 +vt 0.630030 0.022674 +vt 0.630010 0.022663 +vt 0.630015 0.022661 +vt 0.629997 0.022648 +vt 0.630005 0.022646 +vt 0.629989 0.022632 +vt 0.630000 0.022631 +vt 0.629986 0.022616 +vt 0.630000 0.022615 +vt 0.629989 0.022599 +vt 0.630005 0.022600 +vt 0.629997 0.022583 +vt 0.630015 0.022585 +vt 0.630010 0.022569 +vt 0.630030 0.022572 +vt 0.630028 0.022555 +vt 0.630049 0.022561 +vt 0.630049 0.022544 +vt 0.630072 0.022552 +vt 0.630074 0.022536 +vt 0.630097 0.022545 +vt 0.630102 0.022530 +vt 0.630124 0.022541 +vt 0.630130 0.022526 +vt 0.630152 0.022541 +vt 0.630160 0.022526 +vt 0.630179 0.022543 +vt 0.630188 0.022530 +vt 0.630206 0.022548 +vt 0.630216 0.022536 +vt 0.630230 0.022556 +vt 0.630241 0.022544 +vt 0.630251 0.022566 +vt 0.630262 0.022555 +vt 0.630268 0.022578 +vt 0.630280 0.022569 +vt 0.630281 0.022592 +vt 0.630293 0.022583 +vt 0.630288 0.022607 +vt 0.630301 0.022532 +vt 0.630304 0.022515 +vt 0.630301 0.022499 +vt 0.630293 0.022483 +vt 0.630280 0.022468 +vt 0.630262 0.022455 +vt 0.630241 0.022444 +vt 0.630216 0.022435 +vt 0.630188 0.022429 +vt 0.630160 0.022426 +vt 0.630130 0.022426 +vt 0.630102 0.022429 +vt 0.630074 0.022435 +vt 0.630049 0.022444 +vt 0.630028 0.022455 +vt 0.630010 0.022468 +vt 0.629997 0.022483 +vt 0.629989 0.022499 +vt 0.629986 0.022515 +vt 0.629989 0.022532 +vt 0.629997 0.022548 +vt 0.630010 0.022563 +vt 0.630028 0.022576 +vt 0.630049 0.022587 +vt 0.630074 0.022596 +vt 0.630102 0.022602 +vt 0.630130 0.022605 +vt 0.630160 0.022605 +vt 0.630188 0.022602 +vt 0.630216 0.022596 +vt 0.630241 0.022587 +vt 0.630262 0.022576 +vt 0.630280 0.022563 +vt 0.630293 0.022548 +vt 0.629701 0.021900 +vt 0.629701 0.021819 +vt 0.629700 0.021900 +vt 0.629701 0.021737 +vt 0.629701 0.021656 +vt 0.629703 0.021656 +vt 0.629703 0.021575 +vt 0.629706 0.021575 +vt 0.629706 0.021493 +vt 0.629710 0.021493 +vt 0.629710 0.021412 +vt 0.629714 0.021412 +vt 0.629714 0.021331 +vt 0.629719 0.021087 +vt 0.629714 0.021250 +vt 0.629714 0.021168 +vt 0.629710 0.021250 +vt 0.629710 0.021168 +vt 0.629706 0.021250 +vt 0.629706 0.021168 +vt 0.629703 0.021250 +vt 0.629703 0.021168 +vt 0.629701 0.021250 +vt 0.629701 0.021168 +vt 0.629700 0.021087 +vt 0.629701 0.021087 +vt 0.629703 0.021087 +vt 0.629706 0.021087 +vt 0.629710 0.021087 +vt 0.629714 0.021087 +vt 0.629703 0.021819 +vt 0.629703 0.021900 +vt 0.629706 0.021819 +vt 0.629706 0.021900 +vt 0.629710 0.021819 +vt 0.629710 0.021900 +vt 0.629714 0.021819 +vt 0.629714 0.021900 +vt 0.629719 0.021900 +vt 0.629714 0.021493 +vt 0.629714 0.021575 +vt 0.629714 0.021656 +vt 0.629710 0.021656 +vt 0.629710 0.021737 +vt 0.629706 0.021737 +vt 0.629701 0.021493 +vt 0.629701 0.021412 +vt 0.629701 0.021331 +vt 0.629703 0.021331 +vt 0.629703 0.021737 +vt 0.629701 0.021575 +vt 0.629703 0.021493 +vt 0.629703 0.021412 +vt 0.629706 0.021412 +vt 0.629706 0.021656 +vt 0.629710 0.021575 +vt 0.629706 0.021331 +vt 0.629710 0.021331 +vt 0.629714 0.021737 +vt 0.629719 0.021900 +vt 0.629719 0.021087 +vt 0.629719 0.021087 +vt 0.629700 0.021087 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.991447 -0.130510 0.000000 +vn 0.991447 -0.130510 0.000000 +vn 0.991447 -0.130510 0.000000 +vn 0.991443 -0.130540 0.000000 +vn 0.991443 -0.130540 0.000000 +vn 0.991443 -0.130540 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.608747 -0.793364 0.000000 +vn 0.608747 -0.793364 0.000000 +vn 0.608747 -0.793364 0.000000 +vn 0.608762 -0.793353 0.000000 +vn 0.608762 -0.793353 0.000000 +vn 0.608762 -0.793353 0.000000 +vn 0.382693 -0.923876 0.000000 +vn 0.382693 -0.923876 0.000000 +vn 0.382693 -0.923876 0.000000 +vn 0.382688 -0.923878 0.000000 +vn 0.382688 -0.923878 0.000000 +vn 0.382688 -0.923878 0.000000 +vn 0.130522 -0.991445 0.000000 +vn 0.130522 -0.991445 0.000000 +vn 0.130522 -0.991445 0.000000 +vn 0.130520 -0.991446 0.000000 +vn 0.130520 -0.991446 0.000000 +vn 0.130520 -0.991446 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.130520 0.991446 0.000000 +vn 0.130520 0.991446 0.000000 +vn 0.130520 0.991446 0.000000 +vn 0.130522 0.991445 0.000000 +vn 0.130522 0.991445 0.000000 +vn 0.130522 0.991445 0.000000 +vn 0.382688 0.923878 0.000000 +vn 0.382688 0.923878 0.000000 +vn 0.382688 0.923878 0.000000 +vn 0.382693 0.923876 0.000000 +vn 0.382693 0.923876 0.000000 +vn 0.382693 0.923876 0.000000 +vn 0.608762 0.793353 0.000000 +vn 0.608762 0.793353 0.000000 +vn 0.608762 0.793353 0.000000 +vn 0.608747 0.793364 0.000000 +vn 0.608747 0.793364 0.000000 +vn 0.608747 0.793364 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.991443 0.130540 0.000000 +vn 0.991443 0.130540 0.000000 +vn 0.991443 0.130540 0.000000 +vn 0.991447 0.130510 0.000000 +vn 0.991447 0.130510 0.000000 +vn 0.991447 0.130510 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.991447 0.130510 0.000000 +vn -0.991447 0.130510 0.000000 +vn -0.991447 0.130510 0.000000 +vn -0.991443 0.130540 0.000000 +vn -0.991443 0.130540 0.000000 +vn -0.991443 0.130540 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.608747 0.793364 0.000000 +vn -0.608747 0.793364 0.000000 +vn -0.608747 0.793364 0.000000 +vn -0.608762 0.793353 0.000000 +vn -0.608762 0.793353 0.000000 +vn -0.608762 0.793353 0.000000 +vn -0.382693 0.923876 0.000000 +vn -0.382693 0.923876 0.000000 +vn -0.382693 0.923876 0.000000 +vn -0.382688 0.923878 0.000000 +vn -0.382688 0.923878 0.000000 +vn -0.382688 0.923878 0.000000 +vn -0.130522 0.991445 0.000000 +vn -0.130522 0.991445 0.000000 +vn -0.130522 0.991445 0.000000 +vn -0.130520 0.991446 0.000000 +vn -0.130520 0.991446 0.000000 +vn -0.130520 0.991446 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.130520 -0.991446 0.000000 +vn -0.130520 -0.991446 0.000000 +vn -0.130520 -0.991446 0.000000 +vn -0.130522 -0.991445 0.000000 +vn -0.130522 -0.991445 0.000000 +vn -0.130522 -0.991445 0.000000 +vn -0.382688 -0.923878 0.000000 +vn -0.382688 -0.923878 0.000000 +vn -0.382688 -0.923878 0.000000 +vn -0.382693 -0.923876 0.000000 +vn -0.382693 -0.923876 0.000000 +vn -0.382693 -0.923876 0.000000 +vn -0.608762 -0.793353 0.000000 +vn -0.608762 -0.793353 0.000000 +vn -0.608762 -0.793353 0.000000 +vn -0.608747 -0.793364 0.000000 +vn -0.608747 -0.793364 0.000000 +vn -0.608747 -0.793364 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.991443 -0.130540 0.000000 +vn -0.991443 -0.130540 0.000000 +vn -0.991443 -0.130540 0.000000 +vn -0.991447 -0.130510 0.000000 +vn -0.991447 -0.130510 0.000000 +vn -0.991447 -0.130510 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000013 0.000000 +vn 1.000000 -0.000013 0.000000 +vn 1.000000 -0.000013 0.000000 +vn 1.000000 0.000003 0.000000 +vn 1.000000 0.000003 0.000000 +vn 1.000000 0.000003 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000019 0.000000 +vn 1.000000 -0.000019 0.000000 +vn 1.000000 -0.000019 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000008 0.000000 +vn 1.000000 -0.000008 0.000000 +vn 1.000000 -0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000026 0.000000 +vn 1.000000 0.000026 0.000000 +vn 1.000000 0.000026 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000007 0.000000 +vn 1.000000 -0.000007 0.000000 +vn 1.000000 -0.000007 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 -0.000052 0.000000 +vn 1.000000 -0.000052 0.000000 +vn 1.000000 -0.000052 0.000000 +vn 1.000000 -0.000004 0.000000 +vn 1.000000 -0.000004 0.000000 +vn 1.000000 -0.000004 0.000000 +vn 1.000000 0.000004 0.000000 +vn 1.000000 0.000004 0.000000 +vn 1.000000 0.000004 0.000000 +vn 1.000000 0.000052 0.000000 +vn 1.000000 0.000052 0.000000 +vn 1.000000 0.000052 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991448 0.130501 +vn 0.000000 0.991448 0.130501 +vn 0.000000 0.991448 0.130501 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.608765 -0.793350 +vn 0.000000 -0.608765 -0.793350 +vn 0.000000 -0.608765 -0.793350 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn -0.000001 -0.991443 -0.130538 +vn -0.000001 -0.991443 -0.130538 +vn -0.000001 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793367 0.608744 +vn 0.000000 -0.793366 0.608744 +vn 0.000000 -0.793366 0.608744 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130523 0.991445 +vn 0.000000 -0.130523 0.991445 +vn 0.000000 -0.130523 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793357 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn -0.000000 0.991448 -0.130501 +vn -0.000000 0.991448 -0.130501 +vn -0.000000 0.991448 -0.130501 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793367 0.608744 +vn 0.000000 0.793366 0.608744 +vn 0.000000 0.793366 0.608744 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130523 0.991445 +vn 0.000000 0.130523 0.991445 +vn 0.000000 0.130523 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.608765 0.793350 +vn 0.000000 -0.608765 0.793350 +vn 0.000000 -0.608765 0.793350 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000001 -0.991443 -0.130537 +vn 0.000001 -0.991443 -0.130537 +vn 0.000001 -0.991443 -0.130537 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608750 -0.793362 +vn 0.000000 0.608750 -0.793362 +vn 0.000000 0.608750 -0.793362 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608768 -0.793348 +vn 0.000000 -0.608768 -0.793348 +vn 0.000000 -0.608768 -0.793348 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130537 +vn 0.000000 -0.991443 -0.130537 +vn 0.000000 -0.991443 -0.130537 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923871 0.382704 +vn 0.000000 -0.923871 0.382704 +vn 0.000000 -0.923871 0.382704 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.608751 0.793361 +vn 0.000000 0.608751 0.793361 +vn 0.000000 0.608751 0.793361 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923878 0.382688 +vn 0.000000 0.923878 0.382688 +vn 0.000000 0.923878 0.382688 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608759 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608759 0.793356 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608748 -0.793364 +vn 0.000000 0.608748 -0.793364 +vn 0.000000 0.608748 -0.793364 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923871 0.382705 +vn 0.000000 -0.923871 0.382705 +vn 0.000000 -0.923871 0.382705 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608751 0.793362 +vn 0.000000 0.608751 0.793362 +vn 0.000000 0.608751 0.793362 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793356 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793356 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793356 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608757 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793366 -0.608744 +vn 0.000000 0.793366 -0.608744 +vn 0.000000 0.793366 -0.608744 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793366 -0.608744 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608757 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793356 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.608748 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793356 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608750 0.793362 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793366 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793366 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923871 0.382705 +vn 0.000000 -0.923871 0.382705 +vn 0.000000 -0.923871 0.382705 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608751 0.793362 +vn 0.000000 0.608751 0.793362 +vn 0.000000 0.608751 0.793362 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130521 0.991446 +vn 0.000000 0.130521 0.991446 +vn 0.000000 0.130521 0.991446 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.608749 0.793363 +vn 0.000000 0.608749 0.793363 +vn 0.000000 0.608749 0.793363 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 -0.130537 +vn 0.000000 0.991443 -0.130537 +vn 0.000000 0.991443 -0.130537 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608759 -0.793356 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608768 -0.793349 +vn 0.000000 -0.608768 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608759 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923870 -0.382706 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923877 -0.382690 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608749 0.793363 +vn 0.000000 0.608749 0.793363 +vn 0.000000 0.608749 0.793363 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 -0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991441 0.130556 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608768 -0.793348 +vn 0.000000 0.608768 -0.793348 +vn 0.000000 0.608768 -0.793348 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.608749 -0.793363 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.608759 -0.793355 +vn 0.000000 -0.608759 -0.793355 +vn 0.000000 -0.608759 -0.793355 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923871 -0.382704 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923884 0.382672 +vn 0.000000 -0.923884 0.382672 +vn 0.000000 -0.923884 0.382672 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608751 0.793361 +vn 0.000000 0.608751 0.793361 +vn 0.000000 0.608751 0.793361 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923878 0.382688 +vn 0.000000 0.923878 0.382688 +vn 0.000000 0.923878 0.382688 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944717 0.327886 +vn 0.000000 -0.944717 0.327886 +vn 0.000000 -0.944717 0.327886 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.944672 -0.328016 +vn 0.000000 -0.944672 -0.328016 +vn 0.000000 -0.944672 -0.328016 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944672 0.328017 +vn 0.000000 -0.944672 0.328017 +vn 0.000000 -0.944672 0.328017 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944693 -0.327957 +vn 0.000000 -0.944693 -0.327957 +vn 0.000000 -0.944693 -0.327957 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.944717 -0.327886 +vn 0.000000 -0.944717 -0.327886 +vn 0.000000 -0.944717 -0.327886 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944681 -0.327992 +vn 0.000000 -0.944681 -0.327992 +vn 0.000000 -0.944681 -0.327992 +vn 0.000000 -0.944678 -0.328000 +vn 0.000000 -0.944678 -0.328000 +vn 0.000000 -0.944678 -0.328000 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944705 0.327922 +vn 0.000000 -0.944705 0.327922 +vn 0.000000 -0.944705 0.327922 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993804 0.111146 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993804 -0.111146 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327987 -0.944682 +vn 0.000000 0.327987 -0.944682 +vn 0.000000 0.327987 -0.944682 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327999 -0.944678 +vn 0.000000 -0.327999 -0.944678 +vn 0.000000 -0.327999 -0.944678 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.328008 -0.944675 +vn 0.000000 0.328008 -0.944675 +vn 0.000000 0.328008 -0.944675 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.327975 -0.944686 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327987 -0.944682 +vn 0.000000 0.327987 -0.944682 +vn 0.000000 0.327987 -0.944682 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327999 -0.944678 +vn 0.000000 -0.327999 -0.944678 +vn 0.000000 -0.327999 -0.944678 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.328008 -0.944675 +vn 0.000000 -0.328008 -0.944675 +vn 0.000000 -0.328008 -0.944675 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327966 -0.944690 +vn 0.000000 0.327966 -0.944690 +vn 0.000000 0.327966 -0.944690 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944693 0.327957 +vn 0.000000 0.944693 0.327957 +vn 0.000000 0.944693 0.327957 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328005 +vn 0.000000 0.944676 -0.328005 +vn 0.000000 0.944676 -0.328005 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944680 0.327993 +vn 0.000000 0.944680 0.327993 +vn 0.000000 0.944680 0.327993 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944681 -0.327992 +vn 0.000000 0.944681 -0.327992 +vn 0.000000 0.944681 -0.327992 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944693 0.327957 +vn 0.000000 0.944693 0.327957 +vn 0.000000 0.944693 0.327957 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944680 0.327993 +vn 0.000000 0.944680 0.327993 +vn 0.000000 0.944680 0.327993 +vn 0.000000 0.944678 0.328000 +vn 0.000000 0.944678 0.328000 +vn 0.000000 0.944678 0.328000 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327985 0.944683 +vn 0.000000 0.327985 0.944683 +vn 0.000000 0.327985 0.944683 +vn 0.000000 0.327988 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327988 0.944682 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327985 0.944683 +vn 0.000000 0.327985 0.944683 +vn 0.000000 0.327985 0.944683 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.328005 0.944676 +vn 0.000000 0.328005 0.944676 +vn 0.000000 0.328005 0.944676 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000003 0.000000 +vn -1.000000 -0.000003 0.000000 +vn -1.000000 -0.000003 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 0.000052 0.000000 +vn -1.000000 0.000052 0.000000 +vn -1.000000 0.000052 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 -0.000004 0.000000 +vn -1.000000 -0.000004 0.000000 +vn -1.000000 -0.000004 0.000000 +vn -1.000000 -0.000052 0.000000 +vn -1.000000 -0.000052 0.000000 +vn -1.000000 -0.000052 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000013 0.000000 +vn -1.000000 0.000013 0.000000 +vn -1.000000 0.000013 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000008 0.000000 +vn -1.000000 0.000008 0.000000 +vn -1.000000 0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000019 0.000000 +vn -1.000000 -0.000019 0.000000 +vn -1.000000 -0.000019 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000026 0.000000 +vn -1.000000 -0.000026 0.000000 +vn -1.000000 -0.000026 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000004 +vn 0.000000 -1.000000 0.000004 +vn 0.000000 -1.000000 0.000004 +vn 0.000000 -1.000000 0.000011 +vn 0.000000 -1.000000 0.000011 +vn 0.000000 -1.000000 0.000011 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000031 +vn 0.000000 -1.000000 -0.000031 +vn 0.000000 -1.000000 -0.000031 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000054 +vn 0.000000 -1.000000 0.000054 +vn 0.000000 -1.000000 0.000054 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000017 +vn 0.000000 -1.000000 -0.000017 +vn 0.000000 -1.000000 -0.000017 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000008 +vn 0.000000 -1.000000 0.000008 +vn 0.000000 -1.000000 0.000008 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000002 0.130540 +vn 0.991443 0.000002 0.130540 +vn 0.991443 0.000002 0.130540 +vn 0.991443 -0.000002 -0.130541 +vn 0.991443 -0.000002 -0.130541 +vn 0.991443 -0.000002 -0.130541 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608752 0.000000 -0.793361 +vn 0.608752 0.000000 -0.793361 +vn 0.608752 0.000000 -0.793361 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130514 0.000000 -0.991446 +vn 0.130514 0.000000 -0.991446 +vn 0.130514 0.000000 -0.991446 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.991438 0.000000 -0.130578 +vn -0.991438 0.000000 -0.130578 +vn -0.991438 0.000000 -0.130578 +vn -0.991438 -0.000001 -0.130580 +vn -0.991438 -0.000001 -0.130580 +vn -0.991438 -0.000001 -0.130580 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.608770 0.000000 0.793347 +vn -0.608770 0.000000 0.793347 +vn -0.608770 0.000000 0.793347 +vn -0.608773 -0.000001 0.793345 +vn -0.608773 -0.000001 0.793345 +vn -0.608773 -0.000001 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 -0.000000 0.991446 +vn 0.130514 -0.000000 0.991446 +vn 0.130514 -0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608752 0.000000 0.793361 +vn 0.608752 0.000000 0.793361 +vn 0.608752 0.000000 0.793361 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000002 -0.130542 +vn 0.991443 0.000002 -0.130542 +vn 0.991443 0.000002 -0.130542 +vn 0.991443 -0.000002 0.130541 +vn 0.991443 -0.000002 0.130541 +vn 0.991443 -0.000002 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.608755 0.000000 0.793359 +vn 0.608755 0.000000 0.793359 +vn 0.608755 0.000000 0.793359 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.608770 0.000000 0.793347 +vn -0.608770 0.000000 0.793347 +vn -0.608770 0.000000 0.793347 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 -0.000001 0.130579 +vn -0.991438 -0.000001 0.130579 +vn -0.991438 -0.000001 0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.130519 0.000000 -0.991446 +vn -0.130519 0.000000 -0.991446 +vn -0.130519 0.000000 -0.991446 +vn -0.130533 0.000000 -0.991444 +vn -0.130533 0.000000 -0.991444 +vn -0.130533 0.000000 -0.991444 +vn 0.130519 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608752 0.000000 -0.793361 +vn 0.608752 0.000000 -0.793361 +vn 0.608752 0.000000 -0.793361 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130522 0.000000 -0.991445 +vn 0.130522 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130580 +vn -0.991438 0.000000 0.130580 +vn -0.991438 0.000000 0.130580 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923879 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382701 0.000000 0.923872 +vn 0.382701 0.000000 0.923872 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793357 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793341 0.000000 -0.608777 +vn 0.793342 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130519 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793342 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.608755 0.000000 0.793358 +vn 0.608755 0.000000 0.793358 +vn 0.608755 0.000000 0.793358 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130539 +vn 0.991443 0.000000 0.130539 +vn 0.991443 0.000000 0.130539 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382701 0.000000 0.923872 +vn 0.382701 0.000000 0.923872 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382687 0.000000 0.923878 +vn -0.382687 0.000000 0.923878 +vn -0.382687 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793342 0.000000 -0.608776 +vn 0.793342 0.000000 -0.608776 +vn 0.793342 0.000000 -0.608776 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793361 +vn 0.608751 0.000000 -0.793361 +vn 0.608751 0.000000 -0.793361 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130519 0.000000 -0.991446 +vn 0.130519 0.000000 -0.991446 +vn 0.130519 0.000000 -0.991446 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.793341 0.000000 -0.608777 +vn -0.793342 0.000000 -0.608777 +vn -0.793342 0.000000 -0.608777 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608751 0.000000 0.793361 +vn 0.608751 0.000000 0.793361 +vn 0.608751 0.000000 0.793361 +vn 0.793341 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923878 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923879 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608755 0.000000 0.793358 +vn 0.608755 0.000000 0.793358 +vn 0.608755 0.000000 0.793358 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793357 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793347 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923903 0.000000 -0.382627 +vn 0.923903 0.000000 -0.382627 +vn 0.923903 0.000000 -0.382627 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923903 0.000000 -0.382627 +vn -0.923903 0.000000 -0.382627 +vn -0.923903 0.000000 -0.382627 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130580 +vn -0.991438 0.000000 -0.130580 +vn -0.991438 0.000000 -0.130580 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793357 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793347 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608753 0.000000 0.793360 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923878 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923879 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793342 0.000000 -0.608777 +vn 0.793342 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608751 0.000000 -0.793361 +vn 0.608751 0.000000 -0.793361 +vn 0.608751 0.000000 -0.793361 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608770 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793342 0.000000 -0.608776 +vn -0.793342 0.000000 -0.608776 +vn -0.793342 0.000000 -0.608776 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608770 0.000000 0.793347 +vn -0.608770 0.000000 0.793347 +vn -0.608770 0.000000 0.793347 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.608772 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382687 0.000000 -0.923878 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.382682 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382679 0.000000 0.923881 +vn -0.382679 0.000000 0.923881 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923879 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382701 0.000000 0.923872 +vn 0.382701 0.000000 0.923872 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.608753 0.000000 -0.793360 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.608769 0.000000 -0.793347 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608756 0.000000 0.793358 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130519 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608772 0.000000 -0.793345 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608777 +vn -0.793342 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608769 0.000000 0.793347 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130519 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382701 0.000000 0.923872 +vn 0.382701 0.000000 0.923872 +vn 0.382700 0.000000 0.923873 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.382692 0.000000 0.923876 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793357 +vn 0.608756 0.000000 0.793357 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.608750 0.000000 0.793362 +vn 0.793341 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.608751 0.000000 -0.793362 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608773 0.000000 -0.793345 +vn -0.608773 0.000000 -0.793345 +vn -0.608773 0.000000 -0.793345 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793342 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.608773 0.000000 0.793345 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.382683 0.000000 0.923880 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130528 0.000000 0.991445 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130514 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.382697 0.000000 0.923874 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.608754 0.000000 0.793359 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.608754 0.000000 -0.793359 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382696 0.000000 -0.923874 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.382701 0.000000 -0.923872 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.130524 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382686 0.000000 -0.923878 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.382683 0.000000 -0.923880 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130578 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608769 0.000000 0.793348 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.608775 0.000000 0.793343 +vn -0.382679 0.000000 0.923881 +vn -0.382678 0.000000 0.923882 +vn -0.382678 0.000000 0.923882 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.382686 0.000000 0.923878 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn -0.130524 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.382693 0.000000 0.923876 +vn 0.608755 0.000000 0.793358 +vn 0.608755 0.000000 0.793358 +vn 0.608755 0.000000 0.793358 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.608751 0.000000 0.793362 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.991443 0.000000 -0.130541 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608752 0.000000 -0.793360 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.608750 0.000000 -0.793362 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.382700 0.000000 -0.923873 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130518 0.000000 -0.991446 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130527 0.000000 -0.991445 +vn -0.130527 0.000000 -0.991445 +vn -0.130527 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.382686 0.000000 -0.923879 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608769 0.000000 -0.793348 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.608772 0.000000 -0.793346 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991438 0.000000 -0.130580 +vn -0.991438 0.000000 -0.130580 +vn -0.991438 0.000000 -0.130580 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 -0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.991438 0.000000 0.130579 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.608772 0.000000 0.793346 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382682 0.000000 0.923880 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923879 +vn -0.382686 0.000000 0.923879 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.130518 0.000000 0.991446 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382700 0.000000 0.923873 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.382696 0.000000 0.923874 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.608752 0.000000 0.793360 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130541 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 0.991443 0.000000 0.130540 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944686 0.000000 0.327975 +vn -0.944686 0.000000 0.327975 +vn -0.944686 0.000000 0.327975 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944679 0.000000 -0.327996 +vn -0.944679 0.000000 -0.327996 +vn -0.944679 0.000000 -0.327996 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328001 +vn -0.944677 0.000000 -0.328001 +vn -0.944677 0.000000 -0.328001 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944679 0.000000 -0.327996 +vn -0.944679 0.000000 -0.327996 +vn -0.944679 0.000000 -0.327996 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944677 0.000000 -0.328002 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944684 0.000000 0.327983 +vn -0.944684 0.000000 0.327983 +vn -0.944684 0.000000 0.327983 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944686 0.000000 0.327975 +vn -0.944686 0.000000 0.327975 +vn -0.944686 0.000000 0.327975 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944678 0.000000 -0.328000 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.944676 0.000000 -0.328004 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327910 0.000000 -0.944709 +vn -0.327910 0.000000 -0.944709 +vn -0.327910 0.000000 -0.944709 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327993 0.000000 -0.944680 +vn 0.327993 0.000000 -0.944680 +vn 0.327993 0.000000 -0.944680 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327980 0.000000 -0.944685 +vn -0.327980 0.000000 -0.944685 +vn -0.327980 0.000000 -0.944685 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327987 0.000000 -0.944682 +vn 0.327987 0.000000 -0.944682 +vn 0.327987 0.000000 -0.944682 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.327980 0.000000 -0.944685 +vn -0.327980 0.000000 -0.944685 +vn -0.327980 0.000000 -0.944685 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327980 0.000000 -0.944685 +vn -0.327980 0.000000 -0.944685 +vn -0.327980 0.000000 -0.944685 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327983 0.000000 -0.944684 +vn -0.327983 0.000000 -0.944684 +vn -0.327983 0.000000 -0.944684 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327987 0.000000 -0.944682 +vn 0.327987 0.000000 -0.944682 +vn 0.327987 0.000000 -0.944682 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327910 0.000000 -0.944709 +vn -0.327910 0.000000 -0.944709 +vn -0.327910 0.000000 -0.944709 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111157 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.327974 0.000000 -0.944687 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327993 0.000000 -0.944680 +vn 0.327993 0.000000 -0.944680 +vn 0.327993 0.000000 -0.944680 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327987 0.000000 -0.944682 +vn 0.327987 0.000000 -0.944682 +vn 0.327987 0.000000 -0.944682 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327981 0.000000 -0.944684 +vn 0.327993 0.000000 -0.944680 +vn 0.327993 0.000000 -0.944680 +vn 0.327993 0.000000 -0.944680 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944620 0.000002 -0.328167 +vn 0.944620 0.000002 -0.328167 +vn 0.944620 0.000002 -0.328167 +vn 0.944686 0.000000 -0.327975 +vn 0.944686 0.000000 -0.327975 +vn 0.944686 0.000000 -0.327975 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944691 0.000000 0.327963 +vn 0.944691 0.000000 0.327963 +vn 0.944691 0.000000 0.327963 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944699 -0.000003 0.327940 +vn 0.944699 -0.000003 0.327940 +vn 0.944699 -0.000003 0.327940 +vn 0.944692 0.000000 0.327959 +vn 0.944692 0.000000 0.327959 +vn 0.944692 0.000000 0.327959 +vn 0.944691 0.000000 0.327963 +vn 0.944691 0.000000 0.327963 +vn 0.944691 0.000000 0.327963 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944691 0.000002 -0.327961 +vn 0.944691 0.000002 -0.327961 +vn 0.944691 0.000002 -0.327961 +vn 0.944684 0.000000 -0.327982 +vn 0.944684 0.000000 -0.327982 +vn 0.944684 0.000000 -0.327982 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944686 0.000000 -0.327975 +vn 0.944686 0.000000 -0.327975 +vn 0.944686 0.000000 -0.327975 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.944627 0.000003 0.328147 +vn 0.944627 0.000003 0.328147 +vn 0.944627 0.000003 0.328147 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.944691 0.000000 0.327962 +vn 0.944694 0.000000 0.327954 +vn 0.944694 0.000000 0.327954 +vn 0.944694 0.000000 0.327954 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944695 0.000000 0.327951 +vn 0.944695 0.000000 0.327951 +vn 0.944695 0.000000 0.327951 +vn 0.944620 -0.000002 0.328167 +vn 0.944620 -0.000002 0.328167 +vn 0.944620 -0.000002 0.328167 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.993800 0.000000 0.111187 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944684 0.000000 -0.327982 +vn 0.944684 0.000000 -0.327982 +vn 0.944684 0.000000 -0.327982 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944684 0.000000 -0.327982 +vn 0.944684 0.000000 -0.327982 +vn 0.944684 0.000000 -0.327982 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944686 0.000000 -0.327975 +vn 0.944686 0.000000 -0.327975 +vn 0.944686 0.000000 -0.327975 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944620 -0.000002 -0.328167 +vn 0.944620 -0.000002 -0.328167 +vn 0.944620 -0.000002 -0.328167 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993800 0.000000 -0.111187 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944683 0.000000 -0.327984 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.944685 0.000000 -0.327980 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944686 0.000000 0.327975 +vn 0.944686 0.000000 0.327975 +vn 0.944686 0.000000 0.327975 +vn 0.944692 0.000000 0.327959 +vn 0.944692 0.000000 0.327959 +vn 0.944692 0.000000 0.327959 +vn 0.707108 0.000000 -0.707105 +vn 0.707108 0.000000 -0.707105 +vn 0.707108 0.000000 -0.707105 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.328005 0.000000 0.944676 +vn 0.328005 0.000000 0.944676 +vn 0.328005 0.000000 0.944676 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327984 0.000000 0.944683 +vn -0.327984 0.000000 0.944683 +vn -0.327984 0.000000 0.944683 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.327984 0.000000 0.944683 +vn 0.327984 0.000000 0.944683 +vn 0.327984 0.000000 0.944683 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.327983 0.000000 0.944684 +vn -0.327971 0.000000 0.944688 +vn -0.327971 0.000000 0.944688 +vn -0.327971 0.000000 0.944688 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.328005 0.000000 0.944676 +vn 0.328005 0.000000 0.944676 +vn 0.328005 0.000000 0.944676 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111157 0.000000 0.993803 +vn -0.111157 0.000000 0.993803 +vn -0.111157 0.000000 0.993803 +vn -0.111160 0.000000 0.993803 +vn -0.111160 0.000000 0.993803 +vn -0.111160 0.000000 0.993803 +vn -0.327910 0.000000 0.944709 +vn -0.327910 0.000000 0.944709 +vn -0.327910 0.000000 0.944709 +vn -0.327995 0.000000 0.944680 +vn -0.327995 0.000000 0.944680 +vn -0.327995 0.000000 0.944680 +vn -0.327971 0.000000 0.944688 +vn -0.327971 0.000000 0.944688 +vn -0.327971 0.000000 0.944688 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327977 0.000000 0.944686 +vn -0.327977 0.000000 0.944686 +vn -0.327977 0.000000 0.944686 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327910 0.000000 0.944709 +vn -0.327910 0.000000 0.944709 +vn -0.327910 0.000000 0.944709 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111157 0.000000 0.993803 +vn -0.111157 0.000000 0.993803 +vn -0.111157 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327984 0.000000 0.944683 +vn 0.327984 0.000000 0.944683 +vn 0.327984 0.000000 0.944683 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.327978 0.000000 0.944685 +vn 0.327978 0.000000 0.944685 +vn 0.327978 0.000000 0.944685 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327981 0.000000 0.944684 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.327993 0.000000 0.944680 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn -0.327974 0.000000 0.944687 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000009 +vn 0.000000 1.000000 0.000009 +vn 0.000000 1.000000 0.000009 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000015 +vn 0.000000 1.000000 -0.000015 +vn 0.000000 1.000000 -0.000015 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000054 +vn 0.000000 1.000000 -0.000054 +vn 0.000000 1.000000 -0.000054 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000054 +vn 0.000000 1.000000 -0.000054 +vn 0.000000 1.000000 -0.000054 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000007 +vn 0.000000 1.000000 0.000007 +vn 0.000000 1.000000 0.000007 +vn 0.000000 1.000000 -0.000023 +vn 0.000000 1.000000 -0.000023 +vn 0.000000 1.000000 -0.000023 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000006 +vn 0.000000 1.000000 0.000006 +vn 0.000000 1.000000 0.000006 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000007 +vn 0.000000 -1.000000 0.000007 +vn 0.000000 -1.000000 0.000007 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000023 +vn 0.000000 -1.000000 -0.000023 +vn 0.000000 -1.000000 -0.000023 +vn 0.000000 -1.000000 0.000026 +vn 0.000000 -1.000000 0.000026 +vn 0.000000 -1.000000 0.000026 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000054 +vn 0.000000 -1.000000 -0.000054 +vn 0.000000 -1.000000 -0.000054 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000054 +vn 0.000000 -1.000000 -0.000054 +vn 0.000000 -1.000000 -0.000054 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 0.000052 +vn 0.000000 -1.000000 -0.000015 +vn 0.000000 -1.000000 -0.000015 +vn 0.000000 -1.000000 -0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 -0.000052 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000009 +vn 0.000000 -1.000000 0.000009 +vn 0.000000 -1.000000 0.000009 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000003 +vn 0.000000 -1.000000 -0.000003 +vn 0.000000 -1.000000 -0.000003 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000001 0.130579 +vn 0.991438 0.000001 0.130579 +vn 0.991438 0.000001 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.130519 0.000000 -0.991446 +vn 0.130519 0.000000 -0.991446 +vn 0.130519 0.000000 -0.991446 +vn 0.130533 0.000000 -0.991444 +vn 0.130533 0.000000 -0.991444 +vn 0.130533 0.000000 -0.991444 +vn -0.130519 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608752 0.000000 -0.793361 +vn -0.608752 0.000000 -0.793361 +vn -0.608752 0.000000 -0.793361 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 -0.000002 -0.130542 +vn -0.991443 -0.000002 -0.130542 +vn -0.991443 -0.000002 -0.130542 +vn -0.991443 0.000002 0.130541 +vn -0.991443 0.000002 0.130541 +vn -0.991443 0.000002 0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608755 0.000000 0.793359 +vn -0.608755 0.000000 0.793359 +vn -0.608755 0.000000 0.793359 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 -0.000000 0.991446 +vn 0.130519 -0.000000 0.991446 +vn 0.130519 -0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 -0.000000 0.923880 +vn 0.382683 -0.000000 0.923880 +vn 0.382683 -0.000000 0.923880 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608770 0.000000 0.793347 +vn 0.608770 0.000000 0.793347 +vn 0.608770 0.000000 0.793347 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.991438 0.000000 -0.130578 +vn 0.991438 0.000000 -0.130578 +vn 0.991438 0.000000 -0.130578 +vn 0.991438 0.000001 -0.130580 +vn 0.991438 0.000001 -0.130580 +vn 0.991438 0.000001 -0.130580 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.608770 0.000000 0.793347 +vn 0.608770 0.000000 0.793347 +vn 0.608770 0.000000 0.793347 +vn 0.608773 0.000001 0.793345 +vn 0.608773 0.000001 0.793345 +vn 0.608773 0.000001 0.793345 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608752 0.000000 0.793361 +vn -0.608752 0.000000 0.793361 +vn -0.608752 0.000000 0.793361 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 -0.000002 0.130540 +vn -0.991443 -0.000002 0.130540 +vn -0.991443 -0.000002 0.130540 +vn -0.991443 0.000002 -0.130541 +vn -0.991443 0.000002 -0.130541 +vn -0.991443 0.000002 -0.130541 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608752 0.000000 -0.793361 +vn -0.608752 0.000000 -0.793361 +vn -0.608752 0.000000 -0.793361 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.130514 0.000000 -0.991446 +vn -0.130514 0.000000 -0.991446 +vn -0.130514 0.000000 -0.991446 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn -0.130528 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130580 +vn 0.991438 0.000000 -0.130580 +vn 0.991438 0.000000 -0.130580 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130527 0.000000 -0.991445 +vn 0.130527 0.000000 -0.991445 +vn 0.130527 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.793340 0.000000 0.608778 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608755 0.000000 0.793358 +vn -0.608755 0.000000 0.793358 +vn -0.608755 0.000000 0.793358 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793341 0.000000 -0.608777 +vn 0.793342 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608773 0.000000 -0.793345 +vn 0.608773 0.000000 -0.793345 +vn 0.608773 0.000000 -0.793345 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.793340 0.000000 0.608779 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793342 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130519 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382701 0.000000 0.923872 +vn -0.382700 0.000000 0.923873 +vn -0.382701 0.000000 0.923872 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130519 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382701 0.000000 0.923872 +vn -0.382700 0.000000 0.923873 +vn -0.382701 0.000000 0.923872 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923878 +vn 0.382679 0.000000 0.923881 +vn 0.382679 0.000000 0.923881 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793342 0.000000 -0.608776 +vn 0.793342 0.000000 -0.608776 +vn 0.793342 0.000000 -0.608776 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793361 +vn -0.608751 0.000000 -0.793361 +vn -0.608751 0.000000 -0.793361 +vn -0.793341 0.000000 -0.608777 +vn -0.793342 0.000000 -0.608777 +vn -0.793342 0.000000 -0.608777 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923901 0.000000 -0.382631 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608770 0.000000 0.793347 +vn 0.608770 0.000000 0.793347 +vn 0.608770 0.000000 0.793347 +vn 0.793341 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923879 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130580 +vn 0.991438 0.000000 -0.130580 +vn 0.991438 0.000000 -0.130580 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923903 0.000000 -0.382627 +vn 0.923903 0.000000 -0.382627 +vn 0.923903 0.000000 -0.382627 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923903 0.000000 -0.382627 +vn -0.923903 0.000000 -0.382627 +vn -0.923903 0.000000 -0.382627 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608772 0.000000 0.793345 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382682 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923879 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.793339 0.000000 0.608780 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608753 0.000000 0.793360 +vn -0.608755 0.000000 0.793358 +vn -0.608755 0.000000 0.793358 +vn -0.608755 0.000000 0.793358 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793342 0.000000 -0.608777 +vn 0.793342 0.000000 -0.608777 +vn 0.793341 0.000000 -0.608777 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382687 0.000000 -0.923878 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn -0.130519 0.000000 -0.991446 +vn -0.130519 0.000000 -0.991446 +vn -0.130519 0.000000 -0.991446 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.608751 0.000000 -0.793361 +vn -0.608751 0.000000 -0.793361 +vn -0.608751 0.000000 -0.793361 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.793342 0.000000 -0.608776 +vn -0.793342 0.000000 -0.608776 +vn -0.793342 0.000000 -0.608776 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.793340 0.000000 -0.608779 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608777 +vn -0.608751 0.000000 0.793361 +vn -0.608751 0.000000 0.793361 +vn -0.608751 0.000000 0.793361 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608776 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608777 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923879 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382687 0.000000 0.923878 +vn 0.382687 0.000000 0.923878 +vn 0.382687 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382630 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.608772 0.000000 -0.793345 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608753 0.000000 -0.793360 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.923902 0.000000 0.382630 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.608756 0.000000 0.793358 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382701 0.000000 0.923872 +vn -0.382700 0.000000 0.923873 +vn -0.382701 0.000000 0.923872 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.608769 0.000000 0.793347 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608769 0.000000 -0.793347 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.382696 0.000000 -0.923874 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608777 +vn -0.793342 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130539 +vn -0.991443 0.000000 0.130539 +vn -0.991443 0.000000 0.130539 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793342 0.000000 0.608777 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608751 0.000000 0.793362 +vn -0.608755 0.000000 0.793358 +vn -0.608755 0.000000 0.793358 +vn -0.608755 0.000000 0.793358 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382693 0.000000 0.923876 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130519 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793342 0.000000 0.608777 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.793340 0.000000 -0.608779 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.608770 0.000000 -0.793347 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130524 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130519 0.000000 -0.991446 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382701 0.000000 -0.923872 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.608754 0.000000 -0.793359 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793342 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.793341 0.000000 -0.608777 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793343 0.000000 0.608775 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.793340 0.000000 0.608779 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.608754 0.000000 0.793359 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.382697 0.000000 0.923874 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130523 0.000000 0.991445 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn -0.130514 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130519 0.000000 0.991446 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.130528 0.000000 0.991445 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.382683 0.000000 0.923880 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.608773 0.000000 0.793345 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793339 0.000000 0.608780 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.923902 0.000000 -0.382629 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793339 0.000000 -0.608780 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382683 0.000000 -0.923880 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.382686 0.000000 -0.923878 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.382697 0.000000 -0.923874 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.608751 0.000000 -0.793362 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.793339 0.000000 -0.608780 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.923902 0.000000 -0.382629 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923902 0.000000 0.382629 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.923901 0.000000 0.382631 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608750 0.000000 0.793362 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.608756 0.000000 0.793357 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382692 0.000000 0.923876 +vn -0.382701 0.000000 0.923872 +vn -0.382700 0.000000 0.923873 +vn -0.382701 0.000000 0.923872 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.130524 0.000000 0.991445 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382686 0.000000 0.923878 +vn 0.382678 0.000000 0.923882 +vn 0.382678 0.000000 0.923882 +vn 0.382679 0.000000 0.923881 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608775 0.000000 0.793343 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.608769 0.000000 0.793348 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.793341 0.000000 0.608778 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923901 0.000000 0.382631 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.923902 0.000000 0.382629 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 0.130578 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.991438 0.000000 -0.130579 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923903 0.000000 -0.382628 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.923902 0.000000 -0.382630 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793340 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.793341 0.000000 -0.608778 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608772 0.000000 -0.793346 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.608769 0.000000 -0.793348 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.382686 0.000000 -0.923879 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130523 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn 0.130528 0.000000 -0.991445 +vn -0.130523 0.000000 -0.991445 +vn -0.130522 0.000000 -0.991445 +vn -0.130522 0.000000 -0.991445 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.130518 0.000000 -0.991446 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.382700 0.000000 -0.923873 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608750 0.000000 -0.793362 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.608752 0.000000 -0.793360 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793340 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.793341 0.000000 -0.608778 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923902 0.000000 -0.382630 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.923903 0.000000 -0.382628 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130541 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 -0.130540 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.991443 0.000000 0.130541 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923903 0.000000 0.382628 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.923901 0.000000 0.382632 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793342 0.000000 0.608776 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.793341 0.000000 0.608778 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.608752 0.000000 0.793360 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382696 0.000000 0.923874 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.382700 0.000000 0.923873 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn -0.130518 0.000000 0.991446 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.130523 0.000000 0.991445 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382686 0.000000 0.923879 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.382682 0.000000 0.923880 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.608772 0.000000 0.793346 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793340 0.000000 0.608778 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.793343 0.000000 0.608775 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923901 0.000000 0.382632 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.923903 0.000000 0.382628 +vn 0.991438 0.000000 0.130580 +vn 0.991438 0.000000 0.130580 +vn 0.991438 0.000000 0.130580 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 0.991438 0.000000 0.130579 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707108 0.000000 -0.707105 +vn -0.707108 0.000000 -0.707105 +vn -0.707108 0.000000 -0.707105 +vn -0.944695 0.000000 0.327951 +vn -0.944695 0.000000 0.327951 +vn -0.944695 0.000000 0.327951 +vn -0.944620 0.000002 0.328167 +vn -0.944620 0.000002 0.328167 +vn -0.944620 0.000002 0.328167 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944691 -0.000002 -0.327961 +vn -0.944691 -0.000002 -0.327961 +vn -0.944691 -0.000002 -0.327961 +vn -0.944684 0.000000 -0.327982 +vn -0.944684 0.000000 -0.327982 +vn -0.944684 0.000000 -0.327982 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944699 0.000003 0.327940 +vn -0.944699 0.000003 0.327940 +vn -0.944699 0.000003 0.327940 +vn -0.944692 0.000000 0.327959 +vn -0.944692 0.000000 0.327959 +vn -0.944692 0.000000 0.327959 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.944620 0.000002 -0.328167 +vn -0.944620 0.000002 -0.328167 +vn -0.944620 0.000002 -0.328167 +vn -0.944686 0.000000 -0.327975 +vn -0.944686 0.000000 -0.327975 +vn -0.944686 0.000000 -0.327975 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944684 0.000000 -0.327982 +vn -0.944684 0.000000 -0.327982 +vn -0.944684 0.000000 -0.327982 +vn -0.944692 0.000000 -0.327960 +vn -0.944692 0.000000 -0.327960 +vn -0.944692 0.000000 -0.327960 +vn -0.944620 -0.000002 -0.328167 +vn -0.944620 -0.000002 -0.328167 +vn -0.944620 -0.000002 -0.328167 +vn -0.944686 0.000000 -0.327975 +vn -0.944686 0.000000 -0.327975 +vn -0.944686 0.000000 -0.327975 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.993800 0.000000 -0.111187 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.944685 0.000000 0.327980 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944684 0.000000 -0.327982 +vn -0.944684 0.000000 -0.327982 +vn -0.944684 0.000000 -0.327982 +vn -0.944692 0.000000 0.327959 +vn -0.944692 0.000000 0.327959 +vn -0.944692 0.000000 0.327959 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.944691 0.000000 0.327963 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944627 -0.000003 0.328146 +vn -0.944627 -0.000003 0.328146 +vn -0.944627 -0.000003 0.328146 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993800 0.000000 0.111187 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944686 0.000000 0.327975 +vn -0.944686 0.000000 0.327975 +vn -0.944686 0.000000 0.327975 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.944683 0.000000 0.327984 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944685 0.000000 -0.327980 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.327993 0.000000 -0.944680 +vn -0.327993 0.000000 -0.944680 +vn -0.327993 0.000000 -0.944680 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327980 0.000000 -0.944685 +vn 0.327980 0.000000 -0.944685 +vn 0.327980 0.000000 -0.944685 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.327910 0.000000 -0.944709 +vn 0.327910 0.000000 -0.944709 +vn 0.327910 0.000000 -0.944709 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327983 0.000000 -0.944684 +vn 0.327983 0.000000 -0.944684 +vn 0.327983 0.000000 -0.944684 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327910 0.000000 -0.944709 +vn 0.327910 0.000000 -0.944709 +vn 0.327910 0.000000 -0.944709 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327980 0.000000 -0.944685 +vn 0.327980 0.000000 -0.944685 +vn 0.327980 0.000000 -0.944685 +vn -0.327993 0.000000 -0.944680 +vn -0.327993 0.000000 -0.944680 +vn -0.327993 0.000000 -0.944680 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.328005 0.000000 -0.944676 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.327981 0.000000 -0.944684 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn -0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.111159 0.000000 -0.993803 +vn 0.327980 0.000000 -0.944685 +vn 0.327980 0.000000 -0.944685 +vn 0.327980 0.000000 -0.944685 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.944677 0.000000 -0.328001 +vn 0.944677 0.000000 -0.328001 +vn 0.944677 0.000000 -0.328001 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944679 0.000000 -0.327996 +vn 0.944679 0.000000 -0.327996 +vn 0.944679 0.000000 -0.327996 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944679 0.000000 -0.327996 +vn 0.944679 0.000000 -0.327996 +vn 0.944679 0.000000 -0.327996 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944684 0.000000 0.327983 +vn 0.944687 0.000000 0.327974 +vn 0.944687 0.000000 0.327974 +vn 0.944687 0.000000 0.327974 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944684 0.000000 0.327981 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.944677 0.000000 -0.328002 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944679 0.000000 -0.327996 +vn 0.944679 0.000000 -0.327996 +vn 0.944679 0.000000 -0.327996 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944676 0.000000 -0.328004 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.944678 0.000000 -0.328000 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944683 0.000000 0.327984 +vn 0.944686 0.000000 0.327975 +vn 0.944686 0.000000 0.327975 +vn 0.944686 0.000000 0.327975 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.944685 0.000000 0.327980 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327910 0.000000 0.944709 +vn 0.327910 0.000000 0.944709 +vn 0.327910 0.000000 0.944709 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327984 0.000000 0.944683 +vn -0.327984 0.000000 0.944683 +vn -0.327984 0.000000 0.944683 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327993 0.000000 0.944680 +vn -0.327993 0.000000 0.944680 +vn -0.327993 0.000000 0.944680 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.327984 0.000000 0.944683 +vn 0.327984 0.000000 0.944683 +vn 0.327984 0.000000 0.944683 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327993 0.000000 0.944680 +vn -0.327993 0.000000 0.944680 +vn -0.327993 0.000000 0.944680 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327978 0.000000 0.944685 +vn -0.327978 0.000000 0.944685 +vn -0.327978 0.000000 0.944685 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.328002 0.000000 0.944677 +vn -0.328002 0.000000 0.944677 +vn -0.328002 0.000000 0.944677 +vn -0.327978 0.000000 0.944685 +vn -0.327978 0.000000 0.944685 +vn -0.327978 0.000000 0.944685 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111157 0.000000 0.993803 +vn 0.111157 0.000000 0.993803 +vn 0.111157 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327984 0.000000 0.944683 +vn -0.327984 0.000000 0.944683 +vn -0.327984 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.328005 0.000000 0.944676 +vn -0.328005 0.000000 0.944676 +vn -0.328005 0.000000 0.944676 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.327977 0.000000 0.944686 +vn 0.327977 0.000000 0.944686 +vn 0.327977 0.000000 0.944686 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.327907 0.000000 0.944710 +vn 0.327907 0.000000 0.944710 +vn 0.327907 0.000000 0.944710 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111160 0.000000 0.993803 +vn 0.111160 0.000000 0.993803 +vn 0.111160 0.000000 0.993803 +vn 0.111157 0.000000 0.993803 +vn 0.111157 0.000000 0.993803 +vn 0.111157 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111163 0.000000 0.993802 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn 0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111163 0.000000 0.993802 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.111159 0.000000 0.993803 +vn -0.327993 0.000000 0.944680 +vn -0.327993 0.000000 0.944680 +vn -0.327993 0.000000 0.944680 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn -0.327981 0.000000 0.944684 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 -0.000017 +vn 0.000000 1.000000 -0.000017 +vn 0.000000 1.000000 -0.000017 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000007 +vn 0.000000 1.000000 0.000007 +vn 0.000000 1.000000 0.000007 +vn 0.000000 1.000000 -0.000026 +vn 0.000000 1.000000 -0.000026 +vn 0.000000 1.000000 -0.000026 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000054 +vn 0.000000 1.000000 0.000054 +vn 0.000000 1.000000 0.000054 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 0.000015 +vn 0.000000 1.000000 -0.000015 +vn 0.000000 1.000000 -0.000015 +vn 0.000000 1.000000 -0.000015 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000052 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 -0.000052 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000031 +vn 0.000000 1.000000 -0.000031 +vn 0.000000 1.000000 -0.000031 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000011 +vn 0.000000 1.000000 0.000011 +vn 0.000000 1.000000 0.000011 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 0.000008 +vn 0.000000 1.000000 0.000008 +vn 0.000000 1.000000 0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000006 +vn 0.000000 1.000000 0.000006 +vn 0.000000 1.000000 0.000006 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000013 0.000000 +vn 1.000000 -0.000013 0.000000 +vn 1.000000 -0.000013 0.000000 +vn 1.000000 0.000003 0.000000 +vn 1.000000 0.000003 0.000000 +vn 1.000000 0.000003 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000019 0.000000 +vn 1.000000 -0.000019 0.000000 +vn 1.000000 -0.000019 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000008 0.000000 +vn 1.000000 -0.000008 0.000000 +vn 1.000000 -0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000026 0.000000 +vn 1.000000 0.000026 0.000000 +vn 1.000000 0.000026 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000007 0.000000 +vn 1.000000 -0.000007 0.000000 +vn 1.000000 -0.000007 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 -0.000054 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 -0.000052 0.000000 +vn 1.000000 -0.000052 0.000000 +vn 1.000000 -0.000052 0.000000 +vn 1.000000 -0.000004 0.000000 +vn 1.000000 -0.000004 0.000000 +vn 1.000000 -0.000004 0.000000 +vn 1.000000 0.000004 0.000000 +vn 1.000000 0.000004 0.000000 +vn 1.000000 0.000004 0.000000 +vn 1.000000 0.000052 0.000000 +vn 1.000000 0.000052 0.000000 +vn 1.000000 0.000052 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 -0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn -0.000001 0.991443 -0.130537 +vn -0.000001 0.991443 -0.130537 +vn -0.000001 0.991443 -0.130537 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608756 -0.793357 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn -0.000000 0.130526 -0.991445 +vn -0.000000 0.130526 -0.991445 +vn -0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991448 -0.130501 +vn 0.000000 -0.991448 -0.130501 +vn 0.000000 -0.991448 -0.130501 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793367 0.608744 +vn 0.000000 -0.793366 0.608744 +vn 0.000000 -0.793366 0.608744 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130523 0.991445 +vn 0.000000 -0.130523 0.991445 +vn 0.000000 -0.130523 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.608765 0.793350 +vn 0.000000 0.608765 0.793350 +vn 0.000000 0.608765 0.793350 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000001 0.991443 -0.130538 +vn 0.000001 0.991443 -0.130538 +vn 0.000001 0.991443 -0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793367 0.608744 +vn 0.000000 0.793366 0.608744 +vn 0.000000 0.793366 0.608744 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608756 0.793357 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382683 0.923880 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130526 0.991445 +vn 0.000000 0.130523 0.991445 +vn 0.000000 0.130523 0.991445 +vn 0.000000 0.130523 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130526 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382683 0.923880 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608756 0.793357 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793357 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991448 0.130501 +vn 0.000000 -0.991448 0.130501 +vn 0.000000 -0.991448 0.130501 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.793366 -0.608745 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608756 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.608765 -0.793350 +vn 0.000000 0.608765 -0.793350 +vn 0.000000 0.608765 -0.793350 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn 0.000000 0.793366 -0.608745 +vn -0.000000 0.793357 -0.608757 +vn -0.000000 0.793357 -0.608757 +vn -0.000000 0.793357 -0.608757 +vn -0.000000 0.923877 -0.382690 +vn -0.000000 0.923877 -0.382690 +vn -0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608759 -0.793355 +vn 0.000000 0.608759 -0.793355 +vn 0.000000 0.608759 -0.793355 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608768 -0.793348 +vn 0.000000 -0.608768 -0.793348 +vn 0.000000 -0.608768 -0.793348 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923878 0.382688 +vn 0.000000 -0.923878 0.382688 +vn 0.000000 -0.923878 0.382688 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608751 0.793361 +vn 0.000000 -0.608751 0.793361 +vn 0.000000 -0.608751 0.793361 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923884 0.382672 +vn 0.000000 0.923884 0.382672 +vn 0.000000 0.923884 0.382672 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608749 0.793363 +vn 0.000000 -0.608749 0.793363 +vn 0.000000 -0.608749 0.793363 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608768 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608768 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608759 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991443 -0.130537 +vn 0.000000 -0.991443 -0.130537 +vn 0.000000 -0.991443 -0.130537 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991443 0.130538 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608759 0.793356 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.923870 -0.382706 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608749 0.793363 +vn 0.000000 -0.608749 0.793363 +vn 0.000000 -0.608749 0.793363 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130521 0.991446 +vn 0.000000 -0.130521 0.991446 +vn 0.000000 -0.130521 0.991446 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.608767 0.793349 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793366 -0.608744 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793366 -0.608744 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608751 0.793362 +vn 0.000000 -0.608751 0.793362 +vn 0.000000 -0.608751 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793368 0.608743 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923871 0.382705 +vn 0.000000 0.923871 0.382705 +vn 0.000000 0.923871 0.382705 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608757 -0.793356 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793366 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793368 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.923871 -0.382705 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923870 0.382706 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793366 -0.608744 +vn 0.000000 -0.793366 -0.608744 +vn 0.000000 -0.793366 -0.608744 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608757 -0.793356 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.608767 -0.793350 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793356 +vn 0.000000 0.608759 0.793356 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793359 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793359 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793357 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608748 -0.793363 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793357 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130538 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.608766 -0.793350 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608768 0.793348 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.793367 -0.608744 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.382690 -0.923877 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382690 -0.923877 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.793367 -0.608744 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793367 0.608743 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608751 0.793362 +vn 0.000000 -0.608751 0.793362 +vn 0.000000 -0.608751 0.793362 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.382688 0.923878 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382688 0.923878 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793367 0.608743 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.923871 0.382705 +vn 0.000000 0.923871 0.382705 +vn 0.000000 0.923871 0.382705 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382690 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382689 -0.923877 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.382689 -0.923877 +vn 0.000000 -0.608748 -0.793364 +vn 0.000000 -0.608748 -0.793364 +vn 0.000000 -0.608748 -0.793364 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130520 +vn 0.000000 -0.991446 0.130520 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608756 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608767 0.793349 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382687 0.923878 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.382687 0.923878 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608756 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.991446 0.130520 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608757 -0.793357 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.991446 -0.130520 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608759 -0.793356 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991444 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.608759 0.793356 +vn 0.000000 -0.608758 0.793356 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.608758 0.793356 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923884 -0.382673 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.923878 -0.382688 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793357 -0.608757 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793357 -0.608757 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923884 -0.382673 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.923884 0.382673 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.608760 0.793355 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.923884 0.382673 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.991443 -0.130538 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923884 -0.382674 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.608767 -0.793349 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.382682 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 0.130526 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.130526 -0.991445 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.382682 -0.923880 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608749 -0.793363 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923884 -0.382674 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.923871 -0.382705 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923870 0.382706 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.923884 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608768 0.793349 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.608750 0.793362 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382680 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382680 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608768 0.793349 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923877 0.382690 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991441 -0.130556 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.923877 -0.382689 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.608766 -0.793350 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.382683 -0.923880 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.382683 -0.923880 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608758 -0.793356 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.608757 -0.793357 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923884 -0.382672 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.923877 -0.382689 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 -0.130538 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991443 0.130537 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923877 0.382689 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.923883 0.382674 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.608759 0.793355 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 -0.130524 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130522 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608768 0.793348 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.608759 0.793355 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923877 0.382689 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.923883 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991441 0.130556 +vn 0.000000 0.991443 -0.130537 +vn 0.000000 0.991443 -0.130537 +vn 0.000000 0.991443 -0.130537 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.991446 -0.130519 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923884 -0.382672 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.923871 -0.382704 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608755 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.793358 -0.608756 +vn 0.000000 0.608768 -0.793348 +vn 0.000000 0.608768 -0.793348 +vn 0.000000 0.608768 -0.793348 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.608758 -0.793356 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.382684 -0.923879 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 0.130527 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130524 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.130527 -0.991445 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.382684 -0.923879 +vn 0.000000 -0.608750 -0.793362 +vn 0.000000 -0.608750 -0.793362 +vn 0.000000 -0.608750 -0.793362 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.608767 -0.793349 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608755 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.793358 -0.608756 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.923878 -0.382688 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 -0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.991446 0.130519 +vn 0.000000 -0.923878 0.382688 +vn 0.000000 -0.923878 0.382688 +vn 0.000000 -0.923878 0.382688 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.923877 0.382690 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793359 0.608754 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.793358 0.608755 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608769 0.793348 +vn 0.000000 -0.608751 0.793361 +vn 0.000000 -0.608751 0.793361 +vn 0.000000 -0.608751 0.793361 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382682 0.923880 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.382681 0.923881 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130525 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 -0.130522 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130525 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.130524 0.991445 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382682 0.923880 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.382681 0.923881 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608760 0.793355 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.608769 0.793348 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793359 0.608754 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.793358 0.608755 +vn 0.000000 0.923871 0.382704 +vn 0.000000 0.923871 0.382704 +vn 0.000000 0.923871 0.382704 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.923884 0.382674 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991446 0.130519 +vn 0.000000 0.991443 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 0.991444 0.130537 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.944678 0.328000 +vn 0.000000 -0.944678 0.328000 +vn 0.000000 -0.944678 0.328000 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944693 -0.327957 +vn 0.000000 -0.944693 -0.327957 +vn 0.000000 -0.944693 -0.327957 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944681 -0.327992 +vn 0.000000 -0.944681 -0.327992 +vn 0.000000 -0.944681 -0.327992 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944680 0.327993 +vn 0.000000 -0.944680 0.327993 +vn 0.000000 -0.944680 0.327993 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944681 -0.327990 +vn 0.000000 -0.944681 -0.327990 +vn 0.000000 -0.944681 -0.327990 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944680 0.327993 +vn 0.000000 -0.944680 0.327993 +vn 0.000000 -0.944680 0.327993 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 -0.328004 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.944676 0.328005 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944684 0.327981 +vn 0.000000 -0.944701 0.327934 +vn 0.000000 -0.944701 0.327934 +vn 0.000000 -0.944701 0.327934 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.993803 -0.111159 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944676 -0.328005 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944684 -0.327981 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327999 -0.944678 +vn 0.000000 0.327999 -0.944678 +vn 0.000000 0.327999 -0.944678 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327987 -0.944682 +vn 0.000000 -0.327987 -0.944682 +vn 0.000000 -0.327987 -0.944682 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327975 -0.944686 +vn 0.000000 0.327975 -0.944686 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.327967 -0.944689 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.327975 -0.944686 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.327975 -0.944687 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327987 -0.944682 +vn 0.000000 -0.327987 -0.944682 +vn 0.000000 -0.327987 -0.944682 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 0.327983 -0.944684 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.327991 -0.944681 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.328008 -0.944675 +vn 0.000000 -0.328008 -0.944675 +vn 0.000000 -0.328008 -0.944675 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.328000 -0.944678 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.327966 -0.944690 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327991 -0.944681 +vn 0.000000 0.327966 -0.944690 +vn 0.000000 0.327966 -0.944690 +vn 0.000000 0.327966 -0.944690 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 0.327967 -0.944689 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707105 +vn 0.000000 -0.707108 -0.707105 +vn 0.000000 -0.707108 -0.707105 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn -0.000000 0.944678 -0.328000 +vn -0.000000 0.944678 -0.328000 +vn -0.000000 0.944678 -0.328000 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944668 -0.328028 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.944672 0.328017 +vn 0.000000 0.944672 0.328017 +vn 0.000000 0.944672 0.328017 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944672 -0.328016 +vn 0.000000 0.944672 -0.328016 +vn 0.000000 0.944672 -0.328016 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.944717 0.327886 +vn 0.000000 0.944717 0.327886 +vn 0.000000 0.944717 0.327886 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993804 -0.111146 +vn 0.000000 0.993804 -0.111146 +vn 0.000000 0.993804 -0.111146 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944674 0.328010 +vn 0.000000 0.944674 0.328010 +vn 0.000000 0.944674 0.328010 +vn 0.000000 0.944717 0.327886 +vn 0.000000 0.944717 0.327886 +vn 0.000000 0.944717 0.327886 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.944676 -0.328004 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944681 -0.327992 +vn 0.000000 0.944681 -0.327992 +vn 0.000000 0.944681 -0.327992 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn -0.000000 0.944705 -0.327921 +vn -0.000000 0.944705 -0.327921 +vn -0.000000 0.944705 -0.327921 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn -0.000000 0.993804 -0.111146 +vn -0.000000 0.993804 -0.111146 +vn -0.000000 0.993804 -0.111146 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993804 -0.111146 +vn 0.000000 0.993804 -0.111146 +vn 0.000000 0.993804 -0.111146 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944684 -0.327981 +vn 0.000000 0.944701 -0.327933 +vn 0.000000 0.944701 -0.327933 +vn 0.000000 0.944701 -0.327933 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993804 0.111146 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.993803 0.111159 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944676 0.328005 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.944684 0.327981 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327985 0.944683 +vn 0.000000 -0.327985 0.944683 +vn 0.000000 -0.327985 0.944683 +vn 0.000000 -0.327988 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.328005 0.944676 +vn 0.000000 -0.328005 0.944676 +vn 0.000000 -0.328005 0.944676 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.327972 0.944687 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327985 0.944683 +vn 0.000000 -0.327985 0.944683 +vn 0.000000 -0.327985 0.944683 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327980 0.944685 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327997 0.944679 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.327980 0.944685 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327988 0.944682 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.328005 0.944676 +vn 0.000000 0.328005 0.944676 +vn 0.000000 0.328005 0.944676 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327964 0.944690 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.111160 0.993803 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327964 0.944690 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 0.707108 0.707105 +vn 0.000000 0.707108 0.707105 +vn 0.000000 0.707108 0.707105 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000003 0.000000 +vn -1.000000 -0.000003 0.000000 +vn -1.000000 -0.000003 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 0.000052 0.000000 +vn -1.000000 0.000052 0.000000 +vn -1.000000 0.000052 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 -0.000004 0.000000 +vn -1.000000 -0.000004 0.000000 +vn -1.000000 -0.000004 0.000000 +vn -1.000000 -0.000052 0.000000 +vn -1.000000 -0.000052 0.000000 +vn -1.000000 -0.000052 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000013 0.000000 +vn -1.000000 0.000013 0.000000 +vn -1.000000 0.000013 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000008 0.000000 +vn -1.000000 0.000008 0.000000 +vn -1.000000 0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000019 0.000000 +vn -1.000000 -0.000019 0.000000 +vn -1.000000 -0.000019 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000054 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000026 0.000000 +vn -1.000000 -0.000026 0.000000 +vn -1.000000 -0.000026 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.608770 -0.793347 0.000000 +vn -0.608770 -0.793347 0.000000 +vn -0.608770 -0.793347 0.000000 +vn -0.608763 -0.793352 0.000000 +vn -0.608763 -0.793352 0.000000 +vn -0.608763 -0.793352 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.130528 -0.991445 0.000000 +vn -0.130528 -0.991445 0.000000 +vn -0.130528 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.707107 -0.707107 -0.000001 +vn -0.707107 -0.707107 -0.000001 +vn -0.707107 -0.707107 -0.000001 +vn -0.707106 -0.707107 0.000002 +vn -0.707106 -0.707107 0.000002 +vn -0.707106 -0.707107 0.000002 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000005 0.000000 1.000000 +vn -0.000005 0.000000 1.000000 +vn -0.000005 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.608756 -0.793358 0.000000 +vn -0.608756 -0.793358 0.000000 +vn -0.608756 -0.793358 0.000000 +vn -0.608761 -0.793353 0.000000 +vn -0.608761 -0.793353 0.000000 +vn -0.608761 -0.793353 0.000000 +vn -0.382684 -0.923879 0.000000 +vn -0.382684 -0.923879 0.000000 +vn -0.382684 -0.923879 0.000000 +vn -0.382687 -0.923878 0.000000 +vn -0.382687 -0.923878 0.000000 +vn -0.382687 -0.923878 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608753 -0.793360 0.000000 +vn 0.608753 -0.793360 0.000000 +vn 0.608753 -0.793360 0.000000 +vn 0.793362 -0.608750 0.000000 +vn 0.793362 -0.608750 0.000000 +vn 0.793362 -0.608750 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793360 0.608753 0.000000 +vn 0.793360 0.608753 0.000000 +vn 0.793360 0.608753 0.000000 +vn 0.707107 0.707107 -0.000003 +vn 0.707107 0.707107 -0.000003 +vn 0.707107 0.707107 -0.000003 +vn 0.707107 0.707107 0.000003 +vn 0.707107 0.707107 0.000003 +vn 0.707107 0.707107 0.000003 +vn 0.991444 0.130530 -0.000003 +vn 0.991444 0.130530 -0.000003 +vn 0.991444 0.130530 -0.000003 +vn 0.991444 0.130530 0.000000 +vn 0.991444 0.130530 0.000000 +vn 0.991444 0.130530 0.000000 +vn 0.923882 0.382678 0.000000 +vn 0.923882 0.382678 0.000000 +vn 0.923882 0.382678 0.000000 +vn 0.923877 0.382689 0.000000 +vn 0.923877 0.382689 0.000000 +vn 0.923877 0.382689 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793361 0.608752 0.000002 +vn 0.793361 0.608752 0.000002 +vn 0.793361 0.608752 0.000002 +vn 0.793361 -0.608752 -0.000002 +vn 0.793361 -0.608752 -0.000002 +vn 0.793361 -0.608752 -0.000002 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923882 -0.382678 0.000000 +vn 0.923882 -0.382678 0.000000 +vn 0.923882 -0.382678 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 1.000000 0.000000 -0.000002 +vn 1.000000 0.000000 -0.000002 +vn 1.000000 0.000000 -0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.793360 -0.608753 0.000000 +vn 0.793360 -0.608753 0.000000 +vn 0.793360 -0.608753 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 0.707107 -0.707107 -0.000002 +vn 0.707107 -0.707107 -0.000002 +vn 0.707106 -0.707107 -0.000002 +vn 0.707106 -0.707107 0.000003 +vn 0.707106 -0.707107 0.000003 +vn 0.707106 -0.707107 0.000003 +vn 0.991448 0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793362 0.608750 0.000000 +vn 0.793362 0.608750 0.000000 +vn 0.793362 0.608750 0.000000 +vn 0.608753 0.793360 0.000000 +vn 0.608753 0.793360 0.000000 +vn 0.608753 0.793360 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130528 0.991445 0.000000 +vn -0.130528 0.991445 0.000000 +vn -0.130528 0.991445 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608770 0.793347 0.000002 +vn -0.608770 0.793347 0.000002 +vn -0.608770 0.793347 0.000002 +vn -0.707107 0.707107 0.000001 +vn -0.707107 0.707107 0.000001 +vn -0.707107 0.707107 0.000001 +vn -0.707106 0.707107 0.000000 +vn -0.707106 0.707107 0.000000 +vn -0.707106 0.707107 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130524 0.991445 0.000000 +vn -0.130524 0.991445 0.000000 +vn -0.130524 0.991445 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608758 0.793356 0.000001 +vn -0.608758 0.793356 0.000001 +vn -0.608758 0.793356 0.000001 +vn 0.608757 0.793356 -0.000001 +vn 0.608757 0.793356 -0.000001 +vn 0.608757 0.793356 -0.000001 +vn 0.608763 0.793352 0.000000 +vn 0.608763 0.793352 0.000000 +vn 0.608763 0.793352 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.130524 0.991445 0.000000 +vn 0.130524 0.991445 0.000000 +vn 0.130524 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 0.000001 +vn 0.000000 1.000000 0.000001 +vn 0.000000 1.000000 0.000001 +vn 0.608770 0.793347 0.000000 +vn 0.608770 0.793347 0.000000 +vn 0.608770 0.793347 0.000000 +vn 0.608763 0.793352 0.000000 +vn 0.608763 0.793352 0.000000 +vn 0.608763 0.793352 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.130528 0.991445 0.000000 +vn 0.130528 0.991445 0.000000 +vn 0.130528 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.707107 0.707107 -0.000001 +vn 0.707107 0.707107 -0.000001 +vn 0.707107 0.707107 -0.000001 +vn 0.707107 0.707107 -0.000002 +vn 0.707107 0.707107 -0.000002 +vn 0.707107 0.707107 -0.000002 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608753 0.793360 0.000000 +vn -0.608753 0.793360 0.000000 +vn -0.608753 0.793360 0.000000 +vn -0.793362 0.608750 0.000000 +vn -0.793362 0.608750 0.000000 +vn -0.793362 0.608750 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991448 0.130503 0.000000 +vn -0.991448 0.130503 0.000000 +vn -0.991448 0.130503 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793360 -0.608753 0.000000 +vn -0.793360 -0.608753 0.000000 +vn -0.793360 -0.608753 0.000000 +vn -0.707107 -0.707107 -0.000003 +vn -0.707107 -0.707107 -0.000003 +vn -0.707107 -0.707107 -0.000003 +vn -0.707107 -0.707107 0.000003 +vn -0.707107 -0.707107 0.000003 +vn -0.707107 -0.707107 0.000003 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.923882 -0.382678 0.000000 +vn -0.923882 -0.382678 0.000000 +vn -0.923882 -0.382678 0.000000 +vn -0.923877 -0.382689 0.000000 +vn -0.923877 -0.382689 0.000000 +vn -0.923877 -0.382689 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793361 -0.608752 0.000002 +vn -0.793361 -0.608752 0.000002 +vn -0.793361 -0.608752 0.000002 +vn -0.793361 0.608752 -0.000002 +vn -0.793361 0.608752 -0.000002 +vn -0.793361 0.608752 -0.000002 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923882 0.382678 0.000000 +vn -0.923882 0.382678 0.000000 +vn -0.923882 0.382678 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130530 0.000002 +vn -0.991444 0.130530 0.000002 +vn -0.991444 0.130530 0.000002 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -0.793360 0.608753 0.000000 +vn -0.793360 0.608753 0.000000 +vn -0.793360 0.608753 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991448 0.130503 0.000000 +vn -0.991448 0.130503 0.000000 +vn -0.991448 0.130503 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793362 -0.608750 0.000000 +vn -0.793362 -0.608750 0.000000 +vn -0.793362 -0.608750 0.000000 +vn -0.608753 -0.793360 0.000000 +vn -0.608753 -0.793360 0.000000 +vn -0.608753 -0.793360 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130528 -0.991445 0.000000 +vn 0.130528 -0.991445 0.000000 +vn 0.130528 -0.991445 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.608763 -0.793352 0.000000 +vn 0.608763 -0.793352 0.000000 +vn 0.608763 -0.793352 0.000000 +vn 0.608770 -0.793347 0.000002 +vn 0.608770 -0.793347 0.000002 +vn 0.608770 -0.793347 0.000002 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.382686 -0.923879 0.000000 +vn 0.382686 -0.923879 0.000000 +vn 0.382686 -0.923878 0.000000 +vn 0.382684 -0.923879 0.000000 +vn 0.382684 -0.923879 0.000000 +vn 0.382684 -0.923879 0.000000 +vn 0.608761 -0.793354 0.000000 +vn 0.608761 -0.793354 0.000000 +vn 0.608761 -0.793354 0.000000 +vn 0.608759 -0.793355 0.000000 +vn 0.608759 -0.793355 0.000000 +vn 0.608759 -0.793355 0.000000 +vn 0.707106 -0.707107 0.000001 +vn 0.707106 -0.707107 0.000001 +vn 0.707106 -0.707107 0.000001 +vn 0.707107 -0.707106 -0.000002 +vn 0.707107 -0.707106 -0.000002 +vn 0.707107 -0.707106 -0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 -0.000002 +vn -0.707107 0.707107 -0.000002 +vn -0.707106 0.707107 -0.000002 +vn -0.707106 0.707107 0.000003 +vn -0.707106 0.707107 0.000003 +vn -0.707106 0.707107 0.000003 +vn 0.000000 -1.000000 -0.000002 +vn 0.000000 -1.000000 -0.000002 +vn 0.000000 -1.000000 -0.000002 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 -0.000016 +vn 0.000000 1.000000 -0.000016 +vn 0.000000 1.000000 -0.000016 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000002 +vn 0.000000 -1.000000 0.000002 +vn 0.000000 -1.000000 0.000002 +vn -0.000015 -1.000000 0.000000 +vn -0.000015 -1.000000 0.000000 +vn -0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000012 +vn 0.000000 -1.000000 0.000012 +vn 0.000000 -1.000000 0.000012 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000042 +vn 0.000000 -1.000000 0.000042 +vn 0.000000 -1.000000 0.000042 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707106 0.000000 -0.707107 +vn -0.707106 0.000000 -0.707107 +vn -0.707106 0.000000 -0.707107 +vn -0.944690 0.000000 0.327965 +vn -0.944690 0.000000 0.327965 +vn -0.944690 0.000000 0.327965 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn 0.000000 0.000000 0.000000 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.000000 0.000000 -0.000000 +vn -0.944680 0.000000 -0.327995 +vn -0.944680 0.000000 -0.327995 +vn -0.944680 0.000000 -0.327995 +vn -0.944702 0.000000 -0.327931 +vn -0.944702 0.000000 -0.327931 +vn -0.944702 0.000000 -0.327931 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944688 0.000000 -0.327971 +vn -0.944688 0.000000 -0.327971 +vn -0.944688 0.000000 -0.327971 +vn -0.944692 0.000000 -0.327959 +vn -0.944692 0.000000 -0.327959 +vn -0.944692 0.000000 -0.327959 +vn -0.944688 0.000000 -0.327971 +vn -0.944688 0.000000 -0.327971 +vn -0.944688 0.000000 -0.327971 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944689 0.000000 0.327967 +vn -0.944689 0.000000 0.327967 +vn -0.944689 0.000000 0.327967 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944690 0.000000 -0.327966 +vn -0.944690 0.000000 -0.327966 +vn -0.944690 0.000000 -0.327966 +vn -0.944694 0.000000 -0.327952 +vn -0.944694 0.000000 -0.327952 +vn -0.944694 0.000000 -0.327952 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944687 0.000000 0.327972 +vn -0.944687 0.000000 0.327972 +vn -0.944687 0.000000 0.327972 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 -0.327987 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944695 0.000000 -0.327951 +vn -0.944695 0.000000 -0.327951 +vn -0.944695 0.000000 -0.327951 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn 0.000000 0.000000 0.000000 +vn -0.944671 0.000000 0.328019 +vn -0.944671 0.000000 0.328019 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944685 0.000000 -0.327979 +vn -0.000000 0.000000 -0.000000 +vn -0.944685 0.000000 -0.327979 +vn -0.944687 0.000000 -0.327975 +vn -0.944687 0.000000 -0.327975 +vn -0.944687 0.000000 -0.327975 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944689 0.000000 -0.327967 +vn -0.944689 0.000000 -0.327967 +vn -0.944689 0.000000 -0.327967 +vn -0.944688 0.000000 -0.327969 +vn -0.944688 0.000000 -0.327969 +vn -0.944688 0.000000 -0.327969 +vn -0.000000 0.000000 -0.000000 +vn -0.944671 0.000000 -0.328019 +vn -0.944671 0.000000 -0.328019 +vn -0.944704 0.000000 -0.327923 +vn -0.944704 0.000000 -0.327923 +vn -0.944704 0.000000 -0.327923 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944689 0.000000 0.327967 +vn -0.944689 0.000000 0.327967 +vn -0.944689 0.000000 0.327967 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944694 0.000000 0.327954 +vn -0.944694 0.000000 0.327954 +vn -0.944694 0.000000 0.327954 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.944707 0.000000 0.327915 +vn 0.000000 0.000000 0.000000 +vn -0.944707 0.000000 0.327915 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn 0.000000 0.000000 0.000000 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944705 0.000000 0.327923 +vn -0.944705 0.000000 0.327923 +vn -0.944705 0.000000 0.327923 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944682 0.000000 0.327987 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.944688 0.000000 0.327971 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111164 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944688 0.000000 -0.327971 +vn -0.944688 0.000000 -0.327971 +vn -0.944688 0.000000 -0.327971 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 0.111163 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 -0.327987 +vn -0.944682 0.000000 -0.327987 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.000000 0.000000 -0.000000 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111163 +vn -0.993802 0.000000 -0.111163 +vn -0.993802 0.000000 -0.111163 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.993802 0.000000 -0.111164 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944691 0.000000 -0.327963 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.944693 0.000000 -0.327955 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707106 0.000000 0.707107 +vn -0.707106 0.000000 0.707107 +vn -0.707106 0.000000 0.707107 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -1.000000 0.000000 -0.000001 +vn -1.000000 0.000000 -0.000001 +vn -1.000000 0.000000 -0.000001 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 -0.000007 -0.000001 +vn -1.000000 -0.000007 -0.000001 +vn -1.000000 -0.000007 -0.000001 +vn -1.000000 0.000007 0.000001 +vn -1.000000 0.000007 0.000001 +vn -1.000000 0.000007 0.000001 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn -0.328012 0.000000 -0.944674 +vn -0.328012 0.000000 -0.944674 +vn -0.328012 0.000000 -0.944674 +vn -0.327863 0.000000 -0.944725 +vn -0.327863 0.000000 -0.944725 +vn -0.327863 0.000000 -0.944725 +vn -0.000000 0.000000 -0.000000 +vn -0.328047 0.000000 -0.944661 +vn -0.328047 0.000000 -0.944661 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.328136 0.000000 -0.944631 +vn 0.328136 0.000000 -0.944631 +vn 0.328136 0.000000 -0.944631 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.328047 0.000000 -0.944661 +vn -0.328047 0.000000 -0.944661 +vn -0.328047 0.000000 -0.944661 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.328002 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.327990 0.000000 -0.944681 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.327997 0.000000 -0.944679 +vn 0.327997 0.000000 -0.944679 +vn 0.327997 0.000000 -0.944679 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.111146 0.000000 -0.993804 +vn 0.111146 0.000000 -0.993804 +vn 0.111146 0.000000 -0.993804 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327997 0.000000 -0.944679 +vn 0.327997 0.000000 -0.944679 +vn 0.327997 0.000000 -0.944679 +vn 0.327999 0.000000 -0.944678 +vn 0.327999 0.000000 -0.944678 +vn 0.327999 0.000000 -0.944678 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.327974 0.000000 -0.944687 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.328000 0.000000 -0.944678 +vn -0.328000 0.000000 -0.944678 +vn -0.328000 0.000000 -0.944678 +vn -0.328047 0.000000 -0.944661 +vn -0.328047 0.000000 -0.944661 +vn -0.328047 0.000000 -0.944661 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.328136 0.000000 -0.944631 +vn 0.328136 0.000000 -0.944631 +vn 0.328136 0.000000 -0.944631 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327917 0.000000 -0.944706 +vn 0.327917 0.000000 -0.944706 +vn 0.327917 0.000000 -0.944706 +vn 0.111158 0.000000 -0.993803 +vn 0.111158 0.000000 -0.993803 +vn 0.111158 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111170 0.000000 -0.993801 +vn -0.111170 0.000000 -0.993801 +vn -0.111170 0.000000 -0.993801 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.327863 0.000000 -0.944725 +vn -0.327863 0.000000 -0.944725 +vn -0.327863 0.000000 -0.944725 +vn -0.000000 0.000000 -0.000000 +vn -0.328048 0.000000 -0.944661 +vn -0.328048 0.000000 -0.944661 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327860 0.000000 -0.944726 +vn 0.327860 0.000000 -0.944726 +vn 0.327860 0.000000 -0.944726 +vn 0.328090 0.000000 -0.944646 +vn 0.000000 0.000000 0.000000 +vn 0.328090 0.000000 -0.944646 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.327986 0.000000 -0.944683 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.328008 0.000000 -0.944675 +vn 0.328008 0.000000 -0.944675 +vn 0.328008 0.000000 -0.944675 +vn 0.000000 0.000000 0.000000 +vn 0.328044 0.000000 -0.944663 +vn 0.328044 0.000000 -0.944663 +vn 0.327859 0.000000 -0.944727 +vn 0.327859 0.000000 -0.944727 +vn 0.327859 0.000000 -0.944727 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.328002 0.000000 -0.944677 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.328044 0.000000 -0.944663 +vn 0.328044 0.000000 -0.944662 +vn 0.328044 0.000000 -0.944662 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.000000 0.000000 -0.000000 +vn -0.328139 0.000000 -0.944629 +vn -0.328140 0.000000 -0.944629 +vn -0.328139 0.000000 -0.944629 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.111149 0.000000 -0.993804 +vn -0.111149 0.000000 -0.993804 +vn -0.111149 0.000000 -0.993804 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.328117 0.000000 -0.944637 +vn -0.000000 0.000000 -0.000000 +vn -0.328117 0.000000 -0.944637 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111140 0.000000 -0.993805 +vn -0.111140 0.000000 -0.993805 +vn -0.111140 0.000000 -0.993805 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.328048 0.000000 -0.944661 +vn -0.328048 0.000000 -0.944661 +vn -0.328048 0.000000 -0.944661 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.327955 0.000000 -0.944693 +vn -0.328139 0.000000 -0.944629 +vn -0.328140 0.000000 -0.944629 +vn -0.328139 0.000000 -0.944629 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.327956 0.000000 -0.944693 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.328001 0.000000 -0.944677 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.327997 0.000000 -0.944679 +vn 0.327997 0.000000 -0.944679 +vn 0.327997 0.000000 -0.944679 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111142 0.000000 -0.993805 +vn 0.111142 0.000000 -0.993805 +vn 0.111142 0.000000 -0.993805 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn -0.111153 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111142 0.000000 -0.993805 +vn 0.111142 0.000000 -0.993805 +vn 0.111142 0.000000 -0.993805 +vn 0.328044 0.000000 -0.944662 +vn 0.328044 0.000000 -0.944662 +vn 0.000000 0.000000 0.000000 +vn 0.111142 0.000000 -0.993805 +vn 0.111142 0.000000 -0.993805 +vn 0.111142 0.000000 -0.993805 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.111155 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn 0.111167 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn -0.111166 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.327952 0.000000 -0.944694 +vn 0.328043 0.000000 -0.944663 +vn 0.328043 0.000000 -0.944663 +vn 0.328043 0.000000 -0.944663 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 -0.000002 -1.000000 +vn -0.000001 -0.000002 -1.000000 +vn -0.000001 -0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 -0.000000 0.000000 +vn 1.000000 -0.000000 0.000000 +vn 1.000000 -0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000003 0.000000 +vn 1.000000 -0.000003 0.000000 +vn 1.000000 -0.000003 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.944692 0.000000 -0.327959 +vn 0.944692 0.000000 -0.327959 +vn 0.944692 0.000000 -0.327959 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.000000 0.000000 0.000000 +vn 0.944686 0.000000 -0.327977 +vn 0.944686 0.000000 -0.327977 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.944686 0.000000 0.327977 +vn 0.944686 0.000000 0.327977 +vn 0.000000 0.000000 0.000000 +vn 0.944704 0.000000 0.327924 +vn 0.944704 0.000000 0.327924 +vn 0.944704 0.000000 0.327924 +vn 0.944682 0.000000 0.327989 +vn 0.944682 0.000000 0.327989 +vn 0.944682 0.000000 0.327989 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.944708 0.000000 -0.327913 +vn 0.944708 0.000000 -0.327913 +vn 0.944708 0.000000 -0.327913 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327976 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944693 0.000000 0.327956 +vn 0.944693 0.000000 0.327956 +vn 0.944693 0.000000 0.327956 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.944693 0.000000 -0.327957 +vn 0.944693 0.000000 -0.327957 +vn 0.944693 0.000000 -0.327957 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944693 0.000000 0.327957 +vn 0.944693 0.000000 0.327957 +vn 0.944693 0.000000 0.327957 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.944693 0.000000 -0.327957 +vn 0.944693 0.000000 -0.327957 +vn 0.944693 0.000000 -0.327957 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.944694 0.000000 -0.327953 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944696 0.000000 0.327948 +vn 0.944696 0.000000 0.327948 +vn 0.944696 0.000000 0.327948 +vn 0.944694 0.000000 0.327954 +vn 0.944694 0.000000 0.327954 +vn 0.944694 0.000000 0.327954 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111177 +vn 0.944696 0.000000 -0.327946 +vn 0.944696 0.000000 -0.327946 +vn 0.944696 0.000000 -0.327946 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944693 0.000000 0.327957 +vn 0.944693 0.000000 0.327957 +vn 0.944693 0.000000 0.327957 +vn 0.944689 0.000000 0.327969 +vn 0.944689 0.000000 0.327969 +vn 0.944689 0.000000 0.327969 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944719 0.000000 -0.327881 +vn 0.944719 0.000000 -0.327881 +vn 0.944719 0.000000 -0.327881 +vn 0.000000 0.000000 0.000000 +vn 0.944675 0.000000 -0.328009 +vn 0.944675 0.000000 -0.328009 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944687 0.000000 0.327973 +vn 0.000000 0.000000 0.000000 +vn 0.944687 0.000000 0.327973 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993802 -0.000002 0.111165 +vn 0.993802 -0.000002 0.111165 +vn 0.993802 -0.000002 0.111165 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.000000 0.000000 0.000000 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944686 0.000000 0.327977 +vn 0.944686 0.000000 0.327977 +vn 0.944686 0.000000 0.327977 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993802 0.000002 -0.111165 +vn 0.993802 0.000002 -0.111165 +vn 0.993802 0.000002 -0.111165 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.944692 0.000000 -0.327960 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327977 +vn 0.944686 0.000000 -0.327977 +vn 0.944686 0.000000 -0.327977 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111178 +vn 0.993801 0.000000 -0.111178 +vn 0.993801 0.000000 -0.111178 +vn 0.944698 0.000000 -0.327941 +vn 0.000000 0.000000 0.000000 +vn 0.944698 0.000000 -0.327941 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.944686 0.000000 -0.327977 +vn 0.944686 0.000000 -0.327977 +vn 0.944686 0.000000 -0.327977 +vn 0.000000 0.000000 0.000000 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327976 +vn 0.944686 0.000000 -0.327976 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.944686 0.000000 0.327976 +vn 0.944686 0.000000 0.327976 +vn 0.944686 0.000000 0.327976 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944691 0.000000 -0.327961 +vn 0.944691 0.000000 -0.327961 +vn 0.944691 0.000000 -0.327961 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.944697 0.000000 -0.327945 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111175 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944692 0.000000 0.327960 +vn 0.944692 0.000000 0.327960 +vn 0.944692 0.000000 0.327960 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944686 0.000000 0.327976 +vn 0.944686 0.000000 0.327976 +vn 0.944686 0.000000 0.327976 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944719 0.000000 0.327881 +vn 0.944719 0.000000 0.327881 +vn 0.000000 0.000000 0.000000 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 -0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.944686 0.000000 0.327977 +vn 0.944686 0.000000 0.327977 +vn 0.944686 0.000000 0.327977 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111175 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 0.111176 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 -0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.993801 0.000000 0.111177 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944691 0.000000 0.327961 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.944697 0.000000 0.327945 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.327997 0.000000 0.944679 +vn 0.327996 0.000000 0.944679 +vn 0.327996 0.000000 0.944679 +vn 0.328320 0.000000 0.944567 +vn 0.328320 0.000000 0.944567 +vn 0.328320 0.000000 0.944567 +vn 0.000000 0.000000 0.000000 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328139 0.000000 0.944629 +vn -0.328140 0.000000 0.944629 +vn -0.328140 0.000000 0.944629 +vn -0.327875 0.000000 0.944721 +vn -0.327875 0.000000 0.944721 +vn -0.327875 0.000000 0.944721 +vn -0.328059 0.000000 0.944657 +vn -0.328059 0.000000 0.944657 +vn -0.328059 0.000000 0.944657 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328001 0.000000 0.944677 +vn -0.328001 0.000000 0.944677 +vn -0.328001 0.000000 0.944677 +vn -0.328035 0.000000 0.944666 +vn -0.328035 0.000000 0.944666 +vn -0.328035 0.000000 0.944666 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.327990 0.000000 0.944681 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.328010 0.000000 0.944674 +vn 0.328010 0.000000 0.944674 +vn 0.328010 0.000000 0.944674 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328013 0.000000 0.944673 +vn -0.328013 0.000000 0.944673 +vn -0.328013 0.000000 0.944673 +vn -0.328025 0.000000 0.944669 +vn -0.328025 0.000000 0.944669 +vn -0.328025 0.000000 0.944669 +vn -0.328024 0.000000 0.944669 +vn -0.328024 0.000000 0.944669 +vn -0.328024 0.000000 0.944669 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn 0.328010 0.000000 0.944674 +vn 0.328010 0.000000 0.944674 +vn 0.328010 0.000000 0.944674 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.328021 0.000000 0.944670 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn -0.327991 0.000000 0.944681 +vn -0.327991 0.000000 0.944681 +vn -0.327991 0.000000 0.944681 +vn -0.328012 0.000000 0.944674 +vn -0.328012 0.000000 0.944674 +vn -0.328012 0.000000 0.944674 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.327997 0.000000 0.944679 +vn 0.327997 0.000000 0.944679 +vn 0.327997 0.000000 0.944679 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944663 +vn 0.328044 0.000000 0.944662 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.327955 0.000000 0.944693 +vn -0.327955 0.000000 0.944693 +vn -0.327955 0.000000 0.944693 +vn -0.328059 0.000000 0.944657 +vn -0.328059 0.000000 0.944657 +vn -0.328059 0.000000 0.944657 +vn -0.328001 0.000000 0.944677 +vn -0.328001 0.000000 0.944677 +vn -0.328001 0.000000 0.944677 +vn -0.111152 0.000000 0.993804 +vn -0.111152 0.000000 0.993804 +vn -0.111152 0.000000 0.993804 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.000000 0.000000 0.000000 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328139 0.000000 0.944629 +vn -0.328140 0.000000 0.944629 +vn -0.328139 0.000000 0.944629 +vn -0.328013 0.000000 0.944673 +vn 0.000000 0.000000 0.000000 +vn -0.328013 0.000000 0.944673 +vn -0.327933 0.000000 0.944701 +vn -0.327933 0.000000 0.944701 +vn -0.327933 0.000000 0.944701 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328010 0.000000 0.944674 +vn -0.328010 0.000000 0.944674 +vn -0.328010 0.000000 0.944674 +vn -0.328000 0.000000 0.944678 +vn -0.328000 0.000000 0.944678 +vn -0.328000 0.000000 0.944678 +vn 0.000000 0.000000 0.000000 +vn -0.328232 0.000000 0.944597 +vn -0.328232 0.000000 0.944597 +vn -0.328139 0.000000 0.944630 +vn -0.328139 0.000000 0.944629 +vn -0.328139 0.000000 0.944630 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.328009 0.000000 0.944675 +vn 0.328009 0.000000 0.944675 +vn 0.328009 0.000000 0.944675 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328024 0.000000 0.944669 +vn -0.328024 0.000000 0.944669 +vn -0.328024 0.000000 0.944669 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.327974 0.000000 0.944687 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.327999 0.000000 0.944678 +vn 0.327999 0.000000 0.944678 +vn 0.327999 0.000000 0.944678 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn 0.328044 0.000000 0.944663 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.328044 0.000000 0.944662 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.327998 -0.000000 0.944678 +vn 0.000000 -0.000000 0.000000 +vn 0.327998 -0.000000 0.944678 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111154 -0.000000 0.993803 +vn 0.111154 -0.000000 0.993803 +vn 0.111154 -0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.327952 0.000000 0.944694 +vn 0.328136 0.000000 0.944631 +vn 0.328136 0.000000 0.944631 +vn 0.328136 0.000000 0.944631 +vn 0.327860 0.000000 0.944726 +vn 0.327860 0.000000 0.944726 +vn 0.327860 0.000000 0.944726 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.327998 0.000000 0.944678 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.328043 0.000000 0.944663 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn 0.111155 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328001 0.000000 0.944677 +vn -0.328001 0.000000 0.944677 +vn -0.328001 0.000000 0.944677 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328048 0.000000 0.944661 +vn -0.328048 0.000000 0.944661 +vn 0.000000 0.000000 0.000000 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn 0.000000 0.000000 0.000000 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328002 0.000000 0.944677 +vn -0.328002 0.000000 0.944677 +vn -0.328002 0.000000 0.944677 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn -0.111166 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn 0.111167 0.000000 0.993802 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.111153 0.000000 0.993803 +vn -0.328025 0.000000 0.944669 +vn -0.328025 0.000000 0.944669 +vn -0.328025 0.000000 0.944669 +vn -0.327955 0.000000 0.944693 +vn -0.327955 0.000000 0.944693 +vn -0.327955 0.000000 0.944693 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn -0.328047 0.000000 0.944661 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 0.000012 +vn 0.000000 1.000000 -0.000016 +vn 0.000000 1.000000 -0.000016 +vn 0.000000 1.000000 -0.000016 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000015 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000015 -1.000000 0.000000 +vn -0.000015 -1.000000 0.000000 +vn -0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000012 +vn 0.000000 -1.000000 0.000012 +vn 0.000000 -1.000000 0.000012 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000042 +vn 0.000000 -1.000000 -0.000042 +vn 0.000000 -1.000000 -0.000042 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 -0.000012 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707106 0.000000 -0.707107 +vn -0.707106 0.000000 -0.707107 +vn -0.707106 0.000000 -0.707107 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944693 0.000000 0.327955 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn 0.000000 0.000000 0.000000 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.000000 0.000000 -0.000000 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944683 0.000000 -0.327984 +vn -0.944705 0.000000 -0.327921 +vn -0.944705 0.000000 -0.327921 +vn -0.944705 0.000000 -0.327921 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327976 +vn -0.944686 0.000000 0.327976 +vn -0.944686 0.000000 0.327976 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944691 0.000000 -0.327961 +vn -0.944691 0.000000 -0.327961 +vn -0.944691 0.000000 -0.327961 +vn -0.944695 0.000000 -0.327949 +vn -0.944695 0.000000 -0.327949 +vn -0.944695 0.000000 -0.327949 +vn -0.944692 0.000000 -0.327960 +vn -0.944692 0.000000 -0.327960 +vn -0.944692 0.000000 -0.327960 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.944692 0.000000 0.327960 +vn -0.944692 0.000000 0.327960 +vn -0.944692 0.000000 0.327960 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944693 0.000000 0.327957 +vn -0.944693 0.000000 0.327957 +vn -0.944693 0.000000 0.327957 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944693 0.000000 -0.327956 +vn -0.944693 0.000000 -0.327956 +vn -0.944693 0.000000 -0.327956 +vn -0.944698 0.000000 -0.327942 +vn -0.944698 0.000000 -0.327942 +vn -0.944698 0.000000 -0.327942 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.944691 0.000000 0.327962 +vn -0.944691 0.000000 0.327962 +vn -0.944691 0.000000 0.327962 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944686 0.000000 -0.327977 +vn -0.944686 0.000000 -0.327977 +vn -0.944686 0.000000 -0.327977 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944698 0.000000 -0.327941 +vn -0.944698 0.000000 -0.327941 +vn -0.944698 0.000000 -0.327941 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn 0.000000 0.000000 0.000000 +vn -0.944675 0.000000 0.328009 +vn -0.944675 0.000000 0.328009 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944689 0.000000 -0.327969 +vn -0.000000 0.000000 -0.000000 +vn -0.944689 0.000000 -0.327969 +vn -0.944690 0.000000 -0.327965 +vn -0.944690 0.000000 -0.327965 +vn -0.944690 0.000000 -0.327965 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111177 +vn -0.993802 -0.000002 -0.111163 +vn -0.993802 -0.000002 -0.111164 +vn -0.993802 -0.000002 -0.111164 +vn -0.944689 0.000000 -0.327967 +vn -0.944689 0.000000 -0.327967 +vn -0.944689 0.000000 -0.327967 +vn -0.944692 0.000000 -0.327959 +vn -0.944692 0.000000 -0.327959 +vn -0.944692 0.000000 -0.327959 +vn -0.000000 0.000000 -0.000000 +vn -0.944675 0.000000 -0.328009 +vn -0.944675 0.000000 -0.328009 +vn -0.944708 0.000000 -0.327913 +vn -0.944708 0.000000 -0.327913 +vn -0.944708 0.000000 -0.327913 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993802 0.000002 0.111165 +vn -0.993802 0.000002 0.111165 +vn -0.993802 0.000002 0.111165 +vn -0.944689 0.000000 0.327967 +vn -0.944689 0.000000 0.327967 +vn -0.944689 0.000000 0.327967 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944692 0.000000 0.327960 +vn -0.944692 0.000000 0.327960 +vn -0.944692 0.000000 0.327960 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944697 0.000000 0.327944 +vn -0.944697 0.000000 0.327944 +vn -0.944697 0.000000 0.327944 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944686 0.000000 0.327976 +vn -0.944686 0.000000 0.327976 +vn -0.944686 0.000000 0.327976 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.944711 0.000000 0.327905 +vn 0.000000 0.000000 0.000000 +vn -0.944711 0.000000 0.327905 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn 0.000000 0.000000 0.000000 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944708 0.000000 0.327912 +vn -0.944708 0.000000 0.327912 +vn -0.944708 0.000000 0.327912 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944686 0.000000 -0.327976 +vn -0.944686 0.000000 -0.327976 +vn -0.944686 0.000000 -0.327976 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944686 0.000000 0.327977 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944697 0.000000 0.327945 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.944691 0.000000 0.327961 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944692 0.000000 -0.327960 +vn -0.944692 0.000000 -0.327960 +vn -0.944692 0.000000 -0.327960 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.944686 0.000000 -0.327976 +vn -0.944686 0.000000 -0.327976 +vn -0.944686 0.000000 -0.327976 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.000000 0.000000 -0.000000 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111177 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 -0.111176 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 0.111177 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.993801 0.000000 -0.111175 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944694 0.000000 -0.327953 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.944697 0.000000 -0.327945 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707106 0.000000 0.707107 +vn -0.707106 0.000000 0.707107 +vn -0.707106 0.000000 0.707107 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn -0.328008 0.000000 -0.944675 +vn -0.328008 0.000000 -0.944675 +vn -0.328008 0.000000 -0.944675 +vn -0.327860 0.000000 -0.944726 +vn -0.327860 0.000000 -0.944726 +vn -0.327860 0.000000 -0.944726 +vn -0.000000 0.000000 -0.000000 +vn -0.328044 0.000000 -0.944662 +vn -0.328044 0.000000 -0.944662 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.327955 0.000000 -0.944693 +vn 0.327955 0.000000 -0.944693 +vn 0.327955 0.000000 -0.944693 +vn 0.328140 0.000000 -0.944629 +vn 0.328139 0.000000 -0.944629 +vn 0.328139 0.000000 -0.944629 +vn 0.327956 0.000000 -0.944693 +vn 0.327956 0.000000 -0.944693 +vn 0.327956 0.000000 -0.944693 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.328043 0.000000 -0.944663 +vn -0.328043 0.000000 -0.944663 +vn -0.328043 0.000000 -0.944663 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.327989 0.000000 -0.944682 +vn 0.327989 0.000000 -0.944682 +vn 0.327989 0.000000 -0.944682 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.327987 0.000000 -0.944682 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.111145 0.000000 -0.993804 +vn 0.111145 0.000000 -0.993804 +vn 0.111145 0.000000 -0.993804 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.327977 0.000000 -0.944686 +vn 0.327977 0.000000 -0.944686 +vn 0.327977 0.000000 -0.944686 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.328044 0.000000 -0.944662 +vn -0.328044 0.000000 -0.944662 +vn -0.328044 0.000000 -0.944663 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328140 0.000000 -0.944629 +vn 0.328139 0.000000 -0.944629 +vn 0.328139 0.000000 -0.944629 +vn 0.327956 0.000000 -0.944693 +vn 0.327956 0.000000 -0.944693 +vn 0.327956 0.000000 -0.944693 +vn 0.327921 0.000000 -0.944705 +vn 0.327921 0.000000 -0.944705 +vn 0.327921 0.000000 -0.944705 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111157 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111171 0.000000 -0.993801 +vn -0.111171 0.000000 -0.993801 +vn -0.111171 0.000000 -0.993801 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327859 0.000000 -0.944727 +vn -0.327859 0.000000 -0.944727 +vn -0.327859 0.000000 -0.944727 +vn -0.000000 0.000000 -0.000000 +vn -0.328044 0.000000 -0.944662 +vn -0.328044 0.000000 -0.944662 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.327863 0.000000 -0.944725 +vn 0.327863 0.000000 -0.944725 +vn 0.327863 0.000000 -0.944725 +vn 0.328093 0.000000 -0.944645 +vn 0.000000 0.000000 0.000000 +vn 0.328093 0.000000 -0.944645 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.327990 0.000000 -0.944681 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.111154 0.000000 -0.993803 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.327998 0.000000 -0.944678 +vn 0.328012 0.000000 -0.944674 +vn 0.328012 0.000000 -0.944674 +vn 0.328012 0.000000 -0.944674 +vn 0.000000 0.000000 0.000000 +vn 0.328048 0.000000 -0.944661 +vn 0.328048 0.000000 -0.944661 +vn 0.327863 0.000000 -0.944725 +vn 0.327863 0.000000 -0.944725 +vn 0.327863 0.000000 -0.944725 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327999 0.000000 -0.944678 +vn -0.327999 0.000000 -0.944678 +vn -0.327999 0.000000 -0.944678 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328047 0.000000 -0.944661 +vn 0.328047 0.000000 -0.944661 +vn 0.328047 0.000000 -0.944661 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.328136 0.000000 -0.944631 +vn -0.328136 0.000000 -0.944631 +vn -0.328136 0.000000 -0.944631 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.111150 0.000000 -0.993804 +vn -0.111150 0.000000 -0.993804 +vn -0.111150 0.000000 -0.993804 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.328113 0.000000 -0.944638 +vn -0.000000 0.000000 -0.000000 +vn -0.328114 0.000000 -0.944638 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111142 0.000000 -0.993805 +vn -0.111142 0.000000 -0.993805 +vn -0.111142 0.000000 -0.993805 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.328044 0.000000 -0.944662 +vn -0.328044 0.000000 -0.944663 +vn -0.328044 0.000000 -0.944663 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.328136 0.000000 -0.944631 +vn -0.328136 0.000000 -0.944631 +vn -0.328136 0.000000 -0.944631 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.327955 0.000000 -0.944693 +vn 0.327955 0.000000 -0.944693 +vn 0.327955 0.000000 -0.944693 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327952 0.000000 -0.944694 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327998 0.000000 -0.944678 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.327997 0.000000 -0.944679 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.328001 0.000000 -0.944677 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn -0.111155 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.327956 0.000000 -0.944693 +vn 0.327956 0.000000 -0.944693 +vn 0.000000 0.000000 0.000000 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111141 0.000000 -0.993805 +vn 0.111141 0.000000 -0.993805 +vn 0.111141 0.000000 -0.993805 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn -0.111154 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111140 0.000000 -0.993805 +vn 0.111140 0.000000 -0.993805 +vn 0.111140 0.000000 -0.993805 +vn 0.328047 0.000000 -0.944661 +vn 0.328047 0.000000 -0.944661 +vn 0.000000 0.000000 0.000000 +vn 0.111140 0.000000 -0.993805 +vn 0.111140 0.000000 -0.993805 +vn 0.111140 0.000000 -0.993805 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn 0.111166 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn -0.111167 0.000000 -0.993802 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.111153 0.000000 -0.993803 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.328002 0.000000 -0.944677 +vn 0.327955 0.000000 -0.944693 +vn 0.327955 0.000000 -0.944693 +vn 0.327955 0.000000 -0.944693 +vn 0.328047 0.000000 -0.944661 +vn 0.328047 0.000000 -0.944661 +vn 0.328047 0.000000 -0.944661 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 -0.000008 +vn -1.000000 0.000000 -0.000008 +vn -1.000000 0.000000 -0.000008 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 -0.000002 -1.000000 +vn -0.000001 -0.000002 -1.000000 +vn -0.000001 -0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 -0.000000 0.000002 +vn 1.000000 -0.000000 0.000002 +vn 1.000000 -0.000000 0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 -0.000001 +vn 1.000000 0.000000 -0.000001 +vn 1.000000 0.000000 -0.000001 +vn 1.000000 -0.000007 -0.000001 +vn 1.000000 -0.000007 -0.000001 +vn 1.000000 -0.000007 -0.000001 +vn 1.000000 0.000003 0.000001 +vn 1.000000 0.000003 0.000001 +vn 1.000000 0.000003 0.000001 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.944688 0.000000 -0.327969 +vn 0.944688 0.000000 -0.327969 +vn 0.944688 0.000000 -0.327969 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.000000 0.000000 0.000000 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.000000 0.000000 0.000000 +vn 0.944700 0.000000 0.327935 +vn 0.944700 0.000000 0.327935 +vn 0.944700 0.000000 0.327935 +vn 0.944678 0.000000 0.327999 +vn 0.944678 0.000000 0.327999 +vn 0.944678 0.000000 0.327999 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.944705 0.000000 -0.327923 +vn 0.944705 0.000000 -0.327923 +vn 0.944705 0.000000 -0.327923 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944688 0.000000 -0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944689 0.000000 -0.327967 +vn 0.944689 0.000000 -0.327967 +vn 0.944689 0.000000 -0.327967 +vn 0.993802 0.000000 -0.111163 +vn 0.993802 0.000000 -0.111163 +vn 0.993802 0.000000 -0.111163 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944689 0.000000 -0.327967 +vn 0.944689 0.000000 -0.327967 +vn 0.944689 0.000000 -0.327967 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944692 0.000000 0.327958 +vn 0.944692 0.000000 0.327958 +vn 0.944692 0.000000 0.327958 +vn 0.944690 0.000000 0.327964 +vn 0.944690 0.000000 0.327964 +vn 0.944690 0.000000 0.327964 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.944693 0.000000 -0.327956 +vn 0.944693 0.000000 -0.327956 +vn 0.944693 0.000000 -0.327956 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944685 0.000000 0.327979 +vn 0.944685 0.000000 0.327979 +vn 0.944685 0.000000 0.327979 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944716 0.000000 -0.327891 +vn 0.944715 0.000000 -0.327892 +vn 0.944715 0.000000 -0.327892 +vn 0.000000 0.000000 0.000000 +vn 0.944671 0.000000 -0.328019 +vn 0.944671 0.000000 -0.328019 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944684 0.000000 0.327983 +vn 0.000000 0.000000 0.000000 +vn 0.944684 0.000000 0.327983 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944689 0.000000 0.327967 +vn 0.944690 0.000000 0.327965 +vn 0.944690 0.000000 0.327965 +vn 0.944690 0.000000 0.327965 +vn 0.000000 0.000000 0.000000 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.944691 0.000000 -0.327963 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944688 0.000000 -0.327970 +vn 0.944688 0.000000 -0.327970 +vn 0.944688 0.000000 -0.327970 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111163 +vn 0.993802 0.000000 -0.111163 +vn 0.993802 0.000000 -0.111163 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111166 +vn 0.993802 0.000000 -0.111166 +vn 0.993802 0.000000 -0.111166 +vn 0.944695 0.000000 -0.327951 +vn 0.000000 0.000000 0.000000 +vn 0.944695 0.000000 -0.327951 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.000000 0.000000 0.000000 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.944682 0.000000 -0.327987 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944688 0.000000 -0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944688 0.000000 -0.327971 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.944693 0.000000 -0.327955 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111164 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111164 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944716 0.000000 0.327891 +vn 0.944716 0.000000 0.327891 +vn 0.000000 0.000000 0.000000 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.944682 0.000000 0.327987 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111163 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 -0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.993802 0.000000 0.111165 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944688 0.000000 0.327971 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.944693 0.000000 0.327955 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn 0.707107 0.000000 -0.707106 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.328000 0.000000 0.944678 +vn 0.328000 0.000000 0.944678 +vn 0.328000 0.000000 0.944678 +vn 0.328324 0.000000 0.944565 +vn 0.328324 0.000000 0.944565 +vn 0.328324 0.000000 0.944565 +vn 0.000000 0.000000 0.000000 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328136 0.000000 0.944631 +vn -0.328136 0.000000 0.944631 +vn -0.328136 0.000000 0.944631 +vn -0.327871 0.000000 0.944722 +vn -0.327871 0.000000 0.944722 +vn -0.327871 0.000000 0.944722 +vn -0.328055 0.000000 0.944659 +vn -0.328056 0.000000 0.944658 +vn -0.328055 0.000000 0.944659 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.328048 0.000000 0.944661 +vn 0.328048 0.000000 0.944661 +vn 0.328048 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.328032 0.000000 0.944667 +vn -0.328032 0.000000 0.944667 +vn -0.328032 0.000000 0.944667 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.327986 0.000000 0.944683 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.328002 0.000000 0.944677 +vn 0.328002 0.000000 0.944677 +vn 0.328002 0.000000 0.944677 +vn 0.328024 0.000000 0.944669 +vn 0.328024 0.000000 0.944669 +vn 0.328024 0.000000 0.944669 +vn 0.328013 0.000000 0.944673 +vn 0.328013 0.000000 0.944673 +vn 0.328013 0.000000 0.944673 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.328009 0.000000 0.944675 +vn -0.328009 0.000000 0.944675 +vn -0.328009 0.000000 0.944675 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.111156 0.000000 0.993803 +vn -0.111156 0.000000 0.993803 +vn -0.111156 0.000000 0.993803 +vn 0.328013 0.000000 0.944673 +vn 0.328013 0.000000 0.944673 +vn 0.328013 0.000000 0.944673 +vn 0.328024 0.000000 0.944669 +vn 0.328024 0.000000 0.944669 +vn 0.328024 0.000000 0.944669 +vn 0.328025 0.000000 0.944669 +vn 0.328025 0.000000 0.944669 +vn 0.328025 0.000000 0.944669 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328043 0.000000 0.944663 +vn -0.328043 0.000000 0.944663 +vn -0.328043 0.000000 0.944663 +vn -0.327987 0.000000 0.944682 +vn -0.327987 0.000000 0.944682 +vn -0.327987 0.000000 0.944682 +vn -0.328008 0.000000 0.944675 +vn -0.328008 0.000000 0.944675 +vn -0.328008 0.000000 0.944675 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.328000 0.000000 0.944678 +vn 0.328000 0.000000 0.944678 +vn 0.328000 0.000000 0.944678 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.327955 0.000000 0.944693 +vn 0.327955 0.000000 0.944693 +vn 0.327955 0.000000 0.944693 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.327952 0.000000 0.944694 +vn -0.327952 0.000000 0.944694 +vn -0.327952 0.000000 0.944694 +vn -0.328056 0.000000 0.944658 +vn -0.328056 0.000000 0.944658 +vn -0.328056 0.000000 0.944658 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111165 0.000000 0.993802 +vn 0.111165 0.000000 0.993802 +vn 0.111165 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.327955 0.000000 0.944693 +vn 0.327955 0.000000 0.944693 +vn 0.327955 0.000000 0.944693 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.000000 0.000000 0.000000 +vn 0.328048 0.000000 0.944661 +vn 0.328048 0.000000 0.944661 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328136 0.000000 0.944631 +vn -0.328136 0.000000 0.944631 +vn -0.328136 0.000000 0.944631 +vn -0.328010 0.000000 0.944674 +vn 0.000000 0.000000 0.000000 +vn -0.328010 0.000000 0.944674 +vn -0.327929 0.000000 0.944702 +vn -0.327929 0.000000 0.944702 +vn -0.327929 0.000000 0.944702 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328010 0.000000 0.944674 +vn -0.328010 0.000000 0.944674 +vn -0.328010 0.000000 0.944674 +vn -0.327997 0.000000 0.944679 +vn -0.327996 0.000000 0.944679 +vn -0.327996 0.000000 0.944679 +vn 0.000000 0.000000 0.000000 +vn -0.328228 0.000000 0.944598 +vn -0.328228 0.000000 0.944599 +vn -0.328136 0.000000 0.944631 +vn -0.328136 0.000000 0.944631 +vn -0.328135 0.000000 0.944631 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn 0.111154 -0.000000 0.993803 +vn 0.111154 -0.000000 0.993803 +vn 0.111154 -0.000000 0.993803 +vn 0.328009 0.000000 0.944675 +vn 0.328009 0.000000 0.944675 +vn 0.328009 0.000000 0.944675 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn 0.327978 0.000000 0.944685 +vn 0.327978 0.000000 0.944685 +vn 0.327978 0.000000 0.944685 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328002 0.000000 0.944677 +vn 0.328002 0.000000 0.944677 +vn 0.328002 0.000000 0.944677 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.328044 0.000000 0.944663 +vn -0.328044 0.000000 0.944662 +vn -0.328044 0.000000 0.944662 +vn 0.328048 0.000000 0.944661 +vn 0.328048 0.000000 0.944661 +vn 0.000000 0.000000 0.000000 +vn 0.327955 0.000000 0.944693 +vn 0.327955 0.000000 0.944693 +vn 0.327955 0.000000 0.944693 +vn 0.328048 0.000000 0.944661 +vn 0.328048 0.000000 0.944661 +vn 0.328048 0.000000 0.944661 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111154 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.328001 -0.000000 0.944677 +vn 0.000000 -0.000000 0.000000 +vn 0.328001 -0.000000 0.944677 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111153 -0.000000 0.993803 +vn 0.111153 -0.000000 0.993803 +vn 0.111153 -0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.327956 0.000000 0.944693 +vn 0.327956 0.000000 0.944693 +vn 0.327956 0.000000 0.944693 +vn 0.328139 0.000000 0.944629 +vn 0.328140 0.000000 0.944629 +vn 0.328139 0.000000 0.944629 +vn 0.327863 0.000000 0.944725 +vn 0.327863 0.000000 0.944725 +vn 0.327863 0.000000 0.944725 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328044 0.000000 0.944662 +vn -0.328044 0.000000 0.944662 +vn -0.328044 0.000000 0.944662 +vn 0.328002 0.000000 0.944677 +vn 0.328002 0.000000 0.944677 +vn 0.328002 0.000000 0.944677 +vn 0.328001 0.000000 0.944677 +vn 0.328001 0.000000 0.944677 +vn 0.328001 0.000000 0.944677 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.328047 0.000000 0.944661 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn 0.111153 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.327997 0.000000 0.944679 +vn -0.327997 0.000000 0.944679 +vn -0.327997 0.000000 0.944679 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328044 0.000000 0.944662 +vn -0.328044 0.000000 0.944663 +vn -0.328044 0.000000 0.944662 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328044 0.000000 0.944662 +vn -0.328044 0.000000 0.944662 +vn 0.000000 0.000000 0.000000 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.111155 0.000000 0.993803 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.327998 0.000000 0.944678 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn -0.111167 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn 0.111166 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.111154 0.000000 0.993803 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.328021 0.000000 0.944670 +vn -0.327952 0.000000 0.944694 +vn -0.327952 0.000000 0.944694 +vn -0.327952 0.000000 0.944694 +vn -0.328043 0.000000 0.944663 +vn -0.328043 0.000000 0.944663 +vn -0.328043 0.000000 0.944663 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.707107 0.000000 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.491653 0.615642 0.615842 +vn 0.491653 0.615642 0.615842 +vn 0.491653 0.615642 0.615842 +vn 0.491461 0.615829 0.615809 +vn 0.491461 0.615829 0.615809 +vn 0.491461 0.615829 0.615809 +vn -0.706939 0.500193 0.500044 +vn -0.706939 0.500193 0.500044 +vn -0.706939 0.500193 0.500044 +vn -0.707191 0.499777 0.500104 +vn -0.707191 0.499777 0.500104 +vn -0.707191 0.499777 0.500104 +vn -0.964617 0.186482 0.186384 +vn -0.964617 0.186482 0.186384 +vn -0.964617 0.186482 0.186384 +vn -0.964629 0.186412 0.186390 +vn -0.964629 0.186412 0.186390 +vn -0.964629 0.186412 0.186390 +vn -1.000000 0.000044 -0.000032 +vn -1.000000 0.000044 -0.000032 +vn -1.000000 0.000044 -0.000032 +vn -1.000000 0.000000 -0.000014 +vn -1.000000 0.000000 -0.000014 +vn -1.000000 0.000000 -0.000014 +vn -0.900253 -0.307801 -0.307901 +vn -0.900253 -0.307801 -0.307901 +vn -0.900253 -0.307801 -0.307901 +vn -0.900198 -0.307956 -0.307908 +vn -0.900198 -0.307956 -0.307908 +vn -0.900198 -0.307956 -0.307908 +vn -0.723148 -0.488488 -0.488300 +vn -0.723148 -0.488488 -0.488300 +vn -0.723148 -0.488488 -0.488300 +vn -0.723329 -0.488139 -0.488381 +vn -0.723329 -0.488139 -0.488381 +vn -0.723329 -0.488139 -0.488381 +vn -0.444044 -0.633571 -0.633571 +vn -0.444044 -0.633571 -0.633571 +vn -0.444044 -0.633571 -0.633571 +vn -0.444003 -0.633622 -0.633550 +vn -0.444003 -0.633622 -0.633549 +vn -0.444003 -0.633622 -0.633550 +vn -0.555560 -0.587965 -0.587921 +vn -0.555560 -0.587965 -0.587921 +vn -0.555560 -0.587965 -0.587921 +vn -0.555600 -0.587924 -0.587924 +vn -0.555600 -0.587924 -0.587924 +vn -0.555600 -0.587924 -0.587924 +vn -0.706960 -0.500193 -0.500014 +vn -0.706960 -0.500193 -0.500014 +vn -0.706960 -0.500193 -0.500014 +vn -0.706997 -0.500122 -0.500033 +vn -0.706997 -0.500122 -0.500033 +vn -0.706997 -0.500122 -0.500033 +vn -0.402636 -0.647237 -0.647277 +vn -0.402637 -0.647237 -0.647277 +vn -0.402637 -0.647237 -0.647277 +vn -0.402643 -0.647229 -0.647281 +vn -0.402643 -0.647229 -0.647281 +vn -0.402643 -0.647229 -0.647281 +vn -0.568505 -0.581707 -0.581738 +vn -0.568505 -0.581707 -0.581738 +vn -0.568505 -0.581707 -0.581738 +vn -0.568495 -0.581704 -0.581751 +vn -0.568495 -0.581704 -0.581751 +vn -0.568495 -0.581704 -0.581751 +vn -0.595679 -0.567917 -0.568012 +vn -0.595679 -0.567917 -0.568012 +vn -0.595679 -0.567917 -0.568012 +vn -0.595593 -0.568021 -0.567998 +vn -0.595593 -0.568021 -0.567998 +vn -0.595593 -0.568021 -0.567998 +vn -0.415962 -0.643072 -0.642989 +vn -0.415962 -0.643072 -0.642989 +vn -0.415962 -0.643072 -0.642989 +vn -0.415937 -0.643038 -0.643038 +vn -0.415937 -0.643038 -0.643038 +vn -0.415937 -0.643038 -0.643038 +vn -0.587299 -0.572275 -0.572348 +vn -0.587299 -0.572275 -0.572348 +vn -0.587299 -0.572275 -0.572348 +vn -0.587420 -0.572275 -0.572223 +vn -0.587420 -0.572275 -0.572223 +vn -0.587420 -0.572275 -0.572223 +vn -0.503776 -0.610854 -0.610793 +vn -0.503776 -0.610854 -0.610793 +vn -0.503776 -0.610854 -0.610793 +vn -0.503784 -0.610781 -0.610858 +vn -0.503784 -0.610781 -0.610858 +vn -0.503784 -0.610781 -0.610858 +vn -0.504954 -0.610357 -0.610317 +vn -0.504954 -0.610357 -0.610317 +vn -0.504954 -0.610357 -0.610317 +vn -0.504959 -0.610300 -0.610369 +vn -0.504959 -0.610300 -0.610369 +vn -0.504959 -0.610300 -0.610369 +vn -0.616479 -0.556492 -0.557020 +vn -0.616479 -0.556492 -0.557020 +vn -0.616479 -0.556492 -0.557020 +vn -0.615568 -0.557354 -0.557166 +vn -0.615568 -0.557353 -0.557166 +vn -0.615568 -0.557353 -0.557166 +vn -0.452451 -0.630590 -0.630590 +vn -0.452451 -0.630590 -0.630590 +vn -0.452451 -0.630590 -0.630590 +vn -0.452447 -0.630613 -0.630570 +vn -0.452447 -0.630613 -0.630570 +vn -0.452447 -0.630613 -0.630570 +vn -0.552770 -0.589256 -0.589256 +vn -0.552770 -0.589256 -0.589256 +vn -0.552770 -0.589256 -0.589256 +vn -0.552812 -0.589273 -0.589199 +vn -0.552812 -0.589273 -0.589199 +vn -0.552812 -0.589273 -0.589199 +vn -0.654872 -0.534349 -0.534428 +vn -0.654872 -0.534349 -0.534428 +vn -0.654872 -0.534349 -0.534428 +vn -0.654550 -0.534611 -0.534562 +vn -0.654550 -0.534611 -0.534562 +vn -0.654550 -0.534611 -0.534562 +vn -0.391213 -0.650771 -0.650729 +vn -0.391213 -0.650772 -0.650729 +vn -0.391213 -0.650772 -0.650729 +vn -0.391316 -0.650741 -0.650698 +vn -0.391316 -0.650741 -0.650698 +vn -0.391316 -0.650741 -0.650698 +vn -0.575015 -0.578480 -0.578549 +vn -0.575015 -0.578480 -0.578549 +vn -0.575015 -0.578480 -0.578549 +vn -0.574886 -0.578621 -0.578536 +vn -0.574886 -0.578621 -0.578536 +vn -0.574886 -0.578621 -0.578536 +vn -0.572799 -0.579582 -0.579643 +vn -0.572799 -0.579582 -0.579643 +vn -0.572799 -0.579582 -0.579643 +vn -0.572843 -0.579601 -0.579580 +vn -0.572843 -0.579601 -0.579580 +vn -0.572843 -0.579601 -0.579580 +vn -0.434804 -0.636788 -0.636747 +vn -0.434804 -0.636788 -0.636747 +vn -0.434804 -0.636788 -0.636747 +vn -0.434812 -0.636770 -0.636759 +vn -0.434812 -0.636770 -0.636759 +vn -0.434812 -0.636770 -0.636759 +vn -0.592324 -0.569733 -0.569699 +vn -0.592324 -0.569733 -0.569699 +vn -0.592324 -0.569733 -0.569699 +vn -0.592376 -0.569689 -0.569689 +vn -0.592376 -0.569689 -0.569689 +vn -0.592376 -0.569689 -0.569689 +vn -0.477108 -0.621415 -0.621459 +vn -0.477108 -0.621415 -0.621459 +vn -0.477108 -0.621415 -0.621459 +vn -0.477164 -0.621402 -0.621429 +vn -0.477164 -0.621402 -0.621429 +vn -0.477164 -0.621402 -0.621429 +vn -0.532202 -0.598609 -0.598689 +vn -0.532202 -0.598609 -0.598689 +vn -0.532202 -0.598609 -0.598689 +vn -0.532136 -0.598709 -0.598648 +vn -0.532136 -0.598709 -0.598648 +vn -0.532136 -0.598709 -0.598648 +vn -0.706775 -0.500361 -0.500107 +vn -0.706775 -0.500361 -0.500107 +vn -0.706775 -0.500361 -0.500107 +vn -0.707554 -0.499349 -0.500017 +vn -0.707554 -0.499349 -0.500017 +vn -0.707554 -0.499349 -0.500017 +vn -0.428657 -0.638848 -0.638848 +vn -0.428657 -0.638848 -0.638848 +vn -0.428657 -0.638848 -0.638848 +vn -0.428670 -0.638812 -0.638875 +vn -0.428670 -0.638812 -0.638874 +vn -0.428670 -0.638812 -0.638875 +vn -0.564964 -0.583458 -0.583431 +vn -0.564964 -0.583458 -0.583431 +vn -0.564964 -0.583458 -0.583431 +vn -0.564999 -0.583421 -0.583435 +vn -0.564999 -0.583421 -0.583435 +vn -0.564999 -0.583421 -0.583435 +vn -0.639683 -0.543510 -0.543510 +vn -0.639683 -0.543510 -0.543510 +vn -0.639683 -0.543510 -0.543510 +vn -0.639758 -0.543450 -0.543481 +vn -0.639758 -0.543450 -0.543481 +vn -0.639758 -0.543450 -0.543481 +vn -0.392800 -0.650251 -0.650293 +vn -0.392800 -0.650251 -0.650293 +vn -0.392800 -0.650251 -0.650293 +vn -0.392722 -0.650349 -0.650243 +vn -0.392722 -0.650349 -0.650243 +vn -0.392722 -0.650349 -0.650243 +vn -0.579818 -0.576152 -0.576073 +vn -0.579818 -0.576152 -0.576073 +vn -0.579818 -0.576152 -0.576073 +vn -0.580023 -0.575999 -0.576019 +vn -0.580023 -0.575999 -0.576019 +vn -0.580023 -0.575999 -0.576019 +vn -0.544745 -0.592967 -0.592995 +vn -0.544745 -0.592967 -0.592995 +vn -0.544745 -0.592967 -0.592995 +vn -0.544727 -0.592966 -0.593012 +vn -0.544727 -0.592966 -0.593012 +vn -0.544727 -0.592966 -0.593012 +vn -0.459722 -0.627920 -0.627990 +vn -0.459722 -0.627920 -0.627990 +vn -0.459722 -0.627920 -0.627990 +vn -0.459675 -0.627993 -0.627952 +vn -0.459675 -0.627993 -0.627952 +vn -0.459675 -0.627993 -0.627952 +vn -0.601742 -0.564712 -0.564807 +vn -0.601742 -0.564712 -0.564807 +vn -0.601742 -0.564712 -0.564807 +vn -0.601699 -0.564726 -0.564839 +vn -0.601699 -0.564726 -0.564839 +vn -0.601699 -0.564726 -0.564839 +vn -0.452136 -0.630728 -0.630678 +vn -0.452136 -0.630728 -0.630678 +vn -0.452136 -0.630728 -0.630678 +vn -0.452162 -0.630631 -0.630756 +vn -0.452162 -0.630631 -0.630756 +vn -0.452162 -0.630631 -0.630756 +vn -0.550259 -0.590456 -0.590404 +vn -0.550259 -0.590456 -0.590404 +vn -0.550259 -0.590456 -0.590404 +vn -0.550235 -0.590430 -0.590452 +vn -0.550235 -0.590430 -0.590452 +vn -0.550235 -0.590430 -0.590452 +vn -0.707082 -0.500054 -0.499981 +vn -0.707082 -0.500054 -0.499981 +vn -0.707082 -0.500054 -0.499981 +vn -0.707271 -0.499947 -0.499821 +vn -0.707271 -0.499947 -0.499821 +vn -0.707271 -0.499947 -0.499821 +vn -0.403801 -0.646894 -0.646894 +vn -0.403801 -0.646894 -0.646894 +vn -0.403801 -0.646894 -0.646894 +vn -0.403766 -0.646905 -0.646905 +vn -0.403766 -0.646905 -0.646905 +vn -0.403766 -0.646905 -0.646905 +vn -0.568089 -0.581984 -0.581867 +vn -0.568090 -0.581984 -0.581867 +vn -0.568089 -0.581984 -0.581867 +vn -0.568221 -0.581832 -0.581890 +vn -0.568221 -0.581832 -0.581890 +vn -0.568221 -0.581832 -0.581890 +vn -0.613615 -0.558335 -0.558335 +vn -0.613615 -0.558335 -0.558335 +vn -0.613615 -0.558335 -0.558335 +vn -0.613650 -0.558348 -0.558284 +vn -0.613650 -0.558348 -0.558284 +vn -0.613650 -0.558348 -0.558284 +vn -0.407311 -0.645765 -0.645821 +vn -0.407311 -0.645765 -0.645821 +vn -0.407311 -0.645765 -0.645821 +vn -0.407301 -0.645786 -0.645807 +vn -0.407301 -0.645786 -0.645807 +vn -0.407301 -0.645786 -0.645807 +vn -0.584375 -0.573752 -0.573860 +vn -0.584375 -0.573752 -0.573860 +vn -0.584375 -0.573752 -0.573860 +vn -0.584353 -0.573913 -0.573721 +vn -0.584352 -0.573913 -0.573721 +vn -0.584353 -0.573913 -0.573721 +vn -0.515768 -0.605766 -0.605831 +vn -0.515768 -0.605766 -0.605831 +vn -0.515768 -0.605766 -0.605831 +vn -0.515724 -0.605849 -0.605785 +vn -0.515724 -0.605849 -0.605785 +vn -0.515724 -0.605849 -0.605785 +vn -0.487828 -0.617262 -0.617262 +vn -0.487828 -0.617262 -0.617262 +vn -0.487828 -0.617262 -0.617262 +vn -0.487837 -0.617288 -0.617228 +vn -0.487837 -0.617288 -0.617228 +vn -0.487837 -0.617288 -0.617228 +vn -0.615951 -0.556915 -0.557181 +vn -0.615951 -0.556915 -0.557181 +vn -0.615951 -0.556915 -0.557181 +vn -0.615749 -0.557244 -0.557074 +vn -0.615749 -0.557244 -0.557074 +vn -0.615749 -0.557244 -0.557074 +vn -0.431059 -0.638017 -0.638062 +vn -0.431059 -0.638016 -0.638062 +vn -0.431059 -0.638016 -0.638062 +vn -0.430925 -0.638136 -0.638033 +vn -0.430925 -0.638136 -0.638033 +vn -0.430925 -0.638136 -0.638033 +vn -0.563957 -0.583939 -0.583925 +vn -0.563957 -0.583939 -0.583925 +vn -0.563957 -0.583939 -0.583925 +vn -0.564086 -0.583887 -0.583852 +vn -0.564086 -0.583887 -0.583852 +vn -0.564086 -0.583887 -0.583852 +vn -0.707055 -0.500084 -0.499989 +vn -0.707055 -0.500084 -0.499989 +vn -0.707055 -0.500084 -0.499989 +vn -0.707192 -0.499910 -0.499970 +vn -0.707192 -0.499910 -0.499970 +vn -0.707192 -0.499910 -0.499970 +vn -0.398315 -0.648614 -0.648571 +vn -0.398315 -0.648614 -0.648571 +vn -0.398315 -0.648614 -0.648571 +vn -0.398403 -0.648545 -0.648587 +vn -0.398403 -0.648545 -0.648587 +vn -0.398403 -0.648545 -0.648587 +vn -0.567923 -0.581990 -0.582023 +vn -0.567923 -0.581990 -0.582023 +vn -0.567923 -0.581990 -0.582023 +vn -0.567882 -0.582002 -0.582052 +vn -0.567882 -0.582002 -0.582052 +vn -0.567881 -0.582002 -0.582052 +vn -0.578226 -0.576912 -0.576912 +vn -0.578226 -0.576912 -0.576912 +vn -0.578226 -0.576912 -0.576912 +vn -0.578278 -0.576892 -0.576881 +vn -0.578278 -0.576892 -0.576881 +vn -0.578278 -0.576892 -0.576881 +vn -0.429990 -0.638400 -0.638400 +vn -0.429990 -0.638400 -0.638400 +vn -0.429990 -0.638400 -0.638400 +vn -0.429950 -0.638444 -0.638382 +vn -0.429950 -0.638444 -0.638382 +vn -0.429950 -0.638444 -0.638382 +vn -0.595215 -0.568207 -0.568207 +vn -0.595215 -0.568207 -0.568207 +vn -0.595215 -0.568207 -0.568207 +vn -0.595221 -0.568227 -0.568181 +vn -0.595221 -0.568227 -0.568181 +vn -0.595221 -0.568227 -0.568181 +vn -0.649448 -0.537661 -0.537716 +vn -0.649448 -0.537661 -0.537716 +vn -0.649448 -0.537661 -0.537716 +vn -0.649408 -0.537713 -0.537713 +vn -0.649408 -0.537713 -0.537713 +vn -0.649408 -0.537713 -0.537713 +vn -0.800412 -0.423841 -0.423910 +vn -0.800412 -0.423841 -0.423910 +vn -0.800412 -0.423841 -0.423910 +vn -0.800472 -0.423853 -0.423784 +vn -0.800472 -0.423853 -0.423784 +vn -0.800472 -0.423853 -0.423784 +vn -1.000000 0.000026 -0.000020 +vn -1.000000 0.000026 -0.000020 +vn -1.000000 0.000026 -0.000020 +vn -1.000000 -0.000019 0.000020 +vn -1.000000 -0.000019 0.000020 +vn -1.000000 -0.000019 0.000020 +vn -0.825722 0.398915 0.398811 +vn -0.825722 0.398915 0.398811 +vn -0.825722 0.398915 0.398811 +vn -0.825744 0.398765 0.398915 +vn -0.825744 0.398765 0.398915 +vn -0.825744 0.398765 0.398915 +vn -0.712748 0.495977 0.495981 +vn -0.712748 0.495977 0.495981 +vn -0.712748 0.495977 0.495981 +vn -0.712700 0.496006 0.496021 +vn -0.712700 0.496006 0.496021 +vn -0.712700 0.496006 0.496021 +vn -0.587280 0.572370 0.572271 +vn -0.587280 0.572370 0.572271 +vn -0.587280 0.572370 0.572271 +vn -0.587330 0.572321 0.572270 +vn -0.587330 0.572321 0.572270 +vn -0.587330 0.572321 0.572269 +vn -0.398721 0.648439 0.648496 +vn -0.398721 0.648439 0.648496 +vn -0.398721 0.648439 0.648496 +vn -0.398721 0.648505 0.648431 +vn -0.398721 0.648505 0.648431 +vn -0.398721 0.648505 0.648431 +vn -0.639608 0.543569 0.543539 +vn -0.639608 0.543569 0.543538 +vn -0.639608 0.543569 0.543539 +vn -0.639665 0.543475 0.543566 +vn -0.639665 0.543475 0.543566 +vn -0.639665 0.543475 0.543566 +vn -0.563138 0.584292 0.584362 +vn -0.563138 0.584292 0.584362 +vn -0.563138 0.584292 0.584362 +vn -0.563086 0.584359 0.584345 +vn -0.563086 0.584359 0.584345 +vn -0.563086 0.584359 0.584345 +vn -0.419779 0.641828 0.641749 +vn -0.419779 0.641828 0.641749 +vn -0.419779 0.641828 0.641749 +vn -0.419768 0.641782 0.641803 +vn -0.419768 0.641782 0.641803 +vn -0.419768 0.641782 0.641803 +vn -0.706710 0.500571 0.499990 +vn -0.706710 0.500571 0.499990 +vn -0.706710 0.500571 0.499990 +vn -0.706833 0.499963 0.500425 +vn -0.706833 0.499963 0.500425 +vn -0.706833 0.499963 0.500425 +vn -0.534288 0.597734 0.597705 +vn -0.534288 0.597734 0.597705 +vn -0.534288 0.597734 0.597705 +vn -0.534335 0.597708 0.597688 +vn -0.534335 0.597708 0.597688 +vn -0.534335 0.597708 0.597688 +vn -0.480078 0.620251 0.620334 +vn -0.480078 0.620251 0.620334 +vn -0.480078 0.620251 0.620334 +vn -0.480012 0.620379 0.620256 +vn -0.480012 0.620380 0.620256 +vn -0.480012 0.620380 0.620256 +vn -0.599043 0.566244 0.566141 +vn -0.599043 0.566244 0.566141 +vn -0.599043 0.566244 0.566141 +vn -0.599347 0.565937 0.566126 +vn -0.599347 0.565937 0.566126 +vn -0.599347 0.565937 0.566126 +vn -0.432084 0.637686 0.637698 +vn -0.432084 0.637686 0.637698 +vn -0.432084 0.637686 0.637698 +vn -0.432038 0.637703 0.637713 +vn -0.432038 0.637703 0.637713 +vn -0.432038 0.637703 0.637713 +vn -0.564848 0.583519 0.583484 +vn -0.564848 0.583519 0.583484 +vn -0.564848 0.583519 0.583484 +vn -0.564928 0.583513 0.583412 +vn -0.564928 0.583513 0.583412 +vn -0.564928 0.583513 0.583412 +vn -0.573150 0.579404 0.579474 +vn -0.573150 0.579404 0.579474 +vn -0.573150 0.579404 0.579474 +vn -0.573128 0.579494 0.579406 +vn -0.573128 0.579494 0.579406 +vn -0.573128 0.579494 0.579406 +vn -0.396774 0.649059 0.649071 +vn -0.396774 0.649059 0.649071 +vn -0.396774 0.649059 0.649071 +vn -0.396748 0.649025 0.649120 +vn -0.396748 0.649025 0.649120 +vn -0.396748 0.649025 0.649120 +vn -0.654835 0.534510 0.534313 +vn -0.654835 0.534510 0.534313 +vn -0.654835 0.534509 0.534313 +vn -0.654980 0.534327 0.534318 +vn -0.654980 0.534327 0.534318 +vn -0.654980 0.534327 0.534318 +vn -0.553830 0.588710 0.588806 +vn -0.553830 0.588710 0.588806 +vn -0.553830 0.588710 0.588806 +vn -0.553776 0.588814 0.588753 +vn -0.553776 0.588814 0.588753 +vn -0.553776 0.588814 0.588753 +vn -0.450653 0.631251 0.631217 +vn -0.450653 0.631251 0.631217 +vn -0.450653 0.631251 0.631217 +vn -0.450700 0.631180 0.631254 +vn -0.450700 0.631180 0.631254 +vn -0.450700 0.631180 0.631254 +vn -0.619047 0.555183 0.555475 +vn -0.619047 0.555183 0.555475 +vn -0.619047 0.555183 0.555475 +vn -0.618679 0.555549 0.555519 +vn -0.618679 0.555549 0.555519 +vn -0.618679 0.555549 0.555519 +vn -0.507610 0.609234 0.609234 +vn -0.507610 0.609234 0.609234 +vn -0.507610 0.609234 0.609234 +vn -0.507666 0.609235 0.609186 +vn -0.507666 0.609235 0.609186 +vn -0.507666 0.609235 0.609186 +vn -0.505214 0.610198 0.610259 +vn -0.505214 0.610198 0.610259 +vn -0.505214 0.610199 0.610259 +vn -0.505197 0.610251 0.610221 +vn -0.505197 0.610251 0.610221 +vn -0.505197 0.610251 0.610221 +vn -0.590476 0.570727 0.570621 +vn -0.590476 0.570727 0.570621 +vn -0.590476 0.570727 0.570621 +vn -0.590632 0.570481 0.570705 +vn -0.590632 0.570481 0.570706 +vn -0.590632 0.570481 0.570706 +vn -0.409922 0.644954 0.644980 +vn -0.409922 0.644954 0.644980 +vn -0.409922 0.644954 0.644980 +vn -0.409907 0.644971 0.644971 +vn -0.409907 0.644971 0.644971 +vn -0.409907 0.644971 0.644971 +vn -0.597187 0.567183 0.567160 +vn -0.597187 0.567183 0.567160 +vn -0.597187 0.567183 0.567160 +vn -0.597172 0.567162 0.567197 +vn -0.597172 0.567162 0.567197 +vn -0.597172 0.567162 0.567197 +vn -0.572295 0.579846 0.579877 +vn -0.572295 0.579846 0.579877 +vn -0.572295 0.579846 0.579877 +vn -0.572293 0.579886 0.579839 +vn -0.572293 0.579886 0.579839 +vn -0.572293 0.579886 0.579839 +vn -0.395542 0.649462 0.649420 +vn -0.395542 0.649462 0.649420 +vn -0.395542 0.649462 0.649420 +vn -0.395419 0.649510 0.649447 +vn -0.395419 0.649510 0.649447 +vn -0.395419 0.649510 0.649447 +vn -0.706672 0.500376 0.500238 +vn -0.706672 0.500376 0.500238 +vn -0.706672 0.500376 0.500238 +vn -0.707280 0.499878 0.499878 +vn -0.707280 0.499878 0.499878 +vn -0.707280 0.499878 0.499878 +vn -0.560694 0.585501 0.585501 +vn -0.560694 0.585501 0.585501 +vn -0.560694 0.585501 0.585501 +vn -0.560803 0.585426 0.585471 +vn -0.560803 0.585426 0.585471 +vn -0.560803 0.585426 0.585471 +vn -0.440653 0.634730 0.634778 +vn -0.440653 0.634730 0.634778 +vn -0.440653 0.634730 0.634778 +vn -0.440618 0.634772 0.634760 +vn -0.440618 0.634772 0.634760 +vn -0.440618 0.634772 0.634760 +vn -0.605353 0.562826 0.562826 +vn -0.605353 0.562826 0.562826 +vn -0.605353 0.562827 0.562827 +vn -0.605473 0.562771 0.562754 +vn -0.605473 0.562771 0.562754 +vn -0.605473 0.562771 0.562754 +vn -0.472287 0.623296 0.623256 +vn -0.472287 0.623296 0.623256 +vn -0.472287 0.623296 0.623255 +vn -0.472257 0.623277 0.623297 +vn -0.472257 0.623277 0.623297 +vn -0.472257 0.623277 0.623297 +vn -0.530726 0.599338 0.599270 +vn -0.530726 0.599338 0.599270 +vn -0.530726 0.599338 0.599270 +vn -0.530849 0.599224 0.599275 +vn -0.530849 0.599224 0.599275 +vn -0.530849 0.599224 0.599275 +vn -0.582536 0.574696 0.574783 +vn -0.582536 0.574696 0.574783 +vn -0.582536 0.574696 0.574783 +vn -0.582460 0.574789 0.574768 +vn -0.582460 0.574789 0.574768 +vn -0.582460 0.574790 0.574768 +vn -0.403304 0.647038 0.647061 +vn -0.403304 0.647038 0.647061 +vn -0.403304 0.647038 0.647061 +vn -0.403319 0.647039 0.647050 +vn -0.403319 0.647040 0.647050 +vn -0.403319 0.647040 0.647050 +vn -0.610459 0.560048 0.560076 +vn -0.610459 0.560048 0.560076 +vn -0.610459 0.560048 0.560076 +vn -0.610446 0.560111 0.560028 +vn -0.610446 0.560111 0.560028 +vn -0.610446 0.560111 0.560028 +vn -0.557579 0.586958 0.587015 +vn -0.557579 0.586958 0.587015 +vn -0.557579 0.586958 0.587015 +vn -0.557587 0.586961 0.587004 +vn -0.557587 0.586961 0.587004 +vn -0.557587 0.586961 0.587004 +vn -0.424704 0.640187 0.640146 +vn -0.424704 0.640187 0.640146 +vn -0.424704 0.640187 0.640146 +vn -0.424648 0.640185 0.640185 +vn -0.424648 0.640185 0.640185 +vn -0.424648 0.640185 0.640185 +vn -0.706766 0.500076 0.500406 +vn -0.706766 0.500076 0.500406 +vn -0.706766 0.500076 0.500406 +vn -0.706916 0.500267 0.500003 +vn -0.706916 0.500267 0.500003 +vn -0.706916 0.500267 0.500003 +vn -0.541920 0.594316 0.594232 +vn -0.541920 0.594316 0.594232 +vn -0.541920 0.594316 0.594232 +vn -0.541999 0.594201 0.594274 +vn -0.541999 0.594201 0.594274 +vn -0.541999 0.594201 0.594274 +vn -0.463682 0.626498 0.626498 +vn -0.463683 0.626498 0.626498 +vn -0.463683 0.626498 0.626498 +vn -0.463718 0.626481 0.626488 +vn -0.463718 0.626481 0.626488 +vn -0.463718 0.626481 0.626488 +vn -0.598509 0.566351 0.566598 +vn -0.598509 0.566351 0.566598 +vn -0.598509 0.566351 0.566598 +vn -0.598157 0.566701 0.566619 +vn -0.598157 0.566701 0.566619 +vn -0.598157 0.566701 0.566619 +vn -0.445953 0.632882 0.632918 +vn -0.445953 0.632882 0.632918 +vn -0.445953 0.632882 0.632918 +vn -0.445918 0.632928 0.632898 +vn -0.445918 0.632928 0.632898 +vn -0.445918 0.632928 0.632898 +vn -0.553726 0.588845 0.588769 +vn -0.553726 0.588845 0.588769 +vn -0.553726 0.588845 0.588769 +vn -0.553743 0.588747 0.588851 +vn -0.553743 0.588747 0.588851 +vn -0.553743 0.588747 0.588851 +vn -0.578718 0.576646 0.576684 +vn -0.578718 0.576647 0.576684 +vn -0.578718 0.576646 0.576684 +vn -0.578652 0.576712 0.576684 +vn -0.578652 0.576712 0.576684 +vn -0.578652 0.576712 0.576684 +vn -0.396521 0.649142 0.649142 +vn -0.396521 0.649142 0.649142 +vn -0.396521 0.649142 0.649142 +vn -0.396590 0.649131 0.649110 +vn -0.396590 0.649131 0.649110 +vn -0.396590 0.649131 0.649110 +vn -0.656555 0.533373 0.533338 +vn -0.656555 0.533373 0.533338 +vn -0.656555 0.533373 0.533338 +vn -0.656559 0.533327 0.533379 +vn -0.656559 0.533327 0.533379 +vn -0.656559 0.533327 0.533379 +vn -0.562934 0.584438 0.584413 +vn -0.562934 0.584438 0.584413 +vn -0.562934 0.584438 0.584413 +vn -0.562926 0.584410 0.584448 +vn -0.562926 0.584410 0.584448 +vn -0.562926 0.584410 0.584448 +vn -0.596933 0.567291 0.567319 +vn -0.596933 0.567291 0.567319 +vn -0.596933 0.567291 0.567319 +vn -0.596922 0.567304 0.567318 +vn -0.596922 0.567304 0.567318 +vn -0.596922 0.567304 0.567318 +vn -0.823750 -0.400876 -0.400916 +vn -0.823751 -0.400876 -0.400916 +vn -0.823750 -0.400876 -0.400916 +vn -0.823715 -0.400962 -0.400903 +vn -0.823715 -0.400962 -0.400903 +vn -0.823715 -0.400962 -0.400903 +vn -0.696467 -0.507581 -0.507243 +vn -0.696467 -0.507581 -0.507243 +vn -0.696467 -0.507581 -0.507243 +vn -0.696602 -0.507235 -0.507404 +vn -0.696602 -0.507235 -0.507404 +vn -0.696602 -0.507235 -0.507404 +vn -0.450699 -0.631203 -0.631232 +vn -0.450699 -0.631202 -0.631232 +vn -0.450699 -0.631203 -0.631232 +vn -0.450739 -0.631214 -0.631192 +vn -0.450739 -0.631214 -0.631192 +vn -0.450739 -0.631214 -0.631192 +vn -0.551891 -0.589644 -0.589692 +vn -0.551891 -0.589644 -0.589692 +vn -0.551891 -0.589644 -0.589692 +vn -0.551880 -0.589704 -0.589643 +vn -0.551880 -0.589704 -0.589643 +vn -0.551880 -0.589704 -0.589643 +vn -0.654386 -0.534666 -0.534707 +vn -0.654386 -0.534666 -0.534707 +vn -0.654386 -0.534666 -0.534707 +vn -0.654302 -0.534788 -0.534687 +vn -0.654302 -0.534788 -0.534687 +vn -0.654302 -0.534788 -0.534687 +vn -0.395258 -0.649506 -0.649548 +vn -0.395258 -0.649506 -0.649548 +vn -0.395258 -0.649506 -0.649548 +vn -0.395245 -0.649557 -0.649505 +vn -0.395245 -0.649557 -0.649505 +vn -0.395245 -0.649557 -0.649505 +vn -0.574969 -0.578537 -0.578537 +vn -0.574969 -0.578537 -0.578537 +vn -0.574969 -0.578537 -0.578537 +vn -0.575066 -0.578459 -0.578519 +vn -0.575066 -0.578459 -0.578519 +vn -0.575066 -0.578459 -0.578519 +vn -0.572861 -0.579561 -0.579603 +vn -0.572861 -0.579561 -0.579603 +vn -0.572861 -0.579561 -0.579603 +vn -0.572740 -0.579693 -0.579590 +vn -0.572740 -0.579693 -0.579590 +vn -0.572740 -0.579693 -0.579590 +vn -0.431057 -0.637998 -0.638081 +vn -0.431057 -0.637999 -0.638081 +vn -0.431057 -0.637999 -0.638081 +vn -0.431002 -0.638079 -0.638038 +vn -0.431002 -0.638079 -0.638038 +vn -0.431002 -0.638079 -0.638038 +vn -0.593576 -0.569064 -0.569064 +vn -0.593576 -0.569064 -0.569064 +vn -0.593576 -0.569064 -0.569064 +vn -0.593407 -0.569152 -0.569152 +vn -0.593407 -0.569152 -0.569152 +vn -0.593407 -0.569152 -0.569152 +vn -0.480262 -0.620179 -0.620263 +vn -0.480262 -0.620179 -0.620263 +vn -0.480262 -0.620179 -0.620263 +vn -0.480249 -0.620257 -0.620195 +vn -0.480249 -0.620257 -0.620195 +vn -0.480249 -0.620257 -0.620195 +vn -0.532211 -0.598665 -0.598625 +vn -0.532211 -0.598665 -0.598625 +vn -0.532212 -0.598665 -0.598625 +vn -0.532224 -0.598644 -0.598634 +vn -0.532224 -0.598644 -0.598634 +vn -0.532224 -0.598644 -0.598634 +vn -0.706765 -0.500148 -0.500335 +vn -0.706765 -0.500148 -0.500335 +vn -0.706765 -0.500148 -0.500335 +vn -0.706610 -0.500444 -0.500257 +vn -0.706610 -0.500444 -0.500257 +vn -0.706610 -0.500444 -0.500257 +vn -0.428691 -0.638816 -0.638857 +vn -0.428691 -0.638816 -0.638857 +vn -0.428691 -0.638816 -0.638857 +vn -0.428667 -0.638855 -0.638834 +vn -0.428667 -0.638855 -0.638834 +vn -0.428667 -0.638855 -0.638834 +vn -0.562196 -0.584798 -0.584762 +vn -0.562196 -0.584798 -0.584762 +vn -0.562196 -0.584798 -0.584762 +vn -0.562214 -0.584772 -0.584772 +vn -0.562214 -0.584772 -0.584772 +vn -0.562214 -0.584772 -0.584772 +vn -0.639256 -0.543714 -0.543807 +vn -0.639256 -0.543714 -0.543807 +vn -0.639256 -0.543714 -0.543807 +vn -0.639223 -0.543851 -0.543710 +vn -0.639223 -0.543851 -0.543710 +vn -0.639223 -0.543851 -0.543710 +vn -0.396432 -0.649169 -0.649169 +vn -0.396432 -0.649169 -0.649169 +vn -0.396432 -0.649169 -0.649169 +vn -0.396291 -0.649228 -0.649197 +vn -0.396291 -0.649228 -0.649197 +vn -0.396291 -0.649228 -0.649197 +vn -0.576839 -0.577632 -0.577580 +vn -0.576839 -0.577632 -0.577580 +vn -0.576839 -0.577632 -0.577580 +vn -0.576960 -0.577530 -0.577560 +vn -0.576960 -0.577530 -0.577560 +vn -0.576960 -0.577530 -0.577560 +vn -0.543581 -0.593533 -0.593497 +vn -0.543581 -0.593533 -0.593497 +vn -0.543581 -0.593533 -0.593497 +vn -0.543627 -0.593494 -0.593494 +vn -0.543627 -0.593494 -0.593494 +vn -0.543627 -0.593494 -0.593494 +vn -0.457944 -0.628604 -0.628604 +vn -0.457944 -0.628604 -0.628604 +vn -0.457944 -0.628604 -0.628604 +vn -0.457927 -0.628626 -0.628595 +vn -0.457927 -0.628626 -0.628595 +vn -0.457927 -0.628626 -0.628595 +vn -0.602784 -0.564119 -0.564288 +vn -0.602784 -0.564119 -0.564288 +vn -0.602784 -0.564119 -0.564288 +vn -0.602804 -0.564254 -0.564133 +vn -0.602803 -0.564254 -0.564133 +vn -0.602803 -0.564254 -0.564133 +vn -0.455443 -0.629487 -0.629538 +vn -0.455443 -0.629487 -0.629538 +vn -0.455443 -0.629487 -0.629538 +vn -0.455386 -0.629552 -0.629514 +vn -0.455386 -0.629552 -0.629514 +vn -0.455386 -0.629552 -0.629514 +vn -0.550223 -0.590447 -0.590447 +vn -0.550223 -0.590447 -0.590447 +vn -0.550223 -0.590447 -0.590447 +vn -0.550255 -0.590448 -0.590416 +vn -0.550255 -0.590448 -0.590416 +vn -0.550255 -0.590448 -0.590416 +vn -0.707082 -0.500054 -0.499981 +vn -0.707082 -0.500054 -0.499981 +vn -0.707082 -0.500054 -0.499981 +vn -0.707324 -0.499964 -0.499729 +vn -0.707324 -0.499964 -0.499729 +vn -0.707324 -0.499964 -0.499729 +vn -0.402080 -0.647430 -0.647430 +vn -0.402080 -0.647430 -0.647430 +vn -0.402080 -0.647430 -0.647430 +vn -0.402086 -0.647454 -0.647402 +vn -0.402086 -0.647455 -0.647402 +vn -0.402086 -0.647454 -0.647402 +vn -0.567276 -0.582293 -0.582351 +vn -0.567276 -0.582293 -0.582351 +vn -0.567276 -0.582293 -0.582351 +vn -0.567254 -0.582376 -0.582289 +vn -0.567254 -0.582376 -0.582289 +vn -0.567254 -0.582376 -0.582289 +vn -0.612903 -0.558735 -0.558717 +vn -0.612903 -0.558735 -0.558717 +vn -0.612903 -0.558735 -0.558717 +vn -0.612919 -0.558685 -0.558750 +vn -0.612919 -0.558685 -0.558750 +vn -0.612919 -0.558685 -0.558750 +vn -0.403981 -0.646838 -0.646838 +vn -0.403981 -0.646838 -0.646838 +vn -0.403981 -0.646838 -0.646838 +vn -0.404057 -0.646814 -0.646814 +vn -0.404057 -0.646814 -0.646814 +vn -0.404057 -0.646814 -0.646814 +vn -0.451399 -0.631012 -0.630922 +vn -0.451399 -0.631012 -0.630922 +vn -0.451399 -0.631012 -0.630923 +vn -0.451410 -0.630936 -0.630990 +vn -0.451410 -0.630936 -0.630990 +vn -0.451410 -0.630936 -0.630990 +vn -0.464372 -0.626266 -0.626219 +vn -0.464372 -0.626266 -0.626219 +vn -0.464372 -0.626266 -0.626219 +vn -0.464445 -0.626215 -0.626215 +vn -0.464446 -0.626215 -0.626215 +vn -0.464446 -0.626215 -0.626215 +vn 0.570803 -0.580596 -0.580596 +vn 0.570803 -0.580596 -0.580596 +vn 0.570803 -0.580596 -0.580596 +vn 0.570793 -0.580579 -0.580623 +vn 0.570793 -0.580579 -0.580623 +vn 0.570793 -0.580579 -0.580623 +vn 0.516485 -0.605508 -0.605479 +vn 0.516485 -0.605508 -0.605479 +vn 0.516485 -0.605508 -0.605479 +vn 0.516398 -0.605458 -0.605603 +vn 0.516398 -0.605458 -0.605603 +vn 0.516398 -0.605458 -0.605603 +vn 0.397820 -0.648740 -0.648749 +vn 0.397820 -0.648740 -0.648749 +vn 0.397820 -0.648740 -0.648749 +vn 0.397911 -0.648748 -0.648685 +vn 0.397911 -0.648748 -0.648685 +vn 0.397911 -0.648748 -0.648685 +vn 0.707280 -0.499928 -0.499827 +vn 0.707280 -0.499928 -0.499827 +vn 0.707280 -0.499928 -0.499827 +vn 0.707230 -0.499824 -0.500002 +vn 0.707230 -0.499824 -0.500002 +vn 0.707230 -0.499824 -0.500002 +vn 0.562409 -0.584678 -0.584678 +vn 0.562409 -0.584678 -0.584678 +vn 0.562409 -0.584678 -0.584678 +vn 0.562470 -0.584654 -0.584643 +vn 0.562470 -0.584654 -0.584643 +vn 0.562470 -0.584654 -0.584643 +vn 0.434213 -0.636969 -0.636969 +vn 0.434213 -0.636969 -0.636969 +vn 0.434213 -0.636969 -0.636969 +vn 0.434087 -0.637006 -0.637018 +vn 0.434087 -0.637006 -0.637018 +vn 0.434087 -0.637006 -0.637018 +vn 0.609986 -0.560300 -0.560340 +vn 0.609986 -0.560300 -0.560340 +vn 0.609986 -0.560300 -0.560340 +vn 0.610143 -0.560270 -0.560199 +vn 0.610143 -0.560270 -0.560199 +vn 0.610143 -0.560270 -0.560199 +vn 0.480973 -0.619946 -0.619946 +vn 0.480973 -0.619946 -0.619946 +vn 0.480973 -0.619946 -0.619946 +vn 0.480990 -0.619949 -0.619929 +vn 0.480990 -0.619949 -0.619929 +vn 0.480990 -0.619949 -0.619929 +vn 0.527041 -0.600906 -0.600949 +vn 0.527041 -0.600906 -0.600949 +vn 0.527041 -0.600906 -0.600949 +vn 0.526990 -0.600933 -0.600966 +vn 0.526990 -0.600933 -0.600966 +vn 0.526990 -0.600933 -0.600966 +vn 0.586988 -0.572471 -0.572471 +vn 0.586988 -0.572471 -0.572471 +vn 0.586988 -0.572471 -0.572471 +vn 0.587024 -0.572419 -0.572486 +vn 0.587024 -0.572419 -0.572486 +vn 0.587024 -0.572419 -0.572486 +vn 0.399500 -0.648253 -0.648204 +vn 0.399500 -0.648253 -0.648204 +vn 0.399500 -0.648253 -0.648204 +vn 0.399524 -0.648221 -0.648221 +vn 0.399524 -0.648221 -0.648221 +vn 0.399524 -0.648221 -0.648221 +vn 0.612430 -0.558999 -0.558972 +vn 0.612430 -0.558999 -0.558972 +vn 0.612430 -0.558999 -0.558972 +vn 0.612296 -0.559145 -0.558973 +vn 0.612296 -0.559145 -0.558973 +vn 0.612296 -0.559145 -0.558973 +vn 0.566414 -0.582712 -0.582770 +vn 0.566414 -0.582712 -0.582770 +vn 0.566414 -0.582712 -0.582770 +vn 0.566383 -0.582778 -0.582735 +vn 0.566383 -0.582778 -0.582735 +vn 0.566383 -0.582778 -0.582735 +vn 0.409873 -0.644976 -0.644988 +vn 0.409873 -0.644976 -0.644988 +vn 0.409873 -0.644976 -0.644988 +vn 0.409867 -0.644974 -0.644994 +vn 0.409867 -0.644974 -0.644995 +vn 0.409867 -0.644974 -0.644995 +vn 0.707361 -0.499946 -0.499695 +vn 0.707361 -0.499946 -0.499695 +vn 0.707361 -0.499946 -0.499695 +vn 0.707024 -0.499885 -0.500232 +vn 0.707024 -0.499885 -0.500232 +vn 0.707024 -0.499885 -0.500232 +vn 0.548405 -0.591312 -0.591272 +vn 0.548405 -0.591312 -0.591272 +vn 0.548405 -0.591312 -0.591272 +vn 0.548394 -0.591297 -0.591297 +vn 0.548394 -0.591297 -0.591297 +vn 0.548394 -0.591297 -0.591297 +vn 0.462031 -0.627107 -0.627107 +vn 0.462031 -0.627107 -0.627107 +vn 0.462031 -0.627107 -0.627107 +vn 0.462039 -0.627092 -0.627117 +vn 0.462039 -0.627092 -0.627117 +vn 0.462039 -0.627092 -0.627117 +vn 0.600817 -0.565273 -0.565231 +vn 0.600816 -0.565273 -0.565231 +vn 0.600817 -0.565273 -0.565231 +vn 0.600900 -0.565303 -0.565111 +vn 0.600900 -0.565303 -0.565111 +vn 0.600900 -0.565303 -0.565111 +vn 0.447506 -0.632342 -0.632362 +vn 0.447506 -0.632342 -0.632362 +vn 0.447506 -0.632342 -0.632362 +vn 0.447502 -0.632348 -0.632358 +vn 0.447502 -0.632348 -0.632358 +vn 0.447502 -0.632348 -0.632359 +vn 0.548545 -0.591301 -0.591152 +vn 0.548545 -0.591301 -0.591152 +vn 0.548545 -0.591301 -0.591152 +vn 0.548609 -0.591137 -0.591258 +vn 0.548609 -0.591137 -0.591258 +vn 0.548609 -0.591137 -0.591258 +vn 0.577801 -0.577144 -0.577106 +vn 0.577801 -0.577144 -0.577106 +vn 0.577801 -0.577144 -0.577106 +vn 0.577817 -0.577102 -0.577131 +vn 0.577817 -0.577102 -0.577131 +vn 0.577817 -0.577102 -0.577131 +vn 0.396304 -0.649208 -0.649208 +vn 0.396304 -0.649208 -0.649208 +vn 0.396304 -0.649208 -0.649208 +vn 0.396301 -0.649204 -0.649215 +vn 0.396301 -0.649204 -0.649215 +vn 0.396301 -0.649204 -0.649215 +vn 0.638415 -0.544399 -0.544110 +vn 0.638415 -0.544399 -0.544110 +vn 0.638415 -0.544399 -0.544110 +vn 0.638365 -0.544292 -0.544276 +vn 0.638365 -0.544292 -0.544276 +vn 0.638365 -0.544292 -0.544276 +vn 0.560434 -0.585583 -0.585667 +vn 0.560434 -0.585583 -0.585667 +vn 0.560434 -0.585583 -0.585667 +vn 0.560384 -0.585643 -0.585656 +vn 0.560384 -0.585643 -0.585656 +vn 0.560384 -0.585643 -0.585656 +vn 0.435914 -0.636421 -0.636355 +vn 0.435914 -0.636421 -0.636355 +vn 0.435914 -0.636421 -0.636355 +vn 0.436013 -0.636349 -0.636359 +vn 0.436013 -0.636349 -0.636359 +vn 0.436013 -0.636349 -0.636359 +vn 0.706319 -0.501305 -0.499807 +vn 0.706319 -0.501305 -0.499807 +vn 0.706319 -0.501305 -0.499807 +vn 0.707296 -0.499598 -0.500135 +vn 0.707296 -0.499598 -0.500135 +vn 0.707296 -0.499598 -0.500135 +vn 0.528154 -0.600419 -0.600459 +vn 0.528154 -0.600419 -0.600459 +vn 0.528154 -0.600419 -0.600459 +vn 0.528205 -0.600446 -0.600387 +vn 0.528205 -0.600446 -0.600387 +vn 0.528205 -0.600446 -0.600387 +vn 0.488403 -0.617006 -0.617063 +vn 0.488403 -0.617006 -0.617063 +vn 0.488403 -0.617006 -0.617063 +vn 0.488441 -0.617048 -0.616991 +vn 0.488441 -0.617048 -0.616991 +vn 0.488441 -0.617048 -0.616991 +vn 0.595127 -0.568300 -0.568207 +vn 0.595127 -0.568300 -0.568207 +vn 0.595127 -0.568299 -0.568207 +vn 0.595169 -0.568208 -0.568255 +vn 0.595169 -0.568208 -0.568255 +vn 0.595169 -0.568208 -0.568255 +vn 0.424398 -0.640289 -0.640247 +vn 0.424398 -0.640289 -0.640247 +vn 0.424398 -0.640289 -0.640247 +vn 0.424372 -0.640261 -0.640292 +vn 0.424372 -0.640261 -0.640292 +vn 0.424372 -0.640261 -0.640292 +vn 0.571071 -0.580486 -0.580443 +vn 0.571071 -0.580486 -0.580443 +vn 0.571071 -0.580486 -0.580443 +vn 0.571110 -0.580446 -0.580446 +vn 0.571110 -0.580445 -0.580445 +vn 0.571110 -0.580446 -0.580446 +vn 0.571017 -0.580508 -0.580474 +vn 0.571017 -0.580508 -0.580474 +vn 0.571017 -0.580508 -0.580474 +vn 0.571011 -0.580460 -0.580528 +vn 0.571011 -0.580460 -0.580528 +vn 0.571011 -0.580460 -0.580528 +vn 0.397742 -0.648768 -0.648769 +vn 0.397742 -0.648768 -0.648769 +vn 0.397742 -0.648768 -0.648769 +vn 0.397696 -0.648804 -0.648762 +vn 0.397696 -0.648804 -0.648762 +vn 0.397696 -0.648804 -0.648762 +vn 0.707330 -0.499714 -0.499970 +vn 0.707330 -0.499714 -0.499970 +vn 0.707330 -0.499714 -0.499970 +vn 0.707092 -0.500111 -0.499910 +vn 0.707092 -0.500111 -0.499910 +vn 0.707092 -0.500111 -0.499910 +vn 0.567301 -0.582287 -0.582333 +vn 0.567301 -0.582287 -0.582333 +vn 0.567301 -0.582287 -0.582333 +vn 0.567251 -0.582329 -0.582340 +vn 0.567251 -0.582329 -0.582340 +vn 0.567251 -0.582329 -0.582340 +vn 0.426236 -0.639657 -0.639657 +vn 0.426236 -0.639657 -0.639657 +vn 0.426236 -0.639657 -0.639657 +vn 0.426215 -0.639614 -0.639715 +vn 0.426215 -0.639614 -0.639715 +vn 0.426215 -0.639614 -0.639715 +vn 0.616753 -0.557044 -0.556164 +vn 0.616753 -0.557044 -0.556164 +vn 0.616753 -0.557044 -0.556164 +vn 0.617623 -0.555789 -0.556454 +vn 0.617623 -0.555789 -0.556454 +vn 0.617623 -0.555789 -0.556454 +vn 0.494876 -0.614430 -0.614470 +vn 0.494876 -0.614430 -0.614470 +vn 0.494876 -0.614430 -0.614470 +vn 0.494858 -0.614482 -0.614433 +vn 0.494858 -0.614482 -0.614433 +vn 0.494858 -0.614482 -0.614433 +vn 0.510772 -0.607910 -0.607912 +vn 0.510772 -0.607910 -0.607912 +vn 0.510772 -0.607910 -0.607912 +vn 0.510654 -0.607925 -0.607996 +vn 0.510654 -0.607925 -0.607996 +vn 0.510654 -0.607925 -0.607996 +vn 0.585816 -0.572996 -0.573145 +vn 0.585816 -0.572996 -0.573145 +vn 0.585816 -0.572996 -0.573145 +vn 0.585876 -0.573071 -0.573009 +vn 0.585876 -0.573071 -0.573009 +vn 0.585876 -0.573071 -0.573009 +vn 0.410786 -0.644713 -0.644671 +vn 0.410786 -0.644713 -0.644671 +vn 0.410786 -0.644713 -0.644671 +vn 0.410734 -0.644672 -0.644745 +vn 0.410734 -0.644672 -0.644745 +vn 0.410734 -0.644672 -0.644745 +vn 0.602823 -0.564183 -0.564183 +vn 0.602823 -0.564183 -0.564183 +vn 0.602823 -0.564183 -0.564183 +vn 0.602936 -0.564116 -0.564129 +vn 0.602936 -0.564116 -0.564129 +vn 0.602936 -0.564116 -0.564129 +vn 0.567377 -0.582278 -0.582267 +vn 0.567378 -0.582278 -0.582267 +vn 0.567377 -0.582278 -0.582267 +vn 0.567417 -0.582246 -0.582261 +vn 0.567417 -0.582246 -0.582261 +vn 0.567417 -0.582246 -0.582261 +vn 0.407810 -0.645654 -0.645617 +vn 0.407810 -0.645654 -0.645617 +vn 0.407810 -0.645654 -0.645617 +vn 0.407848 -0.645592 -0.645655 +vn 0.407848 -0.645592 -0.645655 +vn 0.407848 -0.645592 -0.645655 +vn 0.707475 -0.499813 -0.499666 +vn 0.707475 -0.499813 -0.499666 +vn 0.707475 -0.499813 -0.499666 +vn 0.706879 -0.500392 -0.499929 +vn 0.706879 -0.500392 -0.499929 +vn 0.706879 -0.500392 -0.499929 +vn 0.549435 -0.590795 -0.590832 +vn 0.549435 -0.590795 -0.590832 +vn 0.549435 -0.590795 -0.590832 +vn 0.549407 -0.590821 -0.590832 +vn 0.549407 -0.590821 -0.590832 +vn 0.549407 -0.590821 -0.590832 +vn 0.455290 -0.629592 -0.629543 +vn 0.455290 -0.629592 -0.629543 +vn 0.455290 -0.629592 -0.629543 +vn 0.455316 -0.629583 -0.629533 +vn 0.455316 -0.629583 -0.629533 +vn 0.455316 -0.629583 -0.629533 +vn 0.749351 -0.468195 -0.468259 +vn 0.749351 -0.468195 -0.468259 +vn 0.749351 -0.468195 -0.468259 +vn 0.749247 -0.468406 -0.468215 +vn 0.749247 -0.468406 -0.468215 +vn 0.749247 -0.468406 -0.468215 +vn 0.901313 -0.306284 -0.306310 +vn 0.901313 -0.306284 -0.306310 +vn 0.901313 -0.306284 -0.306310 +vn 0.901295 -0.306310 -0.306336 +vn 0.901295 -0.306310 -0.306336 +vn 0.901295 -0.306310 -0.306336 +vn 1.000000 0.000002 0.000000 +vn 1.000000 0.000002 0.000000 +vn 1.000000 0.000002 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.865897 0.353696 0.353726 +vn 0.865897 0.353696 0.353726 +vn 0.865897 0.353696 0.353725 +vn 0.865856 0.353754 0.353769 +vn 0.865856 0.353754 0.353769 +vn 0.865856 0.353754 0.353769 +vn 0.707091 0.499951 0.500071 +vn 0.707091 0.499951 0.500071 +vn 0.707091 0.499951 0.500071 +vn 0.707329 0.499891 0.499794 +vn 0.707329 0.499891 0.499794 +vn 0.707329 0.499891 0.499794 +vn 0.500118 0.612330 0.612318 +vn 0.500118 0.612330 0.612318 +vn 0.500118 0.612330 0.612318 +vn 0.500068 0.612367 0.612322 +vn 0.500068 0.612367 0.612322 +vn 0.500068 0.612367 0.612322 +vn 0.520711 0.603661 0.603700 +vn 0.520711 0.603661 0.603700 +vn 0.520711 0.603661 0.603700 +vn 0.520682 0.603688 0.603698 +vn 0.520682 0.603688 0.603698 +vn 0.520682 0.603688 0.603698 +vn 0.441016 0.634626 0.634630 +vn 0.441016 0.634626 0.634630 +vn 0.441016 0.634626 0.634630 +vn 0.441047 0.634591 0.634643 +vn 0.441047 0.634591 0.634643 +vn 0.441047 0.634591 0.634643 +vn 0.559320 0.586158 0.586158 +vn 0.559320 0.586158 0.586158 +vn 0.559320 0.586158 0.586158 +vn 0.559367 0.586135 0.586135 +vn 0.559367 0.586135 0.586135 +vn 0.559367 0.586135 0.586135 +vn 0.655749 0.533979 0.533722 +vn 0.655749 0.533979 0.533722 +vn 0.655749 0.533979 0.533722 +vn 0.655792 0.533742 0.533906 +vn 0.655792 0.533743 0.533906 +vn 0.655792 0.533742 0.533906 +vn 0.395929 0.649302 0.649344 +vn 0.395929 0.649302 0.649344 +vn 0.395929 0.649302 0.649344 +vn 0.395905 0.649362 0.649298 +vn 0.395905 0.649362 0.649298 +vn 0.395905 0.649362 0.649298 +vn 0.572315 0.579833 0.579870 +vn 0.572315 0.579833 0.579870 +vn 0.572315 0.579833 0.579870 +vn 0.572185 0.579925 0.579906 +vn 0.572185 0.579925 0.579906 +vn 0.572185 0.579924 0.579906 +vn 0.559727 0.585963 0.585963 +vn 0.559727 0.585963 0.585963 +vn 0.559727 0.585963 0.585963 +vn 0.559731 0.585971 0.585952 +vn 0.559731 0.585971 0.585952 +vn 0.559731 0.585971 0.585952 +vn 0.441013 0.634652 0.634605 +vn 0.441013 0.634652 0.634605 +vn 0.441013 0.634652 0.634605 +vn 0.440984 0.634624 0.634655 +vn 0.440984 0.634624 0.634655 +vn 0.440984 0.634624 0.634655 +vn 0.600109 0.565721 0.565535 +vn 0.600109 0.565721 0.565535 +vn 0.600109 0.565721 0.565535 +vn 0.600019 0.565619 0.565731 +vn 0.600019 0.565619 0.565731 +vn 0.600019 0.565619 0.565731 +vn 0.471814 0.623482 0.623428 +vn 0.471814 0.623482 0.623428 +vn 0.471814 0.623482 0.623428 +vn 0.471825 0.623430 0.623471 +vn 0.471825 0.623430 0.623471 +vn 0.471825 0.623430 0.623471 +vn 0.535378 0.597190 0.597272 +vn 0.535378 0.597190 0.597272 +vn 0.535378 0.597190 0.597272 +vn 0.535360 0.597240 0.597240 +vn 0.535360 0.597240 0.597240 +vn 0.535360 0.597240 0.597240 +vn 0.707324 0.499555 0.500137 +vn 0.707325 0.499555 0.500137 +vn 0.707325 0.499555 0.500136 +vn 0.707181 0.500408 0.499486 +vn 0.707181 0.500408 0.499486 +vn 0.707181 0.500408 0.499486 +vn 0.426113 0.639698 0.639698 +vn 0.426113 0.639698 0.639698 +vn 0.426113 0.639698 0.639698 +vn 0.426103 0.639707 0.639696 +vn 0.426103 0.639707 0.639696 +vn 0.426103 0.639707 0.639696 +vn 0.563368 0.584191 0.584240 +vn 0.563368 0.584191 0.584240 +vn 0.563368 0.584191 0.584240 +vn 0.563261 0.584288 0.584247 +vn 0.563261 0.584288 0.584247 +vn 0.563261 0.584288 0.584247 +vn 0.624175 0.552394 0.552509 +vn 0.624175 0.552394 0.552509 +vn 0.624175 0.552394 0.552509 +vn 0.624225 0.552438 0.552409 +vn 0.624225 0.552438 0.552409 +vn 0.624225 0.552438 0.552409 +vn 0.399167 0.648352 0.648310 +vn 0.399167 0.648352 0.648310 +vn 0.399167 0.648352 0.648310 +vn 0.399182 0.648300 0.648353 +vn 0.399182 0.648300 0.648352 +vn 0.399182 0.648300 0.648352 +vn 0.580375 0.575918 0.575745 +vn 0.580375 0.575918 0.575745 +vn 0.580375 0.575918 0.575745 +vn 0.580451 0.575783 0.575804 +vn 0.580451 0.575783 0.575804 +vn 0.580451 0.575783 0.575804 +vn 0.534499 0.597590 0.597660 +vn 0.534499 0.597590 0.597660 +vn 0.534499 0.597590 0.597660 +vn 0.534696 0.597563 0.597511 +vn 0.534696 0.597563 0.597511 +vn 0.534696 0.597563 0.597511 +vn 0.467687 0.625094 0.624922 +vn 0.467687 0.625094 0.624922 +vn 0.467687 0.625094 0.624922 +vn 0.467633 0.624992 0.625063 +vn 0.467633 0.624992 0.625063 +vn 0.467633 0.624992 0.625063 +vn 0.606408 0.562259 0.562259 +vn 0.606408 0.562259 0.562259 +vn 0.606408 0.562259 0.562259 +vn 0.606229 0.562304 0.562406 +vn 0.606229 0.562304 0.562406 +vn 0.606229 0.562304 0.562406 +vn 0.445518 0.633054 0.633054 +vn 0.445518 0.633054 0.633054 +vn 0.445518 0.633054 0.633054 +vn 0.445591 0.633028 0.633028 +vn 0.445591 0.633028 0.633028 +vn 0.445591 0.633028 0.633028 +vn 0.552058 0.589606 0.589574 +vn 0.552058 0.589606 0.589574 +vn 0.552058 0.589606 0.589574 +vn 0.552051 0.589588 0.589598 +vn 0.552051 0.589588 0.589598 +vn 0.552051 0.589588 0.589598 +vn 0.707412 0.499703 0.499866 +vn 0.707412 0.499703 0.499866 +vn 0.707412 0.499703 0.499866 +vn 0.707127 0.500206 0.499766 +vn 0.707127 0.500206 0.499766 +vn 0.707127 0.500206 0.499766 +vn 0.411638 0.644370 0.644470 +vn 0.411638 0.644370 0.644470 +vn 0.411638 0.644370 0.644470 +vn 0.411811 0.644401 0.644328 +vn 0.411811 0.644401 0.644328 +vn 0.411811 0.644401 0.644328 +vn 0.565673 0.583117 0.583086 +vn 0.565673 0.583117 0.583086 +vn 0.565673 0.583116 0.583086 +vn 0.565580 0.583101 0.583192 +vn 0.565580 0.583101 0.583192 +vn 0.565580 0.583101 0.583192 +vn 0.594616 0.568520 0.568521 +vn 0.594616 0.568520 0.568521 +vn 0.594616 0.568520 0.568521 +vn 0.594769 0.568513 0.568368 +vn 0.594769 0.568513 0.568368 +vn 0.594769 0.568513 0.568368 +vn 0.415657 0.643129 0.643129 +vn 0.415657 0.643129 0.643129 +vn 0.415657 0.643129 0.643129 +vn 0.415663 0.643127 0.643127 +vn 0.415663 0.643127 0.643127 +vn 0.415663 0.643127 0.643127 +vn 0.584981 0.573517 0.573476 +vn 0.584981 0.573517 0.573476 +vn 0.584981 0.573517 0.573476 +vn 0.584848 0.573584 0.573545 +vn 0.584848 0.573584 0.573545 +vn 0.584848 0.573584 0.573545 +vn 0.505774 0.609997 0.609997 +vn 0.505774 0.609997 0.609997 +vn 0.505774 0.609997 0.609997 +vn 0.505760 0.610003 0.610003 +vn 0.505760 0.610003 0.610003 +vn 0.505760 0.610003 0.610003 +vn 0.497663 0.613304 0.613343 +vn 0.497663 0.613303 0.613343 +vn 0.497663 0.613303 0.613343 +vn 0.497613 0.613364 0.613324 +vn 0.497613 0.613364 0.613324 +vn 0.497613 0.613364 0.613324 +vn 0.613388 0.558680 0.558240 +vn 0.613388 0.558680 0.558240 +vn 0.613388 0.558680 0.558240 +vn 0.613709 0.558114 0.558453 +vn 0.613709 0.558114 0.558453 +vn 0.613709 0.558114 0.558453 +vn 0.422899 0.640741 0.640786 +vn 0.422899 0.640742 0.640786 +vn 0.422899 0.640742 0.640786 +vn 0.422877 0.640726 0.640815 +vn 0.422877 0.640726 0.640815 +vn 0.422877 0.640726 0.640815 +vn 0.569724 0.581122 0.581129 +vn 0.569724 0.581122 0.581129 +vn 0.569724 0.581122 0.581129 +vn 0.569836 0.581065 0.581077 +vn 0.569836 0.581065 0.581077 +vn 0.569836 0.581065 0.581077 +vn 0.707340 0.499791 0.499878 +vn 0.707340 0.499791 0.499878 +vn 0.707340 0.499791 0.499878 +vn 0.707010 0.500129 0.500009 +vn 0.707010 0.500129 0.500009 +vn 0.707010 0.500129 0.500009 +vn 0.395288 0.649529 0.649507 +vn 0.395288 0.649529 0.649507 +vn 0.395288 0.649529 0.649507 +vn 0.395286 0.649556 0.649482 +vn 0.395286 0.649556 0.649482 +vn 0.395286 0.649556 0.649482 +vn 0.572043 0.579996 0.579976 +vn 0.572043 0.579996 0.579976 +vn 0.572043 0.579996 0.579976 +vn 0.571882 0.580022 0.580108 +vn 0.571882 0.580022 0.580108 +vn 0.571882 0.580022 0.580108 +vn 0.571849 0.580081 0.580081 +vn 0.571849 0.580081 0.580081 +vn 0.571849 0.580081 0.580081 +vn 0.571982 0.580026 0.580005 +vn 0.571982 0.580026 0.580005 +vn 0.571982 0.580026 0.580005 +vn 0.426362 0.639615 0.639615 +vn 0.426362 0.639615 0.639615 +vn 0.426362 0.639615 0.639615 +vn 0.426356 0.639617 0.639617 +vn 0.426356 0.639617 0.639617 +vn 0.426356 0.639617 0.639617 +vn 0.595197 0.568217 0.568217 +vn 0.595197 0.568217 0.568217 +vn 0.595197 0.568217 0.568217 +vn 0.594952 0.568321 0.568369 +vn 0.594952 0.568321 0.568369 +vn 0.594952 0.568321 0.568369 +vn 0.486629 0.617721 0.617749 +vn 0.486629 0.617721 0.617749 +vn 0.486629 0.617721 0.617749 +vn 0.486779 0.617682 0.617668 +vn 0.486779 0.617682 0.617668 +vn 0.486779 0.617682 0.617668 +vn 0.526338 0.601256 0.601216 +vn 0.526338 0.601256 0.601216 +vn 0.526338 0.601256 0.601216 +vn 0.526333 0.601243 0.601233 +vn 0.526333 0.601243 0.601233 +vn 0.526333 0.601243 0.601233 +vn 0.709711 0.497548 0.498755 +vn 0.709711 0.497548 0.498755 +vn 0.709711 0.497548 0.498755 +vn 0.706946 0.500344 0.499883 +vn 0.706947 0.500344 0.499883 +vn 0.706947 0.500344 0.499883 +vn 0.437643 0.635770 0.635818 +vn 0.437643 0.635770 0.635818 +vn 0.437643 0.635770 0.635818 +vn 0.437693 0.635782 0.635772 +vn 0.437693 0.635782 0.635772 +vn 0.437693 0.635782 0.635772 +vn 0.561344 0.585187 0.585191 +vn 0.561344 0.585187 0.585191 +vn 0.561344 0.585187 0.585191 +vn 0.561279 0.585194 0.585247 +vn 0.561279 0.585194 0.585247 +vn 0.561279 0.585194 0.585247 +vn 0.638670 0.544073 0.544137 +vn 0.638670 0.544073 0.544137 +vn 0.638670 0.544073 0.544137 +vn 0.638813 0.544077 0.543965 +vn 0.638813 0.544077 0.543965 +vn 0.638813 0.544077 0.543965 +vn 0.399972 0.648041 0.648125 +vn 0.399972 0.648041 0.648125 +vn 0.399972 0.648041 0.648125 +vn 0.399942 0.648123 0.648061 +vn 0.399942 0.648123 0.648061 +vn 0.399942 0.648123 0.648061 +vn 0.573770 0.579211 0.579053 +vn 0.573770 0.579211 0.579053 +vn 0.573770 0.579211 0.579053 +vn 0.573790 0.579078 0.579167 +vn 0.573790 0.579078 0.579167 +vn 0.573790 0.579078 0.579167 +vn 0.542614 0.593957 0.593957 +vn 0.542614 0.593957 0.593957 +vn 0.542614 0.593957 0.593957 +vn 0.542460 0.594037 0.594018 +vn 0.542460 0.594037 0.594018 +vn 0.542460 0.594037 0.594018 +vn 0.456269 0.629215 0.629212 +vn 0.456269 0.629215 0.629212 +vn 0.456269 0.629215 0.629212 +vn 0.456296 0.629158 0.629249 +vn 0.456296 0.629158 0.629249 +vn 0.456296 0.629158 0.629249 +vn 0.603565 0.563786 0.563786 +vn 0.603565 0.563786 0.563786 +vn 0.603565 0.563786 0.563786 +vn 0.603497 0.563735 0.563909 +vn 0.603497 0.563735 0.563909 +vn 0.603497 0.563735 0.563909 +vn 0.458553 0.628357 0.628408 +vn 0.458553 0.628357 0.628408 +vn 0.458553 0.628357 0.628408 +vn 0.458751 0.628329 0.628291 +vn 0.458751 0.628329 0.628291 +vn 0.458751 0.628329 0.628291 +vn 0.547591 0.591669 0.591669 +vn 0.547591 0.591669 0.591669 +vn 0.547591 0.591669 0.591669 +vn 0.547591 0.591717 0.591621 +vn 0.547591 0.591717 0.591621 +vn 0.547591 0.591717 0.591621 +vn 0.707296 0.500044 0.499688 +vn 0.707296 0.500043 0.499688 +vn 0.707296 0.500044 0.499688 +vn 0.706607 0.500343 0.500363 +vn 0.706607 0.500343 0.500363 +vn 0.706607 0.500343 0.500363 +vn 0.406867 0.645907 0.645959 +vn 0.406867 0.645907 0.645959 +vn 0.406867 0.645907 0.645959 +vn 0.406910 0.645914 0.645925 +vn 0.406910 0.645914 0.645925 +vn 0.406910 0.645914 0.645925 +vn 0.567238 0.582341 0.582340 +vn 0.567238 0.582341 0.582340 +vn 0.567238 0.582341 0.582340 +vn 0.567150 0.582369 0.582398 +vn 0.567150 0.582369 0.582398 +vn 0.567150 0.582369 0.582398 +vn 0.613027 0.558658 0.558658 +vn 0.613027 0.558658 0.558658 +vn 0.613027 0.558658 0.558658 +vn 0.613084 0.558646 0.558607 +vn 0.613084 0.558646 0.558607 +vn 0.613084 0.558646 0.558607 +vn 0.402643 0.647255 0.647255 +vn 0.402643 0.647255 0.647255 +vn 0.402643 0.647255 0.647255 +vn 0.402696 0.647228 0.647249 +vn 0.402696 0.647228 0.647249 +vn 0.402696 0.647228 0.647249 +vn 0.585291 0.573362 0.573315 +vn 0.585291 0.573362 0.573315 +vn 0.585291 0.573362 0.573315 +vn 0.585413 0.573230 0.573323 +vn 0.585413 0.573230 0.573323 +vn 0.585413 0.573230 0.573323 +vn 0.520794 0.603661 0.603628 +vn 0.520794 0.603661 0.603628 +vn 0.520794 0.603661 0.603628 +vn 0.520753 0.603650 0.603675 +vn 0.520753 0.603650 0.603675 +vn 0.520753 0.603650 0.603675 +vn 0.485420 0.618230 0.618190 +vn 0.485420 0.618230 0.618190 +vn 0.485420 0.618230 0.618190 +vn 0.485489 0.618188 0.618178 +vn 0.485489 0.618188 0.618178 +vn 0.485489 0.618188 0.618178 +vn 0.612868 0.558657 0.558833 +vn 0.612868 0.558657 0.558833 +vn 0.612868 0.558657 0.558833 +vn 0.612872 0.558919 0.558567 +vn 0.612872 0.558919 0.558567 +vn 0.612872 0.558919 0.558567 +vn 0.432543 0.637537 0.637537 +vn 0.432543 0.637537 0.637537 +vn 0.432544 0.637537 0.637537 +vn 0.432631 0.637501 0.637513 +vn 0.432631 0.637501 0.637513 +vn 0.432631 0.637501 0.637513 +vn 0.560681 0.585529 0.585484 +vn 0.560681 0.585529 0.585484 +vn 0.560681 0.585529 0.585484 +vn 0.560638 0.585482 0.585573 +vn 0.560638 0.585482 0.585573 +vn 0.560638 0.585482 0.585573 +vn 0.707091 0.499998 0.500024 +vn 0.707091 0.499998 0.500024 +vn 0.707091 0.499998 0.500024 +vn 0.707232 0.499924 0.499899 +vn 0.707232 0.499924 0.499899 +vn 0.707232 0.499924 0.499899 +vn 0.405237 0.646445 0.646445 +vn 0.405237 0.646445 0.646445 +vn 0.405237 0.646445 0.646445 +vn 0.405187 0.646482 0.646440 +vn 0.405187 0.646482 0.646440 +vn 0.405187 0.646482 0.646440 +vn 0.569812 0.581034 0.581132 +vn 0.569812 0.581034 0.581132 +vn 0.569812 0.581034 0.581132 +vn 0.569970 0.581050 0.580960 +vn 0.569970 0.581050 0.580960 +vn 0.569970 0.581050 0.580960 +vn 0.578387 0.576809 0.576853 +vn 0.578387 0.576809 0.576853 +vn 0.578387 0.576809 0.576853 +vn 0.578274 0.576860 0.576915 +vn 0.578274 0.576860 0.576915 +vn 0.578274 0.576860 0.576915 +vn 0.421686 0.641189 0.641138 +vn 0.421686 0.641189 0.641138 +vn 0.421686 0.641189 0.641138 +vn 0.421702 0.641168 0.641148 +vn 0.421702 0.641169 0.641148 +vn 0.421702 0.641169 0.641148 +vn 0.592789 0.569460 0.569489 +vn 0.592789 0.569460 0.569489 +vn 0.592789 0.569460 0.569489 +vn 0.592662 0.569547 0.569533 +vn 0.592662 0.569547 0.569533 +vn 0.592662 0.569547 0.569533 +vn 0.492021 0.615595 0.615595 +vn 0.492021 0.615595 0.615595 +vn 0.492021 0.615595 0.615595 +vn 0.492064 0.615545 0.615611 +vn 0.492064 0.615545 0.615611 +vn 0.492064 0.615545 0.615611 +vn 0.518789 0.604507 0.604507 +vn 0.518789 0.604507 0.604507 +vn 0.518789 0.604507 0.604507 +vn 0.518857 0.604507 0.604449 +vn 0.518857 0.604507 0.604449 +vn 0.518857 0.604507 0.604449 +vn 0.442828 0.634016 0.633977 +vn 0.442828 0.634016 0.633977 +vn 0.442828 0.634016 0.633977 +vn 0.442917 0.633986 0.633945 +vn 0.442917 0.633986 0.633945 +vn 0.442917 0.633986 0.633945 +vn 0.560253 0.585762 0.585662 +vn 0.560253 0.585762 0.585662 +vn 0.560253 0.585762 0.585662 +vn 0.560172 0.585738 0.585763 +vn 0.560172 0.585738 0.585763 +vn 0.560172 0.585738 0.585763 +vn 0.656451 0.533331 0.533508 +vn 0.656451 0.533331 0.533508 +vn 0.656451 0.533331 0.533508 +vn 0.656049 0.533782 0.533551 +vn 0.656049 0.533782 0.533551 +vn 0.656049 0.533782 0.533551 +vn 0.400296 0.647962 0.648004 +vn 0.400296 0.647962 0.648004 +vn 0.400296 0.647962 0.648004 +vn 0.400313 0.647998 0.647956 +vn 0.400313 0.647998 0.647956 +vn 0.400313 0.647998 0.647956 +vn 0.420749 0.641499 0.641444 +vn 0.420749 0.641499 0.641444 +vn 0.420749 0.641499 0.641444 +vn 0.420613 0.641550 0.641482 +vn 0.420613 0.641550 0.641482 +vn 0.420613 0.641550 0.641482 +vn 0.000476 -0.707226 0.706988 +vn 0.000476 -0.707226 0.706988 +vn 0.000476 -0.707226 0.706988 +vn 0.000000 -0.706848 0.707366 +vn 0.000000 -0.706848 0.707366 +vn 0.000000 -0.706848 0.707366 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000166 -0.707670 0.706543 +vn -0.000166 -0.707670 0.706543 +vn -0.000166 -0.707670 0.706543 +vn 0.000073 -0.706999 0.707214 +vn 0.000073 -0.706999 0.707214 +vn 0.000073 -0.706999 0.707214 +vn 0.000076 -0.707107 0.707107 +vn 0.000076 -0.707107 0.707107 +vn 0.000076 -0.707107 0.707107 +vn 0.000118 -0.706945 0.707269 +vn 0.000118 -0.706945 0.707269 +vn 0.000118 -0.706945 0.707269 +vn 0.000113 -0.707025 0.707189 +vn 0.000113 -0.707025 0.707189 +vn 0.000113 -0.707025 0.707189 +vn 0.000052 -0.706611 0.707602 +vn 0.000052 -0.706611 0.707602 +vn 0.000052 -0.706611 0.707602 +vn 0.000000 -0.707183 0.707030 +vn 0.000000 -0.707183 0.707030 +vn 0.000000 -0.707183 0.707030 +vn 0.000115 -0.707245 0.706969 +vn 0.000115 -0.707245 0.706969 +vn 0.000115 -0.707245 0.706969 +vn 0.000000 -0.707004 0.707209 +vn 0.000000 -0.707004 0.707209 +vn 0.000000 -0.707004 0.707209 +vn 0.000098 -0.707371 0.706842 +vn 0.000098 -0.707371 0.706842 +vn 0.000098 -0.707371 0.706842 +vn 0.000052 -0.706272 0.707940 +vn 0.000052 -0.706272 0.707940 +vn 0.000052 -0.706272 0.707940 +vn -0.000005 -0.707262 0.706951 +vn -0.000005 -0.707262 0.706951 +vn -0.000005 -0.707262 0.706951 +vn -0.000008 -0.707041 0.707173 +vn -0.000008 -0.707041 0.707173 +vn -0.000008 -0.707041 0.707173 +vn -0.000450 -0.707602 0.706611 +vn -0.000450 -0.707602 0.706611 +vn -0.000450 -0.707602 0.706611 +vn 0.000460 -0.704710 0.709495 +vn 0.000460 -0.704710 0.709495 +vn 0.000460 -0.704710 0.709495 +vn 0.000246 -0.707394 0.706819 +vn 0.000246 -0.707394 0.706819 +vn 0.000246 -0.707394 0.706819 +vn -0.000193 -0.707352 0.706862 +vn -0.000193 -0.707352 0.706862 +vn -0.000193 -0.707352 0.706862 +vn 0.000025 -0.706199 0.708014 +vn 0.000025 -0.706199 0.708014 +vn 0.000025 -0.706199 0.708014 +vn 0.000396 -0.706925 0.707288 +vn 0.000396 -0.706925 0.707288 +vn 0.000396 -0.706925 0.707288 +vn -0.000147 -0.707989 0.706223 +vn -0.000147 -0.707989 0.706223 +vn -0.000147 -0.707989 0.706223 +vn 0.000002 -0.707110 0.707104 +vn 0.000002 -0.707110 0.707104 +vn 0.000002 -0.707109 0.707104 +vn 0.000187 -0.704854 0.709353 +vn 0.000187 -0.704854 0.709353 +vn 0.000187 -0.704854 0.709353 +vn -0.000344 -0.707795 0.706418 +vn -0.000344 -0.707795 0.706418 +vn -0.000344 -0.707795 0.706418 +vn 0.000001 -0.707104 0.707110 +vn 0.000001 -0.707104 0.707110 +vn 0.000001 -0.707104 0.707110 +vn 0.000001 -0.707250 0.706964 +vn 0.000001 -0.707250 0.706964 +vn 0.000001 -0.707250 0.706964 +vn 0.000000 -0.706913 0.707301 +vn 0.000000 -0.706913 0.707301 +vn 0.000000 -0.706913 0.707301 +vn 0.000001 -0.706784 0.707429 +vn 0.000001 -0.706784 0.707429 +vn 0.000001 -0.706784 0.707429 +vn 0.000000 -0.707630 0.706583 +vn 0.000000 -0.707630 0.706583 +vn 0.000000 -0.707630 0.706583 +vn 0.000000 -0.707101 0.707112 +vn 0.000000 -0.707101 0.707112 +vn 0.000000 -0.707101 0.707112 +vn 0.000001 -0.707093 0.707121 +vn 0.000001 -0.707093 0.707121 +vn 0.000001 -0.707093 0.707121 +vn 0.000001 -0.707145 0.707069 +vn 0.000001 -0.707145 0.707069 +vn 0.000001 -0.707145 0.707069 +vn 0.000002 -0.706844 0.707369 +vn 0.000002 -0.706844 0.707369 +vn 0.000002 -0.706844 0.707369 +vn -0.000001 -0.707068 0.707145 +vn -0.000001 -0.707068 0.707145 +vn -0.000001 -0.707068 0.707145 +vn 0.000000 -0.706800 0.707413 +vn 0.000000 -0.706800 0.707413 +vn 0.000000 -0.706800 0.707413 +vn 0.000000 -0.707028 0.707186 +vn 0.000000 -0.707028 0.707186 +vn 0.000000 -0.707028 0.707186 +vn 0.000002 -0.707262 0.706951 +vn 0.000002 -0.707262 0.706951 +vn 0.000002 -0.707262 0.706951 +vn 0.000001 -0.707064 0.707150 +vn 0.000001 -0.707064 0.707150 +vn 0.000001 -0.707064 0.707150 +vn -0.000010 -0.706870 0.707343 +vn -0.000010 -0.706870 0.707343 +vn -0.000010 -0.706870 0.707343 +vn 0.000000 -0.707236 0.706977 +vn 0.000000 -0.707236 0.706977 +vn 0.000000 -0.707236 0.706977 +vn 0.000000 -0.707091 0.707122 +vn 0.000000 -0.707091 0.707122 +vn 0.000000 -0.707091 0.707122 +vn -0.000001 -0.707086 0.707128 +vn -0.000001 -0.707086 0.707128 +vn -0.000001 -0.707086 0.707128 +vn -0.000002 -0.707062 0.707152 +vn -0.000002 -0.707062 0.707152 +vn -0.000002 -0.707062 0.707152 +vn -0.000002 -0.707155 0.707059 +vn -0.000002 -0.707155 0.707059 +vn -0.000002 -0.707155 0.707059 +vn 0.000000 -0.706974 0.707240 +vn 0.000000 -0.706974 0.707240 +vn 0.000000 -0.706974 0.707240 +vn 0.000000 -0.707259 0.706955 +vn 0.000000 -0.707259 0.706955 +vn 0.000000 -0.707259 0.706955 +vn -0.000001 -0.707057 0.707156 +vn -0.000001 -0.707057 0.707156 +vn -0.000001 -0.707057 0.707156 +vn -0.000001 -0.707121 0.707092 +vn -0.000001 -0.707121 0.707092 +vn -0.000001 -0.707121 0.707092 +vn 0.000000 -0.707037 0.707177 +vn 0.000000 -0.707037 0.707177 +vn 0.000000 -0.707037 0.707177 +vn 0.000000 -0.707215 0.706999 +vn 0.000000 -0.707215 0.706999 +vn 0.000000 -0.707215 0.706999 +vn -0.000001 -0.708693 0.705517 +vn -0.000001 -0.708693 0.705517 +vn -0.000001 -0.708693 0.705517 +vn -0.000001 -0.707145 0.707069 +vn -0.000001 -0.707145 0.707069 +vn -0.000001 -0.707145 0.707069 +vn 0.000000 -0.707175 0.707038 +vn 0.000000 -0.707175 0.707038 +vn 0.000000 -0.707175 0.707038 +vn 0.000000 -0.707077 0.707137 +vn 0.000000 -0.707077 0.707137 +vn 0.000000 -0.707077 0.707137 +vn 0.000000 -0.707025 0.707189 +vn 0.000000 -0.707025 0.707189 +vn 0.000000 -0.707025 0.707189 +vn 0.000000 -0.707029 0.707185 +vn 0.000000 -0.707029 0.707185 +vn 0.000000 -0.707029 0.707185 +vn -0.000001 -0.706985 0.707229 +vn -0.000001 -0.706985 0.707229 +vn -0.000001 -0.706985 0.707229 +vn -0.000002 -0.707152 0.707062 +vn -0.000002 -0.707152 0.707062 +vn -0.000002 -0.707152 0.707062 +vn -0.000001 -0.707060 0.707153 +vn -0.000001 -0.707060 0.707153 +vn -0.000001 -0.707060 0.707153 +vn 0.000000 -0.707246 0.706968 +vn 0.000000 -0.707246 0.706968 +vn 0.000000 -0.707246 0.706968 +vn 0.000001 -0.707062 0.707151 +vn 0.000001 -0.707062 0.707151 +vn 0.000001 -0.707062 0.707151 +vn 0.000002 -0.707162 0.707051 +vn 0.000002 -0.707162 0.707051 +vn 0.000002 -0.707162 0.707051 +vn 0.000001 -0.707035 0.707179 +vn 0.000001 -0.707035 0.707179 +vn 0.000001 -0.707035 0.707179 +vn -0.000001 -0.707091 0.707122 +vn -0.000001 -0.707091 0.707122 +vn -0.000001 -0.707091 0.707122 +vn 0.000001 -0.707298 0.706916 +vn 0.000001 -0.707298 0.706916 +vn 0.000001 -0.707298 0.706916 +vn 0.000001 -0.707371 0.706842 +vn 0.000001 -0.707371 0.706842 +vn 0.000001 -0.707371 0.706842 +vn 0.000002 -0.707000 0.707213 +vn 0.000002 -0.707000 0.707213 +vn 0.000002 -0.707000 0.707213 +vn 0.000002 -0.707112 0.707102 +vn 0.000002 -0.707112 0.707102 +vn 0.000002 -0.707112 0.707102 +vn 0.000128 -0.707490 0.706724 +vn 0.000128 -0.707490 0.706724 +vn 0.000128 -0.707490 0.706724 +vn 0.000000 -0.707972 0.706241 +vn 0.000000 -0.707972 0.706241 +vn 0.000000 -0.707972 0.706241 +vn 0.000005 -0.707105 0.707108 +vn 0.000005 -0.707105 0.707108 +vn 0.000005 -0.707105 0.707108 +vn 0.000112 -0.707107 0.707107 +vn 0.000112 -0.707107 0.707107 +vn 0.000112 -0.707107 0.707107 +vn 0.000000 -0.707843 0.706369 +vn 0.000000 -0.707843 0.706369 +vn 0.000000 -0.707843 0.706369 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.705170 0.709038 +vn 0.000000 -0.705170 0.709038 +vn 0.000000 -0.705170 0.709038 +vn 0.000490 -0.706617 0.707597 +vn 0.000490 -0.706617 0.707597 +vn 0.000490 -0.706617 0.707597 +vn 0.000234 -0.704882 0.709324 +vn 0.000234 -0.704882 0.709324 +vn 0.000234 -0.704882 0.709324 +vn 0.000000 -0.707100 0.707113 +vn 0.000000 -0.707100 0.707113 +vn 0.000000 -0.707100 0.707113 +vn 0.000009 -0.707163 0.707050 +vn 0.000009 -0.707163 0.707050 +vn 0.000009 -0.707163 0.707050 +vn 0.000108 -0.707430 0.706783 +vn 0.000108 -0.707430 0.706783 +vn 0.000108 -0.707430 0.706783 +vn 0.000000 -0.707657 0.706556 +vn 0.000000 -0.707657 0.706556 +vn 0.000000 -0.707657 0.706556 +vn -0.000006 -0.707088 0.707125 +vn -0.000006 -0.707088 0.707125 +vn -0.000006 -0.707088 0.707125 +vn 0.000249 -0.707480 0.706733 +vn 0.000249 -0.707480 0.706733 +vn 0.000249 -0.707480 0.706733 +vn 0.000147 -0.706519 0.707694 +vn 0.000147 -0.706519 0.707694 +vn 0.000147 -0.706519 0.707694 +vn 0.000307 -0.707720 0.706493 +vn 0.000307 -0.707720 0.706493 +vn 0.000307 -0.707720 0.706493 +vn 0.000011 -0.707118 0.707095 +vn 0.000011 -0.707118 0.707095 +vn 0.000011 -0.707118 0.707095 +vn -0.000118 -0.706754 0.707460 +vn -0.000118 -0.706754 0.707460 +vn -0.000118 -0.706754 0.707460 +vn -0.000013 -0.707094 0.707120 +vn -0.000013 -0.707094 0.707120 +vn -0.000013 -0.707094 0.707120 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000006 -0.707094 0.707119 +vn -0.000006 -0.707094 0.707119 +vn -0.000006 -0.707094 0.707119 +vn -0.000106 -0.706682 0.707531 +vn -0.000106 -0.706682 0.707531 +vn -0.000106 -0.706682 0.707531 +vn 0.000000 -0.707464 0.706749 +vn 0.000000 -0.707464 0.706749 +vn 0.000000 -0.707464 0.706749 +vn 0.000006 -0.707132 0.707082 +vn 0.000006 -0.707132 0.707082 +vn 0.000006 -0.707132 0.707082 +vn 0.000291 -0.706524 0.707690 +vn 0.000291 -0.706524 0.707689 +vn 0.000291 -0.706524 0.707689 +vn -0.000173 -0.707800 0.706413 +vn -0.000173 -0.707800 0.706413 +vn -0.000173 -0.707800 0.706412 +vn -0.000073 -0.707143 0.707070 +vn -0.000073 -0.707143 0.707070 +vn -0.000073 -0.707143 0.707070 +vn 0.000029 -0.707150 0.707064 +vn 0.000029 -0.707150 0.707064 +vn 0.000029 -0.707150 0.707064 +vn -0.000025 -0.707132 0.707082 +vn -0.000025 -0.707132 0.707082 +vn -0.000025 -0.707132 0.707082 +vn 0.000004 -0.707104 0.707110 +vn 0.000004 -0.707104 0.707110 +vn 0.000004 -0.707104 0.707110 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000098 -0.707205 0.707009 +vn 0.000098 -0.707205 0.707009 +vn 0.000098 -0.707205 0.707009 +vn -0.000050 -0.707049 0.707164 +vn -0.000050 -0.707049 0.707164 +vn -0.000050 -0.707049 0.707164 +vn 0.000024 -0.707119 0.707095 +vn 0.000024 -0.707119 0.707095 +vn 0.000024 -0.707119 0.707095 +vn 0.000000 -0.707082 0.707131 +vn 0.000000 -0.707082 0.707131 +vn 0.000000 -0.707082 0.707131 +vn -0.000043 -0.707126 0.707087 +vn -0.000043 -0.707126 0.707087 +vn -0.000043 -0.707126 0.707087 +vn -0.000042 -0.707149 0.707065 +vn -0.000042 -0.707149 0.707065 +vn -0.000042 -0.707149 0.707065 +vn 0.000022 -0.707113 0.707101 +vn 0.000022 -0.707113 0.707101 +vn 0.000022 -0.707113 0.707101 +vn 0.000054 -0.707120 0.707093 +vn 0.000054 -0.707120 0.707093 +vn 0.000054 -0.707120 0.707093 +vn 0.000065 -0.707090 0.707123 +vn 0.000065 -0.707090 0.707123 +vn 0.000065 -0.707090 0.707123 +vn 0.000030 -0.707051 0.707163 +vn 0.000030 -0.707051 0.707163 +vn 0.000030 -0.707051 0.707163 +vn -0.000019 -0.707126 0.707087 +vn -0.000019 -0.707126 0.707087 +vn -0.000019 -0.707126 0.707087 +vn -0.000045 -0.707101 0.707112 +vn -0.000045 -0.707101 0.707112 +vn -0.000045 -0.707101 0.707112 +vn -0.000034 -0.707124 0.707089 +vn -0.000034 -0.707124 0.707090 +vn -0.000034 -0.707124 0.707090 +vn 0.000070 -0.707098 0.707116 +vn 0.000070 -0.707098 0.707116 +vn 0.000070 -0.707098 0.707116 +vn 0.000028 -0.707109 0.707105 +vn 0.000028 -0.707109 0.707105 +vn 0.000028 -0.707109 0.707105 +vn -0.000048 -0.707089 0.707125 +vn -0.000048 -0.707089 0.707125 +vn -0.000048 -0.707089 0.707125 +vn 0.000005 -0.707120 0.707093 +vn 0.000005 -0.707120 0.707093 +vn 0.000005 -0.707120 0.707093 +vn 0.000000 -0.707113 0.707100 +vn 0.000000 -0.707113 0.707100 +vn 0.000000 -0.707113 0.707100 +vn -0.000067 -0.707110 0.707104 +vn -0.000067 -0.707110 0.707104 +vn -0.000067 -0.707110 0.707104 +vn 0.000068 -0.707115 0.707098 +vn 0.000068 -0.707115 0.707098 +vn 0.000068 -0.707115 0.707098 +vn 0.000091 -0.706993 0.707221 +vn 0.000091 -0.706993 0.707221 +vn 0.000091 -0.706993 0.707221 +vn 0.000150 -0.706656 0.707557 +vn 0.000150 -0.706656 0.707557 +vn 0.000150 -0.706656 0.707557 +vn 0.001225 -0.708331 0.705880 +vn 0.001225 -0.708331 0.705880 +vn 0.001225 -0.708331 0.705880 +vn 0.000088 -0.707115 0.707099 +vn 0.000088 -0.707115 0.707099 +vn 0.000088 -0.707115 0.707099 +vn -0.000050 -0.707119 0.707094 +vn -0.000050 -0.707119 0.707094 +vn -0.000050 -0.707119 0.707094 +vn -0.000110 -0.707134 0.707079 +vn -0.000110 -0.707134 0.707079 +vn -0.000110 -0.707134 0.707079 +vn -0.000030 -0.707072 0.707141 +vn -0.000030 -0.707072 0.707141 +vn -0.000030 -0.707072 0.707141 +vn 0.000157 -0.707133 0.707081 +vn 0.000157 -0.707133 0.707081 +vn 0.000157 -0.707133 0.707081 +vn 0.000046 -0.707084 0.707130 +vn 0.000046 -0.707084 0.707130 +vn 0.000046 -0.707084 0.707130 +vn 0.000175 -0.706932 0.707282 +vn 0.000175 -0.706932 0.707281 +vn 0.000175 -0.706932 0.707281 +vn -0.000061 -0.707097 0.707117 +vn -0.000061 -0.707097 0.707117 +vn -0.000061 -0.707097 0.707117 +vn 0.000084 -0.707128 0.707086 +vn 0.000084 -0.707128 0.707086 +vn 0.000084 -0.707128 0.707086 +vn -0.000033 -0.707118 0.707096 +vn -0.000033 -0.707118 0.707096 +vn -0.000033 -0.707118 0.707096 +vn 0.000063 -0.707123 0.707091 +vn 0.000063 -0.707123 0.707091 +vn 0.000063 -0.707123 0.707091 +vn 0.000009 -0.707112 0.707101 +vn 0.000009 -0.707112 0.707101 +vn 0.000009 -0.707112 0.707101 +vn -0.000050 -0.707107 0.707107 +vn -0.000050 -0.707107 0.707107 +vn -0.000050 -0.707107 0.707107 +vn -0.000001 -0.707124 0.707089 +vn -0.000001 -0.707124 0.707089 +vn -0.000001 -0.707124 0.707089 +vn 0.000049 -0.707094 0.707119 +vn 0.000049 -0.707094 0.707119 +vn 0.000049 -0.707094 0.707119 +vn 0.000053 -0.707081 0.707133 +vn 0.000053 -0.707080 0.707133 +vn 0.000053 -0.707081 0.707133 +vn -0.000038 -0.707135 0.707078 +vn -0.000038 -0.707135 0.707078 +vn -0.000038 -0.707135 0.707078 +vn -0.000010 -0.707103 0.707111 +vn -0.000010 -0.707103 0.707111 +vn -0.000010 -0.707103 0.707111 +vn 0.000371 -0.707153 0.707060 +vn 0.000371 -0.707153 0.707060 +vn 0.000371 -0.707153 0.707060 +vn -0.000115 -0.707083 0.707131 +vn -0.000115 -0.707083 0.707131 +vn -0.000115 -0.707083 0.707131 +vn 0.000125 -0.707192 0.707022 +vn 0.000125 -0.707192 0.707022 +vn 0.000125 -0.707192 0.707022 +vn 0.000049 -0.707083 0.707131 +vn 0.000049 -0.707083 0.707131 +vn 0.000049 -0.707083 0.707131 +vn -0.000058 -0.707114 0.707099 +vn -0.000058 -0.707114 0.707100 +vn -0.000058 -0.707114 0.707099 +vn 0.000000 -0.707010 0.707204 +vn 0.000000 -0.707010 0.707204 +vn 0.000000 -0.707010 0.707204 +vn 0.001641 -0.705463 0.708745 +vn 0.001641 -0.705463 0.708745 +vn 0.001641 -0.705463 0.708745 +vn 0.000048 -0.707113 0.707101 +vn 0.000048 -0.707113 0.707101 +vn 0.000048 -0.707113 0.707101 +vn -0.000076 -0.707130 0.707083 +vn -0.000076 -0.707130 0.707083 +vn -0.000076 -0.707130 0.707083 +vn 0.000411 -0.706559 0.707654 +vn 0.000411 -0.706559 0.707654 +vn 0.000411 -0.706559 0.707654 +vn -0.000408 -0.706698 0.707515 +vn -0.000408 -0.706698 0.707515 +vn -0.000408 -0.706698 0.707515 +vn 0.000029 -0.707110 0.707103 +vn 0.000029 -0.707110 0.707103 +vn 0.000029 -0.707110 0.707103 +vn 0.000000 -0.707114 0.707100 +vn 0.000000 -0.707114 0.707100 +vn 0.000000 -0.707114 0.707100 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn -0.000004 -0.707086 0.707128 +vn -0.000004 -0.707086 0.707128 +vn -0.000004 -0.707086 0.707128 +vn 0.000219 -0.707142 0.707071 +vn 0.000219 -0.707142 0.707071 +vn 0.000219 -0.707142 0.707071 +vn -0.000063 -0.707133 0.707081 +vn -0.000063 -0.707133 0.707081 +vn -0.000063 -0.707133 0.707081 +vn 0.000007 -0.707108 0.707106 +vn 0.000007 -0.707108 0.707106 +vn 0.000007 -0.707108 0.707106 +vn 0.000000 -0.707137 0.707076 +vn 0.000000 -0.707137 0.707076 +vn 0.000000 -0.707137 0.707076 +vn 0.000066 -0.707148 0.707066 +vn 0.000066 -0.707148 0.707066 +vn 0.000066 -0.707148 0.707066 +vn 0.000000 -0.707061 0.707152 +vn 0.000000 -0.707061 0.707152 +vn 0.000000 -0.707061 0.707152 +vn -0.000057 -0.707072 0.707142 +vn -0.000057 -0.707072 0.707142 +vn -0.000057 -0.707072 0.707142 +vn 0.000000 -0.707121 0.707093 +vn 0.000000 -0.707121 0.707093 +vn 0.000000 -0.707121 0.707093 +vn 0.000049 -0.707094 0.707119 +vn 0.000049 -0.707094 0.707119 +vn 0.000049 -0.707094 0.707119 +vn -0.000065 -0.707131 0.707083 +vn -0.000065 -0.707131 0.707083 +vn -0.000065 -0.707131 0.707083 +vn 0.000032 -0.707083 0.707131 +vn 0.000032 -0.707083 0.707131 +vn 0.000032 -0.707083 0.707131 +vn 0.000082 -0.707189 0.707024 +vn 0.000082 -0.707189 0.707024 +vn 0.000082 -0.707189 0.707024 +vn 0.000156 -0.707019 0.707195 +vn 0.000156 -0.707019 0.707195 +vn 0.000156 -0.707019 0.707195 +vn -0.000076 -0.707107 0.707107 +vn -0.000076 -0.707107 0.707107 +vn -0.000076 -0.707107 0.707107 +vn -0.000014 -0.707098 0.707115 +vn -0.000014 -0.707098 0.707115 +vn -0.000014 -0.707098 0.707116 +vn -0.000082 -0.707112 0.707101 +vn -0.000082 -0.707112 0.707101 +vn -0.000082 -0.707112 0.707101 +vn 0.000032 -0.707147 0.707066 +vn 0.000032 -0.707147 0.707066 +vn 0.000032 -0.707147 0.707066 +vn -0.000814 -0.706967 0.707247 +vn -0.000814 -0.706967 0.707247 +vn -0.000814 -0.706967 0.707247 +vn 0.000115 -0.707094 0.707120 +vn 0.000115 -0.707094 0.707120 +vn 0.000115 -0.707094 0.707120 +vn 0.000079 -0.707126 0.707087 +vn 0.000079 -0.707126 0.707087 +vn 0.000079 -0.707126 0.707087 +vn -0.000101 -0.707064 0.707150 +vn -0.000101 -0.707064 0.707150 +vn -0.000101 -0.707064 0.707150 +vn 0.000049 -0.707113 0.707101 +vn 0.000049 -0.707113 0.707101 +vn 0.000049 -0.707113 0.707101 +vn 0.000008 -0.707096 0.707117 +vn 0.000008 -0.707096 0.707117 +vn 0.000008 -0.707096 0.707117 +vn -0.000200 -0.707107 0.707107 +vn -0.000200 -0.707107 0.707107 +vn -0.000200 -0.707107 0.707107 +vn 0.000009 -0.707113 0.707101 +vn 0.000009 -0.707113 0.707101 +vn 0.000009 -0.707113 0.707101 +vn -0.000074 -0.707094 0.707119 +vn -0.000074 -0.707095 0.707119 +vn -0.000074 -0.707094 0.707119 +vn -0.000118 -0.707104 0.707110 +vn -0.000118 -0.707104 0.707110 +vn -0.000118 -0.707104 0.707110 +vn 0.000220 -0.707134 0.707079 +vn 0.000220 -0.707134 0.707079 +vn 0.000220 -0.707134 0.707079 +vn 0.000072 -0.707119 0.707095 +vn 0.000072 -0.707118 0.707095 +vn 0.000072 -0.707119 0.707095 +vn -0.000181 -0.707089 0.707125 +vn -0.000181 -0.707089 0.707125 +vn -0.000181 -0.707089 0.707125 +vn -0.000146 -0.707075 0.707138 +vn -0.000146 -0.707075 0.707138 +vn -0.000146 -0.707075 0.707138 +vn 0.000012 -0.707136 0.707078 +vn 0.000012 -0.707136 0.707078 +vn 0.000012 -0.707136 0.707078 +vn 0.000051 -0.707081 0.707132 +vn 0.000051 -0.707081 0.707132 +vn 0.000051 -0.707081 0.707132 +vn -0.000103 -0.707235 0.706978 +vn -0.000103 -0.707235 0.706978 +vn -0.000103 -0.707235 0.706978 +vn 0.000023 -0.707061 0.707153 +vn 0.000023 -0.707061 0.707153 +vn 0.000023 -0.707061 0.707153 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000153 -0.707582 0.706631 +vn -0.000153 -0.707582 0.706631 +vn -0.000153 -0.707582 0.706631 +vn 0.000000 -0.707143 0.707070 +vn 0.000000 -0.707143 0.707070 +vn 0.000000 -0.707143 0.707070 +vn 0.000000 -0.704518 0.709686 +vn 0.000000 -0.704518 0.709686 +vn 0.000000 -0.704518 0.709686 +vn 0.000023 -0.707124 0.707090 +vn 0.000023 -0.707124 0.707090 +vn 0.000023 -0.707124 0.707090 +vn 0.000003 -0.707267 0.706947 +vn 0.000003 -0.707267 0.706947 +vn 0.000003 -0.707267 0.706947 +vn 0.000000 -0.707274 0.706939 +vn 0.000000 -0.707274 0.706939 +vn 0.000000 -0.707274 0.706939 +vn 0.000000 -0.707157 0.707056 +vn 0.000000 -0.707157 0.707056 +vn 0.000000 -0.707157 0.707056 +vn 0.000000 -0.707298 0.706916 +vn 0.000000 -0.707298 0.706916 +vn 0.000000 -0.707298 0.706916 +vn -0.000598 -0.705909 0.708302 +vn -0.000598 -0.705909 0.708302 +vn -0.000598 -0.705909 0.708302 +vn 0.000000 -0.707077 0.707137 +vn 0.000000 -0.707077 0.707137 +vn 0.000000 -0.707077 0.707137 +vn 0.000315 -0.707107 0.707107 +vn 0.000315 -0.707107 0.707107 +vn 0.000315 -0.707107 0.707107 +vn 0.000000 -0.706789 0.707424 +vn 0.000000 -0.706789 0.707424 +vn 0.000000 -0.706789 0.707424 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000035 -0.707107 0.707107 +vn 0.000035 -0.707107 0.707107 +vn 0.000035 -0.707107 0.707107 +vn -0.000077 -0.707107 0.707107 +vn -0.000077 -0.707107 0.707107 +vn -0.000077 -0.707107 0.707107 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000052 -0.707055 0.707159 +vn 0.000052 -0.707055 0.707159 +vn 0.000052 -0.707055 0.707159 +vn -0.000042 -0.707107 0.707107 +vn -0.000042 -0.707107 0.707107 +vn -0.000042 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000252 -0.706267 0.707946 +vn -0.000252 -0.706267 0.707946 +vn -0.000252 -0.706267 0.707946 +vn 0.000000 -0.707135 0.707079 +vn 0.000000 -0.707135 0.707079 +vn 0.000000 -0.707135 0.707079 +vn 0.000025 -0.707107 0.707107 +vn 0.000025 -0.707107 0.707107 +vn 0.000025 -0.707107 0.707107 +vn 0.000024 -0.707058 0.707155 +vn 0.000024 -0.707058 0.707155 +vn 0.000024 -0.707058 0.707155 +vn -0.000783 -0.706323 0.707889 +vn -0.000783 -0.706323 0.707889 +vn -0.000783 -0.706323 0.707889 +vn -0.000077 -0.707184 0.707030 +vn -0.000077 -0.707184 0.707030 +vn -0.000077 -0.707184 0.707030 +vn 0.000089 -0.707107 0.707107 +vn 0.000089 -0.707107 0.707107 +vn 0.000089 -0.707107 0.707107 +vn 0.000009 -0.707107 0.707107 +vn 0.000009 -0.707107 0.707107 +vn 0.000009 -0.707107 0.707107 +vn -0.000305 -0.706419 0.707794 +vn -0.000305 -0.706419 0.707794 +vn -0.000305 -0.706419 0.707794 +vn -0.000036 -0.707143 0.707071 +vn -0.000036 -0.707143 0.707071 +vn -0.000036 -0.707143 0.707071 +vn 0.000003 -0.707120 0.707094 +vn 0.000003 -0.707120 0.707094 +vn 0.000003 -0.707120 0.707094 +vn 0.000000 -0.707370 0.706844 +vn 0.000000 -0.707370 0.706844 +vn 0.000000 -0.707370 0.706844 +vn 0.000000 -0.706748 0.707466 +vn 0.000000 -0.706748 0.707466 +vn 0.000000 -0.706748 0.707466 +vn -0.000153 -0.706954 0.707259 +vn -0.000153 -0.706954 0.707259 +vn -0.000153 -0.706954 0.707259 +vn 0.000059 -0.707166 0.707048 +vn 0.000059 -0.707165 0.707048 +vn 0.000059 -0.707166 0.707048 +vn 0.000000 -0.706842 0.707372 +vn 0.000000 -0.706842 0.707372 +vn 0.000000 -0.706842 0.707372 +vn 0.000000 -0.707229 0.706985 +vn 0.000000 -0.707229 0.706985 +vn 0.000000 -0.707229 0.706985 +vn -0.000934 -0.708040 0.706172 +vn -0.000934 -0.708040 0.706172 +vn -0.000934 -0.708040 0.706172 +vn 0.000504 -0.706097 0.708115 +vn 0.000504 -0.706097 0.708115 +vn 0.000504 -0.706097 0.708115 +vn -0.000239 -0.707425 0.706788 +vn -0.000239 -0.707425 0.706788 +vn -0.000239 -0.707425 0.706788 +vn 0.004975 -0.736318 0.676617 +vn 0.004975 -0.736318 0.676617 +vn 0.004975 -0.736318 0.676617 +vn -0.000498 -0.707107 0.707107 +vn -0.000498 -0.707107 0.707107 +vn -0.000498 -0.707107 0.707107 +vn 0.000480 -0.704223 0.709979 +vn 0.000480 -0.704223 0.709979 +vn 0.000480 -0.704223 0.709979 +vn 0.000000 0.000000 0.000000 +vn -0.014845 -0.757073 0.653161 +vn -0.014845 -0.757073 0.653161 +vn 0.000398 -0.706510 0.707703 +vn 0.000398 -0.706510 0.707703 +vn 0.000398 -0.706510 0.707703 +vn 0.000000 -0.705332 0.708877 +vn 0.000000 -0.705332 0.708877 +vn 0.000000 -0.705332 0.708877 +vn 0.000611 -0.706342 0.707870 +vn 0.000611 -0.706342 0.707870 +vn 0.000611 -0.706342 0.707870 +vn 0.000205 -0.705775 0.708436 +vn 0.000205 -0.705775 0.708436 +vn 0.000205 -0.705775 0.708436 +vn 0.000000 -0.708244 0.705968 +vn 0.000000 -0.708244 0.705968 +vn 0.000000 -0.708244 0.705968 +vn -0.000634 -0.707107 0.707107 +vn -0.000634 -0.707107 0.707107 +vn -0.000634 -0.707107 0.707107 +vn 0.000701 -0.707807 0.706406 +vn 0.000701 -0.707807 0.706405 +vn 0.000701 -0.707807 0.706406 +vn -0.000338 -0.706092 0.708120 +vn -0.000338 -0.706093 0.708120 +vn -0.000338 -0.706092 0.708120 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.001554 -0.705550 0.708658 +vn 0.001554 -0.705550 0.708658 +vn 0.001554 -0.705550 0.708658 +vn -0.000138 -0.708207 0.706005 +vn -0.000138 -0.708207 0.706005 +vn -0.000138 -0.708207 0.706005 +vn -0.000103 -0.706286 0.707927 +vn -0.000103 -0.706286 0.707927 +vn -0.000103 -0.706286 0.707927 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.717364 0.696699 +vn 0.000000 -0.717364 0.696699 +vn 0.000000 -0.717364 0.696699 +vn 0.000315 -0.706713 0.707500 +vn 0.000315 -0.706713 0.707500 +vn 0.000315 -0.706713 0.707500 +vn 0.001356 -0.709137 0.705069 +vn 0.001356 -0.709137 0.705069 +vn 0.001356 -0.709137 0.705069 +vn 0.000291 -0.706524 0.707689 +vn 0.000291 -0.706524 0.707689 +vn 0.000291 -0.706524 0.707689 +vn -0.000548 -0.707289 0.706924 +vn -0.000548 -0.707289 0.706924 +vn -0.000548 -0.707289 0.706924 +vn 0.000000 -0.706165 0.708048 +vn 0.000000 -0.706165 0.708048 +vn 0.000000 -0.706165 0.708048 +vn 0.000293 -0.707107 0.707107 +vn 0.000293 -0.707107 0.707107 +vn 0.000293 -0.707107 0.707107 +vn 0.000851 -0.706255 0.707957 +vn 0.000851 -0.706255 0.707957 +vn 0.000851 -0.706255 0.707957 +vn 0.000109 -0.706559 0.707654 +vn 0.000109 -0.706559 0.707654 +vn 0.000109 -0.706559 0.707654 +vn -0.000735 -0.708209 0.706003 +vn -0.000735 -0.708208 0.706003 +vn -0.000735 -0.708208 0.706003 +vn -0.001076 -0.708182 0.706029 +vn -0.001076 -0.708182 0.706029 +vn -0.001076 -0.708182 0.706029 +vn 0.000000 -0.708174 0.706038 +vn 0.000000 -0.708174 0.706038 +vn 0.000000 -0.708174 0.706038 +vn 0.486608 0.617729 0.617757 +vn 0.486608 0.617729 0.617757 +vn 0.486608 0.617729 0.617757 +vn 0.486686 0.617712 0.617712 +vn 0.486686 0.617712 0.617712 +vn 0.486686 0.617712 0.617712 +vn 0.367407 0.657652 0.657652 +vn 0.367407 0.657652 0.657652 +vn 0.367407 0.657652 0.657652 +vn 0.367280 0.657661 0.657714 +vn 0.367280 0.657661 0.657714 +vn 0.367280 0.657661 0.657714 +vn -0.349268 0.662576 0.662575 +vn -0.349268 0.662576 0.662575 +vn -0.349268 0.662576 0.662575 +vn -0.349202 0.662593 0.662593 +vn -0.349202 0.662593 0.662593 +vn -0.349202 0.662593 0.662593 +vn -0.453714 0.630165 0.630107 +vn -0.453714 0.630165 0.630107 +vn -0.453714 0.630165 0.630107 +vn -0.453767 0.630117 0.630117 +vn -0.453767 0.630117 0.630117 +vn -0.453767 0.630117 0.630117 +vn -0.605264 0.562862 0.562887 +vn -0.605264 0.562862 0.562887 +vn -0.605264 0.562862 0.562887 +vn -0.605345 0.562818 0.562844 +vn -0.605345 0.562818 0.562844 +vn -0.605345 0.562818 0.562844 +vn -0.459663 0.627977 0.627977 +vn -0.459663 0.627977 0.627977 +vn -0.459663 0.627977 0.627977 +vn -0.459738 0.627965 0.627934 +vn -0.459738 0.627965 0.627934 +vn -0.459738 0.627965 0.627934 +vn -0.538611 0.595758 0.595794 +vn -0.538611 0.595758 0.595794 +vn -0.538611 0.595758 0.595794 +vn -0.538628 0.595768 0.595768 +vn -0.538628 0.595768 0.595768 +vn -0.538628 0.595768 0.595768 +vn -0.578136 0.576957 0.576957 +vn -0.578136 0.576957 0.576957 +vn -0.578136 0.576957 0.576957 +vn -0.578112 0.576954 0.576984 +vn -0.578112 0.576954 0.576984 +vn -0.578112 0.576954 0.576984 +vn -0.398680 0.648501 0.648461 +vn -0.398680 0.648501 0.648461 +vn -0.398680 0.648501 0.648461 +vn -0.398688 0.648478 0.648478 +vn -0.398688 0.648478 0.648478 +vn -0.398688 0.648478 0.648478 +vn -0.639674 0.543591 0.543439 +vn -0.639674 0.543591 0.543439 +vn -0.639674 0.543591 0.543439 +vn -0.639825 0.543327 0.543526 +vn -0.639825 0.543327 0.543526 +vn -0.639825 0.543327 0.543526 +vn -0.565036 0.583397 0.583423 +vn -0.565036 0.583397 0.583423 +vn -0.565036 0.583397 0.583423 +vn -0.564981 0.583443 0.583430 +vn -0.564981 0.583443 0.583430 +vn -0.564981 0.583443 0.583430 +vn -0.423269 0.640642 0.640642 +vn -0.423269 0.640642 0.640642 +vn -0.423269 0.640642 0.640642 +vn -0.423258 0.640671 0.640619 +vn -0.423258 0.640671 0.640619 +vn -0.423258 0.640671 0.640619 +vn -0.707395 0.499841 0.499751 +vn -0.707395 0.499841 0.499751 +vn -0.707395 0.499841 0.499751 +vn -0.707229 0.499981 0.499846 +vn -0.707229 0.499981 0.499846 +vn -0.707229 0.499981 0.499846 +vn -0.533280 0.598129 0.598210 +vn -0.533280 0.598129 0.598210 +vn -0.533280 0.598129 0.598210 +vn -0.533234 0.598205 0.598175 +vn -0.533234 0.598205 0.598175 +vn -0.533234 0.598205 0.598174 +vn -0.478454 0.620961 0.620878 +vn -0.478454 0.620961 0.620878 +vn -0.478454 0.620961 0.620878 +vn -0.478547 0.620880 0.620887 +vn -0.478547 0.620880 0.620887 +vn -0.478547 0.620880 0.620887 +vn -0.595886 0.567907 0.567804 +vn -0.595886 0.567907 0.567804 +vn -0.595886 0.567907 0.567804 +vn -0.595966 0.567784 0.567843 +vn -0.595966 0.567784 0.567843 +vn -0.595966 0.567784 0.567843 +vn -0.434760 0.636803 0.636762 +vn -0.434760 0.636803 0.636762 +vn -0.434760 0.636803 0.636762 +vn -0.434786 0.636758 0.636789 +vn -0.434786 0.636758 0.636789 +vn -0.434786 0.636758 0.636789 +vn -0.563850 0.583922 0.584044 +vn -0.563850 0.583922 0.584044 +vn -0.563850 0.583922 0.584044 +vn -0.563765 0.584040 0.584009 +vn -0.563765 0.584040 0.584009 +vn -0.563765 0.584040 0.584009 +vn -0.572323 0.579795 0.579900 +vn -0.572323 0.579795 0.579900 +vn -0.572323 0.579795 0.579900 +vn -0.572332 0.579848 0.579839 +vn -0.572332 0.579848 0.579839 +vn -0.572332 0.579848 0.579839 +vn -0.395125 0.649586 0.649549 +vn -0.395125 0.649586 0.649549 +vn -0.395125 0.649586 0.649549 +vn -0.395113 0.649592 0.649550 +vn -0.395113 0.649592 0.649550 +vn -0.395113 0.649592 0.649550 +vn -0.655162 0.534192 0.534230 +vn -0.655162 0.534192 0.534230 +vn -0.655162 0.534192 0.534230 +vn -0.655129 0.534245 0.534217 +vn -0.655129 0.534245 0.534217 +vn -0.655129 0.534245 0.534217 +vn -0.555640 0.587905 0.587905 +vn -0.555640 0.587905 0.587905 +vn -0.555640 0.587905 0.587905 +vn -0.555730 0.587825 0.587899 +vn -0.555730 0.587825 0.587899 +vn -0.555730 0.587825 0.587899 +vn -0.452456 0.630598 0.630579 +vn -0.452456 0.630598 0.630579 +vn -0.452456 0.630598 0.630579 +vn -0.452352 0.630631 0.630620 +vn -0.452352 0.630631 0.630620 +vn -0.452352 0.630631 0.630620 +vn -0.616456 0.556464 0.557073 +vn -0.616456 0.556464 0.557073 +vn -0.616456 0.556464 0.557073 +vn -0.616507 0.556845 0.556634 +vn -0.616507 0.556845 0.556634 +vn -0.616507 0.556845 0.556634 +vn -0.504907 0.610317 0.610396 +vn -0.504907 0.610317 0.610396 +vn -0.504907 0.610317 0.610396 +vn -0.504857 0.610401 0.610352 +vn -0.504857 0.610401 0.610352 +vn -0.504857 0.610401 0.610352 +vn -0.503927 0.610730 0.610791 +vn -0.503927 0.610730 0.610791 +vn -0.503927 0.610730 0.610791 +vn -0.503917 0.610788 0.610742 +vn -0.503917 0.610788 0.610742 +vn -0.503917 0.610788 0.610742 +vn -0.587208 0.572345 0.572371 +vn -0.587208 0.572345 0.572371 +vn -0.587208 0.572345 0.572371 +vn -0.587290 0.572309 0.572322 +vn -0.587290 0.572309 0.572322 +vn -0.587290 0.572309 0.572322 +vn -0.412934 0.644005 0.644005 +vn -0.412934 0.644005 0.644005 +vn -0.412934 0.644005 0.644005 +vn -0.412946 0.643986 0.644017 +vn -0.412946 0.643986 0.644017 +vn -0.412946 0.643986 0.644017 +vn -0.596435 0.567567 0.567567 +vn -0.596435 0.567567 0.567567 +vn -0.596435 0.567567 0.567567 +vn -0.596331 0.567610 0.567634 +vn -0.596331 0.567610 0.567634 +vn -0.596331 0.567610 0.567634 +vn -0.585803 0.573093 0.573062 +vn -0.585803 0.573093 0.573062 +vn -0.585803 0.573093 0.573062 +vn -0.585883 0.573036 0.573036 +vn -0.585883 0.573036 0.573036 +vn -0.585883 0.573036 0.573036 +vn -0.669883 0.524976 0.525031 +vn -0.669883 0.524976 0.525031 +vn -0.669883 0.524976 0.525031 +vn -0.669822 0.525090 0.524994 +vn -0.669822 0.525090 0.524994 +vn -0.669822 0.525090 0.524994 +vn -0.753166 -0.465134 -0.465179 +vn -0.753166 -0.465134 -0.465179 +vn -0.753166 -0.465134 -0.465179 +vn -0.753095 -0.465245 -0.465184 +vn -0.753095 -0.465245 -0.465184 +vn -0.753095 -0.465245 -0.465184 +vn -0.637624 -0.544706 -0.544731 +vn -0.637624 -0.544706 -0.544731 +vn -0.637624 -0.544706 -0.544731 +vn -0.637598 -0.544777 -0.544689 +vn -0.637598 -0.544777 -0.544689 +vn -0.637598 -0.544777 -0.544689 +vn -0.505130 -0.610279 -0.610249 +vn -0.505130 -0.610279 -0.610249 +vn -0.505130 -0.610279 -0.610249 +vn -0.505157 -0.610218 -0.610287 +vn -0.505157 -0.610218 -0.610287 +vn -0.505157 -0.610218 -0.610287 +vn -0.502986 -0.611129 -0.611169 +vn -0.502986 -0.611129 -0.611169 +vn -0.502986 -0.611129 -0.611169 +vn -0.502971 -0.611145 -0.611165 +vn -0.502971 -0.611145 -0.611165 +vn -0.502971 -0.611145 -0.611165 +vn -0.615614 -0.557170 -0.557299 +vn -0.615614 -0.557170 -0.557299 +vn -0.615614 -0.557170 -0.557299 +vn -0.615816 -0.557310 -0.556935 +vn -0.615816 -0.557310 -0.556935 +vn -0.615816 -0.557310 -0.556935 +vn -0.452456 -0.630610 -0.630567 +vn -0.452456 -0.630610 -0.630567 +vn -0.452456 -0.630610 -0.630567 +vn -0.452453 -0.630579 -0.630600 +vn -0.452453 -0.630579 -0.630600 +vn -0.452453 -0.630579 -0.630600 +vn -0.555605 -0.587946 -0.587897 +vn -0.555605 -0.587946 -0.587897 +vn -0.555605 -0.587946 -0.587897 +vn -0.555540 -0.587958 -0.587946 +vn -0.555540 -0.587958 -0.587946 +vn -0.555540 -0.587958 -0.587946 +vn -0.655001 -0.534311 -0.534308 +vn -0.655001 -0.534311 -0.534308 +vn -0.655001 -0.534311 -0.534308 +vn -0.655316 -0.534054 -0.534179 +vn -0.655316 -0.534054 -0.534179 +vn -0.655316 -0.534054 -0.534179 +vn -0.395254 -0.649507 -0.649549 +vn -0.395254 -0.649507 -0.649549 +vn -0.395254 -0.649507 -0.649549 +vn -0.395121 -0.649590 -0.649548 +vn -0.395121 -0.649590 -0.649548 +vn -0.395121 -0.649590 -0.649548 +vn -0.572270 -0.579917 -0.579831 +vn -0.572270 -0.579917 -0.579831 +vn -0.572270 -0.579917 -0.579831 +vn -0.572338 -0.579849 -0.579832 +vn -0.572338 -0.579849 -0.579832 +vn -0.572338 -0.579849 -0.579832 +vn -0.563946 -0.583937 -0.583937 +vn -0.563946 -0.583937 -0.583937 +vn -0.563946 -0.583937 -0.583937 +vn -0.563828 -0.584019 -0.583968 +vn -0.563829 -0.584019 -0.583968 +vn -0.563829 -0.584019 -0.583968 +vn -0.434720 -0.636817 -0.636775 +vn -0.434720 -0.636817 -0.636775 +vn -0.434720 -0.636817 -0.636775 +vn -0.434762 -0.636787 -0.636777 +vn -0.434762 -0.636787 -0.636776 +vn -0.434762 -0.636787 -0.636776 +vn -0.599265 -0.565984 -0.566166 +vn -0.599265 -0.565984 -0.566166 +vn -0.599265 -0.565984 -0.566166 +vn -0.599308 -0.566112 -0.565992 +vn -0.599308 -0.566112 -0.565992 +vn -0.599308 -0.566112 -0.565992 +vn -0.479978 -0.620358 -0.620303 +vn -0.479978 -0.620358 -0.620303 +vn -0.479979 -0.620358 -0.620303 +vn -0.479916 -0.620355 -0.620355 +vn -0.479916 -0.620355 -0.620355 +vn -0.479916 -0.620355 -0.620355 +vn -0.531446 -0.598984 -0.598984 +vn -0.531446 -0.598984 -0.598984 +vn -0.531446 -0.598984 -0.598984 +vn -0.531455 -0.598996 -0.598965 +vn -0.531455 -0.598996 -0.598965 +vn -0.531455 -0.598996 -0.598965 +vn -0.706954 -0.500483 -0.499732 +vn -0.706954 -0.500483 -0.499732 +vn -0.706954 -0.500483 -0.499732 +vn -0.707054 -0.499858 -0.500217 +vn -0.707054 -0.499858 -0.500217 +vn -0.707054 -0.499858 -0.500217 +vn -0.423275 -0.640660 -0.640619 +vn -0.423275 -0.640660 -0.640619 +vn -0.423275 -0.640660 -0.640619 +vn -0.423312 -0.640643 -0.640612 +vn -0.423312 -0.640643 -0.640612 +vn -0.423312 -0.640643 -0.640612 +vn -0.564926 -0.583526 -0.583401 +vn -0.564926 -0.583526 -0.583401 +vn -0.564926 -0.583526 -0.583401 +vn -0.565066 -0.583349 -0.583442 +vn -0.565066 -0.583349 -0.583442 +vn -0.565066 -0.583349 -0.583442 +vn -0.639755 -0.543467 -0.543467 +vn -0.639755 -0.543467 -0.543467 +vn -0.639755 -0.543467 -0.543467 +vn -0.639713 -0.543553 -0.543431 +vn -0.639713 -0.543553 -0.543431 +vn -0.639713 -0.543553 -0.543431 +vn -0.398716 -0.648438 -0.648501 +vn -0.398716 -0.648438 -0.648501 +vn -0.398716 -0.648439 -0.648501 +vn -0.398650 -0.648511 -0.648469 +vn -0.398651 -0.648511 -0.648469 +vn -0.398651 -0.648511 -0.648469 +vn -0.578145 -0.576925 -0.576981 +vn -0.578145 -0.576925 -0.576981 +vn -0.578145 -0.576925 -0.576981 +vn -0.578194 -0.576943 -0.576913 +vn -0.578194 -0.576943 -0.576913 +vn -0.578194 -0.576943 -0.576913 +vn -0.538611 -0.595758 -0.595794 +vn -0.538611 -0.595758 -0.595794 +vn -0.538611 -0.595758 -0.595794 +vn -0.538498 -0.595836 -0.595818 +vn -0.538498 -0.595836 -0.595818 +vn -0.538498 -0.595836 -0.595818 +vn -0.459716 -0.627978 -0.627937 +vn -0.459716 -0.627978 -0.627937 +vn -0.459716 -0.627978 -0.627937 +vn -0.459751 -0.627924 -0.627965 +vn -0.459751 -0.627924 -0.627965 +vn -0.459751 -0.627924 -0.627965 +vn -0.608696 -0.561059 -0.560983 +vn -0.608696 -0.561059 -0.560983 +vn -0.608696 -0.561059 -0.560983 +vn -0.608827 -0.560874 -0.561027 +vn -0.608826 -0.560874 -0.561027 +vn -0.608827 -0.560874 -0.561027 +vn -0.891266 0.320616 0.320703 +vn -0.891266 0.320616 0.320703 +vn -0.891266 0.320616 0.320703 +vn -0.891309 0.320593 0.320607 +vn -0.891309 0.320593 0.320607 +vn -0.891309 0.320593 0.320607 +vn -0.922269 0.273323 0.273339 +vn -0.922269 0.273323 0.273339 +vn -0.922269 0.273323 0.273339 +vn -0.922280 0.273288 0.273336 +vn -0.922280 0.273288 0.273336 +vn -0.922280 0.273288 0.273336 +vn -0.558481 0.586565 0.586550 +vn -0.558481 0.586565 0.586550 +vn -0.558481 0.586564 0.586550 +vn -0.558464 0.586572 0.586559 +vn -0.558464 0.586572 0.586559 +vn -0.558464 0.586572 0.586559 +vn -0.437679 0.635782 0.635782 +vn -0.437679 0.635782 0.635782 +vn -0.437679 0.635782 0.635782 +vn -0.437730 0.635759 0.635769 +vn -0.437730 0.635759 0.635769 +vn -0.437730 0.635759 0.635769 +vn -0.707971 0.499136 0.499641 +vn -0.707971 0.499136 0.499641 +vn -0.707971 0.499136 0.499641 +vn -0.706091 0.500645 0.500789 +vn -0.706091 0.500645 0.500789 +vn -0.706091 0.500645 0.500789 +vn -0.526354 0.601223 0.601233 +vn -0.526354 0.601223 0.601233 +vn -0.526354 0.601223 0.601233 +vn -0.526343 0.601268 0.601198 +vn -0.526343 0.601268 0.601199 +vn -0.526343 0.601268 0.601198 +vn -0.486655 0.617753 0.617696 +vn -0.486655 0.617753 0.617696 +vn -0.486655 0.617753 0.617696 +vn -0.486745 0.617661 0.617717 +vn -0.486745 0.617661 0.617717 +vn -0.486745 0.617661 0.617717 +vn -0.597498 0.567042 0.566975 +vn -0.597498 0.567042 0.566975 +vn -0.597498 0.567042 0.566975 +vn -0.597570 0.566994 0.566946 +vn -0.597570 0.566994 0.566946 +vn -0.597570 0.566994 0.566946 +vn -0.425288 0.639973 0.639973 +vn -0.425288 0.639973 0.639973 +vn -0.425287 0.639973 0.639973 +vn -0.425327 0.639970 0.639949 +vn -0.425327 0.639970 0.639949 +vn -0.425327 0.639970 0.639950 +vn -0.571990 0.580012 0.580012 +vn -0.571990 0.580012 0.580012 +vn -0.571990 0.580012 0.580012 +vn -0.571853 0.580106 0.580054 +vn -0.571853 0.580106 0.580053 +vn -0.571853 0.580106 0.580053 +vn -0.574109 0.578947 0.578981 +vn -0.574109 0.578947 0.578981 +vn -0.574108 0.578947 0.578981 +vn -0.574100 0.579032 0.578905 +vn -0.574100 0.579032 0.578905 +vn -0.574100 0.579032 0.578905 +vn -0.393652 0.649980 0.650049 +vn -0.393652 0.649980 0.650049 +vn -0.393652 0.649980 0.650049 +vn -0.393722 0.650009 0.649978 +vn -0.393722 0.650009 0.649978 +vn -0.393722 0.650009 0.649978 +vn -0.707058 0.500115 0.499954 +vn -0.707058 0.500115 0.499954 +vn -0.707058 0.500115 0.499954 +vn -0.707121 0.499952 0.500028 +vn -0.707121 0.499952 0.500028 +vn -0.707121 0.499952 0.500028 +vn -0.569789 0.581117 0.581071 +vn -0.569789 0.581117 0.581071 +vn -0.569789 0.581117 0.581071 +vn -0.569773 0.581113 0.581090 +vn -0.569773 0.581113 0.581090 +vn -0.569773 0.581113 0.581090 +vn -0.426126 0.639716 0.639671 +vn -0.426126 0.639716 0.639671 +vn -0.426126 0.639716 0.639671 +vn -0.426204 0.639607 0.639730 +vn -0.426204 0.639606 0.639730 +vn -0.426203 0.639607 0.639730 +vn -0.615370 0.557197 0.557541 +vn -0.615370 0.557197 0.557541 +vn -0.615370 0.557197 0.557541 +vn -0.614513 0.558083 0.557600 +vn -0.614513 0.558083 0.557599 +vn -0.614513 0.558083 0.557599 +vn -0.495114 0.614411 0.614298 +vn -0.495114 0.614411 0.614298 +vn -0.495114 0.614411 0.614298 +vn -0.495137 0.614270 0.614420 +vn -0.495137 0.614270 0.614420 +vn -0.495137 0.614270 0.614420 +vn -0.504364 0.610614 0.610547 +vn -0.504364 0.610614 0.610547 +vn -0.504364 0.610614 0.610547 +vn -0.504361 0.610547 0.610617 +vn -0.504361 0.610547 0.610617 +vn -0.504361 0.610547 0.610617 +vn -0.584167 0.573861 0.573963 +vn -0.584167 0.573861 0.573963 +vn -0.584167 0.573861 0.573963 +vn -0.584010 0.574075 0.573909 +vn -0.584010 0.574075 0.573909 +vn -0.584010 0.574075 0.573909 +vn -0.414403 0.643533 0.643533 +vn -0.414403 0.643533 0.643533 +vn -0.414403 0.643533 0.643533 +vn -0.414417 0.643534 0.643524 +vn -0.414417 0.643534 0.643524 +vn -0.414417 0.643534 0.643524 +vn -0.603483 0.563845 0.563815 +vn -0.603483 0.563845 0.563815 +vn -0.603483 0.563845 0.563815 +vn -0.603570 0.563765 0.563801 +vn -0.603570 0.563765 0.563801 +vn -0.603570 0.563765 0.563801 +vn -0.568297 0.581854 0.581794 +vn -0.568297 0.581854 0.581794 +vn -0.568297 0.581854 0.581794 +vn -0.568311 0.581817 0.581817 +vn -0.568311 0.581817 0.581817 +vn -0.568311 0.581817 0.581817 +vn -0.409605 0.645011 0.645124 +vn -0.409605 0.645011 0.645124 +vn -0.409605 0.645011 0.645124 +vn -0.409582 0.645106 0.645043 +vn -0.409582 0.645106 0.645043 +vn -0.409582 0.645106 0.645043 +vn -0.707302 0.499708 0.500016 +vn -0.707302 0.499708 0.500016 +vn -0.707302 0.499708 0.500016 +vn -0.706792 0.500334 0.500111 +vn -0.706792 0.500334 0.500111 +vn -0.706792 0.500334 0.500111 +vn -0.549403 0.590850 0.590807 +vn -0.549403 0.590850 0.590807 +vn -0.549403 0.590850 0.590807 +vn -0.549384 0.590843 0.590832 +vn -0.549384 0.590843 0.590832 +vn -0.549384 0.590843 0.590832 +vn -0.448848 0.631876 0.631876 +vn -0.448848 0.631876 0.631876 +vn -0.448848 0.631876 0.631876 +vn -0.448814 0.631885 0.631891 +vn -0.448814 0.631885 0.631891 +vn -0.448814 0.631885 0.631891 +vn -0.607229 0.561871 0.561760 +vn -0.607229 0.561871 0.561760 +vn -0.607229 0.561871 0.561760 +vn -0.607085 0.561851 0.561935 +vn -0.607085 0.561851 0.561935 +vn -0.607085 0.561851 0.561935 +vn -0.536307 0.596834 0.596795 +vn -0.536307 0.596834 0.596795 +vn -0.536307 0.596834 0.596795 +vn -0.536356 0.596768 0.596817 +vn -0.536356 0.596768 0.596817 +vn -0.536356 0.596768 0.596817 +vn -0.707129 0.500001 0.499967 +vn -0.707129 0.500001 0.499967 +vn -0.707129 0.500001 0.499967 +vn -0.707093 0.500061 0.499959 +vn -0.707093 0.500061 0.499959 +vn -0.707093 0.500061 0.499959 +vn -0.793743 -0.430085 -0.430116 +vn -0.793743 -0.430085 -0.430116 +vn -0.793743 -0.430085 -0.430116 +vn -0.793549 -0.430308 -0.430250 +vn -0.793549 -0.430308 -0.430250 +vn -0.793549 -0.430308 -0.430250 +vn -0.720557 -0.490293 -0.490317 +vn -0.720557 -0.490293 -0.490317 +vn -0.720557 -0.490293 -0.490317 +vn -0.720544 -0.490308 -0.490320 +vn -0.720544 -0.490308 -0.490320 +vn -0.720544 -0.490308 -0.490320 +vn -0.611620 -0.559456 -0.559402 +vn -0.611620 -0.559456 -0.559402 +vn -0.611620 -0.559456 -0.559402 +vn -0.611680 -0.559376 -0.559416 +vn -0.611680 -0.559376 -0.559416 +vn -0.611680 -0.559376 -0.559416 +vn -0.402867 -0.647186 -0.647186 +vn -0.402867 -0.647186 -0.647186 +vn -0.402867 -0.647186 -0.647186 +vn -0.402865 -0.647181 -0.647191 +vn -0.402865 -0.647181 -0.647191 +vn -0.402865 -0.647181 -0.647191 +vn -0.583923 -0.574058 -0.574013 +vn -0.583923 -0.574058 -0.574013 +vn -0.583923 -0.574058 -0.574013 +vn -0.583893 -0.574062 -0.574040 +vn -0.583893 -0.574062 -0.574040 +vn -0.583893 -0.574062 -0.574040 +vn -0.525764 -0.601453 -0.601520 +vn -0.525764 -0.601453 -0.601520 +vn -0.525764 -0.601453 -0.601520 +vn -0.525757 -0.601515 -0.601465 +vn -0.525757 -0.601515 -0.601465 +vn -0.525757 -0.601515 -0.601465 +vn -0.478797 -0.620807 -0.620767 +vn -0.478797 -0.620807 -0.620767 +vn -0.478797 -0.620807 -0.620767 +vn -0.478777 -0.620775 -0.620815 +vn -0.478777 -0.620775 -0.620815 +vn -0.478777 -0.620775 -0.620815 +vn -0.607185 -0.561953 -0.561725 +vn -0.607185 -0.561953 -0.561725 +vn -0.607185 -0.561953 -0.561725 +vn -0.607540 -0.561680 -0.561614 +vn -0.607540 -0.561680 -0.561614 +vn -0.607540 -0.561680 -0.561614 +vn -0.435792 -0.636430 -0.636430 +vn -0.435792 -0.636430 -0.636430 +vn -0.435792 -0.636430 -0.636430 +vn -0.435788 -0.636416 -0.636446 +vn -0.435788 -0.636416 -0.636446 +vn -0.435788 -0.636416 -0.636446 +vn -0.564144 -0.583841 -0.583841 +vn -0.564144 -0.583841 -0.583841 +vn -0.564144 -0.583841 -0.583841 +vn -0.564084 -0.583854 -0.583887 +vn -0.564084 -0.583854 -0.583887 +vn -0.564084 -0.583854 -0.583887 +vn -0.706968 -0.500175 -0.500022 +vn -0.706968 -0.500175 -0.500022 +vn -0.706968 -0.500175 -0.500022 +vn -0.707333 -0.499707 -0.499974 +vn -0.707333 -0.499707 -0.499974 +vn -0.707333 -0.499707 -0.499974 +vn -0.396167 -0.649302 -0.649199 +vn -0.396167 -0.649302 -0.649199 +vn -0.396167 -0.649302 -0.649199 +vn -0.396186 -0.649245 -0.649245 +vn -0.396186 -0.649245 -0.649245 +vn -0.396186 -0.649245 -0.649245 +vn -0.568741 -0.581559 -0.581655 +vn -0.568741 -0.581559 -0.581655 +vn -0.568741 -0.581559 -0.581655 +vn -0.568714 -0.581628 -0.581612 +vn -0.568714 -0.581628 -0.581612 +vn -0.568714 -0.581628 -0.581612 +vn -0.585413 -0.573345 -0.573208 +vn -0.585413 -0.573345 -0.573208 +vn -0.585413 -0.573345 -0.573208 +vn -0.585537 -0.573196 -0.573230 +vn -0.585537 -0.573196 -0.573230 +vn -0.585537 -0.573196 -0.573230 +vn -0.416930 -0.642654 -0.642779 +vn -0.416930 -0.642654 -0.642780 +vn -0.416930 -0.642654 -0.642779 +vn -0.416831 -0.642801 -0.642697 +vn -0.416831 -0.642801 -0.642697 +vn -0.416831 -0.642801 -0.642697 +vn -0.592029 -0.569842 -0.569897 +vn -0.592029 -0.569842 -0.569897 +vn -0.592029 -0.569842 -0.569897 +vn -0.592166 -0.569785 -0.569812 +vn -0.592166 -0.569785 -0.569812 +vn -0.592165 -0.569785 -0.569812 +vn -0.500145 -0.612313 -0.612313 +vn -0.500145 -0.612313 -0.612313 +vn -0.500145 -0.612313 -0.612313 +vn -0.500129 -0.612350 -0.612290 +vn -0.500129 -0.612350 -0.612290 +vn -0.500129 -0.612350 -0.612290 +vn -0.516572 -0.605427 -0.605485 +vn -0.516571 -0.605427 -0.605485 +vn -0.516571 -0.605427 -0.605485 +vn -0.516298 -0.605631 -0.605515 +vn -0.516298 -0.605631 -0.605515 +vn -0.516298 -0.605631 -0.605515 +vn -0.445450 -0.633150 -0.633005 +vn -0.445450 -0.633150 -0.633005 +vn -0.445450 -0.633150 -0.633005 +vn -0.445764 -0.632998 -0.632936 +vn -0.445764 -0.632998 -0.632936 +vn -0.445764 -0.632998 -0.632936 +vn -0.559345 -0.586158 -0.586134 +vn -0.559344 -0.586158 -0.586134 +vn -0.559344 -0.586158 -0.586134 +vn -0.559364 -0.586142 -0.586130 +vn -0.559364 -0.586142 -0.586130 +vn -0.559364 -0.586142 -0.586130 +vn -0.655946 -0.533730 -0.533730 +vn -0.655946 -0.533730 -0.533730 +vn -0.655946 -0.533730 -0.533730 +vn -0.655989 -0.533690 -0.533717 +vn -0.655989 -0.533690 -0.533717 +vn -0.655989 -0.533690 -0.533717 +vn -0.394306 -0.649816 -0.649816 +vn -0.394306 -0.649816 -0.649816 +vn -0.394306 -0.649816 -0.649816 +vn -0.394280 -0.649845 -0.649803 +vn -0.394280 -0.649845 -0.649803 +vn -0.394280 -0.649845 -0.649803 +vn -0.574436 -0.578766 -0.578838 +vn -0.574436 -0.578766 -0.578838 +vn -0.574436 -0.578766 -0.578838 +vn -0.574319 -0.578882 -0.578837 +vn -0.574319 -0.578882 -0.578837 +vn -0.574319 -0.578882 -0.578837 +vn -0.559840 -0.585841 -0.585978 +vn -0.559840 -0.585841 -0.585977 +vn -0.559840 -0.585841 -0.585978 +vn -0.559719 -0.586016 -0.585917 +vn -0.559719 -0.586016 -0.585917 +vn -0.559719 -0.586016 -0.585917 +vn -0.146906 -0.699412 -0.699458 +vn -0.146906 -0.699412 -0.699458 +vn -0.146906 -0.699412 -0.699458 +vn -0.146931 -0.699437 -0.699428 +vn -0.146931 -0.699437 -0.699428 +vn -0.146931 -0.699437 -0.699428 +vn 0.227401 -0.688626 -0.688537 +vn 0.227401 -0.688626 -0.688537 +vn 0.227401 -0.688626 -0.688537 +vn 0.227343 -0.688549 -0.688633 +vn 0.227343 -0.688549 -0.688633 +vn 0.227343 -0.688549 -0.688633 +vn 0.639627 -0.543656 -0.543430 +vn 0.639627 -0.543655 -0.543430 +vn 0.639627 -0.543655 -0.543430 +vn 0.639667 -0.543489 -0.543550 +vn 0.639667 -0.543489 -0.543550 +vn 0.639667 -0.543489 -0.543550 +vn 0.563058 -0.584373 -0.584358 +vn 0.563058 -0.584373 -0.584358 +vn 0.563058 -0.584373 -0.584358 +vn 0.563220 -0.584281 -0.584294 +vn 0.563220 -0.584281 -0.584294 +vn 0.563220 -0.584281 -0.584294 +vn 0.419785 -0.641787 -0.641787 +vn 0.419785 -0.641787 -0.641787 +vn 0.419785 -0.641787 -0.641787 +vn 0.419664 -0.641842 -0.641811 +vn 0.419664 -0.641842 -0.641811 +vn 0.419664 -0.641842 -0.641811 +vn 0.707041 -0.499998 -0.500095 +vn 0.707041 -0.499998 -0.500095 +vn 0.707041 -0.499998 -0.500095 +vn 0.707293 -0.499849 -0.499888 +vn 0.707293 -0.499849 -0.499888 +vn 0.707293 -0.499849 -0.499888 +vn 0.534304 -0.597712 -0.597712 +vn 0.534304 -0.597712 -0.597712 +vn 0.534304 -0.597712 -0.597712 +vn 0.534365 -0.597705 -0.597664 +vn 0.534365 -0.597705 -0.597664 +vn 0.534365 -0.597705 -0.597664 +vn 0.480029 -0.620353 -0.620270 +vn 0.480029 -0.620353 -0.620270 +vn 0.480029 -0.620353 -0.620270 +vn 0.479921 -0.620353 -0.620353 +vn 0.479921 -0.620353 -0.620353 +vn 0.479921 -0.620353 -0.620353 +vn 0.599261 -0.566045 -0.566108 +vn 0.599261 -0.566045 -0.566108 +vn 0.599261 -0.566045 -0.566108 +vn 0.599025 -0.566184 -0.566219 +vn 0.599025 -0.566184 -0.566219 +vn 0.599025 -0.566184 -0.566219 +vn 0.432043 -0.637665 -0.637748 +vn 0.432043 -0.637665 -0.637748 +vn 0.432043 -0.637665 -0.637748 +vn 0.432130 -0.637713 -0.637641 +vn 0.432130 -0.637713 -0.637641 +vn 0.432130 -0.637713 -0.637641 +vn 0.564892 -0.583439 -0.583520 +vn 0.564892 -0.583439 -0.583520 +vn 0.564892 -0.583439 -0.583520 +vn 0.564878 -0.583491 -0.583481 +vn 0.564878 -0.583491 -0.583481 +vn 0.564878 -0.583491 -0.583481 +vn 0.573127 -0.579486 -0.579415 +vn 0.573127 -0.579486 -0.579415 +vn 0.573127 -0.579486 -0.579415 +vn 0.573154 -0.579446 -0.579428 +vn 0.573153 -0.579446 -0.579428 +vn 0.573154 -0.579446 -0.579428 +vn 0.396744 -0.649053 -0.649095 +vn 0.396744 -0.649053 -0.649095 +vn 0.396744 -0.649053 -0.649095 +vn 0.396767 -0.649057 -0.649078 +vn 0.396767 -0.649057 -0.649078 +vn 0.396767 -0.649057 -0.649078 +vn 0.655108 -0.534301 -0.534187 +vn 0.655108 -0.534301 -0.534187 +vn 0.655108 -0.534301 -0.534187 +vn 0.655282 -0.534157 -0.534119 +vn 0.655282 -0.534157 -0.534119 +vn 0.655281 -0.534157 -0.534119 +vn 0.553737 -0.588789 -0.588814 +vn 0.553737 -0.588789 -0.588814 +vn 0.553737 -0.588789 -0.588814 +vn 0.553761 -0.588828 -0.588754 +vn 0.553761 -0.588828 -0.588754 +vn 0.553761 -0.588828 -0.588754 +vn 0.450665 -0.631208 -0.631251 +vn 0.450665 -0.631208 -0.631251 +vn 0.450665 -0.631208 -0.631251 +vn 0.450653 -0.631255 -0.631213 +vn 0.450653 -0.631255 -0.631213 +vn 0.450653 -0.631255 -0.631213 +vn 0.619138 -0.556046 -0.554510 +vn 0.619138 -0.556046 -0.554510 +vn 0.619138 -0.556046 -0.554510 +vn 0.618679 -0.555549 -0.555519 +vn 0.618679 -0.555549 -0.555519 +vn 0.618679 -0.555549 -0.555519 +vn 0.507671 -0.609182 -0.609235 +vn 0.507671 -0.609182 -0.609235 +vn 0.507671 -0.609182 -0.609235 +vn 0.507628 -0.609236 -0.609217 +vn 0.507628 -0.609236 -0.609217 +vn 0.507628 -0.609236 -0.609217 +vn 0.505158 -0.610252 -0.610252 +vn 0.505158 -0.610252 -0.610252 +vn 0.505158 -0.610252 -0.610252 +vn 0.505206 -0.610217 -0.610248 +vn 0.505206 -0.610217 -0.610248 +vn 0.505206 -0.610217 -0.610248 +vn 0.590443 -0.570691 -0.570691 +vn 0.590443 -0.570691 -0.570691 +vn 0.590443 -0.570691 -0.570691 +vn 0.590528 -0.570700 -0.570594 +vn 0.590528 -0.570700 -0.570594 +vn 0.590528 -0.570700 -0.570594 +vn 0.409992 -0.644965 -0.644924 +vn 0.409992 -0.644965 -0.644924 +vn 0.409992 -0.644965 -0.644924 +vn 0.409995 -0.644933 -0.644954 +vn 0.409995 -0.644933 -0.644954 +vn 0.409995 -0.644933 -0.644954 +vn 0.597063 -0.567237 -0.567237 +vn 0.597063 -0.567237 -0.567237 +vn 0.597063 -0.567237 -0.567237 +vn 0.597167 -0.567130 -0.567234 +vn 0.597167 -0.567130 -0.567234 +vn 0.597167 -0.567130 -0.567234 +vn 0.572254 -0.579928 -0.579835 +vn 0.572254 -0.579928 -0.579835 +vn 0.572254 -0.579928 -0.579835 +vn 0.572231 -0.579823 -0.579963 +vn 0.572230 -0.579823 -0.579963 +vn 0.572230 -0.579823 -0.579963 +vn 0.395401 -0.649521 -0.649447 +vn 0.395401 -0.649521 -0.649447 +vn 0.395401 -0.649521 -0.649447 +vn 0.395433 -0.649479 -0.649469 +vn 0.395433 -0.649479 -0.649469 +vn 0.395433 -0.649479 -0.649469 +vn 0.707295 -0.499757 -0.499977 +vn 0.707295 -0.499757 -0.499977 +vn 0.707295 -0.499757 -0.499977 +vn 0.707142 -0.500023 -0.499927 +vn 0.707142 -0.500023 -0.499927 +vn 0.707142 -0.500023 -0.499927 +vn 0.560785 -0.585457 -0.585457 +vn 0.560785 -0.585457 -0.585457 +vn 0.560785 -0.585457 -0.585457 +vn 0.560735 -0.585470 -0.585492 +vn 0.560735 -0.585470 -0.585492 +vn 0.560735 -0.585470 -0.585492 +vn 0.440647 -0.634756 -0.634756 +vn 0.440647 -0.634756 -0.634756 +vn 0.440648 -0.634756 -0.634756 +vn 0.440667 -0.634749 -0.634749 +vn 0.440667 -0.634749 -0.634749 +vn 0.440667 -0.634749 -0.634749 +vn 0.605270 -0.562871 -0.562871 +vn 0.605270 -0.562871 -0.562871 +vn 0.605270 -0.562871 -0.562871 +vn 0.605384 -0.562876 -0.562744 +vn 0.605384 -0.562876 -0.562744 +vn 0.605384 -0.562876 -0.562744 +vn 0.476696 -0.621595 -0.621595 +vn 0.476696 -0.621595 -0.621595 +vn 0.476696 -0.621595 -0.621595 +vn 0.476775 -0.621550 -0.621580 +vn 0.476775 -0.621550 -0.621580 +vn 0.476775 -0.621550 -0.621580 +vn 0.650823 -0.536898 -0.536814 +vn 0.650823 -0.536898 -0.536814 +vn 0.650823 -0.536898 -0.536814 +vn 0.650827 -0.536801 -0.536907 +vn 0.650827 -0.536801 -0.536907 +vn 0.650827 -0.536801 -0.536907 +vn 0.904948 0.300890 0.300890 +vn 0.904948 0.300890 0.300890 +vn 0.904948 0.300890 0.300890 +vn 0.904946 0.300893 0.300893 +vn 0.904946 0.300893 0.300893 +vn 0.904946 0.300893 0.300893 +vn 0.804648 0.419728 0.419964 +vn 0.804648 0.419728 0.419964 +vn 0.804648 0.419728 0.419964 +vn 0.804625 0.419750 0.419987 +vn 0.804625 0.419750 0.419987 +vn 0.804625 0.419750 0.419987 +vn 0.431014 0.638087 0.638021 +vn 0.431014 0.638087 0.638021 +vn 0.431014 0.638087 0.638021 +vn 0.430954 0.638058 0.638092 +vn 0.430954 0.638058 0.638092 +vn 0.430954 0.638058 0.638092 +vn 0.566529 0.582709 0.582663 +vn 0.566529 0.582709 0.582663 +vn 0.566529 0.582709 0.582663 +vn 0.566532 0.582673 0.582696 +vn 0.566532 0.582673 0.582696 +vn 0.566532 0.582673 0.582696 +vn 0.707234 0.499887 0.499933 +vn 0.707234 0.499887 0.499933 +vn 0.707234 0.499887 0.499933 +vn 0.707176 0.500032 0.499870 +vn 0.707176 0.500032 0.499870 +vn 0.707176 0.500032 0.499870 +vn 0.394213 0.649845 0.649845 +vn 0.394213 0.649845 0.649844 +vn 0.394213 0.649845 0.649844 +vn 0.394186 0.649832 0.649874 +vn 0.394186 0.649832 0.649874 +vn 0.394186 0.649832 0.649874 +vn 0.570835 0.580581 0.580581 +vn 0.570835 0.580581 0.580581 +vn 0.570835 0.580581 0.580581 +vn 0.570824 0.580619 0.580553 +vn 0.570824 0.580619 0.580553 +vn 0.570824 0.580619 0.580553 +vn 0.579083 0.576525 0.576439 +vn 0.579083 0.576525 0.576439 +vn 0.579083 0.576525 0.576439 +vn 0.579188 0.576408 0.576451 +vn 0.579188 0.576408 0.576451 +vn 0.579188 0.576408 0.576451 +vn 0.427192 0.639359 0.639318 +vn 0.427192 0.639359 0.639318 +vn 0.427192 0.639359 0.639318 +vn 0.427143 0.639365 0.639345 +vn 0.427143 0.639365 0.639345 +vn 0.427143 0.639365 0.639345 +vn 0.595238 0.568165 0.568226 +vn 0.595238 0.568165 0.568226 +vn 0.595238 0.568165 0.568226 +vn 0.595097 0.568308 0.568231 +vn 0.595097 0.568308 0.568231 +vn 0.595097 0.568308 0.568231 +vn 0.488455 0.616999 0.617028 +vn 0.488455 0.616999 0.617028 +vn 0.488455 0.616999 0.617028 +vn 0.488561 0.616961 0.616982 +vn 0.488561 0.616961 0.616982 +vn 0.488561 0.616961 0.616983 +vn 0.523496 0.602475 0.602475 +vn 0.523496 0.602475 0.602475 +vn 0.523496 0.602475 0.602475 +vn 0.523036 0.602483 0.602866 +vn 0.523037 0.602483 0.602866 +vn 0.523036 0.602483 0.602866 +vn 0.435608 0.636277 0.636708 +vn 0.435608 0.636277 0.636708 +vn 0.435608 0.636277 0.636708 +vn 0.436307 0.636274 0.636233 +vn 0.436307 0.636274 0.636233 +vn 0.436307 0.636274 0.636233 +vn 0.566504 0.582698 0.582698 +vn 0.566504 0.582698 0.582698 +vn 0.566504 0.582698 0.582698 +vn 0.566591 0.582668 0.582643 +vn 0.566591 0.582668 0.582643 +vn 0.566591 0.582668 0.582643 +vn 0.657317 0.532952 0.532819 +vn 0.657317 0.532952 0.532819 +vn 0.657317 0.532952 0.532819 +vn 0.657154 0.532936 0.533037 +vn 0.657154 0.532936 0.533037 +vn 0.657154 0.532936 0.533037 +vn 0.394806 0.649642 0.649688 +vn 0.394806 0.649642 0.649688 +vn 0.394806 0.649642 0.649688 +vn 0.394829 0.649647 0.649668 +vn 0.394830 0.649647 0.649668 +vn 0.394829 0.649647 0.649668 +vn 0.576865 0.577631 0.577555 +vn 0.576865 0.577631 0.577555 +vn 0.576865 0.577631 0.577555 +vn 0.576935 0.577543 0.577572 +vn 0.576935 0.577543 0.577572 +vn 0.576935 0.577543 0.577572 +vn 0.547683 0.591626 0.591626 +vn 0.547683 0.591626 0.591626 +vn 0.547683 0.591626 0.591626 +vn 0.547661 0.591590 0.591683 +vn 0.547661 0.591590 0.591683 +vn 0.547661 0.591590 0.591683 +vn 0.445945 0.632912 0.632894 +vn 0.445945 0.632912 0.632894 +vn 0.445945 0.632912 0.632894 +vn 0.445903 0.632923 0.632913 +vn 0.445903 0.632923 0.632913 +vn 0.445903 0.632923 0.632913 +vn 0.601469 0.565008 0.564802 +vn 0.601469 0.565008 0.564802 +vn 0.601469 0.565008 0.564802 +vn 0.601767 0.564658 0.564834 +vn 0.601767 0.564658 0.564834 +vn 0.601767 0.564658 0.564834 +vn 0.465301 0.625904 0.625891 +vn 0.465301 0.625904 0.625891 +vn 0.465301 0.625904 0.625891 +vn 0.465310 0.625920 0.625868 +vn 0.465310 0.625920 0.625868 +vn 0.465310 0.625920 0.625868 +vn 0.542902 0.593869 0.593782 +vn 0.542902 0.593869 0.593782 +vn 0.542902 0.593869 0.593782 +vn 0.542888 0.593811 0.593853 +vn 0.542888 0.593811 0.593853 +vn 0.542888 0.593811 0.593853 +vn 0.949345 0.222208 0.222188 +vn 0.949345 0.222208 0.222188 +vn 0.949345 0.222208 0.222188 +vn 0.949378 0.222118 0.222139 +vn 0.949378 0.222118 0.222139 +vn 0.949378 0.222118 0.222139 +vn 0.931712 0.256799 0.256842 +vn 0.931712 0.256799 0.256842 +vn 0.931712 0.256799 0.256842 +vn 0.931717 0.256826 0.256797 +vn 0.931717 0.256826 0.256797 +vn 0.931717 0.256826 0.256797 +vn 0.598446 -0.566540 -0.566476 +vn 0.598446 -0.566540 -0.566476 +vn 0.598446 -0.566540 -0.566476 +vn 0.598307 -0.566597 -0.566565 +vn 0.598307 -0.566597 -0.566565 +vn 0.598307 -0.566597 -0.566565 +vn 0.426311 -0.639653 -0.639612 +vn 0.426311 -0.639653 -0.639612 +vn 0.426311 -0.639653 -0.639612 +vn 0.426336 -0.639655 -0.639593 +vn 0.426336 -0.639655 -0.639593 +vn 0.426336 -0.639655 -0.639593 +vn 0.572073 -0.579929 -0.580013 +vn 0.572073 -0.579929 -0.580013 +vn 0.572073 -0.579929 -0.580013 +vn 0.571875 -0.580126 -0.580011 +vn 0.571875 -0.580126 -0.580011 +vn 0.571875 -0.580126 -0.580011 +vn 0.574032 -0.578974 -0.579031 +vn 0.574032 -0.578974 -0.579031 +vn 0.574032 -0.578974 -0.579031 +vn 0.574123 -0.578983 -0.578932 +vn 0.574123 -0.578983 -0.578932 +vn 0.574123 -0.578983 -0.578932 +vn 0.393680 -0.650048 -0.649964 +vn 0.393680 -0.650048 -0.649964 +vn 0.393680 -0.650048 -0.649964 +vn 0.393648 -0.650000 -0.650032 +vn 0.393648 -0.650000 -0.650032 +vn 0.393648 -0.650000 -0.650032 +vn 0.707138 -0.499945 -0.500011 +vn 0.707138 -0.499945 -0.500011 +vn 0.707138 -0.499945 -0.500011 +vn 0.707138 -0.500027 -0.499929 +vn 0.707138 -0.500027 -0.499929 +vn 0.707138 -0.500027 -0.499929 +vn 0.569788 -0.581071 -0.581117 +vn 0.569788 -0.581071 -0.581117 +vn 0.569788 -0.581071 -0.581117 +vn 0.569722 -0.581127 -0.581127 +vn 0.569722 -0.581127 -0.581127 +vn 0.569722 -0.581127 -0.581127 +vn 0.426163 -0.639659 -0.639704 +vn 0.426163 -0.639659 -0.639704 +vn 0.426163 -0.639659 -0.639704 +vn 0.426175 -0.639728 -0.639627 +vn 0.426175 -0.639728 -0.639627 +vn 0.426175 -0.639728 -0.639627 +vn 0.614932 -0.557954 -0.557266 +vn 0.614932 -0.557954 -0.557266 +vn 0.614932 -0.557954 -0.557266 +vn 0.615390 -0.556918 -0.557797 +vn 0.615390 -0.556918 -0.557797 +vn 0.615390 -0.556918 -0.557797 +vn 0.493003 -0.615203 -0.615203 +vn 0.493003 -0.615202 -0.615202 +vn 0.493003 -0.615202 -0.615202 +vn 0.493074 -0.615184 -0.615164 +vn 0.493074 -0.615184 -0.615164 +vn 0.493074 -0.615184 -0.615164 +vn 0.505817 -0.609964 -0.609995 +vn 0.505817 -0.609964 -0.609994 +vn 0.505817 -0.609964 -0.609994 +vn 0.505721 -0.610027 -0.610011 +vn 0.505721 -0.610027 -0.610011 +vn 0.505721 -0.610027 -0.610011 +vn 0.584984 -0.573521 -0.573470 +vn 0.584983 -0.573521 -0.573470 +vn 0.584984 -0.573521 -0.573470 +vn 0.584985 -0.573488 -0.573501 +vn 0.584985 -0.573488 -0.573501 +vn 0.584985 -0.573488 -0.573501 +vn 0.415649 -0.643117 -0.643146 +vn 0.415649 -0.643117 -0.643146 +vn 0.415649 -0.643117 -0.643146 +vn 0.415586 -0.643147 -0.643157 +vn 0.415586 -0.643147 -0.643157 +vn 0.415586 -0.643147 -0.643157 +vn 0.603426 -0.563824 -0.563897 +vn 0.603426 -0.563824 -0.563897 +vn 0.603426 -0.563824 -0.563897 +vn 0.603628 -0.563765 -0.563740 +vn 0.603628 -0.563765 -0.563740 +vn 0.603628 -0.563765 -0.563740 +vn 0.568367 -0.581775 -0.581805 +vn 0.568367 -0.581775 -0.581805 +vn 0.568367 -0.581775 -0.581805 +vn 0.568282 -0.581869 -0.581794 +vn 0.568282 -0.581869 -0.581794 +vn 0.568282 -0.581869 -0.581794 +vn 0.404868 -0.646524 -0.646598 +vn 0.404868 -0.646524 -0.646598 +vn 0.404868 -0.646524 -0.646598 +vn 0.404944 -0.646537 -0.646537 +vn 0.404944 -0.646537 -0.646537 +vn 0.404944 -0.646537 -0.646537 +vn 0.707296 -0.500051 -0.499681 +vn 0.707296 -0.500051 -0.499681 +vn 0.707296 -0.500051 -0.499681 +vn 0.707396 -0.499779 -0.499812 +vn 0.707396 -0.499779 -0.499812 +vn 0.707396 -0.499779 -0.499812 +vn 0.552061 -0.589610 -0.589566 +vn 0.552062 -0.589610 -0.589566 +vn 0.552061 -0.589610 -0.589566 +vn 0.551989 -0.589628 -0.589617 +vn 0.551989 -0.589628 -0.589617 +vn 0.551989 -0.589628 -0.589617 +vn 0.448912 -0.631829 -0.631878 +vn 0.448912 -0.631829 -0.631878 +vn 0.448912 -0.631829 -0.631878 +vn 0.448843 -0.631890 -0.631866 +vn 0.448843 -0.631890 -0.631866 +vn 0.448843 -0.631890 -0.631866 +vn 0.606878 -0.562060 -0.561949 +vn 0.606878 -0.562060 -0.561949 +vn 0.606878 -0.562060 -0.561949 +vn 0.606987 -0.561856 -0.562037 +vn 0.606987 -0.561856 -0.562037 +vn 0.606987 -0.561856 -0.562037 +vn 0.463492 -0.626568 -0.626568 +vn 0.463492 -0.626568 -0.626568 +vn 0.463492 -0.626568 -0.626568 +vn 0.463384 -0.626603 -0.626613 +vn 0.463384 -0.626603 -0.626613 +vn 0.463384 -0.626603 -0.626613 +vn 0.534568 -0.597559 -0.597629 +vn 0.534568 -0.597559 -0.597629 +vn 0.534568 -0.597559 -0.597629 +vn 0.534676 -0.597576 -0.597515 +vn 0.534676 -0.597576 -0.597515 +vn 0.534676 -0.597576 -0.597515 +vn 0.582627 -0.574694 -0.574694 +vn 0.582627 -0.574694 -0.574694 +vn 0.582627 -0.574694 -0.574694 +vn 0.582648 -0.574683 -0.574683 +vn 0.582648 -0.574683 -0.574683 +vn 0.582648 -0.574683 -0.574683 +vn 0.397742 -0.648769 -0.648769 +vn 0.397742 -0.648769 -0.648769 +vn 0.397742 -0.648769 -0.648769 +vn 0.397762 -0.648784 -0.648741 +vn 0.397762 -0.648784 -0.648741 +vn 0.397762 -0.648784 -0.648741 +vn 0.624140 -0.552529 -0.552414 +vn 0.624140 -0.552529 -0.552414 +vn 0.624140 -0.552529 -0.552414 +vn 0.624160 -0.552439 -0.552482 +vn 0.624160 -0.552439 -0.552482 +vn 0.624160 -0.552439 -0.552482 +vn 0.563321 -0.584225 -0.584253 +vn 0.563321 -0.584225 -0.584253 +vn 0.563321 -0.584225 -0.584253 +vn 0.563280 -0.584238 -0.584279 +vn 0.563280 -0.584238 -0.584279 +vn 0.563280 -0.584238 -0.584279 +vn 0.468466 -0.624675 -0.624756 +vn 0.468466 -0.624675 -0.624756 +vn 0.468466 -0.624675 -0.624756 +vn 0.468514 -0.624743 -0.624652 +vn 0.468514 -0.624743 -0.624652 +vn 0.468514 -0.624743 -0.624652 +vn 0.914097 0.286736 0.286720 +vn 0.914097 0.286736 0.286720 +vn 0.914097 0.286736 0.286720 +vn 0.914102 0.286741 0.286699 +vn 0.914102 0.286741 0.286699 +vn 0.914102 0.286741 0.286699 +vn 0.534743 0.597498 0.597533 +vn 0.534743 0.597498 0.597533 +vn 0.534743 0.597498 0.597533 +vn 0.534718 0.597518 0.597535 +vn 0.534718 0.597518 0.597535 +vn 0.534718 0.597518 0.597535 +vn 0.463394 0.626585 0.626624 +vn 0.463394 0.626585 0.626624 +vn 0.463394 0.626585 0.626624 +vn 0.463404 0.626636 0.626565 +vn 0.463404 0.626636 0.626565 +vn 0.463404 0.626636 0.626565 +vn 0.607161 0.561894 0.561810 +vn 0.607161 0.561894 0.561810 +vn 0.607161 0.561894 0.561810 +vn 0.606950 0.561966 0.561966 +vn 0.606950 0.561966 0.561966 +vn 0.606950 0.561966 0.561966 +vn 0.448826 0.631860 0.631909 +vn 0.448826 0.631860 0.631909 +vn 0.448826 0.631860 0.631909 +vn 0.448888 0.631862 0.631862 +vn 0.448888 0.631862 0.631862 +vn 0.448888 0.631862 0.631862 +vn 0.552017 0.589609 0.589609 +vn 0.552017 0.589609 0.589609 +vn 0.552017 0.589609 0.589609 +vn 0.552060 0.589578 0.589600 +vn 0.552060 0.589578 0.589600 +vn 0.552060 0.589578 0.589600 +vn 0.706987 0.500353 0.499816 +vn 0.706987 0.500353 0.499816 +vn 0.706987 0.500353 0.499816 +vn 0.707095 0.499976 0.500041 +vn 0.707095 0.499975 0.500041 +vn 0.707095 0.499976 0.500041 +vn 0.411693 0.644423 0.644382 +vn 0.411693 0.644423 0.644382 +vn 0.411693 0.644423 0.644382 +vn 0.411652 0.644415 0.644415 +vn 0.411652 0.644415 0.644415 +vn 0.411652 0.644415 0.644415 +vn 0.565633 0.583105 0.583136 +vn 0.565633 0.583105 0.583136 +vn 0.565633 0.583105 0.583136 +vn 0.565689 0.583093 0.583093 +vn 0.565689 0.583094 0.583094 +vn 0.565689 0.583093 0.583093 +vn 0.594853 0.568419 0.568375 +vn 0.594853 0.568419 0.568375 +vn 0.594853 0.568419 0.568375 +vn 0.594821 0.568413 0.568413 +vn 0.594821 0.568413 0.568413 +vn 0.594821 0.568413 0.568413 +vn 0.415582 0.643174 0.643132 +vn 0.415582 0.643174 0.643132 +vn 0.415582 0.643174 0.643132 +vn 0.415608 0.643124 0.643166 +vn 0.415608 0.643124 0.643166 +vn 0.415608 0.643124 0.643166 +vn 0.584890 0.573530 0.573556 +vn 0.584890 0.573530 0.573556 +vn 0.584890 0.573530 0.573556 +vn 0.585017 0.573478 0.573478 +vn 0.585017 0.573478 0.573478 +vn 0.585017 0.573478 0.573478 +vn 0.505733 0.610060 0.609968 +vn 0.505733 0.610060 0.609968 +vn 0.505733 0.610060 0.609968 +vn 0.505690 0.610032 0.610032 +vn 0.505690 0.610032 0.610032 +vn 0.505690 0.610032 0.610032 +vn 0.493069 0.615156 0.615196 +vn 0.493069 0.615156 0.615196 +vn 0.493069 0.615156 0.615196 +vn 0.493077 0.615168 0.615178 +vn 0.493077 0.615168 0.615178 +vn 0.493077 0.615168 0.615178 +vn 0.614558 0.557936 0.557697 +vn 0.614558 0.557936 0.557697 +vn 0.614558 0.557936 0.557697 +vn 0.615239 0.557306 0.557576 +vn 0.615239 0.557306 0.557576 +vn 0.615239 0.557306 0.557576 +vn 0.426166 0.639698 0.639663 +vn 0.426166 0.639698 0.639663 +vn 0.426166 0.639698 0.639663 +vn 0.426206 0.639662 0.639673 +vn 0.426206 0.639662 0.639673 +vn 0.426206 0.639662 0.639673 +vn 0.569789 0.581094 0.581094 +vn 0.569789 0.581094 0.581094 +vn 0.569789 0.581094 0.581094 +vn 0.569738 0.581159 0.581078 +vn 0.569738 0.581159 0.581078 +vn 0.569738 0.581159 0.581078 +vn 0.707043 0.500002 0.500089 +vn 0.707043 0.500002 0.500089 +vn 0.707043 0.500002 0.500089 +vn 0.707095 0.500041 0.499976 +vn 0.707095 0.500041 0.499976 +vn 0.707095 0.500041 0.499975 +vn 0.393648 0.650016 0.650016 +vn 0.393648 0.650016 0.650016 +vn 0.393648 0.650016 0.650016 +vn 0.393638 0.650040 0.649998 +vn 0.393638 0.650040 0.649998 +vn 0.393638 0.650040 0.649998 +vn 0.574132 0.579004 0.578902 +vn 0.574132 0.579004 0.578902 +vn 0.574132 0.579004 0.578902 +vn 0.574089 0.578923 0.579025 +vn 0.574089 0.578923 0.579025 +vn 0.574089 0.578923 0.579025 +vn 0.571920 0.580026 0.580067 +vn 0.571920 0.580026 0.580067 +vn 0.571920 0.580026 0.580067 +vn 0.571958 0.580033 0.580022 +vn 0.571958 0.580033 0.580022 +vn 0.571958 0.580033 0.580022 +vn 0.426385 0.639587 0.639629 +vn 0.426385 0.639587 0.639629 +vn 0.426385 0.639587 0.639629 +vn 0.426366 0.639609 0.639619 +vn 0.426366 0.639609 0.639619 +vn 0.426366 0.639609 0.639619 +vn 0.595165 0.568247 0.568220 +vn 0.595165 0.568247 0.568220 +vn 0.595165 0.568247 0.568220 +vn 0.595075 0.568273 0.568288 +vn 0.595075 0.568273 0.568288 +vn 0.595075 0.568273 0.568288 +vn -0.000010 -0.707158 0.707056 +vn -0.000010 -0.707158 0.707056 +vn -0.000010 -0.707158 0.707056 +vn 0.000000 -0.707171 0.707043 +vn 0.000000 -0.707171 0.707043 +vn 0.000000 -0.707171 0.707043 +vn -0.000006 -0.707021 0.707193 +vn -0.000006 -0.707021 0.707193 +vn -0.000006 -0.707021 0.707193 +vn -0.000009 -0.707157 0.707056 +vn -0.000009 -0.707157 0.707056 +vn -0.000009 -0.707157 0.707056 +vn 0.000000 -0.707014 0.707199 +vn 0.000000 -0.707014 0.707199 +vn 0.000000 -0.707014 0.707199 +vn 0.000000 -0.707209 0.707005 +vn 0.000000 -0.707209 0.707005 +vn 0.000000 -0.707209 0.707005 +vn -0.000011 -0.707151 0.707062 +vn -0.000011 -0.707151 0.707062 +vn -0.000011 -0.707151 0.707062 +vn 0.000000 -0.707048 0.707165 +vn 0.000000 -0.707048 0.707165 +vn 0.000000 -0.707048 0.707165 +vn 0.000000 -0.707382 0.706831 +vn 0.000000 -0.707382 0.706831 +vn 0.000000 -0.707382 0.706831 +vn -0.000008 -0.707196 0.707017 +vn -0.000008 -0.707196 0.707017 +vn -0.000008 -0.707196 0.707017 +vn -0.000006 -0.707053 0.707160 +vn -0.000006 -0.707053 0.707160 +vn -0.000006 -0.707053 0.707160 +vn -0.000007 -0.707155 0.707058 +vn -0.000007 -0.707155 0.707058 +vn -0.000007 -0.707155 0.707058 +vn -0.000004 -0.707395 0.706818 +vn -0.000004 -0.707395 0.706818 +vn -0.000004 -0.707395 0.706818 +vn -0.000002 -0.706977 0.707237 +vn -0.000002 -0.706977 0.707237 +vn -0.000002 -0.706977 0.707237 +vn 0.000003 -0.707004 0.707209 +vn 0.000003 -0.707004 0.707210 +vn 0.000003 -0.707004 0.707210 +vn 0.000007 -0.707002 0.707211 +vn 0.000007 -0.707003 0.707211 +vn 0.000007 -0.707003 0.707211 +vn 0.000003 -0.707053 0.707161 +vn 0.000003 -0.707053 0.707161 +vn 0.000003 -0.707053 0.707161 +vn 0.000003 -0.707222 0.706992 +vn 0.000003 -0.707222 0.706992 +vn 0.000003 -0.707222 0.706992 +vn 0.000000 -0.706944 0.707269 +vn 0.000000 -0.706944 0.707269 +vn 0.000000 -0.706944 0.707269 +vn 0.000000 -0.707595 0.706618 +vn 0.000000 -0.707595 0.706618 +vn 0.000000 -0.707595 0.706618 +vn 0.000000 -0.706519 0.707694 +vn 0.000000 -0.706519 0.707694 +vn 0.000000 -0.706519 0.707694 +vn 0.000002 -0.707254 0.706959 +vn 0.000002 -0.707254 0.706959 +vn 0.000002 -0.707254 0.706959 +vn -0.000002 -0.707074 0.707139 +vn -0.000002 -0.707074 0.707139 +vn -0.000002 -0.707074 0.707139 +vn -0.000001 -0.707087 0.707127 +vn -0.000001 -0.707087 0.707127 +vn -0.000001 -0.707087 0.707127 +vn 0.000001 -0.707285 0.706929 +vn 0.000001 -0.707285 0.706929 +vn 0.000001 -0.707285 0.706929 +vn 0.000002 -0.707260 0.706953 +vn 0.000002 -0.707260 0.706953 +vn 0.000002 -0.707260 0.706953 +vn 0.000000 -0.706809 0.707405 +vn 0.000000 -0.706809 0.707405 +vn 0.000000 -0.706809 0.707405 +vn 0.000002 -0.707044 0.707170 +vn 0.000002 -0.707044 0.707170 +vn 0.000002 -0.707044 0.707170 +vn -0.000002 -0.707213 0.707001 +vn -0.000002 -0.707213 0.707001 +vn -0.000002 -0.707213 0.707001 +vn 0.000000 -0.707127 0.707087 +vn 0.000000 -0.707127 0.707087 +vn 0.000000 -0.707127 0.707087 +vn 0.000000 -0.707089 0.707125 +vn 0.000000 -0.707089 0.707125 +vn 0.000000 -0.707089 0.707125 +vn 0.000000 -0.707127 0.707087 +vn 0.000000 -0.707127 0.707087 +vn 0.000000 -0.707127 0.707087 +vn 0.000002 -0.706918 0.707295 +vn 0.000002 -0.706918 0.707295 +vn 0.000002 -0.706918 0.707295 +vn 0.000002 -0.707194 0.707019 +vn 0.000002 -0.707194 0.707019 +vn 0.000002 -0.707194 0.707019 +vn 0.000000 -0.707172 0.707041 +vn 0.000000 -0.707172 0.707041 +vn 0.000000 -0.707172 0.707041 +vn 0.000000 -0.706754 0.707459 +vn 0.000000 -0.706754 0.707459 +vn 0.000000 -0.706754 0.707459 +vn -0.000002 -0.707013 0.707201 +vn -0.000002 -0.707013 0.707201 +vn -0.000002 -0.707013 0.707201 +vn -0.000003 -0.706981 0.707232 +vn -0.000003 -0.706981 0.707232 +vn -0.000003 -0.706981 0.707232 +vn -0.002751 -0.709850 0.704347 +vn -0.002751 -0.709850 0.704347 +vn -0.002751 -0.709850 0.704347 +vn -0.000039 -0.707136 0.707078 +vn -0.000039 -0.707136 0.707078 +vn -0.000039 -0.707136 0.707078 +vn -0.000072 -0.707116 0.707098 +vn -0.000072 -0.707116 0.707098 +vn -0.000072 -0.707116 0.707098 +vn -0.000113 -0.707139 0.707075 +vn -0.000113 -0.707139 0.707075 +vn -0.000113 -0.707139 0.707075 +vn 0.000029 -0.707103 0.707110 +vn 0.000029 -0.707103 0.707110 +vn 0.000029 -0.707103 0.707110 +vn -0.000018 -0.707098 0.707116 +vn -0.000018 -0.707098 0.707116 +vn -0.000018 -0.707098 0.707116 +vn 0.000347 -0.706759 0.707454 +vn 0.000347 -0.706759 0.707454 +vn 0.000347 -0.706759 0.707454 +vn 0.000044 -0.707085 0.707129 +vn 0.000044 -0.707085 0.707129 +vn 0.000044 -0.707085 0.707129 +vn 0.000030 -0.707115 0.707098 +vn 0.000030 -0.707115 0.707098 +vn 0.000030 -0.707115 0.707098 +vn -0.000103 -0.707071 0.707142 +vn -0.000103 -0.707071 0.707142 +vn -0.000103 -0.707071 0.707142 +vn 0.000482 -0.707630 0.706583 +vn 0.000482 -0.707630 0.706583 +vn 0.000482 -0.707630 0.706583 +vn 0.000051 -0.707079 0.707135 +vn 0.000051 -0.707079 0.707135 +vn 0.000051 -0.707079 0.707135 +vn -0.000026 -0.707107 0.707107 +vn -0.000026 -0.707107 0.707107 +vn -0.000026 -0.707107 0.707107 +vn 0.000000 -0.707074 0.707140 +vn 0.000000 -0.707074 0.707140 +vn 0.000000 -0.707074 0.707140 +vn 0.000089 -0.707107 0.707107 +vn 0.000089 -0.707107 0.707107 +vn 0.000089 -0.707107 0.707107 +vn -0.000177 -0.707196 0.707018 +vn -0.000177 -0.707196 0.707018 +vn -0.000177 -0.707196 0.707018 +vn -0.000049 -0.707033 0.707181 +vn -0.000049 -0.707033 0.707181 +vn -0.000049 -0.707033 0.707181 +vn 0.000044 -0.707194 0.707020 +vn 0.000044 -0.707194 0.707020 +vn 0.000044 -0.707194 0.707020 +vn 0.000083 -0.707065 0.707148 +vn 0.000083 -0.707065 0.707148 +vn 0.000083 -0.707065 0.707148 +vn 0.000038 -0.707126 0.707088 +vn 0.000038 -0.707126 0.707088 +vn 0.000038 -0.707126 0.707088 +vn -0.000039 -0.707107 0.707107 +vn -0.000039 -0.707107 0.707107 +vn -0.000039 -0.707107 0.707107 +vn 0.000000 -0.706454 0.707759 +vn 0.000000 -0.706454 0.707759 +vn 0.000000 -0.706454 0.707759 +vn 0.000041 -0.707086 0.707127 +vn 0.000041 -0.707086 0.707127 +vn 0.000041 -0.707086 0.707127 +vn -0.000035 -0.707142 0.707072 +vn -0.000035 -0.707142 0.707072 +vn -0.000035 -0.707142 0.707072 +vn -0.000007 -0.707112 0.707102 +vn -0.000007 -0.707112 0.707102 +vn -0.000007 -0.707112 0.707102 +vn -0.000010 -0.707021 0.707192 +vn -0.000010 -0.707021 0.707192 +vn -0.000010 -0.707021 0.707192 +vn 0.000003 -0.707316 0.706898 +vn 0.000003 -0.707316 0.706898 +vn 0.000003 -0.707316 0.706898 +vn 0.000003 -0.707077 0.707136 +vn 0.000003 -0.707077 0.707136 +vn 0.000003 -0.707077 0.707136 +vn 0.000040 -0.707309 0.706905 +vn 0.000040 -0.707309 0.706905 +vn 0.000040 -0.707309 0.706905 +vn -0.000716 -0.709253 0.704954 +vn -0.000716 -0.709253 0.704954 +vn -0.000716 -0.709253 0.704954 +vn 0.000075 -0.707257 0.706957 +vn 0.000075 -0.707257 0.706957 +vn 0.000075 -0.707257 0.706957 +vn 0.000000 -0.707082 0.707132 +vn 0.000000 -0.707082 0.707132 +vn 0.000000 -0.707082 0.707132 +vn 0.000000 -0.707168 0.707046 +vn 0.000000 -0.707168 0.707046 +vn 0.000000 -0.707168 0.707046 +vn 0.000006 -0.707129 0.707085 +vn 0.000006 -0.707129 0.707085 +vn 0.000006 -0.707129 0.707085 +vn 0.000008 -0.707007 0.707206 +vn 0.000008 -0.707007 0.707206 +vn 0.000008 -0.707007 0.707206 +vn 0.000000 -0.707054 0.707159 +vn 0.000000 -0.707054 0.707160 +vn 0.000000 -0.707054 0.707160 +vn -0.000002 -0.707046 0.707168 +vn -0.000002 -0.707046 0.707168 +vn -0.000002 -0.707046 0.707168 +vn -0.000011 -0.707195 0.707018 +vn -0.000011 -0.707195 0.707018 +vn -0.000011 -0.707195 0.707018 +vn 0.000000 -0.707355 0.706858 +vn 0.000000 -0.707355 0.706858 +vn 0.000000 -0.707355 0.706858 +vn 0.000013 -0.706870 0.707343 +vn 0.000013 -0.706870 0.707343 +vn 0.000013 -0.706870 0.707343 +vn 0.000000 -0.707174 0.707039 +vn 0.000000 -0.707174 0.707039 +vn 0.000000 -0.707174 0.707039 +vn 0.000008 -0.707115 0.707099 +vn 0.000008 -0.707115 0.707099 +vn 0.000008 -0.707115 0.707099 +vn 0.000013 -0.707103 0.707111 +vn 0.000013 -0.707103 0.707111 +vn 0.000013 -0.707103 0.707111 +vn 0.000000 -0.706906 0.707308 +vn 0.000000 -0.706906 0.707308 +vn 0.000000 -0.706906 0.707308 +vn 0.000000 -0.707202 0.707011 +vn 0.000000 -0.707202 0.707011 +vn 0.000000 -0.707202 0.707011 +vn -0.000003 -0.707140 0.707074 +vn -0.000003 -0.707140 0.707074 +vn -0.000003 -0.707140 0.707074 +vn 0.000012 -0.706989 0.707224 +vn 0.000012 -0.706989 0.707224 +vn 0.000012 -0.706989 0.707224 +vn -0.000008 -0.707159 0.707054 +vn -0.000008 -0.707160 0.707054 +vn -0.000008 -0.707160 0.707054 +vn -0.000011 -0.707102 0.707111 +vn -0.000011 -0.707102 0.707111 +vn -0.000011 -0.707102 0.707111 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707078 0.707135 +vn 0.000023 -0.707089 0.707125 +vn 0.000023 -0.707089 0.707125 +vn 0.000023 -0.707089 0.707125 +vn -0.000028 -0.707107 0.707107 +vn -0.000028 -0.707107 0.707107 +vn -0.000028 -0.707107 0.707107 +vn 0.000000 -0.707150 0.707063 +vn 0.000000 -0.707150 0.707063 +vn 0.000000 -0.707150 0.707063 +vn -0.000007 -0.707111 0.707103 +vn -0.000007 -0.707111 0.707103 +vn -0.000007 -0.707111 0.707103 +vn -0.000004 -0.707034 0.707180 +vn -0.000004 -0.707034 0.707180 +vn -0.000004 -0.707034 0.707180 +vn -0.000001 -0.707137 0.707077 +vn -0.000001 -0.707137 0.707077 +vn -0.000001 -0.707137 0.707077 +vn -0.000005 -0.707165 0.707048 +vn -0.000005 -0.707165 0.707048 +vn -0.000005 -0.707165 0.707048 +vn 0.000018 -0.707112 0.707102 +vn 0.000018 -0.707112 0.707102 +vn 0.000018 -0.707112 0.707102 +vn 0.000000 -0.707098 0.707116 +vn 0.000000 -0.707098 0.707116 +vn 0.000000 -0.707098 0.707116 +vn 0.000000 -0.706868 0.707345 +vn 0.000000 -0.706868 0.707345 +vn 0.000000 -0.706868 0.707345 +vn 0.000000 -0.707238 0.706975 +vn 0.000000 -0.707238 0.706975 +vn 0.000000 -0.707238 0.706976 +vn 0.000085 -0.707056 0.707158 +vn 0.000085 -0.707056 0.707158 +vn 0.000085 -0.707056 0.707158 +vn 0.000000 -0.705653 0.708557 +vn 0.000000 -0.705653 0.708557 +vn 0.000000 -0.705653 0.708557 +vn -0.000444 -0.707550 0.706663 +vn -0.000444 -0.707550 0.706663 +vn -0.000444 -0.707550 0.706663 +vn 0.000000 -0.706098 0.708114 +vn 0.000000 -0.706098 0.708114 +vn 0.000000 -0.706098 0.708114 +vn 0.000052 -0.707071 0.707142 +vn 0.000052 -0.707071 0.707142 +vn 0.000052 -0.707071 0.707142 +vn -0.000068 -0.707136 0.707077 +vn -0.000068 -0.707136 0.707077 +vn -0.000068 -0.707136 0.707077 +vn 0.000042 -0.707063 0.707150 +vn 0.000042 -0.707063 0.707150 +vn 0.000042 -0.707063 0.707150 +vn 0.000000 -0.706137 0.708075 +vn 0.000000 -0.706137 0.708075 +vn 0.000000 -0.706137 0.708075 +vn 0.000019 -0.707111 0.707102 +vn 0.000019 -0.707111 0.707102 +vn 0.000019 -0.707111 0.707102 +vn -0.000040 -0.707113 0.707100 +vn -0.000040 -0.707113 0.707100 +vn -0.000040 -0.707113 0.707100 +vn 0.000000 -0.707096 0.707118 +vn 0.000000 -0.707096 0.707118 +vn 0.000000 -0.707096 0.707118 +vn 0.000023 -0.707107 0.707107 +vn 0.000023 -0.707107 0.707107 +vn 0.000023 -0.707107 0.707107 +vn -0.000162 -0.707134 0.707079 +vn -0.000162 -0.707134 0.707079 +vn -0.000162 -0.707134 0.707079 +vn 0.000049 -0.707125 0.707088 +vn 0.000049 -0.707125 0.707088 +vn 0.000049 -0.707125 0.707088 +vn 0.000017 -0.707096 0.707118 +vn 0.000017 -0.707096 0.707118 +vn 0.000017 -0.707096 0.707118 +vn 0.000051 -0.707115 0.707098 +vn 0.000051 -0.707115 0.707098 +vn 0.000051 -0.707115 0.707098 +vn 0.000000 -0.707076 0.707137 +vn 0.000000 -0.707076 0.707137 +vn 0.000000 -0.707076 0.707138 +vn -0.000048 -0.707125 0.707089 +vn -0.000048 -0.707125 0.707089 +vn -0.000048 -0.707125 0.707089 +vn 0.000000 -0.704706 0.709500 +vn 0.000000 -0.704706 0.709500 +vn 0.000000 -0.704706 0.709500 +vn 0.000083 -0.706992 0.707222 +vn 0.000083 -0.706992 0.707222 +vn 0.000083 -0.706992 0.707222 +vn -0.000008 -0.707103 0.707111 +vn -0.000008 -0.707103 0.707111 +vn -0.000008 -0.707103 0.707111 +vn -0.000095 -0.707678 0.706536 +vn -0.000095 -0.707678 0.706536 +vn -0.000095 -0.707678 0.706536 +vn 0.000044 -0.707156 0.707057 +vn 0.000044 -0.707156 0.707057 +vn 0.000044 -0.707156 0.707057 +vn -0.000062 -0.707097 0.707117 +vn -0.000062 -0.707097 0.707117 +vn -0.000062 -0.707097 0.707117 +vn 0.000110 -0.707086 0.707127 +vn 0.000110 -0.707086 0.707127 +vn 0.000110 -0.707086 0.707127 +vn -0.000066 -0.707127 0.707086 +vn -0.000066 -0.707127 0.707086 +vn -0.000066 -0.707127 0.707086 +vn -0.000047 -0.707091 0.707122 +vn -0.000047 -0.707091 0.707123 +vn -0.000047 -0.707091 0.707123 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000530 -0.708694 0.705516 +vn 0.000530 -0.708694 0.705516 +vn 0.000530 -0.708694 0.705516 +vn -0.000056 -0.707093 0.707121 +vn -0.000056 -0.707093 0.707121 +vn -0.000056 -0.707093 0.707121 +vn 0.000025 -0.707107 0.707107 +vn 0.000025 -0.707107 0.707107 +vn 0.000025 -0.707107 0.707107 +vn -0.000024 -0.707127 0.707086 +vn -0.000024 -0.707127 0.707086 +vn -0.000024 -0.707127 0.707086 +vn 0.000063 -0.707075 0.707138 +vn 0.000063 -0.707075 0.707138 +vn 0.000063 -0.707075 0.707138 +vn 0.000040 -0.707120 0.707094 +vn 0.000040 -0.707120 0.707093 +vn 0.000040 -0.707120 0.707094 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000015 -0.707114 0.707099 +vn 0.000015 -0.707114 0.707099 +vn 0.000015 -0.707114 0.707099 +vn 0.000197 -0.706885 0.707328 +vn 0.000197 -0.706885 0.707328 +vn 0.000197 -0.706885 0.707328 +vn -0.000059 -0.707166 0.707047 +vn -0.000059 -0.707166 0.707047 +vn -0.000059 -0.707166 0.707047 +vn -0.000082 -0.707095 0.707118 +vn -0.000082 -0.707095 0.707118 +vn -0.000082 -0.707095 0.707118 +vn 0.000000 -0.707200 0.707013 +vn 0.000000 -0.707200 0.707013 +vn 0.000000 -0.707200 0.707013 +vn 0.000260 -0.707107 0.707107 +vn 0.000260 -0.707107 0.707107 +vn 0.000260 -0.707107 0.707107 +vn 0.000160 -0.706947 0.707267 +vn 0.000160 -0.706947 0.707267 +vn 0.000160 -0.706947 0.707267 +vn 0.000165 -0.707271 0.706942 +vn 0.000165 -0.707271 0.706942 +vn 0.000165 -0.707271 0.706942 +vn 0.000000 -0.707606 0.706608 +vn 0.000000 -0.707606 0.706608 +vn 0.000000 -0.707606 0.706608 +vn -0.000611 -0.705271 0.708938 +vn -0.000611 -0.705271 0.708938 +vn -0.000611 -0.705271 0.708938 +vn 0.000872 -0.706234 0.707978 +vn 0.000872 -0.706234 0.707978 +vn 0.000872 -0.706234 0.707978 +vn 0.000000 -0.706928 0.707285 +vn 0.000000 -0.706928 0.707285 +vn 0.000000 -0.706928 0.707285 +vn 0.000068 -0.707158 0.707056 +vn 0.000068 -0.707158 0.707056 +vn 0.000068 -0.707158 0.707056 +vn 0.000047 -0.707103 0.707111 +vn 0.000047 -0.707103 0.707111 +vn 0.000047 -0.707103 0.707110 +vn -0.000038 -0.707090 0.707124 +vn -0.000038 -0.707090 0.707124 +vn -0.000038 -0.707090 0.707124 +vn -0.000094 -0.707108 0.707106 +vn -0.000094 -0.707108 0.707106 +vn -0.000094 -0.707108 0.707106 +vn 0.000035 -0.707103 0.707110 +vn 0.000035 -0.707104 0.707110 +vn 0.000035 -0.707103 0.707110 +vn 0.000056 -0.707072 0.707141 +vn 0.000056 -0.707072 0.707141 +vn 0.000056 -0.707072 0.707142 +vn 0.000175 -0.707281 0.706932 +vn 0.000175 -0.707281 0.706932 +vn 0.000175 -0.707281 0.706932 +vn 0.000000 -0.705464 0.708745 +vn 0.000000 -0.705464 0.708746 +vn 0.000000 -0.705464 0.708745 +vn -0.000053 -0.707094 0.707120 +vn -0.000053 -0.707094 0.707120 +vn -0.000053 -0.707094 0.707120 +vn -0.000032 -0.707125 0.707089 +vn -0.000032 -0.707125 0.707089 +vn -0.000032 -0.707125 0.707089 +vn 0.000079 -0.707077 0.707137 +vn 0.000079 -0.707077 0.707137 +vn 0.000079 -0.707077 0.707137 +vn 0.000044 -0.707136 0.707078 +vn 0.000044 -0.707136 0.707078 +vn 0.000044 -0.707136 0.707078 +vn 0.000000 -0.707066 0.707147 +vn 0.000000 -0.707066 0.707147 +vn 0.000000 -0.707066 0.707147 +vn -0.000166 -0.707169 0.707045 +vn -0.000166 -0.707169 0.707045 +vn -0.000166 -0.707169 0.707045 +vn 0.000017 -0.707100 0.707113 +vn 0.000017 -0.707100 0.707113 +vn 0.000017 -0.707100 0.707113 +vn -0.000065 -0.707120 0.707093 +vn -0.000065 -0.707120 0.707093 +vn -0.000065 -0.707120 0.707093 +vn -0.000017 -0.707069 0.707145 +vn -0.000017 -0.707069 0.707145 +vn -0.000017 -0.707069 0.707145 +vn 0.000019 -0.707146 0.707068 +vn 0.000019 -0.707146 0.707068 +vn 0.000019 -0.707146 0.707068 +vn 0.000000 -0.706996 0.707217 +vn 0.000000 -0.706996 0.707217 +vn 0.000000 -0.706996 0.707217 +vn 0.000064 -0.707131 0.707083 +vn 0.000064 -0.707131 0.707083 +vn 0.000064 -0.707131 0.707083 +vn 0.000003 -0.707124 0.707089 +vn 0.000003 -0.707124 0.707089 +vn 0.000003 -0.707124 0.707089 +vn -0.000085 -0.707053 0.707161 +vn -0.000085 -0.707053 0.707161 +vn -0.000085 -0.707053 0.707161 +vn -0.000051 -0.707117 0.707097 +vn -0.000051 -0.707117 0.707097 +vn -0.000051 -0.707117 0.707097 +vn 0.000000 -0.707134 0.707080 +vn 0.000000 -0.707134 0.707080 +vn 0.000000 -0.707134 0.707080 +vn 0.000034 -0.707107 0.707107 +vn 0.000034 -0.707107 0.707107 +vn 0.000034 -0.707107 0.707107 +vn -0.000409 -0.706494 0.707719 +vn -0.000409 -0.706494 0.707719 +vn -0.000409 -0.706494 0.707719 +vn 0.000033 -0.707123 0.707090 +vn 0.000033 -0.707123 0.707090 +vn 0.000033 -0.707123 0.707090 +vn -0.000072 -0.707107 0.707107 +vn -0.000072 -0.707107 0.707107 +vn -0.000072 -0.707107 0.707107 +vn 0.000008 -0.707090 0.707123 +vn 0.000008 -0.707090 0.707123 +vn 0.000008 -0.707090 0.707123 +vn 0.000213 -0.707293 0.706921 +vn 0.000213 -0.707293 0.706921 +vn 0.000213 -0.707293 0.706921 +vn 0.000069 -0.707147 0.707066 +vn 0.000069 -0.707147 0.707066 +vn 0.000069 -0.707148 0.707066 +vn -0.000049 -0.707116 0.707098 +vn -0.000049 -0.707116 0.707098 +vn -0.000049 -0.707116 0.707098 +vn 0.000038 -0.706957 0.707257 +vn 0.000038 -0.706957 0.707257 +vn 0.000038 -0.706957 0.707257 +vn 0.000000 -0.707039 0.707175 +vn 0.000000 -0.707039 0.707175 +vn 0.000000 -0.707039 0.707175 +vn 0.000172 -0.707107 0.707107 +vn 0.000172 -0.707107 0.707107 +vn 0.000172 -0.707107 0.707107 +vn 0.000075 -0.707558 0.706656 +vn 0.000075 -0.707558 0.706656 +vn 0.000075 -0.707558 0.706656 +vn 0.000019 -0.707124 0.707089 +vn 0.000019 -0.707124 0.707089 +vn 0.000019 -0.707124 0.707089 +vn -0.000438 -0.706669 0.707544 +vn -0.000438 -0.706669 0.707544 +vn -0.000438 -0.706669 0.707544 +vn 0.000000 -0.710299 0.703900 +vn 0.000000 -0.710299 0.703900 +vn 0.000000 -0.710299 0.703900 +vn 0.000031 -0.707014 0.707199 +vn 0.000031 -0.707014 0.707199 +vn 0.000031 -0.707014 0.707199 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn -0.000014 -0.707093 0.707120 +vn -0.000014 -0.707093 0.707120 +vn -0.000014 -0.707093 0.707120 +vn 0.000002 -0.707109 0.707105 +vn 0.000002 -0.707109 0.707105 +vn 0.000002 -0.707109 0.707105 +vn 0.000000 -0.707144 0.707070 +vn 0.000000 -0.707144 0.707070 +vn 0.000000 -0.707144 0.707070 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.705454 0.708756 +vn 0.000000 -0.705454 0.708756 +vn 0.000000 -0.705454 0.708756 +vn 0.000000 -0.707721 0.706492 +vn 0.000000 -0.707721 0.706492 +vn 0.000000 -0.707721 0.706492 +vn -0.000248 -0.706610 0.707604 +vn -0.000248 -0.706610 0.707604 +vn -0.000248 -0.706610 0.707604 +vn 0.000045 -0.707107 0.707107 +vn 0.000045 -0.707107 0.707107 +vn 0.000045 -0.707107 0.707107 +vn -0.000125 -0.707075 0.707138 +vn -0.000125 -0.707075 0.707138 +vn -0.000125 -0.707075 0.707138 +vn 0.000052 -0.707094 0.707120 +vn 0.000052 -0.707094 0.707120 +vn 0.000052 -0.707094 0.707120 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000047 -0.707039 0.707174 +vn 0.000047 -0.707039 0.707174 +vn 0.000047 -0.707039 0.707174 +vn 0.000042 -0.707132 0.707082 +vn 0.000042 -0.707132 0.707082 +vn 0.000042 -0.707132 0.707082 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707069 0.707145 +vn -0.000050 -0.707127 0.707087 +vn -0.000050 -0.707127 0.707087 +vn -0.000050 -0.707127 0.707087 +vn 0.000000 -0.707122 0.707091 +vn 0.000000 -0.707122 0.707091 +vn 0.000000 -0.707122 0.707091 +vn 0.000387 -0.707208 0.707006 +vn 0.000387 -0.707208 0.707006 +vn 0.000387 -0.707208 0.707006 +vn 0.000000 -0.707142 0.707071 +vn 0.000000 -0.707142 0.707071 +vn 0.000000 -0.707142 0.707071 +vn -0.000065 -0.707075 0.707139 +vn -0.000065 -0.707074 0.707139 +vn -0.000065 -0.707075 0.707139 +vn 0.000042 -0.707176 0.707037 +vn 0.000042 -0.707176 0.707037 +vn 0.000042 -0.707176 0.707037 +vn -0.000066 -0.707008 0.707205 +vn -0.000066 -0.707008 0.707205 +vn -0.000066 -0.707008 0.707205 +vn -0.000037 -0.707070 0.707143 +vn -0.000037 -0.707070 0.707143 +vn -0.000037 -0.707070 0.707143 +vn 0.480042 0.620334 0.620279 +vn 0.480042 0.620334 0.620279 +vn 0.480042 0.620334 0.620279 +vn 0.479946 0.620326 0.620360 +vn 0.479946 0.620326 0.620360 +vn 0.479946 0.620326 0.620360 +vn 0.165419 0.697365 0.697365 +vn 0.165419 0.697365 0.697365 +vn 0.165419 0.697365 0.697365 +vn 0.165361 0.697375 0.697369 +vn 0.165361 0.697375 0.697369 +vn 0.165362 0.697375 0.697369 +vn -0.324518 0.668838 0.668838 +vn -0.324518 0.668838 0.668838 +vn -0.324518 0.668838 0.668838 +vn -0.324464 0.668854 0.668848 +vn -0.324464 0.668854 0.668848 +vn -0.324464 0.668854 0.668848 +vn -0.657349 0.532816 0.532916 +vn -0.657349 0.532816 0.532916 +vn -0.657349 0.532816 0.532916 +vn -0.657193 0.532988 0.532937 +vn -0.657193 0.532988 0.532937 +vn -0.657193 0.532988 0.532937 +vn -0.566454 0.582776 0.582668 +vn -0.566454 0.582776 0.582668 +vn -0.566454 0.582776 0.582668 +vn -0.566509 0.582702 0.582689 +vn -0.566509 0.582702 0.582689 +vn -0.566509 0.582702 0.582689 +vn -0.430802 0.638106 0.638147 +vn -0.430802 0.638106 0.638147 +vn -0.430802 0.638106 0.638147 +vn -0.432486 0.637085 0.638027 +vn -0.432486 0.637085 0.638027 +vn -0.432486 0.637085 0.638027 +vn -0.527802 0.600243 0.600944 +vn -0.527802 0.600243 0.600944 +vn -0.527802 0.600243 0.600944 +vn -0.526672 0.601104 0.601075 +vn -0.526672 0.601104 0.601075 +vn -0.526672 0.601104 0.601075 +vn -0.488506 0.617000 0.616986 +vn -0.488506 0.617000 0.616986 +vn -0.488506 0.617000 0.616986 +vn -0.488465 0.617013 0.617006 +vn -0.488465 0.617013 0.617006 +vn -0.488465 0.617013 0.617006 +vn -0.595031 0.568331 0.568276 +vn -0.595031 0.568331 0.568277 +vn -0.595031 0.568331 0.568277 +vn -0.595091 0.568322 0.568222 +vn -0.595091 0.568322 0.568222 +vn -0.595091 0.568322 0.568222 +vn -0.424375 0.640276 0.640276 +vn -0.424375 0.640276 0.640276 +vn -0.424375 0.640276 0.640276 +vn -0.424390 0.640276 0.640266 +vn -0.424390 0.640276 0.640266 +vn -0.424390 0.640276 0.640266 +vn -0.571128 0.580416 0.580458 +vn -0.571128 0.580416 0.580458 +vn -0.571128 0.580416 0.580458 +vn -0.571042 0.580484 0.580473 +vn -0.571042 0.580484 0.580473 +vn -0.571042 0.580484 0.580473 +vn -0.571108 0.580463 0.580429 +vn -0.571108 0.580463 0.580429 +vn -0.571108 0.580463 0.580429 +vn -0.571082 0.580451 0.580468 +vn -0.571082 0.580451 0.580468 +vn -0.571082 0.580451 0.580468 +vn -0.397696 0.648804 0.648762 +vn -0.397696 0.648804 0.648762 +vn -0.397696 0.648804 0.648762 +vn -0.397734 0.648795 0.648747 +vn -0.397734 0.648795 0.648747 +vn -0.397734 0.648795 0.648747 +vn -0.707148 0.500060 0.499881 +vn -0.707149 0.500060 0.499881 +vn -0.707148 0.500060 0.499881 +vn -0.707211 0.499882 0.499971 +vn -0.707211 0.499882 0.499971 +vn -0.707211 0.499882 0.499971 +vn -0.569015 0.581450 0.581496 +vn -0.569015 0.581450 0.581496 +vn -0.569015 0.581450 0.581496 +vn -0.568949 0.581528 0.581483 +vn -0.568949 0.581528 0.581483 +vn -0.568949 0.581528 0.581483 +vn -0.427765 0.639170 0.639124 +vn -0.427765 0.639170 0.639124 +vn -0.427765 0.639170 0.639124 +vn -0.427805 0.639108 0.639159 +vn -0.427805 0.639108 0.639159 +vn -0.427805 0.639108 0.639159 +vn -0.614877 0.557807 0.557474 +vn -0.614877 0.557807 0.557474 +vn -0.614877 0.557807 0.557474 +vn -0.614728 0.557683 0.557763 +vn -0.614728 0.557683 0.557763 +vn -0.614728 0.557683 0.557763 +vn -0.490256 0.616279 0.616319 +vn -0.490256 0.616279 0.616319 +vn -0.490256 0.616279 0.616319 +vn -0.490275 0.616292 0.616292 +vn -0.490275 0.616292 0.616292 +vn -0.490275 0.616292 0.616292 +vn -0.510803 0.607898 0.607898 +vn -0.510803 0.607898 0.607898 +vn -0.510803 0.607898 0.607898 +vn -0.510785 0.607910 0.607902 +vn -0.510785 0.607910 0.607902 +vn -0.510785 0.607910 0.607902 +vn -0.585799 0.573129 0.573030 +vn -0.585799 0.573129 0.573030 +vn -0.585799 0.573129 0.573030 +vn -0.585845 0.572988 0.573124 +vn -0.585845 0.572988 0.573124 +vn -0.585845 0.572988 0.573124 +vn -0.413850 0.643711 0.643711 +vn -0.413850 0.643711 0.643711 +vn -0.413850 0.643711 0.643711 +vn -0.413817 0.643712 0.643732 +vn -0.413817 0.643711 0.643732 +vn -0.413817 0.643711 0.643732 +vn -0.602161 0.564551 0.564522 +vn -0.602161 0.564551 0.564522 +vn -0.602161 0.564551 0.564522 +vn -0.602167 0.564539 0.564526 +vn -0.602167 0.564539 0.564526 +vn -0.602167 0.564539 0.564527 +vn -0.564606 0.583618 0.583618 +vn -0.564606 0.583618 0.583618 +vn -0.564606 0.583618 0.583618 +vn -0.564563 0.583639 0.583639 +vn -0.564563 0.583639 0.583639 +vn -0.564563 0.583639 0.583639 +vn -0.407846 0.645645 0.645603 +vn -0.407846 0.645645 0.645603 +vn -0.407846 0.645645 0.645603 +vn -0.407882 0.645608 0.645618 +vn -0.407882 0.645608 0.645618 +vn -0.407882 0.645608 0.645618 +vn -0.707039 0.500168 0.499928 +vn -0.707039 0.500168 0.499928 +vn -0.707039 0.500168 0.499928 +vn -0.707135 0.499903 0.500057 +vn -0.707135 0.499903 0.500057 +vn -0.707135 0.499903 0.500057 +vn -0.551187 0.589975 0.590019 +vn -0.551187 0.589975 0.590019 +vn -0.551187 0.589975 0.590019 +vn -0.551132 0.590028 0.590017 +vn -0.551132 0.590028 0.590017 +vn -0.551132 0.590028 0.590017 +vn -0.453782 0.630137 0.630087 +vn -0.453782 0.630137 0.630087 +vn -0.453782 0.630137 0.630087 +vn -0.453748 0.630134 0.630115 +vn -0.453748 0.630134 0.630115 +vn -0.453748 0.630134 0.630115 +vn -0.605221 0.562822 0.562974 +vn -0.605221 0.562822 0.562974 +vn -0.605221 0.562822 0.562974 +vn -0.605257 0.562859 0.562897 +vn -0.605257 0.562859 0.562897 +vn -0.605257 0.562859 0.562897 +vn -0.484084 0.618752 0.618715 +vn -0.484084 0.618752 0.618715 +vn -0.484084 0.618752 0.618715 +vn -0.484100 0.618712 0.618742 +vn -0.484100 0.618712 0.618742 +vn -0.484100 0.618712 0.618742 +vn -0.707039 0.500083 0.500012 +vn -0.707039 0.500083 0.500012 +vn -0.707039 0.500083 0.500012 +vn -0.707102 0.499997 0.500010 +vn -0.707102 0.499997 0.500010 +vn -0.707102 0.499997 0.500010 +vn -0.874633 -0.342813 -0.342777 +vn -0.874633 -0.342813 -0.342777 +vn -0.874633 -0.342813 -0.342777 +vn -0.874583 -0.342886 -0.342832 +vn -0.874583 -0.342886 -0.342832 +vn -0.874583 -0.342886 -0.342832 +vn -0.761913 -0.457994 -0.457962 +vn -0.761913 -0.457994 -0.457962 +vn -0.761913 -0.457994 -0.457962 +vn -0.762031 -0.457861 -0.457901 +vn -0.762030 -0.457861 -0.457901 +vn -0.762030 -0.457861 -0.457901 +vn -0.510710 -0.607937 -0.607937 +vn -0.510710 -0.607937 -0.607937 +vn -0.510710 -0.607937 -0.607937 +vn -0.510685 -0.607932 -0.607964 +vn -0.510685 -0.607932 -0.607964 +vn -0.510685 -0.607932 -0.607964 +vn -0.494837 -0.614486 -0.614446 +vn -0.494837 -0.614486 -0.614446 +vn -0.494837 -0.614486 -0.614446 +vn -0.494873 -0.614436 -0.614466 +vn -0.494873 -0.614436 -0.614466 +vn -0.494873 -0.614436 -0.614466 +vn -0.613831 -0.558076 -0.558358 +vn -0.613831 -0.558076 -0.558358 +vn -0.613831 -0.558076 -0.558358 +vn -0.613370 -0.558559 -0.558381 +vn -0.613370 -0.558559 -0.558381 +vn -0.613370 -0.558559 -0.558381 +vn -0.424478 -0.640219 -0.640264 +vn -0.424478 -0.640219 -0.640264 +vn -0.424478 -0.640219 -0.640264 +vn -0.424503 -0.640253 -0.640214 +vn -0.424503 -0.640253 -0.640214 +vn -0.424503 -0.640253 -0.640214 +vn -0.569014 -0.581473 -0.581473 +vn -0.569015 -0.581473 -0.581473 +vn -0.569015 -0.581473 -0.581473 +vn -0.568992 -0.581473 -0.581496 +vn -0.568992 -0.581473 -0.581496 +vn -0.568992 -0.581473 -0.581496 +vn -0.707130 -0.499984 -0.499984 +vn -0.707130 -0.499984 -0.499984 +vn -0.707130 -0.499984 -0.499984 +vn -0.706960 -0.500154 -0.500054 +vn -0.706960 -0.500154 -0.500054 +vn -0.706960 -0.500154 -0.500054 +vn -0.397718 -0.648797 -0.648755 +vn -0.397718 -0.648797 -0.648755 +vn -0.397718 -0.648797 -0.648755 +vn -0.397739 -0.648788 -0.648751 +vn -0.397739 -0.648788 -0.648751 +vn -0.397739 -0.648788 -0.648751 +vn -0.571061 -0.580417 -0.580521 +vn -0.571061 -0.580417 -0.580521 +vn -0.571061 -0.580417 -0.580521 +vn -0.571062 -0.580495 -0.580444 +vn -0.571062 -0.580494 -0.580444 +vn -0.571062 -0.580494 -0.580444 +vn -0.571155 -0.580402 -0.580444 +vn -0.571155 -0.580402 -0.580444 +vn -0.571155 -0.580402 -0.580444 +vn -0.571123 -0.580460 -0.580418 +vn -0.571124 -0.580460 -0.580418 +vn -0.571123 -0.580460 -0.580418 +vn -0.424376 -0.640255 -0.640296 +vn -0.424376 -0.640255 -0.640296 +vn -0.424376 -0.640255 -0.640296 +vn -0.424351 -0.640304 -0.640263 +vn -0.424351 -0.640304 -0.640263 +vn -0.424351 -0.640304 -0.640263 +vn -0.595127 -0.568300 -0.568207 +vn -0.595127 -0.568300 -0.568207 +vn -0.595127 -0.568300 -0.568207 +vn -0.595285 -0.568151 -0.568190 +vn -0.595286 -0.568151 -0.568190 +vn -0.595285 -0.568151 -0.568190 +vn -0.488408 -0.617032 -0.617032 +vn -0.488408 -0.617032 -0.617032 +vn -0.488408 -0.617032 -0.617032 +vn -0.488395 -0.617048 -0.617027 +vn -0.488395 -0.617048 -0.617027 +vn -0.488395 -0.617048 -0.617027 +vn -0.528186 -0.600445 -0.600405 +vn -0.528186 -0.600445 -0.600405 +vn -0.528186 -0.600445 -0.600405 +vn -0.528222 -0.600394 -0.600424 +vn -0.528222 -0.600394 -0.600424 +vn -0.528223 -0.600394 -0.600424 +vn -0.708610 -0.498951 -0.498918 +vn -0.708610 -0.498951 -0.498918 +vn -0.708610 -0.498951 -0.498918 +vn -0.706455 -0.501401 -0.499518 +vn -0.706455 -0.501401 -0.499518 +vn -0.706455 -0.501401 -0.499518 +vn -0.435952 -0.636375 -0.636375 +vn -0.435952 -0.636375 -0.636375 +vn -0.435952 -0.636375 -0.636375 +vn -0.436018 -0.636342 -0.636363 +vn -0.436018 -0.636342 -0.636363 +vn -0.436018 -0.636342 -0.636363 +vn -0.560366 -0.585671 -0.585645 +vn -0.560366 -0.585671 -0.585645 +vn -0.560366 -0.585671 -0.585645 +vn -0.560362 -0.585653 -0.585666 +vn -0.560362 -0.585653 -0.585666 +vn -0.560362 -0.585653 -0.585666 +vn -0.638394 -0.544251 -0.544283 +vn -0.638394 -0.544251 -0.544284 +vn -0.638394 -0.544251 -0.544284 +vn -0.638331 -0.544312 -0.544296 +vn -0.638331 -0.544312 -0.544296 +vn -0.638331 -0.544312 -0.544296 +vn -0.396319 -0.649183 -0.649225 +vn -0.396319 -0.649183 -0.649225 +vn -0.396319 -0.649183 -0.649225 +vn -0.396296 -0.649250 -0.649171 +vn -0.396296 -0.649250 -0.649171 +vn -0.396296 -0.649250 -0.649172 +vn -0.577722 -0.577181 -0.577148 +vn -0.577722 -0.577181 -0.577148 +vn -0.577722 -0.577181 -0.577148 +vn -0.577752 -0.577154 -0.577144 +vn -0.577752 -0.577154 -0.577144 +vn -0.577752 -0.577154 -0.577144 +vn -0.548642 -0.591182 -0.591182 +vn -0.548642 -0.591182 -0.591182 +vn -0.548642 -0.591182 -0.591182 +vn -0.548672 -0.591117 -0.591219 +vn -0.548672 -0.591117 -0.591219 +vn -0.548672 -0.591117 -0.591219 +vn -0.447493 -0.632377 -0.632336 +vn -0.447493 -0.632377 -0.632336 +vn -0.447493 -0.632377 -0.632336 +vn -0.447493 -0.632362 -0.632352 +vn -0.447493 -0.632362 -0.632352 +vn -0.447493 -0.632362 -0.632352 +vn -0.600871 -0.565244 -0.565202 +vn -0.600871 -0.565244 -0.565202 +vn -0.600871 -0.565244 -0.565202 +vn -0.600998 -0.565155 -0.565155 +vn -0.600998 -0.565155 -0.565155 +vn -0.600998 -0.565155 -0.565155 +vn -0.461959 -0.627147 -0.627121 +vn -0.461959 -0.627147 -0.627121 +vn -0.461959 -0.627147 -0.627121 +vn -0.461967 -0.627134 -0.627128 +vn -0.461967 -0.627134 -0.627128 +vn -0.461967 -0.627134 -0.627128 +vn -0.548388 -0.591321 -0.591278 +vn -0.548388 -0.591321 -0.591278 +vn -0.548388 -0.591321 -0.591278 +vn -0.548472 -0.591245 -0.591277 +vn -0.548472 -0.591245 -0.591277 +vn -0.548472 -0.591245 -0.591277 +vn -0.706799 -0.500432 -0.500004 +vn -0.706799 -0.500432 -0.500004 +vn -0.706799 -0.500432 -0.500004 +vn -0.707198 -0.499992 -0.499880 +vn -0.707198 -0.499992 -0.499880 +vn -0.707198 -0.499992 -0.499880 +vn -0.409893 -0.644915 -0.645037 +vn -0.409893 -0.644915 -0.645037 +vn -0.409893 -0.644915 -0.645037 +vn -0.409846 -0.645012 -0.644970 +vn -0.409846 -0.645012 -0.644970 +vn -0.409846 -0.645012 -0.644970 +vn -0.566380 -0.582764 -0.582752 +vn -0.566380 -0.582764 -0.582752 +vn -0.566380 -0.582764 -0.582752 +vn -0.566470 -0.582729 -0.582700 +vn -0.566470 -0.582729 -0.582700 +vn -0.566470 -0.582729 -0.582700 +vn -0.612442 -0.558952 -0.559005 +vn -0.612442 -0.558952 -0.559005 +vn -0.612442 -0.558952 -0.559005 +vn -0.612326 -0.559134 -0.558950 +vn -0.612326 -0.559134 -0.558950 +vn -0.612326 -0.559134 -0.558950 +vn -0.399502 -0.648256 -0.648199 +vn -0.399502 -0.648256 -0.648199 +vn -0.399502 -0.648256 -0.648199 +vn -0.399508 -0.648215 -0.648236 +vn -0.399508 -0.648215 -0.648236 +vn -0.399508 -0.648215 -0.648236 +vn -0.583924 -0.574013 -0.574058 +vn -0.583924 -0.574013 -0.574058 +vn -0.583924 -0.574013 -0.574058 +vn -0.583934 -0.574075 -0.573985 +vn -0.583934 -0.574075 -0.573985 +vn -0.583934 -0.574075 -0.573985 +vn -0.525788 -0.601443 -0.601509 +vn -0.525788 -0.601443 -0.601509 +vn -0.525788 -0.601443 -0.601509 +vn -0.525726 -0.601520 -0.601486 +vn -0.525726 -0.601520 -0.601486 +vn -0.525726 -0.601520 -0.601486 +vn -0.483187 -0.619064 -0.619104 +vn -0.483187 -0.619064 -0.619104 +vn -0.483187 -0.619064 -0.619104 +vn -0.483164 -0.619073 -0.619113 +vn -0.483164 -0.619073 -0.619113 +vn -0.483164 -0.619073 -0.619113 +vn -0.609714 -0.560523 -0.560413 +vn -0.609714 -0.560523 -0.560413 +vn -0.609714 -0.560523 -0.560413 +vn -0.610158 -0.560348 -0.560105 +vn -0.610158 -0.560348 -0.560105 +vn -0.610158 -0.560348 -0.560105 +vn -0.434238 -0.636960 -0.636960 +vn -0.434238 -0.636960 -0.636960 +vn -0.434238 -0.636960 -0.636960 +vn -0.434127 -0.637013 -0.636984 +vn -0.434127 -0.637013 -0.636984 +vn -0.434127 -0.637013 -0.636984 +vn -0.562425 -0.584693 -0.584648 +vn -0.562425 -0.584693 -0.584648 +vn -0.562425 -0.584693 -0.584648 +vn -0.562492 -0.584604 -0.584671 +vn -0.562492 -0.584604 -0.584671 +vn -0.562492 -0.584604 -0.584671 +vn -0.706886 -0.500393 -0.499919 +vn -0.706886 -0.500393 -0.499919 +vn -0.706886 -0.500393 -0.499919 +vn -0.707195 -0.499830 -0.500046 +vn -0.707195 -0.499830 -0.500046 +vn -0.707195 -0.499830 -0.500046 +vn -0.397841 -0.648759 -0.648717 +vn -0.397841 -0.648759 -0.648717 +vn -0.397841 -0.648759 -0.648717 +vn -0.397840 -0.648710 -0.648768 +vn -0.397840 -0.648710 -0.648768 +vn -0.397840 -0.648710 -0.648768 +vn -0.569634 -0.581195 -0.581144 +vn -0.569634 -0.581195 -0.581144 +vn -0.569634 -0.581195 -0.581144 +vn -0.569687 -0.581144 -0.581144 +vn -0.569687 -0.581144 -0.581144 +vn -0.569687 -0.581144 -0.581144 +vn -0.586422 -0.572738 -0.572783 +vn -0.586422 -0.572738 -0.572783 +vn -0.586422 -0.572738 -0.572783 +vn -0.586295 -0.572848 -0.572803 +vn -0.586295 -0.572848 -0.572803 +vn -0.586295 -0.572848 -0.572803 +vn -0.413931 -0.643674 -0.643696 +vn -0.413931 -0.643674 -0.643696 +vn -0.413931 -0.643674 -0.643696 +vn -0.413956 -0.643703 -0.643651 +vn -0.413956 -0.643703 -0.643651 +vn -0.413956 -0.643703 -0.643651 +vn -0.592018 -0.569888 -0.569861 +vn -0.592018 -0.569888 -0.569861 +vn -0.592018 -0.569888 -0.569861 +vn -0.591989 -0.569910 -0.569869 +vn -0.591989 -0.569910 -0.569869 +vn -0.591989 -0.569910 -0.569869 +vn -0.500198 -0.612247 -0.612336 +vn -0.500199 -0.612247 -0.612336 +vn -0.500199 -0.612247 -0.612336 +vn -0.500140 -0.612312 -0.612319 +vn -0.500140 -0.612312 -0.612319 +vn -0.500140 -0.612312 -0.612319 +vn -0.520640 -0.603730 -0.603692 +vn -0.520640 -0.603730 -0.603692 +vn -0.520640 -0.603730 -0.603692 +vn -0.520523 -0.603781 -0.603742 +vn -0.520523 -0.603781 -0.603742 +vn -0.520523 -0.603781 -0.603742 +vn -0.442837 -0.634083 -0.633904 +vn -0.442837 -0.634083 -0.633904 +vn -0.442837 -0.634083 -0.633904 +vn -0.443079 -0.633945 -0.633873 +vn -0.443079 -0.633945 -0.633873 +vn -0.443079 -0.633945 -0.633873 +vn -0.557449 -0.587048 -0.587048 +vn -0.557449 -0.587048 -0.587048 +vn -0.557449 -0.587048 -0.587048 +vn -0.557524 -0.587038 -0.586988 +vn -0.557524 -0.587038 -0.586988 +vn -0.557524 -0.587038 -0.586988 +vn -0.655857 -0.533803 -0.533767 +vn -0.655857 -0.533803 -0.533767 +vn -0.655857 -0.533803 -0.533766 +vn -0.655846 -0.533791 -0.533791 +vn -0.655846 -0.533791 -0.533791 +vn -0.655846 -0.533791 -0.533791 +vn -0.395869 -0.649341 -0.649341 +vn -0.395869 -0.649341 -0.649341 +vn -0.395869 -0.649341 -0.649341 +vn -0.395882 -0.649374 -0.649300 +vn -0.395882 -0.649374 -0.649300 +vn -0.395882 -0.649374 -0.649300 +vn -0.575316 -0.578296 -0.578433 +vn -0.575316 -0.578296 -0.578433 +vn -0.575316 -0.578296 -0.578433 +vn -0.575244 -0.578405 -0.578396 +vn -0.575244 -0.578405 -0.578396 +vn -0.575244 -0.578405 -0.578396 +vn -0.560790 -0.585455 -0.585455 +vn -0.560790 -0.585455 -0.585455 +vn -0.560790 -0.585455 -0.585455 +vn -0.560725 -0.585506 -0.585467 +vn -0.560725 -0.585506 -0.585467 +vn -0.560725 -0.585506 -0.585467 +vn -0.438361 -0.635547 -0.635547 +vn -0.438361 -0.635547 -0.635547 +vn -0.438361 -0.635547 -0.635547 +vn -0.438427 -0.635519 -0.635529 +vn -0.438427 -0.635519 -0.635529 +vn -0.438427 -0.635519 -0.635529 +vn -0.600102 -0.565557 -0.565706 +vn -0.600102 -0.565557 -0.565706 +vn -0.600102 -0.565557 -0.565706 +vn -0.599923 -0.565768 -0.565684 +vn -0.599923 -0.565768 -0.565684 +vn -0.599923 -0.565768 -0.565684 +vn -0.471881 -0.623429 -0.623429 +vn -0.471881 -0.623429 -0.623429 +vn -0.471881 -0.623429 -0.623429 +vn -0.471814 -0.623445 -0.623465 +vn -0.471814 -0.623445 -0.623465 +vn -0.471814 -0.623445 -0.623465 +vn -0.538144 -0.595967 -0.596008 +vn -0.538144 -0.595967 -0.596008 +vn -0.538144 -0.595967 -0.596008 +vn -0.538161 -0.596000 -0.595959 +vn -0.538161 -0.596000 -0.595959 +vn -0.538161 -0.596000 -0.595959 +vn -0.707453 -0.499633 -0.499877 +vn -0.707453 -0.499633 -0.499877 +vn -0.707453 -0.499633 -0.499877 +vn -0.707107 -0.499969 -0.500031 +vn -0.707107 -0.499970 -0.500031 +vn -0.707107 -0.499970 -0.500031 +vn -0.421023 -0.641361 -0.641402 +vn -0.421023 -0.641361 -0.641402 +vn -0.421023 -0.641361 -0.641402 +vn -0.420943 -0.641444 -0.641371 +vn -0.420943 -0.641444 -0.641371 +vn -0.420943 -0.641444 -0.641371 +vn -0.563312 -0.584244 -0.584242 +vn -0.563311 -0.584244 -0.584242 +vn -0.563311 -0.584244 -0.584242 +vn -0.563383 -0.584229 -0.584188 +vn -0.563383 -0.584229 -0.584188 +vn -0.563383 -0.584229 -0.584188 +vn -0.624261 -0.552432 -0.552374 +vn -0.624261 -0.552432 -0.552374 +vn -0.624261 -0.552432 -0.552374 +vn -0.624125 -0.552538 -0.552423 +vn -0.624125 -0.552538 -0.552423 +vn -0.624125 -0.552538 -0.552423 +vn -0.399114 -0.648368 -0.648326 +vn -0.399114 -0.648368 -0.648326 +vn -0.399114 -0.648368 -0.648326 +vn -0.399120 -0.648330 -0.648361 +vn -0.399119 -0.648330 -0.648361 +vn -0.399120 -0.648330 -0.648361 +vn -0.583450 -0.574319 -0.574234 +vn -0.583450 -0.574319 -0.574234 +vn -0.583450 -0.574319 -0.574234 +vn -0.583568 -0.574190 -0.574242 +vn -0.583568 -0.574190 -0.574242 +vn -0.583568 -0.574190 -0.574242 +vn -0.535726 -0.597093 -0.597058 +vn -0.535726 -0.597093 -0.597058 +vn -0.535726 -0.597093 -0.597058 +vn -0.535755 -0.597062 -0.597062 +vn -0.535755 -0.597062 -0.597062 +vn -0.535755 -0.597062 -0.597062 +vn -0.465414 -0.625876 -0.625835 +vn -0.465414 -0.625876 -0.625835 +vn -0.465414 -0.625876 -0.625835 +vn -0.465422 -0.625837 -0.625868 +vn -0.465422 -0.625837 -0.625868 +vn -0.465422 -0.625837 -0.625868 +vn -0.605899 -0.562562 -0.562504 +vn -0.605899 -0.562562 -0.562504 +vn -0.605899 -0.562562 -0.562504 +vn -0.606158 -0.562357 -0.562430 +vn -0.606158 -0.562357 -0.562430 +vn -0.606158 -0.562357 -0.562430 +vn -0.445608 -0.633022 -0.633022 +vn -0.445608 -0.633022 -0.633022 +vn -0.445608 -0.633022 -0.633022 +vn -0.445663 -0.632975 -0.633030 +vn -0.445663 -0.632975 -0.633030 +vn -0.445663 -0.632975 -0.633030 +vn -0.554683 -0.588378 -0.588335 +vn -0.554683 -0.588378 -0.588335 +vn -0.554683 -0.588378 -0.588335 +vn -0.554679 -0.588342 -0.588375 +vn -0.554679 -0.588342 -0.588375 +vn -0.554679 -0.588342 -0.588375 +vn -0.706979 -0.499937 -0.500243 +vn -0.706979 -0.499937 -0.500243 +vn -0.706979 -0.499937 -0.500243 +vn -0.706986 -0.500163 -0.500008 +vn -0.706986 -0.500163 -0.500008 +vn -0.706986 -0.500163 -0.500008 +vn -0.407206 -0.645788 -0.645865 +vn -0.407206 -0.645788 -0.645865 +vn -0.407206 -0.645788 -0.645865 +vn -0.407141 -0.645863 -0.645831 +vn -0.407141 -0.645863 -0.645831 +vn -0.407141 -0.645863 -0.645831 +vn -0.568475 -0.581710 -0.581764 +vn -0.568475 -0.581710 -0.581764 +vn -0.568475 -0.581710 -0.581764 +vn -0.568548 -0.581701 -0.581701 +vn -0.568548 -0.581701 -0.581701 +vn -0.568548 -0.581701 -0.581701 +vn -0.595773 -0.567915 -0.567915 +vn -0.595773 -0.567915 -0.567915 +vn -0.595773 -0.567915 -0.567915 +vn -0.595757 -0.568013 -0.567834 +vn -0.595757 -0.568013 -0.567834 +vn -0.595757 -0.568013 -0.567834 +vn -0.412471 -0.644139 -0.644168 +vn -0.412471 -0.644139 -0.644168 +vn -0.412471 -0.644139 -0.644168 +vn -0.412514 -0.644150 -0.644129 +vn -0.412514 -0.644150 -0.644129 +vn -0.412514 -0.644150 -0.644129 +vn -0.585010 -0.573495 -0.573469 +vn -0.585010 -0.573495 -0.573469 +vn -0.585010 -0.573495 -0.573469 +vn -0.584956 -0.573516 -0.573503 +vn -0.584955 -0.573516 -0.573503 +vn -0.584956 -0.573516 -0.573503 +vn -0.505674 -0.609977 -0.610101 +vn -0.505674 -0.609977 -0.610101 +vn -0.505674 -0.609977 -0.610100 +vn -0.505703 -0.610053 -0.609999 +vn -0.505703 -0.610053 -0.609999 +vn -0.505703 -0.610053 -0.609999 +vn -0.497699 -0.613329 -0.613289 +vn -0.497699 -0.613329 -0.613289 +vn -0.497699 -0.613329 -0.613289 +vn -0.497659 -0.613315 -0.613335 +vn -0.497659 -0.613315 -0.613335 +vn -0.497659 -0.613315 -0.613335 +vn -0.613411 -0.558672 -0.558223 +vn -0.613411 -0.558672 -0.558223 +vn -0.613411 -0.558672 -0.558223 +vn -0.613366 -0.558591 -0.558354 +vn -0.613365 -0.558591 -0.558354 +vn -0.613365 -0.558591 -0.558354 +vn -0.422886 -0.640768 -0.640768 +vn -0.422886 -0.640768 -0.640768 +vn -0.422886 -0.640768 -0.640768 +vn -0.422932 -0.640764 -0.640742 +vn -0.422932 -0.640764 -0.640742 +vn -0.422932 -0.640764 -0.640742 +vn 0.000000 -0.707084 -0.707130 +vn 0.000000 -0.707084 -0.707130 +vn 0.000000 -0.707084 -0.707130 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707107 -0.707107 +vn 0.422838 -0.640784 -0.640784 +vn 0.422838 -0.640784 -0.640784 +vn 0.422838 -0.640784 -0.640784 +vn 0.422901 -0.640752 -0.640774 +vn 0.422901 -0.640752 -0.640774 +vn 0.422901 -0.640752 -0.640774 +vn 0.614222 -0.558036 -0.557968 +vn 0.614222 -0.558036 -0.557968 +vn 0.614222 -0.558036 -0.557968 +vn 0.614387 -0.557695 -0.558127 +vn 0.614387 -0.557695 -0.558127 +vn 0.614387 -0.557695 -0.558127 +vn 0.497669 -0.613341 -0.613301 +vn 0.497669 -0.613341 -0.613301 +vn 0.497669 -0.613341 -0.613301 +vn 0.497624 -0.613334 -0.613344 +vn 0.497625 -0.613334 -0.613344 +vn 0.497624 -0.613334 -0.613344 +vn 0.505691 -0.610023 -0.610040 +vn 0.505691 -0.610023 -0.610040 +vn 0.505691 -0.610023 -0.610040 +vn 0.505709 -0.610036 -0.610012 +vn 0.505709 -0.610036 -0.610012 +vn 0.505709 -0.610036 -0.610012 +vn 0.584991 -0.573476 -0.573507 +vn 0.584991 -0.573476 -0.573507 +vn 0.584991 -0.573476 -0.573507 +vn 0.584991 -0.573485 -0.573498 +vn 0.584991 -0.573485 -0.573498 +vn 0.584991 -0.573485 -0.573498 +vn 0.412496 -0.644146 -0.644146 +vn 0.412496 -0.644146 -0.644146 +vn 0.412496 -0.644146 -0.644146 +vn 0.412512 -0.644135 -0.644146 +vn 0.412512 -0.644135 -0.644146 +vn 0.412512 -0.644135 -0.644146 +vn 0.595763 -0.567861 -0.567980 +vn 0.595763 -0.567860 -0.567980 +vn 0.595763 -0.567861 -0.567980 +vn 0.595679 -0.567982 -0.567946 +vn 0.595679 -0.567982 -0.567946 +vn 0.595679 -0.567982 -0.567946 +vn 0.568503 -0.581737 -0.581711 +vn 0.568503 -0.581737 -0.581711 +vn 0.568503 -0.581737 -0.581711 +vn 0.568516 -0.581686 -0.581748 +vn 0.568516 -0.581686 -0.581748 +vn 0.568516 -0.581686 -0.581748 +vn 0.407155 -0.645842 -0.645842 +vn 0.407155 -0.645842 -0.645842 +vn 0.407155 -0.645842 -0.645842 +vn 0.407174 -0.645847 -0.645826 +vn 0.407174 -0.645847 -0.645826 +vn 0.407174 -0.645847 -0.645826 +vn 0.707256 -0.499884 -0.499905 +vn 0.707256 -0.499884 -0.499905 +vn 0.707256 -0.499884 -0.499905 +vn 0.706991 -0.500152 -0.500012 +vn 0.706991 -0.500152 -0.500012 +vn 0.706991 -0.500152 -0.500012 +vn 0.554639 -0.588399 -0.588355 +vn 0.554639 -0.588399 -0.588355 +vn 0.554639 -0.588399 -0.588355 +vn 0.554667 -0.588375 -0.588353 +vn 0.554667 -0.588375 -0.588353 +vn 0.554667 -0.588375 -0.588353 +vn 0.445737 -0.632956 -0.632997 +vn 0.445737 -0.632956 -0.632997 +vn 0.445737 -0.632956 -0.632997 +vn 0.445587 -0.632993 -0.633066 +vn 0.445587 -0.632993 -0.633066 +vn 0.445587 -0.632993 -0.633066 +vn 0.605815 -0.562593 -0.562563 +vn 0.605815 -0.562593 -0.562563 +vn 0.605815 -0.562593 -0.562563 +vn 0.606065 -0.562465 -0.562422 +vn 0.606065 -0.562465 -0.562422 +vn 0.606065 -0.562465 -0.562422 +vn 0.467696 -0.625025 -0.624984 +vn 0.467696 -0.625025 -0.624984 +vn 0.467696 -0.625025 -0.624984 +vn 0.467628 -0.625030 -0.625030 +vn 0.467628 -0.625030 -0.625030 +vn 0.467628 -0.625030 -0.625030 +vn 0.534651 -0.597481 -0.597633 +vn 0.534651 -0.597481 -0.597633 +vn 0.534651 -0.597481 -0.597633 +vn 0.534749 -0.597548 -0.597478 +vn 0.534749 -0.597548 -0.597478 +vn 0.534749 -0.597548 -0.597478 +vn 0.580374 -0.575875 -0.575791 +vn 0.580374 -0.575875 -0.575791 +vn 0.580374 -0.575875 -0.575791 +vn 0.580521 -0.575732 -0.575785 +vn 0.580521 -0.575732 -0.575785 +vn 0.580521 -0.575732 -0.575785 +vn 0.399099 -0.648352 -0.648352 +vn 0.399099 -0.648352 -0.648352 +vn 0.399099 -0.648352 -0.648352 +vn 0.399088 -0.648366 -0.648345 +vn 0.399088 -0.648366 -0.648345 +vn 0.399088 -0.648366 -0.648345 +vn 0.624228 -0.552454 -0.552390 +vn 0.624228 -0.552454 -0.552390 +vn 0.624228 -0.552454 -0.552390 +vn 0.624100 -0.552551 -0.552436 +vn 0.624100 -0.552551 -0.552436 +vn 0.624100 -0.552551 -0.552436 +vn 0.563320 -0.584253 -0.584225 +vn 0.563320 -0.584253 -0.584225 +vn 0.563320 -0.584253 -0.584225 +vn 0.563383 -0.584230 -0.584188 +vn 0.563383 -0.584229 -0.584188 +vn 0.563383 -0.584229 -0.584188 +vn 0.421011 -0.641385 -0.641385 +vn 0.421011 -0.641385 -0.641385 +vn 0.421011 -0.641385 -0.641385 +vn 0.421002 -0.641388 -0.641388 +vn 0.421002 -0.641388 -0.641388 +vn 0.421002 -0.641388 -0.641388 +vn 0.707392 -0.499768 -0.499829 +vn 0.707392 -0.499768 -0.499829 +vn 0.707392 -0.499768 -0.499829 +vn 0.707189 -0.500171 -0.499712 +vn 0.707189 -0.500171 -0.499712 +vn 0.707189 -0.500171 -0.499712 +vn 0.538132 -0.596013 -0.595972 +vn 0.538132 -0.596013 -0.595972 +vn 0.538132 -0.596013 -0.595972 +vn 0.538120 -0.596008 -0.595987 +vn 0.538120 -0.596008 -0.595987 +vn 0.538120 -0.596008 -0.595988 +vn 0.471867 -0.623393 -0.623476 +vn 0.471867 -0.623393 -0.623476 +vn 0.471867 -0.623393 -0.623476 +vn 0.471863 -0.623463 -0.623409 +vn 0.471863 -0.623463 -0.623409 +vn 0.471863 -0.623463 -0.623409 +vn 0.600019 -0.565619 -0.565731 +vn 0.600019 -0.565619 -0.565731 +vn 0.600019 -0.565619 -0.565731 +vn 0.599973 -0.565812 -0.565588 +vn 0.599973 -0.565812 -0.565588 +vn 0.599973 -0.565812 -0.565588 +vn 0.438393 -0.635522 -0.635549 +vn 0.438393 -0.635522 -0.635549 +vn 0.438393 -0.635522 -0.635549 +vn 0.438374 -0.635542 -0.635542 +vn 0.438374 -0.635542 -0.635542 +vn 0.438374 -0.635542 -0.635542 +vn 0.560686 -0.585544 -0.585465 +vn 0.560686 -0.585544 -0.585465 +vn 0.560686 -0.585544 -0.585465 +vn 0.560800 -0.585396 -0.585504 +vn 0.560800 -0.585396 -0.585504 +vn 0.560800 -0.585396 -0.585504 +vn 0.575253 -0.578414 -0.578378 +vn 0.575253 -0.578414 -0.578378 +vn 0.575253 -0.578414 -0.578378 +vn 0.575335 -0.578369 -0.578342 +vn 0.575335 -0.578369 -0.578342 +vn 0.575335 -0.578369 -0.578342 +vn 0.439758 -0.635085 -0.635044 +vn 0.439758 -0.635085 -0.635044 +vn 0.439758 -0.635085 -0.635044 +vn 0.439814 -0.635040 -0.635050 +vn 0.439814 -0.635040 -0.635050 +vn 0.439814 -0.635040 -0.635050 +vn 0.706901 -0.500214 -0.500077 +vn 0.706901 -0.500214 -0.500077 +vn 0.706901 -0.500214 -0.500077 +vn 0.707131 -0.500051 -0.499914 +vn 0.707131 -0.500051 -0.499914 +vn 0.707131 -0.500051 -0.499914 +vn 0.907338 0.297298 0.297240 +vn 0.907338 0.297298 0.297240 +vn 0.907338 0.297298 0.297240 +vn 0.907393 0.297185 0.297185 +vn 0.907393 0.297185 0.297185 +vn 0.907393 0.297185 0.297185 +vn 0.868720 0.350233 0.350233 +vn 0.868720 0.350233 0.350233 +vn 0.868720 0.350233 0.350233 +vn 0.868718 0.350242 0.350227 +vn 0.868718 0.350242 0.350227 +vn 0.868718 0.350242 0.350227 +vn 0.515811 0.605780 0.605780 +vn 0.515811 0.605780 0.605780 +vn 0.515811 0.605780 0.605780 +vn 0.515675 0.605810 0.605866 +vn 0.515675 0.605810 0.605866 +vn 0.515675 0.605810 0.605866 +vn 0.487741 0.617293 0.617299 +vn 0.487741 0.617293 0.617299 +vn 0.487741 0.617293 0.617299 +vn 0.487803 0.617301 0.617242 +vn 0.487803 0.617301 0.617242 +vn 0.487803 0.617301 0.617242 +vn 0.615943 0.557028 0.557077 +vn 0.615943 0.557028 0.557077 +vn 0.615943 0.557028 0.557077 +vn 0.615997 0.557119 0.556926 +vn 0.615997 0.557119 0.556926 +vn 0.615997 0.557119 0.556926 +vn 0.431028 0.638050 0.638050 +vn 0.431028 0.638050 0.638050 +vn 0.431028 0.638050 0.638050 +vn 0.431011 0.638027 0.638084 +vn 0.431011 0.638027 0.638084 +vn 0.431011 0.638027 0.638084 +vn 0.561496 0.585131 0.585102 +vn 0.561496 0.585131 0.585101 +vn 0.561496 0.585132 0.585102 +vn 0.561471 0.585162 0.585094 +vn 0.561471 0.585162 0.585094 +vn 0.561471 0.585162 0.585094 +vn 0.707022 0.500036 0.500085 +vn 0.707022 0.500036 0.500085 +vn 0.707022 0.500036 0.500085 +vn 0.706994 0.500123 0.500037 +vn 0.706994 0.500123 0.500036 +vn 0.706994 0.500123 0.500037 +vn 0.402566 0.647258 0.647300 +vn 0.402566 0.647258 0.647300 +vn 0.402566 0.647258 0.647300 +vn 0.402618 0.647284 0.647242 +vn 0.402618 0.647284 0.647242 +vn 0.402618 0.647284 0.647242 +vn 0.567736 0.582098 0.582098 +vn 0.567736 0.582098 0.582098 +vn 0.567736 0.582098 0.582098 +vn 0.567893 0.582005 0.582038 +vn 0.567893 0.582005 0.582038 +vn 0.567893 0.582005 0.582038 +vn 0.578285 0.576882 0.576882 +vn 0.578285 0.576882 0.576882 +vn 0.578285 0.576882 0.576882 +vn 0.578274 0.576877 0.576899 +vn 0.578274 0.576877 0.576899 +vn 0.578274 0.576877 0.576899 +vn 0.422843 0.640824 0.640741 +vn 0.422843 0.640824 0.640741 +vn 0.422843 0.640824 0.640741 +vn 0.422763 0.640752 0.640866 +vn 0.422763 0.640752 0.640866 +vn 0.422763 0.640752 0.640866 +vn 0.590303 0.570778 0.570749 +vn 0.590303 0.570778 0.570749 +vn 0.590303 0.570778 0.570749 +vn 0.590259 0.570794 0.570779 +vn 0.590260 0.570794 0.570779 +vn 0.590259 0.570794 0.570779 +vn 0.492075 0.615546 0.615601 +vn 0.492075 0.615546 0.615601 +vn 0.492075 0.615546 0.615601 +vn 0.492091 0.615567 0.615567 +vn 0.492091 0.615567 0.615567 +vn 0.492091 0.615567 0.615567 +vn 0.526630 0.601108 0.601108 +vn 0.526630 0.601108 0.601108 +vn 0.526630 0.601108 0.601108 +vn 0.526865 0.601078 0.600931 +vn 0.526865 0.601078 0.600931 +vn 0.526865 0.601078 0.600931 +vn 0.436377 0.636297 0.636161 +vn 0.436377 0.636297 0.636161 +vn 0.436377 0.636297 0.636161 +vn 0.436029 0.636323 0.636374 +vn 0.436029 0.636323 0.636374 +vn 0.436029 0.636323 0.636374 +vn 0.561119 0.585303 0.585291 +vn 0.561119 0.585303 0.585291 +vn 0.561119 0.585303 0.585291 +vn 0.561203 0.585269 0.585244 +vn 0.561203 0.585269 0.585244 +vn 0.561204 0.585269 0.585244 +vn 0.656595 0.533348 0.533313 +vn 0.656595 0.533348 0.533313 +vn 0.656595 0.533348 0.533313 +vn 0.656449 0.533386 0.533455 +vn 0.656449 0.533386 0.533455 +vn 0.656449 0.533386 0.533455 +vn 0.396569 0.649119 0.649136 +vn 0.396569 0.649119 0.649136 +vn 0.396569 0.649119 0.649136 +vn 0.396575 0.649178 0.649073 +vn 0.396575 0.649178 0.649073 +vn 0.396575 0.649178 0.649073 +vn 0.578660 0.576702 0.576687 +vn 0.578660 0.576702 0.576687 +vn 0.578660 0.576702 0.576687 +vn 0.578671 0.576614 0.576764 +vn 0.578671 0.576614 0.576764 +vn 0.578671 0.576614 0.576764 +vn 0.553664 0.588854 0.588819 +vn 0.553663 0.588854 0.588819 +vn 0.553663 0.588854 0.588819 +vn 0.553682 0.588823 0.588833 +vn 0.553682 0.588823 0.588833 +vn 0.553682 0.588823 0.588833 +vn 0.441938 0.634287 0.634328 +vn 0.441938 0.634287 0.634328 +vn 0.441938 0.634287 0.634328 +vn 0.442097 0.634246 0.634257 +vn 0.442097 0.634246 0.634257 +vn 0.442097 0.634246 0.634257 +vn 0.599050 0.566137 0.566240 +vn 0.599050 0.566137 0.566240 +vn 0.599050 0.566137 0.566240 +vn 0.598906 0.566350 0.566180 +vn 0.598906 0.566349 0.566180 +vn 0.598906 0.566349 0.566180 +vn 0.466971 0.625275 0.625275 +vn 0.466971 0.625275 0.625275 +vn 0.466970 0.625275 0.625275 +vn 0.466954 0.625275 0.625288 +vn 0.466954 0.625275 0.625288 +vn 0.466954 0.625275 0.625288 +vn 0.541936 0.594287 0.594245 +vn 0.541936 0.594287 0.594245 +vn 0.541936 0.594287 0.594245 +vn 0.541925 0.594251 0.594292 +vn 0.541925 0.594251 0.594292 +vn 0.541925 0.594251 0.594292 +vn 0.707032 0.499996 0.500110 +vn 0.707032 0.499996 0.500110 +vn 0.707032 0.499995 0.500110 +vn 0.707005 0.500186 0.499957 +vn 0.707005 0.500186 0.499957 +vn 0.707005 0.500186 0.499957 +vn 0.422900 0.640743 0.640784 +vn 0.422900 0.640743 0.640784 +vn 0.422900 0.640743 0.640784 +vn 0.422941 0.640786 0.640714 +vn 0.422941 0.640786 0.640714 +vn 0.422941 0.640786 0.640714 +vn 0.559698 0.586005 0.585949 +vn 0.559698 0.586005 0.585949 +vn 0.559698 0.586005 0.585949 +vn 0.559559 0.586051 0.586036 +vn 0.559559 0.586051 0.586036 +vn 0.559559 0.586051 0.586036 +vn 0.610349 0.560108 0.560136 +vn 0.610349 0.560109 0.560136 +vn 0.610349 0.560109 0.560136 +vn 0.610296 0.560151 0.560151 +vn 0.610296 0.560151 0.560151 +vn 0.610296 0.560151 0.560151 +vn 0.331499 0.667102 0.667146 +vn 0.331498 0.667102 0.667146 +vn 0.331499 0.667102 0.667146 +vn 0.331433 0.667124 0.667156 +vn 0.331433 0.667124 0.667156 +vn 0.331433 0.667124 0.667156 +vn 0.567877 0.582008 0.582051 +vn 0.567877 0.582008 0.582051 +vn 0.567877 0.582008 0.582051 +vn 0.567814 0.582060 0.582060 +vn 0.567814 0.582060 0.582060 +vn 0.567814 0.582060 0.582060 +vn 0.578227 0.576956 0.576868 +vn 0.578227 0.576955 0.576868 +vn 0.578227 0.576955 0.576868 +vn 0.578234 0.576875 0.576941 +vn 0.578234 0.576875 0.576941 +vn 0.578234 0.576875 0.576941 +vn 0.422764 0.640829 0.640788 +vn 0.422764 0.640829 0.640788 +vn 0.422764 0.640829 0.640788 +vn 0.422838 0.640789 0.640779 +vn 0.422838 0.640789 0.640779 +vn 0.422838 0.640789 0.640779 +vn 0.590360 0.570720 0.570749 +vn 0.590360 0.570720 0.570749 +vn 0.590360 0.570720 0.570749 +vn 0.590133 0.570881 0.570822 +vn 0.590133 0.570881 0.570822 +vn 0.590133 0.570881 0.570822 +vn 0.492039 0.615574 0.615603 +vn 0.492039 0.615574 0.615603 +vn 0.492039 0.615574 0.615603 +vn 0.492065 0.615585 0.615570 +vn 0.492065 0.615585 0.615570 +vn 0.492065 0.615585 0.615570 +vn 0.526829 0.601040 0.601001 +vn 0.526829 0.601040 0.601001 +vn 0.526829 0.601040 0.601001 +vn 0.527031 0.601010 0.600854 +vn 0.527031 0.601010 0.600854 +vn 0.527031 0.601010 0.600854 +vn 0.434395 0.636998 0.636817 +vn 0.434395 0.636997 0.636817 +vn 0.434395 0.636997 0.636817 +vn 0.434059 0.637042 0.637001 +vn 0.434059 0.637042 0.637001 +vn 0.434059 0.637042 0.637001 +vn 0.562968 0.584397 0.584421 +vn 0.562968 0.584397 0.584421 +vn 0.562968 0.584397 0.584421 +vn 0.562937 0.584386 0.584462 +vn 0.562937 0.584386 0.584462 +vn 0.562937 0.584386 0.584462 +vn 0.656635 0.533324 0.533288 +vn 0.656635 0.533324 0.533288 +vn 0.656635 0.533324 0.533288 +vn 0.656595 0.533357 0.533304 +vn 0.656595 0.533357 0.533304 +vn 0.656595 0.533357 0.533304 +vn 0.396524 0.649099 0.649183 +vn 0.396524 0.649099 0.649183 +vn 0.396524 0.649099 0.649183 +vn 0.396570 0.649143 0.649112 +vn 0.396570 0.649143 0.649112 +vn 0.396569 0.649143 0.649112 +vn 0.578718 0.576609 0.576722 +vn 0.578718 0.576609 0.576722 +vn 0.578718 0.576609 0.576722 +vn 0.578533 0.576786 0.576730 +vn 0.578533 0.576786 0.576730 +vn 0.578533 0.576786 0.576730 +vn 0.553735 0.588784 0.588822 +vn 0.553735 0.588784 0.588822 +vn 0.553735 0.588784 0.588822 +vn 0.553845 0.588732 0.588770 +vn 0.553845 0.588732 0.588770 +vn 0.553845 0.588732 0.588770 +vn 0.441936 0.634308 0.634308 +vn 0.441936 0.634308 0.634308 +vn 0.441936 0.634308 0.634308 +vn 0.441936 0.634313 0.634303 +vn 0.441936 0.634313 0.634303 +vn 0.441936 0.634313 0.634303 +vn 0.599099 0.566183 0.566143 +vn 0.599099 0.566183 0.566143 +vn 0.599099 0.566183 0.566143 +vn 0.599145 0.566084 0.566193 +vn 0.599145 0.566084 0.566193 +vn 0.599145 0.566084 0.566193 +vn 0.466942 0.625273 0.625299 +vn 0.466942 0.625273 0.625299 +vn 0.466942 0.625273 0.625299 +vn 0.466979 0.625279 0.625265 +vn 0.466979 0.625279 0.625265 +vn 0.466979 0.625279 0.625265 +vn 0.541978 0.594268 0.594226 +vn 0.541978 0.594268 0.594226 +vn 0.541978 0.594268 0.594226 +vn 0.541993 0.594209 0.594272 +vn 0.541993 0.594209 0.594272 +vn 0.541993 0.594209 0.594272 +vn 0.706820 0.500234 0.500171 +vn 0.706820 0.500234 0.500171 +vn 0.706820 0.500234 0.500171 +vn 0.706804 0.500331 0.500097 +vn 0.706804 0.500331 0.500097 +vn 0.706804 0.500331 0.500097 +vn 0.422898 0.640791 0.640737 +vn 0.422898 0.640791 0.640737 +vn 0.422898 0.640791 0.640737 +vn 0.422888 0.640747 0.640788 +vn 0.422888 0.640747 0.640788 +vn 0.422888 0.640747 0.640788 +vn 0.559650 0.585986 0.586014 +vn 0.559650 0.585986 0.586014 +vn 0.559650 0.585986 0.586014 +vn 0.559667 0.586013 0.585971 +vn 0.559667 0.586013 0.585971 +vn 0.559667 0.586013 0.585971 +vn 0.610396 0.560110 0.560083 +vn 0.610396 0.560110 0.560083 +vn 0.610396 0.560110 0.560083 +vn 0.610283 0.560117 0.560200 +vn 0.610283 0.560117 0.560200 +vn 0.610283 0.560117 0.560200 +vn 0.403314 0.647046 0.647046 +vn 0.403314 0.647046 0.647046 +vn 0.403314 0.647046 0.647046 +vn 0.403327 0.647048 0.647037 +vn 0.403327 0.647048 0.647037 +vn 0.403327 0.647048 0.647037 +vn 0.582508 0.574711 0.574798 +vn 0.582508 0.574711 0.574798 +vn 0.582508 0.574711 0.574798 +vn 0.582489 0.574802 0.574726 +vn 0.582489 0.574802 0.574726 +vn 0.582489 0.574802 0.574726 +vn 0.530772 0.599284 0.599284 +vn 0.530772 0.599284 0.599284 +vn 0.530772 0.599284 0.599284 +vn 0.530817 0.599255 0.599272 +vn 0.530817 0.599255 0.599272 +vn 0.530817 0.599255 0.599272 +vn 0.472259 0.623327 0.623246 +vn 0.472259 0.623327 0.623246 +vn 0.472259 0.623326 0.623246 +vn 0.472239 0.623289 0.623299 +vn 0.472239 0.623289 0.623299 +vn 0.472239 0.623289 0.623299 +vn 0.605766 0.562441 0.562769 +vn 0.605766 0.562441 0.562769 +vn 0.605766 0.562441 0.562769 +vn 0.605464 0.562755 0.562779 +vn 0.605464 0.562755 0.562779 +vn 0.605464 0.562755 0.562779 +vn 0.440589 0.634754 0.634798 +vn 0.440589 0.634754 0.634798 +vn 0.440589 0.634754 0.634798 +vn 0.440644 0.634751 0.634763 +vn 0.440644 0.634751 0.634763 +vn 0.440644 0.634751 0.634763 +vn 0.560723 0.585487 0.585487 +vn 0.560723 0.585487 0.585487 +vn 0.560723 0.585487 0.585487 +vn 0.560840 0.585442 0.585420 +vn 0.560840 0.585442 0.585420 +vn 0.560840 0.585442 0.585420 +vn 0.707146 0.500013 0.499931 +vn 0.707146 0.500013 0.499931 +vn 0.707146 0.500013 0.499931 +vn 0.706991 0.500034 0.500130 +vn 0.706991 0.500034 0.500130 +vn 0.706991 0.500034 0.500130 +vn 0.395400 0.649463 0.649505 +vn 0.395400 0.649463 0.649505 +vn 0.395400 0.649463 0.649505 +vn 0.395411 0.649486 0.649475 +vn 0.395411 0.649486 0.649475 +vn 0.395411 0.649486 0.649475 +vn 0.572217 0.579921 0.579880 +vn 0.572217 0.579921 0.579880 +vn 0.572217 0.579921 0.579880 +vn 0.572319 0.579838 0.579861 +vn 0.572319 0.579838 0.579861 +vn 0.572319 0.579838 0.579861 +vn 0.597261 0.567063 0.567203 +vn 0.597261 0.567063 0.567203 +vn 0.597261 0.567063 0.567203 +vn 0.597220 0.567207 0.567102 +vn 0.597220 0.567207 0.567102 +vn 0.597220 0.567207 0.567102 +vn 0.409918 0.644947 0.644989 +vn 0.409918 0.644947 0.644989 +vn 0.409918 0.644947 0.644989 +vn 0.409923 0.644961 0.644972 +vn 0.409923 0.644961 0.644972 +vn 0.409923 0.644961 0.644972 +vn 0.590568 0.570659 0.570594 +vn 0.590568 0.570659 0.570594 +vn 0.590568 0.570659 0.570594 +vn 0.590512 0.570669 0.570643 +vn 0.590512 0.570669 0.570643 +vn 0.590512 0.570669 0.570643 +vn 0.505167 0.610203 0.610294 +vn 0.505167 0.610203 0.610294 +vn 0.505167 0.610203 0.610294 +vn 0.505127 0.610303 0.610227 +vn 0.505127 0.610303 0.610227 +vn 0.505127 0.610303 0.610227 +vn 0.507676 0.609187 0.609226 +vn 0.507676 0.609187 0.609226 +vn 0.507676 0.609187 0.609226 +vn 0.507658 0.609243 0.609184 +vn 0.507658 0.609243 0.609184 +vn 0.507658 0.609243 0.609184 +vn 0.619544 0.554826 0.555279 +vn 0.619543 0.554826 0.555279 +vn 0.619543 0.554826 0.555279 +vn 0.618689 0.555558 0.555499 +vn 0.618689 0.555558 0.555499 +vn 0.618689 0.555558 0.555499 +vn 0.450661 0.631231 0.631231 +vn 0.450661 0.631231 0.631231 +vn 0.450661 0.631231 0.631231 +vn 0.450672 0.631184 0.631269 +vn 0.450672 0.631184 0.631269 +vn 0.450672 0.631184 0.631269 +vn 0.553752 0.588802 0.588787 +vn 0.553752 0.588802 0.588787 +vn 0.553752 0.588802 0.588787 +vn 0.553815 0.588784 0.588747 +vn 0.553815 0.588784 0.588747 +vn 0.553815 0.588784 0.588747 +vn 0.655034 0.534366 0.534213 +vn 0.655034 0.534366 0.534213 +vn 0.655034 0.534366 0.534213 +vn 0.654933 0.534385 0.534318 +vn 0.654933 0.534385 0.534318 +vn 0.654933 0.534385 0.534318 +vn 0.396755 0.649071 0.649071 +vn 0.396755 0.649071 0.649071 +vn 0.396755 0.649071 0.649071 +vn 0.396763 0.649037 0.649100 +vn 0.396763 0.649037 0.649100 +vn 0.396763 0.649037 0.649100 +vn 0.573138 0.579462 0.579427 +vn 0.573138 0.579462 0.579427 +vn 0.573139 0.579462 0.579427 +vn 0.573153 0.579420 0.579455 +vn 0.573153 0.579420 0.579455 +vn 0.573153 0.579420 0.579455 +vn 0.564947 0.583413 0.583494 +vn 0.564947 0.583413 0.583493 +vn 0.564947 0.583413 0.583493 +vn 0.564957 0.583453 0.583443 +vn 0.564957 0.583453 0.583443 +vn 0.564957 0.583453 0.583443 +vn 0.432055 0.637723 0.637682 +vn 0.432055 0.637723 0.637682 +vn 0.432055 0.637723 0.637682 +vn 0.432035 0.637709 0.637709 +vn 0.432035 0.637709 0.637709 +vn 0.432035 0.637709 0.637709 +vn 0.599127 0.566113 0.566182 +vn 0.599127 0.566113 0.566182 +vn 0.599127 0.566113 0.566182 +vn 0.599315 0.566065 0.566031 +vn 0.599315 0.566065 0.566031 +vn 0.599315 0.566065 0.566031 +vn 0.000000 -0.707193 0.707021 +vn 0.000000 -0.707193 0.707021 +vn 0.000000 -0.707193 0.707021 +vn -0.000010 -0.707069 0.707145 +vn -0.000010 -0.707069 0.707145 +vn -0.000010 -0.707069 0.707145 +vn -0.000008 -0.707261 0.706952 +vn -0.000008 -0.707261 0.706952 +vn -0.000008 -0.707261 0.706952 +vn 0.000007 -0.706941 0.707273 +vn 0.000007 -0.706941 0.707273 +vn 0.000007 -0.706941 0.707273 +vn 0.000004 -0.707086 0.707128 +vn 0.000004 -0.707086 0.707128 +vn 0.000004 -0.707086 0.707128 +vn 0.000000 -0.707103 0.707110 +vn 0.000000 -0.707103 0.707110 +vn 0.000000 -0.707103 0.707110 +vn -0.000006 -0.707149 0.707065 +vn -0.000006 -0.707149 0.707065 +vn -0.000006 -0.707149 0.707065 +vn -0.000005 -0.707077 0.707137 +vn -0.000005 -0.707077 0.707137 +vn -0.000005 -0.707076 0.707137 +vn -0.000007 -0.707404 0.706810 +vn -0.000007 -0.707404 0.706810 +vn -0.000007 -0.707404 0.706810 +vn 0.000002 -0.707034 0.707180 +vn 0.000002 -0.707034 0.707180 +vn 0.000002 -0.707034 0.707180 +vn 0.000004 -0.707222 0.706991 +vn 0.000004 -0.707222 0.706991 +vn 0.000004 -0.707222 0.706991 +vn 0.000000 -0.707171 0.707043 +vn 0.000000 -0.707170 0.707043 +vn 0.000000 -0.707170 0.707043 +vn 0.000009 -0.707070 0.707144 +vn 0.000009 -0.707070 0.707144 +vn 0.000009 -0.707070 0.707144 +vn 0.000034 -0.707292 0.706922 +vn 0.000034 -0.707292 0.706922 +vn 0.000034 -0.707292 0.706922 +vn 0.000003 -0.706920 0.707293 +vn 0.000003 -0.706920 0.707293 +vn 0.000003 -0.706920 0.707293 +vn -0.000002 -0.707205 0.707008 +vn -0.000002 -0.707205 0.707008 +vn -0.000002 -0.707205 0.707008 +vn 0.000000 -0.707064 0.707150 +vn 0.000000 -0.707064 0.707150 +vn 0.000000 -0.707064 0.707150 +vn 0.000000 -0.707045 0.707169 +vn 0.000000 -0.707045 0.707169 +vn 0.000000 -0.707045 0.707169 +vn 0.000000 -0.707878 0.706335 +vn 0.000000 -0.707878 0.706335 +vn 0.000000 -0.707878 0.706335 +vn 0.000003 -0.707272 0.706942 +vn 0.000003 -0.707272 0.706942 +vn 0.000003 -0.707272 0.706942 +vn 0.000002 -0.706987 0.707227 +vn 0.000002 -0.706987 0.707227 +vn 0.000002 -0.706987 0.707227 +vn 0.000001 -0.707099 0.707115 +vn 0.000001 -0.707099 0.707115 +vn 0.000001 -0.707098 0.707115 +vn 0.000000 -0.707246 0.706967 +vn 0.000000 -0.707246 0.706967 +vn 0.000000 -0.707246 0.706967 +vn 0.000000 -0.707572 0.706641 +vn 0.000000 -0.707572 0.706641 +vn 0.000000 -0.707572 0.706641 +vn 0.000000 -0.706746 0.707467 +vn 0.000000 -0.706746 0.707467 +vn 0.000000 -0.706746 0.707467 +vn -0.000003 -0.707060 0.707153 +vn -0.000003 -0.707060 0.707153 +vn -0.000003 -0.707060 0.707153 +vn -0.000001 -0.707230 0.706984 +vn -0.000001 -0.707230 0.706984 +vn -0.000001 -0.707230 0.706984 +vn 0.000000 -0.707273 0.706941 +vn 0.000000 -0.707273 0.706941 +vn 0.000000 -0.707273 0.706941 +vn 0.000002 -0.706857 0.707357 +vn 0.000002 -0.706857 0.707357 +vn 0.000002 -0.706857 0.707357 +vn 0.000002 -0.707881 0.706332 +vn 0.000002 -0.707881 0.706332 +vn 0.000002 -0.707881 0.706332 +vn 0.000000 -0.707201 0.707012 +vn 0.000000 -0.707201 0.707012 +vn 0.000000 -0.707201 0.707012 +vn -0.000001 -0.707108 0.707105 +vn -0.000001 -0.707108 0.707105 +vn -0.000001 -0.707108 0.707105 +vn -0.000001 -0.707142 0.707071 +vn -0.000001 -0.707142 0.707071 +vn -0.000001 -0.707142 0.707071 +vn 0.000000 -0.707113 0.707100 +vn 0.000000 -0.707113 0.707100 +vn 0.000000 -0.707113 0.707100 +vn 0.000000 -0.706914 0.707300 +vn 0.000000 -0.706914 0.707300 +vn 0.000000 -0.706914 0.707300 +vn 0.000000 -0.706987 0.707227 +vn 0.000000 -0.706987 0.707227 +vn 0.000000 -0.706987 0.707227 +vn -0.000004 -0.707153 0.707061 +vn -0.000004 -0.707153 0.707061 +vn -0.000004 -0.707153 0.707061 +vn -0.000002 -0.706980 0.707234 +vn -0.000002 -0.706980 0.707234 +vn -0.000002 -0.706980 0.707234 +vn -0.000002 -0.707115 0.707099 +vn -0.000002 -0.707114 0.707099 +vn -0.000002 -0.707115 0.707099 +vn 0.000000 -0.707125 0.707088 +vn 0.000000 -0.707125 0.707088 +vn 0.000000 -0.707125 0.707088 +vn 0.000000 -0.707473 0.706740 +vn 0.000000 -0.707473 0.706740 +vn 0.000000 -0.707473 0.706740 +vn -0.000001 -0.707050 0.707163 +vn -0.000001 -0.707050 0.707163 +vn -0.000001 -0.707050 0.707163 +vn 0.000000 -0.707200 0.707014 +vn 0.000000 -0.707200 0.707014 +vn 0.000000 -0.707200 0.707014 +vn 0.000000 -0.707090 0.707123 +vn 0.000000 -0.707090 0.707123 +vn 0.000000 -0.707090 0.707123 +vn 0.000001 -0.707252 0.706962 +vn 0.000001 -0.707252 0.706962 +vn 0.000001 -0.707252 0.706962 +vn 0.000000 -0.706556 0.707657 +vn 0.000000 -0.706557 0.707657 +vn 0.000000 -0.706556 0.707657 +vn 0.000000 -0.707196 0.707017 +vn 0.000000 -0.707196 0.707017 +vn 0.000000 -0.707196 0.707017 +vn 0.000000 -0.707148 0.707065 +vn 0.000000 -0.707148 0.707065 +vn 0.000000 -0.707148 0.707065 +vn 0.000001 -0.707188 0.707025 +vn 0.000001 -0.707188 0.707026 +vn 0.000001 -0.707188 0.707025 +vn 0.000003 -0.707081 0.707133 +vn 0.000003 -0.707081 0.707133 +vn 0.000003 -0.707081 0.707133 +vn 0.000000 -0.707054 0.707159 +vn 0.000000 -0.707054 0.707159 +vn 0.000000 -0.707054 0.707159 +vn 0.000001 -0.707024 0.707189 +vn 0.000001 -0.707024 0.707189 +vn 0.000001 -0.707024 0.707189 +vn -0.000001 -0.707116 0.707098 +vn -0.000001 -0.707116 0.707098 +vn -0.000001 -0.707116 0.707098 +vn -0.000002 -0.707256 0.706957 +vn -0.000002 -0.707256 0.706957 +vn -0.000002 -0.707256 0.706957 +vn -0.000001 -0.707151 0.707062 +vn -0.000001 -0.707151 0.707062 +vn -0.000001 -0.707151 0.707062 +vn -0.000007 -0.707242 0.706972 +vn -0.000007 -0.707242 0.706972 +vn -0.000007 -0.707242 0.706972 +vn 0.000000 -0.707149 0.707065 +vn 0.000000 -0.707149 0.707065 +vn 0.000000 -0.707149 0.707064 +vn 0.000000 -0.707166 0.707048 +vn 0.000000 -0.707166 0.707048 +vn 0.000000 -0.707166 0.707048 +vn 0.000000 -0.706909 0.707305 +vn 0.000000 -0.706909 0.707305 +vn 0.000000 -0.706909 0.707305 +vn -0.000002 -0.707008 0.707206 +vn -0.000002 -0.707008 0.707206 +vn -0.000002 -0.707008 0.707206 +vn -0.000002 -0.707056 0.707158 +vn -0.000002 -0.707056 0.707158 +vn -0.000002 -0.707056 0.707158 +vn 0.000000 -0.707079 0.707135 +vn 0.000000 -0.707079 0.707135 +vn 0.000000 -0.707079 0.707135 +vn 0.000000 -0.707447 0.706767 +vn 0.000000 -0.707447 0.706767 +vn 0.000000 -0.707447 0.706767 +vn -0.000001 -0.707202 0.707011 +vn -0.000001 -0.707202 0.707011 +vn -0.000001 -0.707202 0.707011 +vn 0.000001 -0.707064 0.707149 +vn 0.000001 -0.707064 0.707149 +vn 0.000001 -0.707064 0.707149 +vn -0.000001 -0.706812 0.707401 +vn -0.000001 -0.706812 0.707401 +vn -0.000001 -0.706812 0.707401 +vn -0.000001 -0.707707 0.706506 +vn -0.000001 -0.707707 0.706506 +vn -0.000001 -0.707707 0.706506 +vn -0.000001 -0.707163 0.707051 +vn -0.000001 -0.707163 0.707051 +vn -0.000001 -0.707163 0.707051 +vn 0.000000 -0.707190 0.707024 +vn 0.000000 -0.707190 0.707024 +vn 0.000000 -0.707190 0.707024 +vn 0.000000 -0.707017 0.707197 +vn 0.000000 -0.707017 0.707197 +vn 0.000000 -0.707017 0.707197 +vn -0.000001 -0.707325 0.706888 +vn -0.000001 -0.707325 0.706888 +vn -0.000001 -0.707325 0.706888 +vn 0.000000 -0.707117 0.707097 +vn 0.000000 -0.707117 0.707097 +vn 0.000000 -0.707117 0.707097 +vn 0.000000 -0.706883 0.707330 +vn 0.000000 -0.706883 0.707330 +vn 0.000000 -0.706883 0.707330 +vn 0.000001 -0.707302 0.706912 +vn 0.000001 -0.707302 0.706912 +vn 0.000001 -0.707302 0.706912 +vn 0.000001 -0.707046 0.707168 +vn 0.000001 -0.707046 0.707168 +vn 0.000001 -0.707046 0.707168 +vn 0.000001 -0.707124 0.707090 +vn 0.000001 -0.707124 0.707090 +vn 0.000001 -0.707124 0.707090 +vn -0.000137 -0.707516 0.706697 +vn -0.000137 -0.707516 0.706697 +vn -0.000137 -0.707516 0.706697 +vn 0.000085 -0.707787 0.706426 +vn 0.000085 -0.707787 0.706426 +vn 0.000085 -0.707787 0.706426 +vn 0.000907 -0.708353 0.705858 +vn 0.000907 -0.708353 0.705858 +vn 0.000907 -0.708353 0.705858 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707069 0.707145 +vn 0.000003 -0.707075 0.707139 +vn 0.000003 -0.707075 0.707139 +vn 0.000003 -0.707075 0.707139 +vn -0.000273 -0.708199 0.706013 +vn -0.000273 -0.708199 0.706013 +vn -0.000273 -0.708199 0.706013 +vn -0.000723 -0.708551 0.705659 +vn -0.000723 -0.708551 0.705659 +vn -0.000723 -0.708551 0.705659 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707101 0.707113 +vn -0.000116 -0.706991 0.707223 +vn -0.000116 -0.706991 0.707223 +vn -0.000116 -0.706991 0.707223 +vn -0.000159 -0.706630 0.707583 +vn -0.000159 -0.706630 0.707583 +vn -0.000159 -0.706630 0.707583 +vn 0.000000 -0.707070 0.707144 +vn 0.000000 -0.707070 0.707143 +vn 0.000000 -0.707070 0.707143 +vn 0.000152 -0.706349 0.707864 +vn 0.000152 -0.706349 0.707864 +vn 0.000152 -0.706349 0.707864 +vn 0.000000 -0.707321 0.706893 +vn 0.000000 -0.707321 0.706893 +vn 0.000000 -0.707321 0.706893 +vn -0.000110 -0.706004 0.708208 +vn -0.000110 -0.706004 0.708208 +vn -0.000110 -0.706003 0.708208 +vn 0.000013 -0.707113 0.707101 +vn 0.000013 -0.707113 0.707101 +vn 0.000013 -0.707113 0.707101 +vn 0.000006 -0.707107 0.707107 +vn 0.000006 -0.707107 0.707107 +vn 0.000006 -0.707107 0.707107 +vn 0.000442 -0.705890 0.708322 +vn 0.000442 -0.705890 0.708322 +vn 0.000442 -0.705890 0.708322 +vn -0.000314 -0.707421 0.706792 +vn -0.000314 -0.707421 0.706792 +vn -0.000314 -0.707421 0.706792 +vn 0.000531 -0.706516 0.707697 +vn 0.000531 -0.706516 0.707697 +vn 0.000531 -0.706516 0.707697 +vn -0.000009 -0.707122 0.707091 +vn -0.000009 -0.707122 0.707091 +vn -0.000009 -0.707122 0.707091 +vn -0.000007 -0.707093 0.707121 +vn -0.000007 -0.707093 0.707121 +vn -0.000007 -0.707093 0.707121 +vn -0.000148 -0.706959 0.707255 +vn -0.000148 -0.706959 0.707255 +vn -0.000148 -0.706959 0.707255 +vn 0.000701 -0.707807 0.706406 +vn 0.000701 -0.707807 0.706406 +vn 0.000701 -0.707807 0.706406 +vn -0.000011 -0.707027 0.707186 +vn -0.000011 -0.707027 0.707186 +vn -0.000011 -0.707027 0.707186 +vn 0.000013 -0.707170 0.707043 +vn 0.000013 -0.707170 0.707043 +vn 0.000013 -0.707170 0.707043 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn -0.000027 -0.707134 0.707080 +vn -0.000027 -0.707134 0.707080 +vn -0.000027 -0.707134 0.707080 +vn 0.000000 -0.707118 0.707095 +vn 0.000000 -0.707118 0.707095 +vn 0.000000 -0.707118 0.707095 +vn -0.000095 -0.706439 0.707774 +vn -0.000095 -0.706439 0.707774 +vn -0.000095 -0.706439 0.707774 +vn 0.000601 -0.707707 0.706506 +vn 0.000601 -0.707707 0.706506 +vn 0.000601 -0.707707 0.706506 +vn 0.000012 -0.707125 0.707088 +vn 0.000012 -0.707125 0.707088 +vn 0.000012 -0.707125 0.707088 +vn -0.000518 -0.707366 0.706847 +vn -0.000518 -0.707366 0.706848 +vn -0.000518 -0.707366 0.706848 +vn 0.000078 -0.707882 0.706330 +vn 0.000078 -0.707882 0.706330 +vn 0.000078 -0.707882 0.706330 +vn 0.000368 -0.707597 0.706616 +vn 0.000368 -0.707597 0.706616 +vn 0.000368 -0.707597 0.706616 +vn 0.000012 -0.707154 0.707059 +vn 0.000012 -0.707154 0.707059 +vn 0.000012 -0.707154 0.707059 +vn 0.000012 -0.707119 0.707095 +vn 0.000012 -0.707119 0.707095 +vn 0.000012 -0.707119 0.707095 +vn -0.000240 -0.709503 0.704702 +vn -0.000240 -0.709503 0.704702 +vn -0.000240 -0.709503 0.704702 +vn 0.000012 -0.707071 0.707143 +vn 0.000012 -0.707071 0.707143 +vn 0.000012 -0.707071 0.707143 +vn 0.000000 -0.707120 0.707093 +vn 0.000000 -0.707120 0.707093 +vn 0.000000 -0.707120 0.707093 +vn -0.000021 -0.707101 0.707112 +vn -0.000021 -0.707101 0.707112 +vn -0.000021 -0.707101 0.707112 +vn 0.000015 -0.707031 0.707182 +vn 0.000015 -0.707031 0.707182 +vn 0.000015 -0.707031 0.707182 +vn -0.000021 -0.707160 0.707054 +vn -0.000021 -0.707160 0.707054 +vn -0.000021 -0.707160 0.707054 +vn 0.000414 -0.707272 0.706941 +vn 0.000414 -0.707272 0.706941 +vn 0.000414 -0.707272 0.706941 +vn 0.000292 -0.706741 0.707472 +vn 0.000292 -0.706741 0.707472 +vn 0.000292 -0.706741 0.707472 +vn -0.000012 -0.707076 0.707137 +vn -0.000012 -0.707076 0.707137 +vn -0.000012 -0.707076 0.707137 +vn 0.000025 -0.707157 0.707056 +vn 0.000025 -0.707157 0.707056 +vn 0.000025 -0.707157 0.707056 +vn 0.000000 -0.707294 0.706920 +vn 0.000000 -0.707294 0.706920 +vn 0.000000 -0.707294 0.706920 +vn 0.000216 -0.708509 0.705702 +vn 0.000216 -0.708509 0.705702 +vn 0.000216 -0.708509 0.705702 +vn 0.000012 -0.707144 0.707070 +vn 0.000012 -0.707144 0.707070 +vn 0.000012 -0.707144 0.707070 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.705784 0.708427 +vn 0.000000 -0.705784 0.708427 +vn 0.000000 -0.705784 0.708427 +vn -0.000007 -0.707098 0.707116 +vn -0.000007 -0.707098 0.707116 +vn -0.000007 -0.707098 0.707116 +vn 0.000000 -0.707094 0.707119 +vn 0.000000 -0.707094 0.707119 +vn 0.000000 -0.707094 0.707119 +vn 0.000013 -0.707194 0.707019 +vn 0.000013 -0.707194 0.707019 +vn 0.000013 -0.707194 0.707019 +vn 0.000243 -0.709536 0.704669 +vn 0.000243 -0.709536 0.704669 +vn 0.000243 -0.709536 0.704669 +vn 0.000415 -0.706632 0.707581 +vn 0.000415 -0.706632 0.707581 +vn 0.000415 -0.706632 0.707581 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000015 -0.707077 0.707137 +vn -0.000015 -0.707077 0.707137 +vn -0.000015 -0.707077 0.707137 +vn 0.000152 -0.707411 0.706803 +vn 0.000152 -0.707411 0.706803 +vn 0.000152 -0.707411 0.706803 +vn 0.000004 -0.707201 0.707013 +vn 0.000004 -0.707201 0.707013 +vn 0.000004 -0.707201 0.707013 +vn -0.000003 -0.706894 0.707320 +vn -0.000003 -0.706894 0.707320 +vn -0.000003 -0.706893 0.707320 +vn 0.000000 -0.707038 0.707175 +vn 0.000000 -0.707038 0.707175 +vn 0.000000 -0.707038 0.707175 +vn 0.000000 -0.706990 0.707224 +vn 0.000000 -0.706990 0.707224 +vn 0.000000 -0.706990 0.707224 +vn 0.000000 -0.707072 0.707141 +vn 0.000000 -0.707072 0.707141 +vn 0.000000 -0.707072 0.707141 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.706972 0.707242 +vn 0.000000 -0.706972 0.707242 +vn 0.000000 -0.706972 0.707242 +vn 0.000002 -0.707143 0.707071 +vn 0.000002 -0.707143 0.707071 +vn 0.000002 -0.707143 0.707071 +vn 0.000002 -0.707097 0.707117 +vn 0.000002 -0.707097 0.707117 +vn 0.000002 -0.707097 0.707117 +vn 0.000000 -0.707140 0.707073 +vn 0.000000 -0.707140 0.707073 +vn 0.000000 -0.707140 0.707073 +vn 0.000000 -0.707147 0.707066 +vn 0.000000 -0.707147 0.707066 +vn 0.000000 -0.707147 0.707066 +vn -0.000003 -0.707265 0.706949 +vn -0.000003 -0.707265 0.706949 +vn -0.000003 -0.707265 0.706949 +vn 0.000000 -0.707070 0.707144 +vn 0.000000 -0.707070 0.707144 +vn 0.000000 -0.707070 0.707144 +vn -0.000990 -0.709084 0.705123 +vn -0.000990 -0.709084 0.705123 +vn -0.000990 -0.709084 0.705123 +vn -0.000238 -0.706868 0.707345 +vn -0.000238 -0.706868 0.707345 +vn -0.000238 -0.706868 0.707345 +vn 0.000231 -0.707030 0.707184 +vn 0.000231 -0.707030 0.707184 +vn 0.000231 -0.707030 0.707184 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707069 0.707145 +vn 0.000000 -0.707235 0.706978 +vn 0.000000 -0.707235 0.706978 +vn 0.000000 -0.707235 0.706978 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000003 -0.707024 0.707190 +vn 0.000003 -0.707024 0.707190 +vn 0.000003 -0.707024 0.707190 +vn -0.000003 -0.707160 0.707054 +vn -0.000003 -0.707160 0.707054 +vn -0.000003 -0.707160 0.707054 +vn 0.000000 -0.707030 0.707184 +vn 0.000000 -0.707030 0.707184 +vn 0.000000 -0.707030 0.707184 +vn 0.000000 -0.707110 0.707103 +vn 0.000000 -0.707110 0.707103 +vn 0.000000 -0.707110 0.707103 +vn 0.000000 -0.707038 0.707176 +vn 0.000000 -0.707038 0.707176 +vn 0.000000 -0.707038 0.707176 +vn 0.000000 -0.707197 0.707017 +vn 0.000000 -0.707197 0.707017 +vn 0.000000 -0.707197 0.707017 +vn 0.000010 -0.707147 0.707067 +vn 0.000010 -0.707147 0.707067 +vn 0.000010 -0.707147 0.707067 +vn 0.000007 -0.706720 0.707493 +vn 0.000007 -0.706720 0.707493 +vn 0.000007 -0.706720 0.707493 +vn -0.000012 -0.707997 0.706216 +vn -0.000012 -0.707997 0.706216 +vn -0.000012 -0.707997 0.706216 +vn -0.000014 -0.707010 0.707203 +vn -0.000014 -0.707010 0.707203 +vn -0.000014 -0.707010 0.707203 +vn 0.000000 -0.707067 0.707146 +vn 0.000000 -0.707067 0.707146 +vn 0.000000 -0.707067 0.707146 +vn 0.000476 -0.707107 0.707107 +vn 0.000476 -0.707107 0.707107 +vn 0.000476 -0.707107 0.707107 +vn 0.000988 -0.707106 0.707106 +vn 0.000988 -0.707106 0.707106 +vn 0.000988 -0.707106 0.707106 +vn -0.000152 -0.707259 0.706955 +vn -0.000152 -0.707259 0.706955 +vn -0.000152 -0.707259 0.706955 +vn -0.000023 -0.707089 0.707124 +vn -0.000023 -0.707089 0.707124 +vn -0.000023 -0.707089 0.707124 +vn -0.000055 -0.707089 0.707125 +vn -0.000055 -0.707089 0.707125 +vn -0.000055 -0.707089 0.707125 +vn 0.000479 -0.705909 0.708302 +vn 0.000479 -0.705909 0.708302 +vn 0.000479 -0.705909 0.708302 +vn 0.000089 -0.707118 0.707096 +vn 0.000089 -0.707118 0.707096 +vn 0.000089 -0.707118 0.707096 +vn 0.000002 -0.707116 0.707097 +vn 0.000002 -0.707116 0.707097 +vn 0.000002 -0.707116 0.707097 +vn 0.000167 -0.707773 0.706440 +vn 0.000167 -0.707773 0.706440 +vn 0.000167 -0.707773 0.706440 +vn -0.000485 -0.708076 0.706136 +vn -0.000485 -0.708076 0.706136 +vn -0.000485 -0.708076 0.706136 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707053 0.707160 +vn 0.000000 -0.707053 0.707160 +vn 0.000000 -0.707053 0.707160 +vn -0.000044 -0.707089 0.707125 +vn -0.000044 -0.707089 0.707125 +vn -0.000044 -0.707089 0.707125 +vn 0.000035 -0.707147 0.707066 +vn 0.000035 -0.707147 0.707066 +vn 0.000035 -0.707147 0.707066 +vn -0.000187 -0.706920 0.707293 +vn -0.000187 -0.706920 0.707293 +vn -0.000187 -0.706920 0.707293 +vn -0.000647 -0.705380 0.708829 +vn -0.000647 -0.705380 0.708829 +vn -0.000647 -0.705380 0.708829 +vn 0.000097 -0.707107 0.707107 +vn 0.000097 -0.707107 0.707107 +vn 0.000097 -0.707107 0.707107 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707112 0.707101 +vn -0.000020 -0.707091 0.707123 +vn -0.000020 -0.707091 0.707123 +vn -0.000020 -0.707091 0.707123 +vn -0.000021 -0.707128 0.707086 +vn -0.000021 -0.707128 0.707086 +vn -0.000021 -0.707128 0.707086 +vn 0.000000 -0.707194 0.707020 +vn 0.000000 -0.707194 0.707020 +vn 0.000000 -0.707194 0.707020 +vn 0.000041 -0.707086 0.707127 +vn 0.000041 -0.707086 0.707127 +vn 0.000041 -0.707086 0.707127 +vn 0.000000 -0.707090 0.707124 +vn 0.000000 -0.707090 0.707124 +vn 0.000000 -0.707090 0.707124 +vn -0.000056 -0.707114 0.707100 +vn -0.000056 -0.707114 0.707100 +vn -0.000056 -0.707114 0.707100 +vn 0.000033 -0.707156 0.707058 +vn 0.000033 -0.707156 0.707058 +vn 0.000033 -0.707156 0.707058 +vn -0.000147 -0.707033 0.707181 +vn -0.000147 -0.707033 0.707180 +vn -0.000147 -0.707033 0.707181 +vn 0.000250 -0.706857 0.707356 +vn 0.000250 -0.706857 0.707356 +vn 0.000250 -0.706857 0.707356 +vn 0.000666 -0.705774 0.708437 +vn 0.000666 -0.705774 0.708437 +vn 0.000666 -0.705774 0.708437 +vn 0.000000 -0.707104 0.707109 +vn 0.000000 -0.707104 0.707109 +vn 0.000000 -0.707104 0.707109 +vn 0.000000 -0.707093 0.707120 +vn 0.000000 -0.707093 0.707120 +vn 0.000000 -0.707093 0.707120 +vn 0.000000 -0.707109 0.707105 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000316 -0.707107 0.707107 +vn 0.000316 -0.707107 0.707107 +vn 0.000316 -0.707107 0.707107 +vn 0.000021 -0.707086 0.707128 +vn 0.000021 -0.707086 0.707128 +vn 0.000021 -0.707086 0.707128 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000396 -0.706908 0.707305 +vn 0.000396 -0.706908 0.707305 +vn 0.000396 -0.706908 0.707305 +vn 0.000051 -0.708676 0.705534 +vn 0.000051 -0.708676 0.705534 +vn 0.000051 -0.708676 0.705534 +vn -0.000049 -0.707009 0.707205 +vn -0.000049 -0.707009 0.707205 +vn -0.000049 -0.707009 0.707205 +vn 0.000026 -0.707120 0.707094 +vn 0.000026 -0.707120 0.707094 +vn 0.000026 -0.707120 0.707094 +vn 0.000000 -0.707194 0.707019 +vn 0.000000 -0.707194 0.707019 +vn 0.000000 -0.707194 0.707019 +vn 0.000000 -0.707357 0.706857 +vn 0.000000 -0.707357 0.706857 +vn 0.000000 -0.707357 0.706857 +vn -0.000279 -0.707664 0.706549 +vn -0.000279 -0.707664 0.706549 +vn -0.000279 -0.707664 0.706549 +vn -0.000083 -0.707773 0.706440 +vn -0.000083 -0.707773 0.706440 +vn -0.000083 -0.707773 0.706440 +vn 0.000000 -0.707095 0.707119 +vn 0.000000 -0.707095 0.707119 +vn 0.000000 -0.707095 0.707119 +vn 0.706866 0.500141 0.500200 +vn 0.706866 0.500141 0.500200 +vn 0.706866 0.500141 0.500200 +vn 0.707021 0.500083 0.500038 +vn 0.707021 0.500083 0.500038 +vn 0.707021 0.500083 0.500038 +vn -0.491651 0.615640 0.615847 +vn -0.491651 0.615640 0.615847 +vn -0.491651 0.615640 0.615847 +vn -0.491577 0.615819 0.615726 +vn -0.491577 0.615819 0.615726 +vn -0.491577 0.615819 0.615726 +vn -0.420704 0.641459 0.641513 +vn -0.420704 0.641459 0.641513 +vn -0.420704 0.641459 0.641513 +vn -0.420667 0.641515 0.641481 +vn -0.420667 0.641515 0.641481 +vn -0.420667 0.641515 0.641481 +vn -0.400271 0.647990 0.647990 +vn -0.400271 0.647990 0.647990 +vn -0.400271 0.647990 0.647990 +vn -0.400317 0.647981 0.647971 +vn -0.400317 0.647981 0.647971 +vn -0.400317 0.647981 0.647971 +vn -0.656301 0.533494 0.533529 +vn -0.656301 0.533494 0.533529 +vn -0.656301 0.533494 0.533529 +vn -0.656046 0.533660 0.533677 +vn -0.656046 0.533660 0.533677 +vn -0.656046 0.533660 0.533677 +vn -0.560235 0.585746 0.585695 +vn -0.560235 0.585746 0.585695 +vn -0.560235 0.585746 0.585695 +vn -0.560156 0.585796 0.585720 +vn -0.560157 0.585796 0.585720 +vn -0.560156 0.585796 0.585720 +vn -0.442479 0.634118 0.634118 +vn -0.442479 0.634118 0.634118 +vn -0.442479 0.634118 0.634118 +vn -0.443421 0.633542 0.634037 +vn -0.443421 0.633542 0.634037 +vn -0.443421 0.633542 0.634037 +vn -0.519019 0.604233 0.604584 +vn -0.519019 0.604233 0.604584 +vn -0.519019 0.604233 0.604584 +vn -0.518563 0.604638 0.604570 +vn -0.518563 0.604638 0.604570 +vn -0.518563 0.604639 0.604570 +vn -0.492057 0.615523 0.615639 +vn -0.492057 0.615523 0.615639 +vn -0.492057 0.615523 0.615639 +vn -0.492042 0.615598 0.615576 +vn -0.492042 0.615598 0.615576 +vn -0.492042 0.615598 0.615576 +vn -0.592731 0.569521 0.569487 +vn -0.592731 0.569521 0.569487 +vn -0.592731 0.569521 0.569487 +vn -0.592599 0.569616 0.569529 +vn -0.592599 0.569616 0.569529 +vn -0.592599 0.569616 0.569529 +vn -0.421751 0.641142 0.641142 +vn -0.421751 0.641142 0.641142 +vn -0.421751 0.641142 0.641142 +vn -0.421708 0.641156 0.641156 +vn -0.421708 0.641156 0.641156 +vn -0.421708 0.641156 0.641156 +vn -0.578241 0.576926 0.576882 +vn -0.578241 0.576926 0.576882 +vn -0.578241 0.576926 0.576882 +vn -0.578161 0.576956 0.576934 +vn -0.578161 0.576956 0.576934 +vn -0.578161 0.576956 0.576934 +vn -0.569890 0.581045 0.581045 +vn -0.569890 0.581045 0.581045 +vn -0.569890 0.581045 0.581045 +vn -0.569914 0.581028 0.581037 +vn -0.569915 0.581028 0.581037 +vn -0.569915 0.581028 0.581037 +vn -0.405248 0.646421 0.646463 +vn -0.405248 0.646421 0.646463 +vn -0.405248 0.646421 0.646463 +vn -0.405239 0.646492 0.646398 +vn -0.405239 0.646492 0.646397 +vn -0.405239 0.646492 0.646398 +vn -0.706992 0.500132 0.500030 +vn -0.706992 0.500132 0.500030 +vn -0.706992 0.500132 0.500030 +vn -0.707125 0.500044 0.499929 +vn -0.707126 0.500044 0.499929 +vn -0.707126 0.500044 0.499929 +vn -0.560681 0.585529 0.585484 +vn -0.560681 0.585529 0.585484 +vn -0.560681 0.585529 0.585484 +vn -0.560638 0.585482 0.585573 +vn -0.560638 0.585482 0.585573 +vn -0.560638 0.585482 0.585573 +vn -0.432581 0.637524 0.637524 +vn -0.432581 0.637524 0.637524 +vn -0.432581 0.637524 0.637524 +vn -0.432562 0.637548 0.637513 +vn -0.432562 0.637548 0.637513 +vn -0.432562 0.637548 0.637513 +vn -0.613209 0.558294 0.558822 +vn -0.613209 0.558294 0.558822 +vn -0.613209 0.558294 0.558822 +vn -0.612630 0.559085 0.558667 +vn -0.612630 0.559085 0.558667 +vn -0.612630 0.559085 0.558667 +vn -0.485451 0.618258 0.618138 +vn -0.485451 0.618258 0.618138 +vn -0.485451 0.618258 0.618138 +vn -0.485474 0.618154 0.618224 +vn -0.485474 0.618154 0.618224 +vn -0.485474 0.618154 0.618224 +vn -0.520862 0.603599 0.603632 +vn -0.520862 0.603599 0.603632 +vn -0.520862 0.603599 0.603632 +vn -0.520690 0.603702 0.603677 +vn -0.520690 0.603702 0.603677 +vn -0.520690 0.603702 0.603677 +vn -0.585352 0.573331 0.573284 +vn -0.585352 0.573331 0.573284 +vn -0.585352 0.573331 0.573284 +vn -0.585337 0.573292 0.573338 +vn -0.585337 0.573292 0.573338 +vn -0.585337 0.573292 0.573338 +vn -0.402689 0.647262 0.647220 +vn -0.402689 0.647262 0.647220 +vn -0.402689 0.647262 0.647220 +vn -0.402668 0.647216 0.647279 +vn -0.402668 0.647216 0.647279 +vn -0.402668 0.647216 0.647279 +vn -0.613092 0.558623 0.558623 +vn -0.613092 0.558623 0.558623 +vn -0.613092 0.558623 0.558623 +vn -0.612965 0.558744 0.558640 +vn -0.612965 0.558744 0.558640 +vn -0.612965 0.558744 0.558640 +vn -0.567247 0.582293 0.582380 +vn -0.567247 0.582293 0.582380 +vn -0.567247 0.582293 0.582380 +vn -0.567198 0.582331 0.582389 +vn -0.567198 0.582331 0.582389 +vn -0.567198 0.582331 0.582389 +vn -0.406789 0.646000 0.645916 +vn -0.406789 0.646000 0.645916 +vn -0.406789 0.646000 0.645916 +vn -0.406948 0.645845 0.645970 +vn -0.406948 0.645845 0.645970 +vn -0.406948 0.645845 0.645970 +vn -0.707233 0.499909 0.499913 +vn -0.707233 0.499909 0.499913 +vn -0.707233 0.499909 0.499913 +vn -0.706823 0.500263 0.500138 +vn -0.706823 0.500263 0.500138 +vn -0.706823 0.500263 0.500138 +vn -0.547605 0.591641 0.591684 +vn -0.547605 0.591641 0.591684 +vn -0.547605 0.591641 0.591684 +vn -0.547524 0.591743 0.591657 +vn -0.547524 0.591743 0.591657 +vn -0.547524 0.591743 0.591657 +vn -0.458602 0.628390 0.628339 +vn -0.458602 0.628390 0.628339 +vn -0.458602 0.628390 0.628339 +vn -0.458709 0.628316 0.628335 +vn -0.458709 0.628316 0.628335 +vn -0.458709 0.628316 0.628335 +vn -0.603388 0.563881 0.563881 +vn -0.603388 0.563881 0.563881 +vn -0.603388 0.563881 0.563881 +vn -0.603718 0.563692 0.563716 +vn -0.603718 0.563693 0.563716 +vn -0.603718 0.563693 0.563716 +vn -0.456250 0.629176 0.629264 +vn -0.456250 0.629176 0.629264 +vn -0.456250 0.629176 0.629264 +vn -0.456306 0.629164 0.629236 +vn -0.456306 0.629164 0.629236 +vn -0.456306 0.629164 0.629236 +vn -0.542578 0.593992 0.593955 +vn -0.542578 0.593992 0.593955 +vn -0.542578 0.593992 0.593955 +vn -0.542454 0.594012 0.594049 +vn -0.542454 0.594012 0.594049 +vn -0.542454 0.594012 0.594049 +vn -0.573823 0.579106 0.579106 +vn -0.573823 0.579106 0.579106 +vn -0.573823 0.579106 0.579106 +vn -0.573734 0.579189 0.579110 +vn -0.573734 0.579189 0.579110 +vn -0.573734 0.579189 0.579110 +vn -0.399932 0.648095 0.648095 +vn -0.399932 0.648095 0.648095 +vn -0.399932 0.648095 0.648095 +vn -0.399992 0.648045 0.648108 +vn -0.399992 0.648045 0.648108 +vn -0.399992 0.648045 0.648108 +vn -0.638734 0.544073 0.544062 +vn -0.638734 0.544073 0.544062 +vn -0.638734 0.544073 0.544062 +vn -0.638825 0.543998 0.544030 +vn -0.638825 0.543998 0.544030 +vn -0.638825 0.543998 0.544030 +vn -0.561310 0.585206 0.585206 +vn -0.561310 0.585206 0.585206 +vn -0.561310 0.585206 0.585206 +vn -0.561358 0.585143 0.585222 +vn -0.561358 0.585143 0.585222 +vn -0.561358 0.585143 0.585222 +vn -0.437589 0.635770 0.635856 +vn -0.437589 0.635770 0.635855 +vn -0.437589 0.635770 0.635856 +vn -0.437698 0.635760 0.635791 +vn -0.437698 0.635760 0.635791 +vn -0.437698 0.635760 0.635791 +vn -0.708971 0.499094 0.498262 +vn -0.708971 0.499094 0.498262 +vn -0.708971 0.499094 0.498262 +vn -0.706430 0.500885 0.500072 +vn -0.706430 0.500885 0.500072 +vn -0.706430 0.500885 0.500072 +vn -0.526358 0.601267 0.601187 +vn -0.526358 0.601267 0.601187 +vn -0.526358 0.601267 0.601187 +vn -0.526327 0.601225 0.601255 +vn -0.526327 0.601225 0.601255 +vn -0.526327 0.601225 0.601255 +vn -0.486611 0.617770 0.617713 +vn -0.486611 0.617770 0.617713 +vn -0.486611 0.617770 0.617713 +vn -0.486842 0.617633 0.617668 +vn -0.486842 0.617633 0.617668 +vn -0.486842 0.617633 0.617668 +vn -0.595152 0.568240 0.568240 +vn -0.595152 0.568240 0.568240 +vn -0.595152 0.568240 0.568240 +vn -0.594946 0.568305 0.568392 +vn -0.594946 0.568305 0.568392 +vn -0.594946 0.568305 0.568392 +vn -0.426382 0.639603 0.639614 +vn -0.426382 0.639603 0.639614 +vn -0.426382 0.639603 0.639614 +vn -0.426356 0.639617 0.639617 +vn -0.426356 0.639617 0.639617 +vn -0.426356 0.639617 0.639617 +vn -0.571835 0.580067 0.580109 +vn -0.571835 0.580067 0.580109 +vn -0.571835 0.580067 0.580109 +vn -0.571944 0.580019 0.580050 +vn -0.571944 0.580019 0.580050 +vn -0.571944 0.580019 0.580050 +vn -0.572082 0.580000 0.579932 +vn -0.572082 0.580000 0.579932 +vn -0.572082 0.580000 0.579932 +vn -0.571952 0.579984 0.580078 +vn -0.571952 0.579984 0.580078 +vn -0.571952 0.579984 0.580078 +vn -0.395258 0.649554 0.649500 +vn -0.395258 0.649554 0.649500 +vn -0.395258 0.649554 0.649500 +vn -0.395285 0.649543 0.649495 +vn -0.395285 0.649543 0.649495 +vn -0.395285 0.649543 0.649495 +vn -0.707184 0.499978 0.499913 +vn -0.707184 0.499978 0.499913 +vn -0.707184 0.499978 0.499913 +vn -0.707132 0.500015 0.499950 +vn -0.707132 0.500015 0.499950 +vn -0.707132 0.500015 0.499950 +vn -0.569788 0.581071 0.581118 +vn -0.569788 0.581071 0.581118 +vn -0.569788 0.581071 0.581117 +vn -0.569847 0.581066 0.581066 +vn -0.569847 0.581065 0.581065 +vn -0.569847 0.581066 0.581066 +vn -0.422887 0.640723 0.640812 +vn -0.422887 0.640723 0.640812 +vn -0.422887 0.640723 0.640812 +vn -0.422817 0.640777 0.640805 +vn -0.422817 0.640777 0.640805 +vn -0.422817 0.640777 0.640805 +vn -0.614687 0.557435 0.558055 +vn -0.614687 0.557436 0.558055 +vn -0.614687 0.557435 0.558055 +vn -0.613480 0.558695 0.558124 +vn -0.613480 0.558695 0.558124 +vn -0.613480 0.558695 0.558124 +vn -0.497633 0.613354 0.613318 +vn -0.497633 0.613354 0.613318 +vn -0.497633 0.613354 0.613318 +vn -0.497640 0.613318 0.613348 +vn -0.497640 0.613318 0.613348 +vn -0.497640 0.613318 0.613348 +vn -0.505774 0.609935 0.610059 +vn -0.505774 0.609935 0.610059 +vn -0.505774 0.609935 0.610059 +vn -0.505710 0.610043 0.610004 +vn -0.505710 0.610043 0.610004 +vn -0.505710 0.610043 0.610004 +vn -0.584993 0.573478 0.573504 +vn -0.584993 0.573478 0.573504 +vn -0.584993 0.573478 0.573504 +vn -0.584866 0.573549 0.573562 +vn -0.584866 0.573549 0.573562 +vn -0.584866 0.573549 0.573562 +vn -0.415670 0.643117 0.643132 +vn -0.415670 0.643117 0.643132 +vn -0.415670 0.643117 0.643132 +vn -0.415604 0.643182 0.643110 +vn -0.415604 0.643182 0.643110 +vn -0.415604 0.643183 0.643110 +vn -0.594716 0.568469 0.568469 +vn -0.594716 0.568469 0.568469 +vn -0.594716 0.568469 0.568469 +vn -0.594862 0.568374 0.568410 +vn -0.594862 0.568374 0.568410 +vn -0.594862 0.568374 0.568410 +vn -0.565644 0.583116 0.583116 +vn -0.565644 0.583116 0.583116 +vn -0.565643 0.583116 0.583116 +vn -0.565539 0.583212 0.583121 +vn -0.565539 0.583212 0.583121 +vn -0.565539 0.583212 0.583121 +vn -0.411676 0.644471 0.644345 +vn -0.411676 0.644471 0.644345 +vn -0.411676 0.644471 0.644345 +vn -0.411786 0.644331 0.644414 +vn -0.411786 0.644331 0.644415 +vn -0.411786 0.644331 0.644414 +vn -0.707289 0.499953 0.499790 +vn -0.707289 0.499953 0.499790 +vn -0.707289 0.499953 0.499790 +vn -0.707256 0.499748 0.500041 +vn -0.707256 0.499748 0.500041 +vn -0.707256 0.499748 0.500041 +vn -0.552064 0.589587 0.589587 +vn -0.552064 0.589587 0.589587 +vn -0.552064 0.589587 0.589587 +vn -0.552009 0.589645 0.589580 +vn -0.552009 0.589645 0.589580 +vn -0.552009 0.589645 0.589580 +vn -0.445606 0.632998 0.633047 +vn -0.445606 0.632998 0.633047 +vn -0.445606 0.632998 0.633047 +vn -0.445611 0.633000 0.633042 +vn -0.445611 0.633000 0.633042 +vn -0.445611 0.633000 0.633042 +vn -0.606089 0.562555 0.562307 +vn -0.606089 0.562555 0.562307 +vn -0.606089 0.562555 0.562307 +vn -0.605971 0.562363 0.562626 +vn -0.605971 0.562363 0.562626 +vn -0.605971 0.562363 0.562626 +vn -0.467684 0.625009 0.625009 +vn -0.467684 0.625009 0.625009 +vn -0.467684 0.625009 0.625009 +vn -0.467657 0.625064 0.624973 +vn -0.467657 0.625064 0.624973 +vn -0.467657 0.625064 0.624973 +vn -0.534624 0.597552 0.597586 +vn -0.534624 0.597552 0.597586 +vn -0.534624 0.597552 0.597586 +vn -0.534720 0.597504 0.597548 +vn -0.534720 0.597504 0.597548 +vn -0.534720 0.597504 0.597548 +vn -0.580369 0.575870 0.575801 +vn -0.580369 0.575870 0.575801 +vn -0.580369 0.575870 0.575801 +vn -0.580349 0.575813 0.575876 +vn -0.580349 0.575813 0.575876 +vn -0.580349 0.575813 0.575876 +vn -0.399138 0.648340 0.648340 +vn -0.399138 0.648340 0.648340 +vn -0.399138 0.648340 0.648340 +vn -0.399173 0.648337 0.648321 +vn -0.399173 0.648337 0.648321 +vn -0.399174 0.648337 0.648321 +vn -0.624190 0.552458 0.552429 +vn -0.624190 0.552458 0.552429 +vn -0.624190 0.552458 0.552429 +vn -0.624230 0.552457 0.552385 +vn -0.624230 0.552457 0.552385 +vn -0.624230 0.552457 0.552385 +vn -0.563293 0.584280 0.584225 +vn -0.563293 0.584280 0.584225 +vn -0.563293 0.584280 0.584225 +vn -0.563403 0.584144 0.584254 +vn -0.563403 0.584144 0.584254 +vn -0.563403 0.584144 0.584254 +vn -0.426114 0.639658 0.639737 +vn -0.426114 0.639659 0.639737 +vn -0.426114 0.639658 0.639737 +vn -0.426091 0.639711 0.639701 +vn -0.426091 0.639711 0.639701 +vn -0.426091 0.639711 0.639701 +vn -0.706843 0.500349 0.500024 +vn -0.706843 0.500349 0.500024 +vn -0.706843 0.500349 0.500024 +vn -0.707240 0.500096 0.499715 +vn -0.707240 0.500096 0.499715 +vn -0.707240 0.500096 0.499715 +vn -0.535369 0.597222 0.597248 +vn -0.535369 0.597222 0.597248 +vn -0.535369 0.597222 0.597248 +vn -0.535376 0.597217 0.597248 +vn -0.535376 0.597217 0.597248 +vn -0.535376 0.597217 0.597248 +vn -0.471814 0.623482 0.623428 +vn -0.471814 0.623482 0.623428 +vn -0.471814 0.623482 0.623428 +vn -0.471876 0.623431 0.623431 +vn -0.471876 0.623431 0.623431 +vn -0.471876 0.623431 0.623431 +vn -0.600074 0.565609 0.565684 +vn -0.600074 0.565609 0.565684 +vn -0.600074 0.565609 0.565684 +vn -0.599953 0.565785 0.565636 +vn -0.599953 0.565785 0.565636 +vn -0.599953 0.565785 0.565636 +vn -0.440999 0.634591 0.634677 +vn -0.440999 0.634591 0.634677 +vn -0.440999 0.634591 0.634677 +vn -0.440967 0.634671 0.634619 +vn -0.440967 0.634671 0.634619 +vn -0.440967 0.634671 0.634619 +vn -0.559699 0.586016 0.585937 +vn -0.559699 0.586016 0.585937 +vn -0.559699 0.586016 0.585937 +vn -0.559798 0.585880 0.585979 +vn -0.559798 0.585880 0.585979 +vn -0.559798 0.585880 0.585979 +vn -0.572255 0.579881 0.579881 +vn -0.572255 0.579881 0.579881 +vn -0.572255 0.579881 0.579881 +vn -0.572216 0.579937 0.579864 +vn -0.572216 0.579937 0.579864 +vn -0.572216 0.579937 0.579864 +vn -0.395872 0.649361 0.649319 +vn -0.395872 0.649361 0.649319 +vn -0.395872 0.649361 0.649319 +vn -0.395942 0.649306 0.649332 +vn -0.395942 0.649306 0.649332 +vn -0.395942 0.649306 0.649332 +vn -0.655702 0.534001 0.533758 +vn -0.655702 0.534001 0.533758 +vn -0.655702 0.534001 0.533758 +vn -0.655935 0.533618 0.533855 +vn -0.655935 0.533618 0.533855 +vn -0.655935 0.533618 0.533855 +vn -0.559366 0.586105 0.586166 +vn -0.559366 0.586105 0.586166 +vn -0.559366 0.586105 0.586166 +vn -0.559320 0.586170 0.586145 +vn -0.559320 0.586170 0.586145 +vn -0.559320 0.586170 0.586145 +vn -0.440711 0.634713 0.634754 +vn -0.440711 0.634713 0.634754 +vn -0.440711 0.634713 0.634754 +vn -0.441640 0.634158 0.634663 +vn -0.441640 0.634158 0.634663 +vn -0.441640 0.634158 0.634663 +vn -0.520848 0.603494 0.603749 +vn -0.520848 0.603494 0.603749 +vn -0.520848 0.603494 0.603749 +vn -0.520389 0.603819 0.603819 +vn -0.520389 0.603819 0.603819 +vn -0.520389 0.603819 0.603819 +vn -0.500127 0.612306 0.612335 +vn -0.500127 0.612306 0.612335 +vn -0.500127 0.612306 0.612335 +vn -0.500115 0.612311 0.612341 +vn -0.500115 0.612311 0.612341 +vn -0.500115 0.612311 0.612341 +vn -0.707040 0.500107 0.499987 +vn -0.707040 0.500107 0.499987 +vn -0.707040 0.500107 0.499987 +vn -0.707171 0.499937 0.499973 +vn -0.707171 0.499937 0.499973 +vn -0.707171 0.499937 0.499973 +vn -0.865941 0.353642 0.353672 +vn -0.865941 0.353642 0.353672 +vn -0.865941 0.353642 0.353672 +vn -0.865841 0.353809 0.353750 +vn -0.865841 0.353809 0.353750 +vn -0.865841 0.353809 0.353750 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -0.999764 -0.015388 -0.015328 +vn -0.999764 -0.015388 -0.015328 +vn -0.999764 -0.015388 -0.015328 +vn -0.999765 -0.015320 -0.015351 +vn -0.999765 -0.015320 -0.015351 +vn -0.999765 -0.015320 -0.015351 +vn -0.758430 -0.460932 -0.460788 +vn -0.758430 -0.460932 -0.460788 +vn -0.758430 -0.460932 -0.460788 +vn -0.758480 -0.460757 -0.460881 +vn -0.758480 -0.460757 -0.460881 +vn -0.758480 -0.460757 -0.460881 +vn 0.121864 -0.701814 -0.701859 +vn 0.121864 -0.701814 -0.701859 +vn 0.121864 -0.701814 -0.701859 +vn 0.121798 -0.701834 -0.701851 +vn 0.121798 -0.701834 -0.701851 +vn 0.121798 -0.701834 -0.701851 +vn 0.586422 -0.572828 -0.572693 +vn 0.586422 -0.572828 -0.572693 +vn 0.586422 -0.572828 -0.572693 +vn 0.586360 -0.572719 -0.572865 +vn 0.586360 -0.572719 -0.572865 +vn 0.586360 -0.572719 -0.572865 +vn 0.569617 -0.581178 -0.581178 +vn 0.569617 -0.581178 -0.581178 +vn 0.569617 -0.581178 -0.581178 +vn 0.569663 -0.581144 -0.581168 +vn 0.569663 -0.581144 -0.581168 +vn 0.569663 -0.581144 -0.581168 +vn 0.397855 -0.648755 -0.648713 +vn 0.397855 -0.648755 -0.648713 +vn 0.397855 -0.648755 -0.648713 +vn 0.397824 -0.648722 -0.648764 +vn 0.397824 -0.648722 -0.648764 +vn 0.397824 -0.648722 -0.648764 +vn 0.707122 -0.499889 -0.500089 +vn 0.707122 -0.499889 -0.500089 +vn 0.707122 -0.499889 -0.500089 +vn 0.707036 -0.500069 -0.500031 +vn 0.707036 -0.500069 -0.500031 +vn 0.707036 -0.500069 -0.500031 +vn 0.562393 -0.584685 -0.584685 +vn 0.562393 -0.584685 -0.584685 +vn 0.562393 -0.584685 -0.584685 +vn 0.562393 -0.584736 -0.584635 +vn 0.562393 -0.584736 -0.584635 +vn 0.562393 -0.584736 -0.584635 +vn 0.430997 -0.638033 -0.638087 +vn 0.430997 -0.638033 -0.638087 +vn 0.430997 -0.638033 -0.638087 +vn 0.430834 -0.638153 -0.638078 +vn 0.430834 -0.638153 -0.638078 +vn 0.430834 -0.638153 -0.638078 +vn 0.609283 -0.560610 -0.560795 +vn 0.609283 -0.560610 -0.560795 +vn 0.609282 -0.560610 -0.560795 +vn 0.608926 -0.561028 -0.560765 +vn 0.608926 -0.561028 -0.560765 +vn 0.608926 -0.561028 -0.560765 +vn 0.485489 -0.618164 -0.618202 +vn 0.485489 -0.618164 -0.618202 +vn 0.485489 -0.618164 -0.618202 +vn 0.485466 -0.618192 -0.618192 +vn 0.485466 -0.618192 -0.618192 +vn 0.485466 -0.618192 -0.618192 +vn 0.526893 -0.600992 -0.600992 +vn 0.526893 -0.600992 -0.600992 +vn 0.526893 -0.600992 -0.600992 +vn 0.526943 -0.600991 -0.600950 +vn 0.526943 -0.600991 -0.600950 +vn 0.526943 -0.600991 -0.600950 +vn 0.587106 -0.572410 -0.572410 +vn 0.587106 -0.572410 -0.572410 +vn 0.587106 -0.572410 -0.572410 +vn 0.587008 -0.572460 -0.572460 +vn 0.587008 -0.572460 -0.572460 +vn 0.587008 -0.572460 -0.572460 +vn 0.399548 -0.648171 -0.648255 +vn 0.399548 -0.648171 -0.648255 +vn 0.399548 -0.648171 -0.648255 +vn 0.399583 -0.648216 -0.648189 +vn 0.399583 -0.648216 -0.648189 +vn 0.399583 -0.648216 -0.648189 +vn 0.612352 -0.558976 -0.559081 +vn 0.612352 -0.558976 -0.559081 +vn 0.612352 -0.558975 -0.559081 +vn 0.612305 -0.559166 -0.558942 +vn 0.612305 -0.559166 -0.558942 +vn 0.612305 -0.559166 -0.558942 +vn 0.564380 -0.583728 -0.583726 +vn 0.564380 -0.583728 -0.583727 +vn 0.564380 -0.583728 -0.583727 +vn 0.564417 -0.583688 -0.583731 +vn 0.564417 -0.583688 -0.583731 +vn 0.564417 -0.583688 -0.583731 +vn 0.411655 -0.644397 -0.644431 +vn 0.411655 -0.644397 -0.644432 +vn 0.411655 -0.644397 -0.644431 +vn 0.411620 -0.644465 -0.644387 +vn 0.411620 -0.644465 -0.644386 +vn 0.411620 -0.644465 -0.644386 +vn 0.707455 -0.499495 -0.500012 +vn 0.707455 -0.499495 -0.500012 +vn 0.707455 -0.499495 -0.500012 +vn 0.707458 -0.499843 -0.499659 +vn 0.707458 -0.499843 -0.499659 +vn 0.707459 -0.499843 -0.499659 +vn 0.548389 -0.591299 -0.591299 +vn 0.548389 -0.591299 -0.591299 +vn 0.548389 -0.591299 -0.591299 +vn 0.548380 -0.591303 -0.591303 +vn 0.548380 -0.591303 -0.591303 +vn 0.548380 -0.591303 -0.591303 +vn 0.455475 -0.629494 -0.629508 +vn 0.455475 -0.629494 -0.629508 +vn 0.455475 -0.629494 -0.629508 +vn 0.455461 -0.629474 -0.629538 +vn 0.455461 -0.629474 -0.629538 +vn 0.455461 -0.629474 -0.629538 +vn 0.599144 -0.566047 -0.566230 +vn 0.599144 -0.566047 -0.566230 +vn 0.599144 -0.566047 -0.566230 +vn 0.599256 -0.566148 -0.566011 +vn 0.599256 -0.566148 -0.566011 +vn 0.599256 -0.566148 -0.566011 +vn 0.455562 -0.629490 -0.629449 +vn 0.455562 -0.629490 -0.629449 +vn 0.455562 -0.629490 -0.629449 +vn 0.455584 -0.629456 -0.629466 +vn 0.455584 -0.629456 -0.629466 +vn 0.455584 -0.629456 -0.629466 +vn 0.548604 -0.591181 -0.591218 +vn 0.548604 -0.591181 -0.591218 +vn 0.548604 -0.591181 -0.591218 +vn 0.548631 -0.591238 -0.591136 +vn 0.548631 -0.591238 -0.591136 +vn 0.548631 -0.591238 -0.591136 +vn 0.577878 -0.577067 -0.577106 +vn 0.577878 -0.577067 -0.577106 +vn 0.577878 -0.577067 -0.577106 +vn 0.577788 -0.577131 -0.577131 +vn 0.577788 -0.577131 -0.577131 +vn 0.577788 -0.577131 -0.577131 +vn 0.396326 -0.649202 -0.649202 +vn 0.396326 -0.649202 -0.649202 +vn 0.396326 -0.649202 -0.649202 +vn 0.396326 -0.649202 -0.649202 +vn 0.396326 -0.649202 -0.649202 +vn 0.396326 -0.649202 -0.649202 +vn 0.638285 -0.544380 -0.544282 +vn 0.638285 -0.544380 -0.544282 +vn 0.638285 -0.544380 -0.544282 +vn 0.638425 -0.544273 -0.544224 +vn 0.638425 -0.544273 -0.544224 +vn 0.638425 -0.544273 -0.544224 +vn 0.558527 -0.586506 -0.586565 +vn 0.558527 -0.586506 -0.586565 +vn 0.558527 -0.586506 -0.586565 +vn 0.558441 -0.586570 -0.586583 +vn 0.558441 -0.586570 -0.586583 +vn 0.558441 -0.586570 -0.586583 +vn 0.437703 -0.635775 -0.635772 +vn 0.437703 -0.635775 -0.635772 +vn 0.437703 -0.635775 -0.635772 +vn 0.437746 -0.635769 -0.635748 +vn 0.437746 -0.635769 -0.635748 +vn 0.437746 -0.635769 -0.635748 +vn 0.706917 -0.499876 -0.500392 +vn 0.706917 -0.499876 -0.500392 +vn 0.706917 -0.499876 -0.500392 +vn 0.707300 -0.499600 -0.500127 +vn 0.707300 -0.499600 -0.500127 +vn 0.707300 -0.499600 -0.500127 +vn 0.526395 -0.601230 -0.601190 +vn 0.526396 -0.601230 -0.601190 +vn 0.526395 -0.601230 -0.601191 +vn 0.526313 -0.601236 -0.601256 +vn 0.526313 -0.601236 -0.601256 +vn 0.526313 -0.601236 -0.601256 +vn 0.606019 -0.562433 -0.562503 +vn 0.606019 -0.562433 -0.562503 +vn 0.606019 -0.562433 -0.562503 +vn 0.606029 -0.562493 -0.562432 +vn 0.606029 -0.562493 -0.562432 +vn 0.606029 -0.562493 -0.562432 +vn 0.984046 -0.125806 -0.125806 +vn 0.984046 -0.125806 -0.125806 +vn 0.984046 -0.125806 -0.125806 +vn 0.984046 -0.125840 -0.125767 +vn 0.984046 -0.125840 -0.125767 +vn 0.984046 -0.125840 -0.125767 +vn 1.000000 -0.000018 0.000012 +vn 1.000000 -0.000018 0.000012 +vn 1.000000 -0.000018 0.000012 +vn 1.000000 -0.000019 0.000023 +vn 1.000000 -0.000019 0.000023 +vn 1.000000 -0.000019 0.000023 +vn 0.800609 -0.423734 -0.423645 +vn 0.800609 -0.423734 -0.423645 +vn 0.800609 -0.423734 -0.423645 +vn 0.800427 -0.423838 -0.423884 +vn 0.800427 -0.423838 -0.423884 +vn 0.800427 -0.423838 -0.423884 +vn 0.649340 -0.537791 -0.537716 +vn 0.649340 -0.537791 -0.537716 +vn 0.649340 -0.537791 -0.537716 +vn 0.649418 -0.537688 -0.537725 +vn 0.649418 -0.537688 -0.537725 +vn 0.649418 -0.537688 -0.537725 +vn 0.595198 -0.568186 -0.568247 +vn 0.595198 -0.568185 -0.568247 +vn 0.595198 -0.568186 -0.568247 +vn 0.595208 -0.568192 -0.568230 +vn 0.595208 -0.568192 -0.568230 +vn 0.595208 -0.568192 -0.568230 +vn 0.429998 -0.638422 -0.638372 +vn 0.429998 -0.638422 -0.638372 +vn 0.429998 -0.638422 -0.638372 +vn 0.430005 -0.638395 -0.638395 +vn 0.430005 -0.638395 -0.638395 +vn 0.430005 -0.638395 -0.638395 +vn 0.578197 -0.576926 -0.576926 +vn 0.578197 -0.576926 -0.576926 +vn 0.578197 -0.576926 -0.576926 +vn 0.578197 -0.576959 -0.576893 +vn 0.578197 -0.576959 -0.576893 +vn 0.578197 -0.576959 -0.576893 +vn 0.567879 -0.581979 -0.582077 +vn 0.567879 -0.581979 -0.582077 +vn 0.567879 -0.581979 -0.582077 +vn 0.567827 -0.582070 -0.582037 +vn 0.567827 -0.582070 -0.582037 +vn 0.567827 -0.582070 -0.582037 +vn 0.398489 -0.648539 -0.648539 +vn 0.398489 -0.648539 -0.648539 +vn 0.398489 -0.648539 -0.648539 +vn 0.398343 -0.648592 -0.648576 +vn 0.398343 -0.648592 -0.648576 +vn 0.398343 -0.648592 -0.648576 +vn 0.707066 -0.499969 -0.500088 +vn 0.707066 -0.499969 -0.500088 +vn 0.707066 -0.499969 -0.500088 +vn 0.707087 -0.500014 -0.500014 +vn 0.707087 -0.500014 -0.500014 +vn 0.707087 -0.500014 -0.500014 +vn 0.563967 -0.583904 -0.583950 +vn 0.563967 -0.583904 -0.583950 +vn 0.563967 -0.583904 -0.583950 +vn 0.564029 -0.583914 -0.583880 +vn 0.564029 -0.583914 -0.583880 +vn 0.564029 -0.583914 -0.583880 +vn 0.430935 -0.638104 -0.638058 +vn 0.430935 -0.638104 -0.638058 +vn 0.430935 -0.638104 -0.638059 +vn 0.431025 -0.638068 -0.638034 +vn 0.431025 -0.638068 -0.638034 +vn 0.431025 -0.638068 -0.638034 +vn 0.616266 -0.557091 -0.556656 +vn 0.616266 -0.557091 -0.556656 +vn 0.616266 -0.557091 -0.556656 +vn 0.615535 -0.557188 -0.557367 +vn 0.615535 -0.557188 -0.557367 +vn 0.615535 -0.557188 -0.557367 +vn 0.487843 -0.617256 -0.617256 +vn 0.487843 -0.617256 -0.617256 +vn 0.487843 -0.617256 -0.617256 +vn 0.487827 -0.617272 -0.617252 +vn 0.487827 -0.617272 -0.617252 +vn 0.487827 -0.617272 -0.617252 +vn 0.515771 -0.605797 -0.605797 +vn 0.515771 -0.605797 -0.605797 +vn 0.515771 -0.605797 -0.605797 +vn 0.515710 -0.605791 -0.605855 +vn 0.515710 -0.605791 -0.605855 +vn 0.515710 -0.605791 -0.605855 +vn 0.584458 -0.573835 -0.573692 +vn 0.584458 -0.573835 -0.573692 +vn 0.584458 -0.573835 -0.573692 +vn 0.584498 -0.573719 -0.573767 +vn 0.584498 -0.573719 -0.573767 +vn 0.584498 -0.573719 -0.573767 +vn 0.407288 -0.645821 -0.645779 +vn 0.407288 -0.645821 -0.645779 +vn 0.407288 -0.645821 -0.645779 +vn 0.407260 -0.645783 -0.645835 +vn 0.407260 -0.645783 -0.645835 +vn 0.407261 -0.645783 -0.645835 +vn 0.613604 -0.558362 -0.558320 +vn 0.613604 -0.558362 -0.558320 +vn 0.613604 -0.558362 -0.558320 +vn 0.613731 -0.558284 -0.558259 +vn 0.613731 -0.558284 -0.558259 +vn 0.613731 -0.558284 -0.558259 +vn 0.568119 -0.581926 -0.581897 +vn 0.568119 -0.581926 -0.581897 +vn 0.568119 -0.581926 -0.581897 +vn 0.568060 -0.581969 -0.581910 +vn 0.568060 -0.581969 -0.581910 +vn 0.568060 -0.581969 -0.581910 +vn 0.403852 -0.646851 -0.646906 +vn 0.403852 -0.646851 -0.646906 +vn 0.403852 -0.646851 -0.646906 +vn 0.403774 -0.646929 -0.646877 +vn 0.403774 -0.646929 -0.646877 +vn 0.403774 -0.646929 -0.646877 +vn 0.707079 -0.499949 -0.500090 +vn 0.707079 -0.499949 -0.500091 +vn 0.707079 -0.499949 -0.500090 +vn 0.707367 -0.499744 -0.499888 +vn 0.707367 -0.499744 -0.499888 +vn 0.707367 -0.499744 -0.499888 +vn 0.550268 -0.590426 -0.590426 +vn 0.550268 -0.590426 -0.590426 +vn 0.550268 -0.590426 -0.590426 +vn 0.550227 -0.590450 -0.590440 +vn 0.550227 -0.590450 -0.590440 +vn 0.550227 -0.590450 -0.590440 +vn 0.452107 -0.630688 -0.630738 +vn 0.452107 -0.630688 -0.630738 +vn 0.452107 -0.630688 -0.630738 +vn 0.452144 -0.630669 -0.630731 +vn 0.452144 -0.630669 -0.630731 +vn 0.452144 -0.630669 -0.630731 +vn 0.601798 -0.564764 -0.564696 +vn 0.601798 -0.564764 -0.564696 +vn 0.601798 -0.564764 -0.564696 +vn 0.601725 -0.564800 -0.564737 +vn 0.601725 -0.564800 -0.564737 +vn 0.601725 -0.564800 -0.564737 +vn 0.459684 -0.627990 -0.627949 +vn 0.459684 -0.627990 -0.627949 +vn 0.459684 -0.627990 -0.627949 +vn 0.459690 -0.627962 -0.627972 +vn 0.459690 -0.627962 -0.627972 +vn 0.459690 -0.627962 -0.627972 +vn 0.544710 -0.593007 -0.592987 +vn 0.544710 -0.593007 -0.592987 +vn 0.544710 -0.593007 -0.592987 +vn 0.544708 -0.593011 -0.592984 +vn 0.544708 -0.593011 -0.592984 +vn 0.544708 -0.593011 -0.592984 +vn 0.579951 -0.576046 -0.576046 +vn 0.579951 -0.576046 -0.576046 +vn 0.579951 -0.576046 -0.576046 +vn 0.580004 -0.576039 -0.575999 +vn 0.580004 -0.576039 -0.575999 +vn 0.580004 -0.576039 -0.575999 +vn 0.392783 -0.650257 -0.650299 +vn 0.392783 -0.650257 -0.650299 +vn 0.392783 -0.650257 -0.650299 +vn 0.392739 -0.650309 -0.650272 +vn 0.392739 -0.650309 -0.650272 +vn 0.392739 -0.650309 -0.650272 +vn 0.639602 -0.543634 -0.543481 +vn 0.639602 -0.543634 -0.543481 +vn 0.639602 -0.543634 -0.543481 +vn 0.639731 -0.543474 -0.543489 +vn 0.639731 -0.543474 -0.543489 +vn 0.639731 -0.543474 -0.543489 +vn 0.565017 -0.583406 -0.583432 +vn 0.565017 -0.583406 -0.583432 +vn 0.565017 -0.583406 -0.583432 +vn 0.564995 -0.583457 -0.583403 +vn 0.564995 -0.583457 -0.583403 +vn 0.564995 -0.583457 -0.583403 +vn 0.428690 -0.638825 -0.638849 +vn 0.428690 -0.638825 -0.638849 +vn 0.428690 -0.638825 -0.638849 +vn 0.428611 -0.638858 -0.638869 +vn 0.428611 -0.638858 -0.638869 +vn 0.428611 -0.638858 -0.638869 +vn 0.706909 -0.500407 -0.499873 +vn 0.706909 -0.500407 -0.499873 +vn 0.706909 -0.500407 -0.499873 +vn 0.708275 -0.498701 -0.499643 +vn 0.708275 -0.498701 -0.499643 +vn 0.708275 -0.498701 -0.499643 +vn 0.532215 -0.598663 -0.598623 +vn 0.532215 -0.598663 -0.598623 +vn 0.532215 -0.598663 -0.598623 +vn 0.532079 -0.598668 -0.598739 +vn 0.532079 -0.598668 -0.598739 +vn 0.532079 -0.598668 -0.598739 +vn 0.477044 -0.621462 -0.621462 +vn 0.477044 -0.621462 -0.621462 +vn 0.477044 -0.621462 -0.621462 +vn 0.477146 -0.621405 -0.621440 +vn 0.477146 -0.621405 -0.621440 +vn 0.477146 -0.621405 -0.621440 +vn 0.592593 -0.569590 -0.569562 +vn 0.592593 -0.569590 -0.569562 +vn 0.592593 -0.569590 -0.569562 +vn 0.592430 -0.569571 -0.569750 +vn 0.592430 -0.569571 -0.569750 +vn 0.592430 -0.569571 -0.569750 +vn 0.434769 -0.636808 -0.636751 +vn 0.434769 -0.636808 -0.636751 +vn 0.434769 -0.636808 -0.636751 +vn 0.434819 -0.636737 -0.636788 +vn 0.434819 -0.636737 -0.636788 +vn 0.434819 -0.636737 -0.636788 +vn 0.572819 -0.579603 -0.579603 +vn 0.572819 -0.579603 -0.579603 +vn 0.572819 -0.579603 -0.579603 +vn 0.572819 -0.579598 -0.579608 +vn 0.572819 -0.579598 -0.579608 +vn 0.572819 -0.579598 -0.579608 +vn 0.574980 -0.578515 -0.578549 +vn 0.574980 -0.578515 -0.578549 +vn 0.574980 -0.578515 -0.578549 +vn 0.574920 -0.578587 -0.578536 +vn 0.574920 -0.578587 -0.578536 +vn 0.574920 -0.578587 -0.578536 +vn 0.391192 -0.650778 -0.650736 +vn 0.391192 -0.650778 -0.650736 +vn 0.391192 -0.650778 -0.650736 +vn 0.391320 -0.650689 -0.650747 +vn 0.391320 -0.650689 -0.650747 +vn 0.391320 -0.650689 -0.650747 +vn 0.654793 -0.534477 -0.534398 +vn 0.654793 -0.534477 -0.534398 +vn 0.654793 -0.534477 -0.534398 +vn 0.654764 -0.534479 -0.534430 +vn 0.654764 -0.534479 -0.534430 +vn 0.654764 -0.534479 -0.534430 +vn 0.552752 -0.589289 -0.589240 +vn 0.552752 -0.589289 -0.589240 +vn 0.552752 -0.589289 -0.589240 +vn 0.552833 -0.589257 -0.589196 +vn 0.552833 -0.589257 -0.589196 +vn 0.552833 -0.589257 -0.589196 +vn 0.452410 -0.630594 -0.630616 +vn 0.452410 -0.630594 -0.630616 +vn 0.452410 -0.630594 -0.630616 +vn 0.452392 -0.630654 -0.630568 +vn 0.452392 -0.630654 -0.630568 +vn 0.452392 -0.630654 -0.630568 +vn 0.616925 -0.556374 -0.556644 +vn 0.616925 -0.556374 -0.556644 +vn 0.616925 -0.556374 -0.556644 +vn 0.616034 -0.557096 -0.556908 +vn 0.616034 -0.557096 -0.556908 +vn 0.616034 -0.557096 -0.556908 +vn 0.504954 -0.610357 -0.610317 +vn 0.504954 -0.610357 -0.610317 +vn 0.504954 -0.610357 -0.610317 +vn 0.504941 -0.610337 -0.610347 +vn 0.504941 -0.610337 -0.610347 +vn 0.504941 -0.610337 -0.610347 +vn 0.503794 -0.610754 -0.610877 +vn 0.503794 -0.610754 -0.610877 +vn 0.503794 -0.610754 -0.610877 +vn 0.503794 -0.610854 -0.610778 +vn 0.503794 -0.610854 -0.610778 +vn 0.503794 -0.610854 -0.610778 +vn 0.587286 -0.572370 -0.572265 +vn 0.587286 -0.572370 -0.572265 +vn 0.587286 -0.572370 -0.572265 +vn 0.587351 -0.572179 -0.572389 +vn 0.587351 -0.572179 -0.572389 +vn 0.587352 -0.572179 -0.572389 +vn 0.415908 -0.643075 -0.643021 +vn 0.415908 -0.643075 -0.643021 +vn 0.415908 -0.643075 -0.643021 +vn 0.415922 -0.643048 -0.643038 +vn 0.415922 -0.643048 -0.643038 +vn 0.415922 -0.643048 -0.643038 +vn 0.595757 -0.567900 -0.567947 +vn 0.595757 -0.567900 -0.567947 +vn 0.595757 -0.567900 -0.567947 +vn 0.595717 -0.567921 -0.567968 +vn 0.595717 -0.567921 -0.567968 +vn 0.595717 -0.567921 -0.567968 +vn 0.568536 -0.581707 -0.581707 +vn 0.568536 -0.581707 -0.581707 +vn 0.568536 -0.581707 -0.581707 +vn 0.568509 -0.581674 -0.581767 +vn 0.568509 -0.581675 -0.581767 +vn 0.568509 -0.581675 -0.581767 +vn 0.402618 -0.647242 -0.647284 +vn 0.402618 -0.647242 -0.647284 +vn 0.402618 -0.647242 -0.647284 +vn 0.402616 -0.647264 -0.647264 +vn 0.402616 -0.647264 -0.647264 +vn 0.402616 -0.647264 -0.647264 +vn 0.707045 -0.499931 -0.500156 +vn 0.707045 -0.499931 -0.500156 +vn 0.707045 -0.499931 -0.500156 +vn 0.707081 -0.500003 -0.500033 +vn 0.707081 -0.500003 -0.500033 +vn 0.707081 -0.500003 -0.500033 +vn 0.555561 -0.587964 -0.587920 +vn 0.555561 -0.587964 -0.587920 +vn 0.555561 -0.587964 -0.587920 +vn 0.555577 -0.587968 -0.587902 +vn 0.555577 -0.587968 -0.587902 +vn 0.555577 -0.587968 -0.587902 +vn 0.444057 -0.633543 -0.633591 +vn 0.444057 -0.633543 -0.633591 +vn 0.444057 -0.633543 -0.633591 +vn 0.443935 -0.633621 -0.633597 +vn 0.443935 -0.633621 -0.633597 +vn 0.443935 -0.633621 -0.633597 +vn 0.723405 -0.488231 -0.488177 +vn 0.723405 -0.488231 -0.488177 +vn 0.723405 -0.488231 -0.488177 +vn 0.723524 -0.488041 -0.488190 +vn 0.723524 -0.488041 -0.488189 +vn 0.723524 -0.488041 -0.488189 +vn 0.900207 -0.307907 -0.307931 +vn 0.900207 -0.307907 -0.307931 +vn 0.900206 -0.307907 -0.307931 +vn 0.900247 -0.307860 -0.307860 +vn 0.900247 -0.307860 -0.307860 +vn 0.900247 -0.307860 -0.307860 +vn 1.000000 0.000007 -0.000002 +vn 1.000000 0.000007 -0.000002 +vn 1.000000 0.000007 -0.000002 +vn 1.000000 0.000000 -0.000014 +vn 1.000000 0.000000 -0.000014 +vn 1.000000 0.000000 -0.000014 +vn 0.964649 0.186311 0.186388 +vn 0.964649 0.186311 0.186388 +vn 0.964649 0.186311 0.186388 +vn 0.964626 0.186430 0.186386 +vn 0.964626 0.186430 0.186386 +vn 0.964626 0.186430 0.186386 +vn -0.000044 -0.707070 0.707143 +vn -0.000044 -0.707070 0.707143 +vn -0.000044 -0.707070 0.707143 +vn -0.000068 -0.706909 0.707305 +vn -0.000068 -0.706909 0.707305 +vn -0.000068 -0.706909 0.707305 +vn -0.000076 -0.707107 0.707107 +vn -0.000076 -0.707107 0.707107 +vn -0.000076 -0.707107 0.707107 +vn 0.000000 -0.706772 0.707442 +vn 0.000000 -0.706772 0.707442 +vn 0.000000 -0.706772 0.707442 +vn -0.000129 -0.706718 0.707495 +vn -0.000129 -0.706718 0.707495 +vn -0.000129 -0.706718 0.707495 +vn -0.000238 -0.706988 0.707226 +vn -0.000238 -0.706988 0.707226 +vn -0.000238 -0.706988 0.707226 +vn -0.000162 -0.706563 0.707650 +vn -0.000162 -0.706563 0.707650 +vn -0.000162 -0.706563 0.707650 +vn -0.000041 -0.707374 0.706840 +vn -0.000041 -0.707374 0.706840 +vn -0.000041 -0.707374 0.706840 +vn -0.000070 -0.706620 0.707594 +vn -0.000070 -0.706620 0.707594 +vn -0.000070 -0.706619 0.707594 +vn 0.000000 -0.707019 0.707194 +vn 0.000000 -0.707019 0.707194 +vn 0.000000 -0.707019 0.707194 +vn -0.000092 -0.706372 0.707841 +vn -0.000092 -0.706372 0.707841 +vn -0.000092 -0.706372 0.707841 +vn 0.000000 -0.707549 0.706664 +vn 0.000000 -0.707549 0.706664 +vn 0.000000 -0.707549 0.706664 +vn -0.000098 -0.707402 0.706811 +vn -0.000098 -0.707402 0.706811 +vn -0.000098 -0.707402 0.706811 +vn 0.000000 -0.705023 0.709185 +vn 0.000000 -0.705023 0.709185 +vn 0.000000 -0.705023 0.709185 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000361 -0.709629 0.704576 +vn 0.000361 -0.709629 0.704576 +vn 0.000361 -0.709629 0.704576 +vn -0.000354 -0.705332 0.708877 +vn -0.000354 -0.705332 0.708877 +vn -0.000354 -0.705332 0.708877 +vn -0.000219 -0.706669 0.707544 +vn -0.000219 -0.706669 0.707545 +vn -0.000219 -0.706669 0.707544 +vn 0.000238 -0.708058 0.706154 +vn 0.000238 -0.708058 0.706154 +vn 0.000238 -0.708058 0.706154 +vn 0.000000 -0.706098 0.708114 +vn 0.000000 -0.706098 0.708114 +vn 0.000000 -0.706098 0.708114 +vn -0.000528 -0.706843 0.707371 +vn -0.000528 -0.706843 0.707371 +vn -0.000528 -0.706843 0.707371 +vn 0.000000 -0.707773 0.706440 +vn 0.000000 -0.707773 0.706440 +vn 0.000000 -0.707773 0.706440 +vn 0.000294 -0.707989 0.706223 +vn 0.000294 -0.707989 0.706223 +vn 0.000294 -0.707989 0.706223 +vn 0.000588 -0.708868 0.705341 +vn 0.000588 -0.708868 0.705341 +vn 0.000588 -0.708868 0.705341 +vn 0.002156 -0.707105 0.707105 +vn 0.002156 -0.707105 0.707105 +vn 0.002156 -0.707105 0.707105 +vn -0.000109 -0.706450 0.707763 +vn -0.000109 -0.706450 0.707763 +vn -0.000109 -0.706450 0.707763 +vn -0.000851 -0.706255 0.707957 +vn -0.000851 -0.706255 0.707957 +vn -0.000851 -0.706255 0.707957 +vn -0.000293 -0.707107 0.707107 +vn -0.000293 -0.707107 0.707107 +vn -0.000293 -0.707107 0.707107 +vn 0.000000 -0.702409 0.711774 +vn 0.000000 -0.702409 0.711774 +vn 0.000000 -0.702409 0.711774 +vn 0.000548 -0.708020 0.706192 +vn 0.000548 -0.708020 0.706192 +vn 0.000548 -0.708020 0.706192 +vn -0.000291 -0.706524 0.707690 +vn -0.000291 -0.706524 0.707690 +vn -0.000291 -0.706524 0.707690 +vn -0.000315 -0.706792 0.707421 +vn -0.000315 -0.706792 0.707421 +vn -0.000315 -0.706792 0.707421 +vn -0.001353 -0.710481 0.703715 +vn -0.001353 -0.710481 0.703715 +vn -0.001353 -0.710481 0.703715 +vn 0.000103 -0.706286 0.707927 +vn 0.000103 -0.706286 0.707927 +vn 0.000103 -0.706286 0.707927 +vn 0.000276 -0.708484 0.705727 +vn 0.000276 -0.708484 0.705727 +vn 0.000276 -0.708484 0.705727 +vn -0.001547 -0.702449 0.711732 +vn -0.001547 -0.702449 0.711732 +vn -0.001547 -0.702449 0.711732 +vn 0.000000 -0.711485 0.702701 +vn 0.000000 -0.711485 0.702701 +vn 0.000000 -0.711485 0.702701 +vn 0.000000 -0.706822 0.707392 +vn 0.000000 -0.706822 0.707392 +vn 0.000000 -0.706822 0.707392 +vn 0.000338 -0.707614 0.706599 +vn 0.000338 -0.707614 0.706599 +vn 0.000338 -0.707614 0.706599 +vn -0.000701 -0.707107 0.707107 +vn -0.000701 -0.707107 0.707107 +vn -0.000701 -0.707107 0.707107 +vn 0.000635 -0.708375 0.705836 +vn 0.000635 -0.708375 0.705836 +vn 0.000635 -0.708375 0.705836 +vn 0.000000 -0.707276 0.706937 +vn 0.000000 -0.707276 0.706937 +vn 0.000000 -0.707276 0.706937 +vn 0.000000 -0.708162 0.706050 +vn 0.000000 -0.708162 0.706050 +vn 0.000000 -0.708162 0.706050 +vn -0.000204 -0.705879 0.708333 +vn -0.000204 -0.705879 0.708333 +vn -0.000204 -0.705879 0.708333 +vn -0.000611 -0.706189 0.708023 +vn -0.000611 -0.706189 0.708023 +vn -0.000611 -0.706189 0.708023 +vn 0.000000 -0.000000 0.000000 +vn 0.014277 -0.728126 0.685295 +vn 0.014277 -0.728126 0.685295 +vn -0.000481 -0.705661 0.708549 +vn -0.000481 -0.705661 0.708549 +vn -0.000481 -0.705661 0.708549 +vn 0.000891 -0.708442 0.705769 +vn 0.000891 -0.708442 0.705769 +vn 0.000891 -0.708442 0.705769 +vn -0.000398 -0.707902 0.706311 +vn -0.000398 -0.707902 0.706311 +vn -0.000398 -0.707902 0.706311 +vn 0.000499 -0.707855 0.706358 +vn 0.000499 -0.707855 0.706358 +vn 0.000499 -0.707855 0.706358 +vn 0.000000 0.000000 0.000000 +vn -0.004975 -0.736318 0.676617 +vn -0.004975 -0.736318 0.676617 +vn 0.000344 -0.707451 0.706763 +vn 0.000344 -0.707450 0.706763 +vn 0.000344 -0.707450 0.706763 +vn 0.000159 -0.707743 0.706470 +vn 0.000159 -0.707743 0.706470 +vn 0.000159 -0.707743 0.706470 +vn -0.000504 -0.706097 0.708115 +vn -0.000504 -0.706097 0.708115 +vn -0.000504 -0.706097 0.708115 +vn 0.000934 -0.708040 0.706172 +vn 0.000934 -0.708040 0.706172 +vn 0.000934 -0.708040 0.706172 +vn -0.000188 -0.705227 0.708982 +vn -0.000188 -0.705227 0.708982 +vn -0.000188 -0.705227 0.708982 +vn -0.000002 -0.707110 0.707103 +vn -0.000002 -0.707110 0.707103 +vn -0.000002 -0.707110 0.707103 +vn 0.000000 -0.707228 0.706986 +vn 0.000000 -0.707228 0.706986 +vn 0.000000 -0.707228 0.706986 +vn 0.000000 -0.706911 0.707303 +vn 0.000000 -0.706911 0.707303 +vn 0.000000 -0.706911 0.707303 +vn -0.000001 -0.707252 0.706961 +vn -0.000001 -0.707252 0.706961 +vn -0.000001 -0.707252 0.706961 +vn -0.000001 -0.707101 0.707112 +vn -0.000001 -0.707101 0.707112 +vn -0.000001 -0.707101 0.707112 +vn -0.000002 -0.707170 0.707043 +vn -0.000002 -0.707170 0.707043 +vn -0.000002 -0.707170 0.707043 +vn -0.000001 -0.707122 0.707091 +vn -0.000001 -0.707122 0.707091 +vn -0.000001 -0.707122 0.707091 +vn -0.000001 -0.707134 0.707080 +vn -0.000001 -0.707134 0.707080 +vn -0.000001 -0.707134 0.707080 +vn 0.000000 -0.707082 0.707132 +vn 0.000000 -0.707082 0.707132 +vn 0.000000 -0.707082 0.707132 +vn -0.000109 -0.707433 0.706781 +vn -0.000109 -0.707433 0.706781 +vn -0.000109 -0.707433 0.706781 +vn 0.000056 -0.705529 0.708681 +vn 0.000056 -0.705529 0.708681 +vn 0.000056 -0.705529 0.708681 +vn 0.000016 -0.707059 0.707155 +vn 0.000016 -0.707059 0.707155 +vn 0.000016 -0.707059 0.707155 +vn -0.000022 -0.707129 0.707085 +vn -0.000022 -0.707129 0.707085 +vn -0.000022 -0.707129 0.707085 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000304 -0.707411 0.706803 +vn -0.000304 -0.707411 0.706803 +vn -0.000304 -0.707411 0.706803 +vn 0.000019 -0.707088 0.707126 +vn 0.000019 -0.707088 0.707126 +vn 0.000019 -0.707088 0.707126 +vn -0.000199 -0.707239 0.706974 +vn -0.000199 -0.707239 0.706974 +vn -0.000199 -0.707239 0.706974 +vn 0.000000 -0.707141 0.707073 +vn 0.000000 -0.707141 0.707073 +vn 0.000000 -0.707141 0.707073 +vn -0.000024 -0.707131 0.707083 +vn -0.000024 -0.707131 0.707083 +vn -0.000024 -0.707131 0.707083 +vn 0.000050 -0.707056 0.707157 +vn 0.000050 -0.707056 0.707157 +vn 0.000050 -0.707056 0.707157 +vn 0.001096 -0.708202 0.706009 +vn 0.001096 -0.708202 0.706009 +vn 0.001096 -0.708202 0.706009 +vn 0.000432 -0.708403 0.705808 +vn 0.000432 -0.708403 0.705808 +vn 0.000432 -0.708403 0.705808 +vn -0.000024 -0.707131 0.707083 +vn -0.000024 -0.707131 0.707083 +vn -0.000024 -0.707131 0.707083 +vn -0.000026 -0.707132 0.707081 +vn -0.000026 -0.707132 0.707081 +vn -0.000026 -0.707132 0.707081 +vn -0.000048 -0.707155 0.707059 +vn -0.000048 -0.707155 0.707059 +vn -0.000048 -0.707155 0.707059 +vn 0.000044 -0.707151 0.707063 +vn 0.000044 -0.707151 0.707063 +vn 0.000044 -0.707151 0.707063 +vn 0.000000 -0.706445 0.707768 +vn 0.000000 -0.706445 0.707768 +vn 0.000000 -0.706445 0.707768 +vn 0.000000 -0.707086 0.707127 +vn 0.000000 -0.707086 0.707127 +vn 0.000000 -0.707086 0.707127 +vn 0.000030 -0.707062 0.707152 +vn 0.000030 -0.707062 0.707152 +vn 0.000030 -0.707062 0.707152 +vn -0.000010 -0.707120 0.707094 +vn -0.000010 -0.707120 0.707094 +vn -0.000010 -0.707120 0.707094 +vn 0.000007 -0.707108 0.707105 +vn 0.000007 -0.707109 0.707105 +vn 0.000007 -0.707109 0.707105 +vn -0.000015 -0.707090 0.707124 +vn -0.000015 -0.707090 0.707124 +vn -0.000015 -0.707090 0.707124 +vn -0.000036 -0.707111 0.707102 +vn -0.000036 -0.707111 0.707102 +vn -0.000036 -0.707111 0.707102 +vn -0.000434 -0.707107 0.707107 +vn -0.000434 -0.707107 0.707107 +vn -0.000434 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000254 -0.707234 0.706980 +vn 0.000254 -0.707234 0.706980 +vn 0.000254 -0.707234 0.706980 +vn -0.000177 -0.707107 0.707107 +vn -0.000177 -0.707107 0.707107 +vn -0.000177 -0.707107 0.707107 +vn 0.000183 -0.707472 0.706742 +vn 0.000183 -0.707472 0.706742 +vn 0.000183 -0.707472 0.706742 +vn 0.000007 -0.707105 0.707108 +vn 0.000007 -0.707105 0.707108 +vn 0.000007 -0.707105 0.707108 +vn -0.000036 -0.707142 0.707071 +vn -0.000036 -0.707142 0.707071 +vn -0.000036 -0.707142 0.707071 +vn 0.000000 -0.707089 0.707124 +vn 0.000000 -0.707089 0.707124 +vn 0.000000 -0.707089 0.707124 +vn 0.000000 -0.708121 0.706092 +vn 0.000000 -0.708121 0.706092 +vn 0.000000 -0.708121 0.706092 +vn -0.000098 -0.706924 0.707290 +vn -0.000098 -0.706924 0.707290 +vn -0.000098 -0.706924 0.707290 +vn 0.000047 -0.707107 0.707107 +vn 0.000047 -0.707107 0.707107 +vn 0.000047 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707133 0.707081 +vn 0.000000 -0.707133 0.707081 +vn 0.000000 -0.707133 0.707081 +vn 0.000004 -0.707183 0.707031 +vn 0.000004 -0.707183 0.707031 +vn 0.000004 -0.707183 0.707031 +vn 0.000017 -0.707115 0.707098 +vn 0.000017 -0.707115 0.707098 +vn 0.000017 -0.707115 0.707098 +vn 0.000000 -0.707298 0.706916 +vn 0.000000 -0.707298 0.706916 +vn 0.000000 -0.707298 0.706916 +vn -0.000637 -0.706151 0.708061 +vn -0.000637 -0.706151 0.708061 +vn -0.000637 -0.706151 0.708061 +vn 0.000010 -0.707117 0.707096 +vn 0.000010 -0.707117 0.707096 +vn 0.000010 -0.707117 0.707096 +vn -0.000074 -0.706959 0.707255 +vn -0.000074 -0.706959 0.707255 +vn -0.000074 -0.706959 0.707255 +vn -0.000483 -0.706623 0.707590 +vn -0.000483 -0.706623 0.707590 +vn -0.000483 -0.706623 0.707590 +vn 0.000036 -0.707102 0.707111 +vn 0.000036 -0.707102 0.707111 +vn 0.000036 -0.707102 0.707111 +vn -0.000226 -0.704841 0.709365 +vn -0.000226 -0.704841 0.709365 +vn -0.000226 -0.704841 0.709365 +vn -0.000055 -0.707052 0.707162 +vn -0.000055 -0.707052 0.707162 +vn -0.000055 -0.707052 0.707162 +vn 0.000000 -0.707798 0.706415 +vn 0.000000 -0.707798 0.706415 +vn 0.000000 -0.707798 0.706415 +vn -0.000018 -0.707116 0.707098 +vn -0.000018 -0.707116 0.707098 +vn -0.000018 -0.707116 0.707098 +vn 0.000000 -0.707165 0.707049 +vn 0.000000 -0.707165 0.707049 +vn 0.000000 -0.707165 0.707049 +vn 0.000043 -0.707107 0.707107 +vn 0.000043 -0.707107 0.707107 +vn 0.000043 -0.707107 0.707107 +vn -0.000114 -0.707092 0.707121 +vn -0.000114 -0.707092 0.707121 +vn -0.000114 -0.707093 0.707121 +vn -0.000318 -0.707266 0.706948 +vn -0.000318 -0.707266 0.706948 +vn -0.000318 -0.707266 0.706948 +vn 0.001449 -0.707106 0.707106 +vn 0.001449 -0.707106 0.707106 +vn 0.001449 -0.707106 0.707106 +vn 0.000058 -0.707107 0.707107 +vn 0.000058 -0.707107 0.707107 +vn 0.000058 -0.707107 0.707107 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707180 0.707034 +vn 0.000000 -0.707180 0.707034 +vn 0.000000 -0.707180 0.707034 +vn 0.000000 -0.707049 0.707164 +vn 0.000000 -0.707049 0.707165 +vn 0.000000 -0.707049 0.707165 +vn -0.000065 -0.707074 0.707139 +vn -0.000065 -0.707074 0.707139 +vn -0.000065 -0.707075 0.707139 +vn 0.000157 -0.707107 0.707107 +vn 0.000157 -0.707107 0.707107 +vn 0.000157 -0.707107 0.707107 +vn 0.000000 -0.707081 0.707133 +vn 0.000000 -0.707081 0.707133 +vn 0.000000 -0.707081 0.707133 +vn -0.000055 -0.707107 0.707107 +vn -0.000055 -0.707107 0.707107 +vn -0.000055 -0.707107 0.707107 +vn 0.000083 -0.707148 0.707065 +vn 0.000083 -0.707148 0.707065 +vn 0.000083 -0.707148 0.707065 +vn 0.000179 -0.706570 0.707643 +vn 0.000179 -0.706570 0.707643 +vn 0.000179 -0.706571 0.707643 +vn 0.000000 -0.707775 0.706438 +vn 0.000000 -0.707775 0.706438 +vn 0.000000 -0.707775 0.706438 +vn -0.000026 -0.707107 0.707107 +vn -0.000026 -0.707107 0.707107 +vn -0.000026 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000040 -0.707027 0.707187 +vn 0.000040 -0.707027 0.707187 +vn 0.000040 -0.707027 0.707187 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn -0.000294 -0.706371 0.707841 +vn -0.000294 -0.706371 0.707841 +vn -0.000294 -0.706371 0.707841 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707078 0.707135 +vn 0.000035 -0.707124 0.707089 +vn 0.000035 -0.707125 0.707089 +vn 0.000035 -0.707124 0.707089 +vn -0.000012 -0.707154 0.707059 +vn -0.000012 -0.707154 0.707059 +vn -0.000012 -0.707154 0.707059 +vn -0.000039 -0.707120 0.707094 +vn -0.000039 -0.707120 0.707094 +vn -0.000039 -0.707120 0.707094 +vn -0.000275 -0.706832 0.707381 +vn -0.000275 -0.706832 0.707381 +vn -0.000275 -0.706832 0.707381 +vn -0.000468 -0.706170 0.708043 +vn -0.000468 -0.706170 0.708043 +vn -0.000468 -0.706170 0.708043 +vn 0.000025 -0.707056 0.707158 +vn 0.000025 -0.707056 0.707158 +vn 0.000025 -0.707056 0.707158 +vn -0.000490 -0.706371 0.707842 +vn -0.000490 -0.706371 0.707842 +vn -0.000490 -0.706371 0.707842 +vn 0.000000 -0.705818 0.708394 +vn 0.000000 -0.705818 0.708394 +vn 0.000000 -0.705818 0.708394 +vn 0.000006 -0.707107 0.707107 +vn 0.000006 -0.707107 0.707107 +vn 0.000006 -0.707107 0.707107 +vn -0.000006 -0.707119 0.707094 +vn -0.000006 -0.707119 0.707094 +vn -0.000006 -0.707119 0.707094 +vn 0.000000 -0.707119 0.707094 +vn 0.000000 -0.707119 0.707094 +vn 0.000000 -0.707119 0.707094 +vn 0.000383 -0.707234 0.706979 +vn 0.000383 -0.707234 0.706979 +vn 0.000383 -0.707234 0.706979 +vn -0.001400 -0.707806 0.706406 +vn -0.001400 -0.707806 0.706406 +vn -0.001400 -0.707806 0.706406 +vn 0.000000 -0.707549 0.706664 +vn 0.000000 -0.707549 0.706664 +vn 0.000000 -0.707549 0.706664 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000451 -0.706881 0.707332 +vn 0.000451 -0.706881 0.707332 +vn 0.000451 -0.706881 0.707332 +vn 0.000012 -0.707095 0.707119 +vn 0.000012 -0.707095 0.707119 +vn 0.000012 -0.707095 0.707119 +vn 0.000175 -0.707282 0.706931 +vn 0.000175 -0.707282 0.706931 +vn 0.000175 -0.707282 0.706931 +vn 0.000000 -0.706822 0.707391 +vn 0.000000 -0.706822 0.707391 +vn 0.000000 -0.706822 0.707391 +vn -0.000006 -0.707104 0.707110 +vn -0.000006 -0.707104 0.707110 +vn -0.000006 -0.707104 0.707110 +vn 0.000006 -0.707075 0.707138 +vn 0.000006 -0.707075 0.707138 +vn 0.000006 -0.707075 0.707138 +vn -0.000013 -0.707350 0.706864 +vn -0.000013 -0.707350 0.706864 +vn -0.000013 -0.707350 0.706864 +vn -0.000172 -0.708820 0.705389 +vn -0.000172 -0.708820 0.705389 +vn -0.000172 -0.708820 0.705389 +vn 0.000177 -0.706665 0.707548 +vn 0.000177 -0.706665 0.707548 +vn 0.000177 -0.706665 0.707548 +vn -0.000228 -0.707791 0.706422 +vn -0.000228 -0.707791 0.706422 +vn -0.000228 -0.707791 0.706422 +vn 0.000006 -0.707033 0.707180 +vn 0.000006 -0.707033 0.707180 +vn 0.000006 -0.707033 0.707180 +vn 0.000003 -0.707110 0.707104 +vn 0.000003 -0.707110 0.707104 +vn 0.000003 -0.707110 0.707104 +vn -0.000003 -0.707085 0.707128 +vn -0.000003 -0.707085 0.707128 +vn -0.000003 -0.707085 0.707128 +vn -0.000131 -0.707107 0.707107 +vn -0.000131 -0.707107 0.707107 +vn -0.000131 -0.707107 0.707107 +vn 0.000000 -0.707577 0.706637 +vn 0.000000 -0.707576 0.706637 +vn 0.000000 -0.707576 0.706637 +vn -0.001056 -0.704461 0.709742 +vn -0.001056 -0.704461 0.709742 +vn -0.001056 -0.704461 0.709742 +vn 0.000000 -0.707119 -0.707095 +vn 0.000000 -0.707119 -0.707095 +vn 0.000000 -0.707119 -0.707095 +vn 0.000000 -0.707105 -0.707108 +vn 0.000000 -0.707105 -0.707108 +vn 0.000000 -0.707105 -0.707108 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.707049 0.707165 +vn 0.000000 0.707049 0.707165 +vn 0.000000 0.707049 0.707165 +vn 0.000000 0.707092 0.707121 +vn 0.000000 0.707092 0.707121 +vn 0.000000 0.707092 0.707121 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000020 0.000000 +vn -1.000000 0.000020 0.000000 +vn -1.000000 0.000020 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000001 0.000000 +vn -1.000000 -0.000001 0.000000 +vn -1.000000 -0.000001 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000056 0.000000 +vn -1.000000 0.000056 0.000000 +vn -1.000000 0.000056 0.000000 +vn -1.000000 -0.000055 0.000000 +vn -1.000000 -0.000055 0.000000 +vn -1.000000 -0.000055 0.000000 +vn -1.000000 0.000081 0.000000 +vn -1.000000 0.000081 0.000000 +vn -1.000000 0.000081 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -0.995185 0.098018 +vn 0.000000 -0.995185 0.098018 +vn 0.000000 -0.995185 0.098018 +vn 0.000000 -0.995188 0.097980 +vn 0.000000 -0.995188 0.097980 +vn 0.000000 -0.995188 0.097980 +vn 0.000000 -0.995179 0.098076 +vn 0.000000 -0.995179 0.098076 +vn 0.000000 -0.995179 0.098076 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773039 0.634359 +vn 0.000000 -0.773039 0.634359 +vn 0.000000 -0.773039 0.634359 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995188 0.097980 +vn 0.000000 -0.995188 0.097980 +vn 0.000000 -0.995188 0.097980 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.773031 0.634368 +vn 0.000000 -0.773031 0.634368 +vn 0.000000 -0.773031 0.634368 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773017 0.634386 +vn 0.000000 -0.773017 0.634386 +vn 0.000000 -0.773017 0.634386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881908 0.471422 +vn 0.000000 -0.881908 0.471422 +vn 0.000000 -0.881908 0.471422 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956938 0.290292 +vn 0.000000 -0.956938 0.290292 +vn 0.000000 -0.956938 0.290292 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471424 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773017 0.634386 +vn 0.000000 -0.773017 0.634386 +vn 0.000000 -0.773017 0.634386 +vn 0.000000 -0.995191 0.097956 +vn 0.000000 -0.995191 0.097956 +vn 0.000000 -0.995191 0.097956 +vn 0.000000 -0.995181 0.098052 +vn 0.000000 -0.995181 0.098052 +vn 0.000000 -0.995181 0.098052 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995184 0.098028 +vn 0.000000 -0.995186 0.098004 +vn 0.000000 -0.995186 0.098004 +vn 0.000000 -0.995186 0.098004 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956938 0.290291 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471424 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471385 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.956945 0.290269 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471424 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471423 +vn 0.000000 -0.881907 0.471424 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773040 0.634357 +vn -0.000232 -0.701061 0.713101 +vn -0.000232 -0.701061 0.713101 +vn -0.000232 -0.701061 0.713101 +vn 0.000670 -0.706436 0.707777 +vn 0.000670 -0.706436 0.707777 +vn 0.000670 -0.706436 0.707777 +vn 0.000006 -0.707107 0.707107 +vn 0.000006 -0.707107 0.707107 +vn 0.000006 -0.707107 0.707107 +vn -0.000024 -0.707088 0.707126 +vn -0.000024 -0.707088 0.707126 +vn -0.000024 -0.707088 0.707126 +vn 0.000035 -0.707107 0.707107 +vn 0.000035 -0.707107 0.707107 +vn 0.000035 -0.707107 0.707107 +vn -0.001196 -0.708302 0.705909 +vn -0.001196 -0.708302 0.705909 +vn -0.001196 -0.708302 0.705909 +vn 0.000272 -0.708196 0.706016 +vn 0.000272 -0.708196 0.706016 +vn 0.000272 -0.708196 0.706016 +vn -0.000501 -0.707107 0.707107 +vn -0.000501 -0.707107 0.707107 +vn -0.000501 -0.707107 0.707107 +vn 0.000200 -0.706004 0.708207 +vn 0.000200 -0.706004 0.708207 +vn 0.000200 -0.706004 0.708208 +vn 0.000008 -0.707202 0.707012 +vn 0.000008 -0.707202 0.707012 +vn 0.000008 -0.707202 0.707012 +vn -0.000010 -0.707047 0.707166 +vn -0.000010 -0.707047 0.707166 +vn -0.000010 -0.707047 0.707166 +vn 0.000293 -0.705639 0.708572 +vn 0.000293 -0.705639 0.708572 +vn 0.000293 -0.705639 0.708572 +vn -0.000479 -0.707466 0.706748 +vn -0.000479 -0.707466 0.706748 +vn -0.000479 -0.707466 0.706748 +vn -0.000997 -0.708501 0.705710 +vn -0.000997 -0.708501 0.705710 +vn -0.000997 -0.708501 0.705710 +vn 0.000308 -0.706799 0.707415 +vn 0.000308 -0.706799 0.707415 +vn 0.000308 -0.706799 0.707415 +vn 0.000010 -0.707137 0.707076 +vn 0.000010 -0.707137 0.707077 +vn 0.000010 -0.707137 0.707076 +vn 0.000000 -0.706999 0.707215 +vn 0.000000 -0.706999 0.707215 +vn 0.000000 -0.706999 0.707215 +vn 0.000000 -0.707127 0.707086 +vn 0.000000 -0.707127 0.707086 +vn 0.000000 -0.707127 0.707086 +vn 0.000689 -0.708484 0.705727 +vn 0.000689 -0.708484 0.705727 +vn 0.000689 -0.708484 0.705727 +vn 0.000000 -0.706652 0.707562 +vn 0.000000 -0.706652 0.707562 +vn 0.000000 -0.706652 0.707562 +vn 0.001517 -0.704065 0.710134 +vn 0.001517 -0.704065 0.710134 +vn 0.001517 -0.704065 0.710134 +vn 0.000020 -0.707166 0.707048 +vn 0.000020 -0.707166 0.707048 +vn 0.000020 -0.707166 0.707048 +vn 0.000764 -0.705322 0.708887 +vn 0.000764 -0.705322 0.708887 +vn 0.000764 -0.705322 0.708887 +vn -0.000108 -0.707107 0.707107 +vn -0.000108 -0.707107 0.707107 +vn -0.000108 -0.707107 0.707107 +vn 0.000918 -0.704347 0.709856 +vn 0.000918 -0.704347 0.709856 +vn 0.000918 -0.704347 0.709856 +vn 0.000735 -0.707107 0.707107 +vn 0.000735 -0.707107 0.707107 +vn 0.000735 -0.707107 0.707107 +vn 0.000000 -0.709227 0.704980 +vn 0.000000 -0.709227 0.704980 +vn 0.000000 -0.709227 0.704980 +vn 0.000357 -0.704959 0.709248 +vn 0.000357 -0.704959 0.709248 +vn 0.000357 -0.704959 0.709248 +vn 0.000534 -0.705144 0.709064 +vn 0.000534 -0.705144 0.709064 +vn 0.000534 -0.705144 0.709064 +vn -0.000010 -0.707076 0.707137 +vn -0.000010 -0.707076 0.707137 +vn -0.000010 -0.707076 0.707137 +vn -0.000005 -0.707073 0.707140 +vn -0.000005 -0.707073 0.707140 +vn -0.000005 -0.707073 0.707140 +vn 0.000000 -0.707791 0.706422 +vn 0.000000 -0.707791 0.706422 +vn 0.000000 -0.707791 0.706422 +vn 0.000010 -0.707116 0.707097 +vn 0.000010 -0.707116 0.707097 +vn 0.000010 -0.707117 0.707097 +vn 0.000000 -0.706013 0.708199 +vn 0.000000 -0.706013 0.708199 +vn 0.000000 -0.706013 0.708199 +vn 0.000000 -0.707231 0.706982 +vn 0.000000 -0.707231 0.706983 +vn 0.000000 -0.707231 0.706982 +vn 0.005484 -0.692280 0.721608 +vn 0.005484 -0.692280 0.721608 +vn 0.005484 -0.692280 0.721608 +vn 0.002056 -0.707105 0.707105 +vn 0.002056 -0.707105 0.707105 +vn 0.002056 -0.707105 0.707105 +vn -0.001403 -0.707106 0.707106 +vn -0.001403 -0.707106 0.707106 +vn -0.001403 -0.707106 0.707106 +vn 0.000659 -0.707326 0.706887 +vn 0.000659 -0.707326 0.706887 +vn 0.000659 -0.707326 0.706887 +vn -0.000430 -0.706677 0.707536 +vn -0.000430 -0.706677 0.707536 +vn -0.000430 -0.706677 0.707536 +vn 0.000010 -0.707117 0.707097 +vn 0.000010 -0.707117 0.707097 +vn 0.000010 -0.707117 0.707097 +vn -0.000010 -0.707104 0.707110 +vn -0.000010 -0.707104 0.707110 +vn -0.000010 -0.707104 0.707110 +vn 0.000234 -0.707107 0.707107 +vn 0.000234 -0.707107 0.707107 +vn 0.000234 -0.707107 0.707107 +vn 0.000010 -0.707127 0.707087 +vn 0.000010 -0.707127 0.707087 +vn 0.000010 -0.707127 0.707087 +vn 0.000247 -0.706612 0.707601 +vn 0.000247 -0.706612 0.707601 +vn 0.000247 -0.706612 0.707601 +vn -0.000200 -0.707806 0.706407 +vn -0.000200 -0.707806 0.706407 +vn -0.000200 -0.707806 0.706407 +vn 0.000475 -0.705520 0.708690 +vn 0.000475 -0.705520 0.708690 +vn 0.000475 -0.705520 0.708690 +vn -0.000801 -0.709505 0.704700 +vn -0.000801 -0.709505 0.704700 +vn -0.000801 -0.709505 0.704700 +vn -0.000020 -0.707081 0.707133 +vn -0.000020 -0.707081 0.707133 +vn -0.000020 -0.707081 0.707133 +vn 0.000040 -0.707146 0.707067 +vn 0.000040 -0.707146 0.707067 +vn 0.000040 -0.707146 0.707067 +vn -0.000020 -0.707081 0.707133 +vn -0.000020 -0.707081 0.707133 +vn -0.000020 -0.707081 0.707133 +vn 0.000164 -0.704804 0.709402 +vn 0.000164 -0.704804 0.709402 +vn 0.000164 -0.704804 0.709402 +vn 0.000000 -0.705219 0.708990 +vn 0.000000 -0.705219 0.708990 +vn 0.000000 -0.705219 0.708990 +vn -0.000668 -0.708442 0.705769 +vn -0.000668 -0.708442 0.705769 +vn -0.000668 -0.708442 0.705769 +vn -0.000360 -0.707287 0.706927 +vn -0.000360 -0.707287 0.706927 +vn -0.000360 -0.707287 0.706927 +vn -0.001121 -0.707947 0.706265 +vn -0.001121 -0.707947 0.706265 +vn -0.001121 -0.707947 0.706265 +vn 0.000475 -0.706869 0.707344 +vn 0.000475 -0.706869 0.707344 +vn 0.000475 -0.706869 0.707344 +vn 0.000815 -0.705241 0.708967 +vn 0.000815 -0.705241 0.708967 +vn 0.000815 -0.705241 0.708967 +vn 0.000198 -0.707896 0.706316 +vn 0.000198 -0.707896 0.706316 +vn 0.000198 -0.707896 0.706316 +vn 0.000020 -0.707127 0.707087 +vn 0.000020 -0.707127 0.707087 +vn 0.000020 -0.707127 0.707087 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000419 -0.706827 0.707386 +vn 0.000419 -0.706827 0.707386 +vn 0.000419 -0.706827 0.707386 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.704676 0.709529 +vn 0.000000 -0.704676 0.709529 +vn 0.000000 -0.704676 0.709529 +vn -0.000237 -0.707936 0.706277 +vn -0.000237 -0.707936 0.706277 +vn -0.000237 -0.707936 0.706277 +vn -0.001378 -0.712175 0.702001 +vn -0.001378 -0.712175 0.702001 +vn -0.001378 -0.712175 0.702001 +vn 0.000000 -0.706729 0.707485 +vn 0.000000 -0.706729 0.707485 +vn 0.000000 -0.706729 0.707485 +vn 0.000000 -0.707620 0.706593 +vn 0.000000 -0.707620 0.706593 +vn 0.000000 -0.707620 0.706593 +vn 0.000000 -0.709542 0.704663 +vn 0.000000 -0.709542 0.704663 +vn 0.000000 -0.709542 0.704663 +vn -0.001076 -0.707414 0.706799 +vn -0.001076 -0.707414 0.706799 +vn -0.001076 -0.707414 0.706799 +vn 0.000020 -0.707097 0.707117 +vn 0.000020 -0.707097 0.707117 +vn 0.000020 -0.707097 0.707117 +vn -0.000017 -0.707102 0.707112 +vn -0.000017 -0.707102 0.707112 +vn -0.000017 -0.707102 0.707112 +vn -0.000248 -0.707603 0.706610 +vn -0.000248 -0.707603 0.706610 +vn -0.000248 -0.707603 0.706610 +vn 0.000019 -0.707136 0.707078 +vn 0.000019 -0.707136 0.707078 +vn 0.000019 -0.707136 0.707078 +vn -0.000277 -0.707107 0.707107 +vn -0.000277 -0.707107 0.707107 +vn -0.000277 -0.707107 0.707107 +vn 0.000247 -0.707107 0.707107 +vn 0.000247 -0.707107 0.707107 +vn 0.000247 -0.707107 0.707107 +vn 0.003200 -0.710295 0.703896 +vn 0.003200 -0.710295 0.703896 +vn 0.003200 -0.710295 0.703896 +vn 0.000012 -0.707095 0.707118 +vn 0.000012 -0.707095 0.707118 +vn 0.000012 -0.707095 0.707119 +vn -0.000046 -0.707107 0.707107 +vn -0.000046 -0.707107 0.707107 +vn -0.000046 -0.707107 0.707107 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707137 0.707077 +vn 0.000004 -0.707107 0.707107 +vn 0.000004 -0.707107 0.707107 +vn 0.000004 -0.707107 0.707107 +vn -0.000002 -0.707105 0.707109 +vn -0.000002 -0.707105 0.707109 +vn -0.000002 -0.707105 0.707109 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000159 -0.707027 0.707186 +vn 0.000159 -0.707027 0.707186 +vn 0.000159 -0.707027 0.707186 +vn 0.000020 -0.707086 0.707127 +vn 0.000020 -0.707086 0.707127 +vn 0.000020 -0.707086 0.707127 +vn -0.000224 -0.706321 0.707891 +vn -0.000224 -0.706321 0.707891 +vn -0.000224 -0.706321 0.707891 +vn -0.001322 -0.706265 0.707947 +vn -0.001322 -0.706265 0.707947 +vn -0.001322 -0.706265 0.707947 +vn 0.000000 -0.706995 0.707219 +vn 0.000000 -0.706995 0.707219 +vn 0.000000 -0.706995 0.707219 +vn 0.000266 -0.706575 0.707638 +vn 0.000266 -0.706575 0.707638 +vn 0.000266 -0.706575 0.707638 +vn -0.000047 -0.707145 0.707069 +vn -0.000047 -0.707145 0.707069 +vn -0.000047 -0.707145 0.707069 +vn 0.000009 -0.707092 0.707122 +vn 0.000009 -0.707092 0.707122 +vn 0.000009 -0.707092 0.707122 +vn -0.000024 -0.707116 0.707097 +vn -0.000024 -0.707116 0.707097 +vn -0.000024 -0.707116 0.707097 +vn 0.000295 -0.707843 0.706370 +vn 0.000295 -0.707843 0.706370 +vn 0.000295 -0.707843 0.706370 +vn 0.000059 -0.706989 0.707225 +vn 0.000059 -0.706989 0.707225 +vn 0.000059 -0.706989 0.707225 +vn 0.000252 -0.706602 0.707611 +vn 0.000252 -0.706602 0.707611 +vn 0.000252 -0.706602 0.707611 +vn 0.000580 -0.708845 0.705364 +vn 0.000580 -0.708845 0.705364 +vn 0.000580 -0.708845 0.705364 +vn 0.000839 -0.706267 0.707945 +vn 0.000839 -0.706267 0.707945 +vn 0.000839 -0.706267 0.707945 +vn 0.004041 -0.711460 0.702715 +vn 0.004041 -0.711460 0.702715 +vn 0.004041 -0.711460 0.702715 +vn 0.000104 -0.707211 0.707003 +vn 0.000104 -0.707211 0.707003 +vn 0.000104 -0.707211 0.707003 +vn -0.000256 -0.706595 0.707618 +vn -0.000256 -0.706595 0.707618 +vn -0.000256 -0.706595 0.707618 +vn -0.000432 -0.706891 0.707323 +vn -0.000432 -0.706891 0.707323 +vn -0.000432 -0.706891 0.707323 +vn 0.000000 -0.707318 0.706895 +vn 0.000000 -0.707318 0.706895 +vn 0.000000 -0.707318 0.706895 +vn 0.000000 -0.707993 0.706219 +vn 0.000000 -0.707994 0.706219 +vn 0.000000 -0.707993 0.706219 +vn 0.000013 -0.707100 0.707113 +vn 0.000013 -0.707101 0.707113 +vn 0.000013 -0.707100 0.707113 +vn 0.000009 -0.707088 0.707125 +vn 0.000009 -0.707088 0.707125 +vn 0.000009 -0.707088 0.707125 +vn -0.000019 -0.707145 0.707068 +vn -0.000019 -0.707145 0.707068 +vn -0.000019 -0.707145 0.707068 +vn 0.000251 -0.707274 0.706940 +vn 0.000251 -0.707274 0.706940 +vn 0.000251 -0.707274 0.706940 +vn -0.000064 -0.706657 0.707556 +vn -0.000064 -0.706657 0.707556 +vn -0.000064 -0.706657 0.707556 +vn -0.000691 -0.706415 0.707797 +vn -0.000691 -0.706415 0.707797 +vn -0.000691 -0.706415 0.707797 +vn -0.001864 -0.697659 0.716427 +vn -0.001864 -0.697659 0.716427 +vn -0.001864 -0.697659 0.716427 +vn -0.000061 -0.707598 0.706615 +vn -0.000061 -0.707598 0.706615 +vn -0.000061 -0.707598 0.706615 +vn -0.000277 -0.707107 0.707107 +vn -0.000277 -0.707107 0.707107 +vn -0.000277 -0.707107 0.707107 +vn -0.000319 -0.707426 0.706788 +vn -0.000319 -0.707426 0.706788 +vn -0.000319 -0.707426 0.706788 +vn 0.000447 -0.707554 0.706659 +vn 0.000447 -0.707554 0.706659 +vn 0.000447 -0.707554 0.706659 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707101 0.707113 +vn 0.000005 -0.707079 0.707135 +vn 0.000005 -0.707079 0.707135 +vn 0.000005 -0.707079 0.707135 +vn 0.000010 -0.707117 0.707097 +vn 0.000010 -0.707117 0.707097 +vn 0.000010 -0.707116 0.707097 +vn -0.001035 -0.706070 0.708141 +vn -0.001035 -0.706070 0.708141 +vn -0.001035 -0.706070 0.708141 +vn 0.000072 -0.707035 0.707179 +vn 0.000072 -0.707035 0.707179 +vn 0.000072 -0.707035 0.707179 +vn 0.000000 -0.706589 0.707624 +vn 0.000000 -0.706589 0.707624 +vn 0.000000 -0.706589 0.707624 +vn -0.000279 -0.706967 0.707246 +vn -0.000279 -0.706967 0.707246 +vn -0.000279 -0.706967 0.707246 +vn 0.000000 -0.706997 0.707217 +vn 0.000000 -0.706997 0.707217 +vn 0.000000 -0.706997 0.707217 +vn 0.000262 -0.707631 0.706582 +vn 0.000262 -0.707631 0.706582 +vn 0.000262 -0.707631 0.706582 +vn 0.000000 -0.705722 0.708489 +vn 0.000000 -0.705722 0.708489 +vn 0.000000 -0.705722 0.708489 +vn -0.001521 -0.705584 0.708625 +vn -0.001521 -0.705584 0.708625 +vn -0.001521 -0.705584 0.708625 +vn -0.000006 -0.707125 0.707088 +vn -0.000006 -0.707125 0.707088 +vn -0.000006 -0.707125 0.707088 +vn -0.000015 -0.707097 0.707117 +vn -0.000015 -0.707097 0.707117 +vn -0.000015 -0.707097 0.707117 +vn 0.000009 -0.707088 0.707126 +vn 0.000009 -0.707088 0.707126 +vn 0.000009 -0.707088 0.707126 +vn -0.000589 -0.707065 0.707149 +vn -0.000589 -0.707065 0.707149 +vn -0.000589 -0.707065 0.707149 +vn 0.000000 -0.707197 0.707017 +vn 0.000000 -0.707197 0.707017 +vn 0.000000 -0.707197 0.707017 +vn -0.000023 -0.707015 0.707199 +vn -0.000023 -0.707015 0.707199 +vn -0.000023 -0.707015 0.707199 +vn 0.000155 -0.706796 0.707418 +vn 0.000155 -0.706796 0.707418 +vn 0.000155 -0.706796 0.707418 +vn 0.000000 -0.705803 0.708409 +vn 0.000000 -0.705803 0.708409 +vn 0.000000 -0.705803 0.708409 +vn -0.000075 -0.708458 0.705753 +vn -0.000075 -0.708458 0.705753 +vn -0.000075 -0.708458 0.705753 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000014 -0.707162 0.707052 +vn 0.000014 -0.707162 0.707052 +vn 0.000014 -0.707162 0.707052 +vn 0.000066 -0.707107 0.707107 +vn 0.000066 -0.707107 0.707107 +vn 0.000066 -0.707107 0.707107 +vn -0.000016 -0.707130 0.707083 +vn -0.000016 -0.707130 0.707083 +vn -0.000016 -0.707130 0.707083 +vn 0.000053 -0.707001 0.707212 +vn 0.000053 -0.707001 0.707212 +vn 0.000053 -0.707001 0.707212 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000150 -0.706930 0.707283 +vn -0.000150 -0.706930 0.707283 +vn -0.000150 -0.706930 0.707283 +vn 0.000028 -0.707213 0.707000 +vn 0.000028 -0.707213 0.707000 +vn 0.000028 -0.707213 0.707000 +vn 0.000000 -0.707063 0.707151 +vn 0.000000 -0.707063 0.707151 +vn 0.000000 -0.707063 0.707151 +vn 0.000027 -0.707130 0.707084 +vn 0.000027 -0.707130 0.707083 +vn 0.000027 -0.707130 0.707083 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000004 -0.707218 0.706996 +vn -0.000004 -0.707218 0.706996 +vn -0.000004 -0.707218 0.706996 +vn -0.000005 -0.706930 0.707283 +vn -0.000005 -0.706930 0.707283 +vn -0.000005 -0.706930 0.707283 +vn 0.000000 -0.707151 0.707063 +vn 0.000000 -0.707151 0.707063 +vn 0.000000 -0.707151 0.707063 +vn 0.000003 -0.707080 0.707133 +vn 0.000003 -0.707080 0.707133 +vn 0.000003 -0.707080 0.707133 +vn 0.000000 -0.706969 0.707245 +vn 0.000000 -0.706968 0.707245 +vn 0.000000 -0.706969 0.707245 +vn 0.000007 -0.707120 0.707093 +vn 0.000007 -0.707120 0.707093 +vn 0.000007 -0.707120 0.707093 +vn 0.000007 -0.707217 0.706997 +vn 0.000007 -0.707217 0.706997 +vn 0.000007 -0.707217 0.706997 +vn 0.000004 -0.707131 0.707083 +vn 0.000004 -0.707131 0.707083 +vn 0.000004 -0.707131 0.707083 +vn -0.000004 -0.707052 0.707162 +vn -0.000004 -0.707052 0.707162 +vn -0.000004 -0.707052 0.707162 +vn -0.000006 -0.706979 0.707235 +vn -0.000006 -0.706979 0.707235 +vn -0.000006 -0.706979 0.707235 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707097 0.707116 +vn 0.000000 -0.707097 0.707116 +vn 0.000000 -0.707097 0.707116 +vn -0.000002 -0.707073 0.707141 +vn -0.000002 -0.707073 0.707141 +vn -0.000002 -0.707073 0.707141 +vn -0.000005 -0.706828 0.707386 +vn -0.000005 -0.706828 0.707386 +vn -0.000005 -0.706828 0.707386 +vn 0.000005 -0.707068 0.707145 +vn 0.000005 -0.707068 0.707145 +vn 0.000005 -0.707068 0.707145 +vn 0.000013 -0.707282 0.706932 +vn 0.000013 -0.707282 0.706931 +vn 0.000013 -0.707282 0.706932 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707180 0.707034 +vn 0.000000 -0.707180 0.707034 +vn 0.000000 -0.707180 0.707034 +vn -0.000012 -0.706951 0.707263 +vn -0.000012 -0.706951 0.707263 +vn -0.000012 -0.706951 0.707263 +vn -0.000004 -0.707081 0.707133 +vn -0.000004 -0.707081 0.707133 +vn -0.000004 -0.707081 0.707133 +vn -0.000002 -0.707322 0.706892 +vn -0.000002 -0.707322 0.706892 +vn -0.000002 -0.707322 0.706892 +vn -0.000014 -0.707051 0.707163 +vn -0.000014 -0.707051 0.707163 +vn -0.000014 -0.707051 0.707163 +vn 0.000000 -0.706948 0.707265 +vn 0.000000 -0.706948 0.707265 +vn 0.000000 -0.706948 0.707265 +vn 0.000000 -0.707173 0.707041 +vn 0.000000 -0.707173 0.707041 +vn 0.000000 -0.707173 0.707041 +vn -0.000008 -0.706890 0.707324 +vn -0.000008 -0.706890 0.707324 +vn -0.000008 -0.706890 0.707324 +vn 0.000000 -0.707289 0.706925 +vn 0.000000 -0.707289 0.706925 +vn 0.000000 -0.707289 0.706925 +vn -0.000007 -0.707132 0.707082 +vn -0.000007 -0.707132 0.707082 +vn -0.000007 -0.707132 0.707082 +vn -0.000003 -0.706831 0.707383 +vn -0.000003 -0.706831 0.707383 +vn -0.000003 -0.706831 0.707383 +vn -0.000003 -0.707369 0.706845 +vn -0.000003 -0.707369 0.706845 +vn -0.000003 -0.707369 0.706844 +vn -0.000004 -0.707063 0.707150 +vn -0.000004 -0.707063 0.707150 +vn -0.000004 -0.707063 0.707150 +vn 0.000002 -0.707093 0.707120 +vn 0.000002 -0.707093 0.707120 +vn 0.000002 -0.707093 0.707120 +vn 0.000003 -0.707080 0.707133 +vn 0.000003 -0.707080 0.707133 +vn 0.000003 -0.707080 0.707133 +vn 0.000000 -0.707148 0.707065 +vn 0.000000 -0.707148 0.707065 +vn 0.000000 -0.707148 0.707065 +vn 0.000000 -0.707009 0.707205 +vn 0.000000 -0.707009 0.707205 +vn 0.000000 -0.707009 0.707205 +vn 0.000004 -0.707323 0.706890 +vn 0.000004 -0.707323 0.706890 +vn 0.000004 -0.707323 0.706890 +vn 0.000000 -0.707222 0.706991 +vn 0.000000 -0.707222 0.706991 +vn 0.000000 -0.707222 0.706991 +vn -0.000009 -0.706950 0.707263 +vn -0.000009 -0.706950 0.707263 +vn -0.000009 -0.706950 0.707263 +vn -0.000017 -0.707045 0.707169 +vn -0.000017 -0.707045 0.707168 +vn -0.000017 -0.707045 0.707169 +vn 0.000000 -0.707190 0.707024 +vn 0.000000 -0.707190 0.707024 +vn 0.000000 -0.707190 0.707024 +vn 0.000000 -0.707222 0.706992 +vn 0.000000 -0.707222 0.706992 +vn 0.000000 -0.707222 0.706992 +vn -0.000007 -0.707014 0.707199 +vn -0.000007 -0.707014 0.707199 +vn -0.000007 -0.707014 0.707199 +vn -0.000004 -0.706971 0.707243 +vn -0.000004 -0.706971 0.707243 +vn -0.000004 -0.706971 0.707243 +vn 0.000013 -0.707197 0.707016 +vn 0.000013 -0.707197 0.707016 +vn 0.000013 -0.707197 0.707016 +vn 0.000000 -0.705964 0.708248 +vn 0.000000 -0.705964 0.708248 +vn 0.000000 -0.705964 0.708248 +vn 0.000002 -0.706872 0.707342 +vn 0.000002 -0.706872 0.707342 +vn 0.000002 -0.706872 0.707342 +vn 0.000000 -0.707207 0.707006 +vn 0.000000 -0.707207 0.707006 +vn 0.000000 -0.707207 0.707006 +vn 0.000006 -0.707183 0.707031 +vn 0.000006 -0.707183 0.707031 +vn 0.000006 -0.707183 0.707031 +vn -0.000006 -0.707008 0.707205 +vn -0.000006 -0.707008 0.707205 +vn -0.000006 -0.707008 0.707205 +vn -0.000004 -0.706952 0.707261 +vn -0.000004 -0.706952 0.707261 +vn -0.000004 -0.706952 0.707261 +vn 0.000003 -0.707187 0.707026 +vn 0.000003 -0.707187 0.707026 +vn 0.000003 -0.707187 0.707026 +vn 0.000003 -0.707064 0.707150 +vn 0.000003 -0.707064 0.707150 +vn 0.000003 -0.707064 0.707150 +vn 0.000000 -0.707136 0.707077 +vn 0.000000 -0.707136 0.707077 +vn 0.000000 -0.707136 0.707077 +vn 0.000000 -0.707212 0.707002 +vn 0.000000 -0.707212 0.707002 +vn 0.000000 -0.707212 0.707002 +vn -0.000002 -0.707012 0.707202 +vn -0.000002 -0.707012 0.707202 +vn -0.000002 -0.707012 0.707202 +vn -0.000002 -0.707272 0.706941 +vn -0.000002 -0.707272 0.706941 +vn -0.000002 -0.707272 0.706941 +vn -0.000002 -0.707018 0.707195 +vn -0.000002 -0.707018 0.707195 +vn -0.000002 -0.707018 0.707195 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn -0.000003 -0.707168 0.707046 +vn -0.000003 -0.707168 0.707046 +vn -0.000003 -0.707168 0.707046 +vn -0.000002 -0.707142 0.707071 +vn -0.000002 -0.707142 0.707071 +vn -0.000002 -0.707142 0.707071 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707078 0.707135 +vn 0.000000 -0.707009 0.707204 +vn 0.000000 -0.707009 0.707204 +vn 0.000000 -0.707009 0.707204 +vn 0.000000 -0.707237 0.706976 +vn 0.000000 -0.707237 0.706976 +vn 0.000000 -0.707237 0.706976 +vn 0.000001 -0.706932 0.707281 +vn 0.000001 -0.706932 0.707281 +vn 0.000001 -0.706932 0.707281 +vn 0.000000 -0.707066 0.707148 +vn 0.000000 -0.707066 0.707148 +vn 0.000000 -0.707066 0.707148 +vn 0.000000 -0.707151 0.707062 +vn 0.000000 -0.707151 0.707062 +vn 0.000000 -0.707151 0.707062 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707141 0.707072 +vn 0.000000 -0.707141 0.707072 +vn 0.000000 -0.707141 0.707072 +vn -0.000001 -0.707031 0.707183 +vn -0.000001 -0.707031 0.707183 +vn -0.000001 -0.707031 0.707183 +vn -0.000001 -0.707188 0.707025 +vn -0.000001 -0.707188 0.707025 +vn -0.000001 -0.707188 0.707025 +vn 0.000000 -0.708097 0.706116 +vn 0.000000 -0.708097 0.706116 +vn 0.000000 -0.708097 0.706116 +vn 0.000000 -0.706989 0.707225 +vn 0.000000 -0.706989 0.707225 +vn 0.000000 -0.706989 0.707225 +vn 0.000003 -0.706990 0.707223 +vn 0.000003 -0.706990 0.707223 +vn 0.000003 -0.706990 0.707223 +vn 0.000002 -0.707086 0.707128 +vn 0.000002 -0.707086 0.707128 +vn 0.000002 -0.707086 0.707128 +vn 0.000000 -0.707370 0.706843 +vn 0.000000 -0.707370 0.706843 +vn 0.000000 -0.707370 0.706843 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707088 0.707126 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.706962 0.707251 +vn 0.000000 -0.706962 0.707251 +vn 0.000000 -0.706962 0.707251 +vn 0.000000 -0.706907 0.707306 +vn 0.000000 -0.706907 0.707306 +vn 0.000000 -0.706907 0.707306 +vn 0.000000 -0.707470 0.706744 +vn 0.000000 -0.707470 0.706744 +vn 0.000000 -0.707470 0.706744 +vn 0.000001 -0.707292 0.706922 +vn 0.000001 -0.707292 0.706922 +vn 0.000001 -0.707292 0.706922 +vn 0.000001 -0.707030 0.707183 +vn 0.000001 -0.707030 0.707183 +vn 0.000001 -0.707030 0.707183 +vn 0.000000 -0.706875 0.707339 +vn 0.000000 -0.706875 0.707339 +vn 0.000000 -0.706875 0.707339 +vn -0.000001 -0.707137 0.707077 +vn -0.000001 -0.707137 0.707077 +vn -0.000001 -0.707137 0.707077 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn -0.000001 -0.706643 0.707570 +vn -0.000001 -0.706643 0.707570 +vn -0.000001 -0.706643 0.707570 +vn 0.000001 -0.706546 0.707667 +vn 0.000001 -0.706546 0.707667 +vn 0.000001 -0.706546 0.707667 +vn 0.000001 -0.707264 0.706949 +vn 0.000001 -0.707264 0.706949 +vn 0.000001 -0.707264 0.706949 +vn -0.000001 -0.707214 0.706999 +vn -0.000001 -0.707214 0.706999 +vn -0.000001 -0.707214 0.706999 +vn 0.000000 -0.707242 0.706972 +vn 0.000000 -0.707242 0.706972 +vn 0.000000 -0.707242 0.706972 +vn 0.000000 -0.707160 0.707053 +vn 0.000000 -0.707160 0.707053 +vn 0.000000 -0.707160 0.707053 +vn 0.000000 -0.707061 0.707152 +vn 0.000000 -0.707061 0.707152 +vn 0.000000 -0.707061 0.707152 +vn 0.000000 -0.706967 0.707246 +vn 0.000000 -0.706967 0.707246 +vn 0.000000 -0.706967 0.707246 +vn -0.000004 -0.707901 0.706312 +vn -0.000004 -0.707901 0.706312 +vn -0.000004 -0.707901 0.706312 +vn -0.000004 -0.707274 0.706940 +vn -0.000004 -0.707274 0.706940 +vn -0.000004 -0.707274 0.706940 +vn -0.000002 -0.707101 0.707112 +vn -0.000002 -0.707101 0.707112 +vn -0.000002 -0.707101 0.707112 +vn -0.000024 -0.707059 0.707155 +vn -0.000024 -0.707059 0.707155 +vn -0.000024 -0.707059 0.707155 +vn 0.000479 -0.707532 0.706681 +vn 0.000479 -0.707532 0.706681 +vn 0.000479 -0.707532 0.706681 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000097 -0.707094 0.707119 +vn 0.000097 -0.707094 0.707119 +vn 0.000097 -0.707094 0.707119 +vn 0.000000 -0.707120 0.707093 +vn 0.000000 -0.707120 0.707093 +vn 0.000000 -0.707120 0.707093 +vn -0.000028 -0.707114 0.707100 +vn -0.000028 -0.707114 0.707100 +vn -0.000028 -0.707114 0.707100 +vn 0.000113 -0.706467 0.707746 +vn 0.000113 -0.706467 0.707746 +vn 0.000113 -0.706467 0.707746 +vn -0.000144 -0.706963 0.707251 +vn -0.000144 -0.706963 0.707251 +vn -0.000144 -0.706963 0.707251 +vn -0.000261 -0.707629 0.706584 +vn -0.000261 -0.707629 0.706584 +vn -0.000261 -0.707629 0.706584 +vn 0.000000 -0.706484 0.707730 +vn 0.000000 -0.706483 0.707730 +vn 0.000000 -0.706484 0.707730 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000986 -0.705697 0.708513 +vn -0.000986 -0.705697 0.708513 +vn -0.000986 -0.705697 0.708513 +vn 0.000000 -0.706865 0.707349 +vn 0.000000 -0.706864 0.707349 +vn 0.000000 -0.706865 0.707349 +vn 0.000000 -0.706507 0.707706 +vn 0.000000 -0.706507 0.707706 +vn 0.000000 -0.706507 0.707706 +vn 0.000028 -0.707114 0.707100 +vn 0.000028 -0.707114 0.707100 +vn 0.000028 -0.707114 0.707100 +vn -0.000037 -0.707107 0.707107 +vn -0.000037 -0.707107 0.707107 +vn -0.000037 -0.707107 0.707107 +vn 0.000019 -0.707101 0.707113 +vn 0.000019 -0.707101 0.707113 +vn 0.000019 -0.707101 0.707113 +vn 0.000044 -0.707020 0.707194 +vn 0.000044 -0.707020 0.707194 +vn 0.000044 -0.707020 0.707194 +vn -0.000053 -0.706929 0.707285 +vn -0.000053 -0.706929 0.707285 +vn -0.000053 -0.706929 0.707285 +vn 0.000000 -0.707063 0.707151 +vn 0.000000 -0.707063 0.707151 +vn 0.000000 -0.707063 0.707151 +vn 0.000198 -0.707831 0.706382 +vn 0.000198 -0.707831 0.706382 +vn 0.000198 -0.707831 0.706382 +vn 0.000239 -0.707107 0.707107 +vn 0.000239 -0.707107 0.707107 +vn 0.000239 -0.707107 0.707107 +vn -0.000657 -0.706230 0.707982 +vn -0.000657 -0.706230 0.707982 +vn -0.000657 -0.706230 0.707982 +vn 0.000901 -0.708007 0.706205 +vn 0.000901 -0.708007 0.706205 +vn 0.000901 -0.708007 0.706205 +vn 0.004385 -0.711118 0.703059 +vn 0.004385 -0.711118 0.703059 +vn 0.004385 -0.711118 0.703059 +vn 0.000276 -0.707438 0.706776 +vn 0.000276 -0.707438 0.706776 +vn 0.000276 -0.707438 0.706776 +vn 0.000501 -0.708109 0.706103 +vn 0.000501 -0.708109 0.706103 +vn 0.000501 -0.708109 0.706103 +vn 0.000005 -0.707109 0.707105 +vn 0.000005 -0.707109 0.707105 +vn 0.000005 -0.707108 0.707105 +vn -0.000017 -0.707051 0.707163 +vn -0.000017 -0.707051 0.707163 +vn -0.000017 -0.707051 0.707163 +vn -0.000003 -0.707061 0.707152 +vn -0.000003 -0.707061 0.707152 +vn -0.000003 -0.707061 0.707153 +vn 0.000003 -0.707102 0.707112 +vn 0.000003 -0.707102 0.707112 +vn 0.000003 -0.707102 0.707112 +vn 0.000436 -0.706671 0.707542 +vn 0.000436 -0.706671 0.707542 +vn 0.000436 -0.706671 0.707542 +vn 0.000003 -0.707130 0.707084 +vn 0.000003 -0.707130 0.707084 +vn 0.000003 -0.707130 0.707084 +vn 0.000004 -0.707302 0.706911 +vn 0.000004 -0.707302 0.706911 +vn 0.000004 -0.707302 0.706911 +vn -0.000006 -0.706989 0.707224 +vn -0.000006 -0.706989 0.707224 +vn -0.000006 -0.706989 0.707224 +vn 0.000002 -0.707059 0.707154 +vn 0.000002 -0.707059 0.707154 +vn 0.000002 -0.707059 0.707154 +vn -0.000006 -0.707044 0.707170 +vn -0.000006 -0.707044 0.707170 +vn -0.000006 -0.707044 0.707170 +vn -0.000009 -0.707174 0.707040 +vn -0.000009 -0.707174 0.707040 +vn -0.000009 -0.707174 0.707040 +vn -0.000005 -0.706896 0.707317 +vn -0.000005 -0.706896 0.707317 +vn -0.000005 -0.706896 0.707317 +vn 0.000000 -0.707102 0.707111 +vn 0.000000 -0.707102 0.707111 +vn 0.000000 -0.707102 0.707111 +vn 0.000001 -0.707284 0.706929 +vn 0.000001 -0.707285 0.706929 +vn 0.000001 -0.707285 0.706929 +vn 0.000007 -0.707026 0.707188 +vn 0.000007 -0.707026 0.707188 +vn 0.000007 -0.707026 0.707188 +vn -0.000017 -0.707084 0.707129 +vn -0.000017 -0.707084 0.707129 +vn -0.000017 -0.707084 0.707129 +vn -0.000011 -0.706985 0.707229 +vn -0.000011 -0.706985 0.707229 +vn -0.000011 -0.706985 0.707229 +vn 0.000010 -0.707097 0.707116 +vn 0.000010 -0.707097 0.707116 +vn 0.000010 -0.707097 0.707116 +vn -0.000027 -0.706784 0.707430 +vn -0.000027 -0.706784 0.707430 +vn -0.000027 -0.706784 0.707430 +vn 0.000008 -0.707259 0.706955 +vn 0.000008 -0.707259 0.706955 +vn 0.000008 -0.707259 0.706955 +vn -0.000010 -0.707155 0.707058 +vn -0.000010 -0.707155 0.707058 +vn -0.000010 -0.707155 0.707058 +vn 0.000062 -0.707543 0.706670 +vn 0.000062 -0.707543 0.706670 +vn 0.000062 -0.707543 0.706670 +vn -0.000008 -0.707006 0.707207 +vn -0.000008 -0.707006 0.707207 +vn -0.000008 -0.707006 0.707207 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707226 0.706988 +vn 0.000000 -0.707189 0.707025 +vn 0.000000 -0.707189 0.707025 +vn 0.000000 -0.707189 0.707025 +vn -0.000161 -0.707591 0.706622 +vn -0.000161 -0.707591 0.706622 +vn -0.000161 -0.707591 0.706622 +vn -0.000034 -0.706970 0.707243 +vn -0.000034 -0.706970 0.707243 +vn -0.000034 -0.706970 0.707243 +vn 0.000010 -0.707076 0.707137 +vn 0.000010 -0.707076 0.707137 +vn 0.000010 -0.707076 0.707137 +vn 0.000009 -0.707187 0.707026 +vn 0.000009 -0.707187 0.707026 +vn 0.000009 -0.707187 0.707026 +vn 0.000381 -0.706471 0.707742 +vn 0.000381 -0.706471 0.707742 +vn 0.000381 -0.706471 0.707742 +vn -0.000020 -0.706981 0.707233 +vn -0.000020 -0.706981 0.707233 +vn -0.000020 -0.706981 0.707233 +vn 0.000040 -0.707266 0.706948 +vn 0.000040 -0.707266 0.706948 +vn 0.000040 -0.707266 0.706948 +vn 0.000013 -0.707081 0.707133 +vn 0.000013 -0.707081 0.707133 +vn 0.000013 -0.707081 0.707133 +vn -0.000079 -0.707080 0.707133 +vn -0.000079 -0.707080 0.707133 +vn -0.000079 -0.707080 0.707133 +vn 0.000803 -0.707508 0.706705 +vn 0.000803 -0.707508 0.706705 +vn 0.000803 -0.707508 0.706705 +vn -0.000323 -0.707623 0.706590 +vn -0.000323 -0.707623 0.706590 +vn -0.000323 -0.707623 0.706590 +vn 0.000000 -0.707085 0.707129 +vn 0.000000 -0.707085 0.707129 +vn 0.000000 -0.707085 0.707129 +vn 0.000007 -0.707077 0.707136 +vn 0.000007 -0.707077 0.707136 +vn 0.000007 -0.707077 0.707136 +vn -0.000516 -0.708138 0.706074 +vn -0.000516 -0.708138 0.706074 +vn -0.000516 -0.708138 0.706074 +vn 0.000115 -0.707107 0.707107 +vn 0.000115 -0.707107 0.707107 +vn 0.000115 -0.707107 0.707107 +vn 0.001114 -0.709251 0.704955 +vn 0.001114 -0.709251 0.704955 +vn 0.001114 -0.709251 0.704955 +vn -0.000029 -0.707150 0.707064 +vn -0.000029 -0.707150 0.707064 +vn -0.000029 -0.707150 0.707064 +vn -0.000021 -0.707043 0.707170 +vn -0.000021 -0.707043 0.707170 +vn -0.000021 -0.707043 0.707170 +vn 0.000024 -0.707143 0.707070 +vn 0.000024 -0.707143 0.707070 +vn 0.000024 -0.707143 0.707070 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.708084 0.706128 +vn 0.000000 -0.708084 0.706128 +vn 0.000000 -0.708084 0.706129 +vn 0.000340 -0.707220 0.706993 +vn 0.000340 -0.707220 0.706993 +vn 0.000340 -0.707220 0.706993 +vn -0.000250 -0.707107 0.707107 +vn -0.000250 -0.707107 0.707107 +vn -0.000250 -0.707107 0.707107 +vn -0.000015 -0.707122 0.707092 +vn -0.000015 -0.707122 0.707092 +vn -0.000015 -0.707122 0.707092 +vn -0.000311 -0.706795 0.707418 +vn -0.000311 -0.706795 0.707418 +vn -0.000311 -0.706795 0.707418 +vn -0.000297 -0.707255 0.706958 +vn -0.000297 -0.707255 0.706958 +vn -0.000297 -0.707255 0.706958 +vn -0.000225 -0.705418 0.708791 +vn -0.000225 -0.705418 0.708791 +vn -0.000225 -0.705418 0.708791 +vn -0.000057 -0.707107 0.707107 +vn -0.000057 -0.707107 0.707107 +vn -0.000057 -0.707107 0.707107 +vn 0.000108 -0.707090 0.707123 +vn 0.000108 -0.707090 0.707123 +vn 0.000108 -0.707090 0.707123 +vn 0.000132 -0.707195 0.707019 +vn 0.000132 -0.707195 0.707019 +vn 0.000132 -0.707195 0.707019 +vn -0.000043 -0.707085 0.707128 +vn -0.000043 -0.707085 0.707128 +vn -0.000043 -0.707085 0.707128 +vn 0.000000 -0.707652 0.706561 +vn 0.000000 -0.707652 0.706561 +vn 0.000000 -0.707652 0.706561 +vn 0.000000 -0.707092 0.707121 +vn 0.000000 -0.707092 0.707121 +vn 0.000000 -0.707092 0.707121 +vn 0.000000 -0.708446 0.705765 +vn 0.000000 -0.708446 0.705765 +vn 0.000000 -0.708446 0.705765 +vn -0.000111 -0.706773 0.707441 +vn -0.000111 -0.706773 0.707441 +vn -0.000111 -0.706773 0.707441 +vn 0.000221 -0.709429 0.704777 +vn 0.000221 -0.709429 0.704777 +vn 0.000221 -0.709429 0.704777 +vn -0.000555 -0.707847 0.706366 +vn -0.000555 -0.707847 0.706366 +vn -0.000555 -0.707847 0.706366 +vn 0.000000 -0.707095 0.707118 +vn 0.000000 -0.707095 0.707118 +vn 0.000000 -0.707095 0.707118 +vn 0.000000 -0.707201 0.707012 +vn 0.000000 -0.707201 0.707012 +vn 0.000000 -0.707201 0.707012 +vn 0.000000 -0.707115 0.707099 +vn 0.000000 -0.707115 0.707099 +vn 0.000000 -0.707115 0.707099 +vn 0.000140 -0.707130 0.707083 +vn 0.000140 -0.707130 0.707084 +vn 0.000140 -0.707130 0.707084 +vn 0.000007 -0.707114 0.707100 +vn 0.000007 -0.707114 0.707100 +vn 0.000007 -0.707114 0.707100 +vn 0.000025 -0.707082 0.707131 +vn 0.000025 -0.707082 0.707131 +vn 0.000025 -0.707082 0.707131 +vn -0.000014 -0.707111 0.707103 +vn -0.000014 -0.707111 0.707103 +vn -0.000014 -0.707111 0.707103 +vn -0.000491 -0.706910 0.707303 +vn -0.000491 -0.706910 0.707303 +vn -0.000491 -0.706910 0.707303 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707005 0.707209 +vn 0.000000 -0.707005 0.707209 +vn 0.000000 -0.707005 0.707209 +vn 0.000000 -0.707882 0.706330 +vn 0.000000 -0.707882 0.706330 +vn 0.000000 -0.707882 0.706330 +vn 0.000000 -0.706911 0.707303 +vn 0.000000 -0.706911 0.707303 +vn 0.000000 -0.706911 0.707303 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000001 -0.707106 0.707107 +vn -0.000001 -0.707106 0.707107 +vn -0.000001 -0.707106 0.707107 +vn -0.000001 -0.707105 0.707108 +vn -0.000001 -0.707105 0.707108 +vn -0.000001 -0.707105 0.707108 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707139 0.707075 +vn 0.000000 -0.707139 0.707075 +vn 0.000000 -0.707139 0.707075 +vn 0.000001 -0.707079 0.707134 +vn 0.000001 -0.707079 0.707134 +vn 0.000001 -0.707079 0.707134 +vn 0.000017 -0.707084 0.707129 +vn 0.000017 -0.707085 0.707129 +vn 0.000017 -0.707085 0.707129 +vn 0.001653 -0.708364 0.705845 +vn 0.001653 -0.708364 0.705845 +vn 0.001653 -0.708364 0.705845 +vn 0.000010 -0.707160 0.707053 +vn 0.000010 -0.707160 0.707053 +vn 0.000010 -0.707160 0.707053 +vn 0.000013 -0.707374 0.706840 +vn 0.000013 -0.707374 0.706840 +vn 0.000013 -0.707374 0.706840 +vn -0.000008 -0.707082 0.707131 +vn -0.000008 -0.707082 0.707131 +vn -0.000008 -0.707082 0.707131 +vn 0.000010 -0.707087 0.707127 +vn 0.000010 -0.707087 0.707127 +vn 0.000010 -0.707087 0.707127 +vn -0.000040 -0.705987 0.708224 +vn -0.000040 -0.705987 0.708225 +vn -0.000040 -0.705987 0.708224 +vn 0.000008 -0.707186 0.707028 +vn 0.000008 -0.707186 0.707028 +vn 0.000008 -0.707186 0.707028 +vn -0.000024 -0.707059 0.707155 +vn -0.000024 -0.707059 0.707155 +vn -0.000024 -0.707059 0.707155 +vn 0.000036 -0.707107 0.707107 +vn 0.000036 -0.707107 0.707107 +vn 0.000036 -0.707107 0.707107 +vn -0.000009 -0.707079 0.707134 +vn -0.000009 -0.707079 0.707135 +vn -0.000009 -0.707079 0.707134 +vn 0.000017 -0.707124 0.707090 +vn 0.000017 -0.707124 0.707090 +vn 0.000017 -0.707124 0.707090 +vn -0.000033 -0.707107 0.707107 +vn -0.000033 -0.707107 0.707107 +vn -0.000033 -0.707107 0.707107 +vn 0.000027 -0.707171 0.707043 +vn 0.000027 -0.707171 0.707043 +vn 0.000027 -0.707171 0.707043 +vn 0.001406 -0.708745 0.705464 +vn 0.001406 -0.708745 0.705464 +vn 0.001406 -0.708745 0.705464 +vn -0.000014 -0.707039 0.707175 +vn -0.000014 -0.707039 0.707175 +vn -0.000014 -0.707039 0.707175 +vn -0.000010 -0.707147 0.707066 +vn -0.000010 -0.707147 0.707066 +vn -0.000010 -0.707147 0.707066 +vn 0.000165 -0.706942 0.707271 +vn 0.000165 -0.706942 0.707271 +vn 0.000165 -0.706942 0.707271 +vn 0.000000 -0.706475 0.707738 +vn 0.000000 -0.706475 0.707738 +vn 0.000000 -0.706475 0.707738 +vn -0.000045 -0.707096 0.707118 +vn -0.000045 -0.707096 0.707118 +vn -0.000045 -0.707096 0.707118 +vn -0.000040 -0.707161 0.707052 +vn -0.000040 -0.707161 0.707052 +vn -0.000040 -0.707161 0.707052 +vn 0.000455 -0.706846 0.707367 +vn 0.000455 -0.706846 0.707367 +vn 0.000455 -0.706846 0.707367 +vn -0.000010 -0.707116 0.707098 +vn -0.000010 -0.707116 0.707098 +vn -0.000010 -0.707116 0.707098 +vn 0.000000 -0.706839 0.707375 +vn 0.000000 -0.706839 0.707375 +vn 0.000000 -0.706839 0.707375 +vn 0.000137 -0.707380 0.706833 +vn 0.000137 -0.707380 0.706833 +vn 0.000137 -0.707380 0.706833 +vn 0.000766 -0.709401 0.704805 +vn 0.000766 -0.709401 0.704805 +vn 0.000766 -0.709401 0.704805 +vn 0.000000 -0.707070 0.707144 +vn 0.000000 -0.707070 0.707144 +vn 0.000000 -0.707070 0.707144 +vn 0.000063 -0.707166 0.707048 +vn 0.000063 -0.707166 0.707048 +vn 0.000063 -0.707166 0.707048 +vn 0.000060 -0.707087 0.707127 +vn 0.000060 -0.707087 0.707127 +vn 0.000060 -0.707087 0.707127 +vn -0.000102 -0.706598 0.707615 +vn -0.000102 -0.706598 0.707615 +vn -0.000102 -0.706598 0.707616 +vn -0.001871 -0.707106 0.707106 +vn -0.001871 -0.707106 0.707106 +vn -0.001871 -0.707106 0.707106 +vn -0.000437 -0.707544 0.706669 +vn -0.000437 -0.707544 0.706669 +vn -0.000437 -0.707544 0.706669 +vn -0.000221 -0.706664 0.707549 +vn -0.000221 -0.706664 0.707549 +vn -0.000221 -0.706664 0.707549 +vn 0.000777 -0.707624 0.706588 +vn 0.000777 -0.707624 0.706588 +vn 0.000777 -0.707624 0.706588 +vn -0.000088 -0.707123 0.707090 +vn -0.000088 -0.707123 0.707090 +vn -0.000088 -0.707123 0.707090 +vn -0.000010 -0.707086 0.707127 +vn -0.000010 -0.707086 0.707127 +vn -0.000010 -0.707086 0.707127 +vn 0.000214 -0.706678 0.707535 +vn 0.000214 -0.706678 0.707535 +vn 0.000214 -0.706678 0.707535 +vn -0.000180 -0.706207 0.708006 +vn -0.000180 -0.706207 0.708006 +vn -0.000180 -0.706207 0.708006 +vn 0.000132 -0.707112 0.707101 +vn 0.000132 -0.707112 0.707101 +vn 0.000132 -0.707112 0.707101 +vn 0.000027 -0.707087 0.707127 +vn 0.000027 -0.707087 0.707127 +vn 0.000027 -0.707087 0.707127 +vn 0.000000 -0.707083 0.707130 +vn 0.000000 -0.707083 0.707130 +vn 0.000000 -0.707083 0.707130 +vn -0.000032 -0.707117 0.707096 +vn -0.000032 -0.707118 0.707096 +vn -0.000032 -0.707117 0.707096 +vn 0.000253 -0.707107 0.707107 +vn 0.000253 -0.707107 0.707107 +vn 0.000253 -0.707107 0.707107 +vn 0.001073 -0.710318 0.703880 +vn 0.001073 -0.710318 0.703880 +vn 0.001073 -0.710318 0.703880 +vn -0.000038 -0.707116 0.707097 +vn -0.000038 -0.707116 0.707097 +vn -0.000038 -0.707116 0.707097 +vn 0.000514 -0.707209 0.707004 +vn 0.000514 -0.707209 0.707004 +vn 0.000514 -0.707209 0.707004 +vn 0.000000 -0.706357 0.707856 +vn 0.000000 -0.706357 0.707856 +vn 0.000000 -0.706357 0.707856 +vn -0.000021 -0.707114 0.707100 +vn -0.000021 -0.707114 0.707100 +vn -0.000021 -0.707114 0.707100 +vn 0.000028 -0.707092 0.707122 +vn 0.000028 -0.707092 0.707122 +vn 0.000028 -0.707091 0.707122 +vn 0.000127 -0.706979 0.707234 +vn 0.000127 -0.706979 0.707234 +vn 0.000127 -0.706979 0.707234 +vn 0.000229 -0.707565 0.706648 +vn 0.000229 -0.707565 0.706648 +vn 0.000229 -0.707565 0.706648 +vn 0.000028 -0.707079 0.707135 +vn 0.000028 -0.707079 0.707135 +vn 0.000028 -0.707079 0.707135 +vn 0.000050 -0.707117 0.707097 +vn 0.000050 -0.707117 0.707097 +vn 0.000050 -0.707117 0.707097 +vn -0.000611 -0.708327 0.705884 +vn -0.000611 -0.708327 0.705884 +vn -0.000611 -0.708327 0.705884 +vn 0.000000 -0.707024 0.707190 +vn 0.000000 -0.707024 0.707190 +vn 0.000000 -0.707024 0.707190 +vn -0.000102 -0.707126 0.707087 +vn -0.000102 -0.707126 0.707087 +vn -0.000102 -0.707126 0.707087 +vn 0.000038 -0.707122 0.707092 +vn 0.000038 -0.707122 0.707092 +vn 0.000038 -0.707122 0.707092 +vn -0.000092 -0.707107 0.707107 +vn -0.000092 -0.707107 0.707107 +vn -0.000092 -0.707107 0.707107 +vn -0.000036 -0.707179 0.707035 +vn -0.000036 -0.707179 0.707035 +vn -0.000036 -0.707179 0.707035 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000060 -0.707083 0.707131 +vn 0.000060 -0.707083 0.707131 +vn 0.000060 -0.707083 0.707131 +vn 0.000227 -0.706879 0.707334 +vn 0.000227 -0.706879 0.707334 +vn 0.000227 -0.706879 0.707334 +vn 0.000000 -0.707121 0.707093 +vn 0.000000 -0.707121 0.707093 +vn 0.000000 -0.707121 0.707093 +vn -0.000011 -0.707112 0.707101 +vn -0.000011 -0.707112 0.707101 +vn -0.000011 -0.707112 0.707101 +vn 0.000000 -0.707382 0.706832 +vn 0.000000 -0.707382 0.706832 +vn 0.000000 -0.707382 0.706831 +vn 0.000283 -0.706313 0.707899 +vn 0.000283 -0.706313 0.707899 +vn 0.000283 -0.706313 0.707899 +vn 0.000219 -0.707326 0.706887 +vn 0.000219 -0.707326 0.706887 +vn 0.000219 -0.707326 0.706887 +vn -0.000064 -0.707104 0.707109 +vn -0.000064 -0.707104 0.707109 +vn -0.000064 -0.707104 0.707109 +vn 0.000182 -0.707107 0.707107 +vn 0.000182 -0.707107 0.707107 +vn 0.000182 -0.707107 0.707107 +vn -0.000046 -0.707107 0.707107 +vn -0.000046 -0.707107 0.707107 +vn -0.000046 -0.707107 0.707107 +vn 0.000142 -0.705404 0.708806 +vn 0.000142 -0.705404 0.708806 +vn 0.000142 -0.705404 0.708806 +vn 0.000014 -0.707093 0.707121 +vn 0.000014 -0.707093 0.707121 +vn 0.000014 -0.707093 0.707121 +vn -0.000341 -0.707363 0.706851 +vn -0.000341 -0.707363 0.706851 +vn -0.000341 -0.707363 0.706851 +vn -0.000106 -0.705944 0.708268 +vn -0.000106 -0.705944 0.708268 +vn -0.000106 -0.705944 0.708268 +vn -0.000106 -0.707000 0.707213 +vn -0.000106 -0.707000 0.707213 +vn -0.000106 -0.707000 0.707213 +vn 0.000254 -0.706853 0.707361 +vn 0.000254 -0.706853 0.707361 +vn 0.000254 -0.706853 0.707361 +vn -0.000013 -0.707107 0.707107 +vn -0.000013 -0.707107 0.707107 +vn -0.000013 -0.707107 0.707107 +vn 0.000020 -0.707087 0.707126 +vn 0.000020 -0.707087 0.707126 +vn 0.000020 -0.707087 0.707126 +vn -0.000040 -0.707107 0.707107 +vn -0.000040 -0.707107 0.707107 +vn -0.000040 -0.707107 0.707107 +vn -0.000523 -0.707629 0.706584 +vn -0.000523 -0.707629 0.706584 +vn -0.000523 -0.707629 0.706584 +vn 0.002210 -0.707105 0.707105 +vn 0.002210 -0.707105 0.707105 +vn 0.002210 -0.707105 0.707105 +vn -0.000025 -0.707107 0.707107 +vn -0.000025 -0.707107 0.707107 +vn -0.000025 -0.707107 0.707107 +vn 0.000432 -0.707251 0.706963 +vn 0.000432 -0.707251 0.706963 +vn 0.000432 -0.707251 0.706963 +vn 0.000000 -0.706806 0.707408 +vn 0.000000 -0.706806 0.707408 +vn 0.000000 -0.706806 0.707407 +vn -0.000019 -0.707107 0.707107 +vn -0.000019 -0.707107 0.707107 +vn -0.000019 -0.707107 0.707107 +vn 0.000026 -0.707081 0.707133 +vn 0.000026 -0.707081 0.707133 +vn 0.000026 -0.707081 0.707133 +vn -0.000053 -0.707096 0.707117 +vn -0.000053 -0.707096 0.707117 +vn -0.000053 -0.707096 0.707117 +vn 0.000477 -0.706928 0.707286 +vn 0.000477 -0.706928 0.707286 +vn 0.000477 -0.706928 0.707286 +vn 0.000061 -0.707107 0.707107 +vn 0.000061 -0.707107 0.707107 +vn 0.000061 -0.707107 0.707107 +vn 0.000300 -0.706206 0.708006 +vn 0.000300 -0.706206 0.708006 +vn 0.000300 -0.706206 0.708006 +vn 0.000072 -0.707071 0.707143 +vn 0.000072 -0.707071 0.707143 +vn 0.000072 -0.707071 0.707143 +vn -0.000024 -0.707082 0.707131 +vn -0.000024 -0.707082 0.707131 +vn -0.000024 -0.707082 0.707131 +vn -0.000013 -0.707132 0.707081 +vn -0.000013 -0.707132 0.707081 +vn -0.000013 -0.707132 0.707081 +vn 0.000125 -0.707732 0.706481 +vn 0.000125 -0.707732 0.706481 +vn 0.000125 -0.707732 0.706481 +vn 0.000220 -0.706666 0.707547 +vn 0.000220 -0.706666 0.707547 +vn 0.000220 -0.706666 0.707548 +vn 0.000000 -0.706165 0.708048 +vn 0.000000 -0.706165 0.708048 +vn 0.000000 -0.706165 0.708048 +vn 0.000019 -0.707030 0.707184 +vn 0.000019 -0.707030 0.707184 +vn 0.000019 -0.707030 0.707184 +vn 0.000030 -0.707130 0.707084 +vn 0.000030 -0.707130 0.707084 +vn 0.000030 -0.707130 0.707084 +vn -0.000154 -0.707107 0.707107 +vn -0.000154 -0.707107 0.707107 +vn -0.000154 -0.707107 0.707107 +vn 0.000182 -0.706258 0.707955 +vn 0.000182 -0.706258 0.707955 +vn 0.000182 -0.706258 0.707955 +vn -0.000029 -0.707070 0.707144 +vn -0.000029 -0.707070 0.707144 +vn -0.000029 -0.707070 0.707144 +vn 0.000281 -0.706545 0.707668 +vn 0.000281 -0.706545 0.707668 +vn 0.000281 -0.706545 0.707668 +vn 0.000257 -0.706978 0.707235 +vn 0.000257 -0.706978 0.707235 +vn 0.000257 -0.706978 0.707235 +vn 0.000015 -0.707107 0.707107 +vn 0.000015 -0.707107 0.707107 +vn 0.000015 -0.707107 0.707107 +vn -0.000045 -0.707129 0.707084 +vn -0.000045 -0.707129 0.707084 +vn -0.000045 -0.707129 0.707084 +vn 0.000000 -0.707084 0.707130 +vn 0.000000 -0.707084 0.707130 +vn 0.000000 -0.707084 0.707130 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707092 0.707122 +vn 0.000000 -0.707092 0.707122 +vn -0.000137 -0.707653 0.706560 +vn -0.000137 -0.707653 0.706560 +vn -0.000137 -0.707653 0.706560 +vn -0.000279 -0.706995 0.707218 +vn -0.000279 -0.706995 0.707218 +vn -0.000279 -0.706995 0.707218 +vn -0.000371 -0.707107 0.707107 +vn -0.000371 -0.707107 0.707107 +vn -0.000371 -0.707107 0.707107 +vn -0.000305 -0.709035 0.705174 +vn -0.000305 -0.709035 0.705173 +vn -0.000305 -0.709035 0.705173 +vn 0.000000 -0.706636 0.707577 +vn 0.000000 -0.706636 0.707577 +vn 0.000000 -0.706636 0.707577 +vn 0.000039 -0.707123 0.707091 +vn 0.000039 -0.707123 0.707091 +vn 0.000039 -0.707123 0.707091 +vn -0.000053 -0.707053 0.707160 +vn -0.000053 -0.707053 0.707160 +vn -0.000053 -0.707053 0.707160 +vn 0.000000 -0.707126 0.707088 +vn 0.000000 -0.707126 0.707088 +vn 0.000000 -0.707126 0.707088 +vn -0.001080 -0.707538 0.706674 +vn -0.001080 -0.707538 0.706674 +vn -0.001080 -0.707538 0.706674 +vn -0.000223 -0.707255 0.706958 +vn -0.000223 -0.707255 0.706958 +vn -0.000223 -0.707255 0.706958 +vn -0.000648 -0.709692 0.704512 +vn -0.000648 -0.709692 0.704512 +vn -0.000648 -0.709692 0.704512 +vn 0.000087 -0.706933 0.707281 +vn 0.000087 -0.706933 0.707281 +vn 0.000087 -0.706933 0.707281 +vn -0.000043 -0.707129 0.707085 +vn -0.000043 -0.707129 0.707085 +vn -0.000043 -0.707129 0.707085 +vn -0.000355 -0.707033 0.707181 +vn -0.000355 -0.707033 0.707181 +vn -0.000355 -0.707033 0.707181 +vn 0.000798 -0.707884 0.706328 +vn 0.000798 -0.707884 0.706329 +vn 0.000798 -0.707884 0.706329 +vn 0.000010 -0.707109 0.707104 +vn 0.000010 -0.707109 0.707104 +vn 0.000010 -0.707109 0.707104 +vn -0.000061 -0.707087 0.707127 +vn -0.000061 -0.707086 0.707127 +vn -0.000061 -0.707087 0.707127 +vn -0.000819 -0.706287 0.707925 +vn -0.000819 -0.706287 0.707925 +vn -0.000819 -0.706287 0.707925 +vn 0.000086 -0.707150 0.707064 +vn 0.000086 -0.707150 0.707064 +vn 0.000086 -0.707150 0.707064 +vn -0.000146 -0.707034 0.707180 +vn -0.000146 -0.707034 0.707180 +vn -0.000146 -0.707034 0.707180 +vn -0.000018 -0.707108 0.707105 +vn -0.000018 -0.707108 0.707105 +vn -0.000018 -0.707108 0.707105 +vn -0.000735 -0.705950 0.708261 +vn -0.000735 -0.705950 0.708261 +vn -0.000735 -0.705950 0.708261 +vn -0.000361 -0.706746 0.707468 +vn -0.000361 -0.706746 0.707468 +vn -0.000361 -0.706746 0.707468 +vn -0.000114 -0.706880 0.707334 +vn -0.000114 -0.706880 0.707334 +vn -0.000114 -0.706880 0.707334 +vn 0.000000 -0.707371 0.706843 +vn 0.000000 -0.707371 0.706843 +vn 0.000000 -0.707371 0.706843 +vn -0.000017 -0.707087 0.707126 +vn -0.000017 -0.707087 0.707126 +vn -0.000017 -0.707087 0.707126 +vn -0.000044 -0.707128 0.707086 +vn -0.000044 -0.707128 0.707086 +vn -0.000044 -0.707128 0.707086 +vn 0.000000 -0.710687 0.703508 +vn 0.000000 -0.710687 0.703508 +vn 0.000000 -0.710687 0.703508 +vn -0.000179 -0.707285 0.706928 +vn -0.000179 -0.707285 0.706928 +vn -0.000179 -0.707285 0.706928 +vn 0.000000 -0.709153 0.705054 +vn 0.000000 -0.709153 0.705054 +vn 0.000000 -0.709153 0.705054 +vn 0.000022 -0.707123 0.707090 +vn 0.000022 -0.707123 0.707090 +vn 0.000022 -0.707123 0.707090 +vn 0.000041 -0.707091 0.707122 +vn 0.000041 -0.707091 0.707122 +vn 0.000041 -0.707091 0.707122 +vn -0.000077 -0.707102 0.707111 +vn -0.000077 -0.707102 0.707111 +vn -0.000077 -0.707102 0.707111 +vn 0.000000 -0.707114 0.707100 +vn 0.000000 -0.707114 0.707100 +vn 0.000000 -0.707114 0.707100 +vn -0.000009 -0.707092 0.707122 +vn -0.000009 -0.707092 0.707122 +vn -0.000009 -0.707092 0.707122 +vn 0.000029 -0.707145 0.707069 +vn 0.000029 -0.707145 0.707069 +vn 0.000029 -0.707145 0.707069 +vn -0.000042 -0.707101 0.707112 +vn -0.000042 -0.707101 0.707112 +vn -0.000042 -0.707101 0.707112 +vn 0.001075 -0.709252 0.704954 +vn 0.001075 -0.709252 0.704954 +vn 0.001075 -0.709252 0.704954 +vn -0.003244 -0.704937 0.709262 +vn -0.003244 -0.704937 0.709262 +vn -0.003244 -0.704937 0.709262 +vn -0.000206 -0.707004 0.707210 +vn -0.000206 -0.707004 0.707210 +vn -0.000206 -0.707004 0.707210 +vn -0.000250 -0.706106 0.708106 +vn -0.000250 -0.706106 0.708106 +vn -0.000250 -0.706106 0.708106 +vn -0.000057 -0.707336 0.706878 +vn -0.000057 -0.707336 0.706878 +vn -0.000057 -0.707336 0.706878 +vn 0.000000 -0.706821 0.707393 +vn 0.000000 -0.706821 0.707393 +vn 0.000000 -0.706821 0.707393 +vn 0.000000 -0.707128 0.707086 +vn 0.000000 -0.707128 0.707086 +vn 0.000000 -0.707128 0.707086 +vn 0.000032 -0.707083 0.707131 +vn 0.000032 -0.707083 0.707131 +vn 0.000032 -0.707083 0.707131 +vn 0.000030 -0.707117 0.707097 +vn 0.000030 -0.707117 0.707097 +vn 0.000030 -0.707117 0.707097 +vn -0.000089 -0.707125 0.707089 +vn -0.000089 -0.707125 0.707089 +vn -0.000089 -0.707125 0.707089 +vn 0.000000 -0.707075 0.707138 +vn 0.000000 -0.707075 0.707138 +vn 0.000000 -0.707075 0.707138 +vn -0.000438 -0.706230 0.707983 +vn -0.000438 -0.706230 0.707983 +vn -0.000438 -0.706230 0.707983 +vn -0.000429 -0.706462 0.707751 +vn -0.000429 -0.706462 0.707751 +vn -0.000429 -0.706462 0.707751 +vn -0.000024 -0.707131 0.707083 +vn -0.000024 -0.707131 0.707083 +vn -0.000024 -0.707131 0.707083 +vn 0.000078 -0.707126 0.707087 +vn 0.000078 -0.707126 0.707087 +vn 0.000078 -0.707126 0.707087 +vn -0.000029 -0.707092 0.707121 +vn -0.000029 -0.707092 0.707121 +vn -0.000029 -0.707092 0.707121 +vn -0.000273 -0.706697 0.707516 +vn -0.000273 -0.706697 0.707516 +vn -0.000273 -0.706697 0.707516 +vn 0.000000 -0.707085 0.707129 +vn 0.000000 -0.707085 0.707129 +vn 0.000000 -0.707085 0.707129 +vn 0.000037 -0.707070 0.707144 +vn 0.000037 -0.707070 0.707144 +vn 0.000037 -0.707070 0.707144 +vn -0.000106 -0.707177 0.707036 +vn -0.000106 -0.707177 0.707036 +vn -0.000106 -0.707177 0.707036 +vn 0.000099 -0.707304 0.706909 +vn 0.000099 -0.707304 0.706909 +vn 0.000099 -0.707304 0.706909 +vn 0.000254 -0.707107 0.707107 +vn 0.000254 -0.707107 0.707107 +vn 0.000254 -0.707107 0.707107 +vn -0.000111 -0.707329 0.706885 +vn -0.000111 -0.707329 0.706885 +vn -0.000111 -0.707329 0.706885 +vn 0.000484 -0.707349 0.706865 +vn 0.000484 -0.707349 0.706865 +vn 0.000484 -0.707349 0.706865 +vn -0.000303 -0.706804 0.707410 +vn -0.000303 -0.706804 0.707410 +vn -0.000303 -0.706804 0.707410 +vn -0.000120 -0.707107 0.707107 +vn -0.000120 -0.707107 0.707107 +vn -0.000120 -0.707107 0.707107 +vn 0.000038 -0.707107 0.707106 +vn 0.000038 -0.707107 0.707106 +vn 0.000038 -0.707107 0.707106 +vn 0.000000 -0.706494 0.707719 +vn 0.000000 -0.706494 0.707719 +vn 0.000000 -0.706494 0.707719 +vn -0.000290 -0.707687 0.706526 +vn -0.000290 -0.707687 0.706527 +vn -0.000290 -0.707687 0.706527 +vn 0.000050 -0.707138 0.707076 +vn 0.000050 -0.707138 0.707076 +vn 0.000050 -0.707138 0.707076 +vn 0.000006 -0.707101 0.707112 +vn 0.000006 -0.707101 0.707112 +vn 0.000006 -0.707101 0.707112 +vn -0.000039 -0.707301 0.706912 +vn -0.000039 -0.707301 0.706912 +vn -0.000039 -0.707301 0.706912 +vn -0.000017 -0.707107 0.707107 +vn -0.000017 -0.707107 0.707107 +vn -0.000017 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000059 -0.706959 0.707255 +vn 0.000059 -0.706959 0.707255 +vn 0.000059 -0.706959 0.707255 +vn -0.000007 -0.707128 0.707086 +vn -0.000007 -0.707128 0.707086 +vn -0.000007 -0.707128 0.707086 +vn -0.000667 -0.707440 0.706773 +vn -0.000667 -0.707440 0.706773 +vn -0.000667 -0.707440 0.706773 +vn 0.000179 -0.707554 0.706659 +vn 0.000179 -0.707554 0.706659 +vn 0.000179 -0.707554 0.706659 +vn -0.005425 -0.705286 0.708902 +vn -0.005425 -0.705286 0.708902 +vn -0.005425 -0.705286 0.708902 +vn 0.000013 -0.707006 0.707207 +vn 0.000013 -0.707006 0.707207 +vn 0.000013 -0.707006 0.707207 +vn -0.000145 -0.705947 0.708265 +vn -0.000145 -0.705947 0.708265 +vn -0.000145 -0.705947 0.708265 +vn -0.000613 -0.708026 0.706187 +vn -0.000613 -0.708026 0.706187 +vn -0.000613 -0.708026 0.706187 +vn -0.000007 -0.707173 0.707041 +vn -0.000007 -0.707173 0.707041 +vn -0.000007 -0.707173 0.707041 +vn 0.000003 -0.707096 0.707117 +vn 0.000003 -0.707097 0.707117 +vn 0.000003 -0.707097 0.707117 +vn -0.000017 -0.707202 0.707012 +vn -0.000017 -0.707202 0.707012 +vn -0.000017 -0.707202 0.707012 +vn 0.000000 -0.707230 0.706984 +vn 0.000000 -0.707230 0.706984 +vn 0.000000 -0.707230 0.706984 +vn 0.000000 -0.706627 0.707586 +vn 0.000000 -0.706627 0.707586 +vn 0.000000 -0.706627 0.707586 +vn -0.000303 -0.707107 0.707107 +vn -0.000303 -0.707107 0.707107 +vn -0.000303 -0.707107 0.707107 +vn 0.000016 -0.707138 0.707076 +vn 0.000016 -0.707138 0.707076 +vn 0.000016 -0.707138 0.707076 +vn -0.000027 -0.707160 0.707054 +vn -0.000027 -0.707160 0.707054 +vn -0.000027 -0.707160 0.707054 +vn 0.000013 -0.706987 0.707227 +vn 0.000013 -0.706987 0.707227 +vn 0.000013 -0.706987 0.707227 +vn -0.000117 -0.706579 0.707634 +vn -0.000117 -0.706579 0.707634 +vn -0.000117 -0.706579 0.707634 +vn -0.001084 -0.711431 0.702755 +vn -0.001084 -0.711431 0.702755 +vn -0.001084 -0.711431 0.702755 +vn 0.000024 -0.707009 0.707204 +vn 0.000024 -0.707009 0.707204 +vn 0.000024 -0.707009 0.707204 +vn -0.000015 -0.707167 0.707046 +vn -0.000015 -0.707167 0.707046 +vn -0.000015 -0.707167 0.707046 +vn 0.000033 -0.707099 0.707115 +vn 0.000033 -0.707099 0.707115 +vn 0.000033 -0.707099 0.707115 +vn -0.000017 -0.707037 0.707176 +vn -0.000017 -0.707037 0.707176 +vn -0.000017 -0.707037 0.707176 +vn -0.000032 -0.707340 0.706874 +vn -0.000032 -0.707340 0.706874 +vn -0.000032 -0.707340 0.706874 +vn 0.000019 -0.707081 0.707132 +vn 0.000019 -0.707081 0.707132 +vn 0.000019 -0.707081 0.707132 +vn -0.002581 -0.704622 0.709578 +vn -0.002581 -0.704622 0.709578 +vn -0.002581 -0.704622 0.709578 +vn 0.000338 -0.707015 0.707199 +vn 0.000338 -0.707015 0.707199 +vn 0.000338 -0.707015 0.707199 +vn -0.000238 -0.707204 0.707010 +vn -0.000238 -0.707204 0.707010 +vn -0.000238 -0.707204 0.707010 +vn 0.000000 -0.707172 0.707042 +vn 0.000000 -0.707172 0.707042 +vn 0.000000 -0.707172 0.707042 +vn 0.000000 -0.707154 0.707060 +vn 0.000000 -0.707154 0.707060 +vn 0.000000 -0.707154 0.707060 +vn -0.000299 -0.707764 0.706449 +vn -0.000299 -0.707764 0.706449 +vn -0.000299 -0.707764 0.706449 +vn 0.000059 -0.707130 0.707083 +vn 0.000059 -0.707130 0.707083 +vn 0.000059 -0.707130 0.707083 +vn -0.000015 -0.707077 0.707136 +vn -0.000015 -0.707077 0.707136 +vn -0.000015 -0.707077 0.707136 +vn 0.000300 -0.706507 0.707706 +vn 0.000300 -0.706507 0.707706 +vn 0.000300 -0.706507 0.707706 +vn 0.000000 -0.707712 0.706501 +vn 0.000000 -0.707712 0.706501 +vn 0.000000 -0.707712 0.706501 +vn 0.000015 -0.707099 0.707114 +vn 0.000015 -0.707099 0.707114 +vn 0.000015 -0.707099 0.707114 +vn 0.000301 -0.706505 0.707708 +vn 0.000301 -0.706505 0.707708 +vn 0.000301 -0.706505 0.707708 +vn 0.000288 -0.706963 0.707251 +vn 0.000288 -0.706963 0.707251 +vn 0.000288 -0.706963 0.707251 +vn 0.003887 -0.698301 0.715793 +vn 0.003887 -0.698301 0.715793 +vn 0.003887 -0.698301 0.715793 +vn -0.000056 -0.707107 0.707107 +vn -0.000056 -0.707107 0.707107 +vn -0.000056 -0.707107 0.707107 +vn 0.000029 -0.707110 0.707103 +vn 0.000029 -0.707111 0.707103 +vn 0.000029 -0.707110 0.707103 +vn 0.000000 -0.707731 0.706482 +vn 0.000000 -0.707731 0.706482 +vn 0.000000 -0.707731 0.706482 +vn 0.000087 -0.707107 0.707107 +vn 0.000087 -0.707107 0.707107 +vn 0.000087 -0.707107 0.707107 +vn -0.002303 -0.704798 0.709404 +vn -0.002303 -0.704798 0.709404 +vn -0.002303 -0.704798 0.709404 +vn -0.000087 -0.707100 0.707114 +vn -0.000087 -0.707100 0.707114 +vn -0.000087 -0.707100 0.707114 +vn 0.000007 -0.706926 0.707287 +vn 0.000007 -0.706926 0.707287 +vn 0.000007 -0.706926 0.707287 +vn 0.000011 -0.707239 0.706975 +vn 0.000011 -0.707239 0.706975 +vn 0.000011 -0.707239 0.706975 +vn 0.000000 -0.707193 0.707021 +vn 0.000000 -0.707193 0.707021 +vn 0.000000 -0.707193 0.707021 +vn 0.000031 -0.707045 0.707169 +vn 0.000031 -0.707045 0.707169 +vn 0.000031 -0.707045 0.707169 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000017 -0.707072 0.707141 +vn -0.000017 -0.707072 0.707141 +vn -0.000017 -0.707072 0.707141 +vn -0.000156 -0.707263 0.706951 +vn -0.000156 -0.707263 0.706951 +vn -0.000156 -0.707263 0.706951 +vn 0.000815 -0.706699 0.707514 +vn 0.000815 -0.706699 0.707514 +vn 0.000815 -0.706699 0.707514 +vn -0.000023 -0.707154 0.707060 +vn -0.000023 -0.707154 0.707060 +vn -0.000023 -0.707154 0.707060 +vn 0.000003 -0.707094 0.707119 +vn 0.000003 -0.707094 0.707119 +vn 0.000003 -0.707094 0.707119 +vn 0.000014 -0.707088 0.707125 +vn 0.000014 -0.707088 0.707126 +vn 0.000014 -0.707088 0.707125 +vn -0.000066 -0.705911 0.708301 +vn -0.000066 -0.705911 0.708301 +vn -0.000066 -0.705911 0.708301 +vn 0.000115 -0.707680 0.706533 +vn 0.000115 -0.707680 0.706533 +vn 0.000115 -0.707680 0.706533 +vn -0.000267 -0.707374 0.706840 +vn -0.000267 -0.707374 0.706840 +vn -0.000267 -0.707374 0.706840 +vn 0.000692 -0.707568 0.706645 +vn 0.000692 -0.707568 0.706645 +vn 0.000692 -0.707568 0.706645 +vn -0.000358 -0.706390 0.707823 +vn -0.000358 -0.706390 0.707823 +vn -0.000358 -0.706390 0.707823 +vn -0.000096 -0.707298 0.706915 +vn -0.000096 -0.707298 0.706915 +vn -0.000096 -0.707298 0.706915 +vn -0.000140 -0.707107 0.707107 +vn -0.000140 -0.707107 0.707107 +vn -0.000140 -0.707107 0.707107 +vn 0.000000 -0.706344 0.707869 +vn 0.000000 -0.706344 0.707869 +vn 0.000000 -0.706344 0.707869 +vn -0.000015 -0.707107 0.707107 +vn -0.000015 -0.707107 0.707107 +vn -0.000015 -0.707107 0.707107 +vn -0.000008 -0.707107 0.707107 +vn -0.000008 -0.707107 0.707107 +vn -0.000008 -0.707107 0.707107 +vn 0.000010 -0.707117 0.707097 +vn 0.000010 -0.707117 0.707097 +vn 0.000010 -0.707117 0.707097 +vn 0.000192 -0.707683 0.706531 +vn 0.000192 -0.707683 0.706531 +vn 0.000192 -0.707683 0.706531 +vn 0.000739 -0.707107 0.707107 +vn 0.000739 -0.707107 0.707107 +vn 0.000739 -0.707107 0.707107 +vn 0.001423 -0.708527 0.705682 +vn 0.001423 -0.708527 0.705682 +vn 0.001423 -0.708527 0.705682 +vn 0.000057 -0.707107 0.707107 +vn 0.000057 -0.707107 0.707107 +vn 0.000057 -0.707107 0.707107 +vn 0.000272 -0.706835 0.707379 +vn 0.000272 -0.706835 0.707379 +vn 0.000272 -0.706835 0.707379 +vn -0.000009 -0.707107 0.707107 +vn -0.000009 -0.707107 0.707107 +vn -0.000009 -0.707107 0.707107 +vn -0.000005 -0.707131 0.707082 +vn -0.000005 -0.707131 0.707082 +vn -0.000005 -0.707131 0.707082 +vn -0.000089 -0.706575 0.707638 +vn -0.000089 -0.706575 0.707638 +vn -0.000089 -0.706575 0.707638 +vn 0.001276 -0.709654 0.704549 +vn 0.001276 -0.709654 0.704549 +vn 0.001276 -0.709654 0.704549 +vn 0.000001 -0.707125 0.707088 +vn 0.000001 -0.707125 0.707088 +vn 0.000001 -0.707125 0.707088 +vn 0.000000 -0.707099 0.707114 +vn 0.000000 -0.707099 0.707114 +vn 0.000000 -0.707099 0.707114 +vn 0.000000 -0.707121 0.707092 +vn 0.000000 -0.707121 0.707092 +vn 0.000000 -0.707121 0.707092 +vn 0.000000 -0.706291 0.707922 +vn 0.000000 -0.706291 0.707922 +vn 0.000000 -0.706291 0.707922 +vn -0.000057 -0.707678 0.706535 +vn -0.000057 -0.707678 0.706535 +vn -0.000057 -0.707678 0.706535 +vn 0.000873 -0.708613 0.705597 +vn 0.000873 -0.708613 0.705597 +vn 0.000873 -0.708613 0.705597 +vn 0.000756 -0.706350 0.707862 +vn 0.000756 -0.706350 0.707862 +vn 0.000756 -0.706350 0.707862 +vn -0.001276 -0.709654 0.704549 +vn -0.001276 -0.709654 0.704549 +vn -0.001276 -0.709654 0.704549 +vn 0.000089 -0.706930 0.707284 +vn 0.000089 -0.706930 0.707284 +vn 0.000089 -0.706930 0.707284 +vn -0.000741 -0.706879 0.707334 +vn -0.000741 -0.706879 0.707335 +vn -0.000741 -0.706879 0.707334 +vn -0.000192 -0.707491 0.706723 +vn -0.000192 -0.707491 0.706723 +vn -0.000192 -0.707491 0.706723 +vn 0.000584 -0.705937 0.708274 +vn 0.000584 -0.705937 0.708274 +vn 0.000584 -0.705937 0.708274 +vn 0.000000 -0.708040 0.706172 +vn 0.000000 -0.708040 0.706172 +vn 0.000000 -0.708040 0.706172 +vn 0.000095 -0.707391 0.706823 +vn 0.000095 -0.707391 0.706823 +vn 0.000095 -0.707391 0.706823 +vn 0.000001 -0.707131 0.707083 +vn 0.000001 -0.707131 0.707083 +vn 0.000001 -0.707131 0.707083 +vn 0.000000 -0.707099 0.707115 +vn 0.000000 -0.707099 0.707115 +vn 0.000000 -0.707099 0.707115 +vn 0.000138 -0.707245 0.706969 +vn 0.000138 -0.707245 0.706969 +vn 0.000138 -0.707245 0.706969 +vn -0.000001 -0.707063 0.707151 +vn -0.000001 -0.707063 0.707151 +vn -0.000001 -0.707063 0.707151 +vn 0.000266 -0.707373 0.706841 +vn 0.000266 -0.707373 0.706841 +vn 0.000266 -0.707373 0.706841 +vn 0.000000 -0.706648 0.707565 +vn 0.000000 -0.706648 0.707565 +vn 0.000000 -0.706648 0.707565 +vn 0.001916 -0.704611 0.709592 +vn 0.001916 -0.704611 0.709592 +vn 0.001916 -0.704611 0.709592 +vn 0.000000 -0.706749 0.707465 +vn 0.000000 -0.706749 0.707465 +vn 0.000000 -0.706749 0.707465 +vn -0.000461 -0.707568 0.706645 +vn -0.000461 -0.707568 0.706645 +vn -0.000461 -0.707568 0.706645 +vn 0.000267 -0.707107 0.707107 +vn 0.000267 -0.707107 0.707107 +vn 0.000267 -0.707107 0.707107 +vn -0.000533 -0.707640 0.706573 +vn -0.000533 -0.707640 0.706573 +vn -0.000533 -0.707640 0.706573 +vn 0.000002 -0.707172 0.707042 +vn 0.000002 -0.707172 0.707042 +vn 0.000002 -0.707172 0.707042 +vn -0.000001 -0.707074 0.707139 +vn -0.000001 -0.707075 0.707139 +vn -0.000001 -0.707075 0.707139 +vn 0.000123 -0.707229 0.706984 +vn 0.000123 -0.707229 0.706984 +vn 0.000123 -0.707229 0.706984 +vn -0.000001 -0.707063 0.707151 +vn -0.000001 -0.707063 0.707151 +vn -0.000001 -0.707063 0.707151 +vn 0.000692 -0.705999 0.708212 +vn 0.000692 -0.705999 0.708212 +vn 0.000692 -0.705999 0.708212 +vn -0.000384 -0.708129 0.706083 +vn -0.000384 -0.708129 0.706083 +vn -0.000384 -0.708129 0.706083 +vn 0.000254 -0.707107 0.707107 +vn 0.000254 -0.707107 0.707107 +vn 0.000254 -0.707107 0.707107 +vn 0.000001 -0.707129 0.707085 +vn 0.000001 -0.707129 0.707085 +vn 0.000001 -0.707129 0.707085 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 -0.707108 0.707105 +vn -0.000003 -0.707046 0.707167 +vn -0.000003 -0.707047 0.707167 +vn -0.000003 -0.707047 0.707167 +vn -0.000117 -0.707457 0.706756 +vn -0.000117 -0.707457 0.706756 +vn -0.000117 -0.707457 0.706756 +vn 0.000401 -0.705502 0.708708 +vn 0.000401 -0.705501 0.708708 +vn 0.000401 -0.705501 0.708708 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000366 -0.707107 0.707107 +vn 0.000366 -0.707107 0.707107 +vn 0.000366 -0.707107 0.707107 +vn 0.000811 -0.706836 0.707377 +vn 0.000811 -0.706836 0.707377 +vn 0.000811 -0.706836 0.707377 +vn 0.000169 -0.707107 0.707107 +vn 0.000169 -0.707107 0.707107 +vn 0.000169 -0.707107 0.707107 +vn -0.000352 -0.706315 0.707898 +vn -0.000352 -0.706315 0.707898 +vn -0.000352 -0.706315 0.707898 +vn 0.000000 -0.707088 0.707125 +vn 0.000000 -0.707088 0.707125 +vn 0.000000 -0.707088 0.707125 +vn 0.000003 -0.707150 0.707063 +vn 0.000003 -0.707150 0.707063 +vn 0.000003 -0.707150 0.707063 +vn 0.000000 -0.707316 0.706897 +vn 0.000000 -0.707316 0.706897 +vn 0.000000 -0.707316 0.706897 +vn -0.000073 -0.707399 0.706814 +vn -0.000073 -0.707399 0.706814 +vn -0.000073 -0.707399 0.706814 +vn -0.000001 -0.707063 0.707150 +vn -0.000001 -0.707063 0.707150 +vn -0.000001 -0.707063 0.707150 +vn -0.000262 -0.706845 0.707368 +vn -0.000262 -0.706845 0.707368 +vn -0.000262 -0.706845 0.707368 +vn 0.000000 -0.707217 0.706997 +vn 0.000000 -0.707217 0.706997 +vn 0.000000 -0.707217 0.706997 +vn 0.000280 -0.708782 0.705427 +vn 0.000280 -0.708782 0.705427 +vn 0.000280 -0.708782 0.705427 +vn 0.000000 -0.705556 0.708655 +vn 0.000000 -0.705555 0.708655 +vn 0.000000 -0.705556 0.708655 +vn -0.000447 -0.707330 0.706883 +vn -0.000447 -0.707330 0.706883 +vn -0.000447 -0.707330 0.706883 +vn 0.000319 -0.707107 0.707107 +vn 0.000319 -0.707107 0.707107 +vn 0.000319 -0.707107 0.707107 +vn -0.000250 -0.706856 0.707357 +vn -0.000250 -0.706856 0.707357 +vn -0.000250 -0.706856 0.707357 +vn 0.000001 -0.707152 0.707062 +vn 0.000001 -0.707152 0.707062 +vn 0.000001 -0.707152 0.707062 +vn 0.000001 -0.707119 0.707095 +vn 0.000001 -0.707119 0.707095 +vn 0.000001 -0.707119 0.707095 +vn 0.000000 -0.706721 0.707492 +vn 0.000000 -0.706721 0.707492 +vn 0.000000 -0.706721 0.707492 +vn 0.000000 -0.707128 0.707085 +vn 0.000000 -0.707128 0.707085 +vn 0.000000 -0.707128 0.707086 +vn 0.000416 -0.707107 0.707107 +vn 0.000416 -0.707107 0.707107 +vn 0.000416 -0.707107 0.707107 +vn -0.000061 -0.707353 0.706861 +vn -0.000061 -0.707353 0.706861 +vn -0.000061 -0.707353 0.706861 +vn 0.002562 -0.704036 0.710160 +vn 0.002562 -0.704036 0.710160 +vn 0.002562 -0.704036 0.710160 +vn 0.000000 -0.706415 0.707798 +vn 0.000000 -0.706415 0.707798 +vn 0.000000 -0.706415 0.707798 +vn 0.000000 -0.707328 0.706885 +vn 0.000000 -0.707328 0.706885 +vn 0.000000 -0.707328 0.706885 +vn 0.000000 -0.706261 0.707951 +vn 0.000000 -0.706261 0.707951 +vn 0.000000 -0.706262 0.707951 +vn -0.000442 -0.707695 0.706518 +vn -0.000442 -0.707695 0.706518 +vn -0.000442 -0.707695 0.706518 +vn 0.000005 -0.707151 0.707063 +vn 0.000005 -0.707151 0.707063 +vn 0.000005 -0.707151 0.707063 +vn -0.000002 -0.707072 0.707141 +vn -0.000002 -0.707072 0.707141 +vn -0.000002 -0.707072 0.707141 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000005 -0.707065 0.707149 +vn -0.000005 -0.707065 0.707149 +vn -0.000005 -0.707065 0.707149 +vn 0.000256 -0.705826 0.708385 +vn 0.000256 -0.705826 0.708385 +vn 0.000256 -0.705826 0.708385 +vn -0.000051 -0.706700 0.707514 +vn -0.000051 -0.706700 0.707514 +vn -0.000051 -0.706700 0.707514 +vn -0.004156 -0.710499 0.703686 +vn -0.004156 -0.710499 0.703686 +vn -0.004156 -0.710499 0.703686 +vn 0.000000 -0.707091 0.707123 +vn 0.000000 -0.707091 0.707123 +vn 0.000000 -0.707091 0.707123 +vn 0.000000 -0.707031 0.707183 +vn 0.000000 -0.707031 0.707183 +vn 0.000000 -0.707031 0.707183 +vn 0.000001 -0.707119 0.707095 +vn 0.000001 -0.707119 0.707095 +vn 0.000001 -0.707119 0.707095 +vn -0.000004 -0.707039 0.707175 +vn -0.000004 -0.707039 0.707175 +vn -0.000004 -0.707039 0.707175 +vn -0.000201 -0.707374 0.706839 +vn -0.000201 -0.707374 0.706839 +vn -0.000201 -0.707374 0.706839 +vn 0.000113 -0.706843 0.707371 +vn 0.000113 -0.706843 0.707371 +vn 0.000113 -0.706843 0.707371 +vn 0.000029 -0.707142 0.707071 +vn 0.000029 -0.707142 0.707071 +vn 0.000029 -0.707142 0.707071 +vn 0.000008 -0.707134 0.707080 +vn 0.000008 -0.707134 0.707080 +vn 0.000008 -0.707134 0.707080 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn -0.000021 -0.707126 0.707088 +vn -0.000021 -0.707126 0.707088 +vn -0.000021 -0.707126 0.707088 +vn -0.000061 -0.707114 0.707100 +vn -0.000061 -0.707114 0.707100 +vn -0.000061 -0.707114 0.707100 +vn -0.000402 -0.706101 0.708111 +vn -0.000402 -0.706101 0.708111 +vn -0.000402 -0.706101 0.708111 +vn -0.000253 -0.707149 0.707065 +vn -0.000253 -0.707149 0.707065 +vn -0.000253 -0.707149 0.707065 +vn 0.000024 -0.707119 0.707095 +vn 0.000024 -0.707119 0.707095 +vn 0.000024 -0.707119 0.707095 +vn 0.000036 -0.707089 0.707125 +vn 0.000036 -0.707089 0.707125 +vn 0.000036 -0.707089 0.707125 +vn 0.000000 -0.708951 0.705258 +vn 0.000000 -0.708951 0.705258 +vn 0.000000 -0.708951 0.705258 +vn 0.000000 -0.707122 0.707092 +vn 0.000000 -0.707122 0.707092 +vn 0.000000 -0.707122 0.707092 +vn 0.000090 -0.707197 0.707017 +vn 0.000090 -0.707197 0.707016 +vn 0.000090 -0.707197 0.707017 +vn 0.000032 -0.707139 0.707074 +vn 0.000032 -0.707139 0.707074 +vn 0.000032 -0.707139 0.707074 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000032 -0.707042 0.707172 +vn 0.000032 -0.707042 0.707172 +vn 0.000032 -0.707042 0.707172 +vn 0.000017 -0.707158 0.707056 +vn 0.000017 -0.707158 0.707056 +vn 0.000017 -0.707158 0.707056 +vn 0.000008 -0.707371 0.706843 +vn 0.000008 -0.707371 0.706843 +vn 0.000008 -0.707371 0.706843 +vn 0.000024 -0.707092 0.707122 +vn 0.000024 -0.707092 0.707122 +vn 0.000024 -0.707092 0.707122 +vn 0.000029 -0.706928 0.707286 +vn 0.000029 -0.706928 0.707286 +vn 0.000029 -0.706928 0.707286 +vn -0.000008 -0.707197 0.707016 +vn -0.000008 -0.707197 0.707016 +vn -0.000008 -0.707197 0.707016 +vn -0.000010 -0.706985 0.707228 +vn -0.000010 -0.706985 0.707228 +vn -0.000010 -0.706985 0.707228 +vn 0.000012 -0.707170 0.707043 +vn 0.000012 -0.707170 0.707043 +vn 0.000012 -0.707170 0.707043 +vn 0.000008 -0.707032 0.707182 +vn 0.000008 -0.707032 0.707182 +vn 0.000008 -0.707032 0.707182 +vn -0.000004 -0.707202 0.707011 +vn -0.000004 -0.707202 0.707011 +vn -0.000004 -0.707202 0.707011 +vn 0.000003 -0.707127 0.707087 +vn 0.000003 -0.707127 0.707087 +vn 0.000003 -0.707127 0.707087 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707041 0.707173 +vn 0.000000 -0.707198 0.707016 +vn 0.000000 -0.707198 0.707016 +vn 0.000000 -0.707198 0.707016 +vn 0.000006 -0.706866 0.707347 +vn 0.000006 -0.706867 0.707347 +vn 0.000006 -0.706867 0.707347 +vn -0.000002 -0.707073 0.707140 +vn -0.000002 -0.707073 0.707140 +vn -0.000002 -0.707073 0.707140 +vn -0.000005 -0.707307 0.706907 +vn -0.000005 -0.707307 0.706907 +vn -0.000005 -0.707307 0.706907 +vn -0.000004 -0.706960 0.707253 +vn -0.000004 -0.706960 0.707253 +vn -0.000004 -0.706960 0.707253 +vn 0.000000 -0.707036 0.707177 +vn 0.000000 -0.707036 0.707177 +vn 0.000000 -0.707036 0.707177 +vn 0.000000 -0.707079 0.707135 +vn 0.000000 -0.707079 0.707135 +vn 0.000000 -0.707079 0.707135 +vn 0.000003 -0.707059 0.707154 +vn 0.000003 -0.707059 0.707154 +vn 0.000003 -0.707059 0.707154 +vn 0.000005 -0.707233 0.706981 +vn 0.000005 -0.707233 0.706981 +vn 0.000005 -0.707233 0.706981 +vn -0.000007 -0.706926 0.707288 +vn -0.000007 -0.706926 0.707288 +vn -0.000007 -0.706926 0.707288 +vn -0.000013 -0.707466 0.706747 +vn -0.000013 -0.707466 0.706747 +vn -0.000013 -0.707466 0.706747 +vn 0.000000 -0.707270 0.706944 +vn 0.000000 -0.707270 0.706944 +vn 0.000000 -0.707270 0.706944 +vn 0.000000 -0.707103 0.707110 +vn 0.000000 -0.707103 0.707110 +vn 0.000000 -0.707103 0.707110 +vn 0.000000 -0.707192 0.707022 +vn 0.000000 -0.707192 0.707022 +vn 0.000000 -0.707192 0.707022 +vn -0.000003 -0.707084 0.707129 +vn -0.000003 -0.707084 0.707129 +vn -0.000003 -0.707084 0.707129 +vn 0.000014 -0.707218 0.706996 +vn 0.000014 -0.707218 0.706996 +vn 0.000014 -0.707218 0.706996 +vn -0.000020 -0.707079 0.707135 +vn -0.000020 -0.707079 0.707134 +vn -0.000020 -0.707079 0.707135 +vn -0.000032 -0.707264 0.706950 +vn -0.000032 -0.707264 0.706950 +vn -0.000032 -0.707264 0.706950 +vn 0.000045 -0.706964 0.707249 +vn 0.000045 -0.706965 0.707249 +vn 0.000045 -0.706964 0.707249 +vn -0.000004 -0.707096 0.707117 +vn -0.000004 -0.707096 0.707117 +vn -0.000004 -0.707096 0.707117 +vn 0.000022 -0.706946 0.707268 +vn 0.000022 -0.706946 0.707267 +vn 0.000022 -0.706946 0.707268 +vn -0.000023 -0.707162 0.707051 +vn -0.000023 -0.707162 0.707051 +vn -0.000023 -0.707162 0.707051 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707064 0.707149 +vn 0.000000 -0.707064 0.707149 +vn 0.000000 -0.707064 0.707149 +vn 0.000626 -0.705288 0.708920 +vn 0.000626 -0.705288 0.708920 +vn 0.000626 -0.705288 0.708920 +vn 0.000000 -0.707134 0.707080 +vn 0.000000 -0.707134 0.707080 +vn 0.000000 -0.707134 0.707080 +vn -0.000105 -0.707002 0.707211 +vn -0.000105 -0.707002 0.707211 +vn -0.000105 -0.707002 0.707211 +vn 0.000024 -0.707095 0.707119 +vn 0.000024 -0.707095 0.707119 +vn 0.000024 -0.707095 0.707119 +vn -0.000030 -0.707168 0.707046 +vn -0.000030 -0.707168 0.707046 +vn -0.000030 -0.707168 0.707046 +vn 0.000000 -0.707027 0.707187 +vn 0.000000 -0.707027 0.707187 +vn 0.000000 -0.707027 0.707187 +vn 0.000056 -0.707079 0.707135 +vn 0.000056 -0.707079 0.707135 +vn 0.000056 -0.707079 0.707135 +vn -0.000025 -0.707005 0.707208 +vn -0.000025 -0.707005 0.707208 +vn -0.000025 -0.707005 0.707208 +vn 0.000000 -0.707096 0.707117 +vn 0.000000 -0.707096 0.707117 +vn 0.000000 -0.707096 0.707117 +vn 0.000463 -0.707662 0.706551 +vn 0.000463 -0.707662 0.706551 +vn 0.000463 -0.707662 0.706551 +vn -0.000221 -0.710530 0.703667 +vn -0.000221 -0.710530 0.703667 +vn -0.000221 -0.710530 0.703667 +vn 0.000111 -0.707107 0.707107 +vn 0.000111 -0.707107 0.707107 +vn 0.000111 -0.707107 0.707107 +vn -0.000534 -0.706572 0.707641 +vn -0.000534 -0.706572 0.707641 +vn -0.000534 -0.706572 0.707641 +vn 0.000013 -0.707110 0.707103 +vn 0.000013 -0.707110 0.707104 +vn 0.000013 -0.707110 0.707103 +vn -0.000026 -0.707080 0.707133 +vn -0.000026 -0.707080 0.707133 +vn -0.000026 -0.707080 0.707133 +vn 0.000099 -0.707082 0.707132 +vn 0.000099 -0.707082 0.707132 +vn 0.000099 -0.707082 0.707132 +vn -0.003688 -0.696180 0.717858 +vn -0.003688 -0.696180 0.717858 +vn -0.003688 -0.696180 0.717858 +vn 0.000000 -0.707289 0.706925 +vn 0.000000 -0.707289 0.706925 +vn 0.000000 -0.707289 0.706925 +vn 0.001407 -0.710615 0.703579 +vn 0.001407 -0.710615 0.703579 +vn 0.001407 -0.710615 0.703579 +vn -0.000148 -0.705622 0.708589 +vn -0.000148 -0.705622 0.708589 +vn -0.000148 -0.705622 0.708589 +vn 0.000312 -0.708663 0.705547 +vn 0.000312 -0.708663 0.705547 +vn 0.000312 -0.708663 0.705547 +vn -0.000040 -0.707120 0.707093 +vn -0.000040 -0.707120 0.707094 +vn -0.000040 -0.707120 0.707094 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000021 -0.707107 0.707107 +vn -0.000021 -0.707107 0.707107 +vn -0.000021 -0.707107 0.707107 +vn 0.000250 -0.707545 0.706669 +vn 0.000250 -0.707545 0.706669 +vn 0.000250 -0.707545 0.706669 +vn -0.000340 -0.707390 0.706823 +vn -0.000340 -0.707390 0.706823 +vn -0.000340 -0.707390 0.706823 +vn 0.000000 -0.706828 0.707386 +vn 0.000000 -0.706828 0.707386 +vn 0.000000 -0.706828 0.707386 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000000 -0.707132 0.707082 +vn 0.000006 -0.707075 0.707139 +vn 0.000006 -0.707075 0.707139 +vn 0.000006 -0.707075 0.707139 +vn 0.000323 -0.707946 0.706266 +vn 0.000323 -0.707946 0.706266 +vn 0.000323 -0.707946 0.706266 +vn 0.000000 -0.706992 0.707222 +vn 0.000000 -0.706992 0.707222 +vn 0.000000 -0.706992 0.707222 +vn -0.001279 -0.708384 0.705826 +vn -0.001279 -0.708384 0.705826 +vn -0.001279 -0.708384 0.705826 +vn 0.000129 -0.706656 0.707557 +vn 0.000129 -0.706656 0.707557 +vn 0.000129 -0.706656 0.707557 +vn -0.001003 -0.705768 0.708442 +vn -0.001003 -0.705768 0.708442 +vn -0.001003 -0.705768 0.708442 +vn 0.000013 -0.707107 0.707107 +vn 0.000013 -0.707107 0.707107 +vn 0.000013 -0.707107 0.707107 +vn -0.000023 -0.707107 0.707107 +vn -0.000023 -0.707107 0.707107 +vn -0.000023 -0.707107 0.707107 +vn 0.000007 -0.707093 0.707121 +vn 0.000007 -0.707093 0.707121 +vn 0.000007 -0.707093 0.707121 +vn -0.000441 -0.706003 0.708208 +vn -0.000441 -0.706003 0.708208 +vn -0.000441 -0.706003 0.708208 +vn -0.000888 -0.705583 0.708627 +vn -0.000888 -0.705583 0.708627 +vn -0.000888 -0.705583 0.708627 +vn -0.000803 -0.707508 0.706705 +vn -0.000803 -0.707508 0.706705 +vn -0.000803 -0.707508 0.706705 +vn -0.000107 -0.707000 0.707214 +vn -0.000107 -0.707000 0.707214 +vn -0.000107 -0.707000 0.707214 +vn -0.000248 -0.706858 0.707355 +vn -0.000248 -0.706858 0.707355 +vn -0.000248 -0.706858 0.707355 +vn -0.000013 -0.707139 0.707074 +vn -0.000013 -0.707139 0.707074 +vn -0.000013 -0.707139 0.707074 +vn -0.000015 -0.707006 0.707208 +vn -0.000015 -0.707006 0.707208 +vn -0.000015 -0.707006 0.707208 +vn 0.000010 -0.707044 0.707169 +vn 0.000010 -0.707044 0.707169 +vn 0.000010 -0.707044 0.707169 +vn 0.000161 -0.707752 0.706461 +vn 0.000161 -0.707752 0.706461 +vn 0.000161 -0.707752 0.706461 +vn -0.000223 -0.707440 0.706773 +vn -0.000223 -0.707440 0.706773 +vn -0.000223 -0.707440 0.706773 +vn -0.000275 -0.706832 0.707381 +vn -0.000275 -0.706832 0.707381 +vn -0.000275 -0.706832 0.707381 +vn -0.000040 -0.707160 0.707054 +vn -0.000040 -0.707160 0.707054 +vn -0.000040 -0.707160 0.707054 +vn 0.000000 -0.707123 0.707091 +vn 0.000000 -0.707123 0.707091 +vn 0.000000 -0.707123 0.707091 +vn 0.000007 -0.707038 0.707176 +vn 0.000007 -0.707038 0.707176 +vn 0.000007 -0.707038 0.707176 +vn 0.000218 -0.707542 0.706671 +vn 0.000218 -0.707542 0.706671 +vn 0.000218 -0.707542 0.706671 +vn 0.000000 -0.707183 0.707031 +vn 0.000000 -0.707183 0.707031 +vn 0.000000 -0.707183 0.707031 +vn 0.000003 -0.707107 0.707107 +vn 0.000003 -0.707107 0.707107 +vn 0.000003 -0.707107 0.707107 +vn -0.000053 -0.707147 0.707067 +vn -0.000053 -0.707147 0.707067 +vn -0.000053 -0.707147 0.707067 +vn 0.000003 -0.707208 0.707006 +vn 0.000003 -0.707208 0.707006 +vn 0.000003 -0.707208 0.707006 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 -0.707145 0.707068 +vn 0.000000 -0.707145 0.707068 +vn 0.000000 -0.707145 0.707068 +vn 0.000009 -0.707278 0.706936 +vn 0.000009 -0.707278 0.706936 +vn 0.000009 -0.707277 0.706936 +vn -0.000005 -0.707151 0.707062 +vn -0.000005 -0.707151 0.707062 +vn -0.000005 -0.707151 0.707062 +vn -0.000786 -0.703957 0.710242 +vn -0.000786 -0.703957 0.710242 +vn -0.000786 -0.703957 0.710242 +vn 0.000000 -0.707230 0.706983 +vn 0.000000 -0.707230 0.706983 +vn 0.000000 -0.707230 0.706983 +vn 0.000000 -0.708492 0.705718 +vn 0.000000 -0.708492 0.705718 +vn 0.000000 -0.708492 0.705718 +vn -0.000001 -0.707106 0.707108 +vn -0.000001 -0.707106 0.707108 +vn -0.000001 -0.707106 0.707108 +vn -0.000001 -0.707126 0.707088 +vn -0.000001 -0.707126 0.707088 +vn -0.000001 -0.707126 0.707088 +vn 0.000003 -0.707048 0.707165 +vn 0.000003 -0.707048 0.707165 +vn 0.000003 -0.707048 0.707165 +vn 0.000000 -0.708388 0.705823 +vn 0.000000 -0.708388 0.705823 +vn 0.000000 -0.708388 0.705823 +vn 0.000000 -0.705215 0.708994 +vn 0.000000 -0.705215 0.708994 +vn 0.000000 -0.705215 0.708994 +vn 0.000248 -0.706983 0.707231 +vn 0.000248 -0.706983 0.707231 +vn 0.000248 -0.706983 0.707231 +vn 0.001232 -0.709260 0.704946 +vn 0.001232 -0.709260 0.704946 +vn 0.001232 -0.709260 0.704946 +vn 0.000000 -0.709819 0.704384 +vn 0.000000 -0.709819 0.704384 +vn 0.000000 -0.709819 0.704384 +vn 0.001690 -0.711317 0.702869 +vn 0.001690 -0.711317 0.702869 +vn 0.001690 -0.711317 0.702869 +vn 0.000237 -0.708054 0.706158 +vn 0.000237 -0.708054 0.706158 +vn 0.000237 -0.708054 0.706158 +vn 0.000000 -0.704676 0.709529 +vn 0.000000 -0.704676 0.709529 +vn 0.000000 -0.704676 0.709529 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707137 0.707077 +vn 0.000000 -0.707137 0.707077 +vn -0.000003 -0.707077 0.707136 +vn -0.000003 -0.707077 0.707136 +vn -0.000003 -0.707077 0.707136 +vn 0.000003 -0.707130 0.707084 +vn 0.000003 -0.707130 0.707084 +vn 0.000003 -0.707130 0.707084 +vn -0.000328 -0.706123 0.708090 +vn -0.000328 -0.706123 0.708090 +vn -0.000328 -0.706123 0.708090 +vn -0.000296 -0.707403 0.706810 +vn -0.000296 -0.707403 0.706810 +vn -0.000296 -0.707403 0.706810 +vn -0.000419 -0.707247 0.706967 +vn -0.000419 -0.707247 0.706967 +vn -0.000419 -0.707246 0.706967 +vn 0.000000 -0.705961 0.708251 +vn 0.000000 -0.705961 0.708251 +vn 0.000000 -0.705961 0.708251 +vn 0.000000 -0.704744 0.709461 +vn 0.000000 -0.704744 0.709461 +vn 0.000000 -0.704744 0.709461 +vn -0.000933 -0.704769 0.709436 +vn -0.000933 -0.704769 0.709436 +vn -0.000933 -0.704769 0.709436 +vn -0.000475 -0.706632 0.707581 +vn -0.000475 -0.706632 0.707581 +vn -0.000475 -0.706632 0.707581 +vn 0.001119 -0.706827 0.707386 +vn 0.001119 -0.706827 0.707386 +vn 0.001119 -0.706827 0.707386 +vn -0.000006 -0.707178 0.707035 +vn -0.000006 -0.707178 0.707035 +vn -0.000006 -0.707178 0.707035 +vn 0.000003 -0.707068 0.707145 +vn 0.000003 -0.707068 0.707145 +vn 0.000003 -0.707068 0.707145 +vn 0.000000 -0.707118 0.707096 +vn 0.000000 -0.707118 0.707096 +vn 0.000000 -0.707118 0.707096 +vn -0.000247 -0.706551 0.707662 +vn -0.000247 -0.706551 0.707662 +vn -0.000247 -0.706551 0.707662 +vn 0.000200 -0.707007 0.707207 +vn 0.000200 -0.707007 0.707207 +vn 0.000200 -0.707007 0.707206 +vn 0.000360 -0.707287 0.706927 +vn 0.000360 -0.707287 0.706927 +vn 0.000360 -0.707287 0.706927 +vn 0.000666 -0.705105 0.709103 +vn 0.000666 -0.705105 0.709103 +vn 0.000666 -0.705104 0.709103 +vn 0.000796 -0.707107 0.707107 +vn 0.000796 -0.707107 0.707107 +vn 0.000796 -0.707107 0.707107 +vn -0.000475 -0.707344 0.706869 +vn -0.000475 -0.707344 0.706869 +vn -0.000475 -0.707344 0.706869 +vn -0.000117 -0.706698 0.707516 +vn -0.000117 -0.706698 0.707516 +vn -0.000117 -0.706698 0.707516 +vn 0.000573 -0.706534 0.707679 +vn 0.000573 -0.706534 0.707679 +vn 0.000573 -0.706534 0.707679 +vn -0.000001 -0.707160 0.707054 +vn -0.000001 -0.707160 0.707054 +vn -0.000001 -0.707160 0.707054 +vn 0.000003 -0.707001 0.707213 +vn 0.000003 -0.707001 0.707213 +vn 0.000003 -0.707001 0.707213 +vn -0.000001 -0.707195 0.707018 +vn -0.000001 -0.707195 0.707018 +vn -0.000001 -0.707195 0.707018 +vn -0.000068 -0.708475 0.705736 +vn -0.000068 -0.708475 0.705736 +vn -0.000068 -0.708475 0.705736 +vn -0.000248 -0.706362 0.707851 +vn -0.000248 -0.706362 0.707851 +vn -0.000248 -0.706362 0.707851 +vn -0.000660 -0.706667 0.707547 +vn -0.000660 -0.706666 0.707546 +vn -0.000660 -0.706667 0.707547 +vn 0.000935 -0.707106 0.707106 +vn 0.000935 -0.707106 0.707106 +vn 0.000935 -0.707106 0.707106 +vn -0.003416 -0.703678 0.710510 +vn -0.003416 -0.703678 0.710510 +vn -0.003416 -0.703678 0.710510 +vn -0.008876 -0.689481 0.724249 +vn -0.008876 -0.689481 0.724249 +vn -0.008876 -0.689481 0.724249 +vn 0.000000 -0.707244 0.706970 +vn 0.000000 -0.707244 0.706970 +vn 0.000000 -0.707244 0.706970 +vn -0.000712 -0.704609 0.709596 +vn -0.000712 -0.704609 0.709596 +vn -0.000712 -0.704609 0.709596 +vn 0.000001 -0.707083 0.707131 +vn 0.000001 -0.707083 0.707131 +vn 0.000001 -0.707083 0.707131 +vn 0.000000 -0.707153 0.707060 +vn 0.000000 -0.707153 0.707060 +vn 0.000000 -0.707153 0.707060 +vn -0.000002 -0.707079 0.707134 +vn -0.000002 -0.707079 0.707134 +vn -0.000002 -0.707079 0.707134 +vn -0.000700 -0.705386 0.708823 +vn -0.000700 -0.705386 0.708823 +vn -0.000700 -0.705386 0.708823 +vn 0.000108 -0.707107 0.707107 +vn 0.000108 -0.707107 0.707107 +vn 0.000108 -0.707107 0.707107 +vn -0.000358 -0.704599 0.709606 +vn -0.000358 -0.704599 0.709606 +vn -0.000358 -0.704599 0.709606 +vn 0.000000 -0.709227 0.704980 +vn 0.000000 -0.709227 0.704980 +vn 0.000000 -0.709227 0.704980 +vn -0.000734 -0.707351 0.706862 +vn -0.000734 -0.707351 0.706862 +vn -0.000734 -0.707351 0.706862 +vn -0.000918 -0.704743 0.709462 +vn -0.000918 -0.704743 0.709462 +vn -0.000918 -0.704743 0.709462 +vn 0.000000 -0.706803 0.707410 +vn 0.000000 -0.706803 0.707410 +vn 0.000000 -0.706803 0.707410 +vn -0.000920 -0.708025 0.706186 +vn -0.000920 -0.708025 0.706186 +vn -0.000920 -0.708025 0.706186 +vn 0.000000 -0.707046 0.707167 +vn 0.000000 -0.707046 0.707167 +vn 0.000000 -0.707046 0.707167 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn 0.000000 -0.707136 0.707078 +vn -0.000001 -0.707161 0.707053 +vn -0.000001 -0.707161 0.707053 +vn -0.000001 -0.707161 0.707053 +vn -0.000231 -0.707261 0.706953 +vn -0.000231 -0.707261 0.706953 +vn -0.000231 -0.707261 0.706953 +vn 0.000998 -0.708403 0.705808 +vn 0.000998 -0.708403 0.705808 +vn 0.000998 -0.708403 0.705808 +vn -0.001514 -0.705590 0.708618 +vn -0.001514 -0.705590 0.708619 +vn -0.001514 -0.705590 0.708619 +vn 0.000479 -0.707586 0.706627 +vn 0.000479 -0.707586 0.706627 +vn 0.000479 -0.707586 0.706627 +vn 0.000294 -0.707695 0.706518 +vn 0.000294 -0.707695 0.706518 +vn 0.000294 -0.707695 0.706518 +vn 0.000000 -0.707088 0.707126 +vn 0.000000 -0.707088 0.707126 +vn 0.000000 -0.707087 0.707126 +vn 0.000000 -0.707123 0.707090 +vn 0.000000 -0.707123 0.707090 +vn 0.000000 -0.707123 0.707090 +vn 0.000001 -0.707080 0.707134 +vn 0.000001 -0.707080 0.707134 +vn 0.000001 -0.707080 0.707134 +vn -0.000068 -0.705203 0.709006 +vn -0.000068 -0.705203 0.709006 +vn -0.000068 -0.705203 0.709006 +vn 0.000125 -0.708108 0.706105 +vn 0.000125 -0.708108 0.706105 +vn 0.000125 -0.708108 0.706105 +vn -0.000201 -0.707508 0.706705 +vn -0.000201 -0.707508 0.706705 +vn -0.000201 -0.707508 0.706705 +vn 0.000514 -0.707107 0.707107 +vn 0.000514 -0.707107 0.707107 +vn 0.000514 -0.707107 0.707107 +vn 0.001190 -0.709483 0.704721 +vn 0.001190 -0.709483 0.704721 +vn 0.001190 -0.709483 0.704721 +vn -0.000001 -0.707125 0.707089 +vn -0.000001 -0.707124 0.707089 +vn -0.000001 -0.707125 0.707089 +vn -0.000672 -0.707107 0.707107 +vn -0.000672 -0.707107 0.707107 +vn -0.000672 -0.707107 0.707107 +vn 0.000231 -0.702704 0.711482 +vn 0.000231 -0.702704 0.711482 +vn 0.000231 -0.702704 0.711482 +vn 0.000000 -0.634419 0.772990 +vn 0.000000 -0.634419 0.772990 +vn 0.000000 -0.634419 0.772990 +vn 0.000000 -0.634430 0.772981 +vn 0.000000 -0.634430 0.772981 +vn 0.000000 -0.634430 0.772981 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.634396 0.773008 +vn 0.000000 -0.634396 0.773008 +vn 0.000000 -0.634396 0.773008 +vn 0.000000 -0.634403 0.773003 +vn 0.000000 -0.634403 0.773003 +vn 0.000000 -0.634403 0.773003 +vn 0.000000 -0.634403 0.773003 +vn 0.000000 -0.634403 0.773003 +vn 0.000000 -0.634403 0.773003 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471391 0.881925 +vn 0.000000 -0.471391 0.881925 +vn 0.000000 -0.471391 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290280 0.956942 +vn 0.000000 -0.290280 0.956942 +vn 0.000000 -0.290280 0.956942 +vn 0.000000 -0.098019 0.995185 +vn 0.000000 -0.098019 0.995185 +vn 0.000000 -0.098019 0.995185 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290288 0.956939 +vn 0.000000 -0.290288 0.956939 +vn 0.000000 -0.290288 0.956939 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471391 0.881925 +vn 0.000000 -0.471391 0.881925 +vn 0.000000 -0.471391 0.881925 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.634379 0.773022 +vn 0.000000 -0.634379 0.773022 +vn 0.000000 -0.634379 0.773022 +vn 0.000000 -0.634402 0.773003 +vn 0.000000 -0.634402 0.773003 +vn 0.000000 -0.634402 0.773003 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.634430 0.772980 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098010 0.995185 +vn 0.000000 -0.098010 0.995185 +vn 0.000000 -0.098010 0.995185 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.471389 0.881925 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.290290 0.956939 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.098020 0.995185 +vn 0.000000 -0.098020 0.995184 +vn 0.000000 -0.098010 0.995185 +vn 0.000000 -0.098010 0.995185 +vn 0.000000 -0.098010 0.995185 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000004 +vn 1.000000 0.000000 0.000004 +vn 1.000000 0.000000 0.000004 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000001 +vn 1.000000 -0.000000 0.000000 +vn 1.000000 -0.000000 0.000000 +vn 1.000000 -0.000000 0.000000 +vn 1.000000 -0.000001 -0.000002 +vn 1.000000 -0.000001 -0.000002 +vn 1.000000 -0.000001 -0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000005 0.000000 +vn 1.000000 0.000005 0.000000 +vn 1.000000 0.000005 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000047 0.000000 +vn 1.000000 -0.000047 0.000000 +vn 1.000000 -0.000047 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000010 0.000000 +vn 1.000000 -0.000010 0.000000 +vn 1.000000 -0.000010 0.000000 +vn 1.000000 0.000029 0.000000 +vn 1.000000 0.000029 0.000000 +vn 1.000000 0.000029 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000042 0.000000 +vn 1.000000 -0.000042 0.000000 +vn 1.000000 -0.000042 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 -0.000016 0.000000 +vn 1.000000 -0.000016 0.000000 +vn 1.000000 -0.000016 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000001 +vn -1.000000 0.000000 0.000001 +vn -1.000000 0.000000 0.000001 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000005 0.000000 +vn 1.000000 -0.000005 0.000000 +vn 1.000000 -0.000005 0.000000 +vn 1.000000 -0.000024 0.000000 +vn 1.000000 -0.000024 0.000000 +vn 1.000000 -0.000024 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 -0.000010 0.000000 +vn 1.000000 -0.000010 0.000000 +vn 1.000000 -0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 0.000016 0.000000 +vn -1.000000 0.000016 0.000000 +vn -1.000000 0.000016 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000005 0.000000 +vn -1.000000 0.000005 0.000000 +vn -1.000000 0.000005 0.000000 +vn -1.000000 0.000024 0.000000 +vn -1.000000 0.000024 0.000000 +vn -1.000000 0.000024 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 -0.000029 0.000000 +vn -1.000000 -0.000029 0.000000 +vn -1.000000 -0.000029 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000042 0.000000 +vn -1.000000 0.000042 0.000000 +vn -1.000000 0.000042 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 -0.000005 0.000000 +vn -1.000000 -0.000005 0.000000 +vn -1.000000 -0.000005 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000047 0.000000 +vn -1.000000 0.000047 0.000000 +vn -1.000000 0.000047 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000001 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707101 -0.707112 +vn 0.000000 -0.707101 -0.707112 +vn 0.000000 -0.707101 -0.707112 +vn 0.000000 -0.944677 -0.328001 +vn 0.000000 -0.944677 -0.328001 +vn 0.000000 -0.944677 -0.328001 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111184 +vn 0.000000 -0.993800 0.111184 +vn 0.000000 -0.993800 0.111184 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944629 0.328139 +vn 0.000000 -0.944630 0.328139 +vn 0.000000 -0.944629 0.328139 +vn 0.000000 -0.944743 0.327811 +vn 0.000000 -0.944743 0.327811 +vn 0.000000 -0.944743 0.327811 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944532 0.328420 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.944532 0.328419 +vn 0.000000 -0.944743 0.327811 +vn 0.000000 -0.944743 0.327811 +vn 0.000000 -0.944743 0.327811 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.944702 -0.327929 +vn 0.000000 -0.944702 -0.327929 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993806 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993800 -0.111185 +vn 0.000000 -0.993800 -0.111185 +vn 0.000000 -0.993800 -0.111185 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944532 0.328419 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.944532 0.328420 +vn 0.000000 -0.944662 0.328045 +vn 0.000000 -0.944662 0.328045 +vn 0.000000 -0.944662 0.328045 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944629 0.328139 +vn 0.000000 -0.944629 0.328139 +vn 0.000000 -0.944629 0.328139 +vn 0.000000 -0.944678 0.327999 +vn 0.000000 -0.944678 0.327999 +vn 0.000000 -0.944678 0.327999 +vn 0.000000 -0.993800 0.111184 +vn 0.000000 -0.993800 0.111184 +vn 0.000000 -0.993800 0.111184 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111184 +vn 0.000000 -0.993800 -0.111184 +vn 0.000000 -0.993800 -0.111184 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944678 0.327999 +vn 0.000000 -0.944678 0.327999 +vn 0.000000 -0.944678 0.327999 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111184 +vn 0.000000 -0.993800 -0.111184 +vn 0.000000 -0.993800 -0.111184 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944679 0.327997 +vn 0.000000 -0.944679 0.327997 +vn 0.000000 -0.944679 0.327997 +vn 0.000000 -0.944776 0.327718 +vn 0.000000 -0.944776 0.327718 +vn 0.000000 -0.944776 0.327718 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944668 0.328029 +vn 0.000000 -0.944760 0.327764 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.944760 0.327764 +vn 0.000000 -0.944776 0.327718 +vn 0.000000 -0.944776 0.327718 +vn 0.000000 -0.944776 0.327718 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.944678 -0.327999 +vn 0.000000 -0.944678 -0.327999 +vn 0.000000 -0.944678 -0.327999 +vn 0.000000 -0.944666 -0.328033 +vn 0.000000 -0.944666 -0.328033 +vn 0.000000 -0.944666 -0.328033 +vn 0.000000 -0.944702 -0.327930 +vn 0.000000 -0.944702 -0.327930 +vn 0.000000 -0.944702 -0.327930 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944565 0.328326 +vn 0.000000 -0.944565 0.328326 +vn 0.000000 -0.944565 0.328326 +vn 0.000000 -0.944564 -0.328327 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.944434 -0.328702 +vn 0.000000 -0.944434 -0.328701 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.944532 -0.328421 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.944532 -0.328421 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993805 -0.111134 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.944695 0.327951 +vn 0.000000 -0.944695 0.327951 +vn 0.000000 -0.944695 0.327951 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944564 -0.328328 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944694 -0.327953 +vn 0.000000 -0.944629 -0.328140 +vn 0.000000 -0.944629 -0.328140 +vn 0.000000 -0.944629 -0.328140 +vn 0.000000 -0.993799 -0.111188 +vn 0.000000 -0.993799 -0.111188 +vn 0.000000 -0.993799 -0.111188 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944565 0.328325 +vn 0.000000 -0.944565 0.328325 +vn 0.000000 -0.944565 0.328325 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993805 0.111134 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944565 0.328326 +vn 0.000000 -0.944565 0.328326 +vn 0.000000 -0.944565 0.328326 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.944694 0.327952 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.328004 -0.944676 +vn 0.000000 0.328004 -0.944676 +vn 0.000000 0.328004 -0.944676 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111162 -0.993802 +vn 0.000000 -0.111162 -0.993802 +vn 0.000000 -0.111162 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.328068 -0.944654 +vn 0.000000 -0.328068 -0.944654 +vn 0.000000 -0.328068 -0.944654 +vn 0.000000 -0.327760 -0.944761 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.327760 -0.944761 +vn 0.000000 -0.328085 -0.944648 +vn 0.000000 -0.328085 -0.944648 +vn 0.000000 -0.328085 -0.944648 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.328329 -0.944564 +vn 0.000000 0.328329 -0.944564 +vn 0.000000 0.328329 -0.944564 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.327737 -0.944769 +vn 0.000000 0.327737 -0.944769 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111152 -0.993804 +vn 0.000000 0.111152 -0.993804 +vn 0.000000 0.111152 -0.993804 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.328068 -0.944654 +vn 0.000000 -0.328068 -0.944654 +vn 0.000000 -0.328068 -0.944654 +vn 0.000000 -0.327760 -0.944761 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.327760 -0.944761 +vn 0.000000 -0.328280 -0.944581 +vn 0.000000 -0.328280 -0.944581 +vn 0.000000 -0.328280 -0.944581 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.111162 -0.993802 +vn 0.000000 -0.111162 -0.993802 +vn 0.000000 -0.111162 -0.993802 +vn 0.000000 -0.111157 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.327972 -0.944688 +vn 0.000000 0.327972 -0.944688 +vn 0.000000 0.327972 -0.944688 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111159 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327955 -0.944693 +vn 0.000000 -0.327710 -0.944778 +vn 0.000000 -0.327710 -0.944778 +vn 0.000000 -0.327710 -0.944778 +vn 0.000000 -0.327984 -0.944683 +vn 0.000000 -0.327984 -0.944683 +vn 0.000000 -0.327984 -0.944683 +vn 0.000000 -0.327981 -0.944684 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.327981 -0.944684 +vn 0.000000 -0.327776 -0.944755 +vn 0.000000 -0.327776 -0.944755 +vn 0.000000 -0.327776 -0.944755 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327971 -0.944688 +vn 0.000000 0.327984 -0.944683 +vn 0.000000 0.327984 -0.944683 +vn 0.000000 0.327984 -0.944683 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.327808 -0.944744 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 0.327809 -0.944744 +vn 0.000000 0.327809 -0.944744 +vn 0.000000 0.327809 -0.944744 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.328068 -0.944654 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 0.327955 -0.944693 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.327955 -0.944693 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.327938 -0.944699 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328069 -0.944654 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.328003 -0.944677 +vn 0.000000 0.111162 -0.993802 +vn 0.000000 0.111162 -0.993802 +vn 0.000000 0.111162 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111164 -0.993802 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.328003 -0.944677 +vn 0.000000 -0.328003 -0.944677 +vn 0.000000 -0.328003 -0.944677 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.328069 -0.944654 +vn 0.000000 -0.328069 -0.944654 +vn 0.000000 -0.328069 -0.944654 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 0.111152 -0.993804 +vn 0.000000 0.111152 -0.993804 +vn 0.000000 0.111152 -0.993804 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111164 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327939 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.327938 -0.944699 +vn 0.000000 -0.328003 -0.944677 +vn 0.000000 -0.328003 -0.944677 +vn 0.000000 -0.328003 -0.944677 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707114 -0.707100 +vn 0.000000 -0.707114 -0.707100 +vn 0.000000 -0.707114 -0.707100 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000010 1.000000 -0.000007 +vn -0.000010 1.000000 -0.000007 +vn -0.000010 1.000000 -0.000007 +vn 0.000004 1.000000 0.000004 +vn 0.000004 1.000000 0.000004 +vn 0.000004 1.000000 0.000004 +vn 0.000000 1.000000 0.000019 +vn 0.000000 1.000000 0.000019 +vn 0.000000 1.000000 0.000019 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707102 0.707112 +vn 0.000000 0.707102 0.707112 +vn 0.000000 0.707102 0.707112 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944630 0.328139 +vn 0.000000 0.944629 0.328139 +vn 0.000000 0.944629 0.328139 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993797 -0.111207 +vn 0.000000 0.993797 -0.111207 +vn 0.000000 0.993797 -0.111207 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944597 -0.328234 +vn 0.000000 0.944597 -0.328234 +vn 0.000000 0.944596 -0.328234 +vn 0.000000 0.944678 -0.328000 +vn 0.000000 0.944678 -0.328000 +vn 0.000000 0.944678 -0.328000 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944434 -0.328702 +vn 0.000000 0.944434 -0.328702 +vn 0.000000 0.944434 -0.328702 +vn 0.000000 0.944629 -0.328140 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944629 -0.328140 +vn 0.000000 0.944677 -0.328001 +vn 0.000000 0.944677 -0.328001 +vn 0.000000 0.944677 -0.328001 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.000000 0.000000 +vn 0.000001 0.944694 0.327952 +vn 0.000001 0.944694 0.327952 +vn 0.000001 0.993805 0.111134 +vn 0.000001 0.993805 0.111134 +vn 0.000001 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944629 -0.328140 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944629 -0.328140 +vn 0.000000 0.944759 -0.327766 +vn 0.000000 0.944759 -0.327766 +vn 0.000000 0.944759 -0.327766 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944695 0.327951 +vn 0.000000 0.944695 0.327951 +vn 0.000000 0.944695 0.327951 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944596 -0.328234 +vn 0.000000 0.944596 -0.328234 +vn 0.000000 0.944596 -0.328234 +vn 0.000000 0.944677 -0.328001 +vn 0.000000 0.944677 -0.328001 +vn 0.000000 0.944677 -0.328001 +vn 0.000000 0.993809 -0.111103 +vn 0.000000 0.993809 -0.111103 +vn 0.000000 0.993809 -0.111103 +vn 0.000000 0.993794 -0.111238 +vn 0.000000 0.993794 -0.111238 +vn 0.000000 0.993794 -0.111238 +vn 0.000000 0.993797 0.111207 +vn 0.000000 0.993797 0.111207 +vn 0.000000 0.993797 0.111207 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944629 -0.328141 +vn 0.000000 0.944629 -0.328141 +vn 0.000000 0.944629 -0.328141 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993797 0.111207 +vn 0.000000 0.993797 0.111207 +vn 0.000000 0.993797 0.111207 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.944662 -0.328046 +vn 0.000000 0.944662 -0.328046 +vn 0.000000 0.944662 -0.328046 +vn 0.000001 0.944637 -0.328118 +vn 0.000001 0.944637 -0.328118 +vn 0.000001 0.944637 -0.328118 +vn 0.000000 0.944675 -0.328007 +vn 0.000000 0.944675 -0.328007 +vn 0.000000 0.944675 -0.328007 +vn -0.000001 0.944654 -0.328069 +vn -0.000000 0.000000 -0.000000 +vn -0.000001 0.944654 -0.328069 +vn 0.000000 0.944645 -0.328094 +vn 0.000000 0.944645 -0.328094 +vn 0.000000 0.944645 -0.328094 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.944662 0.328045 +vn 0.000000 0.993805 0.111135 +vn 0.000000 0.993805 0.111135 +vn 0.000000 0.993805 0.111135 +vn 0.000000 0.944663 0.328043 +vn 0.000000 0.944663 0.328043 +vn 0.000000 0.944663 0.328043 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.944668 0.328029 +vn -0.000001 0.944694 0.327952 +vn -0.000001 0.944694 0.327952 +vn -0.000001 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944565 0.328326 +vn 0.000000 0.944564 0.328326 +vn 0.000000 0.944565 0.328326 +vn 0.000000 0.993805 0.111135 +vn 0.000000 0.993805 0.111135 +vn 0.000000 0.993805 0.111135 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993794 0.111238 +vn 0.000000 0.993794 0.111238 +vn 0.000000 0.993794 0.111238 +vn 0.000000 0.993811 0.111082 +vn 0.000000 0.993811 0.111082 +vn 0.000000 0.993811 0.111082 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944825 0.327577 +vn 0.000000 0.944825 0.327577 +vn 0.000000 0.944825 0.327577 +vn 0.000000 0.944434 0.328700 +vn 0.000000 0.944434 0.328700 +vn 0.000000 0.944434 0.328700 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111185 +vn 0.000000 0.993800 -0.111185 +vn 0.000000 0.993800 -0.111185 +vn 0.000001 0.993805 -0.111134 +vn 0.000001 0.993805 -0.111134 +vn 0.000001 0.993805 -0.111134 +vn 0.000000 0.944630 0.328139 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944629 0.328139 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn -0.000001 0.993805 0.111134 +vn -0.000001 0.993805 0.111134 +vn -0.000001 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944694 0.327952 +vn 0.000000 0.944629 0.328139 +vn 0.000000 0.944629 0.328139 +vn 0.000000 0.944629 0.328139 +vn 0.000000 0.993808 0.111113 +vn 0.000000 0.993808 0.111113 +vn 0.000000 0.993808 0.111113 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944824 -0.327579 +vn 0.000000 0.944824 -0.327579 +vn 0.000000 0.944824 -0.327579 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn -0.000001 0.993806 -0.111134 +vn -0.000001 0.993805 -0.111134 +vn -0.000001 0.993806 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993805 -0.111134 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944661 -0.328047 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.944694 -0.327953 +vn 0.000000 0.707101 -0.707112 +vn 0.000000 0.707101 -0.707112 +vn 0.000000 0.707101 -0.707112 +vn 0.000000 0.707105 -0.707109 +vn 0.000000 0.707105 -0.707109 +vn 0.000000 0.707105 -0.707109 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.327965 0.944690 +vn 0.000000 -0.327965 0.944690 +vn 0.000000 -0.327965 0.944690 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111159 0.993803 +vn 0.000000 0.111159 0.993803 +vn 0.000000 0.111159 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.328030 0.944667 +vn 0.000000 0.328030 0.944667 +vn 0.000000 0.328030 0.944667 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.327900 0.944713 +vn 0.000000 0.327900 0.944713 +vn 0.000000 0.327900 0.944713 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.327819 0.944741 +vn 0.000000 0.327819 0.944741 +vn 0.000000 0.327819 0.944741 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.327835 0.944735 +vn 0.000000 0.327835 0.944735 +vn 0.000000 0.327835 0.944735 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.328339 0.944560 +vn 0.000000 -0.328339 0.944560 +vn 0.000000 -0.328339 0.944560 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.327965 0.944690 +vn 0.000000 0.111165 0.993802 +vn 0.000000 0.111165 0.993802 +vn 0.000000 0.111165 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111162 0.993802 +vn 0.000000 -0.111162 0.993802 +vn 0.000000 -0.111162 0.993802 +vn 0.000000 -0.111157 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.327949 0.944695 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111162 0.993802 +vn 0.000000 -0.111162 0.993802 +vn 0.000000 -0.111162 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.328209 0.944605 +vn 0.000000 0.328209 0.944605 +vn 0.000000 0.328209 0.944605 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327989 0.944682 +vn 0.000000 0.327932 0.944701 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.327932 0.944701 +vn 0.000000 0.328209 0.944605 +vn 0.000000 0.328209 0.944605 +vn 0.000000 0.328209 0.944605 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000001 -0.327965 0.944690 +vn 0.000001 -0.327965 0.944690 +vn 0.000001 -0.327965 0.944690 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327989 0.944682 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.328079 0.944650 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.327819 0.944741 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.327770 0.944758 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.327770 0.944758 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.327949 0.944696 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111164 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.327819 0.944741 +vn 0.000000 0.327819 0.944741 +vn 0.000000 0.327819 0.944741 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111152 0.993804 +vn 0.000000 0.111152 0.993804 +vn 0.000000 0.111152 0.993804 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111163 0.993802 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.327982 0.944684 +vn 0.000000 0.327982 0.944684 +vn 0.000000 0.327982 0.944684 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.707107 0.707107 +vn 0.000000 0.707107 0.707107 +vn 0.000000 0.707107 0.707107 +vn 0.000000 0.707114 0.707099 +vn 0.000000 0.707114 0.707099 +vn 0.000000 0.707114 0.707099 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000010 +vn -0.000010 -1.000000 0.000010 +vn -0.000010 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000006 -1.000000 -0.000004 +vn -0.000006 -1.000000 -0.000004 +vn -0.000006 -1.000000 -0.000004 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000001 -1.000000 -0.000005 +vn -0.000001 -1.000000 -0.000005 +vn -0.000001 -1.000000 -0.000005 +vn 0.000004 -1.000000 0.000031 +vn 0.000004 -1.000000 0.000031 +vn 0.000004 -1.000000 0.000031 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000001 -1.000000 -0.000002 +vn 0.000001 -1.000000 -0.000002 +vn 0.000001 -1.000000 -0.000002 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000004 +vn 0.000006 -1.000000 0.000004 +vn 0.000006 -1.000000 0.000004 +vn 0.000010 -1.000000 -0.000010 +vn 0.000010 -1.000000 -0.000010 +vn 0.000010 -1.000000 -0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000001 -1.000000 -0.000002 +vn -0.000001 -1.000000 -0.000002 +vn -0.000001 -1.000000 -0.000002 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000004 +vn -0.000006 -1.000000 0.000004 +vn -0.000006 -1.000000 0.000004 +vn -0.000010 -1.000000 -0.000010 +vn -0.000010 -1.000000 -0.000010 +vn -0.000010 -1.000000 -0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.707108 0.000000 0.707105 +vn -0.707108 0.000000 0.707105 +vn -0.707108 0.000000 0.707105 +vn -0.707106 0.000000 0.707107 +vn -0.707106 0.000000 0.707107 +vn -0.707106 0.000000 0.707107 +vn 0.000000 -0.000000 1.000000 +vn 0.000000 -0.000000 1.000000 +vn 0.000000 -0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707108 -0.000000 0.707105 +vn 0.707108 -0.000000 0.707105 +vn 0.707108 -0.000000 0.707105 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707104 0.000000 0.707110 +vn 0.707104 0.000000 0.707110 +vn 0.707104 0.000000 0.707110 +vn 0.707105 0.000000 0.707108 +vn 0.707106 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707108 0.000000 -0.707106 +vn -0.707108 0.000000 -0.707106 +vn -0.707108 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 0.000005 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707108 0.000000 0.707105 +vn -0.707108 0.000000 0.707105 +vn -0.707108 0.000000 0.707105 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.004331 0.000000 0.999991 +vn 0.004331 0.000000 0.999991 +vn 0.004331 0.000000 0.999991 +vn 0.000000 0.000011 1.000000 +vn 0.000000 0.000011 1.000000 +vn 0.000000 0.000011 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707105 0.000000 -0.707109 +vn 0.707105 0.000000 -0.707109 +vn 0.707105 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707108 0.000000 -0.707105 +vn -0.707109 0.000000 -0.707105 +vn -0.707109 0.000000 -0.707105 +vn -0.707108 0.000000 -0.707105 +vn -0.707108 0.000000 -0.707105 +vn -0.707108 0.000000 -0.707105 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707106 0.000000 0.707108 +vn 0.707106 0.000000 0.707108 +vn 0.707106 0.000000 0.707108 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707105 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707105 0.000000 -0.707108 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000031 +vn 0.000000 1.000000 0.000031 +vn 0.000000 1.000000 0.000031 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000031 +vn 0.000000 1.000000 0.000031 +vn 0.000000 1.000000 0.000031 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000001 1.000000 -0.000008 +vn 0.000001 1.000000 -0.000008 +vn 0.000001 1.000000 -0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000001 -1.000000 0.000000 +vn -0.000001 -1.000000 0.000000 +vn -0.000001 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn -0.000001 -1.000000 -0.000006 +vn -0.000001 -1.000000 -0.000006 +vn -0.000001 -1.000000 -0.000006 +vn 0.000004 -1.000000 0.000031 +vn 0.000004 -1.000000 0.000031 +vn 0.000004 -1.000000 0.000031 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000006 -1.000000 -0.000004 +vn 0.000006 -1.000000 -0.000004 +vn 0.000006 -1.000000 -0.000004 +vn 0.000010 -1.000000 0.000010 +vn 0.000010 -1.000000 0.000010 +vn 0.000010 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707109 0.000000 0.707105 +vn 0.707108 0.000000 0.707105 +vn 0.707108 0.000000 0.707105 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 -0.000005 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707108 0.000000 -0.707105 +vn 0.707108 0.000000 -0.707105 +vn 0.707108 0.000000 -0.707105 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707106 0.000000 0.707108 +vn -0.707106 0.000000 0.707108 +vn -0.707106 0.000000 0.707108 +vn -0.707104 0.000000 0.707110 +vn -0.707104 0.000000 0.707110 +vn -0.707104 0.000000 0.707110 +vn 0.000000 -0.000000 1.000000 +vn 0.000000 -0.000000 1.000000 +vn 0.000000 -0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707105 -0.000000 0.707108 +vn 0.707106 -0.000000 0.707108 +vn 0.707105 -0.000000 0.707108 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707108 0.000000 0.707105 +vn 0.707108 0.000000 0.707105 +vn 0.707108 0.000000 0.707105 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707105 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707109 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 -0.000005 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707108 0.000000 -0.707106 +vn 0.707108 0.000000 -0.707106 +vn 0.707108 0.000000 -0.707106 +vn 0.707109 0.000000 -0.707105 +vn 0.707109 0.000000 -0.707105 +vn 0.707109 0.000000 -0.707105 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707108 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.004331 0.000011 0.999991 +vn -0.004331 0.000011 0.999991 +vn -0.004331 0.000011 0.999991 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn 0.000000 1.000000 -0.000031 +vn 0.000000 1.000000 -0.000031 +vn 0.000000 1.000000 -0.000031 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000001 1.000000 0.000008 +vn 0.000001 1.000000 0.000008 +vn 0.000001 1.000000 0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000001 1.000000 0.000008 +vn -0.000001 1.000000 0.000008 +vn -0.000001 1.000000 0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000002 -1.000000 +vn 0.000002 0.000002 -1.000000 +vn 0.000002 0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707109 -0.707105 0.000000 +vn -0.707109 -0.707105 0.000000 +vn -0.707109 -0.707105 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707111 -0.707102 0.000000 +vn 0.707111 -0.707102 0.000000 +vn 0.707111 -0.707102 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707109 -0.707105 0.000000 +vn -0.707109 -0.707105 0.000000 +vn -0.707109 -0.707105 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707109 -0.707105 0.000000 +vn 0.707109 -0.707105 0.000000 +vn 0.707109 -0.707105 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.707106 0.000000 +vn -0.707107 0.707106 0.000000 +vn -0.707107 0.707106 0.000000 +vn -0.707105 0.707109 0.000000 +vn -0.707105 0.707109 0.000000 +vn -0.707105 0.707109 0.000000 +vn -1.000000 -0.000018 0.000000 +vn -1.000000 -0.000018 0.000000 +vn -1.000000 -0.000018 0.000000 +vn -1.000000 0.000009 0.000000 +vn -1.000000 0.000009 0.000000 +vn -1.000000 0.000009 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707112 0.707102 0.000000 +vn 0.707112 0.707102 0.000000 +vn 0.707112 0.707102 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707109 0.707104 0.000000 +vn -0.707109 0.707104 0.000000 +vn -0.707109 0.707104 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707102 0.707112 0.000000 +vn -0.707102 0.707112 0.000000 +vn -0.707102 0.707112 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000019 0.000000 +vn 0.707114 0.707099 0.000000 +vn 0.707114 0.707099 0.000000 +vn 0.707114 0.707099 0.000000 +vn 0.707105 0.707109 0.000000 +vn 0.707105 0.707109 0.000000 +vn 0.707105 0.707109 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn 0.000015 0.000000 1.000000 +vn 0.000015 0.000000 1.000000 +vn 0.000015 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn -0.000015 -0.000019 1.000000 +vn -0.000015 -0.000019 1.000000 +vn -0.000015 -0.000019 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000010 0.000000 1.000000 +vn 0.000010 0.000000 1.000000 +vn 0.000010 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn -0.000010 0.000000 1.000000 +vn -0.000010 0.000000 1.000000 +vn -0.000010 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 -0.000009 0.000000 +vn 1.000000 -0.000009 0.000000 +vn 1.000000 -0.000009 0.000000 +vn 0.707102 0.707111 0.000000 +vn 0.707102 0.707111 0.000000 +vn 0.707102 0.707111 0.000000 +vn 0.707110 0.707104 0.000000 +vn 0.707110 0.707104 0.000000 +vn 0.707110 0.707104 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.707111 -0.707102 0.000000 +vn -0.707111 -0.707102 0.000000 +vn -0.707111 -0.707102 0.000000 +vn -0.707104 -0.707110 0.000000 +vn -0.707104 -0.707110 0.000000 +vn -0.707104 -0.707110 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.707114 -0.707100 0.000000 +vn -0.707114 -0.707100 0.000000 +vn -0.707114 -0.707100 0.000000 +vn -0.707104 -0.707110 0.000000 +vn -0.707104 -0.707110 0.000000 +vn -0.707104 -0.707110 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707112 0.707101 0.000000 +vn -0.707112 0.707101 0.000000 +vn -0.707112 0.707101 0.000000 +vn -1.000000 0.000027 0.000000 +vn -1.000000 0.000027 0.000000 +vn -1.000000 0.000027 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707099 0.707114 0.000000 +vn 0.707100 0.707114 0.000000 +vn 0.707100 0.707114 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707104 0.707109 -0.000000 +vn -0.707104 0.707109 -0.000000 +vn -0.707104 0.707109 -0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707109 0.707104 0.000000 +vn -0.707109 0.707104 0.000000 +vn -0.707109 0.707104 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000019 1.000000 +vn -0.000015 0.000019 1.000000 +vn -0.000015 0.000019 1.000000 +vn -0.000015 0.000019 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000022 0.000000 +vn 1.000000 0.000022 0.000000 +vn 1.000000 0.000022 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000012 0.000000 +vn 1.000000 -0.000012 0.000000 +vn 1.000000 -0.000012 0.000000 +vn 1.000000 0.000032 0.000000 +vn 1.000000 0.000032 0.000000 +vn 1.000000 0.000032 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000042 0.000000 +vn 1.000000 -0.000042 0.000000 +vn 1.000000 -0.000042 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000012 0.000000 +vn 1.000000 0.000012 0.000000 +vn 1.000000 0.000012 0.000000 +vn 1.000000 -0.000032 0.000000 +vn 1.000000 -0.000032 0.000000 +vn 1.000000 -0.000032 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000042 0.000000 +vn 1.000000 0.000042 0.000000 +vn 1.000000 0.000042 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 -0.000001 0.000001 +vn -1.000000 -0.000001 0.000001 +vn -1.000000 -0.000001 0.000001 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 -0.000035 0.000000 +vn 1.000000 -0.000035 0.000000 +vn 1.000000 -0.000035 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000021 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000012 0.000000 +vn -1.000000 -0.000012 0.000000 +vn -1.000000 -0.000012 0.000000 +vn -1.000000 0.000032 0.000000 +vn -1.000000 0.000032 0.000000 +vn -1.000000 0.000032 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000042 0.000000 +vn -1.000000 -0.000042 0.000000 +vn -1.000000 -0.000042 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000035 0.000000 +vn -1.000000 0.000035 0.000000 +vn -1.000000 0.000035 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 -0.000021 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000012 0.000000 +vn -1.000000 0.000012 0.000000 +vn -1.000000 0.000012 0.000000 +vn -1.000000 -0.000032 0.000000 +vn -1.000000 -0.000032 0.000000 +vn -1.000000 -0.000032 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000042 0.000000 +vn -1.000000 0.000042 0.000000 +vn -1.000000 0.000042 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 -0.000022 0.000000 +vn -1.000000 -0.000022 0.000000 +vn -1.000000 -0.000022 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000001 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707107 -0.707106 +vn 0.000000 -0.707107 -0.707106 +vn 0.000000 -0.707107 -0.707106 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 0.111150 +vn 0.000000 -0.993804 0.111150 +vn 0.000000 -0.993804 0.111150 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944673 0.328014 +vn 0.000000 -0.944673 0.328014 +vn 0.000000 -0.944673 0.328014 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.944673 0.328014 +vn 0.000000 -0.944673 0.328014 +vn 0.000000 -0.944673 0.328014 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944693 0.327955 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.944657 0.328061 +vn 0.000000 -0.944657 0.328061 +vn 0.000000 -0.944657 0.328061 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.944628 -0.328142 +vn 0.000000 -0.944628 -0.328142 +vn 0.000000 -0.944628 -0.328142 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944694 -0.327954 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.944689 0.327967 +vn 0.000000 -0.993804 0.111150 +vn 0.000000 -0.993804 0.111150 +vn 0.000000 -0.993804 0.111150 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 -0.111150 +vn 0.000000 -0.993804 -0.111150 +vn 0.000000 -0.993804 -0.111150 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944685 -0.327979 +vn 0.000000 -0.944685 -0.327979 +vn 0.000000 -0.944685 -0.327979 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 -0.111150 +vn 0.000000 -0.993804 -0.111150 +vn 0.000000 -0.993804 -0.111150 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944675 0.328007 +vn 0.000000 -0.944675 0.328007 +vn 0.000000 -0.944675 0.328007 +vn 0.000000 -0.944681 0.327990 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.944681 0.327990 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944675 -0.328007 +vn 0.000000 -0.944675 -0.328007 +vn 0.000000 -0.944675 -0.328007 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944677 0.328002 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 -0.328048 +vn 0.000000 -0.944661 -0.328048 +vn 0.000000 -0.944661 -0.328048 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.944693 -0.327955 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.944689 -0.327967 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.944689 -0.327967 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944694 0.327954 +vn 0.000000 -0.944694 0.327954 +vn 0.000000 -0.944694 0.327954 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944661 -0.328049 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.993805 -0.111141 +vn 0.000000 -0.993805 -0.111141 +vn 0.000000 -0.993805 -0.111141 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.944661 0.328048 +vn 0.000000 -0.944661 0.328048 +vn 0.000000 -0.944661 0.328048 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993801 -0.111171 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993801 0.111171 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993804 0.111145 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.993803 0.111158 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944685 0.327979 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.944661 0.328049 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000001 +vn -0.000002 -1.000000 0.000001 +vn -0.000002 -1.000000 0.000001 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000005 +vn 0.000000 -1.000000 -0.000005 +vn 0.000000 -1.000000 -0.000005 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707110 -0.707103 +vn 0.000000 0.707110 -0.707103 +vn 0.000000 0.707110 -0.707103 +vn 0.000000 0.707109 -0.707104 +vn 0.000000 0.707109 -0.707104 +vn 0.000000 0.707109 -0.707104 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111140 -0.993805 +vn 0.000000 -0.111143 -0.993804 +vn 0.000000 -0.111143 -0.993804 +vn 0.000000 -0.111143 -0.993804 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.328018 -0.944671 +vn 0.000000 -0.328018 -0.944671 +vn 0.000000 -0.328019 -0.944671 +vn 0.000000 -0.328006 -0.944676 +vn 0.000000 -0.328006 -0.944676 +vn 0.000000 -0.328006 -0.944676 +vn 0.000000 -0.328026 -0.944669 +vn 0.000000 -0.328026 -0.944669 +vn 0.000000 -0.328026 -0.944669 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.327981 -0.944684 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.327981 -0.944684 +vn 0.000000 -0.327994 -0.944680 +vn 0.000000 -0.327994 -0.944680 +vn 0.000000 -0.327994 -0.944680 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.328671 -0.944445 +vn 0.000000 0.328671 -0.944445 +vn -0.000007 0.111184 -0.993800 +vn -0.000007 0.111184 -0.993800 +vn -0.000007 0.111184 -0.993800 +vn 0.000000 0.111186 -0.993800 +vn 0.000000 0.111186 -0.993800 +vn 0.000000 0.111186 -0.993800 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.327969 -0.944688 +vn 0.000000 -0.327969 -0.944688 +vn 0.000000 -0.327969 -0.944688 +vn 0.000000 -0.327981 -0.944684 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.327981 -0.944684 +vn 0.000000 -0.328079 -0.944650 +vn 0.000000 -0.328079 -0.944650 +vn 0.000000 -0.328079 -0.944650 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.328035 -0.944666 +vn 0.000000 0.328035 -0.944666 +vn 0.000000 0.328035 -0.944666 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328006 -0.944676 +vn 0.000000 -0.328006 -0.944676 +vn 0.000000 -0.328006 -0.944676 +vn 0.000000 -0.328027 -0.944668 +vn 0.000000 -0.328027 -0.944668 +vn 0.000000 -0.328027 -0.944668 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.328018 -0.944671 +vn 0.000000 0.328018 -0.944671 +vn 0.000000 0.328019 -0.944671 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328026 -0.944669 +vn 0.000000 0.328026 -0.944669 +vn 0.000000 0.328026 -0.944669 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328581 -0.944476 +vn 0.000000 -0.328581 -0.944476 +vn 0.000000 -0.328581 -0.944476 +vn 0.000000 -0.327975 -0.944686 +vn 0.000000 -0.327975 -0.944686 +vn 0.000000 -0.327975 -0.944686 +vn 0.000000 -0.328561 -0.944483 +vn 0.000000 0.000000 0.000000 +vn 0.000000 -0.328561 -0.944483 +vn 0.000000 -0.328050 -0.944660 +vn 0.000000 -0.328050 -0.944660 +vn 0.000000 -0.328050 -0.944660 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.328018 -0.944672 +vn 0.000000 0.327978 -0.944685 +vn 0.000000 0.327978 -0.944685 +vn 0.000000 0.327978 -0.944685 +vn 0.000000 0.328565 -0.944481 +vn 0.000000 0.328565 -0.944481 +vn 0.000000 0.328565 -0.944481 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111140 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328019 -0.944671 +vn 0.000000 0.328018 -0.944671 +vn 0.000000 0.328019 -0.944671 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111140 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111144 -0.993804 +vn 0.000000 0.111144 -0.993804 +vn 0.000000 0.111144 -0.993804 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.327969 -0.944689 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.327969 -0.944688 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.328099 -0.944643 +vn 0.000000 0.328099 -0.944643 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 -0.111187 -0.993800 +vn 0.000000 -0.111187 -0.993800 +vn 0.000000 -0.111187 -0.993800 +vn -0.000007 -0.111141 -0.993805 +vn -0.000007 -0.111141 -0.993805 +vn -0.000007 -0.111141 -0.993805 +vn 0.000000 0.328079 -0.944650 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.328079 -0.944650 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000007 0.111141 -0.993805 +vn 0.000007 0.111141 -0.993805 +vn 0.000007 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328002 -0.944677 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.328034 -0.944666 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111140 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111140 -0.993805 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111144 -0.993804 +vn 0.000000 -0.111144 -0.993804 +vn 0.000000 -0.111144 -0.993804 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.328067 -0.944654 +vn 0.000000 -0.328067 -0.944654 +vn 0.000000 -0.328067 -0.944654 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111142 -0.993805 +vn 0.000007 -0.111186 -0.993800 +vn 0.000007 -0.111186 -0.993800 +vn 0.000007 -0.111186 -0.993800 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.328034 -0.944666 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.328010 -0.944674 +vn 0.000000 -0.328010 -0.944674 +vn 0.000000 -0.328010 -0.944674 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328002 -0.944677 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.328018 -0.944672 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000008 -1.000000 +vn 0.000000 -0.000008 -1.000000 +vn 0.000000 -0.000008 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000008 -1.000000 +vn 0.000000 0.000008 -1.000000 +vn 0.000000 0.000008 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707109 +vn 0.000000 0.707105 0.707109 +vn 0.000000 0.707105 0.707109 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944685 0.327979 +vn 0.000000 0.944685 0.327979 +vn 0.000000 0.944685 0.327979 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111173 +vn 0.000000 0.993801 -0.111173 +vn 0.000000 0.993801 -0.111173 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.944669 -0.328026 +vn 0.000000 0.944669 -0.328026 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944653 -0.328072 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944653 -0.328072 +vn 0.000000 0.944669 -0.328026 +vn 0.000000 0.944669 -0.328026 +vn 0.000000 0.944669 -0.328026 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.993806 0.111132 +vn 0.000000 0.993806 0.111132 +vn 0.000000 0.993806 0.111132 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944653 -0.328072 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944653 -0.328072 +vn 0.000000 0.944718 -0.327885 +vn 0.000000 0.944718 -0.327885 +vn 0.000000 0.944718 -0.327885 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944694 0.327954 +vn 0.000000 0.944694 0.327954 +vn 0.000000 0.944694 0.327954 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.944669 -0.328025 +vn 0.000000 0.944701 -0.327932 +vn 0.000000 0.944701 -0.327932 +vn 0.000000 0.944701 -0.327932 +vn 0.000000 0.993804 -0.111147 +vn 0.000000 0.993804 -0.111147 +vn 0.000000 0.993804 -0.111147 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111173 +vn 0.000000 0.993801 0.111173 +vn 0.000000 0.993801 0.111173 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944685 -0.327979 +vn 0.000000 0.944685 -0.327979 +vn 0.000000 0.944685 -0.327979 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111173 +vn 0.000000 0.993801 0.111173 +vn 0.000000 0.993801 0.111173 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000001 0.944657 -0.328061 +vn 0.000001 0.944657 -0.328061 +vn 0.000001 0.944657 -0.328061 +vn 0.000000 0.944682 -0.327988 +vn 0.000000 0.944682 -0.327987 +vn 0.000000 0.944682 -0.327987 +vn -0.000001 0.944657 -0.328061 +vn -0.000000 0.000000 -0.000000 +vn -0.000001 0.944657 -0.328061 +vn 0.000000 0.944657 -0.328061 +vn 0.000000 0.944657 -0.328061 +vn 0.000000 0.944657 -0.328061 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.944685 0.327979 +vn 0.000000 0.944685 0.327979 +vn 0.000000 0.944685 0.327979 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944680 0.327994 +vn 0.000000 0.944680 0.327994 +vn 0.000000 0.944680 0.327994 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944685 -0.327979 +vn 0.000000 0.944685 -0.327979 +vn 0.000000 0.944685 -0.327979 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944677 0.328002 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944726 0.327861 +vn 0.000000 0.944726 0.327861 +vn 0.000000 0.944726 0.327861 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.944628 0.328142 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.944653 0.328072 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.944653 0.328072 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944694 -0.327954 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944693 0.327955 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.944661 0.328049 +vn 0.000000 0.993803 0.111157 +vn 0.000000 0.993803 0.111157 +vn 0.000000 0.993803 0.111157 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944759 -0.327767 +vn 0.000000 0.944759 -0.327767 +vn 0.000000 0.944759 -0.327767 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn 0.000000 0.993803 0.111158 +vn -0.000000 0.993806 -0.111132 +vn -0.000000 0.993806 -0.111132 +vn -0.000000 0.993806 -0.111132 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.944693 -0.327955 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993803 -0.111158 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993804 -0.111145 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.993801 -0.111171 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944661 -0.328049 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.944677 -0.328002 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.328018 0.944671 +vn 0.000000 0.328018 0.944671 +vn 0.000000 0.328019 0.944671 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327997 0.944679 +vn 0.000000 0.327998 0.944678 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.327969 0.944688 +vn 0.000000 0.327969 0.944688 +vn 0.000000 0.327969 0.944689 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.327998 0.944678 +vn 0.000000 0.327998 0.944678 +vn 0.000000 0.327998 0.944678 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.327969 0.944688 +vn 0.000000 0.327969 0.944688 +vn 0.000000 0.327969 0.944688 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.000000 0.000000 +vn 0.000000 0.328079 0.944650 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.327949 0.944696 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.328099 0.944643 +vn 0.000000 -0.328099 0.944643 +vn 0.000000 -0.328099 0.944643 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.328014 0.944673 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 -0.111143 0.993804 +vn 0.000000 -0.111143 0.993804 +vn 0.000000 -0.111143 0.993804 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.328018 0.944671 +vn 0.000000 -0.328018 0.944671 +vn 0.000000 -0.328019 0.944671 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328010 0.944674 +vn 0.000000 -0.328010 0.944674 +vn 0.000000 -0.328010 0.944674 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111140 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111140 0.993805 +vn 0.000000 -0.111143 0.993804 +vn 0.000000 -0.111143 0.993804 +vn 0.000000 -0.111143 0.993804 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000001 0.111142 0.993805 +vn 0.000001 0.111142 0.993805 +vn 0.000001 0.111142 0.993805 +vn 0.000007 0.328018 0.944672 +vn 0.000007 0.328018 0.944672 +vn 0.000007 0.328018 0.944672 +vn -0.000001 0.328014 0.944673 +vn -0.000001 0.328014 0.944673 +vn -0.000001 0.328014 0.944673 +vn 0.000000 0.328021 0.944670 +vn 0.000000 0.328021 0.944670 +vn 0.000000 0.328021 0.944670 +vn 0.000001 0.328075 0.944652 +vn 0.000000 0.000000 0.000000 +vn 0.000001 0.328075 0.944652 +vn 0.000000 0.328010 0.944674 +vn 0.000000 0.328010 0.944674 +vn 0.000000 0.328010 0.944674 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328014 0.944673 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328019 0.944671 +vn 0.000000 -0.328018 0.944671 +vn 0.000000 -0.328018 0.944671 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 -0.328067 0.944654 +vn 0.000000 -0.328067 0.944654 +vn 0.000000 -0.328067 0.944654 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.327969 0.944689 +vn 0.000000 -0.327969 0.944688 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000001 0.111141 0.993805 +vn 0.000001 0.111141 0.993805 +vn 0.000001 0.111141 0.993805 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.000000 0.000000 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.328035 0.944666 +vn 0.000000 0.328035 0.944666 +vn 0.000000 0.328035 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328034 0.944666 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.328002 0.944677 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111141 0.993805 +vn 0.000000 -0.111140 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111140 0.993805 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn -0.000001 0.111139 0.993805 +vn -0.000001 0.111139 0.993805 +vn -0.000001 0.111139 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.328034 0.944666 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111144 0.993804 +vn 0.000000 0.111144 0.993804 +vn 0.000000 0.111144 0.993804 +vn 0.000000 0.111140 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111142 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.111141 0.993805 +vn 0.000000 0.328026 0.944669 +vn 0.000000 0.328026 0.944669 +vn 0.000000 0.328026 0.944669 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328002 0.944677 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.328018 0.944672 +vn 0.000000 0.707109 0.707104 +vn 0.000000 0.707109 0.707104 +vn 0.000000 0.707109 0.707104 +vn 0.000000 0.707110 0.707103 +vn 0.000000 0.707110 0.707103 +vn 0.000000 0.707110 0.707103 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000001 +vn -0.991451 -0.130482 0.000001 +vn -0.991451 -0.130482 0.000001 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793321 -0.608804 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130532 -0.991444 0.000000 +vn -0.130532 -0.991444 0.000000 +vn -0.130532 -0.991444 0.000000 +vn -0.130532 -0.991444 0.000000 +vn -0.130532 -0.991444 0.000000 +vn -0.130532 -0.991444 0.000000 +vn -0.130518 -0.991446 0.000000 +vn -0.130518 -0.991446 0.000000 +vn -0.130518 -0.991446 0.000000 +vn -0.382731 -0.923860 0.000002 +vn -0.382731 -0.923860 0.000002 +vn -0.382731 -0.923860 0.000002 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.793321 -0.608804 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793321 -0.608804 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382712 -0.923868 -0.000001 +vn -0.382712 -0.923868 -0.000001 +vn -0.382712 -0.923868 -0.000001 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793320 -0.608804 0.000000 +vn -0.793321 -0.608804 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382731 -0.923860 0.000001 +vn -0.382731 -0.923860 0.000001 +vn -0.382731 -0.923860 0.000001 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130539 -0.991443 0.000000 +vn 0.130539 -0.991443 0.000000 +vn 0.130539 -0.991443 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991451 -0.130482 0.000000 +vn 0.991451 -0.130482 0.000000 +vn 0.991451 -0.130482 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991450 -0.130485 0.000001 +vn 0.991450 -0.130485 0.000001 +vn 0.991450 -0.130485 0.000001 +vn 0.991451 -0.130480 0.000000 +vn 0.991451 -0.130480 0.000000 +vn 0.991451 -0.130480 0.000000 +vn 0.991436 -0.130595 -0.000001 +vn 0.991436 -0.130595 -0.000001 +vn 0.991436 -0.130595 -0.000001 +vn 0.991443 -0.130538 0.000000 +vn 0.991443 -0.130538 0.000000 +vn 0.991443 -0.130538 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793364 -0.608747 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130520 -0.991446 -0.000001 +vn 0.130520 -0.991446 -0.000001 +vn 0.130520 -0.991446 -0.000001 +vn 0.130539 -0.991443 0.000000 +vn 0.130539 -0.991443 0.000000 +vn 0.130539 -0.991443 0.000000 +vn 0.130555 -0.991441 0.000003 +vn 0.130555 -0.991441 0.000003 +vn 0.130555 -0.991441 0.000003 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793364 -0.608747 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923879 -0.382684 -0.000001 +vn 0.923879 -0.382684 -0.000001 +vn 0.923879 -0.382684 -0.000001 +vn 0.923876 -0.382693 0.000001 +vn 0.923876 -0.382693 0.000001 +vn 0.923876 -0.382693 0.000001 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793364 -0.608747 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793364 -0.608748 0.000000 +vn 0.793364 -0.608747 0.000000 +vn 0.923876 -0.382693 0.000000 +vn 0.923876 -0.382693 0.000000 +vn 0.923876 -0.382693 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.793338 -0.608782 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382731 -0.923860 0.000000 +vn 0.382731 -0.923860 0.000000 +vn 0.382731 -0.923860 0.000000 +vn 0.000000 -1.000000 -0.000001 +vn 0.000000 -1.000000 -0.000001 +vn 0.000000 -1.000000 -0.000001 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130503 -0.991448 0.000000 +vn 0.130503 -0.991448 0.000000 +vn 0.130503 -0.991448 0.000000 +vn 0.130516 -0.991446 0.000000 +vn 0.130516 -0.991446 0.000000 +vn 0.130516 -0.991446 0.000000 +vn 0.130527 -0.991445 0.000000 +vn 0.130527 -0.991445 0.000000 +vn 0.130527 -0.991445 0.000000 +vn 0.130532 -0.991444 0.000000 +vn 0.130532 -0.991444 0.000000 +vn 0.130532 -0.991444 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.991444 -0.130532 0.000000 +vn 0.991444 -0.130532 0.000000 +vn 0.991444 -0.130532 0.000000 +vn 0.991437 -0.130586 -0.000001 +vn 0.991437 -0.130586 -0.000001 +vn 0.991437 -0.130586 -0.000001 +vn 0.991444 -0.130534 0.000000 +vn 0.991444 -0.130534 0.000000 +vn 0.991444 -0.130534 0.000000 +vn 0.991437 -0.130589 0.000001 +vn 0.991437 -0.130589 0.000001 +vn 0.991437 -0.130589 0.000001 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.991444 -0.130535 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.608752 -0.793361 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.793356 -0.608759 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 0.923898 -0.382638 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.991436 0.130592 0.000001 +vn 0.991436 0.130592 0.000001 +vn 0.991436 0.130592 0.000001 +vn 0.991444 0.130534 0.000000 +vn 0.991444 0.130534 0.000000 +vn 0.991444 0.130534 0.000000 +vn 0.991436 0.130595 0.000000 +vn 0.991436 0.130595 0.000000 +vn 0.991436 0.130595 0.000000 +vn 0.991443 0.130538 0.000000 +vn 0.991443 0.130538 0.000000 +vn 0.991443 0.130538 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793364 0.608748 0.000002 +vn 0.793364 0.608748 0.000002 +vn 0.793364 0.608748 0.000002 +vn 0.608766 0.793350 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382653 0.923892 0.000000 +vn 0.382653 0.923892 0.000000 +vn 0.382653 0.923892 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.130548 0.991442 0.000003 +vn 0.130548 0.991442 0.000003 +vn 0.130548 0.991442 0.000003 +vn 0.130539 0.991443 0.000000 +vn 0.130539 0.991443 0.000000 +vn 0.130539 0.991443 0.000000 +vn 0.130527 0.991445 -0.000001 +vn 0.130527 0.991445 -0.000001 +vn 0.130527 0.991445 -0.000001 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.608767 0.793349 0.000000 +vn 0.608767 0.793349 0.000000 +vn 0.608767 0.793349 0.000000 +vn 0.608751 0.793361 0.000000 +vn 0.608751 0.793361 0.000000 +vn 0.608751 0.793361 0.000000 +vn 0.793356 0.608759 -0.000002 +vn 0.793356 0.608759 -0.000002 +vn 0.793356 0.608759 -0.000002 +vn 0.793364 0.608747 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923895 0.382647 0.000000 +vn 0.923895 0.382647 0.000000 +vn 0.923895 0.382647 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608747 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608747 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608747 0.000000 +vn 0.923895 0.382646 0.000000 +vn 0.923895 0.382646 0.000000 +vn 0.923895 0.382646 0.000000 +vn 0.793364 0.608747 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.130532 0.991444 0.000001 +vn -0.130532 0.991444 0.000001 +vn -0.130532 0.991444 0.000001 +vn -0.130535 0.991444 0.000000 +vn -0.130535 0.991444 0.000000 +vn -0.130535 0.991444 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.608746 0.793365 0.000000 +vn -0.608746 0.793365 0.000000 +vn -0.608746 0.793365 0.000000 +vn -0.608746 0.793365 0.000000 +vn -0.608746 0.793365 0.000000 +vn -0.608746 0.793365 0.000000 +vn -0.793369 0.608742 -0.000001 +vn -0.793369 0.608742 -0.000001 +vn -0.793369 0.608742 -0.000001 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991447 0.130509 0.000000 +vn -0.991447 0.130509 0.000000 +vn -0.991447 0.130509 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.793369 0.608742 0.000000 +vn -0.793368 0.608742 0.000000 +vn -0.793369 0.608742 0.000000 +vn -0.608733 0.793375 -0.000001 +vn -0.608733 0.793375 -0.000001 +vn -0.608733 0.793375 -0.000001 +vn -0.608759 0.793355 0.000000 +vn -0.608759 0.793355 0.000000 +vn -0.608759 0.793355 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 -0.000001 +vn -0.382692 0.923876 -0.000001 +vn -0.382692 0.923876 -0.000001 +vn -0.130532 0.991444 -0.000002 +vn -0.130532 0.991444 -0.000002 +vn -0.130532 0.991444 -0.000002 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000004 0.000000 1.000000 +vn -0.000004 0.000000 1.000000 +vn -0.000004 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000000 -0.000012 -1.000000 +vn 0.000000 -0.000012 -1.000000 +vn 0.000000 -0.000012 -1.000000 +vn 0.000000 -0.000042 -1.000000 +vn 0.000000 -0.000042 -1.000000 +vn 0.000000 -0.000042 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000034 -0.000008 -1.000000 +vn -0.000034 -0.000008 -1.000000 +vn -0.000034 -0.000008 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000021 -1.000000 +vn 0.000000 0.000021 -1.000000 +vn 0.000000 0.000021 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -1.000000 0.000000 -0.000000 +vn -1.000000 0.000000 -0.000000 +vn -1.000000 0.000000 -0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130536 0.000000 +vn -0.991444 -0.130536 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130516 -0.991446 0.000000 +vn -0.130516 -0.991446 0.000000 +vn -0.130516 -0.991446 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130503 -0.991448 0.000000 +vn -0.130503 -0.991448 0.000000 +vn -0.130503 -0.991448 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.608767 -0.793349 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130514 -0.991446 0.000000 +vn 0.130514 -0.991446 0.000000 +vn 0.130514 -0.991446 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130516 -0.991446 0.000000 +vn 0.130516 -0.991446 0.000000 +vn 0.130516 -0.991446 0.000000 +vn 0.130509 -0.991447 0.000000 +vn 0.130509 -0.991447 0.000000 +vn 0.130509 -0.991447 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.793321 -0.608804 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.991444 -0.130535 0.000001 +vn 0.991444 -0.130535 0.000001 +vn 0.991444 -0.130535 0.000001 +vn 0.991437 -0.130589 0.000000 +vn 0.991437 -0.130589 0.000000 +vn 0.991437 -0.130589 0.000000 +vn 0.991451 -0.130482 0.000000 +vn 0.991451 -0.130482 0.000000 +vn 0.991451 -0.130482 0.000000 +vn 0.991437 -0.130589 0.000000 +vn 0.991437 -0.130589 0.000000 +vn 0.991437 -0.130589 0.000000 +vn 0.991440 -0.130567 0.000000 +vn 0.991440 -0.130567 0.000000 +vn 0.991440 -0.130567 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793321 -0.608804 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382712 -0.923868 0.000002 +vn 0.382712 -0.923868 0.000002 +vn 0.382712 -0.923868 0.000002 +vn 0.382731 -0.923860 -0.000002 +vn 0.382731 -0.923860 -0.000002 +vn 0.382731 -0.923860 -0.000002 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.793321 -0.608804 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.382692 -0.923876 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.608767 -0.793349 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793321 -0.608804 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.991439 0.130570 -0.000001 +vn 0.991439 0.130570 -0.000001 +vn 0.991439 0.130570 -0.000001 +vn 0.991436 0.130595 0.000000 +vn 0.991436 0.130595 0.000000 +vn 0.991436 0.130595 0.000000 +vn 0.991451 0.130482 0.000000 +vn 0.991451 0.130482 0.000000 +vn 0.991451 0.130482 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.923876 0.382693 -0.000001 +vn 0.923876 0.382693 -0.000001 +vn 0.923876 0.382693 -0.000001 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793338 0.608782 0.000002 +vn 0.793338 0.608782 0.000002 +vn 0.793338 0.608782 0.000002 +vn 0.608766 0.793350 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.130525 0.991445 -0.000003 +vn 0.130525 0.991445 -0.000003 +vn 0.130525 0.991445 -0.000003 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.608767 0.793349 0.000000 +vn 0.608767 0.793349 0.000000 +vn 0.608767 0.793349 0.000000 +vn 0.608751 0.793361 0.000000 +vn 0.608751 0.793361 0.000000 +vn 0.608751 0.793361 0.000000 +vn 0.793329 0.608793 -0.000002 +vn 0.793329 0.608793 -0.000002 +vn 0.793329 0.608793 -0.000002 +vn 0.793364 0.608747 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382685 0.000000 +vn 0.923879 0.382684 0.000001 +vn 0.923879 0.382684 0.000001 +vn 0.923879 0.382684 0.000001 +vn 0.923876 0.382693 -0.000001 +vn 0.923876 0.382693 -0.000001 +vn 0.923876 0.382693 -0.000001 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.923879 0.382684 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608747 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793338 0.608782 0.000000 +vn 0.793338 0.608782 0.000000 +vn 0.793338 0.608782 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382692 0.923876 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608748 0.000000 +vn 0.793364 0.608747 0.000000 +vn 0.923876 0.382693 0.000000 +vn 0.923876 0.382693 0.000000 +vn 0.923876 0.382693 0.000000 +vn 0.793338 0.608782 0.000000 +vn 0.793338 0.608782 0.000000 +vn 0.793338 0.608782 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382731 0.923860 0.000000 +vn 0.382731 0.923860 0.000000 +vn 0.382731 0.923860 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.130502 0.991448 0.000000 +vn -0.130502 0.991448 0.000000 +vn -0.130502 0.991448 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130509 0.991447 0.000000 +vn -0.130509 0.991447 0.000000 +vn -0.130509 0.991447 0.000000 +vn -0.130525 0.991445 0.000003 +vn -0.130525 0.991445 0.000003 +vn -0.130525 0.991445 0.000003 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.793356 0.608759 0.000002 +vn -0.793356 0.608759 0.000002 +vn -0.793356 0.608759 0.000002 +vn -0.793390 0.608713 -0.000001 +vn -0.793390 0.608713 -0.000001 +vn -0.793390 0.608713 -0.000001 +vn -0.923879 0.382685 -0.000001 +vn -0.923879 0.382685 -0.000001 +vn -0.923879 0.382685 -0.000001 +vn -0.923860 0.382731 0.000000 +vn -0.923860 0.382731 0.000000 +vn -0.923860 0.382731 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991436 0.130592 -0.000001 +vn -0.991436 0.130592 -0.000001 +vn -0.991436 0.130592 -0.000001 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991436 0.130592 0.000001 +vn -0.991436 0.130592 0.000001 +vn -0.991436 0.130592 0.000001 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.923876 0.382693 0.000001 +vn -0.923876 0.382693 0.000001 +vn -0.923876 0.382693 0.000001 +vn -0.923860 0.382731 0.000001 +vn -0.923860 0.382731 0.000001 +vn -0.923860 0.382731 0.000001 +vn -0.793382 0.608724 0.000000 +vn -0.793382 0.608724 0.000000 +vn -0.793382 0.608724 0.000000 +vn -0.793364 0.608748 -0.000002 +vn -0.793364 0.608748 -0.000002 +vn -0.793364 0.608748 -0.000002 +vn -0.608767 0.793349 0.000000 +vn -0.608767 0.793349 0.000000 +vn -0.608767 0.793349 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382712 0.923868 0.000000 +vn -0.382712 0.923868 0.000000 +vn -0.382712 0.923868 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382692 0.923876 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.793364 0.608748 0.000000 +vn -0.793364 0.608748 0.000000 +vn -0.793364 0.608748 0.000000 +vn -0.793390 0.608713 0.000000 +vn -0.793390 0.608713 0.000000 +vn -0.793390 0.608713 0.000000 +vn -0.923876 0.382693 0.000000 +vn -0.923876 0.382693 0.000000 +vn -0.923876 0.382693 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.793364 0.608748 0.000000 +vn -0.793364 0.608748 0.000000 +vn -0.793364 0.608748 0.000000 +vn -0.793390 0.608713 0.000000 +vn -0.793390 0.608713 0.000000 +vn -0.793390 0.608713 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.923879 0.382684 0.000000 +vn -0.923879 0.382685 0.000000 +vn -0.923876 0.382693 -0.000000 +vn -0.923876 0.382693 -0.000000 +vn -0.923876 0.382693 -0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991437 -0.130589 0.000001 +vn -0.991437 -0.130589 0.000001 +vn -0.991437 -0.130589 0.000001 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991437 -0.130589 -0.000001 +vn -0.991437 -0.130589 -0.000001 +vn -0.991437 -0.130589 -0.000001 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923860 -0.382731 -0.000001 +vn -0.923860 -0.382731 -0.000001 +vn -0.923860 -0.382731 -0.000001 +vn -0.793382 -0.608724 0.000000 +vn -0.793382 -0.608724 0.000000 +vn -0.793382 -0.608724 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130539 -0.991443 0.000000 +vn -0.130539 -0.991443 0.000000 +vn -0.130539 -0.991443 0.000000 +vn -0.130527 -0.991445 0.000000 +vn -0.130527 -0.991445 0.000000 +vn -0.130527 -0.991445 0.000000 +vn -0.130516 -0.991446 0.000000 +vn -0.130516 -0.991446 0.000000 +vn -0.130516 -0.991446 0.000000 +vn -0.130503 -0.991448 0.000000 +vn -0.130503 -0.991448 0.000000 +vn -0.130503 -0.991448 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.793356 -0.608759 0.000000 +vn -0.793356 -0.608759 0.000000 +vn -0.793356 -0.608759 0.000000 +vn -0.793381 -0.608725 0.000001 +vn -0.793382 -0.608725 0.000001 +vn -0.793382 -0.608725 0.000001 +vn -0.923879 -0.382685 0.000001 +vn -0.923879 -0.382685 0.000001 +vn -0.923879 -0.382685 0.000001 +vn -0.923860 -0.382731 0.000000 +vn -0.923860 -0.382731 0.000000 +vn -0.923860 -0.382731 0.000000 +vn -0.923879 -0.382684 -0.000001 +vn -0.923879 -0.382684 -0.000001 +vn -0.923879 -0.382685 -0.000001 +vn -0.923879 -0.382685 0.000001 +vn -0.923879 -0.382685 0.000001 +vn -0.923879 -0.382685 0.000001 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.793382 -0.608724 0.000000 +vn -0.793382 -0.608724 0.000000 +vn -0.793382 -0.608724 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.793382 -0.608725 0.000000 +vn -0.793382 -0.608725 0.000000 +vn -0.793382 -0.608725 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.793356 -0.608759 0.000000 +vn -0.793356 -0.608759 0.000000 +vn -0.793356 -0.608759 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.000001 -1.000000 0.000000 +vn -0.000001 -1.000000 0.000000 +vn -0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130513 -0.991447 0.000001 +vn -0.130513 -0.991447 0.000001 +vn -0.130513 -0.991447 0.000001 +vn -0.130539 -0.991443 0.000000 +vn -0.130539 -0.991443 0.000000 +vn -0.130539 -0.991443 0.000000 +vn -0.130555 -0.991441 -0.000003 +vn -0.130555 -0.991441 -0.000003 +vn -0.130555 -0.991441 -0.000003 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923898 -0.382638 0.000000 +vn -0.923898 -0.382638 0.000000 +vn -0.923898 -0.382638 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.991450 -0.130485 -0.000001 +vn -0.991450 -0.130485 -0.000001 +vn -0.991450 -0.130485 -0.000001 +vn -0.991444 -0.130534 0.000000 +vn -0.991444 -0.130534 0.000000 +vn -0.991444 -0.130534 0.000000 +vn -0.991443 -0.130541 0.000001 +vn -0.991443 -0.130541 0.000001 +vn -0.991443 -0.130541 0.000001 +vn -0.991437 -0.130587 0.000000 +vn -0.991437 -0.130587 0.000000 +vn -0.991437 -0.130587 0.000000 +vn -0.923898 -0.382638 0.000000 +vn -0.923898 -0.382638 0.000000 +vn -0.923898 -0.382638 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.382731 -0.923860 0.000000 +vn -0.382731 -0.923860 0.000000 +vn -0.382731 -0.923860 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.923876 -0.382693 0.000000 +vn -0.923876 -0.382693 0.000000 +vn -0.923876 -0.382693 0.000000 +vn -0.923879 -0.382684 0.000001 +vn -0.923879 -0.382684 0.000001 +vn -0.923879 -0.382684 0.000001 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.382692 -0.923876 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923876 -0.382693 -0.000001 +vn -0.923876 -0.382693 -0.000001 +vn -0.923876 -0.382693 -0.000001 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000010 -1.000000 +vn 0.000000 -0.000010 -1.000000 +vn 0.000000 -0.000010 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000005 -1.000000 +vn 0.000000 0.000005 -1.000000 +vn 0.000000 0.000005 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000009 -1.000000 +vn 0.000000 0.000009 -1.000000 +vn 0.000000 0.000009 -1.000000 +vn 0.000000 0.000017 -1.000000 +vn 0.000000 0.000017 -1.000000 +vn 0.000000 0.000017 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000033 0.000010 -1.000000 +vn -0.000033 0.000010 -1.000000 +vn -0.000033 0.000010 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000017 -1.000000 +vn 0.000000 -0.000017 -1.000000 +vn 0.000000 -0.000017 -1.000000 +vn 0.000000 -0.000009 -1.000000 +vn 0.000000 -0.000009 -1.000000 +vn 0.000000 -0.000009 -1.000000 +vn 0.000000 -0.000006 -1.000000 +vn 0.000000 -0.000006 -1.000000 +vn 0.000000 -0.000006 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000043 -0.000014 -1.000000 +vn 0.000043 -0.000014 -1.000000 +vn 0.000043 -0.000014 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn 0.000000 -0.000010 -1.000000 +vn 0.000000 -0.000010 -1.000000 +vn 0.000000 -0.000010 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.705600 -0.452694 0.545158 +vn -0.705600 -0.452694 0.545158 +vn -0.705600 -0.452694 0.545158 +vn -0.705598 -0.545163 0.452690 +vn -0.705598 -0.545163 0.452690 +vn -0.705598 -0.545163 0.452690 +vn -0.703222 -0.547972 0.452997 +vn -0.703222 -0.547972 0.452997 +vn -0.703221 -0.547972 0.452997 +vn -0.683531 -0.635001 0.359945 +vn -0.683531 -0.635001 0.359945 +vn -0.683531 -0.635001 0.359945 +vn -0.675751 -0.642296 0.361686 +vn -0.675751 -0.642296 0.361686 +vn -0.675751 -0.642296 0.361686 +vn -0.637869 -0.720702 0.271499 +vn -0.637869 -0.720702 0.271499 +vn -0.637869 -0.720702 0.271499 +vn -0.624255 -0.730909 0.275824 +vn -0.624255 -0.730909 0.275824 +vn -0.624255 -0.730909 0.275824 +vn -0.570108 -0.799211 0.190365 +vn -0.570109 -0.799210 0.190365 +vn -0.570108 -0.799211 0.190365 +vn -0.550574 -0.810843 0.198497 +vn -0.550574 -0.810843 0.198497 +vn -0.550574 -0.810844 0.198497 +vn -0.482404 -0.867773 0.119401 +vn -0.482404 -0.867773 0.119401 +vn -0.482404 -0.867773 0.119401 +vn -0.457574 -0.879246 0.132488 +vn -0.457574 -0.879246 0.132488 +vn -0.457574 -0.879246 0.132488 +vn -0.377769 -0.923887 0.061028 +vn -0.377769 -0.923887 0.061028 +vn -0.377769 -0.923887 0.061028 +vn -0.348585 -0.933854 0.080030 +vn -0.348585 -0.933854 0.080030 +vn -0.348585 -0.933854 0.080030 +vn -0.259749 -0.965520 0.017370 +vn -0.259749 -0.965520 0.017370 +vn -0.259749 -0.965520 0.017370 +vn -0.227542 -0.972817 0.043041 +vn -0.227542 -0.972817 0.043041 +vn -0.227542 -0.972817 0.043041 +vn -0.132360 -0.991149 -0.010216 +vn -0.132360 -0.991149 -0.010216 +vn -0.132360 -0.991149 -0.010216 +vn -0.098821 -0.994845 0.022760 +vn -0.098821 -0.994845 0.022760 +vn -0.098821 -0.994845 0.022760 +vn 0.000000 -0.999788 -0.020580 +vn 0.000000 -0.999788 -0.020580 +vn 0.000000 -0.999788 -0.020580 +vn 0.032981 -0.999257 0.019935 +vn 0.032981 -0.999257 0.019935 +vn 0.032981 -0.999257 0.019935 +vn 0.132764 -0.991057 -0.013383 +vn 0.132764 -0.991057 -0.013383 +vn 0.132764 -0.991057 -0.013383 +vn 0.163206 -0.985985 0.034594 +vn 0.163206 -0.985985 0.034594 +vn 0.163206 -0.985985 0.034594 +vn 0.261340 -0.965182 0.011217 +vn 0.261340 -0.965182 0.011217 +vn 0.261340 -0.965182 0.011217 +vn 0.287212 -0.955579 0.066165 +vn 0.287212 -0.955579 0.066165 +vn 0.287212 -0.955579 0.066165 +vn 0.381247 -0.922996 0.052238 +vn 0.381247 -0.922996 0.052238 +vn 0.381247 -0.922996 0.052238 +vn 0.400597 -0.909187 0.113581 +vn 0.400597 -0.909187 0.113581 +vn 0.400597 -0.909187 0.113581 +vn 0.488353 -0.865896 0.108330 +vn 0.488353 -0.865896 0.108330 +vn 0.488353 -0.865896 0.108330 +vn 0.499394 -0.848503 0.175067 +vn 0.499394 -0.848503 0.175067 +vn 0.499394 -0.848503 0.175067 +vn 0.578903 -0.795828 0.177563 +vn 0.578903 -0.795828 0.177563 +vn 0.578903 -0.795828 0.177563 +vn 0.580103 -0.775711 0.248502 +vn 0.580103 -0.775711 0.248502 +vn 0.580103 -0.775711 0.248502 +vn 0.649711 -0.715188 0.257645 +vn 0.649711 -0.715188 0.257645 +vn 0.649711 -0.715188 0.257645 +vn 0.639854 -0.693448 0.331235 +vn 0.639854 -0.693448 0.331235 +vn 0.639854 -0.693448 0.331235 +vn 0.698332 -0.626755 0.345703 +vn 0.698332 -0.626755 0.345703 +vn 0.698332 -0.626755 0.345703 +vn 0.676547 -0.604675 0.420301 +vn 0.676547 -0.604675 0.420301 +vn 0.676547 -0.604675 0.420301 +vn 0.723084 -0.533512 0.438765 +vn 0.723084 -0.533511 0.438765 +vn 0.723084 -0.533511 0.438765 +vn 0.688942 -0.512533 0.512513 +vn 0.688942 -0.512533 0.512513 +vn 0.688942 -0.512533 0.512513 +vn 0.723094 -0.438753 0.533507 +vn 0.723094 -0.438753 0.533507 +vn 0.723094 -0.438753 0.533507 +vn 0.676555 -0.420280 0.604680 +vn 0.676555 -0.420280 0.604680 +vn 0.676555 -0.420280 0.604680 +vn 0.698331 -0.345741 0.626735 +vn 0.698331 -0.345741 0.626735 +vn 0.698331 -0.345741 0.626735 +vn 0.639843 -0.331216 0.693468 +vn 0.639843 -0.331216 0.693468 +vn 0.639843 -0.331216 0.693468 +vn 0.649692 -0.257672 0.715196 +vn 0.649692 -0.257672 0.715196 +vn 0.649692 -0.257672 0.715196 +vn 0.580086 -0.248495 0.775726 +vn 0.580086 -0.248495 0.775726 +vn 0.580086 -0.248495 0.775726 +vn 0.578893 -0.177602 0.795827 +vn 0.578893 -0.177602 0.795827 +vn 0.578893 -0.177602 0.795827 +vn 0.499395 -0.175090 0.848498 +vn 0.499395 -0.175090 0.848498 +vn 0.499395 -0.175090 0.848498 +vn 0.488348 -0.108320 0.865900 +vn 0.488348 -0.108320 0.865900 +vn 0.488348 -0.108320 0.865900 +vn 0.400601 -0.113593 0.909184 +vn 0.400601 -0.113593 0.909184 +vn 0.400601 -0.113593 0.909184 +vn 0.381258 -0.052192 0.922994 +vn 0.381258 -0.052192 0.922994 +vn 0.381258 -0.052192 0.922994 +vn 0.287202 -0.066185 0.955581 +vn 0.287202 -0.066185 0.955581 +vn 0.287202 -0.066185 0.955581 +vn 0.261339 -0.011175 0.965183 +vn 0.261339 -0.011175 0.965182 +vn 0.261339 -0.011175 0.965183 +vn 0.163202 -0.034593 0.985986 +vn 0.163202 -0.034593 0.985986 +vn 0.163202 -0.034593 0.985986 +vn 0.132761 0.013358 0.991058 +vn 0.132761 0.013358 0.991058 +vn 0.132761 0.013358 0.991058 +vn 0.032987 -0.019937 0.999257 +vn 0.032987 -0.019937 0.999257 +vn 0.032987 -0.019937 0.999257 +vn 0.000000 0.020557 0.999789 +vn 0.000000 0.020557 0.999789 +vn 0.000000 0.020557 0.999789 +vn -0.098828 -0.022777 0.994844 +vn -0.098828 -0.022777 0.994844 +vn -0.098828 -0.022777 0.994844 +vn -0.132358 0.010197 0.991150 +vn -0.132358 0.010197 0.991150 +vn -0.132358 0.010197 0.991150 +vn -0.227551 -0.043041 0.972815 +vn -0.227551 -0.043041 0.972815 +vn -0.227551 -0.043041 0.972815 +vn -0.259740 -0.017320 0.965523 +vn -0.259740 -0.017320 0.965523 +vn -0.259740 -0.017320 0.965523 +vn -0.348577 -0.080021 0.933858 +vn -0.348577 -0.080021 0.933858 +vn -0.348577 -0.080021 0.933858 +vn -0.377769 -0.061044 0.923885 +vn -0.377769 -0.061044 0.923885 +vn -0.377769 -0.061044 0.923885 +vn -0.457563 -0.132468 0.879254 +vn -0.457563 -0.132468 0.879254 +vn -0.457563 -0.132468 0.879254 +vn -0.482404 -0.119411 0.867771 +vn -0.482404 -0.119411 0.867771 +vn -0.482404 -0.119411 0.867771 +vn -0.550581 -0.198519 0.810834 +vn -0.550581 -0.198519 0.810834 +vn -0.550581 -0.198519 0.810834 +vn -0.570098 -0.190371 0.799216 +vn -0.570098 -0.190372 0.799216 +vn -0.570098 -0.190371 0.799216 +vn -0.624232 -0.275820 0.730929 +vn -0.624232 -0.275820 0.730929 +vn -0.624232 -0.275820 0.730929 +vn -0.637873 -0.271515 0.720692 +vn -0.637873 -0.271515 0.720692 +vn -0.637873 -0.271515 0.720692 +vn -0.675745 -0.361688 0.642301 +vn -0.675745 -0.361688 0.642301 +vn -0.675745 -0.361688 0.642301 +vn -0.683521 -0.359957 0.635004 +vn -0.683521 -0.359957 0.635004 +vn -0.683521 -0.359957 0.635004 +vn -0.703213 -0.452999 0.547982 +vn -0.703213 -0.452999 0.547982 +vn -0.703213 -0.452999 0.547981 +vn -0.995735 -0.065238 -0.065242 +vn -0.995735 -0.065238 -0.065242 +vn -0.995735 -0.065238 -0.065242 +vn -0.995734 -0.065243 -0.065241 +vn -0.995734 -0.065243 -0.065241 +vn -0.995734 -0.065243 -0.065241 +vn -0.995734 0.065247 0.065241 +vn -0.995734 0.065247 0.065241 +vn -0.995734 0.065247 0.065241 +vn -0.995735 0.065235 0.065242 +vn -0.995735 0.065235 0.065242 +vn -0.995735 0.065235 0.065242 +vn -0.961823 0.193514 0.193516 +vn -0.961823 0.193514 0.193516 +vn -0.961823 0.193514 0.193516 +vn -0.961822 0.193519 0.193516 +vn -0.961822 0.193519 0.193516 +vn -0.961822 0.193519 0.193516 +vn -0.895162 0.315190 0.315183 +vn -0.895162 0.315190 0.315183 +vn -0.895162 0.315190 0.315183 +vn -0.895167 0.315179 0.315180 +vn -0.895167 0.315179 0.315180 +vn -0.895167 0.315179 0.315180 +vn -0.798019 0.426127 0.426124 +vn -0.798019 0.426127 0.426124 +vn -0.798019 0.426127 0.426124 +vn -0.798016 0.426124 0.426132 +vn -0.798016 0.426124 0.426132 +vn -0.798016 0.426124 0.426132 +vn -0.673693 0.522561 0.522558 +vn -0.673693 0.522561 0.522558 +vn -0.673694 0.522561 0.522558 +vn -0.673701 0.522551 0.522559 +vn -0.673701 0.522551 0.522559 +vn -0.673701 0.522551 0.522559 +vn -0.526431 0.601197 0.601192 +vn -0.526431 0.601197 0.601192 +vn -0.526431 0.601197 0.601192 +vn -0.526428 0.601195 0.601197 +vn -0.526428 0.601195 0.601197 +vn -0.526428 0.601195 0.601197 +vn -0.361243 0.659357 0.659357 +vn -0.361243 0.659357 0.659357 +vn -0.361243 0.659357 0.659357 +vn -0.361245 0.659357 0.659357 +vn -0.361245 0.659357 0.659357 +vn -0.361245 0.659357 0.659357 +vn -0.183754 0.695064 0.695068 +vn -0.183754 0.695064 0.695068 +vn -0.183754 0.695064 0.695068 +vn -0.183755 0.695067 0.695065 +vn -0.183755 0.695067 0.695065 +vn -0.183755 0.695067 0.695065 +vn 0.000007 0.707106 0.707108 +vn 0.000007 0.707106 0.707108 +vn 0.000007 0.707106 0.707108 +vn 0.000000 0.707111 0.707103 +vn 0.000000 0.707111 0.707103 +vn 0.000000 0.707111 0.707103 +vn 0.183740 0.695070 0.695067 +vn 0.183740 0.695070 0.695067 +vn 0.183740 0.695070 0.695067 +vn 0.183757 0.695068 0.695064 +vn 0.183757 0.695068 0.695064 +vn 0.183757 0.695068 0.695064 +vn 0.361242 0.659356 0.659359 +vn 0.361242 0.659356 0.659359 +vn 0.361242 0.659356 0.659359 +vn 0.361245 0.659358 0.659355 +vn 0.361245 0.659358 0.659355 +vn 0.361245 0.659358 0.659355 +vn 0.526437 0.601187 0.601197 +vn 0.526437 0.601187 0.601197 +vn 0.526437 0.601187 0.601197 +vn 0.526430 0.601198 0.601192 +vn 0.526430 0.601198 0.601192 +vn 0.526430 0.601198 0.601192 +vn 0.673698 0.522559 0.522554 +vn 0.673698 0.522559 0.522554 +vn 0.673698 0.522559 0.522554 +vn 0.673702 0.522552 0.522556 +vn 0.673702 0.522552 0.522556 +vn 0.673702 0.522552 0.522556 +vn 0.798016 0.426130 0.426126 +vn 0.798016 0.426130 0.426126 +vn 0.798016 0.426130 0.426126 +vn 0.798011 0.426131 0.426135 +vn 0.798011 0.426131 0.426135 +vn 0.798011 0.426131 0.426135 +vn 0.895160 0.315193 0.315187 +vn 0.895160 0.315193 0.315187 +vn 0.895160 0.315193 0.315187 +vn 0.895166 0.315179 0.315184 +vn 0.895166 0.315179 0.315184 +vn 0.895166 0.315179 0.315184 +vn 0.961827 0.193506 0.193506 +vn 0.961827 0.193505 0.193506 +vn 0.961827 0.193505 0.193506 +vn 0.961827 0.193505 0.193508 +vn 0.961827 0.193505 0.193508 +vn 0.961827 0.193505 0.193508 +vn 0.995734 0.065244 0.065241 +vn 0.995734 0.065244 0.065241 +vn 0.995734 0.065244 0.065241 +vn 0.995734 0.065242 0.065242 +vn 0.995734 0.065242 0.065242 +vn 0.995734 0.065242 0.065242 +vn 0.995735 -0.065241 -0.065242 +vn 0.995734 -0.065241 -0.065242 +vn 0.995734 -0.065241 -0.065242 +vn 0.995734 -0.065242 -0.065241 +vn 0.995734 -0.065242 -0.065241 +vn 0.995734 -0.065242 -0.065241 +vn 0.961825 -0.193513 -0.193508 +vn 0.961825 -0.193513 -0.193508 +vn 0.961825 -0.193513 -0.193508 +vn 0.961827 -0.193506 -0.193508 +vn 0.961827 -0.193506 -0.193508 +vn 0.961827 -0.193506 -0.193508 +vn 0.895163 -0.315186 -0.315184 +vn 0.895163 -0.315186 -0.315184 +vn 0.895163 -0.315186 -0.315184 +vn 0.895159 -0.315191 -0.315189 +vn 0.895159 -0.315191 -0.315189 +vn 0.895159 -0.315191 -0.315189 +vn 0.798017 -0.426126 -0.426128 +vn 0.798017 -0.426126 -0.426128 +vn 0.798017 -0.426126 -0.426128 +vn 0.798019 -0.426125 -0.426127 +vn 0.798018 -0.426125 -0.426127 +vn 0.798019 -0.426125 -0.426127 +vn 0.673699 -0.522554 -0.522558 +vn 0.673699 -0.522554 -0.522558 +vn 0.673699 -0.522554 -0.522558 +vn 0.673700 -0.522558 -0.522554 +vn 0.673700 -0.522558 -0.522554 +vn 0.673700 -0.522558 -0.522554 +vn 0.526431 -0.601198 -0.601192 +vn 0.526431 -0.601198 -0.601192 +vn 0.526431 -0.601198 -0.601192 +vn 0.526435 -0.601192 -0.601194 +vn 0.526435 -0.601192 -0.601194 +vn 0.526435 -0.601192 -0.601194 +vn 0.361241 -0.659357 -0.659358 +vn 0.361241 -0.659357 -0.659358 +vn 0.361241 -0.659357 -0.659358 +vn 0.361241 -0.659356 -0.659360 +vn 0.361241 -0.659356 -0.659360 +vn 0.361241 -0.659356 -0.659360 +vn 0.183748 -0.695067 -0.695068 +vn 0.183748 -0.695067 -0.695068 +vn 0.183748 -0.695067 -0.695068 +vn 0.183751 -0.695067 -0.695067 +vn 0.183751 -0.695067 -0.695067 +vn 0.183751 -0.695067 -0.695067 +vn -0.000005 -0.707111 -0.707103 +vn -0.000005 -0.707111 -0.707103 +vn -0.000005 -0.707111 -0.707103 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707105 -0.707109 +vn -0.183746 -0.695061 -0.695074 +vn -0.183746 -0.695061 -0.695074 +vn -0.183746 -0.695061 -0.695074 +vn -0.183751 -0.695072 -0.695061 +vn -0.183751 -0.695072 -0.695061 +vn -0.183751 -0.695072 -0.695061 +vn -0.361238 -0.659355 -0.659362 +vn -0.361238 -0.659355 -0.659362 +vn -0.361238 -0.659355 -0.659362 +vn -0.361243 -0.659361 -0.659353 +vn -0.361243 -0.659361 -0.659353 +vn -0.361243 -0.659361 -0.659353 +vn -0.526435 -0.601192 -0.601195 +vn -0.526435 -0.601192 -0.601195 +vn -0.526435 -0.601192 -0.601195 +vn -0.526428 -0.601196 -0.601196 +vn -0.526428 -0.601196 -0.601196 +vn -0.526428 -0.601196 -0.601196 +vn -0.673694 -0.522557 -0.522562 +vn -0.673694 -0.522557 -0.522562 +vn -0.673694 -0.522557 -0.522562 +vn -0.673696 -0.522563 -0.522553 +vn -0.673696 -0.522563 -0.522553 +vn -0.673696 -0.522563 -0.522553 +vn -0.798022 -0.426118 -0.426127 +vn -0.798022 -0.426118 -0.426127 +vn -0.798022 -0.426118 -0.426127 +vn -0.798020 -0.426126 -0.426124 +vn -0.798020 -0.426126 -0.426124 +vn -0.798020 -0.426126 -0.426124 +vn -0.895166 -0.315180 -0.315182 +vn -0.895166 -0.315180 -0.315182 +vn -0.895166 -0.315180 -0.315182 +vn -0.895163 -0.315185 -0.315185 +vn -0.895163 -0.315185 -0.315185 +vn -0.895163 -0.315185 -0.315185 +vn -0.961822 -0.193517 -0.193517 +vn -0.961822 -0.193517 -0.193517 +vn -0.961822 -0.193517 -0.193517 +vn -0.961822 -0.193520 -0.193516 +vn -0.961822 -0.193520 -0.193516 +vn -0.961822 -0.193520 -0.193516 +vn 0.000001 -0.707104 0.707109 +vn 0.000001 -0.707104 0.707109 +vn 0.000001 -0.707104 0.707109 +vn 0.000000 -0.707121 0.707092 +vn 0.000000 -0.707121 0.707092 +vn 0.000000 -0.707121 0.707092 +vn -0.000001 -0.707089 0.707124 +vn -0.000001 -0.707089 0.707124 +vn -0.000001 -0.707089 0.707124 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn -0.000001 -0.707109 0.707105 +vn -0.000001 -0.707109 0.707105 +vn -0.000001 -0.707109 0.707105 +vn -0.000001 -0.707119 0.707095 +vn -0.000001 -0.707119 0.707095 +vn -0.000001 -0.707119 0.707095 +vn -0.000002 -0.707116 0.707098 +vn -0.000002 -0.707116 0.707098 +vn -0.000002 -0.707116 0.707098 +vn -0.000001 -0.707098 0.707116 +vn -0.000001 -0.707098 0.707116 +vn -0.000001 -0.707098 0.707116 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707112 0.707101 +vn 0.000000 -0.707112 0.707101 +vn 0.000001 -0.707093 0.707121 +vn 0.000001 -0.707093 0.707121 +vn 0.000001 -0.707093 0.707121 +vn 0.000001 -0.707107 0.707106 +vn 0.000001 -0.707108 0.707106 +vn 0.000001 -0.707108 0.707106 +vn 0.000001 -0.707101 0.707113 +vn 0.000001 -0.707101 0.707113 +vn 0.000001 -0.707101 0.707113 +vn 0.000002 -0.707112 0.707102 +vn 0.000002 -0.707112 0.707102 +vn 0.000002 -0.707112 0.707102 +vn 0.000001 -0.707150 0.707064 +vn 0.000001 -0.707150 0.707064 +vn 0.000001 -0.707150 0.707064 +vn 0.000000 -0.707098 0.707116 +vn 0.000000 -0.707098 0.707116 +vn 0.000000 -0.707098 0.707116 +vn 0.000001 -0.707075 0.707139 +vn 0.000001 -0.707075 0.707139 +vn 0.000001 -0.707075 0.707139 +vn 0.000000 -0.707052 0.707162 +vn 0.000000 -0.707052 0.707162 +vn 0.000000 -0.707052 0.707162 +vn 0.000001 -0.707108 0.707106 +vn 0.000001 -0.707108 0.707106 +vn 0.000001 -0.707108 0.707106 +vn 0.000000 -0.707094 0.707120 +vn 0.000000 -0.707094 0.707120 +vn 0.000000 -0.707094 0.707120 +vn -0.000001 -0.707123 0.707090 +vn -0.000001 -0.707123 0.707090 +vn -0.000001 -0.707123 0.707090 +vn -0.000001 -0.707075 0.707138 +vn -0.000001 -0.707075 0.707138 +vn -0.000001 -0.707075 0.707138 +vn 0.000000 -0.707111 0.707103 +vn 0.000000 -0.707111 0.707103 +vn 0.000000 -0.707111 0.707103 +vn -0.000001 -0.707115 0.707099 +vn -0.000001 -0.707115 0.707099 +vn -0.000001 -0.707115 0.707099 +vn -0.000002 -0.707114 0.707100 +vn -0.000002 -0.707114 0.707100 +vn -0.000002 -0.707114 0.707100 +vn 0.000000 -0.707137 0.707076 +vn 0.000000 -0.707137 0.707076 +vn 0.000000 -0.707137 0.707076 +vn 0.000000 -0.707101 0.707112 +vn 0.000000 -0.707101 0.707112 +vn 0.000000 -0.707101 0.707112 +vn 0.000001 -0.707088 0.707126 +vn 0.000001 -0.707088 0.707126 +vn 0.000001 -0.707088 0.707126 +vn 0.000001 -0.707122 0.707092 +vn 0.000001 -0.707122 0.707092 +vn 0.000001 -0.707122 0.707092 +vn 0.000001 -0.707105 0.707109 +vn 0.000001 -0.707105 0.707109 +vn 0.000001 -0.707105 0.707109 +vn 0.000001 -0.707134 0.707080 +vn 0.000001 -0.707134 0.707080 +vn 0.000001 -0.707134 0.707080 +vn -0.000001 -0.706957 0.707256 +vn -0.000001 -0.706957 0.707256 +vn -0.000001 -0.706957 0.707256 +vn 0.000000 0.707113 -0.707100 +vn 0.000000 0.707113 -0.707100 +vn 0.000000 0.707113 -0.707100 +vn 0.000000 0.707104 -0.707109 +vn 0.000000 0.707104 -0.707109 +vn 0.000000 0.707104 -0.707109 +vn 0.000000 0.707114 -0.707099 +vn 0.000000 0.707114 -0.707099 +vn 0.000000 0.707114 -0.707099 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707103 -0.707111 +vn 0.000000 0.707103 -0.707111 +vn 0.000000 0.707103 -0.707111 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707105 -0.707108 +vn 0.000000 0.707105 -0.707108 +vn 0.000000 0.707105 -0.707108 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707111 -0.707102 +vn 0.000000 0.707111 -0.707102 +vn 0.000000 0.707111 -0.707102 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707095 -0.707119 +vn 0.000000 0.707095 -0.707119 +vn 0.000000 0.707095 -0.707118 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707113 -0.707101 +vn 0.000000 0.707093 -0.707120 +vn 0.000000 0.707093 -0.707120 +vn 0.000000 0.707093 -0.707120 +vn 0.000000 0.707136 -0.707077 +vn 0.000000 0.707136 -0.707077 +vn 0.000000 0.707136 -0.707077 +vn 0.000000 0.707075 -0.707139 +vn 0.000000 0.707075 -0.707139 +vn 0.000000 0.707075 -0.707139 +vn 0.000000 0.707123 -0.707091 +vn 0.000000 0.707123 -0.707091 +vn 0.000000 0.707123 -0.707091 +vn 0.000005 0.707076 -0.707138 +vn 0.000005 0.707076 -0.707138 +vn 0.000005 0.707076 -0.707138 +vn 0.000000 0.707093 -0.707121 +vn 0.000000 0.707093 -0.707121 +vn 0.000000 0.707093 -0.707121 +vn 0.000000 0.707104 -0.707109 +vn 0.000000 0.707104 -0.707110 +vn 0.000000 0.707104 -0.707109 +vn 0.000000 0.707113 -0.707100 +vn 0.000000 0.707113 -0.707100 +vn 0.000000 0.707113 -0.707100 +vn 0.000000 0.707103 -0.707111 +vn 0.000000 0.707103 -0.707111 +vn 0.000000 0.707103 -0.707111 +vn 0.000000 0.707115 -0.707099 +vn 0.000000 0.707115 -0.707099 +vn 0.000000 0.707115 -0.707099 +vn 0.000000 0.707095 -0.707119 +vn 0.000000 0.707095 -0.707119 +vn 0.000000 0.707095 -0.707119 +vn 0.000000 0.707121 -0.707092 +vn 0.000000 0.707121 -0.707092 +vn 0.000000 0.707121 -0.707092 +vn 0.000000 0.707102 -0.707112 +vn 0.000000 0.707102 -0.707112 +vn 0.000000 0.707102 -0.707112 +vn 0.000000 0.707103 -0.707110 +vn 0.000000 0.707103 -0.707110 +vn 0.000000 0.707103 -0.707110 +vn 0.000000 0.707089 -0.707125 +vn 0.000000 0.707089 -0.707125 +vn 0.000000 0.707089 -0.707125 +vn 0.000000 0.707135 -0.707079 +vn 0.000000 0.707135 -0.707079 +vn 0.000000 0.707135 -0.707079 +vn 0.000000 0.707107 -0.707107 +vn 0.000000 0.707107 -0.707107 +vn 0.000000 0.707107 -0.707107 +vn 0.000000 0.707136 -0.707078 +vn 0.000000 0.707136 -0.707078 +vn 0.000000 0.707136 -0.707078 +vn 0.000006 0.707017 -0.707197 +vn 0.000006 0.707017 -0.707197 +vn 0.000006 0.707017 -0.707197 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.608761 0.000000 -0.793354 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130464 0.000000 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.130578 0.000000 -0.991438 +vn 0.130579 0.000000 -0.991438 +vn 0.130579 0.000000 -0.991438 +vn 0.130502 0.000000 -0.991448 +vn 0.130502 0.000000 -0.991448 +vn 0.130502 0.000000 -0.991448 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.608761 0.000000 -0.793353 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991442 0.000000 -0.130545 +vn 0.991442 0.000000 -0.130545 +vn 0.991442 0.000000 -0.130545 +vn 0.923907 0.000000 -0.382617 +vn 0.923907 0.000000 -0.382617 +vn 0.923907 0.000000 -0.382617 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130502 0.000000 -0.991448 +vn 0.130502 0.000000 -0.991448 +vn 0.130502 0.000000 -0.991448 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382730 0.000001 -0.923860 +vn 0.382730 0.000001 -0.923860 +vn 0.382730 0.000001 -0.923860 +vn 0.130464 0.000001 -0.991453 +vn 0.130464 0.000001 -0.991453 +vn 0.130464 0.000001 -0.991453 +vn 0.130494 0.000000 -0.991449 +vn 0.130494 0.000000 -0.991449 +vn 0.130494 0.000000 -0.991449 +vn 0.130617 -0.000001 -0.991433 +vn 0.130617 -0.000001 -0.991433 +vn 0.130617 -0.000001 -0.991433 +vn 0.130464 0.000000 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.608761 0.000000 -0.793353 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.991444 0.000000 -0.130535 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.608761 0.000000 -0.793354 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382730 0.000000 -0.923860 +vn 0.382730 0.000000 -0.923860 +vn 0.382730 0.000000 -0.923860 +vn 0.130617 0.000001 -0.991433 +vn 0.130617 0.000001 -0.991433 +vn 0.130617 0.000001 -0.991433 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.793316 0.000000 -0.608810 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608786 0.000000 -0.793335 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793353 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130464 0.000000 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.382697 -0.000001 -0.923874 +vn 0.382697 -0.000001 -0.923874 +vn 0.382697 -0.000001 -0.923874 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.382664 0.000000 -0.923888 +vn 0.608761 0.000000 -0.793353 +vn 0.608761 0.000000 -0.793354 +vn 0.608761 0.000000 -0.793354 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.130617 0.000000 -0.991433 +vn 0.130617 0.000000 -0.991433 +vn 0.130617 0.000000 -0.991433 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.382697 0.000000 -0.923874 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +s off +f 1/1/1 2/2/2 3/3/3 +f 3/3/4 2/2/5 4/4/6 +f 5/5/7 6/6/8 7/7/9 +f 7/7/10 6/6/11 8/8/12 +f 7/7/13 8/8/14 9/9/15 +f 9/9/16 8/8/17 10/10/18 +f 9/9/19 10/10/20 11/11/21 +f 11/11/22 10/10/23 12/12/24 +f 11/11/25 12/12/26 13/13/27 +f 13/13/28 12/12/29 14/14/30 +f 13/13/31 14/14/32 15/15/33 +f 15/15/34 14/14/35 16/16/36 +f 15/15/37 16/16/38 3/3/39 +f 3/3/40 16/16/41 1/1/42 +f 17/17/43 6/6/44 18/18/45 +f 18/18/46 6/6/47 5/5/48 +f 19/19/49 20/20/50 21/21/51 +f 21/21/52 20/20/53 22/22/54 +f 21/21/55 22/22/56 23/23/57 +f 23/23/58 22/22/59 24/24/60 +f 23/23/61 24/24/62 25/25/63 +f 25/25/64 24/24/65 26/26/66 +f 25/25/67 26/26/68 27/27/69 +f 27/27/70 26/26/71 28/28/72 +f 27/27/73 28/28/74 29/29/75 +f 29/29/76 28/28/77 30/30/78 +f 29/29/79 30/30/80 18/18/81 +f 18/18/82 30/30/83 17/17/84 +f 31/31/85 20/20/86 32/32/87 +f 32/32/88 20/20/89 19/19/90 +f 33/33/91 34/34/92 35/35/93 +f 35/35/94 34/34/95 36/36/96 +f 35/35/97 36/36/98 37/37/99 +f 37/37/100 36/36/101 38/38/102 +f 37/37/103 38/38/104 39/39/105 +f 39/39/106 38/38/107 40/40/108 +f 39/39/109 40/40/110 41/41/111 +f 41/41/112 40/40/113 42/42/114 +f 41/41/115 42/42/116 43/43/117 +f 43/43/118 42/42/119 44/44/120 +f 43/43/121 44/44/122 32/32/123 +f 32/32/124 44/44/125 31/31/126 +f 45/45/127 34/34/128 46/46/129 +f 46/46/130 34/34/131 33/33/132 +f 4/4/133 2/2/134 47/47/135 +f 47/47/136 2/2/137 48/48/138 +f 47/47/139 48/48/140 49/49/141 +f 49/49/142 48/48/143 50/50/144 +f 49/49/145 50/50/146 51/51/147 +f 51/51/148 50/50/149 52/52/150 +f 51/51/151 52/52/152 53/53/153 +f 53/53/154 52/52/155 54/54/156 +f 53/53/157 54/54/158 55/55/159 +f 55/55/160 54/54/161 56/56/162 +f 55/55/163 56/56/164 46/46/165 +f 46/46/166 56/56/167 45/45/168 +f 56/56/169 54/54/170 45/45/171 +f 45/45/172 54/54/173 52/52/174 +f 45/45/175 52/52/176 50/50/177 +f 50/50/178 48/48/179 45/45/180 +f 45/45/181 48/48/182 2/2/183 +f 45/45/184 2/2/185 1/1/186 +f 16/16/187 6/6/188 1/1/189 +f 1/1/190 6/6/191 34/34/192 +f 1/1/193 34/34/194 45/45/195 +f 16/16/196 14/14/197 6/6/198 +f 6/6/199 14/14/200 12/12/201 +f 6/6/202 12/12/203 10/10/204 +f 10/10/205 8/8/206 6/6/207 +f 34/34/208 6/6/209 31/31/210 +f 31/31/211 6/6/212 17/17/213 +f 31/31/214 17/17/215 20/20/216 +f 20/20/217 17/17/218 30/30/219 +f 20/20/220 30/30/221 28/28/222 +f 28/28/223 26/26/224 20/20/225 +f 20/20/226 26/26/227 24/24/228 +f 20/20/229 24/24/230 22/22/231 +f 44/44/232 42/42/233 31/31/234 +f 31/31/235 42/42/236 40/40/237 +f 31/31/238 40/40/239 38/38/240 +f 38/38/241 36/36/242 31/31/243 +f 31/31/244 36/36/245 34/34/246 +f 47/47/247 46/46/248 4/4/249 +f 4/4/250 46/46/251 18/18/252 +f 4/4/253 18/18/254 5/5/255 +f 47/47/256 49/49/257 46/46/258 +f 46/46/259 49/49/260 51/51/261 +f 46/46/262 51/51/263 53/53/264 +f 53/53/265 55/55/266 46/46/267 +f 18/18/268 46/46/269 19/19/270 +f 19/19/271 46/46/272 33/33/273 +f 19/19/274 33/33/275 32/32/276 +f 32/32/277 33/33/278 35/35/279 +f 32/32/280 35/35/281 37/37/282 +f 37/37/283 39/39/284 32/32/285 +f 32/32/286 39/39/287 41/41/288 +f 32/32/289 41/41/290 43/43/291 +f 21/21/292 23/23/293 19/19/294 +f 19/19/295 23/23/296 25/25/297 +f 19/19/298 25/25/299 27/27/300 +f 27/27/301 29/29/302 19/19/303 +f 19/19/304 29/29/305 18/18/306 +f 7/7/307 9/9/308 5/5/309 +f 5/5/310 9/9/311 11/11/312 +f 5/5/313 11/11/314 13/13/315 +f 13/13/316 15/15/317 5/5/318 +f 5/5/319 15/15/320 3/3/321 +f 5/5/322 3/3/323 4/4/324 +f 57/57/325 58/58/326 59/59/327 +f 57/57/328 59/59/329 60/60/330 +f 57/57/331 60/60/332 61/61/333 +f 61/61/334 60/60/335 62/62/336 +f 61/61/337 62/62/338 63/63/339 +f 58/58/340 57/57/341 61/61/342 +f 64/64/343 65/65/344 66/66/345 +f 66/66/346 65/65/347 67/67/348 +f 66/66/349 67/67/350 68/68/351 +f 65/65/352 64/64/353 69/69/354 +f 69/69/355 64/64/356 70/70/357 +f 69/69/358 70/70/359 71/71/360 +f 69/69/361 71/71/362 72/72/363 +f 72/72/364 71/71/365 73/73/366 +f 72/72/367 73/73/368 74/74/369 +f 72/72/370 74/74/371 75/75/372 +f 75/75/373 74/74/374 76/76/375 +f 75/75/376 76/76/377 77/77/378 +f 77/77/379 76/76/380 78/78/381 +f 78/78/382 76/76/383 79/79/384 +f 78/78/385 79/79/386 80/80/387 +f 80/80/388 79/79/389 81/81/390 +f 80/80/391 81/81/392 82/82/393 +f 80/80/394 82/82/395 83/83/396 +f 83/83/397 82/82/398 84/84/399 +f 83/83/400 84/84/401 85/85/402 +f 83/83/403 85/85/404 86/86/405 +f 86/86/406 85/85/407 87/87/408 +f 86/86/409 87/87/410 88/88/411 +f 88/88/412 87/87/413 89/89/414 +f 89/89/415 87/87/416 90/90/417 +f 89/89/418 90/90/419 91/91/420 +f 91/91/421 90/90/422 92/92/423 +f 91/91/424 92/92/425 93/93/426 +f 91/91/427 93/93/428 94/94/429 +f 94/94/430 93/93/431 95/95/432 +f 94/94/433 95/95/434 96/96/435 +f 94/94/436 96/96/437 97/97/438 +f 97/97/439 96/96/440 98/98/441 +f 97/97/442 98/98/443 99/99/444 +f 99/99/445 98/98/446 100/100/447 +f 100/100/448 98/98/449 101/101/450 +f 100/100/451 101/101/452 58/58/453 +f 58/58/454 101/101/455 102/102/456 +f 58/58/457 102/102/458 103/103/459 +f 58/58/460 103/103/461 59/59/462 +f 59/59/463 103/103/464 104/104/465 +f 59/59/466 104/104/467 105/105/468 +f 59/59/469 105/105/470 68/68/471 +f 68/68/472 105/105/473 66/66/474 +f 106/106/475 91/91/476 94/94/477 +f 106/106/478 94/94/479 107/107/480 +f 106/106/481 107/107/482 108/108/483 +f 106/106/484 108/108/485 91/91/486 +f 109/109/487 110/110/488 111/111/489 +f 111/111/490 110/110/491 112/112/492 +f 112/112/493 110/110/494 113/113/495 +f 112/112/496 113/113/497 114/114/498 +f 114/114/499 113/113/500 115/115/501 +f 113/113/502 110/110/503 72/72/504 +f 72/72/505 110/110/506 69/69/507 +f 116/116/508 117/117/509 60/60/510 +f 60/60/511 117/117/512 62/62/513 +f 63/63/514 118/118/515 61/61/516 +f 119/119/517 120/120/518 107/107/519 +f 107/107/520 120/120/521 121/121/522 +f 107/107/523 121/121/524 108/108/525 +f 108/108/526 121/121/527 122/122/528 +f 108/108/529 122/122/530 123/123/531 +f 83/83/532 124/124/533 80/80/534 +f 80/80/535 124/124/536 125/125/537 +f 125/125/538 124/124/539 126/126/540 +f 125/125/541 126/126/542 127/127/543 +f 128/128/544 129/129/545 124/124/546 +f 124/124/547 129/129/548 126/126/549 +f 127/127/550 130/130/551 125/125/552 +f 105/105/553 132/131/554 66/66/555 +f 66/66/556 132/131/557 133/132/558 +f 66/66/559 133/132/560 64/64/561 +f 64/64/562 133/132/563 134/133/564 +f 64/64/565 134/133/566 70/70/567 +f 70/70/568 134/133/569 135/134/570 +f 70/70/571 135/134/572 71/71/573 +f 71/71/574 135/134/575 136/135/576 +f 71/71/577 136/135/578 73/73/579 +f 73/73/580 136/135/581 137/136/582 +f 73/73/583 137/136/584 74/74/585 +f 74/74/586 137/136/587 138/137/588 +f 74/74/589 138/137/590 76/76/591 +f 76/76/592 138/137/593 139/138/594 +f 76/76/595 139/138/596 79/79/597 +f 79/79/598 139/138/599 140/139/600 +f 79/79/601 140/139/602 81/81/603 +f 81/81/604 140/139/605 141/140/606 +f 81/81/607 141/140/608 82/82/609 +f 82/82/610 141/140/611 142/141/612 +f 82/82/613 142/141/614 84/84/615 +f 84/84/616 142/141/617 143/142/618 +f 84/84/619 143/142/620 85/85/621 +f 85/85/622 143/142/623 144/143/624 +f 85/85/625 144/143/626 87/87/627 +f 87/87/628 144/143/629 145/144/630 +f 87/87/631 145/144/632 90/90/633 +f 90/90/634 145/144/635 146/145/636 +f 90/90/637 146/145/638 92/92/639 +f 92/92/640 146/145/641 147/146/642 +f 92/92/643 147/146/644 93/93/645 +f 93/93/646 147/146/647 148/147/648 +f 93/93/649 148/147/650 95/95/651 +f 95/95/652 148/147/653 149/148/654 +f 95/95/655 149/148/656 96/96/657 +f 96/96/658 149/148/659 150/149/660 +f 96/96/661 150/149/662 98/98/663 +f 98/98/664 150/149/665 151/150/666 +f 98/98/667 151/150/668 101/101/669 +f 101/101/670 151/150/671 152/151/672 +f 101/101/673 152/151/674 102/102/675 +f 102/102/676 152/151/677 153/152/678 +f 102/102/679 153/152/680 103/103/681 +f 103/103/682 153/152/683 154/153/684 +f 103/103/685 154/153/686 104/104/687 +f 104/104/688 154/153/689 155/154/690 +f 104/104/691 155/154/692 105/105/693 +f 105/105/694 155/154/695 132/131/696 +f 156/155/697 157/156/698 158/157/699 +f 158/157/700 157/156/701 159/158/702 +f 158/157/703 159/158/704 160/159/705 +f 160/159/706 159/158/707 161/160/708 +f 160/159/709 161/160/710 162/161/711 +f 162/161/712 161/160/713 163/162/714 +f 162/161/715 163/162/716 164/163/717 +f 164/163/718 163/162/719 165/164/720 +f 164/163/721 165/164/722 166/165/723 +f 166/165/724 165/164/725 167/166/726 +f 166/165/727 167/166/728 168/167/729 +f 168/167/730 167/166/731 169/168/732 +f 168/167/733 169/168/734 170/169/735 +f 170/169/736 169/168/737 171/170/738 +f 170/169/739 171/170/740 172/171/741 +f 172/171/742 171/170/743 173/172/744 +f 172/171/745 173/172/746 174/173/747 +f 174/173/748 173/172/749 175/174/750 +f 174/173/751 175/174/752 176/175/753 +f 176/175/754 175/174/755 177/176/756 +f 176/175/757 177/176/758 178/177/759 +f 178/177/760 177/176/761 179/178/762 +f 178/177/763 179/178/764 180/179/765 +f 180/179/766 179/178/767 181/180/768 +f 180/179/769 181/180/770 182/181/771 +f 182/181/772 181/180/773 183/182/774 +f 182/181/775 183/182/776 184/183/777 +f 184/183/778 183/182/779 185/184/780 +f 184/183/781 185/184/782 186/185/783 +f 186/185/784 185/184/785 187/186/786 +f 186/185/787 187/186/788 188/187/789 +f 188/187/790 187/186/791 189/188/792 +f 188/187/793 189/188/794 190/189/795 +f 190/189/796 189/188/797 191/190/798 +f 190/189/799 191/190/800 192/191/801 +f 192/191/802 191/190/803 193/192/804 +f 192/191/805 193/192/806 194/193/807 +f 194/193/808 193/192/809 195/194/810 +f 194/193/811 195/194/812 196/195/813 +f 196/195/814 195/194/815 197/196/816 +f 196/195/817 197/196/818 198/197/819 +f 198/197/820 197/196/821 199/198/822 +f 198/197/823 199/198/824 200/199/825 +f 200/199/826 199/198/827 201/200/828 +f 200/199/829 201/200/830 202/201/831 +f 202/201/832 201/200/833 203/202/834 +f 202/201/835 203/202/836 156/155/837 +f 156/155/838 203/202/839 157/156/840 +f 133/132/841 204/203/842 134/133/843 +f 134/133/844 204/203/845 205/204/846 +f 134/133/847 205/204/848 135/134/849 +f 135/134/850 205/204/851 206/205/852 +f 135/134/853 206/205/854 136/135/855 +f 136/135/856 206/205/857 207/206/858 +f 136/135/859 207/206/860 137/136/861 +f 137/136/862 207/206/863 208/207/864 +f 137/136/865 208/207/866 138/137/867 +f 138/137/868 208/207/869 209/208/870 +f 138/137/871 209/208/872 139/138/873 +f 139/138/874 209/208/875 210/209/876 +f 139/138/877 210/209/878 140/139/879 +f 140/139/880 210/209/881 211/210/882 +f 140/139/883 211/210/884 141/140/885 +f 141/140/886 211/210/887 212/211/888 +f 141/140/889 212/211/890 142/141/891 +f 142/141/892 212/211/893 213/212/894 +f 142/141/895 213/212/896 143/142/897 +f 143/142/898 213/212/899 214/213/900 +f 143/142/901 214/213/902 144/143/903 +f 144/143/904 214/213/905 215/214/906 +f 144/143/907 215/214/908 145/144/909 +f 145/144/910 215/214/911 216/215/912 +f 145/144/913 216/215/914 146/145/915 +f 146/145/916 216/215/917 217/216/918 +f 146/145/919 217/216/920 147/146/921 +f 147/146/922 217/216/923 218/217/924 +f 147/146/925 218/217/926 148/147/927 +f 148/147/928 218/217/929 219/218/930 +f 148/147/931 219/218/932 149/148/933 +f 149/148/934 219/218/935 220/219/936 +f 149/148/937 220/219/938 150/149/939 +f 150/149/940 220/219/941 221/220/942 +f 150/149/943 221/220/944 151/150/945 +f 151/150/946 221/220/947 222/221/948 +f 151/150/949 222/221/950 152/151/951 +f 152/151/952 222/221/953 223/222/954 +f 152/151/955 223/222/956 153/152/957 +f 153/152/958 223/222/959 224/223/960 +f 153/152/961 224/223/962 154/153/963 +f 154/153/964 224/223/965 225/224/966 +f 154/153/967 225/224/968 155/154/969 +f 155/154/970 225/224/971 226/225/972 +f 155/154/973 226/225/974 132/131/975 +f 132/131/976 226/225/977 227/226/978 +f 132/131/979 227/226/980 133/132/981 +f 133/132/982 227/226/983 204/203/984 +f 204/203/985 228/227/986 205/204/987 +f 205/204/988 228/227/989 229/228/990 +f 205/204/991 229/228/992 206/205/993 +f 206/205/994 229/228/995 230/229/996 +f 206/205/997 230/229/998 207/206/999 +f 207/206/1000 230/229/1001 231/230/1002 +f 207/206/1003 231/230/1004 208/207/1005 +f 208/207/1006 231/230/1007 232/231/1008 +f 208/207/1009 232/231/1010 209/208/1011 +f 209/208/1012 232/231/1013 233/232/1014 +f 209/208/1015 233/232/1016 210/209/1017 +f 210/209/1018 233/232/1019 234/233/1020 +f 210/209/1021 234/233/1022 211/210/1023 +f 211/210/1024 234/233/1025 235/234/1026 +f 211/210/1027 235/234/1028 212/211/1029 +f 212/211/1030 235/234/1031 236/235/1032 +f 212/211/1033 236/235/1034 213/212/1035 +f 213/212/1036 236/235/1037 237/236/1038 +f 213/212/1039 237/236/1040 214/213/1041 +f 214/213/1042 237/236/1043 238/237/1044 +f 214/213/1045 238/237/1046 215/214/1047 +f 215/214/1048 238/237/1049 239/238/1050 +f 215/214/1051 239/238/1052 216/215/1053 +f 216/215/1054 239/238/1055 240/239/1056 +f 216/215/1057 240/239/1058 217/216/1059 +f 217/216/1060 240/239/1061 241/240/1062 +f 217/216/1063 241/240/1064 218/217/1065 +f 218/217/1066 241/240/1067 242/241/1068 +f 218/217/1069 242/241/1070 219/218/1071 +f 219/218/1072 242/241/1073 243/242/1074 +f 219/218/1075 243/242/1076 220/219/1077 +f 220/219/1078 243/242/1079 244/243/1080 +f 220/219/1081 244/243/1082 221/220/1083 +f 221/220/1084 244/243/1085 245/244/1086 +f 221/220/1087 245/244/1088 222/221/1089 +f 222/221/1090 245/244/1091 246/245/1092 +f 222/221/1093 246/245/1094 223/222/1095 +f 223/222/1096 246/245/1097 247/246/1098 +f 223/222/1099 247/246/1100 224/223/1101 +f 224/223/1102 247/246/1103 248/247/1104 +f 224/223/1105 248/247/1106 225/224/1107 +f 225/224/1108 248/247/1109 249/248/1110 +f 225/224/1111 249/248/1112 226/225/1113 +f 226/225/1114 249/248/1115 250/249/1116 +f 226/225/1117 250/249/1118 227/226/1119 +f 227/226/1120 250/249/1121 251/250/1122 +f 227/226/1123 251/250/1124 204/203/1125 +f 204/203/1126 251/250/1127 228/227/1128 +f 228/227/1129 252/251/1130 229/228/1131 +f 229/228/1132 252/251/1133 253/252/1134 +f 229/228/1135 253/252/1136 230/229/1137 +f 230/229/1138 253/252/1139 254/253/1140 +f 230/229/1141 254/253/1142 231/230/1143 +f 231/230/1144 254/253/1145 255/254/1146 +f 231/230/1147 255/254/1148 232/231/1149 +f 232/231/1150 255/254/1151 256/255/1152 +f 232/231/1153 256/255/1154 233/232/1155 +f 233/232/1156 256/255/1157 257/256/1158 +f 233/232/1159 257/256/1160 234/233/1161 +f 234/233/1162 257/256/1163 258/257/1164 +f 234/233/1165 258/257/1166 235/234/1167 +f 235/234/1168 258/257/1169 259/258/1170 +f 235/234/1171 259/258/1172 236/235/1173 +f 236/235/1174 259/258/1175 260/259/1176 +f 236/235/1177 260/259/1178 237/236/1179 +f 237/236/1180 260/259/1181 261/260/1182 +f 237/236/1183 261/260/1184 238/237/1185 +f 238/237/1186 261/260/1187 262/261/1188 +f 238/237/1189 262/261/1190 239/238/1191 +f 239/238/1192 262/261/1193 263/262/1194 +f 239/238/1195 263/262/1196 240/239/1197 +f 240/239/1198 263/262/1199 264/263/1200 +f 240/239/1201 264/263/1202 241/240/1203 +f 241/240/1204 264/263/1205 265/264/1206 +f 241/240/1207 265/264/1208 242/241/1209 +f 242/241/1210 265/264/1211 266/265/1212 +f 242/241/1213 266/265/1214 243/242/1215 +f 243/242/1216 266/265/1217 267/266/1218 +f 243/242/1219 267/266/1220 244/243/1221 +f 244/243/1222 267/266/1223 268/267/1224 +f 244/243/1225 268/267/1226 245/244/1227 +f 245/244/1228 268/267/1229 269/268/1230 +f 245/244/1231 269/268/1232 246/245/1233 +f 246/245/1234 269/268/1235 270/269/1236 +f 246/245/1237 270/269/1238 247/246/1239 +f 247/246/1240 270/269/1241 271/270/1242 +f 247/246/1243 271/270/1244 248/247/1245 +f 248/247/1246 271/270/1247 272/271/1248 +f 248/247/1249 272/271/1250 249/248/1251 +f 249/248/1252 272/271/1253 273/272/1254 +f 249/248/1255 273/272/1256 250/249/1257 +f 250/249/1258 273/272/1259 274/273/1260 +f 250/249/1261 274/273/1262 251/250/1263 +f 251/250/1264 274/273/1265 275/274/1266 +f 251/250/1267 275/274/1268 228/227/1269 +f 228/227/1270 275/274/1271 252/251/1272 +f 252/251/1273 276/275/1274 253/252/1275 +f 253/252/1276 276/275/1277 277/276/1278 +f 253/252/1279 277/276/1280 254/253/1281 +f 254/253/1282 277/276/1283 278/277/1284 +f 254/253/1285 278/277/1286 255/254/1287 +f 255/254/1288 278/277/1289 279/278/1290 +f 255/254/1291 279/278/1292 256/255/1293 +f 256/255/1294 279/278/1295 280/279/1296 +f 256/255/1297 280/279/1298 257/256/1299 +f 257/256/1300 280/279/1301 281/280/1302 +f 257/256/1303 281/280/1304 258/257/1305 +f 258/257/1306 281/280/1307 282/281/1308 +f 258/257/1309 282/281/1310 259/258/1311 +f 259/258/1312 282/281/1313 283/282/1314 +f 259/258/1315 283/282/1316 260/259/1317 +f 260/259/1318 283/282/1319 284/283/1320 +f 260/259/1321 284/283/1322 261/260/1323 +f 261/260/1324 284/283/1325 285/284/1326 +f 261/260/1327 285/284/1328 262/261/1329 +f 262/261/1330 285/284/1331 286/285/1332 +f 262/261/1333 286/285/1334 263/262/1335 +f 263/262/1336 286/285/1337 287/286/1338 +f 263/262/1339 287/286/1340 264/263/1341 +f 264/263/1342 287/286/1343 288/287/1344 +f 264/263/1345 288/287/1346 265/264/1347 +f 265/264/1348 288/287/1349 289/288/1350 +f 265/264/1351 289/288/1352 266/265/1353 +f 266/265/1354 289/288/1355 290/289/1356 +f 266/265/1357 290/289/1358 267/266/1359 +f 267/266/1360 290/289/1361 291/290/1362 +f 267/266/1363 291/290/1364 268/267/1365 +f 268/267/1366 291/290/1367 292/291/1368 +f 268/267/1369 292/291/1370 269/268/1371 +f 269/268/1372 292/291/1373 293/292/1374 +f 269/268/1375 293/292/1376 270/269/1377 +f 270/269/1378 293/292/1379 294/293/1380 +f 270/269/1381 294/293/1382 271/270/1383 +f 271/270/1384 294/293/1385 295/294/1386 +f 271/270/1387 295/294/1388 272/271/1389 +f 272/271/1390 295/294/1391 296/295/1392 +f 272/271/1393 296/295/1394 273/272/1395 +f 273/272/1396 296/295/1397 297/296/1398 +f 273/272/1399 297/296/1400 274/273/1401 +f 274/273/1402 297/296/1403 298/297/1404 +f 274/273/1405 298/297/1406 275/274/1407 +f 275/274/1408 298/297/1409 299/298/1410 +f 275/274/1411 299/298/1412 252/251/1413 +f 252/251/1414 299/298/1415 276/275/1416 +f 276/275/1417 300/299/1418 277/276/1419 +f 277/276/1420 300/299/1421 301/300/1422 +f 277/276/1423 301/300/1424 278/277/1425 +f 278/277/1426 301/300/1427 302/301/1428 +f 278/277/1429 302/301/1430 279/278/1431 +f 279/278/1432 302/301/1433 303/302/1434 +f 279/278/1435 303/302/1436 280/279/1437 +f 280/279/1438 303/302/1439 304/303/1440 +f 280/279/1441 304/303/1442 281/280/1443 +f 281/280/1444 304/303/1445 305/304/1446 +f 281/280/1447 305/304/1448 282/281/1449 +f 282/281/1450 305/304/1451 306/305/1452 +f 282/281/1453 306/305/1454 283/282/1455 +f 283/282/1456 306/305/1457 307/306/1458 +f 283/282/1459 307/306/1460 284/283/1461 +f 284/283/1462 307/306/1463 308/307/1464 +f 284/283/1465 308/307/1466 285/284/1467 +f 285/284/1468 308/307/1469 309/308/1470 +f 285/284/1471 309/308/1472 286/285/1473 +f 286/285/1474 309/308/1475 310/309/1476 +f 286/285/1477 310/309/1478 287/286/1479 +f 287/286/1480 310/309/1481 311/310/1482 +f 287/286/1483 311/310/1484 288/287/1485 +f 288/287/1486 311/310/1487 312/311/1488 +f 288/287/1489 312/311/1490 289/288/1491 +f 289/288/1492 312/311/1493 313/312/1494 +f 289/288/1495 313/312/1496 290/289/1497 +f 290/289/1498 313/312/1499 314/313/1500 +f 290/289/1501 314/313/1502 291/290/1503 +f 291/290/1504 314/313/1505 315/314/1506 +f 291/290/1507 315/314/1508 292/291/1509 +f 292/291/1510 315/314/1511 316/315/1512 +f 292/291/1513 316/315/1514 293/292/1515 +f 293/292/1516 316/315/1517 317/316/1518 +f 293/292/1519 317/316/1520 294/293/1521 +f 294/293/1522 317/316/1523 318/317/1524 +f 294/293/1525 318/317/1526 295/294/1527 +f 295/294/1528 318/317/1529 319/318/1530 +f 295/294/1531 319/318/1532 296/295/1533 +f 296/295/1534 319/318/1535 320/319/1536 +f 296/295/1537 320/319/1538 297/296/1539 +f 297/296/1540 320/319/1541 321/320/1542 +f 297/296/1543 321/320/1544 298/297/1545 +f 298/297/1546 321/320/1547 322/321/1548 +f 298/297/1549 322/321/1550 299/298/1551 +f 299/298/1552 322/321/1553 323/322/1554 +f 299/298/1555 323/322/1556 276/275/1557 +f 276/275/1558 323/322/1559 300/299/1560 +f 300/299/1561 324/323/1562 301/300/1563 +f 301/300/1564 324/323/1565 325/324/1566 +f 301/300/1567 325/324/1568 302/301/1569 +f 302/301/1570 325/324/1571 326/325/1572 +f 302/301/1573 326/325/1574 303/302/1575 +f 303/302/1576 326/325/1577 327/326/1578 +f 303/302/1579 327/326/1580 304/303/1581 +f 304/303/1582 327/326/1583 328/327/1584 +f 304/303/1585 328/327/1586 305/304/1587 +f 305/304/1588 328/327/1589 329/328/1590 +f 305/304/1591 329/328/1592 306/305/1593 +f 306/305/1594 329/328/1595 330/329/1596 +f 306/305/1597 330/329/1598 307/306/1599 +f 307/306/1600 330/329/1601 331/330/1602 +f 307/306/1603 331/330/1604 308/307/1605 +f 308/307/1606 331/330/1607 332/331/1608 +f 308/307/1609 332/331/1610 309/308/1611 +f 309/308/1612 332/331/1613 333/332/1614 +f 309/308/1615 333/332/1616 310/309/1617 +f 310/309/1618 333/332/1619 334/333/1620 +f 310/309/1621 334/333/1622 311/310/1623 +f 311/310/1624 334/333/1625 335/334/1626 +f 311/310/1627 335/334/1628 312/311/1629 +f 312/311/1630 335/334/1631 336/335/1632 +f 312/311/1633 336/335/1634 313/312/1635 +f 313/312/1636 336/335/1637 337/336/1638 +f 313/312/1639 337/336/1640 314/313/1641 +f 314/313/1642 337/336/1643 338/337/1644 +f 314/313/1645 338/337/1646 315/314/1647 +f 315/314/1648 338/337/1649 339/338/1650 +f 315/314/1651 339/338/1652 316/315/1653 +f 316/315/1654 339/338/1655 340/339/1656 +f 316/315/1657 340/339/1658 317/316/1659 +f 317/316/1660 340/339/1661 341/340/1662 +f 317/316/1663 341/340/1664 318/317/1665 +f 318/317/1666 341/340/1667 342/341/1668 +f 318/317/1669 342/341/1670 319/318/1671 +f 319/318/1672 342/341/1673 343/342/1674 +f 319/318/1675 343/342/1676 320/319/1677 +f 320/319/1678 343/342/1679 344/343/1680 +f 320/319/1681 344/343/1682 321/320/1683 +f 321/320/1684 344/343/1685 345/344/1686 +f 321/320/1687 345/344/1688 322/321/1689 +f 322/321/1690 345/344/1691 346/345/1692 +f 322/321/1693 346/345/1694 323/322/1695 +f 323/322/1696 346/345/1697 347/346/1698 +f 323/322/1699 347/346/1700 300/299/1701 +f 300/299/1702 347/346/1703 324/323/1704 +f 324/323/1705 348/347/1706 325/324/1707 +f 325/324/1708 348/347/1709 349/348/1710 +f 325/324/1711 349/348/1712 326/325/1713 +f 326/325/1714 349/348/1715 350/349/1716 +f 326/325/1717 350/349/1718 327/326/1719 +f 327/326/1720 350/349/1721 351/350/1722 +f 327/326/1723 351/350/1724 328/327/1725 +f 328/327/1726 351/350/1727 352/351/1728 +f 328/327/1729 352/351/1730 329/328/1731 +f 329/328/1732 352/351/1733 353/352/1734 +f 329/328/1735 353/352/1736 330/329/1737 +f 330/329/1738 353/352/1739 354/353/1740 +f 330/329/1741 354/353/1742 331/330/1743 +f 331/330/1744 354/353/1745 355/354/1746 +f 331/330/1747 355/354/1748 332/331/1749 +f 332/331/1750 355/354/1751 356/355/1752 +f 332/331/1753 356/355/1754 333/332/1755 +f 333/332/1756 356/355/1757 357/356/1758 +f 333/332/1759 357/356/1760 334/333/1761 +f 334/333/1762 357/356/1763 358/357/1764 +f 334/333/1765 358/357/1766 335/334/1767 +f 335/334/1768 358/357/1769 359/358/1770 +f 335/334/1771 359/358/1772 336/335/1773 +f 336/335/1774 359/358/1775 360/359/1776 +f 336/335/1777 360/359/1778 337/336/1779 +f 337/336/1780 360/359/1781 361/360/1782 +f 337/336/1783 361/360/1784 338/337/1785 +f 338/337/1786 361/360/1787 362/361/1788 +f 338/337/1789 362/361/1790 339/338/1791 +f 339/338/1792 362/361/1793 363/362/1794 +f 339/338/1795 363/362/1796 340/339/1797 +f 340/339/1798 363/362/1799 364/363/1800 +f 340/339/1801 364/363/1802 341/340/1803 +f 341/340/1804 364/363/1805 365/364/1806 +f 341/340/1807 365/364/1808 342/341/1809 +f 342/341/1810 365/364/1811 366/365/1812 +f 342/341/1813 366/365/1814 343/342/1815 +f 343/342/1816 366/365/1817 367/366/1818 +f 343/342/1819 367/366/1820 344/343/1821 +f 344/343/1822 367/366/1823 368/367/1824 +f 344/343/1825 368/367/1826 345/344/1827 +f 345/344/1828 368/367/1829 369/368/1830 +f 345/344/1831 369/368/1832 346/345/1833 +f 346/345/1834 369/368/1835 370/369/1836 +f 346/345/1837 370/369/1838 347/346/1839 +f 347/346/1840 370/369/1841 371/370/1842 +f 347/346/1843 371/370/1844 324/323/1845 +f 324/323/1846 371/370/1847 348/347/1848 +f 348/347/1849 372/371/1850 349/348/1851 +f 349/348/1852 372/371/1853 373/372/1854 +f 349/348/1855 373/372/1856 350/349/1857 +f 350/349/1858 373/372/1859 374/373/1860 +f 350/349/1861 374/373/1862 351/350/1863 +f 351/350/1864 374/373/1865 375/374/1866 +f 351/350/1867 375/374/1868 352/351/1869 +f 352/351/1870 375/374/1871 376/375/1872 +f 352/351/1873 376/375/1874 353/352/1875 +f 353/352/1876 376/375/1877 377/376/1878 +f 353/352/1879 377/376/1880 354/353/1881 +f 354/353/1882 377/376/1883 378/377/1884 +f 354/353/1885 378/377/1886 355/354/1887 +f 355/354/1888 378/377/1889 379/378/1890 +f 355/354/1891 379/378/1892 356/355/1893 +f 356/355/1894 379/378/1895 380/379/1896 +f 356/355/1897 380/379/1898 357/356/1899 +f 357/356/1900 380/379/1901 381/380/1902 +f 357/356/1903 381/380/1904 358/357/1905 +f 358/357/1906 381/380/1907 382/381/1908 +f 358/357/1909 382/381/1910 359/358/1911 +f 359/358/1912 382/381/1913 383/382/1914 +f 359/358/1915 383/382/1916 360/359/1917 +f 360/359/1918 383/382/1919 384/383/1920 +f 360/359/1921 384/383/1922 361/360/1923 +f 361/360/1924 384/383/1925 385/384/1926 +f 361/360/1927 385/384/1928 362/361/1929 +f 362/361/1930 385/384/1931 386/385/1932 +f 362/361/1933 386/385/1934 363/362/1935 +f 363/362/1936 386/385/1937 387/386/1938 +f 363/362/1939 387/386/1940 364/363/1941 +f 364/363/1942 387/386/1943 388/387/1944 +f 364/363/1945 388/387/1946 365/364/1947 +f 365/364/1948 388/387/1949 389/388/1950 +f 365/364/1951 389/388/1952 366/365/1953 +f 366/365/1954 389/388/1955 390/389/1956 +f 366/365/1957 390/389/1958 367/366/1959 +f 367/366/1960 390/389/1961 391/390/1962 +f 367/366/1963 391/390/1964 368/367/1965 +f 368/367/1966 391/390/1967 392/391/1968 +f 368/367/1969 392/391/1970 369/368/1971 +f 369/368/1972 392/391/1973 393/392/1974 +f 369/368/1975 393/392/1976 370/369/1977 +f 370/369/1978 393/392/1979 394/393/1980 +f 370/369/1981 394/393/1982 371/370/1983 +f 371/370/1984 394/393/1985 395/394/1986 +f 371/370/1987 395/394/1988 348/347/1989 +f 348/347/1990 395/394/1991 372/371/1992 +f 372/371/1993 396/395/1994 373/372/1995 +f 373/372/1996 396/395/1997 397/396/1998 +f 373/372/1999 397/396/2000 374/373/2001 +f 374/373/2002 397/396/2003 398/397/2004 +f 374/373/2005 398/397/2006 375/374/2007 +f 375/374/2008 398/397/2009 399/398/2010 +f 375/374/2011 399/398/2012 376/375/2013 +f 376/375/2014 399/398/2015 400/399/2016 +f 376/375/2017 400/399/2018 377/376/2019 +f 377/376/2020 400/399/2021 401/400/2022 +f 377/376/2023 401/400/2024 378/377/2025 +f 378/377/2026 401/400/2027 402/401/2028 +f 378/377/2029 402/401/2030 379/378/2031 +f 379/378/2032 402/401/2033 403/402/2034 +f 379/378/2035 403/402/2036 380/379/2037 +f 380/379/2038 403/402/2039 404/403/2040 +f 380/379/2041 404/403/2042 381/380/2043 +f 381/380/2044 404/403/2045 405/404/2046 +f 381/380/2047 405/404/2048 382/381/2049 +f 382/381/2050 405/404/2051 406/405/2052 +f 382/381/2053 406/405/2054 383/382/2055 +f 383/382/2056 406/405/2057 407/406/2058 +f 383/382/2059 407/406/2060 384/383/2061 +f 384/383/2062 407/406/2063 408/407/2064 +f 384/383/2065 408/407/2066 385/384/2067 +f 385/384/2068 408/407/2069 409/408/2070 +f 385/384/2071 409/408/2072 386/385/2073 +f 386/385/2074 409/408/2075 410/409/2076 +f 386/385/2077 410/409/2078 387/386/2079 +f 387/386/2080 410/409/2081 411/410/2082 +f 387/386/2083 411/410/2084 388/387/2085 +f 388/387/2086 411/410/2087 412/411/2088 +f 388/387/2089 412/411/2090 389/388/2091 +f 389/388/2092 412/411/2093 413/412/2094 +f 389/388/2095 413/412/2096 390/389/2097 +f 390/389/2098 413/412/2099 414/413/2100 +f 390/389/2101 414/413/2102 391/390/2103 +f 391/390/2104 414/413/2105 415/414/2106 +f 391/390/2107 415/414/2108 392/391/2109 +f 392/391/2110 415/414/2111 416/415/2112 +f 392/391/2113 416/415/2114 393/392/2115 +f 393/392/2116 416/415/2117 417/416/2118 +f 393/392/2119 417/416/2120 394/393/2121 +f 394/393/2122 417/416/2123 418/417/2124 +f 394/393/2125 418/417/2126 395/394/2127 +f 395/394/2128 418/417/2129 419/418/2130 +f 395/394/2131 419/418/2132 372/371/2133 +f 372/371/2134 419/418/2135 396/395/2136 +f 396/395/2137 420/419/2138 397/396/2139 +f 397/396/2140 420/419/2141 421/420/2142 +f 397/396/2143 421/420/2144 398/397/2145 +f 398/397/2146 421/420/2147 422/421/2148 +f 398/397/2149 422/421/2150 399/398/2151 +f 399/398/2152 422/421/2153 423/422/2154 +f 399/398/2155 423/422/2156 400/399/2157 +f 400/399/2158 423/422/2159 424/423/2160 +f 400/399/2161 424/423/2162 401/400/2163 +f 401/400/2164 424/423/2165 425/424/2166 +f 401/400/2167 425/424/2168 402/401/2169 +f 402/401/2170 425/424/2171 426/425/2172 +f 402/401/2173 426/425/2174 403/402/2175 +f 403/402/2176 426/425/2177 427/426/2178 +f 403/402/2179 427/426/2180 404/403/2181 +f 404/403/2182 427/426/2183 428/427/2184 +f 404/403/2185 428/427/2186 405/404/2187 +f 405/404/2188 428/427/2189 429/428/2190 +f 405/404/2191 429/428/2192 406/405/2193 +f 406/405/2194 429/428/2195 430/429/2196 +f 406/405/2197 430/429/2198 407/406/2199 +f 407/406/2200 430/429/2201 431/430/2202 +f 407/406/2203 431/430/2204 408/407/2205 +f 408/407/2206 431/430/2207 432/431/2208 +f 408/407/2209 432/431/2210 409/408/2211 +f 409/408/2212 432/431/2213 433/432/2214 +f 409/408/2215 433/432/2216 410/409/2217 +f 410/409/2218 433/432/2219 434/433/2220 +f 410/409/2221 434/433/2222 411/410/2223 +f 411/410/2224 434/433/2225 435/434/2226 +f 411/410/2227 435/434/2228 412/411/2229 +f 412/411/2230 435/434/2231 436/435/2232 +f 412/411/2233 436/435/2234 413/412/2235 +f 413/412/2236 436/435/2237 437/436/2238 +f 413/412/2239 437/436/2240 414/413/2241 +f 414/413/2242 437/436/2243 438/437/2244 +f 414/413/2245 438/437/2246 415/414/2247 +f 415/414/2248 438/437/2249 439/438/2250 +f 415/414/2251 439/438/2252 416/415/2253 +f 416/415/2254 439/438/2255 440/439/2256 +f 416/415/2257 440/439/2258 417/416/2259 +f 417/416/2260 440/439/2261 441/440/2262 +f 417/416/2263 441/440/2264 418/417/2265 +f 418/417/2266 441/440/2267 442/441/2268 +f 418/417/2269 442/441/2270 419/418/2271 +f 419/418/2272 442/441/2273 443/442/2274 +f 419/418/2275 443/442/2276 396/395/2277 +f 396/395/2278 443/442/2279 420/419/2280 +f 420/419/2281 444/443/2282 421/420/2283 +f 421/420/2284 444/443/2285 445/444/2286 +f 421/420/2287 445/444/2288 422/421/2289 +f 422/421/2290 445/444/2291 446/445/2292 +f 422/421/2293 446/445/2294 423/422/2295 +f 423/422/2296 446/445/2297 447/446/2298 +f 423/422/2299 447/446/2300 424/423/2301 +f 424/423/2302 447/446/2303 448/447/2304 +f 424/423/2305 448/447/2306 425/424/2307 +f 425/424/2308 448/447/2309 449/448/2310 +f 425/424/2311 449/448/2312 426/425/2313 +f 426/425/2314 449/448/2315 450/449/2316 +f 426/425/2317 450/449/2318 427/426/2319 +f 427/426/2320 450/449/2321 451/450/2322 +f 427/426/2323 451/450/2324 428/427/2325 +f 428/427/2326 451/450/2327 452/451/2328 +f 428/427/2329 452/451/2330 429/428/2331 +f 429/428/2332 452/451/2333 453/452/2334 +f 429/428/2335 453/452/2336 430/429/2337 +f 430/429/2338 453/452/2339 454/453/2340 +f 430/429/2341 454/453/2342 431/430/2343 +f 431/430/2344 454/453/2345 455/454/2346 +f 431/430/2347 455/454/2348 432/431/2349 +f 432/431/2350 455/454/2351 456/455/2352 +f 432/431/2353 456/455/2354 433/432/2355 +f 433/432/2356 456/455/2357 457/456/2358 +f 433/432/2359 457/456/2360 434/433/2361 +f 434/433/2362 457/456/2363 458/457/2364 +f 434/433/2365 458/457/2366 435/434/2367 +f 435/434/2368 458/457/2369 459/458/2370 +f 435/434/2371 459/458/2372 436/435/2373 +f 436/435/2374 459/458/2375 460/459/2376 +f 436/435/2377 460/459/2378 437/436/2379 +f 437/436/2380 460/459/2381 461/460/2382 +f 437/436/2383 461/460/2384 438/437/2385 +f 438/437/2386 461/460/2387 462/461/2388 +f 438/437/2389 462/461/2390 439/438/2391 +f 439/438/2392 462/461/2393 463/462/2394 +f 439/438/2395 463/462/2396 440/439/2397 +f 440/439/2398 463/462/2399 464/463/2400 +f 440/439/2401 464/463/2402 441/440/2403 +f 441/440/2404 464/463/2405 465/464/2406 +f 441/440/2407 465/464/2408 442/441/2409 +f 442/441/2410 465/464/2411 466/465/2412 +f 442/441/2413 466/465/2414 443/442/2415 +f 443/442/2416 466/465/2417 467/466/2418 +f 443/442/2419 467/466/2420 420/419/2421 +f 420/419/2422 467/466/2423 444/443/2424 +f 444/443/2425 468/467/2426 445/444/2427 +f 445/444/2428 468/467/2429 469/468/2430 +f 445/444/2431 469/468/2432 446/445/2433 +f 446/445/2434 469/468/2435 470/469/2436 +f 446/445/2437 470/469/2438 447/446/2439 +f 447/446/2440 470/469/2441 471/470/2442 +f 447/446/2443 471/470/2444 448/447/2445 +f 448/447/2446 471/470/2447 472/471/2448 +f 448/447/2449 472/471/2450 449/448/2451 +f 449/448/2452 472/471/2453 473/472/2454 +f 449/448/2455 473/472/2456 450/449/2457 +f 450/449/2458 473/472/2459 474/473/2460 +f 450/449/2461 474/473/2462 451/450/2463 +f 451/450/2464 474/473/2465 475/474/2466 +f 451/450/2467 475/474/2468 452/451/2469 +f 452/451/2470 475/474/2471 476/475/2472 +f 452/451/2473 476/475/2474 453/452/2475 +f 453/452/2476 476/475/2477 477/476/2478 +f 453/452/2479 477/476/2480 454/453/2481 +f 454/453/2482 477/476/2483 478/477/2484 +f 454/453/2485 478/477/2486 455/454/2487 +f 455/454/2488 478/477/2489 479/478/2490 +f 455/454/2491 479/478/2492 456/455/2493 +f 456/455/2494 479/478/2495 480/479/2496 +f 456/455/2497 480/479/2498 457/456/2499 +f 457/456/2500 480/479/2501 481/480/2502 +f 457/456/2503 481/480/2504 458/457/2505 +f 458/457/2506 481/480/2507 482/481/2508 +f 458/457/2509 482/481/2510 459/458/2511 +f 459/458/2512 482/481/2513 483/482/2514 +f 459/458/2515 483/482/2516 460/459/2517 +f 460/459/2518 483/482/2519 484/483/2520 +f 460/459/2521 484/483/2522 461/460/2523 +f 461/460/2524 484/483/2525 485/484/2526 +f 461/460/2527 485/484/2528 462/461/2529 +f 462/461/2530 485/484/2531 486/485/2532 +f 462/461/2533 486/485/2534 463/462/2535 +f 463/462/2536 486/485/2537 487/486/2538 +f 463/462/2539 487/486/2540 464/463/2541 +f 464/463/2542 487/486/2543 488/487/2544 +f 464/463/2545 488/487/2546 465/464/2547 +f 465/464/2548 488/487/2549 489/488/2550 +f 465/464/2551 489/488/2552 466/465/2553 +f 466/465/2554 489/488/2555 490/489/2556 +f 466/465/2557 490/489/2558 467/466/2559 +f 467/466/2560 490/489/2561 491/490/2562 +f 467/466/2563 491/490/2564 444/443/2565 +f 444/443/2566 491/490/2567 468/467/2568 +f 468/467/2569 492/491/2570 469/468/2571 +f 469/468/2572 492/491/2573 493/492/2574 +f 469/468/2575 493/492/2576 470/469/2577 +f 470/469/2578 493/492/2579 494/493/2580 +f 470/469/2581 494/493/2582 471/470/2583 +f 471/470/2584 494/493/2585 495/494/2586 +f 471/470/2587 495/494/2588 472/471/2589 +f 472/471/2590 495/494/2591 496/495/2592 +f 472/471/2593 496/495/2594 473/472/2595 +f 473/472/2596 496/495/2597 497/496/2598 +f 473/472/2599 497/496/2600 474/473/2601 +f 474/473/2602 497/496/2603 498/497/2604 +f 474/473/2605 498/497/2606 475/474/2607 +f 475/474/2608 498/497/2609 499/498/2610 +f 475/474/2611 499/498/2612 476/475/2613 +f 476/475/2614 499/498/2615 500/499/2616 +f 476/475/2617 500/499/2618 477/476/2619 +f 477/476/2620 500/499/2621 501/500/2622 +f 477/476/2623 501/500/2624 478/477/2625 +f 478/477/2626 501/500/2627 502/501/2628 +f 478/477/2629 502/501/2630 479/478/2631 +f 479/478/2632 502/501/2633 503/502/2634 +f 479/478/2635 503/502/2636 480/479/2637 +f 480/479/2638 503/502/2639 504/503/2640 +f 480/479/2641 504/503/2642 481/480/2643 +f 481/480/2644 504/503/2645 505/504/2646 +f 481/480/2647 505/504/2648 482/481/2649 +f 482/481/2650 505/504/2651 506/505/2652 +f 482/481/2653 506/505/2654 483/482/2655 +f 483/482/2656 506/505/2657 507/506/2658 +f 483/482/2659 507/506/2660 484/483/2661 +f 484/483/2662 507/506/2663 508/507/2664 +f 484/483/2665 508/507/2666 485/484/2667 +f 485/484/2668 508/507/2669 509/508/2670 +f 485/484/2671 509/508/2672 486/485/2673 +f 486/485/2674 509/508/2675 510/509/2676 +f 486/485/2677 510/509/2678 487/486/2679 +f 487/486/2680 510/509/2681 511/510/2682 +f 487/486/2683 511/510/2684 488/487/2685 +f 488/487/2686 511/510/2687 512/511/2688 +f 488/487/2689 512/511/2690 489/488/2691 +f 489/488/2692 512/511/2693 513/512/2694 +f 489/488/2695 513/512/2696 490/489/2697 +f 490/489/2698 513/512/2699 514/513/2700 +f 490/489/2701 514/513/2702 491/490/2703 +f 491/490/2704 514/513/2705 515/514/2706 +f 491/490/2707 515/514/2708 468/467/2709 +f 468/467/2710 515/514/2711 492/491/2712 +f 492/491/2713 516/515/2714 493/492/2715 +f 493/492/2716 516/515/2717 517/516/2718 +f 493/492/2719 517/516/2720 494/493/2721 +f 494/493/2722 517/516/2723 518/517/2724 +f 494/493/2725 518/517/2726 495/494/2727 +f 495/494/2728 518/517/2729 519/518/2730 +f 495/494/2731 519/518/2732 496/495/2733 +f 496/495/2734 519/518/2735 520/519/2736 +f 496/495/2737 520/519/2738 497/496/2739 +f 497/496/2740 520/519/2741 521/520/2742 +f 497/496/2743 521/520/2744 498/497/2745 +f 498/497/2746 521/520/2747 522/521/2748 +f 498/497/2749 522/521/2750 499/498/2751 +f 499/498/2752 522/521/2753 523/522/2754 +f 499/498/2755 523/522/2756 500/499/2757 +f 500/499/2758 523/522/2759 524/523/2760 +f 500/499/2761 524/523/2762 501/500/2763 +f 501/500/2764 524/523/2765 525/524/2766 +f 501/500/2767 525/524/2768 502/501/2769 +f 502/501/2770 525/524/2771 526/525/2772 +f 502/501/2773 526/525/2774 503/502/2775 +f 503/502/2776 526/525/2777 527/526/2778 +f 503/502/2779 527/526/2780 504/503/2781 +f 504/503/2782 527/526/2783 528/527/2784 +f 504/503/2785 528/527/2786 505/504/2787 +f 505/504/2788 528/527/2789 529/528/2790 +f 505/504/2791 529/528/2792 506/505/2793 +f 506/505/2794 529/528/2795 530/529/2796 +f 506/505/2797 530/529/2798 507/506/2799 +f 507/506/2800 530/529/2801 531/530/2802 +f 507/506/2803 531/530/2804 508/507/2805 +f 508/507/2806 531/530/2807 532/531/2808 +f 508/507/2809 532/531/2810 509/508/2811 +f 509/508/2812 532/531/2813 533/532/2814 +f 509/508/2815 533/532/2816 510/509/2817 +f 510/509/2818 533/532/2819 534/533/2820 +f 510/509/2821 534/533/2822 511/510/2823 +f 511/510/2824 534/533/2825 535/534/2826 +f 511/510/2827 535/534/2828 512/511/2829 +f 512/511/2830 535/534/2831 536/535/2832 +f 512/511/2833 536/535/2834 513/512/2835 +f 513/512/2836 536/535/2837 537/536/2838 +f 513/512/2839 537/536/2840 514/513/2841 +f 514/513/2842 537/536/2843 538/537/2844 +f 514/513/2845 538/537/2846 515/514/2847 +f 515/514/2848 538/537/2849 539/538/2850 +f 515/514/2851 539/538/2852 492/491/2853 +f 492/491/2854 539/538/2855 516/515/2856 +f 516/515/2857 540/539/2858 517/516/2859 +f 517/516/2860 540/539/2861 541/540/2862 +f 517/516/2863 541/540/2864 518/517/2865 +f 518/517/2866 541/540/2867 542/541/2868 +f 518/517/2869 542/541/2870 519/518/2871 +f 519/518/2872 542/541/2873 543/542/2874 +f 519/518/2875 543/542/2876 520/519/2877 +f 520/519/2878 543/542/2879 544/543/2880 +f 520/519/2881 544/543/2882 521/520/2883 +f 521/520/2884 544/543/2885 545/544/2886 +f 521/520/2887 545/544/2888 522/521/2889 +f 522/521/2890 545/544/2891 546/545/2892 +f 522/521/2893 546/545/2894 523/522/2895 +f 523/522/2896 546/545/2897 547/546/2898 +f 523/522/2899 547/546/2900 524/523/2901 +f 524/523/2902 547/546/2903 548/547/2904 +f 524/523/2905 548/547/2906 525/524/2907 +f 525/524/2908 548/547/2909 549/548/2910 +f 525/524/2911 549/548/2912 526/525/2913 +f 526/525/2914 549/548/2915 550/549/2916 +f 526/525/2917 550/549/2918 527/526/2919 +f 527/526/2920 550/549/2921 551/550/2922 +f 527/526/2923 551/550/2924 528/527/2925 +f 528/527/2926 551/550/2927 552/551/2928 +f 528/527/2929 552/551/2930 529/528/2931 +f 529/528/2932 552/551/2933 553/552/2934 +f 529/528/2935 553/552/2936 530/529/2937 +f 530/529/2938 553/552/2939 554/553/2940 +f 530/529/2941 554/553/2942 531/530/2943 +f 531/530/2944 554/553/2945 555/554/2946 +f 531/530/2947 555/554/2948 532/531/2949 +f 532/531/2950 555/554/2951 556/555/2952 +f 532/531/2953 556/555/2954 533/532/2955 +f 533/532/2956 556/555/2957 557/556/2958 +f 533/532/2959 557/556/2960 534/533/2961 +f 534/533/2962 557/556/2963 558/557/2964 +f 534/533/2965 558/557/2966 535/534/2967 +f 535/534/2968 558/557/2969 559/558/2970 +f 535/534/2971 559/558/2972 536/535/2973 +f 536/535/2974 559/558/2975 560/559/2976 +f 536/535/2977 560/559/2978 537/536/2979 +f 537/536/2980 560/559/2981 561/560/2982 +f 537/536/2983 561/560/2984 538/537/2985 +f 538/537/2986 561/560/2987 562/561/2988 +f 538/537/2989 562/561/2990 539/538/2991 +f 539/538/2992 562/561/2993 563/562/2994 +f 539/538/2995 563/562/2996 516/515/2997 +f 516/515/2998 563/562/2999 540/539/3000 +f 540/539/3001 564/563/3002 541/540/3003 +f 541/540/3004 564/563/3005 565/564/3006 +f 541/540/3007 565/564/3008 542/541/3009 +f 542/541/3010 565/564/3011 566/565/3012 +f 542/541/3013 566/565/3014 543/542/3015 +f 543/542/3016 566/565/3017 567/566/3018 +f 543/542/3019 567/566/3020 544/543/3021 +f 544/543/3022 567/566/3023 568/567/3024 +f 544/543/3025 568/567/3026 545/544/3027 +f 545/544/3028 568/567/3029 569/568/3030 +f 545/544/3031 569/568/3032 546/545/3033 +f 546/545/3034 569/568/3035 570/569/3036 +f 546/545/3037 570/569/3038 547/546/3039 +f 547/546/3040 570/569/3041 571/570/3042 +f 547/546/3043 571/570/3044 548/547/3045 +f 548/547/3046 571/570/3047 572/571/3048 +f 548/547/3049 572/571/3050 549/548/3051 +f 549/548/3052 572/571/3053 573/572/3054 +f 549/548/3055 573/572/3056 550/549/3057 +f 550/549/3058 573/572/3059 574/573/3060 +f 550/549/3061 574/573/3062 551/550/3063 +f 551/550/3064 574/573/3065 575/574/3066 +f 551/550/3067 575/574/3068 552/551/3069 +f 552/551/3070 575/574/3071 576/575/3072 +f 552/551/3073 576/575/3074 553/552/3075 +f 553/552/3076 576/575/3077 577/576/3078 +f 553/552/3079 577/576/3080 554/553/3081 +f 554/553/3082 577/576/3083 578/577/3084 +f 554/553/3085 578/577/3086 555/554/3087 +f 555/554/3088 578/577/3089 579/578/3090 +f 555/554/3091 579/578/3092 556/555/3093 +f 556/555/3094 579/578/3095 580/579/3096 +f 556/555/3097 580/579/3098 557/556/3099 +f 557/556/3100 580/579/3101 581/580/3102 +f 557/556/3103 581/580/3104 558/557/3105 +f 558/557/3106 581/580/3107 582/581/3108 +f 558/557/3109 582/581/3110 559/558/3111 +f 559/558/3112 582/581/3113 583/582/3114 +f 559/558/3115 583/582/3116 560/559/3117 +f 560/559/3118 583/582/3119 584/583/3120 +f 560/559/3121 584/583/3122 561/560/3123 +f 561/560/3124 584/583/3125 585/584/3126 +f 561/560/3127 585/584/3128 562/561/3129 +f 562/561/3130 585/584/3131 586/585/3132 +f 562/561/3133 586/585/3134 563/562/3135 +f 563/562/3136 586/585/3137 587/586/3138 +f 563/562/3139 587/586/3140 540/539/3141 +f 540/539/3142 587/586/3143 564/563/3144 +f 564/563/3145 588/587/3146 565/564/3147 +f 565/564/3148 588/587/3149 589/588/3150 +f 565/564/3151 589/588/3152 566/565/3153 +f 566/565/3154 589/588/3155 590/589/3156 +f 566/565/3157 590/589/3158 567/566/3159 +f 567/566/3160 590/589/3161 591/590/3162 +f 567/566/3163 591/590/3164 568/567/3165 +f 568/567/3166 591/590/3167 592/591/3168 +f 568/567/3169 592/591/3170 569/568/3171 +f 569/568/3172 592/591/3173 593/592/3174 +f 569/568/3175 593/592/3176 570/569/3177 +f 570/569/3178 593/592/3179 594/593/3180 +f 570/569/3181 594/593/3182 571/570/3183 +f 571/570/3184 594/593/3185 595/594/3186 +f 571/570/3187 595/594/3188 572/571/3189 +f 572/571/3190 595/594/3191 596/595/3192 +f 572/571/3193 596/595/3194 573/572/3195 +f 573/572/3196 596/595/3197 597/596/3198 +f 573/572/3199 597/596/3200 574/573/3201 +f 574/573/3202 597/596/3203 598/597/3204 +f 574/573/3205 598/597/3206 575/574/3207 +f 575/574/3208 598/597/3209 599/598/3210 +f 575/574/3211 599/598/3212 576/575/3213 +f 576/575/3214 599/598/3215 600/599/3216 +f 576/575/3217 600/599/3218 577/576/3219 +f 577/576/3220 600/599/3221 601/600/3222 +f 577/576/3223 601/600/3224 578/577/3225 +f 578/577/3226 601/600/3227 602/601/3228 +f 578/577/3229 602/601/3230 579/578/3231 +f 579/578/3232 602/601/3233 603/602/3234 +f 579/578/3235 603/602/3236 580/579/3237 +f 580/579/3238 603/602/3239 604/603/3240 +f 580/579/3241 604/603/3242 581/580/3243 +f 581/580/3244 604/603/3245 605/604/3246 +f 581/580/3247 605/604/3248 582/581/3249 +f 582/581/3250 605/604/3251 606/605/3252 +f 582/581/3253 606/605/3254 583/582/3255 +f 583/582/3256 606/605/3257 607/606/3258 +f 583/582/3259 607/606/3260 584/583/3261 +f 584/583/3262 607/606/3263 608/607/3264 +f 584/583/3265 608/607/3266 585/584/3267 +f 585/584/3268 608/607/3269 609/608/3270 +f 585/584/3271 609/608/3272 586/585/3273 +f 586/585/3274 609/608/3275 610/609/3276 +f 586/585/3277 610/609/3278 587/586/3279 +f 587/586/3280 610/609/3281 611/610/3282 +f 587/586/3283 611/610/3284 564/563/3285 +f 564/563/3286 611/610/3287 588/587/3288 +f 588/587/3289 612/611/3290 589/588/3291 +f 589/588/3292 612/611/3293 613/612/3294 +f 589/588/3295 613/612/3296 590/589/3297 +f 590/589/3298 613/612/3299 614/613/3300 +f 590/589/3301 614/613/3302 591/590/3303 +f 591/590/3304 614/613/3305 615/614/3306 +f 591/590/3307 615/614/3308 592/591/3309 +f 592/591/3310 615/614/3311 616/615/3312 +f 592/591/3313 616/615/3314 593/592/3315 +f 593/592/3316 616/615/3317 617/616/3318 +f 593/592/3319 617/616/3320 594/593/3321 +f 594/593/3322 617/616/3323 618/617/3324 +f 594/593/3325 618/617/3326 595/594/3327 +f 595/594/3328 618/617/3329 619/618/3330 +f 595/594/3331 619/618/3332 596/595/3333 +f 596/595/3334 619/618/3335 620/619/3336 +f 596/595/3337 620/619/3338 597/596/3339 +f 597/596/3340 620/619/3341 621/620/3342 +f 597/596/3343 621/620/3344 598/597/3345 +f 598/597/3346 621/620/3347 622/621/3348 +f 598/597/3349 622/621/3350 599/598/3351 +f 599/598/3352 622/621/3353 623/622/3354 +f 599/598/3355 623/622/3356 600/599/3357 +f 600/599/3358 623/622/3359 624/623/3360 +f 600/599/3361 624/623/3362 601/600/3363 +f 601/600/3364 624/623/3365 625/624/3366 +f 601/600/3367 625/624/3368 602/601/3369 +f 602/601/3370 625/624/3371 626/625/3372 +f 602/601/3373 626/625/3374 603/602/3375 +f 603/602/3376 626/625/3377 627/626/3378 +f 603/602/3379 627/626/3380 604/603/3381 +f 604/603/3382 627/626/3383 628/627/3384 +f 604/603/3385 628/627/3386 605/604/3387 +f 605/604/3388 628/627/3389 629/628/3390 +f 605/604/3391 629/628/3392 606/605/3393 +f 606/605/3394 629/628/3395 630/629/3396 +f 606/605/3397 630/629/3398 607/606/3399 +f 607/606/3400 630/629/3401 631/630/3402 +f 607/606/3403 631/630/3404 608/607/3405 +f 608/607/3406 631/630/3407 632/631/3408 +f 608/607/3409 632/631/3410 609/608/3411 +f 609/608/3412 632/631/3413 633/632/3414 +f 609/608/3415 633/632/3416 610/609/3417 +f 610/609/3418 633/632/3419 634/633/3420 +f 610/609/3421 634/633/3422 611/610/3423 +f 611/610/3424 634/633/3425 635/634/3426 +f 611/610/3427 635/634/3428 588/587/3429 +f 588/587/3430 635/634/3431 612/611/3432 +f 612/611/3433 636/635/3434 613/612/3435 +f 613/612/3436 636/635/3437 637/636/3438 +f 613/612/3439 637/636/3440 614/613/3441 +f 614/613/3442 637/636/3443 638/637/3444 +f 614/613/3445 638/637/3446 615/614/3447 +f 615/614/3448 638/637/3449 639/638/3450 +f 615/614/3451 639/638/3452 616/615/3453 +f 616/615/3454 639/638/3455 640/639/3456 +f 616/615/3457 640/639/3458 617/616/3459 +f 617/616/3460 640/639/3461 641/640/3462 +f 617/616/3463 641/640/3464 618/617/3465 +f 618/617/3466 641/640/3467 642/641/3468 +f 618/617/3469 642/641/3470 619/618/3471 +f 619/618/3472 642/641/3473 643/642/3474 +f 619/618/3475 643/642/3476 620/619/3477 +f 620/619/3478 643/642/3479 644/643/3480 +f 620/619/3481 644/643/3482 621/620/3483 +f 621/620/3484 644/643/3485 645/644/3486 +f 621/620/3487 645/644/3488 622/621/3489 +f 622/621/3490 645/644/3491 646/645/3492 +f 622/621/3493 646/645/3494 623/622/3495 +f 623/622/3496 646/645/3497 647/646/3498 +f 623/622/3499 647/646/3500 624/623/3501 +f 624/623/3502 647/646/3503 648/647/3504 +f 624/623/3505 648/647/3506 625/624/3507 +f 625/624/3508 648/647/3509 649/648/3510 +f 625/624/3511 649/648/3512 626/625/3513 +f 626/625/3514 649/648/3515 650/649/3516 +f 626/625/3517 650/649/3518 627/626/3519 +f 627/626/3520 650/649/3521 651/650/3522 +f 627/626/3523 651/650/3524 628/627/3525 +f 628/627/3526 651/650/3527 652/651/3528 +f 628/627/3529 652/651/3530 629/628/3531 +f 629/628/3532 652/651/3533 653/652/3534 +f 629/628/3535 653/652/3536 630/629/3537 +f 630/629/3538 653/652/3539 654/653/3540 +f 630/629/3541 654/653/3542 631/630/3543 +f 631/630/3544 654/653/3545 655/654/3546 +f 631/630/3547 655/654/3548 632/631/3549 +f 632/631/3550 655/654/3551 656/655/3552 +f 632/631/3553 656/655/3554 633/632/3555 +f 633/632/3556 656/655/3557 657/656/3558 +f 633/632/3559 657/656/3560 634/633/3561 +f 634/633/3562 657/656/3563 658/657/3564 +f 634/633/3565 658/657/3566 635/634/3567 +f 635/634/3568 658/657/3569 659/658/3570 +f 635/634/3571 659/658/3572 612/611/3573 +f 612/611/3574 659/658/3575 636/635/3576 +f 636/635/3577 660/659/3578 637/636/3579 +f 637/636/3580 660/659/3581 661/660/3582 +f 637/636/3583 661/660/3584 638/637/3585 +f 638/637/3586 661/660/3587 662/661/3588 +f 638/637/3589 662/661/3590 639/638/3591 +f 639/638/3592 662/661/3593 663/662/3594 +f 639/638/3595 663/662/3596 640/639/3597 +f 640/639/3598 663/662/3599 664/663/3600 +f 640/639/3601 664/663/3602 641/640/3603 +f 641/640/3604 664/663/3605 665/664/3606 +f 641/640/3607 665/664/3608 642/641/3609 +f 642/641/3610 665/664/3611 666/665/3612 +f 642/641/3613 666/665/3614 643/642/3615 +f 643/642/3616 666/665/3617 667/666/3618 +f 643/642/3619 667/666/3620 644/643/3621 +f 644/643/3622 667/666/3623 668/667/3624 +f 644/643/3625 668/667/3626 645/644/3627 +f 645/644/3628 668/667/3629 669/668/3630 +f 645/644/3631 669/668/3632 646/645/3633 +f 646/645/3634 669/668/3635 670/669/3636 +f 646/645/3637 670/669/3638 647/646/3639 +f 647/646/3640 670/669/3641 671/670/3642 +f 647/646/3643 671/670/3644 648/647/3645 +f 648/647/3646 671/670/3647 672/671/3648 +f 648/647/3649 672/671/3650 649/648/3651 +f 649/648/3652 672/671/3653 673/672/3654 +f 649/648/3655 673/672/3656 650/649/3657 +f 650/649/3658 673/672/3659 674/673/3660 +f 650/649/3661 674/673/3662 651/650/3663 +f 651/650/3664 674/673/3665 675/674/3666 +f 651/650/3667 675/674/3668 652/651/3669 +f 652/651/3670 675/674/3671 676/675/3672 +f 652/651/3673 676/675/3674 653/652/3675 +f 653/652/3676 676/675/3677 677/676/3678 +f 653/652/3679 677/676/3680 654/653/3681 +f 654/653/3682 677/676/3683 678/677/3684 +f 654/653/3685 678/677/3686 655/654/3687 +f 655/654/3688 678/677/3689 679/678/3690 +f 655/654/3691 679/678/3692 656/655/3693 +f 656/655/3694 679/678/3695 680/679/3696 +f 656/655/3697 680/679/3698 657/656/3699 +f 657/656/3700 680/679/3701 681/680/3702 +f 657/656/3703 681/680/3704 658/657/3705 +f 658/657/3706 681/680/3707 682/681/3708 +f 658/657/3709 682/681/3710 659/658/3711 +f 659/658/3712 682/681/3713 683/682/3714 +f 659/658/3715 683/682/3716 636/635/3717 +f 636/635/3718 683/682/3719 660/659/3720 +f 660/659/3721 684/683/3722 661/660/3723 +f 661/660/3724 684/683/3725 685/684/3726 +f 661/660/3727 685/684/3728 662/661/3729 +f 662/661/3730 685/684/3731 686/685/3732 +f 662/661/3733 686/685/3734 663/662/3735 +f 663/662/3736 686/685/3737 687/686/3738 +f 663/662/3739 687/686/3740 664/663/3741 +f 664/663/3742 687/686/3743 688/687/3744 +f 664/663/3745 688/687/3746 665/664/3747 +f 665/664/3748 688/687/3749 689/688/3750 +f 665/664/3751 689/688/3752 666/665/3753 +f 666/665/3754 689/688/3755 690/689/3756 +f 666/665/3757 690/689/3758 667/666/3759 +f 667/666/3760 690/689/3761 691/690/3762 +f 667/666/3763 691/690/3764 668/667/3765 +f 668/667/3766 691/690/3767 692/691/3768 +f 668/667/3769 692/691/3770 669/668/3771 +f 669/668/3772 692/691/3773 693/692/3774 +f 669/668/3775 693/692/3776 670/669/3777 +f 670/669/3778 693/692/3779 694/693/3780 +f 670/669/3781 694/693/3782 671/670/3783 +f 671/670/3784 694/693/3785 695/694/3786 +f 671/670/3787 695/694/3788 672/671/3789 +f 672/671/3790 695/694/3791 696/695/3792 +f 672/671/3793 696/695/3794 673/672/3795 +f 673/672/3796 696/695/3797 697/696/3798 +f 673/672/3799 697/696/3800 674/673/3801 +f 674/673/3802 697/696/3803 698/697/3804 +f 674/673/3805 698/697/3806 675/674/3807 +f 675/674/3808 698/697/3809 699/698/3810 +f 675/674/3811 699/698/3812 676/675/3813 +f 676/675/3814 699/698/3815 700/699/3816 +f 676/675/3817 700/699/3818 677/676/3819 +f 677/676/3820 700/699/3821 701/700/3822 +f 677/676/3823 701/700/3824 678/677/3825 +f 678/677/3826 701/700/3827 702/701/3828 +f 678/677/3829 702/701/3830 679/678/3831 +f 679/678/3832 702/701/3833 703/702/3834 +f 679/678/3835 703/702/3836 680/679/3837 +f 680/679/3838 703/702/3839 704/703/3840 +f 680/679/3841 704/703/3842 681/680/3843 +f 681/680/3844 704/703/3845 705/704/3846 +f 681/680/3847 705/704/3848 682/681/3849 +f 682/681/3850 705/704/3851 706/705/3852 +f 682/681/3853 706/705/3854 683/682/3855 +f 683/682/3856 706/705/3857 707/706/3858 +f 683/682/3859 707/706/3860 660/659/3861 +f 660/659/3862 707/706/3863 684/683/3864 +f 684/683/3865 708/707/3866 685/684/3867 +f 685/684/3868 708/707/3869 709/708/3870 +f 685/684/3871 709/708/3872 686/685/3873 +f 686/685/3874 709/708/3875 710/709/3876 +f 686/685/3877 710/709/3878 687/686/3879 +f 687/686/3880 710/709/3881 711/710/3882 +f 687/686/3883 711/710/3884 688/687/3885 +f 688/687/3886 711/710/3887 712/711/3888 +f 688/687/3889 712/711/3890 689/688/3891 +f 689/688/3892 712/711/3893 713/712/3894 +f 689/688/3895 713/712/3896 690/689/3897 +f 690/689/3898 713/712/3899 714/713/3900 +f 690/689/3901 714/713/3902 691/690/3903 +f 691/690/3904 714/713/3905 715/714/3906 +f 691/690/3907 715/714/3908 692/691/3909 +f 692/691/3910 715/714/3911 716/715/3912 +f 692/691/3913 716/715/3914 693/692/3915 +f 693/692/3916 716/715/3917 717/716/3918 +f 693/692/3919 717/716/3920 694/693/3921 +f 694/693/3922 717/716/3923 718/717/3924 +f 694/693/3925 718/717/3926 695/694/3927 +f 695/694/3928 718/717/3929 719/718/3930 +f 695/694/3931 719/718/3932 696/695/3933 +f 696/695/3934 719/718/3935 720/719/3936 +f 696/695/3937 720/719/3938 697/696/3939 +f 697/696/3940 720/719/3941 721/720/3942 +f 697/696/3943 721/720/3944 698/697/3945 +f 698/697/3946 721/720/3947 722/721/3948 +f 698/697/3949 722/721/3950 699/698/3951 +f 699/698/3952 722/721/3953 723/722/3954 +f 699/698/3955 723/722/3956 700/699/3957 +f 700/699/3958 723/722/3959 724/723/3960 +f 700/699/3961 724/723/3962 701/700/3963 +f 701/700/3964 724/723/3965 725/724/3966 +f 701/700/3967 725/724/3968 702/701/3969 +f 702/701/3970 725/724/3971 726/725/3972 +f 702/701/3973 726/725/3974 703/702/3975 +f 703/702/3976 726/725/3977 727/726/3978 +f 703/702/3979 727/726/3980 704/703/3981 +f 704/703/3982 727/726/3983 728/727/3984 +f 704/703/3985 728/727/3986 705/704/3987 +f 705/704/3988 728/727/3989 729/728/3990 +f 705/704/3991 729/728/3992 706/705/3993 +f 706/705/3994 729/728/3995 730/729/3996 +f 706/705/3997 730/729/3998 707/706/3999 +f 707/706/4000 730/729/4001 731/730/4002 +f 707/706/4003 731/730/4004 684/683/4005 +f 684/683/4006 731/730/4007 708/707/4008 +f 708/707/4009 732/731/4010 709/708/4011 +f 709/708/4012 732/731/4013 733/732/4014 +f 709/708/4015 733/732/4016 710/709/4017 +f 710/709/4018 733/732/4019 734/733/4020 +f 710/709/4021 734/733/4022 711/710/4023 +f 711/710/4024 734/733/4025 735/734/4026 +f 711/710/4027 735/734/4028 712/711/4029 +f 712/711/4030 735/734/4031 736/735/4032 +f 712/711/4033 736/735/4034 713/712/4035 +f 713/712/4036 736/735/4037 737/736/4038 +f 713/712/4039 737/736/4040 714/713/4041 +f 714/713/4042 737/736/4043 738/737/4044 +f 714/713/4045 738/737/4046 715/714/4047 +f 715/714/4048 738/737/4049 739/738/4050 +f 715/714/4051 739/738/4052 716/715/4053 +f 716/715/4054 739/738/4055 740/739/4056 +f 716/715/4057 740/739/4058 717/716/4059 +f 717/716/4060 740/739/4061 741/740/4062 +f 717/716/4063 741/740/4064 718/717/4065 +f 718/717/4066 741/740/4067 742/741/4068 +f 718/717/4069 742/741/4070 719/718/4071 +f 719/718/4072 742/741/4073 743/742/4074 +f 719/718/4075 743/742/4076 720/719/4077 +f 720/719/4078 743/742/4079 744/743/4080 +f 720/719/4081 744/743/4082 721/720/4083 +f 721/720/4084 744/743/4085 745/744/4086 +f 721/720/4087 745/744/4088 722/721/4089 +f 722/721/4090 745/744/4091 746/745/4092 +f 722/721/4093 746/745/4094 723/722/4095 +f 723/722/4096 746/745/4097 747/746/4098 +f 723/722/4099 747/746/4100 724/723/4101 +f 724/723/4102 747/746/4103 748/747/4104 +f 724/723/4105 748/747/4106 725/724/4107 +f 725/724/4108 748/747/4109 749/748/4110 +f 725/724/4111 749/748/4112 726/725/4113 +f 726/725/4114 749/748/4115 750/749/4116 +f 726/725/4117 750/749/4118 727/726/4119 +f 727/726/4120 750/749/4121 751/750/4122 +f 727/726/4123 751/750/4124 728/727/4125 +f 728/727/4126 751/750/4127 752/751/4128 +f 728/727/4129 752/751/4130 729/728/4131 +f 729/728/4132 752/751/4133 753/752/4134 +f 729/728/4135 753/752/4136 730/729/4137 +f 730/729/4138 753/752/4139 754/753/4140 +f 730/729/4141 754/753/4142 731/730/4143 +f 731/730/4144 754/753/4145 755/754/4146 +f 731/730/4147 755/754/4148 708/707/4149 +f 708/707/4150 755/754/4151 732/731/4152 +f 732/731/4153 756/755/4154 733/732/4155 +f 733/732/4156 756/755/4157 757/756/4158 +f 733/732/4159 757/756/4160 734/733/4161 +f 734/733/4162 757/756/4163 758/757/4164 +f 734/733/4165 758/757/4166 735/734/4167 +f 735/734/4168 758/757/4169 759/758/4170 +f 735/734/4171 759/758/4172 736/735/4173 +f 736/735/4174 759/758/4175 760/759/4176 +f 736/735/4177 760/759/4178 737/736/4179 +f 737/736/4180 760/759/4181 761/760/4182 +f 737/736/4183 761/760/4184 738/737/4185 +f 738/737/4186 761/760/4187 762/761/4188 +f 738/737/4189 762/761/4190 739/738/4191 +f 739/738/4192 762/761/4193 763/762/4194 +f 739/738/4195 763/762/4196 740/739/4197 +f 740/739/4198 763/762/4199 764/763/4200 +f 740/739/4201 764/763/4202 741/740/4203 +f 741/740/4204 764/763/4205 765/764/4206 +f 741/740/4207 765/764/4208 742/741/4209 +f 742/741/4210 765/764/4211 766/765/4212 +f 742/741/4213 766/765/4214 743/742/4215 +f 743/742/4216 766/765/4217 767/766/4218 +f 743/742/4219 767/766/4220 744/743/4221 +f 744/743/4222 767/766/4223 768/767/4224 +f 744/743/4225 768/767/4226 745/744/4227 +f 745/744/4228 768/767/4229 769/768/4230 +f 745/744/4231 769/768/4232 746/745/4233 +f 746/745/4234 769/768/4235 770/769/4236 +f 746/745/4237 770/769/4238 747/746/4239 +f 747/746/4240 770/769/4241 771/770/4242 +f 747/746/4243 771/770/4244 748/747/4245 +f 748/747/4246 771/770/4247 772/771/4248 +f 748/747/4249 772/771/4250 749/748/4251 +f 749/748/4252 772/771/4253 773/772/4254 +f 749/748/4255 773/772/4256 750/749/4257 +f 750/749/4258 773/772/4259 774/773/4260 +f 750/749/4261 774/773/4262 751/750/4263 +f 751/750/4264 774/773/4265 775/774/4266 +f 751/750/4267 775/774/4268 752/751/4269 +f 752/751/4270 775/774/4271 776/775/4272 +f 752/751/4273 776/775/4274 753/752/4275 +f 753/752/4276 776/775/4277 777/776/4278 +f 753/752/4279 777/776/4280 754/753/4281 +f 754/753/4282 777/776/4283 778/777/4284 +f 754/753/4285 778/777/4286 755/754/4287 +f 755/754/4288 778/777/4289 779/778/4290 +f 755/754/4291 779/778/4292 732/731/4293 +f 732/731/4294 779/778/4295 756/755/4296 +f 756/755/4297 780/779/4298 757/756/4299 +f 757/756/4300 780/779/4301 781/780/4302 +f 757/756/4303 781/780/4304 758/757/4305 +f 758/757/4306 781/780/4307 782/781/4308 +f 758/757/4309 782/781/4310 759/758/4311 +f 759/758/4312 782/781/4313 783/782/4314 +f 759/758/4315 783/782/4316 760/759/4317 +f 760/759/4318 783/782/4319 784/783/4320 +f 760/759/4321 784/783/4322 761/760/4323 +f 761/760/4324 784/783/4325 785/784/4326 +f 761/760/4327 785/784/4328 762/761/4329 +f 762/761/4330 785/784/4331 786/785/4332 +f 762/761/4333 786/785/4334 763/762/4335 +f 763/762/4336 786/785/4337 787/786/4338 +f 763/762/4339 787/786/4340 764/763/4341 +f 764/763/4342 787/786/4343 788/787/4344 +f 764/763/4345 788/787/4346 765/764/4347 +f 765/764/4348 788/787/4349 789/788/4350 +f 765/764/4351 789/788/4352 766/765/4353 +f 766/765/4354 789/788/4355 790/789/4356 +f 766/765/4357 790/789/4358 767/766/4359 +f 767/766/4360 790/789/4361 791/790/4362 +f 767/766/4363 791/790/4364 768/767/4365 +f 768/767/4366 791/790/4367 792/791/4368 +f 768/767/4369 792/791/4370 769/768/4371 +f 769/768/4372 792/791/4373 793/792/4374 +f 769/768/4375 793/792/4376 770/769/4377 +f 770/769/4378 793/792/4379 794/793/4380 +f 770/769/4381 794/793/4382 771/770/4383 +f 771/770/4384 794/793/4385 795/794/4386 +f 771/770/4387 795/794/4388 772/771/4389 +f 772/771/4390 795/794/4391 796/795/4392 +f 772/771/4393 796/795/4394 773/772/4395 +f 773/772/4396 796/795/4397 797/796/4398 +f 773/772/4399 797/796/4400 774/773/4401 +f 774/773/4402 797/796/4403 798/797/4404 +f 774/773/4405 798/797/4406 775/774/4407 +f 775/774/4408 798/797/4409 799/798/4410 +f 775/774/4411 799/798/4412 776/775/4413 +f 776/775/4414 799/798/4415 800/799/4416 +f 776/775/4417 800/799/4418 777/776/4419 +f 777/776/4420 800/799/4421 801/800/4422 +f 777/776/4423 801/800/4424 778/777/4425 +f 778/777/4426 801/800/4427 802/801/4428 +f 778/777/4429 802/801/4430 779/778/4431 +f 779/778/4432 802/801/4433 803/802/4434 +f 779/778/4435 803/802/4436 756/755/4437 +f 756/755/4438 803/802/4439 780/779/4440 +f 780/779/4441 804/803/4442 781/780/4443 +f 781/780/4444 804/803/4445 805/804/4446 +f 781/780/4447 805/804/4448 782/781/4449 +f 782/781/4450 805/804/4451 806/805/4452 +f 782/781/4453 806/805/4454 783/782/4455 +f 783/782/4456 806/805/4457 807/806/4458 +f 783/782/4459 807/806/4460 784/783/4461 +f 784/783/4462 807/806/4463 808/807/4464 +f 784/783/4465 808/807/4466 785/784/4467 +f 785/784/4468 808/807/4469 809/808/4470 +f 785/784/4471 809/808/4472 786/785/4473 +f 786/785/4474 809/808/4475 810/809/4476 +f 786/785/4477 810/809/4478 787/786/4479 +f 787/786/4480 810/809/4481 811/810/4482 +f 787/786/4483 811/810/4484 788/787/4485 +f 788/787/4486 811/810/4487 812/811/4488 +f 788/787/4489 812/811/4490 789/788/4491 +f 789/788/4492 812/811/4493 813/812/4494 +f 789/788/4495 813/812/4496 790/789/4497 +f 790/789/4498 813/812/4499 814/813/4500 +f 790/789/4501 814/813/4502 791/790/4503 +f 791/790/4504 814/813/4505 815/814/4506 +f 791/790/4507 815/814/4508 792/791/4509 +f 792/791/4510 815/814/4511 816/815/4512 +f 792/791/4513 816/815/4514 793/792/4515 +f 793/792/4516 816/815/4517 817/816/4518 +f 793/792/4519 817/816/4520 794/793/4521 +f 794/793/4522 817/816/4523 818/817/4524 +f 794/793/4525 818/817/4526 795/794/4527 +f 795/794/4528 818/817/4529 819/818/4530 +f 795/794/4531 819/818/4532 796/795/4533 +f 796/795/4534 819/818/4535 820/819/4536 +f 796/795/4537 820/819/4538 797/796/4539 +f 797/796/4540 820/819/4541 821/820/4542 +f 797/796/4543 821/820/4544 798/797/4545 +f 798/797/4546 821/820/4547 822/821/4548 +f 798/797/4549 822/821/4550 799/798/4551 +f 799/798/4552 822/821/4553 823/822/4554 +f 799/798/4555 823/822/4556 800/799/4557 +f 800/799/4558 823/822/4559 824/823/4560 +f 800/799/4561 824/823/4562 801/800/4563 +f 801/800/4564 824/823/4565 825/824/4566 +f 801/800/4567 825/824/4568 802/801/4569 +f 802/801/4570 825/824/4571 826/825/4572 +f 802/801/4573 826/825/4574 803/802/4575 +f 803/802/4576 826/825/4577 827/826/4578 +f 803/802/4579 827/826/4580 780/779/4581 +f 780/779/4582 827/826/4583 804/803/4584 +f 804/803/4585 828/827/4586 805/804/4587 +f 805/804/4588 828/827/4589 829/828/4590 +f 805/804/4591 829/828/4592 806/805/4593 +f 806/805/4594 829/828/4595 830/829/4596 +f 806/805/4597 830/829/4598 807/806/4599 +f 807/806/4600 830/829/4601 831/830/4602 +f 807/806/4603 831/830/4604 808/807/4605 +f 808/807/4606 831/830/4607 832/831/4608 +f 808/807/4609 832/831/4610 809/808/4611 +f 809/808/4612 832/831/4613 833/832/4614 +f 809/808/4615 833/832/4616 810/809/4617 +f 810/809/4618 833/832/4619 834/833/4620 +f 810/809/4621 834/833/4622 811/810/4623 +f 811/810/4624 834/833/4625 835/834/4626 +f 811/810/4627 835/834/4628 812/811/4629 +f 812/811/4630 835/834/4631 836/835/4632 +f 812/811/4633 836/835/4634 813/812/4635 +f 813/812/4636 836/835/4637 837/836/4638 +f 813/812/4639 837/836/4640 814/813/4641 +f 814/813/4642 837/836/4643 838/837/4644 +f 814/813/4645 838/837/4646 815/814/4647 +f 815/814/4648 838/837/4649 839/838/4650 +f 815/814/4651 839/838/4652 816/815/4653 +f 816/815/4654 839/838/4655 840/839/4656 +f 816/815/4657 840/839/4658 817/816/4659 +f 817/816/4660 840/839/4661 841/840/4662 +f 817/816/4663 841/840/4664 818/817/4665 +f 818/817/4666 841/840/4667 842/841/4668 +f 818/817/4669 842/841/4670 819/818/4671 +f 819/818/4672 842/841/4673 843/842/4674 +f 819/818/4675 843/842/4676 820/819/4677 +f 820/819/4678 843/842/4679 844/843/4680 +f 820/819/4681 844/843/4682 821/820/4683 +f 821/820/4684 844/843/4685 845/844/4686 +f 821/820/4687 845/844/4688 822/821/4689 +f 822/821/4690 845/844/4691 846/845/4692 +f 822/821/4693 846/845/4694 823/822/4695 +f 823/822/4696 846/845/4697 847/846/4698 +f 823/822/4699 847/846/4700 824/823/4701 +f 824/823/4702 847/846/4703 848/847/4704 +f 824/823/4705 848/847/4706 825/824/4707 +f 825/824/4708 848/847/4709 849/848/4710 +f 825/824/4711 849/848/4712 826/825/4713 +f 826/825/4714 849/848/4715 850/849/4716 +f 826/825/4717 850/849/4718 827/826/4719 +f 827/826/4720 850/849/4721 851/850/4722 +f 827/826/4723 851/850/4724 804/803/4725 +f 804/803/4726 851/850/4727 828/827/4728 +f 828/827/4729 852/851/4730 829/828/4731 +f 829/828/4732 852/851/4733 853/852/4734 +f 829/828/4735 853/852/4736 830/829/4737 +f 830/829/4738 853/852/4739 854/853/4740 +f 830/829/4741 854/853/4742 831/830/4743 +f 831/830/4744 854/853/4745 855/854/4746 +f 831/830/4747 855/854/4748 832/831/4749 +f 832/831/4750 855/854/4751 856/855/4752 +f 832/831/4753 856/855/4754 833/832/4755 +f 833/832/4756 856/855/4757 857/856/4758 +f 833/832/4759 857/856/4760 834/833/4761 +f 834/833/4762 857/856/4763 858/857/4764 +f 834/833/4765 858/857/4766 835/834/4767 +f 835/834/4768 858/857/4769 859/858/4770 +f 835/834/4771 859/858/4772 836/835/4773 +f 836/835/4774 859/858/4775 860/859/4776 +f 836/835/4777 860/859/4778 837/836/4779 +f 837/836/4780 860/859/4781 861/860/4782 +f 837/836/4783 861/860/4784 838/837/4785 +f 838/837/4786 861/860/4787 862/861/4788 +f 838/837/4789 862/861/4790 839/838/4791 +f 839/838/4792 862/861/4793 863/862/4794 +f 839/838/4795 863/862/4796 840/839/4797 +f 840/839/4798 863/862/4799 864/863/4800 +f 840/839/4801 864/863/4802 841/840/4803 +f 841/840/4804 864/863/4805 865/864/4806 +f 841/840/4807 865/864/4808 842/841/4809 +f 842/841/4810 865/864/4811 866/865/4812 +f 842/841/4813 866/865/4814 843/842/4815 +f 843/842/4816 866/865/4817 867/866/4818 +f 843/842/4819 867/866/4820 844/843/4821 +f 844/843/4822 867/866/4823 868/867/4824 +f 844/843/4825 868/867/4826 845/844/4827 +f 845/844/4828 868/867/4829 869/868/4830 +f 845/844/4831 869/868/4832 846/845/4833 +f 846/845/4834 869/868/4835 870/869/4836 +f 846/845/4837 870/869/4838 847/846/4839 +f 847/846/4840 870/869/4841 871/870/4842 +f 847/846/4843 871/870/4844 848/847/4845 +f 848/847/4846 871/870/4847 872/871/4848 +f 848/847/4849 872/871/4850 849/848/4851 +f 849/848/4852 872/871/4853 873/872/4854 +f 849/848/4855 873/872/4856 850/849/4857 +f 850/849/4858 873/872/4859 874/873/4860 +f 850/849/4861 874/873/4862 851/850/4863 +f 851/850/4864 874/873/4865 875/874/4866 +f 851/850/4867 875/874/4868 828/827/4869 +f 828/827/4870 875/874/4871 852/851/4872 +f 852/851/4873 876/875/4874 853/852/4875 +f 853/852/4876 876/875/4877 877/876/4878 +f 853/852/4879 877/876/4880 854/853/4881 +f 854/853/4882 877/876/4883 878/877/4884 +f 854/853/4885 878/877/4886 855/854/4887 +f 855/854/4888 878/877/4889 879/878/4890 +f 855/854/4891 879/878/4892 856/855/4893 +f 856/855/4894 879/878/4895 880/879/4896 +f 856/855/4897 880/879/4898 857/856/4899 +f 857/856/4900 880/879/4901 881/880/4902 +f 857/856/4903 881/880/4904 858/857/4905 +f 858/857/4906 881/880/4907 882/881/4908 +f 858/857/4909 882/881/4910 859/858/4911 +f 859/858/4912 882/881/4913 883/882/4914 +f 859/858/4915 883/882/4916 860/859/4917 +f 860/859/4918 883/882/4919 884/883/4920 +f 860/859/4921 884/883/4922 861/860/4923 +f 861/860/4924 884/883/4925 885/884/4926 +f 861/860/4927 885/884/4928 862/861/4929 +f 862/861/4930 885/884/4931 886/885/4932 +f 862/861/4933 886/885/4934 863/862/4935 +f 863/862/4936 886/885/4937 887/886/4938 +f 863/862/4939 887/886/4940 864/863/4941 +f 864/863/4942 887/886/4943 888/887/4944 +f 864/863/4945 888/887/4946 865/864/4947 +f 865/864/4948 888/887/4949 889/888/4950 +f 865/864/4951 889/888/4952 866/865/4953 +f 866/865/4954 889/888/4955 890/889/4956 +f 866/865/4957 890/889/4958 867/866/4959 +f 867/866/4960 890/889/4961 891/890/4962 +f 867/866/4963 891/890/4964 868/867/4965 +f 868/867/4966 891/890/4967 892/891/4968 +f 868/867/4969 892/891/4970 869/868/4971 +f 869/868/4972 892/891/4973 893/892/4974 +f 869/868/4975 893/892/4976 870/869/4977 +f 870/869/4978 893/892/4979 894/893/4980 +f 870/869/4981 894/893/4982 871/870/4983 +f 871/870/4984 894/893/4985 895/894/4986 +f 871/870/4987 895/894/4988 872/871/4989 +f 872/871/4990 895/894/4991 896/895/4992 +f 872/871/4993 896/895/4994 873/872/4995 +f 873/872/4996 896/895/4997 897/896/4998 +f 873/872/4999 897/896/5000 874/873/5001 +f 874/873/5002 897/896/5003 898/897/5004 +f 874/873/5005 898/897/5006 875/874/5007 +f 875/874/5008 898/897/5009 899/898/5010 +f 875/874/5011 899/898/5012 852/851/5013 +f 852/851/5014 899/898/5015 876/875/5016 +f 876/875/5017 900/899/5018 877/876/5019 +f 877/876/5020 900/899/5021 901/900/5022 +f 877/876/5023 901/900/5024 878/877/5025 +f 878/877/5026 901/900/5027 902/901/5028 +f 878/877/5029 902/901/5030 879/878/5031 +f 879/878/5032 902/901/5033 903/902/5034 +f 879/878/5035 903/902/5036 880/879/5037 +f 880/879/5038 903/902/5039 904/903/5040 +f 880/879/5041 904/903/5042 881/880/5043 +f 881/880/5044 904/903/5045 905/904/5046 +f 881/880/5047 905/904/5048 882/881/5049 +f 882/881/5050 905/904/5051 906/905/5052 +f 882/881/5053 906/905/5054 883/882/5055 +f 883/882/5056 906/905/5057 907/906/5058 +f 883/882/5059 907/906/5060 884/883/5061 +f 884/883/5062 907/906/5063 908/907/5064 +f 884/883/5065 908/907/5066 885/884/5067 +f 885/884/5068 908/907/5069 909/908/5070 +f 885/884/5071 909/908/5072 886/885/5073 +f 886/885/5074 909/908/5075 910/909/5076 +f 886/885/5077 910/909/5078 887/886/5079 +f 887/886/5080 910/909/5081 911/910/5082 +f 887/886/5083 911/910/5084 888/887/5085 +f 888/887/5086 911/910/5087 912/911/5088 +f 888/887/5089 912/911/5090 889/888/5091 +f 889/888/5092 912/911/5093 913/912/5094 +f 889/888/5095 913/912/5096 890/889/5097 +f 890/889/5098 913/912/5099 914/913/5100 +f 890/889/5101 914/913/5102 891/890/5103 +f 891/890/5104 914/913/5105 915/914/5106 +f 891/890/5107 915/914/5108 892/891/5109 +f 892/891/5110 915/914/5111 916/915/5112 +f 892/891/5113 916/915/5114 893/892/5115 +f 893/892/5116 916/915/5117 917/916/5118 +f 893/892/5119 917/916/5120 894/893/5121 +f 894/893/5122 917/916/5123 918/917/5124 +f 894/893/5125 918/917/5126 895/894/5127 +f 895/894/5128 918/917/5129 919/918/5130 +f 895/894/5131 919/918/5132 896/895/5133 +f 896/895/5134 919/918/5135 920/919/5136 +f 896/895/5137 920/919/5138 897/896/5139 +f 897/896/5140 920/919/5141 921/920/5142 +f 897/896/5143 921/920/5144 898/897/5145 +f 898/897/5146 921/920/5147 922/921/5148 +f 898/897/5149 922/921/5150 899/898/5151 +f 899/898/5152 922/921/5153 923/922/5154 +f 899/898/5155 923/922/5156 876/875/5157 +f 876/875/5158 923/922/5159 900/899/5160 +f 900/899/5161 159/158/5162 901/900/5163 +f 901/900/5164 159/158/5165 157/156/5166 +f 901/900/5167 157/156/5168 902/901/5169 +f 902/901/5170 157/156/5171 203/202/5172 +f 902/901/5173 203/202/5174 903/902/5175 +f 903/902/5176 203/202/5177 201/200/5178 +f 903/902/5179 201/200/5180 904/903/5181 +f 904/903/5182 201/200/5183 199/198/5184 +f 904/903/5185 199/198/5186 905/904/5187 +f 905/904/5188 199/198/5189 197/196/5190 +f 905/904/5191 197/196/5192 906/905/5193 +f 906/905/5194 197/196/5195 195/194/5196 +f 906/905/5197 195/194/5198 907/906/5199 +f 907/906/5200 195/194/5201 193/192/5202 +f 907/906/5203 193/192/5204 908/907/5205 +f 908/907/5206 193/192/5207 191/190/5208 +f 908/907/5209 191/190/5210 909/908/5211 +f 909/908/5212 191/190/5213 189/188/5214 +f 909/908/5215 189/188/5216 910/909/5217 +f 910/909/5218 189/188/5219 187/186/5220 +f 910/909/5221 187/186/5222 911/910/5223 +f 911/910/5224 187/186/5225 185/184/5226 +f 911/910/5227 185/184/5228 912/911/5229 +f 912/911/5230 185/184/5231 183/182/5232 +f 912/911/5233 183/182/5234 913/912/5235 +f 913/912/5236 183/182/5237 181/180/5238 +f 913/912/5239 181/180/5240 914/913/5241 +f 914/913/5242 181/180/5243 179/178/5244 +f 914/913/5245 179/178/5246 915/914/5247 +f 915/914/5248 179/178/5249 177/176/5250 +f 915/914/5251 177/176/5252 916/915/5253 +f 916/915/5254 177/176/5255 175/174/5256 +f 916/915/5257 175/174/5258 917/916/5259 +f 917/916/5260 175/174/5261 173/172/5262 +f 917/916/5263 173/172/5264 918/917/5265 +f 918/917/5266 173/172/5267 171/170/5268 +f 918/917/5269 171/170/5270 919/918/5271 +f 919/918/5272 171/170/5273 169/168/5274 +f 919/918/5275 169/168/5276 920/919/5277 +f 920/919/5278 169/168/5279 167/166/5280 +f 920/919/5281 167/166/5282 921/920/5283 +f 921/920/5284 167/166/5285 165/164/5286 +f 921/920/5287 165/164/5288 922/921/5289 +f 922/921/5290 165/164/5291 163/162/5292 +f 922/921/5293 163/162/5294 923/922/5295 +f 923/922/5296 163/162/5297 161/160/5298 +f 923/922/5299 161/160/5300 900/899/5301 +f 900/899/5302 161/160/5303 159/158/5304 +f 109/109/5305 925/923/5306 110/110/5307 +f 110/110/5308 925/923/5309 926/924/5310 +f 110/110/5311 926/924/5312 69/69/5313 +f 69/69/5314 926/924/5315 927/925/5316 +f 927/925/5317 928/926/5318 69/69/5319 +f 69/69/5320 928/926/5321 929/927/5322 +f 69/69/5323 929/927/5324 930/928/5325 +f 930/928/5326 929/927/5327 931/929/5328 +f 930/928/5329 931/929/5330 932/930/5331 +f 932/930/5332 931/929/5333 933/931/5334 +f 932/930/5335 933/931/5336 934/932/5337 +f 934/932/5338 933/931/5339 59/59/5340 +f 934/932/5341 59/59/5342 935/933/5343 +f 935/933/5344 59/59/5345 936/934/5346 +f 935/933/5347 936/934/5348 937/935/5349 +f 937/935/5350 936/934/5351 938/936/5352 +f 937/935/5353 938/936/5354 939/937/5355 +f 939/937/5356 938/936/5357 940/938/5358 +f 939/937/5359 940/938/5360 69/69/5361 +f 69/69/5362 940/938/5363 941/939/5364 +f 69/69/5365 941/939/5366 942/940/5367 +f 942/940/5368 941/939/5369 943/941/5370 +f 942/940/5371 943/941/5372 944/942/5373 +f 944/942/5374 943/941/5375 945/943/5376 +f 944/942/5377 945/943/5378 68/68/5379 +f 68/68/5380 945/943/5381 59/59/5382 +f 59/59/5383 945/943/5384 946/944/5385 +f 59/59/5386 946/944/5387 947/945/5388 +f 947/945/5389 946/944/5390 948/946/5391 +f 947/945/5392 948/946/5393 938/936/5394 +f 938/936/5395 948/946/5396 940/938/5397 +f 949/947/5398 950/948/5399 927/925/5400 +f 927/925/5401 950/948/5402 951/949/5403 +f 927/925/5404 951/949/5405 952/950/5406 +f 952/950/5407 951/949/5408 953/951/5409 +f 952/950/5410 953/951/5411 954/952/5412 +f 954/952/5413 953/951/5414 955/953/5415 +f 954/952/5416 955/953/5417 956/954/5418 +f 956/954/5419 955/953/5420 957/955/5421 +f 956/954/5422 957/955/5423 958/956/5424 +f 958/956/5425 957/955/5426 959/957/5427 +f 958/956/5428 959/957/5429 960/958/5430 +f 960/958/5431 959/957/5432 961/959/5433 +f 960/958/5434 961/959/5435 962/960/5436 +f 962/960/5437 961/959/5438 963/961/5439 +f 962/960/5440 963/961/5441 927/925/5442 +f 927/925/5443 963/961/5444 964/962/5445 +f 927/925/5446 964/962/5447 965/963/5448 +f 965/963/5449 964/962/5450 966/964/5451 +f 965/963/5452 966/964/5453 967/965/5454 +f 967/965/5455 966/964/5456 968/966/5457 +f 967/965/5458 968/966/5459 969/967/5460 +f 969/967/5461 968/966/5462 59/59/5463 +f 969/967/5464 59/59/5465 970/968/5466 +f 970/968/5467 59/59/5468 933/931/5469 +f 970/968/5470 933/931/5471 931/929/5472 +f 950/948/5473 949/947/5474 971/969/5475 +f 971/969/5476 949/947/5477 972/970/5478 +f 971/969/5479 972/970/5480 973/971/5481 +f 973/971/5482 972/970/5483 974/972/5484 +f 973/971/5485 974/972/5486 957/955/5487 +f 59/59/5488 968/966/5489 957/955/5490 +f 957/955/5491 968/966/5492 975/973/5493 +f 957/955/5494 975/973/5495 976/974/5496 +f 976/974/5497 975/973/5498 977/975/5499 +f 976/974/5500 977/975/5501 961/959/5502 +f 961/959/5503 977/975/5504 963/961/5505 +f 68/68/5506 67/67/5507 944/942/5508 +f 944/942/5509 67/67/5510 978/976/5511 +f 944/942/5512 978/976/5513 942/940/5514 +f 942/940/5515 978/976/5516 69/69/5517 +f 67/67/5518 65/65/5519 978/976/5520 +f 978/976/5521 65/65/5522 69/69/5523 +f 951/949/5524 950/948/5525 979/977/5526 +f 979/977/5527 950/948/5528 971/969/5529 +f 979/977/5530 971/969/5531 980/978/5532 +f 980/978/5533 971/969/5534 973/971/5535 +f 980/978/5536 973/971/5537 957/955/5538 +f 952/950/5539 981/979/5540 927/925/5541 +f 927/925/5542 981/979/5543 982/980/5544 +f 927/925/5545 982/980/5546 962/960/5547 +f 962/960/5548 982/980/5549 960/958/5550 +f 952/950/5551 954/952/5552 981/979/5553 +f 981/979/5554 954/952/5555 983/981/5556 +f 981/979/5557 983/981/5558 982/980/5559 +f 982/980/5560 983/981/5561 960/958/5562 +f 928/926/5563 927/925/5564 965/963/5565 +f 966/964/5566 964/962/5567 977/975/5568 +f 977/975/5569 964/962/5570 963/961/5571 +f 965/963/5572 967/965/5573 928/926/5574 +f 928/926/5575 967/965/5576 984/982/5577 +f 928/926/5578 984/982/5579 929/927/5580 +f 929/927/5581 984/982/5582 931/929/5583 +f 930/928/5584 985/983/5585 69/69/5586 +f 69/69/5587 985/983/5588 986/984/5589 +f 69/69/5590 986/984/5591 939/937/5592 +f 939/937/5593 986/984/5594 937/935/5595 +f 930/928/5596 932/930/5597 985/983/5598 +f 985/983/5599 932/930/5600 987/985/5601 +f 985/983/5602 987/985/5603 986/984/5604 +f 986/984/5605 987/985/5606 937/935/5607 +f 943/941/5608 941/939/5609 948/946/5610 +f 948/946/5611 941/939/5612 940/938/5613 +f 951/949/5614 979/977/5615 953/951/5616 +f 953/951/5617 979/977/5618 988/986/5619 +f 953/951/5620 988/986/5621 955/953/5622 +f 955/953/5623 988/986/5624 957/955/5625 +f 988/986/5626 979/977/5627 980/978/5628 +f 958/956/5629 960/958/5630 983/981/5631 +f 958/956/5632 983/981/5633 956/954/5634 +f 956/954/5635 983/981/5636 954/952/5637 +f 976/974/5638 961/959/5639 959/957/5640 +f 968/966/5641 966/964/5642 975/973/5643 +f 975/973/5644 966/964/5645 977/975/5646 +f 970/968/5647 931/929/5648 984/982/5649 +f 970/968/5650 984/982/5651 969/967/5652 +f 969/967/5653 984/982/5654 967/965/5655 +f 935/933/5656 937/935/5657 987/985/5658 +f 935/933/5659 987/985/5660 934/932/5661 +f 934/932/5662 987/985/5663 932/930/5664 +f 947/945/5665 938/936/5666 936/934/5667 +f 945/943/5668 943/941/5669 946/944/5670 +f 946/944/5671 943/941/5672 948/946/5673 +f 957/955/5674 988/986/5675 980/978/5676 +f 957/955/5677 976/974/5678 959/957/5679 +f 59/59/5680 947/945/5681 936/934/5682 +f 59/59/5683 957/955/5684 60/60/5685 +f 60/60/5686 957/955/5687 989/987/5688 +f 60/60/5689 989/987/5690 116/116/5691 +f 116/116/5692 989/987/5693 990/988/5694 +f 116/116/5695 990/988/5696 117/117/5697 +f 117/117/5698 990/988/5699 991/989/5700 +f 117/117/5701 991/989/5702 62/62/5703 +f 62/62/5704 991/989/5705 992/990/5706 +f 62/62/5707 992/990/5708 63/63/5709 +f 63/63/5710 992/990/5711 993/991/5712 +f 63/63/5713 993/991/5714 118/118/5715 +f 118/118/5716 993/991/5717 994/992/5718 +f 118/118/5719 994/992/5720 61/61/5721 +f 61/61/5722 994/992/5723 995/993/5724 +f 61/61/5725 995/993/5726 58/58/5727 +f 58/58/5728 995/993/5729 996/994/5730 +f 996/994/5731 997/995/5732 58/58/5733 +f 58/58/5734 997/995/5735 998/996/5736 +f 58/58/5737 998/996/5738 999/997/5739 +f 999/997/5740 998/996/5741 1000/998/5742 +f 999/997/5743 1000/998/5744 1001/999/5745 +f 1001/999/5746 1000/998/5747 1002/1000/5748 +f 1001/999/5749 1002/1000/5750 1003/1001/5751 +f 1003/1001/5752 1002/1000/5753 94/94/5754 +f 1003/1001/5755 94/94/5756 1004/1002/5757 +f 1004/1002/5758 94/94/5759 1005/1003/5760 +f 1004/1002/5761 1005/1003/5762 1006/1004/5763 +f 1006/1004/5764 1005/1003/5765 1007/1005/5766 +f 1006/1004/5767 1007/1005/5768 1008/1006/5769 +f 1008/1006/5770 1007/1005/5771 1009/1007/5772 +f 1008/1006/5773 1009/1007/5774 58/58/5775 +f 58/58/5776 1009/1007/5777 1010/1008/5778 +f 58/58/5779 1010/1008/5780 1011/1009/5781 +f 1011/1009/5782 1010/1008/5783 1012/1010/5784 +f 1011/1009/5785 1012/1010/5786 1013/1011/5787 +f 1013/1011/5788 1012/1010/5789 1014/1012/5790 +f 1013/1011/5791 1014/1012/5792 97/97/5793 +f 97/97/5794 1014/1012/5795 94/94/5796 +f 94/94/5797 1014/1012/5798 1015/1013/5799 +f 94/94/5800 1015/1013/5801 1016/1014/5802 +f 1016/1014/5803 1015/1013/5804 1017/1015/5805 +f 1016/1014/5806 1017/1015/5807 1007/1005/5808 +f 1007/1005/5809 1017/1015/5810 1009/1007/5811 +f 1018/1016/5812 1019/1017/5813 996/994/5814 +f 996/994/5815 1019/1017/5816 1020/1018/5817 +f 996/994/5818 1020/1018/5819 1021/1019/5820 +f 1021/1019/5821 1020/1018/5822 1022/1020/5823 +f 1021/1019/5824 1022/1020/5825 1023/1021/5826 +f 1023/1021/5827 1022/1020/5828 1024/1022/5829 +f 1023/1021/5830 1024/1022/5831 1025/1023/5832 +f 1025/1023/5833 1024/1022/5834 1026/1024/5835 +f 1025/1023/5836 1026/1024/5837 1027/1025/5838 +f 1027/1025/5839 1026/1024/5840 1028/1026/5841 +f 1027/1025/5842 1028/1026/5843 1029/1027/5844 +f 1029/1027/5845 1028/1026/5846 1030/1028/5847 +f 1029/1027/5848 1030/1028/5849 1031/1029/5850 +f 1031/1029/5851 1030/1028/5852 1032/1030/5853 +f 1031/1029/5854 1032/1030/5855 996/994/5856 +f 996/994/5857 1032/1030/5858 1033/1031/5859 +f 996/994/5860 1033/1031/5861 1034/1032/5862 +f 1034/1032/5863 1033/1031/5864 1035/1033/5865 +f 1034/1032/5866 1035/1033/5867 1036/1034/5868 +f 1036/1034/5869 1035/1033/5870 1037/1035/5871 +f 1036/1034/5872 1037/1035/5873 1038/1036/5874 +f 1038/1036/5875 1037/1035/5876 94/94/5877 +f 1038/1036/5878 94/94/5879 1039/1037/5880 +f 1039/1037/5881 94/94/5882 1002/1000/5883 +f 1039/1037/5884 1002/1000/5885 1000/998/5886 +f 1019/1017/5887 1018/1016/5888 1040/1038/5889 +f 1040/1038/5890 1018/1016/5891 1041/1039/5892 +f 1040/1038/5893 1041/1039/5894 1042/1040/5895 +f 1042/1040/5896 1041/1039/5897 1043/1041/5898 +f 1042/1040/5899 1043/1041/5900 1026/1024/5901 +f 94/94/5902 1037/1035/5903 1026/1024/5904 +f 1026/1024/5905 1037/1035/5906 1044/1042/5907 +f 1026/1024/5908 1044/1042/5909 1045/1043/5910 +f 1045/1043/5911 1044/1042/5912 1046/1044/5913 +f 1045/1043/5914 1046/1044/5915 1030/1028/5916 +f 1030/1028/5917 1046/1044/5918 1032/1030/5919 +f 97/97/5920 99/99/5921 1013/1011/5922 +f 1013/1011/5923 99/99/5924 1047/1045/5925 +f 1013/1011/5926 1047/1045/5927 1011/1009/5928 +f 1011/1009/5929 1047/1045/5930 58/58/5931 +f 99/99/5932 100/100/5933 1047/1045/5934 +f 1047/1045/5935 100/100/5936 58/58/5937 +f 1020/1018/5938 1019/1017/5939 1048/1046/5940 +f 1048/1046/5941 1019/1017/5942 1040/1038/5943 +f 1048/1046/5944 1040/1038/5945 1049/1047/5946 +f 1049/1047/5947 1040/1038/5948 1042/1040/5949 +f 1049/1047/5950 1042/1040/5951 1026/1024/5952 +f 1021/1019/5953 1050/1048/5954 996/994/5955 +f 996/994/5956 1050/1048/5957 1051/1049/5958 +f 996/994/5959 1051/1049/5960 1031/1029/5961 +f 1031/1029/5962 1051/1049/5963 1029/1027/5964 +f 1021/1019/5965 1023/1021/5966 1050/1048/5967 +f 1050/1048/5968 1023/1021/5969 1052/1050/5970 +f 1050/1048/5971 1052/1050/5972 1051/1049/5973 +f 1051/1049/5974 1052/1050/5975 1029/1027/5976 +f 997/995/5977 996/994/5978 1034/1032/5979 +f 1035/1033/5980 1033/1031/5981 1046/1044/5982 +f 1046/1044/5983 1033/1031/5984 1032/1030/5985 +f 1034/1032/5986 1036/1034/5987 997/995/5988 +f 997/995/5989 1036/1034/5990 1053/1051/5991 +f 997/995/5992 1053/1051/5993 998/996/5994 +f 998/996/5995 1053/1051/5996 1000/998/5997 +f 999/997/5998 1054/1052/5999 58/58/6000 +f 58/58/6001 1054/1052/6002 1055/1053/6003 +f 58/58/6004 1055/1053/6005 1008/1006/6006 +f 1008/1006/6007 1055/1053/6008 1006/1004/6009 +f 999/997/6010 1001/999/6011 1054/1052/6012 +f 1054/1052/6013 1001/999/6014 1056/1054/6015 +f 1054/1052/6016 1056/1054/6017 1055/1053/6018 +f 1055/1053/6019 1056/1054/6020 1006/1004/6021 +f 1012/1010/6022 1010/1008/6023 1017/1015/6024 +f 1017/1015/6025 1010/1008/6026 1009/1007/6027 +f 1020/1018/6028 1048/1046/6029 1022/1020/6030 +f 1022/1020/6031 1048/1046/6032 1057/1055/6033 +f 1022/1020/6034 1057/1055/6035 1024/1022/6036 +f 1024/1022/6037 1057/1055/6038 1026/1024/6039 +f 1057/1055/6040 1048/1046/6041 1049/1047/6042 +f 1027/1025/6043 1029/1027/6044 1052/1050/6045 +f 1027/1025/6046 1052/1050/6047 1025/1023/6048 +f 1025/1023/6049 1052/1050/6050 1023/1021/6051 +f 1045/1043/6052 1030/1028/6053 1028/1026/6054 +f 1037/1035/6055 1035/1033/6056 1044/1042/6057 +f 1044/1042/6058 1035/1033/6059 1046/1044/6060 +f 1039/1037/6061 1000/998/6062 1053/1051/6063 +f 1039/1037/6064 1053/1051/6065 1038/1036/6066 +f 1038/1036/6067 1053/1051/6068 1036/1034/6069 +f 1004/1002/6070 1006/1004/6071 1056/1054/6072 +f 1004/1002/6073 1056/1054/6074 1003/1001/6075 +f 1003/1001/6076 1056/1054/6077 1001/999/6078 +f 1016/1014/6079 1007/1005/6080 1005/1003/6081 +f 1014/1012/6082 1012/1010/6083 1015/1013/6084 +f 1015/1013/6085 1012/1010/6086 1017/1015/6087 +f 1026/1024/6088 1057/1055/6089 1049/1047/6090 +f 1026/1024/6091 1045/1043/6092 1028/1026/6093 +f 94/94/6094 1016/1014/6095 1005/1003/6096 +f 94/94/6097 1026/1024/6098 107/107/6099 +f 107/107/6100 1026/1024/6101 1058/1056/6102 +f 107/107/6103 1058/1056/6104 119/119/6105 +f 119/119/6106 1058/1056/6107 1059/1057/6108 +f 119/119/6109 1059/1057/6110 120/120/6111 +f 120/120/6112 1059/1057/6113 1060/1058/6114 +f 120/120/6115 1060/1058/6116 121/121/6117 +f 121/121/6118 1060/1058/6119 1061/1059/6120 +f 121/121/6121 1061/1059/6122 122/122/6123 +f 122/122/6124 1061/1059/6125 1062/1060/6126 +f 122/122/6127 1062/1060/6128 123/123/6129 +f 123/123/6130 1062/1060/6131 1063/1061/6132 +f 123/123/6133 1063/1061/6134 108/108/6135 +f 108/108/6136 1063/1061/6137 1064/1062/6138 +f 108/108/6139 1064/1062/6140 91/91/6141 +f 91/91/6142 1064/1062/6143 1065/1063/6144 +f 1065/1063/6145 1066/1064/6146 91/91/6147 +f 91/91/6148 1066/1064/6149 1067/1065/6150 +f 91/91/6151 1067/1065/6152 1068/1066/6153 +f 1068/1066/6154 1067/1065/6155 1069/1067/6156 +f 1068/1066/6157 1069/1067/6158 1070/1068/6159 +f 1070/1068/6160 1069/1067/6161 1071/1069/6162 +f 1070/1068/6163 1071/1069/6164 1072/1070/6165 +f 1072/1070/6166 1071/1069/6167 83/83/6168 +f 1072/1070/6169 83/83/6170 1073/1071/6171 +f 1073/1071/6172 83/83/6173 1074/1072/6174 +f 1073/1071/6175 1074/1072/6176 1075/1073/6177 +f 1075/1073/6178 1074/1072/6179 1076/1074/6180 +f 1075/1073/6181 1076/1074/6182 1077/1075/6183 +f 1077/1075/6184 1076/1074/6185 1078/1076/6186 +f 1077/1075/6187 1078/1076/6188 91/91/6189 +f 91/91/6190 1078/1076/6191 1079/1077/6192 +f 91/91/6193 1079/1077/6194 1080/1078/6195 +f 1080/1078/6196 1079/1077/6197 1081/1079/6198 +f 1080/1078/6199 1081/1079/6200 1082/1080/6201 +f 1082/1080/6202 1081/1079/6203 1083/1081/6204 +f 1082/1080/6205 1083/1081/6206 86/86/6207 +f 86/86/6208 1083/1081/6209 83/83/6210 +f 83/83/6211 1083/1081/6212 1084/1082/6213 +f 83/83/6214 1084/1082/6215 1085/1083/6216 +f 1085/1083/6217 1084/1082/6218 1086/1084/6219 +f 1085/1083/6220 1086/1084/6221 1076/1074/6222 +f 1076/1074/6223 1086/1084/6224 1078/1076/6225 +f 1087/1085/6226 1088/1086/6227 1065/1063/6228 +f 1065/1063/6229 1088/1086/6230 1089/1087/6231 +f 1065/1063/6232 1089/1087/6233 1090/1088/6234 +f 1090/1088/6235 1089/1087/6236 1091/1089/6237 +f 1090/1088/6238 1091/1089/6239 1092/1090/6240 +f 1092/1090/6241 1091/1089/6242 1093/1091/6243 +f 1092/1090/6244 1093/1091/6245 1094/1092/6246 +f 1094/1092/6247 1093/1091/6248 1095/1093/6249 +f 1094/1092/6250 1095/1093/6251 1096/1094/6252 +f 1096/1094/6253 1095/1093/6254 1097/1095/6255 +f 1096/1094/6256 1097/1095/6257 1098/1096/6258 +f 1098/1096/6259 1097/1095/6260 1099/1097/6261 +f 1098/1096/6262 1099/1097/6263 1100/1098/6264 +f 1100/1098/6265 1099/1097/6266 1101/1099/6267 +f 1100/1098/6268 1101/1099/6269 1065/1063/6270 +f 1065/1063/6271 1101/1099/6272 1102/1100/6273 +f 1065/1063/6274 1102/1100/6275 1103/1101/6276 +f 1103/1101/6277 1102/1100/6278 1104/1102/6279 +f 1103/1101/6280 1104/1102/6281 1105/1103/6282 +f 1105/1103/6283 1104/1102/6284 1106/1104/6285 +f 1105/1103/6286 1106/1104/6287 1107/1105/6288 +f 1107/1105/6289 1106/1104/6290 83/83/6291 +f 1107/1105/6292 83/83/6293 1108/1106/6294 +f 1108/1106/6295 83/83/6296 1071/1069/6297 +f 1108/1106/6298 1071/1069/6299 1069/1067/6300 +f 1088/1086/6301 1087/1085/6302 1109/1107/6303 +f 1109/1107/6304 1087/1085/6305 1110/1108/6306 +f 1109/1107/6307 1110/1108/6308 1111/1109/6309 +f 1111/1109/6310 1110/1108/6311 1112/1110/6312 +f 1111/1109/6313 1112/1110/6314 1095/1093/6315 +f 83/83/6316 1106/1104/6317 1095/1093/6318 +f 1095/1093/6319 1106/1104/6320 1113/1111/6321 +f 1095/1093/6322 1113/1111/6323 1114/1112/6324 +f 1114/1112/6325 1113/1111/6326 1115/1113/6327 +f 1114/1112/6328 1115/1113/6329 1099/1097/6330 +f 1099/1097/6331 1115/1113/6332 1101/1099/6333 +f 86/86/6334 88/88/6335 1082/1080/6336 +f 1082/1080/6337 88/88/6338 1116/1114/6339 +f 1082/1080/6340 1116/1114/6341 1080/1078/6342 +f 1080/1078/6343 1116/1114/6344 91/91/6345 +f 88/88/6346 89/89/6347 1116/1114/6348 +f 1116/1114/6349 89/89/6350 91/91/6351 +f 1089/1087/6352 1088/1086/6353 1117/1115/6354 +f 1117/1115/6355 1088/1086/6356 1109/1107/6357 +f 1117/1115/6358 1109/1107/6359 1118/1116/6360 +f 1118/1116/6361 1109/1107/6362 1111/1109/6363 +f 1118/1116/6364 1111/1109/6365 1095/1093/6366 +f 1090/1088/6367 1119/1117/6368 1065/1063/6369 +f 1065/1063/6370 1119/1117/6371 1120/1118/6372 +f 1065/1063/6373 1120/1118/6374 1100/1098/6375 +f 1100/1098/6376 1120/1118/6377 1098/1096/6378 +f 1090/1088/6379 1092/1090/6380 1119/1117/6381 +f 1119/1117/6382 1092/1090/6383 1121/1119/6384 +f 1119/1117/6385 1121/1119/6386 1120/1118/6387 +f 1120/1118/6388 1121/1119/6389 1098/1096/6390 +f 1066/1064/6391 1065/1063/6392 1103/1101/6393 +f 1104/1102/6394 1102/1100/6395 1115/1113/6396 +f 1115/1113/6397 1102/1100/6398 1101/1099/6399 +f 1103/1101/6400 1105/1103/6401 1066/1064/6402 +f 1066/1064/6403 1105/1103/6404 1122/1120/6405 +f 1066/1064/6406 1122/1120/6407 1067/1065/6408 +f 1067/1065/6409 1122/1120/6410 1069/1067/6411 +f 1068/1066/6412 1123/1121/6413 91/91/6414 +f 91/91/6415 1123/1121/6416 1124/1122/6417 +f 91/91/6418 1124/1122/6419 1077/1075/6420 +f 1077/1075/6421 1124/1122/6422 1075/1073/6423 +f 1068/1066/6424 1070/1068/6425 1123/1121/6426 +f 1123/1121/6427 1070/1068/6428 1125/1123/6429 +f 1123/1121/6430 1125/1123/6431 1124/1122/6432 +f 1124/1122/6433 1125/1123/6434 1075/1073/6435 +f 1081/1079/6436 1079/1077/6437 1086/1084/6438 +f 1086/1084/6439 1079/1077/6440 1078/1076/6441 +f 1089/1087/6442 1117/1115/6443 1091/1089/6444 +f 1091/1089/6445 1117/1115/6446 1126/1124/6447 +f 1091/1089/6448 1126/1124/6449 1093/1091/6450 +f 1093/1091/6451 1126/1124/6452 1095/1093/6453 +f 1126/1124/6454 1117/1115/6455 1118/1116/6456 +f 1096/1094/6457 1098/1096/6458 1121/1119/6459 +f 1096/1094/6460 1121/1119/6461 1094/1092/6462 +f 1094/1092/6463 1121/1119/6464 1092/1090/6465 +f 1114/1112/6466 1099/1097/6467 1097/1095/6468 +f 1106/1104/6469 1104/1102/6470 1113/1111/6471 +f 1113/1111/6472 1104/1102/6473 1115/1113/6474 +f 1108/1106/6475 1069/1067/6476 1122/1120/6477 +f 1108/1106/6478 1122/1120/6479 1107/1105/6480 +f 1107/1105/6481 1122/1120/6482 1105/1103/6483 +f 1073/1071/6484 1075/1073/6485 1125/1123/6486 +f 1073/1071/6487 1125/1123/6488 1072/1070/6489 +f 1072/1070/6490 1125/1123/6491 1070/1068/6492 +f 1085/1083/6493 1076/1074/6494 1074/1072/6495 +f 1083/1081/6496 1081/1079/6497 1084/1082/6498 +f 1084/1082/6499 1081/1079/6500 1086/1084/6501 +f 1095/1093/6502 1126/1124/6503 1118/1116/6504 +f 1095/1093/6505 1114/1112/6506 1097/1095/6507 +f 83/83/6508 1085/1083/6509 1074/1072/6510 +f 83/83/6511 1095/1093/6512 124/124/6513 +f 124/124/6514 1095/1093/6515 1127/1125/6516 +f 124/124/6517 1127/1125/6518 128/128/6519 +f 128/128/6520 1127/1125/6521 1128/1126/6522 +f 128/128/6523 1128/1126/6524 129/129/6525 +f 129/129/6526 1128/1126/6527 1129/1127/6528 +f 129/129/6529 1129/1127/6530 126/126/6531 +f 126/126/6532 1129/1127/6533 1130/1128/6534 +f 126/126/6535 1130/1128/6536 127/127/6537 +f 127/127/6538 1130/1128/6539 1131/1129/6540 +f 127/127/6541 1131/1129/6542 130/130/6543 +f 130/130/6544 1131/1129/6545 1132/1130/6546 +f 130/130/6547 1132/1130/6548 125/125/6549 +f 125/125/6550 1132/1130/6551 1133/1131/6552 +f 125/125/6553 1133/1131/6554 80/80/6555 +f 80/80/6556 1133/1131/6557 1134/1132/6558 +f 1134/1132/6559 1135/1133/6560 80/80/6561 +f 80/80/6562 1135/1133/6563 1136/1134/6564 +f 80/80/6565 1136/1134/6566 1137/1135/6567 +f 1137/1135/6568 1136/1134/6569 1138/1136/6570 +f 1137/1135/6571 1138/1136/6572 1139/1137/6573 +f 1139/1137/6574 1138/1136/6575 1140/1138/6576 +f 1139/1137/6577 1140/1138/6578 1141/1139/6579 +f 1141/1139/6580 1140/1138/6581 72/72/6582 +f 1141/1139/6583 72/72/6584 1142/1140/6585 +f 1142/1140/6586 72/72/6587 1143/1141/6588 +f 1142/1140/6589 1143/1141/6590 1144/1142/6591 +f 1144/1142/6592 1143/1141/6593 1145/1143/6594 +f 1144/1142/6595 1145/1143/6596 1146/1144/6597 +f 1146/1144/6598 1145/1143/6599 1147/1145/6600 +f 1146/1144/6601 1147/1145/6602 80/80/6603 +f 80/80/6604 1147/1145/6605 1148/1146/6606 +f 80/80/6607 1148/1146/6608 1149/1147/6609 +f 1149/1147/6610 1148/1146/6611 1150/1148/6612 +f 1149/1147/6613 1150/1148/6614 1151/1149/6615 +f 1151/1149/6616 1150/1148/6617 1152/1150/6618 +f 1151/1149/6619 1152/1150/6620 75/75/6621 +f 75/75/6622 1152/1150/6623 72/72/6624 +f 72/72/6625 1152/1150/6626 1153/1151/6627 +f 72/72/6628 1153/1151/6629 1154/1152/6630 +f 1154/1152/6631 1153/1151/6632 1155/1153/6633 +f 1154/1152/6634 1155/1153/6635 1145/1143/6636 +f 1145/1143/6637 1155/1153/6638 1147/1145/6639 +f 1156/1154/6640 1157/1155/6641 1134/1132/6642 +f 1134/1132/6643 1157/1155/6644 1158/1156/6645 +f 1134/1132/6646 1158/1156/6647 1159/1157/6648 +f 1159/1157/6649 1158/1156/6650 1160/1158/6651 +f 1159/1157/6652 1160/1158/6653 1161/1159/6654 +f 1161/1159/6655 1160/1158/6656 1162/1160/6657 +f 1161/1159/6658 1162/1160/6659 1163/1161/6660 +f 1163/1161/6661 1162/1160/6662 1164/1162/6663 +f 1163/1161/6664 1164/1162/6665 1165/1163/6666 +f 1165/1163/6667 1164/1162/6668 1166/1164/6669 +f 1165/1163/6670 1166/1164/6671 1167/1165/6672 +f 1167/1165/6673 1166/1164/6674 1168/1166/6675 +f 1167/1165/6676 1168/1166/6677 1169/1167/6678 +f 1169/1167/6679 1168/1166/6680 1170/1168/6681 +f 1169/1167/6682 1170/1168/6683 1134/1132/6684 +f 1134/1132/6685 1170/1168/6686 1171/1169/6687 +f 1134/1132/6688 1171/1169/6689 1172/1170/6690 +f 1172/1170/6691 1171/1169/6692 1173/1171/6693 +f 1172/1170/6694 1173/1171/6695 1174/1172/6696 +f 1174/1172/6697 1173/1171/6698 1175/1173/6699 +f 1174/1172/6700 1175/1173/6701 1176/1174/6702 +f 1176/1174/6703 1175/1173/6704 72/72/6705 +f 1176/1174/6706 72/72/6707 1177/1175/6708 +f 1177/1175/6709 72/72/6710 1140/1138/6711 +f 1177/1175/6712 1140/1138/6713 1138/1136/6714 +f 1157/1155/6715 1156/1154/6716 1178/1176/6717 +f 1178/1176/6718 1156/1154/6719 1179/1177/6720 +f 1178/1176/6721 1179/1177/6722 1180/1178/6723 +f 1180/1178/6724 1179/1177/6725 1181/1179/6726 +f 1180/1178/6727 1181/1179/6728 1164/1162/6729 +f 72/72/6730 1175/1173/6731 1164/1162/6732 +f 1164/1162/6733 1175/1173/6734 1182/1180/6735 +f 1164/1162/6736 1182/1180/6737 1183/1181/6738 +f 1183/1181/6739 1182/1180/6740 1184/1182/6741 +f 1183/1181/6742 1184/1182/6743 1168/1166/6744 +f 1168/1166/6745 1184/1182/6746 1170/1168/6747 +f 75/75/6748 77/77/6749 1151/1149/6750 +f 1151/1149/6751 77/77/6752 1185/1183/6753 +f 1151/1149/6754 1185/1183/6755 1149/1147/6756 +f 1149/1147/6757 1185/1183/6758 80/80/6759 +f 77/77/6760 78/78/6761 1185/1183/6762 +f 1185/1183/6763 78/78/6764 80/80/6765 +f 1158/1156/6766 1157/1155/6767 1186/1184/6768 +f 1186/1184/6769 1157/1155/6770 1178/1176/6771 +f 1186/1184/6772 1178/1176/6773 1187/1185/6774 +f 1187/1185/6775 1178/1176/6776 1180/1178/6777 +f 1187/1185/6778 1180/1178/6779 1164/1162/6780 +f 1159/1157/6781 1188/1186/6782 1134/1132/6783 +f 1134/1132/6784 1188/1186/6785 1189/1187/6786 +f 1134/1132/6787 1189/1187/6788 1169/1167/6789 +f 1169/1167/6790 1189/1187/6791 1167/1165/6792 +f 1159/1157/6793 1161/1159/6794 1188/1186/6795 +f 1188/1186/6796 1161/1159/6797 1190/1188/6798 +f 1188/1186/6799 1190/1188/6800 1189/1187/6801 +f 1189/1187/6802 1190/1188/6803 1167/1165/6804 +f 1135/1133/6805 1134/1132/6806 1172/1170/6807 +f 1173/1171/6808 1171/1169/6809 1184/1182/6810 +f 1184/1182/6811 1171/1169/6812 1170/1168/6813 +f 1172/1170/6814 1174/1172/6815 1135/1133/6816 +f 1135/1133/6817 1174/1172/6818 1191/1189/6819 +f 1135/1133/6820 1191/1189/6821 1136/1134/6822 +f 1136/1134/6823 1191/1189/6824 1138/1136/6825 +f 1137/1135/6826 1192/1190/6827 80/80/6828 +f 80/80/6829 1192/1190/6830 1193/1191/6831 +f 80/80/6832 1193/1191/6833 1146/1144/6834 +f 1146/1144/6835 1193/1191/6836 1144/1142/6837 +f 1137/1135/6838 1139/1137/6839 1192/1190/6840 +f 1192/1190/6841 1139/1137/6842 1194/1192/6843 +f 1192/1190/6844 1194/1192/6845 1193/1191/6846 +f 1193/1191/6847 1194/1192/6848 1144/1142/6849 +f 1150/1148/6850 1148/1146/6851 1155/1153/6852 +f 1155/1153/6853 1148/1146/6854 1147/1145/6855 +f 1158/1156/6856 1186/1184/6857 1160/1158/6858 +f 1160/1158/6859 1186/1184/6860 1195/1193/6861 +f 1160/1158/6862 1195/1193/6863 1162/1160/6864 +f 1162/1160/6865 1195/1193/6866 1164/1162/6867 +f 1195/1193/6868 1186/1184/6869 1187/1185/6870 +f 1165/1163/6871 1167/1165/6872 1190/1188/6873 +f 1165/1163/6874 1190/1188/6875 1163/1161/6876 +f 1163/1161/6877 1190/1188/6878 1161/1159/6879 +f 1183/1181/6880 1168/1166/6881 1166/1164/6882 +f 1175/1173/6883 1173/1171/6884 1182/1180/6885 +f 1182/1180/6886 1173/1171/6887 1184/1182/6888 +f 1177/1175/6889 1138/1136/6890 1191/1189/6891 +f 1177/1175/6892 1191/1189/6893 1176/1174/6894 +f 1176/1174/6895 1191/1189/6896 1174/1172/6897 +f 1142/1140/6898 1144/1142/6899 1194/1192/6900 +f 1142/1140/6901 1194/1192/6902 1141/1139/6903 +f 1141/1139/6904 1194/1192/6905 1139/1137/6906 +f 1154/1152/6907 1145/1143/6908 1143/1141/6909 +f 1152/1150/6910 1150/1148/6911 1153/1151/6912 +f 1153/1151/6913 1150/1148/6914 1155/1153/6915 +f 1164/1162/6916 1195/1193/6917 1187/1185/6918 +f 1164/1162/6919 1183/1181/6920 1166/1164/6921 +f 72/72/6922 1154/1152/6923 1143/1141/6924 +f 72/72/6925 1164/1162/6926 113/113/6927 +f 113/113/6928 1164/1162/6929 1196/1194/6930 +f 113/113/6931 1196/1194/6932 115/115/6933 +f 115/115/6934 1196/1194/6935 1197/1195/6936 +f 115/115/6937 1197/1195/6938 114/114/6939 +f 114/114/6940 1197/1195/6941 1198/1196/6942 +f 114/114/6943 1198/1196/6944 112/112/6945 +f 112/112/6946 1198/1196/6947 1199/1197/6948 +f 112/112/6949 1199/1197/6950 111/111/6951 +f 111/111/6952 1199/1197/6953 1200/1198/6954 +f 111/111/6955 1200/1198/6956 109/109/6957 +f 109/109/6958 1200/1198/6959 925/923/6960 +f 924/1199/6961 996/994/6962 995/993/6963 +f 924/1199/6964 995/993/6965 989/987/6966 +f 924/1199/6967 989/987/6968 957/955/6969 +f 996/994/6970 924/1199/6971 957/955/6972 +f 160/159/6973 974/972/6974 158/157/6975 +f 158/157/6976 974/972/6977 972/970/6978 +f 158/157/6979 972/970/6980 949/947/6981 +f 974/972/6982 160/159/6983 957/955/6984 +f 957/955/6985 160/159/6986 162/161/6987 +f 957/955/6988 162/161/6989 164/163/6990 +f 957/955/6991 164/163/6992 996/994/6993 +f 996/994/6994 164/163/6995 166/165/6996 +f 996/994/6997 166/165/6998 168/167/6999 +f 996/994/7000 168/167/7001 1018/1016/7002 +f 1018/1016/7003 168/167/7004 170/169/7005 +f 1018/1016/7006 170/169/7007 1041/1039/7008 +f 1041/1039/7009 170/169/7010 1043/1041/7011 +f 1043/1041/7012 170/169/7013 172/171/7014 +f 1043/1041/7015 172/171/7016 1026/1024/7017 +f 1026/1024/7018 172/171/7019 174/173/7020 +f 1026/1024/7021 174/173/7022 176/175/7023 +f 1026/1024/7024 176/175/7025 1065/1063/7026 +f 1065/1063/7027 176/175/7028 178/177/7029 +f 1065/1063/7030 178/177/7031 180/179/7032 +f 1065/1063/7033 180/179/7034 1087/1085/7035 +f 1087/1085/7036 180/179/7037 182/181/7038 +f 1087/1085/7039 182/181/7040 1110/1108/7041 +f 1110/1108/7042 182/181/7043 1112/1110/7044 +f 1112/1110/7045 182/181/7046 184/183/7047 +f 1112/1110/7048 184/183/7049 1095/1093/7050 +f 1095/1093/7051 184/183/7052 186/185/7053 +f 1095/1093/7054 186/185/7055 188/187/7056 +f 1095/1093/7057 188/187/7058 1134/1132/7059 +f 1134/1132/7060 188/187/7061 190/189/7062 +f 1134/1132/7063 190/189/7064 192/191/7065 +f 1134/1132/7066 192/191/7067 1156/1154/7068 +f 1156/1154/7069 192/191/7070 194/193/7071 +f 1156/1154/7072 194/193/7073 1179/1177/7074 +f 1179/1177/7075 194/193/7076 1181/1179/7077 +f 1181/1179/7078 194/193/7079 196/195/7080 +f 1181/1179/7081 196/195/7082 1164/1162/7083 +f 1164/1162/7084 196/195/7085 198/197/7086 +f 1164/1162/7087 198/197/7088 200/199/7089 +f 1164/1162/7090 200/199/7091 927/925/7092 +f 927/925/7093 200/199/7094 202/201/7095 +f 927/925/7096 202/201/7097 156/155/7098 +f 927/925/7099 156/155/7100 949/947/7101 +f 949/947/7102 156/155/7103 158/157/7104 +f 131/1200/7105 1065/1063/7106 1064/1062/7107 +f 131/1200/7108 1064/1062/7109 1058/1056/7110 +f 1058/1056/7111 1064/1062/7112 1061/1059/7113 +f 1058/1056/7114 1061/1059/7115 1060/1058/7116 +f 1065/1063/7117 131/1200/7118 1026/1024/7119 +f 1026/1024/7120 131/1200/7121 1058/1056/7122 +f 925/923/7123 1200/1198/7124 926/924/7125 +f 926/924/7126 1200/1198/7127 1199/1197/7128 +f 926/924/7129 1199/1197/7130 1196/1194/7131 +f 1196/1194/7132 1199/1197/7133 1198/1196/7134 +f 1196/1194/7135 1198/1196/7136 1197/1195/7137 +f 1196/1194/7138 1164/1162/7139 926/924/7140 +f 926/924/7141 1164/1162/7142 927/925/7143 +f 1095/1093/7144 1134/1132/7145 1127/1125/7146 +f 1127/1125/7147 1134/1132/7148 1133/1131/7149 +f 1127/1125/7150 1133/1131/7151 1130/1128/7152 +f 1130/1128/7153 1133/1131/7154 1131/1129/7155 +f 1131/1129/7156 1133/1131/7157 1132/1130/7158 +f 1130/1128/7159 1129/1127/7160 1127/1125/7161 +f 1127/1125/7162 1129/1127/7163 1128/1126/7164 +f 1063/1061/7165 1062/1060/7166 1064/1062/7167 +f 1064/1062/7168 1062/1060/7169 1061/1059/7170 +f 1060/1058/7171 1059/1057/7172 1058/1056/7173 +f 994/992/7174 993/991/7175 995/993/7176 +f 995/993/7177 993/991/7178 992/990/7179 +f 995/993/7180 992/990/7181 989/987/7182 +f 989/987/7183 992/990/7184 991/989/7185 +f 989/987/7186 991/989/7187 990/988/7188 +f 1201/1201/7189 1202/1202/7190 1203/1203/7191 +f 1201/1201/7192 1203/1203/7193 1204/1204/7194 +f 1201/1201/7195 1204/1204/7196 1205/1205/7197 +f 1205/1205/7198 1204/1204/7199 1206/1206/7200 +f 1205/1205/7201 1206/1206/7202 1207/1207/7203 +f 1202/1202/7204 1201/1201/7205 1205/1205/7206 +f 1208/1208/7207 1209/1209/7208 1210/1210/7209 +f 1210/1210/7210 1209/1209/7211 1211/1211/7212 +f 1210/1210/7213 1211/1211/7214 1212/1212/7215 +f 1209/1209/7216 1208/1208/7217 1213/1213/7218 +f 1213/1213/7219 1208/1208/7220 1214/1214/7221 +f 1213/1213/7222 1214/1214/7223 1215/1215/7224 +f 1213/1213/7225 1215/1215/7226 1216/1216/7227 +f 1216/1216/7228 1215/1215/7229 1217/1217/7230 +f 1216/1216/7231 1217/1217/7232 1218/1218/7233 +f 1216/1216/7234 1218/1218/7235 1219/1219/7236 +f 1219/1219/7237 1218/1218/7238 1220/1220/7239 +f 1219/1219/7240 1220/1220/7241 1221/1221/7242 +f 1221/1221/7243 1220/1220/7244 1222/1222/7245 +f 1222/1222/7246 1220/1220/7247 1223/1223/7248 +f 1222/1222/7249 1223/1223/7250 1224/1224/7251 +f 1224/1224/7252 1223/1223/7253 1225/1225/7254 +f 1224/1224/7255 1225/1225/7256 1226/1226/7257 +f 1224/1224/7258 1226/1226/7259 1227/1227/7260 +f 1227/1227/7261 1226/1226/7262 1228/1228/7263 +f 1227/1227/7264 1228/1228/7265 1229/1229/7266 +f 1227/1227/7267 1229/1229/7268 1230/1230/7269 +f 1230/1230/7270 1229/1229/7271 1231/1231/7272 +f 1230/1230/7273 1231/1231/7274 1232/1232/7275 +f 1232/1232/7276 1231/1231/7277 1233/1233/7278 +f 1233/1233/7279 1231/1231/7280 1234/1234/7281 +f 1233/1233/7282 1234/1234/7283 1235/1235/7284 +f 1235/1235/7285 1234/1234/7286 1236/1236/7287 +f 1235/1235/7288 1236/1236/7289 1237/1237/7290 +f 1235/1235/7291 1237/1237/7292 1238/1238/7293 +f 1238/1238/7294 1237/1237/7295 1239/1239/7296 +f 1238/1238/7297 1239/1239/7298 1240/1240/7299 +f 1238/1238/7300 1240/1240/7301 1241/1241/7302 +f 1241/1241/7303 1240/1240/7304 1242/1242/7305 +f 1241/1241/7306 1242/1242/7307 1243/1243/7308 +f 1243/1243/7309 1242/1242/7310 1244/1244/7311 +f 1244/1244/7312 1242/1242/7313 1245/1245/7314 +f 1244/1244/7315 1245/1245/7316 1202/1202/7317 +f 1202/1202/7318 1245/1245/7319 1246/1246/7320 +f 1202/1202/7321 1246/1246/7322 1247/1247/7323 +f 1202/1202/7324 1247/1247/7325 1203/1203/7326 +f 1203/1203/7327 1247/1247/7328 1248/1248/7329 +f 1203/1203/7330 1248/1248/7331 1249/1249/7332 +f 1203/1203/7333 1249/1249/7334 1212/1212/7335 +f 1212/1212/7336 1249/1249/7337 1210/1210/7338 +f 1250/1250/7339 1235/1235/7340 1238/1238/7341 +f 1250/1250/7342 1238/1238/7343 1251/1251/7344 +f 1250/1250/7345 1251/1251/7346 1252/1252/7347 +f 1250/1250/7348 1252/1252/7349 1235/1235/7350 +f 1253/1253/7351 1254/1254/7352 1255/1255/7353 +f 1255/1255/7354 1254/1254/7355 1256/1256/7356 +f 1256/1256/7357 1254/1254/7358 1257/1257/7359 +f 1256/1256/7360 1257/1257/7361 1258/1258/7362 +f 1258/1258/7363 1257/1257/7364 1259/1259/7365 +f 1257/1257/7366 1254/1254/7367 1216/1216/7368 +f 1216/1216/7369 1254/1254/7370 1213/1213/7371 +f 1260/1260/7372 1261/1261/7373 1204/1204/7374 +f 1204/1204/7375 1261/1261/7376 1206/1206/7377 +f 1207/1207/7378 1262/1262/7379 1205/1205/7380 +f 1263/1263/7381 1264/1264/7382 1251/1251/7383 +f 1251/1251/7384 1264/1264/7385 1265/1265/7386 +f 1251/1251/7387 1265/1265/7388 1252/1252/7389 +f 1252/1252/7390 1265/1265/7391 1266/1266/7392 +f 1252/1252/7393 1266/1266/7394 1267/1267/7395 +f 1227/1227/7396 1268/1268/7397 1224/1224/7398 +f 1224/1224/7399 1268/1268/7400 1269/1269/7401 +f 1269/1269/7402 1268/1268/7403 1270/1270/7404 +f 1269/1269/7405 1270/1270/7406 1271/1271/7407 +f 1272/1272/7408 1273/1273/7409 1268/1268/7410 +f 1268/1268/7411 1273/1273/7412 1270/1270/7413 +f 1271/1271/7414 1274/1274/7415 1269/1269/7416 +f 1249/1249/7417 1276/1275/7418 1210/1210/7419 +f 1210/1210/7420 1276/1275/7421 1277/1276/7422 +f 1210/1210/7423 1277/1276/7424 1208/1208/7425 +f 1208/1208/7426 1277/1276/7427 1278/1277/7428 +f 1208/1208/7429 1278/1277/7430 1214/1214/7431 +f 1214/1214/7432 1278/1277/7433 1279/1278/7434 +f 1214/1214/7435 1279/1278/7436 1215/1215/7437 +f 1215/1215/7438 1279/1278/7439 1280/1279/7440 +f 1215/1215/7441 1280/1279/7442 1217/1217/7443 +f 1217/1217/7444 1280/1279/7445 1281/1280/7446 +f 1217/1217/7447 1281/1280/7448 1218/1218/7449 +f 1218/1218/7450 1281/1280/7451 1282/1281/7452 +f 1218/1218/7453 1282/1281/7454 1220/1220/7455 +f 1220/1220/7456 1282/1281/7457 1283/1282/7458 +f 1220/1220/7459 1283/1282/7460 1223/1223/7461 +f 1223/1223/7462 1283/1282/7463 1284/1283/7464 +f 1223/1223/7465 1284/1283/7466 1225/1225/7467 +f 1225/1225/7468 1284/1283/7469 1285/1284/7470 +f 1225/1225/7471 1285/1284/7472 1226/1226/7473 +f 1226/1226/7474 1285/1284/7475 1286/1285/7476 +f 1226/1226/7477 1286/1285/7478 1228/1228/7479 +f 1228/1228/7480 1286/1285/7481 1287/1286/7482 +f 1228/1228/7483 1287/1286/7484 1229/1229/7485 +f 1229/1229/7486 1287/1286/7487 1288/1287/7488 +f 1229/1229/7489 1288/1287/7490 1231/1231/7491 +f 1231/1231/7492 1288/1287/7493 1289/1288/7494 +f 1231/1231/7495 1289/1288/7496 1234/1234/7497 +f 1234/1234/7498 1289/1288/7499 1290/1289/7500 +f 1234/1234/7501 1290/1289/7502 1236/1236/7503 +f 1236/1236/7504 1290/1289/7505 1291/1290/7506 +f 1236/1236/7507 1291/1290/7508 1237/1237/7509 +f 1237/1237/7510 1291/1290/7511 1292/1291/7512 +f 1237/1237/7513 1292/1291/7514 1239/1239/7515 +f 1239/1239/7516 1292/1291/7517 1293/1292/7518 +f 1239/1239/7519 1293/1292/7520 1240/1240/7521 +f 1240/1240/7522 1293/1292/7523 1294/1293/7524 +f 1240/1240/7525 1294/1293/7526 1242/1242/7527 +f 1242/1242/7528 1294/1293/7529 1295/1294/7530 +f 1242/1242/7531 1295/1294/7532 1245/1245/7533 +f 1245/1245/7534 1295/1294/7535 1296/1295/7536 +f 1245/1245/7537 1296/1295/7538 1246/1246/7539 +f 1246/1246/7540 1296/1295/7541 1297/1296/7542 +f 1246/1246/7543 1297/1296/7544 1247/1247/7545 +f 1247/1247/7546 1297/1296/7547 1298/1297/7548 +f 1247/1247/7549 1298/1297/7550 1248/1248/7551 +f 1248/1248/7552 1298/1297/7553 1299/1298/7554 +f 1248/1248/7555 1299/1298/7556 1249/1249/7557 +f 1249/1249/7558 1299/1298/7559 1276/1275/7560 +f 1300/1299/7561 1301/1300/7562 1302/1301/7563 +f 1302/1301/7564 1301/1300/7565 1303/1302/7566 +f 1302/1301/7567 1303/1302/7568 1304/1303/7569 +f 1304/1303/7570 1303/1302/7571 1305/1304/7572 +f 1304/1303/7573 1305/1304/7574 1306/1305/7575 +f 1306/1305/7576 1305/1304/7577 1307/1306/7578 +f 1306/1305/7579 1307/1306/7580 1308/1307/7581 +f 1308/1307/7582 1307/1306/7583 1309/1308/7584 +f 1308/1307/7585 1309/1308/7586 1310/1309/7587 +f 1310/1309/7588 1309/1308/7589 1311/1310/7590 +f 1310/1309/7591 1311/1310/7592 1312/1311/7593 +f 1312/1311/7594 1311/1310/7595 1313/1312/7596 +f 1312/1311/7597 1313/1312/7598 1314/1313/7599 +f 1314/1313/7600 1313/1312/7601 1315/1314/7602 +f 1314/1313/7603 1315/1314/7604 1316/1315/7605 +f 1316/1315/7606 1315/1314/7607 1317/1316/7608 +f 1316/1315/7609 1317/1316/7610 1318/1317/7611 +f 1318/1317/7612 1317/1316/7613 1319/1318/7614 +f 1318/1317/7615 1319/1318/7616 1320/1319/7617 +f 1320/1319/7618 1319/1318/7619 1321/1320/7620 +f 1320/1319/7621 1321/1320/7622 1322/1321/7623 +f 1322/1321/7624 1321/1320/7625 1323/1322/7626 +f 1322/1321/7627 1323/1322/7628 1324/1323/7629 +f 1324/1323/7630 1323/1322/7631 1325/1324/7632 +f 1324/1323/7633 1325/1324/7634 1326/1325/7635 +f 1326/1325/7636 1325/1324/7637 1327/1326/7638 +f 1326/1325/7639 1327/1326/7640 1328/1327/7641 +f 1328/1327/7642 1327/1326/7643 1329/1328/7644 +f 1328/1327/7645 1329/1328/7646 1330/1329/7647 +f 1330/1329/7648 1329/1328/7649 1331/1330/7650 +f 1330/1329/7651 1331/1330/7652 1332/1331/7653 +f 1332/1331/7654 1331/1330/7655 1333/1332/7656 +f 1332/1331/7657 1333/1332/7658 1334/1333/7659 +f 1334/1333/7660 1333/1332/7661 1335/1334/7662 +f 1334/1333/7663 1335/1334/7664 1336/1335/7665 +f 1336/1335/7666 1335/1334/7667 1337/1336/7668 +f 1336/1335/7669 1337/1336/7670 1338/1337/7671 +f 1338/1337/7672 1337/1336/7673 1339/1338/7674 +f 1338/1337/7675 1339/1338/7676 1340/1339/7677 +f 1340/1339/7678 1339/1338/7679 1341/1340/7680 +f 1340/1339/7681 1341/1340/7682 1342/1341/7683 +f 1342/1341/7684 1341/1340/7685 1343/1342/7686 +f 1342/1341/7687 1343/1342/7688 1344/1343/7689 +f 1344/1343/7690 1343/1342/7691 1345/1344/7692 +f 1344/1343/7693 1345/1344/7694 1346/1345/7695 +f 1346/1345/7696 1345/1344/7697 1347/1346/7698 +f 1346/1345/7699 1347/1346/7700 1300/1299/7701 +f 1300/1299/7702 1347/1346/7703 1301/1300/7704 +f 1277/1276/7705 1348/1347/7706 1278/1277/7707 +f 1278/1277/7708 1348/1347/7709 1349/1348/7710 +f 1278/1277/7711 1349/1348/7712 1279/1278/7713 +f 1279/1278/7714 1349/1348/7715 1350/1349/7716 +f 1279/1278/7717 1350/1349/7718 1280/1279/7719 +f 1280/1279/7720 1350/1349/7721 1351/1350/7722 +f 1280/1279/7723 1351/1350/7724 1281/1280/7725 +f 1281/1280/7726 1351/1350/7727 1352/1351/7728 +f 1281/1280/7729 1352/1351/7730 1282/1281/7731 +f 1282/1281/7732 1352/1351/7733 1353/1352/7734 +f 1282/1281/7735 1353/1352/7736 1283/1282/7737 +f 1283/1282/7738 1353/1352/7739 1354/1353/7740 +f 1283/1282/7741 1354/1353/7742 1284/1283/7743 +f 1284/1283/7744 1354/1353/7745 1355/1354/7746 +f 1284/1283/7747 1355/1354/7748 1285/1284/7749 +f 1285/1284/7750 1355/1354/7751 1356/1355/7752 +f 1285/1284/7753 1356/1355/7754 1286/1285/7755 +f 1286/1285/7756 1356/1355/7757 1357/1356/7758 +f 1286/1285/7759 1357/1356/7760 1287/1286/7761 +f 1287/1286/7762 1357/1356/7763 1358/1357/7764 +f 1287/1286/7765 1358/1357/7766 1288/1287/7767 +f 1288/1287/7768 1358/1357/7769 1359/1358/7770 +f 1288/1287/7771 1359/1358/7772 1289/1288/7773 +f 1289/1288/7774 1359/1358/7775 1360/1359/7776 +f 1289/1288/7777 1360/1359/7778 1290/1289/7779 +f 1290/1289/7780 1360/1359/7781 1361/1360/7782 +f 1290/1289/7783 1361/1360/7784 1291/1290/7785 +f 1291/1290/7786 1361/1360/7787 1362/1361/7788 +f 1291/1290/7789 1362/1361/7790 1292/1291/7791 +f 1292/1291/7792 1362/1361/7793 1363/1362/7794 +f 1292/1291/7795 1363/1362/7796 1293/1292/7797 +f 1293/1292/7798 1363/1362/7799 1364/1363/7800 +f 1293/1292/7801 1364/1363/7802 1294/1293/7803 +f 1294/1293/7804 1364/1363/7805 1365/1364/7806 +f 1294/1293/7807 1365/1364/7808 1295/1294/7809 +f 1295/1294/7810 1365/1364/7811 1366/1365/7812 +f 1295/1294/7813 1366/1365/7814 1296/1295/7815 +f 1296/1295/7816 1366/1365/7817 1367/1366/7818 +f 1296/1295/7819 1367/1366/7820 1297/1296/7821 +f 1297/1296/7822 1367/1366/7823 1368/1367/7824 +f 1297/1296/7825 1368/1367/7826 1298/1297/7827 +f 1298/1297/7828 1368/1367/7829 1369/1368/7830 +f 1298/1297/7831 1369/1368/7832 1299/1298/7833 +f 1299/1298/7834 1369/1368/7835 1370/1369/7836 +f 1299/1298/7837 1370/1369/7838 1276/1275/7839 +f 1276/1275/7840 1370/1369/7841 1371/1370/7842 +f 1276/1275/7843 1371/1370/7844 1277/1276/7845 +f 1277/1276/7846 1371/1370/7847 1348/1347/7848 +f 1348/1347/7849 1372/1371/7850 1349/1348/7851 +f 1349/1348/7852 1372/1371/7853 1373/1372/7854 +f 1349/1348/7855 1373/1372/7856 1350/1349/7857 +f 1350/1349/7858 1373/1372/7859 1374/1373/7860 +f 1350/1349/7861 1374/1373/7862 1351/1350/7863 +f 1351/1350/7864 1374/1373/7865 1375/1374/7866 +f 1351/1350/7867 1375/1374/7868 1352/1351/7869 +f 1352/1351/7870 1375/1374/7871 1376/1375/7872 +f 1352/1351/7873 1376/1375/7874 1353/1352/7875 +f 1353/1352/7876 1376/1375/7877 1377/1376/7878 +f 1353/1352/7879 1377/1376/7880 1354/1353/7881 +f 1354/1353/7882 1377/1376/7883 1378/1377/7884 +f 1354/1353/7885 1378/1377/7886 1355/1354/7887 +f 1355/1354/7888 1378/1377/7889 1379/1378/7890 +f 1355/1354/7891 1379/1378/7892 1356/1355/7893 +f 1356/1355/7894 1379/1378/7895 1380/1379/7896 +f 1356/1355/7897 1380/1379/7898 1357/1356/7899 +f 1357/1356/7900 1380/1379/7901 1381/1380/7902 +f 1357/1356/7903 1381/1380/7904 1358/1357/7905 +f 1358/1357/7906 1381/1380/7907 1382/1381/7908 +f 1358/1357/7909 1382/1381/7910 1359/1358/7911 +f 1359/1358/7912 1382/1381/7913 1383/1382/7914 +f 1359/1358/7915 1383/1382/7916 1360/1359/7917 +f 1360/1359/7918 1383/1382/7919 1384/1383/7920 +f 1360/1359/7921 1384/1383/7922 1361/1360/7923 +f 1361/1360/7924 1384/1383/7925 1385/1384/7926 +f 1361/1360/7927 1385/1384/7928 1362/1361/7929 +f 1362/1361/7930 1385/1384/7931 1386/1385/7932 +f 1362/1361/7933 1386/1385/7934 1363/1362/7935 +f 1363/1362/7936 1386/1385/7937 1387/1386/7938 +f 1363/1362/7939 1387/1386/7940 1364/1363/7941 +f 1364/1363/7942 1387/1386/7943 1388/1387/7944 +f 1364/1363/7945 1388/1387/7946 1365/1364/7947 +f 1365/1364/7948 1388/1387/7949 1389/1388/7950 +f 1365/1364/7951 1389/1388/7952 1366/1365/7953 +f 1366/1365/7954 1389/1388/7955 1390/1389/7956 +f 1366/1365/7957 1390/1389/7958 1367/1366/7959 +f 1367/1366/7960 1390/1389/7961 1391/1390/7962 +f 1367/1366/7963 1391/1390/7964 1368/1367/7965 +f 1368/1367/7966 1391/1390/7967 1392/1391/7968 +f 1368/1367/7969 1392/1391/7970 1369/1368/7971 +f 1369/1368/7972 1392/1391/7973 1393/1392/7974 +f 1369/1368/7975 1393/1392/7976 1370/1369/7977 +f 1370/1369/7978 1393/1392/7979 1394/1393/7980 +f 1370/1369/7981 1394/1393/7982 1371/1370/7983 +f 1371/1370/7984 1394/1393/7985 1395/1394/7986 +f 1371/1370/7987 1395/1394/7988 1348/1347/7989 +f 1348/1347/7990 1395/1394/7991 1372/1371/7992 +f 1372/1371/7993 1396/1395/7994 1373/1372/7995 +f 1373/1372/7996 1396/1395/7997 1397/1396/7998 +f 1373/1372/7999 1397/1396/8000 1374/1373/8001 +f 1374/1373/8002 1397/1396/8003 1398/1397/8004 +f 1374/1373/8005 1398/1397/8006 1375/1374/8007 +f 1375/1374/8008 1398/1397/8009 1399/1398/8010 +f 1375/1374/8011 1399/1398/8012 1376/1375/8013 +f 1376/1375/8014 1399/1398/8015 1400/1399/8016 +f 1376/1375/8017 1400/1399/8018 1377/1376/8019 +f 1377/1376/8020 1400/1399/8021 1401/1400/8022 +f 1377/1376/8023 1401/1400/8024 1378/1377/8025 +f 1378/1377/8026 1401/1400/8027 1402/1401/8028 +f 1378/1377/8029 1402/1401/8030 1379/1378/8031 +f 1379/1378/8032 1402/1401/8033 1403/1402/8034 +f 1379/1378/8035 1403/1402/8036 1380/1379/8037 +f 1380/1379/8038 1403/1402/8039 1404/1403/8040 +f 1380/1379/8041 1404/1403/8042 1381/1380/8043 +f 1381/1380/8044 1404/1403/8045 1405/1404/8046 +f 1381/1380/8047 1405/1404/8048 1382/1381/8049 +f 1382/1381/8050 1405/1404/8051 1406/1405/8052 +f 1382/1381/8053 1406/1405/8054 1383/1382/8055 +f 1383/1382/8056 1406/1405/8057 1407/1406/8058 +f 1383/1382/8059 1407/1406/8060 1384/1383/8061 +f 1384/1383/8062 1407/1406/8063 1408/1407/8064 +f 1384/1383/8065 1408/1407/8066 1385/1384/8067 +f 1385/1384/8068 1408/1407/8069 1409/1408/8070 +f 1385/1384/8071 1409/1408/8072 1386/1385/8073 +f 1386/1385/8074 1409/1408/8075 1410/1409/8076 +f 1386/1385/8077 1410/1409/8078 1387/1386/8079 +f 1387/1386/8080 1410/1409/8081 1411/1410/8082 +f 1387/1386/8083 1411/1410/8084 1388/1387/8085 +f 1388/1387/8086 1411/1410/8087 1412/1411/8088 +f 1388/1387/8089 1412/1411/8090 1389/1388/8091 +f 1389/1388/8092 1412/1411/8093 1413/1412/8094 +f 1389/1388/8095 1413/1412/8096 1390/1389/8097 +f 1390/1389/8098 1413/1412/8099 1414/1413/8100 +f 1390/1389/8101 1414/1413/8102 1391/1390/8103 +f 1391/1390/8104 1414/1413/8105 1415/1414/8106 +f 1391/1390/8107 1415/1414/8108 1392/1391/8109 +f 1392/1391/8110 1415/1414/8111 1416/1415/8112 +f 1392/1391/8113 1416/1415/8114 1393/1392/8115 +f 1393/1392/8116 1416/1415/8117 1417/1416/8118 +f 1393/1392/8119 1417/1416/8120 1394/1393/8121 +f 1394/1393/8122 1417/1416/8123 1418/1417/8124 +f 1394/1393/8125 1418/1417/8126 1395/1394/8127 +f 1395/1394/8128 1418/1417/8129 1419/1418/8130 +f 1395/1394/8131 1419/1418/8132 1372/1371/8133 +f 1372/1371/8134 1419/1418/8135 1396/1395/8136 +f 1396/1395/8137 1420/1419/8138 1397/1396/8139 +f 1397/1396/8140 1420/1419/8141 1421/1420/8142 +f 1397/1396/8143 1421/1420/8144 1398/1397/8145 +f 1398/1397/8146 1421/1420/8147 1422/1421/8148 +f 1398/1397/8149 1422/1421/8150 1399/1398/8151 +f 1399/1398/8152 1422/1421/8153 1423/1422/8154 +f 1399/1398/8155 1423/1422/8156 1400/1399/8157 +f 1400/1399/8158 1423/1422/8159 1424/1423/8160 +f 1400/1399/8161 1424/1423/8162 1401/1400/8163 +f 1401/1400/8164 1424/1423/8165 1425/1424/8166 +f 1401/1400/8167 1425/1424/8168 1402/1401/8169 +f 1402/1401/8170 1425/1424/8171 1426/1425/8172 +f 1402/1401/8173 1426/1425/8174 1403/1402/8175 +f 1403/1402/8176 1426/1425/8177 1427/1426/8178 +f 1403/1402/8179 1427/1426/8180 1404/1403/8181 +f 1404/1403/8182 1427/1426/8183 1428/1427/8184 +f 1404/1403/8185 1428/1427/8186 1405/1404/8187 +f 1405/1404/8188 1428/1427/8189 1429/1428/8190 +f 1405/1404/8191 1429/1428/8192 1406/1405/8193 +f 1406/1405/8194 1429/1428/8195 1430/1429/8196 +f 1406/1405/8197 1430/1429/8198 1407/1406/8199 +f 1407/1406/8200 1430/1429/8201 1431/1430/8202 +f 1407/1406/8203 1431/1430/8204 1408/1407/8205 +f 1408/1407/8206 1431/1430/8207 1432/1431/8208 +f 1408/1407/8209 1432/1431/8210 1409/1408/8211 +f 1409/1408/8212 1432/1431/8213 1433/1432/8214 +f 1409/1408/8215 1433/1432/8216 1410/1409/8217 +f 1410/1409/8218 1433/1432/8219 1434/1433/8220 +f 1410/1409/8221 1434/1433/8222 1411/1410/8223 +f 1411/1410/8224 1434/1433/8225 1435/1434/8226 +f 1411/1410/8227 1435/1434/8228 1412/1411/8229 +f 1412/1411/8230 1435/1434/8231 1436/1435/8232 +f 1412/1411/8233 1436/1435/8234 1413/1412/8235 +f 1413/1412/8236 1436/1435/8237 1437/1436/8238 +f 1413/1412/8239 1437/1436/8240 1414/1413/8241 +f 1414/1413/8242 1437/1436/8243 1438/1437/8244 +f 1414/1413/8245 1438/1437/8246 1415/1414/8247 +f 1415/1414/8248 1438/1437/8249 1439/1438/8250 +f 1415/1414/8251 1439/1438/8252 1416/1415/8253 +f 1416/1415/8254 1439/1438/8255 1440/1439/8256 +f 1416/1415/8257 1440/1439/8258 1417/1416/8259 +f 1417/1416/8260 1440/1439/8261 1441/1440/8262 +f 1417/1416/8263 1441/1440/8264 1418/1417/8265 +f 1418/1417/8266 1441/1440/8267 1442/1441/8268 +f 1418/1417/8269 1442/1441/8270 1419/1418/8271 +f 1419/1418/8272 1442/1441/8273 1443/1442/8274 +f 1419/1418/8275 1443/1442/8276 1396/1395/8277 +f 1396/1395/8278 1443/1442/8279 1420/1419/8280 +f 1420/1419/8281 1444/1443/8282 1421/1420/8283 +f 1421/1420/8284 1444/1443/8285 1445/1444/8286 +f 1421/1420/8287 1445/1444/8288 1422/1421/8289 +f 1422/1421/8290 1445/1444/8291 1446/1445/8292 +f 1422/1421/8293 1446/1445/8294 1423/1422/8295 +f 1423/1422/8296 1446/1445/8297 1447/1446/8298 +f 1423/1422/8299 1447/1446/8300 1424/1423/8301 +f 1424/1423/8302 1447/1446/8303 1448/1447/8304 +f 1424/1423/8305 1448/1447/8306 1425/1424/8307 +f 1425/1424/8308 1448/1447/8309 1449/1448/8310 +f 1425/1424/8311 1449/1448/8312 1426/1425/8313 +f 1426/1425/8314 1449/1448/8315 1450/1449/8316 +f 1426/1425/8317 1450/1449/8318 1427/1426/8319 +f 1427/1426/8320 1450/1449/8321 1451/1450/8322 +f 1427/1426/8323 1451/1450/8324 1428/1427/8325 +f 1428/1427/8326 1451/1450/8327 1452/1451/8328 +f 1428/1427/8329 1452/1451/8330 1429/1428/8331 +f 1429/1428/8332 1452/1451/8333 1453/1452/8334 +f 1429/1428/8335 1453/1452/8336 1430/1429/8337 +f 1430/1429/8338 1453/1452/8339 1454/1453/8340 +f 1430/1429/8341 1454/1453/8342 1431/1430/8343 +f 1431/1430/8344 1454/1453/8345 1455/1454/8346 +f 1431/1430/8347 1455/1454/8348 1432/1431/8349 +f 1432/1431/8350 1455/1454/8351 1456/1455/8352 +f 1432/1431/8353 1456/1455/8354 1433/1432/8355 +f 1433/1432/8356 1456/1455/8357 1457/1456/8358 +f 1433/1432/8359 1457/1456/8360 1434/1433/8361 +f 1434/1433/8362 1457/1456/8363 1458/1457/8364 +f 1434/1433/8365 1458/1457/8366 1435/1434/8367 +f 1435/1434/8368 1458/1457/8369 1459/1458/8370 +f 1435/1434/8371 1459/1458/8372 1436/1435/8373 +f 1436/1435/8374 1459/1458/8375 1460/1459/8376 +f 1436/1435/8377 1460/1459/8378 1437/1436/8379 +f 1437/1436/8380 1460/1459/8381 1461/1460/8382 +f 1437/1436/8383 1461/1460/8384 1438/1437/8385 +f 1438/1437/8386 1461/1460/8387 1462/1461/8388 +f 1438/1437/8389 1462/1461/8390 1439/1438/8391 +f 1439/1438/8392 1462/1461/8393 1463/1462/8394 +f 1439/1438/8395 1463/1462/8396 1440/1439/8397 +f 1440/1439/8398 1463/1462/8399 1464/1463/8400 +f 1440/1439/8401 1464/1463/8402 1441/1440/8403 +f 1441/1440/8404 1464/1463/8405 1465/1464/8406 +f 1441/1440/8407 1465/1464/8408 1442/1441/8409 +f 1442/1441/8410 1465/1464/8411 1466/1465/8412 +f 1442/1441/8413 1466/1465/8414 1443/1442/8415 +f 1443/1442/8416 1466/1465/8417 1467/1466/8418 +f 1443/1442/8419 1467/1466/8420 1420/1419/8421 +f 1420/1419/8422 1467/1466/8423 1444/1443/8424 +f 1444/1443/8425 1468/1467/8426 1445/1444/8427 +f 1445/1444/8428 1468/1467/8429 1469/1468/8430 +f 1445/1444/8431 1469/1468/8432 1446/1445/8433 +f 1446/1445/8434 1469/1468/8435 1470/1469/8436 +f 1446/1445/8437 1470/1469/8438 1447/1446/8439 +f 1447/1446/8440 1470/1469/8441 1471/1470/8442 +f 1447/1446/8443 1471/1470/8444 1448/1447/8445 +f 1448/1447/8446 1471/1470/8447 1472/1471/8448 +f 1448/1447/8449 1472/1471/8450 1449/1448/8451 +f 1449/1448/8452 1472/1471/8453 1473/1472/8454 +f 1449/1448/8455 1473/1472/8456 1450/1449/8457 +f 1450/1449/8458 1473/1472/8459 1474/1473/8460 +f 1450/1449/8461 1474/1473/8462 1451/1450/8463 +f 1451/1450/8464 1474/1473/8465 1475/1474/8466 +f 1451/1450/8467 1475/1474/8468 1452/1451/8469 +f 1452/1451/8470 1475/1474/8471 1476/1475/8472 +f 1452/1451/8473 1476/1475/8474 1453/1452/8475 +f 1453/1452/8476 1476/1475/8477 1477/1476/8478 +f 1453/1452/8479 1477/1476/8480 1454/1453/8481 +f 1454/1453/8482 1477/1476/8483 1478/1477/8484 +f 1454/1453/8485 1478/1477/8486 1455/1454/8487 +f 1455/1454/8488 1478/1477/8489 1479/1478/8490 +f 1455/1454/8491 1479/1478/8492 1456/1455/8493 +f 1456/1455/8494 1479/1478/8495 1480/1479/8496 +f 1456/1455/8497 1480/1479/8498 1457/1456/8499 +f 1457/1456/8500 1480/1479/8501 1481/1480/8502 +f 1457/1456/8503 1481/1480/8504 1458/1457/8505 +f 1458/1457/8506 1481/1480/8507 1482/1481/8508 +f 1458/1457/8509 1482/1481/8510 1459/1458/8511 +f 1459/1458/8512 1482/1481/8513 1483/1482/8514 +f 1459/1458/8515 1483/1482/8516 1460/1459/8517 +f 1460/1459/8518 1483/1482/8519 1484/1483/8520 +f 1460/1459/8521 1484/1483/8522 1461/1460/8523 +f 1461/1460/8524 1484/1483/8525 1485/1484/8526 +f 1461/1460/8527 1485/1484/8528 1462/1461/8529 +f 1462/1461/8530 1485/1484/8531 1486/1485/8532 +f 1462/1461/8533 1486/1485/8534 1463/1462/8535 +f 1463/1462/8536 1486/1485/8537 1487/1486/8538 +f 1463/1462/8539 1487/1486/8540 1464/1463/8541 +f 1464/1463/8542 1487/1486/8543 1488/1487/8544 +f 1464/1463/8545 1488/1487/8546 1465/1464/8547 +f 1465/1464/8548 1488/1487/8549 1489/1488/8550 +f 1465/1464/8551 1489/1488/8552 1466/1465/8553 +f 1466/1465/8554 1489/1488/8555 1490/1489/8556 +f 1466/1465/8557 1490/1489/8558 1467/1466/8559 +f 1467/1466/8560 1490/1489/8561 1491/1490/8562 +f 1467/1466/8563 1491/1490/8564 1444/1443/8565 +f 1444/1443/8566 1491/1490/8567 1468/1467/8568 +f 1468/1467/8569 1492/1491/8570 1469/1468/8571 +f 1469/1468/8572 1492/1491/8573 1493/1492/8574 +f 1469/1468/8575 1493/1492/8576 1470/1469/8577 +f 1470/1469/8578 1493/1492/8579 1494/1493/8580 +f 1470/1469/8581 1494/1493/8582 1471/1470/8583 +f 1471/1470/8584 1494/1493/8585 1495/1494/8586 +f 1471/1470/8587 1495/1494/8588 1472/1471/8589 +f 1472/1471/8590 1495/1494/8591 1496/1495/8592 +f 1472/1471/8593 1496/1495/8594 1473/1472/8595 +f 1473/1472/8596 1496/1495/8597 1497/1496/8598 +f 1473/1472/8599 1497/1496/8600 1474/1473/8601 +f 1474/1473/8602 1497/1496/8603 1498/1497/8604 +f 1474/1473/8605 1498/1497/8606 1475/1474/8607 +f 1475/1474/8608 1498/1497/8609 1499/1498/8610 +f 1475/1474/8611 1499/1498/8612 1476/1475/8613 +f 1476/1475/8614 1499/1498/8615 1500/1499/8616 +f 1476/1475/8617 1500/1499/8618 1477/1476/8619 +f 1477/1476/8620 1500/1499/8621 1501/1500/8622 +f 1477/1476/8623 1501/1500/8624 1478/1477/8625 +f 1478/1477/8626 1501/1500/8627 1502/1501/8628 +f 1478/1477/8629 1502/1501/8630 1479/1478/8631 +f 1479/1478/8632 1502/1501/8633 1503/1502/8634 +f 1479/1478/8635 1503/1502/8636 1480/1479/8637 +f 1480/1479/8638 1503/1502/8639 1504/1503/8640 +f 1480/1479/8641 1504/1503/8642 1481/1480/8643 +f 1481/1480/8644 1504/1503/8645 1505/1504/8646 +f 1481/1480/8647 1505/1504/8648 1482/1481/8649 +f 1482/1481/8650 1505/1504/8651 1506/1505/8652 +f 1482/1481/8653 1506/1505/8654 1483/1482/8655 +f 1483/1482/8656 1506/1505/8657 1507/1506/8658 +f 1483/1482/8659 1507/1506/8660 1484/1483/8661 +f 1484/1483/8662 1507/1506/8663 1508/1507/8664 +f 1484/1483/8665 1508/1507/8666 1485/1484/8667 +f 1485/1484/8668 1508/1507/8669 1509/1508/8670 +f 1485/1484/8671 1509/1508/8672 1486/1485/8673 +f 1486/1485/8674 1509/1508/8675 1510/1509/8676 +f 1486/1485/8677 1510/1509/8678 1487/1486/8679 +f 1487/1486/8680 1510/1509/8681 1511/1510/8682 +f 1487/1486/8683 1511/1510/8684 1488/1487/8685 +f 1488/1487/8686 1511/1510/8687 1512/1511/8688 +f 1488/1487/8689 1512/1511/8690 1489/1488/8691 +f 1489/1488/8692 1512/1511/8693 1513/1512/8694 +f 1489/1488/8695 1513/1512/8696 1490/1489/8697 +f 1490/1489/8698 1513/1512/8699 1514/1513/8700 +f 1490/1489/8701 1514/1513/8702 1491/1490/8703 +f 1491/1490/8704 1514/1513/8705 1515/1514/8706 +f 1491/1490/8707 1515/1514/8708 1468/1467/8709 +f 1468/1467/8710 1515/1514/8711 1492/1491/8712 +f 1492/1491/8713 1516/1515/8714 1493/1492/8715 +f 1493/1492/8716 1516/1515/8717 1517/1516/8718 +f 1493/1492/8719 1517/1516/8720 1494/1493/8721 +f 1494/1493/8722 1517/1516/8723 1518/1517/8724 +f 1494/1493/8725 1518/1517/8726 1495/1494/8727 +f 1495/1494/8728 1518/1517/8729 1519/1518/8730 +f 1495/1494/8731 1519/1518/8732 1496/1495/8733 +f 1496/1495/8734 1519/1518/8735 1520/1519/8736 +f 1496/1495/8737 1520/1519/8738 1497/1496/8739 +f 1497/1496/8740 1520/1519/8741 1521/1520/8742 +f 1497/1496/8743 1521/1520/8744 1498/1497/8745 +f 1498/1497/8746 1521/1520/8747 1522/1521/8748 +f 1498/1497/8749 1522/1521/8750 1499/1498/8751 +f 1499/1498/8752 1522/1521/8753 1523/1522/8754 +f 1499/1498/8755 1523/1522/8756 1500/1499/8757 +f 1500/1499/8758 1523/1522/8759 1524/1523/8760 +f 1500/1499/8761 1524/1523/8762 1501/1500/8763 +f 1501/1500/8764 1524/1523/8765 1525/1524/8766 +f 1501/1500/8767 1525/1524/8768 1502/1501/8769 +f 1502/1501/8770 1525/1524/8771 1526/1525/8772 +f 1502/1501/8773 1526/1525/8774 1503/1502/8775 +f 1503/1502/8776 1526/1525/8777 1527/1526/8778 +f 1503/1502/8779 1527/1526/8780 1504/1503/8781 +f 1504/1503/8782 1527/1526/8783 1528/1527/8784 +f 1504/1503/8785 1528/1527/8786 1505/1504/8787 +f 1505/1504/8788 1528/1527/8789 1529/1528/8790 +f 1505/1504/8791 1529/1528/8792 1506/1505/8793 +f 1506/1505/8794 1529/1528/8795 1530/1529/8796 +f 1506/1505/8797 1530/1529/8798 1507/1506/8799 +f 1507/1506/8800 1530/1529/8801 1531/1530/8802 +f 1507/1506/8803 1531/1530/8804 1508/1507/8805 +f 1508/1507/8806 1531/1530/8807 1532/1531/8808 +f 1508/1507/8809 1532/1531/8810 1509/1508/8811 +f 1509/1508/8812 1532/1531/8813 1533/1532/8814 +f 1509/1508/8815 1533/1532/8816 1510/1509/8817 +f 1510/1509/8818 1533/1532/8819 1534/1533/8820 +f 1510/1509/8821 1534/1533/8822 1511/1510/8823 +f 1511/1510/8824 1534/1533/8825 1535/1534/8826 +f 1511/1510/8827 1535/1534/8828 1512/1511/8829 +f 1512/1511/8830 1535/1534/8831 1536/1535/8832 +f 1512/1511/8833 1536/1535/8834 1513/1512/8835 +f 1513/1512/8836 1536/1535/8837 1537/1536/8838 +f 1513/1512/8839 1537/1536/8840 1514/1513/8841 +f 1514/1513/8842 1537/1536/8843 1538/1537/8844 +f 1514/1513/8845 1538/1537/8846 1515/1514/8847 +f 1515/1514/8848 1538/1537/8849 1539/1538/8850 +f 1515/1514/8851 1539/1538/8852 1492/1491/8853 +f 1492/1491/8854 1539/1538/8855 1516/1515/8856 +f 1516/1515/8857 1540/1539/8858 1517/1516/8859 +f 1517/1516/8860 1540/1539/8861 1541/1540/8862 +f 1517/1516/8863 1541/1540/8864 1518/1517/8865 +f 1518/1517/8866 1541/1540/8867 1542/1541/8868 +f 1518/1517/8869 1542/1541/8870 1519/1518/8871 +f 1519/1518/8872 1542/1541/8873 1543/1542/8874 +f 1519/1518/8875 1543/1542/8876 1520/1519/8877 +f 1520/1519/8878 1543/1542/8879 1544/1543/8880 +f 1520/1519/8881 1544/1543/8882 1521/1520/8883 +f 1521/1520/8884 1544/1543/8885 1545/1544/8886 +f 1521/1520/8887 1545/1544/8888 1522/1521/8889 +f 1522/1521/8890 1545/1544/8891 1546/1545/8892 +f 1522/1521/8893 1546/1545/8894 1523/1522/8895 +f 1523/1522/8896 1546/1545/8897 1547/1546/8898 +f 1523/1522/8899 1547/1546/8900 1524/1523/8901 +f 1524/1523/8902 1547/1546/8903 1548/1547/8904 +f 1524/1523/8905 1548/1547/8906 1525/1524/8907 +f 1525/1524/8908 1548/1547/8909 1549/1548/8910 +f 1525/1524/8911 1549/1548/8912 1526/1525/8913 +f 1526/1525/8914 1549/1548/8915 1550/1549/8916 +f 1526/1525/8917 1550/1549/8918 1527/1526/8919 +f 1527/1526/8920 1550/1549/8921 1551/1550/8922 +f 1527/1526/8923 1551/1550/8924 1528/1527/8925 +f 1528/1527/8926 1551/1550/8927 1552/1551/8928 +f 1528/1527/8929 1552/1551/8930 1529/1528/8931 +f 1529/1528/8932 1552/1551/8933 1553/1552/8934 +f 1529/1528/8935 1553/1552/8936 1530/1529/8937 +f 1530/1529/8938 1553/1552/8939 1554/1553/8940 +f 1530/1529/8941 1554/1553/8942 1531/1530/8943 +f 1531/1530/8944 1554/1553/8945 1555/1554/8946 +f 1531/1530/8947 1555/1554/8948 1532/1531/8949 +f 1532/1531/8950 1555/1554/8951 1556/1555/8952 +f 1532/1531/8953 1556/1555/8954 1533/1532/8955 +f 1533/1532/8956 1556/1555/8957 1557/1556/8958 +f 1533/1532/8959 1557/1556/8960 1534/1533/8961 +f 1534/1533/8962 1557/1556/8963 1558/1557/8964 +f 1534/1533/8965 1558/1557/8966 1535/1534/8967 +f 1535/1534/8968 1558/1557/8969 1559/1558/8970 +f 1535/1534/8971 1559/1558/8972 1536/1535/8973 +f 1536/1535/8974 1559/1558/8975 1560/1559/8976 +f 1536/1535/8977 1560/1559/8978 1537/1536/8979 +f 1537/1536/8980 1560/1559/8981 1561/1560/8982 +f 1537/1536/8983 1561/1560/8984 1538/1537/8985 +f 1538/1537/8986 1561/1560/8987 1562/1561/8988 +f 1538/1537/8989 1562/1561/8990 1539/1538/8991 +f 1539/1538/8992 1562/1561/8993 1563/1562/8994 +f 1539/1538/8995 1563/1562/8996 1516/1515/8997 +f 1516/1515/8998 1563/1562/8999 1540/1539/9000 +f 1540/1539/9001 1564/1563/9002 1541/1540/9003 +f 1541/1540/9004 1564/1563/9005 1565/1564/9006 +f 1541/1540/9007 1565/1564/9008 1542/1541/9009 +f 1542/1541/9010 1565/1564/9011 1566/1565/9012 +f 1542/1541/9013 1566/1565/9014 1543/1542/9015 +f 1543/1542/9016 1566/1565/9017 1567/1566/9018 +f 1543/1542/9019 1567/1566/9020 1544/1543/9021 +f 1544/1543/9022 1567/1566/9023 1568/1567/9024 +f 1544/1543/9025 1568/1567/9026 1545/1544/9027 +f 1545/1544/9028 1568/1567/9029 1569/1568/9030 +f 1545/1544/9031 1569/1568/9032 1546/1545/9033 +f 1546/1545/9034 1569/1568/9035 1570/1569/9036 +f 1546/1545/9037 1570/1569/9038 1547/1546/9039 +f 1547/1546/9040 1570/1569/9041 1571/1570/9042 +f 1547/1546/9043 1571/1570/9044 1548/1547/9045 +f 1548/1547/9046 1571/1570/9047 1572/1571/9048 +f 1548/1547/9049 1572/1571/9050 1549/1548/9051 +f 1549/1548/9052 1572/1571/9053 1573/1572/9054 +f 1549/1548/9055 1573/1572/9056 1550/1549/9057 +f 1550/1549/9058 1573/1572/9059 1574/1573/9060 +f 1550/1549/9061 1574/1573/9062 1551/1550/9063 +f 1551/1550/9064 1574/1573/9065 1575/1574/9066 +f 1551/1550/9067 1575/1574/9068 1552/1551/9069 +f 1552/1551/9070 1575/1574/9071 1576/1575/9072 +f 1552/1551/9073 1576/1575/9074 1553/1552/9075 +f 1553/1552/9076 1576/1575/9077 1577/1576/9078 +f 1553/1552/9079 1577/1576/9080 1554/1553/9081 +f 1554/1553/9082 1577/1576/9083 1578/1577/9084 +f 1554/1553/9085 1578/1577/9086 1555/1554/9087 +f 1555/1554/9088 1578/1577/9089 1579/1578/9090 +f 1555/1554/9091 1579/1578/9092 1556/1555/9093 +f 1556/1555/9094 1579/1578/9095 1580/1579/9096 +f 1556/1555/9097 1580/1579/9098 1557/1556/9099 +f 1557/1556/9100 1580/1579/9101 1581/1580/9102 +f 1557/1556/9103 1581/1580/9104 1558/1557/9105 +f 1558/1557/9106 1581/1580/9107 1582/1581/9108 +f 1558/1557/9109 1582/1581/9110 1559/1558/9111 +f 1559/1558/9112 1582/1581/9113 1583/1582/9114 +f 1559/1558/9115 1583/1582/9116 1560/1559/9117 +f 1560/1559/9118 1583/1582/9119 1584/1583/9120 +f 1560/1559/9121 1584/1583/9122 1561/1560/9123 +f 1561/1560/9124 1584/1583/9125 1585/1584/9126 +f 1561/1560/9127 1585/1584/9128 1562/1561/9129 +f 1562/1561/9130 1585/1584/9131 1586/1585/9132 +f 1562/1561/9133 1586/1585/9134 1563/1562/9135 +f 1563/1562/9136 1586/1585/9137 1587/1586/9138 +f 1563/1562/9139 1587/1586/9140 1540/1539/9141 +f 1540/1539/9142 1587/1586/9143 1564/1563/9144 +f 1564/1563/9145 1588/1587/9146 1565/1564/9147 +f 1565/1564/9148 1588/1587/9149 1589/1588/9150 +f 1565/1564/9151 1589/1588/9152 1566/1565/9153 +f 1566/1565/9154 1589/1588/9155 1590/1589/9156 +f 1566/1565/9157 1590/1589/9158 1567/1566/9159 +f 1567/1566/9160 1590/1589/9161 1591/1590/9162 +f 1567/1566/9163 1591/1590/9164 1568/1567/9165 +f 1568/1567/9166 1591/1590/9167 1592/1591/9168 +f 1568/1567/9169 1592/1591/9170 1569/1568/9171 +f 1569/1568/9172 1592/1591/9173 1593/1592/9174 +f 1569/1568/9175 1593/1592/9176 1570/1569/9177 +f 1570/1569/9178 1593/1592/9179 1594/1593/9180 +f 1570/1569/9181 1594/1593/9182 1571/1570/9183 +f 1571/1570/9184 1594/1593/9185 1595/1594/9186 +f 1571/1570/9187 1595/1594/9188 1572/1571/9189 +f 1572/1571/9190 1595/1594/9191 1596/1595/9192 +f 1572/1571/9193 1596/1595/9194 1573/1572/9195 +f 1573/1572/9196 1596/1595/9197 1597/1596/9198 +f 1573/1572/9199 1597/1596/9200 1574/1573/9201 +f 1574/1573/9202 1597/1596/9203 1598/1597/9204 +f 1574/1573/9205 1598/1597/9206 1575/1574/9207 +f 1575/1574/9208 1598/1597/9209 1599/1598/9210 +f 1575/1574/9211 1599/1598/9212 1576/1575/9213 +f 1576/1575/9214 1599/1598/9215 1600/1599/9216 +f 1576/1575/9217 1600/1599/9218 1577/1576/9219 +f 1577/1576/9220 1600/1599/9221 1601/1600/9222 +f 1577/1576/9223 1601/1600/9224 1578/1577/9225 +f 1578/1577/9226 1601/1600/9227 1602/1601/9228 +f 1578/1577/9229 1602/1601/9230 1579/1578/9231 +f 1579/1578/9232 1602/1601/9233 1603/1602/9234 +f 1579/1578/9235 1603/1602/9236 1580/1579/9237 +f 1580/1579/9238 1603/1602/9239 1604/1603/9240 +f 1580/1579/9241 1604/1603/9242 1581/1580/9243 +f 1581/1580/9244 1604/1603/9245 1605/1604/9246 +f 1581/1580/9247 1605/1604/9248 1582/1581/9249 +f 1582/1581/9250 1605/1604/9251 1606/1605/9252 +f 1582/1581/9253 1606/1605/9254 1583/1582/9255 +f 1583/1582/9256 1606/1605/9257 1607/1606/9258 +f 1583/1582/9259 1607/1606/9260 1584/1583/9261 +f 1584/1583/9262 1607/1606/9263 1608/1607/9264 +f 1584/1583/9265 1608/1607/9266 1585/1584/9267 +f 1585/1584/9268 1608/1607/9269 1609/1608/9270 +f 1585/1584/9271 1609/1608/9272 1586/1585/9273 +f 1586/1585/9274 1609/1608/9275 1610/1609/9276 +f 1586/1585/9277 1610/1609/9278 1587/1586/9279 +f 1587/1586/9280 1610/1609/9281 1611/1610/9282 +f 1587/1586/9283 1611/1610/9284 1564/1563/9285 +f 1564/1563/9286 1611/1610/9287 1588/1587/9288 +f 1588/1587/9289 1612/1611/9290 1589/1588/9291 +f 1589/1588/9292 1612/1611/9293 1613/1612/9294 +f 1589/1588/9295 1613/1612/9296 1590/1589/9297 +f 1590/1589/9298 1613/1612/9299 1614/1613/9300 +f 1590/1589/9301 1614/1613/9302 1591/1590/9303 +f 1591/1590/9304 1614/1613/9305 1615/1614/9306 +f 1591/1590/9307 1615/1614/9308 1592/1591/9309 +f 1592/1591/9310 1615/1614/9311 1616/1615/9312 +f 1592/1591/9313 1616/1615/9314 1593/1592/9315 +f 1593/1592/9316 1616/1615/9317 1617/1616/9318 +f 1593/1592/9319 1617/1616/9320 1594/1593/9321 +f 1594/1593/9322 1617/1616/9323 1618/1617/9324 +f 1594/1593/9325 1618/1617/9326 1595/1594/9327 +f 1595/1594/9328 1618/1617/9329 1619/1618/9330 +f 1595/1594/9331 1619/1618/9332 1596/1595/9333 +f 1596/1595/9334 1619/1618/9335 1620/1619/9336 +f 1596/1595/9337 1620/1619/9338 1597/1596/9339 +f 1597/1596/9340 1620/1619/9341 1621/1620/9342 +f 1597/1596/9343 1621/1620/9344 1598/1597/9345 +f 1598/1597/9346 1621/1620/9347 1622/1621/9348 +f 1598/1597/9349 1622/1621/9350 1599/1598/9351 +f 1599/1598/9352 1622/1621/9353 1623/1622/9354 +f 1599/1598/9355 1623/1622/9356 1600/1599/9357 +f 1600/1599/9358 1623/1622/9359 1624/1623/9360 +f 1600/1599/9361 1624/1623/9362 1601/1600/9363 +f 1601/1600/9364 1624/1623/9365 1625/1624/9366 +f 1601/1600/9367 1625/1624/9368 1602/1601/9369 +f 1602/1601/9370 1625/1624/9371 1626/1625/9372 +f 1602/1601/9373 1626/1625/9374 1603/1602/9375 +f 1603/1602/9376 1626/1625/9377 1627/1626/9378 +f 1603/1602/9379 1627/1626/9380 1604/1603/9381 +f 1604/1603/9382 1627/1626/9383 1628/1627/9384 +f 1604/1603/9385 1628/1627/9386 1605/1604/9387 +f 1605/1604/9388 1628/1627/9389 1629/1628/9390 +f 1605/1604/9391 1629/1628/9392 1606/1605/9393 +f 1606/1605/9394 1629/1628/9395 1630/1629/9396 +f 1606/1605/9397 1630/1629/9398 1607/1606/9399 +f 1607/1606/9400 1630/1629/9401 1631/1630/9402 +f 1607/1606/9403 1631/1630/9404 1608/1607/9405 +f 1608/1607/9406 1631/1630/9407 1632/1631/9408 +f 1608/1607/9409 1632/1631/9410 1609/1608/9411 +f 1609/1608/9412 1632/1631/9413 1633/1632/9414 +f 1609/1608/9415 1633/1632/9416 1610/1609/9417 +f 1610/1609/9418 1633/1632/9419 1634/1633/9420 +f 1610/1609/9421 1634/1633/9422 1611/1610/9423 +f 1611/1610/9424 1634/1633/9425 1635/1634/9426 +f 1611/1610/9427 1635/1634/9428 1588/1587/9429 +f 1588/1587/9430 1635/1634/9431 1612/1611/9432 +f 1612/1611/9433 1636/1635/9434 1613/1612/9435 +f 1613/1612/9436 1636/1635/9437 1637/1636/9438 +f 1613/1612/9439 1637/1636/9440 1614/1613/9441 +f 1614/1613/9442 1637/1636/9443 1638/1637/9444 +f 1614/1613/9445 1638/1637/9446 1615/1614/9447 +f 1615/1614/9448 1638/1637/9449 1639/1638/9450 +f 1615/1614/9451 1639/1638/9452 1616/1615/9453 +f 1616/1615/9454 1639/1638/9455 1640/1639/9456 +f 1616/1615/9457 1640/1639/9458 1617/1616/9459 +f 1617/1616/9460 1640/1639/9461 1641/1640/9462 +f 1617/1616/9463 1641/1640/9464 1618/1617/9465 +f 1618/1617/9466 1641/1640/9467 1642/1641/9468 +f 1618/1617/9469 1642/1641/9470 1619/1618/9471 +f 1619/1618/9472 1642/1641/9473 1643/1642/9474 +f 1619/1618/9475 1643/1642/9476 1620/1619/9477 +f 1620/1619/9478 1643/1642/9479 1644/1643/9480 +f 1620/1619/9481 1644/1643/9482 1621/1620/9483 +f 1621/1620/9484 1644/1643/9485 1645/1644/9486 +f 1621/1620/9487 1645/1644/9488 1622/1621/9489 +f 1622/1621/9490 1645/1644/9491 1646/1645/9492 +f 1622/1621/9493 1646/1645/9494 1623/1622/9495 +f 1623/1622/9496 1646/1645/9497 1647/1646/9498 +f 1623/1622/9499 1647/1646/9500 1624/1623/9501 +f 1624/1623/9502 1647/1646/9503 1648/1647/9504 +f 1624/1623/9505 1648/1647/9506 1625/1624/9507 +f 1625/1624/9508 1648/1647/9509 1649/1648/9510 +f 1625/1624/9511 1649/1648/9512 1626/1625/9513 +f 1626/1625/9514 1649/1648/9515 1650/1649/9516 +f 1626/1625/9517 1650/1649/9518 1627/1626/9519 +f 1627/1626/9520 1650/1649/9521 1651/1650/9522 +f 1627/1626/9523 1651/1650/9524 1628/1627/9525 +f 1628/1627/9526 1651/1650/9527 1652/1651/9528 +f 1628/1627/9529 1652/1651/9530 1629/1628/9531 +f 1629/1628/9532 1652/1651/9533 1653/1652/9534 +f 1629/1628/9535 1653/1652/9536 1630/1629/9537 +f 1630/1629/9538 1653/1652/9539 1654/1653/9540 +f 1630/1629/9541 1654/1653/9542 1631/1630/9543 +f 1631/1630/9544 1654/1653/9545 1655/1654/9546 +f 1631/1630/9547 1655/1654/9548 1632/1631/9549 +f 1632/1631/9550 1655/1654/9551 1656/1655/9552 +f 1632/1631/9553 1656/1655/9554 1633/1632/9555 +f 1633/1632/9556 1656/1655/9557 1657/1656/9558 +f 1633/1632/9559 1657/1656/9560 1634/1633/9561 +f 1634/1633/9562 1657/1656/9563 1658/1657/9564 +f 1634/1633/9565 1658/1657/9566 1635/1634/9567 +f 1635/1634/9568 1658/1657/9569 1659/1658/9570 +f 1635/1634/9571 1659/1658/9572 1612/1611/9573 +f 1612/1611/9574 1659/1658/9575 1636/1635/9576 +f 1636/1635/9577 1660/1659/9578 1637/1636/9579 +f 1637/1636/9580 1660/1659/9581 1661/1660/9582 +f 1637/1636/9583 1661/1660/9584 1638/1637/9585 +f 1638/1637/9586 1661/1660/9587 1662/1661/9588 +f 1638/1637/9589 1662/1661/9590 1639/1638/9591 +f 1639/1638/9592 1662/1661/9593 1663/1662/9594 +f 1639/1638/9595 1663/1662/9596 1640/1639/9597 +f 1640/1639/9598 1663/1662/9599 1664/1663/9600 +f 1640/1639/9601 1664/1663/9602 1641/1640/9603 +f 1641/1640/9604 1664/1663/9605 1665/1664/9606 +f 1641/1640/9607 1665/1664/9608 1642/1641/9609 +f 1642/1641/9610 1665/1664/9611 1666/1665/9612 +f 1642/1641/9613 1666/1665/9614 1643/1642/9615 +f 1643/1642/9616 1666/1665/9617 1667/1666/9618 +f 1643/1642/9619 1667/1666/9620 1644/1643/9621 +f 1644/1643/9622 1667/1666/9623 1668/1667/9624 +f 1644/1643/9625 1668/1667/9626 1645/1644/9627 +f 1645/1644/9628 1668/1667/9629 1669/1668/9630 +f 1645/1644/9631 1669/1668/9632 1646/1645/9633 +f 1646/1645/9634 1669/1668/9635 1670/1669/9636 +f 1646/1645/9637 1670/1669/9638 1647/1646/9639 +f 1647/1646/9640 1670/1669/9641 1671/1670/9642 +f 1647/1646/9643 1671/1670/9644 1648/1647/9645 +f 1648/1647/9646 1671/1670/9647 1672/1671/9648 +f 1648/1647/9649 1672/1671/9650 1649/1648/9651 +f 1649/1648/9652 1672/1671/9653 1673/1672/9654 +f 1649/1648/9655 1673/1672/9656 1650/1649/9657 +f 1650/1649/9658 1673/1672/9659 1674/1673/9660 +f 1650/1649/9661 1674/1673/9662 1651/1650/9663 +f 1651/1650/9664 1674/1673/9665 1675/1674/9666 +f 1651/1650/9667 1675/1674/9668 1652/1651/9669 +f 1652/1651/9670 1675/1674/9671 1676/1675/9672 +f 1652/1651/9673 1676/1675/9674 1653/1652/9675 +f 1653/1652/9676 1676/1675/9677 1677/1676/9678 +f 1653/1652/9679 1677/1676/9680 1654/1653/9681 +f 1654/1653/9682 1677/1676/9683 1678/1677/9684 +f 1654/1653/9685 1678/1677/9686 1655/1654/9687 +f 1655/1654/9688 1678/1677/9689 1679/1678/9690 +f 1655/1654/9691 1679/1678/9692 1656/1655/9693 +f 1656/1655/9694 1679/1678/9695 1680/1679/9696 +f 1656/1655/9697 1680/1679/9698 1657/1656/9699 +f 1657/1656/9700 1680/1679/9701 1681/1680/9702 +f 1657/1656/9703 1681/1680/9704 1658/1657/9705 +f 1658/1657/9706 1681/1680/9707 1682/1681/9708 +f 1658/1657/9709 1682/1681/9710 1659/1658/9711 +f 1659/1658/9712 1682/1681/9713 1683/1682/9714 +f 1659/1658/9715 1683/1682/9716 1636/1635/9717 +f 1636/1635/9718 1683/1682/9719 1660/1659/9720 +f 1660/1659/9721 1684/1683/9722 1661/1660/9723 +f 1661/1660/9724 1684/1683/9725 1685/1684/9726 +f 1661/1660/9727 1685/1684/9728 1662/1661/9729 +f 1662/1661/9730 1685/1684/9731 1686/1685/9732 +f 1662/1661/9733 1686/1685/9734 1663/1662/9735 +f 1663/1662/9736 1686/1685/9737 1687/1686/9738 +f 1663/1662/9739 1687/1686/9740 1664/1663/9741 +f 1664/1663/9742 1687/1686/9743 1688/1687/9744 +f 1664/1663/9745 1688/1687/9746 1665/1664/9747 +f 1665/1664/9748 1688/1687/9749 1689/1688/9750 +f 1665/1664/9751 1689/1688/9752 1666/1665/9753 +f 1666/1665/9754 1689/1688/9755 1690/1689/9756 +f 1666/1665/9757 1690/1689/9758 1667/1666/9759 +f 1667/1666/9760 1690/1689/9761 1691/1690/9762 +f 1667/1666/9763 1691/1690/9764 1668/1667/9765 +f 1668/1667/9766 1691/1690/9767 1692/1691/9768 +f 1668/1667/9769 1692/1691/9770 1669/1668/9771 +f 1669/1668/9772 1692/1691/9773 1693/1692/9774 +f 1669/1668/9775 1693/1692/9776 1670/1669/9777 +f 1670/1669/9778 1693/1692/9779 1694/1693/9780 +f 1670/1669/9781 1694/1693/9782 1671/1670/9783 +f 1671/1670/9784 1694/1693/9785 1695/1694/9786 +f 1671/1670/9787 1695/1694/9788 1672/1671/9789 +f 1672/1671/9790 1695/1694/9791 1696/1695/9792 +f 1672/1671/9793 1696/1695/9794 1673/1672/9795 +f 1673/1672/9796 1696/1695/9797 1697/1696/9798 +f 1673/1672/9799 1697/1696/9800 1674/1673/9801 +f 1674/1673/9802 1697/1696/9803 1698/1697/9804 +f 1674/1673/9805 1698/1697/9806 1675/1674/9807 +f 1675/1674/9808 1698/1697/9809 1699/1698/9810 +f 1675/1674/9811 1699/1698/9812 1676/1675/9813 +f 1676/1675/9814 1699/1698/9815 1700/1699/9816 +f 1676/1675/9817 1700/1699/9818 1677/1676/9819 +f 1677/1676/9820 1700/1699/9821 1701/1700/9822 +f 1677/1676/9823 1701/1700/9824 1678/1677/9825 +f 1678/1677/9826 1701/1700/9827 1702/1701/9828 +f 1678/1677/9829 1702/1701/9830 1679/1678/9831 +f 1679/1678/9832 1702/1701/9833 1703/1702/9834 +f 1679/1678/9835 1703/1702/9836 1680/1679/9837 +f 1680/1679/9838 1703/1702/9839 1704/1703/9840 +f 1680/1679/9841 1704/1703/9842 1681/1680/9843 +f 1681/1680/9844 1704/1703/9845 1705/1704/9846 +f 1681/1680/9847 1705/1704/9848 1682/1681/9849 +f 1682/1681/9850 1705/1704/9851 1706/1705/9852 +f 1682/1681/9853 1706/1705/9854 1683/1682/9855 +f 1683/1682/9856 1706/1705/9857 1707/1706/9858 +f 1683/1682/9859 1707/1706/9860 1660/1659/9861 +f 1660/1659/9862 1707/1706/9863 1684/1683/9864 +f 1684/1683/9865 1708/1707/9866 1685/1684/9867 +f 1685/1684/9868 1708/1707/9869 1709/1708/9870 +f 1685/1684/9871 1709/1708/9872 1686/1685/9873 +f 1686/1685/9874 1709/1708/9875 1710/1709/9876 +f 1686/1685/9877 1710/1709/9878 1687/1686/9879 +f 1687/1686/9880 1710/1709/9881 1711/1710/9882 +f 1687/1686/9883 1711/1710/9884 1688/1687/9885 +f 1688/1687/9886 1711/1710/9887 1712/1711/9888 +f 1688/1687/9889 1712/1711/9890 1689/1688/9891 +f 1689/1688/9892 1712/1711/9893 1713/1712/9894 +f 1689/1688/9895 1713/1712/9896 1690/1689/9897 +f 1690/1689/9898 1713/1712/9899 1714/1713/9900 +f 1690/1689/9901 1714/1713/9902 1691/1690/9903 +f 1691/1690/9904 1714/1713/9905 1715/1714/9906 +f 1691/1690/9907 1715/1714/9908 1692/1691/9909 +f 1692/1691/9910 1715/1714/9911 1716/1715/9912 +f 1692/1691/9913 1716/1715/9914 1693/1692/9915 +f 1693/1692/9916 1716/1715/9917 1717/1716/9918 +f 1693/1692/9919 1717/1716/9920 1694/1693/9921 +f 1694/1693/9922 1717/1716/9923 1718/1717/9924 +f 1694/1693/9925 1718/1717/9926 1695/1694/9927 +f 1695/1694/9928 1718/1717/9929 1719/1718/9930 +f 1695/1694/9931 1719/1718/9932 1696/1695/9933 +f 1696/1695/9934 1719/1718/9935 1720/1719/9936 +f 1696/1695/9937 1720/1719/9938 1697/1696/9939 +f 1697/1696/9940 1720/1719/9941 1721/1720/9942 +f 1697/1696/9943 1721/1720/9944 1698/1697/9945 +f 1698/1697/9946 1721/1720/9947 1722/1721/9948 +f 1698/1697/9949 1722/1721/9950 1699/1698/9951 +f 1699/1698/9952 1722/1721/9953 1723/1722/9954 +f 1699/1698/9955 1723/1722/9956 1700/1699/9957 +f 1700/1699/9958 1723/1722/9959 1724/1723/9960 +f 1700/1699/9961 1724/1723/9962 1701/1700/9963 +f 1701/1700/9964 1724/1723/9965 1725/1724/9966 +f 1701/1700/9967 1725/1724/9968 1702/1701/9969 +f 1702/1701/9970 1725/1724/9971 1726/1725/9972 +f 1702/1701/9973 1726/1725/9974 1703/1702/9975 +f 1703/1702/9976 1726/1725/9977 1727/1726/9978 +f 1703/1702/9979 1727/1726/9980 1704/1703/9981 +f 1704/1703/9982 1727/1726/9983 1728/1727/9984 +f 1704/1703/9985 1728/1727/9986 1705/1704/9987 +f 1705/1704/9988 1728/1727/9989 1729/1728/9990 +f 1705/1704/9991 1729/1728/9992 1706/1705/9993 +f 1706/1705/9994 1729/1728/9995 1730/1729/9996 +f 1706/1705/9997 1730/1729/9998 1707/1706/9999 +f 1707/1706/10000 1730/1729/10001 1731/1730/10002 +f 1707/1706/10003 1731/1730/10004 1684/1683/10005 +f 1684/1683/10006 1731/1730/10007 1708/1707/10008 +f 1708/1707/10009 1732/1731/10010 1709/1708/10011 +f 1709/1708/10012 1732/1731/10013 1733/1732/10014 +f 1709/1708/10015 1733/1732/10016 1710/1709/10017 +f 1710/1709/10018 1733/1732/10019 1734/1733/10020 +f 1710/1709/10021 1734/1733/10022 1711/1710/10023 +f 1711/1710/10024 1734/1733/10025 1735/1734/10026 +f 1711/1710/10027 1735/1734/10028 1712/1711/10029 +f 1712/1711/10030 1735/1734/10031 1736/1735/10032 +f 1712/1711/10033 1736/1735/10034 1713/1712/10035 +f 1713/1712/10036 1736/1735/10037 1737/1736/10038 +f 1713/1712/10039 1737/1736/10040 1714/1713/10041 +f 1714/1713/10042 1737/1736/10043 1738/1737/10044 +f 1714/1713/10045 1738/1737/10046 1715/1714/10047 +f 1715/1714/10048 1738/1737/10049 1739/1738/10050 +f 1715/1714/10051 1739/1738/10052 1716/1715/10053 +f 1716/1715/10054 1739/1738/10055 1740/1739/10056 +f 1716/1715/10057 1740/1739/10058 1717/1716/10059 +f 1717/1716/10060 1740/1739/10061 1741/1740/10062 +f 1717/1716/10063 1741/1740/10064 1718/1717/10065 +f 1718/1717/10066 1741/1740/10067 1742/1741/10068 +f 1718/1717/10069 1742/1741/10070 1719/1718/10071 +f 1719/1718/10072 1742/1741/10073 1743/1742/10074 +f 1719/1718/10075 1743/1742/10076 1720/1719/10077 +f 1720/1719/10078 1743/1742/10079 1744/1743/10080 +f 1720/1719/10081 1744/1743/10082 1721/1720/10083 +f 1721/1720/10084 1744/1743/10085 1745/1744/10086 +f 1721/1720/10087 1745/1744/10088 1722/1721/10089 +f 1722/1721/10090 1745/1744/10091 1746/1745/10092 +f 1722/1721/10093 1746/1745/10094 1723/1722/10095 +f 1723/1722/10096 1746/1745/10097 1747/1746/10098 +f 1723/1722/10099 1747/1746/10100 1724/1723/10101 +f 1724/1723/10102 1747/1746/10103 1748/1747/10104 +f 1724/1723/10105 1748/1747/10106 1725/1724/10107 +f 1725/1724/10108 1748/1747/10109 1749/1748/10110 +f 1725/1724/10111 1749/1748/10112 1726/1725/10113 +f 1726/1725/10114 1749/1748/10115 1750/1749/10116 +f 1726/1725/10117 1750/1749/10118 1727/1726/10119 +f 1727/1726/10120 1750/1749/10121 1751/1750/10122 +f 1727/1726/10123 1751/1750/10124 1728/1727/10125 +f 1728/1727/10126 1751/1750/10127 1752/1751/10128 +f 1728/1727/10129 1752/1751/10130 1729/1728/10131 +f 1729/1728/10132 1752/1751/10133 1753/1752/10134 +f 1729/1728/10135 1753/1752/10136 1730/1729/10137 +f 1730/1729/10138 1753/1752/10139 1754/1753/10140 +f 1730/1729/10141 1754/1753/10142 1731/1730/10143 +f 1731/1730/10144 1754/1753/10145 1755/1754/10146 +f 1731/1730/10147 1755/1754/10148 1708/1707/10149 +f 1708/1707/10150 1755/1754/10151 1732/1731/10152 +f 1732/1731/10153 1756/1755/10154 1733/1732/10155 +f 1733/1732/10156 1756/1755/10157 1757/1756/10158 +f 1733/1732/10159 1757/1756/10160 1734/1733/10161 +f 1734/1733/10162 1757/1756/10163 1758/1757/10164 +f 1734/1733/10165 1758/1757/10166 1735/1734/10167 +f 1735/1734/10168 1758/1757/10169 1759/1758/10170 +f 1735/1734/10171 1759/1758/10172 1736/1735/10173 +f 1736/1735/10174 1759/1758/10175 1760/1759/10176 +f 1736/1735/10177 1760/1759/10178 1737/1736/10179 +f 1737/1736/10180 1760/1759/10181 1761/1760/10182 +f 1737/1736/10183 1761/1760/10184 1738/1737/10185 +f 1738/1737/10186 1761/1760/10187 1762/1761/10188 +f 1738/1737/10189 1762/1761/10190 1739/1738/10191 +f 1739/1738/10192 1762/1761/10193 1763/1762/10194 +f 1739/1738/10195 1763/1762/10196 1740/1739/10197 +f 1740/1739/10198 1763/1762/10199 1764/1763/10200 +f 1740/1739/10201 1764/1763/10202 1741/1740/10203 +f 1741/1740/10204 1764/1763/10205 1765/1764/10206 +f 1741/1740/10207 1765/1764/10208 1742/1741/10209 +f 1742/1741/10210 1765/1764/10211 1766/1765/10212 +f 1742/1741/10213 1766/1765/10214 1743/1742/10215 +f 1743/1742/10216 1766/1765/10217 1767/1766/10218 +f 1743/1742/10219 1767/1766/10220 1744/1743/10221 +f 1744/1743/10222 1767/1766/10223 1768/1767/10224 +f 1744/1743/10225 1768/1767/10226 1745/1744/10227 +f 1745/1744/10228 1768/1767/10229 1769/1768/10230 +f 1745/1744/10231 1769/1768/10232 1746/1745/10233 +f 1746/1745/10234 1769/1768/10235 1770/1769/10236 +f 1746/1745/10237 1770/1769/10238 1747/1746/10239 +f 1747/1746/10240 1770/1769/10241 1771/1770/10242 +f 1747/1746/10243 1771/1770/10244 1748/1747/10245 +f 1748/1747/10246 1771/1770/10247 1772/1771/10248 +f 1748/1747/10249 1772/1771/10250 1749/1748/10251 +f 1749/1748/10252 1772/1771/10253 1773/1772/10254 +f 1749/1748/10255 1773/1772/10256 1750/1749/10257 +f 1750/1749/10258 1773/1772/10259 1774/1773/10260 +f 1750/1749/10261 1774/1773/10262 1751/1750/10263 +f 1751/1750/10264 1774/1773/10265 1775/1774/10266 +f 1751/1750/10267 1775/1774/10268 1752/1751/10269 +f 1752/1751/10270 1775/1774/10271 1776/1775/10272 +f 1752/1751/10273 1776/1775/10274 1753/1752/10275 +f 1753/1752/10276 1776/1775/10277 1777/1776/10278 +f 1753/1752/10279 1777/1776/10280 1754/1753/10281 +f 1754/1753/10282 1777/1776/10283 1778/1777/10284 +f 1754/1753/10285 1778/1777/10286 1755/1754/10287 +f 1755/1754/10288 1778/1777/10289 1779/1778/10290 +f 1755/1754/10291 1779/1778/10292 1732/1731/10293 +f 1732/1731/10294 1779/1778/10295 1756/1755/10296 +f 1756/1755/10297 1780/1779/10298 1757/1756/10299 +f 1757/1756/10300 1780/1779/10301 1781/1780/10302 +f 1757/1756/10303 1781/1780/10304 1758/1757/10305 +f 1758/1757/10306 1781/1780/10307 1782/1781/10308 +f 1758/1757/10309 1782/1781/10310 1759/1758/10311 +f 1759/1758/10312 1782/1781/10313 1783/1782/10314 +f 1759/1758/10315 1783/1782/10316 1760/1759/10317 +f 1760/1759/10318 1783/1782/10319 1784/1783/10320 +f 1760/1759/10321 1784/1783/10322 1761/1760/10323 +f 1761/1760/10324 1784/1783/10325 1785/1784/10326 +f 1761/1760/10327 1785/1784/10328 1762/1761/10329 +f 1762/1761/10330 1785/1784/10331 1786/1785/10332 +f 1762/1761/10333 1786/1785/10334 1763/1762/10335 +f 1763/1762/10336 1786/1785/10337 1787/1786/10338 +f 1763/1762/10339 1787/1786/10340 1764/1763/10341 +f 1764/1763/10342 1787/1786/10343 1788/1787/10344 +f 1764/1763/10345 1788/1787/10346 1765/1764/10347 +f 1765/1764/10348 1788/1787/10349 1789/1788/10350 +f 1765/1764/10351 1789/1788/10352 1766/1765/10353 +f 1766/1765/10354 1789/1788/10355 1790/1789/10356 +f 1766/1765/10357 1790/1789/10358 1767/1766/10359 +f 1767/1766/10360 1790/1789/10361 1791/1790/10362 +f 1767/1766/10363 1791/1790/10364 1768/1767/10365 +f 1768/1767/10366 1791/1790/10367 1792/1791/10368 +f 1768/1767/10369 1792/1791/10370 1769/1768/10371 +f 1769/1768/10372 1792/1791/10373 1793/1792/10374 +f 1769/1768/10375 1793/1792/10376 1770/1769/10377 +f 1770/1769/10378 1793/1792/10379 1794/1793/10380 +f 1770/1769/10381 1794/1793/10382 1771/1770/10383 +f 1771/1770/10384 1794/1793/10385 1795/1794/10386 +f 1771/1770/10387 1795/1794/10388 1772/1771/10389 +f 1772/1771/10390 1795/1794/10391 1796/1795/10392 +f 1772/1771/10393 1796/1795/10394 1773/1772/10395 +f 1773/1772/10396 1796/1795/10397 1797/1796/10398 +f 1773/1772/10399 1797/1796/10400 1774/1773/10401 +f 1774/1773/10402 1797/1796/10403 1798/1797/10404 +f 1774/1773/10405 1798/1797/10406 1775/1774/10407 +f 1775/1774/10408 1798/1797/10409 1799/1798/10410 +f 1775/1774/10411 1799/1798/10412 1776/1775/10413 +f 1776/1775/10414 1799/1798/10415 1800/1799/10416 +f 1776/1775/10417 1800/1799/10418 1777/1776/10419 +f 1777/1776/10420 1800/1799/10421 1801/1800/10422 +f 1777/1776/10423 1801/1800/10424 1778/1777/10425 +f 1778/1777/10426 1801/1800/10427 1802/1801/10428 +f 1778/1777/10429 1802/1801/10430 1779/1778/10431 +f 1779/1778/10432 1802/1801/10433 1803/1802/10434 +f 1779/1778/10435 1803/1802/10436 1756/1755/10437 +f 1756/1755/10438 1803/1802/10439 1780/1779/10440 +f 1780/1779/10441 1804/1803/10442 1781/1780/10443 +f 1781/1780/10444 1804/1803/10445 1805/1804/10446 +f 1781/1780/10447 1805/1804/10448 1782/1781/10449 +f 1782/1781/10450 1805/1804/10451 1806/1805/10452 +f 1782/1781/10453 1806/1805/10454 1783/1782/10455 +f 1783/1782/10456 1806/1805/10457 1807/1806/10458 +f 1783/1782/10459 1807/1806/10460 1784/1783/10461 +f 1784/1783/10462 1807/1806/10463 1808/1807/10464 +f 1784/1783/10465 1808/1807/10466 1785/1784/10467 +f 1785/1784/10468 1808/1807/10469 1809/1808/10470 +f 1785/1784/10471 1809/1808/10472 1786/1785/10473 +f 1786/1785/10474 1809/1808/10475 1810/1809/10476 +f 1786/1785/10477 1810/1809/10478 1787/1786/10479 +f 1787/1786/10480 1810/1809/10481 1811/1810/10482 +f 1787/1786/10483 1811/1810/10484 1788/1787/10485 +f 1788/1787/10486 1811/1810/10487 1812/1811/10488 +f 1788/1787/10489 1812/1811/10490 1789/1788/10491 +f 1789/1788/10492 1812/1811/10493 1813/1812/10494 +f 1789/1788/10495 1813/1812/10496 1790/1789/10497 +f 1790/1789/10498 1813/1812/10499 1814/1813/10500 +f 1790/1789/10501 1814/1813/10502 1791/1790/10503 +f 1791/1790/10504 1814/1813/10505 1815/1814/10506 +f 1791/1790/10507 1815/1814/10508 1792/1791/10509 +f 1792/1791/10510 1815/1814/10511 1816/1815/10512 +f 1792/1791/10513 1816/1815/10514 1793/1792/10515 +f 1793/1792/10516 1816/1815/10517 1817/1816/10518 +f 1793/1792/10519 1817/1816/10520 1794/1793/10521 +f 1794/1793/10522 1817/1816/10523 1818/1817/10524 +f 1794/1793/10525 1818/1817/10526 1795/1794/10527 +f 1795/1794/10528 1818/1817/10529 1819/1818/10530 +f 1795/1794/10531 1819/1818/10532 1796/1795/10533 +f 1796/1795/10534 1819/1818/10535 1820/1819/10536 +f 1796/1795/10537 1820/1819/10538 1797/1796/10539 +f 1797/1796/10540 1820/1819/10541 1821/1820/10542 +f 1797/1796/10543 1821/1820/10544 1798/1797/10545 +f 1798/1797/10546 1821/1820/10547 1822/1821/10548 +f 1798/1797/10549 1822/1821/10550 1799/1798/10551 +f 1799/1798/10552 1822/1821/10553 1823/1822/10554 +f 1799/1798/10555 1823/1822/10556 1800/1799/10557 +f 1800/1799/10558 1823/1822/10559 1824/1823/10560 +f 1800/1799/10561 1824/1823/10562 1801/1800/10563 +f 1801/1800/10564 1824/1823/10565 1825/1824/10566 +f 1801/1800/10567 1825/1824/10568 1802/1801/10569 +f 1802/1801/10570 1825/1824/10571 1826/1825/10572 +f 1802/1801/10573 1826/1825/10574 1803/1802/10575 +f 1803/1802/10576 1826/1825/10577 1827/1826/10578 +f 1803/1802/10579 1827/1826/10580 1780/1779/10581 +f 1780/1779/10582 1827/1826/10583 1804/1803/10584 +f 1804/1803/10585 1828/1827/10586 1805/1804/10587 +f 1805/1804/10588 1828/1827/10589 1829/1828/10590 +f 1805/1804/10591 1829/1828/10592 1806/1805/10593 +f 1806/1805/10594 1829/1828/10595 1830/1829/10596 +f 1806/1805/10597 1830/1829/10598 1807/1806/10599 +f 1807/1806/10600 1830/1829/10601 1831/1830/10602 +f 1807/1806/10603 1831/1830/10604 1808/1807/10605 +f 1808/1807/10606 1831/1830/10607 1832/1831/10608 +f 1808/1807/10609 1832/1831/10610 1809/1808/10611 +f 1809/1808/10612 1832/1831/10613 1833/1832/10614 +f 1809/1808/10615 1833/1832/10616 1810/1809/10617 +f 1810/1809/10618 1833/1832/10619 1834/1833/10620 +f 1810/1809/10621 1834/1833/10622 1811/1810/10623 +f 1811/1810/10624 1834/1833/10625 1835/1834/10626 +f 1811/1810/10627 1835/1834/10628 1812/1811/10629 +f 1812/1811/10630 1835/1834/10631 1836/1835/10632 +f 1812/1811/10633 1836/1835/10634 1813/1812/10635 +f 1813/1812/10636 1836/1835/10637 1837/1836/10638 +f 1813/1812/10639 1837/1836/10640 1814/1813/10641 +f 1814/1813/10642 1837/1836/10643 1838/1837/10644 +f 1814/1813/10645 1838/1837/10646 1815/1814/10647 +f 1815/1814/10648 1838/1837/10649 1839/1838/10650 +f 1815/1814/10651 1839/1838/10652 1816/1815/10653 +f 1816/1815/10654 1839/1838/10655 1840/1839/10656 +f 1816/1815/10657 1840/1839/10658 1817/1816/10659 +f 1817/1816/10660 1840/1839/10661 1841/1840/10662 +f 1817/1816/10663 1841/1840/10664 1818/1817/10665 +f 1818/1817/10666 1841/1840/10667 1842/1841/10668 +f 1818/1817/10669 1842/1841/10670 1819/1818/10671 +f 1819/1818/10672 1842/1841/10673 1843/1842/10674 +f 1819/1818/10675 1843/1842/10676 1820/1819/10677 +f 1820/1819/10678 1843/1842/10679 1844/1843/10680 +f 1820/1819/10681 1844/1843/10682 1821/1820/10683 +f 1821/1820/10684 1844/1843/10685 1845/1844/10686 +f 1821/1820/10687 1845/1844/10688 1822/1821/10689 +f 1822/1821/10690 1845/1844/10691 1846/1845/10692 +f 1822/1821/10693 1846/1845/10694 1823/1822/10695 +f 1823/1822/10696 1846/1845/10697 1847/1846/10698 +f 1823/1822/10699 1847/1846/10700 1824/1823/10701 +f 1824/1823/10702 1847/1846/10703 1848/1847/10704 +f 1824/1823/10705 1848/1847/10706 1825/1824/10707 +f 1825/1824/10708 1848/1847/10709 1849/1848/10710 +f 1825/1824/10711 1849/1848/10712 1826/1825/10713 +f 1826/1825/10714 1849/1848/10715 1850/1849/10716 +f 1826/1825/10717 1850/1849/10718 1827/1826/10719 +f 1827/1826/10720 1850/1849/10721 1851/1850/10722 +f 1827/1826/10723 1851/1850/10724 1804/1803/10725 +f 1804/1803/10726 1851/1850/10727 1828/1827/10728 +f 1828/1827/10729 1852/1851/10730 1829/1828/10731 +f 1829/1828/10732 1852/1851/10733 1853/1852/10734 +f 1829/1828/10735 1853/1852/10736 1830/1829/10737 +f 1830/1829/10738 1853/1852/10739 1854/1853/10740 +f 1830/1829/10741 1854/1853/10742 1831/1830/10743 +f 1831/1830/10744 1854/1853/10745 1855/1854/10746 +f 1831/1830/10747 1855/1854/10748 1832/1831/10749 +f 1832/1831/10750 1855/1854/10751 1856/1855/10752 +f 1832/1831/10753 1856/1855/10754 1833/1832/10755 +f 1833/1832/10756 1856/1855/10757 1857/1856/10758 +f 1833/1832/10759 1857/1856/10760 1834/1833/10761 +f 1834/1833/10762 1857/1856/10763 1858/1857/10764 +f 1834/1833/10765 1858/1857/10766 1835/1834/10767 +f 1835/1834/10768 1858/1857/10769 1859/1858/10770 +f 1835/1834/10771 1859/1858/10772 1836/1835/10773 +f 1836/1835/10774 1859/1858/10775 1860/1859/10776 +f 1836/1835/10777 1860/1859/10778 1837/1836/10779 +f 1837/1836/10780 1860/1859/10781 1861/1860/10782 +f 1837/1836/10783 1861/1860/10784 1838/1837/10785 +f 1838/1837/10786 1861/1860/10787 1862/1861/10788 +f 1838/1837/10789 1862/1861/10790 1839/1838/10791 +f 1839/1838/10792 1862/1861/10793 1863/1862/10794 +f 1839/1838/10795 1863/1862/10796 1840/1839/10797 +f 1840/1839/10798 1863/1862/10799 1864/1863/10800 +f 1840/1839/10801 1864/1863/10802 1841/1840/10803 +f 1841/1840/10804 1864/1863/10805 1865/1864/10806 +f 1841/1840/10807 1865/1864/10808 1842/1841/10809 +f 1842/1841/10810 1865/1864/10811 1866/1865/10812 +f 1842/1841/10813 1866/1865/10814 1843/1842/10815 +f 1843/1842/10816 1866/1865/10817 1867/1866/10818 +f 1843/1842/10819 1867/1866/10820 1844/1843/10821 +f 1844/1843/10822 1867/1866/10823 1868/1867/10824 +f 1844/1843/10825 1868/1867/10826 1845/1844/10827 +f 1845/1844/10828 1868/1867/10829 1869/1868/10830 +f 1845/1844/10831 1869/1868/10832 1846/1845/10833 +f 1846/1845/10834 1869/1868/10835 1870/1869/10836 +f 1846/1845/10837 1870/1869/10838 1847/1846/10839 +f 1847/1846/10840 1870/1869/10841 1871/1870/10842 +f 1847/1846/10843 1871/1870/10844 1848/1847/10845 +f 1848/1847/10846 1871/1870/10847 1872/1871/10848 +f 1848/1847/10849 1872/1871/10850 1849/1848/10851 +f 1849/1848/10852 1872/1871/10853 1873/1872/10854 +f 1849/1848/10855 1873/1872/10856 1850/1849/10857 +f 1850/1849/10858 1873/1872/10859 1874/1873/10860 +f 1850/1849/10861 1874/1873/10862 1851/1850/10863 +f 1851/1850/10864 1874/1873/10865 1875/1874/10866 +f 1851/1850/10867 1875/1874/10868 1828/1827/10869 +f 1828/1827/10870 1875/1874/10871 1852/1851/10872 +f 1852/1851/10873 1876/1875/10874 1853/1852/10875 +f 1853/1852/10876 1876/1875/10877 1877/1876/10878 +f 1853/1852/10879 1877/1876/10880 1854/1853/10881 +f 1854/1853/10882 1877/1876/10883 1878/1877/10884 +f 1854/1853/10885 1878/1877/10886 1855/1854/10887 +f 1855/1854/10888 1878/1877/10889 1879/1878/10890 +f 1855/1854/10891 1879/1878/10892 1856/1855/10893 +f 1856/1855/10894 1879/1878/10895 1880/1879/10896 +f 1856/1855/10897 1880/1879/10898 1857/1856/10899 +f 1857/1856/10900 1880/1879/10901 1881/1880/10902 +f 1857/1856/10903 1881/1880/10904 1858/1857/10905 +f 1858/1857/10906 1881/1880/10907 1882/1881/10908 +f 1858/1857/10909 1882/1881/10910 1859/1858/10911 +f 1859/1858/10912 1882/1881/10913 1883/1882/10914 +f 1859/1858/10915 1883/1882/10916 1860/1859/10917 +f 1860/1859/10918 1883/1882/10919 1884/1883/10920 +f 1860/1859/10921 1884/1883/10922 1861/1860/10923 +f 1861/1860/10924 1884/1883/10925 1885/1884/10926 +f 1861/1860/10927 1885/1884/10928 1862/1861/10929 +f 1862/1861/10930 1885/1884/10931 1886/1885/10932 +f 1862/1861/10933 1886/1885/10934 1863/1862/10935 +f 1863/1862/10936 1886/1885/10937 1887/1886/10938 +f 1863/1862/10939 1887/1886/10940 1864/1863/10941 +f 1864/1863/10942 1887/1886/10943 1888/1887/10944 +f 1864/1863/10945 1888/1887/10946 1865/1864/10947 +f 1865/1864/10948 1888/1887/10949 1889/1888/10950 +f 1865/1864/10951 1889/1888/10952 1866/1865/10953 +f 1866/1865/10954 1889/1888/10955 1890/1889/10956 +f 1866/1865/10957 1890/1889/10958 1867/1866/10959 +f 1867/1866/10960 1890/1889/10961 1891/1890/10962 +f 1867/1866/10963 1891/1890/10964 1868/1867/10965 +f 1868/1867/10966 1891/1890/10967 1892/1891/10968 +f 1868/1867/10969 1892/1891/10970 1869/1868/10971 +f 1869/1868/10972 1892/1891/10973 1893/1892/10974 +f 1869/1868/10975 1893/1892/10976 1870/1869/10977 +f 1870/1869/10978 1893/1892/10979 1894/1893/10980 +f 1870/1869/10981 1894/1893/10982 1871/1870/10983 +f 1871/1870/10984 1894/1893/10985 1895/1894/10986 +f 1871/1870/10987 1895/1894/10988 1872/1871/10989 +f 1872/1871/10990 1895/1894/10991 1896/1895/10992 +f 1872/1871/10993 1896/1895/10994 1873/1872/10995 +f 1873/1872/10996 1896/1895/10997 1897/1896/10998 +f 1873/1872/10999 1897/1896/11000 1874/1873/11001 +f 1874/1873/11002 1897/1896/11003 1898/1897/11004 +f 1874/1873/11005 1898/1897/11006 1875/1874/11007 +f 1875/1874/11008 1898/1897/11009 1899/1898/11010 +f 1875/1874/11011 1899/1898/11012 1852/1851/11013 +f 1852/1851/11014 1899/1898/11015 1876/1875/11016 +f 1876/1875/11017 1900/1899/11018 1877/1876/11019 +f 1877/1876/11020 1900/1899/11021 1901/1900/11022 +f 1877/1876/11023 1901/1900/11024 1878/1877/11025 +f 1878/1877/11026 1901/1900/11027 1902/1901/11028 +f 1878/1877/11029 1902/1901/11030 1879/1878/11031 +f 1879/1878/11032 1902/1901/11033 1903/1902/11034 +f 1879/1878/11035 1903/1902/11036 1880/1879/11037 +f 1880/1879/11038 1903/1902/11039 1904/1903/11040 +f 1880/1879/11041 1904/1903/11042 1881/1880/11043 +f 1881/1880/11044 1904/1903/11045 1905/1904/11046 +f 1881/1880/11047 1905/1904/11048 1882/1881/11049 +f 1882/1881/11050 1905/1904/11051 1906/1905/11052 +f 1882/1881/11053 1906/1905/11054 1883/1882/11055 +f 1883/1882/11056 1906/1905/11057 1907/1906/11058 +f 1883/1882/11059 1907/1906/11060 1884/1883/11061 +f 1884/1883/11062 1907/1906/11063 1908/1907/11064 +f 1884/1883/11065 1908/1907/11066 1885/1884/11067 +f 1885/1884/11068 1908/1907/11069 1909/1908/11070 +f 1885/1884/11071 1909/1908/11072 1886/1885/11073 +f 1886/1885/11074 1909/1908/11075 1910/1909/11076 +f 1886/1885/11077 1910/1909/11078 1887/1886/11079 +f 1887/1886/11080 1910/1909/11081 1911/1910/11082 +f 1887/1886/11083 1911/1910/11084 1888/1887/11085 +f 1888/1887/11086 1911/1910/11087 1912/1911/11088 +f 1888/1887/11089 1912/1911/11090 1889/1888/11091 +f 1889/1888/11092 1912/1911/11093 1913/1912/11094 +f 1889/1888/11095 1913/1912/11096 1890/1889/11097 +f 1890/1889/11098 1913/1912/11099 1914/1913/11100 +f 1890/1889/11101 1914/1913/11102 1891/1890/11103 +f 1891/1890/11104 1914/1913/11105 1915/1914/11106 +f 1891/1890/11107 1915/1914/11108 1892/1891/11109 +f 1892/1891/11110 1915/1914/11111 1916/1915/11112 +f 1892/1891/11113 1916/1915/11114 1893/1892/11115 +f 1893/1892/11116 1916/1915/11117 1917/1916/11118 +f 1893/1892/11119 1917/1916/11120 1894/1893/11121 +f 1894/1893/11122 1917/1916/11123 1918/1917/11124 +f 1894/1893/11125 1918/1917/11126 1895/1894/11127 +f 1895/1894/11128 1918/1917/11129 1919/1918/11130 +f 1895/1894/11131 1919/1918/11132 1896/1895/11133 +f 1896/1895/11134 1919/1918/11135 1920/1919/11136 +f 1896/1895/11137 1920/1919/11138 1897/1896/11139 +f 1897/1896/11140 1920/1919/11141 1921/1920/11142 +f 1897/1896/11143 1921/1920/11144 1898/1897/11145 +f 1898/1897/11146 1921/1920/11147 1922/1921/11148 +f 1898/1897/11149 1922/1921/11150 1899/1898/11151 +f 1899/1898/11152 1922/1921/11153 1923/1922/11154 +f 1899/1898/11155 1923/1922/11156 1876/1875/11157 +f 1876/1875/11158 1923/1922/11159 1900/1899/11160 +f 1900/1899/11161 1924/1923/11162 1901/1900/11163 +f 1901/1900/11164 1924/1923/11165 1925/1924/11166 +f 1901/1900/11167 1925/1924/11168 1902/1901/11169 +f 1902/1901/11170 1925/1924/11171 1926/1925/11172 +f 1902/1901/11173 1926/1925/11174 1903/1902/11175 +f 1903/1902/11176 1926/1925/11177 1927/1926/11178 +f 1903/1902/11179 1927/1926/11180 1904/1903/11181 +f 1904/1903/11182 1927/1926/11183 1928/1927/11184 +f 1904/1903/11185 1928/1927/11186 1905/1904/11187 +f 1905/1904/11188 1928/1927/11189 1929/1928/11190 +f 1905/1904/11191 1929/1928/11192 1906/1905/11193 +f 1906/1905/11194 1929/1928/11195 1930/1929/11196 +f 1906/1905/11197 1930/1929/11198 1907/1906/11199 +f 1907/1906/11200 1930/1929/11201 1931/1930/11202 +f 1907/1906/11203 1931/1930/11204 1908/1907/11205 +f 1908/1907/11206 1931/1930/11207 1932/1931/11208 +f 1908/1907/11209 1932/1931/11210 1909/1908/11211 +f 1909/1908/11212 1932/1931/11213 1933/1932/11214 +f 1909/1908/11215 1933/1932/11216 1910/1909/11217 +f 1910/1909/11218 1933/1932/11219 1934/1933/11220 +f 1910/1909/11221 1934/1933/11222 1911/1910/11223 +f 1911/1910/11224 1934/1933/11225 1935/1934/11226 +f 1911/1910/11227 1935/1934/11228 1912/1911/11229 +f 1912/1911/11230 1935/1934/11231 1936/1935/11232 +f 1912/1911/11233 1936/1935/11234 1913/1912/11235 +f 1913/1912/11236 1936/1935/11237 1937/1936/11238 +f 1913/1912/11239 1937/1936/11240 1914/1913/11241 +f 1914/1913/11242 1937/1936/11243 1938/1937/11244 +f 1914/1913/11245 1938/1937/11246 1915/1914/11247 +f 1915/1914/11248 1938/1937/11249 1939/1938/11250 +f 1915/1914/11251 1939/1938/11252 1916/1915/11253 +f 1916/1915/11254 1939/1938/11255 1940/1939/11256 +f 1916/1915/11257 1940/1939/11258 1917/1916/11259 +f 1917/1916/11260 1940/1939/11261 1941/1940/11262 +f 1917/1916/11263 1941/1940/11264 1918/1917/11265 +f 1918/1917/11266 1941/1940/11267 1942/1941/11268 +f 1918/1917/11269 1942/1941/11270 1919/1918/11271 +f 1919/1918/11272 1942/1941/11273 1943/1942/11274 +f 1919/1918/11275 1943/1942/11276 1920/1919/11277 +f 1920/1919/11278 1943/1942/11279 1944/1943/11280 +f 1920/1919/11281 1944/1943/11282 1921/1920/11283 +f 1921/1920/11284 1944/1943/11285 1945/1944/11286 +f 1921/1920/11287 1945/1944/11288 1922/1921/11289 +f 1922/1921/11290 1945/1944/11291 1946/1945/11292 +f 1922/1921/11293 1946/1945/11294 1923/1922/11295 +f 1923/1922/11296 1946/1945/11297 1947/1946/11298 +f 1923/1922/11299 1947/1946/11300 1900/1899/11301 +f 1900/1899/11302 1947/1946/11303 1924/1923/11304 +f 1924/1923/11305 1948/1947/11306 1925/1924/11307 +f 1925/1924/11308 1948/1947/11309 1949/1948/11310 +f 1925/1924/11311 1949/1948/11312 1926/1925/11313 +f 1926/1925/11314 1949/1948/11315 1950/1949/11316 +f 1926/1925/11317 1950/1949/11318 1927/1926/11319 +f 1927/1926/11320 1950/1949/11321 1951/1950/11322 +f 1927/1926/11323 1951/1950/11324 1928/1927/11325 +f 1928/1927/11326 1951/1950/11327 1952/1951/11328 +f 1928/1927/11329 1952/1951/11330 1929/1928/11331 +f 1929/1928/11332 1952/1951/11333 1953/1952/11334 +f 1929/1928/11335 1953/1952/11336 1930/1929/11337 +f 1930/1929/11338 1953/1952/11339 1954/1953/11340 +f 1930/1929/11341 1954/1953/11342 1931/1930/11343 +f 1931/1930/11344 1954/1953/11345 1955/1954/11346 +f 1931/1930/11347 1955/1954/11348 1932/1931/11349 +f 1932/1931/11350 1955/1954/11351 1956/1955/11352 +f 1932/1931/11353 1956/1955/11354 1933/1932/11355 +f 1933/1932/11356 1956/1955/11357 1957/1956/11358 +f 1933/1932/11359 1957/1956/11360 1934/1933/11361 +f 1934/1933/11362 1957/1956/11363 1958/1957/11364 +f 1934/1933/11365 1958/1957/11366 1935/1934/11367 +f 1935/1934/11368 1958/1957/11369 1959/1958/11370 +f 1935/1934/11371 1959/1958/11372 1936/1935/11373 +f 1936/1935/11374 1959/1958/11375 1960/1959/11376 +f 1936/1935/11377 1960/1959/11378 1937/1936/11379 +f 1937/1936/11380 1960/1959/11381 1961/1960/11382 +f 1937/1936/11383 1961/1960/11384 1938/1937/11385 +f 1938/1937/11386 1961/1960/11387 1962/1961/11388 +f 1938/1937/11389 1962/1961/11390 1939/1938/11391 +f 1939/1938/11392 1962/1961/11393 1963/1962/11394 +f 1939/1938/11395 1963/1962/11396 1940/1939/11397 +f 1940/1939/11398 1963/1962/11399 1964/1963/11400 +f 1940/1939/11401 1964/1963/11402 1941/1940/11403 +f 1941/1940/11404 1964/1963/11405 1965/1964/11406 +f 1941/1940/11407 1965/1964/11408 1942/1941/11409 +f 1942/1941/11410 1965/1964/11411 1966/1965/11412 +f 1942/1941/11413 1966/1965/11414 1943/1942/11415 +f 1943/1942/11416 1966/1965/11417 1967/1966/11418 +f 1943/1942/11419 1967/1966/11420 1944/1943/11421 +f 1944/1943/11422 1967/1966/11423 1968/1967/11424 +f 1944/1943/11425 1968/1967/11426 1945/1944/11427 +f 1945/1944/11428 1968/1967/11429 1969/1968/11430 +f 1945/1944/11431 1969/1968/11432 1946/1945/11433 +f 1946/1945/11434 1969/1968/11435 1970/1969/11436 +f 1946/1945/11437 1970/1969/11438 1947/1946/11439 +f 1947/1946/11440 1970/1969/11441 1971/1970/11442 +f 1947/1946/11443 1971/1970/11444 1924/1923/11445 +f 1924/1923/11446 1971/1970/11447 1948/1947/11448 +f 1948/1947/11449 1972/1971/11450 1949/1948/11451 +f 1949/1948/11452 1972/1971/11453 1973/1972/11454 +f 1949/1948/11455 1973/1972/11456 1950/1949/11457 +f 1950/1949/11458 1973/1972/11459 1974/1973/11460 +f 1950/1949/11461 1974/1973/11462 1951/1950/11463 +f 1951/1950/11464 1974/1973/11465 1975/1974/11466 +f 1951/1950/11467 1975/1974/11468 1952/1951/11469 +f 1952/1951/11470 1975/1974/11471 1976/1975/11472 +f 1952/1951/11473 1976/1975/11474 1953/1952/11475 +f 1953/1952/11476 1976/1975/11477 1977/1976/11478 +f 1953/1952/11479 1977/1976/11480 1954/1953/11481 +f 1954/1953/11482 1977/1976/11483 1978/1977/11484 +f 1954/1953/11485 1978/1977/11486 1955/1954/11487 +f 1955/1954/11488 1978/1977/11489 1979/1978/11490 +f 1955/1954/11491 1979/1978/11492 1956/1955/11493 +f 1956/1955/11494 1979/1978/11495 1980/1979/11496 +f 1956/1955/11497 1980/1979/11498 1957/1956/11499 +f 1957/1956/11500 1980/1979/11501 1981/1980/11502 +f 1957/1956/11503 1981/1980/11504 1958/1957/11505 +f 1958/1957/11506 1981/1980/11507 1982/1981/11508 +f 1958/1957/11509 1982/1981/11510 1959/1958/11511 +f 1959/1958/11512 1982/1981/11513 1983/1982/11514 +f 1959/1958/11515 1983/1982/11516 1960/1959/11517 +f 1960/1959/11518 1983/1982/11519 1984/1983/11520 +f 1960/1959/11521 1984/1983/11522 1961/1960/11523 +f 1961/1960/11524 1984/1983/11525 1985/1984/11526 +f 1961/1960/11527 1985/1984/11528 1962/1961/11529 +f 1962/1961/11530 1985/1984/11531 1986/1985/11532 +f 1962/1961/11533 1986/1985/11534 1963/1962/11535 +f 1963/1962/11536 1986/1985/11537 1987/1986/11538 +f 1963/1962/11539 1987/1986/11540 1964/1963/11541 +f 1964/1963/11542 1987/1986/11543 1988/1987/11544 +f 1964/1963/11545 1988/1987/11546 1965/1964/11547 +f 1965/1964/11548 1988/1987/11549 1989/1988/11550 +f 1965/1964/11551 1989/1988/11552 1966/1965/11553 +f 1966/1965/11554 1989/1988/11555 1990/1989/11556 +f 1966/1965/11557 1990/1989/11558 1967/1966/11559 +f 1967/1966/11560 1990/1989/11561 1991/1990/11562 +f 1967/1966/11563 1991/1990/11564 1968/1967/11565 +f 1968/1967/11566 1991/1990/11567 1992/1991/11568 +f 1968/1967/11569 1992/1991/11570 1969/1968/11571 +f 1969/1968/11572 1992/1991/11573 1993/1992/11574 +f 1969/1968/11575 1993/1992/11576 1970/1969/11577 +f 1970/1969/11578 1993/1992/11579 1994/1993/11580 +f 1970/1969/11581 1994/1993/11582 1971/1970/11583 +f 1971/1970/11584 1994/1993/11585 1995/1994/11586 +f 1971/1970/11587 1995/1994/11588 1948/1947/11589 +f 1948/1947/11590 1995/1994/11591 1972/1971/11592 +f 1972/1971/11593 1996/1995/11594 1973/1972/11595 +f 1973/1972/11596 1996/1995/11597 1997/1996/11598 +f 1973/1972/11599 1997/1996/11600 1974/1973/11601 +f 1974/1973/11602 1997/1996/11603 1998/1997/11604 +f 1974/1973/11605 1998/1997/11606 1975/1974/11607 +f 1975/1974/11608 1998/1997/11609 1999/1998/11610 +f 1975/1974/11611 1999/1998/11612 1976/1975/11613 +f 1976/1975/11614 1999/1998/11615 2000/1999/11616 +f 1976/1975/11617 2000/1999/11618 1977/1976/11619 +f 1977/1976/11620 2000/1999/11621 2001/2000/11622 +f 1977/1976/11623 2001/2000/11624 1978/1977/11625 +f 1978/1977/11626 2001/2000/11627 2002/2001/11628 +f 1978/1977/11629 2002/2001/11630 1979/1978/11631 +f 1979/1978/11632 2002/2001/11633 2003/2002/11634 +f 1979/1978/11635 2003/2002/11636 1980/1979/11637 +f 1980/1979/11638 2003/2002/11639 2004/2003/11640 +f 1980/1979/11641 2004/2003/11642 1981/1980/11643 +f 1981/1980/11644 2004/2003/11645 2005/2004/11646 +f 1981/1980/11647 2005/2004/11648 1982/1981/11649 +f 1982/1981/11650 2005/2004/11651 2006/2005/11652 +f 1982/1981/11653 2006/2005/11654 1983/1982/11655 +f 1983/1982/11656 2006/2005/11657 2007/2006/11658 +f 1983/1982/11659 2007/2006/11660 1984/1983/11661 +f 1984/1983/11662 2007/2006/11663 2008/2007/11664 +f 1984/1983/11665 2008/2007/11666 1985/1984/11667 +f 1985/1984/11668 2008/2007/11669 2009/2008/11670 +f 1985/1984/11671 2009/2008/11672 1986/1985/11673 +f 1986/1985/11674 2009/2008/11675 2010/2009/11676 +f 1986/1985/11677 2010/2009/11678 1987/1986/11679 +f 1987/1986/11680 2010/2009/11681 2011/2010/11682 +f 1987/1986/11683 2011/2010/11684 1988/1987/11685 +f 1988/1987/11686 2011/2010/11687 2012/2011/11688 +f 1988/1987/11689 2012/2011/11690 1989/1988/11691 +f 1989/1988/11692 2012/2011/11693 2013/2012/11694 +f 1989/1988/11695 2013/2012/11696 1990/1989/11697 +f 1990/1989/11698 2013/2012/11699 2014/2013/11700 +f 1990/1989/11701 2014/2013/11702 1991/1990/11703 +f 1991/1990/11704 2014/2013/11705 2015/2014/11706 +f 1991/1990/11707 2015/2014/11708 1992/1991/11709 +f 1992/1991/11710 2015/2014/11711 2016/2015/11712 +f 1992/1991/11713 2016/2015/11714 1993/1992/11715 +f 1993/1992/11716 2016/2015/11717 2017/2016/11718 +f 1993/1992/11719 2017/2016/11720 1994/1993/11721 +f 1994/1993/11722 2017/2016/11723 2018/2017/11724 +f 1994/1993/11725 2018/2017/11726 1995/1994/11727 +f 1995/1994/11728 2018/2017/11729 2019/2018/11730 +f 1995/1994/11731 2019/2018/11732 1972/1971/11733 +f 1972/1971/11734 2019/2018/11735 1996/1995/11736 +f 1996/1995/11737 2020/2019/11738 1997/1996/11739 +f 1997/1996/11740 2020/2019/11741 2021/2020/11742 +f 1997/1996/11743 2021/2020/11744 1998/1997/11745 +f 1998/1997/11746 2021/2020/11747 2022/2021/11748 +f 1998/1997/11749 2022/2021/11750 1999/1998/11751 +f 1999/1998/11752 2022/2021/11753 2023/2022/11754 +f 1999/1998/11755 2023/2022/11756 2000/1999/11757 +f 2000/1999/11758 2023/2022/11759 2024/2023/11760 +f 2000/1999/11761 2024/2023/11762 2001/2000/11763 +f 2001/2000/11764 2024/2023/11765 2025/2024/11766 +f 2001/2000/11767 2025/2024/11768 2002/2001/11769 +f 2002/2001/11770 2025/2024/11771 2026/2025/11772 +f 2002/2001/11773 2026/2025/11774 2003/2002/11775 +f 2003/2002/11776 2026/2025/11777 2027/2026/11778 +f 2003/2002/11779 2027/2026/11780 2004/2003/11781 +f 2004/2003/11782 2027/2026/11783 2028/2027/11784 +f 2004/2003/11785 2028/2027/11786 2005/2004/11787 +f 2005/2004/11788 2028/2027/11789 2029/2028/11790 +f 2005/2004/11791 2029/2028/11792 2006/2005/11793 +f 2006/2005/11794 2029/2028/11795 2030/2029/11796 +f 2006/2005/11797 2030/2029/11798 2007/2006/11799 +f 2007/2006/11800 2030/2029/11801 2031/2030/11802 +f 2007/2006/11803 2031/2030/11804 2008/2007/11805 +f 2008/2007/11806 2031/2030/11807 2032/2031/11808 +f 2008/2007/11809 2032/2031/11810 2009/2008/11811 +f 2009/2008/11812 2032/2031/11813 2033/2032/11814 +f 2009/2008/11815 2033/2032/11816 2010/2009/11817 +f 2010/2009/11818 2033/2032/11819 2034/2033/11820 +f 2010/2009/11821 2034/2033/11822 2011/2010/11823 +f 2011/2010/11824 2034/2033/11825 2035/2034/11826 +f 2011/2010/11827 2035/2034/11828 2012/2011/11829 +f 2012/2011/11830 2035/2034/11831 2036/2035/11832 +f 2012/2011/11833 2036/2035/11834 2013/2012/11835 +f 2013/2012/11836 2036/2035/11837 2037/2036/11838 +f 2013/2012/11839 2037/2036/11840 2014/2013/11841 +f 2014/2013/11842 2037/2036/11843 2038/2037/11844 +f 2014/2013/11845 2038/2037/11846 2015/2014/11847 +f 2015/2014/11848 2038/2037/11849 2039/2038/11850 +f 2015/2014/11851 2039/2038/11852 2016/2015/11853 +f 2016/2015/11854 2039/2038/11855 2040/2039/11856 +f 2016/2015/11857 2040/2039/11858 2017/2016/11859 +f 2017/2016/11860 2040/2039/11861 2041/2040/11862 +f 2017/2016/11863 2041/2040/11864 2018/2017/11865 +f 2018/2017/11866 2041/2040/11867 2042/2041/11868 +f 2018/2017/11869 2042/2041/11870 2019/2018/11871 +f 2019/2018/11872 2042/2041/11873 2043/2042/11874 +f 2019/2018/11875 2043/2042/11876 1996/1995/11877 +f 1996/1995/11878 2043/2042/11879 2020/2019/11880 +f 2020/2019/11881 2044/2043/11882 2021/2020/11883 +f 2021/2020/11884 2044/2043/11885 2045/2044/11886 +f 2021/2020/11887 2045/2044/11888 2022/2021/11889 +f 2022/2021/11890 2045/2044/11891 2046/2045/11892 +f 2022/2021/11893 2046/2045/11894 2023/2022/11895 +f 2023/2022/11896 2046/2045/11897 2047/2046/11898 +f 2023/2022/11899 2047/2046/11900 2024/2023/11901 +f 2024/2023/11902 2047/2046/11903 2048/2047/11904 +f 2024/2023/11905 2048/2047/11906 2025/2024/11907 +f 2025/2024/11908 2048/2047/11909 2049/2048/11910 +f 2025/2024/11911 2049/2048/11912 2026/2025/11913 +f 2026/2025/11914 2049/2048/11915 2050/2049/11916 +f 2026/2025/11917 2050/2049/11918 2027/2026/11919 +f 2027/2026/11920 2050/2049/11921 2051/2050/11922 +f 2027/2026/11923 2051/2050/11924 2028/2027/11925 +f 2028/2027/11926 2051/2050/11927 2052/2051/11928 +f 2028/2027/11929 2052/2051/11930 2029/2028/11931 +f 2029/2028/11932 2052/2051/11933 2053/2052/11934 +f 2029/2028/11935 2053/2052/11936 2030/2029/11937 +f 2030/2029/11938 2053/2052/11939 2054/2053/11940 +f 2030/2029/11941 2054/2053/11942 2031/2030/11943 +f 2031/2030/11944 2054/2053/11945 2055/2054/11946 +f 2031/2030/11947 2055/2054/11948 2032/2031/11949 +f 2032/2031/11950 2055/2054/11951 2056/2055/11952 +f 2032/2031/11953 2056/2055/11954 2033/2032/11955 +f 2033/2032/11956 2056/2055/11957 2057/2056/11958 +f 2033/2032/11959 2057/2056/11960 2034/2033/11961 +f 2034/2033/11962 2057/2056/11963 2058/2057/11964 +f 2034/2033/11965 2058/2057/11966 2035/2034/11967 +f 2035/2034/11968 2058/2057/11969 2059/2058/11970 +f 2035/2034/11971 2059/2058/11972 2036/2035/11973 +f 2036/2035/11974 2059/2058/11975 2060/2059/11976 +f 2036/2035/11977 2060/2059/11978 2037/2036/11979 +f 2037/2036/11980 2060/2059/11981 2061/2060/11982 +f 2037/2036/11983 2061/2060/11984 2038/2037/11985 +f 2038/2037/11986 2061/2060/11987 2062/2061/11988 +f 2038/2037/11989 2062/2061/11990 2039/2038/11991 +f 2039/2038/11992 2062/2061/11993 2063/2062/11994 +f 2039/2038/11995 2063/2062/11996 2040/2039/11997 +f 2040/2039/11998 2063/2062/11999 2064/2063/12000 +f 2040/2039/12001 2064/2063/12002 2041/2040/12003 +f 2041/2040/12004 2064/2063/12005 2065/2064/12006 +f 2041/2040/12007 2065/2064/12008 2042/2041/12009 +f 2042/2041/12010 2065/2064/12011 2066/2065/12012 +f 2042/2041/12013 2066/2065/12014 2043/2042/12015 +f 2043/2042/12016 2066/2065/12017 2067/2066/12018 +f 2043/2042/12019 2067/2066/12020 2020/2019/12021 +f 2020/2019/12022 2067/2066/12023 2044/2043/12024 +f 2044/2043/12025 1303/1302/12026 2045/2044/12027 +f 2045/2044/12028 1303/1302/12029 1301/1300/12030 +f 2045/2044/12031 1301/1300/12032 2046/2045/12033 +f 2046/2045/12034 1301/1300/12035 1347/1346/12036 +f 2046/2045/12037 1347/1346/12038 2047/2046/12039 +f 2047/2046/12040 1347/1346/12041 1345/1344/12042 +f 2047/2046/12043 1345/1344/12044 2048/2047/12045 +f 2048/2047/12046 1345/1344/12047 1343/1342/12048 +f 2048/2047/12049 1343/1342/12050 2049/2048/12051 +f 2049/2048/12052 1343/1342/12053 1341/1340/12054 +f 2049/2048/12055 1341/1340/12056 2050/2049/12057 +f 2050/2049/12058 1341/1340/12059 1339/1338/12060 +f 2050/2049/12061 1339/1338/12062 2051/2050/12063 +f 2051/2050/12064 1339/1338/12065 1337/1336/12066 +f 2051/2050/12067 1337/1336/12068 2052/2051/12069 +f 2052/2051/12070 1337/1336/12071 1335/1334/12072 +f 2052/2051/12073 1335/1334/12074 2053/2052/12075 +f 2053/2052/12076 1335/1334/12077 1333/1332/12078 +f 2053/2052/12079 1333/1332/12080 2054/2053/12081 +f 2054/2053/12082 1333/1332/12083 1331/1330/12084 +f 2054/2053/12085 1331/1330/12086 2055/2054/12087 +f 2055/2054/12088 1331/1330/12089 1329/1328/12090 +f 2055/2054/12091 1329/1328/12092 2056/2055/12093 +f 2056/2055/12094 1329/1328/12095 1327/1326/12096 +f 2056/2055/12097 1327/1326/12098 2057/2056/12099 +f 2057/2056/12100 1327/1326/12101 1325/1324/12102 +f 2057/2056/12103 1325/1324/12104 2058/2057/12105 +f 2058/2057/12106 1325/1324/12107 1323/1322/12108 +f 2058/2057/12109 1323/1322/12110 2059/2058/12111 +f 2059/2058/12112 1323/1322/12113 1321/1320/12114 +f 2059/2058/12115 1321/1320/12116 2060/2059/12117 +f 2060/2059/12118 1321/1320/12119 1319/1318/12120 +f 2060/2059/12121 1319/1318/12122 2061/2060/12123 +f 2061/2060/12124 1319/1318/12125 1317/1316/12126 +f 2061/2060/12127 1317/1316/12128 2062/2061/12129 +f 2062/2061/12130 1317/1316/12131 1315/1314/12132 +f 2062/2061/12133 1315/1314/12134 2063/2062/12135 +f 2063/2062/12136 1315/1314/12137 1313/1312/12138 +f 2063/2062/12139 1313/1312/12140 2064/2063/12141 +f 2064/2063/12142 1313/1312/12143 1311/1310/12144 +f 2064/2063/12145 1311/1310/12146 2065/2064/12147 +f 2065/2064/12148 1311/1310/12149 1309/1308/12150 +f 2065/2064/12151 1309/1308/12152 2066/2065/12153 +f 2066/2065/12154 1309/1308/12155 1307/1306/12156 +f 2066/2065/12157 1307/1306/12158 2067/2066/12159 +f 2067/2066/12160 1307/1306/12161 1305/1304/12162 +f 2067/2066/12163 1305/1304/12164 2044/2043/12165 +f 2044/2043/12166 1305/1304/12167 1303/1302/12168 +f 1253/1253/12169 2069/2067/12170 1254/1254/12171 +f 1254/1254/12172 2069/2067/12173 2070/2068/12174 +f 1254/1254/12175 2070/2068/12176 1213/1213/12177 +f 1213/1213/12178 2070/2068/12179 2071/2069/12180 +f 2071/2069/12181 2072/2070/12182 1213/1213/12183 +f 1213/1213/12184 2072/2070/12185 2073/2071/12186 +f 1213/1213/12187 2073/2071/12188 2074/2072/12189 +f 2074/2072/12190 2073/2071/12191 2075/2073/12192 +f 2074/2072/12193 2075/2073/12194 2076/2074/12195 +f 2076/2074/12196 2075/2073/12197 2077/2075/12198 +f 2076/2074/12199 2077/2075/12200 2078/2076/12201 +f 2078/2076/12202 2077/2075/12203 1203/1203/12204 +f 2078/2076/12205 1203/1203/12206 2079/2077/12207 +f 2079/2077/12208 1203/1203/12209 2080/2078/12210 +f 2079/2077/12211 2080/2078/12212 2081/2079/12213 +f 2081/2079/12214 2080/2078/12215 2082/2080/12216 +f 2081/2079/12217 2082/2080/12218 2083/2081/12219 +f 2083/2081/12220 2082/2080/12221 2084/2082/12222 +f 2083/2081/12223 2084/2082/12224 1213/1213/12225 +f 1213/1213/12226 2084/2082/12227 2085/2083/12228 +f 1213/1213/12229 2085/2083/12230 2086/2084/12231 +f 2086/2084/12232 2085/2083/12233 2087/2085/12234 +f 2086/2084/12235 2087/2085/12236 2088/2086/12237 +f 2088/2086/12238 2087/2085/12239 2089/2087/12240 +f 2088/2086/12241 2089/2087/12242 1212/1212/12243 +f 1212/1212/12244 2089/2087/12245 1203/1203/12246 +f 1203/1203/12247 2089/2087/12248 2090/2088/12249 +f 1203/1203/12250 2090/2088/12251 2091/2089/12252 +f 2091/2089/12253 2090/2088/12254 2092/2090/12255 +f 2091/2089/12256 2092/2090/12257 2082/2080/12258 +f 2082/2080/12259 2092/2090/12260 2084/2082/12261 +f 2093/2091/12262 2094/2092/12263 2071/2069/12264 +f 2071/2069/12265 2094/2092/12266 2095/2093/12267 +f 2071/2069/12268 2095/2093/12269 2096/2094/12270 +f 2096/2094/12271 2095/2093/12272 2097/2095/12273 +f 2096/2094/12274 2097/2095/12275 2098/2096/12276 +f 2098/2096/12277 2097/2095/12278 2099/2097/12279 +f 2098/2096/12280 2099/2097/12281 2100/2098/12282 +f 2100/2098/12283 2099/2097/12284 2101/2099/12285 +f 2100/2098/12286 2101/2099/12287 2102/2100/12288 +f 2102/2100/12289 2101/2099/12290 2103/2101/12291 +f 2102/2100/12292 2103/2101/12293 2104/2102/12294 +f 2104/2102/12295 2103/2101/12296 2105/2103/12297 +f 2104/2102/12298 2105/2103/12299 2106/2104/12300 +f 2106/2104/12301 2105/2103/12302 2107/2105/12303 +f 2106/2104/12304 2107/2105/12305 2071/2069/12306 +f 2071/2069/12307 2107/2105/12308 2108/2106/12309 +f 2071/2069/12310 2108/2106/12311 2109/2107/12312 +f 2109/2107/12313 2108/2106/12314 2110/2108/12315 +f 2109/2107/12316 2110/2108/12317 2111/2109/12318 +f 2111/2109/12319 2110/2108/12320 2112/2110/12321 +f 2111/2109/12322 2112/2110/12323 2113/2111/12324 +f 2113/2111/12325 2112/2110/12326 1203/1203/12327 +f 2113/2111/12328 1203/1203/12329 2114/2112/12330 +f 2114/2112/12331 1203/1203/12332 2077/2075/12333 +f 2114/2112/12334 2077/2075/12335 2075/2073/12336 +f 2094/2092/12337 2093/2091/12338 2115/2113/12339 +f 2115/2113/12340 2093/2091/12341 2116/2114/12342 +f 2115/2113/12343 2116/2114/12344 2117/2115/12345 +f 2117/2115/12346 2116/2114/12347 2118/2116/12348 +f 2117/2115/12349 2118/2116/12350 2101/2099/12351 +f 1203/1203/12352 2112/2110/12353 2101/2099/12354 +f 2101/2099/12355 2112/2110/12356 2119/2117/12357 +f 2101/2099/12358 2119/2117/12359 2120/2118/12360 +f 2120/2118/12361 2119/2117/12362 2121/2119/12363 +f 2120/2118/12364 2121/2119/12365 2105/2103/12366 +f 2105/2103/12367 2121/2119/12368 2107/2105/12369 +f 1212/1212/12370 1211/1211/12371 2088/2086/12372 +f 2088/2086/12373 1211/1211/12374 2122/2120/12375 +f 2088/2086/12376 2122/2120/12377 2086/2084/12378 +f 2086/2084/12379 2122/2120/12380 1213/1213/12381 +f 1211/1211/12382 1209/1209/12383 2122/2120/12384 +f 2122/2120/12385 1209/1209/12386 1213/1213/12387 +f 2095/2093/12388 2094/2092/12389 2123/2121/12390 +f 2123/2121/12391 2094/2092/12392 2115/2113/12393 +f 2123/2121/12394 2115/2113/12395 2124/2122/12396 +f 2124/2122/12397 2115/2113/12398 2117/2115/12399 +f 2124/2122/12400 2117/2115/12401 2101/2099/12402 +f 2096/2094/12403 2125/2123/12404 2071/2069/12405 +f 2071/2069/12406 2125/2123/12407 2126/2124/12408 +f 2071/2069/12409 2126/2124/12410 2106/2104/12411 +f 2106/2104/12412 2126/2124/12413 2104/2102/12414 +f 2096/2094/12415 2098/2096/12416 2125/2123/12417 +f 2125/2123/12418 2098/2096/12419 2127/2125/12420 +f 2125/2123/12421 2127/2125/12422 2126/2124/12423 +f 2126/2124/12424 2127/2125/12425 2104/2102/12426 +f 2072/2070/12427 2071/2069/12428 2109/2107/12429 +f 2110/2108/12430 2108/2106/12431 2121/2119/12432 +f 2121/2119/12433 2108/2106/12434 2107/2105/12435 +f 2109/2107/12436 2111/2109/12437 2072/2070/12438 +f 2072/2070/12439 2111/2109/12440 2128/2126/12441 +f 2072/2070/12442 2128/2126/12443 2073/2071/12444 +f 2073/2071/12445 2128/2126/12446 2075/2073/12447 +f 2074/2072/12448 2129/2127/12449 1213/1213/12450 +f 1213/1213/12451 2129/2127/12452 2130/2128/12453 +f 1213/1213/12454 2130/2128/12455 2083/2081/12456 +f 2083/2081/12457 2130/2128/12458 2081/2079/12459 +f 2074/2072/12460 2076/2074/12461 2129/2127/12462 +f 2129/2127/12463 2076/2074/12464 2131/2129/12465 +f 2129/2127/12466 2131/2129/12467 2130/2128/12468 +f 2130/2128/12469 2131/2129/12470 2081/2079/12471 +f 2087/2085/12472 2085/2083/12473 2092/2090/12474 +f 2092/2090/12475 2085/2083/12476 2084/2082/12477 +f 2095/2093/12478 2123/2121/12479 2097/2095/12480 +f 2097/2095/12481 2123/2121/12482 2132/2130/12483 +f 2097/2095/12484 2132/2130/12485 2099/2097/12486 +f 2099/2097/12487 2132/2130/12488 2101/2099/12489 +f 2132/2130/12490 2123/2121/12491 2124/2122/12492 +f 2102/2100/12493 2104/2102/12494 2127/2125/12495 +f 2102/2100/12496 2127/2125/12497 2100/2098/12498 +f 2100/2098/12499 2127/2125/12500 2098/2096/12501 +f 2120/2118/12502 2105/2103/12503 2103/2101/12504 +f 2112/2110/12505 2110/2108/12506 2119/2117/12507 +f 2119/2117/12508 2110/2108/12509 2121/2119/12510 +f 2114/2112/12511 2075/2073/12512 2128/2126/12513 +f 2114/2112/12514 2128/2126/12515 2113/2111/12516 +f 2113/2111/12517 2128/2126/12518 2111/2109/12519 +f 2079/2077/12520 2081/2079/12521 2131/2129/12522 +f 2079/2077/12523 2131/2129/12524 2078/2076/12525 +f 2078/2076/12526 2131/2129/12527 2076/2074/12528 +f 2091/2089/12529 2082/2080/12530 2080/2078/12531 +f 2089/2087/12532 2087/2085/12533 2090/2088/12534 +f 2090/2088/12535 2087/2085/12536 2092/2090/12537 +f 2101/2099/12538 2132/2130/12539 2124/2122/12540 +f 2101/2099/12541 2120/2118/12542 2103/2101/12543 +f 1203/1203/12544 2091/2089/12545 2080/2078/12546 +f 1203/1203/12547 2101/2099/12548 1204/1204/12549 +f 1204/1204/12550 2101/2099/12551 2133/2131/12552 +f 1204/1204/12553 2133/2131/12554 1260/1260/12555 +f 1260/1260/12556 2133/2131/12557 2134/2132/12558 +f 1260/1260/12559 2134/2132/12560 1261/1261/12561 +f 1261/1261/12562 2134/2132/12563 2135/2133/12564 +f 1261/1261/12565 2135/2133/12566 1206/1206/12567 +f 1206/1206/12568 2135/2133/12569 2136/2134/12570 +f 1206/1206/12571 2136/2134/12572 1207/1207/12573 +f 1207/1207/12574 2136/2134/12575 2137/2135/12576 +f 1207/1207/12577 2137/2135/12578 1262/1262/12579 +f 1262/1262/12580 2137/2135/12581 2138/2136/12582 +f 1262/1262/12583 2138/2136/12584 1205/1205/12585 +f 1205/1205/12586 2138/2136/12587 2139/2137/12588 +f 1205/1205/12589 2139/2137/12590 1202/1202/12591 +f 1202/1202/12592 2139/2137/12593 2140/2138/12594 +f 2140/2138/12595 2141/2139/12596 1202/1202/12597 +f 1202/1202/12598 2141/2139/12599 2142/2140/12600 +f 1202/1202/12601 2142/2140/12602 2143/2141/12603 +f 2143/2141/12604 2142/2140/12605 2144/2142/12606 +f 2143/2141/12607 2144/2142/12608 2145/2143/12609 +f 2145/2143/12610 2144/2142/12611 2146/2144/12612 +f 2145/2143/12613 2146/2144/12614 2147/2145/12615 +f 2147/2145/12616 2146/2144/12617 1238/1238/12618 +f 2147/2145/12619 1238/1238/12620 2148/2146/12621 +f 2148/2146/12622 1238/1238/12623 2149/2147/12624 +f 2148/2146/12625 2149/2147/12626 2150/2148/12627 +f 2150/2148/12628 2149/2147/12629 2151/2149/12630 +f 2150/2148/12631 2151/2149/12632 2152/2150/12633 +f 2152/2150/12634 2151/2149/12635 2153/2151/12636 +f 2152/2150/12637 2153/2151/12638 1202/1202/12639 +f 1202/1202/12640 2153/2151/12641 2154/2152/12642 +f 1202/1202/12643 2154/2152/12644 2155/2153/12645 +f 2155/2153/12646 2154/2152/12647 2156/2154/12648 +f 2155/2153/12649 2156/2154/12650 2157/2155/12651 +f 2157/2155/12652 2156/2154/12653 2158/2156/12654 +f 2157/2155/12655 2158/2156/12656 1241/1241/12657 +f 1241/1241/12658 2158/2156/12659 1238/1238/12660 +f 1238/1238/12661 2158/2156/12662 2159/2157/12663 +f 1238/1238/12664 2159/2157/12665 2160/2158/12666 +f 2160/2158/12667 2159/2157/12668 2161/2159/12669 +f 2160/2158/12670 2161/2159/12671 2151/2149/12672 +f 2151/2149/12673 2161/2159/12674 2153/2151/12675 +f 2162/2160/12676 2163/2161/12677 2140/2138/12678 +f 2140/2138/12679 2163/2161/12680 2164/2162/12681 +f 2140/2138/12682 2164/2162/12683 2165/2163/12684 +f 2165/2163/12685 2164/2162/12686 2166/2164/12687 +f 2165/2163/12688 2166/2164/12689 2167/2165/12690 +f 2167/2165/12691 2166/2164/12692 2168/2166/12693 +f 2167/2165/12694 2168/2166/12695 2169/2167/12696 +f 2169/2167/12697 2168/2166/12698 2170/2168/12699 +f 2169/2167/12700 2170/2168/12701 2171/2169/12702 +f 2171/2169/12703 2170/2168/12704 2172/2170/12705 +f 2171/2169/12706 2172/2170/12707 2173/2171/12708 +f 2173/2171/12709 2172/2170/12710 2174/2172/12711 +f 2173/2171/12712 2174/2172/12713 2175/2173/12714 +f 2175/2173/12715 2174/2172/12716 2176/2174/12717 +f 2175/2173/12718 2176/2174/12719 2140/2138/12720 +f 2140/2138/12721 2176/2174/12722 2177/2175/12723 +f 2140/2138/12724 2177/2175/12725 2178/2176/12726 +f 2178/2176/12727 2177/2175/12728 2179/2177/12729 +f 2178/2176/12730 2179/2177/12731 2180/2178/12732 +f 2180/2178/12733 2179/2177/12734 2181/2179/12735 +f 2180/2178/12736 2181/2179/12737 2182/2180/12738 +f 2182/2180/12739 2181/2179/12740 1238/1238/12741 +f 2182/2180/12742 1238/1238/12743 2183/2181/12744 +f 2183/2181/12745 1238/1238/12746 2146/2144/12747 +f 2183/2181/12748 2146/2144/12749 2144/2142/12750 +f 2163/2161/12751 2162/2160/12752 2184/2182/12753 +f 2184/2182/12754 2162/2160/12755 2185/2183/12756 +f 2184/2182/12757 2185/2183/12758 2186/2184/12759 +f 2186/2184/12760 2185/2183/12761 2187/2185/12762 +f 2186/2184/12763 2187/2185/12764 2170/2168/12765 +f 1238/1238/12766 2181/2179/12767 2170/2168/12768 +f 2170/2168/12769 2181/2179/12770 2188/2186/12771 +f 2170/2168/12772 2188/2186/12773 2189/2187/12774 +f 2189/2187/12775 2188/2186/12776 2190/2188/12777 +f 2189/2187/12778 2190/2188/12779 2174/2172/12780 +f 2174/2172/12781 2190/2188/12782 2176/2174/12783 +f 1241/1241/12784 1243/1243/12785 2157/2155/12786 +f 2157/2155/12787 1243/1243/12788 2191/2189/12789 +f 2157/2155/12790 2191/2189/12791 2155/2153/12792 +f 2155/2153/12793 2191/2189/12794 1202/1202/12795 +f 1243/1243/12796 1244/1244/12797 2191/2189/12798 +f 2191/2189/12799 1244/1244/12800 1202/1202/12801 +f 2164/2162/12802 2163/2161/12803 2192/2190/12804 +f 2192/2190/12805 2163/2161/12806 2184/2182/12807 +f 2192/2190/12808 2184/2182/12809 2193/2191/12810 +f 2193/2191/12811 2184/2182/12812 2186/2184/12813 +f 2193/2191/12814 2186/2184/12815 2170/2168/12816 +f 2165/2163/12817 2194/2192/12818 2140/2138/12819 +f 2140/2138/12820 2194/2192/12821 2195/2193/12822 +f 2140/2138/12823 2195/2193/12824 2175/2173/12825 +f 2175/2173/12826 2195/2193/12827 2173/2171/12828 +f 2165/2163/12829 2167/2165/12830 2194/2192/12831 +f 2194/2192/12832 2167/2165/12833 2196/2194/12834 +f 2194/2192/12835 2196/2194/12836 2195/2193/12837 +f 2195/2193/12838 2196/2194/12839 2173/2171/12840 +f 2141/2139/12841 2140/2138/12842 2178/2176/12843 +f 2179/2177/12844 2177/2175/12845 2190/2188/12846 +f 2190/2188/12847 2177/2175/12848 2176/2174/12849 +f 2178/2176/12850 2180/2178/12851 2141/2139/12852 +f 2141/2139/12853 2180/2178/12854 2197/2195/12855 +f 2141/2139/12856 2197/2195/12857 2142/2140/12858 +f 2142/2140/12859 2197/2195/12860 2144/2142/12861 +f 2143/2141/12862 2198/2196/12863 1202/1202/12864 +f 1202/1202/12865 2198/2196/12866 2199/2197/12867 +f 1202/1202/12868 2199/2197/12869 2152/2150/12870 +f 2152/2150/12871 2199/2197/12872 2150/2148/12873 +f 2143/2141/12874 2145/2143/12875 2198/2196/12876 +f 2198/2196/12877 2145/2143/12878 2200/2198/12879 +f 2198/2196/12880 2200/2198/12881 2199/2197/12882 +f 2199/2197/12883 2200/2198/12884 2150/2148/12885 +f 2156/2154/12886 2154/2152/12887 2161/2159/12888 +f 2161/2159/12889 2154/2152/12890 2153/2151/12891 +f 2164/2162/12892 2192/2190/12893 2166/2164/12894 +f 2166/2164/12895 2192/2190/12896 2201/2199/12897 +f 2166/2164/12898 2201/2199/12899 2168/2166/12900 +f 2168/2166/12901 2201/2199/12902 2170/2168/12903 +f 2201/2199/12904 2192/2190/12905 2193/2191/12906 +f 2171/2169/12907 2173/2171/12908 2196/2194/12909 +f 2171/2169/12910 2196/2194/12911 2169/2167/12912 +f 2169/2167/12913 2196/2194/12914 2167/2165/12915 +f 2189/2187/12916 2174/2172/12917 2172/2170/12918 +f 2181/2179/12919 2179/2177/12920 2188/2186/12921 +f 2188/2186/12922 2179/2177/12923 2190/2188/12924 +f 2183/2181/12925 2144/2142/12926 2197/2195/12927 +f 2183/2181/12928 2197/2195/12929 2182/2180/12930 +f 2182/2180/12931 2197/2195/12932 2180/2178/12933 +f 2148/2146/12934 2150/2148/12935 2200/2198/12936 +f 2148/2146/12937 2200/2198/12938 2147/2145/12939 +f 2147/2145/12940 2200/2198/12941 2145/2143/12942 +f 2160/2158/12943 2151/2149/12944 2149/2147/12945 +f 2158/2156/12946 2156/2154/12947 2159/2157/12948 +f 2159/2157/12949 2156/2154/12950 2161/2159/12951 +f 2170/2168/12952 2201/2199/12953 2193/2191/12954 +f 2170/2168/12955 2189/2187/12956 2172/2170/12957 +f 1238/1238/12958 2160/2158/12959 2149/2147/12960 +f 1238/1238/12961 2170/2168/12962 1251/1251/12963 +f 1251/1251/12964 2170/2168/12965 2202/2200/12966 +f 1251/1251/12967 2202/2200/12968 1263/1263/12969 +f 1263/1263/12970 2202/2200/12971 2203/2201/12972 +f 1263/1263/12973 2203/2201/12974 1264/1264/12975 +f 1264/1264/12976 2203/2201/12977 2204/2202/12978 +f 1264/1264/12979 2204/2202/12980 1265/1265/12981 +f 1265/1265/12982 2204/2202/12983 2205/2203/12984 +f 1265/1265/12985 2205/2203/12986 1266/1266/12987 +f 1266/1266/12988 2205/2203/12989 2206/2204/12990 +f 1266/1266/12991 2206/2204/12992 1267/1267/12993 +f 1267/1267/12994 2206/2204/12995 2207/2205/12996 +f 1267/1267/12997 2207/2205/12998 1252/1252/12999 +f 1252/1252/13000 2207/2205/13001 2208/2206/13002 +f 1252/1252/13003 2208/2206/13004 1235/1235/13005 +f 1235/1235/13006 2208/2206/13007 2209/2207/13008 +f 2209/2207/13009 2210/2208/13010 1235/1235/13011 +f 1235/1235/13012 2210/2208/13013 2211/2209/13014 +f 1235/1235/13015 2211/2209/13016 2212/2210/13017 +f 2212/2210/13018 2211/2209/13019 2213/2211/13020 +f 2212/2210/13021 2213/2211/13022 2214/2212/13023 +f 2214/2212/13024 2213/2211/13025 2215/2213/13026 +f 2214/2212/13027 2215/2213/13028 2216/2214/13029 +f 2216/2214/13030 2215/2213/13031 1227/1227/13032 +f 2216/2214/13033 1227/1227/13034 2217/2215/13035 +f 2217/2215/13036 1227/1227/13037 2218/2216/13038 +f 2217/2215/13039 2218/2216/13040 2219/2217/13041 +f 2219/2217/13042 2218/2216/13043 2220/2218/13044 +f 2219/2217/13045 2220/2218/13046 2221/2219/13047 +f 2221/2219/13048 2220/2218/13049 2222/2220/13050 +f 2221/2219/13051 2222/2220/13052 1235/1235/13053 +f 1235/1235/13054 2222/2220/13055 2223/2221/13056 +f 1235/1235/13057 2223/2221/13058 2224/2222/13059 +f 2224/2222/13060 2223/2221/13061 2225/2223/13062 +f 2224/2222/13063 2225/2223/13064 2226/2224/13065 +f 2226/2224/13066 2225/2223/13067 2227/2225/13068 +f 2226/2224/13069 2227/2225/13070 1230/1230/13071 +f 1230/1230/13072 2227/2225/13073 1227/1227/13074 +f 1227/1227/13075 2227/2225/13076 2228/2226/13077 +f 1227/1227/13078 2228/2226/13079 2229/2227/13080 +f 2229/2227/13081 2228/2226/13082 2230/2228/13083 +f 2229/2227/13084 2230/2228/13085 2220/2218/13086 +f 2220/2218/13087 2230/2228/13088 2222/2220/13089 +f 2231/2229/13090 2232/2230/13091 2209/2207/13092 +f 2209/2207/13093 2232/2230/13094 2233/2231/13095 +f 2209/2207/13096 2233/2231/13097 2234/2232/13098 +f 2234/2232/13099 2233/2231/13100 2235/2233/13101 +f 2234/2232/13102 2235/2233/13103 2236/2234/13104 +f 2236/2234/13105 2235/2233/13106 2237/2235/13107 +f 2236/2234/13108 2237/2235/13109 2238/2236/13110 +f 2238/2236/13111 2237/2235/13112 2239/2237/13113 +f 2238/2236/13114 2239/2237/13115 2240/2238/13116 +f 2240/2238/13117 2239/2237/13118 2241/2239/13119 +f 2240/2238/13120 2241/2239/13121 2242/2240/13122 +f 2242/2240/13123 2241/2239/13124 2243/2241/13125 +f 2242/2240/13126 2243/2241/13127 2244/2242/13128 +f 2244/2242/13129 2243/2241/13130 2245/2243/13131 +f 2244/2242/13132 2245/2243/13133 2209/2207/13134 +f 2209/2207/13135 2245/2243/13136 2246/2244/13137 +f 2209/2207/13138 2246/2244/13139 2247/2245/13140 +f 2247/2245/13141 2246/2244/13142 2248/2246/13143 +f 2247/2245/13144 2248/2246/13145 2249/2247/13146 +f 2249/2247/13147 2248/2246/13148 2250/2248/13149 +f 2249/2247/13150 2250/2248/13151 2251/2249/13152 +f 2251/2249/13153 2250/2248/13154 1227/1227/13155 +f 2251/2249/13156 1227/1227/13157 2252/2250/13158 +f 2252/2250/13159 1227/1227/13160 2215/2213/13161 +f 2252/2250/13162 2215/2213/13163 2213/2211/13164 +f 2232/2230/13165 2231/2229/13166 2253/2251/13167 +f 2253/2251/13168 2231/2229/13169 2254/2252/13170 +f 2253/2251/13171 2254/2252/13172 2255/2253/13173 +f 2255/2253/13174 2254/2252/13175 2256/2254/13176 +f 2255/2253/13177 2256/2254/13178 2239/2237/13179 +f 1227/1227/13180 2250/2248/13181 2239/2237/13182 +f 2239/2237/13183 2250/2248/13184 2257/2255/13185 +f 2239/2237/13186 2257/2255/13187 2258/2256/13188 +f 2258/2256/13189 2257/2255/13190 2259/2257/13191 +f 2258/2256/13192 2259/2257/13193 2243/2241/13194 +f 2243/2241/13195 2259/2257/13196 2245/2243/13197 +f 1230/1230/13198 1232/1232/13199 2226/2224/13200 +f 2226/2224/13201 1232/1232/13202 2260/2258/13203 +f 2226/2224/13204 2260/2258/13205 2224/2222/13206 +f 2224/2222/13207 2260/2258/13208 1235/1235/13209 +f 1232/1232/13210 1233/1233/13211 2260/2258/13212 +f 2260/2258/13213 1233/1233/13214 1235/1235/13215 +f 2233/2231/13216 2232/2230/13217 2261/2259/13218 +f 2261/2259/13219 2232/2230/13220 2253/2251/13221 +f 2261/2259/13222 2253/2251/13223 2262/2260/13224 +f 2262/2260/13225 2253/2251/13226 2255/2253/13227 +f 2262/2260/13228 2255/2253/13229 2239/2237/13230 +f 2234/2232/13231 2263/2261/13232 2209/2207/13233 +f 2209/2207/13234 2263/2261/13235 2264/2262/13236 +f 2209/2207/13237 2264/2262/13238 2244/2242/13239 +f 2244/2242/13240 2264/2262/13241 2242/2240/13242 +f 2234/2232/13243 2236/2234/13244 2263/2261/13245 +f 2263/2261/13246 2236/2234/13247 2265/2263/13248 +f 2263/2261/13249 2265/2263/13250 2264/2262/13251 +f 2264/2262/13252 2265/2263/13253 2242/2240/13254 +f 2210/2208/13255 2209/2207/13256 2247/2245/13257 +f 2248/2246/13258 2246/2244/13259 2259/2257/13260 +f 2259/2257/13261 2246/2244/13262 2245/2243/13263 +f 2247/2245/13264 2249/2247/13265 2210/2208/13266 +f 2210/2208/13267 2249/2247/13268 2266/2264/13269 +f 2210/2208/13270 2266/2264/13271 2211/2209/13272 +f 2211/2209/13273 2266/2264/13274 2213/2211/13275 +f 2212/2210/13276 2267/2265/13277 1235/1235/13278 +f 1235/1235/13279 2267/2265/13280 2268/2266/13281 +f 1235/1235/13282 2268/2266/13283 2221/2219/13284 +f 2221/2219/13285 2268/2266/13286 2219/2217/13287 +f 2212/2210/13288 2214/2212/13289 2267/2265/13290 +f 2267/2265/13291 2214/2212/13292 2269/2267/13293 +f 2267/2265/13294 2269/2267/13295 2268/2266/13296 +f 2268/2266/13297 2269/2267/13298 2219/2217/13299 +f 2225/2223/13300 2223/2221/13301 2230/2228/13302 +f 2230/2228/13303 2223/2221/13304 2222/2220/13305 +f 2233/2231/13306 2261/2259/13307 2235/2233/13308 +f 2235/2233/13309 2261/2259/13310 2270/2268/13311 +f 2235/2233/13312 2270/2268/13313 2237/2235/13314 +f 2237/2235/13315 2270/2268/13316 2239/2237/13317 +f 2270/2268/13318 2261/2259/13319 2262/2260/13320 +f 2240/2238/13321 2242/2240/13322 2265/2263/13323 +f 2240/2238/13324 2265/2263/13325 2238/2236/13326 +f 2238/2236/13327 2265/2263/13328 2236/2234/13329 +f 2258/2256/13330 2243/2241/13331 2241/2239/13332 +f 2250/2248/13333 2248/2246/13334 2257/2255/13335 +f 2257/2255/13336 2248/2246/13337 2259/2257/13338 +f 2252/2250/13339 2213/2211/13340 2266/2264/13341 +f 2252/2250/13342 2266/2264/13343 2251/2249/13344 +f 2251/2249/13345 2266/2264/13346 2249/2247/13347 +f 2217/2215/13348 2219/2217/13349 2269/2267/13350 +f 2217/2215/13351 2269/2267/13352 2216/2214/13353 +f 2216/2214/13354 2269/2267/13355 2214/2212/13356 +f 2229/2227/13357 2220/2218/13358 2218/2216/13359 +f 2227/2225/13360 2225/2223/13361 2228/2226/13362 +f 2228/2226/13363 2225/2223/13364 2230/2228/13365 +f 2239/2237/13366 2270/2268/13367 2262/2260/13368 +f 2239/2237/13369 2258/2256/13370 2241/2239/13371 +f 1227/1227/13372 2229/2227/13373 2218/2216/13374 +f 1227/1227/13375 2239/2237/13376 1268/1268/13377 +f 1268/1268/13378 2239/2237/13379 2271/2269/13380 +f 1268/1268/13381 2271/2269/13382 1272/1272/13383 +f 1272/1272/13384 2271/2269/13385 2272/2270/13386 +f 1272/1272/13387 2272/2270/13388 1273/1273/13389 +f 1273/1273/13390 2272/2270/13391 2273/2271/13392 +f 1273/1273/13393 2273/2271/13394 1270/1270/13395 +f 1270/1270/13396 2273/2271/13397 2274/2272/13398 +f 1270/1270/13399 2274/2272/13400 1271/1271/13401 +f 1271/1271/13402 2274/2272/13403 2275/2273/13404 +f 1271/1271/13405 2275/2273/13406 1274/1274/13407 +f 1274/1274/13408 2275/2273/13409 2276/2274/13410 +f 1274/1274/13411 2276/2274/13412 1269/1269/13413 +f 1269/1269/13414 2276/2274/13415 2277/2275/13416 +f 1269/1269/13417 2277/2275/13418 1224/1224/13419 +f 1224/1224/13420 2277/2275/13421 2278/2276/13422 +f 2278/2276/13423 2279/2277/13424 1224/1224/13425 +f 1224/1224/13426 2279/2277/13427 2280/2278/13428 +f 1224/1224/13429 2280/2278/13430 2281/2279/13431 +f 2281/2279/13432 2280/2278/13433 2282/2280/13434 +f 2281/2279/13435 2282/2280/13436 2283/2281/13437 +f 2283/2281/13438 2282/2280/13439 2284/2282/13440 +f 2283/2281/13441 2284/2282/13442 2285/2283/13443 +f 2285/2283/13444 2284/2282/13445 1216/1216/13446 +f 2285/2283/13447 1216/1216/13448 2286/2284/13449 +f 2286/2284/13450 1216/1216/13451 2287/2285/13452 +f 2286/2284/13453 2287/2285/13454 2288/2286/13455 +f 2288/2286/13456 2287/2285/13457 2289/2287/13458 +f 2288/2286/13459 2289/2287/13460 2290/2288/13461 +f 2290/2288/13462 2289/2287/13463 2291/2289/13464 +f 2290/2288/13465 2291/2289/13466 1224/1224/13467 +f 1224/1224/13468 2291/2289/13469 2292/2290/13470 +f 1224/1224/13471 2292/2290/13472 2293/2291/13473 +f 2293/2291/13474 2292/2290/13475 2294/2292/13476 +f 2293/2291/13477 2294/2292/13478 2295/2293/13479 +f 2295/2293/13480 2294/2292/13481 2296/2294/13482 +f 2295/2293/13483 2296/2294/13484 1219/1219/13485 +f 1219/1219/13486 2296/2294/13487 1216/1216/13488 +f 1216/1216/13489 2296/2294/13490 2297/2295/13491 +f 1216/1216/13492 2297/2295/13493 2298/2296/13494 +f 2298/2296/13495 2297/2295/13496 2299/2297/13497 +f 2298/2296/13498 2299/2297/13499 2289/2287/13500 +f 2289/2287/13501 2299/2297/13502 2291/2289/13503 +f 2300/2298/13504 2301/2299/13505 2278/2276/13506 +f 2278/2276/13507 2301/2299/13508 2302/2300/13509 +f 2278/2276/13510 2302/2300/13511 2303/2301/13512 +f 2303/2301/13513 2302/2300/13514 2304/2302/13515 +f 2303/2301/13516 2304/2302/13517 2305/2303/13518 +f 2305/2303/13519 2304/2302/13520 2306/2304/13521 +f 2305/2303/13522 2306/2304/13523 2307/2305/13524 +f 2307/2305/13525 2306/2304/13526 2308/2306/13527 +f 2307/2305/13528 2308/2306/13529 2309/2307/13530 +f 2309/2307/13531 2308/2306/13532 2310/2308/13533 +f 2309/2307/13534 2310/2308/13535 2311/2309/13536 +f 2311/2309/13537 2310/2308/13538 2312/2310/13539 +f 2311/2309/13540 2312/2310/13541 2313/2311/13542 +f 2313/2311/13543 2312/2310/13544 2314/2312/13545 +f 2313/2311/13546 2314/2312/13547 2278/2276/13548 +f 2278/2276/13549 2314/2312/13550 2315/2313/13551 +f 2278/2276/13552 2315/2313/13553 2316/2314/13554 +f 2316/2314/13555 2315/2313/13556 2317/2315/13557 +f 2316/2314/13558 2317/2315/13559 2318/2316/13560 +f 2318/2316/13561 2317/2315/13562 2319/2317/13563 +f 2318/2316/13564 2319/2317/13565 2320/2318/13566 +f 2320/2318/13567 2319/2317/13568 1216/1216/13569 +f 2320/2318/13570 1216/1216/13571 2321/2319/13572 +f 2321/2319/13573 1216/1216/13574 2284/2282/13575 +f 2321/2319/13576 2284/2282/13577 2282/2280/13578 +f 2301/2299/13579 2300/2298/13580 2322/2320/13581 +f 2322/2320/13582 2300/2298/13583 2323/2321/13584 +f 2322/2320/13585 2323/2321/13586 2324/2322/13587 +f 2324/2322/13588 2323/2321/13589 2325/2323/13590 +f 2324/2322/13591 2325/2323/13592 2308/2306/13593 +f 1216/1216/13594 2319/2317/13595 2308/2306/13596 +f 2308/2306/13597 2319/2317/13598 2326/2324/13599 +f 2308/2306/13600 2326/2324/13601 2327/2325/13602 +f 2327/2325/13603 2326/2324/13604 2328/2326/13605 +f 2327/2325/13606 2328/2326/13607 2312/2310/13608 +f 2312/2310/13609 2328/2326/13610 2314/2312/13611 +f 1219/1219/13612 1221/1221/13613 2295/2293/13614 +f 2295/2293/13615 1221/1221/13616 2329/2327/13617 +f 2295/2293/13618 2329/2327/13619 2293/2291/13620 +f 2293/2291/13621 2329/2327/13622 1224/1224/13623 +f 1221/1221/13624 1222/1222/13625 2329/2327/13626 +f 2329/2327/13627 1222/1222/13628 1224/1224/13629 +f 2302/2300/13630 2301/2299/13631 2330/2328/13632 +f 2330/2328/13633 2301/2299/13634 2322/2320/13635 +f 2330/2328/13636 2322/2320/13637 2331/2329/13638 +f 2331/2329/13639 2322/2320/13640 2324/2322/13641 +f 2331/2329/13642 2324/2322/13643 2308/2306/13644 +f 2303/2301/13645 2332/2330/13646 2278/2276/13647 +f 2278/2276/13648 2332/2330/13649 2333/2331/13650 +f 2278/2276/13651 2333/2331/13652 2313/2311/13653 +f 2313/2311/13654 2333/2331/13655 2311/2309/13656 +f 2303/2301/13657 2305/2303/13658 2332/2330/13659 +f 2332/2330/13660 2305/2303/13661 2334/2332/13662 +f 2332/2330/13663 2334/2332/13664 2333/2331/13665 +f 2333/2331/13666 2334/2332/13667 2311/2309/13668 +f 2279/2277/13669 2278/2276/13670 2316/2314/13671 +f 2317/2315/13672 2315/2313/13673 2328/2326/13674 +f 2328/2326/13675 2315/2313/13676 2314/2312/13677 +f 2316/2314/13678 2318/2316/13679 2279/2277/13680 +f 2279/2277/13681 2318/2316/13682 2335/2333/13683 +f 2279/2277/13684 2335/2333/13685 2280/2278/13686 +f 2280/2278/13687 2335/2333/13688 2282/2280/13689 +f 2281/2279/13690 2336/2334/13691 1224/1224/13692 +f 1224/1224/13693 2336/2334/13694 2337/2335/13695 +f 1224/1224/13696 2337/2335/13697 2290/2288/13698 +f 2290/2288/13699 2337/2335/13700 2288/2286/13701 +f 2281/2279/13702 2283/2281/13703 2336/2334/13704 +f 2336/2334/13705 2283/2281/13706 2338/2336/13707 +f 2336/2334/13708 2338/2336/13709 2337/2335/13710 +f 2337/2335/13711 2338/2336/13712 2288/2286/13713 +f 2294/2292/13714 2292/2290/13715 2299/2297/13716 +f 2299/2297/13717 2292/2290/13718 2291/2289/13719 +f 2302/2300/13720 2330/2328/13721 2304/2302/13722 +f 2304/2302/13723 2330/2328/13724 2339/2337/13725 +f 2304/2302/13726 2339/2337/13727 2306/2304/13728 +f 2306/2304/13729 2339/2337/13730 2308/2306/13731 +f 2339/2337/13732 2330/2328/13733 2331/2329/13734 +f 2309/2307/13735 2311/2309/13736 2334/2332/13737 +f 2309/2307/13738 2334/2332/13739 2307/2305/13740 +f 2307/2305/13741 2334/2332/13742 2305/2303/13743 +f 2327/2325/13744 2312/2310/13745 2310/2308/13746 +f 2319/2317/13747 2317/2315/13748 2326/2324/13749 +f 2326/2324/13750 2317/2315/13751 2328/2326/13752 +f 2321/2319/13753 2282/2280/13754 2335/2333/13755 +f 2321/2319/13756 2335/2333/13757 2320/2318/13758 +f 2320/2318/13759 2335/2333/13760 2318/2316/13761 +f 2286/2284/13762 2288/2286/13763 2338/2336/13764 +f 2286/2284/13765 2338/2336/13766 2285/2283/13767 +f 2285/2283/13768 2338/2336/13769 2283/2281/13770 +f 2298/2296/13771 2289/2287/13772 2287/2285/13773 +f 2296/2294/13774 2294/2292/13775 2297/2295/13776 +f 2297/2295/13777 2294/2292/13778 2299/2297/13779 +f 2308/2306/13780 2339/2337/13781 2331/2329/13782 +f 2308/2306/13783 2327/2325/13784 2310/2308/13785 +f 1216/1216/13786 2298/2296/13787 2287/2285/13788 +f 1216/1216/13789 2308/2306/13790 1257/1257/13791 +f 1257/1257/13792 2308/2306/13793 2340/2338/13794 +f 1257/1257/13795 2340/2338/13796 1259/1259/13797 +f 1259/1259/13798 2340/2338/13799 2341/2339/13800 +f 1259/1259/13801 2341/2339/13802 1258/1258/13803 +f 1258/1258/13804 2341/2339/13805 2342/2340/13806 +f 1258/1258/13807 2342/2340/13808 1256/1256/13809 +f 1256/1256/13810 2342/2340/13811 2343/2341/13812 +f 1256/1256/13813 2343/2341/13814 1255/1255/13815 +f 1255/1255/13816 2343/2341/13817 2344/2342/13818 +f 1255/1255/13819 2344/2342/13820 1253/1253/13821 +f 1253/1253/13822 2344/2342/13823 2069/2067/13824 +f 2068/2343/13825 2140/2138/13826 2139/2137/13827 +f 2068/2343/13828 2139/2137/13829 2133/2131/13830 +f 2068/2343/13831 2133/2131/13832 2101/2099/13833 +f 2140/2138/13834 2068/2343/13835 2101/2099/13836 +f 1304/1303/13837 2118/2116/13838 1302/1301/13839 +f 1302/1301/13840 2118/2116/13841 2116/2114/13842 +f 1302/1301/13843 2116/2114/13844 2093/2091/13845 +f 2118/2116/13846 1304/1303/13847 2101/2099/13848 +f 2101/2099/13849 1304/1303/13850 1306/1305/13851 +f 2101/2099/13852 1306/1305/13853 1308/1307/13854 +f 2101/2099/13855 1308/1307/13856 2140/2138/13857 +f 2140/2138/13858 1308/1307/13859 1310/1309/13860 +f 2140/2138/13861 1310/1309/13862 1312/1311/13863 +f 2140/2138/13864 1312/1311/13865 2162/2160/13866 +f 2162/2160/13867 1312/1311/13868 1314/1313/13869 +f 2162/2160/13870 1314/1313/13871 2185/2183/13872 +f 2185/2183/13873 1314/1313/13874 2187/2185/13875 +f 2187/2185/13876 1314/1313/13877 1316/1315/13878 +f 2187/2185/13879 1316/1315/13880 2170/2168/13881 +f 2170/2168/13882 1316/1315/13883 1318/1317/13884 +f 2170/2168/13885 1318/1317/13886 1320/1319/13887 +f 2170/2168/13888 1320/1319/13889 2209/2207/13890 +f 2209/2207/13891 1320/1319/13892 1322/1321/13893 +f 2209/2207/13894 1322/1321/13895 1324/1323/13896 +f 2209/2207/13897 1324/1323/13898 2231/2229/13899 +f 2231/2229/13900 1324/1323/13901 1326/1325/13902 +f 2231/2229/13903 1326/1325/13904 2254/2252/13905 +f 2254/2252/13906 1326/1325/13907 2256/2254/13908 +f 2256/2254/13909 1326/1325/13910 1328/1327/13911 +f 2256/2254/13912 1328/1327/13913 2239/2237/13914 +f 2239/2237/13915 1328/1327/13916 1330/1329/13917 +f 2239/2237/13918 1330/1329/13919 1332/1331/13920 +f 2239/2237/13921 1332/1331/13922 2278/2276/13923 +f 2278/2276/13924 1332/1331/13925 1334/1333/13926 +f 2278/2276/13927 1334/1333/13928 1336/1335/13929 +f 2278/2276/13930 1336/1335/13931 2300/2298/13932 +f 2300/2298/13933 1336/1335/13934 1338/1337/13935 +f 2300/2298/13936 1338/1337/13937 2323/2321/13938 +f 2323/2321/13939 1338/1337/13940 2325/2323/13941 +f 2325/2323/13942 1338/1337/13943 1340/1339/13944 +f 2325/2323/13945 1340/1339/13946 2308/2306/13947 +f 2308/2306/13948 1340/1339/13949 1342/1341/13950 +f 2308/2306/13951 1342/1341/13952 1344/1343/13953 +f 2308/2306/13954 1344/1343/13955 2071/2069/13956 +f 2071/2069/13957 1344/1343/13958 1346/1345/13959 +f 2071/2069/13960 1346/1345/13961 1300/1299/13962 +f 2071/2069/13963 1300/1299/13964 2093/2091/13965 +f 2093/2091/13966 1300/1299/13967 1302/1301/13968 +f 1275/2344/13969 2209/2207/13970 2208/2206/13971 +f 1275/2344/13972 2208/2206/13973 2202/2200/13974 +f 2202/2200/13975 2208/2206/13976 2205/2203/13977 +f 2202/2200/13978 2205/2203/13979 2204/2202/13980 +f 2209/2207/13981 1275/2344/13982 2170/2168/13983 +f 2170/2168/13984 1275/2344/13985 2202/2200/13986 +f 2069/2067/13987 2344/2342/13988 2070/2068/13989 +f 2070/2068/13990 2344/2342/13991 2343/2341/13992 +f 2070/2068/13993 2343/2341/13994 2340/2338/13995 +f 2340/2338/13996 2343/2341/13997 2342/2340/13998 +f 2340/2338/13999 2342/2340/14000 2341/2339/14001 +f 2340/2338/14002 2308/2306/14003 2070/2068/14004 +f 2070/2068/14005 2308/2306/14006 2071/2069/14007 +f 2239/2237/14008 2278/2276/14009 2271/2269/14010 +f 2271/2269/14011 2278/2276/14012 2277/2275/14013 +f 2271/2269/14014 2277/2275/14015 2274/2272/14016 +f 2274/2272/14017 2277/2275/14018 2275/2273/14019 +f 2275/2273/14020 2277/2275/14021 2276/2274/14022 +f 2274/2272/14023 2273/2271/14024 2271/2269/14025 +f 2271/2269/14026 2273/2271/14027 2272/2270/14028 +f 2207/2205/14029 2206/2204/14030 2208/2206/14031 +f 2208/2206/14032 2206/2204/14033 2205/2203/14034 +f 2204/2202/14035 2203/2201/14036 2202/2200/14037 +f 2138/2136/14038 2137/2135/14039 2139/2137/14040 +f 2139/2137/14041 2137/2135/14042 2136/2134/14043 +f 2139/2137/14044 2136/2134/14045 2133/2131/14046 +f 2133/2131/14047 2136/2134/14048 2135/2133/14049 +f 2133/2131/14050 2135/2133/14051 2134/2132/14052 +f 2345/2345/14053 2346/2346/14054 2347/2347/14055 +f 2345/2345/14056 2347/2347/14057 2348/2348/14058 +f 2345/2345/14059 2348/2348/14060 2349/2349/14061 +f 2349/2349/14062 2348/2348/14063 2350/2350/14064 +f 2349/2349/14065 2350/2350/14066 2351/2351/14067 +f 2346/2346/14068 2345/2345/14069 2349/2349/14070 +f 2352/2352/14071 2353/2353/14072 2354/2354/14073 +f 2354/2354/14074 2353/2353/14075 2355/2355/14076 +f 2354/2354/14077 2355/2355/14078 2356/2356/14079 +f 2353/2353/14080 2352/2352/14081 2357/2357/14082 +f 2357/2357/14083 2352/2352/14084 2358/2358/14085 +f 2357/2357/14086 2358/2358/14087 2359/2359/14088 +f 2357/2357/14089 2359/2359/14090 2360/2360/14091 +f 2360/2360/14092 2359/2359/14093 2361/2361/14094 +f 2360/2360/14095 2361/2361/14096 2362/2362/14097 +f 2360/2360/14098 2362/2362/14099 2363/2363/14100 +f 2363/2363/14101 2362/2362/14102 2364/2364/14103 +f 2363/2363/14104 2364/2364/14105 2365/2365/14106 +f 2365/2365/14107 2364/2364/14108 2366/2366/14109 +f 2366/2366/14110 2364/2364/14111 2367/2367/14112 +f 2366/2366/14113 2367/2367/14114 2368/2368/14115 +f 2368/2368/14116 2367/2367/14117 2369/2369/14118 +f 2368/2368/14119 2369/2369/14120 2370/2370/14121 +f 2368/2368/14122 2370/2370/14123 2371/2371/14124 +f 2371/2371/14125 2370/2370/14126 2372/2372/14127 +f 2371/2371/14128 2372/2372/14129 2373/2373/14130 +f 2371/2371/14131 2373/2373/14132 2374/2374/14133 +f 2374/2374/14134 2373/2373/14135 2375/2375/14136 +f 2374/2374/14137 2375/2375/14138 2376/2376/14139 +f 2376/2376/14140 2375/2375/14141 2377/2377/14142 +f 2377/2377/14143 2375/2375/14144 2378/2378/14145 +f 2377/2377/14146 2378/2378/14147 2379/2379/14148 +f 2379/2379/14149 2378/2378/14150 2380/2380/14151 +f 2379/2379/14152 2380/2380/14153 2381/2381/14154 +f 2379/2379/14155 2381/2381/14156 2382/2382/14157 +f 2382/2382/14158 2381/2381/14159 2383/2383/14160 +f 2382/2382/14161 2383/2383/14162 2384/2384/14163 +f 2382/2382/14164 2384/2384/14165 2385/2385/14166 +f 2385/2385/14167 2384/2384/14168 2386/2386/14169 +f 2385/2385/14170 2386/2386/14171 2387/2387/14172 +f 2387/2387/14173 2386/2386/14174 2388/2388/14175 +f 2388/2388/14176 2386/2386/14177 2389/2389/14178 +f 2388/2388/14179 2389/2389/14180 2346/2346/14181 +f 2346/2346/14182 2389/2389/14183 2390/2390/14184 +f 2346/2346/14185 2390/2390/14186 2391/2391/14187 +f 2346/2346/14188 2391/2391/14189 2347/2347/14190 +f 2347/2347/14191 2391/2391/14192 2392/2392/14193 +f 2347/2347/14194 2392/2392/14195 2393/2393/14196 +f 2347/2347/14197 2393/2393/14198 2356/2356/14199 +f 2356/2356/14200 2393/2393/14201 2354/2354/14202 +f 2394/2394/14203 2379/2379/14204 2382/2382/14205 +f 2394/2394/14206 2382/2382/14207 2395/2395/14208 +f 2394/2394/14209 2395/2395/14210 2396/2396/14211 +f 2394/2394/14212 2396/2396/14213 2379/2379/14214 +f 2397/2397/14215 2398/2398/14216 2399/2399/14217 +f 2399/2399/14218 2398/2398/14219 2400/2400/14220 +f 2400/2400/14221 2398/2398/14222 2401/2401/14223 +f 2400/2400/14224 2401/2401/14225 2402/2402/14226 +f 2402/2402/14227 2401/2401/14228 2403/2403/14229 +f 2401/2401/14230 2398/2398/14231 2360/2360/14232 +f 2360/2360/14233 2398/2398/14234 2357/2357/14235 +f 2404/2404/14236 2405/2405/14237 2348/2348/14238 +f 2348/2348/14239 2405/2405/14240 2350/2350/14241 +f 2351/2351/14242 2406/2406/14243 2349/2349/14244 +f 2407/2407/14245 2408/2408/14246 2395/2395/14247 +f 2395/2395/14248 2408/2408/14249 2409/2409/14250 +f 2395/2395/14251 2409/2409/14252 2396/2396/14253 +f 2396/2396/14254 2409/2409/14255 2410/2410/14256 +f 2396/2396/14257 2410/2410/14258 2411/2411/14259 +f 2371/2371/14260 2412/2412/14261 2368/2368/14262 +f 2368/2368/14263 2412/2412/14264 2413/2413/14265 +f 2413/2413/14266 2412/2412/14267 2414/2414/14268 +f 2413/2413/14269 2414/2414/14270 2415/2415/14271 +f 2416/2416/14272 2417/2417/14273 2412/2412/14274 +f 2412/2412/14275 2417/2417/14276 2414/2414/14277 +f 2415/2415/14278 2418/2418/14279 2413/2413/14280 +f 2393/2393/14281 2420/2419/14282 2354/2354/14283 +f 2354/2354/14284 2420/2419/14285 2421/2420/14286 +f 2354/2354/14287 2421/2420/14288 2352/2352/14289 +f 2352/2352/14290 2421/2420/14291 2422/2421/14292 +f 2352/2352/14293 2422/2421/14294 2358/2358/14295 +f 2358/2358/14296 2422/2421/14297 2423/2422/14298 +f 2358/2358/14299 2423/2422/14300 2359/2359/14301 +f 2359/2359/14302 2423/2422/14303 2424/2423/14304 +f 2359/2359/14305 2424/2423/14306 2361/2361/14307 +f 2361/2361/14308 2424/2423/14309 2425/2424/14310 +f 2361/2361/14311 2425/2424/14312 2362/2362/14313 +f 2362/2362/14314 2425/2424/14315 2426/2425/14316 +f 2362/2362/14317 2426/2425/14318 2364/2364/14319 +f 2364/2364/14320 2426/2425/14321 2427/2426/14322 +f 2364/2364/14323 2427/2426/14324 2367/2367/14325 +f 2367/2367/14326 2427/2426/14327 2428/2427/14328 +f 2367/2367/14329 2428/2427/14330 2369/2369/14331 +f 2369/2369/14332 2428/2427/14333 2429/2428/14334 +f 2369/2369/14335 2429/2428/14336 2370/2370/14337 +f 2370/2370/14338 2429/2428/14339 2430/2429/14340 +f 2370/2370/14341 2430/2429/14342 2372/2372/14343 +f 2372/2372/14344 2430/2429/14345 2431/2430/14346 +f 2372/2372/14347 2431/2430/14348 2373/2373/14349 +f 2373/2373/14350 2431/2430/14351 2432/2431/14352 +f 2373/2373/14353 2432/2431/14354 2375/2375/14355 +f 2375/2375/14356 2432/2431/14357 2433/2432/14358 +f 2375/2375/14359 2433/2432/14360 2378/2378/14361 +f 2378/2378/14362 2433/2432/14363 2434/2433/14364 +f 2378/2378/14365 2434/2433/14366 2380/2380/14367 +f 2380/2380/14368 2434/2433/14369 2435/2434/14370 +f 2380/2380/14371 2435/2434/14372 2381/2381/14373 +f 2381/2381/14374 2435/2434/14375 2436/2435/14376 +f 2381/2381/14377 2436/2435/14378 2383/2383/14379 +f 2383/2383/14380 2436/2435/14381 2437/2436/14382 +f 2383/2383/14383 2437/2436/14384 2384/2384/14385 +f 2384/2384/14386 2437/2436/14387 2438/2437/14388 +f 2384/2384/14389 2438/2437/14390 2386/2386/14391 +f 2386/2386/14392 2438/2437/14393 2439/2438/14394 +f 2386/2386/14395 2439/2438/14396 2389/2389/14397 +f 2389/2389/14398 2439/2438/14399 2440/2439/14400 +f 2389/2389/14401 2440/2439/14402 2390/2390/14403 +f 2390/2390/14404 2440/2439/14405 2441/2440/14406 +f 2390/2390/14407 2441/2440/14408 2391/2391/14409 +f 2391/2391/14410 2441/2440/14411 2442/2441/14412 +f 2391/2391/14413 2442/2441/14414 2392/2392/14415 +f 2392/2392/14416 2442/2441/14417 2443/2442/14418 +f 2392/2392/14419 2443/2442/14420 2393/2393/14421 +f 2393/2393/14422 2443/2442/14423 2420/2419/14424 +f 2444/2443/14425 2445/2444/14426 2446/2445/14427 +f 2446/2445/14428 2445/2444/14429 2447/2446/14430 +f 2446/2445/14431 2447/2446/14432 2448/2447/14433 +f 2448/2447/14434 2447/2446/14435 2449/2448/14436 +f 2448/2447/14437 2449/2448/14438 2450/2449/14439 +f 2450/2449/14440 2449/2448/14441 2451/2450/14442 +f 2450/2449/14443 2451/2450/14444 2452/2451/14445 +f 2452/2451/14446 2451/2450/14447 2453/2452/14448 +f 2452/2451/14449 2453/2452/14450 2454/2453/14451 +f 2454/2453/14452 2453/2452/14453 2455/2454/14454 +f 2454/2453/14455 2455/2454/14456 2456/2455/14457 +f 2456/2455/14458 2455/2454/14459 2457/2456/14460 +f 2456/2455/14461 2457/2456/14462 2458/2457/14463 +f 2458/2457/14464 2457/2456/14465 2459/2458/14466 +f 2458/2457/14467 2459/2458/14468 2460/2459/14469 +f 2460/2459/14470 2459/2458/14471 2461/2460/14472 +f 2460/2459/14473 2461/2460/14474 2462/2461/14475 +f 2462/2461/14476 2461/2460/14477 2463/2462/14478 +f 2462/2461/14479 2463/2462/14480 2464/2463/14481 +f 2464/2463/14482 2463/2462/14483 2465/2464/14484 +f 2464/2463/14485 2465/2464/14486 2466/2465/14487 +f 2466/2465/14488 2465/2464/14489 2467/2466/14490 +f 2466/2465/14491 2467/2466/14492 2468/2467/14493 +f 2468/2467/14494 2467/2466/14495 2469/2468/14496 +f 2468/2467/14497 2469/2468/14498 2470/2469/14499 +f 2470/2469/14500 2469/2468/14501 2471/2470/14502 +f 2470/2469/14503 2471/2470/14504 2472/2471/14505 +f 2472/2471/14506 2471/2470/14507 2473/2472/14508 +f 2472/2471/14509 2473/2472/14510 2474/2473/14511 +f 2474/2473/14512 2473/2472/14513 2475/2474/14514 +f 2474/2473/14515 2475/2474/14516 2476/2475/14517 +f 2476/2475/14518 2475/2474/14519 2477/2476/14520 +f 2476/2475/14521 2477/2476/14522 2478/2477/14523 +f 2478/2477/14524 2477/2476/14525 2479/2478/14526 +f 2478/2477/14527 2479/2478/14528 2480/2479/14529 +f 2480/2479/14530 2479/2478/14531 2481/2480/14532 +f 2480/2479/14533 2481/2480/14534 2482/2481/14535 +f 2482/2481/14536 2481/2480/14537 2483/2482/14538 +f 2482/2481/14539 2483/2482/14540 2484/2483/14541 +f 2484/2483/14542 2483/2482/14543 2485/2484/14544 +f 2484/2483/14545 2485/2484/14546 2486/2485/14547 +f 2486/2485/14548 2485/2484/14549 2487/2486/14550 +f 2486/2485/14551 2487/2486/14552 2488/2487/14553 +f 2488/2487/14554 2487/2486/14555 2489/2488/14556 +f 2488/2487/14557 2489/2488/14558 2490/2489/14559 +f 2490/2489/14560 2489/2488/14561 2491/2490/14562 +f 2490/2489/14563 2491/2490/14564 2444/2443/14565 +f 2444/2443/14566 2491/2490/14567 2445/2444/14568 +f 2421/2420/14569 2492/2491/14570 2422/2421/14571 +f 2422/2421/14572 2492/2491/14573 2493/2492/14574 +f 2422/2421/14575 2493/2492/14576 2423/2422/14577 +f 2423/2422/14578 2493/2492/14579 2494/2493/14580 +f 2423/2422/14581 2494/2493/14582 2424/2423/14583 +f 2424/2423/14584 2494/2493/14585 2495/2494/14586 +f 2424/2423/14587 2495/2494/14588 2425/2424/14589 +f 2425/2424/14590 2495/2494/14591 2496/2495/14592 +f 2425/2424/14593 2496/2495/14594 2426/2425/14595 +f 2426/2425/14596 2496/2495/14597 2497/2496/14598 +f 2426/2425/14599 2497/2496/14600 2427/2426/14601 +f 2427/2426/14602 2497/2496/14603 2498/2497/14604 +f 2427/2426/14605 2498/2497/14606 2428/2427/14607 +f 2428/2427/14608 2498/2497/14609 2499/2498/14610 +f 2428/2427/14611 2499/2498/14612 2429/2428/14613 +f 2429/2428/14614 2499/2498/14615 2500/2499/14616 +f 2429/2428/14617 2500/2499/14618 2430/2429/14619 +f 2430/2429/14620 2500/2499/14621 2501/2500/14622 +f 2430/2429/14623 2501/2500/14624 2431/2430/14625 +f 2431/2430/14626 2501/2500/14627 2502/2501/14628 +f 2431/2430/14629 2502/2501/14630 2432/2431/14631 +f 2432/2431/14632 2502/2501/14633 2503/2502/14634 +f 2432/2431/14635 2503/2502/14636 2433/2432/14637 +f 2433/2432/14638 2503/2502/14639 2504/2503/14640 +f 2433/2432/14641 2504/2503/14642 2434/2433/14643 +f 2434/2433/14644 2504/2503/14645 2505/2504/14646 +f 2434/2433/14647 2505/2504/14648 2435/2434/14649 +f 2435/2434/14650 2505/2504/14651 2506/2505/14652 +f 2435/2434/14653 2506/2505/14654 2436/2435/14655 +f 2436/2435/14656 2506/2505/14657 2507/2506/14658 +f 2436/2435/14659 2507/2506/14660 2437/2436/14661 +f 2437/2436/14662 2507/2506/14663 2508/2507/14664 +f 2437/2436/14665 2508/2507/14666 2438/2437/14667 +f 2438/2437/14668 2508/2507/14669 2509/2508/14670 +f 2438/2437/14671 2509/2508/14672 2439/2438/14673 +f 2439/2438/14674 2509/2508/14675 2510/2509/14676 +f 2439/2438/14677 2510/2509/14678 2440/2439/14679 +f 2440/2439/14680 2510/2509/14681 2511/2510/14682 +f 2440/2439/14683 2511/2510/14684 2441/2440/14685 +f 2441/2440/14686 2511/2510/14687 2512/2511/14688 +f 2441/2440/14689 2512/2511/14690 2442/2441/14691 +f 2442/2441/14692 2512/2511/14693 2513/2512/14694 +f 2442/2441/14695 2513/2512/14696 2443/2442/14697 +f 2443/2442/14698 2513/2512/14699 2514/2513/14700 +f 2443/2442/14701 2514/2513/14702 2420/2419/14703 +f 2420/2419/14704 2514/2513/14705 2515/2514/14706 +f 2420/2419/14707 2515/2514/14708 2421/2420/14709 +f 2421/2420/14710 2515/2514/14711 2492/2491/14712 +f 2492/2491/14713 2516/2515/14714 2493/2492/14715 +f 2493/2492/14716 2516/2515/14717 2517/2516/14718 +f 2493/2492/14719 2517/2516/14720 2494/2493/14721 +f 2494/2493/14722 2517/2516/14723 2518/2517/14724 +f 2494/2493/14725 2518/2517/14726 2495/2494/14727 +f 2495/2494/14728 2518/2517/14729 2519/2518/14730 +f 2495/2494/14731 2519/2518/14732 2496/2495/14733 +f 2496/2495/14734 2519/2518/14735 2520/2519/14736 +f 2496/2495/14737 2520/2519/14738 2497/2496/14739 +f 2497/2496/14740 2520/2519/14741 2521/2520/14742 +f 2497/2496/14743 2521/2520/14744 2498/2497/14745 +f 2498/2497/14746 2521/2520/14747 2522/2521/14748 +f 2498/2497/14749 2522/2521/14750 2499/2498/14751 +f 2499/2498/14752 2522/2521/14753 2523/2522/14754 +f 2499/2498/14755 2523/2522/14756 2500/2499/14757 +f 2500/2499/14758 2523/2522/14759 2524/2523/14760 +f 2500/2499/14761 2524/2523/14762 2501/2500/14763 +f 2501/2500/14764 2524/2523/14765 2525/2524/14766 +f 2501/2500/14767 2525/2524/14768 2502/2501/14769 +f 2502/2501/14770 2525/2524/14771 2526/2525/14772 +f 2502/2501/14773 2526/2525/14774 2503/2502/14775 +f 2503/2502/14776 2526/2525/14777 2527/2526/14778 +f 2503/2502/14779 2527/2526/14780 2504/2503/14781 +f 2504/2503/14782 2527/2526/14783 2528/2527/14784 +f 2504/2503/14785 2528/2527/14786 2505/2504/14787 +f 2505/2504/14788 2528/2527/14789 2529/2528/14790 +f 2505/2504/14791 2529/2528/14792 2506/2505/14793 +f 2506/2505/14794 2529/2528/14795 2530/2529/14796 +f 2506/2505/14797 2530/2529/14798 2507/2506/14799 +f 2507/2506/14800 2530/2529/14801 2531/2530/14802 +f 2507/2506/14803 2531/2530/14804 2508/2507/14805 +f 2508/2507/14806 2531/2530/14807 2532/2531/14808 +f 2508/2507/14809 2532/2531/14810 2509/2508/14811 +f 2509/2508/14812 2532/2531/14813 2533/2532/14814 +f 2509/2508/14815 2533/2532/14816 2510/2509/14817 +f 2510/2509/14818 2533/2532/14819 2534/2533/14820 +f 2510/2509/14821 2534/2533/14822 2511/2510/14823 +f 2511/2510/14824 2534/2533/14825 2535/2534/14826 +f 2511/2510/14827 2535/2534/14828 2512/2511/14829 +f 2512/2511/14830 2535/2534/14831 2536/2535/14832 +f 2512/2511/14833 2536/2535/14834 2513/2512/14835 +f 2513/2512/14836 2536/2535/14837 2537/2536/14838 +f 2513/2512/14839 2537/2536/14840 2514/2513/14841 +f 2514/2513/14842 2537/2536/14843 2538/2537/14844 +f 2514/2513/14845 2538/2537/14846 2515/2514/14847 +f 2515/2514/14848 2538/2537/14849 2539/2538/14850 +f 2515/2514/14851 2539/2538/14852 2492/2491/14853 +f 2492/2491/14854 2539/2538/14855 2516/2515/14856 +f 2516/2515/14857 2540/2539/14858 2517/2516/14859 +f 2517/2516/14860 2540/2539/14861 2541/2540/14862 +f 2517/2516/14863 2541/2540/14864 2518/2517/14865 +f 2518/2517/14866 2541/2540/14867 2542/2541/14868 +f 2518/2517/14869 2542/2541/14870 2519/2518/14871 +f 2519/2518/14872 2542/2541/14873 2543/2542/14874 +f 2519/2518/14875 2543/2542/14876 2520/2519/14877 +f 2520/2519/14878 2543/2542/14879 2544/2543/14880 +f 2520/2519/14881 2544/2543/14882 2521/2520/14883 +f 2521/2520/14884 2544/2543/14885 2545/2544/14886 +f 2521/2520/14887 2545/2544/14888 2522/2521/14889 +f 2522/2521/14890 2545/2544/14891 2546/2545/14892 +f 2522/2521/14893 2546/2545/14894 2523/2522/14895 +f 2523/2522/14896 2546/2545/14897 2547/2546/14898 +f 2523/2522/14899 2547/2546/14900 2524/2523/14901 +f 2524/2523/14902 2547/2546/14903 2548/2547/14904 +f 2524/2523/14905 2548/2547/14906 2525/2524/14907 +f 2525/2524/14908 2548/2547/14909 2549/2548/14910 +f 2525/2524/14911 2549/2548/14912 2526/2525/14913 +f 2526/2525/14914 2549/2548/14915 2550/2549/14916 +f 2526/2525/14917 2550/2549/14918 2527/2526/14919 +f 2527/2526/14920 2550/2549/14921 2551/2550/14922 +f 2527/2526/14923 2551/2550/14924 2528/2527/14925 +f 2528/2527/14926 2551/2550/14927 2552/2551/14928 +f 2528/2527/14929 2552/2551/14930 2529/2528/14931 +f 2529/2528/14932 2552/2551/14933 2553/2552/14934 +f 2529/2528/14935 2553/2552/14936 2530/2529/14937 +f 2530/2529/14938 2553/2552/14939 2554/2553/14940 +f 2530/2529/14941 2554/2553/14942 2531/2530/14943 +f 2531/2530/14944 2554/2553/14945 2555/2554/14946 +f 2531/2530/14947 2555/2554/14948 2532/2531/14949 +f 2532/2531/14950 2555/2554/14951 2556/2555/14952 +f 2532/2531/14953 2556/2555/14954 2533/2532/14955 +f 2533/2532/14956 2556/2555/14957 2557/2556/14958 +f 2533/2532/14959 2557/2556/14960 2534/2533/14961 +f 2534/2533/14962 2557/2556/14963 2558/2557/14964 +f 2534/2533/14965 2558/2557/14966 2535/2534/14967 +f 2535/2534/14968 2558/2557/14969 2559/2558/14970 +f 2535/2534/14971 2559/2558/14972 2536/2535/14973 +f 2536/2535/14974 2559/2558/14975 2560/2559/14976 +f 2536/2535/14977 2560/2559/14978 2537/2536/14979 +f 2537/2536/14980 2560/2559/14981 2561/2560/14982 +f 2537/2536/14983 2561/2560/14984 2538/2537/14985 +f 2538/2537/14986 2561/2560/14987 2562/2561/14988 +f 2538/2537/14989 2562/2561/14990 2539/2538/14991 +f 2539/2538/14992 2562/2561/14993 2563/2562/14994 +f 2539/2538/14995 2563/2562/14996 2516/2515/14997 +f 2516/2515/14998 2563/2562/14999 2540/2539/15000 +f 2540/2539/15001 2564/2563/15002 2541/2540/15003 +f 2541/2540/15004 2564/2563/15005 2565/2564/15006 +f 2541/2540/15007 2565/2564/15008 2542/2541/15009 +f 2542/2541/15010 2565/2564/15011 2566/2565/15012 +f 2542/2541/15013 2566/2565/15014 2543/2542/15015 +f 2543/2542/15016 2566/2565/15017 2567/2566/15018 +f 2543/2542/15019 2567/2566/15020 2544/2543/15021 +f 2544/2543/15022 2567/2566/15023 2568/2567/15024 +f 2544/2543/15025 2568/2567/15026 2545/2544/15027 +f 2545/2544/15028 2568/2567/15029 2569/2568/15030 +f 2545/2544/15031 2569/2568/15032 2546/2545/15033 +f 2546/2545/15034 2569/2568/15035 2570/2569/15036 +f 2546/2545/15037 2570/2569/15038 2547/2546/15039 +f 2547/2546/15040 2570/2569/15041 2571/2570/15042 +f 2547/2546/15043 2571/2570/15044 2548/2547/15045 +f 2548/2547/15046 2571/2570/15047 2572/2571/15048 +f 2548/2547/15049 2572/2571/15050 2549/2548/15051 +f 2549/2548/15052 2572/2571/15053 2573/2572/15054 +f 2549/2548/15055 2573/2572/15056 2550/2549/15057 +f 2550/2549/15058 2573/2572/15059 2574/2573/15060 +f 2550/2549/15061 2574/2573/15062 2551/2550/15063 +f 2551/2550/15064 2574/2573/15065 2575/2574/15066 +f 2551/2550/15067 2575/2574/15068 2552/2551/15069 +f 2552/2551/15070 2575/2574/15071 2576/2575/15072 +f 2552/2551/15073 2576/2575/15074 2553/2552/15075 +f 2553/2552/15076 2576/2575/15077 2577/2576/15078 +f 2553/2552/15079 2577/2576/15080 2554/2553/15081 +f 2554/2553/15082 2577/2576/15083 2578/2577/15084 +f 2554/2553/15085 2578/2577/15086 2555/2554/15087 +f 2555/2554/15088 2578/2577/15089 2579/2578/15090 +f 2555/2554/15091 2579/2578/15092 2556/2555/15093 +f 2556/2555/15094 2579/2578/15095 2580/2579/15096 +f 2556/2555/15097 2580/2579/15098 2557/2556/15099 +f 2557/2556/15100 2580/2579/15101 2581/2580/15102 +f 2557/2556/15103 2581/2580/15104 2558/2557/15105 +f 2558/2557/15106 2581/2580/15107 2582/2581/15108 +f 2558/2557/15109 2582/2581/15110 2559/2558/15111 +f 2559/2558/15112 2582/2581/15113 2583/2582/15114 +f 2559/2558/15115 2583/2582/15116 2560/2559/15117 +f 2560/2559/15118 2583/2582/15119 2584/2583/15120 +f 2560/2559/15121 2584/2583/15122 2561/2560/15123 +f 2561/2560/15124 2584/2583/15125 2585/2584/15126 +f 2561/2560/15127 2585/2584/15128 2562/2561/15129 +f 2562/2561/15130 2585/2584/15131 2586/2585/15132 +f 2562/2561/15133 2586/2585/15134 2563/2562/15135 +f 2563/2562/15136 2586/2585/15137 2587/2586/15138 +f 2563/2562/15139 2587/2586/15140 2540/2539/15141 +f 2540/2539/15142 2587/2586/15143 2564/2563/15144 +f 2564/2563/15145 2588/2587/15146 2565/2564/15147 +f 2565/2564/15148 2588/2587/15149 2589/2588/15150 +f 2565/2564/15151 2589/2588/15152 2566/2565/15153 +f 2566/2565/15154 2589/2588/15155 2590/2589/15156 +f 2566/2565/15157 2590/2589/15158 2567/2566/15159 +f 2567/2566/15160 2590/2589/15161 2591/2590/15162 +f 2567/2566/15163 2591/2590/15164 2568/2567/15165 +f 2568/2567/15166 2591/2590/15167 2592/2591/15168 +f 2568/2567/15169 2592/2591/15170 2569/2568/15171 +f 2569/2568/15172 2592/2591/15173 2593/2592/15174 +f 2569/2568/15175 2593/2592/15176 2570/2569/15177 +f 2570/2569/15178 2593/2592/15179 2594/2593/15180 +f 2570/2569/15181 2594/2593/15182 2571/2570/15183 +f 2571/2570/15184 2594/2593/15185 2595/2594/15186 +f 2571/2570/15187 2595/2594/15188 2572/2571/15189 +f 2572/2571/15190 2595/2594/15191 2596/2595/15192 +f 2572/2571/15193 2596/2595/15194 2573/2572/15195 +f 2573/2572/15196 2596/2595/15197 2597/2596/15198 +f 2573/2572/15199 2597/2596/15200 2574/2573/15201 +f 2574/2573/15202 2597/2596/15203 2598/2597/15204 +f 2574/2573/15205 2598/2597/15206 2575/2574/15207 +f 2575/2574/15208 2598/2597/15209 2599/2598/15210 +f 2575/2574/15211 2599/2598/15212 2576/2575/15213 +f 2576/2575/15214 2599/2598/15215 2600/2599/15216 +f 2576/2575/15217 2600/2599/15218 2577/2576/15219 +f 2577/2576/15220 2600/2599/15221 2601/2600/15222 +f 2577/2576/15223 2601/2600/15224 2578/2577/15225 +f 2578/2577/15226 2601/2600/15227 2602/2601/15228 +f 2578/2577/15229 2602/2601/15230 2579/2578/15231 +f 2579/2578/15232 2602/2601/15233 2603/2602/15234 +f 2579/2578/15235 2603/2602/15236 2580/2579/15237 +f 2580/2579/15238 2603/2602/15239 2604/2603/15240 +f 2580/2579/15241 2604/2603/15242 2581/2580/15243 +f 2581/2580/15244 2604/2603/15245 2605/2604/15246 +f 2581/2580/15247 2605/2604/15248 2582/2581/15249 +f 2582/2581/15250 2605/2604/15251 2606/2605/15252 +f 2582/2581/15253 2606/2605/15254 2583/2582/15255 +f 2583/2582/15256 2606/2605/15257 2607/2606/15258 +f 2583/2582/15259 2607/2606/15260 2584/2583/15261 +f 2584/2583/15262 2607/2606/15263 2608/2607/15264 +f 2584/2583/15265 2608/2607/15266 2585/2584/15267 +f 2585/2584/15268 2608/2607/15269 2609/2608/15270 +f 2585/2584/15271 2609/2608/15272 2586/2585/15273 +f 2586/2585/15274 2609/2608/15275 2610/2609/15276 +f 2586/2585/15277 2610/2609/15278 2587/2586/15279 +f 2587/2586/15280 2610/2609/15281 2611/2610/15282 +f 2587/2586/15283 2611/2610/15284 2564/2563/15285 +f 2564/2563/15286 2611/2610/15287 2588/2587/15288 +f 2588/2587/15289 2612/2611/15290 2589/2588/15291 +f 2589/2588/15292 2612/2611/15293 2613/2612/15294 +f 2589/2588/15295 2613/2612/15296 2590/2589/15297 +f 2590/2589/15298 2613/2612/15299 2614/2613/15300 +f 2590/2589/15301 2614/2613/15302 2591/2590/15303 +f 2591/2590/15304 2614/2613/15305 2615/2614/15306 +f 2591/2590/15307 2615/2614/15308 2592/2591/15309 +f 2592/2591/15310 2615/2614/15311 2616/2615/15312 +f 2592/2591/15313 2616/2615/15314 2593/2592/15315 +f 2593/2592/15316 2616/2615/15317 2617/2616/15318 +f 2593/2592/15319 2617/2616/15320 2594/2593/15321 +f 2594/2593/15322 2617/2616/15323 2618/2617/15324 +f 2594/2593/15325 2618/2617/15326 2595/2594/15327 +f 2595/2594/15328 2618/2617/15329 2619/2618/15330 +f 2595/2594/15331 2619/2618/15332 2596/2595/15333 +f 2596/2595/15334 2619/2618/15335 2620/2619/15336 +f 2596/2595/15337 2620/2619/15338 2597/2596/15339 +f 2597/2596/15340 2620/2619/15341 2621/2620/15342 +f 2597/2596/15343 2621/2620/15344 2598/2597/15345 +f 2598/2597/15346 2621/2620/15347 2622/2621/15348 +f 2598/2597/15349 2622/2621/15350 2599/2598/15351 +f 2599/2598/15352 2622/2621/15353 2623/2622/15354 +f 2599/2598/15355 2623/2622/15356 2600/2599/15357 +f 2600/2599/15358 2623/2622/15359 2624/2623/15360 +f 2600/2599/15361 2624/2623/15362 2601/2600/15363 +f 2601/2600/15364 2624/2623/15365 2625/2624/15366 +f 2601/2600/15367 2625/2624/15368 2602/2601/15369 +f 2602/2601/15370 2625/2624/15371 2626/2625/15372 +f 2602/2601/15373 2626/2625/15374 2603/2602/15375 +f 2603/2602/15376 2626/2625/15377 2627/2626/15378 +f 2603/2602/15379 2627/2626/15380 2604/2603/15381 +f 2604/2603/15382 2627/2626/15383 2628/2627/15384 +f 2604/2603/15385 2628/2627/15386 2605/2604/15387 +f 2605/2604/15388 2628/2627/15389 2629/2628/15390 +f 2605/2604/15391 2629/2628/15392 2606/2605/15393 +f 2606/2605/15394 2629/2628/15395 2630/2629/15396 +f 2606/2605/15397 2630/2629/15398 2607/2606/15399 +f 2607/2606/15400 2630/2629/15401 2631/2630/15402 +f 2607/2606/15403 2631/2630/15404 2608/2607/15405 +f 2608/2607/15406 2631/2630/15407 2632/2631/15408 +f 2608/2607/15409 2632/2631/15410 2609/2608/15411 +f 2609/2608/15412 2632/2631/15413 2633/2632/15414 +f 2609/2608/15415 2633/2632/15416 2610/2609/15417 +f 2610/2609/15418 2633/2632/15419 2634/2633/15420 +f 2610/2609/15421 2634/2633/15422 2611/2610/15423 +f 2611/2610/15424 2634/2633/15425 2635/2634/15426 +f 2611/2610/15427 2635/2634/15428 2588/2587/15429 +f 2588/2587/15430 2635/2634/15431 2612/2611/15432 +f 2612/2611/15433 2636/2635/15434 2613/2612/15435 +f 2613/2612/15436 2636/2635/15437 2637/2636/15438 +f 2613/2612/15439 2637/2636/15440 2614/2613/15441 +f 2614/2613/15442 2637/2636/15443 2638/2637/15444 +f 2614/2613/15445 2638/2637/15446 2615/2614/15447 +f 2615/2614/15448 2638/2637/15449 2639/2638/15450 +f 2615/2614/15451 2639/2638/15452 2616/2615/15453 +f 2616/2615/15454 2639/2638/15455 2640/2639/15456 +f 2616/2615/15457 2640/2639/15458 2617/2616/15459 +f 2617/2616/15460 2640/2639/15461 2641/2640/15462 +f 2617/2616/15463 2641/2640/15464 2618/2617/15465 +f 2618/2617/15466 2641/2640/15467 2642/2641/15468 +f 2618/2617/15469 2642/2641/15470 2619/2618/15471 +f 2619/2618/15472 2642/2641/15473 2643/2642/15474 +f 2619/2618/15475 2643/2642/15476 2620/2619/15477 +f 2620/2619/15478 2643/2642/15479 2644/2643/15480 +f 2620/2619/15481 2644/2643/15482 2621/2620/15483 +f 2621/2620/15484 2644/2643/15485 2645/2644/15486 +f 2621/2620/15487 2645/2644/15488 2622/2621/15489 +f 2622/2621/15490 2645/2644/15491 2646/2645/15492 +f 2622/2621/15493 2646/2645/15494 2623/2622/15495 +f 2623/2622/15496 2646/2645/15497 2647/2646/15498 +f 2623/2622/15499 2647/2646/15500 2624/2623/15501 +f 2624/2623/15502 2647/2646/15503 2648/2647/15504 +f 2624/2623/15505 2648/2647/15506 2625/2624/15507 +f 2625/2624/15508 2648/2647/15509 2649/2648/15510 +f 2625/2624/15511 2649/2648/15512 2626/2625/15513 +f 2626/2625/15514 2649/2648/15515 2650/2649/15516 +f 2626/2625/15517 2650/2649/15518 2627/2626/15519 +f 2627/2626/15520 2650/2649/15521 2651/2650/15522 +f 2627/2626/15523 2651/2650/15524 2628/2627/15525 +f 2628/2627/15526 2651/2650/15527 2652/2651/15528 +f 2628/2627/15529 2652/2651/15530 2629/2628/15531 +f 2629/2628/15532 2652/2651/15533 2653/2652/15534 +f 2629/2628/15535 2653/2652/15536 2630/2629/15537 +f 2630/2629/15538 2653/2652/15539 2654/2653/15540 +f 2630/2629/15541 2654/2653/15542 2631/2630/15543 +f 2631/2630/15544 2654/2653/15545 2655/2654/15546 +f 2631/2630/15547 2655/2654/15548 2632/2631/15549 +f 2632/2631/15550 2655/2654/15551 2656/2655/15552 +f 2632/2631/15553 2656/2655/15554 2633/2632/15555 +f 2633/2632/15556 2656/2655/15557 2657/2656/15558 +f 2633/2632/15559 2657/2656/15560 2634/2633/15561 +f 2634/2633/15562 2657/2656/15563 2658/2657/15564 +f 2634/2633/15565 2658/2657/15566 2635/2634/15567 +f 2635/2634/15568 2658/2657/15569 2659/2658/15570 +f 2635/2634/15571 2659/2658/15572 2612/2611/15573 +f 2612/2611/15574 2659/2658/15575 2636/2635/15576 +f 2636/2635/15577 2660/2659/15578 2637/2636/15579 +f 2637/2636/15580 2660/2659/15581 2661/2660/15582 +f 2637/2636/15583 2661/2660/15584 2638/2637/15585 +f 2638/2637/15586 2661/2660/15587 2662/2661/15588 +f 2638/2637/15589 2662/2661/15590 2639/2638/15591 +f 2639/2638/15592 2662/2661/15593 2663/2662/15594 +f 2639/2638/15595 2663/2662/15596 2640/2639/15597 +f 2640/2639/15598 2663/2662/15599 2664/2663/15600 +f 2640/2639/15601 2664/2663/15602 2641/2640/15603 +f 2641/2640/15604 2664/2663/15605 2665/2664/15606 +f 2641/2640/15607 2665/2664/15608 2642/2641/15609 +f 2642/2641/15610 2665/2664/15611 2666/2665/15612 +f 2642/2641/15613 2666/2665/15614 2643/2642/15615 +f 2643/2642/15616 2666/2665/15617 2667/2666/15618 +f 2643/2642/15619 2667/2666/15620 2644/2643/15621 +f 2644/2643/15622 2667/2666/15623 2668/2667/15624 +f 2644/2643/15625 2668/2667/15626 2645/2644/15627 +f 2645/2644/15628 2668/2667/15629 2669/2668/15630 +f 2645/2644/15631 2669/2668/15632 2646/2645/15633 +f 2646/2645/15634 2669/2668/15635 2670/2669/15636 +f 2646/2645/15637 2670/2669/15638 2647/2646/15639 +f 2647/2646/15640 2670/2669/15641 2671/2670/15642 +f 2647/2646/15643 2671/2670/15644 2648/2647/15645 +f 2648/2647/15646 2671/2670/15647 2672/2671/15648 +f 2648/2647/15649 2672/2671/15650 2649/2648/15651 +f 2649/2648/15652 2672/2671/15653 2673/2672/15654 +f 2649/2648/15655 2673/2672/15656 2650/2649/15657 +f 2650/2649/15658 2673/2672/15659 2674/2673/15660 +f 2650/2649/15661 2674/2673/15662 2651/2650/15663 +f 2651/2650/15664 2674/2673/15665 2675/2674/15666 +f 2651/2650/15667 2675/2674/15668 2652/2651/15669 +f 2652/2651/15670 2675/2674/15671 2676/2675/15672 +f 2652/2651/15673 2676/2675/15674 2653/2652/15675 +f 2653/2652/15676 2676/2675/15677 2677/2676/15678 +f 2653/2652/15679 2677/2676/15680 2654/2653/15681 +f 2654/2653/15682 2677/2676/15683 2678/2677/15684 +f 2654/2653/15685 2678/2677/15686 2655/2654/15687 +f 2655/2654/15688 2678/2677/15689 2679/2678/15690 +f 2655/2654/15691 2679/2678/15692 2656/2655/15693 +f 2656/2655/15694 2679/2678/15695 2680/2679/15696 +f 2656/2655/15697 2680/2679/15698 2657/2656/15699 +f 2657/2656/15700 2680/2679/15701 2681/2680/15702 +f 2657/2656/15703 2681/2680/15704 2658/2657/15705 +f 2658/2657/15706 2681/2680/15707 2682/2681/15708 +f 2658/2657/15709 2682/2681/15710 2659/2658/15711 +f 2659/2658/15712 2682/2681/15713 2683/2682/15714 +f 2659/2658/15715 2683/2682/15716 2636/2635/15717 +f 2636/2635/15718 2683/2682/15719 2660/2659/15720 +f 2660/2659/15721 2684/2683/15722 2661/2660/15723 +f 2661/2660/15724 2684/2683/15725 2685/2684/15726 +f 2661/2660/15727 2685/2684/15728 2662/2661/15729 +f 2662/2661/15730 2685/2684/15731 2686/2685/15732 +f 2662/2661/15733 2686/2685/15734 2663/2662/15735 +f 2663/2662/15736 2686/2685/15737 2687/2686/15738 +f 2663/2662/15739 2687/2686/15740 2664/2663/15741 +f 2664/2663/15742 2687/2686/15743 2688/2687/15744 +f 2664/2663/15745 2688/2687/15746 2665/2664/15747 +f 2665/2664/15748 2688/2687/15749 2689/2688/15750 +f 2665/2664/15751 2689/2688/15752 2666/2665/15753 +f 2666/2665/15754 2689/2688/15755 2690/2689/15756 +f 2666/2665/15757 2690/2689/15758 2667/2666/15759 +f 2667/2666/15760 2690/2689/15761 2691/2690/15762 +f 2667/2666/15763 2691/2690/15764 2668/2667/15765 +f 2668/2667/15766 2691/2690/15767 2692/2691/15768 +f 2668/2667/15769 2692/2691/15770 2669/2668/15771 +f 2669/2668/15772 2692/2691/15773 2693/2692/15774 +f 2669/2668/15775 2693/2692/15776 2670/2669/15777 +f 2670/2669/15778 2693/2692/15779 2694/2693/15780 +f 2670/2669/15781 2694/2693/15782 2671/2670/15783 +f 2671/2670/15784 2694/2693/15785 2695/2694/15786 +f 2671/2670/15787 2695/2694/15788 2672/2671/15789 +f 2672/2671/15790 2695/2694/15791 2696/2695/15792 +f 2672/2671/15793 2696/2695/15794 2673/2672/15795 +f 2673/2672/15796 2696/2695/15797 2697/2696/15798 +f 2673/2672/15799 2697/2696/15800 2674/2673/15801 +f 2674/2673/15802 2697/2696/15803 2698/2697/15804 +f 2674/2673/15805 2698/2697/15806 2675/2674/15807 +f 2675/2674/15808 2698/2697/15809 2699/2698/15810 +f 2675/2674/15811 2699/2698/15812 2676/2675/15813 +f 2676/2675/15814 2699/2698/15815 2700/2699/15816 +f 2676/2675/15817 2700/2699/15818 2677/2676/15819 +f 2677/2676/15820 2700/2699/15821 2701/2700/15822 +f 2677/2676/15823 2701/2700/15824 2678/2677/15825 +f 2678/2677/15826 2701/2700/15827 2702/2701/15828 +f 2678/2677/15829 2702/2701/15830 2679/2678/15831 +f 2679/2678/15832 2702/2701/15833 2703/2702/15834 +f 2679/2678/15835 2703/2702/15836 2680/2679/15837 +f 2680/2679/15838 2703/2702/15839 2704/2703/15840 +f 2680/2679/15841 2704/2703/15842 2681/2680/15843 +f 2681/2680/15844 2704/2703/15845 2705/2704/15846 +f 2681/2680/15847 2705/2704/15848 2682/2681/15849 +f 2682/2681/15850 2705/2704/15851 2706/2705/15852 +f 2682/2681/15853 2706/2705/15854 2683/2682/15855 +f 2683/2682/15856 2706/2705/15857 2707/2706/15858 +f 2683/2682/15859 2707/2706/15860 2660/2659/15861 +f 2660/2659/15862 2707/2706/15863 2684/2683/15864 +f 2684/2683/15865 2708/2707/15866 2685/2684/15867 +f 2685/2684/15868 2708/2707/15869 2709/2708/15870 +f 2685/2684/15871 2709/2708/15872 2686/2685/15873 +f 2686/2685/15874 2709/2708/15875 2710/2709/15876 +f 2686/2685/15877 2710/2709/15878 2687/2686/15879 +f 2687/2686/15880 2710/2709/15881 2711/2710/15882 +f 2687/2686/15883 2711/2710/15884 2688/2687/15885 +f 2688/2687/15886 2711/2710/15887 2712/2711/15888 +f 2688/2687/15889 2712/2711/15890 2689/2688/15891 +f 2689/2688/15892 2712/2711/15893 2713/2712/15894 +f 2689/2688/15895 2713/2712/15896 2690/2689/15897 +f 2690/2689/15898 2713/2712/15899 2714/2713/15900 +f 2690/2689/15901 2714/2713/15902 2691/2690/15903 +f 2691/2690/15904 2714/2713/15905 2715/2714/15906 +f 2691/2690/15907 2715/2714/15908 2692/2691/15909 +f 2692/2691/15910 2715/2714/15911 2716/2715/15912 +f 2692/2691/15913 2716/2715/15914 2693/2692/15915 +f 2693/2692/15916 2716/2715/15917 2717/2716/15918 +f 2693/2692/15919 2717/2716/15920 2694/2693/15921 +f 2694/2693/15922 2717/2716/15923 2718/2717/15924 +f 2694/2693/15925 2718/2717/15926 2695/2694/15927 +f 2695/2694/15928 2718/2717/15929 2719/2718/15930 +f 2695/2694/15931 2719/2718/15932 2696/2695/15933 +f 2696/2695/15934 2719/2718/15935 2720/2719/15936 +f 2696/2695/15937 2720/2719/15938 2697/2696/15939 +f 2697/2696/15940 2720/2719/15941 2721/2720/15942 +f 2697/2696/15943 2721/2720/15944 2698/2697/15945 +f 2698/2697/15946 2721/2720/15947 2722/2721/15948 +f 2698/2697/15949 2722/2721/15950 2699/2698/15951 +f 2699/2698/15952 2722/2721/15953 2723/2722/15954 +f 2699/2698/15955 2723/2722/15956 2700/2699/15957 +f 2700/2699/15958 2723/2722/15959 2724/2723/15960 +f 2700/2699/15961 2724/2723/15962 2701/2700/15963 +f 2701/2700/15964 2724/2723/15965 2725/2724/15966 +f 2701/2700/15967 2725/2724/15968 2702/2701/15969 +f 2702/2701/15970 2725/2724/15971 2726/2725/15972 +f 2702/2701/15973 2726/2725/15974 2703/2702/15975 +f 2703/2702/15976 2726/2725/15977 2727/2726/15978 +f 2703/2702/15979 2727/2726/15980 2704/2703/15981 +f 2704/2703/15982 2727/2726/15983 2728/2727/15984 +f 2704/2703/15985 2728/2727/15986 2705/2704/15987 +f 2705/2704/15988 2728/2727/15989 2729/2728/15990 +f 2705/2704/15991 2729/2728/15992 2706/2705/15993 +f 2706/2705/15994 2729/2728/15995 2730/2729/15996 +f 2706/2705/15997 2730/2729/15998 2707/2706/15999 +f 2707/2706/16000 2730/2729/16001 2731/2730/16002 +f 2707/2706/16003 2731/2730/16004 2684/2683/16005 +f 2684/2683/16006 2731/2730/16007 2708/2707/16008 +f 2708/2707/16009 2732/2731/16010 2709/2708/16011 +f 2709/2708/16012 2732/2731/16013 2733/2732/16014 +f 2709/2708/16015 2733/2732/16016 2710/2709/16017 +f 2710/2709/16018 2733/2732/16019 2734/2733/16020 +f 2710/2709/16021 2734/2733/16022 2711/2710/16023 +f 2711/2710/16024 2734/2733/16025 2735/2734/16026 +f 2711/2710/16027 2735/2734/16028 2712/2711/16029 +f 2712/2711/16030 2735/2734/16031 2736/2735/16032 +f 2712/2711/16033 2736/2735/16034 2713/2712/16035 +f 2713/2712/16036 2736/2735/16037 2737/2736/16038 +f 2713/2712/16039 2737/2736/16040 2714/2713/16041 +f 2714/2713/16042 2737/2736/16043 2738/2737/16044 +f 2714/2713/16045 2738/2737/16046 2715/2714/16047 +f 2715/2714/16048 2738/2737/16049 2739/2738/16050 +f 2715/2714/16051 2739/2738/16052 2716/2715/16053 +f 2716/2715/16054 2739/2738/16055 2740/2739/16056 +f 2716/2715/16057 2740/2739/16058 2717/2716/16059 +f 2717/2716/16060 2740/2739/16061 2741/2740/16062 +f 2717/2716/16063 2741/2740/16064 2718/2717/16065 +f 2718/2717/16066 2741/2740/16067 2742/2741/16068 +f 2718/2717/16069 2742/2741/16070 2719/2718/16071 +f 2719/2718/16072 2742/2741/16073 2743/2742/16074 +f 2719/2718/16075 2743/2742/16076 2720/2719/16077 +f 2720/2719/16078 2743/2742/16079 2744/2743/16080 +f 2720/2719/16081 2744/2743/16082 2721/2720/16083 +f 2721/2720/16084 2744/2743/16085 2745/2744/16086 +f 2721/2720/16087 2745/2744/16088 2722/2721/16089 +f 2722/2721/16090 2745/2744/16091 2746/2745/16092 +f 2722/2721/16093 2746/2745/16094 2723/2722/16095 +f 2723/2722/16096 2746/2745/16097 2747/2746/16098 +f 2723/2722/16099 2747/2746/16100 2724/2723/16101 +f 2724/2723/16102 2747/2746/16103 2748/2747/16104 +f 2724/2723/16105 2748/2747/16106 2725/2724/16107 +f 2725/2724/16108 2748/2747/16109 2749/2748/16110 +f 2725/2724/16111 2749/2748/16112 2726/2725/16113 +f 2726/2725/16114 2749/2748/16115 2750/2749/16116 +f 2726/2725/16117 2750/2749/16118 2727/2726/16119 +f 2727/2726/16120 2750/2749/16121 2751/2750/16122 +f 2727/2726/16123 2751/2750/16124 2728/2727/16125 +f 2728/2727/16126 2751/2750/16127 2752/2751/16128 +f 2728/2727/16129 2752/2751/16130 2729/2728/16131 +f 2729/2728/16132 2752/2751/16133 2753/2752/16134 +f 2729/2728/16135 2753/2752/16136 2730/2729/16137 +f 2730/2729/16138 2753/2752/16139 2754/2753/16140 +f 2730/2729/16141 2754/2753/16142 2731/2730/16143 +f 2731/2730/16144 2754/2753/16145 2755/2754/16146 +f 2731/2730/16147 2755/2754/16148 2708/2707/16149 +f 2708/2707/16150 2755/2754/16151 2732/2731/16152 +f 2732/2731/16153 2756/2755/16154 2733/2732/16155 +f 2733/2732/16156 2756/2755/16157 2757/2756/16158 +f 2733/2732/16159 2757/2756/16160 2734/2733/16161 +f 2734/2733/16162 2757/2756/16163 2758/2757/16164 +f 2734/2733/16165 2758/2757/16166 2735/2734/16167 +f 2735/2734/16168 2758/2757/16169 2759/2758/16170 +f 2735/2734/16171 2759/2758/16172 2736/2735/16173 +f 2736/2735/16174 2759/2758/16175 2760/2759/16176 +f 2736/2735/16177 2760/2759/16178 2737/2736/16179 +f 2737/2736/16180 2760/2759/16181 2761/2760/16182 +f 2737/2736/16183 2761/2760/16184 2738/2737/16185 +f 2738/2737/16186 2761/2760/16187 2762/2761/16188 +f 2738/2737/16189 2762/2761/16190 2739/2738/16191 +f 2739/2738/16192 2762/2761/16193 2763/2762/16194 +f 2739/2738/16195 2763/2762/16196 2740/2739/16197 +f 2740/2739/16198 2763/2762/16199 2764/2763/16200 +f 2740/2739/16201 2764/2763/16202 2741/2740/16203 +f 2741/2740/16204 2764/2763/16205 2765/2764/16206 +f 2741/2740/16207 2765/2764/16208 2742/2741/16209 +f 2742/2741/16210 2765/2764/16211 2766/2765/16212 +f 2742/2741/16213 2766/2765/16214 2743/2742/16215 +f 2743/2742/16216 2766/2765/16217 2767/2766/16218 +f 2743/2742/16219 2767/2766/16220 2744/2743/16221 +f 2744/2743/16222 2767/2766/16223 2768/2767/16224 +f 2744/2743/16225 2768/2767/16226 2745/2744/16227 +f 2745/2744/16228 2768/2767/16229 2769/2768/16230 +f 2745/2744/16231 2769/2768/16232 2746/2745/16233 +f 2746/2745/16234 2769/2768/16235 2770/2769/16236 +f 2746/2745/16237 2770/2769/16238 2747/2746/16239 +f 2747/2746/16240 2770/2769/16241 2771/2770/16242 +f 2747/2746/16243 2771/2770/16244 2748/2747/16245 +f 2748/2747/16246 2771/2770/16247 2772/2771/16248 +f 2748/2747/16249 2772/2771/16250 2749/2748/16251 +f 2749/2748/16252 2772/2771/16253 2773/2772/16254 +f 2749/2748/16255 2773/2772/16256 2750/2749/16257 +f 2750/2749/16258 2773/2772/16259 2774/2773/16260 +f 2750/2749/16261 2774/2773/16262 2751/2750/16263 +f 2751/2750/16264 2774/2773/16265 2775/2774/16266 +f 2751/2750/16267 2775/2774/16268 2752/2751/16269 +f 2752/2751/16270 2775/2774/16271 2776/2775/16272 +f 2752/2751/16273 2776/2775/16274 2753/2752/16275 +f 2753/2752/16276 2776/2775/16277 2777/2776/16278 +f 2753/2752/16279 2777/2776/16280 2754/2753/16281 +f 2754/2753/16282 2777/2776/16283 2778/2777/16284 +f 2754/2753/16285 2778/2777/16286 2755/2754/16287 +f 2755/2754/16288 2778/2777/16289 2779/2778/16290 +f 2755/2754/16291 2779/2778/16292 2732/2731/16293 +f 2732/2731/16294 2779/2778/16295 2756/2755/16296 +f 2756/2755/16297 2780/2779/16298 2757/2756/16299 +f 2757/2756/16300 2780/2779/16301 2781/2780/16302 +f 2757/2756/16303 2781/2780/16304 2758/2757/16305 +f 2758/2757/16306 2781/2780/16307 2782/2781/16308 +f 2758/2757/16309 2782/2781/16310 2759/2758/16311 +f 2759/2758/16312 2782/2781/16313 2783/2782/16314 +f 2759/2758/16315 2783/2782/16316 2760/2759/16317 +f 2760/2759/16318 2783/2782/16319 2784/2783/16320 +f 2760/2759/16321 2784/2783/16322 2761/2760/16323 +f 2761/2760/16324 2784/2783/16325 2785/2784/16326 +f 2761/2760/16327 2785/2784/16328 2762/2761/16329 +f 2762/2761/16330 2785/2784/16331 2786/2785/16332 +f 2762/2761/16333 2786/2785/16334 2763/2762/16335 +f 2763/2762/16336 2786/2785/16337 2787/2786/16338 +f 2763/2762/16339 2787/2786/16340 2764/2763/16341 +f 2764/2763/16342 2787/2786/16343 2788/2787/16344 +f 2764/2763/16345 2788/2787/16346 2765/2764/16347 +f 2765/2764/16348 2788/2787/16349 2789/2788/16350 +f 2765/2764/16351 2789/2788/16352 2766/2765/16353 +f 2766/2765/16354 2789/2788/16355 2790/2789/16356 +f 2766/2765/16357 2790/2789/16358 2767/2766/16359 +f 2767/2766/16360 2790/2789/16361 2791/2790/16362 +f 2767/2766/16363 2791/2790/16364 2768/2767/16365 +f 2768/2767/16366 2791/2790/16367 2792/2791/16368 +f 2768/2767/16369 2792/2791/16370 2769/2768/16371 +f 2769/2768/16372 2792/2791/16373 2793/2792/16374 +f 2769/2768/16375 2793/2792/16376 2770/2769/16377 +f 2770/2769/16378 2793/2792/16379 2794/2793/16380 +f 2770/2769/16381 2794/2793/16382 2771/2770/16383 +f 2771/2770/16384 2794/2793/16385 2795/2794/16386 +f 2771/2770/16387 2795/2794/16388 2772/2771/16389 +f 2772/2771/16390 2795/2794/16391 2796/2795/16392 +f 2772/2771/16393 2796/2795/16394 2773/2772/16395 +f 2773/2772/16396 2796/2795/16397 2797/2796/16398 +f 2773/2772/16399 2797/2796/16400 2774/2773/16401 +f 2774/2773/16402 2797/2796/16403 2798/2797/16404 +f 2774/2773/16405 2798/2797/16406 2775/2774/16407 +f 2775/2774/16408 2798/2797/16409 2799/2798/16410 +f 2775/2774/16411 2799/2798/16412 2776/2775/16413 +f 2776/2775/16414 2799/2798/16415 2800/2799/16416 +f 2776/2775/16417 2800/2799/16418 2777/2776/16419 +f 2777/2776/16420 2800/2799/16421 2801/2800/16422 +f 2777/2776/16423 2801/2800/16424 2778/2777/16425 +f 2778/2777/16426 2801/2800/16427 2802/2801/16428 +f 2778/2777/16429 2802/2801/16430 2779/2778/16431 +f 2779/2778/16432 2802/2801/16433 2803/2802/16434 +f 2779/2778/16435 2803/2802/16436 2756/2755/16437 +f 2756/2755/16438 2803/2802/16439 2780/2779/16440 +f 2780/2779/16441 2804/2803/16442 2781/2780/16443 +f 2781/2780/16444 2804/2803/16445 2805/2804/16446 +f 2781/2780/16447 2805/2804/16448 2782/2781/16449 +f 2782/2781/16450 2805/2804/16451 2806/2805/16452 +f 2782/2781/16453 2806/2805/16454 2783/2782/16455 +f 2783/2782/16456 2806/2805/16457 2807/2806/16458 +f 2783/2782/16459 2807/2806/16460 2784/2783/16461 +f 2784/2783/16462 2807/2806/16463 2808/2807/16464 +f 2784/2783/16465 2808/2807/16466 2785/2784/16467 +f 2785/2784/16468 2808/2807/16469 2809/2808/16470 +f 2785/2784/16471 2809/2808/16472 2786/2785/16473 +f 2786/2785/16474 2809/2808/16475 2810/2809/16476 +f 2786/2785/16477 2810/2809/16478 2787/2786/16479 +f 2787/2786/16480 2810/2809/16481 2811/2810/16482 +f 2787/2786/16483 2811/2810/16484 2788/2787/16485 +f 2788/2787/16486 2811/2810/16487 2812/2811/16488 +f 2788/2787/16489 2812/2811/16490 2789/2788/16491 +f 2789/2788/16492 2812/2811/16493 2813/2812/16494 +f 2789/2788/16495 2813/2812/16496 2790/2789/16497 +f 2790/2789/16498 2813/2812/16499 2814/2813/16500 +f 2790/2789/16501 2814/2813/16502 2791/2790/16503 +f 2791/2790/16504 2814/2813/16505 2815/2814/16506 +f 2791/2790/16507 2815/2814/16508 2792/2791/16509 +f 2792/2791/16510 2815/2814/16511 2816/2815/16512 +f 2792/2791/16513 2816/2815/16514 2793/2792/16515 +f 2793/2792/16516 2816/2815/16517 2817/2816/16518 +f 2793/2792/16519 2817/2816/16520 2794/2793/16521 +f 2794/2793/16522 2817/2816/16523 2818/2817/16524 +f 2794/2793/16525 2818/2817/16526 2795/2794/16527 +f 2795/2794/16528 2818/2817/16529 2819/2818/16530 +f 2795/2794/16531 2819/2818/16532 2796/2795/16533 +f 2796/2795/16534 2819/2818/16535 2820/2819/16536 +f 2796/2795/16537 2820/2819/16538 2797/2796/16539 +f 2797/2796/16540 2820/2819/16541 2821/2820/16542 +f 2797/2796/16543 2821/2820/16544 2798/2797/16545 +f 2798/2797/16546 2821/2820/16547 2822/2821/16548 +f 2798/2797/16549 2822/2821/16550 2799/2798/16551 +f 2799/2798/16552 2822/2821/16553 2823/2822/16554 +f 2799/2798/16555 2823/2822/16556 2800/2799/16557 +f 2800/2799/16558 2823/2822/16559 2824/2823/16560 +f 2800/2799/16561 2824/2823/16562 2801/2800/16563 +f 2801/2800/16564 2824/2823/16565 2825/2824/16566 +f 2801/2800/16567 2825/2824/16568 2802/2801/16569 +f 2802/2801/16570 2825/2824/16571 2826/2825/16572 +f 2802/2801/16573 2826/2825/16574 2803/2802/16575 +f 2803/2802/16576 2826/2825/16577 2827/2826/16578 +f 2803/2802/16579 2827/2826/16580 2780/2779/16581 +f 2780/2779/16582 2827/2826/16583 2804/2803/16584 +f 2804/2803/16585 2828/2827/16586 2805/2804/16587 +f 2805/2804/16588 2828/2827/16589 2829/2828/16590 +f 2805/2804/16591 2829/2828/16592 2806/2805/16593 +f 2806/2805/16594 2829/2828/16595 2830/2829/16596 +f 2806/2805/16597 2830/2829/16598 2807/2806/16599 +f 2807/2806/16600 2830/2829/16601 2831/2830/16602 +f 2807/2806/16603 2831/2830/16604 2808/2807/16605 +f 2808/2807/16606 2831/2830/16607 2832/2831/16608 +f 2808/2807/16609 2832/2831/16610 2809/2808/16611 +f 2809/2808/16612 2832/2831/16613 2833/2832/16614 +f 2809/2808/16615 2833/2832/16616 2810/2809/16617 +f 2810/2809/16618 2833/2832/16619 2834/2833/16620 +f 2810/2809/16621 2834/2833/16622 2811/2810/16623 +f 2811/2810/16624 2834/2833/16625 2835/2834/16626 +f 2811/2810/16627 2835/2834/16628 2812/2811/16629 +f 2812/2811/16630 2835/2834/16631 2836/2835/16632 +f 2812/2811/16633 2836/2835/16634 2813/2812/16635 +f 2813/2812/16636 2836/2835/16637 2837/2836/16638 +f 2813/2812/16639 2837/2836/16640 2814/2813/16641 +f 2814/2813/16642 2837/2836/16643 2838/2837/16644 +f 2814/2813/16645 2838/2837/16646 2815/2814/16647 +f 2815/2814/16648 2838/2837/16649 2839/2838/16650 +f 2815/2814/16651 2839/2838/16652 2816/2815/16653 +f 2816/2815/16654 2839/2838/16655 2840/2839/16656 +f 2816/2815/16657 2840/2839/16658 2817/2816/16659 +f 2817/2816/16660 2840/2839/16661 2841/2840/16662 +f 2817/2816/16663 2841/2840/16664 2818/2817/16665 +f 2818/2817/16666 2841/2840/16667 2842/2841/16668 +f 2818/2817/16669 2842/2841/16670 2819/2818/16671 +f 2819/2818/16672 2842/2841/16673 2843/2842/16674 +f 2819/2818/16675 2843/2842/16676 2820/2819/16677 +f 2820/2819/16678 2843/2842/16679 2844/2843/16680 +f 2820/2819/16681 2844/2843/16682 2821/2820/16683 +f 2821/2820/16684 2844/2843/16685 2845/2844/16686 +f 2821/2820/16687 2845/2844/16688 2822/2821/16689 +f 2822/2821/16690 2845/2844/16691 2846/2845/16692 +f 2822/2821/16693 2846/2845/16694 2823/2822/16695 +f 2823/2822/16696 2846/2845/16697 2847/2846/16698 +f 2823/2822/16699 2847/2846/16700 2824/2823/16701 +f 2824/2823/16702 2847/2846/16703 2848/2847/16704 +f 2824/2823/16705 2848/2847/16706 2825/2824/16707 +f 2825/2824/16708 2848/2847/16709 2849/2848/16710 +f 2825/2824/16711 2849/2848/16712 2826/2825/16713 +f 2826/2825/16714 2849/2848/16715 2850/2849/16716 +f 2826/2825/16717 2850/2849/16718 2827/2826/16719 +f 2827/2826/16720 2850/2849/16721 2851/2850/16722 +f 2827/2826/16723 2851/2850/16724 2804/2803/16725 +f 2804/2803/16726 2851/2850/16727 2828/2827/16728 +f 2828/2827/16729 2852/2851/16730 2829/2828/16731 +f 2829/2828/16732 2852/2851/16733 2853/2852/16734 +f 2829/2828/16735 2853/2852/16736 2830/2829/16737 +f 2830/2829/16738 2853/2852/16739 2854/2853/16740 +f 2830/2829/16741 2854/2853/16742 2831/2830/16743 +f 2831/2830/16744 2854/2853/16745 2855/2854/16746 +f 2831/2830/16747 2855/2854/16748 2832/2831/16749 +f 2832/2831/16750 2855/2854/16751 2856/2855/16752 +f 2832/2831/16753 2856/2855/16754 2833/2832/16755 +f 2833/2832/16756 2856/2855/16757 2857/2856/16758 +f 2833/2832/16759 2857/2856/16760 2834/2833/16761 +f 2834/2833/16762 2857/2856/16763 2858/2857/16764 +f 2834/2833/16765 2858/2857/16766 2835/2834/16767 +f 2835/2834/16768 2858/2857/16769 2859/2858/16770 +f 2835/2834/16771 2859/2858/16772 2836/2835/16773 +f 2836/2835/16774 2859/2858/16775 2860/2859/16776 +f 2836/2835/16777 2860/2859/16778 2837/2836/16779 +f 2837/2836/16780 2860/2859/16781 2861/2860/16782 +f 2837/2836/16783 2861/2860/16784 2838/2837/16785 +f 2838/2837/16786 2861/2860/16787 2862/2861/16788 +f 2838/2837/16789 2862/2861/16790 2839/2838/16791 +f 2839/2838/16792 2862/2861/16793 2863/2862/16794 +f 2839/2838/16795 2863/2862/16796 2840/2839/16797 +f 2840/2839/16798 2863/2862/16799 2864/2863/16800 +f 2840/2839/16801 2864/2863/16802 2841/2840/16803 +f 2841/2840/16804 2864/2863/16805 2865/2864/16806 +f 2841/2840/16807 2865/2864/16808 2842/2841/16809 +f 2842/2841/16810 2865/2864/16811 2866/2865/16812 +f 2842/2841/16813 2866/2865/16814 2843/2842/16815 +f 2843/2842/16816 2866/2865/16817 2867/2866/16818 +f 2843/2842/16819 2867/2866/16820 2844/2843/16821 +f 2844/2843/16822 2867/2866/16823 2868/2867/16824 +f 2844/2843/16825 2868/2867/16826 2845/2844/16827 +f 2845/2844/16828 2868/2867/16829 2869/2868/16830 +f 2845/2844/16831 2869/2868/16832 2846/2845/16833 +f 2846/2845/16834 2869/2868/16835 2870/2869/16836 +f 2846/2845/16837 2870/2869/16838 2847/2846/16839 +f 2847/2846/16840 2870/2869/16841 2871/2870/16842 +f 2847/2846/16843 2871/2870/16844 2848/2847/16845 +f 2848/2847/16846 2871/2870/16847 2872/2871/16848 +f 2848/2847/16849 2872/2871/16850 2849/2848/16851 +f 2849/2848/16852 2872/2871/16853 2873/2872/16854 +f 2849/2848/16855 2873/2872/16856 2850/2849/16857 +f 2850/2849/16858 2873/2872/16859 2874/2873/16860 +f 2850/2849/16861 2874/2873/16862 2851/2850/16863 +f 2851/2850/16864 2874/2873/16865 2875/2874/16866 +f 2851/2850/16867 2875/2874/16868 2828/2827/16869 +f 2828/2827/16870 2875/2874/16871 2852/2851/16872 +f 2852/2851/16873 2876/2875/16874 2853/2852/16875 +f 2853/2852/16876 2876/2875/16877 2877/2876/16878 +f 2853/2852/16879 2877/2876/16880 2854/2853/16881 +f 2854/2853/16882 2877/2876/16883 2878/2877/16884 +f 2854/2853/16885 2878/2877/16886 2855/2854/16887 +f 2855/2854/16888 2878/2877/16889 2879/2878/16890 +f 2855/2854/16891 2879/2878/16892 2856/2855/16893 +f 2856/2855/16894 2879/2878/16895 2880/2879/16896 +f 2856/2855/16897 2880/2879/16898 2857/2856/16899 +f 2857/2856/16900 2880/2879/16901 2881/2880/16902 +f 2857/2856/16903 2881/2880/16904 2858/2857/16905 +f 2858/2857/16906 2881/2880/16907 2882/2881/16908 +f 2858/2857/16909 2882/2881/16910 2859/2858/16911 +f 2859/2858/16912 2882/2881/16913 2883/2882/16914 +f 2859/2858/16915 2883/2882/16916 2860/2859/16917 +f 2860/2859/16918 2883/2882/16919 2884/2883/16920 +f 2860/2859/16921 2884/2883/16922 2861/2860/16923 +f 2861/2860/16924 2884/2883/16925 2885/2884/16926 +f 2861/2860/16927 2885/2884/16928 2862/2861/16929 +f 2862/2861/16930 2885/2884/16931 2886/2885/16932 +f 2862/2861/16933 2886/2885/16934 2863/2862/16935 +f 2863/2862/16936 2886/2885/16937 2887/2886/16938 +f 2863/2862/16939 2887/2886/16940 2864/2863/16941 +f 2864/2863/16942 2887/2886/16943 2888/2887/16944 +f 2864/2863/16945 2888/2887/16946 2865/2864/16947 +f 2865/2864/16948 2888/2887/16949 2889/2888/16950 +f 2865/2864/16951 2889/2888/16952 2866/2865/16953 +f 2866/2865/16954 2889/2888/16955 2890/2889/16956 +f 2866/2865/16957 2890/2889/16958 2867/2866/16959 +f 2867/2866/16960 2890/2889/16961 2891/2890/16962 +f 2867/2866/16963 2891/2890/16964 2868/2867/16965 +f 2868/2867/16966 2891/2890/16967 2892/2891/16968 +f 2868/2867/16969 2892/2891/16970 2869/2868/16971 +f 2869/2868/16972 2892/2891/16973 2893/2892/16974 +f 2869/2868/16975 2893/2892/16976 2870/2869/16977 +f 2870/2869/16978 2893/2892/16979 2894/2893/16980 +f 2870/2869/16981 2894/2893/16982 2871/2870/16983 +f 2871/2870/16984 2894/2893/16985 2895/2894/16986 +f 2871/2870/16987 2895/2894/16988 2872/2871/16989 +f 2872/2871/16990 2895/2894/16991 2896/2895/16992 +f 2872/2871/16993 2896/2895/16994 2873/2872/16995 +f 2873/2872/16996 2896/2895/16997 2897/2896/16998 +f 2873/2872/16999 2897/2896/17000 2874/2873/17001 +f 2874/2873/17002 2897/2896/17003 2898/2897/17004 +f 2874/2873/17005 2898/2897/17006 2875/2874/17007 +f 2875/2874/17008 2898/2897/17009 2899/2898/17010 +f 2875/2874/17011 2899/2898/17012 2852/2851/17013 +f 2852/2851/17014 2899/2898/17015 2876/2875/17016 +f 2876/2875/17017 2900/2899/17018 2877/2876/17019 +f 2877/2876/17020 2900/2899/17021 2901/2900/17022 +f 2877/2876/17023 2901/2900/17024 2878/2877/17025 +f 2878/2877/17026 2901/2900/17027 2902/2901/17028 +f 2878/2877/17029 2902/2901/17030 2879/2878/17031 +f 2879/2878/17032 2902/2901/17033 2903/2902/17034 +f 2879/2878/17035 2903/2902/17036 2880/2879/17037 +f 2880/2879/17038 2903/2902/17039 2904/2903/17040 +f 2880/2879/17041 2904/2903/17042 2881/2880/17043 +f 2881/2880/17044 2904/2903/17045 2905/2904/17046 +f 2881/2880/17047 2905/2904/17048 2882/2881/17049 +f 2882/2881/17050 2905/2904/17051 2906/2905/17052 +f 2882/2881/17053 2906/2905/17054 2883/2882/17055 +f 2883/2882/17056 2906/2905/17057 2907/2906/17058 +f 2883/2882/17059 2907/2906/17060 2884/2883/17061 +f 2884/2883/17062 2907/2906/17063 2908/2907/17064 +f 2884/2883/17065 2908/2907/17066 2885/2884/17067 +f 2885/2884/17068 2908/2907/17069 2909/2908/17070 +f 2885/2884/17071 2909/2908/17072 2886/2885/17073 +f 2886/2885/17074 2909/2908/17075 2910/2909/17076 +f 2886/2885/17077 2910/2909/17078 2887/2886/17079 +f 2887/2886/17080 2910/2909/17081 2911/2910/17082 +f 2887/2886/17083 2911/2910/17084 2888/2887/17085 +f 2888/2887/17086 2911/2910/17087 2912/2911/17088 +f 2888/2887/17089 2912/2911/17090 2889/2888/17091 +f 2889/2888/17092 2912/2911/17093 2913/2912/17094 +f 2889/2888/17095 2913/2912/17096 2890/2889/17097 +f 2890/2889/17098 2913/2912/17099 2914/2913/17100 +f 2890/2889/17101 2914/2913/17102 2891/2890/17103 +f 2891/2890/17104 2914/2913/17105 2915/2914/17106 +f 2891/2890/17107 2915/2914/17108 2892/2891/17109 +f 2892/2891/17110 2915/2914/17111 2916/2915/17112 +f 2892/2891/17113 2916/2915/17114 2893/2892/17115 +f 2893/2892/17116 2916/2915/17117 2917/2916/17118 +f 2893/2892/17119 2917/2916/17120 2894/2893/17121 +f 2894/2893/17122 2917/2916/17123 2918/2917/17124 +f 2894/2893/17125 2918/2917/17126 2895/2894/17127 +f 2895/2894/17128 2918/2917/17129 2919/2918/17130 +f 2895/2894/17131 2919/2918/17132 2896/2895/17133 +f 2896/2895/17134 2919/2918/17135 2920/2919/17136 +f 2896/2895/17137 2920/2919/17138 2897/2896/17139 +f 2897/2896/17140 2920/2919/17141 2921/2920/17142 +f 2897/2896/17143 2921/2920/17144 2898/2897/17145 +f 2898/2897/17146 2921/2920/17147 2922/2921/17148 +f 2898/2897/17149 2922/2921/17150 2899/2898/17151 +f 2899/2898/17152 2922/2921/17153 2923/2922/17154 +f 2899/2898/17155 2923/2922/17156 2876/2875/17157 +f 2876/2875/17158 2923/2922/17159 2900/2899/17160 +f 2900/2899/17161 2924/2923/17162 2901/2900/17163 +f 2901/2900/17164 2924/2923/17165 2925/2924/17166 +f 2901/2900/17167 2925/2924/17168 2902/2901/17169 +f 2902/2901/17170 2925/2924/17171 2926/2925/17172 +f 2902/2901/17173 2926/2925/17174 2903/2902/17175 +f 2903/2902/17176 2926/2925/17177 2927/2926/17178 +f 2903/2902/17179 2927/2926/17180 2904/2903/17181 +f 2904/2903/17182 2927/2926/17183 2928/2927/17184 +f 2904/2903/17185 2928/2927/17186 2905/2904/17187 +f 2905/2904/17188 2928/2927/17189 2929/2928/17190 +f 2905/2904/17191 2929/2928/17192 2906/2905/17193 +f 2906/2905/17194 2929/2928/17195 2930/2929/17196 +f 2906/2905/17197 2930/2929/17198 2907/2906/17199 +f 2907/2906/17200 2930/2929/17201 2931/2930/17202 +f 2907/2906/17203 2931/2930/17204 2908/2907/17205 +f 2908/2907/17206 2931/2930/17207 2932/2931/17208 +f 2908/2907/17209 2932/2931/17210 2909/2908/17211 +f 2909/2908/17212 2932/2931/17213 2933/2932/17214 +f 2909/2908/17215 2933/2932/17216 2910/2909/17217 +f 2910/2909/17218 2933/2932/17219 2934/2933/17220 +f 2910/2909/17221 2934/2933/17222 2911/2910/17223 +f 2911/2910/17224 2934/2933/17225 2935/2934/17226 +f 2911/2910/17227 2935/2934/17228 2912/2911/17229 +f 2912/2911/17230 2935/2934/17231 2936/2935/17232 +f 2912/2911/17233 2936/2935/17234 2913/2912/17235 +f 2913/2912/17236 2936/2935/17237 2937/2936/17238 +f 2913/2912/17239 2937/2936/17240 2914/2913/17241 +f 2914/2913/17242 2937/2936/17243 2938/2937/17244 +f 2914/2913/17245 2938/2937/17246 2915/2914/17247 +f 2915/2914/17248 2938/2937/17249 2939/2938/17250 +f 2915/2914/17251 2939/2938/17252 2916/2915/17253 +f 2916/2915/17254 2939/2938/17255 2940/2939/17256 +f 2916/2915/17257 2940/2939/17258 2917/2916/17259 +f 2917/2916/17260 2940/2939/17261 2941/2940/17262 +f 2917/2916/17263 2941/2940/17264 2918/2917/17265 +f 2918/2917/17266 2941/2940/17267 2942/2941/17268 +f 2918/2917/17269 2942/2941/17270 2919/2918/17271 +f 2919/2918/17272 2942/2941/17273 2943/2942/17274 +f 2919/2918/17275 2943/2942/17276 2920/2919/17277 +f 2920/2919/17278 2943/2942/17279 2944/2943/17280 +f 2920/2919/17281 2944/2943/17282 2921/2920/17283 +f 2921/2920/17284 2944/2943/17285 2945/2944/17286 +f 2921/2920/17287 2945/2944/17288 2922/2921/17289 +f 2922/2921/17290 2945/2944/17291 2946/2945/17292 +f 2922/2921/17293 2946/2945/17294 2923/2922/17295 +f 2923/2922/17296 2946/2945/17297 2947/2946/17298 +f 2923/2922/17299 2947/2946/17300 2900/2899/17301 +f 2900/2899/17302 2947/2946/17303 2924/2923/17304 +f 2924/2923/17305 2948/2947/17306 2925/2924/17307 +f 2925/2924/17308 2948/2947/17309 2949/2948/17310 +f 2925/2924/17311 2949/2948/17312 2926/2925/17313 +f 2926/2925/17314 2949/2948/17315 2950/2949/17316 +f 2926/2925/17317 2950/2949/17318 2927/2926/17319 +f 2927/2926/17320 2950/2949/17321 2951/2950/17322 +f 2927/2926/17323 2951/2950/17324 2928/2927/17325 +f 2928/2927/17326 2951/2950/17327 2952/2951/17328 +f 2928/2927/17329 2952/2951/17330 2929/2928/17331 +f 2929/2928/17332 2952/2951/17333 2953/2952/17334 +f 2929/2928/17335 2953/2952/17336 2930/2929/17337 +f 2930/2929/17338 2953/2952/17339 2954/2953/17340 +f 2930/2929/17341 2954/2953/17342 2931/2930/17343 +f 2931/2930/17344 2954/2953/17345 2955/2954/17346 +f 2931/2930/17347 2955/2954/17348 2932/2931/17349 +f 2932/2931/17350 2955/2954/17351 2956/2955/17352 +f 2932/2931/17353 2956/2955/17354 2933/2932/17355 +f 2933/2932/17356 2956/2955/17357 2957/2956/17358 +f 2933/2932/17359 2957/2956/17360 2934/2933/17361 +f 2934/2933/17362 2957/2956/17363 2958/2957/17364 +f 2934/2933/17365 2958/2957/17366 2935/2934/17367 +f 2935/2934/17368 2958/2957/17369 2959/2958/17370 +f 2935/2934/17371 2959/2958/17372 2936/2935/17373 +f 2936/2935/17374 2959/2958/17375 2960/2959/17376 +f 2936/2935/17377 2960/2959/17378 2937/2936/17379 +f 2937/2936/17380 2960/2959/17381 2961/2960/17382 +f 2937/2936/17383 2961/2960/17384 2938/2937/17385 +f 2938/2937/17386 2961/2960/17387 2962/2961/17388 +f 2938/2937/17389 2962/2961/17390 2939/2938/17391 +f 2939/2938/17392 2962/2961/17393 2963/2962/17394 +f 2939/2938/17395 2963/2962/17396 2940/2939/17397 +f 2940/2939/17398 2963/2962/17399 2964/2963/17400 +f 2940/2939/17401 2964/2963/17402 2941/2940/17403 +f 2941/2940/17404 2964/2963/17405 2965/2964/17406 +f 2941/2940/17407 2965/2964/17408 2942/2941/17409 +f 2942/2941/17410 2965/2964/17411 2966/2965/17412 +f 2942/2941/17413 2966/2965/17414 2943/2942/17415 +f 2943/2942/17416 2966/2965/17417 2967/2966/17418 +f 2943/2942/17419 2967/2966/17420 2944/2943/17421 +f 2944/2943/17422 2967/2966/17423 2968/2967/17424 +f 2944/2943/17425 2968/2967/17426 2945/2944/17427 +f 2945/2944/17428 2968/2967/17429 2969/2968/17430 +f 2945/2944/17431 2969/2968/17432 2946/2945/17433 +f 2946/2945/17434 2969/2968/17435 2970/2969/17436 +f 2946/2945/17437 2970/2969/17438 2947/2946/17439 +f 2947/2946/17440 2970/2969/17441 2971/2970/17442 +f 2947/2946/17443 2971/2970/17444 2924/2923/17445 +f 2924/2923/17446 2971/2970/17447 2948/2947/17448 +f 2948/2947/17449 2972/2971/17450 2949/2948/17451 +f 2949/2948/17452 2972/2971/17453 2973/2972/17454 +f 2949/2948/17455 2973/2972/17456 2950/2949/17457 +f 2950/2949/17458 2973/2972/17459 2974/2973/17460 +f 2950/2949/17461 2974/2973/17462 2951/2950/17463 +f 2951/2950/17464 2974/2973/17465 2975/2974/17466 +f 2951/2950/17467 2975/2974/17468 2952/2951/17469 +f 2952/2951/17470 2975/2974/17471 2976/2975/17472 +f 2952/2951/17473 2976/2975/17474 2953/2952/17475 +f 2953/2952/17476 2976/2975/17477 2977/2976/17478 +f 2953/2952/17479 2977/2976/17480 2954/2953/17481 +f 2954/2953/17482 2977/2976/17483 2978/2977/17484 +f 2954/2953/17485 2978/2977/17486 2955/2954/17487 +f 2955/2954/17488 2978/2977/17489 2979/2978/17490 +f 2955/2954/17491 2979/2978/17492 2956/2955/17493 +f 2956/2955/17494 2979/2978/17495 2980/2979/17496 +f 2956/2955/17497 2980/2979/17498 2957/2956/17499 +f 2957/2956/17500 2980/2979/17501 2981/2980/17502 +f 2957/2956/17503 2981/2980/17504 2958/2957/17505 +f 2958/2957/17506 2981/2980/17507 2982/2981/17508 +f 2958/2957/17509 2982/2981/17510 2959/2958/17511 +f 2959/2958/17512 2982/2981/17513 2983/2982/17514 +f 2959/2958/17515 2983/2982/17516 2960/2959/17517 +f 2960/2959/17518 2983/2982/17519 2984/2983/17520 +f 2960/2959/17521 2984/2983/17522 2961/2960/17523 +f 2961/2960/17524 2984/2983/17525 2985/2984/17526 +f 2961/2960/17527 2985/2984/17528 2962/2961/17529 +f 2962/2961/17530 2985/2984/17531 2986/2985/17532 +f 2962/2961/17533 2986/2985/17534 2963/2962/17535 +f 2963/2962/17536 2986/2985/17537 2987/2986/17538 +f 2963/2962/17539 2987/2986/17540 2964/2963/17541 +f 2964/2963/17542 2987/2986/17543 2988/2987/17544 +f 2964/2963/17545 2988/2987/17546 2965/2964/17547 +f 2965/2964/17548 2988/2987/17549 2989/2988/17550 +f 2965/2964/17551 2989/2988/17552 2966/2965/17553 +f 2966/2965/17554 2989/2988/17555 2990/2989/17556 +f 2966/2965/17557 2990/2989/17558 2967/2966/17559 +f 2967/2966/17560 2990/2989/17561 2991/2990/17562 +f 2967/2966/17563 2991/2990/17564 2968/2967/17565 +f 2968/2967/17566 2991/2990/17567 2992/2991/17568 +f 2968/2967/17569 2992/2991/17570 2969/2968/17571 +f 2969/2968/17572 2992/2991/17573 2993/2992/17574 +f 2969/2968/17575 2993/2992/17576 2970/2969/17577 +f 2970/2969/17578 2993/2992/17579 2994/2993/17580 +f 2970/2969/17581 2994/2993/17582 2971/2970/17583 +f 2971/2970/17584 2994/2993/17585 2995/2994/17586 +f 2971/2970/17587 2995/2994/17588 2948/2947/17589 +f 2948/2947/17590 2995/2994/17591 2972/2971/17592 +f 2972/2971/17593 2996/2995/17594 2973/2972/17595 +f 2973/2972/17596 2996/2995/17597 2997/2996/17598 +f 2973/2972/17599 2997/2996/17600 2974/2973/17601 +f 2974/2973/17602 2997/2996/17603 2998/2997/17604 +f 2974/2973/17605 2998/2997/17606 2975/2974/17607 +f 2975/2974/17608 2998/2997/17609 2999/2998/17610 +f 2975/2974/17611 2999/2998/17612 2976/2975/17613 +f 2976/2975/17614 2999/2998/17615 3000/2999/17616 +f 2976/2975/17617 3000/2999/17618 2977/2976/17619 +f 2977/2976/17620 3000/2999/17621 3001/3000/17622 +f 2977/2976/17623 3001/3000/17624 2978/2977/17625 +f 2978/2977/17626 3001/3000/17627 3002/3001/17628 +f 2978/2977/17629 3002/3001/17630 2979/2978/17631 +f 2979/2978/17632 3002/3001/17633 3003/3002/17634 +f 2979/2978/17635 3003/3002/17636 2980/2979/17637 +f 2980/2979/17638 3003/3002/17639 3004/3003/17640 +f 2980/2979/17641 3004/3003/17642 2981/2980/17643 +f 2981/2980/17644 3004/3003/17645 3005/3004/17646 +f 2981/2980/17647 3005/3004/17648 2982/2981/17649 +f 2982/2981/17650 3005/3004/17651 3006/3005/17652 +f 2982/2981/17653 3006/3005/17654 2983/2982/17655 +f 2983/2982/17656 3006/3005/17657 3007/3006/17658 +f 2983/2982/17659 3007/3006/17660 2984/2983/17661 +f 2984/2983/17662 3007/3006/17663 3008/3007/17664 +f 2984/2983/17665 3008/3007/17666 2985/2984/17667 +f 2985/2984/17668 3008/3007/17669 3009/3008/17670 +f 2985/2984/17671 3009/3008/17672 2986/2985/17673 +f 2986/2985/17674 3009/3008/17675 3010/3009/17676 +f 2986/2985/17677 3010/3009/17678 2987/2986/17679 +f 2987/2986/17680 3010/3009/17681 3011/3010/17682 +f 2987/2986/17683 3011/3010/17684 2988/2987/17685 +f 2988/2987/17686 3011/3010/17687 3012/3011/17688 +f 2988/2987/17689 3012/3011/17690 2989/2988/17691 +f 2989/2988/17692 3012/3011/17693 3013/3012/17694 +f 2989/2988/17695 3013/3012/17696 2990/2989/17697 +f 2990/2989/17698 3013/3012/17699 3014/3013/17700 +f 2990/2989/17701 3014/3013/17702 2991/2990/17703 +f 2991/2990/17704 3014/3013/17705 3015/3014/17706 +f 2991/2990/17707 3015/3014/17708 2992/2991/17709 +f 2992/2991/17710 3015/3014/17711 3016/3015/17712 +f 2992/2991/17713 3016/3015/17714 2993/2992/17715 +f 2993/2992/17716 3016/3015/17717 3017/3016/17718 +f 2993/2992/17719 3017/3016/17720 2994/2993/17721 +f 2994/2993/17722 3017/3016/17723 3018/3017/17724 +f 2994/2993/17725 3018/3017/17726 2995/2994/17727 +f 2995/2994/17728 3018/3017/17729 3019/3018/17730 +f 2995/2994/17731 3019/3018/17732 2972/2971/17733 +f 2972/2971/17734 3019/3018/17735 2996/2995/17736 +f 2996/2995/17737 3020/3019/17738 2997/2996/17739 +f 2997/2996/17740 3020/3019/17741 3021/3020/17742 +f 2997/2996/17743 3021/3020/17744 2998/2997/17745 +f 2998/2997/17746 3021/3020/17747 3022/3021/17748 +f 2998/2997/17749 3022/3021/17750 2999/2998/17751 +f 2999/2998/17752 3022/3021/17753 3023/3022/17754 +f 2999/2998/17755 3023/3022/17756 3000/2999/17757 +f 3000/2999/17758 3023/3022/17759 3024/3023/17760 +f 3000/2999/17761 3024/3023/17762 3001/3000/17763 +f 3001/3000/17764 3024/3023/17765 3025/3024/17766 +f 3001/3000/17767 3025/3024/17768 3002/3001/17769 +f 3002/3001/17770 3025/3024/17771 3026/3025/17772 +f 3002/3001/17773 3026/3025/17774 3003/3002/17775 +f 3003/3002/17776 3026/3025/17777 3027/3026/17778 +f 3003/3002/17779 3027/3026/17780 3004/3003/17781 +f 3004/3003/17782 3027/3026/17783 3028/3027/17784 +f 3004/3003/17785 3028/3027/17786 3005/3004/17787 +f 3005/3004/17788 3028/3027/17789 3029/3028/17790 +f 3005/3004/17791 3029/3028/17792 3006/3005/17793 +f 3006/3005/17794 3029/3028/17795 3030/3029/17796 +f 3006/3005/17797 3030/3029/17798 3007/3006/17799 +f 3007/3006/17800 3030/3029/17801 3031/3030/17802 +f 3007/3006/17803 3031/3030/17804 3008/3007/17805 +f 3008/3007/17806 3031/3030/17807 3032/3031/17808 +f 3008/3007/17809 3032/3031/17810 3009/3008/17811 +f 3009/3008/17812 3032/3031/17813 3033/3032/17814 +f 3009/3008/17815 3033/3032/17816 3010/3009/17817 +f 3010/3009/17818 3033/3032/17819 3034/3033/17820 +f 3010/3009/17821 3034/3033/17822 3011/3010/17823 +f 3011/3010/17824 3034/3033/17825 3035/3034/17826 +f 3011/3010/17827 3035/3034/17828 3012/3011/17829 +f 3012/3011/17830 3035/3034/17831 3036/3035/17832 +f 3012/3011/17833 3036/3035/17834 3013/3012/17835 +f 3013/3012/17836 3036/3035/17837 3037/3036/17838 +f 3013/3012/17839 3037/3036/17840 3014/3013/17841 +f 3014/3013/17842 3037/3036/17843 3038/3037/17844 +f 3014/3013/17845 3038/3037/17846 3015/3014/17847 +f 3015/3014/17848 3038/3037/17849 3039/3038/17850 +f 3015/3014/17851 3039/3038/17852 3016/3015/17853 +f 3016/3015/17854 3039/3038/17855 3040/3039/17856 +f 3016/3015/17857 3040/3039/17858 3017/3016/17859 +f 3017/3016/17860 3040/3039/17861 3041/3040/17862 +f 3017/3016/17863 3041/3040/17864 3018/3017/17865 +f 3018/3017/17866 3041/3040/17867 3042/3041/17868 +f 3018/3017/17869 3042/3041/17870 3019/3018/17871 +f 3019/3018/17872 3042/3041/17873 3043/3042/17874 +f 3019/3018/17875 3043/3042/17876 2996/2995/17877 +f 2996/2995/17878 3043/3042/17879 3020/3019/17880 +f 3020/3019/17881 3044/3043/17882 3021/3020/17883 +f 3021/3020/17884 3044/3043/17885 3045/3044/17886 +f 3021/3020/17887 3045/3044/17888 3022/3021/17889 +f 3022/3021/17890 3045/3044/17891 3046/3045/17892 +f 3022/3021/17893 3046/3045/17894 3023/3022/17895 +f 3023/3022/17896 3046/3045/17897 3047/3046/17898 +f 3023/3022/17899 3047/3046/17900 3024/3023/17901 +f 3024/3023/17902 3047/3046/17903 3048/3047/17904 +f 3024/3023/17905 3048/3047/17906 3025/3024/17907 +f 3025/3024/17908 3048/3047/17909 3049/3048/17910 +f 3025/3024/17911 3049/3048/17912 3026/3025/17913 +f 3026/3025/17914 3049/3048/17915 3050/3049/17916 +f 3026/3025/17917 3050/3049/17918 3027/3026/17919 +f 3027/3026/17920 3050/3049/17921 3051/3050/17922 +f 3027/3026/17923 3051/3050/17924 3028/3027/17925 +f 3028/3027/17926 3051/3050/17927 3052/3051/17928 +f 3028/3027/17929 3052/3051/17930 3029/3028/17931 +f 3029/3028/17932 3052/3051/17933 3053/3052/17934 +f 3029/3028/17935 3053/3052/17936 3030/3029/17937 +f 3030/3029/17938 3053/3052/17939 3054/3053/17940 +f 3030/3029/17941 3054/3053/17942 3031/3030/17943 +f 3031/3030/17944 3054/3053/17945 3055/3054/17946 +f 3031/3030/17947 3055/3054/17948 3032/3031/17949 +f 3032/3031/17950 3055/3054/17951 3056/3055/17952 +f 3032/3031/17953 3056/3055/17954 3033/3032/17955 +f 3033/3032/17956 3056/3055/17957 3057/3056/17958 +f 3033/3032/17959 3057/3056/17960 3034/3033/17961 +f 3034/3033/17962 3057/3056/17963 3058/3057/17964 +f 3034/3033/17965 3058/3057/17966 3035/3034/17967 +f 3035/3034/17968 3058/3057/17969 3059/3058/17970 +f 3035/3034/17971 3059/3058/17972 3036/3035/17973 +f 3036/3035/17974 3059/3058/17975 3060/3059/17976 +f 3036/3035/17977 3060/3059/17978 3037/3036/17979 +f 3037/3036/17980 3060/3059/17981 3061/3060/17982 +f 3037/3036/17983 3061/3060/17984 3038/3037/17985 +f 3038/3037/17986 3061/3060/17987 3062/3061/17988 +f 3038/3037/17989 3062/3061/17990 3039/3038/17991 +f 3039/3038/17992 3062/3061/17993 3063/3062/17994 +f 3039/3038/17995 3063/3062/17996 3040/3039/17997 +f 3040/3039/17998 3063/3062/17999 3064/3063/18000 +f 3040/3039/18001 3064/3063/18002 3041/3040/18003 +f 3041/3040/18004 3064/3063/18005 3065/3064/18006 +f 3041/3040/18007 3065/3064/18008 3042/3041/18009 +f 3042/3041/18010 3065/3064/18011 3066/3065/18012 +f 3042/3041/18013 3066/3065/18014 3043/3042/18015 +f 3043/3042/18016 3066/3065/18017 3067/3066/18018 +f 3043/3042/18019 3067/3066/18020 3020/3019/18021 +f 3020/3019/18022 3067/3066/18023 3044/3043/18024 +f 3044/3043/18025 3068/3067/18026 3045/3044/18027 +f 3045/3044/18028 3068/3067/18029 3069/3068/18030 +f 3045/3044/18031 3069/3068/18032 3046/3045/18033 +f 3046/3045/18034 3069/3068/18035 3070/3069/18036 +f 3046/3045/18037 3070/3069/18038 3047/3046/18039 +f 3047/3046/18040 3070/3069/18041 3071/3070/18042 +f 3047/3046/18043 3071/3070/18044 3048/3047/18045 +f 3048/3047/18046 3071/3070/18047 3072/3071/18048 +f 3048/3047/18049 3072/3071/18050 3049/3048/18051 +f 3049/3048/18052 3072/3071/18053 3073/3072/18054 +f 3049/3048/18055 3073/3072/18056 3050/3049/18057 +f 3050/3049/18058 3073/3072/18059 3074/3073/18060 +f 3050/3049/18061 3074/3073/18062 3051/3050/18063 +f 3051/3050/18064 3074/3073/18065 3075/3074/18066 +f 3051/3050/18067 3075/3074/18068 3052/3051/18069 +f 3052/3051/18070 3075/3074/18071 3076/3075/18072 +f 3052/3051/18073 3076/3075/18074 3053/3052/18075 +f 3053/3052/18076 3076/3075/18077 3077/3076/18078 +f 3053/3052/18079 3077/3076/18080 3054/3053/18081 +f 3054/3053/18082 3077/3076/18083 3078/3077/18084 +f 3054/3053/18085 3078/3077/18086 3055/3054/18087 +f 3055/3054/18088 3078/3077/18089 3079/3078/18090 +f 3055/3054/18091 3079/3078/18092 3056/3055/18093 +f 3056/3055/18094 3079/3078/18095 3080/3079/18096 +f 3056/3055/18097 3080/3079/18098 3057/3056/18099 +f 3057/3056/18100 3080/3079/18101 3081/3080/18102 +f 3057/3056/18103 3081/3080/18104 3058/3057/18105 +f 3058/3057/18106 3081/3080/18107 3082/3081/18108 +f 3058/3057/18109 3082/3081/18110 3059/3058/18111 +f 3059/3058/18112 3082/3081/18113 3083/3082/18114 +f 3059/3058/18115 3083/3082/18116 3060/3059/18117 +f 3060/3059/18118 3083/3082/18119 3084/3083/18120 +f 3060/3059/18121 3084/3083/18122 3061/3060/18123 +f 3061/3060/18124 3084/3083/18125 3085/3084/18126 +f 3061/3060/18127 3085/3084/18128 3062/3061/18129 +f 3062/3061/18130 3085/3084/18131 3086/3085/18132 +f 3062/3061/18133 3086/3085/18134 3063/3062/18135 +f 3063/3062/18136 3086/3085/18137 3087/3086/18138 +f 3063/3062/18139 3087/3086/18140 3064/3063/18141 +f 3064/3063/18142 3087/3086/18143 3088/3087/18144 +f 3064/3063/18145 3088/3087/18146 3065/3064/18147 +f 3065/3064/18148 3088/3087/18149 3089/3088/18150 +f 3065/3064/18151 3089/3088/18152 3066/3065/18153 +f 3066/3065/18154 3089/3088/18155 3090/3089/18156 +f 3066/3065/18157 3090/3089/18158 3067/3066/18159 +f 3067/3066/18160 3090/3089/18161 3091/3090/18162 +f 3067/3066/18163 3091/3090/18164 3044/3043/18165 +f 3044/3043/18166 3091/3090/18167 3068/3067/18168 +f 3068/3067/18169 3092/3091/18170 3069/3068/18171 +f 3069/3068/18172 3092/3091/18173 3093/3092/18174 +f 3069/3068/18175 3093/3092/18176 3070/3069/18177 +f 3070/3069/18178 3093/3092/18179 3094/3093/18180 +f 3070/3069/18181 3094/3093/18182 3071/3070/18183 +f 3071/3070/18184 3094/3093/18185 3095/3094/18186 +f 3071/3070/18187 3095/3094/18188 3072/3071/18189 +f 3072/3071/18190 3095/3094/18191 3096/3095/18192 +f 3072/3071/18193 3096/3095/18194 3073/3072/18195 +f 3073/3072/18196 3096/3095/18197 3097/3096/18198 +f 3073/3072/18199 3097/3096/18200 3074/3073/18201 +f 3074/3073/18202 3097/3096/18203 3098/3097/18204 +f 3074/3073/18205 3098/3097/18206 3075/3074/18207 +f 3075/3074/18208 3098/3097/18209 3099/3098/18210 +f 3075/3074/18211 3099/3098/18212 3076/3075/18213 +f 3076/3075/18214 3099/3098/18215 3100/3099/18216 +f 3076/3075/18217 3100/3099/18218 3077/3076/18219 +f 3077/3076/18220 3100/3099/18221 3101/3100/18222 +f 3077/3076/18223 3101/3100/18224 3078/3077/18225 +f 3078/3077/18226 3101/3100/18227 3102/3101/18228 +f 3078/3077/18229 3102/3101/18230 3079/3078/18231 +f 3079/3078/18232 3102/3101/18233 3103/3102/18234 +f 3079/3078/18235 3103/3102/18236 3080/3079/18237 +f 3080/3079/18238 3103/3102/18239 3104/3103/18240 +f 3080/3079/18241 3104/3103/18242 3081/3080/18243 +f 3081/3080/18244 3104/3103/18245 3105/3104/18246 +f 3081/3080/18247 3105/3104/18248 3082/3081/18249 +f 3082/3081/18250 3105/3104/18251 3106/3105/18252 +f 3082/3081/18253 3106/3105/18254 3083/3082/18255 +f 3083/3082/18256 3106/3105/18257 3107/3106/18258 +f 3083/3082/18259 3107/3106/18260 3084/3083/18261 +f 3084/3083/18262 3107/3106/18263 3108/3107/18264 +f 3084/3083/18265 3108/3107/18266 3085/3084/18267 +f 3085/3084/18268 3108/3107/18269 3109/3108/18270 +f 3085/3084/18271 3109/3108/18272 3086/3085/18273 +f 3086/3085/18274 3109/3108/18275 3110/3109/18276 +f 3086/3085/18277 3110/3109/18278 3087/3086/18279 +f 3087/3086/18280 3110/3109/18281 3111/3110/18282 +f 3087/3086/18283 3111/3110/18284 3088/3087/18285 +f 3088/3087/18286 3111/3110/18287 3112/3111/18288 +f 3088/3087/18289 3112/3111/18290 3089/3088/18291 +f 3089/3088/18292 3112/3111/18293 3113/3112/18294 +f 3089/3088/18295 3113/3112/18296 3090/3089/18297 +f 3090/3089/18298 3113/3112/18299 3114/3113/18300 +f 3090/3089/18301 3114/3113/18302 3091/3090/18303 +f 3091/3090/18304 3114/3113/18305 3115/3114/18306 +f 3091/3090/18307 3115/3114/18308 3068/3067/18309 +f 3068/3067/18310 3115/3114/18311 3092/3091/18312 +f 3092/3091/18313 3116/3115/18314 3093/3092/18315 +f 3093/3092/18316 3116/3115/18317 3117/3116/18318 +f 3093/3092/18319 3117/3116/18320 3094/3093/18321 +f 3094/3093/18322 3117/3116/18323 3118/3117/18324 +f 3094/3093/18325 3118/3117/18326 3095/3094/18327 +f 3095/3094/18328 3118/3117/18329 3119/3118/18330 +f 3095/3094/18331 3119/3118/18332 3096/3095/18333 +f 3096/3095/18334 3119/3118/18335 3120/3119/18336 +f 3096/3095/18337 3120/3119/18338 3097/3096/18339 +f 3097/3096/18340 3120/3119/18341 3121/3120/18342 +f 3097/3096/18343 3121/3120/18344 3098/3097/18345 +f 3098/3097/18346 3121/3120/18347 3122/3121/18348 +f 3098/3097/18349 3122/3121/18350 3099/3098/18351 +f 3099/3098/18352 3122/3121/18353 3123/3122/18354 +f 3099/3098/18355 3123/3122/18356 3100/3099/18357 +f 3100/3099/18358 3123/3122/18359 3124/3123/18360 +f 3100/3099/18361 3124/3123/18362 3101/3100/18363 +f 3101/3100/18364 3124/3123/18365 3125/3124/18366 +f 3101/3100/18367 3125/3124/18368 3102/3101/18369 +f 3102/3101/18370 3125/3124/18371 3126/3125/18372 +f 3102/3101/18373 3126/3125/18374 3103/3102/18375 +f 3103/3102/18376 3126/3125/18377 3127/3126/18378 +f 3103/3102/18379 3127/3126/18380 3104/3103/18381 +f 3104/3103/18382 3127/3126/18383 3128/3127/18384 +f 3104/3103/18385 3128/3127/18386 3105/3104/18387 +f 3105/3104/18388 3128/3127/18389 3129/3128/18390 +f 3105/3104/18391 3129/3128/18392 3106/3105/18393 +f 3106/3105/18394 3129/3128/18395 3130/3129/18396 +f 3106/3105/18397 3130/3129/18398 3107/3106/18399 +f 3107/3106/18400 3130/3129/18401 3131/3130/18402 +f 3107/3106/18403 3131/3130/18404 3108/3107/18405 +f 3108/3107/18406 3131/3130/18407 3132/3131/18408 +f 3108/3107/18409 3132/3131/18410 3109/3108/18411 +f 3109/3108/18412 3132/3131/18413 3133/3132/18414 +f 3109/3108/18415 3133/3132/18416 3110/3109/18417 +f 3110/3109/18418 3133/3132/18419 3134/3133/18420 +f 3110/3109/18421 3134/3133/18422 3111/3110/18423 +f 3111/3110/18424 3134/3133/18425 3135/3134/18426 +f 3111/3110/18427 3135/3134/18428 3112/3111/18429 +f 3112/3111/18430 3135/3134/18431 3136/3135/18432 +f 3112/3111/18433 3136/3135/18434 3113/3112/18435 +f 3113/3112/18436 3136/3135/18437 3137/3136/18438 +f 3113/3112/18439 3137/3136/18440 3114/3113/18441 +f 3114/3113/18442 3137/3136/18443 3138/3137/18444 +f 3114/3113/18445 3138/3137/18446 3115/3114/18447 +f 3115/3114/18448 3138/3137/18449 3139/3138/18450 +f 3115/3114/18451 3139/3138/18452 3092/3091/18453 +f 3092/3091/18454 3139/3138/18455 3116/3115/18456 +f 3116/3115/18457 3140/3139/18458 3117/3116/18459 +f 3117/3116/18460 3140/3139/18461 3141/3140/18462 +f 3117/3116/18463 3141/3140/18464 3118/3117/18465 +f 3118/3117/18466 3141/3140/18467 3142/3141/18468 +f 3118/3117/18469 3142/3141/18470 3119/3118/18471 +f 3119/3118/18472 3142/3141/18473 3143/3142/18474 +f 3119/3118/18475 3143/3142/18476 3120/3119/18477 +f 3120/3119/18478 3143/3142/18479 3144/3143/18480 +f 3120/3119/18481 3144/3143/18482 3121/3120/18483 +f 3121/3120/18484 3144/3143/18485 3145/3144/18486 +f 3121/3120/18487 3145/3144/18488 3122/3121/18489 +f 3122/3121/18490 3145/3144/18491 3146/3145/18492 +f 3122/3121/18493 3146/3145/18494 3123/3122/18495 +f 3123/3122/18496 3146/3145/18497 3147/3146/18498 +f 3123/3122/18499 3147/3146/18500 3124/3123/18501 +f 3124/3123/18502 3147/3146/18503 3148/3147/18504 +f 3124/3123/18505 3148/3147/18506 3125/3124/18507 +f 3125/3124/18508 3148/3147/18509 3149/3148/18510 +f 3125/3124/18511 3149/3148/18512 3126/3125/18513 +f 3126/3125/18514 3149/3148/18515 3150/3149/18516 +f 3126/3125/18517 3150/3149/18518 3127/3126/18519 +f 3127/3126/18520 3150/3149/18521 3151/3150/18522 +f 3127/3126/18523 3151/3150/18524 3128/3127/18525 +f 3128/3127/18526 3151/3150/18527 3152/3151/18528 +f 3128/3127/18529 3152/3151/18530 3129/3128/18531 +f 3129/3128/18532 3152/3151/18533 3153/3152/18534 +f 3129/3128/18535 3153/3152/18536 3130/3129/18537 +f 3130/3129/18538 3153/3152/18539 3154/3153/18540 +f 3130/3129/18541 3154/3153/18542 3131/3130/18543 +f 3131/3130/18544 3154/3153/18545 3155/3154/18546 +f 3131/3130/18547 3155/3154/18548 3132/3131/18549 +f 3132/3131/18550 3155/3154/18551 3156/3155/18552 +f 3132/3131/18553 3156/3155/18554 3133/3132/18555 +f 3133/3132/18556 3156/3155/18557 3157/3156/18558 +f 3133/3132/18559 3157/3156/18560 3134/3133/18561 +f 3134/3133/18562 3157/3156/18563 3158/3157/18564 +f 3134/3133/18565 3158/3157/18566 3135/3134/18567 +f 3135/3134/18568 3158/3157/18569 3159/3158/18570 +f 3135/3134/18571 3159/3158/18572 3136/3135/18573 +f 3136/3135/18574 3159/3158/18575 3160/3159/18576 +f 3136/3135/18577 3160/3159/18578 3137/3136/18579 +f 3137/3136/18580 3160/3159/18581 3161/3160/18582 +f 3137/3136/18583 3161/3160/18584 3138/3137/18585 +f 3138/3137/18586 3161/3160/18587 3162/3161/18588 +f 3138/3137/18589 3162/3161/18590 3139/3138/18591 +f 3139/3138/18592 3162/3161/18593 3163/3162/18594 +f 3139/3138/18595 3163/3162/18596 3116/3115/18597 +f 3116/3115/18598 3163/3162/18599 3140/3139/18600 +f 3140/3139/18601 3164/3163/18602 3141/3140/18603 +f 3141/3140/18604 3164/3163/18605 3165/3164/18606 +f 3141/3140/18607 3165/3164/18608 3142/3141/18609 +f 3142/3141/18610 3165/3164/18611 3166/3165/18612 +f 3142/3141/18613 3166/3165/18614 3143/3142/18615 +f 3143/3142/18616 3166/3165/18617 3167/3166/18618 +f 3143/3142/18619 3167/3166/18620 3144/3143/18621 +f 3144/3143/18622 3167/3166/18623 3168/3167/18624 +f 3144/3143/18625 3168/3167/18626 3145/3144/18627 +f 3145/3144/18628 3168/3167/18629 3169/3168/18630 +f 3145/3144/18631 3169/3168/18632 3146/3145/18633 +f 3146/3145/18634 3169/3168/18635 3170/3169/18636 +f 3146/3145/18637 3170/3169/18638 3147/3146/18639 +f 3147/3146/18640 3170/3169/18641 3171/3170/18642 +f 3147/3146/18643 3171/3170/18644 3148/3147/18645 +f 3148/3147/18646 3171/3170/18647 3172/3171/18648 +f 3148/3147/18649 3172/3171/18650 3149/3148/18651 +f 3149/3148/18652 3172/3171/18653 3173/3172/18654 +f 3149/3148/18655 3173/3172/18656 3150/3149/18657 +f 3150/3149/18658 3173/3172/18659 3174/3173/18660 +f 3150/3149/18661 3174/3173/18662 3151/3150/18663 +f 3151/3150/18664 3174/3173/18665 3175/3174/18666 +f 3151/3150/18667 3175/3174/18668 3152/3151/18669 +f 3152/3151/18670 3175/3174/18671 3176/3175/18672 +f 3152/3151/18673 3176/3175/18674 3153/3152/18675 +f 3153/3152/18676 3176/3175/18677 3177/3176/18678 +f 3153/3152/18679 3177/3176/18680 3154/3153/18681 +f 3154/3153/18682 3177/3176/18683 3178/3177/18684 +f 3154/3153/18685 3178/3177/18686 3155/3154/18687 +f 3155/3154/18688 3178/3177/18689 3179/3178/18690 +f 3155/3154/18691 3179/3178/18692 3156/3155/18693 +f 3156/3155/18694 3179/3178/18695 3180/3179/18696 +f 3156/3155/18697 3180/3179/18698 3157/3156/18699 +f 3157/3156/18700 3180/3179/18701 3181/3180/18702 +f 3157/3156/18703 3181/3180/18704 3158/3157/18705 +f 3158/3157/18706 3181/3180/18707 3182/3181/18708 +f 3158/3157/18709 3182/3181/18710 3159/3158/18711 +f 3159/3158/18712 3182/3181/18713 3183/3182/18714 +f 3159/3158/18715 3183/3182/18716 3160/3159/18717 +f 3160/3159/18718 3183/3182/18719 3184/3183/18720 +f 3160/3159/18721 3184/3183/18722 3161/3160/18723 +f 3161/3160/18724 3184/3183/18725 3185/3184/18726 +f 3161/3160/18727 3185/3184/18728 3162/3161/18729 +f 3162/3161/18730 3185/3184/18731 3186/3185/18732 +f 3162/3161/18733 3186/3185/18734 3163/3162/18735 +f 3163/3162/18736 3186/3185/18737 3187/3186/18738 +f 3163/3162/18739 3187/3186/18740 3140/3139/18741 +f 3140/3139/18742 3187/3186/18743 3164/3163/18744 +f 3164/3163/18745 3188/3187/18746 3165/3164/18747 +f 3165/3164/18748 3188/3187/18749 3189/3188/18750 +f 3165/3164/18751 3189/3188/18752 3166/3165/18753 +f 3166/3165/18754 3189/3188/18755 3190/3189/18756 +f 3166/3165/18757 3190/3189/18758 3167/3166/18759 +f 3167/3166/18760 3190/3189/18761 3191/3190/18762 +f 3167/3166/18763 3191/3190/18764 3168/3167/18765 +f 3168/3167/18766 3191/3190/18767 3192/3191/18768 +f 3168/3167/18769 3192/3191/18770 3169/3168/18771 +f 3169/3168/18772 3192/3191/18773 3193/3192/18774 +f 3169/3168/18775 3193/3192/18776 3170/3169/18777 +f 3170/3169/18778 3193/3192/18779 3194/3193/18780 +f 3170/3169/18781 3194/3193/18782 3171/3170/18783 +f 3171/3170/18784 3194/3193/18785 3195/3194/18786 +f 3171/3170/18787 3195/3194/18788 3172/3171/18789 +f 3172/3171/18790 3195/3194/18791 3196/3195/18792 +f 3172/3171/18793 3196/3195/18794 3173/3172/18795 +f 3173/3172/18796 3196/3195/18797 3197/3196/18798 +f 3173/3172/18799 3197/3196/18800 3174/3173/18801 +f 3174/3173/18802 3197/3196/18803 3198/3197/18804 +f 3174/3173/18805 3198/3197/18806 3175/3174/18807 +f 3175/3174/18808 3198/3197/18809 3199/3198/18810 +f 3175/3174/18811 3199/3198/18812 3176/3175/18813 +f 3176/3175/18814 3199/3198/18815 3200/3199/18816 +f 3176/3175/18817 3200/3199/18818 3177/3176/18819 +f 3177/3176/18820 3200/3199/18821 3201/3200/18822 +f 3177/3176/18823 3201/3200/18824 3178/3177/18825 +f 3178/3177/18826 3201/3200/18827 3202/3201/18828 +f 3178/3177/18829 3202/3201/18830 3179/3178/18831 +f 3179/3178/18832 3202/3201/18833 3203/3202/18834 +f 3179/3178/18835 3203/3202/18836 3180/3179/18837 +f 3180/3179/18838 3203/3202/18839 3204/3203/18840 +f 3180/3179/18841 3204/3203/18842 3181/3180/18843 +f 3181/3180/18844 3204/3203/18845 3205/3204/18846 +f 3181/3180/18847 3205/3204/18848 3182/3181/18849 +f 3182/3181/18850 3205/3204/18851 3206/3205/18852 +f 3182/3181/18853 3206/3205/18854 3183/3182/18855 +f 3183/3182/18856 3206/3205/18857 3207/3206/18858 +f 3183/3182/18859 3207/3206/18860 3184/3183/18861 +f 3184/3183/18862 3207/3206/18863 3208/3207/18864 +f 3184/3183/18865 3208/3207/18866 3185/3184/18867 +f 3185/3184/18868 3208/3207/18869 3209/3208/18870 +f 3185/3184/18871 3209/3208/18872 3186/3185/18873 +f 3186/3185/18874 3209/3208/18875 3210/3209/18876 +f 3186/3185/18877 3210/3209/18878 3187/3186/18879 +f 3187/3186/18880 3210/3209/18881 3211/3210/18882 +f 3187/3186/18883 3211/3210/18884 3164/3163/18885 +f 3164/3163/18886 3211/3210/18887 3188/3187/18888 +f 3188/3187/18889 2447/2446/18890 3189/3188/18891 +f 3189/3188/18892 2447/2446/18893 2445/2444/18894 +f 3189/3188/18895 2445/2444/18896 3190/3189/18897 +f 3190/3189/18898 2445/2444/18899 2491/2490/18900 +f 3190/3189/18901 2491/2490/18902 3191/3190/18903 +f 3191/3190/18904 2491/2490/18905 2489/2488/18906 +f 3191/3190/18907 2489/2488/18908 3192/3191/18909 +f 3192/3191/18910 2489/2488/18911 2487/2486/18912 +f 3192/3191/18913 2487/2486/18914 3193/3192/18915 +f 3193/3192/18916 2487/2486/18917 2485/2484/18918 +f 3193/3192/18919 2485/2484/18920 3194/3193/18921 +f 3194/3193/18922 2485/2484/18923 2483/2482/18924 +f 3194/3193/18925 2483/2482/18926 3195/3194/18927 +f 3195/3194/18928 2483/2482/18929 2481/2480/18930 +f 3195/3194/18931 2481/2480/18932 3196/3195/18933 +f 3196/3195/18934 2481/2480/18935 2479/2478/18936 +f 3196/3195/18937 2479/2478/18938 3197/3196/18939 +f 3197/3196/18940 2479/2478/18941 2477/2476/18942 +f 3197/3196/18943 2477/2476/18944 3198/3197/18945 +f 3198/3197/18946 2477/2476/18947 2475/2474/18948 +f 3198/3197/18949 2475/2474/18950 3199/3198/18951 +f 3199/3198/18952 2475/2474/18953 2473/2472/18954 +f 3199/3198/18955 2473/2472/18956 3200/3199/18957 +f 3200/3199/18958 2473/2472/18959 2471/2470/18960 +f 3200/3199/18961 2471/2470/18962 3201/3200/18963 +f 3201/3200/18964 2471/2470/18965 2469/2468/18966 +f 3201/3200/18967 2469/2468/18968 3202/3201/18969 +f 3202/3201/18970 2469/2468/18971 2467/2466/18972 +f 3202/3201/18973 2467/2466/18974 3203/3202/18975 +f 3203/3202/18976 2467/2466/18977 2465/2464/18978 +f 3203/3202/18979 2465/2464/18980 3204/3203/18981 +f 3204/3203/18982 2465/2464/18983 2463/2462/18984 +f 3204/3203/18985 2463/2462/18986 3205/3204/18987 +f 3205/3204/18988 2463/2462/18989 2461/2460/18990 +f 3205/3204/18991 2461/2460/18992 3206/3205/18993 +f 3206/3205/18994 2461/2460/18995 2459/2458/18996 +f 3206/3205/18997 2459/2458/18998 3207/3206/18999 +f 3207/3206/19000 2459/2458/19001 2457/2456/19002 +f 3207/3206/19003 2457/2456/19004 3208/3207/19005 +f 3208/3207/19006 2457/2456/19007 2455/2454/19008 +f 3208/3207/19009 2455/2454/19010 3209/3208/19011 +f 3209/3208/19012 2455/2454/19013 2453/2452/19014 +f 3209/3208/19015 2453/2452/19016 3210/3209/19017 +f 3210/3209/19018 2453/2452/19019 2451/2450/19020 +f 3210/3209/19021 2451/2450/19022 3211/3210/19023 +f 3211/3210/19024 2451/2450/19025 2449/2448/19026 +f 3211/3210/19027 2449/2448/19028 3188/3187/19029 +f 3188/3187/19030 2449/2448/19031 2447/2446/19032 +f 2397/2397/19033 3213/3211/19034 2398/2398/19035 +f 2398/2398/19036 3213/3211/19037 3214/3212/19038 +f 2398/2398/19039 3214/3212/19040 2357/2357/19041 +f 2357/2357/19042 3214/3212/19043 3215/3213/19044 +f 3215/3213/19045 3216/3214/19046 2357/2357/19047 +f 2357/2357/19048 3216/3214/19049 3217/3215/19050 +f 2357/2357/19051 3217/3215/19052 3218/3216/19053 +f 3218/3216/19054 3217/3215/19055 3219/3217/19056 +f 3218/3216/19057 3219/3217/19058 3220/3218/19059 +f 3220/3218/19060 3219/3217/19061 3221/3219/19062 +f 3220/3218/19063 3221/3219/19064 3222/3220/19065 +f 3222/3220/19066 3221/3219/19067 2347/2347/19068 +f 3222/3220/19069 2347/2347/19070 3223/3221/19071 +f 3223/3221/19072 2347/2347/19073 3224/3222/19074 +f 3223/3221/19075 3224/3222/19076 3225/3223/19077 +f 3225/3223/19078 3224/3222/19079 3226/3224/19080 +f 3225/3223/19081 3226/3224/19082 3227/3225/19083 +f 3227/3225/19084 3226/3224/19085 3228/3226/19086 +f 3227/3225/19087 3228/3226/19088 2357/2357/19089 +f 2357/2357/19090 3228/3226/19091 3229/3227/19092 +f 2357/2357/19093 3229/3227/19094 3230/3228/19095 +f 3230/3228/19096 3229/3227/19097 3231/3229/19098 +f 3230/3228/19099 3231/3229/19100 3232/3230/19101 +f 3232/3230/19102 3231/3229/19103 3233/3231/19104 +f 3232/3230/19105 3233/3231/19106 2356/2356/19107 +f 2356/2356/19108 3233/3231/19109 2347/2347/19110 +f 2347/2347/19111 3233/3231/19112 3234/3232/19113 +f 2347/2347/19114 3234/3232/19115 3235/3233/19116 +f 3235/3233/19117 3234/3232/19118 3236/3234/19119 +f 3235/3233/19120 3236/3234/19121 3226/3224/19122 +f 3226/3224/19123 3236/3234/19124 3228/3226/19125 +f 3237/3235/19126 3238/3236/19127 3215/3213/19128 +f 3215/3213/19129 3238/3236/19130 3239/3237/19131 +f 3215/3213/19132 3239/3237/19133 3240/3238/19134 +f 3240/3238/19135 3239/3237/19136 3241/3239/19137 +f 3240/3238/19138 3241/3239/19139 3242/3240/19140 +f 3242/3240/19141 3241/3239/19142 3243/3241/19143 +f 3242/3240/19144 3243/3241/19145 3244/3242/19146 +f 3244/3242/19147 3243/3241/19148 3245/3243/19149 +f 3244/3242/19150 3245/3243/19151 3246/3244/19152 +f 3246/3244/19153 3245/3243/19154 3247/3245/19155 +f 3246/3244/19156 3247/3245/19157 3248/3246/19158 +f 3248/3246/19159 3247/3245/19160 3249/3247/19161 +f 3248/3246/19162 3249/3247/19163 3250/3248/19164 +f 3250/3248/19165 3249/3247/19166 3251/3249/19167 +f 3250/3248/19168 3251/3249/19169 3215/3213/19170 +f 3215/3213/19171 3251/3249/19172 3252/3250/19173 +f 3215/3213/19174 3252/3250/19175 3253/3251/19176 +f 3253/3251/19177 3252/3250/19178 3254/3252/19179 +f 3253/3251/19180 3254/3252/19181 3255/3253/19182 +f 3255/3253/19183 3254/3252/19184 3256/3254/19185 +f 3255/3253/19186 3256/3254/19187 3257/3255/19188 +f 3257/3255/19189 3256/3254/19190 2347/2347/19191 +f 3257/3255/19192 2347/2347/19193 3258/3256/19194 +f 3258/3256/19195 2347/2347/19196 3221/3219/19197 +f 3258/3256/19198 3221/3219/19199 3219/3217/19200 +f 3238/3236/19201 3237/3235/19202 3259/3257/19203 +f 3259/3257/19204 3237/3235/19205 3260/3258/19206 +f 3259/3257/19207 3260/3258/19208 3261/3259/19209 +f 3261/3259/19210 3260/3258/19211 3262/3260/19212 +f 3261/3259/19213 3262/3260/19214 3245/3243/19215 +f 2347/2347/19216 3256/3254/19217 3245/3243/19218 +f 3245/3243/19219 3256/3254/19220 3263/3261/19221 +f 3245/3243/19222 3263/3261/19223 3264/3262/19224 +f 3264/3262/19225 3263/3261/19226 3265/3263/19227 +f 3264/3262/19228 3265/3263/19229 3249/3247/19230 +f 3249/3247/19231 3265/3263/19232 3251/3249/19233 +f 2356/2356/19234 2355/2355/19235 3232/3230/19236 +f 3232/3230/19237 2355/2355/19238 3266/3264/19239 +f 3232/3230/19240 3266/3264/19241 3230/3228/19242 +f 3230/3228/19243 3266/3264/19244 2357/2357/19245 +f 2355/2355/19246 2353/2353/19247 3266/3264/19248 +f 3266/3264/19249 2353/2353/19250 2357/2357/19251 +f 3239/3237/19252 3238/3236/19253 3267/3265/19254 +f 3267/3265/19255 3238/3236/19256 3259/3257/19257 +f 3267/3265/19258 3259/3257/19259 3268/3266/19260 +f 3268/3266/19261 3259/3257/19262 3261/3259/19263 +f 3268/3266/19264 3261/3259/19265 3245/3243/19266 +f 3240/3238/19267 3269/3267/19268 3215/3213/19269 +f 3215/3213/19270 3269/3267/19271 3270/3268/19272 +f 3215/3213/19273 3270/3268/19274 3250/3248/19275 +f 3250/3248/19276 3270/3268/19277 3248/3246/19278 +f 3240/3238/19279 3242/3240/19280 3269/3267/19281 +f 3269/3267/19282 3242/3240/19283 3271/3269/19284 +f 3269/3267/19285 3271/3269/19286 3270/3268/19287 +f 3270/3268/19288 3271/3269/19289 3248/3246/19290 +f 3216/3214/19291 3215/3213/19292 3253/3251/19293 +f 3254/3252/19294 3252/3250/19295 3265/3263/19296 +f 3265/3263/19297 3252/3250/19298 3251/3249/19299 +f 3253/3251/19300 3255/3253/19301 3216/3214/19302 +f 3216/3214/19303 3255/3253/19304 3272/3270/19305 +f 3216/3214/19306 3272/3270/19307 3217/3215/19308 +f 3217/3215/19309 3272/3270/19310 3219/3217/19311 +f 3218/3216/19312 3273/3271/19313 2357/2357/19314 +f 2357/2357/19315 3273/3271/19316 3274/3272/19317 +f 2357/2357/19318 3274/3272/19319 3227/3225/19320 +f 3227/3225/19321 3274/3272/19322 3225/3223/19323 +f 3218/3216/19324 3220/3218/19325 3273/3271/19326 +f 3273/3271/19327 3220/3218/19328 3275/3273/19329 +f 3273/3271/19330 3275/3273/19331 3274/3272/19332 +f 3274/3272/19333 3275/3273/19334 3225/3223/19335 +f 3231/3229/19336 3229/3227/19337 3236/3234/19338 +f 3236/3234/19339 3229/3227/19340 3228/3226/19341 +f 3239/3237/19342 3267/3265/19343 3241/3239/19344 +f 3241/3239/19345 3267/3265/19346 3276/3274/19347 +f 3241/3239/19348 3276/3274/19349 3243/3241/19350 +f 3243/3241/19351 3276/3274/19352 3245/3243/19353 +f 3276/3274/19354 3267/3265/19355 3268/3266/19356 +f 3246/3244/19357 3248/3246/19358 3271/3269/19359 +f 3246/3244/19360 3271/3269/19361 3244/3242/19362 +f 3244/3242/19363 3271/3269/19364 3242/3240/19365 +f 3264/3262/19366 3249/3247/19367 3247/3245/19368 +f 3256/3254/19369 3254/3252/19370 3263/3261/19371 +f 3263/3261/19372 3254/3252/19373 3265/3263/19374 +f 3258/3256/19375 3219/3217/19376 3272/3270/19377 +f 3258/3256/19378 3272/3270/19379 3257/3255/19380 +f 3257/3255/19381 3272/3270/19382 3255/3253/19383 +f 3223/3221/19384 3225/3223/19385 3275/3273/19386 +f 3223/3221/19387 3275/3273/19388 3222/3220/19389 +f 3222/3220/19390 3275/3273/19391 3220/3218/19392 +f 3235/3233/19393 3226/3224/19394 3224/3222/19395 +f 3233/3231/19396 3231/3229/19397 3234/3232/19398 +f 3234/3232/19399 3231/3229/19400 3236/3234/19401 +f 3245/3243/19402 3276/3274/19403 3268/3266/19404 +f 3245/3243/19405 3264/3262/19406 3247/3245/19407 +f 2347/2347/19408 3235/3233/19409 3224/3222/19410 +f 2347/2347/19411 3245/3243/19412 2348/2348/19413 +f 2348/2348/19414 3245/3243/19415 3277/3275/19416 +f 2348/2348/19417 3277/3275/19418 2404/2404/19419 +f 2404/2404/19420 3277/3275/19421 3278/3276/19422 +f 2404/2404/19423 3278/3276/19424 2405/2405/19425 +f 2405/2405/19426 3278/3276/19427 3279/3277/19428 +f 2405/2405/19429 3279/3277/19430 2350/2350/19431 +f 2350/2350/19432 3279/3277/19433 3280/3278/19434 +f 2350/2350/19435 3280/3278/19436 2351/2351/19437 +f 2351/2351/19438 3280/3278/19439 3281/3279/19440 +f 2351/2351/19441 3281/3279/19442 2406/2406/19443 +f 2406/2406/19444 3281/3279/19445 3282/3280/19446 +f 2406/2406/19447 3282/3280/19448 2349/2349/19449 +f 2349/2349/19450 3282/3280/19451 3283/3281/19452 +f 2349/2349/19453 3283/3281/19454 2346/2346/19455 +f 2346/2346/19456 3283/3281/19457 3284/3282/19458 +f 3284/3282/19459 3285/3283/19460 2346/2346/19461 +f 2346/2346/19462 3285/3283/19463 3286/3284/19464 +f 2346/2346/19465 3286/3284/19466 3287/3285/19467 +f 3287/3285/19468 3286/3284/19469 3288/3286/19470 +f 3287/3285/19471 3288/3286/19472 3289/3287/19473 +f 3289/3287/19474 3288/3286/19475 3290/3288/19476 +f 3289/3287/19477 3290/3288/19478 3291/3289/19479 +f 3291/3289/19480 3290/3288/19481 2382/2382/19482 +f 3291/3289/19483 2382/2382/19484 3292/3290/19485 +f 3292/3290/19486 2382/2382/19487 3293/3291/19488 +f 3292/3290/19489 3293/3291/19490 3294/3292/19491 +f 3294/3292/19492 3293/3291/19493 3295/3293/19494 +f 3294/3292/19495 3295/3293/19496 3296/3294/19497 +f 3296/3294/19498 3295/3293/19499 3297/3295/19500 +f 3296/3294/19501 3297/3295/19502 2346/2346/19503 +f 2346/2346/19504 3297/3295/19505 3298/3296/19506 +f 2346/2346/19507 3298/3296/19508 3299/3297/19509 +f 3299/3297/19510 3298/3296/19511 3300/3298/19512 +f 3299/3297/19513 3300/3298/19514 3301/3299/19515 +f 3301/3299/19516 3300/3298/19517 3302/3300/19518 +f 3301/3299/19519 3302/3300/19520 2385/2385/19521 +f 2385/2385/19522 3302/3300/19523 2382/2382/19524 +f 2382/2382/19525 3302/3300/19526 3303/3301/19527 +f 2382/2382/19528 3303/3301/19529 3304/3302/19530 +f 3304/3302/19531 3303/3301/19532 3305/3303/19533 +f 3304/3302/19534 3305/3303/19535 3295/3293/19536 +f 3295/3293/19537 3305/3303/19538 3297/3295/19539 +f 3306/3304/19540 3307/3305/19541 3284/3282/19542 +f 3284/3282/19543 3307/3305/19544 3308/3306/19545 +f 3284/3282/19546 3308/3306/19547 3309/3307/19548 +f 3309/3307/19549 3308/3306/19550 3310/3308/19551 +f 3309/3307/19552 3310/3308/19553 3311/3309/19554 +f 3311/3309/19555 3310/3308/19556 3312/3310/19557 +f 3311/3309/19558 3312/3310/19559 3313/3311/19560 +f 3313/3311/19561 3312/3310/19562 3314/3312/19563 +f 3313/3311/19564 3314/3312/19565 3315/3313/19566 +f 3315/3313/19567 3314/3312/19568 3316/3314/19569 +f 3315/3313/19570 3316/3314/19571 3317/3315/19572 +f 3317/3315/19573 3316/3314/19574 3318/3316/19575 +f 3317/3315/19576 3318/3316/19577 3319/3317/19578 +f 3319/3317/19579 3318/3316/19580 3320/3318/19581 +f 3319/3317/19582 3320/3318/19583 3284/3282/19584 +f 3284/3282/19585 3320/3318/19586 3321/3319/19587 +f 3284/3282/19588 3321/3319/19589 3322/3320/19590 +f 3322/3320/19591 3321/3319/19592 3323/3321/19593 +f 3322/3320/19594 3323/3321/19595 3324/3322/19596 +f 3324/3322/19597 3323/3321/19598 3325/3323/19599 +f 3324/3322/19600 3325/3323/19601 3326/3324/19602 +f 3326/3324/19603 3325/3323/19604 2382/2382/19605 +f 3326/3324/19606 2382/2382/19607 3327/3325/19608 +f 3327/3325/19609 2382/2382/19610 3290/3288/19611 +f 3327/3325/19612 3290/3288/19613 3288/3286/19614 +f 3307/3305/19615 3306/3304/19616 3328/3326/19617 +f 3328/3326/19618 3306/3304/19619 3329/3327/19620 +f 3328/3326/19621 3329/3327/19622 3330/3328/19623 +f 3330/3328/19624 3329/3327/19625 3331/3329/19626 +f 3330/3328/19627 3331/3329/19628 3314/3312/19629 +f 2382/2382/19630 3325/3323/19631 3314/3312/19632 +f 3314/3312/19633 3325/3323/19634 3332/3330/19635 +f 3314/3312/19636 3332/3330/19637 3333/3331/19638 +f 3333/3331/19639 3332/3330/19640 3334/3332/19641 +f 3333/3331/19642 3334/3332/19643 3318/3316/19644 +f 3318/3316/19645 3334/3332/19646 3320/3318/19647 +f 2385/2385/19648 2387/2387/19649 3301/3299/19650 +f 3301/3299/19651 2387/2387/19652 3335/3333/19653 +f 3301/3299/19654 3335/3333/19655 3299/3297/19656 +f 3299/3297/19657 3335/3333/19658 2346/2346/19659 +f 2387/2387/19660 2388/2388/19661 3335/3333/19662 +f 3335/3333/19663 2388/2388/19664 2346/2346/19665 +f 3308/3306/19666 3307/3305/19667 3336/3334/19668 +f 3336/3334/19669 3307/3305/19670 3328/3326/19671 +f 3336/3334/19672 3328/3326/19673 3337/3335/19674 +f 3337/3335/19675 3328/3326/19676 3330/3328/19677 +f 3337/3335/19678 3330/3328/19679 3314/3312/19680 +f 3309/3307/19681 3338/3336/19682 3284/3282/19683 +f 3284/3282/19684 3338/3336/19685 3339/3337/19686 +f 3284/3282/19687 3339/3337/19688 3319/3317/19689 +f 3319/3317/19690 3339/3337/19691 3317/3315/19692 +f 3309/3307/19693 3311/3309/19694 3338/3336/19695 +f 3338/3336/19696 3311/3309/19697 3340/3338/19698 +f 3338/3336/19699 3340/3338/19700 3339/3337/19701 +f 3339/3337/19702 3340/3338/19703 3317/3315/19704 +f 3285/3283/19705 3284/3282/19706 3322/3320/19707 +f 3323/3321/19708 3321/3319/19709 3334/3332/19710 +f 3334/3332/19711 3321/3319/19712 3320/3318/19713 +f 3322/3320/19714 3324/3322/19715 3285/3283/19716 +f 3285/3283/19717 3324/3322/19718 3341/3339/19719 +f 3285/3283/19720 3341/3339/19721 3286/3284/19722 +f 3286/3284/19723 3341/3339/19724 3288/3286/19725 +f 3287/3285/19726 3342/3340/19727 2346/2346/19728 +f 2346/2346/19729 3342/3340/19730 3343/3341/19731 +f 2346/2346/19732 3343/3341/19733 3296/3294/19734 +f 3296/3294/19735 3343/3341/19736 3294/3292/19737 +f 3287/3285/19738 3289/3287/19739 3342/3340/19740 +f 3342/3340/19741 3289/3287/19742 3344/3342/19743 +f 3342/3340/19744 3344/3342/19745 3343/3341/19746 +f 3343/3341/19747 3344/3342/19748 3294/3292/19749 +f 3300/3298/19750 3298/3296/19751 3305/3303/19752 +f 3305/3303/19753 3298/3296/19754 3297/3295/19755 +f 3308/3306/19756 3336/3334/19757 3310/3308/19758 +f 3310/3308/19759 3336/3334/19760 3345/3343/19761 +f 3310/3308/19762 3345/3343/19763 3312/3310/19764 +f 3312/3310/19765 3345/3343/19766 3314/3312/19767 +f 3345/3343/19768 3336/3334/19769 3337/3335/19770 +f 3315/3313/19771 3317/3315/19772 3340/3338/19773 +f 3315/3313/19774 3340/3338/19775 3313/3311/19776 +f 3313/3311/19777 3340/3338/19778 3311/3309/19779 +f 3333/3331/19780 3318/3316/19781 3316/3314/19782 +f 3325/3323/19783 3323/3321/19784 3332/3330/19785 +f 3332/3330/19786 3323/3321/19787 3334/3332/19788 +f 3327/3325/19789 3288/3286/19790 3341/3339/19791 +f 3327/3325/19792 3341/3339/19793 3326/3324/19794 +f 3326/3324/19795 3341/3339/19796 3324/3322/19797 +f 3292/3290/19798 3294/3292/19799 3344/3342/19800 +f 3292/3290/19801 3344/3342/19802 3291/3289/19803 +f 3291/3289/19804 3344/3342/19805 3289/3287/19806 +f 3304/3302/19807 3295/3293/19808 3293/3291/19809 +f 3302/3300/19810 3300/3298/19811 3303/3301/19812 +f 3303/3301/19813 3300/3298/19814 3305/3303/19815 +f 3314/3312/19816 3345/3343/19817 3337/3335/19818 +f 3314/3312/19819 3333/3331/19820 3316/3314/19821 +f 2382/2382/19822 3304/3302/19823 3293/3291/19824 +f 2382/2382/19825 3314/3312/19826 2395/2395/19827 +f 2395/2395/19828 3314/3312/19829 3346/3344/19830 +f 2395/2395/19831 3346/3344/19832 2407/2407/19833 +f 2407/2407/19834 3346/3344/19835 3347/3345/19836 +f 2407/2407/19837 3347/3345/19838 2408/2408/19839 +f 2408/2408/19840 3347/3345/19841 3348/3346/19842 +f 2408/2408/19843 3348/3346/19844 2409/2409/19845 +f 2409/2409/19846 3348/3346/19847 3349/3347/19848 +f 2409/2409/19849 3349/3347/19850 2410/2410/19851 +f 2410/2410/19852 3349/3347/19853 3350/3348/19854 +f 2410/2410/19855 3350/3348/19856 2411/2411/19857 +f 2411/2411/19858 3350/3348/19859 3351/3349/19860 +f 2411/2411/19861 3351/3349/19862 2396/2396/19863 +f 2396/2396/19864 3351/3349/19865 3352/3350/19866 +f 2396/2396/19867 3352/3350/19868 2379/2379/19869 +f 2379/2379/19870 3352/3350/19871 3353/3351/19872 +f 3353/3351/19873 3354/3352/19874 2379/2379/19875 +f 2379/2379/19876 3354/3352/19877 3355/3353/19878 +f 2379/2379/19879 3355/3353/19880 3356/3354/19881 +f 3356/3354/19882 3355/3353/19883 3357/3355/19884 +f 3356/3354/19885 3357/3355/19886 3358/3356/19887 +f 3358/3356/19888 3357/3355/19889 3359/3357/19890 +f 3358/3356/19891 3359/3357/19892 3360/3358/19893 +f 3360/3358/19894 3359/3357/19895 2371/2371/19896 +f 3360/3358/19897 2371/2371/19898 3361/3359/19899 +f 3361/3359/19900 2371/2371/19901 3362/3360/19902 +f 3361/3359/19903 3362/3360/19904 3363/3361/19905 +f 3363/3361/19906 3362/3360/19907 3364/3362/19908 +f 3363/3361/19909 3364/3362/19910 3365/3363/19911 +f 3365/3363/19912 3364/3362/19913 3366/3364/19914 +f 3365/3363/19915 3366/3364/19916 2379/2379/19917 +f 2379/2379/19918 3366/3364/19919 3367/3365/19920 +f 2379/2379/19921 3367/3365/19922 3368/3366/19923 +f 3368/3366/19924 3367/3365/19925 3369/3367/19926 +f 3368/3366/19927 3369/3367/19928 3370/3368/19929 +f 3370/3368/19930 3369/3367/19931 3371/3369/19932 +f 3370/3368/19933 3371/3369/19934 2374/2374/19935 +f 2374/2374/19936 3371/3369/19937 2371/2371/19938 +f 2371/2371/19939 3371/3369/19940 3372/3370/19941 +f 2371/2371/19942 3372/3370/19943 3373/3371/19944 +f 3373/3371/19945 3372/3370/19946 3374/3372/19947 +f 3373/3371/19948 3374/3372/19949 3364/3362/19950 +f 3364/3362/19951 3374/3372/19952 3366/3364/19953 +f 3375/3373/19954 3376/3374/19955 3353/3351/19956 +f 3353/3351/19957 3376/3374/19958 3377/3375/19959 +f 3353/3351/19960 3377/3375/19961 3378/3376/19962 +f 3378/3376/19963 3377/3375/19964 3379/3377/19965 +f 3378/3376/19966 3379/3377/19967 3380/3378/19968 +f 3380/3378/19969 3379/3377/19970 3381/3379/19971 +f 3380/3378/19972 3381/3379/19973 3382/3380/19974 +f 3382/3380/19975 3381/3379/19976 3383/3381/19977 +f 3382/3380/19978 3383/3381/19979 3384/3382/19980 +f 3384/3382/19981 3383/3381/19982 3385/3383/19983 +f 3384/3382/19984 3385/3383/19985 3386/3384/19986 +f 3386/3384/19987 3385/3383/19988 3387/3385/19989 +f 3386/3384/19990 3387/3385/19991 3388/3386/19992 +f 3388/3386/19993 3387/3385/19994 3389/3387/19995 +f 3388/3386/19996 3389/3387/19997 3353/3351/19998 +f 3353/3351/19999 3389/3387/20000 3390/3388/20001 +f 3353/3351/20002 3390/3388/20003 3391/3389/20004 +f 3391/3389/20005 3390/3388/20006 3392/3390/20007 +f 3391/3389/20008 3392/3390/20009 3393/3391/20010 +f 3393/3391/20011 3392/3390/20012 3394/3392/20013 +f 3393/3391/20014 3394/3392/20015 3395/3393/20016 +f 3395/3393/20017 3394/3392/20018 2371/2371/20019 +f 3395/3393/20020 2371/2371/20021 3396/3394/20022 +f 3396/3394/20023 2371/2371/20024 3359/3357/20025 +f 3396/3394/20026 3359/3357/20027 3357/3355/20028 +f 3376/3374/20029 3375/3373/20030 3397/3395/20031 +f 3397/3395/20032 3375/3373/20033 3398/3396/20034 +f 3397/3395/20035 3398/3396/20036 3399/3397/20037 +f 3399/3397/20038 3398/3396/20039 3400/3398/20040 +f 3399/3397/20041 3400/3398/20042 3383/3381/20043 +f 2371/2371/20044 3394/3392/20045 3383/3381/20046 +f 3383/3381/20047 3394/3392/20048 3401/3399/20049 +f 3383/3381/20050 3401/3399/20051 3402/3400/20052 +f 3402/3400/20053 3401/3399/20054 3403/3401/20055 +f 3402/3400/20056 3403/3401/20057 3387/3385/20058 +f 3387/3385/20059 3403/3401/20060 3389/3387/20061 +f 2374/2374/20062 2376/2376/20063 3370/3368/20064 +f 3370/3368/20065 2376/2376/20066 3404/3402/20067 +f 3370/3368/20068 3404/3402/20069 3368/3366/20070 +f 3368/3366/20071 3404/3402/20072 2379/2379/20073 +f 2376/2376/20074 2377/2377/20075 3404/3402/20076 +f 3404/3402/20077 2377/2377/20078 2379/2379/20079 +f 3377/3375/20080 3376/3374/20081 3405/3403/20082 +f 3405/3403/20083 3376/3374/20084 3397/3395/20085 +f 3405/3403/20086 3397/3395/20087 3406/3404/20088 +f 3406/3404/20089 3397/3395/20090 3399/3397/20091 +f 3406/3404/20092 3399/3397/20093 3383/3381/20094 +f 3378/3376/20095 3407/3405/20096 3353/3351/20097 +f 3353/3351/20098 3407/3405/20099 3408/3406/20100 +f 3353/3351/20101 3408/3406/20102 3388/3386/20103 +f 3388/3386/20104 3408/3406/20105 3386/3384/20106 +f 3378/3376/20107 3380/3378/20108 3407/3405/20109 +f 3407/3405/20110 3380/3378/20111 3409/3407/20112 +f 3407/3405/20113 3409/3407/20114 3408/3406/20115 +f 3408/3406/20116 3409/3407/20117 3386/3384/20118 +f 3354/3352/20119 3353/3351/20120 3391/3389/20121 +f 3392/3390/20122 3390/3388/20123 3403/3401/20124 +f 3403/3401/20125 3390/3388/20126 3389/3387/20127 +f 3391/3389/20128 3393/3391/20129 3354/3352/20130 +f 3354/3352/20131 3393/3391/20132 3410/3408/20133 +f 3354/3352/20134 3410/3408/20135 3355/3353/20136 +f 3355/3353/20137 3410/3408/20138 3357/3355/20139 +f 3356/3354/20140 3411/3409/20141 2379/2379/20142 +f 2379/2379/20143 3411/3409/20144 3412/3410/20145 +f 2379/2379/20146 3412/3410/20147 3365/3363/20148 +f 3365/3363/20149 3412/3410/20150 3363/3361/20151 +f 3356/3354/20152 3358/3356/20153 3411/3409/20154 +f 3411/3409/20155 3358/3356/20156 3413/3411/20157 +f 3411/3409/20158 3413/3411/20159 3412/3410/20160 +f 3412/3410/20161 3413/3411/20162 3363/3361/20163 +f 3369/3367/20164 3367/3365/20165 3374/3372/20166 +f 3374/3372/20167 3367/3365/20168 3366/3364/20169 +f 3377/3375/20170 3405/3403/20171 3379/3377/20172 +f 3379/3377/20173 3405/3403/20174 3414/3412/20175 +f 3379/3377/20176 3414/3412/20177 3381/3379/20178 +f 3381/3379/20179 3414/3412/20180 3383/3381/20181 +f 3414/3412/20182 3405/3403/20183 3406/3404/20184 +f 3384/3382/20185 3386/3384/20186 3409/3407/20187 +f 3384/3382/20188 3409/3407/20189 3382/3380/20190 +f 3382/3380/20191 3409/3407/20192 3380/3378/20193 +f 3402/3400/20194 3387/3385/20195 3385/3383/20196 +f 3394/3392/20197 3392/3390/20198 3401/3399/20199 +f 3401/3399/20200 3392/3390/20201 3403/3401/20202 +f 3396/3394/20203 3357/3355/20204 3410/3408/20205 +f 3396/3394/20206 3410/3408/20207 3395/3393/20208 +f 3395/3393/20209 3410/3408/20210 3393/3391/20211 +f 3361/3359/20212 3363/3361/20213 3413/3411/20214 +f 3361/3359/20215 3413/3411/20216 3360/3358/20217 +f 3360/3358/20218 3413/3411/20219 3358/3356/20220 +f 3373/3371/20221 3364/3362/20222 3362/3360/20223 +f 3371/3369/20224 3369/3367/20225 3372/3370/20226 +f 3372/3370/20227 3369/3367/20228 3374/3372/20229 +f 3383/3381/20230 3414/3412/20231 3406/3404/20232 +f 3383/3381/20233 3402/3400/20234 3385/3383/20235 +f 2371/2371/20236 3373/3371/20237 3362/3360/20238 +f 2371/2371/20239 3383/3381/20240 2412/2412/20241 +f 2412/2412/20242 3383/3381/20243 3415/3413/20244 +f 2412/2412/20245 3415/3413/20246 2416/2416/20247 +f 2416/2416/20248 3415/3413/20249 3416/3414/20250 +f 2416/2416/20251 3416/3414/20252 2417/2417/20253 +f 2417/2417/20254 3416/3414/20255 3417/3415/20256 +f 2417/2417/20257 3417/3415/20258 2414/2414/20259 +f 2414/2414/20260 3417/3415/20261 3418/3416/20262 +f 2414/2414/20263 3418/3416/20264 2415/2415/20265 +f 2415/2415/20266 3418/3416/20267 3419/3417/20268 +f 2415/2415/20269 3419/3417/20270 2418/2418/20271 +f 2418/2418/20272 3419/3417/20273 3420/3418/20274 +f 2418/2418/20275 3420/3418/20276 2413/2413/20277 +f 2413/2413/20278 3420/3418/20279 3421/3419/20280 +f 2413/2413/20281 3421/3419/20282 2368/2368/20283 +f 2368/2368/20284 3421/3419/20285 3422/3420/20286 +f 3422/3420/20287 3423/3421/20288 2368/2368/20289 +f 2368/2368/20290 3423/3421/20291 3424/3422/20292 +f 2368/2368/20293 3424/3422/20294 3425/3423/20295 +f 3425/3423/20296 3424/3422/20297 3426/3424/20298 +f 3425/3423/20299 3426/3424/20300 3427/3425/20301 +f 3427/3425/20302 3426/3424/20303 3428/3426/20304 +f 3427/3425/20305 3428/3426/20306 3429/3427/20307 +f 3429/3427/20308 3428/3426/20309 2360/2360/20310 +f 3429/3427/20311 2360/2360/20312 3430/3428/20313 +f 3430/3428/20314 2360/2360/20315 3431/3429/20316 +f 3430/3428/20317 3431/3429/20318 3432/3430/20319 +f 3432/3430/20320 3431/3429/20321 3433/3431/20322 +f 3432/3430/20323 3433/3431/20324 3434/3432/20325 +f 3434/3432/20326 3433/3431/20327 3435/3433/20328 +f 3434/3432/20329 3435/3433/20330 2368/2368/20331 +f 2368/2368/20332 3435/3433/20333 3436/3434/20334 +f 2368/2368/20335 3436/3434/20336 3437/3435/20337 +f 3437/3435/20338 3436/3434/20339 3438/3436/20340 +f 3437/3435/20341 3438/3436/20342 3439/3437/20343 +f 3439/3437/20344 3438/3436/20345 3440/3438/20346 +f 3439/3437/20347 3440/3438/20348 2363/2363/20349 +f 2363/2363/20350 3440/3438/20351 2360/2360/20352 +f 2360/2360/20353 3440/3438/20354 3441/3439/20355 +f 2360/2360/20356 3441/3439/20357 3442/3440/20358 +f 3442/3440/20359 3441/3439/20360 3443/3441/20361 +f 3442/3440/20362 3443/3441/20363 3433/3431/20364 +f 3433/3431/20365 3443/3441/20366 3435/3433/20367 +f 3444/3442/20368 3445/3443/20369 3422/3420/20370 +f 3422/3420/20371 3445/3443/20372 3446/3444/20373 +f 3422/3420/20374 3446/3444/20375 3447/3445/20376 +f 3447/3445/20377 3446/3444/20378 3448/3446/20379 +f 3447/3445/20380 3448/3446/20381 3449/3447/20382 +f 3449/3447/20383 3448/3446/20384 3450/3448/20385 +f 3449/3447/20386 3450/3448/20387 3451/3449/20388 +f 3451/3449/20389 3450/3448/20390 3452/3450/20391 +f 3451/3449/20392 3452/3450/20393 3453/3451/20394 +f 3453/3451/20395 3452/3450/20396 3454/3452/20397 +f 3453/3451/20398 3454/3452/20399 3455/3453/20400 +f 3455/3453/20401 3454/3452/20402 3456/3454/20403 +f 3455/3453/20404 3456/3454/20405 3457/3455/20406 +f 3457/3455/20407 3456/3454/20408 3458/3456/20409 +f 3457/3455/20410 3458/3456/20411 3422/3420/20412 +f 3422/3420/20413 3458/3456/20414 3459/3457/20415 +f 3422/3420/20416 3459/3457/20417 3460/3458/20418 +f 3460/3458/20419 3459/3457/20420 3461/3459/20421 +f 3460/3458/20422 3461/3459/20423 3462/3460/20424 +f 3462/3460/20425 3461/3459/20426 3463/3461/20427 +f 3462/3460/20428 3463/3461/20429 3464/3462/20430 +f 3464/3462/20431 3463/3461/20432 2360/2360/20433 +f 3464/3462/20434 2360/2360/20435 3465/3463/20436 +f 3465/3463/20437 2360/2360/20438 3428/3426/20439 +f 3465/3463/20440 3428/3426/20441 3426/3424/20442 +f 3445/3443/20443 3444/3442/20444 3466/3464/20445 +f 3466/3464/20446 3444/3442/20447 3467/3465/20448 +f 3466/3464/20449 3467/3465/20450 3468/3466/20451 +f 3468/3466/20452 3467/3465/20453 3469/3467/20454 +f 3468/3466/20455 3469/3467/20456 3452/3450/20457 +f 2360/2360/20458 3463/3461/20459 3452/3450/20460 +f 3452/3450/20461 3463/3461/20462 3470/3468/20463 +f 3452/3450/20464 3470/3468/20465 3471/3469/20466 +f 3471/3469/20467 3470/3468/20468 3472/3470/20469 +f 3471/3469/20470 3472/3470/20471 3456/3454/20472 +f 3456/3454/20473 3472/3470/20474 3458/3456/20475 +f 2363/2363/20476 2365/2365/20477 3439/3437/20478 +f 3439/3437/20479 2365/2365/20480 3473/3471/20481 +f 3439/3437/20482 3473/3471/20483 3437/3435/20484 +f 3437/3435/20485 3473/3471/20486 2368/2368/20487 +f 2365/2365/20488 2366/2366/20489 3473/3471/20490 +f 3473/3471/20491 2366/2366/20492 2368/2368/20493 +f 3446/3444/20494 3445/3443/20495 3474/3472/20496 +f 3474/3472/20497 3445/3443/20498 3466/3464/20499 +f 3474/3472/20500 3466/3464/20501 3475/3473/20502 +f 3475/3473/20503 3466/3464/20504 3468/3466/20505 +f 3475/3473/20506 3468/3466/20507 3452/3450/20508 +f 3447/3445/20509 3476/3474/20510 3422/3420/20511 +f 3422/3420/20512 3476/3474/20513 3477/3475/20514 +f 3422/3420/20515 3477/3475/20516 3457/3455/20517 +f 3457/3455/20518 3477/3475/20519 3455/3453/20520 +f 3447/3445/20521 3449/3447/20522 3476/3474/20523 +f 3476/3474/20524 3449/3447/20525 3478/3476/20526 +f 3476/3474/20527 3478/3476/20528 3477/3475/20529 +f 3477/3475/20530 3478/3476/20531 3455/3453/20532 +f 3423/3421/20533 3422/3420/20534 3460/3458/20535 +f 3461/3459/20536 3459/3457/20537 3472/3470/20538 +f 3472/3470/20539 3459/3457/20540 3458/3456/20541 +f 3460/3458/20542 3462/3460/20543 3423/3421/20544 +f 3423/3421/20545 3462/3460/20546 3479/3477/20547 +f 3423/3421/20548 3479/3477/20549 3424/3422/20550 +f 3424/3422/20551 3479/3477/20552 3426/3424/20553 +f 3425/3423/20554 3480/3478/20555 2368/2368/20556 +f 2368/2368/20557 3480/3478/20558 3481/3479/20559 +f 2368/2368/20560 3481/3479/20561 3434/3432/20562 +f 3434/3432/20563 3481/3479/20564 3432/3430/20565 +f 3425/3423/20566 3427/3425/20567 3480/3478/20568 +f 3480/3478/20569 3427/3425/20570 3482/3480/20571 +f 3480/3478/20572 3482/3480/20573 3481/3479/20574 +f 3481/3479/20575 3482/3480/20576 3432/3430/20577 +f 3438/3436/20578 3436/3434/20579 3443/3441/20580 +f 3443/3441/20581 3436/3434/20582 3435/3433/20583 +f 3446/3444/20584 3474/3472/20585 3448/3446/20586 +f 3448/3446/20587 3474/3472/20588 3483/3481/20589 +f 3448/3446/20590 3483/3481/20591 3450/3448/20592 +f 3450/3448/20593 3483/3481/20594 3452/3450/20595 +f 3483/3481/20596 3474/3472/20597 3475/3473/20598 +f 3453/3451/20599 3455/3453/20600 3478/3476/20601 +f 3453/3451/20602 3478/3476/20603 3451/3449/20604 +f 3451/3449/20605 3478/3476/20606 3449/3447/20607 +f 3471/3469/20608 3456/3454/20609 3454/3452/20610 +f 3463/3461/20611 3461/3459/20612 3470/3468/20613 +f 3470/3468/20614 3461/3459/20615 3472/3470/20616 +f 3465/3463/20617 3426/3424/20618 3479/3477/20619 +f 3465/3463/20620 3479/3477/20621 3464/3462/20622 +f 3464/3462/20623 3479/3477/20624 3462/3460/20625 +f 3430/3428/20626 3432/3430/20627 3482/3480/20628 +f 3430/3428/20629 3482/3480/20630 3429/3427/20631 +f 3429/3427/20632 3482/3480/20633 3427/3425/20634 +f 3442/3440/20635 3433/3431/20636 3431/3429/20637 +f 3440/3438/20638 3438/3436/20639 3441/3439/20640 +f 3441/3439/20641 3438/3436/20642 3443/3441/20643 +f 3452/3450/20644 3483/3481/20645 3475/3473/20646 +f 3452/3450/20647 3471/3469/20648 3454/3452/20649 +f 2360/2360/20650 3442/3440/20651 3431/3429/20652 +f 2360/2360/20653 3452/3450/20654 2401/2401/20655 +f 2401/2401/20656 3452/3450/20657 3484/3482/20658 +f 2401/2401/20659 3484/3482/20660 2403/2403/20661 +f 2403/2403/20662 3484/3482/20663 3485/3483/20664 +f 2403/2403/20665 3485/3483/20666 2402/2402/20667 +f 2402/2402/20668 3485/3483/20669 3486/3484/20670 +f 2402/2402/20671 3486/3484/20672 2400/2400/20673 +f 2400/2400/20674 3486/3484/20675 3487/3485/20676 +f 2400/2400/20677 3487/3485/20678 2399/2399/20679 +f 2399/2399/20680 3487/3485/20681 3488/3486/20682 +f 2399/2399/20683 3488/3486/20684 2397/2397/20685 +f 2397/2397/20686 3488/3486/20687 3213/3211/20688 +f 3212/3487/20689 3284/3282/20690 3283/3281/20691 +f 3212/3487/20692 3283/3281/20693 3277/3275/20694 +f 3212/3487/20695 3277/3275/20696 3245/3243/20697 +f 3284/3282/20698 3212/3487/20699 3245/3243/20700 +f 2448/2447/20701 3262/3260/20702 2446/2445/20703 +f 2446/2445/20704 3262/3260/20705 3260/3258/20706 +f 2446/2445/20707 3260/3258/20708 3237/3235/20709 +f 3262/3260/20710 2448/2447/20711 3245/3243/20712 +f 3245/3243/20713 2448/2447/20714 2450/2449/20715 +f 3245/3243/20716 2450/2449/20717 2452/2451/20718 +f 3245/3243/20719 2452/2451/20720 3284/3282/20721 +f 3284/3282/20722 2452/2451/20723 2454/2453/20724 +f 3284/3282/20725 2454/2453/20726 2456/2455/20727 +f 3284/3282/20728 2456/2455/20729 3306/3304/20730 +f 3306/3304/20731 2456/2455/20732 2458/2457/20733 +f 3306/3304/20734 2458/2457/20735 3329/3327/20736 +f 3329/3327/20737 2458/2457/20738 3331/3329/20739 +f 3331/3329/20740 2458/2457/20741 2460/2459/20742 +f 3331/3329/20743 2460/2459/20744 3314/3312/20745 +f 3314/3312/20746 2460/2459/20747 2462/2461/20748 +f 3314/3312/20749 2462/2461/20750 2464/2463/20751 +f 3314/3312/20752 2464/2463/20753 3353/3351/20754 +f 3353/3351/20755 2464/2463/20756 2466/2465/20757 +f 3353/3351/20758 2466/2465/20759 2468/2467/20760 +f 3353/3351/20761 2468/2467/20762 3375/3373/20763 +f 3375/3373/20764 2468/2467/20765 2470/2469/20766 +f 3375/3373/20767 2470/2469/20768 3398/3396/20769 +f 3398/3396/20770 2470/2469/20771 3400/3398/20772 +f 3400/3398/20773 2470/2469/20774 2472/2471/20775 +f 3400/3398/20776 2472/2471/20777 3383/3381/20778 +f 3383/3381/20779 2472/2471/20780 2474/2473/20781 +f 3383/3381/20782 2474/2473/20783 2476/2475/20784 +f 3383/3381/20785 2476/2475/20786 3422/3420/20787 +f 3422/3420/20788 2476/2475/20789 2478/2477/20790 +f 3422/3420/20791 2478/2477/20792 2480/2479/20793 +f 3422/3420/20794 2480/2479/20795 3444/3442/20796 +f 3444/3442/20797 2480/2479/20798 2482/2481/20799 +f 3444/3442/20800 2482/2481/20801 3467/3465/20802 +f 3467/3465/20803 2482/2481/20804 3469/3467/20805 +f 3469/3467/20806 2482/2481/20807 2484/2483/20808 +f 3469/3467/20809 2484/2483/20810 3452/3450/20811 +f 3452/3450/20812 2484/2483/20813 2486/2485/20814 +f 3452/3450/20815 2486/2485/20816 2488/2487/20817 +f 3452/3450/20818 2488/2487/20819 3215/3213/20820 +f 3215/3213/20821 2488/2487/20822 2490/2489/20823 +f 3215/3213/20824 2490/2489/20825 2444/2443/20826 +f 3215/3213/20827 2444/2443/20828 3237/3235/20829 +f 3237/3235/20830 2444/2443/20831 2446/2445/20832 +f 2419/3488/20833 3353/3351/20834 3352/3350/20835 +f 2419/3488/20836 3352/3350/20837 3346/3344/20838 +f 3346/3344/20839 3352/3350/20840 3349/3347/20841 +f 3346/3344/20842 3349/3347/20843 3348/3346/20844 +f 3353/3351/20845 2419/3488/20846 3314/3312/20847 +f 3314/3312/20848 2419/3488/20849 3346/3344/20850 +f 3213/3211/20851 3488/3486/20852 3214/3212/20853 +f 3214/3212/20854 3488/3486/20855 3487/3485/20856 +f 3214/3212/20857 3487/3485/20858 3484/3482/20859 +f 3484/3482/20860 3487/3485/20861 3486/3484/20862 +f 3484/3482/20863 3486/3484/20864 3485/3483/20865 +f 3484/3482/20866 3452/3450/20867 3214/3212/20868 +f 3214/3212/20869 3452/3450/20870 3215/3213/20871 +f 3383/3381/20872 3422/3420/20873 3415/3413/20874 +f 3415/3413/20875 3422/3420/20876 3421/3419/20877 +f 3415/3413/20878 3421/3419/20879 3418/3416/20880 +f 3418/3416/20881 3421/3419/20882 3419/3417/20883 +f 3419/3417/20884 3421/3419/20885 3420/3418/20886 +f 3418/3416/20887 3417/3415/20888 3415/3413/20889 +f 3415/3413/20890 3417/3415/20891 3416/3414/20892 +f 3351/3349/20893 3350/3348/20894 3352/3350/20895 +f 3352/3350/20896 3350/3348/20897 3349/3347/20898 +f 3348/3346/20899 3347/3345/20900 3346/3344/20901 +f 3282/3280/20902 3281/3279/20903 3283/3281/20904 +f 3283/3281/20905 3281/3279/20906 3280/3278/20907 +f 3283/3281/20908 3280/3278/20909 3277/3275/20910 +f 3277/3275/20911 3280/3278/20912 3279/3277/20913 +f 3277/3275/20914 3279/3277/20915 3278/3276/20916 +f 3489/3489/20917 3490/3490/20918 3491/3491/20919 +f 3489/3489/20920 3491/3491/20921 3492/3492/20922 +f 3489/3489/20923 3492/3492/20924 3493/3493/20925 +f 3493/3493/20926 3492/3492/20927 3494/3494/20928 +f 3493/3493/20929 3494/3494/20930 3495/3495/20931 +f 3490/3490/20932 3489/3489/20933 3493/3493/20934 +f 3496/3496/20935 3497/3497/20936 3498/3498/20937 +f 3498/3498/20938 3497/3497/20939 3499/3499/20940 +f 3498/3498/20941 3499/3499/20942 3500/3500/20943 +f 3497/3497/20944 3496/3496/20945 3501/3501/20946 +f 3501/3501/20947 3496/3496/20948 3502/3502/20949 +f 3501/3501/20950 3502/3502/20951 3503/3503/20952 +f 3501/3501/20953 3503/3503/20954 3504/3504/20955 +f 3504/3504/20956 3503/3503/20957 3505/3505/20958 +f 3504/3504/20959 3505/3505/20960 3506/3506/20961 +f 3504/3504/20962 3506/3506/20963 3507/3507/20964 +f 3507/3507/20965 3506/3506/20966 3508/3508/20967 +f 3507/3507/20968 3508/3508/20969 3509/3509/20970 +f 3509/3509/20971 3508/3508/20972 3510/3510/20973 +f 3510/3510/20974 3508/3508/20975 3511/3511/20976 +f 3510/3510/20977 3511/3511/20978 3512/3512/20979 +f 3512/3512/20980 3511/3511/20981 3513/3513/20982 +f 3512/3512/20983 3513/3513/20984 3514/3514/20985 +f 3512/3512/20986 3514/3514/20987 3515/3515/20988 +f 3515/3515/20989 3514/3514/20990 3516/3516/20991 +f 3515/3515/20992 3516/3516/20993 3517/3517/20994 +f 3515/3515/20995 3517/3517/20996 3518/3518/20997 +f 3518/3518/20998 3517/3517/20999 3519/3519/21000 +f 3518/3518/21001 3519/3519/21002 3520/3520/21003 +f 3520/3520/21004 3519/3519/21005 3521/3521/21006 +f 3521/3521/21007 3519/3519/21008 3522/3522/21009 +f 3521/3521/21010 3522/3522/21011 3523/3523/21012 +f 3523/3523/21013 3522/3522/21014 3524/3524/21015 +f 3523/3523/21016 3524/3524/21017 3525/3525/21018 +f 3523/3523/21019 3525/3525/21020 3526/3526/21021 +f 3526/3526/21022 3525/3525/21023 3527/3527/21024 +f 3526/3526/21025 3527/3527/21026 3528/3528/21027 +f 3526/3526/21028 3528/3528/21029 3529/3529/21030 +f 3529/3529/21031 3528/3528/21032 3530/3530/21033 +f 3529/3529/21034 3530/3530/21035 3531/3531/21036 +f 3531/3531/21037 3530/3530/21038 3532/3532/21039 +f 3532/3532/21040 3530/3530/21041 3533/3533/21042 +f 3532/3532/21043 3533/3533/21044 3490/3490/21045 +f 3490/3490/21046 3533/3533/21047 3534/3534/21048 +f 3490/3490/21049 3534/3534/21050 3535/3535/21051 +f 3490/3490/21052 3535/3535/21053 3491/3491/21054 +f 3491/3491/21055 3535/3535/21056 3536/3536/21057 +f 3491/3491/21058 3536/3536/21059 3537/3537/21060 +f 3491/3491/21061 3537/3537/21062 3500/3500/21063 +f 3500/3500/21064 3537/3537/21065 3498/3498/21066 +f 3538/3538/21067 3523/3523/21068 3526/3526/21069 +f 3538/3538/21070 3526/3526/21071 3539/3539/21072 +f 3538/3538/21073 3539/3539/21074 3540/3540/21075 +f 3538/3538/21076 3540/3540/21077 3523/3523/21078 +f 3541/3541/21079 3542/3542/21080 3543/3543/21081 +f 3543/3543/21082 3542/3542/21083 3544/3544/21084 +f 3544/3544/21085 3542/3542/21086 3545/3545/21087 +f 3544/3544/21088 3545/3545/21089 3546/3546/21090 +f 3546/3546/21091 3545/3545/21092 3547/3547/21093 +f 3545/3545/21094 3542/3542/21095 3504/3504/21096 +f 3504/3504/21097 3542/3542/21098 3501/3501/21099 +f 3548/3548/21100 3549/3549/21101 3492/3492/21102 +f 3492/3492/21103 3549/3549/21104 3494/3494/21105 +f 3495/3495/21106 3550/3550/21107 3493/3493/21108 +f 3551/3551/21109 3552/3552/21110 3539/3539/21111 +f 3539/3539/21112 3552/3552/21113 3553/3553/21114 +f 3539/3539/21115 3553/3553/21116 3540/3540/21117 +f 3540/3540/21118 3553/3553/21119 3554/3554/21120 +f 3540/3540/21121 3554/3554/21122 3555/3555/21123 +f 3515/3515/21124 3556/3556/21125 3512/3512/21126 +f 3512/3512/21127 3556/3556/21128 3557/3557/21129 +f 3557/3557/21130 3556/3556/21131 3558/3558/21132 +f 3557/3557/21133 3558/3558/21134 3559/3559/21135 +f 3560/3560/21136 3561/3561/21137 3556/3556/21138 +f 3556/3556/21139 3561/3561/21140 3558/3558/21141 +f 3559/3559/21142 3562/3562/21143 3557/3557/21144 +f 3537/3537/21145 3564/3563/21146 3498/3498/21147 +f 3498/3498/21148 3564/3563/21149 3565/3564/21150 +f 3498/3498/21151 3565/3564/21152 3496/3496/21153 +f 3496/3496/21154 3565/3564/21155 3566/3565/21156 +f 3496/3496/21157 3566/3565/21158 3502/3502/21159 +f 3502/3502/21160 3566/3565/21161 3567/3566/21162 +f 3502/3502/21163 3567/3566/21164 3503/3503/21165 +f 3503/3503/21166 3567/3566/21167 3568/3567/21168 +f 3503/3503/21169 3568/3567/21170 3505/3505/21171 +f 3505/3505/21172 3568/3567/21173 3569/3568/21174 +f 3505/3505/21175 3569/3568/21176 3506/3506/21177 +f 3506/3506/21178 3569/3568/21179 3570/3569/21180 +f 3506/3506/21181 3570/3569/21182 3508/3508/21183 +f 3508/3508/21184 3570/3569/21185 3571/3570/21186 +f 3508/3508/21187 3571/3570/21188 3511/3511/21189 +f 3511/3511/21190 3571/3570/21191 3572/3571/21192 +f 3511/3511/21193 3572/3571/21194 3513/3513/21195 +f 3513/3513/21196 3572/3571/21197 3573/3572/21198 +f 3513/3513/21199 3573/3572/21200 3514/3514/21201 +f 3514/3514/21202 3573/3572/21203 3574/3573/21204 +f 3514/3514/21205 3574/3573/21206 3516/3516/21207 +f 3516/3516/21208 3574/3573/21209 3575/3574/21210 +f 3516/3516/21211 3575/3574/21212 3517/3517/21213 +f 3517/3517/21214 3575/3574/21215 3576/3575/21216 +f 3517/3517/21217 3576/3575/21218 3519/3519/21219 +f 3519/3519/21220 3576/3575/21221 3577/3576/21222 +f 3519/3519/21223 3577/3576/21224 3522/3522/21225 +f 3522/3522/21226 3577/3576/21227 3578/3577/21228 +f 3522/3522/21229 3578/3577/21230 3524/3524/21231 +f 3524/3524/21232 3578/3577/21233 3579/3578/21234 +f 3524/3524/21235 3579/3578/21236 3525/3525/21237 +f 3525/3525/21238 3579/3578/21239 3580/3579/21240 +f 3525/3525/21241 3580/3579/21242 3527/3527/21243 +f 3527/3527/21244 3580/3579/21245 3581/3580/21246 +f 3527/3527/21247 3581/3580/21248 3528/3528/21249 +f 3528/3528/21250 3581/3580/21251 3582/3581/21252 +f 3528/3528/21253 3582/3581/21254 3530/3530/21255 +f 3530/3530/21256 3582/3581/21257 3583/3582/21258 +f 3530/3530/21259 3583/3582/21260 3533/3533/21261 +f 3533/3533/21262 3583/3582/21263 3584/3583/21264 +f 3533/3533/21265 3584/3583/21266 3534/3534/21267 +f 3534/3534/21268 3584/3583/21269 3585/3584/21270 +f 3534/3534/21271 3585/3584/21272 3535/3535/21273 +f 3535/3535/21274 3585/3584/21275 3586/3585/21276 +f 3535/3535/21277 3586/3585/21278 3536/3536/21279 +f 3536/3536/21280 3586/3585/21281 3587/3586/21282 +f 3536/3536/21283 3587/3586/21284 3537/3537/21285 +f 3537/3537/21286 3587/3586/21287 3564/3563/21288 +f 3588/3587/21289 3589/3588/21290 3590/3589/21291 +f 3590/3589/21292 3589/3588/21293 3591/3590/21294 +f 3590/3589/21295 3591/3590/21296 3592/3591/21297 +f 3592/3591/21298 3591/3590/21299 3593/3592/21300 +f 3592/3591/21301 3593/3592/21302 3594/3593/21303 +f 3594/3593/21304 3593/3592/21305 3595/3594/21306 +f 3594/3593/21307 3595/3594/21308 3596/3595/21309 +f 3596/3595/21310 3595/3594/21311 3597/3596/21312 +f 3596/3595/21313 3597/3596/21314 3598/3597/21315 +f 3598/3597/21316 3597/3596/21317 3599/3598/21318 +f 3598/3597/21319 3599/3598/21320 3600/3599/21321 +f 3600/3599/21322 3599/3598/21323 3601/3600/21324 +f 3600/3599/21325 3601/3600/21326 3602/3601/21327 +f 3602/3601/21328 3601/3600/21329 3603/3602/21330 +f 3602/3601/21331 3603/3602/21332 3604/3603/21333 +f 3604/3603/21334 3603/3602/21335 3605/3604/21336 +f 3604/3603/21337 3605/3604/21338 3606/3605/21339 +f 3606/3605/21340 3605/3604/21341 3607/3606/21342 +f 3606/3605/21343 3607/3606/21344 3608/3607/21345 +f 3608/3607/21346 3607/3606/21347 3609/3608/21348 +f 3608/3607/21349 3609/3608/21350 3610/3609/21351 +f 3610/3609/21352 3609/3608/21353 3611/3610/21354 +f 3610/3609/21355 3611/3610/21356 3612/3611/21357 +f 3612/3611/21358 3611/3610/21359 3613/3612/21360 +f 3612/3611/21361 3613/3612/21362 3614/3613/21363 +f 3614/3613/21364 3613/3612/21365 3615/3614/21366 +f 3614/3613/21367 3615/3614/21368 3616/3615/21369 +f 3616/3615/21370 3615/3614/21371 3617/3616/21372 +f 3616/3615/21373 3617/3616/21374 3618/3617/21375 +f 3618/3617/21376 3617/3616/21377 3619/3618/21378 +f 3618/3617/21379 3619/3618/21380 3620/3619/21381 +f 3620/3619/21382 3619/3618/21383 3621/3620/21384 +f 3620/3619/21385 3621/3620/21386 3622/3621/21387 +f 3622/3621/21388 3621/3620/21389 3623/3622/21390 +f 3622/3621/21391 3623/3622/21392 3624/3623/21393 +f 3624/3623/21394 3623/3622/21395 3625/3624/21396 +f 3624/3623/21397 3625/3624/21398 3626/3625/21399 +f 3626/3625/21400 3625/3624/21401 3627/3626/21402 +f 3626/3625/21403 3627/3626/21404 3628/3627/21405 +f 3628/3627/21406 3627/3626/21407 3629/3628/21408 +f 3628/3627/21409 3629/3628/21410 3630/3629/21411 +f 3630/3629/21412 3629/3628/21413 3631/3630/21414 +f 3630/3629/21415 3631/3630/21416 3632/3631/21417 +f 3632/3631/21418 3631/3630/21419 3633/3632/21420 +f 3632/3631/21421 3633/3632/21422 3634/3633/21423 +f 3634/3633/21424 3633/3632/21425 3635/3634/21426 +f 3634/3633/21427 3635/3634/21428 3588/3587/21429 +f 3588/3587/21430 3635/3634/21431 3589/3588/21432 +f 3565/3564/21433 3636/3635/21434 3566/3565/21435 +f 3566/3565/21436 3636/3635/21437 3637/3636/21438 +f 3566/3565/21439 3637/3636/21440 3567/3566/21441 +f 3567/3566/21442 3637/3636/21443 3638/3637/21444 +f 3567/3566/21445 3638/3637/21446 3568/3567/21447 +f 3568/3567/21448 3638/3637/21449 3639/3638/21450 +f 3568/3567/21451 3639/3638/21452 3569/3568/21453 +f 3569/3568/21454 3639/3638/21455 3640/3639/21456 +f 3569/3568/21457 3640/3639/21458 3570/3569/21459 +f 3570/3569/21460 3640/3639/21461 3641/3640/21462 +f 3570/3569/21463 3641/3640/21464 3571/3570/21465 +f 3571/3570/21466 3641/3640/21467 3642/3641/21468 +f 3571/3570/21469 3642/3641/21470 3572/3571/21471 +f 3572/3571/21472 3642/3641/21473 3643/3642/21474 +f 3572/3571/21475 3643/3642/21476 3573/3572/21477 +f 3573/3572/21478 3643/3642/21479 3644/3643/21480 +f 3573/3572/21481 3644/3643/21482 3574/3573/21483 +f 3574/3573/21484 3644/3643/21485 3645/3644/21486 +f 3574/3573/21487 3645/3644/21488 3575/3574/21489 +f 3575/3574/21490 3645/3644/21491 3646/3645/21492 +f 3575/3574/21493 3646/3645/21494 3576/3575/21495 +f 3576/3575/21496 3646/3645/21497 3647/3646/21498 +f 3576/3575/21499 3647/3646/21500 3577/3576/21501 +f 3577/3576/21502 3647/3646/21503 3648/3647/21504 +f 3577/3576/21505 3648/3647/21506 3578/3577/21507 +f 3578/3577/21508 3648/3647/21509 3649/3648/21510 +f 3578/3577/21511 3649/3648/21512 3579/3578/21513 +f 3579/3578/21514 3649/3648/21515 3650/3649/21516 +f 3579/3578/21517 3650/3649/21518 3580/3579/21519 +f 3580/3579/21520 3650/3649/21521 3651/3650/21522 +f 3580/3579/21523 3651/3650/21524 3581/3580/21525 +f 3581/3580/21526 3651/3650/21527 3652/3651/21528 +f 3581/3580/21529 3652/3651/21530 3582/3581/21531 +f 3582/3581/21532 3652/3651/21533 3653/3652/21534 +f 3582/3581/21535 3653/3652/21536 3583/3582/21537 +f 3583/3582/21538 3653/3652/21539 3654/3653/21540 +f 3583/3582/21541 3654/3653/21542 3584/3583/21543 +f 3584/3583/21544 3654/3653/21545 3655/3654/21546 +f 3584/3583/21547 3655/3654/21548 3585/3584/21549 +f 3585/3584/21550 3655/3654/21551 3656/3655/21552 +f 3585/3584/21553 3656/3655/21554 3586/3585/21555 +f 3586/3585/21556 3656/3655/21557 3657/3656/21558 +f 3586/3585/21559 3657/3656/21560 3587/3586/21561 +f 3587/3586/21562 3657/3656/21563 3658/3657/21564 +f 3587/3586/21565 3658/3657/21566 3564/3563/21567 +f 3564/3563/21568 3658/3657/21569 3659/3658/21570 +f 3564/3563/21571 3659/3658/21572 3565/3564/21573 +f 3565/3564/21574 3659/3658/21575 3636/3635/21576 +f 3636/3635/21577 3660/3659/21578 3637/3636/21579 +f 3637/3636/21580 3660/3659/21581 3661/3660/21582 +f 3637/3636/21583 3661/3660/21584 3638/3637/21585 +f 3638/3637/21586 3661/3660/21587 3662/3661/21588 +f 3638/3637/21589 3662/3661/21590 3639/3638/21591 +f 3639/3638/21592 3662/3661/21593 3663/3662/21594 +f 3639/3638/21595 3663/3662/21596 3640/3639/21597 +f 3640/3639/21598 3663/3662/21599 3664/3663/21600 +f 3640/3639/21601 3664/3663/21602 3641/3640/21603 +f 3641/3640/21604 3664/3663/21605 3665/3664/21606 +f 3641/3640/21607 3665/3664/21608 3642/3641/21609 +f 3642/3641/21610 3665/3664/21611 3666/3665/21612 +f 3642/3641/21613 3666/3665/21614 3643/3642/21615 +f 3643/3642/21616 3666/3665/21617 3667/3666/21618 +f 3643/3642/21619 3667/3666/21620 3644/3643/21621 +f 3644/3643/21622 3667/3666/21623 3668/3667/21624 +f 3644/3643/21625 3668/3667/21626 3645/3644/21627 +f 3645/3644/21628 3668/3667/21629 3669/3668/21630 +f 3645/3644/21631 3669/3668/21632 3646/3645/21633 +f 3646/3645/21634 3669/3668/21635 3670/3669/21636 +f 3646/3645/21637 3670/3669/21638 3647/3646/21639 +f 3647/3646/21640 3670/3669/21641 3671/3670/21642 +f 3647/3646/21643 3671/3670/21644 3648/3647/21645 +f 3648/3647/21646 3671/3670/21647 3672/3671/21648 +f 3648/3647/21649 3672/3671/21650 3649/3648/21651 +f 3649/3648/21652 3672/3671/21653 3673/3672/21654 +f 3649/3648/21655 3673/3672/21656 3650/3649/21657 +f 3650/3649/21658 3673/3672/21659 3674/3673/21660 +f 3650/3649/21661 3674/3673/21662 3651/3650/21663 +f 3651/3650/21664 3674/3673/21665 3675/3674/21666 +f 3651/3650/21667 3675/3674/21668 3652/3651/21669 +f 3652/3651/21670 3675/3674/21671 3676/3675/21672 +f 3652/3651/21673 3676/3675/21674 3653/3652/21675 +f 3653/3652/21676 3676/3675/21677 3677/3676/21678 +f 3653/3652/21679 3677/3676/21680 3654/3653/21681 +f 3654/3653/21682 3677/3676/21683 3678/3677/21684 +f 3654/3653/21685 3678/3677/21686 3655/3654/21687 +f 3655/3654/21688 3678/3677/21689 3679/3678/21690 +f 3655/3654/21691 3679/3678/21692 3656/3655/21693 +f 3656/3655/21694 3679/3678/21695 3680/3679/21696 +f 3656/3655/21697 3680/3679/21698 3657/3656/21699 +f 3657/3656/21700 3680/3679/21701 3681/3680/21702 +f 3657/3656/21703 3681/3680/21704 3658/3657/21705 +f 3658/3657/21706 3681/3680/21707 3682/3681/21708 +f 3658/3657/21709 3682/3681/21710 3659/3658/21711 +f 3659/3658/21712 3682/3681/21713 3683/3682/21714 +f 3659/3658/21715 3683/3682/21716 3636/3635/21717 +f 3636/3635/21718 3683/3682/21719 3660/3659/21720 +f 3660/3659/21721 3684/3683/21722 3661/3660/21723 +f 3661/3660/21724 3684/3683/21725 3685/3684/21726 +f 3661/3660/21727 3685/3684/21728 3662/3661/21729 +f 3662/3661/21730 3685/3684/21731 3686/3685/21732 +f 3662/3661/21733 3686/3685/21734 3663/3662/21735 +f 3663/3662/21736 3686/3685/21737 3687/3686/21738 +f 3663/3662/21739 3687/3686/21740 3664/3663/21741 +f 3664/3663/21742 3687/3686/21743 3688/3687/21744 +f 3664/3663/21745 3688/3687/21746 3665/3664/21747 +f 3665/3664/21748 3688/3687/21749 3689/3688/21750 +f 3665/3664/21751 3689/3688/21752 3666/3665/21753 +f 3666/3665/21754 3689/3688/21755 3690/3689/21756 +f 3666/3665/21757 3690/3689/21758 3667/3666/21759 +f 3667/3666/21760 3690/3689/21761 3691/3690/21762 +f 3667/3666/21763 3691/3690/21764 3668/3667/21765 +f 3668/3667/21766 3691/3690/21767 3692/3691/21768 +f 3668/3667/21769 3692/3691/21770 3669/3668/21771 +f 3669/3668/21772 3692/3691/21773 3693/3692/21774 +f 3669/3668/21775 3693/3692/21776 3670/3669/21777 +f 3670/3669/21778 3693/3692/21779 3694/3693/21780 +f 3670/3669/21781 3694/3693/21782 3671/3670/21783 +f 3671/3670/21784 3694/3693/21785 3695/3694/21786 +f 3671/3670/21787 3695/3694/21788 3672/3671/21789 +f 3672/3671/21790 3695/3694/21791 3696/3695/21792 +f 3672/3671/21793 3696/3695/21794 3673/3672/21795 +f 3673/3672/21796 3696/3695/21797 3697/3696/21798 +f 3673/3672/21799 3697/3696/21800 3674/3673/21801 +f 3674/3673/21802 3697/3696/21803 3698/3697/21804 +f 3674/3673/21805 3698/3697/21806 3675/3674/21807 +f 3675/3674/21808 3698/3697/21809 3699/3698/21810 +f 3675/3674/21811 3699/3698/21812 3676/3675/21813 +f 3676/3675/21814 3699/3698/21815 3700/3699/21816 +f 3676/3675/21817 3700/3699/21818 3677/3676/21819 +f 3677/3676/21820 3700/3699/21821 3701/3700/21822 +f 3677/3676/21823 3701/3700/21824 3678/3677/21825 +f 3678/3677/21826 3701/3700/21827 3702/3701/21828 +f 3678/3677/21829 3702/3701/21830 3679/3678/21831 +f 3679/3678/21832 3702/3701/21833 3703/3702/21834 +f 3679/3678/21835 3703/3702/21836 3680/3679/21837 +f 3680/3679/21838 3703/3702/21839 3704/3703/21840 +f 3680/3679/21841 3704/3703/21842 3681/3680/21843 +f 3681/3680/21844 3704/3703/21845 3705/3704/21846 +f 3681/3680/21847 3705/3704/21848 3682/3681/21849 +f 3682/3681/21850 3705/3704/21851 3706/3705/21852 +f 3682/3681/21853 3706/3705/21854 3683/3682/21855 +f 3683/3682/21856 3706/3705/21857 3707/3706/21858 +f 3683/3682/21859 3707/3706/21860 3660/3659/21861 +f 3660/3659/21862 3707/3706/21863 3684/3683/21864 +f 3684/3683/21865 3708/3707/21866 3685/3684/21867 +f 3685/3684/21868 3708/3707/21869 3709/3708/21870 +f 3685/3684/21871 3709/3708/21872 3686/3685/21873 +f 3686/3685/21874 3709/3708/21875 3710/3709/21876 +f 3686/3685/21877 3710/3709/21878 3687/3686/21879 +f 3687/3686/21880 3710/3709/21881 3711/3710/21882 +f 3687/3686/21883 3711/3710/21884 3688/3687/21885 +f 3688/3687/21886 3711/3710/21887 3712/3711/21888 +f 3688/3687/21889 3712/3711/21890 3689/3688/21891 +f 3689/3688/21892 3712/3711/21893 3713/3712/21894 +f 3689/3688/21895 3713/3712/21896 3690/3689/21897 +f 3690/3689/21898 3713/3712/21899 3714/3713/21900 +f 3690/3689/21901 3714/3713/21902 3691/3690/21903 +f 3691/3690/21904 3714/3713/21905 3715/3714/21906 +f 3691/3690/21907 3715/3714/21908 3692/3691/21909 +f 3692/3691/21910 3715/3714/21911 3716/3715/21912 +f 3692/3691/21913 3716/3715/21914 3693/3692/21915 +f 3693/3692/21916 3716/3715/21917 3717/3716/21918 +f 3693/3692/21919 3717/3716/21920 3694/3693/21921 +f 3694/3693/21922 3717/3716/21923 3718/3717/21924 +f 3694/3693/21925 3718/3717/21926 3695/3694/21927 +f 3695/3694/21928 3718/3717/21929 3719/3718/21930 +f 3695/3694/21931 3719/3718/21932 3696/3695/21933 +f 3696/3695/21934 3719/3718/21935 3720/3719/21936 +f 3696/3695/21937 3720/3719/21938 3697/3696/21939 +f 3697/3696/21940 3720/3719/21941 3721/3720/21942 +f 3697/3696/21943 3721/3720/21944 3698/3697/21945 +f 3698/3697/21946 3721/3720/21947 3722/3721/21948 +f 3698/3697/21949 3722/3721/21950 3699/3698/21951 +f 3699/3698/21952 3722/3721/21953 3723/3722/21954 +f 3699/3698/21955 3723/3722/21956 3700/3699/21957 +f 3700/3699/21958 3723/3722/21959 3724/3723/21960 +f 3700/3699/21961 3724/3723/21962 3701/3700/21963 +f 3701/3700/21964 3724/3723/21965 3725/3724/21966 +f 3701/3700/21967 3725/3724/21968 3702/3701/21969 +f 3702/3701/21970 3725/3724/21971 3726/3725/21972 +f 3702/3701/21973 3726/3725/21974 3703/3702/21975 +f 3703/3702/21976 3726/3725/21977 3727/3726/21978 +f 3703/3702/21979 3727/3726/21980 3704/3703/21981 +f 3704/3703/21982 3727/3726/21983 3728/3727/21984 +f 3704/3703/21985 3728/3727/21986 3705/3704/21987 +f 3705/3704/21988 3728/3727/21989 3729/3728/21990 +f 3705/3704/21991 3729/3728/21992 3706/3705/21993 +f 3706/3705/21994 3729/3728/21995 3730/3729/21996 +f 3706/3705/21997 3730/3729/21998 3707/3706/21999 +f 3707/3706/22000 3730/3729/22001 3731/3730/22002 +f 3707/3706/22003 3731/3730/22004 3684/3683/22005 +f 3684/3683/22006 3731/3730/22007 3708/3707/22008 +f 3708/3707/22009 3732/3731/22010 3709/3708/22011 +f 3709/3708/22012 3732/3731/22013 3733/3732/22014 +f 3709/3708/22015 3733/3732/22016 3710/3709/22017 +f 3710/3709/22018 3733/3732/22019 3734/3733/22020 +f 3710/3709/22021 3734/3733/22022 3711/3710/22023 +f 3711/3710/22024 3734/3733/22025 3735/3734/22026 +f 3711/3710/22027 3735/3734/22028 3712/3711/22029 +f 3712/3711/22030 3735/3734/22031 3736/3735/22032 +f 3712/3711/22033 3736/3735/22034 3713/3712/22035 +f 3713/3712/22036 3736/3735/22037 3737/3736/22038 +f 3713/3712/22039 3737/3736/22040 3714/3713/22041 +f 3714/3713/22042 3737/3736/22043 3738/3737/22044 +f 3714/3713/22045 3738/3737/22046 3715/3714/22047 +f 3715/3714/22048 3738/3737/22049 3739/3738/22050 +f 3715/3714/22051 3739/3738/22052 3716/3715/22053 +f 3716/3715/22054 3739/3738/22055 3740/3739/22056 +f 3716/3715/22057 3740/3739/22058 3717/3716/22059 +f 3717/3716/22060 3740/3739/22061 3741/3740/22062 +f 3717/3716/22063 3741/3740/22064 3718/3717/22065 +f 3718/3717/22066 3741/3740/22067 3742/3741/22068 +f 3718/3717/22069 3742/3741/22070 3719/3718/22071 +f 3719/3718/22072 3742/3741/22073 3743/3742/22074 +f 3719/3718/22075 3743/3742/22076 3720/3719/22077 +f 3720/3719/22078 3743/3742/22079 3744/3743/22080 +f 3720/3719/22081 3744/3743/22082 3721/3720/22083 +f 3721/3720/22084 3744/3743/22085 3745/3744/22086 +f 3721/3720/22087 3745/3744/22088 3722/3721/22089 +f 3722/3721/22090 3745/3744/22091 3746/3745/22092 +f 3722/3721/22093 3746/3745/22094 3723/3722/22095 +f 3723/3722/22096 3746/3745/22097 3747/3746/22098 +f 3723/3722/22099 3747/3746/22100 3724/3723/22101 +f 3724/3723/22102 3747/3746/22103 3748/3747/22104 +f 3724/3723/22105 3748/3747/22106 3725/3724/22107 +f 3725/3724/22108 3748/3747/22109 3749/3748/22110 +f 3725/3724/22111 3749/3748/22112 3726/3725/22113 +f 3726/3725/22114 3749/3748/22115 3750/3749/22116 +f 3726/3725/22117 3750/3749/22118 3727/3726/22119 +f 3727/3726/22120 3750/3749/22121 3751/3750/22122 +f 3727/3726/22123 3751/3750/22124 3728/3727/22125 +f 3728/3727/22126 3751/3750/22127 3752/3751/22128 +f 3728/3727/22129 3752/3751/22130 3729/3728/22131 +f 3729/3728/22132 3752/3751/22133 3753/3752/22134 +f 3729/3728/22135 3753/3752/22136 3730/3729/22137 +f 3730/3729/22138 3753/3752/22139 3754/3753/22140 +f 3730/3729/22141 3754/3753/22142 3731/3730/22143 +f 3731/3730/22144 3754/3753/22145 3755/3754/22146 +f 3731/3730/22147 3755/3754/22148 3708/3707/22149 +f 3708/3707/22150 3755/3754/22151 3732/3731/22152 +f 3732/3731/22153 3756/3755/22154 3733/3732/22155 +f 3733/3732/22156 3756/3755/22157 3757/3756/22158 +f 3733/3732/22159 3757/3756/22160 3734/3733/22161 +f 3734/3733/22162 3757/3756/22163 3758/3757/22164 +f 3734/3733/22165 3758/3757/22166 3735/3734/22167 +f 3735/3734/22168 3758/3757/22169 3759/3758/22170 +f 3735/3734/22171 3759/3758/22172 3736/3735/22173 +f 3736/3735/22174 3759/3758/22175 3760/3759/22176 +f 3736/3735/22177 3760/3759/22178 3737/3736/22179 +f 3737/3736/22180 3760/3759/22181 3761/3760/22182 +f 3737/3736/22183 3761/3760/22184 3738/3737/22185 +f 3738/3737/22186 3761/3760/22187 3762/3761/22188 +f 3738/3737/22189 3762/3761/22190 3739/3738/22191 +f 3739/3738/22192 3762/3761/22193 3763/3762/22194 +f 3739/3738/22195 3763/3762/22196 3740/3739/22197 +f 3740/3739/22198 3763/3762/22199 3764/3763/22200 +f 3740/3739/22201 3764/3763/22202 3741/3740/22203 +f 3741/3740/22204 3764/3763/22205 3765/3764/22206 +f 3741/3740/22207 3765/3764/22208 3742/3741/22209 +f 3742/3741/22210 3765/3764/22211 3766/3765/22212 +f 3742/3741/22213 3766/3765/22214 3743/3742/22215 +f 3743/3742/22216 3766/3765/22217 3767/3766/22218 +f 3743/3742/22219 3767/3766/22220 3744/3743/22221 +f 3744/3743/22222 3767/3766/22223 3768/3767/22224 +f 3744/3743/22225 3768/3767/22226 3745/3744/22227 +f 3745/3744/22228 3768/3767/22229 3769/3768/22230 +f 3745/3744/22231 3769/3768/22232 3746/3745/22233 +f 3746/3745/22234 3769/3768/22235 3770/3769/22236 +f 3746/3745/22237 3770/3769/22238 3747/3746/22239 +f 3747/3746/22240 3770/3769/22241 3771/3770/22242 +f 3747/3746/22243 3771/3770/22244 3748/3747/22245 +f 3748/3747/22246 3771/3770/22247 3772/3771/22248 +f 3748/3747/22249 3772/3771/22250 3749/3748/22251 +f 3749/3748/22252 3772/3771/22253 3773/3772/22254 +f 3749/3748/22255 3773/3772/22256 3750/3749/22257 +f 3750/3749/22258 3773/3772/22259 3774/3773/22260 +f 3750/3749/22261 3774/3773/22262 3751/3750/22263 +f 3751/3750/22264 3774/3773/22265 3775/3774/22266 +f 3751/3750/22267 3775/3774/22268 3752/3751/22269 +f 3752/3751/22270 3775/3774/22271 3776/3775/22272 +f 3752/3751/22273 3776/3775/22274 3753/3752/22275 +f 3753/3752/22276 3776/3775/22277 3777/3776/22278 +f 3753/3752/22279 3777/3776/22280 3754/3753/22281 +f 3754/3753/22282 3777/3776/22283 3778/3777/22284 +f 3754/3753/22285 3778/3777/22286 3755/3754/22287 +f 3755/3754/22288 3778/3777/22289 3779/3778/22290 +f 3755/3754/22291 3779/3778/22292 3732/3731/22293 +f 3732/3731/22294 3779/3778/22295 3756/3755/22296 +f 3756/3755/22297 3780/3779/22298 3757/3756/22299 +f 3757/3756/22300 3780/3779/22301 3781/3780/22302 +f 3757/3756/22303 3781/3780/22304 3758/3757/22305 +f 3758/3757/22306 3781/3780/22307 3782/3781/22308 +f 3758/3757/22309 3782/3781/22310 3759/3758/22311 +f 3759/3758/22312 3782/3781/22313 3783/3782/22314 +f 3759/3758/22315 3783/3782/22316 3760/3759/22317 +f 3760/3759/22318 3783/3782/22319 3784/3783/22320 +f 3760/3759/22321 3784/3783/22322 3761/3760/22323 +f 3761/3760/22324 3784/3783/22325 3785/3784/22326 +f 3761/3760/22327 3785/3784/22328 3762/3761/22329 +f 3762/3761/22330 3785/3784/22331 3786/3785/22332 +f 3762/3761/22333 3786/3785/22334 3763/3762/22335 +f 3763/3762/22336 3786/3785/22337 3787/3786/22338 +f 3763/3762/22339 3787/3786/22340 3764/3763/22341 +f 3764/3763/22342 3787/3786/22343 3788/3787/22344 +f 3764/3763/22345 3788/3787/22346 3765/3764/22347 +f 3765/3764/22348 3788/3787/22349 3789/3788/22350 +f 3765/3764/22351 3789/3788/22352 3766/3765/22353 +f 3766/3765/22354 3789/3788/22355 3790/3789/22356 +f 3766/3765/22357 3790/3789/22358 3767/3766/22359 +f 3767/3766/22360 3790/3789/22361 3791/3790/22362 +f 3767/3766/22363 3791/3790/22364 3768/3767/22365 +f 3768/3767/22366 3791/3790/22367 3792/3791/22368 +f 3768/3767/22369 3792/3791/22370 3769/3768/22371 +f 3769/3768/22372 3792/3791/22373 3793/3792/22374 +f 3769/3768/22375 3793/3792/22376 3770/3769/22377 +f 3770/3769/22378 3793/3792/22379 3794/3793/22380 +f 3770/3769/22381 3794/3793/22382 3771/3770/22383 +f 3771/3770/22384 3794/3793/22385 3795/3794/22386 +f 3771/3770/22387 3795/3794/22388 3772/3771/22389 +f 3772/3771/22390 3795/3794/22391 3796/3795/22392 +f 3772/3771/22393 3796/3795/22394 3773/3772/22395 +f 3773/3772/22396 3796/3795/22397 3797/3796/22398 +f 3773/3772/22399 3797/3796/22400 3774/3773/22401 +f 3774/3773/22402 3797/3796/22403 3798/3797/22404 +f 3774/3773/22405 3798/3797/22406 3775/3774/22407 +f 3775/3774/22408 3798/3797/22409 3799/3798/22410 +f 3775/3774/22411 3799/3798/22412 3776/3775/22413 +f 3776/3775/22414 3799/3798/22415 3800/3799/22416 +f 3776/3775/22417 3800/3799/22418 3777/3776/22419 +f 3777/3776/22420 3800/3799/22421 3801/3800/22422 +f 3777/3776/22423 3801/3800/22424 3778/3777/22425 +f 3778/3777/22426 3801/3800/22427 3802/3801/22428 +f 3778/3777/22429 3802/3801/22430 3779/3778/22431 +f 3779/3778/22432 3802/3801/22433 3803/3802/22434 +f 3779/3778/22435 3803/3802/22436 3756/3755/22437 +f 3756/3755/22438 3803/3802/22439 3780/3779/22440 +f 3780/3779/22441 3804/3803/22442 3781/3780/22443 +f 3781/3780/22444 3804/3803/22445 3805/3804/22446 +f 3781/3780/22447 3805/3804/22448 3782/3781/22449 +f 3782/3781/22450 3805/3804/22451 3806/3805/22452 +f 3782/3781/22453 3806/3805/22454 3783/3782/22455 +f 3783/3782/22456 3806/3805/22457 3807/3806/22458 +f 3783/3782/22459 3807/3806/22460 3784/3783/22461 +f 3784/3783/22462 3807/3806/22463 3808/3807/22464 +f 3784/3783/22465 3808/3807/22466 3785/3784/22467 +f 3785/3784/22468 3808/3807/22469 3809/3808/22470 +f 3785/3784/22471 3809/3808/22472 3786/3785/22473 +f 3786/3785/22474 3809/3808/22475 3810/3809/22476 +f 3786/3785/22477 3810/3809/22478 3787/3786/22479 +f 3787/3786/22480 3810/3809/22481 3811/3810/22482 +f 3787/3786/22483 3811/3810/22484 3788/3787/22485 +f 3788/3787/22486 3811/3810/22487 3812/3811/22488 +f 3788/3787/22489 3812/3811/22490 3789/3788/22491 +f 3789/3788/22492 3812/3811/22493 3813/3812/22494 +f 3789/3788/22495 3813/3812/22496 3790/3789/22497 +f 3790/3789/22498 3813/3812/22499 3814/3813/22500 +f 3790/3789/22501 3814/3813/22502 3791/3790/22503 +f 3791/3790/22504 3814/3813/22505 3815/3814/22506 +f 3791/3790/22507 3815/3814/22508 3792/3791/22509 +f 3792/3791/22510 3815/3814/22511 3816/3815/22512 +f 3792/3791/22513 3816/3815/22514 3793/3792/22515 +f 3793/3792/22516 3816/3815/22517 3817/3816/22518 +f 3793/3792/22519 3817/3816/22520 3794/3793/22521 +f 3794/3793/22522 3817/3816/22523 3818/3817/22524 +f 3794/3793/22525 3818/3817/22526 3795/3794/22527 +f 3795/3794/22528 3818/3817/22529 3819/3818/22530 +f 3795/3794/22531 3819/3818/22532 3796/3795/22533 +f 3796/3795/22534 3819/3818/22535 3820/3819/22536 +f 3796/3795/22537 3820/3819/22538 3797/3796/22539 +f 3797/3796/22540 3820/3819/22541 3821/3820/22542 +f 3797/3796/22543 3821/3820/22544 3798/3797/22545 +f 3798/3797/22546 3821/3820/22547 3822/3821/22548 +f 3798/3797/22549 3822/3821/22550 3799/3798/22551 +f 3799/3798/22552 3822/3821/22553 3823/3822/22554 +f 3799/3798/22555 3823/3822/22556 3800/3799/22557 +f 3800/3799/22558 3823/3822/22559 3824/3823/22560 +f 3800/3799/22561 3824/3823/22562 3801/3800/22563 +f 3801/3800/22564 3824/3823/22565 3825/3824/22566 +f 3801/3800/22567 3825/3824/22568 3802/3801/22569 +f 3802/3801/22570 3825/3824/22571 3826/3825/22572 +f 3802/3801/22573 3826/3825/22574 3803/3802/22575 +f 3803/3802/22576 3826/3825/22577 3827/3826/22578 +f 3803/3802/22579 3827/3826/22580 3780/3779/22581 +f 3780/3779/22582 3827/3826/22583 3804/3803/22584 +f 3804/3803/22585 3828/3827/22586 3805/3804/22587 +f 3805/3804/22588 3828/3827/22589 3829/3828/22590 +f 3805/3804/22591 3829/3828/22592 3806/3805/22593 +f 3806/3805/22594 3829/3828/22595 3830/3829/22596 +f 3806/3805/22597 3830/3829/22598 3807/3806/22599 +f 3807/3806/22600 3830/3829/22601 3831/3830/22602 +f 3807/3806/22603 3831/3830/22604 3808/3807/22605 +f 3808/3807/22606 3831/3830/22607 3832/3831/22608 +f 3808/3807/22609 3832/3831/22610 3809/3808/22611 +f 3809/3808/22612 3832/3831/22613 3833/3832/22614 +f 3809/3808/22615 3833/3832/22616 3810/3809/22617 +f 3810/3809/22618 3833/3832/22619 3834/3833/22620 +f 3810/3809/22621 3834/3833/22622 3811/3810/22623 +f 3811/3810/22624 3834/3833/22625 3835/3834/22626 +f 3811/3810/22627 3835/3834/22628 3812/3811/22629 +f 3812/3811/22630 3835/3834/22631 3836/3835/22632 +f 3812/3811/22633 3836/3835/22634 3813/3812/22635 +f 3813/3812/22636 3836/3835/22637 3837/3836/22638 +f 3813/3812/22639 3837/3836/22640 3814/3813/22641 +f 3814/3813/22642 3837/3836/22643 3838/3837/22644 +f 3814/3813/22645 3838/3837/22646 3815/3814/22647 +f 3815/3814/22648 3838/3837/22649 3839/3838/22650 +f 3815/3814/22651 3839/3838/22652 3816/3815/22653 +f 3816/3815/22654 3839/3838/22655 3840/3839/22656 +f 3816/3815/22657 3840/3839/22658 3817/3816/22659 +f 3817/3816/22660 3840/3839/22661 3841/3840/22662 +f 3817/3816/22663 3841/3840/22664 3818/3817/22665 +f 3818/3817/22666 3841/3840/22667 3842/3841/22668 +f 3818/3817/22669 3842/3841/22670 3819/3818/22671 +f 3819/3818/22672 3842/3841/22673 3843/3842/22674 +f 3819/3818/22675 3843/3842/22676 3820/3819/22677 +f 3820/3819/22678 3843/3842/22679 3844/3843/22680 +f 3820/3819/22681 3844/3843/22682 3821/3820/22683 +f 3821/3820/22684 3844/3843/22685 3845/3844/22686 +f 3821/3820/22687 3845/3844/22688 3822/3821/22689 +f 3822/3821/22690 3845/3844/22691 3846/3845/22692 +f 3822/3821/22693 3846/3845/22694 3823/3822/22695 +f 3823/3822/22696 3846/3845/22697 3847/3846/22698 +f 3823/3822/22699 3847/3846/22700 3824/3823/22701 +f 3824/3823/22702 3847/3846/22703 3848/3847/22704 +f 3824/3823/22705 3848/3847/22706 3825/3824/22707 +f 3825/3824/22708 3848/3847/22709 3849/3848/22710 +f 3825/3824/22711 3849/3848/22712 3826/3825/22713 +f 3826/3825/22714 3849/3848/22715 3850/3849/22716 +f 3826/3825/22717 3850/3849/22718 3827/3826/22719 +f 3827/3826/22720 3850/3849/22721 3851/3850/22722 +f 3827/3826/22723 3851/3850/22724 3804/3803/22725 +f 3804/3803/22726 3851/3850/22727 3828/3827/22728 +f 3828/3827/22729 3852/3851/22730 3829/3828/22731 +f 3829/3828/22732 3852/3851/22733 3853/3852/22734 +f 3829/3828/22735 3853/3852/22736 3830/3829/22737 +f 3830/3829/22738 3853/3852/22739 3854/3853/22740 +f 3830/3829/22741 3854/3853/22742 3831/3830/22743 +f 3831/3830/22744 3854/3853/22745 3855/3854/22746 +f 3831/3830/22747 3855/3854/22748 3832/3831/22749 +f 3832/3831/22750 3855/3854/22751 3856/3855/22752 +f 3832/3831/22753 3856/3855/22754 3833/3832/22755 +f 3833/3832/22756 3856/3855/22757 3857/3856/22758 +f 3833/3832/22759 3857/3856/22760 3834/3833/22761 +f 3834/3833/22762 3857/3856/22763 3858/3857/22764 +f 3834/3833/22765 3858/3857/22766 3835/3834/22767 +f 3835/3834/22768 3858/3857/22769 3859/3858/22770 +f 3835/3834/22771 3859/3858/22772 3836/3835/22773 +f 3836/3835/22774 3859/3858/22775 3860/3859/22776 +f 3836/3835/22777 3860/3859/22778 3837/3836/22779 +f 3837/3836/22780 3860/3859/22781 3861/3860/22782 +f 3837/3836/22783 3861/3860/22784 3838/3837/22785 +f 3838/3837/22786 3861/3860/22787 3862/3861/22788 +f 3838/3837/22789 3862/3861/22790 3839/3838/22791 +f 3839/3838/22792 3862/3861/22793 3863/3862/22794 +f 3839/3838/22795 3863/3862/22796 3840/3839/22797 +f 3840/3839/22798 3863/3862/22799 3864/3863/22800 +f 3840/3839/22801 3864/3863/22802 3841/3840/22803 +f 3841/3840/22804 3864/3863/22805 3865/3864/22806 +f 3841/3840/22807 3865/3864/22808 3842/3841/22809 +f 3842/3841/22810 3865/3864/22811 3866/3865/22812 +f 3842/3841/22813 3866/3865/22814 3843/3842/22815 +f 3843/3842/22816 3866/3865/22817 3867/3866/22818 +f 3843/3842/22819 3867/3866/22820 3844/3843/22821 +f 3844/3843/22822 3867/3866/22823 3868/3867/22824 +f 3844/3843/22825 3868/3867/22826 3845/3844/22827 +f 3845/3844/22828 3868/3867/22829 3869/3868/22830 +f 3845/3844/22831 3869/3868/22832 3846/3845/22833 +f 3846/3845/22834 3869/3868/22835 3870/3869/22836 +f 3846/3845/22837 3870/3869/22838 3847/3846/22839 +f 3847/3846/22840 3870/3869/22841 3871/3870/22842 +f 3847/3846/22843 3871/3870/22844 3848/3847/22845 +f 3848/3847/22846 3871/3870/22847 3872/3871/22848 +f 3848/3847/22849 3872/3871/22850 3849/3848/22851 +f 3849/3848/22852 3872/3871/22853 3873/3872/22854 +f 3849/3848/22855 3873/3872/22856 3850/3849/22857 +f 3850/3849/22858 3873/3872/22859 3874/3873/22860 +f 3850/3849/22861 3874/3873/22862 3851/3850/22863 +f 3851/3850/22864 3874/3873/22865 3875/3874/22866 +f 3851/3850/22867 3875/3874/22868 3828/3827/22869 +f 3828/3827/22870 3875/3874/22871 3852/3851/22872 +f 3852/3851/22873 3876/3875/22874 3853/3852/22875 +f 3853/3852/22876 3876/3875/22877 3877/3876/22878 +f 3853/3852/22879 3877/3876/22880 3854/3853/22881 +f 3854/3853/22882 3877/3876/22883 3878/3877/22884 +f 3854/3853/22885 3878/3877/22886 3855/3854/22887 +f 3855/3854/22888 3878/3877/22889 3879/3878/22890 +f 3855/3854/22891 3879/3878/22892 3856/3855/22893 +f 3856/3855/22894 3879/3878/22895 3880/3879/22896 +f 3856/3855/22897 3880/3879/22898 3857/3856/22899 +f 3857/3856/22900 3880/3879/22901 3881/3880/22902 +f 3857/3856/22903 3881/3880/22904 3858/3857/22905 +f 3858/3857/22906 3881/3880/22907 3882/3881/22908 +f 3858/3857/22909 3882/3881/22910 3859/3858/22911 +f 3859/3858/22912 3882/3881/22913 3883/3882/22914 +f 3859/3858/22915 3883/3882/22916 3860/3859/22917 +f 3860/3859/22918 3883/3882/22919 3884/3883/22920 +f 3860/3859/22921 3884/3883/22922 3861/3860/22923 +f 3861/3860/22924 3884/3883/22925 3885/3884/22926 +f 3861/3860/22927 3885/3884/22928 3862/3861/22929 +f 3862/3861/22930 3885/3884/22931 3886/3885/22932 +f 3862/3861/22933 3886/3885/22934 3863/3862/22935 +f 3863/3862/22936 3886/3885/22937 3887/3886/22938 +f 3863/3862/22939 3887/3886/22940 3864/3863/22941 +f 3864/3863/22942 3887/3886/22943 3888/3887/22944 +f 3864/3863/22945 3888/3887/22946 3865/3864/22947 +f 3865/3864/22948 3888/3887/22949 3889/3888/22950 +f 3865/3864/22951 3889/3888/22952 3866/3865/22953 +f 3866/3865/22954 3889/3888/22955 3890/3889/22956 +f 3866/3865/22957 3890/3889/22958 3867/3866/22959 +f 3867/3866/22960 3890/3889/22961 3891/3890/22962 +f 3867/3866/22963 3891/3890/22964 3868/3867/22965 +f 3868/3867/22966 3891/3890/22967 3892/3891/22968 +f 3868/3867/22969 3892/3891/22970 3869/3868/22971 +f 3869/3868/22972 3892/3891/22973 3893/3892/22974 +f 3869/3868/22975 3893/3892/22976 3870/3869/22977 +f 3870/3869/22978 3893/3892/22979 3894/3893/22980 +f 3870/3869/22981 3894/3893/22982 3871/3870/22983 +f 3871/3870/22984 3894/3893/22985 3895/3894/22986 +f 3871/3870/22987 3895/3894/22988 3872/3871/22989 +f 3872/3871/22990 3895/3894/22991 3896/3895/22992 +f 3872/3871/22993 3896/3895/22994 3873/3872/22995 +f 3873/3872/22996 3896/3895/22997 3897/3896/22998 +f 3873/3872/22999 3897/3896/23000 3874/3873/23001 +f 3874/3873/23002 3897/3896/23003 3898/3897/23004 +f 3874/3873/23005 3898/3897/23006 3875/3874/23007 +f 3875/3874/23008 3898/3897/23009 3899/3898/23010 +f 3875/3874/23011 3899/3898/23012 3852/3851/23013 +f 3852/3851/23014 3899/3898/23015 3876/3875/23016 +f 3876/3875/23017 3900/3899/23018 3877/3876/23019 +f 3877/3876/23020 3900/3899/23021 3901/3900/23022 +f 3877/3876/23023 3901/3900/23024 3878/3877/23025 +f 3878/3877/23026 3901/3900/23027 3902/3901/23028 +f 3878/3877/23029 3902/3901/23030 3879/3878/23031 +f 3879/3878/23032 3902/3901/23033 3903/3902/23034 +f 3879/3878/23035 3903/3902/23036 3880/3879/23037 +f 3880/3879/23038 3903/3902/23039 3904/3903/23040 +f 3880/3879/23041 3904/3903/23042 3881/3880/23043 +f 3881/3880/23044 3904/3903/23045 3905/3904/23046 +f 3881/3880/23047 3905/3904/23048 3882/3881/23049 +f 3882/3881/23050 3905/3904/23051 3906/3905/23052 +f 3882/3881/23053 3906/3905/23054 3883/3882/23055 +f 3883/3882/23056 3906/3905/23057 3907/3906/23058 +f 3883/3882/23059 3907/3906/23060 3884/3883/23061 +f 3884/3883/23062 3907/3906/23063 3908/3907/23064 +f 3884/3883/23065 3908/3907/23066 3885/3884/23067 +f 3885/3884/23068 3908/3907/23069 3909/3908/23070 +f 3885/3884/23071 3909/3908/23072 3886/3885/23073 +f 3886/3885/23074 3909/3908/23075 3910/3909/23076 +f 3886/3885/23077 3910/3909/23078 3887/3886/23079 +f 3887/3886/23080 3910/3909/23081 3911/3910/23082 +f 3887/3886/23083 3911/3910/23084 3888/3887/23085 +f 3888/3887/23086 3911/3910/23087 3912/3911/23088 +f 3888/3887/23089 3912/3911/23090 3889/3888/23091 +f 3889/3888/23092 3912/3911/23093 3913/3912/23094 +f 3889/3888/23095 3913/3912/23096 3890/3889/23097 +f 3890/3889/23098 3913/3912/23099 3914/3913/23100 +f 3890/3889/23101 3914/3913/23102 3891/3890/23103 +f 3891/3890/23104 3914/3913/23105 3915/3914/23106 +f 3891/3890/23107 3915/3914/23108 3892/3891/23109 +f 3892/3891/23110 3915/3914/23111 3916/3915/23112 +f 3892/3891/23113 3916/3915/23114 3893/3892/23115 +f 3893/3892/23116 3916/3915/23117 3917/3916/23118 +f 3893/3892/23119 3917/3916/23120 3894/3893/23121 +f 3894/3893/23122 3917/3916/23123 3918/3917/23124 +f 3894/3893/23125 3918/3917/23126 3895/3894/23127 +f 3895/3894/23128 3918/3917/23129 3919/3918/23130 +f 3895/3894/23131 3919/3918/23132 3896/3895/23133 +f 3896/3895/23134 3919/3918/23135 3920/3919/23136 +f 3896/3895/23137 3920/3919/23138 3897/3896/23139 +f 3897/3896/23140 3920/3919/23141 3921/3920/23142 +f 3897/3896/23143 3921/3920/23144 3898/3897/23145 +f 3898/3897/23146 3921/3920/23147 3922/3921/23148 +f 3898/3897/23149 3922/3921/23150 3899/3898/23151 +f 3899/3898/23152 3922/3921/23153 3923/3922/23154 +f 3899/3898/23155 3923/3922/23156 3876/3875/23157 +f 3876/3875/23158 3923/3922/23159 3900/3899/23160 +f 3900/3899/23161 3924/3923/23162 3901/3900/23163 +f 3901/3900/23164 3924/3923/23165 3925/3924/23166 +f 3901/3900/23167 3925/3924/23168 3902/3901/23169 +f 3902/3901/23170 3925/3924/23171 3926/3925/23172 +f 3902/3901/23173 3926/3925/23174 3903/3902/23175 +f 3903/3902/23176 3926/3925/23177 3927/3926/23178 +f 3903/3902/23179 3927/3926/23180 3904/3903/23181 +f 3904/3903/23182 3927/3926/23183 3928/3927/23184 +f 3904/3903/23185 3928/3927/23186 3905/3904/23187 +f 3905/3904/23188 3928/3927/23189 3929/3928/23190 +f 3905/3904/23191 3929/3928/23192 3906/3905/23193 +f 3906/3905/23194 3929/3928/23195 3930/3929/23196 +f 3906/3905/23197 3930/3929/23198 3907/3906/23199 +f 3907/3906/23200 3930/3929/23201 3931/3930/23202 +f 3907/3906/23203 3931/3930/23204 3908/3907/23205 +f 3908/3907/23206 3931/3930/23207 3932/3931/23208 +f 3908/3907/23209 3932/3931/23210 3909/3908/23211 +f 3909/3908/23212 3932/3931/23213 3933/3932/23214 +f 3909/3908/23215 3933/3932/23216 3910/3909/23217 +f 3910/3909/23218 3933/3932/23219 3934/3933/23220 +f 3910/3909/23221 3934/3933/23222 3911/3910/23223 +f 3911/3910/23224 3934/3933/23225 3935/3934/23226 +f 3911/3910/23227 3935/3934/23228 3912/3911/23229 +f 3912/3911/23230 3935/3934/23231 3936/3935/23232 +f 3912/3911/23233 3936/3935/23234 3913/3912/23235 +f 3913/3912/23236 3936/3935/23237 3937/3936/23238 +f 3913/3912/23239 3937/3936/23240 3914/3913/23241 +f 3914/3913/23242 3937/3936/23243 3938/3937/23244 +f 3914/3913/23245 3938/3937/23246 3915/3914/23247 +f 3915/3914/23248 3938/3937/23249 3939/3938/23250 +f 3915/3914/23251 3939/3938/23252 3916/3915/23253 +f 3916/3915/23254 3939/3938/23255 3940/3939/23256 +f 3916/3915/23257 3940/3939/23258 3917/3916/23259 +f 3917/3916/23260 3940/3939/23261 3941/3940/23262 +f 3917/3916/23263 3941/3940/23264 3918/3917/23265 +f 3918/3917/23266 3941/3940/23267 3942/3941/23268 +f 3918/3917/23269 3942/3941/23270 3919/3918/23271 +f 3919/3918/23272 3942/3941/23273 3943/3942/23274 +f 3919/3918/23275 3943/3942/23276 3920/3919/23277 +f 3920/3919/23278 3943/3942/23279 3944/3943/23280 +f 3920/3919/23281 3944/3943/23282 3921/3920/23283 +f 3921/3920/23284 3944/3943/23285 3945/3944/23286 +f 3921/3920/23287 3945/3944/23288 3922/3921/23289 +f 3922/3921/23290 3945/3944/23291 3946/3945/23292 +f 3922/3921/23293 3946/3945/23294 3923/3922/23295 +f 3923/3922/23296 3946/3945/23297 3947/3946/23298 +f 3923/3922/23299 3947/3946/23300 3900/3899/23301 +f 3900/3899/23302 3947/3946/23303 3924/3923/23304 +f 3924/3923/23305 3948/3947/23306 3925/3924/23307 +f 3925/3924/23308 3948/3947/23309 3949/3948/23310 +f 3925/3924/23311 3949/3948/23312 3926/3925/23313 +f 3926/3925/23314 3949/3948/23315 3950/3949/23316 +f 3926/3925/23317 3950/3949/23318 3927/3926/23319 +f 3927/3926/23320 3950/3949/23321 3951/3950/23322 +f 3927/3926/23323 3951/3950/23324 3928/3927/23325 +f 3928/3927/23326 3951/3950/23327 3952/3951/23328 +f 3928/3927/23329 3952/3951/23330 3929/3928/23331 +f 3929/3928/23332 3952/3951/23333 3953/3952/23334 +f 3929/3928/23335 3953/3952/23336 3930/3929/23337 +f 3930/3929/23338 3953/3952/23339 3954/3953/23340 +f 3930/3929/23341 3954/3953/23342 3931/3930/23343 +f 3931/3930/23344 3954/3953/23345 3955/3954/23346 +f 3931/3930/23347 3955/3954/23348 3932/3931/23349 +f 3932/3931/23350 3955/3954/23351 3956/3955/23352 +f 3932/3931/23353 3956/3955/23354 3933/3932/23355 +f 3933/3932/23356 3956/3955/23357 3957/3956/23358 +f 3933/3932/23359 3957/3956/23360 3934/3933/23361 +f 3934/3933/23362 3957/3956/23363 3958/3957/23364 +f 3934/3933/23365 3958/3957/23366 3935/3934/23367 +f 3935/3934/23368 3958/3957/23369 3959/3958/23370 +f 3935/3934/23371 3959/3958/23372 3936/3935/23373 +f 3936/3935/23374 3959/3958/23375 3960/3959/23376 +f 3936/3935/23377 3960/3959/23378 3937/3936/23379 +f 3937/3936/23380 3960/3959/23381 3961/3960/23382 +f 3937/3936/23383 3961/3960/23384 3938/3937/23385 +f 3938/3937/23386 3961/3960/23387 3962/3961/23388 +f 3938/3937/23389 3962/3961/23390 3939/3938/23391 +f 3939/3938/23392 3962/3961/23393 3963/3962/23394 +f 3939/3938/23395 3963/3962/23396 3940/3939/23397 +f 3940/3939/23398 3963/3962/23399 3964/3963/23400 +f 3940/3939/23401 3964/3963/23402 3941/3940/23403 +f 3941/3940/23404 3964/3963/23405 3965/3964/23406 +f 3941/3940/23407 3965/3964/23408 3942/3941/23409 +f 3942/3941/23410 3965/3964/23411 3966/3965/23412 +f 3942/3941/23413 3966/3965/23414 3943/3942/23415 +f 3943/3942/23416 3966/3965/23417 3967/3966/23418 +f 3943/3942/23419 3967/3966/23420 3944/3943/23421 +f 3944/3943/23422 3967/3966/23423 3968/3967/23424 +f 3944/3943/23425 3968/3967/23426 3945/3944/23427 +f 3945/3944/23428 3968/3967/23429 3969/3968/23430 +f 3945/3944/23431 3969/3968/23432 3946/3945/23433 +f 3946/3945/23434 3969/3968/23435 3970/3969/23436 +f 3946/3945/23437 3970/3969/23438 3947/3946/23439 +f 3947/3946/23440 3970/3969/23441 3971/3970/23442 +f 3947/3946/23443 3971/3970/23444 3924/3923/23445 +f 3924/3923/23446 3971/3970/23447 3948/3947/23448 +f 3948/3947/23449 3972/3971/23450 3949/3948/23451 +f 3949/3948/23452 3972/3971/23453 3973/3972/23454 +f 3949/3948/23455 3973/3972/23456 3950/3949/23457 +f 3950/3949/23458 3973/3972/23459 3974/3973/23460 +f 3950/3949/23461 3974/3973/23462 3951/3950/23463 +f 3951/3950/23464 3974/3973/23465 3975/3974/23466 +f 3951/3950/23467 3975/3974/23468 3952/3951/23469 +f 3952/3951/23470 3975/3974/23471 3976/3975/23472 +f 3952/3951/23473 3976/3975/23474 3953/3952/23475 +f 3953/3952/23476 3976/3975/23477 3977/3976/23478 +f 3953/3952/23479 3977/3976/23480 3954/3953/23481 +f 3954/3953/23482 3977/3976/23483 3978/3977/23484 +f 3954/3953/23485 3978/3977/23486 3955/3954/23487 +f 3955/3954/23488 3978/3977/23489 3979/3978/23490 +f 3955/3954/23491 3979/3978/23492 3956/3955/23493 +f 3956/3955/23494 3979/3978/23495 3980/3979/23496 +f 3956/3955/23497 3980/3979/23498 3957/3956/23499 +f 3957/3956/23500 3980/3979/23501 3981/3980/23502 +f 3957/3956/23503 3981/3980/23504 3958/3957/23505 +f 3958/3957/23506 3981/3980/23507 3982/3981/23508 +f 3958/3957/23509 3982/3981/23510 3959/3958/23511 +f 3959/3958/23512 3982/3981/23513 3983/3982/23514 +f 3959/3958/23515 3983/3982/23516 3960/3959/23517 +f 3960/3959/23518 3983/3982/23519 3984/3983/23520 +f 3960/3959/23521 3984/3983/23522 3961/3960/23523 +f 3961/3960/23524 3984/3983/23525 3985/3984/23526 +f 3961/3960/23527 3985/3984/23528 3962/3961/23529 +f 3962/3961/23530 3985/3984/23531 3986/3985/23532 +f 3962/3961/23533 3986/3985/23534 3963/3962/23535 +f 3963/3962/23536 3986/3985/23537 3987/3986/23538 +f 3963/3962/23539 3987/3986/23540 3964/3963/23541 +f 3964/3963/23542 3987/3986/23543 3988/3987/23544 +f 3964/3963/23545 3988/3987/23546 3965/3964/23547 +f 3965/3964/23548 3988/3987/23549 3989/3988/23550 +f 3965/3964/23551 3989/3988/23552 3966/3965/23553 +f 3966/3965/23554 3989/3988/23555 3990/3989/23556 +f 3966/3965/23557 3990/3989/23558 3967/3966/23559 +f 3967/3966/23560 3990/3989/23561 3991/3990/23562 +f 3967/3966/23563 3991/3990/23564 3968/3967/23565 +f 3968/3967/23566 3991/3990/23567 3992/3991/23568 +f 3968/3967/23569 3992/3991/23570 3969/3968/23571 +f 3969/3968/23572 3992/3991/23573 3993/3992/23574 +f 3969/3968/23575 3993/3992/23576 3970/3969/23577 +f 3970/3969/23578 3993/3992/23579 3994/3993/23580 +f 3970/3969/23581 3994/3993/23582 3971/3970/23583 +f 3971/3970/23584 3994/3993/23585 3995/3994/23586 +f 3971/3970/23587 3995/3994/23588 3948/3947/23589 +f 3948/3947/23590 3995/3994/23591 3972/3971/23592 +f 3972/3971/23593 3996/3995/23594 3973/3972/23595 +f 3973/3972/23596 3996/3995/23597 3997/3996/23598 +f 3973/3972/23599 3997/3996/23600 3974/3973/23601 +f 3974/3973/23602 3997/3996/23603 3998/3997/23604 +f 3974/3973/23605 3998/3997/23606 3975/3974/23607 +f 3975/3974/23608 3998/3997/23609 3999/3998/23610 +f 3975/3974/23611 3999/3998/23612 3976/3975/23613 +f 3976/3975/23614 3999/3998/23615 4000/3999/23616 +f 3976/3975/23617 4000/3999/23618 3977/3976/23619 +f 3977/3976/23620 4000/3999/23621 4001/4000/23622 +f 3977/3976/23623 4001/4000/23624 3978/3977/23625 +f 3978/3977/23626 4001/4000/23627 4002/4001/23628 +f 3978/3977/23629 4002/4001/23630 3979/3978/23631 +f 3979/3978/23632 4002/4001/23633 4003/4002/23634 +f 3979/3978/23635 4003/4002/23636 3980/3979/23637 +f 3980/3979/23638 4003/4002/23639 4004/4003/23640 +f 3980/3979/23641 4004/4003/23642 3981/3980/23643 +f 3981/3980/23644 4004/4003/23645 4005/4004/23646 +f 3981/3980/23647 4005/4004/23648 3982/3981/23649 +f 3982/3981/23650 4005/4004/23651 4006/4005/23652 +f 3982/3981/23653 4006/4005/23654 3983/3982/23655 +f 3983/3982/23656 4006/4005/23657 4007/4006/23658 +f 3983/3982/23659 4007/4006/23660 3984/3983/23661 +f 3984/3983/23662 4007/4006/23663 4008/4007/23664 +f 3984/3983/23665 4008/4007/23666 3985/3984/23667 +f 3985/3984/23668 4008/4007/23669 4009/4008/23670 +f 3985/3984/23671 4009/4008/23672 3986/3985/23673 +f 3986/3985/23674 4009/4008/23675 4010/4009/23676 +f 3986/3985/23677 4010/4009/23678 3987/3986/23679 +f 3987/3986/23680 4010/4009/23681 4011/4010/23682 +f 3987/3986/23683 4011/4010/23684 3988/3987/23685 +f 3988/3987/23686 4011/4010/23687 4012/4011/23688 +f 3988/3987/23689 4012/4011/23690 3989/3988/23691 +f 3989/3988/23692 4012/4011/23693 4013/4012/23694 +f 3989/3988/23695 4013/4012/23696 3990/3989/23697 +f 3990/3989/23698 4013/4012/23699 4014/4013/23700 +f 3990/3989/23701 4014/4013/23702 3991/3990/23703 +f 3991/3990/23704 4014/4013/23705 4015/4014/23706 +f 3991/3990/23707 4015/4014/23708 3992/3991/23709 +f 3992/3991/23710 4015/4014/23711 4016/4015/23712 +f 3992/3991/23713 4016/4015/23714 3993/3992/23715 +f 3993/3992/23716 4016/4015/23717 4017/4016/23718 +f 3993/3992/23719 4017/4016/23720 3994/3993/23721 +f 3994/3993/23722 4017/4016/23723 4018/4017/23724 +f 3994/3993/23725 4018/4017/23726 3995/3994/23727 +f 3995/3994/23728 4018/4017/23729 4019/4018/23730 +f 3995/3994/23731 4019/4018/23732 3972/3971/23733 +f 3972/3971/23734 4019/4018/23735 3996/3995/23736 +f 3996/3995/23737 4020/4019/23738 3997/3996/23739 +f 3997/3996/23740 4020/4019/23741 4021/4020/23742 +f 3997/3996/23743 4021/4020/23744 3998/3997/23745 +f 3998/3997/23746 4021/4020/23747 4022/4021/23748 +f 3998/3997/23749 4022/4021/23750 3999/3998/23751 +f 3999/3998/23752 4022/4021/23753 4023/4022/23754 +f 3999/3998/23755 4023/4022/23756 4000/3999/23757 +f 4000/3999/23758 4023/4022/23759 4024/4023/23760 +f 4000/3999/23761 4024/4023/23762 4001/4000/23763 +f 4001/4000/23764 4024/4023/23765 4025/4024/23766 +f 4001/4000/23767 4025/4024/23768 4002/4001/23769 +f 4002/4001/23770 4025/4024/23771 4026/4025/23772 +f 4002/4001/23773 4026/4025/23774 4003/4002/23775 +f 4003/4002/23776 4026/4025/23777 4027/4026/23778 +f 4003/4002/23779 4027/4026/23780 4004/4003/23781 +f 4004/4003/23782 4027/4026/23783 4028/4027/23784 +f 4004/4003/23785 4028/4027/23786 4005/4004/23787 +f 4005/4004/23788 4028/4027/23789 4029/4028/23790 +f 4005/4004/23791 4029/4028/23792 4006/4005/23793 +f 4006/4005/23794 4029/4028/23795 4030/4029/23796 +f 4006/4005/23797 4030/4029/23798 4007/4006/23799 +f 4007/4006/23800 4030/4029/23801 4031/4030/23802 +f 4007/4006/23803 4031/4030/23804 4008/4007/23805 +f 4008/4007/23806 4031/4030/23807 4032/4031/23808 +f 4008/4007/23809 4032/4031/23810 4009/4008/23811 +f 4009/4008/23812 4032/4031/23813 4033/4032/23814 +f 4009/4008/23815 4033/4032/23816 4010/4009/23817 +f 4010/4009/23818 4033/4032/23819 4034/4033/23820 +f 4010/4009/23821 4034/4033/23822 4011/4010/23823 +f 4011/4010/23824 4034/4033/23825 4035/4034/23826 +f 4011/4010/23827 4035/4034/23828 4012/4011/23829 +f 4012/4011/23830 4035/4034/23831 4036/4035/23832 +f 4012/4011/23833 4036/4035/23834 4013/4012/23835 +f 4013/4012/23836 4036/4035/23837 4037/4036/23838 +f 4013/4012/23839 4037/4036/23840 4014/4013/23841 +f 4014/4013/23842 4037/4036/23843 4038/4037/23844 +f 4014/4013/23845 4038/4037/23846 4015/4014/23847 +f 4015/4014/23848 4038/4037/23849 4039/4038/23850 +f 4015/4014/23851 4039/4038/23852 4016/4015/23853 +f 4016/4015/23854 4039/4038/23855 4040/4039/23856 +f 4016/4015/23857 4040/4039/23858 4017/4016/23859 +f 4017/4016/23860 4040/4039/23861 4041/4040/23862 +f 4017/4016/23863 4041/4040/23864 4018/4017/23865 +f 4018/4017/23866 4041/4040/23867 4042/4041/23868 +f 4018/4017/23869 4042/4041/23870 4019/4018/23871 +f 4019/4018/23872 4042/4041/23873 4043/4042/23874 +f 4019/4018/23875 4043/4042/23876 3996/3995/23877 +f 3996/3995/23878 4043/4042/23879 4020/4019/23880 +f 4020/4019/23881 4044/4043/23882 4021/4020/23883 +f 4021/4020/23884 4044/4043/23885 4045/4044/23886 +f 4021/4020/23887 4045/4044/23888 4022/4021/23889 +f 4022/4021/23890 4045/4044/23891 4046/4045/23892 +f 4022/4021/23893 4046/4045/23894 4023/4022/23895 +f 4023/4022/23896 4046/4045/23897 4047/4046/23898 +f 4023/4022/23899 4047/4046/23900 4024/4023/23901 +f 4024/4023/23902 4047/4046/23903 4048/4047/23904 +f 4024/4023/23905 4048/4047/23906 4025/4024/23907 +f 4025/4024/23908 4048/4047/23909 4049/4048/23910 +f 4025/4024/23911 4049/4048/23912 4026/4025/23913 +f 4026/4025/23914 4049/4048/23915 4050/4049/23916 +f 4026/4025/23917 4050/4049/23918 4027/4026/23919 +f 4027/4026/23920 4050/4049/23921 4051/4050/23922 +f 4027/4026/23923 4051/4050/23924 4028/4027/23925 +f 4028/4027/23926 4051/4050/23927 4052/4051/23928 +f 4028/4027/23929 4052/4051/23930 4029/4028/23931 +f 4029/4028/23932 4052/4051/23933 4053/4052/23934 +f 4029/4028/23935 4053/4052/23936 4030/4029/23937 +f 4030/4029/23938 4053/4052/23939 4054/4053/23940 +f 4030/4029/23941 4054/4053/23942 4031/4030/23943 +f 4031/4030/23944 4054/4053/23945 4055/4054/23946 +f 4031/4030/23947 4055/4054/23948 4032/4031/23949 +f 4032/4031/23950 4055/4054/23951 4056/4055/23952 +f 4032/4031/23953 4056/4055/23954 4033/4032/23955 +f 4033/4032/23956 4056/4055/23957 4057/4056/23958 +f 4033/4032/23959 4057/4056/23960 4034/4033/23961 +f 4034/4033/23962 4057/4056/23963 4058/4057/23964 +f 4034/4033/23965 4058/4057/23966 4035/4034/23967 +f 4035/4034/23968 4058/4057/23969 4059/4058/23970 +f 4035/4034/23971 4059/4058/23972 4036/4035/23973 +f 4036/4035/23974 4059/4058/23975 4060/4059/23976 +f 4036/4035/23977 4060/4059/23978 4037/4036/23979 +f 4037/4036/23980 4060/4059/23981 4061/4060/23982 +f 4037/4036/23983 4061/4060/23984 4038/4037/23985 +f 4038/4037/23986 4061/4060/23987 4062/4061/23988 +f 4038/4037/23989 4062/4061/23990 4039/4038/23991 +f 4039/4038/23992 4062/4061/23993 4063/4062/23994 +f 4039/4038/23995 4063/4062/23996 4040/4039/23997 +f 4040/4039/23998 4063/4062/23999 4064/4063/24000 +f 4040/4039/24001 4064/4063/24002 4041/4040/24003 +f 4041/4040/24004 4064/4063/24005 4065/4064/24006 +f 4041/4040/24007 4065/4064/24008 4042/4041/24009 +f 4042/4041/24010 4065/4064/24011 4066/4065/24012 +f 4042/4041/24013 4066/4065/24014 4043/4042/24015 +f 4043/4042/24016 4066/4065/24017 4067/4066/24018 +f 4043/4042/24019 4067/4066/24020 4020/4019/24021 +f 4020/4019/24022 4067/4066/24023 4044/4043/24024 +f 4044/4043/24025 4068/4067/24026 4045/4044/24027 +f 4045/4044/24028 4068/4067/24029 4069/4068/24030 +f 4045/4044/24031 4069/4068/24032 4046/4045/24033 +f 4046/4045/24034 4069/4068/24035 4070/4069/24036 +f 4046/4045/24037 4070/4069/24038 4047/4046/24039 +f 4047/4046/24040 4070/4069/24041 4071/4070/24042 +f 4047/4046/24043 4071/4070/24044 4048/4047/24045 +f 4048/4047/24046 4071/4070/24047 4072/4071/24048 +f 4048/4047/24049 4072/4071/24050 4049/4048/24051 +f 4049/4048/24052 4072/4071/24053 4073/4072/24054 +f 4049/4048/24055 4073/4072/24056 4050/4049/24057 +f 4050/4049/24058 4073/4072/24059 4074/4073/24060 +f 4050/4049/24061 4074/4073/24062 4051/4050/24063 +f 4051/4050/24064 4074/4073/24065 4075/4074/24066 +f 4051/4050/24067 4075/4074/24068 4052/4051/24069 +f 4052/4051/24070 4075/4074/24071 4076/4075/24072 +f 4052/4051/24073 4076/4075/24074 4053/4052/24075 +f 4053/4052/24076 4076/4075/24077 4077/4076/24078 +f 4053/4052/24079 4077/4076/24080 4054/4053/24081 +f 4054/4053/24082 4077/4076/24083 4078/4077/24084 +f 4054/4053/24085 4078/4077/24086 4055/4054/24087 +f 4055/4054/24088 4078/4077/24089 4079/4078/24090 +f 4055/4054/24091 4079/4078/24092 4056/4055/24093 +f 4056/4055/24094 4079/4078/24095 4080/4079/24096 +f 4056/4055/24097 4080/4079/24098 4057/4056/24099 +f 4057/4056/24100 4080/4079/24101 4081/4080/24102 +f 4057/4056/24103 4081/4080/24104 4058/4057/24105 +f 4058/4057/24106 4081/4080/24107 4082/4081/24108 +f 4058/4057/24109 4082/4081/24110 4059/4058/24111 +f 4059/4058/24112 4082/4081/24113 4083/4082/24114 +f 4059/4058/24115 4083/4082/24116 4060/4059/24117 +f 4060/4059/24118 4083/4082/24119 4084/4083/24120 +f 4060/4059/24121 4084/4083/24122 4061/4060/24123 +f 4061/4060/24124 4084/4083/24125 4085/4084/24126 +f 4061/4060/24127 4085/4084/24128 4062/4061/24129 +f 4062/4061/24130 4085/4084/24131 4086/4085/24132 +f 4062/4061/24133 4086/4085/24134 4063/4062/24135 +f 4063/4062/24136 4086/4085/24137 4087/4086/24138 +f 4063/4062/24139 4087/4086/24140 4064/4063/24141 +f 4064/4063/24142 4087/4086/24143 4088/4087/24144 +f 4064/4063/24145 4088/4087/24146 4065/4064/24147 +f 4065/4064/24148 4088/4087/24149 4089/4088/24150 +f 4065/4064/24151 4089/4088/24152 4066/4065/24153 +f 4066/4065/24154 4089/4088/24155 4090/4089/24156 +f 4066/4065/24157 4090/4089/24158 4067/4066/24159 +f 4067/4066/24160 4090/4089/24161 4091/4090/24162 +f 4067/4066/24163 4091/4090/24164 4044/4043/24165 +f 4044/4043/24166 4091/4090/24167 4068/4067/24168 +f 4068/4067/24169 4092/4091/24170 4069/4068/24171 +f 4069/4068/24172 4092/4091/24173 4093/4092/24174 +f 4069/4068/24175 4093/4092/24176 4070/4069/24177 +f 4070/4069/24178 4093/4092/24179 4094/4093/24180 +f 4070/4069/24181 4094/4093/24182 4071/4070/24183 +f 4071/4070/24184 4094/4093/24185 4095/4094/24186 +f 4071/4070/24187 4095/4094/24188 4072/4071/24189 +f 4072/4071/24190 4095/4094/24191 4096/4095/24192 +f 4072/4071/24193 4096/4095/24194 4073/4072/24195 +f 4073/4072/24196 4096/4095/24197 4097/4096/24198 +f 4073/4072/24199 4097/4096/24200 4074/4073/24201 +f 4074/4073/24202 4097/4096/24203 4098/4097/24204 +f 4074/4073/24205 4098/4097/24206 4075/4074/24207 +f 4075/4074/24208 4098/4097/24209 4099/4098/24210 +f 4075/4074/24211 4099/4098/24212 4076/4075/24213 +f 4076/4075/24214 4099/4098/24215 4100/4099/24216 +f 4076/4075/24217 4100/4099/24218 4077/4076/24219 +f 4077/4076/24220 4100/4099/24221 4101/4100/24222 +f 4077/4076/24223 4101/4100/24224 4078/4077/24225 +f 4078/4077/24226 4101/4100/24227 4102/4101/24228 +f 4078/4077/24229 4102/4101/24230 4079/4078/24231 +f 4079/4078/24232 4102/4101/24233 4103/4102/24234 +f 4079/4078/24235 4103/4102/24236 4080/4079/24237 +f 4080/4079/24238 4103/4102/24239 4104/4103/24240 +f 4080/4079/24241 4104/4103/24242 4081/4080/24243 +f 4081/4080/24244 4104/4103/24245 4105/4104/24246 +f 4081/4080/24247 4105/4104/24248 4082/4081/24249 +f 4082/4081/24250 4105/4104/24251 4106/4105/24252 +f 4082/4081/24253 4106/4105/24254 4083/4082/24255 +f 4083/4082/24256 4106/4105/24257 4107/4106/24258 +f 4083/4082/24259 4107/4106/24260 4084/4083/24261 +f 4084/4083/24262 4107/4106/24263 4108/4107/24264 +f 4084/4083/24265 4108/4107/24266 4085/4084/24267 +f 4085/4084/24268 4108/4107/24269 4109/4108/24270 +f 4085/4084/24271 4109/4108/24272 4086/4085/24273 +f 4086/4085/24274 4109/4108/24275 4110/4109/24276 +f 4086/4085/24277 4110/4109/24278 4087/4086/24279 +f 4087/4086/24280 4110/4109/24281 4111/4110/24282 +f 4087/4086/24283 4111/4110/24284 4088/4087/24285 +f 4088/4087/24286 4111/4110/24287 4112/4111/24288 +f 4088/4087/24289 4112/4111/24290 4089/4088/24291 +f 4089/4088/24292 4112/4111/24293 4113/4112/24294 +f 4089/4088/24295 4113/4112/24296 4090/4089/24297 +f 4090/4089/24298 4113/4112/24299 4114/4113/24300 +f 4090/4089/24301 4114/4113/24302 4091/4090/24303 +f 4091/4090/24304 4114/4113/24305 4115/4114/24306 +f 4091/4090/24307 4115/4114/24308 4068/4067/24309 +f 4068/4067/24310 4115/4114/24311 4092/4091/24312 +f 4092/4091/24313 4116/4115/24314 4093/4092/24315 +f 4093/4092/24316 4116/4115/24317 4117/4116/24318 +f 4093/4092/24319 4117/4116/24320 4094/4093/24321 +f 4094/4093/24322 4117/4116/24323 4118/4117/24324 +f 4094/4093/24325 4118/4117/24326 4095/4094/24327 +f 4095/4094/24328 4118/4117/24329 4119/4118/24330 +f 4095/4094/24331 4119/4118/24332 4096/4095/24333 +f 4096/4095/24334 4119/4118/24335 4120/4119/24336 +f 4096/4095/24337 4120/4119/24338 4097/4096/24339 +f 4097/4096/24340 4120/4119/24341 4121/4120/24342 +f 4097/4096/24343 4121/4120/24344 4098/4097/24345 +f 4098/4097/24346 4121/4120/24347 4122/4121/24348 +f 4098/4097/24349 4122/4121/24350 4099/4098/24351 +f 4099/4098/24352 4122/4121/24353 4123/4122/24354 +f 4099/4098/24355 4123/4122/24356 4100/4099/24357 +f 4100/4099/24358 4123/4122/24359 4124/4123/24360 +f 4100/4099/24361 4124/4123/24362 4101/4100/24363 +f 4101/4100/24364 4124/4123/24365 4125/4124/24366 +f 4101/4100/24367 4125/4124/24368 4102/4101/24369 +f 4102/4101/24370 4125/4124/24371 4126/4125/24372 +f 4102/4101/24373 4126/4125/24374 4103/4102/24375 +f 4103/4102/24376 4126/4125/24377 4127/4126/24378 +f 4103/4102/24379 4127/4126/24380 4104/4103/24381 +f 4104/4103/24382 4127/4126/24383 4128/4127/24384 +f 4104/4103/24385 4128/4127/24386 4105/4104/24387 +f 4105/4104/24388 4128/4127/24389 4129/4128/24390 +f 4105/4104/24391 4129/4128/24392 4106/4105/24393 +f 4106/4105/24394 4129/4128/24395 4130/4129/24396 +f 4106/4105/24397 4130/4129/24398 4107/4106/24399 +f 4107/4106/24400 4130/4129/24401 4131/4130/24402 +f 4107/4106/24403 4131/4130/24404 4108/4107/24405 +f 4108/4107/24406 4131/4130/24407 4132/4131/24408 +f 4108/4107/24409 4132/4131/24410 4109/4108/24411 +f 4109/4108/24412 4132/4131/24413 4133/4132/24414 +f 4109/4108/24415 4133/4132/24416 4110/4109/24417 +f 4110/4109/24418 4133/4132/24419 4134/4133/24420 +f 4110/4109/24421 4134/4133/24422 4111/4110/24423 +f 4111/4110/24424 4134/4133/24425 4135/4134/24426 +f 4111/4110/24427 4135/4134/24428 4112/4111/24429 +f 4112/4111/24430 4135/4134/24431 4136/4135/24432 +f 4112/4111/24433 4136/4135/24434 4113/4112/24435 +f 4113/4112/24436 4136/4135/24437 4137/4136/24438 +f 4113/4112/24439 4137/4136/24440 4114/4113/24441 +f 4114/4113/24442 4137/4136/24443 4138/4137/24444 +f 4114/4113/24445 4138/4137/24446 4115/4114/24447 +f 4115/4114/24448 4138/4137/24449 4139/4138/24450 +f 4115/4114/24451 4139/4138/24452 4092/4091/24453 +f 4092/4091/24454 4139/4138/24455 4116/4115/24456 +f 4116/4115/24457 4140/4139/24458 4117/4116/24459 +f 4117/4116/24460 4140/4139/24461 4141/4140/24462 +f 4117/4116/24463 4141/4140/24464 4118/4117/24465 +f 4118/4117/24466 4141/4140/24467 4142/4141/24468 +f 4118/4117/24469 4142/4141/24470 4119/4118/24471 +f 4119/4118/24472 4142/4141/24473 4143/4142/24474 +f 4119/4118/24475 4143/4142/24476 4120/4119/24477 +f 4120/4119/24478 4143/4142/24479 4144/4143/24480 +f 4120/4119/24481 4144/4143/24482 4121/4120/24483 +f 4121/4120/24484 4144/4143/24485 4145/4144/24486 +f 4121/4120/24487 4145/4144/24488 4122/4121/24489 +f 4122/4121/24490 4145/4144/24491 4146/4145/24492 +f 4122/4121/24493 4146/4145/24494 4123/4122/24495 +f 4123/4122/24496 4146/4145/24497 4147/4146/24498 +f 4123/4122/24499 4147/4146/24500 4124/4123/24501 +f 4124/4123/24502 4147/4146/24503 4148/4147/24504 +f 4124/4123/24505 4148/4147/24506 4125/4124/24507 +f 4125/4124/24508 4148/4147/24509 4149/4148/24510 +f 4125/4124/24511 4149/4148/24512 4126/4125/24513 +f 4126/4125/24514 4149/4148/24515 4150/4149/24516 +f 4126/4125/24517 4150/4149/24518 4127/4126/24519 +f 4127/4126/24520 4150/4149/24521 4151/4150/24522 +f 4127/4126/24523 4151/4150/24524 4128/4127/24525 +f 4128/4127/24526 4151/4150/24527 4152/4151/24528 +f 4128/4127/24529 4152/4151/24530 4129/4128/24531 +f 4129/4128/24532 4152/4151/24533 4153/4152/24534 +f 4129/4128/24535 4153/4152/24536 4130/4129/24537 +f 4130/4129/24538 4153/4152/24539 4154/4153/24540 +f 4130/4129/24541 4154/4153/24542 4131/4130/24543 +f 4131/4130/24544 4154/4153/24545 4155/4154/24546 +f 4131/4130/24547 4155/4154/24548 4132/4131/24549 +f 4132/4131/24550 4155/4154/24551 4156/4155/24552 +f 4132/4131/24553 4156/4155/24554 4133/4132/24555 +f 4133/4132/24556 4156/4155/24557 4157/4156/24558 +f 4133/4132/24559 4157/4156/24560 4134/4133/24561 +f 4134/4133/24562 4157/4156/24563 4158/4157/24564 +f 4134/4133/24565 4158/4157/24566 4135/4134/24567 +f 4135/4134/24568 4158/4157/24569 4159/4158/24570 +f 4135/4134/24571 4159/4158/24572 4136/4135/24573 +f 4136/4135/24574 4159/4158/24575 4160/4159/24576 +f 4136/4135/24577 4160/4159/24578 4137/4136/24579 +f 4137/4136/24580 4160/4159/24581 4161/4160/24582 +f 4137/4136/24583 4161/4160/24584 4138/4137/24585 +f 4138/4137/24586 4161/4160/24587 4162/4161/24588 +f 4138/4137/24589 4162/4161/24590 4139/4138/24591 +f 4139/4138/24592 4162/4161/24593 4163/4162/24594 +f 4139/4138/24595 4163/4162/24596 4116/4115/24597 +f 4116/4115/24598 4163/4162/24599 4140/4139/24600 +f 4140/4139/24601 4164/4163/24602 4141/4140/24603 +f 4141/4140/24604 4164/4163/24605 4165/4164/24606 +f 4141/4140/24607 4165/4164/24608 4142/4141/24609 +f 4142/4141/24610 4165/4164/24611 4166/4165/24612 +f 4142/4141/24613 4166/4165/24614 4143/4142/24615 +f 4143/4142/24616 4166/4165/24617 4167/4166/24618 +f 4143/4142/24619 4167/4166/24620 4144/4143/24621 +f 4144/4143/24622 4167/4166/24623 4168/4167/24624 +f 4144/4143/24625 4168/4167/24626 4145/4144/24627 +f 4145/4144/24628 4168/4167/24629 4169/4168/24630 +f 4145/4144/24631 4169/4168/24632 4146/4145/24633 +f 4146/4145/24634 4169/4168/24635 4170/4169/24636 +f 4146/4145/24637 4170/4169/24638 4147/4146/24639 +f 4147/4146/24640 4170/4169/24641 4171/4170/24642 +f 4147/4146/24643 4171/4170/24644 4148/4147/24645 +f 4148/4147/24646 4171/4170/24647 4172/4171/24648 +f 4148/4147/24649 4172/4171/24650 4149/4148/24651 +f 4149/4148/24652 4172/4171/24653 4173/4172/24654 +f 4149/4148/24655 4173/4172/24656 4150/4149/24657 +f 4150/4149/24658 4173/4172/24659 4174/4173/24660 +f 4150/4149/24661 4174/4173/24662 4151/4150/24663 +f 4151/4150/24664 4174/4173/24665 4175/4174/24666 +f 4151/4150/24667 4175/4174/24668 4152/4151/24669 +f 4152/4151/24670 4175/4174/24671 4176/4175/24672 +f 4152/4151/24673 4176/4175/24674 4153/4152/24675 +f 4153/4152/24676 4176/4175/24677 4177/4176/24678 +f 4153/4152/24679 4177/4176/24680 4154/4153/24681 +f 4154/4153/24682 4177/4176/24683 4178/4177/24684 +f 4154/4153/24685 4178/4177/24686 4155/4154/24687 +f 4155/4154/24688 4178/4177/24689 4179/4178/24690 +f 4155/4154/24691 4179/4178/24692 4156/4155/24693 +f 4156/4155/24694 4179/4178/24695 4180/4179/24696 +f 4156/4155/24697 4180/4179/24698 4157/4156/24699 +f 4157/4156/24700 4180/4179/24701 4181/4180/24702 +f 4157/4156/24703 4181/4180/24704 4158/4157/24705 +f 4158/4157/24706 4181/4180/24707 4182/4181/24708 +f 4158/4157/24709 4182/4181/24710 4159/4158/24711 +f 4159/4158/24712 4182/4181/24713 4183/4182/24714 +f 4159/4158/24715 4183/4182/24716 4160/4159/24717 +f 4160/4159/24718 4183/4182/24719 4184/4183/24720 +f 4160/4159/24721 4184/4183/24722 4161/4160/24723 +f 4161/4160/24724 4184/4183/24725 4185/4184/24726 +f 4161/4160/24727 4185/4184/24728 4162/4161/24729 +f 4162/4161/24730 4185/4184/24731 4186/4185/24732 +f 4162/4161/24733 4186/4185/24734 4163/4162/24735 +f 4163/4162/24736 4186/4185/24737 4187/4186/24738 +f 4163/4162/24739 4187/4186/24740 4140/4139/24741 +f 4140/4139/24742 4187/4186/24743 4164/4163/24744 +f 4164/4163/24745 4188/4187/24746 4165/4164/24747 +f 4165/4164/24748 4188/4187/24749 4189/4188/24750 +f 4165/4164/24751 4189/4188/24752 4166/4165/24753 +f 4166/4165/24754 4189/4188/24755 4190/4189/24756 +f 4166/4165/24757 4190/4189/24758 4167/4166/24759 +f 4167/4166/24760 4190/4189/24761 4191/4190/24762 +f 4167/4166/24763 4191/4190/24764 4168/4167/24765 +f 4168/4167/24766 4191/4190/24767 4192/4191/24768 +f 4168/4167/24769 4192/4191/24770 4169/4168/24771 +f 4169/4168/24772 4192/4191/24773 4193/4192/24774 +f 4169/4168/24775 4193/4192/24776 4170/4169/24777 +f 4170/4169/24778 4193/4192/24779 4194/4193/24780 +f 4170/4169/24781 4194/4193/24782 4171/4170/24783 +f 4171/4170/24784 4194/4193/24785 4195/4194/24786 +f 4171/4170/24787 4195/4194/24788 4172/4171/24789 +f 4172/4171/24790 4195/4194/24791 4196/4195/24792 +f 4172/4171/24793 4196/4195/24794 4173/4172/24795 +f 4173/4172/24796 4196/4195/24797 4197/4196/24798 +f 4173/4172/24799 4197/4196/24800 4174/4173/24801 +f 4174/4173/24802 4197/4196/24803 4198/4197/24804 +f 4174/4173/24805 4198/4197/24806 4175/4174/24807 +f 4175/4174/24808 4198/4197/24809 4199/4198/24810 +f 4175/4174/24811 4199/4198/24812 4176/4175/24813 +f 4176/4175/24814 4199/4198/24815 4200/4199/24816 +f 4176/4175/24817 4200/4199/24818 4177/4176/24819 +f 4177/4176/24820 4200/4199/24821 4201/4200/24822 +f 4177/4176/24823 4201/4200/24824 4178/4177/24825 +f 4178/4177/24826 4201/4200/24827 4202/4201/24828 +f 4178/4177/24829 4202/4201/24830 4179/4178/24831 +f 4179/4178/24832 4202/4201/24833 4203/4202/24834 +f 4179/4178/24835 4203/4202/24836 4180/4179/24837 +f 4180/4179/24838 4203/4202/24839 4204/4203/24840 +f 4180/4179/24841 4204/4203/24842 4181/4180/24843 +f 4181/4180/24844 4204/4203/24845 4205/4204/24846 +f 4181/4180/24847 4205/4204/24848 4182/4181/24849 +f 4182/4181/24850 4205/4204/24851 4206/4205/24852 +f 4182/4181/24853 4206/4205/24854 4183/4182/24855 +f 4183/4182/24856 4206/4205/24857 4207/4206/24858 +f 4183/4182/24859 4207/4206/24860 4184/4183/24861 +f 4184/4183/24862 4207/4206/24863 4208/4207/24864 +f 4184/4183/24865 4208/4207/24866 4185/4184/24867 +f 4185/4184/24868 4208/4207/24869 4209/4208/24870 +f 4185/4184/24871 4209/4208/24872 4186/4185/24873 +f 4186/4185/24874 4209/4208/24875 4210/4209/24876 +f 4186/4185/24877 4210/4209/24878 4187/4186/24879 +f 4187/4186/24880 4210/4209/24881 4211/4210/24882 +f 4187/4186/24883 4211/4210/24884 4164/4163/24885 +f 4164/4163/24886 4211/4210/24887 4188/4187/24888 +f 4188/4187/24889 4212/4211/24890 4189/4188/24891 +f 4189/4188/24892 4212/4211/24893 4213/4212/24894 +f 4189/4188/24895 4213/4212/24896 4190/4189/24897 +f 4190/4189/24898 4213/4212/24899 4214/4213/24900 +f 4190/4189/24901 4214/4213/24902 4191/4190/24903 +f 4191/4190/24904 4214/4213/24905 4215/4214/24906 +f 4191/4190/24907 4215/4214/24908 4192/4191/24909 +f 4192/4191/24910 4215/4214/24911 4216/4215/24912 +f 4192/4191/24913 4216/4215/24914 4193/4192/24915 +f 4193/4192/24916 4216/4215/24917 4217/4216/24918 +f 4193/4192/24919 4217/4216/24920 4194/4193/24921 +f 4194/4193/24922 4217/4216/24923 4218/4217/24924 +f 4194/4193/24925 4218/4217/24926 4195/4194/24927 +f 4195/4194/24928 4218/4217/24929 4219/4218/24930 +f 4195/4194/24931 4219/4218/24932 4196/4195/24933 +f 4196/4195/24934 4219/4218/24935 4220/4219/24936 +f 4196/4195/24937 4220/4219/24938 4197/4196/24939 +f 4197/4196/24940 4220/4219/24941 4221/4220/24942 +f 4197/4196/24943 4221/4220/24944 4198/4197/24945 +f 4198/4197/24946 4221/4220/24947 4222/4221/24948 +f 4198/4197/24949 4222/4221/24950 4199/4198/24951 +f 4199/4198/24952 4222/4221/24953 4223/4222/24954 +f 4199/4198/24955 4223/4222/24956 4200/4199/24957 +f 4200/4199/24958 4223/4222/24959 4224/4223/24960 +f 4200/4199/24961 4224/4223/24962 4201/4200/24963 +f 4201/4200/24964 4224/4223/24965 4225/4224/24966 +f 4201/4200/24967 4225/4224/24968 4202/4201/24969 +f 4202/4201/24970 4225/4224/24971 4226/4225/24972 +f 4202/4201/24973 4226/4225/24974 4203/4202/24975 +f 4203/4202/24976 4226/4225/24977 4227/4226/24978 +f 4203/4202/24979 4227/4226/24980 4204/4203/24981 +f 4204/4203/24982 4227/4226/24983 4228/4227/24984 +f 4204/4203/24985 4228/4227/24986 4205/4204/24987 +f 4205/4204/24988 4228/4227/24989 4229/4228/24990 +f 4205/4204/24991 4229/4228/24992 4206/4205/24993 +f 4206/4205/24994 4229/4228/24995 4230/4229/24996 +f 4206/4205/24997 4230/4229/24998 4207/4206/24999 +f 4207/4206/25000 4230/4229/25001 4231/4230/25002 +f 4207/4206/25003 4231/4230/25004 4208/4207/25005 +f 4208/4207/25006 4231/4230/25007 4232/4231/25008 +f 4208/4207/25009 4232/4231/25010 4209/4208/25011 +f 4209/4208/25012 4232/4231/25013 4233/4232/25014 +f 4209/4208/25015 4233/4232/25016 4210/4209/25017 +f 4210/4209/25018 4233/4232/25019 4234/4233/25020 +f 4210/4209/25021 4234/4233/25022 4211/4210/25023 +f 4211/4210/25024 4234/4233/25025 4235/4234/25026 +f 4211/4210/25027 4235/4234/25028 4188/4187/25029 +f 4188/4187/25030 4235/4234/25031 4212/4211/25032 +f 4212/4211/25033 4236/4235/25034 4213/4212/25035 +f 4213/4212/25036 4236/4235/25037 4237/4236/25038 +f 4213/4212/25039 4237/4236/25040 4214/4213/25041 +f 4214/4213/25042 4237/4236/25043 4238/4237/25044 +f 4214/4213/25045 4238/4237/25046 4215/4214/25047 +f 4215/4214/25048 4238/4237/25049 4239/4238/25050 +f 4215/4214/25051 4239/4238/25052 4216/4215/25053 +f 4216/4215/25054 4239/4238/25055 4240/4239/25056 +f 4216/4215/25057 4240/4239/25058 4217/4216/25059 +f 4217/4216/25060 4240/4239/25061 4241/4240/25062 +f 4217/4216/25063 4241/4240/25064 4218/4217/25065 +f 4218/4217/25066 4241/4240/25067 4242/4241/25068 +f 4218/4217/25069 4242/4241/25070 4219/4218/25071 +f 4219/4218/25072 4242/4241/25073 4243/4242/25074 +f 4219/4218/25075 4243/4242/25076 4220/4219/25077 +f 4220/4219/25078 4243/4242/25079 4244/4243/25080 +f 4220/4219/25081 4244/4243/25082 4221/4220/25083 +f 4221/4220/25084 4244/4243/25085 4245/4244/25086 +f 4221/4220/25087 4245/4244/25088 4222/4221/25089 +f 4222/4221/25090 4245/4244/25091 4246/4245/25092 +f 4222/4221/25093 4246/4245/25094 4223/4222/25095 +f 4223/4222/25096 4246/4245/25097 4247/4246/25098 +f 4223/4222/25099 4247/4246/25100 4224/4223/25101 +f 4224/4223/25102 4247/4246/25103 4248/4247/25104 +f 4224/4223/25105 4248/4247/25106 4225/4224/25107 +f 4225/4224/25108 4248/4247/25109 4249/4248/25110 +f 4225/4224/25111 4249/4248/25112 4226/4225/25113 +f 4226/4225/25114 4249/4248/25115 4250/4249/25116 +f 4226/4225/25117 4250/4249/25118 4227/4226/25119 +f 4227/4226/25120 4250/4249/25121 4251/4250/25122 +f 4227/4226/25123 4251/4250/25124 4228/4227/25125 +f 4228/4227/25126 4251/4250/25127 4252/4251/25128 +f 4228/4227/25129 4252/4251/25130 4229/4228/25131 +f 4229/4228/25132 4252/4251/25133 4253/4252/25134 +f 4229/4228/25135 4253/4252/25136 4230/4229/25137 +f 4230/4229/25138 4253/4252/25139 4254/4253/25140 +f 4230/4229/25141 4254/4253/25142 4231/4230/25143 +f 4231/4230/25144 4254/4253/25145 4255/4254/25146 +f 4231/4230/25147 4255/4254/25148 4232/4231/25149 +f 4232/4231/25150 4255/4254/25151 4256/4255/25152 +f 4232/4231/25153 4256/4255/25154 4233/4232/25155 +f 4233/4232/25156 4256/4255/25157 4257/4256/25158 +f 4233/4232/25159 4257/4256/25160 4234/4233/25161 +f 4234/4233/25162 4257/4256/25163 4258/4257/25164 +f 4234/4233/25165 4258/4257/25166 4235/4234/25167 +f 4235/4234/25168 4258/4257/25169 4259/4258/25170 +f 4235/4234/25171 4259/4258/25172 4212/4211/25173 +f 4212/4211/25174 4259/4258/25175 4236/4235/25176 +f 4236/4235/25177 4260/4259/25178 4237/4236/25179 +f 4237/4236/25180 4260/4259/25181 4261/4260/25182 +f 4237/4236/25183 4261/4260/25184 4238/4237/25185 +f 4238/4237/25186 4261/4260/25187 4262/4261/25188 +f 4238/4237/25189 4262/4261/25190 4239/4238/25191 +f 4239/4238/25192 4262/4261/25193 4263/4262/25194 +f 4239/4238/25195 4263/4262/25196 4240/4239/25197 +f 4240/4239/25198 4263/4262/25199 4264/4263/25200 +f 4240/4239/25201 4264/4263/25202 4241/4240/25203 +f 4241/4240/25204 4264/4263/25205 4265/4264/25206 +f 4241/4240/25207 4265/4264/25208 4242/4241/25209 +f 4242/4241/25210 4265/4264/25211 4266/4265/25212 +f 4242/4241/25213 4266/4265/25214 4243/4242/25215 +f 4243/4242/25216 4266/4265/25217 4267/4266/25218 +f 4243/4242/25219 4267/4266/25220 4244/4243/25221 +f 4244/4243/25222 4267/4266/25223 4268/4267/25224 +f 4244/4243/25225 4268/4267/25226 4245/4244/25227 +f 4245/4244/25228 4268/4267/25229 4269/4268/25230 +f 4245/4244/25231 4269/4268/25232 4246/4245/25233 +f 4246/4245/25234 4269/4268/25235 4270/4269/25236 +f 4246/4245/25237 4270/4269/25238 4247/4246/25239 +f 4247/4246/25240 4270/4269/25241 4271/4270/25242 +f 4247/4246/25243 4271/4270/25244 4248/4247/25245 +f 4248/4247/25246 4271/4270/25247 4272/4271/25248 +f 4248/4247/25249 4272/4271/25250 4249/4248/25251 +f 4249/4248/25252 4272/4271/25253 4273/4272/25254 +f 4249/4248/25255 4273/4272/25256 4250/4249/25257 +f 4250/4249/25258 4273/4272/25259 4274/4273/25260 +f 4250/4249/25261 4274/4273/25262 4251/4250/25263 +f 4251/4250/25264 4274/4273/25265 4275/4274/25266 +f 4251/4250/25267 4275/4274/25268 4252/4251/25269 +f 4252/4251/25270 4275/4274/25271 4276/4275/25272 +f 4252/4251/25273 4276/4275/25274 4253/4252/25275 +f 4253/4252/25276 4276/4275/25277 4277/4276/25278 +f 4253/4252/25279 4277/4276/25280 4254/4253/25281 +f 4254/4253/25282 4277/4276/25283 4278/4277/25284 +f 4254/4253/25285 4278/4277/25286 4255/4254/25287 +f 4255/4254/25288 4278/4277/25289 4279/4278/25290 +f 4255/4254/25291 4279/4278/25292 4256/4255/25293 +f 4256/4255/25294 4279/4278/25295 4280/4279/25296 +f 4256/4255/25297 4280/4279/25298 4257/4256/25299 +f 4257/4256/25300 4280/4279/25301 4281/4280/25302 +f 4257/4256/25303 4281/4280/25304 4258/4257/25305 +f 4258/4257/25306 4281/4280/25307 4282/4281/25308 +f 4258/4257/25309 4282/4281/25310 4259/4258/25311 +f 4259/4258/25312 4282/4281/25313 4283/4282/25314 +f 4259/4258/25315 4283/4282/25316 4236/4235/25317 +f 4236/4235/25318 4283/4282/25319 4260/4259/25320 +f 4260/4259/25321 4284/4283/25322 4261/4260/25323 +f 4261/4260/25324 4284/4283/25325 4285/4284/25326 +f 4261/4260/25327 4285/4284/25328 4262/4261/25329 +f 4262/4261/25330 4285/4284/25331 4286/4285/25332 +f 4262/4261/25333 4286/4285/25334 4263/4262/25335 +f 4263/4262/25336 4286/4285/25337 4287/4286/25338 +f 4263/4262/25339 4287/4286/25340 4264/4263/25341 +f 4264/4263/25342 4287/4286/25343 4288/4287/25344 +f 4264/4263/25345 4288/4287/25346 4265/4264/25347 +f 4265/4264/25348 4288/4287/25349 4289/4288/25350 +f 4265/4264/25351 4289/4288/25352 4266/4265/25353 +f 4266/4265/25354 4289/4288/25355 4290/4289/25356 +f 4266/4265/25357 4290/4289/25358 4267/4266/25359 +f 4267/4266/25360 4290/4289/25361 4291/4290/25362 +f 4267/4266/25363 4291/4290/25364 4268/4267/25365 +f 4268/4267/25366 4291/4290/25367 4292/4291/25368 +f 4268/4267/25369 4292/4291/25370 4269/4268/25371 +f 4269/4268/25372 4292/4291/25373 4293/4292/25374 +f 4269/4268/25375 4293/4292/25376 4270/4269/25377 +f 4270/4269/25378 4293/4292/25379 4294/4293/25380 +f 4270/4269/25381 4294/4293/25382 4271/4270/25383 +f 4271/4270/25384 4294/4293/25385 4295/4294/25386 +f 4271/4270/25387 4295/4294/25388 4272/4271/25389 +f 4272/4271/25390 4295/4294/25391 4296/4295/25392 +f 4272/4271/25393 4296/4295/25394 4273/4272/25395 +f 4273/4272/25396 4296/4295/25397 4297/4296/25398 +f 4273/4272/25399 4297/4296/25400 4274/4273/25401 +f 4274/4273/25402 4297/4296/25403 4298/4297/25404 +f 4274/4273/25405 4298/4297/25406 4275/4274/25407 +f 4275/4274/25408 4298/4297/25409 4299/4298/25410 +f 4275/4274/25411 4299/4298/25412 4276/4275/25413 +f 4276/4275/25414 4299/4298/25415 4300/4299/25416 +f 4276/4275/25417 4300/4299/25418 4277/4276/25419 +f 4277/4276/25420 4300/4299/25421 4301/4300/25422 +f 4277/4276/25423 4301/4300/25424 4278/4277/25425 +f 4278/4277/25426 4301/4300/25427 4302/4301/25428 +f 4278/4277/25429 4302/4301/25430 4279/4278/25431 +f 4279/4278/25432 4302/4301/25433 4303/4302/25434 +f 4279/4278/25435 4303/4302/25436 4280/4279/25437 +f 4280/4279/25438 4303/4302/25439 4304/4303/25440 +f 4280/4279/25441 4304/4303/25442 4281/4280/25443 +f 4281/4280/25444 4304/4303/25445 4305/4304/25446 +f 4281/4280/25447 4305/4304/25448 4282/4281/25449 +f 4282/4281/25450 4305/4304/25451 4306/4305/25452 +f 4282/4281/25453 4306/4305/25454 4283/4282/25455 +f 4283/4282/25456 4306/4305/25457 4307/4306/25458 +f 4283/4282/25459 4307/4306/25460 4260/4259/25461 +f 4260/4259/25462 4307/4306/25463 4284/4283/25464 +f 4284/4283/25465 4308/4307/25466 4285/4284/25467 +f 4285/4284/25468 4308/4307/25469 4309/4308/25470 +f 4285/4284/25471 4309/4308/25472 4286/4285/25473 +f 4286/4285/25474 4309/4308/25475 4310/4309/25476 +f 4286/4285/25477 4310/4309/25478 4287/4286/25479 +f 4287/4286/25480 4310/4309/25481 4311/4310/25482 +f 4287/4286/25483 4311/4310/25484 4288/4287/25485 +f 4288/4287/25486 4311/4310/25487 4312/4311/25488 +f 4288/4287/25489 4312/4311/25490 4289/4288/25491 +f 4289/4288/25492 4312/4311/25493 4313/4312/25494 +f 4289/4288/25495 4313/4312/25496 4290/4289/25497 +f 4290/4289/25498 4313/4312/25499 4314/4313/25500 +f 4290/4289/25501 4314/4313/25502 4291/4290/25503 +f 4291/4290/25504 4314/4313/25505 4315/4314/25506 +f 4291/4290/25507 4315/4314/25508 4292/4291/25509 +f 4292/4291/25510 4315/4314/25511 4316/4315/25512 +f 4292/4291/25513 4316/4315/25514 4293/4292/25515 +f 4293/4292/25516 4316/4315/25517 4317/4316/25518 +f 4293/4292/25519 4317/4316/25520 4294/4293/25521 +f 4294/4293/25522 4317/4316/25523 4318/4317/25524 +f 4294/4293/25525 4318/4317/25526 4295/4294/25527 +f 4295/4294/25528 4318/4317/25529 4319/4318/25530 +f 4295/4294/25531 4319/4318/25532 4296/4295/25533 +f 4296/4295/25534 4319/4318/25535 4320/4319/25536 +f 4296/4295/25537 4320/4319/25538 4297/4296/25539 +f 4297/4296/25540 4320/4319/25541 4321/4320/25542 +f 4297/4296/25543 4321/4320/25544 4298/4297/25545 +f 4298/4297/25546 4321/4320/25547 4322/4321/25548 +f 4298/4297/25549 4322/4321/25550 4299/4298/25551 +f 4299/4298/25552 4322/4321/25553 4323/4322/25554 +f 4299/4298/25555 4323/4322/25556 4300/4299/25557 +f 4300/4299/25558 4323/4322/25559 4324/4323/25560 +f 4300/4299/25561 4324/4323/25562 4301/4300/25563 +f 4301/4300/25564 4324/4323/25565 4325/4324/25566 +f 4301/4300/25567 4325/4324/25568 4302/4301/25569 +f 4302/4301/25570 4325/4324/25571 4326/4325/25572 +f 4302/4301/25573 4326/4325/25574 4303/4302/25575 +f 4303/4302/25576 4326/4325/25577 4327/4326/25578 +f 4303/4302/25579 4327/4326/25580 4304/4303/25581 +f 4304/4303/25582 4327/4326/25583 4328/4327/25584 +f 4304/4303/25585 4328/4327/25586 4305/4304/25587 +f 4305/4304/25588 4328/4327/25589 4329/4328/25590 +f 4305/4304/25591 4329/4328/25592 4306/4305/25593 +f 4306/4305/25594 4329/4328/25595 4330/4329/25596 +f 4306/4305/25597 4330/4329/25598 4307/4306/25599 +f 4307/4306/25600 4330/4329/25601 4331/4330/25602 +f 4307/4306/25603 4331/4330/25604 4284/4283/25605 +f 4284/4283/25606 4331/4330/25607 4308/4307/25608 +f 4308/4307/25609 4332/4331/25610 4309/4308/25611 +f 4309/4308/25612 4332/4331/25613 4333/4332/25614 +f 4309/4308/25615 4333/4332/25616 4310/4309/25617 +f 4310/4309/25618 4333/4332/25619 4334/4333/25620 +f 4310/4309/25621 4334/4333/25622 4311/4310/25623 +f 4311/4310/25624 4334/4333/25625 4335/4334/25626 +f 4311/4310/25627 4335/4334/25628 4312/4311/25629 +f 4312/4311/25630 4335/4334/25631 4336/4335/25632 +f 4312/4311/25633 4336/4335/25634 4313/4312/25635 +f 4313/4312/25636 4336/4335/25637 4337/4336/25638 +f 4313/4312/25639 4337/4336/25640 4314/4313/25641 +f 4314/4313/25642 4337/4336/25643 4338/4337/25644 +f 4314/4313/25645 4338/4337/25646 4315/4314/25647 +f 4315/4314/25648 4338/4337/25649 4339/4338/25650 +f 4315/4314/25651 4339/4338/25652 4316/4315/25653 +f 4316/4315/25654 4339/4338/25655 4340/4339/25656 +f 4316/4315/25657 4340/4339/25658 4317/4316/25659 +f 4317/4316/25660 4340/4339/25661 4341/4340/25662 +f 4317/4316/25663 4341/4340/25664 4318/4317/25665 +f 4318/4317/25666 4341/4340/25667 4342/4341/25668 +f 4318/4317/25669 4342/4341/25670 4319/4318/25671 +f 4319/4318/25672 4342/4341/25673 4343/4342/25674 +f 4319/4318/25675 4343/4342/25676 4320/4319/25677 +f 4320/4319/25678 4343/4342/25679 4344/4343/25680 +f 4320/4319/25681 4344/4343/25682 4321/4320/25683 +f 4321/4320/25684 4344/4343/25685 4345/4344/25686 +f 4321/4320/25687 4345/4344/25688 4322/4321/25689 +f 4322/4321/25690 4345/4344/25691 4346/4345/25692 +f 4322/4321/25693 4346/4345/25694 4323/4322/25695 +f 4323/4322/25696 4346/4345/25697 4347/4346/25698 +f 4323/4322/25699 4347/4346/25700 4324/4323/25701 +f 4324/4323/25702 4347/4346/25703 4348/4347/25704 +f 4324/4323/25705 4348/4347/25706 4325/4324/25707 +f 4325/4324/25708 4348/4347/25709 4349/4348/25710 +f 4325/4324/25711 4349/4348/25712 4326/4325/25713 +f 4326/4325/25714 4349/4348/25715 4350/4349/25716 +f 4326/4325/25717 4350/4349/25718 4327/4326/25719 +f 4327/4326/25720 4350/4349/25721 4351/4350/25722 +f 4327/4326/25723 4351/4350/25724 4328/4327/25725 +f 4328/4327/25726 4351/4350/25727 4352/4351/25728 +f 4328/4327/25729 4352/4351/25730 4329/4328/25731 +f 4329/4328/25732 4352/4351/25733 4353/4352/25734 +f 4329/4328/25735 4353/4352/25736 4330/4329/25737 +f 4330/4329/25738 4353/4352/25739 4354/4353/25740 +f 4330/4329/25741 4354/4353/25742 4331/4330/25743 +f 4331/4330/25744 4354/4353/25745 4355/4354/25746 +f 4331/4330/25747 4355/4354/25748 4308/4307/25749 +f 4308/4307/25750 4355/4354/25751 4332/4331/25752 +f 4332/4331/25753 3591/3590/25754 4333/4332/25755 +f 4333/4332/25756 3591/3590/25757 3589/3588/25758 +f 4333/4332/25759 3589/3588/25760 4334/4333/25761 +f 4334/4333/25762 3589/3588/25763 3635/3634/25764 +f 4334/4333/25765 3635/3634/25766 4335/4334/25767 +f 4335/4334/25768 3635/3634/25769 3633/3632/25770 +f 4335/4334/25771 3633/3632/25772 4336/4335/25773 +f 4336/4335/25774 3633/3632/25775 3631/3630/25776 +f 4336/4335/25777 3631/3630/25778 4337/4336/25779 +f 4337/4336/25780 3631/3630/25781 3629/3628/25782 +f 4337/4336/25783 3629/3628/25784 4338/4337/25785 +f 4338/4337/25786 3629/3628/25787 3627/3626/25788 +f 4338/4337/25789 3627/3626/25790 4339/4338/25791 +f 4339/4338/25792 3627/3626/25793 3625/3624/25794 +f 4339/4338/25795 3625/3624/25796 4340/4339/25797 +f 4340/4339/25798 3625/3624/25799 3623/3622/25800 +f 4340/4339/25801 3623/3622/25802 4341/4340/25803 +f 4341/4340/25804 3623/3622/25805 3621/3620/25806 +f 4341/4340/25807 3621/3620/25808 4342/4341/25809 +f 4342/4341/25810 3621/3620/25811 3619/3618/25812 +f 4342/4341/25813 3619/3618/25814 4343/4342/25815 +f 4343/4342/25816 3619/3618/25817 3617/3616/25818 +f 4343/4342/25819 3617/3616/25820 4344/4343/25821 +f 4344/4343/25822 3617/3616/25823 3615/3614/25824 +f 4344/4343/25825 3615/3614/25826 4345/4344/25827 +f 4345/4344/25828 3615/3614/25829 3613/3612/25830 +f 4345/4344/25831 3613/3612/25832 4346/4345/25833 +f 4346/4345/25834 3613/3612/25835 3611/3610/25836 +f 4346/4345/25837 3611/3610/25838 4347/4346/25839 +f 4347/4346/25840 3611/3610/25841 3609/3608/25842 +f 4347/4346/25843 3609/3608/25844 4348/4347/25845 +f 4348/4347/25846 3609/3608/25847 3607/3606/25848 +f 4348/4347/25849 3607/3606/25850 4349/4348/25851 +f 4349/4348/25852 3607/3606/25853 3605/3604/25854 +f 4349/4348/25855 3605/3604/25856 4350/4349/25857 +f 4350/4349/25858 3605/3604/25859 3603/3602/25860 +f 4350/4349/25861 3603/3602/25862 4351/4350/25863 +f 4351/4350/25864 3603/3602/25865 3601/3600/25866 +f 4351/4350/25867 3601/3600/25868 4352/4351/25869 +f 4352/4351/25870 3601/3600/25871 3599/3598/25872 +f 4352/4351/25873 3599/3598/25874 4353/4352/25875 +f 4353/4352/25876 3599/3598/25877 3597/3596/25878 +f 4353/4352/25879 3597/3596/25880 4354/4353/25881 +f 4354/4353/25882 3597/3596/25883 3595/3594/25884 +f 4354/4353/25885 3595/3594/25886 4355/4354/25887 +f 4355/4354/25888 3595/3594/25889 3593/3592/25890 +f 4355/4354/25891 3593/3592/25892 4332/4331/25893 +f 4332/4331/25894 3593/3592/25895 3591/3590/25896 +f 3541/3541/25897 4357/4355/25898 3542/3542/25899 +f 3542/3542/25900 4357/4355/25901 4358/4356/25902 +f 3542/3542/25903 4358/4356/25904 3501/3501/25905 +f 3501/3501/25906 4358/4356/25907 4359/4357/25908 +f 4359/4357/25909 4360/4358/25910 3501/3501/25911 +f 3501/3501/25912 4360/4358/25913 4361/4359/25914 +f 3501/3501/25915 4361/4359/25916 4362/4360/25917 +f 4362/4360/25918 4361/4359/25919 4363/4361/25920 +f 4362/4360/25921 4363/4361/25922 4364/4362/25923 +f 4364/4362/25924 4363/4361/25925 4365/4363/25926 +f 4364/4362/25927 4365/4363/25928 4366/4364/25929 +f 4366/4364/25930 4365/4363/25931 3491/3491/25932 +f 4366/4364/25933 3491/3491/25934 4367/4365/25935 +f 4367/4365/25936 3491/3491/25937 4368/4366/25938 +f 4367/4365/25939 4368/4366/25940 4369/4367/25941 +f 4369/4367/25942 4368/4366/25943 4370/4368/25944 +f 4369/4367/25945 4370/4368/25946 4371/4369/25947 +f 4371/4369/25948 4370/4368/25949 4372/4370/25950 +f 4371/4369/25951 4372/4370/25952 3501/3501/25953 +f 3501/3501/25954 4372/4370/25955 4373/4371/25956 +f 3501/3501/25957 4373/4371/25958 4374/4372/25959 +f 4374/4372/25960 4373/4371/25961 4375/4373/25962 +f 4374/4372/25963 4375/4373/25964 4376/4374/25965 +f 4376/4374/25966 4375/4373/25967 4377/4375/25968 +f 4376/4374/25969 4377/4375/25970 3500/3500/25971 +f 3500/3500/25972 4377/4375/25973 3491/3491/25974 +f 3491/3491/25975 4377/4375/25976 4378/4376/25977 +f 3491/3491/25978 4378/4376/25979 4379/4377/25980 +f 4379/4377/25981 4378/4376/25982 4380/4378/25983 +f 4379/4377/25984 4380/4378/25985 4370/4368/25986 +f 4370/4368/25987 4380/4378/25988 4372/4370/25989 +f 4381/4379/25990 4382/4380/25991 4359/4357/25992 +f 4359/4357/25993 4382/4380/25994 4383/4381/25995 +f 4359/4357/25996 4383/4381/25997 4384/4382/25998 +f 4384/4382/25999 4383/4381/26000 4385/4383/26001 +f 4384/4382/26002 4385/4383/26003 4386/4384/26004 +f 4386/4384/26005 4385/4383/26006 4387/4385/26007 +f 4386/4384/26008 4387/4385/26009 4388/4386/26010 +f 4388/4386/26011 4387/4385/26012 4389/4387/26013 +f 4388/4386/26014 4389/4387/26015 4390/4388/26016 +f 4390/4388/26017 4389/4387/26018 4391/4389/26019 +f 4390/4388/26020 4391/4389/26021 4392/4390/26022 +f 4392/4390/26023 4391/4389/26024 4393/4391/26025 +f 4392/4390/26026 4393/4391/26027 4394/4392/26028 +f 4394/4392/26029 4393/4391/26030 4395/4393/26031 +f 4394/4392/26032 4395/4393/26033 4359/4357/26034 +f 4359/4357/26035 4395/4393/26036 4396/4394/26037 +f 4359/4357/26038 4396/4394/26039 4397/4395/26040 +f 4397/4395/26041 4396/4394/26042 4398/4396/26043 +f 4397/4395/26044 4398/4396/26045 4399/4397/26046 +f 4399/4397/26047 4398/4396/26048 4400/4398/26049 +f 4399/4397/26050 4400/4398/26051 4401/4399/26052 +f 4401/4399/26053 4400/4398/26054 3491/3491/26055 +f 4401/4399/26056 3491/3491/26057 4402/4400/26058 +f 4402/4400/26059 3491/3491/26060 4365/4363/26061 +f 4402/4400/26062 4365/4363/26063 4363/4361/26064 +f 4382/4380/26065 4381/4379/26066 4403/4401/26067 +f 4403/4401/26068 4381/4379/26069 4404/4402/26070 +f 4403/4401/26071 4404/4402/26072 4405/4403/26073 +f 4405/4403/26074 4404/4402/26075 4406/4404/26076 +f 4405/4403/26077 4406/4404/26078 4389/4387/26079 +f 3491/3491/26080 4400/4398/26081 4389/4387/26082 +f 4389/4387/26083 4400/4398/26084 4407/4405/26085 +f 4389/4387/26086 4407/4405/26087 4408/4406/26088 +f 4408/4406/26089 4407/4405/26090 4409/4407/26091 +f 4408/4406/26092 4409/4407/26093 4393/4391/26094 +f 4393/4391/26095 4409/4407/26096 4395/4393/26097 +f 3500/3500/26098 3499/3499/26099 4376/4374/26100 +f 4376/4374/26101 3499/3499/26102 4410/4408/26103 +f 4376/4374/26104 4410/4408/26105 4374/4372/26106 +f 4374/4372/26107 4410/4408/26108 3501/3501/26109 +f 3499/3499/26110 3497/3497/26111 4410/4408/26112 +f 4410/4408/26113 3497/3497/26114 3501/3501/26115 +f 4383/4381/26116 4382/4380/26117 4411/4409/26118 +f 4411/4409/26119 4382/4380/26120 4403/4401/26121 +f 4411/4409/26122 4403/4401/26123 4412/4410/26124 +f 4412/4410/26125 4403/4401/26126 4405/4403/26127 +f 4412/4410/26128 4405/4403/26129 4389/4387/26130 +f 4384/4382/26131 4413/4411/26132 4359/4357/26133 +f 4359/4357/26134 4413/4411/26135 4414/4412/26136 +f 4359/4357/26137 4414/4412/26138 4394/4392/26139 +f 4394/4392/26140 4414/4412/26141 4392/4390/26142 +f 4384/4382/26143 4386/4384/26144 4413/4411/26145 +f 4413/4411/26146 4386/4384/26147 4415/4413/26148 +f 4413/4411/26149 4415/4413/26150 4414/4412/26151 +f 4414/4412/26152 4415/4413/26153 4392/4390/26154 +f 4360/4358/26155 4359/4357/26156 4397/4395/26157 +f 4398/4396/26158 4396/4394/26159 4409/4407/26160 +f 4409/4407/26161 4396/4394/26162 4395/4393/26163 +f 4397/4395/26164 4399/4397/26165 4360/4358/26166 +f 4360/4358/26167 4399/4397/26168 4416/4414/26169 +f 4360/4358/26170 4416/4414/26171 4361/4359/26172 +f 4361/4359/26173 4416/4414/26174 4363/4361/26175 +f 4362/4360/26176 4417/4415/26177 3501/3501/26178 +f 3501/3501/26179 4417/4415/26180 4418/4416/26181 +f 3501/3501/26182 4418/4416/26183 4371/4369/26184 +f 4371/4369/26185 4418/4416/26186 4369/4367/26187 +f 4362/4360/26188 4364/4362/26189 4417/4415/26190 +f 4417/4415/26191 4364/4362/26192 4419/4417/26193 +f 4417/4415/26194 4419/4417/26195 4418/4416/26196 +f 4418/4416/26197 4419/4417/26198 4369/4367/26199 +f 4375/4373/26200 4373/4371/26201 4380/4378/26202 +f 4380/4378/26203 4373/4371/26204 4372/4370/26205 +f 4383/4381/26206 4411/4409/26207 4385/4383/26208 +f 4385/4383/26209 4411/4409/26210 4420/4418/26211 +f 4385/4383/26212 4420/4418/26213 4387/4385/26214 +f 4387/4385/26215 4420/4418/26216 4389/4387/26217 +f 4420/4418/26218 4411/4409/26219 4412/4410/26220 +f 4390/4388/26221 4392/4390/26222 4415/4413/26223 +f 4390/4388/26224 4415/4413/26225 4388/4386/26226 +f 4388/4386/26227 4415/4413/26228 4386/4384/26229 +f 4408/4406/26230 4393/4391/26231 4391/4389/26232 +f 4400/4398/26233 4398/4396/26234 4407/4405/26235 +f 4407/4405/26236 4398/4396/26237 4409/4407/26238 +f 4402/4400/26239 4363/4361/26240 4416/4414/26241 +f 4402/4400/26242 4416/4414/26243 4401/4399/26244 +f 4401/4399/26245 4416/4414/26246 4399/4397/26247 +f 4367/4365/26248 4369/4367/26249 4419/4417/26250 +f 4367/4365/26251 4419/4417/26252 4366/4364/26253 +f 4366/4364/26254 4419/4417/26255 4364/4362/26256 +f 4379/4377/26257 4370/4368/26258 4368/4366/26259 +f 4377/4375/26260 4375/4373/26261 4378/4376/26262 +f 4378/4376/26263 4375/4373/26264 4380/4378/26265 +f 4389/4387/26266 4420/4418/26267 4412/4410/26268 +f 4389/4387/26269 4408/4406/26270 4391/4389/26271 +f 3491/3491/26272 4379/4377/26273 4368/4366/26274 +f 3491/3491/26275 4389/4387/26276 3492/3492/26277 +f 3492/3492/26278 4389/4387/26279 4421/4419/26280 +f 3492/3492/26281 4421/4419/26282 3548/3548/26283 +f 3548/3548/26284 4421/4419/26285 4422/4420/26286 +f 3548/3548/26287 4422/4420/26288 3549/3549/26289 +f 3549/3549/26290 4422/4420/26291 4423/4421/26292 +f 3549/3549/26293 4423/4421/26294 3494/3494/26295 +f 3494/3494/26296 4423/4421/26297 4424/4422/26298 +f 3494/3494/26299 4424/4422/26300 3495/3495/26301 +f 3495/3495/26302 4424/4422/26303 4425/4423/26304 +f 3495/3495/26305 4425/4423/26306 3550/3550/26307 +f 3550/3550/26308 4425/4423/26309 4426/4424/26310 +f 3550/3550/26311 4426/4424/26312 3493/3493/26313 +f 3493/3493/26314 4426/4424/26315 4427/4425/26316 +f 3493/3493/26317 4427/4425/26318 3490/3490/26319 +f 3490/3490/26320 4427/4425/26321 4428/4426/26322 +f 4428/4426/26323 4429/4427/26324 3490/3490/26325 +f 3490/3490/26326 4429/4427/26327 4430/4428/26328 +f 3490/3490/26329 4430/4428/26330 4431/4429/26331 +f 4431/4429/26332 4430/4428/26333 4432/4430/26334 +f 4431/4429/26335 4432/4430/26336 4433/4431/26337 +f 4433/4431/26338 4432/4430/26339 4434/4432/26340 +f 4433/4431/26341 4434/4432/26342 4435/4433/26343 +f 4435/4433/26344 4434/4432/26345 3526/3526/26346 +f 4435/4433/26347 3526/3526/26348 4436/4434/26349 +f 4436/4434/26350 3526/3526/26351 4437/4435/26352 +f 4436/4434/26353 4437/4435/26354 4438/4436/26355 +f 4438/4436/26356 4437/4435/26357 4439/4437/26358 +f 4438/4436/26359 4439/4437/26360 4440/4438/26361 +f 4440/4438/26362 4439/4437/26363 4441/4439/26364 +f 4440/4438/26365 4441/4439/26366 3490/3490/26367 +f 3490/3490/26368 4441/4439/26369 4442/4440/26370 +f 3490/3490/26371 4442/4440/26372 4443/4441/26373 +f 4443/4441/26374 4442/4440/26375 4444/4442/26376 +f 4443/4441/26377 4444/4442/26378 4445/4443/26379 +f 4445/4443/26380 4444/4442/26381 4446/4444/26382 +f 4445/4443/26383 4446/4444/26384 3529/3529/26385 +f 3529/3529/26386 4446/4444/26387 3526/3526/26388 +f 3526/3526/26389 4446/4444/26390 4447/4445/26391 +f 3526/3526/26392 4447/4445/26393 4448/4446/26394 +f 4448/4446/26395 4447/4445/26396 4449/4447/26397 +f 4448/4446/26398 4449/4447/26399 4439/4437/26400 +f 4439/4437/26401 4449/4447/26402 4441/4439/26403 +f 4450/4448/26404 4451/4449/26405 4428/4426/26406 +f 4428/4426/26407 4451/4449/26408 4452/4450/26409 +f 4428/4426/26410 4452/4450/26411 4453/4451/26412 +f 4453/4451/26413 4452/4450/26414 4454/4452/26415 +f 4453/4451/26416 4454/4452/26417 4455/4453/26418 +f 4455/4453/26419 4454/4452/26420 4456/4454/26421 +f 4455/4453/26422 4456/4454/26423 4457/4455/26424 +f 4457/4455/26425 4456/4454/26426 4458/4456/26427 +f 4457/4455/26428 4458/4456/26429 4459/4457/26430 +f 4459/4457/26431 4458/4456/26432 4460/4458/26433 +f 4459/4457/26434 4460/4458/26435 4461/4459/26436 +f 4461/4459/26437 4460/4458/26438 4462/4460/26439 +f 4461/4459/26440 4462/4460/26441 4463/4461/26442 +f 4463/4461/26443 4462/4460/26444 4464/4462/26445 +f 4463/4461/26446 4464/4462/26447 4428/4426/26448 +f 4428/4426/26449 4464/4462/26450 4465/4463/26451 +f 4428/4426/26452 4465/4463/26453 4466/4464/26454 +f 4466/4464/26455 4465/4463/26456 4467/4465/26457 +f 4466/4464/26458 4467/4465/26459 4468/4466/26460 +f 4468/4466/26461 4467/4465/26462 4469/4467/26463 +f 4468/4466/26464 4469/4467/26465 4470/4468/26466 +f 4470/4468/26467 4469/4467/26468 3526/3526/26469 +f 4470/4468/26470 3526/3526/26471 4471/4469/26472 +f 4471/4469/26473 3526/3526/26474 4434/4432/26475 +f 4471/4469/26476 4434/4432/26477 4432/4430/26478 +f 4451/4449/26479 4450/4448/26480 4472/4470/26481 +f 4472/4470/26482 4450/4448/26483 4473/4471/26484 +f 4472/4470/26485 4473/4471/26486 4474/4472/26487 +f 4474/4472/26488 4473/4471/26489 4475/4473/26490 +f 4474/4472/26491 4475/4473/26492 4458/4456/26493 +f 3526/3526/26494 4469/4467/26495 4458/4456/26496 +f 4458/4456/26497 4469/4467/26498 4476/4474/26499 +f 4458/4456/26500 4476/4474/26501 4477/4475/26502 +f 4477/4475/26503 4476/4474/26504 4478/4476/26505 +f 4477/4475/26506 4478/4476/26507 4462/4460/26508 +f 4462/4460/26509 4478/4476/26510 4464/4462/26511 +f 3529/3529/26512 3531/3531/26513 4445/4443/26514 +f 4445/4443/26515 3531/3531/26516 4479/4477/26517 +f 4445/4443/26518 4479/4477/26519 4443/4441/26520 +f 4443/4441/26521 4479/4477/26522 3490/3490/26523 +f 3531/3531/26524 3532/3532/26525 4479/4477/26526 +f 4479/4477/26527 3532/3532/26528 3490/3490/26529 +f 4452/4450/26530 4451/4449/26531 4480/4478/26532 +f 4480/4478/26533 4451/4449/26534 4472/4470/26535 +f 4480/4478/26536 4472/4470/26537 4481/4479/26538 +f 4481/4479/26539 4472/4470/26540 4474/4472/26541 +f 4481/4479/26542 4474/4472/26543 4458/4456/26544 +f 4453/4451/26545 4482/4480/26546 4428/4426/26547 +f 4428/4426/26548 4482/4480/26549 4483/4481/26550 +f 4428/4426/26551 4483/4481/26552 4463/4461/26553 +f 4463/4461/26554 4483/4481/26555 4461/4459/26556 +f 4453/4451/26557 4455/4453/26558 4482/4480/26559 +f 4482/4480/26560 4455/4453/26561 4484/4482/26562 +f 4482/4480/26563 4484/4482/26564 4483/4481/26565 +f 4483/4481/26566 4484/4482/26567 4461/4459/26568 +f 4429/4427/26569 4428/4426/26570 4466/4464/26571 +f 4467/4465/26572 4465/4463/26573 4478/4476/26574 +f 4478/4476/26575 4465/4463/26576 4464/4462/26577 +f 4466/4464/26578 4468/4466/26579 4429/4427/26580 +f 4429/4427/26581 4468/4466/26582 4485/4483/26583 +f 4429/4427/26584 4485/4483/26585 4430/4428/26586 +f 4430/4428/26587 4485/4483/26588 4432/4430/26589 +f 4431/4429/26590 4486/4484/26591 3490/3490/26592 +f 3490/3490/26593 4486/4484/26594 4487/4485/26595 +f 3490/3490/26596 4487/4485/26597 4440/4438/26598 +f 4440/4438/26599 4487/4485/26600 4438/4436/26601 +f 4431/4429/26602 4433/4431/26603 4486/4484/26604 +f 4486/4484/26605 4433/4431/26606 4488/4486/26607 +f 4486/4484/26608 4488/4486/26609 4487/4485/26610 +f 4487/4485/26611 4488/4486/26612 4438/4436/26613 +f 4444/4442/26614 4442/4440/26615 4449/4447/26616 +f 4449/4447/26617 4442/4440/26618 4441/4439/26619 +f 4452/4450/26620 4480/4478/26621 4454/4452/26622 +f 4454/4452/26623 4480/4478/26624 4489/4487/26625 +f 4454/4452/26626 4489/4487/26627 4456/4454/26628 +f 4456/4454/26629 4489/4487/26630 4458/4456/26631 +f 4489/4487/26632 4480/4478/26633 4481/4479/26634 +f 4459/4457/26635 4461/4459/26636 4484/4482/26637 +f 4459/4457/26638 4484/4482/26639 4457/4455/26640 +f 4457/4455/26641 4484/4482/26642 4455/4453/26643 +f 4477/4475/26644 4462/4460/26645 4460/4458/26646 +f 4469/4467/26647 4467/4465/26648 4476/4474/26649 +f 4476/4474/26650 4467/4465/26651 4478/4476/26652 +f 4471/4469/26653 4432/4430/26654 4485/4483/26655 +f 4471/4469/26656 4485/4483/26657 4470/4468/26658 +f 4470/4468/26659 4485/4483/26660 4468/4466/26661 +f 4436/4434/26662 4438/4436/26663 4488/4486/26664 +f 4436/4434/26665 4488/4486/26666 4435/4433/26667 +f 4435/4433/26668 4488/4486/26669 4433/4431/26670 +f 4448/4446/26671 4439/4437/26672 4437/4435/26673 +f 4446/4444/26674 4444/4442/26675 4447/4445/26676 +f 4447/4445/26677 4444/4442/26678 4449/4447/26679 +f 4458/4456/26680 4489/4487/26681 4481/4479/26682 +f 4458/4456/26683 4477/4475/26684 4460/4458/26685 +f 3526/3526/26686 4448/4446/26687 4437/4435/26688 +f 3526/3526/26689 4458/4456/26690 3539/3539/26691 +f 3539/3539/26692 4458/4456/26693 4490/4488/26694 +f 3539/3539/26695 4490/4488/26696 3551/3551/26697 +f 3551/3551/26698 4490/4488/26699 4491/4489/26700 +f 3551/3551/26701 4491/4489/26702 3552/3552/26703 +f 3552/3552/26704 4491/4489/26705 4492/4490/26706 +f 3552/3552/26707 4492/4490/26708 3553/3553/26709 +f 3553/3553/26710 4492/4490/26711 4493/4491/26712 +f 3553/3553/26713 4493/4491/26714 3554/3554/26715 +f 3554/3554/26716 4493/4491/26717 4494/4492/26718 +f 3554/3554/26719 4494/4492/26720 3555/3555/26721 +f 3555/3555/26722 4494/4492/26723 4495/4493/26724 +f 3555/3555/26725 4495/4493/26726 3540/3540/26727 +f 3540/3540/26728 4495/4493/26729 4496/4494/26730 +f 3540/3540/26731 4496/4494/26732 3523/3523/26733 +f 3523/3523/26734 4496/4494/26735 4497/4495/26736 +f 4497/4495/26737 4498/4496/26738 3523/3523/26739 +f 3523/3523/26740 4498/4496/26741 4499/4497/26742 +f 3523/3523/26743 4499/4497/26744 4500/4498/26745 +f 4500/4498/26746 4499/4497/26747 4501/4499/26748 +f 4500/4498/26749 4501/4499/26750 4502/4500/26751 +f 4502/4500/26752 4501/4499/26753 4503/4501/26754 +f 4502/4500/26755 4503/4501/26756 4504/4502/26757 +f 4504/4502/26758 4503/4501/26759 3515/3515/26760 +f 4504/4502/26761 3515/3515/26762 4505/4503/26763 +f 4505/4503/26764 3515/3515/26765 4506/4504/26766 +f 4505/4503/26767 4506/4504/26768 4507/4505/26769 +f 4507/4505/26770 4506/4504/26771 4508/4506/26772 +f 4507/4505/26773 4508/4506/26774 4509/4507/26775 +f 4509/4507/26776 4508/4506/26777 4510/4508/26778 +f 4509/4507/26779 4510/4508/26780 3523/3523/26781 +f 3523/3523/26782 4510/4508/26783 4511/4509/26784 +f 3523/3523/26785 4511/4509/26786 4512/4510/26787 +f 4512/4510/26788 4511/4509/26789 4513/4511/26790 +f 4512/4510/26791 4513/4511/26792 4514/4512/26793 +f 4514/4512/26794 4513/4511/26795 4515/4513/26796 +f 4514/4512/26797 4515/4513/26798 3518/3518/26799 +f 3518/3518/26800 4515/4513/26801 3515/3515/26802 +f 3515/3515/26803 4515/4513/26804 4516/4514/26805 +f 3515/3515/26806 4516/4514/26807 4517/4515/26808 +f 4517/4515/26809 4516/4514/26810 4518/4516/26811 +f 4517/4515/26812 4518/4516/26813 4508/4506/26814 +f 4508/4506/26815 4518/4516/26816 4510/4508/26817 +f 4519/4517/26818 4520/4518/26819 4497/4495/26820 +f 4497/4495/26821 4520/4518/26822 4521/4519/26823 +f 4497/4495/26824 4521/4519/26825 4522/4520/26826 +f 4522/4520/26827 4521/4519/26828 4523/4521/26829 +f 4522/4520/26830 4523/4521/26831 4524/4522/26832 +f 4524/4522/26833 4523/4521/26834 4525/4523/26835 +f 4524/4522/26836 4525/4523/26837 4526/4524/26838 +f 4526/4524/26839 4525/4523/26840 4527/4525/26841 +f 4526/4524/26842 4527/4525/26843 4528/4526/26844 +f 4528/4526/26845 4527/4525/26846 4529/4527/26847 +f 4528/4526/26848 4529/4527/26849 4530/4528/26850 +f 4530/4528/26851 4529/4527/26852 4531/4529/26853 +f 4530/4528/26854 4531/4529/26855 4532/4530/26856 +f 4532/4530/26857 4531/4529/26858 4533/4531/26859 +f 4532/4530/26860 4533/4531/26861 4497/4495/26862 +f 4497/4495/26863 4533/4531/26864 4534/4532/26865 +f 4497/4495/26866 4534/4532/26867 4535/4533/26868 +f 4535/4533/26869 4534/4532/26870 4536/4534/26871 +f 4535/4533/26872 4536/4534/26873 4537/4535/26874 +f 4537/4535/26875 4536/4534/26876 4538/4536/26877 +f 4537/4535/26878 4538/4536/26879 4539/4537/26880 +f 4539/4537/26881 4538/4536/26882 3515/3515/26883 +f 4539/4537/26884 3515/3515/26885 4540/4538/26886 +f 4540/4538/26887 3515/3515/26888 4503/4501/26889 +f 4540/4538/26890 4503/4501/26891 4501/4499/26892 +f 4520/4518/26893 4519/4517/26894 4541/4539/26895 +f 4541/4539/26896 4519/4517/26897 4542/4540/26898 +f 4541/4539/26899 4542/4540/26900 4543/4541/26901 +f 4543/4541/26902 4542/4540/26903 4544/4542/26904 +f 4543/4541/26905 4544/4542/26906 4527/4525/26907 +f 3515/3515/26908 4538/4536/26909 4527/4525/26910 +f 4527/4525/26911 4538/4536/26912 4545/4543/26913 +f 4527/4525/26914 4545/4543/26915 4546/4544/26916 +f 4546/4544/26917 4545/4543/26918 4547/4545/26919 +f 4546/4544/26920 4547/4545/26921 4531/4529/26922 +f 4531/4529/26923 4547/4545/26924 4533/4531/26925 +f 3518/3518/26926 3520/3520/26927 4514/4512/26928 +f 4514/4512/26929 3520/3520/26930 4548/4546/26931 +f 4514/4512/26932 4548/4546/26933 4512/4510/26934 +f 4512/4510/26935 4548/4546/26936 3523/3523/26937 +f 3520/3520/26938 3521/3521/26939 4548/4546/26940 +f 4548/4546/26941 3521/3521/26942 3523/3523/26943 +f 4521/4519/26944 4520/4518/26945 4549/4547/26946 +f 4549/4547/26947 4520/4518/26948 4541/4539/26949 +f 4549/4547/26950 4541/4539/26951 4550/4548/26952 +f 4550/4548/26953 4541/4539/26954 4543/4541/26955 +f 4550/4548/26956 4543/4541/26957 4527/4525/26958 +f 4522/4520/26959 4551/4549/26960 4497/4495/26961 +f 4497/4495/26962 4551/4549/26963 4552/4550/26964 +f 4497/4495/26965 4552/4550/26966 4532/4530/26967 +f 4532/4530/26968 4552/4550/26969 4530/4528/26970 +f 4522/4520/26971 4524/4522/26972 4551/4549/26973 +f 4551/4549/26974 4524/4522/26975 4553/4551/26976 +f 4551/4549/26977 4553/4551/26978 4552/4550/26979 +f 4552/4550/26980 4553/4551/26981 4530/4528/26982 +f 4498/4496/26983 4497/4495/26984 4535/4533/26985 +f 4536/4534/26986 4534/4532/26987 4547/4545/26988 +f 4547/4545/26989 4534/4532/26990 4533/4531/26991 +f 4535/4533/26992 4537/4535/26993 4498/4496/26994 +f 4498/4496/26995 4537/4535/26996 4554/4552/26997 +f 4498/4496/26998 4554/4552/26999 4499/4497/27000 +f 4499/4497/27001 4554/4552/27002 4501/4499/27003 +f 4500/4498/27004 4555/4553/27005 3523/3523/27006 +f 3523/3523/27007 4555/4553/27008 4556/4554/27009 +f 3523/3523/27010 4556/4554/27011 4509/4507/27012 +f 4509/4507/27013 4556/4554/27014 4507/4505/27015 +f 4500/4498/27016 4502/4500/27017 4555/4553/27018 +f 4555/4553/27019 4502/4500/27020 4557/4555/27021 +f 4555/4553/27022 4557/4555/27023 4556/4554/27024 +f 4556/4554/27025 4557/4555/27026 4507/4505/27027 +f 4513/4511/27028 4511/4509/27029 4518/4516/27030 +f 4518/4516/27031 4511/4509/27032 4510/4508/27033 +f 4521/4519/27034 4549/4547/27035 4523/4521/27036 +f 4523/4521/27037 4549/4547/27038 4558/4556/27039 +f 4523/4521/27040 4558/4556/27041 4525/4523/27042 +f 4525/4523/27043 4558/4556/27044 4527/4525/27045 +f 4558/4556/27046 4549/4547/27047 4550/4548/27048 +f 4528/4526/27049 4530/4528/27050 4553/4551/27051 +f 4528/4526/27052 4553/4551/27053 4526/4524/27054 +f 4526/4524/27055 4553/4551/27056 4524/4522/27057 +f 4546/4544/27058 4531/4529/27059 4529/4527/27060 +f 4538/4536/27061 4536/4534/27062 4545/4543/27063 +f 4545/4543/27064 4536/4534/27065 4547/4545/27066 +f 4540/4538/27067 4501/4499/27068 4554/4552/27069 +f 4540/4538/27070 4554/4552/27071 4539/4537/27072 +f 4539/4537/27073 4554/4552/27074 4537/4535/27075 +f 4505/4503/27076 4507/4505/27077 4557/4555/27078 +f 4505/4503/27079 4557/4555/27080 4504/4502/27081 +f 4504/4502/27082 4557/4555/27083 4502/4500/27084 +f 4517/4515/27085 4508/4506/27086 4506/4504/27087 +f 4515/4513/27088 4513/4511/27089 4516/4514/27090 +f 4516/4514/27091 4513/4511/27092 4518/4516/27093 +f 4527/4525/27094 4558/4556/27095 4550/4548/27096 +f 4527/4525/27097 4546/4544/27098 4529/4527/27099 +f 3515/3515/27100 4517/4515/27101 4506/4504/27102 +f 3515/3515/27103 4527/4525/27104 3556/3556/27105 +f 3556/3556/27106 4527/4525/27107 4559/4557/27108 +f 3556/3556/27109 4559/4557/27110 3560/3560/27111 +f 3560/3560/27112 4559/4557/27113 4560/4558/27114 +f 3560/3560/27115 4560/4558/27116 3561/3561/27117 +f 3561/3561/27118 4560/4558/27119 4561/4559/27120 +f 3561/3561/27121 4561/4559/27122 3558/3558/27123 +f 3558/3558/27124 4561/4559/27125 4562/4560/27126 +f 3558/3558/27127 4562/4560/27128 3559/3559/27129 +f 3559/3559/27130 4562/4560/27131 4563/4561/27132 +f 3559/3559/27133 4563/4561/27134 3562/3562/27135 +f 3562/3562/27136 4563/4561/27137 4564/4562/27138 +f 3562/3562/27139 4564/4562/27140 3557/3557/27141 +f 3557/3557/27142 4564/4562/27143 4565/4563/27144 +f 3557/3557/27145 4565/4563/27146 3512/3512/27147 +f 3512/3512/27148 4565/4563/27149 4566/4564/27150 +f 4566/4564/27151 4567/4565/27152 3512/3512/27153 +f 3512/3512/27154 4567/4565/27155 4568/4566/27156 +f 3512/3512/27157 4568/4566/27158 4569/4567/27159 +f 4569/4567/27160 4568/4566/27161 4570/4568/27162 +f 4569/4567/27163 4570/4568/27164 4571/4569/27165 +f 4571/4569/27166 4570/4568/27167 4572/4570/27168 +f 4571/4569/27169 4572/4570/27170 4573/4571/27171 +f 4573/4571/27172 4572/4570/27173 3504/3504/27174 +f 4573/4571/27175 3504/3504/27176 4574/4572/27177 +f 4574/4572/27178 3504/3504/27179 4575/4573/27180 +f 4574/4572/27181 4575/4573/27182 4576/4574/27183 +f 4576/4574/27184 4575/4573/27185 4577/4575/27186 +f 4576/4574/27187 4577/4575/27188 4578/4576/27189 +f 4578/4576/27190 4577/4575/27191 4579/4577/27192 +f 4578/4576/27193 4579/4577/27194 3512/3512/27195 +f 3512/3512/27196 4579/4577/27197 4580/4578/27198 +f 3512/3512/27199 4580/4578/27200 4581/4579/27201 +f 4581/4579/27202 4580/4578/27203 4582/4580/27204 +f 4581/4579/27205 4582/4580/27206 4583/4581/27207 +f 4583/4581/27208 4582/4580/27209 4584/4582/27210 +f 4583/4581/27211 4584/4582/27212 3507/3507/27213 +f 3507/3507/27214 4584/4582/27215 3504/3504/27216 +f 3504/3504/27217 4584/4582/27218 4585/4583/27219 +f 3504/3504/27220 4585/4583/27221 4586/4584/27222 +f 4586/4584/27223 4585/4583/27224 4587/4585/27225 +f 4586/4584/27226 4587/4585/27227 4577/4575/27228 +f 4577/4575/27229 4587/4585/27230 4579/4577/27231 +f 4588/4586/27232 4589/4587/27233 4566/4564/27234 +f 4566/4564/27235 4589/4587/27236 4590/4588/27237 +f 4566/4564/27238 4590/4588/27239 4591/4589/27240 +f 4591/4589/27241 4590/4588/27242 4592/4590/27243 +f 4591/4589/27244 4592/4590/27245 4593/4591/27246 +f 4593/4591/27247 4592/4590/27248 4594/4592/27249 +f 4593/4591/27250 4594/4592/27251 4595/4593/27252 +f 4595/4593/27253 4594/4592/27254 4596/4594/27255 +f 4595/4593/27256 4596/4594/27257 4597/4595/27258 +f 4597/4595/27259 4596/4594/27260 4598/4596/27261 +f 4597/4595/27262 4598/4596/27263 4599/4597/27264 +f 4599/4597/27265 4598/4596/27266 4600/4598/27267 +f 4599/4597/27268 4600/4598/27269 4601/4599/27270 +f 4601/4599/27271 4600/4598/27272 4602/4600/27273 +f 4601/4599/27274 4602/4600/27275 4566/4564/27276 +f 4566/4564/27277 4602/4600/27278 4603/4601/27279 +f 4566/4564/27280 4603/4601/27281 4604/4602/27282 +f 4604/4602/27283 4603/4601/27284 4605/4603/27285 +f 4604/4602/27286 4605/4603/27287 4606/4604/27288 +f 4606/4604/27289 4605/4603/27290 4607/4605/27291 +f 4606/4604/27292 4607/4605/27293 4608/4606/27294 +f 4608/4606/27295 4607/4605/27296 3504/3504/27297 +f 4608/4606/27298 3504/3504/27299 4609/4607/27300 +f 4609/4607/27301 3504/3504/27302 4572/4570/27303 +f 4609/4607/27304 4572/4570/27305 4570/4568/27306 +f 4589/4587/27307 4588/4586/27308 4610/4608/27309 +f 4610/4608/27310 4588/4586/27311 4611/4609/27312 +f 4610/4608/27313 4611/4609/27314 4612/4610/27315 +f 4612/4610/27316 4611/4609/27317 4613/4611/27318 +f 4612/4610/27319 4613/4611/27320 4596/4594/27321 +f 3504/3504/27322 4607/4605/27323 4596/4594/27324 +f 4596/4594/27325 4607/4605/27326 4614/4612/27327 +f 4596/4594/27328 4614/4612/27329 4615/4613/27330 +f 4615/4613/27331 4614/4612/27332 4616/4614/27333 +f 4615/4613/27334 4616/4614/27335 4600/4598/27336 +f 4600/4598/27337 4616/4614/27338 4602/4600/27339 +f 3507/3507/27340 3509/3509/27341 4583/4581/27342 +f 4583/4581/27343 3509/3509/27344 4617/4615/27345 +f 4583/4581/27346 4617/4615/27347 4581/4579/27348 +f 4581/4579/27349 4617/4615/27350 3512/3512/27351 +f 3509/3509/27352 3510/3510/27353 4617/4615/27354 +f 4617/4615/27355 3510/3510/27356 3512/3512/27357 +f 4590/4588/27358 4589/4587/27359 4618/4616/27360 +f 4618/4616/27361 4589/4587/27362 4610/4608/27363 +f 4618/4616/27364 4610/4608/27365 4619/4617/27366 +f 4619/4617/27367 4610/4608/27368 4612/4610/27369 +f 4619/4617/27370 4612/4610/27371 4596/4594/27372 +f 4591/4589/27373 4620/4618/27374 4566/4564/27375 +f 4566/4564/27376 4620/4618/27377 4621/4619/27378 +f 4566/4564/27379 4621/4619/27380 4601/4599/27381 +f 4601/4599/27382 4621/4619/27383 4599/4597/27384 +f 4591/4589/27385 4593/4591/27386 4620/4618/27387 +f 4620/4618/27388 4593/4591/27389 4622/4620/27390 +f 4620/4618/27391 4622/4620/27392 4621/4619/27393 +f 4621/4619/27394 4622/4620/27395 4599/4597/27396 +f 4567/4565/27397 4566/4564/27398 4604/4602/27399 +f 4605/4603/27400 4603/4601/27401 4616/4614/27402 +f 4616/4614/27403 4603/4601/27404 4602/4600/27405 +f 4604/4602/27406 4606/4604/27407 4567/4565/27408 +f 4567/4565/27409 4606/4604/27410 4623/4621/27411 +f 4567/4565/27412 4623/4621/27413 4568/4566/27414 +f 4568/4566/27415 4623/4621/27416 4570/4568/27417 +f 4569/4567/27418 4624/4622/27419 3512/3512/27420 +f 3512/3512/27421 4624/4622/27422 4625/4623/27423 +f 3512/3512/27424 4625/4623/27425 4578/4576/27426 +f 4578/4576/27427 4625/4623/27428 4576/4574/27429 +f 4569/4567/27430 4571/4569/27431 4624/4622/27432 +f 4624/4622/27433 4571/4569/27434 4626/4624/27435 +f 4624/4622/27436 4626/4624/27437 4625/4623/27438 +f 4625/4623/27439 4626/4624/27440 4576/4574/27441 +f 4582/4580/27442 4580/4578/27443 4587/4585/27444 +f 4587/4585/27445 4580/4578/27446 4579/4577/27447 +f 4590/4588/27448 4618/4616/27449 4592/4590/27450 +f 4592/4590/27451 4618/4616/27452 4627/4625/27453 +f 4592/4590/27454 4627/4625/27455 4594/4592/27456 +f 4594/4592/27457 4627/4625/27458 4596/4594/27459 +f 4627/4625/27460 4618/4616/27461 4619/4617/27462 +f 4597/4595/27463 4599/4597/27464 4622/4620/27465 +f 4597/4595/27466 4622/4620/27467 4595/4593/27468 +f 4595/4593/27469 4622/4620/27470 4593/4591/27471 +f 4615/4613/27472 4600/4598/27473 4598/4596/27474 +f 4607/4605/27475 4605/4603/27476 4614/4612/27477 +f 4614/4612/27478 4605/4603/27479 4616/4614/27480 +f 4609/4607/27481 4570/4568/27482 4623/4621/27483 +f 4609/4607/27484 4623/4621/27485 4608/4606/27486 +f 4608/4606/27487 4623/4621/27488 4606/4604/27489 +f 4574/4572/27490 4576/4574/27491 4626/4624/27492 +f 4574/4572/27493 4626/4624/27494 4573/4571/27495 +f 4573/4571/27496 4626/4624/27497 4571/4569/27498 +f 4586/4584/27499 4577/4575/27500 4575/4573/27501 +f 4584/4582/27502 4582/4580/27503 4585/4583/27504 +f 4585/4583/27505 4582/4580/27506 4587/4585/27507 +f 4596/4594/27508 4627/4625/27509 4619/4617/27510 +f 4596/4594/27511 4615/4613/27512 4598/4596/27513 +f 3504/3504/27514 4586/4584/27515 4575/4573/27516 +f 3504/3504/27517 4596/4594/27518 3545/3545/27519 +f 3545/3545/27520 4596/4594/27521 4628/4626/27522 +f 3545/3545/27523 4628/4626/27524 3547/3547/27525 +f 3547/3547/27526 4628/4626/27527 4629/4627/27528 +f 3547/3547/27529 4629/4627/27530 3546/3546/27531 +f 3546/3546/27532 4629/4627/27533 4630/4628/27534 +f 3546/3546/27535 4630/4628/27536 3544/3544/27537 +f 3544/3544/27538 4630/4628/27539 4631/4629/27540 +f 3544/3544/27541 4631/4629/27542 3543/3543/27543 +f 3543/3543/27544 4631/4629/27545 4632/4630/27546 +f 3543/3543/27547 4632/4630/27548 3541/3541/27549 +f 3541/3541/27550 4632/4630/27551 4357/4355/27552 +f 4356/4631/27553 4428/4426/27554 4427/4425/27555 +f 4356/4631/27556 4427/4425/27557 4421/4419/27558 +f 4356/4631/27559 4421/4419/27560 4389/4387/27561 +f 4428/4426/27562 4356/4631/27563 4389/4387/27564 +f 3592/3591/27565 4406/4404/27566 3590/3589/27567 +f 3590/3589/27568 4406/4404/27569 4404/4402/27570 +f 3590/3589/27571 4404/4402/27572 4381/4379/27573 +f 4406/4404/27574 3592/3591/27575 4389/4387/27576 +f 4389/4387/27577 3592/3591/27578 3594/3593/27579 +f 4389/4387/27580 3594/3593/27581 3596/3595/27582 +f 4389/4387/27583 3596/3595/27584 4428/4426/27585 +f 4428/4426/27586 3596/3595/27587 3598/3597/27588 +f 4428/4426/27589 3598/3597/27590 3600/3599/27591 +f 4428/4426/27592 3600/3599/27593 4450/4448/27594 +f 4450/4448/27595 3600/3599/27596 3602/3601/27597 +f 4450/4448/27598 3602/3601/27599 4473/4471/27600 +f 4473/4471/27601 3602/3601/27602 4475/4473/27603 +f 4475/4473/27604 3602/3601/27605 3604/3603/27606 +f 4475/4473/27607 3604/3603/27608 4458/4456/27609 +f 4458/4456/27610 3604/3603/27611 3606/3605/27612 +f 4458/4456/27613 3606/3605/27614 3608/3607/27615 +f 4458/4456/27616 3608/3607/27617 4497/4495/27618 +f 4497/4495/27619 3608/3607/27620 3610/3609/27621 +f 4497/4495/27622 3610/3609/27623 3612/3611/27624 +f 4497/4495/27625 3612/3611/27626 4519/4517/27627 +f 4519/4517/27628 3612/3611/27629 3614/3613/27630 +f 4519/4517/27631 3614/3613/27632 4542/4540/27633 +f 4542/4540/27634 3614/3613/27635 4544/4542/27636 +f 4544/4542/27637 3614/3613/27638 3616/3615/27639 +f 4544/4542/27640 3616/3615/27641 4527/4525/27642 +f 4527/4525/27643 3616/3615/27644 3618/3617/27645 +f 4527/4525/27646 3618/3617/27647 3620/3619/27648 +f 4527/4525/27649 3620/3619/27650 4566/4564/27651 +f 4566/4564/27652 3620/3619/27653 3622/3621/27654 +f 4566/4564/27655 3622/3621/27656 3624/3623/27657 +f 4566/4564/27658 3624/3623/27659 4588/4586/27660 +f 4588/4586/27661 3624/3623/27662 3626/3625/27663 +f 4588/4586/27664 3626/3625/27665 4611/4609/27666 +f 4611/4609/27667 3626/3625/27668 4613/4611/27669 +f 4613/4611/27670 3626/3625/27671 3628/3627/27672 +f 4613/4611/27673 3628/3627/27674 4596/4594/27675 +f 4596/4594/27676 3628/3627/27677 3630/3629/27678 +f 4596/4594/27679 3630/3629/27680 3632/3631/27681 +f 4596/4594/27682 3632/3631/27683 4359/4357/27684 +f 4359/4357/27685 3632/3631/27686 3634/3633/27687 +f 4359/4357/27688 3634/3633/27689 3588/3587/27690 +f 4359/4357/27691 3588/3587/27692 4381/4379/27693 +f 4381/4379/27694 3588/3587/27695 3590/3589/27696 +f 3563/4632/27697 4497/4495/27698 4496/4494/27699 +f 3563/4632/27700 4496/4494/27701 4490/4488/27702 +f 4490/4488/27703 4496/4494/27704 4493/4491/27705 +f 4490/4488/27706 4493/4491/27707 4492/4490/27708 +f 4497/4495/27709 3563/4632/27710 4458/4456/27711 +f 4458/4456/27712 3563/4632/27713 4490/4488/27714 +f 4357/4355/27715 4632/4630/27716 4358/4356/27717 +f 4358/4356/27718 4632/4630/27719 4631/4629/27720 +f 4358/4356/27721 4631/4629/27722 4628/4626/27723 +f 4628/4626/27724 4631/4629/27725 4630/4628/27726 +f 4628/4626/27727 4630/4628/27728 4629/4627/27729 +f 4628/4626/27730 4596/4594/27731 4358/4356/27732 +f 4358/4356/27733 4596/4594/27734 4359/4357/27735 +f 4527/4525/27736 4566/4564/27737 4559/4557/27738 +f 4559/4557/27739 4566/4564/27740 4565/4563/27741 +f 4559/4557/27742 4565/4563/27743 4562/4560/27744 +f 4562/4560/27745 4565/4563/27746 4563/4561/27747 +f 4563/4561/27748 4565/4563/27749 4564/4562/27750 +f 4562/4560/27751 4561/4559/27752 4559/4557/27753 +f 4559/4557/27754 4561/4559/27755 4560/4558/27756 +f 4495/4493/27757 4494/4492/27758 4496/4494/27759 +f 4496/4494/27760 4494/4492/27761 4493/4491/27762 +f 4492/4490/27763 4491/4489/27764 4490/4488/27765 +f 4426/4424/27766 4425/4423/27767 4427/4425/27768 +f 4427/4425/27769 4425/4423/27770 4424/4422/27771 +f 4427/4425/27772 4424/4422/27773 4421/4419/27774 +f 4421/4419/27775 4424/4422/27776 4423/4421/27777 +f 4421/4419/27778 4423/4421/27779 4422/4420/27780 +f 4633/4633/27781 4634/4634/27782 4635/4635/27783 +f 4635/4635/27784 4634/4634/27785 4636/4636/27786 +f 4635/4635/27787 4636/4636/27788 4637/4637/27789 +f 4637/4637/27790 4636/4636/27791 4638/4638/27792 +f 4637/4637/27793 4638/4638/27794 4639/4639/27795 +f 4639/4639/27796 4638/4638/27797 4640/4640/27798 +f 4633/4633/27799 4641/4641/27800 4634/4634/27801 +f 4634/4634/27802 4641/4641/27803 4642/4642/27804 +f 4635/4635/27805 4639/4639/27806 4633/4633/27807 +f 4633/4633/27808 4639/4639/27809 4643/4643/27810 +f 4633/4633/27811 4643/4643/27812 4644/4644/27813 +f 4635/4635/27814 4637/4637/27815 4639/4639/27816 +f 4639/4639/27817 4645/4645/27818 4643/4643/27819 +f 4643/4643/27820 4645/4645/27821 4646/4646/27822 +f 4646/4646/27823 4645/4645/27824 4647/4647/27825 +f 4647/4647/27826 4645/4645/27827 4648/4648/27828 +f 4648/4648/27829 4645/4645/27830 4649/4649/27831 +f 4649/4649/27832 4645/4645/27833 4650/4650/27834 +f 4633/4633/27835 4644/4644/27836 4651/4651/27837 +f 4651/4651/27838 4644/4644/27839 4652/4652/27840 +f 4651/4651/27841 4652/4652/27842 4653/4653/27843 +f 4651/4651/27844 4654/4654/27845 4633/4633/27846 +f 4633/4633/27847 4654/4654/27848 4655/4655/27849 +f 4633/4633/27850 4655/4655/27851 4641/4641/27852 +f 4641/4641/27853 4655/4655/27854 4656/4656/27855 +f 4641/4641/27856 4656/4656/27857 4657/4657/27858 +f 4641/4641/27859 4657/4657/27860 4658/4658/27861 +f 4658/4658/27862 4657/4657/27863 4659/4659/27864 +f 4658/4658/27865 4659/4659/27866 4660/4660/27867 +f 4660/4660/27868 4661/4661/27869 4658/4658/27870 +f 4658/4658/27871 4661/4661/27872 4662/4662/27873 +f 4662/4662/27874 4661/4661/27875 4663/4663/27876 +f 4662/4662/27877 4663/4663/27878 4664/4664/27879 +f 4665/4665/27880 4666/4666/27881 4664/4664/27882 +f 4664/4664/27883 4666/4666/27884 4667/4667/27885 +f 4664/4664/27886 4667/4667/27887 4662/4662/27888 +f 4662/4662/27889 4667/4667/27890 4668/4668/27891 +f 4662/4662/27892 4668/4668/27893 4669/4669/27894 +f 4669/4669/27895 4668/4668/27896 4670/4670/27897 +f 4670/4670/27898 4668/4668/27899 4671/4671/27900 +f 4670/4670/27901 4671/4671/27902 4672/4672/27903 +f 4672/4672/27904 4673/4673/27905 4670/4670/27906 +f 4670/4670/27907 4673/4673/27908 4674/4674/27909 +f 4670/4670/27910 4674/4674/27911 4675/4675/27912 +f 4676/4676/27913 4677/4677/27914 4669/4669/27915 +f 4669/4669/27916 4677/4677/27917 4662/4662/27918 +f 4641/4641/27919 4658/4658/27920 4678/4678/27921 +f 4678/4678/27922 4658/4658/27923 4679/4679/27924 +f 4678/4678/27925 4679/4679/27926 4680/4680/27927 +f 4680/4680/27928 4679/4679/27929 4681/4681/27930 +f 4680/4680/27931 4681/4681/27932 4682/4682/27933 +f 4680/4680/27934 4682/4682/27935 4683/4683/27936 +f 4683/4683/27937 4682/4682/27938 4684/4684/27939 +f 4683/4683/27940 4684/4684/27941 4685/4685/27942 +f 4685/4685/27943 4684/4684/27944 4686/4686/27945 +f 4686/4686/27946 4684/4684/27947 4687/4687/27948 +f 4686/4686/27949 4687/4687/27950 4688/4688/27951 +f 4686/4686/27952 4688/4688/27953 4689/4689/27954 +f 4689/4689/27955 4688/4688/27956 4690/4690/27957 +f 4689/4689/27958 4690/4690/27959 4691/4691/27960 +f 4691/4691/27961 4690/4690/27962 4692/4692/27963 +f 4691/4691/27964 4692/4692/27965 4693/4693/27966 +f 4694/4694/27967 4695/4695/27968 4690/4690/27969 +f 4690/4690/27970 4695/4695/27971 4696/4696/27972 +f 4690/4690/27973 4696/4696/27974 4697/4697/27975 +f 4698/4698/27976 4699/4699/27977 4694/4694/27978 +f 4694/4694/27979 4699/4699/27980 4700/4700/27981 +f 4694/4694/27982 4700/4700/27983 4701/4701/27984 +f 4698/4698/27985 4702/4702/27986 4699/4699/27987 +f 4699/4699/27988 4703/4703/27989 4700/4700/27990 +f 4700/4700/27991 4703/4703/27992 4704/4704/27993 +f 4704/4704/27994 4703/4703/27995 4705/4705/27996 +f 4705/4705/27997 4703/4703/27998 4706/4706/27999 +f 4706/4706/28000 4703/4703/28001 4707/4707/28002 +f 4707/4707/28003 4703/4703/28004 4708/4708/28005 +f 4694/4694/28006 4701/4701/28007 4709/4709/28008 +f 4709/4709/28009 4701/4701/28010 4710/4710/28011 +f 4709/4709/28012 4710/4710/28013 4711/4711/28014 +f 4709/4709/28015 4712/4712/28016 4694/4694/28017 +f 4694/4694/28018 4712/4712/28019 4695/4695/28020 +f 4697/4697/28021 4692/4692/28022 4690/4690/28023 +f 4693/4693/28024 4713/4713/28025 4691/4691/28026 +f 4691/4691/28027 4713/4713/28028 4714/4714/28029 +f 4714/4714/28030 4713/4713/28031 4715/4715/28032 +f 4714/4714/28033 4715/4715/28034 4716/4716/28035 +f 4717/4717/28036 4718/4718/28037 4716/4716/28038 +f 4716/4716/28039 4718/4718/28040 4719/4719/28041 +f 4716/4716/28042 4719/4719/28043 4714/4714/28044 +f 4714/4714/28045 4719/4719/28046 4720/4720/28047 +f 4714/4714/28048 4720/4720/28049 4721/4721/28050 +f 4721/4721/28051 4720/4720/28052 4722/4722/28053 +f 4722/4722/28054 4720/4720/28055 4723/4723/28056 +f 4722/4722/28057 4723/4723/28058 4724/4724/28059 +f 4724/4724/28060 4725/4725/28061 4722/4722/28062 +f 4722/4722/28063 4725/4725/28064 4726/4726/28065 +f 4722/4722/28066 4726/4726/28067 4727/4727/28068 +f 4728/4728/28069 4729/4729/28070 4721/4721/28071 +f 4721/4721/28072 4729/4729/28073 4714/4714/28074 +f 4642/4642/28075 4641/4641/28076 4730/4730/28077 +f 4730/4730/28078 4641/4641/28079 4678/4678/28080 +f 4730/4730/28081 4678/4678/28082 4731/4731/28083 +f 4731/4731/28084 4678/4678/28085 4680/4680/28086 +f 4731/4731/28087 4680/4680/28088 4732/4732/28089 +f 4732/4732/28090 4680/4680/28091 4683/4683/28092 +f 4683/4683/28093 4685/4685/28094 4732/4732/28095 +f 4732/4732/28096 4685/4685/28097 4733/4733/28098 +f 4645/4645/28099 4734/4734/28100 4650/4650/28101 +f 4650/4650/28102 4734/4734/28103 4735/4735/28104 +f 4650/4650/28105 4735/4735/28106 4649/4649/28107 +f 4649/4649/28108 4735/4735/28109 4736/4736/28110 +f 4649/4649/28111 4736/4736/28112 4648/4648/28113 +f 4648/4648/28114 4736/4736/28115 4737/4737/28116 +f 4648/4648/28117 4737/4737/28118 4647/4647/28119 +f 4647/4647/28120 4737/4737/28121 4738/4738/28122 +f 4647/4647/28123 4738/4738/28124 4646/4646/28125 +f 4646/4646/28126 4738/4738/28127 4739/4739/28128 +f 4646/4646/28129 4739/4739/28130 4643/4643/28131 +f 4643/4643/28132 4739/4739/28133 4740/4740/28134 +f 4740/4740/28135 4741/4741/28136 4643/4643/28137 +f 4643/4643/28138 4741/4741/28139 4644/4644/28140 +f 4638/4638/28141 4636/4636/28142 4640/4640/28143 +f 4640/4640/28144 4636/4636/28145 4634/4634/28146 +f 4640/4640/28147 4634/4634/28148 4740/4740/28149 +f 4740/4740/28150 4634/4634/28151 4741/4741/28152 +f 4741/4741/28153 4634/4634/28154 4742/4742/28155 +f 4741/4741/28156 4742/4742/28157 4743/4743/28158 +f 4743/4743/28159 4742/4742/28160 4744/4744/28161 +f 4642/4642/28162 4745/4745/28163 4634/4634/28164 +f 4634/4634/28165 4745/4745/28166 4746/4746/28167 +f 4634/4634/28168 4746/4746/28169 4742/4742/28170 +f 4730/4730/28171 4747/4747/28172 4642/4642/28173 +f 4642/4642/28174 4747/4747/28175 4748/4748/28176 +f 4642/4642/28177 4748/4748/28178 4749/4749/28179 +f 4747/4747/28180 4730/4730/28181 4750/4750/28182 +f 4750/4750/28183 4730/4730/28184 4731/4731/28185 +f 4750/4750/28186 4731/4731/28187 4751/4751/28188 +f 4751/4751/28189 4731/4731/28190 4752/4752/28191 +f 4752/4752/28192 4731/4731/28193 4732/4732/28194 +f 4752/4752/28195 4732/4732/28196 4733/4733/28197 +f 4752/4752/28198 4733/4733/28199 4753/4753/28200 +f 4753/4753/28201 4733/4733/28202 4754/4754/28203 +f 4753/4753/28204 4754/4754/28205 4755/4755/28206 +f 4755/4755/28207 4754/4754/28208 4756/4756/28209 +f 4756/4756/28210 4754/4754/28211 4757/4757/28212 +f 4756/4756/28213 4757/4757/28214 4758/4758/28215 +f 4758/4758/28216 4757/4757/28217 4759/4759/28218 +f 4758/4758/28219 4759/4759/28220 4760/4760/28221 +f 4760/4760/28222 4759/4759/28223 4761/4761/28224 +f 4761/4761/28225 4759/4759/28226 4762/4762/28227 +f 4762/4762/28228 4759/4759/28229 4763/4763/28230 +f 4762/4762/28231 4763/4763/28232 4764/4764/28233 +f 4764/4764/28234 4763/4763/28235 4765/4765/28236 +f 4765/4765/28237 4763/4763/28238 4766/4766/28239 +f 4765/4765/28240 4766/4766/28241 4767/4767/28242 +f 4768/4768/28243 4769/4769/28244 4763/4763/28245 +f 4763/4763/28246 4769/4769/28247 4770/4770/28248 +f 4763/4763/28249 4770/4770/28250 4766/4766/28251 +f 4768/4768/28252 4771/4771/28253 4769/4769/28254 +f 4769/4769/28255 4772/4772/28256 4770/4770/28257 +f 4770/4770/28258 4772/4772/28259 4773/4773/28260 +f 4773/4773/28261 4772/4772/28262 4774/4774/28263 +f 4774/4774/28264 4772/4772/28265 4775/4775/28266 +f 4775/4775/28267 4772/4772/28268 4776/4776/28269 +f 4776/4776/28270 4772/4772/28271 4777/4777/28272 +f 4767/4767/28273 4778/4778/28274 4765/4765/28275 +f 4760/4760/28276 4779/4779/28277 4758/4758/28278 +f 4758/4758/28279 4779/4779/28280 4780/4780/28281 +f 4758/4758/28282 4780/4780/28283 4781/4781/28284 +f 4758/4758/28285 4781/4781/28286 4782/4782/28287 +f 4782/4782/28288 4781/4781/28289 4783/4783/28290 +f 4782/4782/28291 4783/4783/28292 4784/4784/28293 +f 4785/4785/28294 4786/4786/28295 4784/4784/28296 +f 4784/4784/28297 4786/4786/28298 4787/4787/28299 +f 4784/4784/28300 4787/4787/28301 4782/4782/28302 +f 4782/4782/28303 4787/4787/28304 4788/4788/28305 +f 4782/4782/28306 4788/4788/28307 4789/4789/28308 +f 4789/4789/28309 4788/4788/28310 4790/4790/28311 +f 4790/4790/28312 4788/4788/28313 4791/4791/28314 +f 4790/4790/28315 4791/4791/28316 4792/4792/28317 +f 4792/4792/28318 4793/4793/28319 4790/4790/28320 +f 4790/4790/28321 4793/4793/28322 4794/4794/28323 +f 4790/4790/28324 4794/4794/28325 4795/4795/28326 +f 4796/4796/28327 4797/4797/28328 4789/4789/28329 +f 4789/4789/28330 4797/4797/28331 4782/4782/28332 +f 4798/4798/28333 4799/4799/28334 4747/4747/28335 +f 4747/4747/28336 4799/4799/28337 4800/4800/28338 +f 4747/4747/28339 4800/4800/28340 4801/4801/28341 +f 4802/4802/28342 4803/4803/28343 4798/4798/28344 +f 4798/4798/28345 4803/4803/28346 4804/4804/28347 +f 4798/4798/28348 4804/4804/28349 4805/4805/28350 +f 4802/4802/28351 4806/4806/28352 4803/4803/28353 +f 4803/4803/28354 4807/4807/28355 4804/4804/28356 +f 4804/4804/28357 4807/4807/28358 4808/4808/28359 +f 4808/4808/28360 4807/4807/28361 4809/4809/28362 +f 4809/4809/28363 4807/4807/28364 4810/4810/28365 +f 4810/4810/28366 4807/4807/28367 4811/4811/28368 +f 4811/4811/28369 4807/4807/28370 4812/4812/28371 +f 4798/4798/28372 4805/4805/28373 4813/4813/28374 +f 4813/4813/28375 4805/4805/28376 4814/4814/28377 +f 4813/4813/28378 4814/4814/28379 4815/4815/28380 +f 4813/4813/28381 4816/4816/28382 4798/4798/28383 +f 4798/4798/28384 4816/4816/28385 4799/4799/28386 +f 4801/4801/28387 4748/4748/28388 4747/4747/28389 +f 4749/4749/28390 4745/4745/28391 4642/4642/28392 +f 4640/4640/28393 4740/4740/28394 4734/4734/28395 +f 4734/4734/28396 4740/4740/28397 4739/4739/28398 +f 4734/4734/28399 4739/4739/28400 4738/4738/28401 +f 4738/4738/28402 4737/4737/28403 4734/4734/28404 +f 4734/4734/28405 4737/4737/28406 4736/4736/28407 +f 4734/4734/28408 4736/4736/28409 4735/4735/28410 +f 4644/4644/28411 4741/4741/28412 4652/4652/28413 +f 4652/4652/28414 4741/4741/28415 4743/4743/28416 +f 4652/4652/28417 4743/4743/28418 4653/4653/28419 +f 4653/4653/28420 4743/4743/28421 4744/4744/28422 +f 4653/4653/28423 4744/4744/28424 4651/4651/28425 +f 4651/4651/28426 4744/4744/28427 4742/4742/28428 +f 4742/4742/28429 4746/4746/28430 4651/4651/28431 +f 4651/4651/28432 4746/4746/28433 4654/4654/28434 +f 4748/4748/28435 4657/4657/28436 4749/4749/28437 +f 4749/4749/28438 4657/4657/28439 4656/4656/28440 +f 4749/4749/28441 4656/4656/28442 4745/4745/28443 +f 4745/4745/28444 4656/4656/28445 4655/4655/28446 +f 4745/4745/28447 4655/4655/28448 4746/4746/28449 +f 4746/4746/28450 4655/4655/28451 4654/4654/28452 +f 4816/4816/28453 4663/4663/28454 4799/4799/28455 +f 4799/4799/28456 4663/4663/28457 4661/4661/28458 +f 4799/4799/28459 4661/4661/28460 4800/4800/28461 +f 4800/4800/28462 4661/4661/28463 4660/4660/28464 +f 4800/4800/28465 4660/4660/28466 4801/4801/28467 +f 4801/4801/28468 4660/4660/28469 4659/4659/28470 +f 4748/4748/28471 4801/4801/28472 4657/4657/28473 +f 4657/4657/28474 4801/4801/28475 4659/4659/28476 +f 4664/4664/28477 4813/4813/28478 4665/4665/28479 +f 4665/4665/28480 4813/4813/28481 4815/4815/28482 +f 4665/4665/28483 4815/4815/28484 4666/4666/28485 +f 4666/4666/28486 4815/4815/28487 4814/4814/28488 +f 4666/4666/28489 4814/4814/28490 4667/4667/28491 +f 4667/4667/28492 4814/4814/28493 4805/4805/28494 +f 4816/4816/28495 4813/4813/28496 4663/4663/28497 +f 4663/4663/28498 4813/4813/28499 4664/4664/28500 +f 4668/4668/28501 4804/4804/28502 4671/4671/28503 +f 4671/4671/28504 4804/4804/28505 4808/4808/28506 +f 4671/4671/28507 4808/4808/28508 4672/4672/28509 +f 4672/4672/28510 4808/4808/28511 4809/4809/28512 +f 4672/4672/28513 4809/4809/28514 4673/4673/28515 +f 4673/4673/28516 4809/4809/28517 4810/4810/28518 +f 4673/4673/28519 4810/4810/28520 4674/4674/28521 +f 4674/4674/28522 4810/4810/28523 4811/4811/28524 +f 4674/4674/28525 4811/4811/28526 4675/4675/28527 +f 4675/4675/28528 4811/4811/28529 4812/4812/28530 +f 4675/4675/28531 4812/4812/28532 4670/4670/28533 +f 4670/4670/28534 4812/4812/28535 4807/4807/28536 +f 4807/4807/28537 4803/4803/28538 4670/4670/28539 +f 4670/4670/28540 4803/4803/28541 4669/4669/28542 +f 4669/4669/28543 4803/4803/28544 4676/4676/28545 +f 4676/4676/28546 4803/4803/28547 4806/4806/28548 +f 4676/4676/28549 4806/4806/28550 4677/4677/28551 +f 4677/4677/28552 4806/4806/28553 4802/4802/28554 +f 4677/4677/28555 4802/4802/28556 4662/4662/28557 +f 4662/4662/28558 4802/4802/28559 4798/4798/28560 +f 4798/4798/28561 4747/4747/28562 4662/4662/28563 +f 4662/4662/28564 4747/4747/28565 4658/4658/28566 +f 4752/4752/28567 4682/4682/28568 4751/4751/28569 +f 4751/4751/28570 4682/4682/28571 4681/4681/28572 +f 4751/4751/28573 4681/4681/28574 4750/4750/28575 +f 4750/4750/28576 4681/4681/28577 4679/4679/28578 +f 4750/4750/28579 4679/4679/28580 4747/4747/28581 +f 4747/4747/28582 4679/4679/28583 4658/4658/28584 +f 4758/4758/28585 4690/4690/28586 4756/4756/28587 +f 4756/4756/28588 4690/4690/28589 4688/4688/28590 +f 4756/4756/28591 4688/4688/28592 4755/4755/28593 +f 4755/4755/28594 4688/4688/28595 4687/4687/28596 +f 4755/4755/28597 4687/4687/28598 4753/4753/28599 +f 4753/4753/28600 4687/4687/28601 4684/4684/28602 +f 4752/4752/28603 4753/4753/28604 4682/4682/28605 +f 4682/4682/28606 4753/4753/28607 4684/4684/28608 +f 4694/4694/28609 4782/4782/28610 4698/4698/28611 +f 4698/4698/28612 4782/4782/28613 4797/4797/28614 +f 4698/4698/28615 4797/4797/28616 4702/4702/28617 +f 4702/4702/28618 4797/4797/28619 4796/4796/28620 +f 4702/4702/28621 4796/4796/28622 4699/4699/28623 +f 4699/4699/28624 4796/4796/28625 4789/4789/28626 +f 4758/4758/28627 4782/4782/28628 4690/4690/28629 +f 4690/4690/28630 4782/4782/28631 4694/4694/28632 +f 4703/4703/28633 4790/4790/28634 4708/4708/28635 +f 4708/4708/28636 4790/4790/28637 4795/4795/28638 +f 4708/4708/28639 4795/4795/28640 4707/4707/28641 +f 4707/4707/28642 4795/4795/28643 4794/4794/28644 +f 4707/4707/28645 4794/4794/28646 4706/4706/28647 +f 4706/4706/28648 4794/4794/28649 4793/4793/28650 +f 4706/4706/28651 4793/4793/28652 4705/4705/28653 +f 4705/4705/28654 4793/4793/28655 4792/4792/28656 +f 4705/4705/28657 4792/4792/28658 4704/4704/28659 +f 4704/4704/28660 4792/4792/28661 4791/4791/28662 +f 4704/4704/28663 4791/4791/28664 4700/4700/28665 +f 4700/4700/28666 4791/4791/28667 4788/4788/28668 +f 4788/4788/28669 4787/4787/28670 4700/4700/28671 +f 4700/4700/28672 4787/4787/28673 4701/4701/28674 +f 4701/4701/28675 4787/4787/28676 4710/4710/28677 +f 4710/4710/28678 4787/4787/28679 4786/4786/28680 +f 4710/4710/28681 4786/4786/28682 4711/4711/28683 +f 4711/4711/28684 4786/4786/28685 4785/4785/28686 +f 4711/4711/28687 4785/4785/28688 4709/4709/28689 +f 4709/4709/28690 4785/4785/28691 4784/4784/28692 +f 4784/4784/28693 4783/4783/28694 4709/4709/28695 +f 4709/4709/28696 4783/4783/28697 4712/4712/28698 +f 4779/4779/28699 4697/4697/28700 4780/4780/28701 +f 4780/4780/28702 4697/4697/28703 4696/4696/28704 +f 4780/4780/28705 4696/4696/28706 4781/4781/28707 +f 4781/4781/28708 4696/4696/28709 4695/4695/28710 +f 4781/4781/28711 4695/4695/28712 4783/4783/28713 +f 4783/4783/28714 4695/4695/28715 4712/4712/28716 +f 4764/4764/28717 4715/4715/28718 4762/4762/28719 +f 4762/4762/28720 4715/4715/28721 4713/4713/28722 +f 4762/4762/28723 4713/4713/28724 4761/4761/28725 +f 4761/4761/28726 4713/4713/28727 4693/4693/28728 +f 4761/4761/28729 4693/4693/28730 4760/4760/28731 +f 4760/4760/28732 4693/4693/28733 4692/4692/28734 +f 4779/4779/28735 4760/4760/28736 4697/4697/28737 +f 4697/4697/28738 4760/4760/28739 4692/4692/28740 +f 4716/4716/28741 4765/4765/28742 4717/4717/28743 +f 4717/4717/28744 4765/4765/28745 4778/4778/28746 +f 4717/4717/28747 4778/4778/28748 4718/4718/28749 +f 4718/4718/28750 4778/4778/28751 4767/4767/28752 +f 4718/4718/28753 4767/4767/28754 4719/4719/28755 +f 4719/4719/28756 4767/4767/28757 4766/4766/28758 +f 4766/4766/28759 4770/4770/28760 4719/4719/28761 +f 4719/4719/28762 4770/4770/28763 4720/4720/28764 +f 4720/4720/28765 4770/4770/28766 4723/4723/28767 +f 4723/4723/28768 4770/4770/28769 4773/4773/28770 +f 4723/4723/28771 4773/4773/28772 4724/4724/28773 +f 4724/4724/28774 4773/4773/28775 4774/4774/28776 +f 4724/4724/28777 4774/4774/28778 4725/4725/28779 +f 4725/4725/28780 4774/4774/28781 4775/4775/28782 +f 4725/4725/28783 4775/4775/28784 4726/4726/28785 +f 4726/4726/28786 4775/4775/28787 4776/4776/28788 +f 4726/4726/28789 4776/4776/28790 4727/4727/28791 +f 4727/4727/28792 4776/4776/28793 4777/4777/28794 +f 4727/4727/28795 4777/4777/28796 4722/4722/28797 +f 4722/4722/28798 4777/4777/28799 4772/4772/28800 +f 4772/4772/28801 4769/4769/28802 4722/4722/28803 +f 4722/4722/28804 4769/4769/28805 4721/4721/28806 +f 4721/4721/28807 4769/4769/28808 4728/4728/28809 +f 4728/4728/28810 4769/4769/28811 4771/4771/28812 +f 4728/4728/28813 4771/4771/28814 4729/4729/28815 +f 4729/4729/28816 4771/4771/28817 4768/4768/28818 +f 4729/4729/28819 4768/4768/28820 4714/4714/28821 +f 4714/4714/28822 4768/4768/28823 4763/4763/28824 +f 4733/4733/28825 4685/4685/28826 4754/4754/28827 +f 4754/4754/28828 4685/4685/28829 4686/4686/28830 +f 4754/4754/28831 4686/4686/28832 4757/4757/28833 +f 4757/4757/28834 4686/4686/28835 4689/4689/28836 +f 4757/4757/28837 4689/4689/28838 4759/4759/28839 +f 4759/4759/28840 4689/4689/28841 4691/4691/28842 +f 4763/4763/28843 4759/4759/28844 4714/4714/28845 +f 4714/4714/28846 4759/4759/28847 4691/4691/28848 +f 4805/4805/28849 4804/4804/28850 4667/4667/28851 +f 4667/4667/28852 4804/4804/28853 4668/4668/28854 +f 4789/4789/28855 4790/4790/28856 4699/4699/28857 +f 4699/4699/28858 4790/4790/28859 4703/4703/28860 +f 4764/4764/28861 4765/4765/28862 4715/4715/28863 +f 4715/4715/28864 4765/4765/28865 4716/4716/28866 +f 4640/4640/28867 4734/4734/28868 4639/4639/28869 +f 4639/4639/28870 4734/4734/28871 4645/4645/28872 +f 4817/4817/28873 4818/4818/28874 4819/4819/28875 +f 4819/4819/28876 4818/4818/28877 4820/4820/28878 +f 4819/4819/28879 4820/4820/28880 4821/4821/28881 +f 4821/4821/28882 4820/4820/28883 4822/4822/28884 +f 4822/4822/28885 4820/4820/28886 4823/4823/28887 +f 4823/4823/28888 4820/4820/28889 4824/4824/28890 +f 4821/4821/28891 4825/4825/28892 4819/4819/28893 +f 4819/4819/28894 4825/4825/28895 4826/4826/28896 +f 4819/4819/28897 4826/4826/28898 4827/4827/28899 +f 4828/4828/28900 4829/4829/28901 4830/4830/28902 +f 4830/4830/28903 4829/4829/28904 4831/4831/28905 +f 4830/4830/28906 4831/4831/28907 4832/4832/28908 +f 4832/4832/28909 4831/4831/28910 4833/4833/28911 +f 4833/4833/28912 4831/4831/28913 4834/4834/28914 +f 4834/4834/28915 4831/4831/28916 4835/4835/28917 +f 4832/4832/28918 4836/4836/28919 4830/4830/28920 +f 4830/4830/28921 4836/4836/28922 4837/4837/28923 +f 4830/4830/28924 4837/4837/28925 4838/4838/28926 +f 4839/4839/28927 4840/4840/28928 4841/4841/28929 +f 4841/4841/28930 4840/4840/28931 4842/4842/28932 +f 4841/4841/28933 4842/4842/28934 4843/4843/28935 +f 4843/4843/28936 4842/4842/28937 4844/4844/28938 +f 4844/4844/28939 4842/4842/28940 4845/4845/28941 +f 4845/4845/28942 4842/4842/28943 4846/4846/28944 +f 4843/4843/28945 4847/4847/28946 4841/4841/28947 +f 4841/4841/28948 4847/4847/28949 4848/4848/28950 +f 4841/4841/28951 4848/4848/28952 4849/4849/28953 +f 4850/4850/28954 4851/4851/28955 4852/4852/28956 +f 4852/4852/28957 4851/4851/28958 4853/4853/28959 +f 4853/4853/28960 4851/4851/28961 4854/4854/28962 +f 4853/4853/28963 4854/4854/28964 4855/4855/28965 +f 4856/4856/28966 4857/4857/28967 4851/4851/28968 +f 4851/4851/28969 4857/4857/28970 4858/4858/28971 +f 4851/4851/28972 4858/4858/28973 4854/4854/28974 +f 4855/4855/28975 4859/4859/28976 4853/4853/28977 +f 4853/4853/28978 4859/4859/28979 4860/4860/28980 +f 4861/4861/28981 4862/4862/28982 4863/4863/28983 +f 4863/4863/28984 4862/4862/28985 4864/4864/28986 +f 4865/4865/28987 4866/4866/28988 4867/4867/28989 +f 4867/4867/28990 4866/4866/28991 4868/4868/28992 +f 4868/4868/28993 4866/4866/28994 4869/4869/28995 +f 4868/4868/28996 4869/4869/28997 4870/4870/28998 +f 4871/4871/28999 4872/4872/29000 4866/4866/29001 +f 4866/4866/29002 4872/4872/29003 4873/4873/29004 +f 4866/4866/29005 4873/4873/29006 4869/4869/29007 +f 4870/4870/29008 4874/4874/29009 4868/4868/29010 +f 4868/4868/29011 4874/4874/29012 4875/4875/29013 +f 4876/4876/29014 4877/4877/29015 4878/4878/29016 +f 4878/4878/29017 4877/4877/29018 4879/4879/29019 +f 4878/4878/29020 4879/4879/29021 4880/4880/29022 +f 4880/4880/29023 4879/4879/29024 4881/4881/29025 +f 4881/4881/29026 4879/4879/29027 4882/4882/29028 +f 4882/4882/29029 4879/4879/29030 4883/4883/29031 +f 4880/4880/29032 4884/4884/29033 4878/4878/29034 +f 4878/4878/29035 4884/4884/29036 4885/4885/29037 +f 4878/4878/29038 4885/4885/29039 4886/4886/29040 +f 4887/4887/29041 4888/4888/29042 4889/4889/29043 +f 4889/4889/29044 4888/4888/29045 4890/4890/29046 +f 4889/4889/29047 4890/4890/29048 4891/4891/29049 +f 4891/4891/29050 4890/4890/29051 4892/4892/29052 +f 4892/4892/29053 4890/4890/29054 4893/4893/29055 +f 4893/4893/29056 4890/4890/29057 4894/4894/29058 +f 4891/4891/29059 4895/4895/29060 4889/4889/29061 +f 4889/4889/29062 4895/4895/29063 4896/4896/29064 +f 4889/4889/29065 4896/4896/29066 4897/4897/29067 +f 4898/4898/29068 4899/4899/29069 4900/4900/29070 +f 4900/4900/29071 4899/4899/29072 4901/4901/29073 +f 4902/4902/29074 4903/4903/29075 4904/4904/29076 +f 4904/4904/29077 4903/4903/29078 4905/4905/29079 +f 4904/4904/29080 4905/4905/29081 4906/4906/29082 +f 4906/4906/29083 4905/4905/29084 4907/4907/29085 +f 4907/4907/29086 4905/4905/29087 4908/4908/29088 +f 4908/4908/29089 4905/4905/29090 4909/4909/29091 +f 4906/4906/29092 4910/4910/29093 4904/4904/29094 +f 4904/4904/29095 4910/4910/29096 4911/4911/29097 +f 4904/4904/29098 4911/4911/29099 4912/4912/29100 +f 4831/4831/29101 4868/4868/29102 4835/4835/29103 +f 4835/4835/29104 4868/4868/29105 4875/4875/29106 +f 4835/4835/29107 4875/4875/29108 4834/4834/29109 +f 4834/4834/29110 4875/4875/29111 4874/4874/29112 +f 4874/4874/29113 4913/4913/29114 4834/4834/29115 +f 4834/4834/29116 4913/4913/29117 4914/4914/29118 +f 4834/4834/29119 4914/4914/29120 4915/4915/29121 +f 4915/4915/29122 4914/4914/29123 4916/4916/29124 +f 4915/4915/29125 4916/4916/29126 4917/4917/29127 +f 4917/4917/29128 4916/4916/29129 4918/4918/29130 +f 4917/4917/29131 4918/4918/29132 4919/4919/29133 +f 4919/4919/29134 4918/4918/29135 4837/4837/29136 +f 4919/4919/29137 4837/4837/29138 4920/4920/29139 +f 4920/4920/29140 4837/4837/29141 4921/4921/29142 +f 4920/4920/29143 4921/4921/29144 4922/4922/29145 +f 4922/4922/29146 4921/4921/29147 4923/4923/29148 +f 4922/4922/29149 4923/4923/29150 4924/4924/29151 +f 4924/4924/29152 4923/4923/29153 4925/4925/29154 +f 4924/4924/29155 4925/4925/29156 4834/4834/29157 +f 4834/4834/29158 4925/4925/29159 4926/4926/29160 +f 4834/4834/29161 4926/4926/29162 4927/4927/29163 +f 4927/4927/29164 4926/4926/29165 4928/4928/29166 +f 4927/4927/29167 4928/4928/29168 4929/4929/29169 +f 4929/4929/29170 4928/4928/29171 4930/4930/29172 +f 4929/4929/29173 4930/4930/29174 4931/4931/29175 +f 4931/4931/29176 4930/4930/29177 4837/4837/29178 +f 4931/4931/29179 4837/4837/29180 4932/4932/29181 +f 4932/4932/29182 4837/4837/29183 4933/4933/29184 +f 4932/4932/29185 4933/4933/29186 4934/4934/29187 +f 4934/4934/29188 4933/4933/29189 4935/4935/29190 +f 4934/4934/29191 4935/4935/29192 4936/4936/29193 +f 4936/4936/29194 4935/4935/29195 4937/4937/29196 +f 4936/4936/29197 4937/4937/29198 4834/4834/29199 +f 4834/4834/29200 4937/4937/29201 4938/4938/29202 +f 4834/4834/29203 4938/4938/29204 4939/4939/29205 +f 4939/4939/29206 4938/4938/29207 4940/4940/29208 +f 4939/4939/29209 4940/4940/29210 4832/4832/29211 +f 4832/4832/29212 4940/4940/29213 4836/4836/29214 +f 4836/4836/29215 4940/4940/29216 4941/4941/29217 +f 4836/4836/29218 4941/4941/29219 4837/4837/29220 +f 4837/4837/29221 4941/4941/29222 4942/4942/29223 +f 4837/4837/29224 4942/4942/29225 4933/4933/29226 +f 4933/4933/29227 4942/4942/29228 4935/4935/29229 +f 4870/4870/29230 4943/4943/29231 4874/4874/29232 +f 4874/4874/29233 4943/4943/29234 4944/4944/29235 +f 4874/4874/29236 4944/4944/29237 4945/4945/29238 +f 4945/4945/29239 4944/4944/29240 4946/4946/29241 +f 4945/4945/29242 4946/4946/29243 4947/4947/29244 +f 4947/4947/29245 4946/4946/29246 4948/4948/29247 +f 4947/4947/29248 4948/4948/29249 4949/4949/29250 +f 4949/4949/29251 4948/4948/29252 4872/4872/29253 +f 4949/4949/29254 4872/4872/29255 4950/4950/29256 +f 4950/4950/29257 4872/4872/29258 4951/4951/29259 +f 4950/4950/29260 4951/4951/29261 4952/4952/29262 +f 4952/4952/29263 4951/4951/29264 4953/4953/29265 +f 4952/4952/29266 4953/4953/29267 4954/4954/29268 +f 4954/4954/29269 4953/4953/29270 4955/4955/29271 +f 4954/4954/29272 4955/4955/29273 4874/4874/29274 +f 4874/4874/29275 4955/4955/29276 4956/4956/29277 +f 4874/4874/29278 4956/4956/29279 4957/4957/29280 +f 4957/4957/29281 4956/4956/29282 4958/4958/29283 +f 4957/4957/29284 4958/4958/29285 4959/4959/29286 +f 4959/4959/29287 4958/4958/29288 4960/4960/29289 +f 4959/4959/29290 4960/4960/29291 4961/4961/29292 +f 4961/4961/29293 4960/4960/29294 4872/4872/29295 +f 4961/4961/29296 4872/4872/29297 4962/4962/29298 +f 4962/4962/29299 4872/4872/29300 4963/4963/29301 +f 4962/4962/29302 4963/4963/29303 4964/4964/29304 +f 4964/4964/29305 4963/4963/29306 4965/4965/29307 +f 4964/4964/29308 4965/4965/29309 4966/4966/29310 +f 4966/4966/29311 4965/4965/29312 4967/4967/29313 +f 4966/4966/29314 4967/4967/29315 4874/4874/29316 +f 4874/4874/29317 4967/4967/29318 4968/4968/29319 +f 4874/4874/29320 4968/4968/29321 4969/4969/29322 +f 4969/4969/29323 4968/4968/29324 4970/4970/29325 +f 4969/4969/29326 4970/4970/29327 4971/4971/29328 +f 4971/4971/29329 4970/4970/29330 4972/4972/29331 +f 4971/4971/29332 4972/4972/29333 4973/4973/29334 +f 4973/4973/29335 4972/4972/29336 4837/4837/29337 +f 4973/4973/29338 4837/4837/29339 4974/4974/29340 +f 4974/4974/29341 4837/4837/29342 4918/4918/29343 +f 4974/4974/29344 4918/4918/29345 4916/4916/29346 +f 4943/4943/29347 4870/4870/29348 4975/4975/29349 +f 4975/4975/29350 4870/4870/29351 4869/4869/29352 +f 4975/4975/29353 4869/4869/29354 4976/4976/29355 +f 4976/4976/29356 4869/4869/29357 4873/4873/29358 +f 4976/4976/29359 4873/4873/29360 4872/4872/29361 +f 4837/4837/29362 4977/4977/29363 4872/4872/29364 +f 4872/4872/29365 4977/4977/29366 4978/4978/29367 +f 4872/4872/29368 4978/4978/29369 4963/4963/29370 +f 4963/4963/29371 4978/4978/29372 4965/4965/29373 +f 4832/4832/29374 4833/4833/29375 4939/4939/29376 +f 4939/4939/29377 4833/4833/29378 4834/4834/29379 +f 4944/4944/29380 4943/4943/29381 4979/4979/29382 +f 4979/4979/29383 4943/4943/29384 4975/4975/29385 +f 4979/4979/29386 4975/4975/29387 4980/4980/29388 +f 4980/4980/29389 4975/4975/29390 4976/4976/29391 +f 4980/4980/29392 4976/4976/29393 4872/4872/29394 +f 4945/4945/29395 4981/4981/29396 4874/4874/29397 +f 4874/4874/29398 4981/4981/29399 4982/4982/29400 +f 4874/4874/29401 4982/4982/29402 4954/4954/29403 +f 4954/4954/29404 4982/4982/29405 4952/4952/29406 +f 4945/4945/29407 4947/4947/29408 4981/4981/29409 +f 4981/4981/29410 4947/4947/29411 4983/4983/29412 +f 4981/4981/29413 4983/4983/29414 4982/4982/29415 +f 4982/4982/29416 4983/4983/29417 4952/4952/29418 +f 4956/4956/29419 4955/4955/29420 4984/4984/29421 +f 4984/4984/29422 4955/4955/29423 4953/4953/29424 +f 4984/4984/29425 4953/4953/29426 4985/4985/29427 +f 4985/4985/29428 4953/4953/29429 4951/4951/29430 +f 4985/4985/29431 4951/4951/29432 4872/4872/29433 +f 4957/4957/29434 4986/4986/29435 4874/4874/29436 +f 4874/4874/29437 4986/4986/29438 4987/4987/29439 +f 4874/4874/29440 4987/4987/29441 4966/4966/29442 +f 4966/4966/29443 4987/4987/29444 4964/4964/29445 +f 4957/4957/29446 4959/4959/29447 4986/4986/29448 +f 4986/4986/29449 4959/4959/29450 4988/4988/29451 +f 4986/4986/29452 4988/4988/29453 4987/4987/29454 +f 4987/4987/29455 4988/4988/29456 4964/4964/29457 +f 4913/4913/29458 4874/4874/29459 4969/4969/29460 +f 4968/4968/29461 4967/4967/29462 4989/4989/29463 +f 4989/4989/29464 4967/4967/29465 4965/4965/29466 +f 4989/4989/29467 4965/4965/29468 4978/4978/29469 +f 4969/4969/29470 4971/4971/29471 4913/4913/29472 +f 4913/4913/29473 4971/4971/29474 4990/4990/29475 +f 4913/4913/29476 4990/4990/29477 4914/4914/29478 +f 4914/4914/29479 4990/4990/29480 4916/4916/29481 +f 4915/4915/29482 4991/4991/29483 4834/4834/29484 +f 4834/4834/29485 4991/4991/29486 4992/4992/29487 +f 4834/4834/29488 4992/4992/29489 4924/4924/29490 +f 4924/4924/29491 4992/4992/29492 4922/4922/29493 +f 4915/4915/29494 4917/4917/29495 4991/4991/29496 +f 4991/4991/29497 4917/4917/29498 4993/4993/29499 +f 4991/4991/29500 4993/4993/29501 4992/4992/29502 +f 4992/4992/29503 4993/4993/29504 4922/4922/29505 +f 4926/4926/29506 4925/4925/29507 4994/4994/29508 +f 4994/4994/29509 4925/4925/29510 4923/4923/29511 +f 4994/4994/29512 4923/4923/29513 4995/4995/29514 +f 4995/4995/29515 4923/4923/29516 4921/4921/29517 +f 4995/4995/29518 4921/4921/29519 4837/4837/29520 +f 4927/4927/29521 4996/4996/29522 4834/4834/29523 +f 4834/4834/29524 4996/4996/29525 4997/4997/29526 +f 4834/4834/29527 4997/4997/29528 4936/4936/29529 +f 4936/4936/29530 4997/4997/29531 4934/4934/29532 +f 4927/4927/29533 4929/4929/29534 4996/4996/29535 +f 4996/4996/29536 4929/4929/29537 4998/4998/29538 +f 4996/4996/29539 4998/4998/29540 4997/4997/29541 +f 4997/4997/29542 4998/4998/29543 4934/4934/29544 +f 4938/4938/29545 4937/4937/29546 4999/4999/29547 +f 4999/4999/29548 4937/4937/29549 4935/4935/29550 +f 4999/4999/29551 4935/4935/29552 4942/4942/29553 +f 4944/4944/29554 4979/4979/29555 4946/4946/29556 +f 4946/4946/29557 4979/4979/29558 5000/5000/29559 +f 4946/4946/29560 5000/5000/29561 4948/4948/29562 +f 4948/4948/29563 5000/5000/29564 4872/4872/29565 +f 5000/5000/29566 4979/4979/29567 4980/4980/29568 +f 4950/4950/29569 4952/4952/29570 4983/4983/29571 +f 4950/4950/29572 4983/4983/29573 4949/4949/29574 +f 4949/4949/29575 4983/4983/29576 4947/4947/29577 +f 4956/4956/29578 4984/4984/29579 4958/4958/29580 +f 4958/4958/29581 4984/4984/29582 5001/5001/29583 +f 4958/4958/29584 5001/5001/29585 4960/4960/29586 +f 4960/4960/29587 5001/5001/29588 4872/4872/29589 +f 5001/5001/29590 4984/4984/29591 4985/4985/29592 +f 4962/4962/29593 4964/4964/29594 4988/4988/29595 +f 4962/4962/29596 4988/4988/29597 4961/4961/29598 +f 4961/4961/29599 4988/4988/29600 4959/4959/29601 +f 4968/4968/29602 4989/4989/29603 4970/4970/29604 +f 4970/4970/29605 4989/4989/29606 4977/4977/29607 +f 4970/4970/29608 4977/4977/29609 4972/4972/29610 +f 4972/4972/29611 4977/4977/29612 4837/4837/29613 +f 4977/4977/29614 4989/4989/29615 4978/4978/29616 +f 4974/4974/29617 4916/4916/29618 4990/4990/29619 +f 4974/4974/29620 4990/4990/29621 4973/4973/29622 +f 4973/4973/29623 4990/4990/29624 4971/4971/29625 +f 4920/4920/29626 4922/4922/29627 4993/4993/29628 +f 4920/4920/29629 4993/4993/29630 4919/4919/29631 +f 4919/4919/29632 4993/4993/29633 4917/4917/29634 +f 4926/4926/29635 4994/4994/29636 4928/4928/29637 +f 4928/4928/29638 4994/4994/29639 5002/5002/29640 +f 4928/4928/29641 5002/5002/29642 4930/4930/29643 +f 4930/4930/29644 5002/5002/29645 4837/4837/29646 +f 5002/5002/29647 4994/4994/29648 4995/4995/29649 +f 4932/4932/29650 4934/4934/29651 4998/4998/29652 +f 4932/4932/29653 4998/4998/29654 4931/4931/29655 +f 4931/4931/29656 4998/4998/29657 4929/4929/29658 +f 4941/4941/29659 4940/4940/29660 4999/4999/29661 +f 4999/4999/29662 4940/4940/29663 4938/4938/29664 +f 4941/4941/29665 4999/4999/29666 4942/4942/29667 +f 4872/4872/29668 5000/5000/29669 4980/4980/29670 +f 4872/4872/29671 5001/5001/29672 4985/4985/29673 +f 4837/4837/29674 5002/5002/29675 4995/4995/29676 +f 4837/4837/29677 4872/4872/29678 4838/4838/29679 +f 4838/4838/29680 4872/4872/29681 4871/4871/29682 +f 4838/4838/29683 4871/4871/29684 4830/4830/29685 +f 4830/4830/29686 4871/4871/29687 4866/4866/29688 +f 4830/4830/29689 4866/4866/29690 4828/4828/29691 +f 4828/4828/29692 4866/4866/29693 4865/4865/29694 +f 4829/4829/29695 4828/4828/29696 4862/4862/29697 +f 4862/4862/29698 4828/4828/29699 4865/4865/29700 +f 4862/4862/29701 4865/4865/29702 4898/4898/29703 +f 4898/4898/29704 4865/4865/29705 4867/4867/29706 +f 4898/4898/29707 4867/4867/29708 4899/4899/29709 +f 4899/4899/29710 4867/4867/29711 4829/4829/29712 +f 4899/4899/29713 4829/4829/29714 4861/4861/29715 +f 4861/4861/29716 4829/4829/29717 4862/4862/29718 +f 4840/4840/29719 4876/4876/29720 4842/4842/29721 +f 4842/4842/29722 4876/4876/29723 4878/4878/29724 +f 4842/4842/29725 4878/4878/29726 4846/4846/29727 +f 4846/4846/29728 4878/4878/29729 4886/4886/29730 +f 4846/4846/29731 4886/4886/29732 4845/4845/29733 +f 4845/4845/29734 4886/4886/29735 4885/4885/29736 +f 4885/4885/29737 5003/5003/29738 4845/4845/29739 +f 4845/4845/29740 5003/5003/29741 5004/5004/29742 +f 4845/4845/29743 5004/5004/29744 5005/5005/29745 +f 5005/5005/29746 5004/5004/29747 5006/5006/29748 +f 5005/5005/29749 5006/5006/29750 5007/5007/29751 +f 5007/5007/29752 5006/5006/29753 5008/5008/29754 +f 5007/5007/29755 5008/5008/29756 5009/5009/29757 +f 5009/5009/29758 5008/5008/29759 4848/4848/29760 +f 5009/5009/29761 4848/4848/29762 5010/5010/29763 +f 5010/5010/29764 4848/4848/29765 5011/5011/29766 +f 5010/5010/29767 5011/5011/29768 5012/5012/29769 +f 5012/5012/29770 5011/5011/29771 5013/5013/29772 +f 5012/5012/29773 5013/5013/29774 5014/5014/29775 +f 5014/5014/29776 5013/5013/29777 5015/5015/29778 +f 5014/5014/29779 5015/5015/29780 4845/4845/29781 +f 4845/4845/29782 5015/5015/29783 5016/5016/29784 +f 4845/4845/29785 5016/5016/29786 5017/5017/29787 +f 5017/5017/29788 5016/5016/29789 5018/5018/29790 +f 5017/5017/29791 5018/5018/29792 5019/5019/29793 +f 5019/5019/29794 5018/5018/29795 5020/5020/29796 +f 5019/5019/29797 5020/5020/29798 5021/5021/29799 +f 5021/5021/29800 5020/5020/29801 4848/4848/29802 +f 5021/5021/29803 4848/4848/29804 5022/5022/29805 +f 5022/5022/29806 4848/4848/29807 5023/5023/29808 +f 5022/5022/29809 5023/5023/29810 5024/5024/29811 +f 5024/5024/29812 5023/5023/29813 5025/5025/29814 +f 5024/5024/29815 5025/5025/29816 5026/5026/29817 +f 5026/5026/29818 5025/5025/29819 5027/5027/29820 +f 5026/5026/29821 5027/5027/29822 4845/4845/29823 +f 4845/4845/29824 5027/5027/29825 5028/5028/29826 +f 4845/4845/29827 5028/5028/29828 5029/5029/29829 +f 5029/5029/29830 5028/5028/29831 5030/5030/29832 +f 5029/5029/29833 5030/5030/29834 4843/4843/29835 +f 4843/4843/29836 5030/5030/29837 4847/4847/29838 +f 4847/4847/29839 5030/5030/29840 5031/5031/29841 +f 4847/4847/29842 5031/5031/29843 4848/4848/29844 +f 4848/4848/29845 5031/5031/29846 5032/5032/29847 +f 4848/4848/29848 5032/5032/29849 5023/5023/29850 +f 5023/5023/29851 5032/5032/29852 5025/5025/29853 +f 4884/4884/29854 5033/5033/29855 4885/4885/29856 +f 4885/4885/29857 5033/5033/29858 5034/5034/29859 +f 4885/4885/29860 5034/5034/29861 5035/5035/29862 +f 5035/5035/29863 5034/5034/29864 5036/5036/29865 +f 5035/5035/29866 5036/5036/29867 5037/5037/29868 +f 5037/5037/29869 5036/5036/29870 5038/5038/29871 +f 5037/5037/29872 5038/5038/29873 5039/5039/29874 +f 5039/5039/29875 5038/5038/29876 4882/4882/29877 +f 5039/5039/29878 4882/4882/29879 5040/5040/29880 +f 5040/5040/29881 4882/4882/29882 5041/5041/29883 +f 5040/5040/29884 5041/5041/29885 5042/5042/29886 +f 5042/5042/29887 5041/5041/29888 5043/5043/29889 +f 5042/5042/29890 5043/5043/29891 5044/5044/29892 +f 5044/5044/29893 5043/5043/29894 5045/5045/29895 +f 5044/5044/29896 5045/5045/29897 4885/4885/29898 +f 4885/4885/29899 5045/5045/29900 5046/5046/29901 +f 4885/4885/29902 5046/5046/29903 5047/5047/29904 +f 5047/5047/29905 5046/5046/29906 5048/5048/29907 +f 5047/5047/29908 5048/5048/29909 5049/5049/29910 +f 5049/5049/29911 5048/5048/29912 5050/5050/29913 +f 5049/5049/29914 5050/5050/29915 5051/5051/29916 +f 5051/5051/29917 5050/5050/29918 4882/4882/29919 +f 5051/5051/29920 4882/4882/29921 5052/5052/29922 +f 5052/5052/29923 4882/4882/29924 5053/5053/29925 +f 5052/5052/29926 5053/5053/29927 5054/5054/29928 +f 5054/5054/29929 5053/5053/29930 5055/5055/29931 +f 5054/5054/29932 5055/5055/29933 5056/5056/29934 +f 5056/5056/29935 5055/5055/29936 5057/5057/29937 +f 5056/5056/29938 5057/5057/29939 4885/4885/29940 +f 4885/4885/29941 5057/5057/29942 5058/5058/29943 +f 4885/4885/29944 5058/5058/29945 5059/5059/29946 +f 5059/5059/29947 5058/5058/29948 5060/5060/29949 +f 5059/5059/29950 5060/5060/29951 5061/5061/29952 +f 5061/5061/29953 5060/5060/29954 5062/5062/29955 +f 5061/5061/29956 5062/5062/29957 5063/5063/29958 +f 5063/5063/29959 5062/5062/29960 4848/4848/29961 +f 5063/5063/29962 4848/4848/29963 5064/5064/29964 +f 5064/5064/29965 4848/4848/29966 5008/5008/29967 +f 5064/5064/29968 5008/5008/29969 5006/5006/29970 +f 5033/5033/29971 4884/4884/29972 5065/5065/29973 +f 5065/5065/29974 4884/4884/29975 4880/4880/29976 +f 5065/5065/29977 4880/4880/29978 5066/5066/29979 +f 5066/5066/29980 4880/4880/29981 4881/4881/29982 +f 5066/5066/29983 4881/4881/29984 4882/4882/29985 +f 4848/4848/29986 5067/5067/29987 4882/4882/29988 +f 4882/4882/29989 5067/5067/29990 5068/5068/29991 +f 4882/4882/29992 5068/5068/29993 5053/5053/29994 +f 5053/5053/29995 5068/5068/29996 5055/5055/29997 +f 4843/4843/29998 4844/4844/29999 5029/5029/30000 +f 5029/5029/30001 4844/4844/30002 4845/4845/30003 +f 5034/5034/30004 5033/5033/30005 5069/5069/30006 +f 5069/5069/30007 5033/5033/30008 5065/5065/30009 +f 5069/5069/30010 5065/5065/30011 5070/5070/30012 +f 5070/5070/30013 5065/5065/30014 5066/5066/30015 +f 5070/5070/30016 5066/5066/30017 4882/4882/30018 +f 5035/5035/30019 5071/5071/30020 4885/4885/30021 +f 4885/4885/30022 5071/5071/30023 5072/5072/30024 +f 4885/4885/30025 5072/5072/30026 5044/5044/30027 +f 5044/5044/30028 5072/5072/30029 5042/5042/30030 +f 5035/5035/30031 5037/5037/30032 5071/5071/30033 +f 5071/5071/30034 5037/5037/30035 5073/5073/30036 +f 5071/5071/30037 5073/5073/30038 5072/5072/30039 +f 5072/5072/30040 5073/5073/30041 5042/5042/30042 +f 5046/5046/30043 5045/5045/30044 5074/5074/30045 +f 5074/5074/30046 5045/5045/30047 5043/5043/30048 +f 5074/5074/30049 5043/5043/30050 5075/5075/30051 +f 5075/5075/30052 5043/5043/30053 5041/5041/30054 +f 5075/5075/30055 5041/5041/30056 4882/4882/30057 +f 5047/5047/30058 5076/5076/30059 4885/4885/30060 +f 4885/4885/30061 5076/5076/30062 5077/5077/30063 +f 4885/4885/30064 5077/5077/30065 5056/5056/30066 +f 5056/5056/30067 5077/5077/30068 5054/5054/30069 +f 5047/5047/30070 5049/5049/30071 5076/5076/30072 +f 5076/5076/30073 5049/5049/30074 5078/5078/30075 +f 5076/5076/30076 5078/5078/30077 5077/5077/30078 +f 5077/5077/30079 5078/5078/30080 5054/5054/30081 +f 5003/5003/30082 4885/4885/30083 5059/5059/30084 +f 5058/5058/30085 5057/5057/30086 5079/5079/30087 +f 5079/5079/30088 5057/5057/30089 5055/5055/30090 +f 5079/5079/30091 5055/5055/30092 5068/5068/30093 +f 5059/5059/30094 5061/5061/30095 5003/5003/30096 +f 5003/5003/30097 5061/5061/30098 5080/5080/30099 +f 5003/5003/30100 5080/5080/30101 5004/5004/30102 +f 5004/5004/30103 5080/5080/30104 5006/5006/30105 +f 5005/5005/30106 5081/5081/30107 4845/4845/30108 +f 4845/4845/30109 5081/5081/30110 5082/5082/30111 +f 4845/4845/30112 5082/5082/30113 5014/5014/30114 +f 5014/5014/30115 5082/5082/30116 5012/5012/30117 +f 5005/5005/30118 5007/5007/30119 5081/5081/30120 +f 5081/5081/30121 5007/5007/30122 5083/5083/30123 +f 5081/5081/30124 5083/5083/30125 5082/5082/30126 +f 5082/5082/30127 5083/5083/30128 5012/5012/30129 +f 5016/5016/30130 5015/5015/30131 5084/5084/30132 +f 5084/5084/30133 5015/5015/30134 5013/5013/30135 +f 5084/5084/30136 5013/5013/30137 5085/5085/30138 +f 5085/5085/30139 5013/5013/30140 5011/5011/30141 +f 5085/5085/30142 5011/5011/30143 4848/4848/30144 +f 5017/5017/30145 5086/5086/30146 4845/4845/30147 +f 4845/4845/30148 5086/5086/30149 5087/5087/30150 +f 4845/4845/30151 5087/5087/30152 5026/5026/30153 +f 5026/5026/30154 5087/5087/30155 5024/5024/30156 +f 5017/5017/30157 5019/5019/30158 5086/5086/30159 +f 5086/5086/30160 5019/5019/30161 5088/5088/30162 +f 5086/5086/30163 5088/5088/30164 5087/5087/30165 +f 5087/5087/30166 5088/5088/30167 5024/5024/30168 +f 5028/5028/30169 5027/5027/30170 5089/5089/30171 +f 5089/5089/30172 5027/5027/30173 5025/5025/30174 +f 5089/5089/30175 5025/5025/30176 5032/5032/30177 +f 5034/5034/30178 5069/5069/30179 5036/5036/30180 +f 5036/5036/30181 5069/5069/30182 5090/5090/30183 +f 5036/5036/30184 5090/5090/30185 5038/5038/30186 +f 5038/5038/30187 5090/5090/30188 4882/4882/30189 +f 5090/5090/30190 5069/5069/30191 5070/5070/30192 +f 5040/5040/30193 5042/5042/30194 5073/5073/30195 +f 5040/5040/30196 5073/5073/30197 5039/5039/30198 +f 5039/5039/30199 5073/5073/30200 5037/5037/30201 +f 5046/5046/30202 5074/5074/30203 5048/5048/30204 +f 5048/5048/30205 5074/5074/30206 5091/5091/30207 +f 5048/5048/30208 5091/5091/30209 5050/5050/30210 +f 5050/5050/30211 5091/5091/30212 4882/4882/30213 +f 5091/5091/30214 5074/5074/30215 5075/5075/30216 +f 5052/5052/30217 5054/5054/30218 5078/5078/30219 +f 5052/5052/30220 5078/5078/30221 5051/5051/30222 +f 5051/5051/30223 5078/5078/30224 5049/5049/30225 +f 5058/5058/30226 5079/5079/30227 5060/5060/30228 +f 5060/5060/30229 5079/5079/30230 5067/5067/30231 +f 5060/5060/30232 5067/5067/30233 5062/5062/30234 +f 5062/5062/30235 5067/5067/30236 4848/4848/30237 +f 5067/5067/30238 5079/5079/30239 5068/5068/30240 +f 5064/5064/30241 5006/5006/30242 5080/5080/30243 +f 5064/5064/30244 5080/5080/30245 5063/5063/30246 +f 5063/5063/30247 5080/5080/30248 5061/5061/30249 +f 5010/5010/30250 5012/5012/30251 5083/5083/30252 +f 5010/5010/30253 5083/5083/30254 5009/5009/30255 +f 5009/5009/30256 5083/5083/30257 5007/5007/30258 +f 5016/5016/30259 5084/5084/30260 5018/5018/30261 +f 5018/5018/30262 5084/5084/30263 5092/5092/30264 +f 5018/5018/30265 5092/5092/30266 5020/5020/30267 +f 5020/5020/30268 5092/5092/30269 4848/4848/30270 +f 5092/5092/30271 5084/5084/30272 5085/5085/30273 +f 5022/5022/30274 5024/5024/30275 5088/5088/30276 +f 5022/5022/30277 5088/5088/30278 5021/5021/30279 +f 5021/5021/30280 5088/5088/30281 5019/5019/30282 +f 5031/5031/30283 5030/5030/30284 5089/5089/30285 +f 5089/5089/30286 5030/5030/30287 5028/5028/30288 +f 5031/5031/30289 5089/5089/30290 5032/5032/30291 +f 4882/4882/30292 5090/5090/30293 5070/5070/30294 +f 4882/4882/30295 5091/5091/30296 5075/5075/30297 +f 4848/4848/30298 5092/5092/30299 5085/5085/30300 +f 4848/4848/30301 4882/4882/30302 4849/4849/30303 +f 4849/4849/30304 4882/4882/30305 4883/4883/30306 +f 4849/4849/30307 4883/4883/30308 4841/4841/30309 +f 4841/4841/30310 4883/4883/30311 4879/4879/30312 +f 4841/4841/30313 4879/4879/30314 4839/4839/30315 +f 4839/4839/30316 4879/4879/30317 4877/4877/30318 +f 4877/4877/30319 4864/4864/30320 4839/4839/30321 +f 4839/4839/30322 4864/4864/30323 4862/4862/30324 +f 4839/4839/30325 4862/4862/30326 4840/4840/30327 +f 4840/4840/30328 4862/4862/30329 4876/4876/30330 +f 4876/4876/30331 4862/4862/30332 4898/4898/30333 +f 4876/4876/30334 4898/4898/30335 4877/4877/30336 +f 4877/4877/30337 4898/4898/30338 4900/4900/30339 +f 4877/4877/30340 4900/4900/30341 4864/4864/30342 +f 4900/4900/30343 4902/4902/30344 4864/4864/30345 +f 4864/4864/30346 4902/4902/30347 4850/4850/30348 +f 4864/4864/30349 4850/4850/30350 4852/4852/30351 +f 4902/4902/30352 4900/4900/30353 4903/4903/30354 +f 4903/4903/30355 4900/4900/30356 4901/4901/30357 +f 4903/4903/30358 4901/4901/30359 4863/4863/30360 +f 4903/4903/30361 4863/4863/30362 4852/4852/30363 +f 4852/4852/30364 4863/4863/30365 4864/4864/30366 +f 4850/4850/30367 4902/4902/30368 4851/4851/30369 +f 4851/4851/30370 4902/4902/30371 4904/4904/30372 +f 4851/4851/30373 4904/4904/30374 4856/4856/30375 +f 4856/4856/30376 4904/4904/30377 4912/4912/30378 +f 4856/4856/30379 4912/4912/30380 4857/4857/30381 +f 4857/4857/30382 4912/4912/30383 4911/4911/30384 +f 4911/4911/30385 5093/5093/30386 4857/4857/30387 +f 4857/4857/30388 5093/5093/30389 5094/5094/30390 +f 4857/4857/30391 5094/5094/30392 5095/5095/30393 +f 5095/5095/30394 5094/5094/30395 5096/5096/30396 +f 5095/5095/30397 5096/5096/30398 5097/5097/30399 +f 5097/5097/30400 5096/5096/30401 5098/5098/30402 +f 5097/5097/30403 5098/5098/30404 5099/5099/30405 +f 5099/5099/30406 5098/5098/30407 4859/4859/30408 +f 5099/5099/30409 4859/4859/30410 5100/5100/30411 +f 5100/5100/30412 4859/4859/30413 5101/5101/30414 +f 5100/5100/30415 5101/5101/30416 5102/5102/30417 +f 5102/5102/30418 5101/5101/30419 5103/5103/30420 +f 5102/5102/30421 5103/5103/30422 5104/5104/30423 +f 5104/5104/30424 5103/5103/30425 5105/5105/30426 +f 5104/5104/30427 5105/5105/30428 4857/4857/30429 +f 4857/4857/30430 5105/5105/30431 5106/5106/30432 +f 4857/4857/30433 5106/5106/30434 5107/5107/30435 +f 5107/5107/30436 5106/5106/30437 5108/5108/30438 +f 5107/5107/30439 5108/5108/30440 5109/5109/30441 +f 5109/5109/30442 5108/5108/30443 5110/5110/30444 +f 5109/5109/30445 5110/5110/30446 5111/5111/30447 +f 5111/5111/30448 5110/5110/30449 4859/4859/30450 +f 5111/5111/30451 4859/4859/30452 5112/5112/30453 +f 5112/5112/30454 4859/4859/30455 5113/5113/30456 +f 5112/5112/30457 5113/5113/30458 5114/5114/30459 +f 5114/5114/30460 5113/5113/30461 5115/5115/30462 +f 5114/5114/30463 5115/5115/30464 5116/5116/30465 +f 5116/5116/30466 5115/5115/30467 5117/5117/30468 +f 5116/5116/30469 5117/5117/30470 4857/4857/30471 +f 4857/4857/30472 5117/5117/30473 5118/5118/30474 +f 4857/4857/30475 5118/5118/30476 5119/5119/30477 +f 5119/5119/30478 5118/5118/30479 5120/5120/30480 +f 5119/5119/30481 5120/5120/30482 4854/4854/30483 +f 4854/4854/30484 5120/5120/30485 4855/4855/30486 +f 4855/4855/30487 5120/5120/30488 5121/5121/30489 +f 4855/4855/30490 5121/5121/30491 4859/4859/30492 +f 4859/4859/30493 5121/5121/30494 5122/5122/30495 +f 4859/4859/30496 5122/5122/30497 5113/5113/30498 +f 5113/5113/30499 5122/5122/30500 5115/5115/30501 +f 4910/4910/30502 5123/5123/30503 4911/4911/30504 +f 4911/4911/30505 5123/5123/30506 5124/5124/30507 +f 4911/4911/30508 5124/5124/30509 5125/5125/30510 +f 5125/5125/30511 5124/5124/30512 5126/5126/30513 +f 5125/5125/30514 5126/5126/30515 5127/5127/30516 +f 5127/5127/30517 5126/5126/30518 5128/5128/30519 +f 5127/5127/30520 5128/5128/30521 5129/5129/30522 +f 5129/5129/30523 5128/5128/30524 4908/4908/30525 +f 5129/5129/30526 4908/4908/30527 5130/5130/30528 +f 5130/5130/30529 4908/4908/30530 5131/5131/30531 +f 5130/5130/30532 5131/5131/30533 5132/5132/30534 +f 5132/5132/30535 5131/5131/30536 5133/5133/30537 +f 5132/5132/30538 5133/5133/30539 5134/5134/30540 +f 5134/5134/30541 5133/5133/30542 5135/5135/30543 +f 5134/5134/30544 5135/5135/30545 4911/4911/30546 +f 4911/4911/30547 5135/5135/30548 5136/5136/30549 +f 4911/4911/30550 5136/5136/30551 5137/5137/30552 +f 5137/5137/30553 5136/5136/30554 5138/5138/30555 +f 5137/5137/30556 5138/5138/30557 5139/5139/30558 +f 5139/5139/30559 5138/5138/30560 5140/5140/30561 +f 5139/5139/30562 5140/5140/30563 5141/5141/30564 +f 5141/5141/30565 5140/5140/30566 4908/4908/30567 +f 5141/5141/30568 4908/4908/30569 5142/5142/30570 +f 5142/5142/30571 4908/4908/30572 5143/5143/30573 +f 5142/5142/30574 5143/5143/30575 5144/5144/30576 +f 5144/5144/30577 5143/5143/30578 5145/5145/30579 +f 5144/5144/30580 5145/5145/30581 5146/5146/30582 +f 5146/5146/30583 5145/5145/30584 5147/5147/30585 +f 5146/5146/30586 5147/5147/30587 4911/4911/30588 +f 4911/4911/30589 5147/5147/30590 5148/5148/30591 +f 4911/4911/30592 5148/5148/30593 5149/5149/30594 +f 5149/5149/30595 5148/5148/30596 5150/5150/30597 +f 5149/5149/30598 5150/5150/30599 5151/5151/30600 +f 5151/5151/30601 5150/5150/30602 5152/5152/30603 +f 5151/5151/30604 5152/5152/30605 5153/5153/30606 +f 5153/5153/30607 5152/5152/30608 4859/4859/30609 +f 5153/5153/30610 4859/4859/30611 5154/5154/30612 +f 5154/5154/30613 4859/4859/30614 5098/5098/30615 +f 5154/5154/30616 5098/5098/30617 5096/5096/30618 +f 5123/5123/30619 4910/4910/30620 5155/5155/30621 +f 5155/5155/30622 4910/4910/30623 4906/4906/30624 +f 5155/5155/30625 4906/4906/30626 5156/5156/30627 +f 5156/5156/30628 4906/4906/30629 4907/4907/30630 +f 5156/5156/30631 4907/4907/30632 4908/4908/30633 +f 4859/4859/30634 5157/5157/30635 4908/4908/30636 +f 4908/4908/30637 5157/5157/30638 5158/5158/30639 +f 4908/4908/30640 5158/5158/30641 5143/5143/30642 +f 5143/5143/30643 5158/5158/30644 5145/5145/30645 +f 4854/4854/30646 4858/4858/30647 5119/5119/30648 +f 5119/5119/30649 4858/4858/30650 4857/4857/30651 +f 5124/5124/30652 5123/5123/30653 5159/5159/30654 +f 5159/5159/30655 5123/5123/30656 5155/5155/30657 +f 5159/5159/30658 5155/5155/30659 5160/5160/30660 +f 5160/5160/30661 5155/5155/30662 5156/5156/30663 +f 5160/5160/30664 5156/5156/30665 4908/4908/30666 +f 5125/5125/30667 5161/5161/30668 4911/4911/30669 +f 4911/4911/30670 5161/5161/30671 5162/5162/30672 +f 4911/4911/30673 5162/5162/30674 5134/5134/30675 +f 5134/5134/30676 5162/5162/30677 5132/5132/30678 +f 5125/5125/30679 5127/5127/30680 5161/5161/30681 +f 5161/5161/30682 5127/5127/30683 5163/5163/30684 +f 5161/5161/30685 5163/5163/30686 5162/5162/30687 +f 5162/5162/30688 5163/5163/30689 5132/5132/30690 +f 5136/5136/30691 5135/5135/30692 5164/5164/30693 +f 5164/5164/30694 5135/5135/30695 5133/5133/30696 +f 5164/5164/30697 5133/5133/30698 5165/5165/30699 +f 5165/5165/30700 5133/5133/30701 5131/5131/30702 +f 5165/5165/30703 5131/5131/30704 4908/4908/30705 +f 5137/5137/30706 5166/5166/30707 4911/4911/30708 +f 4911/4911/30709 5166/5166/30710 5167/5167/30711 +f 4911/4911/30712 5167/5167/30713 5146/5146/30714 +f 5146/5146/30715 5167/5167/30716 5144/5144/30717 +f 5137/5137/30718 5139/5139/30719 5166/5166/30720 +f 5166/5166/30721 5139/5139/30722 5168/5168/30723 +f 5166/5166/30724 5168/5168/30725 5167/5167/30726 +f 5167/5167/30727 5168/5168/30728 5144/5144/30729 +f 5093/5093/30730 4911/4911/30731 5149/5149/30732 +f 5148/5148/30733 5147/5147/30734 5169/5169/30735 +f 5169/5169/30736 5147/5147/30737 5145/5145/30738 +f 5169/5169/30739 5145/5145/30740 5158/5158/30741 +f 5149/5149/30742 5151/5151/30743 5093/5093/30744 +f 5093/5093/30745 5151/5151/30746 5170/5170/30747 +f 5093/5093/30748 5170/5170/30749 5094/5094/30750 +f 5094/5094/30751 5170/5170/30752 5096/5096/30753 +f 5095/5095/30754 5171/5171/30755 4857/4857/30756 +f 4857/4857/30757 5171/5171/30758 5172/5172/30759 +f 4857/4857/30760 5172/5172/30761 5104/5104/30762 +f 5104/5104/30763 5172/5172/30764 5102/5102/30765 +f 5095/5095/30766 5097/5097/30767 5171/5171/30768 +f 5171/5171/30769 5097/5097/30770 5173/5173/30771 +f 5171/5171/30772 5173/5173/30773 5172/5172/30774 +f 5172/5172/30775 5173/5173/30776 5102/5102/30777 +f 5106/5106/30778 5105/5105/30779 5174/5174/30780 +f 5174/5174/30781 5105/5105/30782 5103/5103/30783 +f 5174/5174/30784 5103/5103/30785 5175/5175/30786 +f 5175/5175/30787 5103/5103/30788 5101/5101/30789 +f 5175/5175/30790 5101/5101/30791 4859/4859/30792 +f 5107/5107/30793 5176/5176/30794 4857/4857/30795 +f 4857/4857/30796 5176/5176/30797 5177/5177/30798 +f 4857/4857/30799 5177/5177/30800 5116/5116/30801 +f 5116/5116/30802 5177/5177/30803 5114/5114/30804 +f 5107/5107/30805 5109/5109/30806 5176/5176/30807 +f 5176/5176/30808 5109/5109/30809 5178/5178/30810 +f 5176/5176/30811 5178/5178/30812 5177/5177/30813 +f 5177/5177/30814 5178/5178/30815 5114/5114/30816 +f 5118/5118/30817 5117/5117/30818 5179/5179/30819 +f 5179/5179/30820 5117/5117/30821 5115/5115/30822 +f 5179/5179/30823 5115/5115/30824 5122/5122/30825 +f 5124/5124/30826 5159/5159/30827 5126/5126/30828 +f 5126/5126/30829 5159/5159/30830 5180/5180/30831 +f 5126/5126/30832 5180/5180/30833 5128/5128/30834 +f 5128/5128/30835 5180/5180/30836 4908/4908/30837 +f 5180/5180/30838 5159/5159/30839 5160/5160/30840 +f 5130/5130/30841 5132/5132/30842 5163/5163/30843 +f 5130/5130/30844 5163/5163/30845 5129/5129/30846 +f 5129/5129/30847 5163/5163/30848 5127/5127/30849 +f 5136/5136/30850 5164/5164/30851 5138/5138/30852 +f 5138/5138/30853 5164/5164/30854 5181/5181/30855 +f 5138/5138/30856 5181/5181/30857 5140/5140/30858 +f 5140/5140/30859 5181/5181/30860 4908/4908/30861 +f 5181/5181/30862 5164/5164/30863 5165/5165/30864 +f 5142/5142/30865 5144/5144/30866 5168/5168/30867 +f 5142/5142/30868 5168/5168/30869 5141/5141/30870 +f 5141/5141/30871 5168/5168/30872 5139/5139/30873 +f 5148/5148/30874 5169/5169/30875 5150/5150/30876 +f 5150/5150/30877 5169/5169/30878 5157/5157/30879 +f 5150/5150/30880 5157/5157/30881 5152/5152/30882 +f 5152/5152/30883 5157/5157/30884 4859/4859/30885 +f 5157/5157/30886 5169/5169/30887 5158/5158/30888 +f 5154/5154/30889 5096/5096/30890 5170/5170/30891 +f 5154/5154/30892 5170/5170/30893 5153/5153/30894 +f 5153/5153/30895 5170/5170/30896 5151/5151/30897 +f 5100/5100/30898 5102/5102/30899 5173/5173/30900 +f 5100/5100/30901 5173/5173/30902 5099/5099/30903 +f 5099/5099/30904 5173/5173/30905 5097/5097/30906 +f 5106/5106/30907 5174/5174/30908 5108/5108/30909 +f 5108/5108/30910 5174/5174/30911 5182/5182/30912 +f 5108/5108/30913 5182/5182/30914 5110/5110/30915 +f 5110/5110/30916 5182/5182/30917 4859/4859/30918 +f 5182/5182/30919 5174/5174/30920 5175/5175/30921 +f 5112/5112/30922 5114/5114/30923 5178/5178/30924 +f 5112/5112/30925 5178/5178/30926 5111/5111/30927 +f 5111/5111/30928 5178/5178/30929 5109/5109/30930 +f 5121/5121/30931 5120/5120/30932 5179/5179/30933 +f 5179/5179/30934 5120/5120/30935 5118/5118/30936 +f 5121/5121/30937 5179/5179/30938 5122/5122/30939 +f 4908/4908/30940 5180/5180/30941 5160/5160/30942 +f 4908/4908/30943 5181/5181/30944 5165/5165/30945 +f 4859/4859/30946 5182/5182/30947 5175/5175/30948 +f 4859/4859/30949 4908/4908/30950 4860/4860/30951 +f 4860/4860/30952 4908/4908/30953 4909/4909/30954 +f 4860/4860/30955 4909/4909/30956 4853/4853/30957 +f 4853/4853/30958 4909/4909/30959 4905/4905/30960 +f 4853/4853/30961 4905/4905/30962 4852/4852/30963 +f 4852/4852/30964 4905/4905/30965 4903/4903/30966 +f 4901/4901/30967 4818/4818/30968 4863/4863/30969 +f 4863/4863/30970 4818/4818/30971 4817/4817/30972 +f 4863/4863/30973 4817/4817/30974 4861/4861/30975 +f 4861/4861/30976 4817/4817/30977 4888/4888/30978 +f 4861/4861/30979 4888/4888/30980 4899/4899/30981 +f 4899/4899/30982 4888/4888/30983 4887/4887/30984 +f 4899/4899/30985 4887/4887/30986 4901/4901/30987 +f 4901/4901/30988 4887/4887/30989 4818/4818/30990 +f 4818/4818/30991 4887/4887/30992 4820/4820/30993 +f 4820/4820/30994 4887/4887/30995 4889/4889/30996 +f 4820/4820/30997 4889/4889/30998 4824/4824/30999 +f 4824/4824/31000 4889/4889/31001 4897/4897/31002 +f 4824/4824/31003 4897/4897/31004 4823/4823/31005 +f 4823/4823/31006 4897/4897/31007 4896/4896/31008 +f 4896/4896/31009 5183/5183/31010 4823/4823/31011 +f 4823/4823/31012 5183/5183/31013 5184/5184/31014 +f 4823/4823/31015 5184/5184/31016 5185/5185/31017 +f 5185/5185/31018 5184/5184/31019 5186/5186/31020 +f 5185/5185/31021 5186/5186/31022 5187/5187/31023 +f 5187/5187/31024 5186/5186/31025 5188/5188/31026 +f 5187/5187/31027 5188/5188/31028 5189/5189/31029 +f 5189/5189/31030 5188/5188/31031 4826/4826/31032 +f 5189/5189/31033 4826/4826/31034 5190/5190/31035 +f 5190/5190/31036 4826/4826/31037 5191/5191/31038 +f 5190/5190/31039 5191/5191/31040 5192/5192/31041 +f 5192/5192/31042 5191/5191/31043 5193/5193/31044 +f 5192/5192/31045 5193/5193/31046 5194/5194/31047 +f 5194/5194/31048 5193/5193/31049 5195/5195/31050 +f 5194/5194/31051 5195/5195/31052 4823/4823/31053 +f 4823/4823/31054 5195/5195/31055 5196/5196/31056 +f 4823/4823/31057 5196/5196/31058 5197/5197/31059 +f 5197/5197/31060 5196/5196/31061 5198/5198/31062 +f 5197/5197/31063 5198/5198/31064 5199/5199/31065 +f 5199/5199/31066 5198/5198/31067 5200/5200/31068 +f 5199/5199/31069 5200/5200/31070 5201/5201/31071 +f 5201/5201/31072 5200/5200/31073 4826/4826/31074 +f 5201/5201/31075 4826/4826/31076 5202/5202/31077 +f 5202/5202/31078 4826/4826/31079 5203/5203/31080 +f 5202/5202/31081 5203/5203/31082 5204/5204/31083 +f 5204/5204/31084 5203/5203/31085 5205/5205/31086 +f 5204/5204/31087 5205/5205/31088 5206/5206/31089 +f 5206/5206/31090 5205/5205/31091 5207/5207/31092 +f 5206/5206/31093 5207/5207/31094 4823/4823/31095 +f 4823/4823/31096 5207/5207/31097 5208/5208/31098 +f 4823/4823/31099 5208/5208/31100 5209/5209/31101 +f 5209/5209/31102 5208/5208/31103 5210/5210/31104 +f 5209/5209/31105 5210/5210/31106 4821/4821/31107 +f 4821/4821/31108 5210/5210/31109 4825/4825/31110 +f 4825/4825/31111 5210/5210/31112 5211/5211/31113 +f 4825/4825/31114 5211/5211/31115 4826/4826/31116 +f 4826/4826/31117 5211/5211/31118 5212/5212/31119 +f 4826/4826/31120 5212/5212/31121 5203/5203/31122 +f 5203/5203/31123 5212/5212/31124 5205/5205/31125 +f 4895/4895/31126 5213/5213/31127 4896/4896/31128 +f 4896/4896/31129 5213/5213/31130 5214/5214/31131 +f 4896/4896/31132 5214/5214/31133 5215/5215/31134 +f 5215/5215/31135 5214/5214/31136 5216/5216/31137 +f 5215/5215/31138 5216/5216/31139 5217/5217/31140 +f 5217/5217/31141 5216/5216/31142 5218/5218/31143 +f 5217/5217/31144 5218/5218/31145 5219/5219/31146 +f 5219/5219/31147 5218/5218/31148 4893/4893/31149 +f 5219/5219/31150 4893/4893/31151 5220/5220/31152 +f 5220/5220/31153 4893/4893/31154 5221/5221/31155 +f 5220/5220/31156 5221/5221/31157 5222/5222/31158 +f 5222/5222/31159 5221/5221/31160 5223/5223/31161 +f 5222/5222/31162 5223/5223/31163 5224/5224/31164 +f 5224/5224/31165 5223/5223/31166 5225/5225/31167 +f 5224/5224/31168 5225/5225/31169 4896/4896/31170 +f 4896/4896/31171 5225/5225/31172 5226/5226/31173 +f 4896/4896/31174 5226/5226/31175 5227/5227/31176 +f 5227/5227/31177 5226/5226/31178 5228/5228/31179 +f 5227/5227/31180 5228/5228/31181 5229/5229/31182 +f 5229/5229/31183 5228/5228/31184 5230/5230/31185 +f 5229/5229/31186 5230/5230/31187 5231/5231/31188 +f 5231/5231/31189 5230/5230/31190 4893/4893/31191 +f 5231/5231/31192 4893/4893/31193 5232/5232/31194 +f 5232/5232/31195 4893/4893/31196 5233/5233/31197 +f 5232/5232/31198 5233/5233/31199 5234/5234/31200 +f 5234/5234/31201 5233/5233/31202 5235/5235/31203 +f 5234/5234/31204 5235/5235/31205 5236/5236/31206 +f 5236/5236/31207 5235/5235/31208 5237/5237/31209 +f 5236/5236/31210 5237/5237/31211 4896/4896/31212 +f 4896/4896/31213 5237/5237/31214 5238/5238/31215 +f 4896/4896/31216 5238/5238/31217 5239/5239/31218 +f 5239/5239/31219 5238/5238/31220 5240/5240/31221 +f 5239/5239/31222 5240/5240/31223 5241/5241/31224 +f 5241/5241/31225 5240/5240/31226 5242/5242/31227 +f 5241/5241/31228 5242/5242/31229 5243/5243/31230 +f 5243/5243/31231 5242/5242/31232 4826/4826/31233 +f 5243/5243/31234 4826/4826/31235 5244/5244/31236 +f 5244/5244/31237 4826/4826/31238 5188/5188/31239 +f 5244/5244/31240 5188/5188/31241 5186/5186/31242 +f 5213/5213/31243 4895/4895/31244 5245/5245/31245 +f 5245/5245/31246 4895/4895/31247 4891/4891/31248 +f 5245/5245/31249 4891/4891/31250 5246/5246/31251 +f 5246/5246/31252 4891/4891/31253 4892/4892/31254 +f 5246/5246/31255 4892/4892/31256 4893/4893/31257 +f 4826/4826/31258 5247/5247/31259 4893/4893/31260 +f 4893/4893/31261 5247/5247/31262 5248/5248/31263 +f 4893/4893/31264 5248/5248/31265 5233/5233/31266 +f 5233/5233/31267 5248/5248/31268 5235/5235/31269 +f 4821/4821/31270 4822/4822/31271 5209/5209/31272 +f 5209/5209/31273 4822/4822/31274 4823/4823/31275 +f 5214/5214/31276 5213/5213/31277 5249/5249/31278 +f 5249/5249/31279 5213/5213/31280 5245/5245/31281 +f 5249/5249/31282 5245/5245/31283 5250/5250/31284 +f 5250/5250/31285 5245/5245/31286 5246/5246/31287 +f 5250/5250/31288 5246/5246/31289 4893/4893/31290 +f 5215/5215/31291 5251/5251/31292 4896/4896/31293 +f 4896/4896/31294 5251/5251/31295 5252/5252/31296 +f 4896/4896/31297 5252/5252/31298 5224/5224/31299 +f 5224/5224/31300 5252/5252/31301 5222/5222/31302 +f 5215/5215/31303 5217/5217/31304 5251/5251/31305 +f 5251/5251/31306 5217/5217/31307 5253/5253/31308 +f 5251/5251/31309 5253/5253/31310 5252/5252/31311 +f 5252/5252/31312 5253/5253/31313 5222/5222/31314 +f 5226/5226/31315 5225/5225/31316 5254/5254/31317 +f 5254/5254/31318 5225/5225/31319 5223/5223/31320 +f 5254/5254/31321 5223/5223/31322 5255/5255/31323 +f 5255/5255/31324 5223/5223/31325 5221/5221/31326 +f 5255/5255/31327 5221/5221/31328 4893/4893/31329 +f 5227/5227/31330 5256/5256/31331 4896/4896/31332 +f 4896/4896/31333 5256/5256/31334 5257/5257/31335 +f 4896/4896/31336 5257/5257/31337 5236/5236/31338 +f 5236/5236/31339 5257/5257/31340 5234/5234/31341 +f 5227/5227/31342 5229/5229/31343 5256/5256/31344 +f 5256/5256/31345 5229/5229/31346 5258/5258/31347 +f 5256/5256/31348 5258/5258/31349 5257/5257/31350 +f 5257/5257/31351 5258/5258/31352 5234/5234/31353 +f 5183/5183/31354 4896/4896/31355 5239/5239/31356 +f 5238/5238/31357 5237/5237/31358 5259/5259/31359 +f 5259/5259/31360 5237/5237/31361 5235/5235/31362 +f 5259/5259/31363 5235/5235/31364 5248/5248/31365 +f 5239/5239/31366 5241/5241/31367 5183/5183/31368 +f 5183/5183/31369 5241/5241/31370 5260/5260/31371 +f 5183/5183/31372 5260/5260/31373 5184/5184/31374 +f 5184/5184/31375 5260/5260/31376 5186/5186/31377 +f 5185/5185/31378 5261/5261/31379 4823/4823/31380 +f 4823/4823/31381 5261/5261/31382 5262/5262/31383 +f 4823/4823/31384 5262/5262/31385 5194/5194/31386 +f 5194/5194/31387 5262/5262/31388 5192/5192/31389 +f 5185/5185/31390 5187/5187/31391 5261/5261/31392 +f 5261/5261/31393 5187/5187/31394 5263/5263/31395 +f 5261/5261/31396 5263/5263/31397 5262/5262/31398 +f 5262/5262/31399 5263/5263/31400 5192/5192/31401 +f 5196/5196/31402 5195/5195/31403 5264/5264/31404 +f 5264/5264/31405 5195/5195/31406 5193/5193/31407 +f 5264/5264/31408 5193/5193/31409 5265/5265/31410 +f 5265/5265/31411 5193/5193/31412 5191/5191/31413 +f 5265/5265/31414 5191/5191/31415 4826/4826/31416 +f 5197/5197/31417 5266/5266/31418 4823/4823/31419 +f 4823/4823/31420 5266/5266/31421 5267/5267/31422 +f 4823/4823/31423 5267/5267/31424 5206/5206/31425 +f 5206/5206/31426 5267/5267/31427 5204/5204/31428 +f 5197/5197/31429 5199/5199/31430 5266/5266/31431 +f 5266/5266/31432 5199/5199/31433 5268/5268/31434 +f 5266/5266/31435 5268/5268/31436 5267/5267/31437 +f 5267/5267/31438 5268/5268/31439 5204/5204/31440 +f 5208/5208/31441 5207/5207/31442 5269/5269/31443 +f 5269/5269/31444 5207/5207/31445 5205/5205/31446 +f 5269/5269/31447 5205/5205/31448 5212/5212/31449 +f 5214/5214/31450 5249/5249/31451 5216/5216/31452 +f 5216/5216/31453 5249/5249/31454 5270/5270/31455 +f 5216/5216/31456 5270/5270/31457 5218/5218/31458 +f 5218/5218/31459 5270/5270/31460 4893/4893/31461 +f 5270/5270/31462 5249/5249/31463 5250/5250/31464 +f 5220/5220/31465 5222/5222/31466 5253/5253/31467 +f 5220/5220/31468 5253/5253/31469 5219/5219/31470 +f 5219/5219/31471 5253/5253/31472 5217/5217/31473 +f 5226/5226/31474 5254/5254/31475 5228/5228/31476 +f 5228/5228/31477 5254/5254/31478 5271/5271/31479 +f 5228/5228/31480 5271/5271/31481 5230/5230/31482 +f 5230/5230/31483 5271/5271/31484 4893/4893/31485 +f 5271/5271/31486 5254/5254/31487 5255/5255/31488 +f 5232/5232/31489 5234/5234/31490 5258/5258/31491 +f 5232/5232/31492 5258/5258/31493 5231/5231/31494 +f 5231/5231/31495 5258/5258/31496 5229/5229/31497 +f 5238/5238/31498 5259/5259/31499 5240/5240/31500 +f 5240/5240/31501 5259/5259/31502 5247/5247/31503 +f 5240/5240/31504 5247/5247/31505 5242/5242/31506 +f 5242/5242/31507 5247/5247/31508 4826/4826/31509 +f 5247/5247/31510 5259/5259/31511 5248/5248/31512 +f 5244/5244/31513 5186/5186/31514 5260/5260/31515 +f 5244/5244/31516 5260/5260/31517 5243/5243/31518 +f 5243/5243/31519 5260/5260/31520 5241/5241/31521 +f 5190/5190/31522 5192/5192/31523 5263/5263/31524 +f 5190/5190/31525 5263/5263/31526 5189/5189/31527 +f 5189/5189/31528 5263/5263/31529 5187/5187/31530 +f 5196/5196/31531 5264/5264/31532 5198/5198/31533 +f 5198/5198/31534 5264/5264/31535 5272/5272/31536 +f 5198/5198/31537 5272/5272/31538 5200/5200/31539 +f 5200/5200/31540 5272/5272/31541 4826/4826/31542 +f 5272/5272/31543 5264/5264/31544 5265/5265/31545 +f 5202/5202/31546 5204/5204/31547 5268/5268/31548 +f 5202/5202/31549 5268/5268/31550 5201/5201/31551 +f 5201/5201/31552 5268/5268/31553 5199/5199/31554 +f 5211/5211/31555 5210/5210/31556 5269/5269/31557 +f 5269/5269/31558 5210/5210/31559 5208/5208/31560 +f 5211/5211/31561 5269/5269/31562 5212/5212/31563 +f 4893/4893/31564 5270/5270/31565 5250/5250/31566 +f 4893/4893/31567 5271/5271/31568 5255/5255/31569 +f 4826/4826/31570 5272/5272/31571 5265/5265/31572 +f 4826/4826/31573 4893/4893/31574 4827/4827/31575 +f 4827/4827/31576 4893/4893/31577 4894/4894/31578 +f 4827/4827/31579 4894/4894/31580 4819/4819/31581 +f 4819/4819/31582 4894/4894/31583 4890/4890/31584 +f 4819/4819/31585 4890/4890/31586 4817/4817/31587 +f 4817/4817/31588 4890/4890/31589 4888/4888/31590 +f 4829/4829/31591 4867/4867/31592 4831/4831/31593 +f 4831/4831/31594 4867/4867/31595 4868/4868/31596 +f 5273/5273/31597 5274/5274/31598 5275/5275/31599 +f 5275/5275/31600 5274/5274/31601 5276/5276/31602 +f 5275/5275/31603 5276/5276/31604 5277/5277/31605 +f 5277/5277/31606 5276/5276/31607 5278/5278/31608 +f 5278/5278/31609 5276/5276/31610 5279/5279/31611 +f 5279/5279/31612 5276/5276/31613 5280/5280/31614 +f 5277/5277/31615 5281/5281/31616 5275/5275/31617 +f 5275/5275/31618 5281/5281/31619 5282/5282/31620 +f 5275/5275/31621 5282/5282/31622 5283/5283/31623 +f 5284/5284/31624 5285/5285/31625 5286/5286/31626 +f 5286/5286/31627 5285/5285/31628 5287/5287/31629 +f 5286/5286/31630 5287/5287/31631 5288/5288/31632 +f 5288/5288/31633 5287/5287/31634 5289/5289/31635 +f 5289/5289/31636 5287/5287/31637 5290/5290/31638 +f 5290/5290/31639 5287/5287/31640 5291/5291/31641 +f 5288/5288/31642 5292/5292/31643 5286/5286/31644 +f 5286/5286/31645 5292/5292/31646 5293/5293/31647 +f 5286/5286/31648 5293/5293/31649 5294/5294/31650 +f 5295/5295/31651 5296/5296/31652 5297/5297/31653 +f 5297/5297/31654 5296/5296/31655 5298/5298/31656 +f 5297/5297/31657 5298/5298/31658 5299/5299/31659 +f 5299/5299/31660 5298/5298/31661 5300/5300/31662 +f 5300/5300/31663 5298/5298/31664 5301/5301/31665 +f 5301/5301/31666 5298/5298/31667 5302/5302/31668 +f 5299/5299/31669 5303/5303/31670 5297/5297/31671 +f 5297/5297/31672 5303/5303/31673 5304/5304/31674 +f 5297/5297/31675 5304/5304/31676 5305/5305/31677 +f 5306/5306/31678 5307/5307/31679 5308/5308/31680 +f 5308/5308/31681 5307/5307/31682 5309/5309/31683 +f 5309/5309/31684 5307/5307/31685 5310/5310/31686 +f 5309/5309/31687 5310/5310/31688 5311/5311/31689 +f 5312/5312/31690 5313/5313/31691 5307/5307/31692 +f 5307/5307/31693 5313/5313/31694 5314/5314/31695 +f 5307/5307/31696 5314/5314/31697 5310/5310/31698 +f 5311/5311/31699 5315/5315/31700 5309/5309/31701 +f 5309/5309/31702 5315/5315/31703 5316/5316/31704 +f 5317/5317/31705 5318/5318/31706 5319/5319/31707 +f 5319/5319/31708 5318/5318/31709 5320/5320/31710 +f 5321/5321/31711 5322/5322/31712 5323/5323/31713 +f 5323/5323/31714 5322/5322/31715 5324/5324/31716 +f 5324/5324/31717 5322/5322/31718 5325/5325/31719 +f 5324/5324/31720 5325/5325/31721 5326/5326/31722 +f 5327/5327/31723 5328/5328/31724 5322/5322/31725 +f 5322/5322/31726 5328/5328/31727 5329/5329/31728 +f 5322/5322/31729 5329/5329/31730 5325/5325/31731 +f 5326/5326/31732 5330/5330/31733 5324/5324/31734 +f 5324/5324/31735 5330/5330/31736 5331/5331/31737 +f 5332/5332/31738 5333/5333/31739 5334/5334/31740 +f 5334/5334/31741 5333/5333/31742 5335/5335/31743 +f 5334/5334/31744 5335/5335/31745 5336/5336/31746 +f 5336/5336/31747 5335/5335/31748 5337/5337/31749 +f 5337/5337/31750 5335/5335/31751 5338/5338/31752 +f 5338/5338/31753 5335/5335/31754 5339/5339/31755 +f 5336/5336/31756 5340/5340/31757 5334/5334/31758 +f 5334/5334/31759 5340/5340/31760 5341/5341/31761 +f 5334/5334/31762 5341/5341/31763 5342/5342/31764 +f 5343/5343/31765 5344/5344/31766 5345/5345/31767 +f 5345/5345/31768 5344/5344/31769 5346/5346/31770 +f 5345/5345/31771 5346/5346/31772 5347/5347/31773 +f 5347/5347/31774 5346/5346/31775 5348/5348/31776 +f 5348/5348/31777 5346/5346/31778 5349/5349/31779 +f 5349/5349/31780 5346/5346/31781 5350/5350/31782 +f 5347/5347/31783 5351/5351/31784 5345/5345/31785 +f 5345/5345/31786 5351/5351/31787 5352/5352/31788 +f 5345/5345/31789 5352/5352/31790 5353/5353/31791 +f 5354/5354/31792 5355/5355/31793 5356/5356/31794 +f 5356/5356/31795 5355/5355/31796 5357/5357/31797 +f 5358/5358/31798 5359/5359/31799 5360/5360/31800 +f 5360/5360/31801 5359/5359/31802 5361/5361/31803 +f 5360/5360/31804 5361/5361/31805 5362/5362/31806 +f 5362/5362/31807 5361/5361/31808 5363/5363/31809 +f 5363/5363/31810 5361/5361/31811 5364/5364/31812 +f 5364/5364/31813 5361/5361/31814 5365/5365/31815 +f 5362/5362/31816 5366/5366/31817 5360/5360/31818 +f 5360/5360/31819 5366/5366/31820 5367/5367/31821 +f 5360/5360/31822 5367/5367/31823 5368/5368/31824 +f 5287/5287/31825 5324/5324/31826 5291/5291/31827 +f 5291/5291/31828 5324/5324/31829 5331/5331/31830 +f 5291/5291/31831 5331/5331/31832 5290/5290/31833 +f 5290/5290/31834 5331/5331/31835 5330/5330/31836 +f 5330/5330/31837 5369/5369/31838 5290/5290/31839 +f 5290/5290/31840 5369/5369/31841 5370/5370/31842 +f 5290/5290/31843 5370/5370/31844 5371/5371/31845 +f 5371/5371/31846 5370/5370/31847 5372/5372/31848 +f 5371/5371/31849 5372/5372/31850 5373/5373/31851 +f 5373/5373/31852 5372/5372/31853 5374/5374/31854 +f 5373/5373/31855 5374/5374/31856 5375/5375/31857 +f 5375/5375/31858 5374/5374/31859 5293/5293/31860 +f 5375/5375/31861 5293/5293/31862 5376/5376/31863 +f 5376/5376/31864 5293/5293/31865 5377/5377/31866 +f 5376/5376/31867 5377/5377/31868 5378/5378/31869 +f 5378/5378/31870 5377/5377/31871 5379/5379/31872 +f 5378/5378/31873 5379/5379/31874 5380/5380/31875 +f 5380/5380/31876 5379/5379/31877 5381/5381/31878 +f 5380/5380/31879 5381/5381/31880 5290/5290/31881 +f 5290/5290/31882 5381/5381/31883 5382/5382/31884 +f 5290/5290/31885 5382/5382/31886 5383/5383/31887 +f 5383/5383/31888 5382/5382/31889 5384/5384/31890 +f 5383/5383/31891 5384/5384/31892 5385/5385/31893 +f 5385/5385/31894 5384/5384/31895 5386/5386/31896 +f 5385/5385/31897 5386/5386/31898 5387/5387/31899 +f 5387/5387/31900 5386/5386/31901 5293/5293/31902 +f 5387/5387/31903 5293/5293/31904 5388/5388/31905 +f 5388/5388/31906 5293/5293/31907 5389/5389/31908 +f 5388/5388/31909 5389/5389/31910 5390/5390/31911 +f 5390/5390/31912 5389/5389/31913 5391/5391/31914 +f 5390/5390/31915 5391/5391/31916 5392/5392/31917 +f 5392/5392/31918 5391/5391/31919 5393/5393/31920 +f 5392/5392/31921 5393/5393/31922 5290/5290/31923 +f 5290/5290/31924 5393/5393/31925 5394/5394/31926 +f 5290/5290/31927 5394/5394/31928 5395/5395/31929 +f 5395/5395/31930 5394/5394/31931 5396/5396/31932 +f 5395/5395/31933 5396/5396/31934 5288/5288/31935 +f 5288/5288/31936 5396/5396/31937 5292/5292/31938 +f 5292/5292/31939 5396/5396/31940 5397/5397/31941 +f 5292/5292/31942 5397/5397/31943 5293/5293/31944 +f 5293/5293/31945 5397/5397/31946 5398/5398/31947 +f 5293/5293/31948 5398/5398/31949 5389/5389/31950 +f 5389/5389/31951 5398/5398/31952 5391/5391/31953 +f 5326/5326/31954 5399/5399/31955 5330/5330/31956 +f 5330/5330/31957 5399/5399/31958 5400/5400/31959 +f 5330/5330/31960 5400/5400/31961 5401/5401/31962 +f 5401/5401/31963 5400/5400/31964 5402/5402/31965 +f 5401/5401/31966 5402/5402/31967 5403/5403/31968 +f 5403/5403/31969 5402/5402/31970 5404/5404/31971 +f 5403/5403/31972 5404/5404/31973 5405/5405/31974 +f 5405/5405/31975 5404/5404/31976 5328/5328/31977 +f 5405/5405/31978 5328/5328/31979 5406/5406/31980 +f 5406/5406/31981 5328/5328/31982 5407/5407/31983 +f 5406/5406/31984 5407/5407/31985 5408/5408/31986 +f 5408/5408/31987 5407/5407/31988 5409/5409/31989 +f 5408/5408/31990 5409/5409/31991 5410/5410/31992 +f 5410/5410/31993 5409/5409/31994 5411/5411/31995 +f 5410/5410/31996 5411/5411/31997 5330/5330/31998 +f 5330/5330/31999 5411/5411/32000 5412/5412/32001 +f 5330/5330/32002 5412/5412/32003 5413/5413/32004 +f 5413/5413/32005 5412/5412/32006 5414/5414/32007 +f 5413/5413/32008 5414/5414/32009 5415/5415/32010 +f 5415/5415/32011 5414/5414/32012 5416/5416/32013 +f 5415/5415/32014 5416/5416/32015 5417/5417/32016 +f 5417/5417/32017 5416/5416/32018 5328/5328/32019 +f 5417/5417/32020 5328/5328/32021 5418/5418/32022 +f 5418/5418/32023 5328/5328/32024 5419/5419/32025 +f 5418/5418/32026 5419/5419/32027 5420/5420/32028 +f 5420/5420/32029 5419/5419/32030 5421/5421/32031 +f 5420/5420/32032 5421/5421/32033 5422/5422/32034 +f 5422/5422/32035 5421/5421/32036 5423/5423/32037 +f 5422/5422/32038 5423/5423/32039 5330/5330/32040 +f 5330/5330/32041 5423/5423/32042 5424/5424/32043 +f 5330/5330/32044 5424/5424/32045 5425/5425/32046 +f 5425/5425/32047 5424/5424/32048 5426/5426/32049 +f 5425/5425/32050 5426/5426/32051 5427/5427/32052 +f 5427/5427/32053 5426/5426/32054 5428/5428/32055 +f 5427/5427/32056 5428/5428/32057 5429/5429/32058 +f 5429/5429/32059 5428/5428/32060 5293/5293/32061 +f 5429/5429/32062 5293/5293/32063 5430/5430/32064 +f 5430/5430/32065 5293/5293/32066 5374/5374/32067 +f 5430/5430/32068 5374/5374/32069 5372/5372/32070 +f 5399/5399/32071 5326/5326/32072 5431/5431/32073 +f 5431/5431/32074 5326/5326/32075 5325/5325/32076 +f 5431/5431/32077 5325/5325/32078 5432/5432/32079 +f 5432/5432/32080 5325/5325/32081 5329/5329/32082 +f 5432/5432/32083 5329/5329/32084 5328/5328/32085 +f 5293/5293/32086 5433/5433/32087 5328/5328/32088 +f 5328/5328/32089 5433/5433/32090 5434/5434/32091 +f 5328/5328/32092 5434/5434/32093 5419/5419/32094 +f 5419/5419/32095 5434/5434/32096 5421/5421/32097 +f 5288/5288/32098 5289/5289/32099 5395/5395/32100 +f 5395/5395/32101 5289/5289/32102 5290/5290/32103 +f 5400/5400/32104 5399/5399/32105 5435/5435/32106 +f 5435/5435/32107 5399/5399/32108 5431/5431/32109 +f 5435/5435/32110 5431/5431/32111 5436/5436/32112 +f 5436/5436/32113 5431/5431/32114 5432/5432/32115 +f 5436/5436/32116 5432/5432/32117 5328/5328/32118 +f 5401/5401/32119 5437/5437/32120 5330/5330/32121 +f 5330/5330/32122 5437/5437/32123 5438/5438/32124 +f 5330/5330/32125 5438/5438/32126 5410/5410/32127 +f 5410/5410/32128 5438/5438/32129 5408/5408/32130 +f 5401/5401/32131 5403/5403/32132 5437/5437/32133 +f 5437/5437/32134 5403/5403/32135 5439/5439/32136 +f 5437/5437/32137 5439/5439/32138 5438/5438/32139 +f 5438/5438/32140 5439/5439/32141 5408/5408/32142 +f 5412/5412/32143 5411/5411/32144 5440/5440/32145 +f 5440/5440/32146 5411/5411/32147 5409/5409/32148 +f 5440/5440/32149 5409/5409/32150 5441/5441/32151 +f 5441/5441/32152 5409/5409/32153 5407/5407/32154 +f 5441/5441/32155 5407/5407/32156 5328/5328/32157 +f 5413/5413/32158 5442/5442/32159 5330/5330/32160 +f 5330/5330/32161 5442/5442/32162 5443/5443/32163 +f 5330/5330/32164 5443/5443/32165 5422/5422/32166 +f 5422/5422/32167 5443/5443/32168 5420/5420/32169 +f 5413/5413/32170 5415/5415/32171 5442/5442/32172 +f 5442/5442/32173 5415/5415/32174 5444/5444/32175 +f 5442/5442/32176 5444/5444/32177 5443/5443/32178 +f 5443/5443/32179 5444/5444/32180 5420/5420/32181 +f 5369/5369/32182 5330/5330/32183 5425/5425/32184 +f 5424/5424/32185 5423/5423/32186 5445/5445/32187 +f 5445/5445/32188 5423/5423/32189 5421/5421/32190 +f 5445/5445/32191 5421/5421/32192 5434/5434/32193 +f 5425/5425/32194 5427/5427/32195 5369/5369/32196 +f 5369/5369/32197 5427/5427/32198 5446/5446/32199 +f 5369/5369/32200 5446/5446/32201 5370/5370/32202 +f 5370/5370/32203 5446/5446/32204 5372/5372/32205 +f 5371/5371/32206 5447/5447/32207 5290/5290/32208 +f 5290/5290/32209 5447/5447/32210 5448/5448/32211 +f 5290/5290/32212 5448/5448/32213 5380/5380/32214 +f 5380/5380/32215 5448/5448/32216 5378/5378/32217 +f 5371/5371/32218 5373/5373/32219 5447/5447/32220 +f 5447/5447/32221 5373/5373/32222 5449/5449/32223 +f 5447/5447/32224 5449/5449/32225 5448/5448/32226 +f 5448/5448/32227 5449/5449/32228 5378/5378/32229 +f 5382/5382/32230 5381/5381/32231 5450/5450/32232 +f 5450/5450/32233 5381/5381/32234 5379/5379/32235 +f 5450/5450/32236 5379/5379/32237 5451/5451/32238 +f 5451/5451/32239 5379/5379/32240 5377/5377/32241 +f 5451/5451/32242 5377/5377/32243 5293/5293/32244 +f 5383/5383/32245 5452/5452/32246 5290/5290/32247 +f 5290/5290/32248 5452/5452/32249 5453/5453/32250 +f 5290/5290/32251 5453/5453/32252 5392/5392/32253 +f 5392/5392/32254 5453/5453/32255 5390/5390/32256 +f 5383/5383/32257 5385/5385/32258 5452/5452/32259 +f 5452/5452/32260 5385/5385/32261 5454/5454/32262 +f 5452/5452/32263 5454/5454/32264 5453/5453/32265 +f 5453/5453/32266 5454/5454/32267 5390/5390/32268 +f 5394/5394/32269 5393/5393/32270 5455/5455/32271 +f 5455/5455/32272 5393/5393/32273 5391/5391/32274 +f 5455/5455/32275 5391/5391/32276 5398/5398/32277 +f 5400/5400/32278 5435/5435/32279 5402/5402/32280 +f 5402/5402/32281 5435/5435/32282 5456/5456/32283 +f 5402/5402/32284 5456/5456/32285 5404/5404/32286 +f 5404/5404/32287 5456/5456/32288 5328/5328/32289 +f 5456/5456/32290 5435/5435/32291 5436/5436/32292 +f 5406/5406/32293 5408/5408/32294 5439/5439/32295 +f 5406/5406/32296 5439/5439/32297 5405/5405/32298 +f 5405/5405/32299 5439/5439/32300 5403/5403/32301 +f 5412/5412/32302 5440/5440/32303 5414/5414/32304 +f 5414/5414/32305 5440/5440/32306 5457/5457/32307 +f 5414/5414/32308 5457/5457/32309 5416/5416/32310 +f 5416/5416/32311 5457/5457/32312 5328/5328/32313 +f 5457/5457/32314 5440/5440/32315 5441/5441/32316 +f 5418/5418/32317 5420/5420/32318 5444/5444/32319 +f 5418/5418/32320 5444/5444/32321 5417/5417/32322 +f 5417/5417/32323 5444/5444/32324 5415/5415/32325 +f 5424/5424/32326 5445/5445/32327 5426/5426/32328 +f 5426/5426/32329 5445/5445/32330 5433/5433/32331 +f 5426/5426/32332 5433/5433/32333 5428/5428/32334 +f 5428/5428/32335 5433/5433/32336 5293/5293/32337 +f 5433/5433/32338 5445/5445/32339 5434/5434/32340 +f 5430/5430/32341 5372/5372/32342 5446/5446/32343 +f 5430/5430/32344 5446/5446/32345 5429/5429/32346 +f 5429/5429/32347 5446/5446/32348 5427/5427/32349 +f 5376/5376/32350 5378/5378/32351 5449/5449/32352 +f 5376/5376/32353 5449/5449/32354 5375/5375/32355 +f 5375/5375/32356 5449/5449/32357 5373/5373/32358 +f 5382/5382/32359 5450/5450/32360 5384/5384/32361 +f 5384/5384/32362 5450/5450/32363 5458/5458/32364 +f 5384/5384/32365 5458/5458/32366 5386/5386/32367 +f 5386/5386/32368 5458/5458/32369 5293/5293/32370 +f 5458/5458/32371 5450/5450/32372 5451/5451/32373 +f 5388/5388/32374 5390/5390/32375 5454/5454/32376 +f 5388/5388/32377 5454/5454/32378 5387/5387/32379 +f 5387/5387/32380 5454/5454/32381 5385/5385/32382 +f 5397/5397/32383 5396/5396/32384 5455/5455/32385 +f 5455/5455/32386 5396/5396/32387 5394/5394/32388 +f 5397/5397/32389 5455/5455/32390 5398/5398/32391 +f 5328/5328/32392 5456/5456/32393 5436/5436/32394 +f 5328/5328/32395 5457/5457/32396 5441/5441/32397 +f 5293/5293/32398 5458/5458/32399 5451/5451/32400 +f 5293/5293/32401 5328/5328/32402 5294/5294/32403 +f 5294/5294/32404 5328/5328/32405 5327/5327/32406 +f 5294/5294/32407 5327/5327/32408 5286/5286/32409 +f 5286/5286/32410 5327/5327/32411 5322/5322/32412 +f 5286/5286/32413 5322/5322/32414 5284/5284/32415 +f 5284/5284/32416 5322/5322/32417 5321/5321/32418 +f 5285/5285/32419 5284/5284/32420 5318/5318/32421 +f 5318/5318/32422 5284/5284/32423 5321/5321/32424 +f 5318/5318/32425 5321/5321/32426 5354/5354/32427 +f 5354/5354/32428 5321/5321/32429 5323/5323/32430 +f 5354/5354/32431 5323/5323/32432 5355/5355/32433 +f 5355/5355/32434 5323/5323/32435 5285/5285/32436 +f 5355/5355/32437 5285/5285/32438 5317/5317/32439 +f 5317/5317/32440 5285/5285/32441 5318/5318/32442 +f 5296/5296/32443 5332/5332/32444 5298/5298/32445 +f 5298/5298/32446 5332/5332/32447 5334/5334/32448 +f 5298/5298/32449 5334/5334/32450 5302/5302/32451 +f 5302/5302/32452 5334/5334/32453 5342/5342/32454 +f 5302/5302/32455 5342/5342/32456 5301/5301/32457 +f 5301/5301/32458 5342/5342/32459 5341/5341/32460 +f 5341/5341/32461 5459/5459/32462 5301/5301/32463 +f 5301/5301/32464 5459/5459/32465 5460/5460/32466 +f 5301/5301/32467 5460/5460/32468 5461/5461/32469 +f 5461/5461/32470 5460/5460/32471 5462/5462/32472 +f 5461/5461/32473 5462/5462/32474 5463/5463/32475 +f 5463/5463/32476 5462/5462/32477 5464/5464/32478 +f 5463/5463/32479 5464/5464/32480 5465/5465/32481 +f 5465/5465/32482 5464/5464/32483 5304/5304/32484 +f 5465/5465/32485 5304/5304/32486 5466/5466/32487 +f 5466/5466/32488 5304/5304/32489 5467/5467/32490 +f 5466/5466/32491 5467/5467/32492 5468/5468/32493 +f 5468/5468/32494 5467/5467/32495 5469/5469/32496 +f 5468/5468/32497 5469/5469/32498 5470/5470/32499 +f 5470/5470/32500 5469/5469/32501 5471/5471/32502 +f 5470/5470/32503 5471/5471/32504 5301/5301/32505 +f 5301/5301/32506 5471/5471/32507 5472/5472/32508 +f 5301/5301/32509 5472/5472/32510 5473/5473/32511 +f 5473/5473/32512 5472/5472/32513 5474/5474/32514 +f 5473/5473/32515 5474/5474/32516 5475/5475/32517 +f 5475/5475/32518 5474/5474/32519 5476/5476/32520 +f 5475/5475/32521 5476/5476/32522 5477/5477/32523 +f 5477/5477/32524 5476/5476/32525 5304/5304/32526 +f 5477/5477/32527 5304/5304/32528 5478/5478/32529 +f 5478/5478/32530 5304/5304/32531 5479/5479/32532 +f 5478/5478/32533 5479/5479/32534 5480/5480/32535 +f 5480/5480/32536 5479/5479/32537 5481/5481/32538 +f 5480/5480/32539 5481/5481/32540 5482/5482/32541 +f 5482/5482/32542 5481/5481/32543 5483/5483/32544 +f 5482/5482/32545 5483/5483/32546 5301/5301/32547 +f 5301/5301/32548 5483/5483/32549 5484/5484/32550 +f 5301/5301/32551 5484/5484/32552 5485/5485/32553 +f 5485/5485/32554 5484/5484/32555 5486/5486/32556 +f 5485/5485/32557 5486/5486/32558 5299/5299/32559 +f 5299/5299/32560 5486/5486/32561 5303/5303/32562 +f 5303/5303/32563 5486/5486/32564 5487/5487/32565 +f 5303/5303/32566 5487/5487/32567 5304/5304/32568 +f 5304/5304/32569 5487/5487/32570 5488/5488/32571 +f 5304/5304/32572 5488/5488/32573 5479/5479/32574 +f 5479/5479/32575 5488/5488/32576 5481/5481/32577 +f 5340/5340/32578 5489/5489/32579 5341/5341/32580 +f 5341/5341/32581 5489/5489/32582 5490/5490/32583 +f 5341/5341/32584 5490/5490/32585 5491/5491/32586 +f 5491/5491/32587 5490/5490/32588 5492/5492/32589 +f 5491/5491/32590 5492/5492/32591 5493/5493/32592 +f 5493/5493/32593 5492/5492/32594 5494/5494/32595 +f 5493/5493/32596 5494/5494/32597 5495/5495/32598 +f 5495/5495/32599 5494/5494/32600 5338/5338/32601 +f 5495/5495/32602 5338/5338/32603 5496/5496/32604 +f 5496/5496/32605 5338/5338/32606 5497/5497/32607 +f 5496/5496/32608 5497/5497/32609 5498/5498/32610 +f 5498/5498/32611 5497/5497/32612 5499/5499/32613 +f 5498/5498/32614 5499/5499/32615 5500/5500/32616 +f 5500/5500/32617 5499/5499/32618 5501/5501/32619 +f 5500/5500/32620 5501/5501/32621 5341/5341/32622 +f 5341/5341/32623 5501/5501/32624 5502/5502/32625 +f 5341/5341/32626 5502/5502/32627 5503/5503/32628 +f 5503/5503/32629 5502/5502/32630 5504/5504/32631 +f 5503/5503/32632 5504/5504/32633 5505/5505/32634 +f 5505/5505/32635 5504/5504/32636 5506/5506/32637 +f 5505/5505/32638 5506/5506/32639 5507/5507/32640 +f 5507/5507/32641 5506/5506/32642 5338/5338/32643 +f 5507/5507/32644 5338/5338/32645 5508/5508/32646 +f 5508/5508/32647 5338/5338/32648 5509/5509/32649 +f 5508/5508/32650 5509/5509/32651 5510/5510/32652 +f 5510/5510/32653 5509/5509/32654 5511/5511/32655 +f 5510/5510/32656 5511/5511/32657 5512/5512/32658 +f 5512/5512/32659 5511/5511/32660 5513/5513/32661 +f 5512/5512/32662 5513/5513/32663 5341/5341/32664 +f 5341/5341/32665 5513/5513/32666 5514/5514/32667 +f 5341/5341/32668 5514/5514/32669 5515/5515/32670 +f 5515/5515/32671 5514/5514/32672 5516/5516/32673 +f 5515/5515/32674 5516/5516/32675 5517/5517/32676 +f 5517/5517/32677 5516/5516/32678 5518/5518/32679 +f 5517/5517/32680 5518/5518/32681 5519/5519/32682 +f 5519/5519/32683 5518/5518/32684 5304/5304/32685 +f 5519/5519/32686 5304/5304/32687 5520/5520/32688 +f 5520/5520/32689 5304/5304/32690 5464/5464/32691 +f 5520/5520/32692 5464/5464/32693 5462/5462/32694 +f 5489/5489/32695 5340/5340/32696 5521/5521/32697 +f 5521/5521/32698 5340/5340/32699 5336/5336/32700 +f 5521/5521/32701 5336/5336/32702 5522/5522/32703 +f 5522/5522/32704 5336/5336/32705 5337/5337/32706 +f 5522/5522/32707 5337/5337/32708 5338/5338/32709 +f 5304/5304/32710 5523/5523/32711 5338/5338/32712 +f 5338/5338/32713 5523/5523/32714 5524/5524/32715 +f 5338/5338/32716 5524/5524/32717 5509/5509/32718 +f 5509/5509/32719 5524/5524/32720 5511/5511/32721 +f 5299/5299/32722 5300/5300/32723 5485/5485/32724 +f 5485/5485/32725 5300/5300/32726 5301/5301/32727 +f 5490/5490/32728 5489/5489/32729 5525/5525/32730 +f 5525/5525/32731 5489/5489/32732 5521/5521/32733 +f 5525/5525/32734 5521/5521/32735 5526/5526/32736 +f 5526/5526/32737 5521/5521/32738 5522/5522/32739 +f 5526/5526/32740 5522/5522/32741 5338/5338/32742 +f 5491/5491/32743 5527/5527/32744 5341/5341/32745 +f 5341/5341/32746 5527/5527/32747 5528/5528/32748 +f 5341/5341/32749 5528/5528/32750 5500/5500/32751 +f 5500/5500/32752 5528/5528/32753 5498/5498/32754 +f 5491/5491/32755 5493/5493/32756 5527/5527/32757 +f 5527/5527/32758 5493/5493/32759 5529/5529/32760 +f 5527/5527/32761 5529/5529/32762 5528/5528/32763 +f 5528/5528/32764 5529/5529/32765 5498/5498/32766 +f 5502/5502/32767 5501/5501/32768 5530/5530/32769 +f 5530/5530/32770 5501/5501/32771 5499/5499/32772 +f 5530/5530/32773 5499/5499/32774 5531/5531/32775 +f 5531/5531/32776 5499/5499/32777 5497/5497/32778 +f 5531/5531/32779 5497/5497/32780 5338/5338/32781 +f 5503/5503/32782 5532/5532/32783 5341/5341/32784 +f 5341/5341/32785 5532/5532/32786 5533/5533/32787 +f 5341/5341/32788 5533/5533/32789 5512/5512/32790 +f 5512/5512/32791 5533/5533/32792 5510/5510/32793 +f 5503/5503/32794 5505/5505/32795 5532/5532/32796 +f 5532/5532/32797 5505/5505/32798 5534/5534/32799 +f 5532/5532/32800 5534/5534/32801 5533/5533/32802 +f 5533/5533/32803 5534/5534/32804 5510/5510/32805 +f 5459/5459/32806 5341/5341/32807 5515/5515/32808 +f 5514/5514/32809 5513/5513/32810 5535/5535/32811 +f 5535/5535/32812 5513/5513/32813 5511/5511/32814 +f 5535/5535/32815 5511/5511/32816 5524/5524/32817 +f 5515/5515/32818 5517/5517/32819 5459/5459/32820 +f 5459/5459/32821 5517/5517/32822 5536/5536/32823 +f 5459/5459/32824 5536/5536/32825 5460/5460/32826 +f 5460/5460/32827 5536/5536/32828 5462/5462/32829 +f 5461/5461/32830 5537/5537/32831 5301/5301/32832 +f 5301/5301/32833 5537/5537/32834 5538/5538/32835 +f 5301/5301/32836 5538/5538/32837 5470/5470/32838 +f 5470/5470/32839 5538/5538/32840 5468/5468/32841 +f 5461/5461/32842 5463/5463/32843 5537/5537/32844 +f 5537/5537/32845 5463/5463/32846 5539/5539/32847 +f 5537/5537/32848 5539/5539/32849 5538/5538/32850 +f 5538/5538/32851 5539/5539/32852 5468/5468/32853 +f 5472/5472/32854 5471/5471/32855 5540/5540/32856 +f 5540/5540/32857 5471/5471/32858 5469/5469/32859 +f 5540/5540/32860 5469/5469/32861 5541/5541/32862 +f 5541/5541/32863 5469/5469/32864 5467/5467/32865 +f 5541/5541/32866 5467/5467/32867 5304/5304/32868 +f 5473/5473/32869 5542/5542/32870 5301/5301/32871 +f 5301/5301/32872 5542/5542/32873 5543/5543/32874 +f 5301/5301/32875 5543/5543/32876 5482/5482/32877 +f 5482/5482/32878 5543/5543/32879 5480/5480/32880 +f 5473/5473/32881 5475/5475/32882 5542/5542/32883 +f 5542/5542/32884 5475/5475/32885 5544/5544/32886 +f 5542/5542/32887 5544/5544/32888 5543/5543/32889 +f 5543/5543/32890 5544/5544/32891 5480/5480/32892 +f 5484/5484/32893 5483/5483/32894 5545/5545/32895 +f 5545/5545/32896 5483/5483/32897 5481/5481/32898 +f 5545/5545/32899 5481/5481/32900 5488/5488/32901 +f 5490/5490/32902 5525/5525/32903 5492/5492/32904 +f 5492/5492/32905 5525/5525/32906 5546/5546/32907 +f 5492/5492/32908 5546/5546/32909 5494/5494/32910 +f 5494/5494/32911 5546/5546/32912 5338/5338/32913 +f 5546/5546/32914 5525/5525/32915 5526/5526/32916 +f 5496/5496/32917 5498/5498/32918 5529/5529/32919 +f 5496/5496/32920 5529/5529/32921 5495/5495/32922 +f 5495/5495/32923 5529/5529/32924 5493/5493/32925 +f 5502/5502/32926 5530/5530/32927 5504/5504/32928 +f 5504/5504/32929 5530/5530/32930 5547/5547/32931 +f 5504/5504/32932 5547/5547/32933 5506/5506/32934 +f 5506/5506/32935 5547/5547/32936 5338/5338/32937 +f 5547/5547/32938 5530/5530/32939 5531/5531/32940 +f 5508/5508/32941 5510/5510/32942 5534/5534/32943 +f 5508/5508/32944 5534/5534/32945 5507/5507/32946 +f 5507/5507/32947 5534/5534/32948 5505/5505/32949 +f 5514/5514/32950 5535/5535/32951 5516/5516/32952 +f 5516/5516/32953 5535/5535/32954 5523/5523/32955 +f 5516/5516/32956 5523/5523/32957 5518/5518/32958 +f 5518/5518/32959 5523/5523/32960 5304/5304/32961 +f 5523/5523/32962 5535/5535/32963 5524/5524/32964 +f 5520/5520/32965 5462/5462/32966 5536/5536/32967 +f 5520/5520/32968 5536/5536/32969 5519/5519/32970 +f 5519/5519/32971 5536/5536/32972 5517/5517/32973 +f 5466/5466/32974 5468/5468/32975 5539/5539/32976 +f 5466/5466/32977 5539/5539/32978 5465/5465/32979 +f 5465/5465/32980 5539/5539/32981 5463/5463/32982 +f 5472/5472/32983 5540/5540/32984 5474/5474/32985 +f 5474/5474/32986 5540/5540/32987 5548/5548/32988 +f 5474/5474/32989 5548/5548/32990 5476/5476/32991 +f 5476/5476/32992 5548/5548/32993 5304/5304/32994 +f 5548/5548/32995 5540/5540/32996 5541/5541/32997 +f 5478/5478/32998 5480/5480/32999 5544/5544/33000 +f 5478/5478/33001 5544/5544/33002 5477/5477/33003 +f 5477/5477/33004 5544/5544/33005 5475/5475/33006 +f 5487/5487/33007 5486/5486/33008 5545/5545/33009 +f 5545/5545/33010 5486/5486/33011 5484/5484/33012 +f 5487/5487/33013 5545/5545/33014 5488/5488/33015 +f 5338/5338/33016 5546/5546/33017 5526/5526/33018 +f 5338/5338/33019 5547/5547/33020 5531/5531/33021 +f 5304/5304/33022 5548/5548/33023 5541/5541/33024 +f 5304/5304/33025 5338/5338/33026 5305/5305/33027 +f 5305/5305/33028 5338/5338/33029 5339/5339/33030 +f 5305/5305/33031 5339/5339/33032 5297/5297/33033 +f 5297/5297/33034 5339/5339/33035 5335/5335/33036 +f 5297/5297/33037 5335/5335/33038 5295/5295/33039 +f 5295/5295/33040 5335/5335/33041 5333/5333/33042 +f 5333/5333/33043 5320/5320/33044 5295/5295/33045 +f 5295/5295/33046 5320/5320/33047 5318/5318/33048 +f 5295/5295/33049 5318/5318/33050 5296/5296/33051 +f 5296/5296/33052 5318/5318/33053 5332/5332/33054 +f 5332/5332/33055 5318/5318/33056 5354/5354/33057 +f 5332/5332/33058 5354/5354/33059 5333/5333/33060 +f 5333/5333/33061 5354/5354/33062 5356/5356/33063 +f 5333/5333/33064 5356/5356/33065 5320/5320/33066 +f 5356/5356/33067 5358/5358/33068 5320/5320/33069 +f 5320/5320/33070 5358/5358/33071 5306/5306/33072 +f 5320/5320/33073 5306/5306/33074 5308/5308/33075 +f 5358/5358/33076 5356/5356/33077 5359/5359/33078 +f 5359/5359/33079 5356/5356/33080 5357/5357/33081 +f 5359/5359/33082 5357/5357/33083 5319/5319/33084 +f 5359/5359/33085 5319/5319/33086 5308/5308/33087 +f 5308/5308/33088 5319/5319/33089 5320/5320/33090 +f 5306/5306/33091 5358/5358/33092 5307/5307/33093 +f 5307/5307/33094 5358/5358/33095 5360/5360/33096 +f 5307/5307/33097 5360/5360/33098 5312/5312/33099 +f 5312/5312/33100 5360/5360/33101 5368/5368/33102 +f 5312/5312/33103 5368/5368/33104 5313/5313/33105 +f 5313/5313/33106 5368/5368/33107 5367/5367/33108 +f 5367/5367/33109 5549/5549/33110 5313/5313/33111 +f 5313/5313/33112 5549/5549/33113 5550/5550/33114 +f 5313/5313/33115 5550/5550/33116 5551/5551/33117 +f 5551/5551/33118 5550/5550/33119 5552/5552/33120 +f 5551/5551/33121 5552/5552/33122 5553/5553/33123 +f 5553/5553/33124 5552/5552/33125 5554/5554/33126 +f 5553/5553/33127 5554/5554/33128 5555/5555/33129 +f 5555/5555/33130 5554/5554/33131 5315/5315/33132 +f 5555/5555/33133 5315/5315/33134 5556/5556/33135 +f 5556/5556/33136 5315/5315/33137 5557/5557/33138 +f 5556/5556/33139 5557/5557/33140 5558/5558/33141 +f 5558/5558/33142 5557/5557/33143 5559/5559/33144 +f 5558/5558/33145 5559/5559/33146 5560/5560/33147 +f 5560/5560/33148 5559/5559/33149 5561/5561/33150 +f 5560/5560/33151 5561/5561/33152 5313/5313/33153 +f 5313/5313/33154 5561/5561/33155 5562/5562/33156 +f 5313/5313/33157 5562/5562/33158 5563/5563/33159 +f 5563/5563/33160 5562/5562/33161 5564/5564/33162 +f 5563/5563/33163 5564/5564/33164 5565/5565/33165 +f 5565/5565/33166 5564/5564/33167 5566/5566/33168 +f 5565/5565/33169 5566/5566/33170 5567/5567/33171 +f 5567/5567/33172 5566/5566/33173 5315/5315/33174 +f 5567/5567/33175 5315/5315/33176 5568/5568/33177 +f 5568/5568/33178 5315/5315/33179 5569/5569/33180 +f 5568/5568/33181 5569/5569/33182 5570/5570/33183 +f 5570/5570/33184 5569/5569/33185 5571/5571/33186 +f 5570/5570/33187 5571/5571/33188 5572/5572/33189 +f 5572/5572/33190 5571/5571/33191 5573/5573/33192 +f 5572/5572/33193 5573/5573/33194 5313/5313/33195 +f 5313/5313/33196 5573/5573/33197 5574/5574/33198 +f 5313/5313/33199 5574/5574/33200 5575/5575/33201 +f 5575/5575/33202 5574/5574/33203 5576/5576/33204 +f 5575/5575/33205 5576/5576/33206 5310/5310/33207 +f 5310/5310/33208 5576/5576/33209 5311/5311/33210 +f 5311/5311/33211 5576/5576/33212 5577/5577/33213 +f 5311/5311/33214 5577/5577/33215 5315/5315/33216 +f 5315/5315/33217 5577/5577/33218 5578/5578/33219 +f 5315/5315/33220 5578/5578/33221 5569/5569/33222 +f 5569/5569/33223 5578/5578/33224 5571/5571/33225 +f 5366/5366/33226 5579/5579/33227 5367/5367/33228 +f 5367/5367/33229 5579/5579/33230 5580/5580/33231 +f 5367/5367/33232 5580/5580/33233 5581/5581/33234 +f 5581/5581/33235 5580/5580/33236 5582/5582/33237 +f 5581/5581/33238 5582/5582/33239 5583/5583/33240 +f 5583/5583/33241 5582/5582/33242 5584/5584/33243 +f 5583/5583/33244 5584/5584/33245 5585/5585/33246 +f 5585/5585/33247 5584/5584/33248 5364/5364/33249 +f 5585/5585/33250 5364/5364/33251 5586/5586/33252 +f 5586/5586/33253 5364/5364/33254 5587/5587/33255 +f 5586/5586/33256 5587/5587/33257 5588/5588/33258 +f 5588/5588/33259 5587/5587/33260 5589/5589/33261 +f 5588/5588/33262 5589/5589/33263 5590/5590/33264 +f 5590/5590/33265 5589/5589/33266 5591/5591/33267 +f 5590/5590/33268 5591/5591/33269 5367/5367/33270 +f 5367/5367/33271 5591/5591/33272 5592/5592/33273 +f 5367/5367/33274 5592/5592/33275 5593/5593/33276 +f 5593/5593/33277 5592/5592/33278 5594/5594/33279 +f 5593/5593/33280 5594/5594/33281 5595/5595/33282 +f 5595/5595/33283 5594/5594/33284 5596/5596/33285 +f 5595/5595/33286 5596/5596/33287 5597/5597/33288 +f 5597/5597/33289 5596/5596/33290 5364/5364/33291 +f 5597/5597/33292 5364/5364/33293 5598/5598/33294 +f 5598/5598/33295 5364/5364/33296 5599/5599/33297 +f 5598/5598/33298 5599/5599/33299 5600/5600/33300 +f 5600/5600/33301 5599/5599/33302 5601/5601/33303 +f 5600/5600/33304 5601/5601/33305 5602/5602/33306 +f 5602/5602/33307 5601/5601/33308 5603/5603/33309 +f 5602/5602/33310 5603/5603/33311 5367/5367/33312 +f 5367/5367/33313 5603/5603/33314 5604/5604/33315 +f 5367/5367/33316 5604/5604/33317 5605/5605/33318 +f 5605/5605/33319 5604/5604/33320 5606/5606/33321 +f 5605/5605/33322 5606/5606/33323 5607/5607/33324 +f 5607/5607/33325 5606/5606/33326 5608/5608/33327 +f 5607/5607/33328 5608/5608/33329 5609/5609/33330 +f 5609/5609/33331 5608/5608/33332 5315/5315/33333 +f 5609/5609/33334 5315/5315/33335 5610/5610/33336 +f 5610/5610/33337 5315/5315/33338 5554/5554/33339 +f 5610/5610/33340 5554/5554/33341 5552/5552/33342 +f 5579/5579/33343 5366/5366/33344 5611/5611/33345 +f 5611/5611/33346 5366/5366/33347 5362/5362/33348 +f 5611/5611/33349 5362/5362/33350 5612/5612/33351 +f 5612/5612/33352 5362/5362/33353 5363/5363/33354 +f 5612/5612/33355 5363/5363/33356 5364/5364/33357 +f 5315/5315/33358 5613/5613/33359 5364/5364/33360 +f 5364/5364/33361 5613/5613/33362 5614/5614/33363 +f 5364/5364/33364 5614/5614/33365 5599/5599/33366 +f 5599/5599/33367 5614/5614/33368 5601/5601/33369 +f 5310/5310/33370 5314/5314/33371 5575/5575/33372 +f 5575/5575/33373 5314/5314/33374 5313/5313/33375 +f 5580/5580/33376 5579/5579/33377 5615/5615/33378 +f 5615/5615/33379 5579/5579/33380 5611/5611/33381 +f 5615/5615/33382 5611/5611/33383 5616/5616/33384 +f 5616/5616/33385 5611/5611/33386 5612/5612/33387 +f 5616/5616/33388 5612/5612/33389 5364/5364/33390 +f 5581/5581/33391 5617/5617/33392 5367/5367/33393 +f 5367/5367/33394 5617/5617/33395 5618/5618/33396 +f 5367/5367/33397 5618/5618/33398 5590/5590/33399 +f 5590/5590/33400 5618/5618/33401 5588/5588/33402 +f 5581/5581/33403 5583/5583/33404 5617/5617/33405 +f 5617/5617/33406 5583/5583/33407 5619/5619/33408 +f 5617/5617/33409 5619/5619/33410 5618/5618/33411 +f 5618/5618/33412 5619/5619/33413 5588/5588/33414 +f 5592/5592/33415 5591/5591/33416 5620/5620/33417 +f 5620/5620/33418 5591/5591/33419 5589/5589/33420 +f 5620/5620/33421 5589/5589/33422 5621/5621/33423 +f 5621/5621/33424 5589/5589/33425 5587/5587/33426 +f 5621/5621/33427 5587/5587/33428 5364/5364/33429 +f 5593/5593/33430 5622/5622/33431 5367/5367/33432 +f 5367/5367/33433 5622/5622/33434 5623/5623/33435 +f 5367/5367/33436 5623/5623/33437 5602/5602/33438 +f 5602/5602/33439 5623/5623/33440 5600/5600/33441 +f 5593/5593/33442 5595/5595/33443 5622/5622/33444 +f 5622/5622/33445 5595/5595/33446 5624/5624/33447 +f 5622/5622/33448 5624/5624/33449 5623/5623/33450 +f 5623/5623/33451 5624/5624/33452 5600/5600/33453 +f 5549/5549/33454 5367/5367/33455 5605/5605/33456 +f 5604/5604/33457 5603/5603/33458 5625/5625/33459 +f 5625/5625/33460 5603/5603/33461 5601/5601/33462 +f 5625/5625/33463 5601/5601/33464 5614/5614/33465 +f 5605/5605/33466 5607/5607/33467 5549/5549/33468 +f 5549/5549/33469 5607/5607/33470 5626/5626/33471 +f 5549/5549/33472 5626/5626/33473 5550/5550/33474 +f 5550/5550/33475 5626/5626/33476 5552/5552/33477 +f 5551/5551/33478 5627/5627/33479 5313/5313/33480 +f 5313/5313/33481 5627/5627/33482 5628/5628/33483 +f 5313/5313/33484 5628/5628/33485 5560/5560/33486 +f 5560/5560/33487 5628/5628/33488 5558/5558/33489 +f 5551/5551/33490 5553/5553/33491 5627/5627/33492 +f 5627/5627/33493 5553/5553/33494 5629/5629/33495 +f 5627/5627/33496 5629/5629/33497 5628/5628/33498 +f 5628/5628/33499 5629/5629/33500 5558/5558/33501 +f 5562/5562/33502 5561/5561/33503 5630/5630/33504 +f 5630/5630/33505 5561/5561/33506 5559/5559/33507 +f 5630/5630/33508 5559/5559/33509 5631/5631/33510 +f 5631/5631/33511 5559/5559/33512 5557/5557/33513 +f 5631/5631/33514 5557/5557/33515 5315/5315/33516 +f 5563/5563/33517 5632/5632/33518 5313/5313/33519 +f 5313/5313/33520 5632/5632/33521 5633/5633/33522 +f 5313/5313/33523 5633/5633/33524 5572/5572/33525 +f 5572/5572/33526 5633/5633/33527 5570/5570/33528 +f 5563/5563/33529 5565/5565/33530 5632/5632/33531 +f 5632/5632/33532 5565/5565/33533 5634/5634/33534 +f 5632/5632/33535 5634/5634/33536 5633/5633/33537 +f 5633/5633/33538 5634/5634/33539 5570/5570/33540 +f 5574/5574/33541 5573/5573/33542 5635/5635/33543 +f 5635/5635/33544 5573/5573/33545 5571/5571/33546 +f 5635/5635/33547 5571/5571/33548 5578/5578/33549 +f 5580/5580/33550 5615/5615/33551 5582/5582/33552 +f 5582/5582/33553 5615/5615/33554 5636/5636/33555 +f 5582/5582/33556 5636/5636/33557 5584/5584/33558 +f 5584/5584/33559 5636/5636/33560 5364/5364/33561 +f 5636/5636/33562 5615/5615/33563 5616/5616/33564 +f 5586/5586/33565 5588/5588/33566 5619/5619/33567 +f 5586/5586/33568 5619/5619/33569 5585/5585/33570 +f 5585/5585/33571 5619/5619/33572 5583/5583/33573 +f 5592/5592/33574 5620/5620/33575 5594/5594/33576 +f 5594/5594/33577 5620/5620/33578 5637/5637/33579 +f 5594/5594/33580 5637/5637/33581 5596/5596/33582 +f 5596/5596/33583 5637/5637/33584 5364/5364/33585 +f 5637/5637/33586 5620/5620/33587 5621/5621/33588 +f 5598/5598/33589 5600/5600/33590 5624/5624/33591 +f 5598/5598/33592 5624/5624/33593 5597/5597/33594 +f 5597/5597/33595 5624/5624/33596 5595/5595/33597 +f 5604/5604/33598 5625/5625/33599 5606/5606/33600 +f 5606/5606/33601 5625/5625/33602 5613/5613/33603 +f 5606/5606/33604 5613/5613/33605 5608/5608/33606 +f 5608/5608/33607 5613/5613/33608 5315/5315/33609 +f 5613/5613/33610 5625/5625/33611 5614/5614/33612 +f 5610/5610/33613 5552/5552/33614 5626/5626/33615 +f 5610/5610/33616 5626/5626/33617 5609/5609/33618 +f 5609/5609/33619 5626/5626/33620 5607/5607/33621 +f 5556/5556/33622 5558/5558/33623 5629/5629/33624 +f 5556/5556/33625 5629/5629/33626 5555/5555/33627 +f 5555/5555/33628 5629/5629/33629 5553/5553/33630 +f 5562/5562/33631 5630/5630/33632 5564/5564/33633 +f 5564/5564/33634 5630/5630/33635 5638/5638/33636 +f 5564/5564/33637 5638/5638/33638 5566/5566/33639 +f 5566/5566/33640 5638/5638/33641 5315/5315/33642 +f 5638/5638/33643 5630/5630/33644 5631/5631/33645 +f 5568/5568/33646 5570/5570/33647 5634/5634/33648 +f 5568/5568/33649 5634/5634/33650 5567/5567/33651 +f 5567/5567/33652 5634/5634/33653 5565/5565/33654 +f 5577/5577/33655 5576/5576/33656 5635/5635/33657 +f 5635/5635/33658 5576/5576/33659 5574/5574/33660 +f 5577/5577/33661 5635/5635/33662 5578/5578/33663 +f 5364/5364/33664 5636/5636/33665 5616/5616/33666 +f 5364/5364/33667 5637/5637/33668 5621/5621/33669 +f 5315/5315/33670 5638/5638/33671 5631/5631/33672 +f 5315/5315/33673 5364/5364/33674 5316/5316/33675 +f 5316/5316/33676 5364/5364/33677 5365/5365/33678 +f 5316/5316/33679 5365/5365/33680 5309/5309/33681 +f 5309/5309/33682 5365/5365/33683 5361/5361/33684 +f 5309/5309/33685 5361/5361/33686 5308/5308/33687 +f 5308/5308/33688 5361/5361/33689 5359/5359/33690 +f 5357/5357/33691 5274/5274/33692 5319/5319/33693 +f 5319/5319/33694 5274/5274/33695 5273/5273/33696 +f 5319/5319/33697 5273/5273/33698 5317/5317/33699 +f 5317/5317/33700 5273/5273/33701 5344/5344/33702 +f 5317/5317/33703 5344/5344/33704 5355/5355/33705 +f 5355/5355/33706 5344/5344/33707 5343/5343/33708 +f 5355/5355/33709 5343/5343/33710 5357/5357/33711 +f 5357/5357/33712 5343/5343/33713 5274/5274/33714 +f 5274/5274/33715 5343/5343/33716 5276/5276/33717 +f 5276/5276/33718 5343/5343/33719 5345/5345/33720 +f 5276/5276/33721 5345/5345/33722 5280/5280/33723 +f 5280/5280/33724 5345/5345/33725 5353/5353/33726 +f 5280/5280/33727 5353/5353/33728 5279/5279/33729 +f 5279/5279/33730 5353/5353/33731 5352/5352/33732 +f 5352/5352/33733 5639/5639/33734 5279/5279/33735 +f 5279/5279/33736 5639/5639/33737 5640/5640/33738 +f 5279/5279/33739 5640/5640/33740 5641/5641/33741 +f 5641/5641/33742 5640/5640/33743 5642/5642/33744 +f 5641/5641/33745 5642/5642/33746 5643/5643/33747 +f 5643/5643/33748 5642/5642/33749 5644/5644/33750 +f 5643/5643/33751 5644/5644/33752 5645/5645/33753 +f 5645/5645/33754 5644/5644/33755 5282/5282/33756 +f 5645/5645/33757 5282/5282/33758 5646/5646/33759 +f 5646/5646/33760 5282/5282/33761 5647/5647/33762 +f 5646/5646/33763 5647/5647/33764 5648/5648/33765 +f 5648/5648/33766 5647/5647/33767 5649/5649/33768 +f 5648/5648/33769 5649/5649/33770 5650/5650/33771 +f 5650/5650/33772 5649/5649/33773 5651/5651/33774 +f 5650/5650/33775 5651/5651/33776 5279/5279/33777 +f 5279/5279/33778 5651/5651/33779 5652/5652/33780 +f 5279/5279/33781 5652/5652/33782 5653/5653/33783 +f 5653/5653/33784 5652/5652/33785 5654/5654/33786 +f 5653/5653/33787 5654/5654/33788 5655/5655/33789 +f 5655/5655/33790 5654/5654/33791 5656/5656/33792 +f 5655/5655/33793 5656/5656/33794 5657/5657/33795 +f 5657/5657/33796 5656/5656/33797 5282/5282/33798 +f 5657/5657/33799 5282/5282/33800 5658/5658/33801 +f 5658/5658/33802 5282/5282/33803 5659/5659/33804 +f 5658/5658/33805 5659/5659/33806 5660/5660/33807 +f 5660/5660/33808 5659/5659/33809 5661/5661/33810 +f 5660/5660/33811 5661/5661/33812 5662/5662/33813 +f 5662/5662/33814 5661/5661/33815 5663/5663/33816 +f 5662/5662/33817 5663/5663/33818 5279/5279/33819 +f 5279/5279/33820 5663/5663/33821 5664/5664/33822 +f 5279/5279/33823 5664/5664/33824 5665/5665/33825 +f 5665/5665/33826 5664/5664/33827 5666/5666/33828 +f 5665/5665/33829 5666/5666/33830 5277/5277/33831 +f 5277/5277/33832 5666/5666/33833 5281/5281/33834 +f 5281/5281/33835 5666/5666/33836 5667/5667/33837 +f 5281/5281/33838 5667/5667/33839 5282/5282/33840 +f 5282/5282/33841 5667/5667/33842 5668/5668/33843 +f 5282/5282/33844 5668/5668/33845 5659/5659/33846 +f 5659/5659/33847 5668/5668/33848 5661/5661/33849 +f 5351/5351/33850 5669/5669/33851 5352/5352/33852 +f 5352/5352/33853 5669/5669/33854 5670/5670/33855 +f 5352/5352/33856 5670/5670/33857 5671/5671/33858 +f 5671/5671/33859 5670/5670/33860 5672/5672/33861 +f 5671/5671/33862 5672/5672/33863 5673/5673/33864 +f 5673/5673/33865 5672/5672/33866 5674/5674/33867 +f 5673/5673/33868 5674/5674/33869 5675/5675/33870 +f 5675/5675/33871 5674/5674/33872 5349/5349/33873 +f 5675/5675/33874 5349/5349/33875 5676/5676/33876 +f 5676/5676/33877 5349/5349/33878 5677/5677/33879 +f 5676/5676/33880 5677/5677/33881 5678/5678/33882 +f 5678/5678/33883 5677/5677/33884 5679/5679/33885 +f 5678/5678/33886 5679/5679/33887 5680/5680/33888 +f 5680/5680/33889 5679/5679/33890 5681/5681/33891 +f 5680/5680/33892 5681/5681/33893 5352/5352/33894 +f 5352/5352/33895 5681/5681/33896 5682/5682/33897 +f 5352/5352/33898 5682/5682/33899 5683/5683/33900 +f 5683/5683/33901 5682/5682/33902 5684/5684/33903 +f 5683/5683/33904 5684/5684/33905 5685/5685/33906 +f 5685/5685/33907 5684/5684/33908 5686/5686/33909 +f 5685/5685/33910 5686/5686/33911 5687/5687/33912 +f 5687/5687/33913 5686/5686/33914 5349/5349/33915 +f 5687/5687/33916 5349/5349/33917 5688/5688/33918 +f 5688/5688/33919 5349/5349/33920 5689/5689/33921 +f 5688/5688/33922 5689/5689/33923 5690/5690/33924 +f 5690/5690/33925 5689/5689/33926 5691/5691/33927 +f 5690/5690/33928 5691/5691/33929 5692/5692/33930 +f 5692/5692/33931 5691/5691/33932 5693/5693/33933 +f 5692/5692/33934 5693/5693/33935 5352/5352/33936 +f 5352/5352/33937 5693/5693/33938 5694/5694/33939 +f 5352/5352/33940 5694/5694/33941 5695/5695/33942 +f 5695/5695/33943 5694/5694/33944 5696/5696/33945 +f 5695/5695/33946 5696/5696/33947 5697/5697/33948 +f 5697/5697/33949 5696/5696/33950 5698/5698/33951 +f 5697/5697/33952 5698/5698/33953 5699/5699/33954 +f 5699/5699/33955 5698/5698/33956 5282/5282/33957 +f 5699/5699/33958 5282/5282/33959 5700/5700/33960 +f 5700/5700/33961 5282/5282/33962 5644/5644/33963 +f 5700/5700/33964 5644/5644/33965 5642/5642/33966 +f 5669/5669/33967 5351/5351/33968 5701/5701/33969 +f 5701/5701/33970 5351/5351/33971 5347/5347/33972 +f 5701/5701/33973 5347/5347/33974 5702/5702/33975 +f 5702/5702/33976 5347/5347/33977 5348/5348/33978 +f 5702/5702/33979 5348/5348/33980 5349/5349/33981 +f 5282/5282/33982 5703/5703/33983 5349/5349/33984 +f 5349/5349/33985 5703/5703/33986 5704/5704/33987 +f 5349/5349/33988 5704/5704/33989 5689/5689/33990 +f 5689/5689/33991 5704/5704/33992 5691/5691/33993 +f 5277/5277/33994 5278/5278/33995 5665/5665/33996 +f 5665/5665/33997 5278/5278/33998 5279/5279/33999 +f 5670/5670/34000 5669/5669/34001 5705/5705/34002 +f 5705/5705/34003 5669/5669/34004 5701/5701/34005 +f 5705/5705/34006 5701/5701/34007 5706/5706/34008 +f 5706/5706/34009 5701/5701/34010 5702/5702/34011 +f 5706/5706/34012 5702/5702/34013 5349/5349/34014 +f 5671/5671/34015 5707/5707/34016 5352/5352/34017 +f 5352/5352/34018 5707/5707/34019 5708/5708/34020 +f 5352/5352/34021 5708/5708/34022 5680/5680/34023 +f 5680/5680/34024 5708/5708/34025 5678/5678/34026 +f 5671/5671/34027 5673/5673/34028 5707/5707/34029 +f 5707/5707/34030 5673/5673/34031 5709/5709/34032 +f 5707/5707/34033 5709/5709/34034 5708/5708/34035 +f 5708/5708/34036 5709/5709/34037 5678/5678/34038 +f 5682/5682/34039 5681/5681/34040 5710/5710/34041 +f 5710/5710/34042 5681/5681/34043 5679/5679/34044 +f 5710/5710/34045 5679/5679/34046 5711/5711/34047 +f 5711/5711/34048 5679/5679/34049 5677/5677/34050 +f 5711/5711/34051 5677/5677/34052 5349/5349/34053 +f 5683/5683/34054 5712/5712/34055 5352/5352/34056 +f 5352/5352/34057 5712/5712/34058 5713/5713/34059 +f 5352/5352/34060 5713/5713/34061 5692/5692/34062 +f 5692/5692/34063 5713/5713/34064 5690/5690/34065 +f 5683/5683/34066 5685/5685/34067 5712/5712/34068 +f 5712/5712/34069 5685/5685/34070 5714/5714/34071 +f 5712/5712/34072 5714/5714/34073 5713/5713/34074 +f 5713/5713/34075 5714/5714/34076 5690/5690/34077 +f 5639/5639/34078 5352/5352/34079 5695/5695/34080 +f 5694/5694/34081 5693/5693/34082 5715/5715/34083 +f 5715/5715/34084 5693/5693/34085 5691/5691/34086 +f 5715/5715/34087 5691/5691/34088 5704/5704/34089 +f 5695/5695/34090 5697/5697/34091 5639/5639/34092 +f 5639/5639/34093 5697/5697/34094 5716/5716/34095 +f 5639/5639/34096 5716/5716/34097 5640/5640/34098 +f 5640/5640/34099 5716/5716/34100 5642/5642/34101 +f 5641/5641/34102 5717/5717/34103 5279/5279/34104 +f 5279/5279/34105 5717/5717/34106 5718/5718/34107 +f 5279/5279/34108 5718/5718/34109 5650/5650/34110 +f 5650/5650/34111 5718/5718/34112 5648/5648/34113 +f 5641/5641/34114 5643/5643/34115 5717/5717/34116 +f 5717/5717/34117 5643/5643/34118 5719/5719/34119 +f 5717/5717/34120 5719/5719/34121 5718/5718/34122 +f 5718/5718/34123 5719/5719/34124 5648/5648/34125 +f 5652/5652/34126 5651/5651/34127 5720/5720/34128 +f 5720/5720/34129 5651/5651/34130 5649/5649/34131 +f 5720/5720/34132 5649/5649/34133 5721/5721/34134 +f 5721/5721/34135 5649/5649/34136 5647/5647/34137 +f 5721/5721/34138 5647/5647/34139 5282/5282/34140 +f 5653/5653/34141 5722/5722/34142 5279/5279/34143 +f 5279/5279/34144 5722/5722/34145 5723/5723/34146 +f 5279/5279/34147 5723/5723/34148 5662/5662/34149 +f 5662/5662/34150 5723/5723/34151 5660/5660/34152 +f 5653/5653/34153 5655/5655/34154 5722/5722/34155 +f 5722/5722/34156 5655/5655/34157 5724/5724/34158 +f 5722/5722/34159 5724/5724/34160 5723/5723/34161 +f 5723/5723/34162 5724/5724/34163 5660/5660/34164 +f 5664/5664/34165 5663/5663/34166 5725/5725/34167 +f 5725/5725/34168 5663/5663/34169 5661/5661/34170 +f 5725/5725/34171 5661/5661/34172 5668/5668/34173 +f 5670/5670/34174 5705/5705/34175 5672/5672/34176 +f 5672/5672/34177 5705/5705/34178 5726/5726/34179 +f 5672/5672/34180 5726/5726/34181 5674/5674/34182 +f 5674/5674/34183 5726/5726/34184 5349/5349/34185 +f 5726/5726/34186 5705/5705/34187 5706/5706/34188 +f 5676/5676/34189 5678/5678/34190 5709/5709/34191 +f 5676/5676/34192 5709/5709/34193 5675/5675/34194 +f 5675/5675/34195 5709/5709/34196 5673/5673/34197 +f 5682/5682/34198 5710/5710/34199 5684/5684/34200 +f 5684/5684/34201 5710/5710/34202 5727/5727/34203 +f 5684/5684/34204 5727/5727/34205 5686/5686/34206 +f 5686/5686/34207 5727/5727/34208 5349/5349/34209 +f 5727/5727/34210 5710/5710/34211 5711/5711/34212 +f 5688/5688/34213 5690/5690/34214 5714/5714/34215 +f 5688/5688/34216 5714/5714/34217 5687/5687/34218 +f 5687/5687/34219 5714/5714/34220 5685/5685/34221 +f 5694/5694/34222 5715/5715/34223 5696/5696/34224 +f 5696/5696/34225 5715/5715/34226 5703/5703/34227 +f 5696/5696/34228 5703/5703/34229 5698/5698/34230 +f 5698/5698/34231 5703/5703/34232 5282/5282/34233 +f 5703/5703/34234 5715/5715/34235 5704/5704/34236 +f 5700/5700/34237 5642/5642/34238 5716/5716/34239 +f 5700/5700/34240 5716/5716/34241 5699/5699/34242 +f 5699/5699/34243 5716/5716/34244 5697/5697/34245 +f 5646/5646/34246 5648/5648/34247 5719/5719/34248 +f 5646/5646/34249 5719/5719/34250 5645/5645/34251 +f 5645/5645/34252 5719/5719/34253 5643/5643/34254 +f 5652/5652/34255 5720/5720/34256 5654/5654/34257 +f 5654/5654/34258 5720/5720/34259 5728/5728/34260 +f 5654/5654/34261 5728/5728/34262 5656/5656/34263 +f 5656/5656/34264 5728/5728/34265 5282/5282/34266 +f 5728/5728/34267 5720/5720/34268 5721/5721/34269 +f 5658/5658/34270 5660/5660/34271 5724/5724/34272 +f 5658/5658/34273 5724/5724/34274 5657/5657/34275 +f 5657/5657/34276 5724/5724/34277 5655/5655/34278 +f 5667/5667/34279 5666/5666/34280 5725/5725/34281 +f 5725/5725/34282 5666/5666/34283 5664/5664/34284 +f 5667/5667/34285 5725/5725/34286 5668/5668/34287 +f 5349/5349/34288 5726/5726/34289 5706/5706/34290 +f 5349/5349/34291 5727/5727/34292 5711/5711/34293 +f 5282/5282/34294 5728/5728/34295 5721/5721/34296 +f 5282/5282/34297 5349/5349/34298 5283/5283/34299 +f 5283/5283/34300 5349/5349/34301 5350/5350/34302 +f 5283/5283/34303 5350/5350/34304 5275/5275/34305 +f 5275/5275/34306 5350/5350/34307 5346/5346/34308 +f 5275/5275/34309 5346/5346/34310 5273/5273/34311 +f 5273/5273/34312 5346/5346/34313 5344/5344/34314 +f 5285/5285/34315 5323/5323/34316 5287/5287/34317 +f 5287/5287/34318 5323/5323/34319 5324/5324/34320 +f 5729/5729/34321 5730/5730/34322 5731/5731/34323 +f 5731/5731/34324 5730/5730/34325 5732/5732/34326 +f 5730/5730/34327 5733/5733/34328 5732/5732/34329 +f 5732/5732/34330 5733/5733/34331 5734/5734/34332 +f 5733/5733/34333 5735/5735/34334 5734/5734/34335 +f 5734/5734/34336 5735/5735/34337 5736/5736/34338 +f 5735/5735/34339 5737/5737/34340 5736/5736/34341 +f 5736/5736/34342 5737/5737/34343 5738/5738/34344 +f 5737/5737/34345 5739/5739/34346 5738/5738/34347 +f 5738/5738/34348 5739/5739/34349 5740/5740/34350 +f 5739/5739/34351 5741/5741/34352 5740/5740/34353 +f 5740/5740/34354 5741/5741/34355 5742/5742/34356 +f 5741/5741/34357 5743/5743/34358 5742/5742/34359 +f 5742/5742/34360 5743/5743/34361 5744/5744/34362 +f 5743/5743/34363 5745/5745/34364 5744/5744/34365 +f 5744/5744/34366 5745/5745/34367 5746/5746/34368 +f 5745/5745/34369 5747/5747/34370 5746/5746/34371 +f 5746/5746/34372 5747/5747/34373 5748/5748/34374 +f 5747/5747/34375 5749/5749/34376 5748/5748/34377 +f 5748/5748/34378 5749/5749/34379 5750/5750/34380 +f 5749/5749/34381 5751/5751/34382 5750/5750/34383 +f 5750/5750/34384 5751/5751/34385 5752/5752/34386 +f 5751/5751/34387 5753/5753/34388 5752/5752/34389 +f 5752/5752/34390 5753/5753/34391 5754/5754/34392 +f 5753/5753/34393 5755/5755/34394 5754/5754/34395 +f 5754/5754/34396 5755/5755/34397 5756/5756/34398 +f 5755/5755/34399 5757/5757/34400 5756/5756/34401 +f 5756/5756/34402 5757/5757/34403 5758/5758/34404 +f 5757/5757/34405 5759/5759/34406 5758/5758/34407 +f 5758/5758/34408 5759/5759/34409 5760/5760/34410 +f 5759/5759/34411 5761/5761/34412 5760/5760/34413 +f 5760/5760/34414 5761/5761/34415 5762/5762/34416 +f 5763/5763/34417 5764/5764/34418 5761/5761/34419 +f 5761/5761/34420 5764/5764/34421 5762/5762/34422 +f 5763/5763/34423 5765/5765/34424 5764/5764/34425 +f 5764/5764/34426 5765/5765/34427 5766/5766/34428 +f 5765/5765/34429 5767/5767/34430 5766/5766/34431 +f 5766/5766/34432 5767/5767/34433 5768/5768/34434 +f 5767/5767/34435 5769/5769/34436 5768/5768/34437 +f 5768/5768/34438 5769/5769/34439 5770/5770/34440 +f 5769/5769/34441 5771/5771/34442 5770/5770/34443 +f 5770/5770/34444 5771/5771/34445 5772/5772/34446 +f 5771/5771/34447 5773/5773/34448 5772/5772/34449 +f 5772/5772/34450 5773/5773/34451 5774/5774/34452 +f 5773/5773/34453 5775/5775/34454 5774/5774/34455 +f 5774/5774/34456 5775/5775/34457 5776/5776/34458 +f 5775/5775/34459 5777/5777/34460 5776/5776/34461 +f 5776/5776/34462 5777/5777/34463 5778/5778/34464 +f 5777/5777/34465 5779/5779/34466 5778/5778/34467 +f 5778/5778/34468 5779/5779/34469 5780/5780/34470 +f 5779/5779/34471 5781/5781/34472 5780/5780/34473 +f 5780/5780/34474 5781/5781/34475 5782/5782/34476 +f 5781/5781/34477 5783/5783/34478 5782/5782/34479 +f 5782/5782/34480 5783/5783/34481 5784/5784/34482 +f 5785/5785/34483 5786/5786/34484 5783/5783/34485 +f 5783/5783/34486 5786/5786/34487 5784/5784/34488 +f 5785/5785/34489 5787/5787/34490 5786/5786/34491 +f 5786/5786/34492 5787/5787/34493 5788/5788/34494 +f 5787/5787/34495 5789/5789/34496 5788/5788/34497 +f 5788/5788/34498 5789/5789/34499 5790/5790/34500 +f 5789/5789/34501 5791/5791/34502 5790/5790/34503 +f 5790/5790/34504 5791/5791/34505 5792/5792/34506 +f 5791/5791/34507 5793/5793/34508 5792/5792/34509 +f 5792/5792/34510 5793/5793/34511 5794/5794/34512 +f 5793/5793/34513 5795/5795/34514 5794/5794/34515 +f 5794/5794/34516 5795/5795/34517 5796/5796/34518 +f 5795/5795/34519 5797/5797/34520 5796/5796/34521 +f 5796/5796/34522 5797/5797/34523 5798/5798/34524 +f 5797/5797/34525 5799/5799/34526 5798/5798/34527 +f 5798/5798/34528 5799/5799/34529 5800/5800/34530 +f 5799/5799/34531 5801/5801/34532 5800/5800/34533 +f 5800/5800/34534 5801/5801/34535 5802/5802/34536 +f 5801/5801/34537 5803/5803/34538 5802/5802/34539 +f 5802/5802/34540 5803/5803/34541 5804/5804/34542 +f 5803/5803/34543 5805/5805/34544 5804/5804/34545 +f 5804/5804/34546 5805/5805/34547 5806/5806/34548 +f 5805/5805/34549 5807/5807/34550 5806/5806/34551 +f 5806/5806/34552 5807/5807/34553 5808/5808/34554 +f 5807/5807/34555 5809/5809/34556 5808/5808/34557 +f 5808/5808/34558 5809/5809/34559 5810/5810/34560 +f 5809/5809/34561 5811/5811/34562 5810/5810/34563 +f 5810/5810/34564 5811/5811/34565 5812/5812/34566 +f 5811/5811/34567 5813/5813/34568 5812/5812/34569 +f 5812/5812/34570 5813/5813/34571 5814/5814/34572 +f 5813/5813/34573 5815/5815/34574 5814/5814/34575 +f 5814/5814/34576 5815/5815/34577 5816/5816/34578 +f 5815/5815/34579 5817/5817/34580 5816/5816/34581 +f 5816/5816/34582 5817/5817/34583 5818/5818/34584 +f 5817/5817/34585 5819/5819/34586 5818/5818/34587 +f 5818/5818/34588 5819/5819/34589 5820/5820/34590 +f 5819/5819/34591 5821/5821/34592 5820/5820/34593 +f 5820/5820/34594 5821/5821/34595 5822/5822/34596 +f 5823/5823/34597 5824/5824/34598 5821/5821/34599 +f 5821/5821/34600 5824/5824/34601 5822/5822/34602 +f 5823/5823/34603 5825/5825/34604 5824/5824/34605 +f 5824/5824/34606 5825/5825/34607 5826/5826/34608 +f 5825/5825/34609 5827/5827/34610 5826/5826/34611 +f 5826/5826/34612 5827/5827/34613 5828/5828/34614 +f 5827/5827/34615 5829/5829/34616 5828/5828/34617 +f 5828/5828/34618 5829/5829/34619 5830/5830/34620 +f 5829/5829/34621 5831/5831/34622 5830/5830/34623 +f 5830/5830/34624 5831/5831/34625 5832/5832/34626 +f 5831/5831/34627 5833/5833/34628 5832/5832/34629 +f 5832/5832/34630 5833/5833/34631 5834/5834/34632 +f 5833/5833/34633 5835/5835/34634 5834/5834/34635 +f 5834/5834/34636 5835/5835/34637 5836/5836/34638 +f 5835/5835/34639 5837/5837/34640 5836/5836/34641 +f 5836/5836/34642 5837/5837/34643 5838/5838/34644 +f 5837/5837/34645 5839/5839/34646 5838/5838/34647 +f 5838/5838/34648 5839/5839/34649 5840/5840/34650 +f 5839/5839/34651 5841/5841/34652 5840/5840/34653 +f 5840/5840/34654 5841/5841/34655 5842/5842/34656 +f 5841/5841/34657 5843/5843/34658 5842/5842/34659 +f 5842/5842/34660 5843/5843/34661 5844/5844/34662 +f 5843/5843/34663 5845/5845/34664 5844/5844/34665 +f 5844/5844/34666 5845/5845/34667 5846/5846/34668 +f 5845/5845/34669 5847/5847/34670 5846/5846/34671 +f 5846/5846/34672 5847/5847/34673 5848/5848/34674 +f 5847/5847/34675 5849/5849/34676 5848/5848/34677 +f 5848/5848/34678 5849/5849/34679 5850/5850/34680 +f 5849/5849/34681 5851/5851/34682 5850/5850/34683 +f 5850/5850/34684 5851/5851/34685 5852/5852/34686 +f 5851/5851/34687 5853/5853/34688 5852/5852/34689 +f 5852/5852/34690 5853/5853/34691 5854/5854/34692 +f 5853/5853/34693 5855/5855/34694 5854/5854/34695 +f 5854/5854/34696 5855/5855/34697 5856/5856/34698 +f 5855/5855/34699 5857/5857/34700 5856/5856/34701 +f 5856/5856/34702 5857/5857/34703 5858/5858/34704 +f 5857/5857/34705 5859/5859/34706 5858/5858/34707 +f 5858/5858/34708 5859/5859/34709 5860/5860/34710 +f 5861/5861/34711 5862/5862/34712 5859/5859/34713 +f 5859/5859/34714 5862/5862/34715 5860/5860/34716 +f 5861/5861/34717 5863/5863/34718 5862/5862/34719 +f 5862/5862/34720 5863/5863/34721 5864/5864/34722 +f 5863/5863/34723 5865/5865/34724 5864/5864/34725 +f 5864/5864/34726 5865/5865/34727 5866/5866/34728 +f 5865/5865/34729 5867/5867/34730 5866/5866/34731 +f 5866/5866/34732 5867/5867/34733 5868/5868/34734 +f 5867/5867/34735 5869/5869/34736 5868/5868/34737 +f 5868/5868/34738 5869/5869/34739 5870/5870/34740 +f 5869/5869/34741 5871/5871/34742 5870/5870/34743 +f 5870/5870/34744 5871/5871/34745 5872/5872/34746 +f 5871/5871/34747 5873/5873/34748 5872/5872/34749 +f 5872/5872/34750 5873/5873/34751 5874/5874/34752 +f 5873/5873/34753 5875/5875/34754 5874/5874/34755 +f 5874/5874/34756 5875/5875/34757 5876/5876/34758 +f 5875/5875/34759 5877/5877/34760 5876/5876/34761 +f 5876/5876/34762 5877/5877/34763 5878/5878/34764 +f 5877/5877/34765 5879/5879/34766 5878/5878/34767 +f 5878/5878/34768 5879/5879/34769 5880/5880/34770 +f 5879/5879/34771 5881/5881/34772 5880/5880/34773 +f 5880/5880/34774 5881/5881/34775 5882/5882/34776 +f 5883/5883/34777 5884/5884/34778 5881/5881/34779 +f 5881/5881/34780 5884/5884/34781 5882/5882/34782 +f 5883/5883/34783 5885/5885/34784 5884/5884/34785 +f 5884/5884/34786 5885/5885/34787 5886/5886/34788 +f 5885/5885/34789 5887/5887/34790 5886/5886/34791 +f 5886/5886/34792 5887/5887/34793 5888/5888/34794 +f 5887/5887/34795 5889/5889/34796 5888/5888/34797 +f 5888/5888/34798 5889/5889/34799 5890/5890/34800 +f 5889/5889/34801 5891/5891/34802 5890/5890/34803 +f 5890/5890/34804 5891/5891/34805 5892/5892/34806 +f 5891/5891/34807 5893/5893/34808 5892/5892/34809 +f 5892/5892/34810 5893/5893/34811 5894/5894/34812 +f 5893/5893/34813 5895/5895/34814 5894/5894/34815 +f 5894/5894/34816 5895/5895/34817 5896/5896/34818 +f 5895/5895/34819 5897/5897/34820 5896/5896/34821 +f 5896/5896/34822 5897/5897/34823 5898/5898/34824 +f 5897/5897/34825 5899/5899/34826 5898/5898/34827 +f 5898/5898/34828 5899/5899/34829 5900/5900/34830 +f 5899/5899/34831 5901/5901/34832 5900/5900/34833 +f 5900/5900/34834 5901/5901/34835 5902/5902/34836 +f 5901/5901/34837 5903/5903/34838 5902/5902/34839 +f 5902/5902/34840 5903/5903/34841 5904/5904/34842 +f 5903/5903/34843 5905/5905/34844 5904/5904/34845 +f 5904/5904/34846 5905/5905/34847 5906/5906/34848 +f 5905/5905/34849 5907/5907/34850 5906/5906/34851 +f 5906/5906/34852 5907/5907/34853 5908/5908/34854 +f 5907/5907/34855 5909/5909/34856 5908/5908/34857 +f 5908/5908/34858 5909/5909/34859 5910/5910/34860 +f 5909/5909/34861 5911/5911/34862 5910/5910/34863 +f 5910/5910/34864 5911/5911/34865 5912/5912/34866 +f 5911/5911/34867 5913/5913/34868 5912/5912/34869 +f 5912/5912/34870 5913/5913/34871 5914/5914/34872 +f 5913/5913/34873 5915/5915/34874 5914/5914/34875 +f 5914/5914/34876 5915/5915/34877 5916/5916/34878 +f 5915/5915/34879 5917/5917/34880 5916/5916/34881 +f 5916/5916/34882 5917/5917/34883 5918/5918/34884 +f 5917/5917/34885 5919/5919/34886 5918/5918/34887 +f 5918/5918/34888 5919/5919/34889 5920/5920/34890 +f 5921/5921/34891 5922/5922/34892 5919/5919/34893 +f 5919/5919/34894 5922/5922/34895 5920/5920/34896 +f 5921/5921/34897 5923/5923/34898 5922/5922/34899 +f 5922/5922/34900 5923/5923/34901 5924/5924/34902 +f 5923/5923/34903 5925/5925/34904 5924/5924/34905 +f 5924/5924/34906 5925/5925/34907 5926/5926/34908 +f 5925/5925/34909 5927/5927/34910 5926/5926/34911 +f 5926/5926/34912 5927/5927/34913 5928/5928/34914 +f 5927/5927/34915 5929/5929/34916 5928/5928/34917 +f 5928/5928/34918 5929/5929/34919 5930/5930/34920 +f 5929/5929/34921 5931/5931/34922 5930/5930/34923 +f 5930/5930/34924 5931/5931/34925 5932/5932/34926 +f 5931/5931/34927 5933/5933/34928 5932/5932/34929 +f 5932/5932/34930 5933/5933/34931 5934/5934/34932 +f 5933/5933/34933 5935/5935/34934 5934/5934/34935 +f 5934/5934/34936 5935/5935/34937 5936/5936/34938 +f 5935/5935/34939 5937/5937/34940 5936/5936/34941 +f 5936/5936/34942 5937/5937/34943 5938/5938/34944 +f 5937/5937/34945 5939/5939/34946 5938/5938/34947 +f 5938/5938/34948 5939/5939/34949 5940/5940/34950 +f 5939/5939/34951 5941/5941/34952 5940/5940/34953 +f 5940/5940/34954 5941/5941/34955 5942/5942/34956 +f 5941/5941/34957 5943/5943/34958 5942/5942/34959 +f 5942/5942/34960 5943/5943/34961 5944/5944/34962 +f 5945/5945/34963 5946/5946/34964 5943/5943/34965 +f 5943/5943/34966 5946/5946/34967 5944/5944/34968 +f 5945/5945/34969 5947/5947/34970 5946/5946/34971 +f 5946/5946/34972 5947/5947/34973 5948/5948/34974 +f 5947/5947/34975 5949/5949/34976 5948/5948/34977 +f 5948/5948/34978 5949/5949/34979 5950/5950/34980 +f 5949/5949/34981 5951/5951/34982 5950/5950/34983 +f 5950/5950/34984 5951/5951/34985 5952/5952/34986 +f 5951/5951/34987 5953/5953/34988 5952/5952/34989 +f 5952/5952/34990 5953/5953/34991 5954/5954/34992 +f 5953/5953/34993 5955/5955/34994 5954/5954/34995 +f 5954/5954/34996 5955/5955/34997 5956/5956/34998 +f 5955/5955/34999 5957/5957/35000 5956/5956/35001 +f 5956/5956/35002 5957/5957/35003 5958/5958/35004 +f 5957/5957/35005 5959/5959/35006 5958/5958/35007 +f 5958/5958/35008 5959/5959/35009 5960/5960/35010 +f 5959/5959/35011 5961/5961/35012 5960/5960/35013 +f 5960/5960/35014 5961/5961/35015 5962/5962/35016 +f 5961/5961/35017 5963/5963/35018 5962/5962/35019 +f 5962/5962/35020 5963/5963/35021 5964/5964/35022 +f 5963/5963/35023 5965/5965/35024 5964/5964/35025 +f 5964/5964/35026 5965/5965/35027 5966/5966/35028 +f 5967/5967/35029 5968/5968/35030 5965/5965/35031 +f 5965/5965/35032 5968/5968/35033 5966/5966/35034 +f 5967/5967/35035 5969/5969/35036 5968/5968/35037 +f 5968/5968/35038 5969/5969/35039 5970/5970/35040 +f 5969/5969/35041 5971/5971/35042 5970/5970/35043 +f 5970/5970/35044 5971/5971/35045 5972/5972/35046 +f 5971/5971/35047 5973/5973/35048 5972/5972/35049 +f 5972/5972/35050 5973/5973/35051 5974/5974/35052 +f 5973/5973/35053 5975/5975/35054 5974/5974/35055 +f 5974/5974/35056 5975/5975/35057 5976/5976/35058 +f 5975/5975/35059 5977/5977/35060 5976/5976/35061 +f 5976/5976/35062 5977/5977/35063 5978/5978/35064 +f 5977/5977/35065 5979/5979/35066 5978/5978/35067 +f 5978/5978/35068 5979/5979/35069 5980/5980/35070 +f 5979/5979/35071 5981/5981/35072 5980/5980/35073 +f 5980/5980/35074 5981/5981/35075 5982/5982/35076 +f 5981/5981/35077 5983/5983/35078 5982/5982/35079 +f 5982/5982/35080 5983/5983/35081 5984/5984/35082 +f 5983/5983/35083 5985/5985/35084 5984/5984/35085 +f 5984/5984/35086 5985/5985/35087 5986/5986/35088 +f 5985/5985/35089 5987/5987/35090 5986/5986/35091 +f 5986/5986/35092 5987/5987/35093 5988/5988/35094 +f 5987/5987/35095 5989/5989/35096 5988/5988/35097 +f 5988/5988/35098 5989/5989/35099 5990/5990/35100 +f 5989/5989/35101 5991/5991/35102 5990/5990/35103 +f 5990/5990/35104 5991/5991/35105 5992/5992/35106 +f 5991/5991/35107 5993/5993/35108 5992/5992/35109 +f 5992/5992/35110 5993/5993/35111 5994/5994/35112 +f 5993/5993/35113 5995/5995/35114 5994/5994/35115 +f 5994/5994/35116 5995/5995/35117 5996/5996/35118 +f 5995/5995/35119 5997/5997/35120 5996/5996/35121 +f 5996/5996/35122 5997/5997/35123 5998/5998/35124 +f 5997/5997/35125 5999/5999/35126 5998/5998/35127 +f 5998/5998/35128 5999/5999/35129 6000/6000/35130 +f 5999/5999/35131 6001/6001/35132 6000/6000/35133 +f 6000/6000/35134 6001/6001/35135 6002/6002/35136 +f 6001/6001/35137 6003/6003/35138 6002/6002/35139 +f 6002/6002/35140 6003/6003/35141 6004/6004/35142 +f 6003/6003/35143 6005/6005/35144 6004/6004/35145 +f 6004/6004/35146 6005/6005/35147 6006/6006/35148 +f 6005/6005/35149 6007/6007/35150 6006/6006/35151 +f 6006/6006/35152 6007/6007/35153 6008/6008/35154 +f 6007/6007/35155 6009/6009/35156 6008/6008/35157 +f 6008/6008/35158 6009/6009/35159 6010/6010/35160 +f 6009/6009/35161 6011/6011/35162 6010/6010/35163 +f 6010/6010/35164 6011/6011/35165 6012/6012/35166 +f 6011/6011/35167 6013/6013/35168 6012/6012/35169 +f 6012/6012/35170 6013/6013/35171 6014/6014/35172 +f 6013/6013/35173 6015/6015/35174 6014/6014/35175 +f 6014/6014/35176 6015/6015/35177 6016/6016/35178 +f 6015/6015/35179 6017/6017/35180 6016/6016/35181 +f 6016/6016/35182 6017/6017/35183 6018/6018/35184 +f 6017/6017/35185 6019/6019/35186 6018/6018/35187 +f 6018/6018/35188 6019/6019/35189 6020/6020/35190 +f 6019/6019/35191 6021/6021/35192 6020/6020/35193 +f 6020/6020/35194 6021/6021/35195 6022/6022/35196 +f 6021/6021/35197 6023/6023/35198 6022/6022/35199 +f 6022/6022/35200 6023/6023/35201 6024/6024/35202 +f 6023/6023/35203 6025/6025/35204 6024/6024/35205 +f 6024/6024/35206 6025/6025/35207 6026/6026/35208 +f 6025/6025/35209 6027/6027/35210 6026/6026/35211 +f 6026/6026/35212 6027/6027/35213 6028/6028/35214 +f 6027/6027/35215 6029/6029/35216 6028/6028/35217 +f 6028/6028/35218 6029/6029/35219 6030/6030/35220 +f 6029/6029/35221 6031/6031/35222 6030/6030/35223 +f 6030/6030/35224 6031/6031/35225 6032/6032/35226 +f 6031/6031/35227 6033/6033/35228 6032/6032/35229 +f 6032/6032/35230 6033/6033/35231 6034/6034/35232 +f 6033/6033/35233 6035/6035/35234 6034/6034/35235 +f 6034/6034/35236 6035/6035/35237 6036/6036/35238 +f 6035/6035/35239 6037/6037/35240 6036/6036/35241 +f 6036/6036/35242 6037/6037/35243 6038/6038/35244 +f 6037/6037/35245 6039/6039/35246 6038/6038/35247 +f 6038/6038/35248 6039/6039/35249 6040/6040/35250 +f 6039/6039/35251 6041/6041/35252 6040/6040/35253 +f 6040/6040/35254 6041/6041/35255 6042/6042/35256 +f 6041/6041/35257 6043/6043/35258 6042/6042/35259 +f 6042/6042/35260 6043/6043/35261 6044/6044/35262 +f 6043/6043/35263 6045/6045/35264 6044/6044/35265 +f 6044/6044/35266 6045/6045/35267 6046/6046/35268 +f 6045/6045/35269 6047/6047/35270 6046/6046/35271 +f 6046/6046/35272 6047/6047/35273 6048/6048/35274 +f 6047/6047/35275 6049/6049/35276 6048/6048/35277 +f 6048/6048/35278 6049/6049/35279 6050/6050/35280 +f 6049/6049/35281 6051/6051/35282 6050/6050/35283 +f 6050/6050/35284 6051/6051/35285 6052/6052/35286 +f 6053/6053/35287 6054/6054/35288 6051/6051/35289 +f 6051/6051/35290 6054/6054/35291 6052/6052/35292 +f 6053/6053/35293 6055/6055/35294 6054/6054/35295 +f 6054/6054/35296 6055/6055/35297 6056/6056/35298 +f 6055/6055/35299 6057/6057/35300 6056/6056/35301 +f 6056/6056/35302 6057/6057/35303 6058/6058/35304 +f 6057/6057/35305 6059/6059/35306 6058/6058/35307 +f 6058/6058/35308 6059/6059/35309 6060/6060/35310 +f 6059/6059/35311 6061/6061/35312 6060/6060/35313 +f 6060/6060/35314 6061/6061/35315 6062/6062/35316 +f 6061/6061/35317 6063/6063/35318 6062/6062/35319 +f 6062/6062/35320 6063/6063/35321 6064/6064/35322 +f 6063/6063/35323 6065/6065/35324 6064/6064/35325 +f 6064/6064/35326 6065/6065/35327 6066/6066/35328 +f 6065/6065/35329 6067/6067/35330 6066/6066/35331 +f 6066/6066/35332 6067/6067/35333 6068/6068/35334 +f 6067/6067/35335 6069/6069/35336 6068/6068/35337 +f 6068/6068/35338 6069/6069/35339 6070/6070/35340 +f 6069/6069/35341 6071/6071/35342 6070/6070/35343 +f 6070/6070/35344 6071/6071/35345 6072/6072/35346 +f 6071/6071/35347 6073/6073/35348 6072/6072/35349 +f 6072/6072/35350 6073/6073/35351 6074/6074/35352 +f 6075/6075/35353 6076/6076/35354 6073/6073/35355 +f 6073/6073/35356 6076/6076/35357 6074/6074/35358 +f 6075/6075/35359 6077/6077/35360 6076/6076/35361 +f 6076/6076/35362 6077/6077/35363 6078/6078/35364 +f 6077/6077/35365 6079/6079/35366 6078/6078/35367 +f 6078/6078/35368 6079/6079/35369 6080/6080/35370 +f 6079/6079/35371 6081/6081/35372 6080/6080/35373 +f 6080/6080/35374 6081/6081/35375 6082/6082/35376 +f 6081/6081/35377 6083/6083/35378 6082/6082/35379 +f 6082/6082/35380 6083/6083/35381 6084/6084/35382 +f 6083/6083/35383 6085/6085/35384 6084/6084/35385 +f 6084/6084/35386 6085/6085/35387 6086/6086/35388 +f 6085/6085/35389 6087/6087/35390 6086/6086/35391 +f 6086/6086/35392 6087/6087/35393 6088/6088/35394 +f 6087/6087/35395 6089/6089/35396 6088/6088/35397 +f 6088/6088/35398 6089/6089/35399 6090/6090/35400 +f 6089/6089/35401 6091/6091/35402 6090/6090/35403 +f 6090/6090/35404 6091/6091/35405 6092/6092/35406 +f 6091/6091/35407 6093/6093/35408 6092/6092/35409 +f 6092/6092/35410 6093/6093/35411 6094/6094/35412 +f 6093/6093/35413 6095/6095/35414 6094/6094/35415 +f 6094/6094/35416 6095/6095/35417 6096/6096/35418 +f 6095/6095/35419 6097/6097/35420 6096/6096/35421 +f 6096/6096/35422 6097/6097/35423 6098/6098/35424 +f 6097/6097/35425 6099/6099/35426 6098/6098/35427 +f 6098/6098/35428 6099/6099/35429 6100/6100/35430 +f 6099/6099/35431 6101/6101/35432 6100/6100/35433 +f 6100/6100/35434 6101/6101/35435 6102/6102/35436 +f 6101/6101/35437 6103/6103/35438 6102/6102/35439 +f 6102/6102/35440 6103/6103/35441 6104/6104/35442 +f 6103/6103/35443 6105/6105/35444 6104/6104/35445 +f 6104/6104/35446 6105/6105/35447 6106/6106/35448 +f 6105/6105/35449 6107/6107/35450 6106/6106/35451 +f 6106/6106/35452 6107/6107/35453 6108/6108/35454 +f 6107/6107/35455 6109/6109/35456 6108/6108/35457 +f 6108/6108/35458 6109/6109/35459 6110/6110/35460 +f 6109/6109/35461 6111/6111/35462 6110/6110/35463 +f 6110/6110/35464 6111/6111/35465 6112/6112/35466 +f 6111/6111/35467 6113/6113/35468 6112/6112/35469 +f 6112/6112/35470 6113/6113/35471 6114/6114/35472 +f 6113/6113/35473 6115/6115/35474 6114/6114/35475 +f 6114/6114/35476 6115/6115/35477 6116/6116/35478 +f 6115/6115/35479 6117/6117/35480 6116/6116/35481 +f 6116/6116/35482 6117/6117/35483 6118/6118/35484 +f 6117/6117/35485 6119/6119/35486 6118/6118/35487 +f 6118/6118/35488 6119/6119/35489 6120/6120/35490 +f 6119/6119/35491 6121/6121/35492 6120/6120/35493 +f 6120/6120/35494 6121/6121/35495 6122/6122/35496 +f 6121/6121/35497 6123/6123/35498 6122/6122/35499 +f 6122/6122/35500 6123/6123/35501 6124/6124/35502 +f 6123/6123/35503 6125/6125/35504 6124/6124/35505 +f 6124/6124/35506 6125/6125/35507 6126/6126/35508 +f 6125/6125/35509 6127/6127/35510 6126/6126/35511 +f 6126/6126/35512 6127/6127/35513 6128/6128/35514 +f 6127/6127/35515 6129/6129/35516 6128/6128/35517 +f 6128/6128/35518 6129/6129/35519 6130/6130/35520 +f 6131/6131/35521 6132/6132/35522 6129/6129/35523 +f 6129/6129/35524 6132/6132/35525 6130/6130/35526 +f 6131/6131/35527 6133/6133/35528 6132/6132/35529 +f 6132/6132/35530 6133/6133/35531 6134/6134/35532 +f 6133/6133/35533 6135/6135/35534 6134/6134/35535 +f 6134/6134/35536 6135/6135/35537 6136/6136/35538 +f 6135/6135/35539 6137/6137/35540 6136/6136/35541 +f 6136/6136/35542 6137/6137/35543 6138/6138/35544 +f 6137/6137/35545 6139/6139/35546 6138/6138/35547 +f 6138/6138/35548 6139/6139/35549 6140/6140/35550 +f 6139/6139/35551 6141/6141/35552 6140/6140/35553 +f 6140/6140/35554 6141/6141/35555 6142/6142/35556 +f 6141/6141/35557 6143/6143/35558 6142/6142/35559 +f 6142/6142/35560 6143/6143/35561 6144/6144/35562 +f 6143/6143/35563 6145/6145/35564 6144/6144/35565 +f 6144/6144/35566 6145/6145/35567 6146/6146/35568 +f 6145/6145/35569 6147/6147/35570 6146/6146/35571 +f 6146/6146/35572 6147/6147/35573 6148/6148/35574 +f 6147/6147/35575 6149/6149/35576 6148/6148/35577 +f 6148/6148/35578 6149/6149/35579 6150/6150/35580 +f 6149/6149/35581 6151/6151/35582 6150/6150/35583 +f 6150/6150/35584 6151/6151/35585 6152/6152/35586 +f 6151/6151/35587 6153/6153/35588 6152/6152/35589 +f 6152/6152/35590 6153/6153/35591 6154/6154/35592 +f 6153/6153/35593 6155/6155/35594 6154/6154/35595 +f 6154/6154/35596 6155/6155/35597 6156/6156/35598 +f 6155/6155/35599 6157/6157/35600 6156/6156/35601 +f 6156/6156/35602 6157/6157/35603 6158/6158/35604 +f 6157/6157/35605 6159/6159/35606 6158/6158/35607 +f 6158/6158/35608 6159/6159/35609 6160/6160/35610 +f 6159/6159/35611 6161/6161/35612 6160/6160/35613 +f 6160/6160/35614 6161/6161/35615 6162/6162/35616 +f 6161/6161/35617 6163/6163/35618 6162/6162/35619 +f 6162/6162/35620 6163/6163/35621 6164/6164/35622 +f 6163/6163/35623 6165/6165/35624 6164/6164/35625 +f 6164/6164/35626 6165/6165/35627 6166/6166/35628 +f 6165/6165/35629 6167/6167/35630 6166/6166/35631 +f 6166/6166/35632 6167/6167/35633 6168/6168/35634 +f 6169/6169/35635 6170/6170/35636 6167/6167/35637 +f 6167/6167/35638 6170/6170/35639 6168/6168/35640 +f 6169/6169/35641 6171/6171/35642 6170/6170/35643 +f 6170/6170/35644 6171/6171/35645 6172/6172/35646 +f 6171/6171/35647 6173/6173/35648 6172/6172/35649 +f 6172/6172/35650 6173/6173/35651 6174/6174/35652 +f 6173/6173/35653 6175/6175/35654 6174/6174/35655 +f 6174/6174/35656 6175/6175/35657 6176/6176/35658 +f 6175/6175/35659 6177/6177/35660 6176/6176/35661 +f 6176/6176/35662 6177/6177/35663 6178/6178/35664 +f 6177/6177/35665 6179/6179/35666 6178/6178/35667 +f 6178/6178/35668 6179/6179/35669 6180/6180/35670 +f 6179/6179/35671 6181/6181/35672 6180/6180/35673 +f 6180/6180/35674 6181/6181/35675 6182/6182/35676 +f 6181/6181/35677 6183/6183/35678 6182/6182/35679 +f 6182/6182/35680 6183/6183/35681 6184/6184/35682 +f 6183/6183/35683 6185/6185/35684 6184/6184/35685 +f 6184/6184/35686 6185/6185/35687 6186/6186/35688 +f 6185/6185/35689 6187/6187/35690 6186/6186/35691 +f 6186/6186/35692 6187/6187/35693 6188/6188/35694 +f 6187/6187/35695 6189/6189/35696 6188/6188/35697 +f 6188/6188/35698 6189/6189/35699 6190/6190/35700 +f 6191/6191/35701 6192/6192/35702 6189/6189/35703 +f 6189/6189/35704 6192/6192/35705 6190/6190/35706 +f 6191/6191/35707 6193/6193/35708 6192/6192/35709 +f 6192/6192/35710 6193/6193/35711 6194/6194/35712 +f 6193/6193/35713 6195/6195/35714 6194/6194/35715 +f 6194/6194/35716 6195/6195/35717 6196/6196/35718 +f 6195/6195/35719 6197/6197/35720 6196/6196/35721 +f 6196/6196/35722 6197/6197/35723 6198/6198/35724 +f 6197/6197/35725 6199/6199/35726 6198/6198/35727 +f 6198/6198/35728 6199/6199/35729 6200/6200/35730 +f 6199/6199/35731 6201/6201/35732 6200/6200/35733 +f 6200/6200/35734 6201/6201/35735 6202/6202/35736 +f 6201/6201/35737 6203/6203/35738 6202/6202/35739 +f 6202/6202/35740 6203/6203/35741 6204/6204/35742 +f 6203/6203/35743 6205/6205/35744 6204/6204/35745 +f 6204/6204/35746 6205/6205/35747 6206/6206/35748 +f 6205/6205/35749 6207/6207/35750 6206/6206/35751 +f 6206/6206/35752 6207/6207/35753 6208/6208/35754 +f 6207/6207/35755 6209/6209/35756 6208/6208/35757 +f 6208/6208/35758 6209/6209/35759 6210/6210/35760 +f 6209/6209/35761 6211/6211/35762 6210/6210/35763 +f 6210/6210/35764 6211/6211/35765 6212/6212/35766 +f 6211/6211/35767 6213/6213/35768 6212/6212/35769 +f 6212/6212/35770 6213/6213/35771 6214/6214/35772 +f 6213/6213/35773 6215/6215/35774 6214/6214/35775 +f 6214/6214/35776 6215/6215/35777 6216/6216/35778 +f 6215/6215/35779 6217/6217/35780 6216/6216/35781 +f 6216/6216/35782 6217/6217/35783 6218/6218/35784 +f 6217/6217/35785 6219/6219/35786 6218/6218/35787 +f 6218/6218/35788 6219/6219/35789 6220/6220/35790 +f 6219/6219/35791 6221/6221/35792 6220/6220/35793 +f 6220/6220/35794 6221/6221/35795 6222/6222/35796 +f 6221/6221/35797 6223/6223/35798 6222/6222/35799 +f 6222/6222/35800 6223/6223/35801 6224/6224/35802 +f 6223/6223/35803 6225/6225/35804 6224/6224/35805 +f 6224/6224/35806 6225/6225/35807 6226/6226/35808 +f 6225/6225/35809 6227/6227/35810 6226/6226/35811 +f 6226/6226/35812 6227/6227/35813 6228/6228/35814 +f 6227/6227/35815 6229/6229/35816 6228/6228/35817 +f 6228/6228/35818 6229/6229/35819 6230/6230/35820 +f 6229/6229/35821 6231/6231/35822 6230/6230/35823 +f 6230/6230/35824 6231/6231/35825 6232/6232/35826 +f 6231/6231/35827 6233/6233/35828 6232/6232/35829 +f 6232/6232/35830 6233/6233/35831 6234/6234/35832 +f 6233/6233/35833 6235/6235/35834 6234/6234/35835 +f 6234/6234/35836 6235/6235/35837 6236/6236/35838 +f 6235/6235/35839 6237/6237/35840 6236/6236/35841 +f 6236/6236/35842 6237/6237/35843 6238/6238/35844 +f 6237/6237/35845 6239/6239/35846 6238/6238/35847 +f 6238/6238/35848 6239/6239/35849 6240/6240/35850 +f 6239/6239/35851 6241/6241/35852 6240/6240/35853 +f 6240/6240/35854 6241/6241/35855 6242/6242/35856 +f 6241/6241/35857 6243/6243/35858 6242/6242/35859 +f 6242/6242/35860 6243/6243/35861 6244/6244/35862 +f 6243/6243/35863 6245/6245/35864 6244/6244/35865 +f 6244/6244/35866 6245/6245/35867 6246/6246/35868 +f 6245/6245/35869 6247/6247/35870 6246/6246/35871 +f 6246/6246/35872 6247/6247/35873 6248/6248/35874 +f 6247/6247/35875 6249/6249/35876 6248/6248/35877 +f 6248/6248/35878 6249/6249/35879 6250/6250/35880 +f 6249/6249/35881 6251/6251/35882 6250/6250/35883 +f 6250/6250/35884 6251/6251/35885 6252/6252/35886 +f 6251/6251/35887 6253/6253/35888 6252/6252/35889 +f 6252/6252/35890 6253/6253/35891 6254/6254/35892 +f 6253/6253/35893 6255/6255/35894 6254/6254/35895 +f 6254/6254/35896 6255/6255/35897 6256/6256/35898 +f 6255/6255/35899 6257/6257/35900 6256/6256/35901 +f 6256/6256/35902 6257/6257/35903 6258/6258/35904 +f 6257/6257/35905 5729/5729/35906 6258/6258/35907 +f 6258/6258/35908 5729/5729/35909 5731/5731/35910 +f 6256/6256/35911 6258/6258/35912 5734/5734/35913 +f 5734/5734/35914 6258/6258/35915 5731/5731/35916 +f 5734/5734/35917 5731/5731/35918 5732/5732/35919 +f 6256/6256/35920 5734/5734/35921 6254/6254/35922 +f 6254/6254/35923 5734/5734/35924 5736/5736/35925 +f 6254/6254/35926 5736/5736/35927 6252/6252/35928 +f 6252/6252/35929 5736/5736/35930 6250/6250/35931 +f 6250/6250/35932 5736/5736/35933 6248/6248/35934 +f 6248/6248/35935 5736/5736/35936 6246/6246/35937 +f 6246/6246/35938 5736/5736/35939 6244/6244/35940 +f 6244/6244/35941 5736/5736/35942 6242/6242/35943 +f 6242/6242/35944 5736/5736/35945 6240/6240/35946 +f 6240/6240/35947 5736/5736/35948 6238/6238/35949 +f 6238/6238/35950 5736/5736/35951 6236/6236/35952 +f 6236/6236/35953 5736/5736/35954 6234/6234/35955 +f 6234/6234/35956 5736/5736/35957 6232/6232/35958 +f 6232/6232/35959 5736/5736/35960 6230/6230/35961 +f 6230/6230/35962 5736/5736/35963 6228/6228/35964 +f 6228/6228/35965 5736/5736/35966 6226/6226/35967 +f 6226/6226/35968 5736/5736/35969 6224/6224/35970 +f 6224/6224/35971 5736/5736/35972 6222/6222/35973 +f 6222/6222/35974 5736/5736/35975 6218/6218/35976 +f 6222/6222/35977 6218/6218/35978 6220/6220/35979 +f 5738/5738/35980 6150/6150/35981 5736/5736/35982 +f 5736/5736/35983 6150/6150/35984 6156/6156/35985 +f 5736/5736/35986 6156/6156/35987 6158/6158/35988 +f 5740/5740/35989 6144/6144/35990 5738/5738/35991 +f 5738/5738/35992 6144/6144/35993 6146/6146/35994 +f 5738/5738/35995 6146/6146/35996 6148/6148/35997 +f 6144/6144/35998 5740/5740/35999 6142/6142/36000 +f 6142/6142/36001 5740/5740/36002 5742/5742/36003 +f 6142/6142/36004 5742/5742/36005 6140/6140/36006 +f 6140/6140/36007 5742/5742/36008 5744/5744/36009 +f 6140/6140/36010 5744/5744/36011 6138/6138/36012 +f 6138/6138/36013 5744/5744/36014 6136/6136/36015 +f 6136/6136/36016 5744/5744/36017 5746/5746/36018 +f 6136/6136/36019 5746/5746/36020 5748/5748/36021 +f 6136/6136/36022 5748/5748/36023 6134/6134/36024 +f 6134/6134/36025 5748/5748/36026 5750/5750/36027 +f 6134/6134/36028 5750/5750/36029 6132/6132/36030 +f 6132/6132/36031 5750/5750/36032 6130/6130/36033 +f 6130/6130/36034 5750/5750/36035 5752/5752/36036 +f 6130/6130/36037 5752/5752/36038 5754/5754/36039 +f 6130/6130/36040 5754/5754/36041 6128/6128/36042 +f 6128/6128/36043 5754/5754/36044 5756/5756/36045 +f 6128/6128/36046 5756/5756/36047 6126/6126/36048 +f 6126/6126/36049 5756/5756/36050 5758/5758/36051 +f 6126/6126/36052 5758/5758/36053 6124/6124/36054 +f 6124/6124/36055 5758/5758/36056 5760/5760/36057 +f 6124/6124/36058 5760/5760/36059 6122/6122/36060 +f 6122/6122/36061 5760/5760/36062 5762/5762/36063 +f 6122/6122/36064 5762/5762/36065 6120/6120/36066 +f 6120/6120/36067 5762/5762/36068 5764/5764/36069 +f 6120/6120/36070 5764/5764/36071 6118/6118/36072 +f 6118/6118/36073 5764/5764/36074 5766/5766/36075 +f 6118/6118/36076 5766/5766/36077 6116/6116/36078 +f 6116/6116/36079 5766/5766/36080 6114/6114/36081 +f 6114/6114/36082 5766/5766/36083 5768/5768/36084 +f 6114/6114/36085 5768/5768/36086 5770/5770/36087 +f 6114/6114/36088 5770/5770/36089 6112/6112/36090 +f 6112/6112/36091 5770/5770/36092 5772/5772/36093 +f 6112/6112/36094 5772/5772/36095 6110/6110/36096 +f 6110/6110/36097 5772/5772/36098 5774/5774/36099 +f 6110/6110/36100 5774/5774/36101 5776/5776/36102 +f 6110/6110/36103 5776/5776/36104 6108/6108/36105 +f 6108/6108/36106 5776/5776/36107 5778/5778/36108 +f 6108/6108/36109 5778/5778/36110 6106/6106/36111 +f 6106/6106/36112 5778/5778/36113 5780/5780/36114 +f 6106/6106/36115 5780/5780/36116 5782/5782/36117 +f 6106/6106/36118 5782/5782/36119 5788/5788/36120 +f 5788/5788/36121 5782/5782/36122 5784/5784/36123 +f 5788/5788/36124 5784/5784/36125 5786/5786/36126 +f 6106/6106/36127 5788/5788/36128 5794/5794/36129 +f 5794/5794/36130 5788/5788/36131 5790/5790/36132 +f 5794/5794/36133 5790/5790/36134 5792/5792/36135 +f 6106/6106/36136 5794/5794/36137 5800/5800/36138 +f 5800/5800/36139 5794/5794/36140 5796/5796/36141 +f 5800/5800/36142 5796/5796/36143 5798/5798/36144 +f 5802/5802/36145 5804/5804/36146 5800/5800/36147 +f 5800/5800/36148 5804/5804/36149 6106/6106/36150 +f 6106/6106/36151 5804/5804/36152 5810/5810/36153 +f 5810/5810/36154 5804/5804/36155 5806/5806/36156 +f 5810/5810/36157 5806/5806/36158 5808/5808/36159 +f 6106/6106/36160 5810/5810/36161 5816/5816/36162 +f 5816/5816/36163 5810/5810/36164 5812/5812/36165 +f 5816/5816/36166 5812/5812/36167 5814/5814/36168 +f 5818/5818/36169 5820/5820/36170 5816/5816/36171 +f 5816/5816/36172 5820/5820/36173 6106/6106/36174 +f 6106/6106/36175 5820/5820/36176 6104/6104/36177 +f 6104/6104/36178 5820/5820/36179 5822/5822/36180 +f 6104/6104/36181 5822/5822/36182 5826/5826/36183 +f 5826/5826/36184 5822/5822/36185 5824/5824/36186 +f 6104/6104/36187 5826/5826/36188 5832/5832/36189 +f 5832/5832/36190 5826/5826/36191 5828/5828/36192 +f 5832/5832/36193 5828/5828/36194 5830/5830/36195 +f 6104/6104/36196 5832/5832/36197 5838/5838/36198 +f 5838/5838/36199 5832/5832/36200 5834/5834/36201 +f 5838/5838/36202 5834/5834/36203 5836/5836/36204 +f 5838/5838/36205 5840/5840/36206 6104/6104/36207 +f 6104/6104/36208 5840/5840/36209 5842/5842/36210 +f 6104/6104/36211 5842/5842/36212 5844/5844/36213 +f 5846/5846/36214 6100/6100/36215 5844/5844/36216 +f 5844/5844/36217 6100/6100/36218 6102/6102/36219 +f 5844/5844/36220 6102/6102/36221 6104/6104/36222 +f 5848/5848/36223 6050/6050/36224 5846/5846/36225 +f 5846/5846/36226 6050/6050/36227 6054/6054/36228 +f 5846/5846/36229 6054/6054/36230 6056/6056/36231 +f 6050/6050/36232 5848/5848/36233 6048/6048/36234 +f 6048/6048/36235 5848/5848/36236 5850/5850/36237 +f 6048/6048/36238 5850/5850/36239 6044/6044/36240 +f 6044/6044/36241 5850/5850/36242 5852/5852/36243 +f 6044/6044/36244 5852/5852/36245 6042/6042/36246 +f 6042/6042/36247 5852/5852/36248 6040/6040/36249 +f 6040/6040/36250 5852/5852/36251 5856/5856/36252 +f 6040/6040/36253 5856/5856/36254 6038/6038/36255 +f 6038/6038/36256 5856/5856/36257 5858/5858/36258 +f 6038/6038/36259 5858/5858/36260 6036/6036/36261 +f 6036/6036/36262 5858/5858/36263 6034/6034/36264 +f 6034/6034/36265 5858/5858/36266 5862/5862/36267 +f 6034/6034/36268 5862/5862/36269 6032/6032/36270 +f 6032/6032/36271 5862/5862/36272 5864/5864/36273 +f 6032/6032/36274 5864/5864/36275 6028/6028/36276 +f 6028/6028/36277 5864/5864/36278 5866/5866/36279 +f 6028/6028/36280 5866/5866/36281 5868/5868/36282 +f 5852/5852/36283 5854/5854/36284 5856/5856/36285 +f 5858/5858/36286 5860/5860/36287 5862/5862/36288 +f 6028/6028/36289 5868/5868/36290 6026/6026/36291 +f 6026/6026/36292 5868/5868/36293 5870/5870/36294 +f 6026/6026/36295 5870/5870/36296 6024/6024/36297 +f 6024/6024/36298 5870/5870/36299 6022/6022/36300 +f 6022/6022/36301 5870/5870/36302 5872/5872/36303 +f 6022/6022/36304 5872/5872/36305 5874/5874/36306 +f 5876/5876/36307 5878/5878/36308 5874/5874/36309 +f 5874/5874/36310 5878/5878/36311 6018/6018/36312 +f 5874/5874/36313 6018/6018/36314 6020/6020/36315 +f 6018/6018/36316 5878/5878/36317 6016/6016/36318 +f 6016/6016/36319 5878/5878/36320 5880/5880/36321 +f 6016/6016/36322 5880/5880/36323 6012/6012/36324 +f 6012/6012/36325 5880/5880/36326 5884/5884/36327 +f 6012/6012/36328 5884/5884/36329 6010/6010/36330 +f 6010/6010/36331 5884/5884/36332 5886/5886/36333 +f 6010/6010/36334 5886/5886/36335 6006/6006/36336 +f 6006/6006/36337 5886/5886/36338 5888/5888/36339 +f 6006/6006/36340 5888/5888/36341 5998/5998/36342 +f 5998/5998/36343 5888/5888/36344 5890/5890/36345 +f 5998/5998/36346 5890/5890/36347 5996/5996/36348 +f 5996/5996/36349 5890/5890/36350 5994/5994/36351 +f 5994/5994/36352 5890/5890/36353 5992/5992/36354 +f 5992/5992/36355 5890/5890/36356 5892/5892/36357 +f 5992/5992/36358 5892/5892/36359 5894/5894/36360 +f 5880/5880/36361 5882/5882/36362 5884/5884/36363 +f 5894/5894/36364 5896/5896/36365 5992/5992/36366 +f 5992/5992/36367 5896/5896/36368 5988/5988/36369 +f 5992/5992/36370 5988/5988/36371 5990/5990/36372 +f 5898/5898/36373 5900/5900/36374 5896/5896/36375 +f 5896/5896/36376 5900/5900/36377 5986/5986/36378 +f 5896/5896/36379 5986/5986/36380 5988/5988/36381 +f 5900/5900/36382 5902/5902/36383 5986/5986/36384 +f 5986/5986/36385 5902/5902/36386 5984/5984/36387 +f 5984/5984/36388 5902/5902/36389 5982/5982/36390 +f 5982/5982/36391 5902/5902/36392 5904/5904/36393 +f 5982/5982/36394 5904/5904/36395 5980/5980/36396 +f 5980/5980/36397 5904/5904/36398 5906/5906/36399 +f 5980/5980/36400 5906/5906/36401 5978/5978/36402 +f 5978/5978/36403 5906/5906/36404 5908/5908/36405 +f 5978/5978/36406 5908/5908/36407 5976/5976/36408 +f 5976/5976/36409 5908/5908/36410 5910/5910/36411 +f 5976/5976/36412 5910/5910/36413 5912/5912/36414 +f 5914/5914/36415 5970/5970/36416 5912/5912/36417 +f 5912/5912/36418 5970/5970/36419 5972/5972/36420 +f 5912/5912/36421 5972/5972/36422 5974/5974/36423 +f 5914/5914/36424 5916/5916/36425 5970/5970/36426 +f 5970/5970/36427 5916/5916/36428 5918/5918/36429 +f 5970/5970/36430 5918/5918/36431 5966/5966/36432 +f 5966/5966/36433 5918/5918/36434 5964/5964/36435 +f 5964/5964/36436 5918/5918/36437 5920/5920/36438 +f 5964/5964/36439 5920/5920/36440 5922/5922/36441 +f 5964/5964/36442 5922/5922/36443 5962/5962/36444 +f 5962/5962/36445 5922/5922/36446 5924/5924/36447 +f 5962/5962/36448 5924/5924/36449 5960/5960/36450 +f 5960/5960/36451 5924/5924/36452 5926/5926/36453 +f 5960/5960/36454 5926/5926/36455 5958/5958/36456 +f 5958/5958/36457 5926/5926/36458 5928/5928/36459 +f 5958/5958/36460 5928/5928/36461 5956/5956/36462 +f 5956/5956/36463 5928/5928/36464 5930/5930/36465 +f 5956/5956/36466 5930/5930/36467 5954/5954/36468 +f 5954/5954/36469 5930/5930/36470 5932/5932/36471 +f 5954/5954/36472 5932/5932/36473 5952/5952/36474 +f 5952/5952/36475 5932/5932/36476 5934/5934/36477 +f 5952/5952/36478 5934/5934/36479 5950/5950/36480 +f 5950/5950/36481 5934/5934/36482 5948/5948/36483 +f 5948/5948/36484 5934/5934/36485 5936/5936/36486 +f 5948/5948/36487 5936/5936/36488 5938/5938/36489 +f 5948/5948/36490 5938/5938/36491 5946/5946/36492 +f 5946/5946/36493 5938/5938/36494 5940/5940/36495 +f 5946/5946/36496 5940/5940/36497 5944/5944/36498 +f 5944/5944/36499 5940/5940/36500 5942/5942/36501 +f 5966/5966/36502 5968/5968/36503 5970/5970/36504 +f 5974/5974/36505 5976/5976/36506 5912/5912/36507 +f 5998/5998/36508 6000/6000/36509 6006/6006/36510 +f 6006/6006/36511 6000/6000/36512 6004/6004/36513 +f 6004/6004/36514 6000/6000/36515 6002/6002/36516 +f 6006/6006/36517 6008/6008/36518 6010/6010/36519 +f 6012/6012/36520 6014/6014/36521 6016/6016/36522 +f 6020/6020/36523 6022/6022/36524 5874/5874/36525 +f 6028/6028/36526 6030/6030/36527 6032/6032/36528 +f 6044/6044/36529 6046/6046/36530 6048/6048/36531 +f 6050/6050/36532 6052/6052/36533 6054/6054/36534 +f 6056/6056/36535 6058/6058/36536 5846/5846/36537 +f 5846/5846/36538 6058/6058/36539 6060/6060/36540 +f 5846/5846/36541 6060/6060/36542 6062/6062/36543 +f 6062/6062/36544 6064/6064/36545 5846/5846/36546 +f 5846/5846/36547 6064/6064/36548 6066/6066/36549 +f 5846/5846/36550 6066/6066/36551 6070/6070/36552 +f 6070/6070/36553 6066/6066/36554 6068/6068/36555 +f 6070/6070/36556 6072/6072/36557 5846/5846/36558 +f 5846/5846/36559 6072/6072/36560 6076/6076/36561 +f 5846/5846/36562 6076/6076/36563 6078/6078/36564 +f 6072/6072/36565 6074/6074/36566 6076/6076/36567 +f 6078/6078/36568 6080/6080/36569 5846/5846/36570 +f 5846/5846/36571 6080/6080/36572 6082/6082/36573 +f 5846/5846/36574 6082/6082/36575 6086/6086/36576 +f 6086/6086/36577 6082/6082/36578 6084/6084/36579 +f 6086/6086/36580 6088/6088/36581 5846/5846/36582 +f 5846/5846/36583 6088/6088/36584 6100/6100/36585 +f 6090/6090/36586 6092/6092/36587 6088/6088/36588 +f 6088/6088/36589 6092/6092/36590 6100/6100/36591 +f 6092/6092/36592 6094/6094/36593 6100/6100/36594 +f 6100/6100/36595 6094/6094/36596 6096/6096/36597 +f 6100/6100/36598 6096/6096/36599 6098/6098/36600 +f 6148/6148/36601 6150/6150/36602 5738/5738/36603 +f 6150/6150/36604 6152/6152/36605 6156/6156/36606 +f 6156/6156/36607 6152/6152/36608 6154/6154/36609 +f 6160/6160/36610 6162/6162/36611 6158/6158/36612 +f 6158/6158/36613 6162/6162/36614 5736/5736/36615 +f 6162/6162/36616 6164/6164/36617 5736/5736/36618 +f 5736/5736/36619 6164/6164/36620 6166/6166/36621 +f 5736/5736/36622 6166/6166/36623 6172/6172/36624 +f 6172/6172/36625 6166/6166/36626 6168/6168/36627 +f 6172/6172/36628 6168/6168/36629 6170/6170/36630 +f 5736/5736/36631 6172/6172/36632 6178/6178/36633 +f 6178/6178/36634 6172/6172/36635 6174/6174/36636 +f 6178/6178/36637 6174/6174/36638 6176/6176/36639 +f 6178/6178/36640 6180/6180/36641 5736/5736/36642 +f 5736/5736/36643 6180/6180/36644 6184/6184/36645 +f 5736/5736/36646 6184/6184/36647 6186/6186/36648 +f 6180/6180/36649 6182/6182/36650 6184/6184/36651 +f 6186/6186/36652 6188/6188/36653 5736/5736/36654 +f 5736/5736/36655 6188/6188/36656 6194/6194/36657 +f 5736/5736/36658 6194/6194/36659 6196/6196/36660 +f 6188/6188/36661 6190/6190/36662 6194/6194/36663 +f 6194/6194/36664 6190/6190/36665 6192/6192/36666 +f 6198/6198/36667 6200/6200/36668 6196/6196/36669 +f 6196/6196/36670 6200/6200/36671 5736/5736/36672 +f 6200/6200/36673 6202/6202/36674 5736/5736/36675 +f 5736/5736/36676 6202/6202/36677 6204/6204/36678 +f 5736/5736/36679 6204/6204/36680 6206/6206/36681 +f 6206/6206/36682 6208/6208/36683 5736/5736/36684 +f 5736/5736/36685 6208/6208/36686 6210/6210/36687 +f 5736/5736/36688 6210/6210/36689 6212/6212/36690 +f 6214/6214/36691 6216/6216/36692 6212/6212/36693 +f 6212/6212/36694 6216/6216/36695 5736/5736/36696 +f 6216/6216/36697 6218/6218/36698 5736/5736/36699 +f 6259/6259/36700 6260/6260/36701 6261/6261/36702 +f 6261/6261/36703 6260/6260/36704 6262/6262/36705 +f 6260/6260/36706 6263/6263/36707 6262/6262/36708 +f 6262/6262/36709 6263/6263/36710 6264/6264/36711 +f 6263/6263/36712 6265/6265/36713 6264/6264/36714 +f 6264/6264/36715 6265/6265/36716 6266/6266/36717 +f 6265/6265/36718 6267/6267/36719 6266/6266/36720 +f 6266/6266/36721 6267/6267/36722 6268/6268/36723 +f 6267/6267/36724 6269/6269/36725 6268/6268/36726 +f 6268/6268/36727 6269/6269/36728 6270/6270/36729 +f 6269/6269/36730 6271/6271/36731 6270/6270/36732 +f 6270/6270/36733 6271/6271/36734 6272/6272/36735 +f 6271/6271/36736 6273/6273/36737 6272/6272/36738 +f 6272/6272/36739 6273/6273/36740 6274/6274/36741 +f 6273/6273/36742 6275/6275/36743 6274/6274/36744 +f 6274/6274/36745 6275/6275/36746 6276/6276/36747 +f 6275/6275/36748 6277/6277/36749 6276/6276/36750 +f 6276/6276/36751 6277/6277/36752 6278/6278/36753 +f 6277/6277/36754 6279/6279/36755 6278/6278/36756 +f 6278/6278/36757 6279/6279/36758 6280/6280/36759 +f 6279/6279/36760 6281/6281/36761 6280/6280/36762 +f 6280/6280/36763 6281/6281/36764 6282/6282/36765 +f 6281/6281/36766 6283/6283/36767 6282/6282/36768 +f 6282/6282/36769 6283/6283/36770 6284/6284/36771 +f 6285/6285/36772 6286/6286/36773 6283/6283/36774 +f 6283/6283/36775 6286/6286/36776 6284/6284/36777 +f 6285/6285/36778 6287/6287/36779 6286/6286/36780 +f 6286/6286/36781 6287/6287/36782 6288/6288/36783 +f 6287/6287/36784 6289/6289/36785 6288/6288/36786 +f 6288/6288/36787 6289/6289/36788 6290/6290/36789 +f 6289/6289/36790 6291/6291/36791 6290/6290/36792 +f 6290/6290/36793 6291/6291/36794 6292/6292/36795 +f 6291/6291/36796 6293/6293/36797 6292/6292/36798 +f 6292/6292/36799 6293/6293/36800 6294/6294/36801 +f 6293/6293/36802 6295/6295/36803 6294/6294/36804 +f 6294/6294/36805 6295/6295/36806 6296/6296/36807 +f 6295/6295/36808 6297/6297/36809 6296/6296/36810 +f 6296/6296/36811 6297/6297/36812 6298/6298/36813 +f 6297/6297/36814 6299/6299/36815 6298/6298/36816 +f 6298/6298/36817 6299/6299/36818 6300/6300/36819 +f 6299/6299/36820 6301/6301/36821 6300/6300/36822 +f 6300/6300/36823 6301/6301/36824 6302/6302/36825 +f 6301/6301/36826 6303/6303/36827 6302/6302/36828 +f 6302/6302/36829 6303/6303/36830 6304/6304/36831 +f 6303/6303/36832 6305/6305/36833 6304/6304/36834 +f 6304/6304/36835 6305/6305/36836 6306/6306/36837 +f 6307/6307/36838 6308/6308/36839 6305/6305/36840 +f 6305/6305/36841 6308/6308/36842 6306/6306/36843 +f 6307/6307/36844 6309/6309/36845 6308/6308/36846 +f 6308/6308/36847 6309/6309/36848 6310/6310/36849 +f 6309/6309/36850 6311/6311/36851 6310/6310/36852 +f 6310/6310/36853 6311/6311/36854 6312/6312/36855 +f 6311/6311/36856 6313/6313/36857 6312/6312/36858 +f 6312/6312/36859 6313/6313/36860 6314/6314/36861 +f 6313/6313/36862 6315/6315/36863 6314/6314/36864 +f 6314/6314/36865 6315/6315/36866 6316/6316/36867 +f 6315/6315/36868 6317/6317/36869 6316/6316/36870 +f 6316/6316/36871 6317/6317/36872 6318/6318/36873 +f 6317/6317/36874 6319/6319/36875 6318/6318/36876 +f 6318/6318/36877 6319/6319/36878 6320/6320/36879 +f 6319/6319/36880 6321/6321/36881 6320/6320/36882 +f 6320/6320/36883 6321/6321/36884 6322/6322/36885 +f 6321/6321/36886 6323/6323/36887 6322/6322/36888 +f 6322/6322/36889 6323/6323/36890 6324/6324/36891 +f 6323/6323/36892 6325/6325/36893 6324/6324/36894 +f 6324/6324/36895 6325/6325/36896 6326/6326/36897 +f 6325/6325/36898 6327/6327/36899 6326/6326/36900 +f 6326/6326/36901 6327/6327/36902 6328/6328/36903 +f 6327/6327/36904 6329/6329/36905 6328/6328/36906 +f 6328/6328/36907 6329/6329/36908 6330/6330/36909 +f 6331/6331/36910 6332/6332/36911 6329/6329/36912 +f 6329/6329/36913 6332/6332/36914 6330/6330/36915 +f 6331/6331/36916 6333/6333/36917 6332/6332/36918 +f 6332/6332/36919 6333/6333/36920 6334/6334/36921 +f 6333/6333/36922 6335/6335/36923 6334/6334/36924 +f 6334/6334/36925 6335/6335/36926 6336/6336/36927 +f 6335/6335/36928 6337/6337/36929 6336/6336/36930 +f 6336/6336/36931 6337/6337/36932 6338/6338/36933 +f 6337/6337/36934 6339/6339/36935 6338/6338/36936 +f 6338/6338/36937 6339/6339/36938 6340/6340/36939 +f 6339/6339/36940 6341/6341/36941 6340/6340/36942 +f 6340/6340/36943 6341/6341/36944 6342/6342/36945 +f 6341/6341/36946 6343/6343/36947 6342/6342/36948 +f 6342/6342/36949 6343/6343/36950 6344/6344/36951 +f 6343/6343/36952 6345/6345/36953 6344/6344/36954 +f 6344/6344/36955 6345/6345/36956 6346/6346/36957 +f 6345/6345/36958 6347/6347/36959 6346/6346/36960 +f 6346/6346/36961 6347/6347/36962 6348/6348/36963 +f 6347/6347/36964 6349/6349/36965 6348/6348/36966 +f 6348/6348/36967 6349/6349/36968 6350/6350/36969 +f 6349/6349/36970 6351/6351/36971 6350/6350/36972 +f 6350/6350/36973 6351/6351/36974 6352/6352/36975 +f 6353/6353/36976 6354/6354/36977 6351/6351/36978 +f 6351/6351/36979 6354/6354/36980 6352/6352/36981 +f 6353/6353/36982 6355/6355/36983 6354/6354/36984 +f 6354/6354/36985 6355/6355/36986 6356/6356/36987 +f 6355/6355/36988 6357/6357/36989 6356/6356/36990 +f 6356/6356/36991 6357/6357/36992 6358/6358/36993 +f 6357/6357/36994 6359/6359/36995 6358/6358/36996 +f 6358/6358/36997 6359/6359/36998 6360/6360/36999 +f 6359/6359/37000 6361/6361/37001 6360/6360/37002 +f 6360/6360/37003 6361/6361/37004 6362/6362/37005 +f 6361/6361/37006 6363/6363/37007 6362/6362/37008 +f 6362/6362/37009 6363/6363/37010 6364/6364/37011 +f 6363/6363/37012 6365/6365/37013 6364/6364/37014 +f 6364/6364/37015 6365/6365/37016 6366/6366/37017 +f 6365/6365/37018 6367/6367/37019 6366/6366/37020 +f 6366/6366/37021 6367/6367/37022 6368/6368/37023 +f 6367/6367/37024 6369/6369/37025 6368/6368/37026 +f 6368/6368/37027 6369/6369/37028 6370/6370/37029 +f 6369/6369/37030 6371/6371/37031 6370/6370/37032 +f 6370/6370/37033 6371/6371/37034 6372/6372/37035 +f 6371/6371/37036 6373/6373/37037 6372/6372/37038 +f 6372/6372/37039 6373/6373/37040 6374/6374/37041 +f 6373/6373/37042 6375/6375/37043 6374/6374/37044 +f 6374/6374/37045 6375/6375/37046 6376/6376/37047 +f 6375/6375/37048 6377/6377/37049 6376/6376/37050 +f 6376/6376/37051 6377/6377/37052 6378/6378/37053 +f 6379/6379/37054 6380/6380/37055 6377/6377/37056 +f 6377/6377/37057 6380/6380/37058 6378/6378/37059 +f 6379/6379/37060 6381/6381/37061 6380/6380/37062 +f 6380/6380/37063 6381/6381/37064 6382/6382/37065 +f 6381/6381/37066 6383/6383/37067 6382/6382/37068 +f 6382/6382/37069 6383/6383/37070 6384/6384/37071 +f 6383/6383/37072 6385/6385/37073 6384/6384/37074 +f 6384/6384/37075 6385/6385/37076 6386/6386/37077 +f 6385/6385/37078 6387/6387/37079 6386/6386/37080 +f 6386/6386/37081 6387/6387/37082 6388/6388/37083 +f 6387/6387/37084 6389/6389/37085 6388/6388/37086 +f 6388/6388/37087 6389/6389/37088 6390/6390/37089 +f 6389/6389/37090 6391/6391/37091 6390/6390/37092 +f 6390/6390/37093 6391/6391/37094 6392/6392/37095 +f 6391/6391/37096 6393/6393/37097 6392/6392/37098 +f 6392/6392/37099 6393/6393/37100 6394/6394/37101 +f 6393/6393/37102 6395/6395/37103 6394/6394/37104 +f 6394/6394/37105 6395/6395/37106 6396/6396/37107 +f 6395/6395/37108 6397/6397/37109 6396/6396/37110 +f 6396/6396/37111 6397/6397/37112 6398/6398/37113 +f 6397/6397/37114 6399/6399/37115 6398/6398/37116 +f 6398/6398/37117 6399/6399/37118 6400/6400/37119 +f 6401/6401/37120 6402/6402/37121 6399/6399/37122 +f 6399/6399/37123 6402/6402/37124 6400/6400/37125 +f 6401/6401/37126 6403/6403/37127 6402/6402/37128 +f 6402/6402/37129 6403/6403/37130 6404/6404/37131 +f 6403/6403/37132 6405/6405/37133 6404/6404/37134 +f 6404/6404/37135 6405/6405/37136 6406/6406/37137 +f 6405/6405/37138 6407/6407/37139 6406/6406/37140 +f 6406/6406/37141 6407/6407/37142 6408/6408/37143 +f 6407/6407/37144 6409/6409/37145 6408/6408/37146 +f 6408/6408/37147 6409/6409/37148 6410/6410/37149 +f 6409/6409/37150 6411/6411/37151 6410/6410/37152 +f 6410/6410/37153 6411/6411/37154 6412/6412/37155 +f 6411/6411/37156 6413/6413/37157 6412/6412/37158 +f 6412/6412/37159 6413/6413/37160 6414/6414/37161 +f 6413/6413/37162 6415/6415/37163 6414/6414/37164 +f 6414/6414/37165 6415/6415/37166 6416/6416/37167 +f 6415/6415/37168 6417/6417/37169 6416/6416/37170 +f 6416/6416/37171 6417/6417/37172 6418/6418/37173 +f 6417/6417/37174 6419/6419/37175 6418/6418/37176 +f 6418/6418/37177 6419/6419/37178 6420/6420/37179 +f 6419/6419/37180 6421/6421/37181 6420/6420/37182 +f 6420/6420/37183 6421/6421/37184 6422/6422/37185 +f 6421/6421/37186 6423/6423/37187 6422/6422/37188 +f 6422/6422/37189 6423/6423/37190 6424/6424/37191 +f 6423/6423/37192 6425/6425/37193 6424/6424/37194 +f 6424/6424/37195 6425/6425/37196 6426/6426/37197 +f 6425/6425/37198 6427/6427/37199 6426/6426/37200 +f 6426/6426/37201 6427/6427/37202 6428/6428/37203 +f 6427/6427/37204 6429/6429/37205 6428/6428/37206 +f 6428/6428/37207 6429/6429/37208 6430/6430/37209 +f 6429/6429/37210 6431/6431/37211 6430/6430/37212 +f 6430/6430/37213 6431/6431/37214 6432/6432/37215 +f 6431/6431/37216 6433/6433/37217 6432/6432/37218 +f 6432/6432/37219 6433/6433/37220 6434/6434/37221 +f 6433/6433/37222 6435/6435/37223 6434/6434/37224 +f 6434/6434/37225 6435/6435/37226 6436/6436/37227 +f 6435/6435/37228 6437/6437/37229 6436/6436/37230 +f 6436/6436/37231 6437/6437/37232 6438/6438/37233 +f 6437/6437/37234 6439/6439/37235 6438/6438/37236 +f 6438/6438/37237 6439/6439/37238 6440/6440/37239 +f 6439/6439/37240 6441/6441/37241 6440/6440/37242 +f 6440/6440/37243 6441/6441/37244 6442/6442/37245 +f 6441/6441/37246 6443/6443/37247 6442/6442/37248 +f 6442/6442/37249 6443/6443/37250 6444/6444/37251 +f 6443/6443/37252 6445/6445/37253 6444/6444/37254 +f 6444/6444/37255 6445/6445/37256 6446/6446/37257 +f 6445/6445/37258 6447/6447/37259 6446/6446/37260 +f 6446/6446/37261 6447/6447/37262 6448/6448/37263 +f 6447/6447/37264 6449/6449/37265 6448/6448/37266 +f 6448/6448/37267 6449/6449/37268 6450/6450/37269 +f 6449/6449/37270 6451/6451/37271 6450/6450/37272 +f 6450/6450/37273 6451/6451/37274 6452/6452/37275 +f 6451/6451/37276 6453/6453/37277 6452/6452/37278 +f 6452/6452/37279 6453/6453/37280 6454/6454/37281 +f 6453/6453/37282 6455/6455/37283 6454/6454/37284 +f 6454/6454/37285 6455/6455/37286 6456/6456/37287 +f 6455/6455/37288 6457/6457/37289 6456/6456/37290 +f 6456/6456/37291 6457/6457/37292 6458/6458/37293 +f 6457/6457/37294 6459/6459/37295 6458/6458/37296 +f 6458/6458/37297 6459/6459/37298 6460/6460/37299 +f 6459/6459/37300 6461/6461/37301 6460/6460/37302 +f 6460/6460/37303 6461/6461/37304 6462/6462/37305 +f 6461/6461/37306 6463/6463/37307 6462/6462/37308 +f 6462/6462/37309 6463/6463/37310 6464/6464/37311 +f 6463/6463/37312 6465/6465/37313 6464/6464/37314 +f 6464/6464/37315 6465/6465/37316 6466/6466/37317 +f 6465/6465/37318 6467/6467/37319 6466/6466/37320 +f 6466/6466/37321 6467/6467/37322 6468/6468/37323 +f 6467/6467/37324 6469/6469/37325 6468/6468/37326 +f 6468/6468/37327 6469/6469/37328 6470/6470/37329 +f 6469/6469/37330 6471/6471/37331 6470/6470/37332 +f 6470/6470/37333 6471/6471/37334 6472/6472/37335 +f 6471/6471/37336 6473/6473/37337 6472/6472/37338 +f 6472/6472/37339 6473/6473/37340 6474/6474/37341 +f 6473/6473/37342 6475/6475/37343 6474/6474/37344 +f 6474/6474/37345 6475/6475/37346 6476/6476/37347 +f 6475/6475/37348 6477/6477/37349 6476/6476/37350 +f 6476/6476/37351 6477/6477/37352 6478/6478/37353 +f 6477/6477/37354 6479/6479/37355 6478/6478/37356 +f 6478/6478/37357 6479/6479/37358 6480/6480/37359 +f 6479/6479/37360 6481/6481/37361 6480/6480/37362 +f 6480/6480/37363 6481/6481/37364 6482/6482/37365 +f 6481/6481/37366 6483/6483/37367 6482/6482/37368 +f 6482/6482/37369 6483/6483/37370 6484/6484/37371 +f 6483/6483/37372 6485/6485/37373 6484/6484/37374 +f 6484/6484/37375 6485/6485/37376 6486/6486/37377 +f 6487/6487/37378 6488/6488/37379 6485/6485/37380 +f 6485/6485/37381 6488/6488/37382 6486/6486/37383 +f 6487/6487/37384 6489/6489/37385 6488/6488/37386 +f 6488/6488/37387 6489/6489/37388 6490/6490/37389 +f 6489/6489/37390 6491/6491/37391 6490/6490/37392 +f 6490/6490/37393 6491/6491/37394 6492/6492/37395 +f 6491/6491/37396 6493/6493/37397 6492/6492/37398 +f 6492/6492/37399 6493/6493/37400 6494/6494/37401 +f 6493/6493/37402 6495/6495/37403 6494/6494/37404 +f 6494/6494/37405 6495/6495/37406 6496/6496/37407 +f 6495/6495/37408 6497/6497/37409 6496/6496/37410 +f 6496/6496/37411 6497/6497/37412 6498/6498/37413 +f 6497/6497/37414 6499/6499/37415 6498/6498/37416 +f 6498/6498/37417 6499/6499/37418 6500/6500/37419 +f 6499/6499/37420 6501/6501/37421 6500/6500/37422 +f 6500/6500/37423 6501/6501/37424 6502/6502/37425 +f 6501/6501/37426 6503/6503/37427 6502/6502/37428 +f 6502/6502/37429 6503/6503/37430 6504/6504/37431 +f 6503/6503/37432 6505/6505/37433 6504/6504/37434 +f 6504/6504/37435 6505/6505/37436 6506/6506/37437 +f 6505/6505/37438 6507/6507/37439 6506/6506/37440 +f 6506/6506/37441 6507/6507/37442 6508/6508/37443 +f 6509/6509/37444 6510/6510/37445 6507/6507/37446 +f 6507/6507/37447 6510/6510/37448 6508/6508/37449 +f 6509/6509/37450 6511/6511/37451 6510/6510/37452 +f 6510/6510/37453 6511/6511/37454 6512/6512/37455 +f 6511/6511/37456 6513/6513/37457 6512/6512/37458 +f 6512/6512/37459 6513/6513/37460 6514/6514/37461 +f 6513/6513/37462 6515/6515/37463 6514/6514/37464 +f 6514/6514/37465 6515/6515/37466 6516/6516/37467 +f 6515/6515/37468 6517/6517/37469 6516/6516/37470 +f 6516/6516/37471 6517/6517/37472 6518/6518/37473 +f 6517/6517/37474 6519/6519/37475 6518/6518/37476 +f 6518/6518/37477 6519/6519/37478 6520/6520/37479 +f 6519/6519/37480 6521/6521/37481 6520/6520/37482 +f 6520/6520/37483 6521/6521/37484 6522/6522/37485 +f 6521/6521/37486 6523/6523/37487 6522/6522/37488 +f 6522/6522/37489 6523/6523/37490 6524/6524/37491 +f 6523/6523/37492 6525/6525/37493 6524/6524/37494 +f 6524/6524/37495 6525/6525/37496 6526/6526/37497 +f 6525/6525/37498 6527/6527/37499 6526/6526/37500 +f 6526/6526/37501 6527/6527/37502 6528/6528/37503 +f 6527/6527/37504 6529/6529/37505 6528/6528/37506 +f 6528/6528/37507 6529/6529/37508 6530/6530/37509 +f 6529/6529/37510 6531/6531/37511 6530/6530/37512 +f 6530/6530/37513 6531/6531/37514 6532/6532/37515 +f 6531/6531/37516 6533/6533/37517 6532/6532/37518 +f 6532/6532/37519 6533/6533/37520 6534/6534/37521 +f 6533/6533/37522 6535/6535/37523 6534/6534/37524 +f 6534/6534/37525 6535/6535/37526 6536/6536/37527 +f 6535/6535/37528 6537/6537/37529 6536/6536/37530 +f 6536/6536/37531 6537/6537/37532 6538/6538/37533 +f 6537/6537/37534 6539/6539/37535 6538/6538/37536 +f 6538/6538/37537 6539/6539/37538 6540/6540/37539 +f 6539/6539/37540 6541/6541/37541 6540/6540/37542 +f 6540/6540/37543 6541/6541/37544 6542/6542/37545 +f 6541/6541/37546 6543/6543/37547 6542/6542/37548 +f 6542/6542/37549 6543/6543/37550 6544/6544/37551 +f 6543/6543/37552 6545/6545/37553 6544/6544/37554 +f 6544/6544/37555 6545/6545/37556 6546/6546/37557 +f 6545/6545/37558 6547/6547/37559 6546/6546/37560 +f 6546/6546/37561 6547/6547/37562 6548/6548/37563 +f 6547/6547/37564 6549/6549/37565 6548/6548/37566 +f 6548/6548/37567 6549/6549/37568 6550/6550/37569 +f 6549/6549/37570 6551/6551/37571 6550/6550/37572 +f 6550/6550/37573 6551/6551/37574 6552/6552/37575 +f 6551/6551/37576 6553/6553/37577 6552/6552/37578 +f 6552/6552/37579 6553/6553/37580 6554/6554/37581 +f 6553/6553/37582 6555/6555/37583 6554/6554/37584 +f 6554/6554/37585 6555/6555/37586 6556/6556/37587 +f 6555/6555/37588 6557/6557/37589 6556/6556/37590 +f 6556/6556/37591 6557/6557/37592 6558/6558/37593 +f 6557/6557/37594 6559/6559/37595 6558/6558/37596 +f 6558/6558/37597 6559/6559/37598 6560/6560/37599 +f 6559/6559/37600 6561/6561/37601 6560/6560/37602 +f 6560/6560/37603 6561/6561/37604 6562/6562/37605 +f 6561/6561/37606 6563/6563/37607 6562/6562/37608 +f 6562/6562/37609 6563/6563/37610 6564/6564/37611 +f 6563/6563/37612 6565/6565/37613 6564/6564/37614 +f 6564/6564/37615 6565/6565/37616 6566/6566/37617 +f 6565/6565/37618 6567/6567/37619 6566/6566/37620 +f 6566/6566/37621 6567/6567/37622 6568/6568/37623 +f 6567/6567/37624 6569/6569/37625 6568/6568/37626 +f 6568/6568/37627 6569/6569/37628 6570/6570/37629 +f 6569/6569/37630 6571/6571/37631 6570/6570/37632 +f 6570/6570/37633 6571/6571/37634 6572/6572/37635 +f 6571/6571/37636 6573/6573/37637 6572/6572/37638 +f 6572/6572/37639 6573/6573/37640 6574/6574/37641 +f 6573/6573/37642 6575/6575/37643 6574/6574/37644 +f 6574/6574/37645 6575/6575/37646 6576/6576/37647 +f 6575/6575/37648 6577/6577/37649 6576/6576/37650 +f 6576/6576/37651 6577/6577/37652 6578/6578/37653 +f 6577/6577/37654 6579/6579/37655 6578/6578/37656 +f 6578/6578/37657 6579/6579/37658 6580/6580/37659 +f 6579/6579/37660 6581/6581/37661 6580/6580/37662 +f 6580/6580/37663 6581/6581/37664 6582/6582/37665 +f 6581/6581/37666 6583/6583/37667 6582/6582/37668 +f 6582/6582/37669 6583/6583/37670 6584/6584/37671 +f 6583/6583/37672 6585/6585/37673 6584/6584/37674 +f 6584/6584/37675 6585/6585/37676 6586/6586/37677 +f 6585/6585/37678 6587/6587/37679 6586/6586/37680 +f 6586/6586/37681 6587/6587/37682 6588/6588/37683 +f 6587/6587/37684 6589/6589/37685 6588/6588/37686 +f 6588/6588/37687 6589/6589/37688 6590/6590/37689 +f 6589/6589/37690 6591/6591/37691 6590/6590/37692 +f 6590/6590/37693 6591/6591/37694 6592/6592/37695 +f 6591/6591/37696 6593/6593/37697 6592/6592/37698 +f 6592/6592/37699 6593/6593/37700 6594/6594/37701 +f 6593/6593/37702 6595/6595/37703 6594/6594/37704 +f 6594/6594/37705 6595/6595/37706 6596/6596/37707 +f 6595/6595/37708 6597/6597/37709 6596/6596/37710 +f 6596/6596/37711 6597/6597/37712 6598/6598/37713 +f 6597/6597/37714 6599/6599/37715 6598/6598/37716 +f 6598/6598/37717 6599/6599/37718 6600/6600/37719 +f 6601/6601/37720 6602/6602/37721 6599/6599/37722 +f 6599/6599/37723 6602/6602/37724 6600/6600/37725 +f 6601/6601/37726 6603/6603/37727 6602/6602/37728 +f 6602/6602/37729 6603/6603/37730 6604/6604/37731 +f 6603/6603/37732 6605/6605/37733 6604/6604/37734 +f 6604/6604/37735 6605/6605/37736 6606/6606/37737 +f 6605/6605/37738 6607/6607/37739 6606/6606/37740 +f 6606/6606/37741 6607/6607/37742 6608/6608/37743 +f 6607/6607/37744 6609/6609/37745 6608/6608/37746 +f 6608/6608/37747 6609/6609/37748 6610/6610/37749 +f 6609/6609/37750 6611/6611/37751 6610/6610/37752 +f 6610/6610/37753 6611/6611/37754 6612/6612/37755 +f 6611/6611/37756 6613/6613/37757 6612/6612/37758 +f 6612/6612/37759 6613/6613/37760 6614/6614/37761 +f 6613/6613/37762 6615/6615/37763 6614/6614/37764 +f 6614/6614/37765 6615/6615/37766 6616/6616/37767 +f 6615/6615/37768 6617/6617/37769 6616/6616/37770 +f 6616/6616/37771 6617/6617/37772 6618/6618/37773 +f 6617/6617/37774 6619/6619/37775 6618/6618/37776 +f 6618/6618/37777 6619/6619/37778 6620/6620/37779 +f 6619/6619/37780 6621/6621/37781 6620/6620/37782 +f 6620/6620/37783 6621/6621/37784 6622/6622/37785 +f 6621/6621/37786 6623/6623/37787 6622/6622/37788 +f 6622/6622/37789 6623/6623/37790 6624/6624/37791 +f 6623/6623/37792 6625/6625/37793 6624/6624/37794 +f 6624/6624/37795 6625/6625/37796 6626/6626/37797 +f 6625/6625/37798 6627/6627/37799 6626/6626/37800 +f 6626/6626/37801 6627/6627/37802 6628/6628/37803 +f 6627/6627/37804 6629/6629/37805 6628/6628/37806 +f 6628/6628/37807 6629/6629/37808 6630/6630/37809 +f 6629/6629/37810 6631/6631/37811 6630/6630/37812 +f 6630/6630/37813 6631/6631/37814 6632/6632/37815 +f 6631/6631/37816 6633/6633/37817 6632/6632/37818 +f 6632/6632/37819 6633/6633/37820 6634/6634/37821 +f 6633/6633/37822 6635/6635/37823 6634/6634/37824 +f 6634/6634/37825 6635/6635/37826 6636/6636/37827 +f 6635/6635/37828 6637/6637/37829 6636/6636/37830 +f 6636/6636/37831 6637/6637/37832 6638/6638/37833 +f 6637/6637/37834 6639/6639/37835 6638/6638/37836 +f 6638/6638/37837 6639/6639/37838 6640/6640/37839 +f 6639/6639/37840 6641/6641/37841 6640/6640/37842 +f 6640/6640/37843 6641/6641/37844 6642/6642/37845 +f 6641/6641/37846 6643/6643/37847 6642/6642/37848 +f 6642/6642/37849 6643/6643/37850 6644/6644/37851 +f 6643/6643/37852 6645/6645/37853 6644/6644/37854 +f 6644/6644/37855 6645/6645/37856 6646/6646/37857 +f 6645/6645/37858 6647/6647/37859 6646/6646/37860 +f 6646/6646/37861 6647/6647/37862 6648/6648/37863 +f 6647/6647/37864 6649/6649/37865 6648/6648/37866 +f 6648/6648/37867 6649/6649/37868 6650/6650/37869 +f 6649/6649/37870 6651/6651/37871 6650/6650/37872 +f 6650/6650/37873 6651/6651/37874 6652/6652/37875 +f 6651/6651/37876 6653/6653/37877 6652/6652/37878 +f 6652/6652/37879 6653/6653/37880 6654/6654/37881 +f 6653/6653/37882 6655/6655/37883 6654/6654/37884 +f 6654/6654/37885 6655/6655/37886 6656/6656/37887 +f 6655/6655/37888 6657/6657/37889 6656/6656/37890 +f 6656/6656/37891 6657/6657/37892 6658/6658/37893 +f 6657/6657/37894 6659/6659/37895 6658/6658/37896 +f 6658/6658/37897 6659/6659/37898 6660/6660/37899 +f 6659/6659/37900 6661/6661/37901 6660/6660/37902 +f 6660/6660/37903 6661/6661/37904 6662/6662/37905 +f 6661/6661/37906 6663/6663/37907 6662/6662/37908 +f 6662/6662/37909 6663/6663/37910 6664/6664/37911 +f 6663/6663/37912 6665/6665/37913 6664/6664/37914 +f 6664/6664/37915 6665/6665/37916 6666/6666/37917 +f 6667/6667/37918 6668/6668/37919 6665/6665/37920 +f 6665/6665/37921 6668/6668/37922 6666/6666/37923 +f 6667/6667/37924 6669/6669/37925 6668/6668/37926 +f 6668/6668/37927 6669/6669/37928 6670/6670/37929 +f 6669/6669/37930 6671/6671/37931 6670/6670/37932 +f 6670/6670/37933 6671/6671/37934 6672/6672/37935 +f 6671/6671/37936 6673/6673/37937 6672/6672/37938 +f 6672/6672/37939 6673/6673/37940 6674/6674/37941 +f 6673/6673/37942 6675/6675/37943 6674/6674/37944 +f 6674/6674/37945 6675/6675/37946 6676/6676/37947 +f 6675/6675/37948 6677/6677/37949 6676/6676/37950 +f 6676/6676/37951 6677/6677/37952 6678/6678/37953 +f 6677/6677/37954 6679/6679/37955 6678/6678/37956 +f 6678/6678/37957 6679/6679/37958 6680/6680/37959 +f 6679/6679/37960 6681/6681/37961 6680/6680/37962 +f 6680/6680/37963 6681/6681/37964 6682/6682/37965 +f 6681/6681/37966 6259/6259/37967 6682/6682/37968 +f 6682/6682/37969 6259/6259/37970 6261/6261/37971 +f 6261/6261/37972 6270/6270/37973 6682/6682/37974 +f 6682/6682/37975 6270/6270/37976 6272/6272/37977 +f 6682/6682/37978 6272/6272/37979 6680/6680/37980 +f 6680/6680/37981 6272/6272/37982 6678/6678/37983 +f 6678/6678/37984 6272/6272/37985 6274/6274/37986 +f 6678/6678/37987 6274/6274/37988 6276/6276/37989 +f 6262/6262/37990 6266/6266/37991 6261/6261/37992 +f 6261/6261/37993 6266/6266/37994 6268/6268/37995 +f 6261/6261/37996 6268/6268/37997 6270/6270/37998 +f 6262/6262/37999 6264/6264/38000 6266/6266/38001 +f 6678/6678/38002 6276/6276/38003 6676/6676/38004 +f 6676/6676/38005 6276/6276/38006 6278/6278/38007 +f 6676/6676/38008 6278/6278/38009 6674/6674/38010 +f 6674/6674/38011 6278/6278/38012 6672/6672/38013 +f 6672/6672/38014 6278/6278/38015 6280/6280/38016 +f 6672/6672/38017 6280/6280/38018 6282/6282/38019 +f 6672/6672/38020 6282/6282/38021 6670/6670/38022 +f 6670/6670/38023 6282/6282/38024 6284/6284/38025 +f 6670/6670/38026 6284/6284/38027 6668/6668/38028 +f 6668/6668/38029 6284/6284/38030 6286/6286/38031 +f 6668/6668/38032 6286/6286/38033 6666/6666/38034 +f 6666/6666/38035 6286/6286/38036 6288/6288/38037 +f 6666/6666/38038 6288/6288/38039 6664/6664/38040 +f 6664/6664/38041 6288/6288/38042 6662/6662/38043 +f 6662/6662/38044 6288/6288/38045 6290/6290/38046 +f 6662/6662/38047 6290/6290/38048 6292/6292/38049 +f 6662/6662/38050 6292/6292/38051 6660/6660/38052 +f 6660/6660/38053 6292/6292/38054 6294/6294/38055 +f 6660/6660/38056 6294/6294/38057 6658/6658/38058 +f 6658/6658/38059 6294/6294/38060 6656/6656/38061 +f 6656/6656/38062 6294/6294/38063 6296/6296/38064 +f 6656/6656/38065 6296/6296/38066 6298/6298/38067 +f 6656/6656/38068 6298/6298/38069 6654/6654/38070 +f 6654/6654/38071 6298/6298/38072 6300/6300/38073 +f 6654/6654/38074 6300/6300/38075 6652/6652/38076 +f 6652/6652/38077 6300/6300/38078 6650/6650/38079 +f 6650/6650/38080 6300/6300/38081 6302/6302/38082 +f 6650/6650/38083 6302/6302/38084 6304/6304/38085 +f 6306/6306/38086 6308/6308/38087 6304/6304/38088 +f 6304/6304/38089 6308/6308/38090 6340/6340/38091 +f 6304/6304/38092 6340/6340/38093 6342/6342/38094 +f 6310/6310/38095 6334/6334/38096 6308/6308/38097 +f 6308/6308/38098 6334/6334/38099 6336/6336/38100 +f 6308/6308/38101 6336/6336/38102 6340/6340/38103 +f 6340/6340/38104 6336/6336/38105 6338/6338/38106 +f 6310/6310/38107 6312/6312/38108 6334/6334/38109 +f 6334/6334/38110 6312/6312/38111 6332/6332/38112 +f 6332/6332/38113 6312/6312/38114 6314/6314/38115 +f 6332/6332/38116 6314/6314/38117 6330/6330/38118 +f 6330/6330/38119 6314/6314/38120 6328/6328/38121 +f 6328/6328/38122 6314/6314/38123 6316/6316/38124 +f 6328/6328/38125 6316/6316/38126 6318/6318/38127 +f 6320/6320/38128 6324/6324/38129 6318/6318/38130 +f 6318/6318/38131 6324/6324/38132 6326/6326/38133 +f 6318/6318/38134 6326/6326/38135 6328/6328/38136 +f 6320/6320/38137 6322/6322/38138 6324/6324/38139 +f 6342/6342/38140 6344/6344/38141 6304/6304/38142 +f 6304/6304/38143 6344/6344/38144 6346/6346/38145 +f 6304/6304/38146 6346/6346/38147 6350/6350/38148 +f 6350/6350/38149 6346/6346/38150 6348/6348/38151 +f 6350/6350/38152 6352/6352/38153 6304/6304/38154 +f 6304/6304/38155 6352/6352/38156 6356/6356/38157 +f 6304/6304/38158 6356/6356/38159 6598/6598/38160 +f 6598/6598/38161 6356/6356/38162 6358/6358/38163 +f 6598/6598/38164 6358/6358/38165 6596/6596/38166 +f 6596/6596/38167 6358/6358/38168 6592/6592/38169 +f 6596/6596/38170 6592/6592/38171 6594/6594/38172 +f 6352/6352/38173 6354/6354/38174 6356/6356/38175 +f 6360/6360/38176 6362/6362/38177 6358/6358/38178 +f 6358/6358/38179 6362/6362/38180 6592/6592/38181 +f 6592/6592/38182 6362/6362/38183 6590/6590/38184 +f 6590/6590/38185 6362/6362/38186 6364/6364/38187 +f 6590/6590/38188 6364/6364/38189 6366/6366/38190 +f 6368/6368/38191 6586/6586/38192 6366/6366/38193 +f 6366/6366/38194 6586/6586/38195 6588/6588/38196 +f 6366/6366/38197 6588/6588/38198 6590/6590/38199 +f 6586/6586/38200 6368/6368/38201 6584/6584/38202 +f 6584/6584/38203 6368/6368/38204 6370/6370/38205 +f 6584/6584/38206 6370/6370/38207 6372/6372/38208 +f 6584/6584/38209 6372/6372/38210 6582/6582/38211 +f 6582/6582/38212 6372/6372/38213 6374/6374/38214 +f 6582/6582/38215 6374/6374/38216 6580/6580/38217 +f 6580/6580/38218 6374/6374/38219 6578/6578/38220 +f 6578/6578/38221 6374/6374/38222 6376/6376/38223 +f 6578/6578/38224 6376/6376/38225 6574/6574/38226 +f 6574/6574/38227 6376/6376/38228 6380/6380/38229 +f 6574/6574/38230 6380/6380/38231 6498/6498/38232 +f 6498/6498/38233 6380/6380/38234 6382/6382/38235 +f 6498/6498/38236 6382/6382/38237 6494/6494/38238 +f 6494/6494/38239 6382/6382/38240 6386/6386/38241 +f 6494/6494/38242 6386/6386/38243 6490/6490/38244 +f 6490/6490/38245 6386/6386/38246 6466/6466/38247 +f 6490/6490/38248 6466/6466/38249 6488/6488/38250 +f 6488/6488/38251 6466/6466/38252 6468/6468/38253 +f 6488/6488/38254 6468/6468/38255 6484/6484/38256 +f 6484/6484/38257 6468/6468/38258 6472/6472/38259 +f 6484/6484/38260 6472/6472/38261 6482/6482/38262 +f 6482/6482/38263 6472/6472/38264 6474/6474/38265 +f 6482/6482/38266 6474/6474/38267 6478/6478/38268 +f 6478/6478/38269 6474/6474/38270 6476/6476/38271 +f 6376/6376/38272 6378/6378/38273 6380/6380/38274 +f 6382/6382/38275 6384/6384/38276 6386/6386/38277 +f 6388/6388/38278 6390/6390/38279 6386/6386/38280 +f 6386/6386/38281 6390/6390/38282 6466/6466/38283 +f 6390/6390/38284 6392/6392/38285 6466/6466/38286 +f 6466/6466/38287 6392/6392/38288 6464/6464/38289 +f 6394/6394/38290 6396/6396/38291 6392/6392/38292 +f 6392/6392/38293 6396/6396/38294 6462/6462/38295 +f 6392/6392/38296 6462/6462/38297 6464/6464/38298 +f 6396/6396/38299 6398/6398/38300 6462/6462/38301 +f 6462/6462/38302 6398/6398/38303 6460/6460/38304 +f 6460/6460/38305 6398/6398/38306 6458/6458/38307 +f 6458/6458/38308 6398/6398/38309 6402/6402/38310 +f 6458/6458/38311 6402/6402/38312 6454/6454/38313 +f 6454/6454/38314 6402/6402/38315 6452/6452/38316 +f 6452/6452/38317 6402/6402/38318 6404/6404/38319 +f 6452/6452/38320 6404/6404/38321 6406/6406/38322 +f 6398/6398/38323 6400/6400/38324 6402/6402/38325 +f 6406/6406/38326 6408/6408/38327 6452/6452/38328 +f 6452/6452/38329 6408/6408/38330 6448/6448/38331 +f 6452/6452/38332 6448/6448/38333 6450/6450/38334 +f 6448/6448/38335 6408/6408/38336 6446/6446/38337 +f 6446/6446/38338 6408/6408/38339 6410/6410/38340 +f 6446/6446/38341 6410/6410/38342 6412/6412/38343 +f 6412/6412/38344 6414/6414/38345 6446/6446/38346 +f 6446/6446/38347 6414/6414/38348 6442/6442/38349 +f 6446/6446/38350 6442/6442/38351 6444/6444/38352 +f 6416/6416/38353 6418/6418/38354 6414/6414/38355 +f 6414/6414/38356 6418/6418/38357 6440/6440/38358 +f 6414/6414/38359 6440/6440/38360 6442/6442/38361 +f 6440/6440/38362 6418/6418/38363 6438/6438/38364 +f 6438/6438/38365 6418/6418/38366 6420/6420/38367 +f 6438/6438/38368 6420/6420/38369 6436/6436/38370 +f 6436/6436/38371 6420/6420/38372 6422/6422/38373 +f 6436/6436/38374 6422/6422/38375 6434/6434/38376 +f 6434/6434/38377 6422/6422/38378 6424/6424/38379 +f 6434/6434/38380 6424/6424/38381 6432/6432/38382 +f 6432/6432/38383 6424/6424/38384 6430/6430/38385 +f 6430/6430/38386 6424/6424/38387 6426/6426/38388 +f 6430/6430/38389 6426/6426/38390 6428/6428/38391 +f 6454/6454/38392 6456/6456/38393 6458/6458/38394 +f 6468/6468/38395 6470/6470/38396 6472/6472/38397 +f 6478/6478/38398 6480/6480/38399 6482/6482/38400 +f 6484/6484/38401 6486/6486/38402 6488/6488/38403 +f 6490/6490/38404 6492/6492/38405 6494/6494/38406 +f 6494/6494/38407 6496/6496/38408 6498/6498/38409 +f 6498/6498/38410 6500/6500/38411 6574/6574/38412 +f 6574/6574/38413 6500/6500/38414 6572/6572/38415 +f 6572/6572/38416 6500/6500/38417 6570/6570/38418 +f 6570/6570/38419 6500/6500/38420 6568/6568/38421 +f 6568/6568/38422 6500/6500/38423 6504/6504/38424 +f 6568/6568/38425 6504/6504/38426 6506/6506/38427 +f 6500/6500/38428 6502/6502/38429 6504/6504/38430 +f 6508/6508/38431 6510/6510/38432 6506/6506/38433 +f 6506/6506/38434 6510/6510/38435 6562/6562/38436 +f 6506/6506/38437 6562/6562/38438 6564/6564/38439 +f 6510/6510/38440 6512/6512/38441 6562/6562/38442 +f 6562/6562/38443 6512/6512/38444 6560/6560/38445 +f 6512/6512/38446 6514/6514/38447 6560/6560/38448 +f 6560/6560/38449 6514/6514/38450 6516/6516/38451 +f 6560/6560/38452 6516/6516/38453 6558/6558/38454 +f 6558/6558/38455 6516/6516/38456 6556/6556/38457 +f 6556/6556/38458 6516/6516/38459 6554/6554/38460 +f 6554/6554/38461 6516/6516/38462 6518/6518/38463 +f 6554/6554/38464 6518/6518/38465 6520/6520/38466 +f 6520/6520/38467 6522/6522/38468 6554/6554/38469 +f 6554/6554/38470 6522/6522/38471 6552/6552/38472 +f 6552/6552/38473 6522/6522/38474 6550/6550/38475 +f 6550/6550/38476 6522/6522/38477 6548/6548/38478 +f 6548/6548/38479 6522/6522/38480 6526/6526/38481 +f 6548/6548/38482 6526/6526/38483 6528/6528/38484 +f 6522/6522/38485 6524/6524/38486 6526/6526/38487 +f 6548/6548/38488 6528/6528/38489 6544/6544/38490 +f 6544/6544/38491 6528/6528/38492 6530/6530/38493 +f 6544/6544/38494 6530/6530/38495 6542/6542/38496 +f 6542/6542/38497 6530/6530/38498 6532/6532/38499 +f 6542/6542/38500 6532/6532/38501 6540/6540/38502 +f 6540/6540/38503 6532/6532/38504 6534/6534/38505 +f 6540/6540/38506 6534/6534/38507 6538/6538/38508 +f 6538/6538/38509 6534/6534/38510 6536/6536/38511 +f 6544/6544/38512 6546/6546/38513 6548/6548/38514 +f 6566/6566/38515 6568/6568/38516 6564/6564/38517 +f 6564/6564/38518 6568/6568/38519 6506/6506/38520 +f 6574/6574/38521 6576/6576/38522 6578/6578/38523 +f 6600/6600/38524 6602/6602/38525 6598/6598/38526 +f 6598/6598/38527 6602/6602/38528 6304/6304/38529 +f 6602/6602/38530 6604/6604/38531 6304/6304/38532 +f 6304/6304/38533 6604/6604/38534 6608/6608/38535 +f 6304/6304/38536 6608/6608/38537 6650/6650/38538 +f 6650/6650/38539 6608/6608/38540 6612/6612/38541 +f 6650/6650/38542 6612/6612/38543 6614/6614/38544 +f 6604/6604/38545 6606/6606/38546 6608/6608/38547 +f 6608/6608/38548 6610/6610/38549 6612/6612/38550 +f 6616/6616/38551 6618/6618/38552 6614/6614/38553 +f 6614/6614/38554 6618/6618/38555 6650/6650/38556 +f 6618/6618/38557 6620/6620/38558 6650/6650/38559 +f 6650/6650/38560 6620/6620/38561 6624/6624/38562 +f 6650/6650/38563 6624/6624/38564 6626/6626/38565 +f 6620/6620/38566 6622/6622/38567 6624/6624/38568 +f 6626/6626/38569 6628/6628/38570 6650/6650/38571 +f 6650/6650/38572 6628/6628/38573 6648/6648/38574 +f 6648/6648/38575 6628/6628/38576 6630/6630/38577 +f 6648/6648/38578 6630/6630/38579 6646/6646/38580 +f 6646/6646/38581 6630/6630/38582 6632/6632/38583 +f 6646/6646/38584 6632/6632/38585 6644/6644/38586 +f 6644/6644/38587 6632/6632/38588 6634/6634/38589 +f 6644/6644/38590 6634/6634/38591 6636/6636/38592 +f 6638/6638/38593 6640/6640/38594 6636/6636/38595 +f 6636/6636/38596 6640/6640/38597 6642/6642/38598 +f 6636/6636/38599 6642/6642/38600 6644/6644/38601 +f 6683/6683/38602 6684/6684/38603 6685/6685/38604 +f 6685/6685/38605 6684/6684/38606 6686/6686/38607 +f 6684/6684/38608 6687/6687/38609 6686/6686/38610 +f 6686/6686/38611 6687/6687/38612 6688/6688/38613 +f 6687/6687/38614 6689/6689/38615 6688/6688/38616 +f 6688/6688/38617 6689/6689/38618 6690/6690/38619 +f 6689/6689/38620 6691/6691/38621 6690/6690/38622 +f 6690/6690/38623 6691/6691/38624 6692/6692/38625 +f 6691/6691/38626 6693/6693/38627 6692/6692/38628 +f 6692/6692/38629 6693/6693/38630 6694/6694/38631 +f 6693/6693/38632 6695/6695/38633 6694/6694/38634 +f 6694/6694/38635 6695/6695/38636 6696/6696/38637 +f 6695/6695/38638 6697/6697/38639 6696/6696/38640 +f 6696/6696/38641 6697/6697/38642 6698/6698/38643 +f 6697/6697/38644 6699/6699/38645 6698/6698/38646 +f 6698/6698/38647 6699/6699/38648 6700/6700/38649 +f 6699/6699/38650 6701/6701/38651 6700/6700/38652 +f 6700/6700/38653 6701/6701/38654 6702/6702/38655 +f 6701/6701/38656 6703/6703/38657 6702/6702/38658 +f 6702/6702/38659 6703/6703/38660 6704/6704/38661 +f 6703/6703/38662 6705/6705/38663 6704/6704/38664 +f 6704/6704/38665 6705/6705/38666 6706/6706/38667 +f 6705/6705/38668 6707/6707/38669 6706/6706/38670 +f 6706/6706/38671 6707/6707/38672 6708/6708/38673 +f 6707/6707/38674 6709/6709/38675 6708/6708/38676 +f 6708/6708/38677 6709/6709/38678 6710/6710/38679 +f 6709/6709/38680 6711/6711/38681 6710/6710/38682 +f 6710/6710/38683 6711/6711/38684 6712/6712/38685 +f 6711/6711/38686 6713/6713/38687 6712/6712/38688 +f 6712/6712/38689 6713/6713/38690 6714/6714/38691 +f 6713/6713/38692 6715/6715/38693 6714/6714/38694 +f 6714/6714/38695 6715/6715/38696 6716/6716/38697 +f 6717/6717/38698 6718/6718/38699 6715/6715/38700 +f 6715/6715/38701 6718/6718/38702 6716/6716/38703 +f 6717/6717/38704 6719/6719/38705 6718/6718/38706 +f 6718/6718/38707 6719/6719/38708 6720/6720/38709 +f 6719/6719/38710 6721/6721/38711 6720/6720/38712 +f 6720/6720/38713 6721/6721/38714 6722/6722/38715 +f 6721/6721/38716 6723/6723/38717 6722/6722/38718 +f 6722/6722/38719 6723/6723/38720 6724/6724/38721 +f 6723/6723/38722 6725/6725/38723 6724/6724/38724 +f 6724/6724/38725 6725/6725/38726 6726/6726/38727 +f 6725/6725/38728 6727/6727/38729 6726/6726/38730 +f 6726/6726/38731 6727/6727/38732 6728/6728/38733 +f 6727/6727/38734 6729/6729/38735 6728/6728/38736 +f 6728/6728/38737 6729/6729/38738 6730/6730/38739 +f 6729/6729/38740 6731/6731/38741 6730/6730/38742 +f 6730/6730/38743 6731/6731/38744 6732/6732/38745 +f 6731/6731/38746 6733/6733/38747 6732/6732/38748 +f 6732/6732/38749 6733/6733/38750 6734/6734/38751 +f 6733/6733/38752 6735/6735/38753 6734/6734/38754 +f 6734/6734/38755 6735/6735/38756 6736/6736/38757 +f 6735/6735/38758 6737/6737/38759 6736/6736/38760 +f 6736/6736/38761 6737/6737/38762 6738/6738/38763 +f 6737/6737/38764 6739/6739/38765 6738/6738/38766 +f 6738/6738/38767 6739/6739/38768 6740/6740/38769 +f 6739/6739/38770 6741/6741/38771 6740/6740/38772 +f 6740/6740/38773 6741/6741/38774 6742/6742/38775 +f 6741/6741/38776 6743/6743/38777 6742/6742/38778 +f 6742/6742/38779 6743/6743/38780 6744/6744/38781 +f 6743/6743/38782 6745/6745/38783 6744/6744/38784 +f 6744/6744/38785 6745/6745/38786 6746/6746/38787 +f 6745/6745/38788 6747/6747/38789 6746/6746/38790 +f 6746/6746/38791 6747/6747/38792 6748/6748/38793 +f 6747/6747/38794 6749/6749/38795 6748/6748/38796 +f 6748/6748/38797 6749/6749/38798 6750/6750/38799 +f 6749/6749/38800 6751/6751/38801 6750/6750/38802 +f 6750/6750/38803 6751/6751/38804 6752/6752/38805 +f 6753/6753/38806 6754/6754/38807 6751/6751/38808 +f 6751/6751/38809 6754/6754/38810 6752/6752/38811 +f 6753/6753/38812 6755/6755/38813 6754/6754/38814 +f 6754/6754/38815 6755/6755/38816 6756/6756/38817 +f 6755/6755/38818 6757/6757/38819 6756/6756/38820 +f 6756/6756/38821 6757/6757/38822 6758/6758/38823 +f 6757/6757/38824 6759/6759/38825 6758/6758/38826 +f 6758/6758/38827 6759/6759/38828 6760/6760/38829 +f 6759/6759/38830 6761/6761/38831 6760/6760/38832 +f 6760/6760/38833 6761/6761/38834 6762/6762/38835 +f 6761/6761/38836 6763/6763/38837 6762/6762/38838 +f 6762/6762/38839 6763/6763/38840 6764/6764/38841 +f 6763/6763/38842 6765/6765/38843 6764/6764/38844 +f 6764/6764/38845 6765/6765/38846 6766/6766/38847 +f 6765/6765/38848 6767/6767/38849 6766/6766/38850 +f 6766/6766/38851 6767/6767/38852 6768/6768/38853 +f 6767/6767/38854 6769/6769/38855 6768/6768/38856 +f 6768/6768/38857 6769/6769/38858 6770/6770/38859 +f 6769/6769/38860 6771/6771/38861 6770/6770/38862 +f 6770/6770/38863 6771/6771/38864 6772/6772/38865 +f 6771/6771/38866 6773/6773/38867 6772/6772/38868 +f 6772/6772/38869 6773/6773/38870 6774/6774/38871 +f 6775/6775/38872 6776/6776/38873 6773/6773/38874 +f 6773/6773/38875 6776/6776/38876 6774/6774/38877 +f 6775/6775/38878 6777/6777/38879 6776/6776/38880 +f 6776/6776/38881 6777/6777/38882 6778/6778/38883 +f 6777/6777/38884 6779/6779/38885 6778/6778/38886 +f 6778/6778/38887 6779/6779/38888 6780/6780/38889 +f 6779/6779/38890 6781/6781/38891 6780/6780/38892 +f 6780/6780/38893 6781/6781/38894 6782/6782/38895 +f 6781/6781/38896 6783/6783/38897 6782/6782/38898 +f 6782/6782/38899 6783/6783/38900 6784/6784/38901 +f 6783/6783/38902 6785/6785/38903 6784/6784/38904 +f 6784/6784/38905 6785/6785/38906 6786/6786/38907 +f 6785/6785/38908 6787/6787/38909 6786/6786/38910 +f 6786/6786/38911 6787/6787/38912 6788/6788/38913 +f 6787/6787/38914 6789/6789/38915 6788/6788/38916 +f 6788/6788/38917 6789/6789/38918 6790/6790/38919 +f 6789/6789/38920 6791/6791/38921 6790/6790/38922 +f 6790/6790/38923 6791/6791/38924 6792/6792/38925 +f 6791/6791/38926 6793/6793/38927 6792/6792/38928 +f 6792/6792/38929 6793/6793/38930 6794/6794/38931 +f 6793/6793/38932 6795/6795/38933 6794/6794/38934 +f 6794/6794/38935 6795/6795/38936 6796/6796/38937 +f 6795/6795/38938 6797/6797/38939 6796/6796/38940 +f 6796/6796/38941 6797/6797/38942 6798/6798/38943 +f 6797/6797/38944 6799/6799/38945 6798/6798/38946 +f 6798/6798/38947 6799/6799/38948 6800/6800/38949 +f 6799/6799/38950 6801/6801/38951 6800/6800/38952 +f 6800/6800/38953 6801/6801/38954 6802/6802/38955 +f 6801/6801/38956 6803/6803/38957 6802/6802/38958 +f 6802/6802/38959 6803/6803/38960 6804/6804/38961 +f 6803/6803/38962 6805/6805/38963 6804/6804/38964 +f 6804/6804/38965 6805/6805/38966 6806/6806/38967 +f 6805/6805/38968 6807/6807/38969 6806/6806/38970 +f 6806/6806/38971 6807/6807/38972 6808/6808/38973 +f 6807/6807/38974 6809/6809/38975 6808/6808/38976 +f 6808/6808/38977 6809/6809/38978 6810/6810/38979 +f 6809/6809/38980 6811/6811/38981 6810/6810/38982 +f 6810/6810/38983 6811/6811/38984 6812/6812/38985 +f 6811/6811/38986 6813/6813/38987 6812/6812/38988 +f 6812/6812/38989 6813/6813/38990 6814/6814/38991 +f 6813/6813/38992 6815/6815/38993 6814/6814/38994 +f 6814/6814/38995 6815/6815/38996 6816/6816/38997 +f 6815/6815/38998 6817/6817/38999 6816/6816/39000 +f 6816/6816/39001 6817/6817/39002 6818/6818/39003 +f 6817/6817/39004 6819/6819/39005 6818/6818/39006 +f 6818/6818/39007 6819/6819/39008 6820/6820/39009 +f 6819/6819/39010 6821/6821/39011 6820/6820/39012 +f 6820/6820/39013 6821/6821/39014 6822/6822/39015 +f 6821/6821/39016 6823/6823/39017 6822/6822/39018 +f 6822/6822/39019 6823/6823/39020 6824/6824/39021 +f 6823/6823/39022 6825/6825/39023 6824/6824/39024 +f 6824/6824/39025 6825/6825/39026 6826/6826/39027 +f 6825/6825/39028 6827/6827/39029 6826/6826/39030 +f 6826/6826/39031 6827/6827/39032 6828/6828/39033 +f 6827/6827/39034 6829/6829/39035 6828/6828/39036 +f 6828/6828/39037 6829/6829/39038 6830/6830/39039 +f 6829/6829/39040 6831/6831/39041 6830/6830/39042 +f 6830/6830/39043 6831/6831/39044 6832/6832/39045 +f 6831/6831/39046 6833/6833/39047 6832/6832/39048 +f 6832/6832/39049 6833/6833/39050 6834/6834/39051 +f 6833/6833/39052 6835/6835/39053 6834/6834/39054 +f 6834/6834/39055 6835/6835/39056 6836/6836/39057 +f 6835/6835/39058 6837/6837/39059 6836/6836/39060 +f 6836/6836/39061 6837/6837/39062 6838/6838/39063 +f 6837/6837/39064 6839/6839/39065 6838/6838/39066 +f 6838/6838/39067 6839/6839/39068 6840/6840/39069 +f 6839/6839/39070 6841/6841/39071 6840/6840/39072 +f 6840/6840/39073 6841/6841/39074 6842/6842/39075 +f 6841/6841/39076 6843/6843/39077 6842/6842/39078 +f 6842/6842/39079 6843/6843/39080 6844/6844/39081 +f 6843/6843/39082 6845/6845/39083 6844/6844/39084 +f 6844/6844/39085 6845/6845/39086 6846/6846/39087 +f 6845/6845/39088 6847/6847/39089 6846/6846/39090 +f 6846/6846/39091 6847/6847/39092 6848/6848/39093 +f 6847/6847/39094 6849/6849/39095 6848/6848/39096 +f 6848/6848/39097 6849/6849/39098 6850/6850/39099 +f 6849/6849/39100 6851/6851/39101 6850/6850/39102 +f 6850/6850/39103 6851/6851/39104 6852/6852/39105 +f 6851/6851/39106 6853/6853/39107 6852/6852/39108 +f 6852/6852/39109 6853/6853/39110 6854/6854/39111 +f 6855/6855/39112 6856/6856/39113 6853/6853/39114 +f 6853/6853/39115 6856/6856/39116 6854/6854/39117 +f 6855/6855/39118 6857/6857/39119 6856/6856/39120 +f 6856/6856/39121 6857/6857/39122 6858/6858/39123 +f 6857/6857/39124 6859/6859/39125 6858/6858/39126 +f 6858/6858/39127 6859/6859/39128 6860/6860/39129 +f 6859/6859/39130 6861/6861/39131 6860/6860/39132 +f 6860/6860/39133 6861/6861/39134 6862/6862/39135 +f 6861/6861/39136 6863/6863/39137 6862/6862/39138 +f 6862/6862/39139 6863/6863/39140 6864/6864/39141 +f 6863/6863/39142 6865/6865/39143 6864/6864/39144 +f 6864/6864/39145 6865/6865/39146 6866/6866/39147 +f 6865/6865/39148 6867/6867/39149 6866/6866/39150 +f 6866/6866/39151 6867/6867/39152 6868/6868/39153 +f 6867/6867/39154 6869/6869/39155 6868/6868/39156 +f 6868/6868/39157 6869/6869/39158 6870/6870/39159 +f 6869/6869/39160 6871/6871/39161 6870/6870/39162 +f 6870/6870/39163 6871/6871/39164 6872/6872/39165 +f 6871/6871/39166 6873/6873/39167 6872/6872/39168 +f 6872/6872/39169 6873/6873/39170 6874/6874/39171 +f 6873/6873/39172 6875/6875/39173 6874/6874/39174 +f 6874/6874/39175 6875/6875/39176 6876/6876/39177 +f 6875/6875/39178 6877/6877/39179 6876/6876/39180 +f 6876/6876/39181 6877/6877/39182 6878/6878/39183 +f 6877/6877/39184 6879/6879/39185 6878/6878/39186 +f 6878/6878/39187 6879/6879/39188 6880/6880/39189 +f 6879/6879/39190 6881/6881/39191 6880/6880/39192 +f 6880/6880/39193 6881/6881/39194 6882/6882/39195 +f 6881/6881/39196 6883/6883/39197 6882/6882/39198 +f 6882/6882/39199 6883/6883/39200 6884/6884/39201 +f 6883/6883/39202 6885/6885/39203 6884/6884/39204 +f 6884/6884/39205 6885/6885/39206 6886/6886/39207 +f 6885/6885/39208 6887/6887/39209 6886/6886/39210 +f 6886/6886/39211 6887/6887/39212 6888/6888/39213 +f 6887/6887/39214 6889/6889/39215 6888/6888/39216 +f 6888/6888/39217 6889/6889/39218 6890/6890/39219 +f 6889/6889/39220 6891/6891/39221 6890/6890/39222 +f 6890/6890/39223 6891/6891/39224 6892/6892/39225 +f 6893/6893/39226 6894/6894/39227 6891/6891/39228 +f 6891/6891/39229 6894/6894/39230 6892/6892/39231 +f 6893/6893/39232 6895/6895/39233 6894/6894/39234 +f 6894/6894/39235 6895/6895/39236 6896/6896/39237 +f 6895/6895/39238 6897/6897/39239 6896/6896/39240 +f 6896/6896/39241 6897/6897/39242 6898/6898/39243 +f 6897/6897/39244 6899/6899/39245 6898/6898/39246 +f 6898/6898/39247 6899/6899/39248 6900/6900/39249 +f 6901/6901/39250 6902/6902/39251 6899/6899/39252 +f 6899/6899/39253 6902/6902/39254 6900/6900/39255 +f 6901/6901/39256 6903/6903/39257 6902/6902/39258 +f 6902/6902/39259 6903/6903/39260 6904/6904/39261 +f 6903/6903/39262 6905/6905/39263 6904/6904/39264 +f 6904/6904/39265 6905/6905/39266 6906/6906/39267 +f 6905/6905/39268 6907/6907/39269 6906/6906/39270 +f 6906/6906/39271 6907/6907/39272 6908/6908/39273 +f 6907/6907/39274 6909/6909/39275 6908/6908/39276 +f 6908/6908/39277 6909/6909/39278 6910/6910/39279 +f 6909/6909/39280 6911/6911/39281 6910/6910/39282 +f 6910/6910/39283 6911/6911/39284 6912/6912/39285 +f 6911/6911/39286 6913/6913/39287 6912/6912/39288 +f 6912/6912/39289 6913/6913/39290 6914/6914/39291 +f 6913/6913/39292 6915/6915/39293 6914/6914/39294 +f 6914/6914/39295 6915/6915/39296 6916/6916/39297 +f 6915/6915/39298 6917/6917/39299 6916/6916/39300 +f 6916/6916/39301 6917/6917/39302 6918/6918/39303 +f 6917/6917/39304 6919/6919/39305 6918/6918/39306 +f 6918/6918/39307 6919/6919/39308 6920/6920/39309 +f 6919/6919/39310 6921/6921/39311 6920/6920/39312 +f 6920/6920/39313 6921/6921/39314 6922/6922/39315 +f 6921/6921/39316 6923/6923/39317 6922/6922/39318 +f 6922/6922/39319 6923/6923/39320 6924/6924/39321 +f 6923/6923/39322 6925/6925/39323 6924/6924/39324 +f 6924/6924/39325 6925/6925/39326 6926/6926/39327 +f 6925/6925/39328 6927/6927/39329 6926/6926/39330 +f 6926/6926/39331 6927/6927/39332 6928/6928/39333 +f 6927/6927/39334 6929/6929/39335 6928/6928/39336 +f 6928/6928/39337 6929/6929/39338 6930/6930/39339 +f 6929/6929/39340 6931/6931/39341 6930/6930/39342 +f 6930/6930/39343 6931/6931/39344 6932/6932/39345 +f 6931/6931/39346 6933/6933/39347 6932/6932/39348 +f 6932/6932/39349 6933/6933/39350 6934/6934/39351 +f 6933/6933/39352 6935/6935/39353 6934/6934/39354 +f 6934/6934/39355 6935/6935/39356 6936/6936/39357 +f 6935/6935/39358 6937/6937/39359 6936/6936/39360 +f 6936/6936/39361 6937/6937/39362 6938/6938/39363 +f 6939/6939/39364 6940/6940/39365 6937/6937/39366 +f 6937/6937/39367 6940/6940/39368 6938/6938/39369 +f 6939/6939/39370 6941/6941/39371 6940/6940/39372 +f 6940/6940/39373 6941/6941/39374 6942/6942/39375 +f 6941/6941/39376 6943/6943/39377 6942/6942/39378 +f 6942/6942/39379 6943/6943/39380 6944/6944/39381 +f 6943/6943/39382 6945/6945/39383 6944/6944/39384 +f 6944/6944/39385 6945/6945/39386 6946/6946/39387 +f 6945/6945/39388 6947/6947/39389 6946/6946/39390 +f 6946/6946/39391 6947/6947/39392 6948/6948/39393 +f 6947/6947/39394 6949/6949/39395 6948/6948/39396 +f 6948/6948/39397 6949/6949/39398 6950/6950/39399 +f 6949/6949/39400 6951/6951/39401 6950/6950/39402 +f 6950/6950/39403 6951/6951/39404 6952/6952/39405 +f 6951/6951/39406 6953/6953/39407 6952/6952/39408 +f 6952/6952/39409 6953/6953/39410 6954/6954/39411 +f 6953/6953/39412 6955/6955/39413 6954/6954/39414 +f 6954/6954/39415 6955/6955/39416 6956/6956/39417 +f 6955/6955/39418 6957/6957/39419 6956/6956/39420 +f 6956/6956/39421 6957/6957/39422 6958/6958/39423 +f 6957/6957/39424 6959/6959/39425 6958/6958/39426 +f 6958/6958/39427 6959/6959/39428 6960/6960/39429 +f 6959/6959/39430 6961/6961/39431 6960/6960/39432 +f 6960/6960/39433 6961/6961/39434 6962/6962/39435 +f 6961/6961/39436 6963/6963/39437 6962/6962/39438 +f 6962/6962/39439 6963/6963/39440 6964/6964/39441 +f 6965/6965/39442 6966/6966/39443 6963/6963/39444 +f 6963/6963/39445 6966/6966/39446 6964/6964/39447 +f 6965/6965/39448 6967/6967/39449 6966/6966/39450 +f 6966/6966/39451 6967/6967/39452 6968/6968/39453 +f 6967/6967/39454 6969/6969/39455 6968/6968/39456 +f 6968/6968/39457 6969/6969/39458 6970/6970/39459 +f 6969/6969/39460 6971/6971/39461 6970/6970/39462 +f 6970/6970/39463 6971/6971/39464 6972/6972/39465 +f 6971/6971/39466 6973/6973/39467 6972/6972/39468 +f 6972/6972/39469 6973/6973/39470 6974/6974/39471 +f 6973/6973/39472 6975/6975/39473 6974/6974/39474 +f 6974/6974/39475 6975/6975/39476 6976/6976/39477 +f 6975/6975/39478 6977/6977/39479 6976/6976/39480 +f 6976/6976/39481 6977/6977/39482 6978/6978/39483 +f 6977/6977/39484 6979/6979/39485 6978/6978/39486 +f 6978/6978/39487 6979/6979/39488 6980/6980/39489 +f 6979/6979/39490 6981/6981/39491 6980/6980/39492 +f 6980/6980/39493 6981/6981/39494 6982/6982/39495 +f 6981/6981/39496 6983/6983/39497 6982/6982/39498 +f 6982/6982/39499 6983/6983/39500 6984/6984/39501 +f 6983/6983/39502 6985/6985/39503 6984/6984/39504 +f 6984/6984/39505 6985/6985/39506 6986/6986/39507 +f 6985/6985/39508 6987/6987/39509 6986/6986/39510 +f 6986/6986/39511 6987/6987/39512 6988/6988/39513 +f 6987/6987/39514 6989/6989/39515 6988/6988/39516 +f 6988/6988/39517 6989/6989/39518 6990/6990/39519 +f 6989/6989/39520 6991/6991/39521 6990/6990/39522 +f 6990/6990/39523 6991/6991/39524 6992/6992/39525 +f 6991/6991/39526 6993/6993/39527 6992/6992/39528 +f 6992/6992/39529 6993/6993/39530 6994/6994/39531 +f 6993/6993/39532 6995/6995/39533 6994/6994/39534 +f 6994/6994/39535 6995/6995/39536 6996/6996/39537 +f 6995/6995/39538 6997/6997/39539 6996/6996/39540 +f 6996/6996/39541 6997/6997/39542 6998/6998/39543 +f 6997/6997/39544 6999/6999/39545 6998/6998/39546 +f 6998/6998/39547 6999/6999/39548 7000/7000/39549 +f 6999/6999/39550 7001/7001/39551 7000/7000/39552 +f 7000/7000/39553 7001/7001/39554 7002/7002/39555 +f 7001/7001/39556 7003/7003/39557 7002/7002/39558 +f 7002/7002/39559 7003/7003/39560 7004/7004/39561 +f 7003/7003/39562 7005/7005/39563 7004/7004/39564 +f 7004/7004/39565 7005/7005/39566 7006/7006/39567 +f 7007/7007/39568 7008/7008/39569 7005/7005/39570 +f 7005/7005/39571 7008/7008/39572 7006/7006/39573 +f 7007/7007/39574 7009/7009/39575 7008/7008/39576 +f 7008/7008/39577 7009/7009/39578 7010/7010/39579 +f 7009/7009/39580 7011/7011/39581 7010/7010/39582 +f 7010/7010/39583 7011/7011/39584 7012/7012/39585 +f 7011/7011/39586 7013/7013/39587 7012/7012/39588 +f 7012/7012/39589 7013/7013/39590 7014/7014/39591 +f 7013/7013/39592 7015/7015/39593 7014/7014/39594 +f 7014/7014/39595 7015/7015/39596 7016/7016/39597 +f 7015/7015/39598 7017/7017/39599 7016/7016/39600 +f 7016/7016/39601 7017/7017/39602 7018/7018/39603 +f 7017/7017/39604 7019/7019/39605 7018/7018/39606 +f 7018/7018/39607 7019/7019/39608 7020/7020/39609 +f 7019/7019/39610 7021/7021/39611 7020/7020/39612 +f 7020/7020/39613 7021/7021/39614 7022/7022/39615 +f 7021/7021/39616 7023/7023/39617 7022/7022/39618 +f 7022/7022/39619 7023/7023/39620 7024/7024/39621 +f 7023/7023/39622 7025/7025/39623 7024/7024/39624 +f 7024/7024/39625 7025/7025/39626 7026/7026/39627 +f 7025/7025/39628 7027/7027/39629 7026/7026/39630 +f 7026/7026/39631 7027/7027/39632 7028/7028/39633 +f 7027/7027/39634 7029/7029/39635 7028/7028/39636 +f 7028/7028/39637 7029/7029/39638 7030/7030/39639 +f 7029/7029/39640 7031/7031/39641 7030/7030/39642 +f 7030/7030/39643 7031/7031/39644 7032/7032/39645 +f 7031/7031/39646 7033/7033/39647 7032/7032/39648 +f 7032/7032/39649 7033/7033/39650 7034/7034/39651 +f 7033/7033/39652 7035/7035/39653 7034/7034/39654 +f 7034/7034/39655 7035/7035/39656 7036/7036/39657 +f 7035/7035/39658 7037/7037/39659 7036/7036/39660 +f 7036/7036/39661 7037/7037/39662 7038/7038/39663 +f 7037/7037/39664 7039/7039/39665 7038/7038/39666 +f 7038/7038/39667 7039/7039/39668 7040/7040/39669 +f 7039/7039/39670 7041/7041/39671 7040/7040/39672 +f 7040/7040/39673 7041/7041/39674 7042/7042/39675 +f 7041/7041/39676 7043/7043/39677 7042/7042/39678 +f 7042/7042/39679 7043/7043/39680 7044/7044/39681 +f 7043/7043/39682 7045/7045/39683 7044/7044/39684 +f 7044/7044/39685 7045/7045/39686 7046/7046/39687 +f 7045/7045/39688 7047/7047/39689 7046/7046/39690 +f 7046/7046/39691 7047/7047/39692 7048/7048/39693 +f 7049/7049/39694 7050/7050/39695 7047/7047/39696 +f 7047/7047/39697 7050/7050/39698 7048/7048/39699 +f 7049/7049/39700 7051/7051/39701 7050/7050/39702 +f 7050/7050/39703 7051/7051/39704 7052/7052/39705 +f 7051/7051/39706 7053/7053/39707 7052/7052/39708 +f 7052/7052/39709 7053/7053/39710 7054/7054/39711 +f 7053/7053/39712 7055/7055/39713 7054/7054/39714 +f 7054/7054/39715 7055/7055/39716 7056/7056/39717 +f 7055/7055/39718 7057/7057/39719 7056/7056/39720 +f 7056/7056/39721 7057/7057/39722 7058/7058/39723 +f 7057/7057/39724 7059/7059/39725 7058/7058/39726 +f 7058/7058/39727 7059/7059/39728 7060/7060/39729 +f 7059/7059/39730 7061/7061/39731 7060/7060/39732 +f 7060/7060/39733 7061/7061/39734 7062/7062/39735 +f 7061/7061/39736 7063/7063/39737 7062/7062/39738 +f 7062/7062/39739 7063/7063/39740 7064/7064/39741 +f 7063/7063/39742 7065/7065/39743 7064/7064/39744 +f 7064/7064/39745 7065/7065/39746 7066/7066/39747 +f 7065/7065/39748 7067/7067/39749 7066/7066/39750 +f 7066/7066/39751 7067/7067/39752 7068/7068/39753 +f 7067/7067/39754 7069/7069/39755 7068/7068/39756 +f 7068/7068/39757 7069/7069/39758 7070/7070/39759 +f 7069/7069/39760 7071/7071/39761 7070/7070/39762 +f 7070/7070/39763 7071/7071/39764 7072/7072/39765 +f 7071/7071/39766 7073/7073/39767 7072/7072/39768 +f 7072/7072/39769 7073/7073/39770 7074/7074/39771 +f 7073/7073/39772 7075/7075/39773 7074/7074/39774 +f 7074/7074/39775 7075/7075/39776 7076/7076/39777 +f 7075/7075/39778 7077/7077/39779 7076/7076/39780 +f 7076/7076/39781 7077/7077/39782 7078/7078/39783 +f 7077/7077/39784 7079/7079/39785 7078/7078/39786 +f 7078/7078/39787 7079/7079/39788 7080/7080/39789 +f 7079/7079/39790 7081/7081/39791 7080/7080/39792 +f 7080/7080/39793 7081/7081/39794 7082/7082/39795 +f 7081/7081/39796 7083/7083/39797 7082/7082/39798 +f 7082/7082/39799 7083/7083/39800 7084/7084/39801 +f 7083/7083/39802 7085/7085/39803 7084/7084/39804 +f 7084/7084/39805 7085/7085/39806 7086/7086/39807 +f 7087/7087/39808 7088/7088/39809 7085/7085/39810 +f 7085/7085/39811 7088/7088/39812 7086/7086/39813 +f 7087/7087/39814 7089/7089/39815 7088/7088/39816 +f 7088/7088/39817 7089/7089/39818 7090/7090/39819 +f 7089/7089/39820 7091/7091/39821 7090/7090/39822 +f 7090/7090/39823 7091/7091/39824 7092/7092/39825 +f 7091/7091/39826 7093/7093/39827 7092/7092/39828 +f 7092/7092/39829 7093/7093/39830 7094/7094/39831 +f 7093/7093/39832 7095/7095/39833 7094/7094/39834 +f 7094/7094/39835 7095/7095/39836 7096/7096/39837 +f 7095/7095/39838 7097/7097/39839 7096/7096/39840 +f 7096/7096/39841 7097/7097/39842 7098/7098/39843 +f 7097/7097/39844 7099/7099/39845 7098/7098/39846 +f 7098/7098/39847 7099/7099/39848 7100/7100/39849 +f 7099/7099/39850 7101/7101/39851 7100/7100/39852 +f 7100/7100/39853 7101/7101/39854 7102/7102/39855 +f 7101/7101/39856 6683/6683/39857 7102/7102/39858 +f 7102/7102/39859 6683/6683/39860 6685/6685/39861 +f 6685/6685/39862 6692/6692/39863 7102/7102/39864 +f 7102/7102/39865 6692/6692/39866 6694/6694/39867 +f 7102/7102/39868 6694/6694/39869 7100/7100/39870 +f 7100/7100/39871 6694/6694/39872 6696/6696/39873 +f 7100/7100/39874 6696/6696/39875 7098/7098/39876 +f 7098/7098/39877 6696/6696/39878 7096/7096/39879 +f 7096/7096/39880 6696/6696/39881 6698/6698/39882 +f 7096/7096/39883 6698/6698/39884 7094/7094/39885 +f 7094/7094/39886 6698/6698/39887 7092/7092/39888 +f 7092/7092/39889 6698/6698/39890 6700/6700/39891 +f 7092/7092/39892 6700/6700/39893 6702/6702/39894 +f 6692/6692/39895 6685/6685/39896 6690/6690/39897 +f 6690/6690/39898 6685/6685/39899 6686/6686/39900 +f 6690/6690/39901 6686/6686/39902 6688/6688/39903 +f 7092/7092/39904 6702/6702/39905 7090/7090/39906 +f 7090/7090/39907 6702/6702/39908 6704/6704/39909 +f 7090/7090/39910 6704/6704/39911 7088/7088/39912 +f 7088/7088/39913 6704/6704/39914 6706/6706/39915 +f 7088/7088/39916 6706/6706/39917 7086/7086/39918 +f 7086/7086/39919 6706/6706/39920 6708/6708/39921 +f 7086/7086/39922 6708/6708/39923 7084/7084/39924 +f 7084/7084/39925 6708/6708/39926 6710/6710/39927 +f 7084/7084/39928 6710/6710/39929 7082/7082/39930 +f 7082/7082/39931 6710/6710/39932 6712/6712/39933 +f 7082/7082/39934 6712/6712/39935 7080/7080/39936 +f 7080/7080/39937 6712/6712/39938 6714/6714/39939 +f 7080/7080/39940 6714/6714/39941 7078/7078/39942 +f 7078/7078/39943 6714/6714/39944 7076/7076/39945 +f 7076/7076/39946 6714/6714/39947 6716/6716/39948 +f 7076/7076/39949 6716/6716/39950 6718/6718/39951 +f 7076/7076/39952 6718/6718/39953 7074/7074/39954 +f 7074/7074/39955 6718/6718/39956 6720/6720/39957 +f 7074/7074/39958 6720/6720/39959 7072/7072/39960 +f 7072/7072/39961 6720/6720/39962 7070/7070/39963 +f 7070/7070/39964 6720/6720/39965 6722/6722/39966 +f 7070/7070/39967 6722/6722/39968 6724/6724/39969 +f 7070/7070/39970 6724/6724/39971 7068/7068/39972 +f 7068/7068/39973 6724/6724/39974 6726/6726/39975 +f 7068/7068/39976 6726/6726/39977 7066/7066/39978 +f 7066/7066/39979 6726/6726/39980 6728/6728/39981 +f 7066/7066/39982 6728/6728/39983 7064/7064/39984 +f 7064/7064/39985 6728/6728/39986 6730/6730/39987 +f 7064/7064/39988 6730/6730/39989 7062/7062/39990 +f 7062/7062/39991 6730/6730/39992 6732/6732/39993 +f 7062/7062/39994 6732/6732/39995 7060/7060/39996 +f 7060/7060/39997 6732/6732/39998 6734/6734/39999 +f 7060/7060/40000 6734/6734/40001 7058/7058/40002 +f 7058/7058/40003 6734/6734/40004 6736/6736/40005 +f 7058/7058/40006 6736/6736/40007 7056/7056/40008 +f 7056/7056/40009 6736/6736/40010 7054/7054/40011 +f 7054/7054/40012 6736/6736/40013 6738/6738/40014 +f 7054/7054/40015 6738/6738/40016 6740/6740/40017 +f 7054/7054/40018 6740/6740/40019 7052/7052/40020 +f 7052/7052/40021 6740/6740/40022 6742/6742/40023 +f 7052/7052/40024 6742/6742/40025 7050/7050/40026 +f 7050/7050/40027 6742/6742/40028 7048/7048/40029 +f 7048/7048/40030 6742/6742/40031 6744/6744/40032 +f 7048/7048/40033 6744/6744/40034 6746/6746/40035 +f 6748/6748/40036 7044/7044/40037 6746/6746/40038 +f 6746/6746/40039 7044/7044/40040 7046/7046/40041 +f 6746/6746/40042 7046/7046/40043 7048/7048/40044 +f 7044/7044/40045 6748/6748/40046 7042/7042/40047 +f 7042/7042/40048 6748/6748/40049 6750/6750/40050 +f 7042/7042/40051 6750/6750/40052 7040/7040/40053 +f 7040/7040/40054 6750/6750/40055 6752/6752/40056 +f 7040/7040/40057 6752/6752/40058 7038/7038/40059 +f 7038/7038/40060 6752/6752/40061 6754/6754/40062 +f 7038/7038/40063 6754/6754/40064 7036/7036/40065 +f 7036/7036/40066 6754/6754/40067 6756/6756/40068 +f 7036/7036/40069 6756/6756/40070 7034/7034/40071 +f 7034/7034/40072 6756/6756/40073 7032/7032/40074 +f 7032/7032/40075 6756/6756/40076 6758/6758/40077 +f 7032/7032/40078 6758/6758/40079 6760/6760/40080 +f 7032/7032/40081 6760/6760/40082 7030/7030/40083 +f 7030/7030/40084 6760/6760/40085 6762/6762/40086 +f 7030/7030/40087 6762/6762/40088 6768/6768/40089 +f 6768/6768/40090 6762/6762/40091 6764/6764/40092 +f 6768/6768/40093 6764/6764/40094 6766/6766/40095 +f 6770/6770/40096 6772/6772/40097 6768/6768/40098 +f 6768/6768/40099 6772/6772/40100 7030/7030/40101 +f 7030/7030/40102 6772/6772/40103 6778/6778/40104 +f 6778/6778/40105 6772/6772/40106 6774/6774/40107 +f 6778/6778/40108 6774/6774/40109 6776/6776/40110 +f 7030/7030/40111 6778/6778/40112 6784/6784/40113 +f 6784/6784/40114 6778/6778/40115 6780/6780/40116 +f 6784/6784/40117 6780/6780/40118 6782/6782/40119 +f 7030/7030/40120 6784/6784/40121 6790/6790/40122 +f 6790/6790/40123 6784/6784/40124 6786/6786/40125 +f 6790/6790/40126 6786/6786/40127 6788/6788/40128 +f 6792/6792/40129 6794/6794/40130 6790/6790/40131 +f 6790/6790/40132 6794/6794/40133 7030/7030/40134 +f 7030/7030/40135 6794/6794/40136 6800/6800/40137 +f 6800/6800/40138 6794/6794/40139 6796/6796/40140 +f 6800/6800/40141 6796/6796/40142 6798/6798/40143 +f 6802/6802/40144 6806/6806/40145 6800/6800/40146 +f 6800/6800/40147 6806/6806/40148 7028/7028/40149 +f 6800/6800/40150 7028/7028/40151 7030/7030/40152 +f 6802/6802/40153 6804/6804/40154 6806/6806/40155 +f 6808/6808/40156 6810/6810/40157 6806/6806/40158 +f 6806/6806/40159 6810/6810/40160 7028/7028/40161 +f 6810/6810/40162 6812/6812/40163 7028/7028/40164 +f 7028/7028/40165 6812/6812/40166 6816/6816/40167 +f 7028/7028/40168 6816/6816/40169 6818/6818/40170 +f 7028/7028/40171 6818/6818/40172 6822/6822/40173 +f 6822/6822/40174 6818/6818/40175 6820/6820/40176 +f 6812/6812/40177 6814/6814/40178 6816/6816/40179 +f 7028/7028/40180 6822/6822/40181 6828/6828/40182 +f 6828/6828/40183 6822/6822/40184 6824/6824/40185 +f 6828/6828/40186 6824/6824/40187 6826/6826/40188 +f 6830/6830/40189 6832/6832/40190 6828/6828/40191 +f 6828/6828/40192 6832/6832/40193 7022/7022/40194 +f 6828/6828/40195 7022/7022/40196 7026/7026/40197 +f 7026/7026/40198 7022/7022/40199 7024/7024/40200 +f 6832/6832/40201 6834/6834/40202 7022/7022/40203 +f 7022/7022/40204 6834/6834/40205 6836/6836/40206 +f 7022/7022/40207 6836/6836/40208 7016/7016/40209 +f 7016/7016/40210 6836/6836/40211 6838/6838/40212 +f 7016/7016/40213 6838/6838/40214 6842/6842/40215 +f 6842/6842/40216 6838/6838/40217 6840/6840/40218 +f 6844/6844/40219 6848/6848/40220 6842/6842/40221 +f 6842/6842/40222 6848/6848/40223 7004/7004/40224 +f 6842/6842/40225 7004/7004/40226 7006/7006/40227 +f 6844/6844/40228 6846/6846/40229 6848/6848/40230 +f 6850/6850/40231 6852/6852/40232 6848/6848/40233 +f 6848/6848/40234 6852/6852/40235 7000/7000/40236 +f 6848/6848/40237 7000/7000/40238 7004/7004/40239 +f 7004/7004/40240 7000/7000/40241 7002/7002/40242 +f 7000/7000/40243 6852/6852/40244 6994/6994/40245 +f 6994/6994/40246 6852/6852/40247 6854/6854/40248 +f 6994/6994/40249 6854/6854/40250 6858/6858/40251 +f 6858/6858/40252 6854/6854/40253 6856/6856/40254 +f 6860/6860/40255 6864/6864/40256 6858/6858/40257 +f 6858/6858/40258 6864/6864/40259 6988/6988/40260 +f 6858/6858/40261 6988/6988/40262 6990/6990/40263 +f 6860/6860/40264 6862/6862/40265 6864/6864/40266 +f 6866/6866/40267 6926/6926/40268 6864/6864/40269 +f 6864/6864/40270 6926/6926/40271 6928/6928/40272 +f 6864/6864/40273 6928/6928/40274 6930/6930/40275 +f 6866/6866/40276 6868/6868/40277 6926/6926/40278 +f 6926/6926/40279 6868/6868/40280 6870/6870/40281 +f 6926/6926/40282 6870/6870/40283 6924/6924/40284 +f 6924/6924/40285 6870/6870/40286 6874/6874/40287 +f 6924/6924/40288 6874/6874/40289 6920/6920/40290 +f 6920/6920/40291 6874/6874/40292 6918/6918/40293 +f 6918/6918/40294 6874/6874/40295 6876/6876/40296 +f 6918/6918/40297 6876/6876/40298 6914/6914/40299 +f 6914/6914/40300 6876/6876/40301 6880/6880/40302 +f 6914/6914/40303 6880/6880/40304 6882/6882/40305 +f 6870/6870/40306 6872/6872/40307 6874/6874/40308 +f 6876/6876/40309 6878/6878/40310 6880/6880/40311 +f 6884/6884/40312 6886/6886/40313 6882/6882/40314 +f 6882/6882/40315 6886/6886/40316 6912/6912/40317 +f 6882/6882/40318 6912/6912/40319 6914/6914/40320 +f 6888/6888/40321 6906/6906/40322 6886/6886/40323 +f 6886/6886/40324 6906/6906/40325 6908/6908/40326 +f 6886/6886/40327 6908/6908/40328 6912/6912/40329 +f 6912/6912/40330 6908/6908/40331 6910/6910/40332 +f 6906/6906/40333 6888/6888/40334 6904/6904/40335 +f 6904/6904/40336 6888/6888/40337 6890/6890/40338 +f 6904/6904/40339 6890/6890/40340 6902/6902/40341 +f 6902/6902/40342 6890/6890/40343 6892/6892/40344 +f 6902/6902/40345 6892/6892/40346 6900/6900/40347 +f 6900/6900/40348 6892/6892/40349 6894/6894/40350 +f 6900/6900/40351 6894/6894/40352 6898/6898/40353 +f 6898/6898/40354 6894/6894/40355 6896/6896/40356 +f 6914/6914/40357 6916/6916/40358 6918/6918/40359 +f 6920/6920/40360 6922/6922/40361 6924/6924/40362 +f 6932/6932/40363 6934/6934/40364 6930/6930/40365 +f 6930/6930/40366 6934/6934/40367 6980/6980/40368 +f 6930/6930/40369 6980/6980/40370 6984/6984/40371 +f 6984/6984/40372 6980/6980/40373 6982/6982/40374 +f 6934/6934/40375 6936/6936/40376 6980/6980/40377 +f 6980/6980/40378 6936/6936/40379 6976/6976/40380 +f 6980/6980/40381 6976/6976/40382 6978/6978/40383 +f 6938/6938/40384 6940/6940/40385 6936/6936/40386 +f 6936/6936/40387 6940/6940/40388 6974/6974/40389 +f 6936/6936/40390 6974/6974/40391 6976/6976/40392 +f 6940/6940/40393 6942/6942/40394 6974/6974/40395 +f 6974/6974/40396 6942/6942/40397 6970/6970/40398 +f 6974/6974/40399 6970/6970/40400 6972/6972/40401 +f 6944/6944/40402 6946/6946/40403 6942/6942/40404 +f 6942/6942/40405 6946/6946/40406 6968/6968/40407 +f 6942/6942/40408 6968/6968/40409 6970/6970/40410 +f 6968/6968/40411 6946/6946/40412 6964/6964/40413 +f 6964/6964/40414 6946/6946/40415 6948/6948/40416 +f 6964/6964/40417 6948/6948/40418 6950/6950/40419 +f 6950/6950/40420 6952/6952/40421 6964/6964/40422 +f 6964/6964/40423 6952/6952/40424 6962/6962/40425 +f 6962/6962/40426 6952/6952/40427 6960/6960/40428 +f 6960/6960/40429 6952/6952/40430 6958/6958/40431 +f 6958/6958/40432 6952/6952/40433 6954/6954/40434 +f 6958/6958/40435 6954/6954/40436 6956/6956/40437 +f 6964/6964/40438 6966/6966/40439 6968/6968/40440 +f 6984/6984/40441 6986/6986/40442 6930/6930/40443 +f 6930/6930/40444 6986/6986/40445 6988/6988/40446 +f 6930/6930/40447 6988/6988/40448 6864/6864/40449 +f 6992/6992/40450 6994/6994/40451 6990/6990/40452 +f 6990/6990/40453 6994/6994/40454 6858/6858/40455 +f 6994/6994/40456 6996/6996/40457 7000/7000/40458 +f 7000/7000/40459 6996/6996/40460 6998/6998/40461 +f 7008/7008/40462 7010/7010/40463 7006/7006/40464 +f 7006/7006/40465 7010/7010/40466 6842/6842/40467 +f 6842/6842/40468 7010/7010/40469 7016/7016/40470 +f 7016/7016/40471 7010/7010/40472 7012/7012/40473 +f 7016/7016/40474 7012/7012/40475 7014/7014/40476 +f 7016/7016/40477 7018/7018/40478 7022/7022/40479 +f 7022/7022/40480 7018/7018/40481 7020/7020/40482 +f 7026/7026/40483 7028/7028/40484 6828/6828/40485 +f 7103/7103/40486 7104/7104/40487 7105/7105/40488 +f 7105/7105/40489 7104/7104/40490 7106/7106/40491 +f 7104/7104/40492 7107/7107/40493 7106/7106/40494 +f 7106/7106/40495 7107/7107/40496 7108/7108/40497 +f 7107/7107/40498 7109/7109/40499 7108/7108/40500 +f 7108/7108/40501 7109/7109/40502 7110/7110/40503 +f 7109/7109/40504 7111/7111/40505 7110/7110/40506 +f 7110/7110/40507 7111/7111/40508 7112/7112/40509 +f 7111/7111/40510 7113/7113/40511 7112/7112/40512 +f 7112/7112/40513 7113/7113/40514 7114/7114/40515 +f 7113/7113/40516 7115/7115/40517 7114/7114/40518 +f 7114/7114/40519 7115/7115/40520 7116/7116/40521 +f 7115/7115/40522 7117/7117/40523 7116/7116/40524 +f 7116/7116/40525 7117/7117/40526 7118/7118/40527 +f 7117/7117/40528 7119/7119/40529 7118/7118/40530 +f 7118/7118/40531 7119/7119/40532 7120/7120/40533 +f 7119/7119/40534 7121/7121/40535 7120/7120/40536 +f 7120/7120/40537 7121/7121/40538 7122/7122/40539 +f 7121/7121/40540 7123/7123/40541 7122/7122/40542 +f 7122/7122/40543 7123/7123/40544 7124/7124/40545 +f 7123/7123/40546 7125/7125/40547 7124/7124/40548 +f 7124/7124/40549 7125/7125/40550 7126/7126/40551 +f 7125/7125/40552 7127/7127/40553 7126/7126/40554 +f 7126/7126/40555 7127/7127/40556 7128/7128/40557 +f 7127/7127/40558 7129/7129/40559 7128/7128/40560 +f 7128/7128/40561 7129/7129/40562 7130/7130/40563 +f 7129/7129/40564 7131/7131/40565 7130/7130/40566 +f 7130/7130/40567 7131/7131/40568 7132/7132/40569 +f 7131/7131/40570 7133/7133/40571 7132/7132/40572 +f 7132/7132/40573 7133/7133/40574 7134/7134/40575 +f 7133/7133/40576 7135/7135/40577 7134/7134/40578 +f 7134/7134/40579 7135/7135/40580 7136/7136/40581 +f 7135/7135/40582 7137/7137/40583 7136/7136/40584 +f 7136/7136/40585 7137/7137/40586 7138/7138/40587 +f 7137/7137/40588 7139/7139/40589 7138/7138/40590 +f 7138/7138/40591 7139/7139/40592 7140/7140/40593 +f 7139/7139/40594 7141/7141/40595 7140/7140/40596 +f 7140/7140/40597 7141/7141/40598 7142/7142/40599 +f 7141/7141/40600 7143/7143/40601 7142/7142/40602 +f 7142/7142/40603 7143/7143/40604 7144/7144/40605 +f 7143/7143/40606 7145/7145/40607 7144/7144/40608 +f 7144/7144/40609 7145/7145/40610 7146/7146/40611 +f 7145/7145/40612 7147/7147/40613 7146/7146/40614 +f 7146/7146/40615 7147/7147/40616 7148/7148/40617 +f 7147/7147/40618 7149/7149/40619 7148/7148/40620 +f 7148/7148/40621 7149/7149/40622 7150/7150/40623 +f 7149/7149/40624 7151/7151/40625 7150/7150/40626 +f 7150/7150/40627 7151/7151/40628 7152/7152/40629 +f 7151/7151/40630 7153/7153/40631 7152/7152/40632 +f 7152/7152/40633 7153/7153/40634 7154/7154/40635 +f 7153/7153/40636 7155/7155/40637 7154/7154/40638 +f 7154/7154/40639 7155/7155/40640 7156/7156/40641 +f 7155/7155/40642 7157/7157/40643 7156/7156/40644 +f 7156/7156/40645 7157/7157/40646 7158/7158/40647 +f 7157/7157/40648 7159/7159/40649 7158/7158/40650 +f 7158/7158/40651 7159/7159/40652 7160/7160/40653 +f 7159/7159/40654 7161/7161/40655 7160/7160/40656 +f 7160/7160/40657 7161/7161/40658 7162/7162/40659 +f 7161/7161/40660 7163/7163/40661 7162/7162/40662 +f 7162/7162/40663 7163/7163/40664 7164/7164/40665 +f 7163/7163/40666 7165/7165/40667 7164/7164/40668 +f 7164/7164/40669 7165/7165/40670 7166/7166/40671 +f 7165/7165/40672 7167/7167/40673 7166/7166/40674 +f 7166/7166/40675 7167/7167/40676 7168/7168/40677 +f 7167/7167/40678 7169/7169/40679 7168/7168/40680 +f 7168/7168/40681 7169/7169/40682 7170/7170/40683 +f 7169/7169/40684 7171/7171/40685 7170/7170/40686 +f 7170/7170/40687 7171/7171/40688 7172/7172/40689 +f 7171/7171/40690 7173/7173/40691 7172/7172/40692 +f 7172/7172/40693 7173/7173/40694 7174/7174/40695 +f 7173/7173/40696 7175/7175/40697 7174/7174/40698 +f 7174/7174/40699 7175/7175/40700 7176/7176/40701 +f 7177/7177/40702 7178/7178/40703 7175/7175/40704 +f 7175/7175/40705 7178/7178/40706 7176/7176/40707 +f 7177/7177/40708 7179/7179/40709 7178/7178/40710 +f 7178/7178/40711 7179/7179/40712 7180/7180/40713 +f 7179/7179/40714 7181/7181/40715 7180/7180/40716 +f 7180/7180/40717 7181/7181/40718 7182/7182/40719 +f 7181/7181/40720 7183/7183/40721 7182/7182/40722 +f 7182/7182/40723 7183/7183/40724 7184/7184/40725 +f 7183/7183/40726 7185/7185/40727 7184/7184/40728 +f 7184/7184/40729 7185/7185/40730 7186/7186/40731 +f 7185/7185/40732 7187/7187/40733 7186/7186/40734 +f 7186/7186/40735 7187/7187/40736 7188/7188/40737 +f 7187/7187/40738 7189/7189/40739 7188/7188/40740 +f 7188/7188/40741 7189/7189/40742 7190/7190/40743 +f 7189/7189/40744 7191/7191/40745 7190/7190/40746 +f 7190/7190/40747 7191/7191/40748 7192/7192/40749 +f 7191/7191/40750 7193/7193/40751 7192/7192/40752 +f 7192/7192/40753 7193/7193/40754 7194/7194/40755 +f 7193/7193/40756 7195/7195/40757 7194/7194/40758 +f 7194/7194/40759 7195/7195/40760 7196/7196/40761 +f 7195/7195/40762 7197/7197/40763 7196/7196/40764 +f 7196/7196/40765 7197/7197/40766 7198/7198/40767 +f 7199/7199/40768 7200/7200/40769 7197/7197/40770 +f 7197/7197/40771 7200/7200/40772 7198/7198/40773 +f 7199/7199/40774 7201/7201/40775 7200/7200/40776 +f 7200/7200/40777 7201/7201/40778 7202/7202/40779 +f 7201/7201/40780 7203/7203/40781 7202/7202/40782 +f 7202/7202/40783 7203/7203/40784 7204/7204/40785 +f 7203/7203/40786 7205/7205/40787 7204/7204/40788 +f 7204/7204/40789 7205/7205/40790 7206/7206/40791 +f 7205/7205/40792 7207/7207/40793 7206/7206/40794 +f 7206/7206/40795 7207/7207/40796 7208/7208/40797 +f 7207/7207/40798 7209/7209/40799 7208/7208/40800 +f 7208/7208/40801 7209/7209/40802 7210/7210/40803 +f 7209/7209/40804 7211/7211/40805 7210/7210/40806 +f 7210/7210/40807 7211/7211/40808 7212/7212/40809 +f 7211/7211/40810 7213/7213/40811 7212/7212/40812 +f 7212/7212/40813 7213/7213/40814 7214/7214/40815 +f 7213/7213/40816 7215/7215/40817 7214/7214/40818 +f 7214/7214/40819 7215/7215/40820 7216/7216/40821 +f 7215/7215/40822 7217/7217/40823 7216/7216/40824 +f 7216/7216/40825 7217/7217/40826 7218/7218/40827 +f 7217/7217/40828 7219/7219/40829 7218/7218/40830 +f 7218/7218/40831 7219/7219/40832 7220/7220/40833 +f 7219/7219/40834 7221/7221/40835 7220/7220/40836 +f 7220/7220/40837 7221/7221/40838 7222/7222/40839 +f 7221/7221/40840 7223/7223/40841 7222/7222/40842 +f 7222/7222/40843 7223/7223/40844 7224/7224/40845 +f 7223/7223/40846 7225/7225/40847 7224/7224/40848 +f 7224/7224/40849 7225/7225/40850 7226/7226/40851 +f 7225/7225/40852 7227/7227/40853 7226/7226/40854 +f 7226/7226/40855 7227/7227/40856 7228/7228/40857 +f 7227/7227/40858 7229/7229/40859 7228/7228/40860 +f 7228/7228/40861 7229/7229/40862 7230/7230/40863 +f 7229/7229/40864 7231/7231/40865 7230/7230/40866 +f 7230/7230/40867 7231/7231/40868 7232/7232/40869 +f 7231/7231/40870 7233/7233/40871 7232/7232/40872 +f 7232/7232/40873 7233/7233/40874 7234/7234/40875 +f 7233/7233/40876 7235/7235/40877 7234/7234/40878 +f 7234/7234/40879 7235/7235/40880 7236/7236/40881 +f 7237/7237/40882 7238/7238/40883 7235/7235/40884 +f 7235/7235/40885 7238/7238/40886 7236/7236/40887 +f 7237/7237/40888 7239/7239/40889 7238/7238/40890 +f 7238/7238/40891 7239/7239/40892 7240/7240/40893 +f 7239/7239/40894 7241/7241/40895 7240/7240/40896 +f 7240/7240/40897 7241/7241/40898 7242/7242/40899 +f 7241/7241/40900 7243/7243/40901 7242/7242/40902 +f 7242/7242/40903 7243/7243/40904 7244/7244/40905 +f 7243/7243/40906 7245/7245/40907 7244/7244/40908 +f 7244/7244/40909 7245/7245/40910 7246/7246/40911 +f 7245/7245/40912 7247/7247/40913 7246/7246/40914 +f 7246/7246/40915 7247/7247/40916 7248/7248/40917 +f 7247/7247/40918 7249/7249/40919 7248/7248/40920 +f 7248/7248/40921 7249/7249/40922 7250/7250/40923 +f 7249/7249/40924 7251/7251/40925 7250/7250/40926 +f 7250/7250/40927 7251/7251/40928 7252/7252/40929 +f 7251/7251/40930 7253/7253/40931 7252/7252/40932 +f 7252/7252/40933 7253/7253/40934 7254/7254/40935 +f 7253/7253/40936 7255/7255/40937 7254/7254/40938 +f 7254/7254/40939 7255/7255/40940 7256/7256/40941 +f 7255/7255/40942 7257/7257/40943 7256/7256/40944 +f 7256/7256/40945 7257/7257/40946 7258/7258/40947 +f 7257/7257/40948 7259/7259/40949 7258/7258/40950 +f 7258/7258/40951 7259/7259/40952 7260/7260/40953 +f 7259/7259/40954 7261/7261/40955 7260/7260/40956 +f 7260/7260/40957 7261/7261/40958 7262/7262/40959 +f 7261/7261/40960 7263/7263/40961 7262/7262/40962 +f 7262/7262/40963 7263/7263/40964 7264/7264/40965 +f 7263/7263/40966 7265/7265/40967 7264/7264/40968 +f 7264/7264/40969 7265/7265/40970 7266/7266/40971 +f 7265/7265/40972 7267/7267/40973 7266/7266/40974 +f 7266/7266/40975 7267/7267/40976 7268/7268/40977 +f 7267/7267/40978 7269/7269/40979 7268/7268/40980 +f 7268/7268/40981 7269/7269/40982 7270/7270/40983 +f 7269/7269/40984 7271/7271/40985 7270/7270/40986 +f 7270/7270/40987 7271/7271/40988 7272/7272/40989 +f 7271/7271/40990 7273/7273/40991 7272/7272/40992 +f 7272/7272/40993 7273/7273/40994 7274/7274/40995 +f 7273/7273/40996 7275/7275/40997 7274/7274/40998 +f 7274/7274/40999 7275/7275/41000 7276/7276/41001 +f 7275/7275/41002 7277/7277/41003 7276/7276/41004 +f 7276/7276/41005 7277/7277/41006 7278/7278/41007 +f 7277/7277/41008 7279/7279/41009 7278/7278/41010 +f 7278/7278/41011 7279/7279/41012 7280/7280/41013 +f 7279/7279/41014 7281/7281/41015 7280/7280/41016 +f 7280/7280/41017 7281/7281/41018 7282/7282/41019 +f 7281/7281/41020 7283/7283/41021 7282/7282/41022 +f 7282/7282/41023 7283/7283/41024 7284/7284/41025 +f 7283/7283/41026 7285/7285/41027 7284/7284/41028 +f 7284/7284/41029 7285/7285/41030 7286/7286/41031 +f 7285/7285/41032 7287/7287/41033 7286/7286/41034 +f 7286/7286/41035 7287/7287/41036 7288/7288/41037 +f 7287/7287/41038 7289/7289/41039 7288/7288/41040 +f 7288/7288/41041 7289/7289/41042 7290/7290/41043 +f 7289/7289/41044 7291/7291/41045 7290/7290/41046 +f 7290/7290/41047 7291/7291/41048 7292/7292/41049 +f 7291/7291/41050 7293/7293/41051 7292/7292/41052 +f 7292/7292/41053 7293/7293/41054 7294/7294/41055 +f 7293/7293/41056 7295/7295/41057 7294/7294/41058 +f 7294/7294/41059 7295/7295/41060 7296/7296/41061 +f 7295/7295/41062 7297/7297/41063 7296/7296/41064 +f 7296/7296/41065 7297/7297/41066 7298/7298/41067 +f 7297/7297/41068 7299/7299/41069 7298/7298/41070 +f 7298/7298/41071 7299/7299/41072 7300/7300/41073 +f 7299/7299/41074 7301/7301/41075 7300/7300/41076 +f 7300/7300/41077 7301/7301/41078 7302/7302/41079 +f 7301/7301/41080 7303/7303/41081 7302/7302/41082 +f 7302/7302/41083 7303/7303/41084 7304/7304/41085 +f 7303/7303/41086 7305/7305/41087 7304/7304/41088 +f 7304/7304/41089 7305/7305/41090 7306/7306/41091 +f 7305/7305/41092 7307/7307/41093 7306/7306/41094 +f 7306/7306/41095 7307/7307/41096 7308/7308/41097 +f 7307/7307/41098 7309/7309/41099 7308/7308/41100 +f 7308/7308/41101 7309/7309/41102 7310/7310/41103 +f 7309/7309/41104 7311/7311/41105 7310/7310/41106 +f 7310/7310/41107 7311/7311/41108 7312/7312/41109 +f 7311/7311/41110 7313/7313/41111 7312/7312/41112 +f 7312/7312/41113 7313/7313/41114 7314/7314/41115 +f 7313/7313/41116 7315/7315/41117 7314/7314/41118 +f 7314/7314/41119 7315/7315/41120 7316/7316/41121 +f 7315/7315/41122 7317/7317/41123 7316/7316/41124 +f 7316/7316/41125 7317/7317/41126 7318/7318/41127 +f 7317/7317/41128 7319/7319/41129 7318/7318/41130 +f 7318/7318/41131 7319/7319/41132 7320/7320/41133 +f 7319/7319/41134 7321/7321/41135 7320/7320/41136 +f 7320/7320/41137 7321/7321/41138 7322/7322/41139 +f 7321/7321/41140 7323/7323/41141 7322/7322/41142 +f 7322/7322/41143 7323/7323/41144 7324/7324/41145 +f 7325/7325/41146 7326/7326/41147 7323/7323/41148 +f 7323/7323/41149 7326/7326/41150 7324/7324/41151 +f 7325/7325/41152 7327/7327/41153 7326/7326/41154 +f 7326/7326/41155 7327/7327/41156 7328/7328/41157 +f 7327/7327/41158 7329/7329/41159 7328/7328/41160 +f 7328/7328/41161 7329/7329/41162 7330/7330/41163 +f 7329/7329/41164 7331/7331/41165 7330/7330/41166 +f 7330/7330/41167 7331/7331/41168 7332/7332/41169 +f 7331/7331/41170 7333/7333/41171 7332/7332/41172 +f 7332/7332/41173 7333/7333/41174 7334/7334/41175 +f 7333/7333/41176 7335/7335/41177 7334/7334/41178 +f 7334/7334/41179 7335/7335/41180 7336/7336/41181 +f 7335/7335/41182 7337/7337/41183 7336/7336/41184 +f 7336/7336/41185 7337/7337/41186 7338/7338/41187 +f 7337/7337/41188 7339/7339/41189 7338/7338/41190 +f 7338/7338/41191 7339/7339/41192 7340/7340/41193 +f 7339/7339/41194 7341/7341/41195 7340/7340/41196 +f 7340/7340/41197 7341/7341/41198 7342/7342/41199 +f 7341/7341/41200 7343/7343/41201 7342/7342/41202 +f 7342/7342/41203 7343/7343/41204 7344/7344/41205 +f 7343/7343/41206 7345/7345/41207 7344/7344/41208 +f 7344/7344/41209 7345/7345/41210 7346/7346/41211 +f 7345/7345/41212 7347/7347/41213 7346/7346/41214 +f 7346/7346/41215 7347/7347/41216 7348/7348/41217 +f 7347/7347/41218 7349/7349/41219 7348/7348/41220 +f 7348/7348/41221 7349/7349/41222 7350/7350/41223 +f 7349/7349/41224 7351/7351/41225 7350/7350/41226 +f 7350/7350/41227 7351/7351/41228 7352/7352/41229 +f 7351/7351/41230 7353/7353/41231 7352/7352/41232 +f 7352/7352/41233 7353/7353/41234 7354/7354/41235 +f 7355/7355/41236 7356/7356/41237 7353/7353/41238 +f 7353/7353/41239 7356/7356/41240 7354/7354/41241 +f 7355/7355/41242 7357/7357/41243 7356/7356/41244 +f 7356/7356/41245 7357/7357/41246 7358/7358/41247 +f 7357/7357/41248 7359/7359/41249 7358/7358/41250 +f 7358/7358/41251 7359/7359/41252 7360/7360/41253 +f 7359/7359/41254 7361/7361/41255 7360/7360/41256 +f 7360/7360/41257 7361/7361/41258 7362/7362/41259 +f 7361/7361/41260 7363/7363/41261 7362/7362/41262 +f 7362/7362/41263 7363/7363/41264 7364/7364/41265 +f 7363/7363/41266 7365/7365/41267 7364/7364/41268 +f 7364/7364/41269 7365/7365/41270 7366/7366/41271 +f 7365/7365/41272 7367/7367/41273 7366/7366/41274 +f 7366/7366/41275 7367/7367/41276 7368/7368/41277 +f 7367/7367/41278 7369/7369/41279 7368/7368/41280 +f 7368/7368/41281 7369/7369/41282 7370/7370/41283 +f 7369/7369/41284 7371/7371/41285 7370/7370/41286 +f 7370/7370/41287 7371/7371/41288 7372/7372/41289 +f 7371/7371/41290 7373/7373/41291 7372/7372/41292 +f 7372/7372/41293 7373/7373/41294 7374/7374/41295 +f 7373/7373/41296 7375/7375/41297 7374/7374/41298 +f 7374/7374/41299 7375/7375/41300 7376/7376/41301 +f 7375/7375/41302 7377/7377/41303 7376/7376/41304 +f 7376/7376/41305 7377/7377/41306 7378/7378/41307 +f 7377/7377/41308 7379/7379/41309 7378/7378/41310 +f 7378/7378/41311 7379/7379/41312 7380/7380/41313 +f 7379/7379/41314 7381/7381/41315 7380/7380/41316 +f 7380/7380/41317 7381/7381/41318 7382/7382/41319 +f 7381/7381/41320 7383/7383/41321 7382/7382/41322 +f 7382/7382/41323 7383/7383/41324 7384/7384/41325 +f 7383/7383/41326 7385/7385/41327 7384/7384/41328 +f 7384/7384/41329 7385/7385/41330 7386/7386/41331 +f 7385/7385/41332 7387/7387/41333 7386/7386/41334 +f 7386/7386/41335 7387/7387/41336 7388/7388/41337 +f 7387/7387/41338 7389/7389/41339 7388/7388/41340 +f 7388/7388/41341 7389/7389/41342 7390/7390/41343 +f 7389/7389/41344 7391/7391/41345 7390/7390/41346 +f 7390/7390/41347 7391/7391/41348 7392/7392/41349 +f 7393/7393/41350 7394/7394/41351 7391/7391/41352 +f 7391/7391/41353 7394/7394/41354 7392/7392/41355 +f 7393/7393/41356 7395/7395/41357 7394/7394/41358 +f 7394/7394/41359 7395/7395/41360 7396/7396/41361 +f 7395/7395/41362 7397/7397/41363 7396/7396/41364 +f 7396/7396/41365 7397/7397/41366 7398/7398/41367 +f 7397/7397/41368 7399/7399/41369 7398/7398/41370 +f 7398/7398/41371 7399/7399/41372 7400/7400/41373 +f 7399/7399/41374 7401/7401/41375 7400/7400/41376 +f 7400/7400/41377 7401/7401/41378 7402/7402/41379 +f 7401/7401/41380 7403/7403/41381 7402/7402/41382 +f 7402/7402/41383 7403/7403/41384 7404/7404/41385 +f 7403/7403/41386 7405/7405/41387 7404/7404/41388 +f 7404/7404/41389 7405/7405/41390 7406/7406/41391 +f 7405/7405/41392 7407/7407/41393 7406/7406/41394 +f 7406/7406/41395 7407/7407/41396 7408/7408/41397 +f 7407/7407/41398 7409/7409/41399 7408/7408/41400 +f 7408/7408/41401 7409/7409/41402 7410/7410/41403 +f 7409/7409/41404 7411/7411/41405 7410/7410/41406 +f 7410/7410/41407 7411/7411/41408 7412/7412/41409 +f 7411/7411/41410 7413/7413/41411 7412/7412/41412 +f 7412/7412/41413 7413/7413/41414 7414/7414/41415 +f 7415/7415/41416 7416/7416/41417 7413/7413/41418 +f 7413/7413/41419 7416/7416/41420 7414/7414/41421 +f 7415/7415/41422 7417/7417/41423 7416/7416/41424 +f 7416/7416/41425 7417/7417/41426 7418/7418/41427 +f 7417/7417/41428 7419/7419/41429 7418/7418/41430 +f 7418/7418/41431 7419/7419/41432 7420/7420/41433 +f 7419/7419/41434 7421/7421/41435 7420/7420/41436 +f 7420/7420/41437 7421/7421/41438 7422/7422/41439 +f 7421/7421/41440 7423/7423/41441 7422/7422/41442 +f 7422/7422/41443 7423/7423/41444 7424/7424/41445 +f 7423/7423/41446 7425/7425/41447 7424/7424/41448 +f 7424/7424/41449 7425/7425/41450 7426/7426/41451 +f 7425/7425/41452 7427/7427/41453 7426/7426/41454 +f 7426/7426/41455 7427/7427/41456 7428/7428/41457 +f 7427/7427/41458 7429/7429/41459 7428/7428/41460 +f 7428/7428/41461 7429/7429/41462 7430/7430/41463 +f 7429/7429/41464 7431/7431/41465 7430/7430/41466 +f 7430/7430/41467 7431/7431/41468 7432/7432/41469 +f 7431/7431/41470 7433/7433/41471 7432/7432/41472 +f 7432/7432/41473 7433/7433/41474 7434/7434/41475 +f 7433/7433/41476 7435/7435/41477 7434/7434/41478 +f 7434/7434/41479 7435/7435/41480 7436/7436/41481 +f 7435/7435/41482 7437/7437/41483 7436/7436/41484 +f 7436/7436/41485 7437/7437/41486 7438/7438/41487 +f 7437/7437/41488 7439/7439/41489 7438/7438/41490 +f 7438/7438/41491 7439/7439/41492 7440/7440/41493 +f 7439/7439/41494 7441/7441/41495 7440/7440/41496 +f 7440/7440/41497 7441/7441/41498 7442/7442/41499 +f 7441/7441/41500 7103/7103/41501 7442/7442/41502 +f 7442/7442/41503 7103/7103/41504 7105/7105/41505 +f 7105/7105/41506 7112/7112/41507 7442/7442/41508 +f 7442/7442/41509 7112/7112/41510 7114/7114/41511 +f 7442/7442/41512 7114/7114/41513 7116/7116/41514 +f 7106/7106/41515 7108/7108/41516 7105/7105/41517 +f 7105/7105/41518 7108/7108/41519 7110/7110/41520 +f 7105/7105/41521 7110/7110/41522 7112/7112/41523 +f 7116/7116/41524 7118/7118/41525 7442/7442/41526 +f 7442/7442/41527 7118/7118/41528 7120/7120/41529 +f 7120/7120/41530 7122/7122/41531 7442/7442/41532 +f 7442/7442/41533 7122/7122/41534 7124/7124/41535 +f 7442/7442/41536 7124/7124/41537 7126/7126/41538 +f 7126/7126/41539 7128/7128/41540 7442/7442/41541 +f 7442/7442/41542 7128/7128/41543 7130/7130/41544 +f 7442/7442/41545 7130/7130/41546 7132/7132/41547 +f 7132/7132/41548 7134/7134/41549 7442/7442/41550 +f 7442/7442/41551 7134/7134/41552 7136/7136/41553 +f 7442/7442/41554 7136/7136/41555 7138/7138/41556 +f 7138/7138/41557 7140/7140/41558 7442/7442/41559 +f 7442/7442/41560 7140/7140/41561 7142/7142/41562 +f 7442/7442/41563 7142/7142/41564 7144/7144/41565 +f 7144/7144/41566 7146/7146/41567 7442/7442/41568 +f 7442/7442/41569 7146/7146/41570 7150/7150/41571 +f 7442/7442/41572 7150/7150/41573 7152/7152/41574 +f 7146/7146/41575 7148/7148/41576 7150/7150/41577 +f 7154/7154/41578 7156/7156/41579 7152/7152/41580 +f 7152/7152/41581 7156/7156/41582 7442/7442/41583 +f 7156/7156/41584 7158/7158/41585 7442/7442/41586 +f 7442/7442/41587 7158/7158/41588 7160/7160/41589 +f 7442/7442/41590 7160/7160/41591 7162/7162/41592 +f 7162/7162/41593 7164/7164/41594 7442/7442/41595 +f 7442/7442/41596 7164/7164/41597 7166/7166/41598 +f 7442/7442/41599 7166/7166/41600 7168/7168/41601 +f 7170/7170/41602 7172/7172/41603 7168/7168/41604 +f 7168/7168/41605 7172/7172/41606 7442/7442/41607 +f 7172/7172/41608 7174/7174/41609 7442/7442/41610 +f 7442/7442/41611 7174/7174/41612 7180/7180/41613 +f 7442/7442/41614 7180/7180/41615 7182/7182/41616 +f 7176/7176/41617 7178/7178/41618 7174/7174/41619 +f 7174/7174/41620 7178/7178/41621 7180/7180/41622 +f 7182/7182/41623 7184/7184/41624 7442/7442/41625 +f 7442/7442/41626 7184/7184/41627 7188/7188/41628 +f 7442/7442/41629 7188/7188/41630 7190/7190/41631 +f 7184/7184/41632 7186/7186/41633 7188/7188/41634 +f 7192/7192/41635 7194/7194/41636 7190/7190/41637 +f 7190/7190/41638 7194/7194/41639 7196/7196/41640 +f 7190/7190/41641 7196/7196/41642 7442/7442/41643 +f 7442/7442/41644 7196/7196/41645 7202/7202/41646 +f 7442/7442/41647 7202/7202/41648 7204/7204/41649 +f 7198/7198/41650 7200/7200/41651 7196/7196/41652 +f 7196/7196/41653 7200/7200/41654 7202/7202/41655 +f 7204/7204/41656 7206/7206/41657 7442/7442/41658 +f 7442/7442/41659 7206/7206/41660 7210/7210/41661 +f 7442/7442/41662 7210/7210/41663 7212/7212/41664 +f 7206/7206/41665 7208/7208/41666 7210/7210/41667 +f 7214/7214/41668 7216/7216/41669 7212/7212/41670 +f 7212/7212/41671 7216/7216/41672 7218/7218/41673 +f 7212/7212/41674 7218/7218/41675 7442/7442/41676 +f 7442/7442/41677 7218/7218/41678 7440/7440/41679 +f 7440/7440/41680 7218/7218/41681 7220/7220/41682 +f 7440/7440/41683 7220/7220/41684 7222/7222/41685 +f 7222/7222/41686 7224/7224/41687 7440/7440/41688 +f 7440/7440/41689 7224/7224/41690 7438/7438/41691 +f 7438/7438/41692 7224/7224/41693 7436/7436/41694 +f 7436/7436/41695 7224/7224/41696 7226/7226/41697 +f 7436/7436/41698 7226/7226/41699 7434/7434/41700 +f 7434/7434/41701 7226/7226/41702 7428/7428/41703 +f 7434/7434/41704 7428/7428/41705 7432/7432/41706 +f 7432/7432/41707 7428/7428/41708 7430/7430/41709 +f 7228/7228/41710 7346/7346/41711 7226/7226/41712 +f 7226/7226/41713 7346/7346/41714 7350/7350/41715 +f 7226/7226/41716 7350/7350/41717 7352/7352/41718 +f 7230/7230/41719 7232/7232/41720 7228/7228/41721 +f 7228/7228/41722 7232/7232/41723 7334/7334/41724 +f 7228/7228/41725 7334/7334/41726 7336/7336/41727 +f 7232/7232/41728 7234/7234/41729 7334/7334/41730 +f 7334/7334/41731 7234/7234/41732 7238/7238/41733 +f 7334/7334/41734 7238/7238/41735 7240/7240/41736 +f 7234/7234/41737 7236/7236/41738 7238/7238/41739 +f 7242/7242/41740 7244/7244/41741 7240/7240/41742 +f 7240/7240/41743 7244/7244/41744 7334/7334/41745 +f 7244/7244/41746 7246/7246/41747 7334/7334/41748 +f 7334/7334/41749 7246/7246/41750 7248/7248/41751 +f 7334/7334/41752 7248/7248/41753 7250/7250/41754 +f 7252/7252/41755 7254/7254/41756 7250/7250/41757 +f 7250/7250/41758 7254/7254/41759 7334/7334/41760 +f 7254/7254/41761 7256/7256/41762 7334/7334/41763 +f 7334/7334/41764 7256/7256/41765 7266/7266/41766 +f 7334/7334/41767 7266/7266/41768 7306/7306/41769 +f 7306/7306/41770 7266/7266/41771 7304/7304/41772 +f 7304/7304/41773 7266/7266/41774 7300/7300/41775 +f 7304/7304/41776 7300/7300/41777 7302/7302/41778 +f 7256/7256/41779 7258/7258/41780 7266/7266/41781 +f 7258/7258/41782 7260/7260/41783 7266/7266/41784 +f 7266/7266/41785 7260/7260/41786 7262/7262/41787 +f 7266/7266/41788 7262/7262/41789 7264/7264/41790 +f 7268/7268/41791 7288/7288/41792 7266/7266/41793 +f 7266/7266/41794 7288/7288/41795 7290/7290/41796 +f 7266/7266/41797 7290/7290/41798 7294/7294/41799 +f 7294/7294/41800 7290/7290/41801 7292/7292/41802 +f 7270/7270/41803 7272/7272/41804 7268/7268/41805 +f 7268/7268/41806 7272/7272/41807 7274/7274/41808 +f 7268/7268/41809 7274/7274/41810 7276/7276/41811 +f 7276/7276/41812 7278/7278/41813 7268/7268/41814 +f 7268/7268/41815 7278/7278/41816 7282/7282/41817 +f 7268/7268/41818 7282/7282/41819 7284/7284/41820 +f 7278/7278/41821 7280/7280/41822 7282/7282/41823 +f 7286/7286/41824 7288/7288/41825 7284/7284/41826 +f 7284/7284/41827 7288/7288/41828 7268/7268/41829 +f 7296/7296/41830 7298/7298/41831 7294/7294/41832 +f 7294/7294/41833 7298/7298/41834 7300/7300/41835 +f 7294/7294/41836 7300/7300/41837 7266/7266/41838 +f 7308/7308/41839 7310/7310/41840 7306/7306/41841 +f 7306/7306/41842 7310/7310/41843 7334/7334/41844 +f 7312/7312/41845 7314/7314/41846 7310/7310/41847 +f 7310/7310/41848 7314/7314/41849 7334/7334/41850 +f 7314/7314/41851 7316/7316/41852 7334/7334/41853 +f 7334/7334/41854 7316/7316/41855 7320/7320/41856 +f 7334/7334/41857 7320/7320/41858 7322/7322/41859 +f 7316/7316/41860 7318/7318/41861 7320/7320/41862 +f 7324/7324/41863 7326/7326/41864 7322/7322/41865 +f 7322/7322/41866 7326/7326/41867 7332/7332/41868 +f 7322/7322/41869 7332/7332/41870 7334/7334/41871 +f 7326/7326/41872 7328/7328/41873 7332/7332/41874 +f 7332/7332/41875 7328/7328/41876 7330/7330/41877 +f 7336/7336/41878 7338/7338/41879 7228/7228/41880 +f 7228/7228/41881 7338/7338/41882 7340/7340/41883 +f 7228/7228/41884 7340/7340/41885 7342/7342/41886 +f 7342/7342/41887 7344/7344/41888 7228/7228/41889 +f 7228/7228/41890 7344/7344/41891 7346/7346/41892 +f 7346/7346/41893 7348/7348/41894 7350/7350/41895 +f 7354/7354/41896 7356/7356/41897 7352/7352/41898 +f 7352/7352/41899 7356/7356/41900 7226/7226/41901 +f 7356/7356/41902 7358/7358/41903 7226/7226/41904 +f 7226/7226/41905 7358/7358/41906 7360/7360/41907 +f 7226/7226/41908 7360/7360/41909 7362/7362/41910 +f 7364/7364/41911 7366/7366/41912 7362/7362/41913 +f 7362/7362/41914 7366/7366/41915 7226/7226/41916 +f 7366/7366/41917 7368/7368/41918 7226/7226/41919 +f 7226/7226/41920 7368/7368/41921 7372/7372/41922 +f 7226/7226/41923 7372/7372/41924 7374/7374/41925 +f 7368/7368/41926 7370/7370/41927 7372/7372/41928 +f 7376/7376/41929 7378/7378/41930 7374/7374/41931 +f 7374/7374/41932 7378/7378/41933 7226/7226/41934 +f 7380/7380/41935 7382/7382/41936 7378/7378/41937 +f 7378/7378/41938 7382/7382/41939 7384/7384/41940 +f 7378/7378/41941 7384/7384/41942 7226/7226/41943 +f 7226/7226/41944 7384/7384/41945 7390/7390/41946 +f 7226/7226/41947 7390/7390/41948 7396/7396/41949 +f 7396/7396/41950 7390/7390/41951 7394/7394/41952 +f 7394/7394/41953 7390/7390/41954 7392/7392/41955 +f 7386/7386/41956 7388/7388/41957 7384/7384/41958 +f 7384/7384/41959 7388/7388/41960 7390/7390/41961 +f 7398/7398/41962 7400/7400/41963 7396/7396/41964 +f 7396/7396/41965 7400/7400/41966 7226/7226/41967 +f 7402/7402/41968 7404/7404/41969 7400/7400/41970 +f 7400/7400/41971 7404/7404/41972 7406/7406/41973 +f 7400/7400/41974 7406/7406/41975 7226/7226/41976 +f 7226/7226/41977 7406/7406/41978 7412/7412/41979 +f 7226/7226/41980 7412/7412/41981 7416/7416/41982 +f 7416/7416/41983 7412/7412/41984 7414/7414/41985 +f 7408/7408/41986 7410/7410/41987 7406/7406/41988 +f 7406/7406/41989 7410/7410/41990 7412/7412/41991 +f 7416/7416/41992 7418/7418/41993 7226/7226/41994 +f 7226/7226/41995 7418/7418/41996 7422/7422/41997 +f 7226/7226/41998 7422/7422/41999 7428/7428/42000 +f 7428/7428/42001 7422/7422/42002 7426/7426/42003 +f 7426/7426/42004 7422/7422/42005 7424/7424/42006 +f 7418/7418/42007 7420/7420/42008 7422/7422/42009 +f 7443/7443/42010 7444/7444/42011 7445/7445/42012 +f 7445/7445/42013 7444/7444/42014 7446/7446/42015 +f 7444/7444/42016 7447/7447/42017 7446/7446/42018 +f 7446/7446/42019 7447/7447/42020 7448/7448/42021 +f 7447/7447/42022 7449/7449/42023 7448/7448/42024 +f 7448/7448/42025 7449/7449/42026 7450/7450/42027 +f 7449/7449/42028 7443/7443/42029 7450/7450/42030 +f 7450/7450/42031 7443/7443/42032 7445/7445/42033 +f 7445/7451/42034 7446/7452/42035 7450/7453/42036 +f 7450/7453/42037 7446/7452/42038 7448/7454/42039 +f 7451/7455/42040 7452/7456/42041 7453/7457/42042 +f 7453/7457/42043 7452/7456/42044 7454/7458/42045 +f 7453/7457/42046 7454/7458/42047 7455/7459/42048 +f 7451/7455/42049 7456/7460/42050 7452/7456/42051 +f 7452/7456/42052 7456/7460/42053 7457/7461/42054 +f 7458/7462/42055 7459/7463/42056 7455/7459/42057 +f 7455/7459/42058 7459/7463/42059 7460/7464/42060 +f 7455/7459/42061 7460/7464/42062 7453/7457/42063 +f 7459/7463/42064 7461/7465/42065 7460/7464/42066 +f 7460/7464/42067 7461/7465/42068 7462/7466/42069 +f 7460/7464/42070 7462/7466/42071 7463/7467/42072 +f 7464/7468/42073 7465/7469/42074 7452/7456/42075 +f 7452/7456/42076 7465/7469/42077 7454/7458/42078 +f 7465/7469/42079 7466/7470/42080 7454/7458/42081 +f 7454/7458/42082 7466/7470/42083 7455/7459/42084 +f 7466/7470/42085 7467/7471/42086 7455/7459/42087 +f 7455/7459/42088 7467/7471/42089 7458/7462/42090 +f 7458/7462/42091 7467/7471/42092 7459/7463/42093 +f 7459/7463/42094 7467/7471/42095 7468/7472/42096 +f 7468/7472/42097 7469/7473/42098 7459/7463/42099 +f 7459/7463/42100 7469/7473/42101 7470/7474/42102 +f 7459/7463/42103 7470/7474/42104 7471/7475/42105 +f 7471/7475/42106 7470/7474/42107 7472/7476/42108 +f 7471/7475/42109 7472/7476/42110 7473/7477/42111 +f 7473/7477/42112 7472/7476/42113 7474/7478/42114 +f 7473/7477/42115 7474/7478/42116 7475/7479/42117 +f 7475/7479/42118 7474/7478/42119 7460/7464/42120 +f 7475/7479/42121 7460/7464/42122 7463/7467/42123 +f 7476/7480/42124 7477/7481/42125 7468/7472/42126 +f 7468/7472/42127 7477/7481/42128 7478/7482/42129 +f 7468/7472/42130 7478/7482/42131 7479/7483/42132 +f 7479/7483/42133 7478/7482/42134 7480/7484/42135 +f 7479/7483/42136 7480/7484/42137 7481/7485/42138 +f 7481/7485/42139 7480/7484/42140 7482/7486/42141 +f 7481/7485/42142 7482/7486/42143 7483/7487/42144 +f 7483/7487/42145 7482/7486/42146 7484/7488/42147 +f 7483/7487/42148 7484/7488/42149 7460/7464/42150 +f 7477/7481/42151 7476/7480/42152 7485/7489/42153 +f 7485/7489/42154 7476/7480/42155 7486/7490/42156 +f 7485/7489/42157 7486/7490/42158 7487/7491/42159 +f 7487/7491/42160 7486/7490/42161 7488/7492/42162 +f 7487/7491/42163 7488/7492/42164 7484/7488/42165 +f 7475/7479/42166 7463/7467/42167 7489/7493/42168 +f 7489/7493/42169 7463/7467/42170 7462/7466/42171 +f 7489/7493/42172 7462/7466/42173 7490/7494/42174 +f 7490/7494/42175 7462/7466/42176 7461/7465/42177 +f 7490/7494/42178 7461/7465/42179 7459/7463/42180 +f 7478/7482/42181 7477/7481/42182 7491/7495/42183 +f 7491/7495/42184 7477/7481/42185 7485/7489/42186 +f 7491/7495/42187 7485/7489/42188 7492/7496/42189 +f 7492/7496/42190 7485/7489/42191 7487/7491/42192 +f 7492/7496/42193 7487/7491/42194 7484/7488/42195 +f 7469/7473/42196 7468/7472/42197 7493/7497/42198 +f 7493/7497/42199 7468/7472/42200 7479/7483/42201 +f 7493/7497/42202 7479/7483/42203 7481/7485/42204 +f 7469/7473/42205 7493/7497/42206 7494/7498/42207 +f 7494/7498/42208 7493/7497/42209 7481/7485/42210 +f 7494/7498/42211 7481/7485/42212 7483/7487/42213 +f 7470/7474/42214 7469/7473/42215 7495/7499/42216 +f 7495/7499/42217 7469/7473/42218 7494/7498/42219 +f 7495/7499/42220 7494/7498/42221 7496/7500/42222 +f 7496/7500/42223 7494/7498/42224 7483/7487/42225 +f 7496/7500/42226 7483/7487/42227 7460/7464/42228 +f 7490/7494/42229 7459/7463/42230 7497/7501/42231 +f 7497/7501/42232 7459/7463/42233 7471/7475/42234 +f 7497/7501/42235 7471/7475/42236 7473/7477/42237 +f 7489/7493/42238 7490/7494/42239 7497/7501/42240 +f 7489/7493/42241 7497/7501/42242 7473/7477/42243 +f 7478/7482/42244 7491/7495/42245 7480/7484/42246 +f 7480/7484/42247 7491/7495/42248 7498/7502/42249 +f 7480/7484/42250 7498/7502/42251 7482/7486/42252 +f 7482/7486/42253 7498/7502/42254 7484/7488/42255 +f 7498/7502/42256 7491/7495/42257 7492/7496/42258 +f 7470/7474/42259 7495/7499/42260 7472/7476/42261 +f 7472/7476/42262 7495/7499/42263 7499/7503/42264 +f 7472/7476/42265 7499/7503/42266 7474/7478/42267 +f 7474/7478/42268 7499/7503/42269 7460/7464/42270 +f 7499/7503/42271 7495/7499/42272 7496/7500/42273 +f 7475/7479/42274 7489/7493/42275 7473/7477/42276 +f 7484/7488/42277 7498/7502/42278 7492/7496/42279 +f 7460/7464/42280 7499/7503/42281 7496/7500/42282 +f 5729/7504/42283 6257/7505/42284 5730/7506/42285 +f 5730/7506/42286 6257/7505/42287 6255/7507/42288 +f 5730/7506/42289 6255/7507/42290 7460/7464/42291 +f 7460/7464/42292 6255/7507/42293 6249/7508/42294 +f 7460/7464/42295 6249/7508/42296 6245/7509/42297 +f 6245/7509/42298 6249/7508/42299 6247/7510/42300 +f 6255/7507/42301 6253/7511/42302 6249/7508/42303 +f 6249/7508/42304 6253/7511/42305 6251/7512/42306 +f 6243/7513/42307 6241/7514/42308 6245/7509/42309 +f 6245/7509/42310 6241/7514/42311 7460/7464/42312 +f 7460/7464/42313 6241/7514/42314 6235/7515/42315 +f 6235/7515/42316 6241/7514/42317 6239/7516/42318 +f 6235/7515/42319 6239/7516/42320 6237/7517/42321 +f 6233/7518/42322 6231/7519/42323 6235/7515/42324 +f 6235/7515/42325 6231/7519/42326 6229/7520/42327 +f 6235/7515/42328 6229/7520/42329 7460/7464/42330 +f 7460/7464/42331 6229/7520/42332 6225/7521/42333 +f 7460/7464/42334 6225/7521/42335 6219/7522/42336 +f 6219/7522/42337 6225/7521/42338 6223/7523/42339 +f 6219/7522/42340 6223/7523/42341 6221/7524/42342 +f 6229/7520/42343 6227/7525/42344 6225/7521/42345 +f 7460/7464/42346 6219/7522/42347 6213/7526/42348 +f 6213/7526/42349 6219/7522/42350 6217/7527/42351 +f 6213/7526/42352 6217/7527/42353 6215/7528/42354 +f 6211/7529/42355 6209/7530/42356 6213/7526/42357 +f 6213/7526/42358 6209/7530/42359 6207/7531/42360 +f 6213/7526/42361 6207/7531/42362 6203/7532/42363 +f 6203/7532/42364 6207/7531/42365 6205/7533/42366 +f 6201/7534/42367 6197/7535/42368 6203/7532/42369 +f 6203/7532/42370 6197/7535/42371 7460/7464/42372 +f 6203/7532/42373 7460/7464/42374 6213/7526/42375 +f 6201/7534/42376 6199/7536/42377 6197/7535/42378 +f 7460/7464/42379 6197/7535/42380 6191/7537/42381 +f 6191/7537/42382 6197/7535/42383 6195/7538/42384 +f 6191/7537/42385 6195/7538/42386 6193/7539/42387 +f 6189/7540/42388 6187/7541/42389 6191/7537/42390 +f 6191/7537/42391 6187/7541/42392 6185/7542/42393 +f 6191/7537/42394 6185/7542/42395 6181/7543/42396 +f 6181/7543/42397 6185/7542/42398 6183/7544/42399 +f 6179/7545/42400 6175/7546/42401 6181/7543/42402 +f 6181/7543/42403 6175/7546/42404 7460/7464/42405 +f 6181/7543/42406 7460/7464/42407 6191/7537/42408 +f 6179/7545/42409 6177/7547/42410 6175/7546/42411 +f 7460/7464/42412 6175/7546/42413 6169/7548/42414 +f 6169/7548/42415 6175/7546/42416 6173/7549/42417 +f 6169/7548/42418 6173/7549/42419 6171/7550/42420 +f 6167/7551/42421 6165/7552/42422 6169/7548/42423 +f 6169/7548/42424 6165/7552/42425 6159/7553/42426 +f 6169/7548/42427 6159/7553/42428 7460/7464/42429 +f 7460/7464/42430 6159/7553/42431 6153/7554/42432 +f 7460/7464/42433 6153/7554/42434 6143/7555/42435 +f 6143/7555/42436 6153/7554/42437 6147/7556/42438 +f 6143/7555/42439 6147/7556/42440 6145/7557/42441 +f 6165/7552/42442 6163/7558/42443 6159/7553/42444 +f 6159/7553/42445 6163/7558/42446 6161/7559/42447 +f 6159/7553/42448 6157/7560/42449 6153/7554/42450 +f 6153/7554/42451 6157/7560/42452 6155/7561/42453 +f 6151/7562/42454 6149/7563/42455 6153/7554/42456 +f 6153/7554/42457 6149/7563/42458 6147/7556/42459 +f 7460/7464/42460 6143/7555/42461 6137/7564/42462 +f 6137/7564/42463 6143/7555/42464 6141/7565/42465 +f 6137/7564/42466 6141/7565/42467 6139/7566/42468 +f 7460/7464/42469 6137/7564/42470 6131/7567/42471 +f 6131/7567/42472 6137/7564/42473 6135/7568/42474 +f 6131/7567/42475 6135/7568/42476 6133/7569/42477 +f 6129/7570/42478 6127/7571/42479 6131/7567/42480 +f 6131/7567/42481 6127/7571/42482 6125/7572/42483 +f 6131/7567/42484 6125/7572/42485 6121/7573/42486 +f 6121/7573/42487 6125/7572/42488 6123/7574/42489 +f 6119/7575/42490 6115/7576/42491 6121/7573/42492 +f 6121/7573/42493 6115/7576/42494 7460/7464/42495 +f 6121/7573/42496 7460/7464/42497 6131/7567/42498 +f 6119/7575/42499 6117/7577/42500 6115/7576/42501 +f 7460/7464/42502 6115/7576/42503 6109/7578/42504 +f 6109/7578/42505 6115/7576/42506 6113/7579/42507 +f 6109/7578/42508 6113/7579/42509 6111/7580/42510 +f 6109/7578/42511 6107/7581/42512 6105/7582/42513 +f 6109/7578/42514 6105/7582/42515 7460/7464/42516 +f 7460/7464/42517 6105/7582/42518 6103/7583/42519 +f 7460/7464/42520 6103/7583/42521 6101/7584/42522 +f 6101/7584/42523 6099/7585/42524 7460/7464/42525 +f 7460/7464/42526 6099/7585/42527 7453/7457/42528 +f 7453/7457/42529 6099/7585/42530 6097/7586/42531 +f 7453/7457/42532 6097/7586/42533 6095/7587/42534 +f 7453/7457/42535 6095/7587/42536 6089/7588/42537 +f 6089/7588/42538 6095/7587/42539 6093/7589/42540 +f 6089/7588/42541 6093/7589/42542 6091/7590/42543 +f 6087/7591/42544 6085/7592/42545 6089/7588/42546 +f 6089/7588/42547 6085/7592/42548 6083/7593/42549 +f 6089/7588/42550 6083/7593/42551 7453/7457/42552 +f 7453/7457/42553 6083/7593/42554 6067/7594/42555 +f 7453/7457/42556 6067/7594/42557 6061/7595/42558 +f 6061/7595/42559 6067/7594/42560 6063/7596/42561 +f 6063/7596/42562 6067/7594/42563 6065/7597/42564 +f 6081/7598/42565 6079/7599/42566 6083/7593/42567 +f 6083/7593/42568 6079/7599/42569 6077/7600/42570 +f 6083/7593/42571 6077/7600/42572 6073/7601/42573 +f 6073/7601/42574 6077/7600/42575 6075/7602/42576 +f 6071/7603/42577 6069/7604/42578 6073/7601/42579 +f 6073/7601/42580 6069/7604/42581 6067/7594/42582 +f 6073/7601/42583 6067/7594/42584 6083/7593/42585 +f 6059/7605/42586 6057/7606/42587 6061/7595/42588 +f 6061/7595/42589 6057/7606/42590 6051/7607/42591 +f 6061/7595/42592 6051/7607/42593 7453/7457/42594 +f 7453/7457/42595 6051/7607/42596 6045/7608/42597 +f 7453/7457/42598 6045/7608/42599 6039/7609/42600 +f 6039/7609/42601 6045/7608/42602 6041/7610/42603 +f 6041/7610/42604 6045/7608/42605 6043/7611/42606 +f 6057/7606/42607 6055/7612/42608 6051/7607/42609 +f 6051/7607/42610 6055/7612/42611 6053/7613/42612 +f 6049/7614/42613 6047/7615/42614 6051/7607/42615 +f 6051/7607/42616 6047/7615/42617 6045/7608/42618 +f 6037/7616/42619 6035/7617/42620 6039/7609/42621 +f 6039/7609/42622 6035/7617/42623 6029/7618/42624 +f 6039/7609/42625 6029/7618/42626 7453/7457/42627 +f 7453/7457/42628 6029/7618/42629 6023/7619/42630 +f 7453/7457/42631 6023/7619/42632 6017/7620/42633 +f 6017/7620/42634 6023/7619/42635 6019/7621/42636 +f 6019/7621/42637 6023/7619/42638 6021/7622/42639 +f 6035/7617/42640 6033/7623/42641 6029/7618/42642 +f 6029/7618/42643 6033/7623/42644 6031/7624/42645 +f 6027/7625/42646 6025/7626/42647 6029/7618/42648 +f 6029/7618/42649 6025/7626/42650 6023/7619/42651 +f 6015/7627/42652 6013/7628/42653 6017/7620/42654 +f 6017/7620/42655 6013/7628/42656 6007/7629/42657 +f 6017/7620/42658 6007/7629/42659 7453/7457/42660 +f 7453/7457/42661 6007/7629/42662 6001/7630/42663 +f 7453/7457/42664 6001/7630/42665 6953/7631/42666 +f 6953/7631/42667 6001/7630/42668 6955/7632/42669 +f 6955/7632/42670 6001/7630/42671 5999/7633/42672 +f 6955/7632/42673 5999/7633/42674 5997/7634/42675 +f 6013/7628/42676 6011/7635/42677 6007/7629/42678 +f 6007/7629/42679 6011/7635/42680 6009/7636/42681 +f 6005/7637/42682 6003/7638/42683 6007/7629/42684 +f 6007/7629/42685 6003/7638/42686 6001/7630/42687 +f 5997/7634/42688 5995/7639/42689 6955/7632/42690 +f 6955/7632/42691 5995/7639/42692 5993/7640/42693 +f 6955/7632/42694 5993/7640/42695 5989/7641/42696 +f 5989/7641/42697 5993/7640/42698 5991/7642/42699 +f 5989/7641/42700 5987/7643/42701 6955/7632/42702 +f 6955/7632/42703 5987/7643/42704 6957/7644/42705 +f 6957/7644/42706 5987/7643/42707 6959/7645/42708 +f 6959/7645/42709 5987/7643/42710 6961/7646/42711 +f 6961/7646/42712 5987/7643/42713 6965/7647/42714 +f 6961/7646/42715 6965/7647/42716 6963/7648/42717 +f 5985/7649/42718 6981/7650/42719 5987/7643/42720 +f 5987/7643/42721 6981/7650/42722 6979/7651/42723 +f 5987/7643/42724 6979/7651/42725 6977/7652/42726 +f 6981/7650/42727 5985/7649/42728 6983/7653/42729 +f 6983/7653/42730 5985/7649/42731 5983/7654/42732 +f 6983/7653/42733 5983/7654/42734 6985/7655/42735 +f 6985/7655/42736 5983/7654/42737 5981/7656/42738 +f 6985/7655/42739 5981/7656/42740 5979/7657/42741 +f 6985/7655/42742 5979/7657/42743 6987/7658/42744 +f 6987/7658/42745 5979/7657/42746 5977/7659/42747 +f 6987/7658/42748 5977/7659/42749 6989/7660/42750 +f 6989/7660/42751 5977/7659/42752 5975/7661/42753 +f 6989/7660/42754 5975/7661/42755 6991/7662/42756 +f 6991/7662/42757 5975/7661/42758 5973/7663/42759 +f 6991/7662/42760 5973/7663/42761 6993/7664/42762 +f 6993/7664/42763 5973/7663/42764 5971/7665/42765 +f 6993/7664/42766 5971/7665/42767 6995/7666/42768 +f 6995/7666/42769 5971/7665/42770 5969/7667/42771 +f 6995/7666/42772 5969/7667/42773 6997/7668/42774 +f 6997/7668/42775 5969/7667/42776 5967/7669/42777 +f 6997/7668/42778 5967/7669/42779 6999/7670/42780 +f 6999/7670/42781 5967/7669/42782 5965/7671/42783 +f 6999/7670/42784 5965/7671/42785 7001/7672/42786 +f 7001/7672/42787 5965/7671/42788 5963/7673/42789 +f 7001/7672/42790 5963/7673/42791 7003/7674/42792 +f 7003/7674/42793 5963/7673/42794 5961/7675/42795 +f 7003/7674/42796 5961/7675/42797 7005/7676/42798 +f 7005/7676/42799 5961/7675/42800 5959/7677/42801 +f 7005/7676/42802 5959/7677/42803 7007/7678/42804 +f 7007/7678/42805 5959/7677/42806 5957/7679/42807 +f 7007/7678/42808 5957/7679/42809 7009/7680/42810 +f 7009/7680/42811 5957/7679/42812 5955/7681/42813 +f 7009/7680/42814 5955/7681/42815 7011/7682/42816 +f 7011/7682/42817 5955/7681/42818 5953/7683/42819 +f 7011/7682/42820 5953/7683/42821 7013/7684/42822 +f 7013/7684/42823 5953/7683/42824 5951/7685/42825 +f 7013/7684/42826 5951/7685/42827 7015/7686/42828 +f 7015/7686/42829 5951/7685/42830 5949/7687/42831 +f 7015/7686/42832 5949/7687/42833 7017/7688/42834 +f 7017/7688/42835 5949/7687/42836 5947/7689/42837 +f 7017/7688/42838 5947/7689/42839 7019/7690/42840 +f 7019/7690/42841 5947/7689/42842 5945/7691/42843 +f 7019/7690/42844 5945/7691/42845 7021/7692/42846 +f 7021/7692/42847 5945/7691/42848 5943/7693/42849 +f 7021/7692/42850 5943/7693/42851 7023/7694/42852 +f 7023/7694/42853 5943/7693/42854 7025/7695/42855 +f 7025/7695/42856 5943/7693/42857 5941/7696/42858 +f 7025/7695/42859 5941/7696/42860 7027/7697/42861 +f 7027/7697/42862 5941/7696/42863 5939/7698/42864 +f 7027/7697/42865 5939/7698/42866 7029/7699/42867 +f 7029/7699/42868 5939/7698/42869 7031/7700/42870 +f 7031/7700/42871 5939/7698/42872 5937/7701/42873 +f 7031/7700/42874 5937/7701/42875 7033/7702/42876 +f 7033/7702/42877 5937/7701/42878 5935/7703/42879 +f 7033/7702/42880 5935/7703/42881 5933/7704/42882 +f 5931/7705/42883 7037/7706/42884 5933/7704/42885 +f 5933/7704/42886 7037/7706/42887 7035/7707/42888 +f 5933/7704/42889 7035/7707/42890 7033/7702/42891 +f 5931/7705/42892 5929/7708/42893 7037/7706/42894 +f 7037/7706/42895 5929/7708/42896 7039/7709/42897 +f 7039/7709/42898 5929/7708/42899 5927/7710/42900 +f 7039/7709/42901 5927/7710/42902 7041/7711/42903 +f 7041/7711/42904 5927/7710/42905 7043/7712/42906 +f 7043/7712/42907 5927/7710/42908 5925/7713/42909 +f 7043/7712/42910 5925/7713/42911 7045/7714/42912 +f 7045/7714/42913 5925/7713/42914 5923/7715/42915 +f 7045/7714/42916 5923/7715/42917 7047/7716/42918 +f 7047/7716/42919 5923/7715/42920 5921/7717/42921 +f 7047/7716/42922 5921/7717/42923 5919/7718/42924 +f 7047/7716/42925 5919/7718/42926 7049/7719/42927 +f 7049/7719/42928 5919/7718/42929 5917/7720/42930 +f 7049/7719/42931 5917/7720/42932 7051/7721/42933 +f 7051/7721/42934 5917/7720/42935 7053/7722/42936 +f 7053/7722/42937 5917/7720/42938 5915/7723/42939 +f 7053/7722/42940 5915/7723/42941 7055/7724/42942 +f 7055/7724/42943 5915/7723/42944 5913/7725/42945 +f 7055/7724/42946 5913/7725/42947 5911/7726/42948 +f 5909/7727/42949 7059/7728/42950 5911/7726/42951 +f 5911/7726/42952 7059/7728/42953 7057/7729/42954 +f 5911/7726/42955 7057/7729/42956 7055/7724/42957 +f 7059/7728/42958 5909/7727/42959 7061/7730/42960 +f 7061/7730/42961 5909/7727/42962 5907/7731/42963 +f 7061/7730/42964 5907/7731/42965 5905/7732/42966 +f 5903/7733/42967 7065/7734/42968 5905/7732/42969 +f 5905/7732/42970 7065/7734/42971 7063/7735/42972 +f 5905/7732/42973 7063/7735/42974 7061/7730/42975 +f 5903/7733/42976 5901/7736/42977 7065/7734/42978 +f 7065/7734/42979 5901/7736/42980 7067/7737/42981 +f 7067/7737/42982 5901/7736/42983 7069/7738/42984 +f 7069/7738/42985 5901/7736/42986 5899/7739/42987 +f 7069/7738/42988 5899/7739/42989 7071/7740/42990 +f 7071/7740/42991 5899/7739/42992 5897/7741/42993 +f 7071/7740/42994 5897/7741/42995 7073/7742/42996 +f 7073/7742/42997 5897/7741/42998 6477/7743/42999 +f 7073/7742/43000 6477/7743/43001 6475/7744/43002 +f 5895/7745/43003 5893/7746/43004 5897/7741/43005 +f 5897/7741/43006 5893/7746/43007 5891/7747/43008 +f 5897/7741/43009 5891/7747/43010 6637/7748/43011 +f 6637/7748/43012 5891/7747/43013 5881/7749/43014 +f 6637/7748/43015 5881/7749/43016 5875/7750/43017 +f 5875/7750/43018 5881/7749/43019 5877/7751/43020 +f 5877/7751/43021 5881/7749/43022 5879/7752/43023 +f 5889/7753/43024 5887/7754/43025 5891/7747/43026 +f 5891/7747/43027 5887/7754/43028 5885/7755/43029 +f 5891/7747/43030 5885/7755/43031 5881/7749/43032 +f 5881/7749/43033 5885/7755/43034 5883/7756/43035 +f 5873/7757/43036 5871/7758/43037 5875/7750/43038 +f 5875/7750/43039 5871/7758/43040 5869/7759/43041 +f 5875/7750/43042 5869/7759/43043 6637/7748/43044 +f 6637/7748/43045 5869/7759/43046 5859/7760/43047 +f 6637/7748/43048 5859/7760/43049 5845/7761/43050 +f 5845/7761/43051 5859/7760/43052 5853/7762/43053 +f 5845/7761/43054 5853/7762/43055 5847/7763/43056 +f 5847/7763/43057 5853/7762/43058 5849/7764/43059 +f 5849/7764/43060 5853/7762/43061 5851/7765/43062 +f 5867/7766/43063 5865/7767/43064 5869/7759/43065 +f 5869/7759/43066 5865/7767/43067 5859/7760/43068 +f 5865/7767/43069 5863/7768/43070 5859/7760/43071 +f 5859/7760/43072 5863/7768/43073 5861/7769/43074 +f 5857/7770/43075 5855/7771/43076 5859/7760/43077 +f 5859/7760/43078 5855/7771/43079 5853/7762/43080 +f 5845/7761/43081 5843/7772/43082 6637/7748/43083 +f 6637/7748/43084 5843/7772/43085 6639/7773/43086 +f 6639/7773/43087 5843/7772/43088 6641/7774/43089 +f 6641/7774/43090 5843/7772/43091 6645/7775/43092 +f 6641/7774/43093 6645/7775/43094 6643/7776/43095 +f 5841/7777/43096 6679/7778/43097 5843/7772/43098 +f 5843/7772/43099 6679/7778/43100 6677/7779/43101 +f 5843/7772/43102 6677/7779/43103 6675/7780/43104 +f 5841/7777/43105 5839/7781/43106 6679/7778/43107 +f 6679/7778/43108 5839/7781/43109 6681/7782/43110 +f 6681/7782/43111 5839/7781/43112 6259/7783/43113 +f 6259/7783/43114 5839/7781/43115 5837/7784/43116 +f 6259/7783/43117 5837/7784/43118 5835/7785/43119 +f 6259/7783/43120 5835/7785/43121 6260/7786/43122 +f 6260/7786/43123 5835/7785/43124 5833/7787/43125 +f 6260/7786/43126 5833/7787/43127 5831/7788/43128 +f 6260/7786/43129 5831/7788/43130 6263/7789/43131 +f 6263/7789/43132 5831/7788/43133 5829/7790/43134 +f 6263/7789/43135 5829/7790/43136 5827/7791/43137 +f 5827/7791/43138 5825/7792/43139 6263/7789/43140 +f 6263/7789/43141 5825/7792/43142 5823/7793/43143 +f 6263/7789/43144 5823/7793/43145 5821/7794/43146 +f 5821/7794/43147 5819/7795/43148 6263/7789/43149 +f 6263/7789/43150 5819/7795/43151 5817/7796/43152 +f 6263/7789/43153 5817/7796/43154 5813/7797/43155 +f 5813/7797/43156 5817/7796/43157 5815/7798/43158 +f 5813/7797/43159 5811/7799/43160 6263/7789/43161 +f 6263/7789/43162 5811/7799/43163 5809/7800/43164 +f 6263/7789/43165 5809/7800/43166 5807/7801/43167 +f 5805/7802/43168 5803/7803/43169 5807/7801/43170 +f 5807/7801/43171 5803/7803/43172 6263/7789/43173 +f 5803/7803/43174 5801/7804/43175 6263/7789/43176 +f 6263/7789/43177 5801/7804/43178 5797/7805/43179 +f 6263/7789/43180 5797/7805/43181 5795/7806/43182 +f 5801/7804/43183 5799/7807/43184 5797/7805/43185 +f 5793/7808/43186 5791/7809/43187 5795/7806/43188 +f 5795/7806/43189 5791/7809/43190 6263/7789/43191 +f 6263/7789/43192 5791/7809/43193 5785/7810/43194 +f 5785/7810/43195 5791/7809/43196 5789/7811/43197 +f 5785/7810/43198 5789/7811/43199 5787/7812/43200 +f 5783/7813/43201 5781/7814/43202 5785/7810/43203 +f 5785/7810/43204 5781/7814/43205 6263/7789/43206 +f 5781/7814/43207 5779/7815/43208 6263/7789/43209 +f 6263/7789/43210 5779/7815/43211 5775/7816/43212 +f 6263/7789/43213 5775/7816/43214 5769/7817/43215 +f 5769/7817/43216 5775/7816/43217 5773/7818/43218 +f 5769/7817/43219 5773/7818/43220 5771/7819/43221 +f 5779/7815/43222 5777/7820/43223 5775/7816/43224 +f 6263/7789/43225 5769/7817/43226 5763/7821/43227 +f 5763/7821/43228 5769/7817/43229 5767/7822/43230 +f 5763/7821/43231 5767/7822/43232 5765/7823/43233 +f 5761/7824/43234 5759/7825/43235 5763/7821/43236 +f 5763/7821/43237 5759/7825/43238 6263/7789/43239 +f 6263/7789/43240 5759/7825/43241 6265/7826/43242 +f 6265/7826/43243 5759/7825/43244 5757/7827/43245 +f 6265/7826/43246 5757/7827/43247 5753/7828/43248 +f 5753/7828/43249 5757/7827/43250 5755/7829/43251 +f 6265/7826/43252 5753/7828/43253 5747/7830/43254 +f 5747/7830/43255 5753/7828/43256 5751/7831/43257 +f 5747/7830/43258 5751/7831/43259 5749/7832/43260 +f 5745/7833/43261 5743/7834/43262 5747/7830/43263 +f 5747/7830/43264 5743/7834/43265 5741/7835/43266 +f 5747/7830/43267 5741/7835/43268 6265/7826/43269 +f 6265/7826/43270 5741/7835/43271 5739/7836/43272 +f 6265/7826/43273 5739/7836/43274 5737/7837/43275 +f 5737/7837/43276 5735/7838/43277 6265/7826/43278 +f 6265/7826/43279 5735/7838/43280 7439/7839/43281 +f 6265/7826/43282 7439/7839/43283 6267/7840/43284 +f 6267/7840/43285 7439/7839/43286 6271/7841/43287 +f 6267/7840/43288 6271/7841/43289 6269/7842/43290 +f 7439/7839/43291 5735/7838/43292 7441/7843/43293 +f 7441/7843/43294 5735/7838/43295 5733/7844/43296 +f 7441/7843/43297 5733/7844/43298 7103/7845/43299 +f 7103/7845/43300 5733/7844/43301 5730/7506/43302 +f 7103/7845/43303 5730/7506/43304 7104/7846/43305 +f 7104/7846/43306 5730/7506/43307 7460/7464/43308 +f 7104/7846/43309 7460/7464/43310 7447/7447/43311 +f 7447/7447/43312 7460/7464/43313 7484/7488/43314 +f 7447/7447/43315 7484/7488/43316 7449/7449/43317 +f 7449/7449/43318 7484/7488/43319 7500/7847/43320 +f 7449/7449/43321 7500/7847/43322 7443/7443/43323 +f 7443/7443/43324 7500/7847/43325 7444/7444/43326 +f 7444/7444/43327 7500/7847/43328 7453/7457/43329 +f 7444/7444/43330 7453/7457/43331 6895/7848/43332 +f 6895/7848/43333 7453/7457/43334 6897/7849/43335 +f 6897/7849/43336 7453/7457/43337 6899/7850/43338 +f 6899/7850/43339 7453/7457/43340 6903/7851/43341 +f 6899/7850/43342 6903/7851/43343 6901/7852/43344 +f 6675/7780/43345 6673/7853/43346 5843/7772/43347 +f 5843/7772/43348 6673/7853/43349 6671/7854/43350 +f 5843/7772/43351 6671/7854/43352 6669/7855/43353 +f 6669/7855/43354 6667/7856/43355 5843/7772/43356 +f 5843/7772/43357 6667/7856/43358 6665/7857/43359 +f 5843/7772/43360 6665/7857/43361 6663/7858/43362 +f 6663/7858/43363 6661/7859/43364 5843/7772/43365 +f 5843/7772/43366 6661/7859/43367 6659/7860/43368 +f 5843/7772/43369 6659/7860/43370 6657/7861/43371 +f 6657/7861/43372 6655/7862/43373 5843/7772/43374 +f 5843/7772/43375 6655/7862/43376 6653/7863/43377 +f 5843/7772/43378 6653/7863/43379 6651/7864/43380 +f 6649/7865/43381 6647/7866/43382 6651/7864/43383 +f 6651/7864/43384 6647/7866/43385 5843/7772/43386 +f 6647/7866/43387 6645/7775/43388 5843/7772/43389 +f 6635/7867/43390 6633/7868/43391 6637/7748/43392 +f 6637/7748/43393 6633/7868/43394 6631/7869/43395 +f 6637/7748/43396 6631/7869/43397 6535/7870/43398 +f 6535/7870/43399 6631/7869/43400 6537/7871/43401 +f 6537/7871/43402 6631/7869/43403 6539/7872/43404 +f 6539/7872/43405 6631/7869/43406 6545/7873/43407 +f 6539/7872/43408 6545/7873/43409 6543/7874/43410 +f 6629/7875/43411 6627/7876/43412 6631/7869/43413 +f 6631/7869/43414 6627/7876/43415 6625/7877/43416 +f 6631/7869/43417 6625/7877/43418 6545/7873/43419 +f 6545/7873/43420 6625/7877/43421 6621/7878/43422 +f 6545/7873/43423 6621/7878/43424 6615/7879/43425 +f 6615/7879/43426 6621/7878/43427 6619/7880/43428 +f 6615/7879/43429 6619/7880/43430 6617/7881/43431 +f 6625/7877/43432 6623/7882/43433 6621/7878/43434 +f 6613/7883/43435 6611/7884/43436 6615/7879/43437 +f 6615/7879/43438 6611/7884/43439 6609/7885/43440 +f 6615/7879/43441 6609/7885/43442 6551/7886/43443 +f 6551/7886/43444 6609/7885/43445 6555/7887/43446 +f 6551/7886/43447 6555/7887/43448 6553/7888/43449 +f 6607/7889/43450 6605/7890/43451 6609/7885/43452 +f 6609/7885/43453 6605/7890/43454 6559/7891/43455 +f 6609/7885/43456 6559/7891/43457 6557/7892/43458 +f 6605/7890/43459 6603/7893/43460 6559/7891/43461 +f 6559/7891/43462 6603/7893/43463 6565/7894/43464 +f 6559/7891/43465 6565/7894/43466 6563/7895/43467 +f 6601/7896/43468 6599/7897/43469 6603/7893/43470 +f 6603/7893/43471 6599/7897/43472 6565/7894/43473 +f 6597/7898/43474 6595/7899/43475 6599/7897/43476 +f 6599/7897/43477 6595/7899/43478 6593/7900/43479 +f 6599/7897/43480 6593/7900/43481 6565/7894/43482 +f 6565/7894/43483 6593/7900/43484 6569/7901/43485 +f 6565/7894/43486 6569/7901/43487 6567/7902/43488 +f 6591/7903/43489 6589/7904/43490 6593/7900/43491 +f 6593/7900/43492 6589/7904/43493 6575/7905/43494 +f 6593/7900/43495 6575/7905/43496 6571/7906/43497 +f 6571/7906/43498 6575/7905/43499 6573/7907/43500 +f 6589/7904/43501 6587/7908/43502 6575/7905/43503 +f 6575/7905/43504 6587/7908/43505 6577/7909/43506 +f 6577/7909/43507 6587/7908/43508 6581/7910/43509 +f 6577/7909/43510 6581/7910/43511 6579/7911/43512 +f 6587/7908/43513 6585/7912/43514 6581/7910/43515 +f 6581/7910/43516 6585/7912/43517 6583/7913/43518 +f 6571/7906/43519 6569/7901/43520 6593/7900/43521 +f 6563/7895/43522 6561/7914/43523 6559/7891/43524 +f 6557/7892/43525 6555/7887/43526 6609/7885/43527 +f 6615/7879/43528 6551/7886/43529 6545/7873/43530 +f 6545/7873/43531 6551/7886/43532 6549/7915/43533 +f 6545/7873/43534 6549/7915/43535 6547/7916/43536 +f 6543/7874/43537 6541/7917/43538 6539/7872/43539 +f 6637/7748/43540 6535/7870/43541 5897/7741/43542 +f 5897/7741/43543 6535/7870/43544 6533/7918/43545 +f 5897/7741/43546 6533/7918/43547 6529/7919/43548 +f 6529/7919/43549 6533/7918/43550 6531/7920/43551 +f 5897/7741/43552 6529/7919/43553 6523/7921/43554 +f 6523/7921/43555 6529/7919/43556 6527/7922/43557 +f 6523/7921/43558 6527/7922/43559 6525/7923/43560 +f 6521/7924/43561 6519/7925/43562 6523/7921/43563 +f 6523/7921/43564 6519/7925/43565 6517/7926/43566 +f 6523/7921/43567 6517/7926/43568 5897/7741/43569 +f 5897/7741/43570 6517/7926/43571 6513/7927/43572 +f 5897/7741/43573 6513/7927/43574 6511/7928/43575 +f 6517/7926/43576 6515/7929/43577 6513/7927/43578 +f 6509/7930/43579 6507/7931/43580 6511/7928/43581 +f 6511/7928/43582 6507/7931/43583 5897/7741/43584 +f 6505/7932/43585 6503/7933/43586 6507/7931/43587 +f 6507/7931/43588 6503/7933/43589 6501/7934/43590 +f 6507/7931/43591 6501/7934/43592 5897/7741/43593 +f 5897/7741/43594 6501/7934/43595 6495/7935/43596 +f 5897/7741/43597 6495/7935/43598 6491/7936/43599 +f 6491/7936/43600 6495/7935/43601 6493/7937/43602 +f 6499/7938/43603 6497/7939/43604 6501/7934/43605 +f 6501/7934/43606 6497/7939/43607 6495/7935/43608 +f 6491/7936/43609 6489/7940/43610 5897/7741/43611 +f 5897/7741/43612 6489/7940/43613 6485/7941/43614 +f 5897/7741/43615 6485/7941/43616 6479/7942/43617 +f 6479/7942/43618 6485/7941/43619 6481/7943/43620 +f 6481/7943/43621 6485/7941/43622 6483/7944/43623 +f 6489/7940/43624 6487/7945/43625 6485/7941/43626 +f 6479/7942/43627 6477/7743/43628 5897/7741/43629 +f 7073/7742/43630 6475/7744/43631 6469/7946/43632 +f 6469/7946/43633 6475/7744/43634 6473/7947/43635 +f 6469/7946/43636 6473/7947/43637 6471/7948/43638 +f 7073/7742/43639 6469/7946/43640 6463/7949/43641 +f 6463/7949/43642 6469/7946/43643 6467/7950/43644 +f 6463/7949/43645 6467/7950/43646 6465/7951/43647 +f 6463/7949/43648 6461/7952/43649 7073/7742/43650 +f 6461/7952/43651 6459/7953/43652 7073/7742/43653 +f 7073/7742/43654 6459/7953/43655 6455/7954/43656 +f 7073/7742/43657 6455/7954/43658 6449/7955/43659 +f 6449/7955/43660 6455/7954/43661 6453/7956/43662 +f 6449/7955/43663 6453/7956/43664 6451/7957/43665 +f 6459/7953/43666 6457/7958/43667 6455/7954/43668 +f 6447/7959/43669 6445/7960/43670 6449/7955/43671 +f 6449/7955/43672 6445/7960/43673 6443/7961/43674 +f 6449/7955/43675 6443/7961/43676 7073/7742/43677 +f 7073/7742/43678 6443/7961/43679 6439/7962/43680 +f 7073/7742/43681 6439/7962/43682 6433/7963/43683 +f 6433/7963/43684 6439/7962/43685 6437/7964/43686 +f 6433/7963/43687 6437/7964/43688 6435/7965/43689 +f 6443/7961/43690 6441/7966/43691 6439/7962/43692 +f 6433/7963/43693 6431/7967/43694 7073/7742/43695 +f 7073/7742/43696 6431/7967/43697 6429/7968/43698 +f 7073/7742/43699 6429/7968/43700 6427/7969/43701 +f 6425/7970/43702 7331/7971/43703 6427/7969/43704 +f 6427/7969/43705 7331/7971/43706 6684/7972/43707 +f 6427/7969/43708 6684/7972/43709 6683/7973/43710 +f 6423/7974/43711 6421/7975/43712 6425/7970/43713 +f 6425/7970/43714 6421/7975/43715 6325/7976/43716 +f 6425/7970/43717 6325/7976/43718 6323/7977/43719 +f 6325/7976/43720 6421/7975/43721 6415/7978/43722 +f 6415/7978/43723 6421/7975/43724 6419/7979/43725 +f 6415/7978/43726 6419/7979/43727 6417/7980/43728 +f 6413/7981/43729 6411/7982/43730 6415/7978/43731 +f 6415/7978/43732 6411/7982/43733 6409/7983/43734 +f 6415/7978/43735 6409/7983/43736 6327/7984/43737 +f 6327/7984/43738 6409/7983/43739 6331/7985/43740 +f 6327/7984/43741 6331/7985/43742 6329/7986/43743 +f 6407/7987/43744 6405/7988/43745 6409/7983/43746 +f 6409/7983/43747 6405/7988/43748 6403/7989/43749 +f 6409/7983/43750 6403/7989/43751 6337/7990/43752 +f 6337/7990/43753 6403/7989/43754 6399/7991/43755 +f 6337/7990/43756 6399/7991/43757 6343/7992/43758 +f 6343/7992/43759 6399/7991/43760 6393/7993/43761 +f 6343/7992/43762 6393/7993/43763 6347/7994/43764 +f 6347/7994/43765 6393/7993/43766 6349/7995/43767 +f 6349/7995/43768 6393/7993/43769 6353/7996/43770 +f 6349/7995/43771 6353/7996/43772 6351/7997/43773 +f 6403/7989/43774 6401/7998/43775 6399/7991/43776 +f 6397/7999/43777 6395/8000/43778 6399/7991/43779 +f 6399/7991/43780 6395/8000/43781 6393/7993/43782 +f 6391/8001/43783 6389/8002/43784 6393/7993/43785 +f 6393/7993/43786 6389/8002/43787 6387/8003/43788 +f 6393/7993/43789 6387/8003/43790 6353/7996/43791 +f 6353/7996/43792 6387/8003/43793 6383/8004/43794 +f 6353/7996/43795 6383/8004/43796 6359/8005/43797 +f 6359/8005/43798 6383/8004/43799 6381/8006/43800 +f 6359/8005/43801 6381/8006/43802 6377/8007/43803 +f 6377/8007/43804 6381/8006/43805 6379/8008/43806 +f 6387/8003/43807 6385/8009/43808 6383/8004/43809 +f 6375/8010/43810 6365/8011/43811 6377/8007/43812 +f 6377/8007/43813 6365/8011/43814 6363/8012/43815 +f 6377/8007/43816 6363/8012/43817 6359/8005/43818 +f 6359/8005/43819 6363/8012/43820 6361/8013/43821 +f 6375/8010/43822 6373/8014/43823 6365/8011/43824 +f 6365/8011/43825 6373/8014/43826 6371/8015/43827 +f 6365/8011/43828 6371/8015/43829 6367/8016/43830 +f 6367/8016/43831 6371/8015/43832 6369/8017/43833 +f 6359/8005/43834 6357/8018/43835 6353/7996/43836 +f 6353/7996/43837 6357/8018/43838 6355/8019/43839 +f 6347/7994/43840 6345/8020/43841 6343/7992/43842 +f 6343/7992/43843 6341/8021/43844 6337/7990/43845 +f 6337/7990/43846 6341/8021/43847 6339/8022/43848 +f 6409/7983/43849 6337/7990/43850 6331/7985/43851 +f 6331/7985/43852 6337/7990/43853 6335/8023/43854 +f 6331/7985/43855 6335/8023/43856 6333/8024/43857 +f 6327/7984/43858 6325/7976/43859 6415/7978/43860 +f 6425/7970/43861 6323/7977/43862 7333/8025/43863 +f 7333/8025/43864 6323/7977/43865 6321/8026/43866 +f 7333/8025/43867 6321/8026/43868 6319/8027/43869 +f 6319/8027/43870 6317/8028/43871 7333/8025/43872 +f 7333/8025/43873 6317/8028/43874 6315/8029/43875 +f 7333/8025/43876 6315/8029/43877 6309/8030/43878 +f 6309/8030/43879 6315/8029/43880 6311/8031/43881 +f 6311/8031/43882 6315/8029/43883 6313/8032/43884 +f 6307/8033/43885 6305/8034/43886 6309/8030/43887 +f 6309/8030/43888 6305/8034/43889 7333/8025/43890 +f 6303/8035/43891 6301/8036/43892 6305/8034/43893 +f 6305/8034/43894 6301/8036/43895 6299/8037/43896 +f 6305/8034/43897 6299/8037/43898 7333/8025/43899 +f 7333/8025/43900 6299/8037/43901 6293/8038/43902 +f 7333/8025/43903 6293/8038/43904 6289/8039/43905 +f 6289/8039/43906 6293/8038/43907 6291/8040/43908 +f 6297/8041/43909 6295/8042/43910 6299/8037/43911 +f 6299/8037/43912 6295/8042/43913 6293/8038/43914 +f 6287/8043/43915 7353/8044/43916 6289/8039/43917 +f 6289/8039/43918 7353/8044/43919 7347/8045/43920 +f 6289/8039/43921 7347/8045/43922 7343/8046/43923 +f 7343/8046/43924 7347/8045/43925 7345/8047/43926 +f 6285/8048/43927 6283/8049/43928 6287/8043/43929 +f 6287/8043/43930 6283/8049/43931 7353/8044/43932 +f 6283/8049/43933 6281/8050/43934 7353/8044/43935 +f 7353/8044/43936 6281/8050/43937 6279/8051/43938 +f 7353/8044/43939 6279/8051/43940 6277/8052/43941 +f 6277/8052/43942 6275/8053/43943 7353/8044/43944 +f 7353/8044/43945 6275/8053/43946 7357/8054/43947 +f 7353/8044/43948 7357/8054/43949 7355/8055/43950 +f 6273/8056/43951 7439/7839/43952 6275/8053/43953 +f 6275/8053/43954 7439/7839/43955 7437/8057/43956 +f 6275/8053/43957 7437/8057/43958 7435/8058/43959 +f 6273/8056/43960 6271/7841/43961 7439/7839/43962 +f 7101/8059/43963 7099/8060/43964 6683/7973/43965 +f 6683/7973/43966 7099/8060/43967 6427/7969/43968 +f 6427/7969/43969 7099/8060/43970 7093/8061/43971 +f 7093/8061/43972 7099/8060/43973 7097/8062/43974 +f 7093/8061/43975 7097/8062/43976 7095/8063/43977 +f 6427/7969/43978 7093/8061/43979 7087/8064/43980 +f 7087/8064/43981 7093/8061/43982 7091/8065/43983 +f 7087/8064/43984 7091/8065/43985 7089/8066/43986 +f 7085/8067/43987 7083/8068/43988 7087/8064/43989 +f 7087/8064/43990 7083/8068/43991 6427/7969/43992 +f 6427/7969/43993 7083/8068/43994 7077/8069/43995 +f 7077/8069/43996 7083/8068/43997 7081/8070/43998 +f 7077/8069/43999 7081/8070/44000 7079/8071/44001 +f 7075/8072/44002 7073/7742/44003 7077/8069/44004 +f 7077/8069/44005 7073/7742/44006 6427/7969/44007 +f 6977/7652/44008 6975/8073/44009 5987/7643/44010 +f 5987/7643/44011 6975/8073/44012 6973/8074/44013 +f 5987/7643/44014 6973/8074/44015 6971/8075/44016 +f 6971/8075/44017 6969/8076/44018 5987/7643/44019 +f 5987/7643/44020 6969/8076/44021 6967/8077/44022 +f 5987/7643/44023 6967/8077/44024 6965/7647/44025 +f 6951/8078/44026 6949/8079/44027 6953/7631/44028 +f 6953/7631/44029 6949/8079/44030 6947/8080/44031 +f 6953/7631/44032 6947/8080/44033 7453/7457/44034 +f 7453/7457/44035 6947/8080/44036 6937/8081/44037 +f 7453/7457/44038 6937/8081/44039 6931/8082/44040 +f 6931/8082/44041 6937/8081/44042 6933/8083/44043 +f 6933/8083/44044 6937/8081/44045 6935/8084/44046 +f 6945/8085/44047 6943/8086/44048 6947/8080/44049 +f 6947/8080/44050 6943/8086/44051 6937/8081/44052 +f 6943/8086/44053 6941/8087/44054 6937/8081/44055 +f 6937/8081/44056 6941/8087/44057 6939/8088/44058 +f 6929/8089/44059 6927/8090/44060 6931/8082/44061 +f 6931/8082/44062 6927/8090/44063 6925/8091/44064 +f 6931/8082/44065 6925/8091/44066 7453/7457/44067 +f 7453/7457/44068 6925/8091/44069 6921/8092/44070 +f 7453/7457/44071 6921/8092/44072 6915/8093/44073 +f 6915/8093/44074 6921/8092/44075 6919/8094/44076 +f 6915/8093/44077 6919/8094/44078 6917/8095/44079 +f 6925/8091/44080 6923/8096/44081 6921/8092/44082 +f 6913/8097/44083 6911/8098/44084 6915/8093/44085 +f 6915/8093/44086 6911/8098/44087 6909/8099/44088 +f 6915/8093/44089 6909/8099/44090 7453/7457/44091 +f 7453/7457/44092 6909/8099/44093 6903/7851/44094 +f 6907/8100/44095 6905/8101/44096 6909/8099/44097 +f 6909/8099/44098 6905/8101/44099 6903/7851/44100 +f 6895/7848/44101 6893/8102/44102 7444/7444/44103 +f 7444/7444/44104 6893/8102/44105 6883/8103/44106 +f 7444/7444/44107 6883/8103/44108 6877/8104/44109 +f 6877/8104/44110 6883/8103/44111 6881/8105/44112 +f 6877/8104/44113 6881/8105/44114 6879/8106/44115 +f 6891/8107/44116 6889/8108/44117 6893/8102/44118 +f 6893/8102/44119 6889/8108/44120 6883/8103/44121 +f 6889/8108/44122 6887/8109/44123 6883/8103/44124 +f 6883/8103/44125 6887/8109/44126 6885/8110/44127 +f 6875/8111/44128 6873/8112/44129 6877/8104/44130 +f 6877/8104/44131 6873/8112/44132 6871/8113/44133 +f 6877/8104/44134 6871/8113/44135 6867/8114/44136 +f 6867/8114/44137 6871/8113/44138 6869/8115/44139 +f 6865/8116/44140 6861/8117/44141 6867/8114/44142 +f 6867/8114/44143 6861/8117/44144 7444/7444/44145 +f 6867/8114/44146 7444/7444/44147 6877/8104/44148 +f 6865/8116/44149 6863/8118/44150 6861/8117/44151 +f 7444/7444/44152 6861/8117/44153 6855/8119/44154 +f 6855/8119/44155 6861/8117/44156 6859/8120/44157 +f 6855/8119/44158 6859/8120/44159 6857/8121/44160 +f 6853/8122/44161 6851/8123/44162 6855/8119/44163 +f 6855/8119/44164 6851/8123/44165 6849/8124/44166 +f 6855/8119/44167 6849/8124/44168 6845/8125/44169 +f 6845/8125/44170 6849/8124/44171 6847/8126/44172 +f 6843/8127/44173 6839/8128/44174 6845/8125/44175 +f 6845/8125/44176 6839/8128/44177 7444/7444/44178 +f 6845/8125/44179 7444/7444/44180 6855/8119/44181 +f 6843/8127/44182 6841/8129/44183 6839/8128/44184 +f 7444/7444/44185 6839/8128/44186 6833/8130/44187 +f 6833/8130/44188 6839/8128/44189 6837/8131/44190 +f 6833/8130/44191 6837/8131/44192 6835/8132/44193 +f 6833/8130/44194 6831/8133/44195 6825/8134/44196 +f 6833/8130/44197 6825/8134/44198 7444/7444/44199 +f 7444/7444/44200 6825/8134/44201 6819/8135/44202 +f 7444/7444/44203 6819/8135/44204 6813/8136/44205 +f 6813/8136/44206 6819/8135/44207 6815/8137/44208 +f 6815/8137/44209 6819/8135/44210 6817/8138/44211 +f 6831/8133/44212 6829/8139/44213 6825/8134/44214 +f 6825/8134/44215 6829/8139/44216 6827/8140/44217 +f 6825/8134/44218 6823/8141/44219 6819/8135/44220 +f 6819/8135/44221 6823/8141/44222 6821/8142/44223 +f 6811/8143/44224 6809/8144/44225 6813/8136/44226 +f 6813/8136/44227 6809/8144/44228 7444/7444/44229 +f 7444/7444/44230 6809/8144/44231 6803/8145/44232 +f 6803/8145/44233 6809/8144/44234 6807/8146/44235 +f 6803/8145/44236 6807/8146/44237 6805/8147/44238 +f 7444/7444/44239 6803/8145/44240 6797/8148/44241 +f 6797/8148/44242 6803/8145/44243 6801/8149/44244 +f 6797/8148/44245 6801/8149/44246 6799/8150/44247 +f 6795/8151/44248 6793/8152/44249 6797/8148/44250 +f 6797/8148/44251 6793/8152/44252 6791/8153/44253 +f 6797/8148/44254 6791/8153/44255 6787/8154/44256 +f 6787/8154/44257 6791/8153/44258 6789/8155/44259 +f 6785/8156/44260 6781/8157/44261 6787/8154/44262 +f 6787/8154/44263 6781/8157/44264 7444/7444/44265 +f 6787/8154/44266 7444/7444/44267 6797/8148/44268 +f 6785/8156/44269 6783/8158/44270 6781/8157/44271 +f 7444/7444/44272 6781/8157/44273 6775/8159/44274 +f 6775/8159/44275 6781/8157/44276 6779/8160/44277 +f 6775/8159/44278 6779/8160/44279 6777/8161/44280 +f 6773/8162/44281 6771/8163/44282 6775/8159/44283 +f 6775/8159/44284 6771/8163/44285 6769/8164/44286 +f 6775/8159/44287 6769/8164/44288 6765/8165/44289 +f 6765/8165/44290 6769/8164/44291 6767/8166/44292 +f 6763/8167/44293 6759/8168/44294 6765/8165/44295 +f 6765/8165/44296 6759/8168/44297 7444/7444/44298 +f 6765/8165/44299 7444/7444/44300 6775/8159/44301 +f 6763/8167/44302 6761/8169/44303 6759/8168/44304 +f 7444/7444/44305 6759/8168/44306 6753/8170/44307 +f 6753/8170/44308 6759/8168/44309 6757/8171/44310 +f 6753/8170/44311 6757/8171/44312 6755/8172/44313 +f 6751/8173/44314 6749/8174/44315 6753/8170/44316 +f 6753/8170/44317 6749/8174/44318 7444/7444/44319 +f 6749/8174/44320 6747/8175/44321 7444/7444/44322 +f 7444/7444/44323 6747/8175/44324 7271/8176/44325 +f 7444/7444/44326 7271/8176/44327 7269/8177/44328 +f 6747/8175/44329 6745/8178/44330 7271/8176/44331 +f 7271/8176/44332 6745/8178/44333 6743/8179/44334 +f 7271/8176/44335 6743/8179/44336 7273/8180/44337 +f 7273/8180/44338 6743/8179/44339 7275/8181/44340 +f 7275/8181/44341 6743/8179/44342 7277/8182/44343 +f 7277/8182/44344 6743/8179/44345 7279/8183/44346 +f 7279/8183/44347 6743/8179/44348 7283/8184/44349 +f 7279/8183/44350 7283/8184/44351 7281/8185/44352 +f 6743/8179/44353 6741/8186/44354 7283/8184/44355 +f 7283/8184/44356 6741/8186/44357 6737/8187/44358 +f 7283/8184/44359 6737/8187/44360 6735/8188/44361 +f 6741/8186/44362 6739/8189/44363 6737/8187/44364 +f 6735/8188/44365 6733/8190/44366 7283/8184/44367 +f 7283/8184/44368 6733/8190/44369 6731/8191/44370 +f 7283/8184/44371 6731/8191/44372 6729/8192/44373 +f 6729/8192/44374 6727/8193/44375 7283/8184/44376 +f 7283/8184/44377 6727/8193/44378 6725/8194/44379 +f 7283/8184/44380 6725/8194/44381 6723/8195/44382 +f 6723/8195/44383 6721/8196/44384 7283/8184/44385 +f 7283/8184/44386 6721/8196/44387 6719/8197/44388 +f 7283/8184/44389 6719/8197/44390 7285/8198/44391 +f 7285/8198/44392 6719/8197/44393 6717/8199/44394 +f 7285/8198/44395 6717/8199/44396 7287/8200/44397 +f 7287/8200/44398 6717/8199/44399 6715/8201/44400 +f 7287/8200/44401 6715/8201/44402 7289/8202/44403 +f 7289/8202/44404 6715/8201/44405 6713/8203/44406 +f 7289/8202/44407 6713/8203/44408 7291/8204/44409 +f 7291/8204/44410 6713/8203/44411 6711/8205/44412 +f 7291/8204/44413 6711/8205/44414 7293/8206/44415 +f 7293/8206/44416 6711/8205/44417 6709/8207/44418 +f 7293/8206/44419 6709/8207/44420 7295/8208/44421 +f 7295/8208/44422 6709/8207/44423 6707/8209/44424 +f 7295/8208/44425 6707/8209/44426 7297/8210/44427 +f 7297/8210/44428 6707/8209/44429 6705/8211/44430 +f 7297/8210/44431 6705/8211/44432 7299/8212/44433 +f 7299/8212/44434 6705/8211/44435 6703/8213/44436 +f 7299/8212/44437 6703/8213/44438 7301/8214/44439 +f 7301/8214/44440 6703/8213/44441 6701/8215/44442 +f 7301/8214/44443 6701/8215/44444 7303/8216/44445 +f 7303/8216/44446 6701/8215/44447 6699/8217/44448 +f 7303/8216/44449 6699/8217/44450 7305/8218/44451 +f 7305/8218/44452 6699/8217/44453 6697/8219/44454 +f 7305/8218/44455 6697/8219/44456 7307/8220/44457 +f 7307/8220/44458 6697/8219/44459 7309/8221/44460 +f 7309/8221/44461 6697/8219/44462 7311/8222/44463 +f 7311/8222/44464 6697/8219/44465 7313/8223/44466 +f 7313/8223/44467 6697/8219/44468 7315/8224/44469 +f 7315/8224/44470 6697/8219/44471 7317/8225/44472 +f 7317/8225/44473 6697/8219/44474 7319/8226/44475 +f 7319/8226/44476 6697/8219/44477 7321/8227/44478 +f 7321/8227/44479 6697/8219/44480 7323/8228/44481 +f 7323/8228/44482 6697/8219/44483 7327/8229/44484 +f 7323/8228/44485 7327/8229/44486 7325/8230/44487 +f 6697/8219/44488 6695/8231/44489 7331/7971/44490 +f 6697/8219/44491 7331/7971/44492 7329/8232/44493 +f 6695/8231/44494 6693/8233/44495 7331/7971/44496 +f 7331/7971/44497 6693/8233/44498 6691/8234/44499 +f 7331/7971/44500 6691/8234/44501 6689/8235/44502 +f 6689/8235/44503 6687/8236/44504 7331/7971/44505 +f 7331/7971/44506 6687/8236/44507 6684/7972/44508 +f 6275/8053/44509 7435/8058/44510 7429/8237/44511 +f 7429/8237/44512 7435/8058/44513 7433/8238/44514 +f 7429/8237/44515 7433/8238/44516 7431/8239/44517 +f 7427/8240/44518 7425/8241/44519 7429/8237/44520 +f 7429/8237/44521 7425/8241/44522 7423/8242/44523 +f 7429/8237/44524 7423/8242/44525 6275/8053/44526 +f 6275/8053/44527 7423/8242/44528 7417/8243/44529 +f 6275/8053/44530 7417/8243/44531 7413/8244/44532 +f 7413/8244/44533 7417/8243/44534 7415/8245/44535 +f 7421/8246/44536 7419/8247/44537 7423/8242/44538 +f 7423/8242/44539 7419/8247/44540 7417/8243/44541 +f 7411/8248/44542 7409/8249/44543 7413/8244/44544 +f 7413/8244/44545 7409/8249/44546 7407/8250/44547 +f 7413/8244/44548 7407/8250/44549 6275/8053/44550 +f 6275/8053/44551 7407/8250/44552 7401/8251/44553 +f 6275/8053/44554 7401/8251/44555 7397/8252/44556 +f 7397/8252/44557 7401/8251/44558 7399/8253/44559 +f 7405/8254/44560 7403/8255/44561 7407/8250/44562 +f 7407/8250/44563 7403/8255/44564 7401/8251/44565 +f 7397/8252/44566 7395/8256/44567 6275/8053/44568 +f 6275/8053/44569 7395/8256/44570 7391/8257/44571 +f 6275/8053/44572 7391/8257/44573 7385/8258/44574 +f 7385/8258/44575 7391/8257/44576 7387/8259/44577 +f 7387/8259/44578 7391/8257/44579 7389/8260/44580 +f 7395/8256/44581 7393/8261/44582 7391/8257/44583 +f 7383/8262/44584 7381/8263/44585 7385/8258/44586 +f 7385/8258/44587 7381/8263/44588 7379/8264/44589 +f 7385/8258/44590 7379/8264/44591 6275/8053/44592 +f 6275/8053/44593 7379/8264/44594 7375/8265/44595 +f 6275/8053/44596 7375/8265/44597 7369/8266/44598 +f 7369/8266/44599 7375/8265/44600 7373/8267/44601 +f 7369/8266/44602 7373/8267/44603 7371/8268/44604 +f 7379/8264/44605 7377/8269/44606 7375/8265/44607 +f 7367/8270/44608 7365/8271/44609 7369/8266/44610 +f 7369/8266/44611 7365/8271/44612 7363/8272/44613 +f 7369/8266/44614 7363/8272/44615 6275/8053/44616 +f 6275/8053/44617 7363/8272/44618 7359/8273/44619 +f 6275/8053/44620 7359/8273/44621 7357/8054/44622 +f 7363/8272/44623 7361/8274/44624 7359/8273/44625 +f 7351/8275/44626 7349/8276/44627 7353/8044/44628 +f 7353/8044/44629 7349/8276/44630 7347/8045/44631 +f 7343/8046/44632 7341/8277/44633 6289/8039/44634 +f 6289/8039/44635 7341/8277/44636 7337/8278/44637 +f 6289/8039/44638 7337/8278/44639 7335/8279/44640 +f 7341/8277/44641 7339/8280/44642 7337/8278/44643 +f 7335/8279/44644 7333/8025/44645 6289/8039/44646 +f 7333/8025/44647 7331/7971/44648 6425/7970/44649 +f 7329/8232/44650 7327/8229/44651 6697/8219/44652 +f 7269/8177/44653 7267/8281/44654 7444/7444/44655 +f 7444/7444/44656 7267/8281/44657 7265/8282/44658 +f 7444/7444/44659 7265/8282/44660 7447/7447/44661 +f 7447/7447/44662 7265/8282/44663 7263/8283/44664 +f 7447/7447/44665 7263/8283/44666 7261/8284/44667 +f 7447/7447/44668 7261/8284/44669 7257/8285/44670 +f 7257/8285/44671 7261/8284/44672 7259/8286/44673 +f 7255/8287/44674 7253/8288/44675 7257/8285/44676 +f 7257/8285/44677 7253/8288/44678 7251/8289/44679 +f 7257/8285/44680 7251/8289/44681 7447/7447/44682 +f 7447/7447/44683 7251/8289/44684 7245/8290/44685 +f 7447/7447/44686 7245/8290/44687 7235/8291/44688 +f 7235/8291/44689 7245/8290/44690 7241/8292/44691 +f 7235/8291/44692 7241/8292/44693 7239/8293/44694 +f 7249/8294/44695 7247/8295/44696 7251/8289/44697 +f 7251/8289/44698 7247/8295/44699 7245/8290/44700 +f 7245/8290/44701 7243/8296/44702 7241/8292/44703 +f 7239/8293/44704 7237/8297/44705 7235/8291/44706 +f 7233/8298/44707 7231/8299/44708 7235/8291/44709 +f 7235/8291/44710 7231/8299/44711 7229/8300/44712 +f 7235/8291/44713 7229/8300/44714 7447/7447/44715 +f 7447/7447/44716 7229/8300/44717 7223/8301/44718 +f 7447/7447/44719 7223/8301/44720 7213/8302/44721 +f 7213/8302/44722 7223/8301/44723 7219/8303/44724 +f 7213/8302/44725 7219/8303/44726 7217/8304/44727 +f 7227/8305/44728 7225/8306/44729 7229/8300/44730 +f 7229/8300/44731 7225/8306/44732 7223/8301/44733 +f 7223/8301/44734 7221/8307/44735 7219/8303/44736 +f 7217/8304/44737 7215/8308/44738 7213/8302/44739 +f 7211/8309/44740 7209/8310/44741 7213/8302/44742 +f 7213/8302/44743 7209/8310/44744 7207/8311/44745 +f 7213/8302/44746 7207/8311/44747 7447/7447/44748 +f 7447/7447/44749 7207/8311/44750 7197/8312/44751 +f 7447/7447/44752 7197/8312/44753 7191/8313/44754 +f 7191/8313/44755 7197/8312/44756 7193/8314/44757 +f 7193/8314/44758 7197/8312/44759 7195/8315/44760 +f 7205/8316/44761 7203/8317/44762 7207/8311/44763 +f 7207/8311/44764 7203/8317/44765 7201/8318/44766 +f 7207/8311/44767 7201/8318/44768 7197/8312/44769 +f 7197/8312/44770 7201/8318/44771 7199/8319/44772 +f 7189/8320/44773 7187/8321/44774 7191/8313/44775 +f 7191/8313/44776 7187/8321/44777 7185/8322/44778 +f 7191/8313/44779 7185/8322/44780 7447/7447/44781 +f 7447/7447/44782 7185/8322/44783 7175/8323/44784 +f 7447/7447/44785 7175/8323/44786 7169/8324/44787 +f 7169/8324/44788 7175/8323/44789 7171/8325/44790 +f 7171/8325/44791 7175/8323/44792 7173/8326/44793 +f 7183/8327/44794 7181/8328/44795 7185/8322/44796 +f 7185/8322/44797 7181/8328/44798 7175/8323/44799 +f 7181/8328/44800 7179/8329/44801 7175/8323/44802 +f 7175/8323/44803 7179/8329/44804 7177/8330/44805 +f 7167/8331/44806 7165/8332/44807 7169/8324/44808 +f 7169/8324/44809 7165/8332/44810 7163/8333/44811 +f 7169/8324/44812 7163/8333/44813 7447/7447/44814 +f 7447/7447/44815 7163/8333/44816 7153/8334/44817 +f 7447/7447/44818 7153/8334/44819 7147/8335/44820 +f 7147/8335/44821 7153/8334/44822 7149/8336/44823 +f 7149/8336/44824 7153/8334/44825 7151/8337/44826 +f 7161/8338/44827 7159/8339/44828 7163/8333/44829 +f 7163/8333/44830 7159/8339/44831 7153/8334/44832 +f 7159/8339/44833 7157/8340/44834 7153/8334/44835 +f 7153/8334/44836 7157/8340/44837 7155/8341/44838 +f 7145/8342/44839 7143/8343/44840 7147/8335/44841 +f 7147/8335/44842 7143/8343/44843 7141/8344/44844 +f 7147/8335/44845 7141/8344/44846 7447/7447/44847 +f 7447/7447/44848 7141/8344/44849 7137/8345/44850 +f 7447/7447/44851 7137/8345/44852 7131/8346/44853 +f 7131/8346/44854 7137/8345/44855 7135/8347/44856 +f 7131/8346/44857 7135/8347/44858 7133/8348/44859 +f 7141/8344/44860 7139/8349/44861 7137/8345/44862 +f 7129/8350/44863 7127/8351/44864 7131/8346/44865 +f 7131/8346/44866 7127/8351/44867 7125/8352/44868 +f 7131/8346/44869 7125/8352/44870 7447/7447/44871 +f 7447/7447/44872 7125/8352/44873 7117/8353/44874 +f 7447/7447/44875 7117/8353/44876 7111/8354/44877 +f 7111/8354/44878 7117/8353/44879 7113/8355/44880 +f 7113/8355/44881 7117/8353/44882 7115/8356/44883 +f 7123/8357/44884 7121/8358/44885 7125/8352/44886 +f 7125/8352/44887 7121/8358/44888 7117/8353/44889 +f 7121/8358/44890 7119/8359/44891 7117/8353/44892 +f 7447/7447/44893 7111/8354/44894 7104/7846/44895 +f 7104/7846/44896 7111/8354/44897 7109/8360/44898 +f 7104/7846/44899 7109/8360/44900 7107/8361/44901 +f 7500/7847/44902 7501/8362/44903 7453/7457/44904 +f 7453/7457/44905 7501/8362/44906 7502/8363/44907 +f 7453/7457/44908 7502/8363/44909 7503/8364/44910 +f 7503/8364/44911 7502/8363/44912 7504/8365/44913 +f 7503/8364/44914 7504/8365/44915 7505/8366/44916 +f 7505/8366/44917 7504/8365/44918 7506/8367/44919 +f 7505/8366/44920 7506/8367/44921 7507/8368/44922 +f 7507/8368/44923 7506/8367/44924 7452/7456/44925 +f 7507/8368/44926 7452/7456/44927 7457/7461/44928 +f 7508/8369/44929 7509/8370/44930 7500/7847/44931 +f 7500/7847/44932 7509/8370/44933 7510/8371/44934 +f 7500/7847/44935 7510/8371/44936 7511/8372/44937 +f 7511/8372/44938 7510/8371/44939 7512/8373/44940 +f 7511/8372/44941 7512/8373/44942 7513/8374/44943 +f 7513/8374/44944 7512/8373/44945 7514/8375/44946 +f 7513/8374/44947 7514/8375/44948 7515/8376/44949 +f 7515/8376/44950 7514/8375/44951 7464/7468/44952 +f 7515/8376/44953 7464/7468/44954 7452/7456/44955 +f 7509/8370/44956 7508/8369/44957 7516/8377/44958 +f 7516/8377/44959 7508/8369/44960 7517/8378/44961 +f 7516/8377/44962 7517/8378/44963 7518/8379/44964 +f 7518/8379/44965 7517/8378/44966 7519/8380/44967 +f 7518/8379/44968 7519/8380/44969 7464/7468/44970 +f 7507/8368/44971 7457/7461/44972 7520/8381/44973 +f 7520/8381/44974 7457/7461/44975 7456/7460/44976 +f 7520/8381/44977 7456/7460/44978 7521/8382/44979 +f 7521/8382/44980 7456/7460/44981 7451/7455/44982 +f 7521/8382/44983 7451/7455/44984 7453/7457/44985 +f 7510/8371/44986 7509/8370/44987 7522/8383/44988 +f 7522/8383/44989 7509/8370/44990 7516/8377/44991 +f 7522/8383/44992 7516/8377/44993 7523/8384/44994 +f 7523/8384/44995 7516/8377/44996 7518/8379/44997 +f 7523/8384/44998 7518/8379/44999 7464/7468/45000 +f 7501/8362/45001 7500/7847/45002 7524/8385/45003 +f 7524/8385/45004 7500/7847/45005 7511/8372/45006 +f 7524/8385/45007 7511/8372/45008 7513/8374/45009 +f 7501/8362/45010 7524/8385/45011 7525/8386/45012 +f 7525/8386/45013 7524/8385/45014 7513/8374/45015 +f 7525/8386/45016 7513/8374/45017 7515/8376/45018 +f 7502/8363/45019 7501/8362/45020 7526/8387/45021 +f 7526/8387/45022 7501/8362/45023 7525/8386/45024 +f 7526/8387/45025 7525/8386/45026 7527/8388/45027 +f 7527/8388/45028 7525/8386/45029 7515/8376/45030 +f 7527/8388/45031 7515/8376/45032 7452/7456/45033 +f 7521/8382/45034 7453/7457/45035 7528/8389/45036 +f 7528/8389/45037 7453/7457/45038 7503/8364/45039 +f 7528/8389/45040 7503/8364/45041 7505/8366/45042 +f 7520/8381/45043 7521/8382/45044 7528/8389/45045 +f 7520/8381/45046 7528/8389/45047 7505/8366/45048 +f 7510/8371/45049 7522/8383/45050 7512/8373/45051 +f 7512/8373/45052 7522/8383/45053 7529/8390/45054 +f 7512/8373/45055 7529/8390/45056 7514/8375/45057 +f 7514/8375/45058 7529/8390/45059 7464/7468/45060 +f 7529/8390/45061 7522/8383/45062 7523/8384/45063 +f 7502/8363/45064 7526/8387/45065 7504/8365/45066 +f 7504/8365/45067 7526/8387/45068 7530/8391/45069 +f 7504/8365/45070 7530/8391/45071 7506/8367/45072 +f 7506/8367/45073 7530/8391/45074 7452/7456/45075 +f 7530/8391/45076 7526/8387/45077 7527/8388/45078 +f 7507/8368/45079 7520/8381/45080 7505/8366/45081 +f 7464/7468/45082 7529/8390/45083 7523/8384/45084 +f 7452/7456/45085 7530/8391/45086 7527/8388/45087 +f 7519/8380/45088 7517/8378/45089 7464/7468/45090 +f 7464/7468/45091 7517/8378/45092 7508/8369/45093 +f 7464/7468/45094 7508/8369/45095 7500/7847/45096 +f 7484/7488/45097 7466/7470/45098 7500/7847/45099 +f 7500/7847/45100 7466/7470/45101 7465/7469/45102 +f 7500/7847/45103 7465/7469/45104 7464/7468/45105 +f 7488/7492/45106 7486/7490/45107 7484/7488/45108 +f 7484/7488/45109 7486/7490/45110 7476/7480/45111 +f 7484/7488/45112 7476/7480/45113 7468/7472/45114 +f 7467/7471/45115 7466/7470/45116 7468/7472/45117 +f 7468/7472/45118 7466/7470/45119 7484/7488/45120 +f 7531/8392/45121 7532/8393/45122 7533/8394/45123 +f 7533/8394/45124 7532/8393/45125 7534/8395/45126 +f 7534/8395/45127 7532/8393/45128 7535/8396/45129 +f 7534/8395/45130 7535/8396/45131 7536/8397/45132 +f 7537/8398/45133 7538/8399/45134 7532/8393/45135 +f 7532/8393/45136 7538/8399/45137 7539/8400/45138 +f 7532/8393/45139 7539/8400/45140 7535/8396/45141 +f 7536/8397/45142 7540/8401/45143 7534/8395/45144 +f 7534/8395/45145 7540/8401/45146 7541/8402/45147 +f 7542/8403/45148 7543/8404/45149 7544/8405/45150 +f 7544/8405/45151 7543/8404/45152 7545/8406/45153 +f 7544/8405/45154 7545/8406/45155 7546/8407/45156 +f 7546/8407/45157 7545/8406/45158 7547/8408/45159 +f 7547/8408/45160 7545/8406/45161 7548/8409/45162 +f 7548/8409/45163 7545/8406/45164 7549/8410/45165 +f 7546/8407/45166 7550/8411/45167 7544/8405/45168 +f 7544/8405/45169 7550/8411/45170 7551/8412/45171 +f 7544/8405/45172 7551/8412/45173 7552/8413/45174 +f 7553/8414/45175 7554/8415/45176 7555/8416/45177 +f 7555/8416/45178 7554/8415/45179 7556/8417/45180 +f 7555/8416/45181 7556/8417/45182 7557/8418/45183 +f 7557/8418/45184 7556/8417/45185 7558/8419/45186 +f 7558/8419/45187 7556/8417/45188 7559/8420/45189 +f 7559/8420/45190 7556/8417/45191 7560/8421/45192 +f 7557/8418/45193 7561/8422/45194 7555/8416/45195 +f 7555/8416/45196 7561/8422/45197 7562/8423/45198 +f 7555/8416/45199 7562/8423/45200 7563/8424/45201 +f 7564/8425/45202 7565/8426/45203 7566/8427/45204 +f 7566/8427/45205 7565/8426/45206 7567/8428/45207 +f 7568/8429/45208 7569/8430/45209 7570/8431/45210 +f 7570/8431/45211 7569/8430/45212 7571/8432/45213 +f 7570/8431/45214 7571/8432/45215 7572/8433/45216 +f 7572/8433/45217 7571/8432/45218 7573/8434/45219 +f 7573/8434/45220 7571/8432/45221 7574/8435/45222 +f 7574/8435/45223 7571/8432/45224 7575/8436/45225 +f 7572/8433/45226 7576/8437/45227 7570/8431/45228 +f 7570/8431/45229 7576/8437/45230 7577/8438/45231 +f 7570/8431/45232 7577/8438/45233 7578/8439/45234 +f 7579/8440/45235 7580/8441/45236 7581/8442/45237 +f 7581/8442/45238 7580/8441/45239 7582/8443/45240 +f 7581/8442/45241 7582/8443/45242 7583/8444/45243 +f 7583/8444/45244 7582/8443/45245 7584/8445/45246 +f 7584/8445/45247 7582/8443/45248 7585/8446/45249 +f 7585/8446/45250 7582/8443/45251 7586/8447/45252 +f 7583/8444/45253 7587/8448/45254 7581/8442/45255 +f 7581/8442/45256 7587/8448/45257 7588/8449/45258 +f 7581/8442/45259 7588/8449/45260 7589/8450/45261 +f 7590/8451/45262 7591/8452/45263 7592/8453/45264 +f 7592/8453/45265 7591/8452/45266 7593/8454/45267 +f 7592/8453/45268 7593/8454/45269 7594/8455/45270 +f 7594/8455/45271 7593/8454/45272 7595/8456/45273 +f 7595/8456/45274 7593/8454/45275 7596/8457/45276 +f 7596/8457/45277 7593/8454/45278 7597/8458/45279 +f 7594/8455/45280 7598/8459/45281 7592/8453/45282 +f 7592/8453/45283 7598/8459/45284 7599/8460/45285 +f 7592/8453/45286 7599/8460/45287 7600/8461/45288 +f 7601/8462/45289 7602/8463/45290 7603/8464/45291 +f 7603/8464/45292 7602/8463/45293 7604/8465/45294 +f 7603/8464/45295 7604/8465/45296 7605/8466/45297 +f 7605/8466/45298 7604/8465/45299 7606/8467/45300 +f 7606/8467/45301 7604/8465/45302 7607/8468/45303 +f 7607/8468/45304 7604/8465/45305 7608/8469/45306 +f 7605/8466/45307 7609/8470/45308 7603/8464/45309 +f 7603/8464/45310 7609/8470/45311 7610/8471/45312 +f 7603/8464/45313 7610/8471/45314 7611/8472/45315 +f 7612/8473/45316 7613/8474/45317 7614/8475/45318 +f 7614/8475/45319 7613/8474/45320 7615/8476/45321 +f 7615/8476/45322 7613/8474/45323 7616/8477/45324 +f 7615/8476/45325 7616/8477/45326 7617/8478/45327 +f 7618/8479/45328 7619/8480/45329 7613/8474/45330 +f 7613/8474/45331 7619/8480/45332 7620/8481/45333 +f 7613/8474/45334 7620/8481/45335 7616/8477/45336 +f 7617/8478/45337 7621/8482/45338 7615/8476/45339 +f 7615/8476/45340 7621/8482/45341 7622/8483/45342 +f 7623/8484/45343 7624/8485/45344 7625/8486/45345 +f 7625/8486/45346 7624/8485/45347 7626/8487/45348 +f 7593/8454/45349 7534/8395/45350 7597/8458/45351 +f 7597/8458/45352 7534/8395/45353 7541/8402/45354 +f 7597/8458/45355 7541/8402/45356 7596/8457/45357 +f 7596/8457/45358 7541/8402/45359 7540/8401/45360 +f 7598/8459/45361 7627/8488/45362 7599/8460/45363 +f 7599/8460/45364 7627/8488/45365 7628/8489/45366 +f 7599/8460/45367 7628/8489/45368 7629/8490/45369 +f 7629/8490/45370 7628/8489/45371 7630/8491/45372 +f 7629/8490/45373 7630/8491/45374 7631/8492/45375 +f 7631/8492/45376 7630/8491/45377 7632/8493/45378 +f 7631/8492/45379 7632/8493/45380 7633/8494/45381 +f 7633/8494/45382 7632/8493/45383 7596/8457/45384 +f 7633/8494/45385 7596/8457/45386 7634/8495/45387 +f 7634/8495/45388 7596/8457/45389 7635/8496/45390 +f 7634/8495/45391 7635/8496/45392 7636/8497/45393 +f 7636/8497/45394 7635/8496/45395 7637/8498/45396 +f 7636/8497/45397 7637/8498/45398 7638/8499/45399 +f 7638/8499/45400 7637/8498/45401 7639/8500/45402 +f 7638/8499/45403 7639/8500/45404 7599/8460/45405 +f 7599/8460/45406 7639/8500/45407 7640/8501/45408 +f 7599/8460/45409 7640/8501/45410 7641/8502/45411 +f 7641/8502/45412 7640/8501/45413 7642/8503/45414 +f 7641/8502/45415 7642/8503/45416 7643/8504/45417 +f 7643/8504/45418 7642/8503/45419 7644/8505/45420 +f 7643/8504/45421 7644/8505/45422 7645/8506/45423 +f 7645/8506/45424 7644/8505/45425 7596/8457/45426 +f 7645/8506/45427 7596/8457/45428 7646/8507/45429 +f 7646/8507/45430 7596/8457/45431 7647/8508/45432 +f 7646/8507/45433 7647/8508/45434 7648/8509/45435 +f 7648/8509/45436 7647/8508/45437 7649/8510/45438 +f 7648/8509/45439 7649/8510/45440 7650/8511/45441 +f 7650/8511/45442 7649/8510/45443 7651/8512/45444 +f 7650/8511/45445 7651/8512/45446 7599/8460/45447 +f 7599/8460/45448 7651/8512/45449 7652/8513/45450 +f 7599/8460/45451 7652/8513/45452 7653/8514/45453 +f 7653/8514/45454 7652/8513/45455 7654/8515/45456 +f 7653/8514/45457 7654/8515/45458 7655/8516/45459 +f 7655/8516/45460 7654/8515/45461 7656/8517/45462 +f 7655/8516/45463 7656/8517/45464 7657/8518/45465 +f 7657/8518/45466 7656/8517/45467 7540/8401/45468 +f 7657/8518/45469 7540/8401/45470 7658/8519/45471 +f 7658/8519/45472 7540/8401/45473 7659/8520/45474 +f 7658/8519/45475 7659/8520/45476 7660/8521/45477 +f 7660/8521/45478 7659/8520/45479 7661/8522/45480 +f 7660/8521/45481 7661/8522/45482 7662/8523/45483 +f 7662/8523/45484 7661/8522/45485 7663/8524/45486 +f 7662/8523/45487 7663/8524/45488 7538/8399/45489 +f 7538/8399/45490 7663/8524/45491 7664/8525/45492 +f 7538/8399/45493 7664/8525/45494 7665/8526/45495 +f 7665/8526/45496 7664/8525/45497 7666/8527/45498 +f 7665/8526/45499 7666/8527/45500 7667/8528/45501 +f 7667/8528/45502 7666/8527/45503 7668/8529/45504 +f 7667/8528/45505 7668/8529/45506 7669/8530/45507 +f 7669/8530/45508 7668/8529/45509 7540/8401/45510 +f 7669/8530/45511 7540/8401/45512 7670/8531/45513 +f 7670/8531/45514 7540/8401/45515 7671/8532/45516 +f 7670/8531/45517 7671/8532/45518 7672/8533/45519 +f 7672/8533/45520 7671/8532/45521 7673/8534/45522 +f 7672/8533/45523 7673/8534/45524 7674/8535/45525 +f 7674/8535/45526 7673/8534/45527 7675/8536/45528 +f 7674/8535/45529 7675/8536/45530 7538/8399/45531 +f 7538/8399/45532 7675/8536/45533 7676/8537/45534 +f 7538/8399/45535 7676/8537/45536 7677/8538/45537 +f 7677/8538/45538 7676/8537/45539 7678/8539/45540 +f 7677/8538/45541 7678/8539/45542 7679/8540/45543 +f 7679/8540/45544 7678/8539/45545 7680/8541/45546 +f 7679/8540/45547 7680/8541/45548 7536/8397/45549 +f 7536/8397/45550 7680/8541/45551 7540/8401/45552 +f 7540/8401/45553 7680/8541/45554 7681/8542/45555 +f 7540/8401/45556 7681/8542/45557 7682/8543/45558 +f 7682/8543/45559 7681/8542/45560 7683/8544/45561 +f 7682/8543/45562 7683/8544/45563 7673/8534/45564 +f 7673/8534/45565 7683/8544/45566 7675/8536/45567 +f 7627/8488/45568 7598/8459/45569 7684/8545/45570 +f 7684/8545/45571 7598/8459/45572 7594/8455/45573 +f 7684/8545/45574 7594/8455/45575 7685/8546/45576 +f 7685/8546/45577 7594/8455/45578 7595/8456/45579 +f 7685/8546/45580 7595/8456/45581 7596/8457/45582 +f 7647/8508/45583 7596/8457/45584 7686/8547/45585 +f 7686/8547/45586 7596/8457/45587 7540/8401/45588 +f 7686/8547/45589 7540/8401/45590 7687/8548/45591 +f 7687/8548/45592 7540/8401/45593 7656/8517/45594 +f 7687/8548/45595 7656/8517/45596 7654/8515/45597 +f 7536/8397/45598 7535/8396/45599 7679/8540/45600 +f 7679/8540/45601 7535/8396/45602 7688/8549/45603 +f 7679/8540/45604 7688/8549/45605 7677/8538/45606 +f 7677/8538/45607 7688/8549/45608 7538/8399/45609 +f 7535/8396/45610 7539/8400/45611 7688/8549/45612 +f 7688/8549/45613 7539/8400/45614 7538/8399/45615 +f 7599/8460/45616 7653/8514/45617 7538/8399/45618 +f 7538/8399/45619 7653/8514/45620 7689/8550/45621 +f 7538/8399/45622 7689/8550/45623 7690/8551/45624 +f 7690/8551/45625 7689/8550/45626 7691/8552/45627 +f 7690/8551/45628 7691/8552/45629 7660/8521/45630 +f 7660/8521/45631 7691/8552/45632 7658/8519/45633 +f 7628/8489/45634 7627/8488/45635 7692/8553/45636 +f 7692/8553/45637 7627/8488/45638 7684/8545/45639 +f 7692/8553/45640 7684/8545/45641 7693/8554/45642 +f 7693/8554/45643 7684/8545/45644 7685/8546/45645 +f 7693/8554/45646 7685/8546/45647 7596/8457/45648 +f 7629/8490/45649 7694/8555/45650 7599/8460/45651 +f 7599/8460/45652 7694/8555/45653 7695/8556/45654 +f 7599/8460/45655 7695/8556/45656 7638/8499/45657 +f 7638/8499/45658 7695/8556/45659 7636/8497/45660 +f 7629/8490/45661 7631/8492/45662 7694/8555/45663 +f 7694/8555/45664 7631/8492/45665 7696/8557/45666 +f 7694/8555/45667 7696/8557/45668 7695/8556/45669 +f 7695/8556/45670 7696/8557/45671 7636/8497/45672 +f 7640/8501/45673 7639/8500/45674 7697/8558/45675 +f 7697/8558/45676 7639/8500/45677 7637/8498/45678 +f 7697/8558/45679 7637/8498/45680 7698/8559/45681 +f 7698/8559/45682 7637/8498/45683 7635/8496/45684 +f 7698/8559/45685 7635/8496/45686 7596/8457/45687 +f 7641/8502/45688 7699/8560/45689 7599/8460/45690 +f 7599/8460/45691 7699/8560/45692 7700/8561/45693 +f 7599/8460/45694 7700/8561/45695 7650/8511/45696 +f 7650/8511/45697 7700/8561/45698 7648/8509/45699 +f 7641/8502/45700 7643/8504/45701 7699/8560/45702 +f 7699/8560/45703 7643/8504/45704 7701/8562/45705 +f 7699/8560/45706 7701/8562/45707 7700/8561/45708 +f 7700/8561/45709 7701/8562/45710 7648/8509/45711 +f 7652/8513/45712 7651/8512/45713 7702/8563/45714 +f 7702/8563/45715 7651/8512/45716 7649/8510/45717 +f 7702/8563/45718 7649/8510/45719 7686/8547/45720 +f 7686/8547/45721 7649/8510/45722 7647/8508/45723 +f 7662/8523/45724 7538/8399/45725 7690/8551/45726 +f 7691/8552/45727 7689/8550/45728 7655/8516/45729 +f 7655/8516/45730 7689/8550/45731 7653/8514/45732 +f 7660/8521/45733 7662/8523/45734 7690/8551/45735 +f 7664/8525/45736 7663/8524/45737 7703/8564/45738 +f 7703/8564/45739 7663/8524/45740 7661/8522/45741 +f 7703/8564/45742 7661/8522/45743 7704/8565/45744 +f 7704/8565/45745 7661/8522/45746 7659/8520/45747 +f 7704/8565/45748 7659/8520/45749 7540/8401/45750 +f 7665/8526/45751 7705/8566/45752 7538/8399/45753 +f 7538/8399/45754 7705/8566/45755 7706/8567/45756 +f 7538/8399/45757 7706/8567/45758 7674/8535/45759 +f 7674/8535/45760 7706/8567/45761 7672/8533/45762 +f 7665/8526/45763 7667/8528/45764 7705/8566/45765 +f 7705/8566/45766 7667/8528/45767 7707/8568/45768 +f 7705/8566/45769 7707/8568/45770 7706/8567/45771 +f 7706/8567/45772 7707/8568/45773 7672/8533/45774 +f 7678/8539/45775 7676/8537/45776 7683/8544/45777 +f 7683/8544/45778 7676/8537/45779 7675/8536/45780 +f 7628/8489/45781 7692/8553/45782 7630/8491/45783 +f 7630/8491/45784 7692/8553/45785 7708/8569/45786 +f 7630/8491/45787 7708/8569/45788 7632/8493/45789 +f 7632/8493/45790 7708/8569/45791 7596/8457/45792 +f 7708/8569/45793 7692/8553/45794 7693/8554/45795 +f 7634/8495/45796 7636/8497/45797 7696/8557/45798 +f 7634/8495/45799 7696/8557/45800 7633/8494/45801 +f 7633/8494/45802 7696/8557/45803 7631/8492/45804 +f 7640/8501/45805 7697/8558/45806 7642/8503/45807 +f 7642/8503/45808 7697/8558/45809 7709/8570/45810 +f 7642/8503/45811 7709/8570/45812 7644/8505/45813 +f 7644/8505/45814 7709/8570/45815 7596/8457/45816 +f 7709/8570/45817 7697/8558/45818 7698/8559/45819 +f 7646/8507/45820 7648/8509/45821 7701/8562/45822 +f 7646/8507/45823 7701/8562/45824 7645/8506/45825 +f 7645/8506/45826 7701/8562/45827 7643/8504/45828 +f 7687/8548/45829 7654/8515/45830 7702/8563/45831 +f 7702/8563/45832 7654/8515/45833 7652/8513/45834 +f 7687/8548/45835 7702/8563/45836 7686/8547/45837 +f 7658/8519/45838 7691/8552/45839 7657/8518/45840 +f 7657/8518/45841 7691/8552/45842 7655/8516/45843 +f 7664/8525/45844 7703/8564/45845 7666/8527/45846 +f 7666/8527/45847 7703/8564/45848 7710/8571/45849 +f 7666/8527/45850 7710/8571/45851 7668/8529/45852 +f 7668/8529/45853 7710/8571/45854 7540/8401/45855 +f 7710/8571/45856 7703/8564/45857 7704/8565/45858 +f 7670/8531/45859 7672/8533/45860 7707/8568/45861 +f 7670/8531/45862 7707/8568/45863 7669/8530/45864 +f 7669/8530/45865 7707/8568/45866 7667/8528/45867 +f 7682/8543/45868 7673/8534/45869 7671/8532/45870 +f 7680/8541/45871 7678/8539/45872 7681/8542/45873 +f 7681/8542/45874 7678/8539/45875 7683/8544/45876 +f 7596/8457/45877 7708/8569/45878 7693/8554/45879 +f 7596/8457/45880 7709/8570/45881 7698/8559/45882 +f 7540/8401/45883 7710/8571/45884 7704/8565/45885 +f 7540/8401/45886 7682/8543/45887 7671/8532/45888 +f 7599/8460/45889 7538/8399/45890 7600/8461/45891 +f 7600/8461/45892 7538/8399/45893 7537/8398/45894 +f 7600/8461/45895 7537/8398/45896 7592/8453/45897 +f 7592/8453/45898 7537/8398/45899 7532/8393/45900 +f 7592/8453/45901 7532/8393/45902 7590/8451/45903 +f 7590/8451/45904 7532/8393/45905 7531/8392/45906 +f 7624/8485/45907 7531/8392/45908 7564/8425/45909 +f 7564/8425/45910 7531/8392/45911 7533/8394/45912 +f 7564/8425/45913 7533/8394/45914 7565/8426/45915 +f 7565/8426/45916 7533/8394/45917 7591/8452/45918 +f 7565/8426/45919 7591/8452/45920 7623/8484/45921 +f 7623/8484/45922 7591/8452/45923 7624/8485/45924 +f 7624/8485/45925 7591/8452/45926 7590/8451/45927 +f 7624/8485/45928 7590/8451/45929 7531/8392/45930 +f 7602/8463/45931 7542/8403/45932 7604/8465/45933 +f 7604/8465/45934 7542/8403/45935 7544/8405/45936 +f 7604/8465/45937 7544/8405/45938 7608/8469/45939 +f 7608/8469/45940 7544/8405/45941 7552/8413/45942 +f 7608/8469/45943 7552/8413/45944 7607/8468/45945 +f 7607/8468/45946 7552/8413/45947 7551/8412/45948 +f 7609/8470/45949 7711/8572/45950 7610/8471/45951 +f 7610/8471/45952 7711/8572/45953 7712/8573/45954 +f 7610/8471/45955 7712/8573/45956 7713/8574/45957 +f 7713/8574/45958 7712/8573/45959 7714/8575/45960 +f 7713/8574/45961 7714/8575/45962 7715/8576/45963 +f 7715/8576/45964 7714/8575/45965 7716/8577/45966 +f 7715/8576/45967 7716/8577/45968 7717/8578/45969 +f 7717/8578/45970 7716/8577/45971 7607/8468/45972 +f 7717/8578/45973 7607/8468/45974 7718/8579/45975 +f 7718/8579/45976 7607/8468/45977 7719/8580/45978 +f 7718/8579/45979 7719/8580/45980 7720/8581/45981 +f 7720/8581/45982 7719/8580/45983 7721/8582/45984 +f 7720/8581/45985 7721/8582/45986 7722/8583/45987 +f 7722/8583/45988 7721/8582/45989 7723/8584/45990 +f 7722/8583/45991 7723/8584/45992 7610/8471/45993 +f 7610/8471/45994 7723/8584/45995 7724/8585/45996 +f 7610/8471/45997 7724/8585/45998 7725/8586/45999 +f 7725/8586/46000 7724/8585/46001 7726/8587/46002 +f 7725/8586/46003 7726/8587/46004 7727/8588/46005 +f 7727/8588/46006 7726/8587/46007 7728/8589/46008 +f 7727/8588/46009 7728/8589/46010 7729/8590/46011 +f 7729/8590/46012 7728/8589/46013 7607/8468/46014 +f 7729/8590/46015 7607/8468/46016 7730/8591/46017 +f 7730/8591/46018 7607/8468/46019 7731/8592/46020 +f 7730/8591/46021 7731/8592/46022 7732/8593/46023 +f 7732/8593/46024 7731/8592/46025 7733/8594/46026 +f 7732/8593/46027 7733/8594/46028 7734/8595/46029 +f 7734/8595/46030 7733/8594/46031 7735/8596/46032 +f 7734/8595/46033 7735/8596/46034 7610/8471/46035 +f 7610/8471/46036 7735/8596/46037 7736/8597/46038 +f 7610/8471/46039 7736/8597/46040 7737/8598/46041 +f 7737/8598/46042 7736/8597/46043 7738/8599/46044 +f 7737/8598/46045 7738/8599/46046 7739/8600/46047 +f 7739/8600/46048 7738/8599/46049 7740/8601/46050 +f 7739/8600/46051 7740/8601/46052 7741/8602/46053 +f 7741/8602/46054 7740/8601/46055 7551/8412/46056 +f 7741/8602/46057 7551/8412/46058 7742/8603/46059 +f 7742/8603/46060 7551/8412/46061 7743/8604/46062 +f 7742/8603/46063 7743/8604/46064 7744/8605/46065 +f 7744/8605/46066 7743/8604/46067 7745/8606/46068 +f 7744/8605/46069 7745/8606/46070 7746/8607/46071 +f 7746/8607/46072 7745/8606/46073 7747/8608/46074 +f 7746/8607/46075 7747/8608/46076 7548/8409/46077 +f 7548/8409/46078 7747/8608/46079 7748/8609/46080 +f 7548/8409/46081 7748/8609/46082 7749/8610/46083 +f 7749/8610/46084 7748/8609/46085 7750/8611/46086 +f 7749/8610/46087 7750/8611/46088 7751/8612/46089 +f 7751/8612/46090 7750/8611/46091 7752/8613/46092 +f 7751/8612/46093 7752/8613/46094 7753/8614/46095 +f 7753/8614/46096 7752/8613/46097 7551/8412/46098 +f 7753/8614/46099 7551/8412/46100 7754/8615/46101 +f 7754/8615/46102 7551/8412/46103 7755/8616/46104 +f 7754/8615/46105 7755/8616/46106 7756/8617/46107 +f 7756/8617/46108 7755/8616/46109 7757/8618/46110 +f 7756/8617/46111 7757/8618/46112 7758/8619/46113 +f 7758/8619/46114 7757/8618/46115 7759/8620/46116 +f 7758/8619/46117 7759/8620/46118 7548/8409/46119 +f 7548/8409/46120 7759/8620/46121 7760/8621/46122 +f 7548/8409/46123 7760/8621/46124 7761/8622/46125 +f 7761/8622/46126 7760/8621/46127 7762/8623/46128 +f 7761/8622/46129 7762/8623/46130 7763/8624/46131 +f 7763/8624/46132 7762/8623/46133 7764/8625/46134 +f 7763/8624/46135 7764/8625/46136 7550/8411/46137 +f 7550/8411/46138 7764/8625/46139 7551/8412/46140 +f 7551/8412/46141 7764/8625/46142 7765/8626/46143 +f 7551/8412/46144 7765/8626/46145 7766/8627/46146 +f 7766/8627/46147 7765/8626/46148 7767/8628/46149 +f 7766/8627/46150 7767/8628/46151 7757/8618/46152 +f 7757/8618/46153 7767/8628/46154 7759/8620/46155 +f 7711/8572/46156 7609/8470/46157 7768/8629/46158 +f 7768/8629/46159 7609/8470/46160 7605/8466/46161 +f 7768/8629/46162 7605/8466/46163 7769/8630/46164 +f 7769/8630/46165 7605/8466/46166 7606/8467/46167 +f 7769/8630/46168 7606/8467/46169 7607/8468/46170 +f 7731/8592/46171 7607/8468/46172 7770/8631/46173 +f 7770/8631/46174 7607/8468/46175 7551/8412/46176 +f 7770/8631/46177 7551/8412/46178 7771/8632/46179 +f 7771/8632/46180 7551/8412/46181 7740/8601/46182 +f 7771/8632/46183 7740/8601/46184 7738/8599/46185 +f 7550/8411/46186 7546/8407/46187 7763/8624/46188 +f 7763/8624/46189 7546/8407/46190 7772/8633/46191 +f 7763/8624/46192 7772/8633/46193 7761/8622/46194 +f 7761/8622/46195 7772/8633/46196 7548/8409/46197 +f 7546/8407/46198 7547/8408/46199 7772/8633/46200 +f 7772/8633/46201 7547/8408/46202 7548/8409/46203 +f 7610/8471/46204 7737/8598/46205 7548/8409/46206 +f 7548/8409/46207 7737/8598/46208 7773/8634/46209 +f 7548/8409/46210 7773/8634/46211 7774/8635/46212 +f 7774/8635/46213 7773/8634/46214 7775/8636/46215 +f 7774/8635/46216 7775/8636/46217 7744/8605/46218 +f 7744/8605/46219 7775/8636/46220 7742/8603/46221 +f 7712/8573/46222 7711/8572/46223 7776/8637/46224 +f 7776/8637/46225 7711/8572/46226 7768/8629/46227 +f 7776/8637/46228 7768/8629/46229 7777/8638/46230 +f 7777/8638/46231 7768/8629/46232 7769/8630/46233 +f 7777/8638/46234 7769/8630/46235 7607/8468/46236 +f 7713/8574/46237 7778/8639/46238 7610/8471/46239 +f 7610/8471/46240 7778/8639/46241 7779/8640/46242 +f 7610/8471/46243 7779/8640/46244 7722/8583/46245 +f 7722/8583/46246 7779/8640/46247 7720/8581/46248 +f 7713/8574/46249 7715/8576/46250 7778/8639/46251 +f 7778/8639/46252 7715/8576/46253 7780/8641/46254 +f 7778/8639/46255 7780/8641/46256 7779/8640/46257 +f 7779/8640/46258 7780/8641/46259 7720/8581/46260 +f 7724/8585/46261 7723/8584/46262 7781/8642/46263 +f 7781/8642/46264 7723/8584/46265 7721/8582/46266 +f 7781/8642/46267 7721/8582/46268 7782/8643/46269 +f 7782/8643/46270 7721/8582/46271 7719/8580/46272 +f 7782/8643/46273 7719/8580/46274 7607/8468/46275 +f 7725/8586/46276 7783/8644/46277 7610/8471/46278 +f 7610/8471/46279 7783/8644/46280 7784/8645/46281 +f 7610/8471/46282 7784/8645/46283 7734/8595/46284 +f 7734/8595/46285 7784/8645/46286 7732/8593/46287 +f 7725/8586/46288 7727/8588/46289 7783/8644/46290 +f 7783/8644/46291 7727/8588/46292 7785/8646/46293 +f 7783/8644/46294 7785/8646/46295 7784/8645/46296 +f 7784/8645/46297 7785/8646/46298 7732/8593/46299 +f 7736/8597/46300 7735/8596/46301 7786/8647/46302 +f 7786/8647/46303 7735/8596/46304 7733/8594/46305 +f 7786/8647/46306 7733/8594/46307 7770/8631/46308 +f 7770/8631/46309 7733/8594/46310 7731/8592/46311 +f 7746/8607/46312 7548/8409/46313 7774/8635/46314 +f 7775/8636/46315 7773/8634/46316 7739/8600/46317 +f 7739/8600/46318 7773/8634/46319 7737/8598/46320 +f 7744/8605/46321 7746/8607/46322 7774/8635/46323 +f 7748/8609/46324 7747/8608/46325 7787/8648/46326 +f 7787/8648/46327 7747/8608/46328 7745/8606/46329 +f 7787/8648/46330 7745/8606/46331 7788/8649/46332 +f 7788/8649/46333 7745/8606/46334 7743/8604/46335 +f 7788/8649/46336 7743/8604/46337 7551/8412/46338 +f 7749/8610/46339 7789/8650/46340 7548/8409/46341 +f 7548/8409/46342 7789/8650/46343 7790/8651/46344 +f 7548/8409/46345 7790/8651/46346 7758/8619/46347 +f 7758/8619/46348 7790/8651/46349 7756/8617/46350 +f 7749/8610/46351 7751/8612/46352 7789/8650/46353 +f 7789/8650/46354 7751/8612/46355 7791/8652/46356 +f 7789/8650/46357 7791/8652/46358 7790/8651/46359 +f 7790/8651/46360 7791/8652/46361 7756/8617/46362 +f 7762/8623/46363 7760/8621/46364 7767/8628/46365 +f 7767/8628/46366 7760/8621/46367 7759/8620/46368 +f 7712/8573/46369 7776/8637/46370 7714/8575/46371 +f 7714/8575/46372 7776/8637/46373 7792/8653/46374 +f 7714/8575/46375 7792/8653/46376 7716/8577/46377 +f 7716/8577/46378 7792/8653/46379 7607/8468/46380 +f 7792/8653/46381 7776/8637/46382 7777/8638/46383 +f 7718/8579/46384 7720/8581/46385 7780/8641/46386 +f 7718/8579/46387 7780/8641/46388 7717/8578/46389 +f 7717/8578/46390 7780/8641/46391 7715/8576/46392 +f 7724/8585/46393 7781/8642/46394 7726/8587/46395 +f 7726/8587/46396 7781/8642/46397 7793/8654/46398 +f 7726/8587/46399 7793/8654/46400 7728/8589/46401 +f 7728/8589/46402 7793/8654/46403 7607/8468/46404 +f 7793/8654/46405 7781/8642/46406 7782/8643/46407 +f 7730/8591/46408 7732/8593/46409 7785/8646/46410 +f 7730/8591/46411 7785/8646/46412 7729/8590/46413 +f 7729/8590/46414 7785/8646/46415 7727/8588/46416 +f 7771/8632/46417 7738/8599/46418 7786/8647/46419 +f 7786/8647/46420 7738/8599/46421 7736/8597/46422 +f 7771/8632/46423 7786/8647/46424 7770/8631/46425 +f 7742/8603/46426 7775/8636/46427 7741/8602/46428 +f 7741/8602/46429 7775/8636/46430 7739/8600/46431 +f 7748/8609/46432 7787/8648/46433 7750/8611/46434 +f 7750/8611/46435 7787/8648/46436 7794/8655/46437 +f 7750/8611/46438 7794/8655/46439 7752/8613/46440 +f 7752/8613/46441 7794/8655/46442 7551/8412/46443 +f 7794/8655/46444 7787/8648/46445 7788/8649/46446 +f 7754/8615/46447 7756/8617/46448 7791/8652/46449 +f 7754/8615/46450 7791/8652/46451 7753/8614/46452 +f 7753/8614/46453 7791/8652/46454 7751/8612/46455 +f 7766/8627/46456 7757/8618/46457 7755/8616/46458 +f 7764/8625/46459 7762/8623/46460 7765/8626/46461 +f 7765/8626/46462 7762/8623/46463 7767/8628/46464 +f 7607/8468/46465 7792/8653/46466 7777/8638/46467 +f 7607/8468/46468 7793/8654/46469 7782/8643/46470 +f 7551/8412/46471 7794/8655/46472 7788/8649/46473 +f 7551/8412/46474 7766/8627/46475 7755/8616/46476 +f 7610/8471/46477 7548/8409/46478 7611/8472/46479 +f 7611/8472/46480 7548/8409/46481 7549/8410/46482 +f 7611/8472/46483 7549/8410/46484 7603/8464/46485 +f 7603/8464/46486 7549/8410/46487 7545/8406/46488 +f 7603/8464/46489 7545/8406/46490 7601/8462/46491 +f 7601/8462/46492 7545/8406/46493 7543/8404/46494 +f 7626/8487/46495 7543/8404/46496 7566/8427/46497 +f 7566/8427/46498 7543/8404/46499 7542/8403/46500 +f 7566/8427/46501 7542/8403/46502 7564/8425/46503 +f 7564/8425/46504 7542/8403/46505 7602/8463/46506 +f 7564/8425/46507 7602/8463/46508 7624/8485/46509 +f 7624/8485/46510 7602/8463/46511 7601/8462/46512 +f 7624/8485/46513 7601/8462/46514 7626/8487/46515 +f 7626/8487/46516 7601/8462/46517 7543/8404/46518 +f 7569/8430/46519 7568/8429/46520 7566/8427/46521 +f 7566/8427/46522 7568/8429/46523 7612/8473/46524 +f 7566/8427/46525 7612/8473/46526 7626/8487/46527 +f 7626/8487/46528 7612/8473/46529 7614/8475/46530 +f 7626/8487/46531 7614/8475/46532 7625/8486/46533 +f 7625/8486/46534 7614/8475/46535 7569/8430/46536 +f 7625/8486/46537 7569/8430/46538 7567/8428/46539 +f 7567/8428/46540 7569/8430/46541 7566/8427/46542 +f 7612/8473/46543 7568/8429/46544 7613/8474/46545 +f 7613/8474/46546 7568/8429/46547 7570/8431/46548 +f 7613/8474/46549 7570/8431/46550 7618/8479/46551 +f 7618/8479/46552 7570/8431/46553 7578/8439/46554 +f 7618/8479/46555 7578/8439/46556 7619/8480/46557 +f 7619/8480/46558 7578/8439/46559 7577/8438/46560 +f 7617/8478/46561 7795/8656/46562 7621/8482/46563 +f 7621/8482/46564 7795/8656/46565 7796/8657/46566 +f 7621/8482/46567 7796/8657/46568 7797/8658/46569 +f 7797/8658/46570 7796/8657/46571 7798/8659/46572 +f 7797/8658/46573 7798/8659/46574 7799/8660/46575 +f 7799/8660/46576 7798/8659/46577 7800/8661/46578 +f 7799/8660/46579 7800/8661/46580 7801/8662/46581 +f 7801/8662/46582 7800/8661/46583 7619/8480/46584 +f 7801/8662/46585 7619/8480/46586 7802/8663/46587 +f 7802/8663/46588 7619/8480/46589 7803/8664/46590 +f 7802/8663/46591 7803/8664/46592 7804/8665/46593 +f 7804/8665/46594 7803/8664/46595 7805/8666/46596 +f 7804/8665/46597 7805/8666/46598 7806/8667/46599 +f 7806/8667/46600 7805/8666/46601 7807/8668/46602 +f 7806/8667/46603 7807/8668/46604 7621/8482/46605 +f 7621/8482/46606 7807/8668/46607 7808/8669/46608 +f 7621/8482/46609 7808/8669/46610 7809/8670/46611 +f 7809/8670/46612 7808/8669/46613 7810/8671/46614 +f 7809/8670/46615 7810/8671/46616 7811/8672/46617 +f 7811/8672/46618 7810/8671/46619 7812/8673/46620 +f 7811/8672/46621 7812/8673/46622 7813/8674/46623 +f 7813/8674/46624 7812/8673/46625 7619/8480/46626 +f 7813/8674/46627 7619/8480/46628 7814/8675/46629 +f 7814/8675/46630 7619/8480/46631 7815/8676/46632 +f 7814/8675/46633 7815/8676/46634 7816/8677/46635 +f 7816/8677/46636 7815/8676/46637 7817/8678/46638 +f 7816/8677/46639 7817/8678/46640 7818/8679/46641 +f 7818/8679/46642 7817/8678/46643 7819/8680/46644 +f 7818/8679/46645 7819/8680/46646 7621/8482/46647 +f 7621/8482/46648 7819/8680/46649 7820/8681/46650 +f 7621/8482/46651 7820/8681/46652 7821/8682/46653 +f 7821/8682/46654 7820/8681/46655 7822/8683/46656 +f 7821/8682/46657 7822/8683/46658 7823/8684/46659 +f 7823/8684/46660 7822/8683/46661 7824/8685/46662 +f 7823/8684/46663 7824/8685/46664 7825/8686/46665 +f 7825/8686/46666 7824/8685/46667 7577/8438/46668 +f 7825/8686/46669 7577/8438/46670 7826/8687/46671 +f 7826/8687/46672 7577/8438/46673 7827/8688/46674 +f 7826/8687/46675 7827/8688/46676 7828/8689/46677 +f 7828/8689/46678 7827/8688/46679 7829/8690/46680 +f 7828/8689/46681 7829/8690/46682 7830/8691/46683 +f 7830/8691/46684 7829/8690/46685 7831/8692/46686 +f 7830/8691/46687 7831/8692/46688 7574/8435/46689 +f 7574/8435/46690 7831/8692/46691 7832/8693/46692 +f 7574/8435/46693 7832/8693/46694 7833/8694/46695 +f 7833/8694/46696 7832/8693/46697 7834/8695/46698 +f 7833/8694/46699 7834/8695/46700 7835/8696/46701 +f 7835/8696/46702 7834/8695/46703 7836/8697/46704 +f 7835/8696/46705 7836/8697/46706 7837/8698/46707 +f 7837/8698/46708 7836/8697/46709 7577/8438/46710 +f 7837/8698/46711 7577/8438/46712 7838/8699/46713 +f 7838/8699/46714 7577/8438/46715 7839/8700/46716 +f 7838/8699/46717 7839/8700/46718 7840/8701/46719 +f 7840/8701/46720 7839/8700/46721 7841/8702/46722 +f 7840/8701/46723 7841/8702/46724 7842/8703/46725 +f 7842/8703/46726 7841/8702/46727 7843/8704/46728 +f 7842/8703/46729 7843/8704/46730 7574/8435/46731 +f 7574/8435/46732 7843/8704/46733 7844/8705/46734 +f 7574/8435/46735 7844/8705/46736 7845/8706/46737 +f 7845/8706/46738 7844/8705/46739 7846/8707/46740 +f 7845/8706/46741 7846/8707/46742 7847/8708/46743 +f 7847/8708/46744 7846/8707/46745 7848/8709/46746 +f 7847/8708/46747 7848/8709/46748 7576/8437/46749 +f 7576/8437/46750 7848/8709/46751 7577/8438/46752 +f 7577/8438/46753 7848/8709/46754 7849/8710/46755 +f 7577/8438/46756 7849/8710/46757 7850/8711/46758 +f 7850/8711/46759 7849/8710/46760 7851/8712/46761 +f 7850/8711/46762 7851/8712/46763 7841/8702/46764 +f 7841/8702/46765 7851/8712/46766 7843/8704/46767 +f 7795/8656/46768 7617/8478/46769 7852/8713/46770 +f 7852/8713/46771 7617/8478/46772 7616/8477/46773 +f 7852/8713/46774 7616/8477/46775 7853/8714/46776 +f 7853/8714/46777 7616/8477/46778 7620/8481/46779 +f 7853/8714/46780 7620/8481/46781 7619/8480/46782 +f 7815/8676/46783 7619/8480/46784 7854/8715/46785 +f 7854/8715/46786 7619/8480/46787 7577/8438/46788 +f 7854/8715/46789 7577/8438/46790 7855/8716/46791 +f 7855/8716/46792 7577/8438/46793 7824/8685/46794 +f 7855/8716/46795 7824/8685/46796 7822/8683/46797 +f 7576/8437/46798 7572/8433/46799 7847/8708/46800 +f 7847/8708/46801 7572/8433/46802 7856/8717/46803 +f 7847/8708/46804 7856/8717/46805 7845/8706/46806 +f 7845/8706/46807 7856/8717/46808 7574/8435/46809 +f 7572/8433/46810 7573/8434/46811 7856/8717/46812 +f 7856/8717/46813 7573/8434/46814 7574/8435/46815 +f 7621/8482/46816 7821/8682/46817 7574/8435/46818 +f 7574/8435/46819 7821/8682/46820 7857/8718/46821 +f 7574/8435/46822 7857/8718/46823 7858/8719/46824 +f 7858/8719/46825 7857/8718/46826 7859/8720/46827 +f 7858/8719/46828 7859/8720/46829 7828/8689/46830 +f 7828/8689/46831 7859/8720/46832 7826/8687/46833 +f 7796/8657/46834 7795/8656/46835 7860/8721/46836 +f 7860/8721/46837 7795/8656/46838 7852/8713/46839 +f 7860/8721/46840 7852/8713/46841 7861/8722/46842 +f 7861/8722/46843 7852/8713/46844 7853/8714/46845 +f 7861/8722/46846 7853/8714/46847 7619/8480/46848 +f 7797/8658/46849 7862/8723/46850 7621/8482/46851 +f 7621/8482/46852 7862/8723/46853 7863/8724/46854 +f 7621/8482/46855 7863/8724/46856 7806/8667/46857 +f 7806/8667/46858 7863/8724/46859 7804/8665/46860 +f 7797/8658/46861 7799/8660/46862 7862/8723/46863 +f 7862/8723/46864 7799/8660/46865 7864/8725/46866 +f 7862/8723/46867 7864/8725/46868 7863/8724/46869 +f 7863/8724/46870 7864/8725/46871 7804/8665/46872 +f 7808/8669/46873 7807/8668/46874 7865/8726/46875 +f 7865/8726/46876 7807/8668/46877 7805/8666/46878 +f 7865/8726/46879 7805/8666/46880 7866/8727/46881 +f 7866/8727/46882 7805/8666/46883 7803/8664/46884 +f 7866/8727/46885 7803/8664/46886 7619/8480/46887 +f 7809/8670/46888 7867/8728/46889 7621/8482/46890 +f 7621/8482/46891 7867/8728/46892 7868/8729/46893 +f 7621/8482/46894 7868/8729/46895 7818/8679/46896 +f 7818/8679/46897 7868/8729/46898 7816/8677/46899 +f 7809/8670/46900 7811/8672/46901 7867/8728/46902 +f 7867/8728/46903 7811/8672/46904 7869/8730/46905 +f 7867/8728/46906 7869/8730/46907 7868/8729/46908 +f 7868/8729/46909 7869/8730/46910 7816/8677/46911 +f 7820/8681/46912 7819/8680/46913 7870/8731/46914 +f 7870/8731/46915 7819/8680/46916 7817/8678/46917 +f 7870/8731/46918 7817/8678/46919 7854/8715/46920 +f 7854/8715/46921 7817/8678/46922 7815/8676/46923 +f 7830/8691/46924 7574/8435/46925 7858/8719/46926 +f 7859/8720/46927 7857/8718/46928 7823/8684/46929 +f 7823/8684/46930 7857/8718/46931 7821/8682/46932 +f 7828/8689/46933 7830/8691/46934 7858/8719/46935 +f 7832/8693/46936 7831/8692/46937 7871/8732/46938 +f 7871/8732/46939 7831/8692/46940 7829/8690/46941 +f 7871/8732/46942 7829/8690/46943 7872/8733/46944 +f 7872/8733/46945 7829/8690/46946 7827/8688/46947 +f 7872/8733/46948 7827/8688/46949 7577/8438/46950 +f 7833/8694/46951 7873/8734/46952 7574/8435/46953 +f 7574/8435/46954 7873/8734/46955 7874/8735/46956 +f 7574/8435/46957 7874/8735/46958 7842/8703/46959 +f 7842/8703/46960 7874/8735/46961 7840/8701/46962 +f 7833/8694/46963 7835/8696/46964 7873/8734/46965 +f 7873/8734/46966 7835/8696/46967 7875/8736/46968 +f 7873/8734/46969 7875/8736/46970 7874/8735/46971 +f 7874/8735/46972 7875/8736/46973 7840/8701/46974 +f 7846/8707/46975 7844/8705/46976 7851/8712/46977 +f 7851/8712/46978 7844/8705/46979 7843/8704/46980 +f 7796/8657/46981 7860/8721/46982 7798/8659/46983 +f 7798/8659/46984 7860/8721/46985 7876/8737/46986 +f 7798/8659/46987 7876/8737/46988 7800/8661/46989 +f 7800/8661/46990 7876/8737/46991 7619/8480/46992 +f 7876/8737/46993 7860/8721/46994 7861/8722/46995 +f 7802/8663/46996 7804/8665/46997 7864/8725/46998 +f 7802/8663/46999 7864/8725/47000 7801/8662/47001 +f 7801/8662/47002 7864/8725/47003 7799/8660/47004 +f 7808/8669/47005 7865/8726/47006 7810/8671/47007 +f 7810/8671/47008 7865/8726/47009 7877/8738/47010 +f 7810/8671/47011 7877/8738/47012 7812/8673/47013 +f 7812/8673/47014 7877/8738/47015 7619/8480/47016 +f 7877/8738/47017 7865/8726/47018 7866/8727/47019 +f 7814/8675/47020 7816/8677/47021 7869/8730/47022 +f 7814/8675/47023 7869/8730/47024 7813/8674/47025 +f 7813/8674/47026 7869/8730/47027 7811/8672/47028 +f 7855/8716/47029 7822/8683/47030 7870/8731/47031 +f 7870/8731/47032 7822/8683/47033 7820/8681/47034 +f 7855/8716/47035 7870/8731/47036 7854/8715/47037 +f 7826/8687/47038 7859/8720/47039 7825/8686/47040 +f 7825/8686/47041 7859/8720/47042 7823/8684/47043 +f 7832/8693/47044 7871/8732/47045 7834/8695/47046 +f 7834/8695/47047 7871/8732/47048 7878/8739/47049 +f 7834/8695/47050 7878/8739/47051 7836/8697/47052 +f 7836/8697/47053 7878/8739/47054 7577/8438/47055 +f 7878/8739/47056 7871/8732/47057 7872/8733/47058 +f 7838/8699/47059 7840/8701/47060 7875/8736/47061 +f 7838/8699/47062 7875/8736/47063 7837/8698/47064 +f 7837/8698/47065 7875/8736/47066 7835/8696/47067 +f 7850/8711/47068 7841/8702/47069 7839/8700/47070 +f 7848/8709/47071 7846/8707/47072 7849/8710/47073 +f 7849/8710/47074 7846/8707/47075 7851/8712/47076 +f 7619/8480/47077 7876/8737/47078 7861/8722/47079 +f 7619/8480/47080 7877/8738/47081 7866/8727/47082 +f 7577/8438/47083 7878/8739/47084 7872/8733/47085 +f 7577/8438/47086 7850/8711/47087 7839/8700/47088 +f 7621/8482/47089 7574/8435/47090 7622/8483/47091 +f 7622/8483/47092 7574/8435/47093 7575/8436/47094 +f 7622/8483/47095 7575/8436/47096 7615/8476/47097 +f 7615/8476/47098 7575/8436/47099 7571/8432/47100 +f 7615/8476/47101 7571/8432/47102 7614/8475/47103 +f 7614/8475/47104 7571/8432/47105 7569/8430/47106 +f 7580/8441/47107 7567/8428/47108 7553/8414/47109 +f 7553/8414/47110 7567/8428/47111 7565/8426/47112 +f 7553/8414/47113 7565/8426/47114 7554/8415/47115 +f 7554/8415/47116 7565/8426/47117 7623/8484/47118 +f 7554/8415/47119 7623/8484/47120 7579/8440/47121 +f 7579/8440/47122 7623/8484/47123 7625/8486/47124 +f 7579/8440/47125 7625/8486/47126 7580/8441/47127 +f 7580/8441/47128 7625/8486/47129 7567/8428/47130 +f 7580/8441/47131 7553/8414/47132 7582/8443/47133 +f 7582/8443/47134 7553/8414/47135 7555/8416/47136 +f 7582/8443/47137 7555/8416/47138 7586/8447/47139 +f 7586/8447/47140 7555/8416/47141 7563/8424/47142 +f 7586/8447/47143 7563/8424/47144 7585/8446/47145 +f 7585/8446/47146 7563/8424/47147 7562/8423/47148 +f 7587/8448/47149 7879/8740/47150 7588/8449/47151 +f 7588/8449/47152 7879/8740/47153 7880/8741/47154 +f 7588/8449/47155 7880/8741/47156 7881/8742/47157 +f 7881/8742/47158 7880/8741/47159 7882/8743/47160 +f 7881/8742/47161 7882/8743/47162 7883/8744/47163 +f 7883/8744/47164 7882/8743/47165 7884/8745/47166 +f 7883/8744/47167 7884/8745/47168 7885/8746/47169 +f 7885/8746/47170 7884/8745/47171 7585/8446/47172 +f 7885/8746/47173 7585/8446/47174 7886/8747/47175 +f 7886/8747/47176 7585/8446/47177 7887/8748/47178 +f 7886/8747/47179 7887/8748/47180 7888/8749/47181 +f 7888/8749/47182 7887/8748/47183 7889/8750/47184 +f 7888/8749/47185 7889/8750/47186 7890/8751/47187 +f 7890/8751/47188 7889/8750/47189 7891/8752/47190 +f 7890/8751/47191 7891/8752/47192 7588/8449/47193 +f 7588/8449/47194 7891/8752/47195 7892/8753/47196 +f 7588/8449/47197 7892/8753/47198 7893/8754/47199 +f 7893/8754/47200 7892/8753/47201 7894/8755/47202 +f 7893/8754/47203 7894/8755/47204 7895/8756/47205 +f 7895/8756/47206 7894/8755/47207 7896/8757/47208 +f 7895/8756/47209 7896/8757/47210 7897/8758/47211 +f 7897/8758/47212 7896/8757/47213 7585/8446/47214 +f 7897/8758/47215 7585/8446/47216 7898/8759/47217 +f 7898/8759/47218 7585/8446/47219 7899/8760/47220 +f 7898/8759/47221 7899/8760/47222 7900/8761/47223 +f 7900/8761/47224 7899/8760/47225 7901/8762/47226 +f 7900/8761/47227 7901/8762/47228 7902/8763/47229 +f 7902/8763/47230 7901/8762/47231 7903/8764/47232 +f 7902/8763/47233 7903/8764/47234 7588/8449/47235 +f 7588/8449/47236 7903/8764/47237 7904/8765/47238 +f 7588/8449/47239 7904/8765/47240 7905/8766/47241 +f 7905/8766/47242 7904/8765/47243 7906/8767/47244 +f 7905/8766/47245 7906/8767/47246 7907/8768/47247 +f 7907/8768/47248 7906/8767/47249 7908/8769/47250 +f 7907/8768/47251 7908/8769/47252 7909/8770/47253 +f 7909/8770/47254 7908/8769/47255 7562/8423/47256 +f 7909/8770/47257 7562/8423/47258 7910/8771/47259 +f 7910/8771/47260 7562/8423/47261 7911/8772/47262 +f 7910/8771/47263 7911/8772/47264 7912/8773/47265 +f 7912/8773/47266 7911/8772/47267 7913/8774/47268 +f 7912/8773/47269 7913/8774/47270 7914/8775/47271 +f 7914/8775/47272 7913/8774/47273 7915/8776/47274 +f 7914/8775/47275 7915/8776/47276 7559/8420/47277 +f 7559/8420/47278 7915/8776/47279 7916/8777/47280 +f 7559/8420/47281 7916/8777/47282 7917/8778/47283 +f 7917/8778/47284 7916/8777/47285 7918/8779/47286 +f 7917/8778/47287 7918/8779/47288 7919/8780/47289 +f 7919/8780/47290 7918/8779/47291 7920/8781/47292 +f 7919/8780/47293 7920/8781/47294 7921/8782/47295 +f 7921/8782/47296 7920/8781/47297 7562/8423/47298 +f 7921/8782/47299 7562/8423/47300 7922/8783/47301 +f 7922/8783/47302 7562/8423/47303 7923/8784/47304 +f 7922/8783/47305 7923/8784/47306 7924/8785/47307 +f 7924/8785/47308 7923/8784/47309 7925/8786/47310 +f 7924/8785/47311 7925/8786/47312 7926/8787/47313 +f 7926/8787/47314 7925/8786/47315 7927/8788/47316 +f 7926/8787/47317 7927/8788/47318 7559/8420/47319 +f 7559/8420/47320 7927/8788/47321 7928/8789/47322 +f 7559/8420/47323 7928/8789/47324 7929/8790/47325 +f 7929/8790/47326 7928/8789/47327 7930/8791/47328 +f 7929/8790/47329 7930/8791/47330 7931/8792/47331 +f 7931/8792/47332 7930/8791/47333 7932/8793/47334 +f 7931/8792/47335 7932/8793/47336 7561/8422/47337 +f 7561/8422/47338 7932/8793/47339 7562/8423/47340 +f 7562/8423/47341 7932/8793/47342 7933/8794/47343 +f 7562/8423/47344 7933/8794/47345 7934/8795/47346 +f 7934/8795/47347 7933/8794/47348 7935/8796/47349 +f 7934/8795/47350 7935/8796/47351 7925/8786/47352 +f 7925/8786/47353 7935/8796/47354 7927/8788/47355 +f 7879/8740/47356 7587/8448/47357 7936/8797/47358 +f 7936/8797/47359 7587/8448/47360 7583/8444/47361 +f 7936/8797/47362 7583/8444/47363 7937/8798/47364 +f 7937/8798/47365 7583/8444/47366 7584/8445/47367 +f 7937/8798/47368 7584/8445/47369 7585/8446/47370 +f 7899/8760/47371 7585/8446/47372 7938/8799/47373 +f 7938/8799/47374 7585/8446/47375 7562/8423/47376 +f 7938/8799/47377 7562/8423/47378 7939/8800/47379 +f 7939/8800/47380 7562/8423/47381 7908/8769/47382 +f 7939/8800/47383 7908/8769/47384 7906/8767/47385 +f 7561/8422/47386 7557/8418/47387 7931/8792/47388 +f 7931/8792/47389 7557/8418/47390 7940/8801/47391 +f 7931/8792/47392 7940/8801/47393 7929/8790/47394 +f 7929/8790/47395 7940/8801/47396 7559/8420/47397 +f 7557/8418/47398 7558/8419/47399 7940/8801/47400 +f 7940/8801/47401 7558/8419/47402 7559/8420/47403 +f 7588/8449/47404 7905/8766/47405 7559/8420/47406 +f 7559/8420/47407 7905/8766/47408 7941/8802/47409 +f 7559/8420/47410 7941/8802/47411 7942/8803/47412 +f 7942/8803/47413 7941/8802/47414 7943/8804/47415 +f 7942/8803/47416 7943/8804/47417 7912/8773/47418 +f 7912/8773/47419 7943/8804/47420 7910/8771/47421 +f 7880/8741/47422 7879/8740/47423 7944/8805/47424 +f 7944/8805/47425 7879/8740/47426 7936/8797/47427 +f 7944/8805/47428 7936/8797/47429 7945/8806/47430 +f 7945/8806/47431 7936/8797/47432 7937/8798/47433 +f 7945/8806/47434 7937/8798/47435 7585/8446/47436 +f 7881/8742/47437 7946/8807/47438 7588/8449/47439 +f 7588/8449/47440 7946/8807/47441 7947/8808/47442 +f 7588/8449/47443 7947/8808/47444 7890/8751/47445 +f 7890/8751/47446 7947/8808/47447 7888/8749/47448 +f 7881/8742/47449 7883/8744/47450 7946/8807/47451 +f 7946/8807/47452 7883/8744/47453 7948/8809/47454 +f 7946/8807/47455 7948/8809/47456 7947/8808/47457 +f 7947/8808/47458 7948/8809/47459 7888/8749/47460 +f 7892/8753/47461 7891/8752/47462 7949/8810/47463 +f 7949/8810/47464 7891/8752/47465 7889/8750/47466 +f 7949/8810/47467 7889/8750/47468 7950/8811/47469 +f 7950/8811/47470 7889/8750/47471 7887/8748/47472 +f 7950/8811/47473 7887/8748/47474 7585/8446/47475 +f 7893/8754/47476 7951/8812/47477 7588/8449/47478 +f 7588/8449/47479 7951/8812/47480 7952/8813/47481 +f 7588/8449/47482 7952/8813/47483 7902/8763/47484 +f 7902/8763/47485 7952/8813/47486 7900/8761/47487 +f 7893/8754/47488 7895/8756/47489 7951/8812/47490 +f 7951/8812/47491 7895/8756/47492 7953/8814/47493 +f 7951/8812/47494 7953/8814/47495 7952/8813/47496 +f 7952/8813/47497 7953/8814/47498 7900/8761/47499 +f 7904/8765/47500 7903/8764/47501 7954/8815/47502 +f 7954/8815/47503 7903/8764/47504 7901/8762/47505 +f 7954/8815/47506 7901/8762/47507 7938/8799/47508 +f 7938/8799/47509 7901/8762/47510 7899/8760/47511 +f 7914/8775/47512 7559/8420/47513 7942/8803/47514 +f 7943/8804/47515 7941/8802/47516 7907/8768/47517 +f 7907/8768/47518 7941/8802/47519 7905/8766/47520 +f 7912/8773/47521 7914/8775/47522 7942/8803/47523 +f 7916/8777/47524 7915/8776/47525 7955/8816/47526 +f 7955/8816/47527 7915/8776/47528 7913/8774/47529 +f 7955/8816/47530 7913/8774/47531 7956/8817/47532 +f 7956/8817/47533 7913/8774/47534 7911/8772/47535 +f 7956/8817/47536 7911/8772/47537 7562/8423/47538 +f 7917/8778/47539 7957/8818/47540 7559/8420/47541 +f 7559/8420/47542 7957/8818/47543 7958/8819/47544 +f 7559/8420/47545 7958/8819/47546 7926/8787/47547 +f 7926/8787/47548 7958/8819/47549 7924/8785/47550 +f 7917/8778/47551 7919/8780/47552 7957/8818/47553 +f 7957/8818/47554 7919/8780/47555 7959/8820/47556 +f 7957/8818/47557 7959/8820/47558 7958/8819/47559 +f 7958/8819/47560 7959/8820/47561 7924/8785/47562 +f 7930/8791/47563 7928/8789/47564 7935/8796/47565 +f 7935/8796/47566 7928/8789/47567 7927/8788/47568 +f 7880/8741/47569 7944/8805/47570 7882/8743/47571 +f 7882/8743/47572 7944/8805/47573 7960/8821/47574 +f 7882/8743/47575 7960/8821/47576 7884/8745/47577 +f 7884/8745/47578 7960/8821/47579 7585/8446/47580 +f 7960/8821/47581 7944/8805/47582 7945/8806/47583 +f 7886/8747/47584 7888/8749/47585 7948/8809/47586 +f 7886/8747/47587 7948/8809/47588 7885/8746/47589 +f 7885/8746/47590 7948/8809/47591 7883/8744/47592 +f 7892/8753/47593 7949/8810/47594 7894/8755/47595 +f 7894/8755/47596 7949/8810/47597 7961/8822/47598 +f 7894/8755/47599 7961/8822/47600 7896/8757/47601 +f 7896/8757/47602 7961/8822/47603 7585/8446/47604 +f 7961/8822/47605 7949/8810/47606 7950/8811/47607 +f 7898/8759/47608 7900/8761/47609 7953/8814/47610 +f 7898/8759/47611 7953/8814/47612 7897/8758/47613 +f 7897/8758/47614 7953/8814/47615 7895/8756/47616 +f 7939/8800/47617 7906/8767/47618 7954/8815/47619 +f 7954/8815/47620 7906/8767/47621 7904/8765/47622 +f 7939/8800/47623 7954/8815/47624 7938/8799/47625 +f 7910/8771/47626 7943/8804/47627 7909/8770/47628 +f 7909/8770/47629 7943/8804/47630 7907/8768/47631 +f 7916/8777/47632 7955/8816/47633 7918/8779/47634 +f 7918/8779/47635 7955/8816/47636 7962/8823/47637 +f 7918/8779/47638 7962/8823/47639 7920/8781/47640 +f 7920/8781/47641 7962/8823/47642 7562/8423/47643 +f 7962/8823/47644 7955/8816/47645 7956/8817/47646 +f 7922/8783/47647 7924/8785/47648 7959/8820/47649 +f 7922/8783/47650 7959/8820/47651 7921/8782/47652 +f 7921/8782/47653 7959/8820/47654 7919/8780/47655 +f 7934/8795/47656 7925/8786/47657 7923/8784/47658 +f 7932/8793/47659 7930/8791/47660 7933/8794/47661 +f 7933/8794/47662 7930/8791/47663 7935/8796/47664 +f 7585/8446/47665 7960/8821/47666 7945/8806/47667 +f 7585/8446/47668 7961/8822/47669 7950/8811/47670 +f 7562/8423/47671 7962/8823/47672 7956/8817/47673 +f 7562/8423/47674 7934/8795/47675 7923/8784/47676 +f 7588/8449/47677 7559/8420/47678 7589/8450/47679 +f 7589/8450/47680 7559/8420/47681 7560/8421/47682 +f 7589/8450/47683 7560/8421/47684 7581/8442/47685 +f 7581/8442/47686 7560/8421/47687 7556/8417/47688 +f 7581/8442/47689 7556/8417/47690 7579/8440/47691 +f 7579/8440/47692 7556/8417/47693 7554/8415/47694 +f 7591/8452/47695 7533/8394/47696 7593/8454/47697 +f 7593/8454/47698 7533/8394/47699 7534/8395/47700 +f 7963/8824/47701 7964/8825/47702 7965/8826/47703 +f 7965/8826/47704 7964/8825/47705 7966/8827/47706 +f 7966/8827/47707 7964/8825/47708 7967/8828/47709 +f 7966/8827/47710 7967/8828/47711 7968/8829/47712 +f 7968/8829/47713 7967/8828/47714 7969/8830/47715 +f 7964/8825/47716 7970/8831/47717 7967/8828/47718 +f 7967/8828/47719 7970/8831/47720 7971/8832/47721 +f 7971/8832/47722 7970/8831/47723 7972/8833/47724 +f 7971/8832/47725 7972/8833/47726 7973/8834/47727 +f 7973/8834/47728 7972/8833/47729 7974/8835/47730 +f 7973/8834/47731 7974/8835/47732 7975/8836/47733 +f 7975/8836/47734 7974/8835/47735 7976/8837/47736 +f 7975/8836/47737 7976/8837/47738 7977/8838/47739 +f 7977/8838/47740 7976/8837/47741 7978/8839/47742 +f 7977/8838/47743 7978/8839/47744 7979/8840/47745 +f 7979/8840/47746 7978/8839/47747 7980/8841/47748 +f 7979/8840/47749 7980/8841/47750 7981/8842/47751 +f 7974/8835/47752 7972/8833/47753 7982/8843/47754 +f 7982/8843/47755 7972/8833/47756 7983/8844/47757 +f 7982/8843/47758 7983/8844/47759 7984/8845/47760 +f 7984/8845/47761 7983/8844/47762 7985/8846/47763 +f 7984/8845/47764 7986/8847/47765 7982/8843/47766 +f 7982/8843/47767 7986/8847/47768 7987/8848/47769 +f 7976/8837/47770 7974/8835/47771 7988/8849/47772 +f 7988/8849/47773 7974/8835/47774 7989/8850/47775 +f 7988/8849/47776 7989/8850/47777 7990/8851/47778 +f 7990/8851/47779 7989/8850/47780 7991/8852/47781 +f 7990/8851/47782 7991/8852/47783 7992/8853/47784 +f 7992/8853/47785 7991/8852/47786 7993/8854/47787 +f 7993/8854/47788 7991/8852/47789 7994/8855/47790 +f 7992/8853/47791 7995/8856/47792 7990/8851/47793 +f 7990/8851/47794 7995/8856/47795 7996/8857/47796 +f 7997/8858/47797 7998/8859/47798 7978/8839/47799 +f 7978/8839/47800 7998/8859/47801 7980/8841/47802 +f 7981/8842/47803 7999/8860/47804 7979/8840/47805 +f 7975/8836/47806 8000/8861/47807 7973/8834/47808 +f 7973/8834/47809 8000/8861/47810 8001/8862/47811 +f 8001/8862/47812 8000/8861/47813 8002/8863/47814 +f 8001/8862/47815 8002/8863/47816 8003/8864/47817 +f 8004/8865/47818 8005/8866/47819 8000/8861/47820 +f 8000/8861/47821 8005/8866/47822 8002/8863/47823 +f 7971/8832/47824 7973/8834/47825 8006/8867/47826 +f 8006/8867/47827 7973/8834/47828 8007/8868/47829 +f 8006/8867/47830 8007/8868/47831 8008/8869/47832 +f 8008/8869/47833 8007/8868/47834 8009/8870/47835 +f 8008/8869/47836 8009/8870/47837 8010/8871/47838 +f 8010/8871/47839 8009/8870/47840 8011/8872/47841 +f 8011/8872/47842 8009/8870/47843 8012/8873/47844 +f 8010/8871/47845 8013/8874/47846 8008/8869/47847 +f 8008/8869/47848 8013/8874/47849 8014/8875/47850 +f 8015/8876/47851 7977/8838/47852 8016/8877/47853 +f 8016/8877/47854 7977/8838/47855 7979/8840/47856 +f 8017/8878/47857 7975/8836/47858 8015/8876/47859 +f 8015/8876/47860 7975/8836/47861 7977/8838/47862 +f 8018/8879/47863 8000/8861/47864 8017/8878/47865 +f 8017/8878/47866 8000/8861/47867 7975/8836/47868 +f 8019/8880/47869 8004/8865/47870 8018/8879/47871 +f 8018/8879/47872 8004/8865/47873 8000/8861/47874 +f 8020/8881/47875 8005/8866/47876 8019/8880/47877 +f 8019/8880/47878 8005/8866/47879 8004/8865/47880 +f 8021/8882/47881 8002/8863/47882 8020/8881/47883 +f 8020/8881/47884 8002/8863/47885 8005/8866/47886 +f 8022/8883/47887 8003/8864/47888 8021/8882/47889 +f 8021/8882/47890 8003/8864/47891 8002/8863/47892 +f 8023/8884/47893 8001/8862/47894 8022/8883/47895 +f 8022/8883/47896 8001/8862/47897 8003/8864/47898 +f 8024/8885/47899 7973/8834/47900 8023/8884/47901 +f 8023/8884/47902 7973/8834/47903 8001/8862/47904 +f 8025/8886/47905 8007/8868/47906 8024/8885/47907 +f 8024/8885/47908 8007/8868/47909 7973/8834/47910 +f 8026/8887/47911 8009/8870/47912 8025/8886/47913 +f 8025/8886/47914 8009/8870/47915 8007/8868/47916 +f 8027/8888/47917 8012/8873/47918 8026/8887/47919 +f 8026/8887/47920 8012/8873/47921 8009/8870/47922 +f 8028/8889/47923 8011/8872/47924 8027/8888/47925 +f 8027/8888/47926 8011/8872/47927 8012/8873/47928 +f 8029/8890/47929 8010/8871/47930 8028/8889/47931 +f 8028/8889/47932 8010/8871/47933 8011/8872/47934 +f 8030/8891/47935 8013/8874/47936 8029/8890/47937 +f 8029/8890/47938 8013/8874/47939 8010/8871/47940 +f 7533/8394/47941 8014/8875/47942 8030/8891/47943 +f 8030/8891/47944 8014/8875/47945 8013/8874/47946 +f 8031/8892/47947 8008/8869/47948 7533/8394/47949 +f 7533/8394/47950 8008/8869/47951 8014/8875/47952 +f 8032/8893/47953 8006/8867/47954 8031/8892/47955 +f 8031/8892/47956 8006/8867/47957 8008/8869/47958 +f 8033/8894/47959 7971/8832/47960 8032/8893/47961 +f 8032/8893/47962 7971/8832/47963 8006/8867/47964 +f 8034/8895/47965 7967/8828/47966 8033/8894/47967 +f 8033/8894/47968 7967/8828/47969 7971/8832/47970 +f 7531/8392/47971 7969/8830/47972 8034/8895/47973 +f 8034/8895/47974 7969/8830/47975 7967/8828/47976 +f 8035/8896/47977 7968/8829/47978 7531/8392/47979 +f 7531/8392/47980 7968/8829/47981 7969/8830/47982 +f 8036/8897/47983 7966/8827/47984 8035/8896/47985 +f 8035/8896/47986 7966/8827/47987 7968/8829/47988 +f 8037/8898/47989 7965/8826/47990 8036/8897/47991 +f 8036/8897/47992 7965/8826/47993 7966/8827/47994 +f 8038/8899/47995 7963/8824/47996 8037/8898/47997 +f 8037/8898/47998 7963/8824/47999 7965/8826/48000 +f 8039/8900/48001 7964/8825/48002 8038/8899/48003 +f 8038/8899/48004 7964/8825/48005 7963/8824/48006 +f 8040/8901/48007 7970/8831/48008 8039/8900/48009 +f 8039/8900/48010 7970/8831/48011 7964/8825/48012 +f 8041/8902/48013 7972/8833/48014 8040/8901/48015 +f 8040/8901/48016 7972/8833/48017 7970/8831/48018 +f 8042/8903/48019 7983/8844/48020 8041/8902/48021 +f 8041/8902/48022 7983/8844/48023 7972/8833/48024 +f 8043/8904/48025 7985/8846/48026 8042/8903/48027 +f 8042/8903/48028 7985/8846/48029 7983/8844/48030 +f 8044/8905/48031 7984/8845/48032 8043/8904/48033 +f 8043/8904/48034 7984/8845/48035 7985/8846/48036 +f 8045/8906/48037 7986/8847/48038 8044/8905/48039 +f 8044/8905/48040 7986/8847/48041 7984/8845/48042 +f 8046/8907/48043 7987/8848/48044 8045/8906/48045 +f 8045/8906/48046 7987/8848/48047 7986/8847/48048 +f 8047/8908/48049 7982/8843/48050 8046/8907/48051 +f 8046/8907/48052 7982/8843/48053 7987/8848/48054 +f 8048/8909/48055 7974/8835/48056 8047/8908/48057 +f 8047/8908/48058 7974/8835/48059 7982/8843/48060 +f 8049/8910/48061 7989/8850/48062 8048/8909/48063 +f 8048/8909/48064 7989/8850/48065 7974/8835/48066 +f 8050/8911/48067 7991/8852/48068 8049/8910/48069 +f 8049/8910/48070 7991/8852/48071 7989/8850/48072 +f 8051/8912/48073 7994/8855/48074 8050/8911/48075 +f 8050/8911/48076 7994/8855/48077 7991/8852/48078 +f 8052/8913/48079 7993/8854/48080 8051/8912/48081 +f 8051/8912/48082 7993/8854/48083 7994/8855/48084 +f 8053/8914/48085 7992/8853/48086 8052/8913/48087 +f 8052/8913/48088 7992/8853/48089 7993/8854/48090 +f 8054/8915/48091 7995/8856/48092 8053/8914/48093 +f 8053/8914/48094 7995/8856/48095 7992/8853/48096 +f 8055/8916/48097 7996/8857/48098 8054/8915/48099 +f 8054/8915/48100 7996/8857/48101 7995/8856/48102 +f 8056/8917/48103 7990/8851/48104 8055/8916/48105 +f 8055/8916/48106 7990/8851/48107 7996/8857/48108 +f 8057/8918/48109 7988/8849/48110 8056/8917/48111 +f 8056/8917/48112 7988/8849/48113 7990/8851/48114 +f 8058/8919/48115 7976/8837/48116 8057/8918/48117 +f 8057/8918/48118 7976/8837/48119 7988/8849/48120 +f 8059/8920/48121 7978/8839/48122 8058/8919/48123 +f 8058/8919/48124 7978/8839/48125 7976/8837/48126 +f 8060/8921/48127 7997/8858/48128 8059/8920/48129 +f 8059/8920/48130 7997/8858/48131 7978/8839/48132 +f 8061/8922/48133 7998/8859/48134 8060/8921/48135 +f 8060/8921/48136 7998/8859/48137 7997/8858/48138 +f 8062/8923/48139 7980/8841/48140 8061/8922/48141 +f 8061/8922/48142 7980/8841/48143 7998/8859/48144 +f 8063/8924/48145 7981/8842/48146 8062/8923/48147 +f 8062/8923/48148 7981/8842/48149 7980/8841/48150 +f 8064/8925/48151 7999/8860/48152 8063/8924/48153 +f 8063/8924/48154 7999/8860/48155 7981/8842/48156 +f 8016/8877/48157 7979/8840/48158 8064/8925/48159 +f 8064/8925/48160 7979/8840/48161 7999/8860/48162 +f 8039/8900/48163 8034/8895/48164 8040/8901/48165 +f 8040/8901/48166 8034/8895/48167 8033/8894/48168 +f 8040/8901/48169 8033/8894/48170 8041/8902/48171 +f 8041/8902/48172 8033/8894/48173 8032/8893/48174 +f 8041/8902/48175 8032/8893/48176 8024/8885/48177 +f 8024/8885/48178 8032/8893/48179 8025/8886/48180 +f 8025/8886/48181 8032/8893/48182 8031/8892/48183 +f 8025/8886/48184 8031/8892/48185 8026/8887/48186 +f 8026/8887/48187 8031/8892/48188 8029/8890/48189 +f 8026/8887/48190 8029/8890/48191 8028/8889/48192 +f 8038/8899/48193 8037/8898/48194 8039/8900/48195 +f 8039/8900/48196 8037/8898/48197 8036/8897/48198 +f 8039/8900/48199 8036/8897/48200 8034/8895/48201 +f 8034/8895/48202 8036/8897/48203 8035/8896/48204 +f 8034/8895/48205 8035/8896/48206 7531/8392/48207 +f 7533/8394/48208 8030/8891/48209 8031/8892/48210 +f 8031/8892/48211 8030/8891/48212 8029/8890/48213 +f 8028/8889/48214 8027/8888/48215 8026/8887/48216 +f 8023/8884/48217 8018/8879/48218 8024/8885/48219 +f 8024/8885/48220 8018/8879/48221 8017/8878/48222 +f 8024/8885/48223 8017/8878/48224 8048/8909/48225 +f 8048/8909/48226 8017/8878/48227 8057/8918/48228 +f 8048/8909/48229 8057/8918/48230 8049/8910/48231 +f 8049/8910/48232 8057/8918/48233 8056/8917/48234 +f 8049/8910/48235 8056/8917/48236 8050/8911/48237 +f 8050/8911/48238 8056/8917/48239 8053/8914/48240 +f 8050/8911/48241 8053/8914/48242 8052/8913/48243 +f 8022/8883/48244 8021/8882/48245 8023/8884/48246 +f 8023/8884/48247 8021/8882/48248 8018/8879/48249 +f 8021/8882/48250 8020/8881/48251 8018/8879/48252 +f 8018/8879/48253 8020/8881/48254 8019/8880/48255 +f 8057/8918/48256 8017/8878/48257 8058/8919/48258 +f 8058/8919/48259 8017/8878/48260 8015/8876/48261 +f 8058/8919/48262 8015/8876/48263 8059/8920/48264 +f 8059/8920/48265 8015/8876/48266 8016/8877/48267 +f 8059/8920/48268 8016/8877/48269 8062/8923/48270 +f 8062/8923/48271 8016/8877/48272 8063/8924/48273 +f 8063/8924/48274 8016/8877/48275 8064/8925/48276 +f 8062/8923/48277 8061/8922/48278 8059/8920/48279 +f 8059/8920/48280 8061/8922/48281 8060/8921/48282 +f 8055/8916/48283 8054/8915/48284 8056/8917/48285 +f 8056/8917/48286 8054/8915/48287 8053/8914/48288 +f 8052/8913/48289 8051/8912/48290 8050/8911/48291 +f 8024/8885/48292 8048/8909/48293 8041/8902/48294 +f 8041/8902/48295 8048/8909/48296 8047/8908/48297 +f 8041/8902/48298 8047/8908/48299 8042/8903/48300 +f 8042/8903/48301 8047/8908/48302 8044/8905/48303 +f 8042/8903/48304 8044/8905/48305 8043/8904/48306 +f 8046/8907/48307 8045/8906/48308 8047/8908/48309 +f 8047/8908/48310 8045/8906/48311 8044/8905/48312 +f 8065/8926/48313 8066/8927/48314 8067/8928/48315 +f 8067/8928/48316 8066/8927/48317 8068/8929/48318 +f 8068/8929/48319 8066/8927/48320 8069/8930/48321 +f 8068/8929/48322 8069/8930/48323 8070/8931/48324 +f 8070/8931/48325 8069/8930/48326 8071/8932/48327 +f 8069/8930/48328 8066/8927/48329 8072/8933/48330 +f 8072/8933/48331 8066/8927/48332 8073/8934/48333 +f 8072/8933/48334 8073/8934/48335 8074/8935/48336 +f 8074/8935/48337 8073/8934/48338 8075/8936/48339 +f 8074/8935/48340 8075/8936/48341 8076/8937/48342 +f 8076/8937/48343 8075/8936/48344 8077/8938/48345 +f 8077/8938/48346 8075/8936/48347 8078/8939/48348 +f 8077/8938/48349 8078/8939/48350 8079/8940/48351 +f 8079/8940/48352 8078/8939/48353 8080/8941/48354 +f 8079/8940/48355 8080/8941/48356 8081/8942/48357 +f 8082/8943/48358 8083/8944/48359 8078/8939/48360 +f 8078/8939/48361 8083/8944/48362 8080/8941/48363 +f 8081/8942/48364 8084/8945/48365 8079/8940/48366 +f 8085/8946/48367 8086/8947/48368 8076/8937/48369 +f 8076/8937/48370 8086/8947/48371 8087/8948/48372 +f 8076/8937/48373 8087/8948/48374 8074/8935/48375 +f 8074/8935/48376 8087/8948/48377 8088/8949/48378 +f 8074/8935/48379 8088/8949/48380 8089/8950/48381 +f 8090/8951/48382 8091/8952/48383 8085/8946/48384 +f 8085/8946/48385 8091/8952/48386 8086/8947/48387 +f 8091/8952/48388 8092/8953/48389 8086/8947/48390 +f 8086/8947/48391 8092/8953/48392 8093/8954/48393 +f 8094/8955/48394 8095/8956/48395 8087/8948/48396 +f 8087/8948/48397 8095/8956/48398 8096/8957/48399 +f 8087/8948/48400 8096/8957/48401 8088/8949/48402 +f 8088/8949/48403 8096/8957/48404 8097/8958/48405 +f 8097/8958/48406 8096/8957/48407 8098/8959/48408 +f 8097/8958/48409 8098/8959/48410 8099/8960/48411 +f 8099/8960/48412 8098/8959/48413 8100/8961/48414 +f 8099/8960/48415 8100/8961/48416 8101/8962/48417 +f 8095/8956/48418 8094/8955/48419 8102/8963/48420 +f 8102/8963/48421 8094/8955/48422 8103/8964/48423 +f 8102/8963/48424 8103/8964/48425 8104/8965/48426 +f 8104/8965/48427 8103/8964/48428 8105/8966/48429 +f 8105/8966/48430 8103/8964/48431 8106/8967/48432 +f 8104/8965/48433 8107/8968/48434 8102/8963/48435 +f 8102/8963/48436 8107/8968/48437 8108/8969/48438 +f 8109/8970/48439 8110/8971/48440 8098/8959/48441 +f 8098/8959/48442 8110/8971/48443 8100/8961/48444 +f 8101/8962/48445 8111/8972/48446 8099/8960/48447 +f 8112/8973/48448 8113/8974/48449 8089/8950/48450 +f 8089/8950/48451 8113/8974/48452 8114/8975/48453 +f 8089/8950/48454 8114/8975/48455 8115/8976/48456 +f 8115/8976/48457 8114/8975/48458 8116/8977/48459 +f 8115/8976/48460 8074/8935/48461 8089/8950/48462 +f 8117/8978/48463 8095/8956/48464 8118/8979/48465 +f 8118/8979/48466 8095/8956/48467 8102/8963/48468 +f 8119/8980/48469 8096/8957/48470 8117/8978/48471 +f 8117/8978/48472 8096/8957/48473 8095/8956/48474 +f 8120/8981/48475 8098/8959/48476 8119/8980/48477 +f 8119/8980/48478 8098/8959/48479 8096/8957/48480 +f 7591/8452/48481 8109/8970/48482 8120/8981/48483 +f 8120/8981/48484 8109/8970/48485 8098/8959/48486 +f 8121/8982/48487 8110/8971/48488 7591/8452/48489 +f 7591/8452/48490 8110/8971/48491 8109/8970/48492 +f 8122/8983/48493 8100/8961/48494 8121/8982/48495 +f 8121/8982/48496 8100/8961/48497 8110/8971/48498 +f 8123/8984/48499 8101/8962/48500 8122/8983/48501 +f 8122/8983/48502 8101/8962/48503 8100/8961/48504 +f 8124/8985/48505 8111/8972/48506 8123/8984/48507 +f 8123/8984/48508 8111/8972/48509 8101/8962/48510 +f 8125/8986/48511 8099/8960/48512 8124/8985/48513 +f 8124/8985/48514 8099/8960/48515 8111/8972/48516 +f 8126/8987/48517 8097/8958/48518 8125/8986/48519 +f 8125/8986/48520 8097/8958/48521 8099/8960/48522 +f 8127/8988/48523 8088/8949/48524 8126/8987/48525 +f 8126/8987/48526 8088/8949/48527 8097/8958/48528 +f 8128/8989/48529 8089/8950/48530 8127/8988/48531 +f 8127/8988/48532 8089/8950/48533 8088/8949/48534 +f 8129/8990/48535 8112/8973/48536 8128/8989/48537 +f 8128/8989/48538 8112/8973/48539 8089/8950/48540 +f 8130/8991/48541 8113/8974/48542 8129/8990/48543 +f 8129/8990/48544 8113/8974/48545 8112/8973/48546 +f 8131/8992/48547 8114/8975/48548 8130/8991/48549 +f 8130/8991/48550 8114/8975/48551 8113/8974/48552 +f 8132/8993/48553 8116/8977/48554 8131/8992/48555 +f 8131/8992/48556 8116/8977/48557 8114/8975/48558 +f 8133/8994/48559 8115/8976/48560 8132/8993/48561 +f 8132/8993/48562 8115/8976/48563 8116/8977/48564 +f 8134/8995/48565 8074/8935/48566 8133/8994/48567 +f 8133/8994/48568 8074/8935/48569 8115/8976/48570 +f 8135/8996/48571 8072/8933/48572 8134/8995/48573 +f 8134/8995/48574 8072/8933/48575 8074/8935/48576 +f 8136/8997/48577 8069/8930/48578 8135/8996/48579 +f 8135/8996/48580 8069/8930/48581 8072/8933/48582 +f 8137/8998/48583 8071/8932/48584 8136/8997/48585 +f 8136/8997/48586 8071/8932/48587 8069/8930/48588 +f 8138/8999/48589 8070/8931/48590 8137/8998/48591 +f 8137/8998/48592 8070/8931/48593 8071/8932/48594 +f 8139/9000/48595 8068/8929/48596 8138/8999/48597 +f 8138/8999/48598 8068/8929/48599 8070/8931/48600 +f 8140/9001/48601 8067/8928/48602 8139/9000/48603 +f 8139/9000/48604 8067/8928/48605 8068/8929/48606 +f 8141/9002/48607 8065/8926/48608 8140/9001/48609 +f 8140/9001/48610 8065/8926/48611 8067/8928/48612 +f 8142/9003/48613 8066/8927/48614 8141/9002/48615 +f 8141/9002/48616 8066/8927/48617 8065/8926/48618 +f 8143/9004/48619 8073/8934/48620 8142/9003/48621 +f 8142/9003/48622 8073/8934/48623 8066/8927/48624 +f 8144/9005/48625 8075/8936/48626 8143/9004/48627 +f 8143/9004/48628 8075/8936/48629 8073/8934/48630 +f 8145/9006/48631 8078/8939/48632 8144/9005/48633 +f 8144/9005/48634 8078/8939/48635 8075/8936/48636 +f 8146/9007/48637 8082/8943/48638 8145/9006/48639 +f 8145/9006/48640 8082/8943/48641 8078/8939/48642 +f 8147/9008/48643 8083/8944/48644 8146/9007/48645 +f 8146/9007/48646 8083/8944/48647 8082/8943/48648 +f 8148/9009/48649 8080/8941/48650 8147/9008/48651 +f 8147/9008/48652 8080/8941/48653 8083/8944/48654 +f 8149/9010/48655 8081/8942/48656 8148/9009/48657 +f 8148/9009/48658 8081/8942/48659 8080/8941/48660 +f 8150/9011/48661 8084/8945/48662 8149/9010/48663 +f 8149/9010/48664 8084/8945/48665 8081/8942/48666 +f 8151/9012/48667 8079/8940/48668 8150/9011/48669 +f 8150/9011/48670 8079/8940/48671 8084/8945/48672 +f 8152/9013/48673 8077/8938/48674 8151/9012/48675 +f 8151/9012/48676 8077/8938/48677 8079/8940/48678 +f 8153/9014/48679 8076/8937/48680 8152/9013/48681 +f 8152/9013/48682 8076/8937/48683 8077/8938/48684 +f 8154/9015/48685 8085/8946/48686 8153/9014/48687 +f 8153/9014/48688 8085/8946/48689 8076/8937/48690 +f 8155/9016/48691 8090/8951/48692 8154/9015/48693 +f 8154/9015/48694 8090/8951/48695 8085/8946/48696 +f 8156/9017/48697 8091/8952/48698 8155/9016/48699 +f 8155/9016/48700 8091/8952/48701 8090/8951/48702 +f 8157/9018/48703 8092/8953/48704 8156/9017/48705 +f 8156/9017/48706 8092/8953/48707 8091/8952/48708 +f 8158/9019/48709 8093/8954/48710 8157/9018/48711 +f 8157/9018/48712 8093/8954/48713 8092/8953/48714 +f 8159/9020/48715 8086/8947/48716 8158/9019/48717 +f 8158/9019/48718 8086/8947/48719 8093/8954/48720 +f 8160/9021/48721 8087/8948/48722 8159/9020/48723 +f 8159/9020/48724 8087/8948/48725 8086/8947/48726 +f 8161/9022/48727 8094/8955/48728 8160/9021/48729 +f 8160/9021/48730 8094/8955/48731 8087/8948/48732 +f 8162/9023/48733 8103/8964/48734 8161/9022/48735 +f 8161/9022/48736 8103/8964/48737 8094/8955/48738 +f 8163/9024/48739 8106/8967/48740 8162/9023/48741 +f 8162/9023/48742 8106/8967/48743 8103/8964/48744 +f 8164/9025/48745 8105/8966/48746 8163/9024/48747 +f 8163/9024/48748 8105/8966/48749 8106/8967/48750 +f 8165/9026/48751 8104/8965/48752 8164/9025/48753 +f 8164/9025/48754 8104/8965/48755 8105/8966/48756 +f 8166/9027/48757 8107/8968/48758 8165/9026/48759 +f 8165/9026/48760 8107/8968/48761 8104/8965/48762 +f 7590/8451/48763 8108/8969/48764 8166/9027/48765 +f 8166/9027/48766 8108/8969/48767 8107/8968/48768 +f 8118/8979/48769 8102/8963/48770 7590/8451/48771 +f 7590/8451/48772 8102/8963/48773 8108/8969/48774 +f 8142/9003/48775 8135/8996/48776 8143/9004/48777 +f 8143/9004/48778 8135/8996/48779 8134/8995/48780 +f 8143/9004/48781 8134/8995/48782 8153/9014/48783 +f 8153/9014/48784 8134/8995/48785 8160/9021/48786 +f 8153/9014/48787 8160/9021/48788 8159/9020/48789 +f 8141/9002/48790 8140/9001/48791 8142/9003/48792 +f 8142/9003/48793 8140/9001/48794 8139/9000/48795 +f 8142/9003/48796 8139/9000/48797 8136/8997/48798 +f 8136/8997/48799 8139/9000/48800 8138/8999/48801 +f 8136/8997/48802 8138/8999/48803 8137/8998/48804 +f 8136/8997/48805 8135/8996/48806 8142/9003/48807 +f 8133/8994/48808 8128/8989/48809 8134/8995/48810 +f 8134/8995/48811 8128/8989/48812 8127/8988/48813 +f 8134/8995/48814 8127/8988/48815 8160/9021/48816 +f 8160/9021/48817 8127/8988/48818 8117/8978/48819 +f 8160/9021/48820 8117/8978/48821 8161/9022/48822 +f 8161/9022/48823 8117/8978/48824 8118/8979/48825 +f 8161/9022/48826 8118/8979/48827 8162/9023/48828 +f 8162/9023/48829 8118/8979/48830 8165/9026/48831 +f 8162/9023/48832 8165/9026/48833 8164/9025/48834 +f 8132/8993/48835 8131/8992/48836 8133/8994/48837 +f 8133/8994/48838 8131/8992/48839 8128/8989/48840 +f 8131/8992/48841 8130/8991/48842 8128/8989/48843 +f 8128/8989/48844 8130/8991/48845 8129/8990/48846 +f 8117/8978/48847 8127/8988/48848 8119/8980/48849 +f 8119/8980/48850 8127/8988/48851 8126/8987/48852 +f 8119/8980/48853 8126/8987/48854 8120/8981/48855 +f 8120/8981/48856 8126/8987/48857 8125/8986/48858 +f 8120/8981/48859 8125/8986/48860 8122/8983/48861 +f 8122/8983/48862 8125/8986/48863 8123/8984/48864 +f 8123/8984/48865 8125/8986/48866 8124/8985/48867 +f 8122/8983/48868 8121/8982/48869 8120/8981/48870 +f 8120/8981/48871 8121/8982/48872 7591/8452/48873 +f 7590/8451/48874 8166/9027/48875 8118/8979/48876 +f 8118/8979/48877 8166/9027/48878 8165/9026/48879 +f 8164/9025/48880 8163/9024/48881 8162/9023/48882 +f 8158/9019/48883 8157/9018/48884 8159/9020/48885 +f 8159/9020/48886 8157/9018/48887 8156/9017/48888 +f 8159/9020/48889 8156/9017/48890 8154/9015/48891 +f 8154/9015/48892 8156/9017/48893 8155/9016/48894 +f 8154/9015/48895 8153/9014/48896 8159/9020/48897 +f 8143/9004/48898 8153/9014/48899 8144/9005/48900 +f 8144/9005/48901 8153/9014/48902 8152/9013/48903 +f 8144/9005/48904 8152/9013/48905 8145/9006/48906 +f 8145/9006/48907 8152/9013/48908 8151/9012/48909 +f 8145/9006/48910 8151/9012/48911 8148/9009/48912 +f 8148/9009/48913 8151/9012/48914 8149/9010/48915 +f 8149/9010/48916 8151/9012/48917 8150/9011/48918 +f 8148/9009/48919 8147/9008/48920 8145/9006/48921 +f 8145/9006/48922 8147/9008/48923 8146/9007/48924 +f 8167/9028/48925 8068/8929/48926 8168/9029/48927 +f 8168/9029/48928 8068/8929/48929 8169/9030/48930 +f 8170/9031/48931 8167/9028/48932 8171/9032/48933 +f 8171/9032/48934 8167/9028/48935 8168/9029/48936 +f 7980/8841/48937 8170/9031/48938 8172/9033/48939 +f 8172/9033/48940 8170/9031/48941 8171/9032/48942 +f 8068/8929/48943 7980/8841/48944 8169/9030/48945 +f 8169/9030/48946 7980/8841/48947 8172/9033/48948 +f 7980/8841/48949 8068/8929/48950 8170/9031/48951 +f 8170/9031/48952 8068/8929/48953 8167/9028/48954 +f 8169/9030/48955 8172/9033/48956 8168/9029/48957 +f 8168/9029/48958 8172/9033/48959 8171/9032/48960 +f 8173/9034/48961 8174/9035/48962 8175/9036/48963 +f 8175/9036/48964 8174/9035/48965 8176/9037/48966 +f 8176/9037/48967 8174/9035/48968 8177/9038/48969 +f 8176/9037/48970 8177/9038/48971 8178/9039/48972 +f 8178/9039/48973 8177/9038/48974 8179/9040/48975 +f 8174/9035/48976 8180/9041/48977 8177/9038/48978 +f 8177/9038/48979 8180/9041/48980 8181/9042/48981 +f 8181/9042/48982 8180/9041/48983 8182/9043/48984 +f 8181/9042/48985 8182/9043/48986 8183/9044/48987 +f 8183/9044/48988 8182/9043/48989 8184/9045/48990 +f 8183/9044/48991 8184/9045/48992 8185/9046/48993 +f 8185/9046/48994 8184/9045/48995 8186/9047/48996 +f 8185/9046/48997 8186/9047/48998 8187/9048/48999 +f 8184/9045/49000 8182/9043/49001 8188/9049/49002 +f 8188/9049/49003 8182/9043/49004 8189/9050/49005 +f 8188/9049/49006 8189/9050/49007 8190/9051/49008 +f 8190/9051/49009 8189/9050/49010 8191/9052/49011 +f 8191/9052/49012 8189/9050/49013 8192/9053/49014 +f 8190/9051/49015 8193/9054/49016 8188/9049/49017 +f 8184/9045/49018 8194/9055/49019 8186/9047/49020 +f 8186/9047/49021 8194/9055/49022 8195/9056/49023 +f 8195/9056/49024 8194/9055/49025 8196/9057/49026 +f 8195/9056/49027 8196/9057/49028 8167/9028/49029 +f 8167/9028/49030 8196/9057/49031 8197/9058/49032 +f 8197/9058/49033 8196/9057/49034 8198/9059/49035 +f 8167/9028/49036 8199/9060/49037 8195/9056/49038 +f 8195/9056/49039 8199/9060/49040 8200/9061/49041 +f 8185/9046/49042 8187/9048/49043 8201/9062/49044 +f 8201/9062/49045 8187/9048/49046 8202/9063/49047 +f 8201/9062/49048 8202/9063/49049 8203/9064/49050 +f 8203/9064/49051 8202/9063/49052 8204/9065/49053 +f 8203/9064/49054 8204/9065/49055 8205/9066/49056 +f 8206/9067/49057 8207/9068/49058 8202/9063/49059 +f 8202/9063/49060 8207/9068/49061 8204/9065/49062 +f 8205/9066/49063 8208/9069/49064 8203/9064/49065 +f 8183/9044/49066 8185/9046/49067 8209/9070/49068 +f 8209/9070/49069 8185/9046/49070 8210/9071/49071 +f 8209/9070/49072 8210/9071/49073 8211/9072/49074 +f 8211/9072/49075 8210/9071/49076 8212/9073/49077 +f 8211/9072/49078 8213/9074/49079 8209/9070/49080 +f 8209/9070/49081 8213/9074/49082 8214/9075/49083 +f 8181/9042/49084 8183/9044/49085 8215/9076/49086 +f 8215/9076/49087 8183/9044/49088 8216/9077/49089 +f 8215/9076/49090 8216/9077/49091 8217/9078/49092 +f 8217/9078/49093 8216/9077/49094 8218/9079/49095 +f 8217/9078/49096 8218/9079/49097 8219/9080/49098 +f 8219/9080/49099 8218/9079/49100 8220/9081/49101 +f 8220/9081/49102 8218/9079/49103 8221/9082/49104 +f 8219/9080/49105 8222/9083/49106 8217/9078/49107 +f 8217/9078/49108 8222/9083/49109 8223/9084/49110 +f 8174/9035/49111 8224/9085/49112 8180/9041/49113 +f 8180/9041/49114 8224/9085/49115 8225/9086/49116 +f 8180/9041/49117 8225/9086/49118 8182/9043/49119 +f 8182/9043/49120 8225/9086/49121 8226/9087/49122 +f 8182/9043/49123 8226/9087/49124 8189/9050/49125 +f 8189/9050/49126 8226/9087/49127 8227/9088/49128 +f 8189/9050/49129 8227/9088/49130 8192/9053/49131 +f 8192/9053/49132 8227/9088/49133 8228/9089/49134 +f 8192/9053/49135 8228/9089/49136 8191/9052/49137 +f 8191/9052/49138 8228/9089/49139 8229/9090/49140 +f 8191/9052/49141 8229/9090/49142 8190/9051/49143 +f 8190/9051/49144 8229/9090/49145 8230/9091/49146 +f 8190/9051/49147 8230/9091/49148 8193/9054/49149 +f 8193/9054/49150 8230/9091/49151 8231/9092/49152 +f 8193/9054/49153 8231/9092/49154 8188/9049/49155 +f 8188/9049/49156 8231/9092/49157 8232/9093/49158 +f 8188/9049/49159 8232/9093/49160 8184/9045/49161 +f 8184/9045/49162 8232/9093/49163 8233/9094/49164 +f 8184/9045/49165 8233/9094/49166 8194/9055/49167 +f 8194/9055/49168 8233/9094/49169 8234/9095/49170 +f 8194/9055/49171 8234/9095/49172 8196/9057/49173 +f 8196/9057/49174 8234/9095/49175 8235/9096/49176 +f 8196/9057/49177 8235/9096/49178 8198/9059/49179 +f 8198/9059/49180 8235/9096/49181 8236/9097/49182 +f 8198/9059/49183 8236/9097/49184 8197/9058/49185 +f 8197/9058/49186 8236/9097/49187 8237/9098/49188 +f 8197/9058/49189 8237/9098/49190 8167/9028/49191 +f 8167/9028/49192 8237/9098/49193 8238/9099/49194 +f 8167/9028/49195 8238/9099/49196 8199/9060/49197 +f 8199/9060/49198 8238/9099/49199 8239/9100/49200 +f 8199/9060/49201 8239/9100/49202 8200/9061/49203 +f 8200/9061/49204 8239/9100/49205 8240/9101/49206 +f 8200/9061/49207 8240/9101/49208 8195/9056/49209 +f 8195/9056/49210 8240/9101/49211 8241/9102/49212 +f 8195/9056/49213 8241/9102/49214 8186/9047/49215 +f 8186/9047/49216 8241/9102/49217 8242/9103/49218 +f 8186/9047/49219 8242/9103/49220 8187/9048/49221 +f 8187/9048/49222 8242/9103/49223 8243/9104/49224 +f 8187/9048/49225 8243/9104/49226 8202/9063/49227 +f 8202/9063/49228 8243/9104/49229 8244/9105/49230 +f 8202/9063/49231 8244/9105/49232 8206/9067/49233 +f 8206/9067/49234 8244/9105/49235 8245/9106/49236 +f 8206/9067/49237 8245/9106/49238 8207/9068/49239 +f 8207/9068/49240 8245/9106/49241 8246/9107/49242 +f 8207/9068/49243 8246/9107/49244 8204/9065/49245 +f 8204/9065/49246 8246/9107/49247 8247/9108/49248 +f 8204/9065/49249 8247/9108/49250 8205/9066/49251 +f 8205/9066/49252 8247/9108/49253 8248/9109/49254 +f 8205/9066/49255 8248/9109/49256 8208/9069/49257 +f 8208/9069/49258 8248/9109/49259 8249/9110/49260 +f 8208/9069/49261 8249/9110/49262 8203/9064/49263 +f 8203/9064/49264 8249/9110/49265 8250/9111/49266 +f 8203/9064/49267 8250/9111/49268 8201/9062/49269 +f 8201/9062/49270 8250/9111/49271 8251/9112/49272 +f 8201/9062/49273 8251/9112/49274 8185/9046/49275 +f 8185/9046/49276 8251/9112/49277 8252/9113/49278 +f 8185/9046/49279 8252/9113/49280 8210/9071/49281 +f 8210/9071/49282 8252/9113/49283 8253/9114/49284 +f 8210/9071/49285 8253/9114/49286 8212/9073/49287 +f 8212/9073/49288 8253/9114/49289 8254/9115/49290 +f 8212/9073/49291 8254/9115/49292 8211/9072/49293 +f 8211/9072/49294 8254/9115/49295 8255/9116/49296 +f 8211/9072/49297 8255/9116/49298 8213/9074/49299 +f 8213/9074/49300 8255/9116/49301 8256/9117/49302 +f 8213/9074/49303 8256/9117/49304 8214/9075/49305 +f 8214/9075/49306 8256/9117/49307 8257/9118/49308 +f 8214/9075/49309 8257/9118/49310 8209/9070/49311 +f 8209/9070/49312 8257/9118/49313 8258/9119/49314 +f 8209/9070/49315 8258/9119/49316 8183/9044/49317 +f 8183/9044/49318 8258/9119/49319 8259/9120/49320 +f 8183/9044/49321 8259/9120/49322 8216/9077/49323 +f 8216/9077/49324 8259/9120/49325 8260/9121/49326 +f 8216/9077/49327 8260/9121/49328 8218/9079/49329 +f 8218/9079/49330 8260/9121/49331 8261/9122/49332 +f 8218/9079/49333 8261/9122/49334 8221/9082/49335 +f 8221/9082/49336 8261/9122/49337 8262/9123/49338 +f 8221/9082/49339 8262/9123/49340 8220/9081/49341 +f 8220/9081/49342 8262/9123/49343 8263/9124/49344 +f 8220/9081/49345 8263/9124/49346 8219/9080/49347 +f 8219/9080/49348 8263/9124/49349 8264/9125/49350 +f 8219/9080/49351 8264/9125/49352 8222/9083/49353 +f 8222/9083/49354 8264/9125/49355 8265/9126/49356 +f 8222/9083/49357 8265/9126/49358 8223/9084/49359 +f 8223/9084/49360 8265/9126/49361 8266/9127/49362 +f 8223/9084/49363 8266/9127/49364 8217/9078/49365 +f 8217/9078/49366 8266/9127/49367 8267/9128/49368 +f 8217/9078/49369 8267/9128/49370 8215/9076/49371 +f 8215/9076/49372 8267/9128/49373 8268/9129/49374 +f 8215/9076/49375 8268/9129/49376 8181/9042/49377 +f 8181/9042/49378 8268/9129/49379 8269/9130/49380 +f 8181/9042/49381 8269/9130/49382 8177/9038/49383 +f 8177/9038/49384 8269/9130/49385 8270/9131/49386 +f 8177/9038/49387 8270/9131/49388 8179/9040/49389 +f 8179/9040/49390 8270/9131/49391 8271/9132/49392 +f 8179/9040/49393 8271/9132/49394 8178/9039/49395 +f 8178/9039/49396 8271/9132/49397 8272/9133/49398 +f 8178/9039/49399 8272/9133/49400 8176/9037/49401 +f 8176/9037/49402 8272/9133/49403 8273/9134/49404 +f 8176/9037/49405 8273/9134/49406 8175/9036/49407 +f 8175/9036/49408 8273/9134/49409 8274/9135/49410 +f 8175/9036/49411 8274/9135/49412 8173/9034/49413 +f 8173/9034/49414 8274/9135/49415 8275/9136/49416 +f 8173/9034/49417 8275/9136/49418 8174/9035/49419 +f 8174/9035/49420 8275/9136/49421 8224/9085/49422 +f 8275/9136/49423 8274/9135/49424 8224/9085/49425 +f 8224/9085/49426 8274/9135/49427 8273/9134/49428 +f 8224/9085/49429 8273/9134/49430 8270/9131/49431 +f 8270/9131/49432 8273/9134/49433 8272/9133/49434 +f 8270/9131/49435 8272/9133/49436 8271/9132/49437 +f 8224/9085/49438 8270/9131/49439 8225/9086/49440 +f 8225/9086/49441 8270/9131/49442 8269/9130/49443 +f 8225/9086/49444 8269/9130/49445 8226/9087/49446 +f 8226/9087/49447 8269/9130/49448 8259/9120/49449 +f 8226/9087/49450 8259/9120/49451 8252/9113/49452 +f 8252/9113/49453 8259/9120/49454 8253/9114/49455 +f 8253/9114/49456 8259/9120/49457 8258/9119/49458 +f 8253/9114/49459 8258/9119/49460 8255/9116/49461 +f 8255/9116/49462 8258/9119/49463 8256/9117/49464 +f 8256/9117/49465 8258/9119/49466 8257/9118/49467 +f 8269/9130/49468 8268/9129/49469 8259/9120/49470 +f 8259/9120/49471 8268/9129/49472 8260/9121/49473 +f 8260/9121/49474 8268/9129/49475 8267/9128/49476 +f 8260/9121/49477 8267/9128/49478 8261/9122/49479 +f 8261/9122/49480 8267/9128/49481 8264/9125/49482 +f 8261/9122/49483 8264/9125/49484 8263/9124/49485 +f 8266/9127/49486 8265/9126/49487 8267/9128/49488 +f 8267/9128/49489 8265/9126/49490 8264/9125/49491 +f 8263/9124/49492 8262/9123/49493 8261/9122/49494 +f 8255/9116/49495 8254/9115/49496 8253/9114/49497 +f 8251/9112/49498 8243/9104/49499 8252/9113/49500 +f 8252/9113/49501 8243/9104/49502 8242/9103/49503 +f 8252/9113/49504 8242/9103/49505 8233/9094/49506 +f 8233/9094/49507 8242/9103/49508 8234/9095/49509 +f 8234/9095/49510 8242/9103/49511 8241/9102/49512 +f 8234/9095/49513 8241/9102/49514 8235/9096/49515 +f 8235/9096/49516 8241/9102/49517 8238/9099/49518 +f 8235/9096/49519 8238/9099/49520 8237/9098/49521 +f 8243/9104/49522 8251/9112/49523 8244/9105/49524 +f 8244/9105/49525 8251/9112/49526 8250/9111/49527 +f 8244/9105/49528 8250/9111/49529 8247/9108/49530 +f 8247/9108/49531 8250/9111/49532 8248/9109/49533 +f 8248/9109/49534 8250/9111/49535 8249/9110/49536 +f 8247/9108/49537 8246/9107/49538 8244/9105/49539 +f 8244/9105/49540 8246/9107/49541 8245/9106/49542 +f 8240/9101/49543 8239/9100/49544 8241/9102/49545 +f 8241/9102/49546 8239/9100/49547 8238/9099/49548 +f 8237/9098/49549 8236/9097/49550 8235/9096/49551 +f 8232/9093/49552 8227/9088/49553 8233/9094/49554 +f 8233/9094/49555 8227/9088/49556 8226/9087/49557 +f 8233/9094/49558 8226/9087/49559 8252/9113/49560 +f 8231/9092/49561 8230/9091/49562 8232/9093/49563 +f 8232/9093/49564 8230/9091/49565 8229/9090/49566 +f 8232/9093/49567 8229/9090/49568 8227/9088/49569 +f 8227/9088/49570 8229/9090/49571 8228/9089/49572 +f 8276/9137/49573 8277/9138/49574 8278/9139/49575 +f 8278/9139/49576 8277/9138/49577 8279/9140/49578 +f 8279/9140/49579 8277/9138/49580 8280/9141/49581 +f 8279/9140/49582 8280/9141/49583 8281/9142/49584 +f 8281/9142/49585 8280/9141/49586 8282/9143/49587 +f 8280/9141/49588 8277/9138/49589 8283/9144/49590 +f 8283/9144/49591 8277/9138/49592 8284/9145/49593 +f 8283/9144/49594 8284/9145/49595 8285/9146/49596 +f 8285/9146/49597 8284/9145/49598 8286/9147/49599 +f 8285/9146/49600 8286/9147/49601 8287/9148/49602 +f 8287/9148/49603 8286/9147/49604 8288/9149/49605 +f 8288/9149/49606 8286/9147/49607 8289/9150/49608 +f 8288/9149/49609 8289/9150/49610 8290/9151/49611 +f 8290/9151/49612 8289/9150/49613 8170/9031/49614 +f 8290/9151/49615 8170/9031/49616 8291/9152/49617 +f 8292/9153/49618 8293/9154/49619 8289/9150/49620 +f 8289/9150/49621 8293/9154/49622 8170/9031/49623 +f 8291/9152/49624 8294/9155/49625 8290/9151/49626 +f 8295/9156/49627 8296/9157/49628 8287/9148/49629 +f 8287/9148/49630 8296/9157/49631 8297/9158/49632 +f 8287/9148/49633 8297/9158/49634 8285/9146/49635 +f 8285/9146/49636 8297/9158/49637 8298/9159/49638 +f 8285/9146/49639 8298/9159/49640 8299/9160/49641 +f 8299/9160/49642 8298/9159/49643 8300/9161/49644 +f 8299/9160/49645 8300/9161/49646 8301/9162/49647 +f 8301/9162/49648 8300/9161/49649 8302/9163/49650 +f 8303/9164/49651 8304/9165/49652 8295/9156/49653 +f 8295/9156/49654 8304/9165/49655 8305/9166/49656 +f 8295/9156/49657 8305/9166/49658 8296/9157/49659 +f 8296/9157/49660 8305/9166/49661 8306/9167/49662 +f 8298/9159/49663 8297/9158/49664 8307/9168/49665 +f 8307/9168/49666 8297/9158/49667 8308/9169/49668 +f 8307/9168/49669 8308/9169/49670 8309/9170/49671 +f 8309/9170/49672 8308/9169/49673 8310/9171/49674 +f 8309/9170/49675 8310/9171/49676 8311/9172/49677 +f 8311/9172/49678 8310/9171/49679 8312/9173/49680 +f 8312/9173/49681 8310/9171/49682 8313/9174/49683 +f 8311/9172/49684 8314/9175/49685 8309/9170/49686 +f 8309/9170/49687 8314/9175/49688 8315/9176/49689 +f 8307/9168/49690 8316/9177/49691 8298/9159/49692 +f 8298/9159/49693 8316/9177/49694 8317/9178/49695 +f 8317/9178/49696 8316/9177/49697 8318/9179/49698 +f 8317/9178/49699 8318/9179/49700 8319/9180/49701 +f 8319/9180/49702 8318/9179/49703 8320/9181/49704 +f 8319/9180/49705 8320/9181/49706 8321/9182/49707 +f 8322/9183/49708 8323/9184/49709 8318/9179/49710 +f 8318/9179/49711 8323/9184/49712 8320/9181/49713 +f 8321/9182/49714 8324/9185/49715 8319/9180/49716 +f 8301/9162/49717 8325/9186/49718 8299/9160/49719 +f 8299/9160/49720 8325/9186/49721 8326/9187/49722 +f 8277/9138/49723 8327/9188/49724 8284/9145/49725 +f 8284/9145/49726 8327/9188/49727 8328/9189/49728 +f 8284/9145/49729 8328/9189/49730 8286/9147/49731 +f 8286/9147/49732 8328/9189/49733 8329/9190/49734 +f 8286/9147/49735 8329/9190/49736 8289/9150/49737 +f 8289/9150/49738 8329/9190/49739 8330/9191/49740 +f 8289/9150/49741 8330/9191/49742 8292/9153/49743 +f 8292/9153/49744 8330/9191/49745 8331/9192/49746 +f 8292/9153/49747 8331/9192/49748 8293/9154/49749 +f 8293/9154/49750 8331/9192/49751 8332/9193/49752 +f 8293/9154/49753 8332/9193/49754 8170/9031/49755 +f 8170/9031/49756 8332/9193/49757 8333/9194/49758 +f 8170/9031/49759 8333/9194/49760 8291/9152/49761 +f 8291/9152/49762 8333/9194/49763 8334/9195/49764 +f 8291/9152/49765 8334/9195/49766 8294/9155/49767 +f 8294/9155/49768 8334/9195/49769 8335/9196/49770 +f 8294/9155/49771 8335/9196/49772 8290/9151/49773 +f 8290/9151/49774 8335/9196/49775 8336/9197/49776 +f 8290/9151/49777 8336/9197/49778 8288/9149/49779 +f 8288/9149/49780 8336/9197/49781 8337/9198/49782 +f 8288/9149/49783 8337/9198/49784 8287/9148/49785 +f 8287/9148/49786 8337/9198/49787 8338/9199/49788 +f 8287/9148/49789 8338/9199/49790 8295/9156/49791 +f 8295/9156/49792 8338/9199/49793 8339/9200/49794 +f 8295/9156/49795 8339/9200/49796 8303/9164/49797 +f 8303/9164/49798 8339/9200/49799 8340/9201/49800 +f 8303/9164/49801 8340/9201/49802 8304/9165/49803 +f 8304/9165/49804 8340/9201/49805 8341/9202/49806 +f 8304/9165/49807 8341/9202/49808 8305/9166/49809 +f 8305/9166/49810 8341/9202/49811 8342/9203/49812 +f 8305/9166/49813 8342/9203/49814 8306/9167/49815 +f 8306/9167/49816 8342/9203/49817 8343/9204/49818 +f 8306/9167/49819 8343/9204/49820 8296/9157/49821 +f 8296/9157/49822 8343/9204/49823 8344/9205/49824 +f 8296/9157/49825 8344/9205/49826 8297/9158/49827 +f 8297/9158/49828 8344/9205/49829 8345/9206/49830 +f 8297/9158/49831 8345/9206/49832 8308/9169/49833 +f 8308/9169/49834 8345/9206/49835 8346/9207/49836 +f 8308/9169/49837 8346/9207/49838 8310/9171/49839 +f 8310/9171/49840 8346/9207/49841 8347/9208/49842 +f 8310/9171/49843 8347/9208/49844 8313/9174/49845 +f 8313/9174/49846 8347/9208/49847 8348/9209/49848 +f 8313/9174/49849 8348/9209/49850 8312/9173/49851 +f 8312/9173/49852 8348/9209/49853 8349/9210/49854 +f 8312/9173/49855 8349/9210/49856 8311/9172/49857 +f 8311/9172/49858 8349/9210/49859 8350/9211/49860 +f 8311/9172/49861 8350/9211/49862 8314/9175/49863 +f 8314/9175/49864 8350/9211/49865 8351/9212/49866 +f 8314/9175/49867 8351/9212/49868 8315/9176/49869 +f 8315/9176/49870 8351/9212/49871 8352/9213/49872 +f 8315/9176/49873 8352/9213/49874 8309/9170/49875 +f 8309/9170/49876 8352/9213/49877 8353/9214/49878 +f 8309/9170/49879 8353/9214/49880 8307/9168/49881 +f 8307/9168/49882 8353/9214/49883 8354/9215/49884 +f 8307/9168/49885 8354/9215/49886 8316/9177/49887 +f 8316/9177/49888 8354/9215/49889 8355/9216/49890 +f 8316/9177/49891 8355/9216/49892 8318/9179/49893 +f 8318/9179/49894 8355/9216/49895 8356/9217/49896 +f 8318/9179/49897 8356/9217/49898 8322/9183/49899 +f 8322/9183/49900 8356/9217/49901 8357/9218/49902 +f 8322/9183/49903 8357/9218/49904 8323/9184/49905 +f 8323/9184/49906 8357/9218/49907 8358/9219/49908 +f 8323/9184/49909 8358/9219/49910 8320/9181/49911 +f 8320/9181/49912 8358/9219/49913 8359/9220/49914 +f 8320/9181/49915 8359/9220/49916 8321/9182/49917 +f 8321/9182/49918 8359/9220/49919 8360/9221/49920 +f 8321/9182/49921 8360/9221/49922 8324/9185/49923 +f 8324/9185/49924 8360/9221/49925 8361/9222/49926 +f 8324/9185/49927 8361/9222/49928 8319/9180/49929 +f 8319/9180/49930 8361/9222/49931 8362/9223/49932 +f 8319/9180/49933 8362/9223/49934 8317/9178/49935 +f 8317/9178/49936 8362/9223/49937 8363/9224/49938 +f 8317/9178/49939 8363/9224/49940 8298/9159/49941 +f 8298/9159/49942 8363/9224/49943 8364/9225/49944 +f 8298/9159/49945 8364/9225/49946 8300/9161/49947 +f 8300/9161/49948 8364/9225/49949 8365/9226/49950 +f 8300/9161/49951 8365/9226/49952 8302/9163/49953 +f 8302/9163/49954 8365/9226/49955 8366/9227/49956 +f 8302/9163/49957 8366/9227/49958 8301/9162/49959 +f 8301/9162/49960 8366/9227/49961 8367/9228/49962 +f 8301/9162/49963 8367/9228/49964 8325/9186/49965 +f 8325/9186/49966 8367/9228/49967 8368/9229/49968 +f 8325/9186/49969 8368/9229/49970 8326/9187/49971 +f 8326/9187/49972 8368/9229/49973 8369/9230/49974 +f 8326/9187/49975 8369/9230/49976 8299/9160/49977 +f 8299/9160/49978 8369/9230/49979 8370/9231/49980 +f 8299/9160/49981 8370/9231/49982 8285/9146/49983 +f 8285/9146/49984 8370/9231/49985 8371/9232/49986 +f 8285/9146/49987 8371/9232/49988 8283/9144/49989 +f 8283/9144/49990 8371/9232/49991 8372/9233/49992 +f 8283/9144/49993 8372/9233/49994 8280/9141/49995 +f 8280/9141/49996 8372/9233/49997 8373/9234/49998 +f 8280/9141/49999 8373/9234/50000 8282/9143/50001 +f 8282/9143/50002 8373/9234/50003 8374/9235/50004 +f 8282/9143/50005 8374/9235/50006 8281/9142/50007 +f 8281/9142/50008 8374/9235/50009 8375/9236/50010 +f 8281/9142/50011 8375/9236/50012 8279/9140/50013 +f 8279/9140/50014 8375/9236/50015 8376/9237/50016 +f 8279/9140/50017 8376/9237/50018 8278/9139/50019 +f 8278/9139/50020 8376/9237/50021 8377/9238/50022 +f 8278/9139/50023 8377/9238/50024 8276/9137/50025 +f 8276/9137/50026 8377/9238/50027 8378/9239/50028 +f 8276/9137/50029 8378/9239/50030 8277/9138/50031 +f 8277/9138/50032 8378/9239/50033 8327/9188/50034 +f 8378/9239/50035 8377/9238/50036 8327/9188/50037 +f 8327/9188/50038 8377/9238/50039 8376/9237/50040 +f 8327/9188/50041 8376/9237/50042 8373/9234/50043 +f 8373/9234/50044 8376/9237/50045 8375/9236/50046 +f 8373/9234/50047 8375/9236/50048 8374/9235/50049 +f 8373/9234/50050 8372/9233/50051 8327/9188/50052 +f 8327/9188/50053 8372/9233/50054 8328/9189/50055 +f 8328/9189/50056 8372/9233/50057 8371/9232/50058 +f 8328/9189/50059 8371/9232/50060 8329/9190/50061 +f 8329/9190/50062 8371/9232/50063 8338/9199/50064 +f 8329/9190/50065 8338/9199/50066 8337/9198/50067 +f 8370/9231/50068 8365/9226/50069 8371/9232/50070 +f 8371/9232/50071 8365/9226/50072 8364/9225/50073 +f 8371/9232/50074 8364/9225/50075 8338/9199/50076 +f 8338/9199/50077 8364/9225/50078 8345/9206/50079 +f 8338/9199/50080 8345/9206/50081 8339/9200/50082 +f 8339/9200/50083 8345/9206/50084 8344/9205/50085 +f 8339/9200/50086 8344/9205/50087 8341/9202/50088 +f 8341/9202/50089 8344/9205/50090 8342/9203/50091 +f 8342/9203/50092 8344/9205/50093 8343/9204/50094 +f 8369/9230/50095 8368/9229/50096 8370/9231/50097 +f 8370/9231/50098 8368/9229/50099 8367/9228/50100 +f 8370/9231/50101 8367/9228/50102 8365/9226/50103 +f 8365/9226/50104 8367/9228/50105 8366/9227/50106 +f 8363/9224/50107 8355/9216/50108 8364/9225/50109 +f 8364/9225/50110 8355/9216/50111 8354/9215/50112 +f 8364/9225/50113 8354/9215/50114 8345/9206/50115 +f 8345/9206/50116 8354/9215/50117 8346/9207/50118 +f 8346/9207/50119 8354/9215/50120 8353/9214/50121 +f 8346/9207/50122 8353/9214/50123 8347/9208/50124 +f 8347/9208/50125 8353/9214/50126 8350/9211/50127 +f 8347/9208/50128 8350/9211/50129 8349/9210/50130 +f 8355/9216/50131 8363/9224/50132 8356/9217/50133 +f 8356/9217/50134 8363/9224/50135 8362/9223/50136 +f 8356/9217/50137 8362/9223/50138 8359/9220/50139 +f 8359/9220/50140 8362/9223/50141 8360/9221/50142 +f 8360/9221/50143 8362/9223/50144 8361/9222/50145 +f 8359/9220/50146 8358/9219/50147 8356/9217/50148 +f 8356/9217/50149 8358/9219/50150 8357/9218/50151 +f 8352/9213/50152 8351/9212/50153 8353/9214/50154 +f 8353/9214/50155 8351/9212/50156 8350/9211/50157 +f 8349/9210/50158 8348/9209/50159 8347/9208/50160 +f 8341/9202/50161 8340/9201/50162 8339/9200/50163 +f 8329/9190/50164 8337/9198/50165 8330/9191/50166 +f 8330/9191/50167 8337/9198/50168 8336/9197/50169 +f 8330/9191/50170 8336/9197/50171 8333/9194/50172 +f 8333/9194/50173 8336/9197/50174 8334/9195/50175 +f 8334/9195/50176 8336/9197/50177 8335/9196/50178 +f 8333/9194/50179 8332/9193/50180 8330/9191/50181 +f 8330/9191/50182 8332/9193/50183 8331/9192/50184 +f 8379/9240/50185 8380/9241/50186 8381/9242/50187 +f 8381/9242/50188 8380/9241/50189 8382/9243/50190 +f 8382/9243/50191 8380/9241/50192 8383/9244/50193 +f 8382/9243/50194 8383/9244/50195 8384/9245/50196 +f 8385/9246/50197 8386/9247/50198 8380/9241/50199 +f 8380/9241/50200 8386/9247/50201 8387/9248/50202 +f 8380/9241/50203 8387/9248/50204 8383/9244/50205 +f 8384/9245/50206 8388/9249/50207 8382/9243/50208 +f 8382/9243/50209 8388/9249/50210 8389/9250/50211 +f 8352/9213/50212 8357/9218/50213 8390/9251/50214 +f 8390/9251/50215 8357/9218/50216 8391/9252/50217 +f 8390/9251/50218 8391/9252/50219 8392/9253/50220 +f 8392/9253/50221 8391/9252/50222 8393/9254/50223 +f 8393/9254/50224 8391/9252/50225 8394/9255/50226 +f 8394/9255/50227 8391/9252/50228 8395/9256/50229 +f 8392/9253/50230 8396/9257/50231 8390/9251/50232 +f 8390/9251/50233 8396/9257/50234 8397/9258/50235 +f 8390/9251/50236 8397/9258/50237 8398/9259/50238 +f 8399/9260/50239 8400/9261/50240 8401/9262/50241 +f 8401/9262/50242 8400/9261/50243 8402/9263/50244 +f 8401/9262/50245 8402/9263/50246 8403/9264/50247 +f 8403/9264/50248 8402/9263/50249 8404/9265/50250 +f 8404/9265/50251 8402/9263/50252 8405/9266/50253 +f 8405/9266/50254 8402/9263/50255 8406/9267/50256 +f 8403/9264/50257 8407/9268/50258 8401/9262/50259 +f 8401/9262/50260 8407/9268/50261 8408/9269/50262 +f 8401/9262/50263 8408/9269/50264 8409/9270/50265 +f 8410/9271/50266 8411/9272/50267 8412/9273/50268 +f 8412/9273/50269 8411/9272/50270 8413/9274/50271 +f 8414/9275/50272 8415/9276/50273 8416/9277/50274 +f 8416/9277/50275 8415/9276/50276 8417/9278/50277 +f 8416/9277/50278 8417/9278/50279 8418/9279/50280 +f 8418/9279/50281 8417/9278/50282 8419/9280/50283 +f 8419/9280/50284 8417/9278/50285 8420/9281/50286 +f 8420/9281/50287 8417/9278/50288 8421/9282/50289 +f 8418/9279/50290 8422/9283/50291 8416/9277/50292 +f 8416/9277/50293 8422/9283/50294 8423/9284/50295 +f 8416/9277/50296 8423/9284/50297 8424/9285/50298 +f 8425/9286/50299 8426/9287/50300 8427/9288/50301 +f 8427/9288/50302 8426/9287/50303 8428/9289/50304 +f 8427/9288/50305 8428/9289/50306 8429/9290/50307 +f 8429/9290/50308 8428/9289/50309 8430/9291/50310 +f 8430/9291/50311 8428/9289/50312 8431/9292/50313 +f 8431/9292/50314 8428/9289/50315 8432/9293/50316 +f 8429/9290/50317 8433/9294/50318 8427/9288/50319 +f 8427/9288/50320 8433/9294/50321 8434/9295/50322 +f 8427/9288/50323 8434/9295/50324 8435/9296/50325 +f 8436/9297/50326 8437/9298/50327 8438/9299/50328 +f 8438/9299/50329 8437/9298/50330 8439/9300/50331 +f 8438/9299/50332 8439/9300/50333 8440/9301/50334 +f 8440/9301/50335 8439/9300/50336 8441/9302/50337 +f 8441/9302/50338 8439/9300/50339 8442/9303/50340 +f 8442/9303/50341 8439/9300/50342 8443/9304/50343 +f 8440/9301/50344 8444/9305/50345 8438/9299/50346 +f 8438/9299/50347 8444/9305/50348 8445/9306/50349 +f 8438/9299/50350 8445/9306/50351 8446/9307/50352 +f 8266/9127/50353 8271/9132/50354 8447/9308/50355 +f 8447/9308/50356 8271/9132/50357 8448/9309/50358 +f 8447/9308/50359 8448/9309/50360 8449/9310/50361 +f 8449/9310/50362 8448/9309/50363 8450/9311/50364 +f 8450/9311/50365 8448/9309/50366 8451/9312/50367 +f 8451/9312/50368 8448/9309/50369 8452/9313/50370 +f 8449/9310/50371 8453/9314/50372 8447/9308/50373 +f 8447/9308/50374 8453/9314/50375 8454/9315/50376 +f 8447/9308/50377 8454/9315/50378 8455/9316/50379 +f 8456/9317/50380 8457/9318/50381 8458/9319/50382 +f 8458/9319/50383 8457/9318/50384 8459/9320/50385 +f 8459/9320/50386 8457/9318/50387 8460/9321/50388 +f 8459/9320/50389 8460/9321/50390 8461/9322/50391 +f 8462/9323/50392 8463/9324/50393 8457/9318/50394 +f 8457/9318/50395 8463/9324/50396 8464/9325/50397 +f 8457/9318/50398 8464/9325/50399 8460/9321/50400 +f 8461/9322/50401 8465/9326/50402 8459/9320/50403 +f 8459/9320/50404 8465/9326/50405 8466/9327/50406 +f 8467/9328/50407 8468/9329/50408 8469/9330/50409 +f 8469/9330/50410 8468/9329/50411 8470/9331/50412 +f 8439/9300/50413 8382/9243/50414 8443/9304/50415 +f 8443/9304/50416 8382/9243/50417 8389/9250/50418 +f 8443/9304/50419 8389/9250/50420 8442/9303/50421 +f 8442/9303/50422 8389/9250/50423 8388/9249/50424 +f 8444/9305/50425 8471/9332/50426 8445/9306/50427 +f 8445/9306/50428 8471/9332/50429 8472/9333/50430 +f 8445/9306/50431 8472/9333/50432 8473/9334/50433 +f 8473/9334/50434 8472/9333/50435 8474/9335/50436 +f 8473/9334/50437 8474/9335/50438 8475/9336/50439 +f 8475/9336/50440 8474/9335/50441 8476/9337/50442 +f 8475/9336/50443 8476/9337/50444 8477/9338/50445 +f 8477/9338/50446 8476/9337/50447 8442/9303/50448 +f 8477/9338/50449 8442/9303/50450 8478/9339/50451 +f 8478/9339/50452 8442/9303/50453 8479/9340/50454 +f 8478/9339/50455 8479/9340/50456 8480/9341/50457 +f 8480/9341/50458 8479/9340/50459 8481/9342/50460 +f 8480/9341/50461 8481/9342/50462 8482/9343/50463 +f 8482/9343/50464 8481/9342/50465 8483/9344/50466 +f 8482/9343/50467 8483/9344/50468 8445/9306/50469 +f 8445/9306/50470 8483/9344/50471 8484/9345/50472 +f 8445/9306/50473 8484/9345/50474 8485/9346/50475 +f 8485/9346/50476 8484/9345/50477 8486/9347/50478 +f 8485/9346/50479 8486/9347/50480 8487/9348/50481 +f 8487/9348/50482 8486/9347/50483 8488/9349/50484 +f 8487/9348/50485 8488/9349/50486 8489/9350/50487 +f 8489/9350/50488 8488/9349/50489 8442/9303/50490 +f 8489/9350/50491 8442/9303/50492 8490/9351/50493 +f 8490/9351/50494 8442/9303/50495 8491/9352/50496 +f 8490/9351/50497 8491/9352/50498 8492/9353/50499 +f 8492/9353/50500 8491/9352/50501 8493/9354/50502 +f 8492/9353/50503 8493/9354/50504 8494/9355/50505 +f 8494/9355/50506 8493/9354/50507 8495/9356/50508 +f 8494/9355/50509 8495/9356/50510 8445/9306/50511 +f 8445/9306/50512 8495/9356/50513 8496/9357/50514 +f 8445/9306/50515 8496/9357/50516 8497/9358/50517 +f 8497/9358/50518 8496/9357/50519 8498/9359/50520 +f 8497/9358/50521 8498/9359/50522 8499/9360/50523 +f 8499/9360/50524 8498/9359/50525 8500/9361/50526 +f 8499/9360/50527 8500/9361/50528 8501/9362/50529 +f 8501/9362/50530 8500/9361/50531 8388/9249/50532 +f 8501/9362/50533 8388/9249/50534 8502/9363/50535 +f 8502/9363/50536 8388/9249/50537 8503/9364/50538 +f 8502/9363/50539 8503/9364/50540 8504/9365/50541 +f 8504/9365/50542 8503/9364/50543 8505/9366/50544 +f 8504/9365/50545 8505/9366/50546 8506/9367/50547 +f 8506/9367/50548 8505/9366/50549 8507/9368/50550 +f 8506/9367/50551 8507/9368/50552 8386/9247/50553 +f 8386/9247/50554 8507/9368/50555 8508/9369/50556 +f 8386/9247/50557 8508/9369/50558 8509/9370/50559 +f 8509/9370/50560 8508/9369/50561 8510/9371/50562 +f 8509/9370/50563 8510/9371/50564 8511/9372/50565 +f 8511/9372/50566 8510/9371/50567 8512/9373/50568 +f 8511/9372/50569 8512/9373/50570 8513/9374/50571 +f 8513/9374/50572 8512/9373/50573 8388/9249/50574 +f 8513/9374/50575 8388/9249/50576 8514/9375/50577 +f 8514/9375/50578 8388/9249/50579 8515/9376/50580 +f 8514/9375/50581 8515/9376/50582 8516/9377/50583 +f 8516/9377/50584 8515/9376/50585 8517/9378/50586 +f 8516/9377/50587 8517/9378/50588 8518/9379/50589 +f 8518/9379/50590 8517/9378/50591 8519/9380/50592 +f 8518/9379/50593 8519/9380/50594 8386/9247/50595 +f 8386/9247/50596 8519/9380/50597 8520/9381/50598 +f 8386/9247/50599 8520/9381/50600 8521/9382/50601 +f 8521/9382/50602 8520/9381/50603 8522/9383/50604 +f 8521/9382/50605 8522/9383/50606 8523/9384/50607 +f 8523/9384/50608 8522/9383/50609 8524/9385/50610 +f 8523/9384/50611 8524/9385/50612 8384/9245/50613 +f 8384/9245/50614 8524/9385/50615 8388/9249/50616 +f 8388/9249/50617 8524/9385/50618 8525/9386/50619 +f 8388/9249/50620 8525/9386/50621 8526/9387/50622 +f 8526/9387/50623 8525/9386/50624 8527/9388/50625 +f 8526/9387/50626 8527/9388/50627 8517/9378/50628 +f 8517/9378/50629 8527/9388/50630 8519/9380/50631 +f 8471/9332/50632 8444/9305/50633 8528/9389/50634 +f 8528/9389/50635 8444/9305/50636 8440/9301/50637 +f 8528/9389/50638 8440/9301/50639 8529/9390/50640 +f 8529/9390/50641 8440/9301/50642 8441/9302/50643 +f 8529/9390/50644 8441/9302/50645 8442/9303/50646 +f 8491/9352/50647 8442/9303/50648 8530/9391/50649 +f 8530/9391/50650 8442/9303/50651 8388/9249/50652 +f 8530/9391/50653 8388/9249/50654 8531/9392/50655 +f 8531/9392/50656 8388/9249/50657 8500/9361/50658 +f 8531/9392/50659 8500/9361/50660 8498/9359/50661 +f 8384/9245/50662 8383/9244/50663 8523/9384/50664 +f 8523/9384/50665 8383/9244/50666 8532/9393/50667 +f 8523/9384/50668 8532/9393/50669 8521/9382/50670 +f 8521/9382/50671 8532/9393/50672 8386/9247/50673 +f 8383/9244/50674 8387/9248/50675 8532/9393/50676 +f 8532/9393/50677 8387/9248/50678 8386/9247/50679 +f 8445/9306/50680 8497/9358/50681 8386/9247/50682 +f 8386/9247/50683 8497/9358/50684 8533/9394/50685 +f 8386/9247/50686 8533/9394/50687 8534/9395/50688 +f 8534/9395/50689 8533/9394/50690 8535/9396/50691 +f 8534/9395/50692 8535/9396/50693 8504/9365/50694 +f 8504/9365/50695 8535/9396/50696 8502/9363/50697 +f 8472/9333/50698 8471/9332/50699 8536/9397/50700 +f 8536/9397/50701 8471/9332/50702 8528/9389/50703 +f 8536/9397/50704 8528/9389/50705 8537/9398/50706 +f 8537/9398/50707 8528/9389/50708 8529/9390/50709 +f 8537/9398/50710 8529/9390/50711 8442/9303/50712 +f 8473/9334/50713 8538/9399/50714 8445/9306/50715 +f 8445/9306/50716 8538/9399/50717 8539/9400/50718 +f 8445/9306/50719 8539/9400/50720 8482/9343/50721 +f 8482/9343/50722 8539/9400/50723 8480/9341/50724 +f 8473/9334/50725 8475/9336/50726 8538/9399/50727 +f 8538/9399/50728 8475/9336/50729 8540/9401/50730 +f 8538/9399/50731 8540/9401/50732 8539/9400/50733 +f 8539/9400/50734 8540/9401/50735 8480/9341/50736 +f 8484/9345/50737 8483/9344/50738 8541/9402/50739 +f 8541/9402/50740 8483/9344/50741 8481/9342/50742 +f 8541/9402/50743 8481/9342/50744 8542/9403/50745 +f 8542/9403/50746 8481/9342/50747 8479/9340/50748 +f 8542/9403/50749 8479/9340/50750 8442/9303/50751 +f 8485/9346/50752 8543/9404/50753 8445/9306/50754 +f 8445/9306/50755 8543/9404/50756 8544/9405/50757 +f 8445/9306/50758 8544/9405/50759 8494/9355/50760 +f 8494/9355/50761 8544/9405/50762 8492/9353/50763 +f 8485/9346/50764 8487/9348/50765 8543/9404/50766 +f 8543/9404/50767 8487/9348/50768 8545/9406/50769 +f 8543/9404/50770 8545/9406/50771 8544/9405/50772 +f 8544/9405/50773 8545/9406/50774 8492/9353/50775 +f 8496/9357/50776 8495/9356/50777 8546/9407/50778 +f 8546/9407/50779 8495/9356/50780 8493/9354/50781 +f 8546/9407/50782 8493/9354/50783 8530/9391/50784 +f 8530/9391/50785 8493/9354/50786 8491/9352/50787 +f 8506/9367/50788 8386/9247/50789 8534/9395/50790 +f 8535/9396/50791 8533/9394/50792 8499/9360/50793 +f 8499/9360/50794 8533/9394/50795 8497/9358/50796 +f 8504/9365/50797 8506/9367/50798 8534/9395/50799 +f 8508/9369/50800 8507/9368/50801 8547/9408/50802 +f 8547/9408/50803 8507/9368/50804 8505/9366/50805 +f 8547/9408/50806 8505/9366/50807 8548/9409/50808 +f 8548/9409/50809 8505/9366/50810 8503/9364/50811 +f 8548/9409/50812 8503/9364/50813 8388/9249/50814 +f 8509/9370/50815 8549/9410/50816 8386/9247/50817 +f 8386/9247/50818 8549/9410/50819 8550/9411/50820 +f 8386/9247/50821 8550/9411/50822 8518/9379/50823 +f 8518/9379/50824 8550/9411/50825 8516/9377/50826 +f 8509/9370/50827 8511/9372/50828 8549/9410/50829 +f 8549/9410/50830 8511/9372/50831 8551/9412/50832 +f 8549/9410/50833 8551/9412/50834 8550/9411/50835 +f 8550/9411/50836 8551/9412/50837 8516/9377/50838 +f 8522/9383/50839 8520/9381/50840 8527/9388/50841 +f 8527/9388/50842 8520/9381/50843 8519/9380/50844 +f 8472/9333/50845 8536/9397/50846 8474/9335/50847 +f 8474/9335/50848 8536/9397/50849 8552/9413/50850 +f 8474/9335/50851 8552/9413/50852 8476/9337/50853 +f 8476/9337/50854 8552/9413/50855 8442/9303/50856 +f 8552/9413/50857 8536/9397/50858 8537/9398/50859 +f 8478/9339/50860 8480/9341/50861 8540/9401/50862 +f 8478/9339/50863 8540/9401/50864 8477/9338/50865 +f 8477/9338/50866 8540/9401/50867 8475/9336/50868 +f 8484/9345/50869 8541/9402/50870 8486/9347/50871 +f 8486/9347/50872 8541/9402/50873 8553/9414/50874 +f 8486/9347/50875 8553/9414/50876 8488/9349/50877 +f 8488/9349/50878 8553/9414/50879 8442/9303/50880 +f 8553/9414/50881 8541/9402/50882 8542/9403/50883 +f 8490/9351/50884 8492/9353/50885 8545/9406/50886 +f 8490/9351/50887 8545/9406/50888 8489/9350/50889 +f 8489/9350/50890 8545/9406/50891 8487/9348/50892 +f 8531/9392/50893 8498/9359/50894 8546/9407/50895 +f 8546/9407/50896 8498/9359/50897 8496/9357/50898 +f 8531/9392/50899 8546/9407/50900 8530/9391/50901 +f 8502/9363/50902 8535/9396/50903 8501/9362/50904 +f 8501/9362/50905 8535/9396/50906 8499/9360/50907 +f 8508/9369/50908 8547/9408/50909 8510/9371/50910 +f 8510/9371/50911 8547/9408/50912 8554/9415/50913 +f 8510/9371/50914 8554/9415/50915 8512/9373/50916 +f 8512/9373/50917 8554/9415/50918 8388/9249/50919 +f 8554/9415/50920 8547/9408/50921 8548/9409/50922 +f 8514/9375/50923 8516/9377/50924 8551/9412/50925 +f 8514/9375/50926 8551/9412/50927 8513/9374/50928 +f 8513/9374/50929 8551/9412/50930 8511/9372/50931 +f 8526/9387/50932 8517/9378/50933 8515/9376/50934 +f 8524/9385/50935 8522/9383/50936 8525/9386/50937 +f 8525/9386/50938 8522/9383/50939 8527/9388/50940 +f 8442/9303/50941 8552/9413/50942 8537/9398/50943 +f 8442/9303/50944 8553/9414/50945 8542/9403/50946 +f 8388/9249/50947 8554/9415/50948 8548/9409/50949 +f 8388/9249/50950 8526/9387/50951 8515/9376/50952 +f 8445/9306/50953 8386/9247/50954 8446/9307/50955 +f 8446/9307/50956 8386/9247/50957 8385/9246/50958 +f 8446/9307/50959 8385/9246/50960 8438/9299/50961 +f 8438/9299/50962 8385/9246/50963 8380/9241/50964 +f 8438/9299/50965 8380/9241/50966 8436/9297/50967 +f 8436/9297/50968 8380/9241/50969 8379/9240/50970 +f 8468/9329/50971 8379/9240/50972 8410/9271/50973 +f 8410/9271/50974 8379/9240/50975 8381/9242/50976 +f 8410/9271/50977 8381/9242/50978 8411/9272/50979 +f 8411/9272/50980 8381/9242/50981 8437/9298/50982 +f 8411/9272/50983 8437/9298/50984 8467/9328/50985 +f 8467/9328/50986 8437/9298/50987 8468/9329/50988 +f 8468/9329/50989 8437/9298/50990 8436/9297/50991 +f 8468/9329/50992 8436/9297/50993 8379/9240/50994 +f 8271/9132/50995 8352/9213/50996 8448/9309/50997 +f 8448/9309/50998 8352/9213/50999 8390/9251/51000 +f 8448/9309/51001 8390/9251/51002 8452/9313/51003 +f 8452/9313/51004 8390/9251/51005 8398/9259/51006 +f 8452/9313/51007 8398/9259/51008 8451/9312/51009 +f 8451/9312/51010 8398/9259/51011 8397/9258/51012 +f 8453/9314/51013 8555/9416/51014 8454/9315/51015 +f 8454/9315/51016 8555/9416/51017 8556/9417/51018 +f 8454/9315/51019 8556/9417/51020 8557/9418/51021 +f 8557/9418/51022 8556/9417/51023 8558/9419/51024 +f 8557/9418/51025 8558/9419/51026 8559/9420/51027 +f 8559/9420/51028 8558/9419/51029 8560/9421/51030 +f 8559/9420/51031 8560/9421/51032 8561/9422/51033 +f 8561/9422/51034 8560/9421/51035 8451/9312/51036 +f 8561/9422/51037 8451/9312/51038 8562/9423/51039 +f 8562/9423/51040 8451/9312/51041 8563/9424/51042 +f 8562/9423/51043 8563/9424/51044 8564/9425/51045 +f 8564/9425/51046 8563/9424/51047 8565/9426/51048 +f 8564/9425/51049 8565/9426/51050 8566/9427/51051 +f 8566/9427/51052 8565/9426/51053 8567/9428/51054 +f 8566/9427/51055 8567/9428/51056 8454/9315/51057 +f 8454/9315/51058 8567/9428/51059 8568/9429/51060 +f 8454/9315/51061 8568/9429/51062 8569/9430/51063 +f 8569/9430/51064 8568/9429/51065 8570/9431/51066 +f 8569/9430/51067 8570/9431/51068 8571/9432/51069 +f 8571/9432/51070 8570/9431/51071 8572/9433/51072 +f 8571/9432/51073 8572/9433/51074 8573/9434/51075 +f 8573/9434/51076 8572/9433/51077 8451/9312/51078 +f 8573/9434/51079 8451/9312/51080 8574/9435/51081 +f 8574/9435/51082 8451/9312/51083 8575/9436/51084 +f 8574/9435/51085 8575/9436/51086 8576/9437/51087 +f 8576/9437/51088 8575/9436/51089 8577/9438/51090 +f 8576/9437/51091 8577/9438/51092 8578/9439/51093 +f 8578/9439/51094 8577/9438/51095 8579/9440/51096 +f 8578/9439/51097 8579/9440/51098 8454/9315/51099 +f 8454/9315/51100 8579/9440/51101 8580/9441/51102 +f 8454/9315/51103 8580/9441/51104 8581/9442/51105 +f 8581/9442/51106 8580/9441/51107 8582/9443/51108 +f 8581/9442/51109 8582/9443/51110 8583/9444/51111 +f 8583/9444/51112 8582/9443/51113 8584/9445/51114 +f 8583/9444/51115 8584/9445/51116 8585/9446/51117 +f 8585/9446/51118 8584/9445/51119 8397/9258/51120 +f 8585/9446/51121 8397/9258/51122 8586/9447/51123 +f 8586/9447/51124 8397/9258/51125 8587/9448/51126 +f 8586/9447/51127 8587/9448/51128 8588/9449/51129 +f 8588/9449/51130 8587/9448/51131 8589/9450/51132 +f 8588/9449/51133 8589/9450/51134 8590/9451/51135 +f 8590/9451/51136 8589/9450/51137 8591/9452/51138 +f 8590/9451/51139 8591/9452/51140 8394/9255/51141 +f 8394/9255/51142 8591/9452/51143 8592/9453/51144 +f 8394/9255/51145 8592/9453/51146 8593/9454/51147 +f 8593/9454/51148 8592/9453/51149 8594/9455/51150 +f 8593/9454/51151 8594/9455/51152 8595/9456/51153 +f 8595/9456/51154 8594/9455/51155 8596/9457/51156 +f 8595/9456/51157 8596/9457/51158 8597/9458/51159 +f 8597/9458/51160 8596/9457/51161 8397/9258/51162 +f 8597/9458/51163 8397/9258/51164 8598/9459/51165 +f 8598/9459/51166 8397/9258/51167 8599/9460/51168 +f 8598/9459/51169 8599/9460/51170 8600/9461/51171 +f 8600/9461/51172 8599/9460/51173 8601/9462/51174 +f 8600/9461/51175 8601/9462/51176 8602/9463/51177 +f 8602/9463/51178 8601/9462/51179 8603/9464/51180 +f 8602/9463/51181 8603/9464/51182 8394/9255/51183 +f 8394/9255/51184 8603/9464/51185 8604/9465/51186 +f 8394/9255/51187 8604/9465/51188 8605/9466/51189 +f 8605/9466/51190 8604/9465/51191 8606/9467/51192 +f 8605/9466/51193 8606/9467/51194 8607/9468/51195 +f 8607/9468/51196 8606/9467/51197 8608/9469/51198 +f 8607/9468/51199 8608/9469/51200 8396/9257/51201 +f 8396/9257/51202 8608/9469/51203 8397/9258/51204 +f 8397/9258/51205 8608/9469/51206 8609/9470/51207 +f 8397/9258/51208 8609/9470/51209 8610/9471/51210 +f 8610/9471/51211 8609/9470/51212 8611/9472/51213 +f 8610/9471/51214 8611/9472/51215 8601/9462/51216 +f 8601/9462/51217 8611/9472/51218 8603/9464/51219 +f 8555/9416/51220 8453/9314/51221 8612/9473/51222 +f 8612/9473/51223 8453/9314/51224 8449/9310/51225 +f 8612/9473/51226 8449/9310/51227 8613/9474/51228 +f 8613/9474/51229 8449/9310/51230 8450/9311/51231 +f 8613/9474/51232 8450/9311/51233 8451/9312/51234 +f 8575/9436/51235 8451/9312/51236 8614/9475/51237 +f 8614/9475/51238 8451/9312/51239 8397/9258/51240 +f 8614/9475/51241 8397/9258/51242 8615/9476/51243 +f 8615/9476/51244 8397/9258/51245 8584/9445/51246 +f 8615/9476/51247 8584/9445/51248 8582/9443/51249 +f 8396/9257/51250 8392/9253/51251 8607/9468/51252 +f 8607/9468/51253 8392/9253/51254 8616/9477/51255 +f 8607/9468/51256 8616/9477/51257 8605/9466/51258 +f 8605/9466/51259 8616/9477/51260 8394/9255/51261 +f 8392/9253/51262 8393/9254/51263 8616/9477/51264 +f 8616/9477/51265 8393/9254/51266 8394/9255/51267 +f 8454/9315/51268 8581/9442/51269 8394/9255/51270 +f 8394/9255/51271 8581/9442/51272 8617/9478/51273 +f 8394/9255/51274 8617/9478/51275 8618/9479/51276 +f 8618/9479/51277 8617/9478/51278 8619/9480/51279 +f 8618/9479/51280 8619/9480/51281 8588/9449/51282 +f 8588/9449/51283 8619/9480/51284 8586/9447/51285 +f 8556/9417/51286 8555/9416/51287 8620/9481/51288 +f 8620/9481/51289 8555/9416/51290 8612/9473/51291 +f 8620/9481/51292 8612/9473/51293 8621/9482/51294 +f 8621/9482/51295 8612/9473/51296 8613/9474/51297 +f 8621/9482/51298 8613/9474/51299 8451/9312/51300 +f 8557/9418/51301 8622/9483/51302 8454/9315/51303 +f 8454/9315/51304 8622/9483/51305 8623/9484/51306 +f 8454/9315/51307 8623/9484/51308 8566/9427/51309 +f 8566/9427/51310 8623/9484/51311 8564/9425/51312 +f 8557/9418/51313 8559/9420/51314 8622/9483/51315 +f 8622/9483/51316 8559/9420/51317 8624/9485/51318 +f 8622/9483/51319 8624/9485/51320 8623/9484/51321 +f 8623/9484/51322 8624/9485/51323 8564/9425/51324 +f 8568/9429/51325 8567/9428/51326 8625/9486/51327 +f 8625/9486/51328 8567/9428/51329 8565/9426/51330 +f 8625/9486/51331 8565/9426/51332 8626/9487/51333 +f 8626/9487/51334 8565/9426/51335 8563/9424/51336 +f 8626/9487/51337 8563/9424/51338 8451/9312/51339 +f 8569/9430/51340 8627/9488/51341 8454/9315/51342 +f 8454/9315/51343 8627/9488/51344 8628/9489/51345 +f 8454/9315/51346 8628/9489/51347 8578/9439/51348 +f 8578/9439/51349 8628/9489/51350 8576/9437/51351 +f 8569/9430/51352 8571/9432/51353 8627/9488/51354 +f 8627/9488/51355 8571/9432/51356 8629/9490/51357 +f 8627/9488/51358 8629/9490/51359 8628/9489/51360 +f 8628/9489/51361 8629/9490/51362 8576/9437/51363 +f 8580/9441/51364 8579/9440/51365 8630/9491/51366 +f 8630/9491/51367 8579/9440/51368 8577/9438/51369 +f 8630/9491/51370 8577/9438/51371 8614/9475/51372 +f 8614/9475/51373 8577/9438/51374 8575/9436/51375 +f 8590/9451/51376 8394/9255/51377 8618/9479/51378 +f 8619/9480/51379 8617/9478/51380 8583/9444/51381 +f 8583/9444/51382 8617/9478/51383 8581/9442/51384 +f 8588/9449/51385 8590/9451/51386 8618/9479/51387 +f 8592/9453/51388 8591/9452/51389 8631/9492/51390 +f 8631/9492/51391 8591/9452/51392 8589/9450/51393 +f 8631/9492/51394 8589/9450/51395 8632/9493/51396 +f 8632/9493/51397 8589/9450/51398 8587/9448/51399 +f 8632/9493/51400 8587/9448/51401 8397/9258/51402 +f 8593/9454/51403 8633/9494/51404 8394/9255/51405 +f 8394/9255/51406 8633/9494/51407 8634/9495/51408 +f 8394/9255/51409 8634/9495/51410 8602/9463/51411 +f 8602/9463/51412 8634/9495/51413 8600/9461/51414 +f 8593/9454/51415 8595/9456/51416 8633/9494/51417 +f 8633/9494/51418 8595/9456/51419 8635/9496/51420 +f 8633/9494/51421 8635/9496/51422 8634/9495/51423 +f 8634/9495/51424 8635/9496/51425 8600/9461/51426 +f 8606/9467/51427 8604/9465/51428 8611/9472/51429 +f 8611/9472/51430 8604/9465/51431 8603/9464/51432 +f 8556/9417/51433 8620/9481/51434 8558/9419/51435 +f 8558/9419/51436 8620/9481/51437 8636/9497/51438 +f 8558/9419/51439 8636/9497/51440 8560/9421/51441 +f 8560/9421/51442 8636/9497/51443 8451/9312/51444 +f 8636/9497/51445 8620/9481/51446 8621/9482/51447 +f 8562/9423/51448 8564/9425/51449 8624/9485/51450 +f 8562/9423/51451 8624/9485/51452 8561/9422/51453 +f 8561/9422/51454 8624/9485/51455 8559/9420/51456 +f 8568/9429/51457 8625/9486/51458 8570/9431/51459 +f 8570/9431/51460 8625/9486/51461 8637/9498/51462 +f 8570/9431/51463 8637/9498/51464 8572/9433/51465 +f 8572/9433/51466 8637/9498/51467 8451/9312/51468 +f 8637/9498/51469 8625/9486/51470 8626/9487/51471 +f 8574/9435/51472 8576/9437/51473 8629/9490/51474 +f 8574/9435/51475 8629/9490/51476 8573/9434/51477 +f 8573/9434/51478 8629/9490/51479 8571/9432/51480 +f 8615/9476/51481 8582/9443/51482 8630/9491/51483 +f 8630/9491/51484 8582/9443/51485 8580/9441/51486 +f 8615/9476/51487 8630/9491/51488 8614/9475/51489 +f 8586/9447/51490 8619/9480/51491 8585/9446/51492 +f 8585/9446/51493 8619/9480/51494 8583/9444/51495 +f 8592/9453/51496 8631/9492/51497 8594/9455/51498 +f 8594/9455/51499 8631/9492/51500 8638/9499/51501 +f 8594/9455/51502 8638/9499/51503 8596/9457/51504 +f 8596/9457/51505 8638/9499/51506 8397/9258/51507 +f 8638/9499/51508 8631/9492/51509 8632/9493/51510 +f 8598/9459/51511 8600/9461/51512 8635/9496/51513 +f 8598/9459/51514 8635/9496/51515 8597/9458/51516 +f 8597/9458/51517 8635/9496/51518 8595/9456/51519 +f 8610/9471/51520 8601/9462/51521 8599/9460/51522 +f 8608/9469/51523 8606/9467/51524 8609/9470/51525 +f 8609/9470/51526 8606/9467/51527 8611/9472/51528 +f 8451/9312/51529 8636/9497/51530 8621/9482/51531 +f 8451/9312/51532 8637/9498/51533 8626/9487/51534 +f 8397/9258/51535 8638/9499/51536 8632/9493/51537 +f 8397/9258/51538 8610/9471/51539 8599/9460/51540 +f 8454/9315/51541 8394/9255/51542 8455/9316/51543 +f 8455/9316/51544 8394/9255/51545 8395/9256/51546 +f 8455/9316/51547 8395/9256/51548 8447/9308/51549 +f 8447/9308/51550 8395/9256/51551 8391/9252/51552 +f 8447/9308/51553 8391/9252/51554 8266/9127/51555 +f 8266/9127/51556 8391/9252/51557 8357/9218/51558 +f 8470/9331/51559 8357/9218/51560 8412/9273/51561 +f 8412/9273/51562 8357/9218/51563 8352/9213/51564 +f 8412/9273/51565 8352/9213/51566 8410/9271/51567 +f 8410/9271/51568 8352/9213/51569 8271/9132/51570 +f 8410/9271/51571 8271/9132/51572 8468/9329/51573 +f 8468/9329/51574 8271/9132/51575 8266/9127/51576 +f 8468/9329/51577 8266/9127/51578 8470/9331/51579 +f 8470/9331/51580 8266/9127/51581 8357/9218/51582 +f 8415/9276/51583 8414/9275/51584 8412/9273/51585 +f 8412/9273/51586 8414/9275/51587 8456/9317/51588 +f 8412/9273/51589 8456/9317/51590 8470/9331/51591 +f 8470/9331/51592 8456/9317/51593 8458/9319/51594 +f 8470/9331/51595 8458/9319/51596 8469/9330/51597 +f 8469/9330/51598 8458/9319/51599 8415/9276/51600 +f 8469/9330/51601 8415/9276/51602 8413/9274/51603 +f 8413/9274/51604 8415/9276/51605 8412/9273/51606 +f 8456/9317/51607 8414/9275/51608 8457/9318/51609 +f 8457/9318/51610 8414/9275/51611 8416/9277/51612 +f 8457/9318/51613 8416/9277/51614 8462/9323/51615 +f 8462/9323/51616 8416/9277/51617 8424/9285/51618 +f 8462/9323/51619 8424/9285/51620 8463/9324/51621 +f 8463/9324/51622 8424/9285/51623 8423/9284/51624 +f 8461/9322/51625 8639/9500/51626 8465/9326/51627 +f 8465/9326/51628 8639/9500/51629 8640/9501/51630 +f 8465/9326/51631 8640/9501/51632 8641/9502/51633 +f 8641/9502/51634 8640/9501/51635 8642/9503/51636 +f 8641/9502/51637 8642/9503/51638 8643/9504/51639 +f 8643/9504/51640 8642/9503/51641 8644/9505/51642 +f 8643/9504/51643 8644/9505/51644 8645/9506/51645 +f 8645/9506/51646 8644/9505/51647 8463/9324/51648 +f 8645/9506/51649 8463/9324/51650 8646/9507/51651 +f 8646/9507/51652 8463/9324/51653 8647/9508/51654 +f 8646/9507/51655 8647/9508/51656 8648/9509/51657 +f 8648/9509/51658 8647/9508/51659 8649/9510/51660 +f 8648/9509/51661 8649/9510/51662 8650/9511/51663 +f 8650/9511/51664 8649/9510/51665 8651/9512/51666 +f 8650/9511/51667 8651/9512/51668 8465/9326/51669 +f 8465/9326/51670 8651/9512/51671 8652/9513/51672 +f 8465/9326/51673 8652/9513/51674 8653/9514/51675 +f 8653/9514/51676 8652/9513/51677 8654/9515/51678 +f 8653/9514/51679 8654/9515/51680 8655/9516/51681 +f 8655/9516/51682 8654/9515/51683 8656/9517/51684 +f 8655/9516/51685 8656/9517/51686 8657/9518/51687 +f 8657/9518/51688 8656/9517/51689 8463/9324/51690 +f 8657/9518/51691 8463/9324/51692 8658/9519/51693 +f 8658/9519/51694 8463/9324/51695 8659/9520/51696 +f 8658/9519/51697 8659/9520/51698 8660/9521/51699 +f 8660/9521/51700 8659/9520/51701 8661/9522/51702 +f 8660/9521/51703 8661/9522/51704 8662/9523/51705 +f 8662/9523/51706 8661/9522/51707 8663/9524/51708 +f 8662/9523/51709 8663/9524/51710 8465/9326/51711 +f 8465/9326/51712 8663/9524/51713 8664/9525/51714 +f 8465/9326/51715 8664/9525/51716 8665/9526/51717 +f 8665/9526/51718 8664/9525/51719 8666/9527/51720 +f 8665/9526/51721 8666/9527/51722 8667/9528/51723 +f 8667/9528/51724 8666/9527/51725 8668/9529/51726 +f 8667/9528/51727 8668/9529/51728 8669/9530/51729 +f 8669/9530/51730 8668/9529/51731 8423/9284/51732 +f 8669/9530/51733 8423/9284/51734 8670/9531/51735 +f 8670/9531/51736 8423/9284/51737 8671/9532/51738 +f 8670/9531/51739 8671/9532/51740 8672/9533/51741 +f 8672/9533/51742 8671/9532/51743 8673/9534/51744 +f 8672/9533/51745 8673/9534/51746 8674/9535/51747 +f 8674/9535/51748 8673/9534/51749 8675/9536/51750 +f 8674/9535/51751 8675/9536/51752 8420/9281/51753 +f 8420/9281/51754 8675/9536/51755 8676/9537/51756 +f 8420/9281/51757 8676/9537/51758 8677/9538/51759 +f 8677/9538/51760 8676/9537/51761 8678/9539/51762 +f 8677/9538/51763 8678/9539/51764 8679/9540/51765 +f 8679/9540/51766 8678/9539/51767 8680/9541/51768 +f 8679/9540/51769 8680/9541/51770 8681/9542/51771 +f 8681/9542/51772 8680/9541/51773 8423/9284/51774 +f 8681/9542/51775 8423/9284/51776 8682/9543/51777 +f 8682/9543/51778 8423/9284/51779 8683/9544/51780 +f 8682/9543/51781 8683/9544/51782 8684/9545/51783 +f 8684/9545/51784 8683/9544/51785 8685/9546/51786 +f 8684/9545/51787 8685/9546/51788 8686/9547/51789 +f 8686/9547/51790 8685/9546/51791 8687/9548/51792 +f 8686/9547/51793 8687/9548/51794 8420/9281/51795 +f 8420/9281/51796 8687/9548/51797 8688/9549/51798 +f 8420/9281/51799 8688/9549/51800 8689/9550/51801 +f 8689/9550/51802 8688/9549/51803 8690/9551/51804 +f 8689/9550/51805 8690/9551/51806 8691/9552/51807 +f 8691/9552/51808 8690/9551/51809 8692/9553/51810 +f 8691/9552/51811 8692/9553/51812 8422/9283/51813 +f 8422/9283/51814 8692/9553/51815 8423/9284/51816 +f 8423/9284/51817 8692/9553/51818 8693/9554/51819 +f 8423/9284/51820 8693/9554/51821 8694/9555/51822 +f 8694/9555/51823 8693/9554/51824 8695/9556/51825 +f 8694/9555/51826 8695/9556/51827 8685/9546/51828 +f 8685/9546/51829 8695/9556/51830 8687/9548/51831 +f 8639/9500/51832 8461/9322/51833 8696/9557/51834 +f 8696/9557/51835 8461/9322/51836 8460/9321/51837 +f 8696/9557/51838 8460/9321/51839 8697/9558/51840 +f 8697/9558/51841 8460/9321/51842 8464/9325/51843 +f 8697/9558/51844 8464/9325/51845 8463/9324/51846 +f 8659/9520/51847 8463/9324/51848 8698/9559/51849 +f 8698/9559/51850 8463/9324/51851 8423/9284/51852 +f 8698/9559/51853 8423/9284/51854 8699/9560/51855 +f 8699/9560/51856 8423/9284/51857 8668/9529/51858 +f 8699/9560/51859 8668/9529/51860 8666/9527/51861 +f 8422/9283/51862 8418/9279/51863 8691/9552/51864 +f 8691/9552/51865 8418/9279/51866 8700/9561/51867 +f 8691/9552/51868 8700/9561/51869 8689/9550/51870 +f 8689/9550/51871 8700/9561/51872 8420/9281/51873 +f 8418/9279/51874 8419/9280/51875 8700/9561/51876 +f 8700/9561/51877 8419/9280/51878 8420/9281/51879 +f 8465/9326/51880 8665/9526/51881 8420/9281/51882 +f 8420/9281/51883 8665/9526/51884 8701/9562/51885 +f 8420/9281/51886 8701/9562/51887 8702/9563/51888 +f 8702/9563/51889 8701/9562/51890 8703/9564/51891 +f 8702/9563/51892 8703/9564/51893 8672/9533/51894 +f 8672/9533/51895 8703/9564/51896 8670/9531/51897 +f 8640/9501/51898 8639/9500/51899 8704/9565/51900 +f 8704/9565/51901 8639/9500/51902 8696/9557/51903 +f 8704/9565/51904 8696/9557/51905 8705/9566/51906 +f 8705/9566/51907 8696/9557/51908 8697/9558/51909 +f 8705/9566/51910 8697/9558/51911 8463/9324/51912 +f 8641/9502/51913 8706/9567/51914 8465/9326/51915 +f 8465/9326/51916 8706/9567/51917 8707/9568/51918 +f 8465/9326/51919 8707/9568/51920 8650/9511/51921 +f 8650/9511/51922 8707/9568/51923 8648/9509/51924 +f 8641/9502/51925 8643/9504/51926 8706/9567/51927 +f 8706/9567/51928 8643/9504/51929 8708/9569/51930 +f 8706/9567/51931 8708/9569/51932 8707/9568/51933 +f 8707/9568/51934 8708/9569/51935 8648/9509/51936 +f 8652/9513/51937 8651/9512/51938 8709/9570/51939 +f 8709/9570/51940 8651/9512/51941 8649/9510/51942 +f 8709/9570/51943 8649/9510/51944 8710/9571/51945 +f 8710/9571/51946 8649/9510/51947 8647/9508/51948 +f 8710/9571/51949 8647/9508/51950 8463/9324/51951 +f 8653/9514/51952 8711/9572/51953 8465/9326/51954 +f 8465/9326/51955 8711/9572/51956 8712/9573/51957 +f 8465/9326/51958 8712/9573/51959 8662/9523/51960 +f 8662/9523/51961 8712/9573/51962 8660/9521/51963 +f 8653/9514/51964 8655/9516/51965 8711/9572/51966 +f 8711/9572/51967 8655/9516/51968 8713/9574/51969 +f 8711/9572/51970 8713/9574/51971 8712/9573/51972 +f 8712/9573/51973 8713/9574/51974 8660/9521/51975 +f 8664/9525/51976 8663/9524/51977 8714/9575/51978 +f 8714/9575/51979 8663/9524/51980 8661/9522/51981 +f 8714/9575/51982 8661/9522/51983 8698/9559/51984 +f 8698/9559/51985 8661/9522/51986 8659/9520/51987 +f 8674/9535/51988 8420/9281/51989 8702/9563/51990 +f 8703/9564/51991 8701/9562/51992 8667/9528/51993 +f 8667/9528/51994 8701/9562/51995 8665/9526/51996 +f 8672/9533/51997 8674/9535/51998 8702/9563/51999 +f 8676/9537/52000 8675/9536/52001 8715/9576/52002 +f 8715/9576/52003 8675/9536/52004 8673/9534/52005 +f 8715/9576/52006 8673/9534/52007 8716/9577/52008 +f 8716/9577/52009 8673/9534/52010 8671/9532/52011 +f 8716/9577/52012 8671/9532/52013 8423/9284/52014 +f 8677/9538/52015 8717/9578/52016 8420/9281/52017 +f 8420/9281/52018 8717/9578/52019 8718/9579/52020 +f 8420/9281/52021 8718/9579/52022 8686/9547/52023 +f 8686/9547/52024 8718/9579/52025 8684/9545/52026 +f 8677/9538/52027 8679/9540/52028 8717/9578/52029 +f 8717/9578/52030 8679/9540/52031 8719/9580/52032 +f 8717/9578/52033 8719/9580/52034 8718/9579/52035 +f 8718/9579/52036 8719/9580/52037 8684/9545/52038 +f 8690/9551/52039 8688/9549/52040 8695/9556/52041 +f 8695/9556/52042 8688/9549/52043 8687/9548/52044 +f 8640/9501/52045 8704/9565/52046 8642/9503/52047 +f 8642/9503/52048 8704/9565/52049 8720/9581/52050 +f 8642/9503/52051 8720/9581/52052 8644/9505/52053 +f 8644/9505/52054 8720/9581/52055 8463/9324/52056 +f 8720/9581/52057 8704/9565/52058 8705/9566/52059 +f 8646/9507/52060 8648/9509/52061 8708/9569/52062 +f 8646/9507/52063 8708/9569/52064 8645/9506/52065 +f 8645/9506/52066 8708/9569/52067 8643/9504/52068 +f 8652/9513/52069 8709/9570/52070 8654/9515/52071 +f 8654/9515/52072 8709/9570/52073 8721/9582/52074 +f 8654/9515/52075 8721/9582/52076 8656/9517/52077 +f 8656/9517/52078 8721/9582/52079 8463/9324/52080 +f 8721/9582/52081 8709/9570/52082 8710/9571/52083 +f 8658/9519/52084 8660/9521/52085 8713/9574/52086 +f 8658/9519/52087 8713/9574/52088 8657/9518/52089 +f 8657/9518/52090 8713/9574/52091 8655/9516/52092 +f 8699/9560/52093 8666/9527/52094 8714/9575/52095 +f 8714/9575/52096 8666/9527/52097 8664/9525/52098 +f 8699/9560/52099 8714/9575/52100 8698/9559/52101 +f 8670/9531/52102 8703/9564/52103 8669/9530/52104 +f 8669/9530/52105 8703/9564/52106 8667/9528/52107 +f 8676/9537/52108 8715/9576/52109 8678/9539/52110 +f 8678/9539/52111 8715/9576/52112 8722/9583/52113 +f 8678/9539/52114 8722/9583/52115 8680/9541/52116 +f 8680/9541/52117 8722/9583/52118 8423/9284/52119 +f 8722/9583/52120 8715/9576/52121 8716/9577/52122 +f 8682/9543/52123 8684/9545/52124 8719/9580/52125 +f 8682/9543/52126 8719/9580/52127 8681/9542/52128 +f 8681/9542/52129 8719/9580/52130 8679/9540/52131 +f 8694/9555/52132 8685/9546/52133 8683/9544/52134 +f 8692/9553/52135 8690/9551/52136 8693/9554/52137 +f 8693/9554/52138 8690/9551/52139 8695/9556/52140 +f 8463/9324/52141 8720/9581/52142 8705/9566/52143 +f 8463/9324/52144 8721/9582/52145 8710/9571/52146 +f 8423/9284/52147 8722/9583/52148 8716/9577/52149 +f 8423/9284/52150 8694/9555/52151 8683/9544/52152 +f 8465/9326/52153 8420/9281/52154 8466/9327/52155 +f 8466/9327/52156 8420/9281/52157 8421/9282/52158 +f 8466/9327/52159 8421/9282/52160 8459/9320/52161 +f 8459/9320/52162 8421/9282/52163 8417/9278/52164 +f 8459/9320/52165 8417/9278/52166 8458/9319/52167 +f 8458/9319/52168 8417/9278/52169 8415/9276/52170 +f 8426/9287/52171 8413/9274/52172 8399/9260/52173 +f 8399/9260/52174 8413/9274/52175 8411/9272/52176 +f 8399/9260/52177 8411/9272/52178 8400/9261/52179 +f 8400/9261/52180 8411/9272/52181 8467/9328/52182 +f 8400/9261/52183 8467/9328/52184 8425/9286/52185 +f 8425/9286/52186 8467/9328/52187 8469/9330/52188 +f 8425/9286/52189 8469/9330/52190 8426/9287/52191 +f 8426/9287/52192 8469/9330/52193 8413/9274/52194 +f 8426/9287/52195 8399/9260/52196 8428/9289/52197 +f 8428/9289/52198 8399/9260/52199 8401/9262/52200 +f 8428/9289/52201 8401/9262/52202 8432/9293/52203 +f 8432/9293/52204 8401/9262/52205 8409/9270/52206 +f 8432/9293/52207 8409/9270/52208 8431/9292/52209 +f 8431/9292/52210 8409/9270/52211 8408/9269/52212 +f 8433/9294/52213 8723/9584/52214 8434/9295/52215 +f 8434/9295/52216 8723/9584/52217 8724/9585/52218 +f 8434/9295/52219 8724/9585/52220 8725/9586/52221 +f 8725/9586/52222 8724/9585/52223 8726/9587/52224 +f 8725/9586/52225 8726/9587/52226 8727/9588/52227 +f 8727/9588/52228 8726/9587/52229 8728/9589/52230 +f 8727/9588/52231 8728/9589/52232 8729/9590/52233 +f 8729/9590/52234 8728/9589/52235 8431/9292/52236 +f 8729/9590/52237 8431/9292/52238 8730/9591/52239 +f 8730/9591/52240 8431/9292/52241 8731/9592/52242 +f 8730/9591/52243 8731/9592/52244 8732/9593/52245 +f 8732/9593/52246 8731/9592/52247 8733/9594/52248 +f 8732/9593/52249 8733/9594/52250 8734/9595/52251 +f 8734/9595/52252 8733/9594/52253 8735/9596/52254 +f 8734/9595/52255 8735/9596/52256 8434/9295/52257 +f 8434/9295/52258 8735/9596/52259 8736/9597/52260 +f 8434/9295/52261 8736/9597/52262 8737/9598/52263 +f 8737/9598/52264 8736/9597/52265 8738/9599/52266 +f 8737/9598/52267 8738/9599/52268 8739/9600/52269 +f 8739/9600/52270 8738/9599/52271 8740/9601/52272 +f 8739/9600/52273 8740/9601/52274 8741/9602/52275 +f 8741/9602/52276 8740/9601/52277 8431/9292/52278 +f 8741/9602/52279 8431/9292/52280 8742/9603/52281 +f 8742/9603/52282 8431/9292/52283 8743/9604/52284 +f 8742/9603/52285 8743/9604/52286 8744/9605/52287 +f 8744/9605/52288 8743/9604/52289 8745/9606/52290 +f 8744/9605/52291 8745/9606/52292 8746/9607/52293 +f 8746/9607/52294 8745/9606/52295 8747/9608/52296 +f 8746/9607/52297 8747/9608/52298 8434/9295/52299 +f 8434/9295/52300 8747/9608/52301 8748/9609/52302 +f 8434/9295/52303 8748/9609/52304 8749/9610/52305 +f 8749/9610/52306 8748/9609/52307 8750/9611/52308 +f 8749/9610/52309 8750/9611/52310 8751/9612/52311 +f 8751/9612/52312 8750/9611/52313 8752/9613/52314 +f 8751/9612/52315 8752/9613/52316 8753/9614/52317 +f 8753/9614/52318 8752/9613/52319 8408/9269/52320 +f 8753/9614/52321 8408/9269/52322 8754/9615/52323 +f 8754/9615/52324 8408/9269/52325 8755/9616/52326 +f 8754/9615/52327 8755/9616/52328 8756/9617/52329 +f 8756/9617/52330 8755/9616/52331 8757/9618/52332 +f 8756/9617/52333 8757/9618/52334 8758/9619/52335 +f 8758/9619/52336 8757/9618/52337 8759/9620/52338 +f 8758/9619/52339 8759/9620/52340 8405/9266/52341 +f 8405/9266/52342 8759/9620/52343 8760/9621/52344 +f 8405/9266/52345 8760/9621/52346 8761/9622/52347 +f 8761/9622/52348 8760/9621/52349 8762/9623/52350 +f 8761/9622/52351 8762/9623/52352 8763/9624/52353 +f 8763/9624/52354 8762/9623/52355 8764/9625/52356 +f 8763/9624/52357 8764/9625/52358 8765/9626/52359 +f 8765/9626/52360 8764/9625/52361 8408/9269/52362 +f 8765/9626/52363 8408/9269/52364 8766/9627/52365 +f 8766/9627/52366 8408/9269/52367 8767/9628/52368 +f 8766/9627/52369 8767/9628/52370 8768/9629/52371 +f 8768/9629/52372 8767/9628/52373 8769/9630/52374 +f 8768/9629/52375 8769/9630/52376 8770/9631/52377 +f 8770/9631/52378 8769/9630/52379 8771/9632/52380 +f 8770/9631/52381 8771/9632/52382 8405/9266/52383 +f 8405/9266/52384 8771/9632/52385 8772/9633/52386 +f 8405/9266/52387 8772/9633/52388 8773/9634/52389 +f 8773/9634/52390 8772/9633/52391 8774/9635/52392 +f 8773/9634/52393 8774/9635/52394 8775/9636/52395 +f 8775/9636/52396 8774/9635/52397 8776/9637/52398 +f 8775/9636/52399 8776/9637/52400 8407/9268/52401 +f 8407/9268/52402 8776/9637/52403 8408/9269/52404 +f 8408/9269/52405 8776/9637/52406 8777/9638/52407 +f 8408/9269/52408 8777/9638/52409 8778/9639/52410 +f 8778/9639/52411 8777/9638/52412 8779/9640/52413 +f 8778/9639/52414 8779/9640/52415 8769/9630/52416 +f 8769/9630/52417 8779/9640/52418 8771/9632/52419 +f 8723/9584/52420 8433/9294/52421 8780/9641/52422 +f 8780/9641/52423 8433/9294/52424 8429/9290/52425 +f 8780/9641/52426 8429/9290/52427 8781/9642/52428 +f 8781/9642/52429 8429/9290/52430 8430/9291/52431 +f 8781/9642/52432 8430/9291/52433 8431/9292/52434 +f 8743/9604/52435 8431/9292/52436 8782/9643/52437 +f 8782/9643/52438 8431/9292/52439 8408/9269/52440 +f 8782/9643/52441 8408/9269/52442 8783/9644/52443 +f 8783/9644/52444 8408/9269/52445 8752/9613/52446 +f 8783/9644/52447 8752/9613/52448 8750/9611/52449 +f 8407/9268/52450 8403/9264/52451 8775/9636/52452 +f 8775/9636/52453 8403/9264/52454 8784/9645/52455 +f 8775/9636/52456 8784/9645/52457 8773/9634/52458 +f 8773/9634/52459 8784/9645/52460 8405/9266/52461 +f 8403/9264/52462 8404/9265/52463 8784/9645/52464 +f 8784/9645/52465 8404/9265/52466 8405/9266/52467 +f 8434/9295/52468 8749/9610/52469 8405/9266/52470 +f 8405/9266/52471 8749/9610/52472 8785/9646/52473 +f 8405/9266/52474 8785/9646/52475 8786/9647/52476 +f 8786/9647/52477 8785/9646/52478 8787/9648/52479 +f 8786/9647/52480 8787/9648/52481 8756/9617/52482 +f 8756/9617/52483 8787/9648/52484 8754/9615/52485 +f 8724/9585/52486 8723/9584/52487 8788/9649/52488 +f 8788/9649/52489 8723/9584/52490 8780/9641/52491 +f 8788/9649/52492 8780/9641/52493 8789/9650/52494 +f 8789/9650/52495 8780/9641/52496 8781/9642/52497 +f 8789/9650/52498 8781/9642/52499 8431/9292/52500 +f 8725/9586/52501 8790/9651/52502 8434/9295/52503 +f 8434/9295/52504 8790/9651/52505 8791/9652/52506 +f 8434/9295/52507 8791/9652/52508 8734/9595/52509 +f 8734/9595/52510 8791/9652/52511 8732/9593/52512 +f 8725/9586/52513 8727/9588/52514 8790/9651/52515 +f 8790/9651/52516 8727/9588/52517 8792/9653/52518 +f 8790/9651/52519 8792/9653/52520 8791/9652/52521 +f 8791/9652/52522 8792/9653/52523 8732/9593/52524 +f 8736/9597/52525 8735/9596/52526 8793/9654/52527 +f 8793/9654/52528 8735/9596/52529 8733/9594/52530 +f 8793/9654/52531 8733/9594/52532 8794/9655/52533 +f 8794/9655/52534 8733/9594/52535 8731/9592/52536 +f 8794/9655/52537 8731/9592/52538 8431/9292/52539 +f 8737/9598/52540 8795/9656/52541 8434/9295/52542 +f 8434/9295/52543 8795/9656/52544 8796/9657/52545 +f 8434/9295/52546 8796/9657/52547 8746/9607/52548 +f 8746/9607/52549 8796/9657/52550 8744/9605/52551 +f 8737/9598/52552 8739/9600/52553 8795/9656/52554 +f 8795/9656/52555 8739/9600/52556 8797/9658/52557 +f 8795/9656/52558 8797/9658/52559 8796/9657/52560 +f 8796/9657/52561 8797/9658/52562 8744/9605/52563 +f 8748/9609/52564 8747/9608/52565 8798/9659/52566 +f 8798/9659/52567 8747/9608/52568 8745/9606/52569 +f 8798/9659/52570 8745/9606/52571 8782/9643/52572 +f 8782/9643/52573 8745/9606/52574 8743/9604/52575 +f 8758/9619/52576 8405/9266/52577 8786/9647/52578 +f 8787/9648/52579 8785/9646/52580 8751/9612/52581 +f 8751/9612/52582 8785/9646/52583 8749/9610/52584 +f 8756/9617/52585 8758/9619/52586 8786/9647/52587 +f 8760/9621/52588 8759/9620/52589 8799/9660/52590 +f 8799/9660/52591 8759/9620/52592 8757/9618/52593 +f 8799/9660/52594 8757/9618/52595 8800/9661/52596 +f 8800/9661/52597 8757/9618/52598 8755/9616/52599 +f 8800/9661/52600 8755/9616/52601 8408/9269/52602 +f 8761/9622/52603 8801/9662/52604 8405/9266/52605 +f 8405/9266/52606 8801/9662/52607 8802/9663/52608 +f 8405/9266/52609 8802/9663/52610 8770/9631/52611 +f 8770/9631/52612 8802/9663/52613 8768/9629/52614 +f 8761/9622/52615 8763/9624/52616 8801/9662/52617 +f 8801/9662/52618 8763/9624/52619 8803/9664/52620 +f 8801/9662/52621 8803/9664/52622 8802/9663/52623 +f 8802/9663/52624 8803/9664/52625 8768/9629/52626 +f 8774/9635/52627 8772/9633/52628 8779/9640/52629 +f 8779/9640/52630 8772/9633/52631 8771/9632/52632 +f 8724/9585/52633 8788/9649/52634 8726/9587/52635 +f 8726/9587/52636 8788/9649/52637 8804/9665/52638 +f 8726/9587/52639 8804/9665/52640 8728/9589/52641 +f 8728/9589/52642 8804/9665/52643 8431/9292/52644 +f 8804/9665/52645 8788/9649/52646 8789/9650/52647 +f 8730/9591/52648 8732/9593/52649 8792/9653/52650 +f 8730/9591/52651 8792/9653/52652 8729/9590/52653 +f 8729/9590/52654 8792/9653/52655 8727/9588/52656 +f 8736/9597/52657 8793/9654/52658 8738/9599/52659 +f 8738/9599/52660 8793/9654/52661 8805/9666/52662 +f 8738/9599/52663 8805/9666/52664 8740/9601/52665 +f 8740/9601/52666 8805/9666/52667 8431/9292/52668 +f 8805/9666/52669 8793/9654/52670 8794/9655/52671 +f 8742/9603/52672 8744/9605/52673 8797/9658/52674 +f 8742/9603/52675 8797/9658/52676 8741/9602/52677 +f 8741/9602/52678 8797/9658/52679 8739/9600/52680 +f 8783/9644/52681 8750/9611/52682 8798/9659/52683 +f 8798/9659/52684 8750/9611/52685 8748/9609/52686 +f 8783/9644/52687 8798/9659/52688 8782/9643/52689 +f 8754/9615/52690 8787/9648/52691 8753/9614/52692 +f 8753/9614/52693 8787/9648/52694 8751/9612/52695 +f 8760/9621/52696 8799/9660/52697 8762/9623/52698 +f 8762/9623/52699 8799/9660/52700 8806/9667/52701 +f 8762/9623/52702 8806/9667/52703 8764/9625/52704 +f 8764/9625/52705 8806/9667/52706 8408/9269/52707 +f 8806/9667/52708 8799/9660/52709 8800/9661/52710 +f 8766/9627/52711 8768/9629/52712 8803/9664/52713 +f 8766/9627/52714 8803/9664/52715 8765/9626/52716 +f 8765/9626/52717 8803/9664/52718 8763/9624/52719 +f 8778/9639/52720 8769/9630/52721 8767/9628/52722 +f 8776/9637/52723 8774/9635/52724 8777/9638/52725 +f 8777/9638/52726 8774/9635/52727 8779/9640/52728 +f 8431/9292/52729 8804/9665/52730 8789/9650/52731 +f 8431/9292/52732 8805/9666/52733 8794/9655/52734 +f 8408/9269/52735 8806/9667/52736 8800/9661/52737 +f 8408/9269/52738 8778/9639/52739 8767/9628/52740 +f 8434/9295/52741 8405/9266/52742 8435/9296/52743 +f 8435/9296/52744 8405/9266/52745 8406/9267/52746 +f 8435/9296/52747 8406/9267/52748 8427/9288/52749 +f 8427/9288/52750 8406/9267/52751 8402/9263/52752 +f 8427/9288/52753 8402/9263/52754 8425/9286/52755 +f 8425/9286/52756 8402/9263/52757 8400/9261/52758 +f 8437/9298/52759 8381/9242/52760 8439/9300/52761 +f 8439/9300/52762 8381/9242/52763 8382/9243/52764 +f 8807/9668/52765 8808/9669/52766 8809/9670/52767 +f 8809/9670/52768 8808/9669/52769 8810/9671/52770 +f 8809/9670/52771 8810/9671/52772 8811/9672/52773 +f 8811/9672/52774 8810/9671/52775 8812/9673/52776 +f 8811/9672/52777 8812/9673/52778 8813/9674/52779 +f 8813/9674/52780 8812/9673/52781 8814/9675/52782 +f 8814/9675/52783 8812/9673/52784 8815/9676/52785 +f 8814/9675/52786 8815/9676/52787 8816/9677/52788 +f 8816/9677/52789 8815/9676/52790 8817/9678/52791 +f 8816/9677/52792 8817/9678/52793 8818/9679/52794 +f 8818/9679/52795 8817/9678/52796 8819/9680/52797 +f 8818/9679/52798 8819/9680/52799 8820/9681/52800 +f 8820/9681/52801 8819/9680/52802 8821/9682/52803 +f 8820/9681/52804 8821/9682/52805 8822/9683/52806 +f 8822/9683/52807 8821/9682/52808 8823/9684/52809 +f 8822/9683/52810 8823/9684/52811 8824/9685/52812 +f 8824/9685/52813 8823/9684/52814 8825/9686/52815 +f 8824/9685/52816 8825/9686/52817 8826/9687/52818 +f 8826/9687/52819 8825/9686/52820 8827/9688/52821 +f 8827/9688/52822 8825/9686/52823 8828/9689/52824 +f 8827/9688/52825 8828/9689/52826 8829/9690/52827 +f 8829/9690/52828 8828/9689/52829 8830/9691/52830 +f 8829/9690/52831 8830/9691/52832 8831/9692/52833 +f 8831/9692/52834 8830/9691/52835 8832/9693/52836 +f 8831/9692/52837 8832/9693/52838 8807/9668/52839 +f 8807/9668/52840 8832/9693/52841 8808/9669/52842 +f 8815/9676/52843 8812/9673/52844 8810/9671/52845 +f 8810/9671/52846 8808/9669/52847 8833/9694/52848 +f 8833/9694/52849 8808/9669/52850 8832/9693/52851 +f 8833/9694/52852 8832/9693/52853 8834/9695/52854 +f 8834/9695/52855 8832/9693/52856 8830/9691/52857 +f 8834/9695/52858 8830/9691/52859 8835/9696/52860 +f 8835/9696/52861 8830/9691/52862 8828/9689/52863 +f 8835/9696/52864 8828/9689/52865 8823/9684/52866 +f 8823/9684/52867 8828/9689/52868 8825/9686/52869 +f 8817/9678/52870 8815/9676/52871 8833/9694/52872 +f 8833/9694/52873 8815/9676/52874 8810/9671/52875 +f 8817/9678/52876 8833/9694/52877 8834/9695/52878 +f 8819/9680/52879 8817/9678/52880 8834/9695/52881 +f 8819/9680/52882 8834/9695/52883 8835/9696/52884 +f 8821/9682/52885 8819/9680/52886 8835/9696/52887 +f 8821/9682/52888 8835/9696/52889 8823/9684/52890 +f 8824/9685/52891 8836/9697/52892 8822/9683/52893 +f 8822/9683/52894 8836/9697/52895 8837/9698/52896 +f 8838/9699/52897 8839/9700/52898 8836/9697/52899 +f 8836/9697/52900 8839/9700/52901 8840/9701/52902 +f 8836/9697/52903 8840/9701/52904 8837/9698/52905 +f 8837/9698/52906 8840/9701/52907 8841/9702/52908 +f 8837/9698/52909 8841/9702/52910 8842/9703/52911 +f 8842/9703/52912 8841/9702/52913 8843/9704/52914 +f 8843/9704/52915 8841/9702/52916 8844/9705/52917 +f 8843/9704/52918 8844/9705/52919 8845/9706/52920 +f 8845/9706/52921 8844/9705/52922 8846/9707/52923 +f 8845/9706/52924 8846/9707/52925 8847/9708/52926 +f 8847/9708/52927 8846/9707/52928 8848/9709/52929 +f 8847/9708/52930 8848/9709/52931 8849/9710/52932 +f 8849/9710/52933 8848/9709/52934 8850/9711/52935 +f 8849/9710/52936 8850/9711/52937 8851/9712/52938 +f 8851/9712/52939 8850/9711/52940 8852/9713/52941 +f 8851/9712/52942 8852/9713/52943 8853/9714/52944 +f 8853/9714/52945 8852/9713/52946 8854/9715/52947 +f 8853/9714/52948 8854/9715/52949 8855/9716/52950 +f 8855/9716/52951 8854/9715/52952 8856/9717/52953 +f 8856/9717/52954 8854/9715/52955 8857/9718/52956 +f 8856/9717/52957 8857/9718/52958 8858/9719/52959 +f 8858/9719/52960 8857/9718/52961 8859/9720/52962 +f 8858/9719/52963 8859/9720/52964 8860/9721/52965 +f 8860/9721/52966 8859/9720/52967 8861/9722/52968 +f 8860/9721/52969 8861/9722/52970 8838/9699/52971 +f 8838/9699/52972 8861/9722/52973 8839/9700/52974 +f 8844/9705/52975 8841/9702/52976 8840/9701/52977 +f 8840/9701/52978 8839/9700/52979 8862/9723/52980 +f 8862/9723/52981 8839/9700/52982 8861/9722/52983 +f 8862/9723/52984 8861/9722/52985 8863/9724/52986 +f 8863/9724/52987 8861/9722/52988 8859/9720/52989 +f 8863/9724/52990 8859/9720/52991 8864/9725/52992 +f 8864/9725/52993 8859/9720/52994 8857/9718/52995 +f 8864/9725/52996 8857/9718/52997 8852/9713/52998 +f 8852/9713/52999 8857/9718/53000 8854/9715/53001 +f 8846/9707/53002 8844/9705/53003 8862/9723/53004 +f 8862/9723/53005 8844/9705/53006 8840/9701/53007 +f 8846/9707/53008 8862/9723/53009 8863/9724/53010 +f 8848/9709/53011 8846/9707/53012 8863/9724/53013 +f 8848/9709/53014 8863/9724/53015 8864/9725/53016 +f 8850/9711/53017 8848/9709/53018 8864/9725/53019 +f 8850/9711/53020 8864/9725/53021 8852/9713/53022 +f 8853/9714/53023 8865/9726/53024 8851/9712/53025 +f 8851/9712/53026 8865/9726/53027 8866/9727/53028 +f 8867/9728/53029 8868/9729/53030 8865/9726/53031 +f 8865/9726/53032 8868/9729/53033 8869/9730/53034 +f 8865/9726/53035 8869/9730/53036 8866/9727/53037 +f 8866/9727/53038 8869/9730/53039 8870/9731/53040 +f 8866/9727/53041 8870/9731/53042 8871/9732/53043 +f 8871/9732/53044 8870/9731/53045 8872/9733/53046 +f 8872/9733/53047 8870/9731/53048 8873/9734/53049 +f 8872/9733/53050 8873/9734/53051 8874/9735/53052 +f 8874/9735/53053 8873/9734/53054 8875/9736/53055 +f 8874/9735/53056 8875/9736/53057 8876/9737/53058 +f 8876/9737/53059 8875/9736/53060 8877/9738/53061 +f 8876/9737/53062 8877/9738/53063 8878/9739/53064 +f 8878/9739/53065 8877/9738/53066 8879/9740/53067 +f 8878/9739/53068 8879/9740/53069 8880/9741/53070 +f 8880/9741/53071 8879/9740/53072 8881/9742/53073 +f 8880/9741/53074 8881/9742/53075 8882/9743/53076 +f 8882/9743/53077 8881/9742/53078 8883/9744/53079 +f 8882/9743/53080 8883/9744/53081 8884/9745/53082 +f 8884/9745/53083 8883/9744/53084 8885/9746/53085 +f 8885/9746/53086 8883/9744/53087 8886/9747/53088 +f 8885/9746/53089 8886/9747/53090 8887/9748/53091 +f 8887/9748/53092 8886/9747/53093 8888/9749/53094 +f 8887/9748/53095 8888/9749/53096 8889/9750/53097 +f 8889/9750/53098 8888/9749/53099 8890/9751/53100 +f 8889/9750/53101 8890/9751/53102 8867/9728/53103 +f 8867/9728/53104 8890/9751/53105 8868/9729/53106 +f 8873/9734/53107 8870/9731/53108 8869/9730/53109 +f 8869/9730/53110 8868/9729/53111 8891/9752/53112 +f 8891/9752/53113 8868/9729/53114 8890/9751/53115 +f 8891/9752/53116 8890/9751/53117 8892/9753/53118 +f 8892/9753/53119 8890/9751/53120 8888/9749/53121 +f 8892/9753/53122 8888/9749/53123 8893/9754/53124 +f 8893/9754/53125 8888/9749/53126 8886/9747/53127 +f 8893/9754/53128 8886/9747/53129 8881/9742/53130 +f 8881/9742/53131 8886/9747/53132 8883/9744/53133 +f 8875/9736/53134 8873/9734/53135 8891/9752/53136 +f 8891/9752/53137 8873/9734/53138 8869/9730/53139 +f 8875/9736/53140 8891/9752/53141 8892/9753/53142 +f 8877/9738/53143 8875/9736/53144 8892/9753/53145 +f 8877/9738/53146 8892/9753/53147 8893/9754/53148 +f 8879/9740/53149 8877/9738/53150 8893/9754/53151 +f 8879/9740/53152 8893/9754/53153 8881/9742/53154 +f 8882/9743/53155 8894/9755/53156 8880/9741/53157 +f 8880/9741/53158 8894/9755/53159 8895/9756/53160 +f 8896/9757/53161 8897/9758/53162 8894/9755/53163 +f 8894/9755/53164 8897/9758/53165 8898/9759/53166 +f 8894/9755/53167 8898/9759/53168 8895/9756/53169 +f 8895/9756/53170 8898/9759/53171 8899/9760/53172 +f 8895/9756/53173 8899/9760/53174 8900/9761/53175 +f 8900/9761/53176 8899/9760/53177 8901/9762/53178 +f 8901/9762/53179 8899/9760/53180 8902/9763/53181 +f 8901/9762/53182 8902/9763/53183 8903/9764/53184 +f 8903/9764/53185 8902/9763/53186 8904/9765/53187 +f 8903/9764/53188 8904/9765/53189 8905/9766/53190 +f 8905/9766/53191 8904/9765/53192 8906/9767/53193 +f 8905/9766/53194 8906/9767/53195 8907/9768/53196 +f 8907/9768/53197 8906/9767/53198 8908/9769/53199 +f 8907/9768/53200 8908/9769/53201 8909/9770/53202 +f 8909/9770/53203 8908/9769/53204 8910/9771/53205 +f 8909/9770/53206 8910/9771/53207 8911/9772/53208 +f 8911/9772/53209 8910/9771/53210 8912/9773/53211 +f 8911/9772/53212 8912/9773/53213 8913/9774/53214 +f 8913/9774/53215 8912/9773/53216 8914/9775/53217 +f 8914/9775/53218 8912/9773/53219 8915/9776/53220 +f 8914/9775/53221 8915/9776/53222 8916/9777/53223 +f 8916/9777/53224 8915/9776/53225 8917/9778/53226 +f 8916/9777/53227 8917/9778/53228 8918/9779/53229 +f 8918/9779/53230 8917/9778/53231 8919/9780/53232 +f 8918/9779/53233 8919/9780/53234 8896/9757/53235 +f 8896/9757/53236 8919/9780/53237 8897/9758/53238 +f 8902/9763/53239 8899/9760/53240 8898/9759/53241 +f 8898/9759/53242 8897/9758/53243 8920/9781/53244 +f 8920/9781/53245 8897/9758/53246 8919/9780/53247 +f 8920/9781/53248 8919/9780/53249 8921/9782/53250 +f 8921/9782/53251 8919/9780/53252 8917/9778/53253 +f 8921/9782/53254 8917/9778/53255 8922/9783/53256 +f 8922/9783/53257 8917/9778/53258 8915/9776/53259 +f 8922/9783/53260 8915/9776/53261 8910/9771/53262 +f 8910/9771/53263 8915/9776/53264 8912/9773/53265 +f 8904/9765/53266 8902/9763/53267 8920/9781/53268 +f 8920/9781/53269 8902/9763/53270 8898/9759/53271 +f 8904/9765/53272 8920/9781/53273 8921/9782/53274 +f 8906/9767/53275 8904/9765/53276 8921/9782/53277 +f 8906/9767/53278 8921/9782/53279 8922/9783/53280 +f 8908/9769/53281 8906/9767/53282 8922/9783/53283 +f 8908/9769/53284 8922/9783/53285 8910/9771/53286 +f 8911/9772/53287 8923/9784/53288 8909/9770/53289 +f 8909/9770/53290 8923/9784/53291 8924/9785/53292 +f 8925/9786/53293 8926/9787/53294 8923/9784/53295 +f 8923/9784/53296 8926/9787/53297 8927/9788/53298 +f 8923/9784/53299 8927/9788/53300 8924/9785/53301 +f 8924/9785/53302 8927/9788/53303 8928/9789/53304 +f 8924/9785/53305 8928/9789/53306 8929/9790/53307 +f 8929/9790/53308 8928/9789/53309 8930/9791/53310 +f 8930/9791/53311 8928/9789/53312 8931/9792/53313 +f 8930/9791/53314 8931/9792/53315 8932/9793/53316 +f 8932/9793/53317 8931/9792/53318 8933/9794/53319 +f 8932/9793/53320 8933/9794/53321 8934/9795/53322 +f 8934/9795/53323 8933/9794/53324 8935/9796/53325 +f 8934/9795/53326 8935/9796/53327 8936/9797/53328 +f 8936/9797/53329 8935/9796/53330 8937/9798/53331 +f 8936/9797/53332 8937/9798/53333 8938/9799/53334 +f 8938/9799/53335 8937/9798/53336 8939/9800/53337 +f 8938/9799/53338 8939/9800/53339 8940/9801/53340 +f 8940/9801/53341 8939/9800/53342 8941/9802/53343 +f 8940/9801/53344 8941/9802/53345 8942/9803/53346 +f 8942/9803/53347 8941/9802/53348 8943/9804/53349 +f 8943/9804/53350 8941/9802/53351 8944/9805/53352 +f 8943/9804/53353 8944/9805/53354 8945/9806/53355 +f 8945/9806/53356 8944/9805/53357 8946/9807/53358 +f 8945/9806/53359 8946/9807/53360 8947/9808/53361 +f 8947/9808/53362 8946/9807/53363 8948/9809/53364 +f 8947/9808/53365 8948/9809/53366 8925/9786/53367 +f 8925/9786/53368 8948/9809/53369 8926/9787/53370 +f 8931/9792/53371 8928/9789/53372 8927/9788/53373 +f 8927/9788/53374 8926/9787/53375 8949/9810/53376 +f 8949/9810/53377 8926/9787/53378 8948/9809/53379 +f 8949/9810/53380 8948/9809/53381 8950/9811/53382 +f 8950/9811/53383 8948/9809/53384 8946/9807/53385 +f 8950/9811/53386 8946/9807/53387 8951/9812/53388 +f 8951/9812/53389 8946/9807/53390 8944/9805/53391 +f 8951/9812/53392 8944/9805/53393 8939/9800/53394 +f 8939/9800/53395 8944/9805/53396 8941/9802/53397 +f 8933/9794/53398 8931/9792/53399 8949/9810/53400 +f 8949/9810/53401 8931/9792/53402 8927/9788/53403 +f 8933/9794/53404 8949/9810/53405 8950/9811/53406 +f 8935/9796/53407 8933/9794/53408 8950/9811/53409 +f 8935/9796/53410 8950/9811/53411 8951/9812/53412 +f 8937/9798/53413 8935/9796/53414 8951/9812/53415 +f 8937/9798/53416 8951/9812/53417 8939/9800/53418 +f 8940/9801/53419 8952/9813/53420 8938/9799/53421 +f 8938/9799/53422 8952/9813/53423 8953/9814/53424 +f 8953/9814/53425 8952/9813/53426 8954/9815/53427 +f 8954/9815/53428 8952/9813/53429 8955/9816/53430 +f 8954/9815/53431 8955/9816/53432 8956/9817/53433 +f 8956/9817/53434 8955/9816/53435 8957/9818/53436 +f 8956/9817/53437 8957/9818/53438 8958/9819/53439 +f 8958/9819/53440 8957/9818/53441 8959/9820/53442 +f 8958/9819/53443 8959/9820/53444 8960/9821/53445 +f 8960/9821/53446 8959/9820/53447 8961/9822/53448 +f 8960/9821/53449 8961/9822/53450 8962/9823/53451 +f 8962/9823/53452 8961/9822/53453 8963/9824/53454 +f 8962/9823/53455 8963/9824/53456 8964/9825/53457 +f 8964/9825/53458 8965/9826/53459 8962/9823/53460 +f 8962/9823/53461 8965/9826/53462 8966/9827/53463 +f 8962/9823/53464 8966/9827/53465 8960/9821/53466 +f 8960/9821/53467 8966/9827/53468 8967/9828/53469 +f 8960/9821/53470 8967/9828/53471 8958/9819/53472 +f 8958/9819/53473 8967/9828/53474 8968/9829/53475 +f 8958/9819/53476 8968/9829/53477 8956/9817/53478 +f 8956/9817/53479 8968/9829/53480 8969/9830/53481 +f 8956/9817/53482 8969/9830/53483 8954/9815/53484 +f 8954/9815/53485 8969/9830/53486 8970/9831/53487 +f 8954/9815/53488 8970/9831/53489 8953/9814/53490 +f 8964/9825/53491 8809/9670/53492 8965/9826/53493 +f 8965/9826/53494 8809/9670/53495 8811/9672/53496 +f 8895/9756/53497 8938/9799/53498 8880/9741/53499 +f 8880/9741/53500 8938/9799/53501 8953/9814/53502 +f 8880/9741/53503 8953/9814/53504 8878/9739/53505 +f 8878/9739/53506 8953/9814/53507 8876/9737/53508 +f 8876/9737/53509 8953/9814/53510 8874/9735/53511 +f 8874/9735/53512 8953/9814/53513 8965/9826/53514 +f 8874/9735/53515 8965/9826/53516 8872/9733/53517 +f 8872/9733/53518 8965/9826/53519 8871/9732/53520 +f 8871/9732/53521 8965/9826/53522 8866/9727/53523 +f 8866/9727/53524 8965/9826/53525 8811/9672/53526 +f 8866/9727/53527 8811/9672/53528 8851/9712/53529 +f 8851/9712/53530 8811/9672/53531 8837/9698/53532 +f 8851/9712/53533 8837/9698/53534 8849/9710/53535 +f 8849/9710/53536 8837/9698/53537 8847/9708/53538 +f 8847/9708/53539 8837/9698/53540 8845/9706/53541 +f 8845/9706/53542 8837/9698/53543 8843/9704/53544 +f 8843/9704/53545 8837/9698/53546 8842/9703/53547 +f 8900/9761/53548 8901/9762/53549 8895/9756/53550 +f 8895/9756/53551 8901/9762/53552 8903/9764/53553 +f 8895/9756/53554 8903/9764/53555 8905/9766/53556 +f 8905/9766/53557 8907/9768/53558 8895/9756/53559 +f 8895/9756/53560 8907/9768/53561 8909/9770/53562 +f 8895/9756/53563 8909/9770/53564 8924/9785/53565 +f 8895/9756/53566 8924/9785/53567 8938/9799/53568 +f 8938/9799/53569 8924/9785/53570 8929/9790/53571 +f 8938/9799/53572 8929/9790/53573 8930/9791/53574 +f 8930/9791/53575 8932/9793/53576 8938/9799/53577 +f 8938/9799/53578 8932/9793/53579 8934/9795/53580 +f 8938/9799/53581 8934/9795/53582 8936/9797/53583 +f 8970/9831/53584 8969/9830/53585 8953/9814/53586 +f 8953/9814/53587 8969/9830/53588 8968/9829/53589 +f 8953/9814/53590 8968/9829/53591 8967/9828/53592 +f 8967/9828/53593 8966/9827/53594 8953/9814/53595 +f 8953/9814/53596 8966/9827/53597 8965/9826/53598 +f 8837/9698/53599 8811/9672/53600 8822/9683/53601 +f 8822/9683/53602 8811/9672/53603 8813/9674/53604 +f 8822/9683/53605 8813/9674/53606 8814/9675/53607 +f 8814/9675/53608 8816/9677/53609 8822/9683/53610 +f 8822/9683/53611 8816/9677/53612 8818/9679/53613 +f 8822/9683/53614 8818/9679/53615 8820/9681/53616 +f 8923/9784/53617 8911/9772/53618 8894/9755/53619 +f 8894/9755/53620 8911/9772/53621 8913/9774/53622 +f 8894/9755/53623 8913/9774/53624 8914/9775/53625 +f 8914/9775/53626 8916/9777/53627 8894/9755/53628 +f 8894/9755/53629 8916/9777/53630 8918/9779/53631 +f 8894/9755/53632 8918/9779/53633 8896/9757/53634 +f 8923/9784/53635 8894/9755/53636 8940/9801/53637 +f 8940/9801/53638 8894/9755/53639 8882/9743/53640 +f 8940/9801/53641 8882/9743/53642 8952/9813/53643 +f 8952/9813/53644 8882/9743/53645 8884/9745/53646 +f 8952/9813/53647 8884/9745/53648 8885/9746/53649 +f 8885/9746/53650 8887/9748/53651 8952/9813/53652 +f 8952/9813/53653 8887/9748/53654 8964/9825/53655 +f 8952/9813/53656 8964/9825/53657 8963/9824/53658 +f 8887/9748/53659 8889/9750/53660 8964/9825/53661 +f 8964/9825/53662 8889/9750/53663 8867/9728/53664 +f 8964/9825/53665 8867/9728/53666 8865/9726/53667 +f 8964/9825/53668 8865/9726/53669 8809/9670/53670 +f 8809/9670/53671 8865/9726/53672 8853/9714/53673 +f 8809/9670/53674 8853/9714/53675 8824/9685/53676 +f 8824/9685/53677 8853/9714/53678 8836/9697/53679 +f 8836/9697/53680 8853/9714/53681 8855/9716/53682 +f 8836/9697/53683 8855/9716/53684 8856/9717/53685 +f 8856/9717/53686 8858/9719/53687 8836/9697/53688 +f 8836/9697/53689 8858/9719/53690 8860/9721/53691 +f 8836/9697/53692 8860/9721/53693 8838/9699/53694 +f 8826/9687/53695 8827/9688/53696 8824/9685/53697 +f 8824/9685/53698 8827/9688/53699 8829/9690/53700 +f 8824/9685/53701 8829/9690/53702 8831/9692/53703 +f 8831/9692/53704 8807/9668/53705 8824/9685/53706 +f 8824/9685/53707 8807/9668/53708 8809/9670/53709 +f 8963/9824/53710 8961/9822/53711 8952/9813/53712 +f 8952/9813/53713 8961/9822/53714 8959/9820/53715 +f 8952/9813/53716 8959/9820/53717 8957/9818/53718 +f 8957/9818/53719 8955/9816/53720 8952/9813/53721 +f 8942/9803/53722 8943/9804/53723 8940/9801/53724 +f 8940/9801/53725 8943/9804/53726 8945/9806/53727 +f 8940/9801/53728 8945/9806/53729 8947/9808/53730 +f 8947/9808/53731 8925/9786/53732 8940/9801/53733 +f 8940/9801/53734 8925/9786/53735 8923/9784/53736 +f 8971/9832/53737 8972/9833/53738 8973/9834/53739 +f 8973/9834/53740 8972/9833/53741 8974/9835/53742 +f 8975/9836/53743 8976/9837/53744 8972/9833/53745 +f 8972/9833/53746 8976/9837/53747 8977/9838/53748 +f 8972/9833/53749 8977/9838/53750 8974/9835/53751 +f 8974/9835/53752 8977/9838/53753 8978/9839/53754 +f 8974/9835/53755 8978/9839/53756 8979/9840/53757 +f 8979/9840/53758 8978/9839/53759 8980/9841/53760 +f 8980/9841/53761 8978/9839/53762 8981/9842/53763 +f 8980/9841/53764 8981/9842/53765 8982/9843/53766 +f 8982/9843/53767 8981/9842/53768 8983/9844/53769 +f 8982/9843/53770 8983/9844/53771 8984/9845/53772 +f 8984/9845/53773 8983/9844/53774 8985/9846/53775 +f 8984/9845/53776 8985/9846/53777 8986/9847/53778 +f 8986/9847/53779 8985/9846/53780 8987/9848/53781 +f 8986/9847/53782 8987/9848/53783 8988/9849/53784 +f 8988/9849/53785 8987/9848/53786 8989/9850/53787 +f 8988/9849/53788 8989/9850/53789 8990/9851/53790 +f 8990/9851/53791 8989/9850/53792 8991/9852/53793 +f 8990/9851/53794 8991/9852/53795 8992/9853/53796 +f 8992/9853/53797 8991/9852/53798 8993/9854/53799 +f 8993/9854/53800 8991/9852/53801 8994/9855/53802 +f 8993/9854/53803 8994/9855/53804 8995/9856/53805 +f 8995/9856/53806 8994/9855/53807 8996/9857/53808 +f 8995/9856/53809 8996/9857/53810 8997/9858/53811 +f 8997/9858/53812 8996/9857/53813 8998/9859/53814 +f 8997/9858/53815 8998/9859/53816 8975/9836/53817 +f 8975/9836/53818 8998/9859/53819 8976/9837/53820 +f 8981/9842/53821 8978/9839/53822 8977/9838/53823 +f 8977/9838/53824 8976/9837/53825 8999/9860/53826 +f 8999/9860/53827 8976/9837/53828 8998/9859/53829 +f 8999/9860/53830 8998/9859/53831 9000/9861/53832 +f 9000/9861/53833 8998/9859/53834 8996/9857/53835 +f 9000/9861/53836 8996/9857/53837 9001/9862/53838 +f 9001/9862/53839 8996/9857/53840 8994/9855/53841 +f 9001/9862/53842 8994/9855/53843 8989/9850/53844 +f 8989/9850/53845 8994/9855/53846 8991/9852/53847 +f 8983/9844/53848 8981/9842/53849 8999/9860/53850 +f 8999/9860/53851 8981/9842/53852 8977/9838/53853 +f 8983/9844/53854 8999/9860/53855 9000/9861/53856 +f 8985/9846/53857 8983/9844/53858 9000/9861/53859 +f 8985/9846/53860 9000/9861/53861 9001/9862/53862 +f 8987/9848/53863 8985/9846/53864 9001/9862/53865 +f 8987/9848/53866 9001/9862/53867 8989/9850/53868 +f 8990/9851/53869 9002/9863/53870 8988/9849/53871 +f 8988/9849/53872 9002/9863/53873 9003/9864/53874 +f 9004/9865/53875 9005/9866/53876 9002/9863/53877 +f 9002/9863/53878 9005/9866/53879 9006/9867/53880 +f 9002/9863/53881 9006/9867/53882 9003/9864/53883 +f 9003/9864/53884 9006/9867/53885 9007/9868/53886 +f 9003/9864/53887 9007/9868/53888 9008/9869/53889 +f 9008/9869/53890 9007/9868/53891 9009/9870/53892 +f 9009/9870/53893 9007/9868/53894 9010/9871/53895 +f 9009/9870/53896 9010/9871/53897 9011/9872/53898 +f 9011/9872/53899 9010/9871/53900 9012/9873/53901 +f 9011/9872/53902 9012/9873/53903 9013/9874/53904 +f 9013/9874/53905 9012/9873/53906 9014/9875/53907 +f 9013/9874/53908 9014/9875/53909 9015/9876/53910 +f 9015/9876/53911 9014/9875/53912 9016/9877/53913 +f 9015/9876/53914 9016/9877/53915 9017/9878/53916 +f 9017/9878/53917 9016/9877/53918 9018/9879/53919 +f 9017/9878/53920 9018/9879/53921 9019/9880/53922 +f 9019/9880/53923 9018/9879/53924 9020/9881/53925 +f 9019/9880/53926 9020/9881/53927 9021/9882/53928 +f 9021/9882/53929 9020/9881/53930 9022/9883/53931 +f 9022/9883/53932 9020/9881/53933 9023/9884/53934 +f 9022/9883/53935 9023/9884/53936 9024/9885/53937 +f 9024/9885/53938 9023/9884/53939 9025/9886/53940 +f 9024/9885/53941 9025/9886/53942 9026/9887/53943 +f 9026/9887/53944 9025/9886/53945 9027/9888/53946 +f 9026/9887/53947 9027/9888/53948 9004/9865/53949 +f 9004/9865/53950 9027/9888/53951 9005/9866/53952 +f 9010/9871/53953 9007/9868/53954 9006/9867/53955 +f 9006/9867/53956 9005/9866/53957 9028/9889/53958 +f 9028/9889/53959 9005/9866/53960 9027/9888/53961 +f 9028/9889/53962 9027/9888/53963 9029/9890/53964 +f 9029/9890/53965 9027/9888/53966 9025/9886/53967 +f 9029/9890/53968 9025/9886/53969 9030/9891/53970 +f 9030/9891/53971 9025/9886/53972 9023/9884/53973 +f 9030/9891/53974 9023/9884/53975 9018/9879/53976 +f 9018/9879/53977 9023/9884/53978 9020/9881/53979 +f 9012/9873/53980 9010/9871/53981 9028/9889/53982 +f 9028/9889/53983 9010/9871/53984 9006/9867/53985 +f 9012/9873/53986 9028/9889/53987 9029/9890/53988 +f 9014/9875/53989 9012/9873/53990 9029/9890/53991 +f 9014/9875/53992 9029/9890/53993 9030/9891/53994 +f 9016/9877/53995 9014/9875/53996 9030/9891/53997 +f 9016/9877/53998 9030/9891/53999 9018/9879/54000 +f 9019/9880/54001 9031/9892/54002 9017/9878/54003 +f 9017/9878/54004 9031/9892/54005 9032/9893/54006 +f 9033/9894/54007 9034/9895/54008 9031/9892/54009 +f 9031/9892/54010 9034/9895/54011 9035/9896/54012 +f 9031/9892/54013 9035/9896/54014 9032/9893/54015 +f 9032/9893/54016 9035/9896/54017 9036/9897/54018 +f 9032/9893/54019 9036/9897/54020 9037/9898/54021 +f 9037/9898/54022 9036/9897/54023 9038/9899/54024 +f 9038/9899/54025 9036/9897/54026 9039/9900/54027 +f 9038/9899/54028 9039/9900/54029 9040/9901/54030 +f 9040/9901/54031 9039/9900/54032 9041/9902/54033 +f 9040/9901/54034 9041/9902/54035 9042/9903/54036 +f 9042/9903/54037 9041/9902/54038 9043/9904/54039 +f 9042/9903/54040 9043/9904/54041 9044/9905/54042 +f 9044/9905/54043 9043/9904/54044 9045/9906/54045 +f 9044/9905/54046 9045/9906/54047 9046/9907/54048 +f 9046/9907/54049 9045/9906/54050 9047/9908/54051 +f 9046/9907/54052 9047/9908/54053 9048/9909/54054 +f 9048/9909/54055 9047/9908/54056 9049/9910/54057 +f 9048/9909/54058 9049/9910/54059 9050/9911/54060 +f 9050/9911/54061 9049/9910/54062 9051/9912/54063 +f 9051/9912/54064 9049/9910/54065 9052/9913/54066 +f 9051/9912/54067 9052/9913/54068 9053/9914/54069 +f 9053/9914/54070 9052/9913/54071 9054/9915/54072 +f 9053/9914/54073 9054/9915/54074 9055/9916/54075 +f 9055/9916/54076 9054/9915/54077 9056/9917/54078 +f 9055/9916/54079 9056/9917/54080 9033/9894/54081 +f 9033/9894/54082 9056/9917/54083 9034/9895/54084 +f 9039/9900/54085 9036/9897/54086 9035/9896/54087 +f 9035/9896/54088 9034/9895/54089 9057/9918/54090 +f 9057/9918/54091 9034/9895/54092 9056/9917/54093 +f 9057/9918/54094 9056/9917/54095 9058/9919/54096 +f 9058/9919/54097 9056/9917/54098 9054/9915/54099 +f 9058/9919/54100 9054/9915/54101 9059/9920/54102 +f 9059/9920/54103 9054/9915/54104 9052/9913/54105 +f 9059/9920/54106 9052/9913/54107 9047/9908/54108 +f 9047/9908/54109 9052/9913/54110 9049/9910/54111 +f 9041/9902/54112 9039/9900/54113 9057/9918/54114 +f 9057/9918/54115 9039/9900/54116 9035/9896/54117 +f 9041/9902/54118 9057/9918/54119 9058/9919/54120 +f 9043/9904/54121 9041/9902/54122 9058/9919/54123 +f 9043/9904/54124 9058/9919/54125 9059/9920/54126 +f 9045/9906/54127 9043/9904/54128 9059/9920/54129 +f 9045/9906/54130 9059/9920/54131 9047/9908/54132 +f 9048/9909/54133 9060/9921/54134 9046/9907/54135 +f 9046/9907/54136 9060/9921/54137 9061/9922/54138 +f 9062/9923/54139 9063/9924/54140 9060/9921/54141 +f 9060/9921/54142 9063/9924/54143 9064/9925/54144 +f 9060/9921/54145 9064/9925/54146 9061/9922/54147 +f 9061/9922/54148 9064/9925/54149 9065/9926/54150 +f 9061/9922/54151 9065/9926/54152 9066/9927/54153 +f 9066/9927/54154 9065/9926/54155 9067/9928/54156 +f 9067/9928/54157 9065/9926/54158 9068/9929/54159 +f 9067/9928/54160 9068/9929/54161 9069/9930/54162 +f 9069/9930/54163 9068/9929/54164 9070/9931/54165 +f 9069/9930/54166 9070/9931/54167 9071/9932/54168 +f 9071/9932/54169 9070/9931/54170 9072/9933/54171 +f 9071/9932/54172 9072/9933/54173 9073/9934/54174 +f 9073/9934/54175 9072/9933/54176 9074/9935/54177 +f 9073/9934/54178 9074/9935/54179 9075/9936/54180 +f 9075/9936/54181 9074/9935/54182 9076/9937/54183 +f 9075/9936/54184 9076/9937/54185 9077/9938/54186 +f 9077/9938/54187 9076/9937/54188 9078/9939/54189 +f 9077/9938/54190 9078/9939/54191 9079/9940/54192 +f 9079/9940/54193 9078/9939/54194 9080/9941/54195 +f 9080/9941/54196 9078/9939/54197 9081/9942/54198 +f 9080/9941/54199 9081/9942/54200 9082/9943/54201 +f 9082/9943/54202 9081/9942/54203 9083/9944/54204 +f 9082/9943/54205 9083/9944/54206 9084/9945/54207 +f 9084/9945/54208 9083/9944/54209 9085/9946/54210 +f 9084/9945/54211 9085/9946/54212 9062/9923/54213 +f 9062/9923/54214 9085/9946/54215 9063/9924/54216 +f 9068/9929/54217 9065/9926/54218 9064/9925/54219 +f 9064/9925/54220 9063/9924/54221 9086/9947/54222 +f 9086/9947/54223 9063/9924/54224 9085/9946/54225 +f 9086/9947/54226 9085/9946/54227 9087/9948/54228 +f 9087/9948/54229 9085/9946/54230 9083/9944/54231 +f 9087/9948/54232 9083/9944/54233 9088/9949/54234 +f 9088/9949/54235 9083/9944/54236 9081/9942/54237 +f 9088/9949/54238 9081/9942/54239 9076/9937/54240 +f 9076/9937/54241 9081/9942/54242 9078/9939/54243 +f 9070/9931/54244 9068/9929/54245 9086/9947/54246 +f 9086/9947/54247 9068/9929/54248 9064/9925/54249 +f 9070/9931/54250 9086/9947/54251 9087/9948/54252 +f 9072/9933/54253 9070/9931/54254 9087/9948/54255 +f 9072/9933/54256 9087/9948/54257 9088/9949/54258 +f 9074/9935/54259 9072/9933/54260 9088/9949/54261 +f 9074/9935/54262 9088/9949/54263 9076/9937/54264 +f 9077/9938/54265 9089/9950/54266 9075/9936/54267 +f 9075/9936/54268 9089/9950/54269 9090/9951/54270 +f 9091/9952/54271 9092/9953/54272 9089/9950/54273 +f 9089/9950/54274 9092/9953/54275 9093/9954/54276 +f 9089/9950/54277 9093/9954/54278 9090/9951/54279 +f 9090/9951/54280 9093/9954/54281 9094/9955/54282 +f 9090/9951/54283 9094/9955/54284 9095/9956/54285 +f 9095/9956/54286 9094/9955/54287 9096/9957/54288 +f 9096/9957/54289 9094/9955/54290 9097/9958/54291 +f 9096/9957/54292 9097/9958/54293 9098/9959/54294 +f 9098/9959/54295 9097/9958/54296 9099/9960/54297 +f 9098/9959/54298 9099/9960/54299 9100/9961/54300 +f 9100/9961/54301 9099/9960/54302 9101/9962/54303 +f 9100/9961/54304 9101/9962/54305 9102/9963/54306 +f 9102/9963/54307 9101/9962/54308 9103/9964/54309 +f 9102/9963/54310 9103/9964/54311 9104/9965/54312 +f 9104/9965/54313 9103/9964/54314 9105/9966/54315 +f 9104/9965/54316 9105/9966/54317 9106/9967/54318 +f 9106/9967/54319 9105/9966/54320 9107/9968/54321 +f 9106/9967/54322 9107/9968/54323 9108/9969/54324 +f 9108/9969/54325 9107/9968/54326 9109/9970/54327 +f 9109/9970/54328 9107/9968/54329 9110/9971/54330 +f 9109/9970/54331 9110/9971/54332 9111/9972/54333 +f 9111/9972/54334 9110/9971/54335 9112/9973/54336 +f 9111/9972/54337 9112/9973/54338 9113/9974/54339 +f 9113/9974/54340 9112/9973/54341 9114/9975/54342 +f 9113/9974/54343 9114/9975/54344 9091/9952/54345 +f 9091/9952/54346 9114/9975/54347 9092/9953/54348 +f 9097/9958/54349 9094/9955/54350 9093/9954/54351 +f 9093/9954/54352 9092/9953/54353 9115/9976/54354 +f 9115/9976/54355 9092/9953/54356 9114/9975/54357 +f 9115/9976/54358 9114/9975/54359 9116/9977/54360 +f 9116/9977/54361 9114/9975/54362 9112/9973/54363 +f 9116/9977/54364 9112/9973/54365 9117/9978/54366 +f 9117/9978/54367 9112/9973/54368 9110/9971/54369 +f 9117/9978/54370 9110/9971/54371 9105/9966/54372 +f 9105/9966/54373 9110/9971/54374 9107/9968/54375 +f 9099/9960/54376 9097/9958/54377 9115/9976/54378 +f 9115/9976/54379 9097/9958/54380 9093/9954/54381 +f 9099/9960/54382 9115/9976/54383 9116/9977/54384 +f 9101/9962/54385 9099/9960/54386 9116/9977/54387 +f 9101/9962/54388 9116/9977/54389 9117/9978/54390 +f 9103/9964/54391 9101/9962/54392 9117/9978/54393 +f 9103/9964/54394 9117/9978/54395 9105/9966/54396 +f 9106/9967/54397 9118/9979/54398 9104/9965/54399 +f 9104/9965/54400 9118/9979/54401 9119/9980/54402 +f 9120/9981/54403 9121/9982/54404 9118/9979/54405 +f 9118/9979/54406 9121/9982/54407 9122/9983/54408 +f 9118/9979/54409 9122/9983/54410 9119/9980/54411 +f 9119/9980/54412 9122/9983/54413 9123/9984/54414 +f 9119/9980/54415 9123/9984/54416 9124/9985/54417 +f 9124/9985/54418 9123/9984/54419 9125/9986/54420 +f 9125/9986/54421 9123/9984/54422 9126/9987/54423 +f 9125/9986/54424 9126/9987/54425 9127/9988/54426 +f 9127/9988/54427 9126/9987/54428 9128/9989/54429 +f 9127/9988/54430 9128/9989/54431 9129/9990/54432 +f 9129/9990/54433 9128/9989/54434 9130/9991/54435 +f 9129/9990/54436 9130/9991/54437 9131/9992/54438 +f 9131/9992/54439 9130/9991/54440 9132/9993/54441 +f 9131/9992/54442 9132/9993/54443 8973/9834/54444 +f 8973/9834/54445 9132/9993/54446 9133/9994/54447 +f 8973/9834/54448 9133/9994/54449 8971/9832/54450 +f 8971/9832/54451 9133/9994/54452 9134/9995/54453 +f 8971/9832/54454 9134/9995/54455 9135/9996/54456 +f 9135/9996/54457 9134/9995/54458 9136/9997/54459 +f 9136/9997/54460 9134/9995/54461 9137/9998/54462 +f 9136/9997/54463 9137/9998/54464 9138/9999/54465 +f 9138/9999/54466 9137/9998/54467 9139/10000/54468 +f 9138/9999/54469 9139/10000/54470 9140/10001/54471 +f 9140/10001/54472 9139/10000/54473 9141/10002/54474 +f 9140/10001/54475 9141/10002/54476 9120/9981/54477 +f 9120/9981/54478 9141/10002/54479 9121/9982/54480 +f 9126/9987/54481 9123/9984/54482 9122/9983/54483 +f 9122/9983/54484 9121/9982/54485 9142/10003/54486 +f 9142/10003/54487 9121/9982/54488 9141/10002/54489 +f 9142/10003/54490 9141/10002/54491 9143/10004/54492 +f 9143/10004/54493 9141/10002/54494 9139/10000/54495 +f 9143/10004/54496 9139/10000/54497 9144/10005/54498 +f 9144/10005/54499 9139/10000/54500 9137/9998/54501 +f 9144/10005/54502 9137/9998/54503 9133/9994/54504 +f 9133/9994/54505 9137/9998/54506 9134/9995/54507 +f 9128/9989/54508 9126/9987/54509 9142/10003/54510 +f 9142/10003/54511 9126/9987/54512 9122/9983/54513 +f 9128/9989/54514 9142/10003/54515 9143/10004/54516 +f 9130/9991/54517 9128/9989/54518 9143/10004/54519 +f 9130/9991/54520 9143/10004/54521 9144/10005/54522 +f 9132/9993/54523 9130/9991/54524 9144/10005/54525 +f 9132/9993/54526 9144/10005/54527 9133/9994/54528 +f 9037/9898/54529 9038/9899/54530 9032/9893/54531 +f 9032/9893/54532 9038/9899/54533 9040/9901/54534 +f 9032/9893/54535 9040/9901/54536 9042/9903/54537 +f 9042/9903/54538 9044/9905/54539 9032/9893/54540 +f 9032/9893/54541 9044/9905/54542 9046/9907/54543 +f 9032/9893/54544 9046/9907/54545 9127/9988/54546 +f 9127/9988/54547 9046/9907/54548 9125/9986/54549 +f 9125/9986/54550 9046/9907/54551 9124/9985/54552 +f 9124/9985/54553 9046/9907/54554 9119/9980/54555 +f 9119/9980/54556 9046/9907/54557 9061/9922/54558 +f 9119/9980/54559 9061/9922/54560 9104/9965/54561 +f 9104/9965/54562 9061/9922/54563 9090/9951/54564 +f 9104/9965/54565 9090/9951/54566 9102/9963/54567 +f 9102/9963/54568 9090/9951/54569 9100/9961/54570 +f 9100/9961/54571 9090/9951/54572 9098/9959/54573 +f 9098/9959/54574 9090/9951/54575 9096/9957/54576 +f 9096/9957/54577 9090/9951/54578 9095/9956/54579 +f 9090/9951/54580 9061/9922/54581 9075/9936/54582 +f 9075/9936/54583 9061/9922/54584 9066/9927/54585 +f 9075/9936/54586 9066/9927/54587 9067/9928/54588 +f 9067/9928/54589 9069/9930/54590 9075/9936/54591 +f 9075/9936/54592 9069/9930/54593 9071/9932/54594 +f 9075/9936/54595 9071/9932/54596 9073/9934/54597 +f 9127/9988/54598 9129/9990/54599 9032/9893/54600 +f 9032/9893/54601 9129/9990/54602 9131/9992/54603 +f 9032/9893/54604 9131/9992/54605 8973/9834/54606 +f 9032/9893/54607 8973/9834/54608 9017/9878/54609 +f 9017/9878/54610 8973/9834/54611 8974/9835/54612 +f 9017/9878/54613 8974/9835/54614 9003/9864/54615 +f 9003/9864/54616 8974/9835/54617 8988/9849/54618 +f 8988/9849/54619 8974/9835/54620 8986/9847/54621 +f 8986/9847/54622 8974/9835/54623 8984/9845/54624 +f 8984/9845/54625 8974/9835/54626 8982/9843/54627 +f 8982/9843/54628 8974/9835/54629 8980/9841/54630 +f 8980/9841/54631 8974/9835/54632 8979/9840/54633 +f 9003/9864/54634 9008/9869/54635 9017/9878/54636 +f 9017/9878/54637 9008/9869/54638 9009/9870/54639 +f 9017/9878/54640 9009/9870/54641 9011/9872/54642 +f 9011/9872/54643 9013/9874/54644 9017/9878/54645 +f 9017/9878/54646 9013/9874/54647 9015/9876/54648 +f 9048/9909/54649 9118/9979/54650 9060/9921/54651 +f 9060/9921/54652 9118/9979/54653 9106/9967/54654 +f 9060/9921/54655 9106/9967/54656 9089/9950/54657 +f 9089/9950/54658 9106/9967/54659 9108/9969/54660 +f 9089/9950/54661 9108/9969/54662 9109/9970/54663 +f 9050/9911/54664 9031/9892/54665 9048/9909/54666 +f 9048/9909/54667 9031/9892/54668 9138/9999/54669 +f 9048/9909/54670 9138/9999/54671 9140/10001/54672 +f 9050/9911/54673 9051/9912/54674 9031/9892/54675 +f 9031/9892/54676 9051/9912/54677 9053/9914/54678 +f 9031/9892/54679 9053/9914/54680 9055/9916/54681 +f 9055/9916/54682 9033/9894/54683 9031/9892/54684 +f 9019/9880/54685 8971/9832/54686 9031/9892/54687 +f 9031/9892/54688 8971/9832/54689 9135/9996/54690 +f 9031/9892/54691 9135/9996/54692 9136/9997/54693 +f 9021/9882/54694 9022/9883/54695 9019/9880/54696 +f 9019/9880/54697 9022/9883/54698 9024/9885/54699 +f 9019/9880/54700 9024/9885/54701 9026/9887/54702 +f 9026/9887/54703 9004/9865/54704 9019/9880/54705 +f 9019/9880/54706 9004/9865/54707 9002/9863/54708 +f 9019/9880/54709 9002/9863/54710 8990/9851/54711 +f 9019/9880/54712 8990/9851/54713 8972/9833/54714 +f 8972/9833/54715 8990/9851/54716 8992/9853/54717 +f 8972/9833/54718 8992/9853/54719 8993/9854/54720 +f 8993/9854/54721 8995/9856/54722 8972/9833/54723 +f 8972/9833/54724 8995/9856/54725 8997/9858/54726 +f 8972/9833/54727 8997/9858/54728 8975/9836/54729 +f 8972/9833/54730 8971/9832/54731 9019/9880/54732 +f 9136/9997/54733 9138/9999/54734 9031/9892/54735 +f 9140/10001/54736 9120/9981/54737 9048/9909/54738 +f 9048/9909/54739 9120/9981/54740 9118/9979/54741 +f 9109/9970/54742 9111/9972/54743 9089/9950/54744 +f 9089/9950/54745 9111/9972/54746 9113/9974/54747 +f 9089/9950/54748 9113/9974/54749 9091/9952/54750 +f 9089/9950/54751 9077/9938/54752 9060/9921/54753 +f 9060/9921/54754 9077/9938/54755 9062/9923/54756 +f 9062/9923/54757 9077/9938/54758 9084/9945/54759 +f 9084/9945/54760 9077/9938/54761 9082/9943/54762 +f 9082/9943/54763 9077/9938/54764 9080/9941/54765 +f 9080/9941/54766 9077/9938/54767 9079/9940/54768 +f 9145/10006/54769 9146/10007/54770 9147/10008/54771 +f 9147/10008/54772 9146/10007/54773 9148/10009/54774 +f 9147/10008/54775 9148/10009/54776 9149/10010/54777 +f 9149/10010/54778 9148/10009/54779 9150/10011/54780 +f 9149/10010/54781 9150/10011/54782 9151/10012/54783 +f 9151/10012/54784 9150/10011/54785 9152/10013/54786 +f 9151/10012/54787 9152/10013/54788 9153/10014/54789 +f 9153/10014/54790 9152/10013/54791 9154/10015/54792 +f 9153/10014/54793 9154/10015/54794 9155/10016/54795 +f 9155/10016/54796 9154/10015/54797 9156/10017/54798 +f 9155/10016/54799 9156/10017/54800 9157/10018/54801 +f 9157/10018/54802 9156/10017/54803 9158/10019/54804 +f 9157/10018/54805 9158/10019/54806 9159/10020/54807 +f 9159/10020/54808 9158/10019/54809 9160/10021/54810 +f 9159/10020/54811 9160/10021/54812 9161/10022/54813 +f 9161/10022/54814 9160/10021/54815 9162/10023/54816 +f 9161/10022/54817 9162/10023/54818 9163/10024/54819 +f 9163/10024/54820 9162/10023/54821 9164/10025/54822 +f 9163/10024/54823 9164/10025/54824 9165/10026/54825 +f 9165/10026/54826 9164/10025/54827 9166/10027/54828 +f 9165/10026/54829 9166/10027/54830 9167/10028/54831 +f 9167/10028/54832 9166/10027/54833 9168/10029/54834 +f 9167/10028/54835 9168/10029/54836 9169/10030/54837 +f 9169/10030/54838 9168/10029/54839 9170/10031/54840 +f 9169/10030/54841 9170/10031/54842 9171/10032/54843 +f 9171/10032/54844 9170/10031/54845 9172/10033/54846 +f 9171/10032/54847 9172/10033/54848 9173/10034/54849 +f 9173/10034/54850 9172/10033/54851 9174/10035/54852 +f 9173/10034/54853 9174/10035/54854 9175/10036/54855 +f 9175/10036/54856 9174/10035/54857 9176/10037/54858 +f 9175/10036/54859 9176/10037/54860 9177/10038/54861 +f 9177/10038/54862 9176/10037/54863 9178/10039/54864 +f 9177/10038/54865 9178/10039/54866 9179/10040/54867 +f 9179/10040/54868 9178/10039/54869 9180/10041/54870 +f 9179/10040/54871 9180/10041/54872 9181/10042/54873 +f 9181/10042/54874 9180/10041/54875 9182/10043/54876 +f 9181/10042/54877 9182/10043/54878 9183/10044/54879 +f 9183/10044/54880 9182/10043/54881 9184/10045/54882 +f 9183/10044/54883 9184/10045/54884 9185/10046/54885 +f 9185/10046/54886 9184/10045/54887 9186/10047/54888 +f 9185/10046/54889 9186/10047/54890 9187/10048/54891 +f 9187/10048/54892 9186/10047/54893 9188/10049/54894 +f 9187/10048/54895 9188/10049/54896 9189/10050/54897 +f 9189/10050/54898 9188/10049/54899 9190/10051/54900 +f 9189/10050/54901 9190/10051/54902 9191/10052/54903 +f 9191/10052/54904 9190/10051/54905 9192/10053/54906 +f 9191/10052/54907 9192/10053/54908 9193/10054/54909 +f 9193/10054/54910 9192/10053/54911 9194/10055/54912 +f 9193/10054/54913 9194/10055/54914 9195/10056/54915 +f 9195/10056/54916 9194/10055/54917 9196/10057/54918 +f 9195/10056/54919 9196/10057/54920 9197/10058/54921 +f 9197/10058/54922 9196/10057/54923 9198/10059/54924 +f 9197/10058/54925 9198/10059/54926 9199/10060/54927 +f 9199/10060/54928 9198/10059/54929 9200/10061/54930 +f 9199/10060/54931 9200/10061/54932 9201/10062/54933 +f 9201/10062/54934 9200/10061/54935 9202/10063/54936 +f 9201/10062/54937 9202/10063/54938 9203/10064/54939 +f 9203/10064/54940 9202/10063/54941 9204/10065/54942 +f 9203/10064/54943 9204/10065/54944 9205/10066/54945 +f 9205/10066/54946 9204/10065/54947 9206/10067/54948 +f 9205/10066/54949 9206/10067/54950 9207/10068/54951 +f 9207/10068/54952 9206/10067/54953 9208/10069/54954 +f 9207/10068/54955 9208/10069/54956 9209/10070/54957 +f 9209/10070/54958 9208/10069/54959 9210/10071/54960 +f 9209/10070/54961 9210/10071/54962 9211/10072/54963 +f 9211/10072/54964 9210/10071/54965 9145/10006/54966 +f 9211/10072/54967 9145/10006/54968 9147/10008/54969 +f 9212/10073/54970 9148/10009/54971 9213/10074/54972 +f 9213/10074/54973 9148/10009/54974 9146/10007/54975 +f 9213/10074/54976 9146/10007/54977 9214/10075/54978 +f 9214/10075/54979 9146/10007/54980 9145/10006/54981 +f 9214/10075/54982 9145/10006/54983 9215/10076/54984 +f 9215/10076/54985 9145/10006/54986 9210/10071/54987 +f 9215/10076/54988 9210/10071/54989 9216/10077/54990 +f 9216/10077/54991 9210/10071/54992 9208/10069/54993 +f 9216/10077/54994 9208/10069/54995 9217/10078/54996 +f 9217/10078/54997 9208/10069/54998 9206/10067/54999 +f 9217/10078/55000 9206/10067/55001 9218/10079/55002 +f 9218/10079/55003 9206/10067/55004 9204/10065/55005 +f 9218/10079/55006 9204/10065/55007 9219/10080/55008 +f 9219/10080/55009 9204/10065/55010 9202/10063/55011 +f 9219/10080/55012 9202/10063/55013 9220/10081/55014 +f 9220/10081/55015 9202/10063/55016 9200/10061/55017 +f 9220/10081/55018 9200/10061/55019 9221/10082/55020 +f 9221/10082/55021 9200/10061/55022 9198/10059/55023 +f 9221/10082/55024 9198/10059/55025 9222/10083/55026 +f 9222/10083/55027 9198/10059/55028 9196/10057/55029 +f 9222/10083/55030 9196/10057/55031 9223/10084/55032 +f 9223/10084/55033 9196/10057/55034 9194/10055/55035 +f 9223/10084/55036 9194/10055/55037 9224/10085/55038 +f 9224/10085/55039 9194/10055/55040 9192/10053/55041 +f 9224/10085/55042 9192/10053/55043 9225/10086/55044 +f 9225/10086/55045 9192/10053/55046 9190/10051/55047 +f 9225/10086/55048 9190/10051/55049 9226/10087/55050 +f 9226/10087/55051 9190/10051/55052 9188/10049/55053 +f 9226/10087/55054 9188/10049/55055 9227/10088/55056 +f 9227/10088/55057 9188/10049/55058 9186/10047/55059 +f 9227/10088/55060 9186/10047/55061 9228/10089/55062 +f 9228/10089/55063 9186/10047/55064 9184/10045/55065 +f 9228/10089/55066 9184/10045/55067 9229/10090/55068 +f 9229/10090/55069 9184/10045/55070 9182/10043/55071 +f 9229/10090/55072 9182/10043/55073 9230/10091/55074 +f 9230/10091/55075 9182/10043/55076 9180/10041/55077 +f 9230/10091/55078 9180/10041/55079 9231/10092/55080 +f 9231/10092/55081 9180/10041/55082 9178/10039/55083 +f 9231/10092/55084 9178/10039/55085 9232/10093/55086 +f 9232/10093/55087 9178/10039/55088 9176/10037/55089 +f 9232/10093/55090 9176/10037/55091 9233/10094/55092 +f 9233/10094/55093 9176/10037/55094 9174/10035/55095 +f 9233/10094/55096 9174/10035/55097 9234/10095/55098 +f 9234/10095/55099 9174/10035/55100 9172/10033/55101 +f 9234/10095/55102 9172/10033/55103 9235/10096/55104 +f 9235/10096/55105 9172/10033/55106 9170/10031/55107 +f 9235/10096/55108 9170/10031/55109 9236/10097/55110 +f 9236/10097/55111 9170/10031/55112 9168/10029/55113 +f 9236/10097/55114 9168/10029/55115 9237/10098/55116 +f 9237/10098/55117 9168/10029/55118 9166/10027/55119 +f 9237/10098/55120 9166/10027/55121 9238/10099/55122 +f 9238/10099/55123 9166/10027/55124 9164/10025/55125 +f 9238/10099/55126 9164/10025/55127 9239/10100/55128 +f 9239/10100/55129 9164/10025/55130 9162/10023/55131 +f 9239/10100/55132 9162/10023/55133 9240/10101/55134 +f 9240/10101/55135 9162/10023/55136 9160/10021/55137 +f 9240/10101/55138 9160/10021/55139 9241/10102/55140 +f 9241/10102/55141 9160/10021/55142 9158/10019/55143 +f 9241/10102/55144 9158/10019/55145 9242/10103/55146 +f 9242/10103/55147 9158/10019/55148 9156/10017/55149 +f 9242/10103/55150 9156/10017/55151 9243/10104/55152 +f 9243/10104/55153 9156/10017/55154 9154/10015/55155 +f 9243/10104/55156 9154/10015/55157 9244/10105/55158 +f 9244/10105/55159 9154/10015/55160 9152/10013/55161 +f 9244/10105/55162 9152/10013/55163 9245/10106/55164 +f 9245/10106/55165 9152/10013/55166 9150/10011/55167 +f 9245/10106/55168 9150/10011/55169 9212/10073/55170 +f 9212/10073/55171 9150/10011/55172 9148/10009/55173 +f 9149/10010/55174 9179/10040/55175 9147/10008/55176 +f 9147/10008/55177 9179/10040/55178 9181/10042/55179 +f 9147/10008/55180 9181/10042/55181 9211/10072/55182 +f 9211/10072/55183 9181/10042/55184 9183/10044/55185 +f 9211/10072/55186 9183/10044/55187 9209/10070/55188 +f 9209/10070/55189 9183/10044/55190 9185/10046/55191 +f 9209/10070/55192 9185/10046/55193 9207/10068/55194 +f 9207/10068/55195 9185/10046/55196 9187/10048/55197 +f 9207/10068/55198 9187/10048/55199 9205/10066/55200 +f 9205/10066/55201 9187/10048/55202 9189/10050/55203 +f 9205/10066/55204 9189/10050/55205 9203/10064/55206 +f 9203/10064/55207 9189/10050/55208 9191/10052/55209 +f 9203/10064/55210 9191/10052/55211 9201/10062/55212 +f 9201/10062/55213 9191/10052/55214 9193/10054/55215 +f 9201/10062/55216 9193/10054/55217 9199/10060/55218 +f 9199/10060/55219 9193/10054/55220 9195/10056/55221 +f 9199/10060/55222 9195/10056/55223 9197/10058/55224 +f 9179/10040/55225 9149/10010/55226 9177/10038/55227 +f 9177/10038/55228 9149/10010/55229 9151/10012/55230 +f 9177/10038/55231 9151/10012/55232 9175/10036/55233 +f 9175/10036/55234 9151/10012/55235 9153/10014/55236 +f 9175/10036/55237 9153/10014/55238 9173/10034/55239 +f 9173/10034/55240 9153/10014/55241 9155/10016/55242 +f 9173/10034/55243 9155/10016/55244 9171/10032/55245 +f 9171/10032/55246 9155/10016/55247 9157/10018/55248 +f 9171/10032/55249 9157/10018/55250 9169/10030/55251 +f 9169/10030/55252 9157/10018/55253 9159/10020/55254 +f 9169/10030/55255 9159/10020/55256 9167/10028/55257 +f 9167/10028/55258 9159/10020/55259 9161/10022/55260 +f 9167/10028/55261 9161/10022/55262 9165/10026/55263 +f 9165/10026/55264 9161/10022/55265 9163/10024/55266 +f 9214/10075/55267 9229/10090/55268 9213/10074/55269 +f 9213/10074/55270 9229/10090/55271 9230/10091/55272 +f 9213/10074/55273 9230/10091/55274 9212/10073/55275 +f 9212/10073/55276 9230/10091/55277 9231/10092/55278 +f 9212/10073/55279 9231/10092/55280 9245/10106/55281 +f 9245/10106/55282 9231/10092/55283 9232/10093/55284 +f 9245/10106/55285 9232/10093/55286 9244/10105/55287 +f 9244/10105/55288 9232/10093/55289 9233/10094/55290 +f 9244/10105/55291 9233/10094/55292 9243/10104/55293 +f 9243/10104/55294 9233/10094/55295 9234/10095/55296 +f 9243/10104/55297 9234/10095/55298 9242/10103/55299 +f 9242/10103/55300 9234/10095/55301 9235/10096/55302 +f 9242/10103/55303 9235/10096/55304 9241/10102/55305 +f 9241/10102/55306 9235/10096/55307 9236/10097/55308 +f 9241/10102/55309 9236/10097/55310 9240/10101/55311 +f 9240/10101/55312 9236/10097/55313 9237/10098/55314 +f 9240/10101/55315 9237/10098/55316 9239/10100/55317 +f 9239/10100/55318 9237/10098/55319 9238/10099/55320 +f 9229/10090/55321 9214/10075/55322 9228/10089/55323 +f 9228/10089/55324 9214/10075/55325 9215/10076/55326 +f 9228/10089/55327 9215/10076/55328 9227/10088/55329 +f 9227/10088/55330 9215/10076/55331 9216/10077/55332 +f 9227/10088/55333 9216/10077/55334 9226/10087/55335 +f 9226/10087/55336 9216/10077/55337 9217/10078/55338 +f 9226/10087/55339 9217/10078/55340 9225/10086/55341 +f 9225/10086/55342 9217/10078/55343 9218/10079/55344 +f 9225/10086/55345 9218/10079/55346 9224/10085/55347 +f 9224/10085/55348 9218/10079/55349 9219/10080/55350 +f 9224/10085/55351 9219/10080/55352 9223/10084/55353 +f 9223/10084/55354 9219/10080/55355 9220/10081/55356 +f 9223/10084/55357 9220/10081/55358 9222/10083/55359 +f 9222/10083/55360 9220/10081/55361 9221/10082/55362 +f 9246/10107/55363 9247/10108/55364 9248/10109/55365 +f 9248/10109/55366 9247/10108/55367 9249/10110/55368 +f 9248/10109/55369 9249/10110/55370 9250/10111/55371 +f 9250/10111/55372 9249/10110/55373 9251/10112/55374 +f 9250/10111/55375 9251/10112/55376 9252/10113/55377 +f 9252/10113/55378 9251/10112/55379 9253/10114/55380 +f 9252/10113/55381 9253/10114/55382 9254/10115/55383 +f 9254/10115/55384 9253/10114/55385 9255/10116/55386 +f 9254/10115/55387 9255/10116/55388 9256/10117/55389 +f 9256/10117/55390 9255/10116/55391 9257/10118/55392 +f 9256/10117/55393 9257/10118/55394 9258/10119/55395 +f 9258/10119/55396 9257/10118/55397 9259/10120/55398 +f 9258/10119/55399 9259/10120/55400 9260/10121/55401 +f 9260/10121/55402 9259/10120/55403 9261/10122/55404 +f 9260/10121/55405 9261/10122/55406 9262/10123/55407 +f 9262/10123/55408 9261/10122/55409 9263/10124/55410 +f 9262/10123/55411 9263/10124/55412 9264/10125/55413 +f 9264/10125/55414 9263/10124/55415 9265/10126/55416 +f 9264/10125/55417 9265/10126/55418 9266/10127/55419 +f 9266/10127/55420 9265/10126/55421 9267/10128/55422 +f 9266/10127/55423 9267/10128/55424 9268/10129/55425 +f 9268/10129/55426 9267/10128/55427 9269/10130/55428 +f 9268/10129/55429 9269/10130/55430 9270/10131/55431 +f 9270/10131/55432 9269/10130/55433 9271/10132/55434 +f 9271/10132/55435 9269/10130/55436 9272/10133/55437 +f 9272/10133/55438 9269/10130/55439 9267/10128/55440 +f 9272/10133/55441 9267/10128/55442 9273/10134/55443 +f 9273/10134/55444 9267/10128/55445 9265/10126/55446 +f 9273/10134/55447 9265/10126/55448 9274/10135/55449 +f 9274/10135/55450 9265/10126/55451 9263/10124/55452 +f 9274/10135/55453 9263/10124/55454 9275/10136/55455 +f 9275/10136/55456 9263/10124/55457 9261/10122/55458 +f 9275/10136/55459 9261/10122/55460 9259/10120/55461 +f 9247/10108/55462 9246/10107/55463 9276/10137/55464 +f 9276/10137/55465 9246/10107/55466 9277/10138/55467 +f 9276/10137/55468 9277/10138/55469 9278/10139/55470 +f 9278/10139/55471 9277/10138/55472 9279/10140/55473 +f 9278/10139/55474 9279/10140/55475 9280/10141/55476 +f 9280/10141/55477 9279/10140/55478 9281/10142/55479 +f 9280/10141/55480 9281/10142/55481 9282/10143/55482 +f 9282/10143/55483 9281/10142/55484 9283/10144/55485 +f 9282/10143/55486 9283/10144/55487 9284/10145/55488 +f 9259/10120/55489 9285/10146/55490 9284/10145/55491 +f 9284/10145/55492 9285/10146/55493 9286/10147/55494 +f 9284/10145/55495 9286/10147/55496 9287/10148/55497 +f 9287/10148/55498 9286/10147/55499 9288/10149/55500 +f 9287/10148/55501 9288/10149/55502 9289/10150/55503 +f 9289/10150/55504 9288/10149/55505 9290/10151/55506 +f 9289/10150/55507 9290/10151/55508 9278/10139/55509 +f 9278/10139/55510 9290/10151/55511 9276/10137/55512 +f 9248/10109/55513 9291/10152/55514 9270/10131/55515 +f 9270/10131/55516 9291/10152/55517 9292/10153/55518 +f 9270/10131/55519 9292/10153/55520 9293/10154/55521 +f 9293/10154/55522 9292/10153/55523 9294/10155/55524 +f 9293/10154/55525 9294/10155/55526 9266/10127/55527 +f 9266/10127/55528 9294/10155/55529 9264/10125/55530 +f 9249/10110/55531 9247/10108/55532 9295/10156/55533 +f 9295/10156/55534 9247/10108/55535 9276/10137/55536 +f 9295/10156/55537 9276/10137/55538 9290/10151/55539 +f 9291/10152/55540 9248/10109/55541 9296/10157/55542 +f 9296/10157/55543 9248/10109/55544 9250/10111/55545 +f 9296/10157/55546 9250/10111/55547 9252/10113/55548 +f 9291/10152/55549 9296/10157/55550 9297/10158/55551 +f 9297/10158/55552 9296/10157/55553 9252/10113/55554 +f 9297/10158/55555 9252/10113/55556 9254/10115/55557 +f 9268/10129/55558 9270/10131/55559 9293/10154/55560 +f 9292/10153/55561 9291/10152/55562 9298/10159/55563 +f 9298/10159/55564 9291/10152/55565 9297/10158/55566 +f 9298/10159/55567 9297/10158/55568 9299/10160/55569 +f 9299/10160/55570 9297/10158/55571 9254/10115/55572 +f 9299/10160/55573 9254/10115/55574 9256/10117/55575 +f 9266/10127/55576 9268/10129/55577 9293/10154/55578 +f 9249/10110/55579 9295/10156/55580 9251/10112/55581 +f 9251/10112/55582 9295/10156/55583 9300/10161/55584 +f 9251/10112/55585 9300/10161/55586 9253/10114/55587 +f 9253/10114/55588 9300/10161/55589 9301/10162/55590 +f 9253/10114/55591 9301/10162/55592 9255/10116/55593 +f 9255/10116/55594 9301/10162/55595 9285/10146/55596 +f 9255/10116/55597 9285/10146/55598 9257/10118/55599 +f 9257/10118/55600 9285/10146/55601 9259/10120/55602 +f 9300/10161/55603 9295/10156/55604 9290/10151/55605 +f 9292/10153/55606 9298/10159/55607 9294/10155/55608 +f 9294/10155/55609 9298/10159/55610 9302/10163/55611 +f 9294/10155/55612 9302/10163/55613 9264/10125/55614 +f 9264/10125/55615 9302/10163/55616 9262/10123/55617 +f 9302/10163/55618 9298/10159/55619 9299/10160/55620 +f 9289/10150/55621 9278/10139/55622 9280/10141/55623 +f 9301/10162/55624 9300/10161/55625 9288/10149/55626 +f 9288/10149/55627 9300/10161/55628 9290/10151/55629 +f 9302/10163/55630 9299/10160/55631 9303/10164/55632 +f 9303/10164/55633 9299/10160/55634 9256/10117/55635 +f 9303/10164/55636 9256/10117/55637 9258/10119/55638 +f 9289/10150/55639 9280/10141/55640 9304/10165/55641 +f 9304/10165/55642 9280/10141/55643 9282/10143/55644 +f 9304/10165/55645 9282/10143/55646 9284/10145/55647 +f 9285/10146/55648 9301/10162/55649 9286/10147/55650 +f 9286/10147/55651 9301/10162/55652 9288/10149/55653 +f 9260/10121/55654 9262/10123/55655 9303/10164/55656 +f 9303/10164/55657 9262/10123/55658 9302/10163/55659 +f 9260/10121/55660 9303/10164/55661 9258/10119/55662 +f 9284/10145/55663 9287/10148/55664 9304/10165/55665 +f 9304/10165/55666 9287/10148/55667 9289/10150/55668 +f 9283/10144/55669 9281/10142/55670 9284/10145/55671 +f 9284/10145/55672 9281/10142/55673 9279/10140/55674 +f 9284/10145/55675 9279/10140/55676 9305/10166/55677 +f 9305/10166/55678 9279/10140/55679 9277/10138/55680 +f 9305/10166/55681 9277/10138/55682 9246/10107/55683 +f 9246/10107/55684 9248/10109/55685 9305/10166/55686 +f 9305/10166/55687 9248/10109/55688 7465/7469/55689 +f 9305/10166/55690 7465/7469/55691 8100/8961/55692 +f 9305/10166/55693 8100/8961/55694 9306/10167/55695 +f 9306/10167/55696 8100/8961/55697 9307/10168/55698 +f 9308/10169/55699 9270/10131/55700 9306/10167/55701 +f 9306/10167/55702 9270/10131/55703 9271/10132/55704 +f 9306/10167/55705 9271/10132/55706 9272/10133/55707 +f 9272/10133/55708 9273/10134/55709 9306/10167/55710 +f 9306/10167/55711 9273/10134/55712 9259/10120/55713 +f 9273/10134/55714 9274/10135/55715 9259/10120/55716 +f 9259/10120/55717 9274/10135/55718 9275/10136/55719 +f 9306/10167/55720 9307/10168/55721 9308/10169/55722 +f 7465/7469/55723 9308/10169/55724 8100/8961/55725 +f 8100/8961/55726 9308/10169/55727 9307/10168/55728 +f 9248/10109/55729 9270/10131/55730 7465/7469/55731 +f 7465/7469/55732 9270/10131/55733 9308/10169/55734 diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg new file mode 100644 index 0000000000..54481db347 --- /dev/null +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fast +definition = eryone_thinker + +[metadata] +setting_version = 16 +type = quality +quality_type = fast +weight = -1 +global_quality = True + +[values] +infill_sparse_density = 15 +initial_layer_line_width_factor = 100.0 +layer_height = 0.3 +layer_height_0 = =layer_height +material_bed_temperature = =default_material_bed_temperature +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) +speed_infill = =math.ceil(speed_print * 80 / 60) +speed_topbottom = =math.ceil(speed_print * 40 / 60) +speed_travel = =speed_print if magic_spiralize else 150 +speed_wall_x = =math.ceil(speed_print * 80 / 60) +speed_z_hop = =math.ceil(speed_print * 30 / 60) +top_layers = 4 +bottom_layers = 2 +wall_line_count = 2 diff --git a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg new file mode 100644 index 0000000000..c5d782cf1c --- /dev/null +++ b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = High +definition = eryone_thinker + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = 1 +global_quality = True + +[values] +alternate_extra_perimeter = true +infill_sparse_density = 25 +initial_layer_line_width_factor = 130.0 +layer_height = 0.1 +layer_height_0 = =layer_height +material_bed_temperature = =default_material_bed_temperature +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) +speed_print = 50.0 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_travel = =speed_print if magic_spiralize else 100 +speed_z_hop = =math.ceil(speed_print * 30 / 60) +top_layers = 12 +bottom_layers = 8 diff --git a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg new file mode 100644 index 0000000000..e53017db92 --- /dev/null +++ b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Normal +definition = eryone_thinker + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +infill_sparse_density = 20 +initial_layer_line_width_factor = 120.0 +layer_height = 0.2 +layer_height_0 = =layer_height +material_bed_temperature = =default_material_bed_temperature +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) +speed_travel = =speed_print if magic_spiralize else 120 +speed_z_hop = =math.ceil(speed_print * 30 / 60) +top_layers = 6 +bottom_layers = 4 + -- cgit v1.2.3 From 9981b6bd0591b6689a6d80d06c7660861fd013d1 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Wed, 20 Jan 2021 15:38:29 -0800 Subject: Minor update eryone_thinker.def.json Fix initial fan speed --- resources/definitions/eryone_thinker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 5e2b06f3ae..79d554542e 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -84,7 +84,7 @@ "value": 100 }, "cool_fan_speed_0": { - "value": 100 + "value": 0 }, "infill_overlap": { "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", -- cgit v1.2.3 From 7c5e0dcbe16324d9ba09c6a9634a1677997fab8c Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Thu, 21 Jan 2021 00:40:49 -0800 Subject: Improve model textures and draw order Fixed draw order of model by seperating the mesh into parts and ordering them before export. Add more colors to the texture to allow for more distictant parts. --- resources/images/eryone_thinker_plate.png | Bin 11201 -> 12564 bytes resources/meshes/eryone_thinker_platform.obj | 194856 ++++++++++++------------ 2 files changed, 101664 insertions(+), 93192 deletions(-) (limited to 'resources') diff --git a/resources/images/eryone_thinker_plate.png b/resources/images/eryone_thinker_plate.png index b1323f6fe3..33f7414d4e 100644 Binary files a/resources/images/eryone_thinker_plate.png and b/resources/images/eryone_thinker_plate.png differ diff --git a/resources/meshes/eryone_thinker_platform.obj b/resources/meshes/eryone_thinker_platform.obj index 6cfcdebd16..ab030ef6d4 100644 --- a/resources/meshes/eryone_thinker_platform.obj +++ b/resources/meshes/eryone_thinker_platform.obj @@ -1,71657 +1,285 @@ # This file uses centimeters as units for non-parametric coordinates. -v 150.000000 -155.000000 120.000000 -v -150.000000 -155.000000 120.000000 -v 150.000000 -155.000000 114.000000 -v -150.000000 -155.000000 114.000000 -v 155.000000 -150.000000 114.000000 -v 155.000000 -150.000000 120.000000 -v 154.829636 -151.294098 114.000000 -v 154.829636 -151.294098 120.000000 -v 154.330124 -152.500000 114.000000 -v 154.330124 -152.500000 120.000000 -v 153.535538 -153.535538 114.000000 -v 153.535538 -153.535538 120.000000 -v 152.500000 -154.330124 114.000000 -v 152.500000 -154.330124 120.000000 -v 151.294098 -154.829636 114.000000 -v 151.294098 -154.829636 120.000000 -v 155.000000 150.000000 120.000000 -v 155.000000 150.000000 114.000000 -v 150.000000 155.000000 114.000000 -v 150.000000 155.000000 120.000000 -v 151.294098 154.829636 114.000000 -v 151.294098 154.829636 120.000000 -v 152.500000 154.330124 114.000000 -v 152.500000 154.330124 120.000000 -v 153.535538 153.535538 114.000000 -v 153.535538 153.535538 120.000000 -v 154.330124 152.500000 114.000000 -v 154.330124 152.500000 120.000000 -v 154.829636 151.294098 114.000000 -v 154.829636 151.294098 120.000000 -v -150.000000 155.000000 120.000000 -v -150.000000 155.000000 114.000000 -v -155.000000 150.000000 114.000000 -v -155.000000 150.000000 120.000000 -v -154.829636 151.294098 114.000000 -v -154.829636 151.294098 120.000000 -v -154.330124 152.500000 114.000000 -v -154.330124 152.500000 120.000000 -v -153.535538 153.535538 114.000000 -v -153.535538 153.535538 120.000000 -v -152.500000 154.330124 114.000000 -v -152.500000 154.330124 120.000000 -v -151.294098 154.829636 114.000000 -v -151.294098 154.829636 120.000000 -v -155.000000 -150.000000 120.000000 -v -155.000000 -150.000000 114.000000 -v -151.294098 -154.829636 114.000000 -v -151.294098 -154.829636 120.000000 -v -152.500000 -154.330124 114.000000 -v -152.500000 -154.330124 120.000000 -v -153.535538 -153.535538 114.000000 -v -153.535538 -153.535538 120.000000 -v -154.330124 -152.500000 114.000000 -v -154.330124 -152.500000 120.000000 -v -154.829636 -151.294098 114.000000 -v -154.829636 -151.294098 120.000000 -v 137.500000 -53.502872 102.994667 -v 137.500000 -51.292904 103.792894 -v 137.500000 -52.707096 105.207105 -v 137.500000 -56.500000 101.414213 -v 137.500000 -55.085785 100.000000 -v 137.500000 -57.500000 99.000000 -v 137.500000 -53.500000 99.000000 -v 137.500000 -51.448891 106.888227 -v 137.500000 -52.925861 107.162827 -v 137.500000 -51.500004 106.499999 -v 137.500000 -53.000000 106.500000 -v 137.500000 -52.925865 105.837172 -v 137.500000 -52.707096 107.792893 -v 137.500000 -51.299038 107.250000 -v 137.500000 -51.060665 107.560659 -v 137.500000 -51.292904 109.207107 -v 137.500000 -50.750000 107.799038 -v 137.500000 -50.388229 107.948889 -v 137.500000 -50.662827 109.425860 -v 137.500000 -50.000004 107.999999 -v 137.500000 -50.000000 109.500000 -v 137.500000 -49.337173 109.425860 -v 137.500000 -49.611771 107.948889 -v 137.500000 -48.707100 109.207107 -v 137.500000 -49.250000 107.799038 -v 137.500000 -48.939339 107.560659 -v 137.500000 -47.292900 107.792893 -v 137.500000 -48.700962 107.250000 -v 137.500000 -48.551113 106.888227 -v 137.500000 -47.074139 107.162827 -v 137.500000 -48.500004 106.499999 -v 137.500000 -47.000000 106.500000 -v 137.500000 -47.074139 105.837172 -v 137.500000 -48.551113 106.111772 -v 137.500000 -47.292904 105.207105 -v 137.500000 -48.700962 105.750000 -v 137.500000 -48.939339 105.439340 -v 137.500000 -48.707100 103.792894 -v 137.500000 -49.250000 105.200961 -v 137.500000 -49.611771 105.051110 -v 137.500000 -49.337173 103.574139 -v 137.500000 -50.000004 104.999999 -v 137.500000 -50.000000 103.500000 -v 137.500000 -50.662827 103.574139 -v 137.500000 -50.388229 105.051110 -v 137.500000 -50.750000 105.200961 -v 137.500000 -51.060665 105.439340 -v 137.500000 -51.299038 105.750000 -v 137.500000 -51.448891 106.111772 -v 137.500000 -46.497128 102.994667 -v 137.500000 -44.914215 100.000000 -v 137.500000 -43.500000 101.414213 -v 137.500000 -56.500000 110.000000 -v 137.500000 -56.500000 111.585786 -v 137.500000 -57.500000 110.000000 -v 137.500000 -57.500000 114.000000 -v 137.500000 -55.085789 113.000000 -v 137.500000 -53.500000 114.000000 -v 137.500000 -53.500000 113.000000 -v 137.500000 -56.500000 102.992208 -v 137.500000 -57.500000 102.992208 -v 137.500000 -53.500000 100.000000 -v 137.500000 -46.500000 100.000000 -v 137.500000 -46.500000 99.000000 -v 137.500000 -42.500000 99.000000 -v 137.500000 -42.500000 102.992208 -v 137.500000 -43.500000 102.992208 -v 137.500000 -43.500000 111.585786 -v 137.500000 -44.914219 113.000000 -v 137.500000 -42.500000 114.000000 -v 137.500000 -46.500000 114.000000 -v 137.500000 -43.500000 110.000000 -v 137.500000 -42.500000 110.000000 -v 137.500000 -46.500000 113.000000 -v -137.500000 -46.497128 102.994669 -v 129.166687 -51.448891 106.111772 -v 129.166687 -51.500000 106.500000 -v 129.166687 -51.448891 106.888227 -v 129.166687 -51.299038 107.250000 -v 129.166687 -51.060665 107.560659 -v 129.166687 -50.750000 107.799038 -v 129.166687 -50.388229 107.948889 -v 129.166687 -50.000000 108.000000 -v 129.166687 -49.611771 107.948889 -v 129.166687 -49.250000 107.799038 -v 129.166687 -48.939339 107.560659 -v 129.166687 -48.700966 107.250000 -v 129.166687 -48.551113 106.888227 -v 129.166687 -48.500000 106.500000 -v 129.166687 -48.551113 106.111772 -v 129.166687 -48.700966 105.750000 -v 129.166687 -48.939339 105.439340 -v 129.166687 -49.250000 105.200960 -v 129.166687 -49.611771 105.051110 -v 129.166687 -50.000000 105.000000 -v 129.166687 -50.388229 105.051110 -v 129.166687 -50.750000 105.200960 -v 129.166687 -51.060665 105.439340 -v 129.166687 -51.299038 105.750000 -v -137.500000 -51.448891 106.888227 -v -129.166687 -51.448891 106.888227 -v -137.500000 -51.500004 106.499999 -v -129.166687 -51.500000 106.500000 -v -137.500000 -51.448891 106.111772 -v -129.166687 -51.448891 106.111772 -v -137.500000 -51.299038 105.750000 -v -129.166687 -51.299038 105.750000 -v -137.500000 -51.060665 105.439340 -v -129.166687 -51.060665 105.439340 -v -137.500000 -50.750000 105.200961 -v -129.166687 -50.750000 105.200960 -v -137.500000 -50.388229 105.051110 -v -129.166687 -50.388229 105.051110 -v -137.500000 -50.000004 104.999999 -v -129.166687 -50.000000 105.000000 -v -137.500000 -49.611771 105.051110 -v -129.166687 -49.611771 105.051110 -v -137.500000 -49.250000 105.200961 -v -129.166687 -49.250000 105.200960 -v -137.500000 -48.939339 105.439340 -v -129.166687 -48.939339 105.439340 -v -137.500000 -48.700962 105.750000 -v -129.166687 -48.700966 105.750000 -v -137.500000 -48.551113 106.111772 -v -129.166687 -48.551113 106.111772 -v -137.500000 -48.500004 106.499999 -v -129.166687 -48.500000 106.500000 -v -137.500000 -48.551113 106.888227 -v -129.166687 -48.551113 106.888227 -v -137.500000 -48.700962 107.250000 -v -129.166687 -48.700966 107.250000 -v -137.500000 -48.939339 107.560659 -v -129.166687 -48.939339 107.560659 -v -137.500000 -49.250000 107.799038 -v -129.166687 -49.250000 107.799038 -v -137.500000 -49.611771 107.948889 -v -129.166687 -49.611771 107.948889 -v -137.500000 -50.000004 107.999999 -v -129.166687 -50.000000 108.000000 -v -137.500000 -50.388229 107.948889 -v -129.166687 -50.388229 107.948889 -v -137.500000 -50.750000 107.799038 -v -129.166687 -50.750000 107.799038 -v -137.500000 -51.060665 107.560659 -v -129.166687 -51.060665 107.560659 -v -137.500000 -51.299038 107.250000 -v -129.166687 -51.299038 107.250000 -v 120.833336 -51.500000 106.500000 -v 120.833336 -51.448891 106.888227 -v 120.833336 -51.299038 107.250000 -v 120.833336 -51.060665 107.560659 -v 120.833336 -50.750000 107.799038 -v 120.833336 -50.388229 107.948889 -v 120.833336 -50.000000 108.000000 -v 120.833336 -49.611771 107.948889 -v 120.833336 -49.250000 107.799038 -v 120.833336 -48.939339 107.560659 -v 120.833336 -48.700966 107.250000 -v 120.833336 -48.551113 106.888227 -v 120.833336 -48.500000 106.500000 -v 120.833336 -48.551113 106.111772 -v 120.833336 -48.700966 105.750000 -v 120.833336 -48.939339 105.439340 -v 120.833336 -49.250000 105.200960 -v 120.833336 -49.611771 105.051110 -v 120.833336 -50.000000 105.000000 -v 120.833336 -50.388229 105.051110 -v 120.833336 -50.750000 105.200960 -v 120.833336 -51.060665 105.439340 -v 120.833336 -51.299038 105.750000 -v 120.833336 -51.448891 106.111772 -v 112.500000 -51.500000 106.500000 -v 112.500000 -51.448891 106.888227 -v 112.500000 -51.299038 107.250000 -v 112.500000 -51.060665 107.560659 -v 112.500000 -50.750000 107.799038 -v 112.500000 -50.388229 107.948889 -v 112.500000 -50.000000 108.000000 -v 112.500000 -49.611771 107.948889 -v 112.500000 -49.250000 107.799038 -v 112.500000 -48.939339 107.560659 -v 112.500000 -48.700966 107.250000 -v 112.500000 -48.551113 106.888227 -v 112.500000 -48.500000 106.500000 -v 112.500000 -48.551113 106.111772 -v 112.500000 -48.700966 105.750000 -v 112.500000 -48.939339 105.439340 -v 112.500000 -49.250000 105.200960 -v 112.500000 -49.611771 105.051110 -v 112.500000 -50.000000 105.000000 -v 112.500000 -50.388229 105.051110 -v 112.500000 -50.750000 105.200960 -v 112.500000 -51.060665 105.439340 -v 112.500000 -51.299038 105.750000 -v 112.500000 -51.448891 106.111772 -v 104.166672 -51.500000 106.500000 -v 104.166672 -51.448891 106.888227 -v 104.166672 -51.299038 107.250000 -v 104.166672 -51.060665 107.560659 -v 104.166672 -50.750000 107.799038 -v 104.166672 -50.388229 107.948889 -v 104.166672 -50.000000 108.000000 -v 104.166672 -49.611771 107.948889 -v 104.166672 -49.250000 107.799038 -v 104.166672 -48.939339 107.560659 -v 104.166672 -48.700966 107.250000 -v 104.166672 -48.551113 106.888227 -v 104.166672 -48.500000 106.500000 -v 104.166672 -48.551113 106.111772 -v 104.166672 -48.700966 105.750000 -v 104.166672 -48.939339 105.439340 -v 104.166672 -49.250000 105.200960 -v 104.166672 -49.611771 105.051110 -v 104.166672 -50.000000 105.000000 -v 104.166672 -50.388229 105.051110 -v 104.166672 -50.750000 105.200960 -v 104.166672 -51.060665 105.439340 -v 104.166672 -51.299038 105.750000 -v 104.166672 -51.448891 106.111772 -v 95.833336 -51.500000 106.500000 -v 95.833336 -51.448891 106.888227 -v 95.833336 -51.299038 107.250000 -v 95.833336 -51.060665 107.560659 -v 95.833336 -50.750000 107.799038 -v 95.833336 -50.388229 107.948889 -v 95.833336 -50.000000 108.000000 -v 95.833336 -49.611771 107.948889 -v 95.833336 -49.250000 107.799038 -v 95.833336 -48.939339 107.560659 -v 95.833336 -48.700966 107.250000 -v 95.833336 -48.551113 106.888227 -v 95.833336 -48.500000 106.500000 -v 95.833336 -48.551113 106.111772 -v 95.833336 -48.700966 105.750000 -v 95.833336 -48.939339 105.439340 -v 95.833336 -49.250000 105.200960 -v 95.833336 -49.611771 105.051110 -v 95.833336 -50.000000 105.000000 -v 95.833336 -50.388229 105.051110 -v 95.833336 -50.750000 105.200960 -v 95.833336 -51.060665 105.439340 -v 95.833336 -51.299038 105.750000 -v 95.833336 -51.448891 106.111772 -v 87.500000 -51.500000 106.500000 -v 87.500000 -51.448891 106.888227 -v 87.500000 -51.299038 107.250000 -v 87.500000 -51.060665 107.560659 -v 87.500000 -50.750000 107.799038 -v 87.500000 -50.388229 107.948889 -v 87.500000 -50.000000 108.000000 -v 87.500000 -49.611771 107.948889 -v 87.500000 -49.250000 107.799038 -v 87.500000 -48.939339 107.560659 -v 87.500000 -48.700966 107.250000 -v 87.500000 -48.551113 106.888227 -v 87.500000 -48.500000 106.500000 -v 87.500000 -48.551113 106.111772 -v 87.500000 -48.700966 105.750000 -v 87.500000 -48.939339 105.439340 -v 87.500000 -49.250000 105.200960 -v 87.500000 -49.611771 105.051110 -v 87.500000 -50.000000 105.000000 -v 87.500000 -50.388229 105.051110 -v 87.500000 -50.750000 105.200960 -v 87.500000 -51.060665 105.439340 -v 87.500000 -51.299038 105.750000 -v 87.500000 -51.448891 106.111772 -v 79.166664 -51.500000 106.500000 -v 79.166664 -51.448891 106.888227 -v 79.166664 -51.299038 107.250000 -v 79.166664 -51.060665 107.560659 -v 79.166664 -50.750000 107.799038 -v 79.166664 -50.388229 107.948889 -v 79.166664 -50.000000 108.000000 -v 79.166664 -49.611771 107.948889 -v 79.166664 -49.250000 107.799038 -v 79.166664 -48.939339 107.560659 -v 79.166664 -48.700966 107.250000 -v 79.166664 -48.551113 106.888227 -v 79.166664 -48.500000 106.500000 -v 79.166664 -48.551113 106.111772 -v 79.166664 -48.700966 105.750000 -v 79.166664 -48.939339 105.439340 -v 79.166664 -49.250000 105.200960 -v 79.166664 -49.611771 105.051110 -v 79.166664 -50.000000 105.000000 -v 79.166664 -50.388229 105.051110 -v 79.166664 -50.750000 105.200960 -v 79.166664 -51.060665 105.439340 -v 79.166664 -51.299038 105.750000 -v 79.166664 -51.448891 106.111772 -v 70.833344 -51.500000 106.500000 -v 70.833344 -51.448891 106.888227 -v 70.833344 -51.299038 107.250000 -v 70.833344 -51.060665 107.560659 -v 70.833344 -50.750000 107.799038 -v 70.833344 -50.388229 107.948889 -v 70.833344 -50.000000 108.000000 -v 70.833344 -49.611771 107.948889 -v 70.833344 -49.250000 107.799038 -v 70.833344 -48.939339 107.560659 -v 70.833344 -48.700966 107.250000 -v 70.833344 -48.551113 106.888227 -v 70.833344 -48.500000 106.500000 -v 70.833344 -48.551113 106.111772 -v 70.833344 -48.700966 105.750000 -v 70.833344 -48.939339 105.439340 -v 70.833344 -49.250000 105.200960 -v 70.833344 -49.611771 105.051110 -v 70.833344 -50.000000 105.000000 -v 70.833344 -50.388229 105.051110 -v 70.833344 -50.750000 105.200960 -v 70.833344 -51.060665 105.439340 -v 70.833344 -51.299038 105.750000 -v 70.833344 -51.448891 106.111772 -v 62.500000 -51.500000 106.500000 -v 62.500000 -51.448891 106.888227 -v 62.500000 -51.299038 107.250000 -v 62.500000 -51.060665 107.560659 -v 62.500000 -50.750000 107.799038 -v 62.500000 -50.388229 107.948889 -v 62.500000 -50.000000 108.000000 -v 62.500000 -49.611771 107.948889 -v 62.500000 -49.250000 107.799038 -v 62.500000 -48.939339 107.560659 -v 62.500000 -48.700966 107.250000 -v 62.500000 -48.551113 106.888227 -v 62.500000 -48.500000 106.500000 -v 62.500000 -48.551113 106.111772 -v 62.500000 -48.700966 105.750000 -v 62.500000 -48.939339 105.439340 -v 62.500000 -49.250000 105.200960 -v 62.500000 -49.611771 105.051110 -v 62.500000 -50.000000 105.000000 -v 62.500000 -50.388229 105.051110 -v 62.500000 -50.750000 105.200960 -v 62.500000 -51.060665 105.439340 -v 62.500000 -51.299038 105.750000 -v 62.500000 -51.448891 106.111772 -v 54.166668 -51.500000 106.500000 -v 54.166668 -51.448891 106.888227 -v 54.166668 -51.299038 107.250000 -v 54.166668 -51.060665 107.560659 -v 54.166668 -50.750000 107.799038 -v 54.166668 -50.388229 107.948889 -v 54.166668 -50.000000 108.000000 -v 54.166668 -49.611771 107.948889 -v 54.166668 -49.250000 107.799038 -v 54.166668 -48.939339 107.560659 -v 54.166668 -48.700966 107.250000 -v 54.166668 -48.551113 106.888227 -v 54.166668 -48.500000 106.500000 -v 54.166668 -48.551113 106.111772 -v 54.166668 -48.700966 105.750000 -v 54.166668 -48.939339 105.439340 -v 54.166668 -49.250000 105.200960 -v 54.166668 -49.611771 105.051110 -v 54.166668 -50.000000 105.000000 -v 54.166668 -50.388229 105.051110 -v 54.166668 -50.750000 105.200960 -v 54.166668 -51.060665 105.439340 -v 54.166668 -51.299038 105.750000 -v 54.166668 -51.448891 106.111772 -v 45.833336 -51.500000 106.500000 -v 45.833336 -51.448891 106.888227 -v 45.833336 -51.299038 107.250000 -v 45.833336 -51.060665 107.560659 -v 45.833336 -50.750000 107.799038 -v 45.833336 -50.388229 107.948889 -v 45.833336 -50.000000 108.000000 -v 45.833336 -49.611771 107.948889 -v 45.833336 -49.250000 107.799038 -v 45.833336 -48.939339 107.560659 -v 45.833336 -48.700966 107.250000 -v 45.833336 -48.551113 106.888227 -v 45.833336 -48.500000 106.500000 -v 45.833336 -48.551113 106.111772 -v 45.833336 -48.700966 105.750000 -v 45.833336 -48.939339 105.439340 -v 45.833336 -49.250000 105.200960 -v 45.833336 -49.611771 105.051110 -v 45.833336 -50.000000 105.000000 -v 45.833336 -50.388229 105.051110 -v 45.833336 -50.750000 105.200960 -v 45.833336 -51.060665 105.439340 -v 45.833336 -51.299038 105.750000 -v 45.833336 -51.448891 106.111772 -v 37.500000 -51.500000 106.500000 -v 37.500000 -51.448891 106.888227 -v 37.500000 -51.299038 107.250000 -v 37.500000 -51.060665 107.560659 -v 37.500000 -50.750000 107.799038 -v 37.500000 -50.388229 107.948889 -v 37.500000 -50.000000 108.000000 -v 37.500000 -49.611771 107.948889 -v 37.500000 -49.250000 107.799038 -v 37.500000 -48.939339 107.560659 -v 37.500000 -48.700966 107.250000 -v 37.500000 -48.551113 106.888227 -v 37.500000 -48.500000 106.500000 -v 37.500000 -48.551113 106.111772 -v 37.500000 -48.700966 105.750000 -v 37.500000 -48.939339 105.439340 -v 37.500000 -49.250000 105.200960 -v 37.500000 -49.611771 105.051110 -v 37.500000 -50.000000 105.000000 -v 37.500000 -50.388229 105.051110 -v 37.500000 -50.750000 105.200960 -v 37.500000 -51.060665 105.439340 -v 37.500000 -51.299038 105.750000 -v 37.500000 -51.448891 106.111772 -v 29.166668 -51.500000 106.500000 -v 29.166668 -51.448891 106.888227 -v 29.166668 -51.299038 107.250000 -v 29.166668 -51.060665 107.560659 -v 29.166668 -50.750000 107.799038 -v 29.166668 -50.388229 107.948889 -v 29.166668 -50.000000 108.000000 -v 29.166668 -49.611771 107.948889 -v 29.166668 -49.250000 107.799038 -v 29.166668 -48.939339 107.560659 -v 29.166668 -48.700966 107.250000 -v 29.166668 -48.551113 106.888227 -v 29.166668 -48.500000 106.500000 -v 29.166668 -48.551113 106.111772 -v 29.166668 -48.700966 105.750000 -v 29.166668 -48.939339 105.439340 -v 29.166668 -49.250000 105.200960 -v 29.166668 -49.611771 105.051110 -v 29.166668 -50.000000 105.000000 -v 29.166668 -50.388229 105.051110 -v 29.166668 -50.750000 105.200960 -v 29.166668 -51.060665 105.439340 -v 29.166668 -51.299038 105.750000 -v 29.166668 -51.448891 106.111772 -v 20.833336 -51.500000 106.500000 -v 20.833336 -51.448891 106.888227 -v 20.833336 -51.299038 107.250000 -v 20.833336 -51.060665 107.560659 -v 20.833336 -50.750000 107.799038 -v 20.833336 -50.388229 107.948889 -v 20.833336 -50.000000 108.000000 -v 20.833336 -49.611771 107.948889 -v 20.833336 -49.250000 107.799038 -v 20.833336 -48.939339 107.560659 -v 20.833336 -48.700966 107.250000 -v 20.833336 -48.551113 106.888227 -v 20.833336 -48.500000 106.500000 -v 20.833336 -48.551113 106.111772 -v 20.833336 -48.700966 105.750000 -v 20.833336 -48.939339 105.439340 -v 20.833336 -49.250000 105.200960 -v 20.833336 -49.611771 105.051110 -v 20.833336 -50.000000 105.000000 -v 20.833336 -50.388229 105.051110 -v 20.833336 -50.750000 105.200960 -v 20.833336 -51.060665 105.439340 -v 20.833336 -51.299038 105.750000 -v 20.833336 -51.448891 106.111772 -v 12.500000 -51.500000 106.500000 -v 12.500000 -51.448891 106.888227 -v 12.500000 -51.299038 107.250000 -v 12.500000 -51.060665 107.560659 -v 12.500000 -50.750000 107.799038 -v 12.500000 -50.388229 107.948889 -v 12.500000 -50.000000 108.000000 -v 12.500000 -49.611771 107.948889 -v 12.500000 -49.250000 107.799038 -v 12.500000 -48.939339 107.560659 -v 12.500000 -48.700966 107.250000 -v 12.500000 -48.551113 106.888227 -v 12.500000 -48.500000 106.500000 -v 12.500000 -48.551113 106.111772 -v 12.500000 -48.700966 105.750000 -v 12.500000 -48.939339 105.439340 -v 12.500000 -49.250000 105.200960 -v 12.500000 -49.611771 105.051110 -v 12.500000 -50.000000 105.000000 -v 12.500000 -50.388229 105.051110 -v 12.500000 -50.750000 105.200960 -v 12.500000 -51.060665 105.439340 -v 12.500000 -51.299038 105.750000 -v 12.500000 -51.448891 106.111772 -v 4.166667 -51.500000 106.500000 -v 4.166667 -51.448891 106.888227 -v 4.166667 -51.299038 107.250000 -v 4.166667 -51.060665 107.560659 -v 4.166667 -50.750000 107.799038 -v 4.166667 -50.388229 107.948889 -v 4.166667 -50.000000 108.000000 -v 4.166667 -49.611771 107.948889 -v 4.166667 -49.250000 107.799038 -v 4.166667 -48.939339 107.560659 -v 4.166667 -48.700966 107.250000 -v 4.166667 -48.551113 106.888227 -v 4.166667 -48.500000 106.500000 -v 4.166667 -48.551113 106.111772 -v 4.166667 -48.700966 105.750000 -v 4.166667 -48.939339 105.439340 -v 4.166667 -49.250000 105.200960 -v 4.166667 -49.611771 105.051110 -v 4.166667 -50.000000 105.000000 -v 4.166667 -50.388229 105.051110 -v 4.166667 -50.750000 105.200960 -v 4.166667 -51.060665 105.439340 -v 4.166667 -51.299038 105.750000 -v 4.166667 -51.448891 106.111772 -v -4.166667 -51.500000 106.500000 -v -4.166667 -51.448891 106.888227 -v -4.166667 -51.299038 107.250000 -v -4.166667 -51.060665 107.560659 -v -4.166667 -50.750000 107.799038 -v -4.166667 -50.388229 107.948889 -v -4.166667 -50.000000 108.000000 -v -4.166667 -49.611771 107.948889 -v -4.166667 -49.250000 107.799038 -v -4.166667 -48.939339 107.560659 -v -4.166667 -48.700966 107.250000 -v -4.166667 -48.551113 106.888227 -v -4.166667 -48.500000 106.500000 -v -4.166667 -48.551113 106.111772 -v -4.166667 -48.700966 105.750000 -v -4.166667 -48.939339 105.439340 -v -4.166667 -49.250000 105.200960 -v -4.166667 -49.611771 105.051110 -v -4.166667 -50.000000 105.000000 -v -4.166667 -50.388229 105.051110 -v -4.166667 -50.750000 105.200960 -v -4.166667 -51.060665 105.439340 -v -4.166667 -51.299038 105.750000 -v -4.166667 -51.448891 106.111772 -v -12.500000 -51.500000 106.500000 -v -12.500000 -51.448891 106.888227 -v -12.500000 -51.299038 107.250000 -v -12.500000 -51.060665 107.560659 -v -12.500000 -50.750000 107.799038 -v -12.500000 -50.388229 107.948889 -v -12.500000 -50.000000 108.000000 -v -12.500000 -49.611771 107.948889 -v -12.500000 -49.250000 107.799038 -v -12.500000 -48.939339 107.560659 -v -12.500000 -48.700966 107.250000 -v -12.500000 -48.551113 106.888227 -v -12.500000 -48.500000 106.500000 -v -12.500000 -48.551113 106.111772 -v -12.500000 -48.700966 105.750000 -v -12.500000 -48.939339 105.439340 -v -12.500000 -49.250000 105.200960 -v -12.500000 -49.611771 105.051110 -v -12.500000 -50.000000 105.000000 -v -12.500000 -50.388229 105.051110 -v -12.500000 -50.750000 105.200960 -v -12.500000 -51.060665 105.439340 -v -12.500000 -51.299038 105.750000 -v -12.500000 -51.448891 106.111772 -v -20.833336 -51.500000 106.500000 -v -20.833336 -51.448891 106.888227 -v -20.833336 -51.299038 107.250000 -v -20.833336 -51.060665 107.560659 -v -20.833336 -50.750000 107.799038 -v -20.833336 -50.388229 107.948889 -v -20.833336 -50.000000 108.000000 -v -20.833336 -49.611771 107.948889 -v -20.833336 -49.250000 107.799038 -v -20.833336 -48.939339 107.560659 -v -20.833336 -48.700966 107.250000 -v -20.833336 -48.551113 106.888227 -v -20.833336 -48.500000 106.500000 -v -20.833336 -48.551113 106.111772 -v -20.833336 -48.700966 105.750000 -v -20.833336 -48.939339 105.439340 -v -20.833336 -49.250000 105.200960 -v -20.833336 -49.611771 105.051110 -v -20.833336 -50.000000 105.000000 -v -20.833336 -50.388229 105.051110 -v -20.833336 -50.750000 105.200960 -v -20.833336 -51.060665 105.439340 -v -20.833336 -51.299038 105.750000 -v -20.833336 -51.448891 106.111772 -v -29.166668 -51.500000 106.500000 -v -29.166668 -51.448891 106.888227 -v -29.166668 -51.299038 107.250000 -v -29.166668 -51.060665 107.560659 -v -29.166668 -50.750000 107.799038 -v -29.166668 -50.388229 107.948889 -v -29.166668 -50.000000 108.000000 -v -29.166668 -49.611771 107.948889 -v -29.166668 -49.250000 107.799038 -v -29.166668 -48.939339 107.560659 -v -29.166668 -48.700966 107.250000 -v -29.166668 -48.551113 106.888227 -v -29.166668 -48.500000 106.500000 -v -29.166668 -48.551113 106.111772 -v -29.166668 -48.700966 105.750000 -v -29.166668 -48.939339 105.439340 -v -29.166668 -49.250000 105.200960 -v -29.166668 -49.611771 105.051110 -v -29.166668 -50.000000 105.000000 -v -29.166668 -50.388229 105.051110 -v -29.166668 -50.750000 105.200960 -v -29.166668 -51.060665 105.439340 -v -29.166668 -51.299038 105.750000 -v -29.166668 -51.448891 106.111772 -v -37.500000 -51.500000 106.500000 -v -37.500000 -51.448891 106.888227 -v -37.500000 -51.299038 107.250000 -v -37.500000 -51.060665 107.560659 -v -37.500000 -50.750000 107.799038 -v -37.500000 -50.388229 107.948889 -v -37.500000 -50.000000 108.000000 -v -37.500000 -49.611771 107.948889 -v -37.500000 -49.250000 107.799038 -v -37.500000 -48.939339 107.560659 -v -37.500000 -48.700966 107.250000 -v -37.500000 -48.551113 106.888227 -v -37.500000 -48.500000 106.500000 -v -37.500000 -48.551113 106.111772 -v -37.500000 -48.700966 105.750000 -v -37.500000 -48.939339 105.439340 -v -37.500000 -49.250000 105.200960 -v -37.500000 -49.611771 105.051110 -v -37.500000 -50.000000 105.000000 -v -37.500000 -50.388229 105.051110 -v -37.500000 -50.750000 105.200960 -v -37.500000 -51.060665 105.439340 -v -37.500000 -51.299038 105.750000 -v -37.500000 -51.448891 106.111772 -v -45.833336 -51.500000 106.500000 -v -45.833336 -51.448891 106.888227 -v -45.833336 -51.299038 107.250000 -v -45.833336 -51.060665 107.560659 -v -45.833336 -50.750000 107.799038 -v -45.833336 -50.388229 107.948889 -v -45.833336 -50.000000 108.000000 -v -45.833336 -49.611771 107.948889 -v -45.833336 -49.250000 107.799038 -v -45.833336 -48.939339 107.560659 -v -45.833336 -48.700966 107.250000 -v -45.833336 -48.551113 106.888227 -v -45.833336 -48.500000 106.500000 -v -45.833336 -48.551113 106.111772 -v -45.833336 -48.700966 105.750000 -v -45.833336 -48.939339 105.439340 -v -45.833336 -49.250000 105.200960 -v -45.833336 -49.611771 105.051110 -v -45.833336 -50.000000 105.000000 -v -45.833336 -50.388229 105.051110 -v -45.833336 -50.750000 105.200960 -v -45.833336 -51.060665 105.439340 -v -45.833336 -51.299038 105.750000 -v -45.833336 -51.448891 106.111772 -v -54.166668 -51.500000 106.500000 -v -54.166668 -51.448891 106.888227 -v -54.166668 -51.299038 107.250000 -v -54.166668 -51.060665 107.560659 -v -54.166668 -50.750000 107.799038 -v -54.166668 -50.388229 107.948889 -v -54.166668 -50.000000 108.000000 -v -54.166668 -49.611771 107.948889 -v -54.166668 -49.250000 107.799038 -v -54.166668 -48.939339 107.560659 -v -54.166668 -48.700966 107.250000 -v -54.166668 -48.551113 106.888227 -v -54.166668 -48.500000 106.500000 -v -54.166668 -48.551113 106.111772 -v -54.166668 -48.700966 105.750000 -v -54.166668 -48.939339 105.439340 -v -54.166668 -49.250000 105.200960 -v -54.166668 -49.611771 105.051110 -v -54.166668 -50.000000 105.000000 -v -54.166668 -50.388229 105.051110 -v -54.166668 -50.750000 105.200960 -v -54.166668 -51.060665 105.439340 -v -54.166668 -51.299038 105.750000 -v -54.166668 -51.448891 106.111772 -v -62.500000 -51.500000 106.500000 -v -62.500000 -51.448891 106.888227 -v -62.500000 -51.299038 107.250000 -v -62.500000 -51.060665 107.560659 -v -62.500000 -50.750000 107.799038 -v -62.500000 -50.388229 107.948889 -v -62.500000 -50.000000 108.000000 -v -62.500000 -49.611771 107.948889 -v -62.500000 -49.250000 107.799038 -v -62.500000 -48.939339 107.560659 -v -62.500000 -48.700966 107.250000 -v -62.500000 -48.551113 106.888227 -v -62.500000 -48.500000 106.500000 -v -62.500000 -48.551113 106.111772 -v -62.500000 -48.700966 105.750000 -v -62.500000 -48.939339 105.439340 -v -62.500000 -49.250000 105.200960 -v -62.500000 -49.611771 105.051110 -v -62.500000 -50.000000 105.000000 -v -62.500000 -50.388229 105.051110 -v -62.500000 -50.750000 105.200960 -v -62.500000 -51.060665 105.439340 -v -62.500000 -51.299038 105.750000 -v -62.500000 -51.448891 106.111772 -v -70.833344 -51.500000 106.500000 -v -70.833344 -51.448891 106.888227 -v -70.833344 -51.299038 107.250000 -v -70.833344 -51.060665 107.560659 -v -70.833344 -50.750000 107.799038 -v -70.833344 -50.388229 107.948889 -v -70.833344 -50.000000 108.000000 -v -70.833344 -49.611771 107.948889 -v -70.833344 -49.250000 107.799038 -v -70.833344 -48.939339 107.560659 -v -70.833344 -48.700966 107.250000 -v -70.833344 -48.551113 106.888227 -v -70.833344 -48.500000 106.500000 -v -70.833344 -48.551113 106.111772 -v -70.833344 -48.700966 105.750000 -v -70.833344 -48.939339 105.439340 -v -70.833344 -49.250000 105.200960 -v -70.833344 -49.611771 105.051110 -v -70.833344 -50.000000 105.000000 -v -70.833344 -50.388229 105.051110 -v -70.833344 -50.750000 105.200960 -v -70.833344 -51.060665 105.439340 -v -70.833344 -51.299038 105.750000 -v -70.833344 -51.448891 106.111772 -v -79.166664 -51.500000 106.500000 -v -79.166664 -51.448891 106.888227 -v -79.166664 -51.299038 107.250000 -v -79.166664 -51.060665 107.560659 -v -79.166664 -50.750000 107.799038 -v -79.166664 -50.388229 107.948889 -v -79.166664 -50.000000 108.000000 -v -79.166664 -49.611771 107.948889 -v -79.166664 -49.250000 107.799038 -v -79.166664 -48.939339 107.560659 -v -79.166664 -48.700966 107.250000 -v -79.166664 -48.551113 106.888227 -v -79.166664 -48.500000 106.500000 -v -79.166664 -48.551113 106.111772 -v -79.166664 -48.700966 105.750000 -v -79.166664 -48.939339 105.439340 -v -79.166664 -49.250000 105.200960 -v -79.166664 -49.611771 105.051110 -v -79.166664 -50.000000 105.000000 -v -79.166664 -50.388229 105.051110 -v -79.166664 -50.750000 105.200960 -v -79.166664 -51.060665 105.439340 -v -79.166664 -51.299038 105.750000 -v -79.166664 -51.448891 106.111772 -v -87.500000 -51.500000 106.500000 -v -87.500000 -51.448891 106.888227 -v -87.500000 -51.299038 107.250000 -v -87.500000 -51.060665 107.560659 -v -87.500000 -50.750000 107.799038 -v -87.500000 -50.388229 107.948889 -v -87.500000 -50.000000 108.000000 -v -87.500000 -49.611771 107.948889 -v -87.500000 -49.250000 107.799038 -v -87.500000 -48.939339 107.560659 -v -87.500000 -48.700966 107.250000 -v -87.500000 -48.551113 106.888227 -v -87.500000 -48.500000 106.500000 -v -87.500000 -48.551113 106.111772 -v -87.500000 -48.700966 105.750000 -v -87.500000 -48.939339 105.439340 -v -87.500000 -49.250000 105.200960 -v -87.500000 -49.611771 105.051110 -v -87.500000 -50.000000 105.000000 -v -87.500000 -50.388229 105.051110 -v -87.500000 -50.750000 105.200960 -v -87.500000 -51.060665 105.439340 -v -87.500000 -51.299038 105.750000 -v -87.500000 -51.448891 106.111772 -v -95.833336 -51.500000 106.500000 -v -95.833336 -51.448891 106.888227 -v -95.833336 -51.299038 107.250000 -v -95.833336 -51.060665 107.560659 -v -95.833336 -50.750000 107.799038 -v -95.833336 -50.388229 107.948889 -v -95.833336 -50.000000 108.000000 -v -95.833336 -49.611771 107.948889 -v -95.833336 -49.250000 107.799038 -v -95.833336 -48.939339 107.560659 -v -95.833336 -48.700966 107.250000 -v -95.833336 -48.551113 106.888227 -v -95.833336 -48.500000 106.500000 -v -95.833336 -48.551113 106.111772 -v -95.833336 -48.700966 105.750000 -v -95.833336 -48.939339 105.439340 -v -95.833336 -49.250000 105.200960 -v -95.833336 -49.611771 105.051110 -v -95.833336 -50.000000 105.000000 -v -95.833336 -50.388229 105.051110 -v -95.833336 -50.750000 105.200960 -v -95.833336 -51.060665 105.439340 -v -95.833336 -51.299038 105.750000 -v -95.833336 -51.448891 106.111772 -v -104.166672 -51.500000 106.500000 -v -104.166672 -51.448891 106.888227 -v -104.166672 -51.299038 107.250000 -v -104.166672 -51.060665 107.560659 -v -104.166672 -50.750000 107.799038 -v -104.166672 -50.388229 107.948889 -v -104.166672 -50.000000 108.000000 -v -104.166672 -49.611771 107.948889 -v -104.166672 -49.250000 107.799038 -v -104.166672 -48.939339 107.560659 -v -104.166672 -48.700966 107.250000 -v -104.166672 -48.551113 106.888227 -v -104.166672 -48.500000 106.500000 -v -104.166672 -48.551113 106.111772 -v -104.166672 -48.700966 105.750000 -v -104.166672 -48.939339 105.439340 -v -104.166672 -49.250000 105.200960 -v -104.166672 -49.611771 105.051110 -v -104.166672 -50.000000 105.000000 -v -104.166672 -50.388229 105.051110 -v -104.166672 -50.750000 105.200960 -v -104.166672 -51.060665 105.439340 -v -104.166672 -51.299038 105.750000 -v -104.166672 -51.448891 106.111772 -v -112.500000 -51.500000 106.500000 -v -112.500000 -51.448891 106.888227 -v -112.500000 -51.299038 107.250000 -v -112.500000 -51.060665 107.560659 -v -112.500000 -50.750000 107.799038 -v -112.500000 -50.388229 107.948889 -v -112.500000 -50.000000 108.000000 -v -112.500000 -49.611771 107.948889 -v -112.500000 -49.250000 107.799038 -v -112.500000 -48.939339 107.560659 -v -112.500000 -48.700966 107.250000 -v -112.500000 -48.551113 106.888227 -v -112.500000 -48.500000 106.500000 -v -112.500000 -48.551113 106.111772 -v -112.500000 -48.700966 105.750000 -v -112.500000 -48.939339 105.439340 -v -112.500000 -49.250000 105.200960 -v -112.500000 -49.611771 105.051110 -v -112.500000 -50.000000 105.000000 -v -112.500000 -50.388229 105.051110 -v -112.500000 -50.750000 105.200960 -v -112.500000 -51.060665 105.439340 -v -112.500000 -51.299038 105.750000 -v -112.500000 -51.448891 106.111772 -v -120.833336 -51.500000 106.500000 -v -120.833336 -51.448891 106.888227 -v -120.833336 -51.299038 107.250000 -v -120.833336 -51.060665 107.560659 -v -120.833336 -50.750000 107.799038 -v -120.833336 -50.388229 107.948889 -v -120.833336 -50.000000 108.000000 -v -120.833336 -49.611771 107.948889 -v -120.833336 -49.250000 107.799038 -v -120.833336 -48.939339 107.560659 -v -120.833336 -48.700966 107.250000 -v -120.833336 -48.551113 106.888227 -v -120.833336 -48.500000 106.500000 -v -120.833336 -48.551113 106.111772 -v -120.833336 -48.700966 105.750000 -v -120.833336 -48.939339 105.439340 -v -120.833336 -49.250000 105.200960 -v -120.833336 -49.611771 105.051110 -v -120.833336 -50.000000 105.000000 -v -120.833336 -50.388229 105.051110 -v -120.833336 -50.750000 105.200960 -v -120.833336 -51.060665 105.439340 -v -120.833336 -51.299038 105.750000 -v -120.833336 -51.448891 106.111772 -v -137.500000 -53.502876 102.994667 -v -137.500000 -56.500000 110.000000 -v -137.500000 -56.500000 111.585786 -v -137.500000 -52.707096 107.792893 -v 0.000000 -52.925865 107.162827 -v 13.750000 -52.925861 107.162827 -v 27.500000 -52.925861 107.162827 -v 27.500000 -53.000000 106.500000 -v 41.250000 -53.000000 106.500000 -v 41.250000 -52.925861 105.837172 -v 55.000000 -52.925861 105.837172 -v 68.750000 -52.925861 105.837172 -v 82.500000 -52.925861 105.837172 -v 68.750000 -53.000000 106.500000 -v 82.500000 -53.000000 106.500000 -v 68.750000 -52.925861 107.162827 -v 82.500000 -52.925861 107.162827 -v 96.250000 -52.925861 107.162827 -v 110.000000 -52.925861 107.162827 -v 110.000000 -53.000000 106.500000 -v 123.750000 -53.000000 106.500000 -v 123.750000 -52.925861 105.837172 -v 110.000000 -52.925861 105.837172 -v 96.250000 -52.925861 105.837172 -v 96.250000 -53.000000 106.500000 -v -137.500000 -52.925865 107.162827 -v -123.750000 -52.925861 107.162827 -v -110.000000 -52.925861 107.162827 -v -96.250000 -52.925861 107.162827 -v -96.250000 -53.000000 106.500000 -v -82.500000 -53.000000 106.500000 -v -82.500000 -52.925861 105.837172 -v -68.750000 -52.925861 105.837172 -v -137.500000 -52.707100 105.207105 -v -55.000000 -52.925861 105.837172 -v -41.250000 -52.925861 105.837172 -v -55.000000 -53.000000 106.500000 -v -41.250000 -53.000000 106.500000 -v -55.000000 -52.925861 107.162827 -v -41.250000 -52.925861 107.162827 -v -27.500000 -52.925861 107.162827 -v -13.750000 -52.925861 107.162827 -v -13.750000 -53.000000 106.500000 -v 0.000000 -53.000000 106.500000 -v 0.000000 -52.925865 105.837172 -v 13.750000 -52.925861 105.837172 -v 27.500000 -52.925861 105.837172 -v -123.750000 -53.000000 106.500000 -v -137.500000 -53.000000 106.500000 -v -123.750000 -52.925861 105.837172 -v -137.500000 -52.925861 105.837172 -v -13.750000 -52.925861 105.837172 -v -27.500000 -52.925861 105.837172 -v -27.500000 -53.000000 106.500000 -v 123.750000 -52.925861 107.162827 -v -110.000000 -53.000000 106.500000 -v -110.000000 -52.925861 105.837172 -v -82.500000 -52.925861 107.162827 -v -68.750000 -52.925861 107.162827 -v -68.750000 -53.000000 106.500000 -v 13.750000 -53.000000 106.500000 -v 41.250000 -52.925861 107.162827 -v 55.000000 -52.925861 107.162827 -v 55.000000 -53.000000 106.500000 -v -96.250000 -52.925861 105.837172 -v -137.500000 -56.500000 101.414213 -v -137.500000 -56.500000 102.992208 -v -137.500000 -57.500000 102.992208 -v -137.500000 -57.500000 99.000000 -v -137.500000 -53.500000 99.000000 -v -137.500000 -53.500000 100.000000 -v -137.500000 -55.085785 100.000000 -v -137.500000 -51.292904 103.792894 -v 0.000000 -50.662827 103.574139 -v 13.750000 -50.662827 103.574139 -v 27.500000 -50.662827 103.574139 -v 27.500000 -50.000000 103.500000 -v 41.250000 -50.000000 103.500000 -v 41.250000 -49.337173 103.574139 -v 55.000000 -49.337173 103.574139 -v 68.750000 -49.337173 103.574139 -v 82.500000 -49.337173 103.574139 -v 68.750000 -50.000000 103.500000 -v 82.500000 -50.000000 103.500000 -v 68.750000 -50.662827 103.574139 -v 82.500000 -50.662827 103.574139 -v 96.250000 -50.662827 103.574139 -v 110.000000 -50.662827 103.574139 -v 110.000000 -50.000000 103.500000 -v 123.750000 -50.000000 103.500000 -v 123.750000 -49.337173 103.574139 -v 110.000000 -49.337173 103.574139 -v 96.250000 -49.337173 103.574139 -v 96.250000 -50.000000 103.500000 -v -137.500000 -50.662827 103.574139 -v -123.750000 -50.662827 103.574139 -v -110.000000 -50.662827 103.574139 -v -96.250000 -50.662827 103.574139 -v -96.250000 -50.000000 103.500000 -v -82.500000 -50.000000 103.500000 -v -82.500000 -49.337173 103.574139 -v -68.750000 -49.337173 103.574139 -v -137.500000 -48.707100 103.792894 -v -55.000000 -49.337173 103.574139 -v -41.250000 -49.337173 103.574139 -v -55.000000 -50.000000 103.500000 -v -41.250000 -50.000000 103.500000 -v -55.000000 -50.662827 103.574139 -v -41.250000 -50.662827 103.574139 -v -27.500000 -50.662827 103.574139 -v -13.750000 -50.662827 103.574139 -v -13.750000 -50.000000 103.500000 -v 0.000000 -50.000000 103.500000 -v 0.000000 -49.337173 103.574139 -v 13.750000 -49.337173 103.574139 -v 27.500000 -49.337173 103.574139 -v -123.750000 -50.000000 103.500000 -v -137.500000 -50.000000 103.500000 -v -123.750000 -49.337173 103.574139 -v -137.500000 -49.337173 103.574139 -v -13.750000 -49.337173 103.574139 -v -27.500000 -49.337173 103.574139 -v -27.500000 -50.000000 103.500000 -v 123.750000 -50.662827 103.574139 -v -110.000000 -50.000000 103.500000 -v -110.000000 -49.337173 103.574139 -v -82.500000 -50.662827 103.574139 -v -68.750000 -50.662827 103.574139 -v -68.750000 -50.000000 103.500000 -v 13.750000 -50.000000 103.500000 -v 41.250000 -50.662827 103.574139 -v 55.000000 -50.662827 103.574139 -v 55.000000 -50.000000 103.500000 -v -96.250000 -49.337173 103.574139 -v -137.500000 -44.914215 100.000000 -v -137.500000 -46.500000 100.000000 -v -137.500000 -46.500000 99.000000 -v -137.500000 -42.500000 99.000000 -v -137.500000 -42.500000 102.992208 -v -137.500000 -43.500000 102.992208 -v -137.500000 -43.500000 101.414213 -v -137.500000 -47.292900 105.207105 -v 0.000000 -47.074139 105.837172 -v 13.750000 -47.074139 105.837172 -v 27.500000 -47.074139 105.837172 -v 27.500000 -47.000000 106.500000 -v 41.250000 -47.000000 106.500000 -v 41.250000 -47.074139 107.162827 -v 55.000000 -47.074139 107.162827 -v 68.750000 -47.074139 107.162827 -v 82.500000 -47.074139 107.162827 -v 68.750000 -47.000000 106.500000 -v 82.500000 -47.000000 106.500000 -v 68.750000 -47.074139 105.837172 -v 82.500000 -47.074139 105.837172 -v 96.250000 -47.074139 105.837172 -v 110.000000 -47.074139 105.837172 -v 110.000000 -47.000000 106.500000 -v 123.750000 -47.000000 106.500000 -v 123.750000 -47.074139 107.162827 -v 110.000000 -47.074139 107.162827 -v 96.250000 -47.074139 107.162827 -v 96.250000 -47.000000 106.500000 -v -137.500000 -47.074139 105.837172 -v -123.750000 -47.074139 105.837172 -v -110.000000 -47.074139 105.837172 -v -96.250000 -47.074139 105.837172 -v -96.250000 -47.000000 106.500000 -v -82.500000 -47.000000 106.500000 -v -82.500000 -47.074139 107.162827 -v -68.750000 -47.074139 107.162827 -v -137.500000 -47.292900 107.792893 -v -55.000000 -47.074139 107.162827 -v -41.250000 -47.074139 107.162827 -v -55.000000 -47.000000 106.500000 -v -41.250000 -47.000000 106.500000 -v -55.000000 -47.074139 105.837172 -v -41.250000 -47.074139 105.837172 -v -27.500000 -47.074139 105.837172 -v -13.750000 -47.074139 105.837172 -v -13.750000 -47.000000 106.500000 -v 0.000000 -47.000000 106.500000 -v 0.000000 -47.074139 107.162827 -v 13.750000 -47.074139 107.162827 -v 27.500000 -47.074139 107.162827 -v -123.750000 -47.000000 106.500000 -v -137.500000 -47.000000 106.500000 -v -123.750000 -47.074139 107.162827 -v -137.500000 -47.074139 107.162827 -v -13.750000 -47.074139 107.162827 -v -27.500000 -47.074139 107.162827 -v -27.500000 -47.000000 106.500000 -v 123.750000 -47.074139 105.837172 -v -110.000000 -47.000000 106.500000 -v -110.000000 -47.074139 107.162827 -v -82.500000 -47.074139 105.837172 -v -68.750000 -47.074139 105.837172 -v -68.750000 -47.000000 106.500000 -v 13.750000 -47.000000 106.500000 -v 41.250000 -47.074139 105.837172 -v 55.000000 -47.074139 105.837172 -v 55.000000 -47.000000 106.500000 -v -96.250000 -47.074139 107.162827 -v -137.500000 -43.500000 111.585786 -v -137.500000 -43.500000 110.000000 -v -137.500000 -42.500000 110.000000 -v -137.500000 -42.500000 114.000000 -v -137.500000 -46.500000 114.000000 -v -137.500000 -46.500000 113.000000 -v -137.500000 -44.914219 113.000000 -v -137.500000 -48.707100 109.207107 -v 0.000000 -49.337173 109.425860 -v 13.750000 -49.337173 109.425860 -v 27.500000 -49.337173 109.425860 -v 27.500000 -50.000000 109.500000 -v 41.250000 -50.000000 109.500000 -v 41.250000 -50.662827 109.425860 -v 55.000000 -50.662827 109.425860 -v 68.750000 -50.662827 109.425860 -v 82.500000 -50.662827 109.425860 -v 68.750000 -50.000000 109.500000 -v 82.500000 -50.000000 109.500000 -v 68.750000 -49.337173 109.425860 -v 82.500000 -49.337173 109.425860 -v 96.250000 -49.337173 109.425860 -v 110.000000 -49.337173 109.425860 -v 110.000000 -50.000000 109.500000 -v 123.750000 -50.000000 109.500000 -v 123.750000 -50.662827 109.425860 -v 110.000000 -50.662827 109.425860 -v 96.250000 -50.662827 109.425860 -v 96.250000 -50.000000 109.500000 -v -137.500000 -49.337173 109.425860 -v -123.750000 -49.337173 109.425860 -v -110.000000 -49.337173 109.425860 -v -96.250000 -49.337173 109.425860 -v -96.250000 -50.000000 109.500000 -v -82.500000 -50.000000 109.500000 -v -82.500000 -50.662827 109.425860 -v -68.750000 -50.662827 109.425860 -v -137.500000 -51.292904 109.207107 -v -55.000000 -50.662827 109.425860 -v -41.250000 -50.662827 109.425860 -v -55.000000 -50.000000 109.500000 -v -41.250000 -50.000000 109.500000 -v -55.000000 -49.337173 109.425860 -v -41.250000 -49.337173 109.425860 -v -27.500000 -49.337173 109.425860 -v -13.750000 -49.337173 109.425860 -v -13.750000 -50.000000 109.500000 -v 0.000000 -50.000000 109.500000 -v 0.000000 -50.662827 109.425860 -v 13.750000 -50.662827 109.425860 -v 27.500000 -50.662827 109.425860 -v -123.750000 -50.000000 109.500000 -v -137.500000 -50.000000 109.500000 -v -123.750000 -50.662827 109.425860 -v -137.500000 -50.662827 109.425860 -v -13.750000 -50.662827 109.425860 -v -27.500000 -50.662827 109.425860 -v -27.500000 -50.000000 109.500000 -v 123.750000 -49.337173 109.425860 -v -110.000000 -50.000000 109.500000 -v -110.000000 -50.662827 109.425860 -v -82.500000 -49.337173 109.425860 -v -68.750000 -49.337173 109.425860 -v -68.750000 -50.000000 109.500000 -v 13.750000 -50.000000 109.500000 -v 41.250000 -49.337173 109.425860 -v 55.000000 -49.337173 109.425860 -v 55.000000 -50.000000 109.500000 -v -96.250000 -50.662827 109.425860 -v -137.500000 -55.085789 113.000000 -v -137.500000 -53.500000 113.000000 -v -137.500000 -53.500000 114.000000 -v -137.500000 -57.500000 114.000000 -v -137.500000 -57.500000 110.000000 -v -151.002884 -137.500000 102.994667 -v -148.792908 -137.500000 103.792894 -v -150.207092 -137.500000 105.207105 -v -154.000000 -137.500000 101.414213 -v -152.585800 -137.500000 100.000000 -v -155.000000 -137.500000 99.000000 -v -151.000000 -137.500000 99.000000 -v -148.948883 -137.500000 106.888227 -v -150.425858 -137.500000 107.162827 -v -149.000000 -137.500000 106.499999 -v -150.500000 -137.500000 106.500000 -v -150.425858 -137.500000 105.837172 -v -150.207108 -137.500000 107.792893 -v -148.799057 -137.500000 107.250000 -v -148.560669 -137.500000 107.560659 -v -148.792908 -137.500000 109.207107 -v -148.250000 -137.500000 107.799038 -v -147.888245 -137.500000 107.948889 -v -148.162842 -137.500000 109.425860 -v -147.500000 -137.500000 107.999999 -v -147.500000 -137.500000 109.500000 -v -146.837173 -137.500000 109.425860 -v -147.111771 -137.500000 107.948889 -v -146.207108 -137.500000 109.207107 -v -146.750000 -137.500000 107.799038 -v -146.439346 -137.500000 107.560659 -v -144.792877 -137.500000 107.792893 -v -146.200958 -137.500000 107.250000 -v -146.051132 -137.500000 106.888227 -v -144.574158 -137.500000 107.162827 -v -146.000000 -137.500000 106.499999 -v -144.500000 -137.500000 106.500000 -v -144.574142 -137.500000 105.837172 -v -146.051132 -137.500000 106.111772 -v -144.792892 -137.500000 105.207105 -v -146.200958 -137.500000 105.750000 -v -146.439346 -137.500000 105.439340 -v -146.207108 -137.500000 103.792894 -v -146.750000 -137.500000 105.200961 -v -147.111771 -137.500000 105.051110 -v -146.837173 -137.500000 103.574139 -v -147.500000 -137.500000 104.999999 -v -147.500000 -137.500000 103.500000 -v -148.162827 -137.500000 103.574139 -v -147.888245 -137.500000 105.051110 -v -148.250000 -137.500000 105.200961 -v -148.560669 -137.500000 105.439340 -v -148.799057 -137.500000 105.750000 -v -148.948883 -137.500000 106.111772 -v -143.997116 -137.500000 102.994667 -v -142.414200 -137.500000 100.000000 -v -141.000000 -137.500000 101.414213 -v -154.000000 -137.500000 110.000000 -v -154.000000 -137.500000 111.585786 -v -155.000000 -137.500000 110.000000 -v -155.000000 -137.500000 114.000000 -v -152.585800 -137.500000 113.000000 -v -151.000000 -137.500000 114.000000 -v -151.000000 -137.500000 113.000000 -v -154.000000 -137.500000 102.992208 -v -155.000000 -137.500000 102.992208 -v -151.000000 -137.500000 100.000000 -v -144.000000 -137.500000 100.000000 -v -144.000000 -137.500000 99.000000 -v -140.000000 -137.500000 99.000000 -v -140.000000 -137.500000 102.992208 -v -141.000000 -137.500000 102.992208 -v -141.000000 -137.500000 111.585786 -v -142.414215 -137.500000 113.000000 -v -140.000000 -137.500000 114.000000 -v -144.000000 -137.500000 114.000000 -v -141.000000 -137.500000 110.000000 -v -140.000000 -137.500000 110.000000 -v -144.000000 -137.500000 113.000000 -v -143.997116 137.500000 102.994669 -v -148.948883 -129.166687 106.111772 -v -149.000000 -129.166687 106.500000 -v -148.948883 -129.166687 106.888227 -v -148.799057 -129.166687 107.250000 -v -148.560669 -129.166687 107.560659 -v -148.250000 -129.166687 107.799038 -v -147.888245 -129.166687 107.948889 -v -147.500000 -129.166687 108.000000 -v -147.111771 -129.166687 107.948889 -v -146.750000 -129.166687 107.799038 -v -146.439346 -129.166687 107.560659 -v -146.200958 -129.166687 107.250000 -v -146.051132 -129.166687 106.888227 -v -146.000000 -129.166687 106.500000 -v -146.051132 -129.166687 106.111772 -v -146.200958 -129.166687 105.750000 -v -146.439346 -129.166687 105.439340 -v -146.750000 -129.166687 105.200960 -v -147.111771 -129.166687 105.051110 -v -147.500000 -129.166687 105.000000 -v -147.888245 -129.166687 105.051110 -v -148.250000 -129.166687 105.200960 -v -148.560669 -129.166687 105.439340 -v -148.799057 -129.166687 105.750000 -v -148.948883 137.500000 106.888227 -v -148.948883 129.166687 106.888227 -v -149.000000 137.500000 106.499999 -v -149.000000 129.166687 106.500000 -v -148.948883 137.500000 106.111772 -v -148.948883 129.166687 106.111772 -v -148.799057 137.500000 105.750000 -v -148.799057 129.166687 105.750000 -v -148.560669 137.500000 105.439340 -v -148.560669 129.166687 105.439340 -v -148.250000 137.500000 105.200961 -v -148.250000 129.166687 105.200960 -v -147.888245 137.500000 105.051110 -v -147.888245 129.166687 105.051110 -v -147.500000 137.500000 104.999999 -v -147.500000 129.166687 105.000000 -v -147.111771 137.500000 105.051110 -v -147.111771 129.166687 105.051110 -v -146.750000 137.500000 105.200961 -v -146.750000 129.166687 105.200960 -v -146.439346 137.500000 105.439340 -v -146.439346 129.166687 105.439340 -v -146.200958 137.500000 105.750000 -v -146.200958 129.166687 105.750000 -v -146.051132 137.500000 106.111772 -v -146.051132 129.166687 106.111772 -v -146.000000 137.500000 106.499999 -v -146.000000 129.166687 106.500000 -v -146.051132 137.500000 106.888227 -v -146.051132 129.166687 106.888227 -v -146.200958 137.500000 107.250000 -v -146.200958 129.166687 107.250000 -v -146.439346 137.500000 107.560659 -v -146.439346 129.166687 107.560659 -v -146.750000 137.500000 107.799038 -v -146.750000 129.166687 107.799038 -v -147.111771 137.500000 107.948889 -v -147.111771 129.166687 107.948889 -v -147.500000 137.500000 107.999999 -v -147.500000 129.166687 108.000000 -v -147.888245 137.500000 107.948889 -v -147.888245 129.166687 107.948889 -v -148.250000 137.500000 107.799038 -v -148.250000 129.166687 107.799038 -v -148.560669 137.500000 107.560659 -v -148.560669 129.166687 107.560659 -v -148.799057 137.500000 107.250000 -v -148.799057 129.166687 107.250000 -v -149.000000 -120.833336 106.500000 -v -148.948883 -120.833336 106.888227 -v -148.799057 -120.833336 107.250000 -v -148.560669 -120.833336 107.560659 -v -148.250000 -120.833336 107.799038 -v -147.888245 -120.833336 107.948889 -v -147.500000 -120.833336 108.000000 -v -147.111771 -120.833336 107.948889 -v -146.750000 -120.833336 107.799038 -v -146.439346 -120.833336 107.560659 -v -146.200958 -120.833336 107.250000 -v -146.051132 -120.833336 106.888227 -v -146.000000 -120.833336 106.500000 -v -146.051132 -120.833336 106.111772 -v -146.200958 -120.833336 105.750000 -v -146.439346 -120.833336 105.439340 -v -146.750000 -120.833336 105.200960 -v -147.111771 -120.833336 105.051110 -v -147.500000 -120.833336 105.000000 -v -147.888245 -120.833336 105.051110 -v -148.250000 -120.833336 105.200960 -v -148.560669 -120.833336 105.439340 -v -148.799057 -120.833336 105.750000 -v -148.948883 -120.833336 106.111772 -v -149.000000 -112.500000 106.500000 -v -148.948883 -112.500000 106.888227 -v -148.799057 -112.500000 107.250000 -v -148.560669 -112.500000 107.560659 -v -148.250000 -112.500000 107.799038 -v -147.888245 -112.500000 107.948889 -v -147.500000 -112.500000 108.000000 -v -147.111771 -112.500000 107.948889 -v -146.750000 -112.500000 107.799038 -v -146.439346 -112.500000 107.560659 -v -146.200958 -112.500000 107.250000 -v -146.051132 -112.500000 106.888227 -v -146.000000 -112.500000 106.500000 -v -146.051132 -112.500000 106.111772 -v -146.200958 -112.500000 105.750000 -v -146.439346 -112.500000 105.439340 -v -146.750000 -112.500000 105.200960 -v -147.111771 -112.500000 105.051110 -v -147.500000 -112.500000 105.000000 -v -147.888245 -112.500000 105.051110 -v -148.250000 -112.500000 105.200960 -v -148.560669 -112.500000 105.439340 -v -148.799057 -112.500000 105.750000 -v -148.948883 -112.500000 106.111772 -v -149.000000 -104.166672 106.500000 -v -148.948883 -104.166672 106.888227 -v -148.799057 -104.166672 107.250000 -v -148.560669 -104.166672 107.560659 -v -148.250000 -104.166672 107.799038 -v -147.888245 -104.166672 107.948889 -v -147.500000 -104.166672 108.000000 -v -147.111771 -104.166672 107.948889 -v -146.750000 -104.166672 107.799038 -v -146.439346 -104.166672 107.560659 -v -146.200958 -104.166672 107.250000 -v -146.051132 -104.166672 106.888227 -v -146.000000 -104.166672 106.500000 -v -146.051132 -104.166672 106.111772 -v -146.200958 -104.166672 105.750000 -v -146.439346 -104.166672 105.439340 -v -146.750000 -104.166672 105.200960 -v -147.111771 -104.166672 105.051110 -v -147.500000 -104.166672 105.000000 -v -147.888245 -104.166672 105.051110 -v -148.250000 -104.166672 105.200960 -v -148.560669 -104.166672 105.439340 -v -148.799057 -104.166672 105.750000 -v -148.948883 -104.166672 106.111772 -v -149.000000 -95.833336 106.500000 -v -148.948883 -95.833336 106.888227 -v -148.799057 -95.833336 107.250000 -v -148.560669 -95.833336 107.560659 -v -148.250000 -95.833336 107.799038 -v -147.888245 -95.833336 107.948889 -v -147.500000 -95.833336 108.000000 -v -147.111771 -95.833336 107.948889 -v -146.750000 -95.833336 107.799038 -v -146.439346 -95.833336 107.560659 -v -146.200958 -95.833336 107.250000 -v -146.051132 -95.833336 106.888227 -v -146.000000 -95.833336 106.500000 -v -146.051132 -95.833336 106.111772 -v -146.200958 -95.833336 105.750000 -v -146.439346 -95.833336 105.439340 -v -146.750000 -95.833336 105.200960 -v -147.111771 -95.833336 105.051110 -v -147.500000 -95.833336 105.000000 -v -147.888245 -95.833336 105.051110 -v -148.250000 -95.833336 105.200960 -v -148.560669 -95.833336 105.439340 -v -148.799057 -95.833336 105.750000 -v -148.948883 -95.833336 106.111772 -v -149.000000 -87.500000 106.500000 -v -148.948883 -87.500000 106.888227 -v -148.799057 -87.500000 107.250000 -v -148.560669 -87.500000 107.560659 -v -148.250000 -87.500000 107.799038 -v -147.888245 -87.500000 107.948889 -v -147.500000 -87.500000 108.000000 -v -147.111771 -87.500000 107.948889 -v -146.750000 -87.500000 107.799038 -v -146.439346 -87.500000 107.560659 -v -146.200958 -87.500000 107.250000 -v -146.051132 -87.500000 106.888227 -v -146.000000 -87.500000 106.500000 -v -146.051132 -87.500000 106.111772 -v -146.200958 -87.500000 105.750000 -v -146.439346 -87.500000 105.439340 -v -146.750000 -87.500000 105.200960 -v -147.111771 -87.500000 105.051110 -v -147.500000 -87.500000 105.000000 -v -147.888245 -87.500000 105.051110 -v -148.250000 -87.500000 105.200960 -v -148.560669 -87.500000 105.439340 -v -148.799057 -87.500000 105.750000 -v -148.948883 -87.500000 106.111772 -v -149.000000 -79.166664 106.500000 -v -148.948883 -79.166664 106.888227 -v -148.799057 -79.166664 107.250000 -v -148.560669 -79.166664 107.560659 -v -148.250000 -79.166664 107.799038 -v -147.888245 -79.166664 107.948889 -v -147.500000 -79.166664 108.000000 -v -147.111771 -79.166664 107.948889 -v -146.750000 -79.166664 107.799038 -v -146.439346 -79.166664 107.560659 -v -146.200958 -79.166664 107.250000 -v -146.051132 -79.166664 106.888227 -v -146.000000 -79.166664 106.500000 -v -146.051132 -79.166664 106.111772 -v -146.200958 -79.166664 105.750000 -v -146.439346 -79.166664 105.439340 -v -146.750000 -79.166664 105.200960 -v -147.111771 -79.166664 105.051110 -v -147.500000 -79.166664 105.000000 -v -147.888245 -79.166664 105.051110 -v -148.250000 -79.166664 105.200960 -v -148.560669 -79.166664 105.439340 -v -148.799057 -79.166664 105.750000 -v -148.948883 -79.166664 106.111772 -v -149.000000 -70.833344 106.500000 -v -148.948883 -70.833344 106.888227 -v -148.799057 -70.833344 107.250000 -v -148.560669 -70.833344 107.560659 -v -148.250000 -70.833344 107.799038 -v -147.888245 -70.833344 107.948889 -v -147.500000 -70.833344 108.000000 -v -147.111771 -70.833344 107.948889 -v -146.750000 -70.833344 107.799038 -v -146.439346 -70.833344 107.560659 -v -146.200958 -70.833344 107.250000 -v -146.051132 -70.833344 106.888227 -v -146.000000 -70.833344 106.500000 -v -146.051132 -70.833344 106.111772 -v -146.200958 -70.833344 105.750000 -v -146.439346 -70.833344 105.439340 -v -146.750000 -70.833344 105.200960 -v -147.111771 -70.833344 105.051110 -v -147.500000 -70.833344 105.000000 -v -147.888245 -70.833344 105.051110 -v -148.250000 -70.833344 105.200960 -v -148.560669 -70.833344 105.439340 -v -148.799057 -70.833344 105.750000 -v -148.948883 -70.833344 106.111772 -v -149.000000 -62.500000 106.500000 -v -148.948883 -62.500000 106.888227 -v -148.799057 -62.500000 107.250000 -v -148.560669 -62.500000 107.560659 -v -148.250000 -62.500000 107.799038 -v -147.888245 -62.500000 107.948889 -v -147.500000 -62.500000 108.000000 -v -147.111771 -62.500000 107.948889 -v -146.750000 -62.500000 107.799038 -v -146.439346 -62.500000 107.560659 -v -146.200958 -62.500000 107.250000 -v -146.051132 -62.500000 106.888227 -v -146.000000 -62.500000 106.500000 -v -146.051132 -62.500000 106.111772 -v -146.200958 -62.500000 105.750000 -v -146.439346 -62.500000 105.439340 -v -146.750000 -62.500000 105.200960 -v -147.111771 -62.500000 105.051110 -v -147.500000 -62.500000 105.000000 -v -147.888245 -62.500000 105.051110 -v -148.250000 -62.500000 105.200960 -v -148.560669 -62.500000 105.439340 -v -148.799057 -62.500000 105.750000 -v -148.948883 -62.500000 106.111772 -v -149.000000 -54.166668 106.500000 -v -148.948883 -54.166668 106.888227 -v -148.799057 -54.166668 107.250000 -v -148.560669 -54.166668 107.560659 -v -148.250000 -54.166668 107.799038 -v -147.888245 -54.166668 107.948889 -v -147.500000 -54.166668 108.000000 -v -147.111771 -54.166668 107.948889 -v -146.750000 -54.166668 107.799038 -v -146.439346 -54.166668 107.560659 -v -146.200958 -54.166668 107.250000 -v -146.051132 -54.166668 106.888227 -v -146.000000 -54.166668 106.500000 -v -146.051132 -54.166668 106.111772 -v -146.200958 -54.166668 105.750000 -v -146.439346 -54.166668 105.439340 -v -146.750000 -54.166668 105.200960 -v -147.111771 -54.166668 105.051110 -v -147.500000 -54.166668 105.000000 -v -147.888245 -54.166668 105.051110 -v -148.250000 -54.166668 105.200960 -v -148.560669 -54.166668 105.439340 -v -148.799057 -54.166668 105.750000 -v -148.948883 -54.166668 106.111772 -v -149.000000 -45.833336 106.500000 -v -148.948883 -45.833336 106.888227 -v -148.799057 -45.833336 107.250000 -v -148.560669 -45.833336 107.560659 -v -148.250000 -45.833336 107.799038 -v -147.888245 -45.833336 107.948889 -v -147.500000 -45.833336 108.000000 -v -147.111771 -45.833336 107.948889 -v -146.750000 -45.833336 107.799038 -v -146.439346 -45.833336 107.560659 -v -146.200958 -45.833336 107.250000 -v -146.051132 -45.833336 106.888227 -v -146.000000 -45.833336 106.500000 -v -146.051132 -45.833336 106.111772 -v -146.200958 -45.833336 105.750000 -v -146.439346 -45.833336 105.439340 -v -146.750000 -45.833336 105.200960 -v -147.111771 -45.833336 105.051110 -v -147.500000 -45.833336 105.000000 -v -147.888245 -45.833336 105.051110 -v -148.250000 -45.833336 105.200960 -v -148.560669 -45.833336 105.439340 -v -148.799057 -45.833336 105.750000 -v -148.948883 -45.833336 106.111772 -v -149.000000 -37.500000 106.500000 -v -148.948883 -37.500000 106.888227 -v -148.799057 -37.500000 107.250000 -v -148.560669 -37.500000 107.560659 -v -148.250000 -37.500000 107.799038 -v -147.888245 -37.500000 107.948889 -v -147.500000 -37.500000 108.000000 -v -147.111771 -37.500000 107.948889 -v -146.750000 -37.500000 107.799038 -v -146.439346 -37.500000 107.560659 -v -146.200958 -37.500000 107.250000 -v -146.051132 -37.500000 106.888227 -v -146.000000 -37.500000 106.500000 -v -146.051132 -37.500000 106.111772 -v -146.200958 -37.500000 105.750000 -v -146.439346 -37.500000 105.439340 -v -146.750000 -37.500000 105.200960 -v -147.111771 -37.500000 105.051110 -v -147.500000 -37.500000 105.000000 -v -147.888245 -37.500000 105.051110 -v -148.250000 -37.500000 105.200960 -v -148.560669 -37.500000 105.439340 -v -148.799057 -37.500000 105.750000 -v -148.948883 -37.500000 106.111772 -v -149.000000 -29.166668 106.500000 -v -148.948883 -29.166668 106.888227 -v -148.799057 -29.166668 107.250000 -v -148.560669 -29.166668 107.560659 -v -148.250000 -29.166668 107.799038 -v -147.888245 -29.166668 107.948889 -v -147.500000 -29.166668 108.000000 -v -147.111771 -29.166668 107.948889 -v -146.750000 -29.166668 107.799038 -v -146.439346 -29.166668 107.560659 -v -146.200958 -29.166668 107.250000 -v -146.051132 -29.166668 106.888227 -v -146.000000 -29.166668 106.500000 -v -146.051132 -29.166668 106.111772 -v -146.200958 -29.166668 105.750000 -v -146.439346 -29.166668 105.439340 -v -146.750000 -29.166668 105.200960 -v -147.111771 -29.166668 105.051110 -v -147.500000 -29.166668 105.000000 -v -147.888245 -29.166668 105.051110 -v -148.250000 -29.166668 105.200960 -v -148.560669 -29.166668 105.439340 -v -148.799057 -29.166668 105.750000 -v -148.948883 -29.166668 106.111772 -v -149.000000 -20.833336 106.500000 -v -148.948883 -20.833336 106.888227 -v -148.799057 -20.833336 107.250000 -v -148.560669 -20.833336 107.560659 -v -148.250000 -20.833336 107.799038 -v -147.888245 -20.833336 107.948889 -v -147.500000 -20.833336 108.000000 -v -147.111771 -20.833336 107.948889 -v -146.750000 -20.833336 107.799038 -v -146.439346 -20.833336 107.560659 -v -146.200958 -20.833336 107.250000 -v -146.051132 -20.833336 106.888227 -v -146.000000 -20.833336 106.500000 -v -146.051132 -20.833336 106.111772 -v -146.200958 -20.833336 105.750000 -v -146.439346 -20.833336 105.439340 -v -146.750000 -20.833336 105.200960 -v -147.111771 -20.833336 105.051110 -v -147.500000 -20.833336 105.000000 -v -147.888245 -20.833336 105.051110 -v -148.250000 -20.833336 105.200960 -v -148.560669 -20.833336 105.439340 -v -148.799057 -20.833336 105.750000 -v -148.948883 -20.833336 106.111772 -v -149.000000 -12.500000 106.500000 -v -148.948883 -12.500000 106.888227 -v -148.799057 -12.500000 107.250000 -v -148.560669 -12.500000 107.560659 -v -148.250000 -12.500000 107.799038 -v -147.888245 -12.500000 107.948889 -v -147.500000 -12.500000 108.000000 -v -147.111771 -12.500000 107.948889 -v -146.750000 -12.500000 107.799038 -v -146.439346 -12.500000 107.560659 -v -146.200958 -12.500000 107.250000 -v -146.051132 -12.500000 106.888227 -v -146.000000 -12.500000 106.500000 -v -146.051132 -12.500000 106.111772 -v -146.200958 -12.500000 105.750000 -v -146.439346 -12.500000 105.439340 -v -146.750000 -12.500000 105.200960 -v -147.111771 -12.500000 105.051110 -v -147.500000 -12.500000 105.000000 -v -147.888245 -12.500000 105.051110 -v -148.250000 -12.500000 105.200960 -v -148.560669 -12.500000 105.439340 -v -148.799057 -12.500000 105.750000 -v -148.948883 -12.500000 106.111772 -v -149.000000 -4.166667 106.500000 -v -148.948883 -4.166667 106.888227 -v -148.799057 -4.166667 107.250000 -v -148.560669 -4.166667 107.560659 -v -148.250000 -4.166667 107.799038 -v -147.888245 -4.166667 107.948889 -v -147.500000 -4.166667 108.000000 -v -147.111771 -4.166667 107.948889 -v -146.750000 -4.166667 107.799038 -v -146.439346 -4.166667 107.560659 -v -146.200958 -4.166667 107.250000 -v -146.051132 -4.166667 106.888227 -v -146.000000 -4.166667 106.500000 -v -146.051132 -4.166667 106.111772 -v -146.200958 -4.166667 105.750000 -v -146.439346 -4.166667 105.439340 -v -146.750000 -4.166667 105.200960 -v -147.111771 -4.166667 105.051110 -v -147.500000 -4.166667 105.000000 -v -147.888245 -4.166667 105.051110 -v -148.250000 -4.166667 105.200960 -v -148.560669 -4.166667 105.439340 -v -148.799057 -4.166667 105.750000 -v -148.948883 -4.166667 106.111772 -v -149.000000 4.166667 106.500000 -v -148.948883 4.166667 106.888227 -v -148.799057 4.166667 107.250000 -v -148.560669 4.166667 107.560659 -v -148.250000 4.166667 107.799038 -v -147.888245 4.166667 107.948889 -v -147.500000 4.166667 108.000000 -v -147.111771 4.166667 107.948889 -v -146.750000 4.166667 107.799038 -v -146.439346 4.166667 107.560659 -v -146.200958 4.166667 107.250000 -v -146.051132 4.166667 106.888227 -v -146.000000 4.166667 106.500000 -v -146.051132 4.166667 106.111772 -v -146.200958 4.166667 105.750000 -v -146.439346 4.166667 105.439340 -v -146.750000 4.166667 105.200960 -v -147.111771 4.166667 105.051110 -v -147.500000 4.166667 105.000000 -v -147.888245 4.166667 105.051110 -v -148.250000 4.166667 105.200960 -v -148.560669 4.166667 105.439340 -v -148.799057 4.166667 105.750000 -v -148.948883 4.166667 106.111772 -v -149.000000 12.500000 106.500000 -v -148.948883 12.500000 106.888227 -v -148.799057 12.500000 107.250000 -v -148.560669 12.500000 107.560659 -v -148.250000 12.500000 107.799038 -v -147.888245 12.500000 107.948889 -v -147.500000 12.500000 108.000000 -v -147.111771 12.500000 107.948889 -v -146.750000 12.500000 107.799038 -v -146.439346 12.500000 107.560659 -v -146.200958 12.500000 107.250000 -v -146.051132 12.500000 106.888227 -v -146.000000 12.500000 106.500000 -v -146.051132 12.500000 106.111772 -v -146.200958 12.500000 105.750000 -v -146.439346 12.500000 105.439340 -v -146.750000 12.500000 105.200960 -v -147.111771 12.500000 105.051110 -v -147.500000 12.500000 105.000000 -v -147.888245 12.500000 105.051110 -v -148.250000 12.500000 105.200960 -v -148.560669 12.500000 105.439340 -v -148.799057 12.500000 105.750000 -v -148.948883 12.500000 106.111772 -v -149.000000 20.833336 106.500000 -v -148.948883 20.833336 106.888227 -v -148.799057 20.833336 107.250000 -v -148.560669 20.833336 107.560659 -v -148.250000 20.833336 107.799038 -v -147.888245 20.833336 107.948889 -v -147.500000 20.833336 108.000000 -v -147.111771 20.833336 107.948889 -v -146.750000 20.833336 107.799038 -v -146.439346 20.833336 107.560659 -v -146.200958 20.833336 107.250000 -v -146.051132 20.833336 106.888227 -v -146.000000 20.833336 106.500000 -v -146.051132 20.833336 106.111772 -v -146.200958 20.833336 105.750000 -v -146.439346 20.833336 105.439340 -v -146.750000 20.833336 105.200960 -v -147.111771 20.833336 105.051110 -v -147.500000 20.833336 105.000000 -v -147.888245 20.833336 105.051110 -v -148.250000 20.833336 105.200960 -v -148.560669 20.833336 105.439340 -v -148.799057 20.833336 105.750000 -v -148.948883 20.833336 106.111772 -v -149.000000 29.166668 106.500000 -v -148.948883 29.166668 106.888227 -v -148.799057 29.166668 107.250000 -v -148.560669 29.166668 107.560659 -v -148.250000 29.166668 107.799038 -v -147.888245 29.166668 107.948889 -v -147.500000 29.166668 108.000000 -v -147.111771 29.166668 107.948889 -v -146.750000 29.166668 107.799038 -v -146.439346 29.166668 107.560659 -v -146.200958 29.166668 107.250000 -v -146.051132 29.166668 106.888227 -v -146.000000 29.166668 106.500000 -v -146.051132 29.166668 106.111772 -v -146.200958 29.166668 105.750000 -v -146.439346 29.166668 105.439340 -v -146.750000 29.166668 105.200960 -v -147.111771 29.166668 105.051110 -v -147.500000 29.166668 105.000000 -v -147.888245 29.166668 105.051110 -v -148.250000 29.166668 105.200960 -v -148.560669 29.166668 105.439340 -v -148.799057 29.166668 105.750000 -v -148.948883 29.166668 106.111772 -v -149.000000 37.500000 106.500000 -v -148.948883 37.500000 106.888227 -v -148.799057 37.500000 107.250000 -v -148.560669 37.500000 107.560659 -v -148.250000 37.500000 107.799038 -v -147.888245 37.500000 107.948889 -v -147.500000 37.500000 108.000000 -v -147.111771 37.500000 107.948889 -v -146.750000 37.500000 107.799038 -v -146.439346 37.500000 107.560659 -v -146.200958 37.500000 107.250000 -v -146.051132 37.500000 106.888227 -v -146.000000 37.500000 106.500000 -v -146.051132 37.500000 106.111772 -v -146.200958 37.500000 105.750000 -v -146.439346 37.500000 105.439340 -v -146.750000 37.500000 105.200960 -v -147.111771 37.500000 105.051110 -v -147.500000 37.500000 105.000000 -v -147.888245 37.500000 105.051110 -v -148.250000 37.500000 105.200960 -v -148.560669 37.500000 105.439340 -v -148.799057 37.500000 105.750000 -v -148.948883 37.500000 106.111772 -v -149.000000 45.833336 106.500000 -v -148.948883 45.833336 106.888227 -v -148.799057 45.833336 107.250000 -v -148.560669 45.833336 107.560659 -v -148.250000 45.833336 107.799038 -v -147.888245 45.833336 107.948889 -v -147.500000 45.833336 108.000000 -v -147.111771 45.833336 107.948889 -v -146.750000 45.833336 107.799038 -v -146.439346 45.833336 107.560659 -v -146.200958 45.833336 107.250000 -v -146.051132 45.833336 106.888227 -v -146.000000 45.833336 106.500000 -v -146.051132 45.833336 106.111772 -v -146.200958 45.833336 105.750000 -v -146.439346 45.833336 105.439340 -v -146.750000 45.833336 105.200960 -v -147.111771 45.833336 105.051110 -v -147.500000 45.833336 105.000000 -v -147.888245 45.833336 105.051110 -v -148.250000 45.833336 105.200960 -v -148.560669 45.833336 105.439340 -v -148.799057 45.833336 105.750000 -v -148.948883 45.833336 106.111772 -v -149.000000 54.166668 106.500000 -v -148.948883 54.166668 106.888227 -v -148.799057 54.166668 107.250000 -v -148.560669 54.166668 107.560659 -v -148.250000 54.166668 107.799038 -v -147.888245 54.166668 107.948889 -v -147.500000 54.166668 108.000000 -v -147.111771 54.166668 107.948889 -v -146.750000 54.166668 107.799038 -v -146.439346 54.166668 107.560659 -v -146.200958 54.166668 107.250000 -v -146.051132 54.166668 106.888227 -v -146.000000 54.166668 106.500000 -v -146.051132 54.166668 106.111772 -v -146.200958 54.166668 105.750000 -v -146.439346 54.166668 105.439340 -v -146.750000 54.166668 105.200960 -v -147.111771 54.166668 105.051110 -v -147.500000 54.166668 105.000000 -v -147.888245 54.166668 105.051110 -v -148.250000 54.166668 105.200960 -v -148.560669 54.166668 105.439340 -v -148.799057 54.166668 105.750000 -v -148.948883 54.166668 106.111772 -v -149.000000 62.500000 106.500000 -v -148.948883 62.500000 106.888227 -v -148.799057 62.500000 107.250000 -v -148.560669 62.500000 107.560659 -v -148.250000 62.500000 107.799038 -v -147.888245 62.500000 107.948889 -v -147.500000 62.500000 108.000000 -v -147.111771 62.500000 107.948889 -v -146.750000 62.500000 107.799038 -v -146.439346 62.500000 107.560659 -v -146.200958 62.500000 107.250000 -v -146.051132 62.500000 106.888227 -v -146.000000 62.500000 106.500000 -v -146.051132 62.500000 106.111772 -v -146.200958 62.500000 105.750000 -v -146.439346 62.500000 105.439340 -v -146.750000 62.500000 105.200960 -v -147.111771 62.500000 105.051110 -v -147.500000 62.500000 105.000000 -v -147.888245 62.500000 105.051110 -v -148.250000 62.500000 105.200960 -v -148.560669 62.500000 105.439340 -v -148.799057 62.500000 105.750000 -v -148.948883 62.500000 106.111772 -v -149.000000 70.833344 106.500000 -v -148.948883 70.833344 106.888227 -v -148.799057 70.833344 107.250000 -v -148.560669 70.833344 107.560659 -v -148.250000 70.833344 107.799038 -v -147.888245 70.833344 107.948889 -v -147.500000 70.833344 108.000000 -v -147.111771 70.833344 107.948889 -v -146.750000 70.833344 107.799038 -v -146.439346 70.833344 107.560659 -v -146.200958 70.833344 107.250000 -v -146.051132 70.833344 106.888227 -v -146.000000 70.833344 106.500000 -v -146.051132 70.833344 106.111772 -v -146.200958 70.833344 105.750000 -v -146.439346 70.833344 105.439340 -v -146.750000 70.833344 105.200960 -v -147.111771 70.833344 105.051110 -v -147.500000 70.833344 105.000000 -v -147.888245 70.833344 105.051110 -v -148.250000 70.833344 105.200960 -v -148.560669 70.833344 105.439340 -v -148.799057 70.833344 105.750000 -v -148.948883 70.833344 106.111772 -v -149.000000 79.166664 106.500000 -v -148.948883 79.166664 106.888227 -v -148.799057 79.166664 107.250000 -v -148.560669 79.166664 107.560659 -v -148.250000 79.166664 107.799038 -v -147.888245 79.166664 107.948889 -v -147.500000 79.166664 108.000000 -v -147.111771 79.166664 107.948889 -v -146.750000 79.166664 107.799038 -v -146.439346 79.166664 107.560659 -v -146.200958 79.166664 107.250000 -v -146.051132 79.166664 106.888227 -v -146.000000 79.166664 106.500000 -v -146.051132 79.166664 106.111772 -v -146.200958 79.166664 105.750000 -v -146.439346 79.166664 105.439340 -v -146.750000 79.166664 105.200960 -v -147.111771 79.166664 105.051110 -v -147.500000 79.166664 105.000000 -v -147.888245 79.166664 105.051110 -v -148.250000 79.166664 105.200960 -v -148.560669 79.166664 105.439340 -v -148.799057 79.166664 105.750000 -v -148.948883 79.166664 106.111772 -v -149.000000 87.500000 106.500000 -v -148.948883 87.500000 106.888227 -v -148.799057 87.500000 107.250000 -v -148.560669 87.500000 107.560659 -v -148.250000 87.500000 107.799038 -v -147.888245 87.500000 107.948889 -v -147.500000 87.500000 108.000000 -v -147.111771 87.500000 107.948889 -v -146.750000 87.500000 107.799038 -v -146.439346 87.500000 107.560659 -v -146.200958 87.500000 107.250000 -v -146.051132 87.500000 106.888227 -v -146.000000 87.500000 106.500000 -v -146.051132 87.500000 106.111772 -v -146.200958 87.500000 105.750000 -v -146.439346 87.500000 105.439340 -v -146.750000 87.500000 105.200960 -v -147.111771 87.500000 105.051110 -v -147.500000 87.500000 105.000000 -v -147.888245 87.500000 105.051110 -v -148.250000 87.500000 105.200960 -v -148.560669 87.500000 105.439340 -v -148.799057 87.500000 105.750000 -v -148.948883 87.500000 106.111772 -v -149.000000 95.833336 106.500000 -v -148.948883 95.833336 106.888227 -v -148.799057 95.833336 107.250000 -v -148.560669 95.833336 107.560659 -v -148.250000 95.833336 107.799038 -v -147.888245 95.833336 107.948889 -v -147.500000 95.833336 108.000000 -v -147.111771 95.833336 107.948889 -v -146.750000 95.833336 107.799038 -v -146.439346 95.833336 107.560659 -v -146.200958 95.833336 107.250000 -v -146.051132 95.833336 106.888227 -v -146.000000 95.833336 106.500000 -v -146.051132 95.833336 106.111772 -v -146.200958 95.833336 105.750000 -v -146.439346 95.833336 105.439340 -v -146.750000 95.833336 105.200960 -v -147.111771 95.833336 105.051110 -v -147.500000 95.833336 105.000000 -v -147.888245 95.833336 105.051110 -v -148.250000 95.833336 105.200960 -v -148.560669 95.833336 105.439340 -v -148.799057 95.833336 105.750000 -v -148.948883 95.833336 106.111772 -v -149.000000 104.166672 106.500000 -v -148.948883 104.166672 106.888227 -v -148.799057 104.166672 107.250000 -v -148.560669 104.166672 107.560659 -v -148.250000 104.166672 107.799038 -v -147.888245 104.166672 107.948889 -v -147.500000 104.166672 108.000000 -v -147.111771 104.166672 107.948889 -v -146.750000 104.166672 107.799038 -v -146.439346 104.166672 107.560659 -v -146.200958 104.166672 107.250000 -v -146.051132 104.166672 106.888227 -v -146.000000 104.166672 106.500000 -v -146.051132 104.166672 106.111772 -v -146.200958 104.166672 105.750000 -v -146.439346 104.166672 105.439340 -v -146.750000 104.166672 105.200960 -v -147.111771 104.166672 105.051110 -v -147.500000 104.166672 105.000000 -v -147.888245 104.166672 105.051110 -v -148.250000 104.166672 105.200960 -v -148.560669 104.166672 105.439340 -v -148.799057 104.166672 105.750000 -v -148.948883 104.166672 106.111772 -v -149.000000 112.500000 106.500000 -v -148.948883 112.500000 106.888227 -v -148.799057 112.500000 107.250000 -v -148.560669 112.500000 107.560659 -v -148.250000 112.500000 107.799038 -v -147.888245 112.500000 107.948889 -v -147.500000 112.500000 108.000000 -v -147.111771 112.500000 107.948889 -v -146.750000 112.500000 107.799038 -v -146.439346 112.500000 107.560659 -v -146.200958 112.500000 107.250000 -v -146.051132 112.500000 106.888227 -v -146.000000 112.500000 106.500000 -v -146.051132 112.500000 106.111772 -v -146.200958 112.500000 105.750000 -v -146.439346 112.500000 105.439340 -v -146.750000 112.500000 105.200960 -v -147.111771 112.500000 105.051110 -v -147.500000 112.500000 105.000000 -v -147.888245 112.500000 105.051110 -v -148.250000 112.500000 105.200960 -v -148.560669 112.500000 105.439340 -v -148.799057 112.500000 105.750000 -v -148.948883 112.500000 106.111772 -v -149.000000 120.833336 106.500000 -v -148.948883 120.833336 106.888227 -v -148.799057 120.833336 107.250000 -v -148.560669 120.833336 107.560659 -v -148.250000 120.833336 107.799038 -v -147.888245 120.833336 107.948889 -v -147.500000 120.833336 108.000000 -v -147.111771 120.833336 107.948889 -v -146.750000 120.833336 107.799038 -v -146.439346 120.833336 107.560659 -v -146.200958 120.833336 107.250000 -v -146.051132 120.833336 106.888227 -v -146.000000 120.833336 106.500000 -v -146.051132 120.833336 106.111772 -v -146.200958 120.833336 105.750000 -v -146.439346 120.833336 105.439340 -v -146.750000 120.833336 105.200960 -v -147.111771 120.833336 105.051110 -v -147.500000 120.833336 105.000000 -v -147.888245 120.833336 105.051110 -v -148.250000 120.833336 105.200960 -v -148.560669 120.833336 105.439340 -v -148.799057 120.833336 105.750000 -v -148.948883 120.833336 106.111772 -v -151.002884 137.500000 102.994667 -v -154.000000 137.500000 110.000000 -v -154.000000 137.500000 111.585786 -v -150.207108 137.500000 107.792893 -v -150.425858 0.000000 107.162827 -v -150.425858 -13.750000 107.162827 -v -150.425858 -27.500000 107.162827 -v -150.500000 -27.500000 106.500000 -v -150.500000 -41.250000 106.500000 -v -150.425858 -41.250000 105.837172 -v -150.425858 -55.000000 105.837172 -v -150.425858 -68.750000 105.837172 -v -150.425858 -82.500000 105.837172 -v -150.500000 -68.750000 106.500000 -v -150.500000 -82.500000 106.500000 -v -150.425858 -68.750000 107.162827 -v -150.425858 -82.500000 107.162827 -v -150.425858 -96.250000 107.162827 -v -150.425858 -110.000000 107.162827 -v -150.500000 -110.000000 106.500000 -v -150.500000 -123.750000 106.500000 -v -150.425858 -123.750000 105.837172 -v -150.425858 -110.000000 105.837172 -v -150.425858 -96.250000 105.837172 -v -150.500000 -96.250000 106.500000 -v -150.425858 137.500000 107.162827 -v -150.425858 123.750000 107.162827 -v -150.425858 110.000000 107.162827 -v -150.425858 96.250000 107.162827 -v -150.500000 96.250000 106.500000 -v -150.500000 82.500000 106.500000 -v -150.425858 82.500000 105.837172 -v -150.425858 68.750000 105.837172 -v -150.207092 137.500000 105.207105 -v -150.425858 55.000000 105.837172 -v -150.425858 41.250000 105.837172 -v -150.500000 55.000000 106.500000 -v -150.500000 41.250000 106.500000 -v -150.425858 55.000000 107.162827 -v -150.425858 41.250000 107.162827 -v -150.425858 27.500000 107.162827 -v -150.425858 13.750000 107.162827 -v -150.500000 13.750000 106.500000 -v -150.500000 0.000000 106.500000 -v -150.425858 0.000000 105.837172 -v -150.425858 -13.750000 105.837172 -v -150.425858 -27.500000 105.837172 -v -150.500000 123.750000 106.500000 -v -150.500000 137.500000 106.500000 -v -150.425858 123.750000 105.837172 -v -150.425858 137.500000 105.837172 -v -150.425858 13.750000 105.837172 -v -150.425858 27.500000 105.837172 -v -150.500000 27.500000 106.500000 -v -150.425858 -123.750000 107.162827 -v -150.500000 110.000000 106.500000 -v -150.425858 110.000000 105.837172 -v -150.425858 82.500000 107.162827 -v -150.425858 68.750000 107.162827 -v -150.500000 68.750000 106.500000 -v -150.500000 -13.750000 106.500000 -v -150.425858 -41.250000 107.162827 -v -150.425858 -55.000000 107.162827 -v -150.500000 -55.000000 106.500000 -v -150.425858 96.250000 105.837172 -v -154.000000 137.500000 101.414213 -v -154.000000 137.500000 102.992208 -v -155.000000 137.500000 102.992208 -v -155.000000 137.500000 99.000000 -v -151.000000 137.500000 99.000000 -v -151.000000 137.500000 100.000000 -v -152.585800 137.500000 100.000000 -v -148.792908 137.500000 103.792894 -v -148.162842 0.000000 103.574139 -v -148.162827 -13.750000 103.574139 -v -148.162827 -27.500000 103.574139 -v -147.500000 -27.500000 103.500000 -v -147.500000 -41.250000 103.500000 -v -146.837173 -41.250000 103.574139 -v -146.837173 -55.000000 103.574139 -v -146.837173 -68.750000 103.574139 -v -146.837173 -82.500000 103.574139 -v -147.500000 -68.750000 103.500000 -v -147.500000 -82.500000 103.500000 -v -148.162827 -68.750000 103.574139 -v -148.162827 -82.500000 103.574139 -v -148.162827 -96.250000 103.574139 -v -148.162827 -110.000000 103.574139 -v -147.500000 -110.000000 103.500000 -v -147.500000 -123.750000 103.500000 -v -146.837173 -123.750000 103.574139 -v -146.837173 -110.000000 103.574139 -v -146.837173 -96.250000 103.574139 -v -147.500000 -96.250000 103.500000 -v -148.162842 137.500000 103.574139 -v -148.162827 123.750000 103.574139 -v -148.162827 110.000000 103.574139 -v -148.162827 96.250000 103.574139 -v -147.500000 96.250000 103.500000 -v -147.500000 82.500000 103.500000 -v -146.837173 82.500000 103.574139 -v -146.837173 68.750000 103.574139 -v -146.207108 137.500000 103.792894 -v -146.837173 55.000000 103.574139 -v -146.837173 41.250000 103.574139 -v -147.500000 55.000000 103.500000 -v -147.500000 41.250000 103.500000 -v -148.162827 55.000000 103.574139 -v -148.162827 41.250000 103.574139 -v -148.162827 27.500000 103.574139 -v -148.162827 13.750000 103.574139 -v -147.500000 13.750000 103.500000 -v -147.500000 0.000000 103.500000 -v -146.837173 0.000000 103.574139 -v -146.837173 -13.750000 103.574139 -v -146.837173 -27.500000 103.574139 -v -147.500000 123.750000 103.500000 -v -147.500000 137.500000 103.500000 -v -146.837173 123.750000 103.574139 -v -146.837173 137.500000 103.574139 -v -146.837173 13.750000 103.574139 -v -146.837173 27.500000 103.574139 -v -147.500000 27.500000 103.500000 -v -148.162827 -123.750000 103.574139 -v -147.500000 110.000000 103.500000 -v -146.837173 110.000000 103.574139 -v -148.162827 82.500000 103.574139 -v -148.162827 68.750000 103.574139 -v -147.500000 68.750000 103.500000 -v -147.500000 -13.750000 103.500000 -v -148.162827 -41.250000 103.574139 -v -148.162827 -55.000000 103.574139 -v -147.500000 -55.000000 103.500000 -v -146.837173 96.250000 103.574139 -v -142.414200 137.500000 100.000000 -v -144.000000 137.500000 100.000000 -v -144.000000 137.500000 99.000000 -v -140.000000 137.500000 99.000000 -v -140.000000 137.500000 102.992208 -v -141.000000 137.500000 102.992208 -v -141.000000 137.500000 101.414213 -v -144.792892 137.500000 105.207105 -v -144.574158 0.000000 105.837172 -v -144.574142 -13.750000 105.837172 -v -144.574142 -27.500000 105.837172 -v -144.500000 -27.500000 106.500000 -v -144.500000 -41.250000 106.500000 -v -144.574142 -41.250000 107.162827 -v -144.574142 -55.000000 107.162827 -v -144.574142 -68.750000 107.162827 -v -144.574142 -82.500000 107.162827 -v -144.500000 -68.750000 106.500000 -v -144.500000 -82.500000 106.500000 -v -144.574142 -68.750000 105.837172 -v -144.574142 -82.500000 105.837172 -v -144.574142 -96.250000 105.837172 -v -144.574142 -110.000000 105.837172 -v -144.500000 -110.000000 106.500000 -v -144.500000 -123.750000 106.500000 -v -144.574142 -123.750000 107.162827 -v -144.574142 -110.000000 107.162827 -v -144.574142 -96.250000 107.162827 -v -144.500000 -96.250000 106.500000 -v -144.574158 137.500000 105.837172 -v -144.574142 123.750000 105.837172 -v -144.574142 110.000000 105.837172 -v -144.574142 96.250000 105.837172 -v -144.500000 96.250000 106.500000 -v -144.500000 82.500000 106.500000 -v -144.574142 82.500000 107.162827 -v -144.574142 68.750000 107.162827 -v -144.792892 137.500000 107.792893 -v -144.574142 55.000000 107.162827 -v -144.574142 41.250000 107.162827 -v -144.500000 55.000000 106.500000 -v -144.500000 41.250000 106.500000 -v -144.574142 55.000000 105.837172 -v -144.574142 41.250000 105.837172 -v -144.574142 27.500000 105.837172 -v -144.574142 13.750000 105.837172 -v -144.500000 13.750000 106.500000 -v -144.500000 0.000000 106.500000 -v -144.574158 0.000000 107.162827 -v -144.574142 -13.750000 107.162827 -v -144.574142 -27.500000 107.162827 -v -144.500000 123.750000 106.500000 -v -144.500000 137.500000 106.500000 -v -144.574142 123.750000 107.162827 -v -144.574142 137.500000 107.162827 -v -144.574142 13.750000 107.162827 -v -144.574142 27.500000 107.162827 -v -144.500000 27.500000 106.500000 -v -144.574142 -123.750000 105.837172 -v -144.500000 110.000000 106.500000 -v -144.574142 110.000000 107.162827 -v -144.574142 82.500000 105.837172 -v -144.574142 68.750000 105.837172 -v -144.500000 68.750000 106.500000 -v -144.500000 -13.750000 106.500000 -v -144.574142 -41.250000 105.837172 -v -144.574142 -55.000000 105.837172 -v -144.500000 -55.000000 106.500000 -v -144.574142 96.250000 107.162827 -v -141.000000 137.500000 111.585786 -v -141.000000 137.500000 110.000000 -v -140.000000 137.500000 110.000000 -v -140.000000 137.500000 114.000000 -v -144.000000 137.500000 114.000000 -v -144.000000 137.500000 113.000000 -v -142.414215 137.500000 113.000000 -v -146.207108 137.500000 109.207107 -v -146.837173 0.000000 109.425860 -v -146.837173 -13.750000 109.425860 -v -146.837173 -27.500000 109.425860 -v -147.500000 -27.500000 109.500000 -v -147.500000 -41.250000 109.500000 -v -148.162827 -41.250000 109.425860 -v -148.162827 -55.000000 109.425860 -v -148.162827 -68.750000 109.425860 -v -148.162827 -82.500000 109.425860 -v -147.500000 -68.750000 109.500000 -v -147.500000 -82.500000 109.500000 -v -146.837173 -68.750000 109.425860 -v -146.837173 -82.500000 109.425860 -v -146.837173 -96.250000 109.425860 -v -146.837173 -110.000000 109.425860 -v -147.500000 -110.000000 109.500000 -v -147.500000 -123.750000 109.500000 -v -148.162827 -123.750000 109.425860 -v -148.162827 -110.000000 109.425860 -v -148.162827 -96.250000 109.425860 -v -147.500000 -96.250000 109.500000 -v -146.837173 137.500000 109.425860 -v -146.837173 123.750000 109.425860 -v -146.837173 110.000000 109.425860 -v -146.837173 96.250000 109.425860 -v -147.500000 96.250000 109.500000 -v -147.500000 82.500000 109.500000 -v -148.162827 82.500000 109.425860 -v -148.162827 68.750000 109.425860 -v -148.792908 137.500000 109.207107 -v -148.162827 55.000000 109.425860 -v -148.162827 41.250000 109.425860 -v -147.500000 55.000000 109.500000 -v -147.500000 41.250000 109.500000 -v -146.837173 55.000000 109.425860 -v -146.837173 41.250000 109.425860 -v -146.837173 27.500000 109.425860 -v -146.837173 13.750000 109.425860 -v -147.500000 13.750000 109.500000 -v -147.500000 0.000000 109.500000 -v -148.162842 0.000000 109.425860 -v -148.162827 -13.750000 109.425860 -v -148.162827 -27.500000 109.425860 -v -147.500000 123.750000 109.500000 -v -147.500000 137.500000 109.500000 -v -148.162827 123.750000 109.425860 -v -148.162827 137.500000 109.425860 -v -148.162827 13.750000 109.425860 -v -148.162827 27.500000 109.425860 -v -147.500000 27.500000 109.500000 -v -146.837173 -123.750000 109.425860 -v -147.500000 110.000000 109.500000 -v -148.162827 110.000000 109.425860 -v -146.837173 82.500000 109.425860 -v -146.837173 68.750000 109.425860 -v -147.500000 68.750000 109.500000 -v -147.500000 -13.750000 109.500000 -v -146.837173 -41.250000 109.425860 -v -146.837173 -55.000000 109.425860 -v -147.500000 -55.000000 109.500000 -v -148.162827 96.250000 109.425860 -v -152.585800 137.500000 113.000000 -v -151.000000 137.500000 113.000000 -v -151.000000 137.500000 114.000000 -v -155.000000 137.500000 114.000000 -v -155.000000 137.500000 110.000000 -v 143.997116 -137.500000 102.994667 -v 146.207108 -137.500000 103.792894 -v 144.792892 -137.500000 105.207105 -v 141.000000 -137.500000 101.414213 -v 142.414200 -137.500000 100.000000 -v 140.000000 -137.500000 99.000000 -v 144.000000 -137.500000 99.000000 -v 146.051132 -137.500000 106.888227 -v 144.574142 -137.500000 107.162827 -v 146.000000 -137.500000 106.499999 -v 144.500000 -137.500000 106.500000 -v 144.574158 -137.500000 105.837172 -v 144.792892 -137.500000 107.792893 -v 146.200958 -137.500000 107.250000 -v 146.439346 -137.500000 107.560659 -v 146.207108 -137.500000 109.207107 -v 146.750000 -137.500000 107.799038 -v 147.111771 -137.500000 107.948889 -v 146.837173 -137.500000 109.425860 -v 147.500000 -137.500000 107.999999 -v 147.500000 -137.500000 109.500000 -v 148.162827 -137.500000 109.425860 -v 147.888245 -137.500000 107.948889 -v 148.792908 -137.500000 109.207107 -v 148.250000 -137.500000 107.799038 -v 148.560669 -137.500000 107.560659 -v 150.207108 -137.500000 107.792893 -v 148.799057 -137.500000 107.250000 -v 148.948883 -137.500000 106.888227 -v 150.425858 -137.500000 107.162827 -v 149.000000 -137.500000 106.499999 -v 150.500000 -137.500000 106.500000 -v 150.425858 -137.500000 105.837172 -v 148.948883 -137.500000 106.111772 -v 150.207092 -137.500000 105.207105 -v 148.799057 -137.500000 105.750000 -v 148.560669 -137.500000 105.439340 -v 148.792908 -137.500000 103.792894 -v 148.250000 -137.500000 105.200961 -v 147.888245 -137.500000 105.051110 -v 148.162842 -137.500000 103.574139 -v 147.500000 -137.500000 104.999999 -v 147.500000 -137.500000 103.500000 -v 146.837173 -137.500000 103.574139 -v 147.111771 -137.500000 105.051110 -v 146.750000 -137.500000 105.200961 -v 146.439346 -137.500000 105.439340 -v 146.200958 -137.500000 105.750000 -v 146.051132 -137.500000 106.111772 -v 151.002884 -137.500000 102.994667 -v 152.585800 -137.500000 100.000000 -v 154.000000 -137.500000 101.414213 -v 141.000000 -137.500000 110.000000 -v 141.000000 -137.500000 111.585786 -v 140.000000 -137.500000 110.000000 -v 140.000000 -137.500000 114.000000 -v 142.414215 -137.500000 113.000000 -v 144.000000 -137.500000 114.000000 -v 144.000000 -137.500000 113.000000 -v 141.000000 -137.500000 102.992208 -v 140.000000 -137.500000 102.992208 -v 144.000000 -137.500000 100.000000 -v 151.000000 -137.500000 100.000000 -v 151.000000 -137.500000 99.000000 -v 155.000000 -137.500000 99.000000 -v 155.000000 -137.500000 102.992208 -v 154.000000 -137.500000 102.992208 -v 154.000000 -137.500000 111.585786 -v 152.585800 -137.500000 113.000000 -v 155.000000 -137.500000 114.000000 -v 151.000000 -137.500000 114.000000 -v 154.000000 -137.500000 110.000000 -v 155.000000 -137.500000 110.000000 -v 151.000000 -137.500000 113.000000 -v 151.002884 137.500000 102.994669 -v 146.051132 -129.166687 106.111772 -v 146.000000 -129.166687 106.500000 -v 146.051132 -129.166687 106.888227 -v 146.200958 -129.166687 107.250000 -v 146.439346 -129.166687 107.560659 -v 146.750000 -129.166687 107.799038 -v 147.111771 -129.166687 107.948889 -v 147.500000 -129.166687 108.000000 -v 147.888245 -129.166687 107.948889 -v 148.250000 -129.166687 107.799038 -v 148.560669 -129.166687 107.560659 -v 148.799057 -129.166687 107.250000 -v 148.948883 -129.166687 106.888227 -v 149.000000 -129.166687 106.500000 -v 148.948883 -129.166687 106.111772 -v 148.799057 -129.166687 105.750000 -v 148.560669 -129.166687 105.439340 -v 148.250000 -129.166687 105.200960 -v 147.888245 -129.166687 105.051110 -v 147.500000 -129.166687 105.000000 -v 147.111771 -129.166687 105.051110 -v 146.750000 -129.166687 105.200960 -v 146.439346 -129.166687 105.439340 -v 146.200958 -129.166687 105.750000 -v 146.051132 137.500000 106.888227 -v 146.051132 129.166687 106.888227 -v 146.000000 137.500000 106.499999 -v 146.000000 129.166687 106.500000 -v 146.051132 137.500000 106.111772 -v 146.051132 129.166687 106.111772 -v 146.200958 137.500000 105.750000 -v 146.200958 129.166687 105.750000 -v 146.439346 137.500000 105.439340 -v 146.439346 129.166687 105.439340 -v 146.750000 137.500000 105.200961 -v 146.750000 129.166687 105.200960 -v 147.111771 137.500000 105.051110 -v 147.111771 129.166687 105.051110 -v 147.500000 137.500000 104.999999 -v 147.500000 129.166687 105.000000 -v 147.888245 137.500000 105.051110 -v 147.888245 129.166687 105.051110 -v 148.250000 137.500000 105.200961 -v 148.250000 129.166687 105.200960 -v 148.560669 137.500000 105.439340 -v 148.560669 129.166687 105.439340 -v 148.799057 137.500000 105.750000 -v 148.799057 129.166687 105.750000 -v 148.948883 137.500000 106.111772 -v 148.948883 129.166687 106.111772 -v 149.000000 137.500000 106.499999 -v 149.000000 129.166687 106.500000 -v 148.948883 137.500000 106.888227 -v 148.948883 129.166687 106.888227 -v 148.799057 137.500000 107.250000 -v 148.799057 129.166687 107.250000 -v 148.560669 137.500000 107.560659 -v 148.560669 129.166687 107.560659 -v 148.250000 137.500000 107.799038 -v 148.250000 129.166687 107.799038 -v 147.888245 137.500000 107.948889 -v 147.888245 129.166687 107.948889 -v 147.500000 137.500000 107.999999 -v 147.500000 129.166687 108.000000 -v 147.111771 137.500000 107.948889 -v 147.111771 129.166687 107.948889 -v 146.750000 137.500000 107.799038 -v 146.750000 129.166687 107.799038 -v 146.439346 137.500000 107.560659 -v 146.439346 129.166687 107.560659 -v 146.200958 137.500000 107.250000 -v 146.200958 129.166687 107.250000 -v 146.000000 -120.833336 106.500000 -v 146.051132 -120.833336 106.888227 -v 146.200958 -120.833336 107.250000 -v 146.439346 -120.833336 107.560659 -v 146.750000 -120.833336 107.799038 -v 147.111771 -120.833336 107.948889 -v 147.500000 -120.833336 108.000000 -v 147.888245 -120.833336 107.948889 -v 148.250000 -120.833336 107.799038 -v 148.560669 -120.833336 107.560659 -v 148.799057 -120.833336 107.250000 -v 148.948883 -120.833336 106.888227 -v 149.000000 -120.833336 106.500000 -v 148.948883 -120.833336 106.111772 -v 148.799057 -120.833336 105.750000 -v 148.560669 -120.833336 105.439340 -v 148.250000 -120.833336 105.200960 -v 147.888245 -120.833336 105.051110 -v 147.500000 -120.833336 105.000000 -v 147.111771 -120.833336 105.051110 -v 146.750000 -120.833336 105.200960 -v 146.439346 -120.833336 105.439340 -v 146.200958 -120.833336 105.750000 -v 146.051132 -120.833336 106.111772 -v 146.000000 -112.500000 106.500000 -v 146.051132 -112.500000 106.888227 -v 146.200958 -112.500000 107.250000 -v 146.439346 -112.500000 107.560659 -v 146.750000 -112.500000 107.799038 -v 147.111771 -112.500000 107.948889 -v 147.500000 -112.500000 108.000000 -v 147.888245 -112.500000 107.948889 -v 148.250000 -112.500000 107.799038 -v 148.560669 -112.500000 107.560659 -v 148.799057 -112.500000 107.250000 -v 148.948883 -112.500000 106.888227 -v 149.000000 -112.500000 106.500000 -v 148.948883 -112.500000 106.111772 -v 148.799057 -112.500000 105.750000 -v 148.560669 -112.500000 105.439340 -v 148.250000 -112.500000 105.200960 -v 147.888245 -112.500000 105.051110 -v 147.500000 -112.500000 105.000000 -v 147.111771 -112.500000 105.051110 -v 146.750000 -112.500000 105.200960 -v 146.439346 -112.500000 105.439340 -v 146.200958 -112.500000 105.750000 -v 146.051132 -112.500000 106.111772 -v 146.000000 -104.166672 106.500000 -v 146.051132 -104.166672 106.888227 -v 146.200958 -104.166672 107.250000 -v 146.439346 -104.166672 107.560659 -v 146.750000 -104.166672 107.799038 -v 147.111771 -104.166672 107.948889 -v 147.500000 -104.166672 108.000000 -v 147.888245 -104.166672 107.948889 -v 148.250000 -104.166672 107.799038 -v 148.560669 -104.166672 107.560659 -v 148.799057 -104.166672 107.250000 -v 148.948883 -104.166672 106.888227 -v 149.000000 -104.166672 106.500000 -v 148.948883 -104.166672 106.111772 -v 148.799057 -104.166672 105.750000 -v 148.560669 -104.166672 105.439340 -v 148.250000 -104.166672 105.200960 -v 147.888245 -104.166672 105.051110 -v 147.500000 -104.166672 105.000000 -v 147.111771 -104.166672 105.051110 -v 146.750000 -104.166672 105.200960 -v 146.439346 -104.166672 105.439340 -v 146.200958 -104.166672 105.750000 -v 146.051132 -104.166672 106.111772 -v 146.000000 -95.833336 106.500000 -v 146.051132 -95.833336 106.888227 -v 146.200958 -95.833336 107.250000 -v 146.439346 -95.833336 107.560659 -v 146.750000 -95.833336 107.799038 -v 147.111771 -95.833336 107.948889 -v 147.500000 -95.833336 108.000000 -v 147.888245 -95.833336 107.948889 -v 148.250000 -95.833336 107.799038 -v 148.560669 -95.833336 107.560659 -v 148.799057 -95.833336 107.250000 -v 148.948883 -95.833336 106.888227 -v 149.000000 -95.833336 106.500000 -v 148.948883 -95.833336 106.111772 -v 148.799057 -95.833336 105.750000 -v 148.560669 -95.833336 105.439340 -v 148.250000 -95.833336 105.200960 -v 147.888245 -95.833336 105.051110 -v 147.500000 -95.833336 105.000000 -v 147.111771 -95.833336 105.051110 -v 146.750000 -95.833336 105.200960 -v 146.439346 -95.833336 105.439340 -v 146.200958 -95.833336 105.750000 -v 146.051132 -95.833336 106.111772 -v 146.000000 -87.500000 106.500000 -v 146.051132 -87.500000 106.888227 -v 146.200958 -87.500000 107.250000 -v 146.439346 -87.500000 107.560659 -v 146.750000 -87.500000 107.799038 -v 147.111771 -87.500000 107.948889 -v 147.500000 -87.500000 108.000000 -v 147.888245 -87.500000 107.948889 -v 148.250000 -87.500000 107.799038 -v 148.560669 -87.500000 107.560659 -v 148.799057 -87.500000 107.250000 -v 148.948883 -87.500000 106.888227 -v 149.000000 -87.500000 106.500000 -v 148.948883 -87.500000 106.111772 -v 148.799057 -87.500000 105.750000 -v 148.560669 -87.500000 105.439340 -v 148.250000 -87.500000 105.200960 -v 147.888245 -87.500000 105.051110 -v 147.500000 -87.500000 105.000000 -v 147.111771 -87.500000 105.051110 -v 146.750000 -87.500000 105.200960 -v 146.439346 -87.500000 105.439340 -v 146.200958 -87.500000 105.750000 -v 146.051132 -87.500000 106.111772 -v 146.000000 -79.166664 106.500000 -v 146.051132 -79.166664 106.888227 -v 146.200958 -79.166664 107.250000 -v 146.439346 -79.166664 107.560659 -v 146.750000 -79.166664 107.799038 -v 147.111771 -79.166664 107.948889 -v 147.500000 -79.166664 108.000000 -v 147.888245 -79.166664 107.948889 -v 148.250000 -79.166664 107.799038 -v 148.560669 -79.166664 107.560659 -v 148.799057 -79.166664 107.250000 -v 148.948883 -79.166664 106.888227 -v 149.000000 -79.166664 106.500000 -v 148.948883 -79.166664 106.111772 -v 148.799057 -79.166664 105.750000 -v 148.560669 -79.166664 105.439340 -v 148.250000 -79.166664 105.200960 -v 147.888245 -79.166664 105.051110 -v 147.500000 -79.166664 105.000000 -v 147.111771 -79.166664 105.051110 -v 146.750000 -79.166664 105.200960 -v 146.439346 -79.166664 105.439340 -v 146.200958 -79.166664 105.750000 -v 146.051132 -79.166664 106.111772 -v 146.000000 -70.833344 106.500000 -v 146.051132 -70.833344 106.888227 -v 146.200958 -70.833344 107.250000 -v 146.439346 -70.833344 107.560659 -v 146.750000 -70.833344 107.799038 -v 147.111771 -70.833344 107.948889 -v 147.500000 -70.833344 108.000000 -v 147.888245 -70.833344 107.948889 -v 148.250000 -70.833344 107.799038 -v 148.560669 -70.833344 107.560659 -v 148.799057 -70.833344 107.250000 -v 148.948883 -70.833344 106.888227 -v 149.000000 -70.833344 106.500000 -v 148.948883 -70.833344 106.111772 -v 148.799057 -70.833344 105.750000 -v 148.560669 -70.833344 105.439340 -v 148.250000 -70.833344 105.200960 -v 147.888245 -70.833344 105.051110 -v 147.500000 -70.833344 105.000000 -v 147.111771 -70.833344 105.051110 -v 146.750000 -70.833344 105.200960 -v 146.439346 -70.833344 105.439340 -v 146.200958 -70.833344 105.750000 -v 146.051132 -70.833344 106.111772 -v 146.000000 -62.500000 106.500000 -v 146.051132 -62.500000 106.888227 -v 146.200958 -62.500000 107.250000 -v 146.439346 -62.500000 107.560659 -v 146.750000 -62.500000 107.799038 -v 147.111771 -62.500000 107.948889 -v 147.500000 -62.500000 108.000000 -v 147.888245 -62.500000 107.948889 -v 148.250000 -62.500000 107.799038 -v 148.560669 -62.500000 107.560659 -v 148.799057 -62.500000 107.250000 -v 148.948883 -62.500000 106.888227 -v 149.000000 -62.500000 106.500000 -v 148.948883 -62.500000 106.111772 -v 148.799057 -62.500000 105.750000 -v 148.560669 -62.500000 105.439340 -v 148.250000 -62.500000 105.200960 -v 147.888245 -62.500000 105.051110 -v 147.500000 -62.500000 105.000000 -v 147.111771 -62.500000 105.051110 -v 146.750000 -62.500000 105.200960 -v 146.439346 -62.500000 105.439340 -v 146.200958 -62.500000 105.750000 -v 146.051132 -62.500000 106.111772 -v 146.000000 -54.166668 106.500000 -v 146.051132 -54.166668 106.888227 -v 146.200958 -54.166668 107.250000 -v 146.439346 -54.166668 107.560659 -v 146.750000 -54.166668 107.799038 -v 147.111771 -54.166668 107.948889 -v 147.500000 -54.166668 108.000000 -v 147.888245 -54.166668 107.948889 -v 148.250000 -54.166668 107.799038 -v 148.560669 -54.166668 107.560659 -v 148.799057 -54.166668 107.250000 -v 148.948883 -54.166668 106.888227 -v 149.000000 -54.166668 106.500000 -v 148.948883 -54.166668 106.111772 -v 148.799057 -54.166668 105.750000 -v 148.560669 -54.166668 105.439340 -v 148.250000 -54.166668 105.200960 -v 147.888245 -54.166668 105.051110 -v 147.500000 -54.166668 105.000000 -v 147.111771 -54.166668 105.051110 -v 146.750000 -54.166668 105.200960 -v 146.439346 -54.166668 105.439340 -v 146.200958 -54.166668 105.750000 -v 146.051132 -54.166668 106.111772 -v 146.000000 -45.833336 106.500000 -v 146.051132 -45.833336 106.888227 -v 146.200958 -45.833336 107.250000 -v 146.439346 -45.833336 107.560659 -v 146.750000 -45.833336 107.799038 -v 147.111771 -45.833336 107.948889 -v 147.500000 -45.833336 108.000000 -v 147.888245 -45.833336 107.948889 -v 148.250000 -45.833336 107.799038 -v 148.560669 -45.833336 107.560659 -v 148.799057 -45.833336 107.250000 -v 148.948883 -45.833336 106.888227 -v 149.000000 -45.833336 106.500000 -v 148.948883 -45.833336 106.111772 -v 148.799057 -45.833336 105.750000 -v 148.560669 -45.833336 105.439340 -v 148.250000 -45.833336 105.200960 -v 147.888245 -45.833336 105.051110 -v 147.500000 -45.833336 105.000000 -v 147.111771 -45.833336 105.051110 -v 146.750000 -45.833336 105.200960 -v 146.439346 -45.833336 105.439340 -v 146.200958 -45.833336 105.750000 -v 146.051132 -45.833336 106.111772 -v 146.000000 -37.500000 106.500000 -v 146.051132 -37.500000 106.888227 -v 146.200958 -37.500000 107.250000 -v 146.439346 -37.500000 107.560659 -v 146.750000 -37.500000 107.799038 -v 147.111771 -37.500000 107.948889 -v 147.500000 -37.500000 108.000000 -v 147.888245 -37.500000 107.948889 -v 148.250000 -37.500000 107.799038 -v 148.560669 -37.500000 107.560659 -v 148.799057 -37.500000 107.250000 -v 148.948883 -37.500000 106.888227 -v 149.000000 -37.500000 106.500000 -v 148.948883 -37.500000 106.111772 -v 148.799057 -37.500000 105.750000 -v 148.560669 -37.500000 105.439340 -v 148.250000 -37.500000 105.200960 -v 147.888245 -37.500000 105.051110 -v 147.500000 -37.500000 105.000000 -v 147.111771 -37.500000 105.051110 -v 146.750000 -37.500000 105.200960 -v 146.439346 -37.500000 105.439340 -v 146.200958 -37.500000 105.750000 -v 146.051132 -37.500000 106.111772 -v 146.000000 -29.166668 106.500000 -v 146.051132 -29.166668 106.888227 -v 146.200958 -29.166668 107.250000 -v 146.439346 -29.166668 107.560659 -v 146.750000 -29.166668 107.799038 -v 147.111771 -29.166668 107.948889 -v 147.500000 -29.166668 108.000000 -v 147.888245 -29.166668 107.948889 -v 148.250000 -29.166668 107.799038 -v 148.560669 -29.166668 107.560659 -v 148.799057 -29.166668 107.250000 -v 148.948883 -29.166668 106.888227 -v 149.000000 -29.166668 106.500000 -v 148.948883 -29.166668 106.111772 -v 148.799057 -29.166668 105.750000 -v 148.560669 -29.166668 105.439340 -v 148.250000 -29.166668 105.200960 -v 147.888245 -29.166668 105.051110 -v 147.500000 -29.166668 105.000000 -v 147.111771 -29.166668 105.051110 -v 146.750000 -29.166668 105.200960 -v 146.439346 -29.166668 105.439340 -v 146.200958 -29.166668 105.750000 -v 146.051132 -29.166668 106.111772 -v 146.000000 -20.833336 106.500000 -v 146.051132 -20.833336 106.888227 -v 146.200958 -20.833336 107.250000 -v 146.439346 -20.833336 107.560659 -v 146.750000 -20.833336 107.799038 -v 147.111771 -20.833336 107.948889 -v 147.500000 -20.833336 108.000000 -v 147.888245 -20.833336 107.948889 -v 148.250000 -20.833336 107.799038 -v 148.560669 -20.833336 107.560659 -v 148.799057 -20.833336 107.250000 -v 148.948883 -20.833336 106.888227 -v 149.000000 -20.833336 106.500000 -v 148.948883 -20.833336 106.111772 -v 148.799057 -20.833336 105.750000 -v 148.560669 -20.833336 105.439340 -v 148.250000 -20.833336 105.200960 -v 147.888245 -20.833336 105.051110 -v 147.500000 -20.833336 105.000000 -v 147.111771 -20.833336 105.051110 -v 146.750000 -20.833336 105.200960 -v 146.439346 -20.833336 105.439340 -v 146.200958 -20.833336 105.750000 -v 146.051132 -20.833336 106.111772 -v 146.000000 -12.500000 106.500000 -v 146.051132 -12.500000 106.888227 -v 146.200958 -12.500000 107.250000 -v 146.439346 -12.500000 107.560659 -v 146.750000 -12.500000 107.799038 -v 147.111771 -12.500000 107.948889 -v 147.500000 -12.500000 108.000000 -v 147.888245 -12.500000 107.948889 -v 148.250000 -12.500000 107.799038 -v 148.560669 -12.500000 107.560659 -v 148.799057 -12.500000 107.250000 -v 148.948883 -12.500000 106.888227 -v 149.000000 -12.500000 106.500000 -v 148.948883 -12.500000 106.111772 -v 148.799057 -12.500000 105.750000 -v 148.560669 -12.500000 105.439340 -v 148.250000 -12.500000 105.200960 -v 147.888245 -12.500000 105.051110 -v 147.500000 -12.500000 105.000000 -v 147.111771 -12.500000 105.051110 -v 146.750000 -12.500000 105.200960 -v 146.439346 -12.500000 105.439340 -v 146.200958 -12.500000 105.750000 -v 146.051132 -12.500000 106.111772 -v 146.000000 -4.166667 106.500000 -v 146.051132 -4.166667 106.888227 -v 146.200958 -4.166667 107.250000 -v 146.439346 -4.166667 107.560659 -v 146.750000 -4.166667 107.799038 -v 147.111771 -4.166667 107.948889 -v 147.500000 -4.166667 108.000000 -v 147.888245 -4.166667 107.948889 -v 148.250000 -4.166667 107.799038 -v 148.560669 -4.166667 107.560659 -v 148.799057 -4.166667 107.250000 -v 148.948883 -4.166667 106.888227 -v 149.000000 -4.166667 106.500000 -v 148.948883 -4.166667 106.111772 -v 148.799057 -4.166667 105.750000 -v 148.560669 -4.166667 105.439340 -v 148.250000 -4.166667 105.200960 -v 147.888245 -4.166667 105.051110 -v 147.500000 -4.166667 105.000000 -v 147.111771 -4.166667 105.051110 -v 146.750000 -4.166667 105.200960 -v 146.439346 -4.166667 105.439340 -v 146.200958 -4.166667 105.750000 -v 146.051132 -4.166667 106.111772 -v 146.000000 4.166667 106.500000 -v 146.051132 4.166667 106.888227 -v 146.200958 4.166667 107.250000 -v 146.439346 4.166667 107.560659 -v 146.750000 4.166667 107.799038 -v 147.111771 4.166667 107.948889 -v 147.500000 4.166667 108.000000 -v 147.888245 4.166667 107.948889 -v 148.250000 4.166667 107.799038 -v 148.560669 4.166667 107.560659 -v 148.799057 4.166667 107.250000 -v 148.948883 4.166667 106.888227 -v 149.000000 4.166667 106.500000 -v 148.948883 4.166667 106.111772 -v 148.799057 4.166667 105.750000 -v 148.560669 4.166667 105.439340 -v 148.250000 4.166667 105.200960 -v 147.888245 4.166667 105.051110 -v 147.500000 4.166667 105.000000 -v 147.111771 4.166667 105.051110 -v 146.750000 4.166667 105.200960 -v 146.439346 4.166667 105.439340 -v 146.200958 4.166667 105.750000 -v 146.051132 4.166667 106.111772 -v 146.000000 12.500000 106.500000 -v 146.051132 12.500000 106.888227 -v 146.200958 12.500000 107.250000 -v 146.439346 12.500000 107.560659 -v 146.750000 12.500000 107.799038 -v 147.111771 12.500000 107.948889 -v 147.500000 12.500000 108.000000 -v 147.888245 12.500000 107.948889 -v 148.250000 12.500000 107.799038 -v 148.560669 12.500000 107.560659 -v 148.799057 12.500000 107.250000 -v 148.948883 12.500000 106.888227 -v 149.000000 12.500000 106.500000 -v 148.948883 12.500000 106.111772 -v 148.799057 12.500000 105.750000 -v 148.560669 12.500000 105.439340 -v 148.250000 12.500000 105.200960 -v 147.888245 12.500000 105.051110 -v 147.500000 12.500000 105.000000 -v 147.111771 12.500000 105.051110 -v 146.750000 12.500000 105.200960 -v 146.439346 12.500000 105.439340 -v 146.200958 12.500000 105.750000 -v 146.051132 12.500000 106.111772 -v 146.000000 20.833336 106.500000 -v 146.051132 20.833336 106.888227 -v 146.200958 20.833336 107.250000 -v 146.439346 20.833336 107.560659 -v 146.750000 20.833336 107.799038 -v 147.111771 20.833336 107.948889 -v 147.500000 20.833336 108.000000 -v 147.888245 20.833336 107.948889 -v 148.250000 20.833336 107.799038 -v 148.560669 20.833336 107.560659 -v 148.799057 20.833336 107.250000 -v 148.948883 20.833336 106.888227 -v 149.000000 20.833336 106.500000 -v 148.948883 20.833336 106.111772 -v 148.799057 20.833336 105.750000 -v 148.560669 20.833336 105.439340 -v 148.250000 20.833336 105.200960 -v 147.888245 20.833336 105.051110 -v 147.500000 20.833336 105.000000 -v 147.111771 20.833336 105.051110 -v 146.750000 20.833336 105.200960 -v 146.439346 20.833336 105.439340 -v 146.200958 20.833336 105.750000 -v 146.051132 20.833336 106.111772 -v 146.000000 29.166668 106.500000 -v 146.051132 29.166668 106.888227 -v 146.200958 29.166668 107.250000 -v 146.439346 29.166668 107.560659 -v 146.750000 29.166668 107.799038 -v 147.111771 29.166668 107.948889 -v 147.500000 29.166668 108.000000 -v 147.888245 29.166668 107.948889 -v 148.250000 29.166668 107.799038 -v 148.560669 29.166668 107.560659 -v 148.799057 29.166668 107.250000 -v 148.948883 29.166668 106.888227 -v 149.000000 29.166668 106.500000 -v 148.948883 29.166668 106.111772 -v 148.799057 29.166668 105.750000 -v 148.560669 29.166668 105.439340 -v 148.250000 29.166668 105.200960 -v 147.888245 29.166668 105.051110 -v 147.500000 29.166668 105.000000 -v 147.111771 29.166668 105.051110 -v 146.750000 29.166668 105.200960 -v 146.439346 29.166668 105.439340 -v 146.200958 29.166668 105.750000 -v 146.051132 29.166668 106.111772 -v 146.000000 37.500000 106.500000 -v 146.051132 37.500000 106.888227 -v 146.200958 37.500000 107.250000 -v 146.439346 37.500000 107.560659 -v 146.750000 37.500000 107.799038 -v 147.111771 37.500000 107.948889 -v 147.500000 37.500000 108.000000 -v 147.888245 37.500000 107.948889 -v 148.250000 37.500000 107.799038 -v 148.560669 37.500000 107.560659 -v 148.799057 37.500000 107.250000 -v 148.948883 37.500000 106.888227 -v 149.000000 37.500000 106.500000 -v 148.948883 37.500000 106.111772 -v 148.799057 37.500000 105.750000 -v 148.560669 37.500000 105.439340 -v 148.250000 37.500000 105.200960 -v 147.888245 37.500000 105.051110 -v 147.500000 37.500000 105.000000 -v 147.111771 37.500000 105.051110 -v 146.750000 37.500000 105.200960 -v 146.439346 37.500000 105.439340 -v 146.200958 37.500000 105.750000 -v 146.051132 37.500000 106.111772 -v 146.000000 45.833336 106.500000 -v 146.051132 45.833336 106.888227 -v 146.200958 45.833336 107.250000 -v 146.439346 45.833336 107.560659 -v 146.750000 45.833336 107.799038 -v 147.111771 45.833336 107.948889 -v 147.500000 45.833336 108.000000 -v 147.888245 45.833336 107.948889 -v 148.250000 45.833336 107.799038 -v 148.560669 45.833336 107.560659 -v 148.799057 45.833336 107.250000 -v 148.948883 45.833336 106.888227 -v 149.000000 45.833336 106.500000 -v 148.948883 45.833336 106.111772 -v 148.799057 45.833336 105.750000 -v 148.560669 45.833336 105.439340 -v 148.250000 45.833336 105.200960 -v 147.888245 45.833336 105.051110 -v 147.500000 45.833336 105.000000 -v 147.111771 45.833336 105.051110 -v 146.750000 45.833336 105.200960 -v 146.439346 45.833336 105.439340 -v 146.200958 45.833336 105.750000 -v 146.051132 45.833336 106.111772 -v 146.000000 54.166668 106.500000 -v 146.051132 54.166668 106.888227 -v 146.200958 54.166668 107.250000 -v 146.439346 54.166668 107.560659 -v 146.750000 54.166668 107.799038 -v 147.111771 54.166668 107.948889 -v 147.500000 54.166668 108.000000 -v 147.888245 54.166668 107.948889 -v 148.250000 54.166668 107.799038 -v 148.560669 54.166668 107.560659 -v 148.799057 54.166668 107.250000 -v 148.948883 54.166668 106.888227 -v 149.000000 54.166668 106.500000 -v 148.948883 54.166668 106.111772 -v 148.799057 54.166668 105.750000 -v 148.560669 54.166668 105.439340 -v 148.250000 54.166668 105.200960 -v 147.888245 54.166668 105.051110 -v 147.500000 54.166668 105.000000 -v 147.111771 54.166668 105.051110 -v 146.750000 54.166668 105.200960 -v 146.439346 54.166668 105.439340 -v 146.200958 54.166668 105.750000 -v 146.051132 54.166668 106.111772 -v 146.000000 62.500000 106.500000 -v 146.051132 62.500000 106.888227 -v 146.200958 62.500000 107.250000 -v 146.439346 62.500000 107.560659 -v 146.750000 62.500000 107.799038 -v 147.111771 62.500000 107.948889 -v 147.500000 62.500000 108.000000 -v 147.888245 62.500000 107.948889 -v 148.250000 62.500000 107.799038 -v 148.560669 62.500000 107.560659 -v 148.799057 62.500000 107.250000 -v 148.948883 62.500000 106.888227 -v 149.000000 62.500000 106.500000 -v 148.948883 62.500000 106.111772 -v 148.799057 62.500000 105.750000 -v 148.560669 62.500000 105.439340 -v 148.250000 62.500000 105.200960 -v 147.888245 62.500000 105.051110 -v 147.500000 62.500000 105.000000 -v 147.111771 62.500000 105.051110 -v 146.750000 62.500000 105.200960 -v 146.439346 62.500000 105.439340 -v 146.200958 62.500000 105.750000 -v 146.051132 62.500000 106.111772 -v 146.000000 70.833344 106.500000 -v 146.051132 70.833344 106.888227 -v 146.200958 70.833344 107.250000 -v 146.439346 70.833344 107.560659 -v 146.750000 70.833344 107.799038 -v 147.111771 70.833344 107.948889 -v 147.500000 70.833344 108.000000 -v 147.888245 70.833344 107.948889 -v 148.250000 70.833344 107.799038 -v 148.560669 70.833344 107.560659 -v 148.799057 70.833344 107.250000 -v 148.948883 70.833344 106.888227 -v 149.000000 70.833344 106.500000 -v 148.948883 70.833344 106.111772 -v 148.799057 70.833344 105.750000 -v 148.560669 70.833344 105.439340 -v 148.250000 70.833344 105.200960 -v 147.888245 70.833344 105.051110 -v 147.500000 70.833344 105.000000 -v 147.111771 70.833344 105.051110 -v 146.750000 70.833344 105.200960 -v 146.439346 70.833344 105.439340 -v 146.200958 70.833344 105.750000 -v 146.051132 70.833344 106.111772 -v 146.000000 79.166664 106.500000 -v 146.051132 79.166664 106.888227 -v 146.200958 79.166664 107.250000 -v 146.439346 79.166664 107.560659 -v 146.750000 79.166664 107.799038 -v 147.111771 79.166664 107.948889 -v 147.500000 79.166664 108.000000 -v 147.888245 79.166664 107.948889 -v 148.250000 79.166664 107.799038 -v 148.560669 79.166664 107.560659 -v 148.799057 79.166664 107.250000 -v 148.948883 79.166664 106.888227 -v 149.000000 79.166664 106.500000 -v 148.948883 79.166664 106.111772 -v 148.799057 79.166664 105.750000 -v 148.560669 79.166664 105.439340 -v 148.250000 79.166664 105.200960 -v 147.888245 79.166664 105.051110 -v 147.500000 79.166664 105.000000 -v 147.111771 79.166664 105.051110 -v 146.750000 79.166664 105.200960 -v 146.439346 79.166664 105.439340 -v 146.200958 79.166664 105.750000 -v 146.051132 79.166664 106.111772 -v 146.000000 87.500000 106.500000 -v 146.051132 87.500000 106.888227 -v 146.200958 87.500000 107.250000 -v 146.439346 87.500000 107.560659 -v 146.750000 87.500000 107.799038 -v 147.111771 87.500000 107.948889 -v 147.500000 87.500000 108.000000 -v 147.888245 87.500000 107.948889 -v 148.250000 87.500000 107.799038 -v 148.560669 87.500000 107.560659 -v 148.799057 87.500000 107.250000 -v 148.948883 87.500000 106.888227 -v 149.000000 87.500000 106.500000 -v 148.948883 87.500000 106.111772 -v 148.799057 87.500000 105.750000 -v 148.560669 87.500000 105.439340 -v 148.250000 87.500000 105.200960 -v 147.888245 87.500000 105.051110 -v 147.500000 87.500000 105.000000 -v 147.111771 87.500000 105.051110 -v 146.750000 87.500000 105.200960 -v 146.439346 87.500000 105.439340 -v 146.200958 87.500000 105.750000 -v 146.051132 87.500000 106.111772 -v 146.000000 95.833336 106.500000 -v 146.051132 95.833336 106.888227 -v 146.200958 95.833336 107.250000 -v 146.439346 95.833336 107.560659 -v 146.750000 95.833336 107.799038 -v 147.111771 95.833336 107.948889 -v 147.500000 95.833336 108.000000 -v 147.888245 95.833336 107.948889 -v 148.250000 95.833336 107.799038 -v 148.560669 95.833336 107.560659 -v 148.799057 95.833336 107.250000 -v 148.948883 95.833336 106.888227 -v 149.000000 95.833336 106.500000 -v 148.948883 95.833336 106.111772 -v 148.799057 95.833336 105.750000 -v 148.560669 95.833336 105.439340 -v 148.250000 95.833336 105.200960 -v 147.888245 95.833336 105.051110 -v 147.500000 95.833336 105.000000 -v 147.111771 95.833336 105.051110 -v 146.750000 95.833336 105.200960 -v 146.439346 95.833336 105.439340 -v 146.200958 95.833336 105.750000 -v 146.051132 95.833336 106.111772 -v 146.000000 104.166672 106.500000 -v 146.051132 104.166672 106.888227 -v 146.200958 104.166672 107.250000 -v 146.439346 104.166672 107.560659 -v 146.750000 104.166672 107.799038 -v 147.111771 104.166672 107.948889 -v 147.500000 104.166672 108.000000 -v 147.888245 104.166672 107.948889 -v 148.250000 104.166672 107.799038 -v 148.560669 104.166672 107.560659 -v 148.799057 104.166672 107.250000 -v 148.948883 104.166672 106.888227 -v 149.000000 104.166672 106.500000 -v 148.948883 104.166672 106.111772 -v 148.799057 104.166672 105.750000 -v 148.560669 104.166672 105.439340 -v 148.250000 104.166672 105.200960 -v 147.888245 104.166672 105.051110 -v 147.500000 104.166672 105.000000 -v 147.111771 104.166672 105.051110 -v 146.750000 104.166672 105.200960 -v 146.439346 104.166672 105.439340 -v 146.200958 104.166672 105.750000 -v 146.051132 104.166672 106.111772 -v 146.000000 112.500000 106.500000 -v 146.051132 112.500000 106.888227 -v 146.200958 112.500000 107.250000 -v 146.439346 112.500000 107.560659 -v 146.750000 112.500000 107.799038 -v 147.111771 112.500000 107.948889 -v 147.500000 112.500000 108.000000 -v 147.888245 112.500000 107.948889 -v 148.250000 112.500000 107.799038 -v 148.560669 112.500000 107.560659 -v 148.799057 112.500000 107.250000 -v 148.948883 112.500000 106.888227 -v 149.000000 112.500000 106.500000 -v 148.948883 112.500000 106.111772 -v 148.799057 112.500000 105.750000 -v 148.560669 112.500000 105.439340 -v 148.250000 112.500000 105.200960 -v 147.888245 112.500000 105.051110 -v 147.500000 112.500000 105.000000 -v 147.111771 112.500000 105.051110 -v 146.750000 112.500000 105.200960 -v 146.439346 112.500000 105.439340 -v 146.200958 112.500000 105.750000 -v 146.051132 112.500000 106.111772 -v 146.000000 120.833336 106.500000 -v 146.051132 120.833336 106.888227 -v 146.200958 120.833336 107.250000 -v 146.439346 120.833336 107.560659 -v 146.750000 120.833336 107.799038 -v 147.111771 120.833336 107.948889 -v 147.500000 120.833336 108.000000 -v 147.888245 120.833336 107.948889 -v 148.250000 120.833336 107.799038 -v 148.560669 120.833336 107.560659 -v 148.799057 120.833336 107.250000 -v 148.948883 120.833336 106.888227 -v 149.000000 120.833336 106.500000 -v 148.948883 120.833336 106.111772 -v 148.799057 120.833336 105.750000 -v 148.560669 120.833336 105.439340 -v 148.250000 120.833336 105.200960 -v 147.888245 120.833336 105.051110 -v 147.500000 120.833336 105.000000 -v 147.111771 120.833336 105.051110 -v 146.750000 120.833336 105.200960 -v 146.439346 120.833336 105.439340 -v 146.200958 120.833336 105.750000 -v 146.051132 120.833336 106.111772 -v 143.997116 137.500000 102.994667 -v 141.000000 137.500000 110.000000 -v 141.000000 137.500000 111.585786 -v 144.792877 137.500000 107.792893 -v 144.574158 0.000000 107.162827 -v 144.574142 -13.750000 107.162827 -v 144.574142 -27.500000 107.162827 -v 144.500000 -27.500000 106.500000 -v 144.500000 -41.250000 106.500000 -v 144.574142 -41.250000 105.837172 -v 144.574142 -55.000000 105.837172 -v 144.574142 -68.750000 105.837172 -v 144.574142 -82.500000 105.837172 -v 144.500000 -68.750000 106.500000 -v 144.500000 -82.500000 106.500000 -v 144.574142 -68.750000 107.162827 -v 144.574142 -82.500000 107.162827 -v 144.574142 -96.250000 107.162827 -v 144.574142 -110.000000 107.162827 -v 144.500000 -110.000000 106.500000 -v 144.500000 -123.750000 106.500000 -v 144.574142 -123.750000 105.837172 -v 144.574142 -110.000000 105.837172 -v 144.574142 -96.250000 105.837172 -v 144.500000 -96.250000 106.500000 -v 144.574158 137.500000 107.162827 -v 144.574142 123.750000 107.162827 -v 144.574142 110.000000 107.162827 -v 144.574142 96.250000 107.162827 -v 144.500000 96.250000 106.500000 -v 144.500000 82.500000 106.500000 -v 144.574142 82.500000 105.837172 -v 144.574142 68.750000 105.837172 -v 144.792892 137.500000 105.207105 -v 144.574142 55.000000 105.837172 -v 144.574142 41.250000 105.837172 -v 144.500000 55.000000 106.500000 -v 144.500000 41.250000 106.500000 -v 144.574142 55.000000 107.162827 -v 144.574142 41.250000 107.162827 -v 144.574142 27.500000 107.162827 -v 144.574142 13.750000 107.162827 -v 144.500000 13.750000 106.500000 -v 144.500000 0.000000 106.500000 -v 144.574158 0.000000 105.837172 -v 144.574142 -13.750000 105.837172 -v 144.574142 -27.500000 105.837172 -v 144.500000 123.750000 106.500000 -v 144.500000 137.500000 106.500000 -v 144.574142 123.750000 105.837172 -v 144.574142 137.500000 105.837172 -v 144.574142 13.750000 105.837172 -v 144.574142 27.500000 105.837172 -v 144.500000 27.500000 106.500000 -v 144.574142 -123.750000 107.162827 -v 144.500000 110.000000 106.500000 -v 144.574142 110.000000 105.837172 -v 144.574142 82.500000 107.162827 -v 144.574142 68.750000 107.162827 -v 144.500000 68.750000 106.500000 -v 144.500000 -13.750000 106.500000 -v 144.574142 -41.250000 107.162827 -v 144.574142 -55.000000 107.162827 -v 144.500000 -55.000000 106.500000 -v 144.574142 96.250000 105.837172 -v 141.000000 137.500000 101.414213 -v 141.000000 137.500000 102.992208 -v 140.000000 137.500000 102.992208 -v 140.000000 137.500000 99.000000 -v 144.000000 137.500000 99.000000 -v 144.000000 137.500000 100.000000 -v 142.414200 137.500000 100.000000 -v 146.207108 137.500000 103.792894 -v 146.837173 0.000000 103.574139 -v 146.837173 -13.750000 103.574139 -v 146.837173 -27.500000 103.574139 -v 147.500000 -27.500000 103.500000 -v 147.500000 -41.250000 103.500000 -v 148.162827 -41.250000 103.574139 -v 148.162827 -55.000000 103.574139 -v 148.162827 -68.750000 103.574139 -v 148.162827 -82.500000 103.574139 -v 147.500000 -68.750000 103.500000 -v 147.500000 -82.500000 103.500000 -v 146.837173 -68.750000 103.574139 -v 146.837173 -82.500000 103.574139 -v 146.837173 -96.250000 103.574139 -v 146.837173 -110.000000 103.574139 -v 147.500000 -110.000000 103.500000 -v 147.500000 -123.750000 103.500000 -v 148.162827 -123.750000 103.574139 -v 148.162827 -110.000000 103.574139 -v 148.162827 -96.250000 103.574139 -v 147.500000 -96.250000 103.500000 -v 146.837173 137.500000 103.574139 -v 146.837173 123.750000 103.574139 -v 146.837173 110.000000 103.574139 -v 146.837173 96.250000 103.574139 -v 147.500000 96.250000 103.500000 -v 147.500000 82.500000 103.500000 -v 148.162827 82.500000 103.574139 -v 148.162827 68.750000 103.574139 -v 148.792908 137.500000 103.792894 -v 148.162827 55.000000 103.574139 -v 148.162827 41.250000 103.574139 -v 147.500000 55.000000 103.500000 -v 147.500000 41.250000 103.500000 -v 146.837173 55.000000 103.574139 -v 146.837173 41.250000 103.574139 -v 146.837173 27.500000 103.574139 -v 146.837173 13.750000 103.574139 -v 147.500000 13.750000 103.500000 -v 147.500000 0.000000 103.500000 -v 148.162842 0.000000 103.574139 -v 148.162827 -13.750000 103.574139 -v 148.162827 -27.500000 103.574139 -v 147.500000 123.750000 103.500000 -v 147.500000 137.500000 103.500000 -v 148.162827 123.750000 103.574139 -v 148.162827 137.500000 103.574139 -v 148.162827 13.750000 103.574139 -v 148.162827 27.500000 103.574139 -v 147.500000 27.500000 103.500000 -v 146.837173 -123.750000 103.574139 -v 147.500000 110.000000 103.500000 -v 148.162827 110.000000 103.574139 -v 146.837173 82.500000 103.574139 -v 146.837173 68.750000 103.574139 -v 147.500000 68.750000 103.500000 -v 147.500000 -13.750000 103.500000 -v 146.837173 -41.250000 103.574139 -v 146.837173 -55.000000 103.574139 -v 147.500000 -55.000000 103.500000 -v 148.162827 96.250000 103.574139 -v 152.585800 137.500000 100.000000 -v 151.000000 137.500000 100.000000 -v 151.000000 137.500000 99.000000 -v 155.000000 137.500000 99.000000 -v 155.000000 137.500000 102.992208 -v 154.000000 137.500000 102.992208 -v 154.000000 137.500000 101.414213 -v 150.207092 137.500000 105.207105 -v 150.425858 0.000000 105.837172 -v 150.425858 -13.750000 105.837172 -v 150.425858 -27.500000 105.837172 -v 150.500000 -27.500000 106.500000 -v 150.500000 -41.250000 106.500000 -v 150.425858 -41.250000 107.162827 -v 150.425858 -55.000000 107.162827 -v 150.425858 -68.750000 107.162827 -v 150.425858 -82.500000 107.162827 -v 150.500000 -68.750000 106.500000 -v 150.500000 -82.500000 106.500000 -v 150.425858 -68.750000 105.837172 -v 150.425858 -82.500000 105.837172 -v 150.425858 -96.250000 105.837172 -v 150.425858 -110.000000 105.837172 -v 150.500000 -110.000000 106.500000 -v 150.500000 -123.750000 106.500000 -v 150.425858 -123.750000 107.162827 -v 150.425858 -110.000000 107.162827 -v 150.425858 -96.250000 107.162827 -v 150.500000 -96.250000 106.500000 -v 150.425858 137.500000 105.837172 -v 150.425858 123.750000 105.837172 -v 150.425858 110.000000 105.837172 -v 150.425858 96.250000 105.837172 -v 150.500000 96.250000 106.500000 -v 150.500000 82.500000 106.500000 -v 150.425858 82.500000 107.162827 -v 150.425858 68.750000 107.162827 -v 150.207108 137.500000 107.792893 -v 150.425858 55.000000 107.162827 -v 150.425858 41.250000 107.162827 -v 150.500000 55.000000 106.500000 -v 150.500000 41.250000 106.500000 -v 150.425858 55.000000 105.837172 -v 150.425858 41.250000 105.837172 -v 150.425858 27.500000 105.837172 -v 150.425858 13.750000 105.837172 -v 150.500000 13.750000 106.500000 -v 150.500000 0.000000 106.500000 -v 150.425858 0.000000 107.162827 -v 150.425858 -13.750000 107.162827 -v 150.425858 -27.500000 107.162827 -v 150.500000 123.750000 106.500000 -v 150.500000 137.500000 106.500000 -v 150.425858 123.750000 107.162827 -v 150.425858 137.500000 107.162827 -v 150.425858 13.750000 107.162827 -v 150.425858 27.500000 107.162827 -v 150.500000 27.500000 106.500000 -v 150.425858 -123.750000 105.837172 -v 150.500000 110.000000 106.500000 -v 150.425858 110.000000 107.162827 -v 150.425858 82.500000 105.837172 -v 150.425858 68.750000 105.837172 -v 150.500000 68.750000 106.500000 -v 150.500000 -13.750000 106.500000 -v 150.425858 -41.250000 105.837172 -v 150.425858 -55.000000 105.837172 -v 150.500000 -55.000000 106.500000 -v 150.425858 96.250000 107.162827 -v 154.000000 137.500000 111.585786 -v 154.000000 137.500000 110.000000 -v 155.000000 137.500000 110.000000 -v 155.000000 137.500000 114.000000 -v 151.000000 137.500000 114.000000 -v 151.000000 137.500000 113.000000 -v 152.585800 137.500000 113.000000 -v 148.792908 137.500000 109.207107 -v 148.162842 0.000000 109.425860 -v 148.162827 -13.750000 109.425860 -v 148.162827 -27.500000 109.425860 -v 147.500000 -27.500000 109.500000 -v 147.500000 -41.250000 109.500000 -v 146.837173 -41.250000 109.425860 -v 146.837173 -55.000000 109.425860 -v 146.837173 -68.750000 109.425860 -v 146.837173 -82.500000 109.425860 -v 147.500000 -68.750000 109.500000 -v 147.500000 -82.500000 109.500000 -v 148.162827 -68.750000 109.425860 -v 148.162827 -82.500000 109.425860 -v 148.162827 -96.250000 109.425860 -v 148.162827 -110.000000 109.425860 -v 147.500000 -110.000000 109.500000 -v 147.500000 -123.750000 109.500000 -v 146.837173 -123.750000 109.425860 -v 146.837173 -110.000000 109.425860 -v 146.837173 -96.250000 109.425860 -v 147.500000 -96.250000 109.500000 -v 148.162842 137.500000 109.425860 -v 148.162827 123.750000 109.425860 -v 148.162827 110.000000 109.425860 -v 148.162827 96.250000 109.425860 -v 147.500000 96.250000 109.500000 -v 147.500000 82.500000 109.500000 -v 146.837173 82.500000 109.425860 -v 146.837173 68.750000 109.425860 -v 146.207108 137.500000 109.207107 -v 146.837173 55.000000 109.425860 -v 146.837173 41.250000 109.425860 -v 147.500000 55.000000 109.500000 -v 147.500000 41.250000 109.500000 -v 148.162827 55.000000 109.425860 -v 148.162827 41.250000 109.425860 -v 148.162827 27.500000 109.425860 -v 148.162827 13.750000 109.425860 -v 147.500000 13.750000 109.500000 -v 147.500000 0.000000 109.500000 -v 146.837173 0.000000 109.425860 -v 146.837173 -13.750000 109.425860 -v 146.837173 -27.500000 109.425860 -v 147.500000 123.750000 109.500000 -v 147.500000 137.500000 109.500000 -v 146.837173 123.750000 109.425860 -v 146.837173 137.500000 109.425860 -v 146.837173 13.750000 109.425860 -v 146.837173 27.500000 109.425860 -v 147.500000 27.500000 109.500000 -v 148.162827 -123.750000 109.425860 -v 147.500000 110.000000 109.500000 -v 146.837173 110.000000 109.425860 -v 148.162827 82.500000 109.425860 -v 148.162827 68.750000 109.425860 -v 147.500000 68.750000 109.500000 -v 147.500000 -13.750000 109.500000 -v 148.162827 -41.250000 109.425860 -v 148.162827 -55.000000 109.425860 -v 147.500000 -55.000000 109.500000 -v 146.837173 96.250000 109.425860 -v 142.414215 137.500000 113.000000 -v 144.000000 137.500000 113.000000 -v 144.000000 137.500000 114.000000 -v 140.000000 137.500000 114.000000 -v 140.000000 137.500000 110.000000 -v 137.500000 46.497128 102.994667 -v 137.500000 48.707100 103.792894 -v 137.500000 47.292900 105.207105 -v 137.500000 43.500000 101.414213 -v 137.500000 44.914215 100.000000 -v 137.500000 42.500000 99.000000 -v 137.500000 46.500000 99.000000 -v 137.500000 48.551113 106.888227 -v 137.500000 47.074139 107.162827 -v 137.500000 48.500004 106.499999 -v 137.500000 47.000000 106.500000 -v 137.500000 47.074139 105.837172 -v 137.500000 47.292900 107.792893 -v 137.500000 48.700962 107.250000 -v 137.500000 48.939339 107.560659 -v 137.500000 48.707100 109.207107 -v 137.500000 49.250000 107.799038 -v 137.500000 49.611771 107.948889 -v 137.500000 49.337173 109.425860 -v 137.500000 50.000004 107.999999 -v 137.500000 50.000000 109.500000 -v 137.500000 50.662827 109.425860 -v 137.500000 50.388229 107.948889 -v 137.500000 51.292904 109.207107 -v 137.500000 50.750000 107.799038 -v 137.500000 51.060665 107.560659 -v 137.500000 52.707096 107.792893 -v 137.500000 51.299038 107.250000 -v 137.500000 51.448891 106.888227 -v 137.500000 52.925865 107.162827 -v 137.500000 51.500004 106.499999 -v 137.500000 53.000000 106.500000 -v 137.500000 52.925861 105.837172 -v 137.500000 51.448891 106.111772 -v 137.500000 52.707100 105.207105 -v 137.500000 51.299038 105.750000 -v 137.500000 51.060665 105.439340 -v 137.500000 51.292904 103.792894 -v 137.500000 50.750000 105.200961 -v 137.500000 50.388229 105.051110 -v 137.500000 50.662827 103.574139 -v 137.500000 50.000004 104.999999 -v 137.500000 50.000000 103.500000 -v 137.500000 49.337173 103.574139 -v 137.500000 49.611771 105.051110 -v 137.500000 49.250000 105.200961 -v 137.500000 48.939339 105.439340 -v 137.500000 48.700962 105.750000 -v 137.500000 48.551113 106.111772 -v 137.500000 53.502876 102.994667 -v 137.500000 55.085785 100.000000 -v 137.500000 56.500000 101.414213 -v 137.500000 43.500000 110.000000 -v 137.500000 43.500000 111.585786 -v 137.500000 42.500000 110.000000 -v 137.500000 42.500000 114.000000 -v 137.500000 44.914219 113.000000 -v 137.500000 46.500000 114.000000 -v 137.500000 46.500000 113.000000 -v 137.500000 43.500000 102.992208 -v 137.500000 42.500000 102.992208 -v 137.500000 46.500000 100.000000 -v 137.500000 53.500000 100.000000 -v 137.500000 53.500000 99.000000 -v 137.500000 57.500000 99.000000 -v 137.500000 57.500000 102.992208 -v 137.500000 56.500000 102.992208 -v 137.500000 56.500000 111.585786 -v 137.500000 55.085789 113.000000 -v 137.500000 57.500000 114.000000 -v 137.500000 53.500000 114.000000 -v 137.500000 56.500000 110.000000 -v 137.500000 57.500000 110.000000 -v 137.500000 53.500000 113.000000 -v -137.500000 53.502876 102.994669 -v 129.166687 48.551113 106.111772 -v 129.166687 48.500000 106.500000 -v 129.166687 48.551113 106.888227 -v 129.166687 48.700966 107.250000 -v 129.166687 48.939339 107.560659 -v 129.166687 49.250000 107.799038 -v 129.166687 49.611771 107.948889 -v 129.166687 50.000000 108.000000 -v 129.166687 50.388229 107.948889 -v 129.166687 50.750000 107.799038 -v 129.166687 51.060665 107.560659 -v 129.166687 51.299038 107.250000 -v 129.166687 51.448891 106.888227 -v 129.166687 51.500000 106.500000 -v 129.166687 51.448891 106.111772 -v 129.166687 51.299038 105.750000 -v 129.166687 51.060665 105.439340 -v 129.166687 50.750000 105.200960 -v 129.166687 50.388229 105.051110 -v 129.166687 50.000000 105.000000 -v 129.166687 49.611771 105.051110 -v 129.166687 49.250000 105.200960 -v 129.166687 48.939339 105.439340 -v 129.166687 48.700966 105.750000 -v -137.500000 48.551113 106.888227 -v -129.166687 48.551113 106.888227 -v -137.500000 48.500004 106.499999 -v -129.166687 48.500000 106.500000 -v -137.500000 48.551113 106.111772 -v -129.166687 48.551113 106.111772 -v -137.500000 48.700962 105.750000 -v -129.166687 48.700966 105.750000 -v -137.500000 48.939339 105.439340 -v -129.166687 48.939339 105.439340 -v -137.500000 49.250000 105.200961 -v -129.166687 49.250000 105.200960 -v -137.500000 49.611771 105.051110 -v -129.166687 49.611771 105.051110 -v -137.500000 50.000004 104.999999 -v -129.166687 50.000000 105.000000 -v -137.500000 50.388229 105.051110 -v -129.166687 50.388229 105.051110 -v -137.500000 50.750000 105.200961 -v -129.166687 50.750000 105.200960 -v -137.500000 51.060665 105.439340 -v -129.166687 51.060665 105.439340 -v -137.500000 51.299038 105.750000 -v -129.166687 51.299038 105.750000 -v -137.500000 51.448891 106.111772 -v -129.166687 51.448891 106.111772 -v -137.500000 51.500004 106.499999 -v -129.166687 51.500000 106.500000 -v -137.500000 51.448891 106.888227 -v -129.166687 51.448891 106.888227 -v -137.500000 51.299038 107.250000 -v -129.166687 51.299038 107.250000 -v -137.500000 51.060665 107.560659 -v -129.166687 51.060665 107.560659 -v -137.500000 50.750000 107.799038 -v -129.166687 50.750000 107.799038 -v -137.500000 50.388229 107.948889 -v -129.166687 50.388229 107.948889 -v -137.500000 50.000004 107.999999 -v -129.166687 50.000000 108.000000 -v -137.500000 49.611771 107.948889 -v -129.166687 49.611771 107.948889 -v -137.500000 49.250000 107.799038 -v -129.166687 49.250000 107.799038 -v -137.500000 48.939339 107.560659 -v -129.166687 48.939339 107.560659 -v -137.500000 48.700962 107.250000 -v -129.166687 48.700966 107.250000 -v 120.833336 48.500000 106.500000 -v 120.833336 48.551113 106.888227 -v 120.833336 48.700966 107.250000 -v 120.833336 48.939339 107.560659 -v 120.833336 49.250000 107.799038 -v 120.833336 49.611771 107.948889 -v 120.833336 50.000000 108.000000 -v 120.833336 50.388229 107.948889 -v 120.833336 50.750000 107.799038 -v 120.833336 51.060665 107.560659 -v 120.833336 51.299038 107.250000 -v 120.833336 51.448891 106.888227 -v 120.833336 51.500000 106.500000 -v 120.833336 51.448891 106.111772 -v 120.833336 51.299038 105.750000 -v 120.833336 51.060665 105.439340 -v 120.833336 50.750000 105.200960 -v 120.833336 50.388229 105.051110 -v 120.833336 50.000000 105.000000 -v 120.833336 49.611771 105.051110 -v 120.833336 49.250000 105.200960 -v 120.833336 48.939339 105.439340 -v 120.833336 48.700966 105.750000 -v 120.833336 48.551113 106.111772 -v 112.500000 48.500000 106.500000 -v 112.500000 48.551113 106.888227 -v 112.500000 48.700966 107.250000 -v 112.500000 48.939339 107.560659 -v 112.500000 49.250000 107.799038 -v 112.500000 49.611771 107.948889 -v 112.500000 50.000000 108.000000 -v 112.500000 50.388229 107.948889 -v 112.500000 50.750000 107.799038 -v 112.500000 51.060665 107.560659 -v 112.500000 51.299038 107.250000 -v 112.500000 51.448891 106.888227 -v 112.500000 51.500000 106.500000 -v 112.500000 51.448891 106.111772 -v 112.500000 51.299038 105.750000 -v 112.500000 51.060665 105.439340 -v 112.500000 50.750000 105.200960 -v 112.500000 50.388229 105.051110 -v 112.500000 50.000000 105.000000 -v 112.500000 49.611771 105.051110 -v 112.500000 49.250000 105.200960 -v 112.500000 48.939339 105.439340 -v 112.500000 48.700966 105.750000 -v 112.500000 48.551113 106.111772 -v 104.166672 48.500000 106.500000 -v 104.166672 48.551113 106.888227 -v 104.166672 48.700966 107.250000 -v 104.166672 48.939339 107.560659 -v 104.166672 49.250000 107.799038 -v 104.166672 49.611771 107.948889 -v 104.166672 50.000000 108.000000 -v 104.166672 50.388229 107.948889 -v 104.166672 50.750000 107.799038 -v 104.166672 51.060665 107.560659 -v 104.166672 51.299038 107.250000 -v 104.166672 51.448891 106.888227 -v 104.166672 51.500000 106.500000 -v 104.166672 51.448891 106.111772 -v 104.166672 51.299038 105.750000 -v 104.166672 51.060665 105.439340 -v 104.166672 50.750000 105.200960 -v 104.166672 50.388229 105.051110 -v 104.166672 50.000000 105.000000 -v 104.166672 49.611771 105.051110 -v 104.166672 49.250000 105.200960 -v 104.166672 48.939339 105.439340 -v 104.166672 48.700966 105.750000 -v 104.166672 48.551113 106.111772 -v 95.833336 48.500000 106.500000 -v 95.833336 48.551113 106.888227 -v 95.833336 48.700966 107.250000 -v 95.833336 48.939339 107.560659 -v 95.833336 49.250000 107.799038 -v 95.833336 49.611771 107.948889 -v 95.833336 50.000000 108.000000 -v 95.833336 50.388229 107.948889 -v 95.833336 50.750000 107.799038 -v 95.833336 51.060665 107.560659 -v 95.833336 51.299038 107.250000 -v 95.833336 51.448891 106.888227 -v 95.833336 51.500000 106.500000 -v 95.833336 51.448891 106.111772 -v 95.833336 51.299038 105.750000 -v 95.833336 51.060665 105.439340 -v 95.833336 50.750000 105.200960 -v 95.833336 50.388229 105.051110 -v 95.833336 50.000000 105.000000 -v 95.833336 49.611771 105.051110 -v 95.833336 49.250000 105.200960 -v 95.833336 48.939339 105.439340 -v 95.833336 48.700966 105.750000 -v 95.833336 48.551113 106.111772 -v 87.500000 48.500000 106.500000 -v 87.500000 48.551113 106.888227 -v 87.500000 48.700966 107.250000 -v 87.500000 48.939339 107.560659 -v 87.500000 49.250000 107.799038 -v 87.500000 49.611771 107.948889 -v 87.500000 50.000000 108.000000 -v 87.500000 50.388229 107.948889 -v 87.500000 50.750000 107.799038 -v 87.500000 51.060665 107.560659 -v 87.500000 51.299038 107.250000 -v 87.500000 51.448891 106.888227 -v 87.500000 51.500000 106.500000 -v 87.500000 51.448891 106.111772 -v 87.500000 51.299038 105.750000 -v 87.500000 51.060665 105.439340 -v 87.500000 50.750000 105.200960 -v 87.500000 50.388229 105.051110 -v 87.500000 50.000000 105.000000 -v 87.500000 49.611771 105.051110 -v 87.500000 49.250000 105.200960 -v 87.500000 48.939339 105.439340 -v 87.500000 48.700966 105.750000 -v 87.500000 48.551113 106.111772 -v 79.166664 48.500000 106.500000 -v 79.166664 48.551113 106.888227 -v 79.166664 48.700966 107.250000 -v 79.166664 48.939339 107.560659 -v 79.166664 49.250000 107.799038 -v 79.166664 49.611771 107.948889 -v 79.166664 50.000000 108.000000 -v 79.166664 50.388229 107.948889 -v 79.166664 50.750000 107.799038 -v 79.166664 51.060665 107.560659 -v 79.166664 51.299038 107.250000 -v 79.166664 51.448891 106.888227 -v 79.166664 51.500000 106.500000 -v 79.166664 51.448891 106.111772 -v 79.166664 51.299038 105.750000 -v 79.166664 51.060665 105.439340 -v 79.166664 50.750000 105.200960 -v 79.166664 50.388229 105.051110 -v 79.166664 50.000000 105.000000 -v 79.166664 49.611771 105.051110 -v 79.166664 49.250000 105.200960 -v 79.166664 48.939339 105.439340 -v 79.166664 48.700966 105.750000 -v 79.166664 48.551113 106.111772 -v 70.833344 48.500000 106.500000 -v 70.833344 48.551113 106.888227 -v 70.833344 48.700966 107.250000 -v 70.833344 48.939339 107.560659 -v 70.833344 49.250000 107.799038 -v 70.833344 49.611771 107.948889 -v 70.833344 50.000000 108.000000 -v 70.833344 50.388229 107.948889 -v 70.833344 50.750000 107.799038 -v 70.833344 51.060665 107.560659 -v 70.833344 51.299038 107.250000 -v 70.833344 51.448891 106.888227 -v 70.833344 51.500000 106.500000 -v 70.833344 51.448891 106.111772 -v 70.833344 51.299038 105.750000 -v 70.833344 51.060665 105.439340 -v 70.833344 50.750000 105.200960 -v 70.833344 50.388229 105.051110 -v 70.833344 50.000000 105.000000 -v 70.833344 49.611771 105.051110 -v 70.833344 49.250000 105.200960 -v 70.833344 48.939339 105.439340 -v 70.833344 48.700966 105.750000 -v 70.833344 48.551113 106.111772 -v 62.500000 48.500000 106.500000 -v 62.500000 48.551113 106.888227 -v 62.500000 48.700966 107.250000 -v 62.500000 48.939339 107.560659 -v 62.500000 49.250000 107.799038 -v 62.500000 49.611771 107.948889 -v 62.500000 50.000000 108.000000 -v 62.500000 50.388229 107.948889 -v 62.500000 50.750000 107.799038 -v 62.500000 51.060665 107.560659 -v 62.500000 51.299038 107.250000 -v 62.500000 51.448891 106.888227 -v 62.500000 51.500000 106.500000 -v 62.500000 51.448891 106.111772 -v 62.500000 51.299038 105.750000 -v 62.500000 51.060665 105.439340 -v 62.500000 50.750000 105.200960 -v 62.500000 50.388229 105.051110 -v 62.500000 50.000000 105.000000 -v 62.500000 49.611771 105.051110 -v 62.500000 49.250000 105.200960 -v 62.500000 48.939339 105.439340 -v 62.500000 48.700966 105.750000 -v 62.500000 48.551113 106.111772 -v 54.166668 48.500000 106.500000 -v 54.166668 48.551113 106.888227 -v 54.166668 48.700966 107.250000 -v 54.166668 48.939339 107.560659 -v 54.166668 49.250000 107.799038 -v 54.166668 49.611771 107.948889 -v 54.166668 50.000000 108.000000 -v 54.166668 50.388229 107.948889 -v 54.166668 50.750000 107.799038 -v 54.166668 51.060665 107.560659 -v 54.166668 51.299038 107.250000 -v 54.166668 51.448891 106.888227 -v 54.166668 51.500000 106.500000 -v 54.166668 51.448891 106.111772 -v 54.166668 51.299038 105.750000 -v 54.166668 51.060665 105.439340 -v 54.166668 50.750000 105.200960 -v 54.166668 50.388229 105.051110 -v 54.166668 50.000000 105.000000 -v 54.166668 49.611771 105.051110 -v 54.166668 49.250000 105.200960 -v 54.166668 48.939339 105.439340 -v 54.166668 48.700966 105.750000 -v 54.166668 48.551113 106.111772 -v 45.833336 48.500000 106.500000 -v 45.833336 48.551113 106.888227 -v 45.833336 48.700966 107.250000 -v 45.833336 48.939339 107.560659 -v 45.833336 49.250000 107.799038 -v 45.833336 49.611771 107.948889 -v 45.833336 50.000000 108.000000 -v 45.833336 50.388229 107.948889 -v 45.833336 50.750000 107.799038 -v 45.833336 51.060665 107.560659 -v 45.833336 51.299038 107.250000 -v 45.833336 51.448891 106.888227 -v 45.833336 51.500000 106.500000 -v 45.833336 51.448891 106.111772 -v 45.833336 51.299038 105.750000 -v 45.833336 51.060665 105.439340 -v 45.833336 50.750000 105.200960 -v 45.833336 50.388229 105.051110 -v 45.833336 50.000000 105.000000 -v 45.833336 49.611771 105.051110 -v 45.833336 49.250000 105.200960 -v 45.833336 48.939339 105.439340 -v 45.833336 48.700966 105.750000 -v 45.833336 48.551113 106.111772 -v 37.500000 48.500000 106.500000 -v 37.500000 48.551113 106.888227 -v 37.500000 48.700966 107.250000 -v 37.500000 48.939339 107.560659 -v 37.500000 49.250000 107.799038 -v 37.500000 49.611771 107.948889 -v 37.500000 50.000000 108.000000 -v 37.500000 50.388229 107.948889 -v 37.500000 50.750000 107.799038 -v 37.500000 51.060665 107.560659 -v 37.500000 51.299038 107.250000 -v 37.500000 51.448891 106.888227 -v 37.500000 51.500000 106.500000 -v 37.500000 51.448891 106.111772 -v 37.500000 51.299038 105.750000 -v 37.500000 51.060665 105.439340 -v 37.500000 50.750000 105.200960 -v 37.500000 50.388229 105.051110 -v 37.500000 50.000000 105.000000 -v 37.500000 49.611771 105.051110 -v 37.500000 49.250000 105.200960 -v 37.500000 48.939339 105.439340 -v 37.500000 48.700966 105.750000 -v 37.500000 48.551113 106.111772 -v 29.166668 48.500000 106.500000 -v 29.166668 48.551113 106.888227 -v 29.166668 48.700966 107.250000 -v 29.166668 48.939339 107.560659 -v 29.166668 49.250000 107.799038 -v 29.166668 49.611771 107.948889 -v 29.166668 50.000000 108.000000 -v 29.166668 50.388229 107.948889 -v 29.166668 50.750000 107.799038 -v 29.166668 51.060665 107.560659 -v 29.166668 51.299038 107.250000 -v 29.166668 51.448891 106.888227 -v 29.166668 51.500000 106.500000 -v 29.166668 51.448891 106.111772 -v 29.166668 51.299038 105.750000 -v 29.166668 51.060665 105.439340 -v 29.166668 50.750000 105.200960 -v 29.166668 50.388229 105.051110 -v 29.166668 50.000000 105.000000 -v 29.166668 49.611771 105.051110 -v 29.166668 49.250000 105.200960 -v 29.166668 48.939339 105.439340 -v 29.166668 48.700966 105.750000 -v 29.166668 48.551113 106.111772 -v 20.833336 48.500000 106.500000 -v 20.833336 48.551113 106.888227 -v 20.833336 48.700966 107.250000 -v 20.833336 48.939339 107.560659 -v 20.833336 49.250000 107.799038 -v 20.833336 49.611771 107.948889 -v 20.833336 50.000000 108.000000 -v 20.833336 50.388229 107.948889 -v 20.833336 50.750000 107.799038 -v 20.833336 51.060665 107.560659 -v 20.833336 51.299038 107.250000 -v 20.833336 51.448891 106.888227 -v 20.833336 51.500000 106.500000 -v 20.833336 51.448891 106.111772 -v 20.833336 51.299038 105.750000 -v 20.833336 51.060665 105.439340 -v 20.833336 50.750000 105.200960 -v 20.833336 50.388229 105.051110 -v 20.833336 50.000000 105.000000 -v 20.833336 49.611771 105.051110 -v 20.833336 49.250000 105.200960 -v 20.833336 48.939339 105.439340 -v 20.833336 48.700966 105.750000 -v 20.833336 48.551113 106.111772 -v 12.500000 48.500000 106.500000 -v 12.500000 48.551113 106.888227 -v 12.500000 48.700966 107.250000 -v 12.500000 48.939339 107.560659 -v 12.500000 49.250000 107.799038 -v 12.500000 49.611771 107.948889 -v 12.500000 50.000000 108.000000 -v 12.500000 50.388229 107.948889 -v 12.500000 50.750000 107.799038 -v 12.500000 51.060665 107.560659 -v 12.500000 51.299038 107.250000 -v 12.500000 51.448891 106.888227 -v 12.500000 51.500000 106.500000 -v 12.500000 51.448891 106.111772 -v 12.500000 51.299038 105.750000 -v 12.500000 51.060665 105.439340 -v 12.500000 50.750000 105.200960 -v 12.500000 50.388229 105.051110 -v 12.500000 50.000000 105.000000 -v 12.500000 49.611771 105.051110 -v 12.500000 49.250000 105.200960 -v 12.500000 48.939339 105.439340 -v 12.500000 48.700966 105.750000 -v 12.500000 48.551113 106.111772 -v 4.166667 48.500000 106.500000 -v 4.166667 48.551113 106.888227 -v 4.166667 48.700966 107.250000 -v 4.166667 48.939339 107.560659 -v 4.166667 49.250000 107.799038 -v 4.166667 49.611771 107.948889 -v 4.166667 50.000000 108.000000 -v 4.166667 50.388229 107.948889 -v 4.166667 50.750000 107.799038 -v 4.166667 51.060665 107.560659 -v 4.166667 51.299038 107.250000 -v 4.166667 51.448891 106.888227 -v 4.166667 51.500000 106.500000 -v 4.166667 51.448891 106.111772 -v 4.166667 51.299038 105.750000 -v 4.166667 51.060665 105.439340 -v 4.166667 50.750000 105.200960 -v 4.166667 50.388229 105.051110 -v 4.166667 50.000000 105.000000 -v 4.166667 49.611771 105.051110 -v 4.166667 49.250000 105.200960 -v 4.166667 48.939339 105.439340 -v 4.166667 48.700966 105.750000 -v 4.166667 48.551113 106.111772 -v -4.166667 48.500000 106.500000 -v -4.166667 48.551113 106.888227 -v -4.166667 48.700966 107.250000 -v -4.166667 48.939339 107.560659 -v -4.166667 49.250000 107.799038 -v -4.166667 49.611771 107.948889 -v -4.166667 50.000000 108.000000 -v -4.166667 50.388229 107.948889 -v -4.166667 50.750000 107.799038 -v -4.166667 51.060665 107.560659 -v -4.166667 51.299038 107.250000 -v -4.166667 51.448891 106.888227 -v -4.166667 51.500000 106.500000 -v -4.166667 51.448891 106.111772 -v -4.166667 51.299038 105.750000 -v -4.166667 51.060665 105.439340 -v -4.166667 50.750000 105.200960 -v -4.166667 50.388229 105.051110 -v -4.166667 50.000000 105.000000 -v -4.166667 49.611771 105.051110 -v -4.166667 49.250000 105.200960 -v -4.166667 48.939339 105.439340 -v -4.166667 48.700966 105.750000 -v -4.166667 48.551113 106.111772 -v -12.500000 48.500000 106.500000 -v -12.500000 48.551113 106.888227 -v -12.500000 48.700966 107.250000 -v -12.500000 48.939339 107.560659 -v -12.500000 49.250000 107.799038 -v -12.500000 49.611771 107.948889 -v -12.500000 50.000000 108.000000 -v -12.500000 50.388229 107.948889 -v -12.500000 50.750000 107.799038 -v -12.500000 51.060665 107.560659 -v -12.500000 51.299038 107.250000 -v -12.500000 51.448891 106.888227 -v -12.500000 51.500000 106.500000 -v -12.500000 51.448891 106.111772 -v -12.500000 51.299038 105.750000 -v -12.500000 51.060665 105.439340 -v -12.500000 50.750000 105.200960 -v -12.500000 50.388229 105.051110 -v -12.500000 50.000000 105.000000 -v -12.500000 49.611771 105.051110 -v -12.500000 49.250000 105.200960 -v -12.500000 48.939339 105.439340 -v -12.500000 48.700966 105.750000 -v -12.500000 48.551113 106.111772 -v -20.833336 48.500000 106.500000 -v -20.833336 48.551113 106.888227 -v -20.833336 48.700966 107.250000 -v -20.833336 48.939339 107.560659 -v -20.833336 49.250000 107.799038 -v -20.833336 49.611771 107.948889 -v -20.833336 50.000000 108.000000 -v -20.833336 50.388229 107.948889 -v -20.833336 50.750000 107.799038 -v -20.833336 51.060665 107.560659 -v -20.833336 51.299038 107.250000 -v -20.833336 51.448891 106.888227 -v -20.833336 51.500000 106.500000 -v -20.833336 51.448891 106.111772 -v -20.833336 51.299038 105.750000 -v -20.833336 51.060665 105.439340 -v -20.833336 50.750000 105.200960 -v -20.833336 50.388229 105.051110 -v -20.833336 50.000000 105.000000 -v -20.833336 49.611771 105.051110 -v -20.833336 49.250000 105.200960 -v -20.833336 48.939339 105.439340 -v -20.833336 48.700966 105.750000 -v -20.833336 48.551113 106.111772 -v -29.166668 48.500000 106.500000 -v -29.166668 48.551113 106.888227 -v -29.166668 48.700966 107.250000 -v -29.166668 48.939339 107.560659 -v -29.166668 49.250000 107.799038 -v -29.166668 49.611771 107.948889 -v -29.166668 50.000000 108.000000 -v -29.166668 50.388229 107.948889 -v -29.166668 50.750000 107.799038 -v -29.166668 51.060665 107.560659 -v -29.166668 51.299038 107.250000 -v -29.166668 51.448891 106.888227 -v -29.166668 51.500000 106.500000 -v -29.166668 51.448891 106.111772 -v -29.166668 51.299038 105.750000 -v -29.166668 51.060665 105.439340 -v -29.166668 50.750000 105.200960 -v -29.166668 50.388229 105.051110 -v -29.166668 50.000000 105.000000 -v -29.166668 49.611771 105.051110 -v -29.166668 49.250000 105.200960 -v -29.166668 48.939339 105.439340 -v -29.166668 48.700966 105.750000 -v -29.166668 48.551113 106.111772 -v -37.500000 48.500000 106.500000 -v -37.500000 48.551113 106.888227 -v -37.500000 48.700966 107.250000 -v -37.500000 48.939339 107.560659 -v -37.500000 49.250000 107.799038 -v -37.500000 49.611771 107.948889 -v -37.500000 50.000000 108.000000 -v -37.500000 50.388229 107.948889 -v -37.500000 50.750000 107.799038 -v -37.500000 51.060665 107.560659 -v -37.500000 51.299038 107.250000 -v -37.500000 51.448891 106.888227 -v -37.500000 51.500000 106.500000 -v -37.500000 51.448891 106.111772 -v -37.500000 51.299038 105.750000 -v -37.500000 51.060665 105.439340 -v -37.500000 50.750000 105.200960 -v -37.500000 50.388229 105.051110 -v -37.500000 50.000000 105.000000 -v -37.500000 49.611771 105.051110 -v -37.500000 49.250000 105.200960 -v -37.500000 48.939339 105.439340 -v -37.500000 48.700966 105.750000 -v -37.500000 48.551113 106.111772 -v -45.833336 48.500000 106.500000 -v -45.833336 48.551113 106.888227 -v -45.833336 48.700966 107.250000 -v -45.833336 48.939339 107.560659 -v -45.833336 49.250000 107.799038 -v -45.833336 49.611771 107.948889 -v -45.833336 50.000000 108.000000 -v -45.833336 50.388229 107.948889 -v -45.833336 50.750000 107.799038 -v -45.833336 51.060665 107.560659 -v -45.833336 51.299038 107.250000 -v -45.833336 51.448891 106.888227 -v -45.833336 51.500000 106.500000 -v -45.833336 51.448891 106.111772 -v -45.833336 51.299038 105.750000 -v -45.833336 51.060665 105.439340 -v -45.833336 50.750000 105.200960 -v -45.833336 50.388229 105.051110 -v -45.833336 50.000000 105.000000 -v -45.833336 49.611771 105.051110 -v -45.833336 49.250000 105.200960 -v -45.833336 48.939339 105.439340 -v -45.833336 48.700966 105.750000 -v -45.833336 48.551113 106.111772 -v -54.166668 48.500000 106.500000 -v -54.166668 48.551113 106.888227 -v -54.166668 48.700966 107.250000 -v -54.166668 48.939339 107.560659 -v -54.166668 49.250000 107.799038 -v -54.166668 49.611771 107.948889 -v -54.166668 50.000000 108.000000 -v -54.166668 50.388229 107.948889 -v -54.166668 50.750000 107.799038 -v -54.166668 51.060665 107.560659 -v -54.166668 51.299038 107.250000 -v -54.166668 51.448891 106.888227 -v -54.166668 51.500000 106.500000 -v -54.166668 51.448891 106.111772 -v -54.166668 51.299038 105.750000 -v -54.166668 51.060665 105.439340 -v -54.166668 50.750000 105.200960 -v -54.166668 50.388229 105.051110 -v -54.166668 50.000000 105.000000 -v -54.166668 49.611771 105.051110 -v -54.166668 49.250000 105.200960 -v -54.166668 48.939339 105.439340 -v -54.166668 48.700966 105.750000 -v -54.166668 48.551113 106.111772 -v -62.500000 48.500000 106.500000 -v -62.500000 48.551113 106.888227 -v -62.500000 48.700966 107.250000 -v -62.500000 48.939339 107.560659 -v -62.500000 49.250000 107.799038 -v -62.500000 49.611771 107.948889 -v -62.500000 50.000000 108.000000 -v -62.500000 50.388229 107.948889 -v -62.500000 50.750000 107.799038 -v -62.500000 51.060665 107.560659 -v -62.500000 51.299038 107.250000 -v -62.500000 51.448891 106.888227 -v -62.500000 51.500000 106.500000 -v -62.500000 51.448891 106.111772 -v -62.500000 51.299038 105.750000 -v -62.500000 51.060665 105.439340 -v -62.500000 50.750000 105.200960 -v -62.500000 50.388229 105.051110 -v -62.500000 50.000000 105.000000 -v -62.500000 49.611771 105.051110 -v -62.500000 49.250000 105.200960 -v -62.500000 48.939339 105.439340 -v -62.500000 48.700966 105.750000 -v -62.500000 48.551113 106.111772 -v -70.833344 48.500000 106.500000 -v -70.833344 48.551113 106.888227 -v -70.833344 48.700966 107.250000 -v -70.833344 48.939339 107.560659 -v -70.833344 49.250000 107.799038 -v -70.833344 49.611771 107.948889 -v -70.833344 50.000000 108.000000 -v -70.833344 50.388229 107.948889 -v -70.833344 50.750000 107.799038 -v -70.833344 51.060665 107.560659 -v -70.833344 51.299038 107.250000 -v -70.833344 51.448891 106.888227 -v -70.833344 51.500000 106.500000 -v -70.833344 51.448891 106.111772 -v -70.833344 51.299038 105.750000 -v -70.833344 51.060665 105.439340 -v -70.833344 50.750000 105.200960 -v -70.833344 50.388229 105.051110 -v -70.833344 50.000000 105.000000 -v -70.833344 49.611771 105.051110 -v -70.833344 49.250000 105.200960 -v -70.833344 48.939339 105.439340 -v -70.833344 48.700966 105.750000 -v -70.833344 48.551113 106.111772 -v -79.166664 48.500000 106.500000 -v -79.166664 48.551113 106.888227 -v -79.166664 48.700966 107.250000 -v -79.166664 48.939339 107.560659 -v -79.166664 49.250000 107.799038 -v -79.166664 49.611771 107.948889 -v -79.166664 50.000000 108.000000 -v -79.166664 50.388229 107.948889 -v -79.166664 50.750000 107.799038 -v -79.166664 51.060665 107.560659 -v -79.166664 51.299038 107.250000 -v -79.166664 51.448891 106.888227 -v -79.166664 51.500000 106.500000 -v -79.166664 51.448891 106.111772 -v -79.166664 51.299038 105.750000 -v -79.166664 51.060665 105.439340 -v -79.166664 50.750000 105.200960 -v -79.166664 50.388229 105.051110 -v -79.166664 50.000000 105.000000 -v -79.166664 49.611771 105.051110 -v -79.166664 49.250000 105.200960 -v -79.166664 48.939339 105.439340 -v -79.166664 48.700966 105.750000 -v -79.166664 48.551113 106.111772 -v -87.500000 48.500000 106.500000 -v -87.500000 48.551113 106.888227 -v -87.500000 48.700966 107.250000 -v -87.500000 48.939339 107.560659 -v -87.500000 49.250000 107.799038 -v -87.500000 49.611771 107.948889 -v -87.500000 50.000000 108.000000 -v -87.500000 50.388229 107.948889 -v -87.500000 50.750000 107.799038 -v -87.500000 51.060665 107.560659 -v -87.500000 51.299038 107.250000 -v -87.500000 51.448891 106.888227 -v -87.500000 51.500000 106.500000 -v -87.500000 51.448891 106.111772 -v -87.500000 51.299038 105.750000 -v -87.500000 51.060665 105.439340 -v -87.500000 50.750000 105.200960 -v -87.500000 50.388229 105.051110 -v -87.500000 50.000000 105.000000 -v -87.500000 49.611771 105.051110 -v -87.500000 49.250000 105.200960 -v -87.500000 48.939339 105.439340 -v -87.500000 48.700966 105.750000 -v -87.500000 48.551113 106.111772 -v -95.833336 48.500000 106.500000 -v -95.833336 48.551113 106.888227 -v -95.833336 48.700966 107.250000 -v -95.833336 48.939339 107.560659 -v -95.833336 49.250000 107.799038 -v -95.833336 49.611771 107.948889 -v -95.833336 50.000000 108.000000 -v -95.833336 50.388229 107.948889 -v -95.833336 50.750000 107.799038 -v -95.833336 51.060665 107.560659 -v -95.833336 51.299038 107.250000 -v -95.833336 51.448891 106.888227 -v -95.833336 51.500000 106.500000 -v -95.833336 51.448891 106.111772 -v -95.833336 51.299038 105.750000 -v -95.833336 51.060665 105.439340 -v -95.833336 50.750000 105.200960 -v -95.833336 50.388229 105.051110 -v -95.833336 50.000000 105.000000 -v -95.833336 49.611771 105.051110 -v -95.833336 49.250000 105.200960 -v -95.833336 48.939339 105.439340 -v -95.833336 48.700966 105.750000 -v -95.833336 48.551113 106.111772 -v -104.166672 48.500000 106.500000 -v -104.166672 48.551113 106.888227 -v -104.166672 48.700966 107.250000 -v -104.166672 48.939339 107.560659 -v -104.166672 49.250000 107.799038 -v -104.166672 49.611771 107.948889 -v -104.166672 50.000000 108.000000 -v -104.166672 50.388229 107.948889 -v -104.166672 50.750000 107.799038 -v -104.166672 51.060665 107.560659 -v -104.166672 51.299038 107.250000 -v -104.166672 51.448891 106.888227 -v -104.166672 51.500000 106.500000 -v -104.166672 51.448891 106.111772 -v -104.166672 51.299038 105.750000 -v -104.166672 51.060665 105.439340 -v -104.166672 50.750000 105.200960 -v -104.166672 50.388229 105.051110 -v -104.166672 50.000000 105.000000 -v -104.166672 49.611771 105.051110 -v -104.166672 49.250000 105.200960 -v -104.166672 48.939339 105.439340 -v -104.166672 48.700966 105.750000 -v -104.166672 48.551113 106.111772 -v -112.500000 48.500000 106.500000 -v -112.500000 48.551113 106.888227 -v -112.500000 48.700966 107.250000 -v -112.500000 48.939339 107.560659 -v -112.500000 49.250000 107.799038 -v -112.500000 49.611771 107.948889 -v -112.500000 50.000000 108.000000 -v -112.500000 50.388229 107.948889 -v -112.500000 50.750000 107.799038 -v -112.500000 51.060665 107.560659 -v -112.500000 51.299038 107.250000 -v -112.500000 51.448891 106.888227 -v -112.500000 51.500000 106.500000 -v -112.500000 51.448891 106.111772 -v -112.500000 51.299038 105.750000 -v -112.500000 51.060665 105.439340 -v -112.500000 50.750000 105.200960 -v -112.500000 50.388229 105.051110 -v -112.500000 50.000000 105.000000 -v -112.500000 49.611771 105.051110 -v -112.500000 49.250000 105.200960 -v -112.500000 48.939339 105.439340 -v -112.500000 48.700966 105.750000 -v -112.500000 48.551113 106.111772 -v -120.833336 48.500000 106.500000 -v -120.833336 48.551113 106.888227 -v -120.833336 48.700966 107.250000 -v -120.833336 48.939339 107.560659 -v -120.833336 49.250000 107.799038 -v -120.833336 49.611771 107.948889 -v -120.833336 50.000000 108.000000 -v -120.833336 50.388229 107.948889 -v -120.833336 50.750000 107.799038 -v -120.833336 51.060665 107.560659 -v -120.833336 51.299038 107.250000 -v -120.833336 51.448891 106.888227 -v -120.833336 51.500000 106.500000 -v -120.833336 51.448891 106.111772 -v -120.833336 51.299038 105.750000 -v -120.833336 51.060665 105.439340 -v -120.833336 50.750000 105.200960 -v -120.833336 50.388229 105.051110 -v -120.833336 50.000000 105.000000 -v -120.833336 49.611771 105.051110 -v -120.833336 49.250000 105.200960 -v -120.833336 48.939339 105.439340 -v -120.833336 48.700966 105.750000 -v -120.833336 48.551113 106.111772 -v -137.500000 46.497124 102.994667 -v -137.500000 43.500000 110.000000 -v -137.500000 43.500000 111.585786 -v -137.500000 47.292900 107.792893 -v 0.000000 47.074139 107.162827 -v 13.750000 47.074139 107.162827 -v 27.500000 47.074139 107.162827 -v 27.500000 47.000000 106.500000 -v 41.250000 47.000000 106.500000 -v 41.250000 47.074139 105.837172 -v 55.000000 47.074139 105.837172 -v 68.750000 47.074139 105.837172 -v 82.500000 47.074139 105.837172 -v 68.750000 47.000000 106.500000 -v 82.500000 47.000000 106.500000 -v 68.750000 47.074139 107.162827 -v 82.500000 47.074139 107.162827 -v 96.250000 47.074139 107.162827 -v 110.000000 47.074139 107.162827 -v 110.000000 47.000000 106.500000 -v 123.750000 47.000000 106.500000 -v 123.750000 47.074139 105.837172 -v 110.000000 47.074139 105.837172 -v 96.250000 47.074139 105.837172 -v 96.250000 47.000000 106.500000 -v -137.500000 47.074139 107.162827 -v -123.750000 47.074139 107.162827 -v -110.000000 47.074139 107.162827 -v -96.250000 47.074139 107.162827 -v -96.250000 47.000000 106.500000 -v -82.500000 47.000000 106.500000 -v -82.500000 47.074139 105.837172 -v -68.750000 47.074139 105.837172 -v -137.500000 47.292904 105.207105 -v -55.000000 47.074139 105.837172 -v -41.250000 47.074139 105.837172 -v -55.000000 47.000000 106.500000 -v -41.250000 47.000000 106.500000 -v -55.000000 47.074139 107.162827 -v -41.250000 47.074139 107.162827 -v -27.500000 47.074139 107.162827 -v -13.750000 47.074139 107.162827 -v -13.750000 47.000000 106.500000 -v 0.000000 47.000000 106.500000 -v 0.000000 47.074139 105.837172 -v 13.750000 47.074139 105.837172 -v 27.500000 47.074139 105.837172 -v -123.750000 47.000000 106.500000 -v -137.500000 47.000000 106.500000 -v -123.750000 47.074139 105.837172 -v -137.500000 47.074139 105.837172 -v -13.750000 47.074139 105.837172 -v -27.500000 47.074139 105.837172 -v -27.500000 47.000000 106.500000 -v 123.750000 47.074139 107.162827 -v -110.000000 47.000000 106.500000 -v -110.000000 47.074139 105.837172 -v -82.500000 47.074139 107.162827 -v -68.750000 47.074139 107.162827 -v -68.750000 47.000000 106.500000 -v 13.750000 47.000000 106.500000 -v 41.250000 47.074139 107.162827 -v 55.000000 47.074139 107.162827 -v 55.000000 47.000000 106.500000 -v -96.250000 47.074139 105.837172 -v -137.500000 43.500000 101.414213 -v -137.500000 43.500000 102.992208 -v -137.500000 42.500000 102.992208 -v -137.500000 42.500000 99.000000 -v -137.500000 46.500000 99.000000 -v -137.500000 46.500000 100.000000 -v -137.500000 44.914215 100.000000 -v -137.500000 48.707100 103.792894 -v 0.000000 49.337173 103.574139 -v 13.750000 49.337173 103.574139 -v 27.500000 49.337173 103.574139 -v 27.500000 50.000000 103.500000 -v 41.250000 50.000000 103.500000 -v 41.250000 50.662827 103.574139 -v 55.000000 50.662827 103.574139 -v 68.750000 50.662827 103.574139 -v 82.500000 50.662827 103.574139 -v 68.750000 50.000000 103.500000 -v 82.500000 50.000000 103.500000 -v 68.750000 49.337173 103.574139 -v 82.500000 49.337173 103.574139 -v 96.250000 49.337173 103.574139 -v 110.000000 49.337173 103.574139 -v 110.000000 50.000000 103.500000 -v 123.750000 50.000000 103.500000 -v 123.750000 50.662827 103.574139 -v 110.000000 50.662827 103.574139 -v 96.250000 50.662827 103.574139 -v 96.250000 50.000000 103.500000 -v -137.500000 49.337173 103.574139 -v -123.750000 49.337173 103.574139 -v -110.000000 49.337173 103.574139 -v -96.250000 49.337173 103.574139 -v -96.250000 50.000000 103.500000 -v -82.500000 50.000000 103.500000 -v -82.500000 50.662827 103.574139 -v -68.750000 50.662827 103.574139 -v -137.500000 51.292904 103.792894 -v -55.000000 50.662827 103.574139 -v -41.250000 50.662827 103.574139 -v -55.000000 50.000000 103.500000 -v -41.250000 50.000000 103.500000 -v -55.000000 49.337173 103.574139 -v -41.250000 49.337173 103.574139 -v -27.500000 49.337173 103.574139 -v -13.750000 49.337173 103.574139 -v -13.750000 50.000000 103.500000 -v 0.000000 50.000000 103.500000 -v 0.000000 50.662827 103.574139 -v 13.750000 50.662827 103.574139 -v 27.500000 50.662827 103.574139 -v -123.750000 50.000000 103.500000 -v -137.500000 50.000000 103.500000 -v -123.750000 50.662827 103.574139 -v -137.500000 50.662827 103.574139 -v -13.750000 50.662827 103.574139 -v -27.500000 50.662827 103.574139 -v -27.500000 50.000000 103.500000 -v 123.750000 49.337173 103.574139 -v -110.000000 50.000000 103.500000 -v -110.000000 50.662827 103.574139 -v -82.500000 49.337173 103.574139 -v -68.750000 49.337173 103.574139 -v -68.750000 50.000000 103.500000 -v 13.750000 50.000000 103.500000 -v 41.250000 49.337173 103.574139 -v 55.000000 49.337173 103.574139 -v 55.000000 50.000000 103.500000 -v -96.250000 50.662827 103.574139 -v -137.500000 55.085785 100.000000 -v -137.500000 53.500000 100.000000 -v -137.500000 53.500000 99.000000 -v -137.500000 57.500000 99.000000 -v -137.500000 57.500000 102.992208 -v -137.500000 56.500000 102.992208 -v -137.500000 56.500000 101.414213 -v -137.500000 52.707096 105.207105 -v 0.000000 52.925865 105.837172 -v 13.750000 52.925861 105.837172 -v 27.500000 52.925861 105.837172 -v 27.500000 53.000000 106.500000 -v 41.250000 53.000000 106.500000 -v 41.250000 52.925861 107.162827 -v 55.000000 52.925861 107.162827 -v 68.750000 52.925861 107.162827 -v 82.500000 52.925861 107.162827 -v 68.750000 53.000000 106.500000 -v 82.500000 53.000000 106.500000 -v 68.750000 52.925861 105.837172 -v 82.500000 52.925861 105.837172 -v 96.250000 52.925861 105.837172 -v 110.000000 52.925861 105.837172 -v 110.000000 53.000000 106.500000 -v 123.750000 53.000000 106.500000 -v 123.750000 52.925861 107.162827 -v 110.000000 52.925861 107.162827 -v 96.250000 52.925861 107.162827 -v 96.250000 53.000000 106.500000 -v -137.500000 52.925865 105.837172 -v -123.750000 52.925861 105.837172 -v -110.000000 52.925861 105.837172 -v -96.250000 52.925861 105.837172 -v -96.250000 53.000000 106.500000 -v -82.500000 53.000000 106.500000 -v -82.500000 52.925861 107.162827 -v -68.750000 52.925861 107.162827 -v -137.500000 52.707096 107.792893 -v -55.000000 52.925861 107.162827 -v -41.250000 52.925861 107.162827 -v -55.000000 53.000000 106.500000 -v -41.250000 53.000000 106.500000 -v -55.000000 52.925861 105.837172 -v -41.250000 52.925861 105.837172 -v -27.500000 52.925861 105.837172 -v -13.750000 52.925861 105.837172 -v -13.750000 53.000000 106.500000 -v 0.000000 53.000000 106.500000 -v 0.000000 52.925865 107.162827 -v 13.750000 52.925861 107.162827 -v 27.500000 52.925861 107.162827 -v -123.750000 53.000000 106.500000 -v -137.500000 53.000000 106.500000 -v -123.750000 52.925861 107.162827 -v -137.500000 52.925861 107.162827 -v -13.750000 52.925861 107.162827 -v -27.500000 52.925861 107.162827 -v -27.500000 53.000000 106.500000 -v 123.750000 52.925861 105.837172 -v -110.000000 53.000000 106.500000 -v -110.000000 52.925861 107.162827 -v -82.500000 52.925861 105.837172 -v -68.750000 52.925861 105.837172 -v -68.750000 53.000000 106.500000 -v 13.750000 53.000000 106.500000 -v 41.250000 52.925861 105.837172 -v 55.000000 52.925861 105.837172 -v 55.000000 53.000000 106.500000 -v -96.250000 52.925861 107.162827 -v -137.500000 56.500000 111.585786 -v -137.500000 56.500000 110.000000 -v -137.500000 57.500000 110.000000 -v -137.500000 57.500000 114.000000 -v -137.500000 53.500000 114.000000 -v -137.500000 53.500000 113.000000 -v -137.500000 55.085789 113.000000 -v -137.500000 51.292904 109.207107 -v 0.000000 50.662827 109.425860 -v 13.750000 50.662827 109.425860 -v 27.500000 50.662827 109.425860 -v 27.500000 50.000000 109.500000 -v 41.250000 50.000000 109.500000 -v 41.250000 49.337173 109.425860 -v 55.000000 49.337173 109.425860 -v 68.750000 49.337173 109.425860 -v 82.500000 49.337173 109.425860 -v 68.750000 50.000000 109.500000 -v 82.500000 50.000000 109.500000 -v 68.750000 50.662827 109.425860 -v 82.500000 50.662827 109.425860 -v 96.250000 50.662827 109.425860 -v 110.000000 50.662827 109.425860 -v 110.000000 50.000000 109.500000 -v 123.750000 50.000000 109.500000 -v 123.750000 49.337173 109.425860 -v 110.000000 49.337173 109.425860 -v 96.250000 49.337173 109.425860 -v 96.250000 50.000000 109.500000 -v -137.500000 50.662827 109.425860 -v -123.750000 50.662827 109.425860 -v -110.000000 50.662827 109.425860 -v -96.250000 50.662827 109.425860 -v -96.250000 50.000000 109.500000 -v -82.500000 50.000000 109.500000 -v -82.500000 49.337173 109.425860 -v -68.750000 49.337173 109.425860 -v -137.500000 48.707100 109.207107 -v -55.000000 49.337173 109.425860 -v -41.250000 49.337173 109.425860 -v -55.000000 50.000000 109.500000 -v -41.250000 50.000000 109.500000 -v -55.000000 50.662827 109.425860 -v -41.250000 50.662827 109.425860 -v -27.500000 50.662827 109.425860 -v -13.750000 50.662827 109.425860 -v -13.750000 50.000000 109.500000 -v 0.000000 50.000000 109.500000 -v 0.000000 49.337173 109.425860 -v 13.750000 49.337173 109.425860 -v 27.500000 49.337173 109.425860 -v -123.750000 50.000000 109.500000 -v -137.500000 50.000000 109.500000 -v -123.750000 49.337173 109.425860 -v -137.500000 49.337173 109.425860 -v -13.750000 49.337173 109.425860 -v -27.500000 49.337173 109.425860 -v -27.500000 50.000000 109.500000 -v 123.750000 50.662827 109.425860 -v -110.000000 50.000000 109.500000 -v -110.000000 49.337173 109.425860 -v -82.500000 50.662827 109.425860 -v -68.750000 50.662827 109.425860 -v -68.750000 50.000000 109.500000 -v 13.750000 50.000000 109.500000 -v 41.250000 50.662827 109.425860 -v 55.000000 50.662827 109.425860 -v 55.000000 50.000000 109.500000 -v -96.250000 49.337173 109.425860 -v -137.500000 44.914219 113.000000 -v -137.500000 46.500000 113.000000 -v -137.500000 46.500000 114.000000 -v -137.500000 42.500000 114.000000 -v -137.500000 42.500000 110.000000 -v 113.535530 -88.535530 100.000000 -v 113.535538 -88.535530 96.500000 -v 114.571068 -89.330132 100.000000 -v 114.571068 -89.330132 96.500000 -v 115.776970 -89.829628 100.000000 -v 115.776970 -89.829628 96.500000 -v 117.071060 -90.000000 100.000000 -v 117.071068 -90.000000 96.500000 -v 51.464470 -26.464464 100.000000 -v 51.464470 -26.464466 96.499998 -v 135.000000 -85.000000 100.000000 -v 135.000000 -72.071068 100.000000 -v 130.000000 -90.000000 100.000000 -v 134.829636 -86.294098 100.000000 -v 134.330124 -87.500000 100.000000 -v 133.535538 -88.535538 100.000000 -v 132.500000 -89.330132 100.000000 -v 131.294098 -89.829628 100.000000 -v 133.535538 -68.535530 100.000000 -v 134.829636 -70.776970 100.000000 -v 134.330124 -69.571068 100.000000 -v 116.464462 -51.464466 100.000000 -v 115.669876 -50.428932 100.000000 -v 115.170372 -49.223026 100.000000 -v 115.000008 -47.928932 100.000000 -v 51.464470 26.464464 100.000000 -v 115.000000 47.928932 100.000000 -v 115.170372 49.223026 100.000000 -v 115.669876 50.428932 100.000000 -v 113.535538 88.535530 100.000000 -v 116.464470 51.464470 100.000000 -v 133.535538 68.535538 100.000000 -v 134.330124 69.571068 100.000000 -v 134.829636 70.776970 100.000000 -v 135.000000 72.071075 100.000000 -v 135.000000 85.000000 100.000000 -v 117.071068 90.000000 100.000000 -v 130.000000 90.000000 100.000000 -v 134.829636 86.294098 100.000000 -v 134.330124 87.500000 100.000000 -v 133.535538 88.535538 100.000000 -v 132.500000 89.330132 100.000000 -v 131.294098 89.829628 100.000000 -v 115.776970 89.829628 100.000000 -v 114.571068 89.330132 100.000000 -v 50.428932 -25.669874 100.000000 -v 50.428932 25.669874 100.000000 -v 49.223030 -25.170370 100.000000 -v 49.223026 25.170370 100.000000 -v 47.928932 25.000002 100.000000 -v 47.928932 -25.000000 100.000000 -v -47.928932 25.000000 100.000000 -v -47.928932 -25.000000 100.000000 -v -49.223030 -25.170370 100.000000 -v -49.223026 25.170370 100.000000 -v -50.428932 25.669874 100.000000 -v -50.428932 -25.669874 100.000000 -v -51.464474 26.464468 100.000000 -v -51.464470 -26.464466 100.000000 -v -115.000000 -47.928932 100.000000 -v -115.170372 -49.223026 100.000000 -v -113.535530 88.535530 100.000000 -v -115.669876 50.428932 100.000000 -v -115.170372 49.223026 100.000000 -v -115.000000 47.928932 100.000000 -v -114.571068 89.330132 100.000000 -v -117.071060 90.000000 100.000000 -v -135.000000 85.000000 100.000000 -v -135.000000 72.071068 100.000000 -v -115.776970 89.829628 100.000000 -v -130.000000 90.000000 100.000000 -v -134.829636 86.294098 100.000000 -v -134.330124 87.500000 100.000000 -v -133.535538 88.535538 100.000000 -v -132.500000 89.330132 100.000000 -v -131.294098 89.829628 100.000000 -v -133.535538 68.535530 100.000000 -v -134.829636 70.776970 100.000000 -v -134.330124 69.571068 100.000000 -v -116.464462 51.464466 100.000000 -v -115.669876 -50.428932 100.000000 -v -113.535538 -88.535530 100.000000 -v -116.464470 -51.464470 100.000000 -v -133.535538 -68.535538 100.000000 -v -134.330124 -69.571068 100.000000 -v -134.829636 -70.776970 100.000000 -v -135.000000 -72.071075 100.000000 -v -135.000000 -85.000000 100.000000 -v -117.071068 -90.000000 100.000000 -v -130.000000 -90.000000 100.000000 -v -134.829636 -86.294098 100.000000 -v -134.330124 -87.500000 100.000000 -v -133.535538 -88.535538 100.000000 -v -132.500000 -89.330132 100.000000 -v -131.294098 -89.829628 100.000000 -v -115.776970 -89.829628 100.000000 -v -114.571068 -89.330132 100.000000 -v 50.428932 -25.669874 96.500000 -v 49.223030 -25.170370 96.499998 -v 47.928932 -25.000000 96.500000 -v -47.928932 -25.000000 96.500000 -v 130.000000 -90.000000 96.500000 -v 131.294098 -89.829628 96.500000 -v 132.500000 -89.330132 96.500000 -v 133.535538 -88.535538 96.500000 -v 134.330124 -87.500000 96.500000 -v 134.829636 -86.294098 96.500000 -v 135.000000 -85.000000 96.500000 -v 135.000000 -72.071075 96.499998 -v 133.535538 -68.535538 96.500000 -v 134.829636 -70.776970 96.500000 -v 134.330124 -69.571068 96.500000 -v 115.669876 -50.428932 96.500000 -v 116.464470 -51.464470 96.500000 -v 51.464474 26.464468 96.500000 -v 115.000000 -47.928932 96.500000 -v 115.170372 -49.223026 96.500000 -v 50.428932 25.669874 96.500000 -v 49.223026 25.170370 96.500000 -v 47.928932 25.000000 96.500000 -v -47.928932 25.000002 96.499998 -v -49.223030 -25.170370 96.499998 -v -49.223026 25.170370 96.500000 -v -50.428932 25.669874 96.500000 -v -50.428932 -25.669874 96.500000 -v -51.464470 26.464464 96.500000 -v -51.464470 -26.464464 96.500000 -v -115.000008 -47.928932 96.499998 -v -115.170372 -49.223026 96.500000 -v -115.669876 -50.428932 96.500000 -v -113.535530 -88.535530 96.500000 -v -116.464462 -51.464466 96.500000 -v -133.535538 -68.535530 96.500000 -v -135.000000 -72.071068 96.500000 -v -134.829636 -70.776970 96.500000 -v -114.571068 -89.330132 96.500000 -v -117.071060 -90.000000 96.500000 -v -135.000000 -85.000000 96.500000 -v -115.776970 -89.829628 96.500000 -v -130.000000 -90.000000 96.500000 -v -134.829636 -86.294098 96.500000 -v -134.330124 -87.500000 96.500000 -v -133.535538 -88.535538 96.500000 -v -132.500000 -89.330132 96.500000 -v -131.294098 -89.829628 96.500000 -v -134.330124 -69.571068 96.500000 -v -115.000000 47.928932 96.500000 -v -115.170372 49.223026 96.500000 -v -115.669876 50.428932 96.500000 -v -113.535538 88.535530 96.500000 -v -116.464470 51.464470 96.500000 -v -133.535538 68.535538 96.500000 -v -134.330124 69.571068 96.500000 -v -134.829636 70.776970 96.500000 -v -135.000000 72.071075 96.499998 -v -135.000000 85.000000 96.500000 -v -117.071068 90.000000 96.500000 -v -130.000000 90.000000 96.500000 -v -134.829636 86.294098 96.500000 -v -134.330124 87.500000 96.500000 -v -133.535538 88.535538 96.500000 -v -132.500000 89.330132 96.500000 -v -131.294098 89.829628 96.500000 -v -115.776970 89.829628 96.500000 -v -114.571068 89.330132 96.500000 -v 113.535530 88.535530 96.500000 -v 115.669876 50.428932 96.500000 -v 115.170372 49.223026 96.500000 -v 115.000000 47.928932 96.500000 -v 114.571068 89.330132 96.500000 -v 117.071060 90.000000 96.500000 -v 135.000000 85.000000 96.500000 -v 135.000000 72.071068 96.500000 -v 115.776970 89.829628 96.500000 -v 130.000000 90.000000 96.500000 -v 134.829636 86.294098 96.500000 -v 134.330124 87.500000 96.500000 -v 133.535538 88.535538 96.500000 -v 132.500000 89.330132 96.500000 -v 131.294098 89.829628 96.500000 -v 133.535538 68.535530 96.500000 -v 134.829636 70.776970 96.500000 -v 134.330124 69.571068 96.500000 -v 116.464462 51.464466 96.500000 -v -86.000000 -205.000000 85.000000 -v -79.000000 -205.000000 85.000000 -v -86.000000 -205.000000 84.000000 -v -79.000000 -205.000000 84.000000 -v -82.500000 -205.000000 80.500000 -v -81.837173 -205.000000 80.425861 -v -81.207115 -205.000000 80.207096 -v -77.414215 -205.000000 84.000000 -v -83.162834 -205.000000 80.425861 -v -83.792885 -205.000000 80.207096 -v -87.585785 -205.000000 84.000000 -v -90.000000 -205.000000 73.992207 -v -90.000008 -205.000015 81.000000 -v -89.000000 -205.000000 73.992210 -v -89.000000 -205.000000 81.000000 -v -85.500000 -205.000000 77.500000 -v -85.425858 -205.000000 78.162827 -v -85.207115 -205.000000 78.792900 -v -89.000000 -205.000000 82.585785 -v -85.425858 -205.000000 76.837173 -v -85.207115 -205.000000 76.207096 -v -89.000000 -205.000000 72.414215 -v -79.000000 -205.000000 70.000000 -v -86.000000 -205.000000 70.000000 -v -79.000000 -205.000000 71.000000 -v -86.000000 -205.000000 71.000000 -v -82.500000 -205.000000 74.500000 -v -83.162827 -205.000000 74.574139 -v -83.792885 -205.000000 74.792900 -v -87.585785 -205.000000 71.000000 -v -81.837173 -205.000000 74.574139 -v -81.207115 -205.000000 74.792900 -v -77.414215 -205.000000 71.000000 -v -75.000000 -205.000000 73.992207 -v -76.000000 -205.000000 73.992210 -v -75.000000 -205.000015 81.000000 -v -76.000000 -205.000000 81.000000 -v -79.500000 -205.000000 77.500000 -v -79.574150 -205.000000 78.162827 -v -76.000000 -205.000000 72.414215 -v -79.792885 -205.000000 76.207096 -v -79.574142 -205.000000 76.837173 -v -79.792885 -205.000000 78.792900 -v -76.000000 -205.000000 82.585785 -v -90.000000 -207.500000 85.000000 -v -90.000000 -207.500000 70.000000 -v -75.000000 -207.500000 85.000000 -v -75.000000 -207.500000 70.000000 -v -90.000000 235.000000 73.992207 -v -89.000000 235.000000 73.992210 -v -90.000008 235.000015 81.000000 -v -89.000000 235.000000 81.000000 -v -85.500000 235.000000 77.500000 -v -85.425858 235.000000 78.162827 -v -89.000000 235.000000 72.414215 -v -85.207115 235.000000 76.207096 -v -85.425858 235.000000 76.837173 -v -85.207115 235.000000 78.792900 -v -89.000000 235.000000 82.585785 -v -86.000000 235.000000 70.000000 -v -79.000000 235.000015 69.999996 -v -86.000000 235.000000 71.000000 -v -79.000000 235.000000 71.000000 -v -82.500000 235.000000 74.500000 -v -81.837173 235.000000 74.574139 -v -81.207115 235.000000 74.792900 -v -77.414215 235.000000 71.000000 -v -83.162834 235.000000 74.574139 -v -83.792885 235.000000 74.792900 -v -87.585785 235.000000 71.000000 -v -79.000000 235.000000 85.000000 -v -86.000000 235.000000 85.000000 -v -79.000000 235.000000 84.000000 -v -86.000000 235.000000 84.000000 -v -82.500000 235.000000 80.500000 -v -83.162827 235.000000 80.425861 -v -83.792885 235.000000 80.207096 -v -87.585785 235.000000 84.000000 -v -81.837173 235.000000 80.425861 -v -81.207115 235.000000 80.207096 -v -77.414215 235.000000 84.000000 -v -90.000008 237.500015 69.999996 -v -90.000000 237.500000 85.000000 -v -75.000000 237.500015 69.999996 -v -75.000000 237.500000 85.000000 -v -75.000000 235.000000 73.992207 -v -75.000000 235.000015 81.000000 -v -76.000000 235.000000 73.992210 -v -76.000000 235.000000 81.000000 -v -79.500000 235.000000 77.500000 -v -79.574142 235.000000 78.162827 -v -79.792885 235.000000 78.792900 -v -76.000000 235.000000 82.585785 -v -79.574150 235.000000 76.837173 -v -79.792885 235.000000 76.207096 -v -76.000000 235.000000 72.414215 -v -85.425858 7.903226 78.162827 -v -85.425858 -6.290323 78.162827 -v -85.425858 -20.483871 78.162827 -v -85.500000 -20.483871 77.500000 -v -85.500000 -34.677418 77.500000 -v -85.425858 -34.677418 76.837173 -v -85.425858 -48.870968 76.837173 -v -85.425858 -63.064522 76.837173 -v -85.425858 -77.258064 76.837173 -v -85.500000 -63.064522 77.500000 -v -85.500000 -77.258064 77.500000 -v -85.425858 -63.064522 78.162827 -v -85.425858 -77.258064 78.162827 -v -85.425858 -91.451614 78.162827 -v -85.425858 -105.645164 78.162827 -v -85.500000 -105.645164 77.500000 -v -85.500000 -119.838707 77.500000 -v -85.425858 -119.838707 76.837173 -v -85.425858 -134.032257 76.837173 -v -85.425858 -148.225815 76.837173 -v -85.425858 -162.419357 76.837173 -v -85.500000 -148.225815 77.500000 -v -85.500000 -162.419373 77.500000 -v -85.425858 -148.225815 78.162827 -v -85.425858 -162.419357 78.162827 -v -85.425858 -176.612900 78.162827 -v -85.425858 -190.806458 78.162827 -v -85.500000 -190.806458 77.500000 -v -85.425858 -190.806458 76.837173 -v -85.425858 -176.612900 76.837173 -v -85.425858 220.806442 78.162827 -v -85.425858 206.612900 78.162827 -v -85.425858 192.419357 78.162827 -v -85.500000 192.419357 77.500000 -v -85.500000 178.225815 77.500000 -v -85.425858 178.225815 76.837173 -v -85.425858 164.032257 76.837173 -v -85.425858 149.838730 76.837173 -v -85.425858 135.645157 76.837173 -v -85.500000 149.838730 77.500000 -v -85.500000 135.645157 77.500000 -v -85.425858 149.838730 78.162827 -v -85.425858 135.645157 78.162827 -v -85.425858 121.451614 78.162827 -v -85.425858 107.258072 78.162827 -v -85.500000 107.258072 77.500000 -v -85.500000 93.064514 77.500000 -v -85.425858 93.064514 76.837173 -v -85.425858 78.870964 76.837173 -v -85.425858 64.677422 76.837173 -v -85.425858 50.483871 76.837173 -v -85.500000 64.677429 77.500000 -v -85.500000 50.483871 77.500000 -v -85.425858 64.677422 78.162827 -v -85.425858 50.483871 78.162827 -v -85.425858 36.290321 78.162827 -v -85.425858 22.096775 78.162827 -v -85.500000 22.096775 77.500000 -v -85.500000 7.903226 77.500000 -v -85.425858 7.903226 76.837173 -v -85.425858 -6.290323 76.837173 -v -85.425858 -20.483871 76.837173 -v -85.500000 220.806442 77.500000 -v -85.425858 220.806442 76.837173 -v -85.425858 22.096775 76.837173 -v -85.425858 36.290321 76.837173 -v -85.500000 206.612900 77.500000 -v -85.425858 206.612900 76.837173 -v -85.425858 178.225815 78.162827 -v -85.425858 164.032257 78.162827 -v -85.500000 164.032257 77.500000 -v -85.500000 121.451614 77.500000 -v -85.425858 121.451614 76.837173 -v -85.425858 93.064514 78.162827 -v -85.425858 78.870964 78.162827 -v -85.500000 78.870972 77.500000 -v -85.500000 36.290321 77.500000 -v -85.500000 -6.290323 77.500000 -v -85.425858 -34.677418 78.162827 -v -85.425858 -48.870968 78.162827 -v -85.500000 -48.870968 77.500000 -v -85.500000 -91.451614 77.500000 -v -85.425858 -91.451614 76.837173 -v -85.425858 -119.838707 78.162827 -v -85.425858 -134.032257 78.162827 -v -85.500000 -134.032257 77.500000 -v -85.500000 -176.612900 77.500000 -v -85.425858 192.419357 76.837173 -v -85.425858 107.258072 76.837173 -v -85.425858 -105.645164 76.837173 -v -83.162834 7.903226 74.574135 -v -83.162834 -6.290323 74.574139 -v -83.162834 -20.483871 74.574139 -v -82.500000 -20.483871 74.500000 -v -82.500000 -34.677418 74.500000 -v -81.837173 -34.677418 74.574139 -v -81.837173 -48.870968 74.574139 -v -81.837173 -63.064522 74.574139 -v -81.837173 -77.258064 74.574139 -v -82.500000 -63.064522 74.500000 -v -82.500000 -77.258064 74.500000 -v -83.162834 -63.064522 74.574139 -v -83.162834 -77.258064 74.574139 -v -83.162834 -91.451614 74.574139 -v -83.162834 -105.645164 74.574139 -v -82.500000 -105.645164 74.500000 -v -82.500000 -119.838707 74.500000 -v -81.837173 -119.838707 74.574139 -v -81.837173 -134.032257 74.574139 -v -81.837173 -148.225815 74.574139 -v -81.837173 -162.419357 74.574139 -v -82.500000 -148.225815 74.500000 -v -82.500000 -162.419373 74.500000 -v -83.162834 -148.225815 74.574139 -v -83.162834 -162.419357 74.574139 -v -83.162834 -176.612900 74.574139 -v -83.162834 -190.806458 74.574139 -v -82.500000 -190.806458 74.500000 -v -81.837173 -190.806458 74.574139 -v -81.837173 -176.612900 74.574139 -v -83.162834 220.806442 74.574139 -v -83.162834 206.612900 74.574139 -v -83.162834 192.419357 74.574139 -v -82.500000 192.419357 74.500000 -v -82.500000 178.225815 74.500000 -v -81.837173 178.225815 74.574139 -v -81.837173 164.032257 74.574139 -v -81.837173 149.838730 74.574139 -v -81.837173 135.645157 74.574139 -v -82.500000 149.838730 74.500000 -v -82.500000 135.645157 74.500000 -v -83.162834 149.838730 74.574139 -v -83.162834 135.645157 74.574139 -v -83.162834 121.451614 74.574139 -v -83.162834 107.258072 74.574139 -v -82.500000 107.258072 74.500000 -v -82.500000 93.064514 74.500000 -v -81.837173 93.064514 74.574139 -v -81.837173 78.870964 74.574139 -v -81.837173 64.677422 74.574139 -v -81.837173 50.483871 74.574139 -v -82.500000 64.677429 74.500000 -v -82.500000 50.483871 74.500000 -v -83.162834 64.677422 74.574139 -v -83.162834 50.483871 74.574139 -v -83.162834 36.290321 74.574139 -v -83.162834 22.096775 74.574139 -v -82.500000 22.096775 74.500000 -v -82.500000 7.903226 74.500000 -v -81.837173 7.903226 74.574139 -v -81.837173 -6.290323 74.574139 -v -81.837173 -20.483871 74.574139 -v -82.500000 220.806442 74.500000 -v -81.837173 220.806442 74.574139 -v -81.837173 22.096775 74.574135 -v -81.837173 36.290321 74.574139 -v -82.500000 206.612900 74.500000 -v -81.837173 206.612900 74.574139 -v -83.162834 178.225815 74.574139 -v -83.162834 164.032257 74.574139 -v -82.500000 164.032257 74.500000 -v -82.500000 121.451614 74.500000 -v -81.837173 121.451614 74.574139 -v -83.162834 93.064514 74.574139 -v -83.162834 78.870964 74.574139 -v -82.500000 78.870972 74.500000 -v -82.500000 36.290321 74.500000 -v -82.500000 -6.290323 74.500000 -v -83.162834 -34.677418 74.574139 -v -83.162834 -48.870968 74.574139 -v -82.500000 -48.870968 74.500000 -v -82.500000 -91.451614 74.500000 -v -81.837173 -91.451614 74.574139 -v -83.162834 -119.838707 74.574139 -v -83.162834 -134.032257 74.574139 -v -82.500000 -134.032257 74.500000 -v -82.500000 -176.612900 74.500000 -v -81.837173 192.419357 74.574139 -v -81.837173 107.258072 74.574139 -v -81.837173 -105.645164 74.574139 -v -79.574150 7.903226 76.837173 -v -79.574150 -6.290323 76.837173 -v -79.574150 -20.483871 76.837173 -v -79.500000 -20.483871 77.500000 -v -79.500000 -34.677418 77.500000 -v -79.574150 -34.677418 78.162827 -v -79.574150 -48.870968 78.162827 -v -79.574150 -63.064522 78.162827 -v -79.574150 -77.258064 78.162827 -v -79.500000 -63.064522 77.500000 -v -79.500000 -77.258064 77.500000 -v -79.574150 -63.064522 76.837173 -v -79.574150 -77.258064 76.837173 -v -79.574150 -91.451614 76.837173 -v -79.574150 -105.645164 76.837173 -v -79.500000 -105.645164 77.500000 -v -79.500000 -119.838707 77.500000 -v -79.574150 -119.838707 78.162827 -v -79.574150 -134.032257 78.162827 -v -79.574150 -148.225815 78.162827 -v -79.574150 -162.419357 78.162827 -v -79.500000 -148.225815 77.500000 -v -79.500000 -162.419373 77.500000 -v -79.574150 -148.225815 76.837173 -v -79.574150 -162.419357 76.837173 -v -79.574150 -176.612900 76.837173 -v -79.574150 -190.806458 76.837173 -v -79.500000 -190.806458 77.500000 -v -79.574150 -190.806458 78.162827 -v -79.574150 -176.612900 78.162827 -v -79.574150 220.806442 76.837173 -v -79.574150 206.612900 76.837173 -v -79.574150 192.419357 76.837173 -v -79.500000 192.419357 77.500000 -v -79.500000 178.225815 77.500000 -v -79.574150 178.225815 78.162827 -v -79.574150 164.032257 78.162827 -v -79.574150 149.838730 78.162827 -v -79.574150 135.645157 78.162827 -v -79.500000 149.838730 77.500000 -v -79.500000 135.645157 77.500000 -v -79.574150 149.838730 76.837173 -v -79.574150 135.645157 76.837173 -v -79.574150 121.451614 76.837173 -v -79.574150 107.258072 76.837173 -v -79.500000 107.258072 77.500000 -v -79.500000 93.064514 77.500000 -v -79.574150 93.064514 78.162827 -v -79.574150 78.870964 78.162827 -v -79.574150 64.677422 78.162827 -v -79.574150 50.483871 78.162827 -v -79.500000 64.677429 77.500000 -v -79.500000 50.483871 77.500000 -v -79.574150 64.677422 76.837173 -v -79.574150 50.483871 76.837173 -v -79.574150 36.290321 76.837173 -v -79.574150 22.096775 76.837173 -v -79.500000 22.096775 77.500000 -v -79.500000 7.903226 77.500000 -v -79.574150 7.903226 78.162827 -v -79.574150 -6.290323 78.162827 -v -79.574150 -20.483871 78.162827 -v -79.500000 220.806442 77.500000 -v -79.574150 220.806442 78.162827 -v -79.574150 22.096775 78.162827 -v -79.574150 36.290321 78.162827 -v -79.500000 206.612900 77.500000 -v -79.574150 206.612900 78.162827 -v -79.574150 178.225815 76.837173 -v -79.574150 164.032257 76.837173 -v -79.500000 164.032257 77.500000 -v -79.500000 121.451614 77.500000 -v -79.574150 121.451614 78.162827 -v -79.574150 93.064514 76.837173 -v -79.574150 78.870964 76.837173 -v -79.500000 78.870972 77.500000 -v -79.500000 36.290321 77.500000 -v -79.500000 -6.290323 77.500000 -v -79.574150 -34.677418 76.837173 -v -79.574150 -48.870968 76.837173 -v -79.500000 -48.870968 77.500000 -v -79.500000 -91.451614 77.500000 -v -79.574150 -91.451614 78.162827 -v -79.574150 -119.838707 76.837173 -v -79.574150 -134.032257 76.837173 -v -79.500000 -134.032257 77.500000 -v -79.500000 -176.612900 77.500000 -v -79.574150 192.419357 78.162827 -v -79.574150 107.258072 78.162827 -v -79.574150 -105.645164 78.162827 -v -81.837173 7.903226 80.425858 -v -81.837173 -6.290323 80.425861 -v -81.837173 -20.483871 80.425861 -v -82.500000 -20.483871 80.500000 -v -82.500000 -34.677418 80.500000 -v -83.162834 -34.677418 80.425861 -v -83.162834 -48.870968 80.425861 -v -83.162834 -63.064522 80.425861 -v -83.162834 -77.258064 80.425861 -v -82.500000 -63.064522 80.500000 -v -82.500000 -77.258064 80.500000 -v -81.837173 -63.064522 80.425861 -v -81.837173 -77.258064 80.425861 -v -81.837173 -91.451614 80.425861 -v -81.837173 -105.645164 80.425861 -v -82.500000 -105.645164 80.500000 -v -82.500000 -119.838707 80.500000 -v -83.162834 -119.838707 80.425861 -v -83.162834 -134.032257 80.425861 -v -83.162834 -148.225815 80.425861 -v -83.162834 -162.419357 80.425861 -v -82.500000 -148.225815 80.500000 -v -82.500000 -162.419373 80.500000 -v -81.837173 -148.225815 80.425861 -v -81.837173 -162.419357 80.425861 -v -81.837173 -176.612900 80.425861 -v -81.837173 -190.806458 80.425861 -v -82.500000 -190.806458 80.500000 -v -83.162834 -190.806458 80.425861 -v -83.162834 -176.612900 80.425861 -v -81.837173 220.806442 80.425861 -v -81.837173 206.612900 80.425861 -v -81.837173 192.419357 80.425861 -v -82.500000 192.419357 80.500000 -v -82.500000 178.225815 80.500000 -v -83.162834 178.225815 80.425861 -v -83.162834 164.032257 80.425861 -v -83.162834 149.838730 80.425861 -v -83.162834 135.645157 80.425861 -v -82.500000 149.838730 80.500000 -v -82.500000 135.645157 80.500000 -v -81.837173 149.838730 80.425861 -v -81.837173 135.645157 80.425861 -v -81.837173 121.451614 80.425861 -v -81.837173 107.258072 80.425861 -v -82.500000 107.258072 80.500000 -v -82.500000 93.064514 80.500000 -v -83.162834 93.064514 80.425861 -v -83.162834 78.870964 80.425861 -v -83.162834 64.677422 80.425861 -v -83.162834 50.483871 80.425861 -v -82.500000 64.677429 80.500000 -v -82.500000 50.483871 80.500000 -v -81.837173 64.677422 80.425861 -v -81.837173 50.483871 80.425861 -v -81.837173 36.290321 80.425861 -v -81.837173 22.096775 80.425861 -v -82.500000 22.096775 80.500000 -v -82.500000 7.903226 80.500000 -v -83.162834 7.903226 80.425861 -v -83.162834 -6.290323 80.425861 -v -83.162834 -20.483871 80.425861 -v -82.500000 220.806442 80.500000 -v -83.162834 220.806442 80.425861 -v -83.162834 22.096775 80.425858 -v -83.162834 36.290321 80.425861 -v -82.500000 206.612900 80.500000 -v -83.162834 206.612900 80.425861 -v -81.837173 178.225815 80.425861 -v -81.837173 164.032257 80.425861 -v -82.500000 164.032257 80.500000 -v -82.500000 121.451614 80.500000 -v -83.162834 121.451614 80.425861 -v -81.837173 93.064514 80.425861 -v -81.837173 78.870964 80.425861 -v -82.500000 78.870972 80.500000 -v -82.500000 36.290321 80.500000 -v -82.500000 -6.290323 80.500000 -v -81.837173 -34.677418 80.425861 -v -81.837173 -48.870968 80.425861 -v -82.500000 -48.870968 80.500000 -v -82.500000 -91.451614 80.500000 -v -83.162834 -91.451614 80.425861 -v -81.837173 -119.838707 80.425861 -v -81.837173 -134.032257 80.425861 -v -82.500000 -134.032257 80.500000 -v -82.500000 -176.612900 80.500000 -v -83.162834 192.419357 80.425861 -v -83.162834 107.258072 80.425861 -v -83.162834 -105.645164 80.425861 -v 79.000000 -205.000000 85.000000 -v 86.000000 -205.000000 85.000000 -v 79.000000 -205.000000 84.000000 -v 86.000000 -205.000000 84.000000 -v 82.500000 -205.000000 80.500000 -v 83.162827 -205.000000 80.425861 -v 83.792885 -205.000000 80.207096 -v 87.585785 -205.000000 84.000000 -v 81.837173 -205.000000 80.425861 -v 81.207115 -205.000000 80.207096 -v 77.414215 -205.000000 84.000000 -v 75.000000 -205.000000 73.992207 -v 75.000000 -205.000015 81.000000 -v 76.000000 -205.000000 73.992210 -v 76.000000 -205.000000 81.000000 -v 79.500000 -205.000000 77.500000 -v 79.574142 -205.000000 78.162827 -v 79.792885 -205.000000 78.792900 -v 76.000000 -205.000000 82.585785 -v 79.574150 -205.000000 76.837173 -v 79.792885 -205.000000 76.207096 -v 76.000000 -205.000000 72.414215 -v 86.000000 -205.000000 70.000000 -v 79.000000 -205.000000 70.000000 -v 86.000000 -205.000000 71.000000 -v 79.000000 -205.000000 71.000000 -v 82.500000 -205.000000 74.500000 -v 81.837173 -205.000000 74.574139 -v 81.207115 -205.000000 74.792900 -v 77.414215 -205.000000 71.000000 -v 83.162834 -205.000000 74.574139 -v 83.792885 -205.000000 74.792900 -v 87.585785 -205.000000 71.000000 -v 90.000000 -205.000000 73.992207 -v 89.000000 -205.000000 73.992210 -v 90.000008 -205.000015 81.000000 -v 89.000000 -205.000000 81.000000 -v 85.500000 -205.000000 77.500000 -v 85.425858 -205.000000 78.162827 -v 89.000000 -205.000000 72.414215 -v 85.207115 -205.000000 76.207096 -v 85.425858 -205.000000 76.837173 -v 85.207115 -205.000000 78.792900 -v 89.000000 -205.000000 82.585785 -v 75.000000 -207.500000 85.000000 -v 75.000000 -207.500000 70.000000 -v 90.000000 -207.500000 85.000000 -v 90.000000 -207.500000 70.000000 -v 75.000000 235.000000 73.992207 -v 76.000000 235.000000 73.992210 -v 75.000000 235.000015 81.000000 -v 76.000000 235.000000 81.000000 -v 79.500000 235.000000 77.500000 -v 79.574150 235.000000 78.162827 -v 76.000000 235.000000 72.414215 -v 79.792885 235.000000 76.207096 -v 79.574142 235.000000 76.837173 -v 79.792885 235.000000 78.792900 -v 76.000000 235.000000 82.585785 -v 79.000000 235.000000 70.000000 -v 86.000008 235.000015 69.999996 -v 79.000000 235.000000 71.000000 -v 86.000000 235.000000 71.000000 -v 82.500000 235.000000 74.500000 -v 83.162827 235.000000 74.574139 -v 83.792885 235.000000 74.792900 -v 87.585785 235.000000 71.000000 -v 81.837173 235.000000 74.574139 -v 81.207115 235.000000 74.792900 -v 77.414215 235.000000 71.000000 -v 86.000000 235.000000 85.000000 -v 79.000000 235.000000 85.000000 -v 86.000000 235.000000 84.000000 -v 79.000000 235.000000 84.000000 -v 82.500000 235.000000 80.500000 -v 81.837173 235.000000 80.425861 -v 81.207115 235.000000 80.207096 -v 77.414215 235.000000 84.000000 -v 83.162834 235.000000 80.425861 -v 83.792885 235.000000 80.207096 -v 87.585785 235.000000 84.000000 -v 75.000000 237.500015 69.999996 -v 75.000000 237.500000 85.000000 -v 90.000008 237.500015 69.999996 -v 90.000000 237.500000 85.000000 -v 90.000000 235.000000 73.992207 -v 90.000008 235.000015 81.000000 -v 89.000000 235.000000 73.992210 -v 89.000000 235.000000 81.000000 -v 85.500000 235.000000 77.500000 -v 85.425858 235.000000 78.162827 -v 85.207115 235.000000 78.792900 -v 89.000000 235.000000 82.585785 -v 85.425858 235.000000 76.837173 -v 85.207115 235.000000 76.207096 -v 89.000000 235.000000 72.414215 -v 79.574150 7.903226 78.162827 -v 79.574150 -6.290323 78.162827 -v 79.574150 -20.483871 78.162827 -v 79.500000 -20.483871 77.500000 -v 79.500000 -34.677418 77.500000 -v 79.574150 -34.677418 76.837173 -v 79.574150 -48.870968 76.837173 -v 79.574150 -63.064522 76.837173 -v 79.574150 -77.258064 76.837173 -v 79.500000 -63.064522 77.500000 -v 79.500000 -77.258064 77.500000 -v 79.574150 -63.064522 78.162827 -v 79.574150 -77.258064 78.162827 -v 79.574150 -91.451614 78.162827 -v 79.574150 -105.645164 78.162827 -v 79.500000 -105.645164 77.500000 -v 79.500000 -119.838707 77.500000 -v 79.574150 -119.838707 76.837173 -v 79.574150 -134.032257 76.837173 -v 79.574150 -148.225815 76.837173 -v 79.574150 -162.419357 76.837173 -v 79.500000 -148.225815 77.500000 -v 79.500000 -162.419373 77.500000 -v 79.574150 -148.225815 78.162827 -v 79.574150 -162.419357 78.162827 -v 79.574150 -176.612900 78.162827 -v 79.574150 -190.806458 78.162827 -v 79.500000 -190.806458 77.500000 -v 79.574150 -190.806458 76.837173 -v 79.574150 -176.612900 76.837173 -v 79.574150 220.806442 78.162827 -v 79.574150 206.612900 78.162827 -v 79.574150 192.419357 78.162827 -v 79.500000 192.419357 77.500000 -v 79.500000 178.225815 77.500000 -v 79.574150 178.225815 76.837173 -v 79.574150 164.032257 76.837173 -v 79.574150 149.838730 76.837173 -v 79.574150 135.645157 76.837173 -v 79.500000 149.838730 77.500000 -v 79.500000 135.645157 77.500000 -v 79.574150 149.838730 78.162827 -v 79.574150 135.645157 78.162827 -v 79.574150 121.451614 78.162827 -v 79.574150 107.258072 78.162827 -v 79.500000 107.258072 77.500000 -v 79.500000 93.064514 77.500000 -v 79.574150 93.064514 76.837173 -v 79.574150 78.870964 76.837173 -v 79.574150 64.677422 76.837173 -v 79.574150 50.483871 76.837173 -v 79.500000 64.677429 77.500000 -v 79.500000 50.483871 77.500000 -v 79.574150 64.677422 78.162827 -v 79.574150 50.483871 78.162827 -v 79.574150 36.290321 78.162827 -v 79.574150 22.096775 78.162827 -v 79.500000 22.096775 77.500000 -v 79.500000 7.903226 77.500000 -v 79.574150 7.903226 76.837173 -v 79.574150 -6.290323 76.837173 -v 79.574150 -20.483871 76.837173 -v 79.500000 220.806442 77.500000 -v 79.574150 220.806442 76.837173 -v 79.574150 22.096775 76.837173 -v 79.574150 36.290321 76.837173 -v 79.500000 206.612900 77.500000 -v 79.574150 206.612900 76.837173 -v 79.574150 178.225815 78.162827 -v 79.574150 164.032257 78.162827 -v 79.500000 164.032257 77.500000 -v 79.500000 121.451614 77.500000 -v 79.574150 121.451614 76.837173 -v 79.574150 93.064514 78.162827 -v 79.574150 78.870964 78.162827 -v 79.500000 78.870972 77.500000 -v 79.500000 36.290321 77.500000 -v 79.500000 -6.290323 77.500000 -v 79.574150 -34.677418 78.162827 -v 79.574150 -48.870968 78.162827 -v 79.500000 -48.870968 77.500000 -v 79.500000 -91.451614 77.500000 -v 79.574150 -91.451614 76.837173 -v 79.574150 -119.838707 78.162827 -v 79.574150 -134.032257 78.162827 -v 79.500000 -134.032257 77.500000 -v 79.500000 -176.612900 77.500000 -v 79.574150 192.419357 76.837173 -v 79.574150 107.258072 76.837173 -v 79.574150 -105.645164 76.837173 -v 81.837173 7.903226 74.574135 -v 81.837173 -6.290323 74.574139 -v 81.837173 -20.483871 74.574139 -v 82.500000 -20.483871 74.500000 -v 82.500000 -34.677418 74.500000 -v 83.162834 -34.677418 74.574139 -v 83.162834 -48.870968 74.574139 -v 83.162834 -63.064522 74.574139 -v 83.162834 -77.258064 74.574139 -v 82.500000 -63.064522 74.500000 -v 82.500000 -77.258064 74.500000 -v 81.837173 -63.064522 74.574139 -v 81.837173 -77.258064 74.574139 -v 81.837173 -91.451614 74.574139 -v 81.837173 -105.645164 74.574139 -v 82.500000 -105.645164 74.500000 -v 82.500000 -119.838707 74.500000 -v 83.162834 -119.838707 74.574139 -v 83.162834 -134.032257 74.574139 -v 83.162834 -148.225815 74.574139 -v 83.162834 -162.419357 74.574139 -v 82.500000 -148.225815 74.500000 -v 82.500000 -162.419373 74.500000 -v 81.837173 -148.225815 74.574139 -v 81.837173 -162.419357 74.574139 -v 81.837173 -176.612900 74.574139 -v 81.837173 -190.806458 74.574139 -v 82.500000 -190.806458 74.500000 -v 83.162834 -190.806458 74.574139 -v 83.162834 -176.612900 74.574139 -v 81.837173 220.806442 74.574139 -v 81.837173 206.612900 74.574139 -v 81.837173 192.419357 74.574139 -v 82.500000 192.419357 74.500000 -v 82.500000 178.225815 74.500000 -v 83.162834 178.225815 74.574139 -v 83.162834 164.032257 74.574139 -v 83.162834 149.838730 74.574139 -v 83.162834 135.645157 74.574139 -v 82.500000 149.838730 74.500000 -v 82.500000 135.645157 74.500000 -v 81.837173 149.838730 74.574139 -v 81.837173 135.645157 74.574139 -v 81.837173 121.451614 74.574139 -v 81.837173 107.258072 74.574139 -v 82.500000 107.258072 74.500000 -v 82.500000 93.064514 74.500000 -v 83.162834 93.064514 74.574139 -v 83.162834 78.870964 74.574139 -v 83.162834 64.677422 74.574139 -v 83.162834 50.483871 74.574139 -v 82.500000 64.677429 74.500000 -v 82.500000 50.483871 74.500000 -v 81.837173 64.677422 74.574139 -v 81.837173 50.483871 74.574139 -v 81.837173 36.290321 74.574139 -v 81.837173 22.096775 74.574139 -v 82.500000 22.096775 74.500000 -v 82.500000 7.903226 74.500000 -v 83.162834 7.903226 74.574139 -v 83.162834 -6.290323 74.574139 -v 83.162834 -20.483871 74.574139 -v 82.500000 220.806442 74.500000 -v 83.162834 220.806442 74.574139 -v 83.162834 22.096775 74.574135 -v 83.162834 36.290321 74.574139 -v 82.500000 206.612900 74.500000 -v 83.162834 206.612900 74.574139 -v 81.837173 178.225815 74.574139 -v 81.837173 164.032257 74.574139 -v 82.500000 164.032257 74.500000 -v 82.500000 121.451614 74.500000 -v 83.162834 121.451614 74.574139 -v 81.837173 93.064514 74.574139 -v 81.837173 78.870964 74.574139 -v 82.500000 78.870972 74.500000 -v 82.500000 36.290321 74.500000 -v 82.500000 -6.290323 74.500000 -v 81.837173 -34.677418 74.574139 -v 81.837173 -48.870968 74.574139 -v 82.500000 -48.870968 74.500000 -v 82.500000 -91.451614 74.500000 -v 83.162834 -91.451614 74.574139 -v 81.837173 -119.838707 74.574139 -v 81.837173 -134.032257 74.574139 -v 82.500000 -134.032257 74.500000 -v 82.500000 -176.612900 74.500000 -v 83.162834 192.419357 74.574139 -v 83.162834 107.258072 74.574139 -v 83.162834 -105.645164 74.574139 -v 85.425858 7.903226 76.837173 -v 85.425858 -6.290323 76.837173 -v 85.425858 -20.483871 76.837173 -v 85.500000 -20.483871 77.500000 -v 85.500000 -34.677418 77.500000 -v 85.425858 -34.677418 78.162827 -v 85.425858 -48.870968 78.162827 -v 85.425858 -63.064522 78.162827 -v 85.425858 -77.258064 78.162827 -v 85.500000 -63.064522 77.500000 -v 85.500000 -77.258064 77.500000 -v 85.425858 -63.064522 76.837173 -v 85.425858 -77.258064 76.837173 -v 85.425858 -91.451614 76.837173 -v 85.425858 -105.645164 76.837173 -v 85.500000 -105.645164 77.500000 -v 85.500000 -119.838707 77.500000 -v 85.425858 -119.838707 78.162827 -v 85.425858 -134.032257 78.162827 -v 85.425858 -148.225815 78.162827 -v 85.425858 -162.419357 78.162827 -v 85.500000 -148.225815 77.500000 -v 85.500000 -162.419373 77.500000 -v 85.425858 -148.225815 76.837173 -v 85.425858 -162.419357 76.837173 -v 85.425858 -176.612900 76.837173 -v 85.425858 -190.806458 76.837173 -v 85.500000 -190.806458 77.500000 -v 85.425858 -190.806458 78.162827 -v 85.425858 -176.612900 78.162827 -v 85.425858 220.806442 76.837173 -v 85.425858 206.612900 76.837173 -v 85.425858 192.419357 76.837173 -v 85.500000 192.419357 77.500000 -v 85.500000 178.225815 77.500000 -v 85.425858 178.225815 78.162827 -v 85.425858 164.032257 78.162827 -v 85.425858 149.838730 78.162827 -v 85.425858 135.645157 78.162827 -v 85.500000 149.838730 77.500000 -v 85.500000 135.645157 77.500000 -v 85.425858 149.838730 76.837173 -v 85.425858 135.645157 76.837173 -v 85.425858 121.451614 76.837173 -v 85.425858 107.258072 76.837173 -v 85.500000 107.258072 77.500000 -v 85.500000 93.064514 77.500000 -v 85.425858 93.064514 78.162827 -v 85.425858 78.870964 78.162827 -v 85.425858 64.677422 78.162827 -v 85.425858 50.483871 78.162827 -v 85.500000 64.677429 77.500000 -v 85.500000 50.483871 77.500000 -v 85.425858 64.677422 76.837173 -v 85.425858 50.483871 76.837173 -v 85.425858 36.290321 76.837173 -v 85.425858 22.096775 76.837173 -v 85.500000 22.096775 77.500000 -v 85.500000 7.903226 77.500000 -v 85.425858 7.903226 78.162827 -v 85.425858 -6.290323 78.162827 -v 85.425858 -20.483871 78.162827 -v 85.500000 220.806442 77.500000 -v 85.425858 220.806442 78.162827 -v 85.425858 22.096775 78.162827 -v 85.425858 36.290321 78.162827 -v 85.500000 206.612900 77.500000 -v 85.425858 206.612900 78.162827 -v 85.425858 178.225815 76.837173 -v 85.425858 164.032257 76.837173 -v 85.500000 164.032257 77.500000 -v 85.500000 121.451614 77.500000 -v 85.425858 121.451614 78.162827 -v 85.425858 93.064514 76.837173 -v 85.425858 78.870964 76.837173 -v 85.500000 78.870972 77.500000 -v 85.500000 36.290321 77.500000 -v 85.500000 -6.290323 77.500000 -v 85.425858 -34.677418 76.837173 -v 85.425858 -48.870968 76.837173 -v 85.500000 -48.870968 77.500000 -v 85.500000 -91.451614 77.500000 -v 85.425858 -91.451614 78.162827 -v 85.425858 -119.838707 76.837173 -v 85.425858 -134.032257 76.837173 -v 85.500000 -134.032257 77.500000 -v 85.500000 -176.612900 77.500000 -v 85.425858 192.419357 78.162827 -v 85.425858 107.258072 78.162827 -v 85.425858 -105.645164 78.162827 -v 83.162834 7.903226 80.425858 -v 83.162834 -6.290323 80.425861 -v 83.162834 -20.483871 80.425861 -v 82.500000 -20.483871 80.500000 -v 82.500000 -34.677418 80.500000 -v 81.837173 -34.677418 80.425861 -v 81.837173 -48.870968 80.425861 -v 81.837173 -63.064522 80.425861 -v 81.837173 -77.258064 80.425861 -v 82.500000 -63.064522 80.500000 -v 82.500000 -77.258064 80.500000 -v 83.162834 -63.064522 80.425861 -v 83.162834 -77.258064 80.425861 -v 83.162834 -91.451614 80.425861 -v 83.162834 -105.645164 80.425861 -v 82.500000 -105.645164 80.500000 -v 82.500000 -119.838707 80.500000 -v 81.837173 -119.838707 80.425861 -v 81.837173 -134.032257 80.425861 -v 81.837173 -148.225815 80.425861 -v 81.837173 -162.419357 80.425861 -v 82.500000 -148.225815 80.500000 -v 82.500000 -162.419373 80.500000 -v 83.162834 -148.225815 80.425861 -v 83.162834 -162.419357 80.425861 -v 83.162834 -176.612900 80.425861 -v 83.162834 -190.806458 80.425861 -v 82.500000 -190.806458 80.500000 -v 81.837173 -190.806458 80.425861 -v 81.837173 -176.612900 80.425861 -v 83.162834 220.806442 80.425861 -v 83.162834 206.612900 80.425861 -v 83.162834 192.419357 80.425861 -v 82.500000 192.419357 80.500000 -v 82.500000 178.225815 80.500000 -v 81.837173 178.225815 80.425861 -v 81.837173 164.032257 80.425861 -v 81.837173 149.838730 80.425861 -v 81.837173 135.645157 80.425861 -v 82.500000 149.838730 80.500000 -v 82.500000 135.645157 80.500000 -v 83.162834 149.838730 80.425861 -v 83.162834 135.645157 80.425861 -v 83.162834 121.451614 80.425861 -v 83.162834 107.258072 80.425861 -v 82.500000 107.258072 80.500000 -v 82.500000 93.064514 80.500000 -v 81.837173 93.064514 80.425861 -v 81.837173 78.870964 80.425861 -v 81.837173 64.677422 80.425861 -v 81.837173 50.483871 80.425861 -v 82.500000 64.677429 80.500000 -v 82.500000 50.483871 80.500000 -v 83.162834 64.677422 80.425861 -v 83.162834 50.483871 80.425861 -v 83.162834 36.290321 80.425861 -v 83.162834 22.096775 80.425861 -v 82.500000 22.096775 80.500000 -v 82.500000 7.903226 80.500000 -v 81.837173 7.903226 80.425861 -v 81.837173 -6.290323 80.425861 -v 81.837173 -20.483871 80.425861 -v 82.500000 220.806442 80.500000 -v 81.837173 220.806442 80.425861 -v 81.837173 22.096775 80.425858 -v 81.837173 36.290321 80.425861 -v 82.500000 206.612900 80.500000 -v 81.837173 206.612900 80.425861 -v 83.162834 178.225815 80.425861 -v 83.162834 164.032257 80.425861 -v 82.500000 164.032257 80.500000 -v 82.500000 121.451614 80.500000 -v 81.837173 121.451614 80.425861 -v 83.162834 93.064514 80.425861 -v 83.162834 78.870964 80.425861 -v 82.500000 78.870972 80.500000 -v 82.500000 36.290321 80.500000 -v 82.500000 -6.290323 80.500000 -v 83.162834 -34.677418 80.425861 -v 83.162834 -48.870968 80.425861 -v 82.500000 -48.870968 80.500000 -v 82.500000 -91.451614 80.500000 -v 81.837173 -91.451614 80.425861 -v 83.162834 -119.838707 80.425861 -v 83.162834 -134.032257 80.425861 -v 82.500000 -134.032257 80.500000 -v 82.500000 -176.612900 80.500000 -v 81.837173 192.419357 80.425861 -v 81.837173 107.258072 80.425861 -v 81.837173 -105.645164 80.425861 -v -164.611298 -262.331512 27.668503 -v -164.531021 -262.363556 27.636459 -v -164.611313 -261.624390 26.961395 -v -164.531021 -261.656433 26.929352 -v -164.485718 -262.331543 27.668503 -v -164.485703 -261.624390 26.961395 -v -164.394684 -262.095947 27.904037 -v -164.394638 -261.388763 27.196968 -v -164.394684 -257.385071 32.614937 -v -164.394669 -256.677948 31.907837 -v -164.531021 -257.185760 32.814255 -v -164.531021 -256.478638 32.107147 -v -164.579941 -257.149536 32.850479 -v -164.579941 -256.442413 32.143379 -v -164.864136 -257.049927 32.950058 -v -164.864136 -256.342834 32.242950 -v -165.151932 -256.913971 33.086037 -v -165.151932 -256.206848 32.378929 -v -165.197250 -256.881927 33.118088 -v -165.197266 -256.174805 32.410965 -v -165.530350 -256.778320 33.221687 -v -165.530350 -256.071198 32.514580 -v -165.734772 -256.678436 33.321579 -v -165.734772 -255.971313 32.614471 -v -165.863464 -256.610962 33.389069 -v -165.863464 -255.903839 32.681953 -v -166.196579 -256.503204 33.496803 -v -166.196594 -255.796112 32.789688 -v -166.314148 -256.442871 33.557114 -v -166.314148 -255.735764 32.850014 -v -166.529694 -256.354004 33.646027 -v -166.529694 -255.646881 32.938911 -v -166.862808 -256.216187 33.783813 -v -166.862808 -255.509079 33.076706 -v -166.878815 -256.207336 33.792671 -v -166.878815 -255.500244 33.085556 -v -167.195908 -256.093567 33.906425 -v -167.195908 -255.386490 33.199318 -v -167.455551 -255.971786 34.028206 -v -167.455551 -255.264679 33.321106 -v -167.529037 -255.926773 34.073227 -v -167.529037 -255.219696 33.366104 -v -167.862137 -255.826645 34.173363 -v -167.862137 -255.119537 33.466255 -v -168.044052 -255.736237 34.263756 -v -168.044067 -255.029144 33.556648 -v -168.195251 -255.661530 34.338463 -v -168.195251 -254.954437 33.631355 -v -168.528351 -255.547806 34.452194 -v -168.528351 -254.840698 33.745087 -v -168.618958 -255.500717 34.499306 -v -168.618942 -254.793610 33.792198 -v -168.861465 -255.407623 34.592392 -v -168.861465 -254.700485 33.885292 -v -169.181961 -255.265167 34.734848 -v -169.181961 -254.558044 34.027740 -v -169.194580 -255.256241 34.743759 -v -169.194580 -254.549118 34.036659 -v -169.527695 -255.144470 34.855522 -v -169.527695 -254.437363 34.148422 -v -169.764938 -255.029587 34.970390 -v -169.764938 -254.322495 34.263283 -v -169.860794 -254.973190 35.026817 -v -169.860794 -254.266083 34.319710 -v -170.193909 -254.872574 35.127419 -v -170.193909 -254.165497 34.420303 -v -170.349915 -254.794067 35.205933 -v -170.349899 -254.086960 34.498833 -v -170.527039 -254.712692 35.287285 -v -170.527023 -254.005600 34.580185 -v -170.860138 -254.590790 35.409218 -v -170.860123 -253.883682 34.702110 -v -170.920700 -254.558517 35.441475 -v -170.920700 -253.851410 34.734375 -v -171.193237 -254.460846 35.539177 -v -171.193253 -253.753708 34.832062 -v -171.489090 -254.322968 35.677032 -v -171.489090 -253.615875 34.969917 -v -171.526352 -254.296616 35.703377 -v -171.526352 -253.589508 34.996277 -v -171.859482 -254.192657 35.807358 -v -171.859482 -253.485565 35.100250 -v -172.075012 -254.087433 35.912575 -v -172.075012 -253.380325 35.205467 -v -172.192596 -254.022812 35.977173 -v -172.192581 -253.315704 35.270073 -v -172.525681 -253.917770 36.082222 -v -172.525665 -253.210678 35.375114 -v -172.655075 -253.851898 36.148117 -v -172.655075 -253.144775 35.441010 -v -172.858795 -253.765167 36.234840 -v -172.858795 -253.058075 35.527733 -v -173.191925 -253.633530 36.366463 -v -173.191910 -252.926422 35.659363 -v -173.223038 -253.616333 36.383667 -v -173.223038 -252.909225 35.676559 -v -173.525024 -253.514328 36.485664 -v -173.525040 -252.807251 35.778549 -v -173.801529 -253.380814 36.619209 -v -173.801529 -252.673691 35.912102 -v -173.858139 -253.340775 36.659233 -v -173.858124 -252.633667 35.952126 -v -174.191254 -253.238495 36.761536 -v -174.191254 -252.531357 36.054436 -v -174.382324 -253.145248 36.854744 -v -174.382324 -252.438141 36.147644 -v -174.524353 -253.074081 36.925934 -v -174.524353 -252.366959 36.218826 -v -174.857468 -252.961899 37.038116 -v -174.857468 -252.254791 36.331001 -v -174.957123 -252.909698 37.090294 -v -174.957108 -252.202591 36.383186 -v -175.190567 -252.768723 37.231270 -v -175.190567 -252.061630 36.524178 -v -175.290710 -252.674194 37.325829 -v -175.290680 -251.967072 36.618736 -v -175.290680 -243.487915 46.512093 -v -175.290710 -242.780792 45.804977 -v -175.190567 -243.384262 46.615730 -v -175.190582 -242.677155 45.908630 -v -175.006973 -243.252350 46.747643 -v -175.006989 -242.545273 46.040527 -v -174.857468 -243.175644 46.824364 -v -174.857452 -242.468521 46.117256 -v -174.524353 -243.073227 46.926765 -v -174.524353 -242.366119 46.219658 -v -174.428482 -243.016830 46.983185 -v -174.428497 -242.309723 46.276070 -v -174.191238 -242.902512 47.097496 -v -174.191254 -242.195419 46.390388 -v -173.858139 -242.793549 47.206421 -v -173.858124 -242.086472 46.499313 -v -173.840744 -242.781281 47.218735 -v -173.840714 -242.074188 46.511627 -v -173.525024 -242.640167 47.359840 -v -173.525024 -241.933075 46.652733 -v -173.280930 -242.545700 47.454277 -v -173.280930 -241.838623 46.747169 -v -173.191910 -242.498611 47.501389 -v -173.191925 -241.791504 46.794281 -v -172.858780 -242.385757 47.614250 -v -172.858795 -241.678680 46.907135 -v -172.702652 -242.310181 47.689819 -v -172.702652 -241.603073 46.982719 -v -172.525681 -242.222656 47.777344 -v -172.525665 -241.515533 47.070244 -v -172.192596 -242.120850 47.879150 -v -172.192581 -241.413742 47.172050 -v -172.117188 -242.074631 47.925362 -v -172.117203 -241.367554 47.218262 -v -171.859467 -241.953430 48.046570 -v -171.859482 -241.246338 47.339462 -v -171.539169 -241.839096 48.160904 -v -171.539169 -241.131989 47.453804 -v -171.526352 -241.831955 48.168045 -v -171.526352 -241.124863 47.460945 -v -171.193237 -241.693161 48.306824 -v -171.193237 -240.986069 47.599724 -v -170.976730 -241.603546 48.396454 -v -170.976730 -240.896454 47.689354 -v -170.860138 -241.543213 48.456779 -v -170.860123 -240.836090 47.749672 -v -170.527023 -241.437363 48.562645 -v -170.527023 -240.730255 47.855537 -v -170.395264 -241.367996 48.632004 -v -170.395264 -240.660889 47.924896 -v -170.193909 -241.268631 48.731369 -v -170.193909 -240.561523 48.024261 -v -169.860825 -241.167160 48.832764 -v -169.860794 -240.460129 48.125664 -v -169.811630 -241.132446 48.867546 -v -169.811630 -240.425339 48.160431 -v -169.527695 -240.996490 49.003510 -v -169.527695 -240.289352 48.296417 -v -169.240845 -240.896927 49.103088 -v -169.240845 -240.189804 48.395981 -v -169.194580 -240.872040 49.127960 -v -169.194580 -240.164917 48.420860 -v -168.861465 -240.745834 49.254173 -v -168.861465 -240.038727 48.547058 -v -168.670731 -240.661362 49.338631 -v -168.670731 -239.954254 48.631531 -v -168.528351 -240.589233 49.410797 -v -168.528336 -239.882095 48.703682 -v -168.195251 -240.485397 49.514595 -v -168.195251 -239.778305 48.807503 -v -168.085922 -240.425812 49.574181 -v -168.085922 -239.718704 48.867073 -v -167.862137 -240.319550 49.680481 -v -167.862137 -239.612427 48.973373 -v -167.529037 -240.209030 49.790955 -v -167.529022 -239.501938 49.083847 -v -167.502472 -240.190277 49.809731 -v -167.502472 -239.483185 49.102623 -v -167.195923 -240.050507 49.949509 -v -167.195923 -239.343384 49.242401 -v -166.937149 -239.954742 50.045273 -v -166.937149 -239.247604 49.338165 -v -166.862823 -239.915497 50.084526 -v -166.862808 -239.208374 49.377411 -v -166.529694 -239.798126 50.201889 -v -166.529694 -239.091034 49.494781 -v -166.361816 -239.719193 50.280815 -v -166.361816 -239.012070 49.573700 -v -166.196594 -239.636276 50.363708 -v -166.196594 -238.929199 49.656609 -v -165.863464 -239.534531 50.465462 -v -165.863464 -238.827423 49.758362 -v -165.780777 -239.483643 50.516357 -v -165.780777 -238.776535 49.809258 -v -165.530350 -239.363037 50.636971 -v -165.530350 -238.655914 49.929871 -v -165.311890 -239.248093 50.751900 -v -165.311890 -238.540985 50.044800 -v -165.530350 -239.023666 50.976341 -v -165.530350 -238.316559 50.269234 -v -165.546524 -239.012558 50.987450 -v -165.546539 -238.305450 50.280334 -v -165.863464 -238.899399 51.100594 -v -165.863464 -238.192291 50.393494 -v -166.125031 -238.777008 51.222992 -v -166.125031 -238.069901 50.515892 -v -166.196594 -238.733200 51.266777 -v -166.196594 -238.026108 50.559677 -v -166.529694 -238.631866 51.368134 -v -166.529694 -237.924774 50.661034 -v -166.711609 -238.541473 51.458542 -v -166.711609 -237.834351 50.751434 -v -166.862808 -238.466766 51.533257 -v -166.862808 -237.759644 50.826141 -v -167.195923 -238.354233 51.645760 -v -167.195923 -237.647125 50.938660 -v -167.288605 -238.305908 51.694084 -v -167.288605 -237.598801 50.986969 -v -167.529037 -238.212814 51.787170 -v -167.529037 -237.505737 51.080078 -v -167.849518 -238.070358 51.929626 -v -167.849518 -237.363266 51.222527 -v -167.862137 -238.061447 51.938545 -v -167.862137 -237.354355 51.231445 -v -168.195251 -237.949692 52.050301 -v -168.195267 -237.242569 51.343201 -v -168.434204 -237.834824 52.165169 -v -168.434204 -237.127716 51.458069 -v -168.528351 -237.779510 52.220520 -v -168.528351 -237.072372 51.513412 -v -168.861465 -237.677780 52.322205 -v -168.861481 -236.970703 51.615097 -v -169.018692 -237.599274 52.400719 -v -169.018692 -236.892181 51.693604 -v -169.194580 -237.518723 52.481270 -v -169.194580 -236.811630 51.774170 -v -169.527710 -237.397385 52.602608 -v -169.527710 -236.690292 51.895508 -v -169.590698 -237.363754 52.636261 -v -169.590698 -236.656647 51.929161 -v -169.860794 -237.266037 52.733948 -v -169.860794 -236.558960 52.026848 -v -170.156647 -237.128189 52.871819 -v -170.156647 -236.421112 52.164703 -v -170.193909 -237.101837 52.898163 -v -170.193909 -236.394730 52.191055 -v -170.527023 -236.998398 53.001602 -v -170.527023 -236.291290 52.294495 -v -170.744171 -236.892624 53.107361 -v -170.744156 -236.185532 52.400253 -v -170.860138 -236.829025 53.170982 -v -170.860138 -236.121933 52.463875 -v -171.193237 -236.725006 53.275009 -v -171.193253 -236.017868 52.567902 -v -171.383041 -236.657104 53.342903 -v -171.383041 -235.949997 52.635796 -v -171.526352 -236.603973 53.396049 -v -171.526352 -235.896851 52.688934 -v -171.634460 -236.657104 53.342903 -v -171.634460 -235.949997 52.635796 -v -171.859467 -236.753067 53.246941 -v -171.859482 -236.045929 52.539833 -v -172.192612 -236.855209 53.144783 -v -172.192581 -236.148102 52.437691 -v -172.245514 -236.892639 53.107361 -v -172.245514 -236.185547 52.400253 -v -172.525681 -237.027390 52.972603 -v -172.525681 -236.320312 52.265495 -v -172.821442 -237.128204 52.871811 -v -172.821442 -236.421082 52.164703 -v -172.858795 -237.148529 52.851479 -v -172.858795 -236.441437 52.144371 -v -173.191910 -237.277740 52.722237 -v -173.191925 -236.570663 52.015129 -v -173.388016 -237.363754 52.636269 -v -173.388016 -236.656647 51.929161 -v -173.525024 -237.433990 52.566017 -v -173.525040 -236.726898 51.858910 -v -173.858139 -237.536636 52.463356 -v -173.858139 -236.829544 51.756248 -v -173.972488 -237.599274 52.400719 -v -173.972504 -236.892181 51.693604 -v -174.191238 -237.705582 52.294418 -v -174.191254 -236.998505 51.587318 -v -174.524368 -237.811432 52.188576 -v -174.524353 -237.104324 51.481461 -v -174.557434 -237.834824 52.165176 -v -174.557449 -237.127716 51.458069 -v -174.857468 -237.973953 52.026039 -v -174.857468 -237.266846 51.318932 -v -175.119186 -238.070358 51.929626 -v -175.119186 -237.363266 51.222527 -v -175.190567 -238.108307 51.891693 -v -175.190582 -237.401215 51.184578 -v -175.523682 -238.226181 51.773827 -v -175.523682 -237.519073 51.066711 -v -175.695541 -238.305908 51.694084 -v -175.695541 -237.598801 50.986977 -v -175.856796 -238.386627 51.613373 -v -175.856796 -237.679535 50.906258 -v -176.189926 -238.488297 51.511688 -v -176.189911 -237.781204 50.804581 -v -176.280533 -238.541458 51.458542 -v -176.280548 -237.834366 50.751434 -v -176.523010 -238.657471 51.342529 -v -176.523026 -237.950363 50.635422 -v -176.856110 -238.771561 51.228439 -v -176.856125 -238.064484 50.521317 -v -176.863815 -238.777023 51.223000 -v -176.863815 -238.069916 50.515892 -v -177.189240 -238.920151 51.079865 -v -177.189240 -238.213043 50.372749 -v -177.422714 -239.012558 50.987450 -v -177.422714 -238.305450 50.280342 -v -177.522354 -239.064728 50.935272 -v -177.522354 -238.357620 50.228157 -v -177.855453 -239.175140 50.824883 -v -177.855453 -238.468018 50.117767 -v -178.003799 -239.248093 50.751900 -v -178.003799 -238.541000 50.044800 -v -178.188568 -239.338974 50.661018 -v -178.188583 -238.631882 49.953911 -v -178.521698 -239.441086 50.558907 -v -178.521683 -238.733978 49.851799 -v -178.581848 -239.483643 50.516365 -v -178.581848 -238.776535 49.809258 -v -178.854797 -239.616592 50.383408 -v -178.854797 -238.909470 49.676300 -v -179.162750 -239.719208 50.280815 -v -179.162766 -239.012070 49.573708 -v -179.187912 -239.733139 50.266853 -v -179.187912 -239.026031 49.559753 -v -179.521027 -239.867294 50.132721 -v -179.521011 -239.160187 49.425621 -v -179.729202 -239.954742 50.045273 -v -179.729202 -239.247604 49.338165 -v -179.854126 -240.018585 49.981422 -v -179.854126 -239.311493 49.274315 -v -180.187241 -240.124741 49.875305 -v -180.187241 -239.417587 49.168198 -v -180.309952 -240.190292 49.809731 -v -180.309967 -239.483185 49.102623 -v -180.520340 -240.292786 49.707207 -v -180.520355 -239.585693 49.000092 -v -180.853470 -240.397980 49.601990 -v -180.853455 -239.690903 48.894882 -v -180.892776 -240.425812 49.574181 -v -180.892792 -239.718719 48.867065 -v -181.186569 -240.562408 49.437592 -v -181.186569 -239.855301 48.730476 -v -181.460205 -240.661362 49.338631 -v -181.460205 -239.954254 48.631531 -v -181.519684 -240.708969 49.291054 -v -181.519684 -240.001846 48.583946 -v -181.647446 -240.896942 49.103088 -v -181.647446 -240.189804 48.395988 -v -181.647446 -255.265167 34.734848 -v -181.647446 -254.558060 34.027740 -v -181.519684 -255.421539 34.578476 -v -181.519684 -254.714386 33.871353 -v -181.407715 -255.500717 34.499306 -v -181.407730 -254.793640 33.792191 -v -181.186569 -255.591019 34.408974 -v -181.186569 -254.883911 33.701859 -v -180.851425 -255.735565 34.264450 -v -180.851547 -255.028412 33.557411 -v -180.520340 -255.850586 34.149414 -v -180.520355 -255.143478 33.442307 -v -180.266312 -255.971786 34.028206 -v -180.266327 -255.264679 33.321098 -v -180.187241 -256.020355 33.979630 -v -180.187241 -255.313263 33.272530 -v -179.854126 -256.121918 33.878090 -v -179.854126 -255.414825 33.170975 -v -179.681015 -256.207336 33.792671 -v -179.681015 -255.500229 33.085556 -v -179.521011 -256.283722 33.716240 -v -179.521027 -255.576645 33.009140 -v -179.187912 -256.399475 33.600510 -v -179.187912 -255.692383 32.893402 -v -179.106110 -256.442871 33.557114 -v -179.106110 -255.735764 32.850014 -v -178.854797 -256.537964 33.462021 -v -178.854797 -255.830856 32.754913 -v -178.541428 -256.678436 33.321579 -v -178.541428 -255.971313 32.614471 -v -178.521698 -256.692383 33.307617 -v -178.521698 -255.985275 32.600510 -v -178.188568 -256.803345 33.196671 -v -178.188583 -256.096222 32.489563 -v -177.959091 -256.913971 33.086037 -v -177.959091 -256.206848 32.378922 -v -177.855453 -256.972504 33.027496 -v -177.855453 -256.265411 32.320381 -v -177.522354 -257.075043 32.924942 -v -177.522369 -256.367950 32.217842 -v -177.374619 -257.149506 32.850487 -v -177.374619 -256.442413 32.143379 -v -177.189224 -257.232422 32.767570 -v -177.189240 -256.525360 32.060455 -v -176.856125 -257.357056 32.642944 -v -176.856125 -256.649963 31.935837 -v -176.804184 -257.385071 32.614937 -v -176.804184 -256.677948 31.907837 -v -176.523010 -257.484009 32.515991 -v -176.523026 -256.776917 31.808884 -v -176.231262 -257.620605 32.379402 -v -176.231262 -256.913483 31.672295 -v -176.189926 -257.649872 32.350159 -v -176.189911 -256.942749 31.643051 -v -175.856796 -257.756256 32.243744 -v -175.856796 -257.049194 31.536629 -v -175.650833 -257.856171 32.143852 -v -175.650848 -257.149048 31.436745 -v -175.523682 -257.922638 32.077324 -v -175.523682 -257.215576 31.370209 -v -175.190567 -258.030304 31.969696 -v -175.190582 -257.323212 31.262581 -v -175.070206 -258.091705 31.908310 -v -175.070206 -257.384583 31.201202 -v -174.857468 -258.179901 31.820114 -v -174.857468 -257.472778 31.113014 -v -174.524353 -258.315033 31.684975 -v -174.524353 -257.607910 30.977867 -v -174.502136 -258.327240 31.672775 -v -174.502136 -257.620117 30.965660 -v -174.191238 -258.429840 31.570175 -v -174.191254 -257.722687 30.863068 -v -173.920044 -258.562775 31.437218 -v -173.920044 -257.855682 30.730110 -v -173.858139 -258.606567 31.393433 -v -173.858124 -257.899475 30.686325 -v -173.525024 -258.707916 31.292076 -v -173.525040 -258.000854 30.584969 -v -173.341675 -258.798340 31.201668 -v -173.341675 -258.091217 30.494568 -v -173.191910 -258.872162 31.127823 -v -173.191910 -258.165070 30.420723 -v -172.858795 -258.983185 31.016815 -v -172.858795 -258.276093 30.309700 -v -172.761993 -259.033905 30.966133 -v -172.761993 -258.326752 30.259026 -v -172.525681 -259.126953 30.873032 -v -172.525681 -258.419891 30.165924 -v -172.200256 -259.269409 30.730583 -v -172.200256 -258.562317 30.023476 -v -172.192596 -259.274872 30.725151 -v -172.192581 -258.567749 30.018044 -v -171.859467 -259.389526 30.610481 -v -171.859482 -258.682404 29.903366 -v -171.618759 -259.504974 30.495041 -v -171.618759 -258.797852 29.787933 -v -171.526352 -259.559204 30.440796 -v -171.526352 -258.852112 29.733688 -v -171.193237 -259.661987 30.338005 -v -171.193237 -258.954895 29.630898 -v -171.034744 -259.740509 30.259499 -v -171.034744 -259.033417 29.552391 -v -170.860123 -259.820282 30.179749 -v -170.860138 -259.113129 29.472649 -v -170.527023 -259.941040 30.058960 -v -170.527023 -259.233917 29.351860 -v -170.461578 -259.976074 30.023941 -v -170.461578 -259.268951 29.316841 -v -170.193909 -260.073730 29.926254 -v -170.193909 -259.366669 29.219147 -v -169.895981 -260.211609 29.788406 -v -169.895996 -259.504517 29.081299 -v -169.860809 -260.236511 29.763527 -v -169.860794 -259.529358 29.056412 -v -169.527695 -260.341400 29.658615 -v -169.527710 -259.634277 28.951508 -v -169.310547 -260.447144 29.552856 -v -169.310547 -259.740021 28.845749 -v -169.194580 -260.510773 29.489243 -v -169.194580 -259.803650 28.782127 -v -168.861465 -260.614380 29.385612 -v -168.861465 -259.907288 28.678505 -v -168.727676 -260.682678 29.317314 -v -168.727676 -259.975586 28.610207 -v -168.528351 -260.768677 29.231331 -v -168.528351 -260.061554 28.524231 -v -168.195251 -260.899445 29.100548 -v -168.195251 -260.192352 28.393440 -v -168.160995 -260.918243 29.081772 -v -168.160995 -260.211151 28.374664 -v -167.862137 -261.019623 28.980370 -v -167.862137 -260.312531 28.273262 -v -167.581970 -261.153778 28.846222 -v -167.581970 -260.446655 28.139122 -v -167.529037 -261.191193 28.808784 -v -167.529037 -260.484100 28.101685 -v -167.195908 -261.295624 28.704391 -v -167.195908 -260.588501 27.997284 -v -167.004822 -261.389313 28.610680 -v -167.004822 -260.682220 27.903572 -v -166.862823 -261.460510 28.539497 -v -166.862808 -260.753387 27.832390 -v -166.529694 -261.570038 28.429947 -v -166.529694 -260.862946 27.722839 -v -166.424347 -261.624878 28.375130 -v -166.424347 -260.917755 27.668030 -v -166.196579 -261.715912 28.284103 -v -166.196579 -261.008789 27.576996 -v -165.861465 -261.859680 28.140282 -v -165.861526 -261.152588 27.433220 -v -165.530350 -261.975342 28.024658 -v -165.530350 -261.268280 27.317551 -v -165.278137 -262.095947 27.904045 -v -165.278137 -261.388885 27.196938 -v -165.197250 -262.145721 27.854294 -v -165.197250 -261.438599 27.147194 -v -164.864136 -262.248596 27.751404 -v -164.864136 -261.541504 27.044296 -v -165.100449 -252.674194 37.325836 -v -164.864136 -252.767258 37.232750 -v -165.100449 -251.967072 36.618736 -v -164.864136 -252.060165 36.525642 -v -164.531052 -252.860321 37.139732 -v -164.531021 -252.153168 36.432625 -v -164.197891 -252.772491 37.227524 -v -164.197906 -252.065399 36.520416 -v -163.924820 -252.674179 37.325836 -v -163.924820 -251.967072 36.618736 -v -163.864807 -252.641891 37.358109 -v -163.864807 -251.934799 36.651001 -v -163.531693 -252.519989 37.480042 -v -163.531693 -251.812866 36.772934 -v -163.351715 -252.438629 37.561386 -v -163.351715 -251.731491 36.854279 -v -163.198547 -252.361862 37.638092 -v -163.198593 -251.654785 36.931000 -v -162.865479 -252.259506 37.740517 -v -162.865479 -251.552399 37.033409 -v -162.769608 -252.203079 37.796936 -v -162.769608 -251.495956 37.089828 -v -162.532364 -252.088181 37.911804 -v -162.532364 -251.381088 37.204697 -v -162.199249 -251.978165 38.021858 -v -162.199249 -251.271042 37.314751 -v -162.184235 -251.967529 38.032478 -v -162.184235 -251.260422 37.325363 -v -161.866150 -251.825729 38.174255 -v -161.866150 -251.118652 37.467148 -v -161.622818 -251.731964 38.268005 -v -161.622818 -251.024887 37.560913 -v -161.533035 -251.684860 38.315132 -v -161.533035 -250.977768 37.608025 -v -161.199936 -251.571167 38.428856 -v -161.199936 -250.864044 37.721748 -v -161.045166 -251.496445 38.503571 -v -161.045166 -250.789337 37.796455 -v -160.866806 -251.408432 38.591576 -v -160.866821 -250.701324 37.884460 -v -160.533691 -251.307114 38.692902 -v -160.533691 -250.600006 37.985786 -v -160.458313 -251.260895 38.739113 -v -160.458313 -250.553787 38.032005 -v -160.200577 -251.139099 38.860901 -v -160.200592 -250.431961 38.153801 -v -159.883499 -251.025360 38.974663 -v -159.883484 -250.318237 38.267548 -v -159.867477 -251.016479 38.983505 -v -159.867477 -250.309357 38.276405 -v -159.534363 -250.878708 39.121300 -v -159.534363 -250.171616 38.414192 -v -159.318832 -250.789795 39.210205 -v -159.318832 -250.082687 38.503098 -v -159.201248 -250.729477 39.270531 -v -159.201248 -250.022369 38.563423 -v -158.868149 -250.622696 39.377327 -v -158.868149 -249.915573 38.670219 -v -158.737900 -250.554245 39.445747 -v -158.737900 -249.847168 38.738632 -v -158.535034 -250.450562 39.549438 -v -158.535034 -249.743454 38.842331 -v -158.328354 -250.318710 39.681297 -v -158.328339 -249.611603 38.974190 -v -158.535034 -250.151398 39.848618 -v -158.535034 -249.444305 39.141510 -v -158.651611 -250.083160 39.916832 -v -158.651611 -249.376053 39.209724 -v -158.868149 -249.993561 40.006454 -v -158.868149 -249.286423 39.299347 -v -159.201248 -249.856476 40.143524 -v -159.201248 -249.149368 39.436417 -v -159.217270 -249.847626 40.152374 -v -159.217270 -249.140518 39.445274 -v -159.534363 -249.733856 40.266136 -v -159.534363 -249.026764 39.559029 -v -159.792099 -249.612091 40.387932 -v -159.792114 -248.904999 39.680817 -v -159.867477 -249.565903 40.434143 -v -159.867477 -248.858749 39.727036 -v -160.200577 -249.464539 40.535469 -v -160.200592 -248.757446 39.828354 -v -160.378937 -249.376511 40.623474 -v -160.378937 -248.669418 39.916367 -v -160.533691 -249.301788 40.698189 -v -160.533691 -248.594711 39.991081 -v -160.866806 -249.188095 40.811905 -v -160.866821 -248.480988 40.104797 -v -160.955826 -249.140976 40.859009 -v -160.955826 -248.433868 40.151909 -v -161.199936 -249.046539 40.953461 -v -161.199936 -248.339447 40.246346 -v -161.518005 -248.905441 41.094566 -v -161.518005 -248.198349 40.387459 -v -161.533035 -248.894806 41.105186 -v -161.533035 -248.187729 40.398079 -v -161.866135 -248.784760 41.215240 -v -161.866150 -248.077667 40.508125 -v -162.103378 -248.669907 41.330109 -v -162.103378 -247.962784 40.622993 -v -162.199234 -248.613495 41.386528 -v -162.199249 -247.906357 40.679420 -v -162.532364 -248.511063 41.488930 -v -162.532379 -247.803970 40.781822 -v -162.685486 -248.434357 41.565643 -v -162.685486 -247.727249 40.858543 -v -162.865479 -248.353012 41.647003 -v -162.865479 -247.645905 40.939888 -v -163.198593 -248.231064 41.768929 -v -163.198593 -247.523956 41.061821 -v -163.258057 -248.198807 41.801201 -v -163.258057 -247.491699 41.094093 -v -163.198593 -248.116180 41.883850 -v -163.198593 -247.409042 41.176743 -v -163.107956 -247.963257 42.036743 -v -163.107971 -247.256149 41.329636 -v -162.865479 -247.847809 42.152184 -v -162.865479 -247.140717 41.445076 -v -162.532364 -247.733154 42.266853 -v -162.532379 -247.026047 41.559738 -v -162.524689 -247.727707 42.272285 -v -162.524673 -247.020615 41.565178 -v -162.199249 -247.585251 42.414734 -v -162.199249 -246.878174 41.707626 -v -161.962952 -247.492188 42.507835 -v -161.962936 -246.785065 41.800728 -v -161.866135 -247.441162 42.558838 -v -161.866135 -246.734055 41.851738 -v -161.533035 -247.330475 42.669525 -v -161.533035 -246.623367 41.962425 -v -161.383255 -247.256622 42.743378 -v -161.383255 -246.549530 42.036263 -v -161.199921 -247.165741 42.834267 -v -161.199936 -246.458633 42.127159 -v -160.866821 -247.064880 42.935135 -v -160.866806 -246.357758 42.228035 -v -160.804886 -247.021072 42.978920 -v -160.804886 -246.313965 42.271820 -v -160.533691 -246.888123 43.111877 -v -160.533691 -246.181015 42.404778 -v -160.225723 -246.785553 43.214470 -v -160.225739 -246.078430 42.507362 -v -160.200592 -246.771667 43.228317 -v -160.200577 -246.064560 42.521217 -v -159.867493 -246.637451 43.362556 -v -159.867477 -245.930328 42.655457 -v -159.655746 -246.550003 43.450012 -v -159.655746 -245.842880 42.742905 -v -159.534363 -246.488220 43.511772 -v -159.534363 -245.781128 42.804657 -v -159.201263 -246.380966 43.619026 -v -159.201248 -245.673874 42.911919 -v -159.076950 -246.314438 43.685555 -v -159.076950 -245.607330 42.978455 -v -158.868134 -246.212448 43.787544 -v -158.868149 -245.505356 43.080437 -v -158.535034 -246.106720 43.893303 -v -158.535034 -245.399597 43.186195 -v -158.495712 -246.078903 43.921104 -v -158.495712 -245.371826 43.213997 -v -158.201920 -245.942307 44.057686 -v -158.201920 -245.235214 43.350586 -v -157.923325 -245.843384 44.156647 -v -157.923325 -245.136261 43.449532 -v -157.868805 -245.813904 44.186089 -v -157.868805 -245.106812 43.478973 -v -157.535706 -245.664230 44.335762 -v -157.535706 -244.957138 43.628662 -v -157.455933 -245.607849 44.392197 -v -157.455902 -244.900696 43.685089 -v -157.535706 -245.534210 44.465797 -v -157.535706 -244.827118 43.758698 -v -157.756104 -245.372269 44.627739 -v -157.756104 -244.665161 43.920631 -v -157.868805 -245.310669 44.689362 -v -157.868805 -244.603546 43.982246 -v -158.201920 -245.206970 44.793030 -v -158.201920 -244.499863 44.085922 -v -158.340042 -245.136719 44.863281 -v -158.340042 -244.429611 44.156174 -v -158.535034 -245.051514 44.948509 -v -158.535034 -244.344391 44.241394 -v -158.868134 -244.923050 45.076950 -v -158.868149 -244.215942 44.369843 -v -158.908600 -244.901169 45.098824 -v -158.908600 -244.194061 44.391724 -v -159.201248 -244.800980 45.199020 -v -159.201248 -244.093857 44.491913 -v -159.481415 -244.665634 45.334373 -v -159.481430 -243.958527 44.627258 -v -159.534378 -244.628204 45.371819 -v -159.534363 -243.921082 44.664703 -v -159.867477 -244.526550 45.473442 -v -159.867477 -243.819443 44.766335 -v -160.064774 -244.430084 45.569916 -v -160.064774 -243.722992 44.862801 -v -160.200592 -244.360748 45.639267 -v -160.200577 -243.653625 44.932159 -v -160.533691 -244.252701 45.747299 -v -160.533691 -243.545624 45.040192 -v -160.645660 -244.194550 45.805466 -v -160.645660 -243.487427 45.098358 -v -160.866821 -244.104218 45.895782 -v -160.866806 -243.397125 45.188683 -v -161.203720 -243.960510 46.039497 -v -161.203186 -243.253708 45.332085 -v -161.533035 -243.844650 46.155350 -v -161.533051 -243.137558 45.448242 -v -161.787064 -243.723434 46.276550 -v -161.787064 -243.016357 45.569443 -v -161.866135 -243.674835 46.325127 -v -161.866135 -242.967758 45.618027 -v -162.199249 -243.573792 46.426201 -v -162.199249 -242.866699 45.719101 -v -162.372360 -243.487900 46.512093 -v -162.372375 -242.780792 45.804993 -v -162.532364 -243.411484 46.588524 -v -162.532364 -242.704376 45.881416 -v -162.865479 -243.376495 46.623505 -v -162.865479 -242.669403 45.916405 -v -163.198593 -243.431503 46.568512 -v -163.198578 -242.724380 45.861412 -v -163.294449 -243.487900 46.512093 -v -163.294464 -242.780792 45.804993 -v -163.531693 -243.602203 46.397789 -v -163.531693 -242.895142 45.690681 -v -163.864807 -243.711151 46.288857 -v -163.864807 -243.004028 45.581741 -v -163.882202 -243.723450 46.276550 -v -163.882202 -243.016342 45.569450 -v -164.197906 -243.864548 46.135437 -v -164.197906 -243.157471 45.428329 -v -164.442017 -243.959015 46.041008 -v -164.442001 -243.251892 45.333900 -v -164.531021 -244.006104 45.993896 -v -164.531021 -243.298981 45.286797 -v -164.864136 -244.118942 45.881042 -v -164.864136 -243.411850 45.173935 -v -165.020279 -244.194534 45.805466 -v -165.020279 -243.487427 45.098358 -v -165.197250 -244.282059 45.717941 -v -165.197250 -243.574951 45.010834 -v -165.530350 -244.383881 45.616142 -v -165.530350 -243.676758 44.909027 -v -165.605728 -244.430084 45.569916 -v -165.605728 -243.722992 44.862801 -v -165.863464 -244.551285 45.448715 -v -165.863464 -243.844208 44.741608 -v -166.183792 -244.665634 45.334373 -v -166.183777 -243.958542 44.627266 -v -166.196579 -244.672775 45.327225 -v -166.196594 -243.965668 44.620125 -v -166.529694 -244.811554 45.188446 -v -166.529694 -244.104462 44.481346 -v -166.746216 -244.901169 45.098816 -v -166.746216 -244.194077 44.391724 -v -166.862808 -244.961502 45.038506 -v -166.862808 -244.254395 44.331398 -v -167.195908 -245.067383 44.932625 -v -167.195908 -244.360260 44.225525 -v -167.327652 -245.136719 44.863281 -v -167.327652 -244.429611 44.156174 -v -167.529022 -245.236084 44.763916 -v -167.529037 -244.528976 44.056816 -v -167.862137 -245.337479 44.662514 -v -167.862137 -244.630371 43.955406 -v -167.911316 -245.372269 44.627739 -v -167.911316 -244.665161 43.920624 -v -168.195251 -245.508255 44.491768 -v -168.195251 -244.801132 43.784660 -v -168.482086 -245.607819 44.392181 -v -168.482086 -244.900681 43.685089 -v -168.528351 -245.632690 44.367317 -v -168.528351 -244.925583 43.660210 -v -168.861465 -245.760422 44.239563 -v -168.861465 -245.053329 43.532463 -v -168.998276 -245.843384 44.156647 -v -168.998276 -245.136246 43.449539 -v -168.861465 -246.049103 43.950920 -v -168.861465 -245.341995 43.243813 -v -168.830353 -246.078903 43.921104 -v -168.830338 -245.371811 43.213989 -v -168.528351 -246.180893 43.819099 -v -168.528351 -245.473785 43.111992 -v -168.253647 -246.314438 43.685555 -v -168.253647 -245.607330 42.978455 -v -168.195267 -246.355743 43.644272 -v -168.195251 -245.648636 42.937157 -v -167.862137 -246.456772 43.543221 -v -167.862137 -245.749649 42.836113 -v -167.672516 -246.550003 43.450012 -v -167.672516 -245.842880 42.742905 -v -167.529037 -246.622070 43.377937 -v -167.529037 -245.914963 42.670830 -v -167.195908 -246.733353 43.266647 -v -167.195908 -246.026245 42.559540 -v -167.096268 -246.785553 43.214470 -v -167.096268 -246.078415 42.507362 -v -166.862808 -246.877960 43.122055 -v -166.862808 -246.170853 42.414948 -v -166.530624 -247.022278 42.977730 -v -166.531189 -246.314743 42.271057 -v -166.196579 -247.136581 42.863411 -v -166.196579 -246.429459 42.156311 -v -165.949646 -247.256622 42.743378 -v -165.949646 -246.549530 42.036263 -v -165.863480 -247.309784 42.690239 -v -165.863464 -246.602661 41.983131 -v -165.530350 -247.410995 42.589012 -v -165.530350 -246.703873 41.881905 -v -165.367798 -247.492172 42.507835 -v -165.367798 -246.785065 41.800728 -v -165.197266 -247.571091 42.428894 -v -165.197250 -246.863998 41.721802 -v -164.864136 -247.688461 42.311539 -v -164.864136 -246.981339 41.604439 -v -164.790421 -247.727692 42.272285 -v -164.790436 -247.020599 41.565178 -v -164.531021 -247.824127 42.175873 -v -164.531036 -247.117035 41.468773 -v -164.226669 -247.963257 42.036743 -v -164.226669 -247.256149 41.329636 -v -164.197906 -248.024704 41.975288 -v -164.197906 -247.317612 41.268188 -v -164.101929 -248.198807 41.801201 -v -164.101929 -247.491714 41.094086 -v -164.197906 -248.249496 41.750511 -v -164.197906 -247.542389 41.043396 -v -164.531036 -248.360504 41.639488 -v -164.531021 -247.653397 40.932381 -v -164.680801 -248.434357 41.565643 -v -164.680817 -247.727264 40.858543 -v -164.864136 -248.525238 41.474762 -v -164.864136 -247.818146 40.767647 -v -165.197250 -248.626129 41.373894 -v -165.197250 -247.919006 40.666786 -v -165.259171 -248.669907 41.330109 -v -165.259171 -247.962799 40.622993 -v -165.530350 -248.802841 41.197151 -v -165.530350 -248.095718 40.490044 -v -165.838333 -248.905441 41.094566 -v -165.838348 -248.198334 40.387459 -v -165.863464 -248.919296 41.080704 -v -165.863464 -248.212189 40.373596 -v -166.196594 -249.052780 40.947205 -v -166.196594 -248.345688 40.240097 -v -166.409317 -249.140976 40.859009 -v -166.409317 -248.433868 40.151909 -v -166.529694 -249.202377 40.797630 -v -166.529678 -248.495255 40.090523 -v -166.862808 -249.310043 40.690010 -v -166.862808 -248.602890 39.982903 -v -166.987091 -249.376511 40.623474 -v -166.987091 -248.669418 39.916367 -v -167.195908 -249.478516 40.521484 -v -167.195923 -248.771408 39.814377 -v -167.529037 -249.582794 40.417168 -v -167.529022 -248.875717 39.710060 -v -167.570374 -249.612076 40.387932 -v -167.570374 -248.904999 39.680817 -v -167.862137 -249.748657 40.251335 -v -167.862137 -249.041550 39.544220 -v -168.140732 -249.847626 40.152374 -v -168.140732 -249.140503 39.445274 -v -168.195251 -249.877060 40.122940 -v -168.195251 -249.169952 39.415833 -v -168.528351 -250.000259 39.999763 -v -168.528351 -249.293137 39.292656 -v -168.713730 -250.083160 39.916840 -v -168.713730 -249.376068 39.209724 -v -168.861465 -250.158051 39.841949 -v -168.861465 -249.450958 39.134834 -v -169.194580 -250.260178 39.739845 -v -169.194580 -249.553070 39.032722 -v -169.298203 -250.318710 39.681297 -v -169.298203 -249.611603 38.974190 -v -169.527695 -250.429337 39.570656 -v -169.527695 -249.722214 38.863556 -v -169.860809 -250.554230 39.445747 -v -169.860794 -249.847153 38.738640 -v -169.713043 -250.789795 39.210205 -v -169.713043 -250.082687 38.503098 -v -169.527710 -250.872726 39.127281 -v -169.527695 -250.165634 38.420174 -v -169.194580 -250.995895 39.004097 -v -169.194580 -250.288818 38.296997 -v -169.140076 -251.025360 38.974655 -v -169.140076 -250.318237 38.267548 -v -168.861465 -251.124298 38.875702 -v -168.861465 -250.417206 38.168587 -v -168.569717 -251.260880 38.739113 -v -168.569733 -250.553772 38.031998 -v -168.528351 -251.290146 38.709869 -v -168.528351 -250.583038 38.002754 -v -168.195251 -251.396530 38.603455 -v -168.195251 -250.689438 37.896347 -v -167.989273 -251.496445 38.503571 -v -167.989288 -250.789337 37.796455 -v -167.862137 -251.562973 38.437035 -v -167.862137 -250.855865 37.729927 -v -167.529037 -251.670609 38.329414 -v -167.529037 -250.963486 37.622307 -v -167.408646 -251.731979 38.268013 -v -167.408646 -251.024902 37.560913 -v -167.195908 -251.820175 38.179840 -v -167.195908 -251.113068 37.472725 -v -166.862808 -251.953659 38.046326 -v -166.862808 -251.246567 37.339233 -v -166.837662 -251.967529 38.032478 -v -166.837677 -251.260422 37.325363 -v -166.529694 -252.070114 37.929878 -v -166.529694 -251.363022 37.222778 -v -166.258499 -252.203079 37.796936 -v -166.258499 -251.495972 37.089828 -v -166.196579 -252.246857 37.753151 -v -166.196579 -251.539749 37.046043 -v -165.863464 -252.347702 37.652275 -v -165.863464 -251.640610 36.945160 -v -165.680130 -252.438629 37.561386 -v -165.680130 -251.731491 36.854279 -v -165.530350 -252.512466 37.487534 -v -165.530350 -251.805344 36.780434 -v -165.197250 -252.623489 37.376526 -v -165.197266 -251.916367 36.669418 -v -154.115585 -242.545700 47.454277 -v -153.871475 -242.640167 47.359833 -v -154.115585 -241.838623 46.747162 -v -153.871475 -241.933060 46.652733 -v -153.538361 -242.679672 47.320335 -v -153.538361 -241.972549 46.613228 -v -153.205261 -242.598862 47.401131 -v -153.205261 -241.891754 46.694031 -v -153.119064 -242.545700 47.454277 -v -153.119080 -241.838623 46.747162 -v -152.872147 -242.425690 47.574310 -v -152.872147 -241.718597 46.867210 -v -152.537506 -242.312729 47.687263 -v -152.536041 -241.604584 46.981201 -v -152.205887 -242.167023 47.832962 -v -152.205917 -241.459961 47.125847 -v -151.972473 -242.074631 47.925362 -v -151.972458 -241.367538 47.218262 -v -151.872803 -242.022461 47.977539 -v -151.872803 -241.315353 47.270439 -v -151.539703 -241.912079 48.087944 -v -151.539703 -241.204956 47.380829 -v -151.391357 -241.839096 48.160912 -v -151.391357 -241.131989 47.453796 -v -151.206604 -241.748199 48.251801 -v -151.206604 -241.041107 47.544685 -v -150.873474 -241.646103 48.353912 -v -150.873474 -240.938995 47.646797 -v -150.813309 -241.603546 48.396454 -v -150.813309 -240.896454 47.689354 -v -150.540359 -241.470001 48.529999 -v -150.540359 -240.762909 47.822884 -v -150.235535 -241.368011 48.632004 -v -150.235535 -240.660889 47.924896 -v -150.207260 -241.352417 48.647583 -v -150.207260 -240.645309 47.940483 -v -149.874146 -241.219940 48.780090 -v -149.874146 -240.512817 48.072990 -v -149.665955 -241.132446 48.867546 -v -149.665955 -240.425339 48.160439 -v -149.541031 -241.068604 48.931404 -v -149.541031 -240.361496 48.224297 -v -149.207932 -240.961533 49.038483 -v -149.207947 -240.254425 48.331367 -v -149.086792 -240.896927 49.103088 -v -149.086792 -240.189804 48.395981 -v -148.874817 -240.794388 49.205612 -v -148.874817 -240.087280 48.498505 -v -148.541702 -240.689163 49.310829 -v -148.541702 -239.982056 48.603729 -v -148.502380 -240.661362 49.338631 -v -148.502380 -239.954254 48.631531 -v -148.208603 -240.524155 49.475861 -v -148.208603 -239.817047 48.768745 -v -147.935501 -240.425812 49.574181 -v -147.935501 -239.718704 48.867073 -v -147.875473 -240.393555 49.606453 -v -147.875488 -239.686447 48.899345 -v -147.542374 -240.263229 49.736755 -v -147.542389 -239.556152 49.029655 -v -147.439194 -240.190292 49.809731 -v -147.439194 -239.483185 49.102623 -v -147.542374 -240.058640 49.941353 -v -147.542389 -239.351562 49.234253 -v -147.667297 -239.954742 50.045273 -v -147.667297 -239.247604 49.338165 -v -147.875488 -239.867294 50.132721 -v -147.875488 -239.160187 49.425621 -v -148.208603 -239.733139 50.266853 -v -148.208603 -239.026031 49.559753 -v -148.233994 -239.719208 50.280815 -v -148.233994 -239.012085 49.573700 -v -148.541702 -239.617188 50.382820 -v -148.541702 -238.910080 49.675713 -v -148.814636 -239.483643 50.516365 -v -148.814636 -238.776535 49.809258 -v -148.874817 -239.441071 50.558907 -v -148.874817 -238.733994 49.851799 -v -149.207932 -239.338974 50.661018 -v -149.207947 -238.631882 49.953911 -v -149.392700 -239.248093 50.751900 -v -149.392700 -238.541000 50.044800 -v -149.541031 -239.175140 50.824883 -v -149.541031 -238.468018 50.117767 -v -149.874146 -239.064728 50.935272 -v -149.874146 -238.357635 50.228157 -v -149.973785 -239.012558 50.987450 -v -149.973785 -238.305435 50.280342 -v -150.207260 -238.920151 51.079865 -v -150.207260 -238.213043 50.372749 -v -150.532700 -238.777008 51.223000 -v -150.532684 -238.069901 50.515892 -v -150.540359 -238.771561 51.228432 -v -150.540359 -238.064484 50.521324 -v -150.873474 -238.657471 51.342529 -v -150.873474 -237.950348 50.635429 -v -151.115952 -238.541458 51.458542 -v -151.115952 -237.834351 50.751434 -v -151.206589 -238.488297 51.511688 -v -151.206589 -237.781204 50.804581 -v -151.539703 -238.386627 51.613373 -v -151.539688 -237.679535 50.906258 -v -151.700974 -238.305908 51.694084 -v -151.700974 -237.598801 50.986977 -v -151.872803 -238.226181 51.773827 -v -151.872803 -237.519073 51.066719 -v -152.205917 -238.108307 51.891693 -v -152.205917 -237.401215 51.184578 -v -152.277298 -238.070358 51.929626 -v -152.277298 -237.363266 51.222527 -v -152.539047 -237.973953 52.026039 -v -152.539047 -237.266861 51.318932 -v -152.839066 -237.834824 52.165176 -v -152.839066 -237.127716 51.458069 -v -152.872162 -237.811432 52.188576 -v -152.872147 -237.104324 51.481461 -v -153.205261 -237.705582 52.294418 -v -153.205276 -236.998505 51.587318 -v -153.424011 -237.599274 52.400719 -v -153.424011 -236.892166 51.693611 -v -153.538345 -237.536636 52.463356 -v -153.538361 -236.829544 51.756248 -v -153.871475 -237.433990 52.566017 -v -153.871475 -236.726898 51.858910 -v -154.009598 -237.363754 52.636269 -v -154.009598 -236.656631 51.929161 -v -154.204590 -237.278534 52.721489 -v -154.204590 -236.571411 52.014374 -v -154.537689 -237.148529 52.851479 -v -154.537704 -236.441437 52.144371 -v -154.575058 -237.128204 52.871811 -v -154.575058 -236.421082 52.164703 -v -154.870804 -237.027390 52.972603 -v -154.870804 -236.320312 52.265495 -v -155.150970 -236.892639 53.107361 -v -155.150986 -236.185532 52.400253 -v -155.203918 -236.855194 53.144783 -v -155.203918 -236.148102 52.437691 -v -155.537033 -236.753067 53.246941 -v -155.537048 -236.045944 52.539825 -v -155.732834 -236.657104 53.342903 -v -155.732834 -235.949997 52.635796 -v -155.870132 -236.586807 53.413170 -v -155.870148 -235.879715 52.706070 -v -156.203247 -236.479721 53.520287 -v -156.203247 -235.772614 52.813179 -v -156.315216 -236.421555 53.578438 -v -156.315216 -235.714447 52.871338 -v -156.536377 -236.331223 53.668762 -v -156.536377 -235.624130 52.961670 -v -156.871506 -236.186722 53.813278 -v -156.871124 -235.479843 53.105965 -v -157.202591 -236.071075 53.928917 -v -157.202591 -235.364014 53.221802 -v -157.456619 -235.950470 54.049538 -v -157.456619 -235.243378 53.342430 -v -157.535706 -235.901871 54.098114 -v -157.535706 -235.194778 53.391006 -v -157.868805 -235.800339 54.199661 -v -157.868790 -235.093246 53.492554 -v -158.040573 -235.714920 54.285080 -v -158.040573 -235.007812 53.577972 -v -158.201920 -235.637665 54.362358 -v -158.201920 -234.930542 53.655243 -v -158.535034 -235.522766 54.477242 -v -158.535034 -234.815643 53.770134 -v -158.616837 -235.479370 54.520622 -v -158.616837 -234.772263 53.813522 -v -158.868149 -235.384277 54.615730 -v -158.868149 -234.677170 53.908623 -v -159.179214 -235.243851 54.756172 -v -159.179214 -234.536728 54.049065 -v -159.201248 -235.228241 54.771751 -v -159.201248 -234.521149 54.064644 -v -159.534363 -235.118912 54.881081 -v -159.534378 -234.411835 54.173973 -v -159.763840 -235.008286 54.991707 -v -159.763840 -234.301178 54.284607 -v -159.867477 -234.949722 55.050255 -v -159.867477 -234.242630 54.343147 -v -160.200577 -234.847198 55.152802 -v -160.200577 -234.140121 54.445686 -v -160.347153 -234.772736 55.227264 -v -160.347153 -234.065628 54.520149 -v -160.533691 -234.689056 55.310951 -v -160.533691 -233.981934 54.603844 -v -160.866806 -234.565186 55.434807 -v -160.866806 -233.858078 54.727692 -v -160.918762 -234.537216 55.462799 -v -160.918762 -233.830093 54.755699 -v -161.199936 -234.438232 55.561760 -v -161.199936 -233.731110 54.854652 -v -161.489670 -234.301651 55.698349 -v -161.489685 -233.594528 54.991241 -v -161.533051 -234.270996 55.729004 -v -161.533035 -233.563889 55.021896 -v -161.866135 -234.165985 55.834007 -v -161.866150 -233.458893 55.126892 -v -162.070557 -234.066116 55.933899 -v -162.070557 -233.359009 55.226791 -v -162.199234 -233.998611 56.001396 -v -162.199249 -233.291504 55.294281 -v -162.532364 -233.891953 56.108055 -v -162.532364 -233.184830 55.400948 -v -162.652725 -233.830551 56.169437 -v -162.652725 -233.123459 55.462334 -v -162.865479 -233.742401 56.257629 -v -162.865479 -233.035263 55.550522 -v -163.198593 -233.607224 56.392773 -v -163.198593 -232.900131 55.685669 -v -163.220810 -233.595016 56.404987 -v -163.220810 -232.887939 55.697876 -v -163.531693 -233.492432 56.507572 -v -163.531693 -232.785324 55.800468 -v -163.864807 -233.492432 56.507572 -v -163.864807 -232.785324 55.800468 -v -164.175720 -233.595016 56.404987 -v -164.175705 -232.887924 55.697876 -v -164.197906 -233.607224 56.392769 -v -164.197906 -232.900146 55.685669 -v -164.531036 -233.742401 56.257626 -v -164.531021 -233.035263 55.550522 -v -164.743759 -233.830551 56.169437 -v -164.743774 -233.123459 55.462334 -v -164.864136 -233.891953 56.108055 -v -164.864136 -233.184845 55.400940 -v -165.197250 -233.998627 56.001396 -v -165.197250 -233.291504 55.294281 -v -165.325943 -234.066116 55.933899 -v -165.325958 -233.359009 55.226791 -v -165.530350 -234.165985 55.834007 -v -165.530350 -233.458878 55.126900 -v -165.863480 -234.270996 55.729004 -v -165.863464 -233.563889 55.021896 -v -165.906815 -234.301651 55.698349 -v -165.906815 -233.594528 54.991241 -v -166.196579 -234.438232 55.561760 -v -166.196594 -233.731125 54.854645 -v -166.477737 -234.537231 55.462799 -v -166.477737 -233.830093 54.755699 -v -166.529694 -234.565186 55.434807 -v -166.529694 -233.858078 54.727692 -v -166.862823 -234.689835 55.310181 -v -166.862808 -233.982697 54.603081 -v -167.048157 -234.772736 55.227264 -v -167.048157 -234.065628 54.520149 -v -167.195908 -234.847198 55.152802 -v -167.195908 -234.140121 54.445686 -v -167.529037 -234.949722 55.050255 -v -167.529022 -234.242630 54.343147 -v -167.632675 -235.008286 54.991707 -v -167.632675 -234.301178 54.284607 -v -167.862137 -235.118912 54.881081 -v -167.862137 -234.411835 54.173973 -v -168.195267 -235.228256 54.771751 -v -168.195251 -234.521149 54.064651 -v -168.217285 -235.243835 54.756172 -v -168.217285 -234.536743 54.049065 -v -168.528351 -235.384277 54.615730 -v -168.528336 -234.677155 53.908623 -v -168.779663 -235.479370 54.520622 -v -168.779648 -234.772263 53.813522 -v -168.861465 -235.522766 54.477242 -v -168.861481 -234.815674 53.770134 -v -169.194580 -235.637665 54.362358 -v -169.194580 -234.930542 53.655243 -v -169.355942 -235.714920 54.285080 -v -169.355942 -235.007812 53.577972 -v -169.527695 -235.800339 54.199661 -v -169.527695 -235.093246 53.492554 -v -169.860794 -235.915665 54.084312 -v -169.860794 -235.208572 53.377205 -v -169.910004 -235.950470 54.049545 -v -169.909988 -235.243362 53.342430 -v -169.860794 -236.025589 53.974434 -v -169.860794 -235.318466 53.267326 -v -169.731430 -236.186020 53.813988 -v -169.731430 -235.478912 53.106880 -v -169.527710 -236.272736 53.727264 -v -169.527695 -235.565628 53.020164 -v -169.194580 -236.404343 53.595642 -v -169.194580 -235.697250 52.888542 -v -169.163452 -236.421555 53.578438 -v -169.163452 -235.714462 52.871338 -v -168.861465 -236.523560 53.476448 -v -168.861481 -235.816452 52.769341 -v -168.583145 -236.657104 53.342903 -v -168.583145 -235.949997 52.635796 -v -168.528351 -236.695831 53.304161 -v -168.528351 -235.988724 52.597061 -v -168.195251 -236.799438 53.200569 -v -168.195251 -236.092316 52.493462 -v -168.004166 -236.892624 53.107361 -v -168.004166 -236.185532 52.400253 -v -167.862137 -236.963821 53.036179 -v -167.862137 -236.256714 52.329071 -v -167.529037 -237.073715 52.926277 -v -167.529037 -236.366592 52.219177 -v -167.423691 -237.128204 52.871811 -v -167.423676 -236.421082 52.164703 -v -167.195923 -237.219223 52.780769 -v -167.195923 -236.512115 52.073669 -v -166.864319 -237.364487 52.635498 -v -166.864090 -236.657547 51.928230 -v -166.529694 -237.479248 52.520752 -v -166.529678 -236.772125 51.813652 -v -166.279282 -237.599274 52.400719 -v -166.279282 -236.892181 51.693604 -v -166.196594 -237.650177 52.349823 -v -166.196579 -236.943069 51.642723 -v -165.863464 -237.751938 52.248077 -v -165.863480 -237.044815 51.540962 -v -165.698242 -237.834824 52.165169 -v -165.698227 -237.127716 51.458069 -v -165.530350 -237.913788 52.086243 -v -165.530350 -237.206650 51.379143 -v -165.197266 -238.029816 51.970184 -v -165.197250 -237.322723 51.263069 -v -165.120605 -238.070358 51.929626 -v -165.120605 -237.363266 51.222527 -v -164.864136 -238.166138 51.833862 -v -164.864136 -237.459030 51.126762 -v -164.557571 -238.305923 51.694084 -v -164.557571 -237.598801 50.986977 -v -164.531021 -238.324692 51.675316 -v -164.531021 -237.617584 50.968208 -v -164.197906 -238.434616 51.565392 -v -164.197906 -237.727539 50.858276 -v -163.974152 -238.541473 51.458542 -v -163.974152 -237.834351 50.751434 -v -163.864807 -238.601044 51.398956 -v -163.864807 -237.893921 50.691856 -v -163.531693 -238.683807 51.316208 -v -163.531708 -237.976669 50.609108 -v -163.340607 -238.777008 51.222992 -v -163.340607 -238.069901 50.515892 -v -163.198593 -238.848175 51.151817 -v -163.198578 -238.141068 50.444710 -v -162.865479 -238.958054 51.041924 -v -162.865479 -238.250977 50.334824 -v -162.760117 -239.012558 50.987450 -v -162.760117 -238.305435 50.280342 -v -162.532364 -239.103561 50.896423 -v -162.532364 -238.396469 50.189316 -v -162.200668 -239.248947 50.751060 -v -162.200333 -238.542068 50.043724 -v -161.866135 -239.363022 50.636971 -v -161.866119 -238.655945 49.929871 -v -161.615723 -239.483643 50.516357 -v -161.615707 -238.776535 49.809258 -v -161.533035 -239.534546 50.465462 -v -161.533035 -238.827423 49.758362 -v -161.199936 -239.636276 50.363716 -v -161.199936 -238.929184 49.656609 -v -161.034668 -239.719208 50.280815 -v -161.034668 -239.012070 49.573700 -v -160.866821 -239.798126 50.201889 -v -160.866821 -239.091034 49.494781 -v -160.533691 -239.914169 50.085823 -v -160.533691 -239.207062 49.378723 -v -160.457047 -239.954742 50.045273 -v -160.457047 -239.247604 49.338165 -v -160.200577 -240.050507 49.949509 -v -160.200577 -239.343384 49.242401 -v -159.894028 -240.190292 49.809731 -v -159.894043 -239.483185 49.102623 -v -159.867477 -240.209030 49.790955 -v -159.867493 -239.501938 49.083847 -v -159.534363 -240.318970 49.681030 -v -159.534363 -239.611862 48.973923 -v -159.310608 -240.425812 49.574181 -v -159.310608 -239.718719 48.867065 -v -159.201248 -240.485397 49.514595 -v -159.201248 -239.778305 48.807503 -v -158.868149 -240.589218 49.410797 -v -158.868149 -239.882111 48.703682 -v -158.725769 -240.661362 49.338631 -v -158.725769 -239.954254 48.631531 -v -158.535034 -240.745850 49.254173 -v -158.535034 -240.038727 48.547058 -v -158.201920 -240.872025 49.127968 -v -158.201920 -240.164917 48.420860 -v -158.155670 -240.896942 49.103088 -v -158.155655 -240.189804 48.395981 -v -157.868805 -240.996490 49.003517 -v -157.868805 -240.289352 48.296417 -v -157.584900 -241.132446 48.867546 -v -157.584900 -240.425339 48.160431 -v -157.535706 -241.167236 48.832764 -v -157.535706 -240.460129 48.125664 -v -157.202621 -241.268600 48.731361 -v -157.202591 -240.561523 48.024261 -v -157.001221 -241.367996 48.632004 -v -157.001221 -240.660904 47.924896 -v -156.869492 -241.437363 48.562653 -v -156.869492 -240.730255 47.855537 -v -156.536362 -241.543213 48.456779 -v -156.536377 -240.836105 47.749664 -v -156.419785 -241.603546 48.396454 -v -156.419785 -240.896454 47.689354 -v -156.203247 -241.693161 48.306824 -v -156.203247 -240.986069 47.599724 -v -155.870148 -241.831955 48.168053 -v -155.870148 -241.124863 47.460945 -v -155.857330 -241.839111 48.160912 -v -155.857330 -241.131989 47.453796 -v -155.537033 -241.953430 48.046570 -v -155.537048 -241.246323 47.339462 -v -155.279297 -242.074631 47.925362 -v -155.279297 -241.367554 47.218262 -v -155.203918 -242.120850 47.879150 -v -155.203918 -241.413742 47.172050 -v -154.870804 -242.222656 47.777344 -v -154.870804 -241.515549 47.070236 -v -154.693848 -242.310181 47.689819 -v -154.693848 -241.603073 46.982719 -v -154.537704 -242.385773 47.614243 -v -154.537704 -241.678680 46.907135 -v -154.204590 -242.498611 47.501389 -v -154.204590 -241.791504 46.794281 -v -162.910797 -262.331543 27.668503 -v -162.865479 -262.363556 27.636459 -v -162.910797 -261.624390 26.961388 -v -162.865479 -261.656433 26.929352 -v -162.785202 -262.331512 27.668503 -v -162.785202 -261.624390 26.961395 -v -162.532364 -262.248596 27.751404 -v -162.532364 -261.541504 27.044296 -v -162.199249 -262.145721 27.854294 -v -162.199249 -261.438599 27.147194 -v -162.118347 -262.095947 27.904045 -v -162.118347 -261.388885 27.196938 -v -161.866135 -261.975342 28.024658 -v -161.866135 -261.268280 27.317551 -v -161.535583 -261.860016 28.139977 -v -161.534348 -261.152191 27.433586 -v -161.199936 -261.715912 28.284103 -v -161.199936 -261.008789 27.576996 -v -160.972168 -261.624878 28.375130 -v -160.972153 -260.917755 27.668030 -v -160.866806 -261.570038 28.429947 -v -160.866806 -260.862946 27.722839 -v -160.533691 -261.460480 28.539497 -v -160.533691 -260.753387 27.832390 -v -160.391663 -261.389313 28.610680 -v -160.391663 -260.682220 27.903572 -v -160.200577 -261.295624 28.704391 -v -160.200577 -260.588501 27.997284 -v -159.867477 -261.191193 28.808784 -v -159.867477 -260.484100 28.101685 -v -159.814529 -261.153778 28.846222 -v -159.814529 -260.446655 28.139122 -v -159.534363 -261.019623 28.980370 -v -159.534363 -260.312531 28.273262 -v -159.235504 -260.918243 29.081772 -v -159.235504 -260.211151 28.374664 -v -159.201248 -260.899445 29.100548 -v -159.201248 -260.192352 28.393440 -v -158.868149 -260.768677 29.231331 -v -158.868149 -260.061554 28.524231 -v -158.668823 -260.682678 29.317314 -v -158.668823 -259.975586 28.610207 -v -158.535034 -260.614380 29.385612 -v -158.535034 -259.907288 28.678505 -v -158.201920 -260.510773 29.489243 -v -158.201920 -259.803650 28.782127 -v -158.085953 -260.447144 29.552856 -v -158.085953 -259.740021 28.845749 -v -157.868805 -260.341400 29.658615 -v -157.868805 -259.634277 28.951508 -v -157.535690 -260.236511 29.763527 -v -157.535706 -259.529358 29.056412 -v -157.500519 -260.211609 29.788406 -v -157.500519 -259.504517 29.081299 -v -157.202591 -260.073730 29.926254 -v -157.202591 -259.366669 29.219147 -v -156.934921 -259.976074 30.023941 -v -156.934921 -259.268951 29.316841 -v -156.869476 -259.941040 30.058960 -v -156.869492 -259.233917 29.351860 -v -156.536362 -259.820282 30.179749 -v -156.536362 -259.113129 29.472649 -v -156.361740 -259.740509 30.259499 -v -156.361740 -259.033417 29.552391 -v -156.203247 -259.661987 30.338005 -v -156.203247 -258.954895 29.630898 -v -155.870132 -259.559204 30.440796 -v -155.870148 -258.852112 29.733688 -v -155.777740 -259.504974 30.495041 -v -155.777740 -258.797852 29.787933 -v -155.537033 -259.389526 30.610481 -v -155.537048 -258.682404 29.903366 -v -155.203903 -259.274902 30.725151 -v -155.203918 -258.567749 30.018044 -v -155.196228 -259.269409 30.730576 -v -155.196228 -258.562317 30.023476 -v -154.870804 -259.126953 30.873032 -v -154.870804 -258.419891 30.165924 -v -154.634506 -259.033905 30.966133 -v -154.634506 -258.326752 30.259026 -v -154.537689 -258.983185 31.016815 -v -154.537704 -258.276093 30.309700 -v -154.204590 -258.872162 31.127823 -v -154.204590 -258.165070 30.420723 -v -154.054810 -258.798340 31.201668 -v -154.054810 -258.091217 30.494568 -v -153.871475 -258.707916 31.292076 -v -153.871490 -258.000854 30.584969 -v -153.538345 -258.606567 31.393433 -v -153.538361 -257.899475 30.686325 -v -153.476440 -258.562775 31.437218 -v -153.476440 -257.855682 30.730110 -v -153.205261 -258.429840 31.570175 -v -153.205261 -257.722687 30.863068 -v -152.894333 -258.327240 31.672775 -v -152.894348 -257.620117 30.965652 -v -152.872162 -258.315033 31.684975 -v -152.872147 -257.607910 30.977859 -v -152.539047 -258.179901 31.820114 -v -152.539047 -257.472778 31.113014 -v -152.326294 -258.091705 31.908310 -v -152.326294 -257.384583 31.201202 -v -152.205917 -258.030304 31.969696 -v -152.205933 -257.323212 31.262581 -v -151.872803 -257.922638 32.077324 -v -151.872803 -257.215576 31.370209 -v -151.745667 -257.856171 32.143852 -v -151.745667 -257.149048 31.436745 -v -151.539703 -257.756256 32.243744 -v -151.539703 -257.049194 31.536629 -v -151.206589 -257.649872 32.350159 -v -151.206589 -256.942749 31.643051 -v -151.165237 -257.620605 32.379402 -v -151.165237 -256.913483 31.672295 -v -150.873474 -257.484009 32.515991 -v -150.873474 -256.776917 31.808884 -v -150.592346 -257.385071 32.614937 -v -150.592331 -256.677948 31.907837 -v -150.540359 -257.357056 32.642944 -v -150.540359 -256.649963 31.935837 -v -150.207260 -257.232422 32.767570 -v -150.207260 -256.525360 32.060455 -v -150.021896 -257.149506 32.850487 -v -150.021927 -256.442413 32.143387 -v -149.874146 -257.075043 32.924942 -v -149.874146 -256.367950 32.217842 -v -149.541031 -256.972504 33.027496 -v -149.541031 -256.265411 32.320389 -v -149.437408 -256.913971 33.086037 -v -149.437408 -256.206848 32.378922 -v -149.207932 -256.803345 33.196671 -v -149.207947 -256.096222 32.489563 -v -148.874802 -256.692383 33.307617 -v -148.874817 -255.985275 32.600502 -v -148.855072 -256.678436 33.321571 -v -148.855087 -255.971329 32.614464 -v -148.541702 -256.537964 33.462021 -v -148.541702 -255.830856 32.754913 -v -148.290405 -256.442871 33.557114 -v -148.290405 -255.735764 32.850014 -v -148.208588 -256.399475 33.600510 -v -148.208603 -255.692383 32.893402 -v -147.875473 -256.283722 33.716240 -v -147.875473 -255.576645 33.009140 -v -147.715485 -256.207336 33.792671 -v -147.715485 -255.500229 33.085564 -v -147.542374 -256.121918 33.878090 -v -147.542374 -255.414825 33.170975 -v -147.209244 -256.020355 33.979630 -v -147.209259 -255.313263 33.272530 -v -147.130173 -255.971786 34.028206 -v -147.130188 -255.264679 33.321106 -v -146.876144 -255.850586 34.149414 -v -146.876160 -255.143478 33.442307 -v -146.545578 -255.735825 34.264168 -v -146.543991 -255.027863 33.557930 -v -146.209946 -255.591019 34.408974 -v -146.209946 -254.883911 33.701866 -v -145.988785 -255.500717 34.499306 -v -145.988785 -254.793610 33.792198 -v -145.876816 -255.421539 34.578476 -v -145.876816 -254.714417 33.871368 -v -145.749084 -255.265167 34.734848 -v -145.749069 -254.558105 34.027725 -v -145.749069 -241.132446 48.867546 -v -145.749054 -240.425323 48.160446 -v -145.756287 -240.896927 49.103088 -v -145.756287 -240.189804 48.395981 -v -145.876816 -240.797729 49.202271 -v -145.876816 -240.090622 48.495163 -v -146.209946 -240.826645 49.173363 -v -146.209946 -240.119537 48.466255 -v -146.347229 -240.896927 49.103088 -v -146.347229 -240.189804 48.395981 -v -146.543030 -240.992874 49.007126 -v -146.543030 -240.285767 48.300018 -v -146.876160 -241.095016 48.904976 -v -146.876144 -240.387909 48.197876 -v -146.929092 -241.132446 48.867546 -v -146.929092 -240.425339 48.160431 -v -147.209244 -241.267151 48.732796 -v -147.209259 -240.560104 48.025688 -v -147.507812 -241.368011 48.632004 -v -147.507797 -240.660889 47.924896 -v -147.542374 -241.386765 48.613220 -v -147.542389 -240.679688 47.906120 -v -147.875488 -241.517578 48.482422 -v -147.875488 -240.810471 47.775322 -v -148.071594 -241.603546 48.396454 -v -148.071579 -240.896439 47.689354 -v -148.208603 -241.673813 48.326202 -v -148.208603 -240.966690 47.619102 -v -148.541702 -241.776474 48.223541 -v -148.541702 -241.069351 47.516434 -v -148.656067 -241.839096 48.160912 -v -148.656052 -241.131989 47.453804 -v -148.874817 -241.944855 48.055161 -v -148.874832 -241.237762 47.348053 -v -149.207947 -242.051254 47.948761 -v -149.207932 -241.344131 47.241653 -v -149.240997 -242.074631 47.925362 -v -149.240997 -241.367538 47.218262 -v -149.541031 -242.213776 47.786224 -v -149.541046 -241.506683 47.079124 -v -149.807510 -242.310181 47.689819 -v -149.807510 -241.603073 46.982719 -v -149.874146 -242.345444 47.654572 -v -149.874146 -241.638336 46.947456 -v -150.207260 -242.465988 47.534019 -v -150.207260 -241.758881 46.826912 -v -150.379105 -242.545700 47.454277 -v -150.379105 -241.838623 46.747162 -v -150.540359 -242.626450 47.373558 -v -150.540359 -241.919342 46.666443 -v -150.873474 -242.728134 47.271873 -v -150.873474 -242.021011 46.564766 -v -150.964096 -242.781281 47.218735 -v -150.964111 -242.074188 46.511627 -v -151.206589 -242.896713 47.103279 -v -151.206604 -242.189606 46.396179 -v -151.539703 -243.011383 46.988617 -v -151.539703 -242.304291 46.281509 -v -151.547394 -243.016815 46.983185 -v -151.547394 -242.309723 46.276070 -v -151.872803 -243.159271 46.840729 -v -151.872803 -242.452148 46.133629 -v -152.045609 -243.252350 46.747643 -v -152.045609 -242.545258 46.040535 -v -152.105835 -243.487885 46.512085 -v -152.105820 -242.780792 45.804993 -v -152.105820 -252.674149 37.325844 -v -152.105789 -251.967117 36.618744 -v -152.205917 -252.768723 37.231270 -v -152.205917 -252.061630 36.524178 -v -152.439392 -252.909698 37.090302 -v -152.439392 -252.202591 36.383186 -v -152.539032 -252.961884 37.038116 -v -152.539047 -252.254791 36.331001 -v -152.872147 -253.074081 36.925934 -v -152.872147 -252.366974 36.218819 -v -153.014175 -253.145248 36.854744 -v -153.014175 -252.438141 36.147644 -v -153.205261 -253.238464 36.761543 -v -153.205261 -252.531372 36.054428 -v -153.538361 -253.340790 36.659225 -v -153.538361 -252.633667 35.952126 -v -153.594971 -253.380814 36.619209 -v -153.594971 -252.673691 35.912102 -v -153.871475 -253.514328 36.485664 -v -153.871475 -252.807236 35.778557 -v -154.173477 -253.616287 36.383659 -v -154.173462 -252.909225 35.676559 -v -154.204590 -253.633530 36.366470 -v -154.204590 -252.926422 35.659363 -v -154.537704 -253.765167 36.234833 -v -154.537704 -253.058060 35.527733 -v -154.741440 -253.851898 36.148117 -v -154.741440 -253.144775 35.441010 -v -154.870804 -253.917770 36.082222 -v -154.870804 -253.210678 35.375114 -v -155.203934 -254.022827 35.977180 -v -155.203918 -253.315704 35.270073 -v -155.321487 -254.087433 35.912575 -v -155.321487 -253.380341 35.205467 -v -155.537033 -254.192642 35.807358 -v -155.537048 -253.485565 35.100250 -v -155.870132 -254.296600 35.703377 -v -155.870148 -253.589508 34.996277 -v -155.907410 -254.322968 35.677032 -v -155.907410 -253.615875 34.969917 -v -156.203247 -254.460846 35.539177 -v -156.203247 -253.753708 34.832062 -v -156.475815 -254.558517 35.441475 -v -156.475800 -253.851410 34.734375 -v -156.536362 -254.590790 35.409218 -v -156.536362 -253.883682 34.702110 -v -156.869492 -254.712692 35.287277 -v -156.869476 -254.005600 34.580185 -v -157.046616 -254.794067 35.205940 -v -157.046616 -254.086960 34.498833 -v -157.202591 -254.872574 35.127419 -v -157.202591 -254.165497 34.420303 -v -157.535706 -254.973175 35.026817 -v -157.535706 -254.266083 34.319710 -v -157.631577 -255.029587 34.970390 -v -157.631577 -254.322495 34.263283 -v -157.868805 -255.144470 34.855522 -v -157.868790 -254.437363 34.148422 -v -158.201920 -255.256241 34.743767 -v -158.201935 -254.549118 34.036659 -v -158.214539 -255.265167 34.734848 -v -158.214539 -254.558075 34.027740 -v -158.535034 -255.407623 34.592392 -v -158.535034 -254.700485 33.885292 -v -158.777573 -255.500717 34.499306 -v -158.777557 -254.793594 33.792198 -v -158.868134 -255.547806 34.452194 -v -158.868149 -254.840698 33.745087 -v -159.201248 -255.661530 34.338463 -v -159.201248 -254.954422 33.631363 -v -159.352432 -255.736237 34.263756 -v -159.352432 -255.029129 33.556648 -v -159.534363 -255.826645 34.173363 -v -159.534363 -255.119522 33.466255 -v -159.867477 -255.926773 34.073227 -v -159.867477 -255.219681 33.366112 -v -159.940948 -255.971786 34.028206 -v -159.940948 -255.264679 33.321106 -v -160.200577 -256.093567 33.906425 -v -160.200592 -255.386490 33.199318 -v -160.517685 -256.207306 33.792671 -v -160.517685 -255.500229 33.085556 -v -160.533691 -256.216187 33.783813 -v -160.533691 -255.509079 33.076706 -v -160.866806 -256.354004 33.646027 -v -160.866821 -255.646881 32.938911 -v -161.082352 -256.442871 33.557121 -v -161.082352 -255.735764 32.850014 -v -161.199921 -256.503204 33.496803 -v -161.199936 -255.796112 32.789688 -v -161.533035 -256.610931 33.389069 -v -161.533035 -255.903824 32.681961 -v -161.661728 -256.678436 33.321579 -v -161.661728 -255.971313 32.614471 -v -161.866135 -256.778320 33.221687 -v -161.866135 -256.071198 32.514587 -v -162.199234 -256.881927 33.118088 -v -162.199249 -256.174805 32.410973 -v -162.244568 -256.913971 33.086037 -v -162.244568 -256.206848 32.378929 -v -162.532364 -257.049927 32.950058 -v -162.532364 -256.342834 32.242950 -v -162.816589 -257.149536 32.850479 -v -162.816589 -256.442413 32.143379 -v -162.865479 -257.185760 32.814255 -v -162.865479 -256.478638 32.107147 -v -163.001816 -257.385040 32.614937 -v -163.001816 -256.677948 31.907837 -v -163.001831 -262.095947 27.904037 -v -163.001846 -261.388763 27.196968 -v 155.000000 -229.822311 60.177666 -v 75.000000 -229.822281 60.177639 -v 155.000000 -229.115219 59.470562 -v 75.000000 -229.115219 59.470562 -v 75.000000 -265.177704 24.822289 -v 75.000000 -264.470551 24.115227 -v 155.000000 -265.177704 24.822327 -v 155.000000 -264.470551 24.115227 -v -205.000000 -221.413574 68.314697 -v -205.000000 -215.857895 70.000000 -v -205.000000 -222.928833 67.071049 -v -205.000000 -185.000000 70.000000 -v -205.000015 -185.000015 -0.000008 -v -205.000000 -219.684692 69.238796 -v -205.000000 -217.808762 69.807854 -v -205.000000 -275.000000 0.000000 -v -205.000000 -275.000000 10.857864 -v -205.000000 -272.071198 17.928940 -v -205.000000 -274.807861 12.808769 -v -205.000000 -274.238800 14.684700 -v -205.000000 -273.314697 16.413567 -v 205.000000 -215.857895 70.000000 -v 205.000000 -185.000000 70.000000 -v 205.000015 -185.000015 -0.000008 -v 205.000000 -275.000000 0.000000 -v 205.000000 -275.000000 10.857857 -v 0.000000 -274.807861 12.808762 -v -41.000000 -274.807861 12.808762 -v -82.000000 -274.807861 12.808762 -v -82.000000 -274.238800 14.684700 -v -123.000000 -274.238800 14.684700 -v -123.000000 -273.314697 16.413559 -v -164.000000 -273.314697 16.413559 -v 205.000000 -274.807861 12.808762 -v 164.000000 -274.807861 12.808762 -v 123.000000 -274.807861 12.808762 -v 82.000000 -274.807861 12.808762 -v 82.000000 -274.238800 14.684700 -v 41.000000 -274.238800 14.684700 -v 41.000000 -273.314697 16.413559 -v 0.000000 -273.314697 16.413559 -v 205.000015 -272.071075 17.928940 -v 164.000000 -274.238800 14.684700 -v 205.000000 -274.238800 14.684700 -v 164.000000 -273.314697 16.413559 -v 205.000000 -273.314697 16.413559 -v -164.000000 -274.238800 14.684700 -v -164.000000 -274.807861 12.808762 -v 123.000000 -274.238800 14.684700 -v 123.000000 -273.314697 16.413559 -v 41.000000 -274.807861 12.808762 -v 0.000000 -274.238800 14.684700 -v -41.000000 -274.238800 14.684700 -v -41.000000 -273.314697 16.413559 -v -123.000000 -274.807861 12.808762 -v 82.000000 -273.314697 16.413559 -v -82.000000 -273.314697 16.413559 -v 205.000015 -222.928955 67.071060 -v 0.000000 -221.413574 68.314697 -v -41.000000 -221.413574 68.314697 -v -82.000000 -221.413574 68.314697 -v -82.000000 -219.684692 69.238792 -v -123.000000 -219.684692 69.238792 -v -123.000000 -217.808762 69.807854 -v -164.000000 -217.808762 69.807854 -v 205.000000 -221.413574 68.314697 -v 164.000000 -221.413574 68.314697 -v 123.000000 -221.413574 68.314697 -v 82.000000 -221.413574 68.314697 -v 82.000000 -219.684692 69.238792 -v 41.000000 -219.684692 69.238792 -v 41.000000 -217.808762 69.807854 -v 0.000000 -217.808762 69.807854 -v 164.000000 -219.684692 69.238792 -v 205.000000 -219.684692 69.238796 -v 164.000000 -217.808762 69.807854 -v 205.000000 -217.808762 69.807850 -v -164.000000 -219.684692 69.238792 -v -164.000000 -221.413574 68.314697 -v 123.000000 -219.684692 69.238792 -v 123.000000 -217.808762 69.807854 -v 41.000000 -221.413574 68.314697 -v 0.000000 -219.684692 69.238792 -v -41.000000 -219.684692 69.238792 -v -41.000000 -217.808762 69.807854 -v -123.000000 -221.413574 68.314697 -v 82.000000 -217.808762 69.807854 -v -82.000000 -217.808762 69.807854 -v -202.500000 220.000000 58.995674 -v -202.500000 221.000000 58.992207 -v -202.500000 220.000000 66.000000 -v -202.500000 221.000000 66.000000 -v -202.500000 224.500000 62.500000 -v -202.500000 224.574142 63.162830 -v -202.500000 221.000000 57.414215 -v -202.500000 224.792923 61.207100 -v -202.500000 224.574142 61.837173 -v -202.500000 224.792923 63.792904 -v -202.500000 221.000000 67.585785 -v -202.500000 224.000000 55.000000 -v -202.500000 231.000000 55.000000 -v -202.500000 224.000000 56.000000 -v -202.500000 231.000000 56.000000 -v -202.500000 227.500000 59.500000 -v -202.500000 228.162827 59.574139 -v -202.500000 228.792923 59.792896 -v -202.500000 232.585785 56.000000 -v -202.500000 226.837189 59.574139 -v -202.500000 226.207077 59.792896 -v -202.500000 222.414215 56.000000 -v -202.500000 231.000000 70.000000 -v -202.500000 224.000000 70.000000 -v -202.500000 231.000000 69.000000 -v -202.500000 224.000000 69.000000 -v -202.500000 227.500000 65.500000 -v -202.500000 226.837173 65.425861 -v -202.500000 226.207077 65.207096 -v -202.500000 222.414215 69.000000 -v -202.500000 228.162827 65.425861 -v -202.500000 228.792923 65.207096 -v -202.500000 232.585785 69.000000 -v -205.000015 220.000015 55.000000 -v -205.000000 220.000000 70.000000 -v -205.000000 235.000000 55.000000 -v -205.000000 235.000000 70.000000 -v -202.500000 235.000000 58.992207 -v -202.500015 235.000015 65.999996 -v -202.500000 234.000000 58.992207 -v -202.500000 234.000000 66.000000 -v -202.500000 230.500000 62.500000 -v -202.500000 230.425858 63.162827 -v -202.500000 230.207077 63.792904 -v -202.500000 234.000000 67.585785 -v -202.500000 230.425858 61.837170 -v -202.500000 230.207077 61.207100 -v -202.500000 234.000000 57.414215 -v 202.500000 224.000000 70.000000 -v 202.500000 231.000000 70.000000 -v 202.500000 224.000000 69.000000 -v 202.500000 231.000000 69.000000 -v 202.500000 227.500000 65.500000 -v 202.500000 228.162827 65.425861 -v 202.500000 228.792923 65.207096 -v 202.500000 232.585785 69.000000 -v 202.500000 226.837189 65.425861 -v 202.500000 226.207077 65.207096 -v 202.500000 222.414215 69.000000 -v 202.500000 220.000000 58.995674 -v 202.500000 220.000000 66.000000 -v 202.500000 221.000000 58.992207 -v 202.500000 221.000000 66.000000 -v 202.500000 224.500000 62.500000 -v 202.500000 224.574142 63.162827 -v 202.500000 224.792923 63.792904 -v 202.500000 221.000000 67.585785 -v 202.500000 224.574142 61.837170 -v 202.500000 224.792923 61.207100 -v 202.500000 221.000000 57.414215 -v 202.500000 231.000000 55.000000 -v 202.500000 224.000000 55.000000 -v 202.500000 231.000000 56.000000 -v 202.500000 224.000000 56.000000 -v 202.500000 227.500000 59.500000 -v 202.500000 226.837173 59.574139 -v 202.500000 226.207077 59.792896 -v 202.500000 222.414215 56.000000 -v 202.500000 228.162827 59.574139 -v 202.500000 228.792923 59.792896 -v 202.500000 232.585785 56.000000 -v 202.500000 235.000000 58.992207 -v 202.500000 234.000000 58.992207 -v 202.500015 235.000015 65.999996 -v 202.500000 234.000000 66.000000 -v 202.500000 230.500000 62.500000 -v 202.500000 230.425858 63.162830 -v 202.500000 234.000000 57.414215 -v 202.500000 230.207077 61.207100 -v 202.500000 230.425858 61.837173 -v 202.500000 230.207077 63.792904 -v 202.500000 234.000000 67.585785 -v 205.000000 220.000000 70.000000 -v 205.000000 220.000000 55.000000 -v 205.000000 235.000000 70.000000 -v 205.000015 235.000015 55.000000 -v 188.534485 224.574142 61.837170 -v 174.568970 224.574142 61.837170 -v 160.603455 224.574142 61.837170 -v 160.603455 224.500000 62.500000 -v 146.637939 224.500000 62.500000 -v 146.637924 224.574142 63.162830 -v 132.672409 224.574142 63.162830 -v 118.706902 224.574142 63.162830 -v 104.741386 224.574142 63.162830 -v 118.706902 224.500000 62.500000 -v 104.741386 224.500000 62.500000 -v 118.706902 224.574142 61.837170 -v 104.741386 224.574142 61.837170 -v 90.775871 224.574142 61.837170 -v 76.810356 224.574142 61.837170 -v 76.810356 224.500000 62.500000 -v 62.844826 224.500000 62.500000 -v 62.844826 224.574142 63.162830 -v 48.879311 224.574142 63.162830 -v 34.913792 224.574142 63.162830 -v 20.948277 224.574142 63.162830 -v 34.913792 224.500000 62.500000 -v 20.948277 224.500000 62.500000 -v 34.913792 224.574142 61.837170 -v 20.948277 224.574142 61.837170 -v 6.982759 224.574142 61.837170 -v -6.982759 224.574142 61.837166 -v -6.982759 224.500000 62.500000 -v -20.948277 224.500000 62.500000 -v -20.948277 224.574142 63.162830 -v -34.913792 224.574142 63.162830 -v -48.879311 224.574142 63.162830 -v -62.844830 224.574142 63.162830 -v -48.879311 224.500000 62.500000 -v -62.844830 224.500000 62.500000 -v -48.879311 224.574142 61.837170 -v -62.844830 224.574142 61.837170 -v -76.810356 224.574142 61.837170 -v -90.775871 224.574142 61.837170 -v -90.775871 224.500000 62.500000 -v -104.741386 224.500000 62.500000 -v -104.741386 224.574142 63.162830 -v -118.706902 224.574142 63.162830 -v -132.672409 224.574142 63.162830 -v -146.637924 224.574142 63.162830 -v -132.672424 224.500000 62.500000 -v -146.637939 224.500000 62.500000 -v -132.672409 224.574142 61.837170 -v -146.637924 224.574142 61.837170 -v -160.603455 224.574142 61.837170 -v -174.568970 224.574142 61.837170 -v -174.568970 224.500000 62.500000 -v -188.534485 224.500000 62.500000 -v -188.534485 224.574142 63.162830 -v -174.568970 224.574142 63.162830 -v -160.603455 224.574142 63.162830 -v -160.603455 224.500000 62.500000 -v 188.534485 224.500000 62.500000 -v 188.534485 224.574142 63.162830 -v 6.982759 224.574142 63.162830 -v -6.982759 224.574142 63.162830 -v -188.534485 224.574142 61.837170 -v -20.948277 224.574142 61.837170 -v -34.913792 224.574142 61.837170 -v -34.913792 224.500000 62.500000 -v 174.568970 224.500000 62.500000 -v 174.568970 224.574142 63.162830 -v 146.637924 224.574142 61.837170 -v 132.672409 224.574142 61.837170 -v 132.672424 224.500000 62.500000 -v 90.775871 224.500000 62.500000 -v 90.775871 224.574142 63.162830 -v 62.844826 224.574142 61.837170 -v 48.879311 224.574142 61.837170 -v 48.879311 224.500000 62.500000 -v 6.982759 224.500000 62.500000 -v -76.810356 224.500000 62.500000 -v -76.810356 224.574142 63.162830 -v -104.741386 224.574142 61.837170 -v -118.706902 224.574142 61.837170 -v -118.706902 224.500000 62.500000 -v 160.603455 224.574142 63.162830 -v 76.810356 224.574142 63.162830 -v -90.775871 224.574142 63.162830 -v 188.534485 228.162827 59.574139 -v 174.568970 228.162827 59.574139 -v 160.603455 228.162827 59.574139 -v 160.603455 227.500000 59.500000 -v 146.637939 227.500000 59.500000 -v 146.637924 226.837189 59.574139 -v 132.672409 226.837189 59.574139 -v 118.706902 226.837189 59.574139 -v 104.741386 226.837189 59.574139 -v 118.706902 227.500000 59.500000 -v 104.741386 227.500000 59.500000 -v 118.706902 228.162827 59.574139 -v 104.741386 228.162827 59.574139 -v 90.775871 228.162827 59.574139 -v 76.810356 228.162827 59.574139 -v 76.810356 227.500000 59.500000 -v 62.844826 227.500000 59.500000 -v 62.844826 226.837189 59.574139 -v 48.879311 226.837189 59.574139 -v 34.913792 226.837189 59.574139 -v 20.948277 226.837189 59.574139 -v 34.913792 227.500000 59.500000 -v 20.948277 227.500000 59.500000 -v 34.913792 228.162827 59.574139 -v 20.948277 228.162827 59.574139 -v 6.982759 228.162827 59.574139 -v -6.982759 228.162827 59.574135 -v -6.982759 227.500000 59.500000 -v -20.948277 227.500000 59.500000 -v -20.948277 226.837189 59.574139 -v -34.913792 226.837189 59.574139 -v -48.879311 226.837189 59.574139 -v -62.844830 226.837189 59.574139 -v -48.879311 227.500000 59.500000 -v -62.844830 227.500000 59.500000 -v -48.879311 228.162827 59.574139 -v -62.844830 228.162827 59.574139 -v -76.810356 228.162827 59.574139 -v -90.775871 228.162827 59.574139 -v -90.775871 227.500000 59.500000 -v -104.741386 227.500000 59.500000 -v -104.741386 226.837189 59.574139 -v -118.706902 226.837189 59.574139 -v -132.672409 226.837189 59.574139 -v -146.637924 226.837189 59.574139 -v -132.672424 227.500000 59.500000 -v -146.637939 227.500000 59.500000 -v -132.672409 228.162827 59.574139 -v -146.637924 228.162827 59.574139 -v -160.603455 228.162827 59.574139 -v -174.568970 228.162827 59.574139 -v -174.568970 227.500000 59.500000 -v -188.534485 227.500000 59.500000 -v -188.534485 226.837189 59.574139 -v -174.568970 226.837189 59.574139 -v -160.603455 226.837189 59.574139 -v -160.603455 227.500000 59.500000 -v 188.534485 227.500000 59.500000 -v 188.534485 226.837189 59.574139 -v 6.982759 226.837189 59.574135 -v -6.982759 226.837189 59.574139 -v -188.534485 228.162827 59.574139 -v -20.948277 228.162827 59.574139 -v -34.913792 228.162827 59.574139 -v -34.913792 227.500000 59.500000 -v 174.568970 227.500000 59.500000 -v 174.568970 226.837189 59.574139 -v 146.637924 228.162827 59.574139 -v 132.672409 228.162827 59.574139 -v 132.672424 227.500000 59.500000 -v 90.775871 227.500000 59.500000 -v 90.775871 226.837189 59.574139 -v 62.844826 228.162827 59.574139 -v 48.879311 228.162827 59.574139 -v 48.879311 227.500000 59.500000 -v 6.982759 227.500000 59.500000 -v -76.810356 227.500000 59.500000 -v -76.810356 226.837189 59.574139 -v -104.741386 228.162827 59.574139 -v -118.706902 228.162827 59.574139 -v -118.706902 227.500000 59.500000 -v 160.603455 226.837189 59.574139 -v 76.810356 226.837189 59.574139 -v -90.775871 226.837189 59.574139 -v 188.534485 230.425858 63.162830 -v 174.568970 230.425858 63.162830 -v 160.603455 230.425858 63.162830 -v 160.603455 230.500000 62.500000 -v 146.637939 230.500000 62.500000 -v 146.637924 230.425858 61.837170 -v 132.672409 230.425858 61.837170 -v 118.706902 230.425858 61.837170 -v 104.741386 230.425858 61.837170 -v 118.706902 230.500000 62.500000 -v 104.741386 230.500000 62.500000 -v 118.706902 230.425858 63.162830 -v 104.741386 230.425858 63.162830 -v 90.775871 230.425858 63.162830 -v 76.810356 230.425858 63.162830 -v 76.810356 230.500000 62.500000 -v 62.844826 230.500000 62.500000 -v 62.844826 230.425858 61.837170 -v 48.879311 230.425858 61.837170 -v 34.913792 230.425858 61.837170 -v 20.948277 230.425858 61.837170 -v 34.913792 230.500000 62.500000 -v 20.948277 230.500000 62.500000 -v 34.913792 230.425858 63.162830 -v 20.948277 230.425858 63.162830 -v 6.982759 230.425858 63.162830 -v -6.982759 230.425873 63.162830 -v -6.982759 230.500000 62.500000 -v -20.948277 230.500000 62.500000 -v -20.948277 230.425858 61.837170 -v -34.913792 230.425858 61.837170 -v -48.879311 230.425858 61.837170 -v -62.844830 230.425858 61.837170 -v -48.879311 230.500000 62.500000 -v -62.844830 230.500000 62.500000 -v -48.879311 230.425858 63.162830 -v -62.844830 230.425858 63.162830 -v -76.810356 230.425858 63.162830 -v -90.775871 230.425858 63.162830 -v -90.775871 230.500000 62.500000 -v -104.741386 230.500000 62.500000 -v -104.741386 230.425858 61.837170 -v -118.706902 230.425858 61.837170 -v -132.672409 230.425858 61.837170 -v -146.637924 230.425858 61.837170 -v -132.672424 230.500000 62.500000 -v -146.637939 230.500000 62.500000 -v -132.672409 230.425858 63.162830 -v -146.637924 230.425858 63.162830 -v -160.603455 230.425858 63.162830 -v -174.568970 230.425858 63.162830 -v -174.568970 230.500000 62.500000 -v -188.534485 230.500000 62.500000 -v -188.534485 230.425858 61.837170 -v -174.568970 230.425858 61.837170 -v -160.603455 230.425858 61.837170 -v -160.603455 230.500000 62.500000 -v 188.534485 230.500000 62.500000 -v 188.534485 230.425858 61.837170 -v 6.982759 230.425873 61.837166 -v -6.982759 230.425858 61.837170 -v -188.534485 230.425858 63.162830 -v -20.948277 230.425858 63.162830 -v -34.913792 230.425858 63.162830 -v -34.913792 230.500000 62.500000 -v 174.568970 230.500000 62.500000 -v 174.568970 230.425858 61.837170 -v 146.637924 230.425858 63.162830 -v 132.672409 230.425858 63.162830 -v 132.672424 230.500000 62.500000 -v 90.775871 230.500000 62.500000 -v 90.775871 230.425858 61.837170 -v 62.844826 230.425858 63.162830 -v 48.879311 230.425858 63.162830 -v 48.879311 230.500000 62.500000 -v 6.982759 230.500000 62.500000 -v -76.810356 230.500000 62.500000 -v -76.810356 230.425858 61.837170 -v -104.741386 230.425858 63.162830 -v -118.706902 230.425858 63.162830 -v -118.706902 230.500000 62.500000 -v 160.603455 230.425858 61.837170 -v 76.810356 230.425858 61.837170 -v -90.775871 230.425858 61.837170 -v 188.534485 226.837189 65.425861 -v 174.568970 226.837189 65.425861 -v 160.603455 226.837189 65.425861 -v 160.603455 227.500000 65.500000 -v 146.637939 227.500000 65.500000 -v 146.637924 228.162827 65.425861 -v 132.672409 228.162827 65.425861 -v 118.706902 228.162827 65.425861 -v 104.741386 228.162827 65.425861 -v 118.706902 227.500000 65.500000 -v 104.741386 227.500000 65.500000 -v 118.706902 226.837189 65.425861 -v 104.741386 226.837189 65.425861 -v 90.775871 226.837189 65.425861 -v 76.810356 226.837189 65.425861 -v 76.810356 227.500000 65.500000 -v 62.844826 227.500000 65.500000 -v 62.844826 228.162827 65.425861 -v 48.879311 228.162827 65.425861 -v 34.913792 228.162827 65.425861 -v 20.948277 228.162827 65.425861 -v 34.913792 227.500000 65.500000 -v 20.948277 227.500000 65.500000 -v 34.913792 226.837189 65.425861 -v 20.948277 226.837189 65.425861 -v 6.982759 226.837189 65.425861 -v -6.982759 226.837189 65.425861 -v -6.982759 227.500000 65.500000 -v -20.948277 227.500000 65.500000 -v -20.948277 228.162827 65.425861 -v -34.913792 228.162827 65.425861 -v -48.879311 228.162827 65.425861 -v -62.844830 228.162827 65.425861 -v -48.879311 227.500000 65.500000 -v -62.844830 227.500000 65.500000 -v -48.879311 226.837189 65.425861 -v -62.844830 226.837189 65.425861 -v -76.810356 226.837189 65.425861 -v -90.775871 226.837189 65.425861 -v -90.775871 227.500000 65.500000 -v -104.741386 227.500000 65.500000 -v -104.741386 228.162827 65.425861 -v -118.706902 228.162827 65.425861 -v -132.672409 228.162827 65.425861 -v -146.637924 228.162827 65.425861 -v -132.672424 227.500000 65.500000 -v -146.637939 227.500000 65.500000 -v -132.672409 226.837189 65.425861 -v -146.637924 226.837189 65.425861 -v -160.603455 226.837189 65.425861 -v -174.568970 226.837189 65.425861 -v -174.568970 227.500000 65.500000 -v -188.534485 227.500000 65.500000 -v -188.534485 228.162827 65.425861 -v -174.568970 228.162827 65.425861 -v -160.603455 228.162827 65.425861 -v -160.603455 227.500000 65.500000 -v 188.534485 227.500000 65.500000 -v 188.534485 228.162827 65.425861 -v 6.982759 228.162827 65.425861 -v -6.982759 228.162827 65.425861 -v -188.534485 226.837189 65.425861 -v -20.948277 226.837189 65.425861 -v -34.913792 226.837189 65.425861 -v -34.913792 227.500000 65.500000 -v 174.568970 227.500000 65.500000 -v 174.568970 228.162827 65.425861 -v 146.637924 226.837189 65.425861 -v 132.672409 226.837189 65.425861 -v 132.672424 227.500000 65.500000 -v 90.775871 227.500000 65.500000 -v 90.775871 228.162827 65.425861 -v 62.844826 226.837189 65.425861 -v 48.879311 226.837189 65.425861 -v 48.879311 227.500000 65.500000 -v 6.982759 227.500000 65.500000 -v -76.810356 227.500000 65.500000 -v -76.810356 228.162827 65.425861 -v -104.741386 226.837189 65.425861 -v -118.706902 226.837189 65.425861 -v -118.706902 227.500000 65.500000 -v 160.603455 228.162827 65.425861 -v 76.810356 228.162827 65.425861 -v -90.775871 228.162827 65.425861 -v -199.500000 -185.000000 56.000000 -v -201.500015 -185.000015 56.000000 -v -199.500000 -185.000000 55.000000 -v -203.500000 -185.000000 55.000000 -v -202.500000 -185.000000 57.000000 -v -203.500000 -185.000000 59.000000 -v -202.500000 -185.000000 59.000000 -v -197.500000 -185.000000 60.000000 -v -198.500015 -185.000015 60.999996 -v -193.500000 -185.000000 60.000000 -v -193.500000 -185.000000 65.000000 -v -183.500000 -185.000000 60.000000 -v -183.500015 -185.000015 64.999996 -v -178.500015 -185.000015 63.999996 -v -179.500000 -185.000000 65.000000 -v -174.500000 -185.000000 68.000000 -v -175.500015 -185.000015 68.999996 -v -173.500000 -185.000000 70.000000 -v -177.500000 -185.000000 70.000000 -v -187.500000 -185.000000 56.000000 -v -189.500000 -185.000000 56.000000 -v -192.500000 -185.000000 55.000000 -v -192.500000 -185.000000 56.000000 -v -184.500000 -185.000000 55.000000 -v -184.500000 -185.000000 56.000000 -v -178.500000 -185.000000 61.000000 -v -179.500000 -185.000000 60.000000 -v -174.500000 -185.000000 57.000000 -v -175.500015 -185.000015 56.000000 -v -173.500000 -185.000000 55.000000 -v -177.500000 -185.000000 55.000000 -v -177.500000 -185.000000 56.000000 -v -173.500000 -185.000000 59.000000 -v -174.500000 -185.000000 59.000000 -v -174.500000 -185.000000 66.000000 -v -173.500000 -185.000000 66.000000 -v -177.500000 -185.000000 69.000000 -v -187.500000 -185.000000 69.000000 -v -189.500000 -185.000000 69.000000 -v -192.500000 -185.000000 70.000000 -v -192.500000 -185.000000 69.000000 -v -184.500000 -185.000000 69.000000 -v -184.500000 -185.000000 70.000000 -v -198.500000 -185.000000 64.000000 -v -197.500000 -185.000000 65.000000 -v -202.500000 -185.000000 68.000000 -v -201.500015 -185.000015 68.999996 -v -203.500000 -185.000000 70.000000 -v -199.500000 -185.000000 70.000000 -v -199.500000 -185.000000 69.000000 -v -203.500000 -185.000000 66.000000 -v -202.500000 -185.000000 66.000000 -v -179.500000 220.000000 65.000000 -v -175.500015 220.000015 68.999996 -v -183.500000 220.000000 65.000000 -v -187.500000 220.000000 69.000000 -v -184.500000 220.000000 69.000000 -v -184.500000 220.000000 70.000000 -v -192.500000 220.000000 70.000000 -v -192.500000 220.000000 69.000000 -v -189.500000 220.000000 69.000000 -v -193.500000 220.000000 65.000000 -v -197.500000 220.000000 65.000000 -v -201.500015 220.000015 68.999996 -v -199.500000 220.000000 69.000000 -v -199.500000 220.000000 70.000000 -v -203.500000 220.000000 70.000000 -v -203.500000 220.000000 66.000000 -v -202.500000 220.000000 68.000000 -v -198.500015 220.000015 63.999996 -v -198.500000 220.000000 61.000000 -v -202.500000 220.000000 57.000000 -v -203.500000 220.000000 59.000000 -v -203.500000 220.000000 55.000000 -v -199.500000 220.000000 55.000000 -v -199.500000 220.000000 56.000000 -v -201.500015 220.000015 56.000000 -v -197.500000 220.000000 60.000000 -v -193.500000 220.000000 60.000000 -v -189.500000 220.000000 56.000000 -v -192.500000 220.000000 56.000000 -v -192.500000 220.000000 55.000000 -v -184.500000 220.000000 55.000000 -v -184.500000 220.000000 56.000000 -v -187.500000 220.000000 56.000000 -v -183.500000 220.000000 60.000000 -v -179.500000 220.000000 60.000000 -v -175.500015 220.000015 56.000000 -v -177.500000 220.000000 56.000000 -v -177.500000 220.000000 55.000000 -v -173.500000 220.000000 55.000000 -v -173.500000 220.000000 59.000000 -v -174.500000 220.000000 59.000000 -v -174.500000 220.000000 57.000000 -v -178.500015 220.000015 60.999996 -v -178.500000 220.000000 64.000000 -v -174.500000 220.000000 68.000000 -v -174.500000 220.000000 66.000000 -v -173.500000 220.000000 66.000000 -v -173.500000 220.000000 70.000000 -v -177.500000 220.000000 70.000000 -v -177.500000 220.000000 69.000000 -v 174.500000 -185.000000 66.000000 -v 174.500000 -185.000000 68.000000 -v 173.500000 -185.000000 66.000000 -v 173.500000 -185.000000 70.000000 -v 175.500015 -185.000015 68.999996 -v 177.500000 -185.000000 70.000000 -v 177.500000 -185.000000 69.000000 -v 179.500000 -185.000000 65.000000 -v 178.500000 -185.000000 64.000000 -v 183.500000 -185.000000 65.000000 -v 178.500015 -185.000015 60.999996 -v 183.500000 -185.000000 60.000000 -v 179.500000 -185.000000 60.000000 -v 174.500000 -185.000000 57.000000 -v 175.500015 -185.000015 56.000000 -v 173.500000 -185.000000 55.000000 -v 177.500000 -185.000000 55.000000 -v 174.500000 -185.000000 59.000000 -v 173.500000 -185.000000 59.000000 -v 177.500000 -185.000000 56.000000 -v 187.500000 -185.000000 56.000000 -v 189.500000 -185.000000 56.000000 -v 193.500000 -185.000000 60.000000 -v 193.500015 -185.000015 64.999996 -v 189.500000 -185.000000 69.000000 -v 184.500000 -185.000000 56.000000 -v 184.500000 -185.000000 55.000000 -v 192.500000 -185.000000 55.000000 -v 192.500000 -185.000000 56.000000 -v 197.500000 -185.000000 60.000000 -v 198.500000 -185.000000 61.000000 -v 198.500015 -185.000015 63.999996 -v 197.500000 -185.000000 65.000000 -v 202.500000 -185.000000 68.000000 -v 201.500015 -185.000015 68.999996 -v 203.500000 -185.000000 70.000000 -v 199.500000 -185.000000 70.000000 -v 202.500000 -185.000000 57.000000 -v 201.500015 -185.000015 56.000000 -v 203.500000 -185.000000 55.000000 -v 199.500000 -185.000000 55.000000 -v 199.500000 -185.000000 56.000000 -v 203.500000 -185.000000 59.000000 -v 202.500000 -185.000000 59.000000 -v 202.500000 -185.000000 66.000000 -v 203.500000 -185.000000 66.000000 -v 199.500000 -185.000000 69.000000 -v 192.500000 -185.000000 69.000000 -v 192.500000 -185.000000 70.000000 -v 184.500000 -185.000000 70.000000 -v 187.500000 -185.000000 69.000000 -v 184.500000 -185.000000 69.000000 -v 198.500015 220.000015 60.999996 -v 202.500000 220.000000 57.000000 -v 198.500000 220.000000 64.000000 -v 202.500000 220.000000 68.000000 -v 203.500000 220.000000 66.000000 -v 203.500000 220.000000 70.000000 -v 199.500000 220.000000 70.000000 -v 199.500000 220.000000 69.000000 -v 201.500015 220.000015 68.999996 -v 197.500000 220.000000 65.000000 -v 193.500000 220.000000 65.000000 -v 189.500000 220.000000 69.000000 -v 192.500000 220.000000 69.000000 -v 192.500000 220.000000 70.000000 -v 184.500000 220.000000 70.000000 -v 184.500000 220.000000 69.000000 -v 187.500000 220.000000 69.000000 -v 183.500000 220.000000 65.000000 -v 179.500000 220.000000 65.000000 -v 175.500015 220.000015 68.999996 -v 177.500000 220.000000 69.000000 -v 177.500000 220.000000 70.000000 -v 173.500000 220.000000 70.000000 -v 173.500000 220.000000 66.000000 -v 174.500000 220.000000 66.000000 -v 174.500000 220.000000 68.000000 -v 178.500015 220.000015 63.999996 -v 178.500000 220.000000 61.000000 -v 174.500000 220.000000 57.000000 -v 174.500000 220.000000 59.000000 -v 173.500000 220.000000 59.000000 -v 173.500000 220.000000 55.000000 -v 177.500000 220.000000 55.000000 -v 177.500000 220.000000 56.000000 -v 175.500015 220.000015 56.000000 -v 179.500000 220.000000 60.000000 -v 183.500000 220.000000 60.000000 -v 187.500000 220.000000 56.000000 -v 184.500000 220.000000 56.000000 -v 184.500000 220.000000 55.000000 -v 192.500000 220.000000 55.000000 -v 192.500000 220.000000 56.000000 -v 189.500000 220.000000 56.000000 -v 193.500000 220.000000 60.000000 -v 197.500000 220.000000 60.000000 -v 201.500015 220.000015 56.000000 -v 199.500000 220.000000 56.000000 -v 199.500000 220.000000 55.000000 -v 203.500000 220.000000 55.000000 -v 203.500000 220.000000 59.000000 -v 173.500000 50.000000 70.000000 -v 173.500000 50.000000 68.000000 -v 173.500000 -185.000000 68.000000 -v -173.500000 50.000000 70.000000 -v -173.500000 50.000000 68.000000 -v -173.500000 -185.000000 68.000000 -v 199.500000 51.000000 70.000000 -v 201.500015 51.000004 69.999996 -v 199.500000 50.000000 70.000000 -v 203.500000 50.000000 70.000000 -v 202.500000 52.000000 70.000000 -v 203.500000 54.000000 70.000000 -v 202.500000 54.000000 70.000000 -v 197.500000 55.000000 70.000000 -v 198.500015 56.000004 69.999996 -v 193.500000 55.000000 70.000000 -v 193.500000 60.000000 70.000000 -v 183.500000 55.000000 70.000000 -v 183.500000 60.000000 70.000000 -v 178.500015 56.000004 69.999996 -v 178.500000 59.000000 70.000000 -v 187.500015 51.000004 69.999996 -v 189.500015 51.000004 69.999996 -v 184.500000 50.000000 70.000000 -v 192.500000 50.000000 70.000000 -v 192.500000 51.000000 70.000000 -v 184.500000 51.000000 70.000000 -v 179.500000 55.000000 70.000000 -v 174.500000 52.000000 70.000000 -v 175.500015 51.000004 69.999996 -v 177.500000 50.000000 70.000000 -v 177.500000 51.000000 70.000000 -v 173.500000 54.000000 70.000000 -v 174.500000 54.000000 70.000000 -v 179.500000 60.000000 70.000000 -v 174.500000 63.000000 70.000000 -v 175.500015 64.000000 69.999996 -v 173.500000 65.000000 70.000000 -v 177.500000 65.000000 70.000000 -v 174.500000 61.000000 70.000000 -v 173.500000 61.000000 70.000000 -v 177.500000 64.000000 70.000000 -v 189.500000 64.000000 70.000000 -v 187.500000 64.000000 70.000000 -v 184.500000 65.000000 70.000000 -v 184.500000 64.000000 70.000000 -v 192.500000 65.000000 70.000000 -v 192.500000 64.000000 70.000000 -v 198.500000 59.000000 70.000000 -v 197.500000 60.000000 70.000000 -v 202.500000 63.000000 70.000000 -v 201.500015 64.000000 69.999996 -v 203.500000 65.000000 70.000000 -v 199.500000 65.000000 70.000000 -v 199.500000 64.000000 70.000000 -v 203.500000 61.000000 70.000000 -v 202.500000 61.000000 70.000000 -v 201.500015 51.000004 620.000031 -v 197.500000 55.000000 620.000000 -v 193.500000 55.000000 620.000000 -v 189.500015 51.000004 620.000031 -v 192.500000 51.000000 620.000000 -v 192.500000 50.000000 620.000000 -v 184.500000 50.000000 620.000000 -v 184.500000 51.000000 620.000000 -v 187.500015 51.000004 620.000031 -v 183.500000 55.000000 620.000000 -v 179.500000 55.000000 620.000000 -v 175.500015 51.000004 620.000031 -v 177.500000 51.000000 620.000000 -v 177.500000 50.000000 620.000000 -v 173.500000 50.000000 620.000000 -v 173.500000 54.000000 620.000000 -v 174.500000 54.000000 620.000000 -v 174.500000 52.000000 620.000000 -v 178.500015 56.000004 620.000031 -v 178.500000 59.000000 620.000000 -v 174.500000 63.000000 620.000000 -v 174.500000 61.000000 620.000000 -v 173.500000 61.000000 620.000000 -v 173.500000 65.000000 620.000000 -v 177.500000 65.000000 620.000000 -v 177.500000 64.000000 620.000000 -v 175.500015 64.000000 620.000031 -v 179.500000 60.000000 620.000000 -v 183.500000 60.000000 620.000000 -v 187.500015 64.000000 620.000031 -v 184.500000 64.000000 620.000000 -v 184.500000 65.000000 620.000000 -v 192.500000 65.000000 620.000000 -v 192.500000 64.000000 620.000000 -v 189.500015 64.000000 620.000031 -v 193.500000 60.000000 620.000000 -v 197.500000 60.000000 620.000000 -v 201.500015 64.000000 620.000031 -v 199.500000 64.000000 620.000000 -v 199.500000 65.000000 620.000000 -v 203.500000 65.000000 620.000000 -v 203.500000 61.000000 620.000000 -v 202.500000 61.000000 620.000000 -v 202.500000 63.000000 620.000000 -v 198.500000 59.000000 620.000000 -v 198.500015 56.000004 620.000031 -v 202.500000 52.000000 620.000000 -v 202.500000 54.000000 620.000000 -v 203.500000 54.000000 620.000000 -v 203.500000 50.000000 620.000000 -v 199.500000 50.000000 620.000000 -v 199.500000 51.000000 620.000000 -v -174.500000 61.000000 70.000000 -v -174.500000 63.000000 70.000000 -v -173.500000 61.000000 70.000000 -v -173.500000 65.000000 70.000000 -v -175.500015 64.000000 69.999996 -v -177.500000 65.000000 70.000000 -v -177.500000 64.000000 70.000000 -v -179.500000 60.000000 70.000000 -v -178.500000 59.000000 70.000000 -v -183.500000 60.000000 70.000000 -v -178.500015 56.000004 69.999996 -v -183.500000 55.000000 70.000000 -v -179.500000 55.000000 70.000000 -v -174.500000 52.000000 70.000000 -v -175.500015 51.000004 69.999996 -v -177.500000 50.000000 70.000000 -v -174.500000 54.000000 70.000000 -v -173.500000 54.000000 70.000000 -v -177.500000 51.000000 70.000000 -v -187.500015 51.000004 69.999996 -v -189.500015 51.000004 69.999996 -v -193.500000 55.000000 70.000000 -v -193.500000 60.000000 70.000000 -v -187.500000 64.000000 70.000000 -v -189.500000 64.000000 70.000000 -v -192.500000 65.000000 70.000000 -v -192.500000 64.000000 70.000000 -v -184.500000 51.000000 70.000000 -v -184.500000 50.000000 70.000000 -v -192.500000 50.000000 70.000000 -v -192.500000 51.000000 70.000000 -v -198.500015 56.000004 69.999996 -v -197.500000 55.000000 70.000000 -v -202.500000 52.000000 70.000000 -v -201.500015 51.000004 69.999996 -v -203.500000 50.000000 70.000000 -v -199.500000 50.000000 70.000000 -v -199.500000 51.000000 70.000000 -v -203.500000 54.000000 70.000000 -v -202.500000 54.000000 70.000000 -v -198.500000 59.000000 70.000000 -v -197.500000 60.000000 70.000000 -v -202.500000 63.000000 70.000000 -v -201.500015 64.000000 69.999996 -v -203.500000 65.000000 70.000000 -v -199.500000 65.000000 70.000000 -v -202.500000 61.000000 70.000000 -v -203.500000 61.000000 70.000000 -v -199.500000 64.000000 70.000000 -v -184.500000 65.000000 70.000000 -v -184.500000 64.000000 70.000000 -v -174.500000 63.000000 620.000000 -v -178.500000 59.000000 620.000000 -v -178.500015 56.000004 620.000031 -v -174.500000 52.000000 620.000000 -v -174.500000 54.000000 620.000000 -v -173.500000 54.000000 620.000000 -v -173.500000 50.000000 620.000000 -v -177.500000 50.000000 620.000000 -v -177.500000 51.000000 620.000000 -v -175.500015 51.000004 620.000031 -v -179.500000 55.000000 620.000000 -v -183.500000 55.000000 620.000000 -v -187.500015 51.000004 620.000031 -v -184.500000 51.000000 620.000000 -v -184.500000 50.000000 620.000000 -v -192.500000 50.000000 620.000000 -v -192.500000 51.000000 620.000000 -v -189.500015 51.000004 620.000031 -v -193.500000 55.000000 620.000000 -v -197.500000 55.000000 620.000000 -v -201.500015 51.000004 620.000031 -v -199.500000 51.000000 620.000000 -v -199.500000 50.000000 620.000000 -v -203.500000 50.000000 620.000000 -v -203.500000 54.000000 620.000000 -v -202.500000 54.000000 620.000000 -v -202.500000 52.000000 620.000000 -v -198.500015 56.000004 620.000031 -v -198.500000 59.000000 620.000000 -v -202.500000 63.000000 620.000000 -v -202.500000 61.000000 620.000000 -v -203.500000 61.000000 620.000000 -v -203.500000 65.000000 620.000000 -v -199.500000 65.000000 620.000000 -v -199.500000 64.000000 620.000000 -v -201.500015 64.000000 620.000031 -v -197.500000 60.000000 620.000000 -v -193.500000 60.000000 620.000000 -v -189.500015 64.000000 620.000031 -v -192.500000 64.000000 620.000000 -v -192.500000 65.000000 620.000000 -v -184.500000 65.000000 620.000000 -v -184.500000 64.000000 620.000000 -v -187.500015 64.000000 620.000031 -v -183.500000 60.000000 620.000000 -v -179.500000 60.000000 620.000000 -v -175.500015 64.000000 620.000031 -v -177.500000 64.000000 620.000000 -v -177.500000 65.000000 620.000000 -v -173.500000 65.000000 620.000000 -v -173.500000 61.000000 620.000000 -v -174.500000 61.000000 620.000000 -v -202.500000 50.000000 623.992249 -v -202.500000 51.000000 623.992249 -v -202.500015 50.000004 631.000031 -v -202.500000 51.000000 631.000000 -v -202.500000 54.500000 627.500000 -v -202.500000 54.574139 628.162842 -v -202.500000 51.000000 622.414215 -v -202.500000 54.792904 626.207092 -v -202.500000 54.574139 626.837158 -v -202.500000 54.792904 628.792908 -v -202.500000 51.000000 632.585815 -v -202.500000 54.000000 621.000000 -v -202.500000 61.000000 621.000000 -v -202.500000 57.500000 624.500000 -v -202.500000 58.162827 624.574127 -v -202.500000 58.792900 624.792908 -v -202.500000 62.585785 621.000000 -v -202.500000 56.837170 624.574127 -v -202.500000 56.207096 624.792908 -v -202.500000 52.414215 621.000000 -v -202.500000 61.000000 635.000000 -v -202.500000 54.000000 635.000000 -v -202.500000 61.000000 634.000000 -v -202.500000 54.000000 634.000000 -v -202.500000 57.500000 630.500000 -v -202.500000 56.837173 630.425873 -v -202.500000 56.207096 630.207092 -v -202.500000 52.414215 634.000000 -v -202.500000 58.162830 630.425873 -v -202.500000 58.792900 630.207092 -v -202.500000 62.585785 634.000000 -v -205.000015 50.000004 620.000031 -v -205.000000 50.000000 635.000000 -v -205.000000 65.000000 620.000000 -v -205.000000 65.000000 635.000000 -v -202.500000 65.000000 623.992249 -v -202.500015 65.000000 631.000031 -v -202.500000 64.000000 623.992249 -v -202.500000 64.000000 631.000000 -v -202.500000 60.500000 627.500000 -v -202.500000 60.425861 628.162842 -v -202.500000 60.207104 628.792908 -v -202.500000 64.000000 632.585815 -v -202.500000 60.425861 626.837158 -v -202.500000 60.207104 626.207092 -v -202.500000 64.000000 622.414215 -v 202.500000 54.000000 635.000000 -v 202.500000 61.000000 635.000000 -v 202.500000 54.000000 634.000000 -v 202.500000 61.000000 634.000000 -v 202.500000 57.500000 630.500000 -v 202.500000 58.162827 630.425873 -v 202.500000 58.792900 630.207092 -v 202.500000 62.585785 634.000000 -v 202.500000 56.837170 630.425873 -v 202.500000 56.207096 630.207092 -v 202.500000 52.414215 634.000000 -v 202.500000 50.000000 623.992249 -v 202.500015 50.000004 631.000031 -v 202.500000 51.000000 623.992249 -v 202.500000 51.000000 631.000000 -v 202.500000 54.500000 627.500000 -v 202.500000 54.574139 628.162842 -v 202.500000 54.792904 628.792908 -v 202.500000 51.000000 632.585815 -v 202.500000 54.574139 626.837158 -v 202.500000 54.792904 626.207092 -v 202.500000 51.000000 622.414215 -v 202.500000 61.000000 621.000000 -v 202.500000 54.000000 621.000000 -v 202.500000 57.500000 624.500000 -v 202.500000 56.837173 624.574127 -v 202.500000 56.207096 624.792908 -v 202.500000 52.414215 621.000000 -v 202.500000 58.162830 624.574127 -v 202.500000 58.792900 624.792908 -v 202.500000 62.585785 621.000000 -v 202.500000 65.000000 623.992249 -v 202.500000 64.000000 623.992249 -v 202.500015 65.000000 631.000031 -v 202.500000 64.000000 631.000000 -v 202.500000 60.500000 627.500000 -v 202.500000 60.425861 628.162842 -v 202.500000 64.000000 622.414215 -v 202.500000 60.207104 626.207092 -v 202.500000 60.425861 626.837158 -v 202.500000 60.207104 628.792908 -v 202.500000 64.000000 632.585815 -v 205.000000 50.000000 635.000000 -v 205.000000 50.000000 620.000000 -v 205.000000 65.000000 635.000000 -v 205.000015 65.000000 620.000031 -v 188.534485 54.574139 626.837158 -v 174.568970 54.574139 626.837158 -v 160.603455 54.574139 626.837158 -v 160.603455 54.500000 627.500000 -v 146.637939 54.500000 627.500000 -v 146.637924 54.574139 628.162842 -v 132.672409 54.574139 628.162842 -v 118.706902 54.574139 628.162842 -v 104.741386 54.574139 628.162842 -v 118.706902 54.500000 627.500000 -v 104.741386 54.500000 627.500000 -v 118.706902 54.574139 626.837158 -v 104.741386 54.574139 626.837158 -v 90.775871 54.574139 626.837158 -v 76.810356 54.574139 626.837158 -v 76.810356 54.500000 627.500000 -v 62.844826 54.500000 627.500000 -v 62.844826 54.574139 628.162842 -v 48.879311 54.574139 628.162842 -v 34.913792 54.574139 628.162842 -v 20.948277 54.574139 628.162842 -v 34.913792 54.500000 627.500000 -v 20.948277 54.500000 627.500000 -v 34.913792 54.574139 626.837158 -v 20.948277 54.574139 626.837158 -v 6.982759 54.574139 626.837158 -v -6.982759 54.574139 626.837158 -v -6.982759 54.500000 627.500000 -v -20.948277 54.500000 627.500000 -v -20.948277 54.574139 628.162842 -v -34.913792 54.574139 628.162842 -v -48.879311 54.574139 628.162842 -v -62.844830 54.574139 628.162842 -v -48.879311 54.500000 627.500000 -v -62.844830 54.500000 627.500000 -v -48.879311 54.574139 626.837158 -v -62.844830 54.574139 626.837158 -v -76.810356 54.574139 626.837158 -v -90.775871 54.574139 626.837158 -v -90.775871 54.500000 627.500000 -v -104.741386 54.500000 627.500000 -v -104.741386 54.574139 628.162842 -v -118.706902 54.574139 628.162842 -v -132.672409 54.574139 628.162842 -v -146.637924 54.574139 628.162842 -v -132.672424 54.500000 627.500000 -v -146.637939 54.500000 627.500000 -v -132.672409 54.574139 626.837158 -v -146.637924 54.574139 626.837158 -v -160.603455 54.574139 626.837158 -v -174.568970 54.574139 626.837158 -v -174.568970 54.500000 627.500000 -v -188.534485 54.500000 627.500000 -v -188.534485 54.574139 628.162842 -v -174.568970 54.574139 628.162842 -v -160.603455 54.574139 628.162842 -v -160.603455 54.500000 627.500000 -v 188.534485 54.500000 627.500000 -v 188.534485 54.574139 628.162842 -v 6.982759 54.574139 628.162842 -v -6.982759 54.574139 628.162842 -v -188.534485 54.574139 626.837158 -v -20.948277 54.574139 626.837158 -v -34.913792 54.574139 626.837158 -v -34.913792 54.500000 627.500000 -v 174.568970 54.500000 627.500000 -v 174.568970 54.574139 628.162842 -v 146.637924 54.574139 626.837158 -v 132.672409 54.574139 626.837158 -v 132.672424 54.500000 627.500000 -v 90.775871 54.500000 627.500000 -v 90.775871 54.574139 628.162842 -v 62.844826 54.574139 626.837158 -v 48.879311 54.574139 626.837158 -v 48.879311 54.500000 627.500000 -v 6.982759 54.500000 627.500000 -v -76.810356 54.500000 627.500000 -v -76.810356 54.574139 628.162842 -v -104.741386 54.574139 626.837158 -v -118.706902 54.574139 626.837158 -v -118.706902 54.500000 627.500000 -v 160.603455 54.574139 628.162842 -v 76.810356 54.574139 628.162842 -v -90.775871 54.574139 628.162842 -v 188.534485 58.162830 624.574127 -v 174.568970 58.162830 624.574127 -v 160.603455 58.162830 624.574127 -v 160.603455 57.500000 624.500000 -v 146.637939 57.500000 624.500000 -v 146.637924 56.837170 624.574127 -v 132.672409 56.837170 624.574127 -v 118.706902 56.837170 624.574127 -v 104.741386 56.837170 624.574127 -v 118.706902 57.500000 624.500000 -v 104.741386 57.500000 624.500000 -v 118.706902 58.162830 624.574127 -v 104.741386 58.162830 624.574127 -v 90.775871 58.162830 624.574127 -v 76.810356 58.162830 624.574127 -v 76.810356 57.500000 624.500000 -v 62.844826 57.500000 624.500000 -v 62.844826 56.837170 624.574127 -v 48.879311 56.837170 624.574127 -v 34.913792 56.837170 624.574127 -v 20.948277 56.837170 624.574127 -v 34.913792 57.500000 624.500000 -v 20.948277 57.500000 624.500000 -v 34.913792 58.162830 624.574127 -v 20.948277 58.162830 624.574127 -v 6.982759 58.162830 624.574127 -v -6.982759 58.162834 624.574158 -v -6.982759 57.500000 624.500000 -v -20.948277 57.500000 624.500000 -v -20.948277 56.837170 624.574127 -v -34.913792 56.837170 624.574127 -v -48.879311 56.837170 624.574127 -v -62.844830 56.837170 624.574127 -v -48.879311 57.500000 624.500000 -v -62.844830 57.500000 624.500000 -v -48.879311 58.162830 624.574127 -v -62.844830 58.162830 624.574127 -v -76.810356 58.162830 624.574127 -v -90.775871 58.162830 624.574127 -v -90.775871 57.500000 624.500000 -v -104.741386 57.500000 624.500000 -v -104.741386 56.837170 624.574127 -v -118.706902 56.837170 624.574127 -v -132.672409 56.837170 624.574127 -v -146.637924 56.837170 624.574127 -v -132.672424 57.500000 624.500000 -v -146.637939 57.500000 624.500000 -v -132.672409 58.162830 624.574127 -v -146.637924 58.162830 624.574127 -v -160.603455 58.162830 624.574127 -v -174.568970 58.162830 624.574127 -v -174.568970 57.500000 624.500000 -v -188.534485 57.500000 624.500000 -v -188.534485 56.837170 624.574127 -v -174.568970 56.837170 624.574127 -v -160.603455 56.837170 624.574127 -v -160.603455 57.500000 624.500000 -v 188.534485 57.500000 624.500000 -v 188.534485 56.837170 624.574127 -v 6.982759 56.837170 624.574158 -v -6.982759 56.837170 624.574127 -v -188.534485 58.162830 624.574127 -v -20.948277 58.162830 624.574127 -v -34.913792 58.162830 624.574127 -v -34.913792 57.500000 624.500000 -v 174.568970 57.500000 624.500000 -v 174.568970 56.837170 624.574127 -v 146.637924 58.162830 624.574127 -v 132.672409 58.162830 624.574127 -v 132.672424 57.500000 624.500000 -v 90.775871 57.500000 624.500000 -v 90.775871 56.837170 624.574127 -v 62.844826 58.162830 624.574127 -v 48.879311 58.162830 624.574127 -v 48.879311 57.500000 624.500000 -v 6.982759 57.500000 624.500000 -v -76.810356 57.500000 624.500000 -v -76.810356 56.837170 624.574127 -v -104.741386 58.162830 624.574127 -v -118.706902 58.162830 624.574127 -v -118.706902 57.500000 624.500000 -v 160.603455 56.837170 624.574127 -v 76.810356 56.837170 624.574127 -v -90.775871 56.837170 624.574127 -v 188.534485 60.425861 628.162842 -v 174.568970 60.425861 628.162842 -v 160.603455 60.425861 628.162842 -v 160.603455 60.500000 627.500000 -v 146.637939 60.500000 627.500000 -v 146.637924 60.425861 626.837158 -v 132.672409 60.425861 626.837158 -v 118.706902 60.425861 626.837158 -v 104.741386 60.425861 626.837158 -v 118.706902 60.500000 627.500000 -v 104.741386 60.500000 627.500000 -v 118.706902 60.425861 628.162842 -v 104.741386 60.425861 628.162842 -v 90.775871 60.425861 628.162842 -v 76.810356 60.425861 628.162842 -v 76.810356 60.500000 627.500000 -v 62.844826 60.500000 627.500000 -v 62.844826 60.425861 626.837158 -v 48.879311 60.425861 626.837158 -v 34.913792 60.425861 626.837158 -v 20.948277 60.425861 626.837158 -v 34.913792 60.500000 627.500000 -v 20.948277 60.500000 627.500000 -v 34.913792 60.425861 628.162842 -v 20.948277 60.425861 628.162842 -v 6.982759 60.425861 628.162842 -v -6.982759 60.425865 628.162842 -v -6.982759 60.500000 627.500000 -v -20.948277 60.500000 627.500000 -v -20.948277 60.425861 626.837158 -v -34.913792 60.425861 626.837158 -v -48.879311 60.425861 626.837158 -v -62.844830 60.425861 626.837158 -v -48.879311 60.500000 627.500000 -v -62.844830 60.500000 627.500000 -v -48.879311 60.425861 628.162842 -v -62.844830 60.425861 628.162842 -v -76.810356 60.425861 628.162842 -v -90.775871 60.425861 628.162842 -v -90.775871 60.500000 627.500000 -v -104.741386 60.500000 627.500000 -v -104.741386 60.425861 626.837158 -v -118.706902 60.425861 626.837158 -v -132.672409 60.425861 626.837158 -v -146.637924 60.425861 626.837158 -v -132.672424 60.500000 627.500000 -v -146.637939 60.500000 627.500000 -v -132.672409 60.425861 628.162842 -v -146.637924 60.425861 628.162842 -v -160.603455 60.425861 628.162842 -v -174.568970 60.425861 628.162842 -v -174.568970 60.500000 627.500000 -v -188.534485 60.500000 627.500000 -v -188.534485 60.425861 626.837158 -v -174.568970 60.425861 626.837158 -v -160.603455 60.425861 626.837158 -v -160.603455 60.500000 627.500000 -v 188.534485 60.500000 627.500000 -v 188.534485 60.425861 626.837158 -v 6.982759 60.425865 626.837158 -v -6.982759 60.425861 626.837158 -v -188.534485 60.425861 628.162842 -v -20.948277 60.425861 628.162842 -v -34.913792 60.425861 628.162842 -v -34.913792 60.500000 627.500000 -v 174.568970 60.500000 627.500000 -v 174.568970 60.425861 626.837158 -v 146.637924 60.425861 628.162842 -v 132.672409 60.425861 628.162842 -v 132.672424 60.500000 627.500000 -v 90.775871 60.500000 627.500000 -v 90.775871 60.425861 626.837158 -v 62.844826 60.425861 628.162842 -v 48.879311 60.425861 628.162842 -v 48.879311 60.500000 627.500000 -v 6.982759 60.500000 627.500000 -v -76.810356 60.500000 627.500000 -v -76.810356 60.425861 626.837158 -v -104.741386 60.425861 628.162842 -v -118.706902 60.425861 628.162842 -v -118.706902 60.500000 627.500000 -v 160.603455 60.425861 626.837158 -v 76.810356 60.425861 626.837158 -v -90.775871 60.425861 626.837158 -v 188.534485 56.837170 630.425873 -v 174.568970 56.837170 630.425873 -v 160.603455 56.837170 630.425873 -v 160.603455 57.500000 630.500000 -v 146.637939 57.500000 630.500000 -v 146.637924 58.162830 630.425873 -v 132.672409 58.162830 630.425873 -v 118.706902 58.162830 630.425873 -v 104.741386 58.162830 630.425873 -v 118.706902 57.500000 630.500000 -v 104.741386 57.500000 630.500000 -v 118.706902 56.837170 630.425873 -v 104.741386 56.837170 630.425873 -v 90.775871 56.837170 630.425873 -v 76.810356 56.837170 630.425873 -v 76.810356 57.500000 630.500000 -v 62.844826 57.500000 630.500000 -v 62.844826 58.162830 630.425873 -v 48.879311 58.162830 630.425873 -v 34.913792 58.162830 630.425873 -v 20.948277 58.162830 630.425873 -v 34.913792 57.500000 630.500000 -v 20.948277 57.500000 630.500000 -v 34.913792 56.837170 630.425873 -v 20.948277 56.837170 630.425873 -v 6.982759 56.837170 630.425873 -v -6.982759 56.837170 630.425873 -v -6.982759 57.500000 630.500000 -v -20.948277 57.500000 630.500000 -v -20.948277 58.162830 630.425873 -v -34.913792 58.162830 630.425873 -v -48.879311 58.162830 630.425873 -v -62.844830 58.162830 630.425873 -v -48.879311 57.500000 630.500000 -v -62.844830 57.500000 630.500000 -v -48.879311 56.837170 630.425873 -v -62.844830 56.837170 630.425873 -v -76.810356 56.837170 630.425873 -v -90.775871 56.837170 630.425873 -v -90.775871 57.500000 630.500000 -v -104.741386 57.500000 630.500000 -v -104.741386 58.162830 630.425873 -v -118.706902 58.162830 630.425873 -v -132.672409 58.162830 630.425873 -v -146.637924 58.162830 630.425873 -v -132.672424 57.500000 630.500000 -v -146.637939 57.500000 630.500000 -v -132.672409 56.837170 630.425873 -v -146.637924 56.837170 630.425873 -v -160.603455 56.837170 630.425873 -v -174.568970 56.837170 630.425873 -v -174.568970 57.500000 630.500000 -v -188.534485 57.500000 630.500000 -v -188.534485 58.162830 630.425873 -v -174.568970 58.162830 630.425873 -v -160.603455 58.162830 630.425873 -v -160.603455 57.500000 630.500000 -v 188.534485 57.500000 630.500000 -v 188.534485 58.162830 630.425873 -v 6.982759 58.162834 630.425873 -v -6.982759 58.162830 630.425873 -v -188.534485 56.837170 630.425873 -v -20.948277 56.837170 630.425873 -v -34.913792 56.837170 630.425873 -v -34.913792 57.500000 630.500000 -v 174.568970 57.500000 630.500000 -v 174.568970 58.162830 630.425873 -v 146.637924 56.837170 630.425873 -v 132.672409 56.837170 630.425873 -v 132.672424 57.500000 630.500000 -v 90.775871 57.500000 630.500000 -v 90.775871 58.162830 630.425873 -v 62.844826 56.837170 630.425873 -v 48.879311 56.837170 630.425873 -v 48.879311 57.500000 630.500000 -v 6.982759 57.500000 630.500000 -v -76.810356 57.500000 630.500000 -v -76.810356 58.162830 630.425873 -v -104.741386 56.837170 630.425873 -v -118.706902 56.837170 630.425873 -v -118.706902 57.500000 630.500000 -v 160.603455 58.162830 630.425873 -v 76.810356 58.162830 630.425873 -v -90.775871 58.162830 630.425873 -v -204.914825 196.852951 0.000000 -v -204.914825 196.852951 13.750000 -v -205.000000 197.500000 0.000000 -v -204.914825 196.852951 27.500000 -v -205.000000 197.500000 55.000000 -v -204.914825 196.852951 41.250000 -v -204.914810 196.852951 55.000000 -v -204.665070 196.250000 55.000000 -v -204.665070 196.250000 41.250000 -v -204.267761 195.732239 55.000000 -v -204.267761 195.732239 41.250000 -v -203.750000 195.334946 55.000000 -v -203.750000 195.334946 41.250000 -v -203.147049 195.085190 55.000000 -v -203.147049 195.085190 41.250000 -v -202.500000 195.000000 55.000000 -v -203.147064 195.085190 27.500000 -v -202.500000 195.000000 0.000000 -v -203.147049 195.085190 13.750000 -v -203.147064 195.085190 0.000000 -v -203.750000 195.334946 0.000000 -v -203.750000 195.334946 13.750000 -v -204.267761 195.732239 0.000000 -v -204.267761 195.732239 13.750000 -v -204.665070 196.250000 0.000000 -v -204.665070 196.250000 13.750000 -v -204.665070 196.250000 27.500000 -v -204.267761 195.732239 27.500000 -v -203.750000 195.334946 27.500000 -v -197.500000 195.000000 0.000000 -v -197.500000 195.000000 55.000000 -v -196.852951 195.085190 0.000000 -v -196.852951 195.085190 13.750000 -v -196.852951 195.085190 27.500000 -v -196.852951 195.085190 41.250000 -v -196.852951 195.085190 55.000000 -v -196.250000 195.334946 55.000000 -v -196.250000 195.334946 41.250000 -v -195.732239 195.732239 55.000000 -v -195.732239 195.732239 41.250000 -v -195.334946 196.250000 55.000000 -v -195.334946 196.250000 41.250000 -v -195.085190 196.852951 55.000000 -v -195.085190 196.852951 41.250000 -v -195.000000 197.500000 55.000000 -v -195.085190 196.852951 27.500000 -v -195.000000 197.500000 0.000000 -v -195.085190 196.852951 13.750000 -v -195.085190 196.852951 0.000000 -v -195.334946 196.250000 0.000000 -v -195.334946 196.250000 13.750000 -v -195.732239 195.732239 0.000000 -v -195.732239 195.732239 13.750000 -v -196.250000 195.334946 0.000000 -v -196.250000 195.334946 13.750000 -v -196.250000 195.334946 27.500000 -v -195.732239 195.732239 27.500000 -v -195.334946 196.250000 27.500000 -v -195.000000 222.500000 0.000000 -v -195.000015 222.500015 55.000000 -v -194.914810 223.147049 0.000000 -v -194.914810 223.147049 13.750000 -v -194.914825 223.147064 27.500000 -v -194.914810 223.147049 41.250000 -v -194.914810 223.147049 55.000000 -v -194.665070 223.750000 55.000000 -v -194.665070 223.750000 41.250000 -v -194.267761 224.267792 55.000000 -v -194.267761 224.267792 41.250000 -v -193.750000 224.665070 55.000000 -v -193.750000 224.665070 41.250000 -v -193.147049 224.914825 55.000000 -v -193.147049 224.914825 41.250000 -v -192.500000 225.000000 55.000000 -v -193.147064 224.914825 27.500000 -v -192.500015 225.000015 -0.000008 -v -193.147049 224.914825 13.750000 -v -193.147049 224.914810 0.000000 -v -193.750000 224.665070 0.000000 -v -193.750000 224.665070 13.750000 -v -194.267761 224.267792 0.000000 -v -194.267761 224.267792 13.750000 -v -194.665070 223.750000 0.000000 -v -194.665070 223.750000 13.750000 -v -194.665070 223.750000 27.500000 -v -194.267761 224.267792 27.500000 -v -193.750000 224.665070 27.500000 -v -167.500000 225.000015 -0.000008 -v -167.500000 225.000000 55.000000 -v -166.852951 225.085190 0.000000 -v -166.852951 225.085190 13.750000 -v -166.852966 225.085190 27.500000 -v -166.852951 225.085190 41.250000 -v -166.852951 225.085190 55.000000 -v -166.250000 225.334946 55.000000 -v -166.250000 225.334946 41.250000 -v -165.732239 225.732224 55.000000 -v -165.732239 225.732224 41.250000 -v -165.334946 226.250000 55.000000 -v -165.334946 226.250000 41.250000 -v -165.085190 226.852951 55.000000 -v -165.085190 226.852951 41.250000 -v -165.000000 227.500015 55.000000 -v -165.085205 226.852951 27.500000 -v -165.000000 227.500000 0.000000 -v -165.085190 226.852951 13.750000 -v -165.085190 226.852951 0.000000 -v -165.334946 226.250000 0.000000 -v -165.334946 226.250000 13.750000 -v -165.732239 225.732224 0.000000 -v -165.732239 225.732224 13.750000 -v -166.250000 225.334946 0.000000 -v -166.250000 225.334946 13.750000 -v -166.250000 225.334946 27.500000 -v -165.732239 225.732224 27.500000 -v -165.334946 226.250000 27.500000 -v -165.000000 232.500000 0.000000 -v -165.000000 232.500015 55.000000 -v -165.085190 233.147049 0.000000 -v -165.085190 233.147049 13.750000 -v -165.085205 233.147064 27.500000 -v -165.085190 233.147049 41.250000 -v -165.085190 233.147049 55.000000 -v -165.334946 233.750000 55.000000 -v -165.334946 233.750000 41.250000 -v -165.732239 234.267776 55.000000 -v -165.732239 234.267792 41.250000 -v -166.250000 234.665070 55.000000 -v -166.250000 234.665070 41.250000 -v -166.852951 234.914810 55.000000 -v -166.852951 234.914825 41.250000 -v -167.500000 235.000015 55.000000 -v -166.852966 234.914825 27.500000 -v -167.500000 235.000000 0.000000 -v -166.852951 234.914825 13.750000 -v -166.852951 234.914825 0.000000 -v -166.250000 234.665070 0.000000 -v -166.250000 234.665070 13.750000 -v -165.732239 234.267776 0.000000 -v -165.732239 234.267792 13.750000 -v -165.334946 233.750000 0.000000 -v -165.334946 233.750000 13.750000 -v -165.334946 233.750000 27.500000 -v -165.732239 234.267792 27.500000 -v -166.250000 234.665070 27.500000 -v -200.000015 235.000015 -0.000008 -v -200.000000 235.000015 55.000000 -v -201.294098 234.829636 27.500000 -v -201.294098 234.829636 0.000000 -v -202.500000 234.330124 27.500000 -v -202.500000 234.330124 0.000000 -v -203.535553 233.535553 27.500000 -v -203.535538 233.535553 0.000000 -v -204.330124 232.500000 27.500000 -v -204.330124 232.500000 0.000000 -v -204.829636 231.294098 27.500000 -v -204.829636 231.294098 0.000000 -v -205.000000 230.000000 0.000000 -v -205.000000 230.000000 55.000000 -v -204.829636 231.294098 55.000000 -v -204.330124 232.500000 55.000000 -v -203.535538 233.535553 55.000000 -v -202.500000 234.330124 55.000000 -v -201.294113 234.829636 55.000000 -v 195.000015 222.500015 -0.000008 -v 195.000000 197.500000 0.000000 -v 195.000000 222.500000 55.000000 -v 195.000000 197.500000 55.000000 -v 195.085190 196.852951 0.000000 -v 195.085190 196.852951 13.750000 -v 195.085190 196.852951 27.500000 -v 195.085190 196.852951 41.250000 -v 195.085190 196.852951 55.000000 -v 195.334946 196.250000 55.000000 -v 195.334946 196.250000 41.250000 -v 195.732239 195.732239 55.000000 -v 195.732239 195.732239 41.250000 -v 196.250000 195.334946 55.000000 -v 196.250000 195.334946 41.250000 -v 196.852951 195.085190 55.000000 -v 196.852951 195.085190 41.250000 -v 197.500015 195.000015 55.000000 -v 196.852951 195.085190 27.500000 -v 197.500015 195.000015 -0.000008 -v 196.852951 195.085190 13.750000 -v 196.852951 195.085190 0.000000 -v 196.250000 195.334946 0.000000 -v 196.250000 195.334946 13.750000 -v 195.732239 195.732239 0.000000 -v 195.732239 195.732239 13.750000 -v 195.334946 196.250000 0.000000 -v 195.334946 196.250000 13.750000 -v 195.334946 196.250000 27.500000 -v 195.732239 195.732239 27.500000 -v 196.250000 195.334946 27.500000 -v 202.500015 195.000015 -0.000008 -v 202.500015 195.000015 55.000000 -v 203.147049 195.085190 0.000000 -v 203.147049 195.085190 13.750000 -v 203.147064 195.085190 27.500000 -v 203.147049 195.085190 41.250000 -v 203.147049 195.085190 55.000000 -v 203.750000 195.334946 55.000000 -v 203.750000 195.334946 41.250000 -v 204.267761 195.732239 55.000000 -v 204.267761 195.732239 41.250000 -v 204.665070 196.250000 55.000000 -v 204.665070 196.250000 41.250000 -v 204.914810 196.852951 55.000000 -v 204.914825 196.852951 41.250000 -v 205.000015 197.500000 55.000000 -v 204.914825 196.852951 27.500000 -v 205.000015 197.500000 -0.000008 -v 204.914825 196.852951 13.750000 -v 204.914825 196.852951 0.000000 -v 204.665070 196.250000 0.000000 -v 204.665070 196.250000 13.750000 -v 204.267761 195.732239 0.000000 -v 204.267761 195.732239 13.750000 -v 203.750000 195.334946 0.000000 -v 203.750000 195.334946 13.750000 -v 203.750000 195.334946 27.500000 -v 204.267761 195.732239 27.500000 -v 204.665070 196.250000 27.500000 -v 205.000015 232.500015 -0.000008 -v 205.000015 232.500015 55.000000 -v 204.914810 233.147049 0.000000 -v 204.914825 233.147049 13.750000 -v 204.914825 233.147064 27.500000 -v 204.914825 233.147049 41.250000 -v 204.914825 233.147064 55.000000 -v 204.665070 233.750000 55.000000 -v 204.665070 233.750000 41.250000 -v 204.267761 234.267776 55.000000 -v 204.267761 234.267792 41.250000 -v 203.750000 234.665070 55.000000 -v 203.750000 234.665070 41.250000 -v 203.147049 234.914825 55.000000 -v 203.147049 234.914825 41.250000 -v 202.500000 235.000000 55.000000 -v 203.147064 234.914825 27.500000 -v 202.500000 235.000000 0.000000 -v 203.147049 234.914825 13.750000 -v 203.147049 234.914810 0.000000 -v 203.750000 234.665070 0.000000 -v 203.750000 234.665070 13.750000 -v 204.267761 234.267776 0.000000 -v 204.267761 234.267792 13.750000 -v 204.665070 233.750000 0.000000 -v 204.665070 233.750000 13.750000 -v 204.665070 233.750000 27.500000 -v 204.267761 234.267792 27.500000 -v 203.750000 234.665070 27.500000 -v 167.500000 235.000000 0.000000 -v 167.500000 235.000000 55.000000 -v 166.852951 234.914825 0.000000 -v 166.852951 234.914825 13.750000 -v 166.852966 234.914825 27.500000 -v 166.852951 234.914825 41.250000 -v 166.852951 234.914810 55.000000 -v 166.250000 234.665070 55.000000 -v 166.250000 234.665070 41.250000 -v 165.732239 234.267776 55.000000 -v 165.732239 234.267792 41.250000 -v 165.334946 233.750000 55.000000 -v 165.334961 233.750000 41.250000 -v 165.085190 233.147049 55.000000 -v 165.085190 233.147049 41.250000 -v 165.000000 232.500000 55.000000 -v 165.085205 233.147064 27.500000 -v 165.000000 232.500000 0.000000 -v 165.085190 233.147049 13.750000 -v 165.085190 233.147064 0.000000 -v 165.334946 233.750000 0.000000 -v 165.334961 233.750000 13.750000 -v 165.732239 234.267776 0.000000 -v 165.732239 234.267792 13.750000 -v 166.250000 234.665070 0.000000 -v 166.250000 234.665070 13.750000 -v 166.250000 234.665070 27.500000 -v 165.732239 234.267792 27.500000 -v 165.334961 233.750000 27.500000 -v 165.000000 227.500000 0.000000 -v 165.000000 227.500000 55.000000 -v 165.085190 226.852951 0.000000 -v 165.085190 226.852951 13.750000 -v 165.085205 226.852951 27.500000 -v 165.085190 226.852951 41.250000 -v 165.085190 226.852951 55.000000 -v 165.334946 226.250000 55.000000 -v 165.334961 226.250000 41.250000 -v 165.732239 225.732224 55.000000 -v 165.732239 225.732224 41.250000 -v 166.250000 225.334946 55.000000 -v 166.250000 225.334946 41.250000 -v 166.852951 225.085190 55.000000 -v 166.852951 225.085190 41.250000 -v 167.500000 225.000000 55.000000 -v 166.852966 225.085190 27.500000 -v 167.500000 225.000015 -0.000008 -v 166.852951 225.085190 13.750000 -v 166.852951 225.085190 0.000000 -v 166.250000 225.334946 0.000000 -v 166.250000 225.334946 13.750000 -v 165.732239 225.732224 0.000000 -v 165.732239 225.732224 13.750000 -v 165.334946 226.250000 0.000000 -v 165.334961 226.250000 13.750000 -v 165.334961 226.250000 27.500000 -v 165.732239 225.732224 27.500000 -v 166.250000 225.334946 27.500000 -v 192.500000 225.000000 0.000000 -v 192.500015 225.000015 55.000000 -v 193.147049 224.914825 0.000000 -v 193.147049 224.914825 13.750000 -v 193.147064 224.914825 27.500000 -v 193.147049 224.914825 41.250000 -v 193.147049 224.914810 55.000000 -v 193.750000 224.665070 55.000000 -v 193.750000 224.665070 41.250000 -v 194.267792 224.267792 55.000000 -v 194.267792 224.267792 41.250000 -v 194.665070 223.750000 55.000000 -v 194.665070 223.750000 41.250000 -v 194.914810 223.147049 55.000000 -v 194.914810 223.147049 41.250000 -v 194.914825 223.147064 27.500000 -v 194.914810 223.147049 13.750000 -v 194.914810 223.147049 0.000000 -v 194.665070 223.750000 0.000000 -v 194.665070 223.750000 13.750000 -v 194.267792 224.267792 0.000000 -v 194.267792 224.267792 13.750000 -v 193.750000 224.665070 0.000000 -v 193.750000 224.665070 13.750000 -v 193.750000 224.665070 27.500000 -v 194.267792 224.267792 27.500000 -v 194.665070 223.750000 27.500000 -v 157.712830 -253.831711 58.795704 -v 157.500000 -255.455841 57.171574 -v 158.500000 -256.162964 57.878681 -v 157.712830 -257.079987 55.547432 -v 158.707825 -257.701904 56.339741 -v 158.344116 -258.648804 53.978607 -v 159.323792 -259.185211 54.856415 -v 159.372299 -260.108887 52.518524 -v 160.325577 -260.559326 53.482330 -v 160.762390 -261.410522 51.216888 -v 161.677063 -261.774475 52.267143 -v 162.467072 -262.509399 50.118027 -v 163.329346 -262.786865 51.254761 -v 164.428284 -263.368042 49.259369 -v 165.222733 -263.559845 50.481796 -v 166.579224 -263.957275 48.670158 -v 167.288773 -264.065460 49.976166 -v 168.846664 -264.256989 48.370445 -v 169.452805 -264.285461 49.756165 -v 171.153351 -264.256989 48.370445 -v 171.636627 -264.211914 49.829720 -v 173.420807 -263.957275 48.670158 -v 173.761276 -263.847443 50.194183 -v 175.571747 -263.368042 49.259369 -v 175.750000 -263.205231 50.836395 -v 177.532944 -262.509399 50.118027 -v 177.530914 -262.308502 51.733124 -v 179.237610 -261.410522 51.216888 -v 179.039612 -261.189697 52.851982 -v 180.627716 -260.108887 52.518524 -v 180.221603 -259.889160 54.152496 -v 181.655914 -258.648804 53.978607 -v 181.034164 -258.453918 55.587708 -v 182.287170 -257.079987 55.547432 -v 181.447922 -256.935913 57.105705 -v 182.500000 -255.455841 57.171574 -v 181.447922 -255.389999 58.651646 -v 182.287170 -253.831711 58.795704 -v 181.034164 -253.871979 60.169651 -v 181.655914 -252.262909 60.364525 -v 180.221603 -252.436798 61.604851 -v 180.627716 -250.802780 61.824619 -v 179.039612 -251.136261 62.905384 -v 179.237610 -249.501190 63.126255 -v 177.530914 -250.017380 64.024231 -v 177.532944 -248.402313 64.225117 -v 175.750000 -249.120651 64.920963 -v 175.571747 -247.543671 65.083775 -v 173.761276 -248.478485 65.563164 -v 173.420807 -246.954437 65.672993 -v 171.636627 -248.113998 65.927635 -v 171.153351 -246.654709 65.972706 -v 169.452805 -248.040436 66.001198 -v 168.846664 -246.654709 65.972706 -v 167.288773 -248.260468 65.781181 -v 166.579224 -246.954437 65.672993 -v 165.222733 -248.766083 65.275562 -v 164.428284 -247.543671 65.083775 -v 163.329346 -249.539047 64.502586 -v 162.467072 -248.402313 64.225117 -v 161.677063 -250.551422 63.490211 -v 160.762390 -249.501190 63.126255 -v 160.325577 -251.766602 62.275024 -v 159.372299 -250.802780 61.824619 -v 159.323792 -253.140671 60.900932 -v 158.344116 -252.262909 60.364525 -v 158.707825 -254.624008 59.417610 -v 157.712830 -247.180466 45.647949 -v 157.500000 -245.556366 47.272079 -v 157.712830 -243.932236 48.896210 -v 158.344116 -242.363388 50.465027 -v 159.372299 -240.903305 51.925117 -v 160.762390 -239.601669 53.226753 -v 162.467072 -238.502808 54.325623 -v 164.428284 -237.644150 55.184273 -v 166.579224 -237.054932 55.773499 -v 168.846649 -236.755219 56.073208 -v 171.153351 -236.755234 56.073204 -v 173.420807 -237.054932 55.773499 -v 175.571747 -237.644150 55.184273 -v 177.532944 -238.502808 54.325623 -v 179.237610 -239.601669 53.226753 -v 180.627716 -240.903305 51.925117 -v 181.655914 -242.363388 50.465027 -v 182.287170 -243.932236 48.896210 -v 182.500000 -245.556366 47.272079 -v 182.287170 -247.180466 45.647949 -v 181.655914 -248.749298 44.079124 -v 180.627716 -250.209396 42.619026 -v 179.237610 -251.511032 41.317383 -v 177.532944 -252.609894 40.218536 -v 175.571747 -253.468552 39.359871 -v 173.420807 -254.057770 38.770660 -v 171.153351 -254.357483 38.470947 -v 168.846664 -254.357468 38.470947 -v 166.579224 -254.057770 38.770660 -v 164.428284 -253.468552 39.359871 -v 162.467072 -252.609894 40.218536 -v 160.762390 -251.511032 41.317383 -v 159.372299 -250.209396 42.619026 -v 158.344116 -248.749298 44.079124 -v 204.948883 -185.000000 21.111763 -v 204.948883 -177.000000 21.111763 -v 205.000000 -185.000000 21.500000 -v 204.948883 -169.000000 21.111763 -v 204.948883 -161.000000 21.111763 -v 204.799057 -161.000000 20.750000 -v 204.799057 -153.000000 20.750000 -v 204.560654 -153.000000 20.439339 -v 204.560654 -145.000000 20.439339 -v 204.250000 -145.000000 20.200958 -v 204.250000 -137.000000 20.200958 -v 203.888229 -137.000000 20.051109 -v 203.888229 -129.000000 20.051109 -v 203.500000 -105.000000 20.000000 -v 203.888229 -121.000000 20.051109 -v 203.888229 -113.000000 20.051109 -v 204.250000 -121.000000 20.200958 -v 204.250000 -113.000000 20.200958 -v 204.560654 -121.000000 20.439339 -v 204.560654 -113.000000 20.439339 -v 204.799057 -121.000000 20.750000 -v 204.799057 -113.000000 20.750000 -v 204.948883 -121.000000 21.111763 -v 204.948883 -113.000000 21.111763 -v 205.000000 -105.000000 21.500000 -v 204.948883 -105.000000 21.111771 -v 204.799057 -105.000000 20.750000 -v 204.560654 -105.000000 20.439339 -v 204.250000 -105.000000 20.200958 -v 203.888229 -105.000000 20.051109 -v 204.799057 -177.000000 20.750000 -v 204.799057 -185.000000 20.750000 -v 204.560654 -177.000000 20.439339 -v 204.560654 -185.000000 20.439339 -v 204.250000 -177.000000 20.200958 -v 204.250000 -185.000000 20.200958 -v 203.888229 -177.000000 20.051109 -v 203.888229 -185.000000 20.051102 -v 203.500000 -185.000000 20.000000 -v 203.888229 -145.000000 20.051102 -v 203.888229 -153.000000 20.051109 -v 203.888229 -161.000000 20.051109 -v 204.250000 -161.000000 20.200958 -v 204.250000 -169.000000 20.200958 -v 204.560654 -169.000000 20.439339 -v 204.948883 -145.000000 21.111763 -v 204.948883 -137.000000 21.111763 -v 204.948883 -129.000000 21.111763 -v 204.799057 -129.000000 20.750000 -v 204.799057 -169.000000 20.750000 -v 204.948883 -153.000000 21.111763 -v 204.799057 -145.000000 20.750000 -v 204.799057 -137.000000 20.750000 -v 204.560654 -137.000000 20.439339 -v 204.560654 -161.000000 20.439339 -v 204.250000 -153.000000 20.200958 -v 204.560654 -129.000000 20.439339 -v 204.250000 -129.000000 20.200958 -v 203.888229 -169.000000 20.051109 -v 203.500000 -185.000000 21.500000 -v 203.500000 -105.000000 21.500000 -v 203.500000 -105.000000 70.000000 -v 205.000000 -105.000000 70.000000 -vt 0.947110 0.065200 -vt 0.052890 0.065200 -vt 0.947110 0.065200 -vt 0.052890 0.065200 -vt 0.962013 0.080104 -vt 0.962013 0.080104 -vt 0.961506 0.076246 -vt 0.961506 0.076246 -vt 0.960017 0.072652 -vt 0.960017 0.072652 -vt 0.957648 0.069565 -vt 0.957648 0.069565 -vt 0.954561 0.067197 -vt 0.954561 0.067197 -vt 0.950967 0.065708 -vt 0.950967 0.065708 -vt 0.962013 0.974323 -vt 0.962013 0.974323 -vt 0.947110 0.989227 -vt 0.947110 0.989227 -vt 0.950967 0.988719 -vt 0.950967 0.988719 -vt 0.954561 0.987230 -vt 0.954561 0.987230 -vt 0.957648 0.984862 -vt 0.957648 0.984862 -vt 0.960017 0.981775 -vt 0.960017 0.981775 -vt 0.961506 0.978180 -vt 0.961506 0.978180 -vt 0.052890 0.989227 -vt 0.052890 0.989227 -vt 0.037987 0.974323 -vt 0.037987 0.974323 -vt 0.038494 0.978180 -vt 0.038494 0.978180 -vt 0.039983 0.981775 -vt 0.039983 0.981775 -vt 0.042352 0.984862 -vt 0.042352 0.984862 -vt 0.045439 0.987230 -vt 0.045439 0.987230 -vt 0.049033 0.988719 -vt 0.049033 0.988719 -vt 0.037987 0.080104 -vt 0.037987 0.080104 -vt 0.049033 0.065708 -vt 0.049033 0.065708 -vt 0.045439 0.067197 -vt 0.045439 0.067197 -vt 0.042352 0.069565 -vt 0.042352 0.069565 -vt 0.039983 0.072652 -vt 0.039983 0.072652 -vt 0.038494 0.076246 -vt 0.038494 0.076246 -vt 0.888233 0.015946 -vt 0.888233 0.016061 -vt 0.888233 0.015988 -vt 0.888233 0.015790 -vt 0.888233 0.015864 -vt 0.888233 0.015738 -vt 0.888233 0.015946 -vt 0.888233 0.016053 -vt 0.888233 0.015976 -vt 0.888233 0.016050 -vt 0.888233 0.015972 -vt 0.888233 0.015976 -vt 0.888233 0.015988 -vt 0.888233 0.016061 -vt 0.888233 0.016073 -vt 0.888233 0.016061 -vt 0.888233 0.016089 -vt 0.888233 0.016108 -vt 0.888233 0.016094 -vt 0.888233 0.016129 -vt 0.888233 0.016129 -vt 0.888233 0.016163 -vt 0.888233 0.016149 -vt 0.888233 0.016196 -vt 0.888233 0.016168 -vt 0.888233 0.016184 -vt 0.888233 0.016269 -vt 0.888233 0.016196 -vt 0.888233 0.016204 -vt 0.888233 0.016281 -vt 0.888233 0.016207 -vt 0.888233 0.016285 -vt 0.888233 0.016281 -vt 0.888233 0.016204 -vt 0.888233 0.016269 -vt 0.888233 0.016196 -vt 0.888233 0.016184 -vt 0.888233 0.016196 -vt 0.888233 0.016168 -vt 0.888233 0.016149 -vt 0.888233 0.016163 -vt 0.888233 0.016129 -vt 0.888233 0.016129 -vt 0.888233 0.016094 -vt 0.888233 0.016108 -vt 0.888233 0.016089 -vt 0.888233 0.016073 -vt 0.888233 0.016061 -vt 0.888233 0.016053 -vt 0.888233 0.016311 -vt 0.888233 0.016393 -vt 0.888233 0.016467 -vt 0.888233 0.015790 -vt 0.888233 0.015790 -vt 0.888233 0.015738 -vt 0.888233 0.015738 -vt 0.888233 0.015864 -vt 0.888233 0.015946 -vt 0.888233 0.015946 -vt 0.888233 0.015790 -vt 0.888233 0.015738 -vt 0.888233 0.015946 -vt 0.888233 0.016311 -vt 0.888233 0.016311 -vt 0.888233 0.016519 -vt 0.888233 0.016519 -vt 0.888233 0.016467 -vt 0.888233 0.016467 -vt 0.888233 0.016393 -vt 0.888233 0.016519 -vt 0.888233 0.016311 -vt 0.888233 0.016467 -vt 0.888233 0.016519 -vt 0.888233 0.016311 -vt 0.887940 0.016053 -vt 0.887940 0.016050 -vt 0.887940 0.016053 -vt 0.887940 0.016061 -vt 0.887940 0.016073 -vt 0.887940 0.016089 -vt 0.887940 0.016108 -vt 0.887940 0.016129 -vt 0.887940 0.016149 -vt 0.887940 0.016168 -vt 0.887940 0.016184 -vt 0.887940 0.016196 -vt 0.887940 0.016204 -vt 0.887940 0.016207 -vt 0.887940 0.016204 -vt 0.887940 0.016196 -vt 0.887940 0.016184 -vt 0.887940 0.016168 -vt 0.887940 0.016149 -vt 0.887940 0.016129 -vt 0.887940 0.016108 -vt 0.887940 0.016089 -vt 0.887940 0.016073 -vt 0.887940 0.016061 -vt 0.878560 0.016053 -vt 0.878853 0.016053 -vt 0.878560 0.016050 -vt 0.878853 0.016050 -vt 0.878560 0.016053 -vt 0.878853 0.016053 -vt 0.878560 0.016061 -vt 0.878853 0.016061 -vt 0.878560 0.016073 -vt 0.878853 0.016073 -vt 0.878560 0.016089 -vt 0.878853 0.016089 -vt 0.878560 0.016108 -vt 0.878853 0.016108 -vt 0.878560 0.016129 -vt 0.878853 0.016129 -vt 0.878560 0.016149 -vt 0.878853 0.016149 -vt 0.878560 0.016168 -vt 0.878853 0.016168 -vt 0.878560 0.016184 -vt 0.878853 0.016184 -vt 0.878560 0.016196 -vt 0.878853 0.016196 -vt 0.878560 0.016204 -vt 0.878853 0.016204 -vt 0.878560 0.016207 -vt 0.878853 0.016207 -vt 0.878560 0.016204 -vt 0.878853 0.016204 -vt 0.878560 0.016196 -vt 0.878853 0.016196 -vt 0.878560 0.016184 -vt 0.878853 0.016184 -vt 0.878560 0.016168 -vt 0.878853 0.016168 -vt 0.878560 0.016149 -vt 0.878853 0.016149 -vt 0.878560 0.016129 -vt 0.878853 0.016129 -vt 0.878560 0.016108 -vt 0.878853 0.016108 -vt 0.878560 0.016089 -vt 0.878853 0.016089 -vt 0.878560 0.016073 -vt 0.878853 0.016073 -vt 0.878560 0.016061 -vt 0.878853 0.016061 -vt 0.887647 0.016050 -vt 0.887647 0.016053 -vt 0.887647 0.016061 -vt 0.887647 0.016073 -vt 0.887647 0.016089 -vt 0.887647 0.016108 -vt 0.887647 0.016129 -vt 0.887647 0.016149 -vt 0.887647 0.016168 -vt 0.887647 0.016184 -vt 0.887647 0.016196 -vt 0.887647 0.016204 -vt 0.887647 0.016207 -vt 0.887647 0.016204 -vt 0.887647 0.016196 -vt 0.887647 0.016184 -vt 0.887647 0.016168 -vt 0.887647 0.016149 -vt 0.887647 0.016129 -vt 0.887647 0.016108 -vt 0.887647 0.016089 -vt 0.887647 0.016073 -vt 0.887647 0.016061 -vt 0.887647 0.016053 -vt 0.887353 0.016050 -vt 0.887353 0.016053 -vt 0.887353 0.016061 -vt 0.887353 0.016073 -vt 0.887353 0.016089 -vt 0.887353 0.016108 -vt 0.887353 0.016129 -vt 0.887353 0.016149 -vt 0.887353 0.016168 -vt 0.887353 0.016184 -vt 0.887353 0.016196 -vt 0.887353 0.016204 -vt 0.887353 0.016207 -vt 0.887353 0.016204 -vt 0.887353 0.016196 -vt 0.887353 0.016184 -vt 0.887353 0.016168 -vt 0.887353 0.016149 -vt 0.887353 0.016129 -vt 0.887353 0.016108 -vt 0.887353 0.016089 -vt 0.887353 0.016073 -vt 0.887353 0.016061 -vt 0.887353 0.016053 -vt 0.887060 0.016050 -vt 0.887060 0.016053 -vt 0.887060 0.016061 -vt 0.887060 0.016073 -vt 0.887060 0.016089 -vt 0.887060 0.016108 -vt 0.887060 0.016129 -vt 0.887060 0.016149 -vt 0.887060 0.016168 -vt 0.887060 0.016184 -vt 0.887060 0.016196 -vt 0.887060 0.016204 -vt 0.887060 0.016207 -vt 0.887060 0.016204 -vt 0.887060 0.016196 -vt 0.887060 0.016184 -vt 0.887060 0.016168 -vt 0.887060 0.016149 -vt 0.887060 0.016129 -vt 0.887060 0.016108 -vt 0.887060 0.016089 -vt 0.887060 0.016073 -vt 0.887060 0.016061 -vt 0.887060 0.016053 -vt 0.886767 0.016050 -vt 0.886767 0.016053 -vt 0.886767 0.016061 -vt 0.886767 0.016073 -vt 0.886767 0.016089 -vt 0.886767 0.016108 -vt 0.886767 0.016129 -vt 0.886767 0.016149 -vt 0.886767 0.016168 -vt 0.886767 0.016184 -vt 0.886767 0.016196 -vt 0.886767 0.016204 -vt 0.886767 0.016207 -vt 0.886767 0.016204 -vt 0.886767 0.016196 -vt 0.886767 0.016184 -vt 0.886767 0.016168 -vt 0.886767 0.016149 -vt 0.886767 0.016129 -vt 0.886767 0.016108 -vt 0.886767 0.016089 -vt 0.886767 0.016073 -vt 0.886767 0.016061 -vt 0.886767 0.016053 -vt 0.886474 0.016050 -vt 0.886474 0.016053 -vt 0.886474 0.016061 -vt 0.886474 0.016073 -vt 0.886474 0.016089 -vt 0.886474 0.016108 -vt 0.886474 0.016129 -vt 0.886474 0.016149 -vt 0.886474 0.016168 -vt 0.886474 0.016184 -vt 0.886474 0.016196 -vt 0.886474 0.016204 -vt 0.886474 0.016207 -vt 0.886474 0.016204 -vt 0.886474 0.016196 -vt 0.886474 0.016184 -vt 0.886474 0.016168 -vt 0.886474 0.016149 -vt 0.886474 0.016129 -vt 0.886474 0.016108 -vt 0.886474 0.016089 -vt 0.886474 0.016073 -vt 0.886474 0.016061 -vt 0.886474 0.016053 -vt 0.886181 0.016050 -vt 0.886181 0.016053 -vt 0.886181 0.016061 -vt 0.886181 0.016073 -vt 0.886181 0.016089 -vt 0.886181 0.016108 -vt 0.886181 0.016129 -vt 0.886181 0.016149 -vt 0.886181 0.016168 -vt 0.886181 0.016184 -vt 0.886181 0.016196 -vt 0.886181 0.016204 -vt 0.886181 0.016207 -vt 0.886181 0.016204 -vt 0.886181 0.016196 -vt 0.886181 0.016184 -vt 0.886181 0.016168 -vt 0.886181 0.016149 -vt 0.886181 0.016129 -vt 0.886181 0.016108 -vt 0.886181 0.016089 -vt 0.886181 0.016073 -vt 0.886181 0.016061 -vt 0.886181 0.016053 -vt 0.885888 0.016050 -vt 0.885888 0.016053 -vt 0.885888 0.016061 -vt 0.885888 0.016073 -vt 0.885888 0.016089 -vt 0.885888 0.016108 -vt 0.885888 0.016129 -vt 0.885888 0.016149 -vt 0.885888 0.016168 -vt 0.885888 0.016184 -vt 0.885888 0.016196 -vt 0.885888 0.016204 -vt 0.885888 0.016207 -vt 0.885888 0.016204 -vt 0.885888 0.016196 -vt 0.885888 0.016184 -vt 0.885888 0.016168 -vt 0.885888 0.016149 -vt 0.885888 0.016129 -vt 0.885888 0.016108 -vt 0.885888 0.016089 -vt 0.885888 0.016073 -vt 0.885888 0.016061 -vt 0.885888 0.016053 -vt 0.885595 0.016050 -vt 0.885595 0.016053 -vt 0.885595 0.016061 -vt 0.885595 0.016073 -vt 0.885595 0.016089 -vt 0.885595 0.016108 -vt 0.885595 0.016129 -vt 0.885595 0.016149 -vt 0.885595 0.016168 -vt 0.885595 0.016184 -vt 0.885595 0.016196 -vt 0.885595 0.016204 -vt 0.885595 0.016207 -vt 0.885595 0.016204 -vt 0.885595 0.016196 -vt 0.885595 0.016184 -vt 0.885595 0.016168 -vt 0.885595 0.016149 -vt 0.885595 0.016129 -vt 0.885595 0.016108 -vt 0.885595 0.016089 -vt 0.885595 0.016073 -vt 0.885595 0.016061 -vt 0.885595 0.016053 -vt 0.885302 0.016050 -vt 0.885302 0.016053 -vt 0.885302 0.016061 -vt 0.885302 0.016073 -vt 0.885302 0.016089 -vt 0.885302 0.016108 -vt 0.885302 0.016129 -vt 0.885302 0.016149 -vt 0.885302 0.016168 -vt 0.885302 0.016184 -vt 0.885302 0.016196 -vt 0.885302 0.016204 -vt 0.885302 0.016207 -vt 0.885302 0.016204 -vt 0.885302 0.016196 -vt 0.885302 0.016184 -vt 0.885302 0.016168 -vt 0.885302 0.016149 -vt 0.885302 0.016129 -vt 0.885302 0.016108 -vt 0.885302 0.016089 -vt 0.885302 0.016073 -vt 0.885302 0.016061 -vt 0.885302 0.016053 -vt 0.885009 0.016050 -vt 0.885009 0.016053 -vt 0.885009 0.016061 -vt 0.885009 0.016073 -vt 0.885009 0.016089 -vt 0.885009 0.016108 -vt 0.885009 0.016129 -vt 0.885009 0.016149 -vt 0.885009 0.016168 -vt 0.885009 0.016184 -vt 0.885009 0.016196 -vt 0.885009 0.016204 -vt 0.885009 0.016207 -vt 0.885009 0.016204 -vt 0.885009 0.016196 -vt 0.885009 0.016184 -vt 0.885009 0.016168 -vt 0.885009 0.016149 -vt 0.885009 0.016129 -vt 0.885009 0.016108 -vt 0.885009 0.016089 -vt 0.885009 0.016073 -vt 0.885009 0.016061 -vt 0.885009 0.016053 -vt 0.884715 0.016050 -vt 0.884715 0.016053 -vt 0.884715 0.016061 -vt 0.884715 0.016073 -vt 0.884715 0.016089 -vt 0.884715 0.016108 -vt 0.884715 0.016129 -vt 0.884715 0.016149 -vt 0.884715 0.016168 -vt 0.884715 0.016184 -vt 0.884715 0.016196 -vt 0.884715 0.016204 -vt 0.884715 0.016207 -vt 0.884715 0.016204 -vt 0.884715 0.016196 -vt 0.884715 0.016184 -vt 0.884715 0.016168 -vt 0.884715 0.016149 -vt 0.884715 0.016129 -vt 0.884715 0.016108 -vt 0.884715 0.016089 -vt 0.884715 0.016073 -vt 0.884715 0.016061 -vt 0.884715 0.016053 -vt 0.884422 0.016050 -vt 0.884422 0.016053 -vt 0.884422 0.016061 -vt 0.884422 0.016073 -vt 0.884422 0.016089 -vt 0.884422 0.016108 -vt 0.884422 0.016129 -vt 0.884422 0.016149 -vt 0.884422 0.016168 -vt 0.884422 0.016184 -vt 0.884422 0.016196 -vt 0.884422 0.016204 -vt 0.884422 0.016207 -vt 0.884422 0.016204 -vt 0.884422 0.016196 -vt 0.884422 0.016184 -vt 0.884422 0.016168 -vt 0.884422 0.016149 -vt 0.884422 0.016129 -vt 0.884422 0.016108 -vt 0.884422 0.016089 -vt 0.884422 0.016073 -vt 0.884422 0.016061 -vt 0.884422 0.016053 -vt 0.884129 0.016050 -vt 0.884129 0.016053 -vt 0.884129 0.016061 -vt 0.884129 0.016073 -vt 0.884129 0.016089 -vt 0.884129 0.016108 -vt 0.884129 0.016129 -vt 0.884129 0.016149 -vt 0.884129 0.016168 -vt 0.884129 0.016184 -vt 0.884129 0.016196 -vt 0.884129 0.016204 -vt 0.884129 0.016207 -vt 0.884129 0.016204 -vt 0.884129 0.016196 -vt 0.884129 0.016184 -vt 0.884129 0.016168 -vt 0.884129 0.016149 -vt 0.884129 0.016129 -vt 0.884129 0.016108 -vt 0.884129 0.016089 -vt 0.884129 0.016073 -vt 0.884129 0.016061 -vt 0.884129 0.016053 -vt 0.883836 0.016050 -vt 0.883836 0.016053 -vt 0.883836 0.016061 -vt 0.883836 0.016073 -vt 0.883836 0.016089 -vt 0.883836 0.016108 -vt 0.883836 0.016129 -vt 0.883836 0.016149 -vt 0.883836 0.016168 -vt 0.883836 0.016184 -vt 0.883836 0.016196 -vt 0.883836 0.016204 -vt 0.883836 0.016207 -vt 0.883836 0.016204 -vt 0.883836 0.016196 -vt 0.883836 0.016184 -vt 0.883836 0.016168 -vt 0.883836 0.016149 -vt 0.883836 0.016129 -vt 0.883836 0.016108 -vt 0.883836 0.016089 -vt 0.883836 0.016073 -vt 0.883836 0.016061 -vt 0.883836 0.016053 -vt 0.883543 0.016050 -vt 0.883543 0.016053 -vt 0.883543 0.016061 -vt 0.883543 0.016073 -vt 0.883543 0.016089 -vt 0.883543 0.016108 -vt 0.883543 0.016129 -vt 0.883543 0.016149 -vt 0.883543 0.016168 -vt 0.883543 0.016184 -vt 0.883543 0.016196 -vt 0.883543 0.016204 -vt 0.883543 0.016207 -vt 0.883543 0.016204 -vt 0.883543 0.016196 -vt 0.883543 0.016184 -vt 0.883543 0.016168 -vt 0.883543 0.016149 -vt 0.883543 0.016129 -vt 0.883543 0.016108 -vt 0.883543 0.016089 -vt 0.883543 0.016073 -vt 0.883543 0.016061 -vt 0.883543 0.016053 -vt 0.883250 0.016050 -vt 0.883250 0.016053 -vt 0.883250 0.016061 -vt 0.883250 0.016073 -vt 0.883250 0.016089 -vt 0.883250 0.016108 -vt 0.883250 0.016129 -vt 0.883250 0.016149 -vt 0.883250 0.016168 -vt 0.883250 0.016184 -vt 0.883250 0.016196 -vt 0.883250 0.016204 -vt 0.883250 0.016207 -vt 0.883250 0.016204 -vt 0.883250 0.016196 -vt 0.883250 0.016184 -vt 0.883250 0.016168 -vt 0.883250 0.016149 -vt 0.883250 0.016129 -vt 0.883250 0.016108 -vt 0.883250 0.016089 -vt 0.883250 0.016073 -vt 0.883250 0.016061 -vt 0.883250 0.016053 -vt 0.882957 0.016050 -vt 0.882957 0.016053 -vt 0.882957 0.016061 -vt 0.882957 0.016073 -vt 0.882957 0.016089 -vt 0.882957 0.016108 -vt 0.882957 0.016129 -vt 0.882957 0.016149 -vt 0.882957 0.016168 -vt 0.882957 0.016184 -vt 0.882957 0.016196 -vt 0.882957 0.016204 -vt 0.882957 0.016207 -vt 0.882957 0.016204 -vt 0.882957 0.016196 -vt 0.882957 0.016184 -vt 0.882957 0.016168 -vt 0.882957 0.016149 -vt 0.882957 0.016129 -vt 0.882957 0.016108 -vt 0.882957 0.016089 -vt 0.882957 0.016073 -vt 0.882957 0.016061 -vt 0.882957 0.016053 -vt 0.882664 0.016050 -vt 0.882664 0.016053 -vt 0.882664 0.016061 -vt 0.882664 0.016073 -vt 0.882664 0.016089 -vt 0.882664 0.016108 -vt 0.882664 0.016129 -vt 0.882664 0.016149 -vt 0.882664 0.016168 -vt 0.882664 0.016184 -vt 0.882664 0.016196 -vt 0.882664 0.016204 -vt 0.882664 0.016207 -vt 0.882664 0.016204 -vt 0.882664 0.016196 -vt 0.882664 0.016184 -vt 0.882664 0.016168 -vt 0.882664 0.016149 -vt 0.882664 0.016129 -vt 0.882664 0.016108 -vt 0.882664 0.016089 -vt 0.882664 0.016073 -vt 0.882664 0.016061 -vt 0.882664 0.016053 -vt 0.882371 0.016050 -vt 0.882371 0.016053 -vt 0.882371 0.016061 -vt 0.882371 0.016073 -vt 0.882371 0.016089 -vt 0.882371 0.016108 -vt 0.882371 0.016129 -vt 0.882371 0.016149 -vt 0.882371 0.016168 -vt 0.882371 0.016184 -vt 0.882371 0.016196 -vt 0.882371 0.016204 -vt 0.882371 0.016207 -vt 0.882371 0.016204 -vt 0.882371 0.016196 -vt 0.882371 0.016184 -vt 0.882371 0.016168 -vt 0.882371 0.016149 -vt 0.882371 0.016129 -vt 0.882371 0.016108 -vt 0.882371 0.016089 -vt 0.882371 0.016073 -vt 0.882371 0.016061 -vt 0.882371 0.016053 -vt 0.882078 0.016050 -vt 0.882078 0.016053 -vt 0.882078 0.016061 -vt 0.882078 0.016073 -vt 0.882078 0.016089 -vt 0.882078 0.016108 -vt 0.882078 0.016129 -vt 0.882078 0.016149 -vt 0.882078 0.016168 -vt 0.882078 0.016184 -vt 0.882078 0.016196 -vt 0.882078 0.016204 -vt 0.882078 0.016207 -vt 0.882078 0.016204 -vt 0.882078 0.016196 -vt 0.882078 0.016184 -vt 0.882078 0.016168 -vt 0.882078 0.016149 -vt 0.882078 0.016129 -vt 0.882078 0.016108 -vt 0.882078 0.016089 -vt 0.882078 0.016073 -vt 0.882078 0.016061 -vt 0.882078 0.016053 -vt 0.881784 0.016050 -vt 0.881784 0.016053 -vt 0.881784 0.016061 -vt 0.881784 0.016073 -vt 0.881784 0.016089 -vt 0.881784 0.016108 -vt 0.881784 0.016129 -vt 0.881784 0.016149 -vt 0.881784 0.016168 -vt 0.881784 0.016184 -vt 0.881784 0.016196 -vt 0.881784 0.016204 -vt 0.881784 0.016207 -vt 0.881784 0.016204 -vt 0.881784 0.016196 -vt 0.881784 0.016184 -vt 0.881784 0.016168 -vt 0.881784 0.016149 -vt 0.881784 0.016129 -vt 0.881784 0.016108 -vt 0.881784 0.016089 -vt 0.881784 0.016073 -vt 0.881784 0.016061 -vt 0.881784 0.016053 -vt 0.881491 0.016050 -vt 0.881491 0.016053 -vt 0.881491 0.016061 -vt 0.881491 0.016073 -vt 0.881491 0.016089 -vt 0.881491 0.016108 -vt 0.881491 0.016129 -vt 0.881491 0.016149 -vt 0.881491 0.016168 -vt 0.881491 0.016184 -vt 0.881491 0.016196 -vt 0.881491 0.016204 -vt 0.881491 0.016207 -vt 0.881491 0.016204 -vt 0.881491 0.016196 -vt 0.881491 0.016184 -vt 0.881491 0.016168 -vt 0.881491 0.016149 -vt 0.881491 0.016129 -vt 0.881491 0.016108 -vt 0.881491 0.016089 -vt 0.881491 0.016073 -vt 0.881491 0.016061 -vt 0.881491 0.016053 -vt 0.881198 0.016050 -vt 0.881198 0.016053 -vt 0.881198 0.016061 -vt 0.881198 0.016073 -vt 0.881198 0.016089 -vt 0.881198 0.016108 -vt 0.881198 0.016129 -vt 0.881198 0.016149 -vt 0.881198 0.016168 -vt 0.881198 0.016184 -vt 0.881198 0.016196 -vt 0.881198 0.016204 -vt 0.881198 0.016207 -vt 0.881198 0.016204 -vt 0.881198 0.016196 -vt 0.881198 0.016184 -vt 0.881198 0.016168 -vt 0.881198 0.016149 -vt 0.881198 0.016129 -vt 0.881198 0.016108 -vt 0.881198 0.016089 -vt 0.881198 0.016073 -vt 0.881198 0.016061 -vt 0.881198 0.016053 -vt 0.880905 0.016050 -vt 0.880905 0.016053 -vt 0.880905 0.016061 -vt 0.880905 0.016073 -vt 0.880905 0.016089 -vt 0.880905 0.016108 -vt 0.880905 0.016129 -vt 0.880905 0.016149 -vt 0.880905 0.016168 -vt 0.880905 0.016184 -vt 0.880905 0.016196 -vt 0.880905 0.016204 -vt 0.880905 0.016207 -vt 0.880905 0.016204 -vt 0.880905 0.016196 -vt 0.880905 0.016184 -vt 0.880905 0.016168 -vt 0.880905 0.016149 -vt 0.880905 0.016129 -vt 0.880905 0.016108 -vt 0.880905 0.016089 -vt 0.880905 0.016073 -vt 0.880905 0.016061 -vt 0.880905 0.016053 -vt 0.880612 0.016050 -vt 0.880612 0.016053 -vt 0.880612 0.016061 -vt 0.880612 0.016073 -vt 0.880612 0.016089 -vt 0.880612 0.016108 -vt 0.880612 0.016129 -vt 0.880612 0.016149 -vt 0.880612 0.016168 -vt 0.880612 0.016184 -vt 0.880612 0.016196 -vt 0.880612 0.016204 -vt 0.880612 0.016207 -vt 0.880612 0.016204 -vt 0.880612 0.016196 -vt 0.880612 0.016184 -vt 0.880612 0.016168 -vt 0.880612 0.016149 -vt 0.880612 0.016129 -vt 0.880612 0.016108 -vt 0.880612 0.016089 -vt 0.880612 0.016073 -vt 0.880612 0.016061 -vt 0.880612 0.016053 -vt 0.880319 0.016050 -vt 0.880319 0.016053 -vt 0.880319 0.016061 -vt 0.880319 0.016073 -vt 0.880319 0.016089 -vt 0.880319 0.016108 -vt 0.880319 0.016129 -vt 0.880319 0.016149 -vt 0.880319 0.016168 -vt 0.880319 0.016184 -vt 0.880319 0.016196 -vt 0.880319 0.016204 -vt 0.880319 0.016207 -vt 0.880319 0.016204 -vt 0.880319 0.016196 -vt 0.880319 0.016184 -vt 0.880319 0.016168 -vt 0.880319 0.016149 -vt 0.880319 0.016129 -vt 0.880319 0.016108 -vt 0.880319 0.016089 -vt 0.880319 0.016073 -vt 0.880319 0.016061 -vt 0.880319 0.016053 -vt 0.880026 0.016050 -vt 0.880026 0.016053 -vt 0.880026 0.016061 -vt 0.880026 0.016073 -vt 0.880026 0.016089 -vt 0.880026 0.016108 -vt 0.880026 0.016129 -vt 0.880026 0.016149 -vt 0.880026 0.016168 -vt 0.880026 0.016184 -vt 0.880026 0.016196 -vt 0.880026 0.016204 -vt 0.880026 0.016207 -vt 0.880026 0.016204 -vt 0.880026 0.016196 -vt 0.880026 0.016184 -vt 0.880026 0.016168 -vt 0.880026 0.016149 -vt 0.880026 0.016129 -vt 0.880026 0.016108 -vt 0.880026 0.016089 -vt 0.880026 0.016073 -vt 0.880026 0.016061 -vt 0.880026 0.016053 -vt 0.879733 0.016050 -vt 0.879733 0.016053 -vt 0.879733 0.016061 -vt 0.879733 0.016073 -vt 0.879733 0.016089 -vt 0.879733 0.016108 -vt 0.879733 0.016129 -vt 0.879733 0.016149 -vt 0.879733 0.016168 -vt 0.879733 0.016184 -vt 0.879733 0.016196 -vt 0.879733 0.016204 -vt 0.879733 0.016207 -vt 0.879733 0.016204 -vt 0.879733 0.016196 -vt 0.879733 0.016184 -vt 0.879733 0.016168 -vt 0.879733 0.016149 -vt 0.879733 0.016129 -vt 0.879733 0.016108 -vt 0.879733 0.016089 -vt 0.879733 0.016073 -vt 0.879733 0.016061 -vt 0.879733 0.016053 -vt 0.879440 0.016050 -vt 0.879440 0.016053 -vt 0.879440 0.016061 -vt 0.879440 0.016073 -vt 0.879440 0.016089 -vt 0.879440 0.016108 -vt 0.879440 0.016129 -vt 0.879440 0.016149 -vt 0.879440 0.016168 -vt 0.879440 0.016184 -vt 0.879440 0.016196 -vt 0.879440 0.016204 -vt 0.879440 0.016207 -vt 0.879440 0.016204 -vt 0.879440 0.016196 -vt 0.879440 0.016184 -vt 0.879440 0.016168 -vt 0.879440 0.016149 -vt 0.879440 0.016129 -vt 0.879440 0.016108 -vt 0.879440 0.016089 -vt 0.879440 0.016073 -vt 0.879440 0.016061 -vt 0.879440 0.016053 -vt 0.879146 0.016050 -vt 0.879146 0.016053 -vt 0.879146 0.016061 -vt 0.879146 0.016073 -vt 0.879146 0.016089 -vt 0.879146 0.016108 -vt 0.879146 0.016129 -vt 0.879146 0.016149 -vt 0.879146 0.016168 -vt 0.879146 0.016184 -vt 0.879146 0.016196 -vt 0.879146 0.016204 -vt 0.879146 0.016207 -vt 0.879146 0.016204 -vt 0.879146 0.016196 -vt 0.879146 0.016184 -vt 0.879146 0.016168 -vt 0.879146 0.016149 -vt 0.879146 0.016129 -vt 0.879146 0.016108 -vt 0.879146 0.016089 -vt 0.879146 0.016073 -vt 0.879146 0.016061 -vt 0.879146 0.016053 -vt 0.878560 0.015790 -vt 0.878560 0.015790 -vt 0.878560 0.015988 -vt 0.883396 0.015976 -vt 0.883880 0.015976 -vt 0.884364 0.015976 -vt 0.884364 0.015972 -vt 0.884847 0.015972 -vt 0.884847 0.015976 -vt 0.885331 0.015976 -vt 0.885815 0.015976 -vt 0.886298 0.015976 -vt 0.885815 0.015972 -vt 0.886298 0.015972 -vt 0.885815 0.015976 -vt 0.886298 0.015976 -vt 0.886782 0.015976 -vt 0.887266 0.015976 -vt 0.887266 0.015972 -vt 0.887749 0.015972 -vt 0.887749 0.015976 -vt 0.887266 0.015976 -vt 0.886782 0.015976 -vt 0.886782 0.015972 -vt 0.878560 0.015976 -vt 0.879044 0.015976 -vt 0.879527 0.015976 -vt 0.880011 0.015976 -vt 0.880011 0.015972 -vt 0.880495 0.015972 -vt 0.880495 0.015976 -vt 0.880978 0.015976 -vt 0.878560 0.015988 -vt 0.881462 0.015976 -vt 0.881946 0.015976 -vt 0.881462 0.015972 -vt 0.881946 0.015972 -vt 0.881462 0.015976 -vt 0.881946 0.015976 -vt 0.882429 0.015976 -vt 0.882913 0.015976 -vt 0.882913 0.015972 -vt 0.883396 0.015972 -vt 0.883396 0.015976 -vt 0.883880 0.015976 -vt 0.884364 0.015976 -vt 0.879044 0.015972 -vt 0.878560 0.015972 -vt 0.879044 0.015976 -vt 0.878560 0.015976 -vt 0.882913 0.015976 -vt 0.882429 0.015976 -vt 0.882429 0.015972 -vt 0.887749 0.015976 -vt 0.879527 0.015972 -vt 0.879527 0.015976 -vt 0.880495 0.015976 -vt 0.880978 0.015976 -vt 0.880978 0.015972 -vt 0.883880 0.015972 -vt 0.884847 0.015976 -vt 0.885331 0.015976 -vt 0.885331 0.015972 -vt 0.880011 0.015976 -vt 0.878560 0.015790 -vt 0.878560 0.015790 -vt 0.878560 0.015738 -vt 0.878560 0.015738 -vt 0.878560 0.015946 -vt 0.878560 0.015946 -vt 0.878560 0.015864 -vt 0.878560 0.016061 -vt 0.883396 0.016094 -vt 0.883880 0.016094 -vt 0.884364 0.016094 -vt 0.884364 0.016129 -vt 0.884847 0.016129 -vt 0.884847 0.016163 -vt 0.885331 0.016163 -vt 0.885815 0.016163 -vt 0.886298 0.016163 -vt 0.885815 0.016129 -vt 0.886298 0.016129 -vt 0.885815 0.016094 -vt 0.886298 0.016094 -vt 0.886782 0.016094 -vt 0.887266 0.016094 -vt 0.887266 0.016129 -vt 0.887749 0.016129 -vt 0.887749 0.016163 -vt 0.887266 0.016163 -vt 0.886782 0.016163 -vt 0.886782 0.016129 -vt 0.878560 0.016094 -vt 0.879044 0.016094 -vt 0.879527 0.016094 -vt 0.880011 0.016094 -vt 0.880011 0.016129 -vt 0.880495 0.016129 -vt 0.880495 0.016163 -vt 0.880978 0.016163 -vt 0.878560 0.016196 -vt 0.881462 0.016163 -vt 0.881946 0.016163 -vt 0.881462 0.016129 -vt 0.881946 0.016129 -vt 0.881462 0.016094 -vt 0.881946 0.016094 -vt 0.882429 0.016094 -vt 0.882913 0.016094 -vt 0.882913 0.016129 -vt 0.883396 0.016129 -vt 0.883396 0.016163 -vt 0.883880 0.016163 -vt 0.884364 0.016163 -vt 0.879044 0.016129 -vt 0.878560 0.016129 -vt 0.879044 0.016163 -vt 0.878560 0.016163 -vt 0.882913 0.016163 -vt 0.882429 0.016163 -vt 0.882429 0.016129 -vt 0.887749 0.016094 -vt 0.879527 0.016129 -vt 0.879527 0.016163 -vt 0.880495 0.016094 -vt 0.880978 0.016094 -vt 0.880978 0.016129 -vt 0.883880 0.016129 -vt 0.884847 0.016094 -vt 0.885331 0.016094 -vt 0.885331 0.016129 -vt 0.880011 0.016163 -vt 0.878560 0.016393 -vt 0.878560 0.016311 -vt 0.878560 0.016311 -vt 0.878560 0.016519 -vt 0.878560 0.016519 -vt 0.878560 0.016467 -vt 0.878560 0.016467 -vt 0.878560 0.016269 -vt 0.883396 0.016281 -vt 0.883880 0.016281 -vt 0.884364 0.016281 -vt 0.884364 0.016285 -vt 0.884847 0.016285 -vt 0.884847 0.016281 -vt 0.885331 0.016281 -vt 0.885815 0.016281 -vt 0.886298 0.016281 -vt 0.885815 0.016285 -vt 0.886298 0.016285 -vt 0.885815 0.016281 -vt 0.886298 0.016281 -vt 0.886782 0.016281 -vt 0.887266 0.016281 -vt 0.887266 0.016285 -vt 0.887749 0.016285 -vt 0.887749 0.016281 -vt 0.887266 0.016281 -vt 0.886782 0.016281 -vt 0.886782 0.016285 -vt 0.878560 0.016281 -vt 0.879044 0.016281 -vt 0.879527 0.016281 -vt 0.880011 0.016281 -vt 0.880011 0.016285 -vt 0.880495 0.016285 -vt 0.880495 0.016281 -vt 0.880978 0.016281 -vt 0.878560 0.016269 -vt 0.881462 0.016281 -vt 0.881946 0.016281 -vt 0.881462 0.016285 -vt 0.881946 0.016285 -vt 0.881462 0.016281 -vt 0.881946 0.016281 -vt 0.882429 0.016281 -vt 0.882913 0.016281 -vt 0.882913 0.016285 -vt 0.883396 0.016285 -vt 0.883396 0.016281 -vt 0.883880 0.016281 -vt 0.884364 0.016281 -vt 0.879044 0.016285 -vt 0.878560 0.016285 -vt 0.879044 0.016281 -vt 0.878560 0.016281 -vt 0.882913 0.016281 -vt 0.882429 0.016281 -vt 0.882429 0.016285 -vt 0.887749 0.016281 -vt 0.879527 0.016285 -vt 0.879527 0.016281 -vt 0.880495 0.016281 -vt 0.880978 0.016281 -vt 0.880978 0.016285 -vt 0.883880 0.016285 -vt 0.884847 0.016281 -vt 0.885331 0.016281 -vt 0.885331 0.016285 -vt 0.880011 0.016281 -vt 0.878560 0.016467 -vt 0.878560 0.016467 -vt 0.878560 0.016519 -vt 0.878560 0.016519 -vt 0.878560 0.016311 -vt 0.878560 0.016311 -vt 0.878560 0.016393 -vt 0.878560 0.016196 -vt 0.883396 0.016163 -vt 0.883880 0.016163 -vt 0.884364 0.016163 -vt 0.884364 0.016129 -vt 0.884847 0.016129 -vt 0.884847 0.016094 -vt 0.885331 0.016094 -vt 0.885815 0.016094 -vt 0.886298 0.016094 -vt 0.885815 0.016129 -vt 0.886298 0.016129 -vt 0.885815 0.016163 -vt 0.886298 0.016163 -vt 0.886782 0.016163 -vt 0.887266 0.016163 -vt 0.887266 0.016129 -vt 0.887749 0.016129 -vt 0.887749 0.016094 -vt 0.887266 0.016094 -vt 0.886782 0.016094 -vt 0.886782 0.016129 -vt 0.878560 0.016163 -vt 0.879044 0.016163 -vt 0.879527 0.016163 -vt 0.880011 0.016163 -vt 0.880011 0.016129 -vt 0.880495 0.016129 -vt 0.880495 0.016094 -vt 0.880978 0.016094 -vt 0.878560 0.016061 -vt 0.881462 0.016094 -vt 0.881946 0.016094 -vt 0.881462 0.016129 -vt 0.881946 0.016129 -vt 0.881462 0.016163 -vt 0.881946 0.016163 -vt 0.882429 0.016163 -vt 0.882913 0.016163 -vt 0.882913 0.016129 -vt 0.883396 0.016129 -vt 0.883396 0.016094 -vt 0.883880 0.016094 -vt 0.884364 0.016094 -vt 0.879044 0.016129 -vt 0.878560 0.016129 -vt 0.879044 0.016094 -vt 0.878560 0.016094 -vt 0.882913 0.016094 -vt 0.882429 0.016094 -vt 0.882429 0.016129 -vt 0.887749 0.016163 -vt 0.879527 0.016129 -vt 0.879527 0.016094 -vt 0.880495 0.016163 -vt 0.880978 0.016163 -vt 0.880978 0.016129 -vt 0.883880 0.016129 -vt 0.884847 0.016163 -vt 0.885331 0.016163 -vt 0.885331 0.016129 -vt 0.880011 0.016094 -vt 0.878560 0.015864 -vt 0.878560 0.015946 -vt 0.878560 0.015946 -vt 0.878560 0.015738 -vt 0.878560 0.015738 -vt 0.878560 0.015946 -vt 0.878560 0.016311 -vt 0.878085 0.011574 -vt 0.878163 0.011574 -vt 0.878113 0.011574 -vt 0.877980 0.011574 -vt 0.878030 0.011574 -vt 0.877945 0.011574 -vt 0.878085 0.011574 -vt 0.878157 0.011574 -vt 0.878106 0.011574 -vt 0.878156 0.011574 -vt 0.878103 0.011574 -vt 0.878106 0.011574 -vt 0.878113 0.011574 -vt 0.878163 0.011574 -vt 0.878171 0.011574 -vt 0.878163 0.011574 -vt 0.878182 0.011574 -vt 0.878195 0.011574 -vt 0.878185 0.011574 -vt 0.878208 0.011574 -vt 0.878208 0.011574 -vt 0.878232 0.011574 -vt 0.878222 0.011574 -vt 0.878254 0.011574 -vt 0.878235 0.011574 -vt 0.878246 0.011574 -vt 0.878304 0.011574 -vt 0.878254 0.011574 -vt 0.878259 0.011574 -vt 0.878311 0.011574 -vt 0.878261 0.011574 -vt 0.878314 0.011574 -vt 0.878311 0.011574 -vt 0.878259 0.011574 -vt 0.878304 0.011574 -vt 0.878254 0.011574 -vt 0.878246 0.011574 -vt 0.878254 0.011574 -vt 0.878235 0.011574 -vt 0.878222 0.011574 -vt 0.878232 0.011574 -vt 0.878208 0.011574 -vt 0.878208 0.011574 -vt 0.878185 0.011574 -vt 0.878195 0.011574 -vt 0.878182 0.011574 -vt 0.878171 0.011574 -vt 0.878163 0.011574 -vt 0.878157 0.011574 -vt 0.878332 0.011574 -vt 0.878387 0.011574 -vt 0.878437 0.011574 -vt 0.877980 0.011574 -vt 0.877980 0.011574 -vt 0.877945 0.011574 -vt 0.877945 0.011574 -vt 0.878030 0.011574 -vt 0.878085 0.011574 -vt 0.878085 0.011574 -vt 0.877980 0.011574 -vt 0.877945 0.011574 -vt 0.878085 0.011574 -vt 0.878332 0.011574 -vt 0.878332 0.011574 -vt 0.878472 0.011574 -vt 0.878472 0.011574 -vt 0.878437 0.011574 -vt 0.878437 0.011574 -vt 0.878387 0.011574 -vt 0.878472 0.011574 -vt 0.878332 0.011574 -vt 0.878437 0.011574 -vt 0.878472 0.011574 -vt 0.878332 0.011574 -vt 0.878157 0.012007 -vt 0.878156 0.012007 -vt 0.878157 0.012007 -vt 0.878163 0.012007 -vt 0.878171 0.012007 -vt 0.878182 0.012007 -vt 0.878195 0.012007 -vt 0.878208 0.012007 -vt 0.878222 0.012007 -vt 0.878235 0.012007 -vt 0.878246 0.012007 -vt 0.878254 0.012007 -vt 0.878259 0.012007 -vt 0.878261 0.012007 -vt 0.878259 0.012007 -vt 0.878254 0.012007 -vt 0.878246 0.012007 -vt 0.878235 0.012007 -vt 0.878222 0.012007 -vt 0.878208 0.012007 -vt 0.878195 0.012007 -vt 0.878182 0.012007 -vt 0.878171 0.012007 -vt 0.878163 0.012007 -vt 0.878157 0.025889 -vt 0.878157 0.025455 -vt 0.878156 0.025889 -vt 0.878156 0.025455 -vt 0.878157 0.025889 -vt 0.878157 0.025455 -vt 0.878163 0.025889 -vt 0.878163 0.025455 -vt 0.878171 0.025889 -vt 0.878171 0.025455 -vt 0.878182 0.025889 -vt 0.878182 0.025455 -vt 0.878195 0.025889 -vt 0.878195 0.025455 -vt 0.878208 0.025889 -vt 0.878208 0.025455 -vt 0.878222 0.025889 -vt 0.878222 0.025455 -vt 0.878235 0.025889 -vt 0.878235 0.025455 -vt 0.878246 0.025889 -vt 0.878246 0.025455 -vt 0.878254 0.025889 -vt 0.878254 0.025455 -vt 0.878259 0.025889 -vt 0.878259 0.025455 -vt 0.878261 0.025889 -vt 0.878261 0.025455 -vt 0.878259 0.025889 -vt 0.878259 0.025455 -vt 0.878254 0.025889 -vt 0.878254 0.025455 -vt 0.878246 0.025889 -vt 0.878246 0.025455 -vt 0.878235 0.025889 -vt 0.878235 0.025455 -vt 0.878222 0.025889 -vt 0.878222 0.025455 -vt 0.878208 0.025889 -vt 0.878208 0.025455 -vt 0.878195 0.025889 -vt 0.878195 0.025455 -vt 0.878182 0.025889 -vt 0.878182 0.025455 -vt 0.878171 0.025889 -vt 0.878171 0.025455 -vt 0.878163 0.025889 -vt 0.878163 0.025455 -vt 0.878156 0.012441 -vt 0.878157 0.012441 -vt 0.878163 0.012441 -vt 0.878171 0.012441 -vt 0.878182 0.012441 -vt 0.878195 0.012441 -vt 0.878208 0.012441 -vt 0.878222 0.012441 -vt 0.878235 0.012441 -vt 0.878246 0.012441 -vt 0.878254 0.012441 -vt 0.878259 0.012441 -vt 0.878261 0.012441 -vt 0.878259 0.012441 -vt 0.878254 0.012441 -vt 0.878246 0.012441 -vt 0.878235 0.012441 -vt 0.878222 0.012441 -vt 0.878208 0.012441 -vt 0.878195 0.012441 -vt 0.878182 0.012441 -vt 0.878171 0.012441 -vt 0.878163 0.012441 -vt 0.878157 0.012441 -vt 0.878156 0.012875 -vt 0.878157 0.012875 -vt 0.878163 0.012875 -vt 0.878171 0.012875 -vt 0.878182 0.012875 -vt 0.878195 0.012875 -vt 0.878208 0.012875 -vt 0.878222 0.012875 -vt 0.878235 0.012875 -vt 0.878246 0.012875 -vt 0.878254 0.012875 -vt 0.878259 0.012875 -vt 0.878261 0.012875 -vt 0.878259 0.012875 -vt 0.878254 0.012875 -vt 0.878246 0.012875 -vt 0.878235 0.012875 -vt 0.878222 0.012875 -vt 0.878208 0.012875 -vt 0.878195 0.012875 -vt 0.878182 0.012875 -vt 0.878171 0.012875 -vt 0.878163 0.012875 -vt 0.878157 0.012875 -vt 0.878156 0.013309 -vt 0.878157 0.013309 -vt 0.878163 0.013309 -vt 0.878171 0.013309 -vt 0.878182 0.013309 -vt 0.878195 0.013309 -vt 0.878208 0.013309 -vt 0.878222 0.013309 -vt 0.878235 0.013309 -vt 0.878246 0.013309 -vt 0.878254 0.013309 -vt 0.878259 0.013309 -vt 0.878261 0.013309 -vt 0.878259 0.013309 -vt 0.878254 0.013309 -vt 0.878246 0.013309 -vt 0.878235 0.013309 -vt 0.878222 0.013309 -vt 0.878208 0.013309 -vt 0.878195 0.013309 -vt 0.878182 0.013309 -vt 0.878171 0.013309 -vt 0.878163 0.013309 -vt 0.878157 0.013309 -vt 0.878156 0.013743 -vt 0.878157 0.013743 -vt 0.878163 0.013743 -vt 0.878171 0.013743 -vt 0.878182 0.013743 -vt 0.878195 0.013743 -vt 0.878208 0.013743 -vt 0.878222 0.013743 -vt 0.878235 0.013743 -vt 0.878246 0.013743 -vt 0.878254 0.013743 -vt 0.878259 0.013743 -vt 0.878261 0.013743 -vt 0.878259 0.013743 -vt 0.878254 0.013743 -vt 0.878246 0.013743 -vt 0.878235 0.013743 -vt 0.878222 0.013743 -vt 0.878208 0.013743 -vt 0.878195 0.013743 -vt 0.878182 0.013743 -vt 0.878171 0.013743 -vt 0.878163 0.013743 -vt 0.878157 0.013743 -vt 0.878156 0.014176 -vt 0.878157 0.014176 -vt 0.878163 0.014176 -vt 0.878171 0.014176 -vt 0.878182 0.014176 -vt 0.878195 0.014176 -vt 0.878208 0.014176 -vt 0.878222 0.014176 -vt 0.878235 0.014176 -vt 0.878246 0.014176 -vt 0.878254 0.014176 -vt 0.878259 0.014176 -vt 0.878261 0.014176 -vt 0.878259 0.014176 -vt 0.878254 0.014176 -vt 0.878246 0.014176 -vt 0.878235 0.014176 -vt 0.878222 0.014176 -vt 0.878208 0.014176 -vt 0.878195 0.014176 -vt 0.878182 0.014176 -vt 0.878171 0.014176 -vt 0.878163 0.014176 -vt 0.878157 0.014176 -vt 0.878156 0.014610 -vt 0.878157 0.014610 -vt 0.878163 0.014610 -vt 0.878171 0.014610 -vt 0.878182 0.014610 -vt 0.878195 0.014610 -vt 0.878208 0.014610 -vt 0.878222 0.014610 -vt 0.878235 0.014610 -vt 0.878246 0.014610 -vt 0.878254 0.014610 -vt 0.878259 0.014610 -vt 0.878261 0.014610 -vt 0.878259 0.014610 -vt 0.878254 0.014610 -vt 0.878246 0.014610 -vt 0.878235 0.014610 -vt 0.878222 0.014610 -vt 0.878208 0.014610 -vt 0.878195 0.014610 -vt 0.878182 0.014610 -vt 0.878171 0.014610 -vt 0.878163 0.014610 -vt 0.878157 0.014610 -vt 0.878156 0.015044 -vt 0.878157 0.015044 -vt 0.878163 0.015044 -vt 0.878171 0.015044 -vt 0.878182 0.015044 -vt 0.878195 0.015044 -vt 0.878208 0.015044 -vt 0.878222 0.015044 -vt 0.878235 0.015044 -vt 0.878246 0.015044 -vt 0.878254 0.015044 -vt 0.878259 0.015044 -vt 0.878261 0.015044 -vt 0.878259 0.015044 -vt 0.878254 0.015044 -vt 0.878246 0.015044 -vt 0.878235 0.015044 -vt 0.878222 0.015044 -vt 0.878208 0.015044 -vt 0.878195 0.015044 -vt 0.878182 0.015044 -vt 0.878171 0.015044 -vt 0.878163 0.015044 -vt 0.878157 0.015044 -vt 0.878156 0.015478 -vt 0.878157 0.015478 -vt 0.878163 0.015478 -vt 0.878171 0.015478 -vt 0.878182 0.015478 -vt 0.878195 0.015478 -vt 0.878208 0.015478 -vt 0.878222 0.015478 -vt 0.878235 0.015478 -vt 0.878246 0.015478 -vt 0.878254 0.015478 -vt 0.878259 0.015478 -vt 0.878261 0.015478 -vt 0.878259 0.015478 -vt 0.878254 0.015478 -vt 0.878246 0.015478 -vt 0.878235 0.015478 -vt 0.878222 0.015478 -vt 0.878208 0.015478 -vt 0.878195 0.015478 -vt 0.878182 0.015478 -vt 0.878171 0.015478 -vt 0.878163 0.015478 -vt 0.878157 0.015478 -vt 0.878156 0.015912 -vt 0.878157 0.015912 -vt 0.878163 0.015912 -vt 0.878171 0.015912 -vt 0.878182 0.015912 -vt 0.878195 0.015912 -vt 0.878208 0.015912 -vt 0.878222 0.015912 -vt 0.878235 0.015912 -vt 0.878246 0.015912 -vt 0.878254 0.015912 -vt 0.878259 0.015912 -vt 0.878261 0.015912 -vt 0.878259 0.015912 -vt 0.878254 0.015912 -vt 0.878246 0.015912 -vt 0.878235 0.015912 -vt 0.878222 0.015912 -vt 0.878208 0.015912 -vt 0.878195 0.015912 -vt 0.878182 0.015912 -vt 0.878171 0.015912 -vt 0.878163 0.015912 -vt 0.878157 0.015912 -vt 0.878156 0.016345 -vt 0.878157 0.016345 -vt 0.878163 0.016345 -vt 0.878171 0.016345 -vt 0.878182 0.016345 -vt 0.878195 0.016345 -vt 0.878208 0.016345 -vt 0.878222 0.016345 -vt 0.878235 0.016345 -vt 0.878246 0.016345 -vt 0.878254 0.016345 -vt 0.878259 0.016345 -vt 0.878261 0.016345 -vt 0.878259 0.016345 -vt 0.878254 0.016345 -vt 0.878246 0.016345 -vt 0.878235 0.016345 -vt 0.878222 0.016345 -vt 0.878208 0.016345 -vt 0.878195 0.016345 -vt 0.878182 0.016345 -vt 0.878171 0.016345 -vt 0.878163 0.016345 -vt 0.878157 0.016345 -vt 0.878156 0.016779 -vt 0.878157 0.016779 -vt 0.878163 0.016779 -vt 0.878171 0.016779 -vt 0.878182 0.016779 -vt 0.878195 0.016779 -vt 0.878208 0.016779 -vt 0.878222 0.016779 -vt 0.878235 0.016779 -vt 0.878246 0.016779 -vt 0.878254 0.016779 -vt 0.878259 0.016779 -vt 0.878261 0.016779 -vt 0.878259 0.016779 -vt 0.878254 0.016779 -vt 0.878246 0.016779 -vt 0.878235 0.016779 -vt 0.878222 0.016779 -vt 0.878208 0.016779 -vt 0.878195 0.016779 -vt 0.878182 0.016779 -vt 0.878171 0.016779 -vt 0.878163 0.016779 -vt 0.878157 0.016779 -vt 0.878156 0.017213 -vt 0.878157 0.017213 -vt 0.878163 0.017213 -vt 0.878171 0.017213 -vt 0.878182 0.017213 -vt 0.878195 0.017213 -vt 0.878208 0.017213 -vt 0.878222 0.017213 -vt 0.878235 0.017213 -vt 0.878246 0.017213 -vt 0.878254 0.017213 -vt 0.878259 0.017213 -vt 0.878261 0.017213 -vt 0.878259 0.017213 -vt 0.878254 0.017213 -vt 0.878246 0.017213 -vt 0.878235 0.017213 -vt 0.878222 0.017213 -vt 0.878208 0.017213 -vt 0.878195 0.017213 -vt 0.878182 0.017213 -vt 0.878171 0.017213 -vt 0.878163 0.017213 -vt 0.878157 0.017213 -vt 0.878156 0.017647 -vt 0.878157 0.017647 -vt 0.878163 0.017647 -vt 0.878171 0.017647 -vt 0.878182 0.017647 -vt 0.878195 0.017647 -vt 0.878208 0.017647 -vt 0.878222 0.017647 -vt 0.878235 0.017647 -vt 0.878246 0.017647 -vt 0.878254 0.017647 -vt 0.878259 0.017647 -vt 0.878261 0.017647 -vt 0.878259 0.017647 -vt 0.878254 0.017647 -vt 0.878246 0.017647 -vt 0.878235 0.017647 -vt 0.878222 0.017647 -vt 0.878208 0.017647 -vt 0.878195 0.017647 -vt 0.878182 0.017647 -vt 0.878171 0.017647 -vt 0.878163 0.017647 -vt 0.878157 0.017647 -vt 0.878156 0.018081 -vt 0.878157 0.018081 -vt 0.878163 0.018081 -vt 0.878171 0.018081 -vt 0.878182 0.018081 -vt 0.878195 0.018081 -vt 0.878208 0.018081 -vt 0.878222 0.018081 -vt 0.878235 0.018081 -vt 0.878246 0.018081 -vt 0.878254 0.018081 -vt 0.878259 0.018081 -vt 0.878261 0.018081 -vt 0.878259 0.018081 -vt 0.878254 0.018081 -vt 0.878246 0.018081 -vt 0.878235 0.018081 -vt 0.878222 0.018081 -vt 0.878208 0.018081 -vt 0.878195 0.018081 -vt 0.878182 0.018081 -vt 0.878171 0.018081 -vt 0.878163 0.018081 -vt 0.878157 0.018081 -vt 0.878156 0.018514 -vt 0.878157 0.018514 -vt 0.878163 0.018514 -vt 0.878171 0.018514 -vt 0.878182 0.018514 -vt 0.878195 0.018514 -vt 0.878208 0.018514 -vt 0.878222 0.018514 -vt 0.878235 0.018514 -vt 0.878246 0.018514 -vt 0.878254 0.018514 -vt 0.878259 0.018514 -vt 0.878261 0.018514 -vt 0.878259 0.018514 -vt 0.878254 0.018514 -vt 0.878246 0.018514 -vt 0.878235 0.018514 -vt 0.878222 0.018514 -vt 0.878208 0.018514 -vt 0.878195 0.018514 -vt 0.878182 0.018514 -vt 0.878171 0.018514 -vt 0.878163 0.018514 -vt 0.878157 0.018514 -vt 0.878156 0.018948 -vt 0.878157 0.018948 -vt 0.878163 0.018948 -vt 0.878171 0.018948 -vt 0.878182 0.018948 -vt 0.878195 0.018948 -vt 0.878208 0.018948 -vt 0.878222 0.018948 -vt 0.878235 0.018948 -vt 0.878246 0.018948 -vt 0.878254 0.018948 -vt 0.878259 0.018948 -vt 0.878261 0.018948 -vt 0.878259 0.018948 -vt 0.878254 0.018948 -vt 0.878246 0.018948 -vt 0.878235 0.018948 -vt 0.878222 0.018948 -vt 0.878208 0.018948 -vt 0.878195 0.018948 -vt 0.878182 0.018948 -vt 0.878171 0.018948 -vt 0.878163 0.018948 -vt 0.878157 0.018948 -vt 0.878156 0.019382 -vt 0.878157 0.019382 -vt 0.878163 0.019382 -vt 0.878171 0.019382 -vt 0.878182 0.019382 -vt 0.878195 0.019382 -vt 0.878208 0.019382 -vt 0.878222 0.019382 -vt 0.878235 0.019382 -vt 0.878246 0.019382 -vt 0.878254 0.019382 -vt 0.878259 0.019382 -vt 0.878261 0.019382 -vt 0.878259 0.019382 -vt 0.878254 0.019382 -vt 0.878246 0.019382 -vt 0.878235 0.019382 -vt 0.878222 0.019382 -vt 0.878208 0.019382 -vt 0.878195 0.019382 -vt 0.878182 0.019382 -vt 0.878171 0.019382 -vt 0.878163 0.019382 -vt 0.878157 0.019382 -vt 0.878156 0.019816 -vt 0.878157 0.019816 -vt 0.878163 0.019816 -vt 0.878171 0.019816 -vt 0.878182 0.019816 -vt 0.878195 0.019816 -vt 0.878208 0.019816 -vt 0.878222 0.019816 -vt 0.878235 0.019816 -vt 0.878246 0.019816 -vt 0.878254 0.019816 -vt 0.878259 0.019816 -vt 0.878261 0.019816 -vt 0.878259 0.019816 -vt 0.878254 0.019816 -vt 0.878246 0.019816 -vt 0.878235 0.019816 -vt 0.878222 0.019816 -vt 0.878208 0.019816 -vt 0.878195 0.019816 -vt 0.878182 0.019816 -vt 0.878171 0.019816 -vt 0.878163 0.019816 -vt 0.878157 0.019816 -vt 0.878156 0.020250 -vt 0.878157 0.020250 -vt 0.878163 0.020250 -vt 0.878171 0.020250 -vt 0.878182 0.020250 -vt 0.878195 0.020250 -vt 0.878208 0.020250 -vt 0.878222 0.020250 -vt 0.878235 0.020250 -vt 0.878246 0.020250 -vt 0.878254 0.020250 -vt 0.878259 0.020250 -vt 0.878261 0.020250 -vt 0.878259 0.020250 -vt 0.878254 0.020250 -vt 0.878246 0.020250 -vt 0.878235 0.020250 -vt 0.878222 0.020250 -vt 0.878208 0.020250 -vt 0.878195 0.020250 -vt 0.878182 0.020250 -vt 0.878171 0.020250 -vt 0.878163 0.020250 -vt 0.878157 0.020250 -vt 0.878156 0.020683 -vt 0.878157 0.020683 -vt 0.878163 0.020683 -vt 0.878171 0.020683 -vt 0.878182 0.020683 -vt 0.878195 0.020683 -vt 0.878208 0.020683 -vt 0.878222 0.020683 -vt 0.878235 0.020683 -vt 0.878246 0.020683 -vt 0.878254 0.020683 -vt 0.878259 0.020683 -vt 0.878261 0.020683 -vt 0.878259 0.020683 -vt 0.878254 0.020683 -vt 0.878246 0.020683 -vt 0.878235 0.020683 -vt 0.878222 0.020683 -vt 0.878208 0.020683 -vt 0.878195 0.020683 -vt 0.878182 0.020683 -vt 0.878171 0.020683 -vt 0.878163 0.020683 -vt 0.878157 0.020683 -vt 0.878156 0.021117 -vt 0.878157 0.021117 -vt 0.878163 0.021117 -vt 0.878171 0.021117 -vt 0.878182 0.021117 -vt 0.878195 0.021117 -vt 0.878208 0.021117 -vt 0.878222 0.021117 -vt 0.878235 0.021117 -vt 0.878246 0.021117 -vt 0.878254 0.021117 -vt 0.878259 0.021117 -vt 0.878261 0.021117 -vt 0.878259 0.021117 -vt 0.878254 0.021117 -vt 0.878246 0.021117 -vt 0.878235 0.021117 -vt 0.878222 0.021117 -vt 0.878208 0.021117 -vt 0.878195 0.021117 -vt 0.878182 0.021117 -vt 0.878171 0.021117 -vt 0.878163 0.021117 -vt 0.878157 0.021117 -vt 0.878156 0.021551 -vt 0.878157 0.021551 -vt 0.878163 0.021551 -vt 0.878171 0.021551 -vt 0.878182 0.021551 -vt 0.878195 0.021551 -vt 0.878208 0.021551 -vt 0.878222 0.021551 -vt 0.878235 0.021551 -vt 0.878246 0.021551 -vt 0.878254 0.021551 -vt 0.878259 0.021551 -vt 0.878261 0.021551 -vt 0.878259 0.021551 -vt 0.878254 0.021551 -vt 0.878246 0.021551 -vt 0.878235 0.021551 -vt 0.878222 0.021551 -vt 0.878208 0.021551 -vt 0.878195 0.021551 -vt 0.878182 0.021551 -vt 0.878171 0.021551 -vt 0.878163 0.021551 -vt 0.878157 0.021551 -vt 0.878156 0.021985 -vt 0.878157 0.021985 -vt 0.878163 0.021985 -vt 0.878171 0.021985 -vt 0.878182 0.021985 -vt 0.878195 0.021985 -vt 0.878208 0.021985 -vt 0.878222 0.021985 -vt 0.878235 0.021985 -vt 0.878246 0.021985 -vt 0.878254 0.021985 -vt 0.878259 0.021985 -vt 0.878261 0.021985 -vt 0.878259 0.021985 -vt 0.878254 0.021985 -vt 0.878246 0.021985 -vt 0.878235 0.021985 -vt 0.878222 0.021985 -vt 0.878208 0.021985 -vt 0.878195 0.021985 -vt 0.878182 0.021985 -vt 0.878171 0.021985 -vt 0.878163 0.021985 -vt 0.878157 0.021985 -vt 0.878156 0.022419 -vt 0.878157 0.022419 -vt 0.878163 0.022419 -vt 0.878171 0.022419 -vt 0.878182 0.022419 -vt 0.878195 0.022419 -vt 0.878208 0.022419 -vt 0.878222 0.022419 -vt 0.878235 0.022419 -vt 0.878246 0.022419 -vt 0.878254 0.022419 -vt 0.878259 0.022419 -vt 0.878261 0.022419 -vt 0.878259 0.022419 -vt 0.878254 0.022419 -vt 0.878246 0.022419 -vt 0.878235 0.022419 -vt 0.878222 0.022419 -vt 0.878208 0.022419 -vt 0.878195 0.022419 -vt 0.878182 0.022419 -vt 0.878171 0.022419 -vt 0.878163 0.022419 -vt 0.878157 0.022419 -vt 0.878156 0.022852 -vt 0.878157 0.022852 -vt 0.878163 0.022852 -vt 0.878171 0.022852 -vt 0.878182 0.022852 -vt 0.878195 0.022852 -vt 0.878208 0.022852 -vt 0.878222 0.022852 -vt 0.878235 0.022852 -vt 0.878246 0.022852 -vt 0.878254 0.022852 -vt 0.878259 0.022852 -vt 0.878261 0.022852 -vt 0.878259 0.022852 -vt 0.878254 0.022852 -vt 0.878246 0.022852 -vt 0.878235 0.022852 -vt 0.878222 0.022852 -vt 0.878208 0.022852 -vt 0.878195 0.022852 -vt 0.878182 0.022852 -vt 0.878171 0.022852 -vt 0.878163 0.022852 -vt 0.878157 0.022852 -vt 0.878156 0.023286 -vt 0.878157 0.023286 -vt 0.878163 0.023286 -vt 0.878171 0.023286 -vt 0.878182 0.023286 -vt 0.878195 0.023286 -vt 0.878208 0.023286 -vt 0.878222 0.023286 -vt 0.878235 0.023286 -vt 0.878246 0.023286 -vt 0.878254 0.023286 -vt 0.878259 0.023286 -vt 0.878261 0.023286 -vt 0.878259 0.023286 -vt 0.878254 0.023286 -vt 0.878246 0.023286 -vt 0.878235 0.023286 -vt 0.878222 0.023286 -vt 0.878208 0.023286 -vt 0.878195 0.023286 -vt 0.878182 0.023286 -vt 0.878171 0.023286 -vt 0.878163 0.023286 -vt 0.878157 0.023286 -vt 0.878156 0.023720 -vt 0.878157 0.023720 -vt 0.878163 0.023720 -vt 0.878171 0.023720 -vt 0.878182 0.023720 -vt 0.878195 0.023720 -vt 0.878208 0.023720 -vt 0.878222 0.023720 -vt 0.878235 0.023720 -vt 0.878246 0.023720 -vt 0.878254 0.023720 -vt 0.878259 0.023720 -vt 0.878261 0.023720 -vt 0.878259 0.023720 -vt 0.878254 0.023720 -vt 0.878246 0.023720 -vt 0.878235 0.023720 -vt 0.878222 0.023720 -vt 0.878208 0.023720 -vt 0.878195 0.023720 -vt 0.878182 0.023720 -vt 0.878171 0.023720 -vt 0.878163 0.023720 -vt 0.878157 0.023720 -vt 0.878156 0.024154 -vt 0.878157 0.024154 -vt 0.878163 0.024154 -vt 0.878171 0.024154 -vt 0.878182 0.024154 -vt 0.878195 0.024154 -vt 0.878208 0.024154 -vt 0.878222 0.024154 -vt 0.878235 0.024154 -vt 0.878246 0.024154 -vt 0.878254 0.024154 -vt 0.878259 0.024154 -vt 0.878261 0.024154 -vt 0.878259 0.024154 -vt 0.878254 0.024154 -vt 0.878246 0.024154 -vt 0.878235 0.024154 -vt 0.878222 0.024154 -vt 0.878208 0.024154 -vt 0.878195 0.024154 -vt 0.878182 0.024154 -vt 0.878171 0.024154 -vt 0.878163 0.024154 -vt 0.878157 0.024154 -vt 0.878156 0.024588 -vt 0.878157 0.024588 -vt 0.878163 0.024588 -vt 0.878171 0.024588 -vt 0.878182 0.024588 -vt 0.878195 0.024588 -vt 0.878208 0.024588 -vt 0.878222 0.024588 -vt 0.878235 0.024588 -vt 0.878246 0.024588 -vt 0.878254 0.024588 -vt 0.878259 0.024588 -vt 0.878261 0.024588 -vt 0.878259 0.024588 -vt 0.878254 0.024588 -vt 0.878246 0.024588 -vt 0.878235 0.024588 -vt 0.878222 0.024588 -vt 0.878208 0.024588 -vt 0.878195 0.024588 -vt 0.878182 0.024588 -vt 0.878171 0.024588 -vt 0.878163 0.024588 -vt 0.878157 0.024588 -vt 0.878156 0.025021 -vt 0.878157 0.025021 -vt 0.878163 0.025021 -vt 0.878171 0.025021 -vt 0.878182 0.025021 -vt 0.878195 0.025021 -vt 0.878208 0.025021 -vt 0.878222 0.025021 -vt 0.878235 0.025021 -vt 0.878246 0.025021 -vt 0.878254 0.025021 -vt 0.878259 0.025021 -vt 0.878261 0.025021 -vt 0.878259 0.025021 -vt 0.878254 0.025021 -vt 0.878246 0.025021 -vt 0.878235 0.025021 -vt 0.878222 0.025021 -vt 0.878208 0.025021 -vt 0.878195 0.025021 -vt 0.878182 0.025021 -vt 0.878171 0.025021 -vt 0.878163 0.025021 -vt 0.878157 0.025021 -vt 0.877980 0.025889 -vt 0.877980 0.025889 -vt 0.878113 0.025889 -vt 0.878106 0.018731 -vt 0.878106 0.018016 -vt 0.878106 0.017300 -vt 0.878103 0.017300 -vt 0.878103 0.016584 -vt 0.878106 0.016584 -vt 0.878106 0.015868 -vt 0.878106 0.015152 -vt 0.878106 0.014437 -vt 0.878103 0.015152 -vt 0.878103 0.014437 -vt 0.878106 0.015152 -vt 0.878106 0.014437 -vt 0.878106 0.013721 -vt 0.878106 0.013005 -vt 0.878103 0.013005 -vt 0.878103 0.012289 -vt 0.878106 0.012289 -vt 0.878106 0.013005 -vt 0.878106 0.013721 -vt 0.878103 0.013721 -vt 0.878106 0.025889 -vt 0.878106 0.025173 -vt 0.878106 0.024457 -vt 0.878106 0.023742 -vt 0.878103 0.023742 -vt 0.878103 0.023026 -vt 0.878106 0.023026 -vt 0.878106 0.022310 -vt 0.878113 0.025889 -vt 0.878106 0.021594 -vt 0.878106 0.020879 -vt 0.878103 0.021594 -vt 0.878103 0.020879 -vt 0.878106 0.021594 -vt 0.878106 0.020879 -vt 0.878106 0.020163 -vt 0.878106 0.019447 -vt 0.878103 0.019447 -vt 0.878103 0.018731 -vt 0.878106 0.018731 -vt 0.878106 0.018016 -vt 0.878106 0.017300 -vt 0.878103 0.025173 -vt 0.878103 0.025889 -vt 0.878106 0.025173 -vt 0.878106 0.025889 -vt 0.878106 0.019447 -vt 0.878106 0.020163 -vt 0.878103 0.020163 -vt 0.878106 0.012289 -vt 0.878103 0.024457 -vt 0.878106 0.024457 -vt 0.878106 0.023026 -vt 0.878106 0.022310 -vt 0.878103 0.022310 -vt 0.878103 0.018016 -vt 0.878106 0.016584 -vt 0.878106 0.015868 -vt 0.878103 0.015868 -vt 0.878106 0.023742 -vt 0.877980 0.025889 -vt 0.877980 0.025889 -vt 0.877945 0.025889 -vt 0.877945 0.025889 -vt 0.878085 0.025889 -vt 0.878085 0.025889 -vt 0.878030 0.025889 -vt 0.878163 0.025889 -vt 0.878185 0.018731 -vt 0.878185 0.018016 -vt 0.878185 0.017300 -vt 0.878208 0.017300 -vt 0.878208 0.016584 -vt 0.878232 0.016584 -vt 0.878232 0.015868 -vt 0.878232 0.015152 -vt 0.878232 0.014437 -vt 0.878208 0.015152 -vt 0.878208 0.014437 -vt 0.878185 0.015152 -vt 0.878185 0.014437 -vt 0.878185 0.013721 -vt 0.878185 0.013005 -vt 0.878208 0.013005 -vt 0.878208 0.012289 -vt 0.878232 0.012289 -vt 0.878232 0.013005 -vt 0.878232 0.013721 -vt 0.878208 0.013721 -vt 0.878185 0.025889 -vt 0.878185 0.025173 -vt 0.878185 0.024457 -vt 0.878185 0.023742 -vt 0.878208 0.023742 -vt 0.878208 0.023026 -vt 0.878232 0.023026 -vt 0.878232 0.022310 -vt 0.878254 0.025889 -vt 0.878232 0.021594 -vt 0.878232 0.020879 -vt 0.878208 0.021594 -vt 0.878208 0.020879 -vt 0.878185 0.021594 -vt 0.878185 0.020879 -vt 0.878185 0.020163 -vt 0.878185 0.019447 -vt 0.878208 0.019447 -vt 0.878208 0.018731 -vt 0.878232 0.018731 -vt 0.878232 0.018016 -vt 0.878232 0.017300 -vt 0.878208 0.025173 -vt 0.878208 0.025889 -vt 0.878232 0.025173 -vt 0.878232 0.025889 -vt 0.878232 0.019447 -vt 0.878232 0.020163 -vt 0.878208 0.020163 -vt 0.878185 0.012289 -vt 0.878208 0.024457 -vt 0.878232 0.024457 -vt 0.878185 0.023026 -vt 0.878185 0.022310 -vt 0.878208 0.022310 -vt 0.878208 0.018016 -vt 0.878185 0.016584 -vt 0.878185 0.015868 -vt 0.878208 0.015868 -vt 0.878232 0.023742 -vt 0.878387 0.025889 -vt 0.878332 0.025889 -vt 0.878332 0.025889 -vt 0.878472 0.025889 -vt 0.878472 0.025889 -vt 0.878437 0.025889 -vt 0.878437 0.025889 -vt 0.878304 0.025889 -vt 0.878311 0.018731 -vt 0.878311 0.018016 -vt 0.878311 0.017300 -vt 0.878314 0.017300 -vt 0.878314 0.016584 -vt 0.878311 0.016584 -vt 0.878311 0.015868 -vt 0.878311 0.015152 -vt 0.878311 0.014437 -vt 0.878314 0.015152 -vt 0.878314 0.014437 -vt 0.878311 0.015152 -vt 0.878311 0.014437 -vt 0.878311 0.013721 -vt 0.878311 0.013005 -vt 0.878314 0.013005 -vt 0.878314 0.012289 -vt 0.878311 0.012289 -vt 0.878311 0.013005 -vt 0.878311 0.013721 -vt 0.878314 0.013721 -vt 0.878311 0.025889 -vt 0.878311 0.025173 -vt 0.878311 0.024457 -vt 0.878311 0.023742 -vt 0.878314 0.023742 -vt 0.878314 0.023026 -vt 0.878311 0.023026 -vt 0.878311 0.022310 -vt 0.878304 0.025889 -vt 0.878311 0.021594 -vt 0.878311 0.020879 -vt 0.878314 0.021594 -vt 0.878314 0.020879 -vt 0.878311 0.021594 -vt 0.878311 0.020879 -vt 0.878311 0.020163 -vt 0.878311 0.019447 -vt 0.878314 0.019447 -vt 0.878314 0.018731 -vt 0.878311 0.018731 -vt 0.878311 0.018016 -vt 0.878311 0.017300 -vt 0.878314 0.025173 -vt 0.878314 0.025889 -vt 0.878311 0.025173 -vt 0.878311 0.025889 -vt 0.878311 0.019447 -vt 0.878311 0.020163 -vt 0.878314 0.020163 -vt 0.878311 0.012289 -vt 0.878314 0.024457 -vt 0.878311 0.024457 -vt 0.878311 0.023026 -vt 0.878311 0.022310 -vt 0.878314 0.022310 -vt 0.878314 0.018016 -vt 0.878311 0.016584 -vt 0.878311 0.015868 -vt 0.878314 0.015868 -vt 0.878311 0.023742 -vt 0.878437 0.025889 -vt 0.878437 0.025889 -vt 0.878472 0.025889 -vt 0.878472 0.025889 -vt 0.878332 0.025889 -vt 0.878332 0.025889 -vt 0.878387 0.025889 -vt 0.878254 0.025889 -vt 0.878232 0.018731 -vt 0.878232 0.018016 -vt 0.878232 0.017300 -vt 0.878208 0.017300 -vt 0.878208 0.016584 -vt 0.878185 0.016584 -vt 0.878185 0.015868 -vt 0.878185 0.015152 -vt 0.878185 0.014437 -vt 0.878208 0.015152 -vt 0.878208 0.014437 -vt 0.878232 0.015152 -vt 0.878232 0.014437 -vt 0.878232 0.013721 -vt 0.878232 0.013005 -vt 0.878208 0.013005 -vt 0.878208 0.012289 -vt 0.878185 0.012289 -vt 0.878185 0.013005 -vt 0.878185 0.013721 -vt 0.878208 0.013721 -vt 0.878232 0.025889 -vt 0.878232 0.025173 -vt 0.878232 0.024457 -vt 0.878232 0.023742 -vt 0.878208 0.023742 -vt 0.878208 0.023026 -vt 0.878185 0.023026 -vt 0.878185 0.022310 -vt 0.878163 0.025889 -vt 0.878185 0.021594 -vt 0.878185 0.020879 -vt 0.878208 0.021594 -vt 0.878208 0.020879 -vt 0.878232 0.021594 -vt 0.878232 0.020879 -vt 0.878232 0.020163 -vt 0.878232 0.019447 -vt 0.878208 0.019447 -vt 0.878208 0.018731 -vt 0.878185 0.018731 -vt 0.878185 0.018016 -vt 0.878185 0.017300 -vt 0.878208 0.025173 -vt 0.878208 0.025889 -vt 0.878185 0.025173 -vt 0.878185 0.025889 -vt 0.878185 0.019447 -vt 0.878185 0.020163 -vt 0.878208 0.020163 -vt 0.878232 0.012289 -vt 0.878208 0.024457 -vt 0.878185 0.024457 -vt 0.878232 0.023026 -vt 0.878232 0.022310 -vt 0.878208 0.022310 -vt 0.878208 0.018016 -vt 0.878232 0.016584 -vt 0.878232 0.015868 -vt 0.878208 0.015868 -vt 0.878185 0.023742 -vt 0.878030 0.025889 -vt 0.878085 0.025889 -vt 0.878085 0.025889 -vt 0.877945 0.025889 -vt 0.877945 0.025889 -vt 0.878085 0.025889 -vt 0.878332 0.025889 -vt 0.888461 0.011574 -vt 0.888539 0.011574 -vt 0.888489 0.011574 -vt 0.888356 0.011574 -vt 0.888406 0.011574 -vt 0.888321 0.011574 -vt 0.888461 0.011574 -vt 0.888534 0.011574 -vt 0.888482 0.011574 -vt 0.888532 0.011574 -vt 0.888479 0.011574 -vt 0.888482 0.011574 -vt 0.888489 0.011574 -vt 0.888539 0.011574 -vt 0.888547 0.011574 -vt 0.888539 0.011574 -vt 0.888558 0.011574 -vt 0.888571 0.011574 -vt 0.888561 0.011574 -vt 0.888584 0.011574 -vt 0.888584 0.011574 -vt 0.888608 0.011574 -vt 0.888598 0.011574 -vt 0.888630 0.011574 -vt 0.888611 0.011574 -vt 0.888622 0.011574 -vt 0.888680 0.011574 -vt 0.888630 0.011574 -vt 0.888636 0.011574 -vt 0.888687 0.011574 -vt 0.888637 0.011574 -vt 0.888690 0.011574 -vt 0.888687 0.011574 -vt 0.888636 0.011574 -vt 0.888680 0.011574 -vt 0.888630 0.011574 -vt 0.888622 0.011574 -vt 0.888630 0.011574 -vt 0.888611 0.011574 -vt 0.888598 0.011574 -vt 0.888608 0.011574 -vt 0.888584 0.011574 -vt 0.888584 0.011574 -vt 0.888561 0.011574 -vt 0.888571 0.011574 -vt 0.888558 0.011574 -vt 0.888547 0.011574 -vt 0.888539 0.011574 -vt 0.888534 0.011574 -vt 0.888708 0.011574 -vt 0.888763 0.011574 -vt 0.888813 0.011574 -vt 0.888356 0.011574 -vt 0.888356 0.011574 -vt 0.888321 0.011574 -vt 0.888321 0.011574 -vt 0.888406 0.011574 -vt 0.888461 0.011574 -vt 0.888461 0.011574 -vt 0.888356 0.011574 -vt 0.888321 0.011574 -vt 0.888461 0.011574 -vt 0.888708 0.011574 -vt 0.888708 0.011574 -vt 0.888848 0.011574 -vt 0.888848 0.011574 -vt 0.888813 0.011574 -vt 0.888813 0.011574 -vt 0.888763 0.011574 -vt 0.888848 0.011574 -vt 0.888708 0.011574 -vt 0.888813 0.011574 -vt 0.888848 0.011574 -vt 0.888708 0.011574 -vt 0.888534 0.012007 -vt 0.888532 0.012007 -vt 0.888534 0.012007 -vt 0.888539 0.012007 -vt 0.888547 0.012007 -vt 0.888558 0.012007 -vt 0.888571 0.012007 -vt 0.888584 0.012007 -vt 0.888598 0.012007 -vt 0.888611 0.012007 -vt 0.888622 0.012007 -vt 0.888630 0.012007 -vt 0.888636 0.012007 -vt 0.888637 0.012007 -vt 0.888636 0.012007 -vt 0.888630 0.012007 -vt 0.888622 0.012007 -vt 0.888611 0.012007 -vt 0.888598 0.012007 -vt 0.888584 0.012007 -vt 0.888571 0.012007 -vt 0.888558 0.012007 -vt 0.888547 0.012007 -vt 0.888539 0.012007 -vt 0.888534 0.025889 -vt 0.888534 0.025455 -vt 0.888532 0.025889 -vt 0.888532 0.025455 -vt 0.888534 0.025889 -vt 0.888534 0.025455 -vt 0.888539 0.025889 -vt 0.888539 0.025455 -vt 0.888547 0.025889 -vt 0.888547 0.025455 -vt 0.888558 0.025889 -vt 0.888558 0.025455 -vt 0.888571 0.025889 -vt 0.888571 0.025455 -vt 0.888584 0.025889 -vt 0.888584 0.025455 -vt 0.888598 0.025889 -vt 0.888598 0.025455 -vt 0.888611 0.025889 -vt 0.888611 0.025455 -vt 0.888622 0.025889 -vt 0.888622 0.025455 -vt 0.888630 0.025889 -vt 0.888630 0.025455 -vt 0.888636 0.025889 -vt 0.888636 0.025455 -vt 0.888637 0.025889 -vt 0.888637 0.025455 -vt 0.888636 0.025889 -vt 0.888636 0.025455 -vt 0.888630 0.025889 -vt 0.888630 0.025455 -vt 0.888622 0.025889 -vt 0.888622 0.025455 -vt 0.888611 0.025889 -vt 0.888611 0.025455 -vt 0.888598 0.025889 -vt 0.888598 0.025455 -vt 0.888584 0.025889 -vt 0.888584 0.025455 -vt 0.888571 0.025889 -vt 0.888571 0.025455 -vt 0.888558 0.025889 -vt 0.888558 0.025455 -vt 0.888547 0.025889 -vt 0.888547 0.025455 -vt 0.888539 0.025889 -vt 0.888539 0.025455 -vt 0.888532 0.012441 -vt 0.888534 0.012441 -vt 0.888539 0.012441 -vt 0.888547 0.012441 -vt 0.888558 0.012441 -vt 0.888571 0.012441 -vt 0.888584 0.012441 -vt 0.888598 0.012441 -vt 0.888611 0.012441 -vt 0.888622 0.012441 -vt 0.888630 0.012441 -vt 0.888636 0.012441 -vt 0.888637 0.012441 -vt 0.888636 0.012441 -vt 0.888630 0.012441 -vt 0.888622 0.012441 -vt 0.888611 0.012441 -vt 0.888598 0.012441 -vt 0.888584 0.012441 -vt 0.888571 0.012441 -vt 0.888558 0.012441 -vt 0.888547 0.012441 -vt 0.888539 0.012441 -vt 0.888534 0.012441 -vt 0.888532 0.012875 -vt 0.888534 0.012875 -vt 0.888539 0.012875 -vt 0.888547 0.012875 -vt 0.888558 0.012875 -vt 0.888571 0.012875 -vt 0.888584 0.012875 -vt 0.888598 0.012875 -vt 0.888611 0.012875 -vt 0.888622 0.012875 -vt 0.888630 0.012875 -vt 0.888636 0.012875 -vt 0.888637 0.012875 -vt 0.888636 0.012875 -vt 0.888630 0.012875 -vt 0.888622 0.012875 -vt 0.888611 0.012875 -vt 0.888598 0.012875 -vt 0.888584 0.012875 -vt 0.888571 0.012875 -vt 0.888558 0.012875 -vt 0.888547 0.012875 -vt 0.888539 0.012875 -vt 0.888534 0.012875 -vt 0.888532 0.013309 -vt 0.888534 0.013309 -vt 0.888539 0.013309 -vt 0.888547 0.013309 -vt 0.888558 0.013309 -vt 0.888571 0.013309 -vt 0.888584 0.013309 -vt 0.888598 0.013309 -vt 0.888611 0.013309 -vt 0.888622 0.013309 -vt 0.888630 0.013309 -vt 0.888636 0.013309 -vt 0.888637 0.013309 -vt 0.888636 0.013309 -vt 0.888630 0.013309 -vt 0.888622 0.013309 -vt 0.888611 0.013309 -vt 0.888598 0.013309 -vt 0.888584 0.013309 -vt 0.888571 0.013309 -vt 0.888558 0.013309 -vt 0.888547 0.013309 -vt 0.888539 0.013309 -vt 0.888534 0.013309 -vt 0.888532 0.013743 -vt 0.888534 0.013743 -vt 0.888539 0.013743 -vt 0.888547 0.013743 -vt 0.888558 0.013743 -vt 0.888571 0.013743 -vt 0.888584 0.013743 -vt 0.888598 0.013743 -vt 0.888611 0.013743 -vt 0.888622 0.013743 -vt 0.888630 0.013743 -vt 0.888636 0.013743 -vt 0.888637 0.013743 -vt 0.888636 0.013743 -vt 0.888630 0.013743 -vt 0.888622 0.013743 -vt 0.888611 0.013743 -vt 0.888598 0.013743 -vt 0.888584 0.013743 -vt 0.888571 0.013743 -vt 0.888558 0.013743 -vt 0.888547 0.013743 -vt 0.888539 0.013743 -vt 0.888534 0.013743 -vt 0.888532 0.014176 -vt 0.888534 0.014176 -vt 0.888539 0.014176 -vt 0.888547 0.014176 -vt 0.888558 0.014176 -vt 0.888571 0.014176 -vt 0.888584 0.014176 -vt 0.888598 0.014176 -vt 0.888611 0.014176 -vt 0.888622 0.014176 -vt 0.888630 0.014176 -vt 0.888636 0.014176 -vt 0.888637 0.014176 -vt 0.888636 0.014176 -vt 0.888630 0.014176 -vt 0.888622 0.014176 -vt 0.888611 0.014176 -vt 0.888598 0.014176 -vt 0.888584 0.014176 -vt 0.888571 0.014176 -vt 0.888558 0.014176 -vt 0.888547 0.014176 -vt 0.888539 0.014176 -vt 0.888534 0.014176 -vt 0.888532 0.014610 -vt 0.888534 0.014610 -vt 0.888539 0.014610 -vt 0.888547 0.014610 -vt 0.888558 0.014610 -vt 0.888571 0.014610 -vt 0.888584 0.014610 -vt 0.888598 0.014610 -vt 0.888611 0.014610 -vt 0.888622 0.014610 -vt 0.888630 0.014610 -vt 0.888636 0.014610 -vt 0.888637 0.014610 -vt 0.888636 0.014610 -vt 0.888630 0.014610 -vt 0.888622 0.014610 -vt 0.888611 0.014610 -vt 0.888598 0.014610 -vt 0.888584 0.014610 -vt 0.888571 0.014610 -vt 0.888558 0.014610 -vt 0.888547 0.014610 -vt 0.888539 0.014610 -vt 0.888534 0.014610 -vt 0.888532 0.015044 -vt 0.888534 0.015044 -vt 0.888539 0.015044 -vt 0.888547 0.015044 -vt 0.888558 0.015044 -vt 0.888571 0.015044 -vt 0.888584 0.015044 -vt 0.888598 0.015044 -vt 0.888611 0.015044 -vt 0.888622 0.015044 -vt 0.888630 0.015044 -vt 0.888636 0.015044 -vt 0.888637 0.015044 -vt 0.888636 0.015044 -vt 0.888630 0.015044 -vt 0.888622 0.015044 -vt 0.888611 0.015044 -vt 0.888598 0.015044 -vt 0.888584 0.015044 -vt 0.888571 0.015044 -vt 0.888558 0.015044 -vt 0.888547 0.015044 -vt 0.888539 0.015044 -vt 0.888534 0.015044 -vt 0.888532 0.015478 -vt 0.888534 0.015478 -vt 0.888539 0.015478 -vt 0.888547 0.015478 -vt 0.888558 0.015478 -vt 0.888571 0.015478 -vt 0.888584 0.015478 -vt 0.888598 0.015478 -vt 0.888611 0.015478 -vt 0.888622 0.015478 -vt 0.888630 0.015478 -vt 0.888636 0.015478 -vt 0.888637 0.015478 -vt 0.888636 0.015478 -vt 0.888630 0.015478 -vt 0.888622 0.015478 -vt 0.888611 0.015478 -vt 0.888598 0.015478 -vt 0.888584 0.015478 -vt 0.888571 0.015478 -vt 0.888558 0.015478 -vt 0.888547 0.015478 -vt 0.888539 0.015478 -vt 0.888534 0.015478 -vt 0.888532 0.015912 -vt 0.888534 0.015912 -vt 0.888539 0.015912 -vt 0.888547 0.015912 -vt 0.888558 0.015912 -vt 0.888571 0.015912 -vt 0.888584 0.015912 -vt 0.888598 0.015912 -vt 0.888611 0.015912 -vt 0.888622 0.015912 -vt 0.888630 0.015912 -vt 0.888636 0.015912 -vt 0.888637 0.015912 -vt 0.888636 0.015912 -vt 0.888630 0.015912 -vt 0.888622 0.015912 -vt 0.888611 0.015912 -vt 0.888598 0.015912 -vt 0.888584 0.015912 -vt 0.888571 0.015912 -vt 0.888558 0.015912 -vt 0.888547 0.015912 -vt 0.888539 0.015912 -vt 0.888534 0.015912 -vt 0.888532 0.016345 -vt 0.888534 0.016345 -vt 0.888539 0.016345 -vt 0.888547 0.016345 -vt 0.888558 0.016345 -vt 0.888571 0.016345 -vt 0.888584 0.016345 -vt 0.888598 0.016345 -vt 0.888611 0.016345 -vt 0.888622 0.016345 -vt 0.888630 0.016345 -vt 0.888636 0.016345 -vt 0.888637 0.016345 -vt 0.888636 0.016345 -vt 0.888630 0.016345 -vt 0.888622 0.016345 -vt 0.888611 0.016345 -vt 0.888598 0.016345 -vt 0.888584 0.016345 -vt 0.888571 0.016345 -vt 0.888558 0.016345 -vt 0.888547 0.016345 -vt 0.888539 0.016345 -vt 0.888534 0.016345 -vt 0.888532 0.016779 -vt 0.888534 0.016779 -vt 0.888539 0.016779 -vt 0.888547 0.016779 -vt 0.888558 0.016779 -vt 0.888571 0.016779 -vt 0.888584 0.016779 -vt 0.888598 0.016779 -vt 0.888611 0.016779 -vt 0.888622 0.016779 -vt 0.888630 0.016779 -vt 0.888636 0.016779 -vt 0.888637 0.016779 -vt 0.888636 0.016779 -vt 0.888630 0.016779 -vt 0.888622 0.016779 -vt 0.888611 0.016779 -vt 0.888598 0.016779 -vt 0.888584 0.016779 -vt 0.888571 0.016779 -vt 0.888558 0.016779 -vt 0.888547 0.016779 -vt 0.888539 0.016779 -vt 0.888534 0.016779 -vt 0.888532 0.017213 -vt 0.888534 0.017213 -vt 0.888539 0.017213 -vt 0.888547 0.017213 -vt 0.888558 0.017213 -vt 0.888571 0.017213 -vt 0.888584 0.017213 -vt 0.888598 0.017213 -vt 0.888611 0.017213 -vt 0.888622 0.017213 -vt 0.888630 0.017213 -vt 0.888636 0.017213 -vt 0.888637 0.017213 -vt 0.888636 0.017213 -vt 0.888630 0.017213 -vt 0.888622 0.017213 -vt 0.888611 0.017213 -vt 0.888598 0.017213 -vt 0.888584 0.017213 -vt 0.888571 0.017213 -vt 0.888558 0.017213 -vt 0.888547 0.017213 -vt 0.888539 0.017213 -vt 0.888534 0.017213 -vt 0.888532 0.017647 -vt 0.888534 0.017647 -vt 0.888539 0.017647 -vt 0.888547 0.017647 -vt 0.888558 0.017647 -vt 0.888571 0.017647 -vt 0.888584 0.017647 -vt 0.888598 0.017647 -vt 0.888611 0.017647 -vt 0.888622 0.017647 -vt 0.888630 0.017647 -vt 0.888636 0.017647 -vt 0.888637 0.017647 -vt 0.888636 0.017647 -vt 0.888630 0.017647 -vt 0.888622 0.017647 -vt 0.888611 0.017647 -vt 0.888598 0.017647 -vt 0.888584 0.017647 -vt 0.888571 0.017647 -vt 0.888558 0.017647 -vt 0.888547 0.017647 -vt 0.888539 0.017647 -vt 0.888534 0.017647 -vt 0.888532 0.018081 -vt 0.888534 0.018081 -vt 0.888539 0.018081 -vt 0.888547 0.018081 -vt 0.888558 0.018081 -vt 0.888571 0.018081 -vt 0.888584 0.018081 -vt 0.888598 0.018081 -vt 0.888611 0.018081 -vt 0.888622 0.018081 -vt 0.888630 0.018081 -vt 0.888636 0.018081 -vt 0.888637 0.018081 -vt 0.888636 0.018081 -vt 0.888630 0.018081 -vt 0.888622 0.018081 -vt 0.888611 0.018081 -vt 0.888598 0.018081 -vt 0.888584 0.018081 -vt 0.888571 0.018081 -vt 0.888558 0.018081 -vt 0.888547 0.018081 -vt 0.888539 0.018081 -vt 0.888534 0.018081 -vt 0.888532 0.018514 -vt 0.888534 0.018514 -vt 0.888539 0.018514 -vt 0.888547 0.018514 -vt 0.888558 0.018514 -vt 0.888571 0.018514 -vt 0.888584 0.018514 -vt 0.888598 0.018514 -vt 0.888611 0.018514 -vt 0.888622 0.018514 -vt 0.888630 0.018514 -vt 0.888636 0.018514 -vt 0.888637 0.018514 -vt 0.888636 0.018514 -vt 0.888630 0.018514 -vt 0.888622 0.018514 -vt 0.888611 0.018514 -vt 0.888598 0.018514 -vt 0.888584 0.018514 -vt 0.888571 0.018514 -vt 0.888558 0.018514 -vt 0.888547 0.018514 -vt 0.888539 0.018514 -vt 0.888534 0.018514 -vt 0.888532 0.018948 -vt 0.888534 0.018948 -vt 0.888539 0.018948 -vt 0.888547 0.018948 -vt 0.888558 0.018948 -vt 0.888571 0.018948 -vt 0.888584 0.018948 -vt 0.888598 0.018948 -vt 0.888611 0.018948 -vt 0.888622 0.018948 -vt 0.888630 0.018948 -vt 0.888636 0.018948 -vt 0.888637 0.018948 -vt 0.888636 0.018948 -vt 0.888630 0.018948 -vt 0.888622 0.018948 -vt 0.888611 0.018948 -vt 0.888598 0.018948 -vt 0.888584 0.018948 -vt 0.888571 0.018948 -vt 0.888558 0.018948 -vt 0.888547 0.018948 -vt 0.888539 0.018948 -vt 0.888534 0.018948 -vt 0.888532 0.019382 -vt 0.888534 0.019382 -vt 0.888539 0.019382 -vt 0.888547 0.019382 -vt 0.888558 0.019382 -vt 0.888571 0.019382 -vt 0.888584 0.019382 -vt 0.888598 0.019382 -vt 0.888611 0.019382 -vt 0.888622 0.019382 -vt 0.888630 0.019382 -vt 0.888636 0.019382 -vt 0.888637 0.019382 -vt 0.888636 0.019382 -vt 0.888630 0.019382 -vt 0.888622 0.019382 -vt 0.888611 0.019382 -vt 0.888598 0.019382 -vt 0.888584 0.019382 -vt 0.888571 0.019382 -vt 0.888558 0.019382 -vt 0.888547 0.019382 -vt 0.888539 0.019382 -vt 0.888534 0.019382 -vt 0.888532 0.019816 -vt 0.888534 0.019816 -vt 0.888539 0.019816 -vt 0.888547 0.019816 -vt 0.888558 0.019816 -vt 0.888571 0.019816 -vt 0.888584 0.019816 -vt 0.888598 0.019816 -vt 0.888611 0.019816 -vt 0.888622 0.019816 -vt 0.888630 0.019816 -vt 0.888636 0.019816 -vt 0.888637 0.019816 -vt 0.888636 0.019816 -vt 0.888630 0.019816 -vt 0.888622 0.019816 -vt 0.888611 0.019816 -vt 0.888598 0.019816 -vt 0.888584 0.019816 -vt 0.888571 0.019816 -vt 0.888558 0.019816 -vt 0.888547 0.019816 -vt 0.888539 0.019816 -vt 0.888534 0.019816 -vt 0.888532 0.020250 -vt 0.888534 0.020250 -vt 0.888539 0.020250 -vt 0.888547 0.020250 -vt 0.888558 0.020250 -vt 0.888571 0.020250 -vt 0.888584 0.020250 -vt 0.888598 0.020250 -vt 0.888611 0.020250 -vt 0.888622 0.020250 -vt 0.888630 0.020250 -vt 0.888636 0.020250 -vt 0.888637 0.020250 -vt 0.888636 0.020250 -vt 0.888630 0.020250 -vt 0.888622 0.020250 -vt 0.888611 0.020250 -vt 0.888598 0.020250 -vt 0.888584 0.020250 -vt 0.888571 0.020250 -vt 0.888558 0.020250 -vt 0.888547 0.020250 -vt 0.888539 0.020250 -vt 0.888534 0.020250 -vt 0.888532 0.020683 -vt 0.888534 0.020683 -vt 0.888539 0.020683 -vt 0.888547 0.020683 -vt 0.888558 0.020683 -vt 0.888571 0.020683 -vt 0.888584 0.020683 -vt 0.888598 0.020683 -vt 0.888611 0.020683 -vt 0.888622 0.020683 -vt 0.888630 0.020683 -vt 0.888636 0.020683 -vt 0.888637 0.020683 -vt 0.888636 0.020683 -vt 0.888630 0.020683 -vt 0.888622 0.020683 -vt 0.888611 0.020683 -vt 0.888598 0.020683 -vt 0.888584 0.020683 -vt 0.888571 0.020683 -vt 0.888558 0.020683 -vt 0.888547 0.020683 -vt 0.888539 0.020683 -vt 0.888534 0.020683 -vt 0.888532 0.021117 -vt 0.888534 0.021117 -vt 0.888539 0.021117 -vt 0.888547 0.021117 -vt 0.888558 0.021117 -vt 0.888571 0.021117 -vt 0.888584 0.021117 -vt 0.888598 0.021117 -vt 0.888611 0.021117 -vt 0.888622 0.021117 -vt 0.888630 0.021117 -vt 0.888636 0.021117 -vt 0.888637 0.021117 -vt 0.888636 0.021117 -vt 0.888630 0.021117 -vt 0.888622 0.021117 -vt 0.888611 0.021117 -vt 0.888598 0.021117 -vt 0.888584 0.021117 -vt 0.888571 0.021117 -vt 0.888558 0.021117 -vt 0.888547 0.021117 -vt 0.888539 0.021117 -vt 0.888534 0.021117 -vt 0.888532 0.021551 -vt 0.888534 0.021551 -vt 0.888539 0.021551 -vt 0.888547 0.021551 -vt 0.888558 0.021551 -vt 0.888571 0.021551 -vt 0.888584 0.021551 -vt 0.888598 0.021551 -vt 0.888611 0.021551 -vt 0.888622 0.021551 -vt 0.888630 0.021551 -vt 0.888636 0.021551 -vt 0.888637 0.021551 -vt 0.888636 0.021551 -vt 0.888630 0.021551 -vt 0.888622 0.021551 -vt 0.888611 0.021551 -vt 0.888598 0.021551 -vt 0.888584 0.021551 -vt 0.888571 0.021551 -vt 0.888558 0.021551 -vt 0.888547 0.021551 -vt 0.888539 0.021551 -vt 0.888534 0.021551 -vt 0.888532 0.021985 -vt 0.888534 0.021985 -vt 0.888539 0.021985 -vt 0.888547 0.021985 -vt 0.888558 0.021985 -vt 0.888571 0.021985 -vt 0.888584 0.021985 -vt 0.888598 0.021985 -vt 0.888611 0.021985 -vt 0.888622 0.021985 -vt 0.888630 0.021985 -vt 0.888636 0.021985 -vt 0.888637 0.021985 -vt 0.888636 0.021985 -vt 0.888630 0.021985 -vt 0.888622 0.021985 -vt 0.888611 0.021985 -vt 0.888598 0.021985 -vt 0.888584 0.021985 -vt 0.888571 0.021985 -vt 0.888558 0.021985 -vt 0.888547 0.021985 -vt 0.888539 0.021985 -vt 0.888534 0.021985 -vt 0.888532 0.022419 -vt 0.888534 0.022419 -vt 0.888539 0.022419 -vt 0.888547 0.022419 -vt 0.888558 0.022419 -vt 0.888571 0.022419 -vt 0.888584 0.022419 -vt 0.888598 0.022419 -vt 0.888611 0.022419 -vt 0.888622 0.022419 -vt 0.888630 0.022419 -vt 0.888636 0.022419 -vt 0.888637 0.022419 -vt 0.888636 0.022419 -vt 0.888630 0.022419 -vt 0.888622 0.022419 -vt 0.888611 0.022419 -vt 0.888598 0.022419 -vt 0.888584 0.022419 -vt 0.888571 0.022419 -vt 0.888558 0.022419 -vt 0.888547 0.022419 -vt 0.888539 0.022419 -vt 0.888534 0.022419 -vt 0.888532 0.022852 -vt 0.888534 0.022852 -vt 0.888539 0.022852 -vt 0.888547 0.022852 -vt 0.888558 0.022852 -vt 0.888571 0.022852 -vt 0.888584 0.022852 -vt 0.888598 0.022852 -vt 0.888611 0.022852 -vt 0.888622 0.022852 -vt 0.888630 0.022852 -vt 0.888636 0.022852 -vt 0.888637 0.022852 -vt 0.888636 0.022852 -vt 0.888630 0.022852 -vt 0.888622 0.022852 -vt 0.888611 0.022852 -vt 0.888598 0.022852 -vt 0.888584 0.022852 -vt 0.888571 0.022852 -vt 0.888558 0.022852 -vt 0.888547 0.022852 -vt 0.888539 0.022852 -vt 0.888534 0.022852 -vt 0.888532 0.023286 -vt 0.888534 0.023286 -vt 0.888539 0.023286 -vt 0.888547 0.023286 -vt 0.888558 0.023286 -vt 0.888571 0.023286 -vt 0.888584 0.023286 -vt 0.888598 0.023286 -vt 0.888611 0.023286 -vt 0.888622 0.023286 -vt 0.888630 0.023286 -vt 0.888636 0.023286 -vt 0.888637 0.023286 -vt 0.888636 0.023286 -vt 0.888630 0.023286 -vt 0.888622 0.023286 -vt 0.888611 0.023286 -vt 0.888598 0.023286 -vt 0.888584 0.023286 -vt 0.888571 0.023286 -vt 0.888558 0.023286 -vt 0.888547 0.023286 -vt 0.888539 0.023286 -vt 0.888534 0.023286 -vt 0.888532 0.023720 -vt 0.888534 0.023720 -vt 0.888539 0.023720 -vt 0.888547 0.023720 -vt 0.888558 0.023720 -vt 0.888571 0.023720 -vt 0.888584 0.023720 -vt 0.888598 0.023720 -vt 0.888611 0.023720 -vt 0.888622 0.023720 -vt 0.888630 0.023720 -vt 0.888636 0.023720 -vt 0.888637 0.023720 -vt 0.888636 0.023720 -vt 0.888630 0.023720 -vt 0.888622 0.023720 -vt 0.888611 0.023720 -vt 0.888598 0.023720 -vt 0.888584 0.023720 -vt 0.888571 0.023720 -vt 0.888558 0.023720 -vt 0.888547 0.023720 -vt 0.888539 0.023720 -vt 0.888534 0.023720 -vt 0.888532 0.024154 -vt 0.888534 0.024154 -vt 0.888539 0.024154 -vt 0.888547 0.024154 -vt 0.888558 0.024154 -vt 0.888571 0.024154 -vt 0.888584 0.024154 -vt 0.888598 0.024154 -vt 0.888611 0.024154 -vt 0.888622 0.024154 -vt 0.888630 0.024154 -vt 0.888636 0.024154 -vt 0.888637 0.024154 -vt 0.888636 0.024154 -vt 0.888630 0.024154 -vt 0.888622 0.024154 -vt 0.888611 0.024154 -vt 0.888598 0.024154 -vt 0.888584 0.024154 -vt 0.888571 0.024154 -vt 0.888558 0.024154 -vt 0.888547 0.024154 -vt 0.888539 0.024154 -vt 0.888534 0.024154 -vt 0.888532 0.024588 -vt 0.888534 0.024588 -vt 0.888539 0.024588 -vt 0.888547 0.024588 -vt 0.888558 0.024588 -vt 0.888571 0.024588 -vt 0.888584 0.024588 -vt 0.888598 0.024588 -vt 0.888611 0.024588 -vt 0.888622 0.024588 -vt 0.888630 0.024588 -vt 0.888636 0.024588 -vt 0.888637 0.024588 -vt 0.888636 0.024588 -vt 0.888630 0.024588 -vt 0.888622 0.024588 -vt 0.888611 0.024588 -vt 0.888598 0.024588 -vt 0.888584 0.024588 -vt 0.888571 0.024588 -vt 0.888558 0.024588 -vt 0.888547 0.024588 -vt 0.888539 0.024588 -vt 0.888534 0.024588 -vt 0.888532 0.025021 -vt 0.888534 0.025021 -vt 0.888539 0.025021 -vt 0.888547 0.025021 -vt 0.888558 0.025021 -vt 0.888571 0.025021 -vt 0.888584 0.025021 -vt 0.888598 0.025021 -vt 0.888611 0.025021 -vt 0.888622 0.025021 -vt 0.888630 0.025021 -vt 0.888636 0.025021 -vt 0.888637 0.025021 -vt 0.888636 0.025021 -vt 0.888630 0.025021 -vt 0.888622 0.025021 -vt 0.888611 0.025021 -vt 0.888598 0.025021 -vt 0.888584 0.025021 -vt 0.888571 0.025021 -vt 0.888558 0.025021 -vt 0.888547 0.025021 -vt 0.888539 0.025021 -vt 0.888534 0.025021 -vt 0.888356 0.025889 -vt 0.888356 0.025889 -vt 0.888489 0.025889 -vt 0.888482 0.018731 -vt 0.888482 0.018016 -vt 0.888482 0.017300 -vt 0.888479 0.017300 -vt 0.888479 0.016584 -vt 0.888482 0.016584 -vt 0.888482 0.015868 -vt 0.888482 0.015152 -vt 0.888482 0.014437 -vt 0.888479 0.015152 -vt 0.888479 0.014437 -vt 0.888482 0.015152 -vt 0.888482 0.014437 -vt 0.888482 0.013721 -vt 0.888482 0.013005 -vt 0.888479 0.013005 -vt 0.888479 0.012289 -vt 0.888482 0.012289 -vt 0.888482 0.013005 -vt 0.888482 0.013721 -vt 0.888479 0.013721 -vt 0.888482 0.025889 -vt 0.888482 0.025173 -vt 0.888482 0.024457 -vt 0.888482 0.023742 -vt 0.888479 0.023742 -vt 0.888479 0.023026 -vt 0.888482 0.023026 -vt 0.888482 0.022310 -vt 0.888489 0.025889 -vt 0.888482 0.021594 -vt 0.888482 0.020879 -vt 0.888479 0.021594 -vt 0.888479 0.020879 -vt 0.888482 0.021594 -vt 0.888482 0.020879 -vt 0.888482 0.020163 -vt 0.888482 0.019447 -vt 0.888479 0.019447 -vt 0.888479 0.018731 -vt 0.888482 0.018731 -vt 0.888482 0.018016 -vt 0.888482 0.017300 -vt 0.888479 0.025173 -vt 0.888479 0.025889 -vt 0.888482 0.025173 -vt 0.888482 0.025889 -vt 0.888482 0.019447 -vt 0.888482 0.020163 -vt 0.888479 0.020163 -vt 0.888482 0.012289 -vt 0.888479 0.024457 -vt 0.888482 0.024457 -vt 0.888482 0.023026 -vt 0.888482 0.022310 -vt 0.888479 0.022310 -vt 0.888479 0.018016 -vt 0.888482 0.016584 -vt 0.888482 0.015868 -vt 0.888479 0.015868 -vt 0.888482 0.023742 -vt 0.888356 0.025889 -vt 0.888356 0.025889 -vt 0.888321 0.025889 -vt 0.888321 0.025889 -vt 0.888461 0.025889 -vt 0.888461 0.025889 -vt 0.888406 0.025889 -vt 0.888539 0.025889 -vt 0.888561 0.018731 -vt 0.888561 0.018016 -vt 0.888561 0.017300 -vt 0.888584 0.017300 -vt 0.888584 0.016584 -vt 0.888608 0.016584 -vt 0.888608 0.015868 -vt 0.888608 0.015152 -vt 0.888608 0.014437 -vt 0.888584 0.015152 -vt 0.888584 0.014437 -vt 0.888561 0.015152 -vt 0.888561 0.014437 -vt 0.888561 0.013721 -vt 0.888561 0.013005 -vt 0.888584 0.013005 -vt 0.888584 0.012289 -vt 0.888608 0.012289 -vt 0.888608 0.013005 -vt 0.888608 0.013721 -vt 0.888584 0.013721 -vt 0.888561 0.025889 -vt 0.888561 0.025173 -vt 0.888561 0.024457 -vt 0.888561 0.023742 -vt 0.888584 0.023742 -vt 0.888584 0.023026 -vt 0.888608 0.023026 -vt 0.888608 0.022310 -vt 0.888630 0.025889 -vt 0.888608 0.021594 -vt 0.888608 0.020879 -vt 0.888584 0.021594 -vt 0.888584 0.020879 -vt 0.888561 0.021594 -vt 0.888561 0.020879 -vt 0.888561 0.020163 -vt 0.888561 0.019447 -vt 0.888584 0.019447 -vt 0.888584 0.018731 -vt 0.888608 0.018731 -vt 0.888608 0.018016 -vt 0.888608 0.017300 -vt 0.888584 0.025173 -vt 0.888584 0.025889 -vt 0.888608 0.025173 -vt 0.888608 0.025889 -vt 0.888608 0.019447 -vt 0.888608 0.020163 -vt 0.888584 0.020163 -vt 0.888561 0.012289 -vt 0.888584 0.024457 -vt 0.888608 0.024457 -vt 0.888561 0.023026 -vt 0.888561 0.022310 -vt 0.888584 0.022310 -vt 0.888584 0.018016 -vt 0.888561 0.016584 -vt 0.888561 0.015868 -vt 0.888584 0.015868 -vt 0.888608 0.023742 -vt 0.888763 0.025889 -vt 0.888708 0.025889 -vt 0.888708 0.025889 -vt 0.888848 0.025889 -vt 0.888848 0.025889 -vt 0.888813 0.025889 -vt 0.888813 0.025889 -vt 0.888680 0.025889 -vt 0.888687 0.018731 -vt 0.888687 0.018016 -vt 0.888687 0.017300 -vt 0.888690 0.017300 -vt 0.888690 0.016584 -vt 0.888687 0.016584 -vt 0.888687 0.015868 -vt 0.888687 0.015152 -vt 0.888687 0.014437 -vt 0.888690 0.015152 -vt 0.888690 0.014437 -vt 0.888687 0.015152 -vt 0.888687 0.014437 -vt 0.888687 0.013721 -vt 0.888687 0.013005 -vt 0.888690 0.013005 -vt 0.888690 0.012289 -vt 0.888687 0.012289 -vt 0.888687 0.013005 -vt 0.888687 0.013721 -vt 0.888690 0.013721 -vt 0.888687 0.025889 -vt 0.888687 0.025173 -vt 0.888687 0.024457 -vt 0.888687 0.023742 -vt 0.888690 0.023742 -vt 0.888690 0.023026 -vt 0.888687 0.023026 -vt 0.888687 0.022310 -vt 0.888680 0.025889 -vt 0.888687 0.021594 -vt 0.888687 0.020879 -vt 0.888690 0.021594 -vt 0.888690 0.020879 -vt 0.888687 0.021594 -vt 0.888687 0.020879 -vt 0.888687 0.020163 -vt 0.888687 0.019447 -vt 0.888690 0.019447 -vt 0.888690 0.018731 -vt 0.888687 0.018731 -vt 0.888687 0.018016 -vt 0.888687 0.017300 -vt 0.888690 0.025173 -vt 0.888690 0.025889 -vt 0.888687 0.025173 -vt 0.888687 0.025889 -vt 0.888687 0.019447 -vt 0.888687 0.020163 -vt 0.888690 0.020163 -vt 0.888687 0.012289 -vt 0.888690 0.024457 -vt 0.888687 0.024457 -vt 0.888687 0.023026 -vt 0.888687 0.022310 -vt 0.888690 0.022310 -vt 0.888690 0.018016 -vt 0.888687 0.016584 -vt 0.888687 0.015868 -vt 0.888690 0.015868 -vt 0.888687 0.023742 -vt 0.888813 0.025889 -vt 0.888813 0.025889 -vt 0.888848 0.025889 -vt 0.888848 0.025889 -vt 0.888708 0.025889 -vt 0.888708 0.025889 -vt 0.888763 0.025889 -vt 0.888630 0.025889 -vt 0.888608 0.018731 -vt 0.888608 0.018016 -vt 0.888608 0.017300 -vt 0.888584 0.017300 -vt 0.888584 0.016584 -vt 0.888561 0.016584 -vt 0.888561 0.015868 -vt 0.888561 0.015152 -vt 0.888561 0.014437 -vt 0.888584 0.015152 -vt 0.888584 0.014437 -vt 0.888608 0.015152 -vt 0.888608 0.014437 -vt 0.888608 0.013721 -vt 0.888608 0.013005 -vt 0.888584 0.013005 -vt 0.888584 0.012289 -vt 0.888561 0.012289 -vt 0.888561 0.013005 -vt 0.888561 0.013721 -vt 0.888584 0.013721 -vt 0.888608 0.025889 -vt 0.888608 0.025173 -vt 0.888608 0.024457 -vt 0.888608 0.023742 -vt 0.888584 0.023742 -vt 0.888584 0.023026 -vt 0.888561 0.023026 -vt 0.888561 0.022310 -vt 0.888539 0.025889 -vt 0.888561 0.021594 -vt 0.888561 0.020879 -vt 0.888584 0.021594 -vt 0.888584 0.020879 -vt 0.888608 0.021594 -vt 0.888608 0.020879 -vt 0.888608 0.020163 -vt 0.888608 0.019447 -vt 0.888584 0.019447 -vt 0.888584 0.018731 -vt 0.888561 0.018731 -vt 0.888561 0.018016 -vt 0.888561 0.017300 -vt 0.888584 0.025173 -vt 0.888584 0.025889 -vt 0.888561 0.025173 -vt 0.888561 0.025889 -vt 0.888561 0.019447 -vt 0.888561 0.020163 -vt 0.888584 0.020163 -vt 0.888608 0.012289 -vt 0.888584 0.024457 -vt 0.888561 0.024457 -vt 0.888608 0.023026 -vt 0.888608 0.022310 -vt 0.888584 0.022310 -vt 0.888584 0.018016 -vt 0.888608 0.016584 -vt 0.888608 0.015868 -vt 0.888584 0.015868 -vt 0.888561 0.023742 -vt 0.888406 0.025889 -vt 0.888461 0.025889 -vt 0.888461 0.025889 -vt 0.888321 0.025889 -vt 0.888321 0.025889 -vt 0.888461 0.025889 -vt 0.888708 0.025889 -vt 0.888233 0.021152 -vt 0.888233 0.021267 -vt 0.888233 0.021193 -vt 0.888233 0.020996 -vt 0.888233 0.021069 -vt 0.888233 0.020944 -vt 0.888233 0.021152 -vt 0.888233 0.021259 -vt 0.888233 0.021182 -vt 0.888233 0.021256 -vt 0.888233 0.021178 -vt 0.888233 0.021182 -vt 0.888233 0.021193 -vt 0.888233 0.021266 -vt 0.888233 0.021279 -vt 0.888233 0.021267 -vt 0.888233 0.021295 -vt 0.888233 0.021314 -vt 0.888233 0.021300 -vt 0.888233 0.021334 -vt 0.888233 0.021334 -vt 0.888233 0.021369 -vt 0.888233 0.021354 -vt 0.888233 0.021401 -vt 0.888233 0.021373 -vt 0.888233 0.021389 -vt 0.888233 0.021475 -vt 0.888233 0.021402 -vt 0.888233 0.021410 -vt 0.888233 0.021486 -vt 0.888233 0.021412 -vt 0.888233 0.021490 -vt 0.888233 0.021486 -vt 0.888233 0.021410 -vt 0.888233 0.021475 -vt 0.888233 0.021402 -vt 0.888233 0.021389 -vt 0.888233 0.021401 -vt 0.888233 0.021373 -vt 0.888233 0.021354 -vt 0.888233 0.021369 -vt 0.888233 0.021334 -vt 0.888233 0.021334 -vt 0.888233 0.021300 -vt 0.888233 0.021314 -vt 0.888233 0.021295 -vt 0.888233 0.021279 -vt 0.888233 0.021266 -vt 0.888233 0.021259 -vt 0.888233 0.021516 -vt 0.888233 0.021599 -vt 0.888233 0.021672 -vt 0.888233 0.020996 -vt 0.888233 0.020996 -vt 0.888233 0.020944 -vt 0.888233 0.020944 -vt 0.888233 0.021069 -vt 0.888233 0.021152 -vt 0.888233 0.021152 -vt 0.888233 0.020996 -vt 0.888233 0.020944 -vt 0.888233 0.021152 -vt 0.888233 0.021516 -vt 0.888233 0.021516 -vt 0.888233 0.021725 -vt 0.888233 0.021725 -vt 0.888233 0.021672 -vt 0.888233 0.021672 -vt 0.888233 0.021599 -vt 0.888233 0.021725 -vt 0.888233 0.021516 -vt 0.888233 0.021672 -vt 0.888233 0.021725 -vt 0.888233 0.021516 -vt 0.887940 0.021259 -vt 0.887940 0.021256 -vt 0.887940 0.021259 -vt 0.887940 0.021266 -vt 0.887940 0.021279 -vt 0.887940 0.021295 -vt 0.887940 0.021314 -vt 0.887940 0.021334 -vt 0.887940 0.021354 -vt 0.887940 0.021373 -vt 0.887940 0.021389 -vt 0.887940 0.021402 -vt 0.887940 0.021410 -vt 0.887940 0.021412 -vt 0.887940 0.021410 -vt 0.887940 0.021402 -vt 0.887940 0.021389 -vt 0.887940 0.021373 -vt 0.887940 0.021354 -vt 0.887940 0.021334 -vt 0.887940 0.021314 -vt 0.887940 0.021295 -vt 0.887940 0.021279 -vt 0.887940 0.021266 -vt 0.878560 0.021259 -vt 0.878853 0.021259 -vt 0.878560 0.021256 -vt 0.878853 0.021256 -vt 0.878560 0.021259 -vt 0.878853 0.021259 -vt 0.878560 0.021266 -vt 0.878853 0.021266 -vt 0.878560 0.021279 -vt 0.878853 0.021279 -vt 0.878560 0.021295 -vt 0.878853 0.021295 -vt 0.878560 0.021314 -vt 0.878853 0.021314 -vt 0.878560 0.021334 -vt 0.878853 0.021334 -vt 0.878560 0.021354 -vt 0.878853 0.021354 -vt 0.878560 0.021373 -vt 0.878853 0.021373 -vt 0.878560 0.021389 -vt 0.878853 0.021389 -vt 0.878560 0.021402 -vt 0.878853 0.021402 -vt 0.878560 0.021410 -vt 0.878853 0.021410 -vt 0.878560 0.021412 -vt 0.878853 0.021412 -vt 0.878560 0.021410 -vt 0.878853 0.021410 -vt 0.878560 0.021402 -vt 0.878853 0.021402 -vt 0.878560 0.021389 -vt 0.878853 0.021389 -vt 0.878560 0.021373 -vt 0.878853 0.021373 -vt 0.878560 0.021354 -vt 0.878853 0.021354 -vt 0.878560 0.021334 -vt 0.878853 0.021334 -vt 0.878560 0.021314 -vt 0.878853 0.021314 -vt 0.878560 0.021295 -vt 0.878853 0.021295 -vt 0.878560 0.021279 -vt 0.878853 0.021279 -vt 0.878560 0.021266 -vt 0.878853 0.021266 -vt 0.887647 0.021256 -vt 0.887647 0.021259 -vt 0.887647 0.021266 -vt 0.887647 0.021279 -vt 0.887647 0.021295 -vt 0.887647 0.021314 -vt 0.887647 0.021334 -vt 0.887647 0.021354 -vt 0.887647 0.021373 -vt 0.887647 0.021389 -vt 0.887647 0.021402 -vt 0.887647 0.021410 -vt 0.887647 0.021412 -vt 0.887647 0.021410 -vt 0.887647 0.021402 -vt 0.887647 0.021389 -vt 0.887647 0.021373 -vt 0.887647 0.021354 -vt 0.887647 0.021334 -vt 0.887647 0.021314 -vt 0.887647 0.021295 -vt 0.887647 0.021279 -vt 0.887647 0.021266 -vt 0.887647 0.021259 -vt 0.887353 0.021256 -vt 0.887353 0.021259 -vt 0.887353 0.021266 -vt 0.887353 0.021279 -vt 0.887353 0.021295 -vt 0.887353 0.021314 -vt 0.887353 0.021334 -vt 0.887353 0.021354 -vt 0.887353 0.021373 -vt 0.887353 0.021389 -vt 0.887353 0.021402 -vt 0.887353 0.021410 -vt 0.887353 0.021412 -vt 0.887353 0.021410 -vt 0.887353 0.021402 -vt 0.887353 0.021389 -vt 0.887353 0.021373 -vt 0.887353 0.021354 -vt 0.887353 0.021334 -vt 0.887353 0.021314 -vt 0.887353 0.021295 -vt 0.887353 0.021279 -vt 0.887353 0.021266 -vt 0.887353 0.021259 -vt 0.887060 0.021256 -vt 0.887060 0.021259 -vt 0.887060 0.021266 -vt 0.887060 0.021279 -vt 0.887060 0.021295 -vt 0.887060 0.021314 -vt 0.887060 0.021334 -vt 0.887060 0.021354 -vt 0.887060 0.021373 -vt 0.887060 0.021389 -vt 0.887060 0.021402 -vt 0.887060 0.021410 -vt 0.887060 0.021412 -vt 0.887060 0.021410 -vt 0.887060 0.021402 -vt 0.887060 0.021389 -vt 0.887060 0.021373 -vt 0.887060 0.021354 -vt 0.887060 0.021334 -vt 0.887060 0.021314 -vt 0.887060 0.021295 -vt 0.887060 0.021279 -vt 0.887060 0.021266 -vt 0.887060 0.021259 -vt 0.886767 0.021256 -vt 0.886767 0.021259 -vt 0.886767 0.021266 -vt 0.886767 0.021279 -vt 0.886767 0.021295 -vt 0.886767 0.021314 -vt 0.886767 0.021334 -vt 0.886767 0.021354 -vt 0.886767 0.021373 -vt 0.886767 0.021389 -vt 0.886767 0.021402 -vt 0.886767 0.021410 -vt 0.886767 0.021412 -vt 0.886767 0.021410 -vt 0.886767 0.021402 -vt 0.886767 0.021389 -vt 0.886767 0.021373 -vt 0.886767 0.021354 -vt 0.886767 0.021334 -vt 0.886767 0.021314 -vt 0.886767 0.021295 -vt 0.886767 0.021279 -vt 0.886767 0.021266 -vt 0.886767 0.021259 -vt 0.886474 0.021256 -vt 0.886474 0.021259 -vt 0.886474 0.021266 -vt 0.886474 0.021279 -vt 0.886474 0.021295 -vt 0.886474 0.021314 -vt 0.886474 0.021334 -vt 0.886474 0.021354 -vt 0.886474 0.021373 -vt 0.886474 0.021389 -vt 0.886474 0.021402 -vt 0.886474 0.021410 -vt 0.886474 0.021412 -vt 0.886474 0.021410 -vt 0.886474 0.021402 -vt 0.886474 0.021389 -vt 0.886474 0.021373 -vt 0.886474 0.021354 -vt 0.886474 0.021334 -vt 0.886474 0.021314 -vt 0.886474 0.021295 -vt 0.886474 0.021279 -vt 0.886474 0.021266 -vt 0.886474 0.021259 -vt 0.886181 0.021256 -vt 0.886181 0.021259 -vt 0.886181 0.021266 -vt 0.886181 0.021279 -vt 0.886181 0.021295 -vt 0.886181 0.021314 -vt 0.886181 0.021334 -vt 0.886181 0.021354 -vt 0.886181 0.021373 -vt 0.886181 0.021389 -vt 0.886181 0.021402 -vt 0.886181 0.021410 -vt 0.886181 0.021412 -vt 0.886181 0.021410 -vt 0.886181 0.021402 -vt 0.886181 0.021389 -vt 0.886181 0.021373 -vt 0.886181 0.021354 -vt 0.886181 0.021334 -vt 0.886181 0.021314 -vt 0.886181 0.021295 -vt 0.886181 0.021279 -vt 0.886181 0.021266 -vt 0.886181 0.021259 -vt 0.885888 0.021256 -vt 0.885888 0.021259 -vt 0.885888 0.021266 -vt 0.885888 0.021279 -vt 0.885888 0.021295 -vt 0.885888 0.021314 -vt 0.885888 0.021334 -vt 0.885888 0.021354 -vt 0.885888 0.021373 -vt 0.885888 0.021389 -vt 0.885888 0.021402 -vt 0.885888 0.021410 -vt 0.885888 0.021412 -vt 0.885888 0.021410 -vt 0.885888 0.021402 -vt 0.885888 0.021389 -vt 0.885888 0.021373 -vt 0.885888 0.021354 -vt 0.885888 0.021334 -vt 0.885888 0.021314 -vt 0.885888 0.021295 -vt 0.885888 0.021279 -vt 0.885888 0.021266 -vt 0.885888 0.021259 -vt 0.885595 0.021256 -vt 0.885595 0.021259 -vt 0.885595 0.021266 -vt 0.885595 0.021279 -vt 0.885595 0.021295 -vt 0.885595 0.021314 -vt 0.885595 0.021334 -vt 0.885595 0.021354 -vt 0.885595 0.021373 -vt 0.885595 0.021389 -vt 0.885595 0.021402 -vt 0.885595 0.021410 -vt 0.885595 0.021412 -vt 0.885595 0.021410 -vt 0.885595 0.021402 -vt 0.885595 0.021389 -vt 0.885595 0.021373 -vt 0.885595 0.021354 -vt 0.885595 0.021334 -vt 0.885595 0.021314 -vt 0.885595 0.021295 -vt 0.885595 0.021279 -vt 0.885595 0.021266 -vt 0.885595 0.021259 -vt 0.885302 0.021256 -vt 0.885302 0.021259 -vt 0.885302 0.021266 -vt 0.885302 0.021279 -vt 0.885302 0.021295 -vt 0.885302 0.021314 -vt 0.885302 0.021334 -vt 0.885302 0.021354 -vt 0.885302 0.021373 -vt 0.885302 0.021389 -vt 0.885302 0.021402 -vt 0.885302 0.021410 -vt 0.885302 0.021412 -vt 0.885302 0.021410 -vt 0.885302 0.021402 -vt 0.885302 0.021389 -vt 0.885302 0.021373 -vt 0.885302 0.021354 -vt 0.885302 0.021334 -vt 0.885302 0.021314 -vt 0.885302 0.021295 -vt 0.885302 0.021279 -vt 0.885302 0.021266 -vt 0.885302 0.021259 -vt 0.885009 0.021256 -vt 0.885009 0.021259 -vt 0.885009 0.021266 -vt 0.885009 0.021279 -vt 0.885009 0.021295 -vt 0.885009 0.021314 -vt 0.885009 0.021334 -vt 0.885009 0.021354 -vt 0.885009 0.021373 -vt 0.885009 0.021389 -vt 0.885009 0.021402 -vt 0.885009 0.021410 -vt 0.885009 0.021412 -vt 0.885009 0.021410 -vt 0.885009 0.021402 -vt 0.885009 0.021389 -vt 0.885009 0.021373 -vt 0.885009 0.021354 -vt 0.885009 0.021334 -vt 0.885009 0.021314 -vt 0.885009 0.021295 -vt 0.885009 0.021279 -vt 0.885009 0.021266 -vt 0.885009 0.021259 -vt 0.884715 0.021256 -vt 0.884715 0.021259 -vt 0.884715 0.021266 -vt 0.884715 0.021279 -vt 0.884715 0.021295 -vt 0.884715 0.021314 -vt 0.884715 0.021334 -vt 0.884715 0.021354 -vt 0.884715 0.021373 -vt 0.884715 0.021389 -vt 0.884715 0.021402 -vt 0.884715 0.021410 -vt 0.884715 0.021412 -vt 0.884715 0.021410 -vt 0.884715 0.021402 -vt 0.884715 0.021389 -vt 0.884715 0.021373 -vt 0.884715 0.021354 -vt 0.884715 0.021334 -vt 0.884715 0.021314 -vt 0.884715 0.021295 -vt 0.884715 0.021279 -vt 0.884715 0.021266 -vt 0.884715 0.021259 -vt 0.884422 0.021256 -vt 0.884422 0.021259 -vt 0.884422 0.021266 -vt 0.884422 0.021279 -vt 0.884422 0.021295 -vt 0.884422 0.021314 -vt 0.884422 0.021334 -vt 0.884422 0.021354 -vt 0.884422 0.021373 -vt 0.884422 0.021389 -vt 0.884422 0.021402 -vt 0.884422 0.021410 -vt 0.884422 0.021412 -vt 0.884422 0.021410 -vt 0.884422 0.021402 -vt 0.884422 0.021389 -vt 0.884422 0.021373 -vt 0.884422 0.021354 -vt 0.884422 0.021334 -vt 0.884422 0.021314 -vt 0.884422 0.021295 -vt 0.884422 0.021279 -vt 0.884422 0.021266 -vt 0.884422 0.021259 -vt 0.884129 0.021256 -vt 0.884129 0.021259 -vt 0.884129 0.021266 -vt 0.884129 0.021279 -vt 0.884129 0.021295 -vt 0.884129 0.021314 -vt 0.884129 0.021334 -vt 0.884129 0.021354 -vt 0.884129 0.021373 -vt 0.884129 0.021389 -vt 0.884129 0.021402 -vt 0.884129 0.021410 -vt 0.884129 0.021412 -vt 0.884129 0.021410 -vt 0.884129 0.021402 -vt 0.884129 0.021389 -vt 0.884129 0.021373 -vt 0.884129 0.021354 -vt 0.884129 0.021334 -vt 0.884129 0.021314 -vt 0.884129 0.021295 -vt 0.884129 0.021279 -vt 0.884129 0.021266 -vt 0.884129 0.021259 -vt 0.883836 0.021256 -vt 0.883836 0.021259 -vt 0.883836 0.021266 -vt 0.883836 0.021279 -vt 0.883836 0.021295 -vt 0.883836 0.021314 -vt 0.883836 0.021334 -vt 0.883836 0.021354 -vt 0.883836 0.021373 -vt 0.883836 0.021389 -vt 0.883836 0.021402 -vt 0.883836 0.021410 -vt 0.883836 0.021412 -vt 0.883836 0.021410 -vt 0.883836 0.021402 -vt 0.883836 0.021389 -vt 0.883836 0.021373 -vt 0.883836 0.021354 -vt 0.883836 0.021334 -vt 0.883836 0.021314 -vt 0.883836 0.021295 -vt 0.883836 0.021279 -vt 0.883836 0.021266 -vt 0.883836 0.021259 -vt 0.883543 0.021256 -vt 0.883543 0.021259 -vt 0.883543 0.021266 -vt 0.883543 0.021279 -vt 0.883543 0.021295 -vt 0.883543 0.021314 -vt 0.883543 0.021334 -vt 0.883543 0.021354 -vt 0.883543 0.021373 -vt 0.883543 0.021389 -vt 0.883543 0.021402 -vt 0.883543 0.021410 -vt 0.883543 0.021412 -vt 0.883543 0.021410 -vt 0.883543 0.021402 -vt 0.883543 0.021389 -vt 0.883543 0.021373 -vt 0.883543 0.021354 -vt 0.883543 0.021334 -vt 0.883543 0.021314 -vt 0.883543 0.021295 -vt 0.883543 0.021279 -vt 0.883543 0.021266 -vt 0.883543 0.021259 -vt 0.883250 0.021256 -vt 0.883250 0.021259 -vt 0.883250 0.021266 -vt 0.883250 0.021279 -vt 0.883250 0.021295 -vt 0.883250 0.021314 -vt 0.883250 0.021334 -vt 0.883250 0.021354 -vt 0.883250 0.021373 -vt 0.883250 0.021389 -vt 0.883250 0.021402 -vt 0.883250 0.021410 -vt 0.883250 0.021412 -vt 0.883250 0.021410 -vt 0.883250 0.021402 -vt 0.883250 0.021389 -vt 0.883250 0.021373 -vt 0.883250 0.021354 -vt 0.883250 0.021334 -vt 0.883250 0.021314 -vt 0.883250 0.021295 -vt 0.883250 0.021279 -vt 0.883250 0.021266 -vt 0.883250 0.021259 -vt 0.882957 0.021256 -vt 0.882957 0.021259 -vt 0.882957 0.021266 -vt 0.882957 0.021279 -vt 0.882957 0.021295 -vt 0.882957 0.021314 -vt 0.882957 0.021334 -vt 0.882957 0.021354 -vt 0.882957 0.021373 -vt 0.882957 0.021389 -vt 0.882957 0.021402 -vt 0.882957 0.021410 -vt 0.882957 0.021412 -vt 0.882957 0.021410 -vt 0.882957 0.021402 -vt 0.882957 0.021389 -vt 0.882957 0.021373 -vt 0.882957 0.021354 -vt 0.882957 0.021334 -vt 0.882957 0.021314 -vt 0.882957 0.021295 -vt 0.882957 0.021279 -vt 0.882957 0.021266 -vt 0.882957 0.021259 -vt 0.882664 0.021256 -vt 0.882664 0.021259 -vt 0.882664 0.021266 -vt 0.882664 0.021279 -vt 0.882664 0.021295 -vt 0.882664 0.021314 -vt 0.882664 0.021334 -vt 0.882664 0.021354 -vt 0.882664 0.021373 -vt 0.882664 0.021389 -vt 0.882664 0.021402 -vt 0.882664 0.021410 -vt 0.882664 0.021412 -vt 0.882664 0.021410 -vt 0.882664 0.021402 -vt 0.882664 0.021389 -vt 0.882664 0.021373 -vt 0.882664 0.021354 -vt 0.882664 0.021334 -vt 0.882664 0.021314 -vt 0.882664 0.021295 -vt 0.882664 0.021279 -vt 0.882664 0.021266 -vt 0.882664 0.021259 -vt 0.882371 0.021256 -vt 0.882371 0.021259 -vt 0.882371 0.021266 -vt 0.882371 0.021279 -vt 0.882371 0.021295 -vt 0.882371 0.021314 -vt 0.882371 0.021334 -vt 0.882371 0.021354 -vt 0.882371 0.021373 -vt 0.882371 0.021389 -vt 0.882371 0.021402 -vt 0.882371 0.021410 -vt 0.882371 0.021412 -vt 0.882371 0.021410 -vt 0.882371 0.021402 -vt 0.882371 0.021389 -vt 0.882371 0.021373 -vt 0.882371 0.021354 -vt 0.882371 0.021334 -vt 0.882371 0.021314 -vt 0.882371 0.021295 -vt 0.882371 0.021279 -vt 0.882371 0.021266 -vt 0.882371 0.021259 -vt 0.882078 0.021256 -vt 0.882078 0.021259 -vt 0.882078 0.021266 -vt 0.882078 0.021279 -vt 0.882078 0.021295 -vt 0.882078 0.021314 -vt 0.882078 0.021334 -vt 0.882078 0.021354 -vt 0.882078 0.021373 -vt 0.882078 0.021389 -vt 0.882078 0.021402 -vt 0.882078 0.021410 -vt 0.882078 0.021412 -vt 0.882078 0.021410 -vt 0.882078 0.021402 -vt 0.882078 0.021389 -vt 0.882078 0.021373 -vt 0.882078 0.021354 -vt 0.882078 0.021334 -vt 0.882078 0.021314 -vt 0.882078 0.021295 -vt 0.882078 0.021279 -vt 0.882078 0.021266 -vt 0.882078 0.021259 -vt 0.881784 0.021256 -vt 0.881784 0.021259 -vt 0.881784 0.021266 -vt 0.881784 0.021279 -vt 0.881784 0.021295 -vt 0.881784 0.021314 -vt 0.881784 0.021334 -vt 0.881784 0.021354 -vt 0.881784 0.021373 -vt 0.881784 0.021389 -vt 0.881784 0.021402 -vt 0.881784 0.021410 -vt 0.881784 0.021412 -vt 0.881784 0.021410 -vt 0.881784 0.021402 -vt 0.881784 0.021389 -vt 0.881784 0.021373 -vt 0.881784 0.021354 -vt 0.881784 0.021334 -vt 0.881784 0.021314 -vt 0.881784 0.021295 -vt 0.881784 0.021279 -vt 0.881784 0.021266 -vt 0.881784 0.021259 -vt 0.881491 0.021256 -vt 0.881491 0.021259 -vt 0.881491 0.021266 -vt 0.881491 0.021279 -vt 0.881491 0.021295 -vt 0.881491 0.021314 -vt 0.881491 0.021334 -vt 0.881491 0.021354 -vt 0.881491 0.021373 -vt 0.881491 0.021389 -vt 0.881491 0.021402 -vt 0.881491 0.021410 -vt 0.881491 0.021412 -vt 0.881491 0.021410 -vt 0.881491 0.021402 -vt 0.881491 0.021389 -vt 0.881491 0.021373 -vt 0.881491 0.021354 -vt 0.881491 0.021334 -vt 0.881491 0.021314 -vt 0.881491 0.021295 -vt 0.881491 0.021279 -vt 0.881491 0.021266 -vt 0.881491 0.021259 -vt 0.881198 0.021256 -vt 0.881198 0.021259 -vt 0.881198 0.021266 -vt 0.881198 0.021279 -vt 0.881198 0.021295 -vt 0.881198 0.021314 -vt 0.881198 0.021334 -vt 0.881198 0.021354 -vt 0.881198 0.021373 -vt 0.881198 0.021389 -vt 0.881198 0.021402 -vt 0.881198 0.021410 -vt 0.881198 0.021412 -vt 0.881198 0.021410 -vt 0.881198 0.021402 -vt 0.881198 0.021389 -vt 0.881198 0.021373 -vt 0.881198 0.021354 -vt 0.881198 0.021334 -vt 0.881198 0.021314 -vt 0.881198 0.021295 -vt 0.881198 0.021279 -vt 0.881198 0.021266 -vt 0.881198 0.021259 -vt 0.880905 0.021256 -vt 0.880905 0.021259 -vt 0.880905 0.021266 -vt 0.880905 0.021279 -vt 0.880905 0.021295 -vt 0.880905 0.021314 -vt 0.880905 0.021334 -vt 0.880905 0.021354 -vt 0.880905 0.021373 -vt 0.880905 0.021389 -vt 0.880905 0.021402 -vt 0.880905 0.021410 -vt 0.880905 0.021412 -vt 0.880905 0.021410 -vt 0.880905 0.021402 -vt 0.880905 0.021389 -vt 0.880905 0.021373 -vt 0.880905 0.021354 -vt 0.880905 0.021334 -vt 0.880905 0.021314 -vt 0.880905 0.021295 -vt 0.880905 0.021279 -vt 0.880905 0.021266 -vt 0.880905 0.021259 -vt 0.880612 0.021256 -vt 0.880612 0.021259 -vt 0.880612 0.021266 -vt 0.880612 0.021279 -vt 0.880612 0.021295 -vt 0.880612 0.021314 -vt 0.880612 0.021334 -vt 0.880612 0.021354 -vt 0.880612 0.021373 -vt 0.880612 0.021389 -vt 0.880612 0.021402 -vt 0.880612 0.021410 -vt 0.880612 0.021412 -vt 0.880612 0.021410 -vt 0.880612 0.021402 -vt 0.880612 0.021389 -vt 0.880612 0.021373 -vt 0.880612 0.021354 -vt 0.880612 0.021334 -vt 0.880612 0.021314 -vt 0.880612 0.021295 -vt 0.880612 0.021279 -vt 0.880612 0.021266 -vt 0.880612 0.021259 -vt 0.880319 0.021256 -vt 0.880319 0.021259 -vt 0.880319 0.021266 -vt 0.880319 0.021279 -vt 0.880319 0.021295 -vt 0.880319 0.021314 -vt 0.880319 0.021334 -vt 0.880319 0.021354 -vt 0.880319 0.021373 -vt 0.880319 0.021389 -vt 0.880319 0.021402 -vt 0.880319 0.021410 -vt 0.880319 0.021412 -vt 0.880319 0.021410 -vt 0.880319 0.021402 -vt 0.880319 0.021389 -vt 0.880319 0.021373 -vt 0.880319 0.021354 -vt 0.880319 0.021334 -vt 0.880319 0.021314 -vt 0.880319 0.021295 -vt 0.880319 0.021279 -vt 0.880319 0.021266 -vt 0.880319 0.021259 -vt 0.880026 0.021256 -vt 0.880026 0.021259 -vt 0.880026 0.021266 -vt 0.880026 0.021279 -vt 0.880026 0.021295 -vt 0.880026 0.021314 -vt 0.880026 0.021334 -vt 0.880026 0.021354 -vt 0.880026 0.021373 -vt 0.880026 0.021389 -vt 0.880026 0.021402 -vt 0.880026 0.021410 -vt 0.880026 0.021412 -vt 0.880026 0.021410 -vt 0.880026 0.021402 -vt 0.880026 0.021389 -vt 0.880026 0.021373 -vt 0.880026 0.021354 -vt 0.880026 0.021334 -vt 0.880026 0.021314 -vt 0.880026 0.021295 -vt 0.880026 0.021279 -vt 0.880026 0.021266 -vt 0.880026 0.021259 -vt 0.879733 0.021256 -vt 0.879733 0.021259 -vt 0.879733 0.021266 -vt 0.879733 0.021279 -vt 0.879733 0.021295 -vt 0.879733 0.021314 -vt 0.879733 0.021334 -vt 0.879733 0.021354 -vt 0.879733 0.021373 -vt 0.879733 0.021389 -vt 0.879733 0.021402 -vt 0.879733 0.021410 -vt 0.879733 0.021412 -vt 0.879733 0.021410 -vt 0.879733 0.021402 -vt 0.879733 0.021389 -vt 0.879733 0.021373 -vt 0.879733 0.021354 -vt 0.879733 0.021334 -vt 0.879733 0.021314 -vt 0.879733 0.021295 -vt 0.879733 0.021279 -vt 0.879733 0.021266 -vt 0.879733 0.021259 -vt 0.879440 0.021256 -vt 0.879440 0.021259 -vt 0.879440 0.021266 -vt 0.879440 0.021279 -vt 0.879440 0.021295 -vt 0.879440 0.021314 -vt 0.879440 0.021334 -vt 0.879440 0.021354 -vt 0.879440 0.021373 -vt 0.879440 0.021389 -vt 0.879440 0.021402 -vt 0.879440 0.021410 -vt 0.879440 0.021412 -vt 0.879440 0.021410 -vt 0.879440 0.021402 -vt 0.879440 0.021389 -vt 0.879440 0.021373 -vt 0.879440 0.021354 -vt 0.879440 0.021334 -vt 0.879440 0.021314 -vt 0.879440 0.021295 -vt 0.879440 0.021279 -vt 0.879440 0.021266 -vt 0.879440 0.021259 -vt 0.879146 0.021256 -vt 0.879146 0.021259 -vt 0.879146 0.021266 -vt 0.879146 0.021279 -vt 0.879146 0.021295 -vt 0.879146 0.021314 -vt 0.879146 0.021334 -vt 0.879146 0.021354 -vt 0.879146 0.021373 -vt 0.879146 0.021389 -vt 0.879146 0.021402 -vt 0.879146 0.021410 -vt 0.879146 0.021412 -vt 0.879146 0.021410 -vt 0.879146 0.021402 -vt 0.879146 0.021389 -vt 0.879146 0.021373 -vt 0.879146 0.021354 -vt 0.879146 0.021334 -vt 0.879146 0.021314 -vt 0.879146 0.021295 -vt 0.879146 0.021279 -vt 0.879146 0.021266 -vt 0.879146 0.021259 -vt 0.878560 0.020996 -vt 0.878560 0.020996 -vt 0.878560 0.021193 -vt 0.883396 0.021182 -vt 0.883880 0.021182 -vt 0.884364 0.021182 -vt 0.884364 0.021178 -vt 0.884847 0.021178 -vt 0.884847 0.021182 -vt 0.885331 0.021182 -vt 0.885815 0.021182 -vt 0.886298 0.021182 -vt 0.885815 0.021178 -vt 0.886298 0.021178 -vt 0.885815 0.021182 -vt 0.886298 0.021182 -vt 0.886782 0.021182 -vt 0.887266 0.021182 -vt 0.887266 0.021178 -vt 0.887749 0.021178 -vt 0.887749 0.021182 -vt 0.887266 0.021182 -vt 0.886782 0.021182 -vt 0.886782 0.021178 -vt 0.878560 0.021182 -vt 0.879044 0.021182 -vt 0.879527 0.021182 -vt 0.880011 0.021182 -vt 0.880011 0.021178 -vt 0.880495 0.021178 -vt 0.880495 0.021182 -vt 0.880978 0.021182 -vt 0.878560 0.021193 -vt 0.881462 0.021182 -vt 0.881946 0.021182 -vt 0.881462 0.021178 -vt 0.881946 0.021178 -vt 0.881462 0.021182 -vt 0.881946 0.021182 -vt 0.882429 0.021182 -vt 0.882913 0.021182 -vt 0.882913 0.021178 -vt 0.883396 0.021178 -vt 0.883396 0.021182 -vt 0.883880 0.021182 -vt 0.884364 0.021182 -vt 0.879044 0.021178 -vt 0.878560 0.021178 -vt 0.879044 0.021182 -vt 0.878560 0.021182 -vt 0.882913 0.021182 -vt 0.882429 0.021182 -vt 0.882429 0.021178 -vt 0.887749 0.021182 -vt 0.879527 0.021178 -vt 0.879527 0.021182 -vt 0.880495 0.021182 -vt 0.880978 0.021182 -vt 0.880978 0.021178 -vt 0.883880 0.021178 -vt 0.884847 0.021182 -vt 0.885331 0.021182 -vt 0.885331 0.021178 -vt 0.880011 0.021182 -vt 0.878560 0.020996 -vt 0.878560 0.020996 -vt 0.878560 0.020944 -vt 0.878560 0.020944 -vt 0.878560 0.021152 -vt 0.878560 0.021152 -vt 0.878560 0.021069 -vt 0.878560 0.021267 -vt 0.883396 0.021300 -vt 0.883880 0.021300 -vt 0.884364 0.021300 -vt 0.884364 0.021334 -vt 0.884847 0.021334 -vt 0.884847 0.021369 -vt 0.885331 0.021369 -vt 0.885815 0.021369 -vt 0.886298 0.021369 -vt 0.885815 0.021334 -vt 0.886298 0.021334 -vt 0.885815 0.021300 -vt 0.886298 0.021300 -vt 0.886782 0.021300 -vt 0.887266 0.021300 -vt 0.887266 0.021334 -vt 0.887749 0.021334 -vt 0.887749 0.021369 -vt 0.887266 0.021369 -vt 0.886782 0.021369 -vt 0.886782 0.021334 -vt 0.878560 0.021300 -vt 0.879044 0.021300 -vt 0.879527 0.021300 -vt 0.880011 0.021300 -vt 0.880011 0.021334 -vt 0.880495 0.021334 -vt 0.880495 0.021369 -vt 0.880978 0.021369 -vt 0.878560 0.021401 -vt 0.881462 0.021369 -vt 0.881946 0.021369 -vt 0.881462 0.021334 -vt 0.881946 0.021334 -vt 0.881462 0.021300 -vt 0.881946 0.021300 -vt 0.882429 0.021300 -vt 0.882913 0.021300 -vt 0.882913 0.021334 -vt 0.883396 0.021334 -vt 0.883396 0.021369 -vt 0.883880 0.021369 -vt 0.884364 0.021369 -vt 0.879044 0.021334 -vt 0.878560 0.021334 -vt 0.879044 0.021369 -vt 0.878560 0.021369 -vt 0.882913 0.021369 -vt 0.882429 0.021369 -vt 0.882429 0.021334 -vt 0.887749 0.021300 -vt 0.879527 0.021334 -vt 0.879527 0.021369 -vt 0.880495 0.021300 -vt 0.880978 0.021300 -vt 0.880978 0.021334 -vt 0.883880 0.021334 -vt 0.884847 0.021300 -vt 0.885331 0.021300 -vt 0.885331 0.021334 -vt 0.880011 0.021369 -vt 0.878560 0.021599 -vt 0.878560 0.021516 -vt 0.878560 0.021516 -vt 0.878560 0.021725 -vt 0.878560 0.021725 -vt 0.878560 0.021672 -vt 0.878560 0.021672 -vt 0.878560 0.021475 -vt 0.883396 0.021486 -vt 0.883880 0.021486 -vt 0.884364 0.021486 -vt 0.884364 0.021490 -vt 0.884847 0.021490 -vt 0.884847 0.021486 -vt 0.885331 0.021486 -vt 0.885815 0.021486 -vt 0.886298 0.021486 -vt 0.885815 0.021490 -vt 0.886298 0.021490 -vt 0.885815 0.021486 -vt 0.886298 0.021486 -vt 0.886782 0.021486 -vt 0.887266 0.021486 -vt 0.887266 0.021490 -vt 0.887749 0.021490 -vt 0.887749 0.021486 -vt 0.887266 0.021486 -vt 0.886782 0.021486 -vt 0.886782 0.021490 -vt 0.878560 0.021486 -vt 0.879044 0.021486 -vt 0.879527 0.021486 -vt 0.880011 0.021486 -vt 0.880011 0.021490 -vt 0.880495 0.021490 -vt 0.880495 0.021486 -vt 0.880978 0.021486 -vt 0.878560 0.021475 -vt 0.881462 0.021486 -vt 0.881946 0.021486 -vt 0.881462 0.021490 -vt 0.881946 0.021490 -vt 0.881462 0.021486 -vt 0.881946 0.021486 -vt 0.882429 0.021486 -vt 0.882913 0.021486 -vt 0.882913 0.021490 -vt 0.883396 0.021490 -vt 0.883396 0.021486 -vt 0.883880 0.021486 -vt 0.884364 0.021486 -vt 0.879044 0.021490 -vt 0.878560 0.021490 -vt 0.879044 0.021486 -vt 0.878560 0.021486 -vt 0.882913 0.021486 -vt 0.882429 0.021486 -vt 0.882429 0.021490 -vt 0.887749 0.021486 -vt 0.879527 0.021490 -vt 0.879527 0.021486 -vt 0.880495 0.021486 -vt 0.880978 0.021486 -vt 0.880978 0.021490 -vt 0.883880 0.021490 -vt 0.884847 0.021486 -vt 0.885331 0.021486 -vt 0.885331 0.021490 -vt 0.880011 0.021486 -vt 0.878560 0.021672 -vt 0.878560 0.021672 -vt 0.878560 0.021725 -vt 0.878560 0.021725 -vt 0.878560 0.021516 -vt 0.878560 0.021516 -vt 0.878560 0.021599 -vt 0.878560 0.021401 -vt 0.883396 0.021369 -vt 0.883880 0.021369 -vt 0.884364 0.021369 -vt 0.884364 0.021334 -vt 0.884847 0.021334 -vt 0.884847 0.021300 -vt 0.885331 0.021300 -vt 0.885815 0.021300 -vt 0.886298 0.021300 -vt 0.885815 0.021334 -vt 0.886298 0.021334 -vt 0.885815 0.021369 -vt 0.886298 0.021369 -vt 0.886782 0.021369 -vt 0.887266 0.021369 -vt 0.887266 0.021334 -vt 0.887749 0.021334 -vt 0.887749 0.021300 -vt 0.887266 0.021300 -vt 0.886782 0.021300 -vt 0.886782 0.021334 -vt 0.878560 0.021369 -vt 0.879044 0.021369 -vt 0.879527 0.021369 -vt 0.880011 0.021369 -vt 0.880011 0.021334 -vt 0.880495 0.021334 -vt 0.880495 0.021300 -vt 0.880978 0.021300 -vt 0.878560 0.021267 -vt 0.881462 0.021300 -vt 0.881946 0.021300 -vt 0.881462 0.021334 -vt 0.881946 0.021334 -vt 0.881462 0.021369 -vt 0.881946 0.021369 -vt 0.882429 0.021369 -vt 0.882913 0.021369 -vt 0.882913 0.021334 -vt 0.883396 0.021334 -vt 0.883396 0.021300 -vt 0.883880 0.021300 -vt 0.884364 0.021300 -vt 0.879044 0.021334 -vt 0.878560 0.021334 -vt 0.879044 0.021300 -vt 0.878560 0.021300 -vt 0.882913 0.021300 -vt 0.882429 0.021300 -vt 0.882429 0.021334 -vt 0.887749 0.021369 -vt 0.879527 0.021334 -vt 0.879527 0.021300 -vt 0.880495 0.021369 -vt 0.880978 0.021369 -vt 0.880978 0.021334 -vt 0.883880 0.021334 -vt 0.884847 0.021369 -vt 0.885331 0.021369 -vt 0.885331 0.021334 -vt 0.880011 0.021300 -vt 0.878560 0.021069 -vt 0.878560 0.021152 -vt 0.878560 0.021152 -vt 0.878560 0.020944 -vt 0.878560 0.020944 -vt 0.878560 0.021152 -vt 0.878560 0.021516 -vt 0.887390 0.014123 -vt 0.887390 0.014123 -vt 0.887426 0.014081 -vt 0.887426 0.014081 -vt 0.887469 0.014055 -vt 0.887469 0.014055 -vt 0.887514 0.014046 -vt 0.887514 0.014046 -vt 0.885207 0.017354 -vt 0.885207 0.017354 -vt 0.888145 0.014307 -vt 0.888145 0.014980 -vt 0.887969 0.014046 -vt 0.888139 0.014239 -vt 0.888121 0.014176 -vt 0.888093 0.014123 -vt 0.888057 0.014081 -vt 0.888015 0.014055 -vt 0.888093 0.015164 -vt 0.888139 0.015047 -vt 0.888121 0.015110 -vt 0.887493 0.016052 -vt 0.887465 0.016106 -vt 0.887447 0.016169 -vt 0.887441 0.016236 -vt 0.885207 0.020109 -vt 0.887441 0.021226 -vt 0.887447 0.021294 -vt 0.887465 0.021356 -vt 0.887390 0.023340 -vt 0.887493 0.021410 -vt 0.888093 0.022299 -vt 0.888121 0.022353 -vt 0.888139 0.022416 -vt 0.888145 0.022483 -vt 0.888145 0.023156 -vt 0.887514 0.023416 -vt 0.887969 0.023416 -vt 0.888139 0.023223 -vt 0.888121 0.023286 -vt 0.888093 0.023340 -vt 0.888057 0.023381 -vt 0.888015 0.023407 -vt 0.887469 0.023407 -vt 0.887426 0.023381 -vt 0.885170 0.017395 -vt 0.885170 0.020068 -vt 0.885128 0.017421 -vt 0.885128 0.020042 -vt 0.885082 0.020033 -vt 0.885082 0.017430 -vt 0.881711 0.020033 -vt 0.881711 0.017430 -vt 0.881665 0.017421 -vt 0.881665 0.020042 -vt 0.881623 0.020068 -vt 0.881623 0.017395 -vt 0.881586 0.020109 -vt 0.881586 0.017354 -vt 0.879352 0.016236 -vt 0.879346 0.016169 -vt 0.879403 0.023340 -vt 0.879328 0.021356 -vt 0.879346 0.021294 -vt 0.879352 0.021226 -vt 0.879367 0.023381 -vt 0.879279 0.023416 -vt 0.878648 0.023156 -vt 0.878648 0.022483 -vt 0.879324 0.023407 -vt 0.878824 0.023416 -vt 0.878654 0.023223 -vt 0.878672 0.023286 -vt 0.878700 0.023340 -vt 0.878736 0.023381 -vt 0.878779 0.023407 -vt 0.878700 0.022299 -vt 0.878654 0.022416 -vt 0.878672 0.022353 -vt 0.879300 0.021410 -vt 0.879328 0.016106 -vt 0.879403 0.014123 -vt 0.879300 0.016052 -vt 0.878700 0.015164 -vt 0.878672 0.015110 -vt 0.878654 0.015047 -vt 0.878648 0.014980 -vt 0.878648 0.014307 -vt 0.879279 0.014046 -vt 0.878824 0.014046 -vt 0.878654 0.014239 -vt 0.878672 0.014176 -vt 0.878700 0.014123 -vt 0.878736 0.014081 -vt 0.878779 0.014055 -vt 0.879324 0.014055 -vt 0.879367 0.014081 -vt 0.885170 0.017395 -vt 0.885128 0.017421 -vt 0.885082 0.017430 -vt 0.881711 0.017430 -vt 0.887969 0.014046 -vt 0.888015 0.014055 -vt 0.888057 0.014081 -vt 0.888093 0.014123 -vt 0.888121 0.014176 -vt 0.888139 0.014239 -vt 0.888145 0.014307 -vt 0.888145 0.014980 -vt 0.888093 0.015164 -vt 0.888139 0.015047 -vt 0.888121 0.015110 -vt 0.887465 0.016106 -vt 0.887493 0.016052 -vt 0.885207 0.020109 -vt 0.887441 0.016236 -vt 0.887447 0.016169 -vt 0.885170 0.020068 -vt 0.885128 0.020042 -vt 0.885082 0.020033 -vt 0.881711 0.020033 -vt 0.881665 0.017421 -vt 0.881665 0.020042 -vt 0.881623 0.020068 -vt 0.881623 0.017395 -vt 0.881586 0.020109 -vt 0.881586 0.017354 -vt 0.879352 0.016236 -vt 0.879346 0.016169 -vt 0.879328 0.016106 -vt 0.879403 0.014123 -vt 0.879300 0.016052 -vt 0.878700 0.015164 -vt 0.878648 0.014980 -vt 0.878654 0.015047 -vt 0.879367 0.014081 -vt 0.879279 0.014046 -vt 0.878648 0.014307 -vt 0.879324 0.014055 -vt 0.878824 0.014046 -vt 0.878654 0.014239 -vt 0.878672 0.014176 -vt 0.878700 0.014123 -vt 0.878736 0.014081 -vt 0.878779 0.014055 -vt 0.878672 0.015110 -vt 0.879352 0.021226 -vt 0.879346 0.021294 -vt 0.879328 0.021356 -vt 0.879403 0.023340 -vt 0.879300 0.021410 -vt 0.878700 0.022299 -vt 0.878672 0.022353 -vt 0.878654 0.022416 -vt 0.878648 0.022483 -vt 0.878648 0.023156 -vt 0.879279 0.023416 -vt 0.878824 0.023416 -vt 0.878654 0.023223 -vt 0.878672 0.023286 -vt 0.878700 0.023340 -vt 0.878736 0.023381 -vt 0.878779 0.023407 -vt 0.879324 0.023407 -vt 0.879367 0.023381 -vt 0.887390 0.023340 -vt 0.887465 0.021356 -vt 0.887447 0.021294 -vt 0.887441 0.021226 -vt 0.887426 0.023381 -vt 0.887514 0.023416 -vt 0.888145 0.023156 -vt 0.888145 0.022483 -vt 0.887469 0.023407 -vt 0.887969 0.023416 -vt 0.888139 0.023223 -vt 0.888121 0.023286 -vt 0.888093 0.023340 -vt 0.888057 0.023381 -vt 0.888015 0.023407 -vt 0.888093 0.022299 -vt 0.888139 0.022416 -vt 0.888121 0.022353 -vt 0.887493 0.021410 -vt 0.633397 0.022103 -vt 0.633308 0.022103 -vt 0.633397 0.022103 -vt 0.633308 0.022103 -vt 0.633353 0.022103 -vt 0.633344 0.022103 -vt 0.633336 0.022103 -vt 0.633288 0.022103 -vt 0.633361 0.022103 -vt 0.633369 0.022103 -vt 0.633417 0.022103 -vt 0.633448 0.022103 -vt 0.633448 0.022103 -vt 0.633435 0.022103 -vt 0.633435 0.022103 -vt 0.633391 0.022103 -vt 0.633390 0.022103 -vt 0.633387 0.022103 -vt 0.633435 0.022103 -vt 0.633390 0.022103 -vt 0.633387 0.022103 -vt 0.633435 0.022103 -vt 0.633308 0.022103 -vt 0.633397 0.022103 -vt 0.633308 0.022103 -vt 0.633397 0.022103 -vt 0.633353 0.022103 -vt 0.633361 0.022103 -vt 0.633369 0.022103 -vt 0.633417 0.022103 -vt 0.633344 0.022103 -vt 0.633336 0.022103 -vt 0.633288 0.022103 -vt 0.633257 0.022103 -vt 0.633270 0.022103 -vt 0.633257 0.022103 -vt 0.633270 0.022103 -vt 0.633314 0.022103 -vt 0.633315 0.022103 -vt 0.633270 0.022103 -vt 0.633318 0.022103 -vt 0.633315 0.022103 -vt 0.633318 0.022103 -vt 0.633270 0.022103 -vt 0.633448 0.022129 -vt 0.633448 0.022129 -vt 0.633257 0.022129 -vt 0.633257 0.022129 -vt 0.633448 0.017632 -vt 0.633435 0.017632 -vt 0.633448 0.017632 -vt 0.633435 0.017632 -vt 0.633391 0.017632 -vt 0.633390 0.017632 -vt 0.633435 0.017632 -vt 0.633387 0.017632 -vt 0.633390 0.017632 -vt 0.633387 0.017632 -vt 0.633435 0.017632 -vt 0.633397 0.017632 -vt 0.633308 0.017632 -vt 0.633397 0.017632 -vt 0.633308 0.017632 -vt 0.633353 0.017632 -vt 0.633344 0.017632 -vt 0.633336 0.017632 -vt 0.633288 0.017632 -vt 0.633361 0.017632 -vt 0.633369 0.017632 -vt 0.633417 0.017632 -vt 0.633308 0.017632 -vt 0.633397 0.017632 -vt 0.633308 0.017632 -vt 0.633397 0.017632 -vt 0.633353 0.017632 -vt 0.633361 0.017632 -vt 0.633369 0.017632 -vt 0.633417 0.017632 -vt 0.633344 0.017632 -vt 0.633336 0.017632 -vt 0.633288 0.017632 -vt 0.633448 0.017606 -vt 0.633448 0.017606 -vt 0.633257 0.017606 -vt 0.633257 0.017606 -vt 0.633257 0.017632 -vt 0.633257 0.017632 -vt 0.633270 0.017632 -vt 0.633270 0.017632 -vt 0.633314 0.017632 -vt 0.633315 0.017632 -vt 0.633318 0.017632 -vt 0.633270 0.017632 -vt 0.633315 0.017632 -vt 0.633318 0.017632 -vt 0.633270 0.017632 -vt 0.633390 0.019940 -vt 0.633390 0.020084 -vt 0.633390 0.020228 -vt 0.633391 0.020228 -vt 0.633391 0.020372 -vt 0.633390 0.020372 -vt 0.633390 0.020516 -vt 0.633390 0.020661 -vt 0.633390 0.020805 -vt 0.633391 0.020661 -vt 0.633391 0.020805 -vt 0.633390 0.020661 -vt 0.633390 0.020805 -vt 0.633390 0.020949 -vt 0.633390 0.021093 -vt 0.633391 0.021093 -vt 0.633391 0.021238 -vt 0.633390 0.021238 -vt 0.633390 0.021382 -vt 0.633390 0.021526 -vt 0.633390 0.021670 -vt 0.633391 0.021526 -vt 0.633391 0.021670 -vt 0.633390 0.021526 -vt 0.633390 0.021670 -vt 0.633390 0.021815 -vt 0.633390 0.021959 -vt 0.633391 0.021959 -vt 0.633390 0.021959 -vt 0.633390 0.021815 -vt 0.633390 0.017776 -vt 0.633390 0.017920 -vt 0.633390 0.018064 -vt 0.633391 0.018064 -vt 0.633391 0.018209 -vt 0.633390 0.018209 -vt 0.633390 0.018353 -vt 0.633390 0.018497 -vt 0.633390 0.018641 -vt 0.633391 0.018497 -vt 0.633391 0.018641 -vt 0.633390 0.018497 -vt 0.633390 0.018641 -vt 0.633390 0.018786 -vt 0.633390 0.018930 -vt 0.633391 0.018930 -vt 0.633391 0.019074 -vt 0.633390 0.019074 -vt 0.633390 0.019218 -vt 0.633390 0.019363 -vt 0.633390 0.019507 -vt 0.633391 0.019363 -vt 0.633391 0.019507 -vt 0.633390 0.019363 -vt 0.633390 0.019507 -vt 0.633390 0.019651 -vt 0.633390 0.019795 -vt 0.633391 0.019795 -vt 0.633391 0.019940 -vt 0.633390 0.019940 -vt 0.633390 0.020084 -vt 0.633390 0.020228 -vt 0.633391 0.017776 -vt 0.633390 0.017776 -vt 0.633390 0.019795 -vt 0.633390 0.019651 -vt 0.633391 0.017920 -vt 0.633390 0.017920 -vt 0.633390 0.018209 -vt 0.633390 0.018353 -vt 0.633391 0.018353 -vt 0.633391 0.018786 -vt 0.633390 0.018786 -vt 0.633390 0.019074 -vt 0.633390 0.019218 -vt 0.633391 0.019218 -vt 0.633391 0.019651 -vt 0.633391 0.020084 -vt 0.633390 0.020372 -vt 0.633390 0.020516 -vt 0.633391 0.020516 -vt 0.633391 0.020949 -vt 0.633390 0.020949 -vt 0.633390 0.021238 -vt 0.633390 0.021382 -vt 0.633391 0.021382 -vt 0.633391 0.021815 -vt 0.633390 0.018064 -vt 0.633390 0.018930 -vt 0.633390 0.021093 -vt 0.633361 0.019940 -vt 0.633361 0.020084 -vt 0.633361 0.020228 -vt 0.633353 0.020228 -vt 0.633353 0.020372 -vt 0.633344 0.020372 -vt 0.633344 0.020516 -vt 0.633344 0.020661 -vt 0.633344 0.020805 -vt 0.633353 0.020661 -vt 0.633353 0.020805 -vt 0.633361 0.020661 -vt 0.633361 0.020805 -vt 0.633361 0.020949 -vt 0.633361 0.021093 -vt 0.633353 0.021093 -vt 0.633353 0.021238 -vt 0.633344 0.021238 -vt 0.633344 0.021382 -vt 0.633344 0.021526 -vt 0.633344 0.021670 -vt 0.633353 0.021526 -vt 0.633353 0.021670 -vt 0.633361 0.021526 -vt 0.633361 0.021670 -vt 0.633361 0.021815 -vt 0.633361 0.021959 -vt 0.633353 0.021959 -vt 0.633344 0.021959 -vt 0.633344 0.021815 -vt 0.633361 0.017776 -vt 0.633361 0.017920 -vt 0.633361 0.018064 -vt 0.633353 0.018064 -vt 0.633353 0.018209 -vt 0.633344 0.018209 -vt 0.633344 0.018353 -vt 0.633344 0.018497 -vt 0.633344 0.018641 -vt 0.633353 0.018497 -vt 0.633353 0.018641 -vt 0.633361 0.018497 -vt 0.633361 0.018641 -vt 0.633361 0.018786 -vt 0.633361 0.018930 -vt 0.633353 0.018930 -vt 0.633353 0.019074 -vt 0.633344 0.019074 -vt 0.633344 0.019218 -vt 0.633344 0.019363 -vt 0.633344 0.019507 -vt 0.633353 0.019363 -vt 0.633353 0.019507 -vt 0.633361 0.019363 -vt 0.633361 0.019507 -vt 0.633361 0.019651 -vt 0.633361 0.019795 -vt 0.633353 0.019795 -vt 0.633353 0.019940 -vt 0.633344 0.019940 -vt 0.633344 0.020084 -vt 0.633344 0.020228 -vt 0.633353 0.017776 -vt 0.633344 0.017776 -vt 0.633344 0.019795 -vt 0.633344 0.019651 -vt 0.633353 0.017920 -vt 0.633344 0.017920 -vt 0.633361 0.018209 -vt 0.633361 0.018353 -vt 0.633353 0.018353 -vt 0.633353 0.018786 -vt 0.633344 0.018786 -vt 0.633361 0.019074 -vt 0.633361 0.019218 -vt 0.633353 0.019218 -vt 0.633353 0.019651 -vt 0.633353 0.020084 -vt 0.633361 0.020372 -vt 0.633361 0.020516 -vt 0.633353 0.020516 -vt 0.633353 0.020949 -vt 0.633344 0.020949 -vt 0.633361 0.021238 -vt 0.633361 0.021382 -vt 0.633353 0.021382 -vt 0.633353 0.021815 -vt 0.633344 0.018064 -vt 0.633344 0.018930 -vt 0.633344 0.021093 -vt 0.633315 0.019940 -vt 0.633315 0.020084 -vt 0.633315 0.020228 -vt 0.633314 0.020228 -vt 0.633314 0.020372 -vt 0.633315 0.020372 -vt 0.633315 0.020516 -vt 0.633315 0.020661 -vt 0.633315 0.020805 -vt 0.633314 0.020661 -vt 0.633314 0.020805 -vt 0.633315 0.020661 -vt 0.633315 0.020805 -vt 0.633315 0.020949 -vt 0.633315 0.021093 -vt 0.633314 0.021093 -vt 0.633314 0.021238 -vt 0.633315 0.021238 -vt 0.633315 0.021382 -vt 0.633315 0.021526 -vt 0.633315 0.021670 -vt 0.633314 0.021526 -vt 0.633314 0.021670 -vt 0.633315 0.021526 -vt 0.633315 0.021670 -vt 0.633315 0.021815 -vt 0.633315 0.021959 -vt 0.633314 0.021959 -vt 0.633315 0.021959 -vt 0.633315 0.021815 -vt 0.633315 0.017776 -vt 0.633315 0.017920 -vt 0.633315 0.018064 -vt 0.633314 0.018064 -vt 0.633314 0.018209 -vt 0.633315 0.018209 -vt 0.633315 0.018353 -vt 0.633315 0.018497 -vt 0.633315 0.018641 -vt 0.633314 0.018497 -vt 0.633314 0.018641 -vt 0.633315 0.018497 -vt 0.633315 0.018641 -vt 0.633315 0.018786 -vt 0.633315 0.018930 -vt 0.633314 0.018930 -vt 0.633314 0.019074 -vt 0.633315 0.019074 -vt 0.633315 0.019218 -vt 0.633315 0.019363 -vt 0.633315 0.019507 -vt 0.633314 0.019363 -vt 0.633314 0.019507 -vt 0.633315 0.019363 -vt 0.633315 0.019507 -vt 0.633315 0.019651 -vt 0.633315 0.019795 -vt 0.633314 0.019795 -vt 0.633314 0.019940 -vt 0.633315 0.019940 -vt 0.633315 0.020084 -vt 0.633315 0.020228 -vt 0.633314 0.017776 -vt 0.633315 0.017776 -vt 0.633315 0.019795 -vt 0.633315 0.019651 -vt 0.633314 0.017920 -vt 0.633315 0.017920 -vt 0.633315 0.018209 -vt 0.633315 0.018353 -vt 0.633314 0.018353 -vt 0.633314 0.018786 -vt 0.633315 0.018786 -vt 0.633315 0.019074 -vt 0.633315 0.019218 -vt 0.633314 0.019218 -vt 0.633314 0.019651 -vt 0.633314 0.020084 -vt 0.633315 0.020372 -vt 0.633315 0.020516 -vt 0.633314 0.020516 -vt 0.633314 0.020949 -vt 0.633315 0.020949 -vt 0.633315 0.021238 -vt 0.633315 0.021382 -vt 0.633314 0.021382 -vt 0.633314 0.021815 -vt 0.633315 0.018064 -vt 0.633315 0.018930 -vt 0.633315 0.021093 -vt 0.633344 0.019940 -vt 0.633344 0.020084 -vt 0.633344 0.020228 -vt 0.633353 0.020228 -vt 0.633353 0.020372 -vt 0.633361 0.020372 -vt 0.633361 0.020516 -vt 0.633361 0.020661 -vt 0.633361 0.020805 -vt 0.633353 0.020661 -vt 0.633353 0.020805 -vt 0.633344 0.020661 -vt 0.633344 0.020805 -vt 0.633344 0.020949 -vt 0.633344 0.021093 -vt 0.633353 0.021093 -vt 0.633353 0.021238 -vt 0.633361 0.021238 -vt 0.633361 0.021382 -vt 0.633361 0.021526 -vt 0.633361 0.021670 -vt 0.633353 0.021526 -vt 0.633353 0.021670 -vt 0.633344 0.021526 -vt 0.633344 0.021670 -vt 0.633344 0.021815 -vt 0.633344 0.021959 -vt 0.633353 0.021959 -vt 0.633361 0.021959 -vt 0.633361 0.021815 -vt 0.633344 0.017776 -vt 0.633344 0.017920 -vt 0.633344 0.018064 -vt 0.633353 0.018064 -vt 0.633353 0.018209 -vt 0.633361 0.018209 -vt 0.633361 0.018353 -vt 0.633361 0.018497 -vt 0.633361 0.018641 -vt 0.633353 0.018497 -vt 0.633353 0.018641 -vt 0.633344 0.018497 -vt 0.633344 0.018641 -vt 0.633344 0.018786 -vt 0.633344 0.018930 -vt 0.633353 0.018930 -vt 0.633353 0.019074 -vt 0.633361 0.019074 -vt 0.633361 0.019218 -vt 0.633361 0.019363 -vt 0.633361 0.019507 -vt 0.633353 0.019363 -vt 0.633353 0.019507 -vt 0.633344 0.019363 -vt 0.633344 0.019507 -vt 0.633344 0.019651 -vt 0.633344 0.019795 -vt 0.633353 0.019795 -vt 0.633353 0.019940 -vt 0.633361 0.019940 -vt 0.633361 0.020084 -vt 0.633361 0.020228 -vt 0.633353 0.017776 -vt 0.633361 0.017776 -vt 0.633361 0.019795 -vt 0.633361 0.019651 -vt 0.633353 0.017920 -vt 0.633361 0.017920 -vt 0.633344 0.018209 -vt 0.633344 0.018353 -vt 0.633353 0.018353 -vt 0.633353 0.018786 -vt 0.633361 0.018786 -vt 0.633344 0.019074 -vt 0.633344 0.019218 -vt 0.633353 0.019218 -vt 0.633353 0.019651 -vt 0.633353 0.020084 -vt 0.633344 0.020372 -vt 0.633344 0.020516 -vt 0.633353 0.020516 -vt 0.633353 0.020949 -vt 0.633361 0.020949 -vt 0.633344 0.021238 -vt 0.633344 0.021382 -vt 0.633353 0.021382 -vt 0.633353 0.021815 -vt 0.633361 0.018064 -vt 0.633361 0.018930 -vt 0.633361 0.021093 -vt 0.631301 0.022103 -vt 0.631212 0.022103 -vt 0.631301 0.022103 -vt 0.631212 0.022103 -vt 0.631256 0.022103 -vt 0.631248 0.022103 -vt 0.631240 0.022103 -vt 0.631192 0.022103 -vt 0.631265 0.022103 -vt 0.631273 0.022103 -vt 0.631321 0.022103 -vt 0.631352 0.022103 -vt 0.631352 0.022103 -vt 0.631339 0.022103 -vt 0.631339 0.022103 -vt 0.631295 0.022103 -vt 0.631294 0.022103 -vt 0.631291 0.022103 -vt 0.631339 0.022103 -vt 0.631294 0.022103 -vt 0.631291 0.022103 -vt 0.631339 0.022103 -vt 0.631212 0.022103 -vt 0.631301 0.022103 -vt 0.631212 0.022103 -vt 0.631301 0.022103 -vt 0.631256 0.022103 -vt 0.631265 0.022103 -vt 0.631273 0.022103 -vt 0.631321 0.022103 -vt 0.631248 0.022103 -vt 0.631240 0.022103 -vt 0.631192 0.022103 -vt 0.631161 0.022103 -vt 0.631174 0.022103 -vt 0.631161 0.022103 -vt 0.631174 0.022103 -vt 0.631218 0.022103 -vt 0.631219 0.022103 -vt 0.631174 0.022103 -vt 0.631222 0.022103 -vt 0.631219 0.022103 -vt 0.631222 0.022103 -vt 0.631174 0.022103 -vt 0.631352 0.022129 -vt 0.631352 0.022129 -vt 0.631161 0.022129 -vt 0.631161 0.022129 -vt 0.631352 0.017632 -vt 0.631339 0.017632 -vt 0.631352 0.017632 -vt 0.631339 0.017632 -vt 0.631295 0.017632 -vt 0.631294 0.017632 -vt 0.631339 0.017632 -vt 0.631291 0.017632 -vt 0.631294 0.017632 -vt 0.631291 0.017632 -vt 0.631339 0.017632 -vt 0.631301 0.017632 -vt 0.631212 0.017632 -vt 0.631301 0.017632 -vt 0.631212 0.017632 -vt 0.631256 0.017632 -vt 0.631248 0.017632 -vt 0.631240 0.017632 -vt 0.631192 0.017632 -vt 0.631265 0.017632 -vt 0.631273 0.017632 -vt 0.631321 0.017632 -vt 0.631212 0.017632 -vt 0.631301 0.017632 -vt 0.631212 0.017632 -vt 0.631301 0.017632 -vt 0.631256 0.017632 -vt 0.631265 0.017632 -vt 0.631273 0.017632 -vt 0.631321 0.017632 -vt 0.631248 0.017632 -vt 0.631240 0.017632 -vt 0.631192 0.017632 -vt 0.631352 0.017606 -vt 0.631352 0.017606 -vt 0.631161 0.017606 -vt 0.631161 0.017606 -vt 0.631161 0.017632 -vt 0.631161 0.017632 -vt 0.631174 0.017632 -vt 0.631174 0.017632 -vt 0.631218 0.017632 -vt 0.631219 0.017632 -vt 0.631222 0.017632 -vt 0.631174 0.017632 -vt 0.631219 0.017632 -vt 0.631222 0.017632 -vt 0.631174 0.017632 -vt 0.631294 0.019940 -vt 0.631294 0.020084 -vt 0.631294 0.020228 -vt 0.631295 0.020228 -vt 0.631295 0.020372 -vt 0.631294 0.020372 -vt 0.631294 0.020516 -vt 0.631294 0.020661 -vt 0.631294 0.020805 -vt 0.631295 0.020661 -vt 0.631295 0.020805 -vt 0.631294 0.020661 -vt 0.631294 0.020805 -vt 0.631294 0.020949 -vt 0.631294 0.021093 -vt 0.631295 0.021093 -vt 0.631295 0.021238 -vt 0.631294 0.021238 -vt 0.631294 0.021382 -vt 0.631294 0.021526 -vt 0.631294 0.021670 -vt 0.631295 0.021526 -vt 0.631295 0.021670 -vt 0.631294 0.021526 -vt 0.631294 0.021670 -vt 0.631294 0.021815 -vt 0.631294 0.021959 -vt 0.631295 0.021959 -vt 0.631294 0.021959 -vt 0.631294 0.021815 -vt 0.631294 0.017776 -vt 0.631294 0.017920 -vt 0.631294 0.018064 -vt 0.631295 0.018064 -vt 0.631295 0.018209 -vt 0.631294 0.018209 -vt 0.631294 0.018353 -vt 0.631294 0.018497 -vt 0.631294 0.018641 -vt 0.631295 0.018497 -vt 0.631295 0.018641 -vt 0.631294 0.018497 -vt 0.631294 0.018641 -vt 0.631294 0.018786 -vt 0.631294 0.018930 -vt 0.631295 0.018930 -vt 0.631295 0.019074 -vt 0.631294 0.019074 -vt 0.631294 0.019218 -vt 0.631294 0.019363 -vt 0.631294 0.019507 -vt 0.631295 0.019363 -vt 0.631295 0.019507 -vt 0.631294 0.019363 -vt 0.631294 0.019507 -vt 0.631294 0.019651 -vt 0.631294 0.019795 -vt 0.631295 0.019795 -vt 0.631295 0.019940 -vt 0.631294 0.019940 -vt 0.631294 0.020084 -vt 0.631294 0.020228 -vt 0.631295 0.017776 -vt 0.631294 0.017776 -vt 0.631294 0.019795 -vt 0.631294 0.019651 -vt 0.631295 0.017920 -vt 0.631294 0.017920 -vt 0.631294 0.018209 -vt 0.631294 0.018353 -vt 0.631295 0.018353 -vt 0.631295 0.018786 -vt 0.631294 0.018786 -vt 0.631294 0.019074 -vt 0.631294 0.019218 -vt 0.631295 0.019218 -vt 0.631295 0.019651 -vt 0.631295 0.020084 -vt 0.631294 0.020372 -vt 0.631294 0.020516 -vt 0.631295 0.020516 -vt 0.631295 0.020949 -vt 0.631294 0.020949 -vt 0.631294 0.021238 -vt 0.631294 0.021382 -vt 0.631295 0.021382 -vt 0.631295 0.021815 -vt 0.631294 0.018064 -vt 0.631294 0.018930 -vt 0.631294 0.021093 -vt 0.631265 0.019940 -vt 0.631265 0.020084 -vt 0.631265 0.020228 -vt 0.631256 0.020228 -vt 0.631256 0.020372 -vt 0.631248 0.020372 -vt 0.631248 0.020516 -vt 0.631248 0.020661 -vt 0.631248 0.020805 -vt 0.631256 0.020661 -vt 0.631256 0.020805 -vt 0.631265 0.020661 -vt 0.631265 0.020805 -vt 0.631265 0.020949 -vt 0.631265 0.021093 -vt 0.631256 0.021093 -vt 0.631256 0.021238 -vt 0.631248 0.021238 -vt 0.631248 0.021382 -vt 0.631248 0.021526 -vt 0.631248 0.021670 -vt 0.631256 0.021526 -vt 0.631256 0.021670 -vt 0.631265 0.021526 -vt 0.631265 0.021670 -vt 0.631265 0.021815 -vt 0.631265 0.021959 -vt 0.631256 0.021959 -vt 0.631248 0.021959 -vt 0.631248 0.021815 -vt 0.631265 0.017776 -vt 0.631265 0.017920 -vt 0.631265 0.018064 -vt 0.631256 0.018064 -vt 0.631256 0.018209 -vt 0.631248 0.018209 -vt 0.631248 0.018353 -vt 0.631248 0.018497 -vt 0.631248 0.018641 -vt 0.631256 0.018497 -vt 0.631256 0.018641 -vt 0.631265 0.018497 -vt 0.631265 0.018641 -vt 0.631265 0.018786 -vt 0.631265 0.018930 -vt 0.631256 0.018930 -vt 0.631256 0.019074 -vt 0.631248 0.019074 -vt 0.631248 0.019218 -vt 0.631248 0.019363 -vt 0.631248 0.019507 -vt 0.631256 0.019363 -vt 0.631256 0.019507 -vt 0.631265 0.019363 -vt 0.631265 0.019507 -vt 0.631265 0.019651 -vt 0.631265 0.019795 -vt 0.631256 0.019795 -vt 0.631256 0.019940 -vt 0.631248 0.019940 -vt 0.631248 0.020084 -vt 0.631248 0.020228 -vt 0.631256 0.017776 -vt 0.631248 0.017776 -vt 0.631248 0.019795 -vt 0.631248 0.019651 -vt 0.631256 0.017920 -vt 0.631248 0.017920 -vt 0.631265 0.018209 -vt 0.631265 0.018353 -vt 0.631256 0.018353 -vt 0.631256 0.018786 -vt 0.631248 0.018786 -vt 0.631265 0.019074 -vt 0.631265 0.019218 -vt 0.631256 0.019218 -vt 0.631256 0.019651 -vt 0.631256 0.020084 -vt 0.631265 0.020372 -vt 0.631265 0.020516 -vt 0.631256 0.020516 -vt 0.631256 0.020949 -vt 0.631248 0.020949 -vt 0.631265 0.021238 -vt 0.631265 0.021382 -vt 0.631256 0.021382 -vt 0.631256 0.021815 -vt 0.631248 0.018064 -vt 0.631248 0.018930 -vt 0.631248 0.021093 -vt 0.631219 0.019940 -vt 0.631219 0.020084 -vt 0.631219 0.020228 -vt 0.631218 0.020228 -vt 0.631218 0.020372 -vt 0.631219 0.020372 -vt 0.631219 0.020516 -vt 0.631219 0.020661 -vt 0.631219 0.020805 -vt 0.631218 0.020661 -vt 0.631218 0.020805 -vt 0.631219 0.020661 -vt 0.631219 0.020805 -vt 0.631219 0.020949 -vt 0.631219 0.021093 -vt 0.631218 0.021093 -vt 0.631218 0.021238 -vt 0.631219 0.021238 -vt 0.631219 0.021382 -vt 0.631219 0.021526 -vt 0.631219 0.021670 -vt 0.631218 0.021526 -vt 0.631218 0.021670 -vt 0.631219 0.021526 -vt 0.631219 0.021670 -vt 0.631219 0.021815 -vt 0.631219 0.021959 -vt 0.631218 0.021959 -vt 0.631219 0.021959 -vt 0.631219 0.021815 -vt 0.631219 0.017776 -vt 0.631219 0.017920 -vt 0.631219 0.018064 -vt 0.631218 0.018064 -vt 0.631218 0.018209 -vt 0.631219 0.018209 -vt 0.631219 0.018353 -vt 0.631219 0.018497 -vt 0.631219 0.018641 -vt 0.631218 0.018497 -vt 0.631218 0.018641 -vt 0.631219 0.018497 -vt 0.631219 0.018641 -vt 0.631219 0.018786 -vt 0.631219 0.018930 -vt 0.631218 0.018930 -vt 0.631218 0.019074 -vt 0.631219 0.019074 -vt 0.631219 0.019218 -vt 0.631219 0.019363 -vt 0.631219 0.019507 -vt 0.631218 0.019363 -vt 0.631218 0.019507 -vt 0.631219 0.019363 -vt 0.631219 0.019507 -vt 0.631219 0.019651 -vt 0.631219 0.019795 -vt 0.631218 0.019795 -vt 0.631218 0.019940 -vt 0.631219 0.019940 -vt 0.631219 0.020084 -vt 0.631219 0.020228 -vt 0.631218 0.017776 -vt 0.631219 0.017776 -vt 0.631219 0.019795 -vt 0.631219 0.019651 -vt 0.631218 0.017920 -vt 0.631219 0.017920 -vt 0.631219 0.018209 -vt 0.631219 0.018353 -vt 0.631218 0.018353 -vt 0.631218 0.018786 -vt 0.631219 0.018786 -vt 0.631219 0.019074 -vt 0.631219 0.019218 -vt 0.631218 0.019218 -vt 0.631218 0.019651 -vt 0.631218 0.020084 -vt 0.631219 0.020372 -vt 0.631219 0.020516 -vt 0.631218 0.020516 -vt 0.631218 0.020949 -vt 0.631219 0.020949 -vt 0.631219 0.021238 -vt 0.631219 0.021382 -vt 0.631218 0.021382 -vt 0.631218 0.021815 -vt 0.631219 0.018064 -vt 0.631219 0.018930 -vt 0.631219 0.021093 -vt 0.631248 0.019940 -vt 0.631248 0.020084 -vt 0.631248 0.020228 -vt 0.631256 0.020228 -vt 0.631256 0.020372 -vt 0.631265 0.020372 -vt 0.631265 0.020516 -vt 0.631265 0.020661 -vt 0.631265 0.020805 -vt 0.631256 0.020661 -vt 0.631256 0.020805 -vt 0.631248 0.020661 -vt 0.631248 0.020805 -vt 0.631248 0.020949 -vt 0.631248 0.021093 -vt 0.631256 0.021093 -vt 0.631256 0.021238 -vt 0.631265 0.021238 -vt 0.631265 0.021382 -vt 0.631265 0.021526 -vt 0.631265 0.021670 -vt 0.631256 0.021526 -vt 0.631256 0.021670 -vt 0.631248 0.021526 -vt 0.631248 0.021670 -vt 0.631248 0.021815 -vt 0.631248 0.021959 -vt 0.631256 0.021959 -vt 0.631265 0.021959 -vt 0.631265 0.021815 -vt 0.631248 0.017776 -vt 0.631248 0.017920 -vt 0.631248 0.018064 -vt 0.631256 0.018064 -vt 0.631256 0.018209 -vt 0.631265 0.018209 -vt 0.631265 0.018353 -vt 0.631265 0.018497 -vt 0.631265 0.018641 -vt 0.631256 0.018497 -vt 0.631256 0.018641 -vt 0.631248 0.018497 -vt 0.631248 0.018641 -vt 0.631248 0.018786 -vt 0.631248 0.018930 -vt 0.631256 0.018930 -vt 0.631256 0.019074 -vt 0.631265 0.019074 -vt 0.631265 0.019218 -vt 0.631265 0.019363 -vt 0.631265 0.019507 -vt 0.631256 0.019363 -vt 0.631256 0.019507 -vt 0.631248 0.019363 -vt 0.631248 0.019507 -vt 0.631248 0.019651 -vt 0.631248 0.019795 -vt 0.631256 0.019795 -vt 0.631256 0.019940 -vt 0.631265 0.019940 -vt 0.631265 0.020084 -vt 0.631265 0.020228 -vt 0.631256 0.017776 -vt 0.631265 0.017776 -vt 0.631265 0.019795 -vt 0.631265 0.019651 -vt 0.631256 0.017920 -vt 0.631265 0.017920 -vt 0.631248 0.018209 -vt 0.631248 0.018353 -vt 0.631256 0.018353 -vt 0.631256 0.018786 -vt 0.631265 0.018786 -vt 0.631248 0.019074 -vt 0.631248 0.019218 -vt 0.631256 0.019218 -vt 0.631256 0.019651 -vt 0.631256 0.020084 -vt 0.631248 0.020372 -vt 0.631248 0.020516 -vt 0.631256 0.020516 -vt 0.631256 0.020949 -vt 0.631265 0.020949 -vt 0.631248 0.021238 -vt 0.631248 0.021382 -vt 0.631256 0.021382 -vt 0.631256 0.021815 -vt 0.631265 0.018064 -vt 0.631265 0.018930 -vt 0.631265 0.021093 -vt 0.123130 0.007731 -vt 0.123182 0.007705 -vt 0.123127 0.007725 -vt 0.123179 0.007699 -vt 0.123211 0.007731 -vt 0.123208 0.007725 -vt 0.123270 0.007921 -vt 0.123267 0.007915 -vt 0.123271 0.011722 -vt 0.123268 0.011715 -vt 0.123183 0.011882 -vt 0.123180 0.011876 -vt 0.123151 0.011912 -vt 0.123148 0.011905 -vt 0.122967 0.011992 -vt 0.122964 0.011986 -vt 0.122780 0.012102 -vt 0.122777 0.012095 -vt 0.122751 0.012128 -vt 0.122748 0.012121 -vt 0.122535 0.012211 -vt 0.122532 0.012205 -vt 0.122402 0.012292 -vt 0.122399 0.012285 -vt 0.122319 0.012346 -vt 0.122315 0.012340 -vt 0.122102 0.012433 -vt 0.122099 0.012427 -vt 0.122026 0.012482 -vt 0.122023 0.012476 -vt 0.121886 0.012554 -vt 0.121883 0.012547 -vt 0.121670 0.012665 -vt 0.121667 0.012659 -vt 0.121660 0.012672 -vt 0.121657 0.012666 -vt 0.121454 0.012764 -vt 0.121451 0.012757 -vt 0.121286 0.012862 -vt 0.121283 0.012856 -vt 0.121238 0.012899 -vt 0.121235 0.012892 -vt 0.121022 0.012979 -vt 0.121019 0.012973 -vt 0.120904 0.013052 -vt 0.120901 0.013046 -vt 0.120806 0.013113 -vt 0.120803 0.013106 -vt 0.120590 0.013205 -vt 0.120587 0.013198 -vt 0.120531 0.013243 -vt 0.120528 0.013236 -vt 0.120374 0.013318 -vt 0.120371 0.013311 -vt 0.120166 0.013433 -vt 0.120163 0.013426 -vt 0.120158 0.013440 -vt 0.120154 0.013433 -vt 0.119941 0.013530 -vt 0.119938 0.013524 -vt 0.119788 0.013623 -vt 0.119784 0.013616 -vt 0.119725 0.013668 -vt 0.119722 0.013662 -vt 0.119509 0.013750 -vt 0.119506 0.013743 -vt 0.119408 0.013813 -vt 0.119405 0.013806 -vt 0.119293 0.013879 -vt 0.119290 0.013872 -vt 0.119077 0.013977 -vt 0.119074 0.013970 -vt 0.119038 0.014003 -vt 0.119035 0.013996 -vt 0.118861 0.014082 -vt 0.118858 0.014075 -vt 0.118669 0.014193 -vt 0.118666 0.014187 -vt 0.118645 0.014214 -vt 0.118642 0.014208 -vt 0.118429 0.014298 -vt 0.118426 0.014292 -vt 0.118289 0.014383 -vt 0.118286 0.014377 -vt 0.118213 0.014435 -vt 0.118210 0.014429 -vt 0.117997 0.014520 -vt 0.117993 0.014514 -vt 0.117913 0.014573 -vt 0.117909 0.014567 -vt 0.117780 0.014643 -vt 0.117777 0.014637 -vt 0.117564 0.014750 -vt 0.117561 0.014743 -vt 0.117544 0.014763 -vt 0.117541 0.014757 -vt 0.117348 0.014846 -vt 0.117345 0.014839 -vt 0.117169 0.014954 -vt 0.117166 0.014947 -vt 0.117132 0.014986 -vt 0.117129 0.014979 -vt 0.116916 0.015068 -vt 0.116913 0.015062 -vt 0.116792 0.015144 -vt 0.116789 0.015137 -vt 0.116700 0.015201 -vt 0.116697 0.015195 -vt 0.116484 0.015292 -vt 0.116481 0.015285 -vt 0.116419 0.015334 -vt 0.116416 0.015327 -vt 0.116268 0.015448 -vt 0.116265 0.015441 -vt 0.116203 0.015524 -vt 0.116200 0.015517 -vt 0.116205 0.022935 -vt 0.116202 0.022928 -vt 0.116270 0.023018 -vt 0.116267 0.023012 -vt 0.116389 0.023125 -vt 0.116386 0.023118 -vt 0.116486 0.023187 -vt 0.116483 0.023180 -vt 0.116702 0.023269 -vt 0.116699 0.023263 -vt 0.116764 0.023315 -vt 0.116761 0.023308 -vt 0.116918 0.023407 -vt 0.116915 0.023400 -vt 0.117134 0.023495 -vt 0.117131 0.023488 -vt 0.117146 0.023505 -vt 0.117143 0.023498 -vt 0.117351 0.023618 -vt 0.117347 0.023612 -vt 0.117509 0.023695 -vt 0.117506 0.023688 -vt 0.117567 0.023733 -vt 0.117564 0.023726 -vt 0.117783 0.023823 -vt 0.117780 0.023817 -vt 0.117884 0.023884 -vt 0.117881 0.023878 -vt 0.117999 0.023955 -vt 0.117996 0.023949 -vt 0.118215 0.024037 -vt 0.118212 0.024031 -vt 0.118264 0.024074 -vt 0.118261 0.024068 -vt 0.118431 0.024172 -vt 0.118428 0.024166 -vt 0.118639 0.024264 -vt 0.118636 0.024258 -vt 0.118648 0.024270 -vt 0.118644 0.024264 -vt 0.118864 0.024382 -vt 0.118861 0.024375 -vt 0.119004 0.024454 -vt 0.119001 0.024448 -vt 0.119080 0.024503 -vt 0.119077 0.024496 -vt 0.119296 0.024588 -vt 0.119293 0.024582 -vt 0.119382 0.024644 -vt 0.119378 0.024638 -vt 0.119512 0.024724 -vt 0.119509 0.024718 -vt 0.119728 0.024806 -vt 0.119725 0.024800 -vt 0.119760 0.024834 -vt 0.119757 0.024828 -vt 0.119945 0.024944 -vt 0.119941 0.024937 -vt 0.120131 0.025024 -vt 0.120128 0.025017 -vt 0.120161 0.025044 -vt 0.120158 0.025038 -vt 0.120377 0.025146 -vt 0.120374 0.025139 -vt 0.120501 0.025214 -vt 0.120497 0.025207 -vt 0.120593 0.025272 -vt 0.120590 0.025266 -vt 0.120809 0.025356 -vt 0.120806 0.025349 -vt 0.120880 0.025404 -vt 0.120877 0.025397 -vt 0.121025 0.025490 -vt 0.121022 0.025483 -vt 0.121241 0.025579 -vt 0.121238 0.025572 -vt 0.121259 0.025594 -vt 0.121256 0.025587 -vt 0.121458 0.025706 -vt 0.121455 0.025700 -vt 0.121626 0.025784 -vt 0.121622 0.025777 -vt 0.121674 0.025815 -vt 0.121671 0.025809 -vt 0.121890 0.025910 -vt 0.121887 0.025903 -vt 0.121999 0.025974 -vt 0.121996 0.025967 -vt 0.122106 0.026040 -vt 0.122103 0.026034 -vt 0.122322 0.026123 -vt 0.122319 0.026116 -vt 0.122376 0.026164 -vt 0.122373 0.026157 -vt 0.122538 0.026261 -vt 0.122535 0.026254 -vt 0.122680 0.026353 -vt 0.122677 0.026347 -vt 0.122539 0.026535 -vt 0.122535 0.026528 -vt 0.122528 0.026544 -vt 0.122525 0.026537 -vt 0.122322 0.026635 -vt 0.122319 0.026628 -vt 0.122153 0.026734 -vt 0.122150 0.026727 -vt 0.122106 0.026769 -vt 0.122103 0.026762 -vt 0.121890 0.026851 -vt 0.121887 0.026844 -vt 0.121772 0.026924 -vt 0.121769 0.026917 -vt 0.121674 0.026984 -vt 0.121671 0.026978 -vt 0.121458 0.027075 -vt 0.121455 0.027068 -vt 0.121398 0.027114 -vt 0.121395 0.027107 -vt 0.121242 0.027189 -vt 0.121239 0.027183 -vt 0.121034 0.027304 -vt 0.121031 0.027297 -vt 0.121026 0.027311 -vt 0.121023 0.027305 -vt 0.120810 0.027401 -vt 0.120807 0.027395 -vt 0.120655 0.027494 -vt 0.120652 0.027488 -vt 0.120594 0.027539 -vt 0.120590 0.027532 -vt 0.120378 0.027621 -vt 0.120374 0.027614 -vt 0.120276 0.027684 -vt 0.120272 0.027678 -vt 0.120161 0.027749 -vt 0.120158 0.027743 -vt 0.119945 0.027847 -vt 0.119942 0.027841 -vt 0.119904 0.027874 -vt 0.119901 0.027868 -vt 0.119729 0.027953 -vt 0.119726 0.027947 -vt 0.119537 0.028064 -vt 0.119534 0.028058 -vt 0.119513 0.028086 -vt 0.119510 0.028079 -vt 0.119297 0.028169 -vt 0.119294 0.028163 -vt 0.119156 0.028255 -vt 0.119153 0.028248 -vt 0.119081 0.028306 -vt 0.119078 0.028299 -vt 0.118865 0.028390 -vt 0.118862 0.028383 -vt 0.118742 0.028445 -vt 0.118739 0.028438 -vt 0.118649 0.028488 -vt 0.118646 0.028481 -vt 0.118579 0.028445 -vt 0.118575 0.028438 -vt 0.118433 0.028367 -vt 0.118429 0.028361 -vt 0.118216 0.028285 -vt 0.118213 0.028279 -vt 0.118182 0.028255 -vt 0.118179 0.028248 -vt 0.118000 0.028146 -vt 0.117997 0.028140 -vt 0.117808 0.028065 -vt 0.117805 0.028058 -vt 0.117784 0.028049 -vt 0.117781 0.028042 -vt 0.117568 0.027944 -vt 0.117565 0.027938 -vt 0.117441 0.027875 -vt 0.117438 0.027869 -vt 0.117352 0.027818 -vt 0.117349 0.027812 -vt 0.117136 0.027736 -vt 0.117132 0.027729 -vt 0.117061 0.027685 -vt 0.117058 0.027679 -vt 0.116919 0.027599 -vt 0.116916 0.027593 -vt 0.116703 0.027514 -vt 0.116700 0.027508 -vt 0.116682 0.027495 -vt 0.116679 0.027489 -vt 0.116487 0.027383 -vt 0.116484 0.027376 -vt 0.116317 0.027305 -vt 0.116314 0.027299 -vt 0.116271 0.027275 -vt 0.116268 0.027268 -vt 0.116055 0.027180 -vt 0.116052 0.027173 -vt 0.115943 0.027115 -vt 0.115940 0.027109 -vt 0.115839 0.027050 -vt 0.115836 0.027044 -vt 0.115622 0.026968 -vt 0.115619 0.026962 -vt 0.115564 0.026925 -vt 0.115561 0.026919 -vt 0.115406 0.026832 -vt 0.115403 0.026825 -vt 0.115190 0.026740 -vt 0.115187 0.026733 -vt 0.115185 0.026735 -vt 0.115182 0.026729 -vt 0.114974 0.026620 -vt 0.114971 0.026614 -vt 0.114822 0.026546 -vt 0.114819 0.026539 -vt 0.114758 0.026503 -vt 0.114755 0.026497 -vt 0.114542 0.026414 -vt 0.114539 0.026408 -vt 0.114445 0.026356 -vt 0.114442 0.026349 -vt 0.114325 0.026282 -vt 0.114322 0.026276 -vt 0.114109 0.026200 -vt 0.114106 0.026193 -vt 0.114070 0.026166 -vt 0.114067 0.026159 -vt 0.113893 0.026058 -vt 0.113890 0.026052 -vt 0.113693 0.025976 -vt 0.113690 0.025969 -vt 0.113677 0.025964 -vt 0.113674 0.025958 -vt 0.113461 0.025856 -vt 0.113458 0.025850 -vt 0.113326 0.025786 -vt 0.113323 0.025779 -vt 0.113245 0.025734 -vt 0.113242 0.025728 -vt 0.113029 0.025649 -vt 0.113025 0.025642 -vt 0.112949 0.025596 -vt 0.112946 0.025589 -vt 0.112812 0.025513 -vt 0.112809 0.025507 -vt 0.112596 0.025428 -vt 0.112593 0.025422 -vt 0.112571 0.025406 -vt 0.112568 0.025399 -vt 0.112380 0.025296 -vt 0.112377 0.025289 -vt 0.112202 0.025216 -vt 0.112199 0.025210 -vt 0.112164 0.025178 -vt 0.112161 0.025171 -vt 0.112081 0.025026 -vt 0.112078 0.025020 -vt 0.112078 0.013435 -vt 0.112075 0.013428 -vt 0.112161 0.013309 -vt 0.112158 0.013302 -vt 0.112233 0.013245 -vt 0.112230 0.013238 -vt 0.112377 0.013172 -vt 0.112374 0.013165 -vt 0.112594 0.013055 -vt 0.112591 0.013049 -vt 0.112809 0.012962 -vt 0.112806 0.012956 -vt 0.112974 0.012864 -vt 0.112971 0.012858 -vt 0.113025 0.012825 -vt 0.113022 0.012819 -vt 0.113241 0.012743 -vt 0.113238 0.012737 -vt 0.113353 0.012674 -vt 0.113350 0.012668 -vt 0.113457 0.012613 -vt 0.113454 0.012606 -vt 0.113673 0.012519 -vt 0.113670 0.012513 -vt 0.113726 0.012484 -vt 0.113723 0.012478 -vt 0.113889 0.012407 -vt 0.113886 0.012401 -vt 0.114093 0.012294 -vt 0.114090 0.012288 -vt 0.114106 0.012283 -vt 0.114102 0.012276 -vt 0.114322 0.012193 -vt 0.114319 0.012187 -vt 0.114471 0.012104 -vt 0.114467 0.012097 -vt 0.114538 0.012057 -vt 0.114535 0.012050 -vt 0.114754 0.011974 -vt 0.114751 0.011967 -vt 0.114850 0.011914 -vt 0.114847 0.011907 -vt 0.114970 0.011847 -vt 0.114967 0.011840 -vt 0.115186 0.011746 -vt 0.115183 0.011740 -vt 0.115220 0.011724 -vt 0.115217 0.011717 -vt 0.115402 0.011644 -vt 0.115399 0.011637 -vt 0.115591 0.011534 -vt 0.115588 0.011527 -vt 0.115618 0.011510 -vt 0.115615 0.011504 -vt 0.115834 0.011424 -vt 0.115831 0.011418 -vt 0.115968 0.011343 -vt 0.115965 0.011337 -vt 0.116051 0.011290 -vt 0.116047 0.011283 -vt 0.116267 0.011203 -vt 0.116263 0.011196 -vt 0.116345 0.011153 -vt 0.116342 0.011147 -vt 0.116483 0.011082 -vt 0.116480 0.011076 -vt 0.116699 0.010973 -vt 0.116696 0.010967 -vt 0.116713 0.010963 -vt 0.116710 0.010957 -vt 0.116915 0.010880 -vt 0.116912 0.010874 -vt 0.117091 0.010773 -vt 0.117088 0.010767 -vt 0.117131 0.010738 -vt 0.117128 0.010731 -vt 0.117347 0.010656 -vt 0.117344 0.010649 -vt 0.117466 0.010583 -vt 0.117463 0.010577 -vt 0.117563 0.010523 -vt 0.117560 0.010517 -vt 0.117779 0.010434 -vt 0.117776 0.010427 -vt 0.117842 0.010393 -vt 0.117839 0.010386 -vt 0.117995 0.010318 -vt 0.117992 0.010311 -vt 0.118207 0.010203 -vt 0.118203 0.010196 -vt 0.118211 0.010198 -vt 0.118208 0.010192 -vt 0.118428 0.010106 -vt 0.118424 0.010099 -vt 0.118584 0.010013 -vt 0.118581 0.010006 -vt 0.118644 0.009969 -vt 0.118641 0.009962 -vt 0.118860 0.009886 -vt 0.118857 0.009879 -vt 0.118963 0.009823 -vt 0.118960 0.009816 -vt 0.119076 0.009758 -vt 0.119073 0.009752 -vt 0.119292 0.009661 -vt 0.119289 0.009654 -vt 0.119334 0.009632 -vt 0.119331 0.009626 -vt 0.119508 0.009554 -vt 0.119505 0.009547 -vt 0.119701 0.009442 -vt 0.119698 0.009436 -vt 0.119724 0.009422 -vt 0.119721 0.009416 -vt 0.119940 0.009338 -vt 0.119937 0.009331 -vt 0.120081 0.009252 -vt 0.120078 0.009246 -vt 0.120156 0.009201 -vt 0.120153 0.009194 -vt 0.120373 0.009117 -vt 0.120369 0.009111 -vt 0.120459 0.009062 -vt 0.120456 0.009056 -vt 0.120589 0.008993 -vt 0.120585 0.008986 -vt 0.120805 0.008887 -vt 0.120802 0.008881 -vt 0.120827 0.008872 -vt 0.120824 0.008865 -vt 0.121021 0.008790 -vt 0.121018 0.008784 -vt 0.121203 0.008682 -vt 0.121199 0.008675 -vt 0.121237 0.008652 -vt 0.121234 0.008645 -vt 0.121453 0.008567 -vt 0.121450 0.008561 -vt 0.121577 0.008492 -vt 0.121574 0.008485 -vt 0.121669 0.008434 -vt 0.121666 0.008428 -vt 0.121885 0.008346 -vt 0.121882 0.008339 -vt 0.121954 0.008302 -vt 0.121950 0.008295 -vt 0.122101 0.008228 -vt 0.122098 0.008222 -vt 0.122319 0.008112 -vt 0.122316 0.008106 -vt 0.122534 0.008019 -vt 0.122530 0.008012 -vt 0.122697 0.007921 -vt 0.122694 0.007915 -vt 0.122750 0.007881 -vt 0.122746 0.007875 -vt 0.122966 0.007798 -vt 0.122963 0.007792 -vt 0.834853 0.015522 -vt 0.835006 0.015447 -vt 0.834850 0.015516 -vt 0.835003 0.015441 -vt 0.835222 0.015372 -vt 0.835219 0.015365 -vt 0.835439 0.015443 -vt 0.835435 0.015436 -vt 0.835616 0.015522 -vt 0.835613 0.015516 -vt 0.835655 0.015548 -vt 0.835652 0.015542 -vt 0.835871 0.015646 -vt 0.835868 0.015640 -vt 0.835988 0.015712 -vt 0.835985 0.015705 -vt 0.836087 0.015774 -vt 0.836084 0.015767 -vt 0.836303 0.015856 -vt 0.836300 0.015850 -vt 0.836365 0.015902 -vt 0.836362 0.015895 -vt 0.836519 0.015994 -vt 0.836516 0.015988 -vt 0.836736 0.016083 -vt 0.836732 0.016077 -vt 0.836745 0.016092 -vt 0.836742 0.016085 -vt 0.836952 0.016206 -vt 0.836949 0.016200 -vt 0.837110 0.016282 -vt 0.837106 0.016275 -vt 0.837168 0.016320 -vt 0.837165 0.016313 -vt 0.837384 0.016411 -vt 0.837381 0.016405 -vt 0.837484 0.016472 -vt 0.837481 0.016465 -vt 0.837600 0.016543 -vt 0.837597 0.016536 -vt 0.837816 0.016624 -vt 0.837813 0.016618 -vt 0.837865 0.016662 -vt 0.837862 0.016655 -vt 0.838032 0.016760 -vt 0.838029 0.016753 -vt 0.838238 0.016851 -vt 0.838235 0.016845 -vt 0.838249 0.016859 -vt 0.838246 0.016852 -vt 0.838465 0.016970 -vt 0.838462 0.016963 -vt 0.838605 0.017041 -vt 0.838602 0.017035 -vt 0.838681 0.017090 -vt 0.838678 0.017084 -vt 0.838897 0.017176 -vt 0.838894 0.017170 -vt 0.838982 0.017231 -vt 0.838979 0.017225 -vt 0.839113 0.017315 -vt 0.839110 0.017308 -vt 0.839247 0.017421 -vt 0.839244 0.017415 -vt 0.839113 0.017556 -vt 0.839110 0.017550 -vt 0.839038 0.017611 -vt 0.839035 0.017605 -vt 0.838897 0.017684 -vt 0.838894 0.017677 -vt 0.838681 0.017794 -vt 0.838678 0.017788 -vt 0.838671 0.017802 -vt 0.838668 0.017795 -vt 0.838465 0.017893 -vt 0.838462 0.017887 -vt 0.838298 0.017992 -vt 0.838295 0.017985 -vt 0.838249 0.018029 -vt 0.838246 0.018022 -vt 0.838033 0.018111 -vt 0.838030 0.018104 -vt 0.837917 0.018182 -vt 0.837914 0.018175 -vt 0.837817 0.018242 -vt 0.837814 0.018236 -vt 0.837601 0.018334 -vt 0.837598 0.018327 -vt 0.837543 0.018372 -vt 0.837540 0.018365 -vt 0.837385 0.018448 -vt 0.837381 0.018442 -vt 0.837178 0.018562 -vt 0.837175 0.018555 -vt 0.837168 0.018571 -vt 0.837165 0.018564 -vt 0.836952 0.018659 -vt 0.836949 0.018653 -vt 0.836799 0.018752 -vt 0.836795 0.018746 -vt 0.836736 0.018798 -vt 0.836733 0.018791 -vt 0.836520 0.018880 -vt 0.836517 0.018874 -vt 0.836421 0.018942 -vt 0.836418 0.018936 -vt 0.836304 0.019008 -vt 0.836301 0.019001 -vt 0.836088 0.019106 -vt 0.836085 0.019100 -vt 0.836049 0.019132 -vt 0.836046 0.019126 -vt 0.836088 0.019199 -vt 0.836085 0.019192 -vt 0.836147 0.019322 -vt 0.836144 0.019316 -vt 0.836304 0.019415 -vt 0.836301 0.019409 -vt 0.836520 0.019508 -vt 0.836517 0.019501 -vt 0.836525 0.019512 -vt 0.836522 0.019506 -vt 0.836737 0.019627 -vt 0.836733 0.019621 -vt 0.836890 0.019702 -vt 0.836887 0.019696 -vt 0.836953 0.019743 -vt 0.836950 0.019737 -vt 0.837169 0.019833 -vt 0.837166 0.019826 -vt 0.837266 0.019892 -vt 0.837263 0.019886 -vt 0.837385 0.019965 -vt 0.837382 0.019959 -vt 0.837601 0.020047 -vt 0.837598 0.020040 -vt 0.837641 0.020082 -vt 0.837638 0.020076 -vt 0.837817 0.020189 -vt 0.837814 0.020183 -vt 0.838017 0.020272 -vt 0.838014 0.020265 -vt 0.838033 0.020283 -vt 0.838030 0.020277 -vt 0.838250 0.020391 -vt 0.838246 0.020385 -vt 0.838387 0.020462 -vt 0.838384 0.020455 -vt 0.838466 0.020512 -vt 0.838463 0.020505 -vt 0.838682 0.020598 -vt 0.838679 0.020592 -vt 0.838763 0.020652 -vt 0.838759 0.020645 -vt 0.838898 0.020734 -vt 0.838895 0.020728 -vt 0.839114 0.020819 -vt 0.839111 0.020813 -vt 0.839140 0.020842 -vt 0.839137 0.020835 -vt 0.839330 0.020952 -vt 0.839327 0.020945 -vt 0.839511 0.021032 -vt 0.839508 0.021025 -vt 0.839547 0.021055 -vt 0.839543 0.021049 -vt 0.839763 0.021176 -vt 0.839760 0.021170 -vt 0.839815 0.021222 -vt 0.839811 0.021215 -vt 0.839763 0.021281 -vt 0.839760 0.021274 -vt 0.839620 0.021412 -vt 0.839617 0.021405 -vt 0.839547 0.021461 -vt 0.839544 0.021455 -vt 0.839331 0.021545 -vt 0.839327 0.021539 -vt 0.839241 0.021602 -vt 0.839238 0.021595 -vt 0.839114 0.021671 -vt 0.839111 0.021664 -vt 0.838898 0.021774 -vt 0.838895 0.021768 -vt 0.838872 0.021792 -vt 0.838869 0.021785 -vt 0.838682 0.021873 -vt 0.838679 0.021866 -vt 0.838501 0.021982 -vt 0.838497 0.021976 -vt 0.838466 0.022012 -vt 0.838463 0.022006 -vt 0.838250 0.022094 -vt 0.838247 0.022088 -vt 0.838122 0.022172 -vt 0.838119 0.022166 -vt 0.838034 0.022228 -vt 0.838031 0.022222 -vt 0.837818 0.022315 -vt 0.837815 0.022309 -vt 0.837745 0.022362 -vt 0.837742 0.022356 -vt 0.837602 0.022435 -vt 0.837599 0.022429 -vt 0.837383 0.022551 -vt 0.837380 0.022544 -vt 0.837170 0.022645 -vt 0.837166 0.022638 -vt 0.837005 0.022743 -vt 0.837002 0.022736 -vt 0.836954 0.022782 -vt 0.836950 0.022775 -vt 0.836737 0.022863 -vt 0.836734 0.022857 -vt 0.836625 0.022933 -vt 0.836622 0.022926 -vt 0.836521 0.022994 -vt 0.836518 0.022988 -vt 0.836305 0.023023 -vt 0.836302 0.023016 -vt 0.836089 0.022978 -vt 0.836086 0.022972 -vt 0.836027 0.022933 -vt 0.836024 0.022926 -vt 0.835873 0.022841 -vt 0.835870 0.022834 -vt 0.835657 0.022753 -vt 0.835654 0.022746 -vt 0.835645 0.022743 -vt 0.835642 0.022736 -vt 0.835441 0.022629 -vt 0.835437 0.022623 -vt 0.835282 0.022553 -vt 0.835279 0.022546 -vt 0.835224 0.022515 -vt 0.835221 0.022508 -vt 0.835008 0.022424 -vt 0.835005 0.022417 -vt 0.834907 0.022363 -vt 0.834904 0.022357 -vt 0.834792 0.022292 -vt 0.834789 0.022286 -vt 0.834576 0.022210 -vt 0.834573 0.022204 -vt 0.834527 0.022173 -vt 0.834524 0.022167 -vt 0.834360 0.022075 -vt 0.834357 0.022069 -vt 0.834152 0.021983 -vt 0.834149 0.021977 -vt 0.834144 0.021977 -vt 0.834140 0.021971 -vt 0.833927 0.021865 -vt 0.833924 0.021859 -vt 0.833787 0.021793 -vt 0.833784 0.021787 -vt 0.833711 0.021745 -vt 0.833708 0.021738 -vt 0.833495 0.021659 -vt 0.833492 0.021653 -vt 0.833410 0.021603 -vt 0.833407 0.021597 -vt 0.833279 0.021523 -vt 0.833276 0.021517 -vt 0.833063 0.021441 -vt 0.833060 0.021435 -vt 0.833031 0.021413 -vt 0.833028 0.021407 -vt 0.832847 0.021304 -vt 0.832844 0.021297 -vt 0.832661 0.021223 -vt 0.832657 0.021217 -vt 0.832631 0.021203 -vt 0.832627 0.021197 -vt 0.832414 0.021100 -vt 0.832411 0.021094 -vt 0.832326 0.021033 -vt 0.832322 0.021027 -vt 0.832414 0.020868 -vt 0.832411 0.020861 -vt 0.832434 0.020843 -vt 0.832431 0.020837 -vt 0.832630 0.020761 -vt 0.832627 0.020755 -vt 0.832809 0.020653 -vt 0.832805 0.020647 -vt 0.832846 0.020620 -vt 0.832843 0.020613 -vt 0.833063 0.020538 -vt 0.833059 0.020532 -vt 0.833186 0.020463 -vt 0.833182 0.020457 -vt 0.833279 0.020405 -vt 0.833275 0.020398 -vt 0.833495 0.020315 -vt 0.833492 0.020309 -vt 0.833559 0.020273 -vt 0.833556 0.020267 -vt 0.833711 0.020199 -vt 0.833708 0.020192 -vt 0.833926 0.020082 -vt 0.833923 0.020076 -vt 0.834143 0.019990 -vt 0.834140 0.019983 -vt 0.834303 0.019893 -vt 0.834300 0.019886 -vt 0.834359 0.019850 -vt 0.834356 0.019843 -vt 0.834575 0.019768 -vt 0.834572 0.019762 -vt 0.834681 0.019703 -vt 0.834678 0.019696 -vt 0.834791 0.019639 -vt 0.834788 0.019633 -vt 0.835007 0.019544 -vt 0.835004 0.019538 -vt 0.835055 0.019513 -vt 0.835052 0.019506 -vt 0.835224 0.019435 -vt 0.835220 0.019428 -vt 0.835421 0.019323 -vt 0.835418 0.019316 -vt 0.835440 0.019273 -vt 0.835437 0.019266 -vt 0.835502 0.019132 -vt 0.835499 0.019126 -vt 0.835440 0.019092 -vt 0.835436 0.019085 -vt 0.835223 0.019002 -vt 0.835220 0.018996 -vt 0.835126 0.018943 -vt 0.835123 0.018936 -vt 0.835007 0.018869 -vt 0.835004 0.018863 -vt 0.834791 0.018788 -vt 0.834788 0.018781 -vt 0.834751 0.018753 -vt 0.834748 0.018746 -vt 0.834575 0.018645 -vt 0.834572 0.018639 -vt 0.834375 0.018563 -vt 0.834372 0.018556 -vt 0.834359 0.018552 -vt 0.834356 0.018545 -vt 0.834143 0.018444 -vt 0.834139 0.018437 -vt 0.834005 0.018373 -vt 0.834001 0.018366 -vt 0.833926 0.018323 -vt 0.833923 0.018317 -vt 0.833710 0.018236 -vt 0.833707 0.018230 -vt 0.833630 0.018183 -vt 0.833627 0.018176 -vt 0.833494 0.018101 -vt 0.833491 0.018094 -vt 0.833278 0.018017 -vt 0.833275 0.018010 -vt 0.833251 0.017993 -vt 0.833248 0.017986 -vt 0.833062 0.017883 -vt 0.833059 0.017876 -vt 0.832881 0.017803 -vt 0.832878 0.017796 -vt 0.832846 0.017779 -vt 0.832843 0.017773 -vt 0.832630 0.017680 -vt 0.832626 0.017673 -vt 0.832509 0.017613 -vt 0.832506 0.017607 -vt 0.832413 0.017553 -vt 0.832410 0.017546 -vt 0.832197 0.017470 -vt 0.832194 0.017464 -vt 0.832130 0.017423 -vt 0.832127 0.017417 -vt 0.831981 0.017334 -vt 0.831978 0.017327 -vt 0.831765 0.017233 -vt 0.831762 0.017227 -vt 0.831861 0.017043 -vt 0.831858 0.017037 -vt 0.831981 0.016976 -vt 0.831978 0.016970 -vt 0.832197 0.016877 -vt 0.832194 0.016870 -vt 0.832232 0.016853 -vt 0.832229 0.016847 -vt 0.832413 0.016773 -vt 0.832410 0.016767 -vt 0.832602 0.016663 -vt 0.832599 0.016656 -vt 0.832629 0.016639 -vt 0.832626 0.016633 -vt 0.832845 0.016553 -vt 0.832842 0.016547 -vt 0.832979 0.016473 -vt 0.832976 0.016466 -vt 0.833061 0.016419 -vt 0.833058 0.016413 -vt 0.833278 0.016332 -vt 0.833274 0.016326 -vt 0.833356 0.016283 -vt 0.833353 0.016276 -vt 0.833494 0.016212 -vt 0.833490 0.016205 -vt 0.833710 0.016104 -vt 0.833707 0.016097 -vt 0.833726 0.016093 -vt 0.833723 0.016086 -vt 0.833926 0.016010 -vt 0.833923 0.016003 -vt 0.834102 0.015902 -vt 0.834099 0.015896 -vt 0.834142 0.015867 -vt 0.834139 0.015861 -vt 0.834358 0.015786 -vt 0.834355 0.015779 -vt 0.834477 0.015712 -vt 0.834474 0.015706 -vt 0.834574 0.015653 -vt 0.834571 0.015646 -vt 0.834790 0.015563 -vt 0.834787 0.015557 -vt 0.129944 0.023691 -vt 0.130102 0.023615 -vt 0.129941 0.023685 -vt 0.130099 0.023609 -vt 0.130318 0.023583 -vt 0.130315 0.023577 -vt 0.130535 0.023648 -vt 0.130531 0.023642 -vt 0.130590 0.023691 -vt 0.130587 0.023685 -vt 0.130751 0.023788 -vt 0.130748 0.023781 -vt 0.130968 0.023879 -vt 0.130966 0.023873 -vt 0.131183 0.023997 -vt 0.131180 0.023990 -vt 0.131334 0.024071 -vt 0.131331 0.024064 -vt 0.131399 0.024113 -vt 0.131396 0.024107 -vt 0.131615 0.024202 -vt 0.131612 0.024196 -vt 0.131712 0.024261 -vt 0.131708 0.024254 -vt 0.131831 0.024334 -vt 0.131828 0.024328 -vt 0.132048 0.024417 -vt 0.132045 0.024410 -vt 0.132087 0.024451 -vt 0.132084 0.024444 -vt 0.132264 0.024559 -vt 0.132261 0.024552 -vt 0.132462 0.024641 -vt 0.132459 0.024634 -vt 0.132480 0.024653 -vt 0.132477 0.024647 -vt 0.132696 0.024760 -vt 0.132693 0.024754 -vt 0.132831 0.024831 -vt 0.132828 0.024824 -vt 0.132912 0.024882 -vt 0.132909 0.024876 -vt 0.133128 0.024969 -vt 0.133125 0.024962 -vt 0.133207 0.025021 -vt 0.133204 0.025014 -vt 0.133345 0.025103 -vt 0.133341 0.025097 -vt 0.133561 0.025188 -vt 0.133558 0.025182 -vt 0.133586 0.025211 -vt 0.133583 0.025204 -vt 0.133777 0.025321 -vt 0.133774 0.025315 -vt 0.133954 0.025401 -vt 0.133951 0.025394 -vt 0.133993 0.025427 -vt 0.133990 0.025420 -vt 0.134209 0.025532 -vt 0.134206 0.025525 -vt 0.134276 0.025590 -vt 0.134273 0.025584 -vt 0.134209 0.025697 -vt 0.134206 0.025690 -vt 0.134128 0.025780 -vt 0.134125 0.025774 -vt 0.133993 0.025851 -vt 0.133990 0.025845 -vt 0.133777 0.025959 -vt 0.133774 0.025953 -vt 0.133761 0.025971 -vt 0.133758 0.025964 -vt 0.133561 0.026053 -vt 0.133558 0.026046 -vt 0.133384 0.026161 -vt 0.133381 0.026154 -vt 0.133345 0.026195 -vt 0.133342 0.026189 -vt 0.133129 0.026277 -vt 0.133126 0.026271 -vt 0.133009 0.026351 -vt 0.133006 0.026344 -vt 0.132913 0.026410 -vt 0.132910 0.026403 -vt 0.132697 0.026499 -vt 0.132693 0.026492 -vt 0.132632 0.026541 -vt 0.132629 0.026534 -vt 0.132481 0.026616 -vt 0.132477 0.026609 -vt 0.132269 0.026731 -vt 0.132266 0.026725 -vt 0.132264 0.026735 -vt 0.132261 0.026729 -vt 0.132048 0.026828 -vt 0.132045 0.026821 -vt 0.131891 0.026921 -vt 0.131888 0.026915 -vt 0.131832 0.026964 -vt 0.131829 0.026958 -vt 0.131616 0.027046 -vt 0.131613 0.027040 -vt 0.131512 0.027111 -vt 0.131508 0.027105 -vt 0.131400 0.027176 -vt 0.131397 0.027169 -vt 0.131184 0.027271 -vt 0.131181 0.027264 -vt 0.131138 0.027301 -vt 0.131134 0.027295 -vt 0.130968 0.027379 -vt 0.130965 0.027373 -vt 0.130773 0.027492 -vt 0.130770 0.027485 -vt 0.130752 0.027510 -vt 0.130749 0.027504 -vt 0.130536 0.027596 -vt 0.130532 0.027589 -vt 0.130394 0.027682 -vt 0.130391 0.027675 -vt 0.130320 0.027732 -vt 0.130316 0.027726 -vt 0.130103 0.027815 -vt 0.130100 0.027809 -vt 0.130014 0.027872 -vt 0.130011 0.027865 -vt 0.129887 0.027941 -vt 0.129884 0.027934 -vt 0.129671 0.028046 -vt 0.129668 0.028039 -vt 0.129647 0.028062 -vt 0.129644 0.028055 -vt 0.129455 0.028143 -vt 0.129452 0.028137 -vt 0.129273 0.028252 -vt 0.129270 0.028245 -vt 0.129239 0.028282 -vt 0.129236 0.028276 -vt 0.129023 0.028365 -vt 0.129020 0.028358 -vt 0.128896 0.028442 -vt 0.128893 0.028436 -vt 0.128807 0.028499 -vt 0.128804 0.028492 -vt 0.128591 0.028585 -vt 0.128588 0.028579 -vt 0.128518 0.028632 -vt 0.128515 0.028626 -vt 0.128375 0.028705 -vt 0.128371 0.028699 -vt 0.128157 0.028822 -vt 0.128154 0.028815 -vt 0.127942 0.028915 -vt 0.127939 0.028909 -vt 0.127778 0.029012 -vt 0.127774 0.029006 -vt 0.127726 0.029052 -vt 0.127723 0.029045 -vt 0.127510 0.029134 -vt 0.127507 0.029127 -vt 0.127399 0.029203 -vt 0.127396 0.029196 -vt 0.127294 0.029265 -vt 0.127291 0.029258 -vt 0.127078 0.029358 -vt 0.127075 0.029351 -vt 0.127025 0.029393 -vt 0.127022 0.029386 -vt 0.126862 0.029469 -vt 0.126859 0.029463 -vt 0.126660 0.029583 -vt 0.126657 0.029576 -vt 0.126646 0.029595 -vt 0.126643 0.029589 -vt 0.126430 0.029684 -vt 0.126427 0.029677 -vt 0.126281 0.029773 -vt 0.126278 0.029766 -vt 0.126214 0.029820 -vt 0.126210 0.029814 -vt 0.125998 0.029903 -vt 0.125994 0.029896 -vt 0.125902 0.029963 -vt 0.125899 0.029957 -vt 0.125781 0.030031 -vt 0.125778 0.030024 -vt 0.125565 0.030131 -vt 0.125562 0.030124 -vt 0.125532 0.030153 -vt 0.125528 0.030147 -vt 0.125349 0.030233 -vt 0.125346 0.030227 -vt 0.125161 0.030343 -vt 0.125158 0.030337 -vt 0.125133 0.030368 -vt 0.125130 0.030362 -vt 0.124917 0.030453 -vt 0.124914 0.030446 -vt 0.124784 0.030533 -vt 0.124781 0.030527 -vt 0.124701 0.030588 -vt 0.124698 0.030581 -vt 0.124485 0.030674 -vt 0.124482 0.030668 -vt 0.124407 0.030724 -vt 0.124404 0.030717 -vt 0.124269 0.030795 -vt 0.124266 0.030788 -vt 0.124053 0.030904 -vt 0.124050 0.030897 -vt 0.124038 0.030914 -vt 0.124035 0.030907 -vt 0.123837 0.030996 -vt 0.123833 0.030990 -vt 0.123620 0.030997 -vt 0.123617 0.030990 -vt 0.123419 0.030914 -vt 0.123415 0.030907 -vt 0.123404 0.030904 -vt 0.123401 0.030897 -vt 0.123188 0.030795 -vt 0.123185 0.030789 -vt 0.123050 0.030724 -vt 0.123047 0.030717 -vt 0.122972 0.030674 -vt 0.122969 0.030668 -vt 0.122756 0.030588 -vt 0.122753 0.030582 -vt 0.122672 0.030534 -vt 0.122669 0.030527 -vt 0.122540 0.030453 -vt 0.122536 0.030447 -vt 0.122323 0.030369 -vt 0.122320 0.030362 -vt 0.122295 0.030344 -vt 0.122292 0.030338 -vt 0.122107 0.030234 -vt 0.122104 0.030227 -vt 0.121925 0.030154 -vt 0.121922 0.030148 -vt 0.121891 0.030132 -vt 0.121888 0.030125 -vt 0.121675 0.030031 -vt 0.121672 0.030025 -vt 0.121555 0.029964 -vt 0.121552 0.029958 -vt 0.121459 0.029904 -vt 0.121456 0.029898 -vt 0.121243 0.029822 -vt 0.121240 0.029815 -vt 0.121175 0.029774 -vt 0.121172 0.029768 -vt 0.121026 0.029685 -vt 0.121023 0.029679 -vt 0.120810 0.029597 -vt 0.120807 0.029590 -vt 0.120796 0.029584 -vt 0.120793 0.029578 -vt 0.120594 0.029471 -vt 0.120591 0.029465 -vt 0.120431 0.029394 -vt 0.120428 0.029388 -vt 0.120378 0.029359 -vt 0.120375 0.029353 -vt 0.120162 0.029267 -vt 0.120159 0.029260 -vt 0.120057 0.029204 -vt 0.120054 0.029198 -vt 0.119946 0.029136 -vt 0.119943 0.029129 -vt 0.119730 0.029043 -vt 0.119726 0.029036 -vt 0.119698 0.029015 -vt 0.119694 0.029008 -vt 0.119729 0.028954 -vt 0.119726 0.028947 -vt 0.119813 0.028825 -vt 0.119810 0.028818 -vt 0.119946 0.028754 -vt 0.119942 0.028748 -vt 0.120162 0.028648 -vt 0.120159 0.028642 -vt 0.120182 0.028634 -vt 0.120179 0.028628 -vt 0.120378 0.028552 -vt 0.120375 0.028546 -vt 0.120558 0.028444 -vt 0.120555 0.028438 -vt 0.120594 0.028413 -vt 0.120591 0.028407 -vt 0.120810 0.028329 -vt 0.120807 0.028323 -vt 0.120934 0.028254 -vt 0.120931 0.028248 -vt 0.121026 0.028197 -vt 0.121023 0.028190 -vt 0.121242 0.028108 -vt 0.121239 0.028101 -vt 0.121311 0.028064 -vt 0.121307 0.028058 -vt 0.121458 0.027991 -vt 0.121455 0.027984 -vt 0.121673 0.027873 -vt 0.121670 0.027867 -vt 0.121891 0.027781 -vt 0.121887 0.027774 -vt 0.122053 0.027684 -vt 0.122050 0.027677 -vt 0.122107 0.027643 -vt 0.122103 0.027636 -vt 0.122323 0.027561 -vt 0.122320 0.027554 -vt 0.122430 0.027494 -vt 0.122427 0.027487 -vt 0.122539 0.027430 -vt 0.122536 0.027424 -vt 0.122755 0.027336 -vt 0.122752 0.027330 -vt 0.122805 0.027304 -vt 0.122801 0.027297 -vt 0.122971 0.027226 -vt 0.122968 0.027220 -vt 0.123170 0.027113 -vt 0.123167 0.027107 -vt 0.123187 0.027098 -vt 0.123184 0.027092 -vt 0.123403 0.027010 -vt 0.123400 0.027003 -vt 0.123548 0.026923 -vt 0.123545 0.026917 -vt 0.123619 0.026875 -vt 0.123616 0.026869 -vt 0.123835 0.026808 -vt 0.123832 0.026802 -vt 0.123959 0.026733 -vt 0.123956 0.026727 -vt 0.124051 0.026676 -vt 0.124048 0.026669 -vt 0.124268 0.026587 -vt 0.124264 0.026581 -vt 0.124336 0.026543 -vt 0.124333 0.026537 -vt 0.124484 0.026470 -vt 0.124481 0.026463 -vt 0.124699 0.026352 -vt 0.124696 0.026346 -vt 0.124916 0.026260 -vt 0.124913 0.026254 -vt 0.125078 0.026163 -vt 0.125075 0.026156 -vt 0.125132 0.026122 -vt 0.125129 0.026115 -vt 0.125348 0.026040 -vt 0.125345 0.026033 -vt 0.125455 0.025973 -vt 0.125452 0.025966 -vt 0.125564 0.025909 -vt 0.125561 0.025903 -vt 0.125780 0.025815 -vt 0.125777 0.025809 -vt 0.125830 0.025783 -vt 0.125827 0.025776 -vt 0.125996 0.025705 -vt 0.125993 0.025699 -vt 0.126195 0.025593 -vt 0.126192 0.025586 -vt 0.126213 0.025577 -vt 0.126209 0.025571 -vt 0.126429 0.025489 -vt 0.126425 0.025482 -vt 0.126574 0.025402 -vt 0.126571 0.025396 -vt 0.126645 0.025354 -vt 0.126642 0.025348 -vt 0.126861 0.025270 -vt 0.126858 0.025264 -vt 0.126953 0.025212 -vt 0.126950 0.025206 -vt 0.127077 0.025144 -vt 0.127074 0.025138 -vt 0.127293 0.025042 -vt 0.127290 0.025036 -vt 0.127323 0.025022 -vt 0.127320 0.025016 -vt 0.127509 0.024942 -vt 0.127506 0.024935 -vt 0.127693 0.024832 -vt 0.127690 0.024826 -vt 0.127725 0.024804 -vt 0.127722 0.024797 -vt 0.127941 0.024722 -vt 0.127938 0.024716 -vt 0.128072 0.024642 -vt 0.128069 0.024635 -vt 0.128157 0.024586 -vt 0.128154 0.024579 -vt 0.128373 0.024500 -vt 0.128370 0.024494 -vt 0.128449 0.024452 -vt 0.128446 0.024445 -vt 0.128590 0.024379 -vt 0.128586 0.024373 -vt 0.128806 0.024267 -vt 0.128803 0.024261 -vt 0.128814 0.024262 -vt 0.128811 0.024255 -vt 0.129022 0.024169 -vt 0.129019 0.024163 -vt 0.129189 0.024072 -vt 0.129186 0.024065 -vt 0.129238 0.024034 -vt 0.129235 0.024028 -vt 0.129454 0.023952 -vt 0.129451 0.023946 -vt 0.129569 0.023881 -vt 0.129566 0.023875 -vt 0.129670 0.023820 -vt 0.129667 0.023814 -vt 0.129886 0.023729 -vt 0.129883 0.023723 -vt 0.836272 0.007731 -vt 0.836301 0.007705 -vt 0.836269 0.007724 -vt 0.836298 0.007699 -vt 0.836353 0.007731 -vt 0.836350 0.007724 -vt 0.836517 0.007798 -vt 0.836514 0.007791 -vt 0.836733 0.007881 -vt 0.836730 0.007874 -vt 0.836786 0.007921 -vt 0.836783 0.007914 -vt 0.836949 0.008018 -vt 0.836946 0.008012 -vt 0.837164 0.008111 -vt 0.837162 0.008105 -vt 0.837382 0.008227 -vt 0.837379 0.008221 -vt 0.837530 0.008301 -vt 0.837527 0.008294 -vt 0.837598 0.008345 -vt 0.837595 0.008338 -vt 0.837814 0.008433 -vt 0.837811 0.008427 -vt 0.837906 0.008491 -vt 0.837903 0.008484 -vt 0.838030 0.008566 -vt 0.838027 0.008560 -vt 0.838246 0.008650 -vt 0.838243 0.008644 -vt 0.838281 0.008681 -vt 0.838278 0.008674 -vt 0.838463 0.008789 -vt 0.838459 0.008782 -vt 0.838657 0.008870 -vt 0.838653 0.008864 -vt 0.838679 0.008886 -vt 0.838676 0.008879 -vt 0.838895 0.008991 -vt 0.838892 0.008985 -vt 0.839024 0.009060 -vt 0.839021 0.009054 -vt 0.839111 0.009115 -vt 0.839108 0.009109 -vt 0.839327 0.009199 -vt 0.839324 0.009192 -vt 0.839402 0.009250 -vt 0.839399 0.009244 -vt 0.839543 0.009336 -vt 0.839540 0.009329 -vt 0.839760 0.009420 -vt 0.839756 0.009414 -vt 0.839782 0.009440 -vt 0.839779 0.009434 -vt 0.839976 0.009551 -vt 0.839973 0.009545 -vt 0.840149 0.009630 -vt 0.840146 0.009624 -vt 0.840192 0.009658 -vt 0.840189 0.009652 -vt 0.840408 0.009756 -vt 0.840405 0.009749 -vt 0.840521 0.009820 -vt 0.840518 0.009814 -vt 0.840624 0.009883 -vt 0.840621 0.009877 -vt 0.840840 0.009966 -vt 0.840837 0.009960 -vt 0.840900 0.010010 -vt 0.840897 0.010004 -vt 0.841057 0.010103 -vt 0.841053 0.010097 -vt 0.841273 0.010196 -vt 0.841270 0.010189 -vt 0.841278 0.010200 -vt 0.841275 0.010193 -vt 0.841489 0.010315 -vt 0.841486 0.010308 -vt 0.841642 0.010390 -vt 0.841639 0.010383 -vt 0.841705 0.010431 -vt 0.841702 0.010424 -vt 0.841921 0.010520 -vt 0.841918 0.010514 -vt 0.842018 0.010580 -vt 0.842015 0.010573 -vt 0.842137 0.010653 -vt 0.842134 0.010646 -vt 0.842354 0.010734 -vt 0.842350 0.010728 -vt 0.842394 0.010770 -vt 0.842391 0.010763 -vt 0.842570 0.010877 -vt 0.842566 0.010870 -vt 0.842771 0.010960 -vt 0.842768 0.010953 -vt 0.842786 0.010969 -vt 0.842783 0.010963 -vt 0.843002 0.011078 -vt 0.842999 0.011072 -vt 0.843140 0.011150 -vt 0.843137 0.011143 -vt 0.843218 0.011199 -vt 0.843215 0.011193 -vt 0.843434 0.011286 -vt 0.843431 0.011279 -vt 0.843517 0.011339 -vt 0.843514 0.011333 -vt 0.843650 0.011420 -vt 0.843647 0.011414 -vt 0.843867 0.011506 -vt 0.843863 0.011499 -vt 0.843894 0.011529 -vt 0.843890 0.011523 -vt 0.844083 0.011640 -vt 0.844080 0.011633 -vt 0.844265 0.011719 -vt 0.844262 0.011713 -vt 0.844299 0.011742 -vt 0.844296 0.011735 -vt 0.844515 0.011842 -vt 0.844512 0.011836 -vt 0.844635 0.011909 -vt 0.844632 0.011903 -vt 0.844731 0.011969 -vt 0.844728 0.011963 -vt 0.844947 0.012052 -vt 0.844944 0.012045 -vt 0.845015 0.012099 -vt 0.845012 0.012093 -vt 0.845164 0.012188 -vt 0.845160 0.012182 -vt 0.845380 0.012278 -vt 0.845377 0.012271 -vt 0.845393 0.012289 -vt 0.845389 0.012283 -vt 0.845596 0.012402 -vt 0.845593 0.012396 -vt 0.845759 0.012479 -vt 0.845756 0.012473 -vt 0.845812 0.012514 -vt 0.845809 0.012508 -vt 0.846028 0.012607 -vt 0.846025 0.012601 -vt 0.846132 0.012669 -vt 0.846129 0.012662 -vt 0.846244 0.012738 -vt 0.846241 0.012731 -vt 0.846461 0.012820 -vt 0.846457 0.012813 -vt 0.846512 0.012859 -vt 0.846509 0.012852 -vt 0.846677 0.012957 -vt 0.846674 0.012950 -vt 0.846891 0.013049 -vt 0.846889 0.013043 -vt 0.847109 0.013166 -vt 0.847106 0.013159 -vt 0.847253 0.013239 -vt 0.847249 0.013232 -vt 0.847325 0.013303 -vt 0.847322 0.013296 -vt 0.847408 0.013429 -vt 0.847405 0.013422 -vt 0.847411 0.024830 -vt 0.847408 0.024824 -vt 0.847407 0.025020 -vt 0.847403 0.025014 -vt 0.847328 0.025100 -vt 0.847325 0.025094 -vt 0.847112 0.025077 -vt 0.847109 0.025070 -vt 0.847023 0.025020 -vt 0.847020 0.025014 -vt 0.846896 0.024943 -vt 0.846893 0.024936 -vt 0.846680 0.024860 -vt 0.846677 0.024854 -vt 0.846646 0.024830 -vt 0.846642 0.024824 -vt 0.846464 0.024722 -vt 0.846461 0.024715 -vt 0.846270 0.024640 -vt 0.846267 0.024634 -vt 0.846248 0.024625 -vt 0.846244 0.024619 -vt 0.846031 0.024520 -vt 0.846028 0.024513 -vt 0.845904 0.024450 -vt 0.845901 0.024444 -vt 0.845815 0.024394 -vt 0.845812 0.024387 -vt 0.845599 0.024311 -vt 0.845596 0.024304 -vt 0.845525 0.024260 -vt 0.845522 0.024254 -vt 0.845383 0.024175 -vt 0.845380 0.024169 -vt 0.845167 0.024089 -vt 0.845164 0.024083 -vt 0.845145 0.024071 -vt 0.845142 0.024064 -vt 0.844951 0.023958 -vt 0.844947 0.023952 -vt 0.844778 0.023881 -vt 0.844775 0.023874 -vt 0.844735 0.023852 -vt 0.844731 0.023846 -vt 0.844518 0.023755 -vt 0.844515 0.023748 -vt 0.844407 0.023691 -vt 0.844404 0.023684 -vt 0.844302 0.023626 -vt 0.844299 0.023619 -vt 0.844086 0.023544 -vt 0.844083 0.023537 -vt 0.844027 0.023501 -vt 0.844024 0.023494 -vt 0.843870 0.023408 -vt 0.843867 0.023401 -vt 0.843654 0.023315 -vt 0.843651 0.023309 -vt 0.843649 0.023311 -vt 0.843646 0.023304 -vt 0.843438 0.023196 -vt 0.843434 0.023189 -vt 0.843325 0.023121 -vt 0.843322 0.023114 -vt 0.843286 0.022931 -vt 0.843283 0.022924 -vt 0.843284 0.015520 -vt 0.843281 0.015513 -vt 0.843219 0.015444 -vt 0.843216 0.015437 -vt 0.843068 0.015330 -vt 0.843065 0.015324 -vt 0.843003 0.015288 -vt 0.843000 0.015281 -vt 0.842787 0.015198 -vt 0.842784 0.015191 -vt 0.842695 0.015140 -vt 0.842692 0.015134 -vt 0.842571 0.015065 -vt 0.842568 0.015058 -vt 0.842355 0.014982 -vt 0.842351 0.014976 -vt 0.842318 0.014950 -vt 0.842315 0.014944 -vt 0.842138 0.014843 -vt 0.842135 0.014836 -vt 0.841942 0.014760 -vt 0.841939 0.014754 -vt 0.841922 0.014746 -vt 0.841919 0.014740 -vt 0.841706 0.014640 -vt 0.841703 0.014634 -vt 0.841574 0.014570 -vt 0.841571 0.014564 -vt 0.841490 0.014517 -vt 0.841487 0.014511 -vt 0.841274 0.014433 -vt 0.841271 0.014426 -vt 0.841198 0.014380 -vt 0.841194 0.014374 -vt 0.841058 0.014296 -vt 0.841054 0.014289 -vt 0.840842 0.014212 -vt 0.840838 0.014205 -vt 0.840817 0.014191 -vt 0.840814 0.014184 -vt 0.840625 0.014079 -vt 0.840622 0.014073 -vt 0.840448 0.014001 -vt 0.840445 0.013994 -vt 0.840409 0.013975 -vt 0.840406 0.013968 -vt 0.840193 0.013876 -vt 0.840190 0.013870 -vt 0.840078 0.013811 -vt 0.840075 0.013804 -vt 0.839977 0.013747 -vt 0.839974 0.013741 -vt 0.839761 0.013666 -vt 0.839758 0.013660 -vt 0.839698 0.013621 -vt 0.839695 0.013614 -vt 0.839545 0.013528 -vt 0.839541 0.013522 -vt 0.839328 0.013438 -vt 0.839325 0.013431 -vt 0.839320 0.013431 -vt 0.839317 0.013424 -vt 0.839112 0.013316 -vt 0.839109 0.013309 -vt 0.838955 0.013241 -vt 0.838952 0.013234 -vt 0.838896 0.013203 -vt 0.838893 0.013196 -vt 0.838680 0.013111 -vt 0.838677 0.013105 -vt 0.838582 0.013051 -vt 0.838579 0.013044 -vt 0.838464 0.012978 -vt 0.838461 0.012972 -vt 0.838248 0.012897 -vt 0.838244 0.012891 -vt 0.838200 0.012861 -vt 0.838197 0.012855 -vt 0.838031 0.012763 -vt 0.838028 0.012756 -vt 0.837826 0.012671 -vt 0.837822 0.012665 -vt 0.837815 0.012664 -vt 0.837812 0.012657 -vt 0.837599 0.012553 -vt 0.837596 0.012546 -vt 0.837459 0.012481 -vt 0.837456 0.012475 -vt 0.837383 0.012433 -vt 0.837380 0.012426 -vt 0.837167 0.012346 -vt 0.837164 0.012339 -vt 0.837083 0.012291 -vt 0.837080 0.012285 -vt 0.836951 0.012211 -vt 0.836948 0.012204 -vt 0.836735 0.012127 -vt 0.836731 0.012121 -vt 0.836705 0.012101 -vt 0.836702 0.012095 -vt 0.836518 0.011992 -vt 0.836515 0.011985 -vt 0.836334 0.011911 -vt 0.836331 0.011905 -vt 0.836302 0.011882 -vt 0.836299 0.011876 -vt 0.836214 0.011721 -vt 0.836210 0.011715 -vt 0.836213 0.007921 -vt 0.836209 0.007915 -vt 0.630336 0.022355 -vt 0.631352 0.022355 -vt 0.630336 0.022348 -vt 0.631352 0.022348 -vt 0.631352 0.022715 -vt 0.631352 0.022708 -vt 0.630336 0.022715 -vt 0.630336 0.022708 -vt 0.368549 0.019298 -vt 0.388223 0.019295 -vt 0.368551 0.032118 -vt 0.388223 0.032117 -vt 0.634909 0.022270 -vt 0.634909 0.022213 -vt 0.634909 0.022285 -vt 0.634909 0.021900 -vt 0.634909 0.021900 -vt 0.634909 0.022252 -vt 0.634909 0.022233 -vt 0.634909 0.022815 -vt 0.634909 0.022815 -vt 0.634909 0.022785 -vt 0.634909 0.022813 -vt 0.634909 0.022807 -vt 0.634909 0.022797 -vt 0.629700 0.022213 -vt 0.629700 0.021900 -vt 0.629700 0.021900 -vt 0.629700 0.022815 -vt 0.629700 0.022815 -vt 0.632304 0.022813 -vt 0.632825 0.022813 -vt 0.633346 0.022813 -vt 0.633346 0.022807 -vt 0.633867 0.022807 -vt 0.633867 0.022797 -vt 0.634388 0.022797 -vt 0.629700 0.022813 -vt 0.630221 0.022813 -vt 0.630742 0.022813 -vt 0.631263 0.022813 -vt 0.631263 0.022807 -vt 0.631784 0.022807 -vt 0.631784 0.022797 -vt 0.632304 0.022797 -vt 0.629700 0.022785 -vt 0.630221 0.022807 -vt 0.629700 0.022807 -vt 0.630221 0.022797 -vt 0.629700 0.022797 -vt 0.634388 0.022807 -vt 0.634388 0.022813 -vt 0.630742 0.022807 -vt 0.630742 0.022797 -vt 0.631784 0.022813 -vt 0.632304 0.022807 -vt 0.632825 0.022807 -vt 0.632825 0.022797 -vt 0.633867 0.022813 -vt 0.631263 0.022797 -vt 0.633346 0.022797 -vt 0.634396 0.022686 -vt 0.634399 0.022685 -vt 0.634394 0.022686 -vt 0.634403 0.022684 -vt 0.634412 0.022681 -vt 0.634419 0.022679 -vt 0.634416 0.022680 -vt 0.634404 0.022683 -vt 0.634407 0.022682 -vt 0.634420 0.022678 -vt 0.634424 0.022677 -vt 0.634433 0.022674 -vt 0.634426 0.022676 -vt 0.634428 0.022675 -vt 0.634433 0.022674 -vt 0.634437 0.022672 -vt 0.634441 0.022671 -vt 0.634445 0.022670 -vt 0.634454 0.022667 -vt 0.634448 0.022669 -vt 0.634450 0.022668 -vt 0.634441 0.022671 -vt 0.634462 0.022664 -vt 0.634455 0.022667 -vt 0.634458 0.022666 -vt 0.634463 0.022664 -vt 0.634466 0.022663 -vt 0.634470 0.022662 -vt 0.634475 0.022660 -vt 0.634471 0.022661 -vt 0.634477 0.022659 -vt 0.634483 0.022658 -vt 0.634479 0.022659 -vt 0.634492 0.022655 -vt 0.634485 0.022657 -vt 0.634488 0.022656 -vt 0.634492 0.022655 -vt 0.634496 0.022653 -vt 0.634499 0.022652 -vt 0.634505 0.022651 -vt 0.634500 0.022652 -vt 0.634506 0.022650 -vt 0.634513 0.022648 -vt 0.634509 0.022649 -vt 0.634521 0.022645 -vt 0.634514 0.022647 -vt 0.634517 0.022646 -vt 0.634521 0.022645 -vt 0.634526 0.022644 -vt 0.634534 0.022641 -vt 0.634543 0.022638 -vt 0.634555 0.022634 -vt 0.634550 0.022636 -vt 0.634551 0.022635 -vt 0.634528 0.022643 -vt 0.634530 0.022642 -vt 0.634536 0.022640 -vt 0.634538 0.022639 -vt 0.634543 0.022638 -vt 0.634547 0.022637 -vt 0.634564 0.022631 -vt 0.634558 0.022633 -vt 0.634560 0.022632 -vt 0.634572 0.022628 -vt 0.634565 0.022631 -vt 0.634568 0.022630 -vt 0.634573 0.022628 -vt 0.634577 0.022627 -vt 0.634580 0.022626 -vt 0.634585 0.022624 -vt 0.634581 0.022625 -vt 0.634587 0.022624 -vt 0.634593 0.022622 -vt 0.634589 0.022623 -vt 0.634602 0.022619 -vt 0.634594 0.022621 -vt 0.634598 0.022620 -vt 0.634606 0.022617 -vt 0.634609 0.022616 -vt 0.634610 0.022616 -vt 0.634612 0.022614 -vt 0.634612 0.022468 -vt 0.634610 0.022466 -vt 0.634610 0.022466 -vt 0.634602 0.022463 -vt 0.634606 0.022465 -vt 0.634602 0.022463 -vt 0.634598 0.022462 -vt 0.634595 0.022461 -vt 0.634593 0.022460 -vt 0.634572 0.022453 -vt 0.634564 0.022450 -vt 0.634566 0.022451 -vt 0.634568 0.022452 -vt 0.634589 0.022459 -vt 0.634588 0.022458 -vt 0.634585 0.022457 -vt 0.634580 0.022456 -vt 0.634581 0.022456 -vt 0.634577 0.022455 -vt 0.634573 0.022454 -vt 0.634560 0.022449 -vt 0.634558 0.022449 -vt 0.634551 0.022446 -vt 0.634543 0.022443 -vt 0.634534 0.022441 -vt 0.634536 0.022442 -vt 0.634538 0.022442 -vt 0.634555 0.022448 -vt 0.634551 0.022446 -vt 0.634547 0.022445 -vt 0.634544 0.022444 -vt 0.634530 0.022440 -vt 0.634529 0.022439 -vt 0.634521 0.022437 -vt 0.634513 0.022434 -vt 0.634505 0.022431 -vt 0.634507 0.022432 -vt 0.634509 0.022433 -vt 0.634526 0.022438 -vt 0.634522 0.022437 -vt 0.634517 0.022436 -vt 0.634515 0.022434 -vt 0.634500 0.022430 -vt 0.634500 0.022430 -vt 0.634492 0.022427 -vt 0.634483 0.022424 -vt 0.634462 0.022417 -vt 0.634463 0.022418 -vt 0.634482 0.022425 -vt 0.634479 0.022426 -vt 0.634496 0.022429 -vt 0.634493 0.022427 -vt 0.634488 0.022426 -vt 0.634485 0.022425 -vt 0.634475 0.022427 -vt 0.634473 0.022427 -vt 0.634466 0.022429 -vt 0.634471 0.022428 -vt 0.634466 0.022430 -vt 0.634462 0.022418 -vt 0.634461 0.022420 -vt 0.634458 0.022421 -vt 0.634453 0.022422 -vt 0.634454 0.022422 -vt 0.634462 0.022431 -vt 0.634431 0.022430 -vt 0.634433 0.022429 -vt 0.634437 0.022428 -vt 0.634428 0.022431 -vt 0.634459 0.022432 -vt 0.634424 0.022432 -vt 0.634458 0.022432 -vt 0.634454 0.022434 -vt 0.634420 0.022433 -vt 0.634452 0.022434 -vt 0.634417 0.022434 -vt 0.634450 0.022435 -vt 0.634416 0.022435 -vt 0.634445 0.022436 -vt 0.634411 0.022436 -vt 0.634444 0.022437 -vt 0.634409 0.022437 -vt 0.634441 0.022438 -vt 0.634407 0.022438 -vt 0.634437 0.022439 -vt 0.634403 0.022439 -vt 0.634437 0.022439 -vt 0.634402 0.022439 -vt 0.634433 0.022441 -vt 0.634399 0.022440 -vt 0.634430 0.022442 -vt 0.634395 0.022442 -vt 0.634428 0.022442 -vt 0.634394 0.022442 -vt 0.634424 0.022443 -vt 0.634390 0.022443 -vt 0.634422 0.022444 -vt 0.634387 0.022444 -vt 0.634420 0.022445 -vt 0.634386 0.022445 -vt 0.634416 0.022446 -vt 0.634382 0.022445 -vt 0.634415 0.022446 -vt 0.634379 0.022446 -vt 0.634411 0.022448 -vt 0.634378 0.022447 -vt 0.634407 0.022449 -vt 0.634373 0.022448 -vt 0.634407 0.022449 -vt 0.634372 0.022449 -vt 0.634369 0.022450 -vt 0.634404 0.022451 -vt 0.634365 0.022451 -vt 0.634407 0.022452 -vt 0.634361 0.022452 -vt 0.634358 0.022454 -vt 0.634410 0.022454 -vt 0.634356 0.022454 -vt 0.634411 0.022454 -vt 0.634416 0.022455 -vt 0.634418 0.022456 -vt 0.634350 0.022456 -vt 0.634352 0.022455 -vt 0.634420 0.022457 -vt 0.634348 0.022457 -vt 0.634424 0.022458 -vt 0.634344 0.022458 -vt 0.634343 0.022458 -vt 0.634425 0.022458 -vt 0.634340 0.022459 -vt 0.634428 0.022459 -vt 0.634336 0.022461 -vt 0.634432 0.022461 -vt 0.634433 0.022461 -vt 0.634335 0.022461 -vt 0.634437 0.022462 -vt 0.634331 0.022462 -vt 0.634328 0.022463 -vt 0.634440 0.022463 -vt 0.634327 0.022464 -vt 0.634441 0.022464 -vt 0.634445 0.022465 -vt 0.634447 0.022466 -vt 0.634321 0.022466 -vt 0.634323 0.022465 -vt 0.634318 0.022466 -vt 0.634450 0.022466 -vt 0.634454 0.022468 -vt 0.634454 0.022468 -vt 0.634314 0.022468 -vt 0.634314 0.022468 -vt 0.634458 0.022469 -vt 0.634310 0.022469 -vt 0.634306 0.022470 -vt 0.634462 0.022470 -vt 0.634306 0.022471 -vt 0.634462 0.022471 -vt 0.634301 0.022472 -vt 0.634373 0.022493 -vt 0.634369 0.022494 -vt 0.634466 0.022472 -vt 0.634469 0.022473 -vt 0.634471 0.022473 -vt 0.634462 0.022566 -vt 0.634484 0.022478 -vt 0.634492 0.022480 -vt 0.634491 0.022480 -vt 0.634488 0.022479 -vt 0.634475 0.022475 -vt 0.634476 0.022475 -vt 0.634479 0.022476 -vt 0.634483 0.022477 -vt 0.634496 0.022481 -vt 0.634498 0.022482 -vt 0.634500 0.022483 -vt 0.634513 0.022487 -vt 0.634531 0.022494 -vt 0.634521 0.022490 -vt 0.634530 0.022493 -vt 0.634528 0.022492 -vt 0.634526 0.022491 -vt 0.634505 0.022484 -vt 0.634506 0.022485 -vt 0.634509 0.022486 -vt 0.634513 0.022487 -vt 0.634517 0.022488 -vt 0.634520 0.022489 -vt 0.634531 0.022588 -vt 0.634460 0.022568 -vt 0.634458 0.022569 -vt 0.634453 0.022571 -vt 0.634454 0.022571 -vt 0.634530 0.022589 -vt 0.634407 0.022586 -vt 0.634409 0.022585 -vt 0.634411 0.022584 -vt 0.634527 0.022590 -vt 0.634403 0.022587 -vt 0.634402 0.022588 -vt 0.634526 0.022591 -vt 0.634521 0.022592 -vt 0.634399 0.022589 -vt 0.634520 0.022592 -vt 0.634517 0.022593 -vt 0.634395 0.022590 -vt 0.634513 0.022594 -vt 0.634512 0.022595 -vt 0.634509 0.022596 -vt 0.634505 0.022597 -vt 0.634505 0.022597 -vt 0.634500 0.022599 -vt 0.634498 0.022600 -vt 0.634492 0.022601 -vt 0.634496 0.022600 -vt 0.634490 0.022602 -vt 0.634488 0.022603 -vt 0.634483 0.022604 -vt 0.634483 0.022604 -vt 0.634479 0.022606 -vt 0.634476 0.022607 -vt 0.634471 0.022608 -vt 0.634469 0.022609 -vt 0.634475 0.022607 -vt 0.634466 0.022610 -vt 0.634462 0.022611 -vt 0.634454 0.022614 -vt 0.634461 0.022612 -vt 0.634458 0.022613 -vt 0.634454 0.022614 -vt 0.634450 0.022615 -vt 0.634447 0.022616 -vt 0.634441 0.022618 -vt 0.634433 0.022621 -vt 0.634439 0.022619 -vt 0.634437 0.022620 -vt 0.634445 0.022617 -vt 0.634424 0.022624 -vt 0.634432 0.022621 -vt 0.634428 0.022622 -vt 0.634424 0.022624 -vt 0.634420 0.022625 -vt 0.634390 0.022589 -vt 0.634417 0.022626 -vt 0.634411 0.022628 -vt 0.634416 0.022627 -vt 0.634403 0.022630 -vt 0.634410 0.022628 -vt 0.634407 0.022629 -vt 0.634402 0.022631 -vt 0.634399 0.022632 -vt 0.634395 0.022633 -vt 0.634394 0.022633 -vt 0.634393 0.022636 -vt 0.634393 0.022683 -vt 0.634375 0.022636 -vt 0.634387 0.022588 -vt 0.634382 0.022586 -vt 0.634386 0.022587 -vt 0.634375 0.022683 -vt 0.634394 0.022686 -vt 0.634374 0.022686 -vt 0.634373 0.022686 -vt 0.629700 0.022285 -vt 0.634382 0.022393 -vt 0.634386 0.022393 -vt 0.634390 0.022394 -vt 0.634395 0.022395 -vt 0.634390 0.022394 -vt 0.634416 0.022583 -vt 0.634417 0.022583 -vt 0.634420 0.022582 -vt 0.634424 0.022580 -vt 0.634424 0.022580 -vt 0.634428 0.022579 -vt 0.634431 0.022578 -vt 0.634433 0.022577 -vt 0.634437 0.022576 -vt 0.634438 0.022576 -vt 0.634441 0.022575 -vt 0.634445 0.022574 -vt 0.634446 0.022573 -vt 0.634450 0.022572 -vt 0.634458 0.022565 -vt 0.634455 0.022564 -vt 0.634454 0.022563 -vt 0.634451 0.022518 -vt 0.634450 0.022520 -vt 0.634449 0.022521 -vt 0.634441 0.022523 -vt 0.634442 0.022523 -vt 0.634450 0.022562 -vt 0.634448 0.022561 -vt 0.634445 0.022560 -vt 0.634440 0.022559 -vt 0.634433 0.022556 -vt 0.634437 0.022558 -vt 0.634433 0.022557 -vt 0.634441 0.022559 -vt 0.634428 0.022555 -vt 0.634426 0.022554 -vt 0.634424 0.022553 -vt 0.634433 0.022526 -vt 0.634427 0.022528 -vt 0.634428 0.022527 -vt 0.634420 0.022552 -vt 0.634418 0.022552 -vt 0.634420 0.022530 -vt 0.634424 0.022529 -vt 0.634416 0.022551 -vt 0.634411 0.022533 -vt 0.634413 0.022533 -vt 0.634411 0.022549 -vt 0.634411 0.022549 -vt 0.634407 0.022548 -vt 0.634404 0.022547 -vt 0.634403 0.022546 -vt 0.634405 0.022535 -vt 0.634407 0.022534 -vt 0.634399 0.022545 -vt 0.634396 0.022545 -vt 0.634398 0.022537 -vt 0.634403 0.022536 -vt 0.634399 0.022537 -vt 0.634395 0.022544 -vt 0.634394 0.022538 -vt 0.634390 0.022540 -vt 0.634391 0.022540 -vt 0.634390 0.022543 -vt 0.634389 0.022542 -vt 0.634416 0.022531 -vt 0.634434 0.022525 -vt 0.634437 0.022524 -vt 0.634445 0.022522 -vt 0.634450 0.022517 -vt 0.634445 0.022516 -vt 0.634445 0.022516 -vt 0.634437 0.022513 -vt 0.634441 0.022515 -vt 0.634438 0.022513 -vt 0.634433 0.022512 -vt 0.634430 0.022511 -vt 0.634428 0.022510 -vt 0.634423 0.022509 -vt 0.634420 0.022508 -vt 0.634424 0.022509 -vt 0.634416 0.022506 -vt 0.634416 0.022506 -vt 0.634411 0.022505 -vt 0.634408 0.022504 -vt 0.634407 0.022503 -vt 0.634399 0.022501 -vt 0.634393 0.022499 -vt 0.634394 0.022500 -vt 0.634403 0.022502 -vt 0.634401 0.022501 -vt 0.634390 0.022498 -vt 0.634386 0.022497 -vt 0.634378 0.022494 -vt 0.634379 0.022494 -vt 0.634382 0.022495 -vt 0.634386 0.022497 -vt 0.634361 0.022496 -vt 0.634367 0.022494 -vt 0.634365 0.022495 -vt 0.634352 0.022499 -vt 0.634360 0.022497 -vt 0.634356 0.022498 -vt 0.634348 0.022501 -vt 0.634345 0.022501 -vt 0.634340 0.022503 -vt 0.634331 0.022506 -vt 0.634338 0.022504 -vt 0.634335 0.022505 -vt 0.634344 0.022502 -vt 0.634330 0.022506 -vt 0.634327 0.022508 -vt 0.634323 0.022509 -vt 0.634318 0.022510 -vt 0.634310 0.022513 -vt 0.634316 0.022511 -vt 0.634314 0.022512 -vt 0.634323 0.022509 -vt 0.634308 0.022513 -vt 0.634306 0.022515 -vt 0.634305 0.022516 -vt 0.634306 0.022516 -vt 0.634237 0.022494 -vt 0.634259 0.022486 -vt 0.634262 0.022485 -vt 0.634310 0.022518 -vt 0.634311 0.022518 -vt 0.634320 0.022561 -vt 0.634318 0.022562 -vt 0.634318 0.022521 -vt 0.634314 0.022519 -vt 0.634318 0.022521 -vt 0.634323 0.022522 -vt 0.634325 0.022523 -vt 0.634327 0.022524 -vt 0.634323 0.022560 -vt 0.634327 0.022559 -vt 0.634327 0.022559 -vt 0.634331 0.022525 -vt 0.634333 0.022525 -vt 0.634335 0.022526 -vt 0.634335 0.022556 -vt 0.634340 0.022528 -vt 0.634344 0.022553 -vt 0.634348 0.022531 -vt 0.634349 0.022552 -vt 0.634352 0.022551 -vt 0.634356 0.022549 -vt 0.634356 0.022549 -vt 0.634340 0.022528 -vt 0.634344 0.022529 -vt 0.634347 0.022530 -vt 0.634352 0.022532 -vt 0.634355 0.022533 -vt 0.634356 0.022533 -vt 0.634362 0.022535 -vt 0.634365 0.022546 -vt 0.634365 0.022536 -vt 0.634369 0.022537 -vt 0.634369 0.022537 -vt 0.634361 0.022534 -vt 0.634373 0.022539 -vt 0.634373 0.022544 -vt 0.634371 0.022545 -vt 0.634369 0.022545 -vt 0.634377 0.022540 -vt 0.634378 0.022541 -vt 0.634378 0.022542 -vt 0.634378 0.022542 -vt 0.634364 0.022547 -vt 0.634361 0.022548 -vt 0.634348 0.022552 -vt 0.634342 0.022554 -vt 0.634340 0.022555 -vt 0.634334 0.022557 -vt 0.634331 0.022558 -vt 0.634237 0.022588 -vt 0.634316 0.022564 -vt 0.634318 0.022565 -vt 0.634321 0.022566 -vt 0.634323 0.022567 -vt 0.634331 0.022569 -vt 0.634328 0.022568 -vt 0.634327 0.022568 -vt 0.634335 0.022571 -vt 0.634336 0.022571 -vt 0.634340 0.022572 -vt 0.634343 0.022573 -vt 0.634344 0.022574 -vt 0.634352 0.022576 -vt 0.634358 0.022578 -vt 0.634356 0.022578 -vt 0.634348 0.022575 -vt 0.634350 0.022576 -vt 0.634361 0.022579 -vt 0.634263 0.022597 -vt 0.634255 0.022594 -vt 0.634248 0.022592 -vt 0.634251 0.022593 -vt 0.634365 0.022580 -vt 0.634365 0.022581 -vt 0.634369 0.022582 -vt 0.634372 0.022583 -vt 0.634373 0.022583 -vt 0.634378 0.022584 -vt 0.634268 0.022599 -vt 0.634263 0.022597 -vt 0.634380 0.022585 -vt 0.634373 0.022633 -vt 0.634373 0.022633 -vt 0.634263 0.022484 -vt 0.634268 0.022483 -vt 0.634276 0.022480 -vt 0.634270 0.022482 -vt 0.634272 0.022481 -vt 0.634284 0.022478 -vt 0.634277 0.022480 -vt 0.634280 0.022479 -vt 0.634284 0.022477 -vt 0.634289 0.022476 -vt 0.634297 0.022473 -vt 0.634291 0.022475 -vt 0.634293 0.022475 -vt 0.634299 0.022473 -vt 0.634439 0.022427 -vt 0.634441 0.022426 -vt 0.634445 0.022425 -vt 0.634446 0.022425 -vt 0.634450 0.022424 -vt 0.634458 0.022416 -vt 0.634456 0.022415 -vt 0.634454 0.022415 -vt 0.634441 0.022410 -vt 0.634433 0.022408 -vt 0.634434 0.022408 -vt 0.634437 0.022409 -vt 0.634450 0.022413 -vt 0.634449 0.022413 -vt 0.634445 0.022412 -vt 0.634441 0.022411 -vt 0.634428 0.022406 -vt 0.634427 0.022406 -vt 0.634424 0.022405 -vt 0.634419 0.022403 -vt 0.634411 0.022401 -vt 0.634416 0.022402 -vt 0.634412 0.022401 -vt 0.634420 0.022404 -vt 0.634407 0.022400 -vt 0.634405 0.022399 -vt 0.634403 0.022398 -vt 0.634399 0.022397 -vt 0.634397 0.022396 -vt 0.634378 0.022394 -vt 0.634365 0.022398 -vt 0.634356 0.022401 -vt 0.634363 0.022399 -vt 0.634361 0.022400 -vt 0.634378 0.022394 -vt 0.634373 0.022395 -vt 0.634371 0.022396 -vt 0.634369 0.022397 -vt 0.634356 0.022401 -vt 0.634352 0.022402 -vt 0.634349 0.022403 -vt 0.634344 0.022405 -vt 0.634348 0.022404 -vt 0.634341 0.022406 -vt 0.634335 0.022408 -vt 0.634340 0.022406 -vt 0.634327 0.022410 -vt 0.634334 0.022408 -vt 0.634331 0.022409 -vt 0.634327 0.022411 -vt 0.634323 0.022412 -vt 0.634319 0.022413 -vt 0.634314 0.022415 -vt 0.634318 0.022413 -vt 0.634312 0.022415 -vt 0.634306 0.022417 -vt 0.634310 0.022416 -vt 0.634297 0.022420 -vt 0.634305 0.022418 -vt 0.634301 0.022419 -vt 0.634293 0.022422 -vt 0.634284 0.022424 -vt 0.634276 0.022427 -vt 0.634268 0.022430 -vt 0.634272 0.022429 -vt 0.634275 0.022427 -vt 0.634290 0.022422 -vt 0.634289 0.022423 -vt 0.634283 0.022425 -vt 0.634280 0.022426 -vt 0.634268 0.022430 -vt 0.634263 0.022431 -vt 0.634255 0.022434 -vt 0.634261 0.022432 -vt 0.634259 0.022433 -vt 0.634246 0.022437 -vt 0.634254 0.022434 -vt 0.634251 0.022436 -vt 0.634246 0.022437 -vt 0.634242 0.022438 -vt 0.634239 0.022439 -vt 0.634234 0.022441 -vt 0.634238 0.022440 -vt 0.634232 0.022442 -vt 0.634225 0.022443 -vt 0.634230 0.022442 -vt 0.634217 0.022446 -vt 0.634224 0.022444 -vt 0.634221 0.022445 -vt 0.634217 0.022446 -vt 0.634213 0.022448 -vt 0.634210 0.022449 -vt 0.634204 0.022450 -vt 0.634208 0.022449 -vt 0.634202 0.022451 -vt 0.634196 0.022453 -vt 0.634200 0.022452 -vt 0.634187 0.022456 -vt 0.634195 0.022454 -vt 0.634192 0.022455 -vt 0.634187 0.022456 -vt 0.634183 0.022457 -vt 0.634180 0.022458 -vt 0.634158 0.022467 -vt 0.634156 0.022468 -vt 0.634179 0.022459 -vt 0.634177 0.022461 -vt 0.634162 0.022467 -vt 0.634163 0.022468 -vt 0.634166 0.022469 -vt 0.634170 0.022470 -vt 0.634175 0.022472 -vt 0.634171 0.022470 -vt 0.634179 0.022462 -vt 0.634184 0.022463 -vt 0.634187 0.022464 -vt 0.634183 0.022463 -vt 0.634191 0.022466 -vt 0.634192 0.022466 -vt 0.634196 0.022467 -vt 0.634198 0.022468 -vt 0.634200 0.022469 -vt 0.634204 0.022470 -vt 0.634206 0.022470 -vt 0.634208 0.022471 -vt 0.634178 0.022473 -vt 0.634213 0.022473 -vt 0.634179 0.022473 -vt 0.634213 0.022473 -vt 0.634183 0.022474 -vt 0.634217 0.022474 -vt 0.634185 0.022475 -vt 0.634220 0.022475 -vt 0.634187 0.022476 -vt 0.634221 0.022476 -vt 0.634192 0.022477 -vt 0.634225 0.022477 -vt 0.634193 0.022478 -vt 0.634228 0.022478 -vt 0.634196 0.022479 -vt 0.634230 0.022478 -vt 0.634200 0.022480 -vt 0.634234 0.022479 -vt 0.634200 0.022480 -vt 0.634235 0.022480 -vt 0.634204 0.022481 -vt 0.634238 0.022481 -vt 0.634207 0.022482 -vt 0.634208 0.022483 -vt 0.634213 0.022484 -vt 0.634215 0.022485 -vt 0.634217 0.022486 -vt 0.634221 0.022487 -vt 0.634222 0.022487 -vt 0.634225 0.022488 -vt 0.634230 0.022489 -vt 0.634234 0.022491 -vt 0.634230 0.022489 -vt 0.634242 0.022482 -vt 0.634236 0.022492 -vt 0.634246 0.022483 -vt 0.634250 0.022485 -vt 0.634251 0.022485 -vt 0.634255 0.022486 -vt 0.634365 0.022630 -vt 0.634369 0.022632 -vt 0.634365 0.022631 -vt 0.634361 0.022629 -vt 0.634358 0.022628 -vt 0.634356 0.022628 -vt 0.634348 0.022625 -vt 0.634344 0.022624 -vt 0.634344 0.022624 -vt 0.634352 0.022627 -vt 0.634351 0.022626 -vt 0.634340 0.022622 -vt 0.634336 0.022621 -vt 0.634335 0.022621 -vt 0.634327 0.022618 -vt 0.634321 0.022616 -vt 0.634323 0.022617 -vt 0.634331 0.022620 -vt 0.634329 0.022619 -vt 0.634318 0.022615 -vt 0.634314 0.022614 -vt 0.634306 0.022611 -vt 0.634307 0.022612 -vt 0.634310 0.022613 -vt 0.634314 0.022614 -vt 0.634301 0.022610 -vt 0.634299 0.022609 -vt 0.634297 0.022608 -vt 0.634292 0.022607 -vt 0.634284 0.022604 -vt 0.634289 0.022606 -vt 0.634285 0.022604 -vt 0.634293 0.022607 -vt 0.634280 0.022603 -vt 0.634278 0.022602 -vt 0.634276 0.022601 -vt 0.634270 0.022600 -vt 0.634272 0.022600 -vt 0.634259 0.022596 -vt 0.634256 0.022595 -vt 0.634246 0.022592 -vt 0.634241 0.022590 -vt 0.634238 0.022589 -vt 0.634242 0.022591 -vt 0.634156 0.022470 -vt 0.634156 0.022614 -vt 0.634158 0.022616 -vt 0.634159 0.022616 -vt 0.634166 0.022619 -vt 0.634162 0.022617 -vt 0.634170 0.022620 -vt 0.634174 0.022621 -vt 0.634175 0.022622 -vt 0.634183 0.022624 -vt 0.634196 0.022628 -vt 0.634188 0.022626 -vt 0.634192 0.022627 -vt 0.634179 0.022623 -vt 0.634181 0.022624 -vt 0.634187 0.022625 -vt 0.634195 0.022628 -vt 0.634200 0.022630 -vt 0.634203 0.022631 -vt 0.634204 0.022631 -vt 0.634213 0.022634 -vt 0.634225 0.022638 -vt 0.634218 0.022636 -vt 0.634221 0.022637 -vt 0.634208 0.022632 -vt 0.634210 0.022633 -vt 0.634217 0.022635 -vt 0.634225 0.022638 -vt 0.634230 0.022639 -vt 0.634232 0.022640 -vt 0.634234 0.022641 -vt 0.634247 0.022645 -vt 0.634255 0.022648 -vt 0.634254 0.022647 -vt 0.634251 0.022646 -vt 0.634238 0.022642 -vt 0.634240 0.022643 -vt 0.634242 0.022644 -vt 0.634246 0.022645 -vt 0.634259 0.022649 -vt 0.634261 0.022650 -vt 0.634263 0.022651 -vt 0.634276 0.022655 -vt 0.634284 0.022658 -vt 0.634283 0.022657 -vt 0.634280 0.022656 -vt 0.634268 0.022652 -vt 0.634269 0.022652 -vt 0.634272 0.022653 -vt 0.634276 0.022655 -vt 0.634289 0.022659 -vt 0.634291 0.022659 -vt 0.634293 0.022660 -vt 0.634306 0.022664 -vt 0.634314 0.022667 -vt 0.634313 0.022667 -vt 0.634310 0.022666 -vt 0.634297 0.022661 -vt 0.634298 0.022662 -vt 0.634301 0.022663 -vt 0.634305 0.022664 -vt 0.634318 0.022668 -vt 0.634320 0.022669 -vt 0.634323 0.022670 -vt 0.634327 0.022671 -vt 0.634335 0.022674 -vt 0.634331 0.022672 -vt 0.634335 0.022674 -vt 0.634327 0.022671 -vt 0.634340 0.022675 -vt 0.634342 0.022676 -vt 0.634344 0.022677 -vt 0.634356 0.022681 -vt 0.634365 0.022684 -vt 0.634364 0.022683 -vt 0.634361 0.022682 -vt 0.634348 0.022678 -vt 0.634349 0.022679 -vt 0.634352 0.022680 -vt 0.634369 0.022685 -vt 0.634372 0.022686 -vt 0.632304 0.022270 -vt 0.632825 0.022270 -vt 0.633346 0.022270 -vt 0.633346 0.022252 -vt 0.633867 0.022252 -vt 0.633867 0.022233 -vt 0.634388 0.022233 -vt 0.629700 0.022270 -vt 0.630221 0.022270 -vt 0.630742 0.022270 -vt 0.631263 0.022270 -vt 0.631263 0.022252 -vt 0.631784 0.022252 -vt 0.631784 0.022233 -vt 0.632304 0.022233 -vt 0.630221 0.022252 -vt 0.629700 0.022252 -vt 0.630221 0.022233 -vt 0.629700 0.022233 -vt 0.634388 0.022252 -vt 0.634388 0.022270 -vt 0.630742 0.022252 -vt 0.630742 0.022233 -vt 0.631784 0.022270 -vt 0.632304 0.022252 -vt 0.632825 0.022252 -vt 0.632825 0.022233 -vt 0.633867 0.022270 -vt 0.631263 0.022233 -vt 0.633346 0.022233 -vt 0.634877 0.017784 -vt 0.634877 0.017774 -vt 0.634877 0.017784 -vt 0.634877 0.017774 -vt 0.634877 0.017738 -vt 0.634877 0.017738 -vt 0.634877 0.017774 -vt 0.634877 0.017735 -vt 0.634877 0.017738 -vt 0.634877 0.017735 -vt 0.634877 0.017774 -vt 0.634877 0.017743 -vt 0.634877 0.017672 -vt 0.634877 0.017743 -vt 0.634877 0.017672 -vt 0.634877 0.017708 -vt 0.634877 0.017701 -vt 0.634877 0.017695 -vt 0.634877 0.017656 -vt 0.634877 0.017715 -vt 0.634877 0.017721 -vt 0.634877 0.017760 -vt 0.634877 0.017672 -vt 0.634877 0.017743 -vt 0.634877 0.017672 -vt 0.634877 0.017743 -vt 0.634877 0.017708 -vt 0.634877 0.017715 -vt 0.634877 0.017721 -vt 0.634877 0.017760 -vt 0.634877 0.017701 -vt 0.634877 0.017695 -vt 0.634877 0.017656 -vt 0.634909 0.017784 -vt 0.634909 0.017784 -vt 0.634909 0.017632 -vt 0.634909 0.017632 -vt 0.634877 0.017632 -vt 0.634877 0.017632 -vt 0.634877 0.017642 -vt 0.634877 0.017642 -vt 0.634877 0.017677 -vt 0.634877 0.017678 -vt 0.634877 0.017680 -vt 0.634877 0.017642 -vt 0.634877 0.017678 -vt 0.634877 0.017680 -vt 0.634877 0.017642 -vt 0.629732 0.017743 -vt 0.629732 0.017672 -vt 0.629732 0.017743 -vt 0.629732 0.017672 -vt 0.629732 0.017708 -vt 0.629732 0.017701 -vt 0.629732 0.017695 -vt 0.629732 0.017656 -vt 0.629732 0.017715 -vt 0.629732 0.017721 -vt 0.629732 0.017760 -vt 0.629732 0.017784 -vt 0.629732 0.017784 -vt 0.629732 0.017774 -vt 0.629732 0.017774 -vt 0.629732 0.017738 -vt 0.629732 0.017738 -vt 0.629732 0.017735 -vt 0.629732 0.017774 -vt 0.629732 0.017738 -vt 0.629732 0.017735 -vt 0.629732 0.017774 -vt 0.629732 0.017672 -vt 0.629732 0.017743 -vt 0.629732 0.017672 -vt 0.629732 0.017743 -vt 0.629732 0.017708 -vt 0.629732 0.017715 -vt 0.629732 0.017721 -vt 0.629732 0.017760 -vt 0.629732 0.017701 -vt 0.629732 0.017695 -vt 0.629732 0.017656 -vt 0.629732 0.017632 -vt 0.629732 0.017642 -vt 0.629732 0.017632 -vt 0.629732 0.017642 -vt 0.629732 0.017677 -vt 0.629732 0.017678 -vt 0.629732 0.017642 -vt 0.629732 0.017680 -vt 0.629732 0.017678 -vt 0.629732 0.017680 -vt 0.629732 0.017642 -vt 0.629700 0.017784 -vt 0.629700 0.017784 -vt 0.629700 0.017632 -vt 0.629700 0.017632 -vt 0.629910 0.017738 -vt 0.630087 0.017738 -vt 0.630264 0.017738 -vt 0.630264 0.017738 -vt 0.630442 0.017738 -vt 0.630442 0.017738 -vt 0.630619 0.017738 -vt 0.630797 0.017738 -vt 0.630974 0.017738 -vt 0.630797 0.017738 -vt 0.630974 0.017738 -vt 0.630797 0.017738 -vt 0.630974 0.017738 -vt 0.631151 0.017738 -vt 0.631329 0.017738 -vt 0.631329 0.017738 -vt 0.631506 0.017738 -vt 0.631506 0.017738 -vt 0.631684 0.017738 -vt 0.631861 0.017738 -vt 0.632038 0.017738 -vt 0.631861 0.017738 -vt 0.632038 0.017738 -vt 0.631861 0.017738 -vt 0.632038 0.017738 -vt 0.632216 0.017738 -vt 0.632393 0.017738 -vt 0.632393 0.017738 -vt 0.632571 0.017738 -vt 0.632571 0.017738 -vt 0.632748 0.017738 -vt 0.632925 0.017738 -vt 0.633103 0.017738 -vt 0.632925 0.017738 -vt 0.633103 0.017738 -vt 0.632925 0.017738 -vt 0.633103 0.017738 -vt 0.633280 0.017738 -vt 0.633458 0.017738 -vt 0.633458 0.017738 -vt 0.633635 0.017738 -vt 0.633635 0.017738 -vt 0.633812 0.017738 -vt 0.633990 0.017738 -vt 0.634167 0.017738 -vt 0.633990 0.017738 -vt 0.634167 0.017738 -vt 0.633990 0.017738 -vt 0.634167 0.017738 -vt 0.634345 0.017738 -vt 0.634522 0.017738 -vt 0.634522 0.017738 -vt 0.634699 0.017738 -vt 0.634699 0.017738 -vt 0.634522 0.017738 -vt 0.634345 0.017738 -vt 0.634345 0.017738 -vt 0.629910 0.017738 -vt 0.629910 0.017738 -vt 0.632216 0.017738 -vt 0.632393 0.017738 -vt 0.634699 0.017738 -vt 0.632571 0.017738 -vt 0.632748 0.017738 -vt 0.632748 0.017738 -vt 0.630087 0.017738 -vt 0.630087 0.017738 -vt 0.630442 0.017738 -vt 0.630619 0.017738 -vt 0.630619 0.017738 -vt 0.631151 0.017738 -vt 0.631151 0.017738 -vt 0.631506 0.017738 -vt 0.631684 0.017738 -vt 0.631684 0.017738 -vt 0.632216 0.017738 -vt 0.633280 0.017738 -vt 0.633280 0.017738 -vt 0.633635 0.017738 -vt 0.633812 0.017738 -vt 0.633812 0.017738 -vt 0.630264 0.017738 -vt 0.631329 0.017738 -vt 0.633458 0.017738 -vt 0.629910 0.017701 -vt 0.630087 0.017701 -vt 0.630264 0.017701 -vt 0.630264 0.017708 -vt 0.630442 0.017708 -vt 0.630442 0.017715 -vt 0.630619 0.017715 -vt 0.630797 0.017715 -vt 0.630974 0.017715 -vt 0.630797 0.017708 -vt 0.630974 0.017708 -vt 0.630797 0.017701 -vt 0.630974 0.017701 -vt 0.631151 0.017701 -vt 0.631329 0.017701 -vt 0.631329 0.017708 -vt 0.631506 0.017708 -vt 0.631506 0.017715 -vt 0.631684 0.017715 -vt 0.631861 0.017715 -vt 0.632038 0.017715 -vt 0.631861 0.017708 -vt 0.632038 0.017708 -vt 0.631861 0.017701 -vt 0.632038 0.017701 -vt 0.632216 0.017701 -vt 0.632393 0.017701 -vt 0.632393 0.017708 -vt 0.632571 0.017708 -vt 0.632571 0.017715 -vt 0.632748 0.017715 -vt 0.632925 0.017715 -vt 0.633103 0.017715 -vt 0.632925 0.017708 -vt 0.633103 0.017708 -vt 0.632925 0.017701 -vt 0.633103 0.017701 -vt 0.633280 0.017701 -vt 0.633458 0.017701 -vt 0.633458 0.017708 -vt 0.633635 0.017708 -vt 0.633635 0.017715 -vt 0.633812 0.017715 -vt 0.633990 0.017715 -vt 0.634167 0.017715 -vt 0.633990 0.017708 -vt 0.634167 0.017708 -vt 0.633990 0.017701 -vt 0.634167 0.017701 -vt 0.634345 0.017701 -vt 0.634522 0.017701 -vt 0.634522 0.017708 -vt 0.634699 0.017708 -vt 0.634699 0.017715 -vt 0.634522 0.017715 -vt 0.634345 0.017715 -vt 0.634345 0.017708 -vt 0.629910 0.017708 -vt 0.629910 0.017715 -vt 0.632216 0.017715 -vt 0.632393 0.017715 -vt 0.634699 0.017701 -vt 0.632571 0.017701 -vt 0.632748 0.017701 -vt 0.632748 0.017708 -vt 0.630087 0.017708 -vt 0.630087 0.017715 -vt 0.630442 0.017701 -vt 0.630619 0.017701 -vt 0.630619 0.017708 -vt 0.631151 0.017708 -vt 0.631151 0.017715 -vt 0.631506 0.017701 -vt 0.631684 0.017701 -vt 0.631684 0.017708 -vt 0.632216 0.017708 -vt 0.633280 0.017708 -vt 0.633280 0.017715 -vt 0.633635 0.017701 -vt 0.633812 0.017701 -vt 0.633812 0.017708 -vt 0.630264 0.017715 -vt 0.631329 0.017715 -vt 0.633458 0.017715 -vt 0.629910 0.017678 -vt 0.630087 0.017678 -vt 0.630264 0.017678 -vt 0.630264 0.017677 -vt 0.630442 0.017677 -vt 0.630442 0.017678 -vt 0.630619 0.017678 -vt 0.630797 0.017678 -vt 0.630974 0.017678 -vt 0.630797 0.017677 -vt 0.630974 0.017677 -vt 0.630797 0.017678 -vt 0.630974 0.017678 -vt 0.631151 0.017678 -vt 0.631329 0.017678 -vt 0.631329 0.017677 -vt 0.631506 0.017677 -vt 0.631506 0.017678 -vt 0.631684 0.017678 -vt 0.631861 0.017678 -vt 0.632038 0.017678 -vt 0.631861 0.017677 -vt 0.632038 0.017677 -vt 0.631861 0.017678 -vt 0.632038 0.017678 -vt 0.632216 0.017678 -vt 0.632393 0.017678 -vt 0.632393 0.017677 -vt 0.632571 0.017677 -vt 0.632571 0.017678 -vt 0.632748 0.017678 -vt 0.632925 0.017678 -vt 0.633103 0.017678 -vt 0.632925 0.017677 -vt 0.633103 0.017677 -vt 0.632925 0.017678 -vt 0.633103 0.017678 -vt 0.633280 0.017678 -vt 0.633458 0.017678 -vt 0.633458 0.017677 -vt 0.633635 0.017677 -vt 0.633635 0.017678 -vt 0.633812 0.017678 -vt 0.633990 0.017678 -vt 0.634167 0.017678 -vt 0.633990 0.017677 -vt 0.634167 0.017677 -vt 0.633990 0.017678 -vt 0.634167 0.017678 -vt 0.634345 0.017678 -vt 0.634522 0.017678 -vt 0.634522 0.017677 -vt 0.634699 0.017677 -vt 0.634699 0.017678 -vt 0.634522 0.017678 -vt 0.634345 0.017678 -vt 0.634345 0.017677 -vt 0.629910 0.017677 -vt 0.629910 0.017678 -vt 0.632216 0.017678 -vt 0.632393 0.017678 -vt 0.634699 0.017678 -vt 0.632571 0.017678 -vt 0.632748 0.017678 -vt 0.632748 0.017677 -vt 0.630087 0.017677 -vt 0.630087 0.017678 -vt 0.630442 0.017678 -vt 0.630619 0.017678 -vt 0.630619 0.017677 -vt 0.631151 0.017677 -vt 0.631151 0.017678 -vt 0.631506 0.017678 -vt 0.631684 0.017678 -vt 0.631684 0.017677 -vt 0.632216 0.017677 -vt 0.633280 0.017677 -vt 0.633280 0.017678 -vt 0.633635 0.017678 -vt 0.633812 0.017678 -vt 0.633812 0.017677 -vt 0.630264 0.017678 -vt 0.631329 0.017678 -vt 0.633458 0.017678 -vt 0.629910 0.017715 -vt 0.630087 0.017715 -vt 0.630264 0.017715 -vt 0.630264 0.017708 -vt 0.630442 0.017708 -vt 0.630442 0.017701 -vt 0.630619 0.017701 -vt 0.630797 0.017701 -vt 0.630974 0.017701 -vt 0.630797 0.017708 -vt 0.630974 0.017708 -vt 0.630797 0.017715 -vt 0.630974 0.017715 -vt 0.631151 0.017715 -vt 0.631329 0.017715 -vt 0.631329 0.017708 -vt 0.631506 0.017708 -vt 0.631506 0.017701 -vt 0.631684 0.017701 -vt 0.631861 0.017701 -vt 0.632038 0.017701 -vt 0.631861 0.017708 -vt 0.632038 0.017708 -vt 0.631861 0.017715 -vt 0.632038 0.017715 -vt 0.632216 0.017715 -vt 0.632393 0.017715 -vt 0.632393 0.017708 -vt 0.632571 0.017708 -vt 0.632571 0.017701 -vt 0.632748 0.017701 -vt 0.632925 0.017701 -vt 0.633103 0.017701 -vt 0.632925 0.017708 -vt 0.633103 0.017708 -vt 0.632925 0.017715 -vt 0.633103 0.017715 -vt 0.633280 0.017715 -vt 0.633458 0.017715 -vt 0.633458 0.017708 -vt 0.633635 0.017708 -vt 0.633635 0.017701 -vt 0.633812 0.017701 -vt 0.633990 0.017701 -vt 0.634167 0.017701 -vt 0.633990 0.017708 -vt 0.634167 0.017708 -vt 0.633990 0.017715 -vt 0.634167 0.017715 -vt 0.634345 0.017715 -vt 0.634522 0.017715 -vt 0.634522 0.017708 -vt 0.634699 0.017708 -vt 0.634699 0.017701 -vt 0.634522 0.017701 -vt 0.634345 0.017701 -vt 0.634345 0.017708 -vt 0.629910 0.017708 -vt 0.629910 0.017701 -vt 0.632216 0.017701 -vt 0.632393 0.017701 -vt 0.634699 0.017715 -vt 0.632571 0.017715 -vt 0.632748 0.017715 -vt 0.632748 0.017708 -vt 0.630087 0.017708 -vt 0.630087 0.017701 -vt 0.630442 0.017715 -vt 0.630619 0.017715 -vt 0.630619 0.017708 -vt 0.631151 0.017708 -vt 0.631151 0.017701 -vt 0.631506 0.017715 -vt 0.631684 0.017715 -vt 0.631684 0.017708 -vt 0.632216 0.017708 -vt 0.633280 0.017708 -vt 0.633280 0.017701 -vt 0.633635 0.017715 -vt 0.633812 0.017715 -vt 0.633812 0.017708 -vt 0.630264 0.017701 -vt 0.631329 0.017701 -vt 0.633458 0.017701 -vt 0.634839 0.021900 -vt 0.634864 0.021900 -vt 0.634839 0.021900 -vt 0.634890 0.021900 -vt 0.634877 0.021900 -vt 0.634890 0.021900 -vt 0.634877 0.021900 -vt 0.634813 0.021900 -vt 0.634826 0.021900 -vt 0.634763 0.021900 -vt 0.634763 0.021900 -vt 0.634636 0.021900 -vt 0.634635 0.021900 -vt 0.634572 0.021900 -vt 0.634585 0.021900 -vt 0.634521 0.021900 -vt 0.634534 0.021900 -vt 0.634508 0.021900 -vt 0.634559 0.021900 -vt 0.634686 0.021900 -vt 0.634712 0.021900 -vt 0.634750 0.021900 -vt 0.634750 0.021900 -vt 0.634648 0.021900 -vt 0.634648 0.021900 -vt 0.634572 0.021900 -vt 0.634585 0.021900 -vt 0.634521 0.021900 -vt 0.634534 0.021900 -vt 0.634508 0.021900 -vt 0.634559 0.021900 -vt 0.634559 0.021900 -vt 0.634508 0.021900 -vt 0.634521 0.021900 -vt 0.634521 0.021900 -vt 0.634508 0.021900 -vt 0.634559 0.021900 -vt 0.634686 0.021900 -vt 0.634712 0.021900 -vt 0.634750 0.021900 -vt 0.634750 0.021900 -vt 0.634648 0.021900 -vt 0.634648 0.021900 -vt 0.634826 0.021900 -vt 0.634813 0.021900 -vt 0.634877 0.021900 -vt 0.634864 0.021900 -vt 0.634890 0.021900 -vt 0.634839 0.021900 -vt 0.634839 0.021900 -vt 0.634890 0.021900 -vt 0.634877 0.021900 -vt 0.634585 0.017784 -vt 0.634534 0.017784 -vt 0.634636 0.017784 -vt 0.634686 0.017784 -vt 0.634648 0.017784 -vt 0.634648 0.017784 -vt 0.634750 0.017784 -vt 0.634750 0.017784 -vt 0.634712 0.017784 -vt 0.634763 0.017784 -vt 0.634813 0.017784 -vt 0.634864 0.017784 -vt 0.634839 0.017784 -vt 0.634839 0.017784 -vt 0.634890 0.017784 -vt 0.634890 0.017784 -vt 0.634877 0.017784 -vt 0.634826 0.017784 -vt 0.634826 0.017784 -vt 0.634877 0.017784 -vt 0.634890 0.017784 -vt 0.634890 0.017784 -vt 0.634839 0.017784 -vt 0.634839 0.017784 -vt 0.634864 0.017784 -vt 0.634813 0.017784 -vt 0.634763 0.017784 -vt 0.634712 0.017784 -vt 0.634750 0.017784 -vt 0.634750 0.017784 -vt 0.634648 0.017784 -vt 0.634648 0.017784 -vt 0.634686 0.017784 -vt 0.634636 0.017784 -vt 0.634585 0.017784 -vt 0.634534 0.017784 -vt 0.634559 0.017784 -vt 0.634559 0.017784 -vt 0.634508 0.017784 -vt 0.634508 0.017784 -vt 0.634521 0.017784 -vt 0.634521 0.017784 -vt 0.634572 0.017784 -vt 0.634572 0.017784 -vt 0.634521 0.017784 -vt 0.634521 0.017784 -vt 0.634508 0.017784 -vt 0.634508 0.017784 -vt 0.634559 0.017784 -vt 0.634559 0.017784 -vt 0.630088 0.021900 -vt 0.630088 0.021900 -vt 0.630100 0.021900 -vt 0.630100 0.021900 -vt 0.630075 0.021900 -vt 0.630050 0.021900 -vt 0.630050 0.021900 -vt 0.630024 0.021900 -vt 0.630037 0.021900 -vt 0.629973 0.021900 -vt 0.630037 0.021900 -vt 0.629973 0.021900 -vt 0.630024 0.021900 -vt 0.630088 0.021900 -vt 0.630075 0.021900 -vt 0.630100 0.021900 -vt 0.630050 0.021900 -vt 0.630088 0.021900 -vt 0.630100 0.021900 -vt 0.630050 0.021900 -vt 0.629923 0.021900 -vt 0.629897 0.021900 -vt 0.629846 0.021900 -vt 0.629846 0.021900 -vt 0.629897 0.021900 -vt 0.629961 0.021900 -vt 0.629961 0.021900 -vt 0.629859 0.021900 -vt 0.629859 0.021900 -vt 0.629796 0.021900 -vt 0.629783 0.021900 -vt 0.629783 0.021900 -vt 0.629796 0.021900 -vt 0.629732 0.021900 -vt 0.629745 0.021900 -vt 0.629719 0.021900 -vt 0.629770 0.021900 -vt 0.629732 0.021900 -vt 0.629745 0.021900 -vt 0.629719 0.021900 -vt 0.629770 0.021900 -vt 0.629770 0.021900 -vt 0.629719 0.021900 -vt 0.629732 0.021900 -vt 0.629732 0.021900 -vt 0.629719 0.021900 -vt 0.629770 0.021900 -vt 0.629859 0.021900 -vt 0.629859 0.021900 -vt 0.629961 0.021900 -vt 0.629923 0.021900 -vt 0.629961 0.021900 -vt 0.629783 0.017784 -vt 0.629732 0.017784 -vt 0.629783 0.017784 -vt 0.629732 0.017784 -vt 0.629719 0.017784 -vt 0.629719 0.017784 -vt 0.629770 0.017784 -vt 0.629770 0.017784 -vt 0.629745 0.017784 -vt 0.629796 0.017784 -vt 0.629846 0.017784 -vt 0.629897 0.017784 -vt 0.629859 0.017784 -vt 0.629859 0.017784 -vt 0.629961 0.017784 -vt 0.629961 0.017784 -vt 0.629923 0.017784 -vt 0.629973 0.017784 -vt 0.630024 0.017784 -vt 0.630075 0.017784 -vt 0.630050 0.017784 -vt 0.630050 0.017784 -vt 0.630100 0.017784 -vt 0.630100 0.017784 -vt 0.630088 0.017784 -vt 0.630088 0.017784 -vt 0.630037 0.017784 -vt 0.630037 0.017784 -vt 0.630088 0.017784 -vt 0.630088 0.017784 -vt 0.630100 0.017784 -vt 0.630100 0.017784 -vt 0.630050 0.017784 -vt 0.630050 0.017784 -vt 0.630075 0.017784 -vt 0.630024 0.017784 -vt 0.629973 0.017784 -vt 0.629923 0.017784 -vt 0.629961 0.017784 -vt 0.629961 0.017784 -vt 0.629859 0.017784 -vt 0.629859 0.017784 -vt 0.629897 0.017784 -vt 0.629846 0.017784 -vt 0.629796 0.017784 -vt 0.629745 0.017784 -vt 0.629770 0.017784 -vt 0.629770 0.017784 -vt 0.629719 0.017784 -vt 0.629719 0.017784 -vt 0.630100 0.019512 -vt 0.630100 0.019512 -vt 0.630100 0.021900 -vt 0.634508 0.019512 -vt 0.634508 0.019512 -vt 0.634508 0.021900 -vt 0.629770 0.019502 -vt 0.629745 0.019502 -vt 0.629770 0.019512 -vt 0.629719 0.019512 -vt 0.629732 0.019491 -vt 0.629719 0.019471 -vt 0.629732 0.019471 -vt 0.629796 0.019461 -vt 0.629783 0.019451 -vt 0.629846 0.019461 -vt 0.629846 0.019410 -vt 0.629973 0.019461 -vt 0.629973 0.019410 -vt 0.630037 0.019451 -vt 0.630037 0.019420 -vt 0.629923 0.019502 -vt 0.629897 0.019502 -vt 0.629961 0.019512 -vt 0.629859 0.019512 -vt 0.629859 0.019502 -vt 0.629961 0.019502 -vt 0.630024 0.019461 -vt 0.630088 0.019491 -vt 0.630075 0.019502 -vt 0.630050 0.019512 -vt 0.630050 0.019502 -vt 0.630100 0.019471 -vt 0.630088 0.019471 -vt 0.630024 0.019410 -vt 0.630088 0.019380 -vt 0.630075 0.019369 -vt 0.630100 0.019359 -vt 0.630050 0.019359 -vt 0.630088 0.019400 -vt 0.630100 0.019400 -vt 0.630050 0.019369 -vt 0.629897 0.019369 -vt 0.629923 0.019369 -vt 0.629961 0.019359 -vt 0.629961 0.019369 -vt 0.629859 0.019359 -vt 0.629859 0.019369 -vt 0.629783 0.019420 -vt 0.629796 0.019410 -vt 0.629732 0.019380 -vt 0.629745 0.019369 -vt 0.629719 0.019359 -vt 0.629770 0.019359 -vt 0.629770 0.019369 -vt 0.629719 0.019400 -vt 0.629732 0.019400 -vt 0.629745 0.019502 -vt 0.629796 0.019461 -vt 0.629846 0.019461 -vt 0.629897 0.019502 -vt 0.629859 0.019502 -vt 0.629859 0.019512 -vt 0.629961 0.019512 -vt 0.629961 0.019502 -vt 0.629923 0.019502 -vt 0.629973 0.019461 -vt 0.630024 0.019461 -vt 0.630075 0.019502 -vt 0.630050 0.019502 -vt 0.630050 0.019512 -vt 0.630100 0.019512 -vt 0.630100 0.019471 -vt 0.630088 0.019471 -vt 0.630088 0.019491 -vt 0.630037 0.019451 -vt 0.630037 0.019420 -vt 0.630088 0.019380 -vt 0.630088 0.019400 -vt 0.630100 0.019400 -vt 0.630100 0.019359 -vt 0.630050 0.019359 -vt 0.630050 0.019369 -vt 0.630075 0.019369 -vt 0.630024 0.019410 -vt 0.629973 0.019410 -vt 0.629923 0.019369 -vt 0.629961 0.019369 -vt 0.629961 0.019359 -vt 0.629859 0.019359 -vt 0.629859 0.019369 -vt 0.629897 0.019369 -vt 0.629846 0.019410 -vt 0.629796 0.019410 -vt 0.629745 0.019369 -vt 0.629770 0.019369 -vt 0.629770 0.019359 -vt 0.629719 0.019359 -vt 0.629719 0.019400 -vt 0.629732 0.019400 -vt 0.629732 0.019380 -vt 0.629783 0.019420 -vt 0.629783 0.019451 -vt 0.629732 0.019491 -vt 0.629732 0.019471 -vt 0.629719 0.019471 -vt 0.629719 0.019512 -vt 0.629770 0.019512 -vt 0.629770 0.019502 -vt 0.634521 0.019400 -vt 0.634521 0.019380 -vt 0.634508 0.019400 -vt 0.634508 0.019359 -vt 0.634534 0.019369 -vt 0.634559 0.019359 -vt 0.634559 0.019369 -vt 0.634585 0.019410 -vt 0.634572 0.019420 -vt 0.634636 0.019410 -vt 0.634572 0.019451 -vt 0.634636 0.019461 -vt 0.634585 0.019461 -vt 0.634521 0.019491 -vt 0.634534 0.019502 -vt 0.634559 0.019512 -vt 0.634521 0.019471 -vt 0.634508 0.019471 -vt 0.634559 0.019502 -vt 0.634686 0.019502 -vt 0.634712 0.019502 -vt 0.634763 0.019461 -vt 0.634763 0.019410 -vt 0.634686 0.019369 -vt 0.634712 0.019369 -vt 0.634750 0.019359 -vt 0.634750 0.019369 -vt 0.634648 0.019502 -vt 0.634648 0.019512 -vt 0.634750 0.019512 -vt 0.634750 0.019502 -vt 0.634826 0.019451 -vt 0.634813 0.019461 -vt 0.634877 0.019491 -vt 0.634864 0.019502 -vt 0.634890 0.019512 -vt 0.634839 0.019512 -vt 0.634839 0.019502 -vt 0.634890 0.019471 -vt 0.634877 0.019471 -vt 0.634826 0.019420 -vt 0.634813 0.019410 -vt 0.634877 0.019380 -vt 0.634864 0.019369 -vt 0.634890 0.019359 -vt 0.634839 0.019359 -vt 0.634877 0.019400 -vt 0.634890 0.019400 -vt 0.634839 0.019369 -vt 0.634648 0.019359 -vt 0.634648 0.019369 -vt 0.634521 0.019380 -vt 0.634572 0.019420 -vt 0.634572 0.019451 -vt 0.634521 0.019491 -vt 0.634521 0.019471 -vt 0.634508 0.019471 -vt 0.634508 0.019512 -vt 0.634559 0.019512 -vt 0.634559 0.019502 -vt 0.634534 0.019502 -vt 0.634585 0.019461 -vt 0.634636 0.019461 -vt 0.634686 0.019502 -vt 0.634648 0.019502 -vt 0.634648 0.019512 -vt 0.634750 0.019512 -vt 0.634750 0.019502 -vt 0.634712 0.019502 -vt 0.634763 0.019461 -vt 0.634813 0.019461 -vt 0.634864 0.019502 -vt 0.634839 0.019502 -vt 0.634839 0.019512 -vt 0.634890 0.019512 -vt 0.634890 0.019471 -vt 0.634877 0.019471 -vt 0.634877 0.019491 -vt 0.634826 0.019451 -vt 0.634826 0.019420 -vt 0.634877 0.019380 -vt 0.634877 0.019400 -vt 0.634890 0.019400 -vt 0.634890 0.019359 -vt 0.634839 0.019359 -vt 0.634839 0.019369 -vt 0.634864 0.019369 -vt 0.634813 0.019410 -vt 0.634763 0.019410 -vt 0.634712 0.019369 -vt 0.634750 0.019369 -vt 0.634750 0.019359 -vt 0.634648 0.019359 -vt 0.634648 0.019369 -vt 0.634686 0.019369 -vt 0.634636 0.019410 -vt 0.634585 0.019410 -vt 0.634534 0.019369 -vt 0.634559 0.019369 -vt 0.634559 0.019359 -vt 0.634508 0.019359 -vt 0.634508 0.019400 -vt 0.634521 0.019400 -vt 0.634877 0.019512 -vt 0.634877 0.019502 -vt 0.634877 0.019512 -vt 0.634877 0.019502 -vt 0.634877 0.019466 -vt 0.634877 0.019465 -vt 0.634877 0.019502 -vt 0.634877 0.019463 -vt 0.634877 0.019465 -vt 0.634877 0.019463 -vt 0.634877 0.019502 -vt 0.634877 0.019471 -vt 0.634877 0.019400 -vt 0.634877 0.019436 -vt 0.634877 0.019429 -vt 0.634877 0.019422 -vt 0.634877 0.019384 -vt 0.634877 0.019442 -vt 0.634877 0.019449 -vt 0.634877 0.019487 -vt 0.634877 0.019400 -vt 0.634877 0.019471 -vt 0.634877 0.019400 -vt 0.634877 0.019471 -vt 0.634877 0.019436 -vt 0.634877 0.019442 -vt 0.634877 0.019449 -vt 0.634877 0.019487 -vt 0.634877 0.019429 -vt 0.634877 0.019422 -vt 0.634877 0.019384 -vt 0.634909 0.019512 -vt 0.634909 0.019512 -vt 0.634909 0.019359 -vt 0.634909 0.019359 -vt 0.634877 0.019359 -vt 0.634877 0.019359 -vt 0.634877 0.019369 -vt 0.634877 0.019369 -vt 0.634877 0.019405 -vt 0.634877 0.019406 -vt 0.634877 0.019408 -vt 0.634877 0.019369 -vt 0.634877 0.019406 -vt 0.634877 0.019408 -vt 0.634877 0.019369 -vt 0.629732 0.019471 -vt 0.629732 0.019400 -vt 0.629732 0.019471 -vt 0.629732 0.019400 -vt 0.629732 0.019436 -vt 0.629732 0.019429 -vt 0.629732 0.019422 -vt 0.629732 0.019384 -vt 0.629732 0.019442 -vt 0.629732 0.019449 -vt 0.629732 0.019487 -vt 0.629732 0.019512 -vt 0.629732 0.019512 -vt 0.629732 0.019502 -vt 0.629732 0.019502 -vt 0.629732 0.019466 -vt 0.629732 0.019465 -vt 0.629732 0.019463 -vt 0.629732 0.019502 -vt 0.629732 0.019465 -vt 0.629732 0.019463 -vt 0.629732 0.019502 -vt 0.629732 0.019400 -vt 0.629732 0.019471 -vt 0.629732 0.019436 -vt 0.629732 0.019442 -vt 0.629732 0.019449 -vt 0.629732 0.019487 -vt 0.629732 0.019429 -vt 0.629732 0.019422 -vt 0.629732 0.019384 -vt 0.629732 0.019359 -vt 0.629732 0.019369 -vt 0.629732 0.019359 -vt 0.629732 0.019369 -vt 0.629732 0.019405 -vt 0.629732 0.019406 -vt 0.629732 0.019369 -vt 0.629732 0.019408 -vt 0.629732 0.019406 -vt 0.629732 0.019408 -vt 0.629732 0.019369 -vt 0.629700 0.019512 -vt 0.629700 0.019512 -vt 0.629700 0.019359 -vt 0.629700 0.019359 -vt 0.629910 0.019465 -vt 0.630087 0.019465 -vt 0.630264 0.019465 -vt 0.630264 0.019466 -vt 0.630442 0.019466 -vt 0.630442 0.019465 -vt 0.630619 0.019465 -vt 0.630797 0.019465 -vt 0.630974 0.019465 -vt 0.630797 0.019466 -vt 0.630974 0.019466 -vt 0.630797 0.019465 -vt 0.630974 0.019465 -vt 0.631151 0.019465 -vt 0.631329 0.019465 -vt 0.631329 0.019466 -vt 0.631506 0.019466 -vt 0.631506 0.019465 -vt 0.631684 0.019465 -vt 0.631861 0.019465 -vt 0.632038 0.019465 -vt 0.631861 0.019466 -vt 0.632038 0.019466 -vt 0.631861 0.019465 -vt 0.632038 0.019465 -vt 0.632216 0.019465 -vt 0.632393 0.019465 -vt 0.632393 0.019466 -vt 0.632571 0.019466 -vt 0.632571 0.019465 -vt 0.632748 0.019465 -vt 0.632925 0.019465 -vt 0.633103 0.019465 -vt 0.632925 0.019466 -vt 0.633103 0.019466 -vt 0.632925 0.019465 -vt 0.633103 0.019465 -vt 0.633280 0.019465 -vt 0.633458 0.019465 -vt 0.633458 0.019466 -vt 0.633635 0.019466 -vt 0.633635 0.019465 -vt 0.633812 0.019465 -vt 0.633990 0.019465 -vt 0.634167 0.019465 -vt 0.633990 0.019466 -vt 0.634167 0.019466 -vt 0.633990 0.019465 -vt 0.634167 0.019465 -vt 0.634345 0.019465 -vt 0.634522 0.019465 -vt 0.634522 0.019466 -vt 0.634699 0.019466 -vt 0.634699 0.019465 -vt 0.634522 0.019465 -vt 0.634345 0.019465 -vt 0.634345 0.019466 -vt 0.629910 0.019466 -vt 0.629910 0.019465 -vt 0.632216 0.019465 -vt 0.632393 0.019465 -vt 0.634699 0.019465 -vt 0.632571 0.019465 -vt 0.632748 0.019465 -vt 0.632748 0.019466 -vt 0.630087 0.019466 -vt 0.630087 0.019465 -vt 0.630442 0.019465 -vt 0.630619 0.019465 -vt 0.630619 0.019466 -vt 0.631151 0.019466 -vt 0.631151 0.019465 -vt 0.631506 0.019465 -vt 0.631684 0.019465 -vt 0.631684 0.019466 -vt 0.632216 0.019466 -vt 0.633280 0.019466 -vt 0.633280 0.019465 -vt 0.633635 0.019465 -vt 0.633812 0.019465 -vt 0.633812 0.019466 -vt 0.630264 0.019465 -vt 0.631329 0.019465 -vt 0.633458 0.019465 -vt 0.629910 0.019429 -vt 0.630087 0.019429 -vt 0.630264 0.019429 -vt 0.630264 0.019436 -vt 0.630442 0.019436 -vt 0.630442 0.019442 -vt 0.630619 0.019442 -vt 0.630797 0.019442 -vt 0.630974 0.019442 -vt 0.630797 0.019436 -vt 0.630974 0.019436 -vt 0.630797 0.019429 -vt 0.630974 0.019429 -vt 0.631151 0.019429 -vt 0.631329 0.019429 -vt 0.631329 0.019436 -vt 0.631506 0.019436 -vt 0.631506 0.019442 -vt 0.631684 0.019442 -vt 0.631861 0.019442 -vt 0.632038 0.019442 -vt 0.631861 0.019436 -vt 0.632038 0.019436 -vt 0.631861 0.019429 -vt 0.632038 0.019429 -vt 0.632216 0.019429 -vt 0.632393 0.019429 -vt 0.632393 0.019436 -vt 0.632571 0.019436 -vt 0.632571 0.019442 -vt 0.632748 0.019442 -vt 0.632925 0.019442 -vt 0.633103 0.019442 -vt 0.632925 0.019436 -vt 0.633103 0.019436 -vt 0.632925 0.019429 -vt 0.633103 0.019429 -vt 0.633280 0.019429 -vt 0.633458 0.019429 -vt 0.633458 0.019436 -vt 0.633635 0.019436 -vt 0.633635 0.019442 -vt 0.633812 0.019442 -vt 0.633990 0.019442 -vt 0.634167 0.019442 -vt 0.633990 0.019436 -vt 0.634167 0.019436 -vt 0.633990 0.019429 -vt 0.634167 0.019429 -vt 0.634345 0.019429 -vt 0.634522 0.019429 -vt 0.634522 0.019436 -vt 0.634699 0.019436 -vt 0.634699 0.019442 -vt 0.634522 0.019442 -vt 0.634345 0.019442 -vt 0.634345 0.019436 -vt 0.629910 0.019436 -vt 0.629910 0.019442 -vt 0.632216 0.019442 -vt 0.632393 0.019442 -vt 0.634699 0.019429 -vt 0.632571 0.019429 -vt 0.632748 0.019429 -vt 0.632748 0.019436 -vt 0.630087 0.019436 -vt 0.630087 0.019442 -vt 0.630442 0.019429 -vt 0.630619 0.019429 -vt 0.630619 0.019436 -vt 0.631151 0.019436 -vt 0.631151 0.019442 -vt 0.631506 0.019429 -vt 0.631684 0.019429 -vt 0.631684 0.019436 -vt 0.632216 0.019436 -vt 0.633280 0.019436 -vt 0.633280 0.019442 -vt 0.633635 0.019429 -vt 0.633812 0.019429 -vt 0.633812 0.019436 -vt 0.630264 0.019442 -vt 0.631329 0.019442 -vt 0.633458 0.019442 -vt 0.629910 0.019406 -vt 0.630087 0.019406 -vt 0.630264 0.019406 -vt 0.630264 0.019405 -vt 0.630442 0.019405 -vt 0.630442 0.019406 -vt 0.630619 0.019406 -vt 0.630797 0.019406 -vt 0.630974 0.019406 -vt 0.630797 0.019405 -vt 0.630974 0.019405 -vt 0.630797 0.019406 -vt 0.630974 0.019406 -vt 0.631151 0.019406 -vt 0.631329 0.019406 -vt 0.631329 0.019405 -vt 0.631506 0.019405 -vt 0.631506 0.019406 -vt 0.631684 0.019406 -vt 0.631861 0.019406 -vt 0.632038 0.019406 -vt 0.631861 0.019405 -vt 0.632038 0.019405 -vt 0.631861 0.019406 -vt 0.632038 0.019406 -vt 0.632216 0.019406 -vt 0.632393 0.019406 -vt 0.632393 0.019405 -vt 0.632571 0.019405 -vt 0.632571 0.019406 -vt 0.632748 0.019406 -vt 0.632925 0.019406 -vt 0.633103 0.019406 -vt 0.632925 0.019405 -vt 0.633103 0.019405 -vt 0.632925 0.019406 -vt 0.633103 0.019406 -vt 0.633280 0.019406 -vt 0.633458 0.019406 -vt 0.633458 0.019405 -vt 0.633635 0.019405 -vt 0.633635 0.019406 -vt 0.633812 0.019406 -vt 0.633990 0.019406 -vt 0.634167 0.019406 -vt 0.633990 0.019405 -vt 0.634167 0.019405 -vt 0.633990 0.019406 -vt 0.634167 0.019406 -vt 0.634345 0.019406 -vt 0.634522 0.019406 -vt 0.634522 0.019405 -vt 0.634699 0.019405 -vt 0.634699 0.019406 -vt 0.634522 0.019406 -vt 0.634345 0.019406 -vt 0.634345 0.019405 -vt 0.629910 0.019405 -vt 0.629910 0.019406 -vt 0.632216 0.019406 -vt 0.632393 0.019406 -vt 0.634699 0.019406 -vt 0.632571 0.019406 -vt 0.632748 0.019406 -vt 0.632748 0.019405 -vt 0.630087 0.019405 -vt 0.630087 0.019406 -vt 0.630442 0.019406 -vt 0.630619 0.019406 -vt 0.630619 0.019405 -vt 0.631151 0.019405 -vt 0.631151 0.019406 -vt 0.631506 0.019406 -vt 0.631684 0.019406 -vt 0.631684 0.019405 -vt 0.632216 0.019405 -vt 0.633280 0.019405 -vt 0.633280 0.019406 -vt 0.633635 0.019406 -vt 0.633812 0.019406 -vt 0.633812 0.019405 -vt 0.630264 0.019406 -vt 0.631329 0.019406 -vt 0.633458 0.019406 -vt 0.629910 0.019442 -vt 0.630087 0.019442 -vt 0.630264 0.019442 -vt 0.630264 0.019436 -vt 0.630442 0.019436 -vt 0.630442 0.019429 -vt 0.630619 0.019429 -vt 0.630797 0.019429 -vt 0.630974 0.019429 -vt 0.630797 0.019436 -vt 0.630974 0.019436 -vt 0.630797 0.019442 -vt 0.630974 0.019442 -vt 0.631151 0.019442 -vt 0.631329 0.019442 -vt 0.631329 0.019436 -vt 0.631506 0.019436 -vt 0.631506 0.019429 -vt 0.631684 0.019429 -vt 0.631861 0.019429 -vt 0.632038 0.019429 -vt 0.631861 0.019436 -vt 0.632038 0.019436 -vt 0.631861 0.019442 -vt 0.632038 0.019442 -vt 0.632216 0.019442 -vt 0.632393 0.019442 -vt 0.632393 0.019436 -vt 0.632571 0.019436 -vt 0.632571 0.019429 -vt 0.632748 0.019429 -vt 0.632925 0.019429 -vt 0.633103 0.019429 -vt 0.632925 0.019436 -vt 0.633103 0.019436 -vt 0.632925 0.019442 -vt 0.633103 0.019442 -vt 0.633280 0.019442 -vt 0.633458 0.019442 -vt 0.633458 0.019436 -vt 0.633635 0.019436 -vt 0.633635 0.019429 -vt 0.633812 0.019429 -vt 0.633990 0.019429 -vt 0.634167 0.019429 -vt 0.633990 0.019436 -vt 0.634167 0.019436 -vt 0.633990 0.019442 -vt 0.634167 0.019442 -vt 0.634345 0.019442 -vt 0.634522 0.019442 -vt 0.634522 0.019436 -vt 0.634699 0.019436 -vt 0.634699 0.019429 -vt 0.634522 0.019429 -vt 0.634345 0.019429 -vt 0.634345 0.019436 -vt 0.629910 0.019436 -vt 0.629910 0.019429 -vt 0.632216 0.019429 -vt 0.632393 0.019429 -vt 0.634699 0.019442 -vt 0.632571 0.019442 -vt 0.632748 0.019442 -vt 0.632748 0.019436 -vt 0.630087 0.019436 -vt 0.630087 0.019429 -vt 0.630442 0.019442 -vt 0.630619 0.019442 -vt 0.630619 0.019436 -vt 0.631151 0.019436 -vt 0.631151 0.019429 -vt 0.631506 0.019442 -vt 0.631684 0.019442 -vt 0.631684 0.019436 -vt 0.632216 0.019436 -vt 0.633280 0.019436 -vt 0.633280 0.019429 -vt 0.633635 0.019442 -vt 0.633812 0.019442 -vt 0.633812 0.019436 -vt 0.630264 0.019429 -vt 0.631329 0.019429 -vt 0.633458 0.019429 -vt 0.634908 0.018019 -vt 0.634908 0.018019 -vt 0.634909 0.018013 -vt 0.634908 0.018019 -vt 0.634909 0.018013 -vt 0.634908 0.018019 -vt 0.634907 0.018019 -vt 0.634904 0.018025 -vt 0.634904 0.018025 -vt 0.634899 0.018031 -vt 0.634899 0.018031 -vt 0.634893 0.018035 -vt 0.634893 0.018035 -vt 0.634885 0.018037 -vt 0.634885 0.018037 -vt 0.634877 0.018038 -vt 0.634885 0.018037 -vt 0.634877 0.018038 -vt 0.634885 0.018037 -vt 0.634885 0.018037 -vt 0.634893 0.018035 -vt 0.634893 0.018035 -vt 0.634899 0.018031 -vt 0.634899 0.018031 -vt 0.634904 0.018025 -vt 0.634904 0.018025 -vt 0.634904 0.018025 -vt 0.634899 0.018031 -vt 0.634893 0.018035 -vt 0.634813 0.018038 -vt 0.634813 0.018038 -vt 0.634805 0.018037 -vt 0.634805 0.018037 -vt 0.634805 0.018037 -vt 0.634805 0.018037 -vt 0.634805 0.018037 -vt 0.634797 0.018035 -vt 0.634797 0.018035 -vt 0.634791 0.018031 -vt 0.634791 0.018031 -vt 0.634786 0.018025 -vt 0.634786 0.018025 -vt 0.634783 0.018019 -vt 0.634783 0.018019 -vt 0.634782 0.018013 -vt 0.634783 0.018019 -vt 0.634782 0.018013 -vt 0.634783 0.018019 -vt 0.634783 0.018019 -vt 0.634786 0.018025 -vt 0.634786 0.018025 -vt 0.634791 0.018031 -vt 0.634791 0.018031 -vt 0.634797 0.018035 -vt 0.634797 0.018035 -vt 0.634797 0.018035 -vt 0.634791 0.018031 -vt 0.634786 0.018025 -vt 0.634782 0.017759 -vt 0.634782 0.017759 -vt 0.634781 0.017752 -vt 0.634781 0.017752 -vt 0.634781 0.017752 -vt 0.634781 0.017752 -vt 0.634781 0.017752 -vt 0.634777 0.017746 -vt 0.634777 0.017746 -vt 0.634772 0.017741 -vt 0.634772 0.017741 -vt 0.634766 0.017737 -vt 0.634766 0.017737 -vt 0.634758 0.017734 -vt 0.634758 0.017734 -vt 0.634750 0.017733 -vt 0.634758 0.017734 -vt 0.634750 0.017733 -vt 0.634758 0.017734 -vt 0.634758 0.017734 -vt 0.634766 0.017737 -vt 0.634766 0.017737 -vt 0.634772 0.017741 -vt 0.634772 0.017741 -vt 0.634777 0.017746 -vt 0.634777 0.017746 -vt 0.634777 0.017746 -vt 0.634772 0.017741 -vt 0.634766 0.017737 -vt 0.634432 0.017733 -vt 0.634432 0.017733 -vt 0.634424 0.017732 -vt 0.634424 0.017732 -vt 0.634424 0.017732 -vt 0.634424 0.017732 -vt 0.634424 0.017732 -vt 0.634416 0.017730 -vt 0.634416 0.017730 -vt 0.634410 0.017726 -vt 0.634410 0.017726 -vt 0.634405 0.017721 -vt 0.634405 0.017721 -vt 0.634402 0.017714 -vt 0.634402 0.017714 -vt 0.634400 0.017708 -vt 0.634402 0.017714 -vt 0.634400 0.017708 -vt 0.634402 0.017714 -vt 0.634402 0.017714 -vt 0.634405 0.017721 -vt 0.634405 0.017721 -vt 0.634410 0.017726 -vt 0.634410 0.017726 -vt 0.634416 0.017730 -vt 0.634416 0.017730 -vt 0.634416 0.017730 -vt 0.634410 0.017726 -vt 0.634405 0.017721 -vt 0.634400 0.017657 -vt 0.634400 0.017657 -vt 0.634402 0.017650 -vt 0.634402 0.017650 -vt 0.634402 0.017650 -vt 0.634402 0.017650 -vt 0.634402 0.017650 -vt 0.634405 0.017644 -vt 0.634405 0.017644 -vt 0.634410 0.017639 -vt 0.634410 0.017639 -vt 0.634416 0.017635 -vt 0.634416 0.017635 -vt 0.634424 0.017632 -vt 0.634424 0.017632 -vt 0.634432 0.017632 -vt 0.634424 0.017632 -vt 0.634432 0.017632 -vt 0.634424 0.017632 -vt 0.634424 0.017632 -vt 0.634416 0.017635 -vt 0.634416 0.017635 -vt 0.634410 0.017639 -vt 0.634410 0.017639 -vt 0.634405 0.017644 -vt 0.634405 0.017644 -vt 0.634405 0.017644 -vt 0.634410 0.017639 -vt 0.634416 0.017635 -vt 0.634845 0.017632 -vt 0.634845 0.017632 -vt 0.634862 0.017633 -vt 0.634862 0.017633 -vt 0.634877 0.017638 -vt 0.634877 0.017638 -vt 0.634890 0.017647 -vt 0.634890 0.017647 -vt 0.634900 0.017657 -vt 0.634900 0.017657 -vt 0.634907 0.017669 -vt 0.634907 0.017669 -vt 0.634909 0.017682 -vt 0.634909 0.017682 -vt 0.634907 0.017669 -vt 0.634900 0.017657 -vt 0.634890 0.017647 -vt 0.634877 0.017638 -vt 0.634862 0.017633 -vt 0.629827 0.017759 -vt 0.629827 0.018013 -vt 0.629827 0.017759 -vt 0.629827 0.018013 -vt 0.629826 0.018019 -vt 0.629826 0.018019 -vt 0.629826 0.018019 -vt 0.629826 0.018019 -vt 0.629826 0.018019 -vt 0.629823 0.018025 -vt 0.629823 0.018025 -vt 0.629818 0.018031 -vt 0.629818 0.018031 -vt 0.629812 0.018035 -vt 0.629812 0.018035 -vt 0.629804 0.018037 -vt 0.629804 0.018037 -vt 0.629796 0.018038 -vt 0.629804 0.018037 -vt 0.629796 0.018038 -vt 0.629804 0.018037 -vt 0.629804 0.018037 -vt 0.629812 0.018035 -vt 0.629812 0.018035 -vt 0.629818 0.018031 -vt 0.629818 0.018031 -vt 0.629823 0.018025 -vt 0.629823 0.018025 -vt 0.629823 0.018025 -vt 0.629818 0.018031 -vt 0.629812 0.018035 -vt 0.629732 0.018038 -vt 0.629732 0.018038 -vt 0.629724 0.018037 -vt 0.629724 0.018037 -vt 0.629724 0.018037 -vt 0.629724 0.018037 -vt 0.629724 0.018037 -vt 0.629716 0.018035 -vt 0.629716 0.018035 -vt 0.629710 0.018031 -vt 0.629710 0.018031 -vt 0.629705 0.018025 -vt 0.629705 0.018025 -vt 0.629701 0.018019 -vt 0.629701 0.018019 -vt 0.629700 0.018013 -vt 0.629701 0.018019 -vt 0.629700 0.018013 -vt 0.629701 0.018019 -vt 0.629701 0.018019 -vt 0.629705 0.018025 -vt 0.629705 0.018025 -vt 0.629710 0.018031 -vt 0.629710 0.018031 -vt 0.629716 0.018035 -vt 0.629716 0.018035 -vt 0.629716 0.018035 -vt 0.629710 0.018031 -vt 0.629705 0.018025 -vt 0.629700 0.017657 -vt 0.629700 0.017657 -vt 0.629701 0.017650 -vt 0.629701 0.017650 -vt 0.629701 0.017650 -vt 0.629701 0.017650 -vt 0.629701 0.017650 -vt 0.629705 0.017644 -vt 0.629705 0.017644 -vt 0.629710 0.017639 -vt 0.629710 0.017639 -vt 0.629716 0.017635 -vt 0.629716 0.017635 -vt 0.629724 0.017632 -vt 0.629724 0.017632 -vt 0.629732 0.017632 -vt 0.629724 0.017632 -vt 0.629732 0.017632 -vt 0.629724 0.017632 -vt 0.629724 0.017632 -vt 0.629716 0.017635 -vt 0.629716 0.017635 -vt 0.629710 0.017639 -vt 0.629710 0.017639 -vt 0.629705 0.017644 -vt 0.629705 0.017644 -vt 0.629705 0.017644 -vt 0.629710 0.017639 -vt 0.629716 0.017635 -vt 0.630177 0.017632 -vt 0.630177 0.017632 -vt 0.630185 0.017632 -vt 0.630185 0.017632 -vt 0.630185 0.017632 -vt 0.630185 0.017632 -vt 0.630185 0.017632 -vt 0.630193 0.017635 -vt 0.630193 0.017635 -vt 0.630199 0.017639 -vt 0.630199 0.017639 -vt 0.630204 0.017644 -vt 0.630204 0.017644 -vt 0.630207 0.017650 -vt 0.630207 0.017650 -vt 0.630208 0.017657 -vt 0.630207 0.017650 -vt 0.630208 0.017657 -vt 0.630207 0.017650 -vt 0.630207 0.017650 -vt 0.630204 0.017644 -vt 0.630204 0.017644 -vt 0.630199 0.017639 -vt 0.630199 0.017639 -vt 0.630193 0.017635 -vt 0.630193 0.017635 -vt 0.630193 0.017635 -vt 0.630199 0.017639 -vt 0.630204 0.017644 -vt 0.630208 0.017708 -vt 0.630208 0.017708 -vt 0.630207 0.017714 -vt 0.630207 0.017714 -vt 0.630207 0.017714 -vt 0.630207 0.017714 -vt 0.630207 0.017714 -vt 0.630204 0.017721 -vt 0.630204 0.017721 -vt 0.630199 0.017726 -vt 0.630199 0.017726 -vt 0.630193 0.017730 -vt 0.630193 0.017730 -vt 0.630185 0.017732 -vt 0.630185 0.017732 -vt 0.630177 0.017733 -vt 0.630185 0.017732 -vt 0.630177 0.017733 -vt 0.630185 0.017732 -vt 0.630185 0.017732 -vt 0.630193 0.017730 -vt 0.630193 0.017730 -vt 0.630199 0.017726 -vt 0.630199 0.017726 -vt 0.630204 0.017721 -vt 0.630204 0.017721 -vt 0.630204 0.017721 -vt 0.630199 0.017726 -vt 0.630193 0.017730 -vt 0.629859 0.017733 -vt 0.629859 0.017733 -vt 0.629851 0.017734 -vt 0.629851 0.017734 -vt 0.629851 0.017734 -vt 0.629851 0.017734 -vt 0.629851 0.017734 -vt 0.629843 0.017737 -vt 0.629843 0.017737 -vt 0.629837 0.017741 -vt 0.629837 0.017741 -vt 0.629832 0.017746 -vt 0.629832 0.017746 -vt 0.629828 0.017752 -vt 0.629828 0.017752 -vt 0.629828 0.017752 -vt 0.629828 0.017752 -vt 0.629828 0.017752 -vt 0.629832 0.017746 -vt 0.629832 0.017746 -vt 0.629837 0.017741 -vt 0.629837 0.017741 -vt 0.629843 0.017737 -vt 0.629843 0.017737 -vt 0.629843 0.017737 -vt 0.629837 0.017741 -vt 0.629832 0.017746 -vt 0.630301 0.022599 -vt 0.630304 0.022616 -vt 0.630291 0.022623 -vt 0.630301 0.022632 -vt 0.630288 0.022639 -vt 0.630293 0.022648 -vt 0.630281 0.022654 -vt 0.630280 0.022663 -vt 0.630268 0.022668 -vt 0.630262 0.022676 -vt 0.630251 0.022680 -vt 0.630241 0.022688 -vt 0.630230 0.022690 -vt 0.630216 0.022696 -vt 0.630206 0.022698 -vt 0.630188 0.022702 -vt 0.630179 0.022703 -vt 0.630160 0.022705 -vt 0.630152 0.022706 -vt 0.630130 0.022705 -vt 0.630124 0.022705 -vt 0.630102 0.022702 -vt 0.630097 0.022701 -vt 0.630074 0.022696 -vt 0.630072 0.022695 -vt 0.630049 0.022688 -vt 0.630049 0.022686 -vt 0.630028 0.022676 -vt 0.630030 0.022674 -vt 0.630010 0.022663 -vt 0.630015 0.022661 -vt 0.629997 0.022648 -vt 0.630005 0.022646 -vt 0.629989 0.022632 -vt 0.630000 0.022631 -vt 0.629986 0.022616 -vt 0.630000 0.022615 -vt 0.629989 0.022599 -vt 0.630005 0.022600 -vt 0.629997 0.022583 -vt 0.630015 0.022585 -vt 0.630010 0.022569 -vt 0.630030 0.022572 -vt 0.630028 0.022555 -vt 0.630049 0.022561 -vt 0.630049 0.022544 -vt 0.630072 0.022552 -vt 0.630074 0.022536 -vt 0.630097 0.022545 -vt 0.630102 0.022530 -vt 0.630124 0.022541 -vt 0.630130 0.022526 -vt 0.630152 0.022541 -vt 0.630160 0.022526 -vt 0.630179 0.022543 -vt 0.630188 0.022530 -vt 0.630206 0.022548 -vt 0.630216 0.022536 -vt 0.630230 0.022556 -vt 0.630241 0.022544 -vt 0.630251 0.022566 -vt 0.630262 0.022555 -vt 0.630268 0.022578 -vt 0.630280 0.022569 -vt 0.630281 0.022592 -vt 0.630293 0.022583 -vt 0.630288 0.022607 -vt 0.630301 0.022532 -vt 0.630304 0.022515 -vt 0.630301 0.022499 -vt 0.630293 0.022483 -vt 0.630280 0.022468 -vt 0.630262 0.022455 -vt 0.630241 0.022444 -vt 0.630216 0.022435 -vt 0.630188 0.022429 -vt 0.630160 0.022426 -vt 0.630130 0.022426 -vt 0.630102 0.022429 -vt 0.630074 0.022435 -vt 0.630049 0.022444 -vt 0.630028 0.022455 -vt 0.630010 0.022468 -vt 0.629997 0.022483 -vt 0.629989 0.022499 -vt 0.629986 0.022515 -vt 0.629989 0.022532 -vt 0.629997 0.022548 -vt 0.630010 0.022563 -vt 0.630028 0.022576 -vt 0.630049 0.022587 -vt 0.630074 0.022596 -vt 0.630102 0.022602 -vt 0.630130 0.022605 -vt 0.630160 0.022605 -vt 0.630188 0.022602 -vt 0.630216 0.022596 -vt 0.630241 0.022587 -vt 0.630262 0.022576 -vt 0.630280 0.022563 -vt 0.630293 0.022548 -vt 0.629701 0.021900 -vt 0.629701 0.021819 -vt 0.629700 0.021900 -vt 0.629701 0.021737 -vt 0.629701 0.021656 -vt 0.629703 0.021656 -vt 0.629703 0.021575 -vt 0.629706 0.021575 -vt 0.629706 0.021493 -vt 0.629710 0.021493 -vt 0.629710 0.021412 -vt 0.629714 0.021412 -vt 0.629714 0.021331 -vt 0.629719 0.021087 -vt 0.629714 0.021250 -vt 0.629714 0.021168 -vt 0.629710 0.021250 -vt 0.629710 0.021168 -vt 0.629706 0.021250 -vt 0.629706 0.021168 -vt 0.629703 0.021250 -vt 0.629703 0.021168 -vt 0.629701 0.021250 -vt 0.629701 0.021168 -vt 0.629700 0.021087 -vt 0.629701 0.021087 -vt 0.629703 0.021087 -vt 0.629706 0.021087 -vt 0.629710 0.021087 -vt 0.629714 0.021087 -vt 0.629703 0.021819 -vt 0.629703 0.021900 -vt 0.629706 0.021819 -vt 0.629706 0.021900 -vt 0.629710 0.021819 -vt 0.629710 0.021900 -vt 0.629714 0.021819 -vt 0.629714 0.021900 -vt 0.629719 0.021900 -vt 0.629714 0.021493 -vt 0.629714 0.021575 -vt 0.629714 0.021656 -vt 0.629710 0.021656 -vt 0.629710 0.021737 -vt 0.629706 0.021737 -vt 0.629701 0.021493 -vt 0.629701 0.021412 -vt 0.629701 0.021331 -vt 0.629703 0.021331 -vt 0.629703 0.021737 -vt 0.629701 0.021575 -vt 0.629703 0.021493 -vt 0.629703 0.021412 -vt 0.629706 0.021412 -vt 0.629706 0.021656 -vt 0.629710 0.021575 -vt 0.629706 0.021331 -vt 0.629710 0.021331 -vt 0.629714 0.021737 -vt 0.629719 0.021900 -vt 0.629719 0.021087 -vt 0.629719 0.021087 -vt 0.629700 0.021087 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.991447 -0.130510 0.000000 -vn 0.991447 -0.130510 0.000000 -vn 0.991447 -0.130510 0.000000 -vn 0.991443 -0.130540 0.000000 -vn 0.991443 -0.130540 0.000000 -vn 0.991443 -0.130540 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.793361 -0.608752 0.000000 -vn 0.793361 -0.608752 0.000000 -vn 0.793361 -0.608752 0.000000 -vn 0.793361 -0.608752 0.000000 -vn 0.793361 -0.608752 0.000000 -vn 0.793361 -0.608752 0.000000 -vn 0.608747 -0.793364 0.000000 -vn 0.608747 -0.793364 0.000000 -vn 0.608747 -0.793364 0.000000 -vn 0.608762 -0.793353 0.000000 -vn 0.608762 -0.793353 0.000000 -vn 0.608762 -0.793353 0.000000 -vn 0.382693 -0.923876 0.000000 -vn 0.382693 -0.923876 0.000000 -vn 0.382693 -0.923876 0.000000 -vn 0.382688 -0.923878 0.000000 -vn 0.382688 -0.923878 0.000000 -vn 0.382688 -0.923878 0.000000 -vn 0.130522 -0.991445 0.000000 -vn 0.130522 -0.991445 0.000000 -vn 0.130522 -0.991445 0.000000 -vn 0.130520 -0.991446 0.000000 -vn 0.130520 -0.991446 0.000000 -vn 0.130520 -0.991446 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.130520 0.991446 0.000000 -vn 0.130520 0.991446 0.000000 -vn 0.130520 0.991446 0.000000 -vn 0.130522 0.991445 0.000000 -vn 0.130522 0.991445 0.000000 -vn 0.130522 0.991445 0.000000 -vn 0.382688 0.923878 0.000000 -vn 0.382688 0.923878 0.000000 -vn 0.382688 0.923878 0.000000 -vn 0.382693 0.923876 0.000000 -vn 0.382693 0.923876 0.000000 -vn 0.382693 0.923876 0.000000 -vn 0.608762 0.793353 0.000000 -vn 0.608762 0.793353 0.000000 -vn 0.608762 0.793353 0.000000 -vn 0.608747 0.793364 0.000000 -vn 0.608747 0.793364 0.000000 -vn 0.608747 0.793364 0.000000 -vn 0.793361 0.608752 0.000000 -vn 0.793361 0.608752 0.000000 -vn 0.793361 0.608752 0.000000 -vn 0.793361 0.608752 0.000000 -vn 0.793361 0.608752 0.000000 -vn 0.793361 0.608752 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.991443 0.130540 0.000000 -vn 0.991443 0.130540 0.000000 -vn 0.991443 0.130540 0.000000 -vn 0.991447 0.130510 0.000000 -vn 0.991447 0.130510 0.000000 -vn 0.991447 0.130510 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.991447 0.130510 0.000000 -vn -0.991447 0.130510 0.000000 -vn -0.991447 0.130510 0.000000 -vn -0.991443 0.130540 0.000000 -vn -0.991443 0.130540 0.000000 -vn -0.991443 0.130540 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.793361 0.608752 0.000000 -vn -0.793361 0.608752 0.000000 -vn -0.793361 0.608752 0.000000 -vn -0.793361 0.608752 0.000000 -vn -0.793361 0.608752 0.000000 -vn -0.793361 0.608752 0.000000 -vn -0.608747 0.793364 0.000000 -vn -0.608747 0.793364 0.000000 -vn -0.608747 0.793364 0.000000 -vn -0.608762 0.793353 0.000000 -vn -0.608762 0.793353 0.000000 -vn -0.608762 0.793353 0.000000 -vn -0.382693 0.923876 0.000000 -vn -0.382693 0.923876 0.000000 -vn -0.382693 0.923876 0.000000 -vn -0.382688 0.923878 0.000000 -vn -0.382688 0.923878 0.000000 -vn -0.382688 0.923878 0.000000 -vn -0.130522 0.991445 0.000000 -vn -0.130522 0.991445 0.000000 -vn -0.130522 0.991445 0.000000 -vn -0.130520 0.991446 0.000000 -vn -0.130520 0.991446 0.000000 -vn -0.130520 0.991446 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.130520 -0.991446 0.000000 -vn -0.130520 -0.991446 0.000000 -vn -0.130520 -0.991446 0.000000 -vn -0.130522 -0.991445 0.000000 -vn -0.130522 -0.991445 0.000000 -vn -0.130522 -0.991445 0.000000 -vn -0.382688 -0.923878 0.000000 -vn -0.382688 -0.923878 0.000000 -vn -0.382688 -0.923878 0.000000 -vn -0.382693 -0.923876 0.000000 -vn -0.382693 -0.923876 0.000000 -vn -0.382693 -0.923876 0.000000 -vn -0.608762 -0.793353 0.000000 -vn -0.608762 -0.793353 0.000000 -vn -0.608762 -0.793353 0.000000 -vn -0.608747 -0.793364 0.000000 -vn -0.608747 -0.793364 0.000000 -vn -0.608747 -0.793364 0.000000 -vn -0.793361 -0.608752 0.000000 -vn -0.793361 -0.608752 0.000000 -vn -0.793361 -0.608752 0.000000 -vn -0.793361 -0.608752 0.000000 -vn -0.793361 -0.608752 0.000000 -vn -0.793361 -0.608752 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.991443 -0.130540 0.000000 -vn -0.991443 -0.130540 0.000000 -vn -0.991443 -0.130540 0.000000 -vn -0.991447 -0.130510 0.000000 -vn -0.991447 -0.130510 0.000000 -vn -0.991447 -0.130510 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000013 0.000000 -vn 1.000000 -0.000013 0.000000 -vn 1.000000 -0.000013 0.000000 -vn 1.000000 0.000003 0.000000 -vn 1.000000 0.000003 0.000000 -vn 1.000000 0.000003 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000019 0.000000 -vn 1.000000 -0.000019 0.000000 -vn 1.000000 -0.000019 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000008 0.000000 -vn 1.000000 -0.000008 0.000000 -vn 1.000000 -0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000026 0.000000 -vn 1.000000 0.000026 0.000000 -vn 1.000000 0.000026 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000007 0.000000 -vn 1.000000 -0.000007 0.000000 -vn 1.000000 -0.000007 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 -0.000052 0.000000 -vn 1.000000 -0.000052 0.000000 -vn 1.000000 -0.000052 0.000000 -vn 1.000000 -0.000004 0.000000 -vn 1.000000 -0.000004 0.000000 -vn 1.000000 -0.000004 0.000000 -vn 1.000000 0.000004 0.000000 -vn 1.000000 0.000004 0.000000 -vn 1.000000 0.000004 0.000000 -vn 1.000000 0.000052 0.000000 -vn 1.000000 0.000052 0.000000 -vn 1.000000 0.000052 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000011 0.000000 -vn 1.000000 -0.000011 0.000000 -vn 1.000000 -0.000011 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991448 0.130501 -vn 0.000000 0.991448 0.130501 -vn 0.000000 0.991448 0.130501 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.608765 -0.793350 -vn 0.000000 -0.608765 -0.793350 -vn 0.000000 -0.608765 -0.793350 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn -0.000001 -0.991443 -0.130538 -vn -0.000001 -0.991443 -0.130538 -vn -0.000001 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793367 0.608744 -vn 0.000000 -0.793366 0.608744 -vn 0.000000 -0.793366 0.608744 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130523 0.991445 -vn 0.000000 -0.130523 0.991445 -vn 0.000000 -0.130523 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793357 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn -0.000000 0.991448 -0.130501 -vn -0.000000 0.991448 -0.130501 -vn -0.000000 0.991448 -0.130501 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793367 0.608744 -vn 0.000000 0.793366 0.608744 -vn 0.000000 0.793366 0.608744 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130523 0.991445 -vn 0.000000 0.130523 0.991445 -vn 0.000000 0.130523 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.608765 0.793350 -vn 0.000000 -0.608765 0.793350 -vn 0.000000 -0.608765 0.793350 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000001 -0.991443 -0.130537 -vn 0.000001 -0.991443 -0.130537 -vn 0.000001 -0.991443 -0.130537 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608750 -0.793362 -vn 0.000000 0.608750 -0.793362 -vn 0.000000 0.608750 -0.793362 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608768 -0.793348 -vn 0.000000 -0.608768 -0.793348 -vn 0.000000 -0.608768 -0.793348 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130537 -vn 0.000000 -0.991443 -0.130537 -vn 0.000000 -0.991443 -0.130537 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923871 0.382704 -vn 0.000000 -0.923871 0.382704 -vn 0.000000 -0.923871 0.382704 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.608751 0.793361 -vn 0.000000 0.608751 0.793361 -vn 0.000000 0.608751 0.793361 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923878 0.382688 -vn 0.000000 0.923878 0.382688 -vn 0.000000 0.923878 0.382688 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608759 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608759 0.793356 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608748 -0.793364 -vn 0.000000 0.608748 -0.793364 -vn 0.000000 0.608748 -0.793364 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923871 0.382705 -vn 0.000000 -0.923871 0.382705 -vn 0.000000 -0.923871 0.382705 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608751 0.793362 -vn 0.000000 0.608751 0.793362 -vn 0.000000 0.608751 0.793362 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793356 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793356 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793356 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608757 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793366 -0.608744 -vn 0.000000 0.793366 -0.608744 -vn 0.000000 0.793366 -0.608744 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793366 -0.608744 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608757 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793356 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.608748 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793356 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608750 0.793362 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793366 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793366 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923871 0.382705 -vn 0.000000 -0.923871 0.382705 -vn 0.000000 -0.923871 0.382705 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608751 0.793362 -vn 0.000000 0.608751 0.793362 -vn 0.000000 0.608751 0.793362 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130521 0.991446 -vn 0.000000 0.130521 0.991446 -vn 0.000000 0.130521 0.991446 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.608749 0.793363 -vn 0.000000 0.608749 0.793363 -vn 0.000000 0.608749 0.793363 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 -0.130537 -vn 0.000000 0.991443 -0.130537 -vn 0.000000 0.991443 -0.130537 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608759 -0.793356 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608768 -0.793349 -vn 0.000000 -0.608768 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608759 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923870 -0.382706 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923877 -0.382690 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608749 0.793363 -vn 0.000000 0.608749 0.793363 -vn 0.000000 0.608749 0.793363 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 -0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991441 0.130556 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608768 -0.793348 -vn 0.000000 0.608768 -0.793348 -vn 0.000000 0.608768 -0.793348 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.608749 -0.793363 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.608759 -0.793355 -vn 0.000000 -0.608759 -0.793355 -vn 0.000000 -0.608759 -0.793355 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923871 -0.382704 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923884 0.382672 -vn 0.000000 -0.923884 0.382672 -vn 0.000000 -0.923884 0.382672 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608751 0.793361 -vn 0.000000 0.608751 0.793361 -vn 0.000000 0.608751 0.793361 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923878 0.382688 -vn 0.000000 0.923878 0.382688 -vn 0.000000 0.923878 0.382688 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.944674 0.328010 -vn 0.000000 -0.944674 0.328010 -vn 0.000000 -0.944674 0.328010 -vn 0.000000 -0.944717 0.327886 -vn 0.000000 -0.944717 0.327886 -vn 0.000000 -0.944717 0.327886 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.944672 -0.328016 -vn 0.000000 -0.944672 -0.328016 -vn 0.000000 -0.944672 -0.328016 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944672 0.328017 -vn 0.000000 -0.944672 0.328017 -vn 0.000000 -0.944672 0.328017 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944693 -0.327957 -vn 0.000000 -0.944693 -0.327957 -vn 0.000000 -0.944693 -0.327957 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.944717 -0.327886 -vn 0.000000 -0.944717 -0.327886 -vn 0.000000 -0.944717 -0.327886 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944681 -0.327992 -vn 0.000000 -0.944681 -0.327992 -vn 0.000000 -0.944681 -0.327992 -vn 0.000000 -0.944678 -0.328000 -vn 0.000000 -0.944678 -0.328000 -vn 0.000000 -0.944678 -0.328000 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944705 0.327922 -vn 0.000000 -0.944705 0.327922 -vn 0.000000 -0.944705 0.327922 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993804 0.111146 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993804 -0.111146 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.707108 -0.707105 -vn 0.000000 0.707108 -0.707105 -vn 0.000000 0.707108 -0.707105 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327987 -0.944682 -vn 0.000000 0.327987 -0.944682 -vn 0.000000 0.327987 -0.944682 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327999 -0.944678 -vn 0.000000 -0.327999 -0.944678 -vn 0.000000 -0.327999 -0.944678 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.328008 -0.944675 -vn 0.000000 0.328008 -0.944675 -vn 0.000000 0.328008 -0.944675 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.327975 -0.944686 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327987 -0.944682 -vn 0.000000 0.327987 -0.944682 -vn 0.000000 0.327987 -0.944682 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327999 -0.944678 -vn 0.000000 -0.327999 -0.944678 -vn 0.000000 -0.327999 -0.944678 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.328008 -0.944675 -vn 0.000000 -0.328008 -0.944675 -vn 0.000000 -0.328008 -0.944675 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327966 -0.944690 -vn 0.000000 0.327966 -0.944690 -vn 0.000000 0.327966 -0.944690 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.707106 0.707108 -vn 0.000000 0.707106 0.707108 -vn 0.000000 0.707106 0.707108 -vn 0.000000 0.707106 0.707107 -vn 0.000000 0.707106 0.707107 -vn 0.000000 0.707106 0.707107 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944693 0.327957 -vn 0.000000 0.944693 0.327957 -vn 0.000000 0.944693 0.327957 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328005 -vn 0.000000 0.944676 -0.328005 -vn 0.000000 0.944676 -0.328005 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944680 0.327993 -vn 0.000000 0.944680 0.327993 -vn 0.000000 0.944680 0.327993 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944681 -0.327992 -vn 0.000000 0.944681 -0.327992 -vn 0.000000 0.944681 -0.327992 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944693 0.327957 -vn 0.000000 0.944693 0.327957 -vn 0.000000 0.944693 0.327957 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944680 0.327993 -vn 0.000000 0.944680 0.327993 -vn 0.000000 0.944680 0.327993 -vn 0.000000 0.944678 0.328000 -vn 0.000000 0.944678 0.328000 -vn 0.000000 0.944678 0.328000 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707107 -vn 0.000000 0.707106 -0.707107 -vn 0.000000 0.707106 -0.707107 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707105 -vn 0.000000 -0.707108 0.707105 -vn 0.000000 -0.707108 0.707105 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327985 0.944683 -vn 0.000000 0.327985 0.944683 -vn 0.000000 0.327985 0.944683 -vn 0.000000 0.327988 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327988 0.944682 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327985 0.944683 -vn 0.000000 0.327985 0.944683 -vn 0.000000 0.327985 0.944683 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.328005 0.944676 -vn 0.000000 0.328005 0.944676 -vn 0.000000 0.328005 0.944676 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000003 0.000000 -vn -1.000000 -0.000003 0.000000 -vn -1.000000 -0.000003 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 0.000052 0.000000 -vn -1.000000 0.000052 0.000000 -vn -1.000000 0.000052 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 -0.000004 0.000000 -vn -1.000000 -0.000004 0.000000 -vn -1.000000 -0.000004 0.000000 -vn -1.000000 -0.000052 0.000000 -vn -1.000000 -0.000052 0.000000 -vn -1.000000 -0.000052 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000013 0.000000 -vn -1.000000 0.000013 0.000000 -vn -1.000000 0.000013 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000019 0.000000 -vn -1.000000 0.000019 0.000000 -vn -1.000000 0.000019 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000008 0.000000 -vn -1.000000 0.000008 0.000000 -vn -1.000000 0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000019 0.000000 -vn -1.000000 -0.000019 0.000000 -vn -1.000000 -0.000019 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000026 0.000000 -vn -1.000000 -0.000026 0.000000 -vn -1.000000 -0.000026 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000004 -vn 0.000000 -1.000000 0.000004 -vn 0.000000 -1.000000 0.000004 -vn 0.000000 -1.000000 0.000011 -vn 0.000000 -1.000000 0.000011 -vn 0.000000 -1.000000 0.000011 -vn 0.000000 -1.000000 0.000005 -vn 0.000000 -1.000000 0.000005 -vn 0.000000 -1.000000 0.000005 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000031 -vn 0.000000 -1.000000 -0.000031 -vn 0.000000 -1.000000 -0.000031 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000054 -vn 0.000000 -1.000000 0.000054 -vn 0.000000 -1.000000 0.000054 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000017 -vn 0.000000 -1.000000 -0.000017 -vn 0.000000 -1.000000 -0.000017 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000008 -vn 0.000000 -1.000000 0.000008 -vn 0.000000 -1.000000 0.000008 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000002 0.130540 -vn 0.991443 0.000002 0.130540 -vn 0.991443 0.000002 0.130540 -vn 0.991443 -0.000002 -0.130541 -vn 0.991443 -0.000002 -0.130541 -vn 0.991443 -0.000002 -0.130541 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608752 0.000000 -0.793361 -vn 0.608752 0.000000 -0.793361 -vn 0.608752 0.000000 -0.793361 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130514 0.000000 -0.991446 -vn 0.130514 0.000000 -0.991446 -vn 0.130514 0.000000 -0.991446 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.991438 0.000000 -0.130578 -vn -0.991438 0.000000 -0.130578 -vn -0.991438 0.000000 -0.130578 -vn -0.991438 -0.000001 -0.130580 -vn -0.991438 -0.000001 -0.130580 -vn -0.991438 -0.000001 -0.130580 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.608770 0.000000 0.793347 -vn -0.608770 0.000000 0.793347 -vn -0.608770 0.000000 0.793347 -vn -0.608773 -0.000001 0.793345 -vn -0.608773 -0.000001 0.793345 -vn -0.608773 -0.000001 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 -0.000000 0.991446 -vn 0.130514 -0.000000 0.991446 -vn 0.130514 -0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608752 0.000000 0.793361 -vn 0.608752 0.000000 0.793361 -vn 0.608752 0.000000 0.793361 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000002 -0.130542 -vn 0.991443 0.000002 -0.130542 -vn 0.991443 0.000002 -0.130542 -vn 0.991443 -0.000002 0.130541 -vn 0.991443 -0.000002 0.130541 -vn 0.991443 -0.000002 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.608755 0.000000 0.793359 -vn 0.608755 0.000000 0.793359 -vn 0.608755 0.000000 0.793359 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.608770 0.000000 0.793347 -vn -0.608770 0.000000 0.793347 -vn -0.608770 0.000000 0.793347 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 -0.000001 0.130579 -vn -0.991438 -0.000001 0.130579 -vn -0.991438 -0.000001 0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.130519 0.000000 -0.991446 -vn -0.130519 0.000000 -0.991446 -vn -0.130519 0.000000 -0.991446 -vn -0.130533 0.000000 -0.991444 -vn -0.130533 0.000000 -0.991444 -vn -0.130533 0.000000 -0.991444 -vn 0.130519 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608752 0.000000 -0.793361 -vn 0.608752 0.000000 -0.793361 -vn 0.608752 0.000000 -0.793361 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130522 0.000000 -0.991445 -vn 0.130522 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130580 -vn -0.991438 0.000000 0.130580 -vn -0.991438 0.000000 0.130580 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923879 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382701 0.000000 0.923872 -vn 0.382701 0.000000 0.923872 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793357 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793341 0.000000 -0.608777 -vn 0.793342 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130519 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793342 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.608755 0.000000 0.793358 -vn 0.608755 0.000000 0.793358 -vn 0.608755 0.000000 0.793358 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130539 -vn 0.991443 0.000000 0.130539 -vn 0.991443 0.000000 0.130539 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382701 0.000000 0.923872 -vn 0.382701 0.000000 0.923872 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382687 0.000000 0.923878 -vn -0.382687 0.000000 0.923878 -vn -0.382687 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793342 0.000000 -0.608776 -vn 0.793342 0.000000 -0.608776 -vn 0.793342 0.000000 -0.608776 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793361 -vn 0.608751 0.000000 -0.793361 -vn 0.608751 0.000000 -0.793361 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130519 0.000000 -0.991446 -vn 0.130519 0.000000 -0.991446 -vn 0.130519 0.000000 -0.991446 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.793341 0.000000 -0.608777 -vn -0.793342 0.000000 -0.608777 -vn -0.793342 0.000000 -0.608777 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608751 0.000000 0.793361 -vn 0.608751 0.000000 0.793361 -vn 0.608751 0.000000 0.793361 -vn 0.793341 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923878 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923879 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608755 0.000000 0.793358 -vn 0.608755 0.000000 0.793358 -vn 0.608755 0.000000 0.793358 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793357 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793347 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923903 0.000000 -0.382627 -vn 0.923903 0.000000 -0.382627 -vn 0.923903 0.000000 -0.382627 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923903 0.000000 -0.382627 -vn -0.923903 0.000000 -0.382627 -vn -0.923903 0.000000 -0.382627 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130580 -vn -0.991438 0.000000 -0.130580 -vn -0.991438 0.000000 -0.130580 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793357 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793347 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608753 0.000000 0.793360 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923878 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923879 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793342 0.000000 -0.608777 -vn 0.793342 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608751 0.000000 -0.793361 -vn 0.608751 0.000000 -0.793361 -vn 0.608751 0.000000 -0.793361 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608770 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793342 0.000000 -0.608776 -vn -0.793342 0.000000 -0.608776 -vn -0.793342 0.000000 -0.608776 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608770 0.000000 0.793347 -vn -0.608770 0.000000 0.793347 -vn -0.608770 0.000000 0.793347 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.608772 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382687 0.000000 -0.923878 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.382682 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382679 0.000000 0.923881 -vn -0.382679 0.000000 0.923881 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923879 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382701 0.000000 0.923872 -vn 0.382701 0.000000 0.923872 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.608753 0.000000 -0.793360 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.608769 0.000000 -0.793347 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608756 0.000000 0.793358 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130519 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608772 0.000000 -0.793345 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608777 -vn -0.793342 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608769 0.000000 0.793347 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130519 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382701 0.000000 0.923872 -vn 0.382701 0.000000 0.923872 -vn 0.382700 0.000000 0.923873 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.382692 0.000000 0.923876 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793357 -vn 0.608756 0.000000 0.793357 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.608750 0.000000 0.793362 -vn 0.793341 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.608751 0.000000 -0.793362 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608773 0.000000 -0.793345 -vn -0.608773 0.000000 -0.793345 -vn -0.608773 0.000000 -0.793345 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793342 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.608773 0.000000 0.793345 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.382683 0.000000 0.923880 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130528 0.000000 0.991445 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130514 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.382697 0.000000 0.923874 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.608754 0.000000 0.793359 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.608754 0.000000 -0.793359 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382696 0.000000 -0.923874 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.382701 0.000000 -0.923872 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.130524 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382686 0.000000 -0.923878 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.382683 0.000000 -0.923880 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130578 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608769 0.000000 0.793348 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.608775 0.000000 0.793343 -vn -0.382679 0.000000 0.923881 -vn -0.382678 0.000000 0.923882 -vn -0.382678 0.000000 0.923882 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.382686 0.000000 0.923878 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn -0.130524 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.382693 0.000000 0.923876 -vn 0.608755 0.000000 0.793358 -vn 0.608755 0.000000 0.793358 -vn 0.608755 0.000000 0.793358 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.608751 0.000000 0.793362 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.991443 0.000000 -0.130541 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608752 0.000000 -0.793360 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.608750 0.000000 -0.793362 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.382700 0.000000 -0.923873 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130518 0.000000 -0.991446 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130527 0.000000 -0.991445 -vn -0.130527 0.000000 -0.991445 -vn -0.130527 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.382686 0.000000 -0.923879 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608769 0.000000 -0.793348 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.608772 0.000000 -0.793346 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991438 0.000000 -0.130580 -vn -0.991438 0.000000 -0.130580 -vn -0.991438 0.000000 -0.130580 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 -0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.991438 0.000000 0.130579 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.608772 0.000000 0.793346 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382682 0.000000 0.923880 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923879 -vn -0.382686 0.000000 0.923879 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.130518 0.000000 0.991446 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382700 0.000000 0.923873 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.382696 0.000000 0.923874 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.608752 0.000000 0.793360 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130541 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 0.991443 0.000000 0.130540 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944686 0.000000 0.327975 -vn -0.944686 0.000000 0.327975 -vn -0.944686 0.000000 0.327975 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944679 0.000000 -0.327996 -vn -0.944679 0.000000 -0.327996 -vn -0.944679 0.000000 -0.327996 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328001 -vn -0.944677 0.000000 -0.328001 -vn -0.944677 0.000000 -0.328001 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944679 0.000000 -0.327996 -vn -0.944679 0.000000 -0.327996 -vn -0.944679 0.000000 -0.327996 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944677 0.000000 -0.328002 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944684 0.000000 0.327983 -vn -0.944684 0.000000 0.327983 -vn -0.944684 0.000000 0.327983 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944686 0.000000 0.327975 -vn -0.944686 0.000000 0.327975 -vn -0.944686 0.000000 0.327975 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944678 0.000000 -0.328000 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.944676 0.000000 -0.328004 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327910 0.000000 -0.944709 -vn -0.327910 0.000000 -0.944709 -vn -0.327910 0.000000 -0.944709 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327993 0.000000 -0.944680 -vn 0.327993 0.000000 -0.944680 -vn 0.327993 0.000000 -0.944680 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327980 0.000000 -0.944685 -vn -0.327980 0.000000 -0.944685 -vn -0.327980 0.000000 -0.944685 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327987 0.000000 -0.944682 -vn 0.327987 0.000000 -0.944682 -vn 0.327987 0.000000 -0.944682 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.327980 0.000000 -0.944685 -vn -0.327980 0.000000 -0.944685 -vn -0.327980 0.000000 -0.944685 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.328005 0.000000 -0.944676 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327980 0.000000 -0.944685 -vn -0.327980 0.000000 -0.944685 -vn -0.327980 0.000000 -0.944685 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327983 0.000000 -0.944684 -vn -0.327983 0.000000 -0.944684 -vn -0.327983 0.000000 -0.944684 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327987 0.000000 -0.944682 -vn 0.327987 0.000000 -0.944682 -vn 0.327987 0.000000 -0.944682 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327910 0.000000 -0.944709 -vn -0.327910 0.000000 -0.944709 -vn -0.327910 0.000000 -0.944709 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111157 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.327974 0.000000 -0.944687 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327993 0.000000 -0.944680 -vn 0.327993 0.000000 -0.944680 -vn 0.327993 0.000000 -0.944680 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327987 0.000000 -0.944682 -vn 0.327987 0.000000 -0.944682 -vn 0.327987 0.000000 -0.944682 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327981 0.000000 -0.944684 -vn 0.327993 0.000000 -0.944680 -vn 0.327993 0.000000 -0.944680 -vn 0.327993 0.000000 -0.944680 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944620 0.000002 -0.328167 -vn 0.944620 0.000002 -0.328167 -vn 0.944620 0.000002 -0.328167 -vn 0.944686 0.000000 -0.327975 -vn 0.944686 0.000000 -0.327975 -vn 0.944686 0.000000 -0.327975 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944691 0.000000 0.327963 -vn 0.944691 0.000000 0.327963 -vn 0.944691 0.000000 0.327963 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944699 -0.000003 0.327940 -vn 0.944699 -0.000003 0.327940 -vn 0.944699 -0.000003 0.327940 -vn 0.944692 0.000000 0.327959 -vn 0.944692 0.000000 0.327959 -vn 0.944692 0.000000 0.327959 -vn 0.944691 0.000000 0.327963 -vn 0.944691 0.000000 0.327963 -vn 0.944691 0.000000 0.327963 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944691 0.000002 -0.327961 -vn 0.944691 0.000002 -0.327961 -vn 0.944691 0.000002 -0.327961 -vn 0.944684 0.000000 -0.327982 -vn 0.944684 0.000000 -0.327982 -vn 0.944684 0.000000 -0.327982 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944686 0.000000 -0.327975 -vn 0.944686 0.000000 -0.327975 -vn 0.944686 0.000000 -0.327975 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.944627 0.000003 0.328147 -vn 0.944627 0.000003 0.328147 -vn 0.944627 0.000003 0.328147 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.944691 0.000000 0.327962 -vn 0.944694 0.000000 0.327954 -vn 0.944694 0.000000 0.327954 -vn 0.944694 0.000000 0.327954 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944695 0.000000 0.327951 -vn 0.944695 0.000000 0.327951 -vn 0.944695 0.000000 0.327951 -vn 0.944620 -0.000002 0.328167 -vn 0.944620 -0.000002 0.328167 -vn 0.944620 -0.000002 0.328167 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.993800 0.000000 0.111187 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944684 0.000000 -0.327982 -vn 0.944684 0.000000 -0.327982 -vn 0.944684 0.000000 -0.327982 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944684 0.000000 -0.327982 -vn 0.944684 0.000000 -0.327982 -vn 0.944684 0.000000 -0.327982 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944686 0.000000 -0.327975 -vn 0.944686 0.000000 -0.327975 -vn 0.944686 0.000000 -0.327975 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944620 -0.000002 -0.328167 -vn 0.944620 -0.000002 -0.328167 -vn 0.944620 -0.000002 -0.328167 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993800 0.000000 -0.111187 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944683 0.000000 -0.327984 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.944685 0.000000 -0.327980 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944686 0.000000 0.327975 -vn 0.944686 0.000000 0.327975 -vn 0.944686 0.000000 0.327975 -vn 0.944692 0.000000 0.327959 -vn 0.944692 0.000000 0.327959 -vn 0.944692 0.000000 0.327959 -vn 0.707108 0.000000 -0.707105 -vn 0.707108 0.000000 -0.707105 -vn 0.707108 0.000000 -0.707105 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.328005 0.000000 0.944676 -vn 0.328005 0.000000 0.944676 -vn 0.328005 0.000000 0.944676 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327984 0.000000 0.944683 -vn -0.327984 0.000000 0.944683 -vn -0.327984 0.000000 0.944683 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.327984 0.000000 0.944683 -vn 0.327984 0.000000 0.944683 -vn 0.327984 0.000000 0.944683 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.327983 0.000000 0.944684 -vn -0.327971 0.000000 0.944688 -vn -0.327971 0.000000 0.944688 -vn -0.327971 0.000000 0.944688 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.328005 0.000000 0.944676 -vn 0.328005 0.000000 0.944676 -vn 0.328005 0.000000 0.944676 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111157 0.000000 0.993803 -vn -0.111157 0.000000 0.993803 -vn -0.111157 0.000000 0.993803 -vn -0.111160 0.000000 0.993803 -vn -0.111160 0.000000 0.993803 -vn -0.111160 0.000000 0.993803 -vn -0.327910 0.000000 0.944709 -vn -0.327910 0.000000 0.944709 -vn -0.327910 0.000000 0.944709 -vn -0.327995 0.000000 0.944680 -vn -0.327995 0.000000 0.944680 -vn -0.327995 0.000000 0.944680 -vn -0.327971 0.000000 0.944688 -vn -0.327971 0.000000 0.944688 -vn -0.327971 0.000000 0.944688 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327977 0.000000 0.944686 -vn -0.327977 0.000000 0.944686 -vn -0.327977 0.000000 0.944686 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327910 0.000000 0.944709 -vn -0.327910 0.000000 0.944709 -vn -0.327910 0.000000 0.944709 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111157 0.000000 0.993803 -vn -0.111157 0.000000 0.993803 -vn -0.111157 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327984 0.000000 0.944683 -vn 0.327984 0.000000 0.944683 -vn 0.327984 0.000000 0.944683 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.327978 0.000000 0.944685 -vn 0.327978 0.000000 0.944685 -vn 0.327978 0.000000 0.944685 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327981 0.000000 0.944684 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.327993 0.000000 0.944680 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn -0.327974 0.000000 0.944687 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000009 -vn 0.000000 1.000000 0.000009 -vn 0.000000 1.000000 0.000009 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000015 -vn 0.000000 1.000000 -0.000015 -vn 0.000000 1.000000 -0.000015 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000054 -vn 0.000000 1.000000 -0.000054 -vn 0.000000 1.000000 -0.000054 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000054 -vn 0.000000 1.000000 -0.000054 -vn 0.000000 1.000000 -0.000054 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000005 -vn 0.000000 1.000000 0.000005 -vn 0.000000 1.000000 0.000005 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000007 -vn 0.000000 1.000000 0.000007 -vn 0.000000 1.000000 0.000007 -vn 0.000000 1.000000 -0.000023 -vn 0.000000 1.000000 -0.000023 -vn 0.000000 1.000000 -0.000023 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000006 -vn 0.000000 1.000000 0.000006 -vn 0.000000 1.000000 0.000006 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000003 -vn 0.000000 1.000000 0.000003 -vn 0.000000 1.000000 0.000003 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -1.000000 0.000007 -vn 0.000000 -1.000000 0.000007 -vn 0.000000 -1.000000 0.000007 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000005 -vn 0.000000 -1.000000 0.000005 -vn 0.000000 -1.000000 0.000005 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000023 -vn 0.000000 -1.000000 -0.000023 -vn 0.000000 -1.000000 -0.000023 -vn 0.000000 -1.000000 0.000026 -vn 0.000000 -1.000000 0.000026 -vn 0.000000 -1.000000 0.000026 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000054 -vn 0.000000 -1.000000 -0.000054 -vn 0.000000 -1.000000 -0.000054 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000054 -vn 0.000000 -1.000000 -0.000054 -vn 0.000000 -1.000000 -0.000054 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 0.000052 -vn 0.000000 -1.000000 -0.000015 -vn 0.000000 -1.000000 -0.000015 -vn 0.000000 -1.000000 -0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 -0.000052 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000015 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000009 -vn 0.000000 -1.000000 0.000009 -vn 0.000000 -1.000000 0.000009 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000003 -vn 0.000000 -1.000000 -0.000003 -vn 0.000000 -1.000000 -0.000003 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 -0.000006 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000001 0.130579 -vn 0.991438 0.000001 0.130579 -vn 0.991438 0.000001 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.130519 0.000000 -0.991446 -vn 0.130519 0.000000 -0.991446 -vn 0.130519 0.000000 -0.991446 -vn 0.130533 0.000000 -0.991444 -vn 0.130533 0.000000 -0.991444 -vn 0.130533 0.000000 -0.991444 -vn -0.130519 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608752 0.000000 -0.793361 -vn -0.608752 0.000000 -0.793361 -vn -0.608752 0.000000 -0.793361 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 -0.000002 -0.130542 -vn -0.991443 -0.000002 -0.130542 -vn -0.991443 -0.000002 -0.130542 -vn -0.991443 0.000002 0.130541 -vn -0.991443 0.000002 0.130541 -vn -0.991443 0.000002 0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608755 0.000000 0.793359 -vn -0.608755 0.000000 0.793359 -vn -0.608755 0.000000 0.793359 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 -0.000000 0.991446 -vn 0.130519 -0.000000 0.991446 -vn 0.130519 -0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 -0.000000 0.923880 -vn 0.382683 -0.000000 0.923880 -vn 0.382683 -0.000000 0.923880 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608770 0.000000 0.793347 -vn 0.608770 0.000000 0.793347 -vn 0.608770 0.000000 0.793347 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.991438 0.000000 -0.130578 -vn 0.991438 0.000000 -0.130578 -vn 0.991438 0.000000 -0.130578 -vn 0.991438 0.000001 -0.130580 -vn 0.991438 0.000001 -0.130580 -vn 0.991438 0.000001 -0.130580 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.608770 0.000000 0.793347 -vn 0.608770 0.000000 0.793347 -vn 0.608770 0.000000 0.793347 -vn 0.608773 0.000001 0.793345 -vn 0.608773 0.000001 0.793345 -vn 0.608773 0.000001 0.793345 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608752 0.000000 0.793361 -vn -0.608752 0.000000 0.793361 -vn -0.608752 0.000000 0.793361 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 -0.000002 0.130540 -vn -0.991443 -0.000002 0.130540 -vn -0.991443 -0.000002 0.130540 -vn -0.991443 0.000002 -0.130541 -vn -0.991443 0.000002 -0.130541 -vn -0.991443 0.000002 -0.130541 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608752 0.000000 -0.793361 -vn -0.608752 0.000000 -0.793361 -vn -0.608752 0.000000 -0.793361 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.130514 0.000000 -0.991446 -vn -0.130514 0.000000 -0.991446 -vn -0.130514 0.000000 -0.991446 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn -0.130528 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130580 -vn 0.991438 0.000000 -0.130580 -vn 0.991438 0.000000 -0.130580 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130527 0.000000 -0.991445 -vn 0.130527 0.000000 -0.991445 -vn 0.130527 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.793340 0.000000 0.608778 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608755 0.000000 0.793358 -vn -0.608755 0.000000 0.793358 -vn -0.608755 0.000000 0.793358 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793341 0.000000 -0.608777 -vn 0.793342 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608773 0.000000 -0.793345 -vn 0.608773 0.000000 -0.793345 -vn 0.608773 0.000000 -0.793345 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.793340 0.000000 0.608779 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793342 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130519 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382701 0.000000 0.923872 -vn -0.382700 0.000000 0.923873 -vn -0.382701 0.000000 0.923872 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130519 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382701 0.000000 0.923872 -vn -0.382700 0.000000 0.923873 -vn -0.382701 0.000000 0.923872 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923878 -vn 0.382679 0.000000 0.923881 -vn 0.382679 0.000000 0.923881 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793342 0.000000 -0.608776 -vn 0.793342 0.000000 -0.608776 -vn 0.793342 0.000000 -0.608776 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793361 -vn -0.608751 0.000000 -0.793361 -vn -0.608751 0.000000 -0.793361 -vn -0.793341 0.000000 -0.608777 -vn -0.793342 0.000000 -0.608777 -vn -0.793342 0.000000 -0.608777 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923901 0.000000 -0.382631 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608770 0.000000 0.793347 -vn 0.608770 0.000000 0.793347 -vn 0.608770 0.000000 0.793347 -vn 0.793341 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923879 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130580 -vn 0.991438 0.000000 -0.130580 -vn 0.991438 0.000000 -0.130580 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923903 0.000000 -0.382627 -vn 0.923903 0.000000 -0.382627 -vn 0.923903 0.000000 -0.382627 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923903 0.000000 -0.382627 -vn -0.923903 0.000000 -0.382627 -vn -0.923903 0.000000 -0.382627 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608772 0.000000 0.793345 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382682 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923879 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.793339 0.000000 0.608780 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608753 0.000000 0.793360 -vn -0.608755 0.000000 0.793358 -vn -0.608755 0.000000 0.793358 -vn -0.608755 0.000000 0.793358 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793342 0.000000 -0.608777 -vn 0.793342 0.000000 -0.608777 -vn 0.793341 0.000000 -0.608777 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382687 0.000000 -0.923878 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn -0.130519 0.000000 -0.991446 -vn -0.130519 0.000000 -0.991446 -vn -0.130519 0.000000 -0.991446 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.608751 0.000000 -0.793361 -vn -0.608751 0.000000 -0.793361 -vn -0.608751 0.000000 -0.793361 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.793342 0.000000 -0.608776 -vn -0.793342 0.000000 -0.608776 -vn -0.793342 0.000000 -0.608776 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.793340 0.000000 -0.608779 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608777 -vn -0.608751 0.000000 0.793361 -vn -0.608751 0.000000 0.793361 -vn -0.608751 0.000000 0.793361 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608776 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608777 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923879 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382687 0.000000 0.923878 -vn 0.382687 0.000000 0.923878 -vn 0.382687 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382630 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.608772 0.000000 -0.793345 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608753 0.000000 -0.793360 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.923902 0.000000 0.382630 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.608756 0.000000 0.793358 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382701 0.000000 0.923872 -vn -0.382700 0.000000 0.923873 -vn -0.382701 0.000000 0.923872 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.608769 0.000000 0.793347 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608769 0.000000 -0.793347 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.382696 0.000000 -0.923874 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608777 -vn -0.793342 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130539 -vn -0.991443 0.000000 0.130539 -vn -0.991443 0.000000 0.130539 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793342 0.000000 0.608777 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608751 0.000000 0.793362 -vn -0.608755 0.000000 0.793358 -vn -0.608755 0.000000 0.793358 -vn -0.608755 0.000000 0.793358 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382693 0.000000 0.923876 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130519 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793342 0.000000 0.608777 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.793340 0.000000 -0.608779 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.608770 0.000000 -0.793347 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130524 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130519 0.000000 -0.991446 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382701 0.000000 -0.923872 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.608754 0.000000 -0.793359 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793342 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.793341 0.000000 -0.608777 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793343 0.000000 0.608775 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.793340 0.000000 0.608779 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.608754 0.000000 0.793359 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.382697 0.000000 0.923874 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130523 0.000000 0.991445 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn -0.130514 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130519 0.000000 0.991446 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.130528 0.000000 0.991445 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.382683 0.000000 0.923880 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.608773 0.000000 0.793345 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793339 0.000000 0.608780 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.923902 0.000000 -0.382629 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793339 0.000000 -0.608780 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382683 0.000000 -0.923880 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.382686 0.000000 -0.923878 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.382697 0.000000 -0.923874 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.608751 0.000000 -0.793362 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.793339 0.000000 -0.608780 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.923902 0.000000 -0.382629 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923902 0.000000 0.382629 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.923901 0.000000 0.382631 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608750 0.000000 0.793362 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.608756 0.000000 0.793357 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382692 0.000000 0.923876 -vn -0.382701 0.000000 0.923872 -vn -0.382700 0.000000 0.923873 -vn -0.382701 0.000000 0.923872 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.130524 0.000000 0.991445 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382686 0.000000 0.923878 -vn 0.382678 0.000000 0.923882 -vn 0.382678 0.000000 0.923882 -vn 0.382679 0.000000 0.923881 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608775 0.000000 0.793343 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.608769 0.000000 0.793348 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.793341 0.000000 0.608778 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923901 0.000000 0.382631 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.923902 0.000000 0.382629 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 0.130578 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.991438 0.000000 -0.130579 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923903 0.000000 -0.382628 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.923902 0.000000 -0.382630 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793340 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.793341 0.000000 -0.608778 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608772 0.000000 -0.793346 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.608769 0.000000 -0.793348 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.382686 0.000000 -0.923879 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130523 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn 0.130528 0.000000 -0.991445 -vn -0.130523 0.000000 -0.991445 -vn -0.130522 0.000000 -0.991445 -vn -0.130522 0.000000 -0.991445 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.130518 0.000000 -0.991446 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.382700 0.000000 -0.923873 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608750 0.000000 -0.793362 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.608752 0.000000 -0.793360 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793340 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.793341 0.000000 -0.608778 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923902 0.000000 -0.382630 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.923903 0.000000 -0.382628 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130541 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 -0.130540 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.991443 0.000000 0.130541 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923903 0.000000 0.382628 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.923901 0.000000 0.382632 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793342 0.000000 0.608776 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.793341 0.000000 0.608778 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.608752 0.000000 0.793360 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382696 0.000000 0.923874 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.382700 0.000000 0.923873 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn -0.130518 0.000000 0.991446 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.130523 0.000000 0.991445 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382686 0.000000 0.923879 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.382682 0.000000 0.923880 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.608772 0.000000 0.793346 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793340 0.000000 0.608778 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.793343 0.000000 0.608775 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923901 0.000000 0.382632 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.923903 0.000000 0.382628 -vn 0.991438 0.000000 0.130580 -vn 0.991438 0.000000 0.130580 -vn 0.991438 0.000000 0.130580 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 0.991438 0.000000 0.130579 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707108 0.000000 -0.707105 -vn -0.707108 0.000000 -0.707105 -vn -0.707108 0.000000 -0.707105 -vn -0.944695 0.000000 0.327951 -vn -0.944695 0.000000 0.327951 -vn -0.944695 0.000000 0.327951 -vn -0.944620 0.000002 0.328167 -vn -0.944620 0.000002 0.328167 -vn -0.944620 0.000002 0.328167 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944691 -0.000002 -0.327961 -vn -0.944691 -0.000002 -0.327961 -vn -0.944691 -0.000002 -0.327961 -vn -0.944684 0.000000 -0.327982 -vn -0.944684 0.000000 -0.327982 -vn -0.944684 0.000000 -0.327982 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944699 0.000003 0.327940 -vn -0.944699 0.000003 0.327940 -vn -0.944699 0.000003 0.327940 -vn -0.944692 0.000000 0.327959 -vn -0.944692 0.000000 0.327959 -vn -0.944692 0.000000 0.327959 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.944620 0.000002 -0.328167 -vn -0.944620 0.000002 -0.328167 -vn -0.944620 0.000002 -0.328167 -vn -0.944686 0.000000 -0.327975 -vn -0.944686 0.000000 -0.327975 -vn -0.944686 0.000000 -0.327975 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944684 0.000000 -0.327982 -vn -0.944684 0.000000 -0.327982 -vn -0.944684 0.000000 -0.327982 -vn -0.944692 0.000000 -0.327960 -vn -0.944692 0.000000 -0.327960 -vn -0.944692 0.000000 -0.327960 -vn -0.944620 -0.000002 -0.328167 -vn -0.944620 -0.000002 -0.328167 -vn -0.944620 -0.000002 -0.328167 -vn -0.944686 0.000000 -0.327975 -vn -0.944686 0.000000 -0.327975 -vn -0.944686 0.000000 -0.327975 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.993800 0.000000 -0.111187 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.944685 0.000000 0.327980 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.944684 0.000000 0.327981 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944684 0.000000 -0.327982 -vn -0.944684 0.000000 -0.327982 -vn -0.944684 0.000000 -0.327982 -vn -0.944692 0.000000 0.327959 -vn -0.944692 0.000000 0.327959 -vn -0.944692 0.000000 0.327959 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.944691 0.000000 0.327963 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944627 -0.000003 0.328146 -vn -0.944627 -0.000003 0.328146 -vn -0.944627 -0.000003 0.328146 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993800 0.000000 0.111187 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944686 0.000000 0.327975 -vn -0.944686 0.000000 0.327975 -vn -0.944686 0.000000 0.327975 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.944683 0.000000 0.327984 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944685 0.000000 -0.327980 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707106 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707108 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327986 0.000000 -0.944683 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.327993 0.000000 -0.944680 -vn -0.327993 0.000000 -0.944680 -vn -0.327993 0.000000 -0.944680 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327980 0.000000 -0.944685 -vn 0.327980 0.000000 -0.944685 -vn 0.327980 0.000000 -0.944685 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.327910 0.000000 -0.944709 -vn 0.327910 0.000000 -0.944709 -vn 0.327910 0.000000 -0.944709 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327983 0.000000 -0.944684 -vn 0.327983 0.000000 -0.944684 -vn 0.327983 0.000000 -0.944684 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327910 0.000000 -0.944709 -vn 0.327910 0.000000 -0.944709 -vn 0.327910 0.000000 -0.944709 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327980 0.000000 -0.944685 -vn 0.327980 0.000000 -0.944685 -vn 0.327980 0.000000 -0.944685 -vn -0.327993 0.000000 -0.944680 -vn -0.327993 0.000000 -0.944680 -vn -0.327993 0.000000 -0.944680 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.328005 0.000000 -0.944676 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.327981 0.000000 -0.944684 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn -0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.111159 0.000000 -0.993803 -vn 0.327980 0.000000 -0.944685 -vn 0.327980 0.000000 -0.944685 -vn 0.327980 0.000000 -0.944685 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.707105 0.000000 0.707108 -vn 0.707105 0.000000 0.707108 -vn 0.707105 0.000000 0.707108 -vn 0.707105 0.000000 0.707108 -vn 0.707105 0.000000 0.707108 -vn 0.707105 0.000000 0.707108 -vn 0.944677 0.000000 -0.328001 -vn 0.944677 0.000000 -0.328001 -vn 0.944677 0.000000 -0.328001 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944679 0.000000 -0.327996 -vn 0.944679 0.000000 -0.327996 -vn 0.944679 0.000000 -0.327996 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944679 0.000000 -0.327996 -vn 0.944679 0.000000 -0.327996 -vn 0.944679 0.000000 -0.327996 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944684 0.000000 0.327983 -vn 0.944687 0.000000 0.327974 -vn 0.944687 0.000000 0.327974 -vn 0.944687 0.000000 0.327974 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944684 0.000000 0.327981 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.944677 0.000000 -0.328002 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944679 0.000000 -0.327996 -vn 0.944679 0.000000 -0.327996 -vn 0.944679 0.000000 -0.327996 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944676 0.000000 -0.328004 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.944678 0.000000 -0.328000 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944683 0.000000 0.327984 -vn 0.944686 0.000000 0.327975 -vn 0.944686 0.000000 0.327975 -vn 0.944686 0.000000 0.327975 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.944685 0.000000 0.327980 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327910 0.000000 0.944709 -vn 0.327910 0.000000 0.944709 -vn 0.327910 0.000000 0.944709 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327984 0.000000 0.944683 -vn -0.327984 0.000000 0.944683 -vn -0.327984 0.000000 0.944683 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327993 0.000000 0.944680 -vn -0.327993 0.000000 0.944680 -vn -0.327993 0.000000 0.944680 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.327984 0.000000 0.944683 -vn 0.327984 0.000000 0.944683 -vn 0.327984 0.000000 0.944683 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327993 0.000000 0.944680 -vn -0.327993 0.000000 0.944680 -vn -0.327993 0.000000 0.944680 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327978 0.000000 0.944685 -vn -0.327978 0.000000 0.944685 -vn -0.327978 0.000000 0.944685 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.328002 0.000000 0.944677 -vn -0.328002 0.000000 0.944677 -vn -0.328002 0.000000 0.944677 -vn -0.327978 0.000000 0.944685 -vn -0.327978 0.000000 0.944685 -vn -0.327978 0.000000 0.944685 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111157 0.000000 0.993803 -vn 0.111157 0.000000 0.993803 -vn 0.111157 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327984 0.000000 0.944683 -vn -0.327984 0.000000 0.944683 -vn -0.327984 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.328005 0.000000 0.944676 -vn -0.328005 0.000000 0.944676 -vn -0.328005 0.000000 0.944676 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.327977 0.000000 0.944686 -vn 0.327977 0.000000 0.944686 -vn 0.327977 0.000000 0.944686 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.327907 0.000000 0.944710 -vn 0.327907 0.000000 0.944710 -vn 0.327907 0.000000 0.944710 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111160 0.000000 0.993803 -vn 0.111160 0.000000 0.993803 -vn 0.111160 0.000000 0.993803 -vn 0.111157 0.000000 0.993803 -vn 0.111157 0.000000 0.993803 -vn 0.111157 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.327986 0.000000 0.944683 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111163 0.000000 0.993802 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn 0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111163 0.000000 0.993802 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.111159 0.000000 0.993803 -vn -0.327993 0.000000 0.944680 -vn -0.327993 0.000000 0.944680 -vn -0.327993 0.000000 0.944680 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn -0.327981 0.000000 0.944684 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 -0.000017 -vn 0.000000 1.000000 -0.000017 -vn 0.000000 1.000000 -0.000017 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000007 -vn 0.000000 1.000000 0.000007 -vn 0.000000 1.000000 0.000007 -vn 0.000000 1.000000 -0.000026 -vn 0.000000 1.000000 -0.000026 -vn 0.000000 1.000000 -0.000026 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000054 -vn 0.000000 1.000000 0.000054 -vn 0.000000 1.000000 0.000054 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 0.000015 -vn 0.000000 1.000000 -0.000015 -vn 0.000000 1.000000 -0.000015 -vn 0.000000 1.000000 -0.000015 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000052 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 -0.000052 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000031 -vn 0.000000 1.000000 -0.000031 -vn 0.000000 1.000000 -0.000031 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000011 -vn 0.000000 1.000000 0.000011 -vn 0.000000 1.000000 0.000011 -vn 0.000000 1.000000 0.000005 -vn 0.000000 1.000000 0.000005 -vn 0.000000 1.000000 0.000005 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 -0.000006 -vn 0.000000 1.000000 0.000008 -vn 0.000000 1.000000 0.000008 -vn 0.000000 1.000000 0.000008 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000003 -vn 0.000000 1.000000 0.000003 -vn 0.000000 1.000000 0.000003 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000006 -vn 0.000000 1.000000 0.000006 -vn 0.000000 1.000000 0.000006 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000013 0.000000 -vn 1.000000 -0.000013 0.000000 -vn 1.000000 -0.000013 0.000000 -vn 1.000000 0.000003 0.000000 -vn 1.000000 0.000003 0.000000 -vn 1.000000 0.000003 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000019 0.000000 -vn 1.000000 -0.000019 0.000000 -vn 1.000000 -0.000019 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000008 0.000000 -vn 1.000000 -0.000008 0.000000 -vn 1.000000 -0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000026 0.000000 -vn 1.000000 0.000026 0.000000 -vn 1.000000 0.000026 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000007 0.000000 -vn 1.000000 -0.000007 0.000000 -vn 1.000000 -0.000007 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 -0.000054 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 0.000015 0.000000 -vn 1.000000 -0.000052 0.000000 -vn 1.000000 -0.000052 0.000000 -vn 1.000000 -0.000052 0.000000 -vn 1.000000 -0.000004 0.000000 -vn 1.000000 -0.000004 0.000000 -vn 1.000000 -0.000004 0.000000 -vn 1.000000 0.000004 0.000000 -vn 1.000000 0.000004 0.000000 -vn 1.000000 0.000004 0.000000 -vn 1.000000 0.000052 0.000000 -vn 1.000000 0.000052 0.000000 -vn 1.000000 0.000052 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000011 0.000000 -vn 1.000000 -0.000011 0.000000 -vn 1.000000 -0.000011 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 -0.000015 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000008 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn -0.000001 0.991443 -0.130537 -vn -0.000001 0.991443 -0.130537 -vn -0.000001 0.991443 -0.130537 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608756 -0.793357 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn -0.000000 0.130526 -0.991445 -vn -0.000000 0.130526 -0.991445 -vn -0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991448 -0.130501 -vn 0.000000 -0.991448 -0.130501 -vn 0.000000 -0.991448 -0.130501 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793367 0.608744 -vn 0.000000 -0.793366 0.608744 -vn 0.000000 -0.793366 0.608744 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130523 0.991445 -vn 0.000000 -0.130523 0.991445 -vn 0.000000 -0.130523 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.608765 0.793350 -vn 0.000000 0.608765 0.793350 -vn 0.000000 0.608765 0.793350 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000001 0.991443 -0.130538 -vn 0.000001 0.991443 -0.130538 -vn 0.000001 0.991443 -0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793367 0.608744 -vn 0.000000 0.793366 0.608744 -vn 0.000000 0.793366 0.608744 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608756 0.793357 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382683 0.923880 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130526 0.991445 -vn 0.000000 0.130523 0.991445 -vn 0.000000 0.130523 0.991445 -vn 0.000000 0.130523 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130526 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382683 0.923880 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608756 0.793357 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793357 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991448 0.130501 -vn 0.000000 -0.991448 0.130501 -vn 0.000000 -0.991448 0.130501 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.793366 -0.608745 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608756 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.608765 -0.793350 -vn 0.000000 0.608765 -0.793350 -vn 0.000000 0.608765 -0.793350 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn 0.000000 0.793366 -0.608745 -vn -0.000000 0.793357 -0.608757 -vn -0.000000 0.793357 -0.608757 -vn -0.000000 0.793357 -0.608757 -vn -0.000000 0.923877 -0.382690 -vn -0.000000 0.923877 -0.382690 -vn -0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608759 -0.793355 -vn 0.000000 0.608759 -0.793355 -vn 0.000000 0.608759 -0.793355 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608768 -0.793348 -vn 0.000000 -0.608768 -0.793348 -vn 0.000000 -0.608768 -0.793348 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923878 0.382688 -vn 0.000000 -0.923878 0.382688 -vn 0.000000 -0.923878 0.382688 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608751 0.793361 -vn 0.000000 -0.608751 0.793361 -vn 0.000000 -0.608751 0.793361 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923884 0.382672 -vn 0.000000 0.923884 0.382672 -vn 0.000000 0.923884 0.382672 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608749 0.793363 -vn 0.000000 -0.608749 0.793363 -vn 0.000000 -0.608749 0.793363 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608768 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608768 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608759 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991443 -0.130537 -vn 0.000000 -0.991443 -0.130537 -vn 0.000000 -0.991443 -0.130537 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991443 0.130538 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608759 0.793356 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.923870 -0.382706 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608749 0.793363 -vn 0.000000 -0.608749 0.793363 -vn 0.000000 -0.608749 0.793363 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130521 0.991446 -vn 0.000000 -0.130521 0.991446 -vn 0.000000 -0.130521 0.991446 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.608767 0.793349 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793366 -0.608744 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793366 -0.608744 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608751 0.793362 -vn 0.000000 -0.608751 0.793362 -vn 0.000000 -0.608751 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793368 0.608743 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923871 0.382705 -vn 0.000000 0.923871 0.382705 -vn 0.000000 0.923871 0.382705 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608757 -0.793356 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793366 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793368 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.923871 -0.382705 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923870 0.382706 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793366 -0.608744 -vn 0.000000 -0.793366 -0.608744 -vn 0.000000 -0.793366 -0.608744 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608757 -0.793356 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.608767 -0.793350 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793356 -vn 0.000000 0.608759 0.793356 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793359 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793359 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793357 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608748 -0.793363 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793357 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130538 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.608766 -0.793350 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608768 0.793348 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.793367 -0.608744 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.382690 -0.923877 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382690 -0.923877 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.793367 -0.608744 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793367 0.608743 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608751 0.793362 -vn 0.000000 -0.608751 0.793362 -vn 0.000000 -0.608751 0.793362 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.382688 0.923878 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382688 0.923878 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793367 0.608743 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.923871 0.382705 -vn 0.000000 0.923871 0.382705 -vn 0.000000 0.923871 0.382705 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382690 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382689 -0.923877 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.382689 -0.923877 -vn 0.000000 -0.608748 -0.793364 -vn 0.000000 -0.608748 -0.793364 -vn 0.000000 -0.608748 -0.793364 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130520 -vn 0.000000 -0.991446 0.130520 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608756 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608767 0.793349 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382687 0.923878 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.382687 0.923878 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608756 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.991446 0.130520 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608757 -0.793357 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.991446 -0.130520 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608759 -0.793356 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991444 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.608759 0.793356 -vn 0.000000 -0.608758 0.793356 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.608758 0.793356 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923884 -0.382673 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.923878 -0.382688 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793357 -0.608757 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793357 -0.608757 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923884 -0.382673 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.923884 0.382673 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.608760 0.793355 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.923884 0.382673 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.991443 -0.130538 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923884 -0.382674 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.608767 -0.793349 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.382682 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 0.130526 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.130526 -0.991445 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.382682 -0.923880 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608749 -0.793363 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923884 -0.382674 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.923871 -0.382705 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923870 0.382706 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.923884 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608768 0.793349 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.608750 0.793362 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382680 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382680 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608768 0.793349 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923877 0.382690 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991441 -0.130556 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.923877 -0.382689 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.608766 -0.793350 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.382683 -0.923880 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.382683 -0.923880 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608758 -0.793356 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.608757 -0.793357 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923884 -0.382672 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.923877 -0.382689 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 -0.130538 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991443 0.130537 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923877 0.382689 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.923883 0.382674 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.608759 0.793355 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 -0.130524 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130522 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608768 0.793348 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.608759 0.793355 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923877 0.382689 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.923883 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991441 0.130556 -vn 0.000000 0.991443 -0.130537 -vn 0.000000 0.991443 -0.130537 -vn 0.000000 0.991443 -0.130537 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.991446 -0.130519 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923884 -0.382672 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.923871 -0.382704 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608755 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.793358 -0.608756 -vn 0.000000 0.608768 -0.793348 -vn 0.000000 0.608768 -0.793348 -vn 0.000000 0.608768 -0.793348 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.608758 -0.793356 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.382684 -0.923879 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 0.130527 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130524 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.130527 -0.991445 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.382684 -0.923879 -vn 0.000000 -0.608750 -0.793362 -vn 0.000000 -0.608750 -0.793362 -vn 0.000000 -0.608750 -0.793362 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.608767 -0.793349 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608755 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.793358 -0.608756 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.923878 -0.382688 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 -0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.991446 0.130519 -vn 0.000000 -0.923878 0.382688 -vn 0.000000 -0.923878 0.382688 -vn 0.000000 -0.923878 0.382688 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.923877 0.382690 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793359 0.608754 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.793358 0.608755 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608769 0.793348 -vn 0.000000 -0.608751 0.793361 -vn 0.000000 -0.608751 0.793361 -vn 0.000000 -0.608751 0.793361 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382682 0.923880 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.382681 0.923881 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130525 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 -0.130522 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130525 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.130524 0.991445 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382682 0.923880 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.382681 0.923881 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608760 0.793355 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.608769 0.793348 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793359 0.608754 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.793358 0.608755 -vn 0.000000 0.923871 0.382704 -vn 0.000000 0.923871 0.382704 -vn 0.000000 0.923871 0.382704 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.923884 0.382674 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991446 0.130519 -vn 0.000000 0.991443 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 0.991444 0.130537 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.707106 -0.707108 -vn 0.000000 -0.944678 0.328000 -vn 0.000000 -0.944678 0.328000 -vn 0.000000 -0.944678 0.328000 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944693 -0.327957 -vn 0.000000 -0.944693 -0.327957 -vn 0.000000 -0.944693 -0.327957 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944681 -0.327992 -vn 0.000000 -0.944681 -0.327992 -vn 0.000000 -0.944681 -0.327992 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944680 0.327993 -vn 0.000000 -0.944680 0.327993 -vn 0.000000 -0.944680 0.327993 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944681 -0.327990 -vn 0.000000 -0.944681 -0.327990 -vn 0.000000 -0.944681 -0.327990 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944680 0.327993 -vn 0.000000 -0.944680 0.327993 -vn 0.000000 -0.944680 0.327993 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 -0.328004 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.944676 0.328005 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944684 0.327981 -vn 0.000000 -0.944701 0.327934 -vn 0.000000 -0.944701 0.327934 -vn 0.000000 -0.944701 0.327934 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.993803 -0.111159 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944676 -0.328005 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944684 -0.327981 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.944668 -0.328028 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 0.707108 -0.707106 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327999 -0.944678 -vn 0.000000 0.327999 -0.944678 -vn 0.000000 0.327999 -0.944678 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327987 -0.944682 -vn 0.000000 -0.327987 -0.944682 -vn 0.000000 -0.327987 -0.944682 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.327983 -0.944684 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327975 -0.944686 -vn 0.000000 0.327975 -0.944686 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.327967 -0.944689 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.327975 -0.944686 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.327975 -0.944687 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.328000 -0.944678 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327987 -0.944682 -vn 0.000000 -0.327987 -0.944682 -vn 0.000000 -0.327987 -0.944682 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 0.327983 -0.944684 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.327991 -0.944681 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.328008 -0.944675 -vn 0.000000 -0.328008 -0.944675 -vn 0.000000 -0.328008 -0.944675 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.328000 -0.944678 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.327966 -0.944690 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 -0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327991 -0.944681 -vn 0.000000 0.327966 -0.944690 -vn 0.000000 0.327966 -0.944690 -vn 0.000000 0.327966 -0.944690 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 0.327967 -0.944689 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707106 -vn 0.000000 -0.707108 -0.707105 -vn 0.000000 -0.707108 -0.707105 -vn 0.000000 -0.707108 -0.707105 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.707106 0.707107 -vn 0.000000 0.707106 0.707107 -vn 0.000000 0.707106 0.707107 -vn 0.000000 0.707106 0.707108 -vn 0.000000 0.707106 0.707108 -vn 0.000000 0.707106 0.707108 -vn -0.000000 0.944678 -0.328000 -vn -0.000000 0.944678 -0.328000 -vn -0.000000 0.944678 -0.328000 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944668 -0.328028 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.944672 0.328017 -vn 0.000000 0.944672 0.328017 -vn 0.000000 0.944672 0.328017 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944672 -0.328016 -vn 0.000000 0.944672 -0.328016 -vn 0.000000 0.944672 -0.328016 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.944717 0.327886 -vn 0.000000 0.944717 0.327886 -vn 0.000000 0.944717 0.327886 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993804 -0.111146 -vn 0.000000 0.993804 -0.111146 -vn 0.000000 0.993804 -0.111146 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944674 0.328010 -vn 0.000000 0.944674 0.328010 -vn 0.000000 0.944674 0.328010 -vn 0.000000 0.944717 0.327886 -vn 0.000000 0.944717 0.327886 -vn 0.000000 0.944717 0.327886 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.944676 -0.328004 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944681 -0.327992 -vn 0.000000 0.944681 -0.327992 -vn 0.000000 0.944681 -0.327992 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn -0.000000 0.944705 -0.327921 -vn -0.000000 0.944705 -0.327921 -vn -0.000000 0.944705 -0.327921 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn -0.000000 0.993804 -0.111146 -vn -0.000000 0.993804 -0.111146 -vn -0.000000 0.993804 -0.111146 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993804 -0.111146 -vn 0.000000 0.993804 -0.111146 -vn 0.000000 0.993804 -0.111146 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944684 -0.327981 -vn 0.000000 0.944701 -0.327933 -vn 0.000000 0.944701 -0.327933 -vn 0.000000 0.944701 -0.327933 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 -0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993804 0.111146 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.993803 0.111159 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944676 0.328005 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.944684 0.327981 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 -0.707108 0.707106 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327985 0.944683 -vn 0.000000 -0.327985 0.944683 -vn 0.000000 -0.327985 0.944683 -vn 0.000000 -0.327988 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.328005 0.944676 -vn 0.000000 -0.328005 0.944676 -vn 0.000000 -0.328005 0.944676 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.327972 0.944687 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327985 0.944683 -vn 0.000000 -0.327985 0.944683 -vn 0.000000 -0.327985 0.944683 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327980 0.944685 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327997 0.944679 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.327980 0.944685 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327988 0.944682 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.328005 0.944676 -vn 0.000000 0.328005 0.944676 -vn 0.000000 0.328005 0.944676 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327964 0.944690 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.111160 0.993803 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327964 0.944690 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 0.707108 0.707105 -vn 0.000000 0.707108 0.707105 -vn 0.000000 0.707108 0.707105 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.707108 0.707106 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000003 0.000000 -vn -1.000000 -0.000003 0.000000 -vn -1.000000 -0.000003 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 -0.000015 0.000000 -vn -1.000000 0.000052 0.000000 -vn -1.000000 0.000052 0.000000 -vn -1.000000 0.000052 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 -0.000004 0.000000 -vn -1.000000 -0.000004 0.000000 -vn -1.000000 -0.000004 0.000000 -vn -1.000000 -0.000052 0.000000 -vn -1.000000 -0.000052 0.000000 -vn -1.000000 -0.000052 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000013 0.000000 -vn -1.000000 0.000013 0.000000 -vn -1.000000 0.000013 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000019 0.000000 -vn -1.000000 0.000019 0.000000 -vn -1.000000 0.000019 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000008 0.000000 -vn -1.000000 0.000008 0.000000 -vn -1.000000 0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000019 0.000000 -vn -1.000000 -0.000019 0.000000 -vn -1.000000 -0.000019 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000054 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000026 0.000000 -vn -1.000000 -0.000026 0.000000 -vn -1.000000 -0.000026 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 -0.000006 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000015 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 -0.000008 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.608770 -0.793347 0.000000 -vn -0.608770 -0.793347 0.000000 -vn -0.608770 -0.793347 0.000000 -vn -0.608763 -0.793352 0.000000 -vn -0.608763 -0.793352 0.000000 -vn -0.608763 -0.793352 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.130528 -0.991445 0.000000 -vn -0.130528 -0.991445 0.000000 -vn -0.130528 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.707107 -0.707107 -0.000001 -vn -0.707107 -0.707107 -0.000001 -vn -0.707107 -0.707107 -0.000001 -vn -0.707106 -0.707107 0.000002 -vn -0.707106 -0.707107 0.000002 -vn -0.707106 -0.707107 0.000002 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn -0.000005 0.000000 1.000000 -vn -0.000005 0.000000 1.000000 -vn -0.000005 0.000000 1.000000 -vn 0.000004 0.000000 1.000000 -vn 0.000004 0.000000 1.000000 -vn 0.000004 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn -0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.608756 -0.793358 0.000000 -vn -0.608756 -0.793358 0.000000 -vn -0.608756 -0.793358 0.000000 -vn -0.608761 -0.793353 0.000000 -vn -0.608761 -0.793353 0.000000 -vn -0.608761 -0.793353 0.000000 -vn -0.382684 -0.923879 0.000000 -vn -0.382684 -0.923879 0.000000 -vn -0.382684 -0.923879 0.000000 -vn -0.382687 -0.923878 0.000000 -vn -0.382687 -0.923878 0.000000 -vn -0.382687 -0.923878 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608753 -0.793360 0.000000 -vn 0.608753 -0.793360 0.000000 -vn 0.608753 -0.793360 0.000000 -vn 0.793362 -0.608750 0.000000 -vn 0.793362 -0.608750 0.000000 -vn 0.793362 -0.608750 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.991443 -0.130542 0.000000 -vn 0.991443 -0.130542 0.000000 -vn 0.991443 -0.130542 0.000000 -vn 0.991448 -0.130503 0.000000 -vn 0.991448 -0.130503 0.000000 -vn 0.991448 -0.130503 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn -0.000000 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.991448 0.130503 0.000000 -vn 0.991448 0.130503 0.000000 -vn 0.991448 0.130503 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793360 0.608753 0.000000 -vn 0.793360 0.608753 0.000000 -vn 0.793360 0.608753 0.000000 -vn 0.707107 0.707107 -0.000003 -vn 0.707107 0.707107 -0.000003 -vn 0.707107 0.707107 -0.000003 -vn 0.707107 0.707107 0.000003 -vn 0.707107 0.707107 0.000003 -vn 0.707107 0.707107 0.000003 -vn 0.991444 0.130530 -0.000003 -vn 0.991444 0.130530 -0.000003 -vn 0.991444 0.130530 -0.000003 -vn 0.991444 0.130530 0.000000 -vn 0.991444 0.130530 0.000000 -vn 0.991444 0.130530 0.000000 -vn 0.923882 0.382678 0.000000 -vn 0.923882 0.382678 0.000000 -vn 0.923882 0.382678 0.000000 -vn 0.923877 0.382689 0.000000 -vn 0.923877 0.382689 0.000000 -vn 0.923877 0.382689 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793361 0.608752 0.000002 -vn 0.793361 0.608752 0.000002 -vn 0.793361 0.608752 0.000002 -vn 0.793361 -0.608752 -0.000002 -vn 0.793361 -0.608752 -0.000002 -vn 0.793361 -0.608752 -0.000002 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923882 -0.382678 0.000000 -vn 0.923882 -0.382678 0.000000 -vn 0.923882 -0.382678 0.000000 -vn 0.991444 -0.130530 0.000000 -vn 0.991444 -0.130530 0.000000 -vn 0.991444 -0.130530 0.000000 -vn 0.991444 -0.130530 0.000000 -vn 0.991444 -0.130530 0.000000 -vn 0.991444 -0.130530 0.000000 -vn 1.000000 0.000000 -0.000002 -vn 1.000000 0.000000 -0.000002 -vn 1.000000 0.000000 -0.000002 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.793360 -0.608753 0.000000 -vn 0.793360 -0.608753 0.000000 -vn 0.793360 -0.608753 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.923877 -0.382690 0.000000 -vn 0.991443 -0.130542 0.000000 -vn 0.991443 -0.130542 0.000000 -vn 0.991443 -0.130542 0.000000 -vn 0.991448 -0.130503 0.000000 -vn 0.991448 -0.130503 0.000000 -vn 0.991448 -0.130503 0.000000 -vn 0.707107 -0.707107 -0.000002 -vn 0.707107 -0.707107 -0.000002 -vn 0.707106 -0.707107 -0.000002 -vn 0.707106 -0.707107 0.000003 -vn 0.707106 -0.707107 0.000003 -vn 0.707106 -0.707107 0.000003 -vn 0.991448 0.130503 0.000000 -vn 0.991448 0.130503 0.000000 -vn 0.991448 0.130503 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.923877 0.382690 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793355 0.608759 0.000000 -vn 0.793362 0.608750 0.000000 -vn 0.793362 0.608750 0.000000 -vn 0.793362 0.608750 0.000000 -vn 0.608753 0.793360 0.000000 -vn 0.608753 0.793360 0.000000 -vn 0.608753 0.793360 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130528 0.991445 0.000000 -vn -0.130528 0.991445 0.000000 -vn -0.130528 0.991445 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.608763 0.793352 0.000000 -vn -0.608763 0.793352 0.000000 -vn -0.608763 0.793352 0.000000 -vn -0.608770 0.793347 0.000002 -vn -0.608770 0.793347 0.000002 -vn -0.608770 0.793347 0.000002 -vn -0.707107 0.707107 0.000001 -vn -0.707107 0.707107 0.000001 -vn -0.707107 0.707107 0.000001 -vn -0.707106 0.707107 0.000000 -vn -0.707106 0.707107 0.000000 -vn -0.707106 0.707107 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130524 0.991445 0.000000 -vn -0.130524 0.991445 0.000000 -vn -0.130524 0.991445 0.000000 -vn -0.382684 0.923879 0.000000 -vn -0.382684 0.923879 0.000000 -vn -0.382684 0.923879 0.000000 -vn -0.382684 0.923879 0.000000 -vn -0.382684 0.923879 0.000000 -vn -0.382684 0.923879 0.000000 -vn -0.608763 0.793352 0.000000 -vn -0.608763 0.793352 0.000000 -vn -0.608763 0.793352 0.000000 -vn -0.608758 0.793356 0.000001 -vn -0.608758 0.793356 0.000001 -vn -0.608758 0.793356 0.000001 -vn 0.608757 0.793356 -0.000001 -vn 0.608757 0.793356 -0.000001 -vn 0.608757 0.793356 -0.000001 -vn 0.608763 0.793352 0.000000 -vn 0.608763 0.793352 0.000000 -vn 0.608763 0.793352 0.000000 -vn 0.382684 0.923879 0.000000 -vn 0.382684 0.923879 0.000000 -vn 0.382684 0.923879 0.000000 -vn 0.382684 0.923879 0.000000 -vn 0.382684 0.923879 0.000000 -vn 0.382684 0.923879 0.000000 -vn 0.130524 0.991445 0.000000 -vn 0.130524 0.991445 0.000000 -vn 0.130524 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 0.000001 -vn 0.000000 1.000000 0.000001 -vn 0.000000 1.000000 0.000001 -vn 0.608770 0.793347 0.000000 -vn 0.608770 0.793347 0.000000 -vn 0.608770 0.793347 0.000000 -vn 0.608763 0.793352 0.000000 -vn 0.608763 0.793352 0.000000 -vn 0.608763 0.793352 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.382682 0.923880 0.000000 -vn 0.130528 0.991445 0.000000 -vn 0.130528 0.991445 0.000000 -vn 0.130528 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.130526 0.991445 0.000000 -vn 0.707107 0.707107 -0.000001 -vn 0.707107 0.707107 -0.000001 -vn 0.707107 0.707107 -0.000001 -vn 0.707107 0.707107 -0.000002 -vn 0.707107 0.707107 -0.000002 -vn 0.707107 0.707107 -0.000002 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.130526 0.991445 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.382682 0.923880 0.000000 -vn -0.608766 0.793350 0.000000 -vn -0.608766 0.793350 0.000000 -vn -0.608766 0.793350 0.000000 -vn -0.608753 0.793360 0.000000 -vn -0.608753 0.793360 0.000000 -vn -0.608753 0.793360 0.000000 -vn -0.793362 0.608750 0.000000 -vn -0.793362 0.608750 0.000000 -vn -0.793362 0.608750 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.991443 0.130542 0.000000 -vn -0.991443 0.130542 0.000000 -vn -0.991443 0.130542 0.000000 -vn -0.991448 0.130503 0.000000 -vn -0.991448 0.130503 0.000000 -vn -0.991448 0.130503 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.991448 -0.130503 0.000000 -vn -0.991448 -0.130503 0.000000 -vn -0.991448 -0.130503 0.000000 -vn -0.991443 -0.130542 0.000000 -vn -0.991443 -0.130542 0.000000 -vn -0.991443 -0.130542 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793360 -0.608753 0.000000 -vn -0.793360 -0.608753 0.000000 -vn -0.793360 -0.608753 0.000000 -vn -0.707107 -0.707107 -0.000003 -vn -0.707107 -0.707107 -0.000003 -vn -0.707107 -0.707107 -0.000003 -vn -0.707107 -0.707107 0.000003 -vn -0.707107 -0.707107 0.000003 -vn -0.707107 -0.707107 0.000003 -vn -0.991444 -0.130530 0.000000 -vn -0.991444 -0.130530 0.000000 -vn -0.991444 -0.130530 0.000000 -vn -0.991444 -0.130530 0.000000 -vn -0.991444 -0.130530 0.000000 -vn -0.991444 -0.130530 0.000000 -vn -0.923882 -0.382678 0.000000 -vn -0.923882 -0.382678 0.000000 -vn -0.923882 -0.382678 0.000000 -vn -0.923877 -0.382689 0.000000 -vn -0.923877 -0.382689 0.000000 -vn -0.923877 -0.382689 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793361 -0.608752 0.000002 -vn -0.793361 -0.608752 0.000002 -vn -0.793361 -0.608752 0.000002 -vn -0.793361 0.608752 -0.000002 -vn -0.793361 0.608752 -0.000002 -vn -0.793361 0.608752 -0.000002 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923882 0.382678 0.000000 -vn -0.923882 0.382678 0.000000 -vn -0.923882 0.382678 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130530 0.000002 -vn -0.991444 0.130530 0.000002 -vn -0.991444 0.130530 0.000002 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -0.793360 0.608753 0.000000 -vn -0.793360 0.608753 0.000000 -vn -0.793360 0.608753 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.923877 0.382690 0.000000 -vn -0.991443 0.130542 0.000000 -vn -0.991443 0.130542 0.000000 -vn -0.991443 0.130542 0.000000 -vn -0.991448 0.130503 0.000000 -vn -0.991448 0.130503 0.000000 -vn -0.991448 0.130503 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.991448 -0.130503 0.000000 -vn -0.991448 -0.130503 0.000000 -vn -0.991448 -0.130503 0.000000 -vn -0.991443 -0.130542 0.000000 -vn -0.991443 -0.130542 0.000000 -vn -0.991443 -0.130542 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.923877 -0.382690 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793362 -0.608750 0.000000 -vn -0.793362 -0.608750 0.000000 -vn -0.793362 -0.608750 0.000000 -vn -0.608753 -0.793360 0.000000 -vn -0.608753 -0.793360 0.000000 -vn -0.608753 -0.793360 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.382682 -0.923880 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn -0.130526 -0.991445 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130528 -0.991445 0.000000 -vn 0.130528 -0.991445 0.000000 -vn 0.130528 -0.991445 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.382682 -0.923880 0.000000 -vn 0.608763 -0.793352 0.000000 -vn 0.608763 -0.793352 0.000000 -vn 0.608763 -0.793352 0.000000 -vn 0.608770 -0.793347 0.000002 -vn 0.608770 -0.793347 0.000002 -vn 0.608770 -0.793347 0.000002 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130526 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.382686 -0.923879 0.000000 -vn 0.382686 -0.923879 0.000000 -vn 0.382686 -0.923878 0.000000 -vn 0.382684 -0.923879 0.000000 -vn 0.382684 -0.923879 0.000000 -vn 0.382684 -0.923879 0.000000 -vn 0.608761 -0.793354 0.000000 -vn 0.608761 -0.793354 0.000000 -vn 0.608761 -0.793354 0.000000 -vn 0.608759 -0.793355 0.000000 -vn 0.608759 -0.793355 0.000000 -vn 0.608759 -0.793355 0.000000 -vn 0.707106 -0.707107 0.000001 -vn 0.707106 -0.707107 0.000001 -vn 0.707106 -0.707107 0.000001 -vn 0.707107 -0.707106 -0.000002 -vn 0.707107 -0.707106 -0.000002 -vn 0.707107 -0.707106 -0.000002 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.707107 0.707107 -0.000002 -vn -0.707107 0.707107 -0.000002 -vn -0.707106 0.707107 -0.000002 -vn -0.707106 0.707107 0.000003 -vn -0.707106 0.707107 0.000003 -vn -0.707106 0.707107 0.000003 -vn 0.000000 -1.000000 -0.000002 -vn 0.000000 -1.000000 -0.000002 -vn 0.000000 -1.000000 -0.000002 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 0.000020 -vn 0.000000 1.000000 0.000020 -vn 0.000000 1.000000 0.000020 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000010 -vn 0.000000 1.000000 0.000010 -vn 0.000000 1.000000 0.000010 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000015 1.000000 0.000000 -vn -0.000015 1.000000 0.000000 -vn -0.000015 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 -0.000016 -vn 0.000000 1.000000 -0.000016 -vn 0.000000 1.000000 -0.000016 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000012 -vn 0.000000 1.000000 -0.000012 -vn 0.000000 1.000000 -0.000012 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 -0.000020 -vn 0.000000 1.000000 -0.000020 -vn 0.000000 1.000000 -0.000020 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 -0.000010 -vn 0.000000 1.000000 -0.000010 -vn 0.000000 1.000000 -0.000010 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000015 1.000000 0.000000 -vn 0.000015 1.000000 0.000000 -vn 0.000015 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000002 -vn 0.000000 -1.000000 0.000002 -vn 0.000000 -1.000000 0.000002 -vn -0.000015 -1.000000 0.000000 -vn -0.000015 -1.000000 0.000000 -vn -0.000015 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000002 -1.000000 0.000000 -vn 0.000002 -1.000000 0.000000 -vn 0.000002 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000012 -vn 0.000000 -1.000000 0.000012 -vn 0.000000 -1.000000 0.000012 -vn 0.000000 -1.000000 -0.000021 -vn 0.000000 -1.000000 -0.000021 -vn 0.000000 -1.000000 -0.000021 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 0.000021 -vn 0.000000 -1.000000 0.000021 -vn 0.000000 -1.000000 0.000021 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000042 -vn 0.000000 -1.000000 0.000042 -vn 0.000000 -1.000000 0.000042 -vn 0.000000 -1.000000 -0.000010 -vn 0.000000 -1.000000 -0.000010 -vn 0.000000 -1.000000 -0.000010 -vn 0.000000 1.000000 0.000002 -vn 0.000000 1.000000 0.000002 -vn 0.000000 1.000000 0.000002 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000015 -1.000000 0.000000 -vn 0.000015 -1.000000 0.000000 -vn 0.000015 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 0.000016 -vn 0.000000 -1.000000 0.000016 -vn 0.000000 -1.000000 0.000016 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707106 0.000000 -0.707107 -vn -0.707106 0.000000 -0.707107 -vn -0.707106 0.000000 -0.707107 -vn -0.944690 0.000000 0.327965 -vn -0.944690 0.000000 0.327965 -vn -0.944690 0.000000 0.327965 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn 0.000000 0.000000 0.000000 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.000000 0.000000 -0.000000 -vn -0.944680 0.000000 -0.327995 -vn -0.944680 0.000000 -0.327995 -vn -0.944680 0.000000 -0.327995 -vn -0.944702 0.000000 -0.327931 -vn -0.944702 0.000000 -0.327931 -vn -0.944702 0.000000 -0.327931 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944688 0.000000 -0.327971 -vn -0.944688 0.000000 -0.327971 -vn -0.944688 0.000000 -0.327971 -vn -0.944692 0.000000 -0.327959 -vn -0.944692 0.000000 -0.327959 -vn -0.944692 0.000000 -0.327959 -vn -0.944688 0.000000 -0.327971 -vn -0.944688 0.000000 -0.327971 -vn -0.944688 0.000000 -0.327971 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944689 0.000000 0.327967 -vn -0.944689 0.000000 0.327967 -vn -0.944689 0.000000 0.327967 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944690 0.000000 -0.327966 -vn -0.944690 0.000000 -0.327966 -vn -0.944690 0.000000 -0.327966 -vn -0.944694 0.000000 -0.327952 -vn -0.944694 0.000000 -0.327952 -vn -0.944694 0.000000 -0.327952 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944687 0.000000 0.327972 -vn -0.944687 0.000000 0.327972 -vn -0.944687 0.000000 0.327972 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 -0.327987 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944695 0.000000 -0.327951 -vn -0.944695 0.000000 -0.327951 -vn -0.944695 0.000000 -0.327951 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn 0.000000 0.000000 0.000000 -vn -0.944671 0.000000 0.328019 -vn -0.944671 0.000000 0.328019 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944685 0.000000 -0.327979 -vn -0.000000 0.000000 -0.000000 -vn -0.944685 0.000000 -0.327979 -vn -0.944687 0.000000 -0.327975 -vn -0.944687 0.000000 -0.327975 -vn -0.944687 0.000000 -0.327975 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944689 0.000000 -0.327967 -vn -0.944689 0.000000 -0.327967 -vn -0.944689 0.000000 -0.327967 -vn -0.944688 0.000000 -0.327969 -vn -0.944688 0.000000 -0.327969 -vn -0.944688 0.000000 -0.327969 -vn -0.000000 0.000000 -0.000000 -vn -0.944671 0.000000 -0.328019 -vn -0.944671 0.000000 -0.328019 -vn -0.944704 0.000000 -0.327923 -vn -0.944704 0.000000 -0.327923 -vn -0.944704 0.000000 -0.327923 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944689 0.000000 0.327967 -vn -0.944689 0.000000 0.327967 -vn -0.944689 0.000000 0.327967 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944694 0.000000 0.327954 -vn -0.944694 0.000000 0.327954 -vn -0.944694 0.000000 0.327954 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.944707 0.000000 0.327915 -vn 0.000000 0.000000 0.000000 -vn -0.944707 0.000000 0.327915 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn 0.000000 0.000000 0.000000 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944705 0.000000 0.327923 -vn -0.944705 0.000000 0.327923 -vn -0.944705 0.000000 0.327923 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944682 0.000000 0.327987 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.944688 0.000000 0.327971 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111164 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944688 0.000000 -0.327971 -vn -0.944688 0.000000 -0.327971 -vn -0.944688 0.000000 -0.327971 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 0.111163 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 -0.327987 -vn -0.944682 0.000000 -0.327987 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.000000 0.000000 -0.000000 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111163 -vn -0.993802 0.000000 -0.111163 -vn -0.993802 0.000000 -0.111163 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 -0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 0.111165 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.993802 0.000000 -0.111164 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944691 0.000000 -0.327963 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.944693 0.000000 -0.327955 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707106 0.000000 0.707107 -vn -0.707106 0.000000 0.707107 -vn -0.707106 0.000000 0.707107 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -1.000000 0.000000 -0.000001 -vn -1.000000 0.000000 -0.000001 -vn -1.000000 0.000000 -0.000001 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 -0.000007 -0.000001 -vn -1.000000 -0.000007 -0.000001 -vn -1.000000 -0.000007 -0.000001 -vn -1.000000 0.000007 0.000001 -vn -1.000000 0.000007 0.000001 -vn -1.000000 0.000007 0.000001 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn -0.328012 0.000000 -0.944674 -vn -0.328012 0.000000 -0.944674 -vn -0.328012 0.000000 -0.944674 -vn -0.327863 0.000000 -0.944725 -vn -0.327863 0.000000 -0.944725 -vn -0.327863 0.000000 -0.944725 -vn -0.000000 0.000000 -0.000000 -vn -0.328047 0.000000 -0.944661 -vn -0.328047 0.000000 -0.944661 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.328136 0.000000 -0.944631 -vn 0.328136 0.000000 -0.944631 -vn 0.328136 0.000000 -0.944631 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.328047 0.000000 -0.944661 -vn -0.328047 0.000000 -0.944661 -vn -0.328047 0.000000 -0.944661 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.328002 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.327990 0.000000 -0.944681 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.327997 0.000000 -0.944679 -vn 0.327997 0.000000 -0.944679 -vn 0.327997 0.000000 -0.944679 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.111146 0.000000 -0.993804 -vn 0.111146 0.000000 -0.993804 -vn 0.111146 0.000000 -0.993804 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327997 0.000000 -0.944679 -vn 0.327997 0.000000 -0.944679 -vn 0.327997 0.000000 -0.944679 -vn 0.327999 0.000000 -0.944678 -vn 0.327999 0.000000 -0.944678 -vn 0.327999 0.000000 -0.944678 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.327974 0.000000 -0.944687 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.328000 0.000000 -0.944678 -vn -0.328000 0.000000 -0.944678 -vn -0.328000 0.000000 -0.944678 -vn -0.328047 0.000000 -0.944661 -vn -0.328047 0.000000 -0.944661 -vn -0.328047 0.000000 -0.944661 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.328136 0.000000 -0.944631 -vn 0.328136 0.000000 -0.944631 -vn 0.328136 0.000000 -0.944631 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327917 0.000000 -0.944706 -vn 0.327917 0.000000 -0.944706 -vn 0.327917 0.000000 -0.944706 -vn 0.111158 0.000000 -0.993803 -vn 0.111158 0.000000 -0.993803 -vn 0.111158 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111170 0.000000 -0.993801 -vn -0.111170 0.000000 -0.993801 -vn -0.111170 0.000000 -0.993801 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.327863 0.000000 -0.944725 -vn -0.327863 0.000000 -0.944725 -vn -0.327863 0.000000 -0.944725 -vn -0.000000 0.000000 -0.000000 -vn -0.328048 0.000000 -0.944661 -vn -0.328048 0.000000 -0.944661 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327860 0.000000 -0.944726 -vn 0.327860 0.000000 -0.944726 -vn 0.327860 0.000000 -0.944726 -vn 0.328090 0.000000 -0.944646 -vn 0.000000 0.000000 0.000000 -vn 0.328090 0.000000 -0.944646 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.327986 0.000000 -0.944683 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.328008 0.000000 -0.944675 -vn 0.328008 0.000000 -0.944675 -vn 0.328008 0.000000 -0.944675 -vn 0.000000 0.000000 0.000000 -vn 0.328044 0.000000 -0.944663 -vn 0.328044 0.000000 -0.944663 -vn 0.327859 0.000000 -0.944727 -vn 0.327859 0.000000 -0.944727 -vn 0.327859 0.000000 -0.944727 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.328002 0.000000 -0.944677 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.328044 0.000000 -0.944663 -vn 0.328044 0.000000 -0.944662 -vn 0.328044 0.000000 -0.944662 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.000000 0.000000 -0.000000 -vn -0.328139 0.000000 -0.944629 -vn -0.328140 0.000000 -0.944629 -vn -0.328139 0.000000 -0.944629 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.111149 0.000000 -0.993804 -vn -0.111149 0.000000 -0.993804 -vn -0.111149 0.000000 -0.993804 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.328117 0.000000 -0.944637 -vn -0.000000 0.000000 -0.000000 -vn -0.328117 0.000000 -0.944637 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111140 0.000000 -0.993805 -vn -0.111140 0.000000 -0.993805 -vn -0.111140 0.000000 -0.993805 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.328048 0.000000 -0.944661 -vn -0.328048 0.000000 -0.944661 -vn -0.328048 0.000000 -0.944661 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.327955 0.000000 -0.944693 -vn -0.328139 0.000000 -0.944629 -vn -0.328140 0.000000 -0.944629 -vn -0.328139 0.000000 -0.944629 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.327956 0.000000 -0.944693 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.328001 0.000000 -0.944677 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.327997 0.000000 -0.944679 -vn 0.327997 0.000000 -0.944679 -vn 0.327997 0.000000 -0.944679 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111142 0.000000 -0.993805 -vn 0.111142 0.000000 -0.993805 -vn 0.111142 0.000000 -0.993805 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn -0.111153 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111142 0.000000 -0.993805 -vn 0.111142 0.000000 -0.993805 -vn 0.111142 0.000000 -0.993805 -vn 0.328044 0.000000 -0.944662 -vn 0.328044 0.000000 -0.944662 -vn 0.000000 0.000000 0.000000 -vn 0.111142 0.000000 -0.993805 -vn 0.111142 0.000000 -0.993805 -vn 0.111142 0.000000 -0.993805 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.111155 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn 0.111167 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn -0.111166 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.327952 0.000000 -0.944694 -vn 0.328043 0.000000 -0.944663 -vn 0.328043 0.000000 -0.944663 -vn 0.328043 0.000000 -0.944663 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 -0.000002 -1.000000 -vn -0.000001 -0.000002 -1.000000 -vn -0.000001 -0.000002 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 -0.000000 0.000000 -vn 1.000000 -0.000000 0.000000 -vn 1.000000 -0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000003 0.000000 -vn 1.000000 -0.000003 0.000000 -vn 1.000000 -0.000003 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000009 0.000000 1.000000 -vn 0.000009 0.000000 1.000000 -vn 0.000009 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.707106 0.000000 0.707107 -vn 0.707106 0.000000 0.707107 -vn 0.707106 0.000000 0.707107 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.944692 0.000000 -0.327959 -vn 0.944692 0.000000 -0.327959 -vn 0.944692 0.000000 -0.327959 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.000000 0.000000 0.000000 -vn 0.944686 0.000000 -0.327977 -vn 0.944686 0.000000 -0.327977 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.944686 0.000000 0.327977 -vn 0.944686 0.000000 0.327977 -vn 0.000000 0.000000 0.000000 -vn 0.944704 0.000000 0.327924 -vn 0.944704 0.000000 0.327924 -vn 0.944704 0.000000 0.327924 -vn 0.944682 0.000000 0.327989 -vn 0.944682 0.000000 0.327989 -vn 0.944682 0.000000 0.327989 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.944708 0.000000 -0.327913 -vn 0.944708 0.000000 -0.327913 -vn 0.944708 0.000000 -0.327913 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327976 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944693 0.000000 0.327956 -vn 0.944693 0.000000 0.327956 -vn 0.944693 0.000000 0.327956 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.944693 0.000000 -0.327957 -vn 0.944693 0.000000 -0.327957 -vn 0.944693 0.000000 -0.327957 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944693 0.000000 0.327957 -vn 0.944693 0.000000 0.327957 -vn 0.944693 0.000000 0.327957 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.944693 0.000000 -0.327957 -vn 0.944693 0.000000 -0.327957 -vn 0.944693 0.000000 -0.327957 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.944694 0.000000 -0.327953 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944696 0.000000 0.327948 -vn 0.944696 0.000000 0.327948 -vn 0.944696 0.000000 0.327948 -vn 0.944694 0.000000 0.327954 -vn 0.944694 0.000000 0.327954 -vn 0.944694 0.000000 0.327954 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111177 -vn 0.944696 0.000000 -0.327946 -vn 0.944696 0.000000 -0.327946 -vn 0.944696 0.000000 -0.327946 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944693 0.000000 0.327957 -vn 0.944693 0.000000 0.327957 -vn 0.944693 0.000000 0.327957 -vn 0.944689 0.000000 0.327969 -vn 0.944689 0.000000 0.327969 -vn 0.944689 0.000000 0.327969 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944719 0.000000 -0.327881 -vn 0.944719 0.000000 -0.327881 -vn 0.944719 0.000000 -0.327881 -vn 0.000000 0.000000 0.000000 -vn 0.944675 0.000000 -0.328009 -vn 0.944675 0.000000 -0.328009 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944687 0.000000 0.327973 -vn 0.000000 0.000000 0.000000 -vn 0.944687 0.000000 0.327973 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993802 -0.000002 0.111165 -vn 0.993802 -0.000002 0.111165 -vn 0.993802 -0.000002 0.111165 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.000000 0.000000 0.000000 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944686 0.000000 0.327977 -vn 0.944686 0.000000 0.327977 -vn 0.944686 0.000000 0.327977 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993802 0.000002 -0.111165 -vn 0.993802 0.000002 -0.111165 -vn 0.993802 0.000002 -0.111165 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.944692 0.000000 -0.327960 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327977 -vn 0.944686 0.000000 -0.327977 -vn 0.944686 0.000000 -0.327977 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111178 -vn 0.993801 0.000000 -0.111178 -vn 0.993801 0.000000 -0.111178 -vn 0.944698 0.000000 -0.327941 -vn 0.000000 0.000000 0.000000 -vn 0.944698 0.000000 -0.327941 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.944686 0.000000 -0.327977 -vn 0.944686 0.000000 -0.327977 -vn 0.944686 0.000000 -0.327977 -vn 0.000000 0.000000 0.000000 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327976 -vn 0.944686 0.000000 -0.327976 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.944686 0.000000 0.327976 -vn 0.944686 0.000000 0.327976 -vn 0.944686 0.000000 0.327976 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944691 0.000000 -0.327961 -vn 0.944691 0.000000 -0.327961 -vn 0.944691 0.000000 -0.327961 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.944697 0.000000 -0.327945 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111175 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944692 0.000000 0.327960 -vn 0.944692 0.000000 0.327960 -vn 0.944692 0.000000 0.327960 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944686 0.000000 0.327976 -vn 0.944686 0.000000 0.327976 -vn 0.944686 0.000000 0.327976 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944719 0.000000 0.327881 -vn 0.944719 0.000000 0.327881 -vn 0.000000 0.000000 0.000000 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 -0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.944686 0.000000 0.327977 -vn 0.944686 0.000000 0.327977 -vn 0.944686 0.000000 0.327977 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111175 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 0.111176 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 -0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.993801 0.000000 0.111177 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944691 0.000000 0.327961 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.944697 0.000000 0.327945 -vn 0.707106 0.000000 -0.707107 -vn 0.707106 0.000000 -0.707107 -vn 0.707106 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 0.327997 0.000000 0.944679 -vn 0.327996 0.000000 0.944679 -vn 0.327996 0.000000 0.944679 -vn 0.328320 0.000000 0.944567 -vn 0.328320 0.000000 0.944567 -vn 0.328320 0.000000 0.944567 -vn 0.000000 0.000000 0.000000 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328139 0.000000 0.944629 -vn -0.328140 0.000000 0.944629 -vn -0.328140 0.000000 0.944629 -vn -0.327875 0.000000 0.944721 -vn -0.327875 0.000000 0.944721 -vn -0.327875 0.000000 0.944721 -vn -0.328059 0.000000 0.944657 -vn -0.328059 0.000000 0.944657 -vn -0.328059 0.000000 0.944657 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328001 0.000000 0.944677 -vn -0.328001 0.000000 0.944677 -vn -0.328001 0.000000 0.944677 -vn -0.328035 0.000000 0.944666 -vn -0.328035 0.000000 0.944666 -vn -0.328035 0.000000 0.944666 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.327990 0.000000 0.944681 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.328010 0.000000 0.944674 -vn 0.328010 0.000000 0.944674 -vn 0.328010 0.000000 0.944674 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328013 0.000000 0.944673 -vn -0.328013 0.000000 0.944673 -vn -0.328013 0.000000 0.944673 -vn -0.328025 0.000000 0.944669 -vn -0.328025 0.000000 0.944669 -vn -0.328025 0.000000 0.944669 -vn -0.328024 0.000000 0.944669 -vn -0.328024 0.000000 0.944669 -vn -0.328024 0.000000 0.944669 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn 0.328010 0.000000 0.944674 -vn 0.328010 0.000000 0.944674 -vn 0.328010 0.000000 0.944674 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.328021 0.000000 0.944670 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn -0.327991 0.000000 0.944681 -vn -0.327991 0.000000 0.944681 -vn -0.327991 0.000000 0.944681 -vn -0.328012 0.000000 0.944674 -vn -0.328012 0.000000 0.944674 -vn -0.328012 0.000000 0.944674 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.327997 0.000000 0.944679 -vn 0.327997 0.000000 0.944679 -vn 0.327997 0.000000 0.944679 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944663 -vn 0.328044 0.000000 0.944662 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.327955 0.000000 0.944693 -vn -0.327955 0.000000 0.944693 -vn -0.327955 0.000000 0.944693 -vn -0.328059 0.000000 0.944657 -vn -0.328059 0.000000 0.944657 -vn -0.328059 0.000000 0.944657 -vn -0.328001 0.000000 0.944677 -vn -0.328001 0.000000 0.944677 -vn -0.328001 0.000000 0.944677 -vn -0.111152 0.000000 0.993804 -vn -0.111152 0.000000 0.993804 -vn -0.111152 0.000000 0.993804 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.000000 0.000000 0.000000 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328139 0.000000 0.944629 -vn -0.328140 0.000000 0.944629 -vn -0.328139 0.000000 0.944629 -vn -0.328013 0.000000 0.944673 -vn 0.000000 0.000000 0.000000 -vn -0.328013 0.000000 0.944673 -vn -0.327933 0.000000 0.944701 -vn -0.327933 0.000000 0.944701 -vn -0.327933 0.000000 0.944701 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328010 0.000000 0.944674 -vn -0.328010 0.000000 0.944674 -vn -0.328010 0.000000 0.944674 -vn -0.328000 0.000000 0.944678 -vn -0.328000 0.000000 0.944678 -vn -0.328000 0.000000 0.944678 -vn 0.000000 0.000000 0.000000 -vn -0.328232 0.000000 0.944597 -vn -0.328232 0.000000 0.944597 -vn -0.328139 0.000000 0.944630 -vn -0.328139 0.000000 0.944629 -vn -0.328139 0.000000 0.944630 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.328009 0.000000 0.944675 -vn 0.328009 0.000000 0.944675 -vn 0.328009 0.000000 0.944675 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328024 0.000000 0.944669 -vn -0.328024 0.000000 0.944669 -vn -0.328024 0.000000 0.944669 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.327974 0.000000 0.944687 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.327999 0.000000 0.944678 -vn 0.327999 0.000000 0.944678 -vn 0.327999 0.000000 0.944678 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn 0.328044 0.000000 0.944663 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.328044 0.000000 0.944662 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.327998 -0.000000 0.944678 -vn 0.000000 -0.000000 0.000000 -vn 0.327998 -0.000000 0.944678 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111154 -0.000000 0.993803 -vn 0.111154 -0.000000 0.993803 -vn 0.111154 -0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.327952 0.000000 0.944694 -vn 0.328136 0.000000 0.944631 -vn 0.328136 0.000000 0.944631 -vn 0.328136 0.000000 0.944631 -vn 0.327860 0.000000 0.944726 -vn 0.327860 0.000000 0.944726 -vn 0.327860 0.000000 0.944726 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.327998 0.000000 0.944678 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.328043 0.000000 0.944663 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn 0.111155 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328001 0.000000 0.944677 -vn -0.328001 0.000000 0.944677 -vn -0.328001 0.000000 0.944677 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328048 0.000000 0.944661 -vn -0.328048 0.000000 0.944661 -vn 0.000000 0.000000 0.000000 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn 0.000000 0.000000 0.000000 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328002 0.000000 0.944677 -vn -0.328002 0.000000 0.944677 -vn -0.328002 0.000000 0.944677 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn -0.111166 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn 0.111167 0.000000 0.993802 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.111153 0.000000 0.993803 -vn -0.328025 0.000000 0.944669 -vn -0.328025 0.000000 0.944669 -vn -0.328025 0.000000 0.944669 -vn -0.327955 0.000000 0.944693 -vn -0.327955 0.000000 0.944693 -vn -0.327955 0.000000 0.944693 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn -0.328047 0.000000 0.944661 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 0.000020 -vn 0.000000 1.000000 0.000020 -vn 0.000000 1.000000 0.000020 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 -0.000021 -vn 0.000000 1.000000 0.000010 -vn 0.000000 1.000000 0.000010 -vn 0.000000 1.000000 0.000010 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000015 1.000000 0.000000 -vn -0.000015 1.000000 0.000000 -vn -0.000015 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 0.000012 -vn 0.000000 1.000000 -0.000016 -vn 0.000000 1.000000 -0.000016 -vn 0.000000 1.000000 -0.000016 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000012 -vn 0.000000 1.000000 -0.000012 -vn 0.000000 1.000000 -0.000012 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 0.000021 -vn 0.000000 1.000000 -0.000020 -vn 0.000000 1.000000 -0.000020 -vn 0.000000 1.000000 -0.000020 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000010 -vn 0.000000 1.000000 -0.000010 -vn 0.000000 1.000000 -0.000010 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000015 1.000000 0.000000 -vn 0.000015 1.000000 0.000000 -vn 0.000015 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000015 -1.000000 0.000000 -vn -0.000015 -1.000000 0.000000 -vn -0.000015 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000002 -1.000000 0.000000 -vn 0.000002 -1.000000 0.000000 -vn 0.000002 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000012 -vn 0.000000 -1.000000 0.000012 -vn 0.000000 -1.000000 0.000012 -vn 0.000000 -1.000000 -0.000021 -vn 0.000000 -1.000000 -0.000021 -vn 0.000000 -1.000000 -0.000021 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000042 -vn 0.000000 -1.000000 -0.000042 -vn 0.000000 -1.000000 -0.000042 -vn 0.000000 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 0.000021 -vn 0.000000 -1.000000 0.000021 -vn 0.000000 -1.000000 0.000021 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000010 -vn 0.000000 -1.000000 -0.000010 -vn 0.000000 -1.000000 -0.000010 -vn 0.000000 1.000000 0.000002 -vn 0.000000 1.000000 0.000002 -vn 0.000000 1.000000 0.000002 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000015 -1.000000 0.000000 -vn 0.000015 -1.000000 0.000000 -vn 0.000015 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 -0.000012 -vn 0.000000 -1.000000 0.000016 -vn 0.000000 -1.000000 0.000016 -vn 0.000000 -1.000000 0.000016 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707106 0.000000 -0.707107 -vn -0.707106 0.000000 -0.707107 -vn -0.707106 0.000000 -0.707107 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944693 0.000000 0.327955 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn 0.000000 0.000000 0.000000 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.000000 0.000000 -0.000000 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944683 0.000000 -0.327984 -vn -0.944705 0.000000 -0.327921 -vn -0.944705 0.000000 -0.327921 -vn -0.944705 0.000000 -0.327921 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327976 -vn -0.944686 0.000000 0.327976 -vn -0.944686 0.000000 0.327976 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944691 0.000000 -0.327961 -vn -0.944691 0.000000 -0.327961 -vn -0.944691 0.000000 -0.327961 -vn -0.944695 0.000000 -0.327949 -vn -0.944695 0.000000 -0.327949 -vn -0.944695 0.000000 -0.327949 -vn -0.944692 0.000000 -0.327960 -vn -0.944692 0.000000 -0.327960 -vn -0.944692 0.000000 -0.327960 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.944692 0.000000 0.327960 -vn -0.944692 0.000000 0.327960 -vn -0.944692 0.000000 0.327960 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944693 0.000000 0.327957 -vn -0.944693 0.000000 0.327957 -vn -0.944693 0.000000 0.327957 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944693 0.000000 -0.327956 -vn -0.944693 0.000000 -0.327956 -vn -0.944693 0.000000 -0.327956 -vn -0.944698 0.000000 -0.327942 -vn -0.944698 0.000000 -0.327942 -vn -0.944698 0.000000 -0.327942 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.944691 0.000000 0.327962 -vn -0.944691 0.000000 0.327962 -vn -0.944691 0.000000 0.327962 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944686 0.000000 -0.327977 -vn -0.944686 0.000000 -0.327977 -vn -0.944686 0.000000 -0.327977 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944698 0.000000 -0.327941 -vn -0.944698 0.000000 -0.327941 -vn -0.944698 0.000000 -0.327941 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn 0.000000 0.000000 0.000000 -vn -0.944675 0.000000 0.328009 -vn -0.944675 0.000000 0.328009 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944689 0.000000 -0.327969 -vn -0.000000 0.000000 -0.000000 -vn -0.944689 0.000000 -0.327969 -vn -0.944690 0.000000 -0.327965 -vn -0.944690 0.000000 -0.327965 -vn -0.944690 0.000000 -0.327965 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111177 -vn -0.993802 -0.000002 -0.111163 -vn -0.993802 -0.000002 -0.111164 -vn -0.993802 -0.000002 -0.111164 -vn -0.944689 0.000000 -0.327967 -vn -0.944689 0.000000 -0.327967 -vn -0.944689 0.000000 -0.327967 -vn -0.944692 0.000000 -0.327959 -vn -0.944692 0.000000 -0.327959 -vn -0.944692 0.000000 -0.327959 -vn -0.000000 0.000000 -0.000000 -vn -0.944675 0.000000 -0.328009 -vn -0.944675 0.000000 -0.328009 -vn -0.944708 0.000000 -0.327913 -vn -0.944708 0.000000 -0.327913 -vn -0.944708 0.000000 -0.327913 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993802 0.000002 0.111165 -vn -0.993802 0.000002 0.111165 -vn -0.993802 0.000002 0.111165 -vn -0.944689 0.000000 0.327967 -vn -0.944689 0.000000 0.327967 -vn -0.944689 0.000000 0.327967 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944692 0.000000 0.327960 -vn -0.944692 0.000000 0.327960 -vn -0.944692 0.000000 0.327960 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944697 0.000000 0.327944 -vn -0.944697 0.000000 0.327944 -vn -0.944697 0.000000 0.327944 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944686 0.000000 0.327976 -vn -0.944686 0.000000 0.327976 -vn -0.944686 0.000000 0.327976 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.944711 0.000000 0.327905 -vn 0.000000 0.000000 0.000000 -vn -0.944711 0.000000 0.327905 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn 0.000000 0.000000 0.000000 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944708 0.000000 0.327912 -vn -0.944708 0.000000 0.327912 -vn -0.944708 0.000000 0.327912 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944686 0.000000 -0.327976 -vn -0.944686 0.000000 -0.327976 -vn -0.944686 0.000000 -0.327976 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944686 0.000000 0.327977 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944697 0.000000 0.327945 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.944691 0.000000 0.327961 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944692 0.000000 -0.327960 -vn -0.944692 0.000000 -0.327960 -vn -0.944692 0.000000 -0.327960 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.944686 0.000000 -0.327976 -vn -0.944686 0.000000 -0.327976 -vn -0.944686 0.000000 -0.327976 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.000000 0.000000 -0.000000 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111177 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 -0.111176 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 0.111177 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.993801 0.000000 -0.111175 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944694 0.000000 -0.327953 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.944697 0.000000 -0.327945 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707106 0.000000 0.707107 -vn -0.707106 0.000000 0.707107 -vn -0.707106 0.000000 0.707107 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn -0.328008 0.000000 -0.944675 -vn -0.328008 0.000000 -0.944675 -vn -0.328008 0.000000 -0.944675 -vn -0.327860 0.000000 -0.944726 -vn -0.327860 0.000000 -0.944726 -vn -0.327860 0.000000 -0.944726 -vn -0.000000 0.000000 -0.000000 -vn -0.328044 0.000000 -0.944662 -vn -0.328044 0.000000 -0.944662 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.327955 0.000000 -0.944693 -vn 0.327955 0.000000 -0.944693 -vn 0.327955 0.000000 -0.944693 -vn 0.328140 0.000000 -0.944629 -vn 0.328139 0.000000 -0.944629 -vn 0.328139 0.000000 -0.944629 -vn 0.327956 0.000000 -0.944693 -vn 0.327956 0.000000 -0.944693 -vn 0.327956 0.000000 -0.944693 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.328043 0.000000 -0.944663 -vn -0.328043 0.000000 -0.944663 -vn -0.328043 0.000000 -0.944663 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.327989 0.000000 -0.944682 -vn 0.327989 0.000000 -0.944682 -vn 0.327989 0.000000 -0.944682 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.327987 0.000000 -0.944682 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.111145 0.000000 -0.993804 -vn 0.111145 0.000000 -0.993804 -vn 0.111145 0.000000 -0.993804 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.327977 0.000000 -0.944686 -vn 0.327977 0.000000 -0.944686 -vn 0.327977 0.000000 -0.944686 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.328044 0.000000 -0.944662 -vn -0.328044 0.000000 -0.944662 -vn -0.328044 0.000000 -0.944663 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328140 0.000000 -0.944629 -vn 0.328139 0.000000 -0.944629 -vn 0.328139 0.000000 -0.944629 -vn 0.327956 0.000000 -0.944693 -vn 0.327956 0.000000 -0.944693 -vn 0.327956 0.000000 -0.944693 -vn 0.327921 0.000000 -0.944705 -vn 0.327921 0.000000 -0.944705 -vn 0.327921 0.000000 -0.944705 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111157 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111171 0.000000 -0.993801 -vn -0.111171 0.000000 -0.993801 -vn -0.111171 0.000000 -0.993801 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327859 0.000000 -0.944727 -vn -0.327859 0.000000 -0.944727 -vn -0.327859 0.000000 -0.944727 -vn -0.000000 0.000000 -0.000000 -vn -0.328044 0.000000 -0.944662 -vn -0.328044 0.000000 -0.944662 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.327863 0.000000 -0.944725 -vn 0.327863 0.000000 -0.944725 -vn 0.327863 0.000000 -0.944725 -vn 0.328093 0.000000 -0.944645 -vn 0.000000 0.000000 0.000000 -vn 0.328093 0.000000 -0.944645 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.327990 0.000000 -0.944681 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.111154 0.000000 -0.993803 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.327998 0.000000 -0.944678 -vn 0.328012 0.000000 -0.944674 -vn 0.328012 0.000000 -0.944674 -vn 0.328012 0.000000 -0.944674 -vn 0.000000 0.000000 0.000000 -vn 0.328048 0.000000 -0.944661 -vn 0.328048 0.000000 -0.944661 -vn 0.327863 0.000000 -0.944725 -vn 0.327863 0.000000 -0.944725 -vn 0.327863 0.000000 -0.944725 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327999 0.000000 -0.944678 -vn -0.327999 0.000000 -0.944678 -vn -0.327999 0.000000 -0.944678 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328047 0.000000 -0.944661 -vn 0.328047 0.000000 -0.944661 -vn 0.328047 0.000000 -0.944661 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.328136 0.000000 -0.944631 -vn -0.328136 0.000000 -0.944631 -vn -0.328136 0.000000 -0.944631 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.111150 0.000000 -0.993804 -vn -0.111150 0.000000 -0.993804 -vn -0.111150 0.000000 -0.993804 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.328113 0.000000 -0.944638 -vn -0.000000 0.000000 -0.000000 -vn -0.328114 0.000000 -0.944638 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111142 0.000000 -0.993805 -vn -0.111142 0.000000 -0.993805 -vn -0.111142 0.000000 -0.993805 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.328044 0.000000 -0.944662 -vn -0.328044 0.000000 -0.944663 -vn -0.328044 0.000000 -0.944663 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.328136 0.000000 -0.944631 -vn -0.328136 0.000000 -0.944631 -vn -0.328136 0.000000 -0.944631 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.327955 0.000000 -0.944693 -vn 0.327955 0.000000 -0.944693 -vn 0.327955 0.000000 -0.944693 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327952 0.000000 -0.944694 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327998 0.000000 -0.944678 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.327997 0.000000 -0.944679 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.328001 0.000000 -0.944677 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn -0.111155 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.327956 0.000000 -0.944693 -vn 0.327956 0.000000 -0.944693 -vn 0.000000 0.000000 0.000000 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111141 0.000000 -0.993805 -vn 0.111141 0.000000 -0.993805 -vn 0.111141 0.000000 -0.993805 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn -0.111154 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111140 0.000000 -0.993805 -vn 0.111140 0.000000 -0.993805 -vn 0.111140 0.000000 -0.993805 -vn 0.328047 0.000000 -0.944661 -vn 0.328047 0.000000 -0.944661 -vn 0.000000 0.000000 0.000000 -vn 0.111140 0.000000 -0.993805 -vn 0.111140 0.000000 -0.993805 -vn 0.111140 0.000000 -0.993805 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn 0.111166 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn -0.111167 0.000000 -0.993802 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.111153 0.000000 -0.993803 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.328002 0.000000 -0.944677 -vn 0.327955 0.000000 -0.944693 -vn 0.327955 0.000000 -0.944693 -vn 0.327955 0.000000 -0.944693 -vn 0.328047 0.000000 -0.944661 -vn 0.328047 0.000000 -0.944661 -vn 0.328047 0.000000 -0.944661 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 -0.000008 -vn -1.000000 0.000000 -0.000008 -vn -1.000000 0.000000 -0.000008 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 -0.000002 -1.000000 -vn -0.000001 -0.000002 -1.000000 -vn -0.000001 -0.000002 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 -0.000000 0.000002 -vn 1.000000 -0.000000 0.000002 -vn 1.000000 -0.000000 0.000002 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 -0.000001 -vn 1.000000 0.000000 -0.000001 -vn 1.000000 0.000000 -0.000001 -vn 1.000000 -0.000007 -0.000001 -vn 1.000000 -0.000007 -0.000001 -vn 1.000000 -0.000007 -0.000001 -vn 1.000000 0.000003 0.000001 -vn 1.000000 0.000003 0.000001 -vn 1.000000 0.000003 0.000001 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000009 0.000000 1.000000 -vn 0.000009 0.000000 1.000000 -vn 0.000009 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.707106 0.000000 0.707107 -vn 0.707106 0.000000 0.707107 -vn 0.707106 0.000000 0.707107 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.944688 0.000000 -0.327969 -vn 0.944688 0.000000 -0.327969 -vn 0.944688 0.000000 -0.327969 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.000000 0.000000 0.000000 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.000000 0.000000 0.000000 -vn 0.944700 0.000000 0.327935 -vn 0.944700 0.000000 0.327935 -vn 0.944700 0.000000 0.327935 -vn 0.944678 0.000000 0.327999 -vn 0.944678 0.000000 0.327999 -vn 0.944678 0.000000 0.327999 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.944705 0.000000 -0.327923 -vn 0.944705 0.000000 -0.327923 -vn 0.944705 0.000000 -0.327923 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944688 0.000000 -0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944689 0.000000 -0.327967 -vn 0.944689 0.000000 -0.327967 -vn 0.944689 0.000000 -0.327967 -vn 0.993802 0.000000 -0.111163 -vn 0.993802 0.000000 -0.111163 -vn 0.993802 0.000000 -0.111163 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944689 0.000000 -0.327967 -vn 0.944689 0.000000 -0.327967 -vn 0.944689 0.000000 -0.327967 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944692 0.000000 0.327958 -vn 0.944692 0.000000 0.327958 -vn 0.944692 0.000000 0.327958 -vn 0.944690 0.000000 0.327964 -vn 0.944690 0.000000 0.327964 -vn 0.944690 0.000000 0.327964 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.944693 0.000000 -0.327956 -vn 0.944693 0.000000 -0.327956 -vn 0.944693 0.000000 -0.327956 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944685 0.000000 0.327979 -vn 0.944685 0.000000 0.327979 -vn 0.944685 0.000000 0.327979 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944716 0.000000 -0.327891 -vn 0.944715 0.000000 -0.327892 -vn 0.944715 0.000000 -0.327892 -vn 0.000000 0.000000 0.000000 -vn 0.944671 0.000000 -0.328019 -vn 0.944671 0.000000 -0.328019 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944684 0.000000 0.327983 -vn 0.000000 0.000000 0.000000 -vn 0.944684 0.000000 0.327983 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944689 0.000000 0.327967 -vn 0.944690 0.000000 0.327965 -vn 0.944690 0.000000 0.327965 -vn 0.944690 0.000000 0.327965 -vn 0.000000 0.000000 0.000000 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.944691 0.000000 -0.327963 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944688 0.000000 -0.327970 -vn 0.944688 0.000000 -0.327970 -vn 0.944688 0.000000 -0.327970 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111163 -vn 0.993802 0.000000 -0.111163 -vn 0.993802 0.000000 -0.111163 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111166 -vn 0.993802 0.000000 -0.111166 -vn 0.993802 0.000000 -0.111166 -vn 0.944695 0.000000 -0.327951 -vn 0.000000 0.000000 0.000000 -vn 0.944695 0.000000 -0.327951 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.000000 0.000000 0.000000 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.944682 0.000000 -0.327987 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944688 0.000000 -0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944688 0.000000 -0.327971 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.944693 0.000000 -0.327955 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111164 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111164 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944716 0.000000 0.327891 -vn 0.944716 0.000000 0.327891 -vn 0.000000 0.000000 0.000000 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.944682 0.000000 0.327987 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111163 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 -0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.993802 0.000000 0.111165 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944688 0.000000 0.327971 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.944693 0.000000 0.327955 -vn 0.707106 0.000000 -0.707107 -vn 0.707106 0.000000 -0.707107 -vn 0.707106 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn 0.707107 0.000000 -0.707106 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707106 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 0.328000 0.000000 0.944678 -vn 0.328000 0.000000 0.944678 -vn 0.328000 0.000000 0.944678 -vn 0.328324 0.000000 0.944565 -vn 0.328324 0.000000 0.944565 -vn 0.328324 0.000000 0.944565 -vn 0.000000 0.000000 0.000000 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328136 0.000000 0.944631 -vn -0.328136 0.000000 0.944631 -vn -0.328136 0.000000 0.944631 -vn -0.327871 0.000000 0.944722 -vn -0.327871 0.000000 0.944722 -vn -0.327871 0.000000 0.944722 -vn -0.328055 0.000000 0.944659 -vn -0.328056 0.000000 0.944658 -vn -0.328055 0.000000 0.944659 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.328048 0.000000 0.944661 -vn 0.328048 0.000000 0.944661 -vn 0.328048 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.328032 0.000000 0.944667 -vn -0.328032 0.000000 0.944667 -vn -0.328032 0.000000 0.944667 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.327986 0.000000 0.944683 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.328002 0.000000 0.944677 -vn 0.328002 0.000000 0.944677 -vn 0.328002 0.000000 0.944677 -vn 0.328024 0.000000 0.944669 -vn 0.328024 0.000000 0.944669 -vn 0.328024 0.000000 0.944669 -vn 0.328013 0.000000 0.944673 -vn 0.328013 0.000000 0.944673 -vn 0.328013 0.000000 0.944673 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.328009 0.000000 0.944675 -vn -0.328009 0.000000 0.944675 -vn -0.328009 0.000000 0.944675 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.111156 0.000000 0.993803 -vn -0.111156 0.000000 0.993803 -vn -0.111156 0.000000 0.993803 -vn 0.328013 0.000000 0.944673 -vn 0.328013 0.000000 0.944673 -vn 0.328013 0.000000 0.944673 -vn 0.328024 0.000000 0.944669 -vn 0.328024 0.000000 0.944669 -vn 0.328024 0.000000 0.944669 -vn 0.328025 0.000000 0.944669 -vn 0.328025 0.000000 0.944669 -vn 0.328025 0.000000 0.944669 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328043 0.000000 0.944663 -vn -0.328043 0.000000 0.944663 -vn -0.328043 0.000000 0.944663 -vn -0.327987 0.000000 0.944682 -vn -0.327987 0.000000 0.944682 -vn -0.327987 0.000000 0.944682 -vn -0.328008 0.000000 0.944675 -vn -0.328008 0.000000 0.944675 -vn -0.328008 0.000000 0.944675 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.328000 0.000000 0.944678 -vn 0.328000 0.000000 0.944678 -vn 0.328000 0.000000 0.944678 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.327955 0.000000 0.944693 -vn 0.327955 0.000000 0.944693 -vn 0.327955 0.000000 0.944693 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.327952 0.000000 0.944694 -vn -0.327952 0.000000 0.944694 -vn -0.327952 0.000000 0.944694 -vn -0.328056 0.000000 0.944658 -vn -0.328056 0.000000 0.944658 -vn -0.328056 0.000000 0.944658 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111165 0.000000 0.993802 -vn 0.111165 0.000000 0.993802 -vn 0.111165 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.327955 0.000000 0.944693 -vn 0.327955 0.000000 0.944693 -vn 0.327955 0.000000 0.944693 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.000000 0.000000 0.000000 -vn 0.328048 0.000000 0.944661 -vn 0.328048 0.000000 0.944661 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328136 0.000000 0.944631 -vn -0.328136 0.000000 0.944631 -vn -0.328136 0.000000 0.944631 -vn -0.328010 0.000000 0.944674 -vn 0.000000 0.000000 0.000000 -vn -0.328010 0.000000 0.944674 -vn -0.327929 0.000000 0.944702 -vn -0.327929 0.000000 0.944702 -vn -0.327929 0.000000 0.944702 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328010 0.000000 0.944674 -vn -0.328010 0.000000 0.944674 -vn -0.328010 0.000000 0.944674 -vn -0.327997 0.000000 0.944679 -vn -0.327996 0.000000 0.944679 -vn -0.327996 0.000000 0.944679 -vn 0.000000 0.000000 0.000000 -vn -0.328228 0.000000 0.944598 -vn -0.328228 0.000000 0.944599 -vn -0.328136 0.000000 0.944631 -vn -0.328136 0.000000 0.944631 -vn -0.328135 0.000000 0.944631 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn 0.111154 -0.000000 0.993803 -vn 0.111154 -0.000000 0.993803 -vn 0.111154 -0.000000 0.993803 -vn 0.328009 0.000000 0.944675 -vn 0.328009 0.000000 0.944675 -vn 0.328009 0.000000 0.944675 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn 0.327978 0.000000 0.944685 -vn 0.327978 0.000000 0.944685 -vn 0.327978 0.000000 0.944685 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328002 0.000000 0.944677 -vn 0.328002 0.000000 0.944677 -vn 0.328002 0.000000 0.944677 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.328044 0.000000 0.944663 -vn -0.328044 0.000000 0.944662 -vn -0.328044 0.000000 0.944662 -vn 0.328048 0.000000 0.944661 -vn 0.328048 0.000000 0.944661 -vn 0.000000 0.000000 0.000000 -vn 0.327955 0.000000 0.944693 -vn 0.327955 0.000000 0.944693 -vn 0.327955 0.000000 0.944693 -vn 0.328048 0.000000 0.944661 -vn 0.328048 0.000000 0.944661 -vn 0.328048 0.000000 0.944661 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111154 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.328001 -0.000000 0.944677 -vn 0.000000 -0.000000 0.000000 -vn 0.328001 -0.000000 0.944677 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111153 -0.000000 0.993803 -vn 0.111153 -0.000000 0.993803 -vn 0.111153 -0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.327956 0.000000 0.944693 -vn 0.327956 0.000000 0.944693 -vn 0.327956 0.000000 0.944693 -vn 0.328139 0.000000 0.944629 -vn 0.328140 0.000000 0.944629 -vn 0.328139 0.000000 0.944629 -vn 0.327863 0.000000 0.944725 -vn 0.327863 0.000000 0.944725 -vn 0.327863 0.000000 0.944725 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328044 0.000000 0.944662 -vn -0.328044 0.000000 0.944662 -vn -0.328044 0.000000 0.944662 -vn 0.328002 0.000000 0.944677 -vn 0.328002 0.000000 0.944677 -vn 0.328002 0.000000 0.944677 -vn 0.328001 0.000000 0.944677 -vn 0.328001 0.000000 0.944677 -vn 0.328001 0.000000 0.944677 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.328047 0.000000 0.944661 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn 0.111153 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.327997 0.000000 0.944679 -vn -0.327997 0.000000 0.944679 -vn -0.327997 0.000000 0.944679 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328044 0.000000 0.944662 -vn -0.328044 0.000000 0.944663 -vn -0.328044 0.000000 0.944662 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328044 0.000000 0.944662 -vn -0.328044 0.000000 0.944662 -vn 0.000000 0.000000 0.000000 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.111155 0.000000 0.993803 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.327998 0.000000 0.944678 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn -0.111167 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn 0.111166 0.000000 0.993802 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.111154 0.000000 0.993803 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.328021 0.000000 0.944670 -vn -0.327952 0.000000 0.944694 -vn -0.327952 0.000000 0.944694 -vn -0.327952 0.000000 0.944694 -vn -0.328043 0.000000 0.944663 -vn -0.328043 0.000000 0.944663 -vn -0.328043 0.000000 0.944663 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.707107 0.000000 0.707106 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.491653 0.615642 0.615842 -vn 0.491653 0.615642 0.615842 -vn 0.491653 0.615642 0.615842 -vn 0.491461 0.615829 0.615809 -vn 0.491461 0.615829 0.615809 -vn 0.491461 0.615829 0.615809 -vn -0.706939 0.500193 0.500044 -vn -0.706939 0.500193 0.500044 -vn -0.706939 0.500193 0.500044 -vn -0.707191 0.499777 0.500104 -vn -0.707191 0.499777 0.500104 -vn -0.707191 0.499777 0.500104 -vn -0.964617 0.186482 0.186384 -vn -0.964617 0.186482 0.186384 -vn -0.964617 0.186482 0.186384 -vn -0.964629 0.186412 0.186390 -vn -0.964629 0.186412 0.186390 -vn -0.964629 0.186412 0.186390 -vn -1.000000 0.000044 -0.000032 -vn -1.000000 0.000044 -0.000032 -vn -1.000000 0.000044 -0.000032 -vn -1.000000 0.000000 -0.000014 -vn -1.000000 0.000000 -0.000014 -vn -1.000000 0.000000 -0.000014 -vn -0.900253 -0.307801 -0.307901 -vn -0.900253 -0.307801 -0.307901 -vn -0.900253 -0.307801 -0.307901 -vn -0.900198 -0.307956 -0.307908 -vn -0.900198 -0.307956 -0.307908 -vn -0.900198 -0.307956 -0.307908 -vn -0.723148 -0.488488 -0.488300 -vn -0.723148 -0.488488 -0.488300 -vn -0.723148 -0.488488 -0.488300 -vn -0.723329 -0.488139 -0.488381 -vn -0.723329 -0.488139 -0.488381 -vn -0.723329 -0.488139 -0.488381 -vn -0.444044 -0.633571 -0.633571 -vn -0.444044 -0.633571 -0.633571 -vn -0.444044 -0.633571 -0.633571 -vn -0.444003 -0.633622 -0.633550 -vn -0.444003 -0.633622 -0.633549 -vn -0.444003 -0.633622 -0.633550 -vn -0.555560 -0.587965 -0.587921 -vn -0.555560 -0.587965 -0.587921 -vn -0.555560 -0.587965 -0.587921 -vn -0.555600 -0.587924 -0.587924 -vn -0.555600 -0.587924 -0.587924 -vn -0.555600 -0.587924 -0.587924 -vn -0.706960 -0.500193 -0.500014 -vn -0.706960 -0.500193 -0.500014 -vn -0.706960 -0.500193 -0.500014 -vn -0.706997 -0.500122 -0.500033 -vn -0.706997 -0.500122 -0.500033 -vn -0.706997 -0.500122 -0.500033 -vn -0.402636 -0.647237 -0.647277 -vn -0.402637 -0.647237 -0.647277 -vn -0.402637 -0.647237 -0.647277 -vn -0.402643 -0.647229 -0.647281 -vn -0.402643 -0.647229 -0.647281 -vn -0.402643 -0.647229 -0.647281 -vn -0.568505 -0.581707 -0.581738 -vn -0.568505 -0.581707 -0.581738 -vn -0.568505 -0.581707 -0.581738 -vn -0.568495 -0.581704 -0.581751 -vn -0.568495 -0.581704 -0.581751 -vn -0.568495 -0.581704 -0.581751 -vn -0.595679 -0.567917 -0.568012 -vn -0.595679 -0.567917 -0.568012 -vn -0.595679 -0.567917 -0.568012 -vn -0.595593 -0.568021 -0.567998 -vn -0.595593 -0.568021 -0.567998 -vn -0.595593 -0.568021 -0.567998 -vn -0.415962 -0.643072 -0.642989 -vn -0.415962 -0.643072 -0.642989 -vn -0.415962 -0.643072 -0.642989 -vn -0.415937 -0.643038 -0.643038 -vn -0.415937 -0.643038 -0.643038 -vn -0.415937 -0.643038 -0.643038 -vn -0.587299 -0.572275 -0.572348 -vn -0.587299 -0.572275 -0.572348 -vn -0.587299 -0.572275 -0.572348 -vn -0.587420 -0.572275 -0.572223 -vn -0.587420 -0.572275 -0.572223 -vn -0.587420 -0.572275 -0.572223 -vn -0.503776 -0.610854 -0.610793 -vn -0.503776 -0.610854 -0.610793 -vn -0.503776 -0.610854 -0.610793 -vn -0.503784 -0.610781 -0.610858 -vn -0.503784 -0.610781 -0.610858 -vn -0.503784 -0.610781 -0.610858 -vn -0.504954 -0.610357 -0.610317 -vn -0.504954 -0.610357 -0.610317 -vn -0.504954 -0.610357 -0.610317 -vn -0.504959 -0.610300 -0.610369 -vn -0.504959 -0.610300 -0.610369 -vn -0.504959 -0.610300 -0.610369 -vn -0.616479 -0.556492 -0.557020 -vn -0.616479 -0.556492 -0.557020 -vn -0.616479 -0.556492 -0.557020 -vn -0.615568 -0.557354 -0.557166 -vn -0.615568 -0.557353 -0.557166 -vn -0.615568 -0.557353 -0.557166 -vn -0.452451 -0.630590 -0.630590 -vn -0.452451 -0.630590 -0.630590 -vn -0.452451 -0.630590 -0.630590 -vn -0.452447 -0.630613 -0.630570 -vn -0.452447 -0.630613 -0.630570 -vn -0.452447 -0.630613 -0.630570 -vn -0.552770 -0.589256 -0.589256 -vn -0.552770 -0.589256 -0.589256 -vn -0.552770 -0.589256 -0.589256 -vn -0.552812 -0.589273 -0.589199 -vn -0.552812 -0.589273 -0.589199 -vn -0.552812 -0.589273 -0.589199 -vn -0.654872 -0.534349 -0.534428 -vn -0.654872 -0.534349 -0.534428 -vn -0.654872 -0.534349 -0.534428 -vn -0.654550 -0.534611 -0.534562 -vn -0.654550 -0.534611 -0.534562 -vn -0.654550 -0.534611 -0.534562 -vn -0.391213 -0.650771 -0.650729 -vn -0.391213 -0.650772 -0.650729 -vn -0.391213 -0.650772 -0.650729 -vn -0.391316 -0.650741 -0.650698 -vn -0.391316 -0.650741 -0.650698 -vn -0.391316 -0.650741 -0.650698 -vn -0.575015 -0.578480 -0.578549 -vn -0.575015 -0.578480 -0.578549 -vn -0.575015 -0.578480 -0.578549 -vn -0.574886 -0.578621 -0.578536 -vn -0.574886 -0.578621 -0.578536 -vn -0.574886 -0.578621 -0.578536 -vn -0.572799 -0.579582 -0.579643 -vn -0.572799 -0.579582 -0.579643 -vn -0.572799 -0.579582 -0.579643 -vn -0.572843 -0.579601 -0.579580 -vn -0.572843 -0.579601 -0.579580 -vn -0.572843 -0.579601 -0.579580 -vn -0.434804 -0.636788 -0.636747 -vn -0.434804 -0.636788 -0.636747 -vn -0.434804 -0.636788 -0.636747 -vn -0.434812 -0.636770 -0.636759 -vn -0.434812 -0.636770 -0.636759 -vn -0.434812 -0.636770 -0.636759 -vn -0.592324 -0.569733 -0.569699 -vn -0.592324 -0.569733 -0.569699 -vn -0.592324 -0.569733 -0.569699 -vn -0.592376 -0.569689 -0.569689 -vn -0.592376 -0.569689 -0.569689 -vn -0.592376 -0.569689 -0.569689 -vn -0.477108 -0.621415 -0.621459 -vn -0.477108 -0.621415 -0.621459 -vn -0.477108 -0.621415 -0.621459 -vn -0.477164 -0.621402 -0.621429 -vn -0.477164 -0.621402 -0.621429 -vn -0.477164 -0.621402 -0.621429 -vn -0.532202 -0.598609 -0.598689 -vn -0.532202 -0.598609 -0.598689 -vn -0.532202 -0.598609 -0.598689 -vn -0.532136 -0.598709 -0.598648 -vn -0.532136 -0.598709 -0.598648 -vn -0.532136 -0.598709 -0.598648 -vn -0.706775 -0.500361 -0.500107 -vn -0.706775 -0.500361 -0.500107 -vn -0.706775 -0.500361 -0.500107 -vn -0.707554 -0.499349 -0.500017 -vn -0.707554 -0.499349 -0.500017 -vn -0.707554 -0.499349 -0.500017 -vn -0.428657 -0.638848 -0.638848 -vn -0.428657 -0.638848 -0.638848 -vn -0.428657 -0.638848 -0.638848 -vn -0.428670 -0.638812 -0.638875 -vn -0.428670 -0.638812 -0.638874 -vn -0.428670 -0.638812 -0.638875 -vn -0.564964 -0.583458 -0.583431 -vn -0.564964 -0.583458 -0.583431 -vn -0.564964 -0.583458 -0.583431 -vn -0.564999 -0.583421 -0.583435 -vn -0.564999 -0.583421 -0.583435 -vn -0.564999 -0.583421 -0.583435 -vn -0.639683 -0.543510 -0.543510 -vn -0.639683 -0.543510 -0.543510 -vn -0.639683 -0.543510 -0.543510 -vn -0.639758 -0.543450 -0.543481 -vn -0.639758 -0.543450 -0.543481 -vn -0.639758 -0.543450 -0.543481 -vn -0.392800 -0.650251 -0.650293 -vn -0.392800 -0.650251 -0.650293 -vn -0.392800 -0.650251 -0.650293 -vn -0.392722 -0.650349 -0.650243 -vn -0.392722 -0.650349 -0.650243 -vn -0.392722 -0.650349 -0.650243 -vn -0.579818 -0.576152 -0.576073 -vn -0.579818 -0.576152 -0.576073 -vn -0.579818 -0.576152 -0.576073 -vn -0.580023 -0.575999 -0.576019 -vn -0.580023 -0.575999 -0.576019 -vn -0.580023 -0.575999 -0.576019 -vn -0.544745 -0.592967 -0.592995 -vn -0.544745 -0.592967 -0.592995 -vn -0.544745 -0.592967 -0.592995 -vn -0.544727 -0.592966 -0.593012 -vn -0.544727 -0.592966 -0.593012 -vn -0.544727 -0.592966 -0.593012 -vn -0.459722 -0.627920 -0.627990 -vn -0.459722 -0.627920 -0.627990 -vn -0.459722 -0.627920 -0.627990 -vn -0.459675 -0.627993 -0.627952 -vn -0.459675 -0.627993 -0.627952 -vn -0.459675 -0.627993 -0.627952 -vn -0.601742 -0.564712 -0.564807 -vn -0.601742 -0.564712 -0.564807 -vn -0.601742 -0.564712 -0.564807 -vn -0.601699 -0.564726 -0.564839 -vn -0.601699 -0.564726 -0.564839 -vn -0.601699 -0.564726 -0.564839 -vn -0.452136 -0.630728 -0.630678 -vn -0.452136 -0.630728 -0.630678 -vn -0.452136 -0.630728 -0.630678 -vn -0.452162 -0.630631 -0.630756 -vn -0.452162 -0.630631 -0.630756 -vn -0.452162 -0.630631 -0.630756 -vn -0.550259 -0.590456 -0.590404 -vn -0.550259 -0.590456 -0.590404 -vn -0.550259 -0.590456 -0.590404 -vn -0.550235 -0.590430 -0.590452 -vn -0.550235 -0.590430 -0.590452 -vn -0.550235 -0.590430 -0.590452 -vn -0.707082 -0.500054 -0.499981 -vn -0.707082 -0.500054 -0.499981 -vn -0.707082 -0.500054 -0.499981 -vn -0.707271 -0.499947 -0.499821 -vn -0.707271 -0.499947 -0.499821 -vn -0.707271 -0.499947 -0.499821 -vn -0.403801 -0.646894 -0.646894 -vn -0.403801 -0.646894 -0.646894 -vn -0.403801 -0.646894 -0.646894 -vn -0.403766 -0.646905 -0.646905 -vn -0.403766 -0.646905 -0.646905 -vn -0.403766 -0.646905 -0.646905 -vn -0.568089 -0.581984 -0.581867 -vn -0.568090 -0.581984 -0.581867 -vn -0.568089 -0.581984 -0.581867 -vn -0.568221 -0.581832 -0.581890 -vn -0.568221 -0.581832 -0.581890 -vn -0.568221 -0.581832 -0.581890 -vn -0.613615 -0.558335 -0.558335 -vn -0.613615 -0.558335 -0.558335 -vn -0.613615 -0.558335 -0.558335 -vn -0.613650 -0.558348 -0.558284 -vn -0.613650 -0.558348 -0.558284 -vn -0.613650 -0.558348 -0.558284 -vn -0.407311 -0.645765 -0.645821 -vn -0.407311 -0.645765 -0.645821 -vn -0.407311 -0.645765 -0.645821 -vn -0.407301 -0.645786 -0.645807 -vn -0.407301 -0.645786 -0.645807 -vn -0.407301 -0.645786 -0.645807 -vn -0.584375 -0.573752 -0.573860 -vn -0.584375 -0.573752 -0.573860 -vn -0.584375 -0.573752 -0.573860 -vn -0.584353 -0.573913 -0.573721 -vn -0.584352 -0.573913 -0.573721 -vn -0.584353 -0.573913 -0.573721 -vn -0.515768 -0.605766 -0.605831 -vn -0.515768 -0.605766 -0.605831 -vn -0.515768 -0.605766 -0.605831 -vn -0.515724 -0.605849 -0.605785 -vn -0.515724 -0.605849 -0.605785 -vn -0.515724 -0.605849 -0.605785 -vn -0.487828 -0.617262 -0.617262 -vn -0.487828 -0.617262 -0.617262 -vn -0.487828 -0.617262 -0.617262 -vn -0.487837 -0.617288 -0.617228 -vn -0.487837 -0.617288 -0.617228 -vn -0.487837 -0.617288 -0.617228 -vn -0.615951 -0.556915 -0.557181 -vn -0.615951 -0.556915 -0.557181 -vn -0.615951 -0.556915 -0.557181 -vn -0.615749 -0.557244 -0.557074 -vn -0.615749 -0.557244 -0.557074 -vn -0.615749 -0.557244 -0.557074 -vn -0.431059 -0.638017 -0.638062 -vn -0.431059 -0.638016 -0.638062 -vn -0.431059 -0.638016 -0.638062 -vn -0.430925 -0.638136 -0.638033 -vn -0.430925 -0.638136 -0.638033 -vn -0.430925 -0.638136 -0.638033 -vn -0.563957 -0.583939 -0.583925 -vn -0.563957 -0.583939 -0.583925 -vn -0.563957 -0.583939 -0.583925 -vn -0.564086 -0.583887 -0.583852 -vn -0.564086 -0.583887 -0.583852 -vn -0.564086 -0.583887 -0.583852 -vn -0.707055 -0.500084 -0.499989 -vn -0.707055 -0.500084 -0.499989 -vn -0.707055 -0.500084 -0.499989 -vn -0.707192 -0.499910 -0.499970 -vn -0.707192 -0.499910 -0.499970 -vn -0.707192 -0.499910 -0.499970 -vn -0.398315 -0.648614 -0.648571 -vn -0.398315 -0.648614 -0.648571 -vn -0.398315 -0.648614 -0.648571 -vn -0.398403 -0.648545 -0.648587 -vn -0.398403 -0.648545 -0.648587 -vn -0.398403 -0.648545 -0.648587 -vn -0.567923 -0.581990 -0.582023 -vn -0.567923 -0.581990 -0.582023 -vn -0.567923 -0.581990 -0.582023 -vn -0.567882 -0.582002 -0.582052 -vn -0.567882 -0.582002 -0.582052 -vn -0.567881 -0.582002 -0.582052 -vn -0.578226 -0.576912 -0.576912 -vn -0.578226 -0.576912 -0.576912 -vn -0.578226 -0.576912 -0.576912 -vn -0.578278 -0.576892 -0.576881 -vn -0.578278 -0.576892 -0.576881 -vn -0.578278 -0.576892 -0.576881 -vn -0.429990 -0.638400 -0.638400 -vn -0.429990 -0.638400 -0.638400 -vn -0.429990 -0.638400 -0.638400 -vn -0.429950 -0.638444 -0.638382 -vn -0.429950 -0.638444 -0.638382 -vn -0.429950 -0.638444 -0.638382 -vn -0.595215 -0.568207 -0.568207 -vn -0.595215 -0.568207 -0.568207 -vn -0.595215 -0.568207 -0.568207 -vn -0.595221 -0.568227 -0.568181 -vn -0.595221 -0.568227 -0.568181 -vn -0.595221 -0.568227 -0.568181 -vn -0.649448 -0.537661 -0.537716 -vn -0.649448 -0.537661 -0.537716 -vn -0.649448 -0.537661 -0.537716 -vn -0.649408 -0.537713 -0.537713 -vn -0.649408 -0.537713 -0.537713 -vn -0.649408 -0.537713 -0.537713 -vn -0.800412 -0.423841 -0.423910 -vn -0.800412 -0.423841 -0.423910 -vn -0.800412 -0.423841 -0.423910 -vn -0.800472 -0.423853 -0.423784 -vn -0.800472 -0.423853 -0.423784 -vn -0.800472 -0.423853 -0.423784 -vn -1.000000 0.000026 -0.000020 -vn -1.000000 0.000026 -0.000020 -vn -1.000000 0.000026 -0.000020 -vn -1.000000 -0.000019 0.000020 -vn -1.000000 -0.000019 0.000020 -vn -1.000000 -0.000019 0.000020 -vn -0.825722 0.398915 0.398811 -vn -0.825722 0.398915 0.398811 -vn -0.825722 0.398915 0.398811 -vn -0.825744 0.398765 0.398915 -vn -0.825744 0.398765 0.398915 -vn -0.825744 0.398765 0.398915 -vn -0.712748 0.495977 0.495981 -vn -0.712748 0.495977 0.495981 -vn -0.712748 0.495977 0.495981 -vn -0.712700 0.496006 0.496021 -vn -0.712700 0.496006 0.496021 -vn -0.712700 0.496006 0.496021 -vn -0.587280 0.572370 0.572271 -vn -0.587280 0.572370 0.572271 -vn -0.587280 0.572370 0.572271 -vn -0.587330 0.572321 0.572270 -vn -0.587330 0.572321 0.572270 -vn -0.587330 0.572321 0.572269 -vn -0.398721 0.648439 0.648496 -vn -0.398721 0.648439 0.648496 -vn -0.398721 0.648439 0.648496 -vn -0.398721 0.648505 0.648431 -vn -0.398721 0.648505 0.648431 -vn -0.398721 0.648505 0.648431 -vn -0.639608 0.543569 0.543539 -vn -0.639608 0.543569 0.543538 -vn -0.639608 0.543569 0.543539 -vn -0.639665 0.543475 0.543566 -vn -0.639665 0.543475 0.543566 -vn -0.639665 0.543475 0.543566 -vn -0.563138 0.584292 0.584362 -vn -0.563138 0.584292 0.584362 -vn -0.563138 0.584292 0.584362 -vn -0.563086 0.584359 0.584345 -vn -0.563086 0.584359 0.584345 -vn -0.563086 0.584359 0.584345 -vn -0.419779 0.641828 0.641749 -vn -0.419779 0.641828 0.641749 -vn -0.419779 0.641828 0.641749 -vn -0.419768 0.641782 0.641803 -vn -0.419768 0.641782 0.641803 -vn -0.419768 0.641782 0.641803 -vn -0.706710 0.500571 0.499990 -vn -0.706710 0.500571 0.499990 -vn -0.706710 0.500571 0.499990 -vn -0.706833 0.499963 0.500425 -vn -0.706833 0.499963 0.500425 -vn -0.706833 0.499963 0.500425 -vn -0.534288 0.597734 0.597705 -vn -0.534288 0.597734 0.597705 -vn -0.534288 0.597734 0.597705 -vn -0.534335 0.597708 0.597688 -vn -0.534335 0.597708 0.597688 -vn -0.534335 0.597708 0.597688 -vn -0.480078 0.620251 0.620334 -vn -0.480078 0.620251 0.620334 -vn -0.480078 0.620251 0.620334 -vn -0.480012 0.620379 0.620256 -vn -0.480012 0.620380 0.620256 -vn -0.480012 0.620380 0.620256 -vn -0.599043 0.566244 0.566141 -vn -0.599043 0.566244 0.566141 -vn -0.599043 0.566244 0.566141 -vn -0.599347 0.565937 0.566126 -vn -0.599347 0.565937 0.566126 -vn -0.599347 0.565937 0.566126 -vn -0.432084 0.637686 0.637698 -vn -0.432084 0.637686 0.637698 -vn -0.432084 0.637686 0.637698 -vn -0.432038 0.637703 0.637713 -vn -0.432038 0.637703 0.637713 -vn -0.432038 0.637703 0.637713 -vn -0.564848 0.583519 0.583484 -vn -0.564848 0.583519 0.583484 -vn -0.564848 0.583519 0.583484 -vn -0.564928 0.583513 0.583412 -vn -0.564928 0.583513 0.583412 -vn -0.564928 0.583513 0.583412 -vn -0.573150 0.579404 0.579474 -vn -0.573150 0.579404 0.579474 -vn -0.573150 0.579404 0.579474 -vn -0.573128 0.579494 0.579406 -vn -0.573128 0.579494 0.579406 -vn -0.573128 0.579494 0.579406 -vn -0.396774 0.649059 0.649071 -vn -0.396774 0.649059 0.649071 -vn -0.396774 0.649059 0.649071 -vn -0.396748 0.649025 0.649120 -vn -0.396748 0.649025 0.649120 -vn -0.396748 0.649025 0.649120 -vn -0.654835 0.534510 0.534313 -vn -0.654835 0.534510 0.534313 -vn -0.654835 0.534509 0.534313 -vn -0.654980 0.534327 0.534318 -vn -0.654980 0.534327 0.534318 -vn -0.654980 0.534327 0.534318 -vn -0.553830 0.588710 0.588806 -vn -0.553830 0.588710 0.588806 -vn -0.553830 0.588710 0.588806 -vn -0.553776 0.588814 0.588753 -vn -0.553776 0.588814 0.588753 -vn -0.553776 0.588814 0.588753 -vn -0.450653 0.631251 0.631217 -vn -0.450653 0.631251 0.631217 -vn -0.450653 0.631251 0.631217 -vn -0.450700 0.631180 0.631254 -vn -0.450700 0.631180 0.631254 -vn -0.450700 0.631180 0.631254 -vn -0.619047 0.555183 0.555475 -vn -0.619047 0.555183 0.555475 -vn -0.619047 0.555183 0.555475 -vn -0.618679 0.555549 0.555519 -vn -0.618679 0.555549 0.555519 -vn -0.618679 0.555549 0.555519 -vn -0.507610 0.609234 0.609234 -vn -0.507610 0.609234 0.609234 -vn -0.507610 0.609234 0.609234 -vn -0.507666 0.609235 0.609186 -vn -0.507666 0.609235 0.609186 -vn -0.507666 0.609235 0.609186 -vn -0.505214 0.610198 0.610259 -vn -0.505214 0.610198 0.610259 -vn -0.505214 0.610199 0.610259 -vn -0.505197 0.610251 0.610221 -vn -0.505197 0.610251 0.610221 -vn -0.505197 0.610251 0.610221 -vn -0.590476 0.570727 0.570621 -vn -0.590476 0.570727 0.570621 -vn -0.590476 0.570727 0.570621 -vn -0.590632 0.570481 0.570705 -vn -0.590632 0.570481 0.570706 -vn -0.590632 0.570481 0.570706 -vn -0.409922 0.644954 0.644980 -vn -0.409922 0.644954 0.644980 -vn -0.409922 0.644954 0.644980 -vn -0.409907 0.644971 0.644971 -vn -0.409907 0.644971 0.644971 -vn -0.409907 0.644971 0.644971 -vn -0.597187 0.567183 0.567160 -vn -0.597187 0.567183 0.567160 -vn -0.597187 0.567183 0.567160 -vn -0.597172 0.567162 0.567197 -vn -0.597172 0.567162 0.567197 -vn -0.597172 0.567162 0.567197 -vn -0.572295 0.579846 0.579877 -vn -0.572295 0.579846 0.579877 -vn -0.572295 0.579846 0.579877 -vn -0.572293 0.579886 0.579839 -vn -0.572293 0.579886 0.579839 -vn -0.572293 0.579886 0.579839 -vn -0.395542 0.649462 0.649420 -vn -0.395542 0.649462 0.649420 -vn -0.395542 0.649462 0.649420 -vn -0.395419 0.649510 0.649447 -vn -0.395419 0.649510 0.649447 -vn -0.395419 0.649510 0.649447 -vn -0.706672 0.500376 0.500238 -vn -0.706672 0.500376 0.500238 -vn -0.706672 0.500376 0.500238 -vn -0.707280 0.499878 0.499878 -vn -0.707280 0.499878 0.499878 -vn -0.707280 0.499878 0.499878 -vn -0.560694 0.585501 0.585501 -vn -0.560694 0.585501 0.585501 -vn -0.560694 0.585501 0.585501 -vn -0.560803 0.585426 0.585471 -vn -0.560803 0.585426 0.585471 -vn -0.560803 0.585426 0.585471 -vn -0.440653 0.634730 0.634778 -vn -0.440653 0.634730 0.634778 -vn -0.440653 0.634730 0.634778 -vn -0.440618 0.634772 0.634760 -vn -0.440618 0.634772 0.634760 -vn -0.440618 0.634772 0.634760 -vn -0.605353 0.562826 0.562826 -vn -0.605353 0.562826 0.562826 -vn -0.605353 0.562827 0.562827 -vn -0.605473 0.562771 0.562754 -vn -0.605473 0.562771 0.562754 -vn -0.605473 0.562771 0.562754 -vn -0.472287 0.623296 0.623256 -vn -0.472287 0.623296 0.623256 -vn -0.472287 0.623296 0.623255 -vn -0.472257 0.623277 0.623297 -vn -0.472257 0.623277 0.623297 -vn -0.472257 0.623277 0.623297 -vn -0.530726 0.599338 0.599270 -vn -0.530726 0.599338 0.599270 -vn -0.530726 0.599338 0.599270 -vn -0.530849 0.599224 0.599275 -vn -0.530849 0.599224 0.599275 -vn -0.530849 0.599224 0.599275 -vn -0.582536 0.574696 0.574783 -vn -0.582536 0.574696 0.574783 -vn -0.582536 0.574696 0.574783 -vn -0.582460 0.574789 0.574768 -vn -0.582460 0.574789 0.574768 -vn -0.582460 0.574790 0.574768 -vn -0.403304 0.647038 0.647061 -vn -0.403304 0.647038 0.647061 -vn -0.403304 0.647038 0.647061 -vn -0.403319 0.647039 0.647050 -vn -0.403319 0.647040 0.647050 -vn -0.403319 0.647040 0.647050 -vn -0.610459 0.560048 0.560076 -vn -0.610459 0.560048 0.560076 -vn -0.610459 0.560048 0.560076 -vn -0.610446 0.560111 0.560028 -vn -0.610446 0.560111 0.560028 -vn -0.610446 0.560111 0.560028 -vn -0.557579 0.586958 0.587015 -vn -0.557579 0.586958 0.587015 -vn -0.557579 0.586958 0.587015 -vn -0.557587 0.586961 0.587004 -vn -0.557587 0.586961 0.587004 -vn -0.557587 0.586961 0.587004 -vn -0.424704 0.640187 0.640146 -vn -0.424704 0.640187 0.640146 -vn -0.424704 0.640187 0.640146 -vn -0.424648 0.640185 0.640185 -vn -0.424648 0.640185 0.640185 -vn -0.424648 0.640185 0.640185 -vn -0.706766 0.500076 0.500406 -vn -0.706766 0.500076 0.500406 -vn -0.706766 0.500076 0.500406 -vn -0.706916 0.500267 0.500003 -vn -0.706916 0.500267 0.500003 -vn -0.706916 0.500267 0.500003 -vn -0.541920 0.594316 0.594232 -vn -0.541920 0.594316 0.594232 -vn -0.541920 0.594316 0.594232 -vn -0.541999 0.594201 0.594274 -vn -0.541999 0.594201 0.594274 -vn -0.541999 0.594201 0.594274 -vn -0.463682 0.626498 0.626498 -vn -0.463683 0.626498 0.626498 -vn -0.463683 0.626498 0.626498 -vn -0.463718 0.626481 0.626488 -vn -0.463718 0.626481 0.626488 -vn -0.463718 0.626481 0.626488 -vn -0.598509 0.566351 0.566598 -vn -0.598509 0.566351 0.566598 -vn -0.598509 0.566351 0.566598 -vn -0.598157 0.566701 0.566619 -vn -0.598157 0.566701 0.566619 -vn -0.598157 0.566701 0.566619 -vn -0.445953 0.632882 0.632918 -vn -0.445953 0.632882 0.632918 -vn -0.445953 0.632882 0.632918 -vn -0.445918 0.632928 0.632898 -vn -0.445918 0.632928 0.632898 -vn -0.445918 0.632928 0.632898 -vn -0.553726 0.588845 0.588769 -vn -0.553726 0.588845 0.588769 -vn -0.553726 0.588845 0.588769 -vn -0.553743 0.588747 0.588851 -vn -0.553743 0.588747 0.588851 -vn -0.553743 0.588747 0.588851 -vn -0.578718 0.576646 0.576684 -vn -0.578718 0.576647 0.576684 -vn -0.578718 0.576646 0.576684 -vn -0.578652 0.576712 0.576684 -vn -0.578652 0.576712 0.576684 -vn -0.578652 0.576712 0.576684 -vn -0.396521 0.649142 0.649142 -vn -0.396521 0.649142 0.649142 -vn -0.396521 0.649142 0.649142 -vn -0.396590 0.649131 0.649110 -vn -0.396590 0.649131 0.649110 -vn -0.396590 0.649131 0.649110 -vn -0.656555 0.533373 0.533338 -vn -0.656555 0.533373 0.533338 -vn -0.656555 0.533373 0.533338 -vn -0.656559 0.533327 0.533379 -vn -0.656559 0.533327 0.533379 -vn -0.656559 0.533327 0.533379 -vn -0.562934 0.584438 0.584413 -vn -0.562934 0.584438 0.584413 -vn -0.562934 0.584438 0.584413 -vn -0.562926 0.584410 0.584448 -vn -0.562926 0.584410 0.584448 -vn -0.562926 0.584410 0.584448 -vn -0.596933 0.567291 0.567319 -vn -0.596933 0.567291 0.567319 -vn -0.596933 0.567291 0.567319 -vn -0.596922 0.567304 0.567318 -vn -0.596922 0.567304 0.567318 -vn -0.596922 0.567304 0.567318 -vn -0.823750 -0.400876 -0.400916 -vn -0.823751 -0.400876 -0.400916 -vn -0.823750 -0.400876 -0.400916 -vn -0.823715 -0.400962 -0.400903 -vn -0.823715 -0.400962 -0.400903 -vn -0.823715 -0.400962 -0.400903 -vn -0.696467 -0.507581 -0.507243 -vn -0.696467 -0.507581 -0.507243 -vn -0.696467 -0.507581 -0.507243 -vn -0.696602 -0.507235 -0.507404 -vn -0.696602 -0.507235 -0.507404 -vn -0.696602 -0.507235 -0.507404 -vn -0.450699 -0.631203 -0.631232 -vn -0.450699 -0.631202 -0.631232 -vn -0.450699 -0.631203 -0.631232 -vn -0.450739 -0.631214 -0.631192 -vn -0.450739 -0.631214 -0.631192 -vn -0.450739 -0.631214 -0.631192 -vn -0.551891 -0.589644 -0.589692 -vn -0.551891 -0.589644 -0.589692 -vn -0.551891 -0.589644 -0.589692 -vn -0.551880 -0.589704 -0.589643 -vn -0.551880 -0.589704 -0.589643 -vn -0.551880 -0.589704 -0.589643 -vn -0.654386 -0.534666 -0.534707 -vn -0.654386 -0.534666 -0.534707 -vn -0.654386 -0.534666 -0.534707 -vn -0.654302 -0.534788 -0.534687 -vn -0.654302 -0.534788 -0.534687 -vn -0.654302 -0.534788 -0.534687 -vn -0.395258 -0.649506 -0.649548 -vn -0.395258 -0.649506 -0.649548 -vn -0.395258 -0.649506 -0.649548 -vn -0.395245 -0.649557 -0.649505 -vn -0.395245 -0.649557 -0.649505 -vn -0.395245 -0.649557 -0.649505 -vn -0.574969 -0.578537 -0.578537 -vn -0.574969 -0.578537 -0.578537 -vn -0.574969 -0.578537 -0.578537 -vn -0.575066 -0.578459 -0.578519 -vn -0.575066 -0.578459 -0.578519 -vn -0.575066 -0.578459 -0.578519 -vn -0.572861 -0.579561 -0.579603 -vn -0.572861 -0.579561 -0.579603 -vn -0.572861 -0.579561 -0.579603 -vn -0.572740 -0.579693 -0.579590 -vn -0.572740 -0.579693 -0.579590 -vn -0.572740 -0.579693 -0.579590 -vn -0.431057 -0.637998 -0.638081 -vn -0.431057 -0.637999 -0.638081 -vn -0.431057 -0.637999 -0.638081 -vn -0.431002 -0.638079 -0.638038 -vn -0.431002 -0.638079 -0.638038 -vn -0.431002 -0.638079 -0.638038 -vn -0.593576 -0.569064 -0.569064 -vn -0.593576 -0.569064 -0.569064 -vn -0.593576 -0.569064 -0.569064 -vn -0.593407 -0.569152 -0.569152 -vn -0.593407 -0.569152 -0.569152 -vn -0.593407 -0.569152 -0.569152 -vn -0.480262 -0.620179 -0.620263 -vn -0.480262 -0.620179 -0.620263 -vn -0.480262 -0.620179 -0.620263 -vn -0.480249 -0.620257 -0.620195 -vn -0.480249 -0.620257 -0.620195 -vn -0.480249 -0.620257 -0.620195 -vn -0.532211 -0.598665 -0.598625 -vn -0.532211 -0.598665 -0.598625 -vn -0.532212 -0.598665 -0.598625 -vn -0.532224 -0.598644 -0.598634 -vn -0.532224 -0.598644 -0.598634 -vn -0.532224 -0.598644 -0.598634 -vn -0.706765 -0.500148 -0.500335 -vn -0.706765 -0.500148 -0.500335 -vn -0.706765 -0.500148 -0.500335 -vn -0.706610 -0.500444 -0.500257 -vn -0.706610 -0.500444 -0.500257 -vn -0.706610 -0.500444 -0.500257 -vn -0.428691 -0.638816 -0.638857 -vn -0.428691 -0.638816 -0.638857 -vn -0.428691 -0.638816 -0.638857 -vn -0.428667 -0.638855 -0.638834 -vn -0.428667 -0.638855 -0.638834 -vn -0.428667 -0.638855 -0.638834 -vn -0.562196 -0.584798 -0.584762 -vn -0.562196 -0.584798 -0.584762 -vn -0.562196 -0.584798 -0.584762 -vn -0.562214 -0.584772 -0.584772 -vn -0.562214 -0.584772 -0.584772 -vn -0.562214 -0.584772 -0.584772 -vn -0.639256 -0.543714 -0.543807 -vn -0.639256 -0.543714 -0.543807 -vn -0.639256 -0.543714 -0.543807 -vn -0.639223 -0.543851 -0.543710 -vn -0.639223 -0.543851 -0.543710 -vn -0.639223 -0.543851 -0.543710 -vn -0.396432 -0.649169 -0.649169 -vn -0.396432 -0.649169 -0.649169 -vn -0.396432 -0.649169 -0.649169 -vn -0.396291 -0.649228 -0.649197 -vn -0.396291 -0.649228 -0.649197 -vn -0.396291 -0.649228 -0.649197 -vn -0.576839 -0.577632 -0.577580 -vn -0.576839 -0.577632 -0.577580 -vn -0.576839 -0.577632 -0.577580 -vn -0.576960 -0.577530 -0.577560 -vn -0.576960 -0.577530 -0.577560 -vn -0.576960 -0.577530 -0.577560 -vn -0.543581 -0.593533 -0.593497 -vn -0.543581 -0.593533 -0.593497 -vn -0.543581 -0.593533 -0.593497 -vn -0.543627 -0.593494 -0.593494 -vn -0.543627 -0.593494 -0.593494 -vn -0.543627 -0.593494 -0.593494 -vn -0.457944 -0.628604 -0.628604 -vn -0.457944 -0.628604 -0.628604 -vn -0.457944 -0.628604 -0.628604 -vn -0.457927 -0.628626 -0.628595 -vn -0.457927 -0.628626 -0.628595 -vn -0.457927 -0.628626 -0.628595 -vn -0.602784 -0.564119 -0.564288 -vn -0.602784 -0.564119 -0.564288 -vn -0.602784 -0.564119 -0.564288 -vn -0.602804 -0.564254 -0.564133 -vn -0.602803 -0.564254 -0.564133 -vn -0.602803 -0.564254 -0.564133 -vn -0.455443 -0.629487 -0.629538 -vn -0.455443 -0.629487 -0.629538 -vn -0.455443 -0.629487 -0.629538 -vn -0.455386 -0.629552 -0.629514 -vn -0.455386 -0.629552 -0.629514 -vn -0.455386 -0.629552 -0.629514 -vn -0.550223 -0.590447 -0.590447 -vn -0.550223 -0.590447 -0.590447 -vn -0.550223 -0.590447 -0.590447 -vn -0.550255 -0.590448 -0.590416 -vn -0.550255 -0.590448 -0.590416 -vn -0.550255 -0.590448 -0.590416 -vn -0.707082 -0.500054 -0.499981 -vn -0.707082 -0.500054 -0.499981 -vn -0.707082 -0.500054 -0.499981 -vn -0.707324 -0.499964 -0.499729 -vn -0.707324 -0.499964 -0.499729 -vn -0.707324 -0.499964 -0.499729 -vn -0.402080 -0.647430 -0.647430 -vn -0.402080 -0.647430 -0.647430 -vn -0.402080 -0.647430 -0.647430 -vn -0.402086 -0.647454 -0.647402 -vn -0.402086 -0.647455 -0.647402 -vn -0.402086 -0.647454 -0.647402 -vn -0.567276 -0.582293 -0.582351 -vn -0.567276 -0.582293 -0.582351 -vn -0.567276 -0.582293 -0.582351 -vn -0.567254 -0.582376 -0.582289 -vn -0.567254 -0.582376 -0.582289 -vn -0.567254 -0.582376 -0.582289 -vn -0.612903 -0.558735 -0.558717 -vn -0.612903 -0.558735 -0.558717 -vn -0.612903 -0.558735 -0.558717 -vn -0.612919 -0.558685 -0.558750 -vn -0.612919 -0.558685 -0.558750 -vn -0.612919 -0.558685 -0.558750 -vn -0.403981 -0.646838 -0.646838 -vn -0.403981 -0.646838 -0.646838 -vn -0.403981 -0.646838 -0.646838 -vn -0.404057 -0.646814 -0.646814 -vn -0.404057 -0.646814 -0.646814 -vn -0.404057 -0.646814 -0.646814 -vn -0.451399 -0.631012 -0.630922 -vn -0.451399 -0.631012 -0.630922 -vn -0.451399 -0.631012 -0.630923 -vn -0.451410 -0.630936 -0.630990 -vn -0.451410 -0.630936 -0.630990 -vn -0.451410 -0.630936 -0.630990 -vn -0.464372 -0.626266 -0.626219 -vn -0.464372 -0.626266 -0.626219 -vn -0.464372 -0.626266 -0.626219 -vn -0.464445 -0.626215 -0.626215 -vn -0.464446 -0.626215 -0.626215 -vn -0.464446 -0.626215 -0.626215 -vn 0.570803 -0.580596 -0.580596 -vn 0.570803 -0.580596 -0.580596 -vn 0.570803 -0.580596 -0.580596 -vn 0.570793 -0.580579 -0.580623 -vn 0.570793 -0.580579 -0.580623 -vn 0.570793 -0.580579 -0.580623 -vn 0.516485 -0.605508 -0.605479 -vn 0.516485 -0.605508 -0.605479 -vn 0.516485 -0.605508 -0.605479 -vn 0.516398 -0.605458 -0.605603 -vn 0.516398 -0.605458 -0.605603 -vn 0.516398 -0.605458 -0.605603 -vn 0.397820 -0.648740 -0.648749 -vn 0.397820 -0.648740 -0.648749 -vn 0.397820 -0.648740 -0.648749 -vn 0.397911 -0.648748 -0.648685 -vn 0.397911 -0.648748 -0.648685 -vn 0.397911 -0.648748 -0.648685 -vn 0.707280 -0.499928 -0.499827 -vn 0.707280 -0.499928 -0.499827 -vn 0.707280 -0.499928 -0.499827 -vn 0.707230 -0.499824 -0.500002 -vn 0.707230 -0.499824 -0.500002 -vn 0.707230 -0.499824 -0.500002 -vn 0.562409 -0.584678 -0.584678 -vn 0.562409 -0.584678 -0.584678 -vn 0.562409 -0.584678 -0.584678 -vn 0.562470 -0.584654 -0.584643 -vn 0.562470 -0.584654 -0.584643 -vn 0.562470 -0.584654 -0.584643 -vn 0.434213 -0.636969 -0.636969 -vn 0.434213 -0.636969 -0.636969 -vn 0.434213 -0.636969 -0.636969 -vn 0.434087 -0.637006 -0.637018 -vn 0.434087 -0.637006 -0.637018 -vn 0.434087 -0.637006 -0.637018 -vn 0.609986 -0.560300 -0.560340 -vn 0.609986 -0.560300 -0.560340 -vn 0.609986 -0.560300 -0.560340 -vn 0.610143 -0.560270 -0.560199 -vn 0.610143 -0.560270 -0.560199 -vn 0.610143 -0.560270 -0.560199 -vn 0.480973 -0.619946 -0.619946 -vn 0.480973 -0.619946 -0.619946 -vn 0.480973 -0.619946 -0.619946 -vn 0.480990 -0.619949 -0.619929 -vn 0.480990 -0.619949 -0.619929 -vn 0.480990 -0.619949 -0.619929 -vn 0.527041 -0.600906 -0.600949 -vn 0.527041 -0.600906 -0.600949 -vn 0.527041 -0.600906 -0.600949 -vn 0.526990 -0.600933 -0.600966 -vn 0.526990 -0.600933 -0.600966 -vn 0.526990 -0.600933 -0.600966 -vn 0.586988 -0.572471 -0.572471 -vn 0.586988 -0.572471 -0.572471 -vn 0.586988 -0.572471 -0.572471 -vn 0.587024 -0.572419 -0.572486 -vn 0.587024 -0.572419 -0.572486 -vn 0.587024 -0.572419 -0.572486 -vn 0.399500 -0.648253 -0.648204 -vn 0.399500 -0.648253 -0.648204 -vn 0.399500 -0.648253 -0.648204 -vn 0.399524 -0.648221 -0.648221 -vn 0.399524 -0.648221 -0.648221 -vn 0.399524 -0.648221 -0.648221 -vn 0.612430 -0.558999 -0.558972 -vn 0.612430 -0.558999 -0.558972 -vn 0.612430 -0.558999 -0.558972 -vn 0.612296 -0.559145 -0.558973 -vn 0.612296 -0.559145 -0.558973 -vn 0.612296 -0.559145 -0.558973 -vn 0.566414 -0.582712 -0.582770 -vn 0.566414 -0.582712 -0.582770 -vn 0.566414 -0.582712 -0.582770 -vn 0.566383 -0.582778 -0.582735 -vn 0.566383 -0.582778 -0.582735 -vn 0.566383 -0.582778 -0.582735 -vn 0.409873 -0.644976 -0.644988 -vn 0.409873 -0.644976 -0.644988 -vn 0.409873 -0.644976 -0.644988 -vn 0.409867 -0.644974 -0.644994 -vn 0.409867 -0.644974 -0.644995 -vn 0.409867 -0.644974 -0.644995 -vn 0.707361 -0.499946 -0.499695 -vn 0.707361 -0.499946 -0.499695 -vn 0.707361 -0.499946 -0.499695 -vn 0.707024 -0.499885 -0.500232 -vn 0.707024 -0.499885 -0.500232 -vn 0.707024 -0.499885 -0.500232 -vn 0.548405 -0.591312 -0.591272 -vn 0.548405 -0.591312 -0.591272 -vn 0.548405 -0.591312 -0.591272 -vn 0.548394 -0.591297 -0.591297 -vn 0.548394 -0.591297 -0.591297 -vn 0.548394 -0.591297 -0.591297 -vn 0.462031 -0.627107 -0.627107 -vn 0.462031 -0.627107 -0.627107 -vn 0.462031 -0.627107 -0.627107 -vn 0.462039 -0.627092 -0.627117 -vn 0.462039 -0.627092 -0.627117 -vn 0.462039 -0.627092 -0.627117 -vn 0.600817 -0.565273 -0.565231 -vn 0.600816 -0.565273 -0.565231 -vn 0.600817 -0.565273 -0.565231 -vn 0.600900 -0.565303 -0.565111 -vn 0.600900 -0.565303 -0.565111 -vn 0.600900 -0.565303 -0.565111 -vn 0.447506 -0.632342 -0.632362 -vn 0.447506 -0.632342 -0.632362 -vn 0.447506 -0.632342 -0.632362 -vn 0.447502 -0.632348 -0.632358 -vn 0.447502 -0.632348 -0.632358 -vn 0.447502 -0.632348 -0.632359 -vn 0.548545 -0.591301 -0.591152 -vn 0.548545 -0.591301 -0.591152 -vn 0.548545 -0.591301 -0.591152 -vn 0.548609 -0.591137 -0.591258 -vn 0.548609 -0.591137 -0.591258 -vn 0.548609 -0.591137 -0.591258 -vn 0.577801 -0.577144 -0.577106 -vn 0.577801 -0.577144 -0.577106 -vn 0.577801 -0.577144 -0.577106 -vn 0.577817 -0.577102 -0.577131 -vn 0.577817 -0.577102 -0.577131 -vn 0.577817 -0.577102 -0.577131 -vn 0.396304 -0.649208 -0.649208 -vn 0.396304 -0.649208 -0.649208 -vn 0.396304 -0.649208 -0.649208 -vn 0.396301 -0.649204 -0.649215 -vn 0.396301 -0.649204 -0.649215 -vn 0.396301 -0.649204 -0.649215 -vn 0.638415 -0.544399 -0.544110 -vn 0.638415 -0.544399 -0.544110 -vn 0.638415 -0.544399 -0.544110 -vn 0.638365 -0.544292 -0.544276 -vn 0.638365 -0.544292 -0.544276 -vn 0.638365 -0.544292 -0.544276 -vn 0.560434 -0.585583 -0.585667 -vn 0.560434 -0.585583 -0.585667 -vn 0.560434 -0.585583 -0.585667 -vn 0.560384 -0.585643 -0.585656 -vn 0.560384 -0.585643 -0.585656 -vn 0.560384 -0.585643 -0.585656 -vn 0.435914 -0.636421 -0.636355 -vn 0.435914 -0.636421 -0.636355 -vn 0.435914 -0.636421 -0.636355 -vn 0.436013 -0.636349 -0.636359 -vn 0.436013 -0.636349 -0.636359 -vn 0.436013 -0.636349 -0.636359 -vn 0.706319 -0.501305 -0.499807 -vn 0.706319 -0.501305 -0.499807 -vn 0.706319 -0.501305 -0.499807 -vn 0.707296 -0.499598 -0.500135 -vn 0.707296 -0.499598 -0.500135 -vn 0.707296 -0.499598 -0.500135 -vn 0.528154 -0.600419 -0.600459 -vn 0.528154 -0.600419 -0.600459 -vn 0.528154 -0.600419 -0.600459 -vn 0.528205 -0.600446 -0.600387 -vn 0.528205 -0.600446 -0.600387 -vn 0.528205 -0.600446 -0.600387 -vn 0.488403 -0.617006 -0.617063 -vn 0.488403 -0.617006 -0.617063 -vn 0.488403 -0.617006 -0.617063 -vn 0.488441 -0.617048 -0.616991 -vn 0.488441 -0.617048 -0.616991 -vn 0.488441 -0.617048 -0.616991 -vn 0.595127 -0.568300 -0.568207 -vn 0.595127 -0.568300 -0.568207 -vn 0.595127 -0.568299 -0.568207 -vn 0.595169 -0.568208 -0.568255 -vn 0.595169 -0.568208 -0.568255 -vn 0.595169 -0.568208 -0.568255 -vn 0.424398 -0.640289 -0.640247 -vn 0.424398 -0.640289 -0.640247 -vn 0.424398 -0.640289 -0.640247 -vn 0.424372 -0.640261 -0.640292 -vn 0.424372 -0.640261 -0.640292 -vn 0.424372 -0.640261 -0.640292 -vn 0.571071 -0.580486 -0.580443 -vn 0.571071 -0.580486 -0.580443 -vn 0.571071 -0.580486 -0.580443 -vn 0.571110 -0.580446 -0.580446 -vn 0.571110 -0.580445 -0.580445 -vn 0.571110 -0.580446 -0.580446 -vn 0.571017 -0.580508 -0.580474 -vn 0.571017 -0.580508 -0.580474 -vn 0.571017 -0.580508 -0.580474 -vn 0.571011 -0.580460 -0.580528 -vn 0.571011 -0.580460 -0.580528 -vn 0.571011 -0.580460 -0.580528 -vn 0.397742 -0.648768 -0.648769 -vn 0.397742 -0.648768 -0.648769 -vn 0.397742 -0.648768 -0.648769 -vn 0.397696 -0.648804 -0.648762 -vn 0.397696 -0.648804 -0.648762 -vn 0.397696 -0.648804 -0.648762 -vn 0.707330 -0.499714 -0.499970 -vn 0.707330 -0.499714 -0.499970 -vn 0.707330 -0.499714 -0.499970 -vn 0.707092 -0.500111 -0.499910 -vn 0.707092 -0.500111 -0.499910 -vn 0.707092 -0.500111 -0.499910 -vn 0.567301 -0.582287 -0.582333 -vn 0.567301 -0.582287 -0.582333 -vn 0.567301 -0.582287 -0.582333 -vn 0.567251 -0.582329 -0.582340 -vn 0.567251 -0.582329 -0.582340 -vn 0.567251 -0.582329 -0.582340 -vn 0.426236 -0.639657 -0.639657 -vn 0.426236 -0.639657 -0.639657 -vn 0.426236 -0.639657 -0.639657 -vn 0.426215 -0.639614 -0.639715 -vn 0.426215 -0.639614 -0.639715 -vn 0.426215 -0.639614 -0.639715 -vn 0.616753 -0.557044 -0.556164 -vn 0.616753 -0.557044 -0.556164 -vn 0.616753 -0.557044 -0.556164 -vn 0.617623 -0.555789 -0.556454 -vn 0.617623 -0.555789 -0.556454 -vn 0.617623 -0.555789 -0.556454 -vn 0.494876 -0.614430 -0.614470 -vn 0.494876 -0.614430 -0.614470 -vn 0.494876 -0.614430 -0.614470 -vn 0.494858 -0.614482 -0.614433 -vn 0.494858 -0.614482 -0.614433 -vn 0.494858 -0.614482 -0.614433 -vn 0.510772 -0.607910 -0.607912 -vn 0.510772 -0.607910 -0.607912 -vn 0.510772 -0.607910 -0.607912 -vn 0.510654 -0.607925 -0.607996 -vn 0.510654 -0.607925 -0.607996 -vn 0.510654 -0.607925 -0.607996 -vn 0.585816 -0.572996 -0.573145 -vn 0.585816 -0.572996 -0.573145 -vn 0.585816 -0.572996 -0.573145 -vn 0.585876 -0.573071 -0.573009 -vn 0.585876 -0.573071 -0.573009 -vn 0.585876 -0.573071 -0.573009 -vn 0.410786 -0.644713 -0.644671 -vn 0.410786 -0.644713 -0.644671 -vn 0.410786 -0.644713 -0.644671 -vn 0.410734 -0.644672 -0.644745 -vn 0.410734 -0.644672 -0.644745 -vn 0.410734 -0.644672 -0.644745 -vn 0.602823 -0.564183 -0.564183 -vn 0.602823 -0.564183 -0.564183 -vn 0.602823 -0.564183 -0.564183 -vn 0.602936 -0.564116 -0.564129 -vn 0.602936 -0.564116 -0.564129 -vn 0.602936 -0.564116 -0.564129 -vn 0.567377 -0.582278 -0.582267 -vn 0.567378 -0.582278 -0.582267 -vn 0.567377 -0.582278 -0.582267 -vn 0.567417 -0.582246 -0.582261 -vn 0.567417 -0.582246 -0.582261 -vn 0.567417 -0.582246 -0.582261 -vn 0.407810 -0.645654 -0.645617 -vn 0.407810 -0.645654 -0.645617 -vn 0.407810 -0.645654 -0.645617 -vn 0.407848 -0.645592 -0.645655 -vn 0.407848 -0.645592 -0.645655 -vn 0.407848 -0.645592 -0.645655 -vn 0.707475 -0.499813 -0.499666 -vn 0.707475 -0.499813 -0.499666 -vn 0.707475 -0.499813 -0.499666 -vn 0.706879 -0.500392 -0.499929 -vn 0.706879 -0.500392 -0.499929 -vn 0.706879 -0.500392 -0.499929 -vn 0.549435 -0.590795 -0.590832 -vn 0.549435 -0.590795 -0.590832 -vn 0.549435 -0.590795 -0.590832 -vn 0.549407 -0.590821 -0.590832 -vn 0.549407 -0.590821 -0.590832 -vn 0.549407 -0.590821 -0.590832 -vn 0.455290 -0.629592 -0.629543 -vn 0.455290 -0.629592 -0.629543 -vn 0.455290 -0.629592 -0.629543 -vn 0.455316 -0.629583 -0.629533 -vn 0.455316 -0.629583 -0.629533 -vn 0.455316 -0.629583 -0.629533 -vn 0.749351 -0.468195 -0.468259 -vn 0.749351 -0.468195 -0.468259 -vn 0.749351 -0.468195 -0.468259 -vn 0.749247 -0.468406 -0.468215 -vn 0.749247 -0.468406 -0.468215 -vn 0.749247 -0.468406 -0.468215 -vn 0.901313 -0.306284 -0.306310 -vn 0.901313 -0.306284 -0.306310 -vn 0.901313 -0.306284 -0.306310 -vn 0.901295 -0.306310 -0.306336 -vn 0.901295 -0.306310 -0.306336 -vn 0.901295 -0.306310 -0.306336 -vn 1.000000 0.000002 0.000000 -vn 1.000000 0.000002 0.000000 -vn 1.000000 0.000002 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.865897 0.353696 0.353726 -vn 0.865897 0.353696 0.353726 -vn 0.865897 0.353696 0.353725 -vn 0.865856 0.353754 0.353769 -vn 0.865856 0.353754 0.353769 -vn 0.865856 0.353754 0.353769 -vn 0.707091 0.499951 0.500071 -vn 0.707091 0.499951 0.500071 -vn 0.707091 0.499951 0.500071 -vn 0.707329 0.499891 0.499794 -vn 0.707329 0.499891 0.499794 -vn 0.707329 0.499891 0.499794 -vn 0.500118 0.612330 0.612318 -vn 0.500118 0.612330 0.612318 -vn 0.500118 0.612330 0.612318 -vn 0.500068 0.612367 0.612322 -vn 0.500068 0.612367 0.612322 -vn 0.500068 0.612367 0.612322 -vn 0.520711 0.603661 0.603700 -vn 0.520711 0.603661 0.603700 -vn 0.520711 0.603661 0.603700 -vn 0.520682 0.603688 0.603698 -vn 0.520682 0.603688 0.603698 -vn 0.520682 0.603688 0.603698 -vn 0.441016 0.634626 0.634630 -vn 0.441016 0.634626 0.634630 -vn 0.441016 0.634626 0.634630 -vn 0.441047 0.634591 0.634643 -vn 0.441047 0.634591 0.634643 -vn 0.441047 0.634591 0.634643 -vn 0.559320 0.586158 0.586158 -vn 0.559320 0.586158 0.586158 -vn 0.559320 0.586158 0.586158 -vn 0.559367 0.586135 0.586135 -vn 0.559367 0.586135 0.586135 -vn 0.559367 0.586135 0.586135 -vn 0.655749 0.533979 0.533722 -vn 0.655749 0.533979 0.533722 -vn 0.655749 0.533979 0.533722 -vn 0.655792 0.533742 0.533906 -vn 0.655792 0.533743 0.533906 -vn 0.655792 0.533742 0.533906 -vn 0.395929 0.649302 0.649344 -vn 0.395929 0.649302 0.649344 -vn 0.395929 0.649302 0.649344 -vn 0.395905 0.649362 0.649298 -vn 0.395905 0.649362 0.649298 -vn 0.395905 0.649362 0.649298 -vn 0.572315 0.579833 0.579870 -vn 0.572315 0.579833 0.579870 -vn 0.572315 0.579833 0.579870 -vn 0.572185 0.579925 0.579906 -vn 0.572185 0.579925 0.579906 -vn 0.572185 0.579924 0.579906 -vn 0.559727 0.585963 0.585963 -vn 0.559727 0.585963 0.585963 -vn 0.559727 0.585963 0.585963 -vn 0.559731 0.585971 0.585952 -vn 0.559731 0.585971 0.585952 -vn 0.559731 0.585971 0.585952 -vn 0.441013 0.634652 0.634605 -vn 0.441013 0.634652 0.634605 -vn 0.441013 0.634652 0.634605 -vn 0.440984 0.634624 0.634655 -vn 0.440984 0.634624 0.634655 -vn 0.440984 0.634624 0.634655 -vn 0.600109 0.565721 0.565535 -vn 0.600109 0.565721 0.565535 -vn 0.600109 0.565721 0.565535 -vn 0.600019 0.565619 0.565731 -vn 0.600019 0.565619 0.565731 -vn 0.600019 0.565619 0.565731 -vn 0.471814 0.623482 0.623428 -vn 0.471814 0.623482 0.623428 -vn 0.471814 0.623482 0.623428 -vn 0.471825 0.623430 0.623471 -vn 0.471825 0.623430 0.623471 -vn 0.471825 0.623430 0.623471 -vn 0.535378 0.597190 0.597272 -vn 0.535378 0.597190 0.597272 -vn 0.535378 0.597190 0.597272 -vn 0.535360 0.597240 0.597240 -vn 0.535360 0.597240 0.597240 -vn 0.535360 0.597240 0.597240 -vn 0.707324 0.499555 0.500137 -vn 0.707325 0.499555 0.500137 -vn 0.707325 0.499555 0.500136 -vn 0.707181 0.500408 0.499486 -vn 0.707181 0.500408 0.499486 -vn 0.707181 0.500408 0.499486 -vn 0.426113 0.639698 0.639698 -vn 0.426113 0.639698 0.639698 -vn 0.426113 0.639698 0.639698 -vn 0.426103 0.639707 0.639696 -vn 0.426103 0.639707 0.639696 -vn 0.426103 0.639707 0.639696 -vn 0.563368 0.584191 0.584240 -vn 0.563368 0.584191 0.584240 -vn 0.563368 0.584191 0.584240 -vn 0.563261 0.584288 0.584247 -vn 0.563261 0.584288 0.584247 -vn 0.563261 0.584288 0.584247 -vn 0.624175 0.552394 0.552509 -vn 0.624175 0.552394 0.552509 -vn 0.624175 0.552394 0.552509 -vn 0.624225 0.552438 0.552409 -vn 0.624225 0.552438 0.552409 -vn 0.624225 0.552438 0.552409 -vn 0.399167 0.648352 0.648310 -vn 0.399167 0.648352 0.648310 -vn 0.399167 0.648352 0.648310 -vn 0.399182 0.648300 0.648353 -vn 0.399182 0.648300 0.648352 -vn 0.399182 0.648300 0.648352 -vn 0.580375 0.575918 0.575745 -vn 0.580375 0.575918 0.575745 -vn 0.580375 0.575918 0.575745 -vn 0.580451 0.575783 0.575804 -vn 0.580451 0.575783 0.575804 -vn 0.580451 0.575783 0.575804 -vn 0.534499 0.597590 0.597660 -vn 0.534499 0.597590 0.597660 -vn 0.534499 0.597590 0.597660 -vn 0.534696 0.597563 0.597511 -vn 0.534696 0.597563 0.597511 -vn 0.534696 0.597563 0.597511 -vn 0.467687 0.625094 0.624922 -vn 0.467687 0.625094 0.624922 -vn 0.467687 0.625094 0.624922 -vn 0.467633 0.624992 0.625063 -vn 0.467633 0.624992 0.625063 -vn 0.467633 0.624992 0.625063 -vn 0.606408 0.562259 0.562259 -vn 0.606408 0.562259 0.562259 -vn 0.606408 0.562259 0.562259 -vn 0.606229 0.562304 0.562406 -vn 0.606229 0.562304 0.562406 -vn 0.606229 0.562304 0.562406 -vn 0.445518 0.633054 0.633054 -vn 0.445518 0.633054 0.633054 -vn 0.445518 0.633054 0.633054 -vn 0.445591 0.633028 0.633028 -vn 0.445591 0.633028 0.633028 -vn 0.445591 0.633028 0.633028 -vn 0.552058 0.589606 0.589574 -vn 0.552058 0.589606 0.589574 -vn 0.552058 0.589606 0.589574 -vn 0.552051 0.589588 0.589598 -vn 0.552051 0.589588 0.589598 -vn 0.552051 0.589588 0.589598 -vn 0.707412 0.499703 0.499866 -vn 0.707412 0.499703 0.499866 -vn 0.707412 0.499703 0.499866 -vn 0.707127 0.500206 0.499766 -vn 0.707127 0.500206 0.499766 -vn 0.707127 0.500206 0.499766 -vn 0.411638 0.644370 0.644470 -vn 0.411638 0.644370 0.644470 -vn 0.411638 0.644370 0.644470 -vn 0.411811 0.644401 0.644328 -vn 0.411811 0.644401 0.644328 -vn 0.411811 0.644401 0.644328 -vn 0.565673 0.583117 0.583086 -vn 0.565673 0.583117 0.583086 -vn 0.565673 0.583116 0.583086 -vn 0.565580 0.583101 0.583192 -vn 0.565580 0.583101 0.583192 -vn 0.565580 0.583101 0.583192 -vn 0.594616 0.568520 0.568521 -vn 0.594616 0.568520 0.568521 -vn 0.594616 0.568520 0.568521 -vn 0.594769 0.568513 0.568368 -vn 0.594769 0.568513 0.568368 -vn 0.594769 0.568513 0.568368 -vn 0.415657 0.643129 0.643129 -vn 0.415657 0.643129 0.643129 -vn 0.415657 0.643129 0.643129 -vn 0.415663 0.643127 0.643127 -vn 0.415663 0.643127 0.643127 -vn 0.415663 0.643127 0.643127 -vn 0.584981 0.573517 0.573476 -vn 0.584981 0.573517 0.573476 -vn 0.584981 0.573517 0.573476 -vn 0.584848 0.573584 0.573545 -vn 0.584848 0.573584 0.573545 -vn 0.584848 0.573584 0.573545 -vn 0.505774 0.609997 0.609997 -vn 0.505774 0.609997 0.609997 -vn 0.505774 0.609997 0.609997 -vn 0.505760 0.610003 0.610003 -vn 0.505760 0.610003 0.610003 -vn 0.505760 0.610003 0.610003 -vn 0.497663 0.613304 0.613343 -vn 0.497663 0.613303 0.613343 -vn 0.497663 0.613303 0.613343 -vn 0.497613 0.613364 0.613324 -vn 0.497613 0.613364 0.613324 -vn 0.497613 0.613364 0.613324 -vn 0.613388 0.558680 0.558240 -vn 0.613388 0.558680 0.558240 -vn 0.613388 0.558680 0.558240 -vn 0.613709 0.558114 0.558453 -vn 0.613709 0.558114 0.558453 -vn 0.613709 0.558114 0.558453 -vn 0.422899 0.640741 0.640786 -vn 0.422899 0.640742 0.640786 -vn 0.422899 0.640742 0.640786 -vn 0.422877 0.640726 0.640815 -vn 0.422877 0.640726 0.640815 -vn 0.422877 0.640726 0.640815 -vn 0.569724 0.581122 0.581129 -vn 0.569724 0.581122 0.581129 -vn 0.569724 0.581122 0.581129 -vn 0.569836 0.581065 0.581077 -vn 0.569836 0.581065 0.581077 -vn 0.569836 0.581065 0.581077 -vn 0.707340 0.499791 0.499878 -vn 0.707340 0.499791 0.499878 -vn 0.707340 0.499791 0.499878 -vn 0.707010 0.500129 0.500009 -vn 0.707010 0.500129 0.500009 -vn 0.707010 0.500129 0.500009 -vn 0.395288 0.649529 0.649507 -vn 0.395288 0.649529 0.649507 -vn 0.395288 0.649529 0.649507 -vn 0.395286 0.649556 0.649482 -vn 0.395286 0.649556 0.649482 -vn 0.395286 0.649556 0.649482 -vn 0.572043 0.579996 0.579976 -vn 0.572043 0.579996 0.579976 -vn 0.572043 0.579996 0.579976 -vn 0.571882 0.580022 0.580108 -vn 0.571882 0.580022 0.580108 -vn 0.571882 0.580022 0.580108 -vn 0.571849 0.580081 0.580081 -vn 0.571849 0.580081 0.580081 -vn 0.571849 0.580081 0.580081 -vn 0.571982 0.580026 0.580005 -vn 0.571982 0.580026 0.580005 -vn 0.571982 0.580026 0.580005 -vn 0.426362 0.639615 0.639615 -vn 0.426362 0.639615 0.639615 -vn 0.426362 0.639615 0.639615 -vn 0.426356 0.639617 0.639617 -vn 0.426356 0.639617 0.639617 -vn 0.426356 0.639617 0.639617 -vn 0.595197 0.568217 0.568217 -vn 0.595197 0.568217 0.568217 -vn 0.595197 0.568217 0.568217 -vn 0.594952 0.568321 0.568369 -vn 0.594952 0.568321 0.568369 -vn 0.594952 0.568321 0.568369 -vn 0.486629 0.617721 0.617749 -vn 0.486629 0.617721 0.617749 -vn 0.486629 0.617721 0.617749 -vn 0.486779 0.617682 0.617668 -vn 0.486779 0.617682 0.617668 -vn 0.486779 0.617682 0.617668 -vn 0.526338 0.601256 0.601216 -vn 0.526338 0.601256 0.601216 -vn 0.526338 0.601256 0.601216 -vn 0.526333 0.601243 0.601233 -vn 0.526333 0.601243 0.601233 -vn 0.526333 0.601243 0.601233 -vn 0.709711 0.497548 0.498755 -vn 0.709711 0.497548 0.498755 -vn 0.709711 0.497548 0.498755 -vn 0.706946 0.500344 0.499883 -vn 0.706947 0.500344 0.499883 -vn 0.706947 0.500344 0.499883 -vn 0.437643 0.635770 0.635818 -vn 0.437643 0.635770 0.635818 -vn 0.437643 0.635770 0.635818 -vn 0.437693 0.635782 0.635772 -vn 0.437693 0.635782 0.635772 -vn 0.437693 0.635782 0.635772 -vn 0.561344 0.585187 0.585191 -vn 0.561344 0.585187 0.585191 -vn 0.561344 0.585187 0.585191 -vn 0.561279 0.585194 0.585247 -vn 0.561279 0.585194 0.585247 -vn 0.561279 0.585194 0.585247 -vn 0.638670 0.544073 0.544137 -vn 0.638670 0.544073 0.544137 -vn 0.638670 0.544073 0.544137 -vn 0.638813 0.544077 0.543965 -vn 0.638813 0.544077 0.543965 -vn 0.638813 0.544077 0.543965 -vn 0.399972 0.648041 0.648125 -vn 0.399972 0.648041 0.648125 -vn 0.399972 0.648041 0.648125 -vn 0.399942 0.648123 0.648061 -vn 0.399942 0.648123 0.648061 -vn 0.399942 0.648123 0.648061 -vn 0.573770 0.579211 0.579053 -vn 0.573770 0.579211 0.579053 -vn 0.573770 0.579211 0.579053 -vn 0.573790 0.579078 0.579167 -vn 0.573790 0.579078 0.579167 -vn 0.573790 0.579078 0.579167 -vn 0.542614 0.593957 0.593957 -vn 0.542614 0.593957 0.593957 -vn 0.542614 0.593957 0.593957 -vn 0.542460 0.594037 0.594018 -vn 0.542460 0.594037 0.594018 -vn 0.542460 0.594037 0.594018 -vn 0.456269 0.629215 0.629212 -vn 0.456269 0.629215 0.629212 -vn 0.456269 0.629215 0.629212 -vn 0.456296 0.629158 0.629249 -vn 0.456296 0.629158 0.629249 -vn 0.456296 0.629158 0.629249 -vn 0.603565 0.563786 0.563786 -vn 0.603565 0.563786 0.563786 -vn 0.603565 0.563786 0.563786 -vn 0.603497 0.563735 0.563909 -vn 0.603497 0.563735 0.563909 -vn 0.603497 0.563735 0.563909 -vn 0.458553 0.628357 0.628408 -vn 0.458553 0.628357 0.628408 -vn 0.458553 0.628357 0.628408 -vn 0.458751 0.628329 0.628291 -vn 0.458751 0.628329 0.628291 -vn 0.458751 0.628329 0.628291 -vn 0.547591 0.591669 0.591669 -vn 0.547591 0.591669 0.591669 -vn 0.547591 0.591669 0.591669 -vn 0.547591 0.591717 0.591621 -vn 0.547591 0.591717 0.591621 -vn 0.547591 0.591717 0.591621 -vn 0.707296 0.500044 0.499688 -vn 0.707296 0.500043 0.499688 -vn 0.707296 0.500044 0.499688 -vn 0.706607 0.500343 0.500363 -vn 0.706607 0.500343 0.500363 -vn 0.706607 0.500343 0.500363 -vn 0.406867 0.645907 0.645959 -vn 0.406867 0.645907 0.645959 -vn 0.406867 0.645907 0.645959 -vn 0.406910 0.645914 0.645925 -vn 0.406910 0.645914 0.645925 -vn 0.406910 0.645914 0.645925 -vn 0.567238 0.582341 0.582340 -vn 0.567238 0.582341 0.582340 -vn 0.567238 0.582341 0.582340 -vn 0.567150 0.582369 0.582398 -vn 0.567150 0.582369 0.582398 -vn 0.567150 0.582369 0.582398 -vn 0.613027 0.558658 0.558658 -vn 0.613027 0.558658 0.558658 -vn 0.613027 0.558658 0.558658 -vn 0.613084 0.558646 0.558607 -vn 0.613084 0.558646 0.558607 -vn 0.613084 0.558646 0.558607 -vn 0.402643 0.647255 0.647255 -vn 0.402643 0.647255 0.647255 -vn 0.402643 0.647255 0.647255 -vn 0.402696 0.647228 0.647249 -vn 0.402696 0.647228 0.647249 -vn 0.402696 0.647228 0.647249 -vn 0.585291 0.573362 0.573315 -vn 0.585291 0.573362 0.573315 -vn 0.585291 0.573362 0.573315 -vn 0.585413 0.573230 0.573323 -vn 0.585413 0.573230 0.573323 -vn 0.585413 0.573230 0.573323 -vn 0.520794 0.603661 0.603628 -vn 0.520794 0.603661 0.603628 -vn 0.520794 0.603661 0.603628 -vn 0.520753 0.603650 0.603675 -vn 0.520753 0.603650 0.603675 -vn 0.520753 0.603650 0.603675 -vn 0.485420 0.618230 0.618190 -vn 0.485420 0.618230 0.618190 -vn 0.485420 0.618230 0.618190 -vn 0.485489 0.618188 0.618178 -vn 0.485489 0.618188 0.618178 -vn 0.485489 0.618188 0.618178 -vn 0.612868 0.558657 0.558833 -vn 0.612868 0.558657 0.558833 -vn 0.612868 0.558657 0.558833 -vn 0.612872 0.558919 0.558567 -vn 0.612872 0.558919 0.558567 -vn 0.612872 0.558919 0.558567 -vn 0.432543 0.637537 0.637537 -vn 0.432543 0.637537 0.637537 -vn 0.432544 0.637537 0.637537 -vn 0.432631 0.637501 0.637513 -vn 0.432631 0.637501 0.637513 -vn 0.432631 0.637501 0.637513 -vn 0.560681 0.585529 0.585484 -vn 0.560681 0.585529 0.585484 -vn 0.560681 0.585529 0.585484 -vn 0.560638 0.585482 0.585573 -vn 0.560638 0.585482 0.585573 -vn 0.560638 0.585482 0.585573 -vn 0.707091 0.499998 0.500024 -vn 0.707091 0.499998 0.500024 -vn 0.707091 0.499998 0.500024 -vn 0.707232 0.499924 0.499899 -vn 0.707232 0.499924 0.499899 -vn 0.707232 0.499924 0.499899 -vn 0.405237 0.646445 0.646445 -vn 0.405237 0.646445 0.646445 -vn 0.405237 0.646445 0.646445 -vn 0.405187 0.646482 0.646440 -vn 0.405187 0.646482 0.646440 -vn 0.405187 0.646482 0.646440 -vn 0.569812 0.581034 0.581132 -vn 0.569812 0.581034 0.581132 -vn 0.569812 0.581034 0.581132 -vn 0.569970 0.581050 0.580960 -vn 0.569970 0.581050 0.580960 -vn 0.569970 0.581050 0.580960 -vn 0.578387 0.576809 0.576853 -vn 0.578387 0.576809 0.576853 -vn 0.578387 0.576809 0.576853 -vn 0.578274 0.576860 0.576915 -vn 0.578274 0.576860 0.576915 -vn 0.578274 0.576860 0.576915 -vn 0.421686 0.641189 0.641138 -vn 0.421686 0.641189 0.641138 -vn 0.421686 0.641189 0.641138 -vn 0.421702 0.641168 0.641148 -vn 0.421702 0.641169 0.641148 -vn 0.421702 0.641169 0.641148 -vn 0.592789 0.569460 0.569489 -vn 0.592789 0.569460 0.569489 -vn 0.592789 0.569460 0.569489 -vn 0.592662 0.569547 0.569533 -vn 0.592662 0.569547 0.569533 -vn 0.592662 0.569547 0.569533 -vn 0.492021 0.615595 0.615595 -vn 0.492021 0.615595 0.615595 -vn 0.492021 0.615595 0.615595 -vn 0.492064 0.615545 0.615611 -vn 0.492064 0.615545 0.615611 -vn 0.492064 0.615545 0.615611 -vn 0.518789 0.604507 0.604507 -vn 0.518789 0.604507 0.604507 -vn 0.518789 0.604507 0.604507 -vn 0.518857 0.604507 0.604449 -vn 0.518857 0.604507 0.604449 -vn 0.518857 0.604507 0.604449 -vn 0.442828 0.634016 0.633977 -vn 0.442828 0.634016 0.633977 -vn 0.442828 0.634016 0.633977 -vn 0.442917 0.633986 0.633945 -vn 0.442917 0.633986 0.633945 -vn 0.442917 0.633986 0.633945 -vn 0.560253 0.585762 0.585662 -vn 0.560253 0.585762 0.585662 -vn 0.560253 0.585762 0.585662 -vn 0.560172 0.585738 0.585763 -vn 0.560172 0.585738 0.585763 -vn 0.560172 0.585738 0.585763 -vn 0.656451 0.533331 0.533508 -vn 0.656451 0.533331 0.533508 -vn 0.656451 0.533331 0.533508 -vn 0.656049 0.533782 0.533551 -vn 0.656049 0.533782 0.533551 -vn 0.656049 0.533782 0.533551 -vn 0.400296 0.647962 0.648004 -vn 0.400296 0.647962 0.648004 -vn 0.400296 0.647962 0.648004 -vn 0.400313 0.647998 0.647956 -vn 0.400313 0.647998 0.647956 -vn 0.400313 0.647998 0.647956 -vn 0.420749 0.641499 0.641444 -vn 0.420749 0.641499 0.641444 -vn 0.420749 0.641499 0.641444 -vn 0.420613 0.641550 0.641482 -vn 0.420613 0.641550 0.641482 -vn 0.420613 0.641550 0.641482 -vn 0.000476 -0.707226 0.706988 -vn 0.000476 -0.707226 0.706988 -vn 0.000476 -0.707226 0.706988 -vn 0.000000 -0.706848 0.707366 -vn 0.000000 -0.706848 0.707366 -vn 0.000000 -0.706848 0.707366 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000166 -0.707670 0.706543 -vn -0.000166 -0.707670 0.706543 -vn -0.000166 -0.707670 0.706543 -vn 0.000073 -0.706999 0.707214 -vn 0.000073 -0.706999 0.707214 -vn 0.000073 -0.706999 0.707214 -vn 0.000076 -0.707107 0.707107 -vn 0.000076 -0.707107 0.707107 -vn 0.000076 -0.707107 0.707107 -vn 0.000118 -0.706945 0.707269 -vn 0.000118 -0.706945 0.707269 -vn 0.000118 -0.706945 0.707269 -vn 0.000113 -0.707025 0.707189 -vn 0.000113 -0.707025 0.707189 -vn 0.000113 -0.707025 0.707189 -vn 0.000052 -0.706611 0.707602 -vn 0.000052 -0.706611 0.707602 -vn 0.000052 -0.706611 0.707602 -vn 0.000000 -0.707183 0.707030 -vn 0.000000 -0.707183 0.707030 -vn 0.000000 -0.707183 0.707030 -vn 0.000115 -0.707245 0.706969 -vn 0.000115 -0.707245 0.706969 -vn 0.000115 -0.707245 0.706969 -vn 0.000000 -0.707004 0.707209 -vn 0.000000 -0.707004 0.707209 -vn 0.000000 -0.707004 0.707209 -vn 0.000098 -0.707371 0.706842 -vn 0.000098 -0.707371 0.706842 -vn 0.000098 -0.707371 0.706842 -vn 0.000052 -0.706272 0.707940 -vn 0.000052 -0.706272 0.707940 -vn 0.000052 -0.706272 0.707940 -vn -0.000005 -0.707262 0.706951 -vn -0.000005 -0.707262 0.706951 -vn -0.000005 -0.707262 0.706951 -vn -0.000008 -0.707041 0.707173 -vn -0.000008 -0.707041 0.707173 -vn -0.000008 -0.707041 0.707173 -vn -0.000450 -0.707602 0.706611 -vn -0.000450 -0.707602 0.706611 -vn -0.000450 -0.707602 0.706611 -vn 0.000460 -0.704710 0.709495 -vn 0.000460 -0.704710 0.709495 -vn 0.000460 -0.704710 0.709495 -vn 0.000246 -0.707394 0.706819 -vn 0.000246 -0.707394 0.706819 -vn 0.000246 -0.707394 0.706819 -vn -0.000193 -0.707352 0.706862 -vn -0.000193 -0.707352 0.706862 -vn -0.000193 -0.707352 0.706862 -vn 0.000025 -0.706199 0.708014 -vn 0.000025 -0.706199 0.708014 -vn 0.000025 -0.706199 0.708014 -vn 0.000396 -0.706925 0.707288 -vn 0.000396 -0.706925 0.707288 -vn 0.000396 -0.706925 0.707288 -vn -0.000147 -0.707989 0.706223 -vn -0.000147 -0.707989 0.706223 -vn -0.000147 -0.707989 0.706223 -vn 0.000002 -0.707110 0.707104 -vn 0.000002 -0.707110 0.707104 -vn 0.000002 -0.707109 0.707104 -vn 0.000187 -0.704854 0.709353 -vn 0.000187 -0.704854 0.709353 -vn 0.000187 -0.704854 0.709353 -vn -0.000344 -0.707795 0.706418 -vn -0.000344 -0.707795 0.706418 -vn -0.000344 -0.707795 0.706418 -vn 0.000001 -0.707104 0.707110 -vn 0.000001 -0.707104 0.707110 -vn 0.000001 -0.707104 0.707110 -vn 0.000001 -0.707250 0.706964 -vn 0.000001 -0.707250 0.706964 -vn 0.000001 -0.707250 0.706964 -vn 0.000000 -0.706913 0.707301 -vn 0.000000 -0.706913 0.707301 -vn 0.000000 -0.706913 0.707301 -vn 0.000001 -0.706784 0.707429 -vn 0.000001 -0.706784 0.707429 -vn 0.000001 -0.706784 0.707429 -vn 0.000000 -0.707630 0.706583 -vn 0.000000 -0.707630 0.706583 -vn 0.000000 -0.707630 0.706583 -vn 0.000000 -0.707101 0.707112 -vn 0.000000 -0.707101 0.707112 -vn 0.000000 -0.707101 0.707112 -vn 0.000001 -0.707093 0.707121 -vn 0.000001 -0.707093 0.707121 -vn 0.000001 -0.707093 0.707121 -vn 0.000001 -0.707145 0.707069 -vn 0.000001 -0.707145 0.707069 -vn 0.000001 -0.707145 0.707069 -vn 0.000002 -0.706844 0.707369 -vn 0.000002 -0.706844 0.707369 -vn 0.000002 -0.706844 0.707369 -vn -0.000001 -0.707068 0.707145 -vn -0.000001 -0.707068 0.707145 -vn -0.000001 -0.707068 0.707145 -vn 0.000000 -0.706800 0.707413 -vn 0.000000 -0.706800 0.707413 -vn 0.000000 -0.706800 0.707413 -vn 0.000000 -0.707028 0.707186 -vn 0.000000 -0.707028 0.707186 -vn 0.000000 -0.707028 0.707186 -vn 0.000002 -0.707262 0.706951 -vn 0.000002 -0.707262 0.706951 -vn 0.000002 -0.707262 0.706951 -vn 0.000001 -0.707064 0.707150 -vn 0.000001 -0.707064 0.707150 -vn 0.000001 -0.707064 0.707150 -vn -0.000010 -0.706870 0.707343 -vn -0.000010 -0.706870 0.707343 -vn -0.000010 -0.706870 0.707343 -vn 0.000000 -0.707236 0.706977 -vn 0.000000 -0.707236 0.706977 -vn 0.000000 -0.707236 0.706977 -vn 0.000000 -0.707091 0.707122 -vn 0.000000 -0.707091 0.707122 -vn 0.000000 -0.707091 0.707122 -vn -0.000001 -0.707086 0.707128 -vn -0.000001 -0.707086 0.707128 -vn -0.000001 -0.707086 0.707128 -vn -0.000002 -0.707062 0.707152 -vn -0.000002 -0.707062 0.707152 -vn -0.000002 -0.707062 0.707152 -vn -0.000002 -0.707155 0.707059 -vn -0.000002 -0.707155 0.707059 -vn -0.000002 -0.707155 0.707059 -vn 0.000000 -0.706974 0.707240 -vn 0.000000 -0.706974 0.707240 -vn 0.000000 -0.706974 0.707240 -vn 0.000000 -0.707259 0.706955 -vn 0.000000 -0.707259 0.706955 -vn 0.000000 -0.707259 0.706955 -vn -0.000001 -0.707057 0.707156 -vn -0.000001 -0.707057 0.707156 -vn -0.000001 -0.707057 0.707156 -vn -0.000001 -0.707121 0.707092 -vn -0.000001 -0.707121 0.707092 -vn -0.000001 -0.707121 0.707092 -vn 0.000000 -0.707037 0.707177 -vn 0.000000 -0.707037 0.707177 -vn 0.000000 -0.707037 0.707177 -vn 0.000000 -0.707215 0.706999 -vn 0.000000 -0.707215 0.706999 -vn 0.000000 -0.707215 0.706999 -vn -0.000001 -0.708693 0.705517 -vn -0.000001 -0.708693 0.705517 -vn -0.000001 -0.708693 0.705517 -vn -0.000001 -0.707145 0.707069 -vn -0.000001 -0.707145 0.707069 -vn -0.000001 -0.707145 0.707069 -vn 0.000000 -0.707175 0.707038 -vn 0.000000 -0.707175 0.707038 -vn 0.000000 -0.707175 0.707038 -vn 0.000000 -0.707077 0.707137 -vn 0.000000 -0.707077 0.707137 -vn 0.000000 -0.707077 0.707137 -vn 0.000000 -0.707025 0.707189 -vn 0.000000 -0.707025 0.707189 -vn 0.000000 -0.707025 0.707189 -vn 0.000000 -0.707029 0.707185 -vn 0.000000 -0.707029 0.707185 -vn 0.000000 -0.707029 0.707185 -vn -0.000001 -0.706985 0.707229 -vn -0.000001 -0.706985 0.707229 -vn -0.000001 -0.706985 0.707229 -vn -0.000002 -0.707152 0.707062 -vn -0.000002 -0.707152 0.707062 -vn -0.000002 -0.707152 0.707062 -vn -0.000001 -0.707060 0.707153 -vn -0.000001 -0.707060 0.707153 -vn -0.000001 -0.707060 0.707153 -vn 0.000000 -0.707246 0.706968 -vn 0.000000 -0.707246 0.706968 -vn 0.000000 -0.707246 0.706968 -vn 0.000001 -0.707062 0.707151 -vn 0.000001 -0.707062 0.707151 -vn 0.000001 -0.707062 0.707151 -vn 0.000002 -0.707162 0.707051 -vn 0.000002 -0.707162 0.707051 -vn 0.000002 -0.707162 0.707051 -vn 0.000001 -0.707035 0.707179 -vn 0.000001 -0.707035 0.707179 -vn 0.000001 -0.707035 0.707179 -vn -0.000001 -0.707091 0.707122 -vn -0.000001 -0.707091 0.707122 -vn -0.000001 -0.707091 0.707122 -vn 0.000001 -0.707298 0.706916 -vn 0.000001 -0.707298 0.706916 -vn 0.000001 -0.707298 0.706916 -vn 0.000001 -0.707371 0.706842 -vn 0.000001 -0.707371 0.706842 -vn 0.000001 -0.707371 0.706842 -vn 0.000002 -0.707000 0.707213 -vn 0.000002 -0.707000 0.707213 -vn 0.000002 -0.707000 0.707213 -vn 0.000002 -0.707112 0.707102 -vn 0.000002 -0.707112 0.707102 -vn 0.000002 -0.707112 0.707102 -vn 0.000128 -0.707490 0.706724 -vn 0.000128 -0.707490 0.706724 -vn 0.000128 -0.707490 0.706724 -vn 0.000000 -0.707972 0.706241 -vn 0.000000 -0.707972 0.706241 -vn 0.000000 -0.707972 0.706241 -vn 0.000005 -0.707105 0.707108 -vn 0.000005 -0.707105 0.707108 -vn 0.000005 -0.707105 0.707108 -vn 0.000112 -0.707107 0.707107 -vn 0.000112 -0.707107 0.707107 -vn 0.000112 -0.707107 0.707107 -vn 0.000000 -0.707843 0.706369 -vn 0.000000 -0.707843 0.706369 -vn 0.000000 -0.707843 0.706369 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.705170 0.709038 -vn 0.000000 -0.705170 0.709038 -vn 0.000000 -0.705170 0.709038 -vn 0.000490 -0.706617 0.707597 -vn 0.000490 -0.706617 0.707597 -vn 0.000490 -0.706617 0.707597 -vn 0.000234 -0.704882 0.709324 -vn 0.000234 -0.704882 0.709324 -vn 0.000234 -0.704882 0.709324 -vn 0.000000 -0.707100 0.707113 -vn 0.000000 -0.707100 0.707113 -vn 0.000000 -0.707100 0.707113 -vn 0.000009 -0.707163 0.707050 -vn 0.000009 -0.707163 0.707050 -vn 0.000009 -0.707163 0.707050 -vn 0.000108 -0.707430 0.706783 -vn 0.000108 -0.707430 0.706783 -vn 0.000108 -0.707430 0.706783 -vn 0.000000 -0.707657 0.706556 -vn 0.000000 -0.707657 0.706556 -vn 0.000000 -0.707657 0.706556 -vn -0.000006 -0.707088 0.707125 -vn -0.000006 -0.707088 0.707125 -vn -0.000006 -0.707088 0.707125 -vn 0.000249 -0.707480 0.706733 -vn 0.000249 -0.707480 0.706733 -vn 0.000249 -0.707480 0.706733 -vn 0.000147 -0.706519 0.707694 -vn 0.000147 -0.706519 0.707694 -vn 0.000147 -0.706519 0.707694 -vn 0.000307 -0.707720 0.706493 -vn 0.000307 -0.707720 0.706493 -vn 0.000307 -0.707720 0.706493 -vn 0.000011 -0.707118 0.707095 -vn 0.000011 -0.707118 0.707095 -vn 0.000011 -0.707118 0.707095 -vn -0.000118 -0.706754 0.707460 -vn -0.000118 -0.706754 0.707460 -vn -0.000118 -0.706754 0.707460 -vn -0.000013 -0.707094 0.707120 -vn -0.000013 -0.707094 0.707120 -vn -0.000013 -0.707094 0.707120 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000006 -0.707094 0.707119 -vn -0.000006 -0.707094 0.707119 -vn -0.000006 -0.707094 0.707119 -vn -0.000106 -0.706682 0.707531 -vn -0.000106 -0.706682 0.707531 -vn -0.000106 -0.706682 0.707531 -vn 0.000000 -0.707464 0.706749 -vn 0.000000 -0.707464 0.706749 -vn 0.000000 -0.707464 0.706749 -vn 0.000006 -0.707132 0.707082 -vn 0.000006 -0.707132 0.707082 -vn 0.000006 -0.707132 0.707082 -vn 0.000291 -0.706524 0.707690 -vn 0.000291 -0.706524 0.707689 -vn 0.000291 -0.706524 0.707689 -vn -0.000173 -0.707800 0.706413 -vn -0.000173 -0.707800 0.706413 -vn -0.000173 -0.707800 0.706412 -vn -0.000073 -0.707143 0.707070 -vn -0.000073 -0.707143 0.707070 -vn -0.000073 -0.707143 0.707070 -vn 0.000029 -0.707150 0.707064 -vn 0.000029 -0.707150 0.707064 -vn 0.000029 -0.707150 0.707064 -vn -0.000025 -0.707132 0.707082 -vn -0.000025 -0.707132 0.707082 -vn -0.000025 -0.707132 0.707082 -vn 0.000004 -0.707104 0.707110 -vn 0.000004 -0.707104 0.707110 -vn 0.000004 -0.707104 0.707110 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000098 -0.707205 0.707009 -vn 0.000098 -0.707205 0.707009 -vn 0.000098 -0.707205 0.707009 -vn -0.000050 -0.707049 0.707164 -vn -0.000050 -0.707049 0.707164 -vn -0.000050 -0.707049 0.707164 -vn 0.000024 -0.707119 0.707095 -vn 0.000024 -0.707119 0.707095 -vn 0.000024 -0.707119 0.707095 -vn 0.000000 -0.707082 0.707131 -vn 0.000000 -0.707082 0.707131 -vn 0.000000 -0.707082 0.707131 -vn -0.000043 -0.707126 0.707087 -vn -0.000043 -0.707126 0.707087 -vn -0.000043 -0.707126 0.707087 -vn -0.000042 -0.707149 0.707065 -vn -0.000042 -0.707149 0.707065 -vn -0.000042 -0.707149 0.707065 -vn 0.000022 -0.707113 0.707101 -vn 0.000022 -0.707113 0.707101 -vn 0.000022 -0.707113 0.707101 -vn 0.000054 -0.707120 0.707093 -vn 0.000054 -0.707120 0.707093 -vn 0.000054 -0.707120 0.707093 -vn 0.000065 -0.707090 0.707123 -vn 0.000065 -0.707090 0.707123 -vn 0.000065 -0.707090 0.707123 -vn 0.000030 -0.707051 0.707163 -vn 0.000030 -0.707051 0.707163 -vn 0.000030 -0.707051 0.707163 -vn -0.000019 -0.707126 0.707087 -vn -0.000019 -0.707126 0.707087 -vn -0.000019 -0.707126 0.707087 -vn -0.000045 -0.707101 0.707112 -vn -0.000045 -0.707101 0.707112 -vn -0.000045 -0.707101 0.707112 -vn -0.000034 -0.707124 0.707089 -vn -0.000034 -0.707124 0.707090 -vn -0.000034 -0.707124 0.707090 -vn 0.000070 -0.707098 0.707116 -vn 0.000070 -0.707098 0.707116 -vn 0.000070 -0.707098 0.707116 -vn 0.000028 -0.707109 0.707105 -vn 0.000028 -0.707109 0.707105 -vn 0.000028 -0.707109 0.707105 -vn -0.000048 -0.707089 0.707125 -vn -0.000048 -0.707089 0.707125 -vn -0.000048 -0.707089 0.707125 -vn 0.000005 -0.707120 0.707093 -vn 0.000005 -0.707120 0.707093 -vn 0.000005 -0.707120 0.707093 -vn 0.000000 -0.707113 0.707100 -vn 0.000000 -0.707113 0.707100 -vn 0.000000 -0.707113 0.707100 -vn -0.000067 -0.707110 0.707104 -vn -0.000067 -0.707110 0.707104 -vn -0.000067 -0.707110 0.707104 -vn 0.000068 -0.707115 0.707098 -vn 0.000068 -0.707115 0.707098 -vn 0.000068 -0.707115 0.707098 -vn 0.000091 -0.706993 0.707221 -vn 0.000091 -0.706993 0.707221 -vn 0.000091 -0.706993 0.707221 -vn 0.000150 -0.706656 0.707557 -vn 0.000150 -0.706656 0.707557 -vn 0.000150 -0.706656 0.707557 -vn 0.001225 -0.708331 0.705880 -vn 0.001225 -0.708331 0.705880 -vn 0.001225 -0.708331 0.705880 -vn 0.000088 -0.707115 0.707099 -vn 0.000088 -0.707115 0.707099 -vn 0.000088 -0.707115 0.707099 -vn -0.000050 -0.707119 0.707094 -vn -0.000050 -0.707119 0.707094 -vn -0.000050 -0.707119 0.707094 -vn -0.000110 -0.707134 0.707079 -vn -0.000110 -0.707134 0.707079 -vn -0.000110 -0.707134 0.707079 -vn -0.000030 -0.707072 0.707141 -vn -0.000030 -0.707072 0.707141 -vn -0.000030 -0.707072 0.707141 -vn 0.000157 -0.707133 0.707081 -vn 0.000157 -0.707133 0.707081 -vn 0.000157 -0.707133 0.707081 -vn 0.000046 -0.707084 0.707130 -vn 0.000046 -0.707084 0.707130 -vn 0.000046 -0.707084 0.707130 -vn 0.000175 -0.706932 0.707282 -vn 0.000175 -0.706932 0.707281 -vn 0.000175 -0.706932 0.707281 -vn -0.000061 -0.707097 0.707117 -vn -0.000061 -0.707097 0.707117 -vn -0.000061 -0.707097 0.707117 -vn 0.000084 -0.707128 0.707086 -vn 0.000084 -0.707128 0.707086 -vn 0.000084 -0.707128 0.707086 -vn -0.000033 -0.707118 0.707096 -vn -0.000033 -0.707118 0.707096 -vn -0.000033 -0.707118 0.707096 -vn 0.000063 -0.707123 0.707091 -vn 0.000063 -0.707123 0.707091 -vn 0.000063 -0.707123 0.707091 -vn 0.000009 -0.707112 0.707101 -vn 0.000009 -0.707112 0.707101 -vn 0.000009 -0.707112 0.707101 -vn -0.000050 -0.707107 0.707107 -vn -0.000050 -0.707107 0.707107 -vn -0.000050 -0.707107 0.707107 -vn -0.000001 -0.707124 0.707089 -vn -0.000001 -0.707124 0.707089 -vn -0.000001 -0.707124 0.707089 -vn 0.000049 -0.707094 0.707119 -vn 0.000049 -0.707094 0.707119 -vn 0.000049 -0.707094 0.707119 -vn 0.000053 -0.707081 0.707133 -vn 0.000053 -0.707080 0.707133 -vn 0.000053 -0.707081 0.707133 -vn -0.000038 -0.707135 0.707078 -vn -0.000038 -0.707135 0.707078 -vn -0.000038 -0.707135 0.707078 -vn -0.000010 -0.707103 0.707111 -vn -0.000010 -0.707103 0.707111 -vn -0.000010 -0.707103 0.707111 -vn 0.000371 -0.707153 0.707060 -vn 0.000371 -0.707153 0.707060 -vn 0.000371 -0.707153 0.707060 -vn -0.000115 -0.707083 0.707131 -vn -0.000115 -0.707083 0.707131 -vn -0.000115 -0.707083 0.707131 -vn 0.000125 -0.707192 0.707022 -vn 0.000125 -0.707192 0.707022 -vn 0.000125 -0.707192 0.707022 -vn 0.000049 -0.707083 0.707131 -vn 0.000049 -0.707083 0.707131 -vn 0.000049 -0.707083 0.707131 -vn -0.000058 -0.707114 0.707099 -vn -0.000058 -0.707114 0.707100 -vn -0.000058 -0.707114 0.707099 -vn 0.000000 -0.707010 0.707204 -vn 0.000000 -0.707010 0.707204 -vn 0.000000 -0.707010 0.707204 -vn 0.001641 -0.705463 0.708745 -vn 0.001641 -0.705463 0.708745 -vn 0.001641 -0.705463 0.708745 -vn 0.000048 -0.707113 0.707101 -vn 0.000048 -0.707113 0.707101 -vn 0.000048 -0.707113 0.707101 -vn -0.000076 -0.707130 0.707083 -vn -0.000076 -0.707130 0.707083 -vn -0.000076 -0.707130 0.707083 -vn 0.000411 -0.706559 0.707654 -vn 0.000411 -0.706559 0.707654 -vn 0.000411 -0.706559 0.707654 -vn -0.000408 -0.706698 0.707515 -vn -0.000408 -0.706698 0.707515 -vn -0.000408 -0.706698 0.707515 -vn 0.000029 -0.707110 0.707103 -vn 0.000029 -0.707110 0.707103 -vn 0.000029 -0.707110 0.707103 -vn 0.000000 -0.707114 0.707100 -vn 0.000000 -0.707114 0.707100 -vn 0.000000 -0.707114 0.707100 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn -0.000004 -0.707086 0.707128 -vn -0.000004 -0.707086 0.707128 -vn -0.000004 -0.707086 0.707128 -vn 0.000219 -0.707142 0.707071 -vn 0.000219 -0.707142 0.707071 -vn 0.000219 -0.707142 0.707071 -vn -0.000063 -0.707133 0.707081 -vn -0.000063 -0.707133 0.707081 -vn -0.000063 -0.707133 0.707081 -vn 0.000007 -0.707108 0.707106 -vn 0.000007 -0.707108 0.707106 -vn 0.000007 -0.707108 0.707106 -vn 0.000000 -0.707137 0.707076 -vn 0.000000 -0.707137 0.707076 -vn 0.000000 -0.707137 0.707076 -vn 0.000066 -0.707148 0.707066 -vn 0.000066 -0.707148 0.707066 -vn 0.000066 -0.707148 0.707066 -vn 0.000000 -0.707061 0.707152 -vn 0.000000 -0.707061 0.707152 -vn 0.000000 -0.707061 0.707152 -vn -0.000057 -0.707072 0.707142 -vn -0.000057 -0.707072 0.707142 -vn -0.000057 -0.707072 0.707142 -vn 0.000000 -0.707121 0.707093 -vn 0.000000 -0.707121 0.707093 -vn 0.000000 -0.707121 0.707093 -vn 0.000049 -0.707094 0.707119 -vn 0.000049 -0.707094 0.707119 -vn 0.000049 -0.707094 0.707119 -vn -0.000065 -0.707131 0.707083 -vn -0.000065 -0.707131 0.707083 -vn -0.000065 -0.707131 0.707083 -vn 0.000032 -0.707083 0.707131 -vn 0.000032 -0.707083 0.707131 -vn 0.000032 -0.707083 0.707131 -vn 0.000082 -0.707189 0.707024 -vn 0.000082 -0.707189 0.707024 -vn 0.000082 -0.707189 0.707024 -vn 0.000156 -0.707019 0.707195 -vn 0.000156 -0.707019 0.707195 -vn 0.000156 -0.707019 0.707195 -vn -0.000076 -0.707107 0.707107 -vn -0.000076 -0.707107 0.707107 -vn -0.000076 -0.707107 0.707107 -vn -0.000014 -0.707098 0.707115 -vn -0.000014 -0.707098 0.707115 -vn -0.000014 -0.707098 0.707116 -vn -0.000082 -0.707112 0.707101 -vn -0.000082 -0.707112 0.707101 -vn -0.000082 -0.707112 0.707101 -vn 0.000032 -0.707147 0.707066 -vn 0.000032 -0.707147 0.707066 -vn 0.000032 -0.707147 0.707066 -vn -0.000814 -0.706967 0.707247 -vn -0.000814 -0.706967 0.707247 -vn -0.000814 -0.706967 0.707247 -vn 0.000115 -0.707094 0.707120 -vn 0.000115 -0.707094 0.707120 -vn 0.000115 -0.707094 0.707120 -vn 0.000079 -0.707126 0.707087 -vn 0.000079 -0.707126 0.707087 -vn 0.000079 -0.707126 0.707087 -vn -0.000101 -0.707064 0.707150 -vn -0.000101 -0.707064 0.707150 -vn -0.000101 -0.707064 0.707150 -vn 0.000049 -0.707113 0.707101 -vn 0.000049 -0.707113 0.707101 -vn 0.000049 -0.707113 0.707101 -vn 0.000008 -0.707096 0.707117 -vn 0.000008 -0.707096 0.707117 -vn 0.000008 -0.707096 0.707117 -vn -0.000200 -0.707107 0.707107 -vn -0.000200 -0.707107 0.707107 -vn -0.000200 -0.707107 0.707107 -vn 0.000009 -0.707113 0.707101 -vn 0.000009 -0.707113 0.707101 -vn 0.000009 -0.707113 0.707101 -vn -0.000074 -0.707094 0.707119 -vn -0.000074 -0.707095 0.707119 -vn -0.000074 -0.707094 0.707119 -vn -0.000118 -0.707104 0.707110 -vn -0.000118 -0.707104 0.707110 -vn -0.000118 -0.707104 0.707110 -vn 0.000220 -0.707134 0.707079 -vn 0.000220 -0.707134 0.707079 -vn 0.000220 -0.707134 0.707079 -vn 0.000072 -0.707119 0.707095 -vn 0.000072 -0.707118 0.707095 -vn 0.000072 -0.707119 0.707095 -vn -0.000181 -0.707089 0.707125 -vn -0.000181 -0.707089 0.707125 -vn -0.000181 -0.707089 0.707125 -vn -0.000146 -0.707075 0.707138 -vn -0.000146 -0.707075 0.707138 -vn -0.000146 -0.707075 0.707138 -vn 0.000012 -0.707136 0.707078 -vn 0.000012 -0.707136 0.707078 -vn 0.000012 -0.707136 0.707078 -vn 0.000051 -0.707081 0.707132 -vn 0.000051 -0.707081 0.707132 -vn 0.000051 -0.707081 0.707132 -vn -0.000103 -0.707235 0.706978 -vn -0.000103 -0.707235 0.706978 -vn -0.000103 -0.707235 0.706978 -vn 0.000023 -0.707061 0.707153 -vn 0.000023 -0.707061 0.707153 -vn 0.000023 -0.707061 0.707153 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000153 -0.707582 0.706631 -vn -0.000153 -0.707582 0.706631 -vn -0.000153 -0.707582 0.706631 -vn 0.000000 -0.707143 0.707070 -vn 0.000000 -0.707143 0.707070 -vn 0.000000 -0.707143 0.707070 -vn 0.000000 -0.704518 0.709686 -vn 0.000000 -0.704518 0.709686 -vn 0.000000 -0.704518 0.709686 -vn 0.000023 -0.707124 0.707090 -vn 0.000023 -0.707124 0.707090 -vn 0.000023 -0.707124 0.707090 -vn 0.000003 -0.707267 0.706947 -vn 0.000003 -0.707267 0.706947 -vn 0.000003 -0.707267 0.706947 -vn 0.000000 -0.707274 0.706939 -vn 0.000000 -0.707274 0.706939 -vn 0.000000 -0.707274 0.706939 -vn 0.000000 -0.707157 0.707056 -vn 0.000000 -0.707157 0.707056 -vn 0.000000 -0.707157 0.707056 -vn 0.000000 -0.707298 0.706916 -vn 0.000000 -0.707298 0.706916 -vn 0.000000 -0.707298 0.706916 -vn -0.000598 -0.705909 0.708302 -vn -0.000598 -0.705909 0.708302 -vn -0.000598 -0.705909 0.708302 -vn 0.000000 -0.707077 0.707137 -vn 0.000000 -0.707077 0.707137 -vn 0.000000 -0.707077 0.707137 -vn 0.000315 -0.707107 0.707107 -vn 0.000315 -0.707107 0.707107 -vn 0.000315 -0.707107 0.707107 -vn 0.000000 -0.706789 0.707424 -vn 0.000000 -0.706789 0.707424 -vn 0.000000 -0.706789 0.707424 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000035 -0.707107 0.707107 -vn 0.000035 -0.707107 0.707107 -vn 0.000035 -0.707107 0.707107 -vn -0.000077 -0.707107 0.707107 -vn -0.000077 -0.707107 0.707107 -vn -0.000077 -0.707107 0.707107 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000052 -0.707055 0.707159 -vn 0.000052 -0.707055 0.707159 -vn 0.000052 -0.707055 0.707159 -vn -0.000042 -0.707107 0.707107 -vn -0.000042 -0.707107 0.707107 -vn -0.000042 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000252 -0.706267 0.707946 -vn -0.000252 -0.706267 0.707946 -vn -0.000252 -0.706267 0.707946 -vn 0.000000 -0.707135 0.707079 -vn 0.000000 -0.707135 0.707079 -vn 0.000000 -0.707135 0.707079 -vn 0.000025 -0.707107 0.707107 -vn 0.000025 -0.707107 0.707107 -vn 0.000025 -0.707107 0.707107 -vn 0.000024 -0.707058 0.707155 -vn 0.000024 -0.707058 0.707155 -vn 0.000024 -0.707058 0.707155 -vn -0.000783 -0.706323 0.707889 -vn -0.000783 -0.706323 0.707889 -vn -0.000783 -0.706323 0.707889 -vn -0.000077 -0.707184 0.707030 -vn -0.000077 -0.707184 0.707030 -vn -0.000077 -0.707184 0.707030 -vn 0.000089 -0.707107 0.707107 -vn 0.000089 -0.707107 0.707107 -vn 0.000089 -0.707107 0.707107 -vn 0.000009 -0.707107 0.707107 -vn 0.000009 -0.707107 0.707107 -vn 0.000009 -0.707107 0.707107 -vn -0.000305 -0.706419 0.707794 -vn -0.000305 -0.706419 0.707794 -vn -0.000305 -0.706419 0.707794 -vn -0.000036 -0.707143 0.707071 -vn -0.000036 -0.707143 0.707071 -vn -0.000036 -0.707143 0.707071 -vn 0.000003 -0.707120 0.707094 -vn 0.000003 -0.707120 0.707094 -vn 0.000003 -0.707120 0.707094 -vn 0.000000 -0.707370 0.706844 -vn 0.000000 -0.707370 0.706844 -vn 0.000000 -0.707370 0.706844 -vn 0.000000 -0.706748 0.707466 -vn 0.000000 -0.706748 0.707466 -vn 0.000000 -0.706748 0.707466 -vn -0.000153 -0.706954 0.707259 -vn -0.000153 -0.706954 0.707259 -vn -0.000153 -0.706954 0.707259 -vn 0.000059 -0.707166 0.707048 -vn 0.000059 -0.707165 0.707048 -vn 0.000059 -0.707166 0.707048 -vn 0.000000 -0.706842 0.707372 -vn 0.000000 -0.706842 0.707372 -vn 0.000000 -0.706842 0.707372 -vn 0.000000 -0.707229 0.706985 -vn 0.000000 -0.707229 0.706985 -vn 0.000000 -0.707229 0.706985 -vn -0.000934 -0.708040 0.706172 -vn -0.000934 -0.708040 0.706172 -vn -0.000934 -0.708040 0.706172 -vn 0.000504 -0.706097 0.708115 -vn 0.000504 -0.706097 0.708115 -vn 0.000504 -0.706097 0.708115 -vn -0.000239 -0.707425 0.706788 -vn -0.000239 -0.707425 0.706788 -vn -0.000239 -0.707425 0.706788 -vn 0.004975 -0.736318 0.676617 -vn 0.004975 -0.736318 0.676617 -vn 0.004975 -0.736318 0.676617 -vn -0.000498 -0.707107 0.707107 -vn -0.000498 -0.707107 0.707107 -vn -0.000498 -0.707107 0.707107 -vn 0.000480 -0.704223 0.709979 -vn 0.000480 -0.704223 0.709979 -vn 0.000480 -0.704223 0.709979 -vn 0.000000 0.000000 0.000000 -vn -0.014845 -0.757073 0.653161 -vn -0.014845 -0.757073 0.653161 -vn 0.000398 -0.706510 0.707703 -vn 0.000398 -0.706510 0.707703 -vn 0.000398 -0.706510 0.707703 -vn 0.000000 -0.705332 0.708877 -vn 0.000000 -0.705332 0.708877 -vn 0.000000 -0.705332 0.708877 -vn 0.000611 -0.706342 0.707870 -vn 0.000611 -0.706342 0.707870 -vn 0.000611 -0.706342 0.707870 -vn 0.000205 -0.705775 0.708436 -vn 0.000205 -0.705775 0.708436 -vn 0.000205 -0.705775 0.708436 -vn 0.000000 -0.708244 0.705968 -vn 0.000000 -0.708244 0.705968 -vn 0.000000 -0.708244 0.705968 -vn -0.000634 -0.707107 0.707107 -vn -0.000634 -0.707107 0.707107 -vn -0.000634 -0.707107 0.707107 -vn 0.000701 -0.707807 0.706406 -vn 0.000701 -0.707807 0.706405 -vn 0.000701 -0.707807 0.706406 -vn -0.000338 -0.706092 0.708120 -vn -0.000338 -0.706093 0.708120 -vn -0.000338 -0.706092 0.708120 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.001554 -0.705550 0.708658 -vn 0.001554 -0.705550 0.708658 -vn 0.001554 -0.705550 0.708658 -vn -0.000138 -0.708207 0.706005 -vn -0.000138 -0.708207 0.706005 -vn -0.000138 -0.708207 0.706005 -vn -0.000103 -0.706286 0.707927 -vn -0.000103 -0.706286 0.707927 -vn -0.000103 -0.706286 0.707927 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.717364 0.696699 -vn 0.000000 -0.717364 0.696699 -vn 0.000000 -0.717364 0.696699 -vn 0.000315 -0.706713 0.707500 -vn 0.000315 -0.706713 0.707500 -vn 0.000315 -0.706713 0.707500 -vn 0.001356 -0.709137 0.705069 -vn 0.001356 -0.709137 0.705069 -vn 0.001356 -0.709137 0.705069 -vn 0.000291 -0.706524 0.707689 -vn 0.000291 -0.706524 0.707689 -vn 0.000291 -0.706524 0.707689 -vn -0.000548 -0.707289 0.706924 -vn -0.000548 -0.707289 0.706924 -vn -0.000548 -0.707289 0.706924 -vn 0.000000 -0.706165 0.708048 -vn 0.000000 -0.706165 0.708048 -vn 0.000000 -0.706165 0.708048 -vn 0.000293 -0.707107 0.707107 -vn 0.000293 -0.707107 0.707107 -vn 0.000293 -0.707107 0.707107 -vn 0.000851 -0.706255 0.707957 -vn 0.000851 -0.706255 0.707957 -vn 0.000851 -0.706255 0.707957 -vn 0.000109 -0.706559 0.707654 -vn 0.000109 -0.706559 0.707654 -vn 0.000109 -0.706559 0.707654 -vn -0.000735 -0.708209 0.706003 -vn -0.000735 -0.708208 0.706003 -vn -0.000735 -0.708208 0.706003 -vn -0.001076 -0.708182 0.706029 -vn -0.001076 -0.708182 0.706029 -vn -0.001076 -0.708182 0.706029 -vn 0.000000 -0.708174 0.706038 -vn 0.000000 -0.708174 0.706038 -vn 0.000000 -0.708174 0.706038 -vn 0.486608 0.617729 0.617757 -vn 0.486608 0.617729 0.617757 -vn 0.486608 0.617729 0.617757 -vn 0.486686 0.617712 0.617712 -vn 0.486686 0.617712 0.617712 -vn 0.486686 0.617712 0.617712 -vn 0.367407 0.657652 0.657652 -vn 0.367407 0.657652 0.657652 -vn 0.367407 0.657652 0.657652 -vn 0.367280 0.657661 0.657714 -vn 0.367280 0.657661 0.657714 -vn 0.367280 0.657661 0.657714 -vn -0.349268 0.662576 0.662575 -vn -0.349268 0.662576 0.662575 -vn -0.349268 0.662576 0.662575 -vn -0.349202 0.662593 0.662593 -vn -0.349202 0.662593 0.662593 -vn -0.349202 0.662593 0.662593 -vn -0.453714 0.630165 0.630107 -vn -0.453714 0.630165 0.630107 -vn -0.453714 0.630165 0.630107 -vn -0.453767 0.630117 0.630117 -vn -0.453767 0.630117 0.630117 -vn -0.453767 0.630117 0.630117 -vn -0.605264 0.562862 0.562887 -vn -0.605264 0.562862 0.562887 -vn -0.605264 0.562862 0.562887 -vn -0.605345 0.562818 0.562844 -vn -0.605345 0.562818 0.562844 -vn -0.605345 0.562818 0.562844 -vn -0.459663 0.627977 0.627977 -vn -0.459663 0.627977 0.627977 -vn -0.459663 0.627977 0.627977 -vn -0.459738 0.627965 0.627934 -vn -0.459738 0.627965 0.627934 -vn -0.459738 0.627965 0.627934 -vn -0.538611 0.595758 0.595794 -vn -0.538611 0.595758 0.595794 -vn -0.538611 0.595758 0.595794 -vn -0.538628 0.595768 0.595768 -vn -0.538628 0.595768 0.595768 -vn -0.538628 0.595768 0.595768 -vn -0.578136 0.576957 0.576957 -vn -0.578136 0.576957 0.576957 -vn -0.578136 0.576957 0.576957 -vn -0.578112 0.576954 0.576984 -vn -0.578112 0.576954 0.576984 -vn -0.578112 0.576954 0.576984 -vn -0.398680 0.648501 0.648461 -vn -0.398680 0.648501 0.648461 -vn -0.398680 0.648501 0.648461 -vn -0.398688 0.648478 0.648478 -vn -0.398688 0.648478 0.648478 -vn -0.398688 0.648478 0.648478 -vn -0.639674 0.543591 0.543439 -vn -0.639674 0.543591 0.543439 -vn -0.639674 0.543591 0.543439 -vn -0.639825 0.543327 0.543526 -vn -0.639825 0.543327 0.543526 -vn -0.639825 0.543327 0.543526 -vn -0.565036 0.583397 0.583423 -vn -0.565036 0.583397 0.583423 -vn -0.565036 0.583397 0.583423 -vn -0.564981 0.583443 0.583430 -vn -0.564981 0.583443 0.583430 -vn -0.564981 0.583443 0.583430 -vn -0.423269 0.640642 0.640642 -vn -0.423269 0.640642 0.640642 -vn -0.423269 0.640642 0.640642 -vn -0.423258 0.640671 0.640619 -vn -0.423258 0.640671 0.640619 -vn -0.423258 0.640671 0.640619 -vn -0.707395 0.499841 0.499751 -vn -0.707395 0.499841 0.499751 -vn -0.707395 0.499841 0.499751 -vn -0.707229 0.499981 0.499846 -vn -0.707229 0.499981 0.499846 -vn -0.707229 0.499981 0.499846 -vn -0.533280 0.598129 0.598210 -vn -0.533280 0.598129 0.598210 -vn -0.533280 0.598129 0.598210 -vn -0.533234 0.598205 0.598175 -vn -0.533234 0.598205 0.598175 -vn -0.533234 0.598205 0.598174 -vn -0.478454 0.620961 0.620878 -vn -0.478454 0.620961 0.620878 -vn -0.478454 0.620961 0.620878 -vn -0.478547 0.620880 0.620887 -vn -0.478547 0.620880 0.620887 -vn -0.478547 0.620880 0.620887 -vn -0.595886 0.567907 0.567804 -vn -0.595886 0.567907 0.567804 -vn -0.595886 0.567907 0.567804 -vn -0.595966 0.567784 0.567843 -vn -0.595966 0.567784 0.567843 -vn -0.595966 0.567784 0.567843 -vn -0.434760 0.636803 0.636762 -vn -0.434760 0.636803 0.636762 -vn -0.434760 0.636803 0.636762 -vn -0.434786 0.636758 0.636789 -vn -0.434786 0.636758 0.636789 -vn -0.434786 0.636758 0.636789 -vn -0.563850 0.583922 0.584044 -vn -0.563850 0.583922 0.584044 -vn -0.563850 0.583922 0.584044 -vn -0.563765 0.584040 0.584009 -vn -0.563765 0.584040 0.584009 -vn -0.563765 0.584040 0.584009 -vn -0.572323 0.579795 0.579900 -vn -0.572323 0.579795 0.579900 -vn -0.572323 0.579795 0.579900 -vn -0.572332 0.579848 0.579839 -vn -0.572332 0.579848 0.579839 -vn -0.572332 0.579848 0.579839 -vn -0.395125 0.649586 0.649549 -vn -0.395125 0.649586 0.649549 -vn -0.395125 0.649586 0.649549 -vn -0.395113 0.649592 0.649550 -vn -0.395113 0.649592 0.649550 -vn -0.395113 0.649592 0.649550 -vn -0.655162 0.534192 0.534230 -vn -0.655162 0.534192 0.534230 -vn -0.655162 0.534192 0.534230 -vn -0.655129 0.534245 0.534217 -vn -0.655129 0.534245 0.534217 -vn -0.655129 0.534245 0.534217 -vn -0.555640 0.587905 0.587905 -vn -0.555640 0.587905 0.587905 -vn -0.555640 0.587905 0.587905 -vn -0.555730 0.587825 0.587899 -vn -0.555730 0.587825 0.587899 -vn -0.555730 0.587825 0.587899 -vn -0.452456 0.630598 0.630579 -vn -0.452456 0.630598 0.630579 -vn -0.452456 0.630598 0.630579 -vn -0.452352 0.630631 0.630620 -vn -0.452352 0.630631 0.630620 -vn -0.452352 0.630631 0.630620 -vn -0.616456 0.556464 0.557073 -vn -0.616456 0.556464 0.557073 -vn -0.616456 0.556464 0.557073 -vn -0.616507 0.556845 0.556634 -vn -0.616507 0.556845 0.556634 -vn -0.616507 0.556845 0.556634 -vn -0.504907 0.610317 0.610396 -vn -0.504907 0.610317 0.610396 -vn -0.504907 0.610317 0.610396 -vn -0.504857 0.610401 0.610352 -vn -0.504857 0.610401 0.610352 -vn -0.504857 0.610401 0.610352 -vn -0.503927 0.610730 0.610791 -vn -0.503927 0.610730 0.610791 -vn -0.503927 0.610730 0.610791 -vn -0.503917 0.610788 0.610742 -vn -0.503917 0.610788 0.610742 -vn -0.503917 0.610788 0.610742 -vn -0.587208 0.572345 0.572371 -vn -0.587208 0.572345 0.572371 -vn -0.587208 0.572345 0.572371 -vn -0.587290 0.572309 0.572322 -vn -0.587290 0.572309 0.572322 -vn -0.587290 0.572309 0.572322 -vn -0.412934 0.644005 0.644005 -vn -0.412934 0.644005 0.644005 -vn -0.412934 0.644005 0.644005 -vn -0.412946 0.643986 0.644017 -vn -0.412946 0.643986 0.644017 -vn -0.412946 0.643986 0.644017 -vn -0.596435 0.567567 0.567567 -vn -0.596435 0.567567 0.567567 -vn -0.596435 0.567567 0.567567 -vn -0.596331 0.567610 0.567634 -vn -0.596331 0.567610 0.567634 -vn -0.596331 0.567610 0.567634 -vn -0.585803 0.573093 0.573062 -vn -0.585803 0.573093 0.573062 -vn -0.585803 0.573093 0.573062 -vn -0.585883 0.573036 0.573036 -vn -0.585883 0.573036 0.573036 -vn -0.585883 0.573036 0.573036 -vn -0.669883 0.524976 0.525031 -vn -0.669883 0.524976 0.525031 -vn -0.669883 0.524976 0.525031 -vn -0.669822 0.525090 0.524994 -vn -0.669822 0.525090 0.524994 -vn -0.669822 0.525090 0.524994 -vn -0.753166 -0.465134 -0.465179 -vn -0.753166 -0.465134 -0.465179 -vn -0.753166 -0.465134 -0.465179 -vn -0.753095 -0.465245 -0.465184 -vn -0.753095 -0.465245 -0.465184 -vn -0.753095 -0.465245 -0.465184 -vn -0.637624 -0.544706 -0.544731 -vn -0.637624 -0.544706 -0.544731 -vn -0.637624 -0.544706 -0.544731 -vn -0.637598 -0.544777 -0.544689 -vn -0.637598 -0.544777 -0.544689 -vn -0.637598 -0.544777 -0.544689 -vn -0.505130 -0.610279 -0.610249 -vn -0.505130 -0.610279 -0.610249 -vn -0.505130 -0.610279 -0.610249 -vn -0.505157 -0.610218 -0.610287 -vn -0.505157 -0.610218 -0.610287 -vn -0.505157 -0.610218 -0.610287 -vn -0.502986 -0.611129 -0.611169 -vn -0.502986 -0.611129 -0.611169 -vn -0.502986 -0.611129 -0.611169 -vn -0.502971 -0.611145 -0.611165 -vn -0.502971 -0.611145 -0.611165 -vn -0.502971 -0.611145 -0.611165 -vn -0.615614 -0.557170 -0.557299 -vn -0.615614 -0.557170 -0.557299 -vn -0.615614 -0.557170 -0.557299 -vn -0.615816 -0.557310 -0.556935 -vn -0.615816 -0.557310 -0.556935 -vn -0.615816 -0.557310 -0.556935 -vn -0.452456 -0.630610 -0.630567 -vn -0.452456 -0.630610 -0.630567 -vn -0.452456 -0.630610 -0.630567 -vn -0.452453 -0.630579 -0.630600 -vn -0.452453 -0.630579 -0.630600 -vn -0.452453 -0.630579 -0.630600 -vn -0.555605 -0.587946 -0.587897 -vn -0.555605 -0.587946 -0.587897 -vn -0.555605 -0.587946 -0.587897 -vn -0.555540 -0.587958 -0.587946 -vn -0.555540 -0.587958 -0.587946 -vn -0.555540 -0.587958 -0.587946 -vn -0.655001 -0.534311 -0.534308 -vn -0.655001 -0.534311 -0.534308 -vn -0.655001 -0.534311 -0.534308 -vn -0.655316 -0.534054 -0.534179 -vn -0.655316 -0.534054 -0.534179 -vn -0.655316 -0.534054 -0.534179 -vn -0.395254 -0.649507 -0.649549 -vn -0.395254 -0.649507 -0.649549 -vn -0.395254 -0.649507 -0.649549 -vn -0.395121 -0.649590 -0.649548 -vn -0.395121 -0.649590 -0.649548 -vn -0.395121 -0.649590 -0.649548 -vn -0.572270 -0.579917 -0.579831 -vn -0.572270 -0.579917 -0.579831 -vn -0.572270 -0.579917 -0.579831 -vn -0.572338 -0.579849 -0.579832 -vn -0.572338 -0.579849 -0.579832 -vn -0.572338 -0.579849 -0.579832 -vn -0.563946 -0.583937 -0.583937 -vn -0.563946 -0.583937 -0.583937 -vn -0.563946 -0.583937 -0.583937 -vn -0.563828 -0.584019 -0.583968 -vn -0.563829 -0.584019 -0.583968 -vn -0.563829 -0.584019 -0.583968 -vn -0.434720 -0.636817 -0.636775 -vn -0.434720 -0.636817 -0.636775 -vn -0.434720 -0.636817 -0.636775 -vn -0.434762 -0.636787 -0.636777 -vn -0.434762 -0.636787 -0.636776 -vn -0.434762 -0.636787 -0.636776 -vn -0.599265 -0.565984 -0.566166 -vn -0.599265 -0.565984 -0.566166 -vn -0.599265 -0.565984 -0.566166 -vn -0.599308 -0.566112 -0.565992 -vn -0.599308 -0.566112 -0.565992 -vn -0.599308 -0.566112 -0.565992 -vn -0.479978 -0.620358 -0.620303 -vn -0.479978 -0.620358 -0.620303 -vn -0.479979 -0.620358 -0.620303 -vn -0.479916 -0.620355 -0.620355 -vn -0.479916 -0.620355 -0.620355 -vn -0.479916 -0.620355 -0.620355 -vn -0.531446 -0.598984 -0.598984 -vn -0.531446 -0.598984 -0.598984 -vn -0.531446 -0.598984 -0.598984 -vn -0.531455 -0.598996 -0.598965 -vn -0.531455 -0.598996 -0.598965 -vn -0.531455 -0.598996 -0.598965 -vn -0.706954 -0.500483 -0.499732 -vn -0.706954 -0.500483 -0.499732 -vn -0.706954 -0.500483 -0.499732 -vn -0.707054 -0.499858 -0.500217 -vn -0.707054 -0.499858 -0.500217 -vn -0.707054 -0.499858 -0.500217 -vn -0.423275 -0.640660 -0.640619 -vn -0.423275 -0.640660 -0.640619 -vn -0.423275 -0.640660 -0.640619 -vn -0.423312 -0.640643 -0.640612 -vn -0.423312 -0.640643 -0.640612 -vn -0.423312 -0.640643 -0.640612 -vn -0.564926 -0.583526 -0.583401 -vn -0.564926 -0.583526 -0.583401 -vn -0.564926 -0.583526 -0.583401 -vn -0.565066 -0.583349 -0.583442 -vn -0.565066 -0.583349 -0.583442 -vn -0.565066 -0.583349 -0.583442 -vn -0.639755 -0.543467 -0.543467 -vn -0.639755 -0.543467 -0.543467 -vn -0.639755 -0.543467 -0.543467 -vn -0.639713 -0.543553 -0.543431 -vn -0.639713 -0.543553 -0.543431 -vn -0.639713 -0.543553 -0.543431 -vn -0.398716 -0.648438 -0.648501 -vn -0.398716 -0.648438 -0.648501 -vn -0.398716 -0.648439 -0.648501 -vn -0.398650 -0.648511 -0.648469 -vn -0.398651 -0.648511 -0.648469 -vn -0.398651 -0.648511 -0.648469 -vn -0.578145 -0.576925 -0.576981 -vn -0.578145 -0.576925 -0.576981 -vn -0.578145 -0.576925 -0.576981 -vn -0.578194 -0.576943 -0.576913 -vn -0.578194 -0.576943 -0.576913 -vn -0.578194 -0.576943 -0.576913 -vn -0.538611 -0.595758 -0.595794 -vn -0.538611 -0.595758 -0.595794 -vn -0.538611 -0.595758 -0.595794 -vn -0.538498 -0.595836 -0.595818 -vn -0.538498 -0.595836 -0.595818 -vn -0.538498 -0.595836 -0.595818 -vn -0.459716 -0.627978 -0.627937 -vn -0.459716 -0.627978 -0.627937 -vn -0.459716 -0.627978 -0.627937 -vn -0.459751 -0.627924 -0.627965 -vn -0.459751 -0.627924 -0.627965 -vn -0.459751 -0.627924 -0.627965 -vn -0.608696 -0.561059 -0.560983 -vn -0.608696 -0.561059 -0.560983 -vn -0.608696 -0.561059 -0.560983 -vn -0.608827 -0.560874 -0.561027 -vn -0.608826 -0.560874 -0.561027 -vn -0.608827 -0.560874 -0.561027 -vn -0.891266 0.320616 0.320703 -vn -0.891266 0.320616 0.320703 -vn -0.891266 0.320616 0.320703 -vn -0.891309 0.320593 0.320607 -vn -0.891309 0.320593 0.320607 -vn -0.891309 0.320593 0.320607 -vn -0.922269 0.273323 0.273339 -vn -0.922269 0.273323 0.273339 -vn -0.922269 0.273323 0.273339 -vn -0.922280 0.273288 0.273336 -vn -0.922280 0.273288 0.273336 -vn -0.922280 0.273288 0.273336 -vn -0.558481 0.586565 0.586550 -vn -0.558481 0.586565 0.586550 -vn -0.558481 0.586564 0.586550 -vn -0.558464 0.586572 0.586559 -vn -0.558464 0.586572 0.586559 -vn -0.558464 0.586572 0.586559 -vn -0.437679 0.635782 0.635782 -vn -0.437679 0.635782 0.635782 -vn -0.437679 0.635782 0.635782 -vn -0.437730 0.635759 0.635769 -vn -0.437730 0.635759 0.635769 -vn -0.437730 0.635759 0.635769 -vn -0.707971 0.499136 0.499641 -vn -0.707971 0.499136 0.499641 -vn -0.707971 0.499136 0.499641 -vn -0.706091 0.500645 0.500789 -vn -0.706091 0.500645 0.500789 -vn -0.706091 0.500645 0.500789 -vn -0.526354 0.601223 0.601233 -vn -0.526354 0.601223 0.601233 -vn -0.526354 0.601223 0.601233 -vn -0.526343 0.601268 0.601198 -vn -0.526343 0.601268 0.601199 -vn -0.526343 0.601268 0.601198 -vn -0.486655 0.617753 0.617696 -vn -0.486655 0.617753 0.617696 -vn -0.486655 0.617753 0.617696 -vn -0.486745 0.617661 0.617717 -vn -0.486745 0.617661 0.617717 -vn -0.486745 0.617661 0.617717 -vn -0.597498 0.567042 0.566975 -vn -0.597498 0.567042 0.566975 -vn -0.597498 0.567042 0.566975 -vn -0.597570 0.566994 0.566946 -vn -0.597570 0.566994 0.566946 -vn -0.597570 0.566994 0.566946 -vn -0.425288 0.639973 0.639973 -vn -0.425288 0.639973 0.639973 -vn -0.425287 0.639973 0.639973 -vn -0.425327 0.639970 0.639949 -vn -0.425327 0.639970 0.639949 -vn -0.425327 0.639970 0.639950 -vn -0.571990 0.580012 0.580012 -vn -0.571990 0.580012 0.580012 -vn -0.571990 0.580012 0.580012 -vn -0.571853 0.580106 0.580054 -vn -0.571853 0.580106 0.580053 -vn -0.571853 0.580106 0.580053 -vn -0.574109 0.578947 0.578981 -vn -0.574109 0.578947 0.578981 -vn -0.574108 0.578947 0.578981 -vn -0.574100 0.579032 0.578905 -vn -0.574100 0.579032 0.578905 -vn -0.574100 0.579032 0.578905 -vn -0.393652 0.649980 0.650049 -vn -0.393652 0.649980 0.650049 -vn -0.393652 0.649980 0.650049 -vn -0.393722 0.650009 0.649978 -vn -0.393722 0.650009 0.649978 -vn -0.393722 0.650009 0.649978 -vn -0.707058 0.500115 0.499954 -vn -0.707058 0.500115 0.499954 -vn -0.707058 0.500115 0.499954 -vn -0.707121 0.499952 0.500028 -vn -0.707121 0.499952 0.500028 -vn -0.707121 0.499952 0.500028 -vn -0.569789 0.581117 0.581071 -vn -0.569789 0.581117 0.581071 -vn -0.569789 0.581117 0.581071 -vn -0.569773 0.581113 0.581090 -vn -0.569773 0.581113 0.581090 -vn -0.569773 0.581113 0.581090 -vn -0.426126 0.639716 0.639671 -vn -0.426126 0.639716 0.639671 -vn -0.426126 0.639716 0.639671 -vn -0.426204 0.639607 0.639730 -vn -0.426204 0.639606 0.639730 -vn -0.426203 0.639607 0.639730 -vn -0.615370 0.557197 0.557541 -vn -0.615370 0.557197 0.557541 -vn -0.615370 0.557197 0.557541 -vn -0.614513 0.558083 0.557600 -vn -0.614513 0.558083 0.557599 -vn -0.614513 0.558083 0.557599 -vn -0.495114 0.614411 0.614298 -vn -0.495114 0.614411 0.614298 -vn -0.495114 0.614411 0.614298 -vn -0.495137 0.614270 0.614420 -vn -0.495137 0.614270 0.614420 -vn -0.495137 0.614270 0.614420 -vn -0.504364 0.610614 0.610547 -vn -0.504364 0.610614 0.610547 -vn -0.504364 0.610614 0.610547 -vn -0.504361 0.610547 0.610617 -vn -0.504361 0.610547 0.610617 -vn -0.504361 0.610547 0.610617 -vn -0.584167 0.573861 0.573963 -vn -0.584167 0.573861 0.573963 -vn -0.584167 0.573861 0.573963 -vn -0.584010 0.574075 0.573909 -vn -0.584010 0.574075 0.573909 -vn -0.584010 0.574075 0.573909 -vn -0.414403 0.643533 0.643533 -vn -0.414403 0.643533 0.643533 -vn -0.414403 0.643533 0.643533 -vn -0.414417 0.643534 0.643524 -vn -0.414417 0.643534 0.643524 -vn -0.414417 0.643534 0.643524 -vn -0.603483 0.563845 0.563815 -vn -0.603483 0.563845 0.563815 -vn -0.603483 0.563845 0.563815 -vn -0.603570 0.563765 0.563801 -vn -0.603570 0.563765 0.563801 -vn -0.603570 0.563765 0.563801 -vn -0.568297 0.581854 0.581794 -vn -0.568297 0.581854 0.581794 -vn -0.568297 0.581854 0.581794 -vn -0.568311 0.581817 0.581817 -vn -0.568311 0.581817 0.581817 -vn -0.568311 0.581817 0.581817 -vn -0.409605 0.645011 0.645124 -vn -0.409605 0.645011 0.645124 -vn -0.409605 0.645011 0.645124 -vn -0.409582 0.645106 0.645043 -vn -0.409582 0.645106 0.645043 -vn -0.409582 0.645106 0.645043 -vn -0.707302 0.499708 0.500016 -vn -0.707302 0.499708 0.500016 -vn -0.707302 0.499708 0.500016 -vn -0.706792 0.500334 0.500111 -vn -0.706792 0.500334 0.500111 -vn -0.706792 0.500334 0.500111 -vn -0.549403 0.590850 0.590807 -vn -0.549403 0.590850 0.590807 -vn -0.549403 0.590850 0.590807 -vn -0.549384 0.590843 0.590832 -vn -0.549384 0.590843 0.590832 -vn -0.549384 0.590843 0.590832 -vn -0.448848 0.631876 0.631876 -vn -0.448848 0.631876 0.631876 -vn -0.448848 0.631876 0.631876 -vn -0.448814 0.631885 0.631891 -vn -0.448814 0.631885 0.631891 -vn -0.448814 0.631885 0.631891 -vn -0.607229 0.561871 0.561760 -vn -0.607229 0.561871 0.561760 -vn -0.607229 0.561871 0.561760 -vn -0.607085 0.561851 0.561935 -vn -0.607085 0.561851 0.561935 -vn -0.607085 0.561851 0.561935 -vn -0.536307 0.596834 0.596795 -vn -0.536307 0.596834 0.596795 -vn -0.536307 0.596834 0.596795 -vn -0.536356 0.596768 0.596817 -vn -0.536356 0.596768 0.596817 -vn -0.536356 0.596768 0.596817 -vn -0.707129 0.500001 0.499967 -vn -0.707129 0.500001 0.499967 -vn -0.707129 0.500001 0.499967 -vn -0.707093 0.500061 0.499959 -vn -0.707093 0.500061 0.499959 -vn -0.707093 0.500061 0.499959 -vn -0.793743 -0.430085 -0.430116 -vn -0.793743 -0.430085 -0.430116 -vn -0.793743 -0.430085 -0.430116 -vn -0.793549 -0.430308 -0.430250 -vn -0.793549 -0.430308 -0.430250 -vn -0.793549 -0.430308 -0.430250 -vn -0.720557 -0.490293 -0.490317 -vn -0.720557 -0.490293 -0.490317 -vn -0.720557 -0.490293 -0.490317 -vn -0.720544 -0.490308 -0.490320 -vn -0.720544 -0.490308 -0.490320 -vn -0.720544 -0.490308 -0.490320 -vn -0.611620 -0.559456 -0.559402 -vn -0.611620 -0.559456 -0.559402 -vn -0.611620 -0.559456 -0.559402 -vn -0.611680 -0.559376 -0.559416 -vn -0.611680 -0.559376 -0.559416 -vn -0.611680 -0.559376 -0.559416 -vn -0.402867 -0.647186 -0.647186 -vn -0.402867 -0.647186 -0.647186 -vn -0.402867 -0.647186 -0.647186 -vn -0.402865 -0.647181 -0.647191 -vn -0.402865 -0.647181 -0.647191 -vn -0.402865 -0.647181 -0.647191 -vn -0.583923 -0.574058 -0.574013 -vn -0.583923 -0.574058 -0.574013 -vn -0.583923 -0.574058 -0.574013 -vn -0.583893 -0.574062 -0.574040 -vn -0.583893 -0.574062 -0.574040 -vn -0.583893 -0.574062 -0.574040 -vn -0.525764 -0.601453 -0.601520 -vn -0.525764 -0.601453 -0.601520 -vn -0.525764 -0.601453 -0.601520 -vn -0.525757 -0.601515 -0.601465 -vn -0.525757 -0.601515 -0.601465 -vn -0.525757 -0.601515 -0.601465 -vn -0.478797 -0.620807 -0.620767 -vn -0.478797 -0.620807 -0.620767 -vn -0.478797 -0.620807 -0.620767 -vn -0.478777 -0.620775 -0.620815 -vn -0.478777 -0.620775 -0.620815 -vn -0.478777 -0.620775 -0.620815 -vn -0.607185 -0.561953 -0.561725 -vn -0.607185 -0.561953 -0.561725 -vn -0.607185 -0.561953 -0.561725 -vn -0.607540 -0.561680 -0.561614 -vn -0.607540 -0.561680 -0.561614 -vn -0.607540 -0.561680 -0.561614 -vn -0.435792 -0.636430 -0.636430 -vn -0.435792 -0.636430 -0.636430 -vn -0.435792 -0.636430 -0.636430 -vn -0.435788 -0.636416 -0.636446 -vn -0.435788 -0.636416 -0.636446 -vn -0.435788 -0.636416 -0.636446 -vn -0.564144 -0.583841 -0.583841 -vn -0.564144 -0.583841 -0.583841 -vn -0.564144 -0.583841 -0.583841 -vn -0.564084 -0.583854 -0.583887 -vn -0.564084 -0.583854 -0.583887 -vn -0.564084 -0.583854 -0.583887 -vn -0.706968 -0.500175 -0.500022 -vn -0.706968 -0.500175 -0.500022 -vn -0.706968 -0.500175 -0.500022 -vn -0.707333 -0.499707 -0.499974 -vn -0.707333 -0.499707 -0.499974 -vn -0.707333 -0.499707 -0.499974 -vn -0.396167 -0.649302 -0.649199 -vn -0.396167 -0.649302 -0.649199 -vn -0.396167 -0.649302 -0.649199 -vn -0.396186 -0.649245 -0.649245 -vn -0.396186 -0.649245 -0.649245 -vn -0.396186 -0.649245 -0.649245 -vn -0.568741 -0.581559 -0.581655 -vn -0.568741 -0.581559 -0.581655 -vn -0.568741 -0.581559 -0.581655 -vn -0.568714 -0.581628 -0.581612 -vn -0.568714 -0.581628 -0.581612 -vn -0.568714 -0.581628 -0.581612 -vn -0.585413 -0.573345 -0.573208 -vn -0.585413 -0.573345 -0.573208 -vn -0.585413 -0.573345 -0.573208 -vn -0.585537 -0.573196 -0.573230 -vn -0.585537 -0.573196 -0.573230 -vn -0.585537 -0.573196 -0.573230 -vn -0.416930 -0.642654 -0.642779 -vn -0.416930 -0.642654 -0.642780 -vn -0.416930 -0.642654 -0.642779 -vn -0.416831 -0.642801 -0.642697 -vn -0.416831 -0.642801 -0.642697 -vn -0.416831 -0.642801 -0.642697 -vn -0.592029 -0.569842 -0.569897 -vn -0.592029 -0.569842 -0.569897 -vn -0.592029 -0.569842 -0.569897 -vn -0.592166 -0.569785 -0.569812 -vn -0.592166 -0.569785 -0.569812 -vn -0.592165 -0.569785 -0.569812 -vn -0.500145 -0.612313 -0.612313 -vn -0.500145 -0.612313 -0.612313 -vn -0.500145 -0.612313 -0.612313 -vn -0.500129 -0.612350 -0.612290 -vn -0.500129 -0.612350 -0.612290 -vn -0.500129 -0.612350 -0.612290 -vn -0.516572 -0.605427 -0.605485 -vn -0.516571 -0.605427 -0.605485 -vn -0.516571 -0.605427 -0.605485 -vn -0.516298 -0.605631 -0.605515 -vn -0.516298 -0.605631 -0.605515 -vn -0.516298 -0.605631 -0.605515 -vn -0.445450 -0.633150 -0.633005 -vn -0.445450 -0.633150 -0.633005 -vn -0.445450 -0.633150 -0.633005 -vn -0.445764 -0.632998 -0.632936 -vn -0.445764 -0.632998 -0.632936 -vn -0.445764 -0.632998 -0.632936 -vn -0.559345 -0.586158 -0.586134 -vn -0.559344 -0.586158 -0.586134 -vn -0.559344 -0.586158 -0.586134 -vn -0.559364 -0.586142 -0.586130 -vn -0.559364 -0.586142 -0.586130 -vn -0.559364 -0.586142 -0.586130 -vn -0.655946 -0.533730 -0.533730 -vn -0.655946 -0.533730 -0.533730 -vn -0.655946 -0.533730 -0.533730 -vn -0.655989 -0.533690 -0.533717 -vn -0.655989 -0.533690 -0.533717 -vn -0.655989 -0.533690 -0.533717 -vn -0.394306 -0.649816 -0.649816 -vn -0.394306 -0.649816 -0.649816 -vn -0.394306 -0.649816 -0.649816 -vn -0.394280 -0.649845 -0.649803 -vn -0.394280 -0.649845 -0.649803 -vn -0.394280 -0.649845 -0.649803 -vn -0.574436 -0.578766 -0.578838 -vn -0.574436 -0.578766 -0.578838 -vn -0.574436 -0.578766 -0.578838 -vn -0.574319 -0.578882 -0.578837 -vn -0.574319 -0.578882 -0.578837 -vn -0.574319 -0.578882 -0.578837 -vn -0.559840 -0.585841 -0.585978 -vn -0.559840 -0.585841 -0.585977 -vn -0.559840 -0.585841 -0.585978 -vn -0.559719 -0.586016 -0.585917 -vn -0.559719 -0.586016 -0.585917 -vn -0.559719 -0.586016 -0.585917 -vn -0.146906 -0.699412 -0.699458 -vn -0.146906 -0.699412 -0.699458 -vn -0.146906 -0.699412 -0.699458 -vn -0.146931 -0.699437 -0.699428 -vn -0.146931 -0.699437 -0.699428 -vn -0.146931 -0.699437 -0.699428 -vn 0.227401 -0.688626 -0.688537 -vn 0.227401 -0.688626 -0.688537 -vn 0.227401 -0.688626 -0.688537 -vn 0.227343 -0.688549 -0.688633 -vn 0.227343 -0.688549 -0.688633 -vn 0.227343 -0.688549 -0.688633 -vn 0.639627 -0.543656 -0.543430 -vn 0.639627 -0.543655 -0.543430 -vn 0.639627 -0.543655 -0.543430 -vn 0.639667 -0.543489 -0.543550 -vn 0.639667 -0.543489 -0.543550 -vn 0.639667 -0.543489 -0.543550 -vn 0.563058 -0.584373 -0.584358 -vn 0.563058 -0.584373 -0.584358 -vn 0.563058 -0.584373 -0.584358 -vn 0.563220 -0.584281 -0.584294 -vn 0.563220 -0.584281 -0.584294 -vn 0.563220 -0.584281 -0.584294 -vn 0.419785 -0.641787 -0.641787 -vn 0.419785 -0.641787 -0.641787 -vn 0.419785 -0.641787 -0.641787 -vn 0.419664 -0.641842 -0.641811 -vn 0.419664 -0.641842 -0.641811 -vn 0.419664 -0.641842 -0.641811 -vn 0.707041 -0.499998 -0.500095 -vn 0.707041 -0.499998 -0.500095 -vn 0.707041 -0.499998 -0.500095 -vn 0.707293 -0.499849 -0.499888 -vn 0.707293 -0.499849 -0.499888 -vn 0.707293 -0.499849 -0.499888 -vn 0.534304 -0.597712 -0.597712 -vn 0.534304 -0.597712 -0.597712 -vn 0.534304 -0.597712 -0.597712 -vn 0.534365 -0.597705 -0.597664 -vn 0.534365 -0.597705 -0.597664 -vn 0.534365 -0.597705 -0.597664 -vn 0.480029 -0.620353 -0.620270 -vn 0.480029 -0.620353 -0.620270 -vn 0.480029 -0.620353 -0.620270 -vn 0.479921 -0.620353 -0.620353 -vn 0.479921 -0.620353 -0.620353 -vn 0.479921 -0.620353 -0.620353 -vn 0.599261 -0.566045 -0.566108 -vn 0.599261 -0.566045 -0.566108 -vn 0.599261 -0.566045 -0.566108 -vn 0.599025 -0.566184 -0.566219 -vn 0.599025 -0.566184 -0.566219 -vn 0.599025 -0.566184 -0.566219 -vn 0.432043 -0.637665 -0.637748 -vn 0.432043 -0.637665 -0.637748 -vn 0.432043 -0.637665 -0.637748 -vn 0.432130 -0.637713 -0.637641 -vn 0.432130 -0.637713 -0.637641 -vn 0.432130 -0.637713 -0.637641 -vn 0.564892 -0.583439 -0.583520 -vn 0.564892 -0.583439 -0.583520 -vn 0.564892 -0.583439 -0.583520 -vn 0.564878 -0.583491 -0.583481 -vn 0.564878 -0.583491 -0.583481 -vn 0.564878 -0.583491 -0.583481 -vn 0.573127 -0.579486 -0.579415 -vn 0.573127 -0.579486 -0.579415 -vn 0.573127 -0.579486 -0.579415 -vn 0.573154 -0.579446 -0.579428 -vn 0.573153 -0.579446 -0.579428 -vn 0.573154 -0.579446 -0.579428 -vn 0.396744 -0.649053 -0.649095 -vn 0.396744 -0.649053 -0.649095 -vn 0.396744 -0.649053 -0.649095 -vn 0.396767 -0.649057 -0.649078 -vn 0.396767 -0.649057 -0.649078 -vn 0.396767 -0.649057 -0.649078 -vn 0.655108 -0.534301 -0.534187 -vn 0.655108 -0.534301 -0.534187 -vn 0.655108 -0.534301 -0.534187 -vn 0.655282 -0.534157 -0.534119 -vn 0.655282 -0.534157 -0.534119 -vn 0.655281 -0.534157 -0.534119 -vn 0.553737 -0.588789 -0.588814 -vn 0.553737 -0.588789 -0.588814 -vn 0.553737 -0.588789 -0.588814 -vn 0.553761 -0.588828 -0.588754 -vn 0.553761 -0.588828 -0.588754 -vn 0.553761 -0.588828 -0.588754 -vn 0.450665 -0.631208 -0.631251 -vn 0.450665 -0.631208 -0.631251 -vn 0.450665 -0.631208 -0.631251 -vn 0.450653 -0.631255 -0.631213 -vn 0.450653 -0.631255 -0.631213 -vn 0.450653 -0.631255 -0.631213 -vn 0.619138 -0.556046 -0.554510 -vn 0.619138 -0.556046 -0.554510 -vn 0.619138 -0.556046 -0.554510 -vn 0.618679 -0.555549 -0.555519 -vn 0.618679 -0.555549 -0.555519 -vn 0.618679 -0.555549 -0.555519 -vn 0.507671 -0.609182 -0.609235 -vn 0.507671 -0.609182 -0.609235 -vn 0.507671 -0.609182 -0.609235 -vn 0.507628 -0.609236 -0.609217 -vn 0.507628 -0.609236 -0.609217 -vn 0.507628 -0.609236 -0.609217 -vn 0.505158 -0.610252 -0.610252 -vn 0.505158 -0.610252 -0.610252 -vn 0.505158 -0.610252 -0.610252 -vn 0.505206 -0.610217 -0.610248 -vn 0.505206 -0.610217 -0.610248 -vn 0.505206 -0.610217 -0.610248 -vn 0.590443 -0.570691 -0.570691 -vn 0.590443 -0.570691 -0.570691 -vn 0.590443 -0.570691 -0.570691 -vn 0.590528 -0.570700 -0.570594 -vn 0.590528 -0.570700 -0.570594 -vn 0.590528 -0.570700 -0.570594 -vn 0.409992 -0.644965 -0.644924 -vn 0.409992 -0.644965 -0.644924 -vn 0.409992 -0.644965 -0.644924 -vn 0.409995 -0.644933 -0.644954 -vn 0.409995 -0.644933 -0.644954 -vn 0.409995 -0.644933 -0.644954 -vn 0.597063 -0.567237 -0.567237 -vn 0.597063 -0.567237 -0.567237 -vn 0.597063 -0.567237 -0.567237 -vn 0.597167 -0.567130 -0.567234 -vn 0.597167 -0.567130 -0.567234 -vn 0.597167 -0.567130 -0.567234 -vn 0.572254 -0.579928 -0.579835 -vn 0.572254 -0.579928 -0.579835 -vn 0.572254 -0.579928 -0.579835 -vn 0.572231 -0.579823 -0.579963 -vn 0.572230 -0.579823 -0.579963 -vn 0.572230 -0.579823 -0.579963 -vn 0.395401 -0.649521 -0.649447 -vn 0.395401 -0.649521 -0.649447 -vn 0.395401 -0.649521 -0.649447 -vn 0.395433 -0.649479 -0.649469 -vn 0.395433 -0.649479 -0.649469 -vn 0.395433 -0.649479 -0.649469 -vn 0.707295 -0.499757 -0.499977 -vn 0.707295 -0.499757 -0.499977 -vn 0.707295 -0.499757 -0.499977 -vn 0.707142 -0.500023 -0.499927 -vn 0.707142 -0.500023 -0.499927 -vn 0.707142 -0.500023 -0.499927 -vn 0.560785 -0.585457 -0.585457 -vn 0.560785 -0.585457 -0.585457 -vn 0.560785 -0.585457 -0.585457 -vn 0.560735 -0.585470 -0.585492 -vn 0.560735 -0.585470 -0.585492 -vn 0.560735 -0.585470 -0.585492 -vn 0.440647 -0.634756 -0.634756 -vn 0.440647 -0.634756 -0.634756 -vn 0.440648 -0.634756 -0.634756 -vn 0.440667 -0.634749 -0.634749 -vn 0.440667 -0.634749 -0.634749 -vn 0.440667 -0.634749 -0.634749 -vn 0.605270 -0.562871 -0.562871 -vn 0.605270 -0.562871 -0.562871 -vn 0.605270 -0.562871 -0.562871 -vn 0.605384 -0.562876 -0.562744 -vn 0.605384 -0.562876 -0.562744 -vn 0.605384 -0.562876 -0.562744 -vn 0.476696 -0.621595 -0.621595 -vn 0.476696 -0.621595 -0.621595 -vn 0.476696 -0.621595 -0.621595 -vn 0.476775 -0.621550 -0.621580 -vn 0.476775 -0.621550 -0.621580 -vn 0.476775 -0.621550 -0.621580 -vn 0.650823 -0.536898 -0.536814 -vn 0.650823 -0.536898 -0.536814 -vn 0.650823 -0.536898 -0.536814 -vn 0.650827 -0.536801 -0.536907 -vn 0.650827 -0.536801 -0.536907 -vn 0.650827 -0.536801 -0.536907 -vn 0.904948 0.300890 0.300890 -vn 0.904948 0.300890 0.300890 -vn 0.904948 0.300890 0.300890 -vn 0.904946 0.300893 0.300893 -vn 0.904946 0.300893 0.300893 -vn 0.904946 0.300893 0.300893 -vn 0.804648 0.419728 0.419964 -vn 0.804648 0.419728 0.419964 -vn 0.804648 0.419728 0.419964 -vn 0.804625 0.419750 0.419987 -vn 0.804625 0.419750 0.419987 -vn 0.804625 0.419750 0.419987 -vn 0.431014 0.638087 0.638021 -vn 0.431014 0.638087 0.638021 -vn 0.431014 0.638087 0.638021 -vn 0.430954 0.638058 0.638092 -vn 0.430954 0.638058 0.638092 -vn 0.430954 0.638058 0.638092 -vn 0.566529 0.582709 0.582663 -vn 0.566529 0.582709 0.582663 -vn 0.566529 0.582709 0.582663 -vn 0.566532 0.582673 0.582696 -vn 0.566532 0.582673 0.582696 -vn 0.566532 0.582673 0.582696 -vn 0.707234 0.499887 0.499933 -vn 0.707234 0.499887 0.499933 -vn 0.707234 0.499887 0.499933 -vn 0.707176 0.500032 0.499870 -vn 0.707176 0.500032 0.499870 -vn 0.707176 0.500032 0.499870 -vn 0.394213 0.649845 0.649845 -vn 0.394213 0.649845 0.649844 -vn 0.394213 0.649845 0.649844 -vn 0.394186 0.649832 0.649874 -vn 0.394186 0.649832 0.649874 -vn 0.394186 0.649832 0.649874 -vn 0.570835 0.580581 0.580581 -vn 0.570835 0.580581 0.580581 -vn 0.570835 0.580581 0.580581 -vn 0.570824 0.580619 0.580553 -vn 0.570824 0.580619 0.580553 -vn 0.570824 0.580619 0.580553 -vn 0.579083 0.576525 0.576439 -vn 0.579083 0.576525 0.576439 -vn 0.579083 0.576525 0.576439 -vn 0.579188 0.576408 0.576451 -vn 0.579188 0.576408 0.576451 -vn 0.579188 0.576408 0.576451 -vn 0.427192 0.639359 0.639318 -vn 0.427192 0.639359 0.639318 -vn 0.427192 0.639359 0.639318 -vn 0.427143 0.639365 0.639345 -vn 0.427143 0.639365 0.639345 -vn 0.427143 0.639365 0.639345 -vn 0.595238 0.568165 0.568226 -vn 0.595238 0.568165 0.568226 -vn 0.595238 0.568165 0.568226 -vn 0.595097 0.568308 0.568231 -vn 0.595097 0.568308 0.568231 -vn 0.595097 0.568308 0.568231 -vn 0.488455 0.616999 0.617028 -vn 0.488455 0.616999 0.617028 -vn 0.488455 0.616999 0.617028 -vn 0.488561 0.616961 0.616982 -vn 0.488561 0.616961 0.616982 -vn 0.488561 0.616961 0.616983 -vn 0.523496 0.602475 0.602475 -vn 0.523496 0.602475 0.602475 -vn 0.523496 0.602475 0.602475 -vn 0.523036 0.602483 0.602866 -vn 0.523037 0.602483 0.602866 -vn 0.523036 0.602483 0.602866 -vn 0.435608 0.636277 0.636708 -vn 0.435608 0.636277 0.636708 -vn 0.435608 0.636277 0.636708 -vn 0.436307 0.636274 0.636233 -vn 0.436307 0.636274 0.636233 -vn 0.436307 0.636274 0.636233 -vn 0.566504 0.582698 0.582698 -vn 0.566504 0.582698 0.582698 -vn 0.566504 0.582698 0.582698 -vn 0.566591 0.582668 0.582643 -vn 0.566591 0.582668 0.582643 -vn 0.566591 0.582668 0.582643 -vn 0.657317 0.532952 0.532819 -vn 0.657317 0.532952 0.532819 -vn 0.657317 0.532952 0.532819 -vn 0.657154 0.532936 0.533037 -vn 0.657154 0.532936 0.533037 -vn 0.657154 0.532936 0.533037 -vn 0.394806 0.649642 0.649688 -vn 0.394806 0.649642 0.649688 -vn 0.394806 0.649642 0.649688 -vn 0.394829 0.649647 0.649668 -vn 0.394830 0.649647 0.649668 -vn 0.394829 0.649647 0.649668 -vn 0.576865 0.577631 0.577555 -vn 0.576865 0.577631 0.577555 -vn 0.576865 0.577631 0.577555 -vn 0.576935 0.577543 0.577572 -vn 0.576935 0.577543 0.577572 -vn 0.576935 0.577543 0.577572 -vn 0.547683 0.591626 0.591626 -vn 0.547683 0.591626 0.591626 -vn 0.547683 0.591626 0.591626 -vn 0.547661 0.591590 0.591683 -vn 0.547661 0.591590 0.591683 -vn 0.547661 0.591590 0.591683 -vn 0.445945 0.632912 0.632894 -vn 0.445945 0.632912 0.632894 -vn 0.445945 0.632912 0.632894 -vn 0.445903 0.632923 0.632913 -vn 0.445903 0.632923 0.632913 -vn 0.445903 0.632923 0.632913 -vn 0.601469 0.565008 0.564802 -vn 0.601469 0.565008 0.564802 -vn 0.601469 0.565008 0.564802 -vn 0.601767 0.564658 0.564834 -vn 0.601767 0.564658 0.564834 -vn 0.601767 0.564658 0.564834 -vn 0.465301 0.625904 0.625891 -vn 0.465301 0.625904 0.625891 -vn 0.465301 0.625904 0.625891 -vn 0.465310 0.625920 0.625868 -vn 0.465310 0.625920 0.625868 -vn 0.465310 0.625920 0.625868 -vn 0.542902 0.593869 0.593782 -vn 0.542902 0.593869 0.593782 -vn 0.542902 0.593869 0.593782 -vn 0.542888 0.593811 0.593853 -vn 0.542888 0.593811 0.593853 -vn 0.542888 0.593811 0.593853 -vn 0.949345 0.222208 0.222188 -vn 0.949345 0.222208 0.222188 -vn 0.949345 0.222208 0.222188 -vn 0.949378 0.222118 0.222139 -vn 0.949378 0.222118 0.222139 -vn 0.949378 0.222118 0.222139 -vn 0.931712 0.256799 0.256842 -vn 0.931712 0.256799 0.256842 -vn 0.931712 0.256799 0.256842 -vn 0.931717 0.256826 0.256797 -vn 0.931717 0.256826 0.256797 -vn 0.931717 0.256826 0.256797 -vn 0.598446 -0.566540 -0.566476 -vn 0.598446 -0.566540 -0.566476 -vn 0.598446 -0.566540 -0.566476 -vn 0.598307 -0.566597 -0.566565 -vn 0.598307 -0.566597 -0.566565 -vn 0.598307 -0.566597 -0.566565 -vn 0.426311 -0.639653 -0.639612 -vn 0.426311 -0.639653 -0.639612 -vn 0.426311 -0.639653 -0.639612 -vn 0.426336 -0.639655 -0.639593 -vn 0.426336 -0.639655 -0.639593 -vn 0.426336 -0.639655 -0.639593 -vn 0.572073 -0.579929 -0.580013 -vn 0.572073 -0.579929 -0.580013 -vn 0.572073 -0.579929 -0.580013 -vn 0.571875 -0.580126 -0.580011 -vn 0.571875 -0.580126 -0.580011 -vn 0.571875 -0.580126 -0.580011 -vn 0.574032 -0.578974 -0.579031 -vn 0.574032 -0.578974 -0.579031 -vn 0.574032 -0.578974 -0.579031 -vn 0.574123 -0.578983 -0.578932 -vn 0.574123 -0.578983 -0.578932 -vn 0.574123 -0.578983 -0.578932 -vn 0.393680 -0.650048 -0.649964 -vn 0.393680 -0.650048 -0.649964 -vn 0.393680 -0.650048 -0.649964 -vn 0.393648 -0.650000 -0.650032 -vn 0.393648 -0.650000 -0.650032 -vn 0.393648 -0.650000 -0.650032 -vn 0.707138 -0.499945 -0.500011 -vn 0.707138 -0.499945 -0.500011 -vn 0.707138 -0.499945 -0.500011 -vn 0.707138 -0.500027 -0.499929 -vn 0.707138 -0.500027 -0.499929 -vn 0.707138 -0.500027 -0.499929 -vn 0.569788 -0.581071 -0.581117 -vn 0.569788 -0.581071 -0.581117 -vn 0.569788 -0.581071 -0.581117 -vn 0.569722 -0.581127 -0.581127 -vn 0.569722 -0.581127 -0.581127 -vn 0.569722 -0.581127 -0.581127 -vn 0.426163 -0.639659 -0.639704 -vn 0.426163 -0.639659 -0.639704 -vn 0.426163 -0.639659 -0.639704 -vn 0.426175 -0.639728 -0.639627 -vn 0.426175 -0.639728 -0.639627 -vn 0.426175 -0.639728 -0.639627 -vn 0.614932 -0.557954 -0.557266 -vn 0.614932 -0.557954 -0.557266 -vn 0.614932 -0.557954 -0.557266 -vn 0.615390 -0.556918 -0.557797 -vn 0.615390 -0.556918 -0.557797 -vn 0.615390 -0.556918 -0.557797 -vn 0.493003 -0.615203 -0.615203 -vn 0.493003 -0.615202 -0.615202 -vn 0.493003 -0.615202 -0.615202 -vn 0.493074 -0.615184 -0.615164 -vn 0.493074 -0.615184 -0.615164 -vn 0.493074 -0.615184 -0.615164 -vn 0.505817 -0.609964 -0.609995 -vn 0.505817 -0.609964 -0.609994 -vn 0.505817 -0.609964 -0.609994 -vn 0.505721 -0.610027 -0.610011 -vn 0.505721 -0.610027 -0.610011 -vn 0.505721 -0.610027 -0.610011 -vn 0.584984 -0.573521 -0.573470 -vn 0.584983 -0.573521 -0.573470 -vn 0.584984 -0.573521 -0.573470 -vn 0.584985 -0.573488 -0.573501 -vn 0.584985 -0.573488 -0.573501 -vn 0.584985 -0.573488 -0.573501 -vn 0.415649 -0.643117 -0.643146 -vn 0.415649 -0.643117 -0.643146 -vn 0.415649 -0.643117 -0.643146 -vn 0.415586 -0.643147 -0.643157 -vn 0.415586 -0.643147 -0.643157 -vn 0.415586 -0.643147 -0.643157 -vn 0.603426 -0.563824 -0.563897 -vn 0.603426 -0.563824 -0.563897 -vn 0.603426 -0.563824 -0.563897 -vn 0.603628 -0.563765 -0.563740 -vn 0.603628 -0.563765 -0.563740 -vn 0.603628 -0.563765 -0.563740 -vn 0.568367 -0.581775 -0.581805 -vn 0.568367 -0.581775 -0.581805 -vn 0.568367 -0.581775 -0.581805 -vn 0.568282 -0.581869 -0.581794 -vn 0.568282 -0.581869 -0.581794 -vn 0.568282 -0.581869 -0.581794 -vn 0.404868 -0.646524 -0.646598 -vn 0.404868 -0.646524 -0.646598 -vn 0.404868 -0.646524 -0.646598 -vn 0.404944 -0.646537 -0.646537 -vn 0.404944 -0.646537 -0.646537 -vn 0.404944 -0.646537 -0.646537 -vn 0.707296 -0.500051 -0.499681 -vn 0.707296 -0.500051 -0.499681 -vn 0.707296 -0.500051 -0.499681 -vn 0.707396 -0.499779 -0.499812 -vn 0.707396 -0.499779 -0.499812 -vn 0.707396 -0.499779 -0.499812 -vn 0.552061 -0.589610 -0.589566 -vn 0.552062 -0.589610 -0.589566 -vn 0.552061 -0.589610 -0.589566 -vn 0.551989 -0.589628 -0.589617 -vn 0.551989 -0.589628 -0.589617 -vn 0.551989 -0.589628 -0.589617 -vn 0.448912 -0.631829 -0.631878 -vn 0.448912 -0.631829 -0.631878 -vn 0.448912 -0.631829 -0.631878 -vn 0.448843 -0.631890 -0.631866 -vn 0.448843 -0.631890 -0.631866 -vn 0.448843 -0.631890 -0.631866 -vn 0.606878 -0.562060 -0.561949 -vn 0.606878 -0.562060 -0.561949 -vn 0.606878 -0.562060 -0.561949 -vn 0.606987 -0.561856 -0.562037 -vn 0.606987 -0.561856 -0.562037 -vn 0.606987 -0.561856 -0.562037 -vn 0.463492 -0.626568 -0.626568 -vn 0.463492 -0.626568 -0.626568 -vn 0.463492 -0.626568 -0.626568 -vn 0.463384 -0.626603 -0.626613 -vn 0.463384 -0.626603 -0.626613 -vn 0.463384 -0.626603 -0.626613 -vn 0.534568 -0.597559 -0.597629 -vn 0.534568 -0.597559 -0.597629 -vn 0.534568 -0.597559 -0.597629 -vn 0.534676 -0.597576 -0.597515 -vn 0.534676 -0.597576 -0.597515 -vn 0.534676 -0.597576 -0.597515 -vn 0.582627 -0.574694 -0.574694 -vn 0.582627 -0.574694 -0.574694 -vn 0.582627 -0.574694 -0.574694 -vn 0.582648 -0.574683 -0.574683 -vn 0.582648 -0.574683 -0.574683 -vn 0.582648 -0.574683 -0.574683 -vn 0.397742 -0.648769 -0.648769 -vn 0.397742 -0.648769 -0.648769 -vn 0.397742 -0.648769 -0.648769 -vn 0.397762 -0.648784 -0.648741 -vn 0.397762 -0.648784 -0.648741 -vn 0.397762 -0.648784 -0.648741 -vn 0.624140 -0.552529 -0.552414 -vn 0.624140 -0.552529 -0.552414 -vn 0.624140 -0.552529 -0.552414 -vn 0.624160 -0.552439 -0.552482 -vn 0.624160 -0.552439 -0.552482 -vn 0.624160 -0.552439 -0.552482 -vn 0.563321 -0.584225 -0.584253 -vn 0.563321 -0.584225 -0.584253 -vn 0.563321 -0.584225 -0.584253 -vn 0.563280 -0.584238 -0.584279 -vn 0.563280 -0.584238 -0.584279 -vn 0.563280 -0.584238 -0.584279 -vn 0.468466 -0.624675 -0.624756 -vn 0.468466 -0.624675 -0.624756 -vn 0.468466 -0.624675 -0.624756 -vn 0.468514 -0.624743 -0.624652 -vn 0.468514 -0.624743 -0.624652 -vn 0.468514 -0.624743 -0.624652 -vn 0.914097 0.286736 0.286720 -vn 0.914097 0.286736 0.286720 -vn 0.914097 0.286736 0.286720 -vn 0.914102 0.286741 0.286699 -vn 0.914102 0.286741 0.286699 -vn 0.914102 0.286741 0.286699 -vn 0.534743 0.597498 0.597533 -vn 0.534743 0.597498 0.597533 -vn 0.534743 0.597498 0.597533 -vn 0.534718 0.597518 0.597535 -vn 0.534718 0.597518 0.597535 -vn 0.534718 0.597518 0.597535 -vn 0.463394 0.626585 0.626624 -vn 0.463394 0.626585 0.626624 -vn 0.463394 0.626585 0.626624 -vn 0.463404 0.626636 0.626565 -vn 0.463404 0.626636 0.626565 -vn 0.463404 0.626636 0.626565 -vn 0.607161 0.561894 0.561810 -vn 0.607161 0.561894 0.561810 -vn 0.607161 0.561894 0.561810 -vn 0.606950 0.561966 0.561966 -vn 0.606950 0.561966 0.561966 -vn 0.606950 0.561966 0.561966 -vn 0.448826 0.631860 0.631909 -vn 0.448826 0.631860 0.631909 -vn 0.448826 0.631860 0.631909 -vn 0.448888 0.631862 0.631862 -vn 0.448888 0.631862 0.631862 -vn 0.448888 0.631862 0.631862 -vn 0.552017 0.589609 0.589609 -vn 0.552017 0.589609 0.589609 -vn 0.552017 0.589609 0.589609 -vn 0.552060 0.589578 0.589600 -vn 0.552060 0.589578 0.589600 -vn 0.552060 0.589578 0.589600 -vn 0.706987 0.500353 0.499816 -vn 0.706987 0.500353 0.499816 -vn 0.706987 0.500353 0.499816 -vn 0.707095 0.499976 0.500041 -vn 0.707095 0.499975 0.500041 -vn 0.707095 0.499976 0.500041 -vn 0.411693 0.644423 0.644382 -vn 0.411693 0.644423 0.644382 -vn 0.411693 0.644423 0.644382 -vn 0.411652 0.644415 0.644415 -vn 0.411652 0.644415 0.644415 -vn 0.411652 0.644415 0.644415 -vn 0.565633 0.583105 0.583136 -vn 0.565633 0.583105 0.583136 -vn 0.565633 0.583105 0.583136 -vn 0.565689 0.583093 0.583093 -vn 0.565689 0.583094 0.583094 -vn 0.565689 0.583093 0.583093 -vn 0.594853 0.568419 0.568375 -vn 0.594853 0.568419 0.568375 -vn 0.594853 0.568419 0.568375 -vn 0.594821 0.568413 0.568413 -vn 0.594821 0.568413 0.568413 -vn 0.594821 0.568413 0.568413 -vn 0.415582 0.643174 0.643132 -vn 0.415582 0.643174 0.643132 -vn 0.415582 0.643174 0.643132 -vn 0.415608 0.643124 0.643166 -vn 0.415608 0.643124 0.643166 -vn 0.415608 0.643124 0.643166 -vn 0.584890 0.573530 0.573556 -vn 0.584890 0.573530 0.573556 -vn 0.584890 0.573530 0.573556 -vn 0.585017 0.573478 0.573478 -vn 0.585017 0.573478 0.573478 -vn 0.585017 0.573478 0.573478 -vn 0.505733 0.610060 0.609968 -vn 0.505733 0.610060 0.609968 -vn 0.505733 0.610060 0.609968 -vn 0.505690 0.610032 0.610032 -vn 0.505690 0.610032 0.610032 -vn 0.505690 0.610032 0.610032 -vn 0.493069 0.615156 0.615196 -vn 0.493069 0.615156 0.615196 -vn 0.493069 0.615156 0.615196 -vn 0.493077 0.615168 0.615178 -vn 0.493077 0.615168 0.615178 -vn 0.493077 0.615168 0.615178 -vn 0.614558 0.557936 0.557697 -vn 0.614558 0.557936 0.557697 -vn 0.614558 0.557936 0.557697 -vn 0.615239 0.557306 0.557576 -vn 0.615239 0.557306 0.557576 -vn 0.615239 0.557306 0.557576 -vn 0.426166 0.639698 0.639663 -vn 0.426166 0.639698 0.639663 -vn 0.426166 0.639698 0.639663 -vn 0.426206 0.639662 0.639673 -vn 0.426206 0.639662 0.639673 -vn 0.426206 0.639662 0.639673 -vn 0.569789 0.581094 0.581094 -vn 0.569789 0.581094 0.581094 -vn 0.569789 0.581094 0.581094 -vn 0.569738 0.581159 0.581078 -vn 0.569738 0.581159 0.581078 -vn 0.569738 0.581159 0.581078 -vn 0.707043 0.500002 0.500089 -vn 0.707043 0.500002 0.500089 -vn 0.707043 0.500002 0.500089 -vn 0.707095 0.500041 0.499976 -vn 0.707095 0.500041 0.499976 -vn 0.707095 0.500041 0.499975 -vn 0.393648 0.650016 0.650016 -vn 0.393648 0.650016 0.650016 -vn 0.393648 0.650016 0.650016 -vn 0.393638 0.650040 0.649998 -vn 0.393638 0.650040 0.649998 -vn 0.393638 0.650040 0.649998 -vn 0.574132 0.579004 0.578902 -vn 0.574132 0.579004 0.578902 -vn 0.574132 0.579004 0.578902 -vn 0.574089 0.578923 0.579025 -vn 0.574089 0.578923 0.579025 -vn 0.574089 0.578923 0.579025 -vn 0.571920 0.580026 0.580067 -vn 0.571920 0.580026 0.580067 -vn 0.571920 0.580026 0.580067 -vn 0.571958 0.580033 0.580022 -vn 0.571958 0.580033 0.580022 -vn 0.571958 0.580033 0.580022 -vn 0.426385 0.639587 0.639629 -vn 0.426385 0.639587 0.639629 -vn 0.426385 0.639587 0.639629 -vn 0.426366 0.639609 0.639619 -vn 0.426366 0.639609 0.639619 -vn 0.426366 0.639609 0.639619 -vn 0.595165 0.568247 0.568220 -vn 0.595165 0.568247 0.568220 -vn 0.595165 0.568247 0.568220 -vn 0.595075 0.568273 0.568288 -vn 0.595075 0.568273 0.568288 -vn 0.595075 0.568273 0.568288 -vn -0.000010 -0.707158 0.707056 -vn -0.000010 -0.707158 0.707056 -vn -0.000010 -0.707158 0.707056 -vn 0.000000 -0.707171 0.707043 -vn 0.000000 -0.707171 0.707043 -vn 0.000000 -0.707171 0.707043 -vn -0.000006 -0.707021 0.707193 -vn -0.000006 -0.707021 0.707193 -vn -0.000006 -0.707021 0.707193 -vn -0.000009 -0.707157 0.707056 -vn -0.000009 -0.707157 0.707056 -vn -0.000009 -0.707157 0.707056 -vn 0.000000 -0.707014 0.707199 -vn 0.000000 -0.707014 0.707199 -vn 0.000000 -0.707014 0.707199 -vn 0.000000 -0.707209 0.707005 -vn 0.000000 -0.707209 0.707005 -vn 0.000000 -0.707209 0.707005 -vn -0.000011 -0.707151 0.707062 -vn -0.000011 -0.707151 0.707062 -vn -0.000011 -0.707151 0.707062 -vn 0.000000 -0.707048 0.707165 -vn 0.000000 -0.707048 0.707165 -vn 0.000000 -0.707048 0.707165 -vn 0.000000 -0.707382 0.706831 -vn 0.000000 -0.707382 0.706831 -vn 0.000000 -0.707382 0.706831 -vn -0.000008 -0.707196 0.707017 -vn -0.000008 -0.707196 0.707017 -vn -0.000008 -0.707196 0.707017 -vn -0.000006 -0.707053 0.707160 -vn -0.000006 -0.707053 0.707160 -vn -0.000006 -0.707053 0.707160 -vn -0.000007 -0.707155 0.707058 -vn -0.000007 -0.707155 0.707058 -vn -0.000007 -0.707155 0.707058 -vn -0.000004 -0.707395 0.706818 -vn -0.000004 -0.707395 0.706818 -vn -0.000004 -0.707395 0.706818 -vn -0.000002 -0.706977 0.707237 -vn -0.000002 -0.706977 0.707237 -vn -0.000002 -0.706977 0.707237 -vn 0.000003 -0.707004 0.707209 -vn 0.000003 -0.707004 0.707210 -vn 0.000003 -0.707004 0.707210 -vn 0.000007 -0.707002 0.707211 -vn 0.000007 -0.707003 0.707211 -vn 0.000007 -0.707003 0.707211 -vn 0.000003 -0.707053 0.707161 -vn 0.000003 -0.707053 0.707161 -vn 0.000003 -0.707053 0.707161 -vn 0.000003 -0.707222 0.706992 -vn 0.000003 -0.707222 0.706992 -vn 0.000003 -0.707222 0.706992 -vn 0.000000 -0.706944 0.707269 -vn 0.000000 -0.706944 0.707269 -vn 0.000000 -0.706944 0.707269 -vn 0.000000 -0.707595 0.706618 -vn 0.000000 -0.707595 0.706618 -vn 0.000000 -0.707595 0.706618 -vn 0.000000 -0.706519 0.707694 -vn 0.000000 -0.706519 0.707694 -vn 0.000000 -0.706519 0.707694 -vn 0.000002 -0.707254 0.706959 -vn 0.000002 -0.707254 0.706959 -vn 0.000002 -0.707254 0.706959 -vn -0.000002 -0.707074 0.707139 -vn -0.000002 -0.707074 0.707139 -vn -0.000002 -0.707074 0.707139 -vn -0.000001 -0.707087 0.707127 -vn -0.000001 -0.707087 0.707127 -vn -0.000001 -0.707087 0.707127 -vn 0.000001 -0.707285 0.706929 -vn 0.000001 -0.707285 0.706929 -vn 0.000001 -0.707285 0.706929 -vn 0.000002 -0.707260 0.706953 -vn 0.000002 -0.707260 0.706953 -vn 0.000002 -0.707260 0.706953 -vn 0.000000 -0.706809 0.707405 -vn 0.000000 -0.706809 0.707405 -vn 0.000000 -0.706809 0.707405 -vn 0.000002 -0.707044 0.707170 -vn 0.000002 -0.707044 0.707170 -vn 0.000002 -0.707044 0.707170 -vn -0.000002 -0.707213 0.707001 -vn -0.000002 -0.707213 0.707001 -vn -0.000002 -0.707213 0.707001 -vn 0.000000 -0.707127 0.707087 -vn 0.000000 -0.707127 0.707087 -vn 0.000000 -0.707127 0.707087 -vn 0.000000 -0.707089 0.707125 -vn 0.000000 -0.707089 0.707125 -vn 0.000000 -0.707089 0.707125 -vn 0.000000 -0.707127 0.707087 -vn 0.000000 -0.707127 0.707087 -vn 0.000000 -0.707127 0.707087 -vn 0.000002 -0.706918 0.707295 -vn 0.000002 -0.706918 0.707295 -vn 0.000002 -0.706918 0.707295 -vn 0.000002 -0.707194 0.707019 -vn 0.000002 -0.707194 0.707019 -vn 0.000002 -0.707194 0.707019 -vn 0.000000 -0.707172 0.707041 -vn 0.000000 -0.707172 0.707041 -vn 0.000000 -0.707172 0.707041 -vn 0.000000 -0.706754 0.707459 -vn 0.000000 -0.706754 0.707459 -vn 0.000000 -0.706754 0.707459 -vn -0.000002 -0.707013 0.707201 -vn -0.000002 -0.707013 0.707201 -vn -0.000002 -0.707013 0.707201 -vn -0.000003 -0.706981 0.707232 -vn -0.000003 -0.706981 0.707232 -vn -0.000003 -0.706981 0.707232 -vn -0.002751 -0.709850 0.704347 -vn -0.002751 -0.709850 0.704347 -vn -0.002751 -0.709850 0.704347 -vn -0.000039 -0.707136 0.707078 -vn -0.000039 -0.707136 0.707078 -vn -0.000039 -0.707136 0.707078 -vn -0.000072 -0.707116 0.707098 -vn -0.000072 -0.707116 0.707098 -vn -0.000072 -0.707116 0.707098 -vn -0.000113 -0.707139 0.707075 -vn -0.000113 -0.707139 0.707075 -vn -0.000113 -0.707139 0.707075 -vn 0.000029 -0.707103 0.707110 -vn 0.000029 -0.707103 0.707110 -vn 0.000029 -0.707103 0.707110 -vn -0.000018 -0.707098 0.707116 -vn -0.000018 -0.707098 0.707116 -vn -0.000018 -0.707098 0.707116 -vn 0.000347 -0.706759 0.707454 -vn 0.000347 -0.706759 0.707454 -vn 0.000347 -0.706759 0.707454 -vn 0.000044 -0.707085 0.707129 -vn 0.000044 -0.707085 0.707129 -vn 0.000044 -0.707085 0.707129 -vn 0.000030 -0.707115 0.707098 -vn 0.000030 -0.707115 0.707098 -vn 0.000030 -0.707115 0.707098 -vn -0.000103 -0.707071 0.707142 -vn -0.000103 -0.707071 0.707142 -vn -0.000103 -0.707071 0.707142 -vn 0.000482 -0.707630 0.706583 -vn 0.000482 -0.707630 0.706583 -vn 0.000482 -0.707630 0.706583 -vn 0.000051 -0.707079 0.707135 -vn 0.000051 -0.707079 0.707135 -vn 0.000051 -0.707079 0.707135 -vn -0.000026 -0.707107 0.707107 -vn -0.000026 -0.707107 0.707107 -vn -0.000026 -0.707107 0.707107 -vn 0.000000 -0.707074 0.707140 -vn 0.000000 -0.707074 0.707140 -vn 0.000000 -0.707074 0.707140 -vn 0.000089 -0.707107 0.707107 -vn 0.000089 -0.707107 0.707107 -vn 0.000089 -0.707107 0.707107 -vn -0.000177 -0.707196 0.707018 -vn -0.000177 -0.707196 0.707018 -vn -0.000177 -0.707196 0.707018 -vn -0.000049 -0.707033 0.707181 -vn -0.000049 -0.707033 0.707181 -vn -0.000049 -0.707033 0.707181 -vn 0.000044 -0.707194 0.707020 -vn 0.000044 -0.707194 0.707020 -vn 0.000044 -0.707194 0.707020 -vn 0.000083 -0.707065 0.707148 -vn 0.000083 -0.707065 0.707148 -vn 0.000083 -0.707065 0.707148 -vn 0.000038 -0.707126 0.707088 -vn 0.000038 -0.707126 0.707088 -vn 0.000038 -0.707126 0.707088 -vn -0.000039 -0.707107 0.707107 -vn -0.000039 -0.707107 0.707107 -vn -0.000039 -0.707107 0.707107 -vn 0.000000 -0.706454 0.707759 -vn 0.000000 -0.706454 0.707759 -vn 0.000000 -0.706454 0.707759 -vn 0.000041 -0.707086 0.707127 -vn 0.000041 -0.707086 0.707127 -vn 0.000041 -0.707086 0.707127 -vn -0.000035 -0.707142 0.707072 -vn -0.000035 -0.707142 0.707072 -vn -0.000035 -0.707142 0.707072 -vn -0.000007 -0.707112 0.707102 -vn -0.000007 -0.707112 0.707102 -vn -0.000007 -0.707112 0.707102 -vn -0.000010 -0.707021 0.707192 -vn -0.000010 -0.707021 0.707192 -vn -0.000010 -0.707021 0.707192 -vn 0.000003 -0.707316 0.706898 -vn 0.000003 -0.707316 0.706898 -vn 0.000003 -0.707316 0.706898 -vn 0.000003 -0.707077 0.707136 -vn 0.000003 -0.707077 0.707136 -vn 0.000003 -0.707077 0.707136 -vn 0.000040 -0.707309 0.706905 -vn 0.000040 -0.707309 0.706905 -vn 0.000040 -0.707309 0.706905 -vn -0.000716 -0.709253 0.704954 -vn -0.000716 -0.709253 0.704954 -vn -0.000716 -0.709253 0.704954 -vn 0.000075 -0.707257 0.706957 -vn 0.000075 -0.707257 0.706957 -vn 0.000075 -0.707257 0.706957 -vn 0.000000 -0.707082 0.707132 -vn 0.000000 -0.707082 0.707132 -vn 0.000000 -0.707082 0.707132 -vn 0.000000 -0.707168 0.707046 -vn 0.000000 -0.707168 0.707046 -vn 0.000000 -0.707168 0.707046 -vn 0.000006 -0.707129 0.707085 -vn 0.000006 -0.707129 0.707085 -vn 0.000006 -0.707129 0.707085 -vn 0.000008 -0.707007 0.707206 -vn 0.000008 -0.707007 0.707206 -vn 0.000008 -0.707007 0.707206 -vn 0.000000 -0.707054 0.707159 -vn 0.000000 -0.707054 0.707160 -vn 0.000000 -0.707054 0.707160 -vn -0.000002 -0.707046 0.707168 -vn -0.000002 -0.707046 0.707168 -vn -0.000002 -0.707046 0.707168 -vn -0.000011 -0.707195 0.707018 -vn -0.000011 -0.707195 0.707018 -vn -0.000011 -0.707195 0.707018 -vn 0.000000 -0.707355 0.706858 -vn 0.000000 -0.707355 0.706858 -vn 0.000000 -0.707355 0.706858 -vn 0.000013 -0.706870 0.707343 -vn 0.000013 -0.706870 0.707343 -vn 0.000013 -0.706870 0.707343 -vn 0.000000 -0.707174 0.707039 -vn 0.000000 -0.707174 0.707039 -vn 0.000000 -0.707174 0.707039 -vn 0.000008 -0.707115 0.707099 -vn 0.000008 -0.707115 0.707099 -vn 0.000008 -0.707115 0.707099 -vn 0.000013 -0.707103 0.707111 -vn 0.000013 -0.707103 0.707111 -vn 0.000013 -0.707103 0.707111 -vn 0.000000 -0.706906 0.707308 -vn 0.000000 -0.706906 0.707308 -vn 0.000000 -0.706906 0.707308 -vn 0.000000 -0.707202 0.707011 -vn 0.000000 -0.707202 0.707011 -vn 0.000000 -0.707202 0.707011 -vn -0.000003 -0.707140 0.707074 -vn -0.000003 -0.707140 0.707074 -vn -0.000003 -0.707140 0.707074 -vn 0.000012 -0.706989 0.707224 -vn 0.000012 -0.706989 0.707224 -vn 0.000012 -0.706989 0.707224 -vn -0.000008 -0.707159 0.707054 -vn -0.000008 -0.707160 0.707054 -vn -0.000008 -0.707160 0.707054 -vn -0.000011 -0.707102 0.707111 -vn -0.000011 -0.707102 0.707111 -vn -0.000011 -0.707102 0.707111 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707078 0.707135 -vn 0.000023 -0.707089 0.707125 -vn 0.000023 -0.707089 0.707125 -vn 0.000023 -0.707089 0.707125 -vn -0.000028 -0.707107 0.707107 -vn -0.000028 -0.707107 0.707107 -vn -0.000028 -0.707107 0.707107 -vn 0.000000 -0.707150 0.707063 -vn 0.000000 -0.707150 0.707063 -vn 0.000000 -0.707150 0.707063 -vn -0.000007 -0.707111 0.707103 -vn -0.000007 -0.707111 0.707103 -vn -0.000007 -0.707111 0.707103 -vn -0.000004 -0.707034 0.707180 -vn -0.000004 -0.707034 0.707180 -vn -0.000004 -0.707034 0.707180 -vn -0.000001 -0.707137 0.707077 -vn -0.000001 -0.707137 0.707077 -vn -0.000001 -0.707137 0.707077 -vn -0.000005 -0.707165 0.707048 -vn -0.000005 -0.707165 0.707048 -vn -0.000005 -0.707165 0.707048 -vn 0.000018 -0.707112 0.707102 -vn 0.000018 -0.707112 0.707102 -vn 0.000018 -0.707112 0.707102 -vn 0.000000 -0.707098 0.707116 -vn 0.000000 -0.707098 0.707116 -vn 0.000000 -0.707098 0.707116 -vn 0.000000 -0.706868 0.707345 -vn 0.000000 -0.706868 0.707345 -vn 0.000000 -0.706868 0.707345 -vn 0.000000 -0.707238 0.706975 -vn 0.000000 -0.707238 0.706975 -vn 0.000000 -0.707238 0.706976 -vn 0.000085 -0.707056 0.707158 -vn 0.000085 -0.707056 0.707158 -vn 0.000085 -0.707056 0.707158 -vn 0.000000 -0.705653 0.708557 -vn 0.000000 -0.705653 0.708557 -vn 0.000000 -0.705653 0.708557 -vn -0.000444 -0.707550 0.706663 -vn -0.000444 -0.707550 0.706663 -vn -0.000444 -0.707550 0.706663 -vn 0.000000 -0.706098 0.708114 -vn 0.000000 -0.706098 0.708114 -vn 0.000000 -0.706098 0.708114 -vn 0.000052 -0.707071 0.707142 -vn 0.000052 -0.707071 0.707142 -vn 0.000052 -0.707071 0.707142 -vn -0.000068 -0.707136 0.707077 -vn -0.000068 -0.707136 0.707077 -vn -0.000068 -0.707136 0.707077 -vn 0.000042 -0.707063 0.707150 -vn 0.000042 -0.707063 0.707150 -vn 0.000042 -0.707063 0.707150 -vn 0.000000 -0.706137 0.708075 -vn 0.000000 -0.706137 0.708075 -vn 0.000000 -0.706137 0.708075 -vn 0.000019 -0.707111 0.707102 -vn 0.000019 -0.707111 0.707102 -vn 0.000019 -0.707111 0.707102 -vn -0.000040 -0.707113 0.707100 -vn -0.000040 -0.707113 0.707100 -vn -0.000040 -0.707113 0.707100 -vn 0.000000 -0.707096 0.707118 -vn 0.000000 -0.707096 0.707118 -vn 0.000000 -0.707096 0.707118 -vn 0.000023 -0.707107 0.707107 -vn 0.000023 -0.707107 0.707107 -vn 0.000023 -0.707107 0.707107 -vn -0.000162 -0.707134 0.707079 -vn -0.000162 -0.707134 0.707079 -vn -0.000162 -0.707134 0.707079 -vn 0.000049 -0.707125 0.707088 -vn 0.000049 -0.707125 0.707088 -vn 0.000049 -0.707125 0.707088 -vn 0.000017 -0.707096 0.707118 -vn 0.000017 -0.707096 0.707118 -vn 0.000017 -0.707096 0.707118 -vn 0.000051 -0.707115 0.707098 -vn 0.000051 -0.707115 0.707098 -vn 0.000051 -0.707115 0.707098 -vn 0.000000 -0.707076 0.707137 -vn 0.000000 -0.707076 0.707137 -vn 0.000000 -0.707076 0.707138 -vn -0.000048 -0.707125 0.707089 -vn -0.000048 -0.707125 0.707089 -vn -0.000048 -0.707125 0.707089 -vn 0.000000 -0.704706 0.709500 -vn 0.000000 -0.704706 0.709500 -vn 0.000000 -0.704706 0.709500 -vn 0.000083 -0.706992 0.707222 -vn 0.000083 -0.706992 0.707222 -vn 0.000083 -0.706992 0.707222 -vn -0.000008 -0.707103 0.707111 -vn -0.000008 -0.707103 0.707111 -vn -0.000008 -0.707103 0.707111 -vn -0.000095 -0.707678 0.706536 -vn -0.000095 -0.707678 0.706536 -vn -0.000095 -0.707678 0.706536 -vn 0.000044 -0.707156 0.707057 -vn 0.000044 -0.707156 0.707057 -vn 0.000044 -0.707156 0.707057 -vn -0.000062 -0.707097 0.707117 -vn -0.000062 -0.707097 0.707117 -vn -0.000062 -0.707097 0.707117 -vn 0.000110 -0.707086 0.707127 -vn 0.000110 -0.707086 0.707127 -vn 0.000110 -0.707086 0.707127 -vn -0.000066 -0.707127 0.707086 -vn -0.000066 -0.707127 0.707086 -vn -0.000066 -0.707127 0.707086 -vn -0.000047 -0.707091 0.707122 -vn -0.000047 -0.707091 0.707123 -vn -0.000047 -0.707091 0.707123 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000530 -0.708694 0.705516 -vn 0.000530 -0.708694 0.705516 -vn 0.000530 -0.708694 0.705516 -vn -0.000056 -0.707093 0.707121 -vn -0.000056 -0.707093 0.707121 -vn -0.000056 -0.707093 0.707121 -vn 0.000025 -0.707107 0.707107 -vn 0.000025 -0.707107 0.707107 -vn 0.000025 -0.707107 0.707107 -vn -0.000024 -0.707127 0.707086 -vn -0.000024 -0.707127 0.707086 -vn -0.000024 -0.707127 0.707086 -vn 0.000063 -0.707075 0.707138 -vn 0.000063 -0.707075 0.707138 -vn 0.000063 -0.707075 0.707138 -vn 0.000040 -0.707120 0.707094 -vn 0.000040 -0.707120 0.707093 -vn 0.000040 -0.707120 0.707094 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000015 -0.707114 0.707099 -vn 0.000015 -0.707114 0.707099 -vn 0.000015 -0.707114 0.707099 -vn 0.000197 -0.706885 0.707328 -vn 0.000197 -0.706885 0.707328 -vn 0.000197 -0.706885 0.707328 -vn -0.000059 -0.707166 0.707047 -vn -0.000059 -0.707166 0.707047 -vn -0.000059 -0.707166 0.707047 -vn -0.000082 -0.707095 0.707118 -vn -0.000082 -0.707095 0.707118 -vn -0.000082 -0.707095 0.707118 -vn 0.000000 -0.707200 0.707013 -vn 0.000000 -0.707200 0.707013 -vn 0.000000 -0.707200 0.707013 -vn 0.000260 -0.707107 0.707107 -vn 0.000260 -0.707107 0.707107 -vn 0.000260 -0.707107 0.707107 -vn 0.000160 -0.706947 0.707267 -vn 0.000160 -0.706947 0.707267 -vn 0.000160 -0.706947 0.707267 -vn 0.000165 -0.707271 0.706942 -vn 0.000165 -0.707271 0.706942 -vn 0.000165 -0.707271 0.706942 -vn 0.000000 -0.707606 0.706608 -vn 0.000000 -0.707606 0.706608 -vn 0.000000 -0.707606 0.706608 -vn -0.000611 -0.705271 0.708938 -vn -0.000611 -0.705271 0.708938 -vn -0.000611 -0.705271 0.708938 -vn 0.000872 -0.706234 0.707978 -vn 0.000872 -0.706234 0.707978 -vn 0.000872 -0.706234 0.707978 -vn 0.000000 -0.706928 0.707285 -vn 0.000000 -0.706928 0.707285 -vn 0.000000 -0.706928 0.707285 -vn 0.000068 -0.707158 0.707056 -vn 0.000068 -0.707158 0.707056 -vn 0.000068 -0.707158 0.707056 -vn 0.000047 -0.707103 0.707111 -vn 0.000047 -0.707103 0.707111 -vn 0.000047 -0.707103 0.707110 -vn -0.000038 -0.707090 0.707124 -vn -0.000038 -0.707090 0.707124 -vn -0.000038 -0.707090 0.707124 -vn -0.000094 -0.707108 0.707106 -vn -0.000094 -0.707108 0.707106 -vn -0.000094 -0.707108 0.707106 -vn 0.000035 -0.707103 0.707110 -vn 0.000035 -0.707104 0.707110 -vn 0.000035 -0.707103 0.707110 -vn 0.000056 -0.707072 0.707141 -vn 0.000056 -0.707072 0.707141 -vn 0.000056 -0.707072 0.707142 -vn 0.000175 -0.707281 0.706932 -vn 0.000175 -0.707281 0.706932 -vn 0.000175 -0.707281 0.706932 -vn 0.000000 -0.705464 0.708745 -vn 0.000000 -0.705464 0.708746 -vn 0.000000 -0.705464 0.708745 -vn -0.000053 -0.707094 0.707120 -vn -0.000053 -0.707094 0.707120 -vn -0.000053 -0.707094 0.707120 -vn -0.000032 -0.707125 0.707089 -vn -0.000032 -0.707125 0.707089 -vn -0.000032 -0.707125 0.707089 -vn 0.000079 -0.707077 0.707137 -vn 0.000079 -0.707077 0.707137 -vn 0.000079 -0.707077 0.707137 -vn 0.000044 -0.707136 0.707078 -vn 0.000044 -0.707136 0.707078 -vn 0.000044 -0.707136 0.707078 -vn 0.000000 -0.707066 0.707147 -vn 0.000000 -0.707066 0.707147 -vn 0.000000 -0.707066 0.707147 -vn -0.000166 -0.707169 0.707045 -vn -0.000166 -0.707169 0.707045 -vn -0.000166 -0.707169 0.707045 -vn 0.000017 -0.707100 0.707113 -vn 0.000017 -0.707100 0.707113 -vn 0.000017 -0.707100 0.707113 -vn -0.000065 -0.707120 0.707093 -vn -0.000065 -0.707120 0.707093 -vn -0.000065 -0.707120 0.707093 -vn -0.000017 -0.707069 0.707145 -vn -0.000017 -0.707069 0.707145 -vn -0.000017 -0.707069 0.707145 -vn 0.000019 -0.707146 0.707068 -vn 0.000019 -0.707146 0.707068 -vn 0.000019 -0.707146 0.707068 -vn 0.000000 -0.706996 0.707217 -vn 0.000000 -0.706996 0.707217 -vn 0.000000 -0.706996 0.707217 -vn 0.000064 -0.707131 0.707083 -vn 0.000064 -0.707131 0.707083 -vn 0.000064 -0.707131 0.707083 -vn 0.000003 -0.707124 0.707089 -vn 0.000003 -0.707124 0.707089 -vn 0.000003 -0.707124 0.707089 -vn -0.000085 -0.707053 0.707161 -vn -0.000085 -0.707053 0.707161 -vn -0.000085 -0.707053 0.707161 -vn -0.000051 -0.707117 0.707097 -vn -0.000051 -0.707117 0.707097 -vn -0.000051 -0.707117 0.707097 -vn 0.000000 -0.707134 0.707080 -vn 0.000000 -0.707134 0.707080 -vn 0.000000 -0.707134 0.707080 -vn 0.000034 -0.707107 0.707107 -vn 0.000034 -0.707107 0.707107 -vn 0.000034 -0.707107 0.707107 -vn -0.000409 -0.706494 0.707719 -vn -0.000409 -0.706494 0.707719 -vn -0.000409 -0.706494 0.707719 -vn 0.000033 -0.707123 0.707090 -vn 0.000033 -0.707123 0.707090 -vn 0.000033 -0.707123 0.707090 -vn -0.000072 -0.707107 0.707107 -vn -0.000072 -0.707107 0.707107 -vn -0.000072 -0.707107 0.707107 -vn 0.000008 -0.707090 0.707123 -vn 0.000008 -0.707090 0.707123 -vn 0.000008 -0.707090 0.707123 -vn 0.000213 -0.707293 0.706921 -vn 0.000213 -0.707293 0.706921 -vn 0.000213 -0.707293 0.706921 -vn 0.000069 -0.707147 0.707066 -vn 0.000069 -0.707147 0.707066 -vn 0.000069 -0.707148 0.707066 -vn -0.000049 -0.707116 0.707098 -vn -0.000049 -0.707116 0.707098 -vn -0.000049 -0.707116 0.707098 -vn 0.000038 -0.706957 0.707257 -vn 0.000038 -0.706957 0.707257 -vn 0.000038 -0.706957 0.707257 -vn 0.000000 -0.707039 0.707175 -vn 0.000000 -0.707039 0.707175 -vn 0.000000 -0.707039 0.707175 -vn 0.000172 -0.707107 0.707107 -vn 0.000172 -0.707107 0.707107 -vn 0.000172 -0.707107 0.707107 -vn 0.000075 -0.707558 0.706656 -vn 0.000075 -0.707558 0.706656 -vn 0.000075 -0.707558 0.706656 -vn 0.000019 -0.707124 0.707089 -vn 0.000019 -0.707124 0.707089 -vn 0.000019 -0.707124 0.707089 -vn -0.000438 -0.706669 0.707544 -vn -0.000438 -0.706669 0.707544 -vn -0.000438 -0.706669 0.707544 -vn 0.000000 -0.710299 0.703900 -vn 0.000000 -0.710299 0.703900 -vn 0.000000 -0.710299 0.703900 -vn 0.000031 -0.707014 0.707199 -vn 0.000031 -0.707014 0.707199 -vn 0.000031 -0.707014 0.707199 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn -0.000014 -0.707093 0.707120 -vn -0.000014 -0.707093 0.707120 -vn -0.000014 -0.707093 0.707120 -vn 0.000002 -0.707109 0.707105 -vn 0.000002 -0.707109 0.707105 -vn 0.000002 -0.707109 0.707105 -vn 0.000000 -0.707144 0.707070 -vn 0.000000 -0.707144 0.707070 -vn 0.000000 -0.707144 0.707070 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.705454 0.708756 -vn 0.000000 -0.705454 0.708756 -vn 0.000000 -0.705454 0.708756 -vn 0.000000 -0.707721 0.706492 -vn 0.000000 -0.707721 0.706492 -vn 0.000000 -0.707721 0.706492 -vn -0.000248 -0.706610 0.707604 -vn -0.000248 -0.706610 0.707604 -vn -0.000248 -0.706610 0.707604 -vn 0.000045 -0.707107 0.707107 -vn 0.000045 -0.707107 0.707107 -vn 0.000045 -0.707107 0.707107 -vn -0.000125 -0.707075 0.707138 -vn -0.000125 -0.707075 0.707138 -vn -0.000125 -0.707075 0.707138 -vn 0.000052 -0.707094 0.707120 -vn 0.000052 -0.707094 0.707120 -vn 0.000052 -0.707094 0.707120 -vn 0.000000 -0.707105 0.707108 -vn 0.000000 -0.707105 0.707108 -vn 0.000000 -0.707105 0.707108 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000047 -0.707039 0.707174 -vn 0.000047 -0.707039 0.707174 -vn 0.000047 -0.707039 0.707174 -vn 0.000042 -0.707132 0.707082 -vn 0.000042 -0.707132 0.707082 -vn 0.000042 -0.707132 0.707082 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707069 0.707145 -vn -0.000050 -0.707127 0.707087 -vn -0.000050 -0.707127 0.707087 -vn -0.000050 -0.707127 0.707087 -vn 0.000000 -0.707122 0.707091 -vn 0.000000 -0.707122 0.707091 -vn 0.000000 -0.707122 0.707091 -vn 0.000387 -0.707208 0.707006 -vn 0.000387 -0.707208 0.707006 -vn 0.000387 -0.707208 0.707006 -vn 0.000000 -0.707142 0.707071 -vn 0.000000 -0.707142 0.707071 -vn 0.000000 -0.707142 0.707071 -vn -0.000065 -0.707075 0.707139 -vn -0.000065 -0.707074 0.707139 -vn -0.000065 -0.707075 0.707139 -vn 0.000042 -0.707176 0.707037 -vn 0.000042 -0.707176 0.707037 -vn 0.000042 -0.707176 0.707037 -vn -0.000066 -0.707008 0.707205 -vn -0.000066 -0.707008 0.707205 -vn -0.000066 -0.707008 0.707205 -vn -0.000037 -0.707070 0.707143 -vn -0.000037 -0.707070 0.707143 -vn -0.000037 -0.707070 0.707143 -vn 0.480042 0.620334 0.620279 -vn 0.480042 0.620334 0.620279 -vn 0.480042 0.620334 0.620279 -vn 0.479946 0.620326 0.620360 -vn 0.479946 0.620326 0.620360 -vn 0.479946 0.620326 0.620360 -vn 0.165419 0.697365 0.697365 -vn 0.165419 0.697365 0.697365 -vn 0.165419 0.697365 0.697365 -vn 0.165361 0.697375 0.697369 -vn 0.165361 0.697375 0.697369 -vn 0.165362 0.697375 0.697369 -vn -0.324518 0.668838 0.668838 -vn -0.324518 0.668838 0.668838 -vn -0.324518 0.668838 0.668838 -vn -0.324464 0.668854 0.668848 -vn -0.324464 0.668854 0.668848 -vn -0.324464 0.668854 0.668848 -vn -0.657349 0.532816 0.532916 -vn -0.657349 0.532816 0.532916 -vn -0.657349 0.532816 0.532916 -vn -0.657193 0.532988 0.532937 -vn -0.657193 0.532988 0.532937 -vn -0.657193 0.532988 0.532937 -vn -0.566454 0.582776 0.582668 -vn -0.566454 0.582776 0.582668 -vn -0.566454 0.582776 0.582668 -vn -0.566509 0.582702 0.582689 -vn -0.566509 0.582702 0.582689 -vn -0.566509 0.582702 0.582689 -vn -0.430802 0.638106 0.638147 -vn -0.430802 0.638106 0.638147 -vn -0.430802 0.638106 0.638147 -vn -0.432486 0.637085 0.638027 -vn -0.432486 0.637085 0.638027 -vn -0.432486 0.637085 0.638027 -vn -0.527802 0.600243 0.600944 -vn -0.527802 0.600243 0.600944 -vn -0.527802 0.600243 0.600944 -vn -0.526672 0.601104 0.601075 -vn -0.526672 0.601104 0.601075 -vn -0.526672 0.601104 0.601075 -vn -0.488506 0.617000 0.616986 -vn -0.488506 0.617000 0.616986 -vn -0.488506 0.617000 0.616986 -vn -0.488465 0.617013 0.617006 -vn -0.488465 0.617013 0.617006 -vn -0.488465 0.617013 0.617006 -vn -0.595031 0.568331 0.568276 -vn -0.595031 0.568331 0.568277 -vn -0.595031 0.568331 0.568277 -vn -0.595091 0.568322 0.568222 -vn -0.595091 0.568322 0.568222 -vn -0.595091 0.568322 0.568222 -vn -0.424375 0.640276 0.640276 -vn -0.424375 0.640276 0.640276 -vn -0.424375 0.640276 0.640276 -vn -0.424390 0.640276 0.640266 -vn -0.424390 0.640276 0.640266 -vn -0.424390 0.640276 0.640266 -vn -0.571128 0.580416 0.580458 -vn -0.571128 0.580416 0.580458 -vn -0.571128 0.580416 0.580458 -vn -0.571042 0.580484 0.580473 -vn -0.571042 0.580484 0.580473 -vn -0.571042 0.580484 0.580473 -vn -0.571108 0.580463 0.580429 -vn -0.571108 0.580463 0.580429 -vn -0.571108 0.580463 0.580429 -vn -0.571082 0.580451 0.580468 -vn -0.571082 0.580451 0.580468 -vn -0.571082 0.580451 0.580468 -vn -0.397696 0.648804 0.648762 -vn -0.397696 0.648804 0.648762 -vn -0.397696 0.648804 0.648762 -vn -0.397734 0.648795 0.648747 -vn -0.397734 0.648795 0.648747 -vn -0.397734 0.648795 0.648747 -vn -0.707148 0.500060 0.499881 -vn -0.707149 0.500060 0.499881 -vn -0.707148 0.500060 0.499881 -vn -0.707211 0.499882 0.499971 -vn -0.707211 0.499882 0.499971 -vn -0.707211 0.499882 0.499971 -vn -0.569015 0.581450 0.581496 -vn -0.569015 0.581450 0.581496 -vn -0.569015 0.581450 0.581496 -vn -0.568949 0.581528 0.581483 -vn -0.568949 0.581528 0.581483 -vn -0.568949 0.581528 0.581483 -vn -0.427765 0.639170 0.639124 -vn -0.427765 0.639170 0.639124 -vn -0.427765 0.639170 0.639124 -vn -0.427805 0.639108 0.639159 -vn -0.427805 0.639108 0.639159 -vn -0.427805 0.639108 0.639159 -vn -0.614877 0.557807 0.557474 -vn -0.614877 0.557807 0.557474 -vn -0.614877 0.557807 0.557474 -vn -0.614728 0.557683 0.557763 -vn -0.614728 0.557683 0.557763 -vn -0.614728 0.557683 0.557763 -vn -0.490256 0.616279 0.616319 -vn -0.490256 0.616279 0.616319 -vn -0.490256 0.616279 0.616319 -vn -0.490275 0.616292 0.616292 -vn -0.490275 0.616292 0.616292 -vn -0.490275 0.616292 0.616292 -vn -0.510803 0.607898 0.607898 -vn -0.510803 0.607898 0.607898 -vn -0.510803 0.607898 0.607898 -vn -0.510785 0.607910 0.607902 -vn -0.510785 0.607910 0.607902 -vn -0.510785 0.607910 0.607902 -vn -0.585799 0.573129 0.573030 -vn -0.585799 0.573129 0.573030 -vn -0.585799 0.573129 0.573030 -vn -0.585845 0.572988 0.573124 -vn -0.585845 0.572988 0.573124 -vn -0.585845 0.572988 0.573124 -vn -0.413850 0.643711 0.643711 -vn -0.413850 0.643711 0.643711 -vn -0.413850 0.643711 0.643711 -vn -0.413817 0.643712 0.643732 -vn -0.413817 0.643711 0.643732 -vn -0.413817 0.643711 0.643732 -vn -0.602161 0.564551 0.564522 -vn -0.602161 0.564551 0.564522 -vn -0.602161 0.564551 0.564522 -vn -0.602167 0.564539 0.564526 -vn -0.602167 0.564539 0.564526 -vn -0.602167 0.564539 0.564527 -vn -0.564606 0.583618 0.583618 -vn -0.564606 0.583618 0.583618 -vn -0.564606 0.583618 0.583618 -vn -0.564563 0.583639 0.583639 -vn -0.564563 0.583639 0.583639 -vn -0.564563 0.583639 0.583639 -vn -0.407846 0.645645 0.645603 -vn -0.407846 0.645645 0.645603 -vn -0.407846 0.645645 0.645603 -vn -0.407882 0.645608 0.645618 -vn -0.407882 0.645608 0.645618 -vn -0.407882 0.645608 0.645618 -vn -0.707039 0.500168 0.499928 -vn -0.707039 0.500168 0.499928 -vn -0.707039 0.500168 0.499928 -vn -0.707135 0.499903 0.500057 -vn -0.707135 0.499903 0.500057 -vn -0.707135 0.499903 0.500057 -vn -0.551187 0.589975 0.590019 -vn -0.551187 0.589975 0.590019 -vn -0.551187 0.589975 0.590019 -vn -0.551132 0.590028 0.590017 -vn -0.551132 0.590028 0.590017 -vn -0.551132 0.590028 0.590017 -vn -0.453782 0.630137 0.630087 -vn -0.453782 0.630137 0.630087 -vn -0.453782 0.630137 0.630087 -vn -0.453748 0.630134 0.630115 -vn -0.453748 0.630134 0.630115 -vn -0.453748 0.630134 0.630115 -vn -0.605221 0.562822 0.562974 -vn -0.605221 0.562822 0.562974 -vn -0.605221 0.562822 0.562974 -vn -0.605257 0.562859 0.562897 -vn -0.605257 0.562859 0.562897 -vn -0.605257 0.562859 0.562897 -vn -0.484084 0.618752 0.618715 -vn -0.484084 0.618752 0.618715 -vn -0.484084 0.618752 0.618715 -vn -0.484100 0.618712 0.618742 -vn -0.484100 0.618712 0.618742 -vn -0.484100 0.618712 0.618742 -vn -0.707039 0.500083 0.500012 -vn -0.707039 0.500083 0.500012 -vn -0.707039 0.500083 0.500012 -vn -0.707102 0.499997 0.500010 -vn -0.707102 0.499997 0.500010 -vn -0.707102 0.499997 0.500010 -vn -0.874633 -0.342813 -0.342777 -vn -0.874633 -0.342813 -0.342777 -vn -0.874633 -0.342813 -0.342777 -vn -0.874583 -0.342886 -0.342832 -vn -0.874583 -0.342886 -0.342832 -vn -0.874583 -0.342886 -0.342832 -vn -0.761913 -0.457994 -0.457962 -vn -0.761913 -0.457994 -0.457962 -vn -0.761913 -0.457994 -0.457962 -vn -0.762031 -0.457861 -0.457901 -vn -0.762030 -0.457861 -0.457901 -vn -0.762030 -0.457861 -0.457901 -vn -0.510710 -0.607937 -0.607937 -vn -0.510710 -0.607937 -0.607937 -vn -0.510710 -0.607937 -0.607937 -vn -0.510685 -0.607932 -0.607964 -vn -0.510685 -0.607932 -0.607964 -vn -0.510685 -0.607932 -0.607964 -vn -0.494837 -0.614486 -0.614446 -vn -0.494837 -0.614486 -0.614446 -vn -0.494837 -0.614486 -0.614446 -vn -0.494873 -0.614436 -0.614466 -vn -0.494873 -0.614436 -0.614466 -vn -0.494873 -0.614436 -0.614466 -vn -0.613831 -0.558076 -0.558358 -vn -0.613831 -0.558076 -0.558358 -vn -0.613831 -0.558076 -0.558358 -vn -0.613370 -0.558559 -0.558381 -vn -0.613370 -0.558559 -0.558381 -vn -0.613370 -0.558559 -0.558381 -vn -0.424478 -0.640219 -0.640264 -vn -0.424478 -0.640219 -0.640264 -vn -0.424478 -0.640219 -0.640264 -vn -0.424503 -0.640253 -0.640214 -vn -0.424503 -0.640253 -0.640214 -vn -0.424503 -0.640253 -0.640214 -vn -0.569014 -0.581473 -0.581473 -vn -0.569015 -0.581473 -0.581473 -vn -0.569015 -0.581473 -0.581473 -vn -0.568992 -0.581473 -0.581496 -vn -0.568992 -0.581473 -0.581496 -vn -0.568992 -0.581473 -0.581496 -vn -0.707130 -0.499984 -0.499984 -vn -0.707130 -0.499984 -0.499984 -vn -0.707130 -0.499984 -0.499984 -vn -0.706960 -0.500154 -0.500054 -vn -0.706960 -0.500154 -0.500054 -vn -0.706960 -0.500154 -0.500054 -vn -0.397718 -0.648797 -0.648755 -vn -0.397718 -0.648797 -0.648755 -vn -0.397718 -0.648797 -0.648755 -vn -0.397739 -0.648788 -0.648751 -vn -0.397739 -0.648788 -0.648751 -vn -0.397739 -0.648788 -0.648751 -vn -0.571061 -0.580417 -0.580521 -vn -0.571061 -0.580417 -0.580521 -vn -0.571061 -0.580417 -0.580521 -vn -0.571062 -0.580495 -0.580444 -vn -0.571062 -0.580494 -0.580444 -vn -0.571062 -0.580494 -0.580444 -vn -0.571155 -0.580402 -0.580444 -vn -0.571155 -0.580402 -0.580444 -vn -0.571155 -0.580402 -0.580444 -vn -0.571123 -0.580460 -0.580418 -vn -0.571124 -0.580460 -0.580418 -vn -0.571123 -0.580460 -0.580418 -vn -0.424376 -0.640255 -0.640296 -vn -0.424376 -0.640255 -0.640296 -vn -0.424376 -0.640255 -0.640296 -vn -0.424351 -0.640304 -0.640263 -vn -0.424351 -0.640304 -0.640263 -vn -0.424351 -0.640304 -0.640263 -vn -0.595127 -0.568300 -0.568207 -vn -0.595127 -0.568300 -0.568207 -vn -0.595127 -0.568300 -0.568207 -vn -0.595285 -0.568151 -0.568190 -vn -0.595286 -0.568151 -0.568190 -vn -0.595285 -0.568151 -0.568190 -vn -0.488408 -0.617032 -0.617032 -vn -0.488408 -0.617032 -0.617032 -vn -0.488408 -0.617032 -0.617032 -vn -0.488395 -0.617048 -0.617027 -vn -0.488395 -0.617048 -0.617027 -vn -0.488395 -0.617048 -0.617027 -vn -0.528186 -0.600445 -0.600405 -vn -0.528186 -0.600445 -0.600405 -vn -0.528186 -0.600445 -0.600405 -vn -0.528222 -0.600394 -0.600424 -vn -0.528222 -0.600394 -0.600424 -vn -0.528223 -0.600394 -0.600424 -vn -0.708610 -0.498951 -0.498918 -vn -0.708610 -0.498951 -0.498918 -vn -0.708610 -0.498951 -0.498918 -vn -0.706455 -0.501401 -0.499518 -vn -0.706455 -0.501401 -0.499518 -vn -0.706455 -0.501401 -0.499518 -vn -0.435952 -0.636375 -0.636375 -vn -0.435952 -0.636375 -0.636375 -vn -0.435952 -0.636375 -0.636375 -vn -0.436018 -0.636342 -0.636363 -vn -0.436018 -0.636342 -0.636363 -vn -0.436018 -0.636342 -0.636363 -vn -0.560366 -0.585671 -0.585645 -vn -0.560366 -0.585671 -0.585645 -vn -0.560366 -0.585671 -0.585645 -vn -0.560362 -0.585653 -0.585666 -vn -0.560362 -0.585653 -0.585666 -vn -0.560362 -0.585653 -0.585666 -vn -0.638394 -0.544251 -0.544283 -vn -0.638394 -0.544251 -0.544284 -vn -0.638394 -0.544251 -0.544284 -vn -0.638331 -0.544312 -0.544296 -vn -0.638331 -0.544312 -0.544296 -vn -0.638331 -0.544312 -0.544296 -vn -0.396319 -0.649183 -0.649225 -vn -0.396319 -0.649183 -0.649225 -vn -0.396319 -0.649183 -0.649225 -vn -0.396296 -0.649250 -0.649171 -vn -0.396296 -0.649250 -0.649171 -vn -0.396296 -0.649250 -0.649172 -vn -0.577722 -0.577181 -0.577148 -vn -0.577722 -0.577181 -0.577148 -vn -0.577722 -0.577181 -0.577148 -vn -0.577752 -0.577154 -0.577144 -vn -0.577752 -0.577154 -0.577144 -vn -0.577752 -0.577154 -0.577144 -vn -0.548642 -0.591182 -0.591182 -vn -0.548642 -0.591182 -0.591182 -vn -0.548642 -0.591182 -0.591182 -vn -0.548672 -0.591117 -0.591219 -vn -0.548672 -0.591117 -0.591219 -vn -0.548672 -0.591117 -0.591219 -vn -0.447493 -0.632377 -0.632336 -vn -0.447493 -0.632377 -0.632336 -vn -0.447493 -0.632377 -0.632336 -vn -0.447493 -0.632362 -0.632352 -vn -0.447493 -0.632362 -0.632352 -vn -0.447493 -0.632362 -0.632352 -vn -0.600871 -0.565244 -0.565202 -vn -0.600871 -0.565244 -0.565202 -vn -0.600871 -0.565244 -0.565202 -vn -0.600998 -0.565155 -0.565155 -vn -0.600998 -0.565155 -0.565155 -vn -0.600998 -0.565155 -0.565155 -vn -0.461959 -0.627147 -0.627121 -vn -0.461959 -0.627147 -0.627121 -vn -0.461959 -0.627147 -0.627121 -vn -0.461967 -0.627134 -0.627128 -vn -0.461967 -0.627134 -0.627128 -vn -0.461967 -0.627134 -0.627128 -vn -0.548388 -0.591321 -0.591278 -vn -0.548388 -0.591321 -0.591278 -vn -0.548388 -0.591321 -0.591278 -vn -0.548472 -0.591245 -0.591277 -vn -0.548472 -0.591245 -0.591277 -vn -0.548472 -0.591245 -0.591277 -vn -0.706799 -0.500432 -0.500004 -vn -0.706799 -0.500432 -0.500004 -vn -0.706799 -0.500432 -0.500004 -vn -0.707198 -0.499992 -0.499880 -vn -0.707198 -0.499992 -0.499880 -vn -0.707198 -0.499992 -0.499880 -vn -0.409893 -0.644915 -0.645037 -vn -0.409893 -0.644915 -0.645037 -vn -0.409893 -0.644915 -0.645037 -vn -0.409846 -0.645012 -0.644970 -vn -0.409846 -0.645012 -0.644970 -vn -0.409846 -0.645012 -0.644970 -vn -0.566380 -0.582764 -0.582752 -vn -0.566380 -0.582764 -0.582752 -vn -0.566380 -0.582764 -0.582752 -vn -0.566470 -0.582729 -0.582700 -vn -0.566470 -0.582729 -0.582700 -vn -0.566470 -0.582729 -0.582700 -vn -0.612442 -0.558952 -0.559005 -vn -0.612442 -0.558952 -0.559005 -vn -0.612442 -0.558952 -0.559005 -vn -0.612326 -0.559134 -0.558950 -vn -0.612326 -0.559134 -0.558950 -vn -0.612326 -0.559134 -0.558950 -vn -0.399502 -0.648256 -0.648199 -vn -0.399502 -0.648256 -0.648199 -vn -0.399502 -0.648256 -0.648199 -vn -0.399508 -0.648215 -0.648236 -vn -0.399508 -0.648215 -0.648236 -vn -0.399508 -0.648215 -0.648236 -vn -0.583924 -0.574013 -0.574058 -vn -0.583924 -0.574013 -0.574058 -vn -0.583924 -0.574013 -0.574058 -vn -0.583934 -0.574075 -0.573985 -vn -0.583934 -0.574075 -0.573985 -vn -0.583934 -0.574075 -0.573985 -vn -0.525788 -0.601443 -0.601509 -vn -0.525788 -0.601443 -0.601509 -vn -0.525788 -0.601443 -0.601509 -vn -0.525726 -0.601520 -0.601486 -vn -0.525726 -0.601520 -0.601486 -vn -0.525726 -0.601520 -0.601486 -vn -0.483187 -0.619064 -0.619104 -vn -0.483187 -0.619064 -0.619104 -vn -0.483187 -0.619064 -0.619104 -vn -0.483164 -0.619073 -0.619113 -vn -0.483164 -0.619073 -0.619113 -vn -0.483164 -0.619073 -0.619113 -vn -0.609714 -0.560523 -0.560413 -vn -0.609714 -0.560523 -0.560413 -vn -0.609714 -0.560523 -0.560413 -vn -0.610158 -0.560348 -0.560105 -vn -0.610158 -0.560348 -0.560105 -vn -0.610158 -0.560348 -0.560105 -vn -0.434238 -0.636960 -0.636960 -vn -0.434238 -0.636960 -0.636960 -vn -0.434238 -0.636960 -0.636960 -vn -0.434127 -0.637013 -0.636984 -vn -0.434127 -0.637013 -0.636984 -vn -0.434127 -0.637013 -0.636984 -vn -0.562425 -0.584693 -0.584648 -vn -0.562425 -0.584693 -0.584648 -vn -0.562425 -0.584693 -0.584648 -vn -0.562492 -0.584604 -0.584671 -vn -0.562492 -0.584604 -0.584671 -vn -0.562492 -0.584604 -0.584671 -vn -0.706886 -0.500393 -0.499919 -vn -0.706886 -0.500393 -0.499919 -vn -0.706886 -0.500393 -0.499919 -vn -0.707195 -0.499830 -0.500046 -vn -0.707195 -0.499830 -0.500046 -vn -0.707195 -0.499830 -0.500046 -vn -0.397841 -0.648759 -0.648717 -vn -0.397841 -0.648759 -0.648717 -vn -0.397841 -0.648759 -0.648717 -vn -0.397840 -0.648710 -0.648768 -vn -0.397840 -0.648710 -0.648768 -vn -0.397840 -0.648710 -0.648768 -vn -0.569634 -0.581195 -0.581144 -vn -0.569634 -0.581195 -0.581144 -vn -0.569634 -0.581195 -0.581144 -vn -0.569687 -0.581144 -0.581144 -vn -0.569687 -0.581144 -0.581144 -vn -0.569687 -0.581144 -0.581144 -vn -0.586422 -0.572738 -0.572783 -vn -0.586422 -0.572738 -0.572783 -vn -0.586422 -0.572738 -0.572783 -vn -0.586295 -0.572848 -0.572803 -vn -0.586295 -0.572848 -0.572803 -vn -0.586295 -0.572848 -0.572803 -vn -0.413931 -0.643674 -0.643696 -vn -0.413931 -0.643674 -0.643696 -vn -0.413931 -0.643674 -0.643696 -vn -0.413956 -0.643703 -0.643651 -vn -0.413956 -0.643703 -0.643651 -vn -0.413956 -0.643703 -0.643651 -vn -0.592018 -0.569888 -0.569861 -vn -0.592018 -0.569888 -0.569861 -vn -0.592018 -0.569888 -0.569861 -vn -0.591989 -0.569910 -0.569869 -vn -0.591989 -0.569910 -0.569869 -vn -0.591989 -0.569910 -0.569869 -vn -0.500198 -0.612247 -0.612336 -vn -0.500199 -0.612247 -0.612336 -vn -0.500199 -0.612247 -0.612336 -vn -0.500140 -0.612312 -0.612319 -vn -0.500140 -0.612312 -0.612319 -vn -0.500140 -0.612312 -0.612319 -vn -0.520640 -0.603730 -0.603692 -vn -0.520640 -0.603730 -0.603692 -vn -0.520640 -0.603730 -0.603692 -vn -0.520523 -0.603781 -0.603742 -vn -0.520523 -0.603781 -0.603742 -vn -0.520523 -0.603781 -0.603742 -vn -0.442837 -0.634083 -0.633904 -vn -0.442837 -0.634083 -0.633904 -vn -0.442837 -0.634083 -0.633904 -vn -0.443079 -0.633945 -0.633873 -vn -0.443079 -0.633945 -0.633873 -vn -0.443079 -0.633945 -0.633873 -vn -0.557449 -0.587048 -0.587048 -vn -0.557449 -0.587048 -0.587048 -vn -0.557449 -0.587048 -0.587048 -vn -0.557524 -0.587038 -0.586988 -vn -0.557524 -0.587038 -0.586988 -vn -0.557524 -0.587038 -0.586988 -vn -0.655857 -0.533803 -0.533767 -vn -0.655857 -0.533803 -0.533767 -vn -0.655857 -0.533803 -0.533766 -vn -0.655846 -0.533791 -0.533791 -vn -0.655846 -0.533791 -0.533791 -vn -0.655846 -0.533791 -0.533791 -vn -0.395869 -0.649341 -0.649341 -vn -0.395869 -0.649341 -0.649341 -vn -0.395869 -0.649341 -0.649341 -vn -0.395882 -0.649374 -0.649300 -vn -0.395882 -0.649374 -0.649300 -vn -0.395882 -0.649374 -0.649300 -vn -0.575316 -0.578296 -0.578433 -vn -0.575316 -0.578296 -0.578433 -vn -0.575316 -0.578296 -0.578433 -vn -0.575244 -0.578405 -0.578396 -vn -0.575244 -0.578405 -0.578396 -vn -0.575244 -0.578405 -0.578396 -vn -0.560790 -0.585455 -0.585455 -vn -0.560790 -0.585455 -0.585455 -vn -0.560790 -0.585455 -0.585455 -vn -0.560725 -0.585506 -0.585467 -vn -0.560725 -0.585506 -0.585467 -vn -0.560725 -0.585506 -0.585467 -vn -0.438361 -0.635547 -0.635547 -vn -0.438361 -0.635547 -0.635547 -vn -0.438361 -0.635547 -0.635547 -vn -0.438427 -0.635519 -0.635529 -vn -0.438427 -0.635519 -0.635529 -vn -0.438427 -0.635519 -0.635529 -vn -0.600102 -0.565557 -0.565706 -vn -0.600102 -0.565557 -0.565706 -vn -0.600102 -0.565557 -0.565706 -vn -0.599923 -0.565768 -0.565684 -vn -0.599923 -0.565768 -0.565684 -vn -0.599923 -0.565768 -0.565684 -vn -0.471881 -0.623429 -0.623429 -vn -0.471881 -0.623429 -0.623429 -vn -0.471881 -0.623429 -0.623429 -vn -0.471814 -0.623445 -0.623465 -vn -0.471814 -0.623445 -0.623465 -vn -0.471814 -0.623445 -0.623465 -vn -0.538144 -0.595967 -0.596008 -vn -0.538144 -0.595967 -0.596008 -vn -0.538144 -0.595967 -0.596008 -vn -0.538161 -0.596000 -0.595959 -vn -0.538161 -0.596000 -0.595959 -vn -0.538161 -0.596000 -0.595959 -vn -0.707453 -0.499633 -0.499877 -vn -0.707453 -0.499633 -0.499877 -vn -0.707453 -0.499633 -0.499877 -vn -0.707107 -0.499969 -0.500031 -vn -0.707107 -0.499970 -0.500031 -vn -0.707107 -0.499970 -0.500031 -vn -0.421023 -0.641361 -0.641402 -vn -0.421023 -0.641361 -0.641402 -vn -0.421023 -0.641361 -0.641402 -vn -0.420943 -0.641444 -0.641371 -vn -0.420943 -0.641444 -0.641371 -vn -0.420943 -0.641444 -0.641371 -vn -0.563312 -0.584244 -0.584242 -vn -0.563311 -0.584244 -0.584242 -vn -0.563311 -0.584244 -0.584242 -vn -0.563383 -0.584229 -0.584188 -vn -0.563383 -0.584229 -0.584188 -vn -0.563383 -0.584229 -0.584188 -vn -0.624261 -0.552432 -0.552374 -vn -0.624261 -0.552432 -0.552374 -vn -0.624261 -0.552432 -0.552374 -vn -0.624125 -0.552538 -0.552423 -vn -0.624125 -0.552538 -0.552423 -vn -0.624125 -0.552538 -0.552423 -vn -0.399114 -0.648368 -0.648326 -vn -0.399114 -0.648368 -0.648326 -vn -0.399114 -0.648368 -0.648326 -vn -0.399120 -0.648330 -0.648361 -vn -0.399119 -0.648330 -0.648361 -vn -0.399120 -0.648330 -0.648361 -vn -0.583450 -0.574319 -0.574234 -vn -0.583450 -0.574319 -0.574234 -vn -0.583450 -0.574319 -0.574234 -vn -0.583568 -0.574190 -0.574242 -vn -0.583568 -0.574190 -0.574242 -vn -0.583568 -0.574190 -0.574242 -vn -0.535726 -0.597093 -0.597058 -vn -0.535726 -0.597093 -0.597058 -vn -0.535726 -0.597093 -0.597058 -vn -0.535755 -0.597062 -0.597062 -vn -0.535755 -0.597062 -0.597062 -vn -0.535755 -0.597062 -0.597062 -vn -0.465414 -0.625876 -0.625835 -vn -0.465414 -0.625876 -0.625835 -vn -0.465414 -0.625876 -0.625835 -vn -0.465422 -0.625837 -0.625868 -vn -0.465422 -0.625837 -0.625868 -vn -0.465422 -0.625837 -0.625868 -vn -0.605899 -0.562562 -0.562504 -vn -0.605899 -0.562562 -0.562504 -vn -0.605899 -0.562562 -0.562504 -vn -0.606158 -0.562357 -0.562430 -vn -0.606158 -0.562357 -0.562430 -vn -0.606158 -0.562357 -0.562430 -vn -0.445608 -0.633022 -0.633022 -vn -0.445608 -0.633022 -0.633022 -vn -0.445608 -0.633022 -0.633022 -vn -0.445663 -0.632975 -0.633030 -vn -0.445663 -0.632975 -0.633030 -vn -0.445663 -0.632975 -0.633030 -vn -0.554683 -0.588378 -0.588335 -vn -0.554683 -0.588378 -0.588335 -vn -0.554683 -0.588378 -0.588335 -vn -0.554679 -0.588342 -0.588375 -vn -0.554679 -0.588342 -0.588375 -vn -0.554679 -0.588342 -0.588375 -vn -0.706979 -0.499937 -0.500243 -vn -0.706979 -0.499937 -0.500243 -vn -0.706979 -0.499937 -0.500243 -vn -0.706986 -0.500163 -0.500008 -vn -0.706986 -0.500163 -0.500008 -vn -0.706986 -0.500163 -0.500008 -vn -0.407206 -0.645788 -0.645865 -vn -0.407206 -0.645788 -0.645865 -vn -0.407206 -0.645788 -0.645865 -vn -0.407141 -0.645863 -0.645831 -vn -0.407141 -0.645863 -0.645831 -vn -0.407141 -0.645863 -0.645831 -vn -0.568475 -0.581710 -0.581764 -vn -0.568475 -0.581710 -0.581764 -vn -0.568475 -0.581710 -0.581764 -vn -0.568548 -0.581701 -0.581701 -vn -0.568548 -0.581701 -0.581701 -vn -0.568548 -0.581701 -0.581701 -vn -0.595773 -0.567915 -0.567915 -vn -0.595773 -0.567915 -0.567915 -vn -0.595773 -0.567915 -0.567915 -vn -0.595757 -0.568013 -0.567834 -vn -0.595757 -0.568013 -0.567834 -vn -0.595757 -0.568013 -0.567834 -vn -0.412471 -0.644139 -0.644168 -vn -0.412471 -0.644139 -0.644168 -vn -0.412471 -0.644139 -0.644168 -vn -0.412514 -0.644150 -0.644129 -vn -0.412514 -0.644150 -0.644129 -vn -0.412514 -0.644150 -0.644129 -vn -0.585010 -0.573495 -0.573469 -vn -0.585010 -0.573495 -0.573469 -vn -0.585010 -0.573495 -0.573469 -vn -0.584956 -0.573516 -0.573503 -vn -0.584955 -0.573516 -0.573503 -vn -0.584956 -0.573516 -0.573503 -vn -0.505674 -0.609977 -0.610101 -vn -0.505674 -0.609977 -0.610101 -vn -0.505674 -0.609977 -0.610100 -vn -0.505703 -0.610053 -0.609999 -vn -0.505703 -0.610053 -0.609999 -vn -0.505703 -0.610053 -0.609999 -vn -0.497699 -0.613329 -0.613289 -vn -0.497699 -0.613329 -0.613289 -vn -0.497699 -0.613329 -0.613289 -vn -0.497659 -0.613315 -0.613335 -vn -0.497659 -0.613315 -0.613335 -vn -0.497659 -0.613315 -0.613335 -vn -0.613411 -0.558672 -0.558223 -vn -0.613411 -0.558672 -0.558223 -vn -0.613411 -0.558672 -0.558223 -vn -0.613366 -0.558591 -0.558354 -vn -0.613365 -0.558591 -0.558354 -vn -0.613365 -0.558591 -0.558354 -vn -0.422886 -0.640768 -0.640768 -vn -0.422886 -0.640768 -0.640768 -vn -0.422886 -0.640768 -0.640768 -vn -0.422932 -0.640764 -0.640742 -vn -0.422932 -0.640764 -0.640742 -vn -0.422932 -0.640764 -0.640742 -vn 0.000000 -0.707084 -0.707130 -vn 0.000000 -0.707084 -0.707130 -vn 0.000000 -0.707084 -0.707130 -vn 0.000000 -0.707107 -0.707107 -vn 0.000000 -0.707107 -0.707107 -vn 0.000000 -0.707107 -0.707107 -vn 0.422838 -0.640784 -0.640784 -vn 0.422838 -0.640784 -0.640784 -vn 0.422838 -0.640784 -0.640784 -vn 0.422901 -0.640752 -0.640774 -vn 0.422901 -0.640752 -0.640774 -vn 0.422901 -0.640752 -0.640774 -vn 0.614222 -0.558036 -0.557968 -vn 0.614222 -0.558036 -0.557968 -vn 0.614222 -0.558036 -0.557968 -vn 0.614387 -0.557695 -0.558127 -vn 0.614387 -0.557695 -0.558127 -vn 0.614387 -0.557695 -0.558127 -vn 0.497669 -0.613341 -0.613301 -vn 0.497669 -0.613341 -0.613301 -vn 0.497669 -0.613341 -0.613301 -vn 0.497624 -0.613334 -0.613344 -vn 0.497625 -0.613334 -0.613344 -vn 0.497624 -0.613334 -0.613344 -vn 0.505691 -0.610023 -0.610040 -vn 0.505691 -0.610023 -0.610040 -vn 0.505691 -0.610023 -0.610040 -vn 0.505709 -0.610036 -0.610012 -vn 0.505709 -0.610036 -0.610012 -vn 0.505709 -0.610036 -0.610012 -vn 0.584991 -0.573476 -0.573507 -vn 0.584991 -0.573476 -0.573507 -vn 0.584991 -0.573476 -0.573507 -vn 0.584991 -0.573485 -0.573498 -vn 0.584991 -0.573485 -0.573498 -vn 0.584991 -0.573485 -0.573498 -vn 0.412496 -0.644146 -0.644146 -vn 0.412496 -0.644146 -0.644146 -vn 0.412496 -0.644146 -0.644146 -vn 0.412512 -0.644135 -0.644146 -vn 0.412512 -0.644135 -0.644146 -vn 0.412512 -0.644135 -0.644146 -vn 0.595763 -0.567861 -0.567980 -vn 0.595763 -0.567860 -0.567980 -vn 0.595763 -0.567861 -0.567980 -vn 0.595679 -0.567982 -0.567946 -vn 0.595679 -0.567982 -0.567946 -vn 0.595679 -0.567982 -0.567946 -vn 0.568503 -0.581737 -0.581711 -vn 0.568503 -0.581737 -0.581711 -vn 0.568503 -0.581737 -0.581711 -vn 0.568516 -0.581686 -0.581748 -vn 0.568516 -0.581686 -0.581748 -vn 0.568516 -0.581686 -0.581748 -vn 0.407155 -0.645842 -0.645842 -vn 0.407155 -0.645842 -0.645842 -vn 0.407155 -0.645842 -0.645842 -vn 0.407174 -0.645847 -0.645826 -vn 0.407174 -0.645847 -0.645826 -vn 0.407174 -0.645847 -0.645826 -vn 0.707256 -0.499884 -0.499905 -vn 0.707256 -0.499884 -0.499905 -vn 0.707256 -0.499884 -0.499905 -vn 0.706991 -0.500152 -0.500012 -vn 0.706991 -0.500152 -0.500012 -vn 0.706991 -0.500152 -0.500012 -vn 0.554639 -0.588399 -0.588355 -vn 0.554639 -0.588399 -0.588355 -vn 0.554639 -0.588399 -0.588355 -vn 0.554667 -0.588375 -0.588353 -vn 0.554667 -0.588375 -0.588353 -vn 0.554667 -0.588375 -0.588353 -vn 0.445737 -0.632956 -0.632997 -vn 0.445737 -0.632956 -0.632997 -vn 0.445737 -0.632956 -0.632997 -vn 0.445587 -0.632993 -0.633066 -vn 0.445587 -0.632993 -0.633066 -vn 0.445587 -0.632993 -0.633066 -vn 0.605815 -0.562593 -0.562563 -vn 0.605815 -0.562593 -0.562563 -vn 0.605815 -0.562593 -0.562563 -vn 0.606065 -0.562465 -0.562422 -vn 0.606065 -0.562465 -0.562422 -vn 0.606065 -0.562465 -0.562422 -vn 0.467696 -0.625025 -0.624984 -vn 0.467696 -0.625025 -0.624984 -vn 0.467696 -0.625025 -0.624984 -vn 0.467628 -0.625030 -0.625030 -vn 0.467628 -0.625030 -0.625030 -vn 0.467628 -0.625030 -0.625030 -vn 0.534651 -0.597481 -0.597633 -vn 0.534651 -0.597481 -0.597633 -vn 0.534651 -0.597481 -0.597633 -vn 0.534749 -0.597548 -0.597478 -vn 0.534749 -0.597548 -0.597478 -vn 0.534749 -0.597548 -0.597478 -vn 0.580374 -0.575875 -0.575791 -vn 0.580374 -0.575875 -0.575791 -vn 0.580374 -0.575875 -0.575791 -vn 0.580521 -0.575732 -0.575785 -vn 0.580521 -0.575732 -0.575785 -vn 0.580521 -0.575732 -0.575785 -vn 0.399099 -0.648352 -0.648352 -vn 0.399099 -0.648352 -0.648352 -vn 0.399099 -0.648352 -0.648352 -vn 0.399088 -0.648366 -0.648345 -vn 0.399088 -0.648366 -0.648345 -vn 0.399088 -0.648366 -0.648345 -vn 0.624228 -0.552454 -0.552390 -vn 0.624228 -0.552454 -0.552390 -vn 0.624228 -0.552454 -0.552390 -vn 0.624100 -0.552551 -0.552436 -vn 0.624100 -0.552551 -0.552436 -vn 0.624100 -0.552551 -0.552436 -vn 0.563320 -0.584253 -0.584225 -vn 0.563320 -0.584253 -0.584225 -vn 0.563320 -0.584253 -0.584225 -vn 0.563383 -0.584230 -0.584188 -vn 0.563383 -0.584229 -0.584188 -vn 0.563383 -0.584229 -0.584188 -vn 0.421011 -0.641385 -0.641385 -vn 0.421011 -0.641385 -0.641385 -vn 0.421011 -0.641385 -0.641385 -vn 0.421002 -0.641388 -0.641388 -vn 0.421002 -0.641388 -0.641388 -vn 0.421002 -0.641388 -0.641388 -vn 0.707392 -0.499768 -0.499829 -vn 0.707392 -0.499768 -0.499829 -vn 0.707392 -0.499768 -0.499829 -vn 0.707189 -0.500171 -0.499712 -vn 0.707189 -0.500171 -0.499712 -vn 0.707189 -0.500171 -0.499712 -vn 0.538132 -0.596013 -0.595972 -vn 0.538132 -0.596013 -0.595972 -vn 0.538132 -0.596013 -0.595972 -vn 0.538120 -0.596008 -0.595987 -vn 0.538120 -0.596008 -0.595987 -vn 0.538120 -0.596008 -0.595988 -vn 0.471867 -0.623393 -0.623476 -vn 0.471867 -0.623393 -0.623476 -vn 0.471867 -0.623393 -0.623476 -vn 0.471863 -0.623463 -0.623409 -vn 0.471863 -0.623463 -0.623409 -vn 0.471863 -0.623463 -0.623409 -vn 0.600019 -0.565619 -0.565731 -vn 0.600019 -0.565619 -0.565731 -vn 0.600019 -0.565619 -0.565731 -vn 0.599973 -0.565812 -0.565588 -vn 0.599973 -0.565812 -0.565588 -vn 0.599973 -0.565812 -0.565588 -vn 0.438393 -0.635522 -0.635549 -vn 0.438393 -0.635522 -0.635549 -vn 0.438393 -0.635522 -0.635549 -vn 0.438374 -0.635542 -0.635542 -vn 0.438374 -0.635542 -0.635542 -vn 0.438374 -0.635542 -0.635542 -vn 0.560686 -0.585544 -0.585465 -vn 0.560686 -0.585544 -0.585465 -vn 0.560686 -0.585544 -0.585465 -vn 0.560800 -0.585396 -0.585504 -vn 0.560800 -0.585396 -0.585504 -vn 0.560800 -0.585396 -0.585504 -vn 0.575253 -0.578414 -0.578378 -vn 0.575253 -0.578414 -0.578378 -vn 0.575253 -0.578414 -0.578378 -vn 0.575335 -0.578369 -0.578342 -vn 0.575335 -0.578369 -0.578342 -vn 0.575335 -0.578369 -0.578342 -vn 0.439758 -0.635085 -0.635044 -vn 0.439758 -0.635085 -0.635044 -vn 0.439758 -0.635085 -0.635044 -vn 0.439814 -0.635040 -0.635050 -vn 0.439814 -0.635040 -0.635050 -vn 0.439814 -0.635040 -0.635050 -vn 0.706901 -0.500214 -0.500077 -vn 0.706901 -0.500214 -0.500077 -vn 0.706901 -0.500214 -0.500077 -vn 0.707131 -0.500051 -0.499914 -vn 0.707131 -0.500051 -0.499914 -vn 0.707131 -0.500051 -0.499914 -vn 0.907338 0.297298 0.297240 -vn 0.907338 0.297298 0.297240 -vn 0.907338 0.297298 0.297240 -vn 0.907393 0.297185 0.297185 -vn 0.907393 0.297185 0.297185 -vn 0.907393 0.297185 0.297185 -vn 0.868720 0.350233 0.350233 -vn 0.868720 0.350233 0.350233 -vn 0.868720 0.350233 0.350233 -vn 0.868718 0.350242 0.350227 -vn 0.868718 0.350242 0.350227 -vn 0.868718 0.350242 0.350227 -vn 0.515811 0.605780 0.605780 -vn 0.515811 0.605780 0.605780 -vn 0.515811 0.605780 0.605780 -vn 0.515675 0.605810 0.605866 -vn 0.515675 0.605810 0.605866 -vn 0.515675 0.605810 0.605866 -vn 0.487741 0.617293 0.617299 -vn 0.487741 0.617293 0.617299 -vn 0.487741 0.617293 0.617299 -vn 0.487803 0.617301 0.617242 -vn 0.487803 0.617301 0.617242 -vn 0.487803 0.617301 0.617242 -vn 0.615943 0.557028 0.557077 -vn 0.615943 0.557028 0.557077 -vn 0.615943 0.557028 0.557077 -vn 0.615997 0.557119 0.556926 -vn 0.615997 0.557119 0.556926 -vn 0.615997 0.557119 0.556926 -vn 0.431028 0.638050 0.638050 -vn 0.431028 0.638050 0.638050 -vn 0.431028 0.638050 0.638050 -vn 0.431011 0.638027 0.638084 -vn 0.431011 0.638027 0.638084 -vn 0.431011 0.638027 0.638084 -vn 0.561496 0.585131 0.585102 -vn 0.561496 0.585131 0.585101 -vn 0.561496 0.585132 0.585102 -vn 0.561471 0.585162 0.585094 -vn 0.561471 0.585162 0.585094 -vn 0.561471 0.585162 0.585094 -vn 0.707022 0.500036 0.500085 -vn 0.707022 0.500036 0.500085 -vn 0.707022 0.500036 0.500085 -vn 0.706994 0.500123 0.500037 -vn 0.706994 0.500123 0.500036 -vn 0.706994 0.500123 0.500037 -vn 0.402566 0.647258 0.647300 -vn 0.402566 0.647258 0.647300 -vn 0.402566 0.647258 0.647300 -vn 0.402618 0.647284 0.647242 -vn 0.402618 0.647284 0.647242 -vn 0.402618 0.647284 0.647242 -vn 0.567736 0.582098 0.582098 -vn 0.567736 0.582098 0.582098 -vn 0.567736 0.582098 0.582098 -vn 0.567893 0.582005 0.582038 -vn 0.567893 0.582005 0.582038 -vn 0.567893 0.582005 0.582038 -vn 0.578285 0.576882 0.576882 -vn 0.578285 0.576882 0.576882 -vn 0.578285 0.576882 0.576882 -vn 0.578274 0.576877 0.576899 -vn 0.578274 0.576877 0.576899 -vn 0.578274 0.576877 0.576899 -vn 0.422843 0.640824 0.640741 -vn 0.422843 0.640824 0.640741 -vn 0.422843 0.640824 0.640741 -vn 0.422763 0.640752 0.640866 -vn 0.422763 0.640752 0.640866 -vn 0.422763 0.640752 0.640866 -vn 0.590303 0.570778 0.570749 -vn 0.590303 0.570778 0.570749 -vn 0.590303 0.570778 0.570749 -vn 0.590259 0.570794 0.570779 -vn 0.590260 0.570794 0.570779 -vn 0.590259 0.570794 0.570779 -vn 0.492075 0.615546 0.615601 -vn 0.492075 0.615546 0.615601 -vn 0.492075 0.615546 0.615601 -vn 0.492091 0.615567 0.615567 -vn 0.492091 0.615567 0.615567 -vn 0.492091 0.615567 0.615567 -vn 0.526630 0.601108 0.601108 -vn 0.526630 0.601108 0.601108 -vn 0.526630 0.601108 0.601108 -vn 0.526865 0.601078 0.600931 -vn 0.526865 0.601078 0.600931 -vn 0.526865 0.601078 0.600931 -vn 0.436377 0.636297 0.636161 -vn 0.436377 0.636297 0.636161 -vn 0.436377 0.636297 0.636161 -vn 0.436029 0.636323 0.636374 -vn 0.436029 0.636323 0.636374 -vn 0.436029 0.636323 0.636374 -vn 0.561119 0.585303 0.585291 -vn 0.561119 0.585303 0.585291 -vn 0.561119 0.585303 0.585291 -vn 0.561203 0.585269 0.585244 -vn 0.561203 0.585269 0.585244 -vn 0.561204 0.585269 0.585244 -vn 0.656595 0.533348 0.533313 -vn 0.656595 0.533348 0.533313 -vn 0.656595 0.533348 0.533313 -vn 0.656449 0.533386 0.533455 -vn 0.656449 0.533386 0.533455 -vn 0.656449 0.533386 0.533455 -vn 0.396569 0.649119 0.649136 -vn 0.396569 0.649119 0.649136 -vn 0.396569 0.649119 0.649136 -vn 0.396575 0.649178 0.649073 -vn 0.396575 0.649178 0.649073 -vn 0.396575 0.649178 0.649073 -vn 0.578660 0.576702 0.576687 -vn 0.578660 0.576702 0.576687 -vn 0.578660 0.576702 0.576687 -vn 0.578671 0.576614 0.576764 -vn 0.578671 0.576614 0.576764 -vn 0.578671 0.576614 0.576764 -vn 0.553664 0.588854 0.588819 -vn 0.553663 0.588854 0.588819 -vn 0.553663 0.588854 0.588819 -vn 0.553682 0.588823 0.588833 -vn 0.553682 0.588823 0.588833 -vn 0.553682 0.588823 0.588833 -vn 0.441938 0.634287 0.634328 -vn 0.441938 0.634287 0.634328 -vn 0.441938 0.634287 0.634328 -vn 0.442097 0.634246 0.634257 -vn 0.442097 0.634246 0.634257 -vn 0.442097 0.634246 0.634257 -vn 0.599050 0.566137 0.566240 -vn 0.599050 0.566137 0.566240 -vn 0.599050 0.566137 0.566240 -vn 0.598906 0.566350 0.566180 -vn 0.598906 0.566349 0.566180 -vn 0.598906 0.566349 0.566180 -vn 0.466971 0.625275 0.625275 -vn 0.466971 0.625275 0.625275 -vn 0.466970 0.625275 0.625275 -vn 0.466954 0.625275 0.625288 -vn 0.466954 0.625275 0.625288 -vn 0.466954 0.625275 0.625288 -vn 0.541936 0.594287 0.594245 -vn 0.541936 0.594287 0.594245 -vn 0.541936 0.594287 0.594245 -vn 0.541925 0.594251 0.594292 -vn 0.541925 0.594251 0.594292 -vn 0.541925 0.594251 0.594292 -vn 0.707032 0.499996 0.500110 -vn 0.707032 0.499996 0.500110 -vn 0.707032 0.499995 0.500110 -vn 0.707005 0.500186 0.499957 -vn 0.707005 0.500186 0.499957 -vn 0.707005 0.500186 0.499957 -vn 0.422900 0.640743 0.640784 -vn 0.422900 0.640743 0.640784 -vn 0.422900 0.640743 0.640784 -vn 0.422941 0.640786 0.640714 -vn 0.422941 0.640786 0.640714 -vn 0.422941 0.640786 0.640714 -vn 0.559698 0.586005 0.585949 -vn 0.559698 0.586005 0.585949 -vn 0.559698 0.586005 0.585949 -vn 0.559559 0.586051 0.586036 -vn 0.559559 0.586051 0.586036 -vn 0.559559 0.586051 0.586036 -vn 0.610349 0.560108 0.560136 -vn 0.610349 0.560109 0.560136 -vn 0.610349 0.560109 0.560136 -vn 0.610296 0.560151 0.560151 -vn 0.610296 0.560151 0.560151 -vn 0.610296 0.560151 0.560151 -vn 0.331499 0.667102 0.667146 -vn 0.331498 0.667102 0.667146 -vn 0.331499 0.667102 0.667146 -vn 0.331433 0.667124 0.667156 -vn 0.331433 0.667124 0.667156 -vn 0.331433 0.667124 0.667156 -vn 0.567877 0.582008 0.582051 -vn 0.567877 0.582008 0.582051 -vn 0.567877 0.582008 0.582051 -vn 0.567814 0.582060 0.582060 -vn 0.567814 0.582060 0.582060 -vn 0.567814 0.582060 0.582060 -vn 0.578227 0.576956 0.576868 -vn 0.578227 0.576955 0.576868 -vn 0.578227 0.576955 0.576868 -vn 0.578234 0.576875 0.576941 -vn 0.578234 0.576875 0.576941 -vn 0.578234 0.576875 0.576941 -vn 0.422764 0.640829 0.640788 -vn 0.422764 0.640829 0.640788 -vn 0.422764 0.640829 0.640788 -vn 0.422838 0.640789 0.640779 -vn 0.422838 0.640789 0.640779 -vn 0.422838 0.640789 0.640779 -vn 0.590360 0.570720 0.570749 -vn 0.590360 0.570720 0.570749 -vn 0.590360 0.570720 0.570749 -vn 0.590133 0.570881 0.570822 -vn 0.590133 0.570881 0.570822 -vn 0.590133 0.570881 0.570822 -vn 0.492039 0.615574 0.615603 -vn 0.492039 0.615574 0.615603 -vn 0.492039 0.615574 0.615603 -vn 0.492065 0.615585 0.615570 -vn 0.492065 0.615585 0.615570 -vn 0.492065 0.615585 0.615570 -vn 0.526829 0.601040 0.601001 -vn 0.526829 0.601040 0.601001 -vn 0.526829 0.601040 0.601001 -vn 0.527031 0.601010 0.600854 -vn 0.527031 0.601010 0.600854 -vn 0.527031 0.601010 0.600854 -vn 0.434395 0.636998 0.636817 -vn 0.434395 0.636997 0.636817 -vn 0.434395 0.636997 0.636817 -vn 0.434059 0.637042 0.637001 -vn 0.434059 0.637042 0.637001 -vn 0.434059 0.637042 0.637001 -vn 0.562968 0.584397 0.584421 -vn 0.562968 0.584397 0.584421 -vn 0.562968 0.584397 0.584421 -vn 0.562937 0.584386 0.584462 -vn 0.562937 0.584386 0.584462 -vn 0.562937 0.584386 0.584462 -vn 0.656635 0.533324 0.533288 -vn 0.656635 0.533324 0.533288 -vn 0.656635 0.533324 0.533288 -vn 0.656595 0.533357 0.533304 -vn 0.656595 0.533357 0.533304 -vn 0.656595 0.533357 0.533304 -vn 0.396524 0.649099 0.649183 -vn 0.396524 0.649099 0.649183 -vn 0.396524 0.649099 0.649183 -vn 0.396570 0.649143 0.649112 -vn 0.396570 0.649143 0.649112 -vn 0.396569 0.649143 0.649112 -vn 0.578718 0.576609 0.576722 -vn 0.578718 0.576609 0.576722 -vn 0.578718 0.576609 0.576722 -vn 0.578533 0.576786 0.576730 -vn 0.578533 0.576786 0.576730 -vn 0.578533 0.576786 0.576730 -vn 0.553735 0.588784 0.588822 -vn 0.553735 0.588784 0.588822 -vn 0.553735 0.588784 0.588822 -vn 0.553845 0.588732 0.588770 -vn 0.553845 0.588732 0.588770 -vn 0.553845 0.588732 0.588770 -vn 0.441936 0.634308 0.634308 -vn 0.441936 0.634308 0.634308 -vn 0.441936 0.634308 0.634308 -vn 0.441936 0.634313 0.634303 -vn 0.441936 0.634313 0.634303 -vn 0.441936 0.634313 0.634303 -vn 0.599099 0.566183 0.566143 -vn 0.599099 0.566183 0.566143 -vn 0.599099 0.566183 0.566143 -vn 0.599145 0.566084 0.566193 -vn 0.599145 0.566084 0.566193 -vn 0.599145 0.566084 0.566193 -vn 0.466942 0.625273 0.625299 -vn 0.466942 0.625273 0.625299 -vn 0.466942 0.625273 0.625299 -vn 0.466979 0.625279 0.625265 -vn 0.466979 0.625279 0.625265 -vn 0.466979 0.625279 0.625265 -vn 0.541978 0.594268 0.594226 -vn 0.541978 0.594268 0.594226 -vn 0.541978 0.594268 0.594226 -vn 0.541993 0.594209 0.594272 -vn 0.541993 0.594209 0.594272 -vn 0.541993 0.594209 0.594272 -vn 0.706820 0.500234 0.500171 -vn 0.706820 0.500234 0.500171 -vn 0.706820 0.500234 0.500171 -vn 0.706804 0.500331 0.500097 -vn 0.706804 0.500331 0.500097 -vn 0.706804 0.500331 0.500097 -vn 0.422898 0.640791 0.640737 -vn 0.422898 0.640791 0.640737 -vn 0.422898 0.640791 0.640737 -vn 0.422888 0.640747 0.640788 -vn 0.422888 0.640747 0.640788 -vn 0.422888 0.640747 0.640788 -vn 0.559650 0.585986 0.586014 -vn 0.559650 0.585986 0.586014 -vn 0.559650 0.585986 0.586014 -vn 0.559667 0.586013 0.585971 -vn 0.559667 0.586013 0.585971 -vn 0.559667 0.586013 0.585971 -vn 0.610396 0.560110 0.560083 -vn 0.610396 0.560110 0.560083 -vn 0.610396 0.560110 0.560083 -vn 0.610283 0.560117 0.560200 -vn 0.610283 0.560117 0.560200 -vn 0.610283 0.560117 0.560200 -vn 0.403314 0.647046 0.647046 -vn 0.403314 0.647046 0.647046 -vn 0.403314 0.647046 0.647046 -vn 0.403327 0.647048 0.647037 -vn 0.403327 0.647048 0.647037 -vn 0.403327 0.647048 0.647037 -vn 0.582508 0.574711 0.574798 -vn 0.582508 0.574711 0.574798 -vn 0.582508 0.574711 0.574798 -vn 0.582489 0.574802 0.574726 -vn 0.582489 0.574802 0.574726 -vn 0.582489 0.574802 0.574726 -vn 0.530772 0.599284 0.599284 -vn 0.530772 0.599284 0.599284 -vn 0.530772 0.599284 0.599284 -vn 0.530817 0.599255 0.599272 -vn 0.530817 0.599255 0.599272 -vn 0.530817 0.599255 0.599272 -vn 0.472259 0.623327 0.623246 -vn 0.472259 0.623327 0.623246 -vn 0.472259 0.623326 0.623246 -vn 0.472239 0.623289 0.623299 -vn 0.472239 0.623289 0.623299 -vn 0.472239 0.623289 0.623299 -vn 0.605766 0.562441 0.562769 -vn 0.605766 0.562441 0.562769 -vn 0.605766 0.562441 0.562769 -vn 0.605464 0.562755 0.562779 -vn 0.605464 0.562755 0.562779 -vn 0.605464 0.562755 0.562779 -vn 0.440589 0.634754 0.634798 -vn 0.440589 0.634754 0.634798 -vn 0.440589 0.634754 0.634798 -vn 0.440644 0.634751 0.634763 -vn 0.440644 0.634751 0.634763 -vn 0.440644 0.634751 0.634763 -vn 0.560723 0.585487 0.585487 -vn 0.560723 0.585487 0.585487 -vn 0.560723 0.585487 0.585487 -vn 0.560840 0.585442 0.585420 -vn 0.560840 0.585442 0.585420 -vn 0.560840 0.585442 0.585420 -vn 0.707146 0.500013 0.499931 -vn 0.707146 0.500013 0.499931 -vn 0.707146 0.500013 0.499931 -vn 0.706991 0.500034 0.500130 -vn 0.706991 0.500034 0.500130 -vn 0.706991 0.500034 0.500130 -vn 0.395400 0.649463 0.649505 -vn 0.395400 0.649463 0.649505 -vn 0.395400 0.649463 0.649505 -vn 0.395411 0.649486 0.649475 -vn 0.395411 0.649486 0.649475 -vn 0.395411 0.649486 0.649475 -vn 0.572217 0.579921 0.579880 -vn 0.572217 0.579921 0.579880 -vn 0.572217 0.579921 0.579880 -vn 0.572319 0.579838 0.579861 -vn 0.572319 0.579838 0.579861 -vn 0.572319 0.579838 0.579861 -vn 0.597261 0.567063 0.567203 -vn 0.597261 0.567063 0.567203 -vn 0.597261 0.567063 0.567203 -vn 0.597220 0.567207 0.567102 -vn 0.597220 0.567207 0.567102 -vn 0.597220 0.567207 0.567102 -vn 0.409918 0.644947 0.644989 -vn 0.409918 0.644947 0.644989 -vn 0.409918 0.644947 0.644989 -vn 0.409923 0.644961 0.644972 -vn 0.409923 0.644961 0.644972 -vn 0.409923 0.644961 0.644972 -vn 0.590568 0.570659 0.570594 -vn 0.590568 0.570659 0.570594 -vn 0.590568 0.570659 0.570594 -vn 0.590512 0.570669 0.570643 -vn 0.590512 0.570669 0.570643 -vn 0.590512 0.570669 0.570643 -vn 0.505167 0.610203 0.610294 -vn 0.505167 0.610203 0.610294 -vn 0.505167 0.610203 0.610294 -vn 0.505127 0.610303 0.610227 -vn 0.505127 0.610303 0.610227 -vn 0.505127 0.610303 0.610227 -vn 0.507676 0.609187 0.609226 -vn 0.507676 0.609187 0.609226 -vn 0.507676 0.609187 0.609226 -vn 0.507658 0.609243 0.609184 -vn 0.507658 0.609243 0.609184 -vn 0.507658 0.609243 0.609184 -vn 0.619544 0.554826 0.555279 -vn 0.619543 0.554826 0.555279 -vn 0.619543 0.554826 0.555279 -vn 0.618689 0.555558 0.555499 -vn 0.618689 0.555558 0.555499 -vn 0.618689 0.555558 0.555499 -vn 0.450661 0.631231 0.631231 -vn 0.450661 0.631231 0.631231 -vn 0.450661 0.631231 0.631231 -vn 0.450672 0.631184 0.631269 -vn 0.450672 0.631184 0.631269 -vn 0.450672 0.631184 0.631269 -vn 0.553752 0.588802 0.588787 -vn 0.553752 0.588802 0.588787 -vn 0.553752 0.588802 0.588787 -vn 0.553815 0.588784 0.588747 -vn 0.553815 0.588784 0.588747 -vn 0.553815 0.588784 0.588747 -vn 0.655034 0.534366 0.534213 -vn 0.655034 0.534366 0.534213 -vn 0.655034 0.534366 0.534213 -vn 0.654933 0.534385 0.534318 -vn 0.654933 0.534385 0.534318 -vn 0.654933 0.534385 0.534318 -vn 0.396755 0.649071 0.649071 -vn 0.396755 0.649071 0.649071 -vn 0.396755 0.649071 0.649071 -vn 0.396763 0.649037 0.649100 -vn 0.396763 0.649037 0.649100 -vn 0.396763 0.649037 0.649100 -vn 0.573138 0.579462 0.579427 -vn 0.573138 0.579462 0.579427 -vn 0.573139 0.579462 0.579427 -vn 0.573153 0.579420 0.579455 -vn 0.573153 0.579420 0.579455 -vn 0.573153 0.579420 0.579455 -vn 0.564947 0.583413 0.583494 -vn 0.564947 0.583413 0.583493 -vn 0.564947 0.583413 0.583493 -vn 0.564957 0.583453 0.583443 -vn 0.564957 0.583453 0.583443 -vn 0.564957 0.583453 0.583443 -vn 0.432055 0.637723 0.637682 -vn 0.432055 0.637723 0.637682 -vn 0.432055 0.637723 0.637682 -vn 0.432035 0.637709 0.637709 -vn 0.432035 0.637709 0.637709 -vn 0.432035 0.637709 0.637709 -vn 0.599127 0.566113 0.566182 -vn 0.599127 0.566113 0.566182 -vn 0.599127 0.566113 0.566182 -vn 0.599315 0.566065 0.566031 -vn 0.599315 0.566065 0.566031 -vn 0.599315 0.566065 0.566031 -vn 0.000000 -0.707193 0.707021 -vn 0.000000 -0.707193 0.707021 -vn 0.000000 -0.707193 0.707021 -vn -0.000010 -0.707069 0.707145 -vn -0.000010 -0.707069 0.707145 -vn -0.000010 -0.707069 0.707145 -vn -0.000008 -0.707261 0.706952 -vn -0.000008 -0.707261 0.706952 -vn -0.000008 -0.707261 0.706952 -vn 0.000007 -0.706941 0.707273 -vn 0.000007 -0.706941 0.707273 -vn 0.000007 -0.706941 0.707273 -vn 0.000004 -0.707086 0.707128 -vn 0.000004 -0.707086 0.707128 -vn 0.000004 -0.707086 0.707128 -vn 0.000000 -0.707103 0.707110 -vn 0.000000 -0.707103 0.707110 -vn 0.000000 -0.707103 0.707110 -vn -0.000006 -0.707149 0.707065 -vn -0.000006 -0.707149 0.707065 -vn -0.000006 -0.707149 0.707065 -vn -0.000005 -0.707077 0.707137 -vn -0.000005 -0.707077 0.707137 -vn -0.000005 -0.707076 0.707137 -vn -0.000007 -0.707404 0.706810 -vn -0.000007 -0.707404 0.706810 -vn -0.000007 -0.707404 0.706810 -vn 0.000002 -0.707034 0.707180 -vn 0.000002 -0.707034 0.707180 -vn 0.000002 -0.707034 0.707180 -vn 0.000004 -0.707222 0.706991 -vn 0.000004 -0.707222 0.706991 -vn 0.000004 -0.707222 0.706991 -vn 0.000000 -0.707171 0.707043 -vn 0.000000 -0.707170 0.707043 -vn 0.000000 -0.707170 0.707043 -vn 0.000009 -0.707070 0.707144 -vn 0.000009 -0.707070 0.707144 -vn 0.000009 -0.707070 0.707144 -vn 0.000034 -0.707292 0.706922 -vn 0.000034 -0.707292 0.706922 -vn 0.000034 -0.707292 0.706922 -vn 0.000003 -0.706920 0.707293 -vn 0.000003 -0.706920 0.707293 -vn 0.000003 -0.706920 0.707293 -vn -0.000002 -0.707205 0.707008 -vn -0.000002 -0.707205 0.707008 -vn -0.000002 -0.707205 0.707008 -vn 0.000000 -0.707064 0.707150 -vn 0.000000 -0.707064 0.707150 -vn 0.000000 -0.707064 0.707150 -vn 0.000000 -0.707045 0.707169 -vn 0.000000 -0.707045 0.707169 -vn 0.000000 -0.707045 0.707169 -vn 0.000000 -0.707878 0.706335 -vn 0.000000 -0.707878 0.706335 -vn 0.000000 -0.707878 0.706335 -vn 0.000003 -0.707272 0.706942 -vn 0.000003 -0.707272 0.706942 -vn 0.000003 -0.707272 0.706942 -vn 0.000002 -0.706987 0.707227 -vn 0.000002 -0.706987 0.707227 -vn 0.000002 -0.706987 0.707227 -vn 0.000001 -0.707099 0.707115 -vn 0.000001 -0.707099 0.707115 -vn 0.000001 -0.707098 0.707115 -vn 0.000000 -0.707246 0.706967 -vn 0.000000 -0.707246 0.706967 -vn 0.000000 -0.707246 0.706967 -vn 0.000000 -0.707572 0.706641 -vn 0.000000 -0.707572 0.706641 -vn 0.000000 -0.707572 0.706641 -vn 0.000000 -0.706746 0.707467 -vn 0.000000 -0.706746 0.707467 -vn 0.000000 -0.706746 0.707467 -vn -0.000003 -0.707060 0.707153 -vn -0.000003 -0.707060 0.707153 -vn -0.000003 -0.707060 0.707153 -vn -0.000001 -0.707230 0.706984 -vn -0.000001 -0.707230 0.706984 -vn -0.000001 -0.707230 0.706984 -vn 0.000000 -0.707273 0.706941 -vn 0.000000 -0.707273 0.706941 -vn 0.000000 -0.707273 0.706941 -vn 0.000002 -0.706857 0.707357 -vn 0.000002 -0.706857 0.707357 -vn 0.000002 -0.706857 0.707357 -vn 0.000002 -0.707881 0.706332 -vn 0.000002 -0.707881 0.706332 -vn 0.000002 -0.707881 0.706332 -vn 0.000000 -0.707201 0.707012 -vn 0.000000 -0.707201 0.707012 -vn 0.000000 -0.707201 0.707012 -vn -0.000001 -0.707108 0.707105 -vn -0.000001 -0.707108 0.707105 -vn -0.000001 -0.707108 0.707105 -vn -0.000001 -0.707142 0.707071 -vn -0.000001 -0.707142 0.707071 -vn -0.000001 -0.707142 0.707071 -vn 0.000000 -0.707113 0.707100 -vn 0.000000 -0.707113 0.707100 -vn 0.000000 -0.707113 0.707100 -vn 0.000000 -0.706914 0.707300 -vn 0.000000 -0.706914 0.707300 -vn 0.000000 -0.706914 0.707300 -vn 0.000000 -0.706987 0.707227 -vn 0.000000 -0.706987 0.707227 -vn 0.000000 -0.706987 0.707227 -vn -0.000004 -0.707153 0.707061 -vn -0.000004 -0.707153 0.707061 -vn -0.000004 -0.707153 0.707061 -vn -0.000002 -0.706980 0.707234 -vn -0.000002 -0.706980 0.707234 -vn -0.000002 -0.706980 0.707234 -vn -0.000002 -0.707115 0.707099 -vn -0.000002 -0.707114 0.707099 -vn -0.000002 -0.707115 0.707099 -vn 0.000000 -0.707125 0.707088 -vn 0.000000 -0.707125 0.707088 -vn 0.000000 -0.707125 0.707088 -vn 0.000000 -0.707473 0.706740 -vn 0.000000 -0.707473 0.706740 -vn 0.000000 -0.707473 0.706740 -vn -0.000001 -0.707050 0.707163 -vn -0.000001 -0.707050 0.707163 -vn -0.000001 -0.707050 0.707163 -vn 0.000000 -0.707200 0.707014 -vn 0.000000 -0.707200 0.707014 -vn 0.000000 -0.707200 0.707014 -vn 0.000000 -0.707090 0.707123 -vn 0.000000 -0.707090 0.707123 -vn 0.000000 -0.707090 0.707123 -vn 0.000001 -0.707252 0.706962 -vn 0.000001 -0.707252 0.706962 -vn 0.000001 -0.707252 0.706962 -vn 0.000000 -0.706556 0.707657 -vn 0.000000 -0.706557 0.707657 -vn 0.000000 -0.706556 0.707657 -vn 0.000000 -0.707196 0.707017 -vn 0.000000 -0.707196 0.707017 -vn 0.000000 -0.707196 0.707017 -vn 0.000000 -0.707148 0.707065 -vn 0.000000 -0.707148 0.707065 -vn 0.000000 -0.707148 0.707065 -vn 0.000001 -0.707188 0.707025 -vn 0.000001 -0.707188 0.707026 -vn 0.000001 -0.707188 0.707025 -vn 0.000003 -0.707081 0.707133 -vn 0.000003 -0.707081 0.707133 -vn 0.000003 -0.707081 0.707133 -vn 0.000000 -0.707054 0.707159 -vn 0.000000 -0.707054 0.707159 -vn 0.000000 -0.707054 0.707159 -vn 0.000001 -0.707024 0.707189 -vn 0.000001 -0.707024 0.707189 -vn 0.000001 -0.707024 0.707189 -vn -0.000001 -0.707116 0.707098 -vn -0.000001 -0.707116 0.707098 -vn -0.000001 -0.707116 0.707098 -vn -0.000002 -0.707256 0.706957 -vn -0.000002 -0.707256 0.706957 -vn -0.000002 -0.707256 0.706957 -vn -0.000001 -0.707151 0.707062 -vn -0.000001 -0.707151 0.707062 -vn -0.000001 -0.707151 0.707062 -vn -0.000007 -0.707242 0.706972 -vn -0.000007 -0.707242 0.706972 -vn -0.000007 -0.707242 0.706972 -vn 0.000000 -0.707149 0.707065 -vn 0.000000 -0.707149 0.707065 -vn 0.000000 -0.707149 0.707064 -vn 0.000000 -0.707166 0.707048 -vn 0.000000 -0.707166 0.707048 -vn 0.000000 -0.707166 0.707048 -vn 0.000000 -0.706909 0.707305 -vn 0.000000 -0.706909 0.707305 -vn 0.000000 -0.706909 0.707305 -vn -0.000002 -0.707008 0.707206 -vn -0.000002 -0.707008 0.707206 -vn -0.000002 -0.707008 0.707206 -vn -0.000002 -0.707056 0.707158 -vn -0.000002 -0.707056 0.707158 -vn -0.000002 -0.707056 0.707158 -vn 0.000000 -0.707079 0.707135 -vn 0.000000 -0.707079 0.707135 -vn 0.000000 -0.707079 0.707135 -vn 0.000000 -0.707447 0.706767 -vn 0.000000 -0.707447 0.706767 -vn 0.000000 -0.707447 0.706767 -vn -0.000001 -0.707202 0.707011 -vn -0.000001 -0.707202 0.707011 -vn -0.000001 -0.707202 0.707011 -vn 0.000001 -0.707064 0.707149 -vn 0.000001 -0.707064 0.707149 -vn 0.000001 -0.707064 0.707149 -vn -0.000001 -0.706812 0.707401 -vn -0.000001 -0.706812 0.707401 -vn -0.000001 -0.706812 0.707401 -vn -0.000001 -0.707707 0.706506 -vn -0.000001 -0.707707 0.706506 -vn -0.000001 -0.707707 0.706506 -vn -0.000001 -0.707163 0.707051 -vn -0.000001 -0.707163 0.707051 -vn -0.000001 -0.707163 0.707051 -vn 0.000000 -0.707190 0.707024 -vn 0.000000 -0.707190 0.707024 -vn 0.000000 -0.707190 0.707024 -vn 0.000000 -0.707017 0.707197 -vn 0.000000 -0.707017 0.707197 -vn 0.000000 -0.707017 0.707197 -vn -0.000001 -0.707325 0.706888 -vn -0.000001 -0.707325 0.706888 -vn -0.000001 -0.707325 0.706888 -vn 0.000000 -0.707117 0.707097 -vn 0.000000 -0.707117 0.707097 -vn 0.000000 -0.707117 0.707097 -vn 0.000000 -0.706883 0.707330 -vn 0.000000 -0.706883 0.707330 -vn 0.000000 -0.706883 0.707330 -vn 0.000001 -0.707302 0.706912 -vn 0.000001 -0.707302 0.706912 -vn 0.000001 -0.707302 0.706912 -vn 0.000001 -0.707046 0.707168 -vn 0.000001 -0.707046 0.707168 -vn 0.000001 -0.707046 0.707168 -vn 0.000001 -0.707124 0.707090 -vn 0.000001 -0.707124 0.707090 -vn 0.000001 -0.707124 0.707090 -vn -0.000137 -0.707516 0.706697 -vn -0.000137 -0.707516 0.706697 -vn -0.000137 -0.707516 0.706697 -vn 0.000085 -0.707787 0.706426 -vn 0.000085 -0.707787 0.706426 -vn 0.000085 -0.707787 0.706426 -vn 0.000907 -0.708353 0.705858 -vn 0.000907 -0.708353 0.705858 -vn 0.000907 -0.708353 0.705858 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707069 0.707145 -vn 0.000003 -0.707075 0.707139 -vn 0.000003 -0.707075 0.707139 -vn 0.000003 -0.707075 0.707139 -vn -0.000273 -0.708199 0.706013 -vn -0.000273 -0.708199 0.706013 -vn -0.000273 -0.708199 0.706013 -vn -0.000723 -0.708551 0.705659 -vn -0.000723 -0.708551 0.705659 -vn -0.000723 -0.708551 0.705659 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707101 0.707113 -vn -0.000116 -0.706991 0.707223 -vn -0.000116 -0.706991 0.707223 -vn -0.000116 -0.706991 0.707223 -vn -0.000159 -0.706630 0.707583 -vn -0.000159 -0.706630 0.707583 -vn -0.000159 -0.706630 0.707583 -vn 0.000000 -0.707070 0.707144 -vn 0.000000 -0.707070 0.707143 -vn 0.000000 -0.707070 0.707143 -vn 0.000152 -0.706349 0.707864 -vn 0.000152 -0.706349 0.707864 -vn 0.000152 -0.706349 0.707864 -vn 0.000000 -0.707321 0.706893 -vn 0.000000 -0.707321 0.706893 -vn 0.000000 -0.707321 0.706893 -vn -0.000110 -0.706004 0.708208 -vn -0.000110 -0.706004 0.708208 -vn -0.000110 -0.706003 0.708208 -vn 0.000013 -0.707113 0.707101 -vn 0.000013 -0.707113 0.707101 -vn 0.000013 -0.707113 0.707101 -vn 0.000006 -0.707107 0.707107 -vn 0.000006 -0.707107 0.707107 -vn 0.000006 -0.707107 0.707107 -vn 0.000442 -0.705890 0.708322 -vn 0.000442 -0.705890 0.708322 -vn 0.000442 -0.705890 0.708322 -vn -0.000314 -0.707421 0.706792 -vn -0.000314 -0.707421 0.706792 -vn -0.000314 -0.707421 0.706792 -vn 0.000531 -0.706516 0.707697 -vn 0.000531 -0.706516 0.707697 -vn 0.000531 -0.706516 0.707697 -vn -0.000009 -0.707122 0.707091 -vn -0.000009 -0.707122 0.707091 -vn -0.000009 -0.707122 0.707091 -vn -0.000007 -0.707093 0.707121 -vn -0.000007 -0.707093 0.707121 -vn -0.000007 -0.707093 0.707121 -vn -0.000148 -0.706959 0.707255 -vn -0.000148 -0.706959 0.707255 -vn -0.000148 -0.706959 0.707255 -vn 0.000701 -0.707807 0.706406 -vn 0.000701 -0.707807 0.706406 -vn 0.000701 -0.707807 0.706406 -vn -0.000011 -0.707027 0.707186 -vn -0.000011 -0.707027 0.707186 -vn -0.000011 -0.707027 0.707186 -vn 0.000013 -0.707170 0.707043 -vn 0.000013 -0.707170 0.707043 -vn 0.000013 -0.707170 0.707043 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn -0.000027 -0.707134 0.707080 -vn -0.000027 -0.707134 0.707080 -vn -0.000027 -0.707134 0.707080 -vn 0.000000 -0.707118 0.707095 -vn 0.000000 -0.707118 0.707095 -vn 0.000000 -0.707118 0.707095 -vn -0.000095 -0.706439 0.707774 -vn -0.000095 -0.706439 0.707774 -vn -0.000095 -0.706439 0.707774 -vn 0.000601 -0.707707 0.706506 -vn 0.000601 -0.707707 0.706506 -vn 0.000601 -0.707707 0.706506 -vn 0.000012 -0.707125 0.707088 -vn 0.000012 -0.707125 0.707088 -vn 0.000012 -0.707125 0.707088 -vn -0.000518 -0.707366 0.706847 -vn -0.000518 -0.707366 0.706848 -vn -0.000518 -0.707366 0.706848 -vn 0.000078 -0.707882 0.706330 -vn 0.000078 -0.707882 0.706330 -vn 0.000078 -0.707882 0.706330 -vn 0.000368 -0.707597 0.706616 -vn 0.000368 -0.707597 0.706616 -vn 0.000368 -0.707597 0.706616 -vn 0.000012 -0.707154 0.707059 -vn 0.000012 -0.707154 0.707059 -vn 0.000012 -0.707154 0.707059 -vn 0.000012 -0.707119 0.707095 -vn 0.000012 -0.707119 0.707095 -vn 0.000012 -0.707119 0.707095 -vn -0.000240 -0.709503 0.704702 -vn -0.000240 -0.709503 0.704702 -vn -0.000240 -0.709503 0.704702 -vn 0.000012 -0.707071 0.707143 -vn 0.000012 -0.707071 0.707143 -vn 0.000012 -0.707071 0.707143 -vn 0.000000 -0.707120 0.707093 -vn 0.000000 -0.707120 0.707093 -vn 0.000000 -0.707120 0.707093 -vn -0.000021 -0.707101 0.707112 -vn -0.000021 -0.707101 0.707112 -vn -0.000021 -0.707101 0.707112 -vn 0.000015 -0.707031 0.707182 -vn 0.000015 -0.707031 0.707182 -vn 0.000015 -0.707031 0.707182 -vn -0.000021 -0.707160 0.707054 -vn -0.000021 -0.707160 0.707054 -vn -0.000021 -0.707160 0.707054 -vn 0.000414 -0.707272 0.706941 -vn 0.000414 -0.707272 0.706941 -vn 0.000414 -0.707272 0.706941 -vn 0.000292 -0.706741 0.707472 -vn 0.000292 -0.706741 0.707472 -vn 0.000292 -0.706741 0.707472 -vn -0.000012 -0.707076 0.707137 -vn -0.000012 -0.707076 0.707137 -vn -0.000012 -0.707076 0.707137 -vn 0.000025 -0.707157 0.707056 -vn 0.000025 -0.707157 0.707056 -vn 0.000025 -0.707157 0.707056 -vn 0.000000 -0.707294 0.706920 -vn 0.000000 -0.707294 0.706920 -vn 0.000000 -0.707294 0.706920 -vn 0.000216 -0.708509 0.705702 -vn 0.000216 -0.708509 0.705702 -vn 0.000216 -0.708509 0.705702 -vn 0.000012 -0.707144 0.707070 -vn 0.000012 -0.707144 0.707070 -vn 0.000012 -0.707144 0.707070 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.705784 0.708427 -vn 0.000000 -0.705784 0.708427 -vn 0.000000 -0.705784 0.708427 -vn -0.000007 -0.707098 0.707116 -vn -0.000007 -0.707098 0.707116 -vn -0.000007 -0.707098 0.707116 -vn 0.000000 -0.707094 0.707119 -vn 0.000000 -0.707094 0.707119 -vn 0.000000 -0.707094 0.707119 -vn 0.000013 -0.707194 0.707019 -vn 0.000013 -0.707194 0.707019 -vn 0.000013 -0.707194 0.707019 -vn 0.000243 -0.709536 0.704669 -vn 0.000243 -0.709536 0.704669 -vn 0.000243 -0.709536 0.704669 -vn 0.000415 -0.706632 0.707581 -vn 0.000415 -0.706632 0.707581 -vn 0.000415 -0.706632 0.707581 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000015 -0.707077 0.707137 -vn -0.000015 -0.707077 0.707137 -vn -0.000015 -0.707077 0.707137 -vn 0.000152 -0.707411 0.706803 -vn 0.000152 -0.707411 0.706803 -vn 0.000152 -0.707411 0.706803 -vn 0.000004 -0.707201 0.707013 -vn 0.000004 -0.707201 0.707013 -vn 0.000004 -0.707201 0.707013 -vn -0.000003 -0.706894 0.707320 -vn -0.000003 -0.706894 0.707320 -vn -0.000003 -0.706893 0.707320 -vn 0.000000 -0.707038 0.707175 -vn 0.000000 -0.707038 0.707175 -vn 0.000000 -0.707038 0.707175 -vn 0.000000 -0.706990 0.707224 -vn 0.000000 -0.706990 0.707224 -vn 0.000000 -0.706990 0.707224 -vn 0.000000 -0.707072 0.707141 -vn 0.000000 -0.707072 0.707141 -vn 0.000000 -0.707072 0.707141 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.706972 0.707242 -vn 0.000000 -0.706972 0.707242 -vn 0.000000 -0.706972 0.707242 -vn 0.000002 -0.707143 0.707071 -vn 0.000002 -0.707143 0.707071 -vn 0.000002 -0.707143 0.707071 -vn 0.000002 -0.707097 0.707117 -vn 0.000002 -0.707097 0.707117 -vn 0.000002 -0.707097 0.707117 -vn 0.000000 -0.707140 0.707073 -vn 0.000000 -0.707140 0.707073 -vn 0.000000 -0.707140 0.707073 -vn 0.000000 -0.707147 0.707066 -vn 0.000000 -0.707147 0.707066 -vn 0.000000 -0.707147 0.707066 -vn -0.000003 -0.707265 0.706949 -vn -0.000003 -0.707265 0.706949 -vn -0.000003 -0.707265 0.706949 -vn 0.000000 -0.707070 0.707144 -vn 0.000000 -0.707070 0.707144 -vn 0.000000 -0.707070 0.707144 -vn -0.000990 -0.709084 0.705123 -vn -0.000990 -0.709084 0.705123 -vn -0.000990 -0.709084 0.705123 -vn -0.000238 -0.706868 0.707345 -vn -0.000238 -0.706868 0.707345 -vn -0.000238 -0.706868 0.707345 -vn 0.000231 -0.707030 0.707184 -vn 0.000231 -0.707030 0.707184 -vn 0.000231 -0.707030 0.707184 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707069 0.707145 -vn 0.000000 -0.707235 0.706978 -vn 0.000000 -0.707235 0.706978 -vn 0.000000 -0.707235 0.706978 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000003 -0.707024 0.707190 -vn 0.000003 -0.707024 0.707190 -vn 0.000003 -0.707024 0.707190 -vn -0.000003 -0.707160 0.707054 -vn -0.000003 -0.707160 0.707054 -vn -0.000003 -0.707160 0.707054 -vn 0.000000 -0.707030 0.707184 -vn 0.000000 -0.707030 0.707184 -vn 0.000000 -0.707030 0.707184 -vn 0.000000 -0.707110 0.707103 -vn 0.000000 -0.707110 0.707103 -vn 0.000000 -0.707110 0.707103 -vn 0.000000 -0.707038 0.707176 -vn 0.000000 -0.707038 0.707176 -vn 0.000000 -0.707038 0.707176 -vn 0.000000 -0.707197 0.707017 -vn 0.000000 -0.707197 0.707017 -vn 0.000000 -0.707197 0.707017 -vn 0.000010 -0.707147 0.707067 -vn 0.000010 -0.707147 0.707067 -vn 0.000010 -0.707147 0.707067 -vn 0.000007 -0.706720 0.707493 -vn 0.000007 -0.706720 0.707493 -vn 0.000007 -0.706720 0.707493 -vn -0.000012 -0.707997 0.706216 -vn -0.000012 -0.707997 0.706216 -vn -0.000012 -0.707997 0.706216 -vn -0.000014 -0.707010 0.707203 -vn -0.000014 -0.707010 0.707203 -vn -0.000014 -0.707010 0.707203 -vn 0.000000 -0.707067 0.707146 -vn 0.000000 -0.707067 0.707146 -vn 0.000000 -0.707067 0.707146 -vn 0.000476 -0.707107 0.707107 -vn 0.000476 -0.707107 0.707107 -vn 0.000476 -0.707107 0.707107 -vn 0.000988 -0.707106 0.707106 -vn 0.000988 -0.707106 0.707106 -vn 0.000988 -0.707106 0.707106 -vn -0.000152 -0.707259 0.706955 -vn -0.000152 -0.707259 0.706955 -vn -0.000152 -0.707259 0.706955 -vn -0.000023 -0.707089 0.707124 -vn -0.000023 -0.707089 0.707124 -vn -0.000023 -0.707089 0.707124 -vn -0.000055 -0.707089 0.707125 -vn -0.000055 -0.707089 0.707125 -vn -0.000055 -0.707089 0.707125 -vn 0.000479 -0.705909 0.708302 -vn 0.000479 -0.705909 0.708302 -vn 0.000479 -0.705909 0.708302 -vn 0.000089 -0.707118 0.707096 -vn 0.000089 -0.707118 0.707096 -vn 0.000089 -0.707118 0.707096 -vn 0.000002 -0.707116 0.707097 -vn 0.000002 -0.707116 0.707097 -vn 0.000002 -0.707116 0.707097 -vn 0.000167 -0.707773 0.706440 -vn 0.000167 -0.707773 0.706440 -vn 0.000167 -0.707773 0.706440 -vn -0.000485 -0.708076 0.706136 -vn -0.000485 -0.708076 0.706136 -vn -0.000485 -0.708076 0.706136 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707053 0.707160 -vn 0.000000 -0.707053 0.707160 -vn 0.000000 -0.707053 0.707160 -vn -0.000044 -0.707089 0.707125 -vn -0.000044 -0.707089 0.707125 -vn -0.000044 -0.707089 0.707125 -vn 0.000035 -0.707147 0.707066 -vn 0.000035 -0.707147 0.707066 -vn 0.000035 -0.707147 0.707066 -vn -0.000187 -0.706920 0.707293 -vn -0.000187 -0.706920 0.707293 -vn -0.000187 -0.706920 0.707293 -vn -0.000647 -0.705380 0.708829 -vn -0.000647 -0.705380 0.708829 -vn -0.000647 -0.705380 0.708829 -vn 0.000097 -0.707107 0.707107 -vn 0.000097 -0.707107 0.707107 -vn 0.000097 -0.707107 0.707107 -vn 0.000000 -0.707112 0.707101 -vn 0.000000 -0.707112 0.707101 -vn 0.000000 -0.707112 0.707101 -vn -0.000020 -0.707091 0.707123 -vn -0.000020 -0.707091 0.707123 -vn -0.000020 -0.707091 0.707123 -vn -0.000021 -0.707128 0.707086 -vn -0.000021 -0.707128 0.707086 -vn -0.000021 -0.707128 0.707086 -vn 0.000000 -0.707194 0.707020 -vn 0.000000 -0.707194 0.707020 -vn 0.000000 -0.707194 0.707020 -vn 0.000041 -0.707086 0.707127 -vn 0.000041 -0.707086 0.707127 -vn 0.000041 -0.707086 0.707127 -vn 0.000000 -0.707090 0.707124 -vn 0.000000 -0.707090 0.707124 -vn 0.000000 -0.707090 0.707124 -vn -0.000056 -0.707114 0.707100 -vn -0.000056 -0.707114 0.707100 -vn -0.000056 -0.707114 0.707100 -vn 0.000033 -0.707156 0.707058 -vn 0.000033 -0.707156 0.707058 -vn 0.000033 -0.707156 0.707058 -vn -0.000147 -0.707033 0.707181 -vn -0.000147 -0.707033 0.707180 -vn -0.000147 -0.707033 0.707181 -vn 0.000250 -0.706857 0.707356 -vn 0.000250 -0.706857 0.707356 -vn 0.000250 -0.706857 0.707356 -vn 0.000666 -0.705774 0.708437 -vn 0.000666 -0.705774 0.708437 -vn 0.000666 -0.705774 0.708437 -vn 0.000000 -0.707104 0.707109 -vn 0.000000 -0.707104 0.707109 -vn 0.000000 -0.707104 0.707109 -vn 0.000000 -0.707093 0.707120 -vn 0.000000 -0.707093 0.707120 -vn 0.000000 -0.707093 0.707120 -vn 0.000000 -0.707109 0.707105 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000316 -0.707107 0.707107 -vn 0.000316 -0.707107 0.707107 -vn 0.000316 -0.707107 0.707107 -vn 0.000021 -0.707086 0.707128 -vn 0.000021 -0.707086 0.707128 -vn 0.000021 -0.707086 0.707128 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000396 -0.706908 0.707305 -vn 0.000396 -0.706908 0.707305 -vn 0.000396 -0.706908 0.707305 -vn 0.000051 -0.708676 0.705534 -vn 0.000051 -0.708676 0.705534 -vn 0.000051 -0.708676 0.705534 -vn -0.000049 -0.707009 0.707205 -vn -0.000049 -0.707009 0.707205 -vn -0.000049 -0.707009 0.707205 -vn 0.000026 -0.707120 0.707094 -vn 0.000026 -0.707120 0.707094 -vn 0.000026 -0.707120 0.707094 -vn 0.000000 -0.707194 0.707019 -vn 0.000000 -0.707194 0.707019 -vn 0.000000 -0.707194 0.707019 -vn 0.000000 -0.707357 0.706857 -vn 0.000000 -0.707357 0.706857 -vn 0.000000 -0.707357 0.706857 -vn -0.000279 -0.707664 0.706549 -vn -0.000279 -0.707664 0.706549 -vn -0.000279 -0.707664 0.706549 -vn -0.000083 -0.707773 0.706440 -vn -0.000083 -0.707773 0.706440 -vn -0.000083 -0.707773 0.706440 -vn 0.000000 -0.707095 0.707119 -vn 0.000000 -0.707095 0.707119 -vn 0.000000 -0.707095 0.707119 -vn 0.706866 0.500141 0.500200 -vn 0.706866 0.500141 0.500200 -vn 0.706866 0.500141 0.500200 -vn 0.707021 0.500083 0.500038 -vn 0.707021 0.500083 0.500038 -vn 0.707021 0.500083 0.500038 -vn -0.491651 0.615640 0.615847 -vn -0.491651 0.615640 0.615847 -vn -0.491651 0.615640 0.615847 -vn -0.491577 0.615819 0.615726 -vn -0.491577 0.615819 0.615726 -vn -0.491577 0.615819 0.615726 -vn -0.420704 0.641459 0.641513 -vn -0.420704 0.641459 0.641513 -vn -0.420704 0.641459 0.641513 -vn -0.420667 0.641515 0.641481 -vn -0.420667 0.641515 0.641481 -vn -0.420667 0.641515 0.641481 -vn -0.400271 0.647990 0.647990 -vn -0.400271 0.647990 0.647990 -vn -0.400271 0.647990 0.647990 -vn -0.400317 0.647981 0.647971 -vn -0.400317 0.647981 0.647971 -vn -0.400317 0.647981 0.647971 -vn -0.656301 0.533494 0.533529 -vn -0.656301 0.533494 0.533529 -vn -0.656301 0.533494 0.533529 -vn -0.656046 0.533660 0.533677 -vn -0.656046 0.533660 0.533677 -vn -0.656046 0.533660 0.533677 -vn -0.560235 0.585746 0.585695 -vn -0.560235 0.585746 0.585695 -vn -0.560235 0.585746 0.585695 -vn -0.560156 0.585796 0.585720 -vn -0.560157 0.585796 0.585720 -vn -0.560156 0.585796 0.585720 -vn -0.442479 0.634118 0.634118 -vn -0.442479 0.634118 0.634118 -vn -0.442479 0.634118 0.634118 -vn -0.443421 0.633542 0.634037 -vn -0.443421 0.633542 0.634037 -vn -0.443421 0.633542 0.634037 -vn -0.519019 0.604233 0.604584 -vn -0.519019 0.604233 0.604584 -vn -0.519019 0.604233 0.604584 -vn -0.518563 0.604638 0.604570 -vn -0.518563 0.604638 0.604570 -vn -0.518563 0.604639 0.604570 -vn -0.492057 0.615523 0.615639 -vn -0.492057 0.615523 0.615639 -vn -0.492057 0.615523 0.615639 -vn -0.492042 0.615598 0.615576 -vn -0.492042 0.615598 0.615576 -vn -0.492042 0.615598 0.615576 -vn -0.592731 0.569521 0.569487 -vn -0.592731 0.569521 0.569487 -vn -0.592731 0.569521 0.569487 -vn -0.592599 0.569616 0.569529 -vn -0.592599 0.569616 0.569529 -vn -0.592599 0.569616 0.569529 -vn -0.421751 0.641142 0.641142 -vn -0.421751 0.641142 0.641142 -vn -0.421751 0.641142 0.641142 -vn -0.421708 0.641156 0.641156 -vn -0.421708 0.641156 0.641156 -vn -0.421708 0.641156 0.641156 -vn -0.578241 0.576926 0.576882 -vn -0.578241 0.576926 0.576882 -vn -0.578241 0.576926 0.576882 -vn -0.578161 0.576956 0.576934 -vn -0.578161 0.576956 0.576934 -vn -0.578161 0.576956 0.576934 -vn -0.569890 0.581045 0.581045 -vn -0.569890 0.581045 0.581045 -vn -0.569890 0.581045 0.581045 -vn -0.569914 0.581028 0.581037 -vn -0.569915 0.581028 0.581037 -vn -0.569915 0.581028 0.581037 -vn -0.405248 0.646421 0.646463 -vn -0.405248 0.646421 0.646463 -vn -0.405248 0.646421 0.646463 -vn -0.405239 0.646492 0.646398 -vn -0.405239 0.646492 0.646397 -vn -0.405239 0.646492 0.646398 -vn -0.706992 0.500132 0.500030 -vn -0.706992 0.500132 0.500030 -vn -0.706992 0.500132 0.500030 -vn -0.707125 0.500044 0.499929 -vn -0.707126 0.500044 0.499929 -vn -0.707126 0.500044 0.499929 -vn -0.560681 0.585529 0.585484 -vn -0.560681 0.585529 0.585484 -vn -0.560681 0.585529 0.585484 -vn -0.560638 0.585482 0.585573 -vn -0.560638 0.585482 0.585573 -vn -0.560638 0.585482 0.585573 -vn -0.432581 0.637524 0.637524 -vn -0.432581 0.637524 0.637524 -vn -0.432581 0.637524 0.637524 -vn -0.432562 0.637548 0.637513 -vn -0.432562 0.637548 0.637513 -vn -0.432562 0.637548 0.637513 -vn -0.613209 0.558294 0.558822 -vn -0.613209 0.558294 0.558822 -vn -0.613209 0.558294 0.558822 -vn -0.612630 0.559085 0.558667 -vn -0.612630 0.559085 0.558667 -vn -0.612630 0.559085 0.558667 -vn -0.485451 0.618258 0.618138 -vn -0.485451 0.618258 0.618138 -vn -0.485451 0.618258 0.618138 -vn -0.485474 0.618154 0.618224 -vn -0.485474 0.618154 0.618224 -vn -0.485474 0.618154 0.618224 -vn -0.520862 0.603599 0.603632 -vn -0.520862 0.603599 0.603632 -vn -0.520862 0.603599 0.603632 -vn -0.520690 0.603702 0.603677 -vn -0.520690 0.603702 0.603677 -vn -0.520690 0.603702 0.603677 -vn -0.585352 0.573331 0.573284 -vn -0.585352 0.573331 0.573284 -vn -0.585352 0.573331 0.573284 -vn -0.585337 0.573292 0.573338 -vn -0.585337 0.573292 0.573338 -vn -0.585337 0.573292 0.573338 -vn -0.402689 0.647262 0.647220 -vn -0.402689 0.647262 0.647220 -vn -0.402689 0.647262 0.647220 -vn -0.402668 0.647216 0.647279 -vn -0.402668 0.647216 0.647279 -vn -0.402668 0.647216 0.647279 -vn -0.613092 0.558623 0.558623 -vn -0.613092 0.558623 0.558623 -vn -0.613092 0.558623 0.558623 -vn -0.612965 0.558744 0.558640 -vn -0.612965 0.558744 0.558640 -vn -0.612965 0.558744 0.558640 -vn -0.567247 0.582293 0.582380 -vn -0.567247 0.582293 0.582380 -vn -0.567247 0.582293 0.582380 -vn -0.567198 0.582331 0.582389 -vn -0.567198 0.582331 0.582389 -vn -0.567198 0.582331 0.582389 -vn -0.406789 0.646000 0.645916 -vn -0.406789 0.646000 0.645916 -vn -0.406789 0.646000 0.645916 -vn -0.406948 0.645845 0.645970 -vn -0.406948 0.645845 0.645970 -vn -0.406948 0.645845 0.645970 -vn -0.707233 0.499909 0.499913 -vn -0.707233 0.499909 0.499913 -vn -0.707233 0.499909 0.499913 -vn -0.706823 0.500263 0.500138 -vn -0.706823 0.500263 0.500138 -vn -0.706823 0.500263 0.500138 -vn -0.547605 0.591641 0.591684 -vn -0.547605 0.591641 0.591684 -vn -0.547605 0.591641 0.591684 -vn -0.547524 0.591743 0.591657 -vn -0.547524 0.591743 0.591657 -vn -0.547524 0.591743 0.591657 -vn -0.458602 0.628390 0.628339 -vn -0.458602 0.628390 0.628339 -vn -0.458602 0.628390 0.628339 -vn -0.458709 0.628316 0.628335 -vn -0.458709 0.628316 0.628335 -vn -0.458709 0.628316 0.628335 -vn -0.603388 0.563881 0.563881 -vn -0.603388 0.563881 0.563881 -vn -0.603388 0.563881 0.563881 -vn -0.603718 0.563692 0.563716 -vn -0.603718 0.563693 0.563716 -vn -0.603718 0.563693 0.563716 -vn -0.456250 0.629176 0.629264 -vn -0.456250 0.629176 0.629264 -vn -0.456250 0.629176 0.629264 -vn -0.456306 0.629164 0.629236 -vn -0.456306 0.629164 0.629236 -vn -0.456306 0.629164 0.629236 -vn -0.542578 0.593992 0.593955 -vn -0.542578 0.593992 0.593955 -vn -0.542578 0.593992 0.593955 -vn -0.542454 0.594012 0.594049 -vn -0.542454 0.594012 0.594049 -vn -0.542454 0.594012 0.594049 -vn -0.573823 0.579106 0.579106 -vn -0.573823 0.579106 0.579106 -vn -0.573823 0.579106 0.579106 -vn -0.573734 0.579189 0.579110 -vn -0.573734 0.579189 0.579110 -vn -0.573734 0.579189 0.579110 -vn -0.399932 0.648095 0.648095 -vn -0.399932 0.648095 0.648095 -vn -0.399932 0.648095 0.648095 -vn -0.399992 0.648045 0.648108 -vn -0.399992 0.648045 0.648108 -vn -0.399992 0.648045 0.648108 -vn -0.638734 0.544073 0.544062 -vn -0.638734 0.544073 0.544062 -vn -0.638734 0.544073 0.544062 -vn -0.638825 0.543998 0.544030 -vn -0.638825 0.543998 0.544030 -vn -0.638825 0.543998 0.544030 -vn -0.561310 0.585206 0.585206 -vn -0.561310 0.585206 0.585206 -vn -0.561310 0.585206 0.585206 -vn -0.561358 0.585143 0.585222 -vn -0.561358 0.585143 0.585222 -vn -0.561358 0.585143 0.585222 -vn -0.437589 0.635770 0.635856 -vn -0.437589 0.635770 0.635855 -vn -0.437589 0.635770 0.635856 -vn -0.437698 0.635760 0.635791 -vn -0.437698 0.635760 0.635791 -vn -0.437698 0.635760 0.635791 -vn -0.708971 0.499094 0.498262 -vn -0.708971 0.499094 0.498262 -vn -0.708971 0.499094 0.498262 -vn -0.706430 0.500885 0.500072 -vn -0.706430 0.500885 0.500072 -vn -0.706430 0.500885 0.500072 -vn -0.526358 0.601267 0.601187 -vn -0.526358 0.601267 0.601187 -vn -0.526358 0.601267 0.601187 -vn -0.526327 0.601225 0.601255 -vn -0.526327 0.601225 0.601255 -vn -0.526327 0.601225 0.601255 -vn -0.486611 0.617770 0.617713 -vn -0.486611 0.617770 0.617713 -vn -0.486611 0.617770 0.617713 -vn -0.486842 0.617633 0.617668 -vn -0.486842 0.617633 0.617668 -vn -0.486842 0.617633 0.617668 -vn -0.595152 0.568240 0.568240 -vn -0.595152 0.568240 0.568240 -vn -0.595152 0.568240 0.568240 -vn -0.594946 0.568305 0.568392 -vn -0.594946 0.568305 0.568392 -vn -0.594946 0.568305 0.568392 -vn -0.426382 0.639603 0.639614 -vn -0.426382 0.639603 0.639614 -vn -0.426382 0.639603 0.639614 -vn -0.426356 0.639617 0.639617 -vn -0.426356 0.639617 0.639617 -vn -0.426356 0.639617 0.639617 -vn -0.571835 0.580067 0.580109 -vn -0.571835 0.580067 0.580109 -vn -0.571835 0.580067 0.580109 -vn -0.571944 0.580019 0.580050 -vn -0.571944 0.580019 0.580050 -vn -0.571944 0.580019 0.580050 -vn -0.572082 0.580000 0.579932 -vn -0.572082 0.580000 0.579932 -vn -0.572082 0.580000 0.579932 -vn -0.571952 0.579984 0.580078 -vn -0.571952 0.579984 0.580078 -vn -0.571952 0.579984 0.580078 -vn -0.395258 0.649554 0.649500 -vn -0.395258 0.649554 0.649500 -vn -0.395258 0.649554 0.649500 -vn -0.395285 0.649543 0.649495 -vn -0.395285 0.649543 0.649495 -vn -0.395285 0.649543 0.649495 -vn -0.707184 0.499978 0.499913 -vn -0.707184 0.499978 0.499913 -vn -0.707184 0.499978 0.499913 -vn -0.707132 0.500015 0.499950 -vn -0.707132 0.500015 0.499950 -vn -0.707132 0.500015 0.499950 -vn -0.569788 0.581071 0.581118 -vn -0.569788 0.581071 0.581118 -vn -0.569788 0.581071 0.581117 -vn -0.569847 0.581066 0.581066 -vn -0.569847 0.581065 0.581065 -vn -0.569847 0.581066 0.581066 -vn -0.422887 0.640723 0.640812 -vn -0.422887 0.640723 0.640812 -vn -0.422887 0.640723 0.640812 -vn -0.422817 0.640777 0.640805 -vn -0.422817 0.640777 0.640805 -vn -0.422817 0.640777 0.640805 -vn -0.614687 0.557435 0.558055 -vn -0.614687 0.557436 0.558055 -vn -0.614687 0.557435 0.558055 -vn -0.613480 0.558695 0.558124 -vn -0.613480 0.558695 0.558124 -vn -0.613480 0.558695 0.558124 -vn -0.497633 0.613354 0.613318 -vn -0.497633 0.613354 0.613318 -vn -0.497633 0.613354 0.613318 -vn -0.497640 0.613318 0.613348 -vn -0.497640 0.613318 0.613348 -vn -0.497640 0.613318 0.613348 -vn -0.505774 0.609935 0.610059 -vn -0.505774 0.609935 0.610059 -vn -0.505774 0.609935 0.610059 -vn -0.505710 0.610043 0.610004 -vn -0.505710 0.610043 0.610004 -vn -0.505710 0.610043 0.610004 -vn -0.584993 0.573478 0.573504 -vn -0.584993 0.573478 0.573504 -vn -0.584993 0.573478 0.573504 -vn -0.584866 0.573549 0.573562 -vn -0.584866 0.573549 0.573562 -vn -0.584866 0.573549 0.573562 -vn -0.415670 0.643117 0.643132 -vn -0.415670 0.643117 0.643132 -vn -0.415670 0.643117 0.643132 -vn -0.415604 0.643182 0.643110 -vn -0.415604 0.643182 0.643110 -vn -0.415604 0.643183 0.643110 -vn -0.594716 0.568469 0.568469 -vn -0.594716 0.568469 0.568469 -vn -0.594716 0.568469 0.568469 -vn -0.594862 0.568374 0.568410 -vn -0.594862 0.568374 0.568410 -vn -0.594862 0.568374 0.568410 -vn -0.565644 0.583116 0.583116 -vn -0.565644 0.583116 0.583116 -vn -0.565643 0.583116 0.583116 -vn -0.565539 0.583212 0.583121 -vn -0.565539 0.583212 0.583121 -vn -0.565539 0.583212 0.583121 -vn -0.411676 0.644471 0.644345 -vn -0.411676 0.644471 0.644345 -vn -0.411676 0.644471 0.644345 -vn -0.411786 0.644331 0.644414 -vn -0.411786 0.644331 0.644415 -vn -0.411786 0.644331 0.644414 -vn -0.707289 0.499953 0.499790 -vn -0.707289 0.499953 0.499790 -vn -0.707289 0.499953 0.499790 -vn -0.707256 0.499748 0.500041 -vn -0.707256 0.499748 0.500041 -vn -0.707256 0.499748 0.500041 -vn -0.552064 0.589587 0.589587 -vn -0.552064 0.589587 0.589587 -vn -0.552064 0.589587 0.589587 -vn -0.552009 0.589645 0.589580 -vn -0.552009 0.589645 0.589580 -vn -0.552009 0.589645 0.589580 -vn -0.445606 0.632998 0.633047 -vn -0.445606 0.632998 0.633047 -vn -0.445606 0.632998 0.633047 -vn -0.445611 0.633000 0.633042 -vn -0.445611 0.633000 0.633042 -vn -0.445611 0.633000 0.633042 -vn -0.606089 0.562555 0.562307 -vn -0.606089 0.562555 0.562307 -vn -0.606089 0.562555 0.562307 -vn -0.605971 0.562363 0.562626 -vn -0.605971 0.562363 0.562626 -vn -0.605971 0.562363 0.562626 -vn -0.467684 0.625009 0.625009 -vn -0.467684 0.625009 0.625009 -vn -0.467684 0.625009 0.625009 -vn -0.467657 0.625064 0.624973 -vn -0.467657 0.625064 0.624973 -vn -0.467657 0.625064 0.624973 -vn -0.534624 0.597552 0.597586 -vn -0.534624 0.597552 0.597586 -vn -0.534624 0.597552 0.597586 -vn -0.534720 0.597504 0.597548 -vn -0.534720 0.597504 0.597548 -vn -0.534720 0.597504 0.597548 -vn -0.580369 0.575870 0.575801 -vn -0.580369 0.575870 0.575801 -vn -0.580369 0.575870 0.575801 -vn -0.580349 0.575813 0.575876 -vn -0.580349 0.575813 0.575876 -vn -0.580349 0.575813 0.575876 -vn -0.399138 0.648340 0.648340 -vn -0.399138 0.648340 0.648340 -vn -0.399138 0.648340 0.648340 -vn -0.399173 0.648337 0.648321 -vn -0.399173 0.648337 0.648321 -vn -0.399174 0.648337 0.648321 -vn -0.624190 0.552458 0.552429 -vn -0.624190 0.552458 0.552429 -vn -0.624190 0.552458 0.552429 -vn -0.624230 0.552457 0.552385 -vn -0.624230 0.552457 0.552385 -vn -0.624230 0.552457 0.552385 -vn -0.563293 0.584280 0.584225 -vn -0.563293 0.584280 0.584225 -vn -0.563293 0.584280 0.584225 -vn -0.563403 0.584144 0.584254 -vn -0.563403 0.584144 0.584254 -vn -0.563403 0.584144 0.584254 -vn -0.426114 0.639658 0.639737 -vn -0.426114 0.639659 0.639737 -vn -0.426114 0.639658 0.639737 -vn -0.426091 0.639711 0.639701 -vn -0.426091 0.639711 0.639701 -vn -0.426091 0.639711 0.639701 -vn -0.706843 0.500349 0.500024 -vn -0.706843 0.500349 0.500024 -vn -0.706843 0.500349 0.500024 -vn -0.707240 0.500096 0.499715 -vn -0.707240 0.500096 0.499715 -vn -0.707240 0.500096 0.499715 -vn -0.535369 0.597222 0.597248 -vn -0.535369 0.597222 0.597248 -vn -0.535369 0.597222 0.597248 -vn -0.535376 0.597217 0.597248 -vn -0.535376 0.597217 0.597248 -vn -0.535376 0.597217 0.597248 -vn -0.471814 0.623482 0.623428 -vn -0.471814 0.623482 0.623428 -vn -0.471814 0.623482 0.623428 -vn -0.471876 0.623431 0.623431 -vn -0.471876 0.623431 0.623431 -vn -0.471876 0.623431 0.623431 -vn -0.600074 0.565609 0.565684 -vn -0.600074 0.565609 0.565684 -vn -0.600074 0.565609 0.565684 -vn -0.599953 0.565785 0.565636 -vn -0.599953 0.565785 0.565636 -vn -0.599953 0.565785 0.565636 -vn -0.440999 0.634591 0.634677 -vn -0.440999 0.634591 0.634677 -vn -0.440999 0.634591 0.634677 -vn -0.440967 0.634671 0.634619 -vn -0.440967 0.634671 0.634619 -vn -0.440967 0.634671 0.634619 -vn -0.559699 0.586016 0.585937 -vn -0.559699 0.586016 0.585937 -vn -0.559699 0.586016 0.585937 -vn -0.559798 0.585880 0.585979 -vn -0.559798 0.585880 0.585979 -vn -0.559798 0.585880 0.585979 -vn -0.572255 0.579881 0.579881 -vn -0.572255 0.579881 0.579881 -vn -0.572255 0.579881 0.579881 -vn -0.572216 0.579937 0.579864 -vn -0.572216 0.579937 0.579864 -vn -0.572216 0.579937 0.579864 -vn -0.395872 0.649361 0.649319 -vn -0.395872 0.649361 0.649319 -vn -0.395872 0.649361 0.649319 -vn -0.395942 0.649306 0.649332 -vn -0.395942 0.649306 0.649332 -vn -0.395942 0.649306 0.649332 -vn -0.655702 0.534001 0.533758 -vn -0.655702 0.534001 0.533758 -vn -0.655702 0.534001 0.533758 -vn -0.655935 0.533618 0.533855 -vn -0.655935 0.533618 0.533855 -vn -0.655935 0.533618 0.533855 -vn -0.559366 0.586105 0.586166 -vn -0.559366 0.586105 0.586166 -vn -0.559366 0.586105 0.586166 -vn -0.559320 0.586170 0.586145 -vn -0.559320 0.586170 0.586145 -vn -0.559320 0.586170 0.586145 -vn -0.440711 0.634713 0.634754 -vn -0.440711 0.634713 0.634754 -vn -0.440711 0.634713 0.634754 -vn -0.441640 0.634158 0.634663 -vn -0.441640 0.634158 0.634663 -vn -0.441640 0.634158 0.634663 -vn -0.520848 0.603494 0.603749 -vn -0.520848 0.603494 0.603749 -vn -0.520848 0.603494 0.603749 -vn -0.520389 0.603819 0.603819 -vn -0.520389 0.603819 0.603819 -vn -0.520389 0.603819 0.603819 -vn -0.500127 0.612306 0.612335 -vn -0.500127 0.612306 0.612335 -vn -0.500127 0.612306 0.612335 -vn -0.500115 0.612311 0.612341 -vn -0.500115 0.612311 0.612341 -vn -0.500115 0.612311 0.612341 -vn -0.707040 0.500107 0.499987 -vn -0.707040 0.500107 0.499987 -vn -0.707040 0.500107 0.499987 -vn -0.707171 0.499937 0.499973 -vn -0.707171 0.499937 0.499973 -vn -0.707171 0.499937 0.499973 -vn -0.865941 0.353642 0.353672 -vn -0.865941 0.353642 0.353672 -vn -0.865941 0.353642 0.353672 -vn -0.865841 0.353809 0.353750 -vn -0.865841 0.353809 0.353750 -vn -0.865841 0.353809 0.353750 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -0.999764 -0.015388 -0.015328 -vn -0.999764 -0.015388 -0.015328 -vn -0.999764 -0.015388 -0.015328 -vn -0.999765 -0.015320 -0.015351 -vn -0.999765 -0.015320 -0.015351 -vn -0.999765 -0.015320 -0.015351 -vn -0.758430 -0.460932 -0.460788 -vn -0.758430 -0.460932 -0.460788 -vn -0.758430 -0.460932 -0.460788 -vn -0.758480 -0.460757 -0.460881 -vn -0.758480 -0.460757 -0.460881 -vn -0.758480 -0.460757 -0.460881 -vn 0.121864 -0.701814 -0.701859 -vn 0.121864 -0.701814 -0.701859 -vn 0.121864 -0.701814 -0.701859 -vn 0.121798 -0.701834 -0.701851 -vn 0.121798 -0.701834 -0.701851 -vn 0.121798 -0.701834 -0.701851 -vn 0.586422 -0.572828 -0.572693 -vn 0.586422 -0.572828 -0.572693 -vn 0.586422 -0.572828 -0.572693 -vn 0.586360 -0.572719 -0.572865 -vn 0.586360 -0.572719 -0.572865 -vn 0.586360 -0.572719 -0.572865 -vn 0.569617 -0.581178 -0.581178 -vn 0.569617 -0.581178 -0.581178 -vn 0.569617 -0.581178 -0.581178 -vn 0.569663 -0.581144 -0.581168 -vn 0.569663 -0.581144 -0.581168 -vn 0.569663 -0.581144 -0.581168 -vn 0.397855 -0.648755 -0.648713 -vn 0.397855 -0.648755 -0.648713 -vn 0.397855 -0.648755 -0.648713 -vn 0.397824 -0.648722 -0.648764 -vn 0.397824 -0.648722 -0.648764 -vn 0.397824 -0.648722 -0.648764 -vn 0.707122 -0.499889 -0.500089 -vn 0.707122 -0.499889 -0.500089 -vn 0.707122 -0.499889 -0.500089 -vn 0.707036 -0.500069 -0.500031 -vn 0.707036 -0.500069 -0.500031 -vn 0.707036 -0.500069 -0.500031 -vn 0.562393 -0.584685 -0.584685 -vn 0.562393 -0.584685 -0.584685 -vn 0.562393 -0.584685 -0.584685 -vn 0.562393 -0.584736 -0.584635 -vn 0.562393 -0.584736 -0.584635 -vn 0.562393 -0.584736 -0.584635 -vn 0.430997 -0.638033 -0.638087 -vn 0.430997 -0.638033 -0.638087 -vn 0.430997 -0.638033 -0.638087 -vn 0.430834 -0.638153 -0.638078 -vn 0.430834 -0.638153 -0.638078 -vn 0.430834 -0.638153 -0.638078 -vn 0.609283 -0.560610 -0.560795 -vn 0.609283 -0.560610 -0.560795 -vn 0.609282 -0.560610 -0.560795 -vn 0.608926 -0.561028 -0.560765 -vn 0.608926 -0.561028 -0.560765 -vn 0.608926 -0.561028 -0.560765 -vn 0.485489 -0.618164 -0.618202 -vn 0.485489 -0.618164 -0.618202 -vn 0.485489 -0.618164 -0.618202 -vn 0.485466 -0.618192 -0.618192 -vn 0.485466 -0.618192 -0.618192 -vn 0.485466 -0.618192 -0.618192 -vn 0.526893 -0.600992 -0.600992 -vn 0.526893 -0.600992 -0.600992 -vn 0.526893 -0.600992 -0.600992 -vn 0.526943 -0.600991 -0.600950 -vn 0.526943 -0.600991 -0.600950 -vn 0.526943 -0.600991 -0.600950 -vn 0.587106 -0.572410 -0.572410 -vn 0.587106 -0.572410 -0.572410 -vn 0.587106 -0.572410 -0.572410 -vn 0.587008 -0.572460 -0.572460 -vn 0.587008 -0.572460 -0.572460 -vn 0.587008 -0.572460 -0.572460 -vn 0.399548 -0.648171 -0.648255 -vn 0.399548 -0.648171 -0.648255 -vn 0.399548 -0.648171 -0.648255 -vn 0.399583 -0.648216 -0.648189 -vn 0.399583 -0.648216 -0.648189 -vn 0.399583 -0.648216 -0.648189 -vn 0.612352 -0.558976 -0.559081 -vn 0.612352 -0.558976 -0.559081 -vn 0.612352 -0.558975 -0.559081 -vn 0.612305 -0.559166 -0.558942 -vn 0.612305 -0.559166 -0.558942 -vn 0.612305 -0.559166 -0.558942 -vn 0.564380 -0.583728 -0.583726 -vn 0.564380 -0.583728 -0.583727 -vn 0.564380 -0.583728 -0.583727 -vn 0.564417 -0.583688 -0.583731 -vn 0.564417 -0.583688 -0.583731 -vn 0.564417 -0.583688 -0.583731 -vn 0.411655 -0.644397 -0.644431 -vn 0.411655 -0.644397 -0.644432 -vn 0.411655 -0.644397 -0.644431 -vn 0.411620 -0.644465 -0.644387 -vn 0.411620 -0.644465 -0.644386 -vn 0.411620 -0.644465 -0.644386 -vn 0.707455 -0.499495 -0.500012 -vn 0.707455 -0.499495 -0.500012 -vn 0.707455 -0.499495 -0.500012 -vn 0.707458 -0.499843 -0.499659 -vn 0.707458 -0.499843 -0.499659 -vn 0.707459 -0.499843 -0.499659 -vn 0.548389 -0.591299 -0.591299 -vn 0.548389 -0.591299 -0.591299 -vn 0.548389 -0.591299 -0.591299 -vn 0.548380 -0.591303 -0.591303 -vn 0.548380 -0.591303 -0.591303 -vn 0.548380 -0.591303 -0.591303 -vn 0.455475 -0.629494 -0.629508 -vn 0.455475 -0.629494 -0.629508 -vn 0.455475 -0.629494 -0.629508 -vn 0.455461 -0.629474 -0.629538 -vn 0.455461 -0.629474 -0.629538 -vn 0.455461 -0.629474 -0.629538 -vn 0.599144 -0.566047 -0.566230 -vn 0.599144 -0.566047 -0.566230 -vn 0.599144 -0.566047 -0.566230 -vn 0.599256 -0.566148 -0.566011 -vn 0.599256 -0.566148 -0.566011 -vn 0.599256 -0.566148 -0.566011 -vn 0.455562 -0.629490 -0.629449 -vn 0.455562 -0.629490 -0.629449 -vn 0.455562 -0.629490 -0.629449 -vn 0.455584 -0.629456 -0.629466 -vn 0.455584 -0.629456 -0.629466 -vn 0.455584 -0.629456 -0.629466 -vn 0.548604 -0.591181 -0.591218 -vn 0.548604 -0.591181 -0.591218 -vn 0.548604 -0.591181 -0.591218 -vn 0.548631 -0.591238 -0.591136 -vn 0.548631 -0.591238 -0.591136 -vn 0.548631 -0.591238 -0.591136 -vn 0.577878 -0.577067 -0.577106 -vn 0.577878 -0.577067 -0.577106 -vn 0.577878 -0.577067 -0.577106 -vn 0.577788 -0.577131 -0.577131 -vn 0.577788 -0.577131 -0.577131 -vn 0.577788 -0.577131 -0.577131 -vn 0.396326 -0.649202 -0.649202 -vn 0.396326 -0.649202 -0.649202 -vn 0.396326 -0.649202 -0.649202 -vn 0.396326 -0.649202 -0.649202 -vn 0.396326 -0.649202 -0.649202 -vn 0.396326 -0.649202 -0.649202 -vn 0.638285 -0.544380 -0.544282 -vn 0.638285 -0.544380 -0.544282 -vn 0.638285 -0.544380 -0.544282 -vn 0.638425 -0.544273 -0.544224 -vn 0.638425 -0.544273 -0.544224 -vn 0.638425 -0.544273 -0.544224 -vn 0.558527 -0.586506 -0.586565 -vn 0.558527 -0.586506 -0.586565 -vn 0.558527 -0.586506 -0.586565 -vn 0.558441 -0.586570 -0.586583 -vn 0.558441 -0.586570 -0.586583 -vn 0.558441 -0.586570 -0.586583 -vn 0.437703 -0.635775 -0.635772 -vn 0.437703 -0.635775 -0.635772 -vn 0.437703 -0.635775 -0.635772 -vn 0.437746 -0.635769 -0.635748 -vn 0.437746 -0.635769 -0.635748 -vn 0.437746 -0.635769 -0.635748 -vn 0.706917 -0.499876 -0.500392 -vn 0.706917 -0.499876 -0.500392 -vn 0.706917 -0.499876 -0.500392 -vn 0.707300 -0.499600 -0.500127 -vn 0.707300 -0.499600 -0.500127 -vn 0.707300 -0.499600 -0.500127 -vn 0.526395 -0.601230 -0.601190 -vn 0.526396 -0.601230 -0.601190 -vn 0.526395 -0.601230 -0.601191 -vn 0.526313 -0.601236 -0.601256 -vn 0.526313 -0.601236 -0.601256 -vn 0.526313 -0.601236 -0.601256 -vn 0.606019 -0.562433 -0.562503 -vn 0.606019 -0.562433 -0.562503 -vn 0.606019 -0.562433 -0.562503 -vn 0.606029 -0.562493 -0.562432 -vn 0.606029 -0.562493 -0.562432 -vn 0.606029 -0.562493 -0.562432 -vn 0.984046 -0.125806 -0.125806 -vn 0.984046 -0.125806 -0.125806 -vn 0.984046 -0.125806 -0.125806 -vn 0.984046 -0.125840 -0.125767 -vn 0.984046 -0.125840 -0.125767 -vn 0.984046 -0.125840 -0.125767 -vn 1.000000 -0.000018 0.000012 -vn 1.000000 -0.000018 0.000012 -vn 1.000000 -0.000018 0.000012 -vn 1.000000 -0.000019 0.000023 -vn 1.000000 -0.000019 0.000023 -vn 1.000000 -0.000019 0.000023 -vn 0.800609 -0.423734 -0.423645 -vn 0.800609 -0.423734 -0.423645 -vn 0.800609 -0.423734 -0.423645 -vn 0.800427 -0.423838 -0.423884 -vn 0.800427 -0.423838 -0.423884 -vn 0.800427 -0.423838 -0.423884 -vn 0.649340 -0.537791 -0.537716 -vn 0.649340 -0.537791 -0.537716 -vn 0.649340 -0.537791 -0.537716 -vn 0.649418 -0.537688 -0.537725 -vn 0.649418 -0.537688 -0.537725 -vn 0.649418 -0.537688 -0.537725 -vn 0.595198 -0.568186 -0.568247 -vn 0.595198 -0.568185 -0.568247 -vn 0.595198 -0.568186 -0.568247 -vn 0.595208 -0.568192 -0.568230 -vn 0.595208 -0.568192 -0.568230 -vn 0.595208 -0.568192 -0.568230 -vn 0.429998 -0.638422 -0.638372 -vn 0.429998 -0.638422 -0.638372 -vn 0.429998 -0.638422 -0.638372 -vn 0.430005 -0.638395 -0.638395 -vn 0.430005 -0.638395 -0.638395 -vn 0.430005 -0.638395 -0.638395 -vn 0.578197 -0.576926 -0.576926 -vn 0.578197 -0.576926 -0.576926 -vn 0.578197 -0.576926 -0.576926 -vn 0.578197 -0.576959 -0.576893 -vn 0.578197 -0.576959 -0.576893 -vn 0.578197 -0.576959 -0.576893 -vn 0.567879 -0.581979 -0.582077 -vn 0.567879 -0.581979 -0.582077 -vn 0.567879 -0.581979 -0.582077 -vn 0.567827 -0.582070 -0.582037 -vn 0.567827 -0.582070 -0.582037 -vn 0.567827 -0.582070 -0.582037 -vn 0.398489 -0.648539 -0.648539 -vn 0.398489 -0.648539 -0.648539 -vn 0.398489 -0.648539 -0.648539 -vn 0.398343 -0.648592 -0.648576 -vn 0.398343 -0.648592 -0.648576 -vn 0.398343 -0.648592 -0.648576 -vn 0.707066 -0.499969 -0.500088 -vn 0.707066 -0.499969 -0.500088 -vn 0.707066 -0.499969 -0.500088 -vn 0.707087 -0.500014 -0.500014 -vn 0.707087 -0.500014 -0.500014 -vn 0.707087 -0.500014 -0.500014 -vn 0.563967 -0.583904 -0.583950 -vn 0.563967 -0.583904 -0.583950 -vn 0.563967 -0.583904 -0.583950 -vn 0.564029 -0.583914 -0.583880 -vn 0.564029 -0.583914 -0.583880 -vn 0.564029 -0.583914 -0.583880 -vn 0.430935 -0.638104 -0.638058 -vn 0.430935 -0.638104 -0.638058 -vn 0.430935 -0.638104 -0.638059 -vn 0.431025 -0.638068 -0.638034 -vn 0.431025 -0.638068 -0.638034 -vn 0.431025 -0.638068 -0.638034 -vn 0.616266 -0.557091 -0.556656 -vn 0.616266 -0.557091 -0.556656 -vn 0.616266 -0.557091 -0.556656 -vn 0.615535 -0.557188 -0.557367 -vn 0.615535 -0.557188 -0.557367 -vn 0.615535 -0.557188 -0.557367 -vn 0.487843 -0.617256 -0.617256 -vn 0.487843 -0.617256 -0.617256 -vn 0.487843 -0.617256 -0.617256 -vn 0.487827 -0.617272 -0.617252 -vn 0.487827 -0.617272 -0.617252 -vn 0.487827 -0.617272 -0.617252 -vn 0.515771 -0.605797 -0.605797 -vn 0.515771 -0.605797 -0.605797 -vn 0.515771 -0.605797 -0.605797 -vn 0.515710 -0.605791 -0.605855 -vn 0.515710 -0.605791 -0.605855 -vn 0.515710 -0.605791 -0.605855 -vn 0.584458 -0.573835 -0.573692 -vn 0.584458 -0.573835 -0.573692 -vn 0.584458 -0.573835 -0.573692 -vn 0.584498 -0.573719 -0.573767 -vn 0.584498 -0.573719 -0.573767 -vn 0.584498 -0.573719 -0.573767 -vn 0.407288 -0.645821 -0.645779 -vn 0.407288 -0.645821 -0.645779 -vn 0.407288 -0.645821 -0.645779 -vn 0.407260 -0.645783 -0.645835 -vn 0.407260 -0.645783 -0.645835 -vn 0.407261 -0.645783 -0.645835 -vn 0.613604 -0.558362 -0.558320 -vn 0.613604 -0.558362 -0.558320 -vn 0.613604 -0.558362 -0.558320 -vn 0.613731 -0.558284 -0.558259 -vn 0.613731 -0.558284 -0.558259 -vn 0.613731 -0.558284 -0.558259 -vn 0.568119 -0.581926 -0.581897 -vn 0.568119 -0.581926 -0.581897 -vn 0.568119 -0.581926 -0.581897 -vn 0.568060 -0.581969 -0.581910 -vn 0.568060 -0.581969 -0.581910 -vn 0.568060 -0.581969 -0.581910 -vn 0.403852 -0.646851 -0.646906 -vn 0.403852 -0.646851 -0.646906 -vn 0.403852 -0.646851 -0.646906 -vn 0.403774 -0.646929 -0.646877 -vn 0.403774 -0.646929 -0.646877 -vn 0.403774 -0.646929 -0.646877 -vn 0.707079 -0.499949 -0.500090 -vn 0.707079 -0.499949 -0.500091 -vn 0.707079 -0.499949 -0.500090 -vn 0.707367 -0.499744 -0.499888 -vn 0.707367 -0.499744 -0.499888 -vn 0.707367 -0.499744 -0.499888 -vn 0.550268 -0.590426 -0.590426 -vn 0.550268 -0.590426 -0.590426 -vn 0.550268 -0.590426 -0.590426 -vn 0.550227 -0.590450 -0.590440 -vn 0.550227 -0.590450 -0.590440 -vn 0.550227 -0.590450 -0.590440 -vn 0.452107 -0.630688 -0.630738 -vn 0.452107 -0.630688 -0.630738 -vn 0.452107 -0.630688 -0.630738 -vn 0.452144 -0.630669 -0.630731 -vn 0.452144 -0.630669 -0.630731 -vn 0.452144 -0.630669 -0.630731 -vn 0.601798 -0.564764 -0.564696 -vn 0.601798 -0.564764 -0.564696 -vn 0.601798 -0.564764 -0.564696 -vn 0.601725 -0.564800 -0.564737 -vn 0.601725 -0.564800 -0.564737 -vn 0.601725 -0.564800 -0.564737 -vn 0.459684 -0.627990 -0.627949 -vn 0.459684 -0.627990 -0.627949 -vn 0.459684 -0.627990 -0.627949 -vn 0.459690 -0.627962 -0.627972 -vn 0.459690 -0.627962 -0.627972 -vn 0.459690 -0.627962 -0.627972 -vn 0.544710 -0.593007 -0.592987 -vn 0.544710 -0.593007 -0.592987 -vn 0.544710 -0.593007 -0.592987 -vn 0.544708 -0.593011 -0.592984 -vn 0.544708 -0.593011 -0.592984 -vn 0.544708 -0.593011 -0.592984 -vn 0.579951 -0.576046 -0.576046 -vn 0.579951 -0.576046 -0.576046 -vn 0.579951 -0.576046 -0.576046 -vn 0.580004 -0.576039 -0.575999 -vn 0.580004 -0.576039 -0.575999 -vn 0.580004 -0.576039 -0.575999 -vn 0.392783 -0.650257 -0.650299 -vn 0.392783 -0.650257 -0.650299 -vn 0.392783 -0.650257 -0.650299 -vn 0.392739 -0.650309 -0.650272 -vn 0.392739 -0.650309 -0.650272 -vn 0.392739 -0.650309 -0.650272 -vn 0.639602 -0.543634 -0.543481 -vn 0.639602 -0.543634 -0.543481 -vn 0.639602 -0.543634 -0.543481 -vn 0.639731 -0.543474 -0.543489 -vn 0.639731 -0.543474 -0.543489 -vn 0.639731 -0.543474 -0.543489 -vn 0.565017 -0.583406 -0.583432 -vn 0.565017 -0.583406 -0.583432 -vn 0.565017 -0.583406 -0.583432 -vn 0.564995 -0.583457 -0.583403 -vn 0.564995 -0.583457 -0.583403 -vn 0.564995 -0.583457 -0.583403 -vn 0.428690 -0.638825 -0.638849 -vn 0.428690 -0.638825 -0.638849 -vn 0.428690 -0.638825 -0.638849 -vn 0.428611 -0.638858 -0.638869 -vn 0.428611 -0.638858 -0.638869 -vn 0.428611 -0.638858 -0.638869 -vn 0.706909 -0.500407 -0.499873 -vn 0.706909 -0.500407 -0.499873 -vn 0.706909 -0.500407 -0.499873 -vn 0.708275 -0.498701 -0.499643 -vn 0.708275 -0.498701 -0.499643 -vn 0.708275 -0.498701 -0.499643 -vn 0.532215 -0.598663 -0.598623 -vn 0.532215 -0.598663 -0.598623 -vn 0.532215 -0.598663 -0.598623 -vn 0.532079 -0.598668 -0.598739 -vn 0.532079 -0.598668 -0.598739 -vn 0.532079 -0.598668 -0.598739 -vn 0.477044 -0.621462 -0.621462 -vn 0.477044 -0.621462 -0.621462 -vn 0.477044 -0.621462 -0.621462 -vn 0.477146 -0.621405 -0.621440 -vn 0.477146 -0.621405 -0.621440 -vn 0.477146 -0.621405 -0.621440 -vn 0.592593 -0.569590 -0.569562 -vn 0.592593 -0.569590 -0.569562 -vn 0.592593 -0.569590 -0.569562 -vn 0.592430 -0.569571 -0.569750 -vn 0.592430 -0.569571 -0.569750 -vn 0.592430 -0.569571 -0.569750 -vn 0.434769 -0.636808 -0.636751 -vn 0.434769 -0.636808 -0.636751 -vn 0.434769 -0.636808 -0.636751 -vn 0.434819 -0.636737 -0.636788 -vn 0.434819 -0.636737 -0.636788 -vn 0.434819 -0.636737 -0.636788 -vn 0.572819 -0.579603 -0.579603 -vn 0.572819 -0.579603 -0.579603 -vn 0.572819 -0.579603 -0.579603 -vn 0.572819 -0.579598 -0.579608 -vn 0.572819 -0.579598 -0.579608 -vn 0.572819 -0.579598 -0.579608 -vn 0.574980 -0.578515 -0.578549 -vn 0.574980 -0.578515 -0.578549 -vn 0.574980 -0.578515 -0.578549 -vn 0.574920 -0.578587 -0.578536 -vn 0.574920 -0.578587 -0.578536 -vn 0.574920 -0.578587 -0.578536 -vn 0.391192 -0.650778 -0.650736 -vn 0.391192 -0.650778 -0.650736 -vn 0.391192 -0.650778 -0.650736 -vn 0.391320 -0.650689 -0.650747 -vn 0.391320 -0.650689 -0.650747 -vn 0.391320 -0.650689 -0.650747 -vn 0.654793 -0.534477 -0.534398 -vn 0.654793 -0.534477 -0.534398 -vn 0.654793 -0.534477 -0.534398 -vn 0.654764 -0.534479 -0.534430 -vn 0.654764 -0.534479 -0.534430 -vn 0.654764 -0.534479 -0.534430 -vn 0.552752 -0.589289 -0.589240 -vn 0.552752 -0.589289 -0.589240 -vn 0.552752 -0.589289 -0.589240 -vn 0.552833 -0.589257 -0.589196 -vn 0.552833 -0.589257 -0.589196 -vn 0.552833 -0.589257 -0.589196 -vn 0.452410 -0.630594 -0.630616 -vn 0.452410 -0.630594 -0.630616 -vn 0.452410 -0.630594 -0.630616 -vn 0.452392 -0.630654 -0.630568 -vn 0.452392 -0.630654 -0.630568 -vn 0.452392 -0.630654 -0.630568 -vn 0.616925 -0.556374 -0.556644 -vn 0.616925 -0.556374 -0.556644 -vn 0.616925 -0.556374 -0.556644 -vn 0.616034 -0.557096 -0.556908 -vn 0.616034 -0.557096 -0.556908 -vn 0.616034 -0.557096 -0.556908 -vn 0.504954 -0.610357 -0.610317 -vn 0.504954 -0.610357 -0.610317 -vn 0.504954 -0.610357 -0.610317 -vn 0.504941 -0.610337 -0.610347 -vn 0.504941 -0.610337 -0.610347 -vn 0.504941 -0.610337 -0.610347 -vn 0.503794 -0.610754 -0.610877 -vn 0.503794 -0.610754 -0.610877 -vn 0.503794 -0.610754 -0.610877 -vn 0.503794 -0.610854 -0.610778 -vn 0.503794 -0.610854 -0.610778 -vn 0.503794 -0.610854 -0.610778 -vn 0.587286 -0.572370 -0.572265 -vn 0.587286 -0.572370 -0.572265 -vn 0.587286 -0.572370 -0.572265 -vn 0.587351 -0.572179 -0.572389 -vn 0.587351 -0.572179 -0.572389 -vn 0.587352 -0.572179 -0.572389 -vn 0.415908 -0.643075 -0.643021 -vn 0.415908 -0.643075 -0.643021 -vn 0.415908 -0.643075 -0.643021 -vn 0.415922 -0.643048 -0.643038 -vn 0.415922 -0.643048 -0.643038 -vn 0.415922 -0.643048 -0.643038 -vn 0.595757 -0.567900 -0.567947 -vn 0.595757 -0.567900 -0.567947 -vn 0.595757 -0.567900 -0.567947 -vn 0.595717 -0.567921 -0.567968 -vn 0.595717 -0.567921 -0.567968 -vn 0.595717 -0.567921 -0.567968 -vn 0.568536 -0.581707 -0.581707 -vn 0.568536 -0.581707 -0.581707 -vn 0.568536 -0.581707 -0.581707 -vn 0.568509 -0.581674 -0.581767 -vn 0.568509 -0.581675 -0.581767 -vn 0.568509 -0.581675 -0.581767 -vn 0.402618 -0.647242 -0.647284 -vn 0.402618 -0.647242 -0.647284 -vn 0.402618 -0.647242 -0.647284 -vn 0.402616 -0.647264 -0.647264 -vn 0.402616 -0.647264 -0.647264 -vn 0.402616 -0.647264 -0.647264 -vn 0.707045 -0.499931 -0.500156 -vn 0.707045 -0.499931 -0.500156 -vn 0.707045 -0.499931 -0.500156 -vn 0.707081 -0.500003 -0.500033 -vn 0.707081 -0.500003 -0.500033 -vn 0.707081 -0.500003 -0.500033 -vn 0.555561 -0.587964 -0.587920 -vn 0.555561 -0.587964 -0.587920 -vn 0.555561 -0.587964 -0.587920 -vn 0.555577 -0.587968 -0.587902 -vn 0.555577 -0.587968 -0.587902 -vn 0.555577 -0.587968 -0.587902 -vn 0.444057 -0.633543 -0.633591 -vn 0.444057 -0.633543 -0.633591 -vn 0.444057 -0.633543 -0.633591 -vn 0.443935 -0.633621 -0.633597 -vn 0.443935 -0.633621 -0.633597 -vn 0.443935 -0.633621 -0.633597 -vn 0.723405 -0.488231 -0.488177 -vn 0.723405 -0.488231 -0.488177 -vn 0.723405 -0.488231 -0.488177 -vn 0.723524 -0.488041 -0.488190 -vn 0.723524 -0.488041 -0.488189 -vn 0.723524 -0.488041 -0.488189 -vn 0.900207 -0.307907 -0.307931 -vn 0.900207 -0.307907 -0.307931 -vn 0.900206 -0.307907 -0.307931 -vn 0.900247 -0.307860 -0.307860 -vn 0.900247 -0.307860 -0.307860 -vn 0.900247 -0.307860 -0.307860 -vn 1.000000 0.000007 -0.000002 -vn 1.000000 0.000007 -0.000002 -vn 1.000000 0.000007 -0.000002 -vn 1.000000 0.000000 -0.000014 -vn 1.000000 0.000000 -0.000014 -vn 1.000000 0.000000 -0.000014 -vn 0.964649 0.186311 0.186388 -vn 0.964649 0.186311 0.186388 -vn 0.964649 0.186311 0.186388 -vn 0.964626 0.186430 0.186386 -vn 0.964626 0.186430 0.186386 -vn 0.964626 0.186430 0.186386 -vn -0.000044 -0.707070 0.707143 -vn -0.000044 -0.707070 0.707143 -vn -0.000044 -0.707070 0.707143 -vn -0.000068 -0.706909 0.707305 -vn -0.000068 -0.706909 0.707305 -vn -0.000068 -0.706909 0.707305 -vn -0.000076 -0.707107 0.707107 -vn -0.000076 -0.707107 0.707107 -vn -0.000076 -0.707107 0.707107 -vn 0.000000 -0.706772 0.707442 -vn 0.000000 -0.706772 0.707442 -vn 0.000000 -0.706772 0.707442 -vn -0.000129 -0.706718 0.707495 -vn -0.000129 -0.706718 0.707495 -vn -0.000129 -0.706718 0.707495 -vn -0.000238 -0.706988 0.707226 -vn -0.000238 -0.706988 0.707226 -vn -0.000238 -0.706988 0.707226 -vn -0.000162 -0.706563 0.707650 -vn -0.000162 -0.706563 0.707650 -vn -0.000162 -0.706563 0.707650 -vn -0.000041 -0.707374 0.706840 -vn -0.000041 -0.707374 0.706840 -vn -0.000041 -0.707374 0.706840 -vn -0.000070 -0.706620 0.707594 -vn -0.000070 -0.706620 0.707594 -vn -0.000070 -0.706619 0.707594 -vn 0.000000 -0.707019 0.707194 -vn 0.000000 -0.707019 0.707194 -vn 0.000000 -0.707019 0.707194 -vn -0.000092 -0.706372 0.707841 -vn -0.000092 -0.706372 0.707841 -vn -0.000092 -0.706372 0.707841 -vn 0.000000 -0.707549 0.706664 -vn 0.000000 -0.707549 0.706664 -vn 0.000000 -0.707549 0.706664 -vn -0.000098 -0.707402 0.706811 -vn -0.000098 -0.707402 0.706811 -vn -0.000098 -0.707402 0.706811 -vn 0.000000 -0.705023 0.709185 -vn 0.000000 -0.705023 0.709185 -vn 0.000000 -0.705023 0.709185 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000361 -0.709629 0.704576 -vn 0.000361 -0.709629 0.704576 -vn 0.000361 -0.709629 0.704576 -vn -0.000354 -0.705332 0.708877 -vn -0.000354 -0.705332 0.708877 -vn -0.000354 -0.705332 0.708877 -vn -0.000219 -0.706669 0.707544 -vn -0.000219 -0.706669 0.707545 -vn -0.000219 -0.706669 0.707544 -vn 0.000238 -0.708058 0.706154 -vn 0.000238 -0.708058 0.706154 -vn 0.000238 -0.708058 0.706154 -vn 0.000000 -0.706098 0.708114 -vn 0.000000 -0.706098 0.708114 -vn 0.000000 -0.706098 0.708114 -vn -0.000528 -0.706843 0.707371 -vn -0.000528 -0.706843 0.707371 -vn -0.000528 -0.706843 0.707371 -vn 0.000000 -0.707773 0.706440 -vn 0.000000 -0.707773 0.706440 -vn 0.000000 -0.707773 0.706440 -vn 0.000294 -0.707989 0.706223 -vn 0.000294 -0.707989 0.706223 -vn 0.000294 -0.707989 0.706223 -vn 0.000588 -0.708868 0.705341 -vn 0.000588 -0.708868 0.705341 -vn 0.000588 -0.708868 0.705341 -vn 0.002156 -0.707105 0.707105 -vn 0.002156 -0.707105 0.707105 -vn 0.002156 -0.707105 0.707105 -vn -0.000109 -0.706450 0.707763 -vn -0.000109 -0.706450 0.707763 -vn -0.000109 -0.706450 0.707763 -vn -0.000851 -0.706255 0.707957 -vn -0.000851 -0.706255 0.707957 -vn -0.000851 -0.706255 0.707957 -vn -0.000293 -0.707107 0.707107 -vn -0.000293 -0.707107 0.707107 -vn -0.000293 -0.707107 0.707107 -vn 0.000000 -0.702409 0.711774 -vn 0.000000 -0.702409 0.711774 -vn 0.000000 -0.702409 0.711774 -vn 0.000548 -0.708020 0.706192 -vn 0.000548 -0.708020 0.706192 -vn 0.000548 -0.708020 0.706192 -vn -0.000291 -0.706524 0.707690 -vn -0.000291 -0.706524 0.707690 -vn -0.000291 -0.706524 0.707690 -vn -0.000315 -0.706792 0.707421 -vn -0.000315 -0.706792 0.707421 -vn -0.000315 -0.706792 0.707421 -vn -0.001353 -0.710481 0.703715 -vn -0.001353 -0.710481 0.703715 -vn -0.001353 -0.710481 0.703715 -vn 0.000103 -0.706286 0.707927 -vn 0.000103 -0.706286 0.707927 -vn 0.000103 -0.706286 0.707927 -vn 0.000276 -0.708484 0.705727 -vn 0.000276 -0.708484 0.705727 -vn 0.000276 -0.708484 0.705727 -vn -0.001547 -0.702449 0.711732 -vn -0.001547 -0.702449 0.711732 -vn -0.001547 -0.702449 0.711732 -vn 0.000000 -0.711485 0.702701 -vn 0.000000 -0.711485 0.702701 -vn 0.000000 -0.711485 0.702701 -vn 0.000000 -0.706822 0.707392 -vn 0.000000 -0.706822 0.707392 -vn 0.000000 -0.706822 0.707392 -vn 0.000338 -0.707614 0.706599 -vn 0.000338 -0.707614 0.706599 -vn 0.000338 -0.707614 0.706599 -vn -0.000701 -0.707107 0.707107 -vn -0.000701 -0.707107 0.707107 -vn -0.000701 -0.707107 0.707107 -vn 0.000635 -0.708375 0.705836 -vn 0.000635 -0.708375 0.705836 -vn 0.000635 -0.708375 0.705836 -vn 0.000000 -0.707276 0.706937 -vn 0.000000 -0.707276 0.706937 -vn 0.000000 -0.707276 0.706937 -vn 0.000000 -0.708162 0.706050 -vn 0.000000 -0.708162 0.706050 -vn 0.000000 -0.708162 0.706050 -vn -0.000204 -0.705879 0.708333 -vn -0.000204 -0.705879 0.708333 -vn -0.000204 -0.705879 0.708333 -vn -0.000611 -0.706189 0.708023 -vn -0.000611 -0.706189 0.708023 -vn -0.000611 -0.706189 0.708023 -vn 0.000000 -0.000000 0.000000 -vn 0.014277 -0.728126 0.685295 -vn 0.014277 -0.728126 0.685295 -vn -0.000481 -0.705661 0.708549 -vn -0.000481 -0.705661 0.708549 -vn -0.000481 -0.705661 0.708549 -vn 0.000891 -0.708442 0.705769 -vn 0.000891 -0.708442 0.705769 -vn 0.000891 -0.708442 0.705769 -vn -0.000398 -0.707902 0.706311 -vn -0.000398 -0.707902 0.706311 -vn -0.000398 -0.707902 0.706311 -vn 0.000499 -0.707855 0.706358 -vn 0.000499 -0.707855 0.706358 -vn 0.000499 -0.707855 0.706358 -vn 0.000000 0.000000 0.000000 -vn -0.004975 -0.736318 0.676617 -vn -0.004975 -0.736318 0.676617 -vn 0.000344 -0.707451 0.706763 -vn 0.000344 -0.707450 0.706763 -vn 0.000344 -0.707450 0.706763 -vn 0.000159 -0.707743 0.706470 -vn 0.000159 -0.707743 0.706470 -vn 0.000159 -0.707743 0.706470 -vn -0.000504 -0.706097 0.708115 -vn -0.000504 -0.706097 0.708115 -vn -0.000504 -0.706097 0.708115 -vn 0.000934 -0.708040 0.706172 -vn 0.000934 -0.708040 0.706172 -vn 0.000934 -0.708040 0.706172 -vn -0.000188 -0.705227 0.708982 -vn -0.000188 -0.705227 0.708982 -vn -0.000188 -0.705227 0.708982 -vn -0.000002 -0.707110 0.707103 -vn -0.000002 -0.707110 0.707103 -vn -0.000002 -0.707110 0.707103 -vn 0.000000 -0.707228 0.706986 -vn 0.000000 -0.707228 0.706986 -vn 0.000000 -0.707228 0.706986 -vn 0.000000 -0.706911 0.707303 -vn 0.000000 -0.706911 0.707303 -vn 0.000000 -0.706911 0.707303 -vn -0.000001 -0.707252 0.706961 -vn -0.000001 -0.707252 0.706961 -vn -0.000001 -0.707252 0.706961 -vn -0.000001 -0.707101 0.707112 -vn -0.000001 -0.707101 0.707112 -vn -0.000001 -0.707101 0.707112 -vn -0.000002 -0.707170 0.707043 -vn -0.000002 -0.707170 0.707043 -vn -0.000002 -0.707170 0.707043 -vn -0.000001 -0.707122 0.707091 -vn -0.000001 -0.707122 0.707091 -vn -0.000001 -0.707122 0.707091 -vn -0.000001 -0.707134 0.707080 -vn -0.000001 -0.707134 0.707080 -vn -0.000001 -0.707134 0.707080 -vn 0.000000 -0.707082 0.707132 -vn 0.000000 -0.707082 0.707132 -vn 0.000000 -0.707082 0.707132 -vn -0.000109 -0.707433 0.706781 -vn -0.000109 -0.707433 0.706781 -vn -0.000109 -0.707433 0.706781 -vn 0.000056 -0.705529 0.708681 -vn 0.000056 -0.705529 0.708681 -vn 0.000056 -0.705529 0.708681 -vn 0.000016 -0.707059 0.707155 -vn 0.000016 -0.707059 0.707155 -vn 0.000016 -0.707059 0.707155 -vn -0.000022 -0.707129 0.707085 -vn -0.000022 -0.707129 0.707085 -vn -0.000022 -0.707129 0.707085 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000304 -0.707411 0.706803 -vn -0.000304 -0.707411 0.706803 -vn -0.000304 -0.707411 0.706803 -vn 0.000019 -0.707088 0.707126 -vn 0.000019 -0.707088 0.707126 -vn 0.000019 -0.707088 0.707126 -vn -0.000199 -0.707239 0.706974 -vn -0.000199 -0.707239 0.706974 -vn -0.000199 -0.707239 0.706974 -vn 0.000000 -0.707141 0.707073 -vn 0.000000 -0.707141 0.707073 -vn 0.000000 -0.707141 0.707073 -vn -0.000024 -0.707131 0.707083 -vn -0.000024 -0.707131 0.707083 -vn -0.000024 -0.707131 0.707083 -vn 0.000050 -0.707056 0.707157 -vn 0.000050 -0.707056 0.707157 -vn 0.000050 -0.707056 0.707157 -vn 0.001096 -0.708202 0.706009 -vn 0.001096 -0.708202 0.706009 -vn 0.001096 -0.708202 0.706009 -vn 0.000432 -0.708403 0.705808 -vn 0.000432 -0.708403 0.705808 -vn 0.000432 -0.708403 0.705808 -vn -0.000024 -0.707131 0.707083 -vn -0.000024 -0.707131 0.707083 -vn -0.000024 -0.707131 0.707083 -vn -0.000026 -0.707132 0.707081 -vn -0.000026 -0.707132 0.707081 -vn -0.000026 -0.707132 0.707081 -vn -0.000048 -0.707155 0.707059 -vn -0.000048 -0.707155 0.707059 -vn -0.000048 -0.707155 0.707059 -vn 0.000044 -0.707151 0.707063 -vn 0.000044 -0.707151 0.707063 -vn 0.000044 -0.707151 0.707063 -vn 0.000000 -0.706445 0.707768 -vn 0.000000 -0.706445 0.707768 -vn 0.000000 -0.706445 0.707768 -vn 0.000000 -0.707086 0.707127 -vn 0.000000 -0.707086 0.707127 -vn 0.000000 -0.707086 0.707127 -vn 0.000030 -0.707062 0.707152 -vn 0.000030 -0.707062 0.707152 -vn 0.000030 -0.707062 0.707152 -vn -0.000010 -0.707120 0.707094 -vn -0.000010 -0.707120 0.707094 -vn -0.000010 -0.707120 0.707094 -vn 0.000007 -0.707108 0.707105 -vn 0.000007 -0.707109 0.707105 -vn 0.000007 -0.707109 0.707105 -vn -0.000015 -0.707090 0.707124 -vn -0.000015 -0.707090 0.707124 -vn -0.000015 -0.707090 0.707124 -vn -0.000036 -0.707111 0.707102 -vn -0.000036 -0.707111 0.707102 -vn -0.000036 -0.707111 0.707102 -vn -0.000434 -0.707107 0.707107 -vn -0.000434 -0.707107 0.707107 -vn -0.000434 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000254 -0.707234 0.706980 -vn 0.000254 -0.707234 0.706980 -vn 0.000254 -0.707234 0.706980 -vn -0.000177 -0.707107 0.707107 -vn -0.000177 -0.707107 0.707107 -vn -0.000177 -0.707107 0.707107 -vn 0.000183 -0.707472 0.706742 -vn 0.000183 -0.707472 0.706742 -vn 0.000183 -0.707472 0.706742 -vn 0.000007 -0.707105 0.707108 -vn 0.000007 -0.707105 0.707108 -vn 0.000007 -0.707105 0.707108 -vn -0.000036 -0.707142 0.707071 -vn -0.000036 -0.707142 0.707071 -vn -0.000036 -0.707142 0.707071 -vn 0.000000 -0.707089 0.707124 -vn 0.000000 -0.707089 0.707124 -vn 0.000000 -0.707089 0.707124 -vn 0.000000 -0.708121 0.706092 -vn 0.000000 -0.708121 0.706092 -vn 0.000000 -0.708121 0.706092 -vn -0.000098 -0.706924 0.707290 -vn -0.000098 -0.706924 0.707290 -vn -0.000098 -0.706924 0.707290 -vn 0.000047 -0.707107 0.707107 -vn 0.000047 -0.707107 0.707107 -vn 0.000047 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707133 0.707081 -vn 0.000000 -0.707133 0.707081 -vn 0.000000 -0.707133 0.707081 -vn 0.000004 -0.707183 0.707031 -vn 0.000004 -0.707183 0.707031 -vn 0.000004 -0.707183 0.707031 -vn 0.000017 -0.707115 0.707098 -vn 0.000017 -0.707115 0.707098 -vn 0.000017 -0.707115 0.707098 -vn 0.000000 -0.707298 0.706916 -vn 0.000000 -0.707298 0.706916 -vn 0.000000 -0.707298 0.706916 -vn -0.000637 -0.706151 0.708061 -vn -0.000637 -0.706151 0.708061 -vn -0.000637 -0.706151 0.708061 -vn 0.000010 -0.707117 0.707096 -vn 0.000010 -0.707117 0.707096 -vn 0.000010 -0.707117 0.707096 -vn -0.000074 -0.706959 0.707255 -vn -0.000074 -0.706959 0.707255 -vn -0.000074 -0.706959 0.707255 -vn -0.000483 -0.706623 0.707590 -vn -0.000483 -0.706623 0.707590 -vn -0.000483 -0.706623 0.707590 -vn 0.000036 -0.707102 0.707111 -vn 0.000036 -0.707102 0.707111 -vn 0.000036 -0.707102 0.707111 -vn -0.000226 -0.704841 0.709365 -vn -0.000226 -0.704841 0.709365 -vn -0.000226 -0.704841 0.709365 -vn -0.000055 -0.707052 0.707162 -vn -0.000055 -0.707052 0.707162 -vn -0.000055 -0.707052 0.707162 -vn 0.000000 -0.707798 0.706415 -vn 0.000000 -0.707798 0.706415 -vn 0.000000 -0.707798 0.706415 -vn -0.000018 -0.707116 0.707098 -vn -0.000018 -0.707116 0.707098 -vn -0.000018 -0.707116 0.707098 -vn 0.000000 -0.707165 0.707049 -vn 0.000000 -0.707165 0.707049 -vn 0.000000 -0.707165 0.707049 -vn 0.000043 -0.707107 0.707107 -vn 0.000043 -0.707107 0.707107 -vn 0.000043 -0.707107 0.707107 -vn -0.000114 -0.707092 0.707121 -vn -0.000114 -0.707092 0.707121 -vn -0.000114 -0.707093 0.707121 -vn -0.000318 -0.707266 0.706948 -vn -0.000318 -0.707266 0.706948 -vn -0.000318 -0.707266 0.706948 -vn 0.001449 -0.707106 0.707106 -vn 0.001449 -0.707106 0.707106 -vn 0.001449 -0.707106 0.707106 -vn 0.000058 -0.707107 0.707107 -vn 0.000058 -0.707107 0.707107 -vn 0.000058 -0.707107 0.707107 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707106 0.707108 -vn 0.000000 -0.707180 0.707034 -vn 0.000000 -0.707180 0.707034 -vn 0.000000 -0.707180 0.707034 -vn 0.000000 -0.707049 0.707164 -vn 0.000000 -0.707049 0.707165 -vn 0.000000 -0.707049 0.707165 -vn -0.000065 -0.707074 0.707139 -vn -0.000065 -0.707074 0.707139 -vn -0.000065 -0.707075 0.707139 -vn 0.000157 -0.707107 0.707107 -vn 0.000157 -0.707107 0.707107 -vn 0.000157 -0.707107 0.707107 -vn 0.000000 -0.707081 0.707133 -vn 0.000000 -0.707081 0.707133 -vn 0.000000 -0.707081 0.707133 -vn -0.000055 -0.707107 0.707107 -vn -0.000055 -0.707107 0.707107 -vn -0.000055 -0.707107 0.707107 -vn 0.000083 -0.707148 0.707065 -vn 0.000083 -0.707148 0.707065 -vn 0.000083 -0.707148 0.707065 -vn 0.000179 -0.706570 0.707643 -vn 0.000179 -0.706570 0.707643 -vn 0.000179 -0.706571 0.707643 -vn 0.000000 -0.707775 0.706438 -vn 0.000000 -0.707775 0.706438 -vn 0.000000 -0.707775 0.706438 -vn -0.000026 -0.707107 0.707107 -vn -0.000026 -0.707107 0.707107 -vn -0.000026 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000040 -0.707027 0.707187 -vn 0.000040 -0.707027 0.707187 -vn 0.000040 -0.707027 0.707187 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn -0.000294 -0.706371 0.707841 -vn -0.000294 -0.706371 0.707841 -vn -0.000294 -0.706371 0.707841 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707078 0.707135 -vn 0.000035 -0.707124 0.707089 -vn 0.000035 -0.707125 0.707089 -vn 0.000035 -0.707124 0.707089 -vn -0.000012 -0.707154 0.707059 -vn -0.000012 -0.707154 0.707059 -vn -0.000012 -0.707154 0.707059 -vn -0.000039 -0.707120 0.707094 -vn -0.000039 -0.707120 0.707094 -vn -0.000039 -0.707120 0.707094 -vn -0.000275 -0.706832 0.707381 -vn -0.000275 -0.706832 0.707381 -vn -0.000275 -0.706832 0.707381 -vn -0.000468 -0.706170 0.708043 -vn -0.000468 -0.706170 0.708043 -vn -0.000468 -0.706170 0.708043 -vn 0.000025 -0.707056 0.707158 -vn 0.000025 -0.707056 0.707158 -vn 0.000025 -0.707056 0.707158 -vn -0.000490 -0.706371 0.707842 -vn -0.000490 -0.706371 0.707842 -vn -0.000490 -0.706371 0.707842 -vn 0.000000 -0.705818 0.708394 -vn 0.000000 -0.705818 0.708394 -vn 0.000000 -0.705818 0.708394 -vn 0.000006 -0.707107 0.707107 -vn 0.000006 -0.707107 0.707107 -vn 0.000006 -0.707107 0.707107 -vn -0.000006 -0.707119 0.707094 -vn -0.000006 -0.707119 0.707094 -vn -0.000006 -0.707119 0.707094 -vn 0.000000 -0.707119 0.707094 -vn 0.000000 -0.707119 0.707094 -vn 0.000000 -0.707119 0.707094 -vn 0.000383 -0.707234 0.706979 -vn 0.000383 -0.707234 0.706979 -vn 0.000383 -0.707234 0.706979 -vn -0.001400 -0.707806 0.706406 -vn -0.001400 -0.707806 0.706406 -vn -0.001400 -0.707806 0.706406 -vn 0.000000 -0.707549 0.706664 -vn 0.000000 -0.707549 0.706664 -vn 0.000000 -0.707549 0.706664 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000451 -0.706881 0.707332 -vn 0.000451 -0.706881 0.707332 -vn 0.000451 -0.706881 0.707332 -vn 0.000012 -0.707095 0.707119 -vn 0.000012 -0.707095 0.707119 -vn 0.000012 -0.707095 0.707119 -vn 0.000175 -0.707282 0.706931 -vn 0.000175 -0.707282 0.706931 -vn 0.000175 -0.707282 0.706931 -vn 0.000000 -0.706822 0.707391 -vn 0.000000 -0.706822 0.707391 -vn 0.000000 -0.706822 0.707391 -vn -0.000006 -0.707104 0.707110 -vn -0.000006 -0.707104 0.707110 -vn -0.000006 -0.707104 0.707110 -vn 0.000006 -0.707075 0.707138 -vn 0.000006 -0.707075 0.707138 -vn 0.000006 -0.707075 0.707138 -vn -0.000013 -0.707350 0.706864 -vn -0.000013 -0.707350 0.706864 -vn -0.000013 -0.707350 0.706864 -vn -0.000172 -0.708820 0.705389 -vn -0.000172 -0.708820 0.705389 -vn -0.000172 -0.708820 0.705389 -vn 0.000177 -0.706665 0.707548 -vn 0.000177 -0.706665 0.707548 -vn 0.000177 -0.706665 0.707548 -vn -0.000228 -0.707791 0.706422 -vn -0.000228 -0.707791 0.706422 -vn -0.000228 -0.707791 0.706422 -vn 0.000006 -0.707033 0.707180 -vn 0.000006 -0.707033 0.707180 -vn 0.000006 -0.707033 0.707180 -vn 0.000003 -0.707110 0.707104 -vn 0.000003 -0.707110 0.707104 -vn 0.000003 -0.707110 0.707104 -vn -0.000003 -0.707085 0.707128 -vn -0.000003 -0.707085 0.707128 -vn -0.000003 -0.707085 0.707128 -vn -0.000131 -0.707107 0.707107 -vn -0.000131 -0.707107 0.707107 -vn -0.000131 -0.707107 0.707107 -vn 0.000000 -0.707577 0.706637 -vn 0.000000 -0.707576 0.706637 -vn 0.000000 -0.707576 0.706637 -vn -0.001056 -0.704461 0.709742 -vn -0.001056 -0.704461 0.709742 -vn -0.001056 -0.704461 0.709742 -vn 0.000000 -0.707119 -0.707095 -vn 0.000000 -0.707119 -0.707095 -vn 0.000000 -0.707119 -0.707095 -vn 0.000000 -0.707105 -0.707108 -vn 0.000000 -0.707105 -0.707108 -vn 0.000000 -0.707105 -0.707108 -vn 1.000000 -0.000001 0.000000 -vn 1.000000 -0.000001 0.000000 -vn 1.000000 -0.000001 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.707049 0.707165 -vn 0.000000 0.707049 0.707165 -vn 0.000000 0.707049 0.707165 -vn 0.000000 0.707092 0.707121 -vn 0.000000 0.707092 0.707121 -vn 0.000000 0.707092 0.707121 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000004 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000007 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000020 0.000000 -vn -1.000000 0.000020 0.000000 -vn -1.000000 0.000020 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000001 0.000000 -vn -1.000000 -0.000001 0.000000 -vn -1.000000 -0.000001 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000056 0.000000 -vn -1.000000 0.000056 0.000000 -vn -1.000000 0.000056 0.000000 -vn -1.000000 -0.000055 0.000000 -vn -1.000000 -0.000055 0.000000 -vn -1.000000 -0.000055 0.000000 -vn -1.000000 0.000081 0.000000 -vn -1.000000 0.000081 0.000000 -vn -1.000000 0.000081 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -0.995185 0.098018 -vn 0.000000 -0.995185 0.098018 -vn 0.000000 -0.995185 0.098018 -vn 0.000000 -0.995188 0.097980 -vn 0.000000 -0.995188 0.097980 -vn 0.000000 -0.995188 0.097980 -vn 0.000000 -0.995179 0.098076 -vn 0.000000 -0.995179 0.098076 -vn 0.000000 -0.995179 0.098076 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773039 0.634359 -vn 0.000000 -0.773039 0.634359 -vn 0.000000 -0.773039 0.634359 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995188 0.097980 -vn 0.000000 -0.995188 0.097980 -vn 0.000000 -0.995188 0.097980 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.772993 0.634415 -vn 0.000000 -0.772993 0.634415 -vn 0.000000 -0.772993 0.634415 -vn 0.000000 -0.773031 0.634368 -vn 0.000000 -0.773031 0.634368 -vn 0.000000 -0.773031 0.634368 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.773017 0.634386 -vn 0.000000 -0.773017 0.634386 -vn 0.000000 -0.773017 0.634386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881908 0.471422 -vn 0.000000 -0.881908 0.471422 -vn 0.000000 -0.881908 0.471422 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956938 0.290292 -vn 0.000000 -0.956938 0.290292 -vn 0.000000 -0.956938 0.290292 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471424 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.773017 0.634386 -vn 0.000000 -0.773017 0.634386 -vn 0.000000 -0.773017 0.634386 -vn 0.000000 -0.995191 0.097956 -vn 0.000000 -0.995191 0.097956 -vn 0.000000 -0.995191 0.097956 -vn 0.000000 -0.995181 0.098052 -vn 0.000000 -0.995181 0.098052 -vn 0.000000 -0.995181 0.098052 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995184 0.098028 -vn 0.000000 -0.995186 0.098004 -vn 0.000000 -0.995186 0.098004 -vn 0.000000 -0.995186 0.098004 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956938 0.290291 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471424 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471385 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.956945 0.290269 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471424 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881927 0.471386 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471423 -vn 0.000000 -0.881907 0.471424 -vn 0.000000 -0.772993 0.634415 -vn 0.000000 -0.772993 0.634415 -vn 0.000000 -0.772993 0.634415 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn 0.000000 -0.773040 0.634357 -vn -0.000232 -0.701061 0.713101 -vn -0.000232 -0.701061 0.713101 -vn -0.000232 -0.701061 0.713101 -vn 0.000670 -0.706436 0.707777 -vn 0.000670 -0.706436 0.707777 -vn 0.000670 -0.706436 0.707777 -vn 0.000006 -0.707107 0.707107 -vn 0.000006 -0.707107 0.707107 -vn 0.000006 -0.707107 0.707107 -vn -0.000024 -0.707088 0.707126 -vn -0.000024 -0.707088 0.707126 -vn -0.000024 -0.707088 0.707126 -vn 0.000035 -0.707107 0.707107 -vn 0.000035 -0.707107 0.707107 -vn 0.000035 -0.707107 0.707107 -vn -0.001196 -0.708302 0.705909 -vn -0.001196 -0.708302 0.705909 -vn -0.001196 -0.708302 0.705909 -vn 0.000272 -0.708196 0.706016 -vn 0.000272 -0.708196 0.706016 -vn 0.000272 -0.708196 0.706016 -vn -0.000501 -0.707107 0.707107 -vn -0.000501 -0.707107 0.707107 -vn -0.000501 -0.707107 0.707107 -vn 0.000200 -0.706004 0.708207 -vn 0.000200 -0.706004 0.708207 -vn 0.000200 -0.706004 0.708208 -vn 0.000008 -0.707202 0.707012 -vn 0.000008 -0.707202 0.707012 -vn 0.000008 -0.707202 0.707012 -vn -0.000010 -0.707047 0.707166 -vn -0.000010 -0.707047 0.707166 -vn -0.000010 -0.707047 0.707166 -vn 0.000293 -0.705639 0.708572 -vn 0.000293 -0.705639 0.708572 -vn 0.000293 -0.705639 0.708572 -vn -0.000479 -0.707466 0.706748 -vn -0.000479 -0.707466 0.706748 -vn -0.000479 -0.707466 0.706748 -vn -0.000997 -0.708501 0.705710 -vn -0.000997 -0.708501 0.705710 -vn -0.000997 -0.708501 0.705710 -vn 0.000308 -0.706799 0.707415 -vn 0.000308 -0.706799 0.707415 -vn 0.000308 -0.706799 0.707415 -vn 0.000010 -0.707137 0.707076 -vn 0.000010 -0.707137 0.707077 -vn 0.000010 -0.707137 0.707076 -vn 0.000000 -0.706999 0.707215 -vn 0.000000 -0.706999 0.707215 -vn 0.000000 -0.706999 0.707215 -vn 0.000000 -0.707127 0.707086 -vn 0.000000 -0.707127 0.707086 -vn 0.000000 -0.707127 0.707086 -vn 0.000689 -0.708484 0.705727 -vn 0.000689 -0.708484 0.705727 -vn 0.000689 -0.708484 0.705727 -vn 0.000000 -0.706652 0.707562 -vn 0.000000 -0.706652 0.707562 -vn 0.000000 -0.706652 0.707562 -vn 0.001517 -0.704065 0.710134 -vn 0.001517 -0.704065 0.710134 -vn 0.001517 -0.704065 0.710134 -vn 0.000020 -0.707166 0.707048 -vn 0.000020 -0.707166 0.707048 -vn 0.000020 -0.707166 0.707048 -vn 0.000764 -0.705322 0.708887 -vn 0.000764 -0.705322 0.708887 -vn 0.000764 -0.705322 0.708887 -vn -0.000108 -0.707107 0.707107 -vn -0.000108 -0.707107 0.707107 -vn -0.000108 -0.707107 0.707107 -vn 0.000918 -0.704347 0.709856 -vn 0.000918 -0.704347 0.709856 -vn 0.000918 -0.704347 0.709856 -vn 0.000735 -0.707107 0.707107 -vn 0.000735 -0.707107 0.707107 -vn 0.000735 -0.707107 0.707107 -vn 0.000000 -0.709227 0.704980 -vn 0.000000 -0.709227 0.704980 -vn 0.000000 -0.709227 0.704980 -vn 0.000357 -0.704959 0.709248 -vn 0.000357 -0.704959 0.709248 -vn 0.000357 -0.704959 0.709248 -vn 0.000534 -0.705144 0.709064 -vn 0.000534 -0.705144 0.709064 -vn 0.000534 -0.705144 0.709064 -vn -0.000010 -0.707076 0.707137 -vn -0.000010 -0.707076 0.707137 -vn -0.000010 -0.707076 0.707137 -vn -0.000005 -0.707073 0.707140 -vn -0.000005 -0.707073 0.707140 -vn -0.000005 -0.707073 0.707140 -vn 0.000000 -0.707791 0.706422 -vn 0.000000 -0.707791 0.706422 -vn 0.000000 -0.707791 0.706422 -vn 0.000010 -0.707116 0.707097 -vn 0.000010 -0.707116 0.707097 -vn 0.000010 -0.707117 0.707097 -vn 0.000000 -0.706013 0.708199 -vn 0.000000 -0.706013 0.708199 -vn 0.000000 -0.706013 0.708199 -vn 0.000000 -0.707231 0.706982 -vn 0.000000 -0.707231 0.706983 -vn 0.000000 -0.707231 0.706982 -vn 0.005484 -0.692280 0.721608 -vn 0.005484 -0.692280 0.721608 -vn 0.005484 -0.692280 0.721608 -vn 0.002056 -0.707105 0.707105 -vn 0.002056 -0.707105 0.707105 -vn 0.002056 -0.707105 0.707105 -vn -0.001403 -0.707106 0.707106 -vn -0.001403 -0.707106 0.707106 -vn -0.001403 -0.707106 0.707106 -vn 0.000659 -0.707326 0.706887 -vn 0.000659 -0.707326 0.706887 -vn 0.000659 -0.707326 0.706887 -vn -0.000430 -0.706677 0.707536 -vn -0.000430 -0.706677 0.707536 -vn -0.000430 -0.706677 0.707536 -vn 0.000010 -0.707117 0.707097 -vn 0.000010 -0.707117 0.707097 -vn 0.000010 -0.707117 0.707097 -vn -0.000010 -0.707104 0.707110 -vn -0.000010 -0.707104 0.707110 -vn -0.000010 -0.707104 0.707110 -vn 0.000234 -0.707107 0.707107 -vn 0.000234 -0.707107 0.707107 -vn 0.000234 -0.707107 0.707107 -vn 0.000010 -0.707127 0.707087 -vn 0.000010 -0.707127 0.707087 -vn 0.000010 -0.707127 0.707087 -vn 0.000247 -0.706612 0.707601 -vn 0.000247 -0.706612 0.707601 -vn 0.000247 -0.706612 0.707601 -vn -0.000200 -0.707806 0.706407 -vn -0.000200 -0.707806 0.706407 -vn -0.000200 -0.707806 0.706407 -vn 0.000475 -0.705520 0.708690 -vn 0.000475 -0.705520 0.708690 -vn 0.000475 -0.705520 0.708690 -vn -0.000801 -0.709505 0.704700 -vn -0.000801 -0.709505 0.704700 -vn -0.000801 -0.709505 0.704700 -vn -0.000020 -0.707081 0.707133 -vn -0.000020 -0.707081 0.707133 -vn -0.000020 -0.707081 0.707133 -vn 0.000040 -0.707146 0.707067 -vn 0.000040 -0.707146 0.707067 -vn 0.000040 -0.707146 0.707067 -vn -0.000020 -0.707081 0.707133 -vn -0.000020 -0.707081 0.707133 -vn -0.000020 -0.707081 0.707133 -vn 0.000164 -0.704804 0.709402 -vn 0.000164 -0.704804 0.709402 -vn 0.000164 -0.704804 0.709402 -vn 0.000000 -0.705219 0.708990 -vn 0.000000 -0.705219 0.708990 -vn 0.000000 -0.705219 0.708990 -vn -0.000668 -0.708442 0.705769 -vn -0.000668 -0.708442 0.705769 -vn -0.000668 -0.708442 0.705769 -vn -0.000360 -0.707287 0.706927 -vn -0.000360 -0.707287 0.706927 -vn -0.000360 -0.707287 0.706927 -vn -0.001121 -0.707947 0.706265 -vn -0.001121 -0.707947 0.706265 -vn -0.001121 -0.707947 0.706265 -vn 0.000475 -0.706869 0.707344 -vn 0.000475 -0.706869 0.707344 -vn 0.000475 -0.706869 0.707344 -vn 0.000815 -0.705241 0.708967 -vn 0.000815 -0.705241 0.708967 -vn 0.000815 -0.705241 0.708967 -vn 0.000198 -0.707896 0.706316 -vn 0.000198 -0.707896 0.706316 -vn 0.000198 -0.707896 0.706316 -vn 0.000020 -0.707127 0.707087 -vn 0.000020 -0.707127 0.707087 -vn 0.000020 -0.707127 0.707087 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000419 -0.706827 0.707386 -vn 0.000419 -0.706827 0.707386 -vn 0.000419 -0.706827 0.707386 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.704676 0.709529 -vn 0.000000 -0.704676 0.709529 -vn 0.000000 -0.704676 0.709529 -vn -0.000237 -0.707936 0.706277 -vn -0.000237 -0.707936 0.706277 -vn -0.000237 -0.707936 0.706277 -vn -0.001378 -0.712175 0.702001 -vn -0.001378 -0.712175 0.702001 -vn -0.001378 -0.712175 0.702001 -vn 0.000000 -0.706729 0.707485 -vn 0.000000 -0.706729 0.707485 -vn 0.000000 -0.706729 0.707485 -vn 0.000000 -0.707620 0.706593 -vn 0.000000 -0.707620 0.706593 -vn 0.000000 -0.707620 0.706593 -vn 0.000000 -0.709542 0.704663 -vn 0.000000 -0.709542 0.704663 -vn 0.000000 -0.709542 0.704663 -vn -0.001076 -0.707414 0.706799 -vn -0.001076 -0.707414 0.706799 -vn -0.001076 -0.707414 0.706799 -vn 0.000020 -0.707097 0.707117 -vn 0.000020 -0.707097 0.707117 -vn 0.000020 -0.707097 0.707117 -vn -0.000017 -0.707102 0.707112 -vn -0.000017 -0.707102 0.707112 -vn -0.000017 -0.707102 0.707112 -vn -0.000248 -0.707603 0.706610 -vn -0.000248 -0.707603 0.706610 -vn -0.000248 -0.707603 0.706610 -vn 0.000019 -0.707136 0.707078 -vn 0.000019 -0.707136 0.707078 -vn 0.000019 -0.707136 0.707078 -vn -0.000277 -0.707107 0.707107 -vn -0.000277 -0.707107 0.707107 -vn -0.000277 -0.707107 0.707107 -vn 0.000247 -0.707107 0.707107 -vn 0.000247 -0.707107 0.707107 -vn 0.000247 -0.707107 0.707107 -vn 0.003200 -0.710295 0.703896 -vn 0.003200 -0.710295 0.703896 -vn 0.003200 -0.710295 0.703896 -vn 0.000012 -0.707095 0.707118 -vn 0.000012 -0.707095 0.707118 -vn 0.000012 -0.707095 0.707119 -vn -0.000046 -0.707107 0.707107 -vn -0.000046 -0.707107 0.707107 -vn -0.000046 -0.707107 0.707107 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707137 0.707077 -vn 0.000004 -0.707107 0.707107 -vn 0.000004 -0.707107 0.707107 -vn 0.000004 -0.707107 0.707107 -vn -0.000002 -0.707105 0.707109 -vn -0.000002 -0.707105 0.707109 -vn -0.000002 -0.707105 0.707109 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000159 -0.707027 0.707186 -vn 0.000159 -0.707027 0.707186 -vn 0.000159 -0.707027 0.707186 -vn 0.000020 -0.707086 0.707127 -vn 0.000020 -0.707086 0.707127 -vn 0.000020 -0.707086 0.707127 -vn -0.000224 -0.706321 0.707891 -vn -0.000224 -0.706321 0.707891 -vn -0.000224 -0.706321 0.707891 -vn -0.001322 -0.706265 0.707947 -vn -0.001322 -0.706265 0.707947 -vn -0.001322 -0.706265 0.707947 -vn 0.000000 -0.706995 0.707219 -vn 0.000000 -0.706995 0.707219 -vn 0.000000 -0.706995 0.707219 -vn 0.000266 -0.706575 0.707638 -vn 0.000266 -0.706575 0.707638 -vn 0.000266 -0.706575 0.707638 -vn -0.000047 -0.707145 0.707069 -vn -0.000047 -0.707145 0.707069 -vn -0.000047 -0.707145 0.707069 -vn 0.000009 -0.707092 0.707122 -vn 0.000009 -0.707092 0.707122 -vn 0.000009 -0.707092 0.707122 -vn -0.000024 -0.707116 0.707097 -vn -0.000024 -0.707116 0.707097 -vn -0.000024 -0.707116 0.707097 -vn 0.000295 -0.707843 0.706370 -vn 0.000295 -0.707843 0.706370 -vn 0.000295 -0.707843 0.706370 -vn 0.000059 -0.706989 0.707225 -vn 0.000059 -0.706989 0.707225 -vn 0.000059 -0.706989 0.707225 -vn 0.000252 -0.706602 0.707611 -vn 0.000252 -0.706602 0.707611 -vn 0.000252 -0.706602 0.707611 -vn 0.000580 -0.708845 0.705364 -vn 0.000580 -0.708845 0.705364 -vn 0.000580 -0.708845 0.705364 -vn 0.000839 -0.706267 0.707945 -vn 0.000839 -0.706267 0.707945 -vn 0.000839 -0.706267 0.707945 -vn 0.004041 -0.711460 0.702715 -vn 0.004041 -0.711460 0.702715 -vn 0.004041 -0.711460 0.702715 -vn 0.000104 -0.707211 0.707003 -vn 0.000104 -0.707211 0.707003 -vn 0.000104 -0.707211 0.707003 -vn -0.000256 -0.706595 0.707618 -vn -0.000256 -0.706595 0.707618 -vn -0.000256 -0.706595 0.707618 -vn -0.000432 -0.706891 0.707323 -vn -0.000432 -0.706891 0.707323 -vn -0.000432 -0.706891 0.707323 -vn 0.000000 -0.707318 0.706895 -vn 0.000000 -0.707318 0.706895 -vn 0.000000 -0.707318 0.706895 -vn 0.000000 -0.707993 0.706219 -vn 0.000000 -0.707994 0.706219 -vn 0.000000 -0.707993 0.706219 -vn 0.000013 -0.707100 0.707113 -vn 0.000013 -0.707101 0.707113 -vn 0.000013 -0.707100 0.707113 -vn 0.000009 -0.707088 0.707125 -vn 0.000009 -0.707088 0.707125 -vn 0.000009 -0.707088 0.707125 -vn -0.000019 -0.707145 0.707068 -vn -0.000019 -0.707145 0.707068 -vn -0.000019 -0.707145 0.707068 -vn 0.000251 -0.707274 0.706940 -vn 0.000251 -0.707274 0.706940 -vn 0.000251 -0.707274 0.706940 -vn -0.000064 -0.706657 0.707556 -vn -0.000064 -0.706657 0.707556 -vn -0.000064 -0.706657 0.707556 -vn -0.000691 -0.706415 0.707797 -vn -0.000691 -0.706415 0.707797 -vn -0.000691 -0.706415 0.707797 -vn -0.001864 -0.697659 0.716427 -vn -0.001864 -0.697659 0.716427 -vn -0.001864 -0.697659 0.716427 -vn -0.000061 -0.707598 0.706615 -vn -0.000061 -0.707598 0.706615 -vn -0.000061 -0.707598 0.706615 -vn -0.000277 -0.707107 0.707107 -vn -0.000277 -0.707107 0.707107 -vn -0.000277 -0.707107 0.707107 -vn -0.000319 -0.707426 0.706788 -vn -0.000319 -0.707426 0.706788 -vn -0.000319 -0.707426 0.706788 -vn 0.000447 -0.707554 0.706659 -vn 0.000447 -0.707554 0.706659 -vn 0.000447 -0.707554 0.706659 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707101 0.707113 -vn 0.000005 -0.707079 0.707135 -vn 0.000005 -0.707079 0.707135 -vn 0.000005 -0.707079 0.707135 -vn 0.000010 -0.707117 0.707097 -vn 0.000010 -0.707117 0.707097 -vn 0.000010 -0.707116 0.707097 -vn -0.001035 -0.706070 0.708141 -vn -0.001035 -0.706070 0.708141 -vn -0.001035 -0.706070 0.708141 -vn 0.000072 -0.707035 0.707179 -vn 0.000072 -0.707035 0.707179 -vn 0.000072 -0.707035 0.707179 -vn 0.000000 -0.706589 0.707624 -vn 0.000000 -0.706589 0.707624 -vn 0.000000 -0.706589 0.707624 -vn -0.000279 -0.706967 0.707246 -vn -0.000279 -0.706967 0.707246 -vn -0.000279 -0.706967 0.707246 -vn 0.000000 -0.706997 0.707217 -vn 0.000000 -0.706997 0.707217 -vn 0.000000 -0.706997 0.707217 -vn 0.000262 -0.707631 0.706582 -vn 0.000262 -0.707631 0.706582 -vn 0.000262 -0.707631 0.706582 -vn 0.000000 -0.705722 0.708489 -vn 0.000000 -0.705722 0.708489 -vn 0.000000 -0.705722 0.708489 -vn -0.001521 -0.705584 0.708625 -vn -0.001521 -0.705584 0.708625 -vn -0.001521 -0.705584 0.708625 -vn -0.000006 -0.707125 0.707088 -vn -0.000006 -0.707125 0.707088 -vn -0.000006 -0.707125 0.707088 -vn -0.000015 -0.707097 0.707117 -vn -0.000015 -0.707097 0.707117 -vn -0.000015 -0.707097 0.707117 -vn 0.000009 -0.707088 0.707126 -vn 0.000009 -0.707088 0.707126 -vn 0.000009 -0.707088 0.707126 -vn -0.000589 -0.707065 0.707149 -vn -0.000589 -0.707065 0.707149 -vn -0.000589 -0.707065 0.707149 -vn 0.000000 -0.707197 0.707017 -vn 0.000000 -0.707197 0.707017 -vn 0.000000 -0.707197 0.707017 -vn -0.000023 -0.707015 0.707199 -vn -0.000023 -0.707015 0.707199 -vn -0.000023 -0.707015 0.707199 -vn 0.000155 -0.706796 0.707418 -vn 0.000155 -0.706796 0.707418 -vn 0.000155 -0.706796 0.707418 -vn 0.000000 -0.705803 0.708409 -vn 0.000000 -0.705803 0.708409 -vn 0.000000 -0.705803 0.708409 -vn -0.000075 -0.708458 0.705753 -vn -0.000075 -0.708458 0.705753 -vn -0.000075 -0.708458 0.705753 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000014 -0.707162 0.707052 -vn 0.000014 -0.707162 0.707052 -vn 0.000014 -0.707162 0.707052 -vn 0.000066 -0.707107 0.707107 -vn 0.000066 -0.707107 0.707107 -vn 0.000066 -0.707107 0.707107 -vn -0.000016 -0.707130 0.707083 -vn -0.000016 -0.707130 0.707083 -vn -0.000016 -0.707130 0.707083 -vn 0.000053 -0.707001 0.707212 -vn 0.000053 -0.707001 0.707212 -vn 0.000053 -0.707001 0.707212 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000150 -0.706930 0.707283 -vn -0.000150 -0.706930 0.707283 -vn -0.000150 -0.706930 0.707283 -vn 0.000028 -0.707213 0.707000 -vn 0.000028 -0.707213 0.707000 -vn 0.000028 -0.707213 0.707000 -vn 0.000000 -0.707063 0.707151 -vn 0.000000 -0.707063 0.707151 -vn 0.000000 -0.707063 0.707151 -vn 0.000027 -0.707130 0.707084 -vn 0.000027 -0.707130 0.707083 -vn 0.000027 -0.707130 0.707083 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000004 -0.707218 0.706996 -vn -0.000004 -0.707218 0.706996 -vn -0.000004 -0.707218 0.706996 -vn -0.000005 -0.706930 0.707283 -vn -0.000005 -0.706930 0.707283 -vn -0.000005 -0.706930 0.707283 -vn 0.000000 -0.707151 0.707063 -vn 0.000000 -0.707151 0.707063 -vn 0.000000 -0.707151 0.707063 -vn 0.000003 -0.707080 0.707133 -vn 0.000003 -0.707080 0.707133 -vn 0.000003 -0.707080 0.707133 -vn 0.000000 -0.706969 0.707245 -vn 0.000000 -0.706968 0.707245 -vn 0.000000 -0.706969 0.707245 -vn 0.000007 -0.707120 0.707093 -vn 0.000007 -0.707120 0.707093 -vn 0.000007 -0.707120 0.707093 -vn 0.000007 -0.707217 0.706997 -vn 0.000007 -0.707217 0.706997 -vn 0.000007 -0.707217 0.706997 -vn 0.000004 -0.707131 0.707083 -vn 0.000004 -0.707131 0.707083 -vn 0.000004 -0.707131 0.707083 -vn -0.000004 -0.707052 0.707162 -vn -0.000004 -0.707052 0.707162 -vn -0.000004 -0.707052 0.707162 -vn -0.000006 -0.706979 0.707235 -vn -0.000006 -0.706979 0.707235 -vn -0.000006 -0.706979 0.707235 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707097 0.707116 -vn 0.000000 -0.707097 0.707116 -vn 0.000000 -0.707097 0.707116 -vn -0.000002 -0.707073 0.707141 -vn -0.000002 -0.707073 0.707141 -vn -0.000002 -0.707073 0.707141 -vn -0.000005 -0.706828 0.707386 -vn -0.000005 -0.706828 0.707386 -vn -0.000005 -0.706828 0.707386 -vn 0.000005 -0.707068 0.707145 -vn 0.000005 -0.707068 0.707145 -vn 0.000005 -0.707068 0.707145 -vn 0.000013 -0.707282 0.706932 -vn 0.000013 -0.707282 0.706931 -vn 0.000013 -0.707282 0.706932 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707180 0.707034 -vn 0.000000 -0.707180 0.707034 -vn 0.000000 -0.707180 0.707034 -vn -0.000012 -0.706951 0.707263 -vn -0.000012 -0.706951 0.707263 -vn -0.000012 -0.706951 0.707263 -vn -0.000004 -0.707081 0.707133 -vn -0.000004 -0.707081 0.707133 -vn -0.000004 -0.707081 0.707133 -vn -0.000002 -0.707322 0.706892 -vn -0.000002 -0.707322 0.706892 -vn -0.000002 -0.707322 0.706892 -vn -0.000014 -0.707051 0.707163 -vn -0.000014 -0.707051 0.707163 -vn -0.000014 -0.707051 0.707163 -vn 0.000000 -0.706948 0.707265 -vn 0.000000 -0.706948 0.707265 -vn 0.000000 -0.706948 0.707265 -vn 0.000000 -0.707173 0.707041 -vn 0.000000 -0.707173 0.707041 -vn 0.000000 -0.707173 0.707041 -vn -0.000008 -0.706890 0.707324 -vn -0.000008 -0.706890 0.707324 -vn -0.000008 -0.706890 0.707324 -vn 0.000000 -0.707289 0.706925 -vn 0.000000 -0.707289 0.706925 -vn 0.000000 -0.707289 0.706925 -vn -0.000007 -0.707132 0.707082 -vn -0.000007 -0.707132 0.707082 -vn -0.000007 -0.707132 0.707082 -vn -0.000003 -0.706831 0.707383 -vn -0.000003 -0.706831 0.707383 -vn -0.000003 -0.706831 0.707383 -vn -0.000003 -0.707369 0.706845 -vn -0.000003 -0.707369 0.706845 -vn -0.000003 -0.707369 0.706844 -vn -0.000004 -0.707063 0.707150 -vn -0.000004 -0.707063 0.707150 -vn -0.000004 -0.707063 0.707150 -vn 0.000002 -0.707093 0.707120 -vn 0.000002 -0.707093 0.707120 -vn 0.000002 -0.707093 0.707120 -vn 0.000003 -0.707080 0.707133 -vn 0.000003 -0.707080 0.707133 -vn 0.000003 -0.707080 0.707133 -vn 0.000000 -0.707148 0.707065 -vn 0.000000 -0.707148 0.707065 -vn 0.000000 -0.707148 0.707065 -vn 0.000000 -0.707009 0.707205 -vn 0.000000 -0.707009 0.707205 -vn 0.000000 -0.707009 0.707205 -vn 0.000004 -0.707323 0.706890 -vn 0.000004 -0.707323 0.706890 -vn 0.000004 -0.707323 0.706890 -vn 0.000000 -0.707222 0.706991 -vn 0.000000 -0.707222 0.706991 -vn 0.000000 -0.707222 0.706991 -vn -0.000009 -0.706950 0.707263 -vn -0.000009 -0.706950 0.707263 -vn -0.000009 -0.706950 0.707263 -vn -0.000017 -0.707045 0.707169 -vn -0.000017 -0.707045 0.707168 -vn -0.000017 -0.707045 0.707169 -vn 0.000000 -0.707190 0.707024 -vn 0.000000 -0.707190 0.707024 -vn 0.000000 -0.707190 0.707024 -vn 0.000000 -0.707222 0.706992 -vn 0.000000 -0.707222 0.706992 -vn 0.000000 -0.707222 0.706992 -vn -0.000007 -0.707014 0.707199 -vn -0.000007 -0.707014 0.707199 -vn -0.000007 -0.707014 0.707199 -vn -0.000004 -0.706971 0.707243 -vn -0.000004 -0.706971 0.707243 -vn -0.000004 -0.706971 0.707243 -vn 0.000013 -0.707197 0.707016 -vn 0.000013 -0.707197 0.707016 -vn 0.000013 -0.707197 0.707016 -vn 0.000000 -0.705964 0.708248 -vn 0.000000 -0.705964 0.708248 -vn 0.000000 -0.705964 0.708248 -vn 0.000002 -0.706872 0.707342 -vn 0.000002 -0.706872 0.707342 -vn 0.000002 -0.706872 0.707342 -vn 0.000000 -0.707207 0.707006 -vn 0.000000 -0.707207 0.707006 -vn 0.000000 -0.707207 0.707006 -vn 0.000006 -0.707183 0.707031 -vn 0.000006 -0.707183 0.707031 -vn 0.000006 -0.707183 0.707031 -vn -0.000006 -0.707008 0.707205 -vn -0.000006 -0.707008 0.707205 -vn -0.000006 -0.707008 0.707205 -vn -0.000004 -0.706952 0.707261 -vn -0.000004 -0.706952 0.707261 -vn -0.000004 -0.706952 0.707261 -vn 0.000003 -0.707187 0.707026 -vn 0.000003 -0.707187 0.707026 -vn 0.000003 -0.707187 0.707026 -vn 0.000003 -0.707064 0.707150 -vn 0.000003 -0.707064 0.707150 -vn 0.000003 -0.707064 0.707150 -vn 0.000000 -0.707136 0.707077 -vn 0.000000 -0.707136 0.707077 -vn 0.000000 -0.707136 0.707077 -vn 0.000000 -0.707212 0.707002 -vn 0.000000 -0.707212 0.707002 -vn 0.000000 -0.707212 0.707002 -vn -0.000002 -0.707012 0.707202 -vn -0.000002 -0.707012 0.707202 -vn -0.000002 -0.707012 0.707202 -vn -0.000002 -0.707272 0.706941 -vn -0.000002 -0.707272 0.706941 -vn -0.000002 -0.707272 0.706941 -vn -0.000002 -0.707018 0.707195 -vn -0.000002 -0.707018 0.707195 -vn -0.000002 -0.707018 0.707195 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn -0.000003 -0.707168 0.707046 -vn -0.000003 -0.707168 0.707046 -vn -0.000003 -0.707168 0.707046 -vn -0.000002 -0.707142 0.707071 -vn -0.000002 -0.707142 0.707071 -vn -0.000002 -0.707142 0.707071 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707078 0.707135 -vn 0.000000 -0.707009 0.707204 -vn 0.000000 -0.707009 0.707204 -vn 0.000000 -0.707009 0.707204 -vn 0.000000 -0.707237 0.706976 -vn 0.000000 -0.707237 0.706976 -vn 0.000000 -0.707237 0.706976 -vn 0.000001 -0.706932 0.707281 -vn 0.000001 -0.706932 0.707281 -vn 0.000001 -0.706932 0.707281 -vn 0.000000 -0.707066 0.707148 -vn 0.000000 -0.707066 0.707148 -vn 0.000000 -0.707066 0.707148 -vn 0.000000 -0.707151 0.707062 -vn 0.000000 -0.707151 0.707062 -vn 0.000000 -0.707151 0.707062 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707141 0.707072 -vn 0.000000 -0.707141 0.707072 -vn 0.000000 -0.707141 0.707072 -vn -0.000001 -0.707031 0.707183 -vn -0.000001 -0.707031 0.707183 -vn -0.000001 -0.707031 0.707183 -vn -0.000001 -0.707188 0.707025 -vn -0.000001 -0.707188 0.707025 -vn -0.000001 -0.707188 0.707025 -vn 0.000000 -0.708097 0.706116 -vn 0.000000 -0.708097 0.706116 -vn 0.000000 -0.708097 0.706116 -vn 0.000000 -0.706989 0.707225 -vn 0.000000 -0.706989 0.707225 -vn 0.000000 -0.706989 0.707225 -vn 0.000003 -0.706990 0.707223 -vn 0.000003 -0.706990 0.707223 -vn 0.000003 -0.706990 0.707223 -vn 0.000002 -0.707086 0.707128 -vn 0.000002 -0.707086 0.707128 -vn 0.000002 -0.707086 0.707128 -vn 0.000000 -0.707370 0.706843 -vn 0.000000 -0.707370 0.706843 -vn 0.000000 -0.707370 0.706843 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707088 0.707126 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.706962 0.707251 -vn 0.000000 -0.706962 0.707251 -vn 0.000000 -0.706962 0.707251 -vn 0.000000 -0.706907 0.707306 -vn 0.000000 -0.706907 0.707306 -vn 0.000000 -0.706907 0.707306 -vn 0.000000 -0.707470 0.706744 -vn 0.000000 -0.707470 0.706744 -vn 0.000000 -0.707470 0.706744 -vn 0.000001 -0.707292 0.706922 -vn 0.000001 -0.707292 0.706922 -vn 0.000001 -0.707292 0.706922 -vn 0.000001 -0.707030 0.707183 -vn 0.000001 -0.707030 0.707183 -vn 0.000001 -0.707030 0.707183 -vn 0.000000 -0.706875 0.707339 -vn 0.000000 -0.706875 0.707339 -vn 0.000000 -0.706875 0.707339 -vn -0.000001 -0.707137 0.707077 -vn -0.000001 -0.707137 0.707077 -vn -0.000001 -0.707137 0.707077 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn -0.000001 -0.706643 0.707570 -vn -0.000001 -0.706643 0.707570 -vn -0.000001 -0.706643 0.707570 -vn 0.000001 -0.706546 0.707667 -vn 0.000001 -0.706546 0.707667 -vn 0.000001 -0.706546 0.707667 -vn 0.000001 -0.707264 0.706949 -vn 0.000001 -0.707264 0.706949 -vn 0.000001 -0.707264 0.706949 -vn -0.000001 -0.707214 0.706999 -vn -0.000001 -0.707214 0.706999 -vn -0.000001 -0.707214 0.706999 -vn 0.000000 -0.707242 0.706972 -vn 0.000000 -0.707242 0.706972 -vn 0.000000 -0.707242 0.706972 -vn 0.000000 -0.707160 0.707053 -vn 0.000000 -0.707160 0.707053 -vn 0.000000 -0.707160 0.707053 -vn 0.000000 -0.707061 0.707152 -vn 0.000000 -0.707061 0.707152 -vn 0.000000 -0.707061 0.707152 -vn 0.000000 -0.706967 0.707246 -vn 0.000000 -0.706967 0.707246 -vn 0.000000 -0.706967 0.707246 -vn -0.000004 -0.707901 0.706312 -vn -0.000004 -0.707901 0.706312 -vn -0.000004 -0.707901 0.706312 -vn -0.000004 -0.707274 0.706940 -vn -0.000004 -0.707274 0.706940 -vn -0.000004 -0.707274 0.706940 -vn -0.000002 -0.707101 0.707112 -vn -0.000002 -0.707101 0.707112 -vn -0.000002 -0.707101 0.707112 -vn -0.000024 -0.707059 0.707155 -vn -0.000024 -0.707059 0.707155 -vn -0.000024 -0.707059 0.707155 -vn 0.000479 -0.707532 0.706681 -vn 0.000479 -0.707532 0.706681 -vn 0.000479 -0.707532 0.706681 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000097 -0.707094 0.707119 -vn 0.000097 -0.707094 0.707119 -vn 0.000097 -0.707094 0.707119 -vn 0.000000 -0.707120 0.707093 -vn 0.000000 -0.707120 0.707093 -vn 0.000000 -0.707120 0.707093 -vn -0.000028 -0.707114 0.707100 -vn -0.000028 -0.707114 0.707100 -vn -0.000028 -0.707114 0.707100 -vn 0.000113 -0.706467 0.707746 -vn 0.000113 -0.706467 0.707746 -vn 0.000113 -0.706467 0.707746 -vn -0.000144 -0.706963 0.707251 -vn -0.000144 -0.706963 0.707251 -vn -0.000144 -0.706963 0.707251 -vn -0.000261 -0.707629 0.706584 -vn -0.000261 -0.707629 0.706584 -vn -0.000261 -0.707629 0.706584 -vn 0.000000 -0.706484 0.707730 -vn 0.000000 -0.706483 0.707730 -vn 0.000000 -0.706484 0.707730 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000986 -0.705697 0.708513 -vn -0.000986 -0.705697 0.708513 -vn -0.000986 -0.705697 0.708513 -vn 0.000000 -0.706865 0.707349 -vn 0.000000 -0.706864 0.707349 -vn 0.000000 -0.706865 0.707349 -vn 0.000000 -0.706507 0.707706 -vn 0.000000 -0.706507 0.707706 -vn 0.000000 -0.706507 0.707706 -vn 0.000028 -0.707114 0.707100 -vn 0.000028 -0.707114 0.707100 -vn 0.000028 -0.707114 0.707100 -vn -0.000037 -0.707107 0.707107 -vn -0.000037 -0.707107 0.707107 -vn -0.000037 -0.707107 0.707107 -vn 0.000019 -0.707101 0.707113 -vn 0.000019 -0.707101 0.707113 -vn 0.000019 -0.707101 0.707113 -vn 0.000044 -0.707020 0.707194 -vn 0.000044 -0.707020 0.707194 -vn 0.000044 -0.707020 0.707194 -vn -0.000053 -0.706929 0.707285 -vn -0.000053 -0.706929 0.707285 -vn -0.000053 -0.706929 0.707285 -vn 0.000000 -0.707063 0.707151 -vn 0.000000 -0.707063 0.707151 -vn 0.000000 -0.707063 0.707151 -vn 0.000198 -0.707831 0.706382 -vn 0.000198 -0.707831 0.706382 -vn 0.000198 -0.707831 0.706382 -vn 0.000239 -0.707107 0.707107 -vn 0.000239 -0.707107 0.707107 -vn 0.000239 -0.707107 0.707107 -vn -0.000657 -0.706230 0.707982 -vn -0.000657 -0.706230 0.707982 -vn -0.000657 -0.706230 0.707982 -vn 0.000901 -0.708007 0.706205 -vn 0.000901 -0.708007 0.706205 -vn 0.000901 -0.708007 0.706205 -vn 0.004385 -0.711118 0.703059 -vn 0.004385 -0.711118 0.703059 -vn 0.004385 -0.711118 0.703059 -vn 0.000276 -0.707438 0.706776 -vn 0.000276 -0.707438 0.706776 -vn 0.000276 -0.707438 0.706776 -vn 0.000501 -0.708109 0.706103 -vn 0.000501 -0.708109 0.706103 -vn 0.000501 -0.708109 0.706103 -vn 0.000005 -0.707109 0.707105 -vn 0.000005 -0.707109 0.707105 -vn 0.000005 -0.707108 0.707105 -vn -0.000017 -0.707051 0.707163 -vn -0.000017 -0.707051 0.707163 -vn -0.000017 -0.707051 0.707163 -vn -0.000003 -0.707061 0.707152 -vn -0.000003 -0.707061 0.707152 -vn -0.000003 -0.707061 0.707153 -vn 0.000003 -0.707102 0.707112 -vn 0.000003 -0.707102 0.707112 -vn 0.000003 -0.707102 0.707112 -vn 0.000436 -0.706671 0.707542 -vn 0.000436 -0.706671 0.707542 -vn 0.000436 -0.706671 0.707542 -vn 0.000003 -0.707130 0.707084 -vn 0.000003 -0.707130 0.707084 -vn 0.000003 -0.707130 0.707084 -vn 0.000004 -0.707302 0.706911 -vn 0.000004 -0.707302 0.706911 -vn 0.000004 -0.707302 0.706911 -vn -0.000006 -0.706989 0.707224 -vn -0.000006 -0.706989 0.707224 -vn -0.000006 -0.706989 0.707224 -vn 0.000002 -0.707059 0.707154 -vn 0.000002 -0.707059 0.707154 -vn 0.000002 -0.707059 0.707154 -vn -0.000006 -0.707044 0.707170 -vn -0.000006 -0.707044 0.707170 -vn -0.000006 -0.707044 0.707170 -vn -0.000009 -0.707174 0.707040 -vn -0.000009 -0.707174 0.707040 -vn -0.000009 -0.707174 0.707040 -vn -0.000005 -0.706896 0.707317 -vn -0.000005 -0.706896 0.707317 -vn -0.000005 -0.706896 0.707317 -vn 0.000000 -0.707102 0.707111 -vn 0.000000 -0.707102 0.707111 -vn 0.000000 -0.707102 0.707111 -vn 0.000001 -0.707284 0.706929 -vn 0.000001 -0.707285 0.706929 -vn 0.000001 -0.707285 0.706929 -vn 0.000007 -0.707026 0.707188 -vn 0.000007 -0.707026 0.707188 -vn 0.000007 -0.707026 0.707188 -vn -0.000017 -0.707084 0.707129 -vn -0.000017 -0.707084 0.707129 -vn -0.000017 -0.707084 0.707129 -vn -0.000011 -0.706985 0.707229 -vn -0.000011 -0.706985 0.707229 -vn -0.000011 -0.706985 0.707229 -vn 0.000010 -0.707097 0.707116 -vn 0.000010 -0.707097 0.707116 -vn 0.000010 -0.707097 0.707116 -vn -0.000027 -0.706784 0.707430 -vn -0.000027 -0.706784 0.707430 -vn -0.000027 -0.706784 0.707430 -vn 0.000008 -0.707259 0.706955 -vn 0.000008 -0.707259 0.706955 -vn 0.000008 -0.707259 0.706955 -vn -0.000010 -0.707155 0.707058 -vn -0.000010 -0.707155 0.707058 -vn -0.000010 -0.707155 0.707058 -vn 0.000062 -0.707543 0.706670 -vn 0.000062 -0.707543 0.706670 -vn 0.000062 -0.707543 0.706670 -vn -0.000008 -0.707006 0.707207 -vn -0.000008 -0.707006 0.707207 -vn -0.000008 -0.707006 0.707207 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707226 0.706988 -vn 0.000000 -0.707189 0.707025 -vn 0.000000 -0.707189 0.707025 -vn 0.000000 -0.707189 0.707025 -vn -0.000161 -0.707591 0.706622 -vn -0.000161 -0.707591 0.706622 -vn -0.000161 -0.707591 0.706622 -vn -0.000034 -0.706970 0.707243 -vn -0.000034 -0.706970 0.707243 -vn -0.000034 -0.706970 0.707243 -vn 0.000010 -0.707076 0.707137 -vn 0.000010 -0.707076 0.707137 -vn 0.000010 -0.707076 0.707137 -vn 0.000009 -0.707187 0.707026 -vn 0.000009 -0.707187 0.707026 -vn 0.000009 -0.707187 0.707026 -vn 0.000381 -0.706471 0.707742 -vn 0.000381 -0.706471 0.707742 -vn 0.000381 -0.706471 0.707742 -vn -0.000020 -0.706981 0.707233 -vn -0.000020 -0.706981 0.707233 -vn -0.000020 -0.706981 0.707233 -vn 0.000040 -0.707266 0.706948 -vn 0.000040 -0.707266 0.706948 -vn 0.000040 -0.707266 0.706948 -vn 0.000013 -0.707081 0.707133 -vn 0.000013 -0.707081 0.707133 -vn 0.000013 -0.707081 0.707133 -vn -0.000079 -0.707080 0.707133 -vn -0.000079 -0.707080 0.707133 -vn -0.000079 -0.707080 0.707133 -vn 0.000803 -0.707508 0.706705 -vn 0.000803 -0.707508 0.706705 -vn 0.000803 -0.707508 0.706705 -vn -0.000323 -0.707623 0.706590 -vn -0.000323 -0.707623 0.706590 -vn -0.000323 -0.707623 0.706590 -vn 0.000000 -0.707085 0.707129 -vn 0.000000 -0.707085 0.707129 -vn 0.000000 -0.707085 0.707129 -vn 0.000007 -0.707077 0.707136 -vn 0.000007 -0.707077 0.707136 -vn 0.000007 -0.707077 0.707136 -vn -0.000516 -0.708138 0.706074 -vn -0.000516 -0.708138 0.706074 -vn -0.000516 -0.708138 0.706074 -vn 0.000115 -0.707107 0.707107 -vn 0.000115 -0.707107 0.707107 -vn 0.000115 -0.707107 0.707107 -vn 0.001114 -0.709251 0.704955 -vn 0.001114 -0.709251 0.704955 -vn 0.001114 -0.709251 0.704955 -vn -0.000029 -0.707150 0.707064 -vn -0.000029 -0.707150 0.707064 -vn -0.000029 -0.707150 0.707064 -vn -0.000021 -0.707043 0.707170 -vn -0.000021 -0.707043 0.707170 -vn -0.000021 -0.707043 0.707170 -vn 0.000024 -0.707143 0.707070 -vn 0.000024 -0.707143 0.707070 -vn 0.000024 -0.707143 0.707070 -vn 0.000000 -0.707114 0.707099 -vn 0.000000 -0.707114 0.707099 -vn 0.000000 -0.707114 0.707099 -vn 0.000000 -0.708084 0.706128 -vn 0.000000 -0.708084 0.706128 -vn 0.000000 -0.708084 0.706129 -vn 0.000340 -0.707220 0.706993 -vn 0.000340 -0.707220 0.706993 -vn 0.000340 -0.707220 0.706993 -vn -0.000250 -0.707107 0.707107 -vn -0.000250 -0.707107 0.707107 -vn -0.000250 -0.707107 0.707107 -vn -0.000015 -0.707122 0.707092 -vn -0.000015 -0.707122 0.707092 -vn -0.000015 -0.707122 0.707092 -vn -0.000311 -0.706795 0.707418 -vn -0.000311 -0.706795 0.707418 -vn -0.000311 -0.706795 0.707418 -vn -0.000297 -0.707255 0.706958 -vn -0.000297 -0.707255 0.706958 -vn -0.000297 -0.707255 0.706958 -vn -0.000225 -0.705418 0.708791 -vn -0.000225 -0.705418 0.708791 -vn -0.000225 -0.705418 0.708791 -vn -0.000057 -0.707107 0.707107 -vn -0.000057 -0.707107 0.707107 -vn -0.000057 -0.707107 0.707107 -vn 0.000108 -0.707090 0.707123 -vn 0.000108 -0.707090 0.707123 -vn 0.000108 -0.707090 0.707123 -vn 0.000132 -0.707195 0.707019 -vn 0.000132 -0.707195 0.707019 -vn 0.000132 -0.707195 0.707019 -vn -0.000043 -0.707085 0.707128 -vn -0.000043 -0.707085 0.707128 -vn -0.000043 -0.707085 0.707128 -vn 0.000000 -0.707652 0.706561 -vn 0.000000 -0.707652 0.706561 -vn 0.000000 -0.707652 0.706561 -vn 0.000000 -0.707092 0.707121 -vn 0.000000 -0.707092 0.707121 -vn 0.000000 -0.707092 0.707121 -vn 0.000000 -0.708446 0.705765 -vn 0.000000 -0.708446 0.705765 -vn 0.000000 -0.708446 0.705765 -vn -0.000111 -0.706773 0.707441 -vn -0.000111 -0.706773 0.707441 -vn -0.000111 -0.706773 0.707441 -vn 0.000221 -0.709429 0.704777 -vn 0.000221 -0.709429 0.704777 -vn 0.000221 -0.709429 0.704777 -vn -0.000555 -0.707847 0.706366 -vn -0.000555 -0.707847 0.706366 -vn -0.000555 -0.707847 0.706366 -vn 0.000000 -0.707095 0.707118 -vn 0.000000 -0.707095 0.707118 -vn 0.000000 -0.707095 0.707118 -vn 0.000000 -0.707201 0.707012 -vn 0.000000 -0.707201 0.707012 -vn 0.000000 -0.707201 0.707012 -vn 0.000000 -0.707115 0.707099 -vn 0.000000 -0.707115 0.707099 -vn 0.000000 -0.707115 0.707099 -vn 0.000140 -0.707130 0.707083 -vn 0.000140 -0.707130 0.707084 -vn 0.000140 -0.707130 0.707084 -vn 0.000007 -0.707114 0.707100 -vn 0.000007 -0.707114 0.707100 -vn 0.000007 -0.707114 0.707100 -vn 0.000025 -0.707082 0.707131 -vn 0.000025 -0.707082 0.707131 -vn 0.000025 -0.707082 0.707131 -vn -0.000014 -0.707111 0.707103 -vn -0.000014 -0.707111 0.707103 -vn -0.000014 -0.707111 0.707103 -vn -0.000491 -0.706910 0.707303 -vn -0.000491 -0.706910 0.707303 -vn -0.000491 -0.706910 0.707303 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707101 0.707113 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707005 0.707209 -vn 0.000000 -0.707005 0.707209 -vn 0.000000 -0.707005 0.707209 -vn 0.000000 -0.707882 0.706330 -vn 0.000000 -0.707882 0.706330 -vn 0.000000 -0.707882 0.706330 -vn 0.000000 -0.706911 0.707303 -vn 0.000000 -0.706911 0.707303 -vn 0.000000 -0.706911 0.707303 -vn 0.000000 -0.707112 0.707101 -vn 0.000000 -0.707112 0.707101 -vn 0.000000 -0.707112 0.707101 -vn 0.000000 -0.707104 0.707110 -vn 0.000000 -0.707104 0.707110 -vn 0.000000 -0.707104 0.707110 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000001 -0.707106 0.707107 -vn -0.000001 -0.707106 0.707107 -vn -0.000001 -0.707106 0.707107 -vn -0.000001 -0.707105 0.707108 -vn -0.000001 -0.707105 0.707108 -vn -0.000001 -0.707105 0.707108 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707139 0.707075 -vn 0.000000 -0.707139 0.707075 -vn 0.000000 -0.707139 0.707075 -vn 0.000001 -0.707079 0.707134 -vn 0.000001 -0.707079 0.707134 -vn 0.000001 -0.707079 0.707134 -vn 0.000017 -0.707084 0.707129 -vn 0.000017 -0.707085 0.707129 -vn 0.000017 -0.707085 0.707129 -vn 0.001653 -0.708364 0.705845 -vn 0.001653 -0.708364 0.705845 -vn 0.001653 -0.708364 0.705845 -vn 0.000010 -0.707160 0.707053 -vn 0.000010 -0.707160 0.707053 -vn 0.000010 -0.707160 0.707053 -vn 0.000013 -0.707374 0.706840 -vn 0.000013 -0.707374 0.706840 -vn 0.000013 -0.707374 0.706840 -vn -0.000008 -0.707082 0.707131 -vn -0.000008 -0.707082 0.707131 -vn -0.000008 -0.707082 0.707131 -vn 0.000010 -0.707087 0.707127 -vn 0.000010 -0.707087 0.707127 -vn 0.000010 -0.707087 0.707127 -vn -0.000040 -0.705987 0.708224 -vn -0.000040 -0.705987 0.708225 -vn -0.000040 -0.705987 0.708224 -vn 0.000008 -0.707186 0.707028 -vn 0.000008 -0.707186 0.707028 -vn 0.000008 -0.707186 0.707028 -vn -0.000024 -0.707059 0.707155 -vn -0.000024 -0.707059 0.707155 -vn -0.000024 -0.707059 0.707155 -vn 0.000036 -0.707107 0.707107 -vn 0.000036 -0.707107 0.707107 -vn 0.000036 -0.707107 0.707107 -vn -0.000009 -0.707079 0.707134 -vn -0.000009 -0.707079 0.707135 -vn -0.000009 -0.707079 0.707134 -vn 0.000017 -0.707124 0.707090 -vn 0.000017 -0.707124 0.707090 -vn 0.000017 -0.707124 0.707090 -vn -0.000033 -0.707107 0.707107 -vn -0.000033 -0.707107 0.707107 -vn -0.000033 -0.707107 0.707107 -vn 0.000027 -0.707171 0.707043 -vn 0.000027 -0.707171 0.707043 -vn 0.000027 -0.707171 0.707043 -vn 0.001406 -0.708745 0.705464 -vn 0.001406 -0.708745 0.705464 -vn 0.001406 -0.708745 0.705464 -vn -0.000014 -0.707039 0.707175 -vn -0.000014 -0.707039 0.707175 -vn -0.000014 -0.707039 0.707175 -vn -0.000010 -0.707147 0.707066 -vn -0.000010 -0.707147 0.707066 -vn -0.000010 -0.707147 0.707066 -vn 0.000165 -0.706942 0.707271 -vn 0.000165 -0.706942 0.707271 -vn 0.000165 -0.706942 0.707271 -vn 0.000000 -0.706475 0.707738 -vn 0.000000 -0.706475 0.707738 -vn 0.000000 -0.706475 0.707738 -vn -0.000045 -0.707096 0.707118 -vn -0.000045 -0.707096 0.707118 -vn -0.000045 -0.707096 0.707118 -vn -0.000040 -0.707161 0.707052 -vn -0.000040 -0.707161 0.707052 -vn -0.000040 -0.707161 0.707052 -vn 0.000455 -0.706846 0.707367 -vn 0.000455 -0.706846 0.707367 -vn 0.000455 -0.706846 0.707367 -vn -0.000010 -0.707116 0.707098 -vn -0.000010 -0.707116 0.707098 -vn -0.000010 -0.707116 0.707098 -vn 0.000000 -0.706839 0.707375 -vn 0.000000 -0.706839 0.707375 -vn 0.000000 -0.706839 0.707375 -vn 0.000137 -0.707380 0.706833 -vn 0.000137 -0.707380 0.706833 -vn 0.000137 -0.707380 0.706833 -vn 0.000766 -0.709401 0.704805 -vn 0.000766 -0.709401 0.704805 -vn 0.000766 -0.709401 0.704805 -vn 0.000000 -0.707070 0.707144 -vn 0.000000 -0.707070 0.707144 -vn 0.000000 -0.707070 0.707144 -vn 0.000063 -0.707166 0.707048 -vn 0.000063 -0.707166 0.707048 -vn 0.000063 -0.707166 0.707048 -vn 0.000060 -0.707087 0.707127 -vn 0.000060 -0.707087 0.707127 -vn 0.000060 -0.707087 0.707127 -vn -0.000102 -0.706598 0.707615 -vn -0.000102 -0.706598 0.707615 -vn -0.000102 -0.706598 0.707616 -vn -0.001871 -0.707106 0.707106 -vn -0.001871 -0.707106 0.707106 -vn -0.001871 -0.707106 0.707106 -vn -0.000437 -0.707544 0.706669 -vn -0.000437 -0.707544 0.706669 -vn -0.000437 -0.707544 0.706669 -vn -0.000221 -0.706664 0.707549 -vn -0.000221 -0.706664 0.707549 -vn -0.000221 -0.706664 0.707549 -vn 0.000777 -0.707624 0.706588 -vn 0.000777 -0.707624 0.706588 -vn 0.000777 -0.707624 0.706588 -vn -0.000088 -0.707123 0.707090 -vn -0.000088 -0.707123 0.707090 -vn -0.000088 -0.707123 0.707090 -vn -0.000010 -0.707086 0.707127 -vn -0.000010 -0.707086 0.707127 -vn -0.000010 -0.707086 0.707127 -vn 0.000214 -0.706678 0.707535 -vn 0.000214 -0.706678 0.707535 -vn 0.000214 -0.706678 0.707535 -vn -0.000180 -0.706207 0.708006 -vn -0.000180 -0.706207 0.708006 -vn -0.000180 -0.706207 0.708006 -vn 0.000132 -0.707112 0.707101 -vn 0.000132 -0.707112 0.707101 -vn 0.000132 -0.707112 0.707101 -vn 0.000027 -0.707087 0.707127 -vn 0.000027 -0.707087 0.707127 -vn 0.000027 -0.707087 0.707127 -vn 0.000000 -0.707083 0.707130 -vn 0.000000 -0.707083 0.707130 -vn 0.000000 -0.707083 0.707130 -vn -0.000032 -0.707117 0.707096 -vn -0.000032 -0.707118 0.707096 -vn -0.000032 -0.707117 0.707096 -vn 0.000253 -0.707107 0.707107 -vn 0.000253 -0.707107 0.707107 -vn 0.000253 -0.707107 0.707107 -vn 0.001073 -0.710318 0.703880 -vn 0.001073 -0.710318 0.703880 -vn 0.001073 -0.710318 0.703880 -vn -0.000038 -0.707116 0.707097 -vn -0.000038 -0.707116 0.707097 -vn -0.000038 -0.707116 0.707097 -vn 0.000514 -0.707209 0.707004 -vn 0.000514 -0.707209 0.707004 -vn 0.000514 -0.707209 0.707004 -vn 0.000000 -0.706357 0.707856 -vn 0.000000 -0.706357 0.707856 -vn 0.000000 -0.706357 0.707856 -vn -0.000021 -0.707114 0.707100 -vn -0.000021 -0.707114 0.707100 -vn -0.000021 -0.707114 0.707100 -vn 0.000028 -0.707092 0.707122 -vn 0.000028 -0.707092 0.707122 -vn 0.000028 -0.707091 0.707122 -vn 0.000127 -0.706979 0.707234 -vn 0.000127 -0.706979 0.707234 -vn 0.000127 -0.706979 0.707234 -vn 0.000229 -0.707565 0.706648 -vn 0.000229 -0.707565 0.706648 -vn 0.000229 -0.707565 0.706648 -vn 0.000028 -0.707079 0.707135 -vn 0.000028 -0.707079 0.707135 -vn 0.000028 -0.707079 0.707135 -vn 0.000050 -0.707117 0.707097 -vn 0.000050 -0.707117 0.707097 -vn 0.000050 -0.707117 0.707097 -vn -0.000611 -0.708327 0.705884 -vn -0.000611 -0.708327 0.705884 -vn -0.000611 -0.708327 0.705884 -vn 0.000000 -0.707024 0.707190 -vn 0.000000 -0.707024 0.707190 -vn 0.000000 -0.707024 0.707190 -vn -0.000102 -0.707126 0.707087 -vn -0.000102 -0.707126 0.707087 -vn -0.000102 -0.707126 0.707087 -vn 0.000038 -0.707122 0.707092 -vn 0.000038 -0.707122 0.707092 -vn 0.000038 -0.707122 0.707092 -vn -0.000092 -0.707107 0.707107 -vn -0.000092 -0.707107 0.707107 -vn -0.000092 -0.707107 0.707107 -vn -0.000036 -0.707179 0.707035 -vn -0.000036 -0.707179 0.707035 -vn -0.000036 -0.707179 0.707035 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000060 -0.707083 0.707131 -vn 0.000060 -0.707083 0.707131 -vn 0.000060 -0.707083 0.707131 -vn 0.000227 -0.706879 0.707334 -vn 0.000227 -0.706879 0.707334 -vn 0.000227 -0.706879 0.707334 -vn 0.000000 -0.707121 0.707093 -vn 0.000000 -0.707121 0.707093 -vn 0.000000 -0.707121 0.707093 -vn -0.000011 -0.707112 0.707101 -vn -0.000011 -0.707112 0.707101 -vn -0.000011 -0.707112 0.707101 -vn 0.000000 -0.707382 0.706832 -vn 0.000000 -0.707382 0.706832 -vn 0.000000 -0.707382 0.706831 -vn 0.000283 -0.706313 0.707899 -vn 0.000283 -0.706313 0.707899 -vn 0.000283 -0.706313 0.707899 -vn 0.000219 -0.707326 0.706887 -vn 0.000219 -0.707326 0.706887 -vn 0.000219 -0.707326 0.706887 -vn -0.000064 -0.707104 0.707109 -vn -0.000064 -0.707104 0.707109 -vn -0.000064 -0.707104 0.707109 -vn 0.000182 -0.707107 0.707107 -vn 0.000182 -0.707107 0.707107 -vn 0.000182 -0.707107 0.707107 -vn -0.000046 -0.707107 0.707107 -vn -0.000046 -0.707107 0.707107 -vn -0.000046 -0.707107 0.707107 -vn 0.000142 -0.705404 0.708806 -vn 0.000142 -0.705404 0.708806 -vn 0.000142 -0.705404 0.708806 -vn 0.000014 -0.707093 0.707121 -vn 0.000014 -0.707093 0.707121 -vn 0.000014 -0.707093 0.707121 -vn -0.000341 -0.707363 0.706851 -vn -0.000341 -0.707363 0.706851 -vn -0.000341 -0.707363 0.706851 -vn -0.000106 -0.705944 0.708268 -vn -0.000106 -0.705944 0.708268 -vn -0.000106 -0.705944 0.708268 -vn -0.000106 -0.707000 0.707213 -vn -0.000106 -0.707000 0.707213 -vn -0.000106 -0.707000 0.707213 -vn 0.000254 -0.706853 0.707361 -vn 0.000254 -0.706853 0.707361 -vn 0.000254 -0.706853 0.707361 -vn -0.000013 -0.707107 0.707107 -vn -0.000013 -0.707107 0.707107 -vn -0.000013 -0.707107 0.707107 -vn 0.000020 -0.707087 0.707126 -vn 0.000020 -0.707087 0.707126 -vn 0.000020 -0.707087 0.707126 -vn -0.000040 -0.707107 0.707107 -vn -0.000040 -0.707107 0.707107 -vn -0.000040 -0.707107 0.707107 -vn -0.000523 -0.707629 0.706584 -vn -0.000523 -0.707629 0.706584 -vn -0.000523 -0.707629 0.706584 -vn 0.002210 -0.707105 0.707105 -vn 0.002210 -0.707105 0.707105 -vn 0.002210 -0.707105 0.707105 -vn -0.000025 -0.707107 0.707107 -vn -0.000025 -0.707107 0.707107 -vn -0.000025 -0.707107 0.707107 -vn 0.000432 -0.707251 0.706963 -vn 0.000432 -0.707251 0.706963 -vn 0.000432 -0.707251 0.706963 -vn 0.000000 -0.706806 0.707408 -vn 0.000000 -0.706806 0.707408 -vn 0.000000 -0.706806 0.707407 -vn -0.000019 -0.707107 0.707107 -vn -0.000019 -0.707107 0.707107 -vn -0.000019 -0.707107 0.707107 -vn 0.000026 -0.707081 0.707133 -vn 0.000026 -0.707081 0.707133 -vn 0.000026 -0.707081 0.707133 -vn -0.000053 -0.707096 0.707117 -vn -0.000053 -0.707096 0.707117 -vn -0.000053 -0.707096 0.707117 -vn 0.000477 -0.706928 0.707286 -vn 0.000477 -0.706928 0.707286 -vn 0.000477 -0.706928 0.707286 -vn 0.000061 -0.707107 0.707107 -vn 0.000061 -0.707107 0.707107 -vn 0.000061 -0.707107 0.707107 -vn 0.000300 -0.706206 0.708006 -vn 0.000300 -0.706206 0.708006 -vn 0.000300 -0.706206 0.708006 -vn 0.000072 -0.707071 0.707143 -vn 0.000072 -0.707071 0.707143 -vn 0.000072 -0.707071 0.707143 -vn -0.000024 -0.707082 0.707131 -vn -0.000024 -0.707082 0.707131 -vn -0.000024 -0.707082 0.707131 -vn -0.000013 -0.707132 0.707081 -vn -0.000013 -0.707132 0.707081 -vn -0.000013 -0.707132 0.707081 -vn 0.000125 -0.707732 0.706481 -vn 0.000125 -0.707732 0.706481 -vn 0.000125 -0.707732 0.706481 -vn 0.000220 -0.706666 0.707547 -vn 0.000220 -0.706666 0.707547 -vn 0.000220 -0.706666 0.707548 -vn 0.000000 -0.706165 0.708048 -vn 0.000000 -0.706165 0.708048 -vn 0.000000 -0.706165 0.708048 -vn 0.000019 -0.707030 0.707184 -vn 0.000019 -0.707030 0.707184 -vn 0.000019 -0.707030 0.707184 -vn 0.000030 -0.707130 0.707084 -vn 0.000030 -0.707130 0.707084 -vn 0.000030 -0.707130 0.707084 -vn -0.000154 -0.707107 0.707107 -vn -0.000154 -0.707107 0.707107 -vn -0.000154 -0.707107 0.707107 -vn 0.000182 -0.706258 0.707955 -vn 0.000182 -0.706258 0.707955 -vn 0.000182 -0.706258 0.707955 -vn -0.000029 -0.707070 0.707144 -vn -0.000029 -0.707070 0.707144 -vn -0.000029 -0.707070 0.707144 -vn 0.000281 -0.706545 0.707668 -vn 0.000281 -0.706545 0.707668 -vn 0.000281 -0.706545 0.707668 -vn 0.000257 -0.706978 0.707235 -vn 0.000257 -0.706978 0.707235 -vn 0.000257 -0.706978 0.707235 -vn 0.000015 -0.707107 0.707107 -vn 0.000015 -0.707107 0.707107 -vn 0.000015 -0.707107 0.707107 -vn -0.000045 -0.707129 0.707084 -vn -0.000045 -0.707129 0.707084 -vn -0.000045 -0.707129 0.707084 -vn 0.000000 -0.707084 0.707130 -vn 0.000000 -0.707084 0.707130 -vn 0.000000 -0.707084 0.707130 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707092 0.707122 -vn 0.000000 -0.707092 0.707122 -vn -0.000137 -0.707653 0.706560 -vn -0.000137 -0.707653 0.706560 -vn -0.000137 -0.707653 0.706560 -vn -0.000279 -0.706995 0.707218 -vn -0.000279 -0.706995 0.707218 -vn -0.000279 -0.706995 0.707218 -vn -0.000371 -0.707107 0.707107 -vn -0.000371 -0.707107 0.707107 -vn -0.000371 -0.707107 0.707107 -vn -0.000305 -0.709035 0.705174 -vn -0.000305 -0.709035 0.705173 -vn -0.000305 -0.709035 0.705173 -vn 0.000000 -0.706636 0.707577 -vn 0.000000 -0.706636 0.707577 -vn 0.000000 -0.706636 0.707577 -vn 0.000039 -0.707123 0.707091 -vn 0.000039 -0.707123 0.707091 -vn 0.000039 -0.707123 0.707091 -vn -0.000053 -0.707053 0.707160 -vn -0.000053 -0.707053 0.707160 -vn -0.000053 -0.707053 0.707160 -vn 0.000000 -0.707126 0.707088 -vn 0.000000 -0.707126 0.707088 -vn 0.000000 -0.707126 0.707088 -vn -0.001080 -0.707538 0.706674 -vn -0.001080 -0.707538 0.706674 -vn -0.001080 -0.707538 0.706674 -vn -0.000223 -0.707255 0.706958 -vn -0.000223 -0.707255 0.706958 -vn -0.000223 -0.707255 0.706958 -vn -0.000648 -0.709692 0.704512 -vn -0.000648 -0.709692 0.704512 -vn -0.000648 -0.709692 0.704512 -vn 0.000087 -0.706933 0.707281 -vn 0.000087 -0.706933 0.707281 -vn 0.000087 -0.706933 0.707281 -vn -0.000043 -0.707129 0.707085 -vn -0.000043 -0.707129 0.707085 -vn -0.000043 -0.707129 0.707085 -vn -0.000355 -0.707033 0.707181 -vn -0.000355 -0.707033 0.707181 -vn -0.000355 -0.707033 0.707181 -vn 0.000798 -0.707884 0.706328 -vn 0.000798 -0.707884 0.706329 -vn 0.000798 -0.707884 0.706329 -vn 0.000010 -0.707109 0.707104 -vn 0.000010 -0.707109 0.707104 -vn 0.000010 -0.707109 0.707104 -vn -0.000061 -0.707087 0.707127 -vn -0.000061 -0.707086 0.707127 -vn -0.000061 -0.707087 0.707127 -vn -0.000819 -0.706287 0.707925 -vn -0.000819 -0.706287 0.707925 -vn -0.000819 -0.706287 0.707925 -vn 0.000086 -0.707150 0.707064 -vn 0.000086 -0.707150 0.707064 -vn 0.000086 -0.707150 0.707064 -vn -0.000146 -0.707034 0.707180 -vn -0.000146 -0.707034 0.707180 -vn -0.000146 -0.707034 0.707180 -vn -0.000018 -0.707108 0.707105 -vn -0.000018 -0.707108 0.707105 -vn -0.000018 -0.707108 0.707105 -vn -0.000735 -0.705950 0.708261 -vn -0.000735 -0.705950 0.708261 -vn -0.000735 -0.705950 0.708261 -vn -0.000361 -0.706746 0.707468 -vn -0.000361 -0.706746 0.707468 -vn -0.000361 -0.706746 0.707468 -vn -0.000114 -0.706880 0.707334 -vn -0.000114 -0.706880 0.707334 -vn -0.000114 -0.706880 0.707334 -vn 0.000000 -0.707371 0.706843 -vn 0.000000 -0.707371 0.706843 -vn 0.000000 -0.707371 0.706843 -vn -0.000017 -0.707087 0.707126 -vn -0.000017 -0.707087 0.707126 -vn -0.000017 -0.707087 0.707126 -vn -0.000044 -0.707128 0.707086 -vn -0.000044 -0.707128 0.707086 -vn -0.000044 -0.707128 0.707086 -vn 0.000000 -0.710687 0.703508 -vn 0.000000 -0.710687 0.703508 -vn 0.000000 -0.710687 0.703508 -vn -0.000179 -0.707285 0.706928 -vn -0.000179 -0.707285 0.706928 -vn -0.000179 -0.707285 0.706928 -vn 0.000000 -0.709153 0.705054 -vn 0.000000 -0.709153 0.705054 -vn 0.000000 -0.709153 0.705054 -vn 0.000022 -0.707123 0.707090 -vn 0.000022 -0.707123 0.707090 -vn 0.000022 -0.707123 0.707090 -vn 0.000041 -0.707091 0.707122 -vn 0.000041 -0.707091 0.707122 -vn 0.000041 -0.707091 0.707122 -vn -0.000077 -0.707102 0.707111 -vn -0.000077 -0.707102 0.707111 -vn -0.000077 -0.707102 0.707111 -vn 0.000000 -0.707114 0.707100 -vn 0.000000 -0.707114 0.707100 -vn 0.000000 -0.707114 0.707100 -vn -0.000009 -0.707092 0.707122 -vn -0.000009 -0.707092 0.707122 -vn -0.000009 -0.707092 0.707122 -vn 0.000029 -0.707145 0.707069 -vn 0.000029 -0.707145 0.707069 -vn 0.000029 -0.707145 0.707069 -vn -0.000042 -0.707101 0.707112 -vn -0.000042 -0.707101 0.707112 -vn -0.000042 -0.707101 0.707112 -vn 0.001075 -0.709252 0.704954 -vn 0.001075 -0.709252 0.704954 -vn 0.001075 -0.709252 0.704954 -vn -0.003244 -0.704937 0.709262 -vn -0.003244 -0.704937 0.709262 -vn -0.003244 -0.704937 0.709262 -vn -0.000206 -0.707004 0.707210 -vn -0.000206 -0.707004 0.707210 -vn -0.000206 -0.707004 0.707210 -vn -0.000250 -0.706106 0.708106 -vn -0.000250 -0.706106 0.708106 -vn -0.000250 -0.706106 0.708106 -vn -0.000057 -0.707336 0.706878 -vn -0.000057 -0.707336 0.706878 -vn -0.000057 -0.707336 0.706878 -vn 0.000000 -0.706821 0.707393 -vn 0.000000 -0.706821 0.707393 -vn 0.000000 -0.706821 0.707393 -vn 0.000000 -0.707128 0.707086 -vn 0.000000 -0.707128 0.707086 -vn 0.000000 -0.707128 0.707086 -vn 0.000032 -0.707083 0.707131 -vn 0.000032 -0.707083 0.707131 -vn 0.000032 -0.707083 0.707131 -vn 0.000030 -0.707117 0.707097 -vn 0.000030 -0.707117 0.707097 -vn 0.000030 -0.707117 0.707097 -vn -0.000089 -0.707125 0.707089 -vn -0.000089 -0.707125 0.707089 -vn -0.000089 -0.707125 0.707089 -vn 0.000000 -0.707075 0.707138 -vn 0.000000 -0.707075 0.707138 -vn 0.000000 -0.707075 0.707138 -vn -0.000438 -0.706230 0.707983 -vn -0.000438 -0.706230 0.707983 -vn -0.000438 -0.706230 0.707983 -vn -0.000429 -0.706462 0.707751 -vn -0.000429 -0.706462 0.707751 -vn -0.000429 -0.706462 0.707751 -vn -0.000024 -0.707131 0.707083 -vn -0.000024 -0.707131 0.707083 -vn -0.000024 -0.707131 0.707083 -vn 0.000078 -0.707126 0.707087 -vn 0.000078 -0.707126 0.707087 -vn 0.000078 -0.707126 0.707087 -vn -0.000029 -0.707092 0.707121 -vn -0.000029 -0.707092 0.707121 -vn -0.000029 -0.707092 0.707121 -vn -0.000273 -0.706697 0.707516 -vn -0.000273 -0.706697 0.707516 -vn -0.000273 -0.706697 0.707516 -vn 0.000000 -0.707085 0.707129 -vn 0.000000 -0.707085 0.707129 -vn 0.000000 -0.707085 0.707129 -vn 0.000037 -0.707070 0.707144 -vn 0.000037 -0.707070 0.707144 -vn 0.000037 -0.707070 0.707144 -vn -0.000106 -0.707177 0.707036 -vn -0.000106 -0.707177 0.707036 -vn -0.000106 -0.707177 0.707036 -vn 0.000099 -0.707304 0.706909 -vn 0.000099 -0.707304 0.706909 -vn 0.000099 -0.707304 0.706909 -vn 0.000254 -0.707107 0.707107 -vn 0.000254 -0.707107 0.707107 -vn 0.000254 -0.707107 0.707107 -vn -0.000111 -0.707329 0.706885 -vn -0.000111 -0.707329 0.706885 -vn -0.000111 -0.707329 0.706885 -vn 0.000484 -0.707349 0.706865 -vn 0.000484 -0.707349 0.706865 -vn 0.000484 -0.707349 0.706865 -vn -0.000303 -0.706804 0.707410 -vn -0.000303 -0.706804 0.707410 -vn -0.000303 -0.706804 0.707410 -vn -0.000120 -0.707107 0.707107 -vn -0.000120 -0.707107 0.707107 -vn -0.000120 -0.707107 0.707107 -vn 0.000038 -0.707107 0.707106 -vn 0.000038 -0.707107 0.707106 -vn 0.000038 -0.707107 0.707106 -vn 0.000000 -0.706494 0.707719 -vn 0.000000 -0.706494 0.707719 -vn 0.000000 -0.706494 0.707719 -vn -0.000290 -0.707687 0.706526 -vn -0.000290 -0.707687 0.706527 -vn -0.000290 -0.707687 0.706527 -vn 0.000050 -0.707138 0.707076 -vn 0.000050 -0.707138 0.707076 -vn 0.000050 -0.707138 0.707076 -vn 0.000006 -0.707101 0.707112 -vn 0.000006 -0.707101 0.707112 -vn 0.000006 -0.707101 0.707112 -vn -0.000039 -0.707301 0.706912 -vn -0.000039 -0.707301 0.706912 -vn -0.000039 -0.707301 0.706912 -vn -0.000017 -0.707107 0.707107 -vn -0.000017 -0.707107 0.707107 -vn -0.000017 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000059 -0.706959 0.707255 -vn 0.000059 -0.706959 0.707255 -vn 0.000059 -0.706959 0.707255 -vn -0.000007 -0.707128 0.707086 -vn -0.000007 -0.707128 0.707086 -vn -0.000007 -0.707128 0.707086 -vn -0.000667 -0.707440 0.706773 -vn -0.000667 -0.707440 0.706773 -vn -0.000667 -0.707440 0.706773 -vn 0.000179 -0.707554 0.706659 -vn 0.000179 -0.707554 0.706659 -vn 0.000179 -0.707554 0.706659 -vn -0.005425 -0.705286 0.708902 -vn -0.005425 -0.705286 0.708902 -vn -0.005425 -0.705286 0.708902 -vn 0.000013 -0.707006 0.707207 -vn 0.000013 -0.707006 0.707207 -vn 0.000013 -0.707006 0.707207 -vn -0.000145 -0.705947 0.708265 -vn -0.000145 -0.705947 0.708265 -vn -0.000145 -0.705947 0.708265 -vn -0.000613 -0.708026 0.706187 -vn -0.000613 -0.708026 0.706187 -vn -0.000613 -0.708026 0.706187 -vn -0.000007 -0.707173 0.707041 -vn -0.000007 -0.707173 0.707041 -vn -0.000007 -0.707173 0.707041 -vn 0.000003 -0.707096 0.707117 -vn 0.000003 -0.707097 0.707117 -vn 0.000003 -0.707097 0.707117 -vn -0.000017 -0.707202 0.707012 -vn -0.000017 -0.707202 0.707012 -vn -0.000017 -0.707202 0.707012 -vn 0.000000 -0.707230 0.706984 -vn 0.000000 -0.707230 0.706984 -vn 0.000000 -0.707230 0.706984 -vn 0.000000 -0.706627 0.707586 -vn 0.000000 -0.706627 0.707586 -vn 0.000000 -0.706627 0.707586 -vn -0.000303 -0.707107 0.707107 -vn -0.000303 -0.707107 0.707107 -vn -0.000303 -0.707107 0.707107 -vn 0.000016 -0.707138 0.707076 -vn 0.000016 -0.707138 0.707076 -vn 0.000016 -0.707138 0.707076 -vn -0.000027 -0.707160 0.707054 -vn -0.000027 -0.707160 0.707054 -vn -0.000027 -0.707160 0.707054 -vn 0.000013 -0.706987 0.707227 -vn 0.000013 -0.706987 0.707227 -vn 0.000013 -0.706987 0.707227 -vn -0.000117 -0.706579 0.707634 -vn -0.000117 -0.706579 0.707634 -vn -0.000117 -0.706579 0.707634 -vn -0.001084 -0.711431 0.702755 -vn -0.001084 -0.711431 0.702755 -vn -0.001084 -0.711431 0.702755 -vn 0.000024 -0.707009 0.707204 -vn 0.000024 -0.707009 0.707204 -vn 0.000024 -0.707009 0.707204 -vn -0.000015 -0.707167 0.707046 -vn -0.000015 -0.707167 0.707046 -vn -0.000015 -0.707167 0.707046 -vn 0.000033 -0.707099 0.707115 -vn 0.000033 -0.707099 0.707115 -vn 0.000033 -0.707099 0.707115 -vn -0.000017 -0.707037 0.707176 -vn -0.000017 -0.707037 0.707176 -vn -0.000017 -0.707037 0.707176 -vn -0.000032 -0.707340 0.706874 -vn -0.000032 -0.707340 0.706874 -vn -0.000032 -0.707340 0.706874 -vn 0.000019 -0.707081 0.707132 -vn 0.000019 -0.707081 0.707132 -vn 0.000019 -0.707081 0.707132 -vn -0.002581 -0.704622 0.709578 -vn -0.002581 -0.704622 0.709578 -vn -0.002581 -0.704622 0.709578 -vn 0.000338 -0.707015 0.707199 -vn 0.000338 -0.707015 0.707199 -vn 0.000338 -0.707015 0.707199 -vn -0.000238 -0.707204 0.707010 -vn -0.000238 -0.707204 0.707010 -vn -0.000238 -0.707204 0.707010 -vn 0.000000 -0.707172 0.707042 -vn 0.000000 -0.707172 0.707042 -vn 0.000000 -0.707172 0.707042 -vn 0.000000 -0.707154 0.707060 -vn 0.000000 -0.707154 0.707060 -vn 0.000000 -0.707154 0.707060 -vn -0.000299 -0.707764 0.706449 -vn -0.000299 -0.707764 0.706449 -vn -0.000299 -0.707764 0.706449 -vn 0.000059 -0.707130 0.707083 -vn 0.000059 -0.707130 0.707083 -vn 0.000059 -0.707130 0.707083 -vn -0.000015 -0.707077 0.707136 -vn -0.000015 -0.707077 0.707136 -vn -0.000015 -0.707077 0.707136 -vn 0.000300 -0.706507 0.707706 -vn 0.000300 -0.706507 0.707706 -vn 0.000300 -0.706507 0.707706 -vn 0.000000 -0.707712 0.706501 -vn 0.000000 -0.707712 0.706501 -vn 0.000000 -0.707712 0.706501 -vn 0.000015 -0.707099 0.707114 -vn 0.000015 -0.707099 0.707114 -vn 0.000015 -0.707099 0.707114 -vn 0.000301 -0.706505 0.707708 -vn 0.000301 -0.706505 0.707708 -vn 0.000301 -0.706505 0.707708 -vn 0.000288 -0.706963 0.707251 -vn 0.000288 -0.706963 0.707251 -vn 0.000288 -0.706963 0.707251 -vn 0.003887 -0.698301 0.715793 -vn 0.003887 -0.698301 0.715793 -vn 0.003887 -0.698301 0.715793 -vn -0.000056 -0.707107 0.707107 -vn -0.000056 -0.707107 0.707107 -vn -0.000056 -0.707107 0.707107 -vn 0.000029 -0.707110 0.707103 -vn 0.000029 -0.707111 0.707103 -vn 0.000029 -0.707110 0.707103 -vn 0.000000 -0.707731 0.706482 -vn 0.000000 -0.707731 0.706482 -vn 0.000000 -0.707731 0.706482 -vn 0.000087 -0.707107 0.707107 -vn 0.000087 -0.707107 0.707107 -vn 0.000087 -0.707107 0.707107 -vn -0.002303 -0.704798 0.709404 -vn -0.002303 -0.704798 0.709404 -vn -0.002303 -0.704798 0.709404 -vn -0.000087 -0.707100 0.707114 -vn -0.000087 -0.707100 0.707114 -vn -0.000087 -0.707100 0.707114 -vn 0.000007 -0.706926 0.707287 -vn 0.000007 -0.706926 0.707287 -vn 0.000007 -0.706926 0.707287 -vn 0.000011 -0.707239 0.706975 -vn 0.000011 -0.707239 0.706975 -vn 0.000011 -0.707239 0.706975 -vn 0.000000 -0.707193 0.707021 -vn 0.000000 -0.707193 0.707021 -vn 0.000000 -0.707193 0.707021 -vn 0.000031 -0.707045 0.707169 -vn 0.000031 -0.707045 0.707169 -vn 0.000031 -0.707045 0.707169 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000017 -0.707072 0.707141 -vn -0.000017 -0.707072 0.707141 -vn -0.000017 -0.707072 0.707141 -vn -0.000156 -0.707263 0.706951 -vn -0.000156 -0.707263 0.706951 -vn -0.000156 -0.707263 0.706951 -vn 0.000815 -0.706699 0.707514 -vn 0.000815 -0.706699 0.707514 -vn 0.000815 -0.706699 0.707514 -vn -0.000023 -0.707154 0.707060 -vn -0.000023 -0.707154 0.707060 -vn -0.000023 -0.707154 0.707060 -vn 0.000003 -0.707094 0.707119 -vn 0.000003 -0.707094 0.707119 -vn 0.000003 -0.707094 0.707119 -vn 0.000014 -0.707088 0.707125 -vn 0.000014 -0.707088 0.707126 -vn 0.000014 -0.707088 0.707125 -vn -0.000066 -0.705911 0.708301 -vn -0.000066 -0.705911 0.708301 -vn -0.000066 -0.705911 0.708301 -vn 0.000115 -0.707680 0.706533 -vn 0.000115 -0.707680 0.706533 -vn 0.000115 -0.707680 0.706533 -vn -0.000267 -0.707374 0.706840 -vn -0.000267 -0.707374 0.706840 -vn -0.000267 -0.707374 0.706840 -vn 0.000692 -0.707568 0.706645 -vn 0.000692 -0.707568 0.706645 -vn 0.000692 -0.707568 0.706645 -vn -0.000358 -0.706390 0.707823 -vn -0.000358 -0.706390 0.707823 -vn -0.000358 -0.706390 0.707823 -vn -0.000096 -0.707298 0.706915 -vn -0.000096 -0.707298 0.706915 -vn -0.000096 -0.707298 0.706915 -vn -0.000140 -0.707107 0.707107 -vn -0.000140 -0.707107 0.707107 -vn -0.000140 -0.707107 0.707107 -vn 0.000000 -0.706344 0.707869 -vn 0.000000 -0.706344 0.707869 -vn 0.000000 -0.706344 0.707869 -vn -0.000015 -0.707107 0.707107 -vn -0.000015 -0.707107 0.707107 -vn -0.000015 -0.707107 0.707107 -vn -0.000008 -0.707107 0.707107 -vn -0.000008 -0.707107 0.707107 -vn -0.000008 -0.707107 0.707107 -vn 0.000010 -0.707117 0.707097 -vn 0.000010 -0.707117 0.707097 -vn 0.000010 -0.707117 0.707097 -vn 0.000192 -0.707683 0.706531 -vn 0.000192 -0.707683 0.706531 -vn 0.000192 -0.707683 0.706531 -vn 0.000739 -0.707107 0.707107 -vn 0.000739 -0.707107 0.707107 -vn 0.000739 -0.707107 0.707107 -vn 0.001423 -0.708527 0.705682 -vn 0.001423 -0.708527 0.705682 -vn 0.001423 -0.708527 0.705682 -vn 0.000057 -0.707107 0.707107 -vn 0.000057 -0.707107 0.707107 -vn 0.000057 -0.707107 0.707107 -vn 0.000272 -0.706835 0.707379 -vn 0.000272 -0.706835 0.707379 -vn 0.000272 -0.706835 0.707379 -vn -0.000009 -0.707107 0.707107 -vn -0.000009 -0.707107 0.707107 -vn -0.000009 -0.707107 0.707107 -vn -0.000005 -0.707131 0.707082 -vn -0.000005 -0.707131 0.707082 -vn -0.000005 -0.707131 0.707082 -vn -0.000089 -0.706575 0.707638 -vn -0.000089 -0.706575 0.707638 -vn -0.000089 -0.706575 0.707638 -vn 0.001276 -0.709654 0.704549 -vn 0.001276 -0.709654 0.704549 -vn 0.001276 -0.709654 0.704549 -vn 0.000001 -0.707125 0.707088 -vn 0.000001 -0.707125 0.707088 -vn 0.000001 -0.707125 0.707088 -vn 0.000000 -0.707099 0.707114 -vn 0.000000 -0.707099 0.707114 -vn 0.000000 -0.707099 0.707114 -vn 0.000000 -0.707121 0.707092 -vn 0.000000 -0.707121 0.707092 -vn 0.000000 -0.707121 0.707092 -vn 0.000000 -0.706291 0.707922 -vn 0.000000 -0.706291 0.707922 -vn 0.000000 -0.706291 0.707922 -vn -0.000057 -0.707678 0.706535 -vn -0.000057 -0.707678 0.706535 -vn -0.000057 -0.707678 0.706535 -vn 0.000873 -0.708613 0.705597 -vn 0.000873 -0.708613 0.705597 -vn 0.000873 -0.708613 0.705597 -vn 0.000756 -0.706350 0.707862 -vn 0.000756 -0.706350 0.707862 -vn 0.000756 -0.706350 0.707862 -vn -0.001276 -0.709654 0.704549 -vn -0.001276 -0.709654 0.704549 -vn -0.001276 -0.709654 0.704549 -vn 0.000089 -0.706930 0.707284 -vn 0.000089 -0.706930 0.707284 -vn 0.000089 -0.706930 0.707284 -vn -0.000741 -0.706879 0.707334 -vn -0.000741 -0.706879 0.707335 -vn -0.000741 -0.706879 0.707334 -vn -0.000192 -0.707491 0.706723 -vn -0.000192 -0.707491 0.706723 -vn -0.000192 -0.707491 0.706723 -vn 0.000584 -0.705937 0.708274 -vn 0.000584 -0.705937 0.708274 -vn 0.000584 -0.705937 0.708274 -vn 0.000000 -0.708040 0.706172 -vn 0.000000 -0.708040 0.706172 -vn 0.000000 -0.708040 0.706172 -vn 0.000095 -0.707391 0.706823 -vn 0.000095 -0.707391 0.706823 -vn 0.000095 -0.707391 0.706823 -vn 0.000001 -0.707131 0.707083 -vn 0.000001 -0.707131 0.707083 -vn 0.000001 -0.707131 0.707083 -vn 0.000000 -0.707099 0.707115 -vn 0.000000 -0.707099 0.707115 -vn 0.000000 -0.707099 0.707115 -vn 0.000138 -0.707245 0.706969 -vn 0.000138 -0.707245 0.706969 -vn 0.000138 -0.707245 0.706969 -vn -0.000001 -0.707063 0.707151 -vn -0.000001 -0.707063 0.707151 -vn -0.000001 -0.707063 0.707151 -vn 0.000266 -0.707373 0.706841 -vn 0.000266 -0.707373 0.706841 -vn 0.000266 -0.707373 0.706841 -vn 0.000000 -0.706648 0.707565 -vn 0.000000 -0.706648 0.707565 -vn 0.000000 -0.706648 0.707565 -vn 0.001916 -0.704611 0.709592 -vn 0.001916 -0.704611 0.709592 -vn 0.001916 -0.704611 0.709592 -vn 0.000000 -0.706749 0.707465 -vn 0.000000 -0.706749 0.707465 -vn 0.000000 -0.706749 0.707465 -vn -0.000461 -0.707568 0.706645 -vn -0.000461 -0.707568 0.706645 -vn -0.000461 -0.707568 0.706645 -vn 0.000267 -0.707107 0.707107 -vn 0.000267 -0.707107 0.707107 -vn 0.000267 -0.707107 0.707107 -vn -0.000533 -0.707640 0.706573 -vn -0.000533 -0.707640 0.706573 -vn -0.000533 -0.707640 0.706573 -vn 0.000002 -0.707172 0.707042 -vn 0.000002 -0.707172 0.707042 -vn 0.000002 -0.707172 0.707042 -vn -0.000001 -0.707074 0.707139 -vn -0.000001 -0.707075 0.707139 -vn -0.000001 -0.707075 0.707139 -vn 0.000123 -0.707229 0.706984 -vn 0.000123 -0.707229 0.706984 -vn 0.000123 -0.707229 0.706984 -vn -0.000001 -0.707063 0.707151 -vn -0.000001 -0.707063 0.707151 -vn -0.000001 -0.707063 0.707151 -vn 0.000692 -0.705999 0.708212 -vn 0.000692 -0.705999 0.708212 -vn 0.000692 -0.705999 0.708212 -vn -0.000384 -0.708129 0.706083 -vn -0.000384 -0.708129 0.706083 -vn -0.000384 -0.708129 0.706083 -vn 0.000254 -0.707107 0.707107 -vn 0.000254 -0.707107 0.707107 -vn 0.000254 -0.707107 0.707107 -vn 0.000001 -0.707129 0.707085 -vn 0.000001 -0.707129 0.707085 -vn 0.000001 -0.707129 0.707085 -vn 0.000000 -0.707108 0.707105 -vn 0.000000 -0.707108 0.707105 -vn 0.000000 -0.707108 0.707105 -vn -0.000003 -0.707046 0.707167 -vn -0.000003 -0.707047 0.707167 -vn -0.000003 -0.707047 0.707167 -vn -0.000117 -0.707457 0.706756 -vn -0.000117 -0.707457 0.706756 -vn -0.000117 -0.707457 0.706756 -vn 0.000401 -0.705502 0.708708 -vn 0.000401 -0.705501 0.708708 -vn 0.000401 -0.705501 0.708708 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000366 -0.707107 0.707107 -vn 0.000366 -0.707107 0.707107 -vn 0.000366 -0.707107 0.707107 -vn 0.000811 -0.706836 0.707377 -vn 0.000811 -0.706836 0.707377 -vn 0.000811 -0.706836 0.707377 -vn 0.000169 -0.707107 0.707107 -vn 0.000169 -0.707107 0.707107 -vn 0.000169 -0.707107 0.707107 -vn -0.000352 -0.706315 0.707898 -vn -0.000352 -0.706315 0.707898 -vn -0.000352 -0.706315 0.707898 -vn 0.000000 -0.707088 0.707125 -vn 0.000000 -0.707088 0.707125 -vn 0.000000 -0.707088 0.707125 -vn 0.000003 -0.707150 0.707063 -vn 0.000003 -0.707150 0.707063 -vn 0.000003 -0.707150 0.707063 -vn 0.000000 -0.707316 0.706897 -vn 0.000000 -0.707316 0.706897 -vn 0.000000 -0.707316 0.706897 -vn -0.000073 -0.707399 0.706814 -vn -0.000073 -0.707399 0.706814 -vn -0.000073 -0.707399 0.706814 -vn -0.000001 -0.707063 0.707150 -vn -0.000001 -0.707063 0.707150 -vn -0.000001 -0.707063 0.707150 -vn -0.000262 -0.706845 0.707368 -vn -0.000262 -0.706845 0.707368 -vn -0.000262 -0.706845 0.707368 -vn 0.000000 -0.707217 0.706997 -vn 0.000000 -0.707217 0.706997 -vn 0.000000 -0.707217 0.706997 -vn 0.000280 -0.708782 0.705427 -vn 0.000280 -0.708782 0.705427 -vn 0.000280 -0.708782 0.705427 -vn 0.000000 -0.705556 0.708655 -vn 0.000000 -0.705555 0.708655 -vn 0.000000 -0.705556 0.708655 -vn -0.000447 -0.707330 0.706883 -vn -0.000447 -0.707330 0.706883 -vn -0.000447 -0.707330 0.706883 -vn 0.000319 -0.707107 0.707107 -vn 0.000319 -0.707107 0.707107 -vn 0.000319 -0.707107 0.707107 -vn -0.000250 -0.706856 0.707357 -vn -0.000250 -0.706856 0.707357 -vn -0.000250 -0.706856 0.707357 -vn 0.000001 -0.707152 0.707062 -vn 0.000001 -0.707152 0.707062 -vn 0.000001 -0.707152 0.707062 -vn 0.000001 -0.707119 0.707095 -vn 0.000001 -0.707119 0.707095 -vn 0.000001 -0.707119 0.707095 -vn 0.000000 -0.706721 0.707492 -vn 0.000000 -0.706721 0.707492 -vn 0.000000 -0.706721 0.707492 -vn 0.000000 -0.707128 0.707085 -vn 0.000000 -0.707128 0.707085 -vn 0.000000 -0.707128 0.707086 -vn 0.000416 -0.707107 0.707107 -vn 0.000416 -0.707107 0.707107 -vn 0.000416 -0.707107 0.707107 -vn -0.000061 -0.707353 0.706861 -vn -0.000061 -0.707353 0.706861 -vn -0.000061 -0.707353 0.706861 -vn 0.002562 -0.704036 0.710160 -vn 0.002562 -0.704036 0.710160 -vn 0.002562 -0.704036 0.710160 -vn 0.000000 -0.706415 0.707798 -vn 0.000000 -0.706415 0.707798 -vn 0.000000 -0.706415 0.707798 -vn 0.000000 -0.707328 0.706885 -vn 0.000000 -0.707328 0.706885 -vn 0.000000 -0.707328 0.706885 -vn 0.000000 -0.706261 0.707951 -vn 0.000000 -0.706261 0.707951 -vn 0.000000 -0.706262 0.707951 -vn -0.000442 -0.707695 0.706518 -vn -0.000442 -0.707695 0.706518 -vn -0.000442 -0.707695 0.706518 -vn 0.000005 -0.707151 0.707063 -vn 0.000005 -0.707151 0.707063 -vn 0.000005 -0.707151 0.707063 -vn -0.000002 -0.707072 0.707141 -vn -0.000002 -0.707072 0.707141 -vn -0.000002 -0.707072 0.707141 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000005 -0.707065 0.707149 -vn -0.000005 -0.707065 0.707149 -vn -0.000005 -0.707065 0.707149 -vn 0.000256 -0.705826 0.708385 -vn 0.000256 -0.705826 0.708385 -vn 0.000256 -0.705826 0.708385 -vn -0.000051 -0.706700 0.707514 -vn -0.000051 -0.706700 0.707514 -vn -0.000051 -0.706700 0.707514 -vn -0.004156 -0.710499 0.703686 -vn -0.004156 -0.710499 0.703686 -vn -0.004156 -0.710499 0.703686 -vn 0.000000 -0.707091 0.707123 -vn 0.000000 -0.707091 0.707123 -vn 0.000000 -0.707091 0.707123 -vn 0.000000 -0.707031 0.707183 -vn 0.000000 -0.707031 0.707183 -vn 0.000000 -0.707031 0.707183 -vn 0.000001 -0.707119 0.707095 -vn 0.000001 -0.707119 0.707095 -vn 0.000001 -0.707119 0.707095 -vn -0.000004 -0.707039 0.707175 -vn -0.000004 -0.707039 0.707175 -vn -0.000004 -0.707039 0.707175 -vn -0.000201 -0.707374 0.706839 -vn -0.000201 -0.707374 0.706839 -vn -0.000201 -0.707374 0.706839 -vn 0.000113 -0.706843 0.707371 -vn 0.000113 -0.706843 0.707371 -vn 0.000113 -0.706843 0.707371 -vn 0.000029 -0.707142 0.707071 -vn 0.000029 -0.707142 0.707071 -vn 0.000029 -0.707142 0.707071 -vn 0.000008 -0.707134 0.707080 -vn 0.000008 -0.707134 0.707080 -vn 0.000008 -0.707134 0.707080 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn -0.000021 -0.707126 0.707088 -vn -0.000021 -0.707126 0.707088 -vn -0.000021 -0.707126 0.707088 -vn -0.000061 -0.707114 0.707100 -vn -0.000061 -0.707114 0.707100 -vn -0.000061 -0.707114 0.707100 -vn -0.000402 -0.706101 0.708111 -vn -0.000402 -0.706101 0.708111 -vn -0.000402 -0.706101 0.708111 -vn -0.000253 -0.707149 0.707065 -vn -0.000253 -0.707149 0.707065 -vn -0.000253 -0.707149 0.707065 -vn 0.000024 -0.707119 0.707095 -vn 0.000024 -0.707119 0.707095 -vn 0.000024 -0.707119 0.707095 -vn 0.000036 -0.707089 0.707125 -vn 0.000036 -0.707089 0.707125 -vn 0.000036 -0.707089 0.707125 -vn 0.000000 -0.708951 0.705258 -vn 0.000000 -0.708951 0.705258 -vn 0.000000 -0.708951 0.705258 -vn 0.000000 -0.707122 0.707092 -vn 0.000000 -0.707122 0.707092 -vn 0.000000 -0.707122 0.707092 -vn 0.000090 -0.707197 0.707017 -vn 0.000090 -0.707197 0.707016 -vn 0.000090 -0.707197 0.707017 -vn 0.000032 -0.707139 0.707074 -vn 0.000032 -0.707139 0.707074 -vn 0.000032 -0.707139 0.707074 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000032 -0.707042 0.707172 -vn 0.000032 -0.707042 0.707172 -vn 0.000032 -0.707042 0.707172 -vn 0.000017 -0.707158 0.707056 -vn 0.000017 -0.707158 0.707056 -vn 0.000017 -0.707158 0.707056 -vn 0.000008 -0.707371 0.706843 -vn 0.000008 -0.707371 0.706843 -vn 0.000008 -0.707371 0.706843 -vn 0.000024 -0.707092 0.707122 -vn 0.000024 -0.707092 0.707122 -vn 0.000024 -0.707092 0.707122 -vn 0.000029 -0.706928 0.707286 -vn 0.000029 -0.706928 0.707286 -vn 0.000029 -0.706928 0.707286 -vn -0.000008 -0.707197 0.707016 -vn -0.000008 -0.707197 0.707016 -vn -0.000008 -0.707197 0.707016 -vn -0.000010 -0.706985 0.707228 -vn -0.000010 -0.706985 0.707228 -vn -0.000010 -0.706985 0.707228 -vn 0.000012 -0.707170 0.707043 -vn 0.000012 -0.707170 0.707043 -vn 0.000012 -0.707170 0.707043 -vn 0.000008 -0.707032 0.707182 -vn 0.000008 -0.707032 0.707182 -vn 0.000008 -0.707032 0.707182 -vn -0.000004 -0.707202 0.707011 -vn -0.000004 -0.707202 0.707011 -vn -0.000004 -0.707202 0.707011 -vn 0.000003 -0.707127 0.707087 -vn 0.000003 -0.707127 0.707087 -vn 0.000003 -0.707127 0.707087 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707041 0.707173 -vn 0.000000 -0.707198 0.707016 -vn 0.000000 -0.707198 0.707016 -vn 0.000000 -0.707198 0.707016 -vn 0.000006 -0.706866 0.707347 -vn 0.000006 -0.706867 0.707347 -vn 0.000006 -0.706867 0.707347 -vn -0.000002 -0.707073 0.707140 -vn -0.000002 -0.707073 0.707140 -vn -0.000002 -0.707073 0.707140 -vn -0.000005 -0.707307 0.706907 -vn -0.000005 -0.707307 0.706907 -vn -0.000005 -0.707307 0.706907 -vn -0.000004 -0.706960 0.707253 -vn -0.000004 -0.706960 0.707253 -vn -0.000004 -0.706960 0.707253 -vn 0.000000 -0.707036 0.707177 -vn 0.000000 -0.707036 0.707177 -vn 0.000000 -0.707036 0.707177 -vn 0.000000 -0.707079 0.707135 -vn 0.000000 -0.707079 0.707135 -vn 0.000000 -0.707079 0.707135 -vn 0.000003 -0.707059 0.707154 -vn 0.000003 -0.707059 0.707154 -vn 0.000003 -0.707059 0.707154 -vn 0.000005 -0.707233 0.706981 -vn 0.000005 -0.707233 0.706981 -vn 0.000005 -0.707233 0.706981 -vn -0.000007 -0.706926 0.707288 -vn -0.000007 -0.706926 0.707288 -vn -0.000007 -0.706926 0.707288 -vn -0.000013 -0.707466 0.706747 -vn -0.000013 -0.707466 0.706747 -vn -0.000013 -0.707466 0.706747 -vn 0.000000 -0.707270 0.706944 -vn 0.000000 -0.707270 0.706944 -vn 0.000000 -0.707270 0.706944 -vn 0.000000 -0.707103 0.707110 -vn 0.000000 -0.707103 0.707110 -vn 0.000000 -0.707103 0.707110 -vn 0.000000 -0.707192 0.707022 -vn 0.000000 -0.707192 0.707022 -vn 0.000000 -0.707192 0.707022 -vn -0.000003 -0.707084 0.707129 -vn -0.000003 -0.707084 0.707129 -vn -0.000003 -0.707084 0.707129 -vn 0.000014 -0.707218 0.706996 -vn 0.000014 -0.707218 0.706996 -vn 0.000014 -0.707218 0.706996 -vn -0.000020 -0.707079 0.707135 -vn -0.000020 -0.707079 0.707134 -vn -0.000020 -0.707079 0.707135 -vn -0.000032 -0.707264 0.706950 -vn -0.000032 -0.707264 0.706950 -vn -0.000032 -0.707264 0.706950 -vn 0.000045 -0.706964 0.707249 -vn 0.000045 -0.706965 0.707249 -vn 0.000045 -0.706964 0.707249 -vn -0.000004 -0.707096 0.707117 -vn -0.000004 -0.707096 0.707117 -vn -0.000004 -0.707096 0.707117 -vn 0.000022 -0.706946 0.707268 -vn 0.000022 -0.706946 0.707267 -vn 0.000022 -0.706946 0.707268 -vn -0.000023 -0.707162 0.707051 -vn -0.000023 -0.707162 0.707051 -vn -0.000023 -0.707162 0.707051 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707064 0.707149 -vn 0.000000 -0.707064 0.707149 -vn 0.000000 -0.707064 0.707149 -vn 0.000626 -0.705288 0.708920 -vn 0.000626 -0.705288 0.708920 -vn 0.000626 -0.705288 0.708920 -vn 0.000000 -0.707134 0.707080 -vn 0.000000 -0.707134 0.707080 -vn 0.000000 -0.707134 0.707080 -vn -0.000105 -0.707002 0.707211 -vn -0.000105 -0.707002 0.707211 -vn -0.000105 -0.707002 0.707211 -vn 0.000024 -0.707095 0.707119 -vn 0.000024 -0.707095 0.707119 -vn 0.000024 -0.707095 0.707119 -vn -0.000030 -0.707168 0.707046 -vn -0.000030 -0.707168 0.707046 -vn -0.000030 -0.707168 0.707046 -vn 0.000000 -0.707027 0.707187 -vn 0.000000 -0.707027 0.707187 -vn 0.000000 -0.707027 0.707187 -vn 0.000056 -0.707079 0.707135 -vn 0.000056 -0.707079 0.707135 -vn 0.000056 -0.707079 0.707135 -vn -0.000025 -0.707005 0.707208 -vn -0.000025 -0.707005 0.707208 -vn -0.000025 -0.707005 0.707208 -vn 0.000000 -0.707096 0.707117 -vn 0.000000 -0.707096 0.707117 -vn 0.000000 -0.707096 0.707117 -vn 0.000463 -0.707662 0.706551 -vn 0.000463 -0.707662 0.706551 -vn 0.000463 -0.707662 0.706551 -vn -0.000221 -0.710530 0.703667 -vn -0.000221 -0.710530 0.703667 -vn -0.000221 -0.710530 0.703667 -vn 0.000111 -0.707107 0.707107 -vn 0.000111 -0.707107 0.707107 -vn 0.000111 -0.707107 0.707107 -vn -0.000534 -0.706572 0.707641 -vn -0.000534 -0.706572 0.707641 -vn -0.000534 -0.706572 0.707641 -vn 0.000013 -0.707110 0.707103 -vn 0.000013 -0.707110 0.707104 -vn 0.000013 -0.707110 0.707103 -vn -0.000026 -0.707080 0.707133 -vn -0.000026 -0.707080 0.707133 -vn -0.000026 -0.707080 0.707133 -vn 0.000099 -0.707082 0.707132 -vn 0.000099 -0.707082 0.707132 -vn 0.000099 -0.707082 0.707132 -vn -0.003688 -0.696180 0.717858 -vn -0.003688 -0.696180 0.717858 -vn -0.003688 -0.696180 0.717858 -vn 0.000000 -0.707289 0.706925 -vn 0.000000 -0.707289 0.706925 -vn 0.000000 -0.707289 0.706925 -vn 0.001407 -0.710615 0.703579 -vn 0.001407 -0.710615 0.703579 -vn 0.001407 -0.710615 0.703579 -vn -0.000148 -0.705622 0.708589 -vn -0.000148 -0.705622 0.708589 -vn -0.000148 -0.705622 0.708589 -vn 0.000312 -0.708663 0.705547 -vn 0.000312 -0.708663 0.705547 -vn 0.000312 -0.708663 0.705547 -vn -0.000040 -0.707120 0.707093 -vn -0.000040 -0.707120 0.707094 -vn -0.000040 -0.707120 0.707094 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn -0.000021 -0.707107 0.707107 -vn -0.000021 -0.707107 0.707107 -vn -0.000021 -0.707107 0.707107 -vn 0.000250 -0.707545 0.706669 -vn 0.000250 -0.707545 0.706669 -vn 0.000250 -0.707545 0.706669 -vn -0.000340 -0.707390 0.706823 -vn -0.000340 -0.707390 0.706823 -vn -0.000340 -0.707390 0.706823 -vn 0.000000 -0.706828 0.707386 -vn 0.000000 -0.706828 0.707386 -vn 0.000000 -0.706828 0.707386 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000000 -0.707132 0.707082 -vn 0.000006 -0.707075 0.707139 -vn 0.000006 -0.707075 0.707139 -vn 0.000006 -0.707075 0.707139 -vn 0.000323 -0.707946 0.706266 -vn 0.000323 -0.707946 0.706266 -vn 0.000323 -0.707946 0.706266 -vn 0.000000 -0.706992 0.707222 -vn 0.000000 -0.706992 0.707222 -vn 0.000000 -0.706992 0.707222 -vn -0.001279 -0.708384 0.705826 -vn -0.001279 -0.708384 0.705826 -vn -0.001279 -0.708384 0.705826 -vn 0.000129 -0.706656 0.707557 -vn 0.000129 -0.706656 0.707557 -vn 0.000129 -0.706656 0.707557 -vn -0.001003 -0.705768 0.708442 -vn -0.001003 -0.705768 0.708442 -vn -0.001003 -0.705768 0.708442 -vn 0.000013 -0.707107 0.707107 -vn 0.000013 -0.707107 0.707107 -vn 0.000013 -0.707107 0.707107 -vn -0.000023 -0.707107 0.707107 -vn -0.000023 -0.707107 0.707107 -vn -0.000023 -0.707107 0.707107 -vn 0.000007 -0.707093 0.707121 -vn 0.000007 -0.707093 0.707121 -vn 0.000007 -0.707093 0.707121 -vn -0.000441 -0.706003 0.708208 -vn -0.000441 -0.706003 0.708208 -vn -0.000441 -0.706003 0.708208 -vn -0.000888 -0.705583 0.708627 -vn -0.000888 -0.705583 0.708627 -vn -0.000888 -0.705583 0.708627 -vn -0.000803 -0.707508 0.706705 -vn -0.000803 -0.707508 0.706705 -vn -0.000803 -0.707508 0.706705 -vn -0.000107 -0.707000 0.707214 -vn -0.000107 -0.707000 0.707214 -vn -0.000107 -0.707000 0.707214 -vn -0.000248 -0.706858 0.707355 -vn -0.000248 -0.706858 0.707355 -vn -0.000248 -0.706858 0.707355 -vn -0.000013 -0.707139 0.707074 -vn -0.000013 -0.707139 0.707074 -vn -0.000013 -0.707139 0.707074 -vn -0.000015 -0.707006 0.707208 -vn -0.000015 -0.707006 0.707208 -vn -0.000015 -0.707006 0.707208 -vn 0.000010 -0.707044 0.707169 -vn 0.000010 -0.707044 0.707169 -vn 0.000010 -0.707044 0.707169 -vn 0.000161 -0.707752 0.706461 -vn 0.000161 -0.707752 0.706461 -vn 0.000161 -0.707752 0.706461 -vn -0.000223 -0.707440 0.706773 -vn -0.000223 -0.707440 0.706773 -vn -0.000223 -0.707440 0.706773 -vn -0.000275 -0.706832 0.707381 -vn -0.000275 -0.706832 0.707381 -vn -0.000275 -0.706832 0.707381 -vn -0.000040 -0.707160 0.707054 -vn -0.000040 -0.707160 0.707054 -vn -0.000040 -0.707160 0.707054 -vn 0.000000 -0.707123 0.707091 -vn 0.000000 -0.707123 0.707091 -vn 0.000000 -0.707123 0.707091 -vn 0.000007 -0.707038 0.707176 -vn 0.000007 -0.707038 0.707176 -vn 0.000007 -0.707038 0.707176 -vn 0.000218 -0.707542 0.706671 -vn 0.000218 -0.707542 0.706671 -vn 0.000218 -0.707542 0.706671 -vn 0.000000 -0.707183 0.707031 -vn 0.000000 -0.707183 0.707031 -vn 0.000000 -0.707183 0.707031 -vn 0.000003 -0.707107 0.707107 -vn 0.000003 -0.707107 0.707107 -vn 0.000003 -0.707107 0.707107 -vn -0.000053 -0.707147 0.707067 -vn -0.000053 -0.707147 0.707067 -vn -0.000053 -0.707147 0.707067 -vn 0.000003 -0.707208 0.707006 -vn 0.000003 -0.707208 0.707006 -vn 0.000003 -0.707208 0.707006 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707106 0.707107 -vn 0.000000 -0.707145 0.707068 -vn 0.000000 -0.707145 0.707068 -vn 0.000000 -0.707145 0.707068 -vn 0.000009 -0.707278 0.706936 -vn 0.000009 -0.707278 0.706936 -vn 0.000009 -0.707277 0.706936 -vn -0.000005 -0.707151 0.707062 -vn -0.000005 -0.707151 0.707062 -vn -0.000005 -0.707151 0.707062 -vn -0.000786 -0.703957 0.710242 -vn -0.000786 -0.703957 0.710242 -vn -0.000786 -0.703957 0.710242 -vn 0.000000 -0.707230 0.706983 -vn 0.000000 -0.707230 0.706983 -vn 0.000000 -0.707230 0.706983 -vn 0.000000 -0.708492 0.705718 -vn 0.000000 -0.708492 0.705718 -vn 0.000000 -0.708492 0.705718 -vn -0.000001 -0.707106 0.707108 -vn -0.000001 -0.707106 0.707108 -vn -0.000001 -0.707106 0.707108 -vn -0.000001 -0.707126 0.707088 -vn -0.000001 -0.707126 0.707088 -vn -0.000001 -0.707126 0.707088 -vn 0.000003 -0.707048 0.707165 -vn 0.000003 -0.707048 0.707165 -vn 0.000003 -0.707048 0.707165 -vn 0.000000 -0.708388 0.705823 -vn 0.000000 -0.708388 0.705823 -vn 0.000000 -0.708388 0.705823 -vn 0.000000 -0.705215 0.708994 -vn 0.000000 -0.705215 0.708994 -vn 0.000000 -0.705215 0.708994 -vn 0.000248 -0.706983 0.707231 -vn 0.000248 -0.706983 0.707231 -vn 0.000248 -0.706983 0.707231 -vn 0.001232 -0.709260 0.704946 -vn 0.001232 -0.709260 0.704946 -vn 0.001232 -0.709260 0.704946 -vn 0.000000 -0.709819 0.704384 -vn 0.000000 -0.709819 0.704384 -vn 0.000000 -0.709819 0.704384 -vn 0.001690 -0.711317 0.702869 -vn 0.001690 -0.711317 0.702869 -vn 0.001690 -0.711317 0.702869 -vn 0.000237 -0.708054 0.706158 -vn 0.000237 -0.708054 0.706158 -vn 0.000237 -0.708054 0.706158 -vn 0.000000 -0.704676 0.709529 -vn 0.000000 -0.704676 0.709529 -vn 0.000000 -0.704676 0.709529 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707137 0.707077 -vn 0.000000 -0.707137 0.707077 -vn -0.000003 -0.707077 0.707136 -vn -0.000003 -0.707077 0.707136 -vn -0.000003 -0.707077 0.707136 -vn 0.000003 -0.707130 0.707084 -vn 0.000003 -0.707130 0.707084 -vn 0.000003 -0.707130 0.707084 -vn -0.000328 -0.706123 0.708090 -vn -0.000328 -0.706123 0.708090 -vn -0.000328 -0.706123 0.708090 -vn -0.000296 -0.707403 0.706810 -vn -0.000296 -0.707403 0.706810 -vn -0.000296 -0.707403 0.706810 -vn -0.000419 -0.707247 0.706967 -vn -0.000419 -0.707247 0.706967 -vn -0.000419 -0.707246 0.706967 -vn 0.000000 -0.705961 0.708251 -vn 0.000000 -0.705961 0.708251 -vn 0.000000 -0.705961 0.708251 -vn 0.000000 -0.704744 0.709461 -vn 0.000000 -0.704744 0.709461 -vn 0.000000 -0.704744 0.709461 -vn -0.000933 -0.704769 0.709436 -vn -0.000933 -0.704769 0.709436 -vn -0.000933 -0.704769 0.709436 -vn -0.000475 -0.706632 0.707581 -vn -0.000475 -0.706632 0.707581 -vn -0.000475 -0.706632 0.707581 -vn 0.001119 -0.706827 0.707386 -vn 0.001119 -0.706827 0.707386 -vn 0.001119 -0.706827 0.707386 -vn -0.000006 -0.707178 0.707035 -vn -0.000006 -0.707178 0.707035 -vn -0.000006 -0.707178 0.707035 -vn 0.000003 -0.707068 0.707145 -vn 0.000003 -0.707068 0.707145 -vn 0.000003 -0.707068 0.707145 -vn 0.000000 -0.707118 0.707096 -vn 0.000000 -0.707118 0.707096 -vn 0.000000 -0.707118 0.707096 -vn -0.000247 -0.706551 0.707662 -vn -0.000247 -0.706551 0.707662 -vn -0.000247 -0.706551 0.707662 -vn 0.000200 -0.707007 0.707207 -vn 0.000200 -0.707007 0.707207 -vn 0.000200 -0.707007 0.707206 -vn 0.000360 -0.707287 0.706927 -vn 0.000360 -0.707287 0.706927 -vn 0.000360 -0.707287 0.706927 -vn 0.000666 -0.705105 0.709103 -vn 0.000666 -0.705105 0.709103 -vn 0.000666 -0.705104 0.709103 -vn 0.000796 -0.707107 0.707107 -vn 0.000796 -0.707107 0.707107 -vn 0.000796 -0.707107 0.707107 -vn -0.000475 -0.707344 0.706869 -vn -0.000475 -0.707344 0.706869 -vn -0.000475 -0.707344 0.706869 -vn -0.000117 -0.706698 0.707516 -vn -0.000117 -0.706698 0.707516 -vn -0.000117 -0.706698 0.707516 -vn 0.000573 -0.706534 0.707679 -vn 0.000573 -0.706534 0.707679 -vn 0.000573 -0.706534 0.707679 -vn -0.000001 -0.707160 0.707054 -vn -0.000001 -0.707160 0.707054 -vn -0.000001 -0.707160 0.707054 -vn 0.000003 -0.707001 0.707213 -vn 0.000003 -0.707001 0.707213 -vn 0.000003 -0.707001 0.707213 -vn -0.000001 -0.707195 0.707018 -vn -0.000001 -0.707195 0.707018 -vn -0.000001 -0.707195 0.707018 -vn -0.000068 -0.708475 0.705736 -vn -0.000068 -0.708475 0.705736 -vn -0.000068 -0.708475 0.705736 -vn -0.000248 -0.706362 0.707851 -vn -0.000248 -0.706362 0.707851 -vn -0.000248 -0.706362 0.707851 -vn -0.000660 -0.706667 0.707547 -vn -0.000660 -0.706666 0.707546 -vn -0.000660 -0.706667 0.707547 -vn 0.000935 -0.707106 0.707106 -vn 0.000935 -0.707106 0.707106 -vn 0.000935 -0.707106 0.707106 -vn -0.003416 -0.703678 0.710510 -vn -0.003416 -0.703678 0.710510 -vn -0.003416 -0.703678 0.710510 -vn -0.008876 -0.689481 0.724249 -vn -0.008876 -0.689481 0.724249 -vn -0.008876 -0.689481 0.724249 -vn 0.000000 -0.707244 0.706970 -vn 0.000000 -0.707244 0.706970 -vn 0.000000 -0.707244 0.706970 -vn -0.000712 -0.704609 0.709596 -vn -0.000712 -0.704609 0.709596 -vn -0.000712 -0.704609 0.709596 -vn 0.000001 -0.707083 0.707131 -vn 0.000001 -0.707083 0.707131 -vn 0.000001 -0.707083 0.707131 -vn 0.000000 -0.707153 0.707060 -vn 0.000000 -0.707153 0.707060 -vn 0.000000 -0.707153 0.707060 -vn -0.000002 -0.707079 0.707134 -vn -0.000002 -0.707079 0.707134 -vn -0.000002 -0.707079 0.707134 -vn -0.000700 -0.705386 0.708823 -vn -0.000700 -0.705386 0.708823 -vn -0.000700 -0.705386 0.708823 -vn 0.000108 -0.707107 0.707107 -vn 0.000108 -0.707107 0.707107 -vn 0.000108 -0.707107 0.707107 -vn -0.000358 -0.704599 0.709606 -vn -0.000358 -0.704599 0.709606 -vn -0.000358 -0.704599 0.709606 -vn 0.000000 -0.709227 0.704980 -vn 0.000000 -0.709227 0.704980 -vn 0.000000 -0.709227 0.704980 -vn -0.000734 -0.707351 0.706862 -vn -0.000734 -0.707351 0.706862 -vn -0.000734 -0.707351 0.706862 -vn -0.000918 -0.704743 0.709462 -vn -0.000918 -0.704743 0.709462 -vn -0.000918 -0.704743 0.709462 -vn 0.000000 -0.706803 0.707410 -vn 0.000000 -0.706803 0.707410 -vn 0.000000 -0.706803 0.707410 -vn -0.000920 -0.708025 0.706186 -vn -0.000920 -0.708025 0.706186 -vn -0.000920 -0.708025 0.706186 -vn 0.000000 -0.707046 0.707167 -vn 0.000000 -0.707046 0.707167 -vn 0.000000 -0.707046 0.707167 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn 0.000000 -0.707136 0.707078 -vn -0.000001 -0.707161 0.707053 -vn -0.000001 -0.707161 0.707053 -vn -0.000001 -0.707161 0.707053 -vn -0.000231 -0.707261 0.706953 -vn -0.000231 -0.707261 0.706953 -vn -0.000231 -0.707261 0.706953 -vn 0.000998 -0.708403 0.705808 -vn 0.000998 -0.708403 0.705808 -vn 0.000998 -0.708403 0.705808 -vn -0.001514 -0.705590 0.708618 -vn -0.001514 -0.705590 0.708619 -vn -0.001514 -0.705590 0.708619 -vn 0.000479 -0.707586 0.706627 -vn 0.000479 -0.707586 0.706627 -vn 0.000479 -0.707586 0.706627 -vn 0.000294 -0.707695 0.706518 -vn 0.000294 -0.707695 0.706518 -vn 0.000294 -0.707695 0.706518 -vn 0.000000 -0.707088 0.707126 -vn 0.000000 -0.707088 0.707126 -vn 0.000000 -0.707087 0.707126 -vn 0.000000 -0.707123 0.707090 -vn 0.000000 -0.707123 0.707090 -vn 0.000000 -0.707123 0.707090 -vn 0.000001 -0.707080 0.707134 -vn 0.000001 -0.707080 0.707134 -vn 0.000001 -0.707080 0.707134 -vn -0.000068 -0.705203 0.709006 -vn -0.000068 -0.705203 0.709006 -vn -0.000068 -0.705203 0.709006 -vn 0.000125 -0.708108 0.706105 -vn 0.000125 -0.708108 0.706105 -vn 0.000125 -0.708108 0.706105 -vn -0.000201 -0.707508 0.706705 -vn -0.000201 -0.707508 0.706705 -vn -0.000201 -0.707508 0.706705 -vn 0.000514 -0.707107 0.707107 -vn 0.000514 -0.707107 0.707107 -vn 0.000514 -0.707107 0.707107 -vn 0.001190 -0.709483 0.704721 -vn 0.001190 -0.709483 0.704721 -vn 0.001190 -0.709483 0.704721 -vn -0.000001 -0.707125 0.707089 -vn -0.000001 -0.707124 0.707089 -vn -0.000001 -0.707125 0.707089 -vn -0.000672 -0.707107 0.707107 -vn -0.000672 -0.707107 0.707107 -vn -0.000672 -0.707107 0.707107 -vn 0.000231 -0.702704 0.711482 -vn 0.000231 -0.702704 0.711482 -vn 0.000231 -0.702704 0.711482 -vn 0.000000 -0.634419 0.772990 -vn 0.000000 -0.634419 0.772990 -vn 0.000000 -0.634419 0.772990 -vn 0.000000 -0.634430 0.772981 -vn 0.000000 -0.634430 0.772981 -vn 0.000000 -0.634430 0.772981 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.634396 0.773008 -vn 0.000000 -0.634396 0.773008 -vn 0.000000 -0.634396 0.773008 -vn 0.000000 -0.634403 0.773003 -vn 0.000000 -0.634403 0.773003 -vn 0.000000 -0.634403 0.773003 -vn 0.000000 -0.634403 0.773003 -vn 0.000000 -0.634403 0.773003 -vn 0.000000 -0.634403 0.773003 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.098018 0.995185 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471391 0.881925 -vn 0.000000 -0.471391 0.881925 -vn 0.000000 -0.471391 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290280 0.956942 -vn 0.000000 -0.290280 0.956942 -vn 0.000000 -0.290280 0.956942 -vn 0.000000 -0.098019 0.995185 -vn 0.000000 -0.098019 0.995185 -vn 0.000000 -0.098019 0.995185 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290288 0.956939 -vn 0.000000 -0.290288 0.956939 -vn 0.000000 -0.290288 0.956939 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471391 0.881925 -vn 0.000000 -0.471391 0.881925 -vn 0.000000 -0.471391 0.881925 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.634379 0.773022 -vn 0.000000 -0.634379 0.773022 -vn 0.000000 -0.634379 0.773022 -vn 0.000000 -0.634402 0.773003 -vn 0.000000 -0.634402 0.773003 -vn 0.000000 -0.634402 0.773003 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.634430 0.772980 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.098010 0.995185 -vn 0.000000 -0.098010 0.995185 -vn 0.000000 -0.098010 0.995185 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.471389 0.881925 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290283 0.956941 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.290290 0.956939 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.098020 0.995185 -vn 0.000000 -0.098020 0.995184 -vn 0.000000 -0.098010 0.995185 -vn 0.000000 -0.098010 0.995185 -vn 0.000000 -0.098010 0.995185 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000019 -vn 1.000000 0.000000 0.000019 -vn 1.000000 0.000000 0.000019 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000001 0.000000 -vn 1.000000 0.000001 0.000000 -vn 1.000000 0.000001 0.000000 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000019 -vn 1.000000 0.000000 0.000019 -vn 1.000000 0.000000 0.000019 -vn 1.000000 0.000000 0.000004 -vn 1.000000 0.000000 0.000004 -vn 1.000000 0.000000 0.000004 -vn 1.000000 0.000000 0.000001 -vn 1.000000 0.000000 0.000001 -vn 1.000000 0.000000 0.000001 -vn 1.000000 -0.000000 0.000000 -vn 1.000000 -0.000000 0.000000 -vn 1.000000 -0.000000 0.000000 -vn 1.000000 -0.000001 -0.000002 -vn 1.000000 -0.000001 -0.000002 -vn 1.000000 -0.000001 -0.000002 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000005 0.000000 -vn 1.000000 0.000005 0.000000 -vn 1.000000 0.000005 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000047 0.000000 -vn 1.000000 -0.000047 0.000000 -vn 1.000000 -0.000047 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000010 0.000000 -vn 1.000000 -0.000010 0.000000 -vn 1.000000 -0.000010 0.000000 -vn 1.000000 0.000029 0.000000 -vn 1.000000 0.000029 0.000000 -vn 1.000000 0.000029 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000042 0.000000 -vn 1.000000 -0.000042 0.000000 -vn 1.000000 -0.000042 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 -0.000016 0.000000 -vn 1.000000 -0.000016 0.000000 -vn 1.000000 -0.000016 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000001 -vn -1.000000 0.000000 0.000001 -vn -1.000000 0.000000 0.000001 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000005 0.000000 -vn 1.000000 -0.000005 0.000000 -vn 1.000000 -0.000005 0.000000 -vn 1.000000 -0.000024 0.000000 -vn 1.000000 -0.000024 0.000000 -vn 1.000000 -0.000024 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 -0.000010 0.000000 -vn 1.000000 -0.000010 0.000000 -vn 1.000000 -0.000010 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 0.000016 0.000000 -vn -1.000000 0.000016 0.000000 -vn -1.000000 0.000016 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000009 0.000000 -vn -1.000000 -0.000009 0.000000 -vn -1.000000 -0.000009 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000005 0.000000 -vn -1.000000 0.000005 0.000000 -vn -1.000000 0.000005 0.000000 -vn -1.000000 0.000024 0.000000 -vn -1.000000 0.000024 0.000000 -vn -1.000000 0.000024 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 0.000010 0.000000 -vn -1.000000 0.000010 0.000000 -vn -1.000000 0.000010 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000010 0.000000 -vn -1.000000 0.000010 0.000000 -vn -1.000000 0.000010 0.000000 -vn -1.000000 -0.000029 0.000000 -vn -1.000000 -0.000029 0.000000 -vn -1.000000 -0.000029 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000042 0.000000 -vn -1.000000 0.000042 0.000000 -vn -1.000000 0.000042 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 0.000011 0.000000 -vn -1.000000 -0.000005 0.000000 -vn -1.000000 -0.000005 0.000000 -vn -1.000000 -0.000005 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000047 0.000000 -vn -1.000000 0.000047 0.000000 -vn -1.000000 0.000047 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000001 -vn 1.000000 0.000000 0.000001 -vn 1.000000 0.000000 0.000001 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -0.707105 -0.707109 -vn 0.000000 -0.707105 -0.707109 -vn 0.000000 -0.707105 -0.707109 -vn 0.000000 -0.707101 -0.707112 -vn 0.000000 -0.707101 -0.707112 -vn 0.000000 -0.707101 -0.707112 -vn 0.000000 -0.944677 -0.328001 -vn 0.000000 -0.944677 -0.328001 -vn 0.000000 -0.944677 -0.328001 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111184 -vn 0.000000 -0.993800 0.111184 -vn 0.000000 -0.993800 0.111184 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944629 0.328139 -vn 0.000000 -0.944630 0.328139 -vn 0.000000 -0.944629 0.328139 -vn 0.000000 -0.944743 0.327811 -vn 0.000000 -0.944743 0.327811 -vn 0.000000 -0.944743 0.327811 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944532 0.328420 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.944532 0.328419 -vn 0.000000 -0.944743 0.327811 -vn 0.000000 -0.944743 0.327811 -vn 0.000000 -0.944743 0.327811 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.944702 -0.327929 -vn 0.000000 -0.944702 -0.327929 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993806 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993800 -0.111185 -vn 0.000000 -0.993800 -0.111185 -vn 0.000000 -0.993800 -0.111185 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944532 0.328419 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.944532 0.328420 -vn 0.000000 -0.944662 0.328045 -vn 0.000000 -0.944662 0.328045 -vn 0.000000 -0.944662 0.328045 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944629 0.328139 -vn 0.000000 -0.944629 0.328139 -vn 0.000000 -0.944629 0.328139 -vn 0.000000 -0.944678 0.327999 -vn 0.000000 -0.944678 0.327999 -vn 0.000000 -0.944678 0.327999 -vn 0.000000 -0.993800 0.111184 -vn 0.000000 -0.993800 0.111184 -vn 0.000000 -0.993800 0.111184 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111184 -vn 0.000000 -0.993800 -0.111184 -vn 0.000000 -0.993800 -0.111184 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944678 0.327999 -vn 0.000000 -0.944678 0.327999 -vn 0.000000 -0.944678 0.327999 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111184 -vn 0.000000 -0.993800 -0.111184 -vn 0.000000 -0.993800 -0.111184 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944679 0.327997 -vn 0.000000 -0.944679 0.327997 -vn 0.000000 -0.944679 0.327997 -vn 0.000000 -0.944776 0.327718 -vn 0.000000 -0.944776 0.327718 -vn 0.000000 -0.944776 0.327718 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944668 0.328029 -vn 0.000000 -0.944760 0.327764 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.944760 0.327764 -vn 0.000000 -0.944776 0.327718 -vn 0.000000 -0.944776 0.327718 -vn 0.000000 -0.944776 0.327718 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.944678 -0.327999 -vn 0.000000 -0.944678 -0.327999 -vn 0.000000 -0.944678 -0.327999 -vn 0.000000 -0.944666 -0.328033 -vn 0.000000 -0.944666 -0.328033 -vn 0.000000 -0.944666 -0.328033 -vn 0.000000 -0.944702 -0.327930 -vn 0.000000 -0.944702 -0.327930 -vn 0.000000 -0.944702 -0.327930 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944565 0.328326 -vn 0.000000 -0.944565 0.328326 -vn 0.000000 -0.944565 0.328326 -vn 0.000000 -0.944564 -0.328327 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.944434 -0.328702 -vn 0.000000 -0.944434 -0.328701 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.944532 -0.328421 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.944532 -0.328421 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993805 -0.111134 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.944695 0.327951 -vn 0.000000 -0.944695 0.327951 -vn 0.000000 -0.944695 0.327951 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944564 -0.328328 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944694 -0.327953 -vn 0.000000 -0.944629 -0.328140 -vn 0.000000 -0.944629 -0.328140 -vn 0.000000 -0.944629 -0.328140 -vn 0.000000 -0.993799 -0.111188 -vn 0.000000 -0.993799 -0.111188 -vn 0.000000 -0.993799 -0.111188 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944565 0.328325 -vn 0.000000 -0.944565 0.328325 -vn 0.000000 -0.944565 0.328325 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993805 0.111134 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 -0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944565 0.328326 -vn 0.000000 -0.944565 0.328326 -vn 0.000000 -0.944565 0.328326 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.993800 0.111186 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.944694 0.327952 -vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707105 0.707108 -vn 0.000000 -0.707105 0.707108 -vn 0.000000 -0.707105 0.707108 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.003468 0.999994 -vn 0.000000 0.003468 0.999994 -vn 0.000000 0.003468 0.999994 -vn 0.000000 0.003468 0.999994 -vn 0.000000 0.003468 0.999994 -vn 0.000000 0.003468 0.999994 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.707114 -0.707100 -vn 0.000000 0.707114 -0.707100 -vn 0.000000 0.707114 -0.707100 -vn 0.000000 0.707106 -0.707107 -vn 0.000000 0.707106 -0.707107 -vn 0.000000 0.707106 -0.707107 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.328004 -0.944676 -vn 0.000000 0.328004 -0.944676 -vn 0.000000 0.328004 -0.944676 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111162 -0.993802 -vn 0.000000 -0.111162 -0.993802 -vn 0.000000 -0.111162 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.328068 -0.944654 -vn 0.000000 -0.328068 -0.944654 -vn 0.000000 -0.328068 -0.944654 -vn 0.000000 -0.327760 -0.944761 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.327760 -0.944761 -vn 0.000000 -0.328085 -0.944648 -vn 0.000000 -0.328085 -0.944648 -vn 0.000000 -0.328085 -0.944648 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.328329 -0.944564 -vn 0.000000 0.328329 -0.944564 -vn 0.000000 0.328329 -0.944564 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.327737 -0.944769 -vn 0.000000 0.327737 -0.944769 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111152 -0.993804 -vn 0.000000 0.111152 -0.993804 -vn 0.000000 0.111152 -0.993804 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.328068 -0.944654 -vn 0.000000 -0.328068 -0.944654 -vn 0.000000 -0.328068 -0.944654 -vn 0.000000 -0.327760 -0.944761 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.327760 -0.944761 -vn 0.000000 -0.328280 -0.944581 -vn 0.000000 -0.328280 -0.944581 -vn 0.000000 -0.328280 -0.944581 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.111162 -0.993802 -vn 0.000000 -0.111162 -0.993802 -vn 0.000000 -0.111162 -0.993802 -vn 0.000000 -0.111157 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.327972 -0.944688 -vn 0.000000 0.327972 -0.944688 -vn 0.000000 0.327972 -0.944688 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111159 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327955 -0.944693 -vn 0.000000 -0.327710 -0.944778 -vn 0.000000 -0.327710 -0.944778 -vn 0.000000 -0.327710 -0.944778 -vn 0.000000 -0.327984 -0.944683 -vn 0.000000 -0.327984 -0.944683 -vn 0.000000 -0.327984 -0.944683 -vn 0.000000 -0.327981 -0.944684 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.327981 -0.944684 -vn 0.000000 -0.327776 -0.944755 -vn 0.000000 -0.327776 -0.944755 -vn 0.000000 -0.327776 -0.944755 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327971 -0.944688 -vn 0.000000 0.327984 -0.944683 -vn 0.000000 0.327984 -0.944683 -vn 0.000000 0.327984 -0.944683 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.327808 -0.944744 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 0.327809 -0.944744 -vn 0.000000 0.327809 -0.944744 -vn 0.000000 0.327809 -0.944744 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.328068 -0.944654 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 0.327955 -0.944693 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.327955 -0.944693 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.327938 -0.944699 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328069 -0.944654 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.328003 -0.944677 -vn 0.000000 0.111162 -0.993802 -vn 0.000000 0.111162 -0.993802 -vn 0.000000 0.111162 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111164 -0.993802 -vn 0.000000 0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.328003 -0.944677 -vn 0.000000 -0.328003 -0.944677 -vn 0.000000 -0.328003 -0.944677 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.328069 -0.944654 -vn 0.000000 -0.328069 -0.944654 -vn 0.000000 -0.328069 -0.944654 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 0.111152 -0.993804 -vn 0.000000 0.111152 -0.993804 -vn 0.000000 0.111152 -0.993804 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111164 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111163 -0.993802 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.111158 -0.993803 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327939 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.327938 -0.944699 -vn 0.000000 -0.328003 -0.944677 -vn 0.000000 -0.328003 -0.944677 -vn 0.000000 -0.328003 -0.944677 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707114 -0.707100 -vn 0.000000 -0.707114 -0.707100 -vn 0.000000 -0.707114 -0.707100 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000010 1.000000 -0.000007 -vn -0.000010 1.000000 -0.000007 -vn -0.000010 1.000000 -0.000007 -vn 0.000004 1.000000 0.000004 -vn 0.000004 1.000000 0.000004 -vn 0.000004 1.000000 0.000004 -vn 0.000000 1.000000 0.000019 -vn 0.000000 1.000000 0.000019 -vn 0.000000 1.000000 0.000019 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.707105 0.707108 -vn 0.000000 0.707105 0.707108 -vn 0.000000 0.707105 0.707108 -vn 0.000000 0.707102 0.707112 -vn 0.000000 0.707102 0.707112 -vn 0.000000 0.707102 0.707112 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944630 0.328139 -vn 0.000000 0.944629 0.328139 -vn 0.000000 0.944629 0.328139 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993797 -0.111207 -vn 0.000000 0.993797 -0.111207 -vn 0.000000 0.993797 -0.111207 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944597 -0.328234 -vn 0.000000 0.944597 -0.328234 -vn 0.000000 0.944596 -0.328234 -vn 0.000000 0.944678 -0.328000 -vn 0.000000 0.944678 -0.328000 -vn 0.000000 0.944678 -0.328000 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944434 -0.328702 -vn 0.000000 0.944434 -0.328702 -vn 0.000000 0.944434 -0.328702 -vn 0.000000 0.944629 -0.328140 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944629 -0.328140 -vn 0.000000 0.944677 -0.328001 -vn 0.000000 0.944677 -0.328001 -vn 0.000000 0.944677 -0.328001 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.000000 0.000000 -vn 0.000001 0.944694 0.327952 -vn 0.000001 0.944694 0.327952 -vn 0.000001 0.993805 0.111134 -vn 0.000001 0.993805 0.111134 -vn 0.000001 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944629 -0.328140 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944629 -0.328140 -vn 0.000000 0.944759 -0.327766 -vn 0.000000 0.944759 -0.327766 -vn 0.000000 0.944759 -0.327766 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944695 0.327951 -vn 0.000000 0.944695 0.327951 -vn 0.000000 0.944695 0.327951 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944596 -0.328234 -vn 0.000000 0.944596 -0.328234 -vn 0.000000 0.944596 -0.328234 -vn 0.000000 0.944677 -0.328001 -vn 0.000000 0.944677 -0.328001 -vn 0.000000 0.944677 -0.328001 -vn 0.000000 0.993809 -0.111103 -vn 0.000000 0.993809 -0.111103 -vn 0.000000 0.993809 -0.111103 -vn 0.000000 0.993794 -0.111238 -vn 0.000000 0.993794 -0.111238 -vn 0.000000 0.993794 -0.111238 -vn 0.000000 0.993797 0.111207 -vn 0.000000 0.993797 0.111207 -vn 0.000000 0.993797 0.111207 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944629 -0.328141 -vn 0.000000 0.944629 -0.328141 -vn 0.000000 0.944629 -0.328141 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993797 0.111207 -vn 0.000000 0.993797 0.111207 -vn 0.000000 0.993797 0.111207 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111135 -vn 0.000000 0.993805 -0.111135 -vn 0.000000 0.993805 -0.111135 -vn 0.000000 0.944662 -0.328046 -vn 0.000000 0.944662 -0.328046 -vn 0.000000 0.944662 -0.328046 -vn 0.000001 0.944637 -0.328118 -vn 0.000001 0.944637 -0.328118 -vn 0.000001 0.944637 -0.328118 -vn 0.000000 0.944675 -0.328007 -vn 0.000000 0.944675 -0.328007 -vn 0.000000 0.944675 -0.328007 -vn -0.000001 0.944654 -0.328069 -vn -0.000000 0.000000 -0.000000 -vn -0.000001 0.944654 -0.328069 -vn 0.000000 0.944645 -0.328094 -vn 0.000000 0.944645 -0.328094 -vn 0.000000 0.944645 -0.328094 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.944662 0.328045 -vn 0.000000 0.993805 0.111135 -vn 0.000000 0.993805 0.111135 -vn 0.000000 0.993805 0.111135 -vn 0.000000 0.944663 0.328043 -vn 0.000000 0.944663 0.328043 -vn 0.000000 0.944663 0.328043 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn 0.000000 0.944668 0.328029 -vn -0.000001 0.944694 0.327952 -vn -0.000001 0.944694 0.327952 -vn -0.000001 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944565 0.328326 -vn 0.000000 0.944564 0.328326 -vn 0.000000 0.944565 0.328326 -vn 0.000000 0.993805 0.111135 -vn 0.000000 0.993805 0.111135 -vn 0.000000 0.993805 0.111135 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993794 0.111238 -vn 0.000000 0.993794 0.111238 -vn 0.000000 0.993794 0.111238 -vn 0.000000 0.993811 0.111082 -vn 0.000000 0.993811 0.111082 -vn 0.000000 0.993811 0.111082 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944825 0.327577 -vn 0.000000 0.944825 0.327577 -vn 0.000000 0.944825 0.327577 -vn 0.000000 0.944434 0.328700 -vn 0.000000 0.944434 0.328700 -vn 0.000000 0.944434 0.328700 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111185 -vn 0.000000 0.993800 -0.111185 -vn 0.000000 0.993800 -0.111185 -vn 0.000001 0.993805 -0.111134 -vn 0.000001 0.993805 -0.111134 -vn 0.000001 0.993805 -0.111134 -vn 0.000000 0.944630 0.328139 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944629 0.328139 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn -0.000001 0.993805 0.111134 -vn -0.000001 0.993805 0.111134 -vn -0.000001 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944694 0.327952 -vn 0.000000 0.944629 0.328139 -vn 0.000000 0.944629 0.328139 -vn 0.000000 0.944629 0.328139 -vn 0.000000 0.993808 0.111113 -vn 0.000000 0.993808 0.111113 -vn 0.000000 0.993808 0.111113 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993805 0.111134 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944824 -0.327579 -vn 0.000000 0.944824 -0.327579 -vn 0.000000 0.944824 -0.327579 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn -0.000001 0.993806 -0.111134 -vn -0.000001 0.993805 -0.111134 -vn -0.000001 0.993806 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111135 -vn 0.000000 0.993805 -0.111135 -vn 0.000000 0.993805 -0.111135 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993805 -0.111134 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.993800 -0.111186 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944661 -0.328047 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.944694 -0.327953 -vn 0.000000 0.707101 -0.707112 -vn 0.000000 0.707101 -0.707112 -vn 0.000000 0.707101 -0.707112 -vn 0.000000 0.707105 -0.707109 -vn 0.000000 0.707105 -0.707109 -vn 0.000000 0.707105 -0.707109 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.707114 0.707099 -vn 0.000000 -0.707114 0.707099 -vn 0.000000 -0.707114 0.707099 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.327965 0.944690 -vn 0.000000 -0.327965 0.944690 -vn 0.000000 -0.327965 0.944690 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111159 0.993803 -vn 0.000000 0.111159 0.993803 -vn 0.000000 0.111159 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.328030 0.944667 -vn 0.000000 0.328030 0.944667 -vn 0.000000 0.328030 0.944667 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.327900 0.944713 -vn 0.000000 0.327900 0.944713 -vn 0.000000 0.327900 0.944713 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.327819 0.944741 -vn 0.000000 0.327819 0.944741 -vn 0.000000 0.327819 0.944741 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.327835 0.944735 -vn 0.000000 0.327835 0.944735 -vn 0.000000 0.327835 0.944735 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.328339 0.944560 -vn 0.000000 -0.328339 0.944560 -vn 0.000000 -0.328339 0.944560 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.327965 0.944690 -vn 0.000000 0.111165 0.993802 -vn 0.000000 0.111165 0.993802 -vn 0.000000 0.111165 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111162 0.993802 -vn 0.000000 -0.111162 0.993802 -vn 0.000000 -0.111162 0.993802 -vn 0.000000 -0.111157 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.327949 0.944695 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111162 0.993802 -vn 0.000000 -0.111162 0.993802 -vn 0.000000 -0.111162 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.328209 0.944605 -vn 0.000000 0.328209 0.944605 -vn 0.000000 0.328209 0.944605 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327989 0.944682 -vn 0.000000 0.327932 0.944701 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.327932 0.944701 -vn 0.000000 0.328209 0.944605 -vn 0.000000 0.328209 0.944605 -vn 0.000000 0.328209 0.944605 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000001 -0.327965 0.944690 -vn 0.000001 -0.327965 0.944690 -vn 0.000001 -0.327965 0.944690 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327989 0.944682 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 0.327981 0.944684 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.328079 0.944650 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.327819 0.944741 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.327770 0.944758 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.327770 0.944758 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.327949 0.944696 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111164 0.993802 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.327819 0.944741 -vn 0.000000 0.327819 0.944741 -vn 0.000000 0.327819 0.944741 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111152 0.993804 -vn 0.000000 0.111152 0.993804 -vn 0.000000 0.111152 0.993804 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 -0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 -0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111164 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111163 0.993802 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.111158 0.993803 -vn 0.000000 0.327982 0.944684 -vn 0.000000 0.327982 0.944684 -vn 0.000000 0.327982 0.944684 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.707107 0.707107 -vn 0.000000 0.707107 0.707107 -vn 0.000000 0.707107 0.707107 -vn 0.000000 0.707114 0.707099 -vn 0.000000 0.707114 0.707099 -vn 0.000000 0.707114 0.707099 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000010 -vn -0.000010 -1.000000 0.000010 -vn -0.000010 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000006 -1.000000 -0.000004 -vn -0.000006 -1.000000 -0.000004 -vn -0.000006 -1.000000 -0.000004 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000003 -1.000000 0.000000 -vn 0.000003 -1.000000 0.000000 -vn 0.000003 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000001 -1.000000 -0.000005 -vn -0.000001 -1.000000 -0.000005 -vn -0.000001 -1.000000 -0.000005 -vn 0.000004 -1.000000 0.000031 -vn 0.000004 -1.000000 0.000031 -vn 0.000004 -1.000000 0.000031 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000010 -1.000000 0.000000 -vn 0.000010 -1.000000 0.000000 -vn 0.000010 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000001 -1.000000 -0.000002 -vn 0.000001 -1.000000 -0.000002 -vn 0.000001 -1.000000 -0.000002 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000004 -vn 0.000006 -1.000000 0.000004 -vn 0.000006 -1.000000 0.000004 -vn 0.000010 -1.000000 -0.000010 -vn 0.000010 -1.000000 -0.000010 -vn 0.000010 -1.000000 -0.000010 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000001 -1.000000 -0.000002 -vn -0.000001 -1.000000 -0.000002 -vn -0.000001 -1.000000 -0.000002 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000004 -vn -0.000006 -1.000000 0.000004 -vn -0.000006 -1.000000 0.000004 -vn -0.000010 -1.000000 -0.000010 -vn -0.000010 -1.000000 -0.000010 -vn -0.000010 -1.000000 -0.000010 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.707108 0.000000 0.707105 -vn -0.707108 0.000000 0.707105 -vn -0.707108 0.000000 0.707105 -vn -0.707106 0.000000 0.707107 -vn -0.707106 0.000000 0.707107 -vn -0.707106 0.000000 0.707107 -vn 0.000000 -0.000000 1.000000 -vn 0.000000 -0.000000 1.000000 -vn 0.000000 -0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707108 -0.000000 0.707105 -vn 0.707108 -0.000000 0.707105 -vn 0.707108 -0.000000 0.707105 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707104 0.000000 0.707110 -vn 0.707104 0.000000 0.707110 -vn 0.707104 0.000000 0.707110 -vn 0.707105 0.000000 0.707108 -vn 0.707106 0.000000 0.707108 -vn 0.707105 0.000000 0.707108 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707108 0.000000 -0.707106 -vn -0.707108 0.000000 -0.707106 -vn -0.707108 0.000000 -0.707106 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -1.000000 0.000000 -0.000005 -vn -1.000000 0.000000 -0.000005 -vn -1.000000 0.000000 -0.000005 -vn -1.000000 0.000000 0.000005 -vn -1.000000 0.000000 0.000005 -vn -1.000000 0.000000 0.000005 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707108 0.000000 0.707105 -vn -0.707108 0.000000 0.707105 -vn -0.707108 0.000000 0.707105 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.004331 0.000000 0.999991 -vn 0.004331 0.000000 0.999991 -vn 0.004331 0.000000 0.999991 -vn 0.000000 0.000011 1.000000 -vn 0.000000 0.000011 1.000000 -vn 0.000000 0.000011 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707105 0.000000 -0.707109 -vn 0.707105 0.000000 -0.707109 -vn 0.707105 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707107 -vn 0.707106 0.000000 -0.707107 -vn 0.707106 0.000000 -0.707107 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707108 0.000000 -0.707105 -vn -0.707109 0.000000 -0.707105 -vn -0.707109 0.000000 -0.707105 -vn -0.707108 0.000000 -0.707105 -vn -0.707108 0.000000 -0.707105 -vn -0.707108 0.000000 -0.707105 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.707106 0.000000 0.707108 -vn 0.707106 0.000000 0.707108 -vn 0.707106 0.000000 0.707108 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 1.000000 0.000000 -0.000005 -vn 1.000000 0.000000 -0.000005 -vn 1.000000 0.000000 -0.000005 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000005 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707105 0.000000 -0.707108 -vn 0.707106 0.000000 -0.707108 -vn 0.707105 0.000000 -0.707108 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.000008 0.000000 -1.000000 -vn -0.000008 0.000000 -1.000000 -vn -0.000008 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000000 1.000000 0.000031 -vn 0.000000 1.000000 0.000031 -vn 0.000000 1.000000 0.000031 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000003 1.000000 0.000000 -vn -0.000003 1.000000 0.000000 -vn -0.000003 1.000000 0.000000 -vn 0.000000 1.000000 0.000031 -vn 0.000000 1.000000 0.000031 -vn 0.000000 1.000000 0.000031 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000001 1.000000 -0.000008 -vn 0.000001 1.000000 -0.000008 -vn 0.000001 1.000000 -0.000008 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000001 -1.000000 0.000000 -vn -0.000001 -1.000000 0.000000 -vn -0.000001 -1.000000 0.000000 -vn 0.000003 -1.000000 0.000000 -vn 0.000003 -1.000000 0.000000 -vn 0.000003 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000000 -vn -0.000010 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000008 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn -0.000001 -1.000000 -0.000006 -vn -0.000001 -1.000000 -0.000006 -vn -0.000001 -1.000000 -0.000006 -vn 0.000004 -1.000000 0.000031 -vn 0.000004 -1.000000 0.000031 -vn 0.000004 -1.000000 0.000031 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn -0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000006 -1.000000 0.000000 -vn 0.000010 -1.000000 0.000000 -vn 0.000010 -1.000000 0.000000 -vn 0.000010 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000006 -1.000000 -0.000004 -vn 0.000006 -1.000000 -0.000004 -vn 0.000006 -1.000000 -0.000004 -vn 0.000010 -1.000000 0.000010 -vn 0.000010 -1.000000 0.000010 -vn 0.000010 -1.000000 0.000010 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn -0.000008 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707109 0.000000 0.707105 -vn 0.707108 0.000000 0.707105 -vn 0.707108 0.000000 0.707105 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 0.000005 -vn 1.000000 0.000000 -0.000005 -vn 1.000000 0.000000 -0.000005 -vn 1.000000 0.000000 -0.000005 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707108 0.000000 -0.707105 -vn 0.707108 0.000000 -0.707105 -vn 0.707108 0.000000 -0.707105 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.000008 0.000000 -1.000000 -vn -0.000008 0.000000 -1.000000 -vn -0.000008 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707106 0.000000 0.707108 -vn -0.707106 0.000000 0.707108 -vn -0.707106 0.000000 0.707108 -vn -0.707104 0.000000 0.707110 -vn -0.707104 0.000000 0.707110 -vn -0.707104 0.000000 0.707110 -vn 0.000000 -0.000000 1.000000 -vn 0.000000 -0.000000 1.000000 -vn 0.000000 -0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707105 -0.000000 0.707108 -vn 0.707106 -0.000000 0.707108 -vn 0.707105 -0.000000 0.707108 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707107 0.000000 0.707107 -vn 0.707108 0.000000 0.707105 -vn 0.707108 0.000000 0.707105 -vn 0.707108 0.000000 0.707105 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707105 0.000000 -0.707108 -vn -0.707105 0.000000 -0.707108 -vn -0.707105 0.000000 -0.707109 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -1.000000 0.000000 0.000005 -vn -1.000000 0.000000 0.000005 -vn -1.000000 0.000000 0.000005 -vn -1.000000 0.000000 -0.000005 -vn -1.000000 0.000000 -0.000005 -vn -1.000000 0.000000 -0.000005 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707107 0.000000 0.707107 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn -0.707105 0.000000 0.707108 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707108 0.000000 -0.707106 -vn 0.707108 0.000000 -0.707106 -vn 0.707108 0.000000 -0.707106 -vn 0.707109 0.000000 -0.707105 -vn 0.707109 0.000000 -0.707105 -vn 0.707109 0.000000 -0.707105 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn -0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.707107 0.000000 -0.707107 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn -0.707106 0.000000 -0.707108 -vn -0.707105 0.000000 -0.707108 -vn -0.707105 0.000000 -0.707108 -vn -0.707105 0.000000 -0.707108 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.004331 0.000011 0.999991 -vn -0.004331 0.000011 0.999991 -vn -0.004331 0.000011 0.999991 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000003 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000003 1.000000 0.000000 -vn -0.000003 1.000000 0.000000 -vn -0.000003 1.000000 0.000000 -vn 0.000000 1.000000 -0.000031 -vn 0.000000 1.000000 -0.000031 -vn 0.000000 1.000000 -0.000031 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000001 1.000000 0.000008 -vn 0.000001 1.000000 0.000008 -vn 0.000001 1.000000 0.000008 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000006 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn -0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000001 1.000000 0.000008 -vn -0.000001 1.000000 0.000008 -vn -0.000001 1.000000 0.000008 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000006 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn -0.000010 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000008 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000002 -1.000000 -vn 0.000002 0.000002 -1.000000 -vn 0.000002 0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.707099 -0.707114 0.000000 -vn -0.707099 -0.707114 0.000000 -vn -0.707099 -0.707114 0.000000 -vn -0.707109 -0.707105 0.000000 -vn -0.707109 -0.707105 0.000000 -vn -0.707109 -0.707105 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707106 -0.707107 0.000000 -vn 0.707106 -0.707107 0.000000 -vn 0.707106 -0.707107 0.000000 -vn 0.707111 -0.707102 0.000000 -vn 0.707111 -0.707102 0.000000 -vn 0.707111 -0.707102 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.707099 -0.707114 0.000000 -vn -0.707099 -0.707114 0.000000 -vn -0.707099 -0.707114 0.000000 -vn -0.707109 -0.707105 0.000000 -vn -0.707109 -0.707105 0.000000 -vn -0.707109 -0.707105 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707106 -0.707107 0.000000 -vn 0.707106 -0.707107 0.000000 -vn 0.707106 -0.707107 0.000000 -vn 0.707109 -0.707105 0.000000 -vn 0.707109 -0.707105 0.000000 -vn 0.707109 -0.707105 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707107 0.707106 0.000000 -vn -0.707107 0.707106 0.000000 -vn -0.707107 0.707106 0.000000 -vn -0.707105 0.707109 0.000000 -vn -0.707105 0.707109 0.000000 -vn -0.707105 0.707109 0.000000 -vn -1.000000 -0.000018 0.000000 -vn -1.000000 -0.000018 0.000000 -vn -1.000000 -0.000018 0.000000 -vn -1.000000 0.000009 0.000000 -vn -1.000000 0.000009 0.000000 -vn -1.000000 0.000009 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707112 0.707102 0.000000 -vn 0.707112 0.707102 0.000000 -vn 0.707112 0.707102 0.000000 -vn 0.707104 0.707109 0.000000 -vn 0.707104 0.707109 0.000000 -vn 0.707104 0.707109 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707109 0.707104 0.000000 -vn -0.707109 0.707104 0.000000 -vn -0.707109 0.707104 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707107 0.707107 0.000000 -vn 0.707107 0.707107 0.000000 -vn 0.707107 0.707107 0.000000 -vn 0.707104 0.707109 0.000000 -vn 0.707104 0.707109 0.000000 -vn 0.707104 0.707109 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707102 0.707112 0.000000 -vn -0.707102 0.707112 0.000000 -vn -0.707102 0.707112 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 1.000000 -0.000001 0.000000 -vn 1.000000 -0.000001 0.000000 -vn 1.000000 -0.000001 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000019 0.000000 -vn 1.000000 0.000019 0.000000 -vn 0.707114 0.707099 0.000000 -vn 0.707114 0.707099 0.000000 -vn 0.707114 0.707099 0.000000 -vn 0.707105 0.707109 0.000000 -vn 0.707105 0.707109 0.000000 -vn 0.707105 0.707109 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn 0.000015 0.000000 1.000000 -vn 0.000015 0.000000 1.000000 -vn 0.000015 0.000000 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn -0.000015 -0.000019 1.000000 -vn -0.000015 -0.000019 1.000000 -vn -0.000015 -0.000019 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000010 0.000000 1.000000 -vn 0.000010 0.000000 1.000000 -vn 0.000010 0.000000 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn -0.000010 0.000000 1.000000 -vn -0.000010 0.000000 1.000000 -vn -0.000010 0.000000 1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 -0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 1.000000 0.000001 0.000000 -vn 1.000000 0.000001 0.000000 -vn 1.000000 0.000001 0.000000 -vn 1.000000 -0.000009 0.000000 -vn 1.000000 -0.000009 0.000000 -vn 1.000000 -0.000009 0.000000 -vn 0.707102 0.707111 0.000000 -vn 0.707102 0.707111 0.000000 -vn 0.707102 0.707111 0.000000 -vn 0.707110 0.707104 0.000000 -vn 0.707110 0.707104 0.000000 -vn 0.707110 0.707104 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.000002 1.000000 0.000000 -vn -0.707111 -0.707102 0.000000 -vn -0.707111 -0.707102 0.000000 -vn -0.707111 -0.707102 0.000000 -vn -0.707104 -0.707110 0.000000 -vn -0.707104 -0.707110 0.000000 -vn -0.707104 -0.707110 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707101 -0.707112 0.000000 -vn 0.707101 -0.707112 0.000000 -vn 0.707101 -0.707112 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 0.000001 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.000001 1.000000 0.000000 -vn -0.707114 -0.707100 0.000000 -vn -0.707114 -0.707100 0.000000 -vn -0.707114 -0.707100 0.000000 -vn -0.707104 -0.707110 0.000000 -vn -0.707104 -0.707110 0.000000 -vn -0.707104 -0.707110 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707107 -0.707107 0.000000 -vn 0.707101 -0.707112 0.000000 -vn 0.707101 -0.707112 0.000000 -vn 0.707101 -0.707112 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 0.000002 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707112 0.707101 0.000000 -vn -0.707112 0.707101 0.000000 -vn -0.707112 0.707101 0.000000 -vn -1.000000 0.000027 0.000000 -vn -1.000000 0.000027 0.000000 -vn -1.000000 0.000027 0.000000 -vn -1.000000 -0.000009 0.000000 -vn -1.000000 -0.000009 0.000000 -vn -1.000000 -0.000009 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn -0.707107 -0.707107 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707099 0.707114 0.000000 -vn 0.707100 0.707114 0.000000 -vn 0.707100 0.707114 0.000000 -vn 0.707109 0.707104 0.000000 -vn 0.707109 0.707104 0.000000 -vn 0.707109 0.707104 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707104 0.707109 -0.000000 -vn -0.707104 0.707109 -0.000000 -vn -0.707104 0.707109 -0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.707107 0.707107 0.000000 -vn 0.707107 0.707107 0.000000 -vn 0.707107 0.707107 0.000000 -vn 0.707109 0.707104 0.000000 -vn 0.707109 0.707104 0.000000 -vn 0.707109 0.707104 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707107 0.707107 0.000000 -vn -0.707109 0.707104 0.000000 -vn -0.707109 0.707104 0.000000 -vn -0.707109 0.707104 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000005 0.000000 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 -0.000008 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 0.000008 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000019 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 -0.000010 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn 0.000000 -0.000019 1.000000 -vn -0.000015 0.000019 1.000000 -vn -0.000015 0.000019 1.000000 -vn -0.000015 0.000019 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 0.000010 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 -0.000031 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000022 0.000000 -vn 1.000000 0.000022 0.000000 -vn 1.000000 0.000022 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000010 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000012 0.000000 -vn 1.000000 -0.000012 0.000000 -vn 1.000000 -0.000012 0.000000 -vn 1.000000 0.000032 0.000000 -vn 1.000000 0.000032 0.000000 -vn 1.000000 0.000032 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 -0.000042 0.000000 -vn 1.000000 -0.000042 0.000000 -vn 1.000000 -0.000042 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000012 0.000000 -vn 1.000000 0.000012 0.000000 -vn 1.000000 0.000012 0.000000 -vn 1.000000 -0.000032 0.000000 -vn 1.000000 -0.000032 0.000000 -vn 1.000000 -0.000032 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000042 0.000000 -vn 1.000000 0.000042 0.000000 -vn 1.000000 0.000042 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -1.000000 -0.000001 0.000001 -vn -1.000000 -0.000001 0.000001 -vn -1.000000 -0.000001 0.000001 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 0.000000 0.000002 -vn 1.000000 -0.000035 0.000000 -vn 1.000000 -0.000035 0.000000 -vn 1.000000 -0.000035 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000021 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000012 0.000000 -vn -1.000000 -0.000012 0.000000 -vn -1.000000 -0.000012 0.000000 -vn -1.000000 0.000032 0.000000 -vn -1.000000 0.000032 0.000000 -vn -1.000000 0.000032 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000042 0.000000 -vn -1.000000 -0.000042 0.000000 -vn -1.000000 -0.000042 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000035 0.000000 -vn -1.000000 0.000035 0.000000 -vn -1.000000 0.000035 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 -0.000021 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000012 0.000000 -vn -1.000000 0.000012 0.000000 -vn -1.000000 0.000012 0.000000 -vn -1.000000 -0.000032 0.000000 -vn -1.000000 -0.000032 0.000000 -vn -1.000000 -0.000032 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000042 0.000000 -vn -1.000000 0.000042 0.000000 -vn -1.000000 0.000042 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 0.000000 0.000002 -vn -1.000000 -0.000022 0.000000 -vn -1.000000 -0.000022 0.000000 -vn -1.000000 -0.000022 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 0.000000 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 -0.000010 0.000000 -vn -1.000000 -0.000010 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000001 -vn 1.000000 0.000000 0.000001 -vn 1.000000 0.000000 0.000001 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -0.707106 -0.707107 -vn 0.000000 -0.707107 -0.707107 -vn 0.000000 -0.707107 -0.707107 -vn 0.000000 -0.707107 -0.707106 -vn 0.000000 -0.707107 -0.707106 -vn 0.000000 -0.707107 -0.707106 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 0.111150 -vn 0.000000 -0.993804 0.111150 -vn 0.000000 -0.993804 0.111150 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944673 0.328014 -vn 0.000000 -0.944673 0.328014 -vn 0.000000 -0.944673 0.328014 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.944673 0.328014 -vn 0.000000 -0.944673 0.328014 -vn 0.000000 -0.944673 0.328014 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944693 0.327955 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.944657 0.328061 -vn 0.000000 -0.944657 0.328061 -vn 0.000000 -0.944657 0.328061 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.944628 -0.328142 -vn 0.000000 -0.944628 -0.328142 -vn 0.000000 -0.944628 -0.328142 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944694 -0.327954 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.944689 0.327967 -vn 0.000000 -0.993804 0.111150 -vn 0.000000 -0.993804 0.111150 -vn 0.000000 -0.993804 0.111150 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 -0.111150 -vn 0.000000 -0.993804 -0.111150 -vn 0.000000 -0.993804 -0.111150 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944685 -0.327979 -vn 0.000000 -0.944685 -0.327979 -vn 0.000000 -0.944685 -0.327979 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 -0.111150 -vn 0.000000 -0.993804 -0.111150 -vn 0.000000 -0.993804 -0.111150 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944675 0.328007 -vn 0.000000 -0.944675 0.328007 -vn 0.000000 -0.944675 0.328007 -vn 0.000000 -0.944681 0.327990 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.944681 0.327990 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944675 -0.328007 -vn 0.000000 -0.944675 -0.328007 -vn 0.000000 -0.944675 -0.328007 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944677 0.328002 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 -0.328048 -vn 0.000000 -0.944661 -0.328048 -vn 0.000000 -0.944661 -0.328048 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.944693 -0.327955 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.944689 -0.327967 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.944689 -0.327967 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944694 0.327954 -vn 0.000000 -0.944694 0.327954 -vn 0.000000 -0.944694 0.327954 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944661 -0.328049 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.944677 -0.328002 -vn 0.000000 -0.993805 -0.111141 -vn 0.000000 -0.993805 -0.111141 -vn 0.000000 -0.993805 -0.111141 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993804 -0.111145 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.944661 0.328048 -vn 0.000000 -0.944661 0.328048 -vn 0.000000 -0.944661 0.328048 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993801 -0.111171 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 -0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993801 0.111171 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993804 0.111145 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.993803 0.111158 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944685 0.327979 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.944661 0.328049 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707105 0.707109 -vn 0.000000 -0.707104 0.707110 -vn 0.000000 -0.707104 0.707110 -vn 0.000000 -0.707104 0.707110 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000001 -vn -0.000002 -1.000000 0.000001 -vn -0.000002 -1.000000 0.000001 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000000 -1.000000 -0.000005 -vn 0.000000 -1.000000 -0.000005 -vn 0.000000 -1.000000 -0.000005 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn -0.000002 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.707110 -0.707103 -vn 0.000000 0.707110 -0.707103 -vn 0.000000 0.707110 -0.707103 -vn 0.000000 0.707109 -0.707104 -vn 0.000000 0.707109 -0.707104 -vn 0.000000 0.707109 -0.707104 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111140 -0.993805 -vn 0.000000 -0.111143 -0.993804 -vn 0.000000 -0.111143 -0.993804 -vn 0.000000 -0.111143 -0.993804 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.328018 -0.944671 -vn 0.000000 -0.328018 -0.944671 -vn 0.000000 -0.328019 -0.944671 -vn 0.000000 -0.328006 -0.944676 -vn 0.000000 -0.328006 -0.944676 -vn 0.000000 -0.328006 -0.944676 -vn 0.000000 -0.328026 -0.944669 -vn 0.000000 -0.328026 -0.944669 -vn 0.000000 -0.328026 -0.944669 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.327981 -0.944684 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.327981 -0.944684 -vn 0.000000 -0.327994 -0.944680 -vn 0.000000 -0.327994 -0.944680 -vn 0.000000 -0.327994 -0.944680 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.328671 -0.944445 -vn 0.000000 0.328671 -0.944445 -vn -0.000007 0.111184 -0.993800 -vn -0.000007 0.111184 -0.993800 -vn -0.000007 0.111184 -0.993800 -vn 0.000000 0.111186 -0.993800 -vn 0.000000 0.111186 -0.993800 -vn 0.000000 0.111186 -0.993800 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.327969 -0.944688 -vn 0.000000 -0.327969 -0.944688 -vn 0.000000 -0.327969 -0.944688 -vn 0.000000 -0.327981 -0.944684 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.327981 -0.944684 -vn 0.000000 -0.328079 -0.944650 -vn 0.000000 -0.328079 -0.944650 -vn 0.000000 -0.328079 -0.944650 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.328035 -0.944666 -vn 0.000000 0.328035 -0.944666 -vn 0.000000 0.328035 -0.944666 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328006 -0.944676 -vn 0.000000 -0.328006 -0.944676 -vn 0.000000 -0.328006 -0.944676 -vn 0.000000 -0.328027 -0.944668 -vn 0.000000 -0.328027 -0.944668 -vn 0.000000 -0.328027 -0.944668 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.328018 -0.944671 -vn 0.000000 0.328018 -0.944671 -vn 0.000000 0.328019 -0.944671 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328026 -0.944669 -vn 0.000000 0.328026 -0.944669 -vn 0.000000 0.328026 -0.944669 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328581 -0.944476 -vn 0.000000 -0.328581 -0.944476 -vn 0.000000 -0.328581 -0.944476 -vn 0.000000 -0.327975 -0.944686 -vn 0.000000 -0.327975 -0.944686 -vn 0.000000 -0.327975 -0.944686 -vn 0.000000 -0.328561 -0.944483 -vn 0.000000 0.000000 0.000000 -vn 0.000000 -0.328561 -0.944483 -vn 0.000000 -0.328050 -0.944660 -vn 0.000000 -0.328050 -0.944660 -vn 0.000000 -0.328050 -0.944660 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.328018 -0.944672 -vn 0.000000 0.327978 -0.944685 -vn 0.000000 0.327978 -0.944685 -vn 0.000000 0.327978 -0.944685 -vn 0.000000 0.328565 -0.944481 -vn 0.000000 0.328565 -0.944481 -vn 0.000000 0.328565 -0.944481 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111140 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328019 -0.944671 -vn 0.000000 0.328018 -0.944671 -vn 0.000000 0.328019 -0.944671 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111140 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111144 -0.993804 -vn 0.000000 0.111144 -0.993804 -vn 0.000000 0.111144 -0.993804 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.327969 -0.944689 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.327969 -0.944688 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.328099 -0.944643 -vn 0.000000 0.328099 -0.944643 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 -0.111187 -0.993800 -vn 0.000000 -0.111187 -0.993800 -vn 0.000000 -0.111187 -0.993800 -vn -0.000007 -0.111141 -0.993805 -vn -0.000007 -0.111141 -0.993805 -vn -0.000007 -0.111141 -0.993805 -vn 0.000000 0.328079 -0.944650 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.328079 -0.944650 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000007 0.111141 -0.993805 -vn 0.000007 0.111141 -0.993805 -vn 0.000007 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328002 -0.944677 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.328034 -0.944666 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111140 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111140 -0.993805 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111144 -0.993804 -vn 0.000000 -0.111144 -0.993804 -vn 0.000000 -0.111144 -0.993804 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.328067 -0.944654 -vn 0.000000 -0.328067 -0.944654 -vn 0.000000 -0.328067 -0.944654 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000000 0.111142 -0.993805 -vn 0.000007 -0.111186 -0.993800 -vn 0.000007 -0.111186 -0.993800 -vn 0.000007 -0.111186 -0.993800 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.328034 -0.944666 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111141 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.111142 -0.993805 -vn 0.000000 -0.328010 -0.944674 -vn 0.000000 -0.328010 -0.944674 -vn 0.000000 -0.328010 -0.944674 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328002 -0.944677 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.328018 -0.944672 -vn 0.000000 -0.707109 -0.707104 -vn 0.000000 -0.707109 -0.707104 -vn 0.000000 -0.707109 -0.707104 -vn 0.000000 -0.707109 -0.707104 -vn 0.000000 -0.707109 -0.707104 -vn 0.000000 -0.707109 -0.707104 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000008 -1.000000 -vn 0.000000 -0.000008 -1.000000 -vn 0.000000 -0.000008 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000008 -1.000000 -vn 0.000000 0.000008 -1.000000 -vn 0.000000 0.000008 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 -0.000002 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.707105 0.707108 -vn 0.000000 0.707105 0.707108 -vn 0.000000 0.707105 0.707108 -vn 0.000000 0.707105 0.707109 -vn 0.000000 0.707105 0.707109 -vn 0.000000 0.707105 0.707109 -vn 0.000000 0.944681 0.327990 -vn 0.000000 0.944681 0.327990 -vn 0.000000 0.944681 0.327990 -vn 0.000000 0.944685 0.327979 -vn 0.000000 0.944685 0.327979 -vn 0.000000 0.944685 0.327979 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111173 -vn 0.000000 0.993801 -0.111173 -vn 0.000000 0.993801 -0.111173 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.944669 -0.328026 -vn 0.000000 0.944669 -0.328026 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944653 -0.328072 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944653 -0.328072 -vn 0.000000 0.944669 -0.328026 -vn 0.000000 0.944669 -0.328026 -vn 0.000000 0.944669 -0.328026 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.993806 0.111132 -vn 0.000000 0.993806 0.111132 -vn 0.000000 0.993806 0.111132 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944653 -0.328072 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944653 -0.328072 -vn 0.000000 0.944718 -0.327885 -vn 0.000000 0.944718 -0.327885 -vn 0.000000 0.944718 -0.327885 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944694 0.327954 -vn 0.000000 0.944694 0.327954 -vn 0.000000 0.944694 0.327954 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.944669 -0.328025 -vn 0.000000 0.944701 -0.327932 -vn 0.000000 0.944701 -0.327932 -vn 0.000000 0.944701 -0.327932 -vn 0.000000 0.993804 -0.111147 -vn 0.000000 0.993804 -0.111147 -vn 0.000000 0.993804 -0.111147 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111173 -vn 0.000000 0.993801 0.111173 -vn 0.000000 0.993801 0.111173 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944685 -0.327979 -vn 0.000000 0.944685 -0.327979 -vn 0.000000 0.944685 -0.327979 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111173 -vn 0.000000 0.993801 0.111173 -vn 0.000000 0.993801 0.111173 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944681 -0.327990 -vn 0.000000 0.944681 -0.327990 -vn 0.000001 0.944657 -0.328061 -vn 0.000001 0.944657 -0.328061 -vn 0.000001 0.944657 -0.328061 -vn 0.000000 0.944682 -0.327988 -vn 0.000000 0.944682 -0.327987 -vn 0.000000 0.944682 -0.327987 -vn -0.000001 0.944657 -0.328061 -vn -0.000000 0.000000 -0.000000 -vn -0.000001 0.944657 -0.328061 -vn 0.000000 0.944657 -0.328061 -vn 0.000000 0.944657 -0.328061 -vn 0.000000 0.944657 -0.328061 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.944685 0.327979 -vn 0.000000 0.944685 0.327979 -vn 0.000000 0.944685 0.327979 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.944681 0.327990 -vn 0.000000 0.944681 0.327990 -vn 0.000000 0.944681 0.327990 -vn 0.000000 0.944680 0.327994 -vn 0.000000 0.944680 0.327994 -vn 0.000000 0.944680 0.327994 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944685 -0.327979 -vn 0.000000 0.944685 -0.327979 -vn 0.000000 0.944685 -0.327979 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944677 0.328002 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944726 0.327861 -vn 0.000000 0.944726 0.327861 -vn 0.000000 0.944726 0.327861 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.944628 0.328142 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.944653 0.328072 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.944653 0.328072 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944694 -0.327954 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944693 0.327955 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.944661 0.328049 -vn 0.000000 0.993803 0.111157 -vn 0.000000 0.993803 0.111157 -vn 0.000000 0.993803 0.111157 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993804 0.111145 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944759 -0.327767 -vn 0.000000 0.944759 -0.327767 -vn 0.000000 0.944759 -0.327767 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn 0.000000 0.993803 0.111158 -vn -0.000000 0.993806 -0.111132 -vn -0.000000 0.993806 -0.111132 -vn -0.000000 0.993806 -0.111132 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.944693 -0.327955 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993803 -0.111158 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993804 -0.111145 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.993801 -0.111171 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944661 -0.328049 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.944677 -0.328002 -vn 0.000000 0.707107 -0.707106 -vn 0.000000 0.707107 -0.707106 -vn 0.000000 0.707107 -0.707106 -vn 0.000000 0.707108 -0.707105 -vn 0.000000 0.707108 -0.707105 -vn 0.000000 0.707108 -0.707105 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 +v 195.000015 222.500015 -0.000008 +v 195.000000 197.500000 0.000000 +v 195.000000 222.500000 55.000000 +v 195.000000 197.500000 55.000000 +v 195.085190 196.852951 0.000000 +v 195.085190 196.852951 55.000000 +v 195.334946 196.250000 55.000000 +v 195.334946 196.250000 0.000000 +v 195.732239 195.732239 55.000000 +v 195.732239 195.732239 0.000000 +v 196.250000 195.334946 55.000000 +v 196.250000 195.334946 0.000000 +v 196.852951 195.085190 55.000000 +v 196.852951 195.085190 0.000000 +v 197.500015 195.000015 55.000000 +v 197.500015 195.000015 -0.000008 +v 202.500015 195.000015 -0.000008 +v 202.500015 195.000015 55.000000 +v 203.147049 195.085190 0.000000 +v 203.147049 195.085190 55.000000 +v 203.750000 195.334946 55.000000 +v 203.750000 195.334946 0.000000 +v 204.267761 195.732239 55.000000 +v 204.267761 195.732239 0.000000 +v 204.665070 196.250000 55.000000 +v 204.665070 196.250000 0.000000 +v 204.914810 196.852951 55.000000 +v 204.914825 196.852951 0.000000 +v 205.000015 197.500000 55.000000 +v 205.000015 197.500000 -0.000008 +v 205.000015 232.500015 -0.000008 +v 205.000015 232.500015 55.000000 +v 204.914825 233.147049 0.000000 +v 204.914825 233.147064 55.000000 +v 204.665070 233.750000 55.000000 +v 204.665070 233.750000 0.000000 +v 204.267761 234.267776 55.000000 +v 204.267761 234.267792 0.000000 +v 203.750000 234.665070 55.000000 +v 203.750000 234.665070 0.000000 +v 203.147049 234.914825 55.000000 +v 203.147049 234.914825 0.000000 +v 202.500000 235.000000 55.000000 +v 202.500000 235.000000 0.000000 +v 167.500000 235.000000 0.000000 +v 167.500000 235.000000 55.000000 +v 166.852951 234.914825 0.000000 +v 166.852951 234.914810 55.000000 +v 166.250000 234.665070 55.000000 +v 166.250000 234.665070 0.000000 +v 165.732239 234.267776 55.000000 +v 165.732239 234.267792 0.000000 +v 165.334946 233.750000 55.000000 +v 165.334961 233.750000 0.000000 +v 165.085190 233.147049 55.000000 +v 165.085205 233.147064 0.000000 +v 165.000000 232.500000 55.000000 +v 165.000000 232.500000 0.000000 +v 165.000000 227.500000 0.000000 +v 165.000000 227.500000 55.000000 +v 165.085190 226.852951 0.000000 +v 165.085190 226.852951 55.000000 +v 165.334946 226.250000 55.000000 +v 165.334961 226.250000 0.000000 +v 165.732239 225.732224 55.000000 +v 165.732239 225.732224 0.000000 +v 166.250000 225.334946 55.000000 +v 166.250000 225.334946 0.000000 +v 166.852951 225.085190 55.000000 +v 166.852966 225.085190 0.000000 +v 167.500000 225.000000 55.000000 +v 167.500000 225.000015 -0.000008 +v 192.500000 225.000000 0.000000 +v 192.500015 225.000015 55.000000 +v 193.147049 224.914825 0.000000 +v 193.147049 224.914810 55.000000 +v 193.750000 224.665070 55.000000 +v 193.750000 224.665070 0.000000 +v 194.267792 224.267792 55.000000 +v 194.267792 224.267792 0.000000 +v 194.665070 223.750000 55.000000 +v 194.665070 223.750000 0.000000 +v 194.914810 223.147049 55.000000 +v 194.914810 223.147049 0.000000 +vt 0.417335 0.017759 +vt 0.417335 0.018013 +vt 0.417335 0.017759 +vt 0.417335 0.018013 +vt 0.417334 0.018019 +vt 0.417334 0.018019 +vt 0.417331 0.018025 +vt 0.417331 0.018025 +vt 0.417326 0.018031 +vt 0.417326 0.018031 +vt 0.417320 0.018035 +vt 0.417320 0.018035 +vt 0.417312 0.018037 +vt 0.417312 0.018037 +vt 0.417304 0.018038 +vt 0.417304 0.018038 +vt 0.417320 0.018035 +vt 0.417326 0.018031 +vt 0.417331 0.018025 +vt 0.417240 0.018038 +vt 0.417240 0.018038 +vt 0.417232 0.018037 +vt 0.417232 0.018037 +vt 0.417224 0.018035 +vt 0.417224 0.018035 +vt 0.417218 0.018031 +vt 0.417218 0.018031 +vt 0.417213 0.018025 +vt 0.417213 0.018025 +vt 0.417209 0.018019 +vt 0.417209 0.018019 +vt 0.417208 0.018013 +vt 0.417208 0.018013 +vt 0.417213 0.018025 +vt 0.417218 0.018031 +vt 0.417224 0.018035 +vt 0.417208 0.017657 +vt 0.417208 0.017657 +vt 0.417209 0.017650 +vt 0.417209 0.017650 +vt 0.417213 0.017644 +vt 0.417213 0.017644 +vt 0.417218 0.017639 +vt 0.417218 0.017639 +vt 0.417224 0.017635 +vt 0.417224 0.017635 +vt 0.417232 0.017632 +vt 0.417232 0.017632 +vt 0.417240 0.017632 +vt 0.417240 0.017632 +vt 0.417224 0.017635 +vt 0.417218 0.017639 +vt 0.417213 0.017644 +vt 0.417685 0.017632 +vt 0.417685 0.017632 +vt 0.417693 0.017632 +vt 0.417693 0.017632 +vt 0.417701 0.017635 +vt 0.417701 0.017635 +vt 0.417707 0.017639 +vt 0.417707 0.017639 +vt 0.417712 0.017644 +vt 0.417712 0.017644 +vt 0.417715 0.017650 +vt 0.417715 0.017650 +vt 0.417716 0.017657 +vt 0.417716 0.017657 +vt 0.417712 0.017644 +vt 0.417707 0.017639 +vt 0.417701 0.017635 +vt 0.417716 0.017708 +vt 0.417716 0.017708 +vt 0.417715 0.017714 +vt 0.417715 0.017714 +vt 0.417712 0.017721 +vt 0.417712 0.017721 +vt 0.417707 0.017726 +vt 0.417707 0.017726 +vt 0.417701 0.017730 +vt 0.417701 0.017730 +vt 0.417693 0.017732 +vt 0.417693 0.017732 +vt 0.417685 0.017733 +vt 0.417685 0.017733 +vt 0.417701 0.017730 +vt 0.417707 0.017726 +vt 0.417712 0.017721 +vt 0.417367 0.017733 +vt 0.417367 0.017733 +vt 0.417359 0.017734 +vt 0.417359 0.017734 +vt 0.417351 0.017737 +vt 0.417351 0.017737 +vt 0.417345 0.017741 +vt 0.417345 0.017741 +vt 0.417340 0.017746 +vt 0.417340 0.017746 +vt 0.417336 0.017752 +vt 0.417336 0.017752 +vt 0.417340 0.017746 +vt 0.417345 0.017741 +vt 0.417351 0.017737 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991451 -0.130482 0.000000 +vn -0.991444 -0.130535 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923879 -0.382684 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.793347 -0.608770 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130516 -0.991446 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 -vn 0.000000 0.000031 -1.000000 -vn 0.000000 0.000031 -1.000000 -vn 0.000000 0.000031 -1.000000 -vn 0.000000 0.000031 -1.000000 -vn 0.000000 0.000031 -1.000000 -vn 0.000000 0.000031 -1.000000 +vn 0.130502 -0.991448 0.000000 +vn 0.130509 -0.991447 0.000000 +vn 0.382712 -0.923868 0.000000 +vn 0.382673 -0.923884 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.793320 -0.608804 0.000000 +vn 0.793347 -0.608770 0.000000 +vn 0.923879 -0.382685 0.000000 +vn 0.923879 -0.382684 0.000000 +vn 0.991444 -0.130535 0.000001 +vn 0.991451 -0.130482 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.991436 0.130595 0.000000 +vn 0.991444 0.130535 0.000000 +vn 0.923876 0.382693 -0.000001 +vn 0.923879 0.382684 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793338 0.608782 0.000002 +vn 0.608766 0.793350 0.000000 +vn 0.608752 0.793361 0.000000 +vn 0.382673 0.923884 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.130502 0.991448 0.000000 +vn 0.130509 0.991447 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.130516 0.991446 0.000000 +vn -0.130525 0.991445 0.000003 +vn -0.382692 0.923876 0.000000 +vn -0.382673 0.923884 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608752 0.793361 0.000000 +vn -0.793356 0.608759 0.000002 +vn -0.793390 0.608713 -0.000001 +vn -0.923879 0.382685 -0.000001 +vn -0.923860 0.382731 0.000000 +vn -0.991444 0.130535 0.000000 +vn -0.991444 0.130532 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991437 -0.130589 0.000001 +vn -0.991444 -0.130535 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923860 -0.382731 -0.000001 +vn -0.793382 -0.608724 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.608752 -0.793361 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.382712 -0.923868 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130527 -0.991445 0.000000 +vn -0.000001 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn -0.130502 -0.991448 0.000000 +vn -0.130555 -0.991441 -0.000003 +vn -0.382692 -0.923876 0.000000 +vn -0.382673 -0.923884 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.608725 -0.793381 0.000000 +vn -0.793390 -0.608713 0.000000 +vn -0.793364 -0.608748 0.000000 +vn -0.923879 -0.382685 0.000000 +vn -0.923898 -0.382638 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 @@ -71667,1395 +295,2038 @@ vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn -0.000014 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000010 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000001 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000005 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000009 -1.000000 +vn 0.000000 0.000017 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.707109 0.707104 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.328018 0.944671 -vn 0.000000 0.328018 0.944671 -vn 0.000000 0.328019 0.944671 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327997 0.944679 -vn 0.000000 0.327998 0.944678 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.327969 0.944688 -vn 0.000000 0.327969 0.944688 -vn 0.000000 0.327969 0.944689 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.327998 0.944678 -vn 0.000000 0.327998 0.944678 -vn 0.000000 0.327998 0.944678 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.327969 0.944688 -vn 0.000000 0.327969 0.944688 -vn 0.000000 0.327969 0.944688 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.000000 0.000000 -vn 0.000000 0.328079 0.944650 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.327949 0.944696 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.328099 0.944643 -vn 0.000000 -0.328099 0.944643 -vn 0.000000 -0.328099 0.944643 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.328014 0.944673 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 -0.111143 0.993804 -vn 0.000000 -0.111143 0.993804 -vn 0.000000 -0.111143 0.993804 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.328018 0.944671 -vn 0.000000 -0.328018 0.944671 -vn 0.000000 -0.328019 0.944671 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328010 0.944674 -vn 0.000000 -0.328010 0.944674 -vn 0.000000 -0.328010 0.944674 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111140 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111140 0.993805 -vn 0.000000 -0.111143 0.993804 -vn 0.000000 -0.111143 0.993804 -vn 0.000000 -0.111143 0.993804 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000001 0.111142 0.993805 -vn 0.000001 0.111142 0.993805 -vn 0.000001 0.111142 0.993805 -vn 0.000007 0.328018 0.944672 -vn 0.000007 0.328018 0.944672 -vn 0.000007 0.328018 0.944672 -vn -0.000001 0.328014 0.944673 -vn -0.000001 0.328014 0.944673 -vn -0.000001 0.328014 0.944673 -vn 0.000000 0.328021 0.944670 -vn 0.000000 0.328021 0.944670 -vn 0.000000 0.328021 0.944670 -vn 0.000001 0.328075 0.944652 -vn 0.000000 0.000000 0.000000 -vn 0.000001 0.328075 0.944652 -vn 0.000000 0.328010 0.944674 -vn 0.000000 0.328010 0.944674 -vn 0.000000 0.328010 0.944674 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328014 0.944673 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328018 0.944672 -vn 0.000000 -0.328019 0.944671 -vn 0.000000 -0.328018 0.944671 -vn 0.000000 -0.328018 0.944671 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 -0.328067 0.944654 -vn 0.000000 -0.328067 0.944654 -vn 0.000000 -0.328067 0.944654 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.327969 0.944689 -vn 0.000000 -0.327969 0.944688 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000001 0.111141 0.993805 -vn 0.000001 0.111141 0.993805 -vn 0.000001 0.111141 0.993805 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.000000 0.000000 -vn 0.000000 -0.327981 0.944684 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.328035 0.944666 -vn 0.000000 0.328035 0.944666 -vn 0.000000 0.328035 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328034 0.944666 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.328002 0.944677 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111141 0.993805 -vn 0.000000 -0.111140 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111140 0.993805 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn -0.000001 0.111139 0.993805 -vn -0.000001 0.111139 0.993805 -vn -0.000001 0.111139 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 -0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.328034 0.944666 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111144 0.993804 -vn 0.000000 0.111144 0.993804 -vn 0.000000 0.111144 0.993804 -vn 0.000000 0.111140 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111142 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.111141 0.993805 -vn 0.000000 0.328026 0.944669 -vn 0.000000 0.328026 0.944669 -vn 0.000000 0.328026 0.944669 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328002 0.944677 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.328018 0.944672 -vn 0.000000 0.707109 0.707104 -vn 0.000000 0.707109 0.707104 -vn 0.000000 0.707109 0.707104 -vn 0.000000 0.707110 0.707103 -vn 0.000000 0.707110 0.707103 -vn 0.000000 0.707110 0.707103 vn 0.000000 0.000000 -1.000000 +vn -0.000033 0.000010 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000017 -1.000000 +vn 0.000000 -0.000017 -1.000000 +vn 0.000000 -0.000009 -1.000000 +vn 0.000000 -0.000006 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000043 -0.000014 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn 0.000000 -0.000010 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 -0.000031 -1.000000 -vn 0.000000 -0.000031 -1.000000 -vn 0.000000 -0.000031 -1.000000 -vn 0.000000 -0.000031 -1.000000 -vn 0.000000 -0.000031 -1.000000 -vn 0.000000 -0.000031 -1.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +s 1 +f 1/1/1 2/2/2 3/3/3 +f 3/3/3 2/2/2 4/4/4 +f 2/2/2 5/5/5 4/4/4 +f 4/4/4 5/5/5 6/6/6 +f 6/6/6 5/5/5 7/7/7 +f 7/7/7 5/5/5 8/8/8 +f 7/7/7 8/8/8 9/9/9 +f 9/9/9 8/8/8 10/10/10 +f 9/9/9 10/10/10 11/11/11 +f 11/11/11 10/10/10 12/12/12 +f 11/11/11 12/12/12 13/13/13 +f 13/13/13 12/12/12 14/14/14 +f 13/13/13 14/14/14 15/15/15 +f 15/15/15 14/14/14 16/16/16 +f 16/16/16 17/20/17 15/15/15 +f 15/15/15 17/20/17 18/21/18 +f 17/20/17 19/22/19 18/21/18 +f 18/21/18 19/22/19 20/23/20 +f 20/23/20 19/22/19 21/24/21 +f 21/24/21 19/22/19 22/25/22 +f 21/24/21 22/25/22 23/26/23 +f 23/26/23 22/25/22 24/27/24 +f 23/26/23 24/27/24 25/28/25 +f 25/28/25 24/27/24 26/29/26 +f 25/28/25 26/29/26 27/30/27 +f 27/30/27 26/29/26 28/31/28 +f 27/30/27 28/31/28 29/32/29 +f 29/32/29 28/31/28 30/33/30 +f 30/33/30 31/37/31 29/32/29 +f 29/32/29 31/37/31 32/38/32 +f 31/37/31 33/39/33 32/38/32 +f 32/38/32 33/39/33 34/40/34 +f 34/40/34 33/39/33 35/41/35 +f 35/41/35 33/39/33 36/42/36 +f 35/41/35 36/42/36 37/43/37 +f 37/43/37 36/42/36 38/44/38 +f 37/43/37 38/44/38 39/45/39 +f 39/45/39 38/44/38 40/46/40 +f 39/45/39 40/46/40 41/47/41 +f 41/47/41 40/46/40 42/48/42 +f 41/47/41 42/48/42 43/49/43 +f 43/49/43 42/48/42 44/50/44 +f 44/50/44 45/54/45 43/49/43 +f 43/49/43 45/54/45 46/55/46 +f 45/54/45 47/56/47 46/55/46 +f 46/55/46 47/56/47 48/57/48 +f 48/57/48 47/56/47 49/58/49 +f 49/58/49 47/56/47 50/59/50 +f 49/58/49 50/59/50 51/60/51 +f 51/60/51 50/59/50 52/61/52 +f 51/60/51 52/61/52 53/62/53 +f 53/62/53 52/61/52 54/63/54 +f 53/62/53 54/63/54 55/64/55 +f 55/64/55 54/63/54 56/65/56 +f 55/64/55 56/65/56 57/66/57 +f 57/66/57 56/65/56 58/67/58 +f 58/67/58 59/71/59 57/66/57 +f 57/66/57 59/71/59 60/72/60 +f 59/71/59 61/73/61 60/72/60 +f 60/72/60 61/73/61 62/74/62 +f 62/74/62 61/73/61 63/75/63 +f 63/75/63 61/73/61 64/76/64 +f 63/75/63 64/76/64 65/77/65 +f 65/77/65 64/76/64 66/78/66 +f 65/77/65 66/78/66 67/79/67 +f 67/79/67 66/78/66 68/80/68 +f 67/79/67 68/80/68 69/81/69 +f 69/81/69 68/80/68 70/82/70 +f 69/81/69 70/82/70 71/83/71 +f 71/83/71 70/82/70 72/84/72 +f 72/84/72 73/88/73 71/83/71 +f 71/83/71 73/88/73 74/89/74 +f 73/88/73 75/90/75 74/89/74 +f 74/89/74 75/90/75 76/91/76 +f 76/91/76 75/90/75 77/92/77 +f 77/92/77 75/90/75 78/93/78 +f 77/92/77 78/93/78 79/94/79 +f 79/94/79 78/93/78 80/95/80 +f 79/94/79 80/95/80 81/96/81 +f 81/96/81 80/95/80 82/97/82 +f 81/96/81 82/97/82 83/98/83 +f 83/98/83 82/97/82 84/99/84 +f 83/98/83 84/99/84 3/3/3 +f 3/3/3 84/99/84 1/1/1 +s 2 +f 34/40/85 35/41/86 32/38/87 +f 32/38/87 35/41/86 37/43/88 +f 32/38/87 37/43/88 39/45/89 +f 39/45/89 41/47/90 32/38/87 +f 32/38/87 41/47/90 43/49/91 +f 32/38/87 43/49/91 79/94/92 +f 79/94/92 43/49/91 77/92/93 +f 77/92/93 43/49/91 76/91/94 +f 76/91/94 43/49/91 74/89/95 +f 74/89/95 43/49/91 46/55/96 +f 74/89/95 46/55/96 71/83/97 +f 71/83/97 46/55/96 60/72/98 +f 71/83/97 60/72/98 69/81/99 +f 69/81/99 60/72/98 67/79/100 +f 67/79/100 60/72/98 65/77/101 +f 65/77/101 60/72/98 63/75/102 +f 63/75/102 60/72/98 62/74/103 +f 60/72/98 46/55/96 57/66/104 +f 57/66/104 46/55/96 48/57/105 +f 57/66/104 48/57/105 49/58/106 +f 49/58/106 51/60/107 57/66/104 +f 57/66/104 51/60/107 53/62/108 +f 57/66/104 53/62/108 55/64/109 +f 79/94/92 81/96/110 32/38/87 +f 32/38/87 81/96/110 83/98/111 +f 32/38/87 83/98/111 3/3/112 +f 32/38/87 3/3/112 29/32/113 +f 29/32/113 3/3/112 4/4/114 +f 29/32/113 4/4/114 18/21/115 +f 18/21/115 4/4/114 15/15/116 +f 15/15/116 4/4/114 13/13/117 +f 13/13/117 4/4/114 11/11/118 +f 11/11/118 4/4/114 9/9/119 +f 9/9/119 4/4/114 7/7/120 +f 7/7/120 4/4/114 6/6/121 +f 18/21/115 20/23/122 29/32/113 +f 29/32/113 20/23/122 21/24/123 +f 29/32/113 21/24/123 23/26/124 +f 23/26/124 25/28/125 29/32/113 +f 29/32/113 25/28/125 27/30/126 +s 3 +f 44/50/127 73/88/128 45/54/129 +f 45/54/129 73/88/128 72/84/130 +f 45/54/129 72/84/130 59/71/131 +f 59/71/131 72/84/130 70/82/132 +f 59/71/131 70/82/132 68/85/133 +f 42/48/134 31/37/135 44/50/127 +f 44/50/127 31/37/135 80/101/136 +f 44/50/127 80/101/136 78/102/137 +f 42/48/134 40/51/138 31/37/135 +f 31/37/135 40/51/138 38/52/139 +f 31/37/135 38/52/139 36/53/140 +f 36/53/140 33/39/141 31/37/135 +f 30/33/142 1/1/143 31/37/135 +f 31/37/135 1/1/143 84/99/144 +f 31/37/135 84/99/144 82/100/145 +f 28/31/146 26/34/147 30/33/142 +f 30/33/142 26/34/147 24/35/148 +f 30/33/142 24/35/148 22/36/149 +f 22/36/149 19/22/150 30/33/142 +f 30/33/142 19/22/150 17/20/151 +f 30/33/142 17/20/151 16/16/152 +f 30/33/142 16/16/152 2/2/153 +f 2/2/153 16/16/152 14/14/154 +f 2/2/153 14/14/154 12/17/155 +f 12/17/155 10/18/156 2/2/153 +f 2/2/153 10/18/156 8/19/157 +f 2/2/153 8/19/157 5/5/158 +f 2/2/153 1/1/143 30/33/142 +f 82/100/145 80/101/136 31/37/135 +f 78/102/137 75/90/159 44/50/127 +f 44/50/127 75/90/159 73/88/128 +f 68/85/133 66/86/160 59/71/131 +f 59/71/131 66/86/160 64/87/161 +f 59/71/131 64/87/161 61/73/162 +f 59/71/131 58/67/163 45/54/129 +f 45/54/129 58/67/163 47/56/164 +f 47/56/164 58/67/163 50/70/165 +f 50/70/165 58/67/163 52/69/166 +f 52/69/166 58/67/163 54/68/167 +f 54/68/167 58/67/163 56/65/168 +v -204.914825 196.852951 0.000000 +v -205.000000 197.500000 0.000000 +v -205.000000 197.500000 55.000000 +v -204.914810 196.852951 55.000000 +v -204.665070 196.250000 55.000000 +v -204.665070 196.250000 0.000000 +v -204.267761 195.732239 55.000000 +v -204.267761 195.732239 0.000000 +v -203.750000 195.334946 55.000000 +v -203.750000 195.334946 0.000000 +v -203.147049 195.085190 55.000000 +v -203.147064 195.085190 0.000000 +v -202.500000 195.000000 55.000000 +v -202.500000 195.000000 0.000000 +v -197.500000 195.000000 0.000000 +v -197.500000 195.000000 55.000000 +v -196.852951 195.085190 0.000000 +v -196.852951 195.085190 55.000000 +v -196.250000 195.334946 55.000000 +v -196.250000 195.334946 0.000000 +v -195.732239 195.732239 55.000000 +v -195.732239 195.732239 0.000000 +v -195.334946 196.250000 55.000000 +v -195.334946 196.250000 0.000000 +v -195.085190 196.852951 55.000000 +v -195.085190 196.852951 0.000000 +v -195.000000 197.500000 55.000000 +v -195.000000 197.500000 0.000000 +v -195.000000 222.500000 0.000000 +v -195.000015 222.500015 55.000000 +v -194.914810 223.147049 0.000000 +v -194.914810 223.147049 55.000000 +v -194.665070 223.750000 55.000000 +v -194.665070 223.750000 0.000000 +v -194.267761 224.267792 55.000000 +v -194.267761 224.267792 0.000000 +v -193.750000 224.665070 55.000000 +v -193.750000 224.665070 0.000000 +v -193.147049 224.914825 55.000000 +v -193.147049 224.914825 0.000000 +v -192.500000 225.000000 55.000000 +v -192.500015 225.000015 -0.000008 +v -167.500000 225.000015 -0.000008 +v -167.500000 225.000000 55.000000 +v -166.852951 225.085190 0.000000 +v -166.852951 225.085190 55.000000 +v -166.250000 225.334946 55.000000 +v -166.250000 225.334946 0.000000 +v -165.732239 225.732224 55.000000 +v -165.732239 225.732224 0.000000 +v -165.334946 226.250000 55.000000 +v -165.334946 226.250000 0.000000 +v -165.085190 226.852951 55.000000 +v -165.085205 226.852951 0.000000 +v -165.000000 227.500015 55.000000 +v -165.000000 227.500000 0.000000 +v -165.000000 232.500000 0.000000 +v -165.000000 232.500015 55.000000 +v -165.085190 233.147049 0.000000 +v -165.085190 233.147049 55.000000 +v -165.334946 233.750000 55.000000 +v -165.334946 233.750000 0.000000 +v -165.732239 234.267776 55.000000 +v -165.732239 234.267792 0.000000 +v -166.250000 234.665070 55.000000 +v -166.250000 234.665070 0.000000 +v -166.852951 234.914810 55.000000 +v -166.852966 234.914825 0.000000 +v -167.500000 235.000015 55.000000 +v -167.500000 235.000000 0.000000 +v -200.000015 235.000015 -0.000008 +v -200.000000 235.000015 55.000000 +v -201.294098 234.829636 0.000000 +v -202.500000 234.330124 0.000000 +v -203.535553 233.535553 0.000000 +v -204.330124 232.500000 0.000000 +v -204.829636 231.294098 0.000000 +v -205.000000 230.000000 0.000000 +v -205.000000 230.000000 55.000000 +v -204.829636 231.294098 55.000000 +v -204.330124 232.500000 55.000000 +v -203.535538 233.535553 55.000000 +v -202.500000 234.330124 55.000000 +v -201.294113 234.829636 55.000000 +vt 0.422416 0.018019 +vt 0.422417 0.018013 +vt 0.422417 0.018013 +vt 0.422415 0.018019 +vt 0.422412 0.018025 +vt 0.422412 0.018025 +vt 0.422407 0.018031 +vt 0.422407 0.018031 +vt 0.422401 0.018035 +vt 0.422401 0.018035 +vt 0.422393 0.018037 +vt 0.422393 0.018037 +vt 0.422385 0.018038 +vt 0.422385 0.018038 +vt 0.422401 0.018035 +vt 0.422407 0.018031 +vt 0.422412 0.018025 +vt 0.422321 0.018038 +vt 0.422321 0.018038 +vt 0.422313 0.018037 +vt 0.422313 0.018037 +vt 0.422305 0.018035 +vt 0.422305 0.018035 +vt 0.422299 0.018031 +vt 0.422299 0.018031 +vt 0.422294 0.018025 +vt 0.422294 0.018025 +vt 0.422291 0.018019 +vt 0.422291 0.018019 +vt 0.422290 0.018013 +vt 0.422290 0.018013 +vt 0.422294 0.018025 +vt 0.422299 0.018031 +vt 0.422305 0.018035 +vt 0.422290 0.017759 +vt 0.422290 0.017759 +vt 0.422289 0.017752 +vt 0.422289 0.017752 +vt 0.422285 0.017746 +vt 0.422285 0.017746 +vt 0.422280 0.017741 +vt 0.422280 0.017741 +vt 0.422274 0.017737 +vt 0.422274 0.017737 +vt 0.422266 0.017734 +vt 0.422266 0.017734 +vt 0.422258 0.017733 +vt 0.422258 0.017733 +vt 0.422274 0.017737 +vt 0.422280 0.017741 +vt 0.422285 0.017746 +vt 0.421940 0.017733 +vt 0.421940 0.017733 +vt 0.421932 0.017732 +vt 0.421932 0.017732 +vt 0.421924 0.017730 +vt 0.421924 0.017730 +vt 0.421918 0.017726 +vt 0.421918 0.017726 +vt 0.421913 0.017721 +vt 0.421913 0.017721 +vt 0.421910 0.017714 +vt 0.421910 0.017714 +vt 0.421908 0.017708 +vt 0.421908 0.017708 +vt 0.421913 0.017721 +vt 0.421918 0.017726 +vt 0.421924 0.017730 +vt 0.421908 0.017657 +vt 0.421908 0.017657 +vt 0.421910 0.017650 +vt 0.421910 0.017650 +vt 0.421913 0.017644 +vt 0.421913 0.017644 +vt 0.421918 0.017639 +vt 0.421918 0.017639 +vt 0.421924 0.017635 +vt 0.421924 0.017635 +vt 0.421932 0.017632 +vt 0.421932 0.017632 +vt 0.421940 0.017632 +vt 0.421940 0.017632 +vt 0.421924 0.017635 +vt 0.421918 0.017639 +vt 0.421913 0.017644 +vt 0.422353 0.017632 +vt 0.422353 0.017632 +vt 0.422370 0.017633 +vt 0.422385 0.017638 +vt 0.422398 0.017647 +vt 0.422408 0.017657 +vt 0.422415 0.017669 +vt 0.422417 0.017682 +vt 0.422417 0.017682 +vt 0.422415 0.017669 +vt 0.422408 0.017657 +vt 0.422398 0.017647 +vt 0.422385 0.017638 +vt 0.422370 0.017633 vn -0.991451 -0.130482 0.000000 vn -0.991451 -0.130482 0.000000 vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 vn -0.991451 -0.130482 0.000001 -vn -0.991451 -0.130482 0.000001 -vn -0.991451 -0.130482 0.000001 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382684 0.000000 vn -0.923879 -0.382684 0.000000 vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793320 -0.608804 0.000000 vn -0.793321 -0.608804 0.000000 vn -0.608766 -0.793350 0.000000 vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 vn -0.382712 -0.923868 0.000000 vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130532 -0.991444 0.000000 -vn -0.130532 -0.991444 0.000000 -vn -0.130532 -0.991444 0.000000 vn -0.130532 -0.991444 0.000000 -vn -0.130532 -0.991444 0.000000 -vn -0.130532 -0.991444 0.000000 -vn -0.130518 -0.991446 0.000000 -vn -0.130518 -0.991446 0.000000 -vn -0.130518 -0.991446 0.000000 -vn -0.382731 -0.923860 0.000002 -vn -0.382731 -0.923860 0.000002 -vn -0.382731 -0.923860 0.000002 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.793321 -0.608804 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793321 -0.608804 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382712 -0.923868 -0.000001 -vn -0.382712 -0.923868 -0.000001 -vn -0.382712 -0.923868 -0.000001 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793320 -0.608804 0.000000 -vn -0.793321 -0.608804 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382731 -0.923860 0.000001 -vn -0.382731 -0.923860 0.000001 -vn -0.382731 -0.923860 0.000001 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 vn 0.130525 -0.991445 0.000000 vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130539 -0.991443 0.000000 -vn 0.130539 -0.991443 0.000000 -vn 0.130539 -0.991443 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991451 -0.130482 0.000000 -vn 0.991451 -0.130482 0.000000 -vn 0.991451 -0.130482 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 vn 0.382673 -0.923884 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608766 -0.793350 0.000000 vn 0.793347 -0.608770 0.000000 vn 0.793347 -0.608770 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.991444 -0.130535 0.000000 +vn 0.923879 -0.382684 0.000000 vn 0.991444 -0.130535 0.000000 vn 0.991444 -0.130535 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 vn 0.991450 -0.130485 0.000001 -vn 0.991450 -0.130485 0.000001 -vn 0.991450 -0.130485 0.000001 -vn 0.991451 -0.130480 0.000000 -vn 0.991451 -0.130480 0.000000 -vn 0.991451 -0.130480 0.000000 -vn 0.991436 -0.130595 -0.000001 -vn 0.991436 -0.130595 -0.000001 -vn 0.991436 -0.130595 -0.000001 -vn 0.991443 -0.130538 0.000000 vn 0.991443 -0.130538 0.000000 -vn 0.991443 -0.130538 0.000000 -vn 0.923898 -0.382638 0.000000 vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923879 -0.382685 0.000000 vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.793364 -0.608747 0.000000 vn 0.793364 -0.608748 0.000000 vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 vn 0.608752 -0.793361 0.000000 vn 0.608752 -0.793361 0.000000 vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 vn 0.382712 -0.923868 0.000000 vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130520 -0.991446 -0.000001 vn 0.130520 -0.991446 -0.000001 -vn 0.130520 -0.991446 -0.000001 -vn 0.130539 -0.991443 0.000000 -vn 0.130539 -0.991443 0.000000 -vn 0.130539 -0.991443 0.000000 -vn 0.130555 -0.991441 0.000003 -vn 0.130555 -0.991441 0.000003 -vn 0.130555 -0.991441 0.000003 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793364 -0.608747 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923879 -0.382684 -0.000001 -vn 0.923879 -0.382684 -0.000001 -vn 0.923879 -0.382684 -0.000001 -vn 0.923876 -0.382693 0.000001 -vn 0.923876 -0.382693 0.000001 -vn 0.923876 -0.382693 0.000001 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.793364 -0.608747 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.793364 -0.608748 0.000000 -vn 0.793364 -0.608747 0.000000 -vn 0.923876 -0.382693 0.000000 -vn 0.923876 -0.382693 0.000000 -vn 0.923876 -0.382693 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.793338 -0.608782 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382731 -0.923860 0.000000 -vn 0.382731 -0.923860 0.000000 -vn 0.382731 -0.923860 0.000000 -vn 0.000000 -1.000000 -0.000001 -vn 0.000000 -1.000000 -0.000001 vn 0.000000 -1.000000 -0.000001 vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.130503 -0.991448 0.000000 -vn 0.130503 -0.991448 0.000000 -vn 0.130503 -0.991448 0.000000 -vn 0.130516 -0.991446 0.000000 -vn 0.130516 -0.991446 0.000000 vn 0.130516 -0.991446 0.000000 -vn 0.130527 -0.991445 0.000000 -vn 0.130527 -0.991445 0.000000 -vn 0.130527 -0.991445 0.000000 -vn 0.130532 -0.991444 0.000000 -vn 0.130532 -0.991444 0.000000 -vn 0.130532 -0.991444 0.000000 vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.130525 -0.991445 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 vn 0.382712 -0.923868 0.000000 vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 vn 0.608752 -0.793361 0.000000 vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 vn 0.793356 -0.608759 0.000000 vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382684 0.000000 vn 0.923879 -0.382684 0.000000 vn 0.991444 -0.130532 0.000000 -vn 0.991444 -0.130532 0.000000 -vn 0.991444 -0.130532 0.000000 -vn 0.991437 -0.130586 -0.000001 -vn 0.991437 -0.130586 -0.000001 -vn 0.991437 -0.130586 -0.000001 vn 0.991444 -0.130534 0.000000 -vn 0.991444 -0.130534 0.000000 -vn 0.991444 -0.130534 0.000000 -vn 0.991437 -0.130589 0.000001 -vn 0.991437 -0.130589 0.000001 -vn 0.991437 -0.130589 0.000001 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.991444 -0.130535 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.608752 -0.793361 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793355 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.793356 -0.608759 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 0.923898 -0.382638 0.000000 -vn 1.000000 0.000000 0.000000 vn 1.000000 0.000000 0.000000 vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.991444 0.130535 0.000000 -vn 0.991444 0.130535 0.000000 -vn 0.991444 0.130535 0.000000 -vn 0.991436 0.130592 0.000001 -vn 0.991436 0.130592 0.000001 vn 0.991436 0.130592 0.000001 -vn 0.991444 0.130534 0.000000 -vn 0.991444 0.130534 0.000000 -vn 0.991444 0.130534 0.000000 -vn 0.991436 0.130595 0.000000 -vn 0.991436 0.130595 0.000000 -vn 0.991436 0.130595 0.000000 -vn 0.991443 0.130538 0.000000 vn 0.991443 0.130538 0.000000 -vn 0.991443 0.130538 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.793356 0.608759 0.000000 -vn 0.793356 0.608759 0.000000 -vn 0.793356 0.608759 0.000000 -vn 0.793364 0.608748 0.000002 -vn 0.793364 0.608748 0.000002 -vn 0.793364 0.608748 0.000002 -vn 0.608766 0.793350 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.382653 0.923892 0.000000 -vn 0.382653 0.923892 0.000000 -vn 0.382653 0.923892 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.130548 0.991442 0.000003 -vn 0.130548 0.991442 0.000003 -vn 0.130548 0.991442 0.000003 -vn 0.130539 0.991443 0.000000 -vn 0.130539 0.991443 0.000000 -vn 0.130539 0.991443 0.000000 -vn 0.130527 0.991445 -0.000001 -vn 0.130527 0.991445 -0.000001 -vn 0.130527 0.991445 -0.000001 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.608767 0.793349 0.000000 -vn 0.608767 0.793349 0.000000 -vn 0.608767 0.793349 0.000000 -vn 0.608751 0.793361 0.000000 -vn 0.608751 0.793361 0.000000 -vn 0.608751 0.793361 0.000000 -vn 0.793356 0.608759 -0.000002 -vn 0.793356 0.608759 -0.000002 -vn 0.793356 0.608759 -0.000002 -vn 0.793364 0.608747 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 vn 0.923879 0.382685 0.000000 vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923895 0.382647 0.000000 -vn 0.923895 0.382647 0.000000 -vn 0.923895 0.382647 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608747 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608747 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608747 0.000000 -vn 0.923895 0.382646 0.000000 -vn 0.923895 0.382646 0.000000 -vn 0.923895 0.382646 0.000000 -vn 0.793364 0.608747 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 +vn 0.793356 0.608759 0.000000 +vn 0.793364 0.608748 0.000002 +vn 0.608766 0.793350 0.000000 vn 0.608752 0.793361 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.000000 1.000000 -0.000001 -vn 0.000000 1.000000 -0.000001 +vn 0.382653 0.923892 0.000000 +vn 0.382712 0.923868 0.000000 +vn 0.130548 0.991442 0.000003 +vn 0.130527 0.991445 -0.000001 vn 0.000000 1.000000 -0.000001 vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.130532 0.991444 0.000001 vn -0.130532 0.991444 0.000001 -vn -0.130532 0.991444 0.000001 -vn -0.130535 0.991444 0.000000 -vn -0.130535 0.991444 0.000000 -vn -0.130535 0.991444 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.608746 0.793365 0.000000 -vn -0.608746 0.793365 0.000000 -vn -0.608746 0.793365 0.000000 -vn -0.608746 0.793365 0.000000 -vn -0.608746 0.793365 0.000000 -vn -0.608746 0.793365 0.000000 -vn -0.793369 0.608742 -0.000001 -vn -0.793369 0.608742 -0.000001 -vn -0.793369 0.608742 -0.000001 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.991444 0.130535 0.000000 vn -0.991444 0.130535 0.000000 -vn -0.991444 0.130535 0.000000 -vn -0.991447 0.130509 0.000000 vn -0.991447 0.130509 0.000000 -vn -0.991447 0.130509 0.000000 -vn -0.991444 0.130535 0.000000 -vn -0.991444 0.130535 0.000000 +vn -0.923879 0.382684 0.000000 vn -0.991444 0.130535 0.000000 +vn -0.793369 0.608742 -0.000001 vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793355 0.608759 0.000000 -vn -0.793369 0.608742 0.000000 -vn -0.793368 0.608742 0.000000 +vn -0.608746 0.793365 0.000000 vn -0.793369 0.608742 0.000000 -vn -0.608733 0.793375 -0.000001 -vn -0.608733 0.793375 -0.000001 -vn -0.608733 0.793375 -0.000001 -vn -0.608759 0.793355 0.000000 -vn -0.608759 0.793355 0.000000 -vn -0.608759 0.793355 0.000000 vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 -0.000001 -vn -0.382692 0.923876 -0.000001 +vn -0.608759 0.793355 0.000000 vn -0.382692 0.923876 -0.000001 -vn -0.130532 0.991444 -0.000002 -vn -0.130532 0.991444 -0.000002 -vn -0.130532 0.991444 -0.000002 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000004 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000005 -1.000000 +vn 0.000000 -0.000012 -1.000000 +vn 0.000000 -0.000042 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000034 -0.000008 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000006 -1.000000 +vn 0.000000 0.000021 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +s 1 +f 86/104/169 85/103/170 87/105/171 +f 87/105/171 85/103/170 88/106/172 +f 88/106/172 85/103/170 89/107/173 +f 89/107/173 85/103/170 90/108/174 +f 89/107/173 90/108/174 91/109/175 +f 91/109/175 90/108/174 92/110/176 +f 91/109/175 92/110/176 93/111/177 +f 93/111/177 92/110/176 94/112/178 +f 93/111/177 94/112/178 95/113/179 +f 95/113/179 94/112/178 96/114/180 +f 95/113/179 96/114/180 97/115/181 +f 97/115/181 96/114/180 98/116/182 +f 98/116/182 99/120/183 97/115/181 +f 97/115/181 99/120/183 100/121/184 +f 99/120/183 101/122/185 100/121/184 +f 100/121/184 101/122/185 102/123/186 +f 102/123/186 101/122/185 103/124/187 +f 103/124/187 101/122/185 104/125/188 +f 103/124/187 104/125/188 105/126/189 +f 105/126/189 104/125/188 106/127/190 +f 105/126/189 106/127/190 107/128/191 +f 107/128/191 106/127/190 108/129/192 +f 107/128/191 108/129/192 109/130/193 +f 109/130/193 108/129/192 110/131/194 +f 109/130/193 110/131/194 111/132/195 +f 111/132/195 110/131/194 112/133/196 +f 112/133/196 113/137/197 111/132/195 +f 111/132/195 113/137/197 114/138/198 +f 113/137/197 115/139/199 114/138/198 +f 114/138/198 115/139/199 116/140/200 +f 116/140/200 115/139/199 117/141/201 +f 117/141/201 115/139/199 118/142/202 +f 117/141/201 118/142/202 119/143/203 +f 119/143/203 118/142/202 120/144/204 +f 119/143/203 120/144/204 121/145/205 +f 121/145/205 120/144/204 122/146/206 +f 121/145/205 122/146/206 123/147/207 +f 123/147/207 122/146/206 124/148/208 +f 123/147/207 124/148/208 125/149/209 +f 125/149/209 124/148/208 126/150/210 +f 126/150/210 127/154/211 125/149/209 +f 125/149/209 127/154/211 128/155/212 +f 127/154/211 129/156/213 128/155/212 +f 128/155/212 129/156/213 130/157/214 +f 130/157/214 129/156/213 131/158/215 +f 131/158/215 129/156/213 132/159/216 +f 131/158/215 132/159/216 133/160/217 +f 133/160/217 132/159/216 134/161/218 +f 133/160/217 134/161/218 135/162/219 +f 135/162/219 134/161/218 136/163/220 +f 135/162/219 136/163/220 137/164/221 +f 137/164/221 136/163/220 138/165/222 +f 137/164/221 138/165/222 139/166/223 +f 139/166/223 138/165/222 140/167/224 +f 140/167/224 141/171/225 139/166/223 +f 139/166/223 141/171/225 142/172/226 +f 141/171/225 143/173/227 142/172/226 +f 142/172/226 143/173/227 144/174/228 +f 144/174/228 143/173/227 145/175/229 +f 145/175/229 143/173/227 146/176/230 +f 145/175/229 146/176/230 147/177/231 +f 147/177/231 146/176/230 148/178/232 +f 147/177/231 148/178/232 149/179/233 +f 149/179/233 148/178/232 150/180/234 +f 149/179/233 150/180/234 151/181/235 +f 151/181/235 150/180/234 152/182/236 +f 151/181/235 152/182/236 153/183/237 +f 153/183/237 152/182/236 154/184/238 +f 154/184/238 155/188/239 153/183/237 +f 153/183/237 155/188/239 156/189/240 +f 156/189/240 155/188/239 157/190/241 +f 162/195/242 163/196/243 161/194/244 +f 161/194/244 163/196/243 164/197/245 +f 161/194/244 164/197/245 160/193/246 +f 160/193/246 164/197/245 165/198/247 +f 160/193/246 165/198/247 159/192/248 +f 159/192/248 165/198/247 166/199/249 +f 159/192/248 166/199/249 158/191/250 +f 158/191/250 166/199/249 167/200/251 +f 158/191/250 167/200/251 157/190/241 +f 157/190/241 167/200/251 168/201/252 +f 157/190/241 168/201/252 156/189/240 +f 162/195/242 86/104/169 163/196/243 +f 163/196/243 86/104/169 87/105/171 +s 3 +f 128/155/253 153/183/254 125/149/255 +f 125/149/255 153/183/254 156/189/256 +f 125/149/255 156/189/256 123/147/257 +f 123/147/257 156/189/256 121/145/258 +f 121/145/258 156/189/256 119/143/259 +f 119/143/259 156/189/256 163/196/260 +f 119/143/259 163/196/260 117/141/261 +f 117/141/261 163/196/260 116/140/262 +f 116/140/262 163/196/260 114/138/263 +f 114/138/263 163/196/260 87/105/264 +f 114/138/263 87/105/264 111/132/265 +f 111/132/265 87/105/264 100/121/266 +f 111/132/265 100/121/266 109/130/267 +f 109/130/267 100/121/266 107/128/268 +f 107/128/268 100/121/266 105/126/269 +f 105/126/269 100/121/266 103/124/270 +f 103/124/270 100/121/266 102/123/271 +f 130/157/272 131/158/273 128/155/253 +f 128/155/253 131/158/273 133/160/274 +f 128/155/253 133/160/274 135/162/275 +f 135/162/275 137/164/276 128/155/253 +f 128/155/253 137/164/276 139/166/277 +f 128/155/253 139/166/277 142/172/278 +f 128/155/253 142/172/278 153/183/254 +f 153/183/254 142/172/278 144/174/279 +f 153/183/254 144/174/279 145/175/280 +f 145/175/280 147/177/281 153/183/254 +f 153/183/254 147/177/281 149/179/282 +f 153/183/254 149/179/282 151/181/283 +f 168/201/284 167/200/285 156/189/256 +f 156/189/256 167/200/285 166/199/286 +f 156/189/256 166/199/286 165/198/287 +f 165/198/287 164/197/288 156/189/256 +f 156/189/256 164/197/288 163/196/260 +f 100/121/266 87/105/264 97/115/289 +f 97/115/289 87/105/264 88/106/290 +f 97/115/289 88/106/290 89/107/291 +f 89/107/291 91/109/292 97/115/289 +f 97/115/289 91/109/292 93/111/293 +f 97/115/289 93/111/293 95/113/294 +s 6 +f 141/171/295 140/167/296 127/154/297 +f 127/154/297 140/167/296 138/165/298 +f 127/154/297 138/165/298 136/168/299 +f 136/168/299 134/169/300 127/154/297 +f 127/154/297 134/169/300 132/170/301 +f 127/154/297 132/170/301 129/156/302 +f 141/171/295 127/154/297 154/184/303 +f 154/184/303 127/154/297 126/150/304 +f 154/184/303 126/150/304 155/188/305 +f 155/188/305 126/150/304 124/148/306 +f 155/188/305 124/148/306 122/151/307 +f 122/151/307 120/152/308 155/188/305 +f 155/188/305 120/152/308 162/195/309 +f 155/188/305 162/195/309 161/194/310 +f 120/152/308 118/153/311 162/195/309 +f 162/195/309 118/153/311 115/139/312 +f 162/195/309 115/139/312 113/137/313 +f 162/195/309 113/137/313 86/104/314 +f 86/104/314 113/137/313 112/133/315 +f 86/104/314 112/133/315 98/116/316 +f 98/116/316 112/133/315 99/120/317 +f 99/120/317 112/133/315 110/131/318 +f 99/120/317 110/131/318 108/134/319 +f 108/134/319 106/135/320 99/120/317 +f 99/120/317 106/135/320 104/136/321 +f 99/120/317 104/136/321 101/122/322 +f 96/114/323 94/117/324 98/116/316 +f 98/116/316 94/117/324 92/118/325 +f 98/116/316 92/118/325 90/119/326 +f 90/119/326 85/103/327 98/116/316 +f 98/116/316 85/103/327 86/104/314 +f 161/194/310 160/193/328 155/188/305 +f 155/188/305 160/193/328 159/192/329 +f 155/188/305 159/192/329 158/191/330 +f 158/191/330 157/190/331 155/188/305 +f 152/182/332 150/185/333 154/184/303 +f 154/184/303 150/185/333 148/186/334 +f 154/184/303 148/186/334 146/187/335 +f 146/187/335 143/173/336 154/184/303 +f 154/184/303 143/173/336 141/171/295 +v -202.500000 220.000000 58.995674 +v -202.500000 221.000000 58.992207 +v -202.500000 219.999695 66.000000 +v -202.500000 220.999695 66.000000 +v -202.500000 224.792953 61.207085 +v -202.500015 224.792664 63.792881 +v -202.500000 221.000000 57.414215 +v -202.500000 220.999695 67.585785 +v -202.500000 224.000000 55.000000 +v -202.500000 231.000000 55.000000 +v -202.500000 224.000000 56.000000 +v -202.500000 231.000000 56.000000 +v -202.500000 228.792953 59.792915 +v -202.500000 232.585785 56.000000 +v -202.500015 226.207062 59.792881 +v -202.500000 222.414215 56.000000 +v -202.500000 230.999695 70.000000 +v -202.500000 223.999695 70.000000 +v -202.500000 230.999695 69.000000 +v -202.500000 223.999695 69.000000 +v -202.500000 226.207047 65.207047 +v -202.500000 222.414520 69.000000 +v -202.500015 228.792664 65.207069 +v -202.500000 232.586090 69.000000 +v -205.000015 220.000015 55.000000 +v -205.000000 219.999695 70.000000 +v -205.000000 235.000000 55.000000 +v -205.000000 234.999695 70.000000 +v -202.500000 235.000000 58.992207 +v -202.500015 235.000015 65.999992 +v -202.500000 234.000000 58.992207 +v -202.500000 233.999695 66.000000 +v -202.500000 230.207047 63.792919 +v -202.500000 233.999695 67.585785 +v -202.500015 230.207062 61.207123 +v -202.500000 234.000000 57.414215 +v 202.500000 224.000000 70.000000 +v 202.500000 231.000000 70.000000 +v 202.500000 224.000000 69.000000 +v 202.500000 231.000000 69.000000 +v 202.500000 226.207077 65.207092 +v 202.500000 228.792923 65.207092 +v 202.500000 232.585785 69.000000 +v 202.500000 222.414215 69.000000 +v 202.500000 220.000000 58.995674 +v 202.500000 220.000000 66.000000 +v 202.500000 221.000000 58.992207 +v 202.500000 221.000000 66.000000 +v 202.500000 224.792938 61.207104 +v 202.500000 224.792923 63.792904 +v 202.500000 221.000000 67.585785 +v 202.500000 221.000000 57.414215 +v 202.500000 231.000000 55.000000 +v 202.500000 224.000000 55.000000 +v 202.500000 231.000000 56.000000 +v 202.500000 224.000000 56.000000 +v 202.500000 228.792938 59.792900 +v 202.500000 226.207077 59.792896 +v 202.500000 222.414215 56.000000 +v 202.500000 232.585785 56.000000 +v 202.500000 235.000000 58.992207 +v 202.500000 234.000000 58.992207 +v 202.500015 235.000015 65.999992 +v 202.500000 234.000000 66.000000 +v 202.500000 230.207077 63.792904 +v 202.500000 234.000000 57.414215 +v 202.500000 230.207077 61.207100 +v 202.500000 234.000000 67.585785 +v 205.000000 220.000000 70.000000 +v 205.000000 220.000000 55.000000 +v 205.000000 235.000000 70.000000 +v 205.000015 235.000015 55.000000 +v -199.500000 -185.000000 56.000000 +v -201.500015 -185.000015 56.000000 +v -199.500000 -185.000000 55.000000 +v -203.500000 -185.000000 55.000000 +v -202.500000 -185.000000 57.000000 +v -203.500000 -185.000000 59.000000 +v -202.500000 -185.000000 59.000000 +v -197.500000 -185.000000 60.000000 +v -198.500015 -185.000015 60.999996 +v -193.500000 -185.000000 60.000000 +v -193.500000 -185.000000 65.000000 +v -183.500000 -185.000000 60.000000 +v -183.500015 -185.000015 64.999992 +v -178.500015 -185.000015 63.999996 +v -179.500000 -185.000000 65.000000 +v -174.500000 -185.000000 68.000000 +v -175.500015 -185.000015 68.999992 +v -173.500000 -185.000000 70.000000 +v -177.500000 -185.000000 70.000000 +v -187.500000 -185.000000 56.000000 +v -189.500000 -185.000000 56.000000 +v -192.500000 -185.000000 55.000000 +v -192.500000 -185.000000 56.000000 +v -184.500000 -185.000000 55.000000 +v -184.500000 -185.000000 56.000000 +v -178.500000 -185.000000 61.000000 +v -179.500000 -185.000000 60.000000 +v -174.500000 -185.000000 57.000000 +v -175.500015 -185.000015 56.000000 +v -173.500000 -185.000000 55.000000 +v -177.500000 -185.000000 55.000000 +v -177.500000 -185.000000 56.000000 +v -173.500000 -185.000000 59.000000 +v -174.500000 -185.000000 59.000000 +v -174.500000 -185.000000 66.000000 +v -173.500000 -185.000000 66.000000 +v -177.500000 -185.000000 69.000000 +v -187.500000 -185.000000 69.000000 +v -189.500000 -185.000000 69.000000 +v -192.500000 -185.000000 70.000000 +v -192.500000 -185.000000 69.000000 +v -184.500000 -185.000000 69.000000 +v -184.500000 -185.000000 70.000000 +v -198.500000 -185.000000 64.000000 +v -197.500000 -185.000000 65.000000 +v -202.500000 -185.000000 68.000000 +v -201.500015 -185.000015 68.999992 +v -203.500000 -185.000000 70.000000 +v -199.500000 -185.000000 70.000000 +v -199.500000 -185.000000 69.000000 +v -203.500000 -185.000000 66.000000 +v -202.500000 -185.000000 66.000000 +v -179.500000 220.000000 65.000000 +v -175.500015 220.000015 68.999992 +v -183.500000 220.000000 65.000000 +v -187.500000 220.000000 69.000000 +v -184.500000 220.000000 69.000000 +v -184.500000 220.000000 70.000000 +v -192.500000 220.000000 70.000000 +v -192.500000 220.000000 69.000000 +v -189.500000 220.000000 69.000000 +v -193.500000 219.999695 65.000000 +v -197.500000 219.999695 65.000000 +v -201.500015 220.000015 68.999992 +v -199.500000 219.999695 69.000000 +v -199.500000 219.999695 70.000000 +v -203.500000 219.999695 70.000000 +v -203.500000 219.999695 66.000000 +v -202.500000 219.999695 68.000000 +v -198.500015 220.000015 63.999996 +v -198.500000 219.999695 61.000000 +v -202.500000 220.000000 57.000000 +v -203.500000 220.000000 59.000000 +v -203.500000 220.000000 55.000000 +v -199.500000 220.000000 55.000000 +v -199.500000 220.000000 56.000000 +v -201.500015 220.000015 56.000000 +v -197.500000 220.000000 60.000000 +v -193.500000 219.999695 60.000000 +v -189.500000 220.000000 56.000000 +v -192.500000 220.000000 56.000000 +v -192.500000 220.000000 55.000000 +v -184.500000 220.000000 55.000000 +v -184.500000 220.000000 56.000000 +v -187.500000 220.000000 56.000000 +v -183.500000 219.999695 60.000000 +v -179.500000 219.999695 60.000000 +v -175.500015 220.000015 56.000000 +v -177.500000 219.999695 56.000000 +v -177.500000 219.999695 55.000000 +v -173.500000 219.999695 55.000000 +v -173.500000 219.999695 59.000000 +v -174.500000 219.999695 59.000000 +v -174.500000 219.999695 57.000000 +v -178.500015 220.000015 60.999996 +v -178.500000 220.000000 64.000000 +v -174.500000 220.000000 68.000000 +v -174.500000 220.000000 66.000000 +v -173.500000 220.000000 66.000000 +v -173.500000 220.000000 70.000000 +v -177.500000 220.000000 70.000000 +v -177.500000 220.000000 69.000000 +v 174.500000 -185.000000 66.000000 +v 174.500000 -185.000000 68.000000 +v 173.500000 -185.000000 66.000000 +v 173.500000 -185.000000 70.000000 +v 175.500015 -185.000015 68.999992 +v 177.500000 -185.000000 70.000000 +v 177.500000 -185.000000 69.000000 +v 179.500000 -185.000000 65.000000 +v 178.500000 -185.000000 64.000000 +v 183.500000 -185.000000 65.000000 +v 178.500015 -185.000015 60.999996 +v 183.500000 -185.000000 60.000000 +v 179.500000 -185.000000 60.000000 +v 174.500000 -185.000000 57.000000 +v 175.500015 -185.000015 56.000000 +v 173.500000 -185.000000 55.000000 +v 177.500000 -185.000000 55.000000 +v 174.500000 -185.000000 59.000000 +v 173.500000 -185.000000 59.000000 +v 177.500000 -185.000000 56.000000 +v 187.500000 -185.000000 56.000000 +v 189.500000 -185.000000 56.000000 +v 193.500000 -185.000000 60.000000 +v 193.500015 -185.000015 64.999992 +v 189.500000 -185.000000 69.000000 +v 184.500000 -185.000000 56.000000 +v 184.500000 -185.000000 55.000000 +v 192.500000 -185.000000 55.000000 +v 192.500000 -185.000000 56.000000 +v 197.500000 -185.000000 60.000000 +v 198.500000 -185.000000 61.000000 +v 198.500015 -185.000015 63.999996 +v 197.500000 -185.000000 65.000000 +v 202.500000 -185.000000 68.000000 +v 201.500015 -185.000015 68.999992 +v 203.500000 -185.000000 70.000000 +v 199.500000 -185.000000 70.000000 +v 202.500000 -185.000000 57.000000 +v 201.500015 -185.000015 56.000000 +v 203.500000 -185.000000 55.000000 +v 199.500000 -185.000000 55.000000 +v 199.500000 -185.000000 56.000000 +v 203.500000 -185.000000 59.000000 +v 202.500000 -185.000000 59.000000 +v 202.500000 -185.000000 66.000000 +v 203.500000 -185.000000 66.000000 +v 199.500000 -185.000000 69.000000 +v 192.500000 -185.000000 69.000000 +v 192.500000 -185.000000 70.000000 +v 184.500000 -185.000000 70.000000 +v 187.500000 -185.000000 69.000000 +v 184.500000 -185.000000 69.000000 +v 198.500015 220.000015 60.999996 +v 202.500000 220.000000 57.000000 +v 198.500000 220.000000 64.000000 +v 202.500000 220.000000 68.000000 +v 203.500000 220.000000 66.000000 +v 203.500000 220.000000 70.000000 +v 199.500000 220.000000 70.000000 +v 199.500000 220.000000 69.000000 +v 201.500015 220.000015 68.999992 +v 197.500000 220.000000 65.000000 +v 193.500000 220.000000 65.000000 +v 189.500000 220.000000 69.000000 +v 192.500000 220.000000 69.000000 +v 192.500000 220.000000 70.000000 +v 184.500000 220.000000 70.000000 +v 184.500000 220.000000 69.000000 +v 187.500000 220.000000 69.000000 +v 183.500000 220.000000 65.000000 +v 179.500000 220.000000 65.000000 +v 175.500015 220.000015 68.999992 +v 177.500000 220.000000 69.000000 +v 177.500000 220.000000 70.000000 +v 173.500000 220.000000 70.000000 +v 173.500000 220.000000 66.000000 +v 174.500000 220.000000 66.000000 +v 174.500000 220.000000 68.000000 +v 178.500015 220.000015 63.999996 +v 178.500000 220.000000 61.000000 +v 174.500000 220.000000 57.000000 +v 174.500000 220.000000 59.000000 +v 173.500000 220.000000 59.000000 +v 173.500000 220.000000 55.000000 +v 177.500000 220.000000 55.000000 +v 177.500000 220.000000 56.000000 +v 175.500015 220.000015 56.000000 +v 179.500000 220.000000 60.000000 +v 183.500000 220.000000 60.000000 +v 187.500000 220.000000 56.000000 +v 184.500000 220.000000 56.000000 +v 184.500000 220.000000 55.000000 +v 192.500000 220.000000 55.000000 +v 192.500000 220.000000 56.000000 +v 189.500000 220.000000 56.000000 +v 193.500000 220.000000 60.000000 +v 197.500000 220.000000 60.000000 +v 201.500015 220.000015 56.000000 +v 199.500000 220.000000 56.000000 +v 199.500000 220.000000 55.000000 +v 203.500000 220.000000 55.000000 +v 203.500000 220.000000 59.000000 +v 173.500000 50.000000 70.000000 +v 173.500000 50.000000 68.000000 +v 173.500000 -185.000000 68.000000 +v -173.500000 50.000000 70.000000 +v -173.500000 50.000000 68.000000 +v -173.500000 -185.000000 68.000000 +v 199.500000 51.000000 70.000000 +v 201.500015 51.000004 69.999992 +v 199.500000 50.000000 70.000000 +v 203.500000 50.000000 70.000000 +v 202.500000 52.000000 70.000000 +v 203.500000 54.000000 70.000000 +v 202.500000 54.000000 70.000000 +v 197.500000 55.000000 70.000000 +v 198.500015 56.000004 69.999992 +v 193.500000 55.000000 70.000000 +v 193.500000 60.000000 70.000000 +v 183.500000 55.000000 70.000000 +v 183.500000 60.000000 70.000000 +v 178.500015 56.000004 69.999992 +v 178.500000 59.000000 70.000000 +v 187.500015 51.000004 69.999992 +v 189.500015 51.000004 69.999992 +v 184.500000 50.000000 70.000000 +v 192.500000 50.000000 70.000000 +v 192.500000 51.000000 70.000000 +v 184.500000 51.000000 70.000000 +v 179.500000 55.000000 70.000000 +v 174.500000 52.000000 70.000000 +v 175.500015 51.000004 69.999992 +v 177.500000 50.000000 70.000000 +v 177.500000 51.000000 70.000000 +v 173.500000 54.000000 70.000000 +v 174.500000 54.000000 70.000000 +v 179.500000 60.000000 70.000000 +v 174.500000 63.000000 70.000000 +v 175.500015 64.000000 69.999992 +v 173.500000 65.000000 70.000000 +v 177.500000 65.000000 70.000000 +v 174.500000 61.000000 70.000000 +v 173.500000 61.000000 70.000000 +v 177.500000 64.000000 70.000000 +v 189.500000 64.000000 70.000000 +v 187.500000 64.000000 70.000000 +v 184.500000 65.000000 70.000000 +v 184.500000 64.000000 70.000000 +v 192.500000 65.000000 70.000000 +v 192.500000 64.000000 70.000000 +v 198.500000 59.000000 70.000000 +v 197.500000 60.000000 70.000000 +v 202.500000 63.000000 70.000000 +v 201.500015 64.000000 69.999992 +v 203.500000 65.000000 70.000000 +v 199.500000 65.000000 70.000000 +v 199.500000 64.000000 70.000000 +v 203.500000 61.000000 70.000000 +v 202.500000 61.000000 70.000000 +v 201.500015 51.000004 620.000061 +v 197.500000 55.000000 620.000000 +v 193.500000 55.000000 620.000000 +v 189.500015 51.000004 620.000061 +v 192.500000 51.000000 620.000000 +v 192.500000 50.000000 620.000000 +v 184.500000 50.000000 620.000000 +v 184.500000 51.000000 620.000000 +v 187.500015 51.000004 620.000061 +v 183.500000 55.000000 620.000000 +v 179.500000 55.000000 620.000000 +v 175.500015 51.000004 620.000061 +v 177.500000 51.000000 620.000000 +v 177.500000 50.000000 620.000000 +v 173.500000 50.000000 620.000000 +v 173.500000 54.000000 620.000000 +v 174.500000 54.000000 620.000000 +v 174.500000 52.000000 620.000000 +v 178.500015 56.000004 620.000061 +v 178.500000 59.000000 620.000000 +v 174.500000 63.000000 620.000000 +v 174.500000 61.000000 620.000000 +v 173.500000 61.000000 620.000000 +v 173.500000 65.000000 620.000000 +v 177.500000 65.000000 620.000000 +v 177.500000 64.000000 620.000000 +v 175.500015 64.000000 620.000061 +v 179.500000 60.000000 620.000000 +v 183.500000 60.000000 620.000000 +v 187.500015 64.000000 620.000061 +v 184.500000 64.000000 620.000000 +v 184.500000 65.000000 620.000000 +v 192.500000 65.000000 620.000000 +v 192.500000 64.000000 620.000000 +v 189.500015 64.000000 620.000061 +v 193.500000 60.000000 620.000000 +v 197.500000 60.000000 620.000000 +v 201.500015 64.000000 620.000061 +v 199.500000 64.000000 620.000000 +v 199.500000 65.000000 620.000000 +v 203.500000 65.000000 620.000000 +v 203.500000 61.000000 620.000000 +v 202.500000 61.000000 620.000000 +v 202.500000 63.000000 620.000000 +v 198.500000 59.000000 620.000000 +v 198.500015 56.000004 620.000061 +v 202.500000 52.000000 620.000000 +v 202.500000 54.000000 620.000000 +v 203.500000 54.000000 620.000000 +v 203.500000 50.000000 620.000000 +v 199.500000 50.000000 620.000000 +v 199.500000 51.000000 620.000000 +v -174.500000 61.000000 70.000000 +v -174.500000 63.000000 70.000000 +v -173.500000 61.000000 70.000000 +v -173.500000 65.000000 70.000000 +v -175.500015 64.000000 69.999992 +v -177.500000 65.000000 70.000000 +v -177.500000 64.000000 70.000000 +v -179.500000 60.000000 70.000000 +v -178.500000 59.000000 70.000000 +v -183.500000 60.000000 70.000000 +v -178.500015 56.000004 69.999992 +v -183.500000 55.000000 70.000000 +v -179.500000 55.000000 70.000000 +v -174.500000 52.000000 70.000000 +v -175.500015 51.000004 69.999992 +v -177.500000 50.000000 70.000000 +v -174.500000 54.000000 70.000000 +v -173.500000 54.000000 70.000000 +v -177.500000 51.000000 70.000000 +v -187.500015 51.000004 69.999992 +v -189.500015 51.000004 69.999992 +v -193.500000 55.000000 70.000000 +v -193.500000 60.000000 70.000000 +v -187.500000 64.000000 70.000000 +v -189.500000 64.000000 70.000000 +v -192.500000 65.000000 70.000000 +v -192.500000 64.000000 70.000000 +v -184.500000 51.000000 70.000000 +v -184.500000 50.000000 70.000000 +v -192.500000 50.000000 70.000000 +v -192.500000 51.000000 70.000000 +v -198.500015 56.000004 69.999992 +v -197.500000 55.000000 70.000000 +v -202.500000 52.000000 70.000000 +v -201.500015 51.000004 69.999992 +v -203.500000 50.000000 70.000000 +v -199.500000 50.000000 70.000000 +v -199.500000 51.000000 70.000000 +v -203.500000 54.000000 70.000000 +v -202.500000 54.000000 70.000000 +v -198.500000 59.000000 70.000000 +v -197.500000 60.000000 70.000000 +v -202.500000 63.000000 70.000000 +v -201.500015 64.000000 69.999992 +v -203.500000 65.000000 70.000000 +v -199.500000 65.000000 70.000000 +v -202.500000 61.000000 70.000000 +v -203.500000 61.000000 70.000000 +v -199.500000 64.000000 70.000000 +v -184.500000 65.000000 70.000000 +v -184.500000 64.000000 70.000000 +v -174.500000 63.000000 620.000000 +v -178.500000 59.000000 620.000000 +v -178.500015 56.000004 620.000061 +v -174.500000 52.000000 620.000000 +v -174.500000 54.000000 620.000000 +v -173.500000 54.000000 620.000000 +v -173.500000 50.000000 620.000000 +v -177.500000 50.000000 620.000000 +v -177.500000 51.000000 620.000000 +v -175.500015 51.000004 620.000061 +v -179.500000 55.000000 620.000000 +v -183.500000 55.000000 620.000000 +v -187.500015 51.000004 620.000061 +v -184.500000 51.000000 620.000000 +v -184.500000 50.000000 620.000000 +v -192.500000 50.000000 620.000000 +v -192.500000 51.000000 620.000000 +v -189.500015 51.000004 620.000061 +v -193.500000 55.000000 620.000000 +v -197.500000 55.000000 620.000000 +v -201.500015 51.000004 620.000061 +v -199.500000 51.000000 620.000000 +v -199.500000 50.000000 620.000000 +v -203.500000 50.000000 620.000000 +v -203.500000 54.000000 620.000000 +v -202.500000 54.000000 620.000000 +v -202.500000 52.000000 620.000000 +v -198.500015 56.000004 620.000061 +v -198.500000 59.000000 620.000000 +v -202.500000 63.000000 620.000000 +v -202.500000 61.000000 620.000000 +v -203.500000 61.000000 620.000000 +v -203.500000 65.000000 620.000000 +v -199.500000 65.000000 620.000000 +v -199.500000 64.000000 620.000000 +v -201.500015 64.000000 620.000061 +v -197.500000 60.000000 620.000000 +v -193.500000 60.000000 620.000000 +v -189.500015 64.000000 620.000061 +v -192.500000 64.000000 620.000000 +v -192.500000 65.000000 620.000000 +v -184.500000 65.000000 620.000000 +v -184.500000 64.000000 620.000000 +v -187.500015 64.000000 620.000061 +v -183.500000 60.000000 620.000000 +v -179.500000 60.000000 620.000000 +v -175.500015 64.000000 620.000061 +v -177.500000 64.000000 620.000000 +v -177.500000 65.000000 620.000000 +v -173.500000 65.000000 620.000000 +v -173.500000 61.000000 620.000000 +v -174.500000 61.000000 620.000000 +v -202.500000 50.000000 623.992249 +v -202.500000 51.000000 623.992249 +v -202.500015 50.000004 631.000061 +v -202.500000 51.000000 631.000000 +v -202.500000 54.792904 628.792908 +v -202.500000 51.000000 622.414185 +v -202.500000 54.792904 626.207092 +v -202.500000 51.000000 632.585815 +v -202.500000 54.000000 621.000000 +v -202.500000 61.000000 621.000000 +v -202.500000 58.792900 624.792908 +v -202.500000 62.585785 621.000000 +v -202.500000 56.207096 624.792908 +v -202.500000 52.414215 621.000000 +v -202.500000 61.000000 635.000000 +v -202.500000 54.000000 635.000000 +v -202.500000 61.000000 634.000000 +v -202.500000 54.000000 634.000000 +v -202.500000 58.792900 630.207153 +v -202.500000 56.207096 630.207092 +v -202.500000 52.414215 634.000000 +v -202.500000 62.585785 634.000000 +v -205.000015 50.000004 620.000061 +v -205.000000 50.000000 635.000000 +v -205.000000 65.000000 620.000000 +v -205.000000 65.000000 635.000000 +v -202.500000 65.000000 623.992249 +v -202.500015 65.000000 631.000061 +v -202.500000 64.000000 623.992249 +v -202.500000 64.000000 631.000000 +v -202.500000 60.207104 626.207153 +v -202.500000 60.207104 628.792908 +v -202.500000 64.000000 632.585815 +v -202.500000 64.000000 622.414185 +v 202.500000 54.000000 635.000000 +v 202.500000 61.000000 635.000000 +v 202.500000 54.000000 634.000000 +v 202.500000 61.000000 634.000000 +v 202.500000 58.792900 630.207153 +v 202.500000 62.585785 634.000000 +v 202.500000 56.207096 630.207092 +v 202.500000 52.414215 634.000000 +v 202.500000 50.000000 623.992249 +v 202.500015 50.000004 631.000061 +v 202.500000 51.000000 623.992249 +v 202.500000 51.000000 631.000000 +v 202.500000 54.792904 628.792908 +v 202.500000 51.000000 632.585815 +v 202.500000 54.792904 626.207092 +v 202.500000 51.000000 622.414185 +v 202.500000 61.000000 621.000000 +v 202.500000 54.000000 621.000000 +v 202.500000 58.792900 624.792908 +v 202.500000 56.207096 624.792908 +v 202.500000 52.414215 621.000000 +v 202.500000 62.585785 621.000000 +v 202.500000 65.000000 623.992249 +v 202.500000 64.000000 623.992249 +v 202.500015 65.000000 631.000061 +v 202.500000 64.000000 631.000000 +v 202.500000 60.207104 626.207153 +v 202.500000 60.207104 628.792908 +v 202.500000 64.000000 622.414185 +v 202.500000 64.000000 632.585815 +v 205.000000 50.000000 635.000000 +v 205.000000 50.000000 620.000000 +v 205.000000 65.000000 635.000000 +v 205.000015 65.000000 620.000061 +vt 0.580119 0.029024 +vt 0.580191 0.029024 +vt 0.580119 0.029024 +vt 0.580191 0.029024 +vt 0.580463 0.029024 +vt 0.580463 0.029024 +vt 0.580191 0.029024 +vt 0.580191 0.029024 +vt 0.580406 0.029024 +vt 0.580907 0.029024 +vt 0.580406 0.029024 +vt 0.580907 0.029024 +vt 0.580749 0.029024 +vt 0.581020 0.029024 +vt 0.580564 0.029024 +vt 0.580292 0.029024 +vt 0.580907 0.029024 +vt 0.580406 0.029024 +vt 0.580907 0.029024 +vt 0.580406 0.029024 +vt 0.580564 0.029024 +vt 0.580292 0.029024 +vt 0.580749 0.029024 +vt 0.581020 0.029024 +vt 0.580119 0.029134 +vt 0.580119 0.029134 +vt 0.581193 0.029134 +vt 0.581193 0.029134 +vt 0.581193 0.029024 +vt 0.581193 0.029024 +vt 0.581122 0.029024 +vt 0.581122 0.029024 +vt 0.580850 0.029024 +vt 0.581122 0.029024 +vt 0.580850 0.029024 +vt 0.581122 0.029024 +vt 0.580406 0.011342 +vt 0.580907 0.011342 +vt 0.580406 0.011342 +vt 0.580907 0.011342 +vt 0.580564 0.011342 +vt 0.580749 0.011342 +vt 0.581020 0.011342 +vt 0.580292 0.011342 +vt 0.580119 0.011342 +vt 0.580119 0.011342 +vt 0.580191 0.011342 +vt 0.580191 0.011342 +vt 0.580463 0.011342 +vt 0.580463 0.011342 +vt 0.580191 0.011342 +vt 0.580191 0.011342 +vt 0.580907 0.011342 +vt 0.580406 0.011342 +vt 0.580907 0.011342 +vt 0.580406 0.011342 +vt 0.580749 0.011342 +vt 0.580564 0.011342 +vt 0.580292 0.011342 +vt 0.581020 0.011342 +vt 0.581193 0.011342 +vt 0.581122 0.011342 +vt 0.581193 0.011342 +vt 0.581122 0.011342 +vt 0.580850 0.011342 +vt 0.581122 0.011342 +vt 0.580850 0.011342 +vt 0.581122 0.011342 +vt 0.580119 0.011233 +vt 0.580119 0.011233 +vt 0.581193 0.011233 +vt 0.581193 0.011233 +vt 0.551128 0.028893 +vt 0.551128 0.028981 +vt 0.551128 0.028893 +vt 0.551128 0.029068 +vt 0.551128 0.029024 +vt 0.551128 0.029068 +vt 0.551128 0.029024 +vt 0.551128 0.028806 +vt 0.551128 0.028850 +vt 0.551128 0.028632 +vt 0.551128 0.028632 +vt 0.551128 0.028195 +vt 0.551128 0.028195 +vt 0.551128 0.027977 +vt 0.551128 0.028020 +vt 0.551128 0.027802 +vt 0.551128 0.027846 +vt 0.551128 0.027758 +vt 0.551128 0.027933 +vt 0.551128 0.028370 +vt 0.551128 0.028457 +vt 0.551128 0.028588 +vt 0.551128 0.028588 +vt 0.551128 0.028239 +vt 0.551128 0.028239 +vt 0.551128 0.027977 +vt 0.551128 0.028020 +vt 0.551128 0.027802 +vt 0.551128 0.027846 +vt 0.551128 0.027758 +vt 0.551128 0.027933 +vt 0.551128 0.027933 +vt 0.551128 0.027758 +vt 0.551128 0.027802 +vt 0.551128 0.027802 +vt 0.551128 0.027758 +vt 0.551128 0.027933 +vt 0.551128 0.028370 +vt 0.551128 0.028457 +vt 0.551128 0.028588 +vt 0.551128 0.028588 +vt 0.551128 0.028239 +vt 0.551128 0.028239 +vt 0.551128 0.028850 +vt 0.551128 0.028806 +vt 0.551128 0.029024 +vt 0.551128 0.028981 +vt 0.551128 0.029068 +vt 0.551128 0.028893 +vt 0.551128 0.028893 +vt 0.551128 0.029068 +vt 0.551128 0.029024 +vt 0.580119 0.028020 +vt 0.580119 0.027846 +vt 0.580119 0.028195 +vt 0.580119 0.028370 +vt 0.580119 0.028239 +vt 0.580119 0.028239 +vt 0.580119 0.028588 +vt 0.580119 0.028588 +vt 0.580119 0.028457 +vt 0.580119 0.028632 +vt 0.580119 0.028806 +vt 0.580119 0.028981 +vt 0.580119 0.028893 +vt 0.580119 0.028893 +vt 0.580119 0.029068 +vt 0.580119 0.029068 +vt 0.580119 0.029024 +vt 0.580119 0.028850 +vt 0.580119 0.028850 +vt 0.580119 0.029024 +vt 0.580119 0.029068 +vt 0.580119 0.029068 +vt 0.580119 0.028893 +vt 0.580119 0.028893 +vt 0.580119 0.028981 +vt 0.580119 0.028806 +vt 0.580119 0.028632 +vt 0.580119 0.028457 +vt 0.580119 0.028588 +vt 0.580119 0.028588 +vt 0.580119 0.028239 +vt 0.580119 0.028239 +vt 0.580119 0.028370 +vt 0.580119 0.028195 +vt 0.580119 0.028020 +vt 0.580119 0.027846 +vt 0.580119 0.027933 +vt 0.580119 0.027933 +vt 0.580119 0.027758 +vt 0.580119 0.027758 +vt 0.580119 0.027802 +vt 0.580119 0.027802 +vt 0.580119 0.027977 +vt 0.580119 0.027977 +vt 0.580119 0.027802 +vt 0.580119 0.027802 +vt 0.580119 0.027758 +vt 0.580119 0.027758 +vt 0.580119 0.027933 +vt 0.580119 0.027933 +vt 0.551128 0.012565 +vt 0.551128 0.012565 +vt 0.551128 0.012608 +vt 0.551128 0.012608 +vt 0.551128 0.012521 +vt 0.551128 0.012434 +vt 0.551128 0.012434 +vt 0.551128 0.012346 +vt 0.551128 0.012390 +vt 0.551128 0.012172 +vt 0.551128 0.012390 +vt 0.551128 0.012172 +vt 0.551128 0.012346 +vt 0.551128 0.012565 +vt 0.551128 0.012521 +vt 0.551128 0.012608 +vt 0.551128 0.012434 +vt 0.551128 0.012565 +vt 0.551128 0.012608 +vt 0.551128 0.012434 +vt 0.551128 0.011997 +vt 0.551128 0.011910 +vt 0.551128 0.011735 +vt 0.551128 0.011735 +vt 0.551128 0.011910 +vt 0.551128 0.012128 +vt 0.551128 0.012128 +vt 0.551128 0.011779 +vt 0.551128 0.011779 +vt 0.551128 0.011560 +vt 0.551128 0.011517 +vt 0.551128 0.011517 +vt 0.551128 0.011560 +vt 0.551128 0.011342 +vt 0.551128 0.011386 +vt 0.551128 0.011299 +vt 0.551128 0.011473 +vt 0.551128 0.011342 +vt 0.551128 0.011386 +vt 0.551128 0.011299 +vt 0.551128 0.011473 +vt 0.551128 0.011473 +vt 0.551128 0.011299 +vt 0.551128 0.011342 +vt 0.551128 0.011342 +vt 0.551128 0.011299 +vt 0.551128 0.011473 +vt 0.551128 0.011779 +vt 0.551128 0.011779 +vt 0.551128 0.012128 +vt 0.551128 0.011997 +vt 0.551128 0.012128 +vt 0.580119 0.011517 +vt 0.580119 0.011342 +vt 0.580119 0.011517 +vt 0.580119 0.011342 +vt 0.580119 0.011299 +vt 0.580119 0.011299 +vt 0.580119 0.011473 +vt 0.580119 0.011473 +vt 0.580119 0.011386 +vt 0.580119 0.011560 +vt 0.580119 0.011735 +vt 0.580119 0.011910 +vt 0.580119 0.011779 +vt 0.580119 0.011779 +vt 0.580119 0.012128 +vt 0.580119 0.012128 +vt 0.580119 0.011997 +vt 0.580119 0.012172 +vt 0.580119 0.012346 +vt 0.580119 0.012521 +vt 0.580119 0.012434 +vt 0.580119 0.012434 +vt 0.580119 0.012608 +vt 0.580119 0.012608 +vt 0.580119 0.012565 +vt 0.580119 0.012565 +vt 0.580119 0.012390 +vt 0.580119 0.012390 +vt 0.580119 0.012565 +vt 0.580119 0.012565 +vt 0.580119 0.012608 +vt 0.580119 0.012608 +vt 0.580119 0.012434 +vt 0.580119 0.012434 +vt 0.580119 0.012521 +vt 0.580119 0.012346 +vt 0.580119 0.012172 +vt 0.580119 0.011997 +vt 0.580119 0.012128 +vt 0.580119 0.012128 +vt 0.580119 0.011779 +vt 0.580119 0.011779 +vt 0.580119 0.011910 +vt 0.580119 0.011735 +vt 0.580119 0.011560 +vt 0.580119 0.011386 +vt 0.580119 0.011473 +vt 0.580119 0.011473 +vt 0.580119 0.011299 +vt 0.580119 0.011299 +vt 0.567950 0.012608 +vt 0.567950 0.012608 +vt 0.551128 0.012608 +vt 0.567950 0.027758 +vt 0.551128 0.027758 +vt 0.567950 0.027758 +vt 0.568022 0.011473 +vt 0.568022 0.011386 +vt 0.567950 0.011473 +vt 0.567950 0.011299 +vt 0.568093 0.011342 +vt 0.568237 0.011299 +vt 0.568237 0.011342 +vt 0.568308 0.011560 +vt 0.568380 0.011517 +vt 0.568308 0.011735 +vt 0.568666 0.011735 +vt 0.568308 0.012172 +vt 0.568666 0.012172 +vt 0.568380 0.012390 +vt 0.568594 0.012390 +vt 0.568022 0.011997 +vt 0.568022 0.011910 +vt 0.567950 0.012128 +vt 0.567950 0.011779 +vt 0.568022 0.011779 +vt 0.568022 0.012128 +vt 0.568308 0.012346 +vt 0.568093 0.012565 +vt 0.568022 0.012521 +vt 0.567950 0.012434 +vt 0.568022 0.012434 +vt 0.568237 0.012608 +vt 0.568237 0.012565 +vt 0.568666 0.012346 +vt 0.568881 0.012565 +vt 0.568952 0.012521 +vt 0.569024 0.012608 +vt 0.569024 0.012434 +vt 0.568738 0.012565 +vt 0.568738 0.012608 +vt 0.568952 0.012434 +vt 0.568952 0.011910 +vt 0.568952 0.011997 +vt 0.569024 0.012128 +vt 0.568952 0.012128 +vt 0.569024 0.011779 +vt 0.568952 0.011779 +vt 0.568594 0.011517 +vt 0.568666 0.011560 +vt 0.568881 0.011342 +vt 0.568952 0.011386 +vt 0.569024 0.011299 +vt 0.569024 0.011473 +vt 0.568952 0.011473 +vt 0.568738 0.011299 +vt 0.568738 0.011342 +vt 0.568022 0.011386 +vt 0.568308 0.011560 +vt 0.568308 0.011735 +vt 0.568022 0.011910 +vt 0.568022 0.011779 +vt 0.567950 0.011779 +vt 0.567950 0.012128 +vt 0.568022 0.012128 +vt 0.568022 0.011997 +vt 0.568308 0.012172 +vt 0.568308 0.012346 +vt 0.568022 0.012521 +vt 0.568022 0.012434 +vt 0.567950 0.012434 +vt 0.567950 0.012608 +vt 0.568237 0.012608 +vt 0.568237 0.012565 +vt 0.568093 0.012565 +vt 0.568380 0.012390 +vt 0.568594 0.012390 +vt 0.568881 0.012565 +vt 0.568738 0.012565 +vt 0.568738 0.012608 +vt 0.569024 0.012608 +vt 0.569024 0.012434 +vt 0.568952 0.012434 +vt 0.568952 0.012521 +vt 0.568666 0.012346 +vt 0.568666 0.012172 +vt 0.568952 0.011997 +vt 0.568952 0.012128 +vt 0.569024 0.012128 +vt 0.569024 0.011779 +vt 0.568952 0.011779 +vt 0.568952 0.011910 +vt 0.568666 0.011735 +vt 0.568666 0.011560 +vt 0.568952 0.011386 +vt 0.568952 0.011473 +vt 0.569024 0.011473 +vt 0.569024 0.011299 +vt 0.568738 0.011299 +vt 0.568738 0.011342 +vt 0.568881 0.011342 +vt 0.568594 0.011517 +vt 0.568380 0.011517 +vt 0.568093 0.011342 +vt 0.568237 0.011342 +vt 0.568237 0.011299 +vt 0.567950 0.011299 +vt 0.567950 0.011473 +vt 0.568022 0.011473 +vt 0.568738 0.027802 +vt 0.568881 0.027802 +vt 0.568738 0.027758 +vt 0.569024 0.027758 +vt 0.568952 0.027846 +vt 0.569024 0.027933 +vt 0.568952 0.027933 +vt 0.568666 0.028020 +vt 0.568594 0.027977 +vt 0.568666 0.028195 +vt 0.568380 0.027977 +vt 0.568308 0.028195 +vt 0.568308 0.028020 +vt 0.568093 0.027802 +vt 0.568022 0.027846 +vt 0.567950 0.027933 +vt 0.568237 0.027802 +vt 0.568237 0.027758 +vt 0.568022 0.027933 +vt 0.568022 0.028370 +vt 0.568022 0.028457 +vt 0.568308 0.028632 +vt 0.568666 0.028632 +vt 0.568952 0.028370 +vt 0.568952 0.028457 +vt 0.569024 0.028588 +vt 0.568952 0.028588 +vt 0.568022 0.028239 +vt 0.567950 0.028239 +vt 0.567950 0.028588 +vt 0.568022 0.028588 +vt 0.568380 0.028850 +vt 0.568308 0.028806 +vt 0.568093 0.029024 +vt 0.568022 0.028981 +vt 0.567950 0.029068 +vt 0.567950 0.028893 +vt 0.568022 0.028893 +vt 0.568237 0.029068 +vt 0.568237 0.029024 +vt 0.568594 0.028850 +vt 0.568666 0.028806 +vt 0.568881 0.029024 +vt 0.568952 0.028981 +vt 0.569024 0.029068 +vt 0.569024 0.028893 +vt 0.568738 0.029024 +vt 0.568738 0.029068 +vt 0.568952 0.028893 +vt 0.569024 0.028239 +vt 0.568952 0.028239 +vt 0.568881 0.027802 +vt 0.568594 0.027977 +vt 0.568380 0.027977 +vt 0.568093 0.027802 +vt 0.568237 0.027802 +vt 0.568237 0.027758 +vt 0.567950 0.027758 +vt 0.567950 0.027933 +vt 0.568022 0.027933 +vt 0.568022 0.027846 +vt 0.568308 0.028020 +vt 0.568308 0.028195 +vt 0.568022 0.028370 +vt 0.568022 0.028239 +vt 0.567950 0.028239 +vt 0.567950 0.028588 +vt 0.568022 0.028588 +vt 0.568022 0.028457 +vt 0.568308 0.028632 +vt 0.568308 0.028806 +vt 0.568022 0.028981 +vt 0.568022 0.028893 +vt 0.567950 0.028893 +vt 0.567950 0.029068 +vt 0.568237 0.029068 +vt 0.568237 0.029024 +vt 0.568093 0.029024 +vt 0.568380 0.028850 +vt 0.568594 0.028850 +vt 0.568881 0.029024 +vt 0.568738 0.029024 +vt 0.568738 0.029068 +vt 0.569024 0.029068 +vt 0.569024 0.028893 +vt 0.568952 0.028893 +vt 0.568952 0.028981 +vt 0.568666 0.028806 +vt 0.568666 0.028632 +vt 0.568952 0.028457 +vt 0.568952 0.028588 +vt 0.569024 0.028588 +vt 0.569024 0.028239 +vt 0.568952 0.028239 +vt 0.568952 0.028370 +vt 0.568666 0.028195 +vt 0.568666 0.028020 +vt 0.568952 0.027846 +vt 0.568952 0.027933 +vt 0.569024 0.027933 +vt 0.569024 0.027758 +vt 0.568738 0.027758 +vt 0.568738 0.027802 +vt 0.567950 0.029024 +vt 0.568022 0.029024 +vt 0.567950 0.029024 +vt 0.568022 0.029024 +vt 0.568293 0.029024 +vt 0.568022 0.029024 +vt 0.568293 0.029024 +vt 0.568022 0.029024 +vt 0.568237 0.029024 +vt 0.568738 0.029024 +vt 0.568580 0.029024 +vt 0.568851 0.029024 +vt 0.568395 0.029024 +vt 0.568123 0.029024 +vt 0.568738 0.029024 +vt 0.568237 0.029024 +vt 0.568738 0.029024 +vt 0.568237 0.029024 +vt 0.568580 0.029024 +vt 0.568395 0.029024 +vt 0.568123 0.029024 +vt 0.568851 0.029024 +vt 0.567950 0.029134 +vt 0.567950 0.029134 +vt 0.569024 0.029134 +vt 0.569024 0.029134 +vt 0.569024 0.029024 +vt 0.569024 0.029024 +vt 0.568952 0.029024 +vt 0.568952 0.029024 +vt 0.568681 0.029024 +vt 0.568681 0.029024 +vt 0.568952 0.029024 +vt 0.568952 0.029024 +vt 0.568237 0.011342 +vt 0.568738 0.011342 +vt 0.568237 0.011342 +vt 0.568738 0.011342 +vt 0.568580 0.011342 +vt 0.568851 0.011342 +vt 0.568395 0.011342 +vt 0.568123 0.011342 +vt 0.567950 0.011342 +vt 0.567950 0.011342 +vt 0.568022 0.011342 +vt 0.568022 0.011342 +vt 0.568293 0.011342 +vt 0.568022 0.011342 +vt 0.568293 0.011342 +vt 0.568022 0.011342 +vt 0.568738 0.011342 +vt 0.568237 0.011342 +vt 0.568580 0.011342 +vt 0.568395 0.011342 +vt 0.568123 0.011342 +vt 0.568851 0.011342 +vt 0.569024 0.011342 +vt 0.568952 0.011342 +vt 0.569024 0.011342 +vt 0.568952 0.011342 +vt 0.568681 0.011342 +vt 0.568681 0.011342 +vt 0.568952 0.011342 +vt 0.568952 0.011342 +vt 0.567950 0.011233 +vt 0.567950 0.011233 +vt 0.569024 0.011233 +vt 0.569024 0.011233 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000005 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000001 +vn -1.000000 0.000000 0.000001 +vn -1.000000 0.000000 0.000001 vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000005 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000010 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000005 0.000000 +vn -1.000000 0.000024 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000011 0.000000 +vn -1.000000 -0.000005 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 -0.000010 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000001 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707105 -0.707109 +vn 0.000000 -0.707101 -0.707112 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 -0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.993800 0.111186 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707105 0.707108 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 0.003468 0.999994 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.000004 0.000000 1.000000 -vn -0.000004 0.000000 1.000000 -vn -0.000004 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707114 -0.707100 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 0.111163 -0.993802 +vn 0.000000 0.111158 -0.993803 +vn 0.000000 -0.111158 -0.993803 +vn 0.000000 -0.111163 -0.993802 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707114 -0.707100 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000010 1.000000 -0.000007 +vn 0.000004 1.000000 0.000004 +vn 0.000000 1.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707102 0.707112 +vn 0.000000 0.993805 0.111134 +vn 0.000000 0.993800 0.111186 +vn 0.000000 0.993800 -0.111186 +vn 0.000000 0.993805 -0.111135 +vn 0.000000 0.707101 -0.707112 +vn 0.000000 0.707101 -0.707112 +vn 0.000000 0.707101 -0.707112 +vn 0.000000 0.707105 -0.707109 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 @@ -73064,141 +2335,704 @@ vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707114 0.707099 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.111163 0.993802 +vn 0.000000 -0.111158 0.993803 +vn 0.000000 0.111158 0.993803 +vn 0.000000 0.111164 0.993802 +vn 0.000000 0.707107 0.707107 +vn 0.000000 0.707107 0.707107 +vn 0.000000 0.707107 0.707107 +vn 0.000000 0.707114 0.707099 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000006 -1.000000 -0.000004 +vn 0.000006 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000001 -1.000000 -0.000005 +vn 0.000004 -1.000000 0.000031 +vn -0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000001 -1.000000 -0.000002 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000004 +vn 0.000010 -1.000000 -0.000010 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000001 -1.000000 -0.000002 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000004 +vn -0.000010 -1.000000 -0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.707108 0.000000 0.707105 +vn -0.707108 0.000000 0.707105 +vn -0.707108 0.000000 0.707105 +vn -0.707106 0.000000 0.707107 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707108 0.000000 0.707105 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.707104 0.000000 0.707110 +vn 0.707104 0.000000 0.707110 +vn 0.707104 0.000000 0.707110 +vn 0.707105 0.000000 0.707108 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707108 0.000000 -0.707106 +vn -0.707108 0.000000 -0.707106 +vn -0.707108 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 -0.000005 +vn -1.000000 0.000000 0.000005 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707108 0.000000 0.707105 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.004331 0.000000 0.999991 +vn 0.004331 0.000000 0.999991 +vn 0.004331 0.000000 0.999991 +vn 0.000000 0.000011 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.707105 0.000000 -0.707109 +vn 0.707105 0.000000 -0.707109 +vn 0.707105 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707107 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707108 0.000000 -0.707105 +vn -0.707109 0.000000 -0.707105 +vn -0.707109 0.000000 -0.707105 +vn -0.707108 0.000000 -0.707105 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707106 0.000000 0.707108 +vn 0.707106 0.000000 0.707108 +vn 0.707106 0.000000 0.707108 +vn 0.707107 0.000000 0.707107 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 -0.000005 +vn 1.000000 0.000000 0.000005 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707105 0.000000 -0.707108 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000002 -1.000000 -vn 0.000000 -0.000005 -1.000000 -vn 0.000000 -0.000005 -1.000000 -vn 0.000000 -0.000005 -1.000000 -vn 0.000000 -0.000012 -1.000000 -vn 0.000000 -0.000012 -1.000000 -vn 0.000000 -0.000012 -1.000000 -vn 0.000000 -0.000042 -1.000000 -vn 0.000000 -0.000042 -1.000000 -vn 0.000000 -0.000042 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000034 -0.000008 -1.000000 -vn -0.000034 -0.000008 -1.000000 -vn -0.000034 -0.000008 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000031 +vn 0.000006 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000031 +vn -0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000001 1.000000 -0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000001 -1.000000 0.000000 +vn 0.000003 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn -0.000006 -1.000000 0.000000 +vn -0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000004 -1.000000 0.000031 +vn -0.000006 -1.000000 0.000000 +vn 0.000006 -1.000000 0.000000 +vn 0.000010 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000006 -1.000000 -0.000004 +vn 0.000010 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000008 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707109 0.000000 0.707105 +vn 0.707108 0.000000 0.707105 +vn 0.707108 0.000000 0.707105 +vn 0.707107 0.000000 0.707107 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 0.000005 +vn 1.000000 0.000000 -0.000005 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707108 0.000000 -0.707105 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 +vn -0.000008 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.707106 0.000000 0.707108 +vn -0.707106 0.000000 0.707108 +vn -0.707106 0.000000 0.707108 +vn -0.707104 0.000000 0.707110 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707105 0.000000 0.707108 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707108 0.000000 0.707105 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707105 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707109 +vn -0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 0.000005 +vn -1.000000 0.000000 -0.000005 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707105 0.000000 0.707108 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707108 0.000000 -0.707106 +vn 0.707108 0.000000 -0.707106 +vn 0.707108 0.000000 -0.707106 +vn 0.707109 0.000000 -0.707105 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707105 0.000000 -0.707108 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000005 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.004331 0.000011 0.999991 +vn -0.004331 0.000011 0.999991 +vn -0.004331 0.000011 0.999991 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000003 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000003 1.000000 0.000000 +vn 0.000000 1.000000 -0.000031 +vn -0.000006 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000001 1.000000 0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000006 1.000000 0.000000 +vn 0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000001 1.000000 0.000008 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000006 1.000000 0.000000 +vn -0.000010 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000008 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000001 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000002 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000004 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000004 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000002 -1.000000 -vn 0.000000 0.000006 -1.000000 -vn 0.000000 0.000006 -1.000000 -vn 0.000000 0.000006 -1.000000 -vn 0.000000 0.000021 -1.000000 -vn 0.000000 0.000021 -1.000000 -vn 0.000000 0.000021 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 @@ -73208,877 +3042,573 @@ vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -1.000000 0.000000 -0.000000 -vn -1.000000 0.000000 -0.000000 -vn -1.000000 0.000000 -0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707109 -0.707105 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707111 -0.707102 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991451 -0.130482 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130536 0.000000 -vn -0.991444 -0.130536 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130516 -0.991446 0.000000 -vn -0.130516 -0.991446 0.000000 -vn -0.130516 -0.991446 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130503 -0.991448 0.000000 -vn -0.130503 -0.991448 0.000000 -vn -0.130503 -0.991448 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.793347 -0.608770 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608766 -0.793350 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.608767 -0.793349 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707099 -0.707114 0.000000 +vn -0.707109 -0.707105 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707106 -0.707107 0.000000 +vn 0.707109 -0.707105 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 -vn 0.130514 -0.991446 0.000000 -vn 0.130514 -0.991446 0.000000 -vn 0.130514 -0.991446 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130502 -0.991448 0.000000 -vn 0.130516 -0.991446 0.000000 -vn 0.130516 -0.991446 0.000000 -vn 0.130516 -0.991446 0.000000 -vn 0.130509 -0.991447 0.000000 -vn 0.130509 -0.991447 0.000000 -vn 0.130509 -0.991447 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.793321 -0.608804 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.991444 -0.130535 0.000001 -vn 0.991444 -0.130535 0.000001 -vn 0.991444 -0.130535 0.000001 -vn 0.991437 -0.130589 0.000000 -vn 0.991437 -0.130589 0.000000 -vn 0.991437 -0.130589 0.000000 -vn 0.991451 -0.130482 0.000000 -vn 0.991451 -0.130482 0.000000 -vn 0.991451 -0.130482 0.000000 -vn 0.991437 -0.130589 0.000000 -vn 0.991437 -0.130589 0.000000 -vn 0.991437 -0.130589 0.000000 -vn 0.991440 -0.130567 0.000000 -vn 0.991440 -0.130567 0.000000 -vn 0.991440 -0.130567 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793321 -0.608804 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000000 -vn 0.382712 -0.923868 0.000002 -vn 0.382712 -0.923868 0.000002 -vn 0.382712 -0.923868 0.000002 -vn 0.382731 -0.923860 -0.000002 -vn 0.382731 -0.923860 -0.000002 -vn 0.382731 -0.923860 -0.000002 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.382673 -0.923884 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.793321 -0.608804 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.608766 -0.793350 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.382692 -0.923876 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.608767 -0.793349 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793321 -0.608804 0.000000 -vn 0.793320 -0.608804 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.793347 -0.608770 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382684 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 -vn 0.923879 -0.382685 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.707106 0.000000 +vn -0.707107 0.707106 0.000000 +vn -0.707107 0.707106 0.000000 +vn -0.707105 0.707109 0.000000 +vn -1.000000 -0.000018 0.000000 +vn -1.000000 -0.000018 0.000000 +vn -1.000000 -0.000018 0.000000 +vn -1.000000 0.000009 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 1.000000 0.000000 0.000000 vn 1.000000 0.000000 0.000000 vn 1.000000 0.000000 0.000000 vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707112 0.707102 0.000000 +vn 0.707112 0.707102 0.000000 +vn 0.707112 0.707102 0.000000 +vn 0.707104 0.707109 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707109 0.707104 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 1.000000 0.000000 0.000000 vn 1.000000 0.000000 0.000000 -vn 0.991439 0.130570 -0.000001 -vn 0.991439 0.130570 -0.000001 -vn 0.991439 0.130570 -0.000001 -vn 0.991436 0.130595 0.000000 -vn 0.991436 0.130595 0.000000 -vn 0.991436 0.130595 0.000000 -vn 0.991451 0.130482 0.000000 -vn 0.991451 0.130482 0.000000 -vn 0.991451 0.130482 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991443 0.130542 0.000000 -vn 0.991444 0.130535 0.000000 -vn 0.991444 0.130535 0.000000 -vn 0.991444 0.130535 0.000000 -vn 0.923876 0.382693 -0.000001 -vn 0.923876 0.382693 -0.000001 -vn 0.923876 0.382693 -0.000001 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.793356 0.608759 0.000000 -vn 0.793356 0.608759 0.000000 -vn 0.793356 0.608759 0.000000 -vn 0.793338 0.608782 0.000002 -vn 0.793338 0.608782 0.000002 -vn 0.793338 0.608782 0.000002 -vn 0.608766 0.793350 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.608766 0.793350 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130502 0.991448 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130509 0.991447 0.000000 -vn 0.130525 0.991445 -0.000003 -vn 0.130525 0.991445 -0.000003 -vn 0.130525 0.991445 -0.000003 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.608767 0.793349 0.000000 -vn 0.608767 0.793349 0.000000 -vn 0.608767 0.793349 0.000000 -vn 0.608751 0.793361 0.000000 -vn 0.608751 0.793361 0.000000 -vn 0.608751 0.793361 0.000000 -vn 0.793329 0.608793 -0.000002 -vn 0.793329 0.608793 -0.000002 -vn 0.793329 0.608793 -0.000002 -vn 0.793364 0.608747 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382685 0.000000 -vn 0.923879 0.382684 0.000001 -vn 0.923879 0.382684 0.000001 -vn 0.923879 0.382684 0.000001 -vn 0.923876 0.382693 -0.000001 -vn 0.923876 0.382693 -0.000001 -vn 0.923876 0.382693 -0.000001 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.923879 0.382684 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608747 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793338 0.608782 0.000000 -vn 0.793338 0.608782 0.000000 -vn 0.793338 0.608782 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382692 0.923876 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.382712 0.923868 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608748 0.000000 -vn 0.793364 0.608747 0.000000 -vn 0.923876 0.382693 0.000000 -vn 0.923876 0.382693 0.000000 -vn 0.923876 0.382693 0.000000 -vn 0.793338 0.608782 0.000000 -vn 0.793338 0.608782 0.000000 -vn 0.793338 0.608782 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.608752 0.793361 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382673 0.923884 0.000000 -vn 0.382731 0.923860 0.000000 -vn 0.382731 0.923860 0.000000 -vn 0.382731 0.923860 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707104 0.707109 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707102 0.707112 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 -vn -0.130502 0.991448 0.000000 -vn -0.130502 0.991448 0.000000 -vn -0.130502 0.991448 0.000000 -vn -0.130516 0.991446 0.000000 -vn -0.130516 0.991446 0.000000 -vn -0.130516 0.991446 0.000000 -vn -0.130516 0.991446 0.000000 -vn -0.130516 0.991446 0.000000 -vn -0.130516 0.991446 0.000000 -vn -0.130509 0.991447 0.000000 -vn -0.130509 0.991447 0.000000 -vn -0.130509 0.991447 0.000000 -vn -0.130525 0.991445 0.000003 -vn -0.130525 0.991445 0.000003 -vn -0.130525 0.991445 0.000003 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.608766 0.793350 0.000000 -vn -0.608766 0.793350 0.000000 -vn -0.608766 0.793350 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.793356 0.608759 0.000002 -vn -0.793356 0.608759 0.000002 -vn -0.793356 0.608759 0.000002 -vn -0.793390 0.608713 -0.000001 -vn -0.793390 0.608713 -0.000001 -vn -0.793390 0.608713 -0.000001 -vn -0.923879 0.382685 -0.000001 -vn -0.923879 0.382685 -0.000001 -vn -0.923879 0.382685 -0.000001 -vn -0.923860 0.382731 0.000000 -vn -0.923860 0.382731 0.000000 -vn -0.923860 0.382731 0.000000 -vn -0.991444 0.130535 0.000000 -vn -0.991444 0.130535 0.000000 -vn -0.991444 0.130535 0.000000 -vn -0.991436 0.130592 -0.000001 -vn -0.991436 0.130592 -0.000001 -vn -0.991436 0.130592 -0.000001 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.991436 0.130592 0.000001 -vn -0.991436 0.130592 0.000001 -vn -0.991436 0.130592 0.000001 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.991444 0.130532 0.000000 -vn -0.923876 0.382693 0.000001 -vn -0.923876 0.382693 0.000001 -vn -0.923876 0.382693 0.000001 -vn -0.923860 0.382731 0.000001 -vn -0.923860 0.382731 0.000001 -vn -0.923860 0.382731 0.000001 -vn -0.793382 0.608724 0.000000 -vn -0.793382 0.608724 0.000000 -vn -0.793382 0.608724 0.000000 -vn -0.793364 0.608748 -0.000002 -vn -0.793364 0.608748 -0.000002 -vn -0.793364 0.608748 -0.000002 -vn -0.608767 0.793349 0.000000 -vn -0.608767 0.793349 0.000000 -vn -0.608767 0.793349 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382712 0.923868 0.000000 -vn -0.382712 0.923868 0.000000 -vn -0.382712 0.923868 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382692 0.923876 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.793364 0.608748 0.000000 -vn -0.793364 0.608748 0.000000 -vn -0.793364 0.608748 0.000000 -vn -0.793390 0.608713 0.000000 -vn -0.793390 0.608713 0.000000 -vn -0.793390 0.608713 0.000000 -vn -0.923876 0.382693 0.000000 -vn -0.923876 0.382693 0.000000 -vn -0.923876 0.382693 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.382673 0.923884 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.608752 0.793361 0.000000 -vn -0.793364 0.608748 0.000000 -vn -0.793364 0.608748 0.000000 -vn -0.793364 0.608748 0.000000 -vn -0.793390 0.608713 0.000000 -vn -0.793390 0.608713 0.000000 -vn -0.793390 0.608713 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.923879 0.382684 0.000000 -vn -0.923879 0.382685 0.000000 -vn -0.923876 0.382693 -0.000000 -vn -0.923876 0.382693 -0.000000 -vn -0.923876 0.382693 -0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 0.000019 0.000000 +vn 0.707114 0.707099 0.000000 +vn 0.707114 0.707099 0.000000 +vn 0.707114 0.707099 0.000000 +vn 0.707105 0.707109 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991437 -0.130589 0.000001 -vn -0.991437 -0.130589 0.000001 -vn -0.991437 -0.130589 0.000001 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991437 -0.130589 -0.000001 -vn -0.991437 -0.130589 -0.000001 -vn -0.991437 -0.130589 -0.000001 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923860 -0.382731 -0.000001 -vn -0.923860 -0.382731 -0.000001 -vn -0.923860 -0.382731 -0.000001 -vn -0.793382 -0.608724 0.000000 -vn -0.793382 -0.608724 0.000000 -vn -0.793382 -0.608724 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130525 -0.991445 0.000000 -vn -0.130539 -0.991443 0.000000 -vn -0.130539 -0.991443 0.000000 -vn -0.130539 -0.991443 0.000000 -vn -0.130527 -0.991445 0.000000 -vn -0.130527 -0.991445 0.000000 -vn -0.130527 -0.991445 0.000000 -vn -0.130516 -0.991446 0.000000 -vn -0.130516 -0.991446 0.000000 -vn -0.130516 -0.991446 0.000000 -vn -0.130503 -0.991448 0.000000 -vn -0.130503 -0.991448 0.000000 -vn -0.130503 -0.991448 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.793356 -0.608759 0.000000 -vn -0.793356 -0.608759 0.000000 -vn -0.793356 -0.608759 0.000000 -vn -0.793381 -0.608725 0.000001 -vn -0.793382 -0.608725 0.000001 -vn -0.793382 -0.608725 0.000001 -vn -0.923879 -0.382685 0.000001 -vn -0.923879 -0.382685 0.000001 -vn -0.923879 -0.382685 0.000001 -vn -0.923860 -0.382731 0.000000 -vn -0.923860 -0.382731 0.000000 -vn -0.923860 -0.382731 0.000000 -vn -0.923879 -0.382684 -0.000001 -vn -0.923879 -0.382684 -0.000001 -vn -0.923879 -0.382685 -0.000001 -vn -0.923879 -0.382685 0.000001 -vn -0.923879 -0.382685 0.000001 -vn -0.923879 -0.382685 0.000001 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.793382 -0.608724 0.000000 -vn -0.793382 -0.608724 0.000000 -vn -0.793382 -0.608724 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.793355 -0.608759 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.793382 -0.608725 0.000000 -vn -0.793382 -0.608725 0.000000 -vn -0.793382 -0.608725 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.793356 -0.608759 0.000000 -vn -0.793356 -0.608759 0.000000 -vn -0.793356 -0.608759 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.608752 -0.793361 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.000001 -1.000000 0.000000 -vn -0.000001 -1.000000 0.000000 -vn -0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn 0.000001 -1.000000 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130502 -0.991448 0.000000 -vn -0.130513 -0.991447 0.000001 -vn -0.130513 -0.991447 0.000001 -vn -0.130513 -0.991447 0.000001 -vn -0.130539 -0.991443 0.000000 -vn -0.130539 -0.991443 0.000000 -vn -0.130539 -0.991443 0.000000 -vn -0.130555 -0.991441 -0.000003 -vn -0.130555 -0.991441 -0.000003 -vn -0.130555 -0.991441 -0.000003 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923898 -0.382638 0.000000 -vn -0.923898 -0.382638 0.000000 -vn -0.923898 -0.382638 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991444 -0.130535 0.000000 -vn -0.991450 -0.130485 -0.000001 -vn -0.991450 -0.130485 -0.000001 -vn -0.991450 -0.130485 -0.000001 -vn -0.991444 -0.130534 0.000000 -vn -0.991444 -0.130534 0.000000 -vn -0.991444 -0.130534 0.000000 -vn -0.991443 -0.130541 0.000001 -vn -0.991443 -0.130541 0.000001 -vn -0.991443 -0.130541 0.000001 -vn -0.991437 -0.130587 0.000000 -vn -0.991437 -0.130587 0.000000 -vn -0.991437 -0.130587 0.000000 -vn -0.923898 -0.382638 0.000000 -vn -0.923898 -0.382638 0.000000 -vn -0.923898 -0.382638 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382712 -0.923868 0.000000 -vn -0.382731 -0.923860 0.000000 -vn -0.382731 -0.923860 0.000000 -vn -0.382731 -0.923860 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.382673 -0.923884 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.923876 -0.382693 0.000000 -vn -0.923876 -0.382693 0.000000 -vn -0.923876 -0.382693 0.000000 -vn -0.923879 -0.382684 0.000001 -vn -0.923879 -0.382684 0.000001 -vn -0.923879 -0.382684 0.000001 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.382692 -0.923876 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.608725 -0.793381 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793390 -0.608713 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.793364 -0.608748 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382684 0.000000 -vn -0.923879 -0.382685 0.000000 -vn -0.923876 -0.382693 -0.000001 -vn -0.923876 -0.382693 -0.000001 -vn -0.923876 -0.382693 -0.000001 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn -0.000014 0.000000 1.000000 -vn -0.000014 0.000000 1.000000 -vn -0.000014 0.000000 1.000000 -vn 0.000004 0.000000 1.000000 -vn 0.000004 0.000000 1.000000 -vn 0.000004 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn 0.000015 0.000000 1.000000 +vn 0.000015 0.000000 1.000000 +vn 0.000015 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 0.000010 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000019 1.000000 +vn -0.000015 -0.000019 1.000000 +vn 0.000000 -0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 0.000031 1.000000 +vn 0.000000 0.000031 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000010 0.000000 1.000000 +vn 0.000010 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn -0.000010 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn -0.000002 0.000002 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 -0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000004 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 -0.000009 0.000000 +vn 0.707102 0.707111 0.000000 +vn 0.707102 0.707111 0.000000 +vn 0.707102 0.707111 0.000000 +vn 0.707110 0.707104 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.000002 1.000000 0.000000 +vn -0.707111 -0.707102 0.000000 +vn -0.707111 -0.707102 0.000000 +vn -0.707111 -0.707102 0.000000 +vn -0.707104 -0.707110 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 0.000001 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.000001 1.000000 0.000000 +vn -0.707114 -0.707100 0.000000 +vn -0.707114 -0.707100 0.000000 +vn -0.707114 -0.707100 0.000000 +vn -0.707104 -0.707110 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707107 -0.707107 0.000000 +vn 0.707101 -0.707112 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 0.000002 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707112 0.707101 0.000000 +vn -1.000000 0.000027 0.000000 +vn -1.000000 0.000027 0.000000 +vn -1.000000 0.000027 0.000000 +vn -1.000000 -0.000009 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn -0.707107 -0.707107 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707099 0.707114 0.000000 +vn 0.707100 0.707114 0.000000 +vn 0.707100 0.707114 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707104 0.707109 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707107 0.707107 0.000000 +vn 0.707109 0.707104 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707107 0.707107 0.000000 +vn -0.707109 0.707104 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000005 0.000000 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 +vn 0.000000 -0.000008 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 0.000008 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn -0.000014 0.000000 1.000000 -vn -0.000014 0.000000 1.000000 -vn -0.000014 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 0.000019 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn 0.000000 -0.000010 1.000000 +vn 0.000000 0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 @@ -74086,25 +3616,189 @@ vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -0.000019 1.000000 +vn -0.000015 0.000019 1.000000 +vn 0.000000 0.000010 1.000000 +vn 0.000000 -0.000031 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000022 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000012 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 -0.000001 0.000001 +vn -1.000000 -0.000001 0.000001 +vn -1.000000 -0.000001 0.000001 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 -0.000035 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000035 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000012 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 0.000000 0.000002 +vn -1.000000 -0.000022 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000001 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707106 -0.707107 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707107 -0.707106 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.944677 -0.328002 +vn 0.000000 -0.993804 -0.111145 +vn 0.000000 -0.993803 -0.111158 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707105 0.707109 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000002 -1.000000 0.000001 +vn 0.000001 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000005 +vn 0.000000 -1.000000 0.000000 +vn 0.000001 -1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707110 -0.707103 +vn 0.000000 0.707110 -0.707103 +vn 0.000000 0.707110 -0.707103 +vn 0.000000 0.707109 -0.707104 +vn 0.000000 0.111142 -0.993805 +vn 0.000000 0.111141 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.111142 -0.993805 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 +vn 0.000000 -0.707109 -0.707104 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 -0.000008 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000002 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707108 +vn 0.000000 0.707105 0.707109 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.944681 0.327990 +vn 0.000000 0.993804 0.111145 +vn 0.000000 0.993801 0.111171 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707107 -0.707106 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 +vn 0.000000 0.000031 -1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 @@ -74113,1041 +3807,97669 @@ vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.707109 0.707104 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.328018 0.944672 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 -0.111142 0.993805 +vn 0.000000 0.707109 0.707104 +vn 0.000000 0.707109 0.707104 +vn 0.000000 0.707109 0.707104 +vn 0.000000 0.707110 0.707103 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +vn 0.000000 -0.000031 -1.000000 +s 1 +f 169/202/337 170/203/338 171/204/339 +f 171/204/339 170/203/338 172/205/340 +f 172/205/340 170/203/338 173/206/341 +f 172/205/340 173/206/341 174/207/342 +f 175/208/343 173/206/341 170/203/338 +f 172/205/340 174/207/342 176/209/344 +s 2 +f 177/210/345 178/211/346 179/212/347 +f 179/212/347 178/211/346 180/213/348 +f 179/212/347 180/213/348 181/214/349 +f 181/214/349 180/213/348 182/215/350 +f 181/214/349 183/216/351 179/212/347 +f 179/212/347 183/216/351 184/217/352 +s 3 +f 185/218/353 186/219/354 187/220/355 +f 187/220/355 186/219/354 188/221/356 +f 187/220/355 188/221/356 189/222/357 +f 189/222/357 188/221/356 190/223/358 +f 189/222/357 191/224/359 187/220/355 +f 187/220/355 191/224/359 192/225/360 +s 4 +f 193/226/361 194/227/362 195/228/363 +f 195/228/363 194/227/362 196/229/364 +s 5 +f 197/230/365 198/231/366 199/232/367 +f 199/232/367 198/231/366 200/233/368 +f 199/232/367 200/233/368 201/234/369 +f 201/234/369 200/233/368 202/235/370 +f 201/234/369 203/236/371 199/232/367 +f 199/232/367 203/236/371 204/237/372 +s 6 +f 205/238/373 206/239/374 207/240/375 +f 207/240/375 206/239/374 208/241/376 +f 207/240/375 208/241/376 209/242/377 +f 209/242/377 208/241/376 210/243/378 +f 210/243/378 208/241/376 211/244/379 +f 207/240/375 209/242/377 212/245/380 +s 7 +f 213/246/381 214/247/382 215/248/383 +f 215/248/383 214/247/382 216/249/384 +f 215/248/383 216/249/384 217/250/385 +f 217/250/385 216/249/384 218/251/386 +f 218/251/386 216/249/384 219/252/387 +f 215/248/383 217/250/385 220/253/388 +s 8 +f 221/254/389 222/255/390 223/256/391 +f 223/256/391 222/255/390 224/257/392 +f 223/256/391 224/257/392 225/258/393 +f 225/258/393 224/257/392 226/259/394 +f 226/259/394 224/257/392 227/260/395 +f 223/256/391 225/258/393 228/261/396 +s 9 +f 229/262/397 230/263/398 231/264/399 +f 231/264/399 230/263/398 232/265/400 +f 232/265/400 230/263/398 233/266/401 +f 234/267/402 235/268/403 230/263/398 +f 230/263/398 235/268/403 233/266/401 +f 232/265/400 233/266/401 236/269/404 +s 10 +f 237/270/405 238/271/406 239/272/407 +f 239/272/407 238/271/406 240/273/408 +s 11 +f 216/249/409 172/205/410 219/252/411 +f 219/252/411 172/205/410 176/209/412 +s 12 +f 219/252/413 176/209/414 218/251/415 +f 218/251/415 176/209/414 174/207/416 +s 13 +f 173/206/417 217/250/418 174/207/419 +f 174/207/419 217/250/418 218/251/420 +s 14 +f 217/250/421 173/206/422 220/253/423 +f 220/253/423 173/206/422 175/208/424 +s 15 +f 220/253/425 175/208/426 215/248/427 +f 215/248/427 175/208/426 170/203/428 +s 16 +f 215/248/429 170/203/430 213/246/431 +f 213/246/431 170/203/430 169/202/432 +s 17 +f 238/271/433 169/202/434 193/226/435 +f 193/226/435 169/202/434 171/204/436 +f 193/226/435 171/204/436 194/227/437 +f 194/227/437 171/204/436 214/247/438 +f 194/227/437 214/247/438 237/270/439 +f 237/270/439 214/247/438 238/271/433 +f 238/271/433 214/247/438 213/246/440 +f 238/271/433 213/246/440 169/202/434 +s 18 +f 222/255/441 177/210/442 224/257/443 +f 224/257/443 177/210/442 179/212/444 +s 19 +f 224/257/445 179/212/446 227/260/447 +f 227/260/447 179/212/446 184/217/448 +s 20 +f 227/260/449 184/217/450 226/259/451 +f 226/259/451 184/217/450 183/216/452 +s 21 +f 181/214/453 225/258/454 183/216/455 +f 183/216/455 225/258/454 226/259/456 +s 22 +f 225/258/457 181/214/458 228/261/459 +f 228/261/459 181/214/458 182/215/460 +s 23 +f 228/261/461 182/215/462 223/256/463 +f 223/256/463 182/215/462 180/213/464 +s 24 +f 223/256/465 180/213/466 221/254/467 +f 221/254/467 180/213/466 178/211/468 +s 25 +f 240/273/469 178/211/470 195/228/471 +f 195/228/471 178/211/470 177/210/472 +f 195/228/471 177/210/472 193/226/473 +f 193/226/473 177/210/472 222/255/474 +f 193/226/473 222/255/474 238/271/475 +f 238/271/475 222/255/474 221/254/476 +f 238/271/475 221/254/476 240/273/469 +f 240/273/469 221/254/476 178/211/470 +s 26 +f 198/231/477 197/230/478 195/228/479 +f 195/228/479 197/230/478 229/262/480 +f 195/228/479 229/262/480 240/273/481 +f 240/273/481 229/262/480 231/264/482 +f 240/273/481 231/264/482 239/272/483 +f 239/272/483 231/264/482 198/231/477 +f 239/272/483 198/231/477 196/229/484 +f 196/229/484 198/231/477 195/228/479 +s 27 +f 229/262/485 197/230/486 230/263/487 +f 230/263/487 197/230/486 199/232/488 +s 28 +f 230/263/489 199/232/490 234/267/491 +f 234/267/491 199/232/490 204/237/492 +s 29 +f 234/267/493 204/237/494 235/268/495 +f 235/268/495 204/237/494 203/236/496 +s 30 +f 201/234/497 233/266/498 203/236/499 +f 203/236/499 233/266/498 235/268/500 +s 31 +f 233/266/501 201/234/502 236/269/503 +f 236/269/503 201/234/502 202/235/504 +s 32 +f 236/269/505 202/235/506 232/265/507 +f 232/265/507 202/235/506 200/233/508 +s 33 +f 232/265/509 200/233/510 231/264/511 +f 231/264/511 200/233/510 198/231/512 +s 34 +f 206/239/513 196/229/514 185/218/515 +f 185/218/515 196/229/514 194/227/516 +f 185/218/515 194/227/516 186/219/517 +f 186/219/517 194/227/516 237/270/518 +f 186/219/517 237/270/518 205/238/519 +f 205/238/519 237/270/518 239/272/520 +f 205/238/519 239/272/520 206/239/513 +f 206/239/513 239/272/520 196/229/514 +s 35 +f 206/239/521 185/218/522 208/241/523 +f 208/241/523 185/218/522 187/220/524 +s 36 +f 208/241/525 187/220/526 211/244/527 +f 211/244/527 187/220/526 192/225/528 +s 37 +f 211/244/529 192/225/530 210/243/531 +f 210/243/531 192/225/530 191/224/532 +s 38 +f 189/222/533 209/242/534 191/224/535 +f 191/224/535 209/242/534 210/243/536 +s 39 +f 209/242/537 189/222/538 212/245/539 +f 212/245/539 189/222/538 190/223/540 +s 40 +f 212/245/541 190/223/542 207/240/543 +f 207/240/543 190/223/542 188/221/544 +s 41 +f 207/240/545 188/221/546 205/238/547 +f 205/238/547 188/221/546 186/219/548 +s 42 +f 214/247/549 171/204/550 216/249/551 +f 216/249/551 171/204/550 172/205/552 +s 43 +f 241/274/553 242/275/554 243/276/555 +f 243/276/555 242/275/554 244/277/556 +f 244/277/556 242/275/554 245/278/557 +f 244/277/556 245/278/557 246/279/558 +f 246/279/558 245/278/557 247/280/559 +f 242/275/554 248/281/560 245/278/557 +f 245/278/557 248/281/560 249/282/561 +f 249/282/561 248/281/560 250/283/562 +f 249/282/561 250/283/562 251/284/563 +f 251/284/563 250/283/562 252/285/564 +f 251/284/563 252/285/564 253/286/565 +f 253/286/565 252/285/564 254/287/566 +f 253/286/565 254/287/566 255/288/567 +f 255/288/567 254/287/566 256/289/568 +f 255/288/567 256/289/568 257/290/569 +f 257/290/569 256/289/568 258/291/570 +f 257/290/569 258/291/570 259/292/571 +f 252/285/564 250/283/562 260/293/572 +f 260/293/572 250/283/562 261/294/573 +f 260/293/572 261/294/573 262/295/574 +f 262/295/574 261/294/573 263/296/575 +f 262/295/574 264/297/576 260/293/572 +f 260/293/572 264/297/576 265/298/577 +f 254/287/566 252/285/564 266/299/578 +f 266/299/578 252/285/564 267/300/579 +f 266/299/578 267/300/579 268/301/580 +f 268/301/580 267/300/579 269/302/581 +f 268/301/580 269/302/581 270/303/582 +f 270/303/582 269/302/581 271/304/583 +f 271/304/583 269/302/581 272/305/584 +f 270/303/582 273/306/585 268/301/580 +f 268/301/580 273/306/585 274/307/586 +f 275/308/587 276/309/588 256/289/568 +f 256/289/568 276/309/588 258/291/570 +f 259/292/571 277/310/589 257/290/569 +f 253/286/565 278/311/590 251/284/563 +f 251/284/563 278/311/590 279/312/591 +f 279/312/591 278/311/590 280/313/592 +f 279/312/591 280/313/592 281/314/593 +f 282/315/594 283/316/595 278/311/590 +f 278/311/590 283/316/595 280/313/592 +f 249/282/561 251/284/563 284/317/596 +f 284/317/596 251/284/563 285/318/597 +f 284/317/596 285/318/597 286/319/598 +f 286/319/598 285/318/597 287/320/599 +f 286/319/598 287/320/599 288/321/600 +f 288/321/600 287/320/599 289/322/601 +f 289/322/601 287/320/599 290/323/602 +f 288/321/600 291/324/603 286/319/598 +f 286/319/598 291/324/603 292/325/604 +s 44 +f 293/326/605 255/288/606 294/327/607 +f 294/327/607 255/288/606 257/290/608 +s 45 +f 295/328/609 253/286/610 293/326/611 +f 293/326/611 253/286/610 255/288/612 +s 46 +f 296/329/613 278/311/614 295/328/615 +f 295/328/615 278/311/614 253/286/616 +s 47 +f 297/330/617 282/315/618 296/329/619 +f 296/329/619 282/315/618 278/311/620 +s 48 +f 298/331/621 283/316/622 297/330/623 +f 297/330/623 283/316/622 282/315/624 +s 49 +f 299/332/625 280/313/626 298/331/627 +f 298/331/627 280/313/626 283/316/628 +s 50 +f 300/333/629 281/314/630 299/332/631 +f 299/332/631 281/314/630 280/313/632 +s 51 +f 301/334/633 279/312/634 300/333/635 +f 300/333/635 279/312/634 281/314/636 +s 52 +f 302/335/637 251/284/638 301/334/639 +f 301/334/639 251/284/638 279/312/640 +s 53 +f 303/336/641 285/318/642 302/335/643 +f 302/335/643 285/318/642 251/284/644 +s 54 +f 304/337/645 287/320/646 303/336/647 +f 303/336/647 287/320/646 285/318/648 +s 55 +f 305/338/649 290/323/650 304/337/651 +f 304/337/651 290/323/650 287/320/652 +s 56 +f 306/339/653 289/322/654 305/338/655 +f 305/338/655 289/322/654 290/323/656 +s 57 +f 307/340/657 288/321/658 306/339/659 +f 306/339/659 288/321/658 289/322/660 +s 58 +f 308/341/661 291/324/662 307/340/663 +f 307/340/663 291/324/662 288/321/664 +s 59 +f 171/204/665 292/325/666 308/341/667 +f 308/341/667 292/325/666 291/324/668 +s 60 +f 309/342/669 286/319/670 171/204/671 +f 171/204/671 286/319/670 292/325/672 +s 61 +f 310/343/673 284/317/674 309/342/675 +f 309/342/675 284/317/674 286/319/676 +s 62 +f 311/344/677 249/282/678 310/343/679 +f 310/343/679 249/282/678 284/317/680 +s 63 +f 312/345/681 245/278/682 311/344/683 +f 311/344/683 245/278/682 249/282/684 +s 64 +f 169/202/685 247/280/686 312/345/687 +f 312/345/687 247/280/686 245/278/688 +s 65 +f 313/346/689 246/279/690 169/202/691 +f 169/202/691 246/279/690 247/280/692 +s 66 +f 314/347/693 244/277/694 313/346/695 +f 313/346/695 244/277/694 246/279/696 +s 67 +f 315/348/697 243/276/698 314/347/699 +f 314/347/699 243/276/698 244/277/700 +s 68 +f 316/349/701 241/274/702 315/348/703 +f 315/348/703 241/274/702 243/276/704 +s 69 +f 317/350/705 242/275/706 316/349/707 +f 316/349/707 242/275/706 241/274/708 +s 70 +f 318/351/709 248/281/710 317/350/711 +f 317/350/711 248/281/710 242/275/712 +s 71 +f 319/352/713 250/283/714 318/351/715 +f 318/351/715 250/283/714 248/281/716 +s 72 +f 320/353/717 261/294/718 319/352/719 +f 319/352/719 261/294/718 250/283/720 +s 73 +f 321/354/721 263/296/722 320/353/723 +f 320/353/723 263/296/722 261/294/724 +s 74 +f 322/355/725 262/295/726 321/354/727 +f 321/354/727 262/295/726 263/296/728 +s 75 +f 323/356/729 264/297/730 322/355/731 +f 322/355/731 264/297/730 262/295/732 +s 76 +f 324/357/733 265/298/734 323/356/735 +f 323/356/735 265/298/734 264/297/736 +s 77 +f 325/358/737 260/293/738 324/357/739 +f 324/357/739 260/293/738 265/298/740 +s 78 +f 326/359/741 252/285/742 325/358/743 +f 325/358/743 252/285/742 260/293/744 +s 79 +f 327/360/745 267/300/746 326/359/747 +f 326/359/747 267/300/746 252/285/748 +s 80 +f 328/361/749 269/302/750 327/360/751 +f 327/360/751 269/302/750 267/300/752 +s 81 +f 329/362/753 272/305/754 328/361/755 +f 328/361/755 272/305/754 269/302/756 +s 82 +f 330/363/757 271/304/758 329/362/759 +f 329/362/759 271/304/758 272/305/760 +s 83 +f 331/364/761 270/303/762 330/363/763 +f 330/363/763 270/303/762 271/304/764 +s 84 +f 332/365/765 273/306/766 331/364/767 +f 331/364/767 273/306/766 270/303/768 +s 85 +f 333/366/769 274/307/770 332/365/771 +f 332/365/771 274/307/770 273/306/772 +s 86 +f 334/367/773 268/301/774 333/366/775 +f 333/366/775 268/301/774 274/307/776 +s 87 +f 335/368/777 266/299/778 334/367/779 +f 334/367/779 266/299/778 268/301/780 +s 88 +f 336/369/781 254/287/782 335/368/783 +f 335/368/783 254/287/782 266/299/784 +s 89 +f 337/370/785 256/289/786 336/369/787 +f 336/369/787 256/289/786 254/287/788 +s 90 +f 338/371/789 275/308/790 337/370/791 +f 337/370/791 275/308/790 256/289/792 +s 91 +f 339/372/793 276/309/794 338/371/795 +f 338/371/795 276/309/794 275/308/796 +s 92 +f 340/373/797 258/291/798 339/372/799 +f 339/372/799 258/291/798 276/309/800 +s 93 +f 341/374/801 259/292/802 340/373/803 +f 340/373/803 259/292/802 258/291/804 +s 94 +f 342/375/805 277/310/806 341/374/807 +f 341/374/807 277/310/806 259/292/808 +s 95 +f 294/327/809 257/290/810 342/375/811 +f 342/375/811 257/290/810 277/310/812 +s 96 +f 317/350/813 312/345/814 318/351/815 +f 318/351/815 312/345/814 311/344/816 +f 318/351/815 311/344/816 319/352/817 +f 319/352/817 311/344/816 310/343/818 +f 319/352/817 310/343/818 302/335/819 +f 302/335/819 310/343/818 303/336/820 +f 303/336/820 310/343/818 309/342/821 +f 303/336/820 309/342/821 304/337/822 +f 304/337/822 309/342/821 307/340/823 +f 304/337/822 307/340/823 306/339/824 +f 316/349/825 315/348/826 317/350/813 +f 317/350/813 315/348/826 314/347/827 +f 317/350/813 314/347/827 312/345/814 +f 312/345/814 314/347/827 313/346/828 +f 312/345/814 313/346/828 169/202/829 +f 171/204/830 308/341/831 309/342/821 +f 309/342/821 308/341/831 307/340/823 +f 306/339/824 305/338/832 304/337/822 +f 301/334/833 296/329/834 302/335/819 +f 302/335/819 296/329/834 295/328/835 +f 302/335/819 295/328/835 326/359/836 +f 326/359/836 295/328/835 335/368/837 +f 326/359/836 335/368/837 327/360/838 +f 327/360/838 335/368/837 334/367/839 +f 327/360/838 334/367/839 328/361/840 +f 328/361/840 334/367/839 331/364/841 +f 328/361/840 331/364/841 330/363/842 +f 300/333/843 299/332/844 301/334/833 +f 301/334/833 299/332/844 296/329/834 +f 299/332/844 298/331/845 296/329/834 +f 296/329/834 298/331/845 297/330/846 +f 335/368/837 295/328/835 336/369/847 +f 336/369/847 295/328/835 293/326/848 +f 336/369/847 293/326/848 337/370/849 +f 337/370/849 293/326/848 294/327/850 +f 337/370/849 294/327/850 340/373/851 +f 340/373/851 294/327/850 341/374/852 +f 341/374/852 294/327/850 342/375/853 +f 340/373/851 339/372/854 337/370/849 +f 337/370/849 339/372/854 338/371/855 +f 333/366/856 332/365/857 334/367/839 +f 334/367/839 332/365/857 331/364/841 +f 330/363/842 329/362/858 328/361/840 +f 302/335/819 326/359/836 319/352/817 +f 319/352/817 326/359/836 325/358/859 +f 319/352/817 325/358/859 320/353/860 +f 320/353/860 325/358/859 322/355/861 +f 320/353/860 322/355/861 321/354/862 +f 324/357/863 323/356/864 325/358/859 +f 325/358/859 323/356/864 322/355/861 +s 99 +f 343/376/865 344/377/866 345/378/867 +f 345/378/867 344/377/866 346/379/868 +f 346/379/868 344/377/866 347/380/869 +f 346/379/868 347/380/869 348/381/870 +f 348/381/870 347/380/869 349/382/871 +f 347/380/869 344/377/866 350/383/872 +f 350/383/872 344/377/866 351/384/873 +f 350/383/872 351/384/873 352/385/874 +f 352/385/874 351/384/873 353/386/875 +f 352/385/874 353/386/875 354/387/876 +f 354/387/876 353/386/875 355/388/877 +f 355/388/877 353/386/875 356/389/878 +f 355/388/877 356/389/878 357/390/879 +f 357/390/879 356/389/878 358/391/880 +f 357/390/879 358/391/880 359/392/881 +f 360/393/882 361/394/883 356/389/878 +f 356/389/878 361/394/883 358/391/880 +f 359/392/881 362/395/884 357/390/879 +f 363/396/885 364/397/886 354/387/876 +f 354/387/876 364/397/886 365/398/887 +f 354/387/876 365/398/887 352/385/874 +f 352/385/874 365/398/887 366/399/888 +f 352/385/874 366/399/888 367/400/889 +f 368/401/890 369/402/891 363/396/885 +f 363/396/885 369/402/891 364/397/886 +f 369/402/891 370/403/892 364/397/886 +f 364/397/886 370/403/892 371/404/893 +f 372/405/894 373/406/895 365/398/887 +f 365/398/887 373/406/895 374/407/896 +f 365/398/887 374/407/896 366/399/888 +f 366/399/888 374/407/896 375/408/897 +f 375/408/897 374/407/896 376/409/898 +f 375/408/897 376/409/898 377/410/899 +f 377/410/899 376/409/898 378/411/900 +f 377/410/899 378/411/900 379/412/901 +f 373/406/895 372/405/894 380/413/902 +f 380/413/902 372/405/894 381/414/903 +f 380/413/902 381/414/903 382/415/904 +f 382/415/904 381/414/903 383/416/905 +f 383/416/905 381/414/903 384/417/906 +f 382/415/904 385/418/907 380/413/902 +f 380/413/902 385/418/907 386/419/908 +f 387/420/909 388/421/910 376/409/898 +f 376/409/898 388/421/910 378/411/900 +f 379/412/901 389/422/911 377/410/899 +f 390/423/912 391/424/913 367/400/889 +f 367/400/889 391/424/913 392/425/914 +f 367/400/889 392/425/914 393/426/915 +f 393/426/915 392/425/914 394/427/916 +f 393/426/915 352/385/874 367/400/889 +s 103 +f 395/428/917 373/406/918 396/429/919 +f 396/429/919 373/406/918 380/413/920 +s 104 +f 397/430/921 374/407/922 395/428/923 +f 395/428/923 374/407/922 373/406/924 +s 105 +f 398/431/925 376/409/926 397/430/927 +f 397/430/927 376/409/926 374/407/928 +s 106 +f 214/247/929 387/420/930 398/431/931 +f 398/431/931 387/420/930 376/409/932 +s 107 +f 399/432/933 388/421/934 214/247/935 +f 214/247/935 388/421/934 387/420/936 +s 108 +f 400/433/937 378/411/938 399/432/939 +f 399/432/939 378/411/938 388/421/940 +s 109 +f 401/434/941 379/412/942 400/433/943 +f 400/433/943 379/412/942 378/411/944 +s 110 +f 402/435/945 389/422/946 401/434/947 +f 401/434/947 389/422/946 379/412/948 +s 111 +f 403/436/949 377/410/950 402/435/951 +f 402/435/951 377/410/950 389/422/952 +s 112 +f 404/437/953 375/408/954 403/436/955 +f 403/436/955 375/408/954 377/410/956 +s 113 +f 405/438/957 366/399/958 404/437/959 +f 404/437/959 366/399/958 375/408/960 +s 114 +f 406/439/961 367/400/962 405/438/963 +f 405/438/963 367/400/962 366/399/964 +s 115 +f 407/440/965 390/423/966 406/439/967 +f 406/439/967 390/423/966 367/400/968 +s 116 +f 408/441/969 391/424/970 407/440/971 +f 407/440/971 391/424/970 390/423/972 +s 117 +f 409/442/973 392/425/974 408/441/975 +f 408/441/975 392/425/974 391/424/976 +s 118 +f 410/443/977 394/427/978 409/442/979 +f 409/442/979 394/427/978 392/425/980 +s 119 +f 411/444/981 393/426/982 410/443/983 +f 410/443/983 393/426/982 394/427/984 +s 120 +f 412/445/985 352/385/986 411/444/987 +f 411/444/987 352/385/986 393/426/988 +s 121 +f 413/446/989 350/383/990 412/445/991 +f 412/445/991 350/383/990 352/385/992 +s 122 +f 414/447/993 347/380/994 413/446/995 +f 413/446/995 347/380/994 350/383/996 +s 123 +f 415/448/997 349/382/998 414/447/999 +f 414/447/999 349/382/998 347/380/1000 +s 124 +f 416/449/1001 348/381/1002 415/448/1003 +f 415/448/1003 348/381/1002 349/382/1004 +s 125 +f 417/450/1005 346/379/1006 416/449/1007 +f 416/449/1007 346/379/1006 348/381/1008 +s 126 +f 418/451/1009 345/378/1010 417/450/1011 +f 417/450/1011 345/378/1010 346/379/1012 +s 127 +f 419/452/1013 343/376/1014 418/451/1015 +f 418/451/1015 343/376/1014 345/378/1016 +s 128 +f 420/453/1017 344/377/1018 419/452/1019 +f 419/452/1019 344/377/1018 343/376/1020 +s 129 +f 421/454/1021 351/384/1022 420/453/1023 +f 420/453/1023 351/384/1022 344/377/1024 +s 130 +f 422/455/1025 353/386/1026 421/454/1027 +f 421/454/1027 353/386/1026 351/384/1028 +s 131 +f 423/456/1029 356/389/1030 422/455/1031 +f 422/455/1031 356/389/1030 353/386/1032 +s 132 +f 424/457/1033 360/393/1034 423/456/1035 +f 423/456/1035 360/393/1034 356/389/1036 +s 133 +f 425/458/1037 361/394/1038 424/457/1039 +f 424/457/1039 361/394/1038 360/393/1040 +s 134 +f 426/459/1041 358/391/1042 425/458/1043 +f 425/458/1043 358/391/1042 361/394/1044 +s 135 +f 427/460/1045 359/392/1046 426/459/1047 +f 426/459/1047 359/392/1046 358/391/1048 +s 136 +f 428/461/1049 362/395/1050 427/460/1051 +f 427/460/1051 362/395/1050 359/392/1052 +s 137 +f 429/462/1053 357/390/1054 428/461/1055 +f 428/461/1055 357/390/1054 362/395/1056 +s 138 +f 430/463/1057 355/388/1058 429/462/1059 +f 429/462/1059 355/388/1058 357/390/1060 +s 139 +f 431/464/1061 354/387/1062 430/463/1063 +f 430/463/1063 354/387/1062 355/388/1064 +s 140 +f 432/465/1065 363/396/1066 431/464/1067 +f 431/464/1067 363/396/1066 354/387/1068 +s 141 +f 433/466/1069 368/401/1070 432/465/1071 +f 432/465/1071 368/401/1070 363/396/1072 +s 142 +f 434/467/1073 369/402/1074 433/466/1075 +f 433/466/1075 369/402/1074 368/401/1076 +s 143 +f 435/468/1077 370/403/1078 434/467/1079 +f 434/467/1079 370/403/1078 369/402/1080 +s 144 +f 436/469/1081 371/404/1082 435/468/1083 +f 435/468/1083 371/404/1082 370/403/1084 +s 145 +f 437/470/1085 364/397/1086 436/469/1087 +f 436/469/1087 364/397/1086 371/404/1088 +s 146 +f 438/471/1089 365/398/1090 437/470/1091 +f 437/470/1091 365/398/1090 364/397/1092 +s 147 +f 439/472/1093 372/405/1094 438/471/1095 +f 438/471/1095 372/405/1094 365/398/1096 +s 148 +f 440/473/1097 381/414/1098 439/472/1099 +f 439/472/1099 381/414/1098 372/405/1100 +s 149 +f 441/474/1101 384/417/1102 440/473/1103 +f 440/473/1103 384/417/1102 381/414/1104 +s 150 +f 442/475/1105 383/416/1106 441/474/1107 +f 441/474/1107 383/416/1106 384/417/1108 +s 151 +f 443/476/1109 382/415/1110 442/475/1111 +f 442/475/1111 382/415/1110 383/416/1112 +s 152 +f 444/477/1113 385/418/1114 443/476/1115 +f 443/476/1115 385/418/1114 382/415/1116 +s 153 +f 213/246/1117 386/419/1118 444/477/1119 +f 444/477/1119 386/419/1118 385/418/1120 +s 154 +f 396/429/1121 380/413/1122 213/246/1123 +f 213/246/1123 380/413/1122 386/419/1124 +s 155 +f 420/453/1125 413/446/1126 421/454/1127 +f 421/454/1127 413/446/1126 412/445/1128 +f 421/454/1127 412/445/1128 431/464/1129 +f 431/464/1129 412/445/1128 438/471/1130 +f 431/464/1129 438/471/1130 437/470/1131 +f 419/452/1132 418/451/1133 420/453/1125 +f 420/453/1125 418/451/1133 417/450/1134 +f 420/453/1125 417/450/1134 414/447/1135 +f 414/447/1135 417/450/1134 416/449/1136 +f 414/447/1135 416/449/1136 415/448/1137 +f 414/447/1135 413/446/1126 420/453/1125 +f 411/444/1138 406/439/1139 412/445/1128 +f 412/445/1128 406/439/1139 405/438/1140 +f 412/445/1128 405/438/1140 438/471/1130 +f 438/471/1130 405/438/1140 395/428/1141 +f 438/471/1130 395/428/1141 439/472/1142 +f 439/472/1142 395/428/1141 396/429/1143 +f 439/472/1142 396/429/1143 440/473/1144 +f 440/473/1144 396/429/1143 443/476/1145 +f 440/473/1144 443/476/1145 442/475/1146 +f 410/443/1147 409/442/1148 411/444/1138 +f 411/444/1138 409/442/1148 406/439/1139 +f 409/442/1148 408/441/1149 406/439/1139 +f 406/439/1139 408/441/1149 407/440/1150 +f 395/428/1141 405/438/1140 397/430/1151 +f 397/430/1151 405/438/1140 404/437/1152 +f 397/430/1151 404/437/1152 398/431/1153 +f 398/431/1153 404/437/1152 403/436/1154 +f 398/431/1153 403/436/1154 400/433/1155 +f 400/433/1155 403/436/1154 401/434/1156 +f 401/434/1156 403/436/1154 402/435/1157 +f 400/433/1155 399/432/1158 398/431/1153 +f 398/431/1153 399/432/1158 214/247/1159 +f 213/246/1160 444/477/1161 396/429/1143 +f 396/429/1143 444/477/1161 443/476/1145 +f 442/475/1146 441/474/1162 440/473/1144 +f 436/469/1163 435/468/1164 437/470/1131 +f 437/470/1131 435/468/1164 434/467/1165 +f 437/470/1131 434/467/1165 432/465/1166 +f 432/465/1166 434/467/1165 433/466/1167 +f 432/465/1166 431/464/1129 437/470/1131 +f 421/454/1127 431/464/1129 422/455/1168 +f 422/455/1168 431/464/1129 430/463/1169 +f 422/455/1168 430/463/1169 423/456/1170 +f 423/456/1170 430/463/1169 429/462/1171 +f 423/456/1170 429/462/1171 426/459/1172 +f 426/459/1172 429/462/1171 427/460/1173 +f 427/460/1173 429/462/1171 428/461/1174 +f 426/459/1172 425/458/1175 423/456/1170 +f 423/456/1170 425/458/1175 424/457/1176 +s 159 +f 445/478/1177 346/379/1178 446/479/1179 +f 446/479/1179 346/379/1178 447/480/1180 +s 160 +f 258/291/1181 448/481/1182 450/482/1183 +f 450/482/1183 448/481/1182 449/483/1184 +s 161 +f 451/484/1185 452/485/1186 453/486/1187 +f 453/486/1187 452/485/1186 454/487/1188 +f 454/487/1188 452/485/1186 455/488/1189 +f 454/487/1188 455/488/1189 456/489/1190 +f 456/489/1190 455/488/1189 457/490/1191 +f 452/485/1186 458/491/1192 455/488/1189 +f 455/488/1189 458/491/1192 459/492/1193 +f 459/492/1193 458/491/1192 460/493/1194 +f 459/492/1193 460/493/1194 461/494/1195 +f 461/494/1195 460/493/1194 462/495/1196 +f 461/494/1195 462/495/1196 463/496/1197 +f 463/496/1197 462/495/1196 464/497/1198 +f 463/496/1197 464/497/1198 465/498/1199 +f 462/495/1196 460/493/1194 466/499/1200 +f 466/499/1200 460/493/1194 467/500/1201 +f 466/499/1200 467/500/1201 468/501/1202 +f 468/501/1202 467/500/1201 469/502/1203 +f 469/502/1203 467/500/1201 470/503/1204 +f 468/501/1202 471/504/1205 466/499/1200 +f 462/495/1196 472/505/1206 464/497/1198 +f 464/497/1198 472/505/1206 473/506/1207 +f 473/506/1207 472/505/1206 474/507/1208 +f 473/506/1207 474/507/1208 445/478/1209 +f 445/478/1209 474/507/1208 475/508/1210 +f 475/508/1210 474/507/1208 476/509/1211 +f 445/478/1209 477/510/1212 473/506/1207 +f 473/506/1207 477/510/1212 478/511/1213 +f 463/496/1197 465/498/1199 479/512/1214 +f 479/512/1214 465/498/1199 480/513/1215 +f 479/512/1214 480/513/1215 481/514/1216 +f 481/514/1216 480/513/1215 482/515/1217 +f 481/514/1216 482/515/1217 483/516/1218 +f 484/517/1219 485/518/1220 480/513/1215 +f 480/513/1215 485/518/1220 482/515/1217 +f 483/516/1218 486/519/1221 481/514/1216 +f 461/494/1195 463/496/1197 487/520/1222 +f 487/520/1222 463/496/1197 488/521/1223 +f 487/520/1222 488/521/1223 489/522/1224 +f 489/522/1224 488/521/1223 490/523/1225 +f 489/522/1224 491/524/1226 487/520/1222 +f 487/520/1222 491/524/1226 492/525/1227 +f 459/492/1193 461/494/1195 493/526/1228 +f 493/526/1228 461/494/1195 494/527/1229 +f 493/526/1228 494/527/1229 495/528/1230 +f 495/528/1230 494/527/1229 496/529/1231 +f 495/528/1230 496/529/1231 497/530/1232 +f 497/530/1232 496/529/1231 498/531/1233 +f 498/531/1233 496/529/1231 499/532/1234 +f 497/530/1232 500/533/1235 495/528/1230 +f 495/528/1230 500/533/1235 501/534/1236 +s 162 +f 452/485/1237 502/535/1238 458/491/1239 +f 458/491/1239 502/535/1238 503/536/1240 +s 163 +f 458/491/1241 503/536/1242 460/493/1243 +f 460/493/1243 503/536/1242 504/537/1244 +s 164 +f 460/493/1245 504/537/1246 467/500/1247 +f 467/500/1247 504/537/1246 505/538/1248 +s 165 +f 467/500/1249 505/538/1250 470/503/1251 +f 470/503/1251 505/538/1250 506/539/1252 +s 166 +f 470/503/1253 506/539/1254 469/502/1255 +f 469/502/1255 506/539/1254 507/540/1256 +s 167 +f 469/502/1257 507/540/1258 468/501/1259 +f 468/501/1259 507/540/1258 508/541/1260 +s 168 +f 468/501/1261 508/541/1262 471/504/1263 +f 471/504/1263 508/541/1262 509/542/1264 +s 169 +f 471/504/1265 509/542/1266 466/499/1267 +f 466/499/1267 509/542/1266 510/543/1268 +s 170 +f 466/499/1269 510/543/1270 462/495/1271 +f 462/495/1271 510/543/1270 511/544/1272 +s 171 +f 462/495/1273 511/544/1274 472/505/1275 +f 472/505/1275 511/544/1274 512/545/1276 +s 172 +f 472/505/1277 512/545/1278 474/507/1279 +f 474/507/1279 512/545/1278 513/546/1280 +s 173 +f 474/507/1281 513/546/1282 476/509/1283 +f 476/509/1283 513/546/1282 514/547/1284 +s 174 +f 476/509/1285 514/547/1286 475/508/1287 +f 475/508/1287 514/547/1286 515/548/1288 +s 175 +f 475/508/1289 515/548/1290 445/478/1291 +f 445/478/1291 515/548/1290 516/549/1292 +s 176 +f 445/478/1293 516/549/1294 477/510/1295 +f 477/510/1295 516/549/1294 517/550/1296 +s 177 +f 477/510/1297 517/550/1298 478/511/1299 +f 478/511/1299 517/550/1298 518/551/1300 +s 178 +f 478/511/1301 518/551/1302 473/506/1303 +f 473/506/1303 518/551/1302 519/552/1304 +s 179 +f 473/506/1305 519/552/1306 464/497/1307 +f 464/497/1307 519/552/1306 520/553/1308 +s 180 +f 464/497/1309 520/553/1310 465/498/1311 +f 465/498/1311 520/553/1310 521/554/1312 +s 181 +f 465/498/1313 521/554/1314 480/513/1315 +f 480/513/1315 521/554/1314 522/555/1316 +s 182 +f 480/513/1317 522/555/1318 484/517/1319 +f 484/517/1319 522/555/1318 523/556/1320 +s 183 +f 484/517/1321 523/556/1322 485/518/1323 +f 485/518/1323 523/556/1322 524/557/1324 +s 184 +f 485/518/1325 524/557/1326 482/515/1327 +f 482/515/1327 524/557/1326 525/558/1328 +s 185 +f 482/515/1329 525/558/1330 483/516/1331 +f 483/516/1331 525/558/1330 526/559/1332 +s 186 +f 483/516/1333 526/559/1334 486/519/1335 +f 486/519/1335 526/559/1334 527/560/1336 +s 187 +f 486/519/1337 527/560/1338 481/514/1339 +f 481/514/1339 527/560/1338 528/561/1340 +s 188 +f 481/514/1341 528/561/1342 479/512/1343 +f 479/512/1343 528/561/1342 529/562/1344 +s 189 +f 479/512/1345 529/562/1346 463/496/1347 +f 463/496/1347 529/562/1346 530/563/1348 +s 190 +f 463/496/1349 530/563/1350 488/521/1351 +f 488/521/1351 530/563/1350 531/564/1352 +s 191 +f 488/521/1353 531/564/1354 490/523/1355 +f 490/523/1355 531/564/1354 532/565/1356 +s 192 +f 490/523/1357 532/565/1358 489/522/1359 +f 489/522/1359 532/565/1358 533/566/1360 +s 193 +f 489/522/1361 533/566/1362 491/524/1363 +f 491/524/1363 533/566/1362 534/567/1364 +s 194 +f 491/524/1365 534/567/1366 492/525/1367 +f 492/525/1367 534/567/1366 535/568/1368 +s 195 +f 492/525/1369 535/568/1370 487/520/1371 +f 487/520/1371 535/568/1370 536/569/1372 +s 196 +f 487/520/1373 536/569/1374 461/494/1375 +f 461/494/1375 536/569/1374 537/570/1376 +s 197 +f 461/494/1377 537/570/1378 494/527/1379 +f 494/527/1379 537/570/1378 538/571/1380 +s 198 +f 494/527/1381 538/571/1382 496/529/1383 +f 496/529/1383 538/571/1382 539/572/1384 +s 199 +f 496/529/1385 539/572/1386 499/532/1387 +f 499/532/1387 539/572/1386 540/573/1388 +s 200 +f 499/532/1389 540/573/1390 498/531/1391 +f 498/531/1391 540/573/1390 541/574/1392 +s 201 +f 498/531/1393 541/574/1394 497/530/1395 +f 497/530/1395 541/574/1394 542/575/1396 +s 202 +f 497/530/1397 542/575/1398 500/533/1399 +f 500/533/1399 542/575/1398 543/576/1400 +s 203 +f 500/533/1401 543/576/1402 501/534/1403 +f 501/534/1403 543/576/1402 544/577/1404 +s 204 +f 501/534/1405 544/577/1406 495/528/1407 +f 495/528/1407 544/577/1406 545/578/1408 +s 205 +f 495/528/1409 545/578/1410 493/526/1411 +f 493/526/1411 545/578/1410 546/579/1412 +s 206 +f 493/526/1413 546/579/1414 459/492/1415 +f 459/492/1415 546/579/1414 547/580/1416 +s 207 +f 459/492/1417 547/580/1418 455/488/1419 +f 455/488/1419 547/580/1418 548/581/1420 +s 208 +f 455/488/1421 548/581/1422 457/490/1423 +f 457/490/1423 548/581/1422 549/582/1424 +s 209 +f 457/490/1425 549/582/1426 456/489/1427 +f 456/489/1427 549/582/1426 550/583/1428 +s 210 +f 456/489/1429 550/583/1430 454/487/1431 +f 454/487/1431 550/583/1430 551/584/1432 +s 211 +f 454/487/1433 551/584/1434 453/486/1435 +f 453/486/1435 551/584/1434 552/585/1436 +s 212 +f 453/486/1437 552/585/1438 451/484/1439 +f 451/484/1439 552/585/1438 553/586/1440 +s 213 +f 451/484/1441 553/586/1442 452/485/1443 +f 452/485/1443 553/586/1442 502/535/1444 +s 214 +f 553/586/1445 552/585/1446 502/535/1447 +f 502/535/1447 552/585/1446 551/584/1448 +f 502/535/1447 551/584/1448 548/581/1449 +f 548/581/1449 551/584/1448 550/583/1450 +f 548/581/1449 550/583/1450 549/582/1451 +f 502/535/1447 548/581/1449 503/536/1452 +f 503/536/1452 548/581/1449 547/580/1453 +f 503/536/1452 547/580/1453 504/537/1454 +f 504/537/1454 547/580/1453 537/570/1455 +f 504/537/1454 537/570/1455 530/563/1456 +f 530/563/1456 537/570/1455 531/564/1457 +f 531/564/1457 537/570/1455 536/569/1458 +f 531/564/1457 536/569/1458 533/566/1459 +f 533/566/1459 536/569/1458 534/567/1460 +f 534/567/1460 536/569/1458 535/568/1461 +f 547/580/1453 546/579/1462 537/570/1455 +f 537/570/1455 546/579/1462 538/571/1463 +f 538/571/1463 546/579/1462 545/578/1464 +f 538/571/1463 545/578/1464 539/572/1465 +f 539/572/1465 545/578/1464 542/575/1466 +f 539/572/1465 542/575/1466 541/574/1467 +f 544/577/1468 543/576/1469 545/578/1464 +f 545/578/1464 543/576/1469 542/575/1466 +f 541/574/1467 540/573/1470 539/572/1465 +f 533/566/1459 532/565/1471 531/564/1457 +f 529/562/1472 521/554/1473 530/563/1456 +f 530/563/1456 521/554/1473 520/553/1474 +f 530/563/1456 520/553/1474 511/544/1475 +f 511/544/1475 520/553/1474 512/545/1476 +f 512/545/1476 520/553/1474 519/552/1477 +f 512/545/1476 519/552/1477 513/546/1478 +f 513/546/1478 519/552/1477 516/549/1479 +f 513/546/1478 516/549/1479 515/548/1480 +f 521/554/1473 529/562/1472 522/555/1481 +f 522/555/1481 529/562/1472 528/561/1482 +f 522/555/1481 528/561/1482 525/558/1483 +f 525/558/1483 528/561/1482 526/559/1484 +f 526/559/1484 528/561/1482 527/560/1485 +f 525/558/1483 524/557/1486 522/555/1481 +f 522/555/1481 524/557/1486 523/556/1487 +f 518/551/1488 517/550/1489 519/552/1477 +f 519/552/1477 517/550/1489 516/549/1479 +f 515/548/1480 514/547/1490 513/546/1478 +f 510/543/1491 505/538/1492 511/544/1475 +f 511/544/1475 505/538/1492 504/537/1454 +f 511/544/1475 504/537/1454 530/563/1456 +f 509/542/1493 508/541/1494 510/543/1491 +f 510/543/1491 508/541/1494 507/540/1495 +f 510/543/1491 507/540/1495 505/538/1492 +f 505/538/1492 507/540/1495 506/539/1496 +s 218 +f 554/587/1497 555/588/1498 556/589/1499 +f 556/589/1499 555/588/1498 557/590/1500 +f 557/590/1500 555/588/1498 558/591/1501 +f 557/590/1500 558/591/1501 559/592/1502 +f 559/592/1502 558/591/1501 560/593/1503 +f 558/591/1501 555/588/1498 561/594/1504 +f 561/594/1504 555/588/1498 562/595/1505 +f 561/594/1504 562/595/1505 563/596/1506 +f 563/596/1506 562/595/1505 564/597/1507 +f 563/596/1506 564/597/1507 565/598/1508 +f 565/598/1508 564/597/1507 566/599/1509 +f 566/599/1509 564/597/1507 567/600/1510 +f 566/599/1509 567/600/1510 568/601/1511 +f 568/601/1511 567/600/1510 448/481/1512 +f 568/601/1511 448/481/1512 569/602/1513 +f 570/603/1514 571/604/1515 567/600/1510 +f 567/600/1510 571/604/1515 448/481/1512 +f 569/602/1513 572/605/1516 568/601/1511 +f 573/606/1517 574/607/1518 565/598/1508 +f 565/598/1508 574/607/1518 575/608/1519 +f 565/598/1508 575/608/1519 563/596/1506 +f 563/596/1506 575/608/1519 576/609/1520 +f 563/596/1506 576/609/1520 577/610/1521 +f 577/610/1521 576/609/1520 578/611/1522 +f 577/610/1521 578/611/1522 579/612/1523 +f 579/612/1523 578/611/1522 580/613/1524 +f 581/614/1525 582/615/1526 573/606/1517 +f 573/606/1517 582/615/1526 583/616/1527 +f 573/606/1517 583/616/1527 574/607/1518 +f 574/607/1518 583/616/1527 584/617/1528 +f 576/609/1520 575/608/1519 585/618/1529 +f 585/618/1529 575/608/1519 586/619/1530 +f 585/618/1529 586/619/1530 587/620/1531 +f 587/620/1531 586/619/1530 588/621/1532 +f 587/620/1531 588/621/1532 589/622/1533 +f 589/622/1533 588/621/1532 590/623/1534 +f 590/623/1534 588/621/1532 591/624/1535 +f 589/622/1533 592/625/1536 587/620/1531 +f 587/620/1531 592/625/1536 593/626/1537 +f 585/618/1529 594/627/1538 576/609/1520 +f 576/609/1520 594/627/1538 595/628/1539 +f 595/628/1539 594/627/1538 596/629/1540 +f 595/628/1539 596/629/1540 597/630/1541 +f 597/630/1541 596/629/1540 598/631/1542 +f 597/630/1541 598/631/1542 599/632/1543 +f 600/633/1544 601/634/1545 596/629/1540 +f 596/629/1540 601/634/1545 598/631/1542 +f 599/632/1543 602/635/1546 597/630/1541 +f 579/612/1523 603/636/1547 577/610/1521 +f 577/610/1521 603/636/1547 604/637/1548 +s 221 +f 555/588/1549 605/638/1550 562/595/1551 +f 562/595/1551 605/638/1550 606/639/1552 +s 222 +f 562/595/1553 606/639/1554 564/597/1555 +f 564/597/1555 606/639/1554 607/640/1556 +s 223 +f 564/597/1557 607/640/1558 567/600/1559 +f 567/600/1559 607/640/1558 608/641/1560 +s 224 +f 567/600/1561 608/641/1562 570/603/1563 +f 570/603/1563 608/641/1562 609/642/1564 +s 225 +f 570/603/1565 609/642/1566 571/604/1567 +f 571/604/1567 609/642/1566 610/643/1568 +s 226 +f 571/604/1569 610/643/1570 448/481/1571 +f 448/481/1571 610/643/1570 611/644/1572 +s 227 +f 448/481/1573 611/644/1574 569/602/1575 +f 569/602/1575 611/644/1574 612/645/1576 +s 228 +f 569/602/1577 612/645/1578 572/605/1579 +f 572/605/1579 612/645/1578 613/646/1580 +s 229 +f 572/605/1581 613/646/1582 568/601/1583 +f 568/601/1583 613/646/1582 614/647/1584 +s 230 +f 568/601/1585 614/647/1586 566/599/1587 +f 566/599/1587 614/647/1586 615/648/1588 +s 231 +f 566/599/1589 615/648/1590 565/598/1591 +f 565/598/1591 615/648/1590 616/649/1592 +s 232 +f 565/598/1593 616/649/1594 573/606/1595 +f 573/606/1595 616/649/1594 617/650/1596 +s 233 +f 573/606/1597 617/650/1598 581/614/1599 +f 581/614/1599 617/650/1598 618/651/1600 +s 234 +f 581/614/1601 618/651/1602 582/615/1603 +f 582/615/1603 618/651/1602 619/652/1604 +s 235 +f 582/615/1605 619/652/1606 583/616/1607 +f 583/616/1607 619/652/1606 620/653/1608 +s 236 +f 583/616/1609 620/653/1610 584/617/1611 +f 584/617/1611 620/653/1610 621/654/1612 +s 237 +f 584/617/1613 621/654/1614 574/607/1615 +f 574/607/1615 621/654/1614 622/655/1616 +s 238 +f 574/607/1617 622/655/1618 575/608/1619 +f 575/608/1619 622/655/1618 623/656/1620 +s 239 +f 575/608/1621 623/656/1622 586/619/1623 +f 586/619/1623 623/656/1622 624/657/1624 +s 240 +f 586/619/1625 624/657/1626 588/621/1627 +f 588/621/1627 624/657/1626 625/658/1628 +s 241 +f 588/621/1629 625/658/1630 591/624/1631 +f 591/624/1631 625/658/1630 626/659/1632 +s 242 +f 591/624/1633 626/659/1634 590/623/1635 +f 590/623/1635 626/659/1634 627/660/1636 +s 243 +f 590/623/1637 627/660/1638 589/622/1639 +f 589/622/1639 627/660/1638 628/661/1640 +s 244 +f 589/622/1641 628/661/1642 592/625/1643 +f 592/625/1643 628/661/1642 629/662/1644 +s 245 +f 592/625/1645 629/662/1646 593/626/1647 +f 593/626/1647 629/662/1646 630/663/1648 +s 246 +f 593/626/1649 630/663/1650 587/620/1651 +f 587/620/1651 630/663/1650 631/664/1652 +s 247 +f 587/620/1653 631/664/1654 585/618/1655 +f 585/618/1655 631/664/1654 632/665/1656 +s 248 +f 585/618/1657 632/665/1658 594/627/1659 +f 594/627/1659 632/665/1658 633/666/1660 +s 249 +f 594/627/1661 633/666/1662 596/629/1663 +f 596/629/1663 633/666/1662 634/667/1664 +s 250 +f 596/629/1665 634/667/1666 600/633/1667 +f 600/633/1667 634/667/1666 635/668/1668 +s 251 +f 600/633/1669 635/668/1670 601/634/1671 +f 601/634/1671 635/668/1670 636/669/1672 +s 252 +f 601/634/1673 636/669/1674 598/631/1675 +f 598/631/1675 636/669/1674 637/670/1676 +s 253 +f 598/631/1677 637/670/1678 599/632/1679 +f 599/632/1679 637/670/1678 638/671/1680 +s 254 +f 599/632/1681 638/671/1682 602/635/1683 +f 602/635/1683 638/671/1682 639/672/1684 +s 255 +f 602/635/1685 639/672/1686 597/630/1687 +f 597/630/1687 639/672/1686 640/673/1688 +s 256 +f 597/630/1689 640/673/1690 595/628/1691 +f 595/628/1691 640/673/1690 641/674/1692 +s 257 +f 595/628/1693 641/674/1694 576/609/1695 +f 576/609/1695 641/674/1694 642/675/1696 +s 258 +f 576/609/1697 642/675/1698 578/611/1699 +f 578/611/1699 642/675/1698 643/676/1700 +s 259 +f 578/611/1701 643/676/1702 580/613/1703 +f 580/613/1703 643/676/1702 644/677/1704 +s 260 +f 580/613/1705 644/677/1706 579/612/1707 +f 579/612/1707 644/677/1706 645/678/1708 +s 261 +f 579/612/1709 645/678/1710 603/636/1711 +f 603/636/1711 645/678/1710 646/679/1712 +s 262 +f 603/636/1713 646/679/1714 604/637/1715 +f 604/637/1715 646/679/1714 647/680/1716 +s 263 +f 604/637/1717 647/680/1718 577/610/1719 +f 577/610/1719 647/680/1718 648/681/1720 +s 264 +f 577/610/1721 648/681/1722 563/596/1723 +f 563/596/1723 648/681/1722 649/682/1724 +s 265 +f 563/596/1725 649/682/1726 561/594/1727 +f 561/594/1727 649/682/1726 650/683/1728 +s 266 +f 561/594/1729 650/683/1730 558/591/1731 +f 558/591/1731 650/683/1730 651/684/1732 +s 267 +f 558/591/1733 651/684/1734 560/593/1735 +f 560/593/1735 651/684/1734 652/685/1736 +s 268 +f 560/593/1737 652/685/1738 559/592/1739 +f 559/592/1739 652/685/1738 653/686/1740 +s 269 +f 559/592/1741 653/686/1742 557/590/1743 +f 557/590/1743 653/686/1742 654/687/1744 +s 270 +f 557/590/1745 654/687/1746 556/589/1747 +f 556/589/1747 654/687/1746 655/688/1748 +s 271 +f 556/589/1749 655/688/1750 554/587/1751 +f 554/587/1751 655/688/1750 656/689/1752 +s 272 +f 554/587/1753 656/689/1754 555/588/1755 +f 555/588/1755 656/689/1754 605/638/1756 +s 273 +f 656/689/1757 655/688/1758 605/638/1759 +f 605/638/1759 655/688/1758 654/687/1760 +f 605/638/1759 654/687/1760 651/684/1761 +f 651/684/1761 654/687/1760 653/686/1762 +f 651/684/1761 653/686/1762 652/685/1763 +f 651/684/1761 650/683/1764 605/638/1759 +f 605/638/1759 650/683/1764 606/639/1765 +f 606/639/1765 650/683/1764 649/682/1766 +f 606/639/1765 649/682/1766 607/640/1767 +f 607/640/1767 649/682/1766 616/649/1768 +f 607/640/1767 616/649/1768 615/648/1769 +f 648/681/1770 643/676/1771 649/682/1766 +f 649/682/1766 643/676/1771 642/675/1772 +f 649/682/1766 642/675/1772 616/649/1768 +f 616/649/1768 642/675/1772 623/656/1773 +f 616/649/1768 623/656/1773 617/650/1774 +f 617/650/1774 623/656/1773 622/655/1775 +f 617/650/1774 622/655/1775 619/652/1776 +f 619/652/1776 622/655/1775 620/653/1777 +f 620/653/1777 622/655/1775 621/654/1778 +f 647/680/1779 646/679/1780 648/681/1770 +f 648/681/1770 646/679/1780 645/678/1781 +f 648/681/1770 645/678/1781 643/676/1771 +f 643/676/1771 645/678/1781 644/677/1782 +f 641/674/1783 633/666/1784 642/675/1772 +f 642/675/1772 633/666/1784 632/665/1785 +f 642/675/1772 632/665/1785 623/656/1773 +f 623/656/1773 632/665/1785 624/657/1786 +f 624/657/1786 632/665/1785 631/664/1787 +f 624/657/1786 631/664/1787 625/658/1788 +f 625/658/1788 631/664/1787 628/661/1789 +f 625/658/1788 628/661/1789 627/660/1790 +f 633/666/1784 641/674/1783 634/667/1791 +f 634/667/1791 641/674/1783 640/673/1792 +f 634/667/1791 640/673/1792 637/670/1793 +f 637/670/1793 640/673/1792 638/671/1794 +f 638/671/1794 640/673/1792 639/672/1795 +f 637/670/1793 636/669/1796 634/667/1791 +f 634/667/1791 636/669/1796 635/668/1797 +f 630/663/1798 629/662/1799 631/664/1787 +f 631/664/1787 629/662/1799 628/661/1789 +f 627/660/1790 626/659/1800 625/658/1788 +f 619/652/1776 618/651/1801 617/650/1774 +f 607/640/1767 615/648/1769 608/641/1802 +f 608/641/1802 615/648/1769 614/647/1803 +f 608/641/1802 614/647/1803 611/644/1804 +f 611/644/1804 614/647/1803 612/645/1805 +f 612/645/1805 614/647/1803 613/646/1806 +f 611/644/1804 610/643/1807 608/641/1802 +f 608/641/1802 610/643/1807 609/642/1808 +s 277 +f 657/690/1809 658/691/1810 659/692/1811 +f 659/692/1811 658/691/1810 660/693/1812 +f 660/693/1812 658/691/1810 661/694/1813 +f 662/695/1814 663/696/1815 658/691/1810 +f 658/691/1810 663/696/1815 661/694/1813 +f 660/693/1812 661/694/1813 664/697/1816 +s 278 +f 630/663/1817 635/668/1818 665/698/1819 +f 665/698/1819 635/668/1818 666/699/1820 +f 665/698/1819 666/699/1820 667/700/1821 +f 667/700/1821 666/699/1820 668/701/1822 +f 667/700/1821 669/702/1823 665/698/1819 +f 665/698/1819 669/702/1823 670/703/1824 +s 279 +f 671/704/1825 672/705/1826 673/706/1827 +f 673/706/1827 672/705/1826 674/707/1828 +f 673/706/1827 674/707/1828 675/708/1829 +f 675/708/1829 674/707/1828 676/709/1830 +f 676/709/1830 674/707/1828 677/710/1831 +f 673/706/1827 675/708/1829 678/711/1832 +s 280 +f 679/712/1833 680/713/1834 681/714/1835 +f 681/714/1835 680/713/1834 682/715/1836 +s 281 +f 683/716/1837 684/717/1838 685/718/1839 +f 685/718/1839 684/717/1838 686/719/1840 +f 685/718/1839 686/719/1840 687/720/1841 +f 687/720/1841 686/719/1840 688/721/1842 +f 688/721/1842 686/719/1840 689/722/1843 +f 685/718/1839 687/720/1841 690/723/1844 +s 282 +f 691/724/1845 692/725/1846 693/726/1847 +f 693/726/1847 692/725/1846 694/727/1848 +f 693/726/1847 694/727/1848 695/728/1849 +f 695/728/1849 694/727/1848 696/729/1850 +f 695/728/1849 697/730/1851 693/726/1847 +f 693/726/1847 697/730/1851 698/731/1852 +s 283 +f 699/732/1853 700/733/1854 701/734/1855 +f 701/734/1855 700/733/1854 702/735/1856 +f 701/734/1855 702/735/1856 703/736/1857 +f 703/736/1857 702/735/1856 704/737/1858 +f 703/736/1857 705/738/1859 701/734/1855 +f 701/734/1855 705/738/1859 706/739/1860 +s 284 +f 544/577/1861 549/582/1862 707/740/1863 +f 707/740/1863 549/582/1862 708/741/1864 +f 707/740/1863 708/741/1864 709/742/1865 +f 709/742/1865 708/741/1864 710/743/1866 +f 710/743/1866 708/741/1864 711/744/1867 +f 707/740/1863 709/742/1865 712/745/1868 +s 285 +f 713/746/1869 714/747/1870 715/748/1871 +f 715/748/1871 714/747/1870 716/749/1872 +f 716/749/1872 714/747/1870 717/750/1873 +f 716/749/1872 717/750/1873 718/751/1874 +f 719/752/1875 717/750/1873 714/747/1870 +f 716/749/1872 718/751/1874 720/753/1876 +s 286 +f 721/754/1877 722/755/1878 723/756/1879 +f 723/756/1879 722/755/1878 724/757/1880 +s 287 +f 702/735/1881 660/693/1882 704/737/1883 +f 704/737/1883 660/693/1882 664/697/1884 +s 288 +f 704/737/1885 664/697/1886 703/736/1887 +f 703/736/1887 664/697/1886 661/694/1888 +s 289 +f 663/696/1889 705/738/1890 661/694/1891 +f 661/694/1891 705/738/1890 703/736/1892 +s 290 +f 705/738/1893 663/696/1894 706/739/1895 +f 706/739/1895 663/696/1894 662/695/1896 +s 291 +f 706/739/1897 662/695/1898 701/734/1899 +f 701/734/1899 662/695/1898 658/691/1900 +s 292 +f 701/734/1901 658/691/1902 699/732/1903 +f 699/732/1903 658/691/1902 657/690/1904 +s 293 +f 722/755/1905 657/690/1906 679/712/1907 +f 679/712/1907 657/690/1906 659/692/1908 +f 679/712/1907 659/692/1908 680/713/1909 +f 680/713/1909 659/692/1908 700/733/1910 +f 680/713/1909 700/733/1910 721/754/1911 +f 721/754/1911 700/733/1910 722/755/1905 +f 722/755/1905 700/733/1910 699/732/1912 +f 722/755/1905 699/732/1912 657/690/1906 +s 294 +f 549/582/1913 630/663/1914 708/741/1915 +f 708/741/1915 630/663/1914 665/698/1916 +s 295 +f 708/741/1917 665/698/1918 711/744/1919 +f 711/744/1919 665/698/1918 670/703/1920 +s 296 +f 711/744/1921 670/703/1922 710/743/1923 +f 710/743/1923 670/703/1922 669/702/1924 +s 297 +f 667/700/1925 709/742/1926 669/702/1927 +f 669/702/1927 709/742/1926 710/743/1928 +s 298 +f 709/742/1929 667/700/1930 712/745/1931 +f 712/745/1931 667/700/1930 668/701/1932 +s 299 +f 712/745/1933 668/701/1934 707/740/1935 +f 707/740/1935 668/701/1934 666/699/1936 +s 300 +f 707/740/1937 666/699/1938 544/577/1939 +f 544/577/1939 666/699/1938 635/668/1940 +s 301 +f 724/757/1941 635/668/1942 681/714/1943 +f 681/714/1943 635/668/1942 630/663/1944 +f 681/714/1943 630/663/1944 679/712/1945 +f 679/712/1945 630/663/1944 549/582/1946 +f 679/712/1945 549/582/1946 722/755/1947 +f 722/755/1947 549/582/1946 544/577/1948 +f 722/755/1947 544/577/1948 724/757/1941 +f 724/757/1941 544/577/1948 635/668/1942 +s 302 +f 684/717/1949 683/716/1950 681/714/1951 +f 681/714/1951 683/716/1950 713/746/1952 +f 681/714/1951 713/746/1952 724/757/1953 +f 724/757/1953 713/746/1952 715/748/1954 +f 724/757/1953 715/748/1954 723/756/1955 +f 723/756/1955 715/748/1954 684/717/1949 +f 723/756/1955 684/717/1949 682/715/1956 +f 682/715/1956 684/717/1949 681/714/1951 +s 303 +f 713/746/1957 683/716/1958 714/747/1959 +f 714/747/1959 683/716/1958 685/718/1960 +s 304 +f 714/747/1961 685/718/1962 719/752/1963 +f 719/752/1963 685/718/1962 690/723/1964 +s 305 +f 719/752/1965 690/723/1966 717/750/1967 +f 717/750/1967 690/723/1966 687/720/1968 +s 306 +f 688/721/1969 718/751/1970 687/720/1971 +f 687/720/1971 718/751/1970 717/750/1972 +s 307 +f 718/751/1973 688/721/1974 720/753/1975 +f 720/753/1975 688/721/1974 689/722/1976 +s 308 +f 720/753/1977 689/722/1978 716/749/1979 +f 716/749/1979 689/722/1978 686/719/1980 +s 309 +f 716/749/1981 686/719/1982 715/748/1983 +f 715/748/1983 686/719/1982 684/717/1984 +s 310 +f 692/725/1985 682/715/1986 671/704/1987 +f 671/704/1987 682/715/1986 680/713/1988 +f 671/704/1987 680/713/1988 672/705/1989 +f 672/705/1989 680/713/1988 721/754/1990 +f 672/705/1989 721/754/1990 691/724/1991 +f 691/724/1991 721/754/1990 723/756/1992 +f 691/724/1991 723/756/1992 692/725/1985 +f 692/725/1985 723/756/1992 682/715/1986 +s 311 +f 692/725/1993 671/704/1994 694/727/1995 +f 694/727/1995 671/704/1994 673/706/1996 +s 312 +f 694/727/1997 673/706/1998 696/729/1999 +f 696/729/1999 673/706/1998 678/711/2000 +s 313 +f 696/729/2001 678/711/2002 695/728/2003 +f 695/728/2003 678/711/2002 675/708/2004 +s 314 +f 676/709/2005 697/730/2006 675/708/2007 +f 675/708/2007 697/730/2006 695/728/2008 +s 315 +f 697/730/2009 676/709/2010 698/731/2011 +f 698/731/2011 676/709/2010 677/710/2012 +s 316 +f 698/731/2013 677/710/2014 693/726/2015 +f 693/726/2015 677/710/2014 674/707/2016 +s 317 +f 693/726/2017 674/707/2018 691/724/2019 +f 691/724/2019 674/707/2018 672/705/2020 +s 318 +f 700/733/2021 659/692/2022 702/735/2023 +f 702/735/2023 659/692/2022 660/693/2024 +v 205.000000 -185.000000 70.000000 +v 203.500000 -185.000000 70.000000 +v 204.948883 -185.000000 21.111763 +v 204.948883 -105.000000 21.111761 +v 205.000000 -185.000000 21.500000 +v 204.799057 -105.000015 20.750000 +v 204.560654 -105.000015 20.439337 +v 204.250000 -105.000000 20.200958 +v 203.888214 -105.000000 20.051111 +v 203.500000 -105.000000 20.000000 +v 205.000000 -105.000000 21.500000 +v 204.799057 -185.000000 20.750000 +v 204.560654 -185.000000 20.439339 +v 204.250000 -185.000000 20.200958 +v 203.888229 -185.000000 20.051102 +v 203.500000 -185.000000 20.000000 +v 203.500000 -185.000000 21.500000 +v 203.500000 -105.000000 21.500000 +v 203.500000 -105.000000 70.000000 +v 205.000000 -105.000000 70.000000 +vt 0.443412 0.034167 +vt 0.443412 0.034167 +vt 0.444154 0.033998 +vt 0.441237 0.034324 +vt 0.441237 0.034325 +vt 0.437776 0.034460 +vt 0.437776 0.034460 +vt 0.433266 0.034564 +vt 0.433266 0.034564 +vt 0.428014 0.034629 +vt 0.428014 0.034629 +vt 0.422378 0.034651 +vt 0.422378 0.034651 +vt 0.444154 0.033998 +vt 0.422378 0.033998 +vt 0.444154 0.012876 +vt 0.422378 0.012876 +vt 0.422378 0.033998 +vt 0.422378 0.012876 +vt 0.444154 0.012876 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.991443 0.000000 -0.130540 +vn 0.923901 0.000000 -0.382631 +vn 0.923896 0.000000 -0.382644 +vn 0.793330 0.000000 -0.608791 +vn 0.793316 0.000000 -0.608810 +vn 0.608786 0.000000 -0.793335 +vn 0.608761 0.000000 -0.793353 +vn 0.382664 0.000000 -0.923888 +vn 0.382730 0.000001 -0.923860 +vn 0.130464 0.000001 -0.991453 +vn 0.130464 0.000000 -0.991453 +vn 0.991444 0.000000 -0.130535 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +s 1 +f 727/758/2025 728/759/2026 729/760/2027 +f 728/759/2026 727/758/2025 730/761/2028 +f 730/761/2028 727/758/2025 736/762/2029 +f 730/761/2028 736/762/2029 731/763/2030 +f 731/763/2030 736/762/2029 737/764/2031 +f 731/763/2030 737/764/2031 732/765/2032 +f 732/765/2032 737/764/2031 738/766/2033 +f 732/765/2032 738/766/2033 733/767/2034 +f 733/767/2034 738/766/2033 739/768/2035 +f 733/767/2034 739/768/2035 740/769/2036 +f 734/770/2037 733/767/2034 740/769/2036 +f 729/760/2027 728/759/2026 735/771/2038 +s 2 +f 739/768/2039 738/766/2040 740/769/2041 +f 740/769/2041 738/766/2040 737/764/2042 +f 740/769/2041 737/764/2042 741/772/2043 +f 741/772/2043 737/764/2042 736/762/2044 +f 741/772/2043 736/762/2044 727/758/2045 +f 727/758/2045 729/760/2046 741/772/2043 +f 741/772/2043 729/760/2046 725/773/2047 +f 741/772/2043 725/773/2047 726/774/2048 +s 3 +f 741/772/2049 726/774/2050 742/775/2051 +f 742/775/2051 726/774/2050 743/776/2052 +s 4 +f 744/777/2053 735/771/2054 742/775/2055 +f 742/775/2055 735/771/2054 728/759/2056 +f 742/775/2055 728/759/2056 730/761/2057 +f 730/761/2057 731/763/2058 742/775/2055 +f 742/775/2055 731/763/2058 734/770/2059 +f 731/763/2058 732/765/2060 734/770/2059 +f 734/770/2059 732/765/2060 733/767/2061 +f 742/775/2055 743/776/2062 744/777/2053 +s 5 +f 725/773/2063 744/777/2064 726/774/2065 +f 726/774/2065 744/777/2064 743/776/2066 +s 1 +f 729/760/2027 735/771/2038 725/773/2067 +f 725/773/2067 735/771/2038 744/777/2068 +v -173.500000 -185.000000 70.000000 +v 173.500000 -185.000000 70.000000 +v 173.500000 50.000000 70.000000 +v 173.500000 50.000000 68.000000 +v 173.500000 -185.000000 68.000000 +v -173.500000 50.000000 70.000000 +v -173.500000 50.000000 68.000000 +v -173.500000 -185.000000 68.000000 +vt 0.457536 0.035096 +vt 0.481342 0.035096 +vt 0.457536 0.035096 +vt 0.481342 0.035096 +vt 0.481342 0.007071 +vt 0.457536 0.007071 +vt 0.481342 0.007071 +vt 0.457536 0.007071 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +s 1 +f 750/778/2069 747/779/2070 751/780/2071 +f 751/780/2071 747/779/2070 748/781/2072 +s 2 +f 746/782/2073 745/783/2074 749/784/2075 +f 749/784/2075 745/783/2074 752/785/2076 +s 3 +f 745/783/2077 746/782/2078 750/778/2079 +f 750/778/2079 746/782/2078 747/779/2080 +s 4 +f 749/784/2081 752/785/2082 748/781/2083 +f 748/781/2083 752/785/2082 751/780/2084 +v -164.542694 -262.342224 27.657822 +v -164.542694 -261.635071 26.950714 +v -164.394684 -262.095947 27.904037 +v -164.394638 -261.388763 27.196968 +v -164.394684 -257.385071 32.614937 +v -164.394669 -256.677948 31.907837 +v -164.555527 -257.167664 32.832386 +v -164.555527 -256.460571 32.125252 +v -174.957123 -252.909698 37.090294 +v -174.957108 -252.202591 36.383186 +v -175.190567 -252.768723 37.231270 +v -175.190567 -252.061630 36.524178 +v -175.290710 -252.674194 37.325829 +v -175.290680 -251.967072 36.618736 +v -175.290680 -243.487915 46.512093 +v -175.290710 -242.780792 45.804977 +v -175.190567 -243.384262 46.615730 +v -175.190582 -242.677155 45.908630 +v -175.006958 -243.252380 46.747654 +v -175.006958 -242.545288 46.040527 +v -165.530350 -239.363037 50.636971 +v -165.530350 -238.655914 49.929871 +v -165.311890 -239.248093 50.751900 +v -165.311890 -238.540985 50.044800 +v -171.383041 -236.657104 53.342903 +v -171.383041 -235.949997 52.635796 +v -171.526352 -236.603973 53.396049 +v -171.526352 -235.896851 52.688934 +v -171.634460 -236.657104 53.342903 +v -171.634460 -235.949997 52.635796 +v -181.186569 -239.855301 48.730476 +v -181.489944 -240.685165 49.314842 +v -181.489944 -239.978058 48.607738 +v -181.647446 -240.896942 49.103088 +v -181.647446 -240.189804 48.395988 +v -181.647446 -255.265167 34.734848 +v -181.647446 -254.558060 34.027740 +v -181.519684 -255.421539 34.578476 +v -181.519684 -254.714386 33.871353 +v -181.407715 -255.500717 34.499306 +v -181.407730 -254.793640 33.792191 +v -164.864227 -262.248779 27.751432 +v -164.864227 -261.541260 27.044308 +v -164.864182 -252.767288 37.232746 +v -164.864182 -252.060120 36.525639 +v -164.531052 -252.860321 37.139732 +v -164.531021 -252.153168 36.432625 +v -164.197891 -252.772491 37.227524 +v -164.197906 -252.065399 36.520416 +v -158.535095 -250.450653 39.549438 +v -158.535095 -249.743484 38.842342 +v -158.328354 -250.318710 39.681297 +v -158.328339 -249.611603 38.974190 +v -158.535034 -250.151398 39.848618 +v -158.535034 -249.444305 39.141510 +v -158.651611 -250.083160 39.916832 +v -158.651611 -249.376053 39.209724 +v -162.865479 -248.352997 41.646996 +v -162.865479 -247.645935 40.939884 +v -163.228333 -248.214935 41.785065 +v -163.228333 -247.507828 41.077957 +v -163.198593 -248.116180 41.883850 +v -163.198593 -247.409042 41.176743 +v -163.107941 -247.963333 42.036743 +v -163.107941 -247.256165 41.329647 +v -157.535706 -245.664230 44.335762 +v -157.535706 -244.957138 43.628662 +v -157.455933 -245.607849 44.392197 +v -157.455902 -244.900696 43.685089 +v -157.535706 -245.534210 44.465797 +v -157.535706 -244.827118 43.758698 +v -157.756104 -245.372269 44.627739 +v -157.756104 -244.665161 43.920631 +v -162.372345 -243.487839 46.512089 +v -162.372345 -242.780792 45.804993 +v -162.532364 -243.411484 46.588524 +v -162.532364 -242.704376 45.881416 +v -162.865479 -243.376495 46.623505 +v -162.865479 -242.669403 45.916405 +v -163.198563 -243.431519 46.568501 +v -163.198563 -242.724442 45.861404 +v -168.861465 -245.760422 44.239563 +v -168.861465 -245.053329 43.532463 +v -168.998276 -245.843384 44.156647 +v -168.998276 -245.136246 43.449539 +v -168.845917 -246.063995 43.936012 +v -168.845901 -245.356903 43.228901 +v -164.212326 -247.993973 42.006023 +v -164.212311 -247.286880 41.298912 +v -166.531189 -246.314743 42.271057 +v -164.101929 -248.198807 41.801201 +v -164.101929 -247.491714 41.094086 +v -164.197906 -248.249496 41.750511 +v -164.197906 -247.542389 41.043396 +v -164.531021 -248.360504 41.639484 +v -164.531021 -247.653366 40.932377 +v -169.527695 -250.429337 39.570656 +v -169.527695 -249.722214 38.863556 +v -169.860809 -250.554230 39.445747 +v -169.860794 -249.847153 38.738640 +v -169.713043 -250.789795 39.210205 +v -169.713043 -250.082687 38.503098 +v -169.527710 -250.872726 39.127281 +v -169.527695 -250.165634 38.420174 +v -153.871490 -242.640366 47.359856 +v -153.538361 -242.679672 47.320335 +v -153.871490 -241.932877 46.652756 +v -153.538361 -241.972549 46.613228 +v -153.205307 -242.598816 47.401131 +v -153.205307 -241.891739 46.694031 +v -147.542374 -240.263229 49.736755 +v -147.542389 -239.556152 49.029655 +v -147.439194 -240.190292 49.809731 +v -147.439194 -239.483185 49.102623 +v -147.542374 -240.058640 49.941353 +v -147.542389 -239.351562 49.234253 +v -147.667297 -239.954742 50.045273 +v -147.667297 -239.247604 49.338165 +v -147.875381 -239.867218 50.132748 +v -147.875443 -239.160187 49.425610 +v -163.209702 -233.601120 56.398880 +v -163.209702 -232.894043 55.691772 +v -163.531693 -233.492432 56.507572 +v -163.531693 -232.785324 55.800468 +v -163.864807 -233.492432 56.507572 +v -163.864807 -232.785324 55.800468 +v -164.175766 -233.595078 56.404999 +v -164.175735 -232.887848 55.697876 +v -169.885406 -235.933075 54.066929 +v -169.885391 -235.225967 53.359818 +v -169.860794 -236.025589 53.974434 +v -169.860794 -235.318466 53.267326 +v -169.731430 -236.186020 53.813988 +v -169.731430 -235.478912 53.106880 +v -162.853821 -262.342224 27.657822 +v -162.853821 -261.635071 26.950712 +v -162.532364 -262.248596 27.751404 +v -162.532364 -261.541504 27.044296 +v -145.988846 -255.500778 34.499290 +v -145.988846 -254.793747 33.792213 +v -145.876816 -255.421539 34.578476 +v -145.876816 -254.714417 33.871368 +v -145.749084 -255.265167 34.734848 +v -145.749069 -254.558105 34.027725 +v -145.749069 -241.132446 48.867546 +v -145.749054 -240.425323 48.160446 +v -145.756287 -240.896927 49.103088 +v -145.756287 -240.189804 48.395981 +v -145.876816 -240.797729 49.202271 +v -145.876816 -240.090622 48.495163 +v -146.209946 -240.826645 49.173363 +v -146.209946 -240.119537 48.466255 +v -146.347229 -240.896927 49.103088 +v -152.045639 -242.545288 46.040535 +v -151.872803 -243.159225 46.840717 +v -152.045609 -243.252350 46.747643 +v -152.105835 -243.487885 46.512085 +v -152.105820 -242.780792 45.804993 +v -152.105820 -252.674149 37.325844 +v -152.105789 -251.967117 36.618744 +v -152.205917 -252.768723 37.231270 +v -152.205917 -252.061630 36.524178 +v -152.439438 -252.909760 37.090321 +v -152.439438 -252.202515 36.383179 +v -162.841034 -257.167664 32.832367 +v -162.841034 -256.460510 32.125263 +v -163.001816 -257.385040 32.614937 +v -163.001816 -256.677948 31.907837 +v -163.001831 -262.095947 27.904037 +v -163.001846 -261.388763 27.196968 +v 155.000000 -229.822311 60.177666 +v 75.000000 -229.822281 60.177639 +v 155.000000 -229.115219 59.470562 +v 75.000000 -229.115219 59.470562 +v 75.000000 -265.177704 24.822289 +v 75.000000 -264.470551 24.115227 +v 155.000000 -265.177704 24.822327 +v 155.000000 -264.470551 24.115227 +v -205.000000 -221.413574 68.314697 +v -205.000000 -215.857895 70.000000 +v -205.000000 -222.928833 67.071053 +v -205.000000 -185.000000 70.000000 +v -205.000015 -185.000015 -0.000008 +v -205.000000 -219.684692 69.238792 +v -205.000000 -217.808762 69.807854 +v -205.000000 -275.000000 0.000000 +v -205.000000 -275.000000 10.857864 +v -205.000000 -272.071198 17.928940 +v -205.000000 -274.807861 12.808769 +v -205.000000 -274.238800 14.684700 +v -205.000000 -273.314697 16.413567 +v 205.000000 -215.857895 70.000000 +v 205.000000 -185.000000 70.000000 +v 205.000015 -185.000015 -0.000008 +v 205.000000 -275.000000 0.000000 +v 205.000000 -275.000000 10.857857 +v 205.000000 -274.807861 12.808762 +v 205.000000 -274.238800 14.684699 +v 205.000000 -273.314697 16.413559 +v 205.000015 -272.071075 17.928940 +v 205.000015 -222.928955 67.071060 +v 205.000000 -221.413574 68.314697 +v 205.000000 -219.684692 69.238792 +v 205.000000 -217.808746 69.807854 +vt 0.112572 0.010792 +vt 0.112681 0.011012 +vt 0.112499 0.010648 +vt 0.112608 0.010868 +vt 0.112705 0.015271 +vt 0.112632 0.015127 +vt 0.112589 0.015471 +vt 0.112516 0.015327 +vt 0.105048 0.019504 +vt 0.104975 0.019359 +vt 0.104879 0.019635 +vt 0.104806 0.019491 +vt 0.104807 0.019722 +vt 0.104734 0.019578 +vt 0.104854 0.028027 +vt 0.104781 0.027883 +vt 0.104927 0.028119 +vt 0.104854 0.027975 +vt 0.105061 0.028235 +vt 0.104988 0.028091 +vt 0.111971 0.031584 +vt 0.405942 0.031859 +vt 0.111898 0.031440 +vt 0.112130 0.031684 +vt 0.112057 0.031540 +vt 0.107729 0.034134 +vt 0.107656 0.033990 +vt 0.107626 0.034184 +vt 0.107552 0.034040 +vt 0.107547 0.034138 +vt 0.107474 0.033994 +vt 0.100509 0.030632 +vt 0.100361 0.030670 +vt 0.100288 0.030526 +vt 0.100246 0.030482 +vt 0.100172 0.030338 +vt 0.100172 0.017492 +vt 0.100099 0.017348 +vt 0.100265 0.017348 +vt 0.100192 0.017204 +vt 0.100346 0.017275 +vt 0.100273 0.017131 +vt 0.112339 0.010883 +vt 0.112265 0.010739 +vt 0.712122 0.019454 +vt 0.712364 0.019364 +vt 0.712049 0.019310 +vt 0.712291 0.019220 +vt 0.712607 0.019438 +vt 0.712534 0.019294 +vt 0.716735 0.021437 +vt 0.716663 0.021293 +vt 0.716887 0.021553 +vt 0.716813 0.021409 +vt 0.716737 0.021708 +vt 0.716664 0.021564 +vt 0.716653 0.021771 +vt 0.716580 0.021627 +vt 0.713598 0.023410 +vt 0.713525 0.023266 +vt 0.713335 0.023541 +vt 0.713262 0.023397 +vt 0.713357 0.023630 +vt 0.713284 0.023486 +vt 0.713424 0.023766 +vt 0.713351 0.023622 +vt 0.717487 0.025747 +vt 0.717413 0.025603 +vt 0.717545 0.025796 +vt 0.717472 0.025652 +vt 0.717487 0.025864 +vt 0.717414 0.025720 +vt 0.717328 0.026014 +vt 0.717255 0.025870 +vt 0.713981 0.027799 +vt 0.713908 0.027655 +vt 0.713865 0.027871 +vt 0.713792 0.027727 +vt 0.713623 0.027909 +vt 0.713550 0.027765 +vt 0.713381 0.027865 +vt 0.713308 0.027721 +vt 0.709252 0.025859 +vt 0.709179 0.025715 +vt 0.709152 0.025787 +vt 0.709079 0.025643 +vt 0.709262 0.025585 +vt 0.709189 0.025441 +vt 0.712621 0.023758 +vt 0.712548 0.023614 +vt 0.710867 0.024534 +vt 0.712700 0.023571 +vt 0.712627 0.023427 +vt 0.712630 0.023527 +vt 0.712557 0.023383 +vt 0.712387 0.023432 +vt 0.712314 0.023288 +vt 0.708744 0.021650 +vt 0.708671 0.021506 +vt 0.708501 0.021543 +vt 0.708428 0.021399 +vt 0.708607 0.021328 +vt 0.708534 0.021184 +vt 0.708742 0.021249 +vt 0.708669 0.021105 +vt 0.120430 0.028416 +vt 0.120672 0.028374 +vt 0.120357 0.028272 +vt 0.120599 0.028230 +vt 0.120915 0.028442 +vt 0.120842 0.028298 +vt 0.405949 0.031848 +vt 0.125044 0.030453 +vt 0.124971 0.030309 +vt 0.125119 0.030517 +vt 0.125046 0.030373 +vt 0.125045 0.030638 +vt 0.124972 0.030494 +vt 0.124954 0.030734 +vt 0.124881 0.030590 +vt 0.124804 0.030817 +vt 0.124730 0.030673 +vt 0.113687 0.036752 +vt 0.113614 0.036608 +vt 0.113453 0.036856 +vt 0.113380 0.036712 +vt 0.113211 0.036862 +vt 0.113138 0.036718 +vt 0.112985 0.036775 +vt 0.112912 0.036631 +vt 0.108822 0.034762 +vt 0.108749 0.034618 +vt 0.108839 0.034678 +vt 0.108766 0.034534 +vt 0.108933 0.034530 +vt 0.108859 0.034386 +vt 0.713535 0.010763 +vt 0.713769 0.010842 +vt 0.713462 0.010619 +vt 0.713696 0.010698 +vt 0.725831 0.016650 +vt 0.725758 0.016506 +vt 0.725913 0.016720 +vt 0.725840 0.016576 +vt 0.726007 0.016859 +vt 0.725934 0.016715 +vt 0.726079 0.029636 +vt 0.726006 0.029492 +vt 0.726074 0.029849 +vt 0.726001 0.029705 +vt 0.725987 0.029941 +vt 0.725914 0.029797 +vt 0.725745 0.029920 +vt 0.725672 0.029776 +vt 0.725645 0.029859 +vt 0.721417 0.027686 +vt 0.721616 0.027911 +vt 0.721490 0.027830 +vt 0.721445 0.027618 +vt 0.721372 0.027474 +vt 0.721398 0.019314 +vt 0.721325 0.019169 +vt 0.721325 0.019230 +vt 0.721252 0.019086 +vt 0.721155 0.019106 +vt 0.721082 0.018962 +vt 0.713571 0.015440 +vt 0.713498 0.015296 +vt 0.713453 0.015247 +vt 0.713380 0.015103 +vt 0.713429 0.010988 +vt 0.713356 0.010844 +vt 0.405729 0.031242 +vt 0.405734 0.031225 +vt 0.406552 0.015366 +vt 0.406552 0.019482 +vt 0.406597 0.015366 +vt 0.406597 0.019482 +vt 0.404289 0.019482 +vt 0.244036 0.019298 +vt 0.263710 0.019295 +vt 0.244038 0.032118 +vt 0.263710 0.032117 +vt 0.404335 0.019482 +vt 0.404289 0.015366 +vt 0.404335 0.015366 +vt 0.407090 0.033890 +vt 0.407446 0.033890 +vt 0.406993 0.033890 +vt 0.409421 0.033890 +vt 0.409421 0.033890 +vt 0.407201 0.033890 +vt 0.407321 0.033890 +vt 0.403661 0.033890 +vt 0.403661 0.033890 +vt 0.403848 0.033890 +vt 0.403673 0.033890 +vt 0.403709 0.033890 +vt 0.403768 0.033890 +vt 0.407446 0.012793 +vt 0.409421 0.012793 +vt 0.409421 0.012793 +vt 0.403661 0.012793 +vt 0.403661 0.012793 +vt 0.403673 0.012793 +vt 0.403768 0.012793 +vt 0.403848 0.012793 +vt 0.403709 0.012793 +vt 0.404471 0.031721 +vt 0.404471 0.031808 +vt 0.404477 0.031825 +vt 0.404909 0.032676 +vt 0.404914 0.032682 +vt 0.404924 0.032688 +vt 0.405843 0.032688 +vt 0.406161 0.032083 +vt 0.406118 0.032167 +vt 0.406115 0.032160 +vt 0.406155 0.032082 +vt 0.406145 0.032075 +vt 0.405732 0.031259 +vt 0.405693 0.032346 +vt 0.405678 0.032361 +vt 0.405090 0.032361 +vt 0.405083 0.032356 +vt 0.405074 0.032344 +vt 0.404802 0.031809 +vt 0.404788 0.031800 +vt 0.404486 0.031800 +vt 0.404788 0.031729 +vt 0.404802 0.031721 +vt 0.405074 0.031185 +vt 0.405083 0.031173 +vt 0.405090 0.031168 +vt 0.405677 0.031168 +vt 0.405681 0.031739 +vt 0.405685 0.031722 +vt 0.405682 0.031705 +vt 0.405677 0.031696 +vt 0.405557 0.031459 +vt 0.405547 0.031447 +vt 0.405542 0.031443 +vt 0.405538 0.031447 +vt 0.405251 0.031499 +vt 0.405240 0.031488 +vt 0.405232 0.031499 +vt 0.405083 0.031790 +vt 0.405078 0.031807 +vt 0.405084 0.031825 +vt 0.405205 0.032065 +vt 0.405210 0.032074 +vt 0.405225 0.032082 +vt 0.405527 0.032037 +vt 0.405532 0.032030 +vt 0.404486 0.031729 +vt 0.406993 0.012793 +vt 0.406317 0.031756 +vt 0.406317 0.031773 +vt 0.405857 0.032680 +vt 0.406115 0.032173 +vt 0.406311 0.031789 +vt 0.405366 0.031807 +vt 0.405389 0.031791 +vt 0.405513 0.032029 +vt 0.405373 0.031790 +vt 0.405376 0.031785 +vt 0.405366 0.031722 +vt 0.405255 0.031505 +vt 0.405391 0.031734 +vt 0.405381 0.031739 +vt 0.405375 0.031740 +vt 0.406310 0.031739 +vt 0.405909 0.030950 +vt 0.405904 0.030940 +vt 0.405850 0.030848 +vt 0.405843 0.030841 +vt 0.405828 0.030841 +vt 0.404924 0.030841 +vt 0.405897 0.030933 +vt 0.405889 0.030928 +vt 0.405848 0.030865 +vt 0.405843 0.030872 +vt 0.405699 0.031156 +vt 0.405884 0.030933 +vt 0.405693 0.031165 +vt 0.404914 0.030848 +vt 0.404909 0.030853 +vt 0.407090 0.012793 +vt 0.407321 0.012793 +vt 0.407201 0.012793 +vn -0.706939 0.500193 0.500044 +vn -0.964617 0.186482 0.186384 +vn -0.707191 0.499777 0.500104 +vn -0.964629 0.186412 0.186390 +vn -1.000000 0.000044 -0.000032 +vn -1.000000 0.000000 -0.000014 +vn -1.000000 0.000044 -0.000032 +vn -0.900253 -0.307801 -0.307901 +vn -1.000000 0.000000 -0.000014 +vn -0.900198 -0.307956 -0.307908 +vn -0.429990 -0.638400 -0.638400 +vn -0.595215 -0.568207 -0.568207 +vn -0.429950 -0.638444 -0.638382 +vn -0.595221 -0.568227 -0.568181 +vn -0.649448 -0.537661 -0.537716 +vn -0.649408 -0.537713 -0.537713 +vn -0.800412 -0.423841 -0.423910 +vn -0.800472 -0.423853 -0.423784 +vn -1.000000 0.000026 -0.000020 +vn -1.000000 0.000026 -0.000020 +vn -1.000000 0.000026 -0.000020 +vn -1.000000 -0.000019 0.000020 +vn -0.825722 0.398915 0.398811 +vn -0.825722 0.398915 0.398811 +vn -0.825722 0.398915 0.398811 +vn -0.825744 0.398765 0.398915 +vn -0.712748 0.495977 0.495981 +vn -0.712700 0.496006 0.496021 +vn -0.656555 0.533373 0.533338 +vn -0.562926 0.584410 0.584448 +vn -0.596933 0.567291 0.567319 +vn -0.596922 0.567304 0.567318 +vn -0.823750 -0.400876 -0.400916 +vn -0.823751 -0.400876 -0.400916 +vn -0.823750 -0.400876 -0.400916 +vn -0.823715 -0.400962 -0.400903 +vn -0.464372 -0.626266 -0.626219 +vn -0.464446 -0.626215 -0.626215 +vn 0.570803 -0.580596 -0.580596 +vn 0.570803 -0.580596 -0.580596 +vn 0.570803 -0.580596 -0.580596 +vn 0.570793 -0.580579 -0.580623 +vn 0.549407 -0.590821 -0.590832 +vn 0.455290 -0.629592 -0.629543 +vn 0.455316 -0.629583 -0.629533 +vn 0.749351 -0.468195 -0.468259 +vn 0.901313 -0.306284 -0.306310 +vn 0.749247 -0.468406 -0.468215 +vn 0.901295 -0.306310 -0.306336 +vn 0.901313 -0.306284 -0.306310 +vn 1.000000 0.000002 0.000000 +vn 0.901295 -0.306310 -0.306336 +vn 1.000000 0.000000 0.000000 +vn 0.865897 0.353696 0.353726 +vn 0.865897 0.353696 0.353726 +vn 0.865897 0.353696 0.353725 +vn 0.865856 0.353754 0.353769 +vn 0.707091 0.499951 0.500071 +vn 0.707329 0.499891 0.499794 +vn 0.500118 0.612330 0.612318 +vn 0.500068 0.612367 0.612322 +vn 0.491653 0.615642 0.615842 +vn 0.491653 0.615642 0.615842 +vn -0.000166 -0.707670 0.706543 +vn 0.000476 -0.707226 0.706988 +vn 0.000073 -0.706999 0.707214 +vn 0.000004 -0.707104 0.707110 +vn 0.000000 -0.707107 0.707107 +vn -0.000025 -0.707132 0.707082 +vn -0.000118 -0.706754 0.707460 +vn 0.000001 -0.707298 0.706916 +vn 0.000029 -0.707150 0.707064 +vn -0.000073 -0.707143 0.707070 +vn 0.000006 -0.707132 0.707082 +vn 0.000002 -0.707110 0.707104 +vn 0.000004 -0.707104 0.707110 +vn -0.000036 -0.707143 0.707071 +vn -0.000050 -0.707049 0.707164 +vn -0.000103 -0.707235 0.706978 +vn 0.000000 -0.707143 0.707070 +vn -0.000010 -0.707103 0.707111 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707157 0.707056 +vn -0.000153 -0.706954 0.707259 +vn 0.000059 -0.707166 0.707048 +vn 0.486608 0.617729 0.617757 +vn 0.367407 0.657652 0.657652 +vn 0.486686 0.617712 0.617712 +vn 0.367280 0.657661 0.657714 +vn -0.349268 0.662576 0.662575 +vn -0.349268 0.662576 0.662575 +vn -0.349268 0.662576 0.662575 +vn -0.349202 0.662593 0.662593 +vn -0.453714 0.630165 0.630107 +vn -0.453767 0.630117 0.630117 +vn -0.669883 0.524976 0.525031 +vn -0.669822 0.525090 0.524994 +vn -0.753166 -0.465134 -0.465179 +vn -0.753166 -0.465134 -0.465179 +vn -0.753166 -0.465134 -0.465179 +vn -0.753095 -0.465245 -0.465184 +vn -0.637624 -0.544706 -0.544731 +vn -0.637598 -0.544777 -0.544689 +vn -0.505130 -0.610279 -0.610249 +vn -0.505157 -0.610218 -0.610287 +vn -0.459716 -0.627978 -0.627937 +vn -0.459751 -0.627924 -0.627965 +vn -0.891266 0.320616 0.320703 +vn -0.891266 0.320616 0.320703 +vn -0.891266 0.320616 0.320703 +vn -0.891309 0.320593 0.320607 +vn -0.922269 0.273323 0.273339 +vn -0.922280 0.273288 0.273336 +vn -0.607229 0.561871 0.561760 +vn -0.536307 0.596834 0.596795 +vn -0.607085 0.561851 0.561935 +vn -0.536356 0.596768 0.596817 +vn -0.707129 0.500001 0.499967 +vn -0.707093 0.500061 0.499959 +vn -0.793743 -0.430085 -0.430116 +vn -0.793743 -0.430085 -0.430116 +vn -0.793743 -0.430085 -0.430116 +vn -0.793549 -0.430308 -0.430250 +vn -0.720557 -0.490293 -0.490317 +vn -0.720544 -0.490308 -0.490320 +vn -0.611620 -0.559456 -0.559402 +vn -0.611680 -0.559376 -0.559416 +vn -0.559840 -0.585841 -0.585977 +vn -0.559719 -0.586016 -0.585917 +vn -0.559840 -0.585841 -0.585977 +vn -0.146906 -0.699412 -0.699458 +vn -0.559719 -0.586016 -0.585917 +vn -0.146931 -0.699437 -0.699428 +vn 0.227401 -0.688626 -0.688537 +vn 0.227343 -0.688549 -0.688633 +vn 0.476696 -0.621595 -0.621595 +vn 0.476775 -0.621550 -0.621580 +vn 0.650823 -0.536898 -0.536814 +vn 0.650827 -0.536801 -0.536907 +vn 0.904948 0.300890 0.300890 +vn 0.904948 0.300890 0.300890 +vn 0.904948 0.300890 0.300890 +vn 0.904946 0.300893 0.300893 +vn 0.804648 0.419728 0.419964 +vn 0.431014 0.638087 0.638021 +vn 0.804625 0.419750 0.419987 +vn 0.430954 0.638058 0.638092 +vn 0.488561 0.616961 0.616983 +vn 0.523496 0.602475 0.602475 +vn 0.523036 0.602483 0.602866 +vn 0.523036 0.602483 0.602866 +vn 0.435608 0.636277 0.636708 +vn 0.436307 0.636274 0.636233 +vn 0.949345 0.222208 0.222188 +vn 0.931712 0.256799 0.256842 +vn 0.949378 0.222118 0.222139 +vn 0.931717 0.256826 0.256797 +vn 0.598446 -0.566540 -0.566476 +vn 0.598446 -0.566540 -0.566476 +vn 0.598446 -0.566540 -0.566476 +vn 0.598307 -0.566597 -0.566565 +vn 0.426311 -0.639653 -0.639612 +vn 0.426336 -0.639655 -0.639593 +vn 0.563321 -0.584225 -0.584253 +vn 0.563280 -0.584238 -0.584279 +vn 0.468466 -0.624675 -0.624756 +vn 0.468514 -0.624743 -0.624652 +vn 0.914097 0.286736 0.286720 +vn 0.914097 0.286736 0.286720 +vn 0.914097 0.286736 0.286720 +vn 0.914102 0.286741 0.286699 +vn 0.534743 0.597498 0.597533 +vn 0.534743 0.597498 0.597533 +vn 0.534743 0.597498 0.597533 +vn 0.534718 0.597518 0.597535 +vn -0.000010 -0.707158 0.707056 +vn -0.000011 -0.707151 0.707062 +vn 0.000000 -0.707048 0.707165 +vn -0.000008 -0.707196 0.707017 +vn 0.000089 -0.707107 0.707107 +vn -0.000177 -0.707196 0.707018 +vn 0.000051 -0.707079 0.707135 +vn 0.000044 -0.707194 0.707020 +vn -0.000007 -0.707112 0.707102 +vn 0.000000 -0.707054 0.707159 +vn 0.000000 -0.707054 0.707160 +vn 0.000000 -0.707355 0.706858 +vn 0.000000 -0.707174 0.707039 +vn 0.000008 -0.707115 0.707099 +vn 0.000013 -0.707103 0.707111 +vn -0.000011 -0.707102 0.707111 +vn -0.000007 -0.707111 0.707103 +vn 0.000000 -0.707238 0.706976 +vn 0.000085 -0.707056 0.707158 +vn -0.000059 -0.707166 0.707047 +vn -0.000082 -0.707095 0.707118 +vn 0.000000 -0.707200 0.707013 +vn 0.000260 -0.707107 0.707107 +vn -0.000053 -0.707094 0.707120 +vn 0.000079 -0.707077 0.707137 +vn 0.000044 -0.707136 0.707078 +vn 0.000044 -0.707136 0.707078 +vn -0.000166 -0.707169 0.707045 +vn 0.000017 -0.707100 0.707113 +vn 0.000008 -0.707090 0.707123 +vn 0.000213 -0.707293 0.706921 +vn 0.000069 -0.707148 0.707066 +vn -0.000049 -0.707116 0.707098 +vn 0.000000 -0.707039 0.707175 +vn -0.000065 -0.707075 0.707139 +vn 0.000042 -0.707176 0.707037 +vn 0.000042 -0.707176 0.707037 +vn -0.000066 -0.707008 0.707205 +vn 0.480042 0.620334 0.620279 +vn 0.480042 0.620334 0.620279 +vn 0.480042 0.620334 0.620279 +vn 0.165362 0.697375 0.697369 +vn 0.165419 0.697365 0.697365 +vn -0.324518 0.668838 0.668838 +vn 0.165362 0.697375 0.697369 +vn -0.324464 0.668854 0.668848 +vn -0.484084 0.618752 0.618715 +vn -0.484100 0.618712 0.618742 +vn -0.707039 0.500083 0.500012 +vn -0.707102 0.499997 0.500010 +vn -0.874633 -0.342813 -0.342777 +vn -0.874633 -0.342813 -0.342777 +vn -0.874633 -0.342813 -0.342777 +vn -0.874583 -0.342886 -0.342832 +vn -0.761913 -0.457994 -0.457962 +vn -0.762030 -0.457861 -0.457901 +vn -0.510710 -0.607937 -0.607937 +vn -0.510685 -0.607932 -0.607964 +vn -0.497699 -0.613329 -0.613289 +vn -0.497659 -0.613315 -0.613335 +vn -0.422886 -0.640768 -0.640768 +vn -0.422932 -0.640764 -0.640742 +vn -0.422886 -0.640768 -0.640768 +vn 0.000000 -0.707084 -0.707130 +vn -0.422932 -0.640764 -0.640742 +vn 0.000000 -0.707107 -0.707107 +vn 0.000000 -0.707084 -0.707130 +vn 0.422838 -0.640784 -0.640784 +vn 0.000000 -0.707107 -0.707107 +vn 0.422901 -0.640752 -0.640774 +vn 0.439758 -0.635085 -0.635044 +vn 0.439814 -0.635040 -0.635050 +vn 0.907338 0.297298 0.297240 +vn 0.907338 0.297298 0.297240 +vn 0.907338 0.297298 0.297240 +vn 0.907393 0.297185 0.297185 +vn 0.868720 0.350233 0.350233 +vn 0.868718 0.350242 0.350227 +vn 0.868720 0.350233 0.350233 +vn 0.868718 0.350242 0.350227 +vn 0.000007 -0.706720 0.707493 +vn -0.000012 -0.707997 0.706216 +vn -0.000014 -0.707010 0.707203 +vn 0.000000 -0.707067 0.707146 +vn 0.000009 -0.707070 0.707144 +vn 0.000000 -0.707149 0.707064 +vn 0.000000 -0.707166 0.707048 +vn -0.000002 -0.707256 0.706957 +vn 0.000000 -0.707038 0.707176 +vn 0.000034 -0.707292 0.706922 +vn 0.000001 -0.707024 0.707189 +vn 0.000000 -0.706909 0.707305 +vn -0.000056 -0.707114 0.707100 +vn 0.000033 -0.707156 0.707058 +vn -0.000147 -0.707033 0.707181 +vn -0.491651 0.615640 0.615847 +vn -0.420704 0.641459 0.641513 +vn -0.491577 0.615819 0.615726 +vn -0.420667 0.641515 0.641481 +vn -0.400271 0.647990 0.647990 +vn -0.400317 0.647981 0.647971 +vn -0.707040 0.500107 0.499987 +vn -0.707171 0.499937 0.499973 +vn -0.865941 0.353642 0.353672 +vn -0.865841 0.353809 0.353750 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -1.000000 0.000024 -0.000010 +vn -0.999764 -0.015388 -0.015328 +vn -0.999765 -0.015320 -0.015351 +vn -0.758430 -0.460932 -0.460788 +vn -0.758430 -0.460932 -0.460788 +vn -0.758430 -0.460932 -0.460788 +vn -0.758480 -0.460757 -0.460881 +vn 0.121864 -0.701814 -0.701859 +vn 0.121864 -0.701814 -0.701859 +vn 0.121864 -0.701814 -0.701859 +vn 0.121798 -0.701834 -0.701851 +vn 0.121864 -0.701814 -0.701859 +vn 0.586422 -0.572828 -0.572693 +vn 0.121798 -0.701834 -0.701851 +vn 0.586360 -0.572719 -0.572865 +vn 0.569617 -0.581178 -0.581178 +vn 0.606019 -0.562433 -0.562503 +vn 0.984046 -0.125806 -0.125806 +vn 0.984046 -0.125806 -0.125806 +vn 0.984046 -0.125806 -0.125806 +vn 0.984046 -0.125840 -0.125767 +vn 1.000000 -0.000018 0.000012 +vn 1.000000 -0.000019 0.000023 +vn 0.800609 -0.423734 -0.423645 +vn 0.800609 -0.423734 -0.423645 +vn 0.800609 -0.423734 -0.423645 +vn 0.800427 -0.423838 -0.423884 +vn 0.649340 -0.537791 -0.537716 +vn 0.649418 -0.537688 -0.537725 +vn 0.444057 -0.633543 -0.633591 +vn 0.443935 -0.633621 -0.633597 +vn 0.723405 -0.488231 -0.488177 +vn 0.900207 -0.307907 -0.307931 +vn 0.723524 -0.488041 -0.488189 +vn 0.900247 -0.307860 -0.307860 +vn 0.900207 -0.307907 -0.307931 +vn 1.000000 0.000007 -0.000002 +vn 0.900247 -0.307860 -0.307860 +vn 1.000000 0.000000 -0.000014 +vn 0.706866 0.500141 0.500200 +vn 0.706866 0.500141 0.500200 +vn -0.000044 -0.707070 0.707143 +vn -0.000044 -0.707070 0.707143 +vn -0.000044 -0.707070 0.707143 +vn -0.000129 -0.706718 0.707495 +vn -0.000002 -0.707110 0.707103 +vn -0.000001 -0.707101 0.707112 +vn -0.000001 -0.707134 0.707080 +vn 0.000007 -0.707105 0.707108 +vn -0.000114 -0.707093 0.707121 +vn -0.000010 -0.707120 0.707094 +vn -0.000199 -0.707239 0.706974 +vn 0.000019 -0.707088 0.707126 +vn 0.000183 -0.707472 0.706742 +vn -0.000098 -0.706924 0.707290 +vn -0.000098 -0.706924 0.707290 +vn 0.000047 -0.707107 0.707107 +vn 0.000058 -0.707107 0.707107 +vn 0.000000 -0.707119 -0.707095 +vn 0.000000 -0.707119 -0.707095 +vn 0.000000 -0.707119 -0.707095 +vn 0.000000 -0.707105 -0.707108 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 -0.000001 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.707049 0.707165 +vn 0.000000 0.707049 0.707165 +vn 0.000000 0.707049 0.707165 +vn 0.000000 0.707092 0.707121 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000004 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707106 0.707107 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000020 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000001 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000001 0.000000 +vn -1.000000 0.000007 0.000000 +vn -1.000000 0.000056 0.000000 +vn -1.000000 -0.000055 0.000000 +vn -1.000000 0.000081 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 -0.000010 -1.000000 -vn 0.000000 -0.000010 -1.000000 -vn 0.000000 -0.000010 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000004 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000005 -1.000000 -vn 0.000000 0.000005 -1.000000 -vn 0.000000 0.000005 -1.000000 -vn 0.000000 0.000006 -1.000000 -vn 0.000000 0.000006 -1.000000 -vn 0.000000 0.000006 -1.000000 -vn 0.000000 0.000009 -1.000000 -vn 0.000000 0.000009 -1.000000 -vn 0.000000 0.000009 -1.000000 -vn 0.000000 0.000017 -1.000000 -vn 0.000000 0.000017 -1.000000 -vn 0.000000 0.000017 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000033 0.000010 -1.000000 -vn -0.000033 0.000010 -1.000000 -vn -0.000033 0.000010 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000017 -1.000000 -vn 0.000000 -0.000017 -1.000000 -vn 0.000000 -0.000017 -1.000000 -vn 0.000000 -0.000009 -1.000000 -vn 0.000000 -0.000009 -1.000000 -vn 0.000000 -0.000009 -1.000000 -vn 0.000000 -0.000006 -1.000000 -vn 0.000000 -0.000006 -1.000000 -vn 0.000000 -0.000006 -1.000000 -vn 0.000000 -0.000005 -1.000000 -vn 0.000000 -0.000005 -1.000000 -vn 0.000000 -0.000005 -1.000000 -vn 0.000043 -0.000014 -1.000000 -vn 0.000043 -0.000014 -1.000000 -vn 0.000043 -0.000014 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn -0.000002 0.000002 -1.000000 -vn 0.000000 -0.000010 -1.000000 -vn 0.000000 -0.000010 -1.000000 -vn 0.000000 -0.000010 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -0.995185 0.098018 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.773040 0.634357 +vn 0.000000 -0.773039 0.634359 +vn 0.000000 -0.772993 0.634415 +vn 0.000000 -0.881927 0.471386 +vn 0.000000 -0.881908 0.471422 +vn 0.000000 -0.956938 0.290292 +vn 0.000000 -0.706911 0.707303 +vn -0.000232 -0.701061 0.713101 +vn 0.000019 -0.707136 0.707078 +vn 0.000000 -0.707137 0.707077 +vn -0.000046 -0.707107 0.707107 +vn 0.003200 -0.710295 0.703896 +vn 0.000004 -0.707107 0.707107 +vn -0.000002 -0.707105 0.707109 +vn -0.000589 -0.707065 0.707149 +vn -0.000015 -0.707097 0.707117 +vn 0.000000 -0.707197 0.707017 +vn -0.000150 -0.706930 0.707283 +vn 0.000028 -0.707213 0.707000 +vn 0.000000 -0.707063 0.707151 +vn 0.000006 -0.707183 0.707031 +vn -0.000004 -0.706952 0.707261 +vn -0.000002 -0.707012 0.707202 +vn 0.000140 -0.707130 0.707084 +vn 0.000007 -0.707114 0.707100 +vn 0.000000 -0.707115 0.707099 +vn 0.000000 -0.707201 0.707012 +vn 0.000000 -0.707172 0.707042 +vn 0.000798 -0.707884 0.706329 +vn 0.000010 -0.707109 0.707104 +vn 0.000006 -0.707101 0.707112 +vn 0.000087 -0.706933 0.707281 +vn -0.000043 -0.707129 0.707085 +vn -0.000355 -0.707033 0.707181 +vn 0.000798 -0.707884 0.706328 +vn -0.000146 -0.707034 0.707180 +vn -0.000039 -0.707301 0.706912 +vn 0.000007 -0.707038 0.707176 +vn 0.000000 -0.707123 0.707091 +vn 0.000025 -0.707082 0.707131 +vn 0.000108 -0.707090 0.707123 +vn -0.000011 -0.706985 0.707229 +vn 0.000002 -0.707059 0.707154 +vn 0.000003 -0.707102 0.707112 +vn -0.000003 -0.707061 0.707153 +vn -0.000017 -0.707051 0.707163 +vn 0.000097 -0.707094 0.707119 +vn 0.000003 -0.707130 0.707084 +vn 0.000005 -0.707109 0.707105 +vn 0.000019 -0.707101 0.707113 +vn -0.000045 -0.707096 0.707118 +vn 0.000000 -0.707126 0.707088 +vn 0.000182 -0.707107 0.707107 +vn -0.000013 -0.707132 0.707081 +vn -0.000024 -0.707059 0.707155 +vn -0.000002 -0.707101 0.707112 +vn -0.000053 -0.706929 0.707285 +vn 0.000000 -0.707101 0.707113 +vn 0.000000 -0.707104 0.707110 +vn 0.000000 -0.707107 0.707107 +vn 0.000000 -0.707107 0.707107 +vn -0.000001 -0.707106 0.707107 +vn -0.000001 -0.707105 0.707108 +vn 0.000000 -0.707102 0.707112 +vn 0.000000 -0.707139 0.707075 +vn 0.000001 -0.707079 0.707134 +vn -0.001521 -0.705584 0.708625 +vn 0.000159 -0.707027 0.707186 +vn 0.000165 -0.706942 0.707271 +vn 0.000165 -0.706942 0.707271 +vn -0.000040 -0.707161 0.707052 +vn -0.000036 -0.707179 0.707035 +vn -0.000010 -0.707116 0.707098 +vn 0.000000 -0.707107 0.707107 +vn 0.000086 -0.707150 0.707064 +vn -0.000106 -0.707177 0.707036 +vn -0.000017 -0.707087 0.707126 +vn 0.000037 -0.707070 0.707144 +vn 0.000000 -0.707085 0.707129 +vn 0.000001 -0.707125 0.707088 +vn -0.004156 -0.710499 0.703686 +vn 0.000000 -0.707031 0.707183 +vn 0.000001 -0.707119 0.707095 +vn -0.000004 -0.707039 0.707175 +vn 0.000003 -0.707208 0.707006 +vn 0.000000 -0.707105 0.707109 +vn -0.000201 -0.707374 0.706839 +vn 0.000113 -0.706843 0.707371 +vn 0.000029 -0.707142 0.707071 +vn 0.000008 -0.707134 0.707080 +vn 0.000000 -0.707132 0.707082 +vn 0.000113 -0.706843 0.707371 +vn -0.000253 -0.707149 0.707065 +vn -0.000061 -0.707114 0.707100 +vn -0.000061 -0.707114 0.707100 +vn -0.000253 -0.707149 0.707065 +vn 0.000024 -0.707119 0.707095 +vn -0.000105 -0.707002 0.707211 +vn 0.000001 -0.707080 0.707134 +vn 0.000000 -0.707145 0.707068 +vn 0.000000 -0.706911 0.707303 +vn 0.000001 -0.707080 0.707134 +vn -0.000672 -0.707107 0.707107 +vn 0.000000 -0.634419 0.772990 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.098018 0.995185 +vn 0.000000 -0.290283 0.956941 +vn 0.000000 -0.290288 0.956939 +vn 0.000000 -0.471391 0.881925 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000010 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000001 0.000000 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000019 +vn 1.000000 0.000000 0.000004 +vn 1.000000 0.000000 0.000001 +vn 1.000000 0.000000 0.000000 +s 1 +f 753/786/2085 755/787/2086 754/788/2087 +f 754/788/2087 755/787/2086 756/789/2088 +f 755/787/2086 757/790/2089 756/789/2088 +f 756/789/2088 757/790/2089 758/791/2090 +s 2 +f 757/790/2091 759/792/2092 758/791/2093 +f 758/791/2093 759/792/2092 760/793/2094 +s 3 +f 759/792/2095 761/794/2096 760/793/2097 +f 760/793/2097 761/794/2096 762/795/2098 +f 761/794/2096 763/796/2099 762/795/2098 +f 762/795/2098 763/796/2099 764/797/2100 +f 763/796/2099 765/798/2101 764/797/2100 +f 764/797/2100 765/798/2101 766/799/2102 +s 4 +f 765/798/2103 767/800/2104 766/799/2105 +f 766/799/2105 767/800/2104 768/801/2106 +s 5 +f 767/800/2107 769/802/2108 768/801/2109 +f 768/801/2109 769/802/2108 770/803/2110 +f 769/802/2108 771/804/2111 770/803/2110 +f 770/803/2110 771/804/2111 772/805/2112 +f 771/804/2111 773/806/2113 772/805/2112 +f 772/805/2112 773/806/2113 774/808/2114 +f 773/806/2113 775/809/2115 774/808/2114 +f 774/808/2114 775/809/2115 776/810/2116 +s 6 +f 775/809/2117 777/811/2118 776/810/2119 +f 776/810/2119 777/811/2118 778/812/2120 +f 777/811/2118 779/813/2121 778/812/2120 +f 778/812/2120 779/813/2121 780/814/2122 +s 7 +f 779/813/2123 781/815/2124 780/814/2125 +f 780/814/2125 781/815/2124 782/816/2126 +f 782/816/2126 781/815/2124 783/817/2127 +f 781/815/2124 784/818/2128 783/817/2127 +f 783/817/2127 784/818/2128 785/819/2129 +s 8 +f 784/818/2130 786/820/2131 785/819/2132 +f 785/819/2132 786/820/2131 787/821/2133 +s 9 +f 786/820/2134 788/822/2135 787/821/2136 +f 787/821/2136 788/822/2135 789/823/2137 +s 10 +f 788/822/2138 790/824/2139 789/823/2140 +f 789/823/2140 790/824/2139 791/825/2141 +f 790/824/2139 792/826/2142 791/825/2141 +f 791/825/2141 792/826/2142 793/827/2143 +f 792/826/2142 794/828/2144 793/827/2143 +f 793/827/2143 794/828/2144 795/829/2145 +f 794/828/2144 753/786/2146 795/829/2145 +f 795/829/2145 753/786/2146 754/788/2147 +s 11 +f 795/829/2148 754/788/2149 756/789/2150 +f 787/821/2151 789/823/2152 766/799/2153 +f 789/823/2152 791/825/2154 766/799/2153 +f 791/825/2154 793/827/2155 766/799/2153 +f 766/799/2153 793/827/2155 764/797/2156 +f 793/827/2155 795/829/2148 764/797/2156 +f 764/797/2156 795/829/2148 762/795/2157 +f 795/829/2148 756/789/2150 762/795/2157 +f 762/795/2157 756/789/2150 760/793/2158 +f 756/789/2150 758/791/2159 760/793/2158 +f 766/799/2153 768/801/2160 787/821/2151 +f 787/821/2151 768/801/2160 782/816/2161 +f 768/801/2160 770/803/2162 782/816/2161 +f 770/803/2162 772/805/2163 782/816/2161 +f 776/810/2164 778/812/2165 774/808/2166 +f 782/816/2161 772/805/2163 778/812/2165 +f 778/812/2165 772/805/2163 774/808/2166 +f 782/816/2161 778/812/2165 780/814/2167 +f 782/816/2161 783/817/2168 787/821/2151 +f 787/821/2151 783/817/2168 785/819/2169 +s 14 +f 796/830/2170 798/831/2171 797/832/2172 +f 797/832/2172 798/831/2171 799/833/2173 +s 15 +f 798/831/2174 800/834/2175 799/833/2176 +f 799/833/2176 800/834/2175 801/835/2177 +f 800/834/2175 802/836/2178 801/835/2177 +f 801/835/2177 802/836/2178 803/837/2179 +f 802/836/2178 804/838/2180 803/837/2179 +f 803/837/2179 804/838/2180 805/839/2181 +s 16 +f 804/838/2182 806/840/2183 805/839/2184 +f 805/839/2184 806/840/2183 807/841/2185 +f 806/840/2183 808/842/2186 807/841/2185 +f 807/841/2185 808/842/2186 809/843/2187 +f 808/842/2186 810/844/2188 809/843/2187 +f 809/843/2187 810/844/2188 811/845/2189 +f 810/844/2188 812/846/2190 811/845/2189 +f 811/845/2189 812/846/2190 813/847/2191 +s 17 +f 812/846/2192 814/848/2193 813/847/2194 +f 813/847/2194 814/848/2193 815/849/2195 +f 814/848/2193 816/850/2196 815/849/2195 +f 815/849/2195 816/850/2196 817/851/2197 +s 18 +f 816/850/2198 818/852/2199 817/851/2200 +f 817/851/2200 818/852/2199 819/853/2201 +f 818/852/2199 820/854/2202 819/853/2201 +f 819/853/2201 820/854/2202 821/855/2203 +s 19 +f 820/854/2204 822/856/2205 821/855/2206 +f 821/855/2206 822/856/2205 823/857/2207 +f 822/856/2205 824/858/2208 823/857/2207 +f 823/857/2207 824/858/2208 825/859/2209 +f 824/858/2208 826/860/2210 825/859/2209 +f 825/859/2209 826/860/2210 827/861/2211 +f 826/860/2210 828/862/2212 827/861/2211 +f 827/861/2211 828/862/2212 829/863/2213 +s 20 +f 828/862/2214 830/864/2215 829/863/2216 +f 829/863/2216 830/864/2215 831/865/2217 +f 830/864/2215 832/866/2218 831/865/2217 +f 831/865/2217 832/866/2218 833/867/2219 +f 832/866/2218 834/868/2220 833/867/2219 +f 833/867/2219 834/868/2220 835/869/2221 +f 834/868/2220 836/870/2222 835/869/2221 +f 835/869/2221 836/870/2222 837/871/2223 +s 21 +f 836/870/2224 838/872/2225 837/871/2226 +f 837/871/2226 838/872/2225 839/873/2227 +s 22 +f 838/872/2228 840/874/2229 839/873/2230 +f 839/873/2230 840/874/2229 841/875/2231 +s off +f 841/875/2232 840/874/2233 842/876/2234 +f 842/876/2235 840/874/2236 841/875/2237 +s 23 +f 840/874/2238 843/877/2239 841/875/2240 +f 841/875/2240 843/877/2239 844/878/2241 +s 24 +f 843/877/2242 845/879/2243 844/878/2244 +f 844/878/2244 845/879/2243 846/880/2245 +f 845/879/2243 847/881/2246 846/880/2245 +f 846/880/2245 847/881/2246 848/882/2247 +f 847/881/2246 849/883/2248 848/882/2247 +f 848/882/2247 849/883/2248 850/884/2249 +f 849/883/2248 851/885/2250 850/884/2249 +f 850/884/2249 851/885/2250 852/886/2251 +s 25 +f 851/885/2252 853/887/2253 852/886/2254 +f 852/886/2254 853/887/2253 854/888/2255 +s 14 +f 853/887/2256 855/889/2257 854/888/2258 +f 854/888/2258 855/889/2257 856/890/2259 +f 855/889/2257 796/830/2170 856/890/2259 +f 856/890/2259 796/830/2170 797/832/2172 +s 27 +f 797/832/2260 801/835/2261 803/837/2262 +f 797/832/2260 799/833/2263 801/835/2261 +f 803/837/2262 807/841/2264 809/843/2265 +f 803/837/2262 809/843/2265 811/845/2266 +f 803/837/2262 805/839/2267 807/841/2264 +f 803/837/2262 811/845/2266 848/882/2268 +f 813/847/2269 846/880/2270 811/845/2266 +f 811/845/2266 846/880/2270 848/882/2268 +f 846/880/2270 813/847/2269 844/878/2271 +f 844/878/2271 813/847/2269 815/849/2272 +f 844/878/2271 815/849/2272 841/875/2273 +f 841/875/2273 815/849/2272 817/851/2274 +f 841/875/2273 817/851/2274 833/867/2275 +f 833/867/2275 817/851/2274 827/861/2276 +f 833/867/2275 827/861/2276 831/865/2277 +f 831/865/2277 827/861/2276 829/863/2278 +f 827/861/2276 817/851/2274 825/859/2279 +f 825/859/2279 817/851/2274 823/857/2280 +f 823/857/2280 817/851/2274 819/853/2281 +f 823/857/2280 819/853/2281 821/855/2282 +s off +f 841/875/2283 833/867/2284 842/876/2285 +f 842/876/2286 833/867/2287 841/875/2288 +s 30 +f 841/875/2289 833/867/2290 839/873/2291 +f 839/873/2291 833/867/2290 835/869/2292 +f 839/873/2291 835/869/2292 837/871/2293 +s 27 +f 803/837/2262 848/882/2268 797/832/2260 +f 797/832/2260 848/882/2268 850/884/2294 +f 852/886/2295 854/888/2296 850/884/2294 +f 850/884/2294 854/888/2296 856/890/2297 +f 850/884/2294 856/890/2297 797/832/2260 +s 32 +f 857/891/2298 858/892/2299 859/893/2300 +f 859/893/2300 858/892/2299 860/894/2301 +s 33 +f 858/892/2302 861/895/2303 860/894/2304 +f 860/894/2304 861/895/2303 862/896/2305 +f 861/895/2303 863/898/2306 862/896/2305 +f 862/896/2305 863/898/2306 864/899/2307 +f 863/898/2306 865/900/2308 864/899/2307 +f 864/899/2307 865/900/2308 866/901/2309 +s 34 +f 865/900/2310 867/902/2311 866/901/2312 +f 866/901/2312 867/902/2311 868/903/2313 +f 867/902/2311 869/904/2314 868/903/2313 +f 868/903/2313 869/904/2314 870/905/2315 +f 869/904/2314 871/906/2316 870/905/2315 +f 870/905/2315 871/906/2316 872/907/2317 +f 871/906/2316 873/908/2318 872/907/2317 +f 872/907/2317 873/908/2318 874/909/2319 +f 873/908/2318 875/910/2320 874/909/2319 +f 874/909/2319 875/910/2320 876/911/2321 +s 35 +f 875/910/2322 877/912/2323 876/911/2324 +f 876/911/2324 877/912/2323 878/913/2325 +s 36 +f 877/912/2326 879/914/2327 878/913/2328 +f 878/913/2328 879/914/2327 880/915/2329 +f 879/914/2327 881/916/2330 880/915/2329 +f 880/915/2329 881/916/2330 882/917/2331 +s 37 +f 881/916/2332 883/918/2333 882/917/2334 +f 882/917/2334 883/918/2333 884/919/2335 +f 883/918/2333 885/920/2336 884/919/2335 +f 884/919/2335 885/920/2336 886/921/2337 +s 32 +f 885/920/2338 857/891/2298 886/921/2339 +f 886/921/2339 857/891/2298 859/893/2300 +s 38 +f 880/915/2340 874/909/2341 878/913/2342 +f 878/913/2342 874/909/2341 876/911/2343 +f 880/915/2340 859/893/2344 874/909/2341 +f 866/901/2345 868/903/2346 864/899/2347 +f 874/909/2341 859/893/2344 872/907/2348 +f 859/893/2344 860/894/2349 872/907/2348 +f 860/894/2349 862/896/2350 872/907/2348 +f 872/907/2348 862/896/2350 870/905/2351 +f 870/905/2351 862/896/2350 868/903/2346 +f 862/896/2350 864/899/2347 868/903/2346 +f 859/893/2344 880/915/2340 886/921/2352 +f 886/921/2352 880/915/2340 884/919/2353 +f 884/919/2353 880/915/2340 882/917/2354 +s 40 +f 887/922/2355 889/923/2356 888/924/2357 +f 888/924/2357 889/923/2356 890/925/2358 +f 889/923/2356 891/926/2359 890/925/2358 +f 890/925/2358 891/926/2359 892/927/2360 +f 891/926/2359 893/928/2361 892/927/2360 +f 892/927/2360 893/928/2361 894/929/2362 +f 893/928/2361 895/930/2363 894/929/2362 +f 894/929/2362 895/930/2363 896/931/2364 +s 41 +f 895/930/2365 897/932/2366 896/931/2367 +f 896/931/2367 897/932/2366 898/933/2368 +f 897/932/2366 899/934/2369 898/933/2368 +f 898/933/2368 899/934/2369 900/935/2370 +s 42 +f 899/934/2371 901/936/2372 900/935/2373 +f 900/935/2373 901/936/2372 902/937/2374 +s 43 +f 901/936/2375 903/938/2376 902/937/2377 +f 902/937/2377 903/938/2376 904/939/2378 +s 44 +f 903/938/2379 905/940/2380 904/939/2381 +f 904/939/2381 905/940/2380 906/941/2382 +f 905/940/2380 907/942/2383 906/941/2382 +f 907/942/2383 908/943/2384 906/941/2382 +s 45 +f 908/943/2385 909/944/2386 906/941/2387 +f 906/941/2387 909/944/2386 910/945/2388 +f 909/944/2386 911/946/2389 910/945/2388 +f 910/945/2388 911/946/2389 912/947/2390 +s 46 +f 911/946/2391 913/948/2392 912/947/2393 +f 912/947/2393 913/948/2392 914/949/2394 +f 913/948/2392 915/950/2395 914/949/2394 +f 914/949/2394 915/950/2395 916/951/2396 +f 915/950/2395 917/952/2397 916/951/2396 +f 916/951/2396 917/952/2397 918/953/2398 +s 47 +f 917/952/2399 919/954/2400 918/953/2401 +f 918/953/2401 919/954/2400 920/955/2402 +s 48 +f 919/954/2403 921/956/2404 920/955/2405 +f 920/955/2405 921/956/2404 922/957/2406 +f 921/956/2404 887/922/2407 922/957/2406 +f 922/957/2406 887/922/2407 888/924/2408 +s 49 +f 888/924/2409 892/927/2410 922/957/2411 +f 888/924/2409 890/925/2412 892/927/2410 +f 922/957/2411 892/927/2410 920/955/2413 +f 920/955/2413 892/927/2410 918/953/2414 +f 918/953/2414 892/927/2410 916/951/2415 +f 898/933/2416 906/941/2417 896/931/2418 +f 916/951/2415 892/927/2410 914/949/2419 +f 914/949/2419 892/927/2410 912/947/2420 +f 892/927/2410 896/931/2418 912/947/2420 +f 896/931/2418 906/941/2417 912/947/2420 +f 896/931/2418 892/927/2410 894/929/2421 +f 900/935/2422 902/937/2423 898/933/2416 +f 898/933/2416 902/937/2423 904/939/2424 +f 898/933/2416 904/939/2424 906/941/2417 +f 906/941/2417 910/945/2425 912/947/2420 +s 52 +f 923/960/2426 924/961/2427 925/962/2428 +f 925/962/2428 924/961/2427 926/963/2429 +s 53 +f 924/961/2430 927/964/2431 926/963/2432 +f 926/963/2432 927/964/2431 928/969/2433 +s 54 +f 927/964/2434 929/970/2435 928/969/2436 +f 928/969/2436 929/970/2435 930/971/2437 +s 55 +f 929/970/2438 923/960/2439 930/971/2440 +f 930/971/2440 923/960/2439 925/962/2441 +s 56 +f 925/965/2442 926/966/2443 930/967/2444 +f 930/967/2444 926/966/2443 928/968/2445 +s 57 +f 931/972/2446 932/973/2447 933/974/2448 +f 933/974/2448 932/973/2447 934/975/2449 +f 933/974/2448 934/975/2449 935/976/2450 +f 931/972/2446 936/977/2451 932/973/2447 +f 932/973/2447 936/977/2451 937/978/2452 +s off +f 938/979/2453 939/980/2454 935/976/2455 +s 58 +f 935/976/2456 939/980/2457 940/981/2458 +s off +f 935/976/2459 940/981/2460 933/974/2461 +s 58 +f 939/980/2457 941/982/2462 940/981/2458 +f 940/981/2458 941/982/2462 942/983/2463 +f 940/981/2458 942/983/2463 943/984/2464 +s 59 +f 944/985/2465 945/986/2466 932/973/2467 +f 932/973/2467 945/986/2466 934/975/2468 +s 60 +f 945/986/2469 946/987/2470 934/975/2471 +s 61 +f 947/988/2472 938/979/2473 946/987/2474 +s 60 +f 934/975/2471 946/987/2470 935/976/2475 +s 61 +f 935/976/2476 946/987/2474 938/979/2473 +s 59 +f 938/979/2477 947/988/2478 939/980/2479 +f 939/980/2479 947/988/2478 948/989/2480 +f 948/989/2480 949/990/2481 939/980/2479 +f 951/991/2482 940/981/2483 943/984/2484 +f 951/991/2482 952/992/2485 940/981/2483 +f 951/991/2482 943/984/2484 950/993/2486 +f 950/993/2486 943/984/2484 942/983/2487 +f 950/993/2486 942/983/2487 949/990/2481 +f 949/990/2481 942/983/2487 941/982/2488 +f 949/990/2481 941/982/2488 939/980/2479 +f 887/994/2489 753/995/2490 940/981/2483 +f 753/995/2490 794/996/2491 940/981/2483 +f 788/999/2492 940/981/2483 790/998/2493 +f 790/998/2493 940/981/2483 792/997/2494 +f 940/981/2483 794/996/2491 792/997/2494 +f 788/999/2492 786/1000/2495 940/981/2483 +f 940/981/2483 786/1000/2495 933/974/2496 +f 881/1001/2497 779/1002/2498 777/1003/2499 +f 881/1001/2497 777/1003/2499 883/1004/2500 +f 883/1004/2500 777/1003/2499 885/1005/2501 +f 885/1005/2501 777/1003/2499 857/1006/2502 +f 857/1006/2502 777/1003/2499 775/897/2503 +f 857/1006/2502 775/897/2503 773/807/2504 +f 857/1006/2502 773/807/2504 771/1007/2505 +f 755/1014/2506 919/1015/2507 757/1013/2508 +f 757/1013/2508 919/1015/2507 759/1012/2509 +f 919/1015/2507 917/1016/2510 759/1012/2509 +f 909/1020/2511 858/958/2512 911/1019/2513 +f 858/958/2512 857/1006/2502 911/1019/2513 +f 824/1025/2514 822/1026/2515 857/1006/2502 +f 822/1026/2515 820/1027/2516 857/1006/2502 +f 857/1006/2502 820/1027/2516 911/1019/2513 +f 820/1027/2516 818/1028/2517 911/1019/2513 +f 818/1028/2517 806/1029/2518 911/1019/2513 +f 806/1029/2518 804/1030/2519 911/1019/2513 +f 911/1019/2513 804/1030/2519 913/1018/2520 +f 913/1018/2520 804/1030/2519 915/1017/2521 +f 915/1017/2521 804/1030/2519 917/1016/2510 +f 804/1030/2519 802/1031/2522 917/1016/2510 +f 802/1031/2522 800/1032/2523 917/1016/2510 +f 917/1016/2510 800/1032/2523 759/1012/2509 +f 800/1032/2523 798/1033/2524 759/1012/2509 +f 759/1012/2509 798/1033/2524 761/1011/2525 +f 798/1033/2524 796/1034/2526 761/1011/2525 +f 796/1034/2526 855/1035/2527 761/1011/2525 +f 855/1035/2527 853/1036/2528 761/1011/2525 +f 853/1036/2528 851/1037/2529 761/1011/2525 +f 761/1011/2525 851/1037/2529 763/1010/2530 +f 763/1010/2530 851/1037/2529 765/1009/2531 +f 765/1009/2531 851/1037/2529 767/1008/2532 +f 851/1037/2529 836/1038/2533 767/1008/2532 +f 767/1008/2532 836/1038/2533 771/1007/2505 +f 824/1025/2514 857/1006/2502 826/1024/2534 +f 836/1038/2533 834/1039/2535 771/1007/2505 +f 834/1039/2535 832/1021/2536 771/1007/2505 +f 826/1024/2534 857/1006/2502 828/1023/2537 +f 832/1021/2536 830/1022/2538 771/1007/2505 +f 771/1007/2505 830/1022/2538 857/1006/2502 +f 830/1022/2538 828/1023/2537 857/1006/2502 +f 767/800/2532 771/804/2505 769/802/2539 +f 919/1015/2507 755/1014/2506 921/1040/2540 +f 921/1040/2540 755/1014/2506 753/995/2490 +f 921/1040/2540 753/995/2490 887/994/2489 +f 927/964/2541 940/981/2483 952/992/2485 +f 927/964/2541 952/992/2485 929/970/2542 +f 929/970/2542 952/992/2485 953/1041/2543 +f 929/970/2542 953/1041/2543 923/960/2544 +f 923/960/2544 953/1041/2543 924/961/2545 +f 924/961/2545 953/1041/2543 933/974/2496 +f 924/961/2545 933/974/2496 875/1042/2546 +f 875/1042/2546 933/974/2496 877/1043/2547 +f 877/1043/2547 933/974/2496 879/1046/2548 +f 879/1046/2548 933/974/2496 881/1001/2497 +f 881/1001/2497 933/974/2496 779/1002/2498 +f 779/1002/2498 933/974/2496 781/1045/2549 +f 786/1000/2495 784/1044/2550 933/974/2496 +f 933/974/2496 784/1044/2550 781/1045/2549 +f 849/883/2551 847/881/2552 851/885/2529 +f 836/1038/2533 851/1037/2529 838/1049/2553 +f 845/1050/2554 840/1048/2555 847/1047/2552 +f 840/1048/2555 838/1049/2553 847/1047/2552 +f 838/1049/2553 851/1037/2529 847/1047/2552 +f 840/1048/2555 845/1050/2554 843/1051/2556 +f 806/1029/2518 818/1028/2517 808/1053/2557 +f 812/1056/2558 810/1052/2559 814/1055/2560 +f 814/1055/2560 810/1052/2559 816/1054/2561 +f 816/1054/2561 810/1052/2559 818/1028/2517 +f 810/1052/2559 808/1053/2557 818/1028/2517 +f 875/1042/2546 873/1057/2562 924/961/2545 +f 873/1057/2562 871/1058/2563 924/961/2545 +f 871/1058/2563 869/1059/2564 924/961/2545 +f 924/961/2545 869/1059/2564 901/1060/2565 +f 901/1060/2565 899/1061/2566 924/961/2545 +f 899/1061/2566 897/1062/2567 924/961/2545 +f 924/961/2545 897/1062/2567 895/1063/2568 +f 869/1059/2564 867/1064/2569 901/1060/2565 +f 901/1060/2565 867/1064/2569 865/1065/2570 +f 901/1060/2565 865/1065/2570 903/1066/2571 +f 903/1066/2571 865/1065/2570 905/1067/2572 +f 905/1067/2572 865/1065/2570 907/1068/2573 +s off +f 865/1065/2574 863/1069/2575 907/1068/2576 +s 59 +f 907/1068/2577 863/1069/2578 861/959/2579 +f 861/959/2579 909/1020/2511 908/1070/2580 +f 861/959/2579 858/958/2512 909/1020/2511 +f 908/1070/2580 907/1068/2577 861/959/2579 +f 940/981/2483 927/964/2541 887/994/2489 +f 887/994/2489 927/964/2541 891/1072/2581 +f 891/1072/2581 927/964/2541 893/1071/2582 +f 893/1071/2582 927/964/2541 895/1063/2568 +f 927/964/2541 924/961/2545 895/1063/2568 +s off +f 887/922/2583 891/926/2584 889/923/2585 +s 59 +f 953/1041/2543 954/1073/2586 933/974/2496 +f 956/1074/2587 932/973/2467 937/978/2588 +f 956/1074/2587 944/985/2465 932/973/2467 +f 956/1074/2587 937/978/2588 955/1075/2589 +f 955/1075/2589 937/978/2588 936/977/2590 +f 955/1075/2589 936/977/2590 954/1073/2586 +f 954/1073/2586 936/977/2590 931/972/2591 +f 954/1073/2586 931/972/2591 933/974/2496 +s 74 +f 956/1074/2592 955/1075/2593 944/985/2594 +f 944/985/2594 955/1075/2593 954/1073/2595 +f 944/985/2594 954/1073/2595 953/1041/2596 +f 952/992/2597 946/987/2598 953/1041/2596 +f 953/1041/2596 946/987/2598 945/986/2599 +f 953/1041/2596 945/986/2599 944/985/2594 +f 951/991/2600 950/993/2601 952/992/2597 +f 952/992/2597 950/993/2601 949/990/2602 +f 952/992/2597 949/990/2602 948/989/2603 +f 947/988/2604 946/987/2598 948/989/2603 +f 948/989/2603 946/987/2598 952/992/2597 +v 157.712830 -253.831711 58.795704 +v 157.500000 -255.455841 57.171574 +v 158.500000 -256.162964 57.878681 +v 157.712830 -257.079987 55.547432 +v 158.707825 -257.701904 56.339741 +v 158.344116 -258.648804 53.978607 +v 159.323792 -259.185211 54.856415 +v 159.372299 -260.108887 52.518524 +v 160.325577 -260.559326 53.482330 +v 160.762390 -261.410522 51.216888 +v 161.677063 -261.774475 52.267143 +v 162.467072 -262.509399 50.118027 +v 163.329346 -262.786865 51.254761 +v 164.428284 -263.368042 49.259369 +v 165.222733 -263.559845 50.481796 +v 166.579224 -263.957275 48.670158 +v 167.288773 -264.065460 49.976166 +v 168.846664 -264.256989 48.370445 +v 169.452805 -264.285461 49.756165 +v 171.153351 -264.256989 48.370445 +v 171.636627 -264.211914 49.829720 +v 173.420807 -263.957275 48.670158 +v 173.761276 -263.847443 50.194183 +v 175.571747 -263.368042 49.259369 +v 175.750000 -263.205231 50.836395 +v 177.532944 -262.509399 50.118027 +v 177.530914 -262.308502 51.733124 +v 179.237610 -261.410522 51.216888 +v 179.039612 -261.189697 52.851982 +v 180.627716 -260.108887 52.518524 +v 180.221603 -259.889160 54.152496 +v 181.655914 -258.648804 53.978607 +v 181.034164 -258.453918 55.587708 +v 182.287170 -257.079987 55.547432 +v 181.447922 -256.935913 57.105705 +v 182.500000 -255.455841 57.171574 +v 181.447922 -255.389999 58.651646 +v 182.287170 -253.831711 58.795704 +v 181.034164 -253.871979 60.169651 +v 181.655914 -252.262909 60.364525 +v 180.221603 -252.436798 61.604851 +v 180.627716 -250.802780 61.824619 +v 179.039612 -251.136261 62.905384 +v 179.237610 -249.501190 63.126255 +v 177.530914 -250.017380 64.024231 +v 177.532944 -248.402313 64.225121 +v 175.750000 -249.120651 64.920959 +v 175.571747 -247.543671 65.083778 +v 173.761276 -248.478485 65.563164 +v 173.420807 -246.954437 65.672997 +v 171.636627 -248.113998 65.927635 +v 171.153351 -246.654709 65.972710 +v 169.452805 -248.040436 66.001198 +v 168.846664 -246.654709 65.972710 +v 167.288773 -248.260468 65.781181 +v 166.579224 -246.954437 65.672997 +v 165.222733 -248.766083 65.275558 +v 164.428284 -247.543671 65.083778 +v 163.329346 -249.539047 64.502586 +v 162.467072 -248.402313 64.225121 +v 161.677063 -250.551422 63.490211 +v 160.762390 -249.501190 63.126255 +v 160.325577 -251.766602 62.275024 +v 159.372299 -250.802780 61.824619 +v 159.323792 -253.140671 60.900932 +v 158.344116 -252.262909 60.364525 +v 158.707825 -254.624008 59.417610 +v 157.712830 -247.180466 45.647949 +v 157.500000 -245.556366 47.272079 +v 157.712830 -243.932236 48.896210 +v 158.344116 -242.363388 50.465027 +v 159.372299 -240.903305 51.925117 +v 160.762390 -239.601669 53.226753 +v 162.467072 -238.502808 54.325623 +v 164.428284 -237.644150 55.184273 +v 166.579224 -237.054932 55.773499 +v 168.846649 -236.755219 56.073208 +v 171.153351 -236.755234 56.073204 +v 173.420807 -237.054932 55.773499 +v 175.571747 -237.644150 55.184273 +v 177.532944 -238.502808 54.325623 +v 179.237610 -239.601669 53.226753 +v 180.627716 -240.903305 51.925117 +v 181.655914 -242.363388 50.465027 +v 182.287170 -243.932236 48.896210 +v 182.500000 -245.556366 47.272079 +v 182.287170 -247.180466 45.647949 +v 181.655914 -248.749298 44.079124 +v 180.627716 -250.209396 42.619026 +v 179.237610 -251.511032 41.317383 +v 177.532944 -252.609894 40.218536 +v 175.571747 -253.468552 39.359871 +v 173.420807 -254.057770 38.770660 +v 171.153351 -254.357483 38.470947 +v 168.846664 -254.357468 38.470947 +v 166.579224 -254.057770 38.770660 +v 164.428284 -253.468552 39.359871 +v 162.467072 -252.609894 40.218536 +v 160.762390 -251.511032 41.317383 +v 159.372299 -250.209396 42.619026 +v 158.344116 -248.749298 44.079124 +vt 0.556566 0.022582 +vt 0.555987 0.022635 +vt 0.555987 0.022384 +vt 0.555408 0.022582 +vt 0.555438 0.022332 +vt 0.554849 0.022423 +vt 0.554910 0.022177 +vt 0.554329 0.022165 +vt 0.554420 0.021926 +vt 0.553865 0.021816 +vt 0.553987 0.021587 +vt 0.553473 0.021389 +vt 0.553626 0.021172 +vt 0.553167 0.020897 +vt 0.553351 0.020697 +vt 0.552957 0.020357 +vt 0.553170 0.020179 +vt 0.552850 0.019788 +vt 0.553092 0.019636 +vt 0.552850 0.019209 +vt 0.553118 0.019088 +vt 0.552957 0.018640 +vt 0.553248 0.018555 +vt 0.553167 0.018100 +vt 0.553477 0.018056 +vt 0.553473 0.017608 +vt 0.553797 0.017609 +vt 0.553865 0.017181 +vt 0.554195 0.017230 +vt 0.554329 0.016832 +vt 0.554659 0.016934 +vt 0.554849 0.016574 +vt 0.555170 0.016730 +vt 0.555408 0.016415 +vt 0.555711 0.016626 +vt 0.555987 0.016362 +vt 0.556262 0.016626 +vt 0.556566 0.016415 +vt 0.556803 0.016730 +vt 0.557125 0.016574 +vt 0.557315 0.016934 +vt 0.557645 0.016832 +vt 0.557778 0.017230 +vt 0.558109 0.017181 +vt 0.558177 0.017609 +vt 0.558501 0.017608 +vt 0.558497 0.018056 +vt 0.558807 0.018100 +vt 0.558726 0.018555 +vt 0.559017 0.018640 +vt 0.558856 0.019088 +vt 0.559124 0.019209 +vt 0.558882 0.019636 +vt 0.559124 0.019788 +vt 0.558803 0.020179 +vt 0.559017 0.020357 +vt 0.558623 0.020697 +vt 0.558807 0.020897 +vt 0.558348 0.021172 +vt 0.558501 0.021389 +vt 0.557987 0.021587 +vt 0.558109 0.021816 +vt 0.557554 0.021926 +vt 0.557645 0.022165 +vt 0.557064 0.022177 +vt 0.557125 0.022423 +vt 0.556535 0.022332 +vt 0.555408 0.022581 +vt 0.555987 0.022635 +vt 0.556566 0.022581 +vt 0.557125 0.022423 +vt 0.557645 0.022165 +vt 0.558109 0.021816 +vt 0.558501 0.021388 +vt 0.558807 0.020896 +vt 0.559017 0.020356 +vt 0.559124 0.019787 +vt 0.559124 0.019209 +vt 0.559017 0.018640 +vt 0.558807 0.018100 +vt 0.558501 0.017608 +vt 0.558109 0.017180 +vt 0.557645 0.016831 +vt 0.557125 0.016573 +vt 0.556566 0.016415 +vt 0.555987 0.016362 +vt 0.555408 0.016415 +vt 0.554849 0.016573 +vt 0.554329 0.016831 +vt 0.553865 0.017180 +vt 0.553473 0.017608 +vt 0.553167 0.018100 +vt 0.552957 0.018640 +vt 0.552850 0.019209 +vt 0.552850 0.019787 +vt 0.552957 0.020356 +vt 0.553167 0.020896 +vt 0.553473 0.021388 +vt 0.553865 0.021816 +vt 0.554329 0.022165 +vt 0.554849 0.022423 vn -0.705600 -0.452694 0.545158 vn -0.705600 -0.452694 0.545158 vn -0.705600 -0.452694 0.545158 vn -0.705598 -0.545163 0.452690 -vn -0.705598 -0.545163 0.452690 -vn -0.705598 -0.545163 0.452690 -vn -0.703222 -0.547972 0.452997 -vn -0.703222 -0.547972 0.452997 vn -0.703221 -0.547972 0.452997 vn -0.683531 -0.635001 0.359945 -vn -0.683531 -0.635001 0.359945 -vn -0.683531 -0.635001 0.359945 -vn -0.675751 -0.642296 0.361686 -vn -0.675751 -0.642296 0.361686 vn -0.675751 -0.642296 0.361686 vn -0.637869 -0.720702 0.271499 -vn -0.637869 -0.720702 0.271499 -vn -0.637869 -0.720702 0.271499 -vn -0.624255 -0.730909 0.275824 -vn -0.624255 -0.730909 0.275824 vn -0.624255 -0.730909 0.275824 vn -0.570108 -0.799211 0.190365 -vn -0.570109 -0.799210 0.190365 -vn -0.570108 -0.799211 0.190365 -vn -0.550574 -0.810843 0.198497 -vn -0.550574 -0.810843 0.198497 vn -0.550574 -0.810844 0.198497 vn -0.482404 -0.867773 0.119401 -vn -0.482404 -0.867773 0.119401 -vn -0.482404 -0.867773 0.119401 -vn -0.457574 -0.879246 0.132488 vn -0.457574 -0.879246 0.132488 -vn -0.457574 -0.879246 0.132488 -vn -0.377769 -0.923887 0.061028 vn -0.377769 -0.923887 0.061028 -vn -0.377769 -0.923887 0.061028 -vn -0.348585 -0.933854 0.080030 vn -0.348585 -0.933854 0.080030 -vn -0.348585 -0.933854 0.080030 -vn -0.259749 -0.965520 0.017370 vn -0.259749 -0.965520 0.017370 -vn -0.259749 -0.965520 0.017370 -vn -0.227542 -0.972817 0.043041 vn -0.227542 -0.972817 0.043041 -vn -0.227542 -0.972817 0.043041 -vn -0.132360 -0.991149 -0.010216 vn -0.132360 -0.991149 -0.010216 -vn -0.132360 -0.991149 -0.010216 -vn -0.098821 -0.994845 0.022760 vn -0.098821 -0.994845 0.022760 -vn -0.098821 -0.994845 0.022760 -vn 0.000000 -0.999788 -0.020580 vn 0.000000 -0.999788 -0.020580 -vn 0.000000 -0.999788 -0.020580 -vn 0.032981 -0.999257 0.019935 vn 0.032981 -0.999257 0.019935 -vn 0.032981 -0.999257 0.019935 -vn 0.132764 -0.991057 -0.013383 vn 0.132764 -0.991057 -0.013383 -vn 0.132764 -0.991057 -0.013383 -vn 0.163206 -0.985985 0.034594 vn 0.163206 -0.985985 0.034594 -vn 0.163206 -0.985985 0.034594 -vn 0.261340 -0.965182 0.011217 vn 0.261340 -0.965182 0.011217 -vn 0.261340 -0.965182 0.011217 -vn 0.287212 -0.955579 0.066165 vn 0.287212 -0.955579 0.066165 -vn 0.287212 -0.955579 0.066165 -vn 0.381247 -0.922996 0.052238 vn 0.381247 -0.922996 0.052238 -vn 0.381247 -0.922996 0.052238 -vn 0.400597 -0.909187 0.113581 vn 0.400597 -0.909187 0.113581 -vn 0.400597 -0.909187 0.113581 -vn 0.488353 -0.865896 0.108330 vn 0.488353 -0.865896 0.108330 -vn 0.488353 -0.865896 0.108330 -vn 0.499394 -0.848503 0.175067 vn 0.499394 -0.848503 0.175067 -vn 0.499394 -0.848503 0.175067 -vn 0.578903 -0.795828 0.177563 vn 0.578903 -0.795828 0.177563 -vn 0.578903 -0.795828 0.177563 -vn 0.580103 -0.775711 0.248502 vn 0.580103 -0.775711 0.248502 -vn 0.580103 -0.775711 0.248502 -vn 0.649711 -0.715188 0.257645 vn 0.649711 -0.715188 0.257645 -vn 0.649711 -0.715188 0.257645 -vn 0.639854 -0.693448 0.331235 vn 0.639854 -0.693448 0.331235 -vn 0.639854 -0.693448 0.331235 -vn 0.698332 -0.626755 0.345703 vn 0.698332 -0.626755 0.345703 -vn 0.698332 -0.626755 0.345703 -vn 0.676547 -0.604675 0.420301 vn 0.676547 -0.604675 0.420301 -vn 0.676547 -0.604675 0.420301 -vn 0.723084 -0.533512 0.438765 -vn 0.723084 -0.533511 0.438765 vn 0.723084 -0.533511 0.438765 vn 0.688942 -0.512533 0.512513 -vn 0.688942 -0.512533 0.512513 -vn 0.688942 -0.512533 0.512513 vn 0.723094 -0.438753 0.533507 -vn 0.723094 -0.438753 0.533507 -vn 0.723094 -0.438753 0.533507 -vn 0.676555 -0.420280 0.604680 -vn 0.676555 -0.420280 0.604680 vn 0.676555 -0.420280 0.604680 vn 0.698331 -0.345741 0.626735 -vn 0.698331 -0.345741 0.626735 -vn 0.698331 -0.345741 0.626735 -vn 0.639843 -0.331216 0.693468 -vn 0.639843 -0.331216 0.693468 vn 0.639843 -0.331216 0.693468 vn 0.649692 -0.257672 0.715196 -vn 0.649692 -0.257672 0.715196 -vn 0.649692 -0.257672 0.715196 -vn 0.580086 -0.248495 0.775726 -vn 0.580086 -0.248495 0.775726 vn 0.580086 -0.248495 0.775726 vn 0.578893 -0.177602 0.795827 -vn 0.578893 -0.177602 0.795827 -vn 0.578893 -0.177602 0.795827 -vn 0.499395 -0.175090 0.848498 -vn 0.499395 -0.175090 0.848498 vn 0.499395 -0.175090 0.848498 vn 0.488348 -0.108320 0.865900 -vn 0.488348 -0.108320 0.865900 -vn 0.488348 -0.108320 0.865900 -vn 0.400601 -0.113593 0.909184 -vn 0.400601 -0.113593 0.909184 vn 0.400601 -0.113593 0.909184 vn 0.381258 -0.052192 0.922994 -vn 0.381258 -0.052192 0.922994 -vn 0.381258 -0.052192 0.922994 -vn 0.287202 -0.066185 0.955581 -vn 0.287202 -0.066185 0.955581 vn 0.287202 -0.066185 0.955581 vn 0.261339 -0.011175 0.965183 -vn 0.261339 -0.011175 0.965182 -vn 0.261339 -0.011175 0.965183 -vn 0.163202 -0.034593 0.985986 vn 0.163202 -0.034593 0.985986 -vn 0.163202 -0.034593 0.985986 -vn 0.132761 0.013358 0.991058 -vn 0.132761 0.013358 0.991058 -vn 0.132761 0.013358 0.991058 -vn 0.032987 -0.019937 0.999257 -vn 0.032987 -0.019937 0.999257 +vn 0.132761 0.013358 0.991058 vn 0.032987 -0.019937 0.999257 vn 0.000000 0.020557 0.999789 -vn 0.000000 0.020557 0.999789 -vn 0.000000 0.020557 0.999789 -vn -0.098828 -0.022777 0.994844 vn -0.098828 -0.022777 0.994844 -vn -0.098828 -0.022777 0.994844 -vn -0.132358 0.010197 0.991150 vn -0.132358 0.010197 0.991150 -vn -0.132358 0.010197 0.991150 -vn -0.227551 -0.043041 0.972815 vn -0.227551 -0.043041 0.972815 -vn -0.227551 -0.043041 0.972815 -vn -0.259740 -0.017320 0.965523 vn -0.259740 -0.017320 0.965523 -vn -0.259740 -0.017320 0.965523 -vn -0.348577 -0.080021 0.933858 vn -0.348577 -0.080021 0.933858 -vn -0.348577 -0.080021 0.933858 -vn -0.377769 -0.061044 0.923885 vn -0.377769 -0.061044 0.923885 -vn -0.377769 -0.061044 0.923885 -vn -0.457563 -0.132468 0.879254 vn -0.457563 -0.132468 0.879254 -vn -0.457563 -0.132468 0.879254 -vn -0.482404 -0.119411 0.867771 vn -0.482404 -0.119411 0.867771 -vn -0.482404 -0.119411 0.867771 -vn -0.550581 -0.198519 0.810834 vn -0.550581 -0.198519 0.810834 -vn -0.550581 -0.198519 0.810834 -vn -0.570098 -0.190371 0.799216 -vn -0.570098 -0.190372 0.799216 vn -0.570098 -0.190371 0.799216 vn -0.624232 -0.275820 0.730929 -vn -0.624232 -0.275820 0.730929 -vn -0.624232 -0.275820 0.730929 vn -0.637873 -0.271515 0.720692 -vn -0.637873 -0.271515 0.720692 -vn -0.637873 -0.271515 0.720692 -vn -0.675745 -0.361688 0.642301 -vn -0.675745 -0.361688 0.642301 vn -0.675745 -0.361688 0.642301 -vn -0.683521 -0.359957 0.635004 -vn -0.683521 -0.359957 0.635004 -vn -0.683521 -0.359957 0.635004 -vn -0.703213 -0.452999 0.547982 -vn -0.703213 -0.452999 0.547982 -vn -0.703213 -0.452999 0.547981 vn -0.995735 -0.065238 -0.065242 vn -0.995735 -0.065238 -0.065242 vn -0.995735 -0.065238 -0.065242 vn -0.995734 -0.065243 -0.065241 -vn -0.995734 -0.065243 -0.065241 -vn -0.995734 -0.065243 -0.065241 -vn -0.995734 0.065247 0.065241 -vn -0.995734 0.065247 0.065241 vn -0.995734 0.065247 0.065241 vn -0.995735 0.065235 0.065242 -vn -0.995735 0.065235 0.065242 -vn -0.995735 0.065235 0.065242 -vn -0.961823 0.193514 0.193516 -vn -0.961823 0.193514 0.193516 vn -0.961823 0.193514 0.193516 vn -0.961822 0.193519 0.193516 -vn -0.961822 0.193519 0.193516 -vn -0.961822 0.193519 0.193516 -vn -0.895162 0.315190 0.315183 -vn -0.895162 0.315190 0.315183 vn -0.895162 0.315190 0.315183 vn -0.895167 0.315179 0.315180 -vn -0.895167 0.315179 0.315180 -vn -0.895167 0.315179 0.315180 -vn -0.798019 0.426127 0.426124 -vn -0.798019 0.426127 0.426124 vn -0.798019 0.426127 0.426124 vn -0.798016 0.426124 0.426132 -vn -0.798016 0.426124 0.426132 -vn -0.798016 0.426124 0.426132 -vn -0.673693 0.522561 0.522558 -vn -0.673693 0.522561 0.522558 vn -0.673694 0.522561 0.522558 vn -0.673701 0.522551 0.522559 -vn -0.673701 0.522551 0.522559 -vn -0.673701 0.522551 0.522559 vn -0.526431 0.601197 0.601192 -vn -0.526431 0.601197 0.601192 -vn -0.526431 0.601197 0.601192 -vn -0.526428 0.601195 0.601197 -vn -0.526428 0.601195 0.601197 vn -0.526428 0.601195 0.601197 vn -0.361243 0.659357 0.659357 -vn -0.361243 0.659357 0.659357 -vn -0.361243 0.659357 0.659357 -vn -0.361245 0.659357 0.659357 -vn -0.361245 0.659357 0.659357 vn -0.361245 0.659357 0.659357 vn -0.183754 0.695064 0.695068 -vn -0.183754 0.695064 0.695068 -vn -0.183754 0.695064 0.695068 -vn -0.183755 0.695067 0.695065 -vn -0.183755 0.695067 0.695065 vn -0.183755 0.695067 0.695065 vn 0.000007 0.707106 0.707108 -vn 0.000007 0.707106 0.707108 -vn 0.000007 0.707106 0.707108 -vn 0.000000 0.707111 0.707103 -vn 0.000000 0.707111 0.707103 vn 0.000000 0.707111 0.707103 vn 0.183740 0.695070 0.695067 -vn 0.183740 0.695070 0.695067 -vn 0.183740 0.695070 0.695067 -vn 0.183757 0.695068 0.695064 -vn 0.183757 0.695068 0.695064 vn 0.183757 0.695068 0.695064 vn 0.361242 0.659356 0.659359 -vn 0.361242 0.659356 0.659359 -vn 0.361242 0.659356 0.659359 -vn 0.361245 0.659358 0.659355 -vn 0.361245 0.659358 0.659355 vn 0.361245 0.659358 0.659355 vn 0.526437 0.601187 0.601197 -vn 0.526437 0.601187 0.601197 -vn 0.526437 0.601187 0.601197 -vn 0.526430 0.601198 0.601192 -vn 0.526430 0.601198 0.601192 vn 0.526430 0.601198 0.601192 vn 0.673698 0.522559 0.522554 -vn 0.673698 0.522559 0.522554 -vn 0.673698 0.522559 0.522554 -vn 0.673702 0.522552 0.522556 -vn 0.673702 0.522552 0.522556 vn 0.673702 0.522552 0.522556 vn 0.798016 0.426130 0.426126 -vn 0.798016 0.426130 0.426126 -vn 0.798016 0.426130 0.426126 -vn 0.798011 0.426131 0.426135 -vn 0.798011 0.426131 0.426135 vn 0.798011 0.426131 0.426135 vn 0.895160 0.315193 0.315187 -vn 0.895160 0.315193 0.315187 -vn 0.895160 0.315193 0.315187 -vn 0.895166 0.315179 0.315184 -vn 0.895166 0.315179 0.315184 vn 0.895166 0.315179 0.315184 -vn 0.961827 0.193506 0.193506 vn 0.961827 0.193505 0.193506 -vn 0.961827 0.193505 0.193506 -vn 0.961827 0.193505 0.193508 vn 0.961827 0.193505 0.193508 -vn 0.961827 0.193505 0.193508 -vn 0.995734 0.065244 0.065241 vn 0.995734 0.065244 0.065241 -vn 0.995734 0.065244 0.065241 -vn 0.995734 0.065242 0.065242 vn 0.995734 0.065242 0.065242 -vn 0.995734 0.065242 0.065242 -vn 0.995735 -0.065241 -0.065242 -vn 0.995734 -0.065241 -0.065242 vn 0.995734 -0.065241 -0.065242 vn 0.995734 -0.065242 -0.065241 -vn 0.995734 -0.065242 -0.065241 -vn 0.995734 -0.065242 -0.065241 -vn 0.961825 -0.193513 -0.193508 -vn 0.961825 -0.193513 -0.193508 vn 0.961825 -0.193513 -0.193508 vn 0.961827 -0.193506 -0.193508 -vn 0.961827 -0.193506 -0.193508 -vn 0.961827 -0.193506 -0.193508 -vn 0.895163 -0.315186 -0.315184 -vn 0.895163 -0.315186 -0.315184 vn 0.895163 -0.315186 -0.315184 vn 0.895159 -0.315191 -0.315189 -vn 0.895159 -0.315191 -0.315189 -vn 0.895159 -0.315191 -0.315189 -vn 0.798017 -0.426126 -0.426128 -vn 0.798017 -0.426126 -0.426128 vn 0.798017 -0.426126 -0.426128 vn 0.798019 -0.426125 -0.426127 -vn 0.798018 -0.426125 -0.426127 -vn 0.798019 -0.426125 -0.426127 -vn 0.673699 -0.522554 -0.522558 vn 0.673699 -0.522554 -0.522558 -vn 0.673699 -0.522554 -0.522558 -vn 0.673700 -0.522558 -0.522554 vn 0.673700 -0.522558 -0.522554 -vn 0.673700 -0.522558 -0.522554 -vn 0.526431 -0.601198 -0.601192 vn 0.526431 -0.601198 -0.601192 -vn 0.526431 -0.601198 -0.601192 -vn 0.526435 -0.601192 -0.601194 vn 0.526435 -0.601192 -0.601194 -vn 0.526435 -0.601192 -0.601194 -vn 0.361241 -0.659357 -0.659358 vn 0.361241 -0.659357 -0.659358 -vn 0.361241 -0.659357 -0.659358 -vn 0.361241 -0.659356 -0.659360 vn 0.361241 -0.659356 -0.659360 -vn 0.361241 -0.659356 -0.659360 -vn 0.183748 -0.695067 -0.695068 vn 0.183748 -0.695067 -0.695068 -vn 0.183748 -0.695067 -0.695068 -vn 0.183751 -0.695067 -0.695067 vn 0.183751 -0.695067 -0.695067 -vn 0.183751 -0.695067 -0.695067 -vn -0.000005 -0.707111 -0.707103 vn -0.000005 -0.707111 -0.707103 -vn -0.000005 -0.707111 -0.707103 -vn 0.000000 -0.707105 -0.707109 vn 0.000000 -0.707105 -0.707109 -vn 0.000000 -0.707105 -0.707109 -vn -0.183746 -0.695061 -0.695074 vn -0.183746 -0.695061 -0.695074 -vn -0.183746 -0.695061 -0.695074 -vn -0.183751 -0.695072 -0.695061 vn -0.183751 -0.695072 -0.695061 -vn -0.183751 -0.695072 -0.695061 -vn -0.361238 -0.659355 -0.659362 vn -0.361238 -0.659355 -0.659362 -vn -0.361238 -0.659355 -0.659362 -vn -0.361243 -0.659361 -0.659353 vn -0.361243 -0.659361 -0.659353 -vn -0.361243 -0.659361 -0.659353 -vn -0.526435 -0.601192 -0.601195 vn -0.526435 -0.601192 -0.601195 -vn -0.526435 -0.601192 -0.601195 -vn -0.526428 -0.601196 -0.601196 vn -0.526428 -0.601196 -0.601196 -vn -0.526428 -0.601196 -0.601196 -vn -0.673694 -0.522557 -0.522562 vn -0.673694 -0.522557 -0.522562 -vn -0.673694 -0.522557 -0.522562 -vn -0.673696 -0.522563 -0.522553 vn -0.673696 -0.522563 -0.522553 -vn -0.673696 -0.522563 -0.522553 -vn -0.798022 -0.426118 -0.426127 vn -0.798022 -0.426118 -0.426127 -vn -0.798022 -0.426118 -0.426127 -vn -0.798020 -0.426126 -0.426124 vn -0.798020 -0.426126 -0.426124 -vn -0.798020 -0.426126 -0.426124 -vn -0.895166 -0.315180 -0.315182 vn -0.895166 -0.315180 -0.315182 -vn -0.895166 -0.315180 -0.315182 -vn -0.895163 -0.315185 -0.315185 vn -0.895163 -0.315185 -0.315185 -vn -0.895163 -0.315185 -0.315185 -vn -0.961822 -0.193517 -0.193517 -vn -0.961822 -0.193517 -0.193517 -vn -0.961822 -0.193517 -0.193517 -vn -0.961822 -0.193520 -0.193516 -vn -0.961822 -0.193520 -0.193516 -vn -0.961822 -0.193520 -0.193516 vn 0.000001 -0.707104 0.707109 vn 0.000001 -0.707104 0.707109 vn 0.000001 -0.707104 0.707109 vn 0.000000 -0.707121 0.707092 -vn 0.000000 -0.707121 0.707092 -vn 0.000000 -0.707121 0.707092 -vn -0.000001 -0.707089 0.707124 vn -0.000001 -0.707089 0.707124 -vn -0.000001 -0.707089 0.707124 -vn 0.000000 -0.707102 0.707112 vn 0.000000 -0.707102 0.707112 -vn 0.000000 -0.707102 0.707112 -vn -0.000001 -0.707109 0.707105 vn -0.000001 -0.707109 0.707105 -vn -0.000001 -0.707109 0.707105 -vn -0.000001 -0.707119 0.707095 vn -0.000001 -0.707119 0.707095 -vn -0.000001 -0.707119 0.707095 -vn -0.000002 -0.707116 0.707098 vn -0.000002 -0.707116 0.707098 -vn -0.000002 -0.707116 0.707098 -vn -0.000001 -0.707098 0.707116 vn -0.000001 -0.707098 0.707116 -vn -0.000001 -0.707098 0.707116 -vn 0.000000 -0.707112 0.707101 vn 0.000000 -0.707112 0.707101 -vn 0.000000 -0.707112 0.707101 -vn 0.000001 -0.707093 0.707121 vn 0.000001 -0.707093 0.707121 -vn 0.000001 -0.707093 0.707121 -vn 0.000001 -0.707107 0.707106 -vn 0.000001 -0.707108 0.707106 vn 0.000001 -0.707108 0.707106 vn 0.000001 -0.707101 0.707113 -vn 0.000001 -0.707101 0.707113 -vn 0.000001 -0.707101 0.707113 -vn 0.000002 -0.707112 0.707102 -vn 0.000002 -0.707112 0.707102 vn 0.000002 -0.707112 0.707102 vn 0.000001 -0.707150 0.707064 -vn 0.000001 -0.707150 0.707064 -vn 0.000001 -0.707150 0.707064 -vn 0.000000 -0.707098 0.707116 -vn 0.000000 -0.707098 0.707116 vn 0.000000 -0.707098 0.707116 vn 0.000001 -0.707075 0.707139 -vn 0.000001 -0.707075 0.707139 -vn 0.000001 -0.707075 0.707139 -vn 0.000000 -0.707052 0.707162 -vn 0.000000 -0.707052 0.707162 vn 0.000000 -0.707052 0.707162 vn 0.000001 -0.707108 0.707106 -vn 0.000001 -0.707108 0.707106 -vn 0.000001 -0.707108 0.707106 -vn 0.000000 -0.707094 0.707120 -vn 0.000000 -0.707094 0.707120 vn 0.000000 -0.707094 0.707120 vn -0.000001 -0.707123 0.707090 -vn -0.000001 -0.707123 0.707090 -vn -0.000001 -0.707123 0.707090 -vn -0.000001 -0.707075 0.707138 -vn -0.000001 -0.707075 0.707138 vn -0.000001 -0.707075 0.707138 vn 0.000000 -0.707111 0.707103 -vn 0.000000 -0.707111 0.707103 -vn 0.000000 -0.707111 0.707103 -vn -0.000001 -0.707115 0.707099 -vn -0.000001 -0.707115 0.707099 vn -0.000001 -0.707115 0.707099 vn -0.000002 -0.707114 0.707100 -vn -0.000002 -0.707114 0.707100 -vn -0.000002 -0.707114 0.707100 -vn 0.000000 -0.707137 0.707076 -vn 0.000000 -0.707137 0.707076 vn 0.000000 -0.707137 0.707076 vn 0.000000 -0.707101 0.707112 -vn 0.000000 -0.707101 0.707112 -vn 0.000000 -0.707101 0.707112 -vn 0.000001 -0.707088 0.707126 -vn 0.000001 -0.707088 0.707126 vn 0.000001 -0.707088 0.707126 vn 0.000001 -0.707122 0.707092 -vn 0.000001 -0.707122 0.707092 -vn 0.000001 -0.707122 0.707092 -vn 0.000001 -0.707105 0.707109 -vn 0.000001 -0.707105 0.707109 vn 0.000001 -0.707105 0.707109 vn 0.000001 -0.707134 0.707080 -vn 0.000001 -0.707134 0.707080 -vn 0.000001 -0.707134 0.707080 -vn -0.000001 -0.706957 0.707256 -vn -0.000001 -0.706957 0.707256 vn -0.000001 -0.706957 0.707256 vn 0.000000 0.707113 -0.707100 vn 0.000000 0.707113 -0.707100 vn 0.000000 0.707113 -0.707100 vn 0.000000 0.707104 -0.707109 -vn 0.000000 0.707104 -0.707109 -vn 0.000000 0.707104 -0.707109 -vn 0.000000 0.707114 -0.707099 -vn 0.000000 0.707114 -0.707099 vn 0.000000 0.707114 -0.707099 vn 0.000000 0.707114 -0.707100 -vn 0.000000 0.707114 -0.707100 -vn 0.000000 0.707114 -0.707100 -vn 0.000000 0.707103 -0.707111 -vn 0.000000 0.707103 -0.707111 vn 0.000000 0.707103 -0.707111 vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707106 -0.707108 -vn 0.000000 0.707107 -0.707106 -vn 0.000000 0.707107 -0.707106 vn 0.000000 0.707107 -0.707106 vn 0.000000 0.707105 -0.707108 -vn 0.000000 0.707105 -0.707108 -vn 0.000000 0.707105 -0.707108 -vn 0.000000 0.707113 -0.707101 -vn 0.000000 0.707113 -0.707101 vn 0.000000 0.707113 -0.707101 vn 0.000000 0.707111 -0.707102 -vn 0.000000 0.707111 -0.707102 -vn 0.000000 0.707111 -0.707102 -vn 0.000000 0.707113 -0.707101 -vn 0.000000 0.707113 -0.707101 vn 0.000000 0.707113 -0.707101 -vn 0.000000 0.707095 -0.707119 -vn 0.000000 0.707095 -0.707119 vn 0.000000 0.707095 -0.707118 vn 0.000000 0.707113 -0.707101 -vn 0.000000 0.707113 -0.707101 -vn 0.000000 0.707113 -0.707101 vn 0.000000 0.707093 -0.707120 -vn 0.000000 0.707093 -0.707120 -vn 0.000000 0.707093 -0.707120 -vn 0.000000 0.707136 -0.707077 -vn 0.000000 0.707136 -0.707077 vn 0.000000 0.707136 -0.707077 vn 0.000000 0.707075 -0.707139 -vn 0.000000 0.707075 -0.707139 -vn 0.000000 0.707075 -0.707139 -vn 0.000000 0.707123 -0.707091 -vn 0.000000 0.707123 -0.707091 vn 0.000000 0.707123 -0.707091 vn 0.000005 0.707076 -0.707138 -vn 0.000005 0.707076 -0.707138 -vn 0.000005 0.707076 -0.707138 -vn 0.000000 0.707093 -0.707121 -vn 0.000000 0.707093 -0.707121 vn 0.000000 0.707093 -0.707121 vn 0.000000 0.707104 -0.707109 -vn 0.000000 0.707104 -0.707110 -vn 0.000000 0.707104 -0.707109 -vn 0.000000 0.707113 -0.707100 vn 0.000000 0.707113 -0.707100 -vn 0.000000 0.707113 -0.707100 -vn 0.000000 0.707103 -0.707111 -vn 0.000000 0.707103 -0.707111 -vn 0.000000 0.707103 -0.707111 -vn 0.000000 0.707115 -0.707099 -vn 0.000000 0.707115 -0.707099 +vn 0.000000 0.707103 -0.707111 vn 0.000000 0.707115 -0.707099 vn 0.000000 0.707095 -0.707119 -vn 0.000000 0.707095 -0.707119 -vn 0.000000 0.707095 -0.707119 -vn 0.000000 0.707121 -0.707092 -vn 0.000000 0.707121 -0.707092 -vn 0.000000 0.707121 -0.707092 -vn 0.000000 0.707102 -0.707112 -vn 0.000000 0.707102 -0.707112 -vn 0.000000 0.707102 -0.707112 -vn 0.000000 0.707103 -0.707110 -vn 0.000000 0.707103 -0.707110 -vn 0.000000 0.707103 -0.707110 -vn 0.000000 0.707089 -0.707125 -vn 0.000000 0.707089 -0.707125 -vn 0.000000 0.707089 -0.707125 -vn 0.000000 0.707135 -0.707079 -vn 0.000000 0.707135 -0.707079 -vn 0.000000 0.707135 -0.707079 -vn 0.000000 0.707107 -0.707107 -vn 0.000000 0.707107 -0.707107 -vn 0.000000 0.707107 -0.707107 -vn 0.000000 0.707136 -0.707078 -vn 0.000000 0.707136 -0.707078 -vn 0.000000 0.707136 -0.707078 -vn 0.000006 0.707017 -0.707197 -vn 0.000006 0.707017 -0.707197 -vn 0.000006 0.707017 -0.707197 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.608761 0.000000 -0.793354 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130464 0.000000 -0.991453 -vn 0.130464 0.000000 -0.991453 -vn 0.130464 0.000000 -0.991453 -vn 0.130578 0.000000 -0.991438 -vn 0.130579 0.000000 -0.991438 -vn 0.130579 0.000000 -0.991438 -vn 0.130502 0.000000 -0.991448 -vn 0.130502 0.000000 -0.991448 -vn 0.130502 0.000000 -0.991448 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.608761 0.000000 -0.793353 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991442 0.000000 -0.130545 -vn 0.991442 0.000000 -0.130545 -vn 0.991442 0.000000 -0.130545 -vn 0.923907 0.000000 -0.382617 -vn 0.923907 0.000000 -0.382617 -vn 0.923907 0.000000 -0.382617 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130502 0.000000 -0.991448 -vn 0.130502 0.000000 -0.991448 -vn 0.130502 0.000000 -0.991448 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382730 0.000001 -0.923860 -vn 0.382730 0.000001 -0.923860 -vn 0.382730 0.000001 -0.923860 -vn 0.130464 0.000001 -0.991453 -vn 0.130464 0.000001 -0.991453 -vn 0.130464 0.000001 -0.991453 -vn 0.130494 0.000000 -0.991449 -vn 0.130494 0.000000 -0.991449 -vn 0.130494 0.000000 -0.991449 -vn 0.130617 -0.000001 -0.991433 -vn 0.130617 -0.000001 -0.991433 -vn 0.130617 -0.000001 -0.991433 -vn 0.130464 0.000000 -0.991453 -vn 0.130464 0.000000 -0.991453 -vn 0.130464 0.000000 -0.991453 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.608761 0.000000 -0.793353 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.991444 0.000000 -0.130535 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.991443 0.000000 -0.130540 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923901 0.000000 -0.382631 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.608761 0.000000 -0.793354 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382730 0.000000 -0.923860 -vn 0.382730 0.000000 -0.923860 -vn 0.382730 0.000000 -0.923860 -vn 0.130617 0.000001 -0.991433 -vn 0.130617 0.000001 -0.991433 -vn 0.130617 0.000001 -0.991433 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.923896 0.000000 -0.382644 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793330 0.000000 -0.608791 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.793316 0.000000 -0.608810 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608786 0.000000 -0.793335 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793353 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130464 0.000000 -0.991453 -vn 0.130464 0.000000 -0.991453 -vn 0.130464 0.000000 -0.991453 -vn 0.382697 -0.000001 -0.923874 -vn 0.382697 -0.000001 -0.923874 -vn 0.382697 -0.000001 -0.923874 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.382664 0.000000 -0.923888 -vn 0.608761 0.000000 -0.793353 -vn 0.608761 0.000000 -0.793354 -vn 0.608761 0.000000 -0.793354 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.130617 0.000000 -0.991433 -vn 0.130617 0.000000 -0.991433 -vn 0.130617 0.000000 -0.991433 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 -vn 0.382697 0.000000 -0.923874 +vn 0.000000 0.707121 -0.707092 +vn 0.000000 0.707102 -0.707112 +vn 0.000000 0.707103 -0.707110 +vn 0.000000 0.707089 -0.707125 +vn 0.000000 0.707135 -0.707079 +vn 0.000000 0.707107 -0.707107 +vn 0.000000 0.707136 -0.707078 +vn 0.000006 0.707017 -0.707197 +s 1 +f 957/1076/2605 958/1077/2606 959/1078/2607 +f 959/1078/2607 958/1077/2606 960/1079/2608 +f 959/1078/2607 960/1079/2608 961/1080/2609 +f 961/1080/2609 960/1079/2608 962/1081/2610 +f 961/1080/2609 962/1081/2610 963/1082/2611 +f 963/1082/2611 962/1081/2610 964/1083/2612 +f 963/1082/2611 964/1083/2612 965/1084/2613 +f 965/1084/2613 964/1083/2612 966/1085/2614 +f 965/1084/2613 966/1085/2614 967/1086/2615 +f 967/1086/2615 966/1085/2614 968/1087/2616 +f 967/1086/2615 968/1087/2616 969/1088/2617 +f 969/1088/2617 968/1087/2616 970/1089/2618 +f 969/1088/2617 970/1089/2618 971/1090/2619 +f 971/1090/2619 970/1089/2618 972/1091/2620 +f 971/1090/2619 972/1091/2620 973/1092/2621 +f 973/1092/2621 972/1091/2620 974/1093/2622 +f 973/1092/2621 974/1093/2622 975/1094/2623 +f 975/1094/2623 974/1093/2622 976/1095/2624 +f 975/1094/2623 976/1095/2624 977/1096/2625 +f 977/1096/2625 976/1095/2624 978/1097/2626 +f 977/1096/2625 978/1097/2626 979/1098/2627 +f 979/1098/2627 978/1097/2626 980/1099/2628 +f 979/1098/2627 980/1099/2628 981/1100/2629 +f 981/1100/2629 980/1099/2628 982/1101/2630 +f 981/1100/2629 982/1101/2630 983/1102/2631 +f 983/1102/2631 982/1101/2630 984/1103/2632 +f 983/1102/2631 984/1103/2632 985/1104/2633 +f 985/1104/2633 984/1103/2632 986/1105/2634 +f 985/1104/2633 986/1105/2634 987/1106/2635 +f 987/1106/2635 986/1105/2634 988/1107/2636 +f 987/1106/2635 988/1107/2636 989/1108/2637 +f 989/1108/2637 988/1107/2636 990/1109/2638 +f 989/1108/2637 990/1109/2638 991/1110/2639 +f 991/1110/2639 990/1109/2638 992/1111/2640 +f 991/1110/2639 992/1111/2640 993/1112/2641 +f 993/1112/2641 992/1111/2640 994/1113/2642 +f 993/1112/2641 994/1113/2642 995/1114/2643 +f 995/1114/2643 994/1113/2642 996/1115/2644 +f 995/1114/2643 996/1115/2644 997/1116/2645 +f 997/1116/2645 996/1115/2644 998/1117/2646 +f 997/1116/2645 998/1117/2646 999/1118/2647 +f 999/1118/2647 998/1117/2646 1000/1119/2648 +f 999/1118/2647 1000/1119/2648 1001/1120/2649 +f 1001/1120/2649 1000/1119/2648 1002/1121/2650 +f 1001/1120/2649 1002/1121/2650 1003/1122/2651 +f 1003/1122/2651 1002/1121/2650 1004/1123/2652 +f 1003/1122/2651 1004/1123/2652 1005/1124/2653 +f 1005/1124/2653 1004/1123/2652 1006/1125/2654 +f 1005/1124/2653 1006/1125/2654 1007/1126/2655 +f 1007/1126/2655 1006/1125/2654 1008/1127/2656 +f 1007/1126/2655 1008/1127/2656 1009/1128/2657 +f 1009/1128/2657 1008/1127/2656 1010/1129/2658 +f 1009/1128/2657 1010/1129/2658 1011/1130/2659 +f 1011/1130/2659 1010/1129/2658 1012/1131/2660 +f 1011/1130/2659 1012/1131/2660 1013/1132/2661 +f 1013/1132/2661 1012/1131/2660 1014/1133/2662 +f 1013/1132/2661 1014/1133/2662 1015/1134/2663 +f 1015/1134/2663 1014/1133/2662 1016/1135/2664 +f 1015/1134/2663 1016/1135/2664 1017/1136/2665 +f 1017/1136/2665 1016/1135/2664 1018/1137/2666 +f 1017/1136/2665 1018/1137/2666 1019/1138/2667 +f 1019/1138/2667 1018/1137/2666 1020/1139/2668 +f 1019/1138/2667 1020/1139/2668 1021/1140/2669 +f 1021/1140/2669 1020/1139/2668 1022/1141/2670 +f 1021/1140/2669 1022/1141/2670 1023/1142/2671 +f 1023/1142/2671 1022/1141/2670 957/1076/2605 +f 1023/1142/2671 957/1076/2605 959/1078/2607 +s 2 +f 1024/1143/2672 960/1079/2673 1025/1144/2674 +f 1025/1144/2674 960/1079/2673 958/1077/2675 +f 1025/1144/2674 958/1077/2675 1026/1145/2676 +f 1026/1145/2676 958/1077/2675 957/1076/2677 +f 1026/1145/2676 957/1076/2677 1027/1146/2678 +f 1027/1146/2678 957/1076/2677 1022/1141/2679 +f 1027/1146/2678 1022/1141/2679 1028/1147/2680 +f 1028/1147/2680 1022/1141/2679 1020/1139/2681 +f 1028/1147/2680 1020/1139/2681 1029/1148/2682 +f 1029/1148/2682 1020/1139/2681 1018/1137/2683 +f 1029/1148/2682 1018/1137/2683 1030/1149/2684 +f 1030/1149/2684 1018/1137/2683 1016/1135/2685 +f 1030/1149/2684 1016/1135/2685 1031/1150/2686 +f 1031/1150/2686 1016/1135/2685 1014/1133/2687 +f 1031/1150/2686 1014/1133/2687 1032/1151/2688 +f 1032/1151/2688 1014/1133/2687 1012/1131/2689 +f 1032/1151/2688 1012/1131/2689 1033/1152/2690 +f 1033/1152/2690 1012/1131/2689 1010/1129/2691 +f 1033/1152/2690 1010/1129/2691 1034/1153/2692 +f 1034/1153/2692 1010/1129/2691 1008/1127/2693 +f 1034/1153/2692 1008/1127/2693 1035/1154/2694 +f 1035/1154/2694 1008/1127/2693 1006/1125/2695 +f 1035/1154/2694 1006/1125/2695 1036/1155/2696 +f 1036/1155/2696 1006/1125/2695 1004/1123/2697 +f 1036/1155/2696 1004/1123/2697 1037/1156/2698 +f 1037/1156/2698 1004/1123/2697 1002/1121/2699 +f 1037/1156/2698 1002/1121/2699 1038/1157/2700 +f 1038/1157/2700 1002/1121/2699 1000/1119/2701 +f 1038/1157/2700 1000/1119/2701 1039/1158/2702 +f 1039/1158/2702 1000/1119/2701 998/1117/2703 +f 1039/1158/2702 998/1117/2703 1040/1159/2704 +f 1040/1159/2704 998/1117/2703 996/1115/2705 +f 1040/1159/2704 996/1115/2705 1041/1160/2706 +f 1041/1160/2706 996/1115/2705 994/1113/2707 +f 1041/1160/2706 994/1113/2707 1042/1161/2708 +f 1042/1161/2708 994/1113/2707 992/1111/2709 +f 1042/1161/2708 992/1111/2709 1043/1162/2710 +f 1043/1162/2710 992/1111/2709 990/1109/2711 +f 1043/1162/2710 990/1109/2711 1044/1163/2712 +f 1044/1163/2712 990/1109/2711 988/1107/2713 +f 1044/1163/2712 988/1107/2713 1045/1164/2714 +f 1045/1164/2714 988/1107/2713 986/1105/2715 +f 1045/1164/2714 986/1105/2715 1046/1165/2716 +f 1046/1165/2716 986/1105/2715 984/1103/2717 +f 1046/1165/2716 984/1103/2717 1047/1166/2718 +f 1047/1166/2718 984/1103/2717 982/1101/2719 +f 1047/1166/2718 982/1101/2719 1048/1167/2720 +f 1048/1167/2720 982/1101/2719 980/1099/2721 +f 1048/1167/2720 980/1099/2721 1049/1168/2722 +f 1049/1168/2722 980/1099/2721 978/1097/2723 +f 1049/1168/2722 978/1097/2723 1050/1169/2724 +f 1050/1169/2724 978/1097/2723 976/1095/2725 +f 1050/1169/2724 976/1095/2725 1051/1170/2726 +f 1051/1170/2726 976/1095/2725 974/1093/2727 +f 1051/1170/2726 974/1093/2727 1052/1171/2728 +f 1052/1171/2728 974/1093/2727 972/1091/2729 +f 1052/1171/2728 972/1091/2729 1053/1172/2730 +f 1053/1172/2730 972/1091/2729 970/1089/2731 +f 1053/1172/2730 970/1089/2731 1054/1173/2732 +f 1054/1173/2732 970/1089/2731 968/1087/2733 +f 1054/1173/2732 968/1087/2733 1055/1174/2734 +f 1055/1174/2734 968/1087/2733 966/1085/2735 +f 1055/1174/2734 966/1085/2735 1056/1175/2736 +f 1056/1175/2736 966/1085/2735 964/1083/2737 +f 1056/1175/2736 964/1083/2737 1057/1176/2738 +f 1057/1176/2738 964/1083/2737 962/1081/2739 +f 1057/1176/2738 962/1081/2739 1024/1143/2672 +f 1024/1143/2672 962/1081/2739 960/1079/2673 +s 3 +f 961/1080/2740 991/1110/2741 959/1078/2742 +f 959/1078/2742 991/1110/2741 993/1112/2743 +f 959/1078/2742 993/1112/2743 1023/1142/2744 +f 1023/1142/2744 993/1112/2743 995/1114/2745 +f 1023/1142/2744 995/1114/2745 1021/1140/2746 +f 1021/1140/2746 995/1114/2745 997/1116/2747 +f 1021/1140/2746 997/1116/2747 1019/1138/2748 +f 1019/1138/2748 997/1116/2747 999/1118/2749 +f 1019/1138/2748 999/1118/2749 1017/1136/2750 +f 1017/1136/2750 999/1118/2749 1001/1120/2751 +f 1017/1136/2750 1001/1120/2751 1015/1134/2752 +f 1015/1134/2752 1001/1120/2751 1003/1122/2753 +f 1015/1134/2752 1003/1122/2753 1013/1132/2754 +f 1013/1132/2754 1003/1122/2753 1005/1124/2755 +f 1013/1132/2754 1005/1124/2755 1011/1130/2756 +f 1011/1130/2756 1005/1124/2755 1007/1126/2757 +f 1011/1130/2756 1007/1126/2757 1009/1128/2758 +f 991/1110/2741 961/1080/2740 989/1108/2759 +f 989/1108/2759 961/1080/2740 963/1082/2760 +f 989/1108/2759 963/1082/2760 987/1106/2761 +f 987/1106/2761 963/1082/2760 965/1084/2762 +f 987/1106/2761 965/1084/2762 985/1104/2763 +f 985/1104/2763 965/1084/2762 967/1086/2764 +f 985/1104/2763 967/1086/2764 983/1102/2765 +f 983/1102/2765 967/1086/2764 969/1088/2766 +f 983/1102/2765 969/1088/2766 981/1100/2767 +f 981/1100/2767 969/1088/2766 971/1090/2768 +f 981/1100/2767 971/1090/2768 979/1098/2769 +f 979/1098/2769 971/1090/2768 973/1092/2770 +f 979/1098/2769 973/1092/2770 977/1096/2771 +f 977/1096/2771 973/1092/2770 975/1094/2772 +s 4 +f 1026/1145/2773 1041/1160/2774 1025/1144/2775 +f 1025/1144/2775 1041/1160/2774 1042/1161/2776 +f 1025/1144/2775 1042/1161/2776 1024/1143/2777 +f 1024/1143/2777 1042/1161/2776 1043/1162/2778 +f 1024/1143/2777 1043/1162/2778 1057/1176/2779 +f 1057/1176/2779 1043/1162/2778 1044/1163/2780 +f 1057/1176/2779 1044/1163/2780 1056/1175/2781 +f 1056/1175/2781 1044/1163/2780 1045/1164/2782 +f 1056/1175/2781 1045/1164/2782 1055/1174/2783 +f 1055/1174/2783 1045/1164/2782 1046/1165/2784 +f 1055/1174/2783 1046/1165/2784 1054/1173/2785 +f 1054/1173/2785 1046/1165/2784 1047/1166/2786 +f 1054/1173/2785 1047/1166/2786 1053/1172/2787 +f 1053/1172/2787 1047/1166/2786 1048/1167/2788 +f 1053/1172/2787 1048/1167/2788 1052/1171/2789 +f 1052/1171/2789 1048/1167/2788 1049/1168/2790 +f 1052/1171/2789 1049/1168/2790 1051/1170/2791 +f 1051/1170/2791 1049/1168/2790 1050/1169/2792 +f 1041/1160/2774 1026/1145/2773 1040/1159/2793 +f 1040/1159/2793 1026/1145/2773 1027/1146/2794 +f 1040/1159/2793 1027/1146/2794 1039/1158/2795 +f 1039/1158/2795 1027/1146/2794 1028/1147/2796 +f 1039/1158/2795 1028/1147/2796 1038/1157/2797 +f 1038/1157/2797 1028/1147/2796 1029/1148/2798 +f 1038/1157/2797 1029/1148/2798 1037/1156/2799 +f 1037/1156/2799 1029/1148/2798 1030/1149/2800 +f 1037/1156/2799 1030/1149/2800 1036/1155/2801 +f 1036/1155/2801 1030/1149/2800 1031/1150/2802 +f 1036/1155/2801 1031/1150/2802 1035/1154/2803 +f 1035/1154/2803 1031/1150/2802 1032/1151/2804 +f 1035/1154/2803 1032/1151/2804 1034/1153/2805 +f 1034/1153/2805 1032/1151/2804 1033/1152/2806 +v -86.000000 -205.000000 85.000000 +v -79.000000 -205.000000 85.000000 +v -86.000000 -205.000000 84.000000 +v -79.000000 -205.000000 84.000000 +v -81.207115 -205.000000 80.207092 +v -77.414215 -205.000000 84.000000 +v -83.792885 -205.000000 80.207092 +v -87.585785 -205.000000 84.000000 +v -90.000000 -205.000000 73.992210 +v -90.000008 -205.000015 81.000000 +v -89.000000 -205.000000 73.992210 +v -89.000000 -205.000000 81.000000 +v -85.207115 -205.000000 78.792900 +v -89.000000 -205.000000 82.585785 +v -85.207115 -205.000000 76.207092 +v -89.000000 -205.000000 72.414215 +v -79.000000 -205.000000 70.000000 +v -86.000000 -205.000000 70.000000 +v -79.000000 -205.000000 71.000000 +v -86.000000 -205.000000 71.000000 +v -83.792885 -205.000000 74.792900 +v -87.585785 -205.000000 71.000000 +v -81.207115 -205.000000 74.792900 +v -77.414215 -205.000000 71.000000 +v -75.000000 -205.000000 73.992210 +v -76.000000 -205.000000 73.992210 +v -75.000000 -205.000015 81.000000 +v -76.000000 -205.000000 81.000000 +v -79.792885 -205.000000 76.207092 +v -76.000000 -205.000000 72.414215 +v -79.792885 -205.000000 78.792900 +v -76.000000 -205.000000 82.585785 +v -90.000000 -207.500000 85.000000 +v -90.000000 -207.500000 70.000000 +v -75.000000 -207.500000 85.000000 +v -75.000000 -207.500000 70.000000 +v -90.000000 235.000000 73.992210 +v -89.000000 235.000000 73.992210 +v -90.000008 235.000015 81.000000 +v -89.000000 235.000000 81.000000 +v -85.207115 235.000000 78.792900 +v -89.000000 235.000000 72.414215 +v -85.207115 235.000000 76.207092 +v -89.000000 235.000000 82.585785 +v -86.000000 235.000000 70.000000 +v -79.000000 235.000015 69.999992 +v -86.000000 235.000000 71.000000 +v -79.000000 235.000000 71.000000 +v -83.792885 235.000000 74.792900 +v -81.207115 235.000000 74.792900 +v -77.414215 235.000000 71.000000 +v -87.585785 235.000000 71.000000 +v -79.000000 235.000000 85.000000 +v -86.000000 235.000000 85.000000 +v -79.000000 235.000000 84.000000 +v -86.000000 235.000000 84.000000 +v -81.207115 235.000000 80.207092 +v -83.792885 235.000000 80.207092 +v -87.585785 235.000000 84.000000 +v -77.414215 235.000000 84.000000 +v -90.000008 237.500015 69.999992 +v -90.000000 237.500000 85.000000 +v -75.000000 237.500015 69.999992 +v -75.000000 237.500000 85.000000 +v -75.000000 235.000000 73.992210 +v -75.000000 235.000015 81.000000 +v -76.000000 235.000000 73.992210 +v -76.000000 235.000000 81.000000 +v -79.792885 235.000000 76.207092 +v -79.792885 235.000000 78.792900 +v -76.000000 235.000000 82.585785 +v -76.000000 235.000000 72.414215 +vt 0.544631 0.029392 +vt 0.544251 0.029392 +vt 0.544631 0.029392 +vt 0.544251 0.029392 +vt 0.544417 0.027604 +vt 0.544165 0.029392 +vt 0.544512 0.029392 +vt 0.544717 0.029392 +vt 0.544849 0.029392 +vt 0.544849 0.029392 +vt 0.544794 0.029392 +vt 0.544794 0.029392 +vt 0.544598 0.027604 +vt 0.544794 0.029392 +vt 0.544589 0.029392 +vt 0.544794 0.029392 +vt 0.544251 0.029392 +vt 0.544631 0.029392 +vt 0.544251 0.029392 +vt 0.544631 0.029392 +vt 0.544466 0.027604 +vt 0.544717 0.029392 +vt 0.544370 0.029392 +vt 0.544165 0.029392 +vt 0.544032 0.029392 +vt 0.544088 0.029392 +vt 0.544032 0.029392 +vt 0.544088 0.029392 +vt 0.544284 0.027604 +vt 0.544088 0.029392 +vt 0.544294 0.029392 +vt 0.544088 0.029392 +vt 0.544849 0.029503 +vt 0.544849 0.029503 +vt 0.544032 0.029503 +vt 0.544032 0.029503 +vt 0.544849 0.010269 +vt 0.544794 0.010269 +vt 0.544849 0.010269 +vt 0.544794 0.010269 +vt 0.544596 0.010269 +vt 0.544794 0.010269 +vt 0.544589 0.010269 +vt 0.544794 0.010269 +vt 0.544631 0.010269 +vt 0.544251 0.010269 +vt 0.544631 0.010269 +vt 0.544251 0.010269 +vt 0.544477 0.010269 +vt 0.544370 0.010269 +vt 0.544165 0.010269 +vt 0.544717 0.010269 +vt 0.544251 0.010269 +vt 0.544631 0.010269 +vt 0.544251 0.010269 +vt 0.544631 0.010269 +vt 0.544406 0.010269 +vt 0.544512 0.010269 +vt 0.544717 0.010269 +vt 0.544165 0.010269 +vt 0.544849 0.010157 +vt 0.544849 0.010157 +vt 0.544032 0.010157 +vt 0.544032 0.010157 +vt 0.544032 0.010269 +vt 0.544032 0.010269 +vt 0.544088 0.010269 +vt 0.544088 0.010269 +vt 0.544286 0.010269 +vt 0.544294 0.010269 +vt 0.544088 0.010269 +vt 0.544088 0.010269 +vt 0.544603 0.014812 +vt 0.544440 0.014812 +vt 0.544278 0.014812 +vt 0.544444 0.014812 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000002 +vn 0.000000 -1.000000 0.000002 +vn 0.000000 -1.000000 0.000002 +vn -0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707106 0.000000 -0.707107 +vn -0.993802 0.000000 -0.111165 +vn -0.993802 0.000000 -0.111164 +vn -0.944693 0.000000 -0.327955 +vn 0.000000 0.000000 0.000000 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707106 0.000000 0.707107 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -1.000000 0.000000 -0.000001 +vn -1.000000 0.000000 -0.000001 +vn -1.000000 0.000000 -0.000001 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000002 +vn -1.000000 -0.000007 -0.000001 +vn -1.000000 0.000007 0.000001 +vn -1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn 0.111167 0.000000 -0.993802 +vn 0.111154 0.000000 -0.993803 +vn 0.327997 0.000000 -0.944679 +vn 0.327952 0.000000 -0.944694 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000003 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.993801 0.000000 0.111177 +vn 0.993802 -0.000002 0.111165 +vn 0.944691 0.000000 0.327961 +vn 0.000000 0.000000 0.000000 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707107 +vn -0.111166 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.328047 0.000000 0.944661 +vn -0.328140 0.000000 0.944629 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +s 1 +f 1058/1177/2807 1059/1178/2808 1060/1179/2809 +f 1060/1179/2809 1059/1178/2808 1061/1180/2810 +f 1060/1179/2809 1061/1180/2810 1062/1181/2811 +f 1062/1181/2811 1061/1180/2810 1063/1182/2812 +f 1060/1179/2809 1062/1181/2811 1064/1183/2813 +f 1060/1179/2809 1064/1183/2813 1065/1184/2814 +s 2 +f 1066/1185/2815 1067/1186/2816 1068/1187/2817 +f 1068/1187/2817 1067/1186/2816 1069/1188/2818 +f 1068/1187/2817 1069/1188/2818 1070/1189/2819 +f 1070/1189/2819 1069/1188/2818 1071/1190/2820 +f 1068/1187/2817 1070/1189/2819 1072/1191/2821 +f 1068/1187/2817 1072/1191/2821 1073/1192/2822 +s 3 +f 1074/1193/2823 1075/1194/2824 1076/1195/2825 +f 1076/1195/2825 1075/1194/2824 1077/1196/2826 +f 1076/1195/2825 1077/1196/2826 1078/1197/2827 +f 1078/1197/2827 1077/1196/2826 1079/1198/2828 +f 1076/1195/2825 1078/1197/2827 1080/1199/2829 +f 1076/1195/2825 1080/1199/2829 1081/1200/2830 +s 4 +f 1082/1201/2831 1083/1202/2832 1084/1203/2833 +f 1084/1203/2833 1083/1202/2832 1085/1204/2834 +f 1085/1204/2834 1083/1202/2832 1086/1205/2835 +f 1087/1206/2836 1086/1205/2835 1083/1202/2832 +f 1086/1205/2835 1088/1207/2837 1085/1204/2834 +f 1085/1204/2834 1088/1207/2837 1089/1208/2838 +s 5 +f 1090/1209/2839 1091/1210/2840 1092/1211/2841 +f 1092/1211/2841 1091/1210/2840 1093/1212/2842 +s 6 +f 1094/1213/2843 1095/1214/2844 1096/1215/2845 +f 1096/1215/2845 1095/1214/2844 1097/1216/2846 +f 1097/1216/2846 1095/1214/2844 1098/1217/2847 +f 1099/1218/2848 1100/1219/2849 1095/1214/2844 +f 1095/1214/2844 1100/1219/2849 1098/1217/2847 +f 1097/1216/2846 1098/1217/2847 1101/1220/2850 +s 7 +f 1102/1221/2851 1103/1222/2852 1104/1223/2853 +f 1104/1223/2853 1103/1222/2852 1105/1224/2854 +f 1104/1223/2853 1105/1224/2854 1106/1225/2855 +f 1106/1225/2855 1105/1224/2854 1107/1226/2856 +f 1107/1226/2856 1105/1224/2854 1108/1227/2857 +f 1104/1223/2853 1106/1225/2855 1109/1228/2858 +s 8 +f 1110/1229/2859 1111/1230/2860 1112/1231/2861 +f 1112/1231/2861 1111/1230/2860 1113/1232/2862 +f 1112/1231/2861 1113/1232/2862 1114/1233/2863 +f 1114/1233/2863 1113/1232/2862 1115/1234/2864 +f 1115/1234/2864 1113/1232/2862 1116/1235/2865 +f 1112/1231/2861 1114/1233/2863 1117/1236/2866 +s 9 +f 1118/1237/2867 1119/1238/2868 1120/1239/2869 +f 1120/1239/2869 1119/1238/2868 1121/1240/2870 +s 10 +f 1122/1241/2871 1123/1242/2872 1124/1243/2873 +f 1124/1243/2873 1123/1242/2872 1125/1244/2874 +f 1124/1243/2873 1125/1244/2874 1126/1245/2875 +f 1126/1245/2875 1125/1244/2874 1127/1246/2876 +f 1127/1246/2876 1125/1244/2874 1128/1247/2877 +f 1124/1243/2873 1126/1245/2875 1129/1248/2878 +s 11 +f 1069/1188/2879 1097/1216/2880 1071/1190/2881 +f 1071/1190/2881 1097/1216/2880 1101/1220/2882 +s 12 +f 1071/1190/2883 1101/1220/2884 1070/1189/2885 +f 1070/1189/2885 1101/1220/2884 1098/1217/2886 +s 13 +f 1070/1249/2887 1098/1217/2888 1100/1219/2889 +f 1072/1191/2890 1070/1249/2887 1100/1219/2889 +s 14 +f 1072/1191/2891 1100/1219/2892 1073/1192/2893 +f 1073/1192/2893 1100/1219/2892 1099/1218/2894 +s 15 +f 1073/1192/2895 1099/1218/2896 1068/1187/2897 +f 1068/1187/2897 1099/1218/2896 1095/1214/2898 +s 16 +f 1068/1187/2899 1095/1214/2900 1066/1185/2901 +f 1066/1185/2901 1095/1214/2900 1094/1213/2902 +s 17 +f 1067/1186/2903 1066/1185/2904 1091/1210/2905 +f 1091/1210/2905 1066/1185/2904 1094/1213/2906 +f 1091/1210/2905 1094/1213/2906 1118/1237/2907 +f 1118/1237/2907 1094/1213/2906 1096/1215/2908 +f 1118/1237/2907 1096/1215/2908 1119/1238/2909 +f 1119/1238/2909 1096/1215/2908 1067/1186/2903 +f 1119/1238/2909 1067/1186/2903 1090/1209/2910 +f 1090/1209/2910 1067/1186/2903 1091/1210/2905 +s 18 +f 1075/1194/2911 1102/1221/2912 1077/1196/2913 +f 1077/1196/2913 1102/1221/2912 1104/1223/2914 +s 19 +f 1077/1196/2915 1104/1223/2916 1079/1198/2917 +f 1079/1198/2917 1104/1223/2916 1109/1228/2918 +s 20 +f 1079/1198/2919 1109/1228/2920 1078/1197/2921 +f 1078/1197/2921 1109/1228/2920 1106/1225/2922 +s 21 +f 1078/1250/2923 1106/1225/2924 1107/1226/2925 +f 1080/1199/2926 1078/1250/2923 1107/1226/2925 +s 22 +f 1080/1199/2927 1107/1226/2928 1081/1200/2929 +f 1081/1200/2929 1107/1226/2928 1108/1227/2930 +s 23 +f 1081/1200/2931 1108/1227/2932 1076/1195/2933 +f 1076/1195/2933 1108/1227/2932 1105/1224/2934 +s 24 +f 1076/1195/2935 1105/1224/2936 1074/1193/2937 +f 1074/1193/2937 1105/1224/2936 1103/1222/2938 +s 25 +f 1103/1222/2939 1093/1212/2940 1074/1193/2941 +f 1074/1193/2941 1093/1212/2940 1091/1210/2942 +f 1074/1193/2941 1091/1210/2942 1075/1194/2943 +f 1075/1194/2943 1091/1210/2942 1102/1221/2944 +f 1102/1221/2944 1091/1210/2942 1118/1237/2945 +f 1102/1221/2944 1118/1237/2945 1103/1222/2939 +f 1103/1222/2939 1118/1237/2945 1120/1239/2946 +f 1103/1222/2939 1120/1239/2946 1093/1212/2940 +s 26 +f 1120/1239/2947 1122/1241/2948 1093/1212/2949 +f 1093/1212/2949 1122/1241/2948 1082/1201/2950 +f 1093/1212/2949 1082/1201/2950 1084/1203/2951 +f 1122/1241/2948 1120/1239/2947 1123/1242/2952 +f 1123/1242/2952 1120/1239/2947 1121/1240/2953 +f 1123/1242/2952 1121/1240/2953 1092/1211/2954 +f 1123/1242/2952 1092/1211/2954 1084/1203/2951 +f 1084/1203/2951 1092/1211/2954 1093/1212/2949 +s 27 +f 1082/1201/2955 1122/1241/2956 1083/1202/2957 +f 1083/1202/2957 1122/1241/2956 1124/1243/2958 +s 28 +f 1083/1202/2959 1124/1243/2960 1087/1206/2961 +f 1087/1206/2961 1124/1243/2960 1129/1248/2962 +s 29 +f 1087/1206/2963 1129/1248/2964 1086/1205/2965 +f 1086/1205/2965 1129/1248/2964 1126/1245/2966 +s 30 +f 1086/1251/2967 1126/1245/2968 1127/1246/2969 +f 1088/1207/2970 1086/1251/2967 1127/1246/2969 +s 31 +f 1088/1207/2971 1127/1246/2972 1089/1208/2973 +f 1089/1208/2973 1127/1246/2972 1128/1247/2974 +s 32 +f 1089/1208/2975 1128/1247/2976 1085/1204/2977 +f 1085/1204/2977 1128/1247/2976 1125/1244/2978 +s 33 +f 1085/1204/2979 1125/1244/2980 1084/1203/2981 +f 1084/1203/2981 1125/1244/2980 1123/1242/2982 +s 34 +f 1121/1240/2983 1059/1178/2984 1092/1211/2985 +f 1092/1211/2985 1059/1178/2984 1058/1177/2986 +f 1092/1211/2985 1058/1177/2986 1090/1209/2987 +f 1090/1209/2987 1058/1177/2986 1111/1230/2988 +f 1090/1209/2987 1111/1230/2988 1119/1238/2989 +f 1119/1238/2989 1111/1230/2988 1110/1229/2990 +f 1119/1238/2989 1110/1229/2990 1121/1240/2983 +f 1121/1240/2983 1110/1229/2990 1059/1178/2984 +s 35 +f 1059/1178/2991 1110/1229/2992 1061/1180/2993 +f 1061/1180/2993 1110/1229/2992 1112/1231/2994 +s 36 +f 1061/1180/2995 1112/1231/2996 1063/1182/2997 +f 1063/1182/2997 1112/1231/2996 1117/1236/2998 +s 37 +f 1063/1182/2999 1117/1236/3000 1062/1181/3001 +f 1062/1181/3001 1117/1236/3000 1114/1233/3002 +s 38 +f 1062/1252/3003 1114/1233/3004 1115/1234/3005 +f 1064/1183/3006 1062/1252/3003 1115/1234/3005 +s 39 +f 1064/1183/3007 1115/1234/3008 1065/1184/3009 +f 1065/1184/3009 1115/1234/3008 1116/1235/3010 +s 40 +f 1065/1184/3011 1116/1235/3012 1060/1179/3013 +f 1060/1179/3013 1116/1235/3012 1113/1232/3014 +s 41 +f 1060/1179/3015 1113/1232/3016 1058/1177/3017 +f 1058/1177/3017 1113/1232/3016 1111/1230/3018 +s 42 +f 1067/1186/3019 1096/1215/3020 1069/1188/3021 +f 1069/1188/3021 1096/1215/3020 1097/1216/3022 +v 79.000000 -205.000000 85.000000 +v 86.000000 -205.000000 85.000000 +v 79.000000 -205.000000 84.000000 +v 86.000000 -205.000000 84.000000 +v 83.792885 -205.000000 80.207092 +v 87.585785 -205.000000 84.000000 +v 81.207115 -205.000000 80.207092 +v 77.414215 -205.000000 84.000000 +v 75.000000 -205.000000 73.992210 +v 75.000000 -205.000015 81.000000 +v 76.000000 -205.000000 73.992210 +v 76.000000 -205.000000 81.000000 +v 79.792885 -205.000000 78.792900 +v 76.000000 -205.000000 82.585785 +v 79.792885 -205.000000 76.207092 +v 76.000000 -205.000000 72.414215 +v 86.000000 -205.000000 70.000000 +v 79.000000 -205.000000 70.000000 +v 86.000000 -205.000000 71.000000 +v 79.000000 -205.000000 71.000000 +v 83.792908 15.000000 74.792923 +v 81.207115 -205.000000 74.792900 +v 77.414215 -205.000000 71.000000 +v 87.585785 -205.000000 71.000000 +v 90.000000 -205.000000 73.992210 +v 89.000000 -205.000000 73.992210 +v 90.000008 -205.000015 81.000000 +v 89.000000 -205.000000 81.000000 +v 85.207085 15.000000 76.207062 +v 89.000000 -205.000000 72.414215 +v 85.207115 -205.000000 78.792900 +v 89.000000 -205.000000 82.585785 +v 75.000000 -207.500000 85.000000 +v 75.000000 -207.500000 70.000000 +v 90.000000 -207.500000 85.000000 +v 90.000000 -207.500000 70.000000 +v 75.000000 235.000000 73.992210 +v 76.000000 235.000000 73.992210 +v 75.000000 235.000015 81.000000 +v 76.000000 235.000000 81.000000 +v 79.792885 235.000000 78.792900 +v 76.000000 235.000000 72.414215 +v 79.792885 235.000000 76.207092 +v 76.000000 235.000000 82.585785 +v 79.000000 235.000000 70.000000 +v 86.000008 235.000015 69.999992 +v 79.000000 235.000000 71.000000 +v 86.000000 235.000000 71.000000 +v 87.585785 235.000000 71.000000 +v 81.207115 235.000000 74.792900 +v 77.414215 235.000000 71.000000 +v 86.000000 235.000000 85.000000 +v 79.000000 235.000000 85.000000 +v 86.000000 235.000000 84.000000 +v 79.000000 235.000000 84.000000 +v 83.792885 235.000000 80.207092 +v 81.207115 235.000000 80.207092 +v 77.414215 235.000000 84.000000 +v 87.585785 235.000000 84.000000 +v 75.000000 237.500015 69.999992 +v 75.000000 237.500000 85.000000 +v 90.000008 237.500015 69.999992 +v 90.000000 237.500000 85.000000 +v 90.000000 235.000000 73.992210 +v 90.000008 235.000015 81.000000 +v 89.000000 235.000000 73.992210 +v 89.000000 235.000000 81.000000 +v 85.207115 235.000000 78.792900 +v 89.000000 235.000000 82.585785 +v 89.000000 235.000000 72.414215 +vt 0.535666 0.029392 +vt 0.535286 0.029392 +vt 0.535666 0.029392 +vt 0.535286 0.029392 +vt 0.535452 0.027604 +vt 0.535200 0.029392 +vt 0.535546 0.029392 +vt 0.535752 0.029392 +vt 0.535885 0.029392 +vt 0.535885 0.029392 +vt 0.535829 0.029392 +vt 0.535829 0.029392 +vt 0.535633 0.026205 +vt 0.535829 0.029392 +vt 0.535623 0.029392 +vt 0.535829 0.029392 +vt 0.535286 0.029392 +vt 0.535666 0.029392 +vt 0.535286 0.029392 +vt 0.535666 0.029392 +vt 0.535468 0.016865 +vt 0.535546 0.029392 +vt 0.535752 0.029392 +vt 0.535200 0.029392 +vt 0.535067 0.029392 +vt 0.535123 0.029392 +vt 0.535067 0.029392 +vt 0.535123 0.029392 +vt 0.535316 0.016505 +vt 0.535123 0.029392 +vt 0.535329 0.029392 +vt 0.535123 0.029392 +vt 0.535885 0.029503 +vt 0.535885 0.029503 +vt 0.535067 0.029503 +vt 0.535067 0.029503 +vt 0.535885 0.010269 +vt 0.535829 0.010269 +vt 0.535885 0.010269 +vt 0.535829 0.010269 +vt 0.535631 0.010269 +vt 0.535829 0.010269 +vt 0.535623 0.010269 +vt 0.535829 0.010269 +vt 0.535666 0.010269 +vt 0.535286 0.010269 +vt 0.535666 0.010269 +vt 0.535286 0.010269 +vt 0.535200 0.010269 +vt 0.535546 0.010269 +vt 0.535752 0.010269 +vt 0.535286 0.010269 +vt 0.535666 0.010269 +vt 0.535286 0.010269 +vt 0.535666 0.010269 +vt 0.535440 0.010269 +vt 0.535546 0.010269 +vt 0.535752 0.010269 +vt 0.535200 0.010269 +vt 0.535885 0.010157 +vt 0.535885 0.010157 +vt 0.535067 0.010157 +vt 0.535067 0.010157 +vt 0.535067 0.010269 +vt 0.535067 0.010269 +vt 0.535123 0.010269 +vt 0.535123 0.010269 +vt 0.535329 0.010269 +vt 0.535123 0.010269 +vt 0.535123 0.010269 +vt 0.535638 0.011604 +vt 0.535636 0.017671 +vt 0.535485 0.020307 +vt 0.535478 0.014812 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000020 +vn 0.000000 1.000000 -0.000021 +vn 0.000000 1.000000 0.000010 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000012 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000021 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000020 +vn 0.000000 1.000000 -0.000010 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 -0.000002 +vn 0.000015 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000000 1.000000 -0.000002 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000015 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000042 +vn 0.000002 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000042 +vn 0.000000 -1.000000 0.000010 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000021 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000010 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 0.000002 +vn 0.000000 1.000000 -0.000001 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000012 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000016 +vn 0.000000 -1.000000 0.000016 +vn 0.000015 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707106 0.000000 -0.707107 +vn -0.993801 0.000000 -0.111177 +vn -0.993802 -0.000002 -0.111164 +vn -0.944697 0.000000 -0.327945 +vn 0.000000 0.000000 0.000000 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707106 0.000000 0.707107 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn -0.328008 0.000000 -0.944675 +vn -0.328008 0.000000 -0.944675 +vn -0.328008 0.000000 -0.944675 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707106 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 -0.000008 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000002 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 -0.000001 +vn 1.000000 -0.000007 -0.000001 +vn 1.000000 0.000003 0.000001 +vn 1.000000 0.000000 0.000002 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000009 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.707106 0.000000 0.707107 +vn 0.000000 0.000000 0.000000 +vn 0.944690 0.000000 0.327965 +vn 0.944688 0.000000 0.327971 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707106 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707106 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707106 +vn -0.707107 0.000000 0.707107 +vn -0.111167 0.000000 0.993802 +vn -0.111154 0.000000 0.993803 +vn -0.328043 0.000000 0.944663 +vn -0.328136 0.000000 0.944631 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +s 1 +f 1130/1253/3023 1131/1254/3024 1132/1255/3025 +f 1132/1255/3025 1131/1254/3024 1133/1256/3026 +f 1132/1255/3025 1133/1256/3026 1134/1257/3027 +f 1134/1257/3027 1133/1256/3026 1135/1258/3028 +f 1132/1255/3025 1134/1257/3027 1136/1259/3029 +f 1132/1255/3025 1136/1259/3029 1137/1260/3030 +s 2 +f 1138/1261/3031 1139/1262/3032 1140/1263/3033 +f 1140/1263/3033 1139/1262/3032 1141/1264/3034 +f 1140/1263/3033 1141/1264/3034 1142/1265/3035 +f 1142/1265/3035 1141/1264/3034 1143/1266/3036 +f 1140/1263/3033 1142/1265/3035 1144/1267/3037 +f 1140/1263/3033 1144/1267/3037 1145/1268/3038 +s 3 +f 1146/1269/3039 1147/1270/3040 1148/1271/3041 +f 1148/1271/3041 1147/1270/3040 1149/1272/3042 +s 4 +f 1148/1271/3043 1149/1272/3044 1150/1273/3045 +s off +f 1150/1273/3046 1149/1272/3047 1151/1274/3048 +f 1151/1274/3049 1149/1272/3050 1152/1275/3051 +s 4 +f 1148/1271/3043 1150/1273/3045 1153/1276/3052 +s 5 +f 1154/1277/3053 1155/1278/3054 1156/1279/3055 +f 1156/1279/3055 1155/1278/3054 1157/1280/3056 +s 6 +f 1157/1280/3057 1155/1278/3058 1158/1281/3059 +f 1159/1282/3060 1158/1281/3059 1155/1278/3058 +s off +f 1158/1281/3061 1160/1283/3062 1157/1280/3063 +f 1157/1280/3064 1160/1283/3065 1161/1284/3066 +s 7 +f 1162/1285/3067 1163/1286/3068 1164/1287/3069 +f 1164/1287/3069 1163/1286/3068 1165/1288/3070 +s 8 +f 1166/1289/3071 1167/1290/3072 1168/1291/3073 +f 1168/1291/3073 1167/1290/3072 1169/1292/3074 +f 1169/1292/3074 1167/1290/3072 1170/1293/3075 +f 1171/1294/3076 1172/1295/3077 1167/1290/3072 +f 1167/1290/3072 1172/1295/3077 1170/1293/3075 +f 1169/1292/3074 1170/1293/3075 1173/1296/3078 +s 9 +f 1174/1297/3079 1175/1298/3080 1176/1299/3081 +f 1176/1299/3081 1175/1298/3080 1177/1300/3082 +s 10 +f 1176/1299/3083 1177/1300/3084 1150/1273/3085 +f 1150/1273/3085 1177/1300/3084 1178/1301/3086 +s off +f 1176/1299/3087 1150/1273/3088 1179/1302/3089 +f 1176/1299/3090 1179/1302/3091 1180/1303/3092 +s 11 +f 1181/1304/3093 1182/1305/3094 1183/1306/3095 +f 1183/1306/3095 1182/1305/3094 1184/1307/3096 +f 1183/1306/3095 1184/1307/3096 1185/1308/3097 +f 1185/1308/3097 1184/1307/3096 1186/1309/3098 +f 1186/1309/3098 1184/1307/3096 1187/1310/3099 +f 1183/1306/3095 1185/1308/3097 1188/1311/3100 +s 12 +f 1189/1312/3101 1190/1313/3102 1191/1314/3103 +f 1191/1314/3103 1190/1313/3102 1192/1315/3104 +s 13 +f 1193/1316/3105 1194/1317/3106 1195/1318/3107 +f 1195/1318/3107 1194/1317/3106 1196/1319/3108 +s 14 +f 1195/1318/3109 1196/1319/3110 1158/1281/3111 +s off +f 1158/1281/3112 1196/1319/3113 1197/1320/3114 +f 1197/1320/3115 1196/1319/3116 1198/1321/3117 +s 14 +f 1195/1318/3109 1158/1281/3111 1199/1322/3118 +s 15 +f 1141/1264/3119 1169/1292/3120 1143/1266/3121 +f 1143/1266/3121 1169/1292/3120 1173/1296/3122 +s 16 +f 1143/1266/3123 1173/1296/3124 1142/1265/3125 +f 1142/1265/3125 1173/1296/3124 1170/1293/3126 +s 17 +f 1142/1323/3127 1170/1293/3128 1172/1295/3129 +f 1144/1267/3130 1142/1324/3127 1172/1295/3129 +s 18 +f 1144/1267/3131 1172/1295/3132 1145/1268/3133 +f 1145/1268/3133 1172/1295/3132 1171/1294/3134 +s 19 +f 1145/1268/3135 1171/1294/3136 1140/1263/3137 +f 1140/1263/3137 1171/1294/3136 1167/1290/3138 +s 20 +f 1140/1263/3139 1167/1290/3140 1138/1261/3141 +f 1138/1261/3141 1167/1290/3140 1166/1289/3142 +s 21 +f 1139/1262/3143 1138/1261/3144 1163/1286/3145 +f 1163/1286/3145 1138/1261/3144 1166/1289/3146 +f 1163/1286/3145 1166/1289/3146 1189/1312/3147 +f 1189/1312/3147 1166/1289/3146 1168/1291/3148 +f 1189/1312/3147 1168/1291/3148 1190/1313/3149 +f 1190/1313/3149 1168/1291/3148 1139/1262/3143 +f 1190/1313/3149 1139/1262/3143 1162/1285/3150 +f 1162/1285/3150 1139/1262/3143 1163/1286/3145 +s 22 +f 1147/1270/3151 1174/1297/3152 1149/1272/3153 +f 1149/1272/3153 1174/1297/3152 1176/1299/3154 +s 23 +f 1149/1272/3155 1176/1299/3156 1152/1275/3157 +f 1152/1275/3157 1176/1299/3156 1180/1303/3158 +s 24 +f 1152/1275/3159 1180/1303/3160 1151/1274/3161 +f 1151/1274/3161 1180/1303/3160 1179/1302/3162 +s off +f 1179/1302/3163 1150/1325/3164 1151/1274/3165 +f 1153/1276/3166 1150/1273/3167 1178/1301/3168 +s 25 +f 1153/1276/3169 1178/1301/3170 1148/1271/3171 +f 1148/1271/3171 1178/1301/3170 1177/1300/3172 +s 26 +f 1148/1271/3173 1177/1300/3174 1146/1269/3175 +f 1146/1269/3175 1177/1300/3174 1175/1298/3176 +s 27 +f 1175/1298/3177 1165/1288/3178 1146/1269/3179 +f 1146/1269/3179 1165/1288/3178 1163/1286/3180 +f 1146/1269/3179 1163/1286/3180 1147/1270/3181 +f 1147/1270/3181 1163/1286/3180 1174/1297/3182 +f 1174/1297/3182 1163/1286/3180 1189/1312/3183 +f 1174/1297/3182 1189/1312/3183 1175/1298/3177 +f 1175/1298/3177 1189/1312/3183 1191/1314/3184 +f 1175/1298/3177 1191/1314/3184 1165/1288/3178 +s 28 +f 1191/1314/3185 1193/1316/3186 1165/1288/3187 +f 1165/1288/3187 1193/1316/3186 1154/1277/3188 +f 1165/1288/3187 1154/1277/3188 1156/1279/3189 +f 1193/1316/3186 1191/1314/3185 1194/1317/3190 +f 1194/1317/3190 1191/1314/3185 1192/1315/3191 +f 1194/1317/3190 1192/1315/3191 1164/1287/3192 +f 1194/1317/3190 1164/1287/3192 1156/1279/3189 +f 1156/1279/3189 1164/1287/3192 1165/1288/3187 +s 29 +f 1154/1277/3193 1193/1316/3194 1155/1278/3195 +f 1155/1278/3195 1193/1316/3194 1195/1318/3196 +s 30 +f 1155/1278/3197 1195/1318/3198 1159/1282/3199 +f 1159/1282/3199 1195/1318/3198 1199/1322/3200 +s off +f 1159/1282/3201 1199/1322/3202 1158/1281/3203 +f 1160/1283/3204 1158/1281/3205 1197/1320/3206 +s 31 +f 1160/1283/3207 1197/1320/3208 1161/1284/3209 +f 1161/1284/3209 1197/1320/3208 1198/1321/3210 +s 32 +f 1161/1284/3211 1198/1321/3212 1157/1280/3213 +f 1157/1280/3213 1198/1321/3212 1196/1319/3214 +s 33 +f 1157/1280/3215 1196/1319/3216 1156/1279/3217 +f 1156/1279/3217 1196/1319/3216 1194/1317/3218 +s 34 +f 1192/1315/3219 1131/1254/3220 1164/1287/3221 +f 1164/1287/3221 1131/1254/3220 1130/1253/3222 +f 1164/1287/3221 1130/1253/3222 1162/1285/3223 +f 1162/1285/3223 1130/1253/3222 1182/1305/3224 +f 1162/1285/3223 1182/1305/3224 1190/1313/3225 +f 1190/1313/3225 1182/1305/3224 1181/1304/3226 +f 1190/1313/3225 1181/1304/3226 1192/1315/3219 +f 1192/1315/3219 1181/1304/3226 1131/1254/3220 +s 35 +f 1131/1254/3227 1181/1304/3228 1133/1256/3229 +f 1133/1256/3229 1181/1304/3228 1183/1306/3230 +s 36 +f 1133/1256/3231 1183/1306/3232 1135/1258/3233 +f 1135/1258/3233 1183/1306/3232 1188/1311/3234 +s 37 +f 1135/1258/3235 1188/1311/3236 1134/1257/3237 +f 1134/1257/3237 1188/1311/3236 1185/1308/3238 +s 38 +f 1134/1326/3239 1185/1308/3240 1186/1309/3241 +f 1136/1259/3242 1134/1326/3239 1186/1309/3241 +s 39 +f 1136/1259/3243 1186/1309/3244 1137/1260/3245 +f 1137/1260/3245 1186/1309/3244 1187/1310/3246 +s 40 +f 1137/1260/3247 1187/1310/3248 1132/1255/3249 +f 1132/1255/3249 1187/1310/3248 1184/1307/3250 +s 41 +f 1132/1255/3251 1184/1307/3252 1130/1253/3253 +f 1130/1253/3253 1184/1307/3252 1182/1305/3254 +s 42 +f 1139/1262/3255 1168/1291/3256 1141/1264/3257 +f 1141/1264/3257 1168/1291/3256 1169/1292/3258 +v -131.127045 76.432442 94.000000 +v -130.543182 75.579460 86.739998 +v -130.543182 75.579460 94.000000 +v -129.841507 74.820435 94.000000 +v -128.972366 74.127319 94.000000 +v -128.076233 73.612137 86.739998 +v -128.076233 73.612129 94.000000 +v -127.114716 73.232719 94.000000 +v -126.030922 72.985352 86.739998 +v -126.030914 72.985352 94.000000 +v -125.000000 72.909996 86.739998 +v -125.000000 72.909996 94.000000 +v -122.885284 73.232719 86.739998 +v -122.885284 73.232719 94.000000 +v -121.923767 73.612137 86.739998 +v -121.923767 73.612129 94.000000 +v -121.027634 74.127319 94.000000 +v -120.158493 74.820435 86.739998 +v -120.158493 74.820435 94.000000 +v -119.456802 75.579460 86.739998 +v -119.456818 75.579460 94.000000 +v -118.390625 77.434021 86.739998 +v -118.390625 77.434021 94.000000 +v -118.087753 78.422325 86.739998 +v -118.087769 78.422325 94.000000 +v -117.931824 80.555832 86.739998 +v -117.931824 80.555840 94.000000 +v -118.087753 81.577675 86.739998 +v -118.087769 81.577675 94.000000 +v -118.872955 83.567558 94.000000 +v -119.456802 84.420540 86.739998 +v -119.456818 84.420540 94.000000 +v -121.027634 85.872681 94.000000 +v -121.923767 86.387871 86.739998 +v -121.923767 86.387871 94.000000 +v -122.885284 86.767281 94.000000 +v -123.969086 87.014648 86.739998 +v -123.969086 87.014648 94.000000 +v -125.000000 87.089996 86.739998 +v -125.000000 87.089996 94.000000 +v -127.114716 86.767281 86.739998 +v -127.114716 86.767281 94.000000 +v -128.076233 86.387871 86.739998 +v -128.076233 86.387871 94.000000 +v -128.972382 85.872681 94.000000 +v -129.841507 85.179565 86.739998 +v -129.841507 85.179565 94.000000 +v -130.543182 84.420540 86.739998 +v -130.543182 84.420540 94.000000 +v -131.609375 82.565979 86.739998 +v -131.609375 82.565979 94.000000 +v -131.912231 81.577675 86.739998 +v -131.912231 81.577675 94.000000 +v -132.068176 80.555832 94.000000 +v -119.587311 82.446693 94.000000 +v -120.776215 84.048164 94.006721 +v -120.158493 85.179565 94.000000 +v -119.587311 77.553307 94.000000 +v -119.081406 79.496254 94.000000 +v -121.521118 84.703758 94.006721 +v -123.286850 85.594025 94.006721 +v -120.498596 86.015808 94.000000 +v -120.100754 85.638878 94.000000 +v -120.076019 85.450531 94.000000 +v -118.390625 82.565979 94.000000 +v -119.251663 81.496750 94.000000 +v -130.940002 80.000000 94.000000 +v -132.250092 79.498940 94.000000 +v -132.403198 79.611382 94.000000 +v -130.107544 82.853241 94.006721 +v -129.912094 85.355934 94.000000 +v -129.749573 85.879341 94.000000 +v -129.863327 85.727180 94.000000 +v -128.067444 84.981842 94.006721 +v -126.232574 85.719154 94.006721 +v -124.245522 85.891899 94.000000 +v -120.688019 86.030365 94.000000 +v -118.139313 82.954750 94.000000 +v -118.198746 82.774323 94.000000 +v -121.467880 75.224258 94.000000 +v -120.152832 76.723885 94.006721 +v -132.541809 79.858383 94.000000 +v -132.541809 80.141617 94.000000 +v -132.403198 80.388618 94.000000 +v -132.250092 80.501060 94.000000 +v -129.919662 85.545753 94.000000 +v -129.551880 83.675385 94.006721 +v -131.127045 83.567558 94.000000 +v -126.354027 87.346161 94.000000 +v -126.191338 87.248077 94.000000 +v -123.808662 87.248077 94.000000 +v -123.645973 87.346161 94.000000 +v -123.459854 87.384224 94.000000 +v -120.324951 85.938774 94.000000 +v -120.187042 85.808121 94.000000 +v -118.143631 83.144676 94.000000 +v -131.665771 83.466980 94.000000 +v -129.591522 85.984711 94.000000 +v -127.026245 87.131111 94.000000 +v -127.101791 86.956810 94.000000 +v -126.030914 87.014648 94.000000 +v -131.801254 77.225685 94.000000 +v -131.856369 83.144676 94.000000 +v -131.860687 82.954750 94.000000 +v -131.801254 82.774323 94.000000 +v -131.409546 83.587677 94.000000 +v -129.311981 86.030365 94.000000 +v -129.128601 85.980743 94.000000 +v -126.896774 87.270134 94.000000 +v -126.540146 87.384224 94.000000 +v -123.103226 87.270134 94.000000 +v -118.590439 83.587677 94.000000 +v -118.334213 83.466980 94.000000 +v -118.211182 83.322227 94.000000 +v -118.198746 77.225685 94.000000 +v -118.872955 76.432442 94.000000 +v -123.969086 72.985352 94.000000 +v -129.912094 74.644066 94.000000 +v -128.865265 75.608215 94.006721 +v -131.860687 77.045250 94.000000 +v -131.609375 77.434021 94.000000 +v -122.973755 87.131111 94.000000 +v -122.898209 86.956810 94.000000 +v -117.931824 79.444168 94.000000 +v -117.668549 80.451378 94.000000 +v -130.107544 77.146759 94.006721 +v -130.516266 78.050980 94.006721 +v -131.912231 78.422325 94.000000 +v -132.068176 79.444168 94.000000 +v -131.830170 76.763664 94.000000 +v -131.501434 76.437729 94.000000 +v -131.733490 76.600143 94.000000 +v -117.668549 79.548622 94.000000 +v -117.490067 79.768539 94.000000 +v -120.087906 74.644066 94.000000 +v -120.080338 74.454239 94.000000 +v -125.248299 74.154808 94.006721 +v -124.256889 74.196922 94.006721 +v -122.366096 74.775970 94.006721 +v -127.181381 74.571419 94.006721 +v -117.536728 80.314606 94.000000 +v -120.187042 74.191879 94.000000 +v -120.871399 74.019257 94.000000 +v -126.896774 72.729866 94.000000 +v -129.311981 73.969643 94.000000 +v -118.139313 77.045250 94.000000 +v -118.143631 76.855331 94.000000 +v -118.590439 76.412323 94.000000 +v -118.412323 76.478363 94.000000 +v -122.973755 72.868889 94.000000 +v -123.103226 72.729866 94.000000 +v -123.364662 72.620918 94.000000 +v -117.442032 80.047668 94.000000 +v -118.266525 76.600143 94.000000 +v -120.324951 74.061226 94.000000 +v -120.498596 73.984192 94.000000 +v -126.445457 72.626854 94.000000 +v -126.635338 72.620918 94.000000 +v -127.026245 72.868889 94.000000 +v -129.128601 74.019257 94.000000 +v -120.688019 73.969643 94.000000 +v -123.554543 72.626854 94.000000 +v -123.808662 72.751923 94.000000 +v -126.268494 72.695930 94.000000 +v -127.101791 73.043190 94.000000 +v -129.591522 74.015289 94.000000 +v -129.863327 74.272820 94.000000 +v -129.919662 74.454239 94.000000 +v -95.995407 87.599258 89.329727 +v -95.784149 86.751480 89.317108 +v -95.072876 82.089951 89.067673 +v -95.381500 84.691109 87.343567 +v -95.102905 82.482765 87.680992 +v -95.798950 86.877457 88.281067 +v -95.375198 84.691910 89.149216 +v -95.798950 86.877464 87.680992 +v -95.830551 86.965057 87.355309 +v -95.102905 82.482765 88.281067 +v -98.054459 93.156250 89.317108 +v -97.237335 91.368156 88.896599 +v -97.313538 91.552483 88.498337 +v -98.283005 93.612640 89.149216 +v -97.333389 91.599960 87.680992 +v -98.280762 93.614128 87.343567 +v -99.353409 95.564476 87.680992 +v -99.410522 95.638016 87.355309 +v -99.380142 95.608437 88.498337 +v -99.126633 95.156425 89.317108 +v -102.238525 99.542656 88.498337 +v -103.193237 100.602539 89.149216 +v -103.800903 101.198822 89.149216 +v -102.272079 99.581673 87.680992 +v -103.786789 101.213203 87.500000 +v -105.418335 102.727921 87.680992 +v -105.495377 102.780220 87.355309 +v -105.457336 102.761475 88.498337 +v -104.823364 102.182259 89.317108 +v -105.848282 103.088654 89.213837 +v -110.328979 106.167946 89.149223 +v -111.390045 106.711121 89.149216 +v -109.319611 105.575867 88.705231 +v -111.385864 106.719231 87.343567 +v -113.400040 107.666603 87.680992 +v -113.489471 107.692535 87.355309 +v -113.447510 107.686462 88.498337 +v -112.356033 107.189674 89.317108 +v -114.099457 107.931938 89.329727 +v -118.802612 109.338387 89.317108 +v -120.310165 109.612068 89.149216 +v -117.990433 109.169609 88.705231 +v -118.122543 109.201042 87.680992 +v -120.306976 109.630661 87.500000 +v -122.517235 109.897087 87.680992 +v -122.610306 109.894112 87.355309 +v -122.568520 109.901306 88.498337 +v -121.039185 109.723061 89.317108 +v -123.077103 109.936218 89.213837 +v -127.834557 109.865784 89.149216 +v -127.347412 109.908020 88.705231 +v -130.082748 109.551888 89.317108 +v -129.693024 109.630661 87.500000 +v -127.482765 109.897087 87.680992 +v -131.965057 109.169449 87.355309 +v -131.877457 109.201042 87.680992 +v -131.927536 109.189201 88.498337 +v -132.422012 109.065247 89.213837 +v -136.606018 107.648674 89.317108 +v -136.599960 107.666603 88.281067 +v -138.619720 106.730186 87.500000 +v -136.599960 107.666603 87.680992 +v -140.638016 105.589478 87.355309 +v -140.564468 105.646584 87.680992 +v -140.564468 105.646584 88.281067 +v -138.663818 106.691742 89.317108 +v -140.899902 105.439987 89.067673 +v -147.560104 99.753235 89.317108 +v -144.542648 102.761475 88.498337 +v -144.281525 102.983101 89.067673 +v -146.206375 101.206749 89.149216 +v -146.204498 101.204498 87.343567 +v -144.581665 102.727921 87.680992 +v -147.727921 99.581673 87.680992 +v -147.780212 99.504623 87.355309 +v -147.727921 99.581665 88.281067 +v -150.619843 95.608437 88.498337 +v -151.714798 93.612190 89.149216 +v -150.646576 95.564476 87.680992 +v -151.719223 93.614128 87.343567 +v -152.666595 91.599960 87.680992 +v -152.692535 91.510529 87.355309 +v -152.686462 91.552483 88.498337 +v -152.424088 92.127167 89.317108 +v -154.189194 86.927536 88.498337 +v -154.450409 85.641083 89.317108 +v -154.609894 84.689865 89.149216 +v -154.201035 86.877464 87.680992 +v -154.618500 84.691109 87.343567 +v -154.897095 82.482765 87.680992 +v -154.894119 82.389694 87.355309 +v -154.901306 82.431480 88.498337 +v -154.792694 83.397621 89.317108 +v -154.933304 81.735588 89.329727 +v -154.792694 76.602379 89.317108 +v -154.609894 75.310135 89.149216 +v -154.908020 77.652588 88.705231 +v -154.897095 77.517235 87.680992 +v -154.630646 75.306969 87.500000 +v -154.201035 73.122543 87.680992 +v -154.169449 73.034943 87.355309 +v -154.189194 73.072464 88.498337 +v -154.450409 74.358917 89.317108 +v -154.065247 72.577988 89.213837 +v -152.424088 67.872833 89.317108 +v -151.714798 66.387802 89.149216 +v -152.718826 68.525391 88.705231 +v -152.666595 68.400040 87.680992 +v -151.730194 66.380280 87.500000 +v -150.646576 64.435532 87.680992 +v -150.589478 64.361984 87.355309 +v -150.619843 64.391563 88.498337 +v -151.428375 65.833511 89.317108 +v -150.349152 63.959595 89.213837 +v -147.570786 60.237411 89.149223 +v -146.001587 58.597145 89.317108 +v -147.727921 60.418335 88.281067 +v -146.213196 58.786797 87.500000 +v -147.727921 60.418335 87.680992 +v -144.504623 57.219780 87.355309 +v -144.581665 57.272079 87.680992 +v -144.581665 57.272079 88.281067 +v -144.281525 57.016899 89.067673 +v -136.606018 52.351326 89.317108 +v -140.643341 54.418083 89.317108 +v -140.680389 54.424133 88.705231 +v -140.564468 54.353416 87.680992 +v -138.614136 53.280777 87.343567 +v -136.599960 52.333397 88.281067 +v -138.618835 53.271706 89.149216 +v -136.599960 52.333397 87.680992 +v -136.510529 52.307465 87.355309 +v -131.927536 50.810806 88.498337 +v -129.691406 50.381653 89.149216 +v -131.877457 50.798965 87.680992 +v -129.693024 50.369347 87.500000 +v -127.482765 50.102913 87.680992 +v -127.389694 50.105881 87.355309 +v -127.431480 50.098694 88.498337 +v -127.833214 50.148338 89.317108 +v -122.568520 50.098694 88.498337 +v -121.037323 50.262863 89.149216 +v -120.310165 50.387932 89.149216 +v -122.517235 50.102913 87.680992 +v -120.306976 50.369347 87.500000 +v -118.122543 50.798965 87.680992 +v -118.034943 50.830551 87.355309 +v -118.072464 50.810806 88.498337 +v -118.802612 50.661613 89.317108 +v -117.577988 50.934753 89.213837 +v -112.350037 52.797455 89.149223 +v -111.390045 53.288879 89.149216 +v -113.525391 52.281174 88.705231 +v -113.400040 52.333397 87.680992 +v -111.385864 53.280777 87.343567 +v -109.435532 54.353416 87.680992 +v -109.361984 54.410522 87.355309 +v -109.391556 54.380150 88.498337 +v -110.335922 53.844437 89.317108 +v -108.809769 54.763298 89.329727 +v -104.823364 57.817749 89.317108 +v -103.800903 58.801178 89.149216 +v -105.521408 57.183670 88.705231 +v -105.418335 57.272079 87.680992 +v -103.786789 58.786797 87.500000 +v -102.272079 60.418335 87.680992 +v -102.219772 60.495377 87.355309 +v -102.238525 60.457352 88.498337 +v -103.203552 59.407211 89.317108 +v -101.911346 60.848274 89.213837 +v -99.114380 64.836403 89.149216 +v -98.283005 66.387360 89.149216 +v -99.424133 64.319595 88.705231 +v -99.353409 64.435532 87.680992 +v -98.280762 66.385872 87.343567 +v -97.333389 68.400040 87.680992 +v -97.307465 68.489471 87.355309 +v -97.313538 68.447517 88.498337 +v -140.648438 96.856049 86.500000 +v -139.964218 97.466316 86.500000 +v -102.578003 85.123932 86.500000 +v -102.391617 84.226234 86.500000 +v -131.773529 58.020027 86.500000 +v -132.644165 58.307449 86.500000 +v -145.079315 91.216980 93.500000 +v -144.801376 91.700653 90.000000 +v -143.772522 93.288795 90.000000 +v -145.631775 90.165131 89.000000 +v -146.429291 88.301514 93.500000 +v -145.548172 90.333099 89.465477 +v -145.366455 90.686569 89.760506 +v -145.958252 89.473732 93.500000 +v -147.805313 77.176178 93.500000 +v -147.669159 76.112984 93.500000 +v -147.421982 74.876068 89.000000 +v -147.825668 77.173569 86.500000 +v -147.421982 74.876076 86.500000 +v -147.242462 74.145714 89.871269 +v -147.257858 74.204498 93.500000 +v -146.697784 72.333687 93.656433 +v -146.446869 71.691437 90.000000 +v -147.328949 74.484779 89.683372 +v -144.119141 67.214920 89.000000 +v -143.759872 66.720566 93.500000 +v -144.177139 67.302071 89.352852 +v -144.365479 67.591202 89.686447 +v -144.055725 67.120575 93.500000 +v -145.958252 70.526268 93.500000 +v -145.263275 69.118851 90.000000 +v -145.079315 68.783020 93.500000 +v -129.848221 57.504196 93.656433 +v -129.920471 57.532486 90.000000 +v -130.671066 57.710114 89.976044 +v -131.738525 57.996391 93.656433 +v -132.637268 58.326981 93.500000 +v -131.638550 57.978882 89.423409 +v -131.773544 58.020027 89.000000 +v -127.922974 57.174072 93.656433 +v -127.122177 57.098114 90.000000 +v -124.023331 57.008423 93.656433 +v -125.232376 57.001175 90.000000 +v -125.976669 57.008423 93.656433 +v -127.120468 57.118118 93.500000 +v -123.487366 57.049789 89.000000 +v -121.475006 57.289780 93.500000 +v -123.919189 57.025406 89.675400 +v -122.077026 57.174072 93.656433 +v -109.804474 62.734535 93.500000 +v -109.343933 63.151039 89.117355 +v -111.139404 61.645599 86.500000 +v -109.351547 63.143951 86.500000 +v -107.105179 65.550941 93.500000 +v -107.081146 65.580750 90.000000 +v -108.395004 64.085403 93.500000 +v -108.618652 63.855301 89.952637 +v -109.059204 63.420166 89.683372 +v -104.105301 70.386909 86.500000 +v -104.368225 69.834877 86.500000 +v -104.368225 69.834877 89.000000 +v -104.041748 70.526268 93.500000 +v -104.445358 69.679779 89.448402 +v -104.679794 69.225533 89.808174 +v -105.934067 67.113686 93.656433 +v -104.920670 68.783020 93.500000 +v -105.445007 67.892059 90.000000 +v -103.313812 87.662216 93.500000 +v -103.082336 86.972511 90.000000 +v -102.742142 85.795494 93.500000 +v -102.826645 86.109116 89.945610 +v -102.712967 85.682281 89.790253 +v -102.633957 85.362808 89.548706 +v -102.578018 85.123924 89.000000 +v -104.041748 89.473732 93.500000 +v -104.105301 89.613091 90.000000 +v -104.966248 91.298172 90.000000 +v -104.920670 91.216980 93.500000 +v -107.081146 94.419250 86.500000 +v -105.880859 92.785088 86.500000 +v -105.880859 92.785080 89.000000 +v -107.105179 94.449066 93.500000 +v -105.777191 92.628685 89.465477 +v -105.944275 92.879425 93.500000 +v -118.236404 101.983032 89.117355 +v -116.040695 101.168037 93.500000 +v -116.424301 101.341446 93.500000 +v -118.265076 101.991837 93.500000 +v -116.034927 101.180824 86.500000 +v -118.226456 101.979973 86.500000 +v -119.208954 102.259018 89.952637 +v -122.078590 102.813713 93.500000 +v -121.472000 102.727806 90.000000 +v -120.154373 102.483772 93.500000 +v -118.611847 102.095055 89.683372 +v -124.023849 102.979279 93.500000 +v -127.122177 102.901886 86.500000 +v -126.512634 102.950203 86.500000 +v -126.512634 102.950203 89.000000 +v -127.921410 102.813713 93.500000 +v -126.408157 102.956848 89.352852 +v -126.063591 102.975395 89.686447 +v -125.592232 102.992035 89.888107 +v -125.976151 102.979279 93.500000 +v -124.291718 102.989090 90.000000 +v -141.997208 95.494995 90.000000 +v -141.613876 95.923119 93.656433 +v -141.377335 96.148132 89.945610 +v -140.195526 97.265457 93.500000 +v -139.957336 97.457771 93.500000 +v -140.751587 96.759705 89.423409 +v -140.648438 96.856041 89.000000 +v -142.894821 94.449066 93.500000 +v -144.055725 92.879425 93.500000 +v -148.000000 80.000000 86.500000 +v -147.825668 82.826431 86.500000 +v -147.917145 81.950539 93.500000 +v -147.305328 85.610016 86.500000 +v -145.631775 90.165131 86.500000 +v -146.446869 88.308563 86.500000 +v -146.629669 87.733917 86.500000 +v -146.686188 87.662216 93.500000 +v -147.257858 85.795494 93.500000 +v -147.669159 83.887024 93.500000 +v -138.676559 98.491928 93.500000 +v -137.704391 99.172852 86.500000 +v -135.251984 100.588753 86.500000 +v -137.059067 99.585175 93.500000 +v -132.644165 101.692558 86.500000 +v -133.575699 101.341446 93.500000 +v -134.566757 100.878784 86.500000 +v -135.354691 100.537292 93.500000 +v -129.845612 102.483772 93.500000 +v -129.925049 102.466202 86.500000 +v -131.734924 101.991837 93.500000 +v -132.637268 101.673019 93.500000 +v -114.645309 100.537292 93.500000 +v -115.433243 100.881226 86.500000 +v -113.508987 99.902504 93.500000 +v -113.500000 99.918579 86.500000 +v -112.940933 99.585175 93.500000 +v -111.139404 98.354393 86.500000 +v -108.988922 96.511971 86.500000 +v -109.804489 97.265457 93.500000 +v -111.323441 98.491928 93.500000 +v -108.395004 95.914597 93.500000 +v -109.002991 96.497292 93.500000 +v -102.330826 83.887024 93.500000 +v -102.043625 81.415901 86.500000 +v -102.082855 81.950539 93.500000 +v -102.000000 80.000000 93.500000 +v -102.043625 78.584099 86.500000 +v -102.082855 78.049469 93.500000 +v -102.391617 75.773758 86.500000 +v -103.302200 72.333687 93.656433 +v -103.100861 73.033165 93.500000 +v -103.082336 73.027489 86.500000 +v -102.742142 74.204506 93.500000 +v -102.330826 76.112984 93.500000 +v -111.323441 61.508064 93.500000 +v -113.500000 60.081413 86.500000 +v -118.265076 58.008163 93.500000 +v -118.705750 57.878006 86.500000 +v -116.424301 58.658554 93.500000 +v -116.034927 58.819168 86.500000 +v -115.433243 59.118774 86.500000 +v -114.645309 59.462708 93.500000 +v -112.940933 60.414825 93.500000 +v -120.154373 57.516228 93.500000 +v -120.272385 57.534912 86.500000 +v -121.472000 57.272194 86.500000 +v -133.575699 58.658554 93.500000 +v -134.566757 59.121216 86.500000 +v -135.251984 59.411240 86.500000 +v -135.354691 59.462708 93.500000 +v -137.704391 60.827148 86.500000 +v -137.065521 60.404343 93.656433 +v -139.964218 62.533691 86.500000 +v -138.676559 61.508064 93.500000 +v -141.401581 63.927444 86.500000 +v -140.195526 62.734535 93.500000 +v -144.119141 67.214920 86.500000 +v -143.772522 66.711197 86.500000 +v -142.402420 65.008553 86.500000 +v -142.894821 65.550941 93.500000 +v -141.997208 64.505005 86.500000 +v -141.984283 64.516373 93.500000 +v -141.604996 64.085403 93.500000 +v -147.917145 78.049469 93.500000 +v -148.000000 80.000000 93.500000 +v -136.333511 83.943558 86.500000 +v -136.827393 82.028015 86.500000 +v -134.081970 72.156677 86.500000 +v -132.928101 70.991928 86.500000 +v -122.748466 68.213120 86.500000 +v -121.486130 68.526001 86.500000 +v -113.666489 76.056442 86.500000 +v -113.387207 76.976265 86.500000 +v -116.336533 88.303268 86.500000 +v -127.251534 91.786880 89.000000 +v -127.528152 91.730659 92.263931 +v -125.509293 91.989189 90.000000 +v -126.522697 91.890991 92.417870 +v -126.431503 91.913879 89.947769 +v -126.995888 91.832855 89.629448 +v -127.251534 91.786880 86.500000 +v -127.528152 91.730659 86.500000 +v -123.477295 91.890991 92.417870 +v -124.491211 91.977280 92.417870 +v -125.508789 91.977280 92.417870 +v -121.486130 91.473999 86.500000 +v -122.329155 91.699005 86.500000 +v -122.329155 91.699005 89.000000 +v -122.442780 91.724365 89.427757 +v -121.486130 91.473999 92.263931 +v -122.747696 91.786743 89.767136 +v -122.962433 91.825508 89.888588 +v -122.474365 91.719009 92.417870 +v -123.471954 91.902313 90.000000 +v -115.672852 87.531151 92.417870 +v -115.437714 87.250008 89.932724 +v -115.067764 86.713020 92.417870 +v -116.336533 88.303276 92.263931 +v -115.663742 87.538849 89.749847 +v -115.918030 87.843323 89.000000 +v -114.076111 84.937904 92.417870 +v -114.065262 84.942818 90.000000 +v -114.534241 85.846527 92.417870 +v -113.387207 83.023743 86.500000 +v -113.532944 83.536476 86.500000 +v -113.532944 83.536476 89.000000 +v -113.387207 83.023743 92.263931 +v -113.567795 83.647568 89.427757 +v -113.849869 84.435585 89.983315 +v -113.696701 83.993706 92.417870 +v -114.076111 75.062096 92.417870 +v -113.696701 76.006294 92.417870 +v -113.896759 75.448837 89.889030 +v -113.398743 76.979263 92.417870 +v -113.783081 75.736130 89.705559 +v -113.666489 76.056442 89.000000 +v -116.336533 71.696732 86.500000 +v -116.203796 71.837479 86.500000 +v -116.203796 71.837479 89.000000 +v -116.336533 71.696732 92.263931 +v -116.125015 71.923203 89.427757 +v -115.918533 72.156082 89.767136 +v -115.672852 72.468849 92.417870 +v -115.672974 72.450203 89.948105 +v -115.057877 73.280304 90.000000 +v -115.067764 73.286980 92.417870 +v -114.534241 74.153473 92.417870 +v -114.127808 74.921089 90.000000 +v -121.486130 68.526001 92.263931 +v -122.474365 68.280991 92.417870 +v -123.477295 68.109016 92.417870 +v -122.748466 68.213120 89.000000 +v -123.228310 68.131653 89.807594 +v -127.337425 68.229851 89.698738 +v -127.528160 68.269341 92.263931 +v -126.962700 68.161591 89.922195 +v -126.705292 68.121918 89.986420 +v -126.522697 68.109016 92.417870 +v -125.508789 68.022720 92.417870 +v -125.509293 68.010818 90.000000 +v -124.491211 68.022720 92.417870 +v -129.474274 68.865326 86.500000 +v -127.670845 68.301003 86.500000 +v -127.661385 68.298843 89.125977 +v -129.474274 68.865326 92.263931 +v -127.540581 68.272049 89.453400 +v -128.510376 68.537399 92.417870 +v -132.928101 70.991936 92.263931 +v -133.654877 71.704979 92.417870 +v -134.086624 72.162056 89.110924 +v -134.932251 73.286980 92.417870 +v -134.834564 73.123856 90.000000 +v -134.327148 72.468849 92.417870 +v -134.434784 72.584816 89.847778 +v -134.282562 72.395119 89.680054 +v -136.303284 76.006294 92.417870 +v -136.073593 75.376625 90.000000 +v -135.923889 75.062096 92.417870 +v -135.465759 74.153473 92.417870 +v -135.476166 74.147659 90.000000 +v -136.467056 76.463524 89.000000 +v -136.827393 77.971985 92.263931 +v -136.827393 77.971992 86.500000 +v -136.467056 76.463524 86.500000 +v -136.438248 76.371445 89.390869 +v -136.357941 76.127426 89.709213 +v -136.601257 76.979263 92.417870 +v -136.314529 83.997681 92.263931 +v -136.322723 83.974426 89.236397 +v -136.601257 83.020729 92.417870 +v -136.827393 82.028015 92.263931 +v -135.476166 85.852341 90.000000 +v -135.923889 84.937904 92.417870 +v -135.872192 85.078911 90.000000 +v -134.327148 87.531151 92.417870 +v -134.540756 87.278328 90.000000 +v -134.932251 86.713020 92.417870 +v -135.465759 85.846527 92.417870 +v -132.928101 89.008064 86.500000 +v -133.796204 88.162521 86.500000 +v -133.796204 88.162521 89.000000 +v -133.835632 88.119835 89.305519 +v -132.928101 89.008064 92.263931 +v -133.956345 87.986481 89.596870 +v -134.122757 87.795639 89.807533 +v -133.654877 88.295021 92.417870 +v -134.336426 87.538635 89.955307 +v -136.956772 78.982330 92.263931 +v -137.000000 80.000000 86.500000 +v -132.135590 70.352036 92.263931 +v -131.291687 69.781654 86.500000 +v -131.285431 69.791801 92.417870 +v -130.402435 69.284889 92.263931 +v -120.525726 68.865326 92.263931 +v -119.597549 69.284889 86.500000 +v -119.602921 69.295532 92.417870 +v -118.708313 69.781654 92.263931 +v -117.864395 70.352036 86.500000 +v -117.871490 70.361618 92.417870 +v -117.071899 70.991928 92.263931 +v -113.172607 77.971992 92.263931 +v -113.043228 78.982330 86.500000 +v -113.055099 78.983337 92.417870 +v -113.000000 80.000000 92.263931 +v -113.043228 81.017670 86.500000 +v -113.055099 81.016663 92.417870 +v -113.172607 82.028015 92.263931 +v -117.071899 89.008064 92.263931 +v -117.864395 89.647964 86.500000 +v -117.871490 89.638382 92.417870 +v -118.708313 90.218353 92.263931 +v -119.597549 90.715118 86.500000 +v -119.602921 90.704468 92.417870 +v -120.525726 91.134674 92.263931 +v -128.513870 91.473999 92.263931 +v -129.474274 91.134674 86.500000 +v -129.469833 91.123611 92.417870 +v -130.402435 90.715118 92.263931 +v -131.291687 90.218353 86.500000 +v -131.285431 90.208199 92.417870 +v -132.135590 89.647964 92.263931 +v -136.956772 81.017670 92.263931 +v -136.988083 80.000000 92.417870 +v -95.784149 73.248520 89.317108 +v -95.798950 73.122543 88.281067 +v -95.381500 75.308891 87.343567 +v -95.798950 73.122543 87.680992 +v -95.102905 77.517235 87.680992 +v -95.105881 77.610306 87.355309 +v -95.102905 77.517235 88.281067 +v -95.375198 75.308090 89.149216 +v -107.785995 63.501709 94.487686 +v -104.598709 64.669434 94.500000 +v -106.327133 64.922722 94.500000 +v -105.245361 66.648209 94.487686 +v -104.184235 68.371613 94.487686 +v -101.522690 69.997253 94.500000 +v -103.273056 70.178802 94.487686 +v -101.774399 73.952530 94.500000 +v -100.222168 73.892815 94.500000 +v -101.499390 75.970421 94.487686 +v -99.480621 80.000000 94.500000 +v -101.242325 77.977921 94.487686 +v -101.156433 80.000000 94.487686 +v -101.345215 84.056023 94.500000 +v -100.222168 86.107185 94.500000 +v -101.925797 86.008057 94.487686 +v -102.518433 87.943245 94.487686 +v -101.522690 90.002747 94.500000 +v -103.130508 89.885628 94.500000 +v -103.431274 93.639236 94.500000 +v -105.115768 93.439392 94.500000 +v -142.326950 96.606537 94.500000 +v -145.401276 95.330566 94.500000 +v -143.551147 94.979004 94.487686 +v -144.754623 93.351791 94.487686 +v -147.596283 91.859444 94.500000 +v -145.815765 91.628387 94.487686 +v -149.206055 88.081169 94.500000 +v -146.869476 89.885628 94.500000 +v -148.225586 86.047470 94.500000 +v -148.654785 84.056023 94.500000 +v -150.436615 82.053459 94.500000 +v -148.757660 82.022079 94.487686 +v -148.843567 80.000000 94.487686 +v -150.436615 77.946541 94.500000 +v -148.913544 77.964661 94.500000 +v -150.188904 75.906403 94.500000 +v -148.225586 73.952530 94.500000 +v -146.869476 70.114372 94.500000 +v -145.952332 68.295319 94.500000 +v -144.884232 66.560608 94.500000 +v -145.401276 64.669434 94.500000 +v -143.551147 65.020996 94.487686 +v -108.860382 99.767433 94.500000 +v -107.673050 96.606537 94.500000 +v -112.240311 102.100426 94.500000 +v -110.728806 99.295929 94.500000 +v -114.195099 101.430222 94.500000 +v -115.950699 103.861031 94.500000 +v -116.109772 102.124184 94.487686 +v -118.018066 102.798431 94.487686 +v -119.895477 105.003647 94.500000 +v -119.976654 103.308411 94.487686 +v -121.971451 103.650452 94.487686 +v -123.988052 103.822083 94.487686 +v -128.048431 103.805611 94.500000 +v -130.134293 105.149429 94.488869 +v -134.049286 103.861031 94.500000 +v -132.027740 102.948006 94.500000 +v -135.804886 101.430222 94.500000 +v -137.759689 102.100426 94.500000 +v -137.501358 100.303497 94.487686 +v -139.178177 99.170158 94.487686 +v -140.752838 97.898705 94.487686 +v -142.677887 98.404633 94.500000 +v -141.139618 60.232559 94.500000 +v -142.326950 63.393463 94.500000 +v -139.271194 60.704071 94.500000 +v -137.501358 59.696503 94.487686 +v -135.734467 58.709465 94.487686 +v -134.049286 56.138969 94.500000 +v -133.890228 57.875816 94.487686 +v -131.981934 57.201576 94.487686 +v -130.023346 56.691597 94.487686 +v -128.076019 54.666687 94.500000 +v -128.028564 56.349556 94.487686 +v -123.972443 54.501320 94.500000 +v -126.018585 56.021622 94.500000 +v -121.951569 56.194389 94.500000 +v -117.900070 55.488174 94.500000 +v -119.943695 56.538673 94.500000 +v -116.051437 57.730667 94.500000 +v -114.195099 58.569778 94.500000 +v -112.165924 57.770721 94.488869 +v -112.498642 59.696503 94.487686 +v -110.821823 60.829842 94.487686 +v -108.860382 60.232559 94.500000 +v -109.247162 62.101295 94.487686 +v -123.031448 57.534912 86.500000 +v -115.433243 57.534912 86.500000 +v -123.897675 51.018990 86.500008 +v -123.899994 48.478844 86.507393 +v -144.367233 104.785278 86.500000 +v -126.099998 111.521156 86.507393 +v -125.000000 111.435486 86.500000 +v -115.433243 102.465088 86.500000 +v -98.921600 62.412605 86.500000 +v -109.335770 64.500504 86.500000 +v -104.493896 59.493904 86.500000 +v -109.549438 65.840210 86.500000 +v -109.986404 67.124550 86.500000 +v -104.765076 71.151237 86.500000 +v -110.634094 68.316589 86.500000 +v -111.473892 69.382050 86.500000 +v -112.481644 70.290298 86.500000 +v -113.628372 71.015198 86.500000 +v -115.433243 72.266090 86.500000 +v -114.881104 71.535919 86.500000 +v -94.763153 71.332062 86.500000 +v -99.160812 66.834274 86.500000 +v -115.918030 87.843323 86.500000 +v -96.019424 81.101799 86.500008 +v -112.298279 76.191788 86.500000 +v -110.927109 76.090858 86.500000 +v -96.357040 75.463402 86.500000 +v -93.564514 81.100006 86.500000 +v -109.593475 75.756638 86.500000 +v -108.336746 75.199005 86.500000 +v -107.194077 74.434425 86.500000 +v -105.011978 86.300682 86.500000 +v -106.342728 86.564430 86.500000 +v -107.698914 86.599533 86.500000 +v -109.041534 86.404984 86.500000 +v -110.331970 85.986359 86.500000 +v -111.533112 85.355721 86.500000 +v -112.610428 84.531189 86.500000 +v -97.096146 87.906837 86.500008 +v -103.744934 85.815865 86.500000 +v -114.578140 90.232903 86.500000 +v -113.621872 91.220764 86.500000 +v -112.510590 92.030296 86.500000 +v -111.277115 92.637596 86.500000 +v -109.957855 93.024727 86.500000 +v -108.591797 93.180244 86.500000 +v -107.073257 102.798218 86.500008 +v -95.442993 90.760262 86.500000 +v -102.201813 97.926147 86.500008 +v -100.214722 99.367233 86.500000 +v -99.160812 93.165726 86.500000 +v -107.219284 93.099579 86.500000 +v -107.412598 106.078407 86.500000 +v -111.834274 105.839188 86.500000 +v -116.332062 110.236847 86.500000 +v -125.000000 102.465088 86.500000 +v -126.968552 102.465088 86.500000 +v -133.667938 110.236847 86.500000 +v -134.566757 102.465088 86.500000 +v -135.786743 109.638489 86.507393 +v -138.165726 105.839188 86.500000 +v -145.234924 88.848763 86.500000 +v -151.078400 97.587395 86.500000 +v -149.094055 96.142807 86.500008 +v -145.506104 100.506104 86.500000 +v -152.220520 90.006660 86.500008 +v -155.236847 88.667938 86.500000 +v -152.217743 87.733917 86.500000 +v -152.902985 87.907394 86.500008 +v -152.217743 72.266083 86.500000 +v -156.435486 78.900002 86.500000 +v -153.642960 84.536598 86.500000 +v -142.780716 66.900429 86.500000 +v -154.638489 69.213264 86.507393 +v -152.220337 69.993805 86.500000 +v -149.094788 63.857391 86.500008 +v -147.798187 62.073853 86.500008 +v -149.785278 60.632767 86.500000 +v -142.637756 53.852287 86.507393 +v -138.165726 54.160812 86.500000 +v -134.566757 57.534912 86.500000 +v -134.566757 50.055206 86.500000 +v -123.487366 57.049789 86.500000 +v -133.667938 49.763161 86.500000 +v -116.332062 49.763161 86.500000 +v -120.463394 51.357040 86.500000 +v -114.213257 50.361519 86.507393 +v -105.632767 55.214722 86.500000 +v -111.834274 54.160812 86.500000 +v -106.199173 73.485481 86.500000 +v -105.381470 72.380203 86.500000 +v -115.351135 89.095894 86.500000 +v -123.200066 87.733910 86.500000 +v -120.462540 100.460472 86.500000 +v -121.356339 99.439880 86.500000 +v -119.409149 101.315369 86.500000 +v -122.904747 94.340523 86.500000 +v -122.729340 92.995270 86.500000 +v -122.064819 98.282944 86.500000 +v -122.567642 97.022919 86.500000 +v -122.850327 95.696068 86.500000 +v -125.000000 63.927444 86.500000 +v -120.826157 63.168709 86.500000 +v -122.545792 58.051666 86.500000 +v -121.789673 59.199951 86.500000 +v -120.916962 61.796829 86.500000 +v -121.241333 60.460754 86.500000 +v -123.070709 72.467072 86.500000 +v -121.947159 67.095886 86.500000 +v -121.348984 65.857956 86.500000 +v -120.971603 64.535873 86.500000 +v -130.590851 58.684639 86.500000 +v -129.537460 59.539536 86.500000 +v -128.643677 60.560120 86.500000 +v -127.935173 61.717056 86.500000 +v -127.432358 62.977074 86.500000 +v -127.149673 64.303932 86.500000 +v -135.421860 69.767097 86.500000 +v -136.378113 68.779236 86.500000 +v -137.489410 67.969704 86.500000 +v -138.722900 67.362404 86.500000 +v -140.042145 66.975273 86.500000 +v -141.408203 66.819748 86.500000 +v -125.000000 72.266090 86.500000 +v -134.648865 70.904106 86.500000 +v -127.095253 65.659477 86.500000 +v -127.270660 67.004730 86.500000 +v -146.255066 74.184135 86.500000 +v -144.988007 73.699318 86.500000 +v -143.657257 73.435570 86.500000 +v -142.402420 72.266090 86.500000 +v -142.301086 73.400467 86.500000 +v -143.800812 86.514519 86.500000 +v -144.618530 87.619797 86.500000 +v -134.566772 87.733925 86.500000 +v -137.701706 83.808212 86.500000 +v -141.663239 84.800995 86.500000 +v -142.805923 85.565575 86.500000 +v -140.958466 73.595024 86.500000 +v -134.566772 72.881027 86.500000 +v -139.668030 74.013641 86.500000 +v -138.466888 74.644279 86.500000 +v -139.072876 83.909149 86.500000 +v -140.406525 84.243362 86.500000 +v -137.389557 75.468811 86.500000 +v -139.365906 91.683411 86.500000 +v -138.526108 90.617950 86.500000 +v -137.518356 89.709702 86.500000 +v -136.371628 88.984802 86.500000 +v -135.118896 88.464081 86.500000 +v -140.664215 95.499496 86.500000 +v -140.450562 94.159798 86.500000 +v -140.013596 92.875450 86.500000 +v -125.000000 87.733910 86.500000 +v -129.028412 95.464119 86.500000 +v -129.173828 96.831291 86.500000 +v -129.083038 98.203171 86.500000 +v -128.758667 99.539246 86.500000 +v -128.052841 92.904114 86.500000 +v -128.651031 94.142044 86.500000 +v -128.210327 100.800049 86.500000 +v -127.454201 101.948334 86.500000 +v -130.130127 85.704567 86.500000 +v -125.896530 87.274963 86.500000 +v -126.261429 87.567635 86.500000 +v -129.915237 86.052994 86.500000 +v -131.577942 83.789825 86.500000 +v -132.054779 83.320923 86.500000 +v -126.802185 87.586205 86.500000 +v -128.964233 86.165527 86.500000 +v -127.231079 87.256348 86.500000 +v -132.292053 79.255219 86.500000 +v -132.773376 80.204681 86.500000 +v -132.064301 82.779938 86.500000 +v -130.130127 74.295433 86.500000 +v -129.807495 73.861069 86.500000 +v -127.231079 72.743660 86.500000 +v -127.348747 73.056488 86.500000 +v -129.419983 86.270889 86.500000 +v -131.577942 76.210175 86.500000 +v -131.994980 76.554909 86.500000 +v -130.128815 74.763199 86.500000 +v -132.466217 80.650116 86.500000 +v -129.146820 73.757339 86.500000 +v -128.972366 74.127319 86.739998 +v -132.097198 77.086243 86.500000 +v -132.658600 79.545845 86.500000 +v -131.127045 76.432442 86.739998 +v -123.738571 87.567635 86.500000 +v -118.005020 83.445091 86.500000 +v -118.422058 83.789825 86.500000 +v -119.921005 85.832550 86.500000 +v -122.651260 73.056496 86.500000 +v -121.819641 73.395897 86.500000 +v -120.192505 73.861076 86.500000 +v -119.871170 74.763199 86.500000 +v -120.192505 86.138924 86.500000 +v -118.422058 76.210175 86.500000 +v -117.202972 80.068909 86.500000 +v -117.935715 77.220070 86.500000 +v -119.871185 85.236801 86.500000 +v -120.580017 86.270889 86.500000 +v -117.902786 82.913757 86.500000 +v -119.921005 74.167450 86.500000 +v -117.945221 76.679077 86.500000 +v -122.954636 87.458641 86.500000 +v -120.717819 73.731422 86.500000 +v -122.651260 86.943512 86.500000 +v -117.341400 80.454155 86.500000 +v -118.106918 77.507118 86.500000 +v -117.533798 79.349884 86.500000 +v -122.704796 72.865646 86.500000 +v -124.103470 72.725037 86.500000 +v -123.738571 72.432365 86.500000 +v -126.667816 72.383125 86.500000 +v -126.261429 72.432365 86.500000 +v -125.896530 72.725037 86.500000 +v -122.634270 92.606064 89.000000 +v -122.912567 94.643295 89.000000 +v -122.853333 95.671806 89.000000 +v -122.662415 96.684174 89.000000 +v -121.900345 98.593880 89.000000 +v -122.342987 97.663612 89.000000 +v -120.676666 100.246269 89.000000 +v -121.341812 99.459549 89.000000 +v -119.915939 100.940979 89.000000 +v -126.989204 102.486275 89.000000 +v -127.712280 101.602715 89.000000 +v -128.302216 100.625214 89.000000 +v -128.747009 99.573700 89.000000 +v -129.037567 98.469574 89.000000 +v -129.135651 96.194069 89.000000 +v -129.155701 97.334801 89.156433 +v -128.941162 95.069038 89.000000 +v -128.084885 92.958511 89.000000 +v -128.588516 93.983147 89.000000 +v -127.440514 92.016014 89.000000 +v -119.628723 102.364021 90.000000 +v -126.895180 101.026222 90.000000 +v -121.397156 100.939735 90.000000 +v -122.145447 100.054680 90.000000 +v -122.773788 99.080795 90.000000 +v -123.271774 98.034248 90.000000 +v -123.845909 95.793465 90.000000 +v -123.829941 93.480347 90.000000 +v -123.631134 96.932381 90.000000 +v -127.970451 95.309265 90.000000 +v -127.800560 99.250839 90.000000 +v -112.899963 84.254242 89.000000 +v -111.274826 85.513885 89.000000 +v -110.354492 85.976837 89.000000 +v -109.382294 86.317688 89.000000 +v -107.347397 86.612556 89.000000 +v -108.374359 86.530769 89.000000 +v -105.304550 86.379021 89.000000 +v -106.318451 86.561691 89.000000 +v -104.322540 86.067566 89.000000 +v -103.388702 85.632500 89.000000 +v -106.520920 92.965843 89.000000 +v -107.647644 93.150269 89.000000 +v -108.789154 93.172424 89.000000 +v -109.922180 93.031845 89.000000 +v -111.023666 92.731422 89.000000 +v -113.043350 91.678619 89.000000 +v -112.071167 92.277267 89.000000 +v -113.920410 90.947670 89.000000 +v -114.684494 90.099319 89.000000 +v -115.814087 88.121552 89.000000 +v -115.320038 89.150848 89.000000 +v -108.517761 87.520432 90.000000 +v -107.362442 87.612442 90.000000 +v -112.740646 85.726868 90.000000 +v -109.728561 92.050774 90.000000 +v -106.204865 87.555222 90.000000 +v -105.064240 87.349716 90.000000 +v -110.745407 86.897263 90.000000 +v -115.057877 86.719696 90.000000 +v -112.459579 90.866699 90.000000 +v -115.265701 71.648186 89.000000 +v -112.501160 70.305038 89.000000 +v -113.362244 70.870590 89.000000 +v -111.719879 69.633514 89.000000 +v -111.031372 68.867157 89.000000 +v -110.447052 68.018677 89.000000 +v -109.976624 67.102142 89.000000 +v -109.406601 65.126587 89.000000 +v -109.627884 66.132751 89.000000 +v -109.316467 64.100319 89.000000 +v -104.531708 70.479568 89.000000 +v -105.486923 72.547203 89.000000 +v -104.935364 71.547554 89.000000 +v -106.175171 73.458153 89.000000 +v -107.909760 74.931549 89.156433 +v -106.994110 74.252518 89.156433 +v -108.907700 75.484550 89.000000 +v -109.979248 75.878639 89.000000 +v -112.235153 76.192329 89.000000 +v -111.095978 76.116180 89.000000 +v -113.373566 76.105537 89.000000 +v -108.317825 64.166321 90.000000 +v -105.489975 70.193672 90.000000 +v -108.667084 66.409981 90.000000 +v -113.910706 72.246521 90.000000 +v -109.059418 67.500542 90.000000 +v -109.588654 68.531647 90.000000 +v -110.246002 69.486191 90.000000 +v -111.899506 71.103798 90.000000 +v -110.256561 74.917862 90.000000 +v -107.637558 73.503174 90.000000 +v -127.087425 65.356705 89.000000 +v -127.146660 64.328201 89.000000 +v -127.657005 62.336388 89.000000 +v -127.337578 63.315826 89.000000 +v -128.099670 61.406120 89.000000 +v -129.323334 59.753731 89.000000 +v -128.658188 60.540451 89.000000 +v -130.084061 59.059021 89.000000 +v -123.010796 57.513733 89.000000 +v -122.287720 58.397293 89.000000 +v -121.697769 59.374786 89.000000 +v -121.252991 60.426300 89.000000 +v -120.974533 61.532700 89.156433 +v -121.058823 64.930962 89.000000 +v -120.864349 63.805923 89.000000 +v -120.844284 62.665207 89.156433 +v -121.915115 67.041481 89.000000 +v -121.411484 66.016853 89.000000 +v -122.559479 67.983986 89.000000 +v -123.962364 68.044945 90.000000 +v -128.602844 59.060265 90.000000 +v -126.154091 64.206535 90.000000 +v -126.368866 63.067627 90.000000 +v -121.859375 63.706337 90.000000 +v -126.728233 61.965759 90.000000 +v -127.226212 60.919205 90.000000 +v -123.104820 58.973778 90.000000 +v -127.854553 59.945320 90.000000 +v -126.170059 66.519653 90.000000 +v -138.725189 74.486115 89.000000 +v -139.645508 74.023163 89.000000 +v -141.625641 73.469231 89.000000 +v -140.617706 73.682312 89.000000 +v -144.695450 73.620979 89.000000 +v -143.681564 73.438309 89.000000 +v -142.652603 73.387444 89.000000 +v -145.677460 73.932434 89.000000 +v -146.611298 74.367500 89.000000 +v -143.479080 67.034164 89.000000 +v -141.210846 66.827583 89.000000 +v -140.077820 66.968147 89.000000 +v -138.976334 67.268570 89.000000 +v -137.928833 67.722733 89.000000 +v -136.956650 68.321381 89.000000 +v -136.079590 69.052322 89.000000 +v -134.185913 71.878448 89.000000 +v -134.679962 70.849152 89.000000 +v -147.122910 73.708992 89.984436 +v -142.261658 67.845612 90.000000 +v -144.935760 72.650284 90.000000 +v -140.348297 72.719284 90.000000 +v -141.482239 72.479568 90.000000 +v -138.219208 73.623566 90.000000 +v -139.254578 73.102737 90.000000 +v -137.540405 69.133301 90.000000 +v -143.795135 72.444778 90.000000 +v -142.637558 72.387558 90.000000 +v -136.637756 89.129410 89.000000 +v -137.498840 89.694962 89.000000 +v -138.968628 91.132843 89.000000 +v -138.280121 90.366486 89.000000 +v -139.552948 91.981323 89.000000 +v -140.372116 93.867249 89.000000 +v -140.023376 92.897858 89.000000 +v -140.593384 94.873413 89.000000 +v -145.468292 89.520432 89.000000 +v -145.053467 88.457611 89.156433 +v -144.513077 87.452797 89.000000 +v -143.013916 85.738144 89.000000 +v -143.824829 86.541847 89.000000 +v -141.092300 84.515457 89.000000 +v -141.653687 84.818695 89.000000 +v -142.096832 85.058067 89.000000 +v -140.017334 84.133194 89.156433 +v -137.764847 83.807678 89.000000 +v -138.902328 83.896027 89.156433 +v -136.626434 83.894455 89.000000 +v -141.332916 93.590019 90.000000 +v -136.089294 87.753479 90.000000 +v -138.100494 88.896202 90.000000 +v -137.769516 84.807663 90.000000 +v -139.753998 90.513817 90.000000 +v -142.362442 86.496826 90.000000 +v -140.411346 91.468353 90.000000 +v -140.940582 92.499458 90.000000 +v -141.569183 59.706436 94.233925 +v -142.413437 55.840683 89.773918 +v -141.701523 55.367432 89.773918 +v -139.940247 58.355324 94.124695 +v -154.759537 78.873047 89.773918 +v -154.589081 76.625595 89.773918 +v -151.214966 77.883713 94.124695 +v -150.859344 75.797447 94.233925 +v -154.249146 74.397476 89.773918 +v -150.667465 74.349884 94.124695 +v -154.065399 73.602432 89.773918 +v -150.437317 73.730263 94.233925 +v -153.741653 72.201447 89.773918 +v -153.208572 70.495094 89.773918 +v -149.946747 71.671555 94.124695 +v -153.069550 70.050087 89.773918 +v -149.195679 69.691185 94.124695 +v -152.236664 67.955719 89.773918 +v -148.287720 67.777664 94.124695 +v -151.247757 65.930336 89.773918 +v -150.501312 64.656097 89.773918 +v -147.228699 65.943420 94.124695 +v -150.108521 63.985550 89.773918 +v -148.825455 62.132492 89.773918 +v -146.025543 64.200333 94.124695 +v -144.686020 62.559708 94.124695 +v -147.405914 60.381767 89.773918 +v -146.605286 59.534348 89.773918 +v -145.858047 58.743423 89.773918 +v -143.218811 61.032196 94.124695 +v -144.190704 57.226837 89.773918 +v -138.150116 57.223320 94.124695 +v -140.536438 54.592926 89.773918 +v -137.309448 56.782104 94.124695 +v -138.943207 53.699677 89.773918 +v -136.274719 56.239029 94.124695 +v -138.570435 53.490685 89.773918 +v -136.526703 52.540291 89.773918 +v -136.017548 52.348892 89.773918 +v -134.326202 55.408844 94.124695 +v -134.416931 51.747185 89.773918 +v -132.961960 51.322685 89.773918 +v -132.317184 54.738144 94.124695 +v -132.253235 51.115913 89.773918 +v -130.260727 54.231262 94.124695 +v -130.048004 50.650078 89.773918 +v -128.170135 53.891518 94.124695 +v -127.813850 50.352364 89.773918 +v -126.611099 50.283997 89.773918 +v -126.059006 53.721085 94.124695 +v -125.563576 50.224464 89.773918 +v -123.310081 50.267120 89.773918 +v -123.940994 53.721085 94.124695 +v -121.829865 53.891518 94.124695 +v -121.066254 50.480072 89.773918 +v -120.185455 50.631569 89.773918 +v -119.739273 54.231262 94.124695 +v -118.844971 50.862122 89.773918 +v -117.682816 54.738144 94.124695 +v -115.673798 55.408844 94.124695 +v -113.725281 56.239029 94.124695 +v -112.442444 52.996147 89.773918 +v -111.058716 53.704498 89.773918 +v -111.849869 57.223320 94.124695 +v -110.436142 54.023201 89.773918 +v -108.513260 55.199043 89.773918 +v -110.059769 58.355324 94.124695 +v -106.684814 56.516937 89.773918 +v -105.733871 57.318291 89.773918 +v -108.366531 59.627701 94.124695 +v -106.781189 61.032196 94.124695 +v -104.961273 57.969345 89.773918 +v -105.921066 61.927673 94.124695 +v -103.352509 59.547951 89.773918 +v -105.313980 62.559708 94.124695 +v -99.562668 86.269745 94.233925 +v -96.574036 88.880592 89.773918 +v -96.794724 89.503174 89.773918 +v -100.053253 88.328445 94.124695 +v -101.867752 61.243698 89.773918 +v -103.974457 64.200333 94.124695 +v -100.515472 63.046875 89.773918 +v -99.303452 64.947159 89.773918 +v -102.771301 65.943420 94.124695 +v -101.802292 67.824905 94.233925 +v -98.238632 66.933670 89.773918 +v -101.148682 68.965424 94.124695 +v -97.987198 67.502228 89.773918 +v -100.897812 69.731018 94.233925 +v -97.327072 68.995018 89.773918 +v -96.794724 70.496826 89.773918 +v -100.053253 71.671555 94.124695 +v -96.574036 71.119408 89.773918 +v -95.983826 73.294662 89.773918 +v -99.463989 73.705940 94.124695 +v -99.140656 75.797447 94.233925 +v -95.559799 75.508324 89.773918 +v -98.873062 77.158768 94.124695 +v -95.414490 76.782494 89.773918 +v -98.886353 77.891891 94.233925 +v -95.304413 77.747711 89.773918 +v -98.699753 80.000000 94.124695 +v -95.219131 80.000000 89.773918 +v -95.304428 82.252289 89.773918 +v -98.785034 82.116287 94.124695 +v -95.559799 84.491676 89.773918 +v -99.040329 84.218857 94.124695 +v -95.983826 86.705338 89.773918 +v -97.327072 91.004974 89.773918 +v -100.804306 90.308815 94.124695 +v -97.987198 92.497772 89.773918 +v -101.712280 92.222336 94.124695 +v -98.238632 93.066330 89.773918 +v -99.303452 95.052834 89.773918 +v -102.479202 93.550667 94.124695 +v -102.857193 94.002266 94.233925 +v -100.515472 96.953125 89.773918 +v -101.867737 98.756302 89.773918 +v -103.974457 95.799667 94.124695 +v -105.313980 97.440285 94.124695 +v -103.352509 100.452057 89.773918 +v -105.921066 98.072327 94.124695 +v -106.781189 98.967804 94.124695 +v -104.961273 102.030647 89.773918 +v -107.983932 100.033356 94.124695 +v -105.733871 102.681709 89.773918 +v -108.430817 100.293571 94.233925 +v -106.684814 103.483063 89.773918 +v -108.513260 104.800957 89.773918 +v -110.059753 101.644676 94.124695 +v -111.849884 102.776680 94.124695 +v -110.436142 105.976799 89.773918 +v -111.058716 106.295502 89.773918 +v -113.725281 103.760963 94.124695 +v -112.442444 107.003853 89.773918 +v -113.983292 107.650650 89.773918 +v -115.673798 104.591156 94.124695 +v -114.520676 107.876228 89.773918 +v -116.658936 108.588928 89.773918 +v -117.682816 105.261856 94.124695 +v -119.739273 105.768738 94.124695 +v -118.844971 109.137878 89.773918 +v -121.066254 109.519928 89.773918 +v -121.829865 106.108490 94.124695 +v -123.310081 109.732880 89.773918 +v -123.940994 106.278915 94.124695 +v -125.563576 109.775543 89.773918 +v -126.611099 109.716003 89.773918 +v -126.059006 106.278915 94.124695 +v -128.170135 106.108490 94.124695 +v -127.813850 109.647644 89.773918 +v -129.251495 105.932755 94.124695 +v -130.048004 109.349922 89.773918 +v -130.260727 105.768738 94.124695 +v -149.195679 90.308815 94.124695 +v -153.069550 89.949913 89.773918 +v -149.946747 88.328445 94.124695 +v -132.253235 108.884094 89.773918 +v -132.961960 108.677315 89.773918 +v -132.317184 105.261856 94.124695 +v -134.416931 108.252808 89.773918 +v -136.017548 107.651115 89.773918 +v -134.326202 104.591156 94.124695 +v -136.526703 107.459709 89.773918 +v -136.274719 103.760963 94.124695 +v -138.570435 106.509315 89.773918 +v -138.150116 102.776680 94.124695 +v -140.536438 105.407074 89.773918 +v -142.413437 104.159309 89.773918 +v -139.940247 101.644676 94.124695 +v -144.190704 102.773163 89.773918 +v -141.633469 100.372307 94.124695 +v -143.218811 98.967804 94.124695 +v -145.858047 101.256577 89.773918 +v -146.605286 100.465660 89.773918 +v -144.686020 97.440285 94.124695 +v -147.405914 99.618225 89.773918 +v -146.025543 95.799667 94.124695 +v -150.108521 96.014450 89.773918 +v -147.228699 94.056580 94.124695 +v -148.287720 92.222336 94.124695 +v -151.247757 94.069664 89.773918 +v -148.851303 91.034576 94.124695 +v -152.236664 92.044281 89.773918 +v -153.741653 87.798553 89.773918 +v -150.536011 86.294067 94.124695 +v -154.249146 85.602524 89.773918 +v -150.959656 84.218857 94.124695 +v -154.589081 83.374397 89.773918 +v -151.126938 82.841232 94.124695 +v -151.214966 82.116287 94.124695 +v -154.759537 81.126953 89.773918 +v -154.780869 80.000000 89.773918 +v -123.858116 74.701645 96.500000 +v -122.979118 74.970840 96.500000 +v -122.158257 75.384712 96.500000 +v -121.419144 75.931351 96.500000 +v -126.587097 74.817581 96.500000 +v -125.688438 74.623901 96.500000 +v -124.719101 71.240570 96.500000 +v -124.769966 74.584885 96.500000 +v -122.506424 71.598297 96.500000 +v -128.912994 76.249695 96.500000 +v -130.013992 72.812065 96.500000 +v -128.222916 75.642334 96.500000 +v -127.440102 75.160339 96.500000 +v -126.950157 71.455795 96.500000 +v -117.363815 75.699387 96.500000 +v -120.783051 76.595047 96.500000 +v -120.268265 77.356697 96.500000 +v -119.889618 78.194382 96.500000 +v -119.657959 80.915985 96.500000 +v -119.889603 81.805618 96.500000 +v -118.704437 86.096916 96.500000 +v -120.268265 82.643311 96.500000 +v -120.783051 83.404953 96.500000 +v -116.522690 77.776993 96.500000 +v -119.657959 79.084015 96.500000 +v -119.580002 80.000000 96.500000 +v -116.308014 81.120705 96.500000 +v -130.245117 78.634277 96.500000 +v -129.938858 77.767494 96.500000 +v -129.490524 76.964935 96.500000 +v -128.222916 84.357666 96.500000 +v -131.673264 85.681030 96.500000 +v -128.912994 83.750305 96.500000 +v -129.490524 83.035065 96.500000 +v -129.938858 82.232506 96.500000 +v -133.745926 80.561508 96.500000 +v -130.245117 81.365723 96.500000 +v -130.400482 80.459648 96.500000 +v -130.400482 79.540352 96.500000 +v -132.344940 75.218971 96.500000 +v -125.688438 85.376099 96.500000 +v -126.587097 85.182419 96.500000 +v -129.053650 87.770096 96.500000 +v -127.440102 84.839661 96.500000 +v -121.419144 84.068642 96.500000 +v -122.158257 84.615288 96.500000 +v -121.452515 88.013855 96.500000 +v -122.979118 85.029160 96.500000 +v -123.858116 85.298347 96.500000 +v -126.950157 88.544205 96.500000 +v -124.769966 85.415115 96.500000 +v -132.858337 71.071182 92.711143 +v -133.587250 71.769783 92.711143 +v -133.035370 73.159386 95.394424 +v -134.254288 72.527679 92.711143 +v -134.854645 73.339424 92.711143 +v -133.844162 74.243088 95.394424 +v -135.384003 74.199150 92.711143 +v -134.507736 75.421318 95.394424 +v -135.838547 75.100670 92.711143 +v -136.214981 76.037491 92.711143 +v -127.505913 68.372543 92.711143 +v -128.482971 68.626945 92.711143 +v -128.644562 70.096542 95.394424 +v -129.434906 68.963287 92.711143 +v -130.354919 69.379158 92.711143 +v -129.881073 70.643906 95.394424 +v -131.236328 69.871552 92.711143 +v -131.037415 71.344894 95.394424 +v -132.072815 70.436913 92.711143 +v -132.094650 72.188004 95.394424 +v -121.517044 68.626945 92.711143 +v -122.494095 68.372543 92.711143 +v -123.315781 69.582481 95.394424 +v -123.489197 68.201912 92.711143 +v -124.495186 68.116287 92.711143 +v -124.661766 69.452637 95.394424 +v -125.504814 68.116287 92.711143 +v -126.013306 69.495979 95.394424 +v -126.510803 68.201912 92.711143 +v -127.348213 69.711792 95.394424 +v -116.412735 71.769783 92.711143 +v -117.141647 71.071182 92.711143 +v -118.420441 71.749496 95.394424 +v -117.927185 70.436913 92.711143 +v -118.763672 69.871552 92.711143 +v -119.529510 70.975861 95.394424 +v -119.645081 69.379158 92.711143 +v -120.728409 70.350403 95.394424 +v -120.565094 68.963287 92.711143 +v -121.997437 69.883385 95.394424 +v -113.489365 77.002869 92.711143 +v -113.785004 76.037491 92.711143 +v -115.218445 76.039886 95.394424 +v -114.161453 75.100670 92.711143 +v -114.615997 74.199150 92.711143 +v -115.805161 74.821564 95.394424 +v -115.145355 73.339424 92.711143 +v -116.542847 73.688271 95.394424 +v -115.745712 72.527679 92.711143 +v -117.419418 72.658615 95.394424 +v -114.161453 84.899330 92.711143 +v -113.785004 83.962502 92.711143 +v -114.792343 82.676765 95.394424 +v -113.489365 82.997131 92.711143 +v -113.276657 82.010162 92.711143 +v -114.533859 81.349457 95.394424 +v -113.148422 81.008720 92.711143 +v -113.105576 80.000000 92.711143 +v -114.447220 80.000000 95.394424 +v -113.148422 78.991280 92.711143 +v -114.533859 78.650543 95.394424 +v -113.276657 77.989830 92.711143 +v -114.792343 77.323242 95.394424 +v -117.927170 89.563087 92.711143 +v -117.141647 88.928818 92.711143 +v -117.419418 87.341385 95.394424 +v -116.412750 88.230217 92.711143 +v -115.745712 87.472321 92.711143 +v -116.542847 86.311737 95.394424 +v -115.145355 86.660583 92.711143 +v -114.615997 85.800850 92.711143 +v -115.805161 85.178436 95.394424 +v -115.218445 83.960114 95.394424 +v -123.489197 91.798088 92.711143 +v -122.494095 91.627457 92.711143 +v -121.997437 90.116615 95.394424 +v -121.517044 91.373055 92.711143 +v -120.565094 91.036713 92.711143 +v -120.728409 89.649597 95.394424 +v -119.645081 90.620842 92.711143 +v -118.763672 90.128456 92.711143 +v -119.529510 89.024139 95.394424 +v -118.420441 88.250504 95.394424 +v -129.434906 91.036713 92.711143 +v -128.482971 91.373055 92.711143 +v -127.348213 90.288208 95.394424 +v -127.505913 91.627457 92.711143 +v -126.510803 91.798088 92.711143 +v -126.013306 90.504028 95.394424 +v -125.504814 91.883705 92.711143 +v -124.495186 91.883705 92.711143 +v -124.661766 90.547363 95.394424 +v -123.315781 90.417519 95.394424 +v -134.254288 87.472321 92.711143 +v -133.587250 88.230217 92.711143 +v -132.094650 87.811996 95.394424 +v -132.858337 88.928818 92.711143 +v -132.072815 89.563087 92.711143 +v -131.037415 88.655098 95.394424 +v -131.236328 90.128456 92.711143 +v -130.354919 90.620842 92.711143 +v -129.881073 89.356094 95.394424 +v -128.644562 89.903458 95.394424 +v -136.723328 82.010162 92.711143 +v -136.510620 82.997131 92.711143 +v -135.015182 83.325272 95.394424 +v -136.214996 83.962502 92.711143 +v -135.838547 84.899330 92.711143 +v -134.507721 84.578682 95.394424 +v -135.384003 85.800850 92.711143 +v -134.854645 86.660583 92.711143 +v -133.844162 85.756912 95.394424 +v -133.035370 86.840614 95.394424 +v -135.015182 76.674728 95.394424 +v -136.510620 77.002869 92.711143 +v -135.358185 77.982742 95.394424 +v -136.723328 77.989830 92.711143 +v -136.851578 78.991280 92.711143 +v -135.531097 79.323883 95.394424 +v -136.894424 80.000000 92.711143 +v -136.851578 81.008720 92.711143 +v -135.531097 80.676117 95.394424 +v -135.358185 82.017258 95.394424 +v -109.207504 64.102844 89.453995 +v -115.253159 71.695496 89.309021 +v -114.288879 71.320793 89.000000 +v -109.876663 67.145569 89.453995 +v -110.353500 68.074585 89.453995 +v -111.643646 69.711426 89.453995 +v -113.308411 70.965355 89.453995 +v -109.217834 65.155510 89.587784 +v -109.444382 66.185699 89.587784 +v -110.881378 68.985382 89.587784 +v -112.386246 70.457588 89.587784 +v -114.216660 71.497589 89.587784 +v -109.475815 67.319672 89.891006 +v -108.963989 66.324310 89.951057 +v -110.488693 69.294891 89.951057 +v -112.085419 70.856972 89.951057 +v -114.027573 71.960457 89.951057 +v -109.722931 68.451401 89.987686 +v -113.272018 75.422058 89.951057 +v -113.357544 75.997734 89.453995 +v -104.578613 70.465576 89.309021 +v -104.812378 70.395836 89.707108 +v -104.918549 68.788956 89.943512 +v -105.054932 70.323471 89.891006 +v -106.066559 72.171066 89.951057 +v -105.309570 71.374672 89.809021 +v -105.108734 71.467461 89.587784 +v -104.979782 71.527023 89.309021 +v -105.832718 72.322815 89.809021 +v -105.647125 72.443237 89.587784 +v -105.527985 72.520561 89.309021 +v -110.170868 75.214760 89.951057 +v -110.093552 75.482590 89.809021 +v -111.152756 75.707893 89.809021 +v -110.032211 75.695145 89.587784 +v -111.122284 75.927017 89.587784 +v -109.992813 75.831612 89.309021 +v -111.102722 76.067696 89.309021 +v -112.234650 76.083336 89.453995 +v -112.233780 75.899445 89.707108 +v -112.232605 75.646324 89.891006 +v -108.952515 75.385201 89.453995 +v -109.028152 75.217575 89.707108 +v -109.132248 74.986855 89.891006 +v -108.356018 74.230232 89.987686 +v -107.961670 74.849983 89.453995 +v -108.060394 74.694824 89.707108 +v -108.196274 74.481270 89.891006 +v -107.057098 74.179169 89.453995 +v -107.176895 74.039642 89.707108 +v -107.341797 73.847610 89.891006 +v -106.212021 73.425934 89.309021 +v -106.318954 73.332443 89.587784 +v -106.695358 73.003334 89.951057 +v -103.297073 85.800064 89.587784 +v -112.934662 84.288757 89.309021 +v -113.035385 84.388908 89.587784 +v -113.666245 83.942818 89.767136 +v -112.128021 84.936493 89.000000 +v -106.306061 86.669983 89.453995 +v -107.349030 86.721535 89.453995 +v -109.411652 86.422646 89.453995 +v -111.329971 85.607895 89.453995 +v -104.253204 86.245514 89.587784 +v -105.258652 86.564407 89.587784 +v -108.401749 86.719772 89.587784 +v -110.429153 86.152618 89.587784 +v -112.245026 85.087440 89.587784 +v -106.256424 87.104172 89.891006 +v -105.138489 87.049751 89.951057 +v -108.473450 87.214607 89.951057 +v -110.624603 86.612831 89.951057 +v -112.551331 85.482635 89.951057 +v -107.360077 87.456024 89.987686 +v -114.720016 88.808151 89.951057 +v -115.541656 88.013977 89.707108 +v -115.840866 87.753082 89.441124 +v -106.588745 92.680908 89.707108 +v -105.546326 92.270081 89.776718 +v -106.647339 92.434669 89.891006 +v -106.716232 92.145203 89.987686 +v -108.753220 92.482368 89.951057 +v -107.685028 92.739746 89.809021 +v -107.664963 92.960068 89.587784 +v -107.652084 93.101524 89.309021 +v -108.767715 92.760757 89.809021 +v -108.779221 92.981689 89.587784 +v -108.786606 93.123535 89.309021 +v -114.139374 89.674706 89.951057 +v -113.634583 90.650650 89.809021 +v -114.359299 89.846016 89.809021 +v -113.787994 90.810059 89.587784 +v -114.533829 89.981964 89.587784 +v -113.886475 90.912407 89.309021 +v -114.645889 90.069244 89.309021 +v -115.277542 89.126572 89.309021 +v -115.154190 89.056122 89.587784 +v -114.962097 88.946404 89.809021 +v -113.014771 91.638885 89.309021 +v -112.931854 91.523552 89.587784 +v -112.802704 91.343933 89.809021 +v -112.639969 91.117592 89.951057 +v -112.048538 92.233864 89.309021 +v -111.982880 92.107910 89.587784 +v -111.880630 91.911736 89.809021 +v -111.007446 92.685249 89.309021 +v -110.960388 92.551231 89.587784 +v -110.887100 92.342491 89.809021 +v -110.794739 92.079468 89.951057 +v -109.912704 92.983833 89.309021 +v -109.885208 92.844482 89.587784 +v -109.842361 92.627441 89.809021 +v -119.128906 101.625282 89.453995 +v -119.072235 101.532181 89.000000 +v -122.681503 92.593262 89.309021 +v -122.839142 93.615700 89.000000 +v -121.429398 99.524414 89.453995 +v -121.995544 98.646950 89.453995 +v -122.768005 96.711220 89.453995 +v -123.021561 94.642540 89.453995 +v -120.035385 101.090004 89.587784 +v -120.814270 100.378716 89.587784 +v -122.520370 97.734390 89.587784 +v -123.042908 95.695038 89.587784 +v -123.028366 93.589851 89.587784 +v -121.780609 99.784492 89.891006 +v -120.348083 101.480164 89.951057 +v -122.377251 98.859741 89.891006 +v -123.539185 95.755867 89.951057 +v -123.523766 93.522171 89.951057 +v -122.019730 99.961578 89.987686 +v -123.479584 96.893555 89.987686 +v -127.728859 93.166290 89.809021 +v -127.355156 92.083794 89.453995 +v -126.953644 102.452644 89.309021 +v -126.776360 102.285072 89.707108 +v -126.376167 101.906799 89.987686 +v -127.686661 100.311310 89.951057 +v -127.375458 101.365082 89.809021 +v -127.556229 101.492615 89.587784 +v -127.934998 100.437950 89.809021 +v -128.132080 100.538452 89.587784 +v -128.258621 100.602982 89.309021 +v -128.270416 95.235031 89.951057 +v -127.488091 93.306793 89.951057 +v -128.206543 94.138123 89.809021 +v -128.755783 95.114914 89.587784 +v -128.411545 94.054947 89.587784 +v -128.893661 95.080795 89.309021 +v -128.543167 94.001549 89.309021 +v -127.672295 101.574493 89.309021 +v -128.042603 92.983185 89.309021 +v -127.919930 93.054779 89.587784 +v -129.027191 96.204926 89.453995 +v -128.844208 96.223236 89.707108 +v -128.296295 96.278076 89.987686 +v -129.059113 97.330635 89.453995 +v -128.875397 97.322716 89.707108 +v -128.622498 97.311821 89.891006 +v -128.989471 98.460526 89.309021 +v -128.849884 98.434273 89.587784 +v -128.632462 98.393372 89.809021 +v -128.358490 98.341843 89.951057 +v -128.700684 99.557892 89.309021 +v -128.566254 99.512032 89.587784 +v -128.356873 99.440613 89.809021 +v -141.091675 96.433212 89.806961 +v -140.792496 95.897156 89.453995 +v -140.683533 95.899681 89.000000 +v -134.734314 88.351814 89.000000 +v -135.711121 88.679207 89.000000 +v -134.762207 88.246460 89.453995 +v -140.123352 92.854431 89.453995 +v -139.646515 91.925415 89.453995 +v -138.356354 90.288574 89.453995 +v -136.691589 89.034645 89.453995 +v -140.782166 94.844490 89.587784 +v -140.555603 93.814301 89.587784 +v -139.118622 91.014618 89.587784 +v -137.613754 89.542419 89.587784 +v -135.783340 88.502411 89.587784 +v -140.524170 92.680328 89.891006 +v -141.036011 93.675690 89.951057 +v -139.511307 90.705109 89.951057 +v -137.914581 89.143036 89.951057 +v -135.972427 88.039543 89.951057 +v -140.277069 91.548599 89.987686 +v -137.768066 84.498642 89.951057 +v -136.105896 84.545212 89.889030 +v -136.260986 84.146126 89.579544 +v -145.187622 89.604164 89.707108 +v -145.153473 91.083199 89.922127 +v -144.659927 89.761604 89.987686 +v -144.945068 89.676529 89.891006 +v -144.568970 88.681435 89.891006 +v -144.798752 88.575287 89.707108 +v -144.965698 88.498161 89.453995 +v -143.304626 86.996666 89.951057 +v -144.167282 87.677185 89.809021 +v -144.352875 87.556763 89.587784 +v -144.472015 87.479439 89.309021 +v -138.787842 84.719353 89.987686 +v -139.869339 84.645958 89.891006 +v -139.939529 84.402771 89.707108 +v -138.863678 84.173927 89.707108 +v -139.990540 84.226082 89.453995 +v -138.889008 83.991776 89.453995 +v -137.765076 83.856613 89.309021 +v -137.765732 83.998657 89.587784 +v -137.766769 84.219879 89.809021 +v -141.072174 84.560066 89.309021 +v -141.013763 84.689537 89.587784 +v -140.808136 85.145294 89.951057 +v -142.070572 85.099358 89.309021 +v -141.994324 85.219193 89.587784 +v -141.875549 85.405846 89.809021 +v -141.725906 85.641037 89.951057 +v -142.982025 85.775276 89.309021 +v -142.889496 85.883041 89.587784 +v -142.745361 86.050880 89.809021 +v -143.787979 86.574066 89.309021 +v -143.681046 86.667557 89.587784 +v -143.514496 86.813179 89.809021 +v -146.663589 74.271873 89.453995 +v -137.100037 75.745758 89.000000 +v -136.964615 75.611092 89.587784 +v -137.871979 75.063507 89.000000 +v -143.693939 73.330017 89.453995 +v -142.650970 73.278465 89.453995 +v -140.588348 73.577354 89.453995 +v -138.670029 74.392105 89.453995 +v -145.746796 73.754486 89.587784 +v -144.741348 73.435593 89.587784 +v -141.598251 73.280220 89.587784 +v -139.570862 73.847382 89.587784 +v -137.754974 74.912560 89.587784 +v -143.743576 72.895836 89.891006 +v -138.448914 74.015160 89.891006 +v -136.261139 75.854340 89.890091 +v -145.928329 73.288605 89.951057 +v -142.644394 72.841492 89.891006 +v -139.375397 73.387169 89.951057 +v -143.777374 72.600204 89.987686 +v -140.390442 72.869942 89.987686 +v -137.448669 74.517372 89.951057 +v -134.828598 72.132240 89.951057 +v -134.845795 70.943878 89.587784 +v -143.467743 67.081772 89.309021 +v -143.411255 67.319092 89.707108 +v -144.874893 68.424660 89.985443 +v -143.283752 67.854797 89.987686 +v -141.246765 67.517632 89.951057 +v -142.314972 67.260254 89.809021 +v -142.335037 67.039932 89.587784 +v -142.347916 66.898476 89.309021 +v -141.232285 67.239243 89.809021 +v -141.220779 67.018311 89.587784 +v -141.213394 66.876465 89.309021 +v -136.558716 69.550217 89.951057 +v -136.365417 69.349350 89.809021 +v -135.860626 70.325294 89.951057 +v -136.212006 69.189941 89.587784 +v -135.466171 70.018044 89.587784 +v -136.113525 69.087593 89.309021 +v -135.354111 69.930756 89.309021 +v -135.315491 69.900681 89.000000 +v -142.352356 66.849731 89.000000 +v -134.722473 70.873428 89.309021 +v -135.037903 71.053596 89.809021 +v -136.985229 68.361122 89.309021 +v -137.068146 68.476440 89.587784 +v -137.197281 68.656067 89.809021 +v -137.951447 67.766136 89.309021 +v -138.017120 67.892090 89.587784 +v -138.119370 68.088264 89.809021 +v -138.248230 68.335464 89.951057 +v -138.992554 67.314751 89.309021 +v -139.039612 67.448769 89.587784 +v -139.112900 67.657509 89.809021 +v -140.087296 67.016167 89.309021 +v -140.114792 67.155518 89.587784 +v -140.211609 67.646057 89.951057 +v -131.222504 57.857727 89.790253 +v -130.828461 58.304688 89.587784 +v -130.927765 58.467819 89.000000 +v -127.365738 67.393936 89.000000 +v -127.181396 67.443886 89.587784 +v -127.160858 66.384300 89.000000 +v -128.570587 60.475586 89.453995 +v -128.004456 61.353050 89.453995 +v -127.231995 63.288773 89.453995 +v -126.978439 65.357460 89.453995 +v -129.964630 58.909988 89.587784 +v -129.185730 59.621292 89.587784 +v -127.479630 62.265602 89.587784 +v -126.957092 64.304962 89.587784 +v -126.971634 66.410149 89.587784 +v -128.219391 60.215500 89.891006 +v -129.651917 58.519836 89.951057 +v -127.622749 61.140259 89.891006 +v -126.460808 64.244133 89.951057 +v -126.476234 66.477829 89.951057 +v -127.980270 60.038422 89.987686 +v -126.520409 63.106445 89.987686 +v -123.220116 67.459412 89.987686 +v -122.271141 66.833710 89.809021 +v -122.961426 68.174423 89.581078 +v -122.644836 67.916214 89.453995 +v -123.223648 57.714928 89.707108 +v -123.407585 57.888802 89.891006 +v -124.756287 57.001289 89.966751 +v -122.624542 58.634926 89.809021 +v -122.443771 58.507385 89.587784 +v -121.906967 60.649391 89.951057 +v -122.065002 59.562057 89.809021 +v -121.867920 59.461548 89.587784 +v -121.741379 59.397018 89.309021 +v -122.051773 65.757072 89.951057 +v -121.458969 64.831940 89.809021 +v -121.793457 65.861877 89.809021 +v -121.244217 64.885086 89.587784 +v -121.588455 65.945053 89.587784 +v -121.106339 64.919205 89.309021 +v -121.456833 65.998451 89.309021 +v -122.327705 58.425507 89.309021 +v -121.957397 67.016815 89.309021 +v -122.080070 66.945221 89.587784 +v -120.913040 63.801056 89.309021 +v -121.054382 63.786911 89.587784 +v -121.551895 63.737106 89.951057 +v -120.940887 62.669365 89.453995 +v -121.124619 62.677284 89.707108 +v -121.674774 62.700996 89.987686 +v -121.069550 61.550568 89.453995 +v -121.250275 61.584564 89.707108 +v -121.499023 61.631348 89.891006 +v -121.299316 60.442108 89.309021 +v -121.433746 60.487961 89.587784 +v -121.643127 60.559387 89.809021 +v -105.678207 62.882385 94.455727 +v -104.363464 64.492653 94.455727 +v -104.252411 64.409195 94.401306 +v -105.477463 62.704536 94.326820 +v -110.418823 58.875519 94.488869 +v -112.093170 57.644730 94.455727 +v -110.257263 58.641457 94.401306 +v -111.959076 57.412460 94.326820 +v -119.808823 54.571922 94.401306 +v -117.779541 55.072090 94.401306 +v -119.782959 54.445251 94.326820 +v -128.111481 54.374573 94.455727 +v -126.039413 54.207291 94.455727 +v -126.045006 54.068481 94.401306 +v -128.143829 54.108322 94.326820 +v -136.066116 56.678658 94.455727 +v -134.153641 55.863831 94.455727 +v -134.202911 55.733932 94.401306 +v -136.181091 56.436340 94.326820 +v -144.212891 97.021149 94.488869 +v -145.636536 95.507347 94.455727 +v -144.321777 97.117615 94.455727 +v -145.747589 95.590797 94.401306 +v -144.522552 97.295471 94.326820 +v -137.906830 102.355263 94.455727 +v -139.663818 101.244209 94.455727 +v -139.742737 101.358543 94.401306 +v -138.040924 102.587540 94.326820 +v -132.141327 104.654732 94.488869 +v -130.163391 105.291962 94.455727 +v -132.220459 104.927910 94.401306 +v -130.217041 105.554749 94.326820 +v -126.027557 105.498680 94.500000 +v -121.888504 105.625427 94.455727 +v -123.954994 105.931519 94.401306 +v -121.856186 105.891678 94.326820 +v -113.933884 103.321350 94.455727 +v -115.846359 104.136169 94.455727 +v -115.797089 104.266068 94.401306 +v -113.818909 103.563660 94.326820 +v -99.270065 77.922867 94.455727 +v -99.047424 80.000000 94.401306 +v -99.131592 77.911690 94.401306 +v -98.918152 80.000000 94.326820 +v -99.520630 75.859200 94.455727 +v -99.383514 75.836914 94.401306 +v -99.676041 73.758209 94.326820 +v -99.936462 73.822395 94.455727 +v -100.514816 71.825645 94.455727 +v -100.383041 71.781654 94.401306 +v -101.124176 69.827461 94.401306 +v -101.251984 69.881912 94.455727 +v -102.143158 68.003799 94.455727 +v -102.020142 67.939240 94.401306 +v -102.955872 66.060150 94.326820 +v -103.182556 66.203491 94.455727 +v -107.118256 61.383141 94.455727 +v -107.022018 61.282944 94.401306 +v -108.504654 59.796875 94.326820 +v -108.674286 60.004623 94.455727 +v -113.996246 56.810089 94.488869 +v -113.874329 56.553146 94.401306 +v -113.818909 56.436340 94.326820 +v -115.751251 55.613052 94.326820 +v -115.797089 55.733932 94.401306 +v -121.888504 54.374573 94.455727 +v -121.871765 54.236664 94.401306 +v -123.949791 53.939308 94.326820 +v -123.960587 54.207291 94.455727 +v -130.217041 54.445251 94.326820 +v -130.163391 54.708038 94.455727 +v -132.256424 54.947914 94.326820 +v -132.181793 55.205536 94.455727 +v -138.040924 57.412460 94.326820 +v -137.834076 57.770721 94.488869 +v -139.816177 58.535065 94.326820 +v -139.742737 58.641457 94.401306 +v -139.581177 58.875519 94.488869 +v -141.325714 60.004623 94.455727 +v -141.413574 59.897018 94.401306 +v -142.881744 61.383141 94.455727 +v -143.067535 61.189713 94.326820 +v -144.425781 62.790268 94.401306 +v -144.212891 62.978859 94.488869 +v -145.850952 64.331535 94.326820 +v -145.636536 64.492653 94.455727 +v -146.934845 66.129242 94.401306 +v -147.044113 66.060150 94.326820 +v -148.477295 69.997253 94.500000 +v -147.979858 67.939240 94.401306 +v -148.094330 67.879158 94.326820 +v -148.875824 69.827461 94.401306 +v -148.748016 69.881912 94.455727 +v -149.739578 71.740715 94.326820 +v -149.485168 71.825645 94.455727 +v -150.063538 73.822395 94.455727 +v -150.198425 73.789146 94.401306 +v -150.479355 75.859200 94.455727 +v -150.616486 75.836914 94.401306 +v -150.997269 77.901283 94.326820 +v -150.729935 77.922867 94.455727 +v -150.668167 80.000000 94.488869 +v -150.952560 80.000000 94.401306 +v -151.300247 80.000000 94.124695 +v -150.729935 82.077133 94.455727 +v -151.113647 82.108109 94.233925 +v -150.335770 84.117462 94.488869 +v -150.744095 84.183823 94.326820 +v -150.323944 86.241791 94.326820 +v -150.198425 86.210854 94.401306 +v -149.922302 86.142792 94.488869 +v -149.485168 88.174355 94.455727 +v -149.616943 88.218353 94.401306 +v -149.102173 90.268982 94.233925 +v -148.748016 90.118088 94.455727 +v -147.856842 91.996193 94.455727 +v -148.094330 92.120842 94.326820 +v -147.044113 93.939850 94.326820 +v -146.817429 93.796509 94.455727 +v -142.780960 98.511940 94.488869 +v -143.067535 98.810287 94.326820 +v -141.495346 100.203125 94.326820 +v -141.413574 100.102982 94.401306 +v -141.233704 99.882690 94.488869 +v -136.066116 103.321350 94.455727 +v -136.125671 103.446854 94.401306 +v -134.248749 104.386955 94.326820 +v -134.153641 104.136169 94.455727 +v -128.093964 105.481018 94.488869 +v -128.128235 105.763336 94.401306 +v -126.050209 106.060699 94.326820 +v -126.039413 105.792702 94.455727 +v -119.808823 105.428078 94.401306 +v -119.836609 105.291962 94.455727 +v -117.743576 105.052086 94.326820 +v -117.818192 104.794464 94.455727 +v -112.023712 102.475578 94.401306 +v -112.093170 102.355263 94.455727 +v -110.183823 101.464935 94.326820 +v -110.336182 101.244209 94.455727 +v -108.674286 99.995369 94.455727 +v -108.586426 100.102982 94.401306 +v -107.118256 98.616859 94.455727 +v -106.851593 98.894501 94.233925 +v -105.477463 97.295471 94.326820 +v -105.787109 97.021149 94.488869 +v -104.149048 95.668465 94.326820 +v -104.252411 95.590797 94.401306 +v -104.479767 95.419952 94.488869 +v -103.182556 93.796509 94.455727 +v -103.065140 93.870758 94.401306 +v -102.143158 91.996193 94.455727 +v -101.905670 92.120842 94.326820 +v -101.124176 90.172539 94.401306 +v -101.251984 90.118088 94.455727 +v -100.260422 88.259285 94.326820 +v -100.514816 88.174355 94.455727 +v -99.936462 86.177612 94.455727 +v -99.801575 86.210854 94.401306 +v -99.520630 84.140800 94.455727 +v -99.255905 84.183823 94.326820 +v -99.002731 82.098717 94.326820 +v -99.131592 82.088318 94.401306 +v -147.929413 78.048416 93.656433 +v -131.738525 102.003609 93.656433 +v -112.934479 99.595650 93.656433 +v -108.386124 95.923119 93.656433 +v -102.034088 81.954681 93.809021 +v -102.694778 85.807831 93.809021 +v -103.267670 87.678520 93.809021 +v -104.877945 91.240852 93.809021 +v -111.294327 98.531288 93.809021 +v -114.623276 100.581001 93.809021 +v -125.978226 103.028175 93.809021 +v -127.927628 102.862251 93.809021 +v -140.227859 97.302200 93.809021 +v -144.096268 92.906830 93.809021 +v -146.002853 89.493889 93.809021 +v -146.732330 87.678520 93.809021 +v -147.717407 83.895294 93.809021 +v -147.305222 74.192169 93.809021 +v -145.122055 68.759148 93.809021 +v -122.072372 57.137741 93.809021 +v -120.144073 57.468384 93.809021 +v -118.261475 57.996391 93.656433 +v -114.623276 59.419006 93.809021 +v -112.915268 60.373154 93.809021 +v -109.772141 62.697800 93.809021 +v -108.359665 64.051544 93.809021 +v -103.997147 70.506111 93.809021 +v -102.694778 74.192169 93.809021 +v -102.223404 83.905434 93.953995 +v -103.942429 89.518623 93.953995 +v -107.020370 94.517532 93.953995 +v -108.316315 95.990013 93.953995 +v -109.732468 97.347290 93.953995 +v -112.883789 99.677979 93.953995 +v -116.406052 101.386864 93.809021 +v -118.250748 102.038635 93.809021 +v -120.144073 102.531616 93.809021 +v -122.072372 102.862251 93.809021 +v -124.019226 103.088173 93.953995 +v -129.868591 102.590317 93.953995 +v -131.766846 102.096054 93.953995 +v -133.616333 101.442581 93.953995 +v -145.174469 91.270142 93.953995 +v -146.788940 87.698524 93.953995 +v -147.363342 85.822960 93.953995 +v -147.965912 81.954681 93.809021 +v -148.048950 80.000000 93.809021 +v -144.096268 67.093170 93.809021 +v -142.932907 65.520187 93.809021 +v -141.640320 64.051544 93.809021 +v -140.227859 62.697800 93.809021 +v -138.705658 61.468712 93.809021 +v -137.116211 60.322021 93.953995 +v -135.376724 59.419006 93.809021 +v -133.593948 58.613136 93.809021 +v -131.766846 57.903946 93.953995 +v -129.855927 57.468384 93.809021 +v -127.927628 57.137741 93.809021 +v -125.978226 56.971825 93.809021 +v -124.021774 56.971825 93.809021 +v -120.131409 57.409683 93.953995 +v -118.233154 57.903946 93.953995 +v -116.406052 58.613136 93.809021 +v -112.883789 60.322021 93.953995 +v -111.258621 61.420433 93.953995 +v -107.020370 65.482468 93.953995 +v -105.853973 67.059547 93.953995 +v -104.877945 68.759148 93.809021 +v -103.211044 72.301476 93.953995 +v -102.282593 76.104713 93.809021 +v -101.974243 78.040222 93.953995 +v -101.891006 80.000000 93.953995 +v -101.892563 81.966736 94.087784 +v -102.557312 85.843613 94.087784 +v -104.753937 91.310120 94.087784 +v -105.853973 92.940453 93.953995 +v -108.257126 96.046738 94.087784 +v -109.678299 97.408829 94.087784 +v -111.209869 98.645485 94.087784 +v -114.559341 100.707832 94.087784 +v -125.984253 103.170090 94.087784 +v -127.945671 103.003143 94.087784 +v -135.403748 100.634621 93.953995 +v -137.116211 99.677979 93.953995 +v -138.741379 98.579567 93.953995 +v -140.321701 97.408829 94.087784 +v -141.683685 95.990013 93.953995 +v -142.979630 94.517532 93.953995 +v -144.213959 92.986366 94.087784 +v -146.866257 87.725838 94.087784 +v -147.442688 85.843613 94.087784 +v -147.857391 83.919296 94.087784 +v -148.025742 78.040222 93.953995 +v -147.776596 76.094559 93.953995 +v -147.363342 74.177040 93.953995 +v -146.788940 72.301476 93.953995 +v -146.057571 70.481377 93.953995 +v -145.246063 68.689873 94.087784 +v -122.064751 57.078178 93.953995 +v -116.353088 58.481339 94.087784 +v -114.596237 59.365379 93.953995 +v -111.209869 61.354515 94.087784 +v -109.678299 62.591171 94.087784 +v -108.316315 64.009987 93.953995 +v -104.753937 68.689873 94.087784 +v -103.942429 70.481377 93.953995 +v -102.557312 74.156380 94.087784 +v -102.042145 83.936523 94.207108 +v -103.133743 87.725838 94.087784 +v -103.774841 89.594376 94.207108 +v -106.956589 94.569038 94.087784 +v -116.315094 101.613220 94.207108 +v -118.179306 102.271889 94.207108 +v -120.092667 102.770088 94.207108 +v -122.041389 103.104233 94.207108 +v -124.011414 103.271904 94.207108 +v -129.907318 102.770088 94.207108 +v -131.820679 102.271889 94.207108 +v -133.684906 101.613220 94.207108 +v -145.335022 91.359825 94.207108 +v -146.132294 89.552399 94.087784 +v -148.292892 80.000000 94.207108 +v -144.298386 66.956566 94.207108 +v -143.122711 65.366936 94.207108 +v -141.816452 63.882736 94.207108 +v -140.389023 62.514664 94.207108 +v -135.486542 59.201172 94.207108 +v -133.684906 58.386780 94.207108 +v -131.820679 57.728111 94.207108 +v -129.907318 57.229912 94.207108 +v -127.958611 56.895767 94.207108 +v -125.988579 56.728096 94.207108 +v -124.011414 56.728096 94.207108 +v -120.114136 57.329529 94.087784 +v -118.209152 57.825554 94.087784 +v -112.840790 60.252197 94.087784 +v -109.610977 62.514664 94.207108 +v -108.183548 63.882736 94.207108 +v -106.956589 65.430962 94.087784 +v -105.786041 67.013634 94.087784 +v -103.774841 70.405632 94.207108 +v -103.133743 72.274162 94.087784 +v -102.042145 76.063484 94.207108 +v -101.791016 78.024628 94.207108 +v -101.707108 80.000000 94.207108 +v -101.672119 81.985497 94.309021 +v -102.343231 85.899368 94.309021 +v -104.560806 91.418015 94.309021 +v -105.602753 93.110252 94.309021 +v -108.183548 96.117256 94.207108 +v -109.610977 97.485329 94.207108 +v -111.149277 98.727425 94.207108 +v -112.787369 99.834579 94.207108 +v -114.513458 100.798828 94.207108 +v -125.993645 103.391121 94.309021 +v -127.973770 103.222588 94.309021 +v -135.540268 100.905373 94.309021 +v -137.275192 99.936188 94.309021 +v -138.921677 98.823357 94.309021 +v -140.467865 97.574898 94.309021 +v -141.902588 96.199821 94.309021 +v -143.215546 94.708015 94.309021 +v -144.397247 93.110252 94.309021 +v -146.962341 87.759796 94.207108 +v -147.541290 85.869301 94.207108 +v -147.957855 83.936523 94.207108 +v -148.208984 81.975372 94.207108 +v -148.327881 78.014503 94.309021 +v -148.075455 76.043320 94.309021 +v -147.656769 74.100639 94.309021 +v -147.074844 72.200462 94.309021 +v -146.333878 70.356476 94.309021 +v -145.439194 68.581985 94.309021 +v -138.850723 61.272583 94.207108 +v -137.212631 60.165421 94.207108 +v -125.993645 56.608879 94.309021 +v -124.006355 56.608879 94.309021 +v -122.026230 56.777412 94.309021 +v -116.315094 58.386780 94.207108 +v -114.513458 59.201172 94.207108 +v -112.724808 60.063812 94.309021 +v -111.149277 61.272583 94.207108 +v -108.097412 63.800179 94.309021 +v -106.784454 65.291977 94.309021 +v -104.664978 68.640175 94.207108 +v -102.925156 72.200462 94.309021 +v -102.458694 74.130707 94.207108 +v -101.792679 83.979294 94.391006 +v -102.798996 87.844116 94.391006 +v -116.270599 101.723938 94.309021 +v -118.144379 102.385986 94.309021 +v -120.067535 102.886726 94.309021 +v -122.026230 103.222588 94.309021 +v -124.006355 103.391121 94.309021 +v -129.960663 103.017525 94.391006 +v -131.894806 102.513916 94.391006 +v -133.779282 101.848083 94.391006 +v -145.556000 91.483276 94.391006 +v -148.412216 80.000000 94.309021 +v -144.508087 66.814827 94.391006 +v -141.999191 63.707596 94.391006 +v -140.556244 62.324661 94.391006 +v -135.540268 59.094627 94.309021 +v -133.729401 58.276062 94.309021 +v -131.855621 57.614021 94.309021 +v -129.932465 57.113266 94.309021 +v -127.973770 56.777412 94.309021 +v -109.532135 62.425095 94.309021 +v -106.680359 65.207924 94.391006 +v -105.491898 66.814827 94.391006 +v -103.666122 70.356476 94.309021 +v -102.213745 74.066925 94.391006 +v -101.924545 76.043320 94.309021 +v -101.672119 78.014503 94.309021 +v -101.587784 80.000000 94.309021 +v -101.538818 81.996841 94.391006 +v -102.073456 85.969604 94.451057 +v -103.544205 89.698631 94.391006 +v -104.444000 91.483276 94.391006 +v -105.491898 93.185173 94.391006 +v -106.680359 94.792076 94.391006 +v -107.896149 96.392708 94.451057 +v -109.347961 97.784164 94.451057 +v -110.912552 99.047485 94.451057 +v -112.578644 100.173561 94.451057 +v -114.334229 101.154297 94.451057 +v -125.999321 103.524788 94.391006 +v -127.990761 103.355293 94.391006 +v -137.421356 100.173561 94.451057 +v -139.087448 99.047485 94.451057 +v -140.652039 97.784164 94.451057 +v -143.432434 94.883148 94.451057 +v -144.628204 93.266357 94.451057 +v -146.455795 89.698631 94.391006 +v -147.337692 87.892410 94.451057 +v -147.926544 85.969604 94.451057 +v -148.350220 84.003799 94.451057 +v -148.605637 82.009132 94.451057 +v -148.461182 78.003159 94.391006 +v -148.207321 76.020706 94.391006 +v -147.786255 74.066925 94.391006 +v -147.201004 72.155884 94.391006 +v -146.455795 70.301369 94.391006 +v -145.556000 68.516731 94.391006 +v -143.319641 65.207924 94.391006 +v -137.421356 59.826439 94.451057 +v -125.999321 56.475204 94.391006 +v -124.000679 56.475204 94.391006 +v -122.009239 56.644699 94.391006 +v -120.039337 56.982475 94.391006 +v -118.105194 57.486084 94.391006 +v -116.166656 58.017395 94.451057 +v -114.334229 58.845703 94.451057 +v -112.578644 59.826439 94.451057 +v -110.912552 60.952515 94.451057 +v -108.000809 63.707596 94.391006 +v -105.371796 66.733643 94.451057 +v -104.317429 68.446030 94.451057 +v -102.798996 72.155884 94.391006 +v -101.649780 75.996208 94.451057 +v -101.649780 84.003799 94.451057 +v -129.991211 103.159241 94.451057 +v -131.937256 102.652527 94.451057 +v -133.833344 101.982605 94.451057 +v -135.665771 101.154297 94.451057 +v -142.103851 96.392708 94.451057 +v -144.628204 66.733643 94.451057 +v -142.103851 63.607285 94.451057 +v -140.652039 62.215836 94.451057 +v -139.087448 60.952515 94.451057 +v -106.567566 65.116852 94.451057 +v -102.073456 74.030396 94.451057 +v -154.750793 76.607155 89.480225 +v -121.053864 50.387100 89.633949 +v -123.304749 50.173477 89.633949 +v -96.484512 88.908562 89.633949 +v -112.402893 107.088905 89.633949 +v -123.304749 109.826530 89.633949 +v -125.565353 109.869316 89.633949 +v -132.276093 108.975060 89.633949 +v -154.682266 83.385033 89.633949 +v -154.341248 74.379837 89.633949 +v -148.900482 62.076218 89.633949 +v -142.468277 55.764603 89.633949 +v -140.585358 54.512901 89.633949 +v -136.563004 52.453812 89.633949 +v -95.142120 82.264603 89.480225 +v -95.125336 80.000000 89.633949 +v -95.074799 81.532623 89.413605 +v -95.080124 78.680992 89.464714 +v -95.210892 77.740616 89.633949 +v -95.077438 81.100006 89.482635 +v -95.100067 77.732208 89.317108 +v -95.066696 78.264412 89.329727 +v -95.892441 73.273544 89.633949 +v -96.065842 72.210220 89.413605 +v -96.484512 71.091431 89.633949 +v -96.202026 71.799576 89.482635 +v -96.881866 69.707253 89.482635 +v -97.239914 68.960358 89.633949 +v -97.124222 68.917587 89.211426 +v -98.054474 66.843750 89.317108 +v -99.163025 64.864891 89.480225 +v -99.763290 63.809769 89.329727 +v -100.019012 63.480637 89.464714 +v -101.794891 61.184616 89.633949 +v -101.438705 61.522034 89.482635 +v -104.851746 57.848946 89.480225 +v -108.480637 55.019028 89.464714 +v -106.346436 56.569611 89.464714 +v -112.373810 52.848564 89.480225 +v -114.099457 52.068069 89.329727 +v -116.658936 51.411072 89.773918 +v -114.499802 51.952110 89.464706 +v -114.520676 52.123772 89.773918 +v -118.811325 50.702881 89.480225 +v -116.799576 51.202026 89.482635 +v -123.467377 50.074806 89.413605 +v -123.243874 50.066376 89.317017 +v -125.565353 50.130684 89.633949 +v -123.899994 50.077431 89.482635 +v -126.099998 50.077431 89.482635 +v -132.789780 51.065842 89.413605 +v -132.276093 51.024940 89.633949 +v -134.446594 51.658203 89.633949 +v -133.200424 51.202026 89.482635 +v -135.292755 51.881866 89.482635 +v -135.705002 52.013054 89.413605 +v -141.190231 54.763298 89.329727 +v -141.519363 55.019028 89.464714 +v -143.477966 56.438698 89.482635 +v -144.251144 57.155113 89.633949 +v -143.829514 56.690865 89.413605 +v -147.476486 60.319984 89.633949 +v -148.309143 61.170486 89.413605 +v -148.561310 61.522034 89.482635 +v -149.854431 63.301872 89.482635 +v -150.187592 63.935112 89.633949 +v -152.322449 67.917786 89.633949 +v -152.986938 69.294998 89.413605 +v -153.157959 70.018753 89.633949 +v -153.118134 69.707253 89.482635 +v -153.832184 72.176880 89.633949 +v -153.353897 70.378792 89.485420 +v -153.797974 71.799576 89.482635 +v -154.925201 78.467377 89.413605 +v -154.933304 78.264412 89.329727 +v -154.922577 78.900002 89.482635 +v -154.919861 81.319008 89.464714 +v -154.408997 85.633148 89.480225 +v -153.863083 87.991295 89.464706 +v -153.118134 90.292747 89.482635 +v -150.439987 95.899910 89.067673 +v -151.391205 94.146553 89.480225 +v -150.187592 96.064888 89.633949 +v -148.825455 97.867516 89.773918 +v -149.980972 96.519356 89.464714 +v -147.476486 99.680016 89.633949 +v -148.430389 98.653557 89.464714 +v -148.196396 98.998474 89.329727 +v -143.998474 103.196396 89.329727 +v -143.653564 103.430389 89.464714 +v -140.621338 105.545937 89.480225 +v -141.698120 104.854431 89.482635 +v -141.349670 105.110847 89.413605 +v -135.705002 107.986946 89.413605 +v -136.589691 107.609779 89.480225 +v -135.292755 108.118134 89.482635 +v -134.446594 108.341789 89.633949 +v -133.200424 108.797974 89.482635 +v -127.822708 109.741005 89.633949 +v -126.532623 109.925201 89.413605 +v -126.099998 109.922569 89.482635 +v -123.900002 109.922569 89.482635 +v -117.210220 108.934158 89.413605 +v -118.811325 109.297119 89.480225 +v -116.799576 108.797966 89.482635 +v -114.884171 108.181885 89.483627 +v -110.356537 106.118767 89.480225 +v -108.480637 104.980980 89.464714 +v -104.898163 102.100037 89.633949 +v -106.522034 103.561302 89.482635 +v -103.234192 100.563820 89.480225 +v -101.438705 98.477959 89.482635 +v -99.222519 95.100250 89.633949 +v -100.145569 96.698128 89.482635 +v -97.013046 90.705002 89.413605 +v -97.239914 91.039642 89.633949 +v -96.881866 90.292747 89.482635 +v -127.822708 50.258987 89.633949 +v -152.385513 92.110107 89.480225 +v -95.892441 86.726456 89.633949 +v -96.136917 87.991295 89.464714 +v -98.154343 66.892517 89.633949 +v -103.234192 59.436172 89.480225 +v -110.390274 53.941383 89.633949 +v -121.044754 50.318741 89.480225 +v -121.044754 109.681259 89.480225 +v -95.398911 75.483772 89.480225 +v -145.923737 58.676476 89.633949 +v -151.391205 65.853439 89.480225 +v -130.075592 109.510323 89.480225 +v -98.092361 93.137741 89.480225 +v -130.075592 50.489670 89.480225 +v -138.644592 53.345810 89.480225 +v -145.972046 101.372749 89.480225 +v -95.398911 84.516228 89.480225 +v -114.695724 81.328590 95.665016 +v -116.673645 73.785881 95.665016 +v -116.217987 77.697083 96.475037 +v -115.690964 78.799736 96.400772 +v -115.135147 78.728065 96.112923 +v -115.690964 81.200264 96.400772 +v -115.053497 80.000000 96.112923 +v -115.135147 81.271935 96.112923 +v -114.695724 78.671410 95.665016 +v -114.814209 80.000000 95.906525 +v -115.369720 76.101135 95.665016 +v -116.124924 75.001656 95.906525 +v -115.780411 76.267403 96.112923 +v -116.333420 75.119072 96.112923 +v -116.299881 76.477707 96.400772 +v -118.478149 73.683937 96.475037 +v -120.293549 72.236206 96.475037 +v -118.257507 73.470261 96.400772 +v -120.134323 71.973557 96.400772 +v -119.843811 71.494316 96.112923 +v -118.798447 72.223503 96.112923 +v -119.719757 71.289696 95.906525 +v -118.522202 71.877090 95.665016 +v -122.416794 71.296310 96.475037 +v -124.709007 70.925720 96.475037 +v -122.329399 71.001854 96.400772 +v -124.699158 70.618729 96.400772 +v -124.681198 70.058601 96.112923 +v -123.412537 70.180984 96.112923 +v -124.673531 69.819443 95.906525 +v -123.341827 69.743591 95.665016 +v -128.135559 71.479698 96.475037 +v -127.088600 70.849236 96.400772 +v -129.476318 71.419754 96.279053 +v -128.435181 70.665512 96.112923 +v -129.600647 71.181435 96.112923 +v -129.711319 70.969284 95.906525 +v -128.588196 70.249710 95.665016 +v -131.103790 73.279060 96.475037 +v -132.866364 74.879562 96.400772 +v -131.310272 73.051682 96.400772 +v -133.336060 74.573830 96.112923 +v -132.573730 73.552391 96.112923 +v -133.536591 74.443298 95.906525 +v -132.911102 73.265175 95.665016 +v -133.911530 78.264481 96.475037 +v -134.213013 78.205765 96.400772 +v -134.926071 79.362724 96.112923 +v -134.763092 78.098640 96.112923 +v -135.368225 79.334343 95.665016 +v -135.197998 78.013947 95.665016 +v -133.911530 81.735519 96.475037 +v -133.179840 83.939209 96.475037 +v -134.213013 81.794235 96.400772 +v -133.456573 84.072479 96.400772 +v -133.961487 84.315628 96.112923 +v -134.439789 83.134224 96.112923 +v -134.360687 84.507874 95.665016 +v -134.860291 83.273842 95.665016 +v -129.199356 88.049385 96.475037 +v -129.341431 88.321701 96.400772 +v -130.536774 87.937386 96.279053 +v -129.600647 88.818573 96.112923 +v -130.827454 88.354103 95.906525 +v -129.711319 89.030716 95.906525 +v -130.944061 88.521240 95.665016 +v -124.709007 89.074280 96.475037 +v -125.901276 89.342720 96.400772 +v -124.681198 89.941399 96.112923 +v -125.955093 89.900543 96.112923 +v -124.673531 90.180557 95.906525 +v -125.997635 90.341568 95.665016 +v -120.293549 87.763794 96.475037 +v -121.200668 88.582764 96.400772 +v -119.843811 88.505684 96.112923 +v -120.973816 89.095215 96.112923 +v -119.719757 88.710304 95.906525 +v -120.794479 89.500366 95.665016 +v -117.089340 84.455200 96.475037 +v -117.477859 85.613922 96.400772 +v -116.333420 84.880928 96.112923 +v -117.028732 85.949112 96.112923 +v -116.124924 84.998352 95.906525 +v -116.673645 86.214119 95.665016 +v -115.147339 77.416328 95.906525 +v -115.378784 77.477020 96.112923 +v -116.836960 73.907776 95.906525 +v -117.244156 74.211662 96.279053 +v -117.089340 75.544800 96.475037 +v -117.683044 72.913918 95.906525 +v -117.854935 73.080391 96.112923 +v -120.794479 70.499634 95.665016 +v -120.973816 70.904785 96.112923 +v -122.101860 70.235207 95.906525 +v -122.169945 70.464600 96.112923 +v -125.997635 69.658432 95.665016 +v -125.955093 70.099449 96.112923 +v -127.266556 70.069588 95.906525 +v -127.213310 70.302872 96.112923 +v -130.944061 71.478752 95.665016 +v -130.690567 71.842148 96.112923 +v -130.369934 72.301788 96.400772 +v -131.847916 72.459679 95.906525 +v -131.687042 72.636818 96.112923 +v -134.360687 75.492134 95.665016 +v -133.961487 75.684372 96.112923 +v -133.456573 75.927528 96.400772 +v -133.179840 76.060791 96.475037 +v -134.666885 76.790375 95.906525 +v -134.439789 76.865776 96.112923 +v -135.164856 80.652603 95.906525 +v -134.926071 80.637276 96.112923 +v -134.366806 80.601372 96.400772 +v -134.997955 81.947098 95.906525 +v -134.763092 81.901367 96.112923 +v -133.536591 85.556709 95.906525 +v -133.336060 85.426170 96.112923 +v -132.755920 86.602722 95.906525 +v -132.573730 86.447609 96.112923 +v -131.103790 86.720947 96.475037 +v -132.147003 86.084328 96.400772 +v -131.687042 87.363182 96.112923 +v -131.984924 87.691185 95.665016 +v -128.517822 89.559052 95.906525 +v -128.435181 89.334488 96.112923 +v -127.020256 88.851318 96.475037 +v -127.153488 89.435066 96.279053 +v -127.266556 89.930420 95.906525 +v -123.374352 90.055229 95.906525 +v -123.412537 89.819016 96.112923 +v -122.416794 88.703690 96.475037 +v -123.501984 89.265778 96.400772 +v -122.169945 89.535400 96.112923 +v -122.043877 89.960152 95.665016 +v -118.649261 87.963577 95.906525 +v -118.798447 87.776497 96.112923 +v -118.478149 86.316063 96.475037 +v -119.147873 87.338341 96.400772 +v -117.854935 86.919617 96.112923 +v -117.536652 87.227852 95.665016 +v -115.558624 83.822395 95.906525 +v -115.780411 83.732597 96.112923 +v -115.995590 81.160988 96.475037 +v -116.299881 83.522293 96.400772 +v -115.378784 82.522980 96.112923 +v -114.950211 82.635361 95.665016 +v -93.797607 81.099998 89.269043 +v -93.564514 78.900002 86.500000 +v -94.524597 82.232513 88.986931 +v -95.066696 81.735588 89.329727 +v -94.353989 81.100006 89.603348 +v -93.967789 81.853256 89.084793 +v -94.195023 82.082153 89.076172 +v -94.142914 82.389244 87.611092 +v -94.603882 82.380898 88.706810 +v -94.315735 81.889145 89.343758 +v -94.084625 81.510681 89.494316 +v -93.807220 81.286118 89.258629 +v -93.921295 81.100006 89.466843 +v -93.778412 82.227592 87.407745 +v -93.090424 81.100006 87.158882 +v -93.128128 81.391098 87.175079 +v -93.626434 81.532410 86.569305 +v -93.931488 82.089310 86.910736 +v -94.291763 82.404030 87.397957 +v -93.926804 82.263527 87.173752 +v -93.453415 81.809509 86.783997 +v -93.267166 81.748329 87.167694 +v -93.692139 81.716095 86.642845 +v -93.236130 81.457550 86.712402 +v -93.064621 81.100006 86.989487 +v -93.185272 81.100006 86.674156 +v -95.180786 82.226479 87.068710 +v -95.372406 81.935898 86.776939 +v -95.531342 81.720734 86.645134 +v -95.713974 81.484413 86.553810 +v -94.398483 78.337036 89.476112 +v -94.353989 78.900002 89.603348 +v -95.072876 77.910049 89.067673 +v -95.091980 77.652588 88.705231 +v -93.797607 78.900002 89.269043 +v -93.869843 78.900002 89.407684 +v -94.532455 77.574440 88.473442 +v -94.406235 77.747017 88.929466 +v -94.229980 77.780968 88.800926 +v -94.078354 77.959694 88.965088 +v -94.195343 78.293701 89.441628 +v -93.889069 78.337036 89.170029 +v -94.048569 78.900002 89.557617 +v -93.090424 78.900002 87.158882 +v -93.596481 77.910690 87.376312 +v -93.266418 78.283913 87.234497 +v -93.936996 77.695099 87.522614 +v -94.291763 77.595970 87.397957 +v -93.931488 77.910690 86.910736 +v -93.446991 78.023682 87.115875 +v -93.629028 78.251678 86.664772 +v -93.187469 78.542450 86.780014 +v -93.591858 78.608902 86.530602 +v -93.097534 78.900002 86.821327 +v -93.328308 78.728783 86.574837 +v -96.018997 78.897667 86.500008 +v -95.250778 77.887001 86.933655 +v -95.506073 78.245811 86.662247 +v -97.042984 68.295349 88.239975 +v -94.936462 71.584076 89.258629 +v -102.028275 60.229027 88.239975 +v -99.110168 62.549614 89.269043 +v -109.262131 54.098022 88.239975 +v -105.624847 55.520477 89.258629 +v -118.036560 50.502487 88.239975 +v -114.311768 50.664680 89.269043 +v -127.492599 49.794380 88.239975 +v -123.900002 48.797607 89.269043 +v -133.595917 49.984848 89.269043 +v -142.294159 54.008553 89.258629 +v -150.901978 64.262131 88.239975 +v -149.479523 60.624855 89.258629 +v -154.497513 73.036545 88.239975 +v -154.335327 69.311768 89.269043 +v -155.205627 82.492599 88.239975 +v -156.192780 78.713882 89.258629 +v -156.909576 78.899994 87.158882 +v -152.957001 91.704659 88.239975 +v -155.015152 88.595909 89.269043 +v -150.991455 97.294159 89.258629 +v -140.840195 106.038445 87.762009 +v -144.375153 104.479523 89.258629 +v -131.963455 109.497513 88.239975 +v -135.688232 109.335320 89.269043 +v -122.507401 110.205620 88.239975 +v -126.099998 111.202393 89.269043 +v -113.295334 107.957024 88.239975 +v -116.584076 110.063530 89.258629 +v -105.229019 102.971718 88.239975 +v -107.705841 105.991447 89.258629 +v -98.961563 95.840195 87.762009 +v -100.520477 99.375145 89.258629 +v -95.341064 87.018600 87.762009 +v -95.731339 90.862274 89.258629 +v -94.312286 71.185562 87.158882 +v -95.442993 69.239738 86.500000 +v -98.538055 62.133942 87.158882 +v -100.214722 60.632767 86.500000 +v -105.354111 54.831177 87.158882 +v -107.412598 53.921600 86.500000 +v -126.099998 48.185272 86.674156 +v -135.760254 50.443001 86.500000 +v -135.877457 50.082321 86.674156 +v -133.814438 49.312279 87.158882 +v -142.866058 53.538055 87.158882 +v -144.367233 55.214722 86.500000 +v -150.168823 60.354111 87.158882 +v -151.078400 62.412605 86.500000 +v -155.236847 71.332062 86.500000 +v -156.435486 81.100006 86.500000 +v -155.687714 88.814438 87.158882 +v -154.557007 90.760262 86.500000 +v -151.461945 97.866058 87.158882 +v -149.785278 99.367226 86.500000 +v -144.645889 105.168823 87.158882 +v -142.587402 106.078407 86.500000 +v -135.892975 109.965446 86.743958 +v -123.899994 111.814728 86.674156 +v -114.239746 109.557007 86.500000 +v -116.185562 110.687721 87.158882 +v -107.133942 106.461945 87.158882 +v -105.632767 104.785278 86.500000 +v -94.763153 88.667938 86.500000 +v -95.223511 71.481644 89.557617 +v -123.899994 49.048576 89.557617 +v -133.518356 50.223526 89.557617 +v -155.951416 78.900002 89.557617 +v -154.776474 88.518349 89.557617 +v -135.610687 109.096634 89.557617 +v -116.481644 109.776482 89.557617 +v -95.159607 88.539124 89.517235 +v -95.903366 90.610680 89.557617 +v -95.857498 72.878548 88.896599 +v -95.326294 72.705826 88.986931 +v -95.995407 72.400742 89.329727 +v -95.513977 71.576019 89.603348 +v -94.913925 72.173065 89.084793 +v -95.059311 72.460991 89.076172 +v -95.274109 72.891861 88.473442 +v -95.233749 72.314720 89.343758 +v -95.130920 71.883369 89.494316 +v -94.787155 72.641914 87.426231 +v -94.487854 72.282829 87.376312 +v -94.258179 71.474068 87.175079 +v -94.688416 71.762444 86.569305 +v -94.806442 72.386353 86.910736 +v -95.340897 72.981339 87.762260 +v -94.946777 72.673172 87.213425 +v -94.438248 71.972519 86.783997 +v -94.280014 71.856773 87.167694 +v -94.694168 71.957443 86.642845 +v -94.340347 71.570633 86.712402 +v -94.255478 71.347137 86.911140 +v -94.402466 71.214874 86.674156 +v -95.952225 72.902870 87.068710 +v -96.224243 72.685715 86.776939 +v -96.441895 72.530205 86.645134 +v -97.097015 72.092606 86.500008 +v -96.410110 68.962036 89.476112 +v -96.193817 69.483696 89.603348 +v -96.571426 68.598343 89.200119 +v -97.237335 68.631844 88.896599 +v -95.664673 69.311768 89.269043 +v -95.896362 68.967255 89.353645 +v -96.773178 68.278168 88.473442 +v -96.599792 68.403290 88.929466 +v -96.421692 68.381119 88.800926 +v -95.925629 68.804619 89.170029 +v -96.230301 68.858047 89.441628 +v -95.975586 69.195969 89.541939 +v -94.992111 69.093239 87.158882 +v -95.779114 68.308731 87.376312 +v -95.349884 68.561691 87.234497 +v -96.169571 68.208916 87.522614 +v -96.537613 68.224266 87.397957 +v -96.097717 68.412247 86.910736 +v -95.602036 68.369995 87.115875 +v -95.704697 68.643082 86.664772 +v -95.194885 68.783173 86.780014 +v -95.558945 68.971329 86.530602 +v -94.967575 69.085266 86.989487 +v -95.271271 69.003906 86.574837 +v -95.034546 69.107025 86.743958 +v -97.778061 69.996002 86.500008 +v -97.359756 68.797401 86.933655 +v -97.491684 69.217545 86.662247 +v -99.032639 63.893143 88.986931 +v -99.097748 64.261948 88.239784 +v -99.433823 62.784760 89.604652 +v -98.805099 63.259033 89.084793 +v -98.802216 63.709076 88.800926 +v -98.925522 64.053955 88.473442 +v -98.888336 63.608322 89.108101 +v -99.065491 63.492584 89.343758 +v -99.100983 63.050568 89.494316 +v -99.008545 62.705841 89.258629 +v -99.258835 62.657623 89.517235 +v -98.743469 63.895050 87.397957 +v -98.365952 63.231766 87.376312 +v -98.397446 62.391609 87.175079 +v -98.717529 62.798828 86.569305 +v -98.681808 63.744812 87.213425 +v -98.414673 62.921310 86.783997 +v -98.299957 62.762329 87.167694 +v -98.662720 62.986053 86.642845 +v -98.445755 62.508842 86.712402 +v -98.543793 62.138115 86.821327 +v -98.614777 62.189690 86.674156 +v -99.567062 64.273972 87.068710 +v -99.892883 64.151505 86.776939 +v -100.147934 64.070862 86.645134 +v -100.906189 63.857117 86.500008 +v -101.690857 61.170486 89.413605 +v -100.853409 61.096802 89.603348 +v -101.516602 60.416359 89.212769 +v -102.109100 60.609116 88.896599 +v -100.403305 60.769775 89.269043 +v -100.461731 60.812241 89.407684 +v -101.776947 60.129303 88.473442 +v -101.827209 60.227669 88.720825 +v -101.410843 60.118599 88.800926 +v -101.183121 60.174072 88.965088 +v -101.081451 60.513054 89.441628 +v -100.808182 60.368088 89.170029 +v -100.606323 60.917290 89.557617 +v -99.831177 60.354111 87.158882 +v -100.822083 59.851189 87.376312 +v -100.335693 59.959129 87.234497 +v -101.224289 59.876923 87.522614 +v -101.569565 60.005249 87.397957 +v -101.093109 60.048096 86.910736 +v -100.634735 59.854736 87.115875 +v -100.647995 60.146179 86.664772 +v -100.119843 60.121887 86.780014 +v -100.407944 60.413330 86.530602 +v -99.836914 60.358276 86.821327 +v -100.124268 60.355408 86.574837 +v -102.201797 62.073586 86.500008 +v -102.174362 60.804398 86.933655 +v -102.169998 61.244736 86.662247 +v -105.280869 56.657120 88.986931 +v -105.129303 56.776955 88.473442 +v -105.848267 56.911346 89.213837 +v -106.001526 56.803604 89.329727 +v -106.096802 55.853416 89.603348 +v -105.260406 55.983734 89.084793 +v -105.208786 56.302116 89.076172 +v -105.435883 56.286316 89.343758 +v -105.606247 55.876900 89.494316 +v -105.842468 55.503365 89.466843 +v -104.846252 56.050545 87.407745 +v -105.140747 55.032784 87.175079 +v -105.319336 55.518982 86.569305 +v -105.048096 56.093109 86.910736 +v -105.130753 56.888603 87.762260 +v -104.904388 56.191727 87.173752 +v -104.993469 55.541885 86.783997 +v -104.933472 55.355240 87.167694 +v -105.209366 55.680107 86.642845 +v -105.150482 55.159210 86.712402 +v -105.213181 54.928505 86.911140 +v -105.409851 54.907913 86.674156 +v -105.671448 57.184448 87.068710 +v -106.019165 57.168655 86.776939 +v -106.286652 57.170776 86.645134 +v -107.073578 57.201797 86.500008 +v -108.358246 54.265381 89.476112 +v -107.876648 54.560287 89.603348 +v -108.717636 54.118080 89.212769 +v -109.221573 54.484489 88.896599 +v -107.549606 54.110168 89.269043 +v -109.053955 53.925537 88.473442 +v -109.071350 54.034607 88.720825 +v -108.709076 53.802216 88.800926 +v -108.475342 53.784607 88.965088 +v -108.273895 54.075577 89.441628 +v -107.939545 53.967636 89.353645 +v -107.869202 54.199226 89.541939 +v -107.133942 53.538055 87.158882 +v -107.962708 53.318077 87.291718 +v -107.548996 53.348267 87.197731 +v -108.606323 53.514717 87.522614 +v -108.895050 53.743469 87.397957 +v -108.428680 53.636978 86.910736 +v -108.052490 53.311440 87.115875 +v -107.975037 53.592712 86.664772 +v -107.480240 53.406403 86.780014 +v -107.664169 53.772614 86.530602 +v -107.412277 53.629868 86.574837 +v -107.160172 53.574150 86.743958 +v -108.857193 55.905937 86.500008 +v -109.223297 54.690384 86.933655 +v -109.083069 55.107826 86.662247 +v -113.764343 52.183456 89.067673 +v -113.459335 51.706055 88.986931 +v -113.295227 52.042694 88.239784 +v -114.483704 51.193825 89.603348 +v -113.647964 51.059303 89.084793 +v -113.298538 51.650864 88.592575 +v -113.500488 51.346153 89.076172 +v -113.721359 51.401306 89.343758 +v -114.009888 51.064568 89.494316 +v -114.137726 50.731339 89.258629 +v -114.368561 50.839447 89.517235 +v -114.411789 50.972496 89.586998 +v -113.224258 51.537621 87.397957 +v -113.308731 50.779114 87.376312 +v -114.093231 49.992111 87.158882 +v -113.828033 50.117928 87.175079 +v -113.847626 50.635506 86.569305 +v -113.428726 50.782776 86.851753 +v -113.262695 51.379837 87.213425 +v -113.531250 50.360542 87.167694 +v -113.693237 50.754761 86.642845 +v -113.798203 50.241165 86.712402 +v -114.095428 49.998871 86.821327 +v -114.141525 50.140755 86.613991 +v -113.667847 52.328270 87.068710 +v -114.003418 52.420700 86.776939 +v -114.257172 52.505379 86.645134 +v -114.995697 52.777939 86.500008 +v -117.210220 51.065842 89.413605 +v -116.551880 50.439697 89.610146 +v -117.512512 50.353302 89.212769 +v -117.878555 50.857506 88.896599 +v -116.404099 49.984848 89.269043 +v -116.426422 50.053543 89.407684 +v -117.830658 50.230293 88.627487 +v -117.385132 49.961273 88.965088 +v -117.103622 50.175758 89.441628 +v -116.967758 49.897858 89.170029 +v -116.504105 50.292664 89.586998 +v -116.185562 49.312279 87.158882 +v -117.282822 49.487846 87.376312 +v -116.825882 49.289276 87.234497 +v -117.510010 49.649345 87.328041 +v -117.981400 50.341072 87.762009 +v -117.676651 49.894081 87.269997 +v -117.386353 49.806450 86.910736 +v -117.129181 49.380600 87.115875 +v -116.968597 49.624176 86.664772 +v -116.555603 49.294083 86.780014 +v -116.617371 49.699203 86.530602 +v -116.177582 49.287735 86.989487 +v -116.421906 49.485611 86.574837 +v -116.199356 49.354713 86.743958 +v -117.092758 52.096779 86.500008 +v -117.816574 51.053856 86.933655 +v -117.554214 51.407532 86.662247 +v -122.910049 50.072884 89.067673 +v -122.767487 49.524597 88.986931 +v -123.899994 49.353989 89.603348 +v -123.146744 48.967789 89.084793 +v -122.917847 49.195030 89.076172 +v -122.509972 49.623634 87.762260 +v -122.574432 49.532463 88.473442 +v -123.110855 49.315735 89.343758 +v -123.489319 49.084633 89.494316 +v -123.713882 48.807228 89.258629 +v -122.772408 48.778412 87.407745 +v -123.899994 48.090431 87.158882 +v -123.608902 48.128136 87.175079 +v -123.467590 48.626434 86.569305 +v -123.023682 48.637047 86.851753 +v -122.595970 49.291771 87.397957 +v -122.736473 48.926804 87.173752 +v -123.251671 48.267166 87.167694 +v -123.283905 48.692139 86.642845 +v -123.542450 48.236130 86.712402 +v -123.899994 48.064629 86.989487 +v -123.899994 48.185272 86.674156 +v -122.773521 50.180786 87.068710 +v -123.064102 50.372398 86.776939 +v -123.279266 50.531342 86.645134 +v -126.662964 49.398476 89.476112 +v -126.100006 49.353989 89.603348 +v -126.922897 50.063782 89.213837 +v -127.232620 50.083191 88.896599 +v -126.099998 48.797607 89.269043 +v -126.099998 48.869843 89.407684 +v -127.425560 49.532463 88.473442 +v -127.252983 49.406227 88.929466 +v -127.219032 49.229980 88.800926 +v -127.040306 49.078354 88.965088 +v -126.706299 49.195343 89.441628 +v -126.662964 48.889061 89.170029 +v -126.306206 49.057510 89.541939 +v -126.099998 48.090431 87.158882 +v -127.089310 48.596481 87.376312 +v -126.716087 48.266434 87.234497 +v -127.304901 48.936996 87.522614 +v -127.404030 49.291771 87.397957 +v -127.089310 48.931480 86.910736 +v -126.976318 48.447006 87.115875 +v -126.748322 48.629036 86.664772 +v -126.809509 48.324409 86.963303 +v -126.391098 48.591858 86.530602 +v -126.099998 48.064629 86.989487 +v -126.457550 48.187469 86.780014 +v -126.099998 48.478844 86.507393 +v -126.102333 51.018990 86.500008 +v -127.112999 50.250778 86.933655 +v -126.754189 50.506073 86.662247 +v -132.294174 50.326286 88.986931 +v -131.963531 50.502174 88.239784 +v -132.422012 50.934753 89.213837 +v -133.423981 50.513992 89.603348 +v -132.826935 49.913933 89.084793 +v -132.539001 50.059311 89.076172 +v -132.108139 50.274109 88.473442 +v -132.685272 50.233749 89.343758 +v -133.116638 50.130920 89.494316 +v -133.415924 49.936478 89.258629 +v -132.203003 50.051849 87.397957 +v -132.717163 49.487846 87.376312 +v -133.525940 49.258179 87.175079 +v -133.237549 49.688431 86.569305 +v -132.613647 49.806450 86.910736 +v -132.326828 49.946785 87.213425 +v -133.027481 49.438255 86.783997 +v -133.143219 49.280014 87.167694 +v -133.042557 49.694153 86.642845 +v -133.429367 49.340347 86.712402 +v -133.561249 49.560982 86.538551 +v -133.652863 49.255470 86.911140 +v -133.766144 49.460915 86.613991 +v -132.097137 50.952225 87.068710 +v -132.314285 51.224251 86.776939 +v -132.469788 51.441910 86.645134 +v -132.907074 52.096504 86.500008 +v -136.037964 51.410103 89.476112 +v -135.516296 51.193825 89.603348 +v -136.235657 52.183456 89.067673 +v -136.474609 52.281174 88.705231 +v -135.688232 50.664680 89.269043 +v -135.665909 50.733383 89.407684 +v -136.721832 51.773186 88.473442 +v -136.596710 51.599808 88.929466 +v -136.618881 51.421692 88.800926 +v -136.495758 51.222260 88.965088 +v -136.141953 51.230309 89.441628 +v -136.195374 50.925629 89.170029 +v -135.588211 50.972496 89.586998 +v -135.906769 49.992111 87.158882 +v -136.691269 50.779114 87.376312 +v -136.438309 50.349884 87.234497 +v -136.791077 51.169579 87.522614 +v -136.775726 51.537621 87.397957 +v -136.587753 51.097717 86.910736 +v -136.630005 50.602036 87.115875 +v -136.356918 50.704704 86.664772 +v -136.509247 50.433891 86.963303 +v -136.028671 50.558952 86.530602 +v -135.914734 49.967575 86.989487 +v -136.216827 50.194901 86.780014 +v -135.836578 50.208130 86.565247 +v -135.153198 52.721245 86.505745 +v -136.202606 52.359764 86.933655 +v -135.782455 52.491684 86.662247 +v -141.507416 54.065491 89.343758 +v -140.940201 54.009583 88.706810 +v -140.564468 54.353416 88.281067 +v -142.123352 54.560287 89.603348 +v -141.740967 53.805099 89.084793 +v -141.290924 53.802216 88.800926 +v -140.946045 53.925537 88.473442 +v -141.391678 53.888336 89.108101 +v -141.949432 54.100990 89.494316 +v -142.302872 54.313202 89.557617 +v -141.334244 53.539665 87.426231 +v -141.768234 53.365959 87.376312 +v -142.608398 53.397446 87.175079 +v -142.201172 53.717529 86.569305 +v -141.835815 53.465187 86.851753 +v -140.840302 53.961403 87.762260 +v -141.255188 53.681808 87.213425 +v -142.237671 53.299957 87.167694 +v -142.013947 53.662720 86.642845 +v -142.491150 53.445755 86.712402 +v -142.729950 53.434097 86.911140 +v -142.810303 53.614784 86.674156 +v -140.726028 54.567062 87.068710 +v -140.848495 54.892876 86.776939 +v -140.929138 55.147934 86.645134 +v -141.142609 55.905212 86.500008 +v -144.332489 56.220306 89.476112 +v -143.903198 55.853416 89.603348 +v -144.583649 56.516602 89.212769 +v -144.478592 57.183678 88.705231 +v -144.375153 55.520477 89.258629 +v -144.870697 56.776955 88.473442 +v -144.892166 56.531471 88.702118 +v -144.739594 55.983734 89.084793 +v -144.486938 56.081451 89.441628 +v -144.082703 55.606331 89.557617 +v -144.645889 54.831177 87.158882 +v -145.148804 55.822083 87.376312 +v -145.040863 55.335693 87.234497 +v -145.123077 56.224289 87.522614 +v -144.994751 56.569572 87.397957 +v -144.951904 56.093109 86.910736 +v -145.145264 55.634743 87.115875 +v -144.853821 55.647995 86.664772 +v -144.878113 55.119850 86.780014 +v -144.586670 55.407944 86.530602 +v -144.661057 54.810303 86.989487 +v -144.644592 55.124268 86.574837 +v -144.619659 54.867279 86.743958 +v -143.438919 57.178741 86.559380 +v -142.926743 57.201782 86.500008 +v -143.755264 57.169998 86.662247 +v -147.890900 60.609116 88.896599 +v -148.342880 60.280869 88.986931 +v -148.196396 61.001526 89.329727 +v -149.146576 61.096802 89.603348 +v -149.016266 60.260414 89.084793 +v -148.697876 60.208794 89.076172 +v -148.223053 60.129303 88.473442 +v -148.713684 60.435890 89.343758 +v -149.123108 60.606239 89.494316 +v -149.496643 60.842476 89.466843 +v -148.711487 59.882278 87.426231 +v -149.177917 59.851189 87.376312 +v -149.967224 60.140762 87.175079 +v -149.481018 60.319336 86.569305 +v -148.906891 60.048096 86.910736 +v -148.111389 60.130745 87.762260 +v -148.592361 59.993042 87.213425 +v -149.458115 59.993469 86.783997 +v -149.644760 59.933487 87.167694 +v -149.319885 60.209351 86.642845 +v -149.840790 60.150482 86.712402 +v -150.163071 60.358276 86.821327 +v -150.092087 60.409851 86.674156 +v -147.815552 60.671448 87.068710 +v -147.831345 61.019157 86.776939 +v -147.829224 61.286652 86.645134 +v -147.820374 61.585190 86.553810 +v -150.734619 63.358246 89.476112 +v -150.439713 62.876648 89.603348 +v -150.881927 63.717636 89.212769 +v -150.515503 64.221573 88.896599 +v -150.889832 62.549614 89.269043 +v -151.352661 63.825211 87.563103 +v -151.170746 63.827118 88.702118 +v -151.215393 63.475357 88.965088 +v -150.924423 63.273903 89.441628 +v -151.032364 62.939545 89.353645 +v -150.800781 62.869202 89.541939 +v -151.461945 62.133942 87.158882 +v -151.634033 63.231766 87.376312 +v -151.681686 62.735825 87.234497 +v -151.550659 63.497726 87.328041 +v -151.369385 63.731842 87.269997 +v -151.363022 63.428665 86.910736 +v -151.688568 63.052490 87.115875 +v -151.407288 62.975037 86.664772 +v -151.593597 62.480247 86.780014 +v -151.227386 62.664177 86.530602 +v -151.456207 62.138115 86.821327 +v -151.370132 62.412292 86.574837 +v -149.588623 63.993637 86.559380 +v -149.892181 64.083069 86.662247 +v -152.816544 68.764351 89.067673 +v -153.293945 68.459343 88.986931 +v -152.957306 68.295235 88.239784 +v -152.931931 69.099457 89.329727 +v -153.954849 69.435394 89.604652 +v -153.940704 68.647972 89.084793 +v -153.653839 68.500496 89.076172 +v -153.608521 68.192329 87.611092 +v -153.226807 68.278168 88.473442 +v -153.598694 68.721359 89.343758 +v -153.935425 69.009888 89.494316 +v -154.268661 69.137733 89.258629 +v -154.266617 69.334091 89.407684 +v -154.005127 68.233429 87.407745 +v -155.007889 69.093239 87.158882 +v -154.882080 68.828033 87.175079 +v -154.364502 68.847626 86.569305 +v -154.217224 68.428726 86.851753 +v -153.462372 68.224266 87.397957 +v -153.852905 68.245110 87.173752 +v -154.639465 68.531258 87.167694 +v -154.245239 68.693237 86.642845 +v -154.758835 68.798210 86.712402 +v -155.032425 69.085266 86.989487 +v -154.917679 69.122543 86.674156 +v -152.671722 68.667847 87.068710 +v -152.579300 69.003418 86.776939 +v -152.494629 69.257172 86.645134 +v -152.393951 69.538361 86.553810 +v -154.617676 72.125183 89.476112 +v -154.486008 71.576027 89.603348 +v -154.646698 72.512505 89.212769 +v -154.142487 72.878548 88.896599 +v -155.015152 71.404099 89.269043 +v -154.946457 71.426414 89.407684 +v -154.769714 72.830658 88.627487 +v -155.038727 72.385132 88.965088 +v -154.824249 72.103622 89.441628 +v -155.102142 71.967766 89.170029 +v -154.831696 71.680519 89.541939 +v -155.687714 71.185562 87.158882 +v -155.512146 72.282829 87.376312 +v -155.710724 71.825890 87.234497 +v -155.254929 72.593094 87.522614 +v -155.130432 72.674629 87.299911 +v -155.193542 72.386353 86.910736 +v -155.619400 72.129181 87.115875 +v -155.375824 71.968597 86.664772 +v -155.705917 71.555603 86.780014 +v -155.300797 71.617363 86.530602 +v -155.712265 71.177589 86.989487 +v -155.514389 71.421913 86.574837 +v -155.645294 71.199348 86.743958 +v -153.331406 72.375336 86.559380 +v -152.903229 72.092751 86.500008 +v -153.946136 72.816566 86.933655 +v -153.592468 72.554207 86.662247 +v -154.927124 77.910049 89.067673 +v -155.475403 77.767494 88.986931 +v -155.205948 77.507393 88.239784 +v -155.646011 78.899994 89.603348 +v -156.032211 78.146751 89.084793 +v -155.804962 77.917847 89.076172 +v -155.857086 77.610756 87.611092 +v -155.467529 77.574440 88.473442 +v -155.684265 78.110855 89.343758 +v -155.915375 78.489326 89.494316 +v -156.221588 77.772408 87.407745 +v -156.871857 78.608902 87.175079 +v -156.373566 78.467590 86.569305 +v -156.068512 77.910690 86.910736 +v -155.708221 77.595970 87.397957 +v -156.073196 77.736473 87.173752 +v -156.546570 78.190491 86.783997 +v -156.732834 78.251678 87.167694 +v -156.307861 78.283913 86.642845 +v -156.763870 78.542450 86.712402 +v -156.935364 78.900002 86.989487 +v -156.814728 78.900002 86.674156 +v -154.819214 77.773521 87.068710 +v -154.627594 78.064102 86.776939 +v -154.468658 78.279266 86.645134 +v -153.980835 78.897881 86.500008 +v -155.601532 81.662964 89.476112 +v -155.646011 81.100006 89.603348 +v -155.509445 82.040306 89.212769 +v -154.916809 82.232620 88.896599 +v -156.202393 81.100006 89.269043 +v -155.467529 82.425568 88.473442 +v -155.593781 82.252991 88.929466 +v -155.770020 82.219032 88.800926 +v -155.921646 82.040306 88.965088 +v -155.804657 81.706299 89.441628 +v -156.088501 81.499245 89.353645 +v -155.942490 81.306213 89.541939 +v -156.909576 81.100006 87.158882 +v -156.403519 82.089310 87.376312 +v -156.733566 81.716095 87.234497 +v -156.063004 82.304893 87.522614 +v -155.708221 82.404030 87.397957 +v -156.068512 82.089310 86.910736 +v -156.552994 81.976318 87.115875 +v -156.370972 81.748329 86.664772 +v -156.812531 81.457550 86.780014 +v -156.408142 81.391098 86.530602 +v -156.935364 81.100006 86.989487 +v -156.671692 81.271217 86.574837 +v -156.864960 81.100006 86.743958 +v -154.081146 81.226662 86.505745 +v -154.749222 82.112999 86.933655 +v -154.493927 81.754189 86.662247 +v -154.108215 87.260323 89.067673 +v -154.673706 87.294174 88.986931 +v -154.497833 86.963531 88.239784 +v -154.004578 87.599258 89.329727 +v -154.486008 88.423981 89.603348 +v -155.086060 87.826935 89.084793 +v -154.940689 87.539009 89.076172 +v -155.085144 87.263062 87.611092 +v -154.725891 87.108139 88.473442 +v -154.766251 87.685280 89.343758 +v -154.869080 88.116638 89.494316 +v -155.063522 88.415924 89.258629 +v -155.381866 87.529434 87.407745 +v -155.741821 88.525940 87.175079 +v -155.311569 88.237556 86.569305 +v -155.193542 87.613647 86.910736 +v -154.948151 87.203003 87.397957 +v -155.251831 87.449402 87.173752 +v -155.561737 88.027481 86.783997 +v -155.719986 88.143227 87.167694 +v -155.305847 88.042557 86.642845 +v -155.659653 88.429367 86.712402 +v -155.744537 88.652863 86.911140 +v -155.539093 88.766144 86.613991 +v -154.047775 87.097137 87.068710 +v -153.775757 87.314285 86.776939 +v -153.558090 87.469795 86.645134 +v -152.986938 90.705002 89.413605 +v -153.806183 90.516296 89.603348 +v -152.876831 91.079590 89.213837 +v -152.762665 91.368156 88.896599 +v -154.335327 90.688232 89.269043 +v -154.266617 90.665909 89.407684 +v -153.226807 91.721832 88.473442 +v -153.148621 91.643806 88.720825 +v -153.578308 91.618889 88.800926 +v -153.563782 91.475235 89.136795 +v -153.777740 91.495758 88.965088 +v -153.769684 91.141945 89.441628 +v -154.074371 91.195381 89.170029 +v -154.027496 90.588211 89.586998 +v -155.007889 90.906761 87.158882 +v -154.220886 91.691269 87.376312 +v -154.650116 91.438309 87.234497 +v -153.830414 91.791084 87.522614 +v -153.681763 91.783875 87.299911 +v -153.902283 91.587746 86.910736 +v -154.397964 91.630005 87.115875 +v -154.295288 91.356918 86.664772 +v -154.805099 91.216827 86.780014 +v -154.441040 91.028664 86.530602 +v -155.032425 90.914734 86.989487 +v -154.728729 90.996094 86.574837 +v -154.965454 90.892975 86.743958 +v -152.402252 90.484299 86.559380 +v -152.640228 91.202599 86.933655 +v -152.508316 90.782455 86.662247 +v -150.967346 96.106857 88.986931 +v -150.902252 95.738052 88.239784 +v -150.236694 96.190231 89.329727 +v -150.439713 97.123352 89.603348 +v -151.194901 96.740967 89.084793 +v -151.129883 96.056984 88.592575 +v -151.111664 96.391678 89.108101 +v -150.934509 96.507416 89.343758 +v -150.899017 96.949432 89.494316 +v -150.686798 97.302872 89.557617 +v -151.256531 96.104950 87.397957 +v -151.634033 96.768242 87.376312 +v -151.602554 97.608391 87.175079 +v -151.282471 97.201172 86.569305 +v -151.363022 96.571327 86.910736 +v -151.318192 96.255188 87.213425 +v -151.585327 97.078690 86.783997 +v -151.700043 97.237663 87.167694 +v -151.337280 97.013954 86.642845 +v -151.554245 97.491150 86.712402 +v -151.565903 97.729950 86.911140 +v -151.335510 97.774200 86.613991 +v -150.432938 95.726036 87.068710 +v -150.107117 95.848488 86.776939 +v -149.852066 95.929138 86.645134 +v -149.565399 96.012970 86.553810 +v -148.779694 99.332489 89.476112 +v -149.146576 98.903198 89.603348 +v -147.983093 99.281525 89.067673 +v -147.816330 99.478584 88.705231 +v -149.479523 99.375145 89.258629 +v -148.223053 99.870697 88.473442 +v -148.426605 99.805267 88.929466 +v -148.589142 99.881401 88.800926 +v -149.016266 99.739594 89.084793 +v -148.918549 99.486946 89.441628 +v -149.393677 99.082710 89.557617 +v -150.168823 99.645889 87.158882 +v -149.177917 100.148811 87.376312 +v -149.664307 100.040871 87.234497 +v -148.775711 100.123077 87.522614 +v -148.430420 99.994751 87.397957 +v -148.906891 99.951904 86.910736 +v -149.365265 100.145264 87.115875 +v -149.352005 99.853821 86.664772 +v -149.880157 99.878113 86.780014 +v -149.592056 99.586670 86.530602 +v -150.189697 99.661064 86.989487 +v -149.875732 99.644592 86.574837 +v -150.132721 99.619667 86.743958 +v -147.798172 97.925919 86.500008 +v -147.825638 99.195602 86.933655 +v -147.830002 98.755264 86.662247 +v -144.792572 103.191513 88.706810 +v -144.771179 102.971992 88.239784 +v -143.903198 104.146584 89.603348 +v -144.739594 104.016266 89.084793 +v -144.791199 103.697884 89.076172 +v -144.870697 103.223053 88.473442 +v -144.564117 103.713684 89.343758 +v -144.393768 104.123108 89.494316 +v -144.082703 104.393669 89.557617 +v -144.994751 103.430428 87.397957 +v -145.148804 104.177917 87.376312 +v -144.859238 104.967216 87.175079 +v -144.680664 104.481018 86.569305 +v -145.006958 103.592361 87.213425 +v -145.006531 104.458107 86.783997 +v -145.066513 104.644768 87.167694 +v -144.790649 104.319893 86.642845 +v -144.849518 104.840790 86.712402 +v -144.641724 105.163078 86.821327 +v -144.590149 105.092094 86.674156 +v -144.328552 102.815559 87.068710 +v -143.980835 102.831337 86.776939 +v -143.713348 102.829224 86.645134 +v -142.926422 102.798195 86.500008 +v -141.641754 105.734619 89.476112 +v -142.123352 105.439705 89.603348 +v -141.282364 105.881912 89.212769 +v -140.680405 105.575867 88.705231 +v -142.450378 105.889832 89.269043 +v -141.174789 106.352669 87.563103 +v -140.953125 106.014343 88.692101 +v -141.172882 106.170746 88.702118 +v -141.524643 106.215401 88.965088 +v -141.726105 105.924431 89.441628 +v -142.060455 106.032364 89.353645 +v -142.260147 105.627991 89.586998 +v -142.866058 106.461945 87.158882 +v -141.768234 106.634041 87.376312 +v -142.264175 106.681694 87.234497 +v -141.393677 106.485283 87.522614 +v -141.104950 106.256531 87.397957 +v -141.571335 106.363029 86.910736 +v -141.947510 106.688560 87.115875 +v -142.024963 106.407288 86.664772 +v -142.519745 106.593597 86.780014 +v -142.335815 106.227394 86.530602 +v -142.861877 106.456207 86.821327 +v -142.587708 106.370132 86.574837 +v -141.142807 104.094063 86.500008 +v -140.776703 105.309616 86.933655 +v -140.916931 104.892174 86.662247 +v -136.368149 107.762665 88.896599 +v -136.540649 108.293945 88.986931 +v -135.900543 107.931938 89.329727 +v -135.516296 108.806175 89.603348 +v -136.352020 108.940697 89.084793 +v -136.499512 108.653847 89.076172 +v -136.807678 108.608521 87.611092 +v -136.721832 108.226814 88.473442 +v -136.278641 108.598694 89.343758 +v -135.990112 108.935432 89.494316 +v -135.862274 109.268661 89.258629 +v -136.766571 109.005135 87.407745 +v -135.906769 110.007881 87.158882 +v -136.171967 109.882080 87.175079 +v -136.152374 109.364494 86.569305 +v -136.571274 109.217224 86.851753 +v -136.775726 108.462379 87.397957 +v -136.754883 108.852898 87.173752 +v -136.468750 109.639458 87.167694 +v -136.306763 109.245239 86.642845 +v -136.201782 109.758835 86.712402 +v -135.914734 110.032425 86.989487 +v -136.332153 107.671730 87.068710 +v -135.996582 107.579300 86.776939 +v -135.742828 107.494621 86.645134 +v -135.004303 107.222061 86.500008 +v -132.874817 109.617668 89.476112 +v -133.423981 109.486015 89.603348 +v -132.487488 109.646698 89.212769 +v -132.121460 109.142494 88.896599 +v -133.595901 110.015152 89.269043 +v -133.573578 109.946457 89.407684 +v -132.108139 109.725891 88.473442 +v -132.125305 109.616783 88.720825 +v -132.398026 109.949745 88.800926 +v -132.614868 110.038727 88.965088 +v -132.896378 109.824242 89.441628 +v -133.032227 110.102142 89.170029 +v -133.319489 109.831696 89.541939 +v -133.814438 110.687721 87.158882 +v -132.717163 110.512154 87.376312 +v -133.174103 110.710724 87.234497 +v -132.406906 110.254929 87.522614 +v -132.325378 110.130424 87.299911 +v -132.613647 110.193550 86.910736 +v -132.870819 110.619400 87.115875 +v -133.031403 110.375824 86.664772 +v -133.067352 110.684448 86.963303 +v -133.382629 110.300797 86.530602 +v -133.822418 110.712257 86.989487 +v -133.800659 110.645279 86.743958 +v -133.744247 110.471710 86.565247 +v -132.907257 107.903221 86.500008 +v -132.183441 108.946144 86.933655 +v -132.445801 108.592468 86.662247 +v -127.232506 110.475403 88.986931 +v -127.492607 110.205956 88.239784 +v -126.735588 109.933296 89.329727 +v -127.089951 109.927116 89.067673 +v -126.100006 110.646004 89.603348 +v -126.853249 111.032204 89.084793 +v -127.082153 110.804970 89.076172 +v -127.389244 110.857086 87.611092 +v -127.425560 110.467537 88.473442 +v -126.889145 110.684265 89.343758 +v -126.510674 110.915367 89.494316 +v -126.286118 111.192772 89.258629 +v -126.099998 111.078705 89.466843 +v -127.227592 111.221588 87.407745 +v -126.100006 111.909576 87.158882 +v -126.391098 111.871872 87.175079 +v -126.532410 111.373566 86.569305 +v -126.976318 111.362953 86.851753 +v -127.404030 110.708229 87.397957 +v -127.263527 111.073196 87.173752 +v -126.748322 111.732826 87.167694 +v -126.716087 111.307861 86.642845 +v -126.457550 111.763870 86.712402 +v -126.099998 111.935371 86.989487 +v -126.099998 111.814728 86.674156 +v -127.226479 109.819214 87.068710 +v -126.935898 109.627602 86.776939 +v -126.720734 109.468658 86.645134 +v -126.102333 108.981010 86.500008 +v -123.337036 110.601524 89.476112 +v -123.899994 110.646011 89.603348 +v -122.959694 110.509438 89.212769 +v -122.767380 109.916809 88.896599 +v -123.899994 111.202393 89.269043 +v -123.899994 111.130150 89.407684 +v -122.619102 110.528122 88.627487 +v -122.959694 110.921646 88.965088 +v -123.293701 110.804649 89.441628 +v -123.337036 111.110939 89.170029 +v -123.899994 110.951424 89.557617 +v -123.899994 111.909576 87.158882 +v -122.910690 111.403511 87.376312 +v -123.283905 111.733574 87.234497 +v -122.695107 111.063004 87.522614 +v -122.595970 110.708229 87.397957 +v -122.910690 111.068520 86.910736 +v -123.023682 111.553001 87.115875 +v -123.251671 111.370972 86.664772 +v -123.190491 111.675598 86.963303 +v -123.608902 111.408142 86.530602 +v -123.899994 111.935371 86.989487 +v -123.542450 111.812531 86.780014 +v -123.899994 111.521156 86.507393 +v -123.897675 108.981010 86.500008 +v -122.887001 109.749222 86.933655 +v -123.245811 109.493927 86.662247 +v -117.739670 109.108208 89.067673 +v -117.705826 109.673714 88.986931 +v -118.036469 109.497833 88.239784 +v -117.400742 109.004585 89.329727 +v -116.576019 109.486015 89.603348 +v -117.173065 110.086067 89.084793 +v -117.460983 109.940689 89.076172 +v -117.736938 110.085144 87.611092 +v -117.891861 109.725891 88.473442 +v -117.314728 109.766243 89.343758 +v -116.883362 109.869080 89.494316 +v -117.470566 110.381859 87.407745 +v -116.474060 110.741821 87.175079 +v -116.762451 110.311577 86.569305 +v -117.796997 109.948151 87.397957 +v -117.550598 110.251831 87.173752 +v -116.972519 110.561745 86.783997 +v -116.856766 110.719978 87.167694 +v -116.957443 110.305840 86.642845 +v -116.570633 110.659645 86.712402 +v -116.347137 110.744522 86.911140 +v -116.233856 110.539085 86.613991 +v -117.902863 109.047775 87.068710 +v -117.685715 108.775749 86.776939 +v -117.530197 108.558098 86.645134 +v -117.092941 107.903496 86.500008 +v -113.962036 108.589897 89.476112 +v -114.483704 108.806175 89.603348 +v -113.631622 108.385712 89.212769 +v -113.631836 107.762665 88.896599 +v -114.311768 109.335320 89.269043 +v -113.278168 108.226814 88.473442 +v -113.356186 108.148628 88.720825 +v -113.381104 108.578308 88.800926 +v -113.524765 108.563782 89.136795 +v -113.504242 108.777748 88.965088 +v -113.858047 108.769691 89.441628 +v -113.967255 109.103638 89.353645 +v -114.195969 109.024414 89.541939 +v -114.093246 110.007881 87.158882 +v -113.308731 109.220886 87.376312 +v -113.561691 109.650116 87.234497 +v -113.208908 108.830421 87.522614 +v -113.216125 108.681770 87.299911 +v -113.412262 108.902283 86.910736 +v -113.369995 109.397964 87.115875 +v -113.643082 109.295296 86.664772 +v -113.783173 109.805107 86.780014 +v -113.971329 109.441048 86.530602 +v -114.085266 110.032425 86.989487 +v -114.003906 109.728729 86.574837 +v -114.107025 109.965446 86.743958 +v -114.846817 107.278748 86.505745 +v -113.797409 107.640236 86.933655 +v -114.217545 107.508316 86.662247 +v -108.893143 105.967354 88.986931 +v -109.261948 105.902245 88.239784 +v -108.959595 105.349159 89.213837 +v -107.784760 105.566177 89.604652 +v -108.809769 105.236702 89.329727 +v -108.259033 106.194901 89.084793 +v -108.709076 106.197784 88.800926 +v -109.053955 106.074471 88.473442 +v -108.608322 106.111664 89.108101 +v -108.492584 105.934509 89.343758 +v -108.050568 105.899010 89.494316 +v -107.657623 105.741165 89.517235 +v -108.231750 106.634041 87.376312 +v -107.391602 106.602554 87.175079 +v -107.798828 106.282471 86.569305 +v -109.435532 105.646584 87.680992 +v -108.665756 106.460335 87.426231 +v -108.744812 106.318192 87.213425 +v -107.921310 106.585320 86.783997 +v -107.762329 106.700043 87.167694 +v -107.986053 106.337280 86.642845 +v -107.508850 106.554237 86.712402 +v -107.124176 106.475388 86.903992 +v -107.189682 106.385223 86.674156 +v -109.273972 105.432938 87.068710 +v -109.151505 105.107124 86.776939 +v -109.070862 104.852066 86.645134 +v -108.857193 104.094063 86.500008 +v -106.170486 103.309143 89.413605 +v -106.096802 104.146584 89.603348 +v -105.416351 103.483398 89.212769 +v -105.609116 102.890900 88.896599 +v -105.624863 104.479523 89.258629 +v -105.129822 103.298317 88.627487 +v -105.118591 103.589149 88.800926 +v -105.260406 104.016266 89.084793 +v -105.513046 103.918549 89.441628 +v -105.917282 104.393669 89.557617 +v -105.354111 105.168823 87.158882 +v -104.851181 104.177917 87.376312 +v -104.959122 104.664307 87.234497 +v -104.876923 103.775711 87.522614 +v -105.005249 103.430428 87.397957 +v -104.835022 104.070953 87.244446 +v -105.048096 103.906891 86.910736 +v -105.146179 104.351997 86.664772 +v -105.121887 104.880150 86.780014 +v -105.413330 104.592056 86.530602 +v -105.358276 105.163078 86.821327 +v -105.355408 104.875732 86.574837 +v -106.561081 102.821259 86.559380 +v -105.804398 102.825638 86.933655 +v -106.244736 102.830002 86.662247 +v -102.016891 99.281525 89.067673 +v -101.657104 99.719124 88.986931 +v -102.028015 99.771179 88.239784 +v -100.966599 99.051018 89.589966 +v -101.803604 98.998474 89.329727 +v -100.983734 99.739594 89.084793 +v -101.302109 99.791206 89.076172 +v -101.440460 100.070282 87.611092 +v -101.776947 99.870697 88.473442 +v -101.286316 99.564110 89.343758 +v -100.876892 99.393753 89.494316 +v -100.606323 99.082710 89.557617 +v -101.050537 100.153748 87.407745 +v -99.831177 99.645882 87.158882 +v -100.032776 99.859245 87.175079 +v -100.518982 99.680664 86.569305 +v -101.569565 99.994751 87.397957 +v -101.191711 100.095604 87.173752 +v -100.541885 100.006531 86.783997 +v -100.355225 100.066521 87.167694 +v -100.680099 99.790642 86.642845 +v -100.159210 99.849518 86.712402 +v -99.810303 99.661064 86.989487 +v -99.907898 99.590149 86.674156 +v -102.184448 99.328560 87.068710 +v -102.168655 98.980843 86.776939 +v -102.170776 98.713348 86.645134 +v -99.265381 96.641754 89.476112 +v -99.560287 97.123360 89.603348 +v -99.650833 96.040405 89.213837 +v -99.484482 95.778427 88.896599 +v -99.110168 97.450386 89.269043 +v -98.925522 95.946045 88.473442 +v -98.802216 96.290932 88.800926 +v -98.924835 96.159866 88.929466 +v -98.784607 96.524651 88.965088 +v -99.075562 96.726105 89.441628 +v -98.967636 97.060455 89.353645 +v -99.372009 97.260147 89.586998 +v -98.538055 97.866058 87.158882 +v -98.365952 96.768242 87.376312 +v -98.318298 97.264175 87.234497 +v -98.514709 96.393677 87.522614 +v -98.921585 97.587402 86.500000 +v -98.743469 96.104950 87.397957 +v -98.636963 96.571327 86.910736 +v -98.311432 96.947510 87.115875 +v -98.592712 97.024971 86.664772 +v -98.310303 97.154518 86.963303 +v -98.772598 97.335823 86.530602 +v -98.517181 97.881226 86.989487 +v -98.543793 97.861877 86.821327 +v -98.664490 97.774200 86.613991 +v -100.905930 96.142807 86.500008 +v -99.690384 95.776703 86.933655 +v -100.107834 95.916931 86.662247 +v -96.706055 91.540657 88.986931 +v -97.042679 91.704773 88.239784 +v -97.068054 90.900543 89.329727 +v -96.045151 90.564613 89.604652 +v -96.059311 91.352028 89.084793 +v -96.346146 91.499512 89.076172 +v -96.773178 91.721832 88.473442 +v -96.401306 91.278641 89.343758 +v -96.064560 90.990112 89.494316 +v -96.537613 91.775734 87.397957 +v -95.779114 91.691269 87.376312 +v -94.992126 90.906761 87.158882 +v -95.117920 91.171967 87.175079 +v -95.635498 91.152374 86.569305 +v -96.097717 91.587746 86.910736 +v -96.379837 91.737312 87.213425 +v -95.556595 91.469368 86.783997 +v -95.360535 91.468742 87.167694 +v -95.754761 91.306763 86.642845 +v -95.241165 91.201790 86.712402 +v -94.976318 90.911896 86.903992 +v -95.140747 90.858467 86.613991 +v -97.328262 91.332161 87.068710 +v -97.420700 90.996582 86.776939 +v -97.505371 90.742836 86.645134 +v -97.778152 90.003746 86.500008 +v -95.382339 87.874817 89.476112 +v -95.365311 88.472290 89.604652 +v -95.353302 87.487488 89.212769 +v -95.830383 87.009567 88.705231 +v -94.984848 88.595909 89.269043 +v -94.938828 87.239716 87.563103 +v -95.112442 87.294113 88.702118 +v -94.961273 87.614868 88.965088 +v -95.175751 87.896378 89.441628 +v -94.897858 88.032234 89.170029 +v -95.168304 88.319481 89.541939 +v -94.312271 88.814438 87.158882 +v -94.487854 87.717171 87.376312 +v -94.289276 88.174110 87.234497 +v -94.649338 87.489990 87.328041 +v -94.894073 87.323349 87.269997 +v -94.806442 87.613647 86.910736 +v -94.380600 87.870819 87.115875 +v -94.624176 88.031403 86.664772 +v -94.294083 88.444397 86.780014 +v -94.699203 88.382629 86.530602 +v -94.319031 88.812241 86.821327 +v -94.485611 88.578094 86.574837 +v -96.668594 87.624664 86.559380 +v -96.407532 87.445793 86.662247 +v -102.583908 60.135849 87.190987 +v -102.855774 60.376778 86.690987 +v -102.178741 61.561081 86.559380 +v -105.561646 58.064423 86.548943 +v -105.175674 57.628845 87.046013 +v -105.111557 57.556488 87.343567 +v -103.821396 58.821404 87.190987 +v -103.921844 58.921844 86.912216 +v -104.078278 59.078278 86.690987 +v -104.275391 59.275391 86.548943 +v -109.819397 54.181114 87.190987 +v -109.891388 54.303558 86.912216 +v -110.003510 54.494263 86.690987 +v -108.993637 55.411385 86.559380 +v -113.291504 53.131256 86.548943 +v -113.059021 52.597717 87.046013 +v -113.020386 52.509087 87.343567 +v -111.429764 53.366913 87.046013 +v -111.466980 53.439972 86.912216 +v -111.567429 53.637093 86.690987 +v -111.693985 53.885475 86.548943 +v -118.540863 50.753716 87.190987 +v -118.619202 51.108437 86.690987 +v -117.375336 51.668594 86.559380 +v -122.167458 50.828178 86.548943 +v -122.111214 50.248917 87.046013 +v -122.101868 50.152679 87.343567 +v -120.314621 50.417694 87.190987 +v -120.336838 50.557983 86.912216 +v -120.371445 50.776489 86.690987 +v -120.415054 51.051826 86.548943 +v -127.871010 50.431953 86.792892 +v -126.503403 50.699081 86.559380 +v -129.536591 51.357040 86.500000 +v -131.320679 51.380646 86.548943 +v -131.446198 50.812347 87.046013 +v -131.467041 50.717941 87.343567 +v -129.685379 50.417694 87.190987 +v -129.663147 50.557983 86.912216 +v -129.628540 50.776489 86.690987 +v -129.584930 51.051826 86.548943 +v -136.964981 52.542664 87.190987 +v -136.908234 52.672882 86.912216 +v -139.855194 54.734573 86.548943 +v -140.150177 54.232880 87.046013 +v -140.199173 54.149536 87.343567 +v -138.570236 53.366913 87.046013 +v -138.533020 53.439972 86.912216 +v -138.432571 53.637093 86.690987 +v -136.708496 53.131256 86.548943 +v -144.864151 57.583908 87.190987 +v -144.195602 57.174362 86.933655 +v -144.623230 57.855789 86.690987 +v -147.144211 60.376778 86.690987 +v -147.371155 60.175674 87.046013 +v -147.443512 60.111557 87.343567 +v -146.178589 58.821404 87.190987 +v -146.078156 58.921844 86.912216 +v -145.921722 59.078278 86.690987 +v -145.724609 59.275391 86.548943 +v -150.818878 64.819389 87.190987 +v -150.309616 64.223297 86.933655 +v -150.505737 65.003510 86.690987 +v -152.124298 68.180145 86.690987 +v -152.402283 68.059006 87.046013 +v -152.490906 68.020386 87.343567 +v -151.686584 66.402504 87.190987 +v -151.560028 66.466988 86.912216 +v -151.362915 66.567429 86.690987 +v -151.114532 66.693985 86.548943 +v -154.246277 73.540855 87.190987 +v -154.008087 73.593468 86.792892 +v -153.642960 75.463402 86.500000 +v -154.171814 77.167458 86.548943 +v -154.751083 77.111214 87.046013 +v -154.847321 77.101875 87.343567 +v -154.582306 75.314621 87.190987 +v -154.442017 75.336845 86.912216 +v -154.223511 75.371452 86.690987 +v -153.948181 75.415062 86.548943 +v -154.568054 82.871010 86.792892 +v -154.171814 82.832542 86.548943 +v -153.619354 86.320686 86.548943 +v -154.187653 86.446198 87.046013 +v -154.282059 86.467041 87.343567 +v -154.522995 84.675987 87.046013 +v -154.341370 84.647217 86.792892 +v -153.948181 84.584938 86.548943 +v -152.457336 91.964973 87.190987 +v -152.327118 91.908234 86.912216 +v -152.124298 91.819855 86.690987 +v -150.505737 94.996490 86.690987 +v -150.767120 95.150177 87.046013 +v -150.850464 95.199181 87.343567 +v -151.633087 93.570236 87.046013 +v -151.560028 93.533012 86.912216 +v -151.362915 93.432571 86.690987 +v -151.114532 93.306015 86.548943 +v -147.416092 99.864143 87.190987 +v -147.309784 99.769958 86.912216 +v -147.144211 99.623230 86.690987 +v -147.821259 98.438919 86.559380 +v -144.438339 101.935577 86.548943 +v -144.824326 102.371155 87.046013 +v -144.888443 102.443512 87.343567 +v -146.136139 101.136139 87.046013 +v -146.078156 101.078156 86.912216 +v -145.921722 100.921722 86.690987 +v -145.724609 100.724602 86.548943 +v -140.180603 105.818886 87.190987 +v -139.996490 105.505737 86.690987 +v -141.006363 104.588615 86.559380 +v -136.708496 106.868744 86.548943 +v -136.940994 107.402283 87.046013 +v -136.979614 107.490913 87.343567 +v -138.597504 106.686584 87.190987 +v -138.533020 106.560028 86.912216 +v -138.432571 106.362915 86.690987 +v -138.306015 106.114525 86.548943 +v -131.459137 109.246284 87.190987 +v -131.406525 109.008072 86.792892 +v -132.624664 108.331398 86.559380 +v -129.536591 108.642960 86.500000 +v -127.832542 109.171822 86.548943 +v -127.888786 109.751091 87.046013 +v -127.898125 109.847321 87.343567 +v -129.685379 109.582306 87.190987 +v -129.663147 109.442017 86.912216 +v -129.628540 109.223511 86.690987 +v -129.584930 108.948174 86.548943 +v -122.128990 109.568047 86.792892 +v -123.496597 109.300911 86.559380 +v -120.463394 108.642960 86.500000 +v -118.679321 108.619354 86.548943 +v -118.553802 109.187653 87.046013 +v -118.029999 109.165222 87.343697 +v -120.314621 109.582306 87.190987 +v -120.336838 109.442017 86.912216 +v -120.371445 109.223511 86.690987 +v -120.415054 108.948174 86.548943 +v -113.035034 107.457336 87.190987 +v -113.091766 107.327118 86.912216 +v -110.144806 105.265419 86.548943 +v -109.849823 105.767120 87.046013 +v -109.800827 105.850464 87.343567 +v -111.429764 106.633087 87.046013 +v -111.466980 106.560028 86.912216 +v -111.567429 106.362915 86.690987 +v -113.291504 106.868744 86.548943 +v -103.064423 99.438347 86.548943 +v -105.135849 102.416084 87.190987 +v -105.297638 102.233521 86.792892 +v -103.295700 99.233391 86.500000 +v -102.690216 99.769958 86.912216 +v -102.218262 99.498291 87.343697 +v -103.821396 101.178596 87.190987 +v -103.993896 101.006096 86.792892 +v -104.275391 100.724602 86.548943 +v -99.181122 95.180611 87.190987 +v -99.494263 94.996490 86.690987 +v -100.411392 96.006363 86.559380 +v -98.131256 91.708496 86.548943 +v -97.597717 91.940987 87.046013 +v -97.509079 91.979614 87.343567 +v -98.439972 93.533012 86.912216 +v -98.637085 93.432571 86.690987 +v -98.885468 93.306015 86.548943 +v -95.753723 86.459145 87.190987 +v -96.053864 87.183434 86.933655 +v -96.108429 86.380798 86.690987 +v -95.550720 82.859482 86.690987 +v -95.248901 82.888786 87.046013 +v -95.152679 82.898132 87.343567 +v -95.557983 84.663155 86.912216 +v -95.776489 84.628548 86.690987 +v -96.051819 84.584938 86.548943 +v -95.189148 77.105408 87.190987 +v -95.330505 77.119141 86.912216 +v -95.550720 77.140518 86.690987 +v -95.699081 78.496597 86.559380 +v -96.380646 73.679321 86.548943 +v -95.812347 73.553802 87.046013 +v -95.717941 73.532959 87.343567 +v -95.476990 75.324013 87.046013 +v -95.557983 75.336845 86.912216 +v -95.776489 75.371452 86.690987 +v -96.051819 75.415062 86.548943 +v -97.542664 68.035019 87.190987 +v -97.672882 68.091766 86.912216 +v -97.875702 68.180145 86.690987 +v -97.597748 69.515701 86.559380 +v -99.734573 65.144806 86.548943 +v -99.232880 64.849823 87.046013 +v -99.149536 64.800827 87.343567 +v -98.366913 66.429764 87.046013 +v -98.439972 66.466988 86.912216 +v -98.637085 66.567429 86.690987 +v -98.885468 66.693985 86.548943 +v -130.342041 79.084015 94.300667 +v -130.110397 78.194382 94.300667 +v -129.731735 77.356697 94.300667 +v -129.216949 76.595047 94.300667 +v -127.841743 75.384712 94.300667 +v -128.580856 75.931358 94.300667 +v -126.141876 74.701653 94.300667 +v -127.020882 74.970840 94.300667 +v -125.230034 74.584885 94.300667 +v -123.412903 74.817581 94.300667 +v -124.311562 74.623901 94.300667 +v -122.559898 75.160339 94.300667 +v -121.777084 75.642334 94.300667 +v -120.509476 76.964935 94.300667 +v -121.087006 76.249695 94.300667 +v -120.061142 77.767494 94.300667 +v -119.599533 79.540352 94.300667 +v -119.754883 78.634277 94.300667 +v -119.754883 81.365723 94.300667 +v -119.599533 80.459648 94.300667 +v -120.061142 82.232506 94.300667 +v -120.509476 83.035065 94.300667 +v -122.559898 84.839661 94.300667 +v -121.087006 83.750305 94.300667 +v -121.777084 84.357666 94.300667 +v -123.412903 85.182419 94.300667 +v -124.311562 85.376099 94.300667 +v -126.141876 85.298347 94.300667 +v -125.230034 85.415115 94.300667 +v -127.020882 85.029160 94.300667 +v -127.841743 84.615288 94.300667 +v -128.580856 84.068642 94.300667 +v -129.731735 82.643311 94.300667 +v -129.216949 83.404953 94.300667 +v -130.110397 81.805618 94.300667 +v -130.342041 80.915985 94.300667 +v -130.419998 80.000000 94.300667 +v -119.549210 80.463928 94.226425 +v -130.597687 80.959816 94.059563 +v -129.418762 83.567902 94.059563 +v -127.977737 84.836151 94.059563 +v -126.196526 85.551903 94.059563 +v -123.336952 85.430428 94.059563 +v -120.899750 83.929779 94.059563 +v -120.294586 83.180305 94.059563 +v -119.503891 78.568924 94.059563 +v -120.294586 76.819695 94.059563 +v -122.443123 74.928741 94.059563 +v -125.241043 74.325745 94.059563 +v -127.117592 74.730171 94.059563 +v -128.752228 75.736656 94.059563 +v -130.354950 78.107979 94.059563 +v -130.766312 80.988739 94.006721 +v -119.257828 80.488731 94.026726 +v -119.503891 81.431076 94.059563 +v -132.068176 79.444168 86.739998 +v -131.912231 78.422325 86.739998 +v -132.328735 79.546959 86.739998 +v -132.462006 79.683830 86.739998 +v -132.557922 79.952049 86.739998 +v -132.509308 80.232460 86.739998 +v -132.329208 80.452629 86.739998 +v -132.068176 80.555832 86.739998 +v -131.746765 82.691208 86.739998 +v -131.837646 82.859604 86.739998 +v -131.866547 83.048454 86.739998 +v -131.830261 83.236053 86.739998 +v -131.732971 83.400330 86.739998 +v -131.586182 83.522278 86.739998 +v -131.406998 83.587830 86.739998 +v -131.127045 83.567558 86.739998 +v -129.923584 85.447365 86.739998 +v -129.899689 85.636902 86.739998 +v -129.749786 85.879120 86.739998 +v -129.500244 86.015961 86.739998 +v -129.215805 86.012413 86.739998 +v -128.972366 85.872681 86.739998 +v -127.102470 86.952774 86.739998 +v -127.027481 87.128822 86.739998 +v -126.817009 87.320732 86.739998 +v -126.539444 87.384109 86.739998 +v -126.352585 87.345390 86.739998 +v -126.189621 87.246170 86.739998 +v -126.030914 87.014648 86.739998 +v -123.810883 87.245796 86.739998 +v -123.647789 87.345276 86.739998 +v -123.364960 87.379097 86.739998 +v -123.183144 87.320801 86.739998 +v -123.031593 87.204834 86.739998 +v -122.927818 87.044731 86.739998 +v -122.885284 86.767281 86.739998 +v -120.784821 86.012299 86.739998 +v -120.594711 86.031158 86.739998 +v -120.325211 85.938911 86.739998 +v -120.136276 85.726082 86.739998 +v -120.080322 85.543655 86.739998 +v -120.089005 85.352341 86.739998 +v -120.158493 85.179565 86.739998 +v -118.689392 83.596893 86.739998 +v -118.501068 83.562958 86.739998 +v -118.335403 83.467804 86.739998 +v -118.169739 83.236053 86.739998 +v -118.133484 83.048737 86.739998 +v -118.200226 82.772217 86.739998 +v -118.390625 82.565979 86.739998 +v -117.671265 80.453033 86.739998 +v -117.490784 80.232727 86.739998 +v -117.442078 80.047951 86.739998 +v -117.490677 79.767548 86.739998 +v -117.598419 79.610062 86.739998 +v -117.753403 79.497559 86.739998 +v -117.931824 79.444168 86.739998 +v -118.200485 77.228355 86.739998 +v -118.133453 76.951553 86.739998 +v -118.211365 76.677536 86.739998 +v -118.335190 76.532394 86.739998 +v -118.500610 76.437256 86.739998 +v -118.689056 76.403137 86.739998 +v -118.872955 76.432442 86.739998 +v -120.089050 74.647995 86.739998 +v -120.080215 74.456848 86.739998 +v -120.136124 74.274155 86.739998 +v -120.250229 74.120880 86.739998 +v -120.499756 73.984047 86.739998 +v -120.690063 73.970093 86.739998 +v -120.874649 74.021118 86.739998 +v -121.027634 74.127319 86.739998 +v -122.927391 72.956078 86.739998 +v -123.031303 72.795441 86.739998 +v -123.271454 72.642242 86.739998 +v -123.555641 72.627228 86.739998 +v -123.733162 72.697227 86.739998 +v -123.877327 72.823296 86.739998 +v -123.969086 72.985352 86.739998 +v -126.189110 72.754204 86.739998 +v -126.352211 72.654724 86.739998 +v -126.635048 72.620903 86.739998 +v -126.816849 72.679199 86.739998 +v -127.027168 72.870773 86.739998 +v -127.102364 73.046906 86.739998 +v -127.114716 73.232719 86.739998 +v -129.215179 73.987701 86.739998 +v -129.405289 73.968842 86.739998 +v -129.674805 74.061089 86.739998 +v -129.813293 74.192490 86.739998 +v -129.899536 74.362732 86.739998 +v -129.923569 74.552010 86.739998 +v -129.841507 74.820435 86.739998 +v -131.406403 76.412010 86.739998 +v -131.585846 76.477501 86.739998 +v -131.788651 76.677544 86.739998 +v -131.866516 76.951271 86.739998 +v -131.799774 77.227783 86.739998 +v -131.609375 77.434021 86.739998 +v -117.707932 80.744781 86.500000 +v -118.872955 83.567558 86.739998 +v -121.027634 85.872681 86.739998 +v -124.103470 87.274963 86.500000 +v -127.348747 86.943512 86.500000 +v -130.128815 85.236801 86.500000 +v -131.893066 82.492882 86.500000 +vt 0.053835 0.024005 +vt 0.053835 0.024005 +vt 0.053531 0.023797 +vt 0.053531 0.023797 +vt 0.053261 0.023547 +vt 0.053261 0.023547 +vt 0.053015 0.023238 +vt 0.053015 0.023238 +vt 0.052832 0.022920 +vt 0.052832 0.022920 +vt 0.052697 0.022578 +vt 0.052697 0.022578 +vt 0.052609 0.022192 +vt 0.052609 0.022192 +vt 0.052582 0.021825 +vt 0.052582 0.021825 +vt 0.052609 0.021459 +vt 0.052609 0.021459 +vt 0.052697 0.021073 +vt 0.052697 0.021073 +vt 0.052832 0.020731 +vt 0.052832 0.020731 +vt 0.053015 0.020413 +vt 0.053015 0.020413 +vt 0.053261 0.020103 +vt 0.053261 0.020103 +vt 0.053531 0.019854 +vt 0.053531 0.019854 +vt 0.053835 0.019646 +vt 0.053835 0.019646 +vt 0.054191 0.019475 +vt 0.054191 0.019475 +vt 0.054543 0.019367 +vt 0.054543 0.019367 +vt 0.054906 0.019311 +vt 0.054906 0.019311 +vt 0.055301 0.019311 +vt 0.055301 0.019311 +vt 0.055665 0.019367 +vt 0.055665 0.019367 +vt 0.056016 0.019475 +vt 0.056016 0.019475 +vt 0.056373 0.019646 +vt 0.056373 0.019646 +vt 0.056676 0.019854 +vt 0.056676 0.019854 +vt 0.056946 0.020103 +vt 0.056946 0.020103 +vt 0.057192 0.020413 +vt 0.057192 0.020413 +vt 0.057376 0.020731 +vt 0.057376 0.020731 +vt 0.057511 0.021073 +vt 0.057511 0.021073 +vt 0.057599 0.021459 +vt 0.057599 0.021459 +vt 0.057625 0.021825 +vt 0.057625 0.021825 +vt 0.057599 0.022192 +vt 0.057599 0.022192 +vt 0.057511 0.022578 +vt 0.057511 0.022578 +vt 0.057376 0.022920 +vt 0.057376 0.022920 +vt 0.057192 0.023238 +vt 0.057192 0.023238 +vt 0.056946 0.023547 +vt 0.056946 0.023547 +vt 0.056676 0.023797 +vt 0.056676 0.023797 +vt 0.056373 0.024005 +vt 0.056373 0.024005 +vt 0.056016 0.024176 +vt 0.056016 0.024176 +vt 0.055665 0.024284 +vt 0.055665 0.024284 +vt 0.055301 0.024339 +vt 0.055301 0.024339 +vt 0.055974 0.019900 +vt 0.056544 0.020323 +vt 0.057042 0.020074 +vt 0.054234 0.019900 +vt 0.054925 0.019720 +vt 0.056777 0.020588 +vt 0.057093 0.021216 +vt 0.057249 0.020292 +vt 0.057243 0.020224 +vt 0.057216 0.020163 +vt 0.057170 0.020113 +vt 0.057109 0.020083 +vt 0.055636 0.019781 +vt 0.054926 0.024404 +vt 0.054966 0.024459 +vt 0.055104 0.023938 +vt 0.055455 0.023876 +vt 0.056119 0.023642 +vt 0.057009 0.023573 +vt 0.057195 0.023515 +vt 0.057141 0.023555 +vt 0.056876 0.022916 +vt 0.057138 0.022264 +vt 0.057199 0.021557 +vt 0.056155 0.019385 +vt 0.056222 0.019387 +vt 0.056090 0.019406 +vt 0.053405 0.020569 +vt 0.053938 0.020101 +vt 0.055053 0.024508 +vt 0.055154 0.024508 +vt 0.055242 0.024459 +vt 0.055282 0.024404 +vt 0.057076 0.023575 +vt 0.056411 0.023444 +vt 0.056380 0.024105 +vt 0.057717 0.022307 +vt 0.057682 0.022249 +vt 0.057682 0.021402 +vt 0.057717 0.021344 +vt 0.057730 0.021278 +vt 0.056285 0.019411 +vt 0.053199 0.023573 +vt 0.057232 0.023458 +vt 0.057640 0.022546 +vt 0.057730 0.022373 +vt 0.057578 0.022573 +vt 0.054053 0.024266 +vt 0.054117 0.024244 +vt 0.056155 0.024266 +vt 0.056222 0.024264 +vt 0.056090 0.024244 +vt 0.056337 0.024196 +vt 0.057249 0.023359 +vt 0.057231 0.023294 +vt 0.057690 0.022500 +vt 0.057690 0.021151 +vt 0.056380 0.019546 +vt 0.056337 0.019455 +vt 0.053542 0.023200 +vt 0.054191 0.024176 +vt 0.057640 0.021105 +vt 0.057578 0.021078 +vt 0.055121 0.019137 +vt 0.054943 0.019218 +vt 0.055264 0.019218 +vt 0.054089 0.023642 +vt 0.054411 0.023787 +vt 0.054543 0.024284 +vt 0.054906 0.024339 +vt 0.053837 0.024138 +vt 0.053953 0.024255 +vt 0.053894 0.024220 +vt 0.055021 0.019154 +vt 0.054117 0.019406 +vt 0.052977 0.020357 +vt 0.053199 0.020078 +vt 0.053131 0.020076 +vt 0.053173 0.022601 +vt 0.053025 0.021914 +vt 0.053040 0.021561 +vt 0.053246 0.020889 +vt 0.055216 0.019171 +vt 0.053038 0.020113 +vt 0.052959 0.020292 +vt 0.054053 0.019385 +vt 0.053985 0.019387 +vt 0.053851 0.019482 +vt 0.053828 0.019546 +vt 0.053894 0.019430 +vt 0.052567 0.021105 +vt 0.052518 0.021151 +vt 0.052526 0.021402 +vt 0.052479 0.021244 +vt 0.052959 0.023359 +vt 0.053131 0.023575 +vt 0.052977 0.023294 +vt 0.052991 0.020163 +vt 0.052964 0.020224 +vt 0.052481 0.022340 +vt 0.052479 0.022407 +vt 0.052518 0.022500 +vt 0.052567 0.022546 +vt 0.052481 0.021311 +vt 0.052506 0.022277 +vt 0.052629 0.022573 +vt 0.052975 0.023458 +vt 0.053067 0.023555 +vt 0.056772 0.011291 +vt 0.055987 0.011192 +vt 0.055987 0.011192 +vt 0.056135 0.011209 +vt 0.057550 0.011439 +vt 0.057581 0.011450 +vt 0.057550 0.011439 +vt 0.056773 0.011288 +vt 0.055847 0.011181 +vt 0.057597 0.011450 +vt 0.057505 0.011434 +vt 0.057807 0.011509 +vt 0.059147 0.011951 +vt 0.059783 0.012241 +vt 0.058981 0.011891 +vt 0.059213 0.011978 +vt 0.059945 0.012323 +vt 0.059230 0.011985 +vt 0.059946 0.012322 +vt 0.059365 0.012047 +vt 0.060640 0.012703 +vt 0.060666 0.012724 +vt 0.060655 0.012713 +vt 0.060495 0.012623 +vt 0.060716 0.012750 +vt 0.060809 0.012809 +vt 0.062055 0.013730 +vt 0.062432 0.014069 +vt 0.061962 0.013651 +vt 0.062644 0.014285 +vt 0.062069 0.013742 +vt 0.062649 0.014280 +vt 0.062039 0.013722 +vt 0.063188 0.014861 +vt 0.063206 0.014888 +vt 0.063199 0.014874 +vt 0.062993 0.014649 +vt 0.063245 0.014928 +vt 0.063316 0.015014 +vt 0.064200 0.016248 +vt 0.064604 0.016985 +vt 0.064411 0.016607 +vt 0.064120 0.016120 +vt 0.064226 0.016289 +vt 0.064607 0.016983 +vt 0.064298 0.016419 +vt 0.064944 0.017700 +vt 0.064953 0.017731 +vt 0.064951 0.017716 +vt 0.064774 0.017328 +vt 0.064978 0.017782 +vt 0.065038 0.017948 +vt 0.065479 0.019332 +vt 0.065636 0.020157 +vt 0.065539 0.019621 +vt 0.065457 0.019243 +vt 0.065490 0.019379 +vt 0.065643 0.020156 +vt 0.065477 0.019346 +vt 0.065737 0.020942 +vt 0.065736 0.020975 +vt 0.065739 0.020961 +vt 0.065676 0.020417 +vt 0.065744 0.021031 +vt 0.065751 0.021141 +vt 0.065748 0.022569 +vt 0.065741 0.022660 +vt 0.065726 0.022834 +vt 0.065615 0.023633 +vt 0.065643 0.023495 +vt 0.065737 0.022708 +vt 0.065720 0.022856 +vt 0.065479 0.024303 +vt 0.065490 0.024271 +vt 0.065486 0.024289 +vt 0.065469 0.024358 +vt 0.065442 0.024465 +vt 0.064938 0.025953 +vt 0.064978 0.025869 +vt 0.064597 0.026685 +vt 0.064944 0.025951 +vt 0.064611 0.026670 +vt 0.064944 0.025951 +vt 0.064882 0.026086 +vt 0.064205 0.027387 +vt 0.064226 0.027361 +vt 0.064226 0.027361 +vt 0.064201 0.027403 +vt 0.064152 0.027481 +vt 0.063199 0.028776 +vt 0.062646 0.029368 +vt 0.063278 0.028683 +vt 0.062646 0.029367 +vt 0.063188 0.028790 +vt 0.063086 0.028899 +vt 0.062041 0.029928 +vt 0.062069 0.029909 +vt 0.062068 0.029909 +vt 0.062032 0.029941 +vt 0.062129 0.029849 +vt 0.061962 0.030000 +vt 0.060655 0.030938 +vt 0.059945 0.031327 +vt 0.060759 0.030874 +vt 0.060640 0.030947 +vt 0.059946 0.031329 +vt 0.060510 0.031020 +vt 0.059230 0.031666 +vt 0.059198 0.031675 +vt 0.059213 0.031673 +vt 0.059417 0.031579 +vt 0.059147 0.031700 +vt 0.059044 0.031741 +vt 0.057568 0.032207 +vt 0.057110 0.032300 +vt 0.057686 0.032179 +vt 0.056772 0.032357 +vt 0.057550 0.032212 +vt 0.056772 0.032360 +vt 0.057404 0.032240 +vt 0.055987 0.032459 +vt 0.055954 0.032458 +vt 0.055969 0.032461 +vt 0.056312 0.032422 +vt 0.055898 0.032466 +vt 0.055721 0.032472 +vt 0.054269 0.032463 +vt 0.053436 0.032357 +vt 0.053895 0.032422 +vt 0.054360 0.032470 +vt 0.054221 0.032459 +vt 0.053435 0.032364 +vt 0.054073 0.032441 +vt 0.052658 0.032212 +vt 0.052626 0.032200 +vt 0.052640 0.032207 +vt 0.053097 0.032300 +vt 0.052571 0.032191 +vt 0.052464 0.032163 +vt 0.051022 0.031684 +vt 0.050262 0.031327 +vt 0.050790 0.031579 +vt 0.051107 0.031719 +vt 0.050978 0.031666 +vt 0.050260 0.031333 +vt 0.050843 0.031603 +vt 0.049568 0.030947 +vt 0.049542 0.030927 +vt 0.049552 0.030938 +vt 0.050065 0.031225 +vt 0.049492 0.030901 +vt 0.049399 0.030841 +vt 0.048075 0.029853 +vt 0.048207 0.029967 +vt 0.047491 0.029295 +vt 0.048139 0.029909 +vt 0.047559 0.029370 +vt 0.048139 0.029909 +vt 0.048030 0.029808 +vt 0.047001 0.028763 +vt 0.047020 0.028790 +vt 0.047020 0.028790 +vt 0.046988 0.028753 +vt 0.046929 0.028683 +vt 0.046005 0.027389 +vt 0.046128 0.027584 +vt 0.046007 0.027403 +vt 0.045597 0.026669 +vt 0.045982 0.027361 +vt 0.045982 0.027361 +vt 0.045600 0.026668 +vt 0.045909 0.027231 +vt 0.045263 0.025951 +vt 0.045254 0.025919 +vt 0.045263 0.025951 +vt 0.045245 0.025907 +vt 0.045270 0.025953 +vt 0.045210 0.025822 +vt 0.044766 0.024465 +vt 0.044722 0.024289 +vt 0.044569 0.023494 +vt 0.044718 0.024272 +vt 0.044565 0.023495 +vt 0.044689 0.024126 +vt 0.044470 0.022708 +vt 0.044471 0.022675 +vt 0.044469 0.022690 +vt 0.044486 0.022833 +vt 0.044463 0.022619 +vt 0.044456 0.022509 +vt 0.044469 0.020961 +vt 0.044527 0.020416 +vt 0.044459 0.021082 +vt 0.044571 0.020157 +vt 0.044470 0.020942 +vt 0.044565 0.020156 +vt 0.044488 0.020795 +vt 0.044718 0.019379 +vt 0.044729 0.019348 +vt 0.044722 0.019361 +vt 0.044669 0.019621 +vt 0.044738 0.019292 +vt 0.044766 0.019186 +vt 0.045245 0.017744 +vt 0.045603 0.016985 +vt 0.045428 0.017326 +vt 0.045210 0.017829 +vt 0.045263 0.017700 +vt 0.045600 0.016983 +vt 0.045326 0.017564 +vt 0.045982 0.016289 +vt 0.046002 0.016263 +vt 0.045991 0.016274 +vt 0.045801 0.016610 +vt 0.046028 0.016213 +vt 0.046128 0.016067 +vt 0.046988 0.014897 +vt 0.047564 0.014285 +vt 0.047214 0.014649 +vt 0.046892 0.015014 +vt 0.047020 0.014861 +vt 0.047559 0.014280 +vt 0.047121 0.014751 +vt 0.048139 0.013742 +vt 0.048166 0.013723 +vt 0.048153 0.013730 +vt 0.047779 0.014073 +vt 0.048207 0.013684 +vt 0.048292 0.013613 +vt 0.049527 0.012729 +vt 0.050262 0.012323 +vt 0.049710 0.012618 +vt 0.049345 0.012849 +vt 0.049568 0.012703 +vt 0.050262 0.012322 +vt 0.049698 0.012631 +vt 0.050978 0.011985 +vt 0.051010 0.011976 +vt 0.050995 0.011978 +vt 0.050424 0.012241 +vt 0.051060 0.011951 +vt 0.051162 0.011911 +vt 0.061099 0.027391 +vt 0.061099 0.027391 +vt 0.061316 0.027148 +vt 0.056926 0.013850 +vt 0.056926 0.013850 +vt 0.056607 0.013784 +vt 0.047286 0.024235 +vt 0.047286 0.024235 +vt 0.047388 0.024544 +vt 0.059093 0.028967 +vt 0.059046 0.028993 +vt 0.059265 0.028868 +vt 0.059685 0.028603 +vt 0.059830 0.028502 +vt 0.058056 0.029447 +vt 0.058719 0.029164 +vt 0.058779 0.029134 +vt 0.058905 0.029069 +vt 0.058473 0.029280 +vt 0.053142 0.029767 +vt 0.054099 0.029937 +vt 0.053721 0.029888 +vt 0.053281 0.029800 +vt 0.054098 0.029944 +vt 0.053281 0.029800 +vt 0.052866 0.029694 +vt 0.053042 0.029742 +vt 0.052377 0.029543 +vt 0.052149 0.029454 +vt 0.053022 0.029737 +vt 0.050381 0.028498 +vt 0.050556 0.028626 +vt 0.050587 0.028646 +vt 0.050690 0.028713 +vt 0.050523 0.028603 +vt 0.050987 0.028894 +vt 0.051114 0.028967 +vt 0.051734 0.029280 +vt 0.051234 0.029033 +vt 0.047103 0.023550 +vt 0.047113 0.023575 +vt 0.047176 0.023842 +vt 0.047278 0.024222 +vt 0.047228 0.024039 +vt 0.047395 0.024542 +vt 0.047271 0.024187 +vt 0.046985 0.022865 +vt 0.046958 0.022580 +vt 0.046926 0.021478 +vt 0.046924 0.021739 +vt 0.046924 0.021908 +vt 0.046926 0.022173 +vt 0.046965 0.022580 +vt 0.047026 0.020572 +vt 0.046941 0.021287 +vt 0.046932 0.021441 +vt 0.046985 0.020786 +vt 0.049207 0.016156 +vt 0.048527 0.016961 +vt 0.048963 0.016421 +vt 0.049111 0.016257 +vt 0.048575 0.016895 +vt 0.049108 0.016260 +vt 0.049443 0.015919 +vt 0.049965 0.015461 +vt 0.049472 0.015892 +vt 0.049975 0.015452 +vt 0.049361 0.015999 +vt 0.051685 0.014394 +vt 0.051488 0.014487 +vt 0.051488 0.014487 +vt 0.051734 0.014371 +vt 0.051433 0.014515 +vt 0.051272 0.014598 +vt 0.051116 0.014683 +vt 0.051114 0.014684 +vt 0.050520 0.015044 +vt 0.050797 0.014870 +vt 0.057829 0.014112 +vt 0.057584 0.014030 +vt 0.057277 0.013939 +vt 0.057165 0.013909 +vt 0.056486 0.013762 +vt 0.057125 0.013898 +vt 0.057011 0.013870 +vt 0.059093 0.014684 +vt 0.059468 0.014906 +vt 0.059122 0.014700 +vt 0.058473 0.014371 +vt 0.058523 0.014394 +vt 0.060232 0.015452 +vt 0.059651 0.015025 +vt 0.059651 0.015025 +vt 0.060243 0.015461 +vt 0.059595 0.014988 +vt 0.059685 0.015048 +vt 0.062962 0.019553 +vt 0.062923 0.019420 +vt 0.062633 0.018639 +vt 0.062694 0.018775 +vt 0.062926 0.019430 +vt 0.062637 0.018637 +vt 0.062922 0.019416 +vt 0.063218 0.020786 +vt 0.063187 0.020571 +vt 0.063101 0.020102 +vt 0.063058 0.019915 +vt 0.063021 0.019766 +vt 0.063277 0.021478 +vt 0.063280 0.021573 +vt 0.063249 0.022580 +vt 0.063267 0.022363 +vt 0.063267 0.022363 +vt 0.063218 0.022864 +vt 0.063269 0.022326 +vt 0.063276 0.022204 +vt 0.063281 0.022036 +vt 0.063277 0.022173 +vt 0.060615 0.027871 +vt 0.060847 0.027650 +vt 0.060767 0.027735 +vt 0.060949 0.027549 +vt 0.061245 0.027230 +vt 0.061313 0.027145 +vt 0.061065 0.027428 +vt 0.060243 0.028190 +vt 0.055104 0.030006 +vt 0.056109 0.029944 +vt 0.055798 0.029976 +vt 0.057099 0.029759 +vt 0.056486 0.029888 +vt 0.058719 0.029164 +vt 0.058059 0.029454 +vt 0.057854 0.029519 +vt 0.057829 0.029539 +vt 0.057165 0.029742 +vt 0.061681 0.026690 +vt 0.061923 0.026344 +vt 0.062427 0.025472 +vt 0.062070 0.026115 +vt 0.062819 0.024544 +vt 0.062694 0.024876 +vt 0.062530 0.025228 +vt 0.062408 0.025508 +vt 0.063101 0.023549 +vt 0.063094 0.023577 +vt 0.062926 0.024221 +vt 0.062812 0.024542 +vt 0.062408 0.018142 +vt 0.062531 0.018423 +vt 0.062183 0.017738 +vt 0.062188 0.017735 +vt 0.062070 0.017536 +vt 0.061632 0.016895 +vt 0.061681 0.016961 +vt 0.060977 0.016131 +vt 0.061245 0.016421 +vt 0.060764 0.015919 +vt 0.060971 0.016136 +vt 0.055607 0.013660 +vt 0.055798 0.013674 +vt 0.055104 0.013645 +vt 0.054600 0.013660 +vt 0.054410 0.013674 +vt 0.053601 0.013784 +vt 0.053721 0.013762 +vt 0.052624 0.014030 +vt 0.052377 0.014108 +vt 0.052626 0.014036 +vt 0.053042 0.013909 +vt 0.048019 0.017735 +vt 0.048138 0.017536 +vt 0.047235 0.019587 +vt 0.047282 0.019430 +vt 0.047513 0.018775 +vt 0.047570 0.018637 +vt 0.047677 0.018423 +vt 0.047799 0.018142 +vt 0.047107 0.020102 +vt 0.047113 0.020144 +vt 0.047020 0.020571 +vt 0.046941 0.021287 +vt 0.047513 0.024876 +vt 0.047678 0.025228 +vt 0.047799 0.025508 +vt 0.047781 0.025472 +vt 0.048284 0.026344 +vt 0.048134 0.026117 +vt 0.048891 0.027148 +vt 0.048527 0.026690 +vt 0.049387 0.027659 +vt 0.048963 0.027230 +vt 0.050556 0.028626 +vt 0.050377 0.028502 +vt 0.049772 0.028015 +vt 0.049965 0.028190 +vt 0.049593 0.027871 +vt 0.049597 0.027866 +vt 0.049443 0.027731 +vt 0.054410 0.029976 +vt 0.055104 0.030006 +vt 0.056517 0.025853 +vt 0.056506 0.025856 +vt 0.055825 0.026032 +vt 0.052316 0.025057 +vt 0.052314 0.025056 +vt 0.051900 0.024645 +vt 0.050911 0.021025 +vt 0.050911 0.021025 +vt 0.051023 0.020576 +vt 0.053701 0.017794 +vt 0.053701 0.017794 +vt 0.054028 0.017695 +vt 0.057893 0.018595 +vt 0.057893 0.018595 +vt 0.058057 0.018744 +vt 0.059312 0.022535 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.022367 +vt 0.059368 0.022007 +vt 0.059341 0.022335 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.021284 +vt 0.059337 0.021282 +vt 0.059364 0.021644 +vt 0.059364 0.022006 +vt 0.059185 0.020576 +vt 0.059265 0.020875 +vt 0.059265 0.020875 +vt 0.059274 0.020916 +vt 0.059185 0.020576 +vt 0.059296 0.021024 +vt 0.059310 0.021101 +vt 0.059272 0.020927 +vt 0.057682 0.018424 +vt 0.057782 0.018508 +vt 0.057491 0.018293 +vt 0.058057 0.018744 +vt 0.057785 0.018505 +vt 0.057861 0.018568 +vt 0.056860 0.017940 +vt 0.056862 0.017936 +vt 0.057183 0.018103 +vt 0.057494 0.018289 +vt 0.056179 0.017695 +vt 0.056362 0.017747 +vt 0.056362 0.017747 +vt 0.056179 0.017695 +vt 0.056401 0.017759 +vt 0.056506 0.017794 +vt 0.056681 0.017860 +vt 0.056524 0.017805 +vt 0.053347 0.017940 +vt 0.053297 0.017958 +vt 0.053683 0.017805 +vt 0.053485 0.017876 +vt 0.054029 0.017699 +vt 0.053587 0.017836 +vt 0.052150 0.018744 +vt 0.052201 0.018697 +vt 0.052201 0.018697 +vt 0.052150 0.018744 +vt 0.052231 0.018669 +vt 0.052314 0.018595 +vt 0.052418 0.018508 +vt 0.052425 0.018508 +vt 0.052714 0.018289 +vt 0.052716 0.018293 +vt 0.053024 0.018103 +vt 0.050882 0.021195 +vt 0.050898 0.021100 +vt 0.051023 0.020576 +vt 0.050936 0.020927 +vt 0.050874 0.021284 +vt 0.050852 0.021456 +vt 0.050932 0.022729 +vt 0.050917 0.022657 +vt 0.050931 0.022725 +vt 0.050893 0.022523 +vt 0.050879 0.022432 +vt 0.050874 0.022367 +vt 0.050844 0.022006 +vt 0.050839 0.022007 +vt 0.050844 0.021644 +vt 0.051143 0.023417 +vt 0.050943 0.022775 +vt 0.050942 0.022772 +vt 0.051143 0.023417 +vt 0.051027 0.023074 +vt 0.052399 0.025127 +vt 0.051900 0.024645 +vt 0.052153 0.024904 +vt 0.052716 0.025358 +vt 0.052658 0.025323 +vt 0.052425 0.025143 +vt 0.052466 0.025181 +vt 0.053726 0.025865 +vt 0.053629 0.025831 +vt 0.053683 0.025846 +vt 0.053459 0.025764 +vt 0.053347 0.025711 +vt 0.053024 0.025548 +vt 0.053022 0.025551 +vt 0.054382 0.026032 +vt 0.053846 0.025904 +vt 0.053846 0.025904 +vt 0.053813 0.025894 +vt 0.054382 0.026032 +vt 0.054029 0.025952 +vt 0.056526 0.025850 +vt 0.056178 0.025952 +vt 0.055825 0.026032 +vt 0.057185 0.025551 +vt 0.056910 0.025692 +vt 0.056860 0.025711 +vt 0.056720 0.025775 +vt 0.056578 0.025831 +vt 0.057782 0.025143 +vt 0.057785 0.025146 +vt 0.057692 0.025219 +vt 0.057491 0.025358 +vt 0.057183 0.025548 +vt 0.058308 0.024645 +vt 0.058007 0.024954 +vt 0.058007 0.024954 +vt 0.057992 0.024968 +vt 0.058308 0.024645 +vt 0.057944 0.025011 +vt 0.057876 0.025070 +vt 0.058054 0.024904 +vt 0.054742 0.026078 +vt 0.055104 0.026093 +vt 0.051672 0.024363 +vt 0.051469 0.024063 +vt 0.051473 0.024061 +vt 0.051293 0.023747 +vt 0.051143 0.020234 +vt 0.051293 0.019904 +vt 0.051296 0.019906 +vt 0.051469 0.019588 +vt 0.051672 0.019287 +vt 0.051676 0.019290 +vt 0.051900 0.019006 +vt 0.054382 0.017619 +vt 0.054742 0.017573 +vt 0.054742 0.017577 +vt 0.055104 0.017557 +vt 0.055466 0.017573 +vt 0.055465 0.017577 +vt 0.055825 0.017619 +vt 0.058308 0.019006 +vt 0.058535 0.019287 +vt 0.058532 0.019290 +vt 0.058738 0.019588 +vt 0.058915 0.019904 +vt 0.058911 0.019906 +vt 0.059064 0.020234 +vt 0.059185 0.023075 +vt 0.059064 0.023417 +vt 0.059060 0.023415 +vt 0.058915 0.023747 +vt 0.058738 0.024063 +vt 0.058735 0.024061 +vt 0.058535 0.024363 +vt 0.055466 0.026078 +vt 0.055104 0.026089 +vt 0.052702 0.011434 +vt 0.052571 0.011460 +vt 0.053435 0.011288 +vt 0.052658 0.011439 +vt 0.053435 0.011291 +vt 0.052658 0.011439 +vt 0.052804 0.011410 +vt 0.054254 0.011193 +vt 0.054221 0.011192 +vt 0.054221 0.011192 +vt 0.054269 0.011188 +vt 0.054297 0.011191 +vt 0.054360 0.011181 +vt 0.049236 0.015703 +vt 0.049651 0.014569 +vt 0.049741 0.015184 +vt 0.050355 0.014799 +vt 0.050968 0.014422 +vt 0.051546 0.013475 +vt 0.051611 0.014098 +vt 0.052953 0.013565 +vt 0.052932 0.013012 +vt 0.053671 0.013467 +vt 0.055104 0.012749 +vt 0.054385 0.013375 +vt 0.055104 0.013345 +vt 0.056546 0.013412 +vt 0.057276 0.013012 +vt 0.057241 0.013618 +vt 0.057929 0.013829 +vt 0.058661 0.013475 +vt 0.058620 0.014047 +vt 0.059955 0.014154 +vt 0.059884 0.014753 +vt 0.061158 0.014992 +vt 0.061010 0.015663 +vt 0.061010 0.027988 +vt 0.060556 0.029082 +vt 0.060431 0.028424 +vt 0.059853 0.028852 +vt 0.059322 0.029862 +vt 0.059240 0.029229 +vt 0.058620 0.029604 +vt 0.057978 0.030435 +vt 0.057255 0.030086 +vt 0.056546 0.030239 +vt 0.055834 0.030873 +vt 0.055823 0.030275 +vt 0.055104 0.030306 +vt 0.054373 0.030873 +vt 0.054380 0.030331 +vt 0.053648 0.030784 +vt 0.052953 0.030086 +vt 0.051546 0.030176 +vt 0.051588 0.029604 +vt 0.050941 0.029278 +vt 0.050324 0.028898 +vt 0.049651 0.029082 +vt 0.049776 0.028424 +vt 0.049197 0.027988 +vt 0.062135 0.016085 +vt 0.061967 0.016749 +vt 0.062964 0.017287 +vt 0.062726 0.017982 +vt 0.063591 0.018607 +vt 0.062973 0.018663 +vt 0.063213 0.019342 +vt 0.063997 0.020010 +vt 0.063394 0.020039 +vt 0.063516 0.020748 +vt 0.063577 0.021465 +vt 0.064173 0.022191 +vt 0.063571 0.022910 +vt 0.064049 0.023652 +vt 0.063266 0.024325 +vt 0.063591 0.025044 +vt 0.062726 0.025668 +vt 0.062964 0.026364 +vt 0.062325 0.026272 +vt 0.061922 0.026868 +vt 0.061470 0.027428 +vt 0.061650 0.028113 +vt 0.048073 0.027566 +vt 0.048241 0.026901 +vt 0.047197 0.026390 +vt 0.047882 0.026272 +vt 0.047531 0.025643 +vt 0.046617 0.025044 +vt 0.047235 0.024987 +vt 0.046995 0.024309 +vt 0.046813 0.023612 +vt 0.046093 0.022919 +vt 0.046692 0.022903 +vt 0.046575 0.022188 +vt 0.046034 0.021460 +vt 0.046637 0.020741 +vt 0.046759 0.020027 +vt 0.046385 0.019300 +vt 0.047183 0.018643 +vt 0.046856 0.017912 +vt 0.047481 0.017982 +vt 0.047197 0.017261 +vt 0.047882 0.017379 +vt 0.048285 0.016783 +vt 0.048073 0.016085 +vt 0.048738 0.016222 +vt 0.047113 0.018423 +vt 0.044796 0.021433 +vt 0.043892 0.021434 +vt 0.043892 0.022217 +vt 0.063213 0.028201 +vt 0.063919 0.028714 +vt 0.064379 0.028081 +vt 0.065412 0.022217 +vt 0.066315 0.022217 +vt 0.066285 0.021825 +vt 0.048848 0.012550 +vt 0.048215 0.013010 +vt 0.049362 0.013256 +vt 0.048728 0.013717 +vt 0.049591 0.016254 +vt 0.047810 0.014532 +vt 0.046995 0.015449 +vt 0.052291 0.011901 +vt 0.050421 0.012635 +vt 0.050067 0.016330 +vt 0.050524 0.016485 +vt 0.051956 0.014628 +vt 0.050948 0.016716 +vt 0.052394 0.014848 +vt 0.051327 0.017014 +vt 0.051650 0.017373 +vt 0.051908 0.017781 +vt 0.052353 0.018423 +vt 0.052093 0.018226 +vt 0.052021 0.011071 +vt 0.051277 0.011313 +vt 0.051546 0.012143 +vt 0.055496 0.011518 +vt 0.053749 0.017308 +vt 0.053713 0.016820 +vt 0.053490 0.011638 +vt 0.054712 0.011517 +vt 0.054712 0.010644 +vt 0.055495 0.010644 +vt 0.053594 0.016346 +vt 0.053396 0.015899 +vt 0.053124 0.015492 +vt 0.057345 0.014716 +vt 0.057439 0.015189 +vt 0.057916 0.011901 +vt 0.057451 0.015672 +vt 0.057382 0.016149 +vt 0.057233 0.016608 +vt 0.057009 0.017035 +vt 0.056715 0.017419 +vt 0.057172 0.014265 +vt 0.058339 0.018393 +vt 0.058743 0.018119 +vt 0.059095 0.017778 +vt 0.059383 0.017383 +vt 0.059599 0.016944 +vt 0.059736 0.016475 +vt 0.059792 0.015989 +vt 0.063094 0.018423 +vt 0.063213 0.015449 +vt 0.058931 0.011313 +vt 0.058187 0.011071 +vt 0.058662 0.012143 +vt 0.061945 0.014106 +vt 0.061480 0.013717 +vt 0.059786 0.012635 +vt 0.061992 0.013010 +vt 0.061359 0.012550 +vt 0.060845 0.013256 +vt 0.059763 0.015501 +vt 0.063673 0.016084 +vt 0.064379 0.015570 +vt 0.063919 0.014937 +vt 0.065858 0.018742 +vt 0.065616 0.017998 +vt 0.064806 0.018214 +vt 0.064294 0.017143 +vt 0.065028 0.019013 +vt 0.063094 0.021825 +vt 0.065291 0.020212 +vt 0.065412 0.021433 +vt 0.063094 0.022526 +vt 0.063094 0.025228 +vt 0.065858 0.024908 +vt 0.065028 0.024638 +vt 0.066315 0.021434 +vt 0.065291 0.023439 +vt 0.063673 0.027567 +vt 0.065645 0.025662 +vt 0.064786 0.025384 +vt 0.064294 0.026508 +vt 0.057421 0.028512 +vt 0.058251 0.029022 +vt 0.061359 0.031101 +vt 0.061992 0.030641 +vt 0.060845 0.030395 +vt 0.061480 0.029934 +vt 0.062397 0.029119 +vt 0.058663 0.031507 +vt 0.057916 0.031750 +vt 0.058187 0.032580 +vt 0.058931 0.032338 +vt 0.057854 0.031506 +vt 0.056717 0.032013 +vt 0.052291 0.031750 +vt 0.053490 0.032013 +vt 0.052353 0.031506 +vt 0.054712 0.032133 +vt 0.054712 0.033006 +vt 0.055495 0.033006 +vt 0.055540 0.032169 +vt 0.050445 0.028150 +vt 0.052353 0.028015 +vt 0.051267 0.032367 +vt 0.052021 0.032580 +vt 0.051545 0.031507 +vt 0.049362 0.030395 +vt 0.048215 0.030641 +vt 0.048848 0.031101 +vt 0.048728 0.029934 +vt 0.045804 0.028099 +vt 0.046288 0.028714 +vt 0.046995 0.028202 +vt 0.045913 0.026508 +vt 0.047113 0.025228 +vt 0.045401 0.025437 +vt 0.044453 0.025228 +vt 0.044591 0.025653 +vt 0.046534 0.027567 +vt 0.044796 0.022217 +vt 0.044916 0.023439 +vt 0.044349 0.024908 +vt 0.045179 0.024638 +vt 0.044349 0.018742 +vt 0.045179 0.019013 +vt 0.044916 0.020212 +vt 0.044562 0.017989 +vt 0.045421 0.018267 +vt 0.045913 0.017143 +vt 0.046288 0.014937 +vt 0.045828 0.015570 +vt 0.046534 0.016084 +vt 0.052787 0.015138 +vt 0.057854 0.021185 +vt 0.062381 0.020211 +vt 0.062018 0.020529 +vt 0.062685 0.019837 +vt 0.060204 0.021080 +vt 0.059726 0.021018 +vt 0.061607 0.020781 +vt 0.061158 0.020960 +vt 0.060686 0.021061 +vt 0.049387 0.021825 +vt 0.049604 0.020393 +vt 0.049117 0.020341 +vt 0.047297 0.020952 +vt 0.047113 0.021125 +vt 0.047706 0.020684 +vt 0.048629 0.020373 +vt 0.048154 0.020489 +vt 0.052424 0.021139 +vt 0.050514 0.020740 +vt 0.050074 0.020527 +vt 0.047522 0.023814 +vt 0.047826 0.023439 +vt 0.048189 0.023121 +vt 0.048601 0.022869 +vt 0.049049 0.022691 +vt 0.049521 0.022590 +vt 0.051464 0.025532 +vt 0.051113 0.025872 +vt 0.050825 0.026268 +vt 0.050609 0.026706 +vt 0.050471 0.027176 +vt 0.050416 0.027661 +vt 0.051869 0.025257 +vt 0.052353 0.021825 +vt 0.050003 0.022571 +vt 0.050482 0.022633 +vt 0.053035 0.029385 +vt 0.052863 0.028935 +vt 0.052769 0.028461 +vt 0.052756 0.027979 +vt 0.057814 0.028803 +vt 0.057854 0.025228 +vt 0.056458 0.026343 +vt 0.056811 0.027752 +vt 0.057083 0.028159 +vt 0.052826 0.027501 +vt 0.052572 0.025228 +vt 0.052975 0.027042 +vt 0.053199 0.026615 +vt 0.056494 0.026831 +vt 0.056613 0.027305 +vt 0.053492 0.026232 +vt 0.059259 0.026935 +vt 0.058880 0.026636 +vt 0.058557 0.026278 +vt 0.058299 0.025870 +vt 0.058114 0.025424 +vt 0.060617 0.027397 +vt 0.060140 0.027321 +vt 0.059683 0.027165 +vt 0.057854 0.021825 +vt 0.060604 0.023258 +vt 0.061090 0.023310 +vt 0.061578 0.023278 +vt 0.062053 0.023162 +vt 0.059693 0.022911 +vt 0.060134 0.023124 +vt 0.062502 0.022967 +vt 0.062910 0.022698 +vt 0.057257 0.023574 +vt 0.057133 0.023650 +vt 0.057691 0.022144 +vt 0.057795 0.022274 +vt 0.056966 0.023650 +vt 0.056452 0.024165 +vt 0.056285 0.024335 +vt 0.057802 0.022466 +vt 0.057685 0.022619 +vt 0.055177 0.024590 +vt 0.056093 0.024338 +vt 0.055335 0.024481 +vt 0.053075 0.023650 +vt 0.052920 0.023535 +vt 0.057297 0.023235 +vt 0.057334 0.023397 +vt 0.053878 0.024313 +vt 0.053756 0.024165 +vt 0.054067 0.024350 +vt 0.055990 0.024277 +vt 0.052523 0.022619 +vt 0.052883 0.023300 +vt 0.052634 0.022661 +vt 0.057573 0.022661 +vt 0.054942 0.024549 +vt 0.054839 0.024419 +vt 0.054191 0.024176 +vt 0.053241 0.023650 +vt 0.057757 0.021098 +vt 0.057795 0.021377 +vt 0.057691 0.021506 +vt 0.056140 0.019301 +vt 0.056329 0.019337 +vt 0.056452 0.019486 +vt 0.052874 0.020302 +vt 0.052920 0.020115 +vt 0.057178 0.020019 +vt 0.057287 0.020115 +vt 0.053241 0.020001 +vt 0.053756 0.019486 +vt 0.054873 0.019170 +vt 0.055128 0.019052 +vt 0.054115 0.019313 +vt 0.057334 0.020253 +vt 0.055265 0.019101 +vt 0.055369 0.019232 +vt 0.052634 0.020990 +vt 0.052755 0.020694 +vt 0.052566 0.021009 +vt 0.053029 0.020019 +vt 0.053923 0.019316 +vt 0.056966 0.020001 +vt 0.057573 0.020990 +vt 0.054217 0.019374 +vt 0.052516 0.021506 +vt 0.052412 0.021377 +vt 0.052395 0.022419 +vt 0.052412 0.022274 +vt 0.052516 0.022144 +vt 0.059587 0.020984 +vt 0.059946 0.021057 +vt 0.060312 0.021083 +vt 0.060678 0.021062 +vt 0.061038 0.020994 +vt 0.061386 0.020880 +vt 0.061717 0.020723 +vt 0.062305 0.020288 +vt 0.062025 0.020524 +vt 0.062552 0.020017 +vt 0.062762 0.019717 +vt 0.063102 0.022533 +vt 0.062787 0.022790 +vt 0.062440 0.023000 +vt 0.062066 0.023158 +vt 0.061673 0.023261 +vt 0.061269 0.023303 +vt 0.060864 0.023296 +vt 0.060463 0.023227 +vt 0.059713 0.022923 +vt 0.060077 0.023102 +vt 0.059378 0.022693 +vt 0.062552 0.020544 +vt 0.062582 0.022499 +vt 0.062237 0.020810 +vt 0.061890 0.021034 +vt 0.061518 0.021211 +vt 0.060721 0.021415 +vt 0.060549 0.022882 +vt 0.059898 0.021409 +vt 0.061126 0.021338 +vt 0.061951 0.022821 +vt 0.056617 0.017522 +vt 0.056860 0.017247 +vt 0.057065 0.016944 +vt 0.057230 0.016616 +vt 0.057351 0.016270 +vt 0.057427 0.015912 +vt 0.057456 0.015547 +vt 0.057373 0.014820 +vt 0.057438 0.015181 +vt 0.057262 0.014471 +vt 0.057107 0.014139 +vt 0.059715 0.015253 +vt 0.059781 0.015654 +vt 0.059789 0.016060 +vt 0.059739 0.016463 +vt 0.059632 0.016854 +vt 0.059470 0.017227 +vt 0.059257 0.017573 +vt 0.058998 0.017885 +vt 0.058696 0.018156 +vt 0.057992 0.018558 +vt 0.058358 0.018382 +vt 0.057779 0.015963 +vt 0.057811 0.015552 +vt 0.059390 0.016394 +vt 0.057141 0.017465 +vt 0.057791 0.015140 +vt 0.057718 0.014735 +vt 0.057557 0.016755 +vt 0.058969 0.017365 +vt 0.052133 0.018363 +vt 0.052017 0.018016 +vt 0.051655 0.017380 +vt 0.051857 0.017686 +vt 0.051417 0.017102 +vt 0.051144 0.016857 +vt 0.050842 0.016649 +vt 0.050516 0.016482 +vt 0.050171 0.016358 +vt 0.049814 0.016279 +vt 0.049449 0.016247 +vt 0.051718 0.014545 +vt 0.052777 0.015130 +vt 0.052453 0.014885 +vt 0.052097 0.014689 +vt 0.053059 0.015421 +vt 0.053301 0.015747 +vt 0.053498 0.016102 +vt 0.053638 0.016483 +vt 0.053749 0.017285 +vt 0.053722 0.016880 +vt 0.053719 0.017690 +vt 0.050270 0.016016 +vt 0.052346 0.017881 +vt 0.051616 0.014886 +vt 0.050658 0.016156 +vt 0.051025 0.016344 +vt 0.051364 0.016578 +vt 0.051940 0.017166 +vt 0.053296 0.016581 +vt 0.052793 0.015650 +vt 0.050620 0.022667 +vt 0.050261 0.022594 +vt 0.049895 0.022568 +vt 0.049170 0.022657 +vt 0.049530 0.022589 +vt 0.048821 0.022770 +vt 0.048490 0.022928 +vt 0.047903 0.023363 +vt 0.048182 0.023126 +vt 0.047656 0.023634 +vt 0.047445 0.023934 +vt 0.047106 0.021118 +vt 0.047420 0.020861 +vt 0.047768 0.020651 +vt 0.048142 0.020493 +vt 0.048535 0.020394 +vt 0.048938 0.020347 +vt 0.049744 0.020424 +vt 0.049344 0.020354 +vt 0.050830 0.020957 +vt 0.050495 0.020728 +vt 0.050130 0.020549 +vt 0.050309 0.022242 +vt 0.049486 0.022236 +vt 0.047656 0.023107 +vt 0.049308 0.020708 +vt 0.049081 0.022312 +vt 0.048689 0.022440 +vt 0.047625 0.021151 +vt 0.048317 0.022617 +vt 0.047971 0.022841 +vt 0.053591 0.026129 +vt 0.053348 0.026404 +vt 0.053143 0.026707 +vt 0.052978 0.027034 +vt 0.052857 0.027380 +vt 0.052781 0.027739 +vt 0.052835 0.028831 +vt 0.052770 0.028470 +vt 0.052752 0.028104 +vt 0.052946 0.029180 +vt 0.053100 0.029512 +vt 0.050492 0.028398 +vt 0.050427 0.027997 +vt 0.050419 0.027591 +vt 0.050469 0.027188 +vt 0.050575 0.026796 +vt 0.050737 0.026424 +vt 0.050950 0.026078 +vt 0.051210 0.025766 +vt 0.051512 0.025494 +vt 0.052215 0.025093 +vt 0.051849 0.025268 +vt 0.050781 0.027965 +vt 0.052490 0.028916 +vt 0.052514 0.027284 +vt 0.052429 0.027688 +vt 0.052836 0.026527 +vt 0.052651 0.026895 +vt 0.051239 0.026286 +vt 0.052417 0.028510 +vt 0.052396 0.028099 +vt 0.058074 0.025288 +vt 0.058191 0.025635 +vt 0.058351 0.025965 +vt 0.058552 0.026271 +vt 0.058791 0.026549 +vt 0.059063 0.026794 +vt 0.059365 0.027002 +vt 0.060036 0.027293 +vt 0.059691 0.027169 +vt 0.060394 0.027372 +vt 0.060759 0.027404 +vt 0.058490 0.029105 +vt 0.058112 0.028958 +vt 0.057755 0.028766 +vt 0.057430 0.028521 +vt 0.057145 0.028233 +vt 0.056710 0.027549 +vt 0.056818 0.027749 +vt 0.056903 0.027906 +vt 0.056574 0.027167 +vt 0.056458 0.026366 +vt 0.056489 0.026770 +vt 0.056489 0.025961 +vt 0.059937 0.027635 +vt 0.056814 0.026367 +vt 0.057861 0.025770 +vt 0.058268 0.026485 +vt 0.057415 0.028001 +vt 0.058843 0.027073 +vt 0.059183 0.027307 +vt 0.059549 0.027495 +vt 0.047886 0.027719 +vt 0.046511 0.028019 +vt 0.047405 0.027139 +vt 0.046342 0.027766 +vt 0.055104 0.031180 +vt 0.054703 0.032410 +vt 0.054351 0.031149 +vt 0.053904 0.032350 +vt 0.053609 0.031023 +vt 0.053111 0.032229 +vt 0.053094 0.030955 +vt 0.052828 0.032163 +vt 0.052874 0.030873 +vt 0.052330 0.032048 +vt 0.052142 0.030698 +vt 0.051723 0.031859 +vt 0.051565 0.031809 +vt 0.051437 0.030431 +vt 0.050820 0.031513 +vt 0.050757 0.030108 +vt 0.050099 0.031161 +vt 0.050104 0.029732 +vt 0.049646 0.030896 +vt 0.049408 0.030756 +vt 0.049484 0.029304 +vt 0.048749 0.030300 +vt 0.048901 0.028827 +vt 0.048126 0.029795 +vt 0.048357 0.028305 +vt 0.047825 0.029510 +vt 0.047543 0.029244 +vt 0.047004 0.028651 +vt 0.047003 0.026503 +vt 0.046067 0.027351 +vt 0.046846 0.026204 +vt 0.045749 0.026785 +vt 0.046653 0.025836 +vt 0.045675 0.026652 +vt 0.045337 0.025925 +vt 0.046357 0.025142 +vt 0.045269 0.025744 +vt 0.045055 0.025175 +vt 0.046119 0.024428 +vt 0.044904 0.024657 +vt 0.044830 0.024405 +vt 0.045938 0.023696 +vt 0.044665 0.023621 +vt 0.045818 0.022953 +vt 0.044559 0.022826 +vt 0.045757 0.022202 +vt 0.044534 0.022398 +vt 0.044513 0.022026 +vt 0.045757 0.021449 +vt 0.044528 0.021224 +vt 0.045818 0.020698 +vt 0.044604 0.020426 +vt 0.045938 0.019954 +vt 0.044658 0.020113 +vt 0.044740 0.019636 +vt 0.046119 0.019223 +vt 0.044935 0.018859 +vt 0.046357 0.018508 +vt 0.045189 0.018098 +vt 0.046653 0.017815 +vt 0.045499 0.017359 +vt 0.047003 0.017148 +vt 0.045751 0.016867 +vt 0.045864 0.016645 +vt 0.046283 0.015961 +vt 0.047405 0.016511 +vt 0.046751 0.015311 +vt 0.047858 0.015909 +vt 0.047036 0.014973 +vt 0.048357 0.015345 +vt 0.047268 0.014698 +vt 0.048676 0.015039 +vt 0.047829 0.014126 +vt 0.048901 0.014823 +vt 0.057334 0.012778 +vt 0.058262 0.011715 +vt 0.058066 0.012952 +vt 0.058484 0.011793 +vt 0.048433 0.013598 +vt 0.049484 0.014347 +vt 0.049074 0.013117 +vt 0.050104 0.013919 +vt 0.049750 0.012686 +vt 0.050773 0.013574 +vt 0.050456 0.012307 +vt 0.051179 0.013342 +vt 0.050659 0.012218 +vt 0.051451 0.013253 +vt 0.051190 0.011983 +vt 0.052142 0.012952 +vt 0.051724 0.011793 +vt 0.051945 0.011715 +vt 0.052865 0.012743 +vt 0.052719 0.011505 +vt 0.053609 0.012628 +vt 0.053506 0.011354 +vt 0.054093 0.012533 +vt 0.053959 0.011302 +vt 0.054354 0.012537 +vt 0.054303 0.011263 +vt 0.055104 0.012471 +vt 0.055104 0.011233 +vt 0.055856 0.012501 +vt 0.055905 0.011263 +vt 0.056604 0.012592 +vt 0.056701 0.011354 +vt 0.057489 0.011505 +vt 0.058770 0.013219 +vt 0.059018 0.011983 +vt 0.059549 0.012218 +vt 0.059451 0.013542 +vt 0.059751 0.012307 +vt 0.060458 0.012686 +vt 0.059923 0.013815 +vt 0.060084 0.013950 +vt 0.061134 0.013117 +vt 0.060723 0.014347 +vt 0.061775 0.013598 +vt 0.061307 0.014823 +vt 0.062378 0.014126 +vt 0.061532 0.015039 +vt 0.061850 0.015345 +vt 0.062940 0.014698 +vt 0.062229 0.015773 +vt 0.063171 0.014973 +vt 0.062322 0.015932 +vt 0.063456 0.015311 +vt 0.062802 0.016511 +vt 0.063925 0.015961 +vt 0.063205 0.017148 +vt 0.064343 0.016645 +vt 0.063555 0.017815 +vt 0.064456 0.016867 +vt 0.064708 0.017359 +vt 0.063850 0.018508 +vt 0.064938 0.017907 +vt 0.065019 0.018098 +vt 0.064089 0.019223 +vt 0.065272 0.018859 +vt 0.064269 0.019954 +vt 0.065467 0.019636 +vt 0.064390 0.020698 +vt 0.065603 0.020426 +vt 0.065679 0.021224 +vt 0.064451 0.021449 +vt 0.065694 0.022026 +vt 0.064451 0.022202 +vt 0.065673 0.022398 +vt 0.064390 0.022953 +vt 0.065649 0.022826 +vt 0.064327 0.023338 +vt 0.065543 0.023621 +vt 0.064269 0.023696 +vt 0.058770 0.030431 +vt 0.058643 0.031809 +vt 0.058066 0.030698 +vt 0.065377 0.024405 +vt 0.064089 0.024428 +vt 0.065304 0.024657 +vt 0.065153 0.025175 +vt 0.063850 0.025142 +vt 0.064939 0.025744 +vt 0.064870 0.025925 +vt 0.063555 0.025836 +vt 0.064532 0.026652 +vt 0.063205 0.026503 +vt 0.064140 0.027351 +vt 0.062802 0.027139 +vt 0.063697 0.028019 +vt 0.062350 0.027741 +vt 0.063204 0.028651 +vt 0.061850 0.028305 +vt 0.062664 0.029244 +vt 0.061307 0.028827 +vt 0.062383 0.029510 +vt 0.062082 0.029795 +vt 0.060723 0.029304 +vt 0.061459 0.030300 +vt 0.060103 0.029732 +vt 0.060800 0.030756 +vt 0.059451 0.030108 +vt 0.060108 0.031161 +vt 0.059028 0.030309 +vt 0.059388 0.031513 +vt 0.057342 0.030908 +vt 0.057877 0.032048 +vt 0.057096 0.032229 +vt 0.056604 0.031059 +vt 0.056304 0.032350 +vt 0.056114 0.031118 +vt 0.055856 0.031149 +vt 0.055505 0.032410 +vt 0.055104 0.032418 +vt 0.053219 0.021419 +vt 0.052115 0.020938 +vt 0.053315 0.021107 +vt 0.053462 0.020815 +vt 0.053657 0.020552 +vt 0.053260 0.022390 +vt 0.052065 0.022519 +vt 0.053192 0.022070 +vt 0.051988 0.021725 +vt 0.053178 0.021744 +vt 0.053770 0.023217 +vt 0.052547 0.023609 +vt 0.053554 0.022972 +vt 0.053382 0.022693 +vt 0.053574 0.019109 +vt 0.053893 0.020326 +vt 0.054164 0.020142 +vt 0.054462 0.020008 +vt 0.055430 0.019925 +vt 0.055502 0.018734 +vt 0.055746 0.020008 +vt 0.057272 0.019586 +vt 0.056044 0.020142 +vt 0.056315 0.020326 +vt 0.054313 0.018810 +vt 0.054778 0.019925 +vt 0.055104 0.019898 +vt 0.054618 0.023691 +vt 0.053403 0.024438 +vt 0.054310 0.023582 +vt 0.054024 0.023423 +vt 0.056654 0.022972 +vt 0.057124 0.024199 +vt 0.056438 0.023217 +vt 0.056183 0.023423 +vt 0.055898 0.023582 +vt 0.055303 0.024936 +vt 0.055589 0.023691 +vt 0.055267 0.023746 +vt 0.054940 0.023746 +vt 0.057016 0.022070 +vt 0.058143 0.022519 +vt 0.056947 0.022390 +vt 0.057867 0.023267 +vt 0.056825 0.022693 +vt 0.056551 0.020552 +vt 0.056745 0.020815 +vt 0.057954 0.020564 +vt 0.056893 0.021107 +vt 0.056988 0.021419 +vt 0.057030 0.021744 +vt 0.051928 0.024620 +vt 0.052325 0.024349 +vt 0.052176 0.024880 +vt 0.052671 0.024683 +vt 0.052446 0.025117 +vt 0.052735 0.025330 +vt 0.053056 0.024971 +vt 0.053040 0.025519 +vt 0.053475 0.025207 +vt 0.053361 0.025680 +vt 0.053694 0.025814 +vt 0.050968 0.022717 +vt 0.051444 0.022661 +vt 0.051059 0.023064 +vt 0.051581 0.023122 +vt 0.051178 0.023403 +vt 0.051326 0.023730 +vt 0.051776 0.023561 +vt 0.051501 0.024044 +vt 0.052025 0.023973 +vt 0.051702 0.024341 +vt 0.051059 0.020587 +vt 0.051505 0.020757 +vt 0.050968 0.020934 +vt 0.051398 0.021226 +vt 0.050907 0.021288 +vt 0.050877 0.021646 +vt 0.051352 0.021705 +vt 0.050877 0.022005 +vt 0.051368 0.022186 +vt 0.050907 0.022363 +vt 0.052176 0.018771 +vt 0.052493 0.019129 +vt 0.051928 0.019030 +vt 0.052169 0.019485 +vt 0.051702 0.019310 +vt 0.051501 0.019607 +vt 0.051894 0.019880 +vt 0.051326 0.019921 +vt 0.051672 0.020306 +vt 0.051178 0.020248 +vt 0.054038 0.017731 +vt 0.054152 0.018195 +vt 0.053694 0.017836 +vt 0.053695 0.018346 +vt 0.053361 0.017970 +vt 0.053040 0.018132 +vt 0.053262 0.018555 +vt 0.052735 0.018320 +vt 0.052859 0.018817 +vt 0.052446 0.018534 +vt 0.056846 0.017970 +vt 0.056512 0.018346 +vt 0.056513 0.017836 +vt 0.056056 0.018195 +vt 0.056170 0.017731 +vt 0.055819 0.017656 +vt 0.055584 0.018103 +vt 0.055463 0.017610 +vt 0.055104 0.017595 +vt 0.055104 0.018072 +vt 0.054745 0.017610 +vt 0.054624 0.018103 +vt 0.054389 0.017656 +vt 0.058505 0.019310 +vt 0.058038 0.019485 +vt 0.058279 0.019030 +vt 0.057715 0.019129 +vt 0.058031 0.018771 +vt 0.057761 0.018534 +vt 0.057349 0.018817 +vt 0.057473 0.018320 +vt 0.057167 0.018132 +vt 0.056946 0.018555 +vt 0.059300 0.021288 +vt 0.058809 0.021226 +vt 0.059239 0.020934 +vt 0.058702 0.020757 +vt 0.059149 0.020587 +vt 0.059029 0.020248 +vt 0.058536 0.020306 +vt 0.058881 0.019921 +vt 0.058706 0.019607 +vt 0.058313 0.019880 +vt 0.059029 0.023403 +vt 0.058626 0.023122 +vt 0.059149 0.023064 +vt 0.058763 0.022661 +vt 0.059239 0.022717 +vt 0.059300 0.022363 +vt 0.058840 0.022186 +vt 0.059331 0.022005 +vt 0.059331 0.021646 +vt 0.058855 0.021705 +vt 0.057761 0.025117 +vt 0.057537 0.024683 +vt 0.058031 0.024880 +vt 0.057882 0.024349 +vt 0.058279 0.024620 +vt 0.058505 0.024341 +vt 0.058182 0.023973 +vt 0.058706 0.024044 +vt 0.058881 0.023730 +vt 0.058431 0.023561 +vt 0.055819 0.025995 +vt 0.055821 0.025510 +vt 0.056170 0.025919 +vt 0.056286 0.025388 +vt 0.056513 0.025814 +vt 0.056846 0.025680 +vt 0.056732 0.025207 +vt 0.057167 0.025519 +vt 0.057473 0.025330 +vt 0.057151 0.024971 +vt 0.053921 0.025388 +vt 0.054038 0.025919 +vt 0.054386 0.025510 +vt 0.054389 0.025995 +vt 0.054745 0.026041 +vt 0.054863 0.025571 +vt 0.055104 0.026056 +vt 0.055463 0.026041 +vt 0.055344 0.025571 +vt 0.049449 0.016208 +vt 0.052150 0.018359 +vt 0.050532 0.016446 +vt 0.050862 0.016616 +vt 0.051444 0.017075 +vt 0.051890 0.017667 +vt 0.049824 0.016212 +vt 0.050190 0.016293 +vt 0.051186 0.016804 +vt 0.051710 0.017339 +vt 0.052080 0.017990 +vt 0.050594 0.016304 +vt 0.051296 0.016664 +vt 0.051852 0.017232 +vt 0.052244 0.017923 +vt 0.050240 0.016122 +vt 0.050996 0.016392 +vt 0.053475 0.017654 +vt 0.053680 0.017684 +vt 0.051713 0.014562 +vt 0.051688 0.014645 +vt 0.051662 0.014731 +vt 0.052319 0.015091 +vt 0.052036 0.014822 +vt 0.052069 0.014750 +vt 0.052090 0.014705 +vt 0.052373 0.015008 +vt 0.052416 0.014942 +vt 0.052443 0.014900 +vt 0.053577 0.016900 +vt 0.053402 0.016551 +vt 0.053497 0.016523 +vt 0.053655 0.016889 +vt 0.053573 0.016502 +vt 0.053705 0.016882 +vt 0.053621 0.016488 +vt 0.053711 0.017285 +vt 0.053645 0.017285 +vt 0.053555 0.017284 +vt 0.053462 0.016118 +vt 0.053403 0.016145 +vt 0.053321 0.016182 +vt 0.053052 0.015905 +vt 0.053272 0.015765 +vt 0.053217 0.015800 +vt 0.053141 0.015849 +vt 0.053033 0.015443 +vt 0.052984 0.015486 +vt 0.052915 0.015545 +vt 0.052766 0.015143 +vt 0.052732 0.015181 +vt 0.052615 0.015315 +vt 0.057167 0.014106 +vt 0.056629 0.017534 +vt 0.057476 0.015176 +vt 0.057494 0.015547 +vt 0.057388 0.016281 +vt 0.057098 0.016963 +vt 0.057325 0.014446 +vt 0.057439 0.014804 +vt 0.057494 0.015922 +vt 0.057292 0.016643 +vt 0.056913 0.017289 +vt 0.056665 0.017570 +vt 0.057631 0.015159 +vt 0.057670 0.015947 +vt 0.057456 0.016712 +vt 0.057054 0.017398 +vt 0.057611 0.014761 +vt 0.057756 0.015551 +vt 0.057954 0.018461 +vt 0.058237 0.018169 +vt 0.059614 0.015277 +vt 0.059526 0.015298 +vt 0.059423 0.015322 +vt 0.059543 0.016047 +vt 0.059635 0.015667 +vt 0.059713 0.015660 +vt 0.059764 0.015655 +vt 0.059642 0.016052 +vt 0.059721 0.016056 +vt 0.059771 0.016059 +vt 0.058545 0.017962 +vt 0.058606 0.018041 +vt 0.058892 0.017783 +vt 0.058654 0.018103 +vt 0.058949 0.017837 +vt 0.058685 0.018143 +vt 0.058985 0.017873 +vt 0.058350 0.018367 +vt 0.058325 0.018323 +vt 0.058286 0.018255 +vt 0.059243 0.017562 +vt 0.059202 0.017533 +vt 0.059138 0.017487 +vt 0.059058 0.017429 +vt 0.059455 0.017219 +vt 0.059410 0.017195 +vt 0.059340 0.017159 +vt 0.059616 0.016849 +vt 0.059568 0.016832 +vt 0.059494 0.016806 +vt 0.059400 0.016773 +vt 0.059722 0.016459 +vt 0.059672 0.016449 +vt 0.059595 0.016434 +vt 0.062795 0.019737 +vt 0.059583 0.021001 +vt 0.062048 0.020555 +vt 0.061736 0.020757 +vt 0.061047 0.021031 +vt 0.060312 0.021122 +vt 0.062605 0.020060 +vt 0.062352 0.020337 +vt 0.061411 0.020943 +vt 0.060686 0.021129 +vt 0.059937 0.021124 +vt 0.062141 0.020680 +vt 0.061812 0.020893 +vt 0.060708 0.021306 +vt 0.059913 0.021300 +vt 0.062744 0.020171 +vt 0.062204 0.020765 +vt 0.061112 0.021285 +vt 0.059787 0.022796 +vt 0.059402 0.022663 +vt 0.063090 0.022520 +vt 0.063030 0.022457 +vt 0.062895 0.022315 +vt 0.062328 0.022781 +vt 0.062703 0.022670 +vt 0.062748 0.022735 +vt 0.062777 0.022776 +vt 0.062373 0.022869 +vt 0.062409 0.022939 +vt 0.062432 0.022984 +vt 0.059837 0.022710 +vt 0.060522 0.022989 +vt 0.060132 0.022966 +vt 0.060103 0.023039 +vt 0.060480 0.023161 +vt 0.060084 0.023086 +vt 0.060468 0.023210 +vt 0.059722 0.022908 +vt 0.059747 0.022864 +vt 0.060867 0.023258 +vt 0.060874 0.023193 +vt 0.060893 0.022998 +vt 0.061268 0.023269 +vt 0.061265 0.023204 +vt 0.061261 0.023114 +vt 0.061670 0.023244 +vt 0.061660 0.023195 +vt 0.061646 0.023117 +vt 0.061627 0.023020 +vt 0.062060 0.023142 +vt 0.062044 0.023094 +vt 0.062018 0.023019 +vt 0.060758 0.027442 +vt 0.059676 0.027204 +vt 0.059345 0.027035 +vt 0.058763 0.026576 +vt 0.058317 0.025984 +vt 0.058037 0.025298 +vt 0.060384 0.027439 +vt 0.060017 0.027358 +vt 0.059021 0.026847 +vt 0.058498 0.026312 +vt 0.058128 0.025661 +vt 0.059614 0.027347 +vt 0.058911 0.026987 +vt 0.058356 0.026419 +vt 0.057963 0.025728 +vt 0.059968 0.027529 +vt 0.059211 0.027259 +vt 0.056704 0.026367 +vt 0.058520 0.029006 +vt 0.058576 0.028818 +vt 0.058545 0.028919 +vt 0.058191 0.028786 +vt 0.058154 0.028867 +vt 0.058126 0.028927 +vt 0.057592 0.028336 +vt 0.057834 0.028643 +vt 0.057792 0.028709 +vt 0.057764 0.028751 +vt 0.056782 0.026729 +vt 0.056756 0.027114 +vt 0.056588 0.026756 +vt 0.056670 0.027139 +vt 0.056524 0.026765 +vt 0.056607 0.027157 +vt 0.056475 0.026366 +vt 0.056526 0.026366 +vt 0.056605 0.026366 +vt 0.056726 0.027542 +vt 0.056772 0.027521 +vt 0.056934 0.027448 +vt 0.056917 0.027897 +vt 0.056960 0.027870 +vt 0.057026 0.027828 +vt 0.057110 0.027774 +vt 0.057158 0.028221 +vt 0.057196 0.028188 +vt 0.057256 0.028137 +vt 0.057442 0.028508 +vt 0.057475 0.028470 +vt 0.057527 0.028411 +vt 0.053066 0.029531 +vt 0.052731 0.028474 +vt 0.052713 0.028103 +vt 0.052819 0.027370 +vt 0.053109 0.026688 +vt 0.053543 0.026081 +vt 0.052882 0.029205 +vt 0.052769 0.028847 +vt 0.052714 0.027729 +vt 0.052915 0.027008 +vt 0.053294 0.026362 +vt 0.052577 0.028492 +vt 0.052558 0.028101 +vt 0.052752 0.026938 +vt 0.052975 0.026609 +vt 0.052717 0.029269 +vt 0.052472 0.028504 +vt 0.052568 0.027299 +vt 0.053154 0.026253 +vt 0.052305 0.025321 +vt 0.051883 0.025327 +vt 0.050509 0.028394 +vt 0.050593 0.028374 +vt 0.050784 0.028328 +vt 0.050664 0.027604 +vt 0.050573 0.027984 +vt 0.050494 0.027991 +vt 0.050444 0.027996 +vt 0.050565 0.027599 +vt 0.050486 0.027595 +vt 0.050436 0.027592 +vt 0.051663 0.025688 +vt 0.051387 0.025937 +vt 0.051316 0.025868 +vt 0.051553 0.025548 +vt 0.051259 0.025813 +vt 0.051522 0.025508 +vt 0.051222 0.025778 +vt 0.051858 0.025283 +vt 0.051922 0.025396 +vt 0.050964 0.026088 +vt 0.051005 0.026118 +vt 0.051069 0.026164 +vt 0.050752 0.026432 +vt 0.050797 0.026455 +vt 0.050867 0.026492 +vt 0.050955 0.026537 +vt 0.050592 0.026802 +vt 0.050640 0.026819 +vt 0.050714 0.026845 +vt 0.050486 0.027192 +vt 0.050535 0.027201 +vt 0.050710 0.027236 +vt 0.047387 0.023898 +vt 0.050638 0.022601 +vt 0.048159 0.023095 +vt 0.048471 0.022894 +vt 0.049160 0.022619 +vt 0.049896 0.022529 +vt 0.047603 0.023591 +vt 0.047855 0.023314 +vt 0.048796 0.022707 +vt 0.049521 0.022521 +vt 0.050270 0.022527 +vt 0.048067 0.022970 +vt 0.048396 0.022758 +vt 0.049500 0.022345 +vt 0.050294 0.022350 +vt 0.047464 0.023480 +vt 0.048004 0.022885 +vt 0.049095 0.022366 +vt 0.050643 0.021192 +vt 0.050421 0.020855 +vt 0.050806 0.020988 +vt 0.047239 0.021259 +vt 0.047177 0.021194 +vt 0.047505 0.020980 +vt 0.047459 0.020916 +vt 0.047430 0.020875 +vt 0.048221 0.020725 +vt 0.047834 0.020781 +vt 0.047799 0.020711 +vt 0.047776 0.020666 +vt 0.050038 0.020777 +vt 0.050075 0.020685 +vt 0.049709 0.020566 +vt 0.050105 0.020612 +vt 0.049728 0.020490 +vt 0.050124 0.020565 +vt 0.049740 0.020440 +vt 0.050486 0.020743 +vt 0.050460 0.020787 +vt 0.049342 0.020372 +vt 0.049337 0.020422 +vt 0.049319 0.020599 +vt 0.048940 0.020382 +vt 0.048942 0.020447 +vt 0.048951 0.020643 +vt 0.048542 0.020427 +vt 0.048554 0.020492 +vt 0.048570 0.020580 +vt 0.048147 0.020509 +vt 0.048164 0.020557 +vt 0.048189 0.020631 +vt 0.056592 0.012669 +vt 0.059415 0.013611 +vt 0.061255 0.014882 +vt 0.061824 0.015370 +vt 0.064193 0.023681 +vt 0.059415 0.030039 +vt 0.058756 0.030398 +vt 0.056592 0.030982 +vt 0.055854 0.031113 +vt 0.046723 0.025802 +vt 0.048952 0.014882 +vt 0.049588 0.014485 +vt 0.049015 0.014953 +vt 0.049558 0.014446 +vt 0.047590 0.016639 +vt 0.047152 0.017235 +vt 0.047507 0.016582 +vt 0.047070 0.017187 +vt 0.046237 0.019257 +vt 0.046060 0.019979 +vt 0.046014 0.019970 +vt 0.045930 0.022195 +vt 0.045989 0.022932 +vt 0.045880 0.022197 +vt 0.045895 0.022944 +vt 0.046519 0.025081 +vt 0.046809 0.025761 +vt 0.046473 0.025099 +vt 0.060619 0.029165 +vt 0.061158 0.028659 +vt 0.061192 0.028698 +vt 0.060649 0.029205 +vt 0.061255 0.028769 +vt 0.062660 0.027041 +vt 0.063055 0.026416 +vt 0.062700 0.027069 +vt 0.063138 0.026464 +vt 0.063873 0.024365 +vt 0.064099 0.023662 +vt 0.063970 0.024393 +vt 0.064218 0.020719 +vt 0.064327 0.021454 +vt 0.064313 0.020707 +vt 0.063688 0.018570 +vt 0.063399 0.017889 +vt 0.063735 0.018552 +vt 0.063485 0.017848 +vt 0.054365 0.012674 +vt 0.055104 0.012595 +vt 0.054361 0.012625 +vt 0.055104 0.012549 +vt 0.053631 0.012763 +vt 0.053623 0.012714 +vt 0.052884 0.012818 +vt 0.052907 0.012911 +vt 0.052196 0.013117 +vt 0.052181 0.013070 +vt 0.051486 0.013333 +vt 0.051505 0.013379 +vt 0.050837 0.013696 +vt 0.050814 0.013652 +vt 0.050146 0.013985 +vt 0.050197 0.014065 +vt 0.048482 0.015465 +vt 0.048447 0.015431 +vt 0.047918 0.015958 +vt 0.047992 0.016019 +vt 0.046764 0.017868 +vt 0.046723 0.017848 +vt 0.046430 0.018536 +vt 0.046473 0.018552 +vt 0.045989 0.020719 +vt 0.045940 0.020713 +vt 0.045835 0.021452 +vt 0.045930 0.021456 +vt 0.046014 0.023681 +vt 0.046108 0.023662 +vt 0.046193 0.024406 +vt 0.046285 0.024380 +vt 0.047070 0.026464 +vt 0.047469 0.027095 +vt 0.047507 0.027069 +vt 0.047590 0.027012 +vt 0.047992 0.027632 +vt 0.047954 0.027663 +vt 0.048482 0.028185 +vt 0.048413 0.028252 +vt 0.048983 0.028735 +vt 0.049050 0.028659 +vt 0.049531 0.029242 +vt 0.049588 0.029165 +vt 0.050170 0.029627 +vt 0.050146 0.029666 +vt 0.050814 0.029999 +vt 0.050793 0.030039 +vt 0.051486 0.030317 +vt 0.051505 0.030272 +vt 0.052166 0.030625 +vt 0.052196 0.030534 +vt 0.052907 0.030740 +vt 0.052895 0.030788 +vt 0.053631 0.030888 +vt 0.053623 0.030937 +vt 0.054357 0.031072 +vt 0.054365 0.030977 +vt 0.055104 0.030955 +vt 0.055104 0.031056 +vt 0.055843 0.030977 +vt 0.056568 0.030837 +vt 0.057324 0.030833 +vt 0.057313 0.030788 +vt 0.057289 0.030690 +vt 0.058011 0.030534 +vt 0.058027 0.030581 +vt 0.058702 0.030272 +vt 0.059370 0.029955 +vt 0.060062 0.029666 +vt 0.060011 0.029585 +vt 0.061688 0.028150 +vt 0.061794 0.028252 +vt 0.062290 0.027692 +vt 0.062254 0.027663 +vt 0.062176 0.027599 +vt 0.063399 0.025761 +vt 0.063443 0.025783 +vt 0.063778 0.025115 +vt 0.063688 0.025081 +vt 0.064167 0.022926 +vt 0.064267 0.022938 +vt 0.064373 0.022199 +vt 0.064278 0.022195 +vt 0.064148 0.019979 +vt 0.064099 0.019989 +vt 0.064014 0.019244 +vt 0.063923 0.019271 +vt 0.063098 0.017210 +vt 0.063055 0.017235 +vt 0.062738 0.016556 +vt 0.062660 0.016610 +vt 0.062216 0.016019 +vt 0.062254 0.015987 +vt 0.061725 0.015465 +vt 0.060677 0.014409 +vt 0.060649 0.014446 +vt 0.060588 0.014527 +vt 0.060011 0.014065 +vt 0.060037 0.014024 +vt 0.059370 0.013696 +vt 0.058722 0.013333 +vt 0.058702 0.013379 +vt 0.058041 0.013026 +vt 0.058011 0.013117 +vt 0.057301 0.012911 +vt 0.057313 0.012863 +vt 0.056577 0.012763 +vt 0.055850 0.012579 +vt 0.055847 0.012625 +vt 0.053718 0.013745 +vt 0.051727 0.014355 +vt 0.049431 0.015907 +vt 0.048950 0.016409 +vt 0.048123 0.017527 +vt 0.047784 0.018135 +vt 0.047278 0.019429 +vt 0.047497 0.024882 +vt 0.050513 0.028618 +vt 0.049431 0.027744 +vt 0.051106 0.028982 +vt 0.054410 0.029981 +vt 0.053038 0.029759 +vt 0.055104 0.030023 +vt 0.055799 0.029994 +vt 0.056489 0.029905 +vt 0.057835 0.029555 +vt 0.058480 0.029296 +vt 0.059694 0.028618 +vt 0.061258 0.027242 +vt 0.062930 0.024222 +vt 0.063235 0.022867 +vt 0.063294 0.022173 +vt 0.063235 0.020784 +vt 0.063118 0.020098 +vt 0.062942 0.019425 +vt 0.062073 0.017534 +vt 0.062711 0.018769 +vt 0.060767 0.015916 +vt 0.061695 0.016951 +vt 0.059102 0.014668 +vt 0.057835 0.014096 +vt 0.057169 0.013892 +vt 0.055799 0.013657 +vt 0.056493 0.013724 +vt 0.058489 0.014336 +vt 0.059706 0.015016 +vt 0.060267 0.015430 +vt 0.060791 0.015891 +vt 0.061274 0.016395 +vt 0.062103 0.017516 +vt 0.062424 0.018135 +vt 0.063316 0.021477 +vt 0.063139 0.023557 +vt 0.062963 0.024232 +vt 0.062730 0.024890 +vt 0.062443 0.025526 +vt 0.062103 0.026135 +vt 0.061712 0.026713 +vt 0.060791 0.027759 +vt 0.060267 0.028220 +vt 0.059112 0.029001 +vt 0.057175 0.029779 +vt 0.054407 0.030015 +vt 0.053715 0.029926 +vt 0.052366 0.029575 +vt 0.051718 0.029315 +vt 0.049954 0.028204 +vt 0.048950 0.027242 +vt 0.048513 0.026700 +vt 0.047784 0.025516 +vt 0.047245 0.024232 +vt 0.047090 0.023553 +vt 0.046972 0.022867 +vt 0.046913 0.022173 +vt 0.046913 0.021477 +vt 0.046972 0.020784 +vt 0.047090 0.020098 +vt 0.047497 0.018769 +vt 0.048495 0.016938 +vt 0.049940 0.015430 +vt 0.050501 0.015016 +vt 0.051106 0.014668 +vt 0.052366 0.014076 +vt 0.053038 0.013892 +vt 0.054407 0.013636 +vt 0.055104 0.013606 +vt 0.055803 0.013607 +vt 0.057182 0.013843 +vt 0.057852 0.014048 +vt 0.059126 0.014624 +vt 0.061736 0.016921 +vt 0.062469 0.018112 +vt 0.063345 0.022175 +vt 0.063285 0.022873 +vt 0.061296 0.027275 +vt 0.059723 0.028659 +vt 0.058501 0.029342 +vt 0.057842 0.029575 +vt 0.056498 0.029955 +vt 0.053033 0.029779 +vt 0.051081 0.029026 +vt 0.048105 0.026135 +vt 0.046951 0.020781 +vt 0.047069 0.020094 +vt 0.047245 0.019419 +vt 0.047764 0.018125 +vt 0.048105 0.017516 +vt 0.048912 0.016376 +vt 0.049416 0.015891 +vt 0.051718 0.014336 +vt 0.053025 0.013843 +vt 0.056504 0.013660 +vt 0.058516 0.014276 +vt 0.060286 0.015408 +vt 0.060811 0.015870 +vt 0.061296 0.016376 +vt 0.062158 0.017482 +vt 0.062791 0.018736 +vt 0.063025 0.019399 +vt 0.063202 0.020080 +vt 0.063321 0.020773 +vt 0.063381 0.021474 +vt 0.063202 0.023571 +vt 0.063025 0.024251 +vt 0.062791 0.024914 +vt 0.059144 0.029058 +vt 0.057852 0.029603 +vt 0.057182 0.029808 +vt 0.055806 0.030080 +vt 0.055104 0.030110 +vt 0.050464 0.028689 +vt 0.049899 0.028271 +vt 0.049371 0.027807 +vt 0.048885 0.027299 +vt 0.048443 0.026752 +vt 0.048049 0.026169 +vt 0.047706 0.025555 +vt 0.047416 0.024914 +vt 0.047182 0.024251 +vt 0.047005 0.023571 +vt 0.046886 0.022878 +vt 0.046826 0.022177 +vt 0.046826 0.021474 +vt 0.047040 0.020088 +vt 0.047217 0.019410 +vt 0.047450 0.018750 +vt 0.048080 0.017501 +vt 0.048472 0.016921 +vt 0.049922 0.015408 +vt 0.050485 0.014991 +vt 0.051081 0.014624 +vt 0.052356 0.014048 +vt 0.053704 0.013660 +vt 0.054401 0.013570 +vt 0.055104 0.013541 +vt 0.055810 0.013528 +vt 0.057202 0.013767 +vt 0.059165 0.014556 +vt 0.059767 0.014926 +vt 0.060836 0.015844 +vt 0.061323 0.016352 +vt 0.061765 0.016899 +vt 0.062501 0.018096 +vt 0.063423 0.022179 +vt 0.063363 0.022883 +vt 0.062539 0.025574 +vt 0.062195 0.026191 +vt 0.061799 0.026777 +vt 0.061355 0.027327 +vt 0.060866 0.027837 +vt 0.060335 0.028304 +vt 0.059767 0.028725 +vt 0.057864 0.029637 +vt 0.057191 0.029843 +vt 0.056504 0.029991 +vt 0.054398 0.030123 +vt 0.053696 0.030033 +vt 0.053005 0.029884 +vt 0.052330 0.029677 +vt 0.051674 0.029413 +vt 0.051043 0.029095 +vt 0.046844 0.020768 +vt 0.047416 0.018736 +vt 0.047706 0.018096 +vt 0.048443 0.016899 +vt 0.048885 0.016352 +vt 0.049371 0.015844 +vt 0.051063 0.014593 +vt 0.051691 0.014276 +vt 0.053016 0.013808 +vt 0.056519 0.013571 +vt 0.057894 0.013929 +vt 0.058553 0.014194 +vt 0.060365 0.015309 +vt 0.062830 0.018721 +vt 0.063066 0.019387 +vt 0.063244 0.020071 +vt 0.063363 0.020768 +vt 0.063423 0.021472 +vt 0.063291 0.023590 +vt 0.063111 0.024278 +vt 0.062875 0.024948 +vt 0.059188 0.029137 +vt 0.058553 0.029457 +vt 0.055104 0.030153 +vt 0.050414 0.028764 +vt 0.049843 0.028341 +vt 0.049309 0.027872 +vt 0.048817 0.027358 +vt 0.047668 0.025574 +vt 0.047377 0.024930 +vt 0.047142 0.024264 +vt 0.046963 0.023580 +vt 0.046844 0.022883 +vt 0.046784 0.022179 +vt 0.046784 0.021472 +vt 0.046917 0.020061 +vt 0.047096 0.019373 +vt 0.048013 0.017459 +vt 0.048853 0.016324 +vt 0.049342 0.015813 +vt 0.049872 0.015346 +vt 0.050414 0.014887 +vt 0.051674 0.014237 +vt 0.052330 0.013974 +vt 0.053696 0.013618 +vt 0.054398 0.013528 +vt 0.055104 0.013498 +vt 0.055814 0.013481 +vt 0.057227 0.013671 +vt 0.059188 0.014514 +vt 0.059793 0.014887 +vt 0.060934 0.015742 +vt 0.061429 0.016258 +vt 0.061878 0.016815 +vt 0.062279 0.017407 +vt 0.062628 0.018032 +vt 0.063471 0.022181 +vt 0.063411 0.022889 +vt 0.062628 0.025619 +vt 0.062279 0.026243 +vt 0.061878 0.026836 +vt 0.061429 0.027392 +vt 0.060934 0.027909 +vt 0.060397 0.028381 +vt 0.059822 0.028807 +vt 0.057911 0.029770 +vt 0.057227 0.029980 +vt 0.056528 0.030131 +vt 0.055818 0.030221 +vt 0.054394 0.030170 +vt 0.053688 0.030080 +vt 0.052993 0.029930 +vt 0.052314 0.029722 +vt 0.051654 0.029457 +vt 0.051019 0.029137 +vt 0.048329 0.026836 +vt 0.047928 0.026243 +vt 0.046736 0.022181 +vt 0.046736 0.021470 +vt 0.046797 0.020762 +vt 0.047285 0.018684 +vt 0.047580 0.018032 +vt 0.047928 0.017407 +vt 0.048329 0.016815 +vt 0.049309 0.015779 +vt 0.049843 0.015309 +vt 0.050994 0.014469 +vt 0.052314 0.013929 +vt 0.052993 0.013721 +vt 0.056528 0.013520 +vt 0.063341 0.023601 +vt 0.063161 0.024293 +vt 0.062922 0.024967 +vt 0.050385 0.028807 +vt 0.049273 0.027909 +vt 0.048778 0.027392 +vt 0.049810 0.015269 +vt 0.050385 0.014844 +vt 0.052980 0.013671 +vt 0.053680 0.013520 +vt 0.044547 0.020419 +vt 0.044571 0.020422 +vt 0.044495 0.021222 +vt 0.058272 0.011683 +vt 0.059030 0.011952 +vt 0.064394 0.016617 +vt 0.064739 0.017345 +vt 0.065524 0.019624 +vt 0.065728 0.022026 +vt 0.065682 0.022829 +vt 0.065409 0.024413 +vt 0.058765 0.031826 +vt 0.053105 0.032261 +vt 0.048104 0.029820 +vt 0.047519 0.029267 +vt 0.046484 0.028038 +vt 0.046039 0.027369 +vt 0.045306 0.025938 +vt 0.065750 0.022443 +vt 0.048346 0.030076 +vt 0.048407 0.013535 +vt 0.048412 0.013572 +vt 0.052401 0.011509 +vt 0.057496 0.011472 +vt 0.055721 0.011179 +vt 0.055909 0.011206 +vt 0.055649 0.011182 +vt 0.055104 0.011200 +vt 0.055495 0.011183 +vt 0.054486 0.011179 +vt 0.054635 0.011184 +vt 0.054300 0.011230 +vt 0.052711 0.011472 +vt 0.052187 0.011583 +vt 0.052333 0.011534 +vt 0.051935 0.011683 +vt 0.051443 0.011824 +vt 0.051177 0.011952 +vt 0.049721 0.012636 +vt 0.049228 0.012940 +vt 0.048532 0.013445 +vt 0.047790 0.014084 +vt 0.046853 0.015068 +vt 0.046770 0.015191 +vt 0.047225 0.014659 +vt 0.046219 0.015950 +vt 0.045835 0.016629 +vt 0.045169 0.017948 +vt 0.045447 0.017335 +vt 0.044861 0.018909 +vt 0.045128 0.018091 +vt 0.044683 0.019624 +vt 0.044813 0.019055 +vt 0.044461 0.021434 +vt 0.044460 0.021280 +vt 0.044457 0.021201 +vt 0.044480 0.022026 +vt 0.044461 0.022217 +vt 0.044526 0.022829 +vt 0.044798 0.024413 +vt 0.044813 0.024596 +vt 0.044861 0.024742 +vt 0.045023 0.025185 +vt 0.045103 0.025486 +vt 0.045149 0.025633 +vt 0.046219 0.027701 +vt 0.046978 0.028673 +vt 0.046813 0.028523 +vt 0.046724 0.028398 +vt 0.048407 0.030116 +vt 0.049165 0.030666 +vt 0.048532 0.030206 +vt 0.048729 0.030326 +vt 0.049390 0.030784 +vt 0.051227 0.031760 +vt 0.050806 0.031543 +vt 0.051443 0.031826 +vt 0.051296 0.031780 +vt 0.051554 0.031841 +vt 0.052321 0.032080 +vt 0.052187 0.032068 +vt 0.051682 0.031910 +vt 0.054486 0.032472 +vt 0.057807 0.032142 +vt 0.057107 0.032286 +vt 0.057946 0.032091 +vt 0.059411 0.031566 +vt 0.058911 0.031780 +vt 0.060135 0.031212 +vt 0.060862 0.030801 +vt 0.060818 0.030784 +vt 0.060979 0.030711 +vt 0.061738 0.030159 +vt 0.062103 0.029820 +vt 0.061861 0.030076 +vt 0.063944 0.027764 +vt 0.063437 0.028460 +vt 0.063354 0.028583 +vt 0.064190 0.027382 +vt 0.064035 0.027641 +vt 0.065038 0.025702 +vt 0.064924 0.025948 +vt 0.065058 0.025633 +vt 0.065347 0.024742 +vt 0.065105 0.025486 +vt 0.065184 0.025185 +vt 0.065746 0.022217 +vt 0.065747 0.022371 +vt 0.065746 0.021434 +vt 0.065712 0.021222 +vt 0.065420 0.019122 +vt 0.065395 0.019055 +vt 0.065127 0.018227 +vt 0.065347 0.018909 +vt 0.063989 0.015950 +vt 0.064080 0.016067 +vt 0.063394 0.015128 +vt 0.062964 0.014676 +vt 0.063484 0.015253 +vt 0.061861 0.013575 +vt 0.062418 0.014084 +vt 0.061043 0.012985 +vt 0.061676 0.013445 +vt 0.060475 0.012657 +vt 0.058911 0.011871 +vt 0.057946 0.011559 +vt 0.058765 0.011824 +vt 0.050442 0.012277 +vt 0.054712 0.032468 +vt 0.053897 0.032407 +vt 0.055573 0.032467 +vt 0.056308 0.032383 +vt 0.054559 0.032469 +vt 0.065661 0.020419 +vt 0.053497 0.011297 +vt 0.050072 0.031212 +vt 0.065600 0.023631 +vt 0.059776 0.012255 +vt 0.044608 0.023631 +vt 0.045623 0.026678 +vt 0.062706 0.029285 +vt 0.056710 0.011297 +vt 0.056882 0.018669 +vt 0.058202 0.019947 +vt 0.058725 0.021709 +vt 0.058316 0.023501 +vt 0.053500 0.025155 +vt 0.053127 0.024862 +vt 0.052073 0.023940 +vt 0.051892 0.023501 +vt 0.051425 0.022180 +vt 0.051483 0.021709 +vt 0.051725 0.020330 +vt 0.052006 0.019947 +vt 0.052894 0.018864 +vt 0.053326 0.018669 +vt 0.054285 0.018702 +vt 0.053519 0.019012 +vt 0.053851 0.018731 +vt 0.054677 0.018514 +vt 0.054206 0.018403 +vt 0.054651 0.018317 +vt 0.055517 0.018623 +vt 0.055531 0.018514 +vt 0.055104 0.018288 +vt 0.055104 0.018203 +vt 0.055556 0.018317 +vt 0.055576 0.018160 +vt 0.053717 0.018400 +vt 0.053368 0.018743 +vt 0.053776 0.018546 +vt 0.052857 0.019506 +vt 0.052342 0.020151 +vt 0.052781 0.019427 +vt 0.052249 0.020095 +vt 0.052338 0.019620 +vt 0.052078 0.019991 +vt 0.052215 0.019521 +vt 0.052008 0.020907 +vt 0.051876 0.021722 +vt 0.051903 0.020875 +vt 0.051767 0.021718 +vt 0.051611 0.021261 +vt 0.051568 0.021712 +vt 0.051456 0.021236 +vt 0.052073 0.022941 +vt 0.051849 0.022568 +vt 0.052052 0.023418 +vt 0.051784 0.023047 +vt 0.051967 0.023462 +vt 0.051636 0.023102 +vt 0.052713 0.023996 +vt 0.053283 0.024623 +vt 0.052632 0.024070 +vt 0.052810 0.024519 +vt 0.053174 0.024790 +vt 0.052708 0.024639 +vt 0.054486 0.024995 +vt 0.054427 0.025298 +vt 0.054466 0.025102 +vt 0.054877 0.025356 +vt 0.054397 0.025453 +vt 0.054867 0.025513 +vt 0.055721 0.024995 +vt 0.056505 0.024735 +vt 0.055742 0.025102 +vt 0.056552 0.024833 +vt 0.056219 0.025183 +vt 0.056639 0.025013 +vt 0.056268 0.025332 +vt 0.056707 0.025155 +vt 0.057494 0.023996 +vt 0.057967 0.023319 +vt 0.057927 0.023795 +vt 0.058064 0.023369 +vt 0.058240 0.023462 +vt 0.058075 0.023898 +vt 0.058135 0.023940 +vt 0.058252 0.022544 +vt 0.058331 0.021722 +vt 0.058427 0.022146 +vt 0.058625 0.022165 +vt 0.058640 0.021712 +vt 0.058782 0.022180 +vt 0.058199 0.020907 +vt 0.057865 0.020151 +vt 0.058156 0.020474 +vt 0.058339 0.020393 +vt 0.058129 0.019991 +vt 0.058483 0.020330 +vt 0.057350 0.019506 +vt 0.056688 0.019012 +vt 0.057100 0.019150 +vt 0.057220 0.018990 +vt 0.056840 0.018743 +vt 0.057314 0.018864 +vt 0.054631 0.018160 +vt 0.054185 0.018321 +vt 0.052937 0.018922 +vt 0.053045 0.019067 +vt 0.052583 0.019223 +vt 0.052643 0.019284 +vt 0.051869 0.020393 +vt 0.051631 0.020795 +vt 0.051712 0.020819 +vt 0.051582 0.022165 +vt 0.051572 0.022632 +vt 0.051655 0.022613 +vt 0.052202 0.023849 +vt 0.052366 0.023735 +vt 0.052422 0.024261 +vt 0.052485 0.024204 +vt 0.053569 0.025013 +vt 0.053655 0.024833 +vt 0.053703 0.024735 +vt 0.053962 0.025264 +vt 0.053989 0.025183 +vt 0.055336 0.025441 +vt 0.055330 0.025356 +vt 0.055318 0.025157 +vt 0.055796 0.025381 +vt 0.055780 0.025298 +vt 0.057080 0.024862 +vt 0.057034 0.024790 +vt 0.057452 0.024584 +vt 0.057397 0.024519 +vt 0.057268 0.024367 +vt 0.057723 0.024204 +vt 0.057839 0.024310 +vt 0.058504 0.023077 +vt 0.058424 0.023047 +vt 0.058460 0.022591 +vt 0.058636 0.022632 +vt 0.058680 0.021247 +vt 0.058596 0.021261 +vt 0.058399 0.021293 +vt 0.058495 0.020819 +vt 0.058646 0.020774 +vt 0.057936 0.019567 +vt 0.057870 0.019620 +vt 0.057714 0.019744 +vt 0.057565 0.019284 +vt 0.057675 0.019171 +vt 0.056463 0.018467 +vt 0.056431 0.018546 +vt 0.056357 0.018731 +vt 0.056001 0.018403 +vt 0.056041 0.018251 +vt 0.054712 0.010925 +vt 0.055495 0.010925 +vt 0.055495 0.010727 +vt 0.054712 0.010727 +vt 0.055495 0.010476 +vt 0.054712 0.010476 +vt 0.055495 0.010467 +vt 0.054712 0.010478 +vt 0.055495 0.010510 +vt 0.054652 0.010560 +vt 0.054712 0.010817 +vt 0.055495 0.010771 +vt 0.054712 0.010753 +vt 0.055898 0.010986 +vt 0.055951 0.011014 +vt 0.055954 0.010850 +vt 0.055844 0.010869 +vt 0.055776 0.010912 +vt 0.055641 0.010829 +vt 0.055763 0.010788 +vt 0.055561 0.010731 +vt 0.055896 0.010721 +vt 0.055726 0.010539 +vt 0.055599 0.010489 +vt 0.055959 0.010903 +vt 0.055909 0.010773 +vt 0.055747 0.010605 +vt 0.055847 0.010775 +vt 0.055714 0.010690 +vt 0.055649 0.010666 +vt 0.055622 0.010528 +vt 0.055896 0.011219 +vt 0.055792 0.011287 +vt 0.055716 0.011344 +vt 0.055632 0.011409 +vt 0.054512 0.010941 +vt 0.054302 0.010944 +vt 0.054241 0.010989 +vt 0.054314 0.010881 +vt 0.054378 0.010827 +vt 0.054497 0.010869 +vt 0.054512 0.010760 +vt 0.054493 0.010538 +vt 0.054361 0.010656 +vt 0.054284 0.010777 +vt 0.054249 0.010903 +vt 0.054361 0.010775 +vt 0.054401 0.010603 +vt 0.054482 0.010667 +vt 0.054585 0.010510 +vt 0.054609 0.010654 +vt 0.054480 0.011335 +vt 0.054569 0.011404 +vt 0.054352 0.011244 +vt 0.050941 0.011882 +vt 0.052108 0.011338 +vt 0.051363 0.011580 +vt 0.052110 0.011132 +vt 0.051302 0.011391 +vt 0.051969 0.010910 +vt 0.051224 0.011152 +vt 0.048072 0.013655 +vt 0.048380 0.013237 +vt 0.048981 0.012732 +vt 0.048897 0.012617 +vt 0.048264 0.013077 +vt 0.048749 0.012413 +vt 0.048116 0.012873 +vt 0.046884 0.014758 +vt 0.046844 0.014758 +vt 0.045891 0.016228 +vt 0.046055 0.015735 +vt 0.046515 0.015102 +vt 0.046397 0.014934 +vt 0.045895 0.015619 +vt 0.046152 0.014838 +vt 0.045692 0.015471 +vt 0.044612 0.019349 +vt 0.044858 0.018085 +vt 0.044590 0.018821 +vt 0.044670 0.018024 +vt 0.044428 0.018768 +vt 0.044431 0.017946 +vt 0.044189 0.018690 +vt 0.044360 0.022712 +vt 0.044204 0.022217 +vt 0.044204 0.021434 +vt 0.044006 0.021434 +vt 0.044006 0.022217 +vt 0.043754 0.021434 +vt 0.043754 0.022217 +vt 0.044616 0.024822 +vt 0.044858 0.025566 +vt 0.044428 0.024883 +vt 0.044670 0.025627 +vt 0.044189 0.024960 +vt 0.044431 0.025705 +vt 0.045842 0.027459 +vt 0.046515 0.028549 +vt 0.046055 0.027916 +vt 0.045859 0.027977 +vt 0.046397 0.028717 +vt 0.045692 0.028180 +vt 0.046152 0.028813 +vt 0.049506 0.031038 +vt 0.049013 0.030874 +vt 0.048380 0.030414 +vt 0.048212 0.030532 +vt 0.048897 0.031034 +vt 0.048116 0.030777 +vt 0.048749 0.031237 +vt 0.052627 0.032317 +vt 0.052108 0.032313 +vt 0.051346 0.032124 +vt 0.051302 0.032259 +vt 0.052046 0.032501 +vt 0.051224 0.032498 +vt 0.051969 0.032740 +vt 0.055990 0.032569 +vt 0.054712 0.032725 +vt 0.055495 0.032725 +vt 0.054646 0.032920 +vt 0.055495 0.032923 +vt 0.054712 0.033175 +vt 0.055495 0.033175 +vt 0.059267 0.031769 +vt 0.058100 0.032313 +vt 0.058844 0.032071 +vt 0.058161 0.032501 +vt 0.058905 0.032259 +vt 0.058239 0.032740 +vt 0.058983 0.032498 +vt 0.061194 0.030874 +vt 0.061827 0.030414 +vt 0.061255 0.031070 +vt 0.061995 0.030532 +vt 0.061458 0.031237 +vt 0.062091 0.030777 +vt 0.064365 0.027459 +vt 0.063692 0.028549 +vt 0.064152 0.027916 +vt 0.063811 0.028717 +vt 0.064312 0.028032 +vt 0.064056 0.028813 +vt 0.064516 0.028180 +vt 0.065595 0.024302 +vt 0.065591 0.024822 +vt 0.065349 0.025566 +vt 0.065538 0.025627 +vt 0.065779 0.024883 +vt 0.065777 0.025705 +vt 0.066019 0.024960 +vt 0.065847 0.020939 +vt 0.066004 0.021434 +vt 0.066004 0.022217 +vt 0.066202 0.022217 +vt 0.066202 0.021434 +vt 0.066453 0.022217 +vt 0.066453 0.021434 +vt 0.065047 0.017662 +vt 0.065591 0.018829 +vt 0.065349 0.018085 +vt 0.065797 0.018832 +vt 0.065538 0.018024 +vt 0.066019 0.018690 +vt 0.065777 0.017946 +vt 0.063274 0.014793 +vt 0.064197 0.015702 +vt 0.063692 0.015102 +vt 0.064348 0.015674 +vt 0.063811 0.014934 +vt 0.064516 0.015471 +vt 0.064056 0.014838 +vt 0.060738 0.012564 +vt 0.061880 0.013277 +vt 0.061194 0.012777 +vt 0.061995 0.013119 +vt 0.061310 0.012617 +vt 0.062091 0.012873 +vt 0.061458 0.012413 +vt 0.057600 0.011276 +vt 0.058861 0.011527 +vt 0.058117 0.011285 +vt 0.058967 0.011415 +vt 0.058161 0.011150 +vt 0.058983 0.011152 +vt 0.058239 0.010910 +vt 0.051222 0.011144 +vt 0.052026 0.010890 +vt 0.051229 0.011167 +vt 0.051979 0.010943 +vt 0.051193 0.011252 +vt 0.048118 0.012875 +vt 0.048751 0.012415 +vt 0.048769 0.012441 +vt 0.048117 0.012978 +vt 0.045705 0.015480 +vt 0.046186 0.014788 +vt 0.046179 0.014858 +vt 0.045724 0.015570 +vt 0.044180 0.018687 +vt 0.044433 0.017947 +vt 0.044204 0.018695 +vt 0.044483 0.017963 +vt 0.044250 0.018774 +vt 0.043788 0.021434 +vt 0.043788 0.022217 +vt 0.043745 0.021434 +vt 0.043745 0.022217 +vt 0.044277 0.024870 +vt 0.044507 0.025680 +vt 0.044242 0.024943 +vt 0.044463 0.025694 +vt 0.044169 0.024903 +vt 0.044422 0.025707 +vt 0.046144 0.028818 +vt 0.045655 0.028132 +vt 0.046165 0.028804 +vt 0.045719 0.028160 +vt 0.046256 0.028813 +vt 0.048751 0.031235 +vt 0.048118 0.030775 +vt 0.048136 0.030750 +vt 0.048848 0.031205 +vt 0.051222 0.032507 +vt 0.051966 0.032749 +vt 0.051974 0.032725 +vt 0.051235 0.032466 +vt 0.052053 0.032679 +vt 0.054712 0.033184 +vt 0.055495 0.033184 +vt 0.055495 0.033159 +vt 0.054712 0.033141 +vt 0.055556 0.033090 +vt 0.058986 0.032507 +vt 0.058181 0.032761 +vt 0.058978 0.032483 +vt 0.058222 0.032687 +vt 0.059015 0.032399 +vt 0.062097 0.030785 +vt 0.061410 0.031274 +vt 0.062082 0.030765 +vt 0.061426 0.031192 +vt 0.062091 0.030673 +vt 0.064514 0.028178 +vt 0.064054 0.028812 +vt 0.064028 0.028793 +vt 0.064483 0.028081 +vt 0.065786 0.025707 +vt 0.066027 0.024963 +vt 0.065762 0.025700 +vt 0.066003 0.024956 +vt 0.065942 0.024935 +vt 0.066419 0.022217 +vt 0.066419 0.021434 +vt 0.066462 0.022217 +vt 0.066462 0.021434 +vt 0.065678 0.017914 +vt 0.065966 0.018707 +vt 0.065762 0.017951 +vt 0.066039 0.018748 +vt 0.065786 0.017943 +vt 0.064054 0.014839 +vt 0.064520 0.015467 +vt 0.064488 0.015491 +vt 0.063951 0.014838 +vt 0.062097 0.012866 +vt 0.061464 0.012406 +vt 0.061457 0.012415 +vt 0.062071 0.012901 +vt 0.061426 0.012458 +vt 0.058238 0.010913 +vt 0.058985 0.011147 +vt 0.058155 0.010972 +vt 0.058966 0.011205 +vt 0.052074 0.011235 +vt 0.051261 0.011502 +vt 0.048316 0.013149 +vt 0.048935 0.012670 +vt 0.048279 0.013098 +vt 0.046391 0.015011 +vt 0.045927 0.015732 +vt 0.044779 0.018059 +vt 0.044538 0.018804 +vt 0.044732 0.018044 +vt 0.044452 0.018776 +vt 0.044095 0.021434 +vt 0.044098 0.022290 +vt 0.044031 0.022217 +vt 0.044779 0.025591 +vt 0.044513 0.024855 +vt 0.044694 0.025619 +vt 0.046427 0.028613 +vt 0.045968 0.027980 +vt 0.048290 0.030538 +vt 0.049011 0.031002 +vt 0.052145 0.032436 +vt 0.051310 0.032235 +vt 0.052054 0.032477 +vt 0.054712 0.032834 +vt 0.055568 0.032831 +vt 0.058870 0.032150 +vt 0.058134 0.032416 +vt 0.058897 0.032235 +vt 0.061891 0.030502 +vt 0.061258 0.030962 +vt 0.064219 0.027964 +vt 0.063780 0.028613 +vt 0.065453 0.025599 +vt 0.065714 0.024784 +vt 0.065755 0.024875 +vt 0.066112 0.021434 +vt 0.066158 0.022217 +vt 0.066176 0.021434 +vt 0.065695 0.018796 +vt 0.065427 0.017983 +vt 0.063780 0.015038 +vt 0.064259 0.015657 +vt 0.061243 0.012710 +vt 0.061891 0.013149 +vt 0.058878 0.011476 +vt 0.058141 0.011212 +vt 0.052509 0.011271 +vt 0.052576 0.011253 +vt 0.052422 0.011176 +vt 0.052370 0.011238 +vt 0.052217 0.011202 +vt 0.052320 0.011124 +vt 0.052607 0.011276 +vt 0.052487 0.011079 +vt 0.052359 0.010973 +vt 0.052207 0.010899 +vt 0.052071 0.010891 +vt 0.052498 0.011136 +vt 0.052249 0.010955 +vt 0.052396 0.011086 +vt 0.052243 0.011046 +vt 0.052174 0.011044 +vt 0.052106 0.010920 +vt 0.052579 0.011494 +vt 0.052502 0.011590 +vt 0.052447 0.011668 +vt 0.051048 0.011714 +vt 0.051178 0.011657 +vt 0.050979 0.011724 +vt 0.050935 0.011786 +vt 0.050971 0.011661 +vt 0.051141 0.011593 +vt 0.051122 0.011484 +vt 0.051180 0.011474 +vt 0.051035 0.011279 +vt 0.050945 0.011432 +vt 0.050910 0.011571 +vt 0.050915 0.011702 +vt 0.050982 0.011545 +vt 0.050967 0.011369 +vt 0.051064 0.011406 +vt 0.051114 0.011224 +vt 0.051181 0.011354 +vt 0.051269 0.012041 +vt 0.051375 0.012079 +vt 0.051119 0.011994 +vt 0.049375 0.012589 +vt 0.049506 0.012613 +vt 0.049432 0.012551 +vt 0.049309 0.012507 +vt 0.049274 0.012538 +vt 0.049149 0.012508 +vt 0.049232 0.012601 +vt 0.049075 0.012614 +vt 0.048953 0.012581 +vt 0.049376 0.012487 +vt 0.049140 0.012352 +vt 0.048973 0.012329 +vt 0.048841 0.012363 +vt 0.049322 0.012465 +vt 0.049029 0.012370 +vt 0.049510 0.012779 +vt 0.049052 0.012458 +vt 0.048986 0.012477 +vt 0.048883 0.012381 +vt 0.049467 0.012895 +vt 0.049438 0.012986 +vt 0.048138 0.013473 +vt 0.048071 0.013583 +vt 0.048036 0.013565 +vt 0.048032 0.013435 +vt 0.048052 0.013354 +vt 0.048173 0.013318 +vt 0.048121 0.013221 +vt 0.047976 0.013053 +vt 0.047937 0.013226 +vt 0.047946 0.013369 +vt 0.047992 0.013492 +vt 0.048007 0.013322 +vt 0.047939 0.013159 +vt 0.048042 0.013164 +vt 0.048034 0.012976 +vt 0.048137 0.013079 +vt 0.048433 0.013705 +vt 0.048545 0.013708 +vt 0.048276 0.013707 +vt 0.046801 0.014812 +vt 0.046675 0.014786 +vt 0.046669 0.014867 +vt 0.046524 0.014927 +vt 0.046562 0.014804 +vt 0.046585 0.014657 +vt 0.046338 0.014688 +vt 0.046223 0.014762 +vt 0.046636 0.014678 +vt 0.046405 0.014710 +vt 0.046601 0.014729 +vt 0.046454 0.014786 +vt 0.046396 0.014825 +vt 0.046268 0.014765 +vt 0.046989 0.014951 +vt 0.046983 0.015074 +vt 0.046984 0.015169 +vt 0.045898 0.016034 +vt 0.045951 0.015906 +vt 0.045868 0.016160 +vt 0.045830 0.016154 +vt 0.045786 0.016031 +vt 0.045780 0.015948 +vt 0.045883 0.015876 +vt 0.045845 0.015757 +vt 0.045624 0.015618 +vt 0.045614 0.015766 +vt 0.045684 0.015995 +vt 0.045765 0.016097 +vt 0.045727 0.015931 +vt 0.045611 0.015798 +vt 0.045711 0.015770 +vt 0.045645 0.015594 +vt 0.045775 0.015659 +vt 0.046250 0.016164 +vt 0.046358 0.016132 +vt 0.046102 0.016214 +vt 0.045040 0.017721 +vt 0.045160 0.017662 +vt 0.045021 0.017663 +vt 0.044912 0.017735 +vt 0.044810 0.017788 +vt 0.044932 0.017814 +vt 0.044812 0.017916 +vt 0.044694 0.017962 +vt 0.044980 0.017637 +vt 0.044711 0.017667 +vt 0.044562 0.017746 +vt 0.044475 0.017852 +vt 0.044924 0.017651 +vt 0.044712 0.017710 +vt 0.044659 0.017859 +vt 0.044702 0.017804 +vt 0.044519 0.017841 +vt 0.045262 0.017795 +vt 0.045294 0.017914 +vt 0.045325 0.018004 +vt 0.044559 0.019162 +vt 0.044515 0.019275 +vt 0.044420 0.019117 +vt 0.044496 0.019017 +vt 0.044397 0.018968 +vt 0.044181 0.018918 +vt 0.044251 0.019081 +vt 0.044309 0.019161 +vt 0.044555 0.019329 +vt 0.044396 0.019221 +vt 0.044365 0.019117 +vt 0.044213 0.019026 +vt 0.044300 0.018969 +vt 0.044182 0.018822 +vt 0.044326 0.018844 +vt 0.044934 0.019177 +vt 0.045027 0.019113 +vt 0.044808 0.019270 +vt 0.044264 0.021031 +vt 0.044300 0.020940 +vt 0.044267 0.020963 +vt 0.044147 0.021085 +vt 0.044190 0.021153 +vt 0.044108 0.021288 +vt 0.044066 0.021166 +vt 0.044009 0.021368 +vt 0.043999 0.021033 +vt 0.043817 0.021204 +vt 0.043768 0.021331 +vt 0.044052 0.021020 +vt 0.044182 0.020970 +vt 0.043949 0.021122 +vt 0.043945 0.021280 +vt 0.043968 0.021215 +vt 0.043806 0.021307 +vt 0.044498 0.021033 +vt 0.044566 0.021137 +vt 0.044622 0.021213 +vt 0.044219 0.022417 +vt 0.044222 0.022627 +vt 0.044267 0.022688 +vt 0.044160 0.022615 +vt 0.044106 0.022551 +vt 0.044147 0.022432 +vt 0.044038 0.022417 +vt 0.043817 0.022436 +vt 0.043934 0.022569 +vt 0.044055 0.022645 +vt 0.044182 0.022680 +vt 0.044053 0.022569 +vt 0.043881 0.022528 +vt 0.043946 0.022447 +vt 0.043837 0.022469 +vt 0.043933 0.022320 +vt 0.043789 0.022344 +vt 0.044613 0.022449 +vt 0.044682 0.022360 +vt 0.044523 0.022577 +vt 0.044549 0.024420 +vt 0.044612 0.024302 +vt 0.044531 0.024354 +vt 0.044455 0.024507 +vt 0.044517 0.024559 +vt 0.044480 0.024712 +vt 0.044403 0.024609 +vt 0.044411 0.024819 +vt 0.044452 0.024387 +vt 0.044251 0.024570 +vt 0.044177 0.024722 +vt 0.044170 0.024858 +vt 0.044414 0.024431 +vt 0.044234 0.024681 +vt 0.044365 0.024533 +vt 0.044325 0.024686 +vt 0.044323 0.024755 +vt 0.044199 0.024823 +vt 0.044772 0.024350 +vt 0.044869 0.024427 +vt 0.044946 0.024482 +vt 0.044935 0.025751 +vt 0.045002 0.025950 +vt 0.045064 0.025995 +vt 0.044939 0.025958 +vt 0.044868 0.025914 +vt 0.044871 0.025788 +vt 0.044763 0.025807 +vt 0.044558 0.025894 +vt 0.044711 0.025984 +vt 0.044849 0.026019 +vt 0.044980 0.026014 +vt 0.044824 0.025947 +vt 0.044648 0.025962 +vt 0.044684 0.025865 +vt 0.044588 0.025919 +vt 0.044632 0.025748 +vt 0.044503 0.025815 +vt 0.045320 0.025660 +vt 0.045273 0.025810 +vt 0.045879 0.027697 +vt 0.045860 0.027495 +vt 0.045830 0.027497 +vt 0.045786 0.027620 +vt 0.045816 0.027656 +vt 0.045787 0.027780 +vt 0.045892 0.027854 +vt 0.045692 0.027635 +vt 0.045631 0.027789 +vt 0.045607 0.027956 +vt 0.045642 0.028088 +vt 0.045743 0.027607 +vt 0.045666 0.027813 +vt 0.045756 0.027943 +vt 0.045736 0.027877 +vt 0.045659 0.028047 +vt 0.046058 0.027419 +vt 0.046174 0.027462 +vt 0.046264 0.027491 +vt 0.046751 0.028791 +vt 0.046646 0.028701 +vt 0.046757 0.028901 +vt 0.046844 0.028893 +vt 0.046562 0.028846 +vt 0.046596 0.028756 +vt 0.046331 0.028953 +vt 0.046504 0.028992 +vt 0.046647 0.028983 +vt 0.046770 0.028937 +vt 0.046601 0.028922 +vt 0.046438 0.028991 +vt 0.046442 0.028887 +vt 0.046254 0.028896 +vt 0.046357 0.028792 +vt 0.046984 0.028496 +vt 0.046987 0.028384 +vt 0.046985 0.028653 +vt 0.048090 0.030128 +vt 0.048036 0.030085 +vt 0.048064 0.030254 +vt 0.048145 0.030260 +vt 0.048206 0.030405 +vt 0.048083 0.030367 +vt 0.048037 0.030046 +vt 0.047948 0.030259 +vt 0.047937 0.030425 +vt 0.047967 0.030591 +vt 0.048040 0.030706 +vt 0.047988 0.030217 +vt 0.047988 0.030525 +vt 0.048007 0.030329 +vt 0.048065 0.030475 +vt 0.048104 0.030533 +vt 0.048044 0.030661 +vt 0.048229 0.029940 +vt 0.048353 0.029946 +vt 0.048448 0.029945 +vt 0.048554 0.029942 +vt 0.049312 0.031031 +vt 0.049185 0.030979 +vt 0.049351 0.031134 +vt 0.049351 0.031198 +vt 0.049226 0.031150 +vt 0.049155 0.031046 +vt 0.049036 0.031084 +vt 0.048963 0.031315 +vt 0.049140 0.031299 +vt 0.049234 0.031269 +vt 0.049318 0.031204 +vt 0.049210 0.031202 +vt 0.049076 0.031318 +vt 0.049048 0.031218 +vt 0.048872 0.031284 +vt 0.048938 0.031154 +vt 0.049442 0.030679 +vt 0.049411 0.030571 +vt 0.049492 0.030827 +vt 0.050999 0.031889 +vt 0.050941 0.031769 +vt 0.050935 0.031865 +vt 0.050904 0.032001 +vt 0.051014 0.032017 +vt 0.051092 0.031997 +vt 0.051195 0.032117 +vt 0.051066 0.032119 +vt 0.051240 0.032236 +vt 0.050919 0.032142 +vt 0.051025 0.032367 +vt 0.051130 0.032454 +vt 0.050915 0.031949 +vt 0.050923 0.032088 +vt 0.050988 0.032217 +vt 0.051137 0.032270 +vt 0.051082 0.032227 +vt 0.051120 0.032410 +vt 0.051073 0.031668 +vt 0.051193 0.031635 +vt 0.051283 0.031605 +vt 0.051383 0.031569 +vt 0.052441 0.032370 +vt 0.052303 0.032360 +vt 0.052554 0.032414 +vt 0.052395 0.032509 +vt 0.052295 0.032433 +vt 0.052247 0.032532 +vt 0.052196 0.032748 +vt 0.052359 0.032678 +vt 0.052469 0.032586 +vt 0.052498 0.032542 +vt 0.052396 0.032565 +vt 0.052304 0.032716 +vt 0.052247 0.032629 +vt 0.052100 0.032747 +vt 0.052122 0.032603 +vt 0.052455 0.031995 +vt 0.052392 0.031902 +vt 0.052549 0.032121 +vt 0.054310 0.032665 +vt 0.054217 0.032569 +vt 0.054241 0.032662 +vt 0.054254 0.032801 +vt 0.054363 0.032782 +vt 0.054432 0.032739 +vt 0.054566 0.032821 +vt 0.054445 0.032863 +vt 0.054311 0.032930 +vt 0.054482 0.033112 +vt 0.054609 0.033161 +vt 0.054249 0.032748 +vt 0.054299 0.032877 +vt 0.054460 0.033046 +vt 0.054361 0.032876 +vt 0.054493 0.032961 +vt 0.054559 0.032984 +vt 0.054585 0.033123 +vt 0.054312 0.032431 +vt 0.054415 0.032363 +vt 0.054492 0.032307 +vt 0.055829 0.032677 +vt 0.055695 0.032710 +vt 0.055905 0.032707 +vt 0.055966 0.032662 +vt 0.055893 0.032770 +vt 0.055829 0.032824 +vt 0.055711 0.032782 +vt 0.055637 0.032883 +vt 0.055714 0.033112 +vt 0.055847 0.032995 +vt 0.055924 0.032874 +vt 0.055959 0.032748 +vt 0.055847 0.032876 +vt 0.055807 0.033048 +vt 0.055726 0.032983 +vt 0.055622 0.033140 +vt 0.055599 0.032997 +vt 0.055728 0.032316 +vt 0.055855 0.032407 +vt 0.057698 0.032380 +vt 0.057580 0.032317 +vt 0.057632 0.032398 +vt 0.057687 0.032526 +vt 0.057785 0.032475 +vt 0.057837 0.032413 +vt 0.057991 0.032449 +vt 0.057888 0.032526 +vt 0.058097 0.032518 +vt 0.057782 0.032632 +vt 0.058000 0.032752 +vt 0.058136 0.032760 +vt 0.057666 0.032477 +vt 0.057753 0.032585 +vt 0.057959 0.032696 +vt 0.057812 0.032565 +vt 0.057964 0.032604 +vt 0.058034 0.032606 +vt 0.058102 0.032730 +vt 0.057628 0.032157 +vt 0.057705 0.032060 +vt 0.057761 0.031983 +vt 0.059245 0.031837 +vt 0.059273 0.031865 +vt 0.059236 0.031990 +vt 0.059185 0.031985 +vt 0.059192 0.032061 +vt 0.059067 0.032058 +vt 0.059086 0.032166 +vt 0.059172 0.032371 +vt 0.059262 0.032219 +vt 0.059298 0.032080 +vt 0.059295 0.032027 +vt 0.059225 0.032105 +vt 0.059240 0.032282 +vt 0.059143 0.032245 +vt 0.059093 0.032426 +vt 0.059026 0.032297 +vt 0.058939 0.031609 +vt 0.058833 0.031572 +vt 0.059088 0.031656 +vt 0.060833 0.031061 +vt 0.060701 0.031038 +vt 0.060975 0.031050 +vt 0.060815 0.031119 +vt 0.060934 0.031113 +vt 0.061058 0.031142 +vt 0.061132 0.031037 +vt 0.060832 0.031164 +vt 0.061068 0.031299 +vt 0.061235 0.031322 +vt 0.061367 0.031287 +vt 0.060885 0.031186 +vt 0.061178 0.031281 +vt 0.060998 0.031202 +vt 0.061155 0.031193 +vt 0.061222 0.031173 +vt 0.061325 0.031270 +vt 0.060697 0.030871 +vt 0.060741 0.030755 +vt 0.060769 0.030665 +vt 0.060799 0.030563 +vt 0.061980 0.030283 +vt 0.062148 0.030158 +vt 0.062171 0.030085 +vt 0.062175 0.030216 +vt 0.062035 0.030333 +vt 0.062125 0.030367 +vt 0.062232 0.030598 +vt 0.062270 0.030425 +vt 0.062261 0.030282 +vt 0.062215 0.030159 +vt 0.062200 0.030329 +vt 0.062269 0.030492 +vt 0.062165 0.030487 +vt 0.062174 0.030675 +vt 0.062070 0.030572 +vt 0.061775 0.029945 +vt 0.061662 0.029942 +vt 0.061931 0.029944 +vt 0.063538 0.028784 +vt 0.063352 0.028865 +vt 0.063274 0.028858 +vt 0.063364 0.028893 +vt 0.063533 0.028865 +vt 0.063684 0.028723 +vt 0.063646 0.028846 +vt 0.063437 0.028937 +vt 0.063703 0.028992 +vt 0.063869 0.028963 +vt 0.063984 0.028889 +vt 0.063495 0.028941 +vt 0.063803 0.028941 +vt 0.063219 0.028700 +vt 0.063754 0.028864 +vt 0.063811 0.028825 +vt 0.063939 0.028885 +vt 0.063224 0.028576 +vt 0.063224 0.028481 +vt 0.064309 0.027617 +vt 0.064257 0.027744 +vt 0.064356 0.027500 +vt 0.064477 0.027578 +vt 0.064412 0.027578 +vt 0.064428 0.027703 +vt 0.064324 0.027774 +vt 0.064363 0.027893 +vt 0.064594 0.027966 +vt 0.064577 0.027789 +vt 0.064524 0.027656 +vt 0.064443 0.027554 +vt 0.064480 0.027719 +vt 0.064596 0.027853 +vt 0.064496 0.027881 +vt 0.064562 0.028057 +vt 0.064432 0.027991 +vt 0.063957 0.027487 +vt 0.063849 0.027518 +vt 0.064106 0.027437 +vt 0.065167 0.025930 +vt 0.065143 0.025995 +vt 0.065279 0.026025 +vt 0.065295 0.025916 +vt 0.065276 0.025837 +vt 0.065395 0.025734 +vt 0.065397 0.025863 +vt 0.065514 0.025689 +vt 0.065420 0.026010 +vt 0.065646 0.025905 +vt 0.065732 0.025799 +vt 0.065227 0.026014 +vt 0.065366 0.026006 +vt 0.065496 0.025941 +vt 0.065548 0.025792 +vt 0.065506 0.025847 +vt 0.065688 0.025810 +vt 0.064946 0.025856 +vt 0.064913 0.025737 +vt 0.064883 0.025646 +vt 0.065648 0.024489 +vt 0.065638 0.024626 +vt 0.065638 0.024360 +vt 0.065677 0.024354 +vt 0.065756 0.024457 +vt 0.065788 0.024534 +vt 0.065712 0.024634 +vt 0.065810 0.024682 +vt 0.066027 0.024733 +vt 0.065956 0.024570 +vt 0.065865 0.024460 +vt 0.065820 0.024431 +vt 0.065843 0.024533 +vt 0.065994 0.024625 +vt 0.065908 0.024682 +vt 0.066017 0.024695 +vt 0.065881 0.024807 +vt 0.065273 0.024474 +vt 0.065181 0.024537 +vt 0.065399 0.024380 +vt 0.065943 0.022619 +vt 0.065847 0.022712 +vt 0.065940 0.022688 +vt 0.066079 0.022675 +vt 0.066060 0.022566 +vt 0.066017 0.022497 +vt 0.066100 0.022363 +vt 0.066141 0.022485 +vt 0.066198 0.022283 +vt 0.066209 0.022618 +vt 0.066390 0.022447 +vt 0.066440 0.022320 +vt 0.066026 0.022680 +vt 0.066156 0.022630 +vt 0.066259 0.022528 +vt 0.066263 0.022370 +vt 0.066239 0.022436 +vt 0.066401 0.022344 +vt 0.065710 0.022617 +vt 0.065642 0.022514 +vt 0.065585 0.022437 +vt 0.065955 0.021100 +vt 0.065988 0.021234 +vt 0.065962 0.020979 +vt 0.066102 0.021100 +vt 0.066060 0.021218 +vt 0.066169 0.021234 +vt 0.066391 0.021215 +vt 0.066273 0.021082 +vt 0.066152 0.021006 +vt 0.066026 0.020970 +vt 0.066154 0.021082 +vt 0.066326 0.021122 +vt 0.066262 0.021204 +vt 0.066370 0.021182 +vt 0.066275 0.021331 +vt 0.066419 0.021307 +vt 0.065594 0.021201 +vt 0.065525 0.021291 +vt 0.065685 0.021074 +vt 0.065658 0.019231 +vt 0.065595 0.019349 +vt 0.065677 0.019297 +vt 0.065804 0.019242 +vt 0.065753 0.019144 +vt 0.065691 0.019092 +vt 0.065727 0.018938 +vt 0.065805 0.019042 +vt 0.065910 0.019147 +vt 0.066030 0.018929 +vt 0.066038 0.018793 +vt 0.065756 0.019263 +vt 0.065864 0.019176 +vt 0.065974 0.018970 +vt 0.065435 0.019301 +vt 0.065883 0.018965 +vt 0.065885 0.018895 +vt 0.066009 0.018827 +vt 0.065339 0.019224 +vt 0.065261 0.019169 +vt 0.065200 0.017782 +vt 0.065272 0.017899 +vt 0.065116 0.017684 +vt 0.065143 0.017656 +vt 0.065268 0.017693 +vt 0.065263 0.017744 +vt 0.065339 0.017737 +vt 0.065336 0.017862 +vt 0.065455 0.017901 +vt 0.065650 0.017757 +vt 0.065497 0.017667 +vt 0.065358 0.017632 +vt 0.065305 0.017634 +vt 0.065384 0.017704 +vt 0.065560 0.017689 +vt 0.065523 0.017786 +vt 0.065705 0.017836 +vt 0.065575 0.017903 +vt 0.064888 0.017990 +vt 0.064935 0.017841 +vt 0.064340 0.016097 +vt 0.064317 0.016228 +vt 0.064422 0.016031 +vt 0.064378 0.016154 +vt 0.064391 0.015995 +vt 0.064421 0.015871 +vt 0.064328 0.015954 +vt 0.064315 0.015797 +vt 0.064515 0.016016 +vt 0.064577 0.015861 +vt 0.064600 0.015694 +vt 0.064566 0.015562 +vt 0.064464 0.016044 +vt 0.064560 0.015751 +vt 0.064150 0.016232 +vt 0.064471 0.015774 +vt 0.064452 0.015707 +vt 0.064548 0.015604 +vt 0.064034 0.016188 +vt 0.063943 0.016160 +vt 0.063456 0.014860 +vt 0.063390 0.014758 +vt 0.063494 0.014754 +vt 0.063611 0.014894 +vt 0.063646 0.014804 +vt 0.063876 0.014697 +vt 0.063703 0.014659 +vt 0.063560 0.014668 +vt 0.063437 0.014714 +vt 0.063607 0.014729 +vt 0.063665 0.014653 +vt 0.063765 0.014764 +vt 0.063953 0.014755 +vt 0.063851 0.014859 +vt 0.063224 0.015155 +vt 0.063221 0.015267 +vt 0.063222 0.014998 +vt 0.062117 0.013523 +vt 0.062136 0.013655 +vt 0.062171 0.013565 +vt 0.062242 0.013446 +vt 0.062143 0.013397 +vt 0.062062 0.013391 +vt 0.062002 0.013245 +vt 0.062125 0.013283 +vt 0.062272 0.013307 +vt 0.062241 0.013060 +vt 0.062167 0.012945 +vt 0.062215 0.013492 +vt 0.062251 0.013357 +vt 0.062220 0.013126 +vt 0.061978 0.013710 +vt 0.062143 0.013175 +vt 0.062104 0.013118 +vt 0.062164 0.012990 +vt 0.061855 0.013705 +vt 0.061760 0.013706 +vt 0.061023 0.012672 +vt 0.060775 0.012551 +vt 0.060851 0.012551 +vt 0.060898 0.012507 +vt 0.060981 0.012501 +vt 0.061053 0.012605 +vt 0.061172 0.012566 +vt 0.061244 0.012335 +vt 0.061068 0.012352 +vt 0.060935 0.012405 +vt 0.060832 0.012487 +vt 0.060998 0.012449 +vt 0.061132 0.012333 +vt 0.061159 0.012433 +vt 0.061205 0.012332 +vt 0.061270 0.012497 +vt 0.060765 0.012972 +vt 0.060797 0.013080 +vt 0.060715 0.012823 +vt 0.059208 0.011762 +vt 0.059267 0.011882 +vt 0.059273 0.011786 +vt 0.059194 0.011634 +vt 0.059115 0.011653 +vt 0.059013 0.011534 +vt 0.059141 0.011532 +vt 0.059292 0.011702 +vt 0.059262 0.011432 +vt 0.059183 0.011283 +vt 0.059077 0.011197 +vt 0.059278 0.011646 +vt 0.059183 0.011353 +vt 0.059225 0.011545 +vt 0.059125 0.011423 +vt 0.059070 0.011381 +vt 0.059088 0.011241 +vt 0.059134 0.011983 +vt 0.059015 0.012016 +vt 0.058925 0.012046 +vt 0.057767 0.011281 +vt 0.057905 0.011291 +vt 0.057698 0.011195 +vt 0.057679 0.011133 +vt 0.057812 0.011141 +vt 0.057912 0.011218 +vt 0.057961 0.011119 +vt 0.058063 0.011215 +vt 0.058011 0.010902 +vt 0.057849 0.010973 +vt 0.057768 0.011030 +vt 0.057708 0.011117 +vt 0.057812 0.011086 +vt 0.057903 0.010935 +vt 0.057960 0.011021 +vt 0.058107 0.010904 +vt 0.058085 0.011048 +vt 0.057752 0.011656 +vt 0.057816 0.011749 +vt 0.057659 0.011530 +vt 0.048039 0.013852 +vt 0.048124 0.013949 +vt 0.047302 0.014912 +vt 0.047147 0.014774 +vt 0.047571 0.014293 +vt 0.047607 0.014328 +vt 0.047662 0.014384 +vt 0.047732 0.014454 +vt 0.045921 0.016426 +vt 0.045964 0.016452 +vt 0.046032 0.016491 +vt 0.045547 0.017661 +vt 0.045357 0.017578 +vt 0.045631 0.016999 +vt 0.045657 0.017012 +vt 0.045727 0.017048 +vt 0.045815 0.017093 +vt 0.044702 0.019528 +vt 0.044828 0.019556 +vt 0.044728 0.020818 +vt 0.044522 0.020798 +vt 0.044582 0.020159 +vt 0.044632 0.020167 +vt 0.044710 0.020179 +vt 0.044808 0.020195 +vt 0.044587 0.022847 +vt 0.044924 0.024073 +vt 0.044722 0.024118 +vt 0.044582 0.023492 +vt 0.044632 0.023484 +vt 0.044710 0.023472 +vt 0.044808 0.023456 +vt 0.045338 0.026081 +vt 0.045384 0.026061 +vt 0.045547 0.025990 +vt 0.046117 0.027109 +vt 0.045939 0.027214 +vt 0.045631 0.026652 +vt 0.045657 0.026639 +vt 0.045727 0.026603 +vt 0.047131 0.028891 +vt 0.047228 0.028805 +vt 0.048124 0.029702 +vt 0.048053 0.029782 +vt 0.047571 0.029358 +vt 0.047607 0.029322 +vt 0.047662 0.029267 +vt 0.047732 0.029197 +vt 0.049704 0.031009 +vt 0.049770 0.030897 +vt 0.050900 0.031473 +vt 0.050857 0.031572 +vt 0.050267 0.031317 +vt 0.050290 0.031272 +vt 0.050326 0.031202 +vt 0.050371 0.031114 +vt 0.052806 0.032228 +vt 0.052825 0.032143 +vt 0.054096 0.032201 +vt 0.054076 0.032407 +vt 0.053437 0.032347 +vt 0.053445 0.032297 +vt 0.053457 0.032220 +vt 0.053473 0.032122 +vt 0.056125 0.032342 +vt 0.056111 0.032201 +vt 0.057352 0.032005 +vt 0.057396 0.032207 +vt 0.056767 0.032326 +vt 0.056757 0.032261 +vt 0.056734 0.032122 +vt 0.059359 0.031591 +vt 0.059339 0.031545 +vt 0.059308 0.031473 +vt 0.060438 0.030897 +vt 0.060492 0.030990 +vt 0.059930 0.031298 +vt 0.059917 0.031272 +vt 0.059881 0.031202 +vt 0.059836 0.031114 +vt 0.062169 0.029798 +vt 0.062135 0.029760 +vt 0.062083 0.029702 +vt 0.062906 0.028739 +vt 0.063061 0.028876 +vt 0.062621 0.029343 +vt 0.062601 0.029322 +vt 0.062545 0.029267 +vt 0.062475 0.029197 +vt 0.064287 0.027225 +vt 0.064176 0.027159 +vt 0.064660 0.025990 +vt 0.064850 0.026073 +vt 0.064596 0.026662 +vt 0.064551 0.026639 +vt 0.064480 0.026603 +vt 0.064392 0.026558 +vt 0.065506 0.024123 +vt 0.065421 0.024104 +vt 0.065479 0.022833 +vt 0.065686 0.022853 +vt 0.065625 0.023492 +vt 0.065576 0.023484 +vt 0.065498 0.023472 +vt 0.065400 0.023456 +vt 0.065620 0.020804 +vt 0.065283 0.019577 +vt 0.065485 0.019533 +vt 0.065625 0.020159 +vt 0.065576 0.020167 +vt 0.065498 0.020179 +vt 0.065400 0.020195 +vt 0.064870 0.017570 +vt 0.064823 0.017590 +vt 0.064660 0.017661 +vt 0.064090 0.016542 +vt 0.064268 0.016437 +vt 0.064576 0.016999 +vt 0.064551 0.017012 +vt 0.064480 0.017048 +vt 0.063077 0.014760 +vt 0.063012 0.014818 +vt 0.062017 0.014023 +vt 0.062135 0.013890 +vt 0.062636 0.014293 +vt 0.062575 0.014354 +vt 0.062475 0.014454 +vt 0.060503 0.012642 +vt 0.060438 0.012754 +vt 0.059268 0.012269 +vt 0.059351 0.012079 +vt 0.059917 0.012379 +vt 0.059881 0.012449 +vt 0.059836 0.012537 +vt 0.057401 0.011423 +vt 0.057373 0.011549 +vt 0.056121 0.011351 +vt 0.056131 0.011244 +vt 0.056762 0.011354 +vt 0.056750 0.011431 +vt 0.056734 0.011529 +vt 0.054074 0.011222 +vt 0.054079 0.011273 +vt 0.054087 0.011351 +vt 0.052856 0.011646 +vt 0.052811 0.011444 +vt 0.053441 0.011325 +vt 0.053445 0.011354 +vt 0.053457 0.011431 +vt 0.053473 0.011529 +vt 0.050848 0.012059 +vt 0.050868 0.012106 +vt 0.050900 0.012178 +vt 0.049820 0.012839 +vt 0.049715 0.012661 +vt 0.050277 0.012353 +vt 0.050290 0.012379 +vt 0.050326 0.012449 +vt 0.050371 0.012537 +vt 0.054940 0.019905 +vt 0.055267 0.019905 +vt 0.055269 0.019887 +vt 0.055589 0.019960 +vt 0.055104 0.023753 +vt 0.055445 0.023816 +vt 0.055430 0.023725 +vt 0.055746 0.023643 +vt 0.056044 0.023508 +vt 0.056373 0.023397 +vt 0.056315 0.023325 +vt 0.056551 0.023099 +vt 0.056824 0.022884 +vt 0.056745 0.022836 +vt 0.056893 0.022544 +vt 0.057078 0.022251 +vt 0.056988 0.022232 +vt 0.057030 0.021907 +vt 0.057016 0.021581 +vt 0.057035 0.021234 +vt 0.056947 0.021261 +vt 0.056825 0.020957 +vt 0.056654 0.020679 +vt 0.056501 0.020367 +vt 0.056438 0.020434 +vt 0.056235 0.020152 +vt 0.056183 0.020228 +vt 0.055898 0.020069 +vt 0.055613 0.019871 +vt 0.054595 0.019871 +vt 0.054618 0.019960 +vt 0.054310 0.020069 +vt 0.053973 0.020152 +vt 0.054024 0.020228 +vt 0.053770 0.020434 +vt 0.053554 0.020679 +vt 0.053300 0.020916 +vt 0.053382 0.020957 +vt 0.053260 0.021261 +vt 0.053192 0.021581 +vt 0.053086 0.021911 +vt 0.053178 0.021907 +vt 0.053219 0.022232 +vt 0.053229 0.022579 +vt 0.053315 0.022544 +vt 0.053462 0.022836 +vt 0.053587 0.023160 +vt 0.053657 0.023099 +vt 0.053893 0.023325 +vt 0.054164 0.023508 +vt 0.054431 0.023730 +vt 0.054462 0.023643 +vt 0.054778 0.023725 +vt 0.055278 0.019783 +vt 0.054906 0.024339 +vt 0.054543 0.024284 +vt 0.054943 0.024432 +vt 0.054991 0.024479 +vt 0.055087 0.024514 +vt 0.055186 0.024496 +vt 0.055265 0.024432 +vt 0.056061 0.024225 +vt 0.056121 0.024257 +vt 0.056188 0.024268 +vt 0.056255 0.024255 +vt 0.056313 0.024220 +vt 0.056357 0.024168 +vt 0.056380 0.024104 +vt 0.057041 0.023577 +vt 0.057109 0.023568 +vt 0.057195 0.023515 +vt 0.057243 0.023426 +vt 0.057242 0.023325 +vt 0.057577 0.022573 +vt 0.057639 0.022547 +vt 0.057708 0.022472 +vt 0.057730 0.022373 +vt 0.057716 0.022306 +vt 0.057681 0.022248 +vt 0.057681 0.021402 +vt 0.057716 0.021344 +vt 0.057728 0.021244 +vt 0.057708 0.021179 +vt 0.057666 0.021125 +vt 0.057609 0.021088 +vt 0.057242 0.020326 +vt 0.057249 0.020258 +vt 0.057216 0.020163 +vt 0.057140 0.020095 +vt 0.057075 0.020076 +vt 0.057007 0.020079 +vt 0.056383 0.019581 +vt 0.056371 0.019514 +vt 0.056337 0.019455 +vt 0.056255 0.019396 +vt 0.056188 0.019383 +vt 0.056090 0.019407 +vt 0.055265 0.019219 +vt 0.055186 0.019155 +vt 0.055121 0.019137 +vt 0.055021 0.019154 +vt 0.054965 0.019193 +vt 0.054925 0.019248 +vt 0.054118 0.019407 +vt 0.054019 0.019383 +vt 0.053922 0.019411 +vt 0.053870 0.019455 +vt 0.053837 0.019514 +vt 0.053824 0.019581 +vt 0.053200 0.020079 +vt 0.053132 0.020076 +vt 0.053067 0.020095 +vt 0.053013 0.020136 +vt 0.052964 0.020225 +vt 0.052959 0.020292 +vt 0.052977 0.020358 +vt 0.052598 0.021088 +vt 0.052541 0.021125 +vt 0.052487 0.021211 +vt 0.052481 0.021312 +vt 0.052506 0.021375 +vt 0.052551 0.021426 +vt 0.052527 0.022248 +vt 0.052491 0.022306 +vt 0.052479 0.022407 +vt 0.052500 0.022472 +vt 0.052568 0.022546 +vt 0.052631 0.022573 +vt 0.052965 0.023325 +vt 0.052959 0.023392 +vt 0.052991 0.023488 +vt 0.053038 0.023537 +vt 0.053099 0.023568 +vt 0.053166 0.023577 +vt 0.053828 0.024104 +vt 0.053851 0.024168 +vt 0.053922 0.024240 +vt 0.054019 0.024268 +vt 0.054118 0.024244 +vn 0.825194 0.564849 -0.000001 +vn 0.825195 0.564848 0.000000 +vn 0.781830 0.623491 0.000000 +vn 0.781831 0.623491 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.498407 0.866943 0.000000 +vn 0.498405 0.866944 0.000002 +vn 0.433887 0.900967 0.000000 +vn 0.433884 0.900969 0.000001 +vn 0.367059 0.930198 0.000000 +vn 0.367054 0.930200 0.000000 +vn 0.072901 0.997339 0.000000 +vn 0.072902 0.997339 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.072901 0.997339 0.000000 +vn -0.072902 0.997339 0.000000 +vn -0.367053 0.930200 0.000000 +vn -0.367054 0.930200 0.000000 +vn -0.433887 0.900967 0.000001 +vn -0.433882 0.900970 0.000000 +vn -0.498412 0.866940 0.000002 +vn -0.498399 0.866948 0.000000 +vn -0.734291 0.678835 0.000000 +vn -0.734313 0.678811 -0.000001 +vn -0.781823 0.623500 -0.000001 +vn -0.781838 0.623482 -0.000001 +vn -0.825195 0.564848 -0.000002 +vn -0.825202 0.564837 0.000000 +vn -0.956110 0.293007 0.000000 +vn -0.956115 0.292993 -0.000002 +vn -0.974928 0.222522 -0.000001 +vn -0.974928 0.222521 -0.000001 +vn -0.988556 0.150856 -0.000002 +vn -0.988554 0.150870 0.000000 +vn -0.988554 -0.150871 0.000000 +vn -0.988556 -0.150857 -0.000002 +vn -0.974928 -0.222522 -0.000001 +vn -0.974928 -0.222522 -0.000001 +vn -0.956115 -0.292993 -0.000002 +vn -0.956111 -0.293006 0.000000 +vn -0.825202 -0.564838 0.000000 +vn -0.825196 -0.564847 -0.000002 +vn -0.781838 -0.623482 -0.000001 +vn -0.781824 -0.623500 -0.000001 +vn -0.734313 -0.678811 -0.000001 +vn -0.734291 -0.678835 0.000000 +vn -0.498397 -0.866949 0.000000 +vn -0.498418 -0.866937 0.000000 +vn -0.433881 -0.900970 0.000000 +vn -0.433888 -0.900967 0.000000 +vn -0.367053 -0.930200 0.000000 +vn -0.367048 -0.930202 0.000000 +vn -0.072894 -0.997340 0.000000 +vn -0.072894 -0.997340 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.433884 -0.900969 0.000000 +vn 0.433887 -0.900967 0.000001 +vn 0.498405 -0.866944 0.000000 +vn 0.498413 -0.866940 0.000002 +vn 0.734307 -0.678818 0.000000 +vn 0.734307 -0.678818 0.000000 +vn 0.781830 -0.623491 0.000000 +vn 0.781834 -0.623487 0.000000 +vn 0.825195 -0.564848 0.000000 +vn 0.825202 -0.564837 0.000000 +vn 0.956115 -0.292992 0.000000 +vn 0.956111 -0.293005 0.000000 +vn 0.974929 -0.222516 0.000000 +vn 0.974928 -0.222522 0.000000 +vn 0.988556 -0.150855 0.000000 +vn 0.988556 -0.150854 0.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004104 -0.001853 -0.999990 +vn -0.009264 -0.006223 -0.999938 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000017 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004344 0.001968 -0.999989 +vn -0.008402 0.002192 -0.999962 +vn -0.002920 -0.003947 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn -0.002192 -0.004337 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004641 -0.001206 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.006232 -0.000004 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn 0.004717 -0.000812 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004109 -0.002299 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001768 -0.004404 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000201 -0.004787 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000758 -0.005893 -0.999982 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.002664 0.003606 -0.999990 +vn -0.008674 0.008328 -0.999928 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003223 -0.003667 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003757 0.003027 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004240 0.002367 -0.999988 +vn 0.004538 0.001600 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001772 0.004402 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.001051 0.004871 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000605 0.004746 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn -0.001414 0.004627 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.987545 0.157306 -0.003020 +vn 0.992810 0.119695 -0.001570 +vn 0.993143 0.116706 0.006894 +vn 0.992133 0.123193 0.022257 +vn 0.980599 0.195906 0.006859 +vn 0.981587 0.189731 0.022139 +vn 0.981422 0.191840 0.003045 +vn 0.987154 0.159472 0.009823 +vn 0.993658 0.111083 0.017437 +vn 0.980800 0.194638 0.012126 +vn 0.981298 0.192446 0.004264 +vn 0.972060 0.234629 0.006980 +vn 0.913512 0.405504 0.032592 +vn 0.893415 0.445217 -0.059931 +vn 0.910695 0.403083 0.090328 +vn 0.913047 0.407598 0.014446 +vn 0.889869 0.456002 0.013992 +vn 0.906899 0.421345 0.001933 +vn 0.890515 0.454950 0.001861 +vn 0.905510 0.423741 0.022262 +vn 0.872054 0.489362 0.006819 +vn 0.874934 0.483736 0.022133 +vn 0.874868 0.484311 0.006966 +vn 0.878466 0.477702 -0.009929 +vn 0.855352 0.517995 0.007437 +vn 0.855158 0.515749 0.052041 +vn 0.747062 0.664489 0.018797 +vn 0.712156 0.699550 -0.058853 +vn 0.747374 0.663852 0.027072 +vn 0.706454 0.707580 0.015911 +vn 0.732321 0.680956 0.001933 +vn 0.706264 0.707934 0.004654 +vn 0.730248 0.682819 0.022256 +vn 0.678129 0.734911 0.006824 +vn 0.657381 0.753377 -0.016529 +vn 0.683065 0.730300 0.009206 +vn 0.693671 0.719638 -0.030697 +vn 0.657546 0.753324 0.011683 +vn 0.657140 0.751721 0.055528 +vn 0.491271 0.871002 0.002751 +vn 0.454849 0.890405 0.017086 +vn 0.466672 0.881690 -0.069570 +vn 0.510579 0.859561 0.021517 +vn 0.486061 0.873923 0.001954 +vn 0.452906 0.891542 0.005352 +vn 0.483509 0.875056 0.022263 +vn 0.417858 0.908487 0.006833 +vn 0.423496 0.905627 0.022176 +vn 0.424166 0.905532 0.009752 +vn 0.443049 0.895098 -0.050079 +vn 0.397707 0.917374 0.015941 +vn 0.397136 0.915776 0.060309 +vn 0.196076 0.980580 -0.004087 +vn 0.159064 0.987137 0.016067 +vn 0.178109 0.983090 -0.042563 +vn 0.225507 0.974108 0.016110 +vn 0.192226 0.981349 0.001933 +vn 0.155294 0.987861 0.003955 +vn 0.189414 0.981646 0.022232 +vn 0.116688 0.993145 0.006848 +vn 0.122899 0.992171 0.022192 +vn 0.123112 0.992355 0.008641 +vn 0.148251 0.986981 -0.062371 +vn 0.100354 0.994746 0.020242 +vn 0.099779 0.992844 0.065607 +vn -0.080928 0.996663 0.010678 +vn -0.081950 0.996618 0.006012 +vn -0.126498 0.991910 -0.010582 +vn -0.152258 0.988272 0.011635 +vn -0.157435 0.987529 0.000464 +vn -0.120451 0.992717 0.001975 +vn -0.123204 0.992131 0.022288 +vn -0.223106 0.974655 -0.016487 +vn -0.195908 0.980598 0.006857 +vn -0.190719 0.981627 0.005834 +vn -0.206430 0.978154 0.024520 +vn -0.206980 0.975939 0.068572 +vn -0.418043 0.908426 0.001395 +vn -0.413625 0.910443 -0.002827 +vn -0.449569 0.893216 0.007294 +vn -0.417634 0.908541 0.011636 +vn -0.454693 0.890634 -0.005109 +vn -0.417848 0.908491 0.006839 +vn -0.423766 0.905499 0.022250 +vn -0.513374 0.858006 -0.016522 +vn -0.489327 0.872074 0.006844 +vn -0.486354 0.873761 0.001370 +vn -0.491110 0.871028 0.011032 +vn -0.491732 0.870465 0.022130 +vn -0.671396 0.740645 0.025936 +vn -0.697009 0.715893 -0.040945 +vn -0.670749 0.741601 0.011127 +vn -0.707782 0.706430 -0.001162 +vn -0.680955 0.732323 0.001954 +vn -0.682870 0.730201 0.022243 +vn -0.730464 0.682591 0.022170 +vn -0.734863 0.678181 0.006849 +vn -0.731652 0.681664 0.004543 +vn -0.733577 0.679569 -0.007182 +vn -0.730340 0.683066 -0.004976 +vn -0.759992 0.649873 0.008808 +vn -0.864672 0.501869 0.021665 +vn -0.885532 0.460454 -0.061772 +vn -0.864130 0.502334 0.030655 +vn -0.873919 0.486068 0.001948 +vn -0.891512 0.452988 0.003029 +vn -0.875079 0.483469 0.022231 +vn -0.908469 0.417895 0.006846 +vn -0.905640 0.423468 0.022182 +vn -0.905878 0.423466 0.007894 +vn -0.901460 0.432536 -0.016813 +vn -0.921098 0.389231 0.008841 +vn -0.919286 0.390015 0.052924 +vn -0.976322 0.215622 0.017380 +vn -0.984579 0.166176 -0.054675 +vn -0.976005 0.216281 0.025215 +vn -0.987598 0.156166 0.016224 +vn -0.981353 0.192203 0.001970 +vn -0.987863 0.155245 0.005120 +vn -0.981646 0.189408 0.022281 +vn -0.993144 0.116695 0.006842 +vn -0.992171 0.122896 0.022201 +vn -0.992299 0.123498 0.009573 +vn -0.989353 0.140621 -0.037495 +vn -0.995758 0.091069 0.013100 +vn -0.994177 0.091430 0.057030 +vn -0.993353 -0.115111 0.000387 +vn -0.987794 -0.154844 0.016917 +vn -0.988430 -0.138851 -0.061050 +vn -0.995721 -0.090274 0.019772 +vn -0.992716 -0.120462 0.001960 +vn -0.987487 -0.157615 0.005118 +vn -0.992131 -0.123203 0.022281 +vn -0.980593 -0.195934 0.006825 +vn -0.974659 -0.223091 -0.016430 +vn -0.981896 -0.189179 0.009576 +vn -0.984569 -0.165986 -0.055428 +vn -0.976319 -0.215639 0.017378 +vn -0.974575 -0.215328 0.061942 +vn -0.908231 -0.418426 -0.005952 +vn -0.892363 -0.451057 0.015373 +vn -0.901476 -0.431569 -0.033007 +vn -0.921376 -0.388409 0.014305 +vn -0.906907 -0.421327 0.001954 +vn -0.890496 -0.454982 0.003024 +vn -0.905512 -0.423737 0.022247 +vn -0.872049 -0.489371 0.006848 +vn -0.858035 -0.513327 -0.016471 +vn -0.875051 -0.483967 0.007891 +vn -0.885600 -0.460182 -0.062807 +vn -0.864670 -0.501874 0.021666 +vn -0.862620 -0.501340 0.067421 +vn -0.730456 -0.682546 -0.023775 +vn -0.738907 -0.673805 -0.001625 +vn -0.710310 -0.703803 0.011057 +vn -0.733018 -0.680094 0.012567 +vn -0.706435 -0.707777 -0.001162 +vn -0.734873 -0.678170 0.006825 +vn -0.730227 -0.682841 0.022309 +vn -0.657391 -0.753369 -0.016488 +vn -0.678134 -0.734906 0.006873 +vn -0.681663 -0.731652 0.004538 +vn -0.672549 -0.739869 0.016501 +vn -0.670673 -0.740436 0.044188 +vn -0.491968 -0.870470 0.015803 +vn -0.526659 -0.850070 0.003471 +vn -0.493461 -0.869768 -0.000450 +vn -0.478734 -0.877490 0.028733 +vn -0.487025 -0.873384 0.002756 +vn -0.486049 -0.873929 0.001975 +vn -0.453276 -0.891356 -0.005115 +vn -0.483486 -0.875067 0.022320 +vn -0.417874 -0.908480 0.006812 +vn -0.423482 -0.905633 0.022193 +vn -0.421013 -0.907054 0.001376 +vn -0.418311 -0.908302 -0.001852 +vn -0.418200 -0.908258 0.013267 +vn -0.379812 -0.925049 0.005261 +vn -0.206426 -0.978155 0.024526 +vn -0.205068 -0.978626 0.015430 +vn -0.166794 -0.984559 -0.053130 +vn -0.192206 -0.981353 0.001975 +vn -0.155426 -0.987847 0.000478 +vn -0.189413 -0.981645 0.022251 +vn -0.116688 -0.993145 0.006831 +vn -0.122905 -0.992171 0.022182 +vn -0.121964 -0.992517 0.005851 +vn -0.126880 -0.991913 -0.003170 +vn -0.081936 -0.996619 0.006038 +vn -0.084034 -0.995147 0.051198 +vn 0.100351 -0.994745 0.020280 +vn 0.148017 -0.987071 -0.061495 +vn 0.099640 -0.994606 0.028839 +vn 0.157728 -0.987362 0.015438 +vn 0.120458 -0.992716 0.001975 +vn 0.157575 -0.987499 0.003943 +vn 0.123211 -0.992130 0.022311 +vn 0.195910 -0.980598 0.006828 +vn 0.223128 -0.974651 -0.016448 +vn 0.189564 -0.981830 0.008646 +vn 0.177138 -0.983899 -0.023753 +vn 0.224718 -0.974370 0.010273 +vn 0.223365 -0.973223 0.054263 +vn 0.415419 -0.909616 0.005059 +vn 0.453477 -0.891104 0.017096 +vn 0.440235 -0.894554 -0.077237 +vn 0.396976 -0.917530 0.023439 +vn 0.421333 -0.906904 0.001975 +vn 0.455061 -0.890444 0.005353 +vn 0.423753 -0.905503 0.022298 +vn 0.489341 -0.872066 0.006844 +vn 0.483756 -0.874921 0.022210 +vn 0.483272 -0.875416 0.009760 +vn 0.465623 -0.883888 -0.044008 +vn 0.510004 -0.860050 0.014499 +vn 0.508962 -0.858797 0.058532 +vn 0.677491 -0.735529 -0.001901 +vn 0.705498 -0.708518 0.016577 +vn 0.692093 -0.719934 -0.051991 +vn 0.656904 -0.753763 0.017872 +vn 0.680963 -0.732315 0.001933 +vn 0.707935 -0.706262 0.004661 +vn 0.682863 -0.730208 0.022232 +vn 0.734879 -0.678164 0.006811 +vn 0.753420 -0.657332 -0.016535 +vn 0.730303 -0.683062 0.009192 +vn 0.711960 -0.699679 -0.059684 +vn 0.747040 -0.664513 0.018787 +vn 0.745801 -0.663103 0.063839 +vn 0.872680 -0.488239 -0.007241 +vn 0.889405 -0.456940 0.012816 +vn 0.878162 -0.477999 -0.018684 +vn 0.854839 -0.518744 0.012458 +vn 0.873922 -0.486062 0.001946 +vn 0.891489 -0.453038 0.001863 +vn 0.875083 -0.483461 0.022241 +vn 0.908462 -0.417911 0.006856 +vn 0.905637 -0.423476 0.022121 +vn 0.906047 -0.423121 0.006948 +vn 0.893418 -0.445214 -0.059910 +vn 0.913462 -0.406271 0.023063 +vn 0.910693 -0.403088 0.090324 +vn 0.664992 -0.746850 -0.000280 +vn 0.665622 -0.746289 -0.000003 +vn 0.613871 -0.789394 0.004487 +vn -0.979252 -0.202645 -0.000253 +vn -0.979120 -0.203283 -0.000007 +vn -0.990930 -0.134358 0.002163 +vn 0.314229 0.949347 -0.000300 +vn 0.313498 0.949589 0.000000 +vn 0.374323 0.927290 0.004066 +vn 0.892758 -0.450532 0.002099 +vn 0.876681 -0.481056 -0.003908 +vn 0.874176 -0.485590 -0.004245 +vn 0.840611 -0.541639 0.000802 +vn 0.806778 -0.590807 0.007536 +vn 0.924899 -0.380075 0.010268 +vn 0.906533 -0.421878 -0.014695 +vn 0.905382 -0.424297 -0.016002 +vn 0.894163 -0.446680 -0.030798 +vn 0.913129 -0.407360 0.015934 +vn 0.983789 0.179331 -0.000020 +vn 0.989762 0.142573 0.006708 +vn 0.985623 0.167828 0.019506 +vn 0.982315 0.186839 -0.012190 +vn 0.994733 0.102469 0.002509 +vn 0.984912 0.173056 0.000001 +vn 0.949865 0.312657 0.001645 +vn 0.958853 0.283904 -0.000162 +vn 0.948406 0.317060 0.000176 +vn 0.926024 0.377380 0.007978 +vn 0.965757 0.259435 -0.002746 +vn 0.799198 0.600978 0.010383 +vn 0.818406 0.574637 -0.002205 +vn 0.823830 0.566825 -0.003627 +vn 0.833548 0.552409 -0.006569 +vn 0.839176 0.543847 0.003804 +vn 0.850005 0.526753 -0.004788 +vn 0.859527 0.511090 0.000023 +vn 0.927889 0.372854 0.001109 +vn 0.901373 0.432979 0.007471 +vn 0.251368 0.967892 -0.000086 +vn 0.167703 0.985816 0.006487 +vn 0.226023 0.974121 -0.001200 +vn 0.286581 0.958036 0.006197 +vn 0.286709 0.958018 -0.000384 +vn 0.331887 0.943306 0.005016 +vn 0.290515 0.956810 -0.010729 +vn 0.145374 0.989359 0.005985 +vn 0.111930 0.993690 0.007151 +vn -0.000171 0.999999 0.001753 +vn -0.000619 0.999985 -0.005419 +vn 0.034903 0.999389 0.001869 +vn 0.036547 0.999332 -0.000022 +vn 0.084809 0.996397 0.000847 +vn -0.157470 0.987483 0.008999 +vn -0.091393 0.995735 -0.012659 +vn -0.087386 0.996069 -0.014507 +vn -0.116036 0.993071 0.018616 +vn -0.644312 0.764751 0.004307 +vn -0.634408 0.772953 0.008430 +vn -0.648424 0.761169 0.013008 +vn -0.669030 0.742912 -0.021908 +vn -0.584934 0.811080 0.000885 +vn -0.642323 0.766434 0.000000 +vn -0.733461 0.679728 0.002226 +vn -0.752357 0.658751 0.002673 +vn -0.751205 0.660069 -0.000123 +vn -0.788595 0.614893 0.004915 +vn -0.709857 0.704312 -0.006911 +vn -0.929137 0.369733 0.001082 +vn -0.902818 0.430023 0.000000 +vn -0.904271 0.426958 -0.000830 +vn -0.893428 0.449175 0.005398 +vn -0.897427 0.441151 -0.003196 +vn -0.891769 0.452453 -0.005811 +vn -0.882312 0.470502 -0.012362 +vn -0.879511 0.475875 0.002026 +vn -0.819889 0.572496 0.005550 +vn -0.824545 0.565748 0.007413 +vn -0.956163 -0.292833 0.001157 +vn -0.936713 -0.350087 0.002848 +vn -0.956377 -0.292087 -0.005321 +vn -0.970209 -0.242228 0.004495 +vn -0.977749 -0.209692 0.006052 +vn -0.969328 -0.245281 -0.015516 +vn -0.972998 -0.230608 -0.009794 +vn -0.851582 -0.524217 0.002293 +vn -0.854659 -0.519155 -0.006001 +vn -0.857445 -0.514536 -0.006340 +vn -0.928200 -0.371969 0.009161 +vn -0.916523 -0.399981 0.000814 +vn -0.762673 -0.646777 0.003041 +vn -0.805957 -0.591974 -0.000003 +vn -0.805822 -0.592158 -0.000212 +vn -0.804899 -0.593351 0.008527 +vn -0.822291 -0.568903 -0.013667 +vn -0.817386 -0.576009 0.009695 +vn -0.306303 -0.951609 -0.024890 +vn -0.309669 -0.950574 -0.022681 +vn -0.392062 -0.919931 0.003776 +vn -0.357022 -0.933800 0.023513 +vn -0.319611 -0.947529 0.006191 +vn -0.376065 -0.926593 0.000429 +vn -0.342588 -0.939486 0.000000 +vn -0.169000 -0.985615 0.001355 +vn -0.134297 -0.990932 0.004249 +vn -0.211892 -0.977293 0.000853 +vn -0.205630 -0.978627 0.002461 +vn -0.239334 -0.970902 -0.008292 +vn -0.080151 -0.996746 0.008558 +vn -0.081178 -0.996695 0.003185 +vn 0.147009 -0.989134 0.001203 +vn 0.079019 -0.996873 0.000000 +vn 0.090358 -0.995906 -0.002780 +vn 0.084682 -0.996398 0.004526 +vn 0.081022 -0.996704 -0.004208 +vn 0.062496 -0.998017 -0.007459 +vn 0.038728 -0.999147 -0.014365 +vn 0.039451 -0.999216 0.003357 +vn 0.769032 -0.639155 0.008376 +vn 0.730866 -0.682520 -0.000341 +vn 0.705558 -0.708653 0.000208 +vn 0.707833 -0.706252 -0.013449 +vn 0.679210 -0.733917 0.006289 +vn 0.630542 -0.776150 0.003002 +vn 0.684567 -0.728898 -0.008741 +vn 0.750672 -0.660673 0.001498 +vn 0.999989 0.000000 0.004675 +vn 0.992458 -0.122469 0.005331 +vn 0.997638 -0.068668 0.002010 +vn 0.970873 -0.239570 0.003536 +vn 0.983812 -0.179196 0.001584 +vn 0.915642 -0.401994 0.000000 +vn 0.929225 -0.369508 -0.002118 +vn 0.952992 -0.302995 0.001109 +vn 0.949512 -0.313672 0.006074 +vn 0.957627 -0.287965 0.005194 +vn 0.600130 -0.799902 0.001283 +vn 0.551591 -0.834099 0.005211 +vn 0.475202 -0.879871 0.003284 +vn 0.507957 -0.861379 0.002422 +vn 0.323837 -0.946098 0.005312 +vn 0.385084 -0.922878 0.002556 +vn 0.392137 -0.919899 0.003755 +vn 0.411331 -0.911477 0.004168 +vn 0.167153 -0.985911 0.006195 +vn 0.211186 -0.977442 0.002756 +vn 0.279580 -0.960121 0.001777 +vn 0.333142 -0.942877 0.000362 +vn -0.451148 -0.892423 0.006874 +vn -0.448113 -0.893977 0.000631 +vn -0.479910 -0.877286 0.007411 +vn -0.505443 -0.862859 0.001232 +vn -0.543141 -0.839637 0.002895 +vn -0.602316 -0.798244 0.004644 +vn -0.567086 -0.823653 0.002943 +vn -0.696544 -0.717495 0.005301 +vn -0.653778 -0.756685 0.001411 +vn -0.733698 -0.679472 0.002141 +vn -0.691935 -0.721959 0.000411 +vn -0.998071 -0.061937 0.004255 +vn -0.993902 -0.110177 0.004465 +vn -0.999999 0.000000 0.001119 +vn -0.997979 0.063373 0.004703 +vn -0.999099 0.042429 0.000859 +vn -0.983045 0.183310 0.004548 +vn -0.990287 0.138992 0.003513 +vn -0.931901 0.362704 0.002548 +vn -0.935906 0.352219 0.004781 +vn -0.956139 0.292912 0.001112 +vn -0.969154 0.246455 0.001233 +vn -0.507100 0.861879 0.003710 +vn -0.543766 0.839222 0.005063 +vn -0.289257 0.957243 0.003925 +vn -0.318848 0.947797 0.004080 +vn -0.345161 0.938535 0.004031 +vn -0.355497 0.934675 0.002116 +vn -0.443228 0.896400 0.004023 +vn -0.446136 0.894962 0.002465 +vn -0.210518 0.977583 0.003756 +vn -0.211382 0.977400 0.002805 +vn -0.163081 0.986610 -0.002185 +vn -0.109689 0.993966 0.000003 +vn 0.385104 0.922869 0.002617 +vn 0.392132 0.919901 0.003756 +vn 0.411329 0.911478 0.004033 +vn 0.477454 0.878657 0.000629 +vn 0.552285 0.833648 0.003670 +vn 0.506466 0.862241 0.005691 +vn 0.644625 0.764488 0.004115 +vn 0.600186 0.799859 0.001439 +vn 0.696224 0.717823 0.001308 +vn 0.684642 0.728866 0.004526 +vn 0.823797 0.566885 0.000000 +vn 0.784135 0.620587 -0.002080 +vn 0.780856 0.624710 0.000854 +vn 0.781245 0.624190 0.006480 +vn 0.733281 0.679925 0.000686 +vn 0.749090 0.662460 0.003172 +vn 0.706204 0.707981 0.006190 +vn 0.997638 0.068668 0.002010 +vn 0.999999 0.000000 0.001725 +vn -0.968464 0.249155 0.000420 +vn -0.968331 0.249670 0.000000 +vn -0.988074 0.153920 -0.004199 +vn -0.709626 -0.704578 0.000738 +vn -0.710414 -0.703784 0.000000 +vn -0.638237 -0.769827 -0.004594 +vn 0.241286 -0.970454 0.000400 +vn 0.240581 -0.970629 0.000000 +vn 0.333617 -0.942695 -0.005028 +vn 0.956856 -0.290562 0.000006 +vn 0.956868 -0.290522 0.000000 +vn 0.980187 -0.197998 -0.005508 +vn 0.739688 0.672950 0.000002 +vn 0.739622 0.673023 0.000000 +vn 0.674167 0.738555 -0.006044 +vn -0.182938 0.983123 0.001636 +vn -0.186974 0.982364 0.001144 +vn -0.231851 0.972748 0.002633 +vn -0.131337 0.991328 0.004492 +vn -0.072154 0.997365 0.007505 +vn -0.096715 0.995310 0.002196 +vn -0.199177 0.979964 0.000000 +vn -0.284541 0.958641 -0.006599 +vn 0.126129 0.991995 0.006194 +vn 0.057545 0.998236 -0.014641 +vn 0.042490 0.999090 -0.003822 +vn -0.042444 0.999087 0.004915 +vn 0.348257 0.937382 -0.005643 +vn 0.257878 0.966178 0.000000 +vn 0.257844 0.966187 0.000009 +vn 0.239905 0.970783 0.005142 +vn 0.309363 0.950944 0.000495 +vn 0.214191 0.976683 0.014586 +vn 0.190279 0.981354 0.027188 +vn 0.218385 0.975862 -0.001526 +vn 0.808061 0.589087 0.003682 +vn 0.774364 0.632738 0.001845 +vn 0.829579 0.558345 0.007029 +vn 0.707647 0.706565 0.001295 +vn 0.780859 0.624393 0.019811 +vn 0.759519 0.650451 0.006679 +vn 0.910173 0.414167 0.007132 +vn 0.883409 0.468409 -0.013472 +vn 0.873008 0.487691 -0.003754 +vn 0.865515 0.500672 -0.014561 +vn 0.982869 0.184202 -0.006188 +vn 0.961904 0.273389 0.000000 +vn 0.961882 0.273464 0.000004 +vn 0.972847 0.231446 0.001520 +vn 0.957798 0.287432 0.002472 +vn 0.951051 0.308933 0.007914 +vn 0.938257 0.345084 0.024316 +vn 0.944463 0.328607 0.002665 +vn 0.911475 -0.411305 0.006496 +vn 0.923057 -0.384636 0.004614 +vn 0.945798 -0.324728 -0.004345 +vn 0.923289 -0.384032 0.007545 +vn 0.971649 -0.236427 0.000002 +vn 0.933817 -0.356546 0.029329 +vn 0.665546 -0.746326 -0.006748 +vn 0.727499 -0.686108 0.000000 +vn 0.727571 -0.686032 0.000001 +vn 0.706883 -0.707324 0.003086 +vn 0.733341 -0.679861 0.000496 +vn 0.746426 -0.665462 0.002919 +vn 0.761775 -0.647839 0.002060 +vn 0.776648 -0.629897 0.006961 +vn 0.806193 -0.591651 0.001314 +vn 0.829667 -0.558218 0.006709 +vn 0.872197 -0.489154 -0.001096 +vn 0.188604 -0.981733 0.025071 +vn 0.195546 -0.980471 0.020960 +vn 0.300677 -0.953726 -0.001008 +vn 0.219724 -0.975527 -0.008332 +vn 0.130099 -0.991470 0.007823 +vn 0.112599 -0.993640 0.000472 +vn -0.209209 -0.977871 0.000004 +vn -0.204803 -0.978803 0.000078 +vn -0.219048 -0.975696 0.005951 +vn -0.178109 -0.984007 0.002724 +vn -0.151349 -0.988434 0.009544 +vn -0.126081 -0.992001 0.006176 +vn -0.042533 -0.999083 0.004860 +vn -0.025743 -0.999658 -0.004622 +vn 0.039192 -0.999225 0.003530 +vn -0.390036 -0.920790 -0.004276 +vn -0.298638 -0.954367 0.000000 +vn -0.298580 -0.954385 0.000036 +vn -0.363807 -0.931471 -0.002390 +vn -0.301194 -0.953469 -0.013364 +vn -0.722139 -0.691747 -0.001057 +vn -0.662032 -0.749473 -0.001931 +vn -0.715016 -0.698990 -0.012829 +vn -0.830022 -0.557698 0.006096 +vn -0.808062 -0.589087 0.003491 +vn -0.774671 -0.632328 0.006790 +vn -0.794269 -0.607563 0.001768 +vn -0.943219 -0.332171 0.000000 +vn -0.938883 -0.344237 0.000344 +vn -0.944252 -0.329128 0.007883 +vn -0.928372 -0.371633 0.003856 +vn -0.909310 -0.416112 0.002377 +vn -0.875539 -0.483143 0.002114 +vn -0.877182 -0.480156 -0.001247 +vn -0.990600 -0.136714 -0.004681 +vn -0.972632 -0.232349 0.000000 +vn -0.972625 -0.232380 0.000022 +vn -0.967645 -0.252120 0.009891 +vn -0.985885 -0.167418 -0.001685 +vn -0.969787 -0.243719 -0.010645 +vn -0.946202 0.323537 0.005111 +vn -0.969851 0.243393 -0.012166 +vn -0.983188 0.182581 -0.002382 +vn -0.859500 0.511102 -0.005887 +vn -0.893359 0.449337 0.002330 +vn -0.911524 0.411206 0.005794 +vn -0.923133 0.384402 0.007741 +vn -0.933287 0.359128 0.001836 +vn -0.776670 0.629869 0.007000 +vn -0.786380 0.617743 0.000470 +vn -0.827374 0.561579 -0.009000 +vn -0.830131 0.557566 0.001654 +vn -0.873002 0.487692 0.004918 +vn -0.625360 0.780320 -0.005140 +vn -0.697740 0.716351 0.000000 +vn -0.697748 0.716344 0.000005 +vn -0.710347 0.703819 0.006789 +vn -0.652646 0.757663 -0.000566 +vn -0.726346 0.687120 0.016967 +vn -0.742743 0.668853 0.031126 +vn -0.715302 0.698785 -0.006595 +vn -0.996397 -0.084806 0.000346 +vn -0.999975 0.000000 -0.007082 +vn -0.594635 -0.803995 0.000345 +vn -0.524294 -0.851508 -0.007082 +vn -0.524303 -0.851529 0.002008 +vn -0.450204 -0.892926 0.000346 +vn 0.372853 -0.927890 0.000348 +vn 0.450193 -0.892903 -0.007081 +vn 0.450202 -0.892924 0.002008 +vn 0.524308 -0.851529 0.000347 +vn 0.594622 -0.803974 -0.007083 +vn 0.594631 -0.803996 0.002010 +vn 0.660670 -0.750676 0.000344 +vn 0.985617 -0.168996 0.000346 +vn 0.996372 -0.084809 -0.007082 +vn 0.996396 -0.084803 0.002008 +vn 1.000000 0.000000 0.000346 +vn 0.996372 0.084809 -0.007082 +vn 0.996396 0.084804 0.002008 +vn 0.985617 0.168996 0.000346 +vn 0.660668 0.750678 0.000345 +vn 0.594623 0.803973 -0.007082 +vn 0.594635 0.803994 0.002010 +vn 0.524310 0.851527 0.000348 +vn 0.450192 0.892904 -0.007081 +vn 0.450198 0.892927 0.002010 +vn 0.372849 0.927892 0.000346 +vn -0.292820 0.956167 0.000344 +vn -0.372846 0.927866 -0.007082 +vn -0.372855 0.927887 0.002011 +vn -0.450203 0.892926 0.000347 +vn -0.524295 0.851507 -0.007083 +vn -0.524306 0.851527 0.002010 +vn -0.594633 0.803998 0.000345 +vn -0.996398 0.084804 0.000346 +vn -0.999998 0.000000 0.002009 +vn 0.981194 -0.192709 -0.011003 +vn 0.979571 -0.201079 -0.002847 +vn 0.986863 -0.161277 0.009585 +vn 0.980800 -0.194638 0.012122 +vn 0.987822 -0.155559 -0.003018 +vn 0.980600 -0.195900 0.006916 +vn 0.981646 -0.189415 0.022205 +vn 0.992173 -0.122888 0.022170 +vn 0.993142 -0.116718 0.006834 +vn 0.992671 -0.120809 0.003046 +vn 0.993659 -0.111075 0.017432 +vn 0.993449 -0.110283 0.029946 +vn 0.997401 -0.072031 0.001636 +vn -0.005010 0.004798 0.999976 +vn 0.005272 -0.004670 0.999975 +vn -0.005385 0.004350 0.999976 +vn -0.005746 0.003878 0.999976 +vn -0.006047 0.003378 0.999976 +vn 0.006238 -0.003272 0.999975 +vn -0.006310 0.002854 0.999976 +vn -0.006538 0.002309 0.999976 +vn 0.006676 -0.002228 0.999975 +vn -0.006841 0.001172 0.999976 +vn 0.006942 -0.001127 0.999975 +vn -0.006921 0.000588 0.999976 +vn -0.006955 -0.000001 0.999976 +vn -0.006940 -0.000592 0.999976 +vn 0.006910 0.001124 0.999976 +vn -0.006770 -0.001763 0.999976 +vn -0.006609 -0.002336 0.999976 +vn 0.006617 0.002209 0.999976 +vn -0.006407 -0.002896 0.999975 +vn 0.006137 0.003223 0.999976 +vn -0.005863 -0.003964 0.999975 +vn 0.005504 0.004138 0.999976 +vn -0.005004 -0.004800 0.999976 +vn 0.005013 -0.004798 0.999976 +vn -0.005274 0.004670 0.999975 +vn 0.005388 -0.004350 0.999976 +vn 0.005746 -0.003878 0.999976 +vn -0.005951 0.003764 0.999975 +vn 0.006047 -0.003378 0.999976 +vn 0.006315 -0.002854 0.999976 +vn -0.006479 0.002759 0.999975 +vn 0.006709 -0.001747 0.999976 +vn 0.006841 -0.001172 0.999976 +vn -0.006942 0.001127 0.999975 +vn 0.006921 -0.000588 0.999976 +vn 0.006955 0.000001 0.999976 +vn -0.007024 -0.000001 0.999975 +vn 0.006940 0.000592 0.999976 +vn -0.006910 -0.001124 0.999976 +vn 0.006770 0.001763 0.999976 +vn -0.006618 -0.002209 0.999976 +vn 0.006407 0.002896 0.999975 +vn 0.006155 0.003440 0.999975 +vn 0.005863 0.003964 0.999975 +vn -0.005843 -0.003695 0.999976 +vn 0.005535 0.004465 0.999975 +vn 0.005008 0.004800 0.999976 +vn 0.004880 0.005080 0.999975 +vn -0.004114 -0.005570 0.999976 +vn 0.004004 0.005797 0.999975 +vn -0.003121 -0.006187 0.999976 +vn 0.003017 0.006362 0.999975 +vn -0.002584 -0.006432 0.999976 +vn -0.002028 -0.006631 0.999976 +vn 0.001957 0.006761 0.999975 +vn -0.001462 -0.006783 0.999976 +vn -0.000879 -0.006888 0.999976 +vn -0.000294 -0.006945 0.999976 +vn 0.000282 0.007019 0.999975 +vn 0.000292 -0.006954 0.999976 +vn -0.000842 0.006956 0.999976 +vn 0.001470 -0.006828 0.999976 +vn -0.001943 0.006705 0.999976 +vn 0.003167 -0.006286 0.999975 +vn -0.002978 0.006274 0.999976 +vn 0.003701 -0.006015 0.999975 +vn 0.004219 -0.005701 0.999975 +vn 0.004708 -0.005345 0.999975 +vn -0.004350 0.005324 0.999976 +vn -0.004879 -0.005081 0.999975 +vn 0.004118 0.005569 0.999976 +vn -0.004001 -0.005797 0.999975 +vn 0.003633 0.005900 0.999976 +vn 0.003119 0.006188 0.999976 +vn -0.003019 -0.006362 0.999975 +vn 0.002586 0.006432 0.999976 +vn 0.002028 0.006631 0.999976 +vn 0.001463 0.006783 0.999976 +vn -0.001407 -0.006893 0.999975 +vn 0.000882 0.006888 0.999976 +vn 0.000295 0.006945 0.999976 +vn -0.000282 -0.007019 0.999975 +vn -0.000886 0.006915 0.999976 +vn -0.001473 0.006828 0.999976 +vn 0.001400 -0.006854 0.999976 +vn -0.002619 0.006513 0.999975 +vn 0.002470 -0.006511 0.999976 +vn -0.003166 0.006286 0.999975 +vn 0.002978 -0.006275 0.999976 +vn -0.003701 0.006015 0.999975 +vn -0.004211 0.005701 0.999975 +vn 0.003915 -0.005678 0.999976 +vn -0.004700 0.005345 0.999975 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000366 -0.000086 -1.000000 +vn 0.005482 -0.002657 -0.999981 +vn -0.000001 -0.003292 -0.999995 +vn -0.001394 -0.000682 -0.999999 +vn -0.003978 0.000542 -0.999992 +vn -0.002253 0.004595 -0.999987 +vn -0.000299 0.000168 -1.000000 +vn -0.005491 0.002657 -0.999981 +vn 0.000001 0.003293 -0.999995 +vn 0.003947 0.000713 -0.999992 +vn 0.000543 -0.003985 -0.999992 +vn 0.000340 0.000435 -1.000000 +vn -0.000035 -0.000287 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001445 -0.001280 -0.999998 +vn 0.001182 -0.001319 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001558 -0.000360 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001851 -0.000945 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.003533 0.001898 -0.999992 +vn 0.001743 -0.003624 -0.999992 +vn 0.000063 -0.000318 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000146 0.000263 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.001905 -0.000184 -0.999998 +vn 0.000137 -0.000250 -1.000000 +vn 0.002783 -0.002909 -0.999992 +vn 0.002778 0.002898 -0.999992 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001131 0.000273 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001234 0.001469 -0.999998 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.001740 0.003613 -0.999992 +vn 0.003541 -0.001908 -0.999992 +vn 0.000054 0.000271 -1.000000 +vn 0.001470 0.001471 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000040 0.000332 -1.000000 +vn -0.000003 0.000001 -1.000000 +vn 0.001802 0.000918 -0.999998 +vn 0.000545 0.003975 -0.999992 +vn 0.003950 -0.000721 -0.999992 +vn 0.000306 -0.000143 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000151 0.000327 -1.000000 +vn -0.000715 0.003948 -0.999992 +vn 0.003986 0.000537 -0.999992 +vn 0.000983 0.003006 -0.999995 +vn 0.005481 0.001047 -0.999985 +vn 0.000707 0.000136 -1.000000 +vn 0.001209 0.002374 -0.999997 +vn -0.000221 0.000242 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000299 0.001890 -0.999998 +vn 0.000145 0.003741 -0.999993 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.001876 0.001625 -0.999997 +vn 0.000195 0.000206 -1.000000 +vn 0.005511 0.002666 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn -0.000299 0.001881 -0.999998 +vn 0.000000 0.000001 -1.000000 +vn 0.000127 0.000323 -1.000000 +vn -0.005478 0.001047 -0.999985 +vn -0.000684 0.000137 -1.000000 +vn -0.001208 0.002374 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000006 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.003948 -0.000713 -0.999992 +vn -0.000540 0.003986 -0.999992 +vn -0.000266 -0.000120 -1.000000 +vn 0.000038 0.000327 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001350 0.001197 -0.999998 +vn 0.000026 0.000001 -1.000000 +vn -0.001788 0.000805 -0.999998 +vn -0.000412 -0.001041 -0.999999 +vn -0.003538 -0.001898 -0.999992 +vn -0.001742 0.003618 -0.999992 +vn 0.000000 0.000001 -1.000000 +vn -0.010925 0.001735 -0.999939 +vn -0.023542 -0.006626 -0.999701 +vn -0.010067 -0.002122 -0.999947 +vn 0.000000 0.000000 -1.000000 +vn -0.008179 -0.000698 -0.999966 +vn -0.002775 -0.002897 -0.999992 +vn -0.002781 0.002909 -0.999992 +vn -0.000355 0.000652 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001742 -0.003609 -0.999992 +vn -0.003542 0.001908 -0.999992 +vn -0.000235 -0.001091 -0.999999 +vn -0.001751 -0.000998 -0.999998 +vn -0.000546 -0.003975 -0.999992 +vn -0.003953 0.000721 -0.999992 +vn 0.000042 -0.000346 -1.000000 +vn 0.004616 -0.003023 -0.999985 +vn -0.004292 -0.000579 -0.999991 +vn -0.001338 0.000656 -0.999999 +vn -0.001082 -0.002473 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000697 -0.000136 -1.000000 +vn -0.000981 -0.003006 -0.999995 +vn -0.005479 -0.001047 -0.999985 +vn -0.000700 -0.001161 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000290 -0.000163 -1.000000 +vn -0.000183 -0.001866 -0.999998 +vn 0.005163 -0.004434 -0.999977 +vn 0.000222 -0.000242 -1.000000 +vn -0.001879 -0.001625 -0.999997 +vn -0.000191 -0.000200 -1.000000 +vn 0.000233 -0.002362 -0.999997 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.005462 -0.001047 -0.999985 +vn 0.000682 -0.000137 -1.000000 +vn 0.001209 -0.002374 -0.999997 +vn 0.003966 -0.000542 -0.999992 +vn -0.000716 -0.003956 -0.999992 +vn -0.000155 -0.000333 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000007 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000041 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000012 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000016 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000008 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000027 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000019 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000037 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000011 0.000000 -1.000000 +vn 0.000116 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000114 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000014 0.000000 -1.000000 +vn 0.000076 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000333 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000045 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000034 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000089 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn -0.000086 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.947805 0.318833 0.003458 +vn 0.954158 0.299198 0.007898 +vn 0.958728 0.284276 0.005302 +vn 0.976646 0.214642 0.009592 +vn 0.991462 0.130339 0.003952 +vn 0.999095 0.041634 0.008723 +vn 0.997456 0.071283 0.000754 +vn 0.992219 -0.124318 0.006785 +vn 0.998159 -0.060421 0.005198 +vn 0.957537 -0.288162 0.009218 +vn 0.975842 -0.218419 0.005141 +vn 0.892864 -0.450232 0.009221 +vn 0.928486 -0.371346 0.004030 +vn 0.802653 -0.596434 0.003841 +vn 0.858110 -0.513440 0.005141 +vn 0.695338 -0.718656 0.006205 +vn 0.746497 -0.665297 0.011036 +vn 0.761398 -0.648202 0.010310 +vn 0.628142 -0.778087 0.004198 +vn 0.560550 -0.828065 0.009589 +vn 0.499617 -0.866231 0.005204 +vn 0.486023 -0.873910 0.007894 +vn 0.467899 -0.883782 0.000712 +vn -0.697542 0.716540 0.002223 +vn -0.723598 0.690151 -0.009869 +vn -0.741057 0.671441 -0.000767 +vn -0.732949 0.680274 -0.003542 +vn -0.769453 0.638695 0.003294 +vn -0.798328 0.602214 -0.003395 +vn -0.881296 0.472517 -0.006706 +vn -0.856115 0.516679 0.010505 +vn -0.947637 0.319307 -0.005142 +vn -0.922658 0.385602 0.003614 +vn -0.987853 0.155193 -0.007913 +vn -0.974100 0.226093 0.003487 +vn -0.999769 -0.018952 -0.010136 +vn -0.998128 0.060910 0.005472 +vn -0.981133 -0.193100 -0.009520 +vn -0.994422 -0.105247 0.006891 +vn -0.932925 -0.360018 -0.006207 +vn -0.963568 -0.267414 0.005239 +vn -0.860347 -0.509683 -0.005159 +vn -0.894228 -0.447602 0.002914 +vn -0.905395 -0.424565 0.002129 +vn -0.812506 -0.582947 0.002732 +vn -0.811895 -0.583751 -0.007869 +vn -0.771672 -0.636011 0.003512 +vn 0.004744 -0.005891 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.002285 -0.002195 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.001860 0.002283 0.999996 +vn 0.002074 -0.001534 0.999997 +vn 0.002142 -0.001193 0.999997 +vn 0.002226 -0.000887 0.999997 +vn 0.002805 0.000021 0.999996 +vn -0.003384 -0.001377 0.999993 +vn 0.003100 0.000425 0.999995 +vn 0.003988 0.000881 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002335 -0.000597 0.999997 +vn -0.002905 0.000123 0.999996 +vn 0.750010 -0.661418 0.003459 +vn 0.736179 -0.676740 0.007899 +vn 0.725560 -0.688139 0.005306 +vn 0.674198 -0.738489 0.009593 +vn 0.608616 -0.793455 0.003956 +vn 0.535613 -0.844419 0.008729 +vn 0.560451 -0.828187 0.000758 +vn 0.388461 -0.921440 0.006791 +vn 0.446740 -0.894649 0.005197 +vn 0.229211 -0.973333 0.009222 +vn 0.298765 -0.954313 0.005135 +vn 0.056500 -0.998360 0.009220 +vn 0.142651 -0.989765 0.004029 +vn -0.115207 -0.993334 0.003839 +vn -0.015589 -0.999865 0.005138 +vn -0.274707 -0.961508 0.006205 +vn -0.202908 -0.979136 0.011038 +vn -0.180654 -0.983493 0.010309 +vn -0.359785 -0.933026 0.004196 +vn -0.436849 -0.899484 0.009594 +vn -0.422308 -0.906452 -0.000515 +vn -0.513804 -0.857871 0.007900 +vn -0.531419 -0.847108 0.001451 +vn 0.271775 0.962360 0.001296 +vn 0.232517 0.972533 -0.010787 +vn 0.218227 0.975888 0.004332 +vn 0.142278 0.989779 -0.009739 +vn 0.161519 0.986790 0.012578 +vn -0.031439 0.999483 -0.006710 +vn 0.019404 0.999757 0.010495 +vn -0.197288 0.980332 -0.005141 +vn -0.127406 0.991844 0.003615 +vn -0.359525 0.933102 -0.007909 +vn -0.291234 0.956646 0.003493 +vn -0.516305 0.856345 -0.010135 +vn -0.446333 0.894850 0.005471 +vn -0.657802 0.753131 -0.009519 +vn -0.588339 0.808585 0.006894 +vn -0.778249 0.627926 -0.006207 +vn -0.713375 0.700763 0.005238 +vn -0.840471 0.541845 -0.003557 +vn -0.820374 0.571824 0.002129 +vn -0.911559 0.411095 -0.007849 +vn -0.936667 0.350204 0.003506 +vn -0.910822 0.412792 0.002535 +vn -0.901588 0.432553 0.006043 +vn 0.000347 -0.002372 0.999997 +vn 0.000038 -0.002452 0.999997 +vn 0.000256 0.002835 0.999996 +vn 0.000000 0.000000 1.000000 +vn 0.015834 -0.017299 0.999725 +vn 0.002002 -0.002579 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.000331 -0.002906 0.999996 +vn 0.001213 0.002800 0.999995 +vn -0.001911 -0.005017 0.999986 +vn 0.000000 0.000000 1.000000 +vn -0.001051 -0.004255 0.999990 +vn 0.001415 -0.002418 0.999996 +vn -0.002250 0.002332 0.999995 +vn -0.197795 -0.980237 0.003450 +vn -0.215716 -0.976431 0.007011 +vn -0.239053 -0.970948 0.010650 +vn -0.225142 -0.974317 0.004066 +vn -0.382851 -0.923802 0.003946 +vn -0.463485 -0.886062 0.008726 +vn -0.603768 -0.797131 0.006786 +vn -0.551431 -0.834204 0.005196 +vn -0.524282 -0.851525 0.005766 +vn -0.677071 -0.735900 0.005141 +vn -0.728333 -0.685162 0.009218 +vn -0.743860 -0.668331 0.002489 +vn -0.836359 -0.548105 0.009219 +vn -0.823591 -0.567185 0.000082 +vn -0.917860 -0.396886 0.003843 +vn -0.889636 -0.456648 0.004582 +vn -0.970044 -0.242850 0.006207 +vn -0.949408 -0.313851 0.011033 +vn -0.994542 -0.103897 0.009573 +vn -0.987917 -0.154930 0.004189 +vn -0.999932 0.011653 0.000000 +vn -0.999442 0.032632 0.007142 +vn -0.999963 0.002072 0.008416 +vn 0.969319 0.245797 0.002226 +vn 0.958497 0.284898 -0.010789 +vn 0.954264 0.298934 0.004340 +vn 0.929784 0.367977 -0.009713 +vn 0.802618 0.596482 -0.003549 +vn 0.795805 0.605551 0.001497 +vn 0.810476 0.585768 0.001929 +vn 0.822454 0.568819 -0.003852 +vn 0.896627 0.442755 0.005324 +vn 0.628316 0.777918 -0.007911 +vn 0.682868 0.730534 0.003493 +vn 0.483452 0.875312 -0.010135 +vn 0.551810 0.833952 0.005472 +vn 0.323333 0.946237 -0.009519 +vn 0.406075 0.913814 0.006891 +vn 0.154679 0.987945 -0.006205 +vn 0.250195 0.968181 0.005242 +vn -0.011227 0.999924 -0.005157 +vn 0.059472 0.998226 0.002926 +vn 0.085022 0.996377 0.002136 +vn -0.098604 0.995123 0.002737 +vn -0.099598 0.994997 -0.007874 +vn -0.164898 0.986306 0.002899 +vn -0.007474 -0.001167 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.003042 -0.000880 0.999995 +vn 0.000006 0.000000 1.000000 +vn -0.001315 -0.003239 0.999994 +vn -0.000599 0.004073 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002908 0.000469 0.999996 +vn -0.002365 -0.001029 0.999997 +vn -0.002104 -0.001259 0.999997 +vn -0.001885 -0.001485 0.999997 +vn -0.001376 -0.002439 0.999996 +vn 0.000492 0.003621 0.999993 +vn 0.001560 0.002454 0.999996 +vn -0.947815 -0.318807 0.003076 +vn -0.954160 -0.299192 0.007897 +vn -0.958724 -0.284288 0.005288 +vn -0.976646 -0.214642 0.009591 +vn -0.999094 -0.041643 0.008724 +vn -0.991462 -0.130339 0.003952 +vn -0.996602 0.082224 0.004860 +vn -0.999584 0.028277 0.005771 +vn -0.953583 0.300987 0.009273 +vn -0.975954 0.217887 0.006326 +vn -0.982494 0.186123 0.008034 +vn -0.892854 0.450252 0.009218 +vn -0.928492 0.371330 0.004028 +vn -0.802647 0.596442 0.003840 +vn -0.858112 0.513438 0.005138 +vn -0.695340 0.718654 0.006206 +vn -0.746507 0.665286 0.011040 +vn -0.761398 0.648203 0.010309 +vn -0.628134 0.778094 0.004199 +vn -0.560554 0.828062 0.009592 +vn -0.499556 0.866266 0.005256 +vn -0.486026 0.873909 0.007897 +vn -0.467898 0.883781 0.001455 +vn 0.699668 -0.714448 -0.005369 +vn 0.728731 -0.684800 0.000000 +vn 0.723936 -0.689849 -0.004965 +vn 0.739887 -0.672724 -0.003223 +vn 0.769453 -0.638694 0.003297 +vn 0.798327 -0.602215 -0.003391 +vn 0.881295 -0.472519 -0.006707 +vn 0.856104 -0.516696 0.010512 +vn 0.947637 -0.319307 -0.005143 +vn 0.922672 -0.385569 0.003617 +vn 0.987853 -0.155193 -0.007909 +vn 0.974097 -0.226105 0.003491 +vn 0.999947 -0.003364 -0.009700 +vn 0.998128 -0.060910 0.005471 +vn 0.932925 0.360017 -0.006213 +vn 0.963575 0.267387 0.005241 +vn 0.975881 0.218270 -0.003866 +vn 0.993934 0.109926 0.003386 +vn 0.825492 0.564366 0.007375 +vn 0.894229 0.447601 0.002919 +vn 0.860347 0.509683 -0.005161 +vn 0.905395 0.424565 0.002127 +vn 0.811895 0.583751 -0.007871 +vn 0.771762 0.635908 0.002352 +vn -0.003689 -0.000506 0.999993 +vn -0.002805 -0.000021 0.999996 +vn 0.003384 0.001377 0.999993 +vn -0.003388 0.004163 0.999986 +vn -0.000008 0.000000 1.000000 +vn -0.003154 0.003038 0.999990 +vn 0.003145 0.000780 0.999995 +vn -0.002335 0.000597 0.999997 +vn -0.002224 0.000887 0.999997 +vn 0.002509 -0.001279 0.999996 +vn -0.002140 0.001193 0.999997 +vn -0.002351 0.001739 0.999996 +vn 0.001822 -0.002450 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.013921 -0.004867 0.999891 +vn -0.749998 0.661434 0.002912 +vn -0.736192 0.676727 0.007897 +vn -0.725565 0.688134 0.005283 +vn -0.674210 0.738477 0.009592 +vn -0.608608 0.793461 0.003951 +vn -0.535608 0.844422 0.008726 +vn -0.560450 0.828188 0.000765 +vn -0.388456 0.921442 0.006789 +vn -0.446741 0.894648 0.005197 +vn -0.229212 0.973333 0.009218 +vn -0.298767 0.954312 0.005140 +vn -0.125250 0.992080 0.009483 +vn -0.142652 0.989765 0.004026 +vn 0.274708 0.961508 0.006203 +vn 0.202907 0.979136 0.011040 +vn 0.180653 0.983493 0.010308 +vn 0.113557 0.993531 0.000124 +vn 0.019530 0.999745 0.011364 +vn 0.359787 0.933025 0.004193 +vn 0.436858 0.899479 0.009592 +vn 0.422307 0.906453 -0.000512 +vn 0.513818 0.857863 0.007899 +vn 0.531403 0.847119 0.000727 +vn -0.271773 -0.962359 0.002225 +vn -0.232509 -0.972534 -0.010787 +vn -0.218250 -0.975883 0.004341 +vn -0.187159 -0.982284 -0.009466 +vn -0.060121 -0.998191 -0.000228 +vn -0.026940 -0.999636 0.001484 +vn 0.038688 -0.999251 -0.001258 +vn 0.197289 -0.980332 -0.005141 +vn 0.127401 -0.991845 0.003619 +vn 0.359529 -0.933100 -0.007914 +vn 0.291233 -0.956646 0.003494 +vn 0.516305 -0.856345 -0.010135 +vn 0.446328 -0.894853 0.005472 +vn 0.657797 -0.753135 -0.009521 +vn 0.588345 -0.808581 0.006892 +vn 0.778246 -0.627929 -0.006211 +vn 0.713372 -0.700766 0.005242 +vn 0.840463 -0.541857 -0.003561 +vn 0.820380 -0.571815 0.002128 +vn 0.911566 -0.411078 -0.007851 +vn 0.936648 -0.350259 0.003173 +vn 0.910824 -0.412788 0.002540 +vn 0.901588 -0.432553 0.006044 +vn 0.000000 0.000000 1.000000 +vn -0.004341 -0.009170 0.999949 +vn -0.001048 -0.002752 0.999996 +vn 0.002726 0.007059 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000760 0.003075 0.999995 +vn -0.000651 0.002321 0.999997 +vn -0.000345 0.002372 0.999997 +vn -0.005639 0.006017 0.999966 +vn -0.002360 0.003039 0.999993 +vn 0.000000 0.000000 1.000000 +vn 0.004330 -0.001739 0.999989 +vn -0.001002 0.002371 0.999997 +vn 0.002250 -0.002332 0.999995 +vn 0.000291 0.002562 0.999997 +vn -0.000038 0.002452 0.999997 +vn 0.197796 0.980242 0.001426 +vn 0.215716 0.976431 0.007005 +vn 0.239001 0.970962 0.010602 +vn 0.225139 0.974318 0.004061 +vn 0.382848 0.923803 0.003947 +vn 0.463487 0.886061 0.008724 +vn 0.436999 0.899462 0.000751 +vn 0.603762 0.797136 0.006786 +vn 0.551425 0.834209 0.005197 +vn 0.728325 0.685170 0.009218 +vn 0.677074 0.735897 0.005134 +vn 0.836351 0.548117 0.009221 +vn 0.785837 0.618421 0.004032 +vn 0.917855 0.396897 0.003844 +vn 0.873702 0.486435 0.005140 +vn 0.970043 0.242855 0.006206 +vn 0.949409 0.313850 0.011033 +vn 0.942059 0.335289 0.010311 +vn 0.987918 0.154918 0.004194 +vn 0.997400 0.071420 0.009590 +vn 0.999986 -0.000488 0.005259 +vn 0.999840 -0.016038 0.007896 +vn 0.999327 -0.036659 0.001457 +vn -0.969322 -0.245792 0.001290 +vn -0.958497 -0.284897 -0.010786 +vn -0.954256 -0.298958 0.004331 +vn -0.929781 -0.367984 -0.009712 +vn -0.935340 -0.353527 0.012573 +vn -0.890936 -0.454079 -0.006703 +vn -0.875596 -0.482958 0.009124 +vn -0.750345 -0.661026 -0.005144 +vn -0.795259 -0.606259 0.003616 +vn -0.654152 -0.756333 -0.006742 +vn -0.682866 -0.730535 0.003490 +vn -0.323331 -0.946238 -0.009521 +vn -0.406082 -0.913811 0.006891 +vn -0.472839 -0.881145 -0.002651 +vn -0.487062 -0.873353 0.005044 +vn -0.544434 -0.838799 -0.002858 +vn -0.154681 -0.987945 -0.006212 +vn -0.250193 -0.968182 0.005236 +vn 0.011225 -0.999924 -0.005161 +vn -0.059472 -0.998226 0.002923 +vn -0.085019 -0.996377 0.002138 +vn 0.098606 -0.995123 0.002734 +vn 0.099597 -0.994997 -0.007873 +vn 0.164895 -0.986308 0.002360 +vn 0.005302 0.000854 0.999986 +vn 0.000000 0.000000 1.000000 +vn 0.004209 0.001217 0.999990 +vn 0.000030 -0.004320 0.999991 +vn 0.000625 -0.004392 0.999990 +vn 0.001460 0.003581 0.999993 +vn -0.000008 0.000000 1.000000 +vn 0.002665 0.011416 0.999931 +vn 0.001379 0.002439 0.999996 +vn -0.001560 -0.002455 0.999996 +vn 0.001684 0.001724 0.999997 +vn 0.002104 0.001259 0.999997 +vn -0.002880 -0.000862 0.999996 +vn 0.002682 0.001167 0.999996 +vn -0.478858 -0.614298 0.627162 +vn -0.467933 -0.628017 0.621799 +vn -0.461740 -0.626896 0.627533 +vn -0.431128 -0.653763 0.621871 +vn -0.777712 -0.000001 0.628621 +vn -0.781902 -0.041707 0.622005 +vn -0.776913 -0.049793 0.627636 +vn -0.782465 -0.060309 0.619767 +vn -0.768390 -0.125079 0.627640 +vn -0.771546 -0.135516 0.621573 +vn -0.761756 -0.156232 0.628744 +vn -0.764722 -0.176278 0.619779 +vn -0.752488 -0.200218 0.627435 +vn -0.755039 -0.208337 0.621701 +vn -0.746669 -0.221176 0.627349 +vn -0.749213 -0.234076 0.619587 +vn -0.731853 -0.278516 0.621949 +vn -0.721453 -0.293504 0.627185 +vn -0.723293 -0.300352 0.621801 +vn -0.702858 -0.333636 0.628234 +vn -0.691105 -0.367986 0.622061 +vn -0.673858 -0.389677 0.627748 +vn -0.676556 -0.396226 0.620707 +vn -0.651896 -0.432815 0.622659 +vn -0.639170 -0.446387 0.626259 +vn -0.640702 -0.449284 0.622611 +vn -0.591698 -0.508005 0.625959 +vn -0.594299 -0.508558 0.623038 +vn -0.562122 -0.539320 0.627019 +vn -0.569144 -0.538353 0.621491 +vn -0.540979 -0.564288 0.623635 +vn -0.526249 -0.578749 0.622986 +vn -0.398239 -0.672071 0.624280 +vn -0.405977 -0.667011 0.624723 +vn -0.365200 -0.688666 0.626393 +vn -0.381487 -0.683183 0.622679 +vn -0.328942 -0.705742 0.627475 +vn -0.340145 -0.705522 0.621723 +vn -0.317739 -0.716057 0.621534 +vn -0.304365 -0.715725 0.628569 +vn -0.276557 -0.734762 0.619388 +vn -0.249201 -0.742783 0.621428 +vn -0.236477 -0.741675 0.627692 +vn -0.219785 -0.753789 0.619271 +vn -0.178184 -0.762853 0.621535 +vn -0.163170 -0.761174 0.627686 +vn -0.154707 -0.768338 0.621065 +vn -0.124607 -0.767159 0.629238 +vn -0.080170 -0.779269 0.621541 +vn -0.061205 -0.775674 0.628159 +vn -0.044657 -0.783582 0.619681 +vn -0.005158 -0.783198 0.621751 +vn 0.011394 -0.778810 0.627156 +vn 0.015165 -0.784034 0.620533 +vn 0.086636 -0.774123 0.627079 +vn 0.091565 -0.777598 0.622059 +vn 0.125119 -0.768073 0.628021 +vn 0.132559 -0.772858 0.620580 +vn 0.166421 -0.764737 0.622480 +vn 0.186983 -0.756132 0.627138 +vn 0.190898 -0.760262 0.620935 +vn 0.257041 -0.736089 0.626181 +vn 0.258652 -0.738339 0.622860 +vn 0.329589 -0.706939 0.625786 +vn 0.328036 -0.709817 0.623340 +vn 0.361207 -0.690245 0.626970 +vn 0.357213 -0.697048 0.621710 +vn 0.395701 -0.675534 0.622153 +vn 0.415397 -0.663766 0.621980 +vn 0.416001 -0.657521 0.628179 +vn 0.476586 -0.621698 0.621577 +vn 0.479138 -0.613806 0.627430 +vn 0.506771 -0.597498 0.621433 +vn 0.540386 -0.564528 0.623932 +vn 0.532163 -0.571205 0.624922 +vn 0.558642 -0.543576 0.626454 +vn 0.547716 -0.556969 0.624334 +vn 0.589458 -0.508442 0.627714 +vn 0.752455 0.201308 0.627125 +vn 0.751844 0.219130 0.621863 +vn 0.746866 0.219666 0.627645 +vn 0.736931 0.264549 0.622050 +vn 0.601797 -0.501607 0.621475 +vn 0.603345 -0.490680 0.628655 +vn 0.646756 -0.442197 0.621424 +vn 0.649854 -0.428750 0.627586 +vn 0.662158 -0.421633 0.619493 +vn 0.688195 -0.363903 0.627664 +vn 0.697345 -0.357020 0.621487 +vn 0.702632 -0.332922 0.628865 +vn 0.717455 -0.318010 0.619780 +vn 0.720778 -0.294592 0.627450 +vn 0.727907 -0.289217 0.621695 +vn 0.728494 -0.273868 0.627927 +vn 0.739900 -0.262275 0.619483 +vn 0.751847 -0.219129 0.621859 +vn 0.752439 -0.201140 0.627198 +vn 0.758086 -0.197318 0.621588 +vn 0.768753 -0.126451 0.626920 +vn 0.773139 -0.123563 0.622084 +vn 0.772726 -0.093338 0.627840 +vn 0.779015 -0.088994 0.620658 +vn 0.777919 -0.048046 0.626525 +vn 0.781103 -0.047519 0.622591 +vn 0.779525 -0.000002 0.626371 +vn 0.782299 0.000009 0.622903 +vn 0.778363 0.047322 0.626029 +vn 0.780766 0.046903 0.623060 +vn 0.769816 0.126758 0.625553 +vn 0.772030 0.123193 0.623533 +vn 0.768812 0.147455 0.622242 +vn 0.723505 0.294388 0.624400 +vn 0.726369 0.286702 0.624652 +vn 0.715169 0.318032 0.622406 +vn 0.688514 0.364339 0.627061 +vn 0.696790 0.356936 0.622157 +vn 0.685560 0.379250 0.621431 +vn 0.673016 0.388817 0.629182 +vn 0.649849 0.428748 0.627592 +vn 0.646928 0.442215 0.621233 +vn 0.636666 0.447681 0.627884 +vn 0.628251 0.471191 0.619096 +vn 0.589431 0.508504 0.627690 +vn 0.588272 0.518408 0.620636 +vn 0.560364 0.538230 0.629524 +vn 0.537301 0.563410 0.627595 +vn 0.534013 0.573078 0.621620 +vn 0.514928 0.582785 0.628658 +vn 0.505916 0.599971 0.619745 +vn 0.479133 0.613810 0.627431 +vn 0.476561 0.621566 0.621729 +vn 0.461131 0.627699 0.627178 +vn 0.458729 0.636622 0.619903 +vn 0.398098 0.669496 0.627131 +vn 0.395671 0.675732 0.621957 +vn 0.361425 0.689091 0.628112 +vn 0.357795 0.697776 0.620558 +vn 0.328796 0.710273 0.622420 +vn 0.304768 0.716814 0.627132 +vn 0.303477 0.722859 0.620787 +vn 0.258955 0.738343 0.622729 +vn 0.239599 0.741912 0.626226 +vn 0.239266 0.744940 0.622749 +vn 0.164537 0.762372 0.625873 +vn 0.167006 0.764165 0.623025 +vn 0.125606 0.768824 0.627004 +vn 0.132387 0.772084 0.621578 +vn 0.070351 0.779978 0.621841 +vn 0.062592 0.775541 0.628187 +vn -0.005156 0.783199 0.621750 +vn -0.011139 0.778564 0.627466 +vn -0.047113 0.781865 0.621665 +vn -0.089175 0.776223 0.624120 +vn -0.079138 0.776750 0.624817 +vn -0.120945 0.770030 0.626439 +vn -0.104384 0.775085 0.623175 +vn -0.163437 0.761181 0.627608 +vn -0.721619 0.293391 0.627047 +vn -0.731851 0.278514 0.621952 +vn -0.727796 0.275436 0.628051 +vn -0.178184 0.762850 0.621539 +vn -0.187037 0.754850 0.628664 +vn -0.219784 0.753791 0.619269 +vn -0.249198 0.742783 0.621428 +vn -0.259489 0.734017 0.627602 +vn -0.276557 0.734763 0.619387 +vn -0.317745 0.716058 0.621530 +vn -0.329193 0.705447 0.627675 +vn -0.340753 0.705571 0.621334 +vn -0.361452 0.688248 0.629021 +vn -0.406139 0.669955 0.621459 +vn -0.417395 0.656649 0.628167 +vn -0.434502 0.653693 0.619591 +vn -0.478914 0.614228 0.627189 +vn -0.484737 0.615659 0.621284 +vn -0.536396 0.564933 0.627001 +vn -0.541961 0.565045 0.622095 +vn -0.561561 0.538848 0.627927 +vn -0.569806 0.538663 0.620615 +vn -0.594167 0.509323 0.622540 +vn -0.603811 0.492284 0.626952 +vn -0.608623 0.493499 0.621318 +vn -0.649262 0.431795 0.626109 +vn -0.651440 0.433062 0.622964 +vn -0.689872 0.364143 0.625681 +vn -0.689923 0.367880 0.623435 +vn -0.703314 0.335142 0.626921 +vn -0.703808 0.343344 0.621907 +vn -0.754238 0.202829 0.624488 +vn -0.752426 0.209968 0.624314 +vn -0.763161 0.174389 0.622233 +vn -0.769061 0.125075 0.626818 +vn -0.775603 0.112124 0.621183 +vn -0.771446 0.093634 0.629368 +vn -0.776909 0.049792 0.627641 +vn -0.781971 0.041737 0.621916 +vn -0.787035 0.000000 0.616908 +vn -0.000004 0.000000 1.000000 +vn 0.002168 -0.007260 0.999971 +vn -0.000005 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn -0.001691 -0.007386 0.999971 +vn 0.000002 0.000000 1.000000 +vn -0.000720 -0.007527 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005086 -0.005612 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.004641 -0.005807 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.007328 0.001928 0.999971 +vn -0.000002 0.000000 1.000000 +vn 0.007012 0.002846 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.006898 -0.002784 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.007187 -0.002393 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005098 0.005602 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.006709 0.003224 0.999972 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000006 0.000000 1.000000 +vn -0.001698 0.007383 0.999971 +vn 0.000007 0.000000 1.000000 +vn -0.002628 0.007103 0.999971 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.003901 0.006456 0.999972 +vn -0.000007 0.000000 1.000000 +vn -0.000011 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.589968 -0.673732 0.444998 +vn -0.627194 -0.630127 0.457786 +vn -0.646787 -0.620489 0.443463 +vn -0.654441 -0.601686 0.457908 +vn -0.697778 -0.561688 0.444536 +vn -0.740861 -0.503291 0.444773 +vn -0.738910 -0.494743 0.457430 +vn -0.782598 -0.434218 0.446088 +vn -0.776870 -0.431622 0.458450 +vn -0.815342 -0.367182 0.447655 +vn -0.843907 -0.300120 0.444689 +vn -0.185993 -0.875846 0.445310 +vn -0.239794 -0.856130 0.457756 +vn -0.261771 -0.857198 0.443494 +vn -0.276840 -0.844792 0.457915 +vn -0.335380 -0.830540 0.444662 +vn -0.401403 -0.800565 0.444941 +vn -0.402723 -0.792882 0.457333 +vn -0.471369 -0.760727 0.446213 +vn -0.465440 -0.757176 0.458313 +vn -0.532945 -0.717829 0.447986 +vn 0.265212 -0.855024 0.445642 +vn 0.208453 -0.864315 0.457720 +vn 0.189786 -0.875928 0.443545 +vn 0.171542 -0.872298 0.457898 +vn 0.112064 -0.888597 0.444789 +vn 0.039836 -0.894582 0.445125 +vn 0.036350 -0.888609 0.457224 +vn -0.040412 -0.893963 0.446314 +vn -0.034356 -0.888196 0.458179 +vn -0.115562 -0.886370 0.448324 +vn 0.648803 -0.616567 0.445983 +vn 0.603560 -0.652869 0.457686 +vn 0.593050 -0.671933 0.443618 +vn 0.576225 -0.676994 0.457869 +vn 0.531012 -0.721164 0.444914 +vn 0.470846 -0.761574 0.445319 +vn 0.466187 -0.757450 0.457099 +vn 0.400806 -0.800035 0.446428 +vn 0.405627 -0.791013 0.458002 +vn 0.330955 -0.830144 0.448697 +vn 0.867104 -0.221191 0.446324 +vn 0.845259 -0.275826 0.457665 +vn 0.845496 -0.297090 0.443704 +vn 0.833745 -0.308652 0.457825 +vn 0.815166 -0.370722 0.445050 +vn 0.782269 -0.435384 0.445530 +vn 0.777051 -0.432863 0.456969 +vn 0.740140 -0.502798 0.446527 +vn 0.741469 -0.490531 0.457824 +vn 0.693403 -0.563498 0.449067 +vn 0.816693 0.369574 0.443202 +vn 0.833762 0.308687 0.457771 +vn 0.845493 0.297098 0.443705 +vn 0.845221 0.275820 0.457738 +vn 0.867232 0.225725 0.443798 +vn 0.882925 0.153213 0.443812 +vn 0.878239 0.138430 0.457749 +vn 0.892399 0.073756 0.445179 +vn 0.895159 0.001159 0.445746 +vn 0.889552 0.002312 0.456828 +vn 0.891342 -0.077764 0.446612 +vn 0.886841 -0.063911 0.457633 +vn 0.879905 -0.154138 0.449453 +vn 0.532565 0.720954 0.443396 +vn 0.576216 0.677041 0.457811 +vn 0.593051 0.671934 0.443616 +vn 0.603533 0.652839 0.457765 +vn 0.647085 0.619874 0.443889 +vn 0.695919 0.564469 0.443928 +vn 0.698610 0.550000 0.457650 +vn 0.743123 0.499465 0.445312 +vn 0.780966 0.437260 0.445977 +vn 0.774917 0.436973 0.456682 +vn 0.113146 0.889047 0.443614 +vn 0.171525 0.872331 0.457841 +vn 0.189779 0.875930 0.443544 +vn 0.208435 0.864280 0.457793 +vn 0.262753 0.856646 0.443981 +vn 0.332106 0.832183 0.444047 +vn 0.340710 0.821320 0.457548 +vn 0.405236 0.798350 0.445444 +vn 0.468734 0.762349 0.446221 +vn 0.462413 0.760105 0.456524 +vn -0.334960 0.831137 0.443862 +vn -0.276872 0.844814 0.457856 +vn -0.261779 0.857194 0.443497 +vn -0.239799 0.856095 0.457819 +vn -0.188202 0.875996 0.444084 +vn -0.115989 0.888397 0.444183 +vn -0.104204 0.883127 0.457414 +vn -0.035477 0.894538 0.445583 +vn 0.037748 0.893996 0.446483 +vn 0.031793 0.889232 0.456351 +vn -0.697831 0.561955 0.444117 +vn -0.654480 0.601690 0.457849 +vn -0.646793 0.620483 0.443463 +vn -0.627185 0.630088 0.457851 +vn -0.591347 0.673054 0.444193 +vn -0.534524 0.718933 0.444319 +vn -0.522596 0.719579 0.457275 +vn -0.467149 0.763614 0.445719 +vn -0.402666 0.798918 0.446754 +vn -0.407021 0.791351 0.456177 +vn -0.883194 0.149941 0.444394 +vn -0.865044 0.205144 0.457838 +vn -0.867345 0.225984 0.443446 +vn -0.855005 0.243550 0.457876 +vn -0.844379 0.299359 0.444306 +vn -0.817201 0.366930 0.444461 +vn -0.807623 0.371970 0.457584 +vn -0.780166 0.438823 0.445842 +vn -0.740840 0.501311 0.447039 +vn -0.741998 0.491424 0.456006 +vn -0.823839 -0.333536 0.458304 +vn -0.867345 -0.225992 0.443442 +vn -0.865008 -0.205156 0.457900 +vn -0.883126 -0.150264 0.444420 +vn -0.892307 -0.078156 0.444612 +vn -0.886419 -0.070342 0.457508 +vn -0.895043 0.002618 0.445973 +vn -0.891067 0.076714 0.447341 +vn -0.887620 0.066021 0.455820 +vn -0.807204 0.017750 0.590006 +vn -0.808482 -0.033429 0.587570 +vn -0.249273 -0.953929 0.166981 +vn -0.871919 -0.378896 0.310153 +vn -0.815983 -0.487842 0.310133 +vn -0.664706 -0.679698 0.310124 +vn -0.469505 -0.826651 0.310181 +vn -0.194326 -0.955442 0.222191 +vn -0.879904 -0.135045 0.455556 +vn -0.855239 -0.247004 0.455582 +vn -0.698988 -0.551235 0.455583 +vn -0.535390 -0.711194 0.455589 +vn -0.336440 -0.824162 0.455593 +vn -0.216560 -0.779027 0.588403 +vn -0.677461 -0.195758 0.709031 +vn -0.536695 -0.233395 0.810855 +vn -0.646690 -0.281191 0.709031 +vn -0.502250 -0.300445 0.810850 +vn -0.605166 -0.361970 0.709050 +vn -0.409094 -0.418527 0.810850 +vn -0.288899 -0.508964 0.810859 +vn -0.221103 -0.541883 0.810849 +vn -0.161236 -0.564392 0.809608 +vn -0.191481 -0.679988 0.707779 +vn -0.453165 -0.029266 0.890946 +vn -0.445693 -0.068504 0.892561 +vn -0.280181 -0.121862 0.952181 +vn -0.386970 -0.231493 0.892561 +vn -0.315177 -0.322475 0.892566 +vn -0.222558 -0.392155 0.892571 +vn -0.088119 -0.295608 0.951236 +vn -0.038356 0.306631 0.951055 +vn -0.069541 0.354068 0.932631 +vn -0.064749 0.582771 0.810053 +vn -0.147394 0.909673 0.388292 +vn -0.086381 0.886860 0.453892 +vn 0.890967 0.219103 0.397707 +vn 0.902873 0.298195 0.309678 +vn 0.771879 0.241721 0.588026 +vn 0.734922 0.171866 0.656012 +vn 0.079180 0.006427 0.996840 +vn 0.299795 0.089661 0.949781 +vn 0.283993 0.131418 0.949777 +vn 0.415122 0.192075 0.889259 +vn 0.643725 0.297758 0.704953 +vn 0.809529 0.374279 0.452302 +vn 0.383562 0.249228 0.889250 +vn 0.594789 0.386353 0.704952 +vn 0.748046 0.485722 0.452218 +vn 0.062720 0.453085 0.889258 +vn 0.086582 0.300703 0.949780 +vn 0.126588 0.439541 0.889258 +vn 0.097367 0.702546 0.704946 +vn 0.196361 0.681529 0.704955 +vn 0.122585 0.883416 0.452272 +vn 0.247077 0.856982 0.452256 +vn -0.000299 0.987036 0.160497 +vn -0.086381 0.886860 0.453892 +vn -0.003639 0.709261 0.704937 +vn -0.002411 0.457384 0.889266 +vn 0.398874 0.902263 0.163770 +vn 0.291396 0.646636 0.704947 +vn 0.187872 0.417043 0.889258 +vn 0.065958 0.146500 0.987009 +vn 0.478568 0.752614 0.452266 +vn 0.380461 0.598564 0.704961 +vn 0.245331 0.386069 0.889249 +vn 0.580828 0.676810 0.452290 +vn 0.461853 0.538325 0.704910 +vn 0.297796 0.347204 0.889251 +vn 0.744960 0.647980 0.158608 +vn 0.609953 0.533708 0.585759 +vn 0.444392 0.388993 0.806970 +vn -0.449616 -0.837999 0.309196 +vn -0.483422 -0.777360 0.402511 +vn 0.701480 -0.692855 0.166965 +vn -0.107818 -0.944551 0.310160 +vn 0.014460 -0.950581 0.310139 +vn 0.256285 -0.915488 0.310160 +vn 0.481157 -0.819925 0.310179 +vn 0.730284 -0.645963 0.222298 +vn -0.322982 -0.829541 0.455570 +vn -0.213715 -0.864172 0.455558 +vn 0.127888 -0.880990 0.455523 +vn 0.348216 -0.819281 0.455548 +vn 0.545539 -0.703451 0.455570 +vn 0.566340 -0.577073 0.588426 +vn -0.392235 -0.650832 0.650054 +vn -0.324039 -0.628832 0.706802 +vn 0.565620 -0.511125 0.647167 +vn -0.169196 -0.684566 0.709043 +vn -0.066217 -0.581464 0.810873 +vn -0.079819 -0.700633 0.709043 +vn 0.009056 -0.585187 0.810848 +vn 0.010882 -0.705112 0.709012 +vn 0.157905 -0.563525 0.810867 +vn 0.296335 -0.504659 0.810867 +vn 0.358731 -0.462411 0.810856 +vn -0.201438 -0.405829 0.891474 +vn -0.163509 -0.420236 0.892562 +vn 0.313776 -0.326888 0.891453 +vn -0.034554 -0.303564 0.952184 +vn 0.006995 -0.450847 0.892574 +vn 0.121681 -0.434176 0.892572 +vn -0.790637 0.294853 0.536614 +vn -0.752690 0.280312 0.595720 +vn -0.737641 0.332048 0.587903 +vn -0.144434 0.059168 0.987744 +vn -0.087479 0.025813 0.995832 +vn 0.254410 0.874785 0.412342 +vn 0.157275 0.688276 0.708195 +vn 0.192551 0.613605 0.765776 +vn 0.099116 0.291131 0.951535 +vn 0.053927 0.144846 0.987984 +vn 0.014461 0.160009 0.987010 +vn 0.041212 0.455533 0.889265 +vn 0.063999 0.706367 0.704947 +vn 0.080630 0.888215 0.452297 +vn -0.024061 0.456772 0.889258 +vn -0.037198 0.708275 0.704955 +vn -0.046625 0.890663 0.452266 +vn -0.126811 0.098640 0.987010 +vn -0.361020 0.280854 0.889261 +vn -0.317377 0.329399 0.889251 +vn -0.559737 0.435590 0.704951 +vn -0.492008 0.510838 0.704963 +vn -0.703771 0.547869 0.452268 +vn -0.618625 0.642469 0.452257 +vn -0.854936 0.493272 0.160522 +vn -0.703953 0.401702 0.585735 +vn -0.513011 0.292644 0.806956 +vn -0.581948 0.796559 0.163800 +vn -0.473398 0.657871 0.585747 +vn -0.345052 0.479353 0.806945 +vn -0.182857 0.253957 0.949773 +vn -0.439975 0.843627 0.307759 +vn -0.374939 0.718561 0.585740 +vn -0.273269 0.523559 0.806976 +vn -0.315385 0.897668 0.307772 +vn -0.268802 0.764628 0.585738 +vn -0.195970 0.557154 0.806955 +vn -0.103887 0.295201 0.949770 +vn -0.188679 0.969144 0.158618 +vn -0.157232 0.795112 0.585727 +vn -0.114662 0.579348 0.806975 +vn 0.388173 -0.707857 0.590135 +vn 0.433182 -0.683455 0.587574 +vn 0.950777 0.261070 0.166929 +vn 0.764098 -0.565665 0.310124 +vn 0.830454 -0.462767 0.310148 +vn 0.920978 -0.235808 0.310151 +vn 0.950662 0.006724 0.310156 +vn 0.924564 0.309392 0.222391 +vn 0.556905 -0.694484 0.455575 +vn 0.641538 -0.617143 0.455592 +vn 0.826886 -0.329731 0.455561 +vn 0.883604 -0.108075 0.455592 +vn 0.881974 0.120715 0.455577 +vn 0.782933 0.201964 0.588410 +vn 0.508237 -0.488841 0.709035 +vn 0.470470 -0.348085 0.810861 +vn 0.566858 -0.419437 0.709045 +vn 0.511324 -0.284747 0.810843 +vn 0.616061 -0.343121 0.709040 +vn 0.543649 -0.216673 0.810863 +vn 0.567006 -0.145013 0.810849 +vn 0.585224 0.004299 0.810860 +vn 0.579815 0.079466 0.810863 +vn 0.569421 0.142556 0.809591 +vn 0.684648 0.174182 0.707756 +vn 0.321458 -0.493165 0.808365 +vn 0.251932 -0.377849 0.890932 +vn 0.282158 -0.351710 0.892573 +vn 0.366216 -0.456498 0.810861 +vn 0.325026 -0.312528 0.892572 +vn 0.421818 -0.405660 0.810870 +vn 0.421818 -0.405660 0.810870 +vn 0.325026 -0.312528 0.892572 +vn 0.362490 -0.268172 0.892572 +vn 0.418888 -0.166929 0.892562 +vn 0.436867 -0.111710 0.892563 +vn 0.266917 -0.148629 0.952190 +vn -0.363875 -0.271350 0.891047 +vn -0.378169 -0.323376 0.867419 +vn -0.337304 -0.285986 0.896905 +vn -0.724704 -0.519097 0.453148 +vn -0.597502 0.625109 0.502225 +vn -0.660268 0.596924 0.455772 +vn -0.564214 0.594393 0.573026 +vn -0.595289 0.547602 0.588016 +vn -0.198462 0.230511 0.952616 +vn -0.102093 0.122268 0.987232 +vn -0.439541 0.480839 0.758681 +vn -0.131315 0.092532 0.987013 +vn -0.373915 0.263462 0.889255 +vn -0.579720 0.408615 0.704953 +vn -0.728900 0.513954 0.452278 +vn -0.407606 0.207555 0.889257 +vn -0.631993 0.321919 0.704949 +vn -0.794656 0.404957 0.452251 +vn -0.148788 -0.060508 0.987016 +vn -0.155957 -0.038704 0.987005 +vn -0.423754 -0.172220 0.889254 +vn -0.657112 -0.266952 0.704941 +vn -0.688420 -0.170702 0.704939 +vn -0.826355 -0.335562 0.452257 +vn -0.865709 -0.214504 0.452257 +vn -0.854648 -0.493772 0.160521 +vn -0.699849 -0.408788 0.585751 +vn -0.980817 -0.105707 0.163783 +vn -0.705699 -0.070971 0.704948 +vn -0.455123 -0.045827 0.889249 +vn -0.891068 0.038149 0.452263 +vn -0.708630 0.030218 0.704933 +vn -0.456980 0.019422 0.889265 +vn -0.935106 0.175678 0.307756 +vn -0.796577 0.149513 0.585756 +vn -0.580467 0.108854 0.806975 +vn -0.307569 0.057641 0.949778 +vn -0.933641 0.321181 0.158609 +vn -0.767187 0.261381 0.585751 +vn -0.559104 0.190387 0.806942 +vn 0.988559 -0.034031 0.146943 +vn 0.195085 0.960357 0.199138 +vn 0.950534 0.029641 0.309202 +vn 0.871908 0.378902 0.310178 +vn 0.815992 0.487829 0.310130 +vn 0.664704 0.679681 0.310166 +vn 0.469510 0.826660 0.310151 +vn 0.249514 0.917707 0.309123 +vn 0.879894 0.135051 0.455574 +vn 0.855257 0.247005 0.455548 +vn 0.698990 0.551240 0.455575 +vn 0.535396 0.711193 0.455582 +vn 0.336433 0.824157 0.455607 +vn 0.849290 -0.021988 0.527469 +vn 0.808346 0.033052 0.587779 +vn 0.174168 0.834095 0.523404 +vn 0.192867 0.680158 0.707239 +vn 0.677448 0.195757 0.709044 +vn 0.536688 0.233399 0.810858 +vn 0.646672 0.281195 0.709045 +vn 0.502267 0.300431 0.810845 +vn 0.605201 0.361952 0.709029 +vn 0.409106 0.418513 0.810851 +vn 0.288893 0.508968 0.810859 +vn 0.221103 0.541884 0.810848 +vn 0.445703 0.068504 0.892556 +vn 0.126423 0.434626 0.891694 +vn 0.162533 0.562796 0.810459 +vn 0.310132 0.021401 0.950453 +vn 0.280174 0.121858 0.952183 +vn 0.386964 0.231490 0.892564 +vn 0.315174 0.322473 0.892567 +vn 0.222558 0.392167 0.892565 +vn 0.086844 0.295211 0.951477 +vn 0.037349 -0.307071 0.950953 +vn 0.065980 -0.343615 0.936790 +vn -0.884789 -0.217046 0.412359 +vn -0.674706 -0.207926 0.708194 +vn -0.638649 -0.142819 0.756128 +vn -0.301697 -0.059743 0.951530 +vn -0.152418 -0.025734 0.987981 +vn -0.299792 -0.089657 0.949782 +vn -0.283970 -0.131423 0.949784 +vn -0.536023 -0.247978 0.806961 +vn -0.735626 -0.340195 0.585766 +vn -0.134731 -0.087551 0.987007 +vn -0.383579 -0.249211 0.889248 +vn -0.594778 -0.386364 0.704955 +vn -0.748041 -0.485715 0.452234 +vn -0.062725 -0.453092 0.889254 +vn -0.126596 -0.439539 0.889257 +vn -0.081031 -0.585025 0.806957 +vn -0.163488 -0.567531 0.806957 +vn -0.111323 -0.802818 0.585739 +vn -0.224463 -0.778788 0.585752 +vn 0.000299 -0.987040 0.160474 +vn 0.004094 -0.810496 0.585730 +vn 0.082307 -0.806113 0.586010 +vn 0.003073 -0.590581 0.806972 +vn -0.398866 -0.902267 0.163770 +vn -0.333043 -0.738914 0.585738 +vn -0.242591 -0.538466 0.806972 +vn -0.510614 -0.802844 0.307759 +vn -0.434837 -0.683963 0.585757 +vn -0.316777 -0.498464 0.806961 +vn -0.167807 -0.264114 0.949781 +vn -0.619698 -0.721986 0.307751 +vn -0.527789 -0.615098 0.585742 +vn -0.384507 -0.448284 0.806967 +vn -0.744960 -0.647976 0.158625 +vn -0.609962 -0.533703 0.585754 +vn -0.444393 -0.388993 0.806969 +vn 0.502561 0.810076 0.302009 +vn 0.450244 0.837393 0.309925 +vn -0.736344 0.651816 0.181476 +vn 0.107817 0.944551 0.310159 +vn -0.014465 0.950587 0.310122 +vn -0.256278 0.915490 0.310162 +vn -0.481162 0.819930 0.310157 +vn -0.670249 0.674490 0.309564 +vn 0.322986 0.829549 0.455553 +vn 0.213713 0.864149 0.455603 +vn -0.127883 0.880966 0.455571 +vn -0.348204 0.819259 0.455598 +vn -0.545534 0.703452 0.455574 +vn -0.637515 0.570748 0.517515 +vn 0.387989 0.635122 0.667895 +vn 0.324262 0.628033 0.707410 +vn 0.169193 0.684576 0.709034 +vn 0.066214 0.581486 0.810857 +vn 0.079820 0.700634 0.709042 +vn -0.009056 0.585185 0.810849 +vn -0.010880 0.705113 0.709011 +vn -0.084182 0.579153 0.810861 +vn -0.157908 0.563539 0.810857 +vn -0.229024 0.538573 0.810856 +vn -0.296348 0.504664 0.810859 +vn -0.357052 0.608116 0.709019 +vn -0.358744 0.462423 0.810844 +vn -0.407765 0.422237 0.809595 +vn 0.163504 0.420226 0.892568 +vn 0.108156 0.437746 0.892570 +vn 0.140396 0.568156 0.810856 +vn 0.140396 0.568156 0.810856 +vn 0.108156 0.437746 0.892570 +vn 0.051009 0.448022 0.892566 +vn -0.064881 0.446233 0.892562 +vn -0.276390 0.356257 0.892575 +vn -0.004747 0.305478 0.952187 +vn 0.417015 -0.179540 0.890990 +vn 0.538061 -0.236151 0.809150 +vn 0.542583 -0.196840 0.816613 +vn 0.737592 -0.333082 0.587379 +vn -0.242598 -0.829991 0.502256 +vn -0.186818 -0.870284 0.455746 +vn -0.232663 -0.785865 0.572961 +vn -0.176600 -0.789318 0.588039 +vn -0.054877 -0.149535 0.987232 +vn -0.144324 -0.431472 0.890507 +vn -0.014462 -0.160016 0.987009 +vn -0.041214 -0.455561 0.889250 +vn -0.063998 -0.706362 0.704952 +vn -0.080625 -0.888222 0.452285 +vn 0.024063 -0.456768 0.889260 +vn 0.037203 -0.708254 0.704977 +vn 0.046625 -0.890665 0.452263 +vn 0.126818 -0.098647 0.987009 +vn 0.111505 -0.115694 0.987006 +vn 0.317372 -0.329394 0.889255 +vn 0.559741 -0.435597 0.704944 +vn 0.492040 -0.510819 0.704955 +vn 0.703779 -0.547867 0.452257 +vn 0.618619 -0.642459 0.452280 +vn 0.854944 -0.493247 0.160556 +vn 0.513006 -0.292636 0.806963 +vn 0.581946 -0.796559 0.163806 +vn 0.473401 -0.657883 0.585732 +vn 0.345049 -0.479353 0.806946 +vn 0.439969 -0.843630 0.307760 +vn 0.374936 -0.718590 0.585706 +vn 0.273258 -0.523544 0.806990 +vn 0.144824 -0.277386 0.949781 +vn 0.315386 -0.897668 0.307773 +vn 0.268799 -0.764610 0.585764 +vn 0.195971 -0.557149 0.806958 +vn 0.188679 -0.969141 0.158638 +vn 0.157230 -0.795121 0.585715 +vn 0.114664 -0.579364 0.806963 +vn -0.432809 0.683538 0.587751 +vn -0.376225 0.682423 0.626701 +vn -0.367575 0.665076 0.650049 +vn -0.919058 -0.243361 0.310014 +vn -0.906655 -0.300324 0.296280 +vn -0.764699 -0.250345 0.593770 +vn -0.764100 0.565649 0.310148 +vn -0.830440 0.462757 0.310202 +vn -0.920975 0.235802 0.310166 +vn -0.950663 -0.006723 0.310152 +vn -0.556908 0.694464 0.455602 +vn -0.641521 0.617169 0.455580 +vn -0.826885 0.329729 0.455565 +vn -0.883607 0.108077 0.455585 +vn -0.881974 -0.120712 0.455577 +vn -0.508256 0.488822 0.709034 +vn -0.470490 0.348085 0.810849 +vn -0.566859 0.419443 0.709041 +vn -0.511324 0.284745 0.810844 +vn -0.616071 0.343129 0.709027 +vn -0.543641 0.216677 0.810867 +vn -0.567020 0.145012 0.810839 +vn -0.585236 -0.004300 0.810852 +vn -0.579849 -0.079463 0.810839 +vn -0.569483 -0.142346 0.809584 +vn -0.282159 0.351712 0.892572 +vn -0.325004 0.312530 0.892579 +vn -0.421801 0.405654 0.810881 +vn -0.421801 0.405654 0.810881 +vn -0.325004 0.312530 0.892579 +vn -0.362505 0.268170 0.892566 +vn -0.418875 0.166923 0.892570 +vn -0.436855 0.111705 0.892569 +vn -0.173592 0.257906 0.950447 +vn -0.266912 0.148628 0.952191 +vn 0.123373 0.095873 0.987718 +vn 0.206015 0.180463 0.961765 +vn 0.364770 0.271156 0.890740 +vn 0.572898 0.416172 0.706108 +vn 0.775021 0.551124 0.309200 +vn 0.650507 -0.676351 0.345529 +vn 0.293719 -0.385024 0.874920 +vn 0.301773 -0.337471 0.891654 +vn 0.268687 -0.369797 0.889414 +vn 0.429567 -0.404878 0.807184 +vn 0.373921 -0.263467 0.889252 +vn 0.579721 -0.408611 0.704955 +vn 0.728928 -0.513931 0.452260 +vn 0.278883 -0.141977 0.949772 +vn 0.407594 -0.207551 0.889264 +vn 0.632011 -0.321927 0.704929 +vn 0.794635 -0.404961 0.452286 +vn 0.148786 0.060506 0.987017 +vn 0.423756 0.172216 0.889254 +vn 0.443937 0.110149 0.889262 +vn 0.657110 0.266959 0.704939 +vn 0.688420 0.170696 0.704940 +vn 0.826359 0.335554 0.452255 +vn 0.865717 0.214503 0.452242 +vn 0.854642 0.493774 0.160546 +vn 0.699854 0.408777 0.585752 +vn 0.980821 0.105706 0.163755 +vn 0.806423 0.081024 0.585762 +vn 0.587645 0.059133 0.806956 +vn 0.891074 -0.038150 0.452252 +vn 0.708625 -0.030214 0.704938 +vn 0.456976 -0.019421 0.889267 +vn 0.876576 -0.164608 0.452238 +vn 0.697083 -0.130779 0.704963 +vn 0.449542 -0.084276 0.889275 +vn 0.933639 -0.321174 0.158638 +vn 0.767170 -0.261378 0.585775 +vn 0.559103 -0.190394 0.806941 +vn 0.661677 0.107847 0.741992 +vn 0.593205 0.312333 0.741995 +vn 0.504811 0.441823 0.741592 +vn 0.463445 0.484530 0.741923 +vn -0.138576 0.658584 0.739637 +vn -0.593255 0.312294 0.741971 +vn -0.619084 0.258765 0.741469 +vn -0.661693 0.107791 0.741987 +vn -0.669411 0.048926 0.741280 +vn -0.285782 -0.610423 0.738724 +vn 0.506064 -0.442199 0.740513 +vn 0.120596 -0.090612 0.988558 +vn 0.112907 -0.100017 0.988559 +vn 0.347737 -0.261235 0.900464 +vn 0.085697 -0.124136 0.988558 +vn 0.148100 -0.256471 0.955138 +vn 0.247088 -0.357899 0.900475 +vn 0.282012 -0.488349 0.825824 +vn 0.082427 -0.284490 0.955129 +vn 0.059276 -0.290198 0.955129 +vn 0.112844 -0.552516 0.825829 +vn -0.006059 -0.150728 0.988557 +vn -0.018167 -0.149755 0.988556 +vn -0.017471 -0.434574 0.900467 +vn -0.067927 -0.559818 0.825826 +vn -0.053482 -0.141057 0.988556 +vn -0.064651 -0.136292 0.988557 +vn -0.154202 -0.406683 0.900461 +vn -0.120619 0.090609 0.988555 +vn -0.112951 0.100020 0.988554 +vn -0.221744 0.196386 0.955124 +vn -0.347718 0.261236 0.900471 +vn -0.422156 0.373911 0.825818 +vn -0.085722 0.124138 0.988555 +vn -0.075430 0.130634 0.988557 +vn -0.247094 0.357908 0.900470 +vn -0.282008 0.488339 0.825831 +vn -0.041976 0.144895 0.988556 +vn -0.059276 0.290202 0.955128 +vn -0.121043 0.417722 0.900476 +vn 0.018167 0.149755 0.988556 +vn 0.011895 0.295949 0.955130 +vn 0.067924 0.559813 0.825830 +vn 0.053489 0.141060 0.988555 +vn 0.064652 0.136293 0.988557 +vn 0.154184 0.406653 0.900478 +vn 0.241697 0.509501 0.825828 +vn 0.150346 -0.012123 0.988559 +vn 0.296164 0.000030 0.955137 +vn 0.433512 -0.034951 0.900470 +vn 0.563935 0.000050 0.825819 +vn 0.148881 -0.024181 0.988559 +vn 0.429268 -0.069728 0.900481 +vn 0.649981 -0.165578 0.741693 +vn 0.422265 -0.104035 0.900483 +vn 0.143100 -0.047753 0.988556 +vn 0.412580 -0.137685 0.900456 +vn 0.518787 -0.220983 0.825849 +vn 0.272489 -0.116074 0.955132 +vn 0.133575 -0.070088 0.988557 +vn 0.385120 -0.202062 0.900474 +vn 0.563701 -0.362879 0.741997 +vn 0.367620 -0.232410 0.900467 +vn 0.104497 -0.108786 0.988558 +vn 0.301283 -0.313637 0.900478 +vn 0.419554 -0.522589 0.742209 +vn 0.275109 -0.336852 0.900470 +vn 0.126992 -0.267593 0.955127 +vn 0.241787 -0.509444 0.825837 +vn 0.232343 -0.628427 0.742358 +vn 0.154249 -0.406620 0.900482 +vn 0.018197 -0.149754 0.988556 +vn 0.052466 -0.431740 0.900471 +vn 0.021421 -0.669771 0.742259 +vn 0.017554 -0.434561 0.900471 +vn -0.112750 -0.552560 0.825812 +vn -0.086953 -0.426140 0.900469 +vn -0.191687 -0.642523 0.741903 +vn -0.120956 -0.417729 0.900484 +vn -0.281919 -0.488402 0.825824 +vn -0.385397 -0.549778 0.741089 +vn -0.247021 -0.357945 0.900476 +vn -0.085690 -0.124155 0.988556 +vn -0.095357 -0.116860 0.988560 +vn -0.275016 -0.336913 0.900475 +vn -0.205171 -0.213627 0.955128 +vn -0.390605 -0.406746 0.825824 +vn -0.422099 -0.373981 0.825815 +vn -0.221677 -0.196442 0.955128 +vn -0.540497 -0.401275 0.739487 +vn -0.236783 -0.177952 0.955127 +vn -0.250290 -0.158325 0.955138 +vn -0.476607 -0.301451 0.825817 +vn -0.262261 -0.137669 0.955126 +vn -0.499313 -0.262126 0.825819 +vn -0.518784 -0.221086 0.825823 +vn -0.272481 -0.116128 0.955127 +vn -0.642132 -0.212015 0.736693 +vn -0.412520 -0.137763 0.900471 +vn -0.146458 -0.036118 0.988557 +vn -0.422251 -0.104123 0.900479 +vn -0.148889 -0.024215 0.988557 +vn -0.429267 -0.069807 0.900476 +vn -0.669334 -0.049008 0.741343 +vn -0.433514 -0.035037 0.900466 +vn -0.150850 -0.000016 0.988557 +vn -0.434910 -0.000044 0.900474 +vn -0.295217 0.023801 0.955134 +vn -0.148889 0.024183 0.988558 +vn -0.649976 0.165578 0.741698 +vn -0.422275 0.104039 0.900477 +vn -0.287625 0.070853 0.955119 +vn -0.143083 0.047755 0.988558 +vn -0.412572 0.137684 0.900460 +vn -0.400112 0.170435 0.900479 +vn -0.133602 0.070090 0.988554 +vn -0.563672 0.362858 0.742030 +vn -0.367621 0.232411 0.900467 +vn -0.104496 0.108785 0.988558 +vn -0.301297 0.313628 0.900476 +vn -0.419536 0.522569 0.742234 +vn -0.275101 0.336840 0.900477 +vn -0.095398 0.116843 0.988558 +vn -0.064688 0.136279 0.988556 +vn -0.186509 0.392908 0.900465 +vn -0.232348 0.628456 0.742333 +vn -0.154235 0.406617 0.900486 +vn -0.018197 0.149753 0.988556 +vn -0.052463 0.431731 0.900476 +vn -0.021419 0.669773 0.742257 +vn -0.011958 0.295946 0.955130 +vn 0.112745 0.552535 0.825829 +vn 0.059211 0.290215 0.955128 +vn 0.191691 0.642513 0.741911 +vn 0.120961 0.417749 0.900475 +vn 0.281928 0.488394 0.825825 +vn 0.148084 0.256523 0.955127 +vn 0.385384 0.549783 0.741092 +vn 0.247021 0.357945 0.900476 +vn 0.095373 0.116866 0.988558 +vn 0.275012 0.336907 0.900479 +vn 0.104517 0.108804 0.988553 +vn 0.540514 0.401278 0.739473 +vn 0.347687 0.261308 0.900462 +vn 0.236775 0.177962 0.955127 +vn 0.127499 0.080639 0.988555 +vn 0.367584 0.232479 0.900464 +vn 0.133578 0.070120 0.988555 +vn 0.518776 0.221084 0.825829 +vn 0.272509 0.116130 0.955119 +vn 0.642126 0.212015 0.736698 +vn 0.412524 0.137760 0.900470 +vn 0.146463 0.036118 0.988557 +vn 0.422237 0.104124 0.900486 +vn 0.292369 0.047544 0.955123 +vn 0.669334 0.049005 0.741344 +vn 0.433533 0.035040 0.900456 +vn -0.972428 0.159170 0.170436 +vn -0.900700 0.401185 0.166705 +vn -0.715894 0.677711 0.167940 +vn -0.648140 0.743389 0.165186 +vn -0.522656 0.835502 0.169608 +vn -0.441027 0.882522 0.163248 +vn -0.295736 0.939914 0.170591 +vn 0.372508 0.912981 0.166446 +vn 0.820517 0.545604 0.170494 +vn 0.706394 0.687089 0.170047 +vn 0.856517 0.487103 0.170615 +vn 0.982786 0.077786 0.167576 +vn 0.952399 0.254348 0.168055 +vn 0.987631 0.000021 0.156797 +vn 0.982793 -0.077743 0.167550 +vn 0.971178 -0.171392 0.165647 +vn 0.931511 -0.321908 0.169300 +vn 0.897398 -0.409736 0.163686 +vn 0.820550 -0.545568 0.170453 +vn 0.656498 -0.734882 0.170175 +vn 0.283852 -0.944082 0.167741 +vn 0.131428 -0.976943 0.168254 +vn 0.037491 -0.985606 0.164846 +vn -0.118093 -0.978373 0.169824 +vn -0.211087 -0.963802 0.162872 +vn -0.296159 -0.939593 0.171627 +vn -0.522615 -0.835529 0.169604 +vn -0.360361 -0.917073 0.170636 +vn -0.715872 -0.677734 0.167941 +vn -0.580684 -0.796380 0.169070 +vn -0.863334 -0.476542 0.166017 +vn -0.927095 -0.334605 0.168921 +vn -0.955605 -0.244744 0.164070 +vn -0.981187 -0.090917 0.170311 +vn -0.937152 -0.160732 0.309697 +vn -0.866413 -0.391693 0.309685 +vn -0.787769 -0.532481 0.309653 +vn -0.739752 -0.597362 0.309720 +vn -0.686443 -0.657929 0.309717 +vn -0.628154 -0.713789 0.309721 +vn -0.498496 -0.809676 0.309720 +vn -0.428021 -0.849041 0.309721 +vn -0.040312 -0.949973 0.309719 +vn 0.200352 -0.929488 0.309697 +vn 0.278473 -0.909139 0.309708 +vn 0.354556 -0.882257 0.309698 +vn 0.428103 -0.848997 0.309730 +vn 0.498559 -0.809641 0.309709 +vn 0.565422 -0.764450 0.309700 +vn 0.686482 -0.657887 0.309721 +vn 0.739816 -0.597295 0.309695 +vn 0.830113 -0.463685 0.309692 +vn 0.920174 -0.239541 0.309678 +vn 0.947409 0.080672 0.309691 +vn 0.937144 0.160728 0.309722 +vn 0.896505 0.316802 0.309702 +vn 0.866407 0.391693 0.309702 +vn 0.739732 0.597379 0.309732 +vn 0.628150 0.713783 0.309744 +vn 0.565361 0.764480 0.309739 +vn 0.428016 0.849028 0.309763 +vn 0.278386 0.909170 0.309696 +vn 0.200284 0.929501 0.309700 +vn 0.120734 0.943124 0.309743 +vn 0.040311 0.949979 0.309700 +vn -0.040394 0.949970 0.309719 +vn -0.120811 0.943129 0.309698 +vn -0.200351 0.929481 0.309718 +vn -0.354554 0.882250 0.309719 +vn -0.565409 0.764433 0.309765 +vn -0.739817 0.597294 0.309696 +vn -0.787802 0.532413 0.309685 +vn -0.830110 0.463698 0.309681 +vn -0.896520 0.316732 0.309729 +vn -0.920164 0.239542 0.309707 +vn -0.947401 0.080594 0.309736 +vn -0.950834 -0.000041 0.309702 +vn -0.887302 -0.075575 0.454954 +vn -0.861744 -0.224448 0.454995 +vn -0.839628 -0.296719 0.454953 +vn -0.777391 -0.434346 0.454979 +vn -0.529496 -0.716011 0.454931 +vn -0.400858 -0.795197 0.454944 +vn 0.037849 -0.889711 0.454952 +vn 0.113165 -0.883290 0.454964 +vn 0.588392 -0.668438 0.454956 +vn 0.737808 -0.498615 0.454997 +vn 0.811482 -0.366749 0.454965 +vn 0.839659 -0.296619 0.454962 +vn 0.877718 -0.150447 0.454948 +vn 0.861757 0.224450 0.454970 +vn 0.777398 0.434343 0.454971 +vn 0.466857 0.758332 0.454946 +vn -0.113166 0.883311 0.454924 +vn -0.187671 0.870531 0.454924 +vn -0.260821 0.851469 0.454943 +vn -0.400976 0.795150 0.454922 +vn -0.466944 0.758269 0.454964 +vn -0.588391 0.668440 0.454955 +vn -0.642962 0.616164 0.454908 +vn -0.811498 0.366754 0.454931 +vn -0.861795 0.224329 0.454957 +vn -0.796564 -0.136648 0.588908 +vn -0.736404 -0.332949 0.588943 +vn -0.628791 -0.507767 0.588893 +vn -0.583440 -0.559267 0.588913 +vn -0.533924 -0.606738 0.588892 +vn -0.423675 -0.688232 0.588929 +vn -0.301295 -0.749934 0.588915 +vn -0.236600 -0.772795 0.588904 +vn -0.170203 -0.790079 0.588903 +vn -0.102595 -0.801649 0.588926 +vn -0.034237 -0.807474 0.588908 +vn 0.170337 -0.790033 0.588925 +vn 0.236711 -0.772757 0.588910 +vn 0.301406 -0.749882 0.588924 +vn 0.705592 -0.394102 0.588917 +vn 0.762050 -0.269177 0.588917 +vn 0.782152 -0.203578 0.588892 +vn 0.805277 -0.068477 0.588931 +vn 0.808208 0.000065 0.588897 +vn 0.669578 0.452626 0.588892 +vn 0.628766 0.507769 0.588917 +vn 0.583425 0.559246 0.588948 +vn 0.533933 0.606735 0.588888 +vn 0.480556 0.649853 0.588861 +vn 0.423661 0.688213 0.588961 +vn 0.363783 0.721694 0.588914 +vn 0.301305 0.749960 0.588876 +vn 0.236595 0.772780 0.588926 +vn 0.170199 0.790062 0.588927 +vn 0.102600 0.801682 0.588879 +vn 0.034237 0.807463 0.588924 +vn -0.034364 0.807468 0.588909 +vn -0.170347 0.790077 0.588863 +vn -0.236706 0.772747 0.588925 +vn -0.301411 0.749890 0.588911 +vn -0.423792 0.688162 0.588926 +vn -0.480649 0.649754 0.588894 +vn -0.628839 0.507669 0.588927 +vn -0.669621 0.452502 0.588939 +vn -0.705618 0.394106 0.588884 +vn -0.762060 0.269189 0.588899 +vn -0.796567 0.136520 0.588935 +vn -0.805301 0.068474 0.588899 +vn -0.808208 -0.000062 0.588897 +vn -0.703362 -0.059934 0.708301 +vn -0.683144 -0.177951 0.708271 +vn -0.616266 -0.344336 0.708272 +vn -0.584841 -0.395361 0.708273 +vn -0.509604 -0.488499 0.708289 +vn -0.466333 -0.529971 0.708283 +vn -0.419731 -0.567613 0.708267 +vn -0.317747 -0.630376 0.708281 +vn 0.030028 -0.705291 0.708282 +vn 0.089733 -0.700198 0.708287 +vn 0.317885 -0.630328 0.708262 +vn 0.370180 -0.601084 0.708283 +vn 0.423794 -0.688166 0.588919 +vn 0.419832 -0.567515 0.708286 +vn 0.466443 -0.529883 0.708276 +vn 0.509715 -0.488417 0.708265 +vn 0.549290 -0.443423 0.708278 +vn 0.584912 -0.395250 0.708276 +vn 0.665634 -0.235113 0.708275 +vn 0.683180 -0.177816 0.708270 +vn 0.695763 -0.119237 0.708305 +vn 0.703374 0.059933 0.708289 +vn 0.695748 0.119369 0.708298 +vn 0.683136 0.177944 0.708280 +vn 0.665582 0.235246 0.708280 +vn 0.643271 0.290832 0.708251 +vn 0.616245 0.344340 0.708288 +vn -0.089726 0.700167 0.708318 +vn -0.263282 0.654995 0.708283 +vn -0.317878 0.630313 0.708280 +vn -0.419837 0.567533 0.708268 +vn -0.466431 0.529882 0.708285 +vn -0.509707 0.488411 0.708275 +vn -0.616345 0.344224 0.708257 +vn -0.643267 0.290703 0.708308 +vn -0.683195 0.177819 0.708254 +vn -0.577801 -0.099139 0.810134 +vn -0.552715 -0.195357 0.810149 +vn -0.534190 -0.241524 0.810128 +vn -0.456081 -0.368331 0.810137 +vn -0.218525 -0.543984 0.810141 +vn -0.171604 -0.560542 0.810151 +vn -0.123449 -0.573089 0.810142 +vn -0.074403 -0.581505 0.810134 +vn -0.024816 -0.585714 0.810138 +vn 0.123577 -0.573054 0.810147 +vn 0.171717 -0.560509 0.810150 +vn 0.218651 -0.543933 0.810141 +vn 0.511797 -0.285834 0.810163 +vn 0.534223 -0.241414 0.810139 +vn 0.586198 0.000066 0.810168 +vn 0.485664 0.328333 0.810141 +vn 0.456077 0.368327 0.810141 +vn 0.423205 0.405689 0.810132 +vn 0.387235 0.440098 0.810162 +vn 0.263855 0.523472 0.810159 +vn 0.218524 0.543984 0.810142 +vn 0.171605 0.560544 0.810150 +vn 0.123436 0.573077 0.810152 +vn 0.074395 0.581493 0.810143 +vn 0.024819 0.585719 0.810134 +vn -0.024943 0.585691 0.810151 +vn -0.123574 0.573079 0.810130 +vn -0.171724 0.560497 0.810157 +vn -0.307406 0.499154 0.810152 +vn -0.387362 0.440022 0.810142 +vn -0.423271 0.405593 0.810146 +vn -0.456152 0.368234 0.810141 +vn -0.485743 0.328236 0.810133 +vn -0.534212 0.241421 0.810144 +vn -0.552754 0.195232 0.810152 +vn -0.577793 0.099017 0.810155 +vn -0.584155 0.049657 0.810122 +vn -0.586187 -0.000064 0.810176 +vn -0.450475 -0.038396 0.891963 +vn -0.437497 -0.113968 0.891968 +vn -0.394626 -0.220535 0.891984 +vn -0.374563 -0.253214 0.891956 +vn -0.326355 -0.312863 0.891969 +vn -0.298633 -0.339422 0.891970 +vn -0.268796 -0.363514 0.891968 +vn -0.237006 -0.385018 0.891958 +vn -0.203467 -0.403707 0.891976 +vn 0.019242 -0.451690 0.891967 +vn 0.057483 -0.448450 0.891958 +vn 0.203573 -0.403664 0.891972 +vn 0.237094 -0.384956 0.891961 +vn 0.268875 -0.363451 0.891969 +vn 0.298735 -0.339347 0.891965 +vn 0.326405 -0.312793 0.891975 +vn 0.351782 -0.283984 0.891965 +vn 0.374598 -0.253119 0.891968 +vn 0.426293 -0.150559 0.891968 +vn 0.437546 -0.113870 0.891957 +vn 0.445579 -0.076353 0.891981 +vn 0.450507 -0.038287 0.891952 +vn 0.450468 0.038396 0.891967 +vn 0.445600 0.076459 0.891961 +vn 0.437493 0.113970 0.891970 +vn 0.426291 0.150660 0.891952 +vn 0.411961 0.186275 0.891958 +vn 0.394648 0.220532 0.891975 +vn 0.268804 0.363526 0.891960 +vn 0.237002 0.385012 0.891962 +vn 0.019137 0.451723 0.891953 +vn -0.019239 0.451690 0.891967 +vn -0.057481 0.448433 0.891966 +vn -0.168626 0.419488 0.891961 +vn -0.203567 0.403651 0.891979 +vn -0.237091 0.384965 0.891958 +vn -0.268896 0.363461 0.891959 +vn -0.326402 0.312793 0.891977 +vn -0.351801 0.283978 0.891960 +vn -0.394730 0.220433 0.891963 +vn -0.426280 0.150553 0.891975 +vn -0.437545 0.113868 0.891958 +vn -0.302438 -0.051899 0.951755 +vn 0.064684 -0.299965 0.951755 +vn 0.089895 -0.293401 0.951753 +vn 0.114441 -0.284722 0.951754 +vn 0.254230 0.171873 0.951749 +vn 0.221504 0.212369 0.951754 +vn 0.202681 0.230382 0.951759 +vn -0.238769 0.192754 0.951754 +vn -0.254244 0.171802 0.951759 +vn -0.296980 0.077288 0.951751 +vn -0.302460 0.051821 0.951752 +vn 0.125008 -0.935366 0.330854 +vn 0.111725 -0.874280 0.472390 +vn 0.060600 -0.865889 0.496553 +vn 0.827207 0.248686 0.503868 +vn 0.807156 0.331084 0.488757 +vn 0.435991 0.766831 0.471043 +vn 0.371259 0.799384 0.472390 +vn 0.182918 0.858787 0.478566 +vn -0.009796 0.865110 0.501486 +vn -0.090426 0.873405 0.478525 +vn -0.198062 0.850959 0.486456 +vn -0.811883 0.295842 0.503312 +vn -0.866888 -0.160986 0.471794 +vn -0.658689 -0.577883 0.481850 +vn -0.614485 -0.631575 0.472780 +vn -0.511798 -0.692916 0.507868 +vn -0.448875 -0.751414 0.483619 +vn -0.351559 -0.803628 0.480197 +vn -0.076253 0.988338 0.131811 +vn -0.756246 -0.641440 0.129024 +vn 0.729616 -0.624772 0.278067 +vn 0.702051 -0.607245 0.371992 +vn 0.963365 -0.236638 0.126212 +vn 0.920507 0.195173 0.338488 +vn 0.990771 0.067937 0.117290 +vn 0.979681 0.105152 0.170786 +vn 0.946627 0.058223 0.317030 +vn 0.858222 0.001780 0.513275 +vn 0.862021 0.032089 0.505856 +vn 0.946627 -0.058223 0.317030 +vn 0.891952 -0.051129 0.449229 +vn 0.936118 -0.093395 0.339059 +vn 0.920623 -0.195128 0.338200 +vn 0.838139 -0.227079 0.495942 +vn 0.844585 -0.216673 0.489621 +vn 0.824311 -0.251622 0.507146 +vn 0.812965 -0.287756 0.506245 +vn 0.806947 -0.331352 0.488920 +vn 0.818135 -0.465502 0.337585 +vn 0.719759 -0.450908 0.527853 +vn 0.754508 -0.519665 0.400832 +vn 0.684751 -0.648628 0.332261 +vn 0.645172 -0.747514 0.158037 +vn 0.547340 -0.643829 0.534699 +vn 0.637168 -0.695422 0.332274 +vn 0.521689 -0.737062 0.429628 +vn 0.457119 -0.823488 0.336020 +vn 0.388895 -0.908680 0.151862 +vn 0.417956 -0.889816 0.183142 +vn 0.272599 -0.818311 0.506020 +vn 0.300917 -0.851104 0.430198 +vn 0.188113 -0.921446 0.339929 +vn 0.199924 -0.810230 0.550961 +vn 0.043451 -0.912342 0.407117 +vn 0.044459 -0.926714 0.373128 +vn 0.068667 -0.963385 0.259180 +vn -0.007644 -0.859650 0.510827 +vn 0.008400 -0.907235 0.420541 +vn -0.102426 -0.935516 0.338110 +vn -0.204003 -0.918428 0.338929 +vn -0.237339 -0.939166 0.248269 +vn -0.235953 -0.878913 0.414534 +vn -0.273838 -0.817873 0.506060 +vn -0.292919 -0.884470 0.363197 +vn -0.322206 -0.817949 0.476596 +vn -0.477809 -0.746485 0.463096 +vn -0.624404 -0.703601 0.339213 +vn -0.568435 -0.697969 0.435570 +vn -0.571681 -0.705473 0.418914 +vn -0.721385 -0.603255 0.340129 +vn -0.714390 -0.494850 0.494743 +vn -0.740159 -0.525243 0.419862 +vn -0.693349 -0.508301 0.510782 +vn -0.808574 -0.481444 0.338261 +vn -0.914233 -0.381084 0.137672 +vn -0.856784 -0.389943 0.337439 +vn -0.825471 -0.328431 0.459055 +vn -0.780923 -0.315848 0.538886 +vn -0.801856 -0.296012 0.519041 +vn -0.842372 -0.221037 0.491480 +vn -0.844195 -0.263608 0.466740 +vn -0.841523 -0.263374 0.471671 +vn -0.985569 -0.085412 0.146145 +vn -0.963715 0.217545 0.154684 +vn -0.926395 0.175047 0.333393 +vn -0.923316 0.213323 0.319345 +vn -0.856722 0.386649 0.341364 +vn -0.864584 0.353103 0.357509 +vn -0.863766 0.468900 0.184502 +vn -0.854663 0.501851 0.133031 +vn -0.737559 0.465551 0.489151 +vn -0.710397 0.492707 0.502570 +vn -0.724881 0.554936 0.408158 +vn -0.658945 0.579180 0.479940 +vn -0.721380 0.603231 0.340181 +vn -0.539164 0.707745 0.456508 +vn -0.529706 0.679255 0.507960 +vn -0.624508 0.703673 0.338871 +vn -0.473125 0.813206 0.338894 +vn -0.477779 0.746550 0.463023 +vn -0.373310 0.919487 0.123223 +vn -0.381588 0.860183 0.338344 +vn -0.349433 0.877441 0.328625 +vn -0.242284 0.829081 0.503908 +vn -0.273588 0.877808 0.393197 +vn -0.270639 0.817767 0.507949 +vn -0.049978 0.875055 0.481436 +vn -0.057119 0.855113 0.515286 +vn 0.015798 0.861453 0.507592 +vn 0.082639 0.933871 0.347931 +vn 0.227170 0.963659 0.140554 +vn 0.220328 0.905293 0.363181 +vn 0.278484 0.834848 0.474843 +vn 0.278397 0.843857 0.458695 +vn 0.467204 0.764512 0.444119 +vn 0.481466 0.789737 0.380139 +vn 0.598986 0.679551 0.423588 +vn 0.636285 0.695685 0.333413 +vn 0.582978 0.689568 0.429690 +vn 0.740884 0.652901 0.157514 +vn 0.715189 0.674148 0.184470 +vn 0.757413 0.536586 0.372024 +vn 0.689493 0.516513 0.507754 +vn 0.814548 0.468026 0.342729 +vn 0.888691 0.346202 0.300621 +vn 0.871922 0.258539 0.415825 +vn 0.889604 0.277372 0.362862 +vn 0.790459 -0.392016 0.470636 +vn -0.876297 -0.045309 0.479637 +vn -0.874071 -0.103597 0.474624 +vn -0.871827 0.000342 0.489814 +vn -0.874522 0.103897 0.473727 +vn -0.835803 -0.065599 0.545096 +vn 0.111658 0.874260 0.472442 +vn 0.869048 -0.136041 0.475656 +vn -0.775745 -0.412754 0.477341 +vn -0.154199 0.867854 0.472283 +vn 0.790388 0.392070 0.470711 +vn -0.173445 -0.967760 0.182639 +vn -0.450678 -0.875972 0.171940 +vn -0.684181 0.706361 0.181525 +vn 0.973425 0.143461 0.178501 +vn 0.704933 0.401379 0.584777 +vn 0.417654 0.695705 0.584432 +vn 0.022849 0.811380 0.584072 +vn -0.378080 0.718573 0.583702 +vn -0.729450 -0.346935 0.589524 +vn -0.675631 -0.446398 0.586730 +vn -0.465855 -0.660083 0.589297 +vn -0.369960 -0.720572 0.586435 +vn -0.082520 -0.803907 0.589002 +vn 0.030971 -0.809617 0.586141 +vn 0.322253 -0.741335 0.588707 +vn 0.424154 -0.690600 0.585803 +vn 0.644543 -0.488302 0.588324 +vn 0.708526 -0.393967 0.585475 +vn 0.149994 -0.060564 0.986830 +vn 0.141018 -0.079251 0.986830 +vn 0.292072 -0.117957 0.949094 +vn 0.304750 -0.079643 0.949097 +vn 0.445317 -0.116410 0.887773 +vn 0.456557 -0.058507 0.887768 +vn 0.161754 0.000147 0.986831 +vn 0.315004 0.000268 0.949090 +vn 0.460307 0.000355 0.887760 +vn 0.713031 0.000424 0.701133 +vn 0.456473 0.059212 0.887765 +vn 0.707142 0.091591 0.701115 +vn 0.661079 -0.267189 0.701131 +vn 0.517834 -0.291167 0.804407 +vn 0.550811 -0.222563 0.804408 +vn 0.100974 -0.126373 0.986830 +vn 0.083984 -0.138250 0.986830 +vn 0.196611 -0.246101 0.949094 +vn 0.163522 -0.269223 0.949094 +vn 0.287274 -0.359648 0.887765 +vn 0.238907 -0.393429 0.887771 +vn 0.444899 -0.557208 0.701130 +vn 0.025962 -0.159662 0.986830 +vn 0.005330 -0.161667 0.986831 +vn 0.050536 -0.310912 0.949094 +vn 0.010363 -0.314823 0.949094 +vn 0.073814 -0.454330 0.887770 +vn 0.015109 -0.460060 0.887759 +vn 0.114212 -0.703824 0.701133 +vn -0.055724 -0.151849 0.986832 +vn -0.108538 -0.295699 0.949095 +vn -0.145455 -0.279392 0.949096 +vn -0.158640 -0.432100 0.887763 +vn -0.274417 -0.526893 0.804412 +vn -0.245869 -0.669309 0.701124 +vn -0.123061 -0.104966 0.986832 +vn -0.135485 -0.088366 0.986831 +vn -0.239665 -0.204387 0.949098 +vn -0.350257 -0.298645 0.887768 +vn -0.385567 -0.251406 0.887769 +vn -0.542666 -0.462529 0.701128 +vn -0.158750 -0.031064 0.986830 +vn -0.451749 -0.088338 0.887761 +vn -0.314325 -0.020449 0.949095 +vn -0.459327 -0.029850 0.887766 +vn -0.699811 -0.136713 0.701124 +vn -0.711558 -0.046105 0.701113 +vn -0.153574 0.050832 0.986829 +vn -0.145797 0.070051 0.986831 +vn -0.299033 0.099003 0.949093 +vn -0.283900 0.136428 0.949099 +vn -0.436968 0.144705 0.887761 +vn -0.414858 0.199397 0.887769 +vn -0.676844 0.224287 0.701125 +vn -0.642610 0.309005 0.701120 +vn -0.092665 0.132586 0.986830 +vn -0.074947 0.143341 0.986831 +vn -0.180432 0.258192 0.949095 +vn -0.145928 0.279141 0.949097 +vn -0.213222 0.407933 0.887765 +vn -0.340223 0.487024 0.804398 +vn -0.466651 0.658206 0.590763 +vn -0.015680 0.160995 0.986831 +vn 0.005037 0.161675 0.986831 +vn -0.030512 0.313512 0.949094 +vn -0.044556 0.458143 0.887761 +vn 0.014393 0.460061 0.887771 +vn -0.068885 0.709708 0.701120 +vn 0.065340 0.147969 0.986831 +vn 0.083720 0.138399 0.986832 +vn 0.127261 0.288134 0.949096 +vn 0.185993 0.421044 0.887766 +vn 0.238319 0.393800 0.887764 +vn 0.288252 0.652198 0.701105 +vn 0.129554 0.096864 0.986830 +vn 0.140865 0.079504 0.986831 +vn 0.252278 0.188613 0.949095 +vn 0.368672 0.275591 0.887767 +vn 0.400875 0.226183 0.887773 +vn 0.571195 0.426806 0.701122 +vn 0.801469 -0.109602 0.587907 +vn 0.787009 -0.206690 0.581289 +vn 0.571686 -0.426137 0.701129 +vn 0.369102 -0.275025 0.887764 +vn 0.583033 -0.566463 0.582402 +vn 0.427043 -0.412993 0.804407 +vn 0.240843 -0.543070 0.804406 +vn 0.228939 -0.779203 0.583463 +vn 0.169426 -0.569414 0.804402 +vn -0.056643 -0.591385 0.804398 +vn -0.183557 -0.790396 0.584450 +vn -0.131802 -0.579271 0.804409 +vn -0.339549 -0.487472 0.804411 +vn -0.179994 -0.258498 0.949095 +vn -0.547946 -0.597648 0.585297 +vn -0.399098 -0.440067 0.804402 +vn -0.535077 -0.258129 0.804402 +vn -0.283681 -0.136909 0.949095 +vn -0.145673 -0.070315 0.986831 +vn -0.770408 -0.251091 0.586025 +vn -0.563687 -0.187587 0.804405 +vn -0.810973 0.049882 0.582953 +vn -0.592880 0.037659 0.804410 +vn -0.314373 0.019915 0.949091 +vn -0.793953 0.159712 0.586626 +vn -0.583202 0.113162 0.804406 +vn -0.682101 0.440999 0.583317 +vn -0.498121 0.323746 0.804403 +vn -0.612884 0.528864 0.587091 +vn -0.452622 0.384785 0.804409 +vn -0.240020 0.203984 0.949095 +vn -0.309719 0.340502 0.887768 +vn -0.479690 0.527564 0.701123 +vn -0.274102 0.761429 0.587448 +vn -0.205552 0.557377 0.804413 +vn -0.070351 0.307032 0.949095 +vn -0.132590 0.579091 0.804409 +vn 0.135002 0.797740 0.587695 +vn 0.094411 0.586533 0.804404 +vn 0.050014 0.311001 0.949093 +vn 0.130628 0.441370 0.887766 +vn 0.202485 0.683697 0.701112 +vn 0.509123 0.628651 0.587871 +vn 0.370086 0.464717 0.804409 +vn 0.196175 0.246439 0.949096 +vn 0.330423 0.320478 0.887758 +vn 0.511913 0.496361 0.701121 +vn 0.752066 0.297832 0.587957 +vn 0.550526 0.223316 0.804395 +vn 0.291870 0.118455 0.949095 +vn 0.445148 0.117101 0.887767 +vn 0.689621 0.181279 0.701114 +vn -0.164558 0.000004 0.986367 +vn -0.164567 -0.003837 0.986359 +vn -0.152197 -0.008345 0.988315 +vn -0.154321 0.006928 0.987997 +vn 0.947304 0.005105 0.320297 +vn 0.947300 -0.005116 0.320306 +vn 0.949163 0.003178 0.314769 +vn 0.949158 -0.003166 0.314784 +vn 0.988635 0.004273 0.150274 +vn 0.999761 -0.004854 -0.021329 +vn 0.858905 0.006529 -0.512093 +vn 0.758529 -0.006535 -0.651606 +vn 0.494031 0.005610 -0.869426 +vn 0.494091 -0.005823 -0.869391 +vn 0.148311 -0.006594 0.988919 +vn 0.300963 0.007250 0.953608 +vn 0.700690 -0.007250 0.713429 +vn -0.137855 0.560997 0.816259 +vn -0.115171 0.636081 0.762979 +vn -0.121705 0.650948 0.749303 +vn -0.070148 0.884460 0.461314 +vn -0.057596 0.950262 0.306080 +vn -0.165977 0.159945 0.973072 +vn 0.148687 0.967820 0.203018 +vn 0.124426 0.985450 0.115790 +vn 0.098242 0.986185 0.133374 +vn 0.249801 0.819339 0.516026 +vn -0.000373 0.577421 0.816446 +vn 0.713080 0.471070 0.519240 +vn 0.720996 0.581410 0.376998 +vn 0.843535 0.295156 0.448700 +vn 0.136474 0.321379 0.937065 +vn 0.417696 0.342994 0.841359 +vn 0.532111 0.827820 0.177688 +vn 0.752115 0.609138 0.251543 +vn 0.936830 0.157472 0.312332 +vn 0.065413 0.983988 -0.165798 +vn 0.241412 0.945039 -0.220504 +vn 0.179702 0.749595 -0.637036 +vn 0.075307 0.769260 -0.634483 +vn 0.124593 0.612663 -0.780462 +vn 0.582566 0.739989 -0.336205 +vn 0.001282 0.367068 -0.930193 +vn 0.745454 0.502889 -0.437493 +vn 0.595672 0.333556 -0.730695 +vn 0.956693 0.290845 -0.012201 +vn 0.002075 0.986974 -0.160864 +vn 0.004886 0.931571 -0.363527 +vn 0.002062 0.752201 -0.658931 +vn 0.000840 0.531357 -0.847148 +vn -0.001387 0.361382 -0.932417 +vn -0.137713 -0.521331 0.842169 +vn -0.130967 -0.476310 0.869469 +vn -0.155290 -0.403558 0.901680 +vn -0.069301 -0.913569 0.400736 +vn -0.080526 -0.891511 0.445784 +vn -0.065127 -0.928196 0.366347 +vn 0.199800 -0.941706 0.270685 +vn 0.312087 -0.902839 0.295777 +vn 0.499808 -0.794522 0.344858 +vn 0.104201 -0.612560 0.783526 +vn 0.615648 -0.491730 0.615776 +vn 0.138555 -0.319131 0.937528 +vn 0.914380 -0.267465 0.303928 +vn 0.812871 -0.517377 0.267512 +vn 0.611439 -0.764546 0.203989 +vn 0.159735 -0.986203 0.043459 +vn 0.000145 -0.842161 -0.539227 +vn 0.075759 -0.829984 -0.552619 +vn 0.586818 -0.808929 0.035761 +vn 0.503917 -0.739976 -0.445537 +vn 0.746990 -0.664743 0.011083 +vn 0.872252 -0.464528 -0.152938 +vn 0.651642 -0.502904 -0.567848 +vn 0.002544 -0.267943 -0.963431 +vn 0.710391 -0.343951 -0.614038 +vn -0.001185 -0.380177 -0.924913 +vn 0.002098 -0.371909 -0.928267 +vn -0.000327 -0.826836 -0.562444 +vn -0.002290 -0.988451 -0.151522 +vn -0.309700 -0.949380 -0.052573 +vn -0.296919 -0.954626 0.022970 +vn -0.319519 -0.946616 0.042731 +vn -0.143126 0.054705 0.988192 +vn -0.156537 0.050859 0.986362 +vn -0.148304 0.040326 0.988119 +vn -0.156511 0.050864 0.986366 +vn 0.902522 -0.287868 0.320291 +vn 0.899353 -0.297606 0.320303 +vn 0.903690 -0.290286 0.314768 +vn 0.901727 -0.296310 0.314783 +vn -0.587900 -0.807222 -0.052586 +vn -0.577386 -0.816151 0.022876 +vn -0.596465 -0.801500 0.042758 +vn -0.133152 0.096740 0.986363 +vn -0.129302 0.086156 0.987855 +vn -0.119102 0.096259 0.988205 +vn -0.130003 0.101071 0.986349 +vn 0.769391 -0.552675 0.320293 +vn 0.763374 -0.560952 0.320301 +vn 0.769757 -0.555333 0.314769 +vn 0.766017 -0.560469 0.314789 +vn 0.816569 0.575817 -0.040608 +vn 0.802486 0.595465 0.037921 +vn 0.824275 0.565798 0.021076 +vn -0.808591 -0.586020 -0.052551 +vn -0.801368 -0.597731 0.022945 +vn -0.814896 -0.578030 0.042731 +vn -0.098023 0.132228 0.986361 +vn -0.096352 0.121892 0.987856 +vn -0.096740 0.133151 0.986363 +vn -0.084193 0.128589 0.988118 +vn 0.560944 -0.763384 0.320290 +vn 0.552664 -0.769396 0.320302 +vn 0.560478 -0.766018 0.314772 +vn 0.555345 -0.769744 0.314779 +vn -0.950106 -0.307469 -0.052555 +vn -0.946810 -0.320976 0.022931 +vn -0.953663 -0.297831 0.042705 +vn -0.040776 0.148666 0.988046 +vn -0.047762 0.157518 0.986360 +vn -0.050856 0.156531 0.986363 +vn -0.054509 0.143756 0.988111 +vn 0.297591 -0.899359 0.320301 +vn 0.287859 -0.902521 0.320303 +vn 0.296323 -0.901729 0.314765 +vn 0.290296 -0.903681 0.314783 +vn -0.998617 0.001149 -0.052559 +vn -0.999656 -0.012675 0.022940 +vn -0.999022 0.011420 0.042723 +vn -0.008034 0.152639 0.988249 +vn 0.005070 0.157071 0.987574 +vn 0.001135 0.164580 0.986363 +vn -0.000003 0.164582 0.986363 +vn 0.005111 -0.947303 0.320297 +vn -0.005123 -0.947301 0.320305 +vn 0.003172 -0.949163 0.314770 +vn -0.003159 -0.949160 0.314779 +vn 0.054250 0.144673 0.987991 +vn 0.050858 0.156527 0.986363 +vn 0.037838 0.146332 0.988512 +vn 0.050865 0.156532 0.986362 +vn -0.287873 -0.902520 0.320292 +vn -0.297599 -0.899353 0.320312 +vn -0.290290 -0.903686 0.314774 +vn -0.296310 -0.901728 0.314780 +vn 0.799958 -0.598682 -0.040598 +vn 0.814322 -0.579175 0.037905 +vn 0.792788 -0.609131 0.021142 +vn 0.096733 0.133148 0.986364 +vn 0.085407 0.129015 0.987958 +vn 0.096247 0.118944 0.988225 +vn 0.099398 0.131248 0.986354 +vn -0.552678 -0.769390 0.320291 +vn -0.560955 -0.763368 0.320312 +vn -0.555340 -0.769751 0.314771 +vn -0.560453 -0.766032 0.314782 +vn -0.586042 0.808574 -0.052566 +vn -0.597791 0.801323 0.022983 +vn -0.577976 0.814934 0.042734 +vn 0.132252 0.098005 0.986359 +vn 0.121916 0.096343 0.987853 +vn 0.133151 0.096739 0.986363 +vn 0.128656 0.084381 0.988093 +vn -0.763383 -0.560941 0.320298 +vn -0.769393 -0.552667 0.320302 +vn -0.766027 -0.560468 0.314767 +vn -0.769741 -0.555347 0.314785 +vn -0.307509 0.950091 -0.052576 +vn -0.320902 0.946834 0.022975 +vn -0.297886 0.953645 0.042715 +vn 0.156068 0.052347 0.986358 +vn 0.145724 0.053960 0.987853 +vn 0.156522 0.050861 0.986364 +vn 0.147799 0.039714 0.988220 +vn 0.156530 0.050859 0.986363 +vn -0.899361 -0.297594 0.320294 +vn -0.902522 -0.287858 0.320301 +vn -0.901730 -0.296319 0.314767 +vn -0.903678 -0.290301 0.314787 +vn 0.001149 0.998621 -0.052494 +vn -0.012594 0.999658 0.022928 +vn 0.011378 0.999023 0.042704 +vn 0.157058 -0.005071 0.987576 +vn 0.164581 -0.001174 0.986363 +vn 0.152946 0.007820 0.988204 +vn 0.164578 -0.000001 0.986364 +vn -0.947304 -0.005116 0.320294 +vn -0.947301 0.005127 0.320305 +vn -0.949163 -0.003173 0.314768 +vn -0.949159 0.003161 0.314782 +vn 0.309694 0.949383 -0.052546 +vn 0.296898 0.954634 0.022926 +vn 0.319544 0.946610 0.042676 +vn 0.144653 -0.054267 0.987993 +vn 0.156528 -0.050859 0.986363 +vn 0.147895 -0.039806 0.988202 +vn 0.156514 -0.050856 0.986366 +vn -0.902521 0.287868 0.320292 +vn -0.899352 0.297605 0.320307 +vn -0.903687 0.290291 0.314772 +vn -0.901727 0.296311 0.314783 +vn 0.120347 -0.096304 0.988050 +vn 0.133142 -0.096740 0.986364 +vn 0.127925 -0.082402 0.988355 +vn 0.135185 -0.093888 0.986362 +vn -0.769389 0.552678 0.320293 +vn -0.763373 0.560953 0.320301 +vn -0.769761 0.555328 0.314768 +vn -0.766028 0.560457 0.314784 +vn 0.808590 0.586019 -0.052571 +vn 0.801347 0.597759 0.022968 +vn 0.814903 0.578020 0.042727 +vn 0.084705 -0.128786 0.988048 +vn 0.094111 -0.135047 0.986360 +vn 0.096736 -0.133151 0.986364 +vn 0.096244 -0.119136 0.988202 +vn -0.560951 0.763377 0.320298 +vn -0.552665 0.769394 0.320304 +vn -0.560470 0.766024 0.314771 +vn -0.555339 0.769747 0.314781 +vn 0.950103 0.307480 -0.052540 +vn 0.946831 0.320911 0.022963 +vn 0.953648 0.297879 0.042713 +vn 0.052544 -0.155982 0.986361 +vn 0.054092 -0.145222 0.987919 +vn 0.050856 -0.156525 0.986364 +vn 0.040052 -0.148088 0.988163 +vn -0.297589 0.899364 0.320290 +vn -0.287864 0.902520 0.320301 +vn -0.296324 0.901727 0.314769 +vn -0.290303 0.903679 0.314782 +vn 0.998617 -0.001149 -0.052559 +vn 0.999656 0.012672 0.022942 +vn 0.999022 -0.011420 0.042725 +vn -0.000005 -0.164576 0.986364 +vn 0.008414 -0.152081 0.988332 +vn 0.000008 -0.164584 0.986363 +vn -0.006827 -0.154454 0.987976 +vn -0.005113 0.947304 0.320295 +vn 0.005124 0.947301 0.320303 +vn -0.003172 0.949164 0.314766 +vn 0.003159 0.949158 0.314784 +vn 0.949386 -0.309683 -0.052553 +vn 0.954613 -0.296964 0.022934 +vn 0.946618 -0.319513 0.042725 +vn -0.054439 -0.144027 0.988075 +vn -0.050857 -0.156525 0.986364 +vn -0.040908 -0.148737 0.988030 +vn -0.050863 -0.156532 0.986362 +vn 0.287870 0.902523 0.320287 +vn 0.297597 0.899358 0.320299 +vn 0.290293 0.903689 0.314765 +vn 0.296313 0.901725 0.314788 +vn 0.807237 -0.587881 -0.052580 +vn 0.816094 -0.577466 0.022879 +vn 0.801510 -0.596453 0.042725 +vn -0.096284 -0.120367 0.988049 +vn -0.099396 -0.131252 0.986354 +vn -0.096738 -0.133152 0.986363 +vn -0.085366 -0.128996 0.987964 +vn 0.552677 0.769390 0.320291 +vn 0.560951 0.763374 0.320303 +vn 0.555340 0.769750 0.314774 +vn 0.560460 0.766023 0.314791 +vn 0.586084 -0.808544 -0.052565 +vn 0.597834 -0.801292 0.022935 +vn 0.578015 -0.814906 0.042738 +vn -0.128782 -0.084716 0.988048 +vn -0.133157 -0.096740 0.986362 +vn -0.118263 -0.096208 0.988311 +vn -0.133149 -0.096735 0.986364 +vn 0.763383 0.560947 0.320289 +vn 0.769394 0.552663 0.320309 +vn 0.766022 0.560473 0.314771 +vn 0.769737 0.555354 0.314781 +vn 0.307510 -0.950091 -0.052576 +vn 0.320877 -0.946844 0.022897 +vn 0.297889 -0.953645 0.042701 +vn -0.148629 -0.040774 0.988052 +vn -0.156510 -0.050859 0.986366 +vn -0.142112 -0.054985 0.988322 +vn -0.155596 -0.053728 0.986359 +vn 0.899365 0.297583 0.320292 +vn 0.902520 0.287859 0.320304 +vn 0.901727 0.296322 0.314772 +vn 0.903677 0.290308 0.314783 +vn 0.949332 -0.313547 -0.021377 +vn 0.935089 -0.297731 -0.192265 +vn 0.886310 -0.294426 -0.357448 +vn 0.818934 -0.259201 -0.512017 +vn 0.723475 -0.228234 -0.651532 +vn 0.719271 -0.240606 -0.651734 +vn 0.602564 -0.202438 -0.771969 +vn 0.805998 -0.591533 -0.021365 +vn 0.797334 -0.572101 -0.192246 +vn 0.691031 -0.510087 -0.512141 +vn 0.698686 -0.499577 -0.512114 +vn 0.609779 -0.451145 -0.651643 +vn 0.403078 -0.285888 -0.869366 +vn 0.396344 -0.295155 -0.869365 +vn 0.572265 -0.797193 -0.192343 +vn 0.581530 -0.790502 -0.192171 +vn 0.510092 -0.691034 -0.512132 +vn 0.451095 -0.609829 -0.651630 +vn 0.440590 -0.617485 -0.651608 +vn 0.368610 -0.518001 -0.771882 +vn 0.304325 -0.952330 -0.021291 +vn 0.308770 -0.931514 -0.192206 +vn 0.282753 -0.890089 -0.357481 +vn 0.240594 -0.719453 -0.651538 +vn 0.190442 -0.606521 -0.771922 +vn -0.005130 -0.337880 -0.941175 +vn 0.004855 -0.337930 -0.941159 +vn 0.005613 -0.494115 -0.869378 +vn -0.006308 -0.635688 -0.771920 +vn -0.006481 -0.858917 -0.512074 +vn 0.006530 -0.858885 -0.512127 +vn 0.006306 -0.933917 -0.357433 +vn -0.005609 -0.981327 -0.192266 +vn -0.004851 -0.999759 -0.021421 +vn 0.004269 -0.988627 0.150328 +vn -0.056846 -0.192148 -0.979718 +vn -0.109333 -0.319774 -0.941165 +vn -0.147318 -0.471638 -0.869399 +vn -0.202452 -0.602622 -0.771919 +vn -0.259225 -0.818891 -0.512074 +vn -0.308596 -0.931561 -0.192256 +vn -0.591569 -0.805969 -0.021432 +vn -0.572125 -0.797358 -0.192076 +vn -0.553924 -0.751878 -0.357558 +vn -0.499514 -0.698673 -0.512193 +vn -0.440598 -0.617456 -0.651630 +vn -0.451129 -0.609820 -0.651616 +vn -0.378761 -0.510573 -0.771917 +vn -0.811699 -0.583686 -0.021320 +vn -0.790486 -0.581521 -0.192261 +vn -0.698642 -0.499592 -0.512159 +vn -0.691009 -0.510134 -0.512123 +vn -0.617485 -0.440549 -0.651635 +vn -0.396497 -0.294969 -0.869358 +vn -0.403162 -0.285710 -0.869385 +vn -0.938938 -0.309544 0.150258 +vn -0.952326 -0.304334 -0.021337 +vn -0.890114 -0.282688 -0.357469 +vn -0.814856 -0.271609 -0.512093 +vn -0.719433 -0.240536 -0.651582 +vn -0.723292 -0.228212 -0.651743 +vn -0.606486 -0.190454 -0.771947 +vn -0.988636 -0.004271 0.150270 +vn -0.999761 0.004846 -0.021325 +vn -0.933924 0.006170 -0.357419 +vn -0.858907 -0.006537 -0.512090 +vn -0.758500 -0.006487 -0.651641 +vn -0.758461 0.006532 -0.651686 +vn -0.635740 0.006303 -0.771878 +vn -0.949327 0.313566 -0.021322 +vn -0.935101 0.297706 -0.192245 +vn -0.886293 0.294443 -0.357474 +vn -0.723413 0.228221 -0.651605 +vn -0.602632 0.202433 -0.771917 +vn -0.805943 0.591609 -0.021323 +vn -0.797321 0.572128 -0.192221 +vn -0.751926 0.553912 -0.357477 +vn -0.617468 0.440604 -0.651614 +vn -0.510639 0.378730 -0.771888 +vn -0.583697 0.811690 -0.021358 +vn -0.581533 0.790497 -0.192181 +vn -0.499590 0.698667 -0.512127 +vn -0.510128 0.691035 -0.512093 +vn -0.440551 0.617478 -0.651641 +vn -0.294947 0.396477 -0.869375 +vn -0.285751 0.403122 -0.869390 +vn -0.309570 0.938923 0.150299 +vn -0.304327 0.952330 -0.021281 +vn -0.308769 0.931507 -0.192240 +vn -0.282760 0.890071 -0.357519 +vn -0.240576 0.719402 -0.651601 +vn -0.190448 0.606480 -0.771953 +vn -0.147171 0.471712 -0.869384 +vn -0.056444 0.192108 -0.979749 +vn -0.005608 0.494077 -0.869400 +vn 0.006305 0.635685 -0.771923 +vn 0.006479 0.858870 -0.512153 +vn -0.006530 0.858932 -0.512048 +vn -0.006305 0.933917 -0.357435 +vn 0.005611 0.981320 -0.192301 +vn 0.004852 0.999760 -0.021357 +vn -0.004268 0.988638 0.150258 +vn 0.109315 0.319781 -0.941164 +vn 0.147333 0.471681 -0.869374 +vn 0.240609 0.719347 -0.651649 +vn 0.282570 0.890124 -0.357539 +vn 0.308594 0.931570 -0.192218 +vn 0.591572 0.805968 -0.021403 +vn 0.583502 0.811832 -0.021299 +vn 0.510069 0.691030 -0.512159 +vn 0.499581 0.698728 -0.512053 +vn 0.451096 0.609770 -0.651685 +vn 0.285912 0.403065 -0.869363 +vn 0.295124 0.396311 -0.869390 +vn 0.797330 0.584522 0.150330 +vn 0.811674 0.583721 -0.021360 +vn 0.759192 0.543880 -0.357523 +vn 0.691022 0.510138 -0.512102 +vn 0.617502 0.440556 -0.651615 +vn 0.396514 0.294988 -0.869344 +vn 0.952330 0.304326 -0.021302 +vn 0.949248 0.313807 -0.021316 +vn 0.818857 0.259244 -0.512120 +vn 0.723398 0.228187 -0.651633 +vn 0.719405 0.240550 -0.651608 +vn 0.468234 0.158034 -0.869357 +vn 0.471682 0.147151 -0.869404 +vn 0.288456 -0.086101 0.953614 +vn 0.422034 -0.144964 0.894915 +vn 0.668559 -0.209750 0.713467 +vn 0.664147 -0.223407 0.713441 +vn 0.116103 -0.092499 0.988921 +vn 0.365428 -0.256271 0.894867 +vn 0.562720 -0.417693 0.713358 +vn 0.092626 -0.115931 0.988929 +vn 0.182789 -0.239214 0.953606 +vn 0.256305 -0.365444 0.894851 +vn 0.417513 -0.562620 0.713541 +vn 0.406057 -0.571169 0.713361 +vn 0.052271 -0.138883 0.988928 +vn 0.086263 -0.288459 0.953599 +vn 0.145013 -0.422137 0.894858 +vn 0.172333 -0.554527 0.814126 +vn 0.007251 -0.300921 0.953622 +vn -0.007407 -0.446320 0.894843 +vn 0.007405 -0.580560 0.814184 +vn -0.007244 -0.700710 0.713409 +vn 0.007112 -0.700591 0.713528 +vn -0.006813 -0.803613 0.595113 +vn -0.006172 -0.886730 0.462246 +vn -0.052122 -0.138985 0.988922 +vn -0.086113 -0.288475 0.953607 +vn -0.130809 -0.426683 0.894892 +vn -0.144954 -0.422192 0.894842 +vn -0.186516 -0.549923 0.814123 +vn -0.092519 -0.116090 0.988920 +vn -0.171054 -0.247729 0.953610 +vn -0.405980 -0.570995 0.713544 +vn -0.477857 -0.646092 0.595162 +vn -0.115905 -0.092645 0.988930 +vn -0.239211 -0.182763 0.953612 +vn -0.365475 -0.256366 0.894821 +vn -0.562656 -0.417624 0.713448 +vn -0.571106 -0.405986 0.713452 +vn -0.426660 -0.130873 0.894893 +vn -0.422236 -0.144981 0.894817 +vn -0.766354 -0.241864 0.595150 +vn -0.845275 -0.268141 0.462180 +vn -0.300972 -0.007248 0.953605 +vn -0.446218 0.007404 0.894894 +vn -0.700615 -0.007113 0.713504 +vn -0.700688 0.007245 0.713431 +vn -0.139000 0.052096 0.988921 +vn -0.288471 0.086111 0.953609 +vn -0.426725 0.130812 0.894871 +vn -0.422110 0.144962 0.894879 +vn -0.549854 0.186510 0.814171 +vn -0.116097 0.092496 0.988922 +vn -0.247709 0.171017 0.953621 +vn -0.570948 0.406111 0.713507 +vn -0.646150 0.477791 0.595152 +vn -0.081765 0.123841 0.988928 +vn -0.182803 0.239209 0.953605 +vn -0.417559 0.562673 0.713473 +vn -0.099906 0.283993 0.953607 +vn -0.130855 0.426732 0.894861 +vn -0.186453 0.549878 0.814168 +vn -0.209639 0.668636 0.713426 +vn -0.223257 0.664158 0.713477 +vn -0.241851 0.766366 0.595140 +vn -0.268145 0.845239 0.462243 +vn 0.006595 0.148285 0.988923 +vn -0.007249 0.300954 0.953611 +vn 0.007246 0.700674 0.713445 +vn 0.086114 0.288449 0.953615 +vn 0.144931 0.422188 0.894848 +vn 0.209735 0.668568 0.713462 +vn 0.223443 0.664149 0.713428 +vn 0.092480 0.116096 0.988923 +vn 0.256318 0.365427 0.894854 +vn 0.466974 0.653969 0.595198 +vn 0.477852 0.646095 0.595163 +vn 0.123776 0.081828 0.988931 +vn 0.239280 0.182754 0.953596 +vn 0.562626 0.417591 0.713492 +vn 0.284088 0.099890 0.953581 +vn 0.426669 0.130879 0.894888 +vn 0.664135 0.223271 0.713495 +vn 0.668631 0.209644 0.713429 +vn 0.198921 0.872752 0.445796 +vn 0.225303 0.902661 0.366663 +vn 0.238875 0.921553 0.306070 +vn -0.108473 0.203422 0.973064 +vn 0.362620 0.897447 0.251190 +vn 0.683474 0.700508 0.205308 +vn 0.073498 0.617051 0.783484 +vn 0.178067 0.549279 0.816446 +vn 0.823764 0.227606 0.519239 +vn 0.865413 0.330097 0.376958 +vn 0.229214 0.263498 0.937032 +vn 0.456397 0.888611 0.045519 +vn 0.657094 0.740856 0.139141 +vn 0.761951 0.622801 0.177624 +vn 0.903451 0.347147 0.251527 +vn 0.925359 -0.212065 0.314227 +vn 0.730437 0.666473 -0.149252 +vn 0.624061 0.755480 -0.199493 +vn 0.402506 0.657346 -0.637091 +vn 0.309319 0.708276 -0.634561 +vn 0.307841 0.544252 -0.780400 +vn 0.296540 0.643224 -0.705923 +vn 0.421300 0.562153 -0.711681 +vn 0.114674 0.348753 -0.930173 +vn 0.864391 0.247837 -0.437499 +vn 0.669570 0.133132 -0.730720 +vn 0.306974 0.938029 -0.160835 +vn 0.292554 0.884446 -0.363549 +vn 0.234346 0.714721 -0.658981 +vn 0.164947 0.505139 -0.847129 +vn -0.310158 -0.582725 0.751154 +vn -0.334255 -0.661840 0.671000 +vn -0.330417 -0.625769 0.706567 +vn -0.271711 -0.412494 0.869495 +vn -0.338897 -0.819484 0.462164 +vn -0.100999 -0.957358 0.270674 +vn -0.044500 -0.940369 0.337234 +vn -0.100999 -0.957358 0.270674 +vn 0.017776 -0.955023 0.295998 +vn -0.034585 -0.755587 0.654135 +vn 0.123175 -0.717127 0.685972 +vn 0.327977 -0.773055 0.542971 +vn -0.027979 -0.486234 0.873380 +vn 0.526184 -0.524106 0.669659 +vn 0.787029 -0.536830 0.303973 +vn 0.526758 -0.811951 0.251517 +vn 0.345377 -0.916020 0.204013 +vn -0.152876 -0.987290 0.043443 +vn -0.260111 -0.801011 -0.539188 +vn -0.184532 -0.812857 -0.552459 +vn 0.308096 -0.950671 0.036073 +vn 0.250535 -0.859504 -0.445518 +vn 0.504912 -0.863100 0.011035 +vn 0.686087 -0.711274 -0.152886 +vn 0.464394 -0.679606 -0.567868 +vn -0.080326 -0.255602 -0.963439 +vn -0.118668 -0.361248 -0.924888 +vn -0.113016 -0.354398 -0.928240 +vn -0.255866 -0.786294 -0.562382 +vn 0.338968 0.659386 0.671053 +vn 0.367672 0.686433 0.627397 +vn 0.393547 0.715245 0.577534 +vn 0.511950 0.802621 0.306116 +vn 0.537836 0.808640 0.238398 +vn 0.579190 0.814311 0.037898 +vn 0.622216 0.741483 0.251099 +vn 0.866467 0.455086 0.205262 +vn 0.816097 0.409797 0.407495 +vn 0.877554 0.241767 0.414063 +vn 0.339026 0.467527 0.816383 +vn 0.853793 -0.038041 0.519221 +vn 0.495051 0.248171 0.832668 +vn 0.855927 -0.257023 0.448696 +vn 0.299379 0.179747 0.937050 +vn 0.539393 0.031986 0.841447 +vn 0.854086 0.501158 0.139208 +vn 0.916967 0.357258 0.177590 +vn 0.966520 0.050960 0.251482 +vn 0.814496 -0.487736 0.314183 +vn 0.827004 0.525624 -0.199460 +vn 0.585929 0.500758 -0.637125 +vn 0.513125 0.578070 -0.634458 +vn 0.598757 0.564881 -0.567802 +vn 0.827332 0.413971 -0.379670 +vn 0.460953 0.422393 -0.780453 +vn 0.906263 0.256302 -0.336149 +vn 0.216812 0.296233 -0.930182 +vn 0.345540 0.221583 -0.911868 +vn 0.898663 -0.031344 -0.437519 +vn 0.677906 -0.080283 -0.730752 +vn 0.522715 0.717311 -0.460689 +vn 0.530837 0.725162 -0.438579 +vn 0.525902 0.722285 -0.449145 +vn 0.536540 0.738186 -0.408909 +vn 0.384743 0.528641 -0.756645 +vn 0.312990 0.429467 -0.847110 +vn -0.522426 -0.526125 0.671017 +vn -0.505467 -0.503811 0.700484 +vn -0.481126 -0.455125 0.749253 +vn -0.387097 -0.295009 0.873571 +vn -0.575562 -0.674625 0.462179 +vn -0.391893 -0.879293 0.270673 +vn -0.278214 -0.913770 0.296009 +vn -0.135956 -0.903757 0.405882 +vn -0.015772 -0.784640 0.619751 +vn -0.176832 -0.453774 0.873395 +vn 0.209031 -0.759738 0.615715 +vn 0.582625 -0.753752 0.303985 +vn 0.353499 -0.896371 0.267502 +vn 0.045330 -0.977921 0.204001 +vn -0.450398 -0.891770 0.043454 +vn -0.494882 -0.681355 -0.539303 +vn -0.426670 -0.715961 -0.552587 +vn -0.000723 -0.999353 0.035953 +vn -0.027363 -0.894796 -0.445637 +vn 0.213505 -0.976880 0.010989 +vn 0.432669 -0.888476 -0.152997 +vn 0.231641 -0.789940 -0.567748 +vn -0.155424 -0.218279 -0.963430 +vn 0.372568 -0.695811 -0.614036 +vn -0.224439 -0.306870 -0.924910 +vn -0.216901 -0.302108 -0.928270 +vn -0.486240 -0.668658 -0.562554 +vn 0.526158 0.522384 0.671024 +vn 0.561845 0.539208 0.627364 +vn 0.595324 0.558611 0.577531 +vn 0.101898 0.260905 0.959972 +vn 0.964689 0.164978 0.205323 +vn 0.642646 0.193829 0.741240 +vn 0.800259 -0.300035 0.519196 +vn 0.894137 -0.241773 0.376916 +vn 0.340272 0.078450 0.937049 +vn 0.522923 -0.136400 0.841396 +vn 0.967115 0.212863 0.139205 +vn 0.934930 -0.250361 0.251448 +vn 0.623961 -0.715505 0.314206 +vn 0.906449 0.360187 -0.220488 +vn 0.711966 0.295231 -0.637137 +vn 0.666632 0.391293 -0.634422 +vn 0.568918 0.259305 -0.780444 +vn 0.297721 0.214745 -0.930186 +vn 0.845029 -0.307503 -0.437456 +vn 0.619971 -0.285801 -0.730721 +vn 0.760830 0.547017 -0.349156 +vn 0.756545 0.543592 -0.363521 +vn 0.609646 0.440472 -0.659027 +vn 0.430325 0.311656 -0.847167 +vn -0.659438 -0.338942 0.671014 +vn -0.636440 -0.322956 0.700459 +vn -0.598204 -0.284161 0.749269 +vn -0.462325 -0.174023 0.869466 +vn -0.755875 -0.463696 0.462212 +vn -0.644557 -0.715021 0.270725 +vn -0.546793 -0.783246 0.295877 +vn -0.408578 -0.817486 0.405932 +vn -0.257490 -0.741413 0.619682 +vn -0.308422 -0.376900 0.873397 +vn -0.035967 -0.787132 0.615735 +vn 0.422938 -0.851328 0.310425 +vn 0.069508 -0.960156 0.270683 +vn -0.259071 -0.944073 0.203979 +vn -0.703997 -0.708872 0.043468 +vn -0.681201 -0.495121 -0.539278 +vn -0.627038 -0.549280 -0.552372 +vn -0.309537 -0.950204 0.036046 +vn -0.451653 -0.858481 -0.242942 +vn -0.302565 -0.842540 -0.445624 +vn 0.136965 -0.978696 -0.152953 +vn -0.023797 -0.822841 -0.567774 +vn -0.215192 -0.159528 -0.963454 +vn -0.308353 -0.222539 -0.924876 +vn -0.299731 -0.220366 -0.928224 +vn -0.669153 -0.485669 -0.562459 +vn 0.661793 0.334213 0.671068 +vn 0.700928 0.339211 0.627404 +vn 0.738801 0.347311 0.577536 +vn 0.910444 0.338044 0.238365 +vn 0.947206 0.318380 0.037888 +vn 0.249242 0.250313 0.935533 +vn 0.939154 0.234380 0.251109 +vn 0.901095 -0.148219 0.407503 +vn 0.849400 -0.400596 0.343574 +vn 0.852130 -0.320057 0.414050 +vn 0.549035 0.178773 0.816456 +vn 0.668341 -0.532720 0.519163 +vn 0.541377 -0.711014 0.448743 +vn 0.985577 -0.096305 0.139149 +vn 0.866318 -0.443489 0.229806 +vn 0.811864 -0.526884 0.251535 +vn 0.439404 -0.842269 0.312261 +vn 0.977995 -0.060916 -0.199539 +vn 0.912631 -0.151307 -0.379752 +vn 0.883828 -0.325420 -0.336079 +vn 0.572238 -0.258009 -0.778444 +vn 0.612982 -0.063019 -0.787579 +vn 0.687958 -0.161933 -0.707454 +vn 0.679704 -0.466061 -0.566384 +vn 0.708643 -0.553567 -0.437480 +vn 0.708643 -0.553567 -0.437480 +vn 0.719905 -0.627087 -0.297487 +vn 0.396418 -0.656683 -0.641576 +vn 0.844536 0.273065 -0.460646 +vn 0.855803 0.274699 -0.438340 +vn 0.850062 0.275176 -0.449081 +vn 0.867995 0.281831 -0.408847 +vn 0.715877 0.230482 -0.659089 +vn 0.650762 0.212161 -0.729038 +vn 0.575125 0.186871 -0.796436 +vn 0.505506 0.163410 -0.847208 +vn -0.731890 -0.118593 0.671023 +vn -0.705192 -0.110442 0.700362 +vn -0.656665 -0.085436 0.749328 +vn -0.493433 -0.022648 0.869489 +vn -0.910406 -0.287226 0.297762 +vn -0.833891 -0.481116 0.270468 +vn -0.641170 -0.651239 0.405942 +vn -0.474012 -0.625632 0.619594 +vn -0.409828 -0.263217 0.873360 +vn -0.277399 -0.737529 0.615712 +vn 0.028233 -0.952244 0.304030 +vn -0.240893 -0.932950 0.267535 +vn -0.538132 -0.817799 0.204008 +vn -0.741457 -0.656424 0.139100 +vn -0.844601 -0.531133 -0.067432 +vn -0.800873 -0.260382 -0.539262 +vn -0.766111 -0.328458 -0.552439 +vn -0.756004 -0.622800 -0.201442 +vn -0.508509 -0.860461 0.032008 +vn -0.627860 -0.724967 -0.283223 +vn -0.548069 -0.707894 -0.445541 +vn -0.172212 -0.973111 -0.152963 +vn -0.276868 -0.775238 -0.567759 +vn -0.253911 -0.085216 -0.963466 +vn -0.362016 -0.116356 -0.924881 +vn -0.353088 -0.116929 -0.928255 +vn -0.786423 -0.255190 -0.562510 +vn 0.732715 0.113382 0.671024 +vn 0.771442 0.106034 0.627402 +vn 0.809962 0.102045 0.577536 +vn 0.997161 -0.048276 0.057781 +vn 0.999230 0.010114 0.037906 +vn 0.159971 0.166000 0.973064 +vn 0.967883 -0.148595 0.202784 +vn 0.877392 -0.433653 0.205254 +vn 0.609525 0.120806 0.783508 +vn 0.577432 0.000429 0.816439 +vn 0.471080 -0.713082 0.519228 +vn 0.581363 -0.721052 0.376963 +vn 0.295135 -0.843509 0.448763 +vn 0.321414 -0.136514 0.937047 +vn 0.907523 -0.396280 0.139159 +vn 0.609311 -0.751982 0.251521 +vn 0.157677 -0.936811 0.312288 +vn 0.945086 -0.241263 -0.220466 +vn 0.970653 -0.176962 -0.162842 +vn 0.821187 -0.425881 -0.379838 +vn 0.739986 -0.582558 -0.336226 +vn 0.464464 -0.422210 -0.778468 +vn 0.563531 -0.249315 -0.787575 +vn 0.604259 -0.366583 -0.707452 +vn 0.502408 -0.653238 -0.566451 +vn 0.502866 -0.745428 -0.437565 +vn 0.502866 -0.745428 -0.437565 +vn 0.490880 -0.818844 -0.297542 +vn 0.290864 -0.956687 -0.012191 +vn 0.931586 -0.004882 -0.363488 +vn 0.893479 -0.001004 -0.449103 +vn 0.752129 -0.002058 -0.659013 +vn 0.684420 0.000682 -0.729087 +vn 0.604648 0.000032 -0.796493 +vn 0.531281 -0.000836 -0.847195 +vn 0.367017 -0.001301 -0.930213 +vn -0.403521 0.155302 0.901694 +vn -0.379963 0.142933 0.913892 +vn -0.913616 0.069294 0.400629 +vn -0.884114 0.069068 0.462139 +vn -0.941696 -0.199774 0.270738 +vn -0.908118 -0.248217 0.337210 +vn -0.941696 -0.199774 0.270738 +vn -0.902724 -0.312259 0.295947 +vn -0.771526 0.018866 0.635918 +vn -0.794522 -0.499759 0.344930 +vn -0.612559 -0.104169 0.783531 +vn -0.644094 -0.448507 0.619665 +vn -0.441543 0.001876 0.897238 +vn -0.491737 -0.615678 0.615740 +vn -0.471018 -0.123638 0.873416 +vn -0.342922 -0.546792 0.763821 +vn -0.267441 -0.914367 0.303988 +vn -0.517379 -0.812871 0.267506 +vn -0.764498 -0.611489 0.204019 +vn -0.986199 -0.159764 0.043438 +vn -0.842141 -0.000144 -0.539258 +vn -0.830083 -0.075739 -0.552472 +vn -0.809004 -0.586707 0.035882 +vn -0.740017 -0.503845 -0.445549 +vn -0.664804 -0.746938 0.010949 +vn -0.604296 -0.787235 -0.122830 +vn -0.646531 -0.572362 -0.504381 +vn -0.490845 -0.542277 -0.681914 +vn -0.646531 -0.572362 -0.504381 +vn -0.632963 -0.473035 -0.612859 +vn -0.333532 -0.882124 -0.332587 +vn -0.335218 -0.594007 -0.731289 +vn -0.158191 -0.968856 -0.190509 +vn -0.380220 0.001180 -0.924895 +vn -0.371879 -0.002097 -0.928279 +vn -0.267907 -0.002550 -0.963442 +vn -0.389560 -0.001964 -0.920999 +vn -0.826826 0.000330 -0.562458 +vn 0.832599 -0.181371 0.523338 +vn 0.872781 -0.198887 0.445754 +vn 0.801867 -0.153243 0.577517 +vn 0.935289 -0.261617 0.238310 +vn 0.953451 -0.299155 0.037906 +vn 0.203402 0.108452 0.973070 +vn 0.897387 -0.362833 0.251096 +vn 0.700377 -0.683564 0.205455 +vn 0.549356 -0.177953 0.816419 +vn 0.227664 -0.823767 0.519208 +vn 0.330085 -0.865388 0.377025 +vn 0.020056 -0.893446 0.448722 +vn 0.263460 -0.229167 0.937055 +vn 0.740643 -0.657327 0.139176 +vn 0.623028 -0.761775 0.177584 +vn 0.347168 -0.903449 0.251503 +vn -0.212145 -0.925348 0.314207 +vn 0.755431 -0.624088 -0.199595 +vn 0.657334 -0.402572 -0.637062 +vn 0.708449 -0.309294 -0.634379 +vn 0.544240 -0.307866 -0.780399 +vn 0.643181 -0.296557 -0.705955 +vn 0.562208 -0.421174 -0.711713 +vn 0.348628 -0.114683 -0.930218 +vn 0.247913 -0.864367 -0.437503 +vn 0.133159 -0.669547 -0.730736 +vn 0.884474 -0.292472 -0.363545 +vn 0.849437 -0.277107 -0.449076 +vn 0.714667 -0.234386 -0.659025 +vn 0.504964 -0.165016 -0.847220 +vn -0.453268 0.292082 0.842162 +vn -0.412532 0.271738 0.869469 +vn -0.335770 0.272412 0.901693 +vn -0.847455 0.348233 0.400691 +vn -0.823026 0.352040 0.445753 +vn -0.862661 0.348736 0.366332 +vn -0.957353 0.101097 0.270658 +vn -0.955042 -0.017820 0.295936 +vn -0.910059 -0.229859 0.344901 +vn -0.614790 0.090138 0.783523 +vn -0.657874 -0.433578 0.615802 +vn -0.346275 -0.033084 0.937550 +vn -0.536962 -0.786927 0.304002 +vn -0.743209 -0.613262 0.267490 +vn -0.916053 -0.345288 0.204017 +vn -0.987301 0.152806 0.043434 +vn -0.800994 0.260092 -0.539222 +vn -0.812829 0.184400 -0.552544 +vn -0.950660 -0.308138 0.036007 +vn -0.859509 -0.250480 -0.445538 +vn -0.863073 -0.504959 0.011021 +vn -0.817986 -0.561974 -0.122815 +vn -0.791797 -0.344482 -0.504371 +vn -0.634444 -0.364008 -0.681893 +vn -0.791797 -0.344482 -0.504371 +vn -0.748137 -0.254278 -0.612889 +vn -0.589837 -0.735876 -0.332535 +vn -0.502386 -0.461281 -0.731320 +vn -0.449827 -0.872548 -0.190566 +vn -0.361322 0.118614 -0.924866 +vn -0.371113 0.118531 -0.920992 +vn -0.786268 0.255803 -0.562448 +vn -0.939359 0.307625 -0.151562 +vn 0.659416 -0.338964 0.671024 +vn 0.666661 -0.350797 0.657651 +vn 0.686464 -0.367665 0.627367 +vn 0.715247 -0.393503 0.577562 +vn 0.768580 -0.458864 0.445790 +vn 0.788893 -0.493220 0.366581 +vn 0.741358 -0.622368 0.251089 +vn 0.454941 -0.866548 0.205241 +vn 0.409701 -0.816127 0.407532 +vn 0.241814 -0.877550 0.414044 +vn 0.472206 -0.588738 0.656056 +vn -0.038035 -0.853840 0.519144 +vn 0.248123 -0.495073 0.832669 +vn 0.179770 -0.299309 0.937068 +vn 0.311290 -0.375833 0.872839 +vn 0.390706 -0.108709 0.914074 +vn 0.501288 -0.854017 0.139162 +vn 0.357073 -0.917041 0.177581 +vn 0.050923 -0.966519 0.251491 +vn -0.487736 -0.814485 0.314210 +vn 0.408162 -0.900622 -0.149275 +vn 0.525578 -0.827066 -0.199323 +vn 0.414034 -0.827264 -0.379750 +vn 0.127620 -0.614597 -0.778449 +vn 0.309317 -0.532958 -0.787578 +vn 0.273400 -0.651776 -0.707418 +vn 0.022499 -0.823808 -0.566422 +vn -0.031336 -0.898643 -0.437560 +vn 0.717260 -0.522736 -0.460744 +vn 0.607251 -0.443778 -0.659020 +vn 0.554126 -0.401703 -0.729095 +vn 0.489225 -0.355439 -0.796443 +vn 0.429335 -0.313016 -0.847167 +vn 0.296219 -0.216846 -0.930179 +vn -0.455151 0.481072 0.749271 +vn -0.445536 0.467746 0.763355 +vn -0.375888 0.433801 0.818856 +vn -0.308359 0.385877 0.869491 +vn -0.561585 0.540056 0.626867 +vn -0.698396 0.593108 0.400583 +vn -0.712665 0.598260 0.366324 +vn -0.912607 0.379262 0.152670 +vn -0.903753 0.135944 0.405894 +vn -0.784757 0.015825 0.619602 +vn -0.453758 0.176866 0.873397 +vn -0.702497 -0.114208 0.702463 +vn -0.753819 -0.582542 0.303975 +vn -0.896318 -0.353662 0.267464 +vn -0.977914 -0.045373 0.204022 +vn -0.958573 0.261174 0.113693 +vn -0.880829 0.470904 0.048887 +vn -0.891736 0.450468 0.043419 +vn -0.681352 0.494887 -0.539301 +vn -0.716053 0.426649 -0.552484 +vn -0.999351 0.000703 0.036027 +vn -0.894828 0.027355 -0.445572 +vn -0.976885 -0.213484 0.011001 +vn -0.888470 -0.432701 -0.152939 +vn -0.789921 -0.231686 -0.567756 +vn -0.218129 0.155416 -0.963465 +vn -0.307050 0.224438 -0.924850 +vn -0.302085 0.216930 -0.928271 +vn -0.668668 0.486271 -0.562516 +vn -0.798328 0.582838 -0.151565 +vn 0.589155 -0.673911 0.445803 +vn 0.597875 -0.712861 0.366573 +vn 0.605122 -0.734955 0.306053 +vn 0.228275 -0.031817 0.973077 +vn 0.512707 -0.821033 0.251070 +vn 0.164856 -0.964691 0.205409 +vn 0.455956 -0.422140 0.783519 +vn 0.339769 -0.466889 0.816439 +vn -0.300040 -0.800307 0.519119 +vn -0.241632 -0.894155 0.376962 +vn 0.078404 -0.340244 0.937063 +vn -0.136344 -0.522929 0.841401 +vn 0.450656 -0.891541 0.045432 +vn 0.212862 -0.967118 0.139187 +vn 0.056254 -0.982497 0.177582 +vn -0.250182 -0.934958 0.251522 +vn -0.715492 -0.623986 0.314187 +vn 0.109857 -0.982676 -0.149262 +vn 0.244299 -0.948975 -0.199410 +vn 0.295179 -0.712061 -0.637055 +vn 0.391277 -0.666601 -0.634464 +vn 0.259349 -0.568947 -0.780409 +vn 0.346078 -0.618024 -0.705887 +vn 0.207211 -0.671192 -0.711734 +vn -0.036399 -0.941132 -0.336074 +vn 0.214663 -0.297751 -0.930196 +vn -0.307496 -0.844941 -0.437631 +vn -0.285826 -0.619951 -0.730729 +vn 0.578466 -0.799692 -0.160838 +vn 0.543645 -0.756569 -0.363391 +vn 0.440364 -0.609720 -0.659030 +vn 0.311579 -0.430385 -0.847164 +vn 0.213544 -0.291569 -0.932409 +vn -0.338985 0.659392 0.671038 +vn -0.322969 0.636421 0.700471 +vn -0.284182 0.598124 0.749325 +vn -0.173342 0.462770 0.869365 +vn -0.480934 0.779881 0.400610 +vn -0.680631 0.723329 0.116349 +vn -0.817486 0.408587 0.405923 +vn -0.741453 0.257521 0.619621 +vn -0.376914 0.308464 0.873376 +vn -0.787080 0.035927 0.615804 +vn -0.896951 -0.321073 0.303958 +vn -0.961735 -0.059266 0.267495 +vn -0.944086 0.259005 0.204005 +vn -0.766074 0.639186 -0.067619 +vn -0.495081 0.681206 -0.539309 +vn -0.549158 0.626999 -0.552538 +vn -0.975473 0.217778 0.032011 +vn -0.883476 0.373220 -0.283155 +vn -0.842544 0.302586 -0.445602 +vn -0.978698 -0.136963 -0.152942 +vn -0.822794 0.023764 -0.567843 +vn -0.159509 0.215261 -0.963442 +vn -0.776937 -0.139296 -0.613976 +vn -0.222568 0.308280 -0.924893 +vn -0.220327 0.299643 -0.928262 +vn -0.485710 0.669080 -0.562510 +vn 0.334237 -0.661817 0.671032 +vn 0.339206 -0.700928 0.627407 +vn 0.347342 -0.738778 0.577547 +vn 0.338164 -0.910400 0.238363 +vn 0.318349 -0.947214 0.037930 +vn 0.207296 -0.100833 0.973068 +vn 0.157898 -0.966378 0.202933 +vn 0.186322 -0.975656 0.115668 +vn -0.141321 -0.968444 0.205294 +vn 0.303215 -0.542396 0.783497 +vn 0.178835 -0.549123 0.816383 +vn -0.532655 -0.668380 0.519180 +vn -0.506111 -0.775692 0.377033 +vn -0.711034 -0.541422 0.448658 +vn -0.030642 -0.347899 0.937031 +vn -0.250036 -0.951815 0.177565 +vn -0.526805 -0.811924 0.251507 +vn -0.842235 -0.439483 0.312241 +vn 0.241932 -0.956120 -0.165237 +vn 0.062413 -0.973402 -0.220438 +vn -0.151330 -0.912627 -0.379752 +vn -0.325406 -0.883822 -0.336110 +vn -0.257984 -0.572218 -0.778467 +vn -0.063077 -0.612956 -0.787595 +vn -0.161874 -0.687988 -0.707439 +vn -0.465964 -0.679728 -0.566434 +vn -0.553572 -0.708645 -0.437470 +vn -0.553572 -0.708645 -0.437470 +vn -0.627124 -0.719884 -0.297461 +vn -0.819961 -0.572287 -0.012332 +vn 0.283236 -0.887423 -0.363673 +vn 0.275118 -0.850063 -0.449113 +vn 0.230424 -0.715922 -0.659060 +vn 0.212143 -0.650619 -0.729171 +vn 0.186889 -0.575116 -0.796439 +vn 0.163397 -0.505706 -0.847091 +vn 0.113017 -0.343295 -0.932403 +vn 0.079505 -0.257514 -0.962998 +vn -0.118610 0.731885 0.671027 +vn -0.110455 0.705057 0.700496 +vn -0.085410 0.656693 0.749306 +vn -0.022626 0.493419 0.869498 +vn -0.287200 0.910408 0.297781 +vn -0.323450 0.906061 0.272825 +vn -0.481061 0.833865 0.270646 +vn -0.651208 0.641182 0.405973 +vn -0.625597 0.473965 0.619666 +vn -0.263136 0.409782 0.873406 +vn -0.737475 0.277420 0.615767 +vn -0.625955 0.157169 0.763857 +vn -0.952272 -0.028165 0.303948 +vn -0.932960 0.240870 0.267522 +vn -0.817825 0.538082 0.204034 +vn -0.531071 0.844628 -0.067574 +vn -0.260330 0.800838 -0.539339 +vn -0.328520 0.765971 -0.552597 +vn -0.808058 0.587999 0.036052 +vn -0.707884 0.548087 -0.445535 +vn -0.915803 0.401477 0.010970 +vn -0.973115 0.172225 -0.152924 +vn -0.775219 0.276871 -0.567783 +vn -0.085195 0.254031 -0.963437 +vn -0.116401 0.361964 -0.924896 +vn -0.116926 0.353084 -0.928257 +vn -0.255235 0.786487 -0.562399 +vn 0.113371 -0.732713 0.671028 +vn 0.106008 -0.771453 0.627393 +vn 0.102050 -0.809937 0.577571 +vn 0.040240 -0.970348 0.238340 +vn 0.010078 -0.999231 0.037906 +vn 0.165969 -0.160653 0.972957 +vn -0.148621 -0.967849 0.202929 +vn -0.124274 -0.985493 0.115580 +vn -0.433586 -0.877382 0.205439 +vn 0.120809 -0.609529 0.783504 +vn 0.000410 -0.577451 0.816426 +vn -0.713100 -0.471049 0.519231 +vn -0.721031 -0.581373 0.376987 +vn -0.136539 -0.321446 0.937032 +vn -0.531982 -0.827918 0.177614 +vn -0.752031 -0.609250 0.251523 +vn -0.945605 -0.084247 0.314219 +vn -0.065258 -0.984037 -0.165570 +vn -0.241416 -0.945042 -0.220488 +vn -0.179731 -0.749544 -0.637087 +vn -0.075299 -0.769321 -0.634410 +vn -0.124594 -0.612731 -0.780408 +vn -0.582566 -0.740014 -0.336149 +vn -0.001295 -0.367109 -0.930177 +vn -0.745449 -0.502907 -0.437482 +vn -0.595641 -0.333556 -0.730721 +vn -0.914409 -0.267339 0.303950 +vn -0.004885 -0.931562 -0.363550 +vn -0.002055 -0.752192 -0.658940 +vn -0.000840 -0.531337 -0.847160 +vn 0.113375 0.732729 0.671010 +vn 0.112842 0.704729 0.700445 +vn 0.121696 0.650955 0.749298 +vn 0.130934 0.476335 0.869460 +vn 0.069283 0.913568 0.400741 +vn -0.199785 0.941751 0.270539 +vn -0.199785 0.941751 0.270539 +vn -0.312055 0.902812 0.295892 +vn -0.499756 0.794500 0.344983 +vn -0.104234 0.612530 0.783545 +vn -0.615648 0.491746 0.615762 +vn -0.914409 0.267339 0.303951 +vn -0.812869 0.517379 0.267513 +vn -0.611473 0.764512 0.204015 +vn -0.159718 0.986205 0.043464 +vn -0.000138 0.842207 -0.539154 +vn -0.075663 0.830114 -0.552437 +vn -0.586769 0.808960 0.035860 +vn -0.503862 0.739962 -0.445622 +vn -0.746914 0.664830 0.011032 +vn -0.872283 0.464461 -0.152967 +vn -0.651675 0.502879 -0.567831 +vn -0.002544 0.267924 -0.963437 +vn 0.001186 0.380210 -0.924899 +vn 0.000327 0.826832 -0.562449 +vn -0.118602 -0.731876 0.671037 +vn -0.137561 -0.766464 0.627383 +vn -0.153252 -0.801829 0.577567 +vn -0.261601 -0.935288 0.238330 +vn -0.299183 -0.953441 0.037953 +vn 0.017328 -0.405161 0.914081 +vn -0.440317 -0.874623 0.202868 +vn -0.423079 -0.898687 0.115609 +vn -0.683496 -0.700479 0.205335 +vn -0.177998 -0.549305 0.816444 +vn -0.823746 -0.227637 0.519253 +vn -0.865398 -0.330131 0.376961 +vn -0.893459 -0.020095 0.448695 +vn -0.229216 -0.263500 0.937031 +vn -0.761802 -0.622991 0.177594 +vn -0.903498 -0.347010 0.251547 +vn -0.925360 0.212123 0.314186 +vn -0.366130 -0.915661 -0.165871 +vn -0.521604 -0.824196 -0.220524 +vn -0.402524 -0.657322 -0.637104 +vn -0.309320 -0.708355 -0.634471 +vn -0.307839 -0.544243 -0.780407 +vn -0.114664 -0.348729 -0.930183 +vn -0.864367 -0.247914 -0.437503 +vn -0.669551 -0.133154 -0.730733 +vn -0.764329 0.065295 -0.641512 +vn -0.292553 -0.884397 -0.363668 +vn -0.234335 -0.714680 -0.659030 +vn -0.164937 -0.505090 -0.847160 +vn 0.207296 0.100834 0.973068 +vn 0.338865 0.819523 0.462117 +vn 0.342739 0.780806 0.522371 +vn 0.101012 0.957314 0.270826 +vn -0.017775 0.955047 0.295921 +vn 0.256443 0.727923 0.635897 +vn 0.176938 0.778182 0.602599 +vn -0.373013 0.903140 0.212602 +vn 0.090150 0.614793 0.783519 +vn -0.227544 0.751141 0.619687 +vn -0.433551 0.657956 0.615733 +vn -0.786977 0.536917 0.303953 +vn -0.613251 0.743204 0.267528 +vn -0.345372 0.916016 0.204040 +vn 0.074309 0.994234 0.077306 +vn 0.175536 0.983259 0.048866 +vn 0.152823 0.987296 0.043489 +vn 0.066921 0.995459 -0.067691 +vn 0.154873 0.987005 -0.042846 +vn 0.260102 0.800931 -0.539311 +vn 0.184574 0.812744 -0.552612 +vn -0.308112 0.950670 0.035975 +vn -0.250465 0.859456 -0.445649 +vn -0.504958 0.863073 0.011072 +vn -0.686064 0.711285 -0.152936 +vn -0.464388 0.679672 -0.567793 +vn 0.080317 0.255581 -0.963446 +vn 0.118672 0.361263 -0.924882 +vn 0.113016 0.354402 -0.928238 +vn 0.255844 0.786335 -0.562336 +vn -0.393537 -0.715229 0.577560 +vn -0.338976 -0.659402 0.671032 +vn -0.367677 -0.686449 0.627377 +vn -0.537817 -0.808672 0.238333 +vn -0.579145 -0.814342 0.037932 +vn -0.197117 -0.506912 0.839158 +vn -0.249652 -0.563200 0.787705 +vn -0.622281 -0.741424 0.251111 +vn -0.816133 -0.409779 0.407441 +vn -0.877570 -0.241777 0.414023 +vn -0.870230 -0.350049 0.346650 +vn -0.853780 0.038073 0.519240 +vn -0.880144 -0.117685 0.459887 +vn -0.495076 -0.248173 0.832652 +vn -0.299355 -0.179766 0.937054 +vn -0.853977 -0.501361 0.139144 +vn -0.961573 -0.150207 0.229817 +vn -0.966512 -0.050964 0.251511 +vn -0.814549 0.487627 0.314213 +vn -0.826986 -0.525622 -0.199540 +vn -0.585936 -0.500799 -0.637087 +vn -0.513171 -0.578031 -0.634457 +vn -0.460989 -0.422408 -0.780424 +vn -0.480746 -0.520105 -0.705956 +vn -0.574349 -0.404492 -0.711695 +vn -0.216780 -0.296224 -0.930192 +vn -0.898671 0.031331 -0.437503 +vn -0.677900 0.080261 -0.730759 +vn -0.706704 0.298272 -0.641563 +vn -0.551511 -0.750775 -0.363555 +vn -0.525931 -0.722292 -0.449100 +vn -0.443731 -0.607336 -0.658974 +vn -0.312971 -0.429384 -0.847159 +vn -0.211348 -0.293194 -0.932400 +vn 0.417781 0.340824 0.842198 +vn 0.385894 0.308334 0.869492 +vn 0.362850 0.235226 0.901670 +vn 0.593109 0.698380 0.400607 +vn 0.589181 0.673894 0.445795 +vn 0.598277 0.712642 0.366342 +vn 0.391844 0.879328 0.270630 +vn 0.278202 0.913798 0.295934 +vn 0.275722 0.556796 0.783553 +vn 0.015779 0.784688 0.619690 +vn -0.072992 0.836539 0.543024 +vn 0.075478 0.339616 0.937531 +vn -0.582489 0.753873 0.303945 +vn -0.250192 0.934955 0.251520 +vn -0.045349 0.977919 0.204005 +vn 0.450499 0.891719 0.043444 +vn 0.494882 0.681369 -0.539284 +vn 0.426716 0.715982 -0.552524 +vn 0.000728 0.999350 0.036056 +vn 0.027316 0.894840 -0.445550 +vn -0.213482 0.976885 0.011008 +vn -0.432695 0.888481 -0.152894 +vn -0.231606 0.789882 -0.567843 +vn 0.155407 0.218252 -0.963439 +vn 0.224456 0.306899 -0.924896 +vn 0.216908 0.302127 -0.928262 +vn 0.486264 0.668675 -0.562513 +vn 0.582861 0.798311 -0.151566 +vn -0.372830 -0.441266 0.816261 +vn -0.446993 -0.467053 0.762927 +vn -0.455100 -0.481048 0.749318 +vn -0.561807 -0.539229 0.627380 +vn -0.595299 -0.558618 0.577551 +vn -0.761377 -0.602912 0.238331 +vn -0.802450 -0.595514 0.037902 +vn -0.820943 -0.512828 0.251117 +vn -0.964694 -0.164912 0.205353 +vn -0.809751 -0.279546 0.515904 +vn -0.800238 0.300110 0.519185 +vn -0.894133 0.241694 0.376976 +vn -0.547533 -0.083028 0.832655 +vn -0.340241 -0.078447 0.937060 +vn -0.967121 -0.212871 0.139152 +vn -0.982498 -0.056252 0.177579 +vn -0.934915 0.250404 0.251461 +vn -0.623929 0.715535 0.314202 +vn -0.948959 -0.244266 -0.199527 +vn -0.712038 -0.295174 -0.637083 +vn -0.666645 -0.391291 -0.634410 +vn -0.744042 -0.352206 -0.567761 +vn -0.914696 -0.138167 -0.379790 +vn -0.568944 -0.259311 -0.780423 +vn -0.941127 0.036395 -0.336089 +vn -0.297695 -0.214730 -0.930198 +vn -0.397109 -0.103976 -0.911863 +vn -0.845023 0.307477 -0.437487 +vn -0.619936 0.285840 -0.730736 +vn -0.718772 -0.520659 -0.460740 +vn -0.728999 -0.525688 -0.438420 +vn -0.723400 -0.524470 -0.449025 +vn -0.738411 -0.536259 -0.408871 +vn -0.529514 -0.383888 -0.756468 +vn -0.430355 -0.311656 -0.847151 +vn 0.598159 0.284172 0.749301 +vn 0.582589 0.279185 0.763312 +vn 0.528692 0.223425 0.818881 +vn 0.462322 0.174005 0.869472 +vn 0.687140 0.367195 0.626902 +vn 0.804842 0.531844 0.263384 +vn 0.808600 0.537876 0.238444 +vn 0.723018 0.680968 0.116307 +vn 0.610523 0.755527 0.237574 +vn 0.408631 0.817420 0.406011 +vn 0.426605 0.853191 0.300122 +vn 0.257495 0.741415 0.619678 +vn 0.308436 0.376897 0.873393 +vn 0.035974 0.787125 0.615743 +vn -0.267771 0.658942 0.702919 +vn -0.321114 0.896938 0.303953 +vn -0.059253 0.961733 0.267504 +vn 0.259056 0.944071 0.204008 +vn 0.639308 0.765970 -0.067648 +vn 0.681185 0.495115 -0.539303 +vn 0.626998 0.549192 -0.552504 +vn 0.309539 0.950206 0.035964 +vn 0.302518 0.842587 -0.445566 +vn 0.098853 0.995041 0.011002 +vn -0.136943 0.978698 -0.152963 +vn 0.023769 0.822841 -0.567775 +vn 0.215250 0.159547 -0.963438 +vn -0.139316 0.776922 -0.613990 +vn 0.308338 0.222525 -0.924884 +vn 0.299667 0.220316 -0.928257 +vn 0.669214 0.485717 -0.562345 +vn -0.823001 -0.352081 0.445767 +vn -0.862706 -0.348349 0.366594 +vn -0.885958 -0.348411 0.306087 +vn -0.100804 -0.207299 0.973070 +vn -0.966374 -0.158036 0.202843 +vn -0.975674 -0.186136 0.115820 +vn -0.968431 0.141341 0.205338 +vn -0.542335 -0.303232 0.783533 +vn -0.549048 -0.178848 0.816431 +vn -0.668397 0.532596 0.519218 +vn -0.775723 0.506103 0.376980 +vn -0.541395 0.711038 0.448684 +vn -0.347856 0.030527 0.937051 +vn -0.951779 0.250163 0.177583 +vn -0.811864 0.526909 0.251483 +vn -0.439469 0.842203 0.312348 +vn -0.956110 -0.241825 -0.165449 +vn -0.973406 -0.062435 -0.220413 +vn -0.912616 0.151293 -0.379792 +vn -0.883824 0.325390 -0.336120 +vn -0.572204 0.257997 -0.778473 +vn -0.612965 0.063020 -0.787593 +vn -0.687936 0.161939 -0.707474 +vn -0.679659 0.466067 -0.566433 +vn -0.708616 0.553590 -0.437495 +vn -0.708616 0.553590 -0.437495 +vn -0.719883 0.627108 -0.297496 +vn -0.572277 0.819969 -0.012268 +vn -0.939310 -0.303016 -0.160869 +vn -0.887506 -0.283218 -0.363485 +vn -0.850054 -0.275175 -0.449096 +vn -0.715909 -0.230485 -0.659053 +vn -0.650724 -0.212121 -0.729084 +vn -0.575048 -0.186888 -0.796488 +vn -0.505520 -0.163420 -0.847198 +vn 0.731895 0.118617 0.671014 +vn 0.705151 0.110442 0.700403 +vn 0.656647 0.085441 0.749343 +vn 0.493434 0.022649 0.869488 +vn 0.862145 0.207579 0.462187 +vn 0.833796 0.481167 0.270670 +vn 0.762180 0.575752 0.295959 +vn 0.641213 0.651231 0.405888 +vn 0.474037 0.625560 0.619649 +vn 0.409813 0.263160 0.873384 +vn 0.277414 0.737499 0.615741 +vn 0.157187 0.625977 0.763836 +vn -0.028196 0.952275 0.303938 +vn 0.240892 0.932957 0.267512 +vn 0.538135 0.817793 0.204022 +vn 0.848101 0.524163 0.077317 +vn 0.898669 0.435897 0.048867 +vn 0.888591 0.456637 0.043460 +vn 0.844714 0.530929 -0.067626 +vn 0.889481 0.454975 -0.042672 +vn 0.800898 0.260359 -0.539236 +vn 0.766085 0.328465 -0.552471 +vn 0.588010 0.808053 0.035980 +vn 0.548082 0.707854 -0.445588 +vn 0.401463 0.915810 0.010961 +vn 0.331431 0.935464 -0.122724 +vn 0.438066 0.744135 -0.504343 +vn 0.299266 0.667419 -0.681903 +vn 0.438066 0.744135 -0.504343 +vn 0.455779 0.645465 -0.612895 +vn 0.135249 0.668490 -0.731320 +vn 0.002700 0.513295 -0.858208 +vn 0.060684 0.213212 -0.975120 +vn 0.362096 0.116365 -0.924849 +vn 0.353114 0.116914 -0.928247 +vn 0.369949 0.122258 -0.920973 +vn 0.786443 0.255173 -0.562489 +vn -0.732702 -0.113379 0.671039 +vn -0.771459 -0.106009 0.627386 +vn -0.809942 -0.102049 0.577564 +vn -0.970354 -0.040261 0.238310 +vn -0.999230 -0.010114 0.037912 +vn -0.159972 -0.166004 0.973063 +vn -0.967873 0.148583 0.202844 +vn -0.985459 0.124396 0.115739 +vn -0.877420 0.433563 0.205324 +vn -0.633889 0.220884 0.741212 +vn -0.471053 0.713105 0.519221 +vn -0.581351 0.721082 0.376925 +vn -0.516039 -0.130450 0.846573 +vn -0.295164 0.843547 0.448672 +vn -0.321417 0.136513 0.937046 +vn -0.342931 0.417707 0.841379 +vn -0.827966 0.531918 0.177585 +vn -0.609357 0.751948 0.251511 +vn -0.157672 0.936811 0.312289 +vn -0.984034 0.065379 -0.165536 +vn -0.945069 0.241320 -0.220477 +vn -0.821202 0.425891 -0.379795 +vn -0.740010 0.582579 -0.336135 +vn -0.464490 0.422228 -0.778442 +vn -0.563522 0.249307 -0.787584 +vn -0.604231 0.366574 -0.707480 +vn -0.502382 0.653248 -0.566463 +vn -0.502884 0.745457 -0.437495 +vn -0.502884 0.745457 -0.437495 +vn -0.490912 0.818843 -0.297493 +vn -0.290864 0.956686 -0.012208 +vn -0.931565 0.004882 -0.363543 +vn -0.893520 0.000978 -0.449023 +vn -0.752110 0.002065 -0.659035 +vn -0.684411 -0.000687 -0.729096 +vn -0.604707 -0.000032 -0.796448 +vn -0.531245 0.000837 -0.847218 +vn -0.367051 0.001302 -0.930200 +vn 0.732738 -0.113364 0.671002 +vn 0.704774 -0.112809 0.700405 +vn 0.650943 -0.121689 0.749310 +vn 0.475368 -0.133097 0.869661 +vn 0.954577 -0.008153 0.297852 +vn 0.961679 0.027696 0.272776 +vn 0.941707 0.199773 0.270700 +vn 0.811053 0.421254 0.405880 +vn 0.644168 0.448426 0.619647 +vn 0.471076 0.123677 0.873379 +vn 0.491741 0.615701 0.615714 +vn 0.267391 0.914385 0.303977 +vn 0.517367 0.812878 0.267507 +vn 0.764439 0.611562 0.204024 +vn 0.986192 0.159801 0.043454 +vn 0.842128 0.000145 -0.539277 +vn 0.830062 0.075813 -0.552493 +vn 0.809046 0.586651 0.035855 +vn 0.739986 0.503856 -0.445589 +vn 0.664777 0.746960 0.011041 +vn 0.604303 0.787244 -0.122739 +vn 0.646558 0.572410 -0.504291 +vn 0.490876 0.542285 -0.681886 +vn 0.646558 0.572410 -0.504291 +vn 0.632929 0.473117 -0.612831 +vn 0.333541 0.882127 -0.332569 +vn 0.335221 0.594001 -0.731294 +vn 0.158180 0.968867 -0.190460 +vn 0.380232 -0.001185 -0.924890 +vn 0.371889 0.002095 -0.928275 +vn 0.267858 0.002551 -0.963455 +vn 0.389625 0.001964 -0.920972 +vn 0.826827 -0.000330 -0.562457 +vn -0.731871 0.118586 0.671046 +vn -0.766418 0.137558 0.627440 +vn -0.801851 0.153225 0.577544 +vn -0.935296 0.261598 0.238303 +vn -0.953454 0.299149 0.037888 +vn -0.203402 -0.108444 0.973071 +vn -0.874534 0.440509 0.202836 +vn -0.898906 0.422576 0.115751 +vn -0.700431 0.683542 0.205346 +vn -0.617010 0.073483 0.783517 +vn -0.549347 0.178029 0.816409 +vn -0.227668 0.823776 0.519192 +vn -0.330106 0.865397 0.376985 +vn -0.263508 0.229181 0.937038 +vn -0.623001 0.761796 0.177585 +vn -0.347068 0.903489 0.251499 +vn 0.212148 0.925351 0.314195 +vn -0.915720 0.366137 -0.165533 +vn -0.824170 0.521662 -0.220484 +vn -0.657308 0.402585 -0.637080 +vn -0.708443 0.309245 -0.634410 +vn -0.722292 0.394959 -0.567716 +vn -0.649415 0.658830 -0.379742 +vn -0.544227 0.307890 -0.780398 +vn -0.348714 0.114683 -0.930186 +vn -0.317521 0.260216 -0.911849 +vn -0.247917 0.864392 -0.437452 +vn -0.133145 0.669523 -0.730761 +vn -0.077474 0.874645 -0.478533 +vn -0.923731 0.302481 -0.235003 +vn -0.621752 0.202633 -0.756548 +vn -0.505086 0.165011 -0.847148 +vn 0.661838 -0.334225 0.671017 +vn 0.635439 -0.325044 0.700402 +vn 0.581461 -0.316904 0.749317 +vn 0.412533 -0.271764 0.869460 +vn 0.819535 -0.338862 0.462099 +vn 0.957375 -0.100798 0.270689 +vn 0.955045 0.017796 0.295927 +vn 0.778185 -0.176766 0.602646 +vn 0.903099 0.373108 0.212610 +vn 0.614796 -0.090117 0.783521 +vn 0.751203 0.227340 0.619686 +vn 0.657931 0.433549 0.615761 +vn 0.536985 0.786906 0.304016 +vn 0.743166 0.613320 0.267475 +vn 0.916012 0.345399 0.204016 +vn 0.994230 -0.074327 0.077343 +vn 0.983274 -0.175460 0.048853 +vn 0.987286 -0.152893 0.043474 +vn 0.995462 -0.066866 -0.067710 +vn 0.987101 -0.154293 -0.042733 +vn 0.800958 -0.260081 -0.539281 +vn 0.812837 -0.184400 -0.552533 +vn 0.950688 0.308048 0.036031 +vn 0.859456 0.250527 -0.445614 +vn 0.863115 0.504887 0.010984 +vn 0.711277 0.686076 -0.152920 +vn 0.679642 0.464411 -0.567811 +vn 0.255583 -0.080372 -0.963441 +vn 0.361303 -0.118606 -0.924874 +vn 0.786279 -0.255795 -0.562436 +vn -0.659421 0.338950 0.671027 +vn -0.686472 0.367642 0.627372 +vn -0.715223 0.393528 0.577574 +vn -0.808682 0.537801 0.238336 +vn -0.814301 0.579204 0.037898 +vn -0.279630 0.016320 0.959969 +vn -0.455060 0.866441 0.205425 +vn -0.540358 0.824916 0.165913 +vn -0.409705 0.816167 0.407446 +vn -0.241834 0.877542 0.414048 +vn -0.467440 0.339034 0.816429 +vn 0.038066 0.853825 0.519167 +vn -0.248145 0.494947 0.832737 +vn -0.179756 0.299375 0.937050 +vn -0.031967 0.539532 0.841358 +vn -0.618113 0.780322 0.095052 +vn -0.357042 0.917057 0.177560 +vn -0.050887 0.966527 0.251468 +vn 0.487689 0.814526 0.314178 +vn -0.715189 0.650272 -0.256223 +vn -0.408151 0.900632 -0.149247 +vn -0.525617 0.826987 -0.199546 +vn -0.488494 0.864152 -0.120890 +vn -0.500782 0.585945 -0.637092 +vn -0.578102 0.513155 -0.634406 +vn -0.564894 0.598720 -0.567828 +vn -0.414036 0.827268 -0.379739 +vn -0.422429 0.460972 -0.780422 +vn -0.256249 0.906274 -0.336161 +vn -0.296200 0.216834 -0.930187 +vn -0.221577 0.345618 -0.911840 +vn 0.031324 0.898640 -0.437568 +vn 0.080271 0.677905 -0.730754 +vn -0.717274 0.522726 -0.460733 +vn -0.528819 0.384795 -0.756494 +vn -0.429384 0.312998 -0.847149 +vn 0.526174 -0.522381 0.671013 +vn 0.503785 -0.505570 0.700428 +vn 0.455136 -0.481070 0.749282 +vn 0.308368 -0.385883 0.869485 +vn 0.767509 -0.567642 0.297847 +vn 0.794141 -0.543016 0.272899 +vn 0.879345 -0.391790 0.270653 +vn 0.903786 -0.135860 0.405848 +vn 0.784742 -0.015780 0.619622 +vn 0.836538 0.072982 0.543026 +vn 0.453739 -0.176935 0.873393 +vn 0.702456 0.114172 0.702510 +vn 0.759705 0.209054 0.615748 +vn 0.753767 0.582633 0.303932 +vn 0.934924 0.250356 0.251473 +vn 0.977910 0.045427 0.204033 +vn 0.891777 -0.450385 0.043435 +vn 0.681363 -0.494899 -0.539277 +vn 0.715934 -0.426815 -0.552511 +vn 0.999350 -0.000775 0.036035 +vn 0.757737 -0.148785 -0.635372 +vn 0.951607 0.281698 -0.122839 +vn 0.888474 0.432695 -0.152937 +vn 0.218188 -0.155418 -0.963452 +vn 0.695844 0.372563 -0.614002 +vn 0.306928 -0.224443 -0.924890 +vn 0.302017 -0.216935 -0.928291 +vn 0.668692 -0.486277 -0.562482 +vn -0.522406 0.526130 0.671028 +vn -0.539213 0.561798 0.627402 +vn -0.558652 0.595271 0.577547 +vn -0.602886 0.761411 0.238289 +vn -0.595521 0.802446 0.037895 +vn -0.316913 0.186907 0.929856 +vn -0.448919 0.870186 0.203096 +vn -0.478683 0.870310 0.115854 +vn -0.164927 0.964691 0.205352 +vn -0.339794 0.466958 0.816389 +vn 0.300045 0.800245 0.519212 +vn 0.241617 0.894178 0.376918 +vn -0.078428 0.340293 0.937043 +vn -0.056238 0.982494 0.177604 +vn 0.250253 0.934928 0.251561 +vn 0.665171 0.678258 0.312272 +vn -0.525909 0.834248 -0.165678 +vn -0.360083 0.906517 -0.220379 +vn -0.295167 0.712037 -0.637087 +vn -0.391291 0.666609 -0.634448 +vn -0.352219 0.743990 -0.567822 +vn -0.138163 0.914707 -0.379765 +vn -0.259301 0.569034 -0.780361 +vn 0.036393 0.941126 -0.336091 +vn -0.214683 0.297780 -0.930182 +vn -0.104008 0.397171 -0.911832 +vn 0.307500 0.845018 -0.437479 +vn 0.285839 0.619963 -0.730713 +vn 0.603000 0.797648 -0.012186 +vn -0.569547 0.787627 -0.235075 +vn -0.383995 0.529364 -0.756519 +vn -0.311580 0.430388 -0.847162 +vn 0.111526 -0.417773 0.901681 +vn 0.107732 -0.391386 0.913899 +vn 0.680864 -0.723091 0.116462 +vn 0.497656 -0.722987 0.479196 +vn 0.564719 -0.693180 0.447878 +vn 0.783176 -0.546929 0.295810 +vn 0.438076 -0.635283 0.636007 +vn 0.871341 -0.349066 0.344846 +vn 0.444373 -0.434343 0.783504 +vn 0.741466 -0.257504 0.619613 +vn 0.257977 -0.358306 0.897254 +vn 0.787114 -0.035896 0.615762 +vn 0.299704 -0.176761 0.937514 +vn 0.658951 0.267737 0.702923 +vn 0.896934 0.321108 0.303973 +vn 0.961739 0.059194 0.267497 +vn 0.944082 -0.259005 0.204022 +vn 0.766081 -0.639173 -0.067664 +vn 0.495099 -0.681204 -0.539294 +vn 0.549192 -0.626999 -0.552504 +vn 0.950180 -0.309622 0.035939 +vn 0.842543 -0.302602 -0.445593 +vn 0.995035 -0.098908 0.011076 +vn 0.992090 -0.026125 -0.122784 +vn 0.843097 -0.186609 -0.504346 +vn 0.727261 -0.078387 -0.681871 +vn 0.426278 -0.049817 -0.903220 +vn 0.222585 -0.308304 -0.924881 +vn 0.220334 -0.299660 -0.928255 +vn 0.230607 -0.314052 -0.920973 +vn 0.485727 -0.669131 -0.562435 +vn -0.342661 0.780197 0.523331 +vn -0.352072 0.823003 0.445770 +vn -0.347335 0.738763 0.577570 +vn -0.338173 0.910400 0.238350 +vn -0.318359 0.947213 0.037892 +vn -0.316991 0.582078 0.748801 +vn -0.207298 0.100818 0.973069 +vn -0.234196 0.939158 0.251264 +vn 0.141310 0.968429 0.205369 +vn -0.178822 0.549071 0.816421 +vn 0.532635 0.668386 0.519192 +vn 0.506112 0.775740 0.376932 +vn 0.030567 0.347863 0.937047 +vn 0.096406 0.985562 0.139190 +vn 0.250108 0.951786 0.177620 +vn 0.526848 0.811913 0.251452 +vn 0.842132 0.439664 0.312264 +vn 0.060825 0.977993 -0.199575 +vn -0.060740 0.768474 -0.636992 +vn -0.166122 0.754877 -0.634479 +vn -0.070846 0.621278 -0.780381 +vn -0.138181 0.694690 -0.705912 +vn 0.010345 0.702468 -0.711640 +vn 0.325408 0.883822 -0.336109 +vn -0.112204 0.349539 -0.930179 +vn 0.553523 0.708588 -0.437624 +vn 0.463422 0.501297 -0.730713 +vn -0.283291 0.887451 -0.363561 +vn -0.275128 0.850105 -0.449028 +vn -0.230461 0.715966 -0.658999 +vn -0.163379 0.505653 -0.847126 +vn 0.030115 -0.538399 0.842152 +vn 0.022657 -0.493457 0.869475 +vn -0.023004 -0.431817 0.901668 +vn 0.136900 -0.766958 0.626924 +vn 0.299189 -0.933709 0.196655 +vn 0.323134 -0.906116 0.273016 +vn 0.353496 -0.933400 0.061682 +vn 0.423897 -0.898230 0.116166 +vn 0.651204 -0.641248 0.405875 +vn 0.625549 -0.474095 0.619614 +vn 0.263069 -0.409846 0.873396 +vn 0.737525 -0.277363 0.615733 +vn 0.230336 -0.260683 0.937544 +vn 0.733778 -0.114742 0.669630 +vn 0.952251 0.028592 0.303973 +vn 0.932929 -0.241017 0.267497 +vn 0.817835 -0.538075 0.204012 +vn 0.531086 -0.844614 -0.067638 +vn 0.260373 -0.800890 -0.539241 +vn 0.328435 -0.766057 -0.552528 +vn 0.860397 -0.508620 0.031989 +vn 0.725084 -0.627787 -0.283086 +vn 0.707876 -0.548062 -0.445578 +vn 0.973108 -0.172252 -0.152937 +vn 0.775231 -0.276800 -0.567801 +vn 0.085195 -0.254018 -0.963440 +vn 0.781965 -0.107600 -0.613965 +vn 0.116383 -0.361983 -0.924891 +vn 0.116889 -0.353042 -0.928277 +vn 0.255192 -0.786458 -0.562459 +vn 0.698381 -0.644853 -0.310531 +vn 0.695624 -0.602801 -0.390816 +vn 0.491901 -0.418615 -0.763410 +vn 0.433333 -0.395223 -0.809952 +vn 0.106446 -0.119093 -0.987161 +vn 0.394207 -0.434126 -0.810022 +vn 0.564079 -0.650132 -0.509061 +vn 0.546775 -0.595618 -0.588453 +vn 0.698420 -0.698443 -0.156161 +vn 0.572445 -0.572512 -0.586973 +vn 0.416399 -0.416439 -0.808202 +vn 0.219579 -0.219608 -0.950556 +vn 0.464943 -0.829111 -0.310489 +vn 0.475308 -0.788256 -0.390812 +vn 0.397593 -0.703871 -0.588630 +vn 0.396464 -0.648473 -0.649845 +vn 0.289968 -0.509784 -0.809963 +vn 0.062080 -0.142474 -0.987850 +vn 0.240740 -0.534695 -0.810028 +vn 0.335566 -0.792621 -0.509064 +vn 0.335957 -0.735462 -0.588413 +vn 0.378009 -0.891885 -0.248297 +vn 0.431829 -0.847536 -0.308556 +vn 0.367517 -0.721365 -0.586996 +vn 0.267357 -0.524759 -0.808176 +vn 0.140981 -0.276718 -0.950553 +vn 0.185967 -0.932209 -0.310488 +vn 0.208469 -0.896585 -0.390737 +vn 0.151955 -0.627987 -0.763244 +vn 0.118266 -0.574460 -0.809944 +vn 0.016556 -0.161196 -0.986784 +vn 0.063738 -0.582895 -0.810044 +vn 0.074217 -0.857550 -0.509019 +vn 0.092268 -0.803287 -0.588402 +vn 0.154499 -0.975554 -0.156285 +vn 0.126610 -0.799650 -0.586967 +vn 0.092090 -0.581672 -0.808194 +vn 0.048561 -0.306744 -0.950553 +vn -0.060453 -0.757744 -0.649746 +vn -0.079065 -0.702256 -0.707520 +vn -0.060446 -0.757727 -0.649766 +vn -0.033502 -0.151766 -0.987849 +vn -0.119522 -0.574077 -0.810031 +vn -0.194420 -0.838552 -0.508951 +vn -0.160468 -0.792491 -0.588395 +vn -0.148829 -0.939514 -0.308487 +vn -0.126682 -0.799637 -0.586969 +vn -0.092156 -0.581612 -0.808230 +vn -0.048606 -0.306721 -0.950558 +vn -0.397498 -0.863468 -0.310514 +vn -0.358379 -0.847873 -0.390737 +vn -0.335763 -0.735363 -0.588646 +vn -0.291612 -0.701911 -0.649833 +vn -0.124239 -0.281486 -0.951489 +vn -0.078755 -0.133981 -0.987850 +vn -0.291092 -0.509053 -0.810019 +vn -0.444011 -0.737380 -0.509043 +vn -0.397503 -0.704109 -0.588407 +vn -0.499365 -0.830090 -0.248165 +vn -0.431865 -0.847532 -0.308516 +vn -0.367579 -0.721334 -0.586995 +vn -0.267364 -0.524685 -0.808222 +vn -0.644840 -0.698370 -0.310581 +vn -0.602833 -0.695619 -0.390778 +vn -0.395244 -0.433335 -0.809940 +vn -0.418677 -0.492055 -0.763277 +vn -0.434127 -0.394190 -0.810030 +vn -0.470432 -0.397753 -0.787709 +vn -0.455165 -0.394470 -0.798259 +vn -0.650092 -0.564062 -0.509132 +vn -0.595627 -0.546811 -0.588409 +vn -0.698444 -0.698427 -0.156123 +vn -0.572501 -0.572443 -0.586986 +vn -0.416429 -0.416384 -0.808215 +vn -0.219618 -0.219578 -0.950554 +vn -0.829101 -0.464944 -0.310514 +vn -0.788295 -0.475318 -0.390722 +vn -0.509770 -0.290004 -0.809958 +vn -0.550111 -0.338564 -0.763382 +vn -0.534718 -0.240735 -0.810015 +vn -0.570306 -0.232912 -0.787720 +vn -0.554725 -0.234516 -0.798299 +vn -0.792630 -0.335571 -0.509048 +vn -0.735453 -0.335975 -0.588413 +vn -0.880081 -0.448405 -0.156176 +vn -0.721362 -0.367515 -0.587000 +vn -0.524729 -0.267327 -0.808206 +vn -0.276721 -0.140969 -0.950554 +vn -0.932195 -0.185963 -0.310531 +vn -0.896589 -0.208425 -0.390752 +vn -0.792265 -0.160610 -0.588660 +vn -0.739249 -0.176658 -0.649849 +vn -0.154654 -0.015033 -0.987854 +vn -0.582964 -0.063725 -0.809995 +vn -0.857505 -0.074222 -0.509093 +vn -0.803277 -0.092268 -0.588415 +vn -0.975570 -0.154494 -0.156187 +vn -0.799643 -0.126619 -0.586975 +vn -0.581628 -0.092089 -0.808225 +vn -0.306750 -0.048558 -0.950551 +vn -0.757732 0.060458 -0.649760 +vn -0.702234 0.079064 -0.707543 +vn -0.757706 0.060442 -0.649792 +vn -0.449879 0.048725 -0.891759 +vn -0.151761 0.033503 -0.987849 +vn -0.574110 0.119527 -0.810007 +vn -0.838484 0.194393 -0.509073 +vn -0.792479 0.160469 -0.588410 +vn -0.880386 0.139462 -0.453289 +vn -0.699244 0.110785 -0.706247 +vn -0.449765 0.071262 -0.890300 +vn -0.863468 0.397480 -0.310536 +vn -0.847840 0.358406 -0.390785 +vn -0.735370 0.335751 -0.588644 +vn -0.534246 0.241979 -0.809955 +vn -0.597109 0.246215 -0.763439 +vn -0.509065 0.291075 -0.810018 +vn -0.523607 0.324440 -0.787765 +vn -0.515728 0.310908 -0.798349 +vn -0.737393 0.443990 -0.509043 +vn -0.704066 0.397524 -0.588443 +vn -0.847541 0.431866 -0.308491 +vn -0.721350 0.367577 -0.586977 +vn -0.524712 0.267388 -0.808196 +vn -0.276685 0.141011 -0.950558 +vn -0.698397 0.644848 -0.310505 +vn -0.695635 0.602774 -0.390839 +vn -0.595646 0.546544 -0.588639 +vn -0.577517 0.494285 -0.649736 +vn -0.433344 0.395249 -0.809933 +vn -0.106454 0.119104 -0.987158 +vn -0.394214 0.434120 -0.810022 +vn -0.564063 0.650139 -0.509071 +vn -0.546794 0.595630 -0.588423 +vn -0.635119 0.731439 -0.248237 +vn -0.672604 0.672639 -0.308482 +vn -0.572431 0.572500 -0.586998 +vn -0.416375 0.416437 -0.808216 +vn -0.219576 0.219612 -0.950556 +vn -0.464939 0.829110 -0.310496 +vn -0.475316 0.788303 -0.390709 +vn -0.338484 0.550106 -0.763421 +vn -0.289992 0.509802 -0.809942 +vn -0.062077 0.142470 -0.987851 +vn -0.240760 0.534698 -0.810020 +vn -0.335576 0.792617 -0.509066 +vn -0.335977 0.735459 -0.588405 +vn -0.448413 0.880077 -0.156172 +vn -0.367505 0.721367 -0.587000 +vn -0.267317 0.524735 -0.808205 +vn -0.140996 0.276717 -0.950551 +vn -0.185968 0.932203 -0.310505 +vn -0.208405 0.896564 -0.390820 +vn -0.160609 0.792256 -0.588673 +vn -0.176688 0.739328 -0.649751 +vn -0.015030 0.154689 -0.987849 +vn -0.063735 0.582916 -0.810029 +vn -0.074228 0.857535 -0.509043 +vn -0.092264 0.803265 -0.588433 +vn -0.154500 0.975565 -0.156213 +vn -0.126612 0.799645 -0.586973 +vn -0.092090 0.581667 -0.808198 +vn -0.048555 0.306719 -0.950561 +vn 0.060454 0.757741 -0.649749 +vn 0.079062 0.702224 -0.707553 +vn 0.060445 0.757697 -0.649801 +vn 0.033501 0.151760 -0.987850 +vn 0.119529 0.574107 -0.810009 +vn 0.194397 0.838496 -0.509052 +vn 0.160466 0.792459 -0.588439 +vn 0.148827 0.939511 -0.308497 +vn 0.126684 0.799642 -0.586961 +vn 0.092162 0.581655 -0.808198 +vn 0.048605 0.306722 -0.950557 +vn 0.397492 0.863467 -0.310524 +vn 0.358353 0.847883 -0.390739 +vn 0.335755 0.735348 -0.588670 +vn 0.291626 0.701955 -0.649780 +vn 0.124244 0.281496 -0.951485 +vn 0.078751 0.133985 -0.987849 +vn 0.291086 0.509049 -0.810023 +vn 0.444035 0.737341 -0.509079 +vn 0.397488 0.704093 -0.588435 +vn 0.499353 0.830061 -0.248286 +vn 0.431861 0.847527 -0.308536 +vn 0.367583 0.721342 -0.586983 +vn 0.267388 0.524710 -0.808198 +vn 0.644879 0.698372 -0.310497 +vn 0.602852 0.695596 -0.390790 +vn 0.546559 0.595615 -0.588656 +vn 0.494269 0.577488 -0.649773 +vn 0.229542 0.205566 -0.951343 +vn 0.434124 0.394175 -0.810038 +vn 0.650126 0.564094 -0.509053 +vn 0.595618 0.546811 -0.588419 +vn 0.698429 0.698428 -0.156188 +vn 0.572514 0.572455 -0.586960 +vn 0.322003 0.321961 -0.890312 +vn 0.829097 0.464947 -0.310521 +vn 0.788345 0.475318 -0.390622 +vn 0.550163 0.338450 -0.763395 +vn 0.509768 0.290004 -0.809959 +vn 0.142470 0.062100 -0.987849 +vn 0.534708 0.240733 -0.810021 +vn 0.792617 0.335592 -0.509055 +vn 0.735448 0.335989 -0.588412 +vn 0.794220 0.404644 -0.453296 +vn 0.524735 0.267328 -0.808201 +vn 0.276722 0.140971 -0.950554 +vn 0.932196 0.185962 -0.310530 +vn 0.896576 0.208412 -0.390789 +vn 0.574482 0.118276 -0.809927 +vn 0.627850 0.151926 -0.763363 +vn 0.582955 0.063725 -0.810001 +vn 0.614409 0.045306 -0.787686 +vn 0.600023 0.051654 -0.798314 +vn 0.857531 0.074187 -0.509056 +vn 0.803267 0.092265 -0.588430 +vn 0.880386 0.139412 -0.453305 +vn 0.581627 0.092086 -0.808227 +vn 0.306724 0.048558 -0.950559 +vn 0.944042 -0.111208 -0.310511 +vn 0.917111 -0.078816 -0.390762 +vn 0.803108 -0.092077 -0.588677 +vn 0.757737 -0.060406 -0.649759 +vn 0.582862 -0.065043 -0.809964 +vn 0.159542 -0.034404 -0.986592 +vn 0.574133 -0.119521 -0.809991 +vn 0.838459 -0.194434 -0.509099 +vn 0.792468 -0.160470 -0.588425 +vn 0.939509 -0.148826 -0.308502 +vn 0.799634 -0.126681 -0.586973 +vn 0.581655 -0.092158 -0.808199 +vn 0.306708 -0.048601 -0.950562 +vn 0.863483 -0.397468 -0.310510 +vn 0.847851 -0.358404 -0.390762 +vn 0.735386 -0.335751 -0.588625 +vn 0.701938 -0.291604 -0.649808 +vn 0.534236 -0.241977 -0.809962 +vn 0.133966 -0.078760 -0.987851 +vn 0.509075 -0.291079 -0.810010 +vn 0.737405 -0.443955 -0.509056 +vn 0.704084 -0.397512 -0.588430 +vn 0.830109 -0.499365 -0.248098 +vn 0.847520 -0.431874 -0.308536 +vn 0.721355 -0.367580 -0.586969 +vn 0.524716 -0.267388 -0.808194 +vn 0.276679 -0.141006 -0.950561 +vn -0.767952 0.070497 -0.636616 +vn -0.918134 0.000000 -0.396269 +vn -0.767999 -0.070067 -0.636606 +vn -0.815887 -0.139872 -0.561039 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn 0.668553 -0.114965 -0.734724 +vn 0.528669 -0.187095 -0.827952 +vn 0.639528 -0.226290 -0.734708 +vn 0.489433 -0.273738 -0.827963 +vn 0.592084 -0.331123 -0.734707 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.527580 -0.426415 -0.734731 +vn 0.370251 -0.421186 -0.827959 +vn 0.447963 -0.509439 -0.734712 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.355426 -0.577863 -0.734675 +vn 0.208857 -0.520469 -0.827944 +vn 0.252660 -0.629583 -0.734702 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.142582 -0.663185 -0.734749 +vn 0.028491 -0.677770 -0.734722 +vn -0.071528 -0.556229 -0.827945 +vn -0.086480 -0.672851 -0.734706 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.198933 -0.648515 -0.734748 +vn -0.252721 -0.500610 -0.827962 +vn -0.305699 -0.605607 -0.734703 +vn -0.333699 -0.450696 -0.827960 +vn -0.403624 -0.545232 -0.734717 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.489916 -0.469140 -0.734772 +vn -0.464800 -0.313794 -0.827946 +vn -0.562169 -0.379609 -0.734753 +vn -0.618324 -0.279129 -0.734685 +vn -0.542831 -0.141030 -0.827916 +vn -0.542661 0.141597 -0.827931 +vn -0.656432 0.171237 -0.734694 +vn -0.510915 0.231274 -0.827936 +vn -0.618035 0.279736 -0.734698 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.561799 0.380107 -0.734780 +vn -0.489534 0.469649 -0.734701 +vn -0.333245 0.451034 -0.827959 +vn -0.403151 0.545602 -0.734703 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.305105 0.605832 -0.734765 +vn -0.163944 0.536313 -0.827944 +vn -0.198347 0.648738 -0.734709 +vn -0.070950 0.556306 -0.827943 +vn -0.085859 0.672933 -0.734704 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn 0.029101 0.677742 -0.734724 +vn 0.118421 0.548139 -0.827962 +vn 0.143227 0.663090 -0.734709 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.253220 0.629333 -0.734725 +vn 0.294242 0.477361 -0.827978 +vn 0.355934 0.577479 -0.734731 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.448420 0.509044 -0.734707 +vn 0.436464 0.352072 -0.827976 +vn 0.527986 0.425934 -0.734718 +vn 0.489720 0.273249 -0.827955 +vn 0.592369 0.330562 -0.734730 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.639716 0.225697 -0.734727 +vn 0.668660 0.114331 -0.734726 +vn 0.560808 -0.000293 -0.827946 +vn 0.678356 -0.000318 -0.734733 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn -0.429081 -0.036281 -0.902537 +vn -0.356949 -0.240959 -0.902511 +vn -0.416685 0.108751 -0.902522 +vn 0.988556 0.150855 0.000000 +vn 0.988556 0.150854 0.000000 +vn 0.974927 0.222523 0.000000 +vn 0.974929 0.222515 0.000000 +vn 0.956111 0.293005 0.000000 +vn 0.956115 0.292991 0.000000 +vn 0.205767 0.978601 -0.000011 +vn 0.286211 0.958167 0.000049 +vn 0.288332 0.957531 -0.000008 +vn 0.439889 0.898052 0.000091 +vn 0.591920 0.805997 -0.000001 +vn 0.824990 0.565148 0.000054 +vn 0.910545 0.413411 0.000000 +vn 0.966988 0.254823 0.000027 +vn 0.996376 0.085053 0.000003 +vn 0.967005 -0.254756 0.000027 +vn 0.827372 -0.561655 0.000008 +vn 0.716982 -0.697092 0.000065 +vn 0.446563 -0.894752 0.000007 +vn 0.286645 -0.958037 0.000050 +vn 0.205778 -0.978599 0.000010 +vn 0.675262 0.737578 -0.000009 +vn 0.673611 0.739087 0.000050 +vn 0.786025 0.618195 0.000091 +vn 0.790577 0.612362 -0.000003 +vn 0.948182 0.317727 0.000065 +vn 0.949817 0.312805 0.000000 +vn 0.999807 -0.019631 0.000040 +vn 0.999743 -0.022660 0.000000 +vn 0.934889 -0.354939 0.000014 +vn 0.860400 -0.509620 0.000014 +vn 0.762011 -0.647564 0.000002 +vn 0.639030 -0.769182 0.000039 +vn 0.347623 -0.937634 0.000010 +vn 0.343593 -0.939119 0.000065 +vn -0.155661 -0.987811 0.000006 +vn -0.157373 -0.987539 0.000050 +vn 0.893493 0.449077 -0.000012 +vn 0.927565 0.373661 0.000049 +vn 0.928409 0.371560 -0.000009 +vn 0.976426 0.215852 0.000090 +vn 0.999203 0.039914 0.000001 +vn 0.956220 -0.292648 0.000052 +vn 0.955031 -0.296508 0.000000 +vn 0.802154 -0.597117 0.000027 +vn 0.800941 -0.598743 0.000000 +vn 0.405462 -0.914112 0.000002 +vn 0.403834 -0.914832 0.000025 +vn 0.076621 -0.997060 0.000007 +vn -0.097922 -0.995194 0.000065 +vn -0.421040 -0.907042 0.000006 +vn -0.570278 -0.821452 0.000049 +vn -0.636841 -0.770995 0.000008 +vn 0.999854 0.017116 -0.000011 +vn 0.997827 -0.065888 0.000049 +vn 0.997681 -0.068067 -0.000009 +vn 0.973380 -0.229198 0.000090 +vn 0.917558 -0.397602 0.000000 +vn 0.839532 -0.543311 0.000065 +vn 0.731762 -0.681561 0.000001 +vn 0.608047 -0.793901 0.000038 +vn 0.304726 -0.952440 0.000001 +vn 0.138020 -0.990429 0.000014 +vn -0.202882 -0.979203 0.000041 +vn -0.363678 -0.931525 0.000007 +vn -0.520041 -0.854142 0.000064 +vn -0.654083 -0.756422 0.000013 +vn -0.869424 -0.494066 0.000006 +vn -0.870183 -0.492728 0.000050 +vn 0.869383 -0.494138 -0.000007 +vn 0.870400 -0.492346 0.000050 +vn 0.777570 -0.628796 0.000092 +vn 0.772932 -0.634489 -0.000002 +vn 0.516304 -0.856406 0.000000 +vn 0.367413 -0.930058 0.000051 +vn 0.200365 -0.979721 0.000001 +vn 0.033333 -0.999444 0.000029 +vn -0.305350 -0.952240 0.000013 +vn -0.461788 -0.886990 0.000002 +vn -0.607665 -0.794194 0.000039 +vn -0.836754 -0.547579 0.000010 +vn -0.839175 -0.543862 0.000065 +vn -0.971675 -0.236322 0.000007 +vn -0.997805 -0.066228 0.000049 +vn -0.999854 0.017103 0.000010 +vn 0.568849 -0.822442 -0.000008 +vn 0.570685 -0.821169 0.000049 +vn 0.427848 -0.903851 0.000089 +vn 0.261206 -0.965283 0.000000 +vn -0.072445 -0.997373 0.000053 +vn -0.076629 -0.997060 0.000000 +vn -0.403652 -0.914913 0.000024 +vn -0.405530 -0.914082 0.000001 +vn -0.800816 -0.598911 0.000003 +vn -0.802162 -0.597107 0.000027 +vn -0.955056 -0.296425 0.000009 +vn -0.956009 -0.293336 0.000052 +vn -0.999206 0.039830 0.000012 +vn -0.998974 0.045296 0.000079 +vn -0.928467 0.371414 0.000006 +vn -0.927688 0.373356 0.000049 +vn 0.155682 -0.987807 -0.000007 +vn 0.157830 -0.987466 0.000050 +vn -0.006741 -0.999977 0.000090 +vn -0.014140 -0.999900 -0.000002 +vn -0.342835 -0.939396 0.000066 +vn -0.501472 -0.865174 0.000000 +vn -0.638770 -0.769398 0.000041 +vn -0.761926 -0.647664 0.000001 +vn -0.860392 -0.509633 0.000013 +vn -0.981384 -0.192056 0.000001 +vn -0.981799 -0.189924 0.000027 +vn -0.989095 0.147279 0.000008 +vn -0.948408 0.317054 0.000066 +vn -0.883008 0.469358 0.000013 +vn -0.675256 0.737583 0.000005 +vn -0.673857 0.738862 0.000050 +vn -0.288417 -0.957505 -0.000009 +vn -0.286125 -0.958192 0.000051 +vn -0.439956 -0.898019 0.000091 +vn -0.446561 -0.894753 -0.000004 +vn -0.720017 -0.693957 0.000000 +vn -0.825044 -0.565069 0.000052 +vn -0.967521 -0.252791 0.000000 +vn -0.996298 -0.085965 0.000013 +vn -0.966984 0.254837 0.000026 +vn -0.910610 0.413266 0.000005 +vn -0.825291 0.564707 0.000051 +vn -0.720079 0.693892 0.000011 +vn -0.587431 0.809274 0.000077 +vn -0.288300 0.957540 0.000006 +vn -0.286645 0.958037 0.000050 +vn -0.675217 -0.737619 -0.000009 +vn -0.673565 -0.739128 0.000051 +vn -0.786068 -0.618140 0.000092 +vn -0.790563 -0.612380 -0.000003 +vn -0.949795 -0.312873 0.000001 +vn -0.988504 -0.151196 0.000053 +vn -0.999743 0.022662 0.000000 +vn -0.934918 0.354863 0.000015 +vn -0.934631 0.355618 0.000002 +vn -0.760738 0.649059 0.000025 +vn -0.501622 0.865087 0.000007 +vn -0.498569 0.866850 0.000052 +vn -0.183510 0.983018 0.000013 +vn -0.178189 0.983996 0.000079 +vn 0.155634 0.987815 0.000006 +vn 0.157441 0.987528 0.000050 +vn -0.893282 -0.449497 -0.000011 +vn -0.927622 -0.373521 0.000050 +vn -0.928349 -0.371711 -0.000009 +vn -0.976428 -0.215845 0.000091 +vn -0.999207 -0.039824 0.000000 +vn -0.992126 0.125247 0.000065 +vn -0.892249 0.451543 0.000039 +vn -0.890850 0.454298 0.000001 +vn -0.688453 0.725281 0.000016 +vn -0.554615 0.832107 0.000006 +vn -0.403801 0.914847 0.000026 +vn -0.244585 0.969628 0.000006 +vn -0.073135 0.997322 0.000053 +vn 0.093644 0.995606 0.000009 +vn 0.266410 0.963860 0.000077 +vn 0.421106 0.907011 0.000007 +vn 0.570320 0.821423 0.000049 +vn 0.636841 0.770995 0.000010 +vn -0.997693 0.067891 -0.000008 +vn -0.997821 0.065976 0.000050 +vn -0.973489 0.228733 0.000091 +vn -0.917524 0.397680 -0.000003 +vn -0.734591 0.678510 0.000052 +vn -0.731761 0.681561 0.000001 +vn -0.463667 0.886010 0.000026 +vn -0.138760 0.990326 0.000004 +vn 0.033098 0.999452 0.000026 +vn 0.200365 0.979721 0.000005 +vn 0.366850 0.930280 0.000050 +vn 0.516304 0.856405 0.000012 +vn 0.658231 0.752816 0.000077 +vn 0.869377 0.494149 0.000005 +vn 0.870184 0.492728 0.000050 +vn -0.869298 0.494288 -0.000009 +vn -0.870486 0.492193 0.000051 +vn -0.777654 0.628692 0.000091 +vn -0.654128 0.756384 0.000000 +vn -0.367447 0.930045 0.000052 +vn -0.363613 0.931550 -0.000001 +vn -0.033290 0.999446 0.000025 +vn -0.031245 0.999512 0.000001 +vn 0.305350 0.952240 0.000014 +vn 0.461787 0.886991 0.000001 +vn 0.734134 0.679005 0.000052 +vn 0.836795 0.547517 0.000010 +vn 0.919663 0.392709 0.000079 +vn 0.971696 0.236236 0.000003 +vn 0.997793 0.066406 0.000049 +vn 0.999851 -0.017277 0.000010 +vn -0.636851 0.770987 -0.000011 +vn -0.570642 0.821199 0.000049 +vn -0.568849 0.822442 -0.000009 +vn -0.427782 0.903882 0.000089 +vn -0.261191 0.965287 0.000000 +vn 0.072484 0.997370 0.000053 +vn 0.244565 0.969633 0.000001 +vn 0.403682 0.914899 0.000025 +vn 0.688185 0.725535 0.000013 +vn 0.801012 0.598649 0.000002 +vn 0.892068 0.451901 0.000039 +vn 0.991477 0.130284 0.000010 +vn 0.992038 0.125938 0.000065 +vn 0.977980 -0.208701 0.000007 +vn 0.927781 -0.373126 0.000049 +vn 0.893429 -0.449205 0.000010 +vn -0.155655 0.987812 -0.000008 +vn -0.157871 0.987460 0.000050 +vn 0.006739 0.999977 0.000091 +vn 0.183505 0.983019 0.000001 +vn 0.498059 0.867143 0.000054 +vn 0.641070 0.767482 0.000000 +vn 0.760627 0.649189 0.000027 +vn 0.934602 0.355696 0.000003 +vn 0.981785 0.189995 0.000027 +vn 0.999741 0.022747 0.000006 +vn 0.948434 -0.316975 0.000066 +vn 0.882999 -0.469374 0.000013 +vn 0.675213 -0.737623 0.000005 +vn 0.673991 -0.738739 0.000049 +vn -0.665252 0.201272 -0.718978 +vn -0.662321 0.202977 -0.721201 +vn -0.687990 0.157019 -0.708530 +vn -0.686721 0.107304 -0.718957 +vn 0.051910 0.702048 -0.710235 +vn -0.017739 0.707554 -0.706436 +vn -0.034027 0.706402 -0.706992 +vn -0.245534 0.662428 -0.707744 +vn -0.454005 0.541710 -0.707411 +vn -0.609118 0.359122 -0.707111 +vn -0.609949 0.357573 -0.707180 +vn -0.693530 0.137333 -0.707217 +vn -0.698887 -0.107528 -0.707104 +vn -0.670898 -0.221571 -0.707674 +vn -0.563450 -0.423110 -0.709578 +vn -0.482625 -0.531561 -0.696072 +vn -0.257888 0.654992 -0.710267 +vn -0.322954 0.629783 -0.706452 +vn -0.337193 0.621697 -0.706961 +vn -0.582976 0.400064 -0.707169 +vn -0.704627 0.059206 -0.707104 +vn -0.684435 0.176940 -0.707277 +vn -0.704725 0.057608 -0.707138 +vn -0.684376 -0.177161 -0.707279 +vn -0.643037 -0.294091 -0.707116 +vn -0.508292 -0.490792 -0.707646 +vn -0.324076 -0.625715 -0.709546 +vn -0.204248 -0.688371 -0.696009 +vn -0.512021 0.469982 -0.718993 +vn -0.508645 0.470251 -0.721210 +vn -0.551731 0.439960 -0.708539 +vn -0.572119 0.394638 -0.718986 +vn -0.686711 -0.107306 -0.718967 +vn -0.684825 -0.104521 -0.721172 +vn -0.688008 -0.157017 -0.708513 +vn -0.665244 -0.201279 -0.718984 +vn 0.351348 0.609927 -0.710312 +vn 0.291034 0.645144 -0.706462 +vn 0.275909 0.651194 -0.706980 +vn 0.066176 0.703367 -0.707739 +vn -0.171083 0.686009 -0.707194 +vn -0.174064 0.685058 -0.707388 +vn -0.394324 0.586882 -0.707162 +vn -0.565204 0.424699 -0.707231 +vn -0.566601 0.422977 -0.707144 +vn -0.674848 0.209777 -0.707513 +vn -0.705841 -0.029601 -0.707752 +vn -0.691197 -0.136673 -0.709625 +vn -0.665567 -0.269402 -0.696019 +vn -0.516503 0.478351 -0.710215 +vn -0.564218 0.427225 -0.706496 +vn -0.573550 0.413915 -0.706905 +vn -0.670961 0.221073 -0.707769 +vn -0.699007 0.103382 -0.707603 +vn -0.698829 0.107512 -0.707163 +vn -0.694006 -0.135192 -0.707162 +vn -0.659950 -0.253909 -0.707104 +vn -0.539758 -0.456581 -0.707245 +vn -0.354633 -0.611239 -0.707546 +vn -0.351683 -0.613437 -0.707117 +vn -0.128154 -0.694692 -0.707799 +vn 0.086129 -0.703782 -0.705176 +vn -0.257448 0.645649 -0.718928 +vn -0.254308 0.644440 -0.721128 +vn -0.306168 0.635753 -0.708575 +vn -0.552381 -0.440466 -0.707718 +vn -0.572124 -0.394646 -0.718977 +vn -0.551743 -0.439960 -0.708530 +vn -0.508625 -0.470257 -0.721220 +vn 0.611928 0.346995 -0.710731 +vn 0.625224 0.352699 -0.696203 +vn 0.542126 0.455003 -0.706450 +vn 0.467337 0.530580 -0.707164 +vn 0.364789 0.605009 -0.707738 +vn 0.140404 0.692677 -0.707450 +vn -0.100601 0.699850 -0.707170 +vn -0.216095 0.673319 -0.707068 +vn -0.427374 0.563025 -0.707357 +vn -0.591603 0.386289 -0.707663 +vn -0.594341 0.383027 -0.707141 +vn -0.682679 0.173250 -0.709883 +vn -0.716552 0.045889 -0.696022 +vn -0.652887 0.261943 -0.710721 +vn -0.665605 0.268874 -0.696188 +vn -0.693746 0.140082 -0.706466 +vn -0.706196 0.034601 -0.707171 +vn -0.700453 -0.091917 -0.707755 +vn -0.629092 -0.322067 -0.707472 +vn -0.485600 -0.514025 -0.707086 +vn -0.484411 -0.515016 -0.707181 +vn -0.173753 -0.685106 -0.707417 +vn -0.171028 -0.686142 -0.707077 +vn 0.066739 -0.703329 -0.707725 +vn 0.287100 -0.643456 -0.709605 +vn 0.298210 -0.642780 -0.705624 +vn 0.383047 -0.596692 -0.705148 +vn 0.048193 0.693366 -0.718972 +vn 0.050503 0.690917 -0.721168 +vn 0.000000 0.705639 -0.708571 +vn -0.050503 0.690917 -0.721168 +vn -0.048193 0.693366 -0.718972 +vn -0.306538 -0.636497 -0.707747 +vn -0.344271 -0.603807 -0.718954 +vn -0.306185 -0.635768 -0.708555 +vn -0.254259 -0.644426 -0.721157 +vn 0.701891 0.047174 -0.710721 +vn 0.716312 0.046397 -0.696235 +vn 0.686294 0.173368 -0.706360 +vn 0.674012 0.217508 -0.705973 +vn 0.591218 0.386667 -0.707779 +vn 0.427054 0.563171 -0.707434 +vn 0.214547 0.673764 -0.707115 +vn 0.097602 0.700291 -0.707154 +vn -0.140704 0.692701 -0.707367 +vn -0.143580 0.692343 -0.707139 +vn -0.365406 0.604767 -0.707626 +vn -0.537831 0.455181 -0.709612 +vn -0.625662 0.352341 -0.695991 +vn -0.701908 -0.047116 -0.710707 +vn -0.716312 -0.046395 -0.696236 +vn -0.685865 -0.174685 -0.706452 +vn -0.651249 -0.275296 -0.707168 +vn -0.516725 -0.481951 -0.707614 +vn -0.097141 -0.700386 -0.707123 +vn 0.022586 -0.706725 -0.707127 +vn 0.020422 -0.706659 -0.707259 +vn 0.140659 -0.692672 -0.707404 +vn 0.365418 -0.604758 -0.707628 +vn 0.537829 -0.455181 -0.709612 +vn 0.625587 -0.352328 -0.696064 +vn 0.306172 0.635765 -0.708563 +vn 0.254308 0.644440 -0.721128 +vn 0.257440 0.645631 -0.718948 +vn 0.344248 0.603789 -0.718980 +vn -0.048192 -0.693366 -0.718972 +vn -0.050503 -0.690917 -0.721168 +vn 0.000000 -0.705641 -0.708570 +vn 0.000000 -0.706448 -0.707765 +vn 0.050499 -0.690922 -0.721163 +vn 0.652813 -0.262214 -0.710689 +vn 0.665628 -0.268882 -0.696162 +vn 0.693738 -0.140241 -0.706441 +vn 0.706198 -0.034581 -0.707169 +vn 0.674675 0.210065 -0.707592 +vn 0.566599 0.423008 -0.707128 +vn 0.565160 0.424714 -0.707257 +vn 0.391770 0.588551 -0.707194 +vn 0.173761 0.685138 -0.707384 +vn 0.050711 0.705251 -0.707142 +vn 0.050711 0.705251 -0.707142 +vn -0.066753 0.703395 -0.707658 +vn -0.071083 0.703491 -0.707140 +vn -0.287100 0.643450 -0.709610 +vn -0.298203 0.642748 -0.705656 +vn -0.383014 0.596787 -0.705086 +vn -0.611930 -0.346996 -0.710729 +vn -0.625203 -0.352685 -0.696229 +vn -0.542119 -0.454999 -0.706458 +vn -0.467332 -0.530574 -0.707172 +vn -0.256441 -0.658459 -0.707580 +vn -0.022629 -0.706735 -0.707116 +vn -0.020270 -0.706615 -0.707308 +vn 0.215918 -0.673284 -0.707155 +vn 0.326961 -0.626948 -0.707130 +vn 0.517070 -0.481738 -0.707507 +vn 0.648762 -0.279561 -0.707781 +vn 0.682061 -0.176789 -0.709604 +vn 0.716531 -0.045887 -0.696044 +vn 0.551703 0.439953 -0.708566 +vn 0.508666 0.470236 -0.721206 +vn 0.512032 0.469978 -0.718988 +vn 0.572118 0.394636 -0.718988 +vn 0.257418 -0.645627 -0.718959 +vn 0.254268 -0.644429 -0.721151 +vn 0.306183 -0.635772 -0.708552 +vn 0.306536 -0.636500 -0.707745 +vn 0.345263 -0.600582 -0.721176 +vn 0.516485 -0.478288 -0.710270 +vn 0.564183 -0.427338 -0.706455 +vn 0.573545 -0.413896 -0.706920 +vn 0.671008 -0.221114 -0.707713 +vn 0.699021 -0.103470 -0.707576 +vn 0.698857 -0.107441 -0.707146 +vn 0.694016 0.135200 -0.707151 +vn 0.659913 0.253859 -0.707157 +vn 0.453800 0.541929 -0.707374 +vn 0.351692 0.613415 -0.707131 +vn 0.245083 0.662653 -0.707690 +vn -0.086115 0.703878 -0.705081 +vn -0.400681 -0.578143 -0.710779 +vn -0.410309 -0.589072 -0.696161 +vn -0.291024 -0.645177 -0.706436 +vn -0.190838 -0.680790 -0.707182 +vn 0.054710 -0.704485 -0.707607 +vn 0.286263 -0.646543 -0.707133 +vn 0.394410 -0.586824 -0.707163 +vn 0.629315 -0.321822 -0.707385 +vn 0.630792 -0.319467 -0.707137 +vn 0.700668 -0.091367 -0.707613 +vn 0.691197 0.136646 -0.709630 +vn 0.665529 0.269481 -0.696026 +vn 0.686717 0.107301 -0.718962 +vn 0.684817 0.104520 -0.721181 +vn 0.687962 0.157016 -0.708558 +vn 0.665246 0.201278 -0.718982 +vn 0.512029 -0.469981 -0.718988 +vn 0.508662 -0.470249 -0.721200 +vn 0.551725 -0.439951 -0.708550 +vn 0.572125 -0.394634 -0.718983 +vn 0.257900 -0.654999 -0.710256 +vn 0.322946 -0.629812 -0.706429 +vn 0.337183 -0.621679 -0.706982 +vn 0.582963 -0.400083 -0.707169 +vn 0.584905 -0.396468 -0.707601 +vn 0.704736 -0.057608 -0.707127 +vn 0.704486 0.060917 -0.707099 +vn 0.643981 0.291281 -0.707421 +vn 0.508333 0.490784 -0.707622 +vn 0.324084 0.625673 -0.709579 +vn 0.204258 0.688401 -0.695977 +vn -0.051935 -0.702035 -0.710246 +vn 0.017720 -0.707530 -0.706461 +vn 0.034080 -0.706457 -0.706935 +vn 0.354961 -0.610985 -0.707601 +vn 0.451758 -0.543951 -0.707130 +vn 0.539803 -0.456494 -0.707267 +vn 0.661016 -0.250957 -0.707162 +vn 0.693511 -0.137348 -0.707233 +vn 0.699030 0.103895 -0.707504 +vn 0.698853 0.107467 -0.707146 +vn 0.623084 0.332854 -0.707796 +vn 0.563465 0.423060 -0.709596 +vn 0.482634 0.531571 -0.696058 +vn 0.665227 -0.201277 -0.718999 +vn 0.662321 -0.202977 -0.721201 +vn 0.687978 -0.157015 -0.708543 +vn 0.686699 -0.107306 -0.718978 +vn -0.999966 0.000000 -0.008279 +vn -0.985588 -0.168989 -0.007656 +vn -0.994885 -0.101003 0.001355 +vn -0.942857 -0.333111 -0.007658 +vn -0.967717 -0.251995 0.004777 +vn -0.872990 -0.487678 -0.007658 +vn -0.911216 -0.411902 0.004775 +vn -0.778011 -0.628204 -0.007655 +vn -0.828495 -0.559977 0.004771 +vn -0.660658 -0.750648 -0.007655 +vn -0.721953 -0.691925 0.004772 +vn -0.524292 -0.851504 -0.007658 +vn -0.594629 -0.803986 0.004772 +vn -0.372842 -0.927863 -0.007656 +vn -0.450204 -0.892913 0.004773 +vn -0.210674 -0.977526 -0.007655 +vn -0.292815 -0.956157 0.004775 +vn -0.042441 -0.999070 -0.007655 +vn -0.127012 -0.991890 0.004772 +vn 0.127017 -0.991871 -0.007655 +vn 0.042438 -0.999088 0.004774 +vn 0.292810 -0.956140 -0.007656 +vn 0.210675 -0.977545 0.004773 +vn 0.450181 -0.892904 -0.007656 +vn 0.372864 -0.927874 0.004774 +vn 0.594621 -0.803970 -0.007655 +vn 0.524298 -0.851521 0.004778 +vn 0.721943 -0.691911 -0.007655 +vn 0.660671 -0.750660 0.004773 +vn 0.828489 -0.559953 -0.007655 +vn 0.778017 -0.628225 0.004774 +vn 0.911207 -0.411877 -0.007655 +vn 0.872997 -0.487703 0.004775 +vn 0.967707 -0.251960 -0.007657 +vn 0.942865 -0.333140 0.004773 +vn 0.996369 -0.084798 -0.007657 +vn 0.985605 -0.168995 0.004772 +vn 0.996369 0.084798 -0.007657 +vn 0.999989 0.000000 0.004774 +vn 0.967704 0.251971 -0.007656 +vn 0.985605 0.168994 0.004774 +vn 0.911201 0.411891 -0.007655 +vn 0.942870 0.333126 0.004775 +vn 0.828488 0.559954 -0.007655 +vn 0.872997 0.487702 0.004776 +vn 0.721942 0.691911 -0.007655 +vn 0.778020 0.628222 0.004773 +vn 0.594621 0.803970 -0.007655 +vn 0.660667 0.750664 0.004770 +vn 0.450181 0.892904 -0.007658 +vn 0.524303 0.851519 0.004778 +vn 0.292810 0.956140 -0.007658 +vn 0.372852 0.927879 0.004775 +vn 0.127017 0.991871 -0.007655 +vn 0.210681 0.977543 0.004771 +vn -0.042437 0.999070 -0.007655 +vn 0.042438 0.999088 0.004774 +vn -0.210674 0.977526 -0.007654 +vn -0.127017 0.991889 0.004773 +vn -0.372846 0.927862 -0.007661 +vn -0.292815 0.956157 0.004783 +vn -0.524290 0.851505 -0.007665 +vn -0.450198 0.892916 0.004773 +vn -0.660657 0.750649 -0.007658 +vn -0.594628 0.803987 0.004770 +vn -0.778014 0.628201 -0.007658 +vn -0.721953 0.691926 0.004774 +vn -0.872990 0.487678 -0.007662 +vn -0.828498 0.559972 0.004770 +vn -0.942852 0.333124 -0.007662 +vn -0.911223 0.411887 0.004770 +vn -0.985586 0.169003 -0.007658 +vn -0.967716 0.252000 0.004774 +vn -0.994885 0.101004 0.001356 +s 1 +f 2177/1327/3259 1200/1328/3260 1201/1329/3261 +f 1201/1329/3261 1200/1328/3260 1202/1330/3262 +f 1201/1329/3261 1202/1330/3262 5312/1331/3263 +f 5312/1331/3263 1202/1330/3262 1203/1332/3264 +s 2 +f 2174/1333/3265 1204/1334/3266 1205/1335/3267 +f 1205/1335/3267 1204/1334/3266 1206/1336/3268 +f 1205/1335/3267 1206/1336/3268 5305/1337/3269 +f 5305/1337/3269 1206/1336/3268 1207/1338/3270 +s 3 +f 1208/1339/3271 1209/1340/3272 1210/1341/3273 +f 1210/1341/3273 1209/1340/3272 1211/1342/3274 +f 1210/1341/3273 1211/1342/3274 5298/1343/3275 +f 5298/1343/3275 1211/1342/3274 1316/1344/3276 +s 4 +f 1212/1345/3277 1213/1346/3278 1214/1347/3279 +f 1214/1347/3279 1213/1346/3278 1215/1348/3280 +f 1214/1347/3279 1215/1348/3280 5291/1349/3281 +f 5291/1349/3281 1215/1348/3280 1216/1350/3282 +s 5 +f 1217/1351/3283 1218/1352/3284 1219/1353/3285 +f 1219/1353/3285 1218/1352/3284 1220/1354/3286 +f 1219/1353/3285 1220/1354/3286 5283/1355/3287 +f 5283/1355/3287 1220/1354/3286 1315/1356/3288 +s 6 +f 1221/1357/3289 1222/1358/3290 1223/1359/3291 +f 1223/1359/3291 1222/1358/3290 1224/1360/3292 +f 1223/1359/3291 1224/1360/3292 5276/1361/3293 +f 5276/1361/3293 1224/1360/3292 1323/1362/3294 +s 7 +f 1225/1363/3295 1226/1364/3296 1227/1365/3297 +f 1227/1365/3297 1226/1364/3296 1228/1366/3298 +f 1227/1365/3297 1228/1366/3298 5269/1367/3299 +f 5269/1367/3299 1228/1366/3298 1264/1368/3300 +s 8 +f 5320/1369/3301 1229/1370/3302 1230/1371/3303 +f 1230/1371/3303 1229/1370/3302 1231/1372/3304 +f 1230/1371/3303 1231/1372/3304 5262/1373/3305 +f 5262/1373/3305 1231/1372/3304 1256/1374/3306 +s 9 +f 5321/1375/3307 1232/1376/3308 1233/1377/3309 +f 1233/1377/3309 1232/1376/3308 1234/1378/3310 +f 1233/1377/3309 1234/1378/3310 5255/1379/3311 +f 5255/1379/3311 1234/1378/3310 1235/1380/3312 +s 10 +f 1236/1381/3313 1237/1382/3314 1238/1383/3315 +f 1238/1383/3315 1237/1382/3314 1239/1384/3316 +f 1238/1383/3315 1239/1384/3316 5248/1385/3317 +f 5248/1385/3317 1239/1384/3316 1300/1386/3318 +s 11 +f 1240/1387/3319 1241/1388/3320 1242/1389/3321 +f 1242/1389/3321 1241/1388/3320 1243/1390/3322 +f 1242/1389/3321 1243/1390/3322 5241/1391/3323 +f 5241/1391/3323 1243/1390/3322 1244/1392/3324 +s 12 +f 1245/1393/3325 1246/1394/3326 1247/1395/3327 +f 1247/1395/3327 1246/1394/3326 1248/1396/3328 +f 1247/1395/3327 1248/1396/3328 5235/1397/3329 +f 5235/1397/3329 1248/1396/3328 1287/1398/3330 +s 13 +f 1249/1399/3331 1250/1400/3332 1251/1401/3333 +f 1251/1401/3333 1250/1400/3332 1252/1402/3334 +f 1251/1401/3333 1252/1402/3334 5227/1403/3335 +f 5227/1403/3335 1252/1402/3334 1253/1404/3336 +s 14 +f 1232/1376/3337 1254/1405/3338 1255/1406/3339 +f 1263/1407/3340 1256/1374/3341 1232/1376/3337 +f 1232/1376/3337 1256/1374/3341 1254/1405/3338 +f 1254/1405/3338 1256/1374/3341 1231/1372/3342 +f 1254/1405/3338 1231/1372/3342 1229/1370/3343 +f 1226/1364/3344 1257/1408/3345 1258/1409/3346 +f 1232/1376/3337 1255/1406/3339 1259/1410/3347 +f 1232/1376/3337 1259/1410/3347 1234/1378/3348 +f 1234/1378/3348 1259/1410/3347 1260/1411/3349 +f 1234/1378/3348 1260/1411/3349 1235/1380/3350 +f 1276/1412/3351 1261/1413/3352 1293/1414/3353 +f 1294/1415/3354 1262/1416/3355 1232/1376/3337 +f 1232/1376/3337 1262/1416/3355 1263/1407/3340 +f 1229/1370/3343 1264/1368/3356 1254/1405/3338 +f 1254/1405/3338 1264/1368/3356 1265/1417/3357 +f 1265/1417/3357 1264/1368/3356 1228/1366/3358 +f 1265/1417/3357 1228/1366/3358 1226/1364/3344 +f 1265/1417/3357 1226/1364/3344 1258/1409/3346 +f 1267/1418/3359 1268/1419/3360 1266/1420/3361 +f 1266/1420/3361 1253/1404/3362 5217/1421/3363 +f 5217/1421/3363 1253/1404/3362 1252/1402/3364 +f 5217/1421/3363 1252/1402/3364 1250/1400/3365 +f 5217/1421/3363 1250/1400/3365 1269/1422/3366 +f 1270/1423/3367 1244/1392/3368 1246/1394/3369 +f 1271/1424/3370 1244/1392/3368 1272/1425/3371 +f 1273/1426/3372 1243/1390/3373 1241/1388/3374 +f 1274/1427/3375 1300/1386/3376 1239/1384/3377 +f 1274/1427/3375 1239/1384/3377 1275/1428/3378 +f 1275/1428/3378 1239/1384/3377 1237/1382/3379 +f 1277/1429/3380 1229/1370/3343 1295/1430/3381 +f 1277/1429/3380 1278/1431/3382 1229/1370/3343 +f 1229/1370/3343 1278/1431/3382 1264/1368/3356 +f 1222/1358/3383 1279/1432/3384 1280/1433/3385 +f 1220/1354/3386 1218/1352/3387 1279/1432/3384 +f 1268/1419/3360 1281/1434/3388 1266/1420/3361 +f 1266/1420/3361 1281/1434/3388 1282/1435/3389 +f 1282/1435/3389 1283/1436/3390 1266/1420/3361 +f 1283/1436/3390 1284/1437/3391 1266/1420/3361 +f 1266/1420/3361 1284/1437/3391 1253/1404/3362 +f 1270/1423/3367 1285/1438/3392 1244/1392/3368 +f 1244/1392/3368 1285/1438/3392 1272/1425/3371 +f 1243/1390/3373 1273/1426/3372 1244/1392/3368 +f 1244/1392/3368 1273/1426/3372 1246/1394/3369 +f 1246/1394/3369 1273/1426/3372 1286/1439/3393 +f 1246/1394/3369 1286/1439/3393 1248/1396/3394 +f 1248/1396/3394 1286/1439/3393 1287/1398/3395 +f 1287/1398/3395 1286/1439/3393 1269/1422/3366 +f 1287/1398/3395 1269/1422/3366 1250/1400/3365 +f 1287/1398/3395 1250/1400/3365 1305/1440/3396 +f 1241/1388/3374 1288/1441/3397 1289/1442/3398 +f 1275/1428/3378 1237/1382/3379 1290/1443/3399 +f 1290/1443/3399 1291/1444/3400 1275/1428/3378 +f 1275/1428/3378 1291/1444/3400 1292/1445/3401 +f 1276/1412/3351 1293/1414/3353 1232/1376/3337 +f 1232/1376/3337 1293/1414/3353 1294/1415/3354 +f 1229/1370/3343 1313/1446/3402 1295/1430/3381 +f 1317/1447/3403 1203/1332/3404 1204/1334/3405 +f 1244/1392/3368 1271/1424/3370 1297/1448/3406 +f 1298/1449/3407 1309/1450/3408 1299/1451/3409 +f 1274/1427/3375 1273/1426/3372 1300/1386/3376 +f 1300/1386/3376 1273/1426/3372 1241/1388/3374 +f 1300/1386/3376 1241/1388/3374 1289/1442/3398 +f 1222/1358/3383 1280/1433/3385 1257/1408/3345 +f 1222/1358/3383 1257/1408/3345 1224/1360/3410 +f 1319/1452/3411 1301/1453/3412 1200/1328/3413 +f 1303/1454/3414 1302/1455/3415 1304/1456/3416 +f 1250/1400/3365 1304/1456/3416 1302/1455/3415 +f 1250/1400/3365 1302/1455/3415 1296/1457/3417 +f 1296/1457/3417 1305/1440/3396 1250/1400/3365 +f 1306/1458/3418 1307/1459/3419 1297/1448/3406 +f 1297/1448/3406 1307/1459/3419 1244/1392/3368 +f 1309/1450/3408 1298/1449/3407 1308/1460/3420 +f 1299/1451/3409 1309/1450/3408 1241/1388/3374 +f 1241/1388/3374 1309/1450/3408 1288/1441/3397 +f 1292/1445/3401 1310/1461/3421 1275/1428/3378 +f 1313/1446/3402 1229/1370/3343 1311/1462/3422 +f 1313/1446/3402 1311/1462/3422 1312/1463/3423 +f 1203/1332/3404 1202/1330/3424 1318/1464/3425 +f 1200/1328/3413 1301/1453/3412 1320/1465/3426 +f 1310/1461/3421 1321/1466/3427 1275/1428/3378 +f 1275/1428/3378 1321/1466/3427 1322/1467/3428 +f 1235/1380/3350 1260/1411/3349 1275/1428/3378 +f 1235/1380/3350 1275/1428/3378 1322/1467/3428 +f 1323/1362/3429 1352/1468/3430 1332/1469/3431 +f 1224/1360/3410 1257/1408/3345 1323/1362/3429 +f 1323/1362/3429 1257/1408/3345 1226/1364/3344 +f 1323/1362/3429 1226/1364/3344 1324/1470/3432 +f 1318/1464/3425 1202/1330/3424 1325/1471/3433 +f 1325/1471/3433 1202/1330/3424 1200/1328/3413 +f 1325/1471/3433 1200/1328/3413 1326/1472/3434 +f 1326/1472/3434 1200/1328/3413 1320/1465/3426 +f 1326/1472/3434 1320/1465/3426 1327/1473/3435 +f 1326/1472/3434 1327/1473/3435 1266/1420/3361 +f 1266/1420/3361 1327/1473/3435 1328/1474/3436 +f 1266/1420/3361 1328/1474/3436 1267/1418/3359 +f 1330/1475/3437 1329/1476/3438 1319/1452/3411 +f 1330/1475/3437 1319/1452/3411 1200/1328/3413 +f 1329/1476/3438 1330/1475/3437 1331/1477/3439 +f 1332/1469/3431 1352/1468/3430 1333/1478/3440 +f 1220/1354/3386 1279/1432/3384 1315/1356/3441 +f 1315/1356/3441 1279/1432/3384 1222/1358/3383 +f 1315/1356/3441 1222/1358/3383 1314/1479/3442 +f 1342/1480/3443 1334/1481/3444 1335/1482/3445 +f 1207/1338/3446 1339/1483/3447 1209/1340/3448 +f 1209/1340/3448 1339/1483/3447 1336/1484/3449 +f 1209/1340/3448 1336/1484/3449 1211/1342/3450 +f 1211/1342/3450 1336/1484/3449 1316/1344/3451 +f 1316/1344/3451 1336/1484/3449 1337/1485/3452 +f 1316/1344/3451 1337/1485/3452 1213/1346/3453 +f 1213/1346/3453 1337/1485/3452 1338/1486/3454 +f 1213/1346/3453 1338/1486/3454 1215/1348/3455 +f 1215/1348/3455 1338/1486/3454 1216/1350/3456 +f 1216/1350/3456 1338/1486/3454 1279/1432/3384 +f 1216/1350/3456 1279/1432/3384 1342/1480/3443 +f 1342/1480/3443 1279/1432/3384 1218/1352/3387 +f 1342/1480/3443 1218/1352/3387 1334/1481/3444 +f 1203/1332/3404 1318/1464/3425 1339/1483/3447 +f 1203/1332/3404 1339/1483/3447 1204/1334/3405 +f 1204/1334/3405 1339/1483/3447 1206/1336/3457 +f 1206/1336/3457 1339/1483/3447 1207/1338/3446 +f 1323/1362/3429 1324/1470/3432 1340/1487/3458 +f 1342/1480/3443 1335/1482/3445 1341/1488/3459 +f 1342/1480/3443 1341/1488/3459 1360/1489/3460 +f 1314/1479/3442 1345/1490/3461 1315/1356/3441 +f 1315/1356/3441 1345/1490/3461 1346/1491/3462 +f 1348/1492/3463 1347/1493/3464 1353/1494/3465 +f 1315/1356/3441 1353/1494/3465 1347/1493/3464 +f 1316/1344/3451 1213/1346/3453 1349/1495/3466 +f 1316/1344/3451 1349/1495/3466 1350/1496/3467 +f 1362/1497/3468 1350/1496/3467 1351/1498/3469 +f 1316/1344/3451 1350/1496/3467 1362/1497/3468 +f 1344/1499/3470 1367/1500/3471 1359/1501/3472 +f 1323/1362/3429 1340/1487/3458 1352/1468/3430 +f 1315/1356/3441 1346/1491/3462 1353/1494/3465 +f 1341/1488/3459 1354/1502/3473 1355/1503/3474 +f 1209/1340/3448 1356/1504/3475 1357/1505/3476 +f 1209/1340/3448 1357/1505/3476 1343/1506/3477 +f 1209/1340/3448 1343/1506/3477 1358/1507/3478 +f 1317/1447/3403 1204/1334/3405 1367/1500/3471 +f 1367/1500/3471 1204/1334/3405 1359/1501/3472 +f 1341/1488/3459 1355/1503/3474 1360/1489/3460 +f 1362/1497/3468 1351/1498/3469 1361/1508/3479 +f 1356/1504/3475 1209/1340/3448 1363/1509/3480 +f 1358/1507/3478 1364/1510/3481 1209/1340/3448 +f 1209/1340/3448 1364/1510/3481 1207/1338/3446 +f 1344/1499/3470 1365/1511/3482 1366/1512/3483 +f 1344/1499/3470 1366/1512/3483 1367/1500/3471 +s 39 +f 1371/1513/3484 1377/1514/3485 1372/1515/3486 +f 1371/1513/3484 1372/1515/3486 5139/1516/3487 +f 1375/1517/3488 1371/1513/3484 1376/1518/3489 +f 1375/1517/3488 1373/1519/3490 1371/1513/3484 +f 1371/1513/3484 1373/1519/3490 1374/1520/3491 +f 1371/1513/3484 1374/1520/3491 1377/1514/3485 +f 1377/1514/3485 1374/1520/3491 1370/1521/3492 +f 1373/1519/3490 4945/1522/3493 1374/1520/3491 +f 1374/1520/3491 4945/1522/3493 1369/1523/3494 +f 1369/1523/3494 4945/1522/3493 1368/1524/3495 +f 1379/1525/3496 1378/1526/3497 4918/1527/3498 +f 1379/1525/3496 1380/1528/3499 1378/1526/3497 +f 1378/1526/3497 1380/1528/3499 1381/1529/3500 +f 1380/1528/3499 1382/1530/3501 1383/1531/3502 +f 1383/1531/3502 1382/1530/3501 5130/1532/3503 +f 1384/1533/3504 1383/1531/3502 1385/1534/3505 +f 1384/1533/3504 1386/1535/3506 1383/1531/3502 +f 1383/1531/3502 1386/1535/3506 1381/1529/3500 +f 1383/1531/3502 1381/1529/3500 1380/1528/3499 +f 1381/1529/3500 1386/1535/3506 1387/1536/3507 +f 1386/1535/3506 4890/1537/3508 1387/1536/3507 +f 1387/1536/3507 4890/1537/3508 4889/1538/3509 +f 1388/1539/3510 1389/1540/3511 4860/1541/3512 +f 1389/1540/3511 1388/1539/3510 1390/1542/3513 +f 1388/1539/3510 1391/1543/3514 1392/1544/3515 +f 1392/1544/3515 1391/1543/3514 5121/1545/3516 +f 1393/1546/3517 1392/1544/3515 1394/1547/3518 +f 1393/1546/3517 1395/1548/3519 1392/1544/3515 +f 1392/1544/3515 1395/1548/3519 1390/1542/3513 +f 1392/1544/3515 1390/1542/3513 1388/1539/3510 +f 1390/1542/3513 1395/1548/3519 1396/1549/3520 +f 1395/1548/3519 4838/1550/3521 1396/1549/3520 +f 1396/1549/3520 4838/1550/3521 1397/1551/3522 +f 1400/1552/3523 1399/1553/3524 1398/1554/3525 +f 1400/1552/3523 1398/1554/3525 4809/1555/3526 +f 1400/1552/3523 4822/1556/3527 1401/1557/3528 +f 1401/1557/3528 4822/1556/3527 5111/1558/3529 +f 1402/1559/3530 1401/1557/3528 1403/1560/3531 +f 1402/1559/3530 1404/1561/3532 1401/1557/3528 +f 1401/1557/3528 1404/1561/3532 1399/1553/3524 +f 1401/1557/3528 1399/1553/3524 1400/1552/3523 +f 1399/1553/3524 1404/1561/3532 1405/1562/3533 +f 1404/1561/3532 4781/1563/3534 1405/1562/3533 +f 1405/1562/3533 4781/1563/3534 1406/1564/3535 +f 1409/1565/3536 1408/1566/3537 1407/1567/3538 +f 1409/1565/3536 1407/1567/3538 4752/1568/3539 +f 1409/1565/3536 1410/1569/3540 1411/1570/3541 +f 1411/1570/3541 1410/1569/3540 5102/1571/3542 +f 1412/1572/3543 1411/1570/3541 1413/1573/3544 +f 1412/1572/3543 1414/1574/3545 1411/1570/3541 +f 1411/1570/3541 1414/1574/3545 1408/1566/3537 +f 1411/1570/3541 1408/1566/3537 1409/1565/3536 +f 1408/1566/3537 1414/1574/3545 1415/1575/3546 +f 1414/1574/3545 4728/1576/3547 1415/1575/3546 +f 1415/1575/3546 4728/1576/3547 1416/1577/3548 +f 4699/1578/3549 1418/1579/3550 1417/1580/3551 +f 1417/1580/3551 1418/1579/3550 1419/1581/3552 +f 1419/1581/3552 1418/1579/3550 1420/1582/3553 +f 1420/1582/3553 1418/1579/3550 1421/1583/3554 +f 1420/1582/3553 1421/1583/3554 5092/1584/3555 +f 1422/1585/3556 1423/1586/3557 1420/1582/3553 +f 1420/1582/3553 1423/1586/3557 1424/1587/3558 +f 1420/1582/3553 1424/1587/3558 1419/1581/3552 +f 1424/1587/3558 4670/1588/3559 1419/1581/3552 +f 1419/1581/3552 4670/1588/3559 1425/1589/3560 +f 1426/1590/3561 4641/1591/3562 1433/1592/3563 +f 4641/1591/3562 1427/1593/3564 1433/1592/3563 +f 1433/1592/3563 1427/1593/3564 1428/1594/3565 +f 1428/1594/3565 1427/1593/3564 1429/1595/3566 +f 1428/1594/3565 1429/1595/3566 5081/1596/3567 +f 1430/1597/3568 1431/1598/3569 1428/1594/3565 +f 1428/1594/3565 1431/1598/3569 1432/1599/3570 +f 1428/1594/3565 1432/1599/3570 1433/1592/3563 +f 1432/1599/3570 4617/1600/3571 1433/1592/3563 +f 1433/1592/3563 4617/1600/3571 1434/1601/3572 +f 1436/1602/3573 1438/1603/3574 1437/1604/3575 +f 1438/1603/3574 1436/1602/3573 1439/1605/3576 +f 1439/1605/3576 1436/1602/3573 1440/1606/3577 +f 1439/1605/3576 1440/1606/3577 5071/1607/3578 +f 1442/1608/3579 1441/1609/3580 1439/1605/3576 +f 1443/1610/3581 1438/1603/3574 1439/1605/3576 +f 1443/1610/3581 1439/1605/3576 1441/1609/3580 +f 1438/1603/3574 1443/1610/3581 4566/1611/3582 +f 1438/1603/3574 4566/1611/3582 1435/1612/3583 +f 1435/1612/3583 4566/1611/3582 4565/1613/3584 +f 1444/1614/3585 1445/1615/3586 3605/1616/3587 +f 1444/1614/3585 1446/1617/3588 1447/1618/3589 +f 1447/1618/3589 1446/1617/3588 5060/1619/3590 +f 1448/1620/3591 1447/1618/3589 1449/1621/3592 +f 1448/1620/3591 1450/1622/3593 1447/1618/3589 +f 1447/1618/3589 1450/1622/3593 1445/1615/3586 +f 1447/1618/3589 1445/1615/3586 1444/1614/3585 +f 1445/1615/3586 1450/1622/3593 1451/1623/3594 +f 1450/1622/3593 4510/1624/3595 1451/1623/3594 +f 1451/1623/3594 4510/1624/3595 4509/1625/3596 +f 1452/1626/3597 1453/1627/3598 4480/1628/3599 +f 1453/1627/3598 1452/1626/3597 1454/1629/3600 +f 1452/1626/3597 1455/1630/3601 1456/1631/3602 +f 1456/1631/3602 1455/1630/3601 5051/1632/3603 +f 1457/1633/3604 1456/1631/3602 1458/1634/3605 +f 1457/1633/3604 1459/1635/3606 1456/1631/3602 +f 1456/1631/3602 1459/1635/3606 1454/1629/3600 +f 1456/1631/3602 1454/1629/3600 1452/1626/3597 +f 1454/1629/3600 1459/1635/3606 1460/1636/3607 +f 1459/1635/3606 4455/1637/3608 1460/1636/3607 +f 1460/1636/3607 4455/1637/3608 1461/1638/3609 +f 1464/1639/3610 1463/1640/3611 1462/1641/3612 +f 1464/1639/3610 1462/1641/3612 4426/1642/3613 +f 1464/1639/3610 1465/1643/3614 1466/1644/3615 +f 1466/1644/3615 1465/1643/3614 5042/1645/3616 +f 1467/1646/3617 1466/1644/3615 1468/1647/3618 +f 1467/1646/3617 1469/1648/3619 1466/1644/3615 +f 1466/1644/3615 1469/1648/3619 1463/1640/3611 +f 1466/1644/3615 1463/1640/3611 1464/1639/3610 +f 1463/1640/3611 1469/1648/3619 1470/1649/3620 +f 1469/1648/3619 4401/1650/3621 1470/1649/3620 +f 1470/1649/3620 4401/1650/3621 1471/1651/3622 +f 1474/1652/3623 1473/1653/3624 1472/1654/3625 +f 1474/1652/3623 1472/1654/3625 4369/1655/3626 +f 1474/1652/3623 1475/1656/3627 1476/1657/3628 +f 1476/1657/3628 1475/1656/3627 5032/1658/3629 +f 1477/1659/3630 1476/1657/3628 1478/1660/3631 +f 1477/1659/3630 1479/1661/3632 1476/1657/3628 +f 1476/1657/3628 1479/1661/3632 1473/1653/3624 +f 1476/1657/3628 1473/1653/3624 1474/1652/3623 +f 1473/1653/3624 1479/1661/3632 1480/1662/3633 +f 1479/1661/3632 4347/1663/3634 1480/1662/3633 +f 1480/1662/3633 4347/1663/3634 1481/1664/3635 +f 1482/1665/3636 4317/1666/3637 1483/1667/3638 +f 4317/1666/3637 1484/1668/3639 1483/1667/3638 +f 1483/1667/3638 1484/1668/3639 1485/1669/3640 +f 1485/1669/3640 1484/1668/3639 1486/1670/3641 +f 1485/1669/3640 1486/1670/3641 5022/1671/3642 +f 1487/1672/3643 1488/1673/3644 1485/1669/3640 +f 1485/1669/3640 1488/1673/3644 1489/1674/3645 +f 1485/1669/3640 1489/1674/3645 1483/1667/3638 +f 1489/1674/3645 4294/1675/3646 1483/1667/3638 +f 1483/1667/3638 4294/1675/3646 1490/1676/3647 +f 1492/1677/3648 3581/1678/3649 1493/1679/3650 +f 1492/1677/3648 1493/1679/3650 1497/1680/3651 +f 4267/1681/3652 1494/1682/3653 1495/1683/3654 +f 1495/1683/3654 1494/1682/3653 5012/1684/3655 +f 1498/1685/3656 1495/1683/3654 1499/1686/3657 +f 1498/1685/3656 1496/1687/3658 1495/1683/3654 +f 1495/1683/3654 1496/1687/3658 1497/1680/3651 +f 1495/1683/3654 1497/1680/3651 4267/1681/3652 +f 4267/1681/3652 1497/1680/3651 1493/1679/3650 +f 1497/1680/3651 1496/1687/3658 4239/1688/3659 +f 1497/1680/3651 4239/1688/3659 1491/1689/3660 +f 1491/1689/3660 4239/1688/3659 4238/1690/3661 +f 4211/1691/3662 1500/1692/3663 1501/1693/3664 +f 1500/1692/3663 1502/1694/3665 1503/1695/3666 +f 1503/1695/3666 1502/1694/3665 5003/1696/3667 +f 1504/1697/3668 1503/1695/3666 1505/1698/3669 +f 1504/1697/3668 1506/1699/3670 1503/1695/3666 +f 1503/1695/3666 1506/1699/3670 1501/1693/3664 +f 1503/1695/3666 1501/1693/3664 1500/1692/3663 +f 1501/1693/3664 1506/1699/3670 1507/1700/3671 +f 1506/1699/3670 4183/1701/3672 1507/1700/3671 +f 1507/1700/3671 4183/1701/3672 4182/1702/3673 +f 1508/1703/3674 1509/1704/3675 4155/1705/3676 +f 1509/1704/3675 1508/1703/3674 1510/1706/3677 +f 1508/1703/3674 1511/1707/3678 1512/1708/3679 +f 1512/1708/3679 1511/1707/3678 4993/1709/3680 +f 1513/1710/3681 1512/1708/3679 1514/1711/3682 +f 1513/1710/3681 1515/1712/3683 1512/1708/3679 +f 1512/1708/3679 1515/1712/3683 1510/1706/3677 +f 1512/1708/3679 1510/1706/3677 1508/1703/3674 +f 1510/1706/3677 1515/1712/3683 1516/1713/3684 +f 1515/1712/3683 4130/1714/3685 1516/1713/3684 +f 1516/1713/3684 4130/1714/3685 1517/1715/3686 +f 1520/1716/3687 1519/1717/3688 1518/1718/3689 +f 1520/1716/3687 1518/1718/3689 4099/1719/3690 +f 1520/1716/3687 1521/1720/3691 1522/1721/3692 +f 1522/1721/3692 1521/1720/3691 4983/1722/3693 +f 1523/1723/3694 1522/1721/3692 1524/1724/3695 +f 1523/1723/3694 1525/1725/3696 1522/1721/3692 +f 1522/1721/3692 1525/1725/3696 1519/1717/3688 +f 1522/1721/3692 1519/1717/3688 1520/1716/3687 +f 1519/1717/3688 1525/1725/3696 1526/1726/3697 +f 1525/1725/3696 4075/1727/3698 1526/1726/3697 +f 1526/1726/3697 4075/1727/3698 1527/1728/3699 +f 1530/1729/3700 1529/1730/3701 1528/1731/3702 +f 1530/1729/3700 1528/1731/3702 4048/1732/3703 +f 1530/1729/3700 1531/1733/3704 1532/1734/3705 +f 1532/1734/3705 1531/1733/3704 4972/1735/3706 +f 1533/1736/3707 1532/1734/3705 1534/1737/3708 +f 1533/1736/3707 1535/1738/3709 1532/1734/3705 +f 1532/1734/3705 1535/1738/3709 1529/1730/3701 +f 1532/1734/3705 1529/1730/3701 1530/1729/3700 +f 1529/1730/3701 1535/1738/3709 1536/1739/3710 +f 1535/1738/3709 4021/1740/3711 1536/1739/3710 +f 1536/1739/3710 4021/1740/3711 1537/1741/3712 +f 1540/1742/3713 1539/1743/3714 1538/1744/3715 +f 1540/1742/3713 1538/1744/3715 3556/1745/3716 +f 1540/1742/3713 1541/1746/3717 1542/1747/3718 +f 1542/1747/3718 1541/1746/3717 5160/1748/3719 +f 1543/1749/3720 1542/1747/3718 1544/1750/3721 +f 1543/1749/3720 1545/1751/3722 1542/1747/3718 +f 1542/1747/3718 1545/1751/3722 1539/1743/3714 +f 1542/1747/3718 1539/1743/3714 1540/1742/3713 +f 1539/1743/3714 1545/1751/3722 3554/1752/3723 +f 1545/1751/3722 3967/1753/3724 3554/1752/3723 +f 3554/1752/3723 3967/1753/3724 3553/1754/3725 +f 1657/1755/3726 1546/1756/3727 1547/1757/3728 +f 1619/1758/3729 1548/1759/3730 1549/1760/3731 +f 1584/1761/3732 1550/1762/3733 1551/1763/3734 +f 1552/1764/3735 2942/1765/3736 1553/1766/3737 +f 1552/1764/3735 1553/1766/3737 1659/1767/3738 +f 1659/1767/3738 1553/1766/3737 1554/1768/3739 +f 1556/1769/3740 1555/1770/3741 1557/1771/3742 +f 1557/1771/3742 1558/1772/3743 1556/1769/3740 +f 1556/1769/3740 1558/1772/3743 1559/1773/3744 +f 1559/1773/3744 1558/1772/3743 1552/1764/3735 +f 1552/1764/3735 1558/1772/3743 2942/1765/3736 +f 1569/1774/3745 1560/1775/3746 1561/1776/3747 +f 1560/1775/3746 1569/1774/3745 1562/1777/3748 +f 1563/1778/3749 1562/1777/3748 1564/1779/3750 +f 2346/1780/3751 1566/1781/3752 1567/1782/3753 +f 2346/1780/3751 1567/1782/3753 1568/1783/3754 +f 1566/1781/3752 2346/1780/3751 1565/1784/3755 +f 1565/1784/3755 1569/1774/3745 1566/1781/3752 +f 1566/1781/3752 1569/1774/3745 1561/1776/3747 +f 1571/1785/3756 1570/1786/3757 1572/1787/3758 +f 1571/1785/3756 1572/1787/3758 1573/1788/3759 +f 1571/1785/3756 1573/1788/3759 1574/1789/3760 +f 1574/1789/3760 1573/1788/3759 3000/1790/3761 +f 3000/1790/3761 1577/1791/3762 1574/1789/3760 +f 1567/1782/3753 1575/1792/3763 1568/1783/3754 +f 1568/1783/3754 1575/1792/3763 1576/1793/3764 +f 1576/1793/3764 1575/1792/3763 1577/1791/3762 +f 1576/1793/3764 1577/1791/3762 3000/1790/3761 +f 1578/1794/3765 1579/1795/3766 1580/1796/3767 +f 1580/1796/3767 1581/1797/3768 1578/1794/3765 +f 1581/1797/3768 1580/1796/3767 3033/1798/3769 +f 1581/1797/3768 3033/1798/3769 1582/1799/3770 +f 1582/1799/3770 3033/1798/3769 1583/1800/3771 +f 1579/1795/3766 1578/1794/3765 1585/1801/3772 +f 1579/1795/3766 1585/1801/3772 1586/1802/3773 +f 1587/1803/3774 3061/1804/3775 1588/1805/3776 +f 1587/1803/3774 1588/1805/3776 1589/1806/3777 +f 1589/1806/3777 1588/1805/3776 1586/1802/3773 +f 1589/1806/3777 1586/1802/3773 1590/1807/3778 +f 1590/1807/3778 1586/1802/3773 1585/1801/3772 +f 1592/1808/3779 1591/1809/3780 1593/1810/3781 +f 1592/1808/3779 1593/1810/3781 1594/1811/3782 +f 1594/1811/3782 1593/1810/3781 1587/1803/3774 +f 1587/1803/3774 1593/1810/3781 3061/1804/3775 +f 1603/1812/3783 1705/1813/3784 1595/1814/3785 +f 1705/1813/3784 1603/1812/3783 1596/1815/3786 +f 1597/1816/3787 1596/1815/3786 1598/1817/3788 +f 1601/1818/3789 1599/1819/3790 2289/1820/3791 +f 2289/1820/3791 1599/1819/3790 1600/1821/3792 +f 2289/1820/3791 1602/1822/3793 1601/1818/3789 +f 1602/1822/3793 1603/1812/3783 1601/1818/3789 +f 1601/1818/3789 1603/1812/3783 1595/1814/3785 +f 1604/1823/3794 1605/1824/3795 1606/1825/3796 +f 1607/1826/3797 1606/1825/3796 1608/1827/3798 +f 1607/1826/3797 1608/1827/3798 1609/1828/3799 +f 1607/1826/3797 1609/1828/3799 2773/1829/3800 +f 2773/1829/3800 1611/1830/3801 1607/1826/3797 +f 1600/1821/3792 1599/1819/3790 1610/1831/3802 +f 1600/1821/3792 1610/1831/3802 1612/1832/3803 +f 1612/1832/3803 1610/1831/3802 1611/1830/3801 +f 1612/1832/3803 1611/1830/3801 2773/1829/3800 +f 1613/1833/3804 1614/1834/3805 1616/1835/3806 +f 1613/1833/3804 1616/1835/3806 1615/1836/3807 +f 1615/1836/3807 1616/1835/3806 1693/1837/3808 +f 1616/1835/3806 1617/1838/3809 1693/1837/3808 +f 1617/1838/3809 1618/1839/3810 1693/1837/3808 +f 1693/1837/3808 1618/1839/3810 1619/1758/3729 +f 1623/1840/3811 2829/1841/3812 1622/1842/3813 +f 1614/1834/3805 1613/1833/3804 1620/1843/3814 +f 1614/1834/3805 1620/1843/3814 1621/1844/3815 +f 1621/1844/3815 1620/1843/3814 1622/1842/3813 +f 1622/1842/3813 1620/1843/3814 1623/1840/3811 +f 1624/1845/3816 1625/1846/3817 1626/1847/3818 +f 1624/1845/3816 1626/1847/3818 1627/1848/3819 +f 1626/1847/3818 1628/1849/3820 1627/1848/3819 +f 1628/1849/3820 2829/1841/3812 1627/1848/3819 +f 1627/1848/3819 2829/1841/3812 1629/1850/3821 +f 1629/1850/3821 2829/1841/3812 1623/1840/3811 +f 1640/1851/3822 1630/1852/3823 1631/1853/3824 +f 1640/1851/3822 1632/1854/3825 1633/1855/3826 +f 1632/1854/3825 1640/1851/3822 1631/1853/3824 +f 1634/1856/3827 1630/1852/3823 1635/1857/3828 +f 1637/1858/3829 1638/1859/3830 1639/1860/3831 +f 1639/1860/3831 1638/1859/3830 2227/1861/3832 +f 1639/1860/3831 2227/1861/3832 1633/1855/3826 +f 1633/1855/3826 2227/1861/3832 1636/1862/3833 +f 1636/1862/3833 1640/1851/3822 1633/1855/3826 +f 1641/1863/3834 1650/1864/3835 1638/1859/3830 +f 1641/1863/3834 1638/1859/3830 1637/1858/3829 +f 1642/1865/3836 1643/1866/3837 1644/1867/3838 +f 1642/1865/3836 1644/1867/3838 1645/1868/3839 +f 1645/1868/3839 1644/1867/3838 1646/1869/3840 +f 1646/1869/3840 1647/1870/3841 1645/1868/3839 +f 1645/1868/3839 1647/1870/3841 1648/1871/3842 +f 1645/1868/3839 1648/1871/3842 1649/1872/3843 +f 1648/1871/3842 1650/1864/3835 1649/1872/3843 +f 1649/1872/3843 1650/1864/3835 1641/1863/3834 +f 1651/1873/3844 1653/1874/3845 1652/1875/3846 +f 2917/1876/3847 1654/1877/3848 1653/1874/3845 +f 1653/1874/3845 1654/1877/3848 1652/1875/3846 +f 1654/1877/3848 2917/1876/3847 1655/1878/3849 +f 1655/1878/3849 2917/1876/3847 1656/1879/3850 +f 1652/1875/3846 1658/1880/3851 1651/1873/3844 +f 1651/1873/3844 1658/1880/3851 1554/1768/3739 +f 1554/1768/3739 1658/1880/3851 1659/1767/3738 +f 1660/1881/3852 1661/1882/3853 1662/1883/3854 +f 1663/1884/3855 1669/1885/3856 1661/1882/3853 +f 1661/1882/3853 1669/1885/3856 1662/1883/3854 +f 1664/1886/3857 1555/1770/3741 1665/1887/3858 +f 1665/1887/3858 1555/1770/3741 1556/1769/3740 +f 1665/1887/3858 1556/1769/3740 1666/1888/3859 +f 1556/1769/3740 1667/1889/3860 1666/1888/3859 +f 1666/1888/3859 1667/1889/3860 1668/1890/3861 +f 1666/1888/3859 1668/1890/3861 1663/1884/3855 +f 1663/1884/3855 1668/1890/3861 1669/1885/3856 +f 1656/1879/3850 1657/1755/3726 1655/1878/3849 +f 1655/1878/3849 1657/1755/3726 1547/1757/3728 +f 1655/1878/3849 1547/1757/3728 1670/1891/3862 +f 1670/1891/3862 1547/1757/3728 1671/1892/3863 +f 1672/1893/3864 1673/1894/3865 1671/1892/3863 +f 1671/1892/3863 1673/1894/3865 1670/1891/3862 +f 1674/1895/3866 1675/1896/3867 1676/1897/3868 +f 1676/1897/3868 1675/1896/3867 1677/1898/3869 +f 1676/1897/3868 1677/1898/3869 1672/1893/3864 +f 1672/1893/3864 1677/1898/3869 1673/1894/3865 +f 1642/1865/3836 1645/1868/3839 1678/1899/3870 +f 1642/1865/3836 1678/1899/3870 1679/1900/3871 +f 1679/1900/3871 1678/1899/3870 1680/1901/3872 +f 1679/1900/3871 1680/1901/3872 1674/1895/3866 +f 1674/1895/3866 1680/1901/3872 1681/1902/3873 +f 1674/1895/3866 1681/1902/3873 1675/1896/3867 +f 1631/1853/3824 1630/1852/3823 1634/1856/3827 +f 1631/1853/3824 1634/1856/3827 1682/1903/3874 +f 1682/1903/3874 1634/1856/3827 1683/1904/3875 +f 1682/1903/3874 1683/1904/3875 1684/1905/3876 +f 1684/1905/3876 1683/1904/3875 1685/1906/3877 +f 1684/1905/3876 1685/1906/3877 1686/1907/3878 +f 1686/1907/3878 1685/1906/3877 1687/1908/3879 +f 1686/1907/3878 1687/1908/3879 1690/1909/3880 +f 1688/1910/3881 1689/1911/3882 1687/1908/3879 +f 1687/1908/3879 1689/1911/3882 1690/1909/3880 +f 1624/1845/3816 1627/1848/3819 1691/1912/3883 +f 1624/1845/3816 1691/1912/3883 1688/1910/3881 +f 1688/1910/3881 1691/1912/3883 1692/1913/3884 +f 1688/1910/3881 1692/1913/3884 1689/1911/3882 +f 1693/1837/3808 1619/1758/3729 1549/1760/3731 +f 1693/1837/3808 1549/1760/3731 1694/1914/3885 +f 1693/1837/3808 1694/1914/3885 1695/1915/3886 +f 1695/1915/3886 1694/1914/3885 1696/1916/3887 +f 1696/1916/3887 1694/1914/3885 1697/1917/3888 +f 1696/1916/3887 1697/1917/3888 1698/1918/3889 +f 1698/1918/3889 1697/1917/3888 1699/1919/3890 +f 1698/1918/3889 1699/1919/3890 1704/1920/3891 +f 1606/1825/3796 1607/1826/3797 1604/1823/3794 +f 1604/1823/3794 1607/1826/3797 1702/1921/3892 +f 1702/1921/3892 1607/1826/3797 1700/1922/3893 +f 1702/1921/3892 1700/1922/3893 1701/1923/3894 +f 1702/1921/3892 1701/1923/3894 1703/1924/3895 +f 1702/1921/3892 1703/1924/3895 1699/1919/3890 +f 1699/1919/3890 1703/1924/3895 1704/1920/3891 +f 1705/1813/3784 1596/1815/3786 1597/1816/3787 +f 1705/1813/3784 1597/1816/3787 1706/1925/3896 +f 1705/1813/3784 1706/1925/3896 1713/1926/3897 +f 1708/1927/3898 1707/1928/3899 1709/1929/3900 +f 1708/1927/3898 1709/1929/3900 1710/1930/3901 +f 1710/1930/3901 1709/1929/3900 1711/1931/3902 +f 1711/1931/3902 1709/1929/3900 1712/1932/3903 +f 1711/1931/3902 1712/1932/3903 1706/1925/3896 +f 1706/1925/3896 1712/1932/3903 1713/1926/3897 +f 1707/1928/3899 1708/1927/3898 1714/1933/3904 +f 1714/1933/3904 1708/1927/3898 1715/1934/3905 +f 1714/1933/3904 1715/1934/3905 1592/1808/3779 +f 1592/1808/3779 1715/1934/3905 1716/1935/3906 +f 1592/1808/3779 1716/1935/3906 1591/1809/3780 +f 1591/1809/3780 1716/1935/3906 2072/1936/3907 +f 1583/1800/3771 1584/1761/3732 1582/1799/3770 +f 1582/1799/3770 1584/1761/3732 1551/1763/3734 +f 1582/1799/3770 1551/1763/3734 1717/1937/3908 +f 1717/1937/3908 1551/1763/3734 1718/1938/3909 +f 1717/1937/3908 1718/1938/3909 1720/1939/3910 +f 1720/1939/3910 1718/1938/3909 1719/1940/3911 +f 1720/1939/3910 1719/1940/3911 1721/1941/3912 +f 1720/1939/3910 1721/1941/3912 1722/1942/3913 +f 1723/1943/3914 1724/1944/3915 1721/1941/3912 +f 1721/1941/3912 1724/1944/3915 1722/1942/3913 +f 1725/1945/3916 1726/1946/3917 1723/1943/3914 +f 1723/1943/3914 1726/1946/3917 1724/1944/3915 +f 1727/1947/3918 1570/1786/3757 1728/1948/3919 +f 1728/1948/3919 1570/1786/3757 1571/1785/3756 +f 1728/1948/3919 1571/1785/3756 1729/1949/3920 +f 1729/1949/3920 1571/1785/3756 1730/1950/3921 +f 1729/1949/3920 1730/1950/3921 1731/1951/3922 +f 1731/1951/3922 1730/1950/3921 1732/1952/3923 +f 1731/1951/3922 1732/1952/3923 1725/1945/3916 +f 1725/1945/3916 1732/1952/3923 1733/1953/3924 +f 1725/1945/3916 1733/1953/3924 1726/1946/3917 +f 1560/1775/3746 1562/1777/3748 1563/1778/3749 +f 1560/1775/3746 1563/1778/3749 1734/1954/3925 +f 1734/1954/3925 1563/1778/3749 1660/1881/3852 +f 1734/1954/3925 1660/1881/3852 1735/1955/3926 +f 1735/1955/3926 1660/1881/3852 1662/1883/3854 +s 122 +f 1839/1956/3927 1736/1957/3928 1737/1958/3929 +f 1820/1959/3930 1738/1960/3931 1739/1961/3932 +f 1802/1962/3933 1740/1963/3934 1741/1964/3935 +f 1786/1965/3936 1742/1966/3937 1743/1967/3938 +f 1770/1968/3939 2012/1969/3940 1744/1970/3941 +f 1750/1971/3942 1745/1972/3943 1746/1973/3944 +f 1748/1974/3945 1747/1975/3946 1749/1976/3947 +f 1748/1974/3945 1749/1976/3947 1746/1973/3944 +f 1749/1976/3947 1750/1971/3942 1746/1973/3944 +f 1751/1977/3948 1752/1978/3949 1745/1972/3943 +f 1753/1979/3950 1764/1980/3951 1754/1981/3952 +f 1754/1981/3952 1764/1980/3951 1747/1975/3946 +f 1754/1981/3952 1747/1975/3946 1755/1982/3953 +f 1755/1982/3953 1747/1975/3946 1748/1974/3945 +f 1756/1983/3954 1757/1984/3955 1758/1985/3956 +f 1759/1986/3957 1760/1987/3958 1758/1985/3956 +f 1760/1987/3958 1759/1986/3957 1761/1988/3959 +f 1761/1988/3959 1762/1989/3960 1760/1987/3958 +f 1760/1987/3958 1762/1989/3960 1763/1990/3961 +f 1762/1989/3960 1764/1980/3951 1763/1990/3961 +f 1763/1990/3961 1764/1980/3951 1753/1979/3950 +f 1766/1991/3962 1765/1992/3963 1767/1993/3964 +f 1765/1992/3963 1766/1991/3962 1768/1994/3965 +f 1768/1994/3965 1766/1991/3962 1769/1995/3966 +f 1768/1994/3965 1769/1995/3966 2827/1996/3967 +f 2827/1996/3967 1770/1968/3939 1768/1994/3965 +f 1771/1997/3968 1772/1998/3969 1773/1999/3970 +f 1773/1999/3970 1772/1998/3969 2266/2000/3971 +f 1773/1999/3970 2266/2000/3971 1767/1993/3964 +f 1767/1993/3964 2266/2000/3971 1766/1991/3962 +f 1774/2001/3972 1775/2002/3973 1776/2003/3974 +f 1777/2004/3975 1776/2003/3974 1778/2005/3976 +f 1778/2005/3976 2808/2006/3977 1777/2004/3975 +f 2808/2006/3977 1779/2007/3978 1777/2004/3975 +f 1777/2004/3975 1779/2007/3978 1780/2008/3979 +f 1780/2008/3979 1779/2007/3978 1771/1997/3968 +f 1771/1997/3968 1779/2007/3978 1772/1998/3969 +f 1781/2009/3980 1798/2010/3981 1782/2011/3982 +f 1798/2010/3981 1783/2012/3983 1782/2011/3982 +f 1782/2011/3982 1783/2012/3983 1784/2013/3984 +f 1784/2013/3984 1783/2012/3983 1785/2014/3985 +f 1784/2013/3984 1785/2014/3985 1786/1965/3936 +f 1787/2015/3986 1788/2016/3987 1789/2017/3988 +f 1790/2018/3989 1789/2017/3988 1791/2019/3990 +f 1791/2019/3990 1792/2020/3991 1790/2018/3989 +f 1794/2021/3992 1793/2022/3993 1790/2018/3989 +f 1794/2021/3992 1790/2018/3989 1792/2020/3991 +f 1793/2022/3993 1794/2021/3992 1795/2023/3994 +f 1793/2022/3993 1795/2023/3994 1796/2024/3995 +f 1796/2024/3995 1795/2023/3994 1797/2025/3996 +f 1797/2025/3996 1795/2023/3994 1798/2010/3981 +f 1797/2025/3996 1798/2010/3981 1781/2009/3980 +f 1803/2026/3997 3057/2027/3998 1799/2028/3999 +f 1803/2026/3997 1800/2029/4000 1801/2030/4001 +f 1800/2029/4000 1803/2026/3997 1799/2028/3999 +f 1799/2028/3999 3057/2027/3998 1802/1962/3933 +f 2318/2031/4002 1803/2026/3997 1801/2030/4001 +f 1816/2032/4003 1804/2033/4004 1805/2034/4005 +f 1805/2034/4005 1804/2033/4004 1806/2035/4006 +f 1806/2035/4006 1807/2036/4007 1805/2034/4005 +f 1805/2034/4005 1807/2036/4007 1808/2037/4008 +f 1808/2037/4008 1807/2036/4007 1809/2038/4009 +f 1809/2038/4009 1807/2036/4007 1810/2039/4010 +f 1809/2038/4009 1810/2039/4010 1811/2040/4011 +f 1811/2040/4011 1810/2039/4010 2318/2031/4002 +f 1811/2040/4011 2318/2031/4002 1801/2030/4001 +f 1812/2041/4012 1813/2042/4013 1814/2043/4014 +f 1814/2043/4014 1816/2032/4003 1815/2044/4015 +f 1816/2032/4003 1805/2034/4005 1817/2045/4016 +f 1816/2032/4003 1817/2045/4016 1815/2044/4015 +f 1825/2046/4017 1818/2047/4018 1819/2048/4019 +f 1818/2047/4018 1825/2046/4017 1820/1959/3930 +f 1821/2049/4020 1822/2050/4021 1823/2051/4022 +f 1822/2050/4021 1824/2052/4023 1823/2051/4022 +f 1823/2051/4022 1824/2052/4023 1825/2046/4017 +f 1823/2051/4022 1825/2046/4017 1819/2048/4019 +f 1836/2053/4024 2989/2054/4025 1826/2055/4026 +f 1826/2055/4026 2989/2054/4025 1827/2056/4027 +f 1826/2055/4026 1827/2056/4027 1828/2057/4028 +f 1828/2057/4028 1827/2056/4027 1829/2058/4029 +f 1829/2058/4029 1827/2056/4027 1830/2059/4030 +f 1829/2058/4029 1830/2059/4030 1821/2049/4020 +f 1821/2049/4020 1830/2059/4030 1822/2050/4021 +f 1833/2060/4031 1834/2061/4032 1831/2062/4033 +f 1831/2062/4033 1835/2063/4034 1832/2064/4035 +f 1832/2064/4035 1835/2063/4034 1836/2053/4024 +f 1836/2053/4024 1826/2055/4026 1837/2065/4036 +f 1836/2053/4024 1837/2065/4036 1832/2064/4035 +f 1838/2066/4037 1839/1956/3927 1840/2067/4038 +f 1840/2067/4038 1839/1956/3927 1841/2068/4039 +f 1842/2069/4040 1844/2070/4041 1843/2071/4042 +f 1844/2070/4041 1838/2066/4037 1843/2071/4042 +f 1838/2066/4037 1844/2070/4041 2939/2072/4043 +f 1838/2066/4037 2939/2072/4043 2940/2073/4044 +f 1838/2066/4037 2940/2073/4044 1839/1956/3927 +f 1845/2074/4045 1857/2075/4046 1846/2076/4047 +f 1845/2074/4045 1846/2076/4047 1847/2077/4048 +f 1847/2077/4048 1846/2076/4047 1842/2069/4040 +f 1847/2077/4048 1842/2069/4040 1848/2078/4049 +f 1848/2078/4049 1842/2069/4040 1843/2071/4042 +f 1849/2079/4050 1850/2080/4051 1851/2081/4052 +f 1851/2081/4052 1852/2082/4053 1853/2083/4054 +f 1853/2083/4054 1852/2082/4053 1854/2084/4055 +f 1854/2084/4055 1855/2085/4056 1853/2083/4054 +f 1853/2083/4054 1855/2085/4056 1856/2086/4057 +f 1856/2086/4057 1855/2085/4056 1857/2075/4046 +f 1856/2086/4057 1857/2075/4046 1845/2074/4045 +f 1831/2062/4033 1832/2064/4035 1833/2060/4031 +f 1833/2060/4031 1832/2064/4035 1858/2087/4058 +f 1833/2060/4031 1858/2087/4058 1859/2088/4059 +f 1818/2047/4018 1820/1959/3930 1739/1961/3932 +f 1818/2047/4018 1739/1961/3932 1860/2089/4060 +f 1860/2089/4060 1739/1961/3932 1861/2090/4061 +f 1860/2089/4060 1861/2090/4061 1862/2091/4062 +f 1862/2091/4062 1861/2090/4061 1863/2092/4063 +f 1863/2092/4063 1861/2090/4061 1812/2041/4012 +f 1863/2092/4063 1812/2041/4012 1815/2044/4015 +f 1815/2044/4015 1812/2041/4012 1814/2043/4014 +f 1799/2028/3999 1802/1962/3933 1741/1964/3935 +f 1799/2028/3999 1741/1964/3935 1864/2093/4064 +f 1864/2093/4064 1741/1964/3935 1865/2094/4065 +f 1864/2093/4064 1865/2094/4065 1866/2095/4066 +f 1866/2095/4066 1865/2094/4065 1867/2096/4067 +f 1867/2096/4067 1865/2094/4065 1868/2097/4068 +f 1867/2096/4067 1868/2097/4068 1869/2098/4069 +f 1869/2098/4069 1868/2097/4068 1870/2099/4070 +f 1870/2099/4070 1868/2097/4068 1787/2015/3986 +f 1870/2099/4070 1787/2015/3986 1790/2018/3989 +f 1790/2018/3989 1787/2015/3986 1789/2017/3988 +f 1784/2013/3984 1786/1965/3936 1743/1967/3938 +f 1784/2013/3984 1743/1967/3938 1871/2100/4071 +f 1871/2100/4071 1743/1967/3938 1872/2101/4072 +f 1871/2100/4071 1872/2101/4072 1873/2102/4073 +f 1873/2102/4073 1872/2101/4072 1874/2103/4074 +f 1874/2103/4074 1872/2101/4072 1875/2104/4075 +f 1874/2103/4074 1875/2104/4075 1876/2105/4076 +f 1876/2105/4076 1875/2104/4075 1877/2106/4077 +f 1877/2106/4077 1875/2104/4075 1774/2001/3972 +f 1877/2106/4077 1774/2001/3972 1777/2004/3975 +f 1777/2004/3975 1774/2001/3972 1776/2003/3974 +f 1768/1994/3965 1770/1968/3939 1744/1970/3941 +f 1768/1994/3965 1744/1970/3941 1878/2107/4078 +f 1878/2107/4078 1744/1970/3941 1879/2108/4079 +f 1878/2107/4078 1879/2108/4079 1880/2109/4080 +f 1880/2109/4080 1879/2108/4079 1881/2110/4081 +f 1881/2110/4081 1879/2108/4079 1882/2111/4082 +f 1881/2110/4081 1882/2111/4082 1883/2112/4083 +f 1883/2112/4083 1882/2111/4082 1884/2113/4084 +f 1884/2113/4084 1882/2111/4082 1756/1983/3954 +f 1884/2113/4084 1756/1983/3954 1760/1987/3958 +f 1760/1987/3958 1756/1983/3954 1758/1985/3956 +f 1746/1973/3944 1745/1972/3943 1752/1978/3949 +f 1746/1973/3944 1752/1978/3949 1885/2114/4085 +f 1885/2114/4085 1752/1978/3949 1886/2115/4086 +f 1885/2114/4085 1886/2115/4086 1887/2116/4087 +f 1887/2116/4087 1886/2115/4086 1888/2117/4088 +f 1888/2117/4088 1886/2115/4086 1889/2118/4089 +f 1888/2117/4088 1889/2118/4089 1890/2119/4090 +f 1890/2119/4090 1889/2118/4089 1891/2120/4091 +f 1891/2120/4091 1889/2118/4089 1849/2079/4050 +f 1891/2120/4091 1849/2079/4050 1853/2083/4054 +f 1853/2083/4054 1849/2079/4050 1851/2081/4052 +f 1841/2068/4039 1839/1956/3927 1737/1958/3929 +f 1841/2068/4039 1737/1958/3929 1892/2121/4092 +f 1892/2121/4092 1737/1958/3929 1859/2088/4059 +f 1892/2121/4092 1859/2088/4059 1893/2122/4093 +f 1893/2122/4093 1859/2088/4059 1858/2087/4058 +s 39 +f 1894/2123/4094 3938/2124/4095 1901/2125/4096 +f 3938/2124/4095 1895/2126/4097 1901/2125/4096 +f 1901/2125/4096 1895/2126/4097 1896/2127/4098 +f 1896/2127/4098 1895/2126/4097 1897/2128/4099 +f 1896/2127/4098 1897/2128/4099 5149/2129/4100 +f 1899/2130/4101 1898/2131/4102 1896/2127/4098 +f 1896/2127/4098 1898/2131/4102 1900/2132/4103 +f 1896/2127/4098 1900/2132/4103 1901/2125/4096 +f 1900/2132/4103 3839/2133/4104 1901/2125/4096 +f 1901/2125/4096 3839/2133/4104 3545/2134/4105 +f 3545/2134/4105 3839/2133/4104 3838/2135/4106 +f 1902/2136/4107 1903/2137/4108 1904/2138/4109 +f 1904/2138/4109 1903/2137/4108 1905/2139/4110 +f 1905/2139/4110 1903/2137/4108 1906/2140/4111 +f 1906/2140/4111 1903/2137/4108 1907/2141/4112 +f 1906/2140/4111 1907/2141/4112 1908/2142/4113 +f 1908/2142/4113 1907/2141/4112 1909/2143/4114 +f 1909/2143/4114 1907/2141/4112 1910/2144/4115 +f 1909/2143/4114 1910/2144/4115 1911/2145/4116 +f 1911/2145/4116 1910/2144/4115 1912/2146/4117 +f 1911/2145/4116 1912/2146/4117 1913/2147/4118 +f 1913/2147/4118 1912/2146/4117 1914/2148/4119 +f 1914/2148/4119 1912/2146/4117 1915/2149/4120 +f 1915/2149/4120 1912/2146/4117 1916/2150/4121 +f 1915/2149/4120 1916/2150/4121 1917/2151/4122 +f 1917/2151/4122 1916/2150/4121 1918/2152/4123 +f 1918/2152/4123 1916/2150/4121 1919/2153/4124 +f 1918/2152/4123 1919/2153/4124 1920/2154/4125 +f 1920/2154/4125 1919/2153/4124 1921/2155/4126 +f 1920/2154/4125 1921/2155/4126 1922/2156/4127 +f 1922/2156/4127 1921/2155/4126 3235/2157/4128 +f 1922/2156/4127 3235/2157/4128 1946/2158/4129 +f 1923/2159/4130 1924/2160/4131 1925/2161/4132 +f 1925/2161/4132 1924/2160/4131 1926/2162/4133 +f 1926/2162/4133 1924/2160/4131 1927/2163/4134 +f 1926/2162/4133 1927/2163/4134 1928/2164/4135 +f 1928/2164/4135 1927/2163/4134 1930/2165/4136 +f 1930/2165/4136 1927/2163/4134 1929/2166/4137 +f 1930/2165/4136 1929/2166/4137 1931/2167/4138 +f 1931/2167/4138 1929/2166/4137 1932/2168/4139 +f 1932/2168/4139 1929/2166/4137 1933/2169/4140 +f 1932/2168/4139 1933/2169/4140 1934/2170/4141 +f 1934/2170/4141 1933/2169/4140 1935/2171/4142 +f 1935/2171/4142 1933/2169/4140 1936/2172/4143 +f 1935/2171/4142 1936/2172/4143 1937/2173/4144 +f 1937/2173/4144 1936/2172/4143 1938/2174/4145 +f 1937/2173/4144 1938/2174/4145 1939/2175/4146 +f 1939/2175/4146 1938/2174/4145 3178/2176/4147 +f 1939/2175/4146 3178/2176/4147 1940/2177/4148 +f 1940/2177/4148 3178/2176/4147 1941/2178/4149 +f 1941/2178/4149 3178/2176/4147 1942/2179/4150 +f 1942/2179/4150 3178/2176/4147 1943/2180/4151 +f 1942/2179/4150 1943/2180/4151 1944/2181/4152 +f 1944/2181/4152 1943/2180/4151 1968/2182/4153 +f 1946/2158/4129 3235/2157/4128 1945/2183/4154 +f 1946/2158/4129 1945/2183/4154 1948/2184/4155 +f 1948/2184/4155 1945/2183/4154 1947/2185/4156 +f 1948/2184/4155 1947/2185/4156 1949/2186/4157 +f 1949/2186/4157 1947/2185/4156 1950/2187/4158 +f 1949/2186/4157 1950/2187/4158 1951/2188/4159 +f 1951/2188/4159 1950/2187/4158 1952/2189/4160 +f 1952/2189/4160 1950/2187/4158 1953/2190/4161 +f 1952/2189/4160 1953/2190/4161 1954/2191/4162 +f 1954/2191/4162 1953/2190/4161 1955/2192/4163 +f 1955/2192/4163 1953/2190/4161 1956/2193/4164 +f 1956/2193/4164 1953/2190/4161 3122/2194/4165 +f 1956/2193/4164 3122/2194/4165 1957/2195/4166 +f 1957/2195/4166 3122/2194/4165 1958/2196/4167 +f 1957/2195/4166 1958/2196/4167 1960/2197/4168 +f 1960/2197/4168 1958/2196/4167 1959/2198/4169 +f 1960/2197/4168 1959/2198/4169 1961/2199/4170 +f 1961/2199/4170 1959/2198/4169 1962/2200/4171 +f 1961/2199/4170 1962/2200/4171 1963/2201/4172 +f 1963/2201/4172 1962/2200/4171 1964/2202/4173 +f 1964/2202/4173 1962/2200/4171 1965/2203/4174 +f 1965/2203/4174 1962/2200/4171 1966/2204/4175 +f 1965/2203/4174 1966/2204/4175 1923/2159/4130 +f 1923/2159/4130 1966/2204/4175 1924/2160/4131 +f 1968/2182/4153 1943/2180/4151 1967/2205/4176 +f 1968/2182/4153 1967/2205/4176 1969/2206/4177 +f 1969/2206/4177 1967/2205/4176 3164/2207/4178 +f 1969/2206/4177 3164/2207/4178 1970/2208/4179 +f 1970/2208/4179 3164/2207/4178 1971/2209/4180 +f 1971/2209/4180 3164/2207/4178 1972/2210/4181 +f 1971/2209/4180 1972/2210/4181 1973/2211/4182 +f 1973/2211/4182 1972/2210/4181 1974/2212/4183 +f 1974/2212/4183 1972/2210/4181 1975/2213/4184 +f 1975/2213/4184 1972/2210/4181 1976/2214/4185 +f 1975/2213/4184 1976/2214/4185 1977/2215/4186 +f 1977/2215/4186 1976/2214/4185 1979/2216/4187 +f 1979/2216/4187 1976/2214/4185 1978/2217/4188 +f 1979/2216/4187 1978/2217/4188 1980/2218/4189 +f 1980/2218/4189 1978/2217/4188 1982/2219/4190 +f 1982/2219/4190 1978/2217/4188 1981/2220/4191 +f 1982/2219/4190 1981/2220/4191 1983/2221/4192 +f 1983/2221/4192 1981/2220/4191 3150/2222/4193 +f 1983/2221/4192 3150/2222/4193 1984/2223/4194 +f 1984/2223/4194 3150/2222/4193 1985/2224/4195 +f 1984/2223/4194 1985/2224/4195 1986/2225/4196 +f 1986/2225/4196 1985/2224/4195 1987/2226/4197 +f 1987/2226/4197 1985/2224/4195 1988/2227/4198 +f 1987/2226/4197 1988/2227/4198 1989/2228/4199 +f 1989/2228/4199 1988/2227/4198 1902/2136/4107 +f 1902/2136/4107 1988/2227/4198 1903/2137/4108 +f 1710/1930/4200 1711/1931/4201 1991/2229/4202 +f 1992/2230/4203 1993/2231/4204 4205/2232/4205 +f 4613/2233/4206 1994/2234/4207 3921/2235/4208 +f 4724/2236/4209 1995/2237/4210 1996/2238/4211 +f 1998/2239/4212 3903/2240/4213 4017/2241/4214 +f 4017/2241/4214 3903/2240/4213 4043/2242/4215 +f 1999/2243/4216 4017/2241/4214 1598/1817/4217 +f 1598/1817/4217 4017/2241/4214 1597/1816/4218 +f 1597/1816/4218 4017/2241/4214 4043/2242/4215 +f 1597/1816/4218 4043/2242/4215 2000/2244/4219 +f 4071/2245/4220 1706/1925/4221 1597/1816/4218 +f 4071/2245/4220 1597/1816/4218 2000/2244/4219 +f 1702/1921/4222 3963/2246/4223 1604/1823/4224 +f 1604/1823/4224 3963/2246/4223 1605/1824/4225 +f 4017/2241/4214 1999/2243/4216 1605/1824/4225 +f 4017/2241/4214 1605/1824/4225 2011/2247/4226 +f 1999/2243/4216 2001/2248/4227 1605/1824/4225 +f 1605/1824/4225 2001/2248/4227 2002/2249/4228 +f 1605/1824/4225 2002/2249/4228 2003/2250/4229 +f 2003/2250/4229 2002/2249/4228 2004/2251/4230 +f 2003/2250/4229 2004/2251/4230 2080/2252/4231 +f 2080/2252/4231 2004/2251/4230 2005/2253/4232 +f 2005/2253/4232 2006/2254/4233 2080/2252/4231 +f 2080/2252/4231 2006/2254/4233 2007/2255/4234 +f 2080/2252/4231 2007/2255/4234 2008/2256/4235 +f 2008/2256/4235 2007/2255/4234 2009/2257/4236 +f 2010/2258/4237 3901/2259/4238 3963/2246/4223 +f 3963/2246/4223 3901/2259/4238 3989/2260/4239 +f 3963/2246/4223 3989/2260/4239 1605/1824/4225 +f 1605/1824/4225 3989/2260/4239 2011/2247/4226 +f 1774/2001/4240 2008/2256/4235 1775/2002/4241 +f 1775/2002/4241 2008/2256/4235 2012/1969/4242 +f 2013/2261/4243 1702/1921/4222 1699/1919/4244 +f 1774/2001/4240 1875/2104/4245 1872/2101/4246 +f 1872/2101/4246 1743/1967/4247 1774/2001/4240 +f 1774/2001/4240 1743/1967/4247 1742/1966/4248 +f 1774/2001/4240 1742/1966/4248 2008/2256/4235 +f 2008/2256/4235 1742/1966/4248 2014/2262/4249 +f 2008/2256/4235 2014/2262/4249 2015/2263/4250 +f 2016/2264/4251 1702/1921/4222 3861/2265/4252 +f 3861/2265/4252 1702/1921/4222 2013/2261/4243 +f 3861/2265/4252 2013/2261/4243 3807/2266/4253 +f 3807/2266/4253 2013/2261/4243 2017/2267/4254 +f 1702/1921/4222 2016/2264/4251 3963/2246/4223 +f 2015/2263/4250 2018/2268/4255 2008/2256/4235 +f 2008/2256/4235 2018/2268/4255 2019/2269/4256 +f 2008/2256/4235 2019/2269/4256 2020/2270/4257 +f 1699/1919/4244 1697/1917/4258 2013/2261/4243 +f 2013/2261/4243 1697/1917/4258 1694/1914/4259 +f 2013/2261/4243 1694/1914/4259 1549/1760/4260 +f 2021/2271/4261 2022/2272/4262 2028/2273/4263 +f 2028/2273/4263 2022/2272/4262 2023/2274/4264 +f 2028/2273/4263 2023/2274/4264 2012/1969/4242 +f 2012/1969/4242 2023/2274/4264 2024/2275/4265 +f 2012/1969/4242 2024/2275/4265 2025/2276/4266 +f 2025/2276/4266 2026/2277/4267 2012/1969/4242 +f 2012/1969/4242 2026/2277/4267 2027/2278/4268 +f 2012/1969/4242 2027/2278/4268 1775/2002/4241 +f 2013/2261/4243 1549/1760/4260 2028/2273/4263 +f 2028/2273/4263 1549/1760/4260 1548/1759/4269 +f 2028/2273/4263 1548/1759/4269 2029/2279/4270 +f 2028/2273/4263 2029/2279/4270 2021/2271/4261 +f 2081/2280/4271 2030/2281/4272 2028/2273/4263 +f 2028/2273/4263 2030/2281/4272 2031/2282/4273 +f 2028/2273/4263 2031/2282/4273 2032/2283/4274 +f 2032/2283/4274 2033/2284/4275 2028/2273/4263 +f 2028/2273/4263 2033/2284/4275 2034/2285/4276 +f 2028/2273/4263 2034/2285/4276 2035/2286/4277 +f 1683/1904/4278 1997/2287/4279 1685/1906/4280 +f 1685/1906/4280 1997/2287/4279 2036/2288/4281 +f 1685/1906/4280 2036/2288/4281 1687/1908/4282 +f 1687/1908/4282 2036/2288/4281 1688/1910/4283 +f 2037/2289/4284 3928/2290/4285 4941/2291/4286 +f 4941/2291/4286 3928/2290/4285 2028/2273/4263 +f 2036/2288/4281 5119/2292/4287 1688/1910/4283 +f 1688/1910/4283 5119/2292/4287 1624/1845/4288 +f 1624/1845/4288 5119/2292/4287 2038/2293/4289 +f 1624/1845/4288 2038/2293/4289 1625/1846/4290 +f 2040/2294/4291 4941/2291/4286 1625/1846/4290 +f 2039/2295/4292 4903/2296/4293 2038/2293/4289 +f 2038/2293/4289 4903/2296/4293 4913/2297/4294 +f 2038/2293/4289 4913/2297/4294 1625/1846/4290 +f 1625/1846/4290 4913/2297/4294 2040/2294/4291 +f 2035/2286/4277 2041/2298/4295 2028/2273/4263 +f 2028/2273/4263 2041/2298/4295 1625/1846/4290 +f 2028/2273/4263 1625/1846/4290 4941/2291/4286 +f 4834/2299/4296 2042/2300/4297 3927/2301/4298 +f 2044/2302/4299 3924/2303/4300 4804/2304/4301 +f 2043/2305/4302 4834/2299/4296 1997/2287/4279 +f 1997/2287/4279 4834/2299/4296 2036/2288/4281 +f 2036/2288/4281 4834/2299/4296 3927/2301/4298 +f 2044/2302/4299 4804/2304/4301 1997/2287/4279 +f 1997/2287/4279 4804/2304/4301 2043/2305/4302 +f 4777/2306/4303 2044/2302/4299 1997/2287/4279 +f 4777/2306/4303 1997/2287/4279 2045/2307/4304 +f 4777/2306/4303 2045/2307/4304 5099/2308/4305 +f 2045/2307/4304 4749/2309/4306 5099/2308/4305 +f 2045/2307/4304 2046/2310/4307 1643/1866/4308 +f 2048/2311/4309 2047/2312/4310 4693/2313/4311 +f 4748/2314/4312 4749/2309/4306 1996/2238/4211 +f 1996/2238/4211 4749/2309/4306 2045/2307/4304 +f 1996/2238/4211 2045/2307/4304 4724/2236/4209 +f 4724/2236/4209 2045/2307/4304 1643/1866/4308 +f 4724/2236/4209 1643/1866/4308 1642/1865/4313 +f 4724/2236/4209 1642/1865/4313 5089/2315/4314 +f 5089/2315/4314 1642/1865/4313 1679/1900/4315 +f 5089/2315/4314 1679/1900/4315 4693/2313/4311 +f 4613/2233/4206 3921/2235/4208 4638/2316/4316 +f 2049/2317/4317 2047/2312/4310 4666/2318/4318 +f 4666/2318/4318 2047/2312/4310 2048/2311/4309 +f 4666/2318/4318 2048/2311/4309 2050/2319/4319 +f 4613/2233/4206 4638/2316/4316 2048/2311/4309 +f 2048/2311/4309 4638/2316/4316 2050/2319/4319 +f 2122/2320/4320 2051/2321/4321 1664/1886/4322 +f 2052/2322/4323 3919/2323/4324 2053/2324/4325 +f 2053/2324/4325 3919/2323/4324 4587/2325/4326 +f 2053/2324/4325 4587/2325/4326 1666/1888/4327 +f 2054/2326/4328 1664/1886/4322 4587/2325/4326 +f 4587/2325/4326 1664/1886/4322 1665/1887/4329 +f 4587/2325/4326 1665/1887/4329 1666/1888/4327 +f 2055/2327/4330 2053/2324/4325 1666/1888/4327 +f 2058/2328/4331 2056/2329/4332 3917/2330/4333 +f 1666/1888/4327 2057/2331/4334 2055/2327/4330 +f 2055/2327/4330 2057/2331/4334 2058/2328/4331 +f 2055/2327/4330 2058/2328/4331 3917/2330/4333 +f 2061/2332/4335 2058/2328/4331 2057/2331/4334 +f 4423/2333/4336 5039/2334/4337 2059/2335/4338 +f 5039/2334/4337 4451/2336/4339 2059/2335/4338 +f 2059/2335/4338 4451/2336/4339 2057/2331/4334 +f 2060/2337/4340 3915/2338/4341 4451/2336/4339 +f 4451/2336/4339 3915/2338/4341 4477/2339/4342 +f 4451/2336/4339 4477/2339/4342 2057/2331/4334 +f 2057/2331/4334 4477/2339/4342 2061/2332/4335 +f 1727/1947/4343 2059/2335/4338 2062/2340/4344 +f 2062/2340/4344 2059/2335/4338 2120/2341/4345 +f 2063/2342/4346 3914/2343/4347 2064/2344/4348 +f 2064/2344/4348 3914/2343/4347 4423/2333/4336 +f 2064/2344/4348 4423/2333/4336 2059/2335/4338 +f 2064/2344/4348 2059/2335/4338 1727/1947/4343 +f 2064/2344/4348 1727/1947/4343 2065/2345/4349 +f 2067/2346/4350 3913/2347/4351 2066/2348/4352 +f 2066/2348/4352 3913/2347/4351 2065/2345/4349 +f 2068/2349/4353 3911/2350/4354 4315/2351/4355 +f 2069/2352/4356 2070/2353/4357 4262/2354/4358 +f 4262/2354/4358 2070/2353/4357 2071/2355/4359 +f 4262/2354/4358 2071/2355/4359 3907/2356/4360 +f 2070/2353/4357 2069/2352/4356 4290/2357/4361 +f 2070/2353/4357 4290/2357/4361 4315/2351/4355 +f 4315/2351/4355 4290/2357/4361 2068/2349/4353 +f 2072/1936/4362 4206/2358/4363 5000/2359/4364 +f 2073/2360/4365 2071/2355/4359 4235/2361/4366 +f 4235/2361/4366 2071/2355/4359 2070/2353/4357 +f 4235/2361/4366 2070/2353/4357 2072/1936/4362 +f 4235/2361/4366 2072/1936/4362 5000/2359/4364 +f 1991/2229/4202 2074/2362/4367 4152/2363/4368 +f 4205/2232/4205 4206/2358/4363 2072/1936/4362 +f 4205/2232/4205 2072/1936/4362 1992/2230/4203 +f 1992/2230/4203 2072/1936/4362 2075/2364/4369 +f 2075/2364/4369 2072/1936/4362 1716/1935/4370 +f 2075/2364/4369 1716/1935/4370 1715/1934/4371 +f 2075/2364/4369 1715/1934/4371 4152/2363/4368 +f 4071/2245/4220 1991/2229/4202 1711/1931/4201 +f 4071/2245/4220 1711/1931/4201 1706/1925/4221 +f 2076/2365/4372 2074/2362/4367 4126/2366/4373 +f 4126/2366/4373 2074/2362/4367 1991/2229/4202 +f 4126/2366/4373 1991/2229/4202 2078/2367/4374 +f 2077/2368/4375 3905/2369/4376 4071/2245/4220 +f 4071/2245/4220 3905/2369/4376 4096/2370/4377 +f 4071/2245/4220 4096/2370/4377 1991/2229/4202 +f 1991/2229/4202 4096/2370/4377 2078/2367/4374 +f 2020/2270/4257 2079/2371/4378 2008/2256/4235 +f 2008/2256/4235 2079/2371/4378 2080/2252/4231 +f 2081/2280/4271 2028/2273/4263 2012/1969/4242 +f 2012/1969/4242 2082/2372/4379 1744/1970/4380 +f 2083/2373/4381 2084/2374/4382 2045/2307/4304 +f 1683/1904/4278 1634/1856/4383 1997/2287/4279 +f 1997/2287/4279 1634/1856/4383 1635/1857/4384 +f 1997/2287/4279 1635/1857/4384 2045/2307/4304 +f 2045/2307/4304 1635/1857/4384 2085/2375/4385 +f 2045/2307/4304 2085/2375/4385 2083/2373/4381 +f 2086/2376/4386 2087/2377/4387 2082/2372/4379 +f 2082/2372/4379 2087/2377/4387 1757/1984/4388 +f 2082/2372/4379 1757/1984/4388 1756/1983/4389 +f 1756/1983/4389 1882/2111/4390 2082/2372/4379 +f 2082/2372/4379 1882/2111/4390 1879/2108/4391 +f 2082/2372/4379 1879/2108/4391 1744/1970/4380 +f 2084/2374/4382 2088/2378/4392 2045/2307/4304 +f 2045/2307/4304 2088/2378/4392 2089/2379/4393 +f 2045/2307/4304 2089/2379/4393 2090/2380/4394 +f 4152/2363/4368 1715/1934/4371 1991/2229/4202 +f 1991/2229/4202 1715/1934/4371 1708/1927/4395 +f 1991/2229/4202 1708/1927/4395 1710/1930/4200 +f 2091/2381/4396 2100/2382/4397 2092/2383/4398 +f 2093/2384/4399 1990/2385/4400 2091/2381/4396 +f 2093/2384/4399 2091/2381/4396 2094/2386/4401 +f 2092/2383/4398 2095/2387/4402 2091/2381/4396 +f 2091/2381/4396 2095/2387/4402 2096/2388/4403 +f 2091/2381/4396 2096/2388/4403 2094/2386/4401 +f 2097/2389/4404 1740/1963/4405 2091/2381/4396 +f 2091/2381/4396 1740/1963/4405 2098/2390/4406 +f 2008/2256/4235 2009/2257/4236 1788/2016/4407 +f 2008/2256/4235 1788/2016/4407 2097/2389/4404 +f 2097/2389/4404 1788/2016/4407 1787/2015/4408 +f 2097/2389/4404 1787/2015/4408 1868/2097/4409 +f 2098/2390/4406 2099/2391/4410 2091/2381/4396 +f 2091/2381/4396 2099/2391/4410 2100/2382/4397 +f 1868/2097/4409 1865/2094/4411 2097/2389/4404 +f 2097/2389/4404 1865/2094/4411 1741/1964/4412 +f 2097/2389/4404 1741/1964/4412 1740/1963/4405 +f 1718/1938/4413 1551/1763/4414 2070/2353/4357 +f 2070/2353/4357 1551/1763/4414 1550/1762/4415 +f 2070/2353/4357 1550/1762/4415 2072/1936/4362 +f 2072/1936/4362 1550/1762/4415 2101/2392/4416 +f 2072/1936/4362 2101/2392/4416 2102/2393/4417 +f 2102/2393/4417 2103/2394/4418 2072/1936/4362 +f 2072/1936/4362 2103/2394/4418 2104/2395/4419 +f 2072/1936/4362 2104/2395/4419 2091/2381/4396 +f 2091/2381/4396 2104/2395/4419 2105/2396/4420 +f 2091/2381/4396 2105/2396/4420 2106/2397/4421 +f 1731/1951/4422 1725/1945/4423 2066/2348/4352 +f 2066/2348/4352 1725/1945/4423 4315/2351/4355 +f 1725/1945/4423 1723/1943/4424 4315/2351/4355 +f 4315/2351/4355 1723/1943/4424 1721/1941/4425 +f 4315/2351/4355 1721/1941/4425 2070/2353/4357 +f 2070/2353/4357 1721/1941/4425 1719/1940/4426 +f 2070/2353/4357 1719/1940/4426 1718/1938/4413 +f 2065/2345/4349 1727/1947/4343 1728/1948/4427 +f 2065/2345/4349 1728/1948/4427 2066/2348/4352 +f 2066/2348/4352 1728/1948/4427 1729/1949/4428 +f 2066/2348/4352 1729/1949/4428 1731/1951/4422 +f 2107/2398/4429 2108/2399/4430 2120/2341/4345 +f 2120/2341/4345 2108/2399/4430 2109/2400/4431 +f 2120/2341/4345 2109/2400/4431 2110/2401/4432 +f 2110/2401/4432 2111/2402/4433 2120/2341/4345 +f 2120/2341/4345 2111/2402/4433 2112/2403/4434 +f 2120/2341/4345 2112/2403/4434 2062/2340/4344 +f 1738/1960/4435 2114/2404/4436 2120/2341/4345 +f 2120/2341/4345 2114/2404/4436 2107/2398/4429 +f 2113/2405/4437 1813/2042/4438 1812/2041/4439 +f 2091/2381/4396 2106/2397/4421 2115/2406/4440 +f 2091/2381/4396 2115/2406/4440 2113/2405/4437 +f 2113/2405/4437 2115/2406/4440 2116/2407/4441 +f 2113/2405/4437 2116/2407/4441 1813/2042/4438 +f 1812/2041/4439 1861/2090/4442 2113/2405/4437 +f 2113/2405/4437 1861/2090/4442 1739/1961/4443 +f 2113/2405/4437 1739/1961/4443 1738/1960/4435 +f 1563/1778/4444 1564/1779/4445 2059/2335/4338 +f 2059/2335/4338 1564/1779/4445 2117/2408/4446 +f 2117/2408/4446 2118/2409/4447 2059/2335/4338 +f 2059/2335/4338 2118/2409/4447 2119/2410/4448 +f 2059/2335/4338 2119/2410/4448 2120/2341/4345 +f 2120/2341/4345 2119/2410/4448 2121/2411/4449 +f 1666/1888/4327 1663/1884/4450 2057/2331/4334 +f 2057/2331/4334 1663/1884/4450 1661/1882/4451 +f 2057/2331/4334 1661/1882/4451 2059/2335/4338 +f 2059/2335/4338 1661/1882/4451 1660/1881/4452 +f 2059/2335/4338 1660/1881/4452 1563/1778/4444 +f 2122/2320/4320 2123/2412/4453 2051/2321/4321 +f 1859/2088/4454 1737/1958/4455 2124/2413/4456 +f 2124/2413/4456 1737/1958/4455 1736/1957/4457 +f 2124/2413/4456 1736/1957/4457 2125/2414/4458 +f 2124/2413/4456 2126/2415/4459 2122/2320/4320 +f 2122/2320/4320 2126/2415/4459 2127/2416/4460 +f 2120/2341/4345 2121/2411/4449 2128/2417/4461 +f 2120/2341/4345 2128/2417/4461 2129/2418/4462 +f 2129/2418/4462 2128/2417/4461 2130/2419/4463 +f 2129/2418/4462 2130/2419/4463 2131/2420/4464 +f 2125/2414/4458 2132/2421/4465 2124/2413/4456 +f 2124/2413/4456 2132/2421/4465 2133/2422/4466 +f 2124/2413/4456 2133/2422/4466 2126/2415/4459 +f 2131/2420/4464 2134/2423/4467 2129/2418/4462 +f 2129/2418/4462 2134/2423/4467 1834/2061/4468 +f 2129/2418/4462 1834/2061/4468 2124/2413/4456 +f 2124/2413/4456 1834/2061/4468 1833/2060/4469 +f 2124/2413/4456 1833/2060/4469 1859/2088/4454 +f 1546/1756/4470 4613/2233/4206 1547/1757/4471 +f 1547/1757/4471 4613/2233/4206 1671/1892/4472 +f 1671/1892/4472 4613/2233/4206 1672/1893/4473 +f 1672/1893/4473 4613/2233/4206 2048/2311/4309 +f 1672/1893/4473 2048/2311/4309 1676/1897/4474 +f 2122/2320/4320 2135/2424/4475 2136/2425/4476 +f 2136/2425/4476 2137/2426/4477 2122/2320/4320 +f 2122/2320/4320 2137/2426/4477 2138/2427/4478 +f 2122/2320/4320 2138/2427/4478 2124/2413/4456 +f 2124/2413/4456 2138/2427/4478 2139/2428/4479 +f 2140/2429/4480 2141/2430/4481 2122/2320/4320 +f 2122/2320/4320 2141/2430/4481 2142/2431/4482 +f 2122/2320/4320 2142/2431/4482 2135/2424/4475 +f 1664/1886/4322 2054/2326/4328 2122/2320/4320 +f 2122/2320/4320 2054/2326/4328 4613/2233/4206 +f 2122/2320/4320 4613/2233/4206 2140/2429/4480 +f 2140/2429/4480 4613/2233/4206 1546/1756/4470 +f 4693/2313/4311 1679/1900/4315 2048/2311/4309 +f 2048/2311/4309 1679/1900/4315 1674/1895/4483 +f 2048/2311/4309 1674/1895/4483 1676/1897/4474 +f 2143/2432/4484 1850/2080/4485 1849/2079/4486 +f 2144/2433/4487 2145/2434/4488 2045/2307/4304 +f 2045/2307/4304 2145/2434/4488 2146/2435/4489 +f 2045/2307/4304 2146/2435/4489 2147/2436/4490 +f 1849/2079/4486 1889/2118/4491 2143/2432/4484 +f 2143/2432/4484 1889/2118/4491 1886/2115/4492 +f 2143/2432/4484 1886/2115/4492 1752/1978/4493 +f 1751/1977/4494 2148/2437/4495 2045/2307/4304 +f 2045/2307/4304 2148/2437/4495 2149/2438/4496 +f 2045/2307/4304 2149/2438/4496 2144/2433/4487 +f 2147/2436/4490 2150/2439/4497 2045/2307/4304 +f 2045/2307/4304 2150/2439/4497 2151/2440/4498 +f 2045/2307/4304 2151/2440/4498 2046/2310/4307 +f 2124/2413/4456 2155/2441/4499 2152/2442/4500 +f 2143/2432/4484 2153/2443/4501 2154/2444/4502 +s off +f 5324/2445/4503 5235/1397/4504 2156/2446/4505 +s 39 +f 2157/2447/4506 2124/2413/4456 2156/2446/4507 +f 2154/2444/4502 2158/2448/4508 2143/2432/4484 +f 2143/2432/4484 2158/2448/4508 2124/2413/4456 +f 2143/2432/4484 2124/2413/4456 1850/2080/4485 +f 1850/2080/4485 2124/2413/4456 2139/2428/4479 +f 2124/2413/4456 2158/2448/4508 2160/2449/4509 +f 2162/2450/4510 2163/2451/4511 2172/2452/4512 +f 2129/2418/4462 2164/2453/4513 2165/2454/4514 +f 2159/2455/4515 2168/2456/4516 2160/2449/4509 +f 2160/2449/4509 2168/2456/4516 2124/2413/4456 +f 2124/2413/4456 2168/2456/4516 2155/2441/4499 +f 2152/2442/4500 5324/2445/4517 2156/2446/4507 +f 2152/2442/4500 2156/2446/4507 2124/2413/4456 +f 2129/2418/4462 2170/2457/4518 2169/2458/4519 +f 2175/2459/4520 2170/2457/4518 2129/2418/4462 +f 2172/2452/4512 2163/2451/4511 5325/2460/4521 +s off +f 2172/2452/4522 5325/2460/4523 5227/1403/4524 +s 39 +f 2166/2461/4525 2173/2462/4526 2167/2463/4527 +s off +f 2167/2463/4528 2173/2462/4529 2174/1333/4530 +s 39 +f 2159/2455/4515 2160/2449/4509 5323/2464/4531 +f 2175/2459/4520 2176/2465/4532 2161/2466/4533 +f 2175/2459/4520 2161/2466/4533 5318/2467/4534 +f 2124/2413/4456 2157/2447/4506 2163/2451/4511 +f 2163/2451/4511 2162/2450/4510 2124/2413/4456 +f 2124/2413/4456 2162/2450/4510 2129/2418/4462 +f 2129/2418/4462 2162/2450/4510 2176/2465/4532 +f 2129/2418/4462 2169/2458/4519 2164/2453/4513 +f 2164/2453/4513 2169/2458/4519 2171/2468/4535 +s off +f 2171/2468/4536 2169/2458/4537 2177/1327/4538 +s 39 +f 2175/2459/4520 2129/2418/4462 2176/2465/4532 +f 2082/2372/4379 2195/2469/4539 2178/2470/4540 +f 2082/2372/4379 2178/2470/4540 2143/2432/4484 +f 5322/2471/4541 2153/2443/4501 2143/2432/4484 +f 5322/2471/4541 2143/2432/4484 2178/2470/4540 +f 2192/2472/4542 2179/2473/4543 2012/1969/4242 +f 2012/1969/4242 2179/2473/4543 2180/2474/4544 +f 2196/2475/4545 2184/2476/4546 2008/2256/4235 +f 2012/1969/4242 2181/2477/4547 2186/2478/4548 +s off +f 2185/2479/4549 5283/1355/4550 2187/2480/4551 +s 39 +f 2200/2481/4552 2188/2482/4553 2189/2483/4554 +f 2191/2484/4555 2082/2372/4379 2012/1969/4242 +f 2191/2484/4555 2012/1969/4242 2186/2478/4548 +f 2192/2472/4542 2198/2485/4556 5319/2486/4557 +f 2192/2472/4542 5319/2486/4557 5269/1367/4558 +f 2182/2487/4559 2183/2488/4560 2201/2489/4561 +f 2184/2476/4546 2193/2490/4562 2008/2256/4235 +f 2187/2480/4563 2194/2491/4564 2008/2256/4235 +f 2191/2484/4555 2195/2469/4539 2082/2372/4379 +f 2196/2475/4545 2201/2489/4561 2183/2488/4560 +s 229 +f 2196/2475/4565 2183/2488/4566 5291/1349/4567 +s 39 +f 2193/2490/4562 2185/2479/4568 2187/2480/4563 +f 2193/2490/4562 2187/2480/4563 2008/2256/4235 +f 2008/2256/4235 2194/2491/4564 2189/2483/4554 +f 2008/2256/4235 2189/2483/4554 2188/2482/4553 +f 2008/2256/4235 2188/2482/4553 2012/1969/4242 +f 2012/1969/4242 2180/2474/4544 2181/2477/4547 +f 2181/2477/4547 2180/2474/4544 2190/2492/4569 +s off +f 2190/2492/4570 2180/2474/4571 5320/1369/4572 +s 39 +f 2192/2472/4542 2012/1969/4242 2188/2482/4553 +f 2192/2472/4542 2188/2482/4553 2198/2485/4556 +f 2195/2469/4539 2191/2484/4555 2197/2493/4573 +f 2197/2493/4573 2191/2484/4555 5321/1375/4574 +f 2200/2481/4552 2189/2483/4554 2199/2494/4575 +s off +f 2200/2481/4576 2199/2494/4577 5276/1361/4578 +s 39 +f 2201/2489/4561 2196/2475/4545 2008/2256/4235 +f 2201/2489/4561 2008/2256/4235 2097/2389/4404 +f 2113/2405/4437 2202/2495/4579 2203/2496/4580 +f 1738/1960/4435 2166/2461/4525 2204/2497/4581 +f 1738/1960/4435 2204/2497/4581 2113/2405/4437 +f 2113/2405/4437 2204/2497/4581 2205/2498/4582 +f 2206/2499/4583 2202/2495/4579 2113/2405/4437 +f 2206/2499/4583 2113/2405/4437 2205/2498/4582 +f 2203/2496/4580 2097/2389/4404 2113/2405/4437 +f 2113/2405/4437 2097/2389/4404 2091/2381/4396 +f 2091/2381/4396 1990/2385/4400 2072/1936/4362 +f 1738/1960/4435 2120/2341/4345 2129/2418/4462 +f 1738/1960/4435 2129/2418/4462 2166/2461/4525 +f 2166/2461/4525 2129/2418/4462 2165/2454/4514 +f 2166/2461/4525 2165/2454/4514 2173/2462/4526 +f 1752/1978/4493 1751/1977/4494 2143/2432/4484 +f 2143/2432/4484 1751/1977/4494 2045/2307/4304 +f 2143/2432/4484 2045/2307/4304 2082/2372/4379 +f 2082/2372/4379 2045/2307/4304 2086/2376/4386 +f 2086/2376/4386 2045/2307/4304 2090/2380/4394 +s 232 +f 1758/1985/4584 1757/1984/4585 2207/2500/4586 +f 2207/2500/4586 1757/1984/4585 2087/2377/4587 +f 2207/2500/4586 2087/2377/4587 2866/2501/4588 +f 2866/2501/4588 2087/2377/4587 2086/2376/4589 +f 2866/2501/4588 2086/2376/4589 2208/2502/4590 +f 2208/2502/4590 2086/2376/4589 2090/2380/4591 +f 2208/2502/4590 2090/2380/4591 2209/2503/4592 +f 2089/2379/4593 2210/2504/4594 2090/2380/4591 +f 2090/2380/4591 2210/2504/4594 2209/2503/4592 +f 2088/2378/4595 2212/2505/4596 2089/2379/4593 +f 2089/2379/4593 2212/2505/4596 2210/2504/4594 +f 2084/2374/4597 2211/2506/4598 2088/2378/4595 +f 2088/2378/4595 2211/2506/4598 2212/2505/4596 +f 2083/2373/4599 2213/2507/4600 2214/2508/4601 +f 2083/2373/4599 2214/2508/4601 2084/2374/4597 +f 2084/2374/4597 2214/2508/4601 2211/2506/4598 +f 2213/2507/4600 2083/2373/4599 2215/2509/4602 +f 2215/2509/4602 2083/2373/4599 2085/2375/4603 +f 2215/2509/4602 2085/2375/4603 2864/2510/4604 +f 2864/2510/4604 2085/2375/4603 1635/1857/4605 +f 2864/2510/4604 1635/1857/4605 1630/1852/4606 +f 1644/1867/4607 1643/1866/4608 2216/2511/4609 +f 2216/2511/4609 1643/1866/4608 2046/2310/4610 +f 2216/2511/4609 2046/2310/4610 2217/2512/4611 +f 2217/2512/4611 2046/2310/4610 2151/2440/4612 +f 2217/2512/4611 2151/2440/4612 2150/2439/4613 +f 2217/2512/4611 2150/2439/4613 2218/2513/4614 +f 2218/2513/4614 2150/2439/4613 2147/2436/4615 +f 2218/2513/4614 2147/2436/4615 2219/2514/4616 +f 2146/2435/4617 2220/2515/4618 2147/2436/4615 +f 2147/2436/4615 2220/2515/4618 2219/2514/4616 +f 2145/2434/4619 2222/2516/4620 2146/2435/4617 +f 2146/2435/4617 2222/2516/4620 2220/2515/4618 +f 2144/2433/4621 2221/2517/4622 2145/2434/4619 +f 2145/2434/4619 2221/2517/4622 2222/2516/4620 +f 2149/2438/4623 2223/2518/4624 2144/2433/4621 +f 2144/2433/4621 2223/2518/4624 2221/2517/4622 +f 2148/2437/4625 2224/2519/4626 2225/2520/4627 +f 2148/2437/4625 2225/2520/4627 2149/2438/4623 +f 2149/2438/4623 2225/2520/4627 2223/2518/4624 +f 2224/2519/4626 2148/2437/4625 2226/2521/4628 +f 2226/2521/4628 2148/2437/4625 1751/1977/4629 +f 2226/2521/4628 1751/1977/4629 1745/1972/4630 +f 2227/1861/4631 1638/1859/4632 2229/2522/4633 +f 1638/1859/4632 1650/1864/4634 2229/2522/4633 +f 2229/2522/4633 1650/1864/4634 2228/2523/4635 +f 2229/2522/4633 2228/2523/4635 2230/2524/4636 +f 2230/2524/4636 2228/2523/4635 2231/2525/4637 +f 2231/2525/4637 2228/2523/4635 2232/2526/4638 +f 2233/2527/4639 2236/2528/4640 2234/2529/4641 +f 2234/2529/4641 2236/2528/4640 1764/1980/4642 +f 1764/1980/4642 2236/2528/4640 1747/1975/4643 +f 2235/2530/4644 2237/2531/4645 2233/2527/4639 +f 2233/2527/4639 2237/2531/4645 2236/2528/4640 +f 2228/2523/4635 2237/2531/4645 2232/2526/4638 +f 2232/2526/4638 2237/2531/4645 2235/2530/4644 +s 246 +f 1776/2003/4646 1775/2002/4647 2238/2532/4648 +f 2238/2532/4648 1775/2002/4647 2027/2278/4649 +f 2238/2532/4648 2027/2278/4649 2809/2533/4650 +f 2809/2533/4650 2027/2278/4649 2026/2277/4651 +f 2809/2533/4650 2026/2277/4651 2239/2534/4652 +f 2239/2534/4652 2026/2277/4651 2025/2276/4653 +f 2239/2534/4652 2025/2276/4653 2240/2535/4654 +f 2024/2275/4655 2241/2536/4656 2025/2276/4653 +f 2025/2276/4653 2241/2536/4656 2240/2535/4654 +f 2023/2274/4657 2243/2537/4658 2024/2275/4655 +f 2024/2275/4655 2243/2537/4658 2241/2536/4656 +f 2022/2272/4659 2242/2538/4660 2023/2274/4657 +f 2023/2274/4657 2242/2538/4660 2243/2537/4658 +f 2021/2271/4661 2244/2539/4662 2245/2540/4663 +f 2021/2271/4661 2245/2540/4663 2022/2272/4659 +f 2022/2272/4659 2245/2540/4663 2242/2538/4660 +f 2244/2539/4662 2021/2271/4661 2246/2541/4664 +f 2246/2541/4664 2021/2271/4661 2029/2279/4665 +f 2246/2541/4664 2029/2279/4665 2247/2542/4666 +f 2247/2542/4666 2029/2279/4665 1548/1759/4667 +f 2247/2542/4666 1548/1759/4667 1619/1758/4668 +f 1626/1847/4669 1625/1846/4670 2248/2543/4671 +f 2248/2543/4671 1625/1846/4670 2041/2298/4672 +f 2248/2543/4671 2041/2298/4672 2249/2544/4673 +f 2249/2544/4673 2041/2298/4672 2035/2286/4674 +f 2249/2544/4673 2035/2286/4674 2250/2545/4675 +f 2250/2545/4675 2035/2286/4674 2034/2285/4676 +f 2250/2545/4675 2034/2285/4676 2251/2546/4677 +f 2033/2284/4678 2252/2547/4679 2034/2285/4676 +f 2034/2285/4676 2252/2547/4679 2251/2546/4677 +f 2032/2283/4680 2254/2548/4681 2033/2284/4678 +f 2033/2284/4678 2254/2548/4681 2252/2547/4679 +f 2031/2282/4682 2253/2549/4683 2032/2283/4680 +f 2032/2283/4680 2253/2549/4683 2254/2548/4681 +f 2030/2281/4684 2255/2550/4685 2031/2282/4682 +f 2031/2282/4682 2255/2550/4685 2253/2549/4683 +f 2081/2280/4686 2256/2551/4687 2030/2281/4684 +f 2030/2281/4684 2256/2551/4687 2255/2550/4685 +f 2012/1969/4688 1770/1968/4689 2257/2552/4690 +f 2012/1969/4688 2257/2552/4690 2081/2280/4686 +f 2081/2280/4686 2257/2552/4690 2258/2553/4691 +f 2081/2280/4686 2258/2553/4691 2256/2551/4687 +f 2259/2554/4692 2260/2555/4693 2262/2556/4694 +f 1772/1998/4695 1779/2007/4696 2261/2557/4697 +f 1772/1998/4695 2261/2557/4697 2266/2000/4698 +f 2262/2556/4694 2260/2555/4693 2263/2558/4699 +f 2262/2556/4694 2263/2558/4699 1622/1842/4700 +f 1614/1834/4701 1621/1844/4702 2264/2559/4703 +f 2264/2559/4703 1621/1844/4702 2263/2558/4699 +f 2263/2558/4699 1621/1844/4702 1622/1842/4700 +f 2265/2560/4704 2267/2561/4705 2266/2000/4698 +f 2265/2560/4704 2266/2000/4698 2261/2557/4697 +f 2259/2554/4692 2262/2556/4694 2267/2561/4705 +f 2259/2554/4692 2267/2561/4705 2265/2560/4704 +s 262 +f 1789/2017/4706 1788/2016/4707 2268/2562/4708 +f 2268/2562/4708 1788/2016/4707 2009/2257/4709 +f 2268/2562/4708 2009/2257/4709 2753/2563/4710 +f 2753/2563/4710 2009/2257/4709 2007/2255/4711 +f 2006/2254/4712 2269/2564/4713 2270/2565/4714 +f 2006/2254/4712 2270/2565/4714 2007/2255/4711 +f 2007/2255/4711 2270/2565/4714 2753/2563/4710 +f 2269/2564/4713 2006/2254/4712 2271/2566/4715 +f 2271/2566/4715 2006/2254/4712 2005/2253/4716 +f 2271/2566/4715 2005/2253/4716 2272/2567/4717 +f 2272/2567/4717 2005/2253/4716 2004/2251/4718 +f 2272/2567/4717 2004/2251/4718 2273/2568/4719 +f 2273/2568/4719 2004/2251/4718 2002/2249/4720 +f 2273/2568/4719 2002/2249/4720 2274/2569/4721 +f 2274/2569/4721 2002/2249/4720 2001/2248/4722 +f 2274/2569/4721 2001/2248/4722 2276/2570/4723 +f 1999/2243/4724 2275/2571/4725 2001/2248/4722 +f 2001/2248/4722 2275/2571/4725 2276/2570/4723 +f 1598/1817/4726 1596/1815/4727 1999/2243/4724 +f 1999/2243/4724 1596/1815/4727 2277/2572/4728 +f 1999/2243/4724 2277/2572/4728 2275/2571/4725 +f 1606/1825/4729 1605/1824/4730 2278/2573/4731 +f 2278/2573/4731 1605/1824/4730 2003/2250/4732 +f 2079/2371/4733 2281/2574/4734 2279/2575/4735 +f 2079/2371/4733 2279/2575/4735 2080/2252/4736 +f 2080/2252/4736 2279/2575/4735 2280/2576/4737 +f 2080/2252/4736 2280/2576/4737 2003/2250/4732 +f 2003/2250/4732 2280/2576/4737 2278/2573/4731 +f 2020/2270/4738 2283/2577/4739 2079/2371/4733 +f 2079/2371/4733 2283/2577/4739 2281/2574/4734 +f 2019/2269/4740 2282/2578/4741 2020/2270/4738 +f 2020/2270/4738 2282/2578/4741 2283/2577/4739 +f 2018/2268/4742 2284/2579/4743 2019/2269/4740 +f 2019/2269/4740 2284/2579/4743 2282/2578/4741 +f 2015/2263/4744 2285/2580/4745 2018/2268/4742 +f 2018/2268/4742 2285/2580/4745 2284/2579/4743 +f 2014/2262/4746 2286/2581/4747 2287/2582/4748 +f 2014/2262/4746 2287/2582/4748 2015/2263/4744 +f 2015/2263/4744 2287/2582/4748 2285/2580/4745 +f 2286/2581/4747 2014/2262/4746 2288/2583/4749 +f 2288/2583/4749 2014/2262/4746 1742/1966/4750 +f 2288/2583/4749 1742/1966/4750 1786/1965/4751 +f 2289/1820/4752 1600/1821/4753 2291/2584/4754 +f 1795/2023/4755 2292/2585/4756 1798/2010/4757 +f 1600/1821/4753 1612/1832/4758 2291/2584/4754 +f 2291/2584/4754 1612/1832/4758 2290/2586/4759 +f 2291/2584/4754 2290/2586/4759 2293/2587/4760 +f 2293/2587/4760 2290/2586/4759 2294/2588/4761 +f 2294/2588/4761 2290/2586/4759 2295/2589/4762 +f 2296/2590/4763 2297/2591/4764 2292/2585/4756 +f 2292/2585/4756 2297/2591/4764 1798/2010/4757 +f 2295/2589/4762 2298/2592/4765 2296/2590/4763 +f 2296/2590/4763 2298/2592/4765 2297/2591/4764 +f 2295/2589/4762 2290/2586/4759 2298/2592/4765 +s 276 +f 1814/2043/4766 1813/2042/4767 3036/2593/4768 +f 3036/2593/4768 1813/2042/4767 2116/2407/4769 +f 2115/2406/4770 3038/2594/4771 2116/2407/4769 +f 2116/2407/4769 3038/2594/4771 3036/2593/4768 +f 2106/2397/4772 2299/2595/4773 2115/2406/4770 +f 2115/2406/4770 2299/2595/4773 3038/2594/4771 +f 2105/2396/4774 2302/2596/4775 2106/2397/4772 +f 2106/2397/4772 2302/2596/4775 2300/2597/4776 +f 2106/2397/4772 2300/2597/4776 2299/2595/4773 +f 2104/2395/4777 2301/2598/4778 2105/2396/4774 +f 2105/2396/4774 2301/2598/4778 2302/2596/4775 +f 2103/2394/4779 2303/2599/4780 2104/2395/4777 +f 2104/2395/4777 2303/2599/4780 2301/2598/4778 +f 2102/2393/4781 2304/2600/4782 2305/2601/4783 +f 2102/2393/4781 2305/2601/4783 2103/2394/4779 +f 2103/2394/4779 2305/2601/4783 2303/2599/4780 +f 2304/2600/4782 2102/2393/4781 2306/2602/4784 +f 2306/2602/4784 2102/2393/4781 2101/2392/4785 +f 2306/2602/4784 2101/2392/4785 3035/2603/4786 +f 3035/2603/4786 2101/2392/4785 1550/1762/4787 +f 3035/2603/4786 1550/1762/4787 1584/1761/4788 +f 1591/1809/4789 2072/1936/4790 1990/2385/4791 +f 1591/1809/4789 1990/2385/4791 2307/2604/4792 +f 2307/2604/4792 1990/2385/4791 2308/2605/4793 +f 2308/2605/4793 1990/2385/4791 2093/2384/4794 +f 2308/2605/4793 2093/2384/4794 2094/2386/4795 +f 2308/2605/4793 2094/2386/4795 2309/2606/4796 +f 2309/2606/4796 2094/2386/4795 2096/2388/4797 +f 2309/2606/4796 2096/2388/4797 2310/2607/4798 +f 2095/2387/4799 2311/2608/4800 2096/2388/4797 +f 2096/2388/4797 2311/2608/4800 2310/2607/4798 +f 2092/2383/4801 2314/2609/4802 2095/2387/4799 +f 2095/2387/4799 2314/2609/4802 2311/2608/4800 +f 2099/2391/4803 2312/2610/4804 2100/2382/4805 +f 2100/2382/4805 2312/2610/4804 2313/2611/4806 +f 2100/2382/4805 2313/2611/4806 2092/2383/4801 +f 2092/2383/4801 2313/2611/4806 2314/2609/4802 +f 2317/2612/4807 2315/2613/4808 2098/2390/4809 +f 2098/2390/4809 2315/2613/4808 2316/2614/4810 +f 2098/2390/4809 2316/2614/4810 2099/2391/4803 +f 2099/2391/4803 2316/2614/4810 2312/2610/4804 +f 2317/2612/4807 2098/2390/4809 1740/1963/4811 +f 2317/2612/4807 1740/1963/4811 1802/1962/4812 +f 2327/2615/4813 2320/2616/4814 2318/2031/4815 +f 1579/1795/4816 1586/1802/4817 2319/2617/4818 +f 2318/2031/4815 2320/2616/4814 2322/2618/4819 +f 2322/2618/4819 2320/2616/4814 2321/2619/4820 +f 2322/2618/4819 2321/2619/4820 2323/2620/4821 +f 2322/2618/4819 2323/2620/4821 2325/2621/4822 +f 2325/2621/4822 2323/2620/4821 2324/2622/4823 +f 2325/2621/4822 2324/2622/4823 2326/2623/4824 +f 2325/2621/4822 2326/2623/4824 1588/1805/4825 +f 2327/2615/4813 1810/2039/4826 1807/2036/4827 +f 2319/2617/4818 1586/1802/4817 2326/2623/4824 +f 2326/2623/4824 1586/1802/4817 1588/1805/4825 +f 2318/2031/4815 1810/2039/4826 2327/2615/4813 +s 290 +f 1831/2062/4828 1834/2061/4829 2975/2624/4830 +f 2975/2624/4830 1834/2061/4829 2134/2423/4831 +f 2975/2624/4830 2134/2423/4831 2977/2625/4832 +f 2977/2625/4832 2134/2423/4831 2131/2420/4833 +f 2977/2625/4832 2131/2420/4833 2328/2626/4834 +f 2328/2626/4834 2131/2420/4833 2130/2419/4835 +f 2328/2626/4834 2130/2419/4835 2329/2627/4836 +f 2128/2417/4837 2331/2628/4838 2130/2419/4835 +f 2130/2419/4835 2331/2628/4838 2329/2627/4836 +f 2121/2411/4839 2330/2629/4840 2128/2417/4837 +f 2128/2417/4837 2330/2629/4840 2331/2628/4838 +f 2118/2409/4841 2332/2630/4842 2333/2631/4843 +f 2118/2409/4841 2333/2631/4843 2119/2410/4844 +f 2119/2410/4844 2333/2631/4843 2121/2411/4839 +f 2121/2411/4839 2333/2631/4843 2334/2632/4845 +f 2121/2411/4839 2334/2632/4845 2330/2629/4840 +f 2332/2630/4842 2118/2409/4841 2335/2633/4846 +f 2335/2633/4846 2118/2409/4841 2117/2408/4847 +f 2335/2633/4846 2117/2408/4847 2336/2634/4848 +f 2336/2634/4848 2117/2408/4847 1564/1779/4849 +f 2336/2634/4848 1564/1779/4849 1562/1777/4850 +f 1570/1786/4851 1727/1947/4852 2337/2635/4853 +f 2337/2635/4853 1727/1947/4852 2062/2340/4854 +f 2337/2635/4853 2062/2340/4854 3017/2636/4855 +f 3017/2636/4855 2062/2340/4854 2338/2637/4856 +f 2338/2637/4856 2062/2340/4854 2112/2403/4857 +f 2338/2637/4856 2112/2403/4857 2111/2402/4858 +f 2338/2637/4856 2111/2402/4858 2339/2638/4859 +f 2110/2401/4860 2340/2639/4861 2111/2402/4858 +f 2111/2402/4858 2340/2639/4861 2339/2638/4859 +f 2109/2400/4862 2341/2640/4863 2110/2401/4860 +f 2110/2401/4860 2341/2640/4863 2340/2639/4861 +f 2108/2399/4864 2342/2641/4865 2109/2400/4862 +f 2109/2400/4862 2342/2641/4865 2341/2640/4863 +f 2107/2398/4866 2343/2642/4867 2108/2399/4864 +f 2108/2399/4864 2343/2642/4867 2342/2641/4865 +f 2114/2404/4868 3016/2643/4869 2107/2398/4866 +f 2107/2398/4866 3016/2643/4869 2343/2642/4867 +f 1738/1960/4870 1820/1959/4871 2344/2644/4872 +f 1738/1960/4870 2344/2644/4872 2114/2404/4868 +f 2114/2404/4868 2344/2644/4872 2345/2645/4873 +f 2114/2404/4868 2345/2645/4873 3016/2643/4869 +f 1576/1793/4874 3000/1790/4875 2347/2646/4876 +f 2346/1780/4877 1568/1783/4878 2348/2647/4879 +f 2349/2648/4880 2350/2649/4881 2347/2646/4876 +f 1827/2056/4882 2351/2650/4883 1830/2059/4884 +f 1830/2059/4884 2351/2650/4883 1822/2050/4885 +f 2352/2651/4886 2353/2652/4887 2351/2650/4883 +f 2351/2650/4883 2353/2652/4887 1822/2050/4885 +f 2349/2648/4880 2347/2646/4876 2353/2652/4887 +f 2349/2648/4880 2353/2652/4887 2352/2651/4886 +f 1568/1783/4878 1576/1793/4874 2348/2647/4879 +f 2348/2647/4879 1576/1793/4874 2347/2646/4876 +f 2348/2647/4879 2347/2646/4876 2354/2653/4888 +f 2354/2653/4888 2347/2646/4876 2355/2654/4889 +f 2355/2654/4889 2347/2646/4876 2350/2649/4881 +s 306 +f 1851/2081/4890 1850/2080/4891 2920/2655/4892 +f 2920/2655/4892 1850/2080/4891 2139/2428/4893 +f 2920/2655/4892 2139/2428/4893 2921/2656/4894 +f 2921/2656/4894 2139/2428/4893 2138/2427/4895 +f 2921/2656/4894 2138/2427/4895 2356/2657/4896 +f 2356/2657/4896 2138/2427/4895 2137/2426/4897 +f 2356/2657/4896 2137/2426/4897 2357/2658/4898 +f 2136/2425/4899 2359/2659/4900 2137/2426/4897 +f 2137/2426/4897 2359/2659/4900 2357/2658/4898 +f 2135/2424/4901 2358/2660/4902 2136/2425/4899 +f 2136/2425/4899 2358/2660/4902 2359/2659/4900 +f 2142/2431/4903 2360/2661/4904 2135/2424/4901 +f 2135/2424/4901 2360/2661/4904 2358/2660/4902 +f 2141/2430/4905 2361/2662/4906 2362/2663/4907 +f 2141/2430/4905 2362/2663/4907 2142/2431/4903 +f 2142/2431/4903 2362/2663/4907 2360/2661/4904 +f 2361/2662/4906 2141/2430/4905 2363/2664/4908 +f 2363/2664/4908 2141/2430/4905 2140/2429/4909 +f 2363/2664/4908 2140/2429/4909 2919/2665/4910 +f 2919/2665/4910 2140/2429/4909 1546/1756/4911 +f 2919/2665/4910 1546/1756/4911 1657/1755/4912 +f 1555/1770/4913 1664/1886/4914 2364/2666/4915 +f 2364/2666/4915 1664/1886/4914 2051/2321/4916 +f 2364/2666/4915 2051/2321/4916 2365/2667/4917 +f 2365/2667/4917 2051/2321/4916 2123/2412/4918 +f 2365/2667/4917 2123/2412/4918 2366/2668/4919 +f 2366/2668/4919 2123/2412/4918 2122/2320/4920 +f 2366/2668/4919 2122/2320/4920 2368/2669/4921 +f 2127/2416/4922 2367/2670/4923 2122/2320/4920 +f 2122/2320/4920 2367/2670/4923 2368/2669/4921 +f 2133/2422/4924 2369/2671/4925 2126/2415/4926 +f 2126/2415/4926 2369/2671/4925 2370/2672/4927 +f 2126/2415/4926 2370/2672/4927 2127/2416/4922 +f 2127/2416/4922 2370/2672/4927 2371/2673/4928 +f 2127/2416/4922 2371/2673/4928 2367/2670/4923 +f 2132/2421/4929 2372/2674/4930 2133/2422/4924 +f 2133/2422/4924 2372/2674/4930 2369/2671/4925 +f 2125/2414/4931 2373/2675/4932 2374/2676/4933 +f 2125/2414/4931 2374/2676/4933 2132/2421/4929 +f 2132/2421/4929 2374/2676/4933 2372/2674/4930 +f 2373/2675/4932 2125/2414/4931 2375/2677/4934 +f 2375/2677/4934 2125/2414/4931 1736/1957/4935 +f 2375/2677/4934 1736/1957/4935 1839/1956/4936 +f 1651/1873/4937 1554/1768/4938 2376/2678/4939 +f 2379/2679/4940 1844/2070/4941 2377/2680/4942 +f 2377/2680/4942 1844/2070/4941 1842/2069/4943 +f 2377/2680/4942 1842/2069/4943 1846/2076/4944 +f 2379/2679/4940 2377/2680/4942 2378/2681/4945 +f 2379/2679/4940 2378/2681/4945 2381/2682/4946 +f 2381/2682/4946 2378/2681/4945 2380/2683/4947 +f 2381/2682/4946 2380/2683/4947 2382/2684/4948 +f 2381/2682/4946 2382/2684/4948 1553/1766/4949 +f 1553/1766/4949 2382/2684/4948 2383/2685/4950 +f 2376/2678/4939 1554/1768/4938 2383/2685/4950 +f 2383/2685/4950 1554/1768/4938 1553/1766/4949 +s 39 +f 2384/2686/4951 2385/2687/4952 2387/2688/4953 +f 2387/2688/4953 2385/2687/4952 2386/2689/4954 +f 3193/2690/4955 2388/2691/4956 2390/2692/4957 +f 2390/2692/4957 2388/2691/4956 2389/2693/4958 +f 2390/2692/4957 2389/2693/4958 2391/2694/4959 +f 2391/2694/4959 2389/2693/4958 2392/2695/4960 +f 2391/2694/4959 2392/2695/4960 2393/2696/4961 +f 2393/2696/4961 2392/2695/4960 2394/2697/4962 +f 2393/2696/4961 2394/2697/4962 2395/2698/4963 +f 2395/2698/4963 2394/2697/4962 2396/2699/4964 +f 2395/2698/4963 2396/2699/4964 2398/2700/4965 +f 2398/2700/4965 2396/2699/4964 2397/2701/4966 +f 2398/2700/4965 2397/2701/4966 2399/2702/4967 +f 2398/2700/4965 2399/2702/4967 2400/2703/4968 +f 2400/2703/4968 2399/2702/4967 2401/2704/4969 +f 2400/2703/4968 2401/2704/4969 2402/2705/4970 +f 2402/2705/4970 2401/2704/4969 2403/2706/4971 +f 2402/2705/4970 2403/2706/4971 2405/2707/4972 +f 2405/2707/4972 2403/2706/4971 2404/2708/4973 +f 2405/2707/4972 2404/2708/4973 2406/2709/4974 +f 2405/2707/4972 2406/2709/4974 2408/2710/4975 +f 2408/2710/4975 2406/2709/4974 2407/2711/4976 +f 2408/2710/4975 2407/2711/4976 2409/2712/4977 +f 2409/2712/4977 2407/2711/4976 2410/2713/4978 +f 2409/2712/4977 2410/2713/4978 2413/2714/4979 +f 2413/2714/4979 2410/2713/4978 2411/2715/4980 +f 2413/2714/4979 2411/2715/4980 2412/2716/4981 +f 2413/2714/4979 2412/2716/4981 2414/2717/4982 +f 2413/2714/4979 2414/2717/4982 2384/2686/4951 +f 2384/2686/4951 2414/2717/4982 2385/2687/4952 +f 2387/2688/4953 2386/2689/4954 2415/2718/4983 +f 2415/2718/4983 2386/2689/4954 2416/2719/4984 +f 2415/2718/4983 2416/2719/4984 2417/2720/4985 +f 2417/2720/4985 2416/2719/4984 2418/2721/4986 +f 2417/2720/4985 2418/2721/4986 2419/2722/4987 +f 2418/2721/4986 2420/2723/4988 2419/2722/4987 +f 2419/2722/4987 2420/2723/4988 2421/2724/4989 +f 2419/2722/4987 2421/2724/4989 2423/2725/4990 +f 2423/2725/4990 2421/2724/4989 2422/2726/4991 +f 2423/2725/4990 2422/2726/4991 2424/2727/4992 +f 2423/2725/4990 2424/2727/4992 2426/2728/4993 +f 2426/2728/4993 2424/2727/4992 2425/2729/4994 +f 2426/2728/4993 2425/2729/4994 2427/2730/4995 +f 2426/2728/4993 2427/2730/4995 2428/2731/4996 +f 2428/2731/4996 2427/2730/4995 2429/2732/4997 +f 2428/2731/4996 2429/2732/4997 2430/2733/4998 +f 2430/2733/4998 2429/2732/4997 2431/2734/4999 +f 2430/2733/4998 2431/2734/4999 2433/2735/5000 +f 2433/2735/5000 2431/2734/4999 2432/2736/5001 +f 2433/2735/5000 2432/2736/5001 2434/2737/5002 +f 2433/2735/5000 2434/2737/5002 2436/2738/5003 +f 2436/2738/5003 2434/2737/5002 2435/2739/5004 +f 2436/2738/5003 2435/2739/5004 2437/2740/5005 +f 2437/2740/5005 2435/2739/5004 2438/2741/5006 +f 2437/2740/5005 2438/2741/5006 2440/2742/5007 +f 2440/2742/5007 2438/2741/5006 2439/2743/5008 +f 2440/2742/5007 2439/2743/5008 2441/2744/5009 +f 2440/2742/5007 2441/2744/5009 2442/2745/5010 +f 2442/2745/5010 2441/2744/5009 3565/2746/5011 +f 2442/2745/5010 3565/2746/5011 2443/2747/5012 +f 2443/2747/5012 3565/2746/5011 3567/2748/5013 +f 2443/2747/5012 3567/2748/5013 2444/2749/5014 +f 2444/2749/5014 3567/2748/5013 2445/2750/5015 +f 2444/2749/5014 2445/2750/5015 2447/2751/5016 +f 2447/2751/5016 2445/2750/5015 2446/2752/5017 +f 2446/2752/5017 2448/2753/5018 2447/2751/5016 +f 2447/2751/5016 2448/2753/5018 2449/2754/5019 +f 2447/2751/5016 2449/2754/5019 2450/2755/5020 +f 2450/2755/5020 2449/2754/5019 2451/2756/5021 +f 2450/2755/5020 2451/2756/5021 2453/2757/5022 +f 2453/2757/5022 2451/2756/5021 2452/2758/5023 +f 2453/2757/5022 2452/2758/5023 2454/2759/5024 +f 2454/2759/5024 2452/2758/5023 2455/2760/5025 +f 2454/2759/5024 2455/2760/5025 2456/2761/5026 +f 2456/2761/5026 2455/2760/5025 2457/2762/5027 +f 2456/2761/5026 2457/2762/5027 2458/2763/5028 +f 2459/2764/5029 2460/2765/5030 2462/2766/5031 +f 2462/2766/5031 2460/2765/5030 2461/2767/5032 +f 2458/2763/5028 2457/2762/5027 2463/2768/5033 +f 2458/2763/5028 2463/2768/5033 2464/2769/5034 +f 2464/2769/5034 2463/2768/5033 2465/2770/5035 +f 2464/2769/5034 2465/2770/5035 2467/2771/5036 +f 2467/2771/5036 2465/2770/5035 2466/2772/5037 +f 2467/2771/5036 2466/2772/5037 2468/2773/5038 +f 2468/2773/5038 2466/2772/5037 2469/2774/5039 +f 2468/2773/5038 2469/2774/5039 2470/2775/5040 +f 2470/2775/5040 2469/2774/5039 2471/2776/5041 +f 2470/2775/5040 2471/2776/5041 2472/2777/5042 +f 2472/2777/5042 2471/2776/5041 2473/2778/5043 +f 2472/2777/5042 2473/2778/5043 2475/2779/5044 +f 2475/2779/5044 2473/2778/5043 2474/2780/5045 +f 2475/2779/5044 2474/2780/5045 2476/2781/5046 +f 2475/2779/5044 2476/2781/5046 2478/2782/5047 +f 2478/2782/5047 2476/2781/5046 2477/2783/5048 +f 2478/2782/5047 2477/2783/5048 2479/2784/5049 +f 2479/2784/5049 2477/2783/5048 2480/2785/5050 +f 2479/2784/5049 2480/2785/5050 2481/2786/5051 +f 2481/2786/5051 2480/2785/5050 2482/2787/5052 +f 2481/2786/5051 2482/2787/5052 2483/2788/5053 +f 2483/2788/5053 2482/2787/5052 2484/2789/5054 +f 2483/2788/5053 2484/2789/5054 2485/2790/5055 +f 2485/2790/5055 2484/2789/5054 2486/2791/5056 +f 2485/2790/5055 2486/2791/5056 2488/2792/5057 +f 2488/2792/5057 2486/2791/5056 2487/2793/5058 +f 2488/2792/5057 2487/2793/5058 2490/2794/5059 +f 2490/2794/5059 2487/2793/5058 2489/2795/5060 +f 2490/2794/5059 2489/2795/5060 2491/2796/5061 +f 2490/2794/5059 2491/2796/5061 2459/2764/5029 +f 2459/2764/5029 2491/2796/5061 2460/2765/5030 +f 2462/2766/5031 2461/2767/5032 2493/2797/5062 +f 2493/2797/5062 2461/2767/5032 2492/2798/5063 +f 2493/2797/5062 2492/2798/5063 2494/2799/5064 +f 2493/2797/5062 2494/2799/5064 2495/2800/5065 +f 2494/2799/5064 2496/2801/5066 2495/2800/5065 +f 2495/2800/5065 2496/2801/5066 2497/2802/5067 +f 2495/2800/5065 2497/2802/5067 2498/2803/5068 +f 2498/2803/5068 2497/2802/5067 2499/2804/5069 +f 2499/2804/5069 2497/2802/5067 2500/2805/5070 +f 2499/2804/5069 2500/2805/5070 2502/2806/5071 +f 2502/2806/5071 2500/2805/5070 2501/2807/5072 +f 2502/2806/5071 2501/2807/5072 2503/2808/5073 +f 2503/2808/5073 2501/2807/5072 2504/2809/5074 +f 2503/2808/5073 2504/2809/5074 2505/2810/5075 +f 2505/2810/5075 2504/2809/5074 2506/2811/5076 +f 2506/2811/5076 2504/2809/5074 2507/2812/5077 +f 2506/2811/5076 2507/2812/5077 2508/2813/5078 +f 2508/2813/5078 2507/2812/5077 2509/2814/5079 +f 2508/2813/5078 2509/2814/5079 2510/2815/5080 +f 2510/2815/5080 2509/2814/5079 2511/2816/5081 +f 2510/2815/5080 2511/2816/5081 2513/2817/5082 +f 2513/2817/5082 2511/2816/5081 2512/2818/5083 +f 2513/2817/5082 2512/2818/5083 2514/2819/5084 +f 2514/2819/5084 2512/2818/5083 2515/2820/5085 +f 2514/2819/5084 2515/2820/5085 2517/2821/5086 +f 2517/2821/5086 2515/2820/5085 2516/2822/5087 +f 2517/2821/5086 2516/2822/5087 2518/2823/5088 +f 2517/2821/5086 2518/2823/5088 2520/2824/5089 +f 2520/2824/5089 2518/2823/5088 2519/2825/5090 +f 2520/2824/5089 2519/2825/5090 2521/2826/5091 +f 2520/2824/5089 2521/2826/5091 2523/2827/5092 +f 2523/2827/5092 2521/2826/5091 2522/2828/5093 +f 2523/2827/5092 2522/2828/5093 2524/2829/5094 +f 2524/2829/5094 2522/2828/5093 2525/2830/5095 +f 2524/2829/5094 2525/2830/5095 2527/2831/5096 +f 2527/2831/5096 2525/2830/5095 2526/2832/5097 +f 2527/2831/5096 2526/2832/5097 2528/2833/5098 +f 2527/2831/5096 2528/2833/5098 2529/2834/5099 +f 2529/2834/5099 2528/2833/5098 2530/2835/5100 +f 2529/2834/5099 2530/2835/5100 2532/2836/5101 +f 2532/2836/5101 2530/2835/5100 2531/2837/5102 +f 2532/2836/5101 2531/2837/5102 2533/2838/5103 +f 2533/2838/5103 2531/2837/5102 2534/2839/5104 +f 2533/2838/5103 2534/2839/5104 2535/2840/5105 +f 2535/2840/5105 2534/2839/5104 2536/2841/5106 +f 2535/2840/5105 2536/2841/5106 2537/2842/5107 +f 2538/2843/5108 2539/2844/5109 2540/2845/5110 +f 2537/2842/5107 2536/2841/5106 2541/2846/5111 +f 2537/2842/5107 2541/2846/5111 2543/2847/5112 +f 2543/2847/5112 2541/2846/5111 2542/2848/5113 +f 2543/2847/5112 2542/2848/5113 2544/2849/5114 +f 2543/2847/5112 2544/2849/5114 2546/2850/5115 +f 2546/2850/5115 2544/2849/5114 2545/2851/5116 +f 2546/2850/5115 2545/2851/5116 2547/2852/5117 +f 2546/2850/5115 2547/2852/5117 2548/2853/5118 +f 2548/2853/5118 2547/2852/5117 2549/2854/5119 +f 2548/2853/5118 2549/2854/5119 2550/2855/5120 +f 2550/2855/5120 2549/2854/5119 2551/2856/5121 +f 2550/2855/5120 2551/2856/5121 2553/2857/5122 +f 2553/2857/5122 2551/2856/5121 2552/2858/5123 +f 2553/2857/5122 2552/2858/5123 2555/2859/5124 +f 2555/2859/5124 2552/2858/5123 2554/2860/5125 +f 2555/2859/5124 2554/2860/5125 2556/2861/5126 +f 2556/2861/5126 2554/2860/5125 2557/2862/5127 +f 2556/2861/5126 2557/2862/5127 2559/2863/5128 +f 2559/2863/5128 2557/2862/5127 2558/2864/5129 +f 2559/2863/5128 2558/2864/5129 2560/2865/5130 +f 2559/2863/5128 2560/2865/5130 2561/2866/5131 +f 2561/2866/5131 2560/2865/5130 3608/2867/5132 +f 2561/2866/5131 3608/2867/5132 2563/2868/5133 +f 2563/2868/5133 3608/2867/5132 2562/2869/5134 +f 2563/2868/5133 2562/2869/5134 2564/2870/5135 +f 2564/2870/5135 2562/2869/5134 2565/2871/5136 +f 2564/2870/5135 2565/2871/5136 2566/2872/5137 +f 2566/2872/5137 2565/2871/5136 2567/2873/5138 +f 2566/2872/5137 2567/2873/5138 2538/2843/5108 +f 2538/2843/5108 2567/2873/5138 2539/2844/5109 +f 2540/2845/5110 2539/2844/5109 2569/2874/5139 +f 2569/2874/5139 2539/2844/5109 2568/2875/5140 +f 2569/2874/5139 2568/2875/5140 2570/2876/5141 +f 2569/2874/5139 2570/2876/5141 2571/2877/5142 +f 2571/2877/5142 2570/2876/5141 2572/2878/5143 +f 2571/2877/5142 2572/2878/5143 2573/2879/5144 +f 2573/2879/5144 2572/2878/5143 2574/2880/5145 +f 2574/2880/5145 2572/2878/5143 2575/2881/5146 +f 2574/2880/5145 2575/2881/5146 3193/2690/4955 +f 3193/2690/4955 2575/2881/5146 2576/2882/5147 +f 3193/2690/4955 2576/2882/5147 2388/2691/4956 +s 122 +f 2577/2883/5148 2585/2884/5149 2578/2885/5150 +f 2578/2885/5150 2585/2884/5149 2579/2886/5151 +f 2579/2886/5151 2585/2884/5149 2580/2887/5152 +f 2581/2888/5153 2590/2889/5154 2582/2890/5155 +f 2582/2890/5155 2590/2889/5154 2583/2891/5156 +f 2582/2890/5155 2583/2891/5156 2584/2892/5157 +f 2584/2892/5157 2583/2891/5156 2577/2883/5148 +f 2577/2883/5148 2583/2891/5156 2585/2884/5149 +f 2586/2893/5158 2587/2894/5159 2588/2895/5160 +f 2588/2895/5160 2587/2894/5159 2589/2896/5161 +f 2589/2896/5161 2587/2894/5159 2581/2888/5153 +f 2581/2888/5153 2587/2894/5159 2590/2889/5154 +f 2585/2884/5149 2591/2897/5162 2580/2887/5152 +f 2580/2887/5152 2591/2897/5162 2592/2898/5163 +f 2592/2898/5163 2591/2897/5162 2593/2899/5164 +f 2593/2899/5164 2591/2897/5162 2594/2900/5165 +f 2595/2901/5166 2603/2902/5167 2596/2903/5168 +f 2596/2903/5168 2603/2902/5167 2597/2904/5169 +f 2596/2903/5168 2597/2904/5169 2598/2905/5170 +f 2598/2905/5170 2597/2904/5169 2599/2906/5171 +f 2591/2897/5162 2600/2907/5172 2594/2900/5165 +f 2594/2900/5165 2600/2907/5172 2601/2908/5173 +f 2601/2908/5173 2600/2907/5172 2602/2909/5174 +f 2602/2909/5174 2600/2907/5172 2603/2902/5167 +f 2602/2909/5174 2603/2902/5167 2595/2901/5166 +f 2604/2910/5175 2616/2911/5176 2605/2912/5177 +f 2605/2912/5177 2616/2911/5176 2606/2913/5178 +f 2606/2913/5178 2616/2911/5176 2586/2893/5158 +f 2586/2893/5158 2616/2911/5176 2587/2894/5159 +f 2607/2914/5179 2608/2915/5180 2609/2916/5181 +f 2609/2916/5181 2608/2915/5180 2610/2917/5182 +f 2610/2917/5182 2608/2915/5180 2611/2918/5183 +f 2608/2915/5180 2612/2919/5184 2611/2918/5183 +f 2611/2918/5183 2612/2919/5184 2613/2920/5185 +f 2613/2920/5185 2612/2919/5184 2614/2921/5186 +f 2614/2921/5186 2612/2919/5184 2615/2922/5187 +f 2615/2922/5187 2612/2919/5184 2604/2910/5175 +f 2604/2910/5175 2612/2919/5184 2616/2911/5176 +f 2617/2923/5188 2626/2924/5189 2618/2925/5190 +f 2618/2925/5190 2626/2924/5189 2619/2926/5191 +f 2618/2925/5190 2619/2926/5191 2620/2927/5192 +f 2620/2927/5192 2619/2926/5191 2607/2914/5179 +f 2607/2914/5179 2619/2926/5191 2608/2915/5180 +f 2599/2906/5171 2597/2904/5169 2621/2928/5193 +f 2621/2928/5193 2597/2904/5169 2622/2929/5194 +f 2622/2929/5194 2597/2904/5169 2623/2930/5195 +f 2622/2929/5194 2623/2930/5195 2624/2931/5196 +f 2624/2931/5196 2623/2930/5195 2625/2932/5197 +f 2625/2932/5197 2623/2930/5195 2626/2924/5189 +f 2625/2932/5197 2626/2924/5189 2627/2933/5198 +f 2627/2933/5198 2626/2924/5189 2617/2923/5188 +f 2628/2934/5199 2647/2935/5200 2629/2936/5201 +f 2629/2936/5201 2647/2935/5200 2630/2937/5202 +f 2629/2936/5201 2630/2937/5202 2631/2938/5203 +f 2631/2938/5203 2630/2937/5202 2632/2939/5204 +f 2632/2939/5204 2630/2937/5202 2633/2940/5205 +f 2632/2939/5204 2633/2940/5205 2634/2941/5206 +f 2634/2941/5206 2633/2940/5205 2635/2942/5207 +f 2634/2941/5206 2635/2942/5207 2636/2943/5208 +f 2636/2943/5208 2635/2942/5207 2637/2944/5209 +f 2638/2945/5210 2657/2946/5211 2639/2947/5212 +f 2639/2947/5212 2657/2946/5211 2640/2948/5213 +f 2639/2947/5212 2640/2948/5213 2641/2949/5214 +f 2641/2949/5214 2640/2948/5213 2642/2950/5215 +f 2642/2950/5215 2640/2948/5213 2643/2951/5216 +f 2642/2950/5215 2643/2951/5216 2644/2952/5217 +f 2644/2952/5217 2643/2951/5216 2645/2953/5218 +f 2644/2952/5217 2645/2953/5218 2646/2954/5219 +f 2646/2954/5219 2645/2953/5218 2628/2934/5199 +f 2628/2934/5199 2645/2953/5218 2647/2935/5200 +f 2648/2955/5220 2667/2956/5221 2649/2957/5222 +f 2649/2957/5222 2667/2956/5221 2650/2958/5223 +f 2649/2957/5222 2650/2958/5223 2651/2959/5224 +f 2651/2959/5224 2650/2958/5223 2652/2960/5225 +f 2652/2960/5225 2650/2958/5223 2653/2961/5226 +f 2652/2960/5225 2653/2961/5226 2654/2962/5227 +f 2654/2962/5227 2653/2961/5226 2655/2963/5228 +f 2654/2962/5227 2655/2963/5228 2656/2964/5229 +f 2656/2964/5229 2655/2963/5228 2638/2945/5210 +f 2638/2945/5210 2655/2963/5228 2657/2946/5211 +f 2658/2965/5230 2677/2966/5231 2659/2967/5232 +f 2659/2967/5232 2677/2966/5231 2660/2968/5233 +f 2659/2967/5232 2660/2968/5233 2661/2969/5234 +f 2661/2969/5234 2660/2968/5233 2662/2970/5235 +f 2662/2970/5235 2660/2968/5233 2663/2971/5236 +f 2662/2970/5235 2663/2971/5236 2664/2972/5237 +f 2664/2972/5237 2663/2971/5236 2665/2973/5238 +f 2664/2972/5237 2665/2973/5238 2666/2974/5239 +f 2666/2974/5239 2665/2973/5238 2648/2955/5220 +f 2648/2955/5220 2665/2973/5238 2667/2956/5221 +f 2668/2975/5240 2690/2976/5241 2669/2977/5242 +f 2669/2977/5242 2690/2976/5241 2670/2978/5243 +f 2669/2977/5242 2670/2978/5243 2671/2979/5244 +f 2671/2979/5244 2670/2978/5243 2672/2980/5245 +f 2672/2980/5245 2670/2978/5243 2673/2981/5246 +f 2672/2980/5245 2673/2981/5246 2674/2982/5247 +f 2674/2982/5247 2673/2981/5246 2675/2983/5248 +f 2674/2982/5247 2675/2983/5248 2676/2984/5249 +f 2676/2984/5249 2675/2983/5248 2658/2965/5230 +f 2658/2965/5230 2675/2983/5248 2677/2966/5231 +f 2678/2985/5250 2700/2986/5251 2679/2987/5252 +f 2679/2987/5252 2700/2986/5251 2680/2988/5253 +f 2679/2987/5252 2680/2988/5253 2681/2989/5254 +f 2681/2989/5254 2680/2988/5253 2682/2990/5255 +f 2682/2990/5255 2680/2988/5253 2683/2991/5256 +f 2682/2990/5255 2683/2991/5256 2684/2992/5257 +f 2684/2992/5257 2683/2991/5256 2685/2993/5258 +f 2685/2993/5258 2683/2991/5256 2686/2994/5259 +f 2685/2993/5258 2686/2994/5259 2687/2995/5260 +f 2687/2995/5260 2686/2994/5259 2688/2996/5261 +f 2687/2995/5260 2688/2996/5261 2689/2997/5262 +f 2689/2997/5262 2688/2996/5261 2668/2975/5240 +f 2668/2975/5240 2688/2996/5261 2690/2976/5241 +f 2691/2998/5263 2710/2999/5264 2692/3000/5265 +f 2692/3000/5265 2710/2999/5264 2693/3001/5266 +f 2692/3000/5265 2693/3001/5266 2694/3002/5267 +f 2694/3002/5267 2693/3001/5266 2695/3003/5268 +f 2695/3003/5268 2693/3001/5266 2696/3004/5269 +f 2695/3003/5268 2696/3004/5269 2697/3005/5270 +f 2697/3005/5270 2696/3004/5269 2698/3006/5271 +f 2698/3006/5271 2696/3004/5269 2699/3007/5272 +f 2698/3006/5271 2699/3007/5272 2678/2985/5250 +f 2678/2985/5250 2699/3007/5272 2700/2986/5251 +f 2701/3008/5273 2720/3009/5274 2702/3010/5275 +f 2702/3010/5275 2720/3009/5274 2703/3011/5276 +f 2702/3010/5275 2703/3011/5276 2704/3012/5277 +f 2704/3012/5277 2703/3011/5276 2705/3013/5278 +f 2705/3013/5278 2703/3011/5276 2706/3014/5279 +f 2705/3013/5278 2706/3014/5279 2707/3015/5280 +f 2707/3015/5280 2706/3014/5279 2708/3016/5281 +f 2708/3016/5281 2706/3014/5279 2709/3017/5282 +f 2708/3016/5281 2709/3017/5282 2691/2998/5263 +f 2691/2998/5263 2709/3017/5282 2710/2999/5264 +f 2711/3018/5283 2730/3019/5284 2712/3020/5285 +f 2712/3020/5285 2730/3019/5284 2713/3021/5286 +f 2712/3020/5285 2713/3021/5286 2714/3022/5287 +f 2714/3022/5287 2713/3021/5286 2715/3023/5288 +f 2715/3023/5288 2713/3021/5286 2716/3024/5289 +f 2715/3023/5288 2716/3024/5289 2717/3025/5290 +f 2717/3025/5290 2716/3024/5289 2718/3026/5291 +f 2718/3026/5291 2716/3024/5289 2719/3027/5292 +f 2718/3026/5291 2719/3027/5292 2701/3008/5273 +f 2701/3008/5273 2719/3027/5292 2720/3009/5274 +f 2721/3028/5293 2740/3029/5294 2722/3030/5295 +f 2722/3030/5295 2740/3029/5294 2723/3031/5296 +f 2722/3030/5295 2723/3031/5296 2724/3032/5297 +f 2724/3032/5297 2723/3031/5296 2725/3033/5298 +f 2725/3033/5298 2723/3031/5296 2726/3034/5299 +f 2725/3033/5298 2726/3034/5299 2727/3035/5300 +f 2727/3035/5300 2726/3034/5299 2728/3036/5301 +f 2728/3036/5301 2726/3034/5299 2729/3037/5302 +f 2728/3036/5301 2729/3037/5302 2711/3018/5283 +f 2711/3018/5283 2729/3037/5302 2730/3019/5284 +f 2731/3038/5303 2750/3039/5304 2732/3040/5305 +f 2732/3040/5305 2750/3039/5304 2733/3041/5306 +f 2732/3040/5305 2733/3041/5306 2734/3042/5307 +f 2734/3042/5307 2733/3041/5306 2735/3043/5308 +f 2735/3043/5308 2733/3041/5306 2736/3044/5309 +f 2735/3043/5308 2736/3044/5309 2737/3045/5310 +f 2737/3045/5310 2736/3044/5309 2738/3046/5311 +f 2738/3046/5311 2736/3044/5309 2739/3047/5312 +f 2738/3046/5311 2739/3047/5312 2721/3028/5293 +f 2721/3028/5293 2739/3047/5312 2740/3029/5294 +f 2635/2942/5207 2741/3048/5313 2637/2944/5209 +f 2637/2944/5209 2741/3048/5313 2742/3049/5314 +f 2742/3049/5314 2741/3048/5313 2743/3050/5315 +f 2742/3049/5314 2743/3050/5315 2744/3051/5316 +f 2744/3051/5316 2743/3050/5315 2745/3052/5317 +f 2745/3052/5317 2743/3050/5315 2746/3053/5318 +f 2745/3052/5317 2746/3053/5318 2747/3054/5319 +f 2747/3054/5319 2746/3053/5318 2748/3055/5320 +f 2748/3055/5320 2746/3053/5318 2749/3056/5321 +f 2748/3055/5320 2749/3056/5321 2731/3038/5303 +f 2731/3038/5303 2749/3056/5321 2750/3039/5304 +s 262 +f 1596/1815/4727 1603/1812/5322 2751/3057/5323 +f 2268/2562/4708 2753/2563/4710 2752/3058/5324 +f 2268/2562/4708 2752/3058/5324 1789/2017/4706 +f 1596/1815/4727 2751/3057/5323 2277/2572/4728 +f 2277/2572/4728 2751/3057/5323 2275/2571/4725 +f 2276/2570/4723 2754/3059/5325 2274/2569/4721 +f 2274/2569/4721 2754/3059/5325 2755/3060/5326 +f 2274/2569/4721 2755/3060/5326 2273/2568/4719 +f 2273/2568/4719 2755/3060/5326 2272/2567/4717 +f 2272/2567/4717 2756/3061/5327 2271/2566/4715 +f 2271/2566/4715 2756/3061/5327 2269/2564/4713 +f 2269/2564/4713 2757/3062/5328 2270/2565/4714 +f 2270/2565/4714 2757/3062/5328 2753/2563/4710 +f 2752/3058/5324 1791/2019/5329 1789/2017/4706 +f 2751/3057/5323 2758/3063/5330 2275/2571/4725 +f 2275/2571/4725 2758/3063/5330 2759/3064/5331 +f 2275/2571/4725 2759/3064/5331 2276/2570/4723 +f 2276/2570/4723 2759/3064/5331 2754/3059/5325 +f 2755/3060/5326 2760/3065/5332 2272/2567/4717 +f 2272/2567/4717 2760/3065/5332 2756/3061/5327 +f 2756/3061/5327 2761/3066/5333 2269/2564/4713 +f 2269/2564/4713 2761/3066/5333 2757/3062/5328 +f 2757/3062/5328 2762/3067/5334 2753/2563/4710 +f 2753/2563/4710 2762/3067/5334 2752/3058/5324 +f 2762/3067/5334 1792/2020/5335 2752/3058/5324 +f 2752/3058/5324 1792/2020/5335 1791/2019/5329 +f 2751/3057/5323 1603/1812/5322 2758/3063/5330 +f 2759/3064/5336 2763/3068/5337 2754/3059/5338 +f 2754/3059/5338 2763/3068/5337 2765/3069/5339 +f 2754/3059/5338 2765/3069/5339 2755/3060/5340 +f 2755/3060/5340 2765/3069/5339 2760/3065/5332 +f 2760/3065/5332 2766/3070/5341 2756/3061/5327 +f 2756/3061/5327 2766/3070/5341 2761/3066/5333 +f 2761/3066/5333 2767/3071/5342 2757/3062/5328 +f 2757/3062/5328 2767/3071/5342 2762/3067/5343 +f 2762/3067/5343 1794/2021/5344 1792/2020/5345 +f 1603/1812/5322 1602/1822/5346 2764/3072/5347 +f 1603/1812/5322 2764/3072/5347 2758/3063/5330 +f 2758/3063/5330 2764/3072/5347 2759/3064/5336 +f 2759/3064/5336 2764/3072/5347 2763/3068/5337 +f 2760/3065/5332 2765/3069/5339 2766/3070/5341 +f 2761/3066/5333 2766/3070/5341 2767/3071/5342 +f 2762/3067/5343 2767/3071/5342 1794/2021/5344 +f 2764/3072/5347 2768/3073/5348 2763/3068/5337 +f 2763/3068/5337 2768/3073/5348 2765/3069/5349 +f 2765/3069/5349 2296/2590/4763 2766/3070/5350 +f 2766/3070/5350 2292/2585/4756 2767/3071/5351 +f 1602/1822/5346 2289/1820/4752 2764/3072/5347 +f 2764/3072/5347 2289/1820/4752 2291/2584/4754 +f 2764/3072/5347 2291/2584/4754 2768/3073/5348 +f 2768/3073/5348 2295/2589/4762 2765/3069/5349 +f 2765/3069/5349 2295/2589/4762 2296/2590/4763 +f 2766/3070/5350 2296/2590/4763 2292/2585/4756 +f 2767/3071/5351 2292/2585/4756 1794/2021/5352 +f 2291/2584/4754 2293/2587/4760 2768/3073/5348 +f 2768/3073/5348 2293/2587/4760 2294/2588/4761 +f 2768/3073/5348 2294/2588/4761 2295/2589/4762 +f 2292/2585/4756 1795/2023/4755 1794/2021/5352 +f 2769/3074/5353 1783/2012/5354 1798/2010/4757 +f 1783/2012/5354 2769/3074/5353 1785/2014/5355 +f 1786/1965/4751 1785/2014/5356 2770/3075/5357 +f 2288/2583/4749 1786/1965/4751 2770/3075/5357 +f 1608/1827/5358 1606/1825/4729 2771/3076/5359 +f 1608/1827/5358 2771/3076/5359 2772/3077/5360 +f 2772/3077/5360 1609/1828/5361 1608/1827/5358 +f 2773/1829/5362 2290/2586/4759 1612/1832/4758 +f 2774/3078/5363 2290/2586/4759 2773/1829/5362 +f 2774/3078/5363 2773/1829/5362 1609/1828/5361 +f 2774/3078/5363 1609/1828/5361 2772/3077/5360 +f 2775/3079/5364 2290/2586/4759 2774/3078/5363 +f 2775/3079/5364 2774/3078/5363 2776/3080/5365 +f 2776/3080/5365 2774/3078/5363 2772/3077/5360 +f 2776/3080/5365 2772/3077/5360 2777/3081/5366 +f 2777/3081/5366 2772/3077/5360 2778/3082/5367 +f 2778/3082/5367 2772/3077/5360 2771/3076/5359 +f 2779/3083/5368 2775/3079/5364 2776/3080/5365 +f 2779/3083/5368 2776/3080/5365 2780/3084/5369 +f 2780/3084/5369 2776/3080/5365 2777/3081/5366 +f 2780/3084/5369 2777/3081/5366 2781/3085/5370 +f 2781/3085/5370 2777/3081/5366 2778/3082/5367 +f 2781/3085/5370 2778/3082/5367 2279/2575/4735 +f 2784/3086/5371 2782/3087/5372 2783/3088/5373 +f 2784/3086/5371 2783/3088/5373 2786/3089/5374 +f 2786/3089/5374 2783/3088/5373 2785/3090/5375 +f 2786/3089/5374 2785/3090/5375 2788/3091/5376 +f 2788/3091/5376 2785/3090/5375 2787/3092/5377 +f 2788/3091/5376 2787/3092/5377 2287/2582/4748 +f 2287/2582/4748 2787/3092/5377 2285/2580/4745 +f 2789/3093/5378 2286/2581/4747 2288/2583/4749 +f 2789/3093/5378 2288/2583/4749 2770/3075/5357 +f 2789/3093/5378 2770/3075/5379 1785/2014/5355 +f 2789/3093/5378 1785/2014/5355 2790/3094/5380 +f 2790/3094/5380 1785/2014/5355 2791/3095/5381 +f 2791/3095/5381 1785/2014/5355 2769/3074/5353 +f 2297/2591/4764 2769/3074/5353 1798/2010/4757 +f 2769/3074/5353 2297/2591/4764 2782/3087/5372 +f 2769/3074/5353 2782/3087/5372 2791/3095/5381 +f 2791/3095/5381 2782/3087/5372 2784/3086/5371 +f 2791/3095/5381 2784/3086/5371 2790/3094/5380 +f 2790/3094/5380 2784/3086/5371 2786/3089/5374 +f 2790/3094/5380 2786/3089/5374 2789/3093/5378 +f 2789/3093/5378 2786/3089/5374 2788/3091/5376 +f 2789/3093/5378 2788/3091/5376 2287/2582/4748 +f 2789/3093/5378 2287/2582/4748 2286/2581/4747 +f 2792/3096/5382 2284/2579/4743 2285/2580/4745 +f 2792/3096/5382 2285/2580/4745 2787/3092/5377 +f 2792/3096/5382 2787/3092/5377 2785/3090/5375 +f 2792/3096/5382 2785/3090/5375 2793/3097/5383 +f 2793/3097/5383 2785/3090/5375 2783/3088/5373 +f 2793/3097/5383 2783/3088/5373 2794/3098/5384 +f 2794/3098/5384 2783/3088/5373 2782/3087/5372 +f 2794/3098/5384 2782/3087/5372 2795/3099/5385 +f 2795/3099/5385 2782/3087/5372 2297/2591/4764 +f 2282/2578/4741 2284/2579/4743 2792/3096/5382 +f 2282/2578/4741 2792/3096/5382 2796/3100/5386 +f 2796/3100/5386 2792/3096/5382 2797/3101/5387 +f 2797/3101/5387 2792/3096/5382 2793/3097/5383 +f 2797/3101/5387 2793/3097/5383 2798/3102/5388 +f 2798/3102/5388 2793/3097/5383 2794/3098/5384 +f 2798/3102/5388 2794/3098/5384 2795/3099/5385 +f 2298/2592/4765 2795/3099/5385 2297/2591/4764 +f 2283/2577/4739 2282/2578/4741 2799/3103/5389 +f 2799/3103/5389 2282/2578/4741 2796/3100/5386 +f 2799/3103/5389 2796/3100/5386 2800/3104/5390 +f 2800/3104/5390 2796/3100/5386 2797/3101/5387 +f 2800/3104/5390 2797/3101/5387 2801/3105/5391 +f 2801/3105/5391 2797/3101/5387 2798/3102/5388 +f 2801/3105/5391 2798/3102/5388 2795/3099/5385 +f 2802/3106/5392 2281/2574/4734 2283/2577/4739 +f 2802/3106/5392 2283/2577/4739 2799/3103/5389 +f 2802/3106/5392 2799/3103/5389 2803/3107/5393 +f 2803/3107/5393 2799/3103/5389 2800/3104/5390 +f 2803/3107/5393 2800/3104/5390 2804/3108/5394 +f 2804/3108/5394 2800/3104/5390 2801/3105/5391 +f 2804/3108/5394 2801/3105/5391 2795/3099/5385 +f 2804/3108/5394 2795/3099/5385 2298/2592/4765 +f 2298/2592/4765 2290/2586/4759 2804/3108/5394 +f 2804/3108/5394 2290/2586/4759 2775/3079/5364 +f 2804/3108/5394 2775/3079/5364 2779/3083/5368 +f 2804/3108/5394 2779/3083/5368 2803/3107/5393 +f 2803/3107/5393 2779/3083/5368 2780/3084/5369 +f 2803/3107/5393 2780/3084/5369 2802/3106/5392 +f 2802/3106/5392 2780/3084/5369 2781/3085/5370 +f 2802/3106/5392 2781/3085/5370 2279/2575/4735 +f 2802/3106/5392 2279/2575/4735 2281/2574/4734 +f 2778/3082/5367 2771/3076/5359 2280/2576/4737 +f 2778/3082/5367 2280/2576/4737 2279/2575/4735 +f 2771/3076/5359 1606/1825/4729 2278/2573/4731 +f 2771/3076/5359 2278/2573/4731 2280/2576/4737 +s 246 +f 2805/3109/5395 1619/1758/4668 1618/1839/5396 +f 2238/2532/4648 2809/2533/4650 2806/3110/5397 +f 2238/2532/4648 2806/3110/5397 1776/2003/4646 +f 1619/1758/4668 2805/3109/5395 2247/2542/4666 +f 2247/2542/4666 2805/3109/5395 2246/2541/4664 +f 2244/2539/4662 2810/3111/5398 2245/2540/4663 +f 2245/2540/4663 2810/3111/5398 2811/3112/5399 +f 2245/2540/4663 2811/3112/5399 2242/2538/4660 +f 2242/2538/4660 2811/3112/5399 2243/2537/4658 +f 2243/2537/4658 2812/3113/5400 2241/2536/4656 +f 2241/2536/4656 2812/3113/5400 2240/2535/4654 +f 2240/2535/4654 2813/3114/5401 2239/2534/4652 +f 2239/2534/4652 2813/3114/5401 2809/2533/4650 +f 2806/3110/5397 1778/2005/5402 1776/2003/4646 +f 2805/3109/5395 2814/3115/5403 2246/2541/4664 +f 2246/2541/4664 2814/3115/5403 2815/3116/5404 +f 2246/2541/4664 2815/3116/5404 2244/2539/4662 +f 2244/2539/4662 2815/3116/5404 2810/3111/5398 +f 2811/3112/5399 2816/3117/5405 2243/2537/4658 +f 2243/2537/4658 2816/3117/5405 2812/3113/5400 +f 2812/3113/5400 2817/3118/5406 2240/2535/4654 +f 2240/2535/4654 2817/3118/5406 2813/3114/5401 +f 2813/3114/5401 2818/3119/5407 2809/2533/4650 +f 2809/2533/4650 2818/3119/5407 2806/3110/5397 +f 2818/3119/5407 2807/3120/5408 2806/3110/5397 +f 2806/3110/5397 2807/3120/5408 1778/2005/5402 +f 1618/1839/5409 1617/1838/5410 2805/3109/5395 +f 2805/3109/5395 1617/1838/5410 2814/3115/5403 +f 2807/3120/5408 2808/2006/5411 1778/2005/5402 +f 2815/3116/5412 2819/3121/5413 2810/3111/5414 +f 2810/3111/5414 2819/3121/5413 2821/3122/5415 +f 2810/3111/5414 2821/3122/5415 2811/3112/5416 +f 2811/3112/5416 2821/3122/5415 2816/3117/5405 +f 2816/3117/5405 2822/3123/5417 2812/3113/5400 +f 2812/3113/5400 2822/3123/5417 2817/3118/5406 +f 2817/3118/5406 2823/3124/5418 2813/3114/5401 +f 2813/3114/5401 2823/3124/5418 2818/3119/5419 +f 2818/3119/5407 2808/2006/5411 2807/3120/5408 +f 1617/1838/5410 1616/1835/5420 2820/3125/5421 +f 1617/1838/5410 2820/3125/5421 2814/3115/5403 +f 2814/3115/5403 2820/3125/5421 2815/3116/5412 +f 2815/3116/5412 2820/3125/5421 2819/3121/5413 +f 2816/3117/5405 2821/3122/5415 2822/3123/5417 +f 2817/3118/5406 2822/3123/5417 2823/3124/5418 +f 2818/3119/5419 2823/3124/5418 2808/2006/5422 +f 2820/3125/5421 2824/3126/5423 2819/3121/5413 +f 2819/3121/5413 2824/3126/5423 2821/3122/5424 +f 2821/3122/5424 2265/2560/4704 2822/3123/5425 +f 2822/3123/5425 2261/2557/4697 2823/3124/5418 +f 2823/3124/5418 1779/2007/4696 2808/2006/5422 +f 2820/3125/5421 1616/1835/5420 2264/2559/4703 +f 2820/3125/5421 2264/2559/4703 2824/3126/5423 +f 2824/3126/5423 2259/2554/4692 2821/3122/5424 +f 2821/3122/5424 2259/2554/4692 2265/2560/4704 +f 2822/3123/5425 2265/2560/4704 2261/2557/4697 +f 2823/3124/5418 2261/2557/4697 1779/2007/4696 +f 1616/1835/5420 1614/1834/4701 2264/2559/4703 +f 2264/2559/4703 2263/2558/4699 2824/3126/5423 +f 2824/3126/5423 2263/2558/4699 2260/2555/4693 +f 2824/3126/5423 2260/2555/4693 2259/2554/4692 +f 2827/1996/5426 1769/1995/5427 2826/3127/5428 +f 2266/2000/4698 2825/3128/5429 1766/1991/5430 +f 1769/1995/5427 1766/1991/5430 2825/3128/5429 +f 1770/1968/4689 2827/1996/5426 2257/2552/4690 +f 1628/1849/5431 1626/1847/4669 2248/2543/4671 +f 2828/3129/5432 2829/1841/5433 1628/1849/5431 +f 2829/1841/5433 2830/3130/5434 1622/1842/4700 +f 1622/1842/4700 2830/3130/5434 2831/3131/5435 +f 2262/2556/4694 1622/1842/4700 2831/3131/5435 +f 2828/3129/5432 2830/3130/5434 2829/1841/5433 +f 2832/3132/5436 2262/2556/4694 2831/3131/5435 +f 2832/3132/5436 2831/3131/5435 2830/3130/5434 +f 2832/3132/5436 2830/3130/5434 2833/3133/5437 +f 2833/3133/5437 2830/3130/5434 2828/3129/5432 +f 2833/3133/5437 2828/3129/5432 2834/3134/5438 +f 2834/3134/5438 2828/3129/5432 2835/3135/5439 +f 2836/3136/5440 2832/3132/5436 2833/3133/5437 +f 2836/3136/5440 2833/3133/5437 2837/3137/5441 +f 2837/3137/5441 2833/3133/5437 2834/3134/5438 +f 2837/3137/5441 2834/3134/5438 2838/3138/5442 +f 2838/3138/5442 2834/3134/5438 2835/3135/5439 +f 2838/3138/5442 2835/3135/5439 2250/2545/4675 +f 2266/2000/4698 2267/2561/4705 2839/3139/5443 +f 2841/3140/5444 2839/3139/5443 2840/3141/5445 +f 2841/3140/5444 2840/3141/5445 2843/3142/5446 +f 2843/3142/5446 2840/3141/5445 2842/3143/5447 +f 2843/3142/5446 2842/3143/5447 2845/3144/5448 +f 2845/3144/5448 2842/3143/5447 2844/3145/5449 +f 2845/3144/5448 2844/3145/5449 2256/2551/4687 +f 2256/2551/4687 2844/3145/5449 2255/2550/4685 +f 2846/3146/5450 2258/2553/4691 2257/2552/4690 +f 2846/3146/5450 2257/2552/4690 2827/1996/5426 +f 2846/3146/5450 2827/1996/5426 2847/3147/5451 +f 2847/3147/5451 2827/1996/5426 2826/3127/5428 +f 2847/3147/5451 2826/3127/5428 2848/3148/5452 +f 2848/3148/5452 2826/3127/5428 1769/1995/5427 +f 2848/3148/5452 1769/1995/5427 2825/3128/5429 +f 2825/3128/5429 2266/2000/4698 2839/3139/5443 +f 2825/3128/5429 2839/3139/5443 2848/3148/5452 +f 2848/3148/5452 2839/3139/5443 2841/3140/5444 +f 2848/3148/5452 2841/3140/5444 2847/3147/5451 +f 2847/3147/5451 2841/3140/5444 2843/3142/5446 +f 2847/3147/5451 2843/3142/5446 2846/3146/5450 +f 2846/3146/5450 2843/3142/5446 2845/3144/5448 +f 2846/3146/5450 2845/3144/5448 2256/2551/4687 +f 2846/3146/5450 2256/2551/4687 2258/2553/4691 +f 2254/2548/4681 2253/2549/4683 2849/3149/5453 +f 2849/3149/5453 2253/2549/4683 2255/2550/4685 +f 2849/3149/5453 2255/2550/4685 2844/3145/5449 +f 2849/3149/5453 2844/3145/5449 2850/3150/5454 +f 2850/3150/5454 2844/3145/5449 2842/3143/5447 +f 2850/3150/5454 2842/3143/5447 2851/3151/5455 +f 2851/3151/5455 2842/3143/5447 2840/3141/5445 +f 2851/3151/5455 2840/3141/5445 2852/3152/5456 +f 2852/3152/5456 2840/3141/5445 2839/3139/5443 +f 2852/3152/5456 2839/3139/5443 2267/2561/4705 +f 2254/2548/4681 2849/3149/5453 2853/3153/5457 +f 2853/3153/5457 2849/3149/5453 2854/3154/5458 +f 2854/3154/5458 2849/3149/5453 2850/3150/5454 +f 2854/3154/5458 2850/3150/5454 2855/3155/5459 +f 2855/3155/5459 2850/3150/5454 2851/3151/5455 +f 2855/3155/5459 2851/3151/5455 2852/3152/5456 +f 2252/2547/4679 2254/2548/4681 2856/3156/5460 +f 2856/3156/5460 2254/2548/4681 2853/3153/5457 +f 2856/3156/5460 2853/3153/5457 2857/3157/5461 +f 2857/3157/5461 2853/3153/5457 2854/3154/5458 +f 2857/3157/5461 2854/3154/5458 2858/3158/5462 +f 2858/3158/5462 2854/3154/5458 2855/3155/5459 +f 2858/3158/5462 2855/3155/5459 2859/3159/5463 +f 2859/3159/5463 2855/3155/5459 2852/3152/5456 +f 2859/3159/5463 2852/3152/5456 2262/2556/4694 +f 2262/2556/4694 2852/3152/5456 2267/2561/4705 +f 2860/3160/5464 2251/2546/4677 2252/2547/4679 +f 2860/3160/5464 2252/2547/4679 2856/3156/5460 +f 2860/3160/5464 2856/3156/5460 2861/3161/5465 +f 2861/3161/5465 2856/3156/5460 2857/3157/5461 +f 2861/3161/5465 2857/3157/5461 2862/3162/5466 +f 2862/3162/5466 2857/3157/5461 2858/3158/5462 +f 2862/3162/5466 2858/3158/5462 2859/3159/5463 +f 2859/3159/5463 2262/2556/4694 2832/3132/5436 +f 2859/3159/5463 2832/3132/5436 2862/3162/5466 +f 2862/3162/5466 2832/3132/5436 2836/3136/5440 +f 2862/3162/5466 2836/3136/5440 2861/3161/5465 +f 2861/3161/5465 2836/3136/5440 2837/3137/5441 +f 2861/3161/5465 2837/3137/5441 2860/3160/5464 +f 2860/3160/5464 2837/3137/5441 2838/3138/5442 +f 2860/3160/5464 2838/3138/5442 2250/2545/4675 +f 2860/3160/5464 2250/2545/4675 2251/2546/4677 +f 2828/3129/5432 1628/1849/5431 2248/2543/4671 +f 2828/3129/5432 2248/2543/4671 2835/3135/5439 +f 2835/3135/5439 2248/2543/4671 2249/2544/4673 +f 2835/3135/5439 2249/2544/4673 2250/2545/4675 +s 232 +f 1630/1852/4606 1640/1851/5467 2863/3163/5468 +f 2207/2500/4586 2866/2501/4588 2865/3164/5469 +f 2207/2500/4586 2865/3164/5469 1758/1985/4584 +f 1630/1852/4606 2863/3163/5468 2864/2510/4604 +f 2864/2510/4604 2863/3163/5468 2215/2509/4602 +f 2213/2507/4600 2867/3165/5470 2214/2508/4601 +f 2214/2508/4601 2867/3165/5470 2868/3166/5471 +f 2214/2508/4601 2868/3166/5471 2211/2506/4598 +f 2211/2506/4598 2868/3166/5471 2212/2505/4596 +f 2212/2505/4596 2869/3167/5472 2210/2504/4594 +f 2210/2504/4594 2869/3167/5472 2209/2503/4592 +f 2209/2503/4592 2870/3168/5473 2208/2502/4590 +f 2208/2502/4590 2870/3168/5473 2866/2501/4588 +f 2865/3164/5469 1759/1986/5474 1758/1985/4584 +f 2863/3163/5468 2871/3169/5475 2215/2509/4602 +f 2215/2509/4602 2871/3169/5475 2872/3170/5476 +f 2215/2509/4602 2872/3170/5476 2213/2507/4600 +f 2213/2507/4600 2872/3170/5476 2867/3165/5470 +f 2868/3166/5471 2873/3171/5477 2212/2505/4596 +f 2212/2505/4596 2873/3171/5477 2869/3167/5472 +f 2869/3167/5472 2874/3172/5478 2209/2503/4592 +f 2209/2503/4592 2874/3172/5478 2870/3168/5473 +f 2870/3168/5473 2875/3173/5479 2866/2501/4588 +f 2866/2501/4588 2875/3173/5479 2865/3164/5469 +f 2875/3173/5479 1761/1988/5480 2865/3164/5469 +f 2865/3164/5469 1761/1988/5480 1759/1986/5474 +f 2863/3163/5468 1640/1851/5467 2871/3169/5475 +f 2872/3170/5481 2876/3174/5482 2867/3165/5483 +f 2867/3165/5483 2876/3174/5482 2878/3175/5484 +f 2867/3165/5483 2878/3175/5484 2868/3166/5485 +f 2868/3166/5485 2878/3175/5484 2873/3171/5486 +f 2873/3171/5477 2879/3176/5487 2869/3167/5472 +f 2869/3167/5472 2879/3176/5487 2874/3172/5478 +f 2874/3172/5478 2880/3177/5488 2870/3168/5473 +f 2870/3168/5473 2880/3177/5488 2875/3173/5489 +f 2875/3173/5489 1762/1989/5490 1761/1988/5491 +f 1640/1851/5492 1636/1862/5493 2877/3178/5494 +f 1640/1851/5492 2877/3178/5494 2871/3169/5495 +f 2871/3169/5495 2877/3178/5494 2881/3179/5496 +f 2871/3169/5495 2881/3179/5496 2872/3170/5497 +f 2872/3170/5498 2881/3179/5499 2876/3174/5500 +f 2878/3175/5484 2882/3180/5501 2873/3171/5486 +f 2873/3171/5486 2882/3180/5501 2879/3176/5502 +f 2874/3172/5478 2879/3176/5487 2880/3177/5488 +f 2875/3173/5489 2880/3177/5488 1762/1989/5490 +f 2876/3174/5500 2881/3179/5499 2878/3175/5503 +f 2879/3176/5502 2234/2529/4641 2880/3177/5488 +f 2880/3177/5488 1764/1980/4642 1762/1989/5490 +f 1636/1862/5493 2227/1861/4631 2877/3178/5494 +f 2877/3178/5494 2227/1861/4631 2229/2522/4633 +f 2877/3178/5494 2229/2522/4633 2881/3179/5499 +f 2881/3179/5499 2232/2526/4638 2878/3175/5503 +f 2878/3175/5503 2232/2526/4638 2882/3180/5501 +f 2882/3180/5501 2233/2527/4639 2879/3176/5502 +f 2879/3176/5502 2233/2527/4639 2234/2529/4641 +f 2880/3177/5488 2234/2529/4641 1764/1980/4642 +f 2229/2522/4633 2230/2524/4636 2881/3179/5499 +f 2881/3179/5499 2230/2524/4636 2231/2525/4637 +f 2881/3179/5499 2231/2525/4637 2232/2526/4638 +f 2232/2526/4638 2235/2530/4644 2882/3180/5501 +f 2882/3180/5501 2235/2530/4644 2233/2527/4639 +f 2883/3181/5504 1750/1971/5505 1749/1976/5506 +f 1750/1971/5505 2884/3182/5507 1745/1972/4630 +f 1745/1972/4630 2884/3182/5507 2226/2521/4628 +f 1646/1869/5508 2885/3183/5509 1647/1870/5510 +f 1647/1870/5510 2885/3183/5509 2886/3184/5511 +f 1650/1864/4634 1648/1871/5512 2887/3185/5513 +f 1650/1864/4634 2887/3185/5513 2228/2523/4635 +f 2887/3185/5513 1648/1871/5512 2886/3184/5511 +f 2886/3184/5511 1648/1871/5512 1647/1870/5514 +f 2888/3186/5515 2228/2523/4635 2887/3185/5513 +f 2888/3186/5515 2887/3185/5513 2889/3187/5516 +f 2889/3187/5516 2887/3185/5513 2886/3184/5511 +f 2889/3187/5516 2886/3184/5511 2890/3188/5517 +f 2890/3188/5517 2886/3184/5511 2901/3189/5518 +f 2901/3189/5518 2886/3184/5511 2885/3183/5509 +f 2237/2531/4645 2228/2523/4635 2888/3186/5515 +f 2891/3190/5519 2888/3186/5515 2889/3187/5516 +f 2891/3190/5519 2889/3187/5516 2892/3191/5520 +f 2892/3191/5520 2889/3187/5516 2890/3188/5517 +f 2892/3191/5520 2890/3188/5517 2893/3192/5521 +f 2893/3192/5521 2890/3188/5517 2901/3189/5518 +f 2893/3192/5521 2901/3189/5518 2218/2513/4614 +f 2895/3193/5522 2236/2528/4640 2894/3194/5523 +f 2895/3193/5522 2894/3194/5523 2896/3195/5524 +f 2896/3195/5524 2894/3194/5523 2898/3196/5525 +f 2898/3196/5525 2894/3194/5523 2897/3197/5526 +f 2898/3196/5525 2897/3197/5526 2900/3198/5527 +f 2900/3198/5527 2897/3197/5526 2899/3199/5528 +f 2900/3198/5527 2899/3199/5528 2225/2520/4627 +f 2225/2520/4627 2899/3199/5528 2223/2518/4624 +f 2902/3200/5529 2224/2519/4626 2226/2521/4628 +f 2902/3200/5529 2226/2521/4628 2884/3182/5507 +f 2902/3200/5529 2884/3182/5507 2903/3201/5530 +f 2903/3201/5530 2884/3182/5507 1750/1971/5505 +f 2903/3201/5530 1750/1971/5505 2883/3181/5504 +f 2895/3193/5522 2883/3181/5504 1749/1976/5506 +f 2895/3193/5522 1749/1976/5506 2236/2528/4640 +f 2236/2528/4640 1749/1976/5506 1747/1975/4643 +f 2883/3181/5504 2895/3193/5522 2896/3195/5524 +f 2883/3181/5504 2896/3195/5524 2903/3201/5530 +f 2903/3201/5530 2896/3195/5524 2898/3196/5525 +f 2903/3201/5530 2898/3196/5525 2902/3200/5529 +f 2902/3200/5529 2898/3196/5525 2900/3198/5527 +f 2902/3200/5529 2900/3198/5527 2225/2520/4627 +f 2902/3200/5529 2225/2520/4627 2224/2519/4626 +f 2222/2516/4620 2221/2517/4622 2904/3202/5531 +f 2904/3202/5531 2221/2517/4622 2223/2518/4624 +f 2904/3202/5531 2223/2518/4624 2899/3199/5528 +f 2904/3202/5531 2899/3199/5528 2897/3197/5526 +f 2904/3202/5531 2897/3197/5526 2905/3203/5532 +f 2905/3203/5532 2897/3197/5526 2894/3194/5523 +f 2905/3203/5532 2894/3194/5523 2906/3204/5533 +f 2906/3204/5533 2894/3194/5523 2236/2528/4640 +f 2222/2516/4620 2904/3202/5531 2907/3205/5534 +f 2907/3205/5534 2904/3202/5531 2908/3206/5535 +f 2908/3206/5535 2904/3202/5531 2905/3203/5532 +f 2908/3206/5535 2905/3203/5532 2909/3207/5536 +f 2909/3207/5536 2905/3203/5532 2906/3204/5533 +f 2237/2531/4645 2906/3204/5533 2236/2528/4640 +f 2220/2515/4618 2222/2516/4620 2910/3208/5537 +f 2910/3208/5537 2222/2516/4620 2907/3205/5534 +f 2910/3208/5537 2907/3205/5534 2911/3209/5538 +f 2911/3209/5538 2907/3205/5534 2908/3206/5535 +f 2911/3209/5538 2908/3206/5535 2912/3210/5539 +f 2912/3210/5539 2908/3206/5535 2909/3207/5536 +f 2912/3210/5539 2909/3207/5536 2913/3211/5540 +f 2913/3211/5540 2909/3207/5536 2906/3204/5533 +f 2913/3211/5540 2906/3204/5533 2237/2531/4645 +f 2914/3212/5541 2219/2514/4616 2220/2515/4618 +f 2914/3212/5541 2220/2515/4618 2910/3208/5537 +f 2914/3212/5541 2910/3208/5537 2915/3213/5542 +f 2915/3213/5542 2910/3208/5537 2911/3209/5538 +f 2915/3213/5542 2911/3209/5538 2916/3214/5543 +f 2916/3214/5543 2911/3209/5538 2912/3210/5539 +f 2916/3214/5543 2912/3210/5539 2913/3211/5540 +f 2913/3211/5540 2237/2531/4645 2888/3186/5515 +f 2913/3211/5540 2888/3186/5515 2916/3214/5543 +f 2916/3214/5543 2888/3186/5515 2891/3190/5519 +f 2916/3214/5543 2891/3190/5519 2915/3213/5542 +f 2915/3213/5542 2891/3190/5519 2892/3191/5520 +f 2915/3213/5542 2892/3191/5520 2914/3212/5541 +f 2914/3212/5541 2892/3191/5520 2893/3192/5521 +f 2914/3212/5541 2893/3192/5521 2218/2513/4614 +f 2914/3212/5541 2218/2513/4614 2219/2514/4616 +f 2218/2513/4614 2901/3189/5518 2217/2512/4611 +f 1646/1869/5508 1644/1867/4607 2885/3183/5509 +f 2885/3183/5509 1644/1867/4607 2216/2511/4609 +f 2885/3183/5509 2216/2511/4609 2901/3189/5518 +f 2901/3189/5518 2216/2511/4609 2217/2512/4611 +s 306 +f 1656/1879/5544 2919/2665/4910 1657/1755/4912 +f 2920/2655/4892 1852/2082/5545 1851/2081/4890 +f 1656/1879/5544 2918/3215/5546 2919/2665/4910 +f 2919/2665/4910 2918/3215/5546 2363/2664/4908 +f 2361/2662/4906 2923/3216/5547 2362/2663/4907 +f 2362/2663/4907 2923/3216/5547 2924/3217/5548 +f 2362/2663/4907 2924/3217/5548 2360/2661/4904 +f 2360/2661/4904 2924/3217/5548 2358/2660/4902 +f 2358/2660/4902 2925/3218/5549 2359/2659/4900 +f 2359/2659/4900 2925/3218/5549 2357/2658/4898 +f 2357/2658/4898 2926/3219/5550 2356/2657/4896 +f 2356/2657/4896 2926/3219/5550 2921/2656/4894 +f 2921/2656/4894 2922/3220/5551 2920/2655/4892 +f 2920/2655/4892 2922/3220/5551 1852/2082/5545 +f 2918/3215/5546 2927/3221/5552 2363/2664/4908 +f 2363/2664/4908 2927/3221/5552 2928/3222/5553 +f 2363/2664/4908 2928/3222/5553 2361/2662/4906 +f 2361/2662/4906 2928/3222/5553 2923/3216/5547 +f 2924/3217/5548 2929/3223/5554 2358/2660/4902 +f 2358/2660/4902 2929/3223/5554 2925/3218/5549 +f 2925/3218/5549 2930/3224/5555 2357/2658/4898 +f 2357/2658/4898 2930/3224/5555 2926/3219/5550 +f 2926/3219/5550 2931/3225/5556 2921/2656/4894 +f 2921/2656/4894 2931/3225/5556 2922/3220/5551 +f 1656/1879/5557 2917/1876/5558 2918/3215/5546 +f 2918/3215/5546 2917/1876/5558 2927/3221/5552 +f 2922/3220/5551 1854/2084/5559 1852/2082/5545 +f 2931/3225/5556 1855/2085/5560 2922/3220/5551 +f 2922/3220/5551 1855/2085/5560 1854/2084/5559 +f 2928/3222/5561 2932/3226/5562 2923/3216/5563 +f 2923/3216/5563 2932/3226/5562 2934/3227/5564 +f 2923/3216/5563 2934/3227/5564 2924/3217/5565 +f 2924/3217/5565 2934/3227/5564 2929/3223/5554 +f 2929/3223/5554 2935/3228/5566 2925/3218/5549 +f 2925/3218/5549 2935/3228/5566 2930/3224/5555 +f 2930/3224/5555 2936/3229/5567 2926/3219/5550 +f 2926/3219/5550 2936/3229/5567 2931/3225/5568 +f 2917/1876/5558 2933/3230/5569 2927/3221/5552 +f 2927/3221/5552 2933/3230/5569 2928/3222/5561 +f 2928/3222/5561 2933/3230/5569 2932/3226/5562 +f 2929/3223/5554 2934/3227/5564 2935/3228/5566 +f 2930/3224/5555 2935/3228/5566 2936/3229/5567 +f 2931/3225/5568 2936/3229/5567 1857/2075/5570 +f 2931/3225/5568 1857/2075/5570 1855/2085/5571 +f 2917/1876/5558 1653/1874/5572 2933/3230/5569 +f 2933/3230/5569 2937/3231/5573 2932/3226/5562 +f 2932/3226/5562 2937/3231/5573 2934/3227/5574 +f 2934/3227/5574 2378/2681/4945 2935/3228/5575 +f 2935/3228/5575 2377/2680/4942 2936/3229/5576 +f 2933/3230/5569 1653/1874/5572 2376/2678/4939 +f 2933/3230/5569 2376/2678/4939 2937/3231/5573 +f 2937/3231/5573 2380/2683/4947 2934/3227/5574 +f 2934/3227/5574 2380/2683/4947 2378/2681/4945 +f 2935/3228/5575 2378/2681/4945 2377/2680/4942 +f 2936/3229/5576 2377/2680/4942 1857/2075/5577 +f 1653/1874/5572 1651/1873/4937 2376/2678/4939 +f 2376/2678/4939 2383/2685/4950 2937/3231/5573 +f 2937/3231/5573 2383/2685/4950 2382/2684/4948 +f 2937/3231/5573 2382/2684/4948 2380/2683/4947 +f 2377/2680/4942 1846/2076/4944 1857/2075/5577 +f 2938/3232/5578 2939/2072/5579 1844/2070/4941 +f 1557/1771/5580 1555/1770/4913 2364/2666/4915 +f 2941/3233/5581 1558/1772/5582 1557/1771/5580 +f 1553/1766/4949 2942/1765/5583 2943/3234/5584 +f 2944/3235/5585 2943/3234/5584 2942/1765/5583 +f 2944/3235/5585 2942/1765/5583 2941/3233/5581 +f 2941/3233/5581 2942/1765/5583 1558/1772/5582 +f 2381/2682/4946 1553/1766/4949 2943/3234/5584 +f 2945/3236/5586 2943/3234/5584 2944/3235/5585 +f 2945/3236/5586 2944/3235/5585 2946/3237/5587 +f 2946/3237/5587 2944/3235/5585 2941/3233/5581 +f 2946/3237/5587 2941/3233/5581 2947/3238/5588 +f 2947/3238/5588 2941/3233/5581 2365/2667/4917 +f 2948/3239/5589 2381/2682/4946 2943/3234/5584 +f 2948/3239/5589 2943/3234/5584 2945/3236/5586 +f 2948/3239/5589 2945/3236/5586 2949/3240/5590 +f 2949/3240/5590 2945/3236/5586 2946/3237/5587 +f 2949/3240/5590 2946/3237/5587 2950/3241/5591 +f 2950/3241/5591 2946/3237/5587 2947/3238/5588 +f 2950/3241/5591 2947/3238/5588 2951/3242/5592 +f 2951/3242/5592 2947/3238/5588 2365/2667/4917 +f 2951/3242/5592 2365/2667/4917 2366/2668/4919 +f 2952/3243/5593 2953/3244/5594 2955/3245/5595 +f 2955/3245/5595 2953/3244/5594 2954/3246/5596 +f 2955/3245/5595 2954/3246/5596 2957/3247/5597 +f 2957/3247/5597 2954/3246/5596 2956/3248/5598 +f 2957/3247/5597 2956/3248/5598 2374/2676/4933 +f 2374/2676/4933 2956/3248/5598 2372/2674/4930 +f 2958/3249/5599 2373/2675/4932 2375/2677/4934 +f 2958/3249/5599 2375/2677/4934 1839/1956/4936 +f 2958/3249/5599 1839/1956/4936 2959/3250/5600 +f 2959/3250/5600 1839/1956/4936 2940/2073/5601 +f 2959/3250/5600 2940/2073/5601 2960/3251/5602 +f 2960/3251/5602 2940/2073/5601 2939/2072/5579 +f 2960/3251/5602 2939/2072/5579 2938/3232/5578 +f 2379/2679/4940 2938/3232/5578 1844/2070/4941 +f 2938/3232/5578 2379/2679/4940 2952/3243/5593 +f 2938/3232/5578 2952/3243/5593 2960/3251/5602 +f 2960/3251/5602 2952/3243/5593 2955/3245/5595 +f 2960/3251/5602 2955/3245/5595 2959/3250/5600 +f 2959/3250/5600 2955/3245/5595 2957/3247/5597 +f 2959/3250/5600 2957/3247/5597 2958/3249/5599 +f 2958/3249/5599 2957/3247/5597 2374/2676/4933 +f 2958/3249/5599 2374/2676/4933 2373/2675/4932 +f 2370/2672/4927 2369/2671/4925 2961/3252/5603 +f 2961/3252/5603 2369/2671/4925 2372/2674/4930 +f 2961/3252/5603 2372/2674/4930 2956/3248/5598 +f 2961/3252/5603 2956/3248/5598 2962/3253/5604 +f 2962/3253/5604 2956/3248/5598 2954/3246/5596 +f 2962/3253/5604 2954/3246/5596 2963/3254/5605 +f 2963/3254/5605 2954/3246/5596 2953/3244/5594 +f 2963/3254/5605 2953/3244/5594 2952/3243/5593 +f 2963/3254/5605 2952/3243/5593 2379/2679/4940 +f 2371/2673/4928 2370/2672/4927 2961/3252/5603 +f 2371/2673/4928 2961/3252/5603 2964/3255/5606 +f 2964/3255/5606 2961/3252/5603 2965/3256/5607 +f 2965/3256/5607 2961/3252/5603 2962/3253/5604 +f 2965/3256/5607 2962/3253/5604 2966/3257/5608 +f 2966/3257/5608 2962/3253/5604 2963/3254/5605 +f 2966/3257/5608 2963/3254/5605 2967/3258/5609 +f 2967/3258/5609 2963/3254/5605 2381/2682/4946 +f 2381/2682/4946 2963/3254/5605 2379/2679/4940 +f 2367/2670/4923 2371/2673/4928 2968/3259/5610 +f 2968/3259/5610 2371/2673/4928 2964/3255/5606 +f 2968/3259/5610 2964/3255/5606 2969/3260/5611 +f 2969/3260/5611 2964/3255/5606 2965/3256/5607 +f 2969/3260/5611 2965/3256/5607 2970/3261/5612 +f 2970/3261/5612 2965/3256/5607 2966/3257/5608 +f 2970/3261/5612 2966/3257/5608 2967/3258/5609 +f 2971/3262/5613 2368/2669/4921 2367/2670/4923 +f 2971/3262/5613 2367/2670/4923 2968/3259/5610 +f 2971/3262/5613 2968/3259/5610 2972/3263/5614 +f 2972/3263/5614 2968/3259/5610 2969/3260/5611 +f 2972/3263/5614 2969/3260/5611 2973/3264/5615 +f 2973/3264/5615 2969/3260/5611 2970/3261/5612 +f 2973/3264/5615 2970/3261/5612 2948/3239/5589 +f 2948/3239/5589 2970/3261/5612 2967/3258/5609 +f 2948/3239/5589 2967/3258/5609 2381/2682/4946 +f 2973/3264/5615 2948/3239/5589 2949/3240/5590 +f 2973/3264/5615 2949/3240/5590 2972/3263/5614 +f 2972/3263/5614 2949/3240/5590 2950/3241/5591 +f 2972/3263/5614 2950/3241/5591 2971/3262/5613 +f 2971/3262/5613 2950/3241/5591 2951/3242/5592 +f 2971/3262/5613 2951/3242/5592 2366/2668/4919 +f 2971/3262/5613 2366/2668/4919 2368/2669/4921 +f 2941/3233/5581 1557/1771/5580 2364/2666/4915 +f 2941/3233/5581 2364/2666/4915 2365/2667/4917 +s 290 +f 1562/1777/4850 1569/1774/5616 2974/3265/5617 +f 2975/2624/4830 1835/2063/5618 1831/2062/4828 +f 1562/1777/4850 2974/3265/5617 2336/2634/4848 +f 2336/2634/4848 2974/3265/5617 2335/2633/4846 +f 2332/2630/4842 2978/3266/5619 2333/2631/4843 +f 2333/2631/4843 2978/3266/5619 2979/3267/5620 +f 2333/2631/4843 2979/3267/5620 2334/2632/4845 +f 2334/2632/4845 2979/3267/5620 2330/2629/4840 +f 2330/2629/4840 2980/3268/5621 2331/2628/4838 +f 2331/2628/4838 2980/3268/5621 2329/2627/4836 +f 2329/2627/4836 2981/3269/5622 2328/2626/4834 +f 2328/2626/4834 2981/3269/5622 2977/2625/4832 +f 2977/2625/4832 2976/3270/5623 2975/2624/4830 +f 2975/2624/4830 2976/3270/5623 1835/2063/5618 +f 2974/3265/5617 2982/3271/5624 2335/2633/4846 +f 2335/2633/4846 2982/3271/5624 2983/3272/5625 +f 2335/2633/4846 2983/3272/5625 2332/2630/4842 +f 2332/2630/4842 2983/3272/5625 2978/3266/5619 +f 2979/3267/5620 2984/3273/5626 2330/2629/4840 +f 2330/2629/4840 2984/3273/5626 2980/3268/5621 +f 2980/3268/5621 2985/3274/5627 2329/2627/4836 +f 2329/2627/4836 2985/3274/5627 2981/3269/5622 +f 2981/3269/5622 2986/3275/5628 2977/2625/4832 +f 2977/2625/4832 2986/3275/5628 2976/3270/5623 +f 2976/3270/5623 1836/2053/5629 1835/2063/5618 +f 1569/1774/5630 1565/1784/5631 2974/3265/5617 +f 2974/3265/5617 1565/1784/5631 2982/3271/5624 +f 2983/3272/5632 2987/3276/5633 2978/3266/5634 +f 2978/3266/5634 2987/3276/5633 2991/3277/5635 +f 2978/3266/5634 2991/3277/5635 2979/3267/5636 +f 2979/3267/5636 2991/3277/5635 2984/3273/5637 +f 2984/3273/5626 2992/3278/5638 2980/3268/5621 +f 2980/3268/5621 2992/3278/5638 2985/3274/5639 +f 2985/3274/5639 2988/3279/5640 2981/3269/5641 +f 2981/3269/5641 2988/3279/5640 2986/3275/5642 +f 2986/3275/5642 2989/2054/5643 2976/3270/5623 +f 2976/3270/5623 2989/2054/5643 1836/2053/5629 +f 1565/1784/5631 2990/3280/5644 2982/3271/5624 +f 2982/3271/5624 2990/3280/5644 2993/3281/5645 +f 2982/3271/5624 2993/3281/5645 2983/3272/5646 +f 2983/3272/5647 2993/3281/5648 2987/3276/5649 +f 2991/3277/5635 2994/3282/5650 2984/3273/5637 +f 2984/3273/5637 2994/3282/5650 2992/3278/5638 +f 2985/3274/5639 2992/3278/5638 2988/3279/5640 +f 2988/3279/5640 2995/3283/5651 2986/3275/5642 +f 2986/3275/5642 2995/3283/5651 2989/2054/5643 +f 1565/1784/5631 2346/1780/4877 2990/3280/5644 +f 2987/3276/5649 2993/3281/5648 2991/3277/5652 +f 2992/3278/5638 2351/2650/4883 2988/3279/5640 +f 2988/3279/5640 2351/2650/4883 2995/3283/5651 +f 2990/3280/5644 2346/1780/4877 2348/2647/4879 +f 2990/3280/5644 2348/2647/4879 2993/3281/5648 +f 2993/3281/5648 2350/2649/4881 2991/3277/5652 +f 2991/3277/5652 2350/2649/4881 2994/3282/5650 +f 2994/3282/5650 2351/2650/4883 2992/3278/5638 +f 2348/2647/4879 2354/2653/4888 2993/3281/5648 +f 2993/3281/5648 2354/2653/4888 2355/2654/4889 +f 2993/3281/5648 2355/2654/4889 2350/2649/4881 +f 2350/2649/4881 2349/2648/4880 2994/3282/5650 +f 2994/3282/5650 2349/2648/4880 2352/2651/4886 +f 2994/3282/5650 2352/2651/4886 2351/2650/4883 +f 2995/3283/5651 2351/2650/4883 1827/2056/4882 +f 2995/3283/5651 1827/2056/4882 2989/2054/5643 +f 2996/3284/5653 1825/2046/5654 1824/2052/5655 +f 2996/3284/5653 1824/2052/5655 1822/2050/4885 +f 2997/3285/5656 1820/1959/4871 1825/2046/5654 +f 1572/1787/5657 2998/3286/5658 1573/1788/5659 +f 1573/1788/5659 2998/3286/5658 2999/3287/5660 +f 3000/1790/4875 3001/3288/5661 2347/2646/4876 +f 3001/3288/5661 3000/1790/4875 1573/1788/5662 +f 3001/3288/5661 1573/1788/5662 2999/3287/5660 +f 3002/3289/5663 2347/2646/4876 3001/3288/5661 +f 3002/3289/5663 3001/3288/5661 3003/3290/5664 +f 3003/3290/5664 3001/3288/5661 2999/3287/5660 +f 3003/3290/5664 2999/3287/5660 3004/3291/5665 +f 3004/3291/5665 2999/3287/5660 3005/3292/5666 +f 3005/3292/5666 2999/3287/5660 2998/3286/5658 +f 3006/3293/5667 3002/3289/5663 3003/3290/5664 +f 3006/3293/5667 3003/3290/5664 3007/3294/5668 +f 3007/3294/5668 3003/3290/5664 3004/3291/5665 +f 3007/3294/5668 3004/3291/5665 3008/3295/5669 +f 3008/3295/5669 3004/3291/5665 3005/3292/5666 +f 3008/3295/5669 3005/3292/5666 2338/2637/4856 +f 1822/2050/4885 2353/2652/4887 3011/3296/5670 +f 3011/3296/5670 2353/2652/4887 3009/3297/5671 +f 3011/3296/5670 3009/3297/5671 3010/3298/5672 +f 3011/3296/5670 3010/3298/5672 3013/3299/5673 +f 3013/3299/5673 3010/3298/5672 3012/3300/5674 +f 3013/3299/5673 3012/3300/5674 3015/3301/5675 +f 3015/3301/5675 3012/3300/5674 3014/3302/5676 +f 3015/3301/5675 3014/3302/5676 3016/2643/4869 +f 3016/2643/4869 3014/3302/5676 2343/2642/4867 +f 3018/3303/5677 2345/2645/4873 2344/2644/4872 +f 3018/3303/5677 2344/2644/4872 1820/1959/4871 +f 3018/3303/5677 1820/1959/4871 2997/3285/5656 +f 2997/3285/5656 1825/2046/5654 3019/3304/5678 +f 3019/3304/5678 1825/2046/5654 2996/3284/5653 +f 2996/3284/5653 1822/2050/4885 3011/3296/5670 +f 2996/3284/5653 3011/3296/5670 3019/3304/5678 +f 3019/3304/5678 3011/3296/5670 2997/3285/5656 +f 2997/3285/5656 3011/3296/5670 3013/3299/5673 +f 2997/3285/5656 3013/3299/5673 3018/3303/5677 +f 3018/3303/5677 3013/3299/5673 3015/3301/5675 +f 3018/3303/5677 3015/3301/5675 3016/2643/4869 +f 3018/3303/5677 3016/2643/4869 2345/2645/4873 +f 2341/2640/4863 2342/2641/4865 3020/3305/5679 +f 3020/3305/5679 2342/2641/4865 2343/2642/4867 +f 3020/3305/5679 2343/2642/4867 3014/3302/5676 +f 3020/3305/5679 3014/3302/5676 3021/3306/5680 +f 3021/3306/5680 3014/3302/5676 3012/3300/5674 +f 3021/3306/5680 3012/3300/5674 3022/3307/5681 +f 3022/3307/5681 3012/3300/5674 3010/3298/5672 +f 3022/3307/5681 3010/3298/5672 3009/3297/5671 +f 2341/2640/4863 3020/3305/5679 3023/3308/5682 +f 3023/3308/5682 3020/3305/5679 3024/3309/5683 +f 3024/3309/5683 3020/3305/5679 3021/3306/5680 +f 3024/3309/5683 3021/3306/5680 3025/3310/5684 +f 3025/3310/5684 3021/3306/5680 3022/3307/5681 +f 3025/3310/5684 3022/3307/5681 3026/3311/5685 +f 3026/3311/5685 3022/3307/5681 3009/3297/5671 +f 3026/3311/5685 3009/3297/5671 2353/2652/4887 +f 2340/2639/4861 2341/2640/4863 3027/3312/5686 +f 3027/3312/5686 2341/2640/4863 3023/3308/5682 +f 3027/3312/5686 3023/3308/5682 3028/3313/5687 +f 3028/3313/5687 3023/3308/5682 3024/3309/5683 +f 3028/3313/5687 3024/3309/5683 3029/3314/5688 +f 3029/3314/5688 3024/3309/5683 3025/3310/5684 +f 3029/3314/5688 3025/3310/5684 3026/3311/5685 +f 2347/2646/4876 3026/3311/5685 2353/2652/4887 +f 3030/3315/5689 2339/2638/4859 2340/2639/4861 +f 3030/3315/5689 2340/2639/4861 3027/3312/5686 +f 3030/3315/5689 3027/3312/5686 3031/3316/5690 +f 3031/3316/5690 3027/3312/5686 3028/3313/5687 +f 3031/3316/5690 3028/3313/5687 3032/3317/5691 +f 3032/3317/5691 3028/3313/5687 3029/3314/5688 +f 3032/3317/5691 3029/3314/5688 3026/3311/5685 +f 3032/3317/5691 3026/3311/5685 2347/2646/4876 +f 3032/3317/5691 2347/2646/4876 3002/3289/5663 +f 3032/3317/5691 3002/3289/5663 3006/3293/5667 +f 3032/3317/5691 3006/3293/5667 3031/3316/5690 +f 3031/3316/5690 3006/3293/5667 3007/3294/5668 +f 3031/3316/5690 3007/3294/5668 3030/3315/5689 +f 3030/3315/5689 3007/3294/5668 3008/3295/5669 +f 3030/3315/5689 3008/3295/5669 2338/2637/4856 +f 3030/3315/5689 2338/2637/4856 2339/2638/4859 +f 3005/3292/5666 2998/3286/5658 3017/2636/4855 +f 3005/3292/5666 3017/2636/4855 2338/2637/4856 +f 1572/1787/5657 1570/1786/4851 2998/3286/5658 +f 2998/3286/5658 1570/1786/4851 2337/2635/4853 +f 2998/3286/5658 2337/2635/4853 3017/2636/4855 +s 276 +f 3034/3318/5692 1583/1800/5693 3033/1798/5694 +f 1583/1800/5693 3035/2603/4786 1584/1761/4788 +f 3037/3319/5695 1816/2032/5696 1814/2043/4766 +f 3037/3319/5695 1804/2033/5697 1816/2032/5696 +f 1583/1800/5693 3034/3318/5692 3035/2603/4786 +f 3035/2603/4786 3034/3318/5692 2306/2602/4784 +f 2304/2600/4782 3039/3320/5698 2305/2601/4783 +f 2305/2601/4783 3039/3320/5698 3040/3321/5699 +f 2305/2601/4783 3040/3321/5699 2303/2599/4780 +f 2303/2599/4780 3040/3321/5699 2301/2598/4778 +f 2301/2598/4778 3041/3322/5700 2302/2596/4775 +f 2302/2596/4775 3041/3322/5700 2300/2597/4776 +f 2300/2597/4776 3042/3323/5701 2299/2595/4773 +f 2299/2595/4773 3042/3323/5701 3038/2594/4771 +f 3038/2594/4771 3037/3319/5695 3036/2593/4768 +f 3036/2593/4768 3037/3319/5695 1814/2043/4766 +f 3034/3318/5692 3043/3324/5702 2306/2602/4784 +f 2306/2602/4784 3043/3324/5702 3044/3325/5703 +f 2306/2602/4784 3044/3325/5703 2304/2600/4782 +f 2304/2600/4782 3044/3325/5703 3039/3320/5698 +f 3040/3321/5699 3045/3326/5704 2301/2598/4778 +f 2301/2598/4778 3045/3326/5704 3041/3322/5700 +f 3041/3322/5700 3046/3327/5705 2300/2597/4776 +f 2300/2597/4776 3046/3327/5705 3042/3323/5701 +f 3042/3323/5701 3047/3328/5706 3038/2594/4771 +f 3038/2594/4771 3047/3328/5706 3037/3319/5695 +f 3034/3318/5692 3033/1798/5694 3043/3324/5702 +f 3044/3325/5707 3048/3329/5708 3039/3320/5709 +f 3039/3320/5709 3048/3329/5708 3050/3330/5710 +f 3039/3320/5709 3050/3330/5710 3040/3321/5711 +f 3040/3321/5711 3050/3330/5710 3045/3326/5712 +f 3045/3326/5704 3051/3331/5713 3041/3322/5700 +f 3041/3322/5700 3051/3331/5713 3046/3327/5705 +f 3046/3327/5705 3052/3332/5714 3042/3323/5701 +f 3042/3323/5701 3052/3332/5714 3047/3328/5715 +f 3047/3328/5715 1806/2035/5716 3037/3319/5695 +f 3037/3319/5695 1806/2035/5716 1804/2033/5697 +f 3033/1798/5694 3049/3333/5717 3043/3324/5702 +f 3043/3324/5702 3049/3333/5717 3053/3334/5718 +f 3043/3324/5702 3053/3334/5718 3044/3325/5719 +f 3044/3325/5720 3053/3334/5721 3048/3329/5722 +f 3050/3330/5710 3054/3335/5723 3045/3326/5712 +f 3045/3326/5712 3054/3335/5723 3051/3331/5724 +f 3046/3327/5705 3051/3331/5713 3052/3332/5714 +f 3047/3328/5715 3052/3332/5714 1806/2035/5716 +f 3033/1798/5694 1580/1796/5725 3049/3333/5717 +f 3048/3329/5722 3053/3334/5721 3050/3330/5726 +f 3051/3331/5724 2327/2615/4813 3052/3332/5714 +f 3052/3332/5714 1807/2036/4827 1806/2035/5716 +f 1580/1796/5725 2319/2617/4818 3049/3333/5717 +f 3049/3333/5717 2319/2617/4818 3053/3334/5721 +f 3053/3334/5721 2323/2620/4821 3050/3330/5726 +f 3050/3330/5726 2323/2620/4821 3054/3335/5723 +f 3054/3335/5723 2320/2616/4814 3051/3331/5724 +f 3051/3331/5724 2320/2616/4814 2327/2615/4813 +f 3052/3332/5714 2327/2615/4813 1807/2036/4827 +f 1580/1796/5725 1579/1795/4816 2319/2617/4818 +f 2319/2617/4818 2326/2623/4824 3053/3334/5721 +f 3053/3334/5721 2326/2623/4824 2324/2622/4823 +f 3053/3334/5721 2324/2622/4823 2323/2620/4821 +f 2323/2620/4821 2321/2619/4820 3054/3335/5723 +f 3054/3335/5723 2321/2619/4820 2320/2616/4814 +f 3055/3336/5727 1803/2026/5728 2318/2031/4815 +f 3056/3337/5729 1803/2026/5728 3055/3336/5727 +f 3057/2027/5730 1803/2026/5728 3056/3337/5729 +f 2317/2612/4807 1802/1962/4812 3058/3338/5731 +f 3058/3338/5731 1802/1962/4812 3057/2027/5730 +f 2307/2604/4792 1593/1810/5732 1591/1809/4789 +f 1593/1810/5733 3060/3339/5734 3061/1804/5735 +f 2325/2621/4822 1588/1805/4825 3061/1804/5735 +f 3059/3340/5736 3060/3339/5734 1593/1810/5733 +f 2325/2621/4822 3061/1804/5735 3060/3339/5734 +f 2325/2621/4822 3060/3339/5734 3062/3341/5737 +f 3062/3341/5737 3060/3339/5734 3059/3340/5736 +f 3062/3341/5737 3059/3340/5736 3063/3342/5738 +f 3063/3342/5738 3059/3340/5736 3075/3343/5739 +f 3064/3344/5740 2325/2621/4822 3065/3345/5741 +f 3065/3345/5741 2325/2621/4822 3062/3341/5737 +f 3065/3345/5741 3062/3341/5737 3066/3346/5742 +f 3066/3346/5742 3062/3341/5737 3063/3342/5738 +f 3066/3346/5742 3063/3342/5738 3067/3347/5743 +f 3067/3347/5743 3063/3342/5738 3075/3343/5739 +f 3067/3347/5743 3075/3343/5739 2309/2606/4796 +f 2318/2031/4815 2322/2618/4819 3068/3348/5744 +f 3070/3349/5745 3068/3348/5744 3069/3350/5746 +f 3070/3349/5745 3069/3350/5746 3072/3351/5747 +f 3072/3351/5747 3069/3350/5746 3071/3352/5748 +f 3072/3351/5747 3071/3352/5748 3074/3353/5749 +f 3074/3353/5749 3071/3352/5748 3073/3354/5750 +f 3074/3353/5749 3073/3354/5750 2316/2614/4810 +f 2315/2613/4808 2317/2612/4807 3076/3355/5751 +f 3076/3355/5751 2317/2612/4807 3058/3338/5731 +f 3076/3355/5751 3058/3338/5731 3077/3356/5752 +f 3077/3356/5752 3058/3338/5731 3057/2027/5730 +f 3077/3356/5752 3057/2027/5730 3056/3337/5729 +f 3055/3336/5727 2318/2031/4815 3068/3348/5744 +f 3055/3336/5727 3068/3348/5744 3056/3337/5729 +f 3056/3337/5729 3068/3348/5744 3070/3349/5745 +f 3056/3337/5729 3070/3349/5745 3077/3356/5752 +f 3077/3356/5752 3070/3349/5745 3072/3351/5747 +f 3077/3356/5752 3072/3351/5747 3076/3355/5751 +f 3076/3355/5751 3072/3351/5747 3074/3353/5749 +f 3076/3355/5751 3074/3353/5749 2316/2614/4810 +f 3076/3355/5751 2316/2614/4810 2315/2613/4808 +f 2314/2609/4802 2313/2611/4806 3078/3357/5753 +f 3078/3357/5753 2313/2611/4806 3073/3354/5750 +f 3078/3357/5753 3073/3354/5750 3079/3358/5754 +f 3079/3358/5754 3073/3354/5750 3071/3352/5748 +f 3079/3358/5754 3071/3352/5748 3080/3359/5755 +f 3080/3359/5755 3071/3352/5748 3069/3350/5746 +f 3080/3359/5755 3069/3350/5746 3068/3348/5744 +f 3080/3359/5755 3068/3348/5744 2322/2618/4819 +f 2313/2611/4806 2312/2610/4804 3073/3354/5750 +f 3073/3354/5750 2312/2610/4804 2316/2614/4810 +f 2314/2609/4802 3078/3357/5753 3081/3360/5756 +f 3081/3360/5756 3078/3357/5753 3079/3358/5754 +f 3081/3360/5756 3079/3358/5754 3082/3361/5757 +f 3082/3361/5757 3079/3358/5754 3080/3359/5755 +f 3082/3361/5757 3080/3359/5755 3083/3362/5758 +f 3083/3362/5758 3080/3359/5755 2322/2618/4819 +f 2311/2608/4800 2314/2609/4802 3084/3363/5759 +f 3084/3363/5759 2314/2609/4802 3081/3360/5756 +f 3084/3363/5759 3081/3360/5756 3085/3364/5760 +f 3085/3364/5760 3081/3360/5756 3082/3361/5757 +f 3085/3364/5760 3082/3361/5757 3086/3365/5761 +f 3086/3365/5761 3082/3361/5757 3083/3362/5758 +f 3087/3366/5762 2310/2607/4798 2311/2608/4800 +f 3087/3366/5762 2311/2608/4800 3084/3363/5759 +f 3087/3366/5762 3084/3363/5759 3088/3367/5763 +f 3088/3367/5763 3084/3363/5759 3085/3364/5760 +f 3088/3367/5763 3085/3364/5760 3089/3368/5764 +f 3089/3368/5764 3085/3364/5760 3086/3365/5761 +f 3089/3368/5764 3086/3365/5761 3064/3344/5740 +f 3064/3344/5740 3086/3365/5761 3083/3362/5758 +f 3064/3344/5740 3083/3362/5758 2322/2618/4819 +f 2322/2618/4819 2325/2621/4822 3064/3344/5740 +f 3089/3368/5764 3064/3344/5740 3065/3345/5741 +f 3089/3368/5764 3065/3345/5741 3088/3367/5763 +f 3088/3367/5763 3065/3345/5741 3066/3346/5742 +f 3088/3367/5763 3066/3346/5742 3087/3366/5762 +f 3087/3366/5762 3066/3346/5742 3067/3347/5743 +f 3087/3366/5762 3067/3347/5743 2309/2606/4796 +f 3087/3366/5762 2309/2606/4796 2310/2607/4798 +f 3059/3340/5736 1593/1810/5732 2307/2604/4792 +f 3059/3340/5736 2307/2604/4792 3075/3343/5739 +f 2309/2606/4796 3075/3343/5739 2308/2605/4793 +f 3075/3343/5739 2307/2604/4792 2308/2605/4793 +s 39 +f 2488/2792/5057 2490/2794/5059 3250/3369/5765 +f 2493/2797/5062 2495/2800/5065 3242/3370/5766 +f 2502/2806/5071 2503/2808/5073 3234/3371/5767 +f 2505/2810/5075 2506/2811/5076 3233/3372/5768 +f 2535/2840/5105 2537/2842/5107 3121/3373/5769 +f 2563/2868/5133 2564/2870/5135 3206/3374/5770 +f 2566/2872/5137 2538/2843/5108 3203/3375/5771 +f 2569/2874/5139 2571/2877/5142 3197/3376/5772 +f 2573/2879/5144 2574/2880/5145 3195/3377/5773 +f 2417/2720/4985 2419/2722/4987 3108/3378/5774 +f 2456/2761/5026 2458/2763/5028 3093/3379/5775 +f 3091/3380/5776 1903/2137/4108 3090/3381/5777 +f 3091/3380/5776 3090/3381/5777 3092/3382/5778 +f 3092/3382/5778 3090/3381/5777 3093/3379/5775 +f 3092/3382/5778 3093/3379/5775 2464/2769/5034 +f 1988/2227/4198 1985/2224/4195 3094/3383/5779 +f 3094/3383/5779 1985/2224/4195 3095/3384/5780 +f 3094/3383/5779 3095/3384/5780 3096/3385/5781 +f 3096/3385/5781 3095/3384/5780 3097/3386/5782 +f 3096/3385/5781 3097/3386/5782 2450/2755/5020 +f 3099/3387/5783 1981/2220/4191 3098/3388/5784 +f 3099/3387/5783 3098/3388/5784 3100/3389/5785 +f 3099/3387/5783 3100/3389/5785 2442/2745/5010 +f 1978/2217/4188 1976/2214/4185 3102/3390/5786 +f 3102/3390/5786 1976/2214/4185 3101/3391/5787 +f 3102/3390/5786 3101/3391/5787 3103/3392/5788 +f 3103/3392/5788 3101/3391/5787 3104/3393/5789 +f 3103/3392/5788 3104/3393/5789 2433/2735/5000 +f 3106/3394/5790 1972/2210/4181 3105/3395/5791 +f 3106/3394/5790 3105/3395/5791 3107/3396/5792 +f 3107/3396/5792 3105/3395/5791 3108/3378/5774 +f 3107/3396/5792 3108/3378/5774 2423/2725/4990 +f 3110/3397/5793 1924/2160/4131 3109/3398/5794 +f 3110/3397/5793 3109/3398/5794 3111/3399/5795 +f 3110/3397/5793 3111/3399/5795 3112/3400/5796 +f 3112/3400/5796 3111/3399/5795 3113/3401/5797 +f 3112/3400/5796 3113/3401/5797 2561/2866/5131 +f 3115/3402/5798 1962/2200/4171 3114/3403/5799 +f 3115/3402/5798 3114/3403/5799 3116/3404/5800 +f 3116/3404/5800 3114/3403/5799 3117/3405/5801 +f 3116/3404/5800 3117/3405/5801 2553/2857/5122 +f 1959/2198/4169 1958/2196/4167 3118/3406/5802 +f 3118/3406/5802 1958/2196/4167 3119/3407/5803 +f 3118/3406/5802 3119/3407/5803 3120/3408/5804 +f 3120/3408/5804 3119/3407/5803 3121/3373/5769 +f 3120/3408/5804 3121/3373/5769 2543/2847/5112 +f 3122/2194/4165 1953/2190/4161 3123/3409/5805 +f 3122/2194/4165 3123/3409/5805 3124/3410/5806 +f 3124/3410/5806 3123/3409/5805 3125/3411/5807 +f 3124/3410/5806 3125/3411/5807 2529/2834/5099 +f 3127/3412/5808 1950/2187/4158 3126/3413/5809 +f 3127/3412/5808 3126/3413/5809 3128/3414/5810 +f 3128/3414/5810 3126/3413/5809 3129/3415/5811 +f 3128/3414/5810 3129/3415/5811 2520/2824/5089 +f 1912/2146/4117 3130/3416/5812 3131/3417/5813 +f 3131/3417/5813 3130/3416/5812 3132/3418/5814 +f 3131/3417/5813 3132/3418/5814 3133/3419/5815 +f 3133/3419/5815 3132/3418/5814 2483/2788/5053 +f 3133/3419/5815 2483/2788/5053 2485/2790/5055 +f 3130/3416/5812 1912/2146/4117 3134/3420/5816 +f 3130/3416/5812 3134/3420/5816 3132/3418/5814 +f 3132/3418/5814 3134/3420/5816 3135/3421/5817 +f 3132/3418/5814 3135/3421/5817 2483/2788/5053 +f 2483/2788/5053 3135/3421/5817 2479/2784/5049 +f 2483/2788/5053 2479/2784/5049 2481/2786/5051 +f 3136/3422/5818 2478/2782/5047 2479/2784/5049 +f 3136/3422/5818 2479/2784/5049 3135/3421/5817 +f 3136/3422/5818 3135/3421/5817 3137/3423/5819 +f 3137/3423/5819 3135/3421/5817 3134/3420/5816 +f 3137/3423/5819 3134/3420/5816 1910/2144/4115 +f 1910/2144/4115 3134/3420/5816 1912/2146/4117 +f 3137/3423/5819 1910/2144/4115 3138/3424/5820 +f 3137/3423/5819 3138/3424/5820 3139/3425/5821 +f 3137/3423/5819 3139/3425/5821 3136/3422/5818 +f 3136/3422/5818 3139/3425/5821 2475/2779/5044 +f 3136/3422/5818 2475/2779/5044 2478/2782/5047 +f 2472/2777/5042 2475/2779/5044 3140/3426/5822 +f 3140/3426/5822 2475/2779/5044 3139/3425/5821 +f 3140/3426/5822 3139/3425/5821 3141/3427/5823 +f 3141/3427/5823 3139/3425/5821 3138/3424/5820 +f 3141/3427/5823 3138/3424/5820 1907/2141/4112 +f 1907/2141/4112 3138/3424/5820 1910/2144/4115 +f 3141/3427/5823 1907/2141/4112 3142/3428/5824 +f 3141/3427/5823 3142/3428/5824 3140/3426/5822 +f 3140/3426/5822 3142/3428/5824 3143/3429/5825 +f 3140/3426/5822 3143/3429/5825 2472/2777/5042 +f 2472/2777/5042 3143/3429/5825 2468/2773/5038 +f 2472/2777/5042 2468/2773/5038 2470/2775/5040 +f 3144/3430/5826 2467/2771/5036 2468/2773/5038 +f 3144/3430/5826 2468/2773/5038 3143/3429/5825 +f 3144/3430/5826 3143/3429/5825 3145/3431/5827 +f 3145/3431/5827 3143/3429/5825 3142/3428/5824 +f 3145/3431/5827 3142/3428/5824 1903/2137/4108 +f 1903/2137/4108 3142/3428/5824 1907/2141/4112 +f 3145/3431/5827 1903/2137/4108 3091/3380/5776 +f 3145/3431/5827 3091/3380/5776 3092/3382/5778 +f 3145/3431/5827 3092/3382/5778 3144/3430/5826 +f 3144/3430/5826 3092/3382/5778 2464/2769/5034 +f 3144/3430/5826 2464/2769/5034 2467/2771/5036 +f 3093/3379/5775 2458/2763/5028 2464/2769/5034 +f 1903/2137/4108 1988/2227/4198 3090/3381/5777 +f 3090/3381/5777 1988/2227/4198 3146/3432/5828 +f 3090/3381/5777 3146/3432/5828 3147/3433/5829 +f 3090/3381/5777 3147/3433/5829 3093/3379/5775 +f 3093/3379/5775 3147/3433/5829 2454/2759/5024 +f 3093/3379/5775 2454/2759/5024 2456/2761/5026 +f 3148/3434/5830 2453/2757/5022 2454/2759/5024 +f 3148/3434/5830 2454/2759/5024 3147/3433/5829 +f 3148/3434/5830 3147/3433/5829 3149/3435/5831 +f 3149/3435/5831 3147/3433/5829 3146/3432/5828 +f 3149/3435/5831 3146/3432/5828 1988/2227/4198 +f 3149/3435/5831 1988/2227/4198 3094/3383/5779 +f 3149/3435/5831 3094/3383/5779 3096/3385/5781 +f 3149/3435/5831 3096/3385/5781 3148/3434/5830 +f 3148/3434/5830 3096/3385/5781 2450/2755/5020 +f 3148/3434/5830 2450/2755/5020 2453/2757/5022 +f 3097/3386/5782 2447/2751/5016 2450/2755/5020 +f 1985/2224/4195 3150/2222/4193 3095/3384/5780 +f 3095/3384/5780 3150/2222/4193 3151/3436/5832 +f 3095/3384/5780 3151/3436/5832 3097/3386/5782 +f 3097/3386/5782 3151/3436/5832 3152/3437/5833 +f 3097/3386/5782 3152/3437/5833 2444/2749/5014 +f 3097/3386/5782 2444/2749/5014 2447/2751/5016 +f 3153/3438/5834 2443/2747/5012 2444/2749/5014 +f 3153/3438/5834 2444/2749/5014 3152/3437/5833 +f 3153/3438/5834 3152/3437/5833 3154/3439/5835 +f 3154/3439/5835 3152/3437/5833 3151/3436/5832 +f 3154/3439/5835 3151/3436/5832 3150/2222/4193 +f 3150/2222/4193 1981/2220/4191 3154/3439/5835 +f 3154/3439/5835 1981/2220/4191 3099/3387/5783 +f 3154/3439/5835 3099/3387/5783 3153/3438/5834 +f 3153/3438/5834 3099/3387/5783 2442/2745/5010 +f 3153/3438/5834 2442/2745/5010 2443/2747/5012 +f 3100/3389/5785 2440/2742/5007 2442/2745/5010 +f 1981/2220/4191 1978/2217/4188 3155/3440/5836 +f 1981/2220/4191 3155/3440/5836 3098/3388/5784 +f 3098/3388/5784 3155/3440/5836 3156/3441/5837 +f 3098/3388/5784 3156/3441/5837 3100/3389/5785 +f 3100/3389/5785 3156/3441/5837 2437/2740/5005 +f 3100/3389/5785 2437/2740/5005 2440/2742/5007 +f 3157/3442/5838 2436/2738/5003 2437/2740/5005 +f 3157/3442/5838 2437/2740/5005 3156/3441/5837 +f 3157/3442/5838 3156/3441/5837 3158/3443/5839 +f 3158/3443/5839 3156/3441/5837 3155/3440/5836 +f 3158/3443/5839 3155/3440/5836 1978/2217/4188 +f 3158/3443/5839 1978/2217/4188 3102/3390/5786 +f 3158/3443/5839 3102/3390/5786 3103/3392/5788 +f 3158/3443/5839 3103/3392/5788 3157/3442/5838 +f 3157/3442/5838 3103/3392/5788 2433/2735/5000 +f 3157/3442/5838 2433/2735/5000 2436/2738/5003 +f 3104/3393/5789 2430/2733/4998 2433/2735/5000 +f 2428/2731/4996 2430/2733/4998 3104/3393/5789 +f 2428/2731/4996 3104/3393/5789 3159/3444/5840 +f 3159/3444/5840 3104/3393/5789 3160/3445/5841 +f 3160/3445/5841 3104/3393/5789 3101/3391/5787 +f 3160/3445/5841 3101/3391/5787 1976/2214/4185 +f 3161/3446/5842 2426/2728/4993 2428/2731/4996 +f 3161/3446/5842 2428/2731/4996 3159/3444/5840 +f 3161/3446/5842 3159/3444/5840 3162/3447/5843 +f 3162/3447/5843 3159/3444/5840 3160/3445/5841 +f 3162/3447/5843 3160/3445/5841 1972/2210/4181 +f 1972/2210/4181 3160/3445/5841 1976/2214/4185 +f 3162/3447/5843 1972/2210/4181 3106/3394/5790 +f 3162/3447/5843 3106/3394/5790 3107/3396/5792 +f 3162/3447/5843 3107/3396/5792 3161/3446/5842 +f 3161/3446/5842 3107/3396/5792 2423/2725/4990 +f 3161/3446/5842 2423/2725/4990 2426/2728/4993 +f 3108/3378/5774 2419/2722/4987 2423/2725/4990 +f 2415/2718/4983 2417/2720/4985 3108/3378/5774 +f 2415/2718/4983 3108/3378/5774 3163/3448/5844 +f 3163/3448/5844 3108/3378/5774 3105/3395/5791 +f 3163/3448/5844 3105/3395/5791 3164/2207/4178 +f 3164/2207/4178 3105/3395/5791 1972/2210/4181 +f 3165/3449/5845 2387/2688/4953 2415/2718/4983 +f 3165/3449/5845 2415/2718/4983 3163/3448/5844 +f 3165/3449/5845 3163/3448/5844 3166/3450/5846 +f 3166/3450/5846 3163/3448/5844 3164/2207/4178 +f 3166/3450/5846 3164/2207/4178 3167/3451/5847 +f 3164/2207/4178 1967/2205/4176 3167/3451/5847 +f 3167/3451/5847 1967/2205/4176 3168/3452/5848 +f 3167/3451/5847 3168/3452/5848 3166/3450/5846 +f 3166/3450/5846 3168/3452/5848 3169/3453/5849 +f 3166/3450/5846 3169/3453/5849 3165/3449/5845 +f 3165/3449/5845 3169/3453/5849 2384/2686/4951 +f 3165/3449/5845 2384/2686/4951 2387/2688/4953 +f 3168/3452/5848 1967/2205/4176 3170/3454/5850 +f 3168/3452/5848 3170/3454/5850 3169/3453/5849 +f 3169/3453/5849 3170/3454/5850 3171/3455/5851 +f 3169/3453/5849 3171/3455/5851 2384/2686/4951 +f 2384/2686/4951 3171/3455/5851 2413/2714/4979 +f 2409/2712/4977 2413/2714/4979 3171/3455/5851 +f 2409/2712/4977 3171/3455/5851 3172/3456/5852 +f 3172/3456/5852 3171/3455/5851 3170/3454/5850 +f 3172/3456/5852 3170/3454/5850 3173/3457/5853 +f 3173/3457/5853 3170/3454/5850 1967/2205/4176 +f 3173/3457/5853 1967/2205/4176 1943/2180/4151 +f 3174/3458/5854 2408/2710/4975 2409/2712/4977 +f 3174/3458/5854 2409/2712/4977 3172/3456/5852 +f 3174/3458/5854 3172/3456/5852 3175/3459/5855 +f 3175/3459/5855 3172/3456/5852 3173/3457/5853 +f 3175/3459/5855 3173/3457/5853 1943/2180/4151 +f 3175/3459/5855 1943/2180/4151 3176/3460/5856 +f 3175/3459/5855 3176/3460/5856 3174/3458/5854 +f 3174/3458/5854 3176/3460/5856 3177/3461/5857 +f 3174/3458/5854 3177/3461/5857 2408/2710/4975 +f 2408/2710/4975 3177/3461/5857 2405/2707/4972 +f 1943/2180/4151 3178/2176/4147 3176/3460/5856 +f 3176/3460/5856 3178/2176/4147 3179/3462/5858 +f 3176/3460/5856 3179/3462/5858 3177/3461/5857 +f 3177/3461/5857 3179/3462/5858 3180/3463/5859 +f 3177/3461/5857 3180/3463/5859 2405/2707/4972 +f 2405/2707/4972 3180/3463/5859 2402/2705/4970 +f 2400/2703/4968 2402/2705/4970 3180/3463/5859 +f 2400/2703/4968 3180/3463/5859 3181/3464/5860 +f 3181/3464/5860 3180/3463/5859 3179/3462/5858 +f 3181/3464/5860 3179/3462/5858 3182/3465/5861 +f 3182/3465/5861 3179/3462/5858 3178/2176/4147 +f 3183/3466/5862 2398/2700/4965 2400/2703/4968 +f 3183/3466/5862 2400/2703/4968 3181/3464/5860 +f 3183/3466/5862 3181/3464/5860 3184/3467/5863 +f 3184/3467/5863 3181/3464/5860 3182/3465/5861 +f 3184/3467/5863 3182/3465/5861 3178/2176/4147 +f 3178/2176/4147 1938/2174/4145 3184/3467/5863 +f 3184/3467/5863 1938/2174/4145 3185/3468/5864 +f 3184/3467/5863 3185/3468/5864 3186/3469/5865 +f 3184/3467/5863 3186/3469/5865 3183/3466/5862 +f 3183/3466/5862 3186/3469/5865 2395/2698/4963 +f 3183/3466/5862 2395/2698/4963 2398/2700/4965 +f 3185/3468/5864 1938/2174/4145 3187/3470/5866 +f 3185/3468/5864 3187/3470/5866 3186/3469/5865 +f 3186/3469/5865 3187/3470/5866 3188/3471/5867 +f 3186/3469/5865 3188/3471/5867 2395/2698/4963 +f 2395/2698/4963 3188/3471/5867 2391/2694/4959 +f 2395/2698/4963 2391/2694/4959 2393/2696/4961 +f 3189/3472/5868 2390/2692/4957 2391/2694/4959 +f 3189/3472/5868 2391/2694/4959 3188/3471/5867 +f 3189/3472/5868 3188/3471/5867 3190/3473/5869 +f 3190/3473/5869 3188/3471/5867 3187/3470/5866 +f 3190/3473/5869 3187/3470/5866 1936/2172/4143 +f 1936/2172/4143 3187/3470/5866 1938/2174/4145 +f 3190/3473/5869 1936/2172/4143 3191/3474/5870 +f 3190/3473/5869 3191/3474/5870 3192/3475/5871 +f 3190/3473/5869 3192/3475/5871 3189/3472/5868 +f 3189/3472/5868 3192/3475/5871 3193/2690/4955 +f 3189/3472/5868 3193/2690/4955 2390/2692/4957 +f 1936/2172/4143 1933/2169/4140 3191/3474/5870 +f 3191/3474/5870 1933/2169/4140 3194/3476/5872 +f 3191/3474/5870 3194/3476/5872 3192/3475/5871 +f 3192/3475/5871 3194/3476/5872 3195/3377/5773 +f 3192/3475/5871 3195/3377/5773 3193/2690/4955 +f 3193/2690/4955 3195/3377/5773 2574/2880/5145 +f 1933/2169/4140 3196/3477/5873 3194/3476/5872 +f 3194/3476/5872 3196/3477/5873 3197/3376/5772 +f 3194/3476/5872 3197/3376/5772 3195/3377/5773 +f 3195/3377/5773 3197/3376/5772 2573/2879/5144 +f 2573/2879/5144 3197/3376/5772 2571/2877/5142 +f 3198/3478/5874 2569/2874/5139 3197/3376/5772 +f 3198/3478/5874 3197/3376/5772 3199/3479/5875 +f 3199/3479/5875 3197/3376/5772 3200/3480/5876 +f 3200/3480/5876 3197/3376/5772 3196/3477/5873 +f 3200/3480/5876 3196/3477/5873 1929/2166/4137 +f 1929/2166/4137 3196/3477/5873 1933/2169/4140 +f 3200/3480/5876 1929/2166/4137 3201/3481/5877 +f 3200/3480/5876 3201/3481/5877 3199/3479/5875 +f 3199/3479/5875 3201/3481/5877 3202/3482/5878 +f 3199/3479/5875 3202/3482/5878 3198/3478/5874 +f 3198/3478/5874 3202/3482/5878 2540/2845/5110 +f 3198/3478/5874 2540/2845/5110 2569/2874/5139 +f 2538/2843/5108 2540/2845/5110 3203/3375/5771 +f 3203/3375/5771 2540/2845/5110 3202/3482/5878 +f 3203/3375/5771 3202/3482/5878 3204/3483/5879 +f 3204/3483/5879 3202/3482/5878 3201/3481/5877 +f 3204/3483/5879 3201/3481/5877 1929/2166/4137 +f 1929/2166/4137 1927/2163/4134 3204/3483/5879 +f 3204/3483/5879 1927/2163/4134 3205/3484/5880 +f 3204/3483/5879 3205/3484/5880 3203/3375/5771 +f 3203/3375/5771 3205/3484/5880 3206/3374/5770 +f 3203/3375/5771 3206/3374/5770 2566/2872/5137 +f 2566/2872/5137 3206/3374/5770 2564/2870/5135 +f 3207/3485/5881 2563/2868/5133 3206/3374/5770 +f 3207/3485/5881 3206/3374/5770 3208/3486/5882 +f 3208/3486/5882 3206/3374/5770 3205/3484/5880 +f 3208/3486/5882 3205/3484/5880 1927/2163/4134 +f 1927/2163/4134 1924/2160/4131 3208/3486/5882 +f 3208/3486/5882 1924/2160/4131 3110/3397/5793 +f 3208/3486/5882 3110/3397/5793 3112/3400/5796 +f 3208/3486/5882 3112/3400/5796 3207/3485/5881 +f 3207/3485/5881 3112/3400/5796 2561/2866/5131 +f 3207/3485/5881 2561/2866/5131 2563/2868/5133 +f 3113/3401/5797 2559/2863/5128 2561/2866/5131 +f 1924/2160/4131 1966/2204/4175 3109/3398/5794 +f 3109/3398/5794 1966/2204/4175 3209/3487/5883 +f 3109/3398/5794 3209/3487/5883 3111/3399/5795 +f 3111/3399/5795 3209/3487/5883 3210/3488/5884 +f 3111/3399/5795 3210/3488/5884 3113/3401/5797 +f 3113/3401/5797 3210/3488/5884 2556/2861/5126 +f 3113/3401/5797 2556/2861/5126 2559/2863/5128 +f 3211/3489/5885 2555/2859/5124 2556/2861/5126 +f 3211/3489/5885 2556/2861/5126 3210/3488/5884 +f 3211/3489/5885 3210/3488/5884 3212/3490/5886 +f 3212/3490/5886 3210/3488/5884 3209/3487/5883 +f 3212/3490/5886 3209/3487/5883 3213/3491/5887 +f 3213/3491/5887 3209/3487/5883 1966/2204/4175 +f 1966/2204/4175 1962/2200/4171 3213/3491/5887 +f 3213/3491/5887 1962/2200/4171 3115/3402/5798 +f 3213/3491/5887 3115/3402/5798 3212/3490/5886 +f 3212/3490/5886 3115/3402/5798 3116/3404/5800 +f 3212/3490/5886 3116/3404/5800 3211/3489/5885 +f 3211/3489/5885 3116/3404/5800 2553/2857/5122 +f 3211/3489/5885 2553/2857/5122 2555/2859/5124 +f 3117/3405/5801 2550/2855/5120 2553/2857/5122 +f 3114/3403/5799 1962/2200/4171 3214/3492/5888 +f 3114/3403/5799 3214/3492/5888 3215/3493/5889 +f 3114/3403/5799 3215/3493/5889 3117/3405/5801 +f 3117/3405/5801 3215/3493/5889 2548/2853/5118 +f 3117/3405/5801 2548/2853/5118 2550/2855/5120 +f 3216/3494/5890 2546/2850/5115 2548/2853/5118 +f 3216/3494/5890 2548/2853/5118 3215/3493/5889 +f 3216/3494/5890 3215/3493/5889 3217/3495/5891 +f 3217/3495/5891 3215/3493/5889 3214/3492/5888 +f 3217/3495/5891 3214/3492/5888 1959/2198/4169 +f 1959/2198/4169 3214/3492/5888 1962/2200/4171 +f 3217/3495/5891 1959/2198/4169 3118/3406/5802 +f 3217/3495/5891 3118/3406/5802 3120/3408/5804 +f 3217/3495/5891 3120/3408/5804 3216/3494/5890 +f 3216/3494/5890 3120/3408/5804 2543/2847/5112 +f 3216/3494/5890 2543/2847/5112 2546/2850/5115 +f 3121/3373/5769 2537/2842/5107 2543/2847/5112 +f 1958/2196/4167 3218/3496/5892 3119/3407/5803 +f 3119/3407/5803 3218/3496/5892 3219/3497/5893 +f 3119/3407/5803 3219/3497/5893 3121/3373/5769 +f 3121/3373/5769 3219/3497/5893 2533/2838/5103 +f 3121/3373/5769 2533/2838/5103 2535/2840/5105 +f 3220/3498/5894 2532/2836/5101 2533/2838/5103 +f 3220/3498/5894 2533/2838/5103 3219/3497/5893 +f 3220/3498/5894 3219/3497/5893 3221/3499/5895 +f 3221/3499/5895 3219/3497/5893 3218/3496/5892 +f 3221/3499/5895 3218/3496/5892 3122/2194/4165 +f 3122/2194/4165 3218/3496/5892 1958/2196/4167 +f 3221/3499/5895 3122/2194/4165 3124/3410/5806 +f 3221/3499/5895 3124/3410/5806 3220/3498/5894 +f 3220/3498/5894 3124/3410/5806 2529/2834/5099 +f 3220/3498/5894 2529/2834/5099 2532/2836/5101 +f 3125/3411/5807 2527/2831/5096 2529/2834/5099 +f 2524/2829/5094 2527/2831/5096 3125/3411/5807 +f 2524/2829/5094 3125/3411/5807 3222/3500/5896 +f 3222/3500/5896 3125/3411/5807 3123/3409/5805 +f 3222/3500/5896 3123/3409/5805 3223/3501/5897 +f 3223/3501/5897 3123/3409/5805 1953/2190/4161 +f 3224/3502/5898 2523/2827/5092 2524/2829/5094 +f 3224/3502/5898 2524/2829/5094 3222/3500/5896 +f 3224/3502/5898 3222/3500/5896 3225/3503/5899 +f 3225/3503/5899 3222/3500/5896 3223/3501/5897 +f 3225/3503/5899 3223/3501/5897 1953/2190/4161 +f 1953/2190/4161 1950/2187/4158 3225/3503/5899 +f 3225/3503/5899 1950/2187/4158 3127/3412/5808 +f 3225/3503/5899 3127/3412/5808 3128/3414/5810 +f 3225/3503/5899 3128/3414/5810 3224/3502/5898 +f 3224/3502/5898 3128/3414/5810 2520/2824/5089 +f 3224/3502/5898 2520/2824/5089 2523/2827/5092 +f 3129/3415/5811 2517/2821/5086 2520/2824/5089 +f 2514/2819/5084 2517/2821/5086 3129/3415/5811 +f 2514/2819/5084 3129/3415/5811 3226/3504/5900 +f 3226/3504/5900 3129/3415/5811 3126/3413/5809 +f 3226/3504/5900 3126/3413/5809 3227/3505/5901 +f 3227/3505/5901 3126/3413/5809 1947/2185/4156 +f 1947/2185/4156 3126/3413/5809 1950/2187/4158 +f 3228/3506/5902 2513/2817/5082 2514/2819/5084 +f 3228/3506/5902 2514/2819/5084 3226/3504/5900 +f 3228/3506/5902 3226/3504/5900 3229/3507/5903 +f 3229/3507/5903 3226/3504/5900 3227/3505/5901 +f 3229/3507/5903 3227/3505/5901 1947/2185/4156 +f 1947/2185/4156 1945/2183/4154 3229/3507/5903 +f 3229/3507/5903 1945/2183/4154 3230/3508/5904 +f 3229/3507/5903 3230/3508/5904 3231/3509/5905 +f 3229/3507/5903 3231/3509/5905 3228/3506/5902 +f 3228/3506/5902 3231/3509/5905 2510/2815/5080 +f 3228/3506/5902 2510/2815/5080 2513/2817/5082 +f 3230/3508/5904 1945/2183/4154 3232/3510/5906 +f 3230/3508/5904 3232/3510/5906 3231/3509/5905 +f 3231/3509/5905 3232/3510/5906 3233/3372/5768 +f 3231/3509/5905 3233/3372/5768 2510/2815/5080 +f 2510/2815/5080 3233/3372/5768 2508/2813/5078 +f 2508/2813/5078 3233/3372/5768 2506/2811/5076 +f 2503/2808/5073 2505/2810/5075 3234/3371/5767 +f 3234/3371/5767 2505/2810/5075 3233/3372/5768 +f 3234/3371/5767 3233/3372/5768 3232/3510/5906 +f 3234/3371/5767 3232/3510/5906 3235/2157/4128 +f 3235/2157/4128 3232/3510/5906 1945/2183/4154 +f 3236/3511/5907 2502/2806/5071 3234/3371/5767 +f 3236/3511/5907 3234/3371/5767 3237/3512/5908 +f 3237/3512/5908 3234/3371/5767 3238/3513/5909 +f 3238/3513/5909 3234/3371/5767 3235/2157/4128 +f 3235/2157/4128 1921/2155/4126 3238/3513/5909 +f 3238/3513/5909 1921/2155/4126 3239/3514/5910 +f 3238/3513/5909 3239/3514/5910 3237/3512/5908 +f 3237/3512/5908 3239/3514/5910 3240/3515/5911 +f 3237/3512/5908 3240/3515/5911 3236/3511/5907 +f 3236/3511/5907 3240/3515/5911 2499/2804/5069 +f 3236/3511/5907 2499/2804/5069 2502/2806/5071 +f 3239/3514/5910 1921/2155/4126 3241/3516/5912 +f 3239/3514/5910 3241/3516/5912 3240/3515/5911 +f 3240/3515/5911 3241/3516/5912 3242/3370/5766 +f 3240/3515/5911 3242/3370/5766 2499/2804/5069 +f 2499/2804/5069 3242/3370/5766 2498/2803/5068 +f 2498/2803/5068 3242/3370/5766 2495/2800/5065 +f 2493/2797/5062 3242/3370/5766 3243/3517/5913 +f 3243/3517/5913 3242/3370/5766 3241/3516/5912 +f 3243/3517/5913 3241/3516/5912 3244/3518/5914 +f 3244/3518/5914 3241/3516/5912 1919/2153/4124 +f 1919/2153/4124 3241/3516/5912 1921/2155/4126 +f 3245/3519/5915 2462/2766/5031 2493/2797/5062 +f 3245/3519/5915 2493/2797/5062 3243/3517/5913 +f 3245/3519/5915 3243/3517/5913 3246/3520/5916 +f 3246/3520/5916 3243/3517/5913 3244/3518/5914 +f 3246/3520/5916 3244/3518/5914 1919/2153/4124 +f 1919/2153/4124 1916/2150/4121 3246/3520/5916 +f 3246/3520/5916 1916/2150/4121 3247/3521/5917 +f 3246/3520/5916 3247/3521/5917 3248/3522/5918 +f 3246/3520/5916 3248/3522/5918 3245/3519/5915 +f 3245/3519/5915 3248/3522/5918 2459/2764/5029 +f 3245/3519/5915 2459/2764/5029 2462/2766/5031 +f 3247/3521/5917 1916/2150/4121 3249/3523/5919 +f 3247/3521/5917 3249/3523/5919 3248/3522/5918 +f 3248/3522/5918 3249/3523/5919 3250/3369/5765 +f 3248/3522/5918 3250/3369/5765 2459/2764/5029 +f 2459/2764/5029 3250/3369/5765 2490/2794/5059 +f 3251/3524/5920 2488/2792/5057 3250/3369/5765 +f 3251/3524/5920 3250/3369/5765 3252/3525/5921 +f 3252/3525/5921 3250/3369/5765 3249/3523/5919 +f 3249/3523/5919 1916/2150/4121 1912/2146/4117 +f 3249/3523/5919 1912/2146/4117 3252/3525/5921 +f 3252/3525/5921 1912/2146/4117 3131/3417/5813 +f 3252/3525/5921 3131/3417/5813 3251/3524/5920 +f 3251/3524/5920 3131/3417/5813 3133/3419/5815 +f 3251/3524/5920 3133/3419/5815 2488/2792/5057 +f 2488/2792/5057 3133/3419/5815 2485/2790/5055 +f 1701/1923/3894 1700/1922/3893 1703/1924/3895 +f 1698/1918/3889 1704/1920/3891 3322/3526/5922 +f 3322/3526/5922 1704/1920/3891 1703/1924/3895 +f 1700/1922/3893 1607/1826/3797 3279/3527/5923 +f 3279/3527/5923 1607/1826/3797 1611/1830/3801 +f 1599/1819/3790 1601/1818/3789 3278/3528/5924 +f 3278/3528/5924 1601/1818/3789 3277/3529/5925 +f 3277/3529/5925 1601/1818/3789 1595/1814/3785 +f 3277/3529/5925 1595/1814/3785 1705/1813/3784 +f 1705/1813/3784 1713/1926/3897 3276/3530/5926 +f 3276/3530/5926 1713/1926/3897 3275/3531/5927 +f 3275/3531/5927 1713/1926/3897 1712/1932/3903 +f 3275/3531/5927 1712/1932/3903 1709/1929/3900 +f 1592/1808/3779 1594/1811/3782 1714/1933/3904 +f 1709/1929/3900 1707/1928/3899 3274/3532/5928 +f 3274/3532/5928 1707/1928/3899 1714/1933/3904 +f 1590/1807/3778 1585/1801/3772 1589/1806/3777 +f 1581/1797/3768 1582/1799/3770 3307/3533/5929 +f 3307/3533/5929 1582/1799/3770 1717/1937/3908 +f 3307/3533/5929 1717/1937/3908 1720/1939/3910 +f 1571/1785/3756 3300/3534/5930 1730/1950/3921 +f 1726/1946/3917 1733/1953/3924 3302/3535/5931 +f 3302/3535/5931 1733/1953/3924 1732/1952/3923 +f 3302/3535/5931 1732/1952/3923 1730/1950/3921 +f 1571/1785/3756 1574/1789/3760 3300/3534/5930 +f 3300/3534/5930 1574/1789/3760 1577/1791/3762 +f 3300/3534/5930 1577/1791/3762 3271/3536/5932 +f 3271/3536/5932 1577/1791/3762 1575/1792/3763 +f 1560/1775/3746 3253/3537/5933 1561/1776/3747 +f 1567/1782/3753 1566/1781/3752 3270/3538/5934 +f 3270/3538/5934 1566/1781/3752 1561/1776/3747 +f 1560/1775/3746 1734/1954/3925 3253/3537/5933 +f 3253/3537/5933 1734/1954/3925 1735/1955/3926 +f 3253/3537/5933 1735/1955/3926 3299/3539/5935 +f 3299/3539/5935 1735/1955/3926 1662/1883/3854 +f 3299/3539/5935 1662/1883/3854 3298/3540/5936 +f 3298/3540/5936 1662/1883/3854 1669/1885/3856 +f 3298/3540/5936 1669/1885/3856 3269/3541/5937 +f 3269/3541/5937 1669/1885/3856 1668/1890/3861 +f 1668/1890/3861 1667/1889/3860 3268/3542/5938 +f 3268/3542/5938 1667/1889/3860 1556/1769/3740 +f 3268/3542/5938 1556/1769/3740 3267/3543/5939 +f 3267/3543/5939 1556/1769/3740 1559/1773/3744 +f 3267/3543/5939 1559/1773/3744 1552/1764/3735 +f 1552/1764/3735 1659/1767/3738 3266/3544/5940 +f 3266/3544/5940 1659/1767/3738 1658/1880/3851 +f 1652/1875/3846 1654/1877/3848 3265/3545/5941 +f 3265/3545/5941 1654/1877/3848 1655/1878/3849 +f 3265/3545/5941 1655/1878/3849 1670/1891/3862 +f 1681/1902/3873 3254/3546/5942 1675/1896/3867 +f 1681/1902/3873 1680/1901/3872 3254/3546/5942 +f 3254/3546/5942 1680/1901/3872 1678/1899/3870 +f 1678/1899/3870 1645/1868/3839 3264/3547/5943 +f 3264/3547/5943 1645/1868/3839 3263/3548/5944 +f 3263/3548/5944 1645/1868/3839 1649/1872/3843 +f 3263/3548/5944 1649/1872/3843 1641/1863/3834 +f 1641/1863/3834 1637/1858/3829 3290/3549/5945 +f 3290/3549/5945 1637/1858/3829 3289/3550/5946 +f 3289/3550/5946 1637/1858/3829 1639/1860/3831 +f 3289/3550/5946 1639/1860/3831 3288/3551/5947 +f 3288/3551/5947 1639/1860/3831 1633/1855/3826 +f 1684/1905/3876 3255/3552/5948 1682/1903/3874 +f 3288/3551/5947 1633/1855/3826 1632/1854/3825 +f 3288/3551/5947 1632/1854/3825 3287/3553/5949 +f 3287/3553/5949 1632/1854/3825 1631/1853/3824 +f 3287/3553/5949 1631/1853/3824 1682/1903/3874 +f 1692/1913/3884 3256/3554/5950 1689/1911/3882 +f 1684/1905/3876 1686/1907/3878 3255/3552/5948 +f 3255/3552/5948 1686/1907/3878 1690/1909/3880 +f 3255/3552/5948 1690/1909/3880 3261/3555/5951 +f 3261/3555/5951 1690/1909/3880 1689/1911/3882 +f 1692/1913/3884 1691/1912/3883 3256/3554/5950 +f 3256/3554/5950 1691/1912/3883 1627/1848/3819 +f 1629/1850/3821 1623/1840/3811 3260/3556/5952 +f 3260/3556/5952 1623/1840/3811 1620/1843/3814 +f 1620/1843/3814 1613/1833/3804 3259/3557/5953 +f 3259/3557/5953 1613/1833/3804 3258/3558/5954 +f 3258/3558/5954 1613/1833/3804 1615/1836/3807 +f 3258/3558/5954 1615/1836/3807 1693/1837/3808 +f 1693/1837/3808 1695/1915/3886 3257/3559/5955 +f 3257/3559/5955 1695/1915/3886 1696/1916/3887 +f 3257/3559/5955 3281/3560/5956 1693/1837/3808 +f 1693/1837/3808 3281/3560/5956 3258/3558/5954 +f 3259/3557/5953 3282/3561/5957 1620/1843/3814 +f 1620/1843/3814 3282/3561/5957 3260/3556/5952 +f 3260/3556/5952 3328/3562/5958 1629/1850/3821 +f 1629/1850/3821 3328/3562/5958 3283/3563/5959 +f 1629/1850/3821 3283/3563/5959 1627/1848/3819 +f 1627/1848/3819 3283/3563/5959 3284/3564/5960 +f 1627/1848/3819 3284/3564/5960 3256/3554/5950 +f 3256/3554/5950 3284/3564/5960 3285/3565/5961 +f 3256/3554/5950 3285/3565/5961 1689/1911/3882 +f 1689/1911/3882 3285/3565/5961 3261/3555/5951 +f 3261/3555/5951 3286/3566/5962 3255/3552/5948 +f 3255/3552/5948 3286/3566/5962 3262/3567/5963 +f 3255/3552/5948 3262/3567/5963 1682/1903/3874 +f 1682/1903/3874 3262/3567/5963 3287/3553/5949 +f 3290/3549/5945 3291/3568/5964 1641/1863/3834 +f 1641/1863/3834 3291/3568/5964 3263/3548/5944 +f 3264/3547/5943 3292/3569/5965 1678/1899/3870 +f 1678/1899/3870 3292/3569/5965 3293/3570/5966 +f 1678/1899/3870 3293/3570/5966 3254/3546/5942 +f 3254/3546/5942 3293/3570/5966 3294/3571/5967 +f 3254/3546/5942 3294/3571/5967 1675/1896/3867 +f 1675/1896/3867 3294/3571/5967 3335/3572/5968 +f 1675/1896/3867 3335/3572/5968 1677/1898/3869 +f 1677/1898/3869 3335/3572/5968 3336/3573/5969 +f 1677/1898/3869 3336/3573/5969 1673/1894/3865 +f 1673/1894/3865 3336/3573/5969 3337/3574/5970 +f 1673/1894/3865 3337/3574/5970 1670/1891/3862 +f 1670/1891/3862 3337/3574/5970 3265/3545/5941 +f 3265/3545/5941 3339/3575/5971 1652/1875/3846 +f 1652/1875/3846 3339/3575/5971 3340/3576/5972 +f 1652/1875/3846 3340/3576/5972 1658/1880/3851 +f 1658/1880/3851 3340/3576/5972 3266/3544/5940 +f 3266/3544/5940 3295/3577/5973 1552/1764/3735 +f 1552/1764/3735 3295/3577/5973 3267/3543/5939 +f 3268/3542/5938 3297/3578/5974 1668/1890/3861 +f 1668/1890/3861 3297/3578/5974 3269/3541/5937 +f 3299/3539/5935 3345/3579/5975 3253/3537/5933 +f 3253/3537/5933 3345/3579/5975 3346/3580/5976 +f 3253/3537/5933 3346/3580/5976 1561/1776/3747 +f 1561/1776/3747 3346/3580/5976 3270/3538/5934 +f 3270/3538/5934 3348/3581/5977 1567/1782/3753 +f 1567/1782/3753 3348/3581/5977 3349/3582/5978 +f 1567/1782/3753 3349/3582/5978 1575/1792/3763 +f 1575/1792/3763 3349/3582/5978 3271/3536/5932 +f 3300/3534/5930 3301/3583/5979 1730/1950/3921 +f 1730/1950/3921 3301/3583/5979 3302/3535/5931 +f 3302/3535/5931 3303/3584/5980 1726/1946/3917 +f 1726/1946/3917 3303/3584/5980 3304/3585/5981 +f 1726/1946/3917 3304/3585/5981 1724/1944/3915 +f 1724/1944/3915 3304/3585/5981 1722/1942/3913 +f 1722/1942/3913 3306/3586/5982 1720/1939/3910 +f 1720/1939/3910 3306/3586/5982 3307/3533/5929 +f 3307/3533/5929 3308/3587/5983 1581/1797/3768 +f 1581/1797/3768 3308/3587/5983 3309/3588/5984 +f 1581/1797/3768 3309/3588/5984 1578/1794/3765 +f 1578/1794/3765 3309/3588/5984 3310/3589/5985 +f 1578/1794/3765 3310/3589/5985 1585/1801/3772 +f 1585/1801/3772 3310/3589/5985 3311/3590/5986 +f 1585/1801/3772 3311/3590/5986 1589/1806/3777 +f 1589/1806/3777 3311/3590/5986 3312/3591/5987 +f 1589/1806/3777 3312/3591/5987 1587/1803/3774 +f 1587/1803/3774 3312/3591/5987 3272/3592/5988 +f 1587/1803/3774 3272/3592/5988 1594/1811/3782 +f 1594/1811/3782 3272/3592/5988 3273/3593/5989 +f 1594/1811/3782 3273/3593/5989 1714/1933/3904 +f 1714/1933/3904 3273/3593/5989 3274/3532/5928 +f 3274/3532/5928 3315/3594/5990 1709/1929/3900 +f 1709/1929/3900 3315/3594/5990 3275/3531/5927 +f 3276/3530/5926 3317/3595/5991 1705/1813/3784 +f 1705/1813/3784 3317/3595/5991 3277/3529/5925 +f 3278/3528/5924 3318/3596/5992 1599/1819/3790 +f 1599/1819/3790 3318/3596/5992 3319/3597/5993 +f 1599/1819/3790 3319/3597/5993 1610/1831/3802 +f 1610/1831/3802 3319/3597/5993 3320/3598/5994 +f 1610/1831/3802 3320/3598/5994 1611/1830/3801 +f 1611/1830/3801 3320/3598/5994 3279/3527/5923 +f 3279/3527/5923 3321/3599/5995 1700/1922/3893 +f 1700/1922/3893 3321/3599/5995 3280/3600/5996 +f 1700/1922/3893 3280/3600/5996 1703/1924/3895 +f 1703/1924/3895 3280/3600/5996 3322/3526/5922 +f 3322/3526/5922 3323/3601/5997 1698/1918/3889 +f 1698/1918/3889 3323/3601/5997 3324/3602/5998 +f 1698/1918/3889 3324/3602/5998 1696/1916/3887 +f 1696/1916/3887 3324/3602/5998 3257/3559/5955 +f 3324/3602/5998 3325/3603/5999 3257/3559/5955 +f 3257/3559/5955 3325/3603/5999 3281/3560/5956 +f 3281/3560/5956 3326/3604/6000 3258/3558/5954 +f 3258/3558/5954 3326/3604/6000 3361/3605/6001 +f 3258/3558/5954 3361/3605/6001 3259/3557/5953 +f 3259/3557/5953 3361/3605/6001 3282/3561/5957 +f 3282/3561/5957 3327/3606/6002 3260/3556/5952 +f 3260/3556/5952 3327/3606/6002 3328/3562/5958 +f 3285/3565/5961 3331/3607/6003 3261/3555/5951 +f 3261/3555/5951 3331/3607/6003 3286/3566/5962 +f 3286/3566/5962 3332/3608/6004 3262/3567/5963 +f 3262/3567/5963 3332/3608/6004 3287/3553/5949 +f 3291/3568/5964 3333/3609/6005 3263/3548/5944 +f 3263/3548/5944 3333/3609/6005 3334/3610/6006 +f 3263/3548/5944 3334/3610/6006 3264/3547/5943 +f 3264/3547/5943 3334/3610/6006 3292/3569/5965 +f 3337/3574/5970 3338/3611/6007 3265/3545/5941 +f 3265/3545/5941 3338/3611/6007 3339/3575/5971 +f 3340/3576/5972 3341/3612/6008 3266/3544/5940 +f 3266/3544/5940 3341/3612/6008 3295/3577/5973 +f 3295/3577/5973 3373/3613/6009 3267/3543/5939 +f 3267/3543/5939 3373/3613/6009 3296/3614/6010 +f 3267/3543/5939 3296/3614/6010 3268/3542/5938 +f 3268/3542/5938 3296/3614/6010 3297/3578/5974 +f 3297/3578/5974 3344/3615/6011 3269/3541/5937 +f 3269/3541/5937 3344/3615/6011 3298/3540/5936 +f 3346/3580/5976 3347/3616/6012 3270/3538/5934 +f 3270/3538/5934 3347/3616/6012 3348/3581/5977 +f 3349/3582/5978 3350/3617/6013 3271/3536/5932 +f 3271/3536/5932 3350/3617/6013 3300/3534/5930 +f 3304/3585/5981 3305/3618/6014 1722/1942/3913 +f 1722/1942/3913 3305/3618/6014 3306/3586/5982 +f 3312/3591/5987 3351/3619/6015 3272/3592/5988 +f 3272/3592/5988 3351/3619/6015 3313/3620/6016 +f 3272/3592/5988 3313/3620/6016 3273/3593/5989 +f 3273/3593/5989 3313/3620/6016 3314/3621/6017 +f 3273/3593/5989 3314/3621/6017 3274/3532/5928 +f 3274/3532/5928 3314/3621/6017 3315/3594/5990 +f 3315/3594/5990 3353/3622/6018 3275/3531/5927 +f 3275/3531/5927 3353/3622/6018 3316/3623/6019 +f 3275/3531/5927 3316/3623/6019 3276/3530/5926 +f 3276/3530/5926 3316/3623/6019 3317/3595/5991 +f 3317/3595/5991 3355/3624/6020 3277/3529/5925 +f 3277/3529/5925 3355/3624/6020 3356/3625/6021 +f 3277/3529/5925 3356/3625/6021 3278/3528/5924 +f 3278/3528/5924 3356/3625/6021 3318/3596/5992 +f 3320/3598/5994 3358/3626/6022 3279/3527/5923 +f 3279/3527/5923 3358/3626/6022 3321/3599/5995 +f 3321/3599/5995 3359/3627/6023 3280/3600/5996 +f 3280/3600/5996 3359/3627/6023 3322/3526/5922 +f 3325/3603/5999 3360/3628/6024 3281/3560/5956 +f 3281/3560/5956 3360/3628/6024 3326/3604/6000 +f 3361/3605/6001 3362/3629/6025 3282/3561/5957 +f 3282/3561/5957 3362/3629/6025 3327/3606/6002 +f 3328/3562/5958 3363/3630/6026 3283/3563/5959 +f 3283/3563/5959 3363/3630/6026 3329/3631/6027 +f 3283/3563/5959 3329/3631/6027 3284/3564/5960 +f 3284/3564/5960 3329/3631/6027 3330/3632/6028 +f 3284/3564/5960 3330/3632/6028 3285/3565/5961 +f 3285/3565/5961 3330/3632/6028 3331/3607/6003 +f 3331/3607/6003 3405/3633/6029 3286/3566/5962 +f 3286/3566/5962 3405/3633/6029 3332/3608/6004 +f 3332/3608/6004 3364/3634/6030 3287/3553/5949 +f 3287/3553/5949 3364/3634/6030 3365/3635/6031 +f 3287/3553/5949 3365/3635/6031 3288/3551/5947 +f 3288/3551/5947 3365/3635/6031 3366/3636/6032 +f 3288/3551/5947 3366/3636/6032 3289/3550/5946 +f 3289/3550/5946 3366/3636/6032 3367/3637/6033 +f 3289/3550/5946 3367/3637/6033 3290/3549/5945 +f 3290/3549/5945 3367/3637/6033 3368/3638/6034 +f 3290/3549/5945 3368/3638/6034 3291/3568/5964 +f 3291/3568/5964 3368/3638/6034 3333/3609/6005 +f 3334/3610/6006 3369/3639/6035 3292/3569/5965 +f 3292/3569/5965 3369/3639/6035 3370/3640/6036 +f 3292/3569/5965 3370/3640/6036 3293/3570/5966 +f 3293/3570/5966 3370/3640/6036 3371/3641/6037 +f 3293/3570/5966 3371/3641/6037 3294/3571/5967 +f 3294/3571/5967 3371/3641/6037 3335/3572/5968 +f 3341/3612/6008 3372/3642/6038 3295/3577/5973 +f 3295/3577/5973 3372/3642/6038 3373/3613/6009 +f 3373/3613/6009 3342/3643/6039 3296/3614/6010 +f 3296/3614/6010 3342/3643/6039 3343/3644/6040 +f 3296/3614/6010 3343/3644/6040 3297/3578/5974 +f 3297/3578/5974 3343/3644/6040 3344/3615/6011 +f 3344/3615/6011 3419/3645/6041 3298/3540/5936 +f 3298/3540/5936 3419/3645/6041 3374/3646/6042 +f 3298/3540/5936 3374/3646/6042 3299/3539/5935 +f 3299/3539/5935 3374/3646/6042 3345/3579/5975 +f 3350/3617/6013 3375/3647/6043 3300/3534/5930 +f 3300/3534/5930 3375/3647/6043 3376/3648/6044 +f 3300/3534/5930 3376/3648/6044 3301/3583/5979 +f 3301/3583/5979 3376/3648/6044 3377/3649/6045 +f 3301/3583/5979 3377/3649/6045 3302/3535/5931 +f 3302/3535/5931 3377/3649/6045 3378/3650/6046 +f 3302/3535/5931 3378/3650/6046 3303/3584/5980 +f 3303/3584/5980 3378/3650/6046 3426/3651/6047 +f 3303/3584/5980 3426/3651/6047 3304/3585/5981 +f 3304/3585/5981 3426/3651/6047 3427/3652/6048 +f 3304/3585/5981 3427/3652/6048 3305/3618/6014 +f 3305/3618/6014 3427/3652/6048 3379/3653/6049 +f 3305/3618/6014 3379/3653/6049 3306/3586/5982 +f 3306/3586/5982 3379/3653/6049 3380/3654/6050 +f 3306/3586/5982 3380/3654/6050 3307/3533/5929 +f 3307/3533/5929 3380/3654/6050 3381/3655/6051 +f 3307/3533/5929 3381/3655/6051 3308/3587/5983 +f 3308/3587/5983 3381/3655/6051 3382/3656/6052 +f 3308/3587/5983 3382/3656/6052 3309/3588/5984 +f 3309/3588/5984 3382/3656/6052 3383/3657/6053 +f 3309/3588/5984 3383/3657/6053 3310/3589/5985 +f 3310/3589/5985 3383/3657/6053 3384/3658/6054 +f 3310/3589/5985 3384/3658/6054 3311/3590/5986 +f 3311/3590/5986 3384/3658/6054 3385/3659/6055 +f 3311/3590/5986 3385/3659/6055 3312/3591/5987 +f 3312/3591/5987 3385/3659/6055 3351/3619/6015 +f 3351/3619/6015 3386/3660/6056 3313/3620/6016 +f 3313/3620/6016 3386/3660/6056 3387/3661/6057 +f 3313/3620/6016 3387/3661/6057 3314/3621/6017 +f 3314/3621/6017 3387/3661/6057 3352/3662/6058 +f 3314/3621/6017 3352/3662/6058 3315/3594/5990 +f 3315/3594/5990 3352/3662/6058 3353/3622/6018 +f 3353/3622/6018 3388/3663/6059 3316/3623/6019 +f 3316/3623/6019 3388/3663/6059 3354/3664/6060 +f 3316/3623/6019 3354/3664/6060 3317/3595/5991 +f 3317/3595/5991 3354/3664/6060 3355/3624/6020 +f 3356/3625/6021 3391/3665/6061 3318/3596/5992 +f 3318/3596/5992 3391/3665/6061 3392/3666/6062 +f 3318/3596/5992 3392/3666/6062 3319/3597/5993 +f 3319/3597/5993 3392/3666/6062 3357/3667/6063 +f 3319/3597/5993 3357/3667/6063 3320/3598/5994 +f 3320/3598/5994 3357/3667/6063 3358/3626/6022 +f 3358/3626/6022 3394/3668/6064 3321/3599/5995 +f 3321/3599/5995 3394/3668/6064 3359/3627/6023 +f 3359/3627/6023 3395/3669/6065 3322/3526/5922 +f 3322/3526/5922 3395/3669/6065 3396/3670/6066 +f 3322/3526/5922 3396/3670/6066 3323/3601/5997 +f 3323/3601/5997 3396/3670/6066 3397/3671/6067 +f 3323/3601/5997 3397/3671/6067 3324/3602/5998 +f 3324/3602/5998 3397/3671/6067 3325/3603/5999 +f 3397/3671/6067 3398/3672/6068 3325/3603/5999 +f 3325/3603/5999 3398/3672/6068 3360/3628/6024 +f 3360/3628/6024 3399/3673/6069 3326/3604/6000 +f 3326/3604/6000 3399/3673/6069 3361/3605/6001 +f 3362/3629/6025 3400/3674/6070 3327/3606/6002 +f 3327/3606/6002 3400/3674/6070 3401/3675/6071 +f 3327/3606/6002 3401/3675/6071 3328/3562/5958 +f 3328/3562/5958 3401/3675/6071 3363/3630/6026 +f 3363/3630/6026 3402/3676/6072 3329/3631/6027 +f 3329/3631/6027 3402/3676/6072 3403/3677/6073 +f 3329/3631/6027 3403/3677/6073 3330/3632/6028 +f 3330/3632/6028 3403/3677/6073 3404/3678/6074 +f 3330/3632/6028 3404/3678/6074 3331/3607/6003 +f 3331/3607/6003 3404/3678/6074 3405/3633/6029 +f 3405/3633/6029 3406/3679/6075 3332/3608/6004 +f 3332/3608/6004 3406/3679/6075 3364/3634/6030 +f 3368/3638/6034 3407/3680/6076 3333/3609/6005 +f 3333/3609/6005 3407/3680/6076 3408/3681/6077 +f 3333/3609/6005 3408/3681/6077 3334/3610/6006 +f 3334/3610/6006 3408/3681/6077 3369/3639/6035 +f 3371/3641/6037 3409/3682/6078 3335/3572/5968 +f 3335/3572/5968 3409/3682/6078 3410/3683/6079 +f 3335/3572/5968 3410/3683/6079 3336/3573/6080 +f 3336/3573/6080 3410/3683/6079 3411/3684/6081 +f 3336/3573/6080 3411/3684/6081 3337/3574/5970 +f 3337/3574/5970 3411/3684/6081 3412/3685/6082 +f 3337/3574/5970 3412/3685/6082 3338/3611/6007 +f 3338/3611/6007 3412/3685/6082 3413/3686/6083 +f 3338/3611/6007 3413/3686/6083 3339/3575/5971 +f 3339/3575/5971 3413/3686/6083 3414/3687/6084 +f 3339/3575/5971 3414/3687/6084 3340/3576/5972 +f 3340/3576/5972 3414/3687/6084 3415/3688/6085 +f 3340/3576/5972 3415/3688/6085 3341/3612/6008 +f 3341/3612/6008 3415/3688/6085 3372/3642/6038 +f 3373/3613/6009 3416/3689/6086 3342/3643/6039 +f 3342/3643/6039 3416/3689/6086 3417/3690/6087 +f 3342/3643/6039 3417/3690/6087 3343/3644/6040 +f 3343/3644/6040 3417/3690/6087 3418/3691/6088 +f 3343/3644/6040 3418/3691/6088 3344/3615/6011 +f 3344/3615/6011 3418/3691/6088 3419/3645/6041 +f 3374/3646/6042 3420/3692/6089 3345/3579/5975 +f 3345/3579/5975 3420/3692/6089 3421/3693/6090 +f 3345/3579/5975 3421/3693/6090 3346/3580/5976 +f 3346/3580/5976 3421/3693/6090 3422/3694/6091 +f 3346/3580/5976 3422/3694/6091 3347/3616/6012 +f 3347/3616/6012 3422/3694/6091 3423/3695/6092 +f 3347/3616/6012 3423/3695/6092 3348/3581/5977 +f 3348/3581/5977 3423/3695/6092 3424/3696/6093 +f 3348/3581/5977 3424/3696/6093 3349/3582/5978 +f 3349/3582/5978 3424/3696/6093 3425/3697/6094 +f 3349/3582/5978 3425/3697/6094 3350/3617/6013 +f 3350/3617/6013 3425/3697/6094 3375/3647/6043 +f 3385/3659/6055 3430/3698/6095 3351/3619/6015 +f 3351/3619/6015 3430/3698/6095 3386/3660/6056 +f 3387/3661/6057 3431/3699/6096 3352/3662/6058 +f 3352/3662/6058 3431/3699/6096 3432/3700/6097 +f 3352/3662/6058 3432/3700/6097 3353/3622/6018 +f 3353/3622/6018 3432/3700/6097 3388/3663/6059 +f 3388/3663/6059 3434/3701/6098 3354/3664/6060 +f 3354/3664/6060 3434/3701/6098 3389/3702/6099 +f 3354/3664/6060 3389/3702/6099 3355/3624/6020 +f 3355/3624/6020 3389/3702/6099 3390/3703/6100 +f 3355/3624/6020 3390/3703/6100 3356/3625/6021 +f 3356/3625/6021 3390/3703/6100 3391/3665/6061 +f 3392/3666/6062 3437/3704/6101 3357/3667/6063 +f 3357/3667/6063 3437/3704/6101 3393/3705/6102 +f 3357/3667/6063 3393/3705/6102 3358/3626/6022 +f 3358/3626/6022 3393/3705/6102 3394/3668/6064 +f 3394/3668/6064 3439/3706/6103 3359/3627/6023 +f 3359/3627/6023 3439/3706/6103 3395/3669/6065 +f 3398/3672/6068 3440/3707/6104 3360/3628/6024 +f 3360/3628/6024 3440/3707/6104 3399/3673/6069 +f 3399/3673/6069 3441/3708/6105 3361/3605/6001 +f 3361/3605/6001 3441/3708/6105 3470/3709/6106 +f 3361/3605/6001 3470/3709/6106 3362/3629/6025 +f 3362/3629/6025 3470/3709/6106 3400/3674/6070 +f 3401/3675/6071 3473/3710/6107 3363/3630/6026 +f 3363/3630/6026 3473/3710/6107 3402/3676/6072 +f 3406/3679/6075 3442/3711/6108 3364/3634/6030 +f 3364/3634/6030 3442/3711/6108 3443/3712/6109 +f 3364/3634/6030 3443/3712/6109 3365/3635/6031 +f 3365/3635/6031 3443/3712/6109 3444/3713/6110 +f 3365/3635/6031 3444/3713/6110 3366/3636/6032 +f 3366/3636/6032 3444/3713/6110 3445/3714/6111 +f 3366/3636/6032 3445/3714/6111 3367/3637/6033 +f 3367/3637/6033 3445/3714/6111 3446/3715/6112 +f 3367/3637/6033 3446/3715/6112 3368/3638/6034 +f 3368/3638/6034 3446/3715/6112 3407/3680/6076 +f 3408/3681/6077 3447/3716/6113 3369/3639/6035 +f 3369/3639/6035 3447/3716/6113 3448/3717/6114 +f 3369/3639/6035 3448/3717/6114 3370/3640/6036 +f 3370/3640/6036 3448/3717/6114 3449/3718/6115 +f 3370/3640/6036 3449/3718/6115 3371/3641/6037 +f 3371/3641/6037 3449/3718/6115 3409/3682/6078 +f 3415/3688/6085 3450/3719/6116 3372/3642/6038 +f 3372/3642/6038 3450/3719/6116 3486/3720/6117 +f 3372/3642/6038 3486/3720/6117 3373/3613/6009 +f 3373/3613/6009 3486/3720/6117 3416/3689/6086 +f 3419/3645/6041 3451/3721/6118 3374/3646/6042 +f 3374/3646/6042 3451/3721/6118 3420/3692/6089 +f 3425/3697/6094 3452/3722/6119 3375/3647/6043 +f 3375/3647/6043 3452/3722/6119 3497/3723/6120 +f 3375/3647/6043 3497/3723/6120 3376/3648/6044 +f 3376/3648/6044 3497/3723/6120 3453/3724/6121 +f 3376/3648/6044 3453/3724/6121 3377/3649/6045 +f 3377/3649/6045 3453/3724/6121 3454/3725/6122 +f 3377/3649/6045 3454/3725/6122 3378/3650/6046 +f 3378/3650/6046 3454/3725/6122 3426/3651/6047 +f 3427/3652/6048 3455/3726/6123 3379/3653/6049 +f 3379/3653/6049 3455/3726/6123 3456/3727/6124 +f 3379/3653/6049 3456/3727/6124 3380/3654/6050 +f 3380/3654/6050 3456/3727/6124 3457/3728/6125 +f 3380/3654/6050 3457/3728/6125 3381/3655/6051 +f 3381/3655/6051 3457/3728/6125 3458/3729/6126 +f 3381/3655/6051 3458/3729/6126 3382/3656/6052 +f 3382/3656/6052 3458/3729/6126 3459/3730/6127 +f 3382/3656/6052 3459/3730/6127 3383/3657/6053 +f 3383/3657/6053 3459/3730/6127 3428/3731/6128 +f 3383/3657/6053 3428/3731/6128 3384/3658/6054 +f 3384/3658/6054 3428/3731/6128 3429/3732/6129 +f 3384/3658/6054 3429/3732/6129 3385/3659/6055 +f 3385/3659/6055 3429/3732/6129 3430/3698/6095 +f 3430/3698/6095 3502/3733/6130 3386/3660/6056 +f 3386/3660/6056 3502/3733/6130 3503/3734/6131 +f 3386/3660/6056 3503/3734/6131 3387/3661/6057 +f 3387/3661/6057 3503/3734/6131 3431/3699/6096 +f 3432/3700/6097 3433/3735/6132 3388/3663/6059 +f 3388/3663/6059 3433/3735/6132 3434/3701/6098 +f 3434/3701/6098 3460/3736/6133 3389/3702/6099 +f 3389/3702/6099 3460/3736/6133 3435/3737/6134 +f 3389/3702/6099 3435/3737/6134 3390/3703/6100 +f 3390/3703/6100 3435/3737/6134 3436/3738/6135 +f 3390/3703/6100 3436/3738/6135 3391/3665/6061 +f 3391/3665/6061 3436/3738/6135 3462/3739/6136 +f 3391/3665/6061 3462/3739/6136 3392/3666/6062 +f 3392/3666/6062 3462/3739/6136 3437/3704/6101 +f 3437/3704/6101 3463/3740/6137 3393/3705/6102 +f 3393/3705/6102 3463/3740/6137 3438/3741/6138 +f 3393/3705/6102 3438/3741/6138 3394/3668/6064 +f 3394/3668/6064 3438/3741/6138 3439/3706/6103 +f 3439/3706/6103 3465/3742/6139 3395/3669/6065 +f 3395/3669/6065 3465/3742/6139 3466/3743/6140 +f 3395/3669/6065 3466/3743/6140 3396/3670/6066 +f 3396/3670/6066 3466/3743/6140 3467/3744/6141 +f 3396/3670/6066 3467/3744/6141 3397/3671/6067 +f 3397/3671/6067 3467/3744/6141 3398/3672/6068 +f 3467/3744/6141 3468/3745/6142 3398/3672/6068 +f 3398/3672/6068 3468/3745/6142 3440/3707/6104 +f 3440/3707/6104 3469/3746/6143 3399/3673/6069 +f 3399/3673/6069 3469/3746/6143 3441/3708/6105 +f 3470/3709/6106 3471/3747/6144 3400/3674/6070 +f 3400/3674/6070 3471/3747/6144 3472/3748/6145 +f 3400/3674/6070 3472/3748/6145 3401/3675/6071 +f 3401/3675/6071 3472/3748/6145 3473/3710/6107 +f 3473/3710/6107 3474/3749/6146 3402/3676/6072 +f 3402/3676/6072 3474/3749/6146 3475/3750/6147 +f 3402/3676/6072 3475/3750/6147 3403/3677/6073 +f 3403/3677/6073 3475/3750/6147 3476/3751/6148 +f 3403/3677/6073 3476/3751/6148 3404/3678/6074 +f 3404/3678/6074 3476/3751/6148 3477/3752/6149 +f 3404/3678/6074 3477/3752/6149 3405/3633/6029 +f 3405/3633/6029 3477/3752/6149 3478/3753/6150 +f 3405/3633/6029 3478/3753/6150 3406/3679/6075 +f 3406/3679/6075 3478/3753/6150 3442/3711/6108 +f 3446/3715/6112 3479/3754/6151 3407/3680/6076 +f 3407/3680/6076 3479/3754/6151 3480/3755/6152 +f 3407/3680/6076 3480/3755/6152 3408/3681/6077 +f 3408/3681/6077 3480/3755/6152 3447/3716/6113 +f 3449/3718/6115 3517/3756/6153 3409/3682/6078 +f 3409/3682/6078 3517/3756/6153 3481/3757/6154 +f 3409/3682/6078 3481/3757/6154 3410/3683/6079 +f 3410/3683/6079 3481/3757/6154 3482/3758/6155 +f 3410/3683/6079 3482/3758/6155 3411/3684/6081 +f 3411/3684/6081 3482/3758/6155 3483/3759/6156 +f 3411/3684/6081 3483/3759/6156 3412/3685/6082 +f 3412/3685/6082 3483/3759/6156 3518/3760/6157 +f 3412/3685/6082 3518/3760/6157 3413/3686/6083 +f 3413/3686/6083 3518/3760/6157 3484/3761/6158 +f 3413/3686/6083 3484/3761/6158 3414/3687/6084 +f 3414/3687/6084 3484/3761/6158 3485/3762/6159 +f 3414/3687/6084 3485/3762/6159 3415/3688/6085 +f 3415/3688/6085 3485/3762/6159 3450/3719/6116 +f 3486/3720/6117 3487/3763/6160 3416/3689/6086 +f 3416/3689/6086 3487/3763/6160 3488/3764/6161 +f 3416/3689/6086 3488/3764/6161 3417/3690/6087 +f 3417/3690/6087 3488/3764/6161 3489/3765/6162 +f 3417/3690/6087 3489/3765/6162 3418/3691/6088 +f 3418/3691/6088 3489/3765/6162 3490/3766/6163 +f 3418/3691/6088 3490/3766/6163 3419/3645/6041 +f 3419/3645/6041 3490/3766/6163 3451/3721/6118 +f 3451/3721/6118 3491/3767/6164 3420/3692/6089 +f 3420/3692/6089 3491/3767/6164 3492/3768/6165 +f 3420/3692/6089 3492/3768/6165 3421/3693/6090 +f 3421/3693/6090 3492/3768/6165 3493/3769/6166 +f 3421/3693/6090 3493/3769/6166 3422/3694/6091 +f 3422/3694/6091 3493/3769/6166 3494/3770/6167 +f 3422/3694/6091 3494/3770/6167 3423/3695/6092 +f 3423/3695/6092 3494/3770/6167 3495/3771/6168 +f 3423/3695/6092 3495/3771/6168 3424/3696/6093 +f 3424/3696/6093 3495/3771/6168 3496/3772/6169 +f 3424/3696/6093 3496/3772/6169 3425/3697/6094 +f 3425/3697/6094 3496/3772/6169 3452/3722/6119 +f 3454/3725/6122 3522/3773/6170 3426/3651/6047 +f 3426/3651/6047 3522/3773/6170 3498/3774/6171 +f 3426/3651/6047 3498/3774/6171 3427/3652/6048 +f 3427/3652/6048 3498/3774/6171 3455/3726/6123 +f 3459/3730/6127 3499/3775/6172 3428/3731/6128 +f 3428/3731/6128 3499/3775/6172 3500/3776/6173 +f 3428/3731/6128 3500/3776/6173 3429/3732/6129 +f 3429/3732/6129 3500/3776/6173 3501/3777/6174 +f 3429/3732/6129 3501/3777/6174 3430/3698/6095 +f 3430/3698/6095 3501/3777/6174 3502/3733/6130 +f 3503/3734/6131 3504/3778/6175 3431/3699/6096 +f 3431/3699/6096 3504/3778/6175 3505/3779/6176 +f 3431/3699/6096 3505/3779/6176 3432/3700/6097 +f 3432/3700/6097 3505/3779/6176 3506/3780/6177 +f 3432/3700/6097 3506/3780/6177 3433/3735/6132 +f 3433/3735/6132 3506/3780/6177 3507/3781/6178 +f 3433/3735/6132 3507/3781/6178 3434/3701/6098 +f 3434/3701/6098 3507/3781/6178 3460/3736/6133 +f 3460/3736/6133 3508/3782/6179 3435/3737/6134 +f 3435/3737/6134 3508/3782/6179 3461/3783/6180 +f 3435/3737/6134 3461/3783/6180 3436/3738/6135 +f 3436/3738/6135 3461/3783/6180 3462/3739/6136 +f 3462/3739/6136 3510/3784/6181 3437/3704/6101 +f 3437/3704/6101 3510/3784/6181 3463/3740/6137 +f 3463/3740/6137 3511/3785/6182 3438/3741/6138 +f 3438/3741/6138 3511/3785/6182 3464/3786/6183 +f 3438/3741/6138 3464/3786/6183 3439/3706/6103 +f 3439/3706/6103 3464/3786/6183 3465/3742/6139 +f 3468/3745/6142 3513/3787/6184 3440/3707/6104 +f 3440/3707/6104 3513/3787/6184 3469/3746/6143 +f 3469/3746/6143 1918/2152/4123 3441/3708/6105 +f 3441/3708/6105 1918/2152/4123 3470/3709/6106 +f 3478/3753/6150 1951/2188/4159 3442/3711/6108 +f 3442/3711/6108 1951/2188/4159 1952/2189/4160 +f 3442/3711/6108 1952/2189/4160 3443/3712/6109 +f 3443/3712/6109 1952/2189/4160 1954/2191/4162 +f 3443/3712/6109 1954/2191/4162 3444/3713/6110 +f 3444/3713/6110 1954/2191/4162 1955/2192/4163 +f 3444/3713/6110 1955/2192/4163 3445/3714/6111 +f 3445/3714/6111 1955/2192/4163 1956/2193/4164 +f 3445/3714/6111 1956/2193/4164 3446/3715/6112 +f 3446/3715/6112 1956/2193/4164 3479/3754/6151 +f 3480/3755/6152 3514/3788/6185 3447/3716/6113 +f 3447/3716/6113 3514/3788/6185 3515/3789/6186 +f 3447/3716/6113 3515/3789/6186 3448/3717/6114 +f 3448/3717/6114 3515/3789/6186 3516/3790/6187 +f 3448/3717/6114 3516/3790/6187 3449/3718/6115 +f 3449/3718/6115 3516/3790/6187 3517/3756/6153 +f 3485/3762/6159 1928/2164/4135 3450/3719/6116 +f 3450/3719/6116 1928/2164/4135 3486/3720/6117 +f 3490/3766/6163 1935/2171/4142 3451/3721/6118 +f 3451/3721/6118 1935/2171/4142 3491/3767/6164 +f 3496/3772/6169 3519/3791/6188 3452/3722/6119 +f 3452/3722/6119 3519/3791/6188 3497/3723/6120 +f 3497/3723/6120 3520/3792/6189 3453/3724/6121 +f 3453/3724/6121 3520/3792/6189 3521/3793/6190 +f 3453/3724/6121 3521/3793/6190 3454/3725/6122 +f 3454/3725/6122 3521/3793/6190 3522/3773/6170 +f 3498/3774/6171 1971/2209/4180 3455/3726/6123 +f 3455/3726/6123 1971/2209/4180 1973/2211/4182 +f 3455/3726/6123 1973/2211/4182 3456/3727/6124 +f 3456/3727/6124 1973/2211/4182 1974/2212/4183 +f 3456/3727/6124 1974/2212/4183 3457/3728/6125 +f 3457/3728/6125 1974/2212/4183 1975/2213/4184 +f 3457/3728/6125 1975/2213/4184 3458/3729/6126 +f 3458/3729/6126 1975/2213/4184 1977/2215/4186 +f 3458/3729/6126 1977/2215/4186 3459/3730/6127 +f 3459/3730/6127 1977/2215/4186 3499/3775/6172 +f 3507/3781/6178 1902/2136/4107 3460/3736/6133 +f 3460/3736/6133 1902/2136/4107 3508/3782/6179 +f 3508/3782/6179 3523/3794/6191 3461/3783/6180 +f 3461/3783/6180 3523/3794/6191 3509/3795/6192 +f 3461/3783/6180 3509/3795/6192 3462/3739/6136 +f 3462/3739/6136 3509/3795/6192 3510/3784/6181 +f 3510/3784/6181 1908/2142/4113 3463/3740/6137 +f 3463/3740/6137 1908/2142/4113 3511/3785/6182 +f 3511/3785/6182 3524/3796/6193 3464/3786/6183 +f 3464/3786/6183 3524/3796/6193 3512/3797/6194 +f 3464/3786/6183 3512/3797/6194 3465/3742/6139 +f 3465/3742/6139 3512/3797/6194 1913/2147/4118 +f 3465/3742/6139 1913/2147/4118 3466/3743/6140 +f 3466/3743/6140 1913/2147/4118 1914/2148/4119 +f 3466/3743/6140 1914/2148/4119 3467/3744/6141 +f 3467/3744/6141 1914/2148/4119 3468/3745/6142 +f 1914/2148/4119 1915/2149/4120 3468/3745/6142 +f 3468/3745/6142 1915/2149/4120 3513/3787/6184 +f 3513/3787/6184 1917/2151/4122 3469/3746/6143 +f 3469/3746/6143 1917/2151/4122 1918/2152/4123 +f 1918/2152/4123 1920/2154/4125 3470/3709/6106 +f 3470/3709/6106 1920/2154/4125 3471/3747/6144 +f 3471/3747/6144 1920/2154/4125 1922/2156/4127 +f 3471/3747/6144 1922/2156/4127 3472/3748/6145 +f 3472/3748/6145 1922/2156/4127 3473/3710/6107 +f 3473/3710/6107 1922/2156/4127 1946/2158/4129 +f 3473/3710/6107 1946/2158/4129 3474/3749/6146 +f 3474/3749/6146 1946/2158/4129 3475/3750/6147 +f 3475/3750/6147 1946/2158/4129 1948/2184/4155 +f 3475/3750/6147 1948/2184/4155 3476/3751/6148 +f 3476/3751/6148 1948/2184/4155 3477/3752/6149 +f 3477/3752/6149 1948/2184/4155 1949/2186/4157 +f 3477/3752/6149 1949/2186/4157 3478/3753/6150 +f 3478/3753/6150 1949/2186/4157 1951/2188/4159 +f 1956/2193/4164 1957/2195/4166 3479/3754/6151 +f 3479/3754/6151 1957/2195/4166 3480/3755/6152 +f 3480/3755/6152 1957/2195/4166 3514/3788/6185 +f 3517/3756/6153 1963/2201/4172 3481/3757/6154 +f 3481/3757/6154 1963/2201/4172 1964/2202/4173 +f 3481/3757/6154 1964/2202/4173 3482/3758/6155 +f 3482/3758/6155 1964/2202/4173 1965/2203/4174 +f 3482/3758/6155 1965/2203/4174 3483/3759/6156 +f 3483/3759/6156 1965/2203/4174 3518/3760/6157 +f 3518/3760/6157 1925/2161/4132 3484/3761/6158 +f 3484/3761/6158 1925/2161/4132 1926/2162/4133 +f 3484/3761/6158 1926/2162/4133 3485/3762/6159 +f 3485/3762/6159 1926/2162/4133 1928/2164/4135 +f 1928/2164/4135 1930/2165/4136 3486/3720/6117 +f 3486/3720/6117 1930/2165/4136 3487/3763/6160 +f 3487/3763/6160 1930/2165/4136 1931/2167/4138 +f 3487/3763/6160 1931/2167/4138 3488/3764/6161 +f 3488/3764/6161 1931/2167/4138 1932/2168/4139 +f 3488/3764/6161 1932/2168/4139 3489/3765/6162 +f 3489/3765/6162 1932/2168/4139 1934/2170/4141 +f 3489/3765/6162 1934/2170/4141 3490/3766/6163 +f 3490/3766/6163 1934/2170/4141 1935/2171/4142 +f 1935/2171/4142 1937/2173/4144 3491/3767/6164 +f 3491/3767/6164 1937/2173/4144 3492/3768/6165 +f 3492/3768/6165 1937/2173/4144 1939/2175/4146 +f 3492/3768/6165 1939/2175/4146 3493/3769/6166 +f 3493/3769/6166 1939/2175/4146 3494/3770/6167 +f 3494/3770/6167 1939/2175/4146 1940/2177/4148 +f 3494/3770/6167 1940/2177/4148 3495/3771/6168 +f 3495/3771/6168 1940/2177/4148 1941/2178/4149 +f 3495/3771/6168 1941/2178/4149 3496/3772/6169 +f 3496/3772/6169 1941/2178/4149 3519/3791/6188 +f 3519/3791/6188 1944/2181/4152 3497/3723/6120 +f 3497/3723/6120 1944/2181/4152 3520/3792/6189 +f 3522/3773/6170 1970/2208/4179 3498/3774/6171 +f 3498/3774/6171 1970/2208/4179 1971/2209/4180 +f 1977/2215/4186 1979/2216/4187 3499/3775/6172 +f 3499/3775/6172 1979/2216/4187 3500/3776/6173 +f 3500/3776/6173 1979/2216/4187 1980/2218/4189 +f 3500/3776/6173 1980/2218/4189 3501/3777/6174 +f 3501/3777/6174 1980/2218/4189 1982/2219/4190 +f 3501/3777/6174 1982/2219/4190 3502/3733/6130 +f 3502/3733/6130 1982/2219/4190 3503/3734/6131 +f 3503/3734/6131 1982/2219/4190 1983/2221/4192 +f 3503/3734/6131 1983/2221/4192 3504/3778/6175 +f 3504/3778/6175 1983/2221/4192 1984/2223/4194 +f 3504/3778/6175 1984/2223/4194 3505/3779/6176 +f 3505/3779/6176 1984/2223/4194 1986/2225/4196 +f 3505/3779/6176 1986/2225/4196 3506/3780/6177 +f 3506/3780/6177 1986/2225/4196 1987/2226/4197 +f 3506/3780/6177 1987/2226/4197 3507/3781/6178 +f 3507/3781/6178 1987/2226/4197 1989/2228/4199 +f 3507/3781/6178 1989/2228/4199 1902/2136/4107 +f 3508/3782/6179 1902/2136/4107 3523/3794/6191 +f 3523/3794/6191 1905/2139/4110 3509/3795/6192 +f 3509/3795/6192 1905/2139/4110 1906/2140/4111 +f 3509/3795/6192 1906/2140/4111 3510/3784/6181 +f 3510/3784/6181 1906/2140/4111 1908/2142/4113 +f 1908/2142/4113 1909/2143/4114 3511/3785/6182 +f 3511/3785/6182 1909/2143/4114 3524/3796/6193 +f 3524/3796/6193 1911/2145/4116 3512/3797/6194 +f 3512/3797/6194 1911/2145/4116 1913/2147/4118 +f 3513/3787/6184 1915/2149/4120 1917/2151/4122 +f 1957/2195/4166 1960/2197/4168 3514/3788/6185 +f 3514/3788/6185 1960/2197/4168 3515/3789/6186 +f 3515/3789/6186 1960/2197/4168 3516/3790/6187 +f 3516/3790/6187 1960/2197/4168 1961/2199/4170 +f 3516/3790/6187 1961/2199/4170 3517/3756/6153 +f 3517/3756/6153 1961/2199/4170 1963/2201/4172 +f 1965/2203/4174 1923/2159/4130 3518/3760/6157 +f 3518/3760/6157 1923/2159/4130 1925/2161/4132 +f 1941/2178/4149 1942/2179/4150 3519/3791/6188 +f 3519/3791/6188 1942/2179/4150 1944/2181/4152 +f 1944/2181/4152 1968/2182/4153 3520/3792/6189 +f 3520/3792/6189 1968/2182/4153 3521/3793/6190 +f 3521/3793/6190 1968/2182/4153 1969/2206/4177 +f 3521/3793/6190 1969/2206/4177 3522/3773/6170 +f 3522/3773/6170 1969/2206/4177 1970/2208/4179 +f 1902/2136/4107 1904/2138/4109 3523/3794/6191 +f 3523/3794/6191 1904/2138/4109 1905/2139/4110 +f 3524/3796/6193 1909/2143/4114 1911/2145/4116 +f 3649/3798/6195 3526/3799/6196 3527/3800/6197 +f 2461/2767/5032 2460/2765/5030 3528/3801/6198 +f 2494/2799/5064 2492/2798/5063 3640/3802/6199 +f 2516/2822/5087 2515/2820/5085 3631/3803/6200 +f 2519/2825/5090 2518/2823/5088 3529/3804/6201 +f 2526/2832/5097 2525/2830/5095 3628/3805/6202 +f 2531/2837/5102 2530/2835/5100 3531/3806/6203 +f 2536/2841/5106 2534/2839/5104 3623/3807/6204 +f 2542/2848/5113 2541/2846/5111 3532/3808/6205 +f 3604/3809/6206 2539/2844/5109 2567/2873/5138 +f 2394/2697/4962 2392/2695/4960 3534/3810/6207 +f 2411/2715/4980 2410/2713/4978 3586/3811/6208 +f 2414/2717/4982 2412/2716/4981 3652/3812/6209 +f 2386/2689/4954 2385/2687/4952 3536/3813/6210 +f 2418/2721/4986 2416/2719/4984 3537/3814/6211 +f 2422/2726/4991 2421/2724/4989 3538/3815/6212 +f 4698/3816/6213 4699/1578/3549 1417/1580/3551 +f 4319/3817/6214 4317/1666/3637 1482/1665/3636 +f 1537/1741/3712 4018/3818/6215 3558/3819/6216 +f 3940/3820/6217 3938/2124/4095 1894/2123/4094 +f 1369/1523/3494 1368/1524/3495 3644/3821/6218 +f 3809/3822/6219 1370/1521/3492 3539/3823/6220 +f 3809/3822/6219 3539/3823/6220 3541/3824/6221 +f 3540/3825/6222 3544/3826/6223 2487/2793/5058 +f 2487/2793/5058 3544/3826/6223 3539/3823/6220 +f 3539/3823/6220 3544/3826/6223 3541/3824/6221 +f 3546/3827/6224 3542/3828/6225 3543/3829/6226 +f 3543/3829/6226 3542/3828/6225 3540/3825/6222 +f 3540/3825/6222 3542/3828/6225 3544/3826/6223 +f 3838/2135/4106 3546/3827/6224 3545/2134/4105 +f 3545/2134/4105 3546/3827/6224 3543/3829/6226 +f 3547/3830/6227 3550/3831/6228 3548/3832/6229 +f 3940/3820/6217 1894/2123/4094 3547/3830/6227 +f 3940/3820/6217 3547/3830/6227 3548/3832/6229 +f 3550/3831/6228 3547/3830/6227 3549/3833/6230 +f 3550/3831/6228 3549/3833/6230 3551/3834/6231 +f 3551/3834/6231 3549/3833/6230 3552/3835/6232 +f 3553/1754/3725 3551/3834/6231 3552/3835/6232 +f 3555/3836/6233 3557/3837/6234 3556/1745/3716 +f 2465/2770/5035 3557/3837/6234 3555/3836/6233 +f 2465/2770/5035 3559/3838/6235 3557/3837/6234 +f 3558/3819/6216 4018/3818/6215 3559/3838/6235 +f 3647/3839/6236 1536/1739/3710 1537/1741/3712 +f 1528/1731/3702 4049/3840/6237 4048/1732/3703 +f 4049/3840/6237 1528/1731/3702 3562/3841/6238 +f 3562/3841/6238 1528/1731/3702 3560/3842/6239 +f 3562/3841/6238 3560/3842/6239 2451/2756/5021 +f 2449/2754/5019 3561/3843/6240 3562/3841/6238 +f 2449/2754/5019 3562/3841/6238 2451/2756/5021 +f 1526/1726/3697 1527/1728/3699 3648/3844/6241 +f 4099/1719/3690 1518/1718/3689 3564/3845/6242 +f 3564/3845/6242 1518/1718/3689 3563/3846/6243 +f 3567/2748/5013 3565/2746/5011 3569/3847/6244 +f 3569/3847/6244 3566/3848/6245 3567/2748/5013 +f 3565/2746/5011 2441/2744/5009 3568/3849/6246 +f 3568/3849/6246 4127/3850/6247 3569/3847/6244 +f 3568/3849/6246 3569/3847/6244 3565/2746/5011 +f 1516/1713/3684 1517/1715/3686 3568/3849/6246 +f 3568/3849/6246 1517/1715/3686 4127/3850/6247 +f 3527/3800/6197 3573/3851/6248 3570/3852/6249 +f 3527/3800/6197 3570/3852/6249 3571/3853/6250 +f 3527/3800/6197 3572/3854/6251 3573/3851/6248 +f 3573/3851/6248 3572/3854/6251 3574/3855/6252 +f 1507/1700/3671 4182/1702/3673 3642/3856/6253 +f 3642/3856/6253 4182/1702/3673 3574/3855/6252 +f 3576/3857/6254 3575/3858/6255 4211/1691/3662 +f 3575/3858/6255 3576/3857/6254 3578/3859/6256 +f 3577/3860/6257 3579/3861/6258 3578/3859/6256 +f 3538/3815/6212 3580/3862/6259 3579/3861/6258 +f 4238/1690/3661 3580/3862/6259 1491/1689/3660 +f 1491/1689/3660 3580/3862/6259 3538/3815/6212 +f 3582/3863/6260 3581/1678/3649 1492/1677/3648 +f 3582/3863/6260 1492/1677/3648 3537/3814/6211 +f 3584/3864/6261 3585/3865/6262 3583/3866/6263 +f 1490/1676/3647 3585/3865/6262 3584/3864/6261 +f 4319/3817/6214 1482/1665/3636 3586/3811/6208 +f 4319/3817/6214 3586/3811/6208 3587/3867/6264 +f 3589/3868/6265 3588/3869/6266 3535/3870/6267 +f 3590/3871/6268 1481/1664/3635 3589/3868/6265 +f 4369/1655/3626 1472/1654/3625 4372/3872/6269 +f 3591/3873/6270 3594/3874/6271 3592/3875/6272 +f 3591/3873/6270 3592/3875/6272 4372/3872/6269 +f 3591/3873/6270 4372/3872/6269 1472/1654/3625 +f 3594/3874/6271 3591/3873/6270 3593/3876/6273 +f 3595/3877/6274 3597/3878/6275 3593/3876/6273 +f 3593/3876/6273 3597/3878/6275 3596/3879/6276 +f 3593/3876/6273 3596/3879/6276 3594/3874/6271 +f 1471/1651/3622 3597/3878/6275 3595/3877/6274 +f 3534/3810/6207 1470/1649/3620 1471/1651/3622 +f 4426/1642/3613 1462/1641/3612 3599/3880/6277 +f 4480/1628/3599 1453/1627/3598 4483/3881/6278 +f 4483/3881/6278 1453/1627/3598 3602/3882/6279 +f 4483/3881/6278 3602/3882/6279 3603/3883/6280 +f 3603/3883/6280 2568/2875/5140 3604/3809/6206 +f 1451/1623/3594 4509/1625/3596 3643/3884/6281 +f 3643/3884/6281 4509/1625/3596 4507/3885/6282 +f 3605/1616/3587 1445/1615/3586 3606/3886/6283 +f 3605/1616/3587 3606/3886/6283 4539/3887/6284 +f 3607/3888/6285 3608/2867/5132 3609/3889/6286 +f 3607/3888/6285 3609/3889/6286 4539/3887/6284 +f 3608/2867/5132 3611/3890/6287 3609/3889/6286 +f 3608/2867/5132 3610/3891/6288 3611/3890/6287 +f 3611/3890/6287 3610/3891/6288 3612/3892/6289 +f 4565/1613/3584 3612/3892/6289 1435/1612/3583 +f 1435/1612/3583 3612/3892/6289 3610/3891/6288 +f 2552/2858/5123 3616/3893/6290 3614/3894/6291 +f 2552/2858/5123 3614/3894/6291 2554/2860/5125 +f 2554/2860/5125 3614/3894/6291 3613/3895/6292 +f 3615/3896/6293 3617/3897/6294 3616/3893/6290 +f 3615/3896/6293 3616/3893/6290 2551/2856/5121 +f 2551/2856/5121 3616/3893/6290 2552/2858/5123 +f 1434/1601/3572 3617/3897/6294 3615/3896/6293 +f 4641/1591/3562 1426/1590/3561 4643/3898/6295 +f 3619/3899/6296 3618/3900/6297 4643/3898/6295 +f 3619/3899/6296 4643/3898/6295 1426/1590/3561 +f 3622/3901/6298 3620/3902/6299 3621/3903/6300 +f 3618/3900/6297 3619/3899/6296 3620/3902/6299 +f 3532/3808/6205 1425/1589/3560 3622/3901/6298 +f 3623/3807/6204 3625/3904/6301 3624/3905/6302 +f 4698/3816/6213 1417/1580/3551 3623/3807/6204 +f 4698/3816/6213 3623/3807/6204 3624/3905/6302 +f 3626/3906/6303 3625/3904/6301 3531/3806/6203 +f 3530/3907/6304 1416/1577/3548 3626/3906/6303 +f 4752/1568/3539 1407/1567/3538 4755/3908/6305 +f 3628/3805/6202 3627/3909/6306 4755/3908/6305 +f 3628/3805/6202 4755/3908/6305 1407/1567/3538 +f 3630/3910/6307 3629/3911/6308 2522/2828/5093 +f 1406/1564/3535 3529/3804/6201 1405/1562/3533 +f 4809/1555/3526 1398/1554/3525 3631/3803/6200 +f 3632/3912/6309 4811/3913/6310 3631/3803/6200 +f 3631/3803/6200 4811/3913/6310 4809/1555/3526 +f 1397/1551/3522 4835/3914/6311 1396/1549/3520 +f 1396/1549/3520 4835/3914/6311 3633/3915/6312 +f 3633/3915/6312 4835/3914/6311 3634/3916/6313 +f 3633/3915/6312 3634/3916/6313 2511/2816/5081 +f 4860/1541/3512 1389/1540/3511 4864/3917/6314 +f 4864/3917/6314 1389/1540/3511 3635/3918/6315 +f 2500/2805/5070 3638/3919/6316 3636/3920/6317 +f 3637/3921/6318 3638/3919/6316 2500/2805/5070 +f 1387/1536/3507 4889/1538/3509 3637/3921/6318 +f 3637/3921/6318 4889/1538/3509 3638/3919/6316 +f 3640/3802/6199 3639/3922/6319 4918/1527/3498 +f 3528/3801/6198 3645/3923/6320 3641/3924/6321 +f 3639/3922/6319 3640/3802/6199 3641/3924/6321 +f 2480/2785/5050 2477/2783/5048 3547/3830/6227 +f 2471/2776/5041 3646/3925/6322 3552/3835/6232 +f 3547/3830/6227 2477/2783/5048 2476/2781/5046 +f 3547/3830/6227 2476/2781/5046 3549/3833/6230 +f 3549/3833/6230 2476/2781/5046 2474/2780/5045 +f 3549/3833/6230 2474/2780/5045 3552/3835/6232 +f 3552/3835/6232 2474/2780/5045 2473/2778/5043 +f 3552/3835/6232 2473/2778/5043 2471/2776/5041 +f 3559/3838/6235 2465/2770/5035 3558/3819/6216 +f 3558/3819/6216 2465/2770/5035 2463/2768/5033 +f 2471/2776/5041 2469/2774/5039 3646/3925/6322 +f 3646/3925/6322 2469/2774/5039 2466/2772/5037 +f 3646/3925/6322 2466/2772/5037 3555/3836/6233 +f 3555/3836/6233 2466/2772/5037 2465/2770/5035 +f 2457/2762/5027 2455/2760/5025 3560/3842/6239 +f 3560/3842/6239 2455/2760/5025 2452/2758/5023 +f 3560/3842/6239 2452/2758/5023 2451/2756/5021 +f 2434/2737/5002 3572/3854/6251 2435/2739/5004 +f 2435/2739/5004 3572/3854/6251 3527/3800/6197 +f 2435/2739/5004 3527/3800/6197 3526/3799/6196 +f 2435/2739/5004 3526/3799/6196 2438/2741/5006 +f 2438/2741/5006 3526/3799/6196 2439/2743/5008 +f 2434/2737/5002 2432/2736/5001 3572/3854/6251 +f 3572/3854/6251 2432/2736/5001 3642/3856/6253 +f 3572/3854/6251 3642/3856/6253 3574/3855/6252 +f 3576/3857/6254 2427/2730/4995 2425/2729/4994 +f 3578/3859/6256 3576/3857/6254 3577/3860/6257 +f 3577/3860/6257 3576/3857/6254 2425/2729/4994 +f 3577/3860/6257 2425/2729/4994 2424/2727/4992 +f 3538/3815/6212 3579/3861/6258 3577/3860/6257 +f 3538/3815/6212 3577/3860/6257 2422/2726/4991 +f 2422/2726/4991 3577/3860/6257 2424/2727/4992 +f 3583/3866/6263 3582/3863/6260 3536/3813/6210 +f 3536/3813/6210 3582/3863/6260 3537/3814/6211 +f 3536/3813/6210 3537/3814/6211 2386/2689/4954 +f 2386/2689/4954 3537/3814/6211 2416/2719/4984 +f 2385/2687/4952 2414/2717/4982 3536/3813/6210 +f 3536/3813/6210 2414/2717/4982 3584/3864/6261 +f 3536/3813/6210 3584/3864/6261 3583/3866/6263 +f 3587/3867/6264 3586/3811/6208 3588/3869/6266 +f 3588/3869/6266 3586/3811/6208 3535/3870/6267 +f 3535/3870/6267 3586/3811/6208 2410/2713/4978 +f 3535/3870/6267 2410/2713/4978 2407/2711/4976 +f 2407/2711/4976 2406/2709/4974 3535/3870/6267 +f 3535/3870/6267 2406/2709/4974 3590/3871/6268 +f 3535/3870/6267 3590/3871/6268 3589/3868/6265 +f 2403/2706/4971 2401/2704/4969 3591/3873/6270 +f 2396/2699/4964 3595/3877/6274 2397/2701/4966 +f 2397/2701/4966 3595/3877/6274 3593/3876/6273 +f 2397/2701/4966 3593/3876/6273 2399/2702/4967 +f 2399/2702/4967 3593/3876/6273 3591/3873/6270 +f 2399/2702/4967 3591/3873/6270 2401/2704/4969 +f 2388/2691/4956 3600/3926/6323 2389/2693/4958 +f 2389/2693/4958 3600/3926/6323 3525/3927/6324 +f 2388/2691/4956 2576/2882/5147 3600/3926/6323 +f 3600/3926/6323 2576/2882/5147 2575/2881/5146 +f 3600/3926/6323 2575/2881/5146 3601/3928/6325 +f 2572/2878/5143 3533/3929/6326 2575/2881/5146 +f 3604/3809/6206 2568/2875/5140 2539/2844/5109 +f 4507/3885/6282 3604/3809/6206 3643/3884/6281 +f 3643/3884/6281 3604/3809/6206 2567/2873/5138 +f 2560/2865/5130 3610/3891/6288 3608/2867/5132 +f 3608/2867/5132 3607/3888/6285 2562/2869/5134 +f 3619/3899/6296 2547/2852/5117 2545/2851/5116 +f 3620/3902/6299 3619/3899/6296 3621/3903/6300 +f 3621/3903/6300 3619/3899/6296 2545/2851/5116 +f 3621/3903/6300 2545/2851/5116 2544/2849/5114 +f 3532/3808/6205 3622/3901/6298 3621/3903/6300 +f 3532/3808/6205 3621/3903/6300 2542/2848/5113 +f 2542/2848/5113 3621/3903/6300 2544/2849/5114 +f 3531/3806/6203 3625/3904/6301 3623/3807/6204 +f 3531/3806/6203 3623/3807/6204 2531/2837/5102 +f 2531/2837/5102 3623/3807/6204 2534/2839/5104 +f 2530/2835/5100 2528/2833/5098 3531/3806/6203 +f 3531/3806/6203 2528/2833/5098 3530/3907/6304 +f 3531/3806/6203 3530/3907/6304 3626/3906/6303 +f 3627/3909/6306 3628/3805/6202 3629/3911/6308 +f 3629/3911/6308 3628/3805/6202 2522/2828/5093 +f 2522/2828/5093 3628/3805/6202 2525/2830/5095 +f 2522/2828/5093 2521/2826/5091 3630/3910/6307 +f 3632/3912/6309 2512/2818/5083 2511/2816/5081 +f 3632/3912/6309 2511/2816/5081 3634/3916/6313 +f 2511/2816/5081 2509/2814/5079 3633/3915/6312 +f 3633/3915/6312 2509/2814/5079 2507/2812/5077 +f 3636/3920/6317 2501/2807/5072 2500/2805/5070 +f 3637/3921/6318 2500/2805/5070 2497/2802/5067 +f 3528/3801/6198 3641/3924/6321 3640/3802/6199 +f 3528/3801/6198 3640/3802/6199 2461/2767/5032 +f 2461/2767/5032 3640/3802/6199 2492/2798/5063 +f 2460/2765/5030 2491/2796/5061 3528/3801/6198 +f 3528/3801/6198 2491/2796/5061 3644/3821/6218 +f 3528/3801/6198 3644/3821/6218 3645/3923/6320 +f 3645/3923/6320 3644/3821/6218 1368/1524/3495 +f 2487/2793/5058 2486/2791/5056 3540/3825/6222 +f 3540/3825/6222 2486/2791/5056 2484/2789/5054 +f 3540/3825/6222 2484/2789/5054 3543/3829/6226 +f 2463/2768/5033 2457/2762/5027 3558/3819/6216 +f 3558/3819/6216 2457/2762/5027 3647/3839/6236 +f 3558/3819/6216 3647/3839/6236 1537/1741/3712 +f 2449/2754/5019 2448/2753/5018 3648/3844/6241 +f 2449/2754/5019 3648/3844/6241 3561/3843/6240 +f 3561/3843/6240 3648/3844/6241 1527/1728/3699 +f 2445/2750/5015 3567/2748/5013 3563/3846/6243 +f 3563/3846/6243 3567/2748/5013 3564/3845/6242 +f 3564/3845/6242 3567/2748/5013 3566/3848/6245 +f 4155/1705/3676 1509/1704/3675 3571/3853/6250 +f 3571/3853/6250 1509/1704/3675 3649/3798/6195 +f 3571/3853/6250 3649/3798/6195 3527/3800/6197 +f 2396/2699/4964 2394/2697/4962 3595/3877/6274 +f 3595/3877/6274 2394/2697/4962 3534/3810/6207 +f 3595/3877/6274 3534/3810/6207 1471/1651/3622 +f 3525/3927/6324 3600/3926/6323 3598/3930/6327 +f 3525/3927/6324 3598/3930/6327 1462/1641/3612 +f 1462/1641/3612 3598/3930/6327 3599/3880/6277 +f 2575/2881/5146 3533/3929/6326 3601/3928/6325 +f 3601/3928/6325 3533/3929/6326 1460/1636/3607 +f 3601/3928/6325 1460/1636/3607 1461/1638/3609 +f 3602/3882/6279 2570/2876/5141 2568/2875/5140 +f 3602/3882/6279 2568/2875/5140 3603/3883/6280 +f 2528/2833/5098 2526/2832/5097 3530/3907/6304 +f 3530/3907/6304 2526/2832/5097 3650/3931/6328 +f 3530/3907/6304 3650/3931/6328 1416/1577/3548 +f 1416/1577/3548 3650/3931/6328 1415/1575/3546 +f 2521/2826/5091 2519/2825/5090 3630/3910/6307 +f 3630/3910/6307 2519/2825/5090 3529/3804/6201 +f 3630/3910/6307 3529/3804/6201 1406/1564/3535 +f 2515/2820/5085 2512/2818/5083 3631/3803/6200 +f 3631/3803/6200 2512/2818/5083 3632/3912/6309 +f 2504/2809/5074 2501/2807/5072 3636/3920/6317 +f 2504/2809/5074 3636/3920/6317 3635/3918/6315 +f 3635/3918/6315 3636/3920/6317 4864/3917/6314 +f 2482/2787/5052 2480/2785/5050 3651/3932/6329 +f 3651/3932/6329 2480/2785/5050 3547/3830/6227 +f 3651/3932/6329 3547/3830/6227 1901/2125/4096 +f 1901/2125/4096 3547/3830/6227 1894/2123/4094 +f 3556/1745/3716 1538/1744/3715 3555/3836/6233 +f 3555/3836/6233 1538/1744/3715 3554/1752/3723 +f 3555/3836/6233 3554/1752/3723 3646/3925/6322 +f 3646/3925/6322 3554/1752/3723 3553/1754/3725 +f 3646/3925/6322 3553/1754/3725 3552/3835/6232 +f 2412/2716/4981 2411/2715/4980 3652/3812/6209 +f 3652/3812/6209 2411/2715/4980 3586/3811/6208 +f 3652/3812/6209 3586/3811/6208 1483/1667/3638 +f 1483/1667/3638 3586/3811/6208 1482/1665/3636 +f 2406/2709/4974 2404/2708/4973 3590/3871/6268 +f 3590/3871/6268 2404/2708/4973 3653/3933/6330 +f 3590/3871/6268 3653/3933/6330 1481/1664/3635 +f 1481/1664/3635 3653/3933/6330 1480/1662/3633 +f 2565/2871/5136 2562/2869/5134 3607/3888/6285 +f 2565/2871/5136 3607/3888/6285 3606/3886/6283 +f 3606/3886/6283 3607/3888/6285 4539/3887/6284 +f 3654/3934/6331 2536/2841/5106 3623/3807/6204 +f 3654/3934/6331 3623/3807/6204 1419/1581/3552 +f 1419/1581/3552 3623/3807/6204 1417/1580/3551 +f 2496/2801/5066 2494/2799/5064 3655/3935/6332 +f 3655/3935/6332 2494/2799/5064 3640/3802/6199 +f 3655/3935/6332 3640/3802/6199 1378/1526/3497 +f 1378/1526/3497 3640/3802/6199 4918/1527/3498 +f 2484/2789/5054 2482/2787/5052 3543/3829/6226 +f 3543/3829/6226 2482/2787/5052 3651/3932/6329 +f 3543/3829/6226 3651/3932/6329 3545/2134/4105 +f 3545/2134/4105 3651/3932/6329 1901/2125/4096 +f 3554/1752/3723 1538/1744/3715 1539/1743/3714 +f 3647/3839/6236 2457/2762/5027 3560/3842/6239 +f 3647/3839/6236 3560/3842/6239 1536/1739/3710 +f 1536/1739/3710 3560/3842/6239 1528/1731/3702 +f 1536/1739/3710 1528/1731/3702 1529/1730/3701 +f 1518/1718/3689 1519/1717/3688 3563/3846/6243 +f 3563/3846/6243 1519/1717/3688 1526/1726/3697 +f 3563/3846/6243 1526/1726/3697 3648/3844/6241 +f 3563/3846/6243 3648/3844/6241 2445/2750/5015 +f 2445/2750/5015 3648/3844/6241 2446/2752/5017 +f 2446/2752/5017 3648/3844/6241 2448/2753/5018 +f 1509/1704/3675 1510/1706/3677 3649/3798/6195 +f 3649/3798/6195 1510/1706/3677 1516/1713/3684 +f 3649/3798/6195 1516/1713/3684 3568/3849/6246 +f 3649/3798/6195 3568/3849/6246 3526/3799/6196 +f 3526/3799/6196 3568/3849/6246 2441/2744/5009 +f 3526/3799/6196 2441/2744/5009 2439/2743/5008 +f 3656/3936/6333 1501/1693/3664 1507/1700/3671 +f 3656/3936/6333 1507/1700/3671 3642/3856/6253 +f 3656/3936/6333 3642/3856/6253 2429/2732/4997 +f 2429/2732/4997 3642/3856/6253 2431/2734/4999 +f 2431/2734/4999 3642/3856/6253 2432/2736/5001 +f 2429/2732/4997 2427/2730/4995 3576/3857/6254 +f 2429/2732/4997 3576/3857/6254 3656/3936/6333 +f 3656/3936/6333 3576/3857/6254 4211/1691/3662 +f 3656/3936/6333 4211/1691/3662 1501/1693/3664 +f 3657/3937/6334 1497/1680/3651 1491/1689/3660 +f 3657/3937/6334 1491/1689/3660 3538/3815/6212 +f 3657/3937/6334 3538/3815/6212 2420/2723/4988 +f 2420/2723/4988 3538/3815/6212 2421/2724/4989 +f 2420/2723/4988 2418/2721/4986 3657/3937/6334 +f 3657/3937/6334 2418/2721/4986 3537/3814/6211 +f 3657/3937/6334 3537/3814/6211 1492/1677/3648 +f 3657/3937/6334 1492/1677/3648 1497/1680/3651 +f 3584/3864/6261 2414/2717/4982 3652/3812/6209 +f 3584/3864/6261 3652/3812/6209 1490/1676/3647 +f 1490/1676/3647 3652/3812/6209 1483/1667/3638 +f 2404/2708/4973 2403/2706/4971 3653/3933/6330 +f 3653/3933/6330 2403/2706/4971 3591/3873/6270 +f 3653/3933/6330 3591/3873/6270 1480/1662/3633 +f 1480/1662/3633 3591/3873/6270 1472/1654/3625 +f 1480/1662/3633 1472/1654/3625 1473/1653/3624 +f 2392/2695/4960 2389/2693/4958 3534/3810/6207 +f 3534/3810/6207 2389/2693/4958 3525/3927/6324 +f 3534/3810/6207 3525/3927/6324 1470/1649/3620 +f 1470/1649/3620 3525/3927/6324 1462/1641/3612 +f 1470/1649/3620 1462/1641/3612 1463/1640/3611 +f 1453/1627/3598 1454/1629/3600 1460/1636/3607 +f 1453/1627/3598 1460/1636/3607 3602/3882/6279 +f 3602/3882/6279 1460/1636/3607 3533/3929/6326 +f 3602/3882/6279 3533/3929/6326 2570/2876/5141 +f 2570/2876/5141 3533/3929/6326 2572/2878/5143 +f 3606/3886/6283 1445/1615/3586 1451/1623/3594 +f 3606/3886/6283 1451/1623/3594 3643/3884/6281 +f 3606/3886/6283 3643/3884/6281 2565/2871/5136 +f 2565/2871/5136 3643/3884/6281 2567/2873/5138 +f 3658/3938/6335 1438/1603/3574 1435/1612/3583 +f 3658/3938/6335 1435/1612/3583 3610/3891/6288 +f 3658/3938/6335 3610/3891/6288 2558/2864/5129 +f 2558/2864/5129 3610/3891/6288 2560/2865/5130 +f 2558/2864/5129 2557/2862/5127 3658/3938/6335 +f 3658/3938/6335 2557/2862/5127 2554/2860/5125 +f 3658/3938/6335 2554/2860/5125 3613/3895/6292 +f 3658/3938/6335 3613/3895/6292 1438/1603/3574 +f 1438/1603/3574 3613/3895/6292 1437/1604/3575 +f 2551/2856/5121 2549/2854/5119 3615/3896/6293 +f 3615/3896/6293 2549/2854/5119 1433/1592/3563 +f 3615/3896/6293 1433/1592/3563 1434/1601/3572 +f 1426/1590/3561 1433/1592/3563 3619/3899/6296 +f 3619/3899/6296 1433/1592/3563 2549/2854/5119 +f 3619/3899/6296 2549/2854/5119 2547/2852/5117 +f 2541/2846/5111 2536/2841/5106 3532/3808/6205 +f 3532/3808/6205 2536/2841/5106 3654/3934/6331 +f 3532/3808/6205 3654/3934/6331 1425/1589/3560 +f 1425/1589/3560 3654/3934/6331 1419/1581/3552 +f 3650/3931/6328 2526/2832/5097 3628/3805/6202 +f 3650/3931/6328 3628/3805/6202 1415/1575/3546 +f 1415/1575/3546 3628/3805/6202 1407/1567/3538 +f 1415/1575/3546 1407/1567/3538 1408/1566/3537 +f 2518/2823/5088 2516/2822/5087 3529/3804/6201 +f 3529/3804/6201 2516/2822/5087 3631/3803/6200 +f 3529/3804/6201 3631/3803/6200 1405/1562/3533 +f 1405/1562/3533 3631/3803/6200 1399/1553/3524 +f 1399/1553/3524 3631/3803/6200 1398/1554/3525 +f 1389/1540/3511 1390/1542/3513 3635/3918/6315 +f 3635/3918/6315 1390/1542/3513 1396/1549/3520 +f 3635/3918/6315 1396/1549/3520 3633/3915/6312 +f 3635/3918/6315 3633/3915/6312 2504/2809/5074 +f 2504/2809/5074 3633/3915/6312 2507/2812/5077 +f 1378/1526/3497 1381/1529/3500 1387/1536/3507 +f 1378/1526/3497 1387/1536/3507 3655/3935/6332 +f 3655/3935/6332 1387/1536/3507 3637/3921/6318 +f 3655/3935/6332 3637/3921/6318 2496/2801/5066 +f 2496/2801/5066 3637/3921/6318 2497/2802/5067 +f 3659/3939/6336 1374/1520/3491 1369/1523/3494 +f 3659/3939/6336 1369/1523/3494 3644/3821/6218 +f 3659/3939/6336 3644/3821/6218 2489/2795/5060 +f 2489/2795/5060 3644/3821/6218 2491/2796/5061 +f 2489/2795/5060 2487/2793/5058 3659/3939/6336 +f 3659/3939/6336 2487/2793/5058 3539/3823/6220 +f 3659/3939/6336 3539/3823/6220 1374/1520/3491 +f 1374/1520/3491 3539/3823/6220 1370/1521/3492 +s 122 +f 2685/2993/5258 1876/2105/4076 2684/2992/5257 +f 2684/2992/5257 1876/2105/4076 1877/2106/4077 +f 2684/2992/5257 1877/2106/4077 2682/2990/5255 +f 2682/2990/5255 1877/2106/4077 1777/2004/3975 +f 2682/2990/5255 1777/2004/3975 2681/2989/5254 +f 2681/2989/5254 1777/2004/3975 1780/2008/3979 +f 2681/2989/5254 1780/2008/3979 2679/2987/5252 +f 2679/2987/5252 1780/2008/3979 1771/1997/3968 +f 2679/2987/5252 1771/1997/3968 2678/2985/5250 +f 2678/2985/5250 1771/1997/3968 1773/1999/3970 +f 2678/2985/5250 1773/1999/3970 2698/3006/5271 +f 2698/3006/5271 1773/1999/3970 1767/1993/3964 +f 2698/3006/5271 1767/1993/3964 2697/3005/5270 +f 2697/3005/5270 1767/1993/3964 1765/1992/3963 +f 2697/3005/5270 1765/1992/3963 2695/3003/5268 +f 2695/3003/5268 1765/1992/3963 1768/1994/3965 +f 2695/3003/5268 1768/1994/3965 2694/3002/5267 +f 2694/3002/5267 1768/1994/3965 1878/2107/4078 +f 2694/3002/5267 1878/2107/4078 2692/3000/5265 +f 2692/3000/5265 1878/2107/4078 1880/2109/4080 +f 2692/3000/5265 1880/2109/4080 2691/2998/5263 +f 2691/2998/5263 1880/2109/4080 1881/2110/4081 +f 2691/2998/5263 1881/2110/4081 2708/3016/5281 +f 2708/3016/5281 1881/2110/4081 1883/2112/4083 +f 2708/3016/5281 1883/2112/4083 2707/3015/5280 +f 2707/3015/5280 1883/2112/4083 1884/2113/4084 +f 2707/3015/5280 1884/2113/4084 2705/3013/5278 +f 2705/3013/5278 1884/2113/4084 1760/1987/3958 +f 2705/3013/5278 1760/1987/3958 2704/3012/5277 +f 2704/3012/5277 1760/1987/3958 1763/1990/3961 +f 2704/3012/5277 1763/1990/3961 2702/3010/5275 +f 2702/3010/5275 1763/1990/3961 1753/1979/3950 +f 2702/3010/5275 1753/1979/3950 2701/3008/5273 +f 2701/3008/5273 1753/1979/3950 1754/1981/3952 +f 2701/3008/5273 1754/1981/3952 2718/3026/5291 +f 2718/3026/5291 1754/1981/3952 1755/1982/3953 +f 2718/3026/5291 1755/1982/3953 2717/3025/5290 +f 2717/3025/5290 1755/1982/3953 1748/1974/3945 +f 2717/3025/5290 1748/1974/3945 2715/3023/5288 +f 2715/3023/5288 1748/1974/3945 1746/1973/3944 +f 2715/3023/5288 1746/1973/3944 2714/3022/5287 +f 2714/3022/5287 1746/1973/3944 1885/2114/4085 +f 2714/3022/5287 1885/2114/4085 2712/3020/5285 +f 2712/3020/5285 1885/2114/4085 1887/2116/4087 +f 2712/3020/5285 1887/2116/4087 2711/3018/5283 +f 2711/3018/5283 1887/2116/4087 1888/2117/4088 +f 2711/3018/5283 1888/2117/4088 2728/3036/5301 +f 2728/3036/5301 1888/2117/4088 1890/2119/4090 +f 2728/3036/5301 1890/2119/4090 2727/3035/5300 +f 2727/3035/5300 1890/2119/4090 1891/2120/4091 +f 2727/3035/5300 1891/2120/4091 2725/3033/5298 +f 2725/3033/5298 1891/2120/4091 1853/2083/4054 +f 2725/3033/5298 1853/2083/4054 2724/3032/5297 +f 2724/3032/5297 1853/2083/4054 1856/2086/4057 +f 2724/3032/5297 1856/2086/4057 2722/3030/5295 +f 2722/3030/5295 1856/2086/4057 1845/2074/4045 +f 2722/3030/5295 1845/2074/4045 2721/3028/5293 +f 2721/3028/5293 1845/2074/4045 1847/2077/4048 +f 2721/3028/5293 1847/2077/4048 2738/3046/5311 +f 2738/3046/5311 1847/2077/4048 1848/2078/4049 +f 2738/3046/5311 1848/2078/4049 2737/3045/5310 +f 2737/3045/5310 1848/2078/4049 1843/2071/4042 +f 2737/3045/5310 1843/2071/4042 2735/3043/5308 +f 2735/3043/5308 1843/2071/4042 1838/2066/4037 +f 2735/3043/5308 1838/2066/4037 2734/3042/5307 +f 2734/3042/5307 1838/2066/4037 1840/2067/4038 +f 2734/3042/5307 1840/2067/4038 2732/3040/5305 +f 2732/3040/5305 1840/2067/4038 1841/2068/4039 +f 2732/3040/5305 1841/2068/4039 2731/3038/5303 +f 2731/3038/5303 1841/2068/4039 1892/2121/4092 +f 2731/3038/5303 1892/2121/4092 2748/3055/5320 +f 2748/3055/5320 1892/2121/4092 1893/2122/4093 +f 2748/3055/5320 1893/2122/4093 2747/3054/5319 +f 2747/3054/5319 1893/2122/4093 1858/2087/4058 +f 2747/3054/5319 1858/2087/4058 2745/3052/5317 +f 2745/3052/5317 1858/2087/4058 1832/2064/4035 +f 2745/3052/5317 1832/2064/4035 2744/3051/5316 +f 2744/3051/5316 1832/2064/4035 1837/2065/4036 +f 2744/3051/5316 1837/2065/4036 2742/3049/5314 +f 2742/3049/5314 1837/2065/4036 1826/2055/4026 +f 2742/3049/5314 1826/2055/4026 2637/2944/5209 +f 2637/2944/5209 1826/2055/4026 1828/2057/4028 +f 2637/2944/5209 1828/2057/4028 2636/2943/5208 +f 2636/2943/5208 1828/2057/4028 1829/2058/4029 +f 2636/2943/5208 1829/2058/4029 2634/2941/5206 +f 2634/2941/5206 1829/2058/4029 1821/2049/4020 +f 2634/2941/5206 1821/2049/4020 2632/2939/5204 +f 2632/2939/5204 1821/2049/4020 1823/2051/4022 +f 2632/2939/5204 1823/2051/4022 2631/2938/5203 +f 2631/2938/5203 1823/2051/4022 1819/2048/4019 +f 2631/2938/5203 1819/2048/4019 2629/2936/5201 +f 2629/2936/5201 1819/2048/4019 1818/2047/4018 +f 2629/2936/5201 1818/2047/4018 2628/2934/5199 +f 2628/2934/5199 1818/2047/4018 1860/2089/4060 +f 2628/2934/5199 1860/2089/4060 2646/2954/5219 +f 2646/2954/5219 1860/2089/4060 1862/2091/4062 +f 2646/2954/5219 1862/2091/4062 2644/2952/5217 +f 2644/2952/5217 1862/2091/4062 1863/2092/4063 +f 2644/2952/5217 1863/2092/4063 2642/2950/5215 +f 2642/2950/5215 1863/2092/4063 1815/2044/4015 +f 2642/2950/5215 1815/2044/4015 2641/2949/5214 +f 2641/2949/5214 1815/2044/4015 1817/2045/4016 +f 2641/2949/5214 1817/2045/4016 2639/2947/5212 +f 2639/2947/5212 1817/2045/4016 1805/2034/4005 +f 2639/2947/5212 1805/2034/4005 2638/2945/5210 +f 2638/2945/5210 1805/2034/4005 1808/2037/4008 +f 2638/2945/5210 1808/2037/4008 2656/2964/5229 +f 2656/2964/5229 1808/2037/4008 1809/2038/4009 +f 2656/2964/5229 1809/2038/4009 2654/2962/5227 +f 2654/2962/5227 1809/2038/4009 1811/2040/4011 +f 2654/2962/5227 1811/2040/4011 2652/2960/5225 +f 2652/2960/5225 1811/2040/4011 1801/2030/4001 +f 2652/2960/5225 1801/2030/4001 2651/2959/5224 +f 2651/2959/5224 1801/2030/4001 1800/2029/4000 +f 2651/2959/5224 1800/2029/4000 2649/2957/5222 +f 2649/2957/5222 1800/2029/4000 1799/2028/3999 +f 2649/2957/5222 1799/2028/3999 2648/2955/5220 +f 2648/2955/5220 1799/2028/3999 1864/2093/4064 +f 2648/2955/5220 1864/2093/4064 2666/2974/5239 +f 2666/2974/5239 1864/2093/4064 1866/2095/4066 +f 2666/2974/5239 1866/2095/4066 2664/2972/5237 +f 2664/2972/5237 1866/2095/4066 1867/2096/4067 +f 2664/2972/5237 1867/2096/4067 2662/2970/5235 +f 2662/2970/5235 1867/2096/4067 1869/2098/4069 +f 2662/2970/5235 1869/2098/4069 2661/2969/5234 +f 2661/2969/5234 1869/2098/4069 1870/2099/4070 +f 2661/2969/5234 1870/2099/4070 2659/2967/5232 +f 2659/2967/5232 1870/2099/4070 1790/2018/3989 +f 2659/2967/5232 1790/2018/3989 2658/2965/5230 +f 2658/2965/5230 1790/2018/3989 1793/2022/3993 +f 2658/2965/5230 1793/2022/3993 2676/2984/5249 +f 2676/2984/5249 1793/2022/3993 1796/2024/3995 +f 2676/2984/5249 1796/2024/3995 2674/2982/5247 +f 2674/2982/5247 1796/2024/3995 1797/2025/3996 +f 2674/2982/5247 1797/2025/3996 2672/2980/5245 +f 2672/2980/5245 1797/2025/3996 1781/2009/3980 +f 2672/2980/5245 1781/2009/3980 2671/2979/5244 +f 2671/2979/5244 1781/2009/3980 1782/2011/3982 +f 2671/2979/5244 1782/2011/3982 2669/2977/5242 +f 2669/2977/5242 1782/2011/3982 1784/2013/3984 +f 2669/2977/5242 1784/2013/3984 2668/2975/5240 +f 2668/2975/5240 1784/2013/3984 1871/2100/4071 +f 2668/2975/5240 1871/2100/4071 2689/2997/5262 +f 2689/2997/5262 1871/2100/4071 1873/2102/4073 +f 2689/2997/5262 1873/2102/4073 2687/2995/5260 +f 2687/2995/5260 1873/2102/4073 1874/2103/4074 +f 2687/2995/5260 1874/2103/4074 2685/2993/5258 +f 2685/2993/5258 1874/2103/4074 1876/2105/4076 +f 2700/2986/5251 2699/3007/5272 3742/3940/6337 +f 2710/2999/5264 2709/3017/5282 3736/3941/6338 +f 2720/3009/5274 2719/3027/5292 3730/3942/6339 +f 2730/3019/5284 2729/3037/5302 3724/3943/6340 +f 2741/3048/5313 2635/2942/5207 3764/3944/6341 +f 2635/2942/5207 2633/2940/5205 3703/3945/6342 +f 2647/2935/5200 2645/2953/5218 3759/3946/6343 +f 2645/2953/5218 2643/2951/5216 3696/3947/6344 +f 2657/2946/5211 2655/2963/5228 3755/3948/6345 +f 2655/2963/5228 2653/2961/5226 3689/3949/6346 +f 2667/2956/5221 2665/2973/5238 3751/3950/6347 +f 2665/2973/5238 2663/2971/5236 3681/3951/6348 +f 2677/2966/5231 2675/2983/5248 3661/3952/6349 +f 2675/2983/5248 2673/2981/5246 3671/3953/6350 +f 2600/2907/5172 2591/2897/5162 3662/3954/6351 +f 3662/3954/6351 2591/2897/5162 3748/3955/6352 +f 3662/3954/6351 3748/3955/6352 3674/3956/6353 +f 3663/3957/6354 3662/3954/6351 3674/3956/6353 +f 3663/3957/6354 3674/3956/6353 3745/3958/6355 +f 3664/3959/6356 3663/3957/6354 3745/3958/6355 +f 2603/2902/5167 2600/2907/5172 3802/3960/6357 +f 3802/3960/6357 2600/2907/5172 3662/3954/6351 +f 3802/3960/6357 3662/3954/6351 3665/3961/6358 +f 3665/3961/6358 3662/3954/6351 3663/3957/6354 +f 3665/3961/6358 3663/3957/6354 3666/3962/6359 +f 3666/3962/6359 3663/3957/6354 3664/3959/6356 +f 3666/3962/6359 3664/3959/6356 3669/3963/6360 +f 3667/3964/6361 3665/3961/6358 3666/3962/6359 +f 3667/3964/6361 3666/3962/6359 3660/3965/6362 +f 3660/3965/6362 3666/3962/6359 3669/3963/6360 +f 3671/3953/6350 3670/3966/6363 3673/3967/6364 +f 3673/3967/6364 3670/3966/6363 3672/3968/6365 +f 3673/3967/6364 3672/3968/6365 3674/3956/6353 +f 2591/2897/5162 2585/2884/5149 3675/3969/6366 +f 3675/3969/6366 2585/2884/5149 3676/3970/6367 +f 3675/3969/6366 3676/3970/6367 3677/3971/6368 +f 3677/3971/6368 3676/3970/6367 3678/3972/6369 +f 3677/3971/6368 3678/3972/6369 3680/3973/6370 +f 3680/3973/6370 3678/3972/6369 3679/3974/6371 +f 3680/3973/6370 3679/3974/6371 3682/3975/6372 +f 3682/3975/6372 3679/3974/6371 3681/3951/6348 +f 2585/2884/5149 2583/2891/5156 3683/3976/6373 +f 3683/3976/6373 2583/2891/5156 3684/3977/6374 +f 3683/3976/6373 3684/3977/6374 3685/3978/6375 +f 3685/3978/6375 3684/3977/6374 3686/3979/6376 +f 3685/3978/6375 3686/3979/6376 3688/3980/6377 +f 3688/3980/6377 3686/3979/6376 3687/3981/6378 +f 3688/3980/6377 3687/3981/6378 3690/3982/6379 +f 3690/3982/6379 3687/3981/6378 3689/3949/6346 +f 2590/2889/5154 2587/2894/5159 3691/3983/6380 +f 3692/3984/6381 3691/3983/6380 3693/3985/6382 +f 3692/3984/6381 3693/3985/6382 3694/3986/6383 +f 3694/3986/6383 3693/3985/6382 3695/3987/6384 +f 3694/3986/6383 3695/3987/6384 3697/3988/6385 +f 3697/3988/6385 3695/3987/6384 3696/3947/6344 +f 3698/3989/6386 2616/2911/5176 3699/3990/6387 +f 3698/3989/6386 3699/3990/6387 3700/3991/6388 +f 3700/3991/6388 3699/3990/6387 3702/3992/6389 +f 3702/3992/6389 3699/3990/6387 3701/3993/6390 +f 3702/3992/6389 3701/3993/6390 3704/3994/6391 +f 3704/3994/6391 3701/3993/6390 3703/3945/6342 +f 2616/2911/5176 2612/2919/5184 3705/3995/6392 +f 3708/3996/6393 3706/3997/6394 3707/3998/6395 +f 3708/3996/6393 3707/3998/6395 3710/3999/6396 +f 3710/3999/6396 3707/3998/6395 3709/4000/6397 +f 3711/4001/6398 2612/2919/5184 3712/4002/6399 +f 3711/4001/6398 3712/4002/6399 3713/4003/6400 +f 3713/4003/6400 3712/4002/6399 3714/4004/6401 +f 3713/4003/6400 3714/4004/6401 3716/4005/6402 +f 3716/4005/6402 3714/4004/6401 3715/4006/6403 +f 3716/4005/6402 3715/4006/6403 3718/4007/6404 +f 3718/4007/6404 3715/4006/6403 3717/4008/6405 +f 3779/4009/6406 2619/2926/5191 3719/4010/6407 +f 3779/4009/6406 3719/4010/6407 3721/4011/6408 +f 3721/4011/6408 3719/4010/6407 3720/4012/6409 +f 3721/4011/6408 3720/4012/6409 3722/4013/6410 +f 3721/4011/6408 3722/4013/6410 3723/4014/6411 +f 3723/4014/6411 3722/4013/6410 3724/3943/6340 +f 3723/4014/6411 3724/3943/6340 3725/4015/6412 +f 3785/4016/6413 2626/2924/5189 3726/4017/6414 +f 3785/4016/6413 3726/4017/6414 3727/4018/6415 +f 3729/4019/6416 3727/4018/6415 3728/4020/6417 +f 3729/4019/6416 3728/4020/6417 3731/4021/6418 +f 3731/4021/6418 3728/4020/6417 3730/3942/6339 +f 3790/4022/6419 2623/2930/5195 3732/4023/6420 +f 3790/4022/6419 3732/4023/6420 3733/4024/6421 +f 3735/4025/6422 3733/4024/6421 3734/4026/6423 +f 3735/4025/6422 3734/4026/6423 3737/4027/6424 +f 3737/4027/6424 3734/4026/6423 3736/3941/6338 +f 3796/4028/6425 2597/2904/5169 3738/4029/6426 +f 3796/4028/6425 3738/4029/6426 3739/4030/6427 +f 3741/4031/6428 3739/4030/6427 3740/4032/6429 +f 3741/4031/6428 3740/4032/6429 3743/4033/6430 +f 3743/4033/6430 3740/4032/6429 3742/3940/6337 +f 2686/2994/5259 3669/3963/6360 2688/2996/5261 +f 2688/2996/5261 3669/3963/6360 3668/4034/6431 +f 2688/2996/5261 3668/4034/6431 2690/2976/5241 +f 3744/4035/6432 2690/2976/5241 3668/4034/6431 +f 3744/4035/6432 3668/4034/6431 3745/3958/6355 +f 2670/2978/5243 2690/2976/5241 3670/3966/6363 +f 3670/3966/6363 2690/2976/5241 3744/4035/6432 +f 3670/3966/6363 3744/4035/6432 3672/3968/6365 +f 3672/3968/6365 3744/4035/6432 3745/3958/6355 +f 3671/3953/6350 2673/2981/5246 3670/3966/6363 +f 3670/3966/6363 2673/2981/5246 2670/2978/5243 +f 3661/3952/6349 2675/2983/5248 3671/3953/6350 +f 3661/3952/6349 3671/3953/6350 3746/4036/6433 +f 3746/4036/6433 3671/3953/6350 3673/3967/6364 +f 3746/4036/6433 3673/3967/6364 3747/4037/6434 +f 3747/4037/6434 3673/3967/6364 3674/3956/6353 +f 3747/4037/6434 3674/3956/6353 3748/3955/6352 +f 3749/4038/6435 2677/2966/5231 3661/3952/6349 +f 3749/4038/6435 3661/3952/6349 3746/4036/6433 +f 3749/4038/6435 3746/4036/6433 3750/4039/6436 +f 3750/4039/6436 3746/4036/6433 3747/4037/6434 +f 3750/4039/6436 3747/4037/6434 3677/3971/6368 +f 3677/3971/6368 3747/4037/6434 3675/3969/6366 +f 3675/3969/6366 3747/4037/6434 3748/3955/6352 +f 3675/3969/6366 3748/3955/6352 2591/2897/5162 +f 3750/4039/6436 3677/3971/6368 3680/3973/6370 +f 3750/4039/6436 3680/3973/6370 3749/4038/6435 +f 3749/4038/6435 3680/3973/6370 3682/3975/6372 +f 3749/4038/6435 3682/3975/6372 2677/2966/5231 +f 2677/2966/5231 3682/3975/6372 2660/2968/5233 +f 3681/3951/6348 2663/2971/5236 3682/3975/6372 +f 3682/3975/6372 2663/2971/5236 2660/2968/5233 +f 3751/3950/6347 2665/2973/5238 3681/3951/6348 +f 3751/3950/6347 3681/3951/6348 3752/4040/6437 +f 3752/4040/6437 3681/3951/6348 3679/3974/6371 +f 3752/4040/6437 3679/3974/6371 3678/3972/6369 +f 3753/4041/6438 2667/2956/5221 3751/3950/6347 +f 3753/4041/6438 3751/3950/6347 3754/4042/6439 +f 3754/4042/6439 3751/3950/6347 3752/4040/6437 +f 3754/4042/6439 3752/4040/6437 3685/3978/6375 +f 3685/3978/6375 3752/4040/6437 3678/3972/6369 +f 3685/3978/6375 3678/3972/6369 3683/3976/6373 +f 3683/3976/6373 3678/3972/6369 3676/3970/6367 +f 3683/3976/6373 3676/3970/6367 2585/2884/5149 +f 3754/4042/6439 3685/3978/6375 3688/3980/6377 +f 3754/4042/6439 3688/3980/6377 3753/4041/6438 +f 3753/4041/6438 3688/3980/6377 3690/3982/6379 +f 3753/4041/6438 3690/3982/6379 2667/2956/5221 +f 2667/2956/5221 3690/3982/6379 2650/2958/5223 +f 3689/3949/6346 2653/2961/5226 3690/3982/6379 +f 3690/3982/6379 2653/2961/5226 2650/2958/5223 +f 3755/3948/6345 2655/2963/5228 3689/3949/6346 +f 3755/3948/6345 3689/3949/6346 3756/4043/6440 +f 3756/4043/6440 3689/3949/6346 3687/3981/6378 +f 3756/4043/6440 3687/3981/6378 3686/3979/6376 +f 3757/4044/6441 2657/2946/5211 3755/3948/6345 +f 3757/4044/6441 3755/3948/6345 3758/4045/6442 +f 3758/4045/6442 3755/3948/6345 3756/4043/6440 +f 3758/4045/6442 3756/4043/6440 3692/3984/6381 +f 3692/3984/6381 3756/4043/6440 3686/3979/6376 +f 3692/3984/6381 3686/3979/6376 2590/2889/5154 +f 2590/2889/5154 3686/3979/6376 3684/3977/6374 +f 2590/2889/5154 3684/3977/6374 2583/2891/5156 +f 2590/2889/5154 3691/3983/6380 3692/3984/6381 +f 3758/4045/6442 3692/3984/6381 3694/3986/6383 +f 3758/4045/6442 3694/3986/6383 3757/4044/6441 +f 3757/4044/6441 3694/3986/6383 3697/3988/6385 +f 3757/4044/6441 3697/3988/6385 2657/2946/5211 +f 2657/2946/5211 3697/3988/6385 2640/2948/5213 +f 3696/3947/6344 2643/2951/5216 3697/3988/6385 +f 3697/3988/6385 2643/2951/5216 2640/2948/5213 +f 3759/3946/6343 2645/2953/5218 3696/3947/6344 +f 3759/3946/6343 3696/3947/6344 3760/4046/6443 +f 3760/4046/6443 3696/3947/6344 3695/3987/6384 +f 3760/4046/6443 3695/3987/6384 3693/3985/6382 +f 3760/4046/6443 3693/3985/6382 3761/4047/6444 +f 3761/4047/6444 3693/3985/6382 3691/3983/6380 +f 3761/4047/6444 3691/3983/6380 2587/2894/5159 +f 3762/4048/6445 2647/2935/5200 3759/3946/6343 +f 3762/4048/6445 3759/3946/6343 3763/4049/6446 +f 3763/4049/6446 3759/3946/6343 3760/4046/6443 +f 3763/4049/6446 3760/4046/6443 3700/3991/6388 +f 3700/3991/6388 3760/4046/6443 3761/4047/6444 +f 3700/3991/6388 3761/4047/6444 3698/3989/6386 +f 3698/3989/6386 3761/4047/6444 2587/2894/5159 +f 2587/2894/5159 2616/2911/5176 3698/3989/6386 +f 3763/4049/6446 3700/3991/6388 3702/3992/6389 +f 3763/4049/6446 3702/3992/6389 3762/4048/6445 +f 3762/4048/6445 3702/3992/6389 3704/3994/6391 +f 3762/4048/6445 3704/3994/6391 2647/2935/5200 +f 2647/2935/5200 3704/3994/6391 2630/2937/5202 +f 3703/3945/6342 2633/2940/5205 3704/3994/6391 +f 3704/3994/6391 2633/2940/5205 2630/2937/5202 +f 3764/3944/6341 2635/2942/5207 3703/3945/6342 +f 3764/3944/6341 3703/3945/6342 3765/4050/6447 +f 3765/4050/6447 3703/3945/6342 3701/3993/6390 +f 3765/4050/6447 3701/3993/6390 3766/4051/6448 +f 3766/4051/6448 3701/3993/6390 3699/3990/6387 +f 3766/4051/6448 3699/3990/6387 3767/4052/6449 +f 3767/4052/6449 3699/3990/6387 2616/2911/5176 +f 3768/4053/6450 2741/3048/5313 3764/3944/6341 +f 3768/4053/6450 3764/3944/6341 3769/4054/6451 +f 3769/4054/6451 3764/3944/6341 3765/4050/6447 +f 3769/4054/6451 3765/4050/6447 3766/4051/6448 +f 3767/4052/6449 2616/2911/5176 3705/3995/6392 +f 3767/4052/6449 3705/3995/6392 3766/4051/6448 +f 3766/4051/6448 3705/3995/6392 3706/3997/6394 +f 3766/4051/6448 3706/3997/6394 3769/4054/6451 +f 3769/4054/6451 3706/3997/6394 3708/3996/6393 +f 3769/4054/6451 3708/3996/6393 3768/4053/6450 +f 3768/4053/6450 3708/3996/6393 3710/3999/6396 +f 3768/4053/6450 3710/3999/6396 2741/3048/5313 +f 2741/3048/5313 3710/3999/6396 2743/3050/5315 +f 2750/3039/5304 2749/3056/5321 3770/4055/6452 +f 3770/4055/6452 2749/3056/5321 3709/4000/6397 +f 3770/4055/6452 3709/4000/6397 3771/4056/6453 +f 3771/4056/6453 3709/4000/6397 3707/3998/6395 +f 3771/4056/6453 3707/3998/6395 3772/4057/6454 +f 3772/4057/6454 3707/3998/6395 3706/3997/6394 +f 3772/4057/6454 3706/3997/6394 3705/3995/6392 +f 3772/4057/6454 3705/3995/6392 2612/2919/5184 +f 2749/3056/5321 2746/3053/5318 3709/4000/6397 +f 3709/4000/6397 2746/3053/5318 3710/3999/6396 +f 3710/3999/6396 2746/3053/5318 2743/3050/5315 +f 3773/4058/6455 2750/3039/5304 3770/4055/6452 +f 3773/4058/6455 3770/4055/6452 3774/4059/6456 +f 3774/4059/6456 3770/4055/6452 3771/4056/6453 +f 3774/4059/6456 3771/4056/6453 3713/4003/6400 +f 3713/4003/6400 3771/4056/6453 3772/4057/6454 +f 3713/4003/6400 3772/4057/6454 3711/4001/6398 +f 3711/4001/6398 3772/4057/6454 2612/2919/5184 +f 3774/4059/6456 3713/4003/6400 3716/4005/6402 +f 3774/4059/6456 3716/4005/6402 3773/4058/6455 +f 3773/4058/6455 3716/4005/6402 3718/4007/6404 +f 3773/4058/6455 3718/4007/6404 2750/3039/5304 +f 2750/3039/5304 3718/4007/6404 2733/3041/5306 +f 2740/3029/5294 2739/3047/5312 3775/4060/6457 +f 3775/4060/6457 2739/3047/5312 3717/4008/6405 +f 3775/4060/6457 3717/4008/6405 3776/4061/6458 +f 3776/4061/6458 3717/4008/6405 3715/4006/6403 +f 3776/4061/6458 3715/4006/6403 3714/4004/6401 +f 2608/2915/5180 3712/4002/6399 2612/2919/5184 +f 2739/3047/5312 2736/3044/5309 3717/4008/6405 +f 3717/4008/6405 2736/3044/5309 3718/4007/6404 +f 3718/4007/6404 2736/3044/5309 2733/3041/5306 +f 3777/4062/6459 2740/3029/5294 3775/4060/6457 +f 3777/4062/6459 3775/4060/6457 3778/4063/6460 +f 3778/4063/6460 3775/4060/6457 3776/4061/6458 +f 3778/4063/6460 3776/4061/6458 3780/4064/6461 +f 3780/4064/6461 3776/4061/6458 3714/4004/6401 +f 3780/4064/6461 3714/4004/6401 2608/2915/5180 +f 2608/2915/5180 3714/4004/6401 3712/4002/6399 +f 2608/2915/5180 3779/4009/6406 3780/4064/6461 +f 3778/4063/6460 3780/4064/6461 3781/4065/6462 +f 3778/4063/6460 3781/4065/6462 3777/4062/6459 +f 3777/4062/6459 3781/4065/6462 3782/4066/6463 +f 3777/4062/6459 3782/4066/6463 2740/3029/5294 +f 2740/3029/5294 3782/4066/6463 2723/3031/5296 +f 2726/3034/5299 2723/3031/5296 3725/4015/6412 +f 3725/4015/6412 2723/3031/5296 3782/4066/6463 +f 3725/4015/6412 3782/4066/6463 3723/4014/6411 +f 3723/4014/6411 3782/4066/6463 3781/4065/6462 +f 3723/4014/6411 3781/4065/6462 3721/4011/6408 +f 3721/4011/6408 3781/4065/6462 3780/4064/6461 +f 3721/4011/6408 3780/4064/6461 3779/4009/6406 +f 2619/2926/5191 3779/4009/6406 2608/2915/5180 +f 3724/3943/6340 2729/3037/5302 3725/4015/6412 +f 3725/4015/6412 2729/3037/5302 2726/3034/5299 +f 3783/4067/6464 2730/3019/5284 3724/3943/6340 +f 3783/4067/6464 3724/3943/6340 3784/4068/6465 +f 3784/4068/6465 3724/3943/6340 3722/4013/6410 +f 3784/4068/6465 3722/4013/6410 3720/4012/6409 +f 2619/2926/5191 2626/2924/5189 3719/4010/6407 +f 3719/4010/6407 2626/2924/5189 3785/4016/6413 +f 3719/4010/6407 3785/4016/6413 3720/4012/6409 +f 3720/4012/6409 3785/4016/6413 3786/4069/6466 +f 3720/4012/6409 3786/4069/6466 3784/4068/6465 +f 3784/4068/6465 3786/4069/6466 3787/4070/6467 +f 3784/4068/6465 3787/4070/6467 3783/4067/6464 +f 3783/4067/6464 3787/4070/6467 2713/3021/5286 +f 3783/4067/6464 2713/3021/5286 2730/3019/5284 +f 2716/3024/5289 2713/3021/5286 3731/4021/6418 +f 3731/4021/6418 2713/3021/5286 3787/4070/6467 +f 3731/4021/6418 3787/4070/6467 3729/4019/6416 +f 3729/4019/6416 3787/4070/6467 3786/4069/6466 +f 3729/4019/6416 3786/4069/6466 3727/4018/6415 +f 3727/4018/6415 3786/4069/6466 3785/4016/6413 +f 3730/3942/6339 2719/3027/5292 3731/4021/6418 +f 3731/4021/6418 2719/3027/5292 2716/3024/5289 +f 3788/4071/6468 2720/3009/5274 3730/3942/6339 +f 3788/4071/6468 3730/3942/6339 3789/4072/6469 +f 3789/4072/6469 3730/3942/6339 3728/4020/6417 +f 3789/4072/6469 3728/4020/6417 3791/4073/6470 +f 3791/4073/6470 3728/4020/6417 3727/4018/6415 +f 3791/4073/6470 3727/4018/6415 3726/4017/6414 +f 2626/2924/5189 2623/2930/5195 3726/4017/6414 +f 3726/4017/6414 2623/2930/5195 3790/4022/6419 +f 3726/4017/6414 3790/4022/6419 3791/4073/6470 +f 3789/4072/6469 3791/4073/6470 3792/4074/6471 +f 3789/4072/6469 3792/4074/6471 3788/4071/6468 +f 3788/4071/6468 3792/4074/6471 3793/4075/6472 +f 3788/4071/6468 3793/4075/6472 2720/3009/5274 +f 2720/3009/5274 3793/4075/6472 2703/3011/5276 +f 2706/3014/5279 2703/3011/5276 3737/4027/6424 +f 3737/4027/6424 2703/3011/5276 3793/4075/6472 +f 3737/4027/6424 3793/4075/6472 3735/4025/6422 +f 3735/4025/6422 3793/4075/6472 3792/4074/6471 +f 3735/4025/6422 3792/4074/6471 3733/4024/6421 +f 3733/4024/6421 3792/4074/6471 3791/4073/6470 +f 3733/4024/6421 3791/4073/6470 3790/4022/6419 +f 3736/3941/6338 2709/3017/5282 3737/4027/6424 +f 3737/4027/6424 2709/3017/5282 2706/3014/5279 +f 3794/4076/6473 2710/2999/5264 3736/3941/6338 +f 3794/4076/6473 3736/3941/6338 3795/4077/6474 +f 3795/4077/6474 3736/3941/6338 3734/4026/6423 +f 3795/4077/6474 3734/4026/6423 3797/4078/6475 +f 3797/4078/6475 3734/4026/6423 3733/4024/6421 +f 3797/4078/6475 3733/4024/6421 3732/4023/6420 +f 2597/2904/5169 3732/4023/6420 2623/2930/5195 +f 3732/4023/6420 2597/2904/5169 3796/4028/6425 +f 3732/4023/6420 3796/4028/6425 3797/4078/6475 +f 3795/4077/6474 3797/4078/6475 3798/4079/6476 +f 3795/4077/6474 3798/4079/6476 3794/4076/6473 +f 3794/4076/6473 3798/4079/6476 3799/4080/6477 +f 3794/4076/6473 3799/4080/6477 2710/2999/5264 +f 2710/2999/5264 3799/4080/6477 2693/3001/5266 +f 2696/3004/5269 2693/3001/5266 3743/4033/6430 +f 3743/4033/6430 2693/3001/5266 3799/4080/6477 +f 3743/4033/6430 3799/4080/6477 3741/4031/6428 +f 3741/4031/6428 3799/4080/6477 3798/4079/6476 +f 3741/4031/6428 3798/4079/6476 3739/4030/6427 +f 3739/4030/6427 3798/4079/6476 3797/4078/6475 +f 3739/4030/6427 3797/4078/6475 3796/4028/6425 +f 3742/3940/6337 2699/3007/5272 3743/4033/6430 +f 3743/4033/6430 2699/3007/5272 2696/3004/5269 +f 3800/4081/6478 2700/2986/5251 3742/3940/6337 +f 3800/4081/6478 3742/3940/6337 3801/4082/6479 +f 3801/4082/6479 3742/3940/6337 3740/4032/6429 +f 3801/4082/6479 3740/4032/6429 3803/4083/6480 +f 3803/4083/6480 3740/4032/6429 3739/4030/6427 +f 3803/4083/6480 3739/4030/6427 3738/4029/6426 +f 2597/2904/5169 2603/2902/5167 3738/4029/6426 +f 3738/4029/6426 2603/2902/5167 3802/3960/6357 +f 3738/4029/6426 3802/3960/6357 3803/4083/6480 +f 3801/4082/6479 3803/4083/6480 3804/4084/6481 +f 3801/4082/6479 3804/4084/6481 3800/4081/6478 +f 3800/4081/6478 3804/4084/6481 3805/4085/6482 +f 3800/4081/6478 3805/4085/6482 2700/2986/5251 +f 2700/2986/5251 3805/4085/6482 2680/2988/5253 +f 2683/2991/5256 2680/2988/5253 3660/3965/6362 +f 3660/3965/6362 2680/2988/5253 3805/4085/6482 +f 3660/3965/6362 3805/4085/6482 3667/3964/6361 +f 3667/3964/6361 3805/4085/6482 3804/4084/6481 +f 3667/3964/6361 3804/4084/6481 3665/3961/6358 +f 3665/3961/6358 3804/4084/6481 3803/4083/6480 +f 3665/3961/6358 3803/4083/6480 3802/3960/6357 +f 3674/3956/6353 3672/3968/6365 3745/3958/6355 +f 3664/3959/6356 3745/3958/6355 3668/4034/6431 +f 3664/3959/6356 3668/4034/6431 3669/3963/6360 +f 3660/3965/6362 3669/3963/6360 2686/2994/5259 +f 3660/3965/6362 2686/2994/5259 2683/2991/5256 +s 39 +f 3544/3826/6483 3542/3828/6484 3837/4086/6485 +f 3544/3826/6483 3837/4086/6485 3810/4087/6486 +f 3806/4088/6487 3840/4089/6488 3820/4090/6489 +f 3820/4090/6489 3840/4089/6488 3849/4091/6490 +f 3820/4090/6489 3849/4091/6490 3830/4092/6491 +f 3830/4092/6491 3849/4091/6490 3859/4093/6492 +f 3830/4092/6491 3859/4093/6492 3831/4094/6493 +f 3831/4094/6493 3859/4093/6492 3860/4095/6494 +f 3831/4094/6495 3860/4095/6496 3807/2266/4253 +f 3831/4094/6495 3807/2266/4253 2017/2267/4254 +f 3810/4087/6486 3837/4086/6485 3848/4096/6497 +f 3810/4087/6486 3848/4096/6497 3818/4097/6498 +f 3818/4097/6498 3848/4096/6497 3841/4098/6499 +f 3818/4097/6498 3841/4098/6499 3806/4088/6487 +f 3806/4088/6487 3841/4098/6499 3840/4089/6488 +f 3809/3822/6500 3808/4099/6501 1370/1521/6502 +f 3814/4100/6503 1370/1521/6502 3808/4099/6501 +f 1370/1521/6502 3814/4100/6503 1377/1514/6504 +f 3544/3826/6483 3810/4087/6486 3541/3824/6505 +f 3814/4100/6506 3813/4101/6507 1377/1514/6508 +f 3812/4102/6509 3814/4100/6506 3808/4099/6501 +f 3808/4099/6501 3809/3822/6500 3815/4103/6510 +f 3815/4103/6510 3812/4102/6509 3808/4099/6501 +f 3816/4104/6511 3811/4105/6512 3812/4102/6509 +f 3816/4104/6511 3812/4102/6509 3815/4103/6510 +f 3817/4106/6513 3811/4105/6512 3816/4104/6511 +f 3816/4104/6514 3815/4103/6510 3541/3824/6505 +f 3541/3824/6505 3815/4103/6510 3809/3822/6500 +f 3817/4106/6513 3816/4104/6511 3818/4097/6498 +f 3818/4097/6498 3816/4104/6515 3810/4087/6486 +f 3810/4087/6486 3816/4104/6514 3541/3824/6505 +f 3806/4088/6487 3817/4106/6513 3818/4097/6498 +f 3813/4101/6507 3814/4100/6506 3812/4102/6509 +f 3813/4101/6507 3812/4102/6509 3819/4107/6516 +f 3819/4107/6516 3812/4102/6509 3811/4105/6512 +f 3819/4107/6516 3811/4105/6512 3827/4108/6517 +f 3806/4088/6487 3820/4090/6489 3817/4106/6513 +f 3817/4106/6513 3820/4090/6489 3821/4109/6518 +f 3817/4106/6513 3821/4109/6518 3811/4105/6512 +f 3811/4105/6512 3821/4109/6518 3827/4108/6517 +f 3824/4110/6519 1377/1514/6508 3813/4101/6507 +f 3825/4111/6520 3824/4110/6519 3813/4101/6507 +f 3825/4111/6520 3813/4101/6507 3819/4107/6516 +f 3826/4112/6521 3823/4113/6522 3825/4111/6520 +f 3826/4112/6521 3825/4111/6520 3819/4107/6516 +f 3828/4114/6523 3823/4113/6522 3826/4112/6521 +f 3827/4108/6524 3826/4112/6521 3819/4107/6516 +f 3822/4115/6525 3828/4114/6523 3826/4112/6521 +f 3829/4116/6526 3826/4112/6521 3827/4108/6524 +f 3822/4115/6525 3826/4112/6521 2017/2267/4254 +f 2017/2267/4254 3826/4112/6521 3829/4116/6527 +f 3830/4092/6491 3829/4116/6526 3827/4108/6524 +f 3830/4092/6491 3827/4108/6524 3821/4109/6528 +f 3831/4094/6495 2017/2267/4254 3829/4116/6527 +f 3831/4094/6493 3829/4116/6526 3830/4092/6491 +f 3830/4092/6491 3821/4109/6518 3820/4090/6489 +f 1372/1515/6529 1377/1514/6508 3824/4110/6519 +f 1372/1515/6529 3824/4110/6519 3832/4117/6530 +f 3832/4117/6530 3824/4110/6519 3825/4111/6520 +f 3833/4118/6531 3832/4117/6530 3823/4113/6522 +f 3832/4117/6530 3825/4111/6520 3823/4113/6522 +f 3833/4118/6531 3823/4113/6522 3828/4114/6523 +f 3833/4118/6531 3828/4114/6523 3834/4119/6532 +f 3835/4120/6533 3834/4119/6532 3822/4115/6525 +f 3834/4119/6532 3828/4114/6523 3822/4115/6525 +f 3835/4120/6533 3822/4115/6525 2013/2261/4243 +f 2013/2261/4243 3822/4115/6525 2017/2267/4254 +f 3838/2135/6534 3836/4121/6535 3546/3827/6536 +f 3546/3827/6536 3836/4121/6535 3542/3828/6484 +f 3836/4121/6535 3837/4086/6485 3542/3828/6484 +f 3843/4122/6537 3839/2133/6538 1900/2132/6539 +f 3843/4122/6537 1900/2132/6539 3842/4123/6540 +f 3843/4122/6537 3842/4123/6540 3844/4124/6541 +f 3838/2135/6534 3839/2133/6538 3843/4122/6537 +f 3845/4125/6542 3843/4122/6537 3844/4124/6541 +f 3846/4126/6543 3838/2135/6534 3843/4122/6537 +f 3846/4126/6543 3843/4122/6537 3845/4125/6542 +f 3836/4121/6535 3838/2135/6534 3846/4126/6543 +f 3847/4127/6544 3846/4126/6543 3845/4125/6542 +f 3841/4098/6499 3846/4126/6543 3847/4127/6544 +f 3837/4086/6485 3836/4121/6535 3846/4126/6545 +f 3837/4086/6485 3846/4126/6545 3848/4096/6497 +f 3848/4096/6497 3846/4126/6543 3841/4098/6499 +f 3840/4089/6488 3841/4098/6499 3847/4127/6544 +f 3847/4127/6544 3851/4128/6546 3849/4091/6490 +f 3847/4127/6544 3849/4091/6490 3840/4089/6488 +f 3845/4125/6542 3850/4129/6547 3851/4128/6546 +f 3845/4125/6542 3851/4128/6546 3847/4127/6544 +f 3850/4129/6547 3845/4125/6542 3844/4124/6541 +f 3844/4124/6541 3852/4130/6548 3850/4129/6547 +f 3844/4124/6541 3842/4123/6540 3852/4130/6548 +f 3842/4123/6540 1900/2132/6539 3853/4131/6549 +f 3852/4130/6548 3842/4123/6540 3853/4131/6549 +f 1899/2130/6550 3854/4132/6551 3853/4131/6549 +f 3854/4132/6551 3852/4130/6548 3853/4131/6549 +f 3850/4129/6547 3852/4130/6548 3855/4133/6552 +f 3855/4133/6552 3852/4130/6548 3854/4132/6551 +f 3856/4134/6553 3855/4133/6552 3854/4132/6551 +f 3851/4128/6546 3850/4129/6547 3855/4133/6554 +f 3857/4135/6555 3851/4128/6546 3855/4133/6554 +f 3857/4135/6556 3855/4133/6552 3856/4134/6553 +f 3849/4091/6490 3851/4128/6546 3859/4093/6492 +f 3859/4093/6492 3851/4128/6546 3857/4135/6555 +f 3857/4135/6556 3856/4134/6553 3860/4095/6496 +f 3860/4095/6496 3856/4134/6553 3858/4136/6557 +f 3859/4093/6492 3857/4135/6558 3860/4095/6494 +f 3807/2266/4253 3860/4095/6496 3858/4136/6557 +f 3863/4137/6559 5146/4138/6560 3858/4136/6557 +f 3858/4136/6557 5146/4138/6560 3861/2265/4252 +f 3858/4136/6557 3861/2265/4252 3807/2266/4253 +f 3856/4134/6553 3863/4137/6559 3858/4136/6557 +f 1899/2130/6550 3862/4139/6561 3854/4132/6551 +f 3854/4132/6551 3862/4139/6561 3863/4137/6559 +f 3854/4132/6551 3863/4137/6559 3856/4134/6553 +f 1899/2130/6550 3853/4131/6549 1898/2131/6562 +f 1900/2132/6539 1898/2131/6562 3853/4131/6549 +f 1543/1749/6563 3864/4140/6564 1545/1751/6565 +f 3941/4141/6566 3550/3831/6567 3965/4142/6568 +f 3965/4142/6568 3550/3831/6567 3551/3834/6569 +f 3865/4143/6570 3968/4144/6571 3900/4145/6572 +f 3900/4145/6572 3968/4144/6571 3976/4146/6573 +f 1533/1736/6574 3866/4147/6575 1535/1738/6576 +f 3559/3838/6577 4019/4148/6578 3994/4149/6579 +f 3559/3838/6577 3994/4149/6579 3557/3837/6580 +f 3867/4150/6581 4022/4151/6582 3902/4152/6583 +f 3902/4152/6583 4022/4151/6582 4031/4153/6584 +f 4060/4154/6585 1531/1733/6586 4047/4155/6587 +f 1523/1723/6588 3868/4156/6589 1525/1725/6590 +f 3561/3843/6591 4073/4157/6592 3562/3841/6593 +f 3562/3841/6593 4073/4157/6592 4050/4158/6594 +f 3869/4159/6595 4076/4160/6596 3904/4161/6597 +f 3904/4161/6597 4076/4160/6596 4084/4162/6598 +f 1513/1710/6599 3870/4163/6600 1515/1712/6601 +f 4102/4164/6602 3566/3848/6603 3569/3847/6604 +f 4102/4164/6602 3569/3847/6604 4128/4165/6605 +f 3871/4166/6606 4131/4167/6607 4113/4168/6608 +f 4113/4168/6608 4131/4167/6607 4138/4169/6609 +f 1504/1697/6610 3872/4170/6611 1506/1699/6612 +f 4181/4171/6613 4157/4172/6614 3573/3851/6615 +f 3573/3851/6615 3574/3855/6616 4181/4171/6613 +f 3873/4173/6617 4184/4174/6618 4166/4175/6619 +f 4166/4175/6619 4184/4174/6618 4193/4176/6620 +f 4212/4177/6621 3578/3859/6622 4237/4178/6623 +f 4237/4178/6623 3578/3859/6622 3579/3861/6624 +f 3874/4179/6625 4240/4180/6626 3909/4181/6627 +f 3909/4181/6627 4240/4180/6626 4249/4182/6628 +f 4280/4183/6629 1494/1682/6630 4267/1681/6631 +f 3583/3866/6632 4292/4184/6633 4268/4185/6634 +f 3583/3866/6632 4268/4185/6634 3582/3863/6635 +f 3875/4186/6636 4295/4187/6637 3910/4188/6638 +f 3910/4188/6638 4295/4187/6637 4301/4189/6639 +f 1477/1659/6640 3876/4190/6641 1479/1661/6642 +f 3589/3868/6643 4345/4191/6644 3588/3869/6645 +f 3588/3869/6645 4345/4191/6644 4320/4192/6646 +f 3877/4193/6647 4348/4194/6648 3912/4195/6649 +f 3912/4195/6649 4348/4194/6648 4355/4196/6650 +f 1467/1646/6651 3878/4197/6652 1469/1648/6653 +f 3597/3878/6654 4399/4198/6655 3596/3879/6656 +f 3596/3879/6656 4399/4198/6655 4373/4199/6657 +f 3596/3879/6656 4373/4199/6657 3594/3874/6658 +f 3879/4200/6659 4402/4201/6660 4383/4202/6661 +f 4383/4202/6661 4402/4201/6660 4409/4203/6662 +f 1457/1633/6663 3880/4204/6664 1459/1635/6665 +f 4429/4205/6666 3600/3926/6667 4453/4206/6668 +f 4453/4206/6668 3600/3926/6667 3601/3928/6669 +f 3881/4207/6670 4456/4208/6671 3882/4209/6672 +f 3882/4209/6672 4456/4208/6671 4464/4210/6673 +f 1448/1620/6674 3883/4211/6675 1450/1622/6676 +f 4484/4212/6677 3603/3883/6678 4508/4213/6679 +f 4508/4213/6679 3603/3883/6678 3604/3809/6680 +f 3884/4214/6681 4511/4215/6682 3916/4216/6683 +f 3916/4216/6683 4511/4215/6682 4521/4217/6684 +f 4540/4218/6685 3609/3889/6686 4564/4219/6687 +f 4564/4219/6687 3609/3889/6686 3611/3890/6688 +f 3885/4220/6689 4567/4221/6690 3918/4222/6691 +f 3918/4222/6691 4567/4221/6690 4574/4223/6692 +f 1431/1598/6693 3886/4224/6694 1432/1599/6695 +f 4592/4225/6696 3614/3894/6697 3616/3893/6698 +f 4592/4225/6696 3616/3893/6698 4615/4226/6699 +f 3887/4227/6700 4618/4228/6701 3920/4229/6702 +f 3920/4229/6702 4618/4228/6701 4626/4230/6703 +f 1423/1586/6704 3888/4231/6705 1424/1587/6706 +f 3622/3901/6707 4668/4232/6708 3620/3902/6709 +f 3620/3902/6709 4668/4232/6708 4644/4233/6710 +f 3889/4234/6711 4671/4235/6712 4653/4236/6713 +f 4653/4236/6713 4671/4235/6712 4680/4237/6714 +f 1412/1572/6715 3890/4238/6716 1414/1574/6717 +f 3626/3906/6718 4726/4239/6719 3625/3904/6720 +f 3625/3904/6720 4726/4239/6719 4700/4240/6721 +f 3891/4241/6722 4729/4242/6723 4710/4243/6724 +f 4710/4243/6724 4729/4242/6723 4736/4244/6725 +f 1402/1559/6726 3892/4245/6727 1404/1561/6728 +f 4756/4246/6729 3629/3911/6730 4779/4247/6731 +f 4779/4247/6731 3629/3911/6730 3630/3910/6732 +f 3893/4248/6733 4782/4249/6734 3925/4250/6735 +f 3925/4250/6735 4782/4249/6734 4791/4251/6736 +f 1393/1546/6737 3894/4252/6738 1395/1548/6739 +f 4810/4253/6740 3632/3912/6741 3634/3916/6742 +f 4810/4253/6740 3634/3916/6742 4836/4254/6743 +f 3895/4255/6744 4839/4256/6745 3926/4257/6746 +f 3926/4257/6746 4839/4256/6745 4845/4258/6747 +f 1384/1533/6748 3896/4259/6749 1386/1535/6750 +f 4863/4260/6751 3636/3920/6752 4888/4261/6753 +f 4888/4261/6753 3636/3920/6752 3638/3919/6754 +f 3897/4262/6755 4891/4263/6756 4873/4264/6757 +f 4873/4264/6757 4891/4263/6756 4899/4265/6758 +f 1375/1517/6759 3898/4266/6760 1373/1519/6761 +f 4919/4267/6762 3641/3924/6763 4943/4268/6764 +f 4943/4268/6764 3641/3924/6763 3645/3923/6765 +f 3899/4269/6766 4946/4270/6767 4927/4271/6768 +f 4927/4271/6768 4946/4270/6767 4953/4272/6769 +f 3900/4145/6572 3976/4146/6573 3986/4273/6770 +f 3900/4145/6572 3986/4273/6770 3958/4274/6771 +f 3958/4274/6771 3986/4273/6770 3988/4275/6772 +f 3958/4274/6771 3988/4275/6772 3959/4276/6773 +f 3959/4276/6774 3988/4275/6775 3987/4277/6776 +f 3959/4276/6774 3987/4277/6776 3901/2259/4238 +f 3959/4276/6774 3901/2259/4238 2010/2258/4237 +f 3902/4152/6583 4031/4153/6584 4041/4278/6777 +f 3902/4152/6583 4041/4278/6777 4012/4279/6778 +f 4012/4279/6778 4041/4278/6779 4013/4280/6780 +f 4013/4280/6780 4041/4278/6779 4042/4281/6781 +f 4013/4280/6782 4042/4281/6783 3903/2240/4213 +f 4013/4280/6782 3903/2240/4213 1998/2239/4212 +f 3904/4161/6597 4084/4162/6598 4095/4282/6784 +f 3904/4161/6597 4095/4282/6784 4066/4283/6785 +f 4066/4283/6785 4095/4282/6784 4067/4284/6786 +f 4067/4284/6787 4095/4282/6788 4094/4285/6789 +f 4067/4284/6787 4094/4285/6789 3905/2369/4376 +f 4067/4284/6787 3905/2369/4376 2077/2368/4375 +f 4113/4168/6608 4138/4169/6609 4149/4286/6790 +f 4113/4168/6608 4149/4286/6790 4121/4287/6791 +f 4121/4287/6791 4149/4286/6790 4151/4288/6792 +f 4121/4287/6791 4151/4288/6792 4122/4289/6793 +f 4122/4289/6793 4151/4288/6792 4150/4290/6794 +f 4122/4289/6793 4150/4290/6794 2076/2365/4372 +f 2076/2365/4372 4150/4290/6794 2074/2362/4367 +s 494 +f 4205/2232/6795 1993/2231/6796 4176/4291/6797 +f 4205/2232/6795 4176/4291/6797 3906/4292/6798 +s 495 +f 3906/4292/6799 4176/4291/6800 4175/4293/6801 +f 3906/4292/6799 4175/4293/6801 4203/4294/6802 +s 39 +f 4203/4294/6803 4175/4293/6804 4193/4176/6620 +f 4193/4176/6620 4175/4293/6804 4166/4175/6619 +f 2071/2355/4359 2073/2360/4365 4229/4295/6805 +f 3907/2356/4360 4229/4295/6805 4261/4296/6806 +f 4261/4296/6806 4229/4295/6805 4231/4297/6807 +f 4261/4296/6806 4231/4297/6807 3908/4298/6808 +f 3908/4298/6808 4231/4297/6807 4230/4299/6809 +f 3908/4298/6808 4230/4299/6809 4259/4300/6810 +f 4259/4300/6810 4230/4299/6809 3909/4181/6627 +f 4259/4300/6810 3909/4181/6627 4249/4182/6628 +f 3907/2356/4360 2071/2355/4359 4229/4295/6805 +f 3910/4188/6638 4301/4189/6639 4311/4301/6811 +f 3910/4188/6638 4311/4301/6811 4285/4302/6812 +f 4285/4302/6812 4311/4301/6811 4313/4303/6813 +f 4285/4302/6812 4313/4303/6813 4286/4304/6814 +f 4286/4304/6815 4313/4303/6816 4312/4305/6817 +f 4286/4304/6815 4312/4305/6817 2068/2349/4353 +f 2068/2349/4353 4312/4305/6817 3911/2350/4354 +f 3912/4195/6649 4355/4196/6650 4365/4306/6818 +f 3912/4195/6649 4365/4306/6818 4338/4307/6819 +f 4338/4307/6819 4365/4306/6820 4339/4308/6821 +f 4339/4308/6821 4365/4306/6820 4366/4309/6822 +f 4339/4308/6823 4366/4309/6824 3913/2347/4351 +f 4339/4308/6823 3913/2347/4351 2067/2346/4350 +f 4383/4202/6661 4409/4203/6662 4392/4310/6825 +f 4392/4310/6825 4409/4203/6662 4419/4311/6826 +f 4392/4310/6825 4419/4311/6826 4421/4312/6827 +f 4392/4310/6825 4421/4312/6827 4393/4313/6828 +f 4393/4313/6829 4421/4312/6830 4420/4314/6831 +f 4393/4313/6829 4420/4314/6831 2063/2342/4346 +f 2063/2342/4346 4420/4314/6831 3914/2343/4347 +f 3882/4209/6672 4464/4210/6673 4446/4315/6832 +f 4446/4315/6832 4464/4210/6673 4474/4316/6833 +f 4446/4315/6832 4474/4316/6833 4476/4317/6834 +f 4446/4315/6832 4476/4317/6834 4447/4318/6835 +f 4447/4318/6836 4476/4317/6837 4475/4319/6838 +f 4447/4318/6836 4475/4319/6838 3915/2338/4341 +f 4447/4318/6836 3915/2338/4341 2060/2337/4340 +f 3916/4216/6683 4521/4217/6684 4531/4320/6839 +f 3916/4216/6683 4531/4320/6839 4502/4321/6840 +f 4502/4321/6840 4531/4320/6839 4533/4322/6841 +f 4502/4321/6840 4533/4322/6841 4503/4323/6842 +f 4503/4323/6842 4533/4322/6841 4532/4324/6843 +f 4503/4323/6842 4532/4324/6843 3917/2330/4333 +f 4503/4323/6842 3917/2330/4333 2056/2329/4332 +f 3918/4222/6691 4574/4223/6692 4584/4325/6844 +f 3918/4222/6691 4584/4325/6844 4557/4326/6845 +f 4557/4326/6845 4584/4325/6844 4586/4327/6846 +f 4557/4326/6845 4586/4327/6846 4558/4328/6847 +f 4558/4328/6847 4586/4327/6846 4585/4329/6848 +f 4558/4328/6847 4585/4329/6848 3919/2323/4324 +f 4558/4328/6847 3919/2323/4324 2052/2322/4323 +f 3920/4229/6702 4626/4230/6703 4636/4330/6849 +f 3920/4229/6702 4636/4330/6849 4608/4331/6850 +f 4608/4331/6850 4636/4330/6851 4609/4332/6852 +f 4609/4332/6852 4636/4330/6851 4637/4333/6853 +f 4609/4332/6854 4637/4333/6855 3921/2235/4208 +f 4609/4332/6854 3921/2235/4208 1994/2234/4207 +f 4653/4236/6713 4680/4237/6714 4662/4334/6856 +f 4662/4334/6856 4680/4237/6714 4690/4335/6857 +f 4662/4334/6856 4690/4335/6857 3922/4336/6858 +f 3922/4336/6858 4690/4335/6857 4691/4337/6859 +f 3922/4336/6860 4691/4337/6861 2049/2317/4317 +f 2049/2317/4317 4691/4337/6861 4692/4338/6862 +f 2049/2317/4317 4692/4338/6863 2047/2312/4310 +f 4748/2314/4312 1995/2237/4210 4720/4339/6864 +f 4748/2314/4312 4720/4339/6864 3923/4340/6865 +s 504 +f 3923/4340/6866 4720/4339/6867 4719/4341/6868 +f 3923/4340/6866 4719/4341/6868 4746/4342/6869 +s 39 +f 4746/4342/6870 4719/4341/6871 4736/4244/6725 +f 4736/4244/6725 4719/4341/6871 4710/4243/6724 +f 4748/2314/4312 1996/2238/4211 1995/2237/4210 +f 3924/2303/4300 2044/2302/4299 4802/4343/6872 +f 4802/4343/6872 2044/2302/4299 4773/4344/6873 +f 4802/4343/6872 4773/4344/6873 4803/4345/6874 +f 4803/4345/6874 4773/4344/6873 4772/4346/6875 +f 4803/4345/6874 4772/4346/6875 4801/4347/6876 +f 4801/4347/6876 4772/4346/6875 3925/4250/6735 +f 4801/4347/6876 3925/4250/6735 4791/4251/6736 +f 3926/4257/6746 4845/4258/6747 4855/4348/6877 +f 3926/4257/6746 4855/4348/6877 4829/4349/6878 +f 4829/4349/6878 4855/4348/6879 4830/4350/6880 +f 4830/4350/6880 4855/4348/6879 4856/4351/6881 +f 4830/4350/6882 4856/4351/6883 3927/2301/4298 +f 4830/4350/6882 3927/2301/4298 2042/2300/4297 +f 4873/4264/6757 4899/4265/6758 4882/4352/6884 +f 4882/4352/6884 4899/4265/6758 4910/4353/6885 +f 4882/4352/6884 4910/4353/6885 4911/4354/6886 +f 4882/4352/6884 4911/4354/6886 4883/4355/6887 +f 4883/4355/6887 4911/4354/6886 4912/4356/6888 +f 4883/4355/6889 4912/4356/6888 4903/2296/4293 +f 4883/4355/6889 4903/2296/4293 2039/2295/4292 +f 4927/4271/6768 4953/4272/6769 4963/4357/6890 +f 4927/4271/6768 4963/4357/6890 4936/4358/6891 +f 4936/4358/6891 4963/4357/6892 4964/4359/6893 +f 4936/4358/6891 4964/4359/6893 4937/4360/6894 +f 4937/4360/6895 4964/4359/6896 3928/2290/4285 +f 4937/4360/6895 3928/2290/4285 2037/2289/4284 +f 3941/4141/6566 3965/4142/6568 3929/4361/6897 +f 3929/4361/6897 3965/4142/6568 3975/4362/6898 +f 3929/4361/6899 3975/4362/6900 3968/4144/6571 +f 3929/4361/6899 3968/4144/6571 3865/4143/6570 +f 3994/4149/6579 4019/4148/6578 4030/4363/6901 +f 3994/4149/6579 4030/4363/6901 4002/4364/6902 +f 4002/4364/6902 4030/4363/6901 4023/4365/6903 +f 4002/4364/6902 4023/4365/6903 3867/4150/6581 +f 3867/4150/6581 4023/4365/6903 4022/4151/6582 +f 4050/4158/6904 4073/4157/6592 4055/4366/6905 +f 4055/4366/6905 4073/4157/6592 4083/4367/6906 +f 4055/4366/6907 4083/4367/6908 4076/4160/6596 +f 4055/4366/6907 4076/4160/6596 3869/4159/6595 +f 4102/4164/6602 4128/4165/6605 4110/4368/6909 +f 4110/4368/6909 4128/4165/6605 4137/4369/6910 +f 4110/4368/6909 4137/4369/6910 4109/4370/6911 +f 4109/4370/6911 4137/4369/6910 4132/4371/6912 +f 4109/4370/6911 4132/4371/6912 3871/4166/6606 +f 3871/4166/6606 4132/4371/6912 4131/4167/6607 +f 4157/4172/6614 4181/4171/6613 3930/4372/6913 +f 3930/4372/6913 4181/4171/6613 4192/4373/6914 +f 3930/4372/6915 4192/4373/6916 3873/4173/6917 +f 3873/4173/6917 4192/4373/6916 4185/4374/6918 +f 3873/4173/6617 4185/4374/6919 4184/4174/6618 +f 4212/4177/6621 4237/4178/6623 4248/4375/6920 +f 4212/4177/6621 4248/4375/6920 3931/4376/6921 +f 3931/4376/6922 4248/4375/6923 4241/4377/6924 +f 3931/4376/6922 4241/4377/6924 3874/4179/6625 +f 3874/4179/6625 4241/4377/6924 4240/4180/6626 +f 4268/4185/6634 4292/4184/6633 4300/4378/6925 +f 4268/4185/6634 4300/4378/6925 4274/4379/6926 +f 4274/4379/6927 4300/4378/6928 3875/4186/6636 +f 3875/4186/6636 4300/4378/6928 4295/4187/6637 +f 4320/4192/6929 4345/4191/6644 4326/4380/6930 +f 4326/4380/6930 4345/4191/6644 4354/4381/6931 +f 4326/4380/6932 4354/4381/6933 4348/4194/6648 +f 4326/4380/6932 4348/4194/6648 3877/4193/6647 +f 4373/4199/6657 4399/4198/6655 4408/4382/6934 +f 4373/4199/6657 4408/4382/6934 4381/4383/6935 +f 4381/4383/6935 4408/4382/6934 4403/4384/6936 +f 4381/4383/6935 4403/4384/6937 3879/4200/6659 +f 3879/4200/6659 4403/4384/6937 4402/4201/6660 +f 4429/4205/6666 4453/4206/6668 3932/4385/6938 +f 3932/4385/6938 4453/4206/6668 4463/4386/6939 +f 3932/4385/6940 4463/4386/6941 4456/4208/6671 +f 3932/4385/6940 4456/4208/6671 3881/4207/6670 +f 4484/4212/6677 4508/4213/6679 4520/4387/6942 +f 4484/4212/6677 4520/4387/6942 3933/4388/6943 +f 3933/4388/6944 4520/4387/6945 4512/4389/6946 +f 3933/4388/6944 4512/4389/6946 3884/4214/6681 +f 3884/4214/6681 4512/4389/6946 4511/4215/6682 +f 4540/4218/6685 4564/4219/6687 4573/4390/6947 +f 4540/4218/6685 4573/4390/6947 4546/4391/6948 +f 4546/4391/6949 4573/4390/6950 3885/4220/6689 +f 3885/4220/6689 4573/4390/6950 4567/4221/6690 +f 4592/4225/6696 4615/4226/6699 4625/4392/6951 +f 4592/4225/6696 4625/4392/6951 4598/4393/6952 +f 4598/4393/6953 4625/4392/6951 4618/4228/6701 +f 4598/4393/6953 4618/4228/6701 3887/4227/6700 +f 4644/4233/6710 4668/4232/6708 3934/4394/6954 +f 3934/4394/6954 4668/4232/6708 4679/4395/6955 +f 3934/4394/6956 4679/4395/6957 3889/4234/6958 +f 3889/4234/6958 4679/4395/6957 4672/4396/6959 +f 3889/4234/6711 4672/4396/6960 4671/4235/6712 +f 4700/4240/6721 4726/4239/6719 4735/4397/6961 +f 4700/4240/6721 4735/4397/6961 4708/4398/6962 +f 4708/4398/6962 4735/4397/6961 4730/4399/6963 +f 4708/4398/6962 4730/4399/6963 3891/4241/6722 +f 3891/4241/6722 4730/4399/6963 4729/4242/6723 +f 4756/4246/6729 4779/4247/6731 3935/4400/6964 +f 3935/4400/6964 4779/4247/6731 4790/4401/6965 +f 3935/4400/6966 4790/4401/6967 4782/4249/6734 +f 3935/4400/6966 4782/4249/6734 3893/4248/6733 +f 4810/4253/6740 4836/4254/6743 4844/4402/6968 +f 4810/4253/6740 4844/4402/6968 4818/4403/6969 +f 4818/4403/6970 4844/4402/6971 4839/4256/6745 +f 4818/4403/6970 4839/4256/6745 3895/4255/6744 +f 4863/4260/6751 4888/4261/6753 4898/4404/6972 +f 4863/4260/6751 4898/4404/6972 4871/4405/6973 +f 4871/4405/6974 4898/4404/6972 4891/4263/6756 +f 4871/4405/6974 4891/4263/6756 3897/4262/6755 +f 4919/4267/6762 4943/4268/6764 3937/4406/6975 +f 3937/4406/6975 4943/4268/6764 3936/4407/6976 +f 3937/4406/6977 3936/4407/6978 4946/4270/6767 +f 3937/4406/6977 4946/4270/6767 3899/4269/6766 +f 3938/2124/6979 3939/4408/6980 1895/2126/6981 +f 3550/3831/6567 3941/4141/6566 3548/3832/6982 +f 3944/4409/6983 1895/2126/6981 3939/4408/6980 +f 3943/4410/6984 3944/4409/6983 3939/4408/6980 +f 3938/2124/6979 3940/3820/6985 3945/4411/6986 +f 3945/4411/6986 3943/4410/6984 3939/4408/6980 +f 3945/4411/6986 3939/4408/6980 3938/2124/6979 +f 3946/4412/6987 3942/4413/6988 3943/4410/6984 +f 3946/4412/6987 3943/4410/6984 3945/4411/6986 +f 3865/4143/6570 3942/4413/6988 3946/4412/6987 +f 3946/4412/6989 3945/4411/6986 3548/3832/6982 +f 3548/3832/6982 3945/4411/6986 3940/3820/6985 +f 3941/4141/6566 3946/4412/6989 3548/3832/6982 +f 3929/4361/6899 3865/4143/6570 3946/4412/6987 +f 3929/4361/6897 3946/4412/6989 3941/4141/6566 +f 3952/4414/6990 1895/2126/6981 3944/4409/6983 +f 3952/4414/6990 3944/4409/6983 3947/4415/6991 +f 3944/4409/6983 3943/4410/6984 3948/4416/6992 +f 3948/4416/6992 3943/4410/6984 3942/4413/6988 +f 3948/4416/6992 3942/4413/6988 3955/4417/6993 +f 3865/4143/6570 3900/4145/6572 3949/4418/6994 +f 3865/4143/6570 3949/4418/6994 3942/4413/6988 +f 3942/4413/6988 3949/4418/6994 3955/4417/6993 +f 3944/4409/6983 3948/4416/6992 3947/4415/6991 +f 3948/4416/6995 3953/4419/6996 3947/4415/6991 +f 3954/4420/6997 3951/4421/6998 3953/4419/6996 +f 3954/4420/6997 3953/4419/6996 3948/4416/6995 +f 3947/4415/6991 3953/4419/6996 3952/4414/6990 +f 3956/4422/6999 3951/4421/7000 3954/4420/7001 +f 3955/4417/6993 3954/4420/6997 3948/4416/6995 +f 3950/4423/7002 3956/4422/6999 3954/4420/7001 +f 3957/4424/7003 3954/4420/6997 3955/4417/6993 +f 3950/4423/7002 3954/4420/7001 2010/2258/4237 +f 2010/2258/4237 3954/4420/7001 3957/4424/7004 +f 3957/4424/7003 3955/4417/6993 3958/4274/6771 +f 3958/4274/6771 3955/4417/6993 3949/4418/6994 +f 3959/4276/6774 2010/2258/4237 3957/4424/7004 +f 3959/4276/6773 3957/4424/7003 3958/4274/6771 +f 3900/4145/6572 3958/4274/6771 3949/4418/6994 +f 1897/2128/7005 1895/2126/6981 3952/4414/6990 +f 1897/2128/7005 3952/4414/6990 3960/4425/7006 +f 3960/4425/7006 3952/4414/6990 3953/4419/6996 +f 3961/4426/7007 3960/4425/7006 3951/4421/7000 +f 3960/4425/7006 3953/4419/6996 3951/4421/7000 +f 3961/4426/7007 3951/4421/7000 3956/4422/6999 +f 3961/4426/7007 3956/4422/6999 3962/4427/7008 +f 3962/4427/7008 3956/4422/6999 3950/4423/7002 +f 3962/4427/7008 3950/4423/7002 3963/2246/4223 +f 3963/2246/4223 3950/4423/7002 2010/2258/4237 +f 3553/1754/7009 3967/1753/7010 3966/4428/7011 +f 3966/4428/7011 3964/4429/7012 3553/1754/7009 +f 3553/1754/7009 3964/4429/7012 3551/3834/6569 +f 3964/4429/7012 3965/4142/6568 3551/3834/6569 +f 1545/1751/6565 3971/4430/7013 3967/1753/7010 +f 3971/4430/7013 1545/1751/6565 3864/4140/6564 +f 3971/4430/7013 3864/4140/6564 3970/4431/7014 +f 3971/4430/7015 3970/4431/7016 3972/4432/7017 +f 3966/4428/7011 3967/1753/7010 3971/4430/7013 +f 3966/4428/7018 3971/4430/7015 3972/4432/7017 +f 3974/4433/7019 3966/4428/7018 3972/4432/7017 +f 3974/4433/7019 3972/4432/7017 3973/4434/7020 +f 3964/4429/7012 3966/4428/7011 3974/4433/7021 +f 3975/4362/6898 3964/4429/7012 3974/4433/7021 +f 3975/4362/6900 3974/4433/7019 3969/4435/7022 +f 3969/4435/7022 3974/4433/7019 3973/4434/7020 +f 3965/4142/6568 3964/4429/7012 3975/4362/6898 +f 3968/4144/6571 3969/4435/7022 3973/4434/7020 +f 3975/4362/6900 3969/4435/7022 3968/4144/6571 +f 3973/4434/7020 3978/4436/7023 3976/4146/6573 +f 3973/4434/7020 3976/4146/6573 3968/4144/6571 +f 3972/4432/7017 3977/4437/7024 3973/4434/7020 +f 3973/4434/7020 3977/4437/7024 3978/4436/7023 +f 3972/4432/7017 3979/4438/7025 3977/4437/7024 +f 3972/4432/7017 3970/4431/7016 3979/4438/7025 +f 3970/4431/7016 3864/4140/6564 3980/4439/7026 +f 3979/4438/7025 3970/4431/7016 3980/4439/7026 +f 1544/1750/7027 3981/4440/7028 3980/4439/7026 +f 3981/4440/7028 3979/4438/7025 3980/4439/7026 +f 3977/4437/7024 3979/4438/7025 3982/4441/7029 +f 3982/4441/7029 3979/4438/7025 3981/4440/7028 +f 3983/4442/7030 3982/4441/7029 3981/4440/7028 +f 3978/4436/7023 3977/4437/7024 3982/4441/7031 +f 3984/4443/7032 3978/4436/7023 3982/4441/7031 +f 3984/4443/7033 3982/4441/7029 3983/4442/7030 +f 3976/4146/6573 3978/4436/7023 3986/4273/6770 +f 3986/4273/6770 3978/4436/7023 3984/4443/7032 +f 3984/4443/7033 3983/4442/7030 3987/4277/6776 +f 3987/4277/6776 3983/4442/7030 3985/4444/7034 +f 3988/4275/6772 3986/4273/6770 3984/4443/7032 +f 3988/4275/6775 3984/4443/7033 3987/4277/6776 +f 3901/2259/4238 3987/4277/6776 3985/4444/7034 +f 3991/4445/7035 5157/4446/7036 3985/4444/7034 +f 3985/4444/7034 5157/4446/7036 3989/2260/4239 +f 3985/4444/7034 3989/2260/4239 3901/2259/4238 +f 3983/4442/7030 3991/4445/7035 3985/4444/7034 +f 1544/1750/7027 3990/4447/7037 3981/4440/7028 +f 3981/4440/7028 3990/4447/7037 3991/4445/7035 +f 3981/4440/7028 3991/4445/7035 3983/4442/7030 +f 1544/1750/7027 3980/4439/7026 1543/1749/6563 +f 3864/4140/6564 1543/1749/6563 3980/4439/7026 +f 3556/1745/7038 3992/4448/7039 1540/1742/7040 +f 1540/1742/7041 3992/4448/7039 3993/4449/7042 +f 3993/4449/7042 1541/1746/7043 1540/1742/7041 +f 3997/4450/7044 3993/4449/7042 3992/4448/7039 +f 3996/4451/7045 3997/4450/7044 3992/4448/7039 +f 3998/4452/7046 3996/4451/7045 3992/4448/7039 +f 3995/4453/7047 3996/4451/7045 3998/4452/7046 +f 3992/4448/7039 3556/1745/7038 3999/4454/7048 +f 3999/4454/7048 3998/4452/7046 3992/4448/7039 +f 4000/4455/7049 3995/4453/7047 3998/4452/7046 +f 4000/4455/7049 3998/4452/7046 3999/4454/7050 +f 4001/4456/7051 3995/4453/7047 4000/4455/7049 +f 4000/4455/7052 3999/4454/7048 3557/3837/6580 +f 3557/3837/6580 3999/4454/7048 3556/1745/7038 +f 4001/4456/7051 4000/4455/7049 4002/4364/6902 +f 4002/4364/6902 4000/4455/7053 3994/4149/6579 +f 3994/4149/6579 4000/4455/7052 3557/3837/6580 +f 3867/4150/6581 4001/4456/7051 4002/4364/6902 +f 3993/4449/7042 3997/4450/7044 4003/4457/7054 +f 3997/4450/7044 3996/4451/7045 4004/4458/7055 +f 4004/4458/7055 3996/4451/7045 3995/4453/7047 +f 4004/4458/7055 3995/4453/7047 4009/4459/7056 +f 3867/4150/6581 3902/4152/6583 4001/4456/7051 +f 4001/4456/7051 3902/4152/6583 4005/4460/7057 +f 4001/4456/7051 4005/4460/7057 3995/4453/7047 +f 3995/4453/7047 4005/4460/7057 4009/4459/7056 +f 3997/4450/7044 4004/4458/7055 4003/4457/7054 +f 4004/4458/7055 4007/4461/7058 4003/4457/7054 +f 4008/4462/7059 4014/4463/7060 4007/4461/7061 +f 4008/4462/7062 4007/4461/7058 4004/4458/7055 +f 4010/4464/7063 4014/4463/7060 4008/4462/7059 +f 4009/4459/7064 4008/4462/7062 4004/4458/7055 +f 4006/4465/7065 4010/4464/7063 4008/4462/7066 +f 4011/4466/7067 4008/4462/7062 4009/4459/7064 +f 4006/4465/7065 4008/4462/7066 1998/2239/4212 +f 1998/2239/4212 4008/4462/7066 4011/4466/7068 +f 4011/4466/7067 4009/4459/7064 4012/4279/6778 +f 4012/4279/6778 4009/4459/7064 4005/4460/7057 +f 4013/4280/6782 1998/2239/4212 4011/4466/7068 +f 4013/4280/6780 4011/4466/7067 4012/4279/6778 +f 3902/4152/6583 4012/4279/6778 4005/4460/7057 +f 1541/1746/7043 3993/4449/7042 4003/4457/7054 +s 541 +f 4014/4463/7069 1541/1746/7070 4007/4461/7071 +f 1541/1746/7070 4003/4457/7072 4007/4461/7071 +s 39 +f 4015/4467/7073 4014/4463/7060 4010/4464/7063 +f 4015/4467/7073 4010/4464/7063 4016/4468/7074 +f 4016/4468/7074 4010/4464/7063 4006/4465/7065 +f 4016/4468/7074 4006/4465/7065 4017/2241/4214 +f 4017/2241/4214 4006/4465/7065 1998/2239/4212 +f 4021/1740/7075 4020/4469/7076 1537/1741/7077 +f 1537/1741/7077 4020/4469/7076 4018/3818/7078 +f 4018/3818/7078 4019/4148/6578 3559/3838/6577 +f 1535/1738/6576 4025/4470/7079 4021/1740/7075 +f 4025/4470/7079 1535/1738/6576 3866/4147/6575 +f 4025/4470/7079 3866/4147/6575 4024/4471/7080 +f 4025/4470/7079 4024/4471/7080 4026/4472/7081 +f 4020/4469/7076 4021/1740/7075 4025/4470/7079 +f 4020/4469/7076 4025/4470/7079 4027/4473/7082 +f 4027/4473/7082 4025/4470/7079 4026/4472/7081 +f 4028/4474/7083 4020/4469/7076 4027/4473/7082 +f 4018/3818/7078 4020/4469/7076 4028/4474/7084 +f 4029/4475/7085 4028/4474/7083 4027/4473/7082 +f 4023/4365/6903 4028/4474/7083 4029/4475/7085 +f 4019/4148/6578 4018/3818/7078 4028/4474/7084 +f 4019/4148/6578 4028/4474/7084 4030/4363/6901 +f 4030/4363/6901 4028/4474/7083 4023/4365/6903 +f 4022/4151/6582 4023/4365/6903 4029/4475/7085 +f 4029/4475/7085 4033/4476/7086 4031/4153/6584 +f 4029/4475/7085 4031/4153/6584 4022/4151/6582 +f 4027/4473/7082 4032/4477/7087 4033/4476/7086 +f 4027/4473/7082 4033/4476/7086 4029/4475/7085 +f 4032/4477/7087 4027/4473/7082 4026/4472/7081 +f 4026/4472/7081 4034/4478/7088 4032/4477/7087 +f 4026/4472/7081 4024/4471/7080 4034/4478/7088 +f 4024/4471/7080 3866/4147/6575 4035/4479/7089 +f 4034/4478/7088 4024/4471/7080 4035/4479/7089 +f 1534/1737/7090 4036/4480/7091 4035/4479/7089 +f 4036/4480/7091 4034/4478/7088 4035/4479/7089 +f 4032/4477/7087 4034/4478/7088 4037/4481/7092 +f 4037/4481/7092 4034/4478/7088 4036/4480/7091 +f 4038/4482/7093 4037/4481/7092 4036/4480/7091 +f 4033/4476/7086 4032/4477/7087 4037/4481/7094 +f 4039/4483/7095 4033/4476/7086 4037/4481/7094 +f 4039/4483/7096 4037/4481/7092 4038/4482/7093 +f 4031/4153/6584 4033/4476/7086 4041/4278/6777 +f 4041/4278/6777 4033/4476/7086 4039/4483/7095 +f 4039/4483/7096 4038/4482/7093 4042/4281/6783 +f 4042/4281/6783 4038/4482/7093 4040/4484/7097 +f 4041/4278/6779 4039/4483/7098 4042/4281/6781 +f 3903/2240/4213 4042/4281/6783 4040/4484/7097 +f 4045/4485/7099 4969/4486/7100 4040/4484/7097 +f 4040/4484/7097 4969/4486/7100 4043/2242/4215 +f 4040/4484/7097 4043/2242/4215 3903/2240/4213 +f 4038/4482/7093 4045/4485/7099 4040/4484/7097 +f 1534/1737/7090 4044/4487/7101 4036/4480/7091 +f 4036/4480/7091 4044/4487/7101 4045/4485/7099 +f 4036/4480/7091 4045/4485/7099 4038/4482/7093 +f 1534/1737/7090 4035/4479/7089 1533/1736/6574 +f 3866/4147/6575 1533/1736/6574 4035/4479/7089 +f 4048/1732/7102 4046/4488/7103 1530/1729/7104 +f 1530/1729/7104 4046/4488/7103 4047/4155/6587 +f 4047/4155/6587 1531/1733/6586 1530/1729/7104 +f 3562/3841/6593 4050/4158/6594 4049/3840/7105 +f 4052/4489/7106 4047/4155/6587 4046/4488/7103 +f 4053/4490/7107 4052/4489/7106 4046/4488/7103 +f 4053/4490/7107 4046/4488/7103 4048/1732/7102 +f 4048/1732/7102 4049/3840/7105 4053/4490/7107 +f 4054/4491/7108 4051/4492/7109 4052/4489/7106 +f 4054/4491/7108 4052/4489/7106 4053/4490/7107 +f 3869/4159/6595 4051/4492/7109 4054/4491/7108 +f 4054/4491/7110 4053/4490/7107 4049/3840/7105 +f 3869/4159/6595 4054/4491/7108 4055/4366/6907 +f 4055/4366/6905 4054/4491/7111 4050/4158/6904 +f 4050/4158/6594 4054/4491/7110 4049/3840/7105 +f 4060/4154/6585 4047/4155/6587 4056/4493/7112 +f 4056/4493/7112 4047/4155/6587 4052/4489/7106 +f 4056/4493/7112 4052/4489/7106 4051/4492/7109 +f 4056/4493/7112 4051/4492/7109 4063/4494/7113 +f 3869/4159/6595 3904/4161/6597 4057/4495/7114 +f 3869/4159/6595 4057/4495/7114 4051/4492/7109 +f 4051/4492/7109 4057/4495/7114 4063/4494/7113 +f 4061/4496/7115 4060/4154/6585 4056/4493/7112 +f 4062/4497/7116 4059/4498/7117 4061/4496/7115 +f 4062/4497/7116 4061/4496/7115 4056/4493/7112 +f 4064/4499/7118 4059/4498/7117 4062/4497/7116 +f 4063/4494/7113 4062/4497/7116 4056/4493/7112 +f 4058/4500/7119 4064/4499/7118 4062/4497/7116 +f 4065/4501/7120 4062/4497/7116 4063/4494/7113 +f 4058/4500/7119 4062/4497/7116 2077/2368/4375 +f 2077/2368/4375 4062/4497/7116 4065/4501/7121 +f 4065/4501/7120 4063/4494/7113 4066/4283/6785 +f 4066/4283/6785 4063/4494/7113 4057/4495/7114 +f 4067/4284/6787 2077/2368/4375 4065/4501/7121 +f 4067/4284/6786 4065/4501/7120 4066/4283/6785 +f 3904/4161/6597 4066/4283/6785 4057/4495/7114 +f 1531/1733/7122 4060/4154/6585 4068/4502/7123 +f 4068/4502/7123 4060/4154/6585 4061/4496/7115 +f 4069/4503/7124 4068/4502/7123 4059/4498/7117 +f 4068/4502/7123 4061/4496/7115 4059/4498/7117 +f 4069/4503/7124 4059/4498/7117 4064/4499/7118 +f 4069/4503/7124 4064/4499/7118 4070/4504/7125 +f 4070/4504/7125 4064/4499/7118 4058/4500/7119 +f 4070/4504/7125 4058/4500/7119 4071/2245/4220 +f 4071/2245/4220 4058/4500/7119 2077/2368/4375 +f 4075/1727/7126 4074/4505/7127 1527/1728/7128 +f 4074/4505/7127 4072/4506/7129 1527/1728/7128 +f 1527/1728/7128 4072/4506/7129 3561/3843/6591 +f 3561/3843/6591 4072/4506/7129 4073/4157/6592 +f 1525/1725/6590 4078/4507/7130 4075/1727/7126 +f 4078/4507/7130 1525/1725/6590 3868/4156/6589 +f 4078/4507/7130 3868/4156/6589 4077/4508/7131 +f 4078/4507/7130 4077/4508/7131 4079/4509/7132 +f 4074/4505/7127 4075/1727/7126 4078/4507/7130 +f 4074/4505/7127 4078/4507/7130 4080/4510/7133 +f 4080/4510/7133 4078/4507/7130 4079/4509/7132 +f 4081/4511/7134 4074/4505/7127 4080/4510/7133 +f 4072/4506/7129 4074/4505/7127 4081/4511/7135 +f 4082/4512/7136 4081/4511/7134 4080/4510/7133 +f 4083/4367/6906 4072/4506/7129 4081/4511/7135 +f 4083/4367/6908 4081/4511/7134 4082/4512/7136 +f 4073/4157/6592 4072/4506/7129 4083/4367/6906 +f 4083/4367/6908 4082/4512/7136 4076/4160/6596 +f 4082/4512/7136 4086/4513/7137 4076/4160/6596 +f 4076/4160/6596 4086/4513/7137 4084/4162/6598 +f 4080/4510/7133 4085/4514/7138 4082/4512/7136 +f 4082/4512/7136 4085/4514/7138 4086/4513/7137 +f 4085/4514/7138 4080/4510/7133 4079/4509/7132 +f 4079/4509/7132 4087/4515/7139 4085/4514/7138 +f 4079/4509/7132 4077/4508/7131 4087/4515/7139 +f 4077/4508/7131 3868/4156/6589 4088/4516/7140 +f 4087/4515/7139 4077/4508/7131 4088/4516/7140 +f 1524/1724/7141 4089/4517/7142 4088/4516/7140 +f 4089/4517/7142 4087/4515/7139 4088/4516/7140 +f 4085/4514/7138 4087/4515/7139 4090/4518/7143 +f 4090/4518/7144 4087/4515/7139 4089/4517/7142 +f 4091/4519/7145 4090/4518/7144 4089/4517/7142 +f 4086/4513/7137 4085/4514/7138 4092/4520/7146 +f 4092/4520/7146 4085/4514/7138 4090/4518/7143 +f 4092/4520/7147 4090/4518/7144 4091/4519/7145 +f 4084/4162/6598 4086/4513/7137 4092/4520/7146 +f 4092/4520/7147 4091/4519/7145 4094/4285/6789 +f 4094/4285/6789 4091/4519/7145 4093/4521/7148 +f 4095/4282/6784 4084/4162/6598 4092/4520/7146 +f 4095/4282/6788 4092/4520/7147 4094/4285/6789 +f 3905/2369/4376 4094/4285/6789 4093/4521/7148 +f 4098/4522/7149 4980/4523/7150 4093/4521/7148 +f 4093/4521/7148 4980/4523/7150 4096/2370/4377 +f 4093/4521/7148 4096/2370/4377 3905/2369/4376 +f 4091/4519/7145 4098/4522/7149 4093/4521/7148 +f 1524/1724/7141 4097/4524/7151 4089/4517/7142 +f 4089/4517/7142 4097/4524/7151 4098/4522/7149 +f 4089/4517/7142 4098/4522/7149 4091/4519/7145 +f 1524/1724/7141 4088/4516/7140 1523/1723/6588 +f 3868/4156/6589 1523/1723/6588 4088/4516/7140 +f 4099/1719/7152 4100/4525/7153 1520/1716/7154 +f 1520/1716/7154 4100/4525/7153 4101/4526/7155 +f 4101/4526/7155 1521/1720/7156 1520/1716/7154 +f 3566/3848/6603 4102/4164/6602 3564/3845/7157 +f 4104/4527/7158 4101/4526/7155 4100/4525/7153 +f 4105/4528/7159 4104/4527/7158 4100/4525/7153 +f 4103/4529/7160 4104/4527/7158 4105/4528/7161 +f 4099/1719/7152 3564/3845/7157 4106/4530/7162 +f 4106/4530/7162 4105/4528/7159 4100/4525/7153 +f 4106/4530/7162 4100/4525/7153 4099/1719/7152 +f 4107/4531/7163 4103/4529/7160 4105/4528/7159 +f 4107/4531/7163 4105/4528/7159 4106/4530/7162 +f 4108/4532/7164 4103/4529/7160 4107/4531/7163 +f 4107/4531/7163 4106/4530/7162 4102/4164/6602 +f 4102/4164/6602 4106/4530/7162 3564/3845/7157 +f 4108/4532/7164 4107/4531/7163 4109/4370/6911 +f 4109/4370/6911 4107/4531/7163 4110/4368/6909 +f 4110/4368/6909 4107/4531/7163 4102/4164/6602 +f 3871/4166/6606 4108/4532/7164 4109/4370/6911 +f 4101/4526/7155 4104/4527/7158 4111/4533/7165 +f 4112/4534/7166 4104/4527/7158 4103/4529/7160 +f 4112/4534/7166 4103/4529/7160 4118/4535/7167 +f 3871/4166/6606 4113/4168/6608 4108/4532/7164 +f 4108/4532/7164 4113/4168/6608 4114/4536/7168 +f 4108/4532/7164 4114/4536/7168 4103/4529/7160 +f 4103/4529/7160 4114/4536/7168 4118/4535/7167 +f 4104/4527/7158 4112/4534/7166 4111/4533/7165 +f 4112/4534/7166 4117/4537/7169 4111/4533/7165 +f 4116/4538/7170 4117/4537/7169 4112/4534/7166 +f 4118/4535/7171 4116/4538/7170 4112/4534/7166 +f 4115/4539/7172 4119/4540/7173 4116/4538/7174 +f 4115/4539/7172 4116/4538/7174 4120/4541/7175 +f 4120/4541/7176 4116/4538/7170 4118/4535/7171 +f 4121/4287/6791 4120/4541/7177 4118/4535/7178 +f 4121/4287/6791 4118/4535/7178 4114/4536/7168 +f 4122/4289/6793 4115/4539/7172 4120/4541/7175 +f 4121/4287/6791 4114/4536/7168 4113/4168/6608 +f 2076/2365/4372 4115/4539/7172 4122/4289/6793 +f 4122/4289/6793 4120/4541/7179 4121/4287/6791 +f 1521/1720/7156 4101/4526/7155 4111/4533/7165 +f 4123/4542/7180 1521/1720/7181 4117/4537/7182 +f 1521/1720/7181 4111/4533/7183 4117/4537/7182 +f 4124/4543/7184 4123/4542/7180 4116/4538/7185 +f 4123/4542/7180 4117/4537/7182 4116/4538/7185 +f 4124/4543/7184 4116/4538/7185 4119/4540/7186 +f 4124/4543/7184 4119/4540/7186 4125/4544/7187 +f 4125/4544/7187 4119/4540/7186 4115/4539/7172 +f 4125/4544/7187 4115/4539/7172 4126/2366/4373 +f 4126/2366/4373 4115/4539/7172 2076/2365/4372 +f 4130/1714/7188 4129/4545/7189 1517/1715/7190 +f 4129/4545/7189 4127/3850/7191 1517/1715/7190 +f 4127/3850/7191 4128/4165/6605 3569/3847/6604 +f 4130/1714/7188 1515/1712/7192 3870/4163/6600 +f 4130/1714/7188 3870/4163/6600 4133/4546/7193 +f 4129/4545/7189 4130/1714/7188 4133/4546/7193 +f 4129/4545/7189 4133/4546/7193 4134/4547/7194 +f 4135/4548/7195 4129/4545/7189 4134/4547/7194 +f 4127/3850/7191 4129/4545/7189 4135/4548/7196 +f 4136/4549/7197 4135/4548/7195 4134/4547/7194 +f 4132/4371/6912 4135/4548/7195 4136/4549/7197 +f 4128/4165/6605 4127/3850/7191 4135/4548/7196 +f 4128/4165/6605 4135/4548/7196 4137/4369/6910 +f 4137/4369/6910 4135/4548/7195 4132/4371/6912 +f 4131/4167/6607 4132/4371/6912 4136/4549/7197 +f 4136/4549/7197 4140/4550/7198 4138/4169/6609 +f 4136/4549/7197 4138/4169/6609 4131/4167/6607 +f 4134/4547/7194 4139/4551/7199 4140/4550/7198 +f 4134/4547/7194 4140/4550/7198 4136/4549/7197 +f 4139/4551/7199 4134/4547/7194 4133/4546/7193 +f 4133/4546/7193 4141/4552/7200 4139/4551/7199 +f 4141/4552/7200 4133/4546/7193 4142/4553/7201 +f 4133/4546/7193 3870/4163/6600 4142/4553/7201 +f 4141/4552/7200 4142/4553/7201 4143/4554/7202 +f 1514/1711/7203 4144/4555/7204 4143/4554/7202 +f 4144/4555/7204 4141/4552/7205 4143/4554/7202 +f 4145/4556/7206 4139/4551/7199 4141/4552/7200 +f 4145/4556/7207 4141/4552/7205 4144/4555/7204 +f 4146/4557/7208 4145/4556/7207 4144/4555/7204 +f 4140/4550/7198 4139/4551/7199 4145/4556/7206 +f 4147/4558/7209 4140/4550/7198 4145/4556/7206 +f 4147/4558/7210 4145/4556/7207 4146/4557/7208 +f 4138/4169/6609 4140/4550/7198 4149/4286/6790 +f 4149/4286/6790 4140/4550/7198 4147/4558/7209 +f 4147/4558/7210 4146/4557/7208 4150/4290/6794 +f 4150/4290/6794 4146/4557/7208 4148/4559/7211 +f 4151/4288/6792 4149/4286/6790 4147/4558/7209 +f 4151/4288/6792 4147/4558/7210 4150/4290/6794 +f 4150/4290/6794 4148/4559/7211 2074/2362/4367 +f 4154/4560/7212 4990/4561/7213 4148/4559/7211 +f 4148/4559/7211 4990/4561/7213 4152/2363/4368 +f 4148/4559/7211 4152/2363/4368 2074/2362/4367 +f 4146/4557/7208 4154/4560/7212 4148/4559/7211 +f 1514/1711/7203 4153/4562/7214 4144/4555/7204 +f 4144/4555/7204 4153/4562/7214 4154/4560/7212 +f 4144/4555/7204 4154/4560/7212 4146/4557/7208 +f 1514/1711/7203 4143/4554/7202 4142/4553/7201 +f 1514/1711/7203 4142/4553/7201 1513/1710/6599 +f 3870/4163/6600 1513/1710/6599 4142/4553/7201 +f 4155/1705/7215 4156/4563/7216 1508/1703/7217 +f 4160/4564/7218 1511/1707/7219 1508/1703/7217 +f 3573/3851/6615 4157/4172/6614 3570/3852/7220 +f 4161/4565/7221 4160/4564/7218 1508/1703/7217 +f 4161/4565/7221 1508/1703/7217 4156/4563/7216 +f 4159/4566/7222 4161/4565/7221 4156/4563/7216 +f 4155/1705/7215 3571/3853/7223 4162/4567/7224 +f 4162/4567/7224 4159/4566/7222 4156/4563/7216 +f 4162/4567/7224 4156/4563/7216 4155/1705/7215 +f 4163/4568/7225 4158/4569/7226 4159/4566/7222 +f 4163/4568/7225 4159/4566/7222 4162/4567/7224 +f 4164/4570/7227 4158/4569/7226 4163/4568/7225 +f 4163/4568/7228 4162/4567/7224 3570/3852/7220 +f 3570/3852/7220 4162/4567/7224 3571/3853/7223 +f 4157/4172/6614 4163/4568/7228 3570/3852/7220 +f 3873/4173/6917 4164/4570/7227 4163/4568/7225 +f 3873/4173/6917 4163/4568/7225 3930/4372/6915 +f 3930/4372/6913 4163/4568/7228 4157/4172/6614 +f 4160/4564/7218 4161/4565/7221 4165/4571/7229 +f 4165/4571/7229 4161/4565/7221 4159/4566/7222 +f 4165/4571/7229 4159/4566/7222 4158/4569/7226 +f 4165/4571/7229 4158/4569/7226 4172/4572/7230 +f 3873/4173/6617 4166/4175/6619 4164/4570/7227 +f 4164/4570/7227 4166/4175/6619 4167/4573/7231 +f 4164/4570/7227 4167/4573/7231 4158/4569/7226 +f 4158/4569/7226 4167/4573/7231 4172/4572/7230 +f 4171/4574/7232 4170/4575/7233 4165/4571/7229 +f 4170/4575/7233 4160/4564/7218 4165/4571/7229 +f 4169/4576/7234 4171/4574/7232 4165/4571/7229 +f 4172/4572/7235 4169/4576/7234 4165/4571/7229 +s 494 +f 4168/4577/7236 4173/4578/7237 4169/4576/7238 +f 4168/4577/7236 4169/4576/7238 4174/4579/7239 +s 39 +f 4174/4579/7240 4169/4576/7234 4172/4572/7235 +s 495 +f 4175/4293/6801 4174/4579/7241 4172/4572/7242 +f 4175/4293/6801 4172/4572/7242 4167/4573/7243 +s 494 +f 4176/4291/6797 4168/4577/7236 4174/4579/7239 +s 495 +f 4176/4291/6800 4174/4579/7241 4175/4293/6801 +s 39 +f 4175/4293/6804 4167/4573/7231 4166/4175/6619 +s 494 +f 1993/2231/6796 4168/4577/7236 4176/4291/6797 +s 39 +f 1511/1707/7219 4160/4564/7218 4170/4575/7233 +f 1511/1707/7219 4170/4575/7233 4177/4580/7244 +f 4177/4580/7244 4170/4575/7233 4171/4574/7245 +f 4178/4581/7246 4177/4580/7244 4169/4576/7247 +f 4177/4580/7244 4171/4574/7245 4169/4576/7247 +f 4178/4581/7246 4169/4576/7247 4173/4578/7248 +f 4178/4581/7246 4173/4578/7248 4179/4582/7249 +f 4179/4582/7249 4173/4578/7248 4168/4577/7250 +f 4179/4582/7249 4168/4577/7250 1992/2230/4203 +f 1992/2230/4203 4168/4577/7250 1993/2231/4204 +f 4182/1702/7251 4180/4583/7252 3574/3855/6616 +f 4180/4583/7252 4181/4171/6613 3574/3855/6616 +f 4187/4584/7253 4183/1701/7254 1506/1699/6612 +f 4187/4584/7253 1506/1699/6612 3872/4170/6611 +f 4187/4584/7253 3872/4170/6611 4186/4585/7255 +f 4187/4584/7256 4186/4585/7257 4188/4586/7258 +f 4182/1702/7259 4183/1701/7254 4187/4584/7253 +f 4189/4587/7260 4187/4584/7256 4188/4586/7258 +f 4190/4588/7261 4182/1702/7259 4187/4584/7253 +f 4190/4588/7262 4187/4584/7256 4189/4587/7260 +f 4180/4583/7263 4182/1702/7259 4190/4588/7261 +f 4191/4589/7264 4190/4588/7262 4189/4587/7260 +f 4192/4373/6914 4180/4583/7252 4190/4588/7265 +f 4192/4373/7266 4190/4588/7262 4185/4374/6919 +f 4185/4374/6919 4190/4588/7262 4191/4589/7264 +f 4181/4171/6613 4180/4583/7252 4192/4373/6914 +f 4184/4174/6618 4185/4374/6919 4191/4589/7264 +f 4191/4589/7264 4195/4590/7267 4193/4176/6620 +f 4191/4589/7264 4193/4176/6620 4184/4174/6618 +f 4189/4587/7260 4194/4591/7268 4195/4590/7267 +f 4189/4587/7260 4195/4590/7267 4191/4589/7264 +f 4194/4591/7268 4189/4587/7260 4188/4586/7258 +f 4188/4586/7258 4196/4592/7269 4194/4591/7268 +f 4188/4586/7258 4186/4585/7257 4196/4592/7269 +f 4186/4585/7257 3872/4170/6611 4197/4593/7270 +f 4196/4592/7269 4186/4585/7257 4197/4593/7270 +f 1505/1698/7271 4198/4594/7272 4197/4593/7270 +f 4198/4594/7272 4196/4592/7269 4197/4593/7270 +f 4194/4591/7268 4196/4592/7269 4199/4595/7273 +f 4199/4595/7273 4196/4592/7269 4198/4594/7272 +f 4200/4596/7274 4199/4595/7273 4198/4594/7272 +f 4195/4590/7267 4194/4591/7268 4199/4595/7275 +f 4195/4590/7267 4199/4595/7275 4201/4597/7276 +f 4201/4597/7277 4199/4595/7273 4200/4596/7274 +s 494 +f 4202/4598/7278 4201/4597/7279 4200/4596/7280 +s 39 +f 4193/4176/6620 4195/4590/7267 4203/4294/6803 +f 4203/4294/6803 4195/4590/7267 4201/4597/7276 +f 4203/4294/6803 4201/4597/7276 4204/4599/7281 +s 494 +f 4204/4599/7282 4201/4597/7279 4202/4598/7278 +f 4205/2232/6795 4204/4599/7282 4202/4598/7278 +s 495 +f 4203/4294/6802 4204/4599/7283 3906/4292/6799 +s 494 +f 3906/4292/6798 4204/4599/7282 4205/2232/6795 +s 39 +f 4208/4600/7284 4999/4601/7285 4202/4598/7286 +f 4202/4598/7286 4999/4601/7285 4206/2358/4363 +f 4202/4598/7286 4206/2358/4363 4205/2232/4205 +f 4200/4596/7287 4208/4600/7284 4202/4598/7286 +f 1505/1698/7271 4207/4602/7288 4198/4594/7272 +f 4198/4594/7272 4207/4602/7288 4208/4600/7284 +f 4198/4594/7272 4208/4600/7284 4200/4596/7287 +f 1505/1698/7271 4197/4593/7270 1504/1697/6610 +f 3872/4170/6611 1504/1697/6610 4197/4593/7270 +f 4209/4603/7289 1500/1692/7290 4211/1691/7291 +f 1500/1692/7290 4209/4603/7289 4210/4604/7292 +f 4210/4604/7292 1502/1694/7293 1500/1692/7290 +f 3578/3859/6622 4212/4177/6621 3575/3858/7294 +f 4215/4605/7295 4210/4604/7292 4209/4603/7289 +f 4214/4606/7296 4215/4605/7295 4209/4603/7289 +f 4209/4603/7289 4211/1691/7291 4216/4607/7297 +f 4216/4607/7297 4214/4606/7296 4209/4603/7289 +f 4211/1691/7291 3575/3858/7294 4216/4607/7297 +f 4217/4608/7298 4213/4609/7299 4214/4606/7296 +f 4217/4608/7298 4214/4606/7296 4216/4607/7297 +f 4218/4610/7300 4213/4609/7299 4217/4608/7298 +f 4217/4608/7301 4216/4607/7297 3575/3858/7294 +f 4212/4177/6621 4217/4608/7301 3575/3858/7294 +f 3874/4179/6625 4218/4610/7300 4217/4608/7298 +f 3874/4179/6625 4217/4608/7298 3931/4376/6922 +f 3931/4376/6921 4217/4608/7301 4212/4177/6621 +f 4210/4604/7292 4215/4605/7295 4219/4611/7302 +f 4215/4605/7295 4214/4606/7296 4220/4612/7303 +f 4220/4612/7303 4214/4606/7296 4213/4609/7299 +f 4220/4612/7303 4213/4609/7299 4226/4613/7304 +f 3874/4179/6625 3909/4181/6627 4218/4610/7300 +f 4218/4610/7300 3909/4181/6627 4221/4614/7305 +f 4218/4610/7300 4221/4614/7305 4213/4609/7299 +f 4213/4609/7299 4221/4614/7305 4226/4613/7304 +f 4215/4605/7295 4220/4612/7303 4219/4611/7302 +f 4220/4612/7303 4224/4615/7306 4219/4611/7302 +f 4225/4616/7307 4223/4617/7308 4224/4615/7306 +f 4225/4616/7307 4224/4615/7306 4220/4612/7303 +f 4227/4618/7309 4223/4617/7310 4225/4616/7311 +f 4226/4613/7304 4225/4616/7307 4220/4612/7303 +f 4222/4619/7312 4227/4618/7309 4225/4616/7311 +f 4228/4620/7313 4225/4616/7307 4226/4613/7304 +f 4222/4619/7312 4225/4616/7311 4229/4295/6805 +f 4229/4295/6805 4225/4616/7311 4228/4620/7314 +f 4228/4620/7313 4226/4613/7304 4230/4299/6809 +f 4230/4299/6809 4226/4613/7304 4221/4614/7305 +f 2073/2360/4365 4222/4619/7312 4229/4295/6805 +f 4231/4297/6807 4229/4295/6805 4228/4620/7314 +f 4231/4297/6807 4228/4620/7314 4230/4299/6809 +f 3909/4181/6627 4230/4299/6809 4221/4614/7305 +f 1502/1694/7293 4210/4604/7292 4219/4611/7302 +f 1502/1694/7293 4219/4611/7302 4232/4621/7315 +f 4232/4621/7315 4219/4611/7302 4224/4615/7316 +f 4233/4622/7317 4232/4621/7315 4223/4617/7310 +f 4232/4621/7315 4224/4615/7316 4223/4617/7310 +f 4233/4622/7317 4223/4617/7310 4227/4618/7309 +f 4233/4622/7317 4227/4618/7309 4234/4623/7318 +f 4234/4623/7318 4227/4618/7309 4222/4619/7312 +f 4234/4623/7318 4222/4619/7312 4235/2361/4366 +f 4235/2361/4366 4222/4619/7312 2073/2360/4365 +f 4238/1690/7319 4236/4624/7320 3580/3862/7321 +f 4236/4624/7320 4237/4178/6623 3580/3862/7321 +f 3580/3862/7321 4237/4178/6623 3579/3861/6624 +f 4243/4625/7322 4239/1688/7323 1496/1687/7324 +f 4243/4625/7322 1496/1687/7324 4242/4626/7325 +f 4243/4625/7322 4242/4626/7325 4244/4627/7326 +f 4238/1690/7319 4239/1688/7323 4243/4625/7322 +f 4245/4628/7327 4243/4625/7322 4244/4627/7326 +f 4246/4629/7328 4238/1690/7319 4243/4625/7322 +f 4246/4629/7328 4243/4625/7322 4245/4628/7327 +f 4236/4624/7320 4238/1690/7319 4246/4629/7328 +f 4247/4630/7329 4246/4629/7328 4245/4628/7327 +f 4241/4377/6924 4246/4629/7328 4247/4630/7329 +f 4237/4178/6623 4236/4624/7320 4246/4629/7330 +f 4237/4178/6623 4246/4629/7330 4248/4375/6920 +f 4248/4375/6923 4246/4629/7328 4241/4377/6924 +f 4240/4180/6626 4241/4377/6924 4247/4630/7329 +f 4247/4630/7329 4251/4631/7331 4249/4182/6628 +f 4247/4630/7329 4249/4182/6628 4240/4180/6626 +f 4245/4628/7327 4250/4632/7332 4251/4631/7331 +f 4245/4628/7327 4251/4631/7331 4247/4630/7329 +f 4250/4632/7332 4245/4628/7327 4244/4627/7326 +f 4244/4627/7326 4252/4633/7333 4250/4632/7332 +f 4244/4627/7326 4242/4626/7325 4252/4633/7333 +f 4242/4626/7325 1496/1687/7324 4253/4634/7334 +f 4252/4633/7333 4242/4626/7325 4253/4634/7334 +f 1499/1686/7335 4254/4635/7336 4253/4634/7334 +f 4254/4635/7336 4252/4633/7333 4253/4634/7334 +f 4250/4632/7332 4252/4633/7333 4255/4636/7337 +f 4255/4636/7337 4252/4633/7333 4254/4635/7336 +f 4256/4637/7338 4255/4636/7337 4254/4635/7336 +f 4251/4631/7331 4250/4632/7332 4255/4636/7339 +f 4251/4631/7331 4255/4636/7339 4257/4638/7340 +f 4257/4638/7341 4255/4636/7337 4256/4637/7338 +f 4258/4639/7342 4257/4638/7343 4256/4637/7344 +f 4249/4182/6628 4251/4631/7331 4259/4300/6810 +f 4259/4300/6810 4251/4631/7331 4257/4638/7340 +f 4259/4300/6810 4257/4638/7340 4260/4640/7345 +f 4260/4640/7346 4257/4638/7343 4258/4639/7342 +f 4261/4296/6806 4260/4640/7346 4258/4639/7342 +f 4259/4300/6810 4260/4640/7347 3908/4298/6808 +f 3908/4298/6808 4260/4640/7346 4261/4296/6806 +f 3907/2356/4360 4261/4296/6806 4258/4639/7342 +f 4264/4641/7348 4262/2354/4358 4258/4639/7342 +f 4258/4639/7342 4262/2354/4358 3907/2356/4360 +f 4256/4637/7349 4264/4641/7348 4258/4639/7342 +f 1499/1686/7335 4263/4642/7350 4254/4635/7336 +f 4254/4635/7336 4263/4642/7350 4264/4641/7348 +f 4254/4635/7336 4264/4641/7348 4256/4637/7349 +f 1499/1686/7335 4253/4634/7334 1498/1685/7351 +f 1496/1687/7324 1498/1685/7351 4253/4634/7334 +s 580 +f 3581/1678/7352 4265/4643/7353 4266/4644/7354 +f 3581/1678/7352 4266/4644/7354 1493/1679/7355 +s 39 +f 1493/1679/7356 4266/4644/7357 4267/1681/6631 +f 4271/4645/7358 4267/1681/6631 4266/4644/7357 +f 4270/4646/7359 4271/4645/7358 4266/4644/7357 +f 4272/4647/7360 4270/4646/7359 4266/4644/7357 +f 4269/4648/7361 4270/4646/7359 4272/4647/7360 +s 580 +f 4272/4647/7362 4266/4644/7354 4265/4643/7353 +s 39 +f 4273/4649/7363 4269/4648/7361 4272/4647/7360 +f 4273/4649/7363 4272/4647/7360 4265/4643/7364 +f 3875/4186/6636 4269/4648/7361 4273/4649/7363 +f 4273/4649/7365 4265/4643/7366 3582/3863/6635 +f 3582/3863/6635 4265/4643/7366 3581/1678/7367 +f 3875/4186/6636 4273/4649/7363 4274/4379/6927 +f 4274/4379/6926 4273/4649/7365 4268/4185/6634 +f 4268/4185/6634 4273/4649/7365 3582/3863/6635 +f 4280/4183/6629 4267/1681/6631 4271/4645/7358 +f 4280/4183/6629 4271/4645/7358 4275/4650/7368 +f 4271/4645/7358 4270/4646/7359 4276/4651/7369 +f 4276/4651/7369 4270/4646/7359 4269/4648/7361 +f 4276/4651/7369 4269/4648/7361 4282/4652/7370 +f 3875/4186/6636 3910/4188/6638 4277/4653/7371 +f 3875/4186/6636 4277/4653/7371 4269/4648/7361 +f 4269/4648/7361 4277/4653/7371 4282/4652/7370 +f 4271/4645/7358 4276/4651/7369 4275/4650/7368 +f 4276/4651/7372 4281/4654/7373 4275/4650/7368 +f 4279/4655/7374 4281/4654/7373 4276/4651/7372 +f 4275/4650/7368 4281/4654/7373 4280/4183/6629 +f 4282/4652/7370 4279/4655/7374 4276/4651/7372 +f 4278/4656/7375 4283/4657/7376 4279/4655/7377 +f 4278/4656/7375 4279/4655/7377 4284/4658/7378 +f 4284/4658/7379 4279/4655/7374 4282/4652/7370 +f 4284/4658/7379 4282/4652/7370 4285/4302/6812 +f 4285/4302/6812 4282/4652/7370 4277/4653/7371 +f 4286/4304/6815 4278/4656/7375 4284/4658/7378 +f 4286/4304/6814 4284/4658/7379 4285/4302/6812 +f 2068/2349/4353 4278/4656/7375 4286/4304/6815 +f 3910/4188/6638 4285/4302/6812 4277/4653/7371 +f 4287/4659/7380 1494/1682/6630 4281/4654/7373 +f 1494/1682/6630 4280/4183/6629 4281/4654/7373 +f 4288/4660/7381 4287/4659/7380 4279/4655/7382 +f 4287/4659/7380 4281/4654/7373 4279/4655/7382 +f 4288/4660/7381 4279/4655/7382 4283/4657/7383 +f 4288/4660/7381 4283/4657/7383 4289/4661/7384 +f 4289/4661/7384 4283/4657/7383 4278/4656/7385 +f 2068/2349/4353 4290/2357/4361 4278/4656/7385 +f 4278/4656/7385 4290/2357/4361 4289/4661/7384 +f 1490/1676/7386 4293/4662/7387 3585/3865/7388 +f 4293/4662/7387 4291/4663/7389 3585/3865/7388 +f 4291/4663/7389 4292/4184/6633 3585/3865/7388 +f 3585/3865/7388 4292/4184/6633 3583/3866/6632 +f 1490/1676/7386 4294/1675/7390 4293/4662/7387 +f 4297/4664/7391 4294/1675/7390 1489/1674/7392 +f 1489/1674/7392 4296/4665/7393 4297/4664/7391 +f 4293/4662/7387 4294/1675/7390 4297/4664/7391 +f 4293/4662/7387 4297/4664/7391 4298/4666/7394 +f 4299/4667/7395 4293/4662/7387 4298/4666/7394 +f 4291/4663/7389 4293/4662/7387 4299/4667/7396 +f 4295/4187/6637 4299/4667/7397 4298/4666/7394 +f 4292/4184/6633 4291/4663/7389 4299/4667/7396 +f 4292/4184/6633 4299/4667/7396 4300/4378/6925 +f 4300/4378/6928 4299/4667/7397 4295/4187/6637 +f 4298/4666/7394 4303/4668/7398 4295/4187/6637 +f 4295/4187/6637 4303/4668/7398 4301/4189/6639 +f 4298/4666/7394 4302/4669/7399 4303/4668/7398 +f 4302/4669/7399 4298/4666/7394 4297/4664/7391 +f 4297/4664/7391 4304/4670/7400 4302/4669/7399 +f 4304/4670/7400 4297/4664/7391 4296/4665/7401 +f 4296/4665/7401 1489/1674/7402 4305/4671/7403 +f 4304/4670/7400 4296/4665/7401 4305/4671/7403 +f 1487/1672/7404 4306/4672/7405 4305/4671/7403 +f 4306/4672/7405 4304/4670/7400 4305/4671/7403 +f 4302/4669/7399 4304/4670/7400 4307/4673/7406 +f 4307/4673/7406 4304/4670/7400 4306/4672/7405 +f 4308/4674/7407 4307/4673/7406 4306/4672/7405 +f 4303/4668/7398 4302/4669/7399 4307/4673/7408 +f 4309/4675/7409 4303/4668/7398 4307/4673/7408 +f 4309/4675/7410 4307/4673/7406 4308/4674/7407 +f 4301/4189/6639 4303/4668/7398 4311/4301/6811 +f 4311/4301/6811 4303/4668/7398 4309/4675/7409 +f 4309/4675/7410 4308/4674/7407 4312/4305/6817 +f 4312/4305/6817 4308/4674/7407 4310/4676/7411 +f 4313/4303/6813 4311/4301/6811 4309/4675/7409 +f 4313/4303/6816 4309/4675/7410 4312/4305/6817 +f 3911/2350/4354 4312/4305/6817 4310/4676/7411 +f 4316/4677/7412 4314/4678/7413 4310/4676/7411 +f 4310/4676/7411 4314/4678/7413 4315/2351/4355 +f 4310/4676/7411 4315/2351/4355 3911/2350/4354 +f 4308/4674/7407 4316/4677/7412 4310/4676/7411 +f 1487/1672/7404 5018/4679/7414 4306/4672/7405 +f 4306/4672/7405 5018/4679/7414 4316/4677/7412 +f 4306/4672/7405 4316/4677/7412 4308/4674/7407 +f 1487/1672/7404 4305/4671/7403 1488/1673/7415 +f 1489/1674/7402 1488/1673/7415 4305/4671/7403 +f 4317/1666/7416 4318/4680/7417 1484/1668/7418 +f 3588/3869/6645 4320/4192/6646 3587/3867/7419 +f 4323/4681/7420 1484/1668/7418 4318/4680/7417 +f 4322/4682/7421 4323/4681/7420 4318/4680/7417 +f 4317/1666/7416 4319/3817/7422 4324/4683/7423 +f 4324/4683/7423 4322/4682/7421 4318/4680/7417 +f 4324/4683/7423 4318/4680/7417 4317/1666/7416 +f 4325/4684/7424 4321/4685/7425 4322/4682/7421 +f 4325/4684/7424 4322/4682/7421 4324/4683/7423 +f 3877/4193/6647 4321/4685/7425 4325/4684/7424 +f 4325/4684/7426 4324/4683/7423 3587/3867/7419 +f 3587/3867/7419 4324/4683/7423 4319/3817/7422 +f 3877/4193/6647 4325/4684/7424 4326/4380/6932 +f 4326/4380/6930 4325/4684/7427 4320/4192/6929 +f 4320/4192/6646 4325/4684/7426 3587/3867/7419 +f 4332/4686/7428 1484/1668/7418 4323/4681/7420 +f 4332/4686/7428 4323/4681/7420 4327/4687/7429 +f 4323/4681/7420 4322/4682/7421 4328/4688/7430 +f 4328/4688/7430 4322/4682/7421 4321/4685/7425 +f 4328/4688/7430 4321/4685/7425 4335/4689/7431 +f 3877/4193/6647 3912/4195/6649 4329/4690/7432 +f 3877/4193/6647 4329/4690/7432 4321/4685/7425 +f 4321/4685/7425 4329/4690/7432 4335/4689/7431 +f 4323/4681/7420 4328/4688/7430 4327/4687/7429 +f 4328/4688/7433 4333/4691/7434 4327/4687/7429 +f 4334/4692/7435 4331/4693/7436 4333/4691/7434 +f 4334/4692/7435 4333/4691/7434 4328/4688/7433 +f 4327/4687/7429 4333/4691/7434 4332/4686/7428 +f 4336/4694/7437 4331/4693/7438 4334/4692/7439 +f 4335/4689/7440 4334/4692/7435 4328/4688/7433 +f 4330/4695/7441 4336/4694/7437 4334/4692/7439 +f 4337/4696/7442 4334/4692/7435 4335/4689/7440 +f 4330/4695/7441 4334/4692/7439 2067/2346/4350 +f 2067/2346/4350 4334/4692/7439 4337/4696/7443 +f 4337/4696/7442 4335/4689/7440 4338/4307/6819 +f 4338/4307/6819 4335/4689/7440 4329/4690/7432 +f 4339/4308/6823 2067/2346/4350 4337/4696/7443 +f 4339/4308/6821 4337/4696/7442 4338/4307/6819 +f 3912/4195/6649 4338/4307/6819 4329/4690/7432 +f 1486/1670/7444 1484/1668/7418 4332/4686/7428 +f 1486/1670/7444 4332/4686/7428 4340/4697/7445 +f 4340/4697/7445 4332/4686/7428 4333/4691/7434 +f 4341/4698/7446 4340/4697/7445 4331/4693/7438 +f 4340/4697/7445 4333/4691/7434 4331/4693/7438 +f 4341/4698/7446 4331/4693/7438 4336/4694/7437 +f 4341/4698/7446 4336/4694/7437 4342/4699/7447 +f 4343/4700/7448 4342/4699/7447 4330/4695/7441 +f 4342/4699/7447 4336/4694/7437 4330/4695/7441 +f 4343/4700/7448 4330/4695/7441 2066/2348/4352 +f 2066/2348/4352 4330/4695/7441 2067/2346/4350 +f 4347/1663/7449 4346/4701/7450 1481/1664/7451 +f 1481/1664/7451 4346/4701/7450 4344/4702/7452 +f 1481/1664/7451 4344/4702/7452 3589/3868/6643 +f 4344/4702/7452 4345/4191/6644 3589/3868/6643 +f 4350/4703/7453 4347/1663/7449 1479/1661/6642 +f 1479/1661/6642 3876/4190/6641 4350/4703/7453 +f 3876/4190/6641 4349/4704/7454 4350/4703/7453 +f 4346/4701/7450 4347/1663/7449 4350/4703/7453 +f 4346/4701/7450 4350/4703/7453 4351/4705/7455 +f 4352/4706/7456 4346/4701/7450 4351/4705/7455 +f 4344/4702/7452 4346/4701/7450 4352/4706/7457 +f 4353/4707/7458 4352/4706/7456 4351/4705/7455 +f 4354/4381/6931 4344/4702/7452 4352/4706/7457 +f 4354/4381/6933 4352/4706/7456 4353/4707/7458 +f 4345/4191/6644 4344/4702/7452 4354/4381/6931 +f 4354/4381/6933 4353/4707/7458 4348/4194/6648 +f 4353/4707/7458 4357/4708/7459 4355/4196/6650 +f 4353/4707/7458 4355/4196/6650 4348/4194/6648 +f 4351/4705/7455 4356/4709/7460 4357/4708/7459 +f 4351/4705/7455 4357/4708/7459 4353/4707/7458 +f 4356/4709/7460 4351/4705/7455 4350/4703/7453 +f 4350/4703/7453 4358/4710/7461 4356/4709/7460 +f 4358/4710/7461 4350/4703/7453 4349/4704/7454 +f 4349/4704/7454 3876/4190/6641 1477/1659/6640 +f 4359/4711/7462 4349/4704/7454 1477/1659/6640 +f 4358/4710/7461 4349/4704/7454 4359/4711/7462 +f 1478/1660/7463 4360/4712/7464 4359/4711/7462 +f 4360/4712/7464 4358/4710/7461 4359/4711/7462 +f 4361/4713/7465 4356/4709/7460 4358/4710/7461 +f 4361/4713/7466 4358/4710/7461 4360/4712/7464 +f 4362/4714/7467 4361/4713/7466 4360/4712/7464 +f 4357/4708/7459 4356/4709/7460 4361/4713/7465 +f 4363/4715/7468 4357/4708/7459 4361/4713/7465 +f 4363/4715/7469 4361/4713/7466 4362/4714/7467 +f 4355/4196/6650 4357/4708/7459 4365/4306/6818 +f 4365/4306/6818 4357/4708/7459 4363/4715/7468 +f 4363/4715/7469 4362/4714/7467 4366/4309/6824 +f 4366/4309/6824 4362/4714/7467 4364/4716/7470 +f 4365/4306/6820 4363/4715/7471 4366/4309/6822 +f 3913/2347/4351 4366/4309/6824 4364/4716/7470 +f 4368/4717/7472 4367/4718/7473 4364/4716/7470 +f 4364/4716/7470 4367/4718/7473 2065/2345/4349 +f 4364/4716/7470 2065/2345/4349 3913/2347/4351 +f 4362/4714/7467 4368/4717/7472 4364/4716/7470 +f 1478/1660/7463 5028/4719/7474 4360/4712/7464 +f 4360/4712/7464 5028/4719/7474 4368/4717/7472 +f 4360/4712/7464 4368/4717/7472 4362/4714/7467 +f 1478/1660/7463 4359/4711/7462 1477/1659/6640 +f 4369/1655/7475 4370/4720/7476 1474/1652/7477 +f 1474/1652/7477 4370/4720/7476 4371/4721/7478 +f 4371/4721/7478 1475/1656/7479 1474/1652/7477 +f 3594/3874/6658 4373/4199/6657 3592/3875/7480 +f 4377/4722/7481 4376/4723/7482 4371/4721/7478 +f 4377/4722/7481 4371/4721/7478 4370/4720/7476 +f 4375/4724/7483 4377/4722/7481 4370/4720/7476 +f 4369/1655/7475 4372/3872/7484 4378/4725/7485 +f 4378/4725/7485 4375/4724/7483 4370/4720/7476 +f 4378/4725/7485 4370/4720/7476 4369/1655/7475 +f 4379/4726/7486 4374/4727/7487 4375/4724/7483 +f 4379/4726/7486 4375/4724/7483 4378/4725/7485 +f 4380/4728/7488 4374/4727/7487 4379/4726/7486 +f 4379/4726/7489 4378/4725/7485 3592/3875/7480 +f 3592/3875/7480 4378/4725/7485 4372/3872/7484 +f 4380/4728/7488 4379/4726/7486 4381/4383/6935 +f 4381/4383/6935 4379/4726/7486 4373/4199/6657 +f 4373/4199/6657 4379/4726/7489 3592/3875/7480 +f 3879/4200/6659 4380/4728/7488 4381/4383/6935 +f 4376/4723/7482 4377/4722/7481 4375/4724/7483 +f 4376/4723/7482 4375/4724/7483 4382/4729/7490 +f 4382/4729/7490 4375/4724/7483 4374/4727/7487 +f 4382/4729/7490 4374/4727/7487 4389/4730/7491 +f 3879/4200/6659 4383/4202/6661 4380/4728/7488 +f 4380/4728/7488 4383/4202/6661 4384/4731/7492 +f 4380/4728/7488 4384/4731/7492 4374/4727/7487 +f 4374/4727/7487 4384/4731/7492 4389/4730/7491 +f 4387/4732/7493 4371/4721/7478 4376/4723/7482 +f 4388/4733/7494 4387/4732/7493 4376/4723/7482 +f 4388/4733/7494 4376/4723/7482 4382/4729/7490 +f 4386/4734/7495 4388/4733/7494 4382/4729/7490 +f 4389/4730/7496 4386/4734/7495 4382/4729/7490 +f 4385/4735/7497 4390/4736/7498 4386/4734/7499 +f 4385/4735/7497 4386/4734/7499 4391/4737/7500 +f 4391/4737/7501 4386/4734/7495 4389/4730/7496 +f 4392/4310/6825 4391/4737/7502 4389/4730/7503 +f 4392/4310/6825 4389/4730/7503 4384/4731/7504 +f 4393/4313/6829 4385/4735/7497 4391/4737/7500 +f 4393/4313/6828 4391/4737/7502 4392/4310/6825 +f 4392/4310/6825 4384/4731/7492 4383/4202/6661 +f 2063/2342/4346 4385/4735/7497 4393/4313/6829 +f 1475/1656/7479 4371/4721/7478 4387/4732/7493 +f 1475/1656/7479 4387/4732/7493 4394/4738/7505 +f 4394/4738/7505 4387/4732/7493 4388/4733/7506 +f 4395/4739/7507 4394/4738/7505 4386/4734/7508 +f 4394/4738/7505 4388/4733/7506 4386/4734/7508 +f 4395/4739/7507 4386/4734/7508 4390/4736/7509 +f 4395/4739/7507 4390/4736/7509 4396/4740/7510 +f 4397/4741/7511 4396/4740/7510 4385/4735/7512 +f 4396/4740/7510 4390/4736/7509 4385/4735/7512 +f 4397/4741/7511 4385/4735/7512 2064/2344/4348 +f 2064/2344/4348 4385/4735/7512 2063/2342/4346 +f 4401/1650/7513 4400/4742/7514 1471/1651/7515 +f 4400/4742/7514 4398/4743/7516 1471/1651/7515 +f 1471/1651/7515 4398/4743/7516 3597/3878/6654 +f 4398/4743/7516 4399/4198/6655 3597/3878/6654 +f 4401/1650/7513 1469/1648/7517 3878/4197/7518 +f 4401/1650/7513 3878/4197/7518 4404/4744/7519 +f 4400/4742/7514 4401/1650/7513 4404/4744/7519 +f 4400/4742/7514 4404/4744/7519 4405/4745/7520 +f 4406/4746/7521 4400/4742/7514 4405/4745/7520 +f 4398/4743/7516 4400/4742/7514 4406/4746/7522 +f 4407/4747/7523 4406/4746/7521 4405/4745/7520 +f 4408/4382/6934 4398/4743/7516 4406/4746/7522 +f 4408/4382/7524 4406/4746/7521 4403/4384/6937 +f 4403/4384/6937 4406/4746/7521 4407/4747/7523 +f 4399/4198/6655 4398/4743/7516 4408/4382/6934 +f 4402/4201/6660 4403/4384/6937 4407/4747/7523 +f 4407/4747/7523 4411/4748/7525 4409/4203/6662 +f 4407/4747/7523 4409/4203/6662 4402/4201/6660 +f 4405/4745/7520 4410/4749/7526 4411/4748/7525 +f 4405/4745/7520 4411/4748/7525 4407/4747/7523 +f 4410/4749/7526 4405/4745/7520 4404/4744/7519 +f 4404/4744/7519 4412/4750/7527 4410/4749/7526 +f 4404/4744/7519 3878/4197/6652 4412/4750/7527 +f 4412/4750/7527 3878/4197/6652 1467/1646/6651 +f 4413/4751/7528 4412/4750/7527 1467/1646/6651 +f 1468/1647/7529 4414/4752/7530 4413/4751/7528 +f 4410/4749/7526 4412/4750/7527 4415/4753/7531 +f 4415/4753/7531 4412/4750/7527 4413/4751/7528 +f 4415/4753/7531 4413/4751/7528 4414/4752/7530 +f 4416/4754/7532 4415/4753/7531 4414/4752/7530 +f 4411/4748/7525 4410/4749/7526 4415/4753/7533 +f 4417/4755/7534 4411/4748/7525 4415/4753/7533 +f 4417/4755/7535 4415/4753/7531 4416/4754/7532 +f 4409/4203/6662 4411/4748/7525 4419/4311/6826 +f 4419/4311/6826 4411/4748/7525 4417/4755/7534 +f 4417/4755/7535 4416/4754/7532 4420/4314/6831 +f 4420/4314/6831 4416/4754/7532 4418/4756/7536 +f 4421/4312/6827 4419/4311/6826 4417/4755/7534 +f 4421/4312/6830 4417/4755/7535 4420/4314/6831 +f 3914/2343/4347 4420/4314/6831 4418/4756/7536 +f 4425/4757/7537 4422/4758/7538 4418/4756/7536 +f 4418/4756/7536 4422/4758/7538 4423/2333/4336 +f 4418/4756/7536 4423/2333/4336 3914/2343/4347 +f 4416/4754/7532 4425/4757/7537 4418/4756/7536 +f 1468/1647/7529 4424/4759/7539 4414/4752/7530 +f 4414/4752/7530 4424/4759/7539 4425/4757/7537 +f 4414/4752/7530 4425/4757/7537 4416/4754/7532 +f 1468/1647/7529 4413/4751/7528 1467/1646/6651 +f 4426/1642/7540 4427/4760/7541 1464/1639/7542 +f 1464/1639/7542 4427/4760/7541 4428/4761/7543 +f 4428/4761/7543 1465/1643/7544 1464/1639/7542 +f 4429/4205/6666 3598/3930/7545 3600/3926/6667 +f 4433/4762/7546 4432/4763/7547 4428/4761/7543 +f 4433/4762/7546 4428/4761/7543 4427/4760/7541 +f 4431/4764/7548 4433/4762/7546 4427/4760/7541 +f 4426/1642/7540 3599/3880/7549 4434/4765/7550 +f 4434/4765/7550 4431/4764/7548 4427/4760/7541 +f 4434/4765/7550 4427/4760/7541 4426/1642/7540 +f 4435/4766/7551 4430/4767/7552 4431/4764/7548 +f 4435/4766/7551 4431/4764/7548 4434/4765/7550 +f 3881/4207/6670 4430/4767/7552 4435/4766/7551 +f 4435/4766/7553 4434/4765/7550 3598/3930/7545 +f 3598/3930/7545 4434/4765/7550 3599/3880/7549 +f 4429/4205/6666 4435/4766/7553 3598/3930/7545 +f 3932/4385/6940 3881/4207/6670 4435/4766/7551 +f 3932/4385/6938 4435/4766/7553 4429/4205/6666 +f 4432/4763/7547 4433/4762/7546 4431/4764/7548 +f 4432/4763/7547 4431/4764/7548 4436/4768/7554 +f 4436/4768/7554 4431/4764/7548 4430/4767/7552 +f 4436/4768/7554 4430/4767/7552 4443/4769/7555 +f 3881/4207/6670 3882/4209/6672 4437/4770/7556 +f 3881/4207/6670 4437/4770/7556 4430/4767/7552 +f 4430/4767/7552 4437/4770/7556 4443/4769/7555 +f 4440/4771/7557 4428/4761/7543 4432/4763/7547 +f 4441/4772/7558 4440/4771/7557 4432/4763/7547 +f 4441/4772/7558 4432/4763/7547 4436/4768/7554 +f 4442/4773/7559 4439/4774/7560 4441/4772/7558 +f 4442/4773/7559 4441/4772/7558 4436/4768/7554 +f 4444/4775/7561 4439/4774/7560 4442/4773/7559 +f 4443/4769/7562 4442/4773/7559 4436/4768/7554 +f 4438/4776/7563 4444/4775/7561 4442/4773/7559 +f 4445/4777/7564 4442/4773/7559 4443/4769/7562 +f 4438/4776/7563 4442/4773/7559 2060/2337/4340 +f 2060/2337/4340 4442/4773/7559 4445/4777/7565 +f 4445/4777/7564 4443/4769/7562 4446/4315/6832 +f 4446/4315/6832 4443/4769/7562 4437/4770/7566 +f 4447/4318/6836 2060/2337/4340 4445/4777/7565 +f 4447/4318/6835 4445/4777/7564 4446/4315/6832 +f 4446/4315/6832 4437/4770/7556 3882/4209/6672 +f 1465/1643/7544 4428/4761/7543 4440/4771/7557 +f 1465/1643/7544 4440/4771/7557 4448/4778/7567 +f 4448/4778/7567 4440/4771/7557 4441/4772/7558 +f 4449/4779/7568 4448/4778/7567 4439/4774/7560 +f 4448/4778/7567 4441/4772/7558 4439/4774/7560 +f 4449/4779/7568 4439/4774/7560 4444/4775/7561 +f 4449/4779/7568 4444/4775/7561 4450/4780/7569 +f 4450/4780/7569 4444/4775/7561 4438/4776/7563 +f 4450/4780/7569 4438/4776/7563 4451/2336/4339 +f 4451/2336/4339 4438/4776/7563 2060/2337/4340 +f 4455/1637/7570 4454/4781/7571 1461/1638/7572 +f 4454/4781/7571 4452/4782/7573 1461/1638/7572 +f 1461/1638/7572 4452/4782/7573 3601/3928/6669 +f 3601/3928/6669 4452/4782/7573 4453/4206/6668 +f 4458/4783/7574 4455/1637/7570 1459/1635/6665 +f 4458/4783/7574 1459/1635/6665 3880/4204/6664 +f 4458/4783/7574 3880/4204/6664 4457/4784/7575 +f 4458/4783/7574 4457/4784/7576 4459/4785/7577 +f 4454/4781/7571 4455/1637/7570 4458/4783/7574 +f 4460/4786/7578 4458/4783/7574 4459/4785/7577 +f 4461/4787/7579 4454/4781/7571 4458/4783/7574 +f 4461/4787/7579 4458/4783/7574 4460/4786/7578 +f 4452/4782/7573 4454/4781/7571 4461/4787/7579 +f 4462/4788/7580 4461/4787/7579 4460/4786/7578 +f 4463/4386/6939 4452/4782/7573 4461/4787/7579 +f 4463/4386/6941 4461/4787/7579 4462/4788/7580 +f 4453/4206/6668 4452/4782/7573 4463/4386/6939 +f 4463/4386/6941 4462/4788/7580 4456/4208/6671 +f 4462/4788/7580 4466/4789/7581 4464/4210/6673 +f 4462/4788/7580 4464/4210/6673 4456/4208/6671 +f 4460/4786/7578 4465/4790/7582 4466/4789/7581 +f 4460/4786/7578 4466/4789/7581 4462/4788/7580 +f 4465/4790/7582 4460/4786/7578 4459/4785/7577 +f 4459/4785/7577 4467/4791/7583 4465/4790/7582 +f 4459/4785/7577 4457/4784/7576 4467/4791/7583 +f 4457/4784/7576 3880/4204/6664 4468/4792/7584 +f 4467/4791/7583 4457/4784/7576 4468/4792/7584 +f 1458/1634/7585 4469/4793/7586 4468/4792/7584 +f 4469/4793/7586 4467/4791/7583 4468/4792/7584 +f 4465/4790/7582 4467/4791/7583 4470/4794/7587 +f 4470/4794/7587 4467/4791/7583 4469/4793/7586 +f 4471/4795/7588 4470/4794/7587 4469/4793/7586 +f 4466/4789/7581 4465/4790/7582 4470/4794/7589 +f 4472/4796/7590 4466/4789/7581 4470/4794/7589 +f 4472/4796/7591 4470/4794/7587 4471/4795/7588 +f 4464/4210/6673 4466/4789/7581 4474/4316/6833 +f 4474/4316/6833 4466/4789/7581 4472/4796/7590 +f 4472/4796/7591 4471/4795/7588 4475/4319/6838 +f 4475/4319/6838 4471/4795/7588 4473/4797/7592 +f 4476/4317/6834 4474/4316/6833 4472/4796/7590 +f 4476/4317/6837 4472/4796/7591 4475/4319/6838 +f 3915/2338/4341 4475/4319/6838 4473/4797/7592 +f 4479/4798/7593 4477/2339/4342 4473/4797/7592 +f 4473/4797/7592 4477/2339/4342 3915/2338/4341 +f 4471/4795/7588 4479/4798/7593 4473/4797/7592 +f 1458/1634/7585 4478/4799/7594 4469/4793/7586 +f 4469/4793/7586 4478/4799/7594 4479/4798/7593 +f 4469/4793/7586 4479/4798/7593 4471/4795/7588 +f 1458/1634/7585 4468/4792/7584 1457/1633/6663 +f 3880/4204/6664 1457/1633/6663 4468/4792/7584 +f 4480/1628/7595 4481/4800/7596 1452/1626/7597 +f 1452/1626/7597 4481/4800/7596 4482/4801/7598 +f 4482/4801/7598 1455/1630/7599 1452/1626/7597 +f 3603/3883/6678 4484/4212/6677 4483/3881/7600 +f 4488/4802/7601 4487/4803/7602 4482/4801/7598 +f 4488/4802/7601 4482/4801/7598 4481/4800/7596 +f 4486/4804/7603 4488/4802/7601 4481/4800/7596 +f 4480/1628/7595 4483/3881/7600 4489/4805/7604 +f 4489/4805/7604 4486/4804/7603 4481/4800/7596 +f 4489/4805/7604 4481/4800/7596 4480/1628/7595 +f 4490/4806/7605 4485/4807/7606 4486/4804/7603 +f 4490/4806/7605 4486/4804/7603 4489/4805/7604 +f 4491/4808/7607 4485/4807/7606 4490/4806/7605 +f 4490/4806/7608 4489/4805/7604 4484/4212/6677 +f 4484/4212/6677 4489/4805/7604 4483/3881/7600 +f 3884/4214/6681 4491/4808/7607 4490/4806/7605 +f 3884/4214/6681 4490/4806/7605 3933/4388/6944 +f 3933/4388/6943 4490/4806/7608 4484/4212/6677 +f 4487/4803/7602 4488/4802/7601 4486/4804/7603 +f 4487/4803/7602 4486/4804/7603 4492/4809/7609 +f 4492/4809/7609 4486/4804/7603 4485/4807/7606 +f 4492/4809/7609 4485/4807/7606 4499/4810/7610 +f 3884/4214/6681 3916/4216/6683 4491/4808/7607 +f 4491/4808/7607 3916/4216/6683 4493/4811/7611 +f 4491/4808/7607 4493/4811/7611 4485/4807/7606 +f 4485/4807/7606 4493/4811/7611 4499/4810/7610 +f 4496/4812/7612 4482/4801/7598 4487/4803/7602 +f 4497/4813/7613 4496/4812/7612 4487/4803/7602 +f 4497/4813/7613 4487/4803/7602 4492/4809/7609 +f 4498/4814/7614 4495/4815/7615 4497/4813/7613 +f 4498/4814/7614 4497/4813/7613 4492/4809/7609 +f 4500/4816/7616 4495/4815/7615 4498/4814/7614 +f 4499/4810/7610 4498/4814/7614 4492/4809/7609 +f 4494/4817/7617 4500/4816/7616 4498/4814/7614 +f 4501/4818/7618 4498/4814/7614 4499/4810/7610 +f 4494/4817/7617 4498/4814/7614 2056/2329/4332 +f 2056/2329/4332 4498/4814/7614 4501/4818/7619 +f 4501/4818/7618 4499/4810/7610 4502/4321/6840 +f 4502/4321/6840 4499/4810/7610 4493/4811/7611 +f 4503/4323/6842 2056/2329/4332 4501/4818/7619 +f 4503/4323/6842 4501/4818/7620 4502/4321/6840 +f 3916/4216/6683 4502/4321/6840 4493/4811/7611 +f 1455/1630/7599 4482/4801/7598 4496/4812/7612 +f 1455/1630/7599 4496/4812/7612 4504/4819/7621 +f 4504/4819/7621 4496/4812/7612 4497/4813/7613 +f 4505/4820/7622 4504/4819/7621 4495/4815/7615 +f 4504/4819/7621 4497/4813/7613 4495/4815/7615 +f 4505/4820/7622 4495/4815/7615 4500/4816/7616 +f 4505/4820/7622 4500/4816/7616 4506/4821/7623 +f 4506/4821/7623 4500/4816/7616 4494/4817/7617 +f 4506/4821/7623 4494/4817/7617 2058/2328/4331 +f 2058/2328/4331 4494/4817/7617 2056/2329/4332 +f 4507/3885/7624 4508/4213/6679 3604/3809/6680 +f 1450/1622/6676 4514/4822/7625 4510/1624/7626 +f 4514/4822/7625 1450/1622/6676 3883/4211/6675 +f 4514/4822/7625 3883/4211/6675 4513/4823/7627 +f 4514/4822/7625 4513/4823/7627 4515/4824/7628 +f 4509/1625/7629 4510/1624/7626 4516/4825/7630 +f 4516/4825/7630 4510/1624/7626 4514/4822/7625 +f 4516/4825/7630 4514/4822/7625 4515/4824/7628 +f 4517/4826/7631 4516/4825/7630 4515/4824/7628 +f 4518/4827/7632 4509/1625/7629 4516/4825/7630 +f 4518/4827/7633 4516/4825/7630 4517/4826/7631 +f 4507/3885/7624 4509/1625/7629 4518/4827/7632 +f 4519/4828/7634 4518/4827/7633 4517/4826/7631 +f 4512/4389/6946 4518/4827/7633 4519/4828/7634 +f 4508/4213/6679 4507/3885/7624 4518/4827/7632 +f 4508/4213/6679 4518/4827/7632 4520/4387/6942 +f 4520/4387/6945 4518/4827/7633 4512/4389/6946 +f 4511/4215/6682 4512/4389/6946 4519/4828/7634 +f 4519/4828/7634 4523/4829/7635 4521/4217/6684 +f 4519/4828/7634 4521/4217/6684 4511/4215/6682 +f 4517/4826/7631 4522/4830/7636 4523/4829/7635 +f 4517/4826/7631 4523/4829/7635 4519/4828/7634 +f 4522/4830/7636 4517/4826/7631 4515/4824/7628 +f 4515/4824/7628 4524/4831/7637 4522/4830/7636 +f 4515/4824/7628 4513/4823/7627 4524/4831/7637 +s off +f 4513/4823/7638 3883/4211/7639 1448/1620/7640 +s 39 +f 4525/4832/7641 4513/4823/7627 1448/1620/7642 +f 4524/4831/7637 4513/4823/7627 4525/4832/7641 +f 1449/1621/7643 4526/4833/7644 4525/4832/7641 +f 4522/4830/7636 4524/4831/7637 4527/4834/7645 +f 4527/4834/7645 4524/4831/7637 4525/4832/7641 +f 4527/4834/7645 4525/4832/7641 4526/4833/7644 +f 4528/4835/7646 4527/4834/7645 4526/4833/7644 +f 4523/4829/7635 4522/4830/7636 4527/4834/7647 +f 4529/4836/7648 4523/4829/7635 4527/4834/7647 +f 4529/4836/7649 4527/4834/7645 4528/4835/7646 +f 4521/4217/6684 4523/4829/7635 4531/4320/6839 +f 4531/4320/6839 4523/4829/7635 4529/4836/7648 +f 4529/4836/7649 4528/4835/7646 4532/4324/6843 +f 4532/4324/6843 4528/4835/7646 4530/4837/7650 +f 4533/4322/6841 4531/4320/6839 4529/4836/7648 +f 4533/4322/6841 4529/4836/7649 4532/4324/6843 +f 3917/2330/4333 4532/4324/6843 4530/4837/7650 +f 4536/4838/7651 4534/4839/7652 4530/4837/7650 +f 4530/4837/7650 4534/4839/7652 2055/2327/4330 +f 4530/4837/7650 2055/2327/4330 3917/2330/4333 +f 4528/4835/7646 4536/4838/7651 4530/4837/7650 +f 1449/1621/7643 4535/4840/7653 4526/4833/7644 +f 4526/4833/7644 4535/4840/7653 4536/4838/7651 +f 4526/4833/7644 4536/4838/7651 4528/4835/7646 +f 1449/1621/7643 4525/4832/7641 1448/1620/7642 +f 1444/1614/7654 3605/1616/7655 4537/4841/7656 +f 1444/1614/7654 4537/4841/7656 4538/4842/7657 +f 4538/4842/7657 1446/1617/7658 1444/1614/7654 +f 4539/3887/7659 4544/4843/7660 3605/1616/7655 +f 3605/1616/7655 4544/4843/7660 4537/4841/7656 +f 3609/3889/6686 4540/4218/6685 4539/3887/7659 +f 4542/4844/7661 4538/4842/7657 4537/4841/7656 +f 4543/4845/7662 4542/4844/7661 4537/4841/7656 +f 4541/4846/7663 4542/4844/7661 4543/4845/7664 +f 4544/4843/7660 4543/4845/7662 4537/4841/7656 +f 4545/4847/7665 4541/4846/7663 4543/4845/7666 +f 4545/4847/7665 4543/4845/7666 4544/4843/7667 +f 3885/4220/6689 4541/4846/7663 4545/4847/7665 +f 4545/4847/7668 4544/4843/7660 4539/3887/7659 +f 3885/4220/6689 4545/4847/7665 4546/4391/6949 +f 4546/4391/6948 4545/4847/7668 4540/4218/6685 +f 4540/4218/6685 4545/4847/7668 4539/3887/7659 +f 4538/4842/7657 4542/4844/7661 4547/4848/7669 +f 4548/4849/7670 4542/4844/7661 4541/4846/7663 +f 4548/4849/7670 4541/4846/7663 4554/4850/7671 +f 3885/4220/6689 3918/4222/6691 4549/4851/7672 +f 3885/4220/6689 4549/4851/7672 4541/4846/7663 +f 4541/4846/7663 4549/4851/7672 4554/4850/7671 +f 4542/4844/7661 4548/4849/7670 4547/4848/7669 +f 4548/4849/7670 4552/4852/7673 4547/4848/7669 +f 4553/4853/7674 4551/4854/7675 4552/4852/7673 +f 4553/4853/7674 4552/4852/7673 4548/4849/7670 +f 4555/4855/7676 4551/4854/7677 4553/4853/7678 +f 4554/4850/7671 4553/4853/7674 4548/4849/7670 +f 4550/4856/7679 4555/4855/7676 4553/4853/7678 +f 4556/4857/7680 4553/4853/7674 4554/4850/7671 +f 4550/4856/7679 4553/4853/7678 2052/2322/4323 +f 2052/2322/4323 4553/4853/7678 4556/4857/7681 +f 4556/4857/7680 4554/4850/7671 4557/4326/6845 +f 4557/4326/6845 4554/4850/7671 4549/4851/7672 +f 4558/4328/6847 2052/2322/4323 4556/4857/7681 +f 4558/4328/6847 4556/4857/7682 4557/4326/6845 +f 3918/4222/6691 4557/4326/6845 4549/4851/7672 +f 1446/1617/7658 4538/4842/7657 4547/4848/7669 +f 1446/1617/7658 4547/4848/7669 4559/4858/7683 +f 4559/4858/7683 4547/4848/7669 4552/4852/7684 +f 4560/4859/7685 4559/4858/7683 4551/4854/7677 +f 4559/4858/7683 4552/4852/7684 4551/4854/7677 +f 4560/4859/7685 4551/4854/7677 4555/4855/7676 +f 4560/4859/7685 4555/4855/7676 4561/4860/7686 +f 4562/4861/7687 4561/4860/7686 4550/4856/7679 +f 4561/4860/7686 4555/4855/7676 4550/4856/7679 +f 4562/4861/7687 4550/4856/7679 2053/2324/4325 +f 2053/2324/4325 4550/4856/7679 2052/2322/4323 +f 4565/1613/7688 4563/4862/7689 3612/3892/7690 +f 3612/3892/7690 4563/4862/7689 3611/3890/6688 +f 4563/4862/7689 4564/4219/6687 3611/3890/6688 +f 4569/4863/7691 4566/1611/7692 1443/1610/7693 +f 4569/4863/7691 1443/1610/7693 4568/4864/7694 +f 4569/4863/7691 4568/4864/7694 4570/4865/7695 +f 4565/1613/7688 4566/1611/7692 4569/4863/7691 +f 4572/4866/7696 4565/1613/7688 4569/4863/7691 +f 4572/4866/7697 4569/4863/7691 4571/4867/7698 +f 4571/4867/7698 4569/4863/7691 4570/4865/7695 +f 4563/4862/7689 4565/1613/7688 4572/4866/7696 +f 4567/4221/6690 4572/4866/7697 4571/4867/7698 +f 4564/4219/6687 4563/4862/7689 4572/4866/7699 +f 4564/4219/6687 4572/4866/7699 4573/4390/6947 +f 4573/4390/6950 4572/4866/7697 4567/4221/6690 +f 4571/4867/7698 4576/4868/7700 4567/4221/6690 +f 4567/4221/6690 4576/4868/7700 4574/4223/6692 +f 4570/4865/7695 4575/4869/7701 4571/4867/7698 +f 4571/4867/7698 4575/4869/7701 4576/4868/7700 +f 4570/4865/7695 4577/4870/7702 4575/4869/7701 +f 4570/4865/7695 4568/4864/7694 4577/4870/7702 +f 4568/4864/7694 1443/1610/7693 4578/4871/7703 +f 4577/4870/7702 4568/4864/7694 4578/4871/7703 +f 1442/1608/7704 4579/4872/7705 4578/4871/7703 +f 4579/4872/7705 4577/4870/7702 4578/4871/7703 +f 4575/4869/7701 4577/4870/7702 4580/4873/7706 +f 4580/4873/7706 4577/4870/7702 4579/4872/7705 +f 4581/4874/7707 4580/4873/7706 4579/4872/7705 +f 4576/4868/7700 4575/4869/7701 4580/4873/7708 +f 4582/4875/7709 4576/4868/7700 4580/4873/7708 +f 4582/4875/7710 4580/4873/7706 4581/4874/7707 +f 4574/4223/6692 4576/4868/7700 4584/4325/6844 +f 4584/4325/6844 4576/4868/7700 4582/4875/7709 +f 4582/4875/7710 4581/4874/7707 4585/4329/6848 +f 4585/4329/6848 4581/4874/7707 4583/4876/7711 +f 4586/4327/6846 4584/4325/6844 4582/4875/7709 +f 4586/4327/6846 4582/4875/7710 4585/4329/6848 +f 3919/2323/4324 4585/4329/6848 4583/4876/7711 +f 4589/4877/7712 5068/4878/7713 4583/4876/7711 +f 4583/4876/7711 5068/4878/7713 4587/2325/4326 +f 4583/4876/7711 4587/2325/4326 3919/2323/4324 +f 4581/4874/7707 4589/4877/7712 4583/4876/7711 +f 1442/1608/7704 4588/4879/7714 4579/4872/7705 +f 4579/4872/7705 4588/4879/7714 4589/4877/7712 +f 4579/4872/7705 4589/4877/7712 4581/4874/7707 +f 1442/1608/7704 4578/4871/7703 1441/1609/7715 +f 1443/1610/7693 1441/1609/7715 4578/4871/7703 +f 3613/3895/7716 4596/4880/7717 1437/1604/7718 +f 1437/1604/7718 4596/4880/7717 4590/4881/7719 +f 1437/1604/7718 4590/4881/7719 1436/1602/7720 +f 1436/1602/7720 4590/4881/7719 4591/4882/7721 +f 4591/4882/7721 1440/1606/7722 1436/1602/7720 +f 4595/4883/7723 4591/4882/7721 4590/4881/7719 +f 4594/4884/7724 4595/4883/7723 4590/4881/7719 +f 4594/4884/7725 4590/4881/7719 4596/4880/7717 +f 4597/4885/7726 4593/4886/7727 4594/4884/7724 +f 4597/4885/7726 4594/4884/7724 4596/4880/7728 +f 3887/4227/6700 4593/4886/7727 4597/4885/7726 +f 4597/4885/7729 4596/4880/7717 3614/3894/6697 +f 3614/3894/6697 4596/4880/7717 3613/3895/7716 +f 3887/4227/6700 4597/4885/7726 4598/4393/6953 +f 4598/4393/6952 4597/4885/7729 4592/4225/6696 +f 4592/4225/6696 4597/4885/7729 3614/3894/6697 +f 4591/4882/7721 4595/4883/7723 4599/4887/7730 +f 4595/4883/7723 4594/4884/7724 4600/4888/7731 +f 4600/4888/7731 4594/4884/7724 4593/4886/7727 +f 4600/4888/7731 4593/4886/7727 4605/4889/7732 +f 3887/4227/6700 3920/4229/6702 4601/4890/7733 +f 3887/4227/6700 4601/4890/7733 4593/4886/7727 +f 4593/4886/7727 4601/4890/7733 4605/4889/7732 +f 4595/4883/7723 4600/4888/7731 4599/4887/7730 +f 4600/4888/7731 4603/4891/7734 4599/4887/7730 +f 4604/4892/7735 4610/4893/7736 4603/4891/7737 +f 4604/4892/7738 4603/4891/7734 4600/4888/7731 +f 4606/4894/7739 4610/4893/7736 4604/4892/7735 +f 4605/4889/7740 4604/4892/7738 4600/4888/7731 +f 4602/4895/7741 4606/4894/7739 4604/4892/7742 +f 4607/4896/7743 4604/4892/7738 4605/4889/7740 +f 4602/4895/7741 4604/4892/7742 1994/2234/4207 +f 1994/2234/4207 4604/4892/7742 4607/4896/7744 +f 4607/4896/7743 4605/4889/7740 4608/4331/6850 +f 4608/4331/6850 4605/4889/7740 4601/4890/7733 +f 4609/4332/6854 1994/2234/4207 4607/4896/7744 +f 4609/4332/6852 4607/4896/7743 4608/4331/6850 +f 3920/4229/6702 4608/4331/6850 4601/4890/7733 +f 1440/1606/7722 4591/4882/7721 4599/4887/7730 +s 633 +f 4610/4893/7745 1440/1606/7746 4603/4891/7747 +f 1440/1606/7746 4599/4887/7748 4603/4891/7747 +s 39 +f 4611/4897/7749 4610/4893/7736 4606/4894/7739 +f 4611/4897/7749 4606/4894/7739 4612/4898/7750 +f 4612/4898/7750 4606/4894/7739 4602/4895/7741 +f 4612/4898/7750 4602/4895/7741 4613/2233/4206 +f 4613/2233/4206 4602/4895/7741 1994/2234/4207 +f 1434/1601/7751 4616/4899/7752 3617/3897/7753 +f 4616/4899/7752 4614/4900/7754 3617/3897/7753 +f 4614/4900/7754 4615/4226/6699 3617/3897/7753 +f 3617/3897/7753 4615/4226/6699 3616/3893/6698 +f 1434/1601/7751 4617/1600/7755 4616/4899/7752 +f 4620/4901/7756 4617/1600/7755 1432/1599/7757 +f 1432/1599/7757 3886/4224/6694 4619/4902/7758 +f 4619/4902/7758 4621/4903/7759 4620/4901/7756 +f 4619/4902/7758 4620/4901/7756 1432/1599/7757 +f 4616/4899/7752 4617/1600/7755 4620/4901/7756 +f 4616/4899/7752 4620/4901/7756 4622/4904/7760 +f 4622/4904/7760 4620/4901/7756 4621/4903/7761 +f 4623/4905/7762 4616/4899/7752 4622/4904/7760 +f 4614/4900/7754 4616/4899/7752 4623/4905/7763 +f 4624/4906/7764 4623/4905/7762 4622/4904/7760 +f 4615/4226/6699 4614/4900/7754 4623/4905/7763 +f 4615/4226/6699 4623/4905/7763 4625/4392/6951 +f 4625/4392/6951 4623/4905/7763 4624/4906/7765 +f 4625/4392/6951 4624/4906/7765 4618/4228/6701 +f 4624/4906/7764 4628/4907/7766 4626/4230/6703 +f 4624/4906/7764 4626/4230/6703 4618/4228/6701 +f 4622/4904/7760 4627/4908/7767 4628/4907/7766 +f 4622/4904/7760 4628/4907/7766 4624/4906/7764 +f 4627/4908/7767 4622/4904/7760 4621/4903/7759 +f 4621/4903/7759 4629/4909/7768 4627/4908/7767 +f 4629/4909/7768 4621/4903/7759 4619/4902/7758 +f 4630/4910/7769 4619/4902/7758 3886/4224/6694 +f 4629/4909/7768 4619/4902/7758 4630/4910/7769 +f 1430/1597/7770 4631/4911/7771 4630/4910/7769 +f 4631/4911/7771 4629/4909/7768 4630/4910/7769 +f 4627/4908/7767 4629/4909/7768 4632/4912/7772 +f 4632/4912/7772 4629/4909/7768 4631/4911/7771 +f 4633/4913/7773 4632/4912/7772 4631/4911/7771 +f 4628/4907/7766 4627/4908/7767 4632/4912/7774 +f 4634/4914/7775 4628/4907/7766 4632/4912/7774 +f 4634/4914/7776 4632/4912/7772 4633/4913/7773 +f 4626/4230/6703 4628/4907/7766 4636/4330/6849 +f 4636/4330/6849 4628/4907/7766 4634/4914/7775 +f 4634/4914/7776 4633/4913/7773 4637/4333/6855 +f 4637/4333/6855 4633/4913/7773 4635/4915/7777 +f 4636/4330/6851 4634/4914/7778 4637/4333/6853 +f 3921/2235/4208 4637/4333/6855 4635/4915/7777 +f 4640/4916/7779 5078/4917/7780 4635/4915/7777 +f 4635/4915/7777 5078/4917/7780 4638/2316/4316 +f 4635/4915/7777 4638/2316/4316 3921/2235/4208 +f 4633/4913/7773 4640/4916/7779 4635/4915/7777 +f 1430/1597/7770 4639/4918/7781 4631/4911/7771 +f 4631/4911/7771 4639/4918/7781 4640/4916/7779 +f 4631/4911/7771 4640/4916/7779 4633/4913/7773 +f 1430/1597/7770 4630/4910/7769 3886/4224/6694 +f 1430/1597/7770 3886/4224/6694 1431/1598/6693 +f 4641/1591/7782 4642/4919/7783 1427/1593/7784 +f 3620/3902/6709 4644/4233/6710 3618/3900/7785 +f 4648/4920/7786 4647/4921/7787 1427/1593/7784 +f 4648/4920/7786 1427/1593/7784 4642/4919/7783 +f 4646/4922/7788 4648/4920/7786 4642/4919/7783 +f 4641/1591/7782 4643/3898/7789 4649/4923/7790 +f 4649/4923/7790 4646/4922/7788 4642/4919/7783 +f 4649/4923/7790 4642/4919/7783 4641/1591/7782 +f 4650/4924/7791 4645/4925/7792 4646/4922/7788 +f 4650/4924/7791 4646/4922/7788 4649/4923/7790 +f 4651/4926/7793 4645/4925/7792 4650/4924/7791 +f 4650/4924/7794 4649/4923/7790 3618/3900/7785 +f 3618/3900/7785 4649/4923/7790 4643/3898/7789 +f 4644/4233/6710 4650/4924/7794 3618/3900/7785 +f 3889/4234/6958 4651/4926/7793 4650/4924/7791 +f 3889/4234/6958 4650/4924/7791 3934/4394/6956 +f 3934/4394/6954 4650/4924/7794 4644/4233/6710 +f 4647/4921/7787 4648/4920/7786 4646/4922/7788 +f 4647/4921/7787 4646/4922/7788 4652/4927/7795 +f 4652/4927/7795 4646/4922/7788 4645/4925/7792 +f 4652/4927/7795 4645/4925/7792 4659/4928/7796 +f 3889/4234/6711 4653/4236/6713 4651/4926/7793 +f 4651/4926/7793 4653/4236/6713 4654/4929/7797 +f 4651/4926/7793 4654/4929/7797 4645/4925/7792 +f 4645/4925/7792 4654/4929/7797 4659/4928/7796 +f 4657/4930/7798 1427/1593/7784 4647/4921/7787 +f 4658/4931/7799 4657/4930/7798 4647/4921/7787 +f 4658/4931/7799 4647/4921/7787 4652/4927/7795 +f 4656/4932/7800 4658/4931/7799 4652/4927/7795 +f 4659/4928/7801 4656/4932/7800 4652/4927/7795 +f 4655/4933/7802 4660/4934/7803 4656/4932/7804 +f 4655/4933/7802 4656/4932/7804 4661/4935/7805 +f 4661/4935/7806 4656/4932/7800 4659/4928/7801 +f 4662/4334/6856 4661/4935/7807 4659/4928/7808 +f 4662/4334/6856 4659/4928/7808 4654/4929/7809 +f 4662/4334/6856 4654/4929/7797 4653/4236/6713 +f 2049/2317/4317 4655/4933/7802 4661/4935/7805 +f 2049/2317/4317 4661/4935/7805 3922/4336/6860 +f 3922/4336/6858 4661/4935/7807 4662/4334/6856 +f 1429/1595/7810 1427/1593/7784 4657/4930/7798 +f 1429/1595/7810 4657/4930/7798 4663/4936/7811 +f 4663/4936/7811 4657/4930/7798 4658/4931/7812 +f 4664/4937/7813 4663/4936/7811 4656/4932/7814 +f 4663/4936/7811 4658/4931/7812 4656/4932/7814 +f 4664/4937/7813 4656/4932/7814 4660/4934/7815 +f 4664/4937/7813 4660/4934/7815 4665/4938/7816 +f 4665/4938/7816 4660/4934/7815 4655/4933/7802 +f 4665/4938/7816 4655/4933/7802 4666/2318/4318 +f 4666/2318/4318 4655/4933/7802 2049/2317/4317 +f 4670/1588/7817 4669/4939/7818 1425/1589/7819 +f 4669/4939/7818 4667/4940/7820 1425/1589/7819 +f 1425/1589/7819 4667/4940/7820 3622/3901/6707 +f 4667/4940/7820 4668/4232/6708 3622/3901/6707 +f 1424/1587/6706 4674/4941/7821 4670/1588/7817 +f 4674/4941/7821 1424/1587/6706 3888/4231/6705 +f 4674/4941/7821 3888/4231/6705 4673/4942/7822 +f 4674/4941/7821 4673/4942/7822 4675/4943/7823 +f 4669/4939/7818 4670/1588/7817 4674/4941/7821 +f 4669/4939/7818 4674/4941/7821 4676/4944/7824 +f 4676/4944/7824 4674/4941/7821 4675/4943/7823 +f 4677/4945/7825 4669/4939/7818 4676/4944/7824 +f 4667/4940/7820 4669/4939/7818 4677/4945/7826 +f 4678/4946/7827 4677/4945/7825 4676/4944/7824 +f 4679/4395/6955 4667/4940/7820 4677/4945/7826 +f 4679/4395/7828 4677/4945/7825 4672/4396/6960 +f 4672/4396/6960 4677/4945/7825 4678/4946/7827 +f 4668/4232/6708 4667/4940/7820 4679/4395/6955 +f 4671/4235/6712 4672/4396/6960 4678/4946/7827 +f 4678/4946/7827 4682/4947/7829 4680/4237/6714 +f 4678/4946/7827 4680/4237/6714 4671/4235/6712 +f 4676/4944/7824 4681/4948/7830 4682/4947/7829 +f 4676/4944/7824 4682/4947/7829 4678/4946/7827 +f 4681/4948/7830 4676/4944/7824 4675/4943/7823 +f 4675/4943/7823 4683/4949/7831 4681/4948/7830 +f 4675/4943/7823 4673/4942/7822 4683/4949/7831 +s off +f 4673/4942/7832 3888/4231/7833 1423/1586/7834 +s 39 +f 4684/4950/7835 4673/4942/7822 1423/1586/7836 +f 4683/4949/7831 4673/4942/7822 4684/4950/7835 +f 1422/1585/7837 4685/4951/7838 4684/4950/7835 +f 4681/4948/7830 4683/4949/7831 4686/4952/7839 +f 4686/4952/7839 4683/4949/7831 4684/4950/7835 +f 4686/4952/7839 4684/4950/7835 4685/4951/7838 +f 4687/4953/7840 4686/4952/7839 4685/4951/7838 +f 4682/4947/7829 4681/4948/7830 4686/4952/7841 +f 4682/4947/7829 4686/4952/7841 4688/4954/7842 +f 4688/4954/7843 4686/4952/7839 4687/4953/7840 +s 648 +f 4689/4955/7844 4688/4954/7845 4687/4953/7846 +s 39 +f 4680/4237/6714 4682/4947/7829 4690/4335/6857 +f 4690/4335/6857 4682/4947/7829 4688/4954/7842 +f 4690/4335/6857 4688/4954/7842 4691/4337/6859 +s 648 +f 4691/4337/7847 4688/4954/7845 4689/4955/7844 +f 4692/4338/7848 4691/4337/7847 4689/4955/7844 +s 39 +f 4692/4338/6863 4689/4955/7849 2047/2312/4310 +f 4695/4956/7850 5088/4957/7851 4689/4955/7849 +f 4689/4955/7849 5088/4957/7851 4693/2313/4311 +f 4689/4955/7849 4693/2313/4311 2047/2312/4310 +f 4687/4953/7852 4695/4956/7850 4689/4955/7849 +f 1422/1585/7837 4694/4958/7853 4685/4951/7838 +f 4685/4951/7838 4694/4958/7853 4695/4956/7850 +f 4685/4951/7838 4695/4956/7850 4687/4953/7852 +f 1422/1585/7837 4684/4950/7835 1423/1586/7836 +f 4699/1578/7854 4696/4959/7855 1418/1579/7856 +f 1418/1579/7856 4696/4959/7855 4697/4960/7857 +f 4697/4960/7857 1421/1583/7858 1418/1579/7856 +f 3625/3904/6720 4700/4240/6721 3624/3905/7859 +f 4704/4961/7860 4703/4962/7861 4697/4960/7857 +f 4704/4961/7860 4697/4960/7857 4696/4959/7855 +f 4702/4963/7862 4704/4961/7860 4696/4959/7855 +f 4705/4964/7863 4702/4963/7862 4696/4959/7855 +f 4705/4964/7863 4696/4959/7855 4699/1578/7854 +f 4706/4965/7864 4701/4966/7865 4702/4963/7862 +f 4706/4965/7864 4702/4963/7862 4705/4964/7863 +f 4698/3816/7866 4705/4964/7863 4699/1578/7854 +f 4707/4967/7867 4701/4966/7865 4706/4965/7864 +f 4706/4965/7868 4705/4964/7863 3624/3905/7859 +f 3624/3905/7859 4705/4964/7863 4698/3816/7866 +f 4707/4967/7867 4706/4965/7864 4708/4398/6962 +f 4708/4398/6962 4706/4965/7869 4700/4240/6721 +f 4700/4240/6721 4706/4965/7868 3624/3905/7859 +f 3891/4241/6722 4707/4967/7867 4708/4398/6962 +f 4703/4962/7861 4704/4961/7860 4702/4963/7862 +f 4703/4962/7861 4702/4963/7862 4709/4968/7870 +f 4709/4968/7870 4702/4963/7862 4701/4966/7865 +f 4709/4968/7870 4701/4966/7865 4716/4969/7871 +f 3891/4241/6722 4710/4243/6724 4707/4967/7867 +f 4707/4967/7867 4710/4243/6724 4711/4970/7872 +f 4707/4967/7867 4711/4970/7872 4701/4966/7865 +f 4701/4966/7865 4711/4970/7872 4716/4969/7871 +f 4714/4971/7873 4697/4960/7857 4703/4962/7861 +f 4715/4972/7874 4714/4971/7873 4703/4962/7861 +f 4715/4972/7874 4703/4962/7861 4709/4968/7870 +f 4713/4973/7875 4715/4972/7874 4709/4968/7870 +f 4716/4969/7876 4713/4973/7875 4709/4968/7870 +f 4712/4974/7877 4717/4975/7878 4713/4973/7879 +f 4712/4974/7877 4713/4973/7879 4718/4976/7880 +f 4718/4976/7881 4713/4973/7875 4716/4969/7876 +s 504 +f 4719/4341/6868 4718/4976/7882 4716/4969/7883 +f 4719/4341/6868 4716/4969/7883 4711/4970/7884 +s 39 +f 4720/4339/6864 4712/4974/7877 4718/4976/7880 +s 504 +f 4720/4339/6867 4718/4976/7882 4719/4341/6868 +s 39 +f 4719/4341/6871 4711/4970/7872 4710/4243/6724 +f 1995/2237/4210 4712/4974/7877 4720/4339/6864 +f 1421/1583/7858 4697/4960/7857 4714/4971/7873 +f 1421/1583/7858 4714/4971/7873 4721/4977/7885 +f 4721/4977/7885 4714/4971/7873 4715/4972/7886 +f 4722/4978/7887 4721/4977/7885 4713/4973/7888 +f 4721/4977/7885 4715/4972/7886 4713/4973/7888 +f 4722/4978/7887 4713/4973/7888 4717/4975/7889 +f 4722/4978/7887 4717/4975/7889 4723/4979/7890 +f 4723/4979/7890 4717/4975/7889 4712/4974/7891 +f 4723/4979/7890 4712/4974/7891 4724/2236/4209 +f 4724/2236/4209 4712/4974/7891 1995/2237/4210 +f 4728/1576/7892 4727/4980/7893 1416/1577/7894 +f 1416/1577/7894 4727/4980/7893 4725/4981/7895 +f 1416/1577/7894 4725/4981/7895 3626/3906/6718 +f 4725/4981/7895 4726/4239/6719 3626/3906/6718 +f 4728/1576/7892 1414/1574/7896 3890/4238/7897 +f 4728/1576/7892 3890/4238/7897 4731/4982/7898 +f 4727/4980/7893 4728/1576/7892 4731/4982/7898 +f 4727/4980/7893 4731/4982/7898 4732/4983/7899 +f 4733/4984/7900 4727/4980/7893 4732/4983/7899 +f 4725/4981/7895 4727/4980/7893 4733/4984/7901 +f 4734/4985/7902 4733/4984/7900 4732/4983/7899 +f 4730/4399/6963 4733/4984/7900 4734/4985/7902 +f 4726/4239/6719 4725/4981/7895 4733/4984/7901 +f 4726/4239/6719 4733/4984/7901 4735/4397/6961 +f 4735/4397/6961 4733/4984/7900 4730/4399/6963 +f 4729/4242/6723 4730/4399/6963 4734/4985/7902 +f 4734/4985/7902 4738/4986/7903 4736/4244/6725 +f 4734/4985/7902 4736/4244/6725 4729/4242/6723 +f 4732/4983/7899 4737/4987/7904 4738/4986/7903 +f 4732/4983/7899 4738/4986/7903 4734/4985/7902 +f 4737/4987/7904 4732/4983/7899 4731/4982/7898 +f 4731/4982/7898 4739/4988/7905 4737/4987/7904 +f 4731/4982/7898 3890/4238/6716 4739/4988/7905 +f 4739/4988/7905 3890/4238/6716 4740/4989/7906 +f 1413/1573/7907 4741/4990/7908 4740/4989/7906 +f 4741/4990/7908 4739/4988/7905 4740/4989/7906 +f 4737/4987/7904 4739/4988/7905 4742/4991/7909 +f 4742/4991/7909 4739/4988/7905 4741/4990/7908 +f 4743/4992/7910 4742/4991/7909 4741/4990/7908 +f 4738/4986/7903 4737/4987/7904 4742/4991/7911 +f 4738/4986/7903 4742/4991/7911 4744/4993/7912 +f 4744/4993/7913 4742/4991/7909 4743/4992/7910 +f 4745/4994/7914 4744/4993/7915 4743/4992/7916 +f 4736/4244/6725 4738/4986/7903 4746/4342/6870 +f 4746/4342/6870 4738/4986/7903 4744/4993/7912 +f 4746/4342/6870 4744/4993/7912 4747/4995/7917 +f 4747/4995/7918 4744/4993/7915 4745/4994/7914 +f 4748/2314/4312 4747/4995/7918 4745/4994/7914 +s 504 +f 4746/4342/6869 4747/4995/7919 3923/4340/6866 +s 39 +f 3923/4340/6865 4747/4995/7918 4748/2314/4312 +f 4751/4996/7920 5098/4997/7921 4745/4994/7922 +f 4745/4994/7922 5098/4997/7921 4749/2309/4306 +f 4745/4994/7922 4749/2309/4306 4748/2314/4312 +f 4743/4992/7923 4751/4996/7920 4745/4994/7922 +f 1413/1573/7907 4750/4998/7924 4741/4990/7908 +f 4741/4990/7908 4750/4998/7924 4751/4996/7920 +f 4741/4990/7908 4751/4996/7920 4743/4992/7923 +f 1413/1573/7907 4740/4989/7906 1412/1572/6715 +f 3890/4238/6716 1412/1572/6715 4740/4989/7906 +f 4752/1568/7925 4753/4999/7926 1409/1565/7927 +f 1409/1565/7927 4753/4999/7926 4754/5000/7928 +f 4754/5000/7928 1410/1569/7929 1409/1565/7927 +f 3629/3911/6730 4756/4246/6729 3627/3909/7930 +f 4760/5001/7931 4759/5002/7932 4754/5000/7928 +f 4760/5001/7931 4754/5000/7928 4753/4999/7926 +f 4758/5003/7933 4760/5001/7931 4753/4999/7926 +f 4752/1568/7925 4755/3908/7934 4761/5004/7935 +f 4761/5004/7935 4758/5003/7933 4753/4999/7926 +f 4761/5004/7935 4753/4999/7926 4752/1568/7925 +f 4762/5005/7936 4757/5006/7937 4758/5003/7933 +f 4762/5005/7936 4758/5003/7933 4761/5004/7935 +f 3893/4248/6733 4757/5006/7937 4762/5005/7936 +f 4762/5005/7938 4761/5004/7935 3627/3909/7930 +f 3627/3909/7930 4761/5004/7935 4755/3908/7934 +f 4756/4246/6729 4762/5005/7938 3627/3909/7930 +f 3935/4400/6966 3893/4248/6733 4762/5005/7936 +f 3935/4400/6964 4762/5005/7938 4756/4246/6729 +f 4759/5002/7932 4760/5001/7931 4758/5003/7933 +f 4759/5002/7932 4758/5003/7933 4763/5007/7939 +f 4763/5007/7939 4758/5003/7933 4757/5006/7937 +f 4763/5007/7939 4757/5006/7937 4769/5008/7940 +f 3893/4248/6733 3925/4250/6735 4764/5009/7941 +f 3893/4248/6733 4764/5009/7941 4757/5006/7937 +f 4757/5006/7937 4764/5009/7941 4769/5008/7940 +f 4766/5010/7942 4754/5000/7928 4759/5002/7932 +f 4767/5011/7943 4766/5010/7942 4759/5002/7932 +f 4767/5011/7943 4759/5002/7932 4763/5007/7939 +f 4768/5012/7944 4774/5013/7945 4767/5011/7946 +f 4768/5012/7947 4767/5011/7943 4763/5007/7939 +f 4770/5014/7948 4774/5013/7945 4768/5012/7944 +f 4769/5008/7940 4768/5012/7947 4763/5007/7939 +f 4765/5015/7949 4770/5014/7948 4768/5012/7950 +f 4771/5016/7951 4768/5012/7947 4769/5008/7940 +f 4765/5015/7949 4768/5012/7950 2044/2302/4299 +f 2044/2302/4299 4768/5012/7950 4771/5016/7952 +f 4771/5016/7951 4769/5008/7940 4772/4346/6875 +f 4772/4346/6875 4769/5008/7940 4764/5009/7941 +f 4773/4344/6873 2044/2302/4299 4771/5016/7952 +f 4773/4344/6873 4771/5016/7953 4772/4346/6875 +f 3925/4250/6735 4772/4346/6875 4764/5009/7941 +f 1410/1569/7929 4754/5000/7928 4766/5010/7942 +f 1410/1569/7929 4766/5010/7942 5102/1571/7954 +f 4774/5013/7945 5102/1571/7954 4767/5011/7946 +f 5102/1571/7954 4766/5010/7942 4767/5011/7946 +f 4775/5017/7955 4774/5013/7945 4770/5014/7948 +f 4775/5017/7955 4770/5014/7948 4776/5018/7956 +f 4776/5018/7956 4770/5014/7948 4765/5015/7949 +f 4776/5018/7956 4765/5015/7949 4777/2306/4303 +f 4777/2306/4303 4765/5015/7949 2044/2302/4299 +f 4781/1563/7957 4780/5019/7958 1406/1564/7959 +f 4780/5019/7958 4778/5020/7960 1406/1564/7959 +f 1406/1564/7959 4778/5020/7960 3630/3910/6732 +f 3630/3910/6732 4778/5020/7960 4779/4247/6731 +f 1404/1561/6728 4784/5021/7961 4781/1563/7957 +f 4784/5021/7961 1404/1561/6728 3892/4245/6727 +f 4784/5021/7961 3892/4245/6727 4783/5022/7962 +f 4784/5021/7961 4783/5022/7962 4785/5023/7963 +f 4780/5019/7958 4781/1563/7957 4786/5024/7964 +f 4786/5024/7964 4781/1563/7957 4784/5021/7961 +f 4786/5024/7964 4784/5021/7961 4785/5023/7963 +f 4787/5025/7965 4786/5024/7964 4785/5023/7963 +f 4788/5026/7966 4780/5019/7958 4786/5024/7964 +f 4788/5026/7967 4786/5024/7964 4787/5025/7965 +f 4778/5020/7960 4780/5019/7958 4788/5026/7966 +f 4789/5027/7968 4788/5026/7967 4787/5025/7965 +f 4790/4401/6965 4778/5020/7960 4788/5026/7966 +f 4790/4401/6967 4788/5026/7967 4789/5027/7968 +f 4779/4247/6731 4778/5020/7960 4790/4401/6965 +f 4790/4401/6967 4789/5027/7968 4782/4249/6734 +f 4789/5027/7968 4793/5028/7969 4791/4251/6736 +f 4789/5027/7968 4791/4251/6736 4782/4249/6734 +f 4787/5025/7965 4792/5029/7970 4793/5028/7969 +f 4787/5025/7965 4793/5028/7969 4789/5027/7968 +f 4792/5029/7970 4787/5025/7965 4785/5023/7963 +f 4785/5023/7963 4794/5030/7971 4792/5029/7970 +f 4785/5023/7963 4783/5022/7962 4794/5030/7971 +s off +f 4783/5022/7972 3892/4245/7973 1402/1559/7974 +s 39 +f 4795/5031/7975 4783/5022/7962 1402/1559/7976 +f 4794/5030/7971 4783/5022/7962 4795/5031/7975 +f 1403/1560/7977 4796/5032/7978 4795/5031/7975 +f 4792/5029/7970 4794/5030/7971 4797/5033/7979 +f 4797/5033/7979 4794/5030/7971 4795/5031/7975 +f 4797/5033/7979 4795/5031/7975 4796/5032/7978 +f 4798/5034/7980 4797/5033/7979 4796/5032/7978 +f 4793/5028/7969 4792/5029/7970 4797/5033/7981 +f 4799/5035/7982 4793/5028/7969 4797/5033/7981 +f 4799/5035/7983 4797/5033/7979 4798/5034/7980 +f 4791/4251/6736 4793/5028/7969 4801/4347/6876 +f 4801/4347/6876 4793/5028/7969 4799/5035/7982 +f 4799/5035/7983 4798/5034/7980 4802/4343/6872 +f 4802/4343/6872 4798/5034/7980 4800/5036/7984 +f 4803/4345/6874 4801/4347/6876 4799/5035/7982 +f 4803/4345/6874 4799/5035/7983 4802/4343/6872 +f 3924/2303/4300 4802/4343/6872 4800/5036/7984 +f 4806/5037/7985 4804/2304/4301 4800/5036/7984 +f 4800/5036/7984 4804/2304/4301 3924/2303/4300 +f 4798/5034/7980 4806/5037/7985 4800/5036/7984 +f 1403/1560/7977 4805/5038/7986 4796/5032/7978 +f 4796/5032/7978 4805/5038/7986 4806/5037/7985 +f 4796/5032/7978 4806/5037/7985 4798/5034/7980 +f 1403/1560/7977 4795/5031/7975 1402/1559/7976 +f 4809/1555/7987 4807/5039/7988 1400/1552/7989 +f 1400/1552/7989 4807/5039/7988 4808/5040/7990 +f 4808/5040/7990 4822/1556/7991 1400/1552/7989 +f 3632/3912/6741 4810/4253/6740 4811/3913/7992 +f 4813/5041/7993 4814/5042/7994 4807/5039/7988 +f 4807/5039/7988 4814/5042/7994 4808/5040/7990 +f 4815/5043/7995 4813/5041/7993 4807/5039/7988 +f 4812/5044/7996 4813/5041/7993 4815/5043/7995 +f 4807/5039/7988 4809/1555/7987 4816/5045/7997 +f 4816/5045/7997 4815/5043/7995 4807/5039/7988 +f 4809/1555/7987 4811/3913/7992 4816/5045/7997 +f 4817/5046/7998 4812/5044/7996 4815/5043/7995 +f 4817/5046/7998 4815/5043/7995 4816/5045/7999 +f 3895/4255/6744 4812/5044/7996 4817/5046/7998 +f 4817/5046/8000 4816/5045/7997 4811/3913/7992 +f 3895/4255/6744 4817/5046/7998 4818/4403/6970 +f 4818/4403/6969 4817/5046/8001 4810/4253/6740 +f 4810/4253/6740 4817/5046/8000 4811/3913/7992 +f 4808/5040/7990 4814/5042/7994 4823/5047/8002 +f 4814/5042/7994 4813/5041/7993 4819/5048/8003 +f 4819/5048/8003 4813/5041/7993 4812/5044/7996 +f 4819/5048/8003 4812/5044/7996 4826/5049/8004 +f 3895/4255/6744 3926/4257/6746 4820/5050/8005 +f 3895/4255/6744 4820/5050/8005 4812/5044/7996 +f 4812/5044/7996 4820/5050/8005 4826/5049/8004 +f 4822/1556/7991 4808/5040/7990 4823/5047/8002 +f 4824/5051/8006 4822/1556/7991 4823/5047/8002 +f 4814/5042/7994 4819/5048/8003 4823/5047/8002 +f 4819/5048/8007 4824/5051/8008 4823/5047/8009 +f 4825/5052/8010 4831/5053/8011 4824/5051/8012 +f 4825/5052/8013 4824/5051/8008 4819/5048/8007 +f 4827/5054/8014 4831/5053/8011 4825/5052/8010 +f 4826/5049/8015 4825/5052/8013 4819/5048/8007 +f 4821/5055/8016 4827/5054/8014 4825/5052/8017 +f 4828/5056/8018 4825/5052/8013 4826/5049/8015 +f 4821/5055/8016 4825/5052/8017 2042/2300/4297 +f 2042/2300/4297 4825/5052/8017 4828/5056/8019 +f 4828/5056/8018 4826/5049/8015 4829/4349/6878 +f 4829/4349/6878 4826/5049/8015 4820/5050/8005 +f 4830/4350/6882 2042/2300/4297 4828/5056/8019 +f 4830/4350/6880 4828/5056/8018 4829/4349/6878 +f 3926/4257/6746 4829/4349/6878 4820/5050/8005 +f 4831/5053/8020 4822/1556/7991 4824/5051/8006 +f 4832/5057/8021 4831/5053/8011 4827/5054/8014 +f 4832/5057/8021 4827/5054/8014 4833/5058/8022 +f 4833/5058/8022 4827/5054/8014 4821/5055/8016 +f 4833/5058/8022 4821/5055/8016 4834/2299/4296 +f 4834/2299/4296 4821/5055/8016 2042/2300/4297 +f 4838/1550/8023 4837/5059/8024 1397/1551/8025 +f 4837/5059/8024 4835/3914/8026 1397/1551/8025 +f 4835/3914/8026 4836/4254/6743 3634/3916/6742 +f 4838/1550/8023 1395/1548/8027 3894/4252/8028 +f 4838/1550/8023 3894/4252/8028 4840/5060/8029 +f 4837/5059/8024 4838/1550/8023 4840/5060/8029 +f 4837/5059/8024 4840/5060/8029 4841/5061/8030 +f 4843/5062/8031 4837/5059/8024 4842/5063/8032 +f 4842/5063/8032 4837/5059/8024 4841/5061/8030 +f 4835/3914/8026 4837/5059/8024 4843/5062/8033 +f 4839/4256/6745 4843/5062/8034 4842/5063/8035 +f 4836/4254/6743 4835/3914/8026 4843/5062/8033 +f 4836/4254/6743 4843/5062/8033 4844/4402/6968 +f 4844/4402/6971 4843/5062/8034 4839/4256/6745 +f 4842/5063/8035 4847/5064/8036 4839/4256/6745 +f 4839/4256/6745 4847/5064/8036 4845/4258/6747 +f 4841/5061/8030 4846/5065/8037 4842/5063/8035 +f 4842/5063/8035 4846/5065/8037 4847/5064/8036 +f 4841/5061/8030 4848/5066/8038 4846/5065/8037 +f 4841/5061/8030 4840/5060/8029 4848/5066/8038 +f 4840/5060/8029 3894/4252/6738 4848/5066/8038 +f 4848/5066/8038 3894/4252/6738 4849/5067/8039 +f 1394/1547/8040 4851/5068/8041 4849/5067/8039 +f 4846/5065/8037 4848/5066/8038 4850/5069/8042 +f 4850/5069/8042 4849/5067/8039 4851/5068/8041 +f 4849/5067/8039 4850/5069/8042 4848/5066/8038 +f 4852/5070/8043 4850/5069/8042 4851/5068/8041 +f 4847/5064/8036 4846/5065/8037 4850/5069/8042 +f 4847/5064/8036 4850/5069/8042 4853/5071/8044 +f 4853/5071/8044 4850/5069/8042 4852/5070/8043 +f 4845/4258/6747 4847/5064/8036 4855/4348/6877 +f 4855/4348/6877 4847/5064/8036 4853/5071/8045 +f 4853/5071/8044 4852/5070/8043 4856/4351/6883 +f 4856/4351/6883 4852/5070/8043 4854/5072/8046 +f 4855/4348/6879 4853/5071/8047 4856/4351/6881 +f 3927/2301/4298 4856/4351/6883 4854/5072/8046 +f 4859/5073/8048 4857/5074/8049 4854/5072/8046 +f 4854/5072/8046 4857/5074/8049 2036/2288/4281 +f 4854/5072/8046 2036/2288/4281 3927/2301/4298 +f 4852/5070/8043 4859/5073/8048 4854/5072/8046 +f 1394/1547/8040 4858/5075/8050 4851/5068/8041 +f 4851/5068/8041 4858/5075/8050 4859/5073/8048 +f 4851/5068/8041 4859/5073/8048 4852/5070/8043 +f 1394/1547/8040 4849/5067/8039 1393/1546/6737 +f 3894/4252/6738 1393/1546/6737 4849/5067/8039 +f 4860/1541/8051 4861/5076/8052 1388/1539/8053 +f 1388/1539/8053 4861/5076/8052 4862/5077/8054 +f 4862/5077/8054 1391/1543/8055 1388/1539/8053 +f 3636/3920/6752 4863/4260/6751 4864/3917/8056 +f 4868/5078/8057 4867/5079/8058 4862/5077/8054 +f 4868/5078/8057 4862/5077/8054 4861/5076/8052 +f 4866/5080/8059 4868/5078/8057 4861/5076/8052 +f 4860/1541/8051 4864/3917/8056 4869/5081/8060 +f 4869/5081/8060 4866/5080/8059 4861/5076/8052 +f 4869/5081/8060 4861/5076/8052 4860/1541/8051 +f 4870/5082/8061 4865/5083/8062 4866/5080/8059 +f 4870/5082/8061 4866/5080/8059 4869/5081/8060 +f 3897/4262/6755 4865/5083/8062 4870/5082/8061 +f 4870/5082/8063 4869/5081/8060 4863/4260/6751 +f 4863/4260/6751 4869/5081/8060 4864/3917/8056 +f 3897/4262/6755 4870/5082/8061 4871/4405/6974 +f 4871/4405/6973 4870/5082/8063 4863/4260/6751 +f 4867/5079/8058 4868/5078/8057 4866/5080/8059 +f 4867/5079/8058 4866/5080/8059 4872/5084/8064 +f 4872/5084/8064 4866/5080/8059 4865/5083/8062 +f 4872/5084/8064 4865/5083/8062 4879/5085/8065 +f 3897/4262/6755 4873/4264/6757 4874/5086/8066 +f 3897/4262/6755 4874/5086/8066 4865/5083/8062 +f 4865/5083/8062 4874/5086/8066 4879/5085/8065 +f 4876/5087/8067 4862/5077/8054 4867/5079/8058 +f 4877/5088/8068 4876/5087/8067 4867/5079/8058 +f 4877/5088/8068 4867/5079/8058 4872/5084/8064 +f 4878/5089/8069 4884/5090/8070 4877/5088/8071 +f 4878/5089/8072 4877/5088/8068 4872/5084/8064 +f 4880/5091/8073 4884/5090/8070 4878/5089/8069 +f 4879/5085/8074 4878/5089/8072 4872/5084/8064 +f 4875/5092/8075 4880/5091/8073 4878/5089/8076 +f 4881/5093/8077 4878/5089/8072 4879/5085/8074 +f 4875/5092/8075 4878/5089/8076 2039/2295/4292 +f 2039/2295/4292 4878/5089/8076 4881/5093/8078 +f 4882/4352/6884 4881/5093/8077 4879/5085/8074 +f 4882/4352/6884 4879/5085/8074 4874/5086/8079 +f 4883/4355/6889 2039/2295/4292 4881/5093/8078 +f 4883/4355/6887 4881/5093/8077 4882/4352/6884 +f 4882/4352/6884 4874/5086/8066 4873/4264/6757 +f 1391/1543/8055 4862/5077/8054 4876/5087/8067 +f 1391/1543/8055 4876/5087/8067 5121/1545/8080 +f 4884/5090/8070 5121/1545/8080 4877/5088/8071 +f 5121/1545/8080 4876/5087/8067 4877/5088/8071 +f 4885/5094/8081 4884/5090/8070 4880/5091/8073 +f 4885/5094/8081 4880/5091/8073 4886/5095/8082 +f 4886/5095/8082 4880/5091/8073 4875/5092/8075 +f 4886/5095/8082 4875/5092/8075 2038/2293/4289 +f 2038/2293/4289 4875/5092/8075 2039/2295/4292 +f 4889/1538/8083 4887/5096/8084 3638/3919/6754 +f 4887/5096/8084 4888/4261/6753 3638/3919/6754 +f 1386/1535/6750 3896/4259/6749 4892/5097/8085 +f 4890/1537/8086 1386/1535/6750 4894/5098/8087 +f 4894/5098/8087 1386/1535/6750 4892/5097/8085 +f 4894/5098/8087 4892/5097/8085 4893/5099/8088 +f 4889/1538/8089 4890/1537/8086 4894/5098/8087 +f 4895/5100/8090 4894/5098/8087 4893/5099/8088 +f 4896/5101/8091 4889/1538/8089 4894/5098/8087 +f 4896/5101/8092 4894/5098/8087 4895/5100/8090 +f 4887/5096/8093 4889/1538/8089 4896/5101/8091 +f 4897/5102/8094 4896/5101/8092 4895/5100/8090 +f 4888/4261/6753 4887/5096/8084 4896/5101/8095 +f 4888/4261/6753 4896/5101/8095 4898/4404/6972 +f 4898/4404/6972 4896/5101/8095 4897/5102/8096 +f 4898/4404/6972 4897/5102/8096 4891/4263/6756 +f 4897/5102/8094 4901/5103/8097 4899/4265/6758 +f 4897/5102/8094 4899/4265/6758 4891/4263/6756 +f 4895/5100/8090 4900/5104/8098 4901/5103/8097 +f 4895/5100/8090 4901/5103/8097 4897/5102/8094 +f 4900/5104/8098 4895/5100/8090 4893/5099/8088 +f 4893/5099/8088 4902/5105/8099 4900/5104/8098 +f 4893/5099/8088 4892/5097/8085 4902/5105/8099 +f 4904/5106/8100 4892/5097/8085 3896/4259/6749 +f 4902/5105/8099 4892/5097/8085 4904/5106/8100 +f 1385/1534/8101 4905/5107/8102 4904/5106/8100 +f 4905/5107/8102 4902/5105/8099 4904/5106/8100 +f 4900/5104/8098 4902/5105/8099 4906/5108/8103 +f 4906/5108/8103 4902/5105/8099 4905/5107/8102 +f 4907/5109/8104 4906/5108/8103 4905/5107/8102 +f 4901/5103/8097 4900/5104/8098 4906/5108/8105 +f 4901/5103/8097 4906/5108/8105 4908/5110/8106 +f 4908/5110/8107 4906/5108/8103 4907/5109/8104 +f 4899/4265/6758 4901/5103/8097 4910/4353/6885 +f 4910/4353/6885 4901/5103/8097 4908/5110/8106 +f 4910/4353/6885 4908/5110/8106 4911/4354/6886 +f 4911/4354/6886 4908/5110/8106 4912/4356/6888 +f 4912/4356/6888 4908/5110/8106 4907/5109/8108 +f 4912/4356/6888 4907/5109/8108 4909/5111/8109 +f 4912/4356/6888 4909/5111/8109 4903/2296/4293 +f 4915/5112/8110 5127/5113/8111 4909/5111/8109 +f 4909/5111/8109 5127/5113/8111 4913/2297/4294 +f 4909/5111/8109 4913/2297/4294 4903/2296/4293 +f 4907/5109/8112 4915/5112/8110 4909/5111/8109 +f 1385/1534/8101 4914/5114/8113 4905/5107/8102 +f 4905/5107/8102 4914/5114/8113 4915/5112/8110 +f 4905/5107/8102 4915/5112/8110 4907/5109/8112 +f 1385/1534/8101 4904/5106/8100 3896/4259/6749 +f 1385/1534/8101 3896/4259/6749 1384/1533/6748 +f 4916/5115/8114 1380/1528/8115 1379/1525/8116 +f 1380/1528/8115 4916/5115/8114 4917/5116/8117 +f 4917/5116/8117 1382/1530/8118 1380/1528/8115 +f 4918/1527/8119 4916/5115/8114 1379/1525/8116 +f 3641/3924/6763 4919/4267/6762 3639/3922/8120 +f 4922/5117/8121 4917/5116/8117 4916/5115/8114 +f 4921/5118/8122 4922/5117/8121 4916/5115/8114 +f 4916/5115/8114 4918/1527/8119 4923/5119/8123 +f 4923/5119/8123 4921/5118/8122 4916/5115/8114 +f 4924/5120/8124 4920/5121/8125 4921/5118/8122 +f 4924/5120/8124 4921/5118/8122 4923/5119/8123 +f 3899/4269/6766 4920/5121/8125 4924/5120/8124 +f 4924/5120/8126 4923/5119/8123 3639/3922/8120 +f 3639/3922/8120 4923/5119/8123 4918/1527/8119 +f 4919/4267/6762 4924/5120/8126 3639/3922/8120 +f 3937/4406/6977 3899/4269/6766 4924/5120/8124 +f 3937/4406/6975 4924/5120/8126 4919/4267/6762 +f 4917/5116/8117 4922/5117/8121 4925/5122/8127 +f 4922/5117/8121 4921/5118/8122 4926/5123/8128 +f 4926/5123/8128 4921/5118/8122 4920/5121/8125 +f 4926/5123/8128 4920/5121/8125 4933/5124/8129 +f 3899/4269/6766 4927/4271/6768 4928/5125/8130 +f 3899/4269/6766 4928/5125/8130 4920/5121/8125 +f 4920/5121/8125 4928/5125/8130 4933/5124/8129 +f 4922/5117/8121 4926/5123/8128 4925/5122/8127 +f 4926/5123/8128 4931/5126/8131 4925/5122/8127 +f 4932/5127/8132 4930/5128/8133 4931/5126/8131 +f 4932/5127/8132 4931/5126/8131 4926/5123/8128 +f 4934/5129/8134 4930/5128/8135 4932/5127/8136 +f 4933/5124/8137 4932/5127/8132 4926/5123/8128 +f 4929/5130/8138 4934/5129/8134 4932/5127/8136 +f 4935/5131/8139 4932/5127/8132 4933/5124/8137 +f 4929/5130/8138 4932/5127/8136 2037/2289/4284 +f 2037/2289/4284 4932/5127/8136 4935/5131/8140 +f 4936/4358/6891 4935/5131/8139 4933/5124/8137 +f 4936/4358/6891 4933/5124/8137 4928/5125/8130 +f 4937/4360/6895 2037/2289/4284 4935/5131/8140 +f 4936/4358/6891 4928/5125/8130 4927/4271/6768 +f 4937/4360/6894 4935/5131/8139 4936/4358/6891 +f 1382/1530/8118 4917/5116/8117 4925/5122/8127 +f 1382/1530/8118 4925/5122/8127 4938/5132/8141 +f 4938/5132/8141 4925/5122/8127 4931/5126/8142 +f 4939/5133/8143 4938/5132/8141 4930/5128/8135 +f 4938/5132/8141 4931/5126/8142 4930/5128/8135 +f 4939/5133/8143 4930/5128/8135 4934/5129/8134 +f 4939/5133/8143 4934/5129/8134 4940/5134/8144 +f 4940/5134/8144 4934/5129/8134 4929/5130/8138 +f 4940/5134/8144 4929/5130/8138 4941/2291/4286 +f 4941/2291/4286 4929/5130/8138 2037/2289/4284 +f 4944/5135/8145 4942/5136/8146 1368/1524/8147 +f 1368/1524/8147 4942/5136/8146 3645/3923/6765 +f 4942/5136/8146 4943/4268/6764 3645/3923/6765 +f 1368/1524/8147 4945/1522/8148 4944/5135/8145 +f 4945/1522/8148 1373/1519/8149 4948/5137/8150 +f 1373/1519/8149 3898/4266/8151 4947/5138/8152 +f 1373/1519/8149 4947/5138/8152 4948/5137/8150 +f 4944/5135/8145 4945/1522/8148 4948/5137/8150 +f 4944/5135/8145 4948/5137/8150 4949/5139/8153 +f 4950/5140/8154 4944/5135/8145 4949/5139/8153 +f 4942/5136/8146 4944/5135/8145 4950/5140/8155 +f 4951/5141/8156 4950/5140/8154 4949/5139/8153 +f 4952/5142/8157 4942/5136/8146 4950/5140/8155 +f 4952/5142/8158 4950/5140/8154 4951/5141/8156 +f 4943/4268/6764 4942/5136/8146 4952/5142/8157 +f 4946/4270/6767 4952/5142/8158 4951/5141/8156 +f 4943/4268/6764 4952/5142/8157 3936/4407/6976 +f 3936/4407/6978 4952/5142/8158 4946/4270/6767 +f 4951/5141/8156 4955/5143/8159 4953/4272/6769 +f 4951/5141/8156 4953/4272/6769 4946/4270/6767 +f 4949/5139/8153 4954/5144/8160 4955/5143/8159 +f 4949/5139/8153 4955/5143/8159 4951/5141/8156 +f 4954/5144/8160 4949/5139/8153 4948/5137/8150 +f 4948/5137/8150 4956/5145/8161 4954/5144/8160 +f 4956/5145/8161 4948/5137/8150 4947/5138/8152 +f 4957/5146/8162 4947/5138/8152 3898/4266/6760 +f 4956/5145/8161 4947/5138/8152 4957/5146/8162 +f 1376/1518/8163 4958/5147/8164 4957/5146/8162 +f 4958/5147/8164 4956/5145/8161 4957/5146/8162 +f 4959/5148/8165 4954/5144/8160 4956/5145/8161 +f 4959/5148/8166 4956/5145/8161 4958/5147/8164 +f 4960/5149/8167 4959/5148/8166 4958/5147/8164 +f 4955/5143/8159 4954/5144/8160 4959/5148/8165 +f 4961/5150/8168 4955/5143/8159 4959/5148/8165 +f 4961/5150/8169 4959/5148/8166 4960/5149/8167 +f 4953/4272/6769 4955/5143/8159 4963/4357/6890 +f 4963/4357/6890 4955/5143/8159 4961/5150/8168 +f 4961/5150/8169 4960/5149/8167 4964/4359/6896 +f 4964/4359/6896 4960/5149/8167 4962/5151/8170 +f 4963/4357/6892 4961/5150/8171 4964/4359/6893 +f 3928/2290/4285 4964/4359/6896 4962/5151/8170 +f 4966/5152/8172 4965/5153/8173 4962/5151/8170 +f 4962/5151/8170 4965/5153/8173 2028/2273/4263 +f 4962/5151/8170 2028/2273/4263 3928/2290/4285 +f 4960/5149/8167 4966/5152/8172 4962/5151/8170 +f 1376/1518/8163 5135/5154/8174 4958/5147/8164 +f 4958/5147/8164 5135/5154/8174 4966/5152/8172 +f 4958/5147/8164 4966/5152/8172 4960/5149/8167 +f 1376/1518/8163 4957/5146/8162 3898/4266/6760 +f 1376/1518/8163 3898/4266/6760 1375/1517/6759 +f 1534/1737/3708 1532/1734/3705 4967/5155/8175 +f 4967/5155/8175 4044/4487/8176 1534/1737/3708 +f 4045/4485/8177 4044/4487/8176 4968/5156/8178 +f 4045/4485/8177 4968/5156/8178 4969/4486/7100 +f 2000/2244/4219 4043/2242/4215 4969/4486/7100 +f 4070/4504/7125 4071/2245/4220 4970/5157/8179 +f 4069/4503/8180 4070/4504/7125 4970/5157/8179 +f 4068/4502/8181 4069/4503/8180 4971/5158/8182 +f 4068/4502/8181 4971/5158/8182 4972/1735/3706 +f 4068/4502/8181 4972/1735/3706 1531/1733/3704 +f 1532/1734/3705 4973/5159/8183 4967/5155/8175 +f 4967/5155/8175 4973/5159/8183 4044/4487/8176 +f 4044/4487/8176 4973/5159/8183 4974/5160/8184 +f 4044/4487/8176 4974/5160/8184 4968/5156/8178 +f 4968/5156/8178 4974/5160/8184 4975/5161/8185 +f 4968/5156/8178 4975/5161/8185 4969/4486/7100 +f 4969/4486/7100 4975/5161/8185 4976/5162/8186 +f 4969/4486/7100 4976/5162/8186 2000/2244/4219 +f 1532/1734/3705 4972/1735/3706 4973/5159/8183 +f 4973/5159/8183 4972/1735/3706 4971/5158/8182 +f 4973/5159/8183 4971/5158/8182 4974/5160/8184 +f 4974/5160/8184 4971/5158/8182 4069/4503/8180 +f 4974/5160/8184 4069/4503/8180 4975/5161/8185 +f 4975/5161/8185 4069/4503/8180 4970/5157/8179 +f 4975/5161/8185 4970/5157/8179 4976/5162/8186 +f 4976/5162/8186 4970/5157/8179 2000/2244/4219 +f 2000/2244/4219 4970/5157/8179 4071/2245/4220 +f 4977/5163/8187 4097/4524/8188 1524/1724/3695 +f 4978/5164/8189 4097/4524/8188 4977/5163/8187 +f 4097/4524/8188 4978/5164/8189 4098/4522/8190 +f 4098/4522/8190 4978/5164/8189 4979/5165/8191 +f 4098/4522/8190 4979/5165/8191 4980/4523/7150 +f 2078/2367/4374 4096/2370/4377 4980/4523/7150 +f 4125/4544/7187 4126/2366/4373 4981/5166/8192 +f 4124/4543/8193 4125/4544/7187 4981/5166/8192 +f 4123/4542/8194 4124/4543/8193 4982/5167/8195 +f 1521/1720/3691 4982/5167/8195 4983/1722/3693 +f 1521/1720/3691 4123/4542/8196 4982/5167/8195 +f 1524/1724/3695 1522/1721/3692 4977/5163/8187 +f 4977/5163/8187 1522/1721/3692 4984/5168/8197 +f 4977/5163/8187 4984/5168/8197 4978/5164/8189 +f 4978/5164/8189 4984/5168/8197 4985/5169/8198 +f 4978/5164/8189 4985/5169/8198 4979/5165/8191 +f 4979/5165/8191 4985/5169/8198 4986/5170/8199 +f 4979/5165/8191 4986/5170/8199 4980/4523/7150 +f 4980/4523/7150 4986/5170/8199 4987/5171/8200 +f 4980/4523/7150 4987/5171/8200 2078/2367/4374 +f 1522/1721/3692 4983/1722/3693 4984/5168/8197 +f 4984/5168/8197 4983/1722/3693 4982/5167/8195 +f 4984/5168/8197 4982/5167/8195 4985/5169/8198 +f 4985/5169/8198 4982/5167/8195 4124/4543/8193 +f 4985/5169/8198 4124/4543/8193 4986/5170/8199 +f 4986/5170/8199 4124/4543/8193 4981/5166/8192 +f 4986/5170/8199 4981/5166/8192 4987/5171/8200 +f 4987/5171/8200 4981/5166/8192 2078/2367/4374 +f 2078/2367/4374 4981/5166/8192 4126/2366/4373 +f 1514/1711/3682 1512/1708/3679 4988/5172/8201 +f 4988/5172/8201 4153/4562/8202 1514/1711/3682 +f 4154/4560/8203 4153/4562/8202 4989/5173/8204 +f 4154/4560/8203 4989/5173/8204 4990/4561/7213 +f 2075/2364/4369 4152/2363/4368 4990/4561/7213 +f 1992/2230/4203 2075/2364/4369 4991/5174/8205 +f 4991/5174/8205 4179/4582/7249 1992/2230/4203 +f 4178/4581/8206 4179/4582/7249 4991/5174/8205 +f 4177/4580/8207 4178/4581/8206 4992/5175/8208 +f 4177/4580/8207 4992/5175/8208 4993/1709/3680 +f 4177/4580/8207 4993/1709/3680 1511/1707/3678 +f 1512/1708/3679 4994/5176/8209 4988/5172/8201 +f 4988/5172/8201 4994/5176/8209 4153/4562/8202 +f 4153/4562/8202 4994/5176/8209 4995/5177/8210 +f 4153/4562/8202 4995/5177/8210 4989/5173/8204 +f 4989/5173/8204 4995/5177/8210 4996/5178/8211 +f 4989/5173/8204 4996/5178/8211 4990/4561/7213 +f 4990/4561/7213 4996/5178/8211 4997/5179/8212 +f 4990/4561/7213 4997/5179/8212 2075/2364/4369 +f 1512/1708/3679 4993/1709/3680 4994/5176/8209 +f 4994/5176/8209 4993/1709/3680 4992/5175/8208 +f 4994/5176/8209 4992/5175/8208 4995/5177/8210 +f 4995/5177/8210 4992/5175/8208 4178/4581/8206 +f 4995/5177/8210 4178/4581/8206 4996/5178/8211 +f 4996/5178/8211 4178/4581/8206 4991/5174/8205 +f 4996/5178/8211 4991/5174/8205 4997/5179/8212 +f 4997/5179/8212 4991/5174/8205 2075/2364/4369 +f 4207/4602/8213 4998/5180/8214 4208/4600/8215 +f 4999/4601/7285 4208/4600/8215 4998/5180/8214 +f 5000/2359/4364 4206/2358/4363 4999/4601/7285 +f 4234/4623/7318 4235/2361/4366 5001/5181/8216 +f 4233/4622/8217 4234/4623/7318 5001/5181/8216 +f 4232/4621/8218 4233/4622/8217 5002/5182/8219 +f 4232/4621/8218 5002/5182/8219 5003/1696/3667 +f 4232/4621/8218 5003/1696/3667 1502/1694/3665 +f 1505/1698/3669 1503/1695/3666 5004/5183/8220 +f 1505/1698/3669 5004/5183/8220 4207/4602/8213 +f 4207/4602/8213 5004/5183/8220 5005/5184/8221 +f 4207/4602/8213 5005/5184/8221 4998/5180/8214 +f 4998/5180/8214 5005/5184/8221 5006/5185/8222 +f 4998/5180/8214 5006/5185/8222 4999/4601/7285 +f 4999/4601/7285 5006/5185/8222 5007/5186/8223 +f 4999/4601/7285 5007/5186/8223 5000/2359/4364 +f 1503/1695/3666 5003/1696/3667 5004/5183/8220 +f 5004/5183/8220 5003/1696/3667 5002/5182/8219 +f 5004/5183/8220 5002/5182/8219 5005/5184/8221 +f 5005/5184/8221 5002/5182/8219 4233/4622/8217 +f 5005/5184/8221 4233/4622/8217 5006/5185/8222 +f 5006/5185/8222 4233/4622/8217 5001/5181/8216 +f 5006/5185/8222 5001/5181/8216 5007/5186/8223 +f 5007/5186/8223 5001/5181/8216 5000/2359/4364 +f 5000/2359/4364 5001/5181/8216 4235/2361/4366 +f 5008/5187/8224 4263/4642/8225 1499/1686/3657 +f 5009/5188/8226 4263/4642/8225 5008/5187/8224 +f 4263/4642/8225 5009/5188/8226 4264/4641/8227 +f 4262/2354/4358 4264/4641/8227 5016/5189/8228 +f 2069/2352/4356 4262/2354/4358 5016/5189/8228 +f 4289/4661/7384 4290/2357/4361 5010/5190/8229 +f 4288/4660/8230 4289/4661/7384 5010/5190/8229 +f 4287/4659/8231 4288/4660/8230 5011/5191/8232 +f 1494/1682/3653 5011/5191/8232 5012/1684/3655 +f 1494/1682/3653 4287/4659/8233 5011/5191/8232 +f 1499/1686/3657 1495/1683/3654 5008/5187/8224 +f 5008/5187/8224 1495/1683/3654 5013/5192/8234 +f 5008/5187/8224 5013/5192/8234 5009/5188/8226 +f 5009/5188/8226 5013/5192/8234 5014/5193/8235 +f 5009/5188/8226 5014/5193/8235 4264/4641/8227 +f 4264/4641/8227 5014/5193/8235 5015/5194/8236 +f 4264/4641/8227 5015/5194/8236 5016/5189/8228 +f 1495/1683/3654 5012/1684/3655 5013/5192/8234 +f 5013/5192/8234 5012/1684/3655 5011/5191/8232 +f 5013/5192/8234 5011/5191/8232 5014/5193/8235 +f 5014/5193/8235 5011/5191/8232 4288/4660/8230 +f 5014/5193/8235 4288/4660/8230 5015/5194/8236 +f 5015/5194/8236 4288/4660/8230 5010/5190/8229 +f 5015/5194/8236 5010/5190/8229 5016/5189/8228 +f 5016/5189/8228 5010/5190/8229 2069/2352/4356 +f 2069/2352/4356 5010/5190/8229 4290/2357/4361 +f 5017/5195/8237 1487/1672/3643 1485/1669/3640 +f 1487/1672/3643 5017/5195/8237 5018/4679/8238 +f 5019/5196/8239 4316/4677/8240 5018/4679/8238 +f 5019/5196/8239 4314/4678/7413 4316/4677/8240 +f 5020/5197/8241 4341/4698/8242 4342/4699/8243 +f 5020/5197/8241 4342/4699/8243 4343/4700/7448 +f 4340/4697/8244 4341/4698/8242 5021/5198/8245 +f 5021/5198/8245 4341/4698/8242 5020/5197/8241 +f 4340/4697/8244 5021/5198/8245 5022/1671/3642 +f 4340/4697/8244 5022/1671/3642 1486/1670/3641 +f 1485/1669/3640 5023/5199/8246 5017/5195/8237 +f 5017/5195/8237 5023/5199/8246 5018/4679/8238 +f 5018/4679/8238 5023/5199/8246 5024/5200/8247 +f 5018/4679/8238 5024/5200/8247 5019/5196/8239 +f 5019/5196/8239 5024/5200/8247 5025/5201/8248 +f 5019/5196/8239 5025/5201/8248 4314/4678/7413 +f 4314/4678/7413 5025/5201/8248 5026/5202/8249 +f 4314/4678/7413 5026/5202/8249 4315/2351/4355 +f 4315/2351/4355 5026/5202/8249 2066/2348/4352 +f 1485/1669/3640 5022/1671/3642 5023/5199/8246 +f 5023/5199/8246 5022/1671/3642 5021/5198/8245 +f 5023/5199/8246 5021/5198/8245 5024/5200/8247 +f 5024/5200/8247 5021/5198/8245 5020/5197/8241 +f 5024/5200/8247 5020/5197/8241 5025/5201/8248 +f 5025/5201/8248 5020/5197/8241 4343/4700/7448 +f 5025/5201/8248 4343/4700/7448 5026/5202/8249 +f 5026/5202/8249 4343/4700/7448 2066/2348/4352 +f 5027/5203/8250 1478/1660/3631 1476/1657/3628 +f 1478/1660/3631 5027/5203/8250 5028/4719/8251 +f 5029/5204/8252 4368/4717/8253 5028/4719/8251 +f 5029/5204/8252 4367/4718/7473 4368/4717/8253 +f 5030/5205/8254 4395/4739/8255 4396/4740/8256 +f 5030/5205/8254 4396/4740/8256 4397/4741/7511 +f 4394/4738/8257 4395/4739/8255 5031/5206/8258 +f 5031/5206/8258 4395/4739/8255 5030/5205/8254 +f 4394/4738/8257 5031/5206/8258 5032/1658/3629 +f 4394/4738/8257 5032/1658/3629 1475/1656/3627 +f 1476/1657/3628 5033/5207/8259 5027/5203/8250 +f 5027/5203/8250 5033/5207/8259 5028/4719/8251 +f 5028/4719/8251 5033/5207/8259 5034/5208/8260 +f 5028/4719/8251 5034/5208/8260 5029/5204/8252 +f 5029/5204/8252 5034/5208/8260 5035/5209/8261 +f 5029/5204/8252 5035/5209/8261 4367/4718/7473 +f 4367/4718/7473 5035/5209/8261 5036/5210/8262 +f 4367/4718/7473 5036/5210/8262 2065/2345/4349 +f 2065/2345/4349 5036/5210/8262 2064/2344/4348 +f 1476/1657/3628 5032/1658/3629 5033/5207/8259 +f 5033/5207/8259 5032/1658/3629 5031/5206/8258 +f 5033/5207/8259 5031/5206/8258 5034/5208/8260 +f 5034/5208/8260 5031/5206/8258 5030/5205/8254 +f 5034/5208/8260 5030/5205/8254 5035/5209/8261 +f 5035/5209/8261 5030/5205/8254 4397/4741/7511 +f 5035/5209/8261 4397/4741/7511 5036/5210/8262 +f 5036/5210/8262 4397/4741/7511 2064/2344/4348 +f 5037/5211/8263 1468/1647/3618 1466/1644/3615 +f 1468/1647/3618 5037/5211/8263 4424/4759/8264 +f 4424/4759/8264 5037/5211/8263 5038/5212/8265 +f 5038/5212/8265 4425/4757/8266 4424/4759/8264 +f 4425/4757/8266 5038/5212/8265 4422/4758/7538 +f 4423/2333/4336 4422/4758/7538 5039/2334/4337 +f 4450/4780/7569 4451/2336/4339 5040/5213/8267 +f 4449/4779/8268 4450/4780/7569 5040/5213/8267 +f 4448/4778/8269 4449/4779/8268 5041/5214/8270 +f 4448/4778/8269 5041/5214/8270 5042/1645/3616 +f 4448/4778/8269 5042/1645/3616 1465/1643/3614 +f 1466/1644/3615 5043/5215/8271 5037/5211/8263 +f 5037/5211/8263 5043/5215/8271 5038/5212/8265 +f 5038/5212/8265 5043/5215/8271 5044/5216/8272 +f 5038/5212/8265 5044/5216/8272 5045/5217/8273 +f 5038/5212/8265 5045/5217/8273 4422/4758/7538 +f 4422/4758/7538 5045/5217/8273 5046/5218/8274 +f 4422/4758/7538 5046/5218/8274 5039/2334/4337 +f 1466/1644/3615 5042/1645/3616 5043/5215/8271 +f 5043/5215/8271 5042/1645/3616 5041/5214/8270 +f 5043/5215/8271 5041/5214/8270 5044/5216/8272 +f 5044/5216/8272 5041/5214/8270 4449/4779/8268 +f 5044/5216/8272 4449/4779/8268 5045/5217/8273 +f 5045/5217/8273 4449/4779/8268 5040/5213/8267 +f 5045/5217/8273 5040/5213/8267 5046/5218/8274 +f 5046/5218/8274 5040/5213/8267 5039/2334/4337 +f 5039/2334/4337 5040/5213/8267 4451/2336/4339 +f 4478/4799/8275 5047/5219/8276 4479/4798/8277 +f 5048/5220/8278 4479/4798/8277 5047/5219/8276 +f 4479/4798/8277 5048/5220/8278 4477/2339/4342 +f 2061/2332/4335 4477/2339/4342 5048/5220/8278 +f 5049/5221/8279 4506/4821/7623 2058/2328/4331 +f 4505/4820/8280 4506/4821/7623 5049/5221/8279 +f 4504/4819/8281 4505/4820/8280 5050/5222/8282 +f 4504/4819/8281 5050/5222/8282 5051/1632/3603 +f 4504/4819/8281 5051/1632/3603 1455/1630/3601 +f 1458/1634/3605 1456/1631/3602 4478/4799/8275 +f 4478/4799/8275 1456/1631/3602 5052/5223/8283 +f 4478/4799/8275 5052/5223/8283 5047/5219/8276 +f 5047/5219/8276 5052/5223/8283 5053/5224/8284 +f 5047/5219/8276 5053/5224/8284 5048/5220/8278 +f 5048/5220/8278 5053/5224/8284 5054/5225/8285 +f 5048/5220/8278 5054/5225/8285 2061/2332/4335 +f 1456/1631/3602 5051/1632/3603 5050/5222/8282 +f 1456/1631/3602 5050/5222/8282 5052/5223/8283 +f 5052/5223/8283 5050/5222/8282 5053/5224/8284 +f 5053/5224/8284 5050/5222/8282 4505/4820/8280 +f 5053/5224/8284 4505/4820/8280 5054/5225/8285 +f 5054/5225/8285 4505/4820/8280 5049/5221/8279 +f 5054/5225/8285 5049/5221/8279 2061/2332/4335 +f 2061/2332/4335 5049/5221/8279 2058/2328/4331 +f 1449/1621/3592 5055/5226/8286 4535/4840/8287 +f 4535/4840/8287 5055/5226/8286 5056/5227/8288 +f 5057/5228/8289 4536/4838/8290 5056/5227/8288 +f 5056/5227/8288 4536/4838/8290 4535/4840/8287 +f 5057/5228/8289 4534/4839/7652 4536/4838/8290 +f 5058/5229/8291 4560/4859/8292 4561/4860/8293 +f 5058/5229/8291 4561/4860/8293 4562/4861/7687 +f 4559/4858/8294 4560/4859/8292 5059/5230/8295 +f 5059/5230/8295 4560/4859/8292 5058/5229/8291 +f 4559/4858/8294 5059/5230/8295 5060/1619/3590 +f 4559/4858/8294 5060/1619/3590 1446/1617/3588 +f 1449/1621/3592 1447/1618/3589 5055/5226/8286 +f 5055/5226/8286 1447/1618/3589 5061/5231/8296 +f 5055/5226/8286 5061/5231/8296 5056/5227/8288 +f 5056/5227/8288 5061/5231/8296 5062/5232/8297 +f 5056/5227/8288 5062/5232/8297 5057/5228/8289 +f 5057/5228/8289 5062/5232/8297 5063/5233/8298 +f 5057/5228/8289 5063/5233/8298 4534/4839/7652 +f 4534/4839/7652 5063/5233/8298 5064/5234/8299 +f 4534/4839/7652 5064/5234/8299 2055/2327/4330 +f 2055/2327/4330 5064/5234/8299 2053/2324/4325 +f 1447/1618/3589 5060/1619/3590 5061/5231/8296 +f 5061/5231/8296 5060/1619/3590 5059/5230/8295 +f 5061/5231/8296 5059/5230/8295 5062/5232/8297 +f 5062/5232/8297 5059/5230/8295 5058/5229/8291 +f 5062/5232/8297 5058/5229/8291 5063/5233/8298 +f 5063/5233/8298 5058/5229/8291 4562/4861/7687 +f 5063/5233/8298 4562/4861/7687 5064/5234/8299 +f 5064/5234/8299 4562/4861/7687 2053/2324/4325 +f 5065/5235/8300 4588/4879/8301 1442/1608/3579 +f 5066/5236/8302 4588/4879/8301 5065/5235/8300 +f 4588/4879/8301 5066/5236/8302 4589/4877/8303 +f 4589/4877/8303 5066/5236/8302 5067/5237/8304 +f 4589/4877/8303 5067/5237/8304 5068/4878/7713 +f 2054/2326/4328 4587/2325/4326 5068/4878/7713 +f 4613/2233/4206 2054/2326/4328 5069/5238/8305 +f 4612/4898/7750 4613/2233/4206 5069/5238/8305 +f 4611/4897/8306 4612/4898/7750 5069/5238/8305 +f 4610/4893/8307 4611/4897/8306 5070/5239/8308 +f 1440/1606/3577 5070/5239/8308 5071/1607/3578 +f 1440/1606/3577 4610/4893/8309 5070/5239/8308 +f 1442/1608/3579 1439/1605/3576 5065/5235/8300 +f 5065/5235/8300 1439/1605/3576 5072/5240/8310 +f 5065/5235/8300 5072/5240/8310 5066/5236/8302 +f 5066/5236/8302 5072/5240/8310 5073/5241/8311 +f 5066/5236/8302 5073/5241/8311 5067/5237/8304 +f 5067/5237/8304 5073/5241/8311 5074/5242/8312 +f 5067/5237/8304 5074/5242/8312 5068/4878/7713 +f 5068/4878/7713 5074/5242/8312 5075/5243/8313 +f 5068/4878/7713 5075/5243/8313 2054/2326/4328 +f 1439/1605/3576 5071/1607/3578 5072/5240/8310 +f 5072/5240/8310 5071/1607/3578 5070/5239/8308 +f 5072/5240/8310 5070/5239/8308 5073/5241/8311 +f 5073/5241/8311 5070/5239/8308 4611/4897/8306 +f 5073/5241/8311 4611/4897/8306 5074/5242/8312 +f 5074/5242/8312 4611/4897/8306 5069/5238/8305 +f 5074/5242/8312 5069/5238/8305 5075/5243/8313 +f 5075/5243/8313 5069/5238/8305 2054/2326/4328 +f 1430/1597/3568 1428/1594/3565 5076/5244/8314 +f 5076/5244/8314 4639/4918/8315 1430/1597/3568 +f 4640/4916/8316 4639/4918/8315 5077/5245/8317 +f 4640/4916/8316 5077/5245/8317 5078/4917/7780 +f 2050/2319/4319 4638/2316/4316 5078/4917/7780 +f 4665/4938/7816 4666/2318/4318 5079/5246/8318 +f 4664/4937/8319 4665/4938/7816 5079/5246/8318 +f 4663/4936/8320 4664/4937/8319 5080/5247/8321 +f 4663/4936/8320 5080/5247/8321 5081/1596/3567 +f 4663/4936/8320 5081/1596/3567 1429/1595/3566 +f 1428/1594/3565 5082/5248/8322 5076/5244/8314 +f 5076/5244/8314 5082/5248/8322 4639/4918/8315 +f 4639/4918/8315 5082/5248/8322 5083/5249/8323 +f 4639/4918/8315 5083/5249/8323 5077/5245/8317 +f 5077/5245/8317 5083/5249/8323 5084/5250/8324 +f 5077/5245/8317 5084/5250/8324 5078/4917/7780 +f 5078/4917/7780 5084/5250/8324 5085/5251/8325 +f 5078/4917/7780 5085/5251/8325 2050/2319/4319 +f 1428/1594/3565 5081/1596/3567 5082/5248/8322 +f 5082/5248/8322 5081/1596/3567 5080/5247/8321 +f 5082/5248/8322 5080/5247/8321 5083/5249/8323 +f 5083/5249/8323 5080/5247/8321 4664/4937/8319 +f 5083/5249/8323 4664/4937/8319 5084/5250/8324 +f 5084/5250/8324 4664/4937/8319 5079/5246/8318 +f 5084/5250/8324 5079/5246/8318 5085/5251/8325 +f 5085/5251/8325 5079/5246/8318 2050/2319/4319 +f 2050/2319/4319 5079/5246/8318 4666/2318/4318 +f 1422/1585/3556 1420/1582/3553 5086/5252/8326 +f 5086/5252/8326 4694/4958/8327 1422/1585/3556 +f 5087/5253/8328 4694/4958/8327 5086/5252/8326 +f 4694/4958/8327 5087/5253/8328 4695/4956/8329 +f 5088/4957/7851 4695/4956/8329 5087/5253/8328 +f 5089/2315/4314 4693/2313/4311 5088/4957/7851 +f 4723/4979/7890 4724/2236/4209 5090/5254/8330 +f 4722/4978/8331 4723/4979/7890 5090/5254/8330 +f 4721/4977/8332 4722/4978/8331 5091/5255/8333 +f 4721/4977/8332 5091/5255/8333 5092/1584/3555 +f 4721/4977/8332 5092/1584/3555 1421/1583/3554 +f 1420/1582/3553 5093/5256/8334 5086/5252/8326 +f 5086/5252/8326 5093/5256/8334 5087/5253/8328 +f 5087/5253/8328 5093/5256/8334 5094/5257/8335 +f 5087/5253/8328 5094/5257/8335 5095/5258/8336 +f 5087/5253/8328 5095/5258/8336 5088/4957/7851 +f 5088/4957/7851 5095/5258/8336 5096/5259/8337 +f 5088/4957/7851 5096/5259/8337 5089/2315/4314 +f 1420/1582/3553 5092/1584/3555 5093/5256/8334 +f 5093/5256/8334 5092/1584/3555 5091/5255/8333 +f 5093/5256/8334 5091/5255/8333 5094/5257/8335 +f 5094/5257/8335 5091/5255/8333 4722/4978/8331 +f 5094/5257/8335 4722/4978/8331 5095/5258/8336 +f 5095/5258/8336 4722/4978/8331 5090/5254/8330 +f 5095/5258/8336 5090/5254/8330 5096/5259/8337 +f 5096/5259/8337 5090/5254/8330 5089/2315/4314 +f 5089/2315/4314 5090/5254/8330 4724/2236/4209 +f 4750/4998/8338 5097/5260/8339 4751/4996/8340 +f 5098/4997/7921 4751/4996/8340 5097/5260/8339 +f 5099/2308/4305 4749/2309/4306 5098/4997/7921 +f 4776/5018/7956 4777/2306/4303 5100/5261/8341 +f 4775/5017/8342 4776/5018/7956 5100/5261/8341 +f 4774/5013/8343 4775/5017/8342 5101/5262/8344 +f 5102/1571/3542 4774/5013/8343 5101/5262/8344 +f 1413/1573/3544 1411/1570/3541 5103/5263/8345 +f 1413/1573/3544 5103/5263/8345 4750/4998/8338 +f 4750/4998/8338 5103/5263/8345 5104/5264/8346 +f 4750/4998/8338 5104/5264/8346 5097/5260/8339 +f 5097/5260/8339 5104/5264/8346 5105/5265/8347 +f 5097/5260/8339 5105/5265/8347 5098/4997/7921 +f 5098/4997/7921 5105/5265/8347 5106/5266/8348 +f 5098/4997/7921 5106/5266/8348 5099/2308/4305 +f 1411/1570/3541 5102/1571/3542 5103/5263/8345 +f 5103/5263/8345 5102/1571/3542 5101/5262/8344 +f 5103/5263/8345 5101/5262/8344 5104/5264/8346 +f 5104/5264/8346 5101/5262/8344 4775/5017/8342 +f 5104/5264/8346 4775/5017/8342 5105/5265/8347 +f 5105/5265/8347 4775/5017/8342 5100/5261/8341 +f 5105/5265/8347 5100/5261/8341 5106/5266/8348 +f 5106/5266/8348 5100/5261/8341 5099/2308/4305 +f 5099/2308/4305 5100/5261/8341 4777/2306/4303 +f 5107/5267/8349 4805/5038/8350 1403/1560/3531 +f 5108/5268/8351 4805/5038/8350 5107/5267/8349 +f 4805/5038/8350 5108/5268/8351 4806/5037/8352 +f 4804/2304/4301 4806/5037/8352 5115/5269/8353 +f 2043/2305/4302 4804/2304/4301 5115/5269/8353 +f 4833/5058/8022 4834/2299/4296 5109/5270/8354 +f 4832/5057/8355 4833/5058/8022 5109/5270/8354 +f 4831/5053/8356 4832/5057/8355 5110/5271/8357 +f 4822/1556/3527 5110/5271/8357 5111/1558/3529 +f 4822/1556/3527 4831/5053/8358 5110/5271/8357 +f 1403/1560/3531 1401/1557/3528 5107/5267/8349 +f 5107/5267/8349 1401/1557/3528 5112/5272/8359 +f 5107/5267/8349 5112/5272/8359 5108/5268/8351 +f 5108/5268/8351 5112/5272/8359 5113/5273/8360 +f 5108/5268/8351 5113/5273/8360 4806/5037/8352 +f 4806/5037/8352 5113/5273/8360 5114/5274/8361 +f 4806/5037/8352 5114/5274/8361 5115/5269/8353 +f 1401/1557/3528 5111/1558/3529 5112/5272/8359 +f 5112/5272/8359 5111/1558/3529 5110/5271/8357 +f 5112/5272/8359 5110/5271/8357 5113/5273/8360 +f 5113/5273/8360 5110/5271/8357 4832/5057/8355 +f 5113/5273/8360 4832/5057/8355 5114/5274/8361 +f 5114/5274/8361 4832/5057/8355 5109/5270/8354 +f 5114/5274/8361 5109/5270/8354 5115/5269/8353 +f 5115/5269/8353 5109/5270/8354 2043/2305/4302 +f 2043/2305/4302 5109/5270/8354 4834/2299/4296 +f 5117/5275/8362 1394/1547/3518 1392/1544/3515 +f 1394/1547/3518 5117/5275/8362 4858/5075/8363 +f 4858/5075/8363 5117/5275/8362 5118/5276/8364 +f 5118/5276/8364 4859/5073/8365 4858/5075/8363 +f 4859/5073/8365 5118/5276/8364 4857/5074/8049 +f 5116/5277/8366 2038/2293/4289 5119/2292/4287 +f 5116/5277/8366 4886/5095/8082 2038/2293/4289 +f 4885/5094/8367 4886/5095/8082 5116/5277/8366 +f 4884/5090/8368 4885/5094/8367 5120/5278/8369 +f 5121/1545/3516 4884/5090/8368 5120/5278/8369 +f 1392/1544/3515 5122/5279/8370 5117/5275/8362 +f 5117/5275/8362 5122/5279/8370 5118/5276/8364 +f 5118/5276/8364 5122/5279/8370 5123/5280/8371 +f 5118/5276/8364 5123/5280/8371 4857/5074/8049 +f 4857/5074/8049 5123/5280/8371 5124/5281/8372 +f 4857/5074/8049 5124/5281/8372 2036/2288/4281 +f 2036/2288/4281 5124/5281/8372 5119/2292/4287 +f 1392/1544/3515 5121/1545/3516 5122/5279/8370 +f 5122/5279/8370 5121/1545/3516 5120/5278/8369 +f 5122/5279/8370 5120/5278/8369 5123/5280/8371 +f 5123/5280/8371 5120/5278/8369 4885/5094/8367 +f 5123/5280/8371 4885/5094/8367 5124/5281/8372 +f 5124/5281/8372 4885/5094/8367 5116/5277/8366 +f 5124/5281/8372 5116/5277/8366 5119/2292/4287 +f 5125/5282/8373 4914/5114/8374 1385/1534/3505 +f 4915/5112/8375 4914/5114/8374 5126/5283/8376 +f 4915/5112/8375 5126/5283/8376 5127/5113/8111 +f 2040/2294/4291 4913/2297/4294 5127/5113/8111 +f 4940/5134/8144 4941/2291/4286 5128/5284/8377 +f 4939/5133/8378 4940/5134/8144 5128/5284/8377 +f 4938/5132/8379 4939/5133/8378 5129/5285/8380 +f 4938/5132/8379 5129/5285/8380 5130/1532/3503 +f 4938/5132/8379 5130/1532/3503 1382/1530/3501 +f 1385/1534/3505 1383/1531/3502 5125/5282/8373 +f 5125/5282/8373 1383/1531/3502 5131/5286/8381 +f 5125/5282/8373 5131/5286/8381 4914/5114/8374 +f 4914/5114/8374 5131/5286/8381 5126/5283/8376 +f 5126/5283/8376 5131/5286/8381 5132/5287/8382 +f 5126/5283/8376 5132/5287/8382 5127/5113/8111 +f 5127/5113/8111 5132/5287/8382 5133/5288/8383 +f 5127/5113/8111 5133/5288/8383 2040/2294/4291 +f 1383/1531/3502 5130/1532/3503 5129/5285/8380 +f 1383/1531/3502 5129/5285/8380 5131/5286/8381 +f 5131/5286/8381 5129/5285/8380 4939/5133/8378 +f 5131/5286/8381 4939/5133/8378 5132/5287/8382 +f 5132/5287/8382 4939/5133/8378 5128/5284/8377 +f 5132/5287/8382 5128/5284/8377 5133/5288/8383 +f 5133/5288/8383 5128/5284/8377 2040/2294/4291 +f 2040/2294/4291 5128/5284/8377 4941/2291/4286 +f 1376/1518/3489 5134/5289/8384 5135/5154/8385 +f 5136/5290/8386 4966/5152/8387 5135/5154/8385 +f 5136/5290/8386 4965/5153/8173 4966/5152/8387 +f 5137/5291/8388 3833/4118/8389 3834/4119/8390 +f 5137/5291/8388 3834/4119/8390 3835/4120/6533 +f 3832/4117/8391 3833/4118/8389 5138/5292/8392 +f 5138/5292/8392 3833/4118/8389 5137/5291/8388 +f 3832/4117/8391 5138/5292/8392 5139/1516/3487 +f 3832/4117/8391 5139/1516/3487 1372/1515/3486 +f 1376/1518/3489 1371/1513/3484 5134/5289/8384 +f 5134/5289/8384 1371/1513/3484 5140/5293/8393 +f 5134/5289/8384 5140/5293/8393 5135/5154/8385 +f 5135/5154/8385 5140/5293/8393 5136/5290/8386 +f 5136/5290/8386 5140/5293/8393 5141/5294/8394 +f 5136/5290/8386 5141/5294/8394 4965/5153/8173 +f 4965/5153/8173 5141/5294/8394 5142/5295/8395 +f 4965/5153/8173 5142/5295/8395 2028/2273/4263 +f 2028/2273/4263 5142/5295/8395 2013/2261/4243 +f 1371/1513/3484 5139/1516/3487 5138/5292/8392 +f 1371/1513/3484 5138/5292/8392 5140/5293/8393 +f 5140/5293/8393 5138/5292/8392 5137/5291/8388 +f 5140/5293/8393 5137/5291/8388 5141/5294/8394 +f 5141/5294/8394 5137/5291/8388 3835/4120/6533 +f 5141/5294/8394 3835/4120/6533 5142/5295/8395 +f 5142/5295/8395 3835/4120/6533 2013/2261/4243 +f 5143/5296/8396 3862/4139/8397 1899/2130/4101 +f 5144/5297/8398 3862/4139/8397 5143/5296/8396 +f 3862/4139/8397 5144/5297/8398 3863/4137/8399 +f 3863/4137/8399 5144/5297/8398 5145/5298/8400 +f 3863/4137/8399 5145/5298/8400 5146/4138/6560 +f 2016/2264/4251 3861/2265/4252 5146/4138/6560 +f 5147/5299/8401 3962/4427/7008 3963/2246/4223 +f 3961/4426/8402 3962/4427/7008 5147/5299/8401 +f 3960/4425/8403 3961/4426/8402 5148/5300/8404 +f 3960/4425/8403 5148/5300/8404 5149/2129/4100 +f 3960/4425/8403 5149/2129/4100 1897/2128/4099 +f 1899/2130/4101 1896/2127/4098 5143/5296/8396 +f 5143/5296/8396 1896/2127/4098 5150/5301/8405 +f 5143/5296/8396 5150/5301/8405 5144/5297/8398 +f 5144/5297/8398 5150/5301/8405 5151/5302/8406 +f 5144/5297/8398 5151/5302/8406 5145/5298/8400 +f 5145/5298/8400 5151/5302/8406 5152/5303/8407 +f 5145/5298/8400 5152/5303/8407 5146/4138/6560 +f 5146/4138/6560 5152/5303/8407 5153/5304/8408 +f 5146/4138/6560 5153/5304/8408 2016/2264/4251 +f 1896/2127/4098 5149/2129/4100 5150/5301/8405 +f 5150/5301/8405 5149/2129/4100 5148/5300/8404 +f 5150/5301/8405 5148/5300/8404 5151/5302/8406 +f 5151/5302/8406 5148/5300/8404 3961/4426/8402 +f 5151/5302/8406 3961/4426/8402 5152/5303/8407 +f 5152/5303/8407 3961/4426/8402 5147/5299/8401 +f 5152/5303/8407 5147/5299/8401 5153/5304/8408 +f 5153/5304/8408 5147/5299/8401 2016/2264/4251 +f 2016/2264/4251 5147/5299/8401 3963/2246/4223 +f 5154/5305/8409 3990/4447/8410 1544/1750/3721 +f 5155/5306/8411 3990/4447/8410 5154/5305/8409 +f 3990/4447/8410 5155/5306/8411 3991/4445/8412 +f 3991/4445/8412 5155/5306/8411 5156/5307/8413 +f 3991/4445/8412 5156/5307/8413 5157/4446/7036 +f 2011/2247/4226 3989/2260/4239 5157/4446/7036 +f 4016/4468/7074 4017/2241/4214 5158/5308/8414 +f 4015/4467/8415 4016/4468/7074 5158/5308/8414 +f 4014/4463/8416 4015/4467/8415 5159/5309/8417 +f 1541/1746/3717 5159/5309/8417 5160/1748/3719 +f 1541/1746/3717 4014/4463/8418 5159/5309/8417 +f 1544/1750/3721 1542/1747/3718 5154/5305/8409 +f 5154/5305/8409 1542/1747/3718 5161/5310/8419 +f 5154/5305/8409 5161/5310/8419 5155/5306/8411 +f 5155/5306/8411 5161/5310/8419 5162/5311/8420 +f 5155/5306/8411 5162/5311/8420 5156/5307/8413 +f 5156/5307/8413 5162/5311/8420 5163/5312/8421 +f 5156/5307/8413 5163/5312/8421 5157/4446/7036 +f 5157/4446/7036 5163/5312/8421 5164/5313/8422 +f 5157/4446/7036 5164/5313/8422 2011/2247/4226 +f 1542/1747/3718 5160/1748/3719 5161/5310/8419 +f 5161/5310/8419 5160/1748/3719 5159/5309/8417 +f 5161/5310/8419 5159/5309/8417 5162/5311/8420 +f 5162/5311/8420 5159/5309/8417 4015/4467/8415 +f 5162/5311/8420 4015/4467/8415 5163/5312/8421 +f 5163/5312/8421 4015/4467/8415 5158/5308/8414 +f 5163/5312/8421 5158/5308/8414 5164/5313/8422 +f 5164/5313/8422 5158/5308/8414 2011/2247/4226 +f 2011/2247/4226 5158/5308/8414 4017/2241/4214 +s 14 +f 5181/5314/8423 5184/5315/8424 5202/5316/8425 +f 5202/5316/8425 5184/5315/8424 5183/5317/8426 +s 734 +f 5201/5318/8427 5203/5319/8428 5200/5320/8429 +f 5200/5320/8429 5203/5319/8428 1269/1422/8430 +f 5200/5320/8429 1269/1422/8430 5199/5321/8431 +f 5199/5321/8431 1269/1422/8430 1286/1439/8432 +f 5199/5321/8431 1286/1439/8432 5197/5322/8433 +s 14 +f 5197/5322/8434 1286/1439/3393 5204/5323/8435 +s 735 +f 5197/5322/8436 5204/5323/8437 5198/5324/8438 +f 5198/5324/8438 5204/5323/8437 1273/1426/8439 +f 5198/5324/8438 1273/1426/8439 5196/5325/8440 +s 14 +f 5196/5325/8441 1273/1426/3372 5205/5326/8442 +s 736 +f 5196/5325/8443 5205/5326/8444 5195/5327/8445 +f 5195/5327/8445 5205/5326/8444 1274/1427/8446 +f 5195/5327/8445 1274/1427/8446 5194/5328/8447 +s 14 +f 5194/5328/8448 1274/1427/3375 5206/5329/8449 +s 737 +f 5194/5328/8450 5206/5329/8451 5192/5330/8452 +f 5192/5330/8452 5206/5329/8451 5193/5331/8453 +f 5193/5331/8453 5206/5329/8451 1260/1411/8454 +f 5193/5331/8453 1260/1411/8454 5191/5332/8455 +s 14 +f 5191/5332/8456 1260/1411/3349 5207/5333/8457 +s 738 +f 5191/5332/8458 5207/5333/8459 5190/5334/8460 +f 5190/5334/8460 5207/5333/8459 1259/1410/8461 +f 5190/5334/8460 1259/1410/8461 5187/5335/8462 +f 5187/5335/8462 1259/1410/8461 1255/1406/8463 +f 5187/5335/8462 1255/1406/8463 5189/5336/8464 +s 14 +f 5189/5336/8465 1255/1406/3339 5208/5337/8466 +f 5189/5336/8467 5208/5337/8468 5188/5338/8469 +f 5188/5338/8469 5208/5337/8468 5209/5339/8470 +f 5188/5338/8469 5209/5339/8470 5186/5340/8471 +f 5186/5340/8471 5209/5339/8470 5185/5341/8472 +f 5185/5341/8472 5209/5339/8470 5219/5342/8473 +f 5185/5341/8472 5219/5342/8473 5183/5317/8426 +f 5183/5317/8426 5219/5342/8473 5202/5316/8425 +f 5181/5314/8423 5210/5343/8474 5182/5344/8475 +f 5182/5344/8475 5210/5343/8474 1280/1433/8476 +f 5182/5344/8475 1280/1433/8476 5180/5345/8477 +f 5180/5345/8478 1280/1433/3385 5211/5346/8479 +s 742 +f 5180/5345/8480 5211/5346/8481 5178/5347/8482 +f 5178/5347/8482 5211/5346/8481 5179/5348/8483 +f 5179/5348/8483 5211/5346/8481 1338/1486/8484 +f 5179/5348/8483 1338/1486/8484 5177/5349/8485 +s 14 +f 5177/5349/8486 1338/1486/3454 5212/5350/8487 +s 743 +f 5177/5349/8488 5212/5350/8489 5176/5351/8490 +f 5176/5351/8490 5212/5350/8489 1337/1485/8491 +f 5176/5351/8490 1337/1485/8491 5174/5352/8492 +f 5174/5352/8492 1337/1485/8491 1336/1484/8493 +f 5174/5352/8492 1336/1484/8493 5175/5353/8494 +s 14 +f 5175/5353/8495 1336/1484/3449 5213/5354/8496 +s 744 +f 5175/5353/8497 5213/5354/8498 5173/5355/8499 +f 5173/5355/8499 5213/5354/8498 1339/1483/8500 +f 5173/5355/8499 1339/1483/8500 5171/5356/8501 +s 14 +f 5171/5356/8502 1339/1483/3447 5214/5357/8503 +s 745 +f 5171/5356/8504 5214/5357/8505 5172/5358/8506 +f 5172/5358/8506 5214/5357/8505 1318/1464/8507 +f 5172/5358/8506 1318/1464/8507 5169/5359/8508 +s 14 +f 5169/5359/8509 1318/1464/3425 5215/5360/8510 +s 746 +f 5169/5359/8511 5215/5360/8512 5170/5361/8513 +f 5170/5361/8513 5215/5360/8512 1325/1471/8514 +f 5170/5361/8513 1325/1471/8514 5168/5362/8515 +f 5168/5362/8515 1325/1471/8514 1326/1472/8516 +f 5168/5362/8515 1326/1472/8516 5167/5363/8517 +s 14 +f 5167/5363/8518 1326/1472/3434 5216/5364/8519 +s 747 +f 5167/5363/8520 5216/5364/8521 5166/5365/8522 +f 5166/5365/8522 5216/5364/8521 5165/5366/8523 +f 5165/5366/8523 5216/5364/8521 5217/1421/8524 +f 5165/5366/8523 5217/1421/8524 5201/5318/8525 +s 14 +f 5201/5318/8526 5217/1421/3363 5203/5319/8527 +f 5219/5342/8473 5218/5367/8528 5202/5316/8425 +f 5202/5316/8425 5218/5367/8528 5181/5314/8423 +f 5181/5314/8423 5218/5367/8528 5210/5343/8474 +f 5203/5319/8527 5217/1421/3363 1269/1422/3366 +f 5204/5323/8435 1286/1439/3393 1273/1426/3372 +f 5205/5326/8442 1273/1426/3372 1274/1427/3375 +f 5206/5329/8449 1274/1427/3375 1275/1428/3378 +f 5206/5329/8449 1275/1428/3378 1260/1411/3349 +f 5207/5333/8457 1260/1411/3349 1259/1410/3347 +f 5208/5337/8466 1255/1406/3339 5209/5339/8529 +f 5209/5339/8529 1255/1406/3339 1254/1405/3338 +f 5209/5339/8529 1254/1405/3338 5219/5342/8473 +f 5218/5367/8528 1258/1409/3346 5210/5343/8530 +f 5210/5343/8530 1258/1409/3346 1257/1408/3345 +f 5210/5343/8530 1257/1408/3345 1280/1433/3385 +f 5211/5346/8479 1280/1433/3385 1279/1432/3384 +f 5211/5346/8479 1279/1432/3384 1338/1486/3454 +f 5212/5350/8487 1338/1486/3454 1337/1485/3452 +f 5213/5354/8496 1336/1484/3449 1339/1483/3447 +f 5214/5357/8503 1339/1483/3447 1318/1464/3425 +f 5215/5360/8510 1318/1464/3425 1325/1471/3433 +f 5216/5364/8519 1326/1472/3434 1266/1420/3361 +f 5216/5364/8519 1266/1420/3361 5217/1421/3363 +f 5219/5342/8473 1265/1417/3357 5218/5367/8528 +f 5218/5367/8528 1265/1417/3357 1258/1409/3346 +f 1254/1405/3338 1265/1417/3357 5219/5342/8473 +s 748 +f 5220/5368/8531 1328/1474/8532 5221/5369/8533 +f 5221/5369/8533 1328/1474/8532 1327/1473/8534 +f 5221/5369/8533 1327/1473/8534 5318/2467/8535 +f 5318/2467/8535 1327/1473/8534 1320/1465/8536 +s 749 +f 1328/1474/8537 5220/5368/8538 1267/1418/8539 +f 1267/1418/8539 5220/5368/8538 5222/5370/8540 +f 1267/1418/8539 5222/5370/8540 1268/1419/8541 +f 1268/1419/8541 5222/5370/8540 5223/5371/8542 +f 1268/1419/8541 5223/5371/8542 1281/1434/8543 +f 1281/1434/8543 5223/5371/8542 5224/5372/8544 +f 1281/1434/8543 5224/5372/8544 1282/1435/8545 +f 1282/1435/8545 5224/5372/8544 5225/5373/8546 +f 1282/1435/8545 5225/5373/8546 1283/1436/8547 +f 1283/1436/8547 5225/5373/8546 5226/5374/8548 +f 1283/1436/8547 5226/5374/8548 1284/1437/8549 +f 1284/1437/8549 5226/5374/8548 5227/1403/8550 +f 1284/1437/8549 5227/1403/8550 1253/1404/8551 +s 750 +f 1250/1400/8552 1249/1399/8553 5228/5375/8554 +f 1250/1400/8552 5228/5375/8554 1304/1456/8555 +f 1304/1456/8555 5228/5375/8554 5229/5376/8556 +f 1304/1456/8555 5229/5376/8556 1303/1454/8557 +f 1303/1454/8557 5229/5376/8556 5230/5377/8558 +f 1303/1454/8557 5230/5377/8558 1302/1455/8559 +f 1302/1455/8559 5230/5377/8558 5231/5378/8560 +f 1302/1455/8559 5231/5378/8560 5232/5379/8561 +f 1302/1455/8559 5232/5379/8561 1296/1457/8562 +f 1296/1457/8562 5232/5379/8561 5233/5380/8563 +f 1296/1457/8562 5233/5380/8563 1305/1440/8564 +f 1305/1440/8564 5233/5380/8563 5234/5381/8565 +f 1305/1440/8564 5234/5381/8565 1287/1398/8566 +f 1287/1398/8566 5234/5381/8565 5235/1397/8567 +s 751 +f 1246/1394/8568 1245/1393/8569 1270/1423/8570 +f 1270/1423/8570 1245/1393/8569 5236/5382/8571 +f 1270/1423/8570 5236/5382/8571 1285/1438/8572 +f 1285/1438/8572 5236/5382/8571 5237/5383/8573 +f 1285/1438/8572 5237/5383/8573 1272/1425/8574 +f 1272/1425/8574 5237/5383/8573 5238/5384/8575 +f 1272/1425/8574 5238/5384/8575 1271/1424/8576 +f 1271/1424/8576 5238/5384/8575 1297/1448/8577 +f 1297/1448/8577 5238/5384/8575 5239/5385/8578 +f 1297/1448/8577 5239/5385/8578 1306/1458/8579 +f 1306/1458/8579 5239/5385/8578 5240/5386/8580 +f 1306/1458/8579 5240/5386/8580 1307/1459/8581 +f 1307/1459/8581 5240/5386/8580 5241/1391/8582 +f 1307/1459/8581 5241/1391/8582 1244/1392/8583 +s 752 +f 1241/1388/8584 1240/1387/8585 1299/1451/8586 +f 1299/1451/8586 1240/1387/8585 5242/5387/8587 +f 1299/1451/8586 5242/5387/8587 1298/1449/8588 +f 1298/1449/8588 5242/5387/8587 5243/5388/8589 +f 1298/1449/8588 5243/5388/8589 1308/1460/8590 +f 1308/1460/8590 5243/5388/8589 5244/5389/8591 +f 1308/1460/8590 5244/5389/8591 1309/1450/8592 +f 1309/1450/8592 5244/5389/8591 5245/5390/8593 +f 1309/1450/8592 5245/5390/8593 5246/5391/8594 +f 1309/1450/8592 5246/5391/8594 1288/1441/8595 +f 1288/1441/8595 5246/5391/8594 5247/5392/8596 +f 1288/1441/8595 5247/5392/8596 1289/1442/8597 +f 1289/1442/8597 5247/5392/8596 1300/1386/8598 +f 1300/1386/8598 5247/5392/8596 5248/1385/8599 +s 753 +f 1237/1382/8600 1236/1381/8601 5249/5393/8602 +f 1237/1382/8600 5249/5393/8602 1290/1443/8603 +f 1290/1443/8603 5249/5393/8602 1291/1444/8604 +f 1291/1444/8604 5249/5393/8602 5250/5394/8605 +f 1291/1444/8604 5250/5394/8605 1292/1445/8606 +f 1292/1445/8606 5250/5394/8605 5251/5395/8607 +f 1292/1445/8606 5251/5395/8607 5252/5396/8608 +f 1292/1445/8606 5252/5396/8608 1310/1461/8609 +f 1310/1461/8609 5252/5396/8608 5253/5397/8610 +f 1310/1461/8609 5253/5397/8610 1321/1466/8611 +f 1321/1466/8611 5253/5397/8610 5254/5398/8612 +f 1321/1466/8611 5254/5398/8612 1322/1467/8613 +f 1322/1467/8613 5254/5398/8612 5255/1379/8614 +f 1322/1467/8613 5255/1379/8614 1235/1380/8615 +s 754 +f 1232/1376/8616 5321/1375/8617 5256/5399/8618 +f 1232/1376/8616 5256/5399/8618 1276/1412/8619 +f 1276/1412/8619 5256/5399/8618 5257/5400/8620 +f 1276/1412/8619 5257/5400/8620 1261/1413/8621 +f 1261/1413/8621 5257/5400/8620 5258/5401/8622 +f 1261/1413/8621 5258/5401/8622 1293/1414/8623 +f 1293/1414/8623 5258/5401/8622 1294/1415/8624 +f 1294/1415/8624 5258/5401/8622 5259/5402/8625 +f 1294/1415/8624 5259/5402/8625 1262/1416/8626 +f 1262/1416/8626 5259/5402/8625 5260/5403/8627 +f 1262/1416/8626 5260/5403/8627 1263/1407/8628 +f 1263/1407/8628 5260/5403/8627 5261/5404/8629 +f 1263/1407/8628 5261/5404/8629 1256/1374/8630 +f 1256/1374/8630 5261/5404/8629 5262/1373/8631 +s 755 +f 1229/1370/8632 5320/1369/8633 5263/5405/8634 +f 1229/1370/8632 5263/5405/8634 1311/1462/8635 +f 1311/1462/8635 5263/5405/8634 5264/5406/8636 +f 1311/1462/8635 5264/5406/8636 1312/1463/8637 +f 1312/1463/8637 5264/5406/8636 5265/5407/8638 +f 1312/1463/8637 5265/5407/8638 1313/1446/8639 +f 1313/1446/8639 5265/5407/8638 5266/5408/8640 +f 1313/1446/8639 5266/5408/8640 1295/1430/8641 +f 1295/1430/8641 5266/5408/8640 5267/5409/8642 +f 1295/1430/8641 5267/5409/8642 1277/1429/8643 +f 1277/1429/8643 5267/5409/8642 5268/5410/8644 +f 1277/1429/8643 5268/5410/8644 1278/1431/8645 +f 1278/1431/8645 5268/5410/8644 1264/1368/8646 +f 1264/1368/8646 5268/5410/8644 5269/1367/8647 +s 756 +f 1226/1364/8648 1225/1363/8649 5270/5411/8650 +f 1226/1364/8648 5270/5411/8650 1324/1470/8651 +f 1324/1470/8651 5270/5411/8650 1340/1487/8652 +f 1340/1487/8652 5270/5411/8650 5271/5412/8653 +f 1340/1487/8652 5271/5412/8653 1352/1468/8654 +f 1352/1468/8654 5271/5412/8653 5272/5413/8655 +f 1352/1468/8654 5272/5413/8655 5273/5414/8656 +f 1352/1468/8654 5273/5414/8656 1333/1478/8657 +f 1333/1478/8657 5273/5414/8656 5274/5415/8658 +f 1333/1478/8657 5274/5415/8658 1332/1469/8659 +f 1332/1469/8659 5274/5415/8658 5275/5416/8660 +f 1332/1469/8659 5275/5416/8660 1323/1362/8661 +f 1323/1362/8661 5275/5416/8660 5276/1361/8662 +s 757 +f 1222/1358/8663 1221/1357/8664 5277/5417/8665 +f 1222/1358/8663 5277/5417/8665 1314/1479/8666 +f 1314/1479/8666 5277/5417/8665 1345/1490/8667 +f 1345/1490/8667 5277/5417/8665 5278/5418/8668 +f 1345/1490/8667 5278/5418/8668 1346/1491/8669 +f 1346/1491/8669 5278/5418/8668 5279/5419/8670 +f 1346/1491/8669 5279/5419/8670 1353/1494/8671 +f 1353/1494/8671 5279/5419/8670 5280/5420/8672 +f 1353/1494/8671 5280/5420/8672 1348/1492/8673 +f 1348/1492/8673 5280/5420/8672 5281/5421/8674 +f 1348/1492/8673 5281/5421/8674 1347/1493/8675 +f 1347/1493/8675 5281/5421/8674 5282/5422/8676 +f 1347/1493/8675 5282/5422/8676 1315/1356/8677 +f 1315/1356/8677 5282/5422/8676 5283/1355/8678 +s 758 +f 1218/1352/8679 1217/1351/8680 1334/1481/8681 +f 1334/1481/8681 1217/1351/8680 5284/5423/8682 +f 1334/1481/8681 5284/5423/8682 1335/1482/8683 +f 1335/1482/8683 5284/5423/8682 5285/5424/8684 +f 1335/1482/8683 5285/5424/8684 5286/5425/8685 +f 1335/1482/8683 5286/5425/8685 1341/1488/8686 +f 1341/1488/8686 5286/5425/8685 5287/5426/8687 +f 1341/1488/8686 5287/5426/8687 1354/1502/8688 +f 1354/1502/8688 5287/5426/8687 5288/5427/8689 +f 1354/1502/8688 5288/5427/8689 1355/1503/8690 +f 1355/1503/8690 5288/5427/8689 5289/5428/8691 +f 1355/1503/8690 5289/5428/8691 1360/1489/8692 +f 1360/1489/8692 5289/5428/8691 5290/5429/8693 +f 1360/1489/8692 5290/5429/8693 1342/1480/8694 +f 1342/1480/8694 5290/5429/8693 5291/1349/8695 +f 1342/1480/8694 5291/1349/8695 1216/1350/8696 +s 759 +f 1213/1346/8697 1212/1345/8698 5292/5430/8699 +f 1213/1346/8697 5292/5430/8699 1349/1495/8700 +f 1349/1495/8700 5292/5430/8699 5293/5431/8701 +f 1349/1495/8700 5293/5431/8701 1350/1496/8702 +f 1350/1496/8702 5293/5431/8701 5294/5432/8703 +f 1350/1496/8702 5294/5432/8703 1351/1498/8704 +f 1351/1498/8704 5294/5432/8703 5295/5433/8705 +f 1351/1498/8704 5295/5433/8705 1361/1508/8706 +f 1361/1508/8706 5295/5433/8705 5296/5434/8707 +f 1361/1508/8706 5296/5434/8707 1362/1497/8708 +f 1362/1497/8708 5296/5434/8707 5297/5435/8709 +f 1362/1497/8708 5297/5435/8709 1316/1344/8710 +f 1316/1344/8710 5297/5435/8709 5298/1343/8711 +s 760 +f 1209/1340/8712 1208/1339/8713 5299/5436/8714 +f 1209/1340/8712 5299/5436/8714 1363/1509/8715 +f 1363/1509/8715 5299/5436/8714 5300/5437/8716 +f 1363/1509/8715 5300/5437/8716 1356/1504/8717 +f 1356/1504/8717 5300/5437/8716 5301/5438/8718 +f 1356/1504/8717 5301/5438/8718 1357/1505/8719 +f 1357/1505/8719 5301/5438/8718 5302/5439/8720 +f 1357/1505/8719 5302/5439/8720 1343/1506/8721 +f 1343/1506/8721 5302/5439/8720 5303/5440/8722 +f 1343/1506/8721 5303/5440/8722 1358/1507/8723 +f 1358/1507/8723 5303/5440/8722 5304/5441/8724 +f 1358/1507/8723 5304/5441/8724 1364/1510/8725 +f 1364/1510/8725 5304/5441/8724 5305/1337/8726 +f 1364/1510/8725 5305/1337/8726 1207/1338/8727 +s 761 +f 1204/1334/8728 2174/1333/8729 1359/1501/8730 +f 1359/1501/8730 2174/1333/8729 5306/5442/8731 +f 1359/1501/8730 5306/5442/8731 1344/1499/8732 +f 1344/1499/8732 5306/5442/8731 5307/5443/8733 +f 1344/1499/8732 5307/5443/8733 1365/1511/8734 +f 1365/1511/8734 5307/5443/8733 5308/5444/8735 +f 1365/1511/8734 5308/5444/8735 5309/5445/8736 +f 1365/1511/8734 5309/5445/8736 1366/1512/8737 +f 1366/1512/8737 5309/5445/8736 5310/5446/8738 +f 1366/1512/8737 5310/5446/8738 1367/1500/8739 +f 1367/1500/8739 5310/5446/8738 5311/5447/8740 +f 1367/1500/8739 5311/5447/8740 1317/1447/8741 +f 1317/1447/8741 5311/5447/8740 5312/1331/8742 +f 1317/1447/8741 5312/1331/8742 1203/1332/8743 +s 762 +f 1200/1328/8744 2177/1327/8745 5313/5448/8746 +f 1200/1328/8744 5313/5448/8746 1330/1475/8747 +f 1330/1475/8747 5313/5448/8746 5314/5449/8748 +f 1330/1475/8747 5314/5449/8748 1331/1477/8749 +f 1331/1477/8749 5314/5449/8748 5315/5450/8750 +f 1331/1477/8749 5315/5450/8750 1329/1476/8751 +f 1329/1476/8751 5315/5450/8750 5316/5451/8752 +f 1329/1476/8751 5316/5451/8752 1319/1452/8753 +f 1319/1452/8753 5316/5451/8752 5317/5452/8754 +f 1319/1452/8753 5317/5452/8754 1301/1453/8755 +f 1301/1453/8755 5317/5452/8754 1320/1465/8756 +f 1320/1465/8756 5317/5452/8754 5318/2467/8757 +s 763 +f 2199/2494/8758 1221/1357/8759 1223/1359/8760 +f 2199/2494/8758 1223/1359/8760 5276/1361/8761 +s 764 +f 5283/1355/8762 5282/5422/8763 2187/2480/8764 +f 5282/5422/8763 5281/5421/8765 2187/2480/8764 +f 5281/5421/8765 5280/5420/8766 2187/2480/8764 +f 2187/2480/8764 5280/5420/8766 2194/2491/8767 +f 2194/2491/8767 5280/5420/8766 5279/5419/8768 +f 2194/2491/8767 5279/5419/8768 5278/5418/8769 +f 2194/2491/8767 5278/5418/8769 2189/2483/8770 +f 2189/2483/8770 5278/5418/8769 5277/5417/8771 +f 2189/2483/8770 5277/5417/8771 2199/2494/8772 +f 2199/2494/8772 5277/5417/8771 1221/1357/8773 +s 756 +f 5276/1361/8774 5275/5416/8775 2200/2481/8776 +f 5275/5416/8775 5274/5415/8658 2200/2481/8776 +f 2200/2481/8776 5274/5415/8658 2188/2482/8777 +f 5274/5415/8658 5273/5414/8656 2188/2482/8777 +s 766 +f 2188/2482/8778 5273/5414/8779 5272/5413/8780 +f 2188/2482/8778 5272/5413/8780 5271/5412/8781 +f 2188/2482/8778 5271/5412/8781 2198/2485/8782 +f 2198/2485/8782 5271/5412/8781 5270/5411/8783 +f 2198/2485/8782 5270/5411/8783 5319/2486/8784 +f 5319/2486/8784 5270/5411/8783 1225/1363/8785 +s 767 +f 2185/2479/8786 1217/1351/8787 1219/1353/8788 +f 2185/2479/8786 1219/1353/8788 5283/1355/8789 +s 768 +f 5319/2486/8790 1225/1363/8791 1227/1365/8792 +f 5319/2486/8790 1227/1365/8792 5269/1367/8793 +s 769 +f 5291/1349/8794 5290/5429/8795 2196/2475/8796 +f 5290/5429/8795 5289/5428/8797 2196/2475/8796 +f 2196/2475/8796 5289/5428/8797 2184/2476/8798 +f 5289/5428/8797 5288/5427/8799 2184/2476/8798 +f 2184/2476/8798 5288/5427/8799 5287/5426/8800 +f 2184/2476/8798 5287/5426/8800 5286/5425/8801 +f 2184/2476/8798 5286/5425/8801 2193/2490/8802 +f 2193/2490/8802 5286/5425/8801 5285/5424/8803 +f 2193/2490/8802 5285/5424/8803 5284/5423/8804 +f 2193/2490/8802 5284/5423/8804 2185/2479/8805 +f 2185/2479/8805 5284/5423/8804 1217/1351/8806 +s off +f 5269/1367/8807 5268/5410/8808 2192/2472/8809 +s 770 +f 5268/5410/8810 5267/5409/8811 2192/2472/8812 +f 2192/2472/8812 5267/5409/8811 2179/2473/8813 +f 2179/2473/8813 5267/5409/8811 5266/5408/8814 +f 2179/2473/8813 5266/5408/8814 5265/5407/8815 +f 2179/2473/8813 5265/5407/8815 5264/5406/8816 +f 2179/2473/8813 5264/5406/8816 2180/2474/8817 +f 2180/2474/8817 5264/5406/8816 5263/5405/8818 +f 2180/2474/8817 5263/5405/8818 5320/1369/8819 +s 229 +f 2182/2487/8820 1212/1345/8821 1214/1347/8822 +f 2182/2487/8820 1214/1347/8822 2183/2488/4566 +f 2183/2488/4566 1214/1347/8822 5291/1349/4567 +s 772 +f 2190/2492/8823 5320/1369/8824 1230/1371/8825 +f 2190/2492/8823 1230/1371/8825 5262/1373/8826 +s 773 +f 2202/2495/8827 5298/1343/8828 5297/5435/8829 +f 2202/2495/8827 5297/5435/8829 2203/2496/8830 +f 5297/5435/8829 5296/5434/8831 2203/2496/8830 +f 5296/5434/8831 5295/5433/8832 2203/2496/8830 +f 2203/2496/8830 5295/5433/8832 5294/5432/8833 +f 2203/2496/8830 5294/5432/8833 2097/2389/8834 +f 2097/2389/8834 5294/5432/8833 5293/5431/8835 +f 2097/2389/8834 5293/5431/8835 5292/5430/8836 +f 2097/2389/8834 5292/5430/8836 2201/2489/8837 +f 2201/2489/8837 5292/5430/8836 2182/2487/8838 +f 2182/2487/8838 5292/5430/8836 1212/1345/8839 +s 774 +f 2190/2492/8840 5262/1373/8841 5261/5404/8842 +f 2190/2492/8840 5261/5404/8842 2181/2477/8843 +f 5261/5404/8842 5260/5403/8844 2181/2477/8843 +f 5260/5403/8844 5259/5402/8845 2181/2477/8843 +f 2181/2477/8843 5259/5402/8845 2186/2478/8846 +f 2186/2478/8846 5259/5402/8845 5258/5401/8847 +f 2186/2478/8846 5258/5401/8847 5257/5400/8848 +f 2186/2478/8846 5257/5400/8848 2191/2484/8849 +f 2191/2484/8849 5257/5400/8848 5256/5399/8850 +s off +f 2191/2484/8851 5256/5399/8852 5321/1375/8853 +s 775 +f 2206/2499/8854 1208/1339/8855 1210/1341/8856 +f 1210/1341/8856 5298/1343/8857 2202/2495/8858 +f 2206/2499/8854 1210/1341/8856 2202/2495/8858 +s 776 +f 2197/2493/8859 5321/1375/8860 1233/1377/8861 +f 2197/2493/8859 1233/1377/8861 5255/1379/8862 +s 777 +f 2167/2463/8863 5305/1337/8864 5304/5441/8865 +f 2167/2463/8863 5304/5441/8865 2166/2461/8866 +f 5304/5441/8865 5303/5440/8867 2166/2461/8866 +f 5303/5440/8867 5302/5439/8868 2166/2461/8866 +f 2166/2461/8866 5302/5439/8868 2204/2497/8869 +f 2204/2497/8869 5302/5439/8868 5301/5438/8870 +f 2204/2497/8869 5301/5438/8870 5300/5437/8871 +f 2204/2497/8869 5300/5437/8871 2205/2498/8872 +f 2205/2498/8872 5300/5437/8871 5299/5436/8873 +f 2205/2498/8872 5299/5436/8873 2206/2499/8874 +f 2206/2499/8874 5299/5436/8873 1208/1339/8875 +s 753 +f 2197/2493/8876 5255/1379/8877 5254/5398/8878 +f 2197/2493/8876 5254/5398/8878 2195/2469/8879 +f 5254/5398/8878 5253/5397/8880 2195/2469/8879 +f 5251/5395/8607 2178/2470/8881 5252/5396/8608 +f 5252/5396/8608 2178/2470/8881 2195/2469/8879 +f 5252/5396/8608 2195/2469/8879 5253/5397/8880 +s 779 +f 2178/2470/8882 5251/5395/8883 5250/5394/8884 +f 2178/2470/8882 5250/5394/8884 5249/5393/8885 +f 2178/2470/8882 5249/5393/8885 5322/2471/8886 +f 5322/2471/8886 5249/5393/8885 1236/1381/8887 +s 780 +f 1205/1335/8888 5305/1337/8889 2167/2463/8890 +f 2174/1333/8891 1205/1335/8888 2167/2463/8890 +s 781 +f 5322/2471/8892 1236/1381/8893 1238/1383/8894 +f 2153/2443/8895 5322/2471/8892 1238/1383/8894 +f 2153/2443/8895 1238/1383/8894 5248/1385/8896 +s 782 +f 2171/2468/8897 5312/1331/8898 5311/5447/8899 +f 2171/2468/8897 5311/5447/8899 2164/2453/8900 +f 5311/5447/8899 5310/5446/8901 2164/2453/8900 +f 2164/2453/8900 5310/5446/8901 2165/2454/8902 +f 5310/5446/8901 5309/5445/8903 2165/2454/8902 +f 2165/2454/8902 5309/5445/8903 5308/5444/8904 +f 2165/2454/8902 5308/5444/8904 5307/5443/8905 +s 761 +f 2165/2454/8906 5307/5443/8733 5306/5442/8731 +s off +f 2165/2454/8907 5306/5442/8908 2173/2462/8909 +f 2173/2462/8910 5306/5442/8911 2174/1333/8912 +s 783 +f 2153/2443/8913 5248/1385/8914 5247/5392/8915 +f 2153/2443/8913 5247/5392/8915 2154/2444/8916 +f 5247/5392/8915 5246/5391/8917 2154/2444/8916 +f 2154/2444/8916 5246/5391/8917 2158/2448/8918 +f 5246/5391/8917 5245/5390/8919 2158/2448/8918 +f 2158/2448/8918 5245/5390/8919 5244/5389/8920 +f 2158/2448/8918 5244/5389/8920 2160/2449/8921 +f 2160/2449/8921 5244/5389/8920 5243/5388/8922 +f 2160/2449/8921 5243/5388/8922 5242/5387/8923 +f 2160/2449/8921 5242/5387/8923 5323/2464/8924 +f 5323/2464/8924 5242/5387/8923 1240/1387/8925 +s 784 +f 1201/1329/8926 5312/1331/8927 2171/2468/8928 +f 2177/1327/8929 1201/1329/8926 2171/2468/8928 +s 785 +f 5323/2464/8930 1240/1387/8931 1242/1389/8932 +f 2159/2455/8933 5323/2464/8930 1242/1389/8932 +f 2159/2455/8933 1242/1389/8932 5241/1391/8934 +s off +f 5318/2467/8935 5317/5452/8936 2175/2459/8937 +s 786 +f 5317/5452/8938 5316/5451/8939 2175/2459/8940 +f 2175/2459/8940 5316/5451/8939 2170/2457/8941 +f 2170/2457/8941 5316/5451/8939 5315/5450/8942 +f 2170/2457/8941 5315/5450/8942 5314/5449/8943 +f 2170/2457/8941 5314/5449/8943 2169/2458/8944 +f 2169/2458/8944 5314/5449/8943 5313/5448/8945 +f 2169/2458/8944 5313/5448/8945 2177/1327/8946 +s 787 +f 2159/2455/8947 5241/1391/8948 5240/5386/8949 +f 2159/2455/8947 5240/5386/8949 2168/2456/8950 +f 5240/5386/8949 5239/5385/8951 2168/2456/8950 +f 2168/2456/8950 5239/5385/8951 2155/2441/8952 +f 2155/2441/8952 5239/5385/8951 5238/5384/8953 +f 2155/2441/8952 5238/5384/8953 5237/5383/8954 +f 2155/2441/8952 5237/5383/8954 2152/2442/8955 +f 2152/2442/8955 5237/5383/8954 5236/5382/8956 +f 2152/2442/8955 5236/5382/8956 5324/2445/8957 +f 5324/2445/8957 5236/5382/8956 1245/1393/8958 +s 788 +f 2161/2466/8959 5220/5368/8960 5221/5369/8961 +f 2161/2466/8959 5221/5369/8961 5318/2467/8962 +s 789 +f 5324/2445/8963 1245/1393/8964 1247/1395/8965 +f 5324/2445/8963 1247/1395/8965 5235/1397/8966 +s 790 +f 5227/1403/8967 5226/5374/8968 2172/2452/8969 +f 2172/2452/8969 5226/5374/8968 2162/2450/8970 +f 5226/5374/8968 5225/5373/8971 2162/2450/8970 +f 2162/2450/8970 5225/5373/8971 5224/5372/8972 +f 2162/2450/8970 5224/5372/8972 2176/2465/8973 +f 2176/2465/8973 5224/5372/8972 5223/5371/8974 +f 2176/2465/8973 5223/5371/8974 5222/5370/8975 +f 2176/2465/8973 5222/5370/8975 2161/2466/8976 +f 2161/2466/8976 5222/5370/8975 5220/5368/8977 +s 791 +f 5235/1397/8978 5234/5381/8979 2156/2446/8980 +f 5234/5381/8979 5233/5380/8981 2156/2446/8980 +f 2156/2446/8980 5233/5380/8981 2157/2447/8982 +f 5233/5380/8981 5232/5379/8983 2157/2447/8982 +f 2157/2447/8982 5232/5379/8983 5231/5378/8984 +f 2157/2447/8982 5231/5378/8984 5230/5377/8985 +f 2157/2447/8982 5230/5377/8985 5229/5376/8986 +f 2157/2447/8982 5229/5376/8986 2163/2451/8987 +f 2163/2451/8987 5229/5376/8986 5228/5375/8988 +f 2163/2451/8987 5228/5375/8988 5325/2460/8989 +f 5325/2460/8989 5228/5375/8988 1249/1399/8990 +s 792 +f 5325/2460/8991 1249/1399/8992 1251/1401/8993 +f 5325/2460/8991 1251/1401/8993 5227/1403/8994 +s 793 +f 2602/2909/8995 2595/2901/8996 5184/5315/8997 +f 2596/2903/8998 5183/5317/8999 2595/2901/8996 +f 2595/2901/8996 5183/5317/8999 5184/5315/8997 +f 2598/2905/9000 5185/5341/9001 2596/2903/8998 +f 2596/2903/8998 5185/5341/9001 5183/5317/8999 +f 2599/2906/9002 5186/5340/9003 2598/2905/9000 +f 2598/2905/9000 5186/5340/9003 5185/5341/9001 +f 2621/2928/9004 5188/5338/9005 2599/2906/9002 +f 2599/2906/9002 5188/5338/9005 5186/5340/9003 +f 2622/2929/9006 5189/5336/9007 2621/2928/9004 +f 2621/2928/9004 5189/5336/9007 5188/5338/9005 +f 2624/2931/9008 5187/5335/9009 2622/2929/9006 +f 2622/2929/9006 5187/5335/9009 5189/5336/9007 +f 2625/2932/9010 5190/5334/9011 2624/2931/9008 +f 2624/2931/9008 5190/5334/9011 5187/5335/9009 +f 2627/2933/9012 5191/5332/9013 2625/2932/9010 +f 2625/2932/9010 5191/5332/9013 5190/5334/9011 +f 2617/2923/9014 5193/5331/9015 2627/2933/9012 +f 2627/2933/9012 5193/5331/9015 5191/5332/9013 +f 2618/2925/9016 5192/5330/9017 2617/2923/9014 +f 2617/2923/9014 5192/5330/9017 5193/5331/9015 +f 2620/2927/9018 5194/5328/9019 2618/2925/9016 +f 2618/2925/9016 5194/5328/9019 5192/5330/9017 +f 2607/2914/9020 5195/5327/9021 2620/2927/9018 +f 2620/2927/9018 5195/5327/9021 5194/5328/9019 +f 2609/2916/9022 5196/5325/9023 2607/2914/9020 +f 2607/2914/9020 5196/5325/9023 5195/5327/9021 +f 2610/2917/9024 5198/5324/9025 2609/2916/9022 +f 2609/2916/9022 5198/5324/9025 5196/5325/9023 +f 2611/2918/9026 5197/5322/9027 2610/2917/9024 +f 2610/2917/9024 5197/5322/9027 5198/5324/9025 +f 2613/2920/9028 5199/5321/9029 2611/2918/9026 +f 2611/2918/9026 5199/5321/9029 5197/5322/9027 +f 2614/2921/9030 5200/5320/9031 2613/2920/9028 +f 2613/2920/9028 5200/5320/9031 5199/5321/9029 +f 2615/2922/9032 5201/5318/9033 2614/2921/9030 +f 2614/2921/9030 5201/5318/9033 5200/5320/9031 +f 2604/2910/9034 5165/5366/9035 2615/2922/9032 +f 2615/2922/9032 5165/5366/9035 5201/5318/9033 +f 2605/2912/9036 5166/5365/9037 2604/2910/9034 +f 2604/2910/9034 5166/5365/9037 5165/5366/9035 +f 2606/2913/9038 5167/5363/9039 2605/2912/9036 +f 2605/2912/9036 5167/5363/9039 5166/5365/9037 +f 2586/2893/9040 5168/5362/9041 2606/2913/9038 +f 2606/2913/9038 5168/5362/9041 5167/5363/9039 +f 2588/2895/9042 5170/5361/9043 2586/2893/9040 +f 2586/2893/9040 5170/5361/9043 5168/5362/9041 +f 2589/2896/9044 5169/5359/9045 2588/2895/9042 +f 2588/2895/9042 5169/5359/9045 5170/5361/9043 +f 2581/2888/9046 5172/5358/9047 2589/2896/9044 +f 2589/2896/9044 5172/5358/9047 5169/5359/9045 +f 2582/2890/9048 5171/5356/9049 2581/2888/9046 +f 2581/2888/9046 5171/5356/9049 5172/5358/9047 +f 2584/2892/9050 5173/5355/9051 2582/2890/9048 +f 2582/2890/9048 5173/5355/9051 5171/5356/9049 +f 2577/2883/9052 5175/5353/9053 2584/2892/9050 +f 2584/2892/9050 5175/5353/9053 5173/5355/9051 +f 2578/2885/9054 5174/5352/9055 2577/2883/9052 +f 2577/2883/9052 5174/5352/9055 5175/5353/9053 +f 2579/2886/9056 5176/5351/9057 2578/2885/9054 +f 2578/2885/9054 5176/5351/9057 5174/5352/9055 +f 2580/2887/9058 5177/5349/9059 2579/2886/9056 +f 2579/2886/9056 5177/5349/9059 5176/5351/9057 +f 2592/2898/9060 5179/5348/9061 2580/2887/9058 +f 2580/2887/9058 5179/5348/9061 5177/5349/9059 +f 2593/2899/9062 5178/5347/9063 2592/2898/9060 +f 2592/2898/9060 5178/5347/9063 5179/5348/9061 +f 2594/2900/9064 5180/5345/9065 2593/2899/9062 +f 2593/2899/9062 5180/5345/9065 5178/5347/9063 +f 2601/2908/9066 5182/5344/9067 2594/2900/9064 +f 2594/2900/9064 5182/5344/9067 5180/5345/9065 +f 2602/2909/8995 5184/5315/8997 5181/5314/9068 +f 2602/2909/8995 5181/5314/9068 2601/2908/9066 +f 2601/2908/9066 5181/5314/9068 5182/5344/9067 +v 118.872963 76.432442 94.000000 +v 119.456818 75.579460 86.739998 +v 119.456818 75.579460 94.000000 +v 120.158493 74.820435 94.000000 +v 121.027634 74.127319 94.000000 +v 121.923767 73.612137 86.739998 +v 121.923767 73.612129 94.000000 +v 122.885284 73.232719 94.000000 +v 123.969078 72.985352 86.739998 +v 123.969086 72.985352 94.000000 +v 125.000000 72.909996 86.739998 +v 125.000000 72.909996 94.000000 +v 127.114716 73.232719 86.739998 +v 127.114716 73.232719 94.000000 +v 128.076233 73.612137 86.739998 +v 128.076233 73.612129 94.000000 +v 128.972366 74.127319 94.000000 +v 129.841507 74.820435 86.739998 +v 129.841507 74.820435 94.000000 +v 130.543198 75.579460 86.739998 +v 130.543182 75.579460 94.000000 +v 131.609375 77.434021 86.739998 +v 131.609375 77.434021 94.000000 +v 131.912247 78.422325 86.739998 +v 131.912231 78.422325 94.000000 +v 132.068176 80.555832 86.739998 +v 132.068176 80.555840 94.000000 +v 131.912247 81.577675 86.739998 +v 131.912231 81.577675 94.000000 +v 131.127045 83.567558 94.000000 +v 130.543198 84.420540 86.739998 +v 130.543182 84.420540 94.000000 +v 128.972366 85.872681 94.000000 +v 128.076233 86.387871 86.739998 +v 128.076233 86.387871 94.000000 +v 127.114716 86.767281 94.000000 +v 126.030914 87.014648 86.739998 +v 126.030914 87.014648 94.000000 +v 125.000000 87.089996 86.739998 +v 125.000000 87.089996 94.000000 +v 122.885284 86.767281 86.739998 +v 122.885284 86.767281 94.000000 +v 121.923767 86.387871 86.739998 +v 121.923767 86.387871 94.000000 +v 121.027626 85.872681 94.000000 +v 120.158493 85.179565 86.739998 +v 120.158493 85.179565 94.000000 +v 119.456818 84.420540 86.739998 +v 119.456818 84.420540 94.000000 +v 118.390625 82.565979 86.739998 +v 118.390625 82.565979 94.000000 +v 118.087761 81.577675 86.739998 +v 118.087761 81.577675 94.000000 +v 117.931824 80.555832 94.000000 +v 130.412689 82.446693 94.000000 +v 129.223785 84.048164 94.006721 +v 129.841507 85.179565 94.000000 +v 130.412689 77.553307 94.000000 +v 130.918594 79.496254 94.000000 +v 128.478882 84.703758 94.006721 +v 126.713150 85.594025 94.006721 +v 129.501404 86.015808 94.000000 +v 129.899246 85.638878 94.000000 +v 129.923981 85.450531 94.000000 +v 131.609375 82.565979 94.000000 +v 130.748337 81.496750 94.000000 +v 119.059998 80.000000 94.000000 +v 117.749916 79.498940 94.000000 +v 117.596794 79.611382 94.000000 +v 119.892464 82.853241 94.006721 +v 120.087906 85.355934 94.000000 +v 120.250420 85.879341 94.000000 +v 120.136673 85.727180 94.000000 +v 121.932556 84.981842 94.006721 +v 123.767426 85.719154 94.006721 +v 125.754478 85.891899 94.000000 +v 129.311981 86.030365 94.000000 +v 131.860687 82.954750 94.000000 +v 131.801254 82.774323 94.000000 +v 128.532120 75.224258 94.000000 +v 129.847168 76.723885 94.006721 +v 117.458199 79.858383 94.000000 +v 117.458199 80.141617 94.000000 +v 117.596794 80.388618 94.000000 +v 117.749916 80.501060 94.000000 +v 120.080338 85.545753 94.000000 +v 120.448128 83.675385 94.006721 +v 118.872963 83.567558 94.000000 +v 123.645973 87.346161 94.000000 +v 123.808662 87.248077 94.000000 +v 126.191338 87.248077 94.000000 +v 126.354027 87.346161 94.000000 +v 126.540146 87.384224 94.000000 +v 129.675049 85.938774 94.000000 +v 129.812958 85.808121 94.000000 +v 131.856369 83.144676 94.000000 +v 118.334221 83.466980 94.000000 +v 120.408485 85.984711 94.000000 +v 122.973755 87.131111 94.000000 +v 122.898209 86.956810 94.000000 +v 123.969086 87.014648 94.000000 +v 118.198746 77.225685 94.000000 +v 118.143631 83.144676 94.000000 +v 118.139320 82.954750 94.000000 +v 118.198746 82.774323 94.000000 +v 118.590446 83.587677 94.000000 +v 120.688019 86.030365 94.000000 +v 120.871391 85.980743 94.000000 +v 123.103226 87.270134 94.000000 +v 123.459854 87.384224 94.000000 +v 126.896774 87.270134 94.000000 +v 131.409561 83.587677 94.000000 +v 131.665787 83.466980 94.000000 +v 131.788818 83.322227 94.000000 +v 131.801254 77.225685 94.000000 +v 131.127045 76.432442 94.000000 +v 126.030914 72.985352 94.000000 +v 120.087906 74.644066 94.000000 +v 121.134743 75.608215 94.006721 +v 118.139320 77.045250 94.000000 +v 118.390625 77.434021 94.000000 +v 127.026245 87.131111 94.000000 +v 127.101791 86.956810 94.000000 +v 132.068176 79.444168 94.000000 +v 132.331451 80.451378 94.000000 +v 119.892464 77.146759 94.006721 +v 119.483727 78.050980 94.006721 +v 118.087761 78.422325 94.000000 +v 117.931824 79.444168 94.000000 +v 118.169823 76.763664 94.000000 +v 118.498558 76.437729 94.000000 +v 118.266518 76.600143 94.000000 +v 132.331451 79.548622 94.000000 +v 132.509933 79.768539 94.000000 +v 129.912094 74.644066 94.000000 +v 129.919662 74.454239 94.000000 +v 124.751701 74.154808 94.006721 +v 125.743111 74.196922 94.006721 +v 127.633904 74.775970 94.006721 +v 122.818619 74.571419 94.006721 +v 132.463272 80.314606 94.000000 +v 129.812958 74.191879 94.000000 +v 129.128601 74.019257 94.000000 +v 123.103226 72.729866 94.000000 +v 120.688019 73.969643 94.000000 +v 131.860687 77.045250 94.000000 +v 131.856369 76.855331 94.000000 +v 131.409561 76.412323 94.000000 +v 131.587677 76.478363 94.000000 +v 127.026245 72.868889 94.000000 +v 126.896774 72.729866 94.000000 +v 126.635338 72.620918 94.000000 +v 132.557968 80.047668 94.000000 +v 131.733475 76.600143 94.000000 +v 129.675049 74.061226 94.000000 +v 129.501404 73.984192 94.000000 +v 123.554543 72.626854 94.000000 +v 123.364662 72.620918 94.000000 +v 122.973755 72.868889 94.000000 +v 120.871391 74.019257 94.000000 +v 129.311981 73.969643 94.000000 +v 126.445457 72.626854 94.000000 +v 126.191338 72.751923 94.000000 +v 123.731506 72.695930 94.000000 +v 122.898209 73.043190 94.000000 +v 120.408485 74.015289 94.000000 +v 120.136673 74.272820 94.000000 +v 120.080338 74.454239 94.000000 +v 154.004593 87.599258 89.329727 +v 154.215851 86.751480 89.317108 +v 154.927124 82.089951 89.067673 +v 154.618500 84.691109 87.343567 +v 154.897095 82.482765 87.680992 +v 154.201050 86.877457 88.281067 +v 154.624802 84.691910 89.149216 +v 154.201050 86.877464 87.680992 +v 154.169449 86.965057 87.355309 +v 154.897095 82.482765 88.281067 +v 151.945541 93.156250 89.317108 +v 152.762665 91.368156 88.896599 +v 152.686462 91.552483 88.498337 +v 151.716995 93.612640 89.149216 +v 152.666611 91.599960 87.680992 +v 151.719238 93.614128 87.343567 +v 150.646591 95.564476 87.680992 +v 150.589478 95.638016 87.355309 +v 150.619858 95.608437 88.498337 +v 150.873367 95.156425 89.317108 +v 147.761475 99.542656 88.498337 +v 146.806763 100.602539 89.149216 +v 146.199097 101.198822 89.149216 +v 147.727921 99.581673 87.680992 +v 146.213211 101.213203 87.500000 +v 144.581665 102.727921 87.680992 +v 144.504623 102.780220 87.355309 +v 144.542664 102.761475 88.498337 +v 145.176636 102.182259 89.317108 +v 144.151718 103.088654 89.213837 +v 139.671021 106.167946 89.149223 +v 138.609955 106.711121 89.149216 +v 140.680389 105.575867 88.705231 +v 138.614136 106.719231 87.343567 +v 136.599960 107.666603 87.680992 +v 136.510529 107.692535 87.355309 +v 136.552490 107.686462 88.498337 +v 137.643967 107.189674 89.317108 +v 135.900543 107.931938 89.329727 +v 131.197388 109.338387 89.317108 +v 129.689835 109.612068 89.149216 +v 132.009567 109.169609 88.705231 +v 131.877457 109.201042 87.680992 +v 129.693024 109.630661 87.500000 +v 127.482765 109.897087 87.680992 +v 127.389694 109.894112 87.355309 +v 127.431480 109.901306 88.498337 +v 128.960815 109.723061 89.317108 +v 126.922897 109.936218 89.213837 +v 122.165443 109.865784 89.149216 +v 122.652588 109.908020 88.705231 +v 119.917252 109.551888 89.317108 +v 120.306969 109.630661 87.500000 +v 122.517235 109.897087 87.680992 +v 118.034943 109.169449 87.355309 +v 118.122543 109.201042 87.680992 +v 118.072464 109.189201 88.498337 +v 117.577988 109.065247 89.213837 +v 113.393982 107.648674 89.317108 +v 113.400040 107.666603 88.281067 +v 111.380280 106.730186 87.500000 +v 113.400040 107.666603 87.680992 +v 109.361984 105.589478 87.355309 +v 109.435532 105.646584 87.680992 +v 109.435532 105.646584 88.281067 +v 111.336189 106.691742 89.317108 +v 109.100090 105.439987 89.067673 +v 102.439896 99.753235 89.317108 +v 105.457352 102.761475 88.498337 +v 105.718475 102.983101 89.067673 +v 103.793625 101.206749 89.149216 +v 103.795502 101.204498 87.343567 +v 105.418335 102.727921 87.680992 +v 102.272079 99.581673 87.680992 +v 102.219780 99.504623 87.355309 +v 102.272079 99.581665 88.281067 +v 99.380150 95.608437 88.498337 +v 98.285202 93.612190 89.149216 +v 99.353416 95.564476 87.680992 +v 98.280777 93.614128 87.343567 +v 97.333397 91.599960 87.680992 +v 97.307465 91.510529 87.355309 +v 97.313538 91.552483 88.498337 +v 97.575912 92.127167 89.317108 +v 95.810806 86.927536 88.498337 +v 95.549591 85.641083 89.317108 +v 95.390114 84.689865 89.149216 +v 95.798965 86.877464 87.680992 +v 95.381508 84.691109 87.343567 +v 95.102913 82.482765 87.680992 +v 95.105881 82.389694 87.355309 +v 95.098694 82.431480 88.498337 +v 95.207306 83.397621 89.317108 +v 95.066696 81.735588 89.329727 +v 95.207306 76.602379 89.317108 +v 95.390114 75.310135 89.149216 +v 95.091980 77.652588 88.705231 +v 95.102913 77.517235 87.680992 +v 95.369347 75.306969 87.500000 +v 95.798965 73.122543 87.680992 +v 95.830551 73.034943 87.355309 +v 95.810806 73.072464 88.498337 +v 95.549591 74.358917 89.317108 +v 95.934753 72.577988 89.213837 +v 97.575912 67.872833 89.317108 +v 98.285202 66.387802 89.149216 +v 97.281174 68.525391 88.705231 +v 97.333397 68.400040 87.680992 +v 98.269806 66.380280 87.500000 +v 99.353416 64.435532 87.680992 +v 99.410522 64.361984 87.355309 +v 99.380150 64.391563 88.498337 +v 98.571617 65.833511 89.317108 +v 99.650841 63.959595 89.213837 +v 102.429214 60.237411 89.149223 +v 103.998413 58.597145 89.317108 +v 102.272079 60.418335 88.281067 +v 103.786797 58.786797 87.500000 +v 102.272079 60.418335 87.680992 +v 105.495377 57.219780 87.355309 +v 105.418335 57.272079 87.680992 +v 105.418335 57.272079 88.281067 +v 105.718475 57.016899 89.067673 +v 113.393982 52.351326 89.317108 +v 109.356659 54.418083 89.317108 +v 109.319603 54.424133 88.705231 +v 109.435532 54.353416 87.680992 +v 111.385872 53.280777 87.343567 +v 113.400040 52.333397 88.281067 +v 111.381165 53.271706 89.149216 +v 113.400040 52.333397 87.680992 +v 113.489471 52.307465 87.355309 +v 118.072464 50.810806 88.498337 +v 120.308601 50.381653 89.149216 +v 118.122543 50.798965 87.680992 +v 120.306969 50.369347 87.500000 +v 122.517235 50.102913 87.680992 +v 122.610306 50.105881 87.355309 +v 122.568520 50.098694 88.498337 +v 122.166786 50.148338 89.317108 +v 127.431480 50.098694 88.498337 +v 128.962677 50.262863 89.149216 +v 129.689835 50.387932 89.149216 +v 127.482765 50.102913 87.680992 +v 129.693024 50.369347 87.500000 +v 131.877457 50.798965 87.680992 +v 131.965057 50.830551 87.355309 +v 131.927536 50.810806 88.498337 +v 131.197388 50.661613 89.317108 +v 132.422012 50.934753 89.213837 +v 137.649963 52.797455 89.149223 +v 138.609955 53.288879 89.149216 +v 136.474609 52.281174 88.705231 +v 136.599960 52.333397 87.680992 +v 138.614136 53.280777 87.343567 +v 140.564468 54.353416 87.680992 +v 140.638016 54.410522 87.355309 +v 140.608444 54.380150 88.498337 +v 139.664078 53.844437 89.317108 +v 141.190231 54.763298 89.329727 +v 145.176636 57.817749 89.317108 +v 146.199097 58.801178 89.149216 +v 144.478592 57.183670 88.705231 +v 144.581665 57.272079 87.680992 +v 146.213211 58.786797 87.500000 +v 147.727921 60.418335 87.680992 +v 147.780228 60.495377 87.355309 +v 147.761475 60.457352 88.498337 +v 146.796448 59.407211 89.317108 +v 148.088654 60.848274 89.213837 +v 150.885620 64.836403 89.149216 +v 151.716995 66.387360 89.149216 +v 150.575867 64.319595 88.705231 +v 150.646591 64.435532 87.680992 +v 151.719238 66.385872 87.343567 +v 152.666611 68.400040 87.680992 +v 152.692535 68.489471 87.355309 +v 152.686462 68.447517 88.498337 +v 109.351555 96.856049 86.500000 +v 110.035782 97.466316 86.500000 +v 147.421997 85.123932 86.500000 +v 147.608383 84.226234 86.500000 +v 118.226463 58.020027 86.500000 +v 117.355843 58.307449 86.500000 +v 104.920677 91.216980 93.500000 +v 105.198624 91.700653 90.000000 +v 106.227470 93.288795 90.000000 +v 104.368225 90.165131 89.000000 +v 103.570709 88.301514 93.500000 +v 104.451828 90.333099 89.465477 +v 104.633537 90.686569 89.760506 +v 104.041748 89.473732 93.500000 +v 102.194687 77.176178 93.500000 +v 102.330833 76.112984 93.500000 +v 102.578018 74.876068 89.000000 +v 102.174332 77.173569 86.500000 +v 102.578018 74.876076 86.500000 +v 102.757538 74.145714 89.871269 +v 102.742142 74.204498 93.500000 +v 103.302208 72.333687 93.656433 +v 103.553139 71.691437 90.000000 +v 102.671043 74.484779 89.683372 +v 105.880852 67.214920 89.000000 +v 106.240128 66.720566 93.500000 +v 105.822861 67.302071 89.352852 +v 105.634521 67.591202 89.686447 +v 105.944275 67.120575 93.500000 +v 104.041748 70.526268 93.500000 +v 104.736717 69.118851 90.000000 +v 104.920677 68.783020 93.500000 +v 120.151779 57.504196 93.656433 +v 120.079536 57.532486 90.000000 +v 119.328934 57.710114 89.976044 +v 118.261475 57.996391 93.656433 +v 117.362740 58.326981 93.500000 +v 118.361458 57.978882 89.423409 +v 118.226456 58.020027 89.000000 +v 122.077026 57.174072 93.656433 +v 122.877823 57.098114 90.000000 +v 125.976669 57.008423 93.656433 +v 124.767624 57.001175 90.000000 +v 124.023331 57.008423 93.656433 +v 122.879532 57.118118 93.500000 +v 126.512634 57.049789 89.000000 +v 128.524994 57.289780 93.500000 +v 126.080811 57.025406 89.675400 +v 127.922974 57.174072 93.656433 +v 140.195526 62.734535 93.500000 +v 140.656067 63.151039 89.117355 +v 138.860596 61.645599 86.500000 +v 140.648453 63.143951 86.500000 +v 142.894821 65.550941 93.500000 +v 142.918854 65.580750 90.000000 +v 141.604996 64.085403 93.500000 +v 141.381348 63.855301 89.952637 +v 140.940796 63.420166 89.683372 +v 145.894699 70.386909 86.500000 +v 145.631775 69.834877 86.500000 +v 145.631775 69.834877 89.000000 +v 145.958252 70.526268 93.500000 +v 145.554642 69.679779 89.448402 +v 145.320206 69.225533 89.808174 +v 144.065933 67.113686 93.656433 +v 145.079330 68.783020 93.500000 +v 144.554993 67.892059 90.000000 +v 146.686188 87.662216 93.500000 +v 146.917664 86.972511 90.000000 +v 147.257858 85.795494 93.500000 +v 147.173355 86.109116 89.945610 +v 147.287033 85.682281 89.790253 +v 147.366043 85.362808 89.548706 +v 147.421982 85.123924 89.000000 +v 145.958252 89.473732 93.500000 +v 145.894699 89.613091 90.000000 +v 145.033752 91.298172 90.000000 +v 145.079330 91.216980 93.500000 +v 142.918854 94.419250 86.500000 +v 144.119141 92.785088 86.500000 +v 144.119141 92.785080 89.000000 +v 142.894821 94.449066 93.500000 +v 144.222809 92.628685 89.465477 +v 144.055725 92.879425 93.500000 +v 131.763596 101.983032 89.117355 +v 133.959305 101.168037 93.500000 +v 133.575699 101.341446 93.500000 +v 131.734924 101.991837 93.500000 +v 133.965073 101.180824 86.500000 +v 131.773544 101.979973 86.500000 +v 130.791046 102.259018 89.952637 +v 127.921410 102.813713 93.500000 +v 128.528000 102.727806 90.000000 +v 129.845627 102.483772 93.500000 +v 131.388153 102.095055 89.683372 +v 125.976151 102.979279 93.500000 +v 122.877823 102.901886 86.500000 +v 123.487366 102.950203 86.500000 +v 123.487366 102.950203 89.000000 +v 122.078590 102.813713 93.500000 +v 123.591843 102.956848 89.352852 +v 123.936409 102.975395 89.686447 +v 124.407768 102.992035 89.888107 +v 124.023849 102.979279 93.500000 +v 125.708282 102.989090 90.000000 +v 108.002792 95.494995 90.000000 +v 108.386124 95.923119 93.656433 +v 108.622665 96.148132 89.945610 +v 109.804474 97.265457 93.500000 +v 110.042664 97.457771 93.500000 +v 109.248421 96.759705 89.423409 +v 109.351555 96.856041 89.000000 +v 107.105179 94.449066 93.500000 +v 105.944275 92.879425 93.500000 +v 102.000000 80.000000 86.500000 +v 102.174332 82.826431 86.500000 +v 102.082855 81.950539 93.500000 +v 102.694672 85.610016 86.500000 +v 104.368225 90.165131 86.500000 +v 103.553139 88.308563 86.500000 +v 103.370331 87.733917 86.500000 +v 103.313820 87.662216 93.500000 +v 102.742142 85.795494 93.500000 +v 102.330833 83.887024 93.500000 +v 111.323441 98.491928 93.500000 +v 112.295609 99.172852 86.500000 +v 114.748016 100.588753 86.500000 +v 112.940933 99.585175 93.500000 +v 117.355843 101.692558 86.500000 +v 116.424301 101.341446 93.500000 +v 115.433243 100.878784 86.500000 +v 114.645309 100.537292 93.500000 +v 120.154381 102.483772 93.500000 +v 120.074951 102.466202 86.500000 +v 118.265076 101.991837 93.500000 +v 117.362740 101.673019 93.500000 +v 135.354691 100.537292 93.500000 +v 134.566757 100.881226 86.500000 +v 136.491013 99.902504 93.500000 +v 136.500000 99.918579 86.500000 +v 137.059067 99.585175 93.500000 +v 138.860596 98.354393 86.500000 +v 141.011078 96.511971 86.500000 +v 140.195511 97.265457 93.500000 +v 138.676559 98.491928 93.500000 +v 141.604996 95.914597 93.500000 +v 140.997009 96.497292 93.500000 +v 147.669174 83.887024 93.500000 +v 147.956375 81.415901 86.500000 +v 147.917145 81.950539 93.500000 +v 148.000000 80.000000 93.500000 +v 147.956375 78.584099 86.500000 +v 147.917145 78.049469 93.500000 +v 147.608383 75.773758 86.500000 +v 146.697800 72.333687 93.656433 +v 146.899139 73.033165 93.500000 +v 146.917664 73.027489 86.500000 +v 147.257858 74.204506 93.500000 +v 147.669174 76.112984 93.500000 +v 138.676559 61.508064 93.500000 +v 136.500000 60.081413 86.500000 +v 131.734924 58.008163 93.500000 +v 131.294250 57.878006 86.500000 +v 133.575699 58.658554 93.500000 +v 133.965073 58.819168 86.500000 +v 134.566757 59.118774 86.500000 +v 135.354691 59.462708 93.500000 +v 137.059067 60.414825 93.500000 +v 129.845627 57.516228 93.500000 +v 129.727615 57.534912 86.500000 +v 128.528000 57.272194 86.500000 +v 116.424301 58.658554 93.500000 +v 115.433243 59.121216 86.500000 +v 114.748016 59.411240 86.500000 +v 114.645309 59.462708 93.500000 +v 112.295609 60.827148 86.500000 +v 112.934479 60.404343 93.656433 +v 110.035782 62.533691 86.500000 +v 111.323441 61.508064 93.500000 +v 108.598412 63.927444 86.500000 +v 109.804482 62.734535 93.500000 +v 105.880852 67.214920 86.500000 +v 106.227470 66.711197 86.500000 +v 107.597580 65.008553 86.500000 +v 107.105179 65.550941 93.500000 +v 108.002792 64.505005 86.500000 +v 108.015717 64.516373 93.500000 +v 108.395004 64.085403 93.500000 +v 102.082855 78.049469 93.500000 +v 102.000000 80.000000 93.500000 +v 113.666489 83.943558 86.500000 +v 113.172607 82.028015 86.500000 +v 115.918030 72.156677 86.500000 +v 117.071907 70.991928 86.500000 +v 127.251534 68.213120 86.500000 +v 128.513870 68.526001 86.500000 +v 136.333511 76.056442 86.500000 +v 136.612793 76.976265 86.500000 +v 133.663467 88.303268 86.500000 +v 122.748466 91.786880 89.000000 +v 122.471848 91.730659 92.263931 +v 124.490707 91.989189 90.000000 +v 123.477303 91.890991 92.417870 +v 123.568497 91.913879 89.947769 +v 123.004112 91.832855 89.629448 +v 122.748466 91.786880 86.500000 +v 122.471848 91.730659 86.500000 +v 126.522705 91.890991 92.417870 +v 125.508789 91.977280 92.417870 +v 124.491211 91.977280 92.417870 +v 128.513870 91.473999 86.500000 +v 127.670845 91.699005 86.500000 +v 127.670845 91.699005 89.000000 +v 127.557220 91.724365 89.427757 +v 128.513870 91.473999 92.263931 +v 127.252304 91.786743 89.767136 +v 127.037567 91.825508 89.888588 +v 127.525635 91.719009 92.417870 +v 126.528046 91.902313 90.000000 +v 134.327148 87.531151 92.417870 +v 134.562286 87.250008 89.932724 +v 134.932236 86.713020 92.417870 +v 133.663467 88.303276 92.263931 +v 134.336258 87.538849 89.749847 +v 134.081970 87.843323 89.000000 +v 135.923889 84.937904 92.417870 +v 135.934738 84.942818 90.000000 +v 135.465759 85.846527 92.417870 +v 136.612793 83.023743 86.500000 +v 136.467056 83.536476 86.500000 +v 136.467056 83.536476 89.000000 +v 136.612793 83.023743 92.263931 +v 136.432205 83.647568 89.427757 +v 136.150131 84.435585 89.983315 +v 136.303299 83.993706 92.417870 +v 135.923889 75.062096 92.417870 +v 136.303299 76.006294 92.417870 +v 136.103241 75.448837 89.889030 +v 136.601257 76.979263 92.417870 +v 136.216919 75.736130 89.705559 +v 136.333511 76.056442 89.000000 +v 133.663467 71.696732 86.500000 +v 133.796204 71.837479 86.500000 +v 133.796204 71.837479 89.000000 +v 133.663467 71.696732 92.263931 +v 133.874985 71.923203 89.427757 +v 134.081467 72.156082 89.767136 +v 134.327148 72.468849 92.417870 +v 134.327026 72.450203 89.948105 +v 134.942123 73.280304 90.000000 +v 134.932236 73.286980 92.417870 +v 135.465759 74.153473 92.417870 +v 135.872192 74.921089 90.000000 +v 128.513870 68.526001 92.263931 +v 127.525635 68.280991 92.417870 +v 126.522705 68.109016 92.417870 +v 127.251534 68.213120 89.000000 +v 126.771690 68.131653 89.807594 +v 122.662575 68.229851 89.698738 +v 122.471840 68.269341 92.263931 +v 123.037300 68.161591 89.922195 +v 123.294708 68.121918 89.986420 +v 123.477303 68.109016 92.417870 +v 124.491211 68.022720 92.417870 +v 124.490707 68.010818 90.000000 +v 125.508789 68.022720 92.417870 +v 120.525726 68.865326 86.500000 +v 122.329155 68.301003 86.500000 +v 122.338615 68.298843 89.125977 +v 120.525726 68.865326 92.263931 +v 122.459419 68.272049 89.453400 +v 121.489616 68.537399 92.417870 +v 117.071907 70.991936 92.263931 +v 116.345131 71.704979 92.417870 +v 115.913376 72.162056 89.110924 +v 115.067757 73.286980 92.417870 +v 115.165436 73.123856 90.000000 +v 115.672844 72.468849 92.417870 +v 115.565216 72.584816 89.847778 +v 115.717445 72.395119 89.680054 +v 113.696709 76.006294 92.417870 +v 113.926407 75.376625 90.000000 +v 114.076118 75.062096 92.417870 +v 114.534233 74.153473 92.417870 +v 114.523834 74.147659 90.000000 +v 113.532944 76.463524 89.000000 +v 113.172607 77.971985 92.263931 +v 113.172607 77.971992 86.500000 +v 113.532944 76.463524 86.500000 +v 113.561752 76.371445 89.390869 +v 113.642052 76.127426 89.709213 +v 113.398735 76.979263 92.417870 +v 113.685471 83.997681 92.263931 +v 113.677277 83.974426 89.236397 +v 113.398735 83.020729 92.417870 +v 113.172607 82.028015 92.263931 +v 114.523834 85.852341 90.000000 +v 114.076118 84.937904 92.417870 +v 114.127800 85.078911 90.000000 +v 115.672844 87.531151 92.417870 +v 115.459244 87.278328 90.000000 +v 115.067757 86.713020 92.417870 +v 114.534233 85.846527 92.417870 +v 117.071907 89.008064 86.500000 +v 116.203796 88.162521 86.500000 +v 116.203796 88.162521 89.000000 +v 116.164375 88.119835 89.305519 +v 117.071899 89.008064 92.263931 +v 116.043655 87.986481 89.596870 +v 115.877243 87.795639 89.807533 +v 116.345131 88.295021 92.417870 +v 115.663574 87.538635 89.955307 +v 113.043228 78.982330 92.263931 +v 113.000000 80.000000 86.500000 +v 117.864403 70.352036 92.263931 +v 118.708313 69.781654 86.500000 +v 118.714561 69.791801 92.417870 +v 119.597557 69.284889 92.263931 +v 129.474274 68.865326 92.263931 +v 130.402451 69.284889 86.500000 +v 130.397079 69.295532 92.417870 +v 131.291687 69.781654 92.263931 +v 132.135605 70.352036 86.500000 +v 132.128510 70.361618 92.417870 +v 132.928101 70.991928 92.263931 +v 136.827393 77.971992 92.263931 +v 136.956772 78.982330 86.500000 +v 136.944901 78.983337 92.417870 +v 137.000000 80.000000 92.263931 +v 136.956772 81.017670 86.500000 +v 136.944901 81.016663 92.417870 +v 136.827393 82.028015 92.263931 +v 132.928101 89.008064 92.263931 +v 132.135605 89.647964 86.500000 +v 132.128510 89.638382 92.417870 +v 131.291687 90.218353 92.263931 +v 130.402451 90.715118 86.500000 +v 130.397079 90.704468 92.417870 +v 129.474274 91.134674 92.263931 +v 121.486130 91.473999 92.263931 +v 120.525726 91.134674 86.500000 +v 120.530167 91.123611 92.417870 +v 119.597557 90.715118 92.263931 +v 118.708313 90.218353 86.500000 +v 118.714561 90.208199 92.417870 +v 117.864403 89.647964 92.263931 +v 113.043228 81.017670 92.263931 +v 113.011917 80.000000 92.417870 +v 154.215851 73.248520 89.317108 +v 154.201050 73.122543 88.281067 +v 154.618500 75.308891 87.343567 +v 154.201050 73.122543 87.680992 +v 154.897095 77.517235 87.680992 +v 154.894119 77.610306 87.355309 +v 154.897095 77.517235 88.281067 +v 154.624802 75.308090 89.149216 +v 142.214005 63.501709 94.487686 +v 145.401291 64.669434 94.500000 +v 143.672867 64.922722 94.500000 +v 144.754639 66.648209 94.487686 +v 145.815765 68.371613 94.487686 +v 148.477310 69.997253 94.500000 +v 146.726944 70.178802 94.487686 +v 148.225601 73.952530 94.500000 +v 149.777832 73.892815 94.500000 +v 148.500610 75.970421 94.487686 +v 150.519379 80.000000 94.500000 +v 148.757675 77.977921 94.487686 +v 148.843567 80.000000 94.487686 +v 148.654785 84.056023 94.500000 +v 149.777832 86.107185 94.500000 +v 148.074203 86.008057 94.487686 +v 147.481567 87.943245 94.487686 +v 148.477310 90.002747 94.500000 +v 146.869492 89.885628 94.500000 +v 146.568726 93.639236 94.500000 +v 144.884232 93.439392 94.500000 +v 107.673050 96.606537 94.500000 +v 104.598717 95.330566 94.500000 +v 106.448853 94.979004 94.487686 +v 105.245377 93.351791 94.487686 +v 102.403717 91.859444 94.500000 +v 104.184235 91.628387 94.487686 +v 100.793945 88.081169 94.500000 +v 103.130516 89.885628 94.500000 +v 101.774406 86.047470 94.500000 +v 101.345215 84.056023 94.500000 +v 99.563377 82.053459 94.500000 +v 101.242332 82.022079 94.487686 +v 101.156433 80.000000 94.487686 +v 99.563377 77.946541 94.500000 +v 101.086456 77.964661 94.500000 +v 99.811096 75.906403 94.500000 +v 101.774406 73.952530 94.500000 +v 103.130516 70.114372 94.500000 +v 104.047661 68.295319 94.500000 +v 105.115768 66.560608 94.500000 +v 104.598717 64.669434 94.500000 +v 106.448853 65.020996 94.487686 +v 141.139618 99.767433 94.500000 +v 142.326950 96.606537 94.500000 +v 137.759689 102.100426 94.500000 +v 139.271194 99.295929 94.500000 +v 135.804901 101.430222 94.500000 +v 134.049301 103.861031 94.500000 +v 133.890228 102.124184 94.487686 +v 131.981934 102.798431 94.487686 +v 130.104523 105.003647 94.500000 +v 130.023346 103.308411 94.487686 +v 128.028549 103.650452 94.487686 +v 126.011948 103.822083 94.487686 +v 121.951576 103.805611 94.500000 +v 119.865707 105.149429 94.488869 +v 115.950706 103.861031 94.500000 +v 117.972252 102.948006 94.500000 +v 114.195114 101.430222 94.500000 +v 112.240311 102.100426 94.500000 +v 112.498642 100.303497 94.487686 +v 110.821823 99.170158 94.487686 +v 109.247162 97.898705 94.487686 +v 107.322105 98.404633 94.500000 +v 108.860382 60.232559 94.500000 +v 107.673050 63.393463 94.500000 +v 110.728806 60.704071 94.500000 +v 112.498642 59.696503 94.487686 +v 114.265533 58.709465 94.487686 +v 115.950706 56.138969 94.500000 +v 116.109772 57.875816 94.487686 +v 118.018059 57.201576 94.487686 +v 119.976654 56.691597 94.487686 +v 121.923981 54.666687 94.500000 +v 121.971443 56.349556 94.487686 +v 126.027557 54.501320 94.500000 +v 123.981415 56.021622 94.500000 +v 128.048431 56.194389 94.500000 +v 132.099930 55.488174 94.500000 +v 130.056305 56.538673 94.500000 +v 133.948563 57.730667 94.500000 +v 135.804901 58.569778 94.500000 +v 137.834076 57.770721 94.488869 +v 137.501358 59.696503 94.487686 +v 139.178177 60.829842 94.487686 +v 141.139618 60.232559 94.500000 +v 140.752838 62.101295 94.487686 +v 126.968552 57.534912 86.500000 +v 134.566757 57.534912 86.500000 +v 126.102325 51.018990 86.500008 +v 126.100006 48.478844 86.507393 +v 105.632767 104.785278 86.500000 +v 123.900002 111.521156 86.507393 +v 125.000000 111.435486 86.500000 +v 134.566757 102.465088 86.500000 +v 151.078400 62.412605 86.500000 +v 140.664230 64.500504 86.500000 +v 145.506104 59.493904 86.500000 +v 140.450562 65.840210 86.500000 +v 140.013596 67.124550 86.500000 +v 145.234924 71.151237 86.500000 +v 139.365906 68.316589 86.500000 +v 138.526108 69.382050 86.500000 +v 137.518356 70.290298 86.500000 +v 136.371628 71.015198 86.500000 +v 134.566757 72.266090 86.500000 +v 135.118896 71.535919 86.500000 +v 155.236847 71.332062 86.500000 +v 150.839188 66.834274 86.500000 +v 134.081970 87.843323 86.500000 +v 153.980576 81.101799 86.500008 +v 137.701721 76.191788 86.500000 +v 139.072891 76.090858 86.500000 +v 153.642960 75.463402 86.500000 +v 156.435486 81.100006 86.500000 +v 140.406525 75.756638 86.500000 +v 141.663254 75.199005 86.500000 +v 142.805923 74.434425 86.500000 +v 144.988022 86.300682 86.500000 +v 143.657272 86.564430 86.500000 +v 142.301086 86.599533 86.500000 +v 140.958466 86.404984 86.500000 +v 139.668030 85.986359 86.500000 +v 138.466888 85.355721 86.500000 +v 137.389572 84.531189 86.500000 +v 152.903854 87.906837 86.500008 +v 146.255066 85.815865 86.500000 +v 135.421860 90.232903 86.500000 +v 136.378128 91.220764 86.500000 +v 137.489410 92.030296 86.500000 +v 138.722885 92.637596 86.500000 +v 140.042145 93.024727 86.500000 +v 141.408203 93.180244 86.500000 +v 142.926743 102.798218 86.500008 +v 154.557007 90.760262 86.500000 +v 147.798187 97.926147 86.500008 +v 149.785278 99.367233 86.500000 +v 150.839188 93.165726 86.500000 +v 142.780716 93.099579 86.500000 +v 142.587402 106.078407 86.500000 +v 138.165726 105.839188 86.500000 +v 133.667938 110.236847 86.500000 +v 125.000000 102.465088 86.500000 +v 123.031448 102.465088 86.500000 +v 116.332062 110.236847 86.500000 +v 115.433243 102.465088 86.500000 +v 114.213264 109.638489 86.507393 +v 111.834274 105.839188 86.500000 +v 104.765076 88.848763 86.500000 +v 98.921600 97.587395 86.500000 +v 100.905937 96.142807 86.500008 +v 104.493904 100.506104 86.500000 +v 97.779488 90.006660 86.500008 +v 94.763161 88.667938 86.500000 +v 97.782257 87.733917 86.500000 +v 97.097008 87.907394 86.500008 +v 97.782257 72.266083 86.500000 +v 93.564514 78.900002 86.500000 +v 96.357040 84.536598 86.500000 +v 107.219284 66.900429 86.500000 +v 95.361519 69.213264 86.507393 +v 97.779663 69.993805 86.500000 +v 100.905212 63.857391 86.500008 +v 102.201813 62.073853 86.500008 +v 100.214722 60.632767 86.500000 +v 107.362244 53.852287 86.507393 +v 111.834274 54.160812 86.500000 +v 115.433243 57.534912 86.500000 +v 115.433243 50.055206 86.500000 +v 126.512634 57.049789 86.500000 +v 116.332062 49.763161 86.500000 +v 133.667938 49.763161 86.500000 +v 129.536606 51.357040 86.500000 +v 135.786743 50.361519 86.507393 +v 144.367233 55.214722 86.500000 +v 138.165726 54.160812 86.500000 +v 143.800827 73.485481 86.500000 +v 144.618530 72.380203 86.500000 +v 134.648865 89.095894 86.500000 +v 126.799934 87.733910 86.500000 +v 129.537460 100.460472 86.500000 +v 128.643661 99.439880 86.500000 +v 130.590851 101.315369 86.500000 +v 127.095253 94.340523 86.500000 +v 127.270660 92.995270 86.500000 +v 127.935181 98.282944 86.500000 +v 127.432358 97.022919 86.500000 +v 127.149673 95.696068 86.500000 +v 125.000000 63.927444 86.500000 +v 129.173843 63.168709 86.500000 +v 127.454208 58.051666 86.500000 +v 128.210327 59.199951 86.500000 +v 129.083038 61.796829 86.500000 +v 128.758667 60.460754 86.500000 +v 126.929291 72.467072 86.500000 +v 128.052841 67.095886 86.500000 +v 128.651016 65.857956 86.500000 +v 129.028397 64.535873 86.500000 +v 119.409157 58.684639 86.500000 +v 120.462540 59.539536 86.500000 +v 121.356331 60.560120 86.500000 +v 122.064827 61.717056 86.500000 +v 122.567642 62.977074 86.500000 +v 122.850327 64.303932 86.500000 +v 114.578140 69.767097 86.500000 +v 113.621880 68.779236 86.500000 +v 112.510597 67.969704 86.500000 +v 111.277107 67.362404 86.500000 +v 109.957855 66.975273 86.500000 +v 108.591797 66.819748 86.500000 +v 125.000000 72.266090 86.500000 +v 115.351135 70.904106 86.500000 +v 122.904747 65.659477 86.500000 +v 122.729340 67.004730 86.500000 +v 103.744934 74.184135 86.500000 +v 105.011986 73.699318 86.500000 +v 106.342735 73.435570 86.500000 +v 107.597580 72.266090 86.500000 +v 107.698921 73.400467 86.500000 +v 106.199188 86.514519 86.500000 +v 105.381470 87.619797 86.500000 +v 115.433235 87.733925 86.500000 +v 112.298294 83.808212 86.500000 +v 108.336754 84.800995 86.500000 +v 107.194077 85.565575 86.500000 +v 109.041534 73.595024 86.500000 +v 115.433235 72.881027 86.500000 +v 110.331970 74.013641 86.500000 +v 111.533119 74.644279 86.500000 +v 110.927116 83.909149 86.500000 +v 109.593475 84.243362 86.500000 +v 112.610435 75.468811 86.500000 +v 110.634094 91.683411 86.500000 +v 111.473892 90.617950 86.500000 +v 112.481644 89.709702 86.500000 +v 113.628372 88.984802 86.500000 +v 114.881096 88.464081 86.500000 +v 109.335777 95.499496 86.500000 +v 109.549438 94.159798 86.500000 +v 109.986404 92.875450 86.500000 +v 125.000000 87.733910 86.500000 +v 120.971596 95.464119 86.500000 +v 120.826164 96.831291 86.500000 +v 120.916969 98.203171 86.500000 +v 121.241333 99.539246 86.500000 +v 121.947159 92.904114 86.500000 +v 121.348976 94.142044 86.500000 +v 121.789673 100.800049 86.500000 +v 122.545799 101.948334 86.500000 +v 119.869873 85.704567 86.500000 +v 124.103470 87.274963 86.500000 +v 123.738571 87.567635 86.500000 +v 120.084763 86.052994 86.500000 +v 118.422050 83.789825 86.500000 +v 117.945221 83.320923 86.500000 +v 123.197815 87.586205 86.500000 +v 121.035767 86.165527 86.500000 +v 122.768921 87.256348 86.500000 +v 117.707939 79.255219 86.500000 +v 117.226624 80.204681 86.500000 +v 117.935707 82.779938 86.500000 +v 119.869873 74.295433 86.500000 +v 120.192505 73.861069 86.500000 +v 122.768921 72.743660 86.500000 +v 122.651253 73.056488 86.500000 +v 120.580017 86.270889 86.500000 +v 118.422050 76.210175 86.500000 +v 118.005020 76.554909 86.500000 +v 119.871178 74.763199 86.500000 +v 117.533783 80.650116 86.500000 +v 120.853180 73.757339 86.500000 +v 121.027634 74.127319 86.739998 +v 117.902794 77.086243 86.500000 +v 117.341408 79.545845 86.500000 +v 118.872955 76.432442 86.739998 +v 126.261429 87.567635 86.500000 +v 131.994980 83.445091 86.500000 +v 131.577942 83.789825 86.500000 +v 130.078995 85.832550 86.500000 +v 127.348740 73.056496 86.500000 +v 128.180359 73.395897 86.500000 +v 129.807495 73.861076 86.500000 +v 130.128830 74.763199 86.500000 +v 129.807495 86.138924 86.500000 +v 131.577942 76.210175 86.500000 +v 132.797028 80.068909 86.500000 +v 132.064285 77.220070 86.500000 +v 130.128815 85.236801 86.500000 +v 129.419983 86.270889 86.500000 +v 132.097214 82.913757 86.500000 +v 130.078995 74.167450 86.500000 +v 132.054779 76.679077 86.500000 +v 127.045364 87.458641 86.500000 +v 129.282181 73.731422 86.500000 +v 127.348740 86.943512 86.500000 +v 132.658600 80.454155 86.500000 +v 131.893082 77.507118 86.500000 +v 132.466202 79.349884 86.500000 +v 127.295204 72.865646 86.500000 +v 125.896530 72.725037 86.500000 +v 126.261429 72.432365 86.500000 +v 123.332184 72.383125 86.500000 +v 123.738571 72.432365 86.500000 +v 124.103470 72.725037 86.500000 +v 127.365730 92.606064 89.000000 +v 127.087433 94.643295 89.000000 +v 127.146667 95.671806 89.000000 +v 127.337585 96.684174 89.000000 +v 128.099655 98.593880 89.000000 +v 127.657013 97.663612 89.000000 +v 129.323334 100.246269 89.000000 +v 128.658188 99.459549 89.000000 +v 130.084061 100.940979 89.000000 +v 123.010796 102.486275 89.000000 +v 122.287720 101.602715 89.000000 +v 121.697777 100.625214 89.000000 +v 121.252998 99.573700 89.000000 +v 120.962433 98.469574 89.000000 +v 120.864349 96.194069 89.000000 +v 120.844292 97.334801 89.156433 +v 121.058830 95.069038 89.000000 +v 121.915115 92.958511 89.000000 +v 121.411484 93.983147 89.000000 +v 122.559486 92.016014 89.000000 +v 130.371277 102.364021 90.000000 +v 123.104820 101.026222 90.000000 +v 128.602844 100.939735 90.000000 +v 127.854553 100.054680 90.000000 +v 127.226212 99.080795 90.000000 +v 126.728226 98.034248 90.000000 +v 126.154091 95.793465 90.000000 +v 126.170059 93.480347 90.000000 +v 126.368866 96.932381 90.000000 +v 122.029549 95.309265 90.000000 +v 122.199440 99.250839 90.000000 +v 137.100037 84.254242 89.000000 +v 138.725174 85.513885 89.000000 +v 139.645508 85.976837 89.000000 +v 140.617706 86.317688 89.000000 +v 142.652603 86.612556 89.000000 +v 141.625641 86.530769 89.000000 +v 144.695450 86.379021 89.000000 +v 143.681549 86.561691 89.000000 +v 145.677460 86.067566 89.000000 +v 146.611298 85.632500 89.000000 +v 143.479080 92.965843 89.000000 +v 142.352356 93.150269 89.000000 +v 141.210846 93.172424 89.000000 +v 140.077820 93.031845 89.000000 +v 138.976334 92.731422 89.000000 +v 136.956650 91.678619 89.000000 +v 137.928833 92.277267 89.000000 +v 136.079590 90.947670 89.000000 +v 135.315506 90.099319 89.000000 +v 134.185913 88.121552 89.000000 +v 134.679962 89.150848 89.000000 +v 141.482239 87.520432 90.000000 +v 142.637558 87.612442 90.000000 +v 137.259354 85.726868 90.000000 +v 140.271439 92.050774 90.000000 +v 143.795135 87.555222 90.000000 +v 144.935760 87.349716 90.000000 +v 139.254593 86.897263 90.000000 +v 134.942123 86.719696 90.000000 +v 137.540421 90.866699 90.000000 +v 134.734299 71.648186 89.000000 +v 137.498840 70.305038 89.000000 +v 136.637756 70.870590 89.000000 +v 138.280121 69.633514 89.000000 +v 138.968628 68.867157 89.000000 +v 139.552948 68.018677 89.000000 +v 140.023376 67.102142 89.000000 +v 140.593399 65.126587 89.000000 +v 140.372116 66.132751 89.000000 +v 140.683533 64.100319 89.000000 +v 145.468292 70.479568 89.000000 +v 144.513077 72.547203 89.000000 +v 145.064636 71.547554 89.000000 +v 143.824829 73.458153 89.000000 +v 142.090240 74.931549 89.156433 +v 143.005890 74.252518 89.156433 +v 141.092300 75.484550 89.000000 +v 140.020752 75.878639 89.000000 +v 137.764847 76.192329 89.000000 +v 138.904022 76.116180 89.000000 +v 136.626434 76.105537 89.000000 +v 141.682175 64.166321 90.000000 +v 144.510025 70.193672 90.000000 +v 141.332916 66.409981 90.000000 +v 136.089294 72.246521 90.000000 +v 140.940582 67.500542 90.000000 +v 140.411346 68.531647 90.000000 +v 139.753998 69.486191 90.000000 +v 138.100494 71.103798 90.000000 +v 139.743439 74.917862 90.000000 +v 142.362442 73.503174 90.000000 +v 122.912575 65.356705 89.000000 +v 122.853340 64.328201 89.000000 +v 122.342995 62.336388 89.000000 +v 122.662422 63.315826 89.000000 +v 121.900337 61.406120 89.000000 +v 120.676666 59.753731 89.000000 +v 121.341812 60.540451 89.000000 +v 119.915939 59.059021 89.000000 +v 126.989204 57.513733 89.000000 +v 127.712280 58.397293 89.000000 +v 128.302231 59.374786 89.000000 +v 128.747009 60.426300 89.000000 +v 129.025467 61.532700 89.156433 +v 128.941177 64.930962 89.000000 +v 129.135651 63.805923 89.000000 +v 129.155716 62.665207 89.156433 +v 128.084885 67.041481 89.000000 +v 128.588516 66.016853 89.000000 +v 127.440521 67.983986 89.000000 +v 126.037636 68.044945 90.000000 +v 121.397156 59.060265 90.000000 +v 123.845909 64.206535 90.000000 +v 123.631134 63.067627 90.000000 +v 128.140625 63.706337 90.000000 +v 123.271767 61.965759 90.000000 +v 122.773788 60.919205 90.000000 +v 126.895180 58.973778 90.000000 +v 122.145447 59.945320 90.000000 +v 123.829941 66.519653 90.000000 +v 111.274818 74.486115 89.000000 +v 110.354492 74.023163 89.000000 +v 108.374359 73.469231 89.000000 +v 109.382294 73.682312 89.000000 +v 105.304550 73.620979 89.000000 +v 106.318436 73.438309 89.000000 +v 107.347397 73.387444 89.000000 +v 104.322548 73.932434 89.000000 +v 103.388710 74.367500 89.000000 +v 106.520920 67.034164 89.000000 +v 108.789154 66.827583 89.000000 +v 109.922180 66.968147 89.000000 +v 111.023666 67.268570 89.000000 +v 112.071167 67.722733 89.000000 +v 113.043350 68.321381 89.000000 +v 113.920418 69.052322 89.000000 +v 115.814087 71.878448 89.000000 +v 115.320038 70.849152 89.000000 +v 102.877090 73.708992 89.984436 +v 107.738342 67.845612 90.000000 +v 105.064240 72.650284 90.000000 +v 109.651695 72.719284 90.000000 +v 108.517769 72.479568 90.000000 +v 111.780792 73.623566 90.000000 +v 110.745415 73.102737 90.000000 +v 112.459587 69.133301 90.000000 +v 106.204865 72.444778 90.000000 +v 107.362442 72.387558 90.000000 +v 113.362244 89.129410 89.000000 +v 112.501152 89.694962 89.000000 +v 111.031372 91.132843 89.000000 +v 111.719872 90.366486 89.000000 +v 110.447052 91.981323 89.000000 +v 109.627884 93.867249 89.000000 +v 109.976624 92.897858 89.000000 +v 109.406609 94.873413 89.000000 +v 104.531715 89.520432 89.000000 +v 104.946533 88.457611 89.156433 +v 105.486923 87.452797 89.000000 +v 106.986092 85.738144 89.000000 +v 106.175179 86.541847 89.000000 +v 108.907700 84.515457 89.000000 +v 108.346313 84.818695 89.000000 +v 107.903160 85.058067 89.000000 +v 109.982658 84.133194 89.156433 +v 112.235153 83.807678 89.000000 +v 111.097672 83.896027 89.156433 +v 113.373566 83.894455 89.000000 +v 108.667084 93.590019 90.000000 +v 113.910706 87.753479 90.000000 +v 111.899506 88.896202 90.000000 +v 112.230484 84.807663 90.000000 +v 110.246002 90.513817 90.000000 +v 107.637558 86.496826 90.000000 +v 109.588646 91.468353 90.000000 +v 109.059418 92.499458 90.000000 +v 108.430817 59.706436 94.233925 +v 107.586563 55.840683 89.773918 +v 108.298477 55.367432 89.773918 +v 110.059753 58.355324 94.124695 +v 95.240463 78.873047 89.773918 +v 95.410919 76.625595 89.773918 +v 98.785034 77.883713 94.124695 +v 99.140663 75.797447 94.233925 +v 95.750862 74.397476 89.773918 +v 99.332535 74.349884 94.124695 +v 95.934593 73.602432 89.773918 +v 99.562683 73.730263 94.233925 +v 96.258347 72.201447 89.773918 +v 96.791428 70.495094 89.773918 +v 100.053261 71.671555 94.124695 +v 96.930450 70.050087 89.773918 +v 100.804314 69.691185 94.124695 +v 97.763344 67.955719 89.773918 +v 101.712288 67.777664 94.124695 +v 98.752243 65.930336 89.773918 +v 99.498680 64.656097 89.773918 +v 102.771294 65.943420 94.124695 +v 99.891487 63.985550 89.773918 +v 101.174545 62.132492 89.773918 +v 103.974457 64.200333 94.124695 +v 105.313980 62.559708 94.124695 +v 102.594078 60.381767 89.773918 +v 103.394707 59.534348 89.773918 +v 104.141953 58.743423 89.773918 +v 106.781181 61.032196 94.124695 +v 105.809296 57.226837 89.773918 +v 111.849876 57.223320 94.124695 +v 109.463570 54.592926 89.773918 +v 112.690552 56.782104 94.124695 +v 111.056801 53.699677 89.773918 +v 113.725281 56.239029 94.124695 +v 111.429573 53.490685 89.773918 +v 113.473305 52.540291 89.773918 +v 113.982460 52.348892 89.773918 +v 115.673805 55.408844 94.124695 +v 115.583061 51.747185 89.773918 +v 117.038040 51.322685 89.773918 +v 117.682816 54.738144 94.124695 +v 117.746758 51.115913 89.773918 +v 119.739273 54.231262 94.124695 +v 119.951996 50.650078 89.773918 +v 121.829857 53.891518 94.124695 +v 122.186150 50.352364 89.773918 +v 123.388901 50.283997 89.773918 +v 123.940994 53.721085 94.124695 +v 124.436424 50.224464 89.773918 +v 126.689919 50.267120 89.773918 +v 126.059006 53.721085 94.124695 +v 128.170135 53.891518 94.124695 +v 128.933746 50.480072 89.773918 +v 129.814545 50.631569 89.773918 +v 130.260727 54.231262 94.124695 +v 131.155029 50.862122 89.773918 +v 132.317184 54.738144 94.124695 +v 134.326202 55.408844 94.124695 +v 136.274719 56.239029 94.124695 +v 137.557556 52.996147 89.773918 +v 138.941284 53.704498 89.773918 +v 138.150131 57.223320 94.124695 +v 139.563858 54.023201 89.773918 +v 141.486740 55.199043 89.773918 +v 139.940231 58.355324 94.124695 +v 143.315186 56.516937 89.773918 +v 144.266129 57.318291 89.773918 +v 141.633469 59.627701 94.124695 +v 143.218811 61.032196 94.124695 +v 145.038727 57.969345 89.773918 +v 144.078934 61.927673 94.124695 +v 146.647491 59.547951 89.773918 +v 144.686020 62.559708 94.124695 +v 150.437332 86.269745 94.233925 +v 153.425964 88.880592 89.773918 +v 153.205276 89.503174 89.773918 +v 149.946747 88.328445 94.124695 +v 148.132248 61.243698 89.773918 +v 146.025543 64.200333 94.124695 +v 149.484528 63.046875 89.773918 +v 150.696548 64.947159 89.773918 +v 147.228699 65.943420 94.124695 +v 148.197708 67.824905 94.233925 +v 151.761368 66.933670 89.773918 +v 148.851318 68.965424 94.124695 +v 152.012802 67.502228 89.773918 +v 149.102188 69.731018 94.233925 +v 152.672928 68.995018 89.773918 +v 153.205276 70.496826 89.773918 +v 149.946747 71.671555 94.124695 +v 153.425964 71.119408 89.773918 +v 154.016174 73.294662 89.773918 +v 150.536011 73.705940 94.124695 +v 150.859344 75.797447 94.233925 +v 154.440201 75.508324 89.773918 +v 151.126938 77.158768 94.124695 +v 154.585510 76.782494 89.773918 +v 151.113647 77.891891 94.233925 +v 154.695587 77.747711 89.773918 +v 151.300247 80.000000 94.124695 +v 154.780869 80.000000 89.773918 +v 154.695572 82.252289 89.773918 +v 151.214966 82.116287 94.124695 +v 154.440201 84.491676 89.773918 +v 150.959671 84.218857 94.124695 +v 154.016174 86.705338 89.773918 +v 152.672928 91.004974 89.773918 +v 149.195694 90.308815 94.124695 +v 152.012802 92.497772 89.773918 +v 148.287720 92.222336 94.124695 +v 151.761368 93.066330 89.773918 +v 150.696548 95.052834 89.773918 +v 147.520798 93.550667 94.124695 +v 147.142807 94.002266 94.233925 +v 149.484528 96.953125 89.773918 +v 148.132263 98.756302 89.773918 +v 146.025543 95.799667 94.124695 +v 144.686020 97.440285 94.124695 +v 146.647491 100.452057 89.773918 +v 144.078934 98.072327 94.124695 +v 143.218811 98.967804 94.124695 +v 145.038727 102.030647 89.773918 +v 142.016068 100.033356 94.124695 +v 144.266129 102.681709 89.773918 +v 141.569183 100.293571 94.233925 +v 143.315186 103.483063 89.773918 +v 141.486740 104.800957 89.773918 +v 139.940247 101.644676 94.124695 +v 138.150116 102.776680 94.124695 +v 139.563858 105.976799 89.773918 +v 138.941284 106.295502 89.773918 +v 136.274719 103.760963 94.124695 +v 137.557556 107.003853 89.773918 +v 136.016708 107.650650 89.773918 +v 134.326202 104.591156 94.124695 +v 135.479324 107.876228 89.773918 +v 133.341064 108.588928 89.773918 +v 132.317184 105.261856 94.124695 +v 130.260727 105.768738 94.124695 +v 131.155029 109.137878 89.773918 +v 128.933746 109.519928 89.773918 +v 128.170135 106.108490 94.124695 +v 126.689919 109.732880 89.773918 +v 126.059006 106.278915 94.124695 +v 124.436424 109.775543 89.773918 +v 123.388901 109.716003 89.773918 +v 123.940994 106.278915 94.124695 +v 121.829857 106.108490 94.124695 +v 122.186150 109.647644 89.773918 +v 120.748512 105.932755 94.124695 +v 119.951996 109.349922 89.773918 +v 119.739273 105.768738 94.124695 +v 100.804314 90.308815 94.124695 +v 96.930450 89.949913 89.773918 +v 100.053261 88.328445 94.124695 +v 117.746758 108.884094 89.773918 +v 117.038040 108.677315 89.773918 +v 117.682816 105.261856 94.124695 +v 115.583061 108.252808 89.773918 +v 113.982460 107.651115 89.773918 +v 115.673805 104.591156 94.124695 +v 113.473305 107.459709 89.773918 +v 113.725281 103.760963 94.124695 +v 111.429573 106.509315 89.773918 +v 111.849876 102.776680 94.124695 +v 109.463570 105.407074 89.773918 +v 107.586563 104.159309 89.773918 +v 110.059753 101.644676 94.124695 +v 105.809296 102.773163 89.773918 +v 108.366531 100.372307 94.124695 +v 106.781181 98.967804 94.124695 +v 104.141953 101.256577 89.773918 +v 103.394707 100.465660 89.773918 +v 105.313980 97.440285 94.124695 +v 102.594078 99.618225 89.773918 +v 103.974457 95.799667 94.124695 +v 99.891487 96.014450 89.773918 +v 102.771294 94.056580 94.124695 +v 101.712288 92.222336 94.124695 +v 98.752243 94.069664 89.773918 +v 101.148697 91.034576 94.124695 +v 97.763344 92.044281 89.773918 +v 96.258347 87.798553 89.773918 +v 99.463989 86.294067 94.124695 +v 95.750862 85.602524 89.773918 +v 99.040337 84.218857 94.124695 +v 95.410919 83.374397 89.773918 +v 98.873062 82.841232 94.124695 +v 98.785034 82.116287 94.124695 +v 95.240463 81.126953 89.773918 +v 95.219131 80.000000 89.773918 +v 126.141884 74.701645 96.500000 +v 127.020882 74.970840 96.500000 +v 127.841743 75.384712 96.500000 +v 128.580856 75.931351 96.500000 +v 123.412903 74.817581 96.500000 +v 124.311562 74.623901 96.500000 +v 125.280899 71.240570 96.500000 +v 125.230034 74.584885 96.500000 +v 127.493576 71.598297 96.500000 +v 121.086998 76.249695 96.500000 +v 119.986008 72.812065 96.500000 +v 121.777084 75.642334 96.500000 +v 122.559898 75.160339 96.500000 +v 123.049843 71.455795 96.500000 +v 132.636185 75.699387 96.500000 +v 129.216949 76.595047 96.500000 +v 129.731735 77.356697 96.500000 +v 130.110382 78.194382 96.500000 +v 130.342041 80.915985 96.500000 +v 130.110397 81.805618 96.500000 +v 131.295563 86.096916 96.500000 +v 129.731735 82.643311 96.500000 +v 129.216949 83.404953 96.500000 +v 133.477310 77.776993 96.500000 +v 130.342041 79.084015 96.500000 +v 130.419998 80.000000 96.500000 +v 133.691986 81.120705 96.500000 +v 119.754883 78.634277 96.500000 +v 120.061142 77.767494 96.500000 +v 120.509476 76.964935 96.500000 +v 121.777084 84.357666 96.500000 +v 118.326736 85.681030 96.500000 +v 121.086998 83.750305 96.500000 +v 120.509476 83.035065 96.500000 +v 120.061142 82.232506 96.500000 +v 116.254074 80.561508 96.500000 +v 119.754890 81.365723 96.500000 +v 119.599525 80.459648 96.500000 +v 119.599525 79.540352 96.500000 +v 117.655052 75.218971 96.500000 +v 124.311562 85.376099 96.500000 +v 123.412903 85.182419 96.500000 +v 120.946350 87.770096 96.500000 +v 122.559898 84.839661 96.500000 +v 128.580856 84.068642 96.500000 +v 127.841743 84.615288 96.500000 +v 128.547485 88.013855 96.500000 +v 127.020882 85.029160 96.500000 +v 126.141884 85.298347 96.500000 +v 123.049843 88.544205 96.500000 +v 125.230034 85.415115 96.500000 +v 117.141655 71.071182 92.711143 +v 116.412743 71.769783 92.711143 +v 116.964622 73.159386 95.394424 +v 115.745712 72.527679 92.711143 +v 115.145355 73.339424 92.711143 +v 116.155838 74.243088 95.394424 +v 114.615997 74.199150 92.711143 +v 115.492264 75.421318 95.394424 +v 114.161453 75.100670 92.711143 +v 113.785019 76.037491 92.711143 +v 122.494087 68.372543 92.711143 +v 121.517036 68.626945 92.711143 +v 121.355438 70.096542 95.394424 +v 120.565086 68.963287 92.711143 +v 119.645088 69.379158 92.711143 +v 120.118935 70.643906 95.394424 +v 118.763664 69.871552 92.711143 +v 118.962578 71.344894 95.394424 +v 117.927177 70.436913 92.711143 +v 117.905350 72.188004 95.394424 +v 128.482956 68.626945 92.711143 +v 127.505905 68.372543 92.711143 +v 126.684219 69.582481 95.394424 +v 126.510803 68.201912 92.711143 +v 125.504814 68.116287 92.711143 +v 125.338234 69.452637 95.394424 +v 124.495186 68.116287 92.711143 +v 123.986694 69.495979 95.394424 +v 123.489197 68.201912 92.711143 +v 122.651787 69.711792 95.394424 +v 133.587265 71.769783 92.711143 +v 132.858353 71.071182 92.711143 +v 131.579559 71.749496 95.394424 +v 132.072815 70.436913 92.711143 +v 131.236328 69.871552 92.711143 +v 130.470490 70.975861 95.394424 +v 130.354919 69.379158 92.711143 +v 129.271591 70.350403 95.394424 +v 129.434906 68.963287 92.711143 +v 128.002563 69.883385 95.394424 +v 136.510635 77.002869 92.711143 +v 136.214996 76.037491 92.711143 +v 134.781555 76.039886 95.394424 +v 135.838547 75.100670 92.711143 +v 135.384003 74.199150 92.711143 +v 134.194839 74.821564 95.394424 +v 134.854645 73.339424 92.711143 +v 133.457153 73.688271 95.394424 +v 134.254288 72.527679 92.711143 +v 132.580582 72.658615 95.394424 +v 135.838547 84.899330 92.711143 +v 136.214996 83.962502 92.711143 +v 135.207657 82.676765 95.394424 +v 136.510635 82.997131 92.711143 +v 136.723343 82.010162 92.711143 +v 135.466141 81.349457 95.394424 +v 136.851578 81.008720 92.711143 +v 136.894424 80.000000 92.711143 +v 135.552780 80.000000 95.394424 +v 136.851578 78.991280 92.711143 +v 135.466141 78.650543 95.394424 +v 136.723343 77.989830 92.711143 +v 135.207657 77.323242 95.394424 +v 132.072830 89.563087 92.711143 +v 132.858353 88.928818 92.711143 +v 132.580582 87.341385 95.394424 +v 133.587250 88.230217 92.711143 +v 134.254288 87.472321 92.711143 +v 133.457153 86.311737 95.394424 +v 134.854645 86.660583 92.711143 +v 135.384003 85.800850 92.711143 +v 134.194839 85.178436 95.394424 +v 134.781555 83.960114 95.394424 +v 126.510803 91.798088 92.711143 +v 127.505905 91.627457 92.711143 +v 128.002563 90.116615 95.394424 +v 128.482956 91.373055 92.711143 +v 129.434906 91.036713 92.711143 +v 129.271591 89.649597 95.394424 +v 130.354919 90.620842 92.711143 +v 131.236328 90.128456 92.711143 +v 130.470490 89.024139 95.394424 +v 131.579559 88.250504 95.394424 +v 120.565086 91.036713 92.711143 +v 121.517036 91.373055 92.711143 +v 122.651787 90.288208 95.394424 +v 122.494087 91.627457 92.711143 +v 123.489197 91.798088 92.711143 +v 123.986694 90.504028 95.394424 +v 124.495186 91.883705 92.711143 +v 125.504814 91.883705 92.711143 +v 125.338234 90.547363 95.394424 +v 126.684219 90.417519 95.394424 +v 115.745712 87.472321 92.711143 +v 116.412743 88.230217 92.711143 +v 117.905350 87.811996 95.394424 +v 117.141655 88.928818 92.711143 +v 117.927177 89.563087 92.711143 +v 118.962578 88.655098 95.394424 +v 118.763664 90.128456 92.711143 +v 119.645088 90.620842 92.711143 +v 120.118935 89.356094 95.394424 +v 121.355438 89.903458 95.394424 +v 113.276665 82.010162 92.711143 +v 113.489372 82.997131 92.711143 +v 114.984818 83.325272 95.394424 +v 113.785011 83.962502 92.711143 +v 114.161453 84.899330 92.711143 +v 115.492271 84.578682 95.394424 +v 114.615997 85.800850 92.711143 +v 115.145355 86.660583 92.711143 +v 116.155838 85.756912 95.394424 +v 116.964622 86.840614 95.394424 +v 114.984818 76.674728 95.394424 +v 113.489372 77.002869 92.711143 +v 114.641815 77.982742 95.394424 +v 113.276665 77.989830 92.711143 +v 113.148422 78.991280 92.711143 +v 114.468895 79.323883 95.394424 +v 113.105576 80.000000 92.711143 +v 113.148422 81.008720 92.711143 +v 114.468895 80.676117 95.394424 +v 114.641815 82.017258 95.394424 +v 140.792496 64.102844 89.453995 +v 134.746841 71.695496 89.309021 +v 135.711121 71.320793 89.000000 +v 140.123337 67.145569 89.453995 +v 139.646500 68.074585 89.453995 +v 138.356354 69.711426 89.453995 +v 136.691589 70.965355 89.453995 +v 140.782166 65.155510 89.587784 +v 140.555618 66.185699 89.587784 +v 139.118622 68.985382 89.587784 +v 137.613754 70.457588 89.587784 +v 135.783340 71.497589 89.587784 +v 140.524185 67.319672 89.891006 +v 141.036011 66.324310 89.951057 +v 139.511307 69.294891 89.951057 +v 137.914581 70.856972 89.951057 +v 135.972427 71.960457 89.951057 +v 140.277069 68.451401 89.987686 +v 136.727982 75.422058 89.951057 +v 136.642456 75.997734 89.453995 +v 145.421387 70.465576 89.309021 +v 145.187622 70.395836 89.707108 +v 145.081451 68.788956 89.943512 +v 144.945068 70.323471 89.891006 +v 143.933441 72.171066 89.951057 +v 144.690430 71.374672 89.809021 +v 144.891266 71.467461 89.587784 +v 145.020218 71.527023 89.309021 +v 144.167282 72.322815 89.809021 +v 144.352875 72.443237 89.587784 +v 144.472015 72.520561 89.309021 +v 139.829132 75.214760 89.951057 +v 139.906448 75.482590 89.809021 +v 138.847244 75.707893 89.809021 +v 139.967789 75.695145 89.587784 +v 138.877716 75.927017 89.587784 +v 140.007187 75.831612 89.309021 +v 138.897278 76.067696 89.309021 +v 137.765350 76.083336 89.453995 +v 137.766220 75.899445 89.707108 +v 137.767395 75.646324 89.891006 +v 141.047485 75.385201 89.453995 +v 140.971848 75.217575 89.707108 +v 140.867752 74.986855 89.891006 +v 141.643982 74.230232 89.987686 +v 142.038330 74.849983 89.453995 +v 141.939606 74.694824 89.707108 +v 141.803726 74.481270 89.891006 +v 142.942902 74.179169 89.453995 +v 142.823105 74.039642 89.707108 +v 142.658203 73.847610 89.891006 +v 143.787979 73.425934 89.309021 +v 143.681046 73.332443 89.587784 +v 143.304642 73.003334 89.951057 +v 146.702927 85.800064 89.587784 +v 137.065338 84.288757 89.309021 +v 136.964615 84.388908 89.587784 +v 136.333755 83.942818 89.767136 +v 137.871979 84.936493 89.000000 +v 143.693939 86.669983 89.453995 +v 142.650970 86.721535 89.453995 +v 140.588348 86.422646 89.453995 +v 138.670029 85.607895 89.453995 +v 145.746796 86.245514 89.587784 +v 144.741348 86.564407 89.587784 +v 141.598251 86.719772 89.587784 +v 139.570847 86.152618 89.587784 +v 137.754974 85.087440 89.587784 +v 143.743576 87.104172 89.891006 +v 144.861511 87.049751 89.951057 +v 141.526550 87.214607 89.951057 +v 139.375397 86.612831 89.951057 +v 137.448669 85.482635 89.951057 +v 142.639923 87.456024 89.987686 +v 135.279984 88.808151 89.951057 +v 134.458344 88.013977 89.707108 +v 134.159134 87.753082 89.441124 +v 143.411255 92.680908 89.707108 +v 144.453674 92.270081 89.776718 +v 143.352661 92.434669 89.891006 +v 143.283768 92.145203 89.987686 +v 141.246780 92.482368 89.951057 +v 142.314972 92.739746 89.809021 +v 142.335037 92.960068 89.587784 +v 142.347916 93.101524 89.309021 +v 141.232285 92.760757 89.809021 +v 141.220779 92.981689 89.587784 +v 141.213394 93.123535 89.309021 +v 135.860626 89.674706 89.951057 +v 136.365417 90.650650 89.809021 +v 135.640701 89.846016 89.809021 +v 136.212006 90.810059 89.587784 +v 135.466171 89.981964 89.587784 +v 136.113525 90.912407 89.309021 +v 135.354111 90.069244 89.309021 +v 134.722458 89.126572 89.309021 +v 134.845810 89.056122 89.587784 +v 135.037903 88.946404 89.809021 +v 136.985229 91.638885 89.309021 +v 137.068146 91.523552 89.587784 +v 137.197296 91.343933 89.809021 +v 137.360031 91.117592 89.951057 +v 137.951462 92.233864 89.309021 +v 138.017120 92.107910 89.587784 +v 138.119370 91.911736 89.809021 +v 138.992554 92.685249 89.309021 +v 139.039612 92.551231 89.587784 +v 139.112900 92.342491 89.809021 +v 139.205261 92.079468 89.951057 +v 140.087296 92.983833 89.309021 +v 140.114792 92.844482 89.587784 +v 140.157639 92.627441 89.809021 +v 130.871094 101.625282 89.453995 +v 130.927765 101.532181 89.000000 +v 127.318497 92.593262 89.309021 +v 127.160858 93.615700 89.000000 +v 128.570602 99.524414 89.453995 +v 128.004456 98.646950 89.453995 +v 127.231995 96.711220 89.453995 +v 126.978439 94.642540 89.453995 +v 129.964615 101.090004 89.587784 +v 129.185730 100.378716 89.587784 +v 127.479630 97.734390 89.587784 +v 126.957092 95.695038 89.587784 +v 126.971634 93.589851 89.587784 +v 128.219391 99.784492 89.891006 +v 129.651917 101.480164 89.951057 +v 127.622749 98.859741 89.891006 +v 126.460815 95.755867 89.951057 +v 126.476234 93.522171 89.951057 +v 127.980270 99.961578 89.987686 +v 126.520416 96.893555 89.987686 +v 122.271141 93.166290 89.809021 +v 122.644844 92.083794 89.453995 +v 123.046356 102.452644 89.309021 +v 123.223640 102.285072 89.707108 +v 123.623833 101.906799 89.987686 +v 122.313339 100.311310 89.951057 +v 122.624542 101.365082 89.809021 +v 122.443771 101.492615 89.587784 +v 122.065002 100.437950 89.809021 +v 121.867912 100.538452 89.587784 +v 121.741379 100.602982 89.309021 +v 121.729576 95.235031 89.951057 +v 122.511909 93.306793 89.951057 +v 121.793457 94.138123 89.809021 +v 121.244217 95.114914 89.587784 +v 121.588455 94.054947 89.587784 +v 121.106339 95.080795 89.309021 +v 121.456833 94.001549 89.309021 +v 122.327705 101.574493 89.309021 +v 121.957390 92.983185 89.309021 +v 122.080070 93.054779 89.587784 +v 120.972801 96.204926 89.453995 +v 121.155785 96.223236 89.707108 +v 121.703712 96.278076 89.987686 +v 120.940887 97.330635 89.453995 +v 121.124611 97.322716 89.707108 +v 121.377495 97.311821 89.891006 +v 121.010529 98.460526 89.309021 +v 121.150116 98.434273 89.587784 +v 121.367538 98.393372 89.809021 +v 121.641502 98.341843 89.951057 +v 121.299316 99.557892 89.309021 +v 121.433746 99.512032 89.587784 +v 121.643135 99.440613 89.809021 +v 108.908318 96.433212 89.806961 +v 109.207504 95.897156 89.453995 +v 109.316467 95.899681 89.000000 +v 115.265694 88.351814 89.000000 +v 114.288887 88.679207 89.000000 +v 115.237785 88.246460 89.453995 +v 109.876656 92.854431 89.453995 +v 110.353493 91.925415 89.453995 +v 111.643654 90.288574 89.453995 +v 113.308403 89.034645 89.453995 +v 109.217827 94.844490 89.587784 +v 109.444389 93.814301 89.587784 +v 110.881378 91.014618 89.587784 +v 112.386246 89.542419 89.587784 +v 114.216660 88.502411 89.587784 +v 109.475822 92.680328 89.891006 +v 108.963989 93.675690 89.951057 +v 110.488693 90.705109 89.951057 +v 112.085426 89.143036 89.951057 +v 114.027573 88.039543 89.951057 +v 109.722931 91.548599 89.987686 +v 112.231926 84.498642 89.951057 +v 113.894096 84.545212 89.889030 +v 113.739021 84.146126 89.579544 +v 104.812378 89.604164 89.707108 +v 104.846519 91.083199 89.922127 +v 105.340073 89.761604 89.987686 +v 105.054932 89.676529 89.891006 +v 105.431030 88.681435 89.891006 +v 105.201248 88.575287 89.707108 +v 105.034302 88.498161 89.453995 +v 106.695374 86.996666 89.951057 +v 105.832718 87.677185 89.809021 +v 105.647133 87.556763 89.587784 +v 105.527985 87.479439 89.309021 +v 111.212158 84.719353 89.987686 +v 110.130661 84.645958 89.891006 +v 110.060471 84.402771 89.707108 +v 111.136322 84.173927 89.707108 +v 110.009468 84.226082 89.453995 +v 111.110992 83.991776 89.453995 +v 112.234924 83.856613 89.309021 +v 112.234268 83.998657 89.587784 +v 112.233231 84.219879 89.809021 +v 108.927826 84.560066 89.309021 +v 108.986237 84.689537 89.587784 +v 109.191872 85.145294 89.951057 +v 107.929428 85.099358 89.309021 +v 108.005684 85.219193 89.587784 +v 108.124451 85.405846 89.809021 +v 108.274094 85.641037 89.951057 +v 107.017975 85.775276 89.309021 +v 107.110512 85.883041 89.587784 +v 107.254639 86.050880 89.809021 +v 106.212021 86.574066 89.309021 +v 106.318954 86.667557 89.587784 +v 106.485504 86.813179 89.809021 +v 103.336411 74.271873 89.453995 +v 112.899956 75.745758 89.000000 +v 113.035385 75.611092 89.587784 +v 112.128029 75.063507 89.000000 +v 106.306061 73.330017 89.453995 +v 107.349037 73.278465 89.453995 +v 109.411652 73.577354 89.453995 +v 111.329971 74.392105 89.453995 +v 104.253204 73.754486 89.587784 +v 105.258652 73.435593 89.587784 +v 108.401749 73.280220 89.587784 +v 110.429146 73.847382 89.587784 +v 112.245026 74.912560 89.587784 +v 106.256424 72.895836 89.891006 +v 111.551086 74.015160 89.891006 +v 113.738861 75.854340 89.890091 +v 104.071671 73.288605 89.951057 +v 107.355606 72.841492 89.891006 +v 110.624611 73.387169 89.951057 +v 106.222626 72.600204 89.987686 +v 109.609550 72.869942 89.987686 +v 112.551338 74.517372 89.951057 +v 115.171402 72.132240 89.951057 +v 115.154198 70.943878 89.587784 +v 106.532257 67.081772 89.309021 +v 106.588737 67.319092 89.707108 +v 105.125107 68.424660 89.985443 +v 106.716240 67.854797 89.987686 +v 108.753227 67.517632 89.951057 +v 107.685036 67.260254 89.809021 +v 107.664963 67.039932 89.587784 +v 107.652084 66.898476 89.309021 +v 108.767715 67.239243 89.809021 +v 108.779221 67.018311 89.587784 +v 108.786606 66.876465 89.309021 +v 113.441292 69.550217 89.951057 +v 113.634590 69.349350 89.809021 +v 114.139374 70.325294 89.951057 +v 113.787987 69.189941 89.587784 +v 114.533829 70.018044 89.587784 +v 113.886475 69.087593 89.309021 +v 114.645889 69.930756 89.309021 +v 114.684502 69.900681 89.000000 +v 107.647644 66.849731 89.000000 +v 115.277534 70.873428 89.309021 +v 114.962090 71.053596 89.809021 +v 113.014778 68.361122 89.309021 +v 112.931862 68.476440 89.587784 +v 112.802719 68.656067 89.809021 +v 112.048546 67.766136 89.309021 +v 111.982887 67.892090 89.587784 +v 111.880630 68.088264 89.809021 +v 111.751770 68.335464 89.951057 +v 111.007454 67.314751 89.309021 +v 110.960396 67.448769 89.587784 +v 110.887100 67.657509 89.809021 +v 109.912704 67.016167 89.309021 +v 109.885208 67.155518 89.587784 +v 109.788391 67.646057 89.951057 +v 118.777496 57.857727 89.790253 +v 119.171539 58.304688 89.587784 +v 119.072243 58.467819 89.000000 +v 122.634262 67.393936 89.000000 +v 122.818604 67.443886 89.587784 +v 122.839142 66.384300 89.000000 +v 121.429405 60.475586 89.453995 +v 121.995544 61.353050 89.453995 +v 122.768005 63.288773 89.453995 +v 123.021561 65.357460 89.453995 +v 120.035378 58.909988 89.587784 +v 120.814270 59.621292 89.587784 +v 122.520370 62.265602 89.587784 +v 123.042908 64.304962 89.587784 +v 123.028366 66.410149 89.587784 +v 121.780602 60.215500 89.891006 +v 120.348083 58.519836 89.951057 +v 122.377251 61.140259 89.891006 +v 123.539192 64.244133 89.951057 +v 123.523766 66.477829 89.951057 +v 122.019730 60.038422 89.987686 +v 123.479591 63.106445 89.987686 +v 126.779884 67.459412 89.987686 +v 127.728859 66.833710 89.809021 +v 127.038574 68.174423 89.581078 +v 127.355164 67.916214 89.453995 +v 126.776352 57.714928 89.707108 +v 126.592415 57.888802 89.891006 +v 125.243713 57.001289 89.966751 +v 127.375458 58.634926 89.809021 +v 127.556229 58.507385 89.587784 +v 128.093033 60.649391 89.951057 +v 127.934998 59.562057 89.809021 +v 128.132080 59.461548 89.587784 +v 128.258621 59.397018 89.309021 +v 127.948227 65.757072 89.951057 +v 128.541031 64.831940 89.809021 +v 128.206543 65.861877 89.809021 +v 128.755783 64.885086 89.587784 +v 128.411545 65.945053 89.587784 +v 128.893661 64.919205 89.309021 +v 128.543167 65.998451 89.309021 +v 127.672295 58.425507 89.309021 +v 128.042603 67.016815 89.309021 +v 127.919930 66.945221 89.587784 +v 129.086960 63.801056 89.309021 +v 128.945618 63.786911 89.587784 +v 128.448105 63.737106 89.951057 +v 129.059113 62.669365 89.453995 +v 128.875381 62.677284 89.707108 +v 128.325226 62.700996 89.987686 +v 128.930450 61.550568 89.453995 +v 128.749725 61.584564 89.707108 +v 128.500977 61.631348 89.891006 +v 128.700684 60.442108 89.309021 +v 128.566254 60.487961 89.587784 +v 128.356873 60.559387 89.809021 +v 144.321793 62.882385 94.455727 +v 145.636536 64.492653 94.455727 +v 145.747589 64.409195 94.401306 +v 144.522537 62.704536 94.326820 +v 139.581177 58.875519 94.488869 +v 137.906830 57.644730 94.455727 +v 139.742737 58.641457 94.401306 +v 138.040924 57.412460 94.326820 +v 130.191177 54.571922 94.401306 +v 132.220459 55.072090 94.401306 +v 130.217041 54.445251 94.326820 +v 121.888512 54.374573 94.455727 +v 123.960587 54.207291 94.455727 +v 123.954994 54.068481 94.401306 +v 121.856178 54.108322 94.326820 +v 113.933884 56.678658 94.455727 +v 115.846359 55.863831 94.455727 +v 115.797096 55.733932 94.401306 +v 113.818909 56.436340 94.326820 +v 105.787102 97.021149 94.488869 +v 104.363472 95.507347 94.455727 +v 105.678215 97.117615 94.455727 +v 104.252411 95.590797 94.401306 +v 105.477455 97.295471 94.326820 +v 112.093178 102.355263 94.455727 +v 110.336182 101.244209 94.455727 +v 110.257263 101.358543 94.401306 +v 111.959076 102.587540 94.326820 +v 117.858665 104.654732 94.488869 +v 119.836609 105.291962 94.455727 +v 117.779541 104.927910 94.401306 +v 119.782959 105.554749 94.326820 +v 123.972443 105.498680 94.500000 +v 128.111496 105.625427 94.455727 +v 126.045006 105.931519 94.401306 +v 128.143814 105.891678 94.326820 +v 136.066116 103.321350 94.455727 +v 134.153641 104.136169 94.455727 +v 134.202911 104.266068 94.401306 +v 136.181091 103.563660 94.326820 +v 150.729935 77.922867 94.455727 +v 150.952576 80.000000 94.401306 +v 150.868408 77.911690 94.401306 +v 151.081848 80.000000 94.326820 +v 150.479370 75.859200 94.455727 +v 150.616486 75.836914 94.401306 +v 150.323959 73.758209 94.326820 +v 150.063538 73.822395 94.455727 +v 149.485184 71.825645 94.455727 +v 149.616959 71.781654 94.401306 +v 148.875824 69.827461 94.401306 +v 148.748016 69.881912 94.455727 +v 147.856842 68.003799 94.455727 +v 147.979858 67.939240 94.401306 +v 147.044128 66.060150 94.326820 +v 146.817444 66.203491 94.455727 +v 142.881744 61.383141 94.455727 +v 142.977982 61.282944 94.401306 +v 141.495346 59.796875 94.326820 +v 141.325714 60.004623 94.455727 +v 136.003754 56.810089 94.488869 +v 136.125671 56.553146 94.401306 +v 136.181091 56.436340 94.326820 +v 134.248749 55.613052 94.326820 +v 134.202911 55.733932 94.401306 +v 128.111496 54.374573 94.455727 +v 128.128235 54.236664 94.401306 +v 126.050209 53.939308 94.326820 +v 126.039413 54.207291 94.455727 +v 119.782959 54.445251 94.326820 +v 119.836609 54.708038 94.455727 +v 117.743576 54.947914 94.326820 +v 117.818199 55.205536 94.455727 +v 111.959076 57.412460 94.326820 +v 112.165916 57.770721 94.488869 +v 110.183823 58.535065 94.326820 +v 110.257263 58.641457 94.401306 +v 110.418823 58.875519 94.488869 +v 108.674286 60.004623 94.455727 +v 108.586418 59.897018 94.401306 +v 107.118263 61.383141 94.455727 +v 106.932465 61.189713 94.326820 +v 105.574226 62.790268 94.401306 +v 105.787102 62.978859 94.488869 +v 104.149055 64.331535 94.326820 +v 104.363472 64.492653 94.455727 +v 103.065147 66.129242 94.401306 +v 102.955887 66.060150 94.326820 +v 101.522697 69.997253 94.500000 +v 102.020142 67.939240 94.401306 +v 101.905670 67.879158 94.326820 +v 101.124176 69.827461 94.401306 +v 101.251984 69.881912 94.455727 +v 100.260422 71.740715 94.326820 +v 100.514824 71.825645 94.455727 +v 99.936462 73.822395 94.455727 +v 99.801575 73.789146 94.401306 +v 99.520645 75.859200 94.455727 +v 99.383514 75.836914 94.401306 +v 99.002731 77.901283 94.326820 +v 99.270065 77.922867 94.455727 +v 99.331833 80.000000 94.488869 +v 99.047440 80.000000 94.401306 +v 98.699753 80.000000 94.124695 +v 99.270065 82.077133 94.455727 +v 98.886353 82.108109 94.233925 +v 99.664230 84.117462 94.488869 +v 99.255905 84.183823 94.326820 +v 99.676048 86.241791 94.326820 +v 99.801575 86.210854 94.401306 +v 100.077705 86.142792 94.488869 +v 100.514824 88.174355 94.455727 +v 100.383049 88.218353 94.401306 +v 100.897827 90.268982 94.233925 +v 101.251984 90.118088 94.455727 +v 102.143158 91.996193 94.455727 +v 101.905670 92.120842 94.326820 +v 102.955887 93.939850 94.326820 +v 103.182571 93.796509 94.455727 +v 107.219040 98.511940 94.488869 +v 106.932465 98.810287 94.326820 +v 108.504654 100.203125 94.326820 +v 108.586418 100.102982 94.401306 +v 108.766289 99.882690 94.488869 +v 113.933884 103.321350 94.455727 +v 113.874329 103.446854 94.401306 +v 115.751251 104.386955 94.326820 +v 115.846359 104.136169 94.455727 +v 121.906044 105.481018 94.488869 +v 121.871765 105.763336 94.401306 +v 123.949791 106.060699 94.326820 +v 123.960587 105.792702 94.455727 +v 130.191177 105.428078 94.401306 +v 130.163391 105.291962 94.455727 +v 132.256424 105.052086 94.326820 +v 132.181808 104.794464 94.455727 +v 137.976288 102.475578 94.401306 +v 137.906830 102.355263 94.455727 +v 139.816177 101.464935 94.326820 +v 139.663818 101.244209 94.455727 +v 141.325714 99.995369 94.455727 +v 141.413574 100.102982 94.401306 +v 142.881744 98.616859 94.455727 +v 143.148407 98.894501 94.233925 +v 144.522537 97.295471 94.326820 +v 144.212891 97.021149 94.488869 +v 145.850952 95.668465 94.326820 +v 145.747589 95.590797 94.401306 +v 145.520233 95.419952 94.488869 +v 146.817444 93.796509 94.455727 +v 146.934860 93.870758 94.401306 +v 147.856842 91.996193 94.455727 +v 148.094330 92.120842 94.326820 +v 148.875824 90.172539 94.401306 +v 148.748016 90.118088 94.455727 +v 149.739578 88.259285 94.326820 +v 149.485184 88.174355 94.455727 +v 150.063538 86.177612 94.455727 +v 150.198425 86.210854 94.401306 +v 150.479370 84.140800 94.455727 +v 150.744095 84.183823 94.326820 +v 150.997269 82.098717 94.326820 +v 150.868408 82.088318 94.401306 +v 102.070587 78.048416 93.656433 +v 118.261475 102.003609 93.656433 +v 137.065521 99.595650 93.656433 +v 141.613876 95.923119 93.656433 +v 147.965912 81.954681 93.809021 +v 147.305222 85.807831 93.809021 +v 146.732330 87.678520 93.809021 +v 145.122055 91.240852 93.809021 +v 138.705673 98.531288 93.809021 +v 135.376724 100.581001 93.809021 +v 124.021774 103.028175 93.809021 +v 122.072372 102.862251 93.809021 +v 109.772141 97.302200 93.809021 +v 105.903732 92.906830 93.809021 +v 103.997147 89.493889 93.809021 +v 103.267670 87.678520 93.809021 +v 102.282593 83.895294 93.809021 +v 102.694778 74.192169 93.809021 +v 104.877945 68.759148 93.809021 +v 127.927628 57.137741 93.809021 +v 129.855927 57.468384 93.809021 +v 131.738525 57.996391 93.656433 +v 135.376724 59.419006 93.809021 +v 137.084732 60.373154 93.809021 +v 140.227859 62.697800 93.809021 +v 141.640335 64.051544 93.809021 +v 146.002853 70.506111 93.809021 +v 147.305222 74.192169 93.809021 +v 147.776596 83.905434 93.953995 +v 146.057571 89.518623 93.953995 +v 142.979630 94.517532 93.953995 +v 141.683685 95.990013 93.953995 +v 140.267532 97.347290 93.953995 +v 137.116211 99.677979 93.953995 +v 133.593948 101.386864 93.809021 +v 131.749252 102.038635 93.809021 +v 129.855927 102.531616 93.809021 +v 127.927628 102.862251 93.809021 +v 125.980774 103.088173 93.953995 +v 120.131416 102.590317 93.953995 +v 118.233162 102.096054 93.953995 +v 116.383659 101.442581 93.953995 +v 104.825523 91.270142 93.953995 +v 103.211052 87.698524 93.953995 +v 102.636665 85.822960 93.953995 +v 102.034088 81.954681 93.809021 +v 101.951057 80.000000 93.809021 +v 105.903732 67.093170 93.809021 +v 107.067093 65.520187 93.809021 +v 108.359673 64.051544 93.809021 +v 109.772141 62.697800 93.809021 +v 111.294334 61.468712 93.809021 +v 112.883789 60.322021 93.953995 +v 114.623276 59.419006 93.809021 +v 116.406052 58.613136 93.809021 +v 118.233162 57.903946 93.953995 +v 120.144066 57.468384 93.809021 +v 122.072372 57.137741 93.809021 +v 124.021774 56.971825 93.809021 +v 125.978226 56.971825 93.809021 +v 129.868591 57.409683 93.953995 +v 131.766846 57.903946 93.953995 +v 133.593948 58.613136 93.809021 +v 137.116211 60.322021 93.953995 +v 138.741379 61.420433 93.953995 +v 142.979630 65.482468 93.953995 +v 144.146027 67.059547 93.953995 +v 145.122055 68.759148 93.809021 +v 146.788956 72.301476 93.953995 +v 147.717407 76.104713 93.809021 +v 148.025757 78.040222 93.953995 +v 148.108994 80.000000 93.953995 +v 148.107437 81.966736 94.087784 +v 147.442688 85.843613 94.087784 +v 145.246063 91.310120 94.087784 +v 144.146027 92.940453 93.953995 +v 141.742874 96.046738 94.087784 +v 140.321701 97.408829 94.087784 +v 138.790131 98.645485 94.087784 +v 135.440659 100.707832 94.087784 +v 124.015747 103.170090 94.087784 +v 122.054329 103.003143 94.087784 +v 114.596245 100.634621 93.953995 +v 112.883789 99.677979 93.953995 +v 111.258621 98.579567 93.953995 +v 109.678299 97.408829 94.087784 +v 108.316315 95.990013 93.953995 +v 107.020370 94.517532 93.953995 +v 105.786041 92.986366 94.087784 +v 103.133743 87.725838 94.087784 +v 102.557320 85.843613 94.087784 +v 102.142601 83.919296 94.087784 +v 101.974258 78.040222 93.953995 +v 102.223404 76.094559 93.953995 +v 102.636665 74.177040 93.953995 +v 103.211052 72.301476 93.953995 +v 103.942429 70.481377 93.953995 +v 104.753944 68.689873 94.087784 +v 127.935249 57.078178 93.953995 +v 133.646912 58.481339 94.087784 +v 135.403763 59.365379 93.953995 +v 138.790131 61.354515 94.087784 +v 140.321701 62.591171 94.087784 +v 141.683685 64.009987 93.953995 +v 145.246063 68.689873 94.087784 +v 146.057571 70.481377 93.953995 +v 147.442688 74.156380 94.087784 +v 147.957855 83.936523 94.207108 +v 146.866257 87.725838 94.087784 +v 146.225159 89.594376 94.207108 +v 143.043411 94.569038 94.087784 +v 133.684906 101.613220 94.207108 +v 131.820694 102.271889 94.207108 +v 129.907333 102.770088 94.207108 +v 127.958611 103.104233 94.207108 +v 125.988586 103.271904 94.207108 +v 120.092674 102.770088 94.207108 +v 118.179314 102.271889 94.207108 +v 116.315094 101.613220 94.207108 +v 104.664978 91.359825 94.207108 +v 103.867714 89.552399 94.087784 +v 101.707108 80.000000 94.207108 +v 105.701614 66.956566 94.207108 +v 106.877296 65.366936 94.207108 +v 108.183548 63.882736 94.207108 +v 109.610977 62.514664 94.207108 +v 114.513451 59.201172 94.207108 +v 116.315094 58.386780 94.207108 +v 118.179314 57.728111 94.207108 +v 120.092674 57.229912 94.207108 +v 122.041389 56.895767 94.207108 +v 124.011421 56.728096 94.207108 +v 125.988586 56.728096 94.207108 +v 129.885864 57.329529 94.087784 +v 131.790848 57.825554 94.087784 +v 137.159210 60.252197 94.087784 +v 140.389023 62.514664 94.207108 +v 141.816452 63.882736 94.207108 +v 143.043411 65.430962 94.087784 +v 144.213959 67.013634 94.087784 +v 146.225159 70.405632 94.207108 +v 146.866257 72.274162 94.087784 +v 147.957855 76.063484 94.207108 +v 148.208984 78.024628 94.207108 +v 148.292892 80.000000 94.207108 +v 148.327881 81.985497 94.309021 +v 147.656769 85.899368 94.309021 +v 145.439194 91.418015 94.309021 +v 144.397247 93.110252 94.309021 +v 141.816452 96.117256 94.207108 +v 140.389023 97.485329 94.207108 +v 138.850723 98.727425 94.207108 +v 137.212631 99.834579 94.207108 +v 135.486542 100.798828 94.207108 +v 124.006355 103.391121 94.309021 +v 122.026230 103.222588 94.309021 +v 114.459732 100.905373 94.309021 +v 112.724808 99.936188 94.309021 +v 111.078323 98.823357 94.309021 +v 109.532135 97.574898 94.309021 +v 108.097412 96.199821 94.309021 +v 106.784454 94.708015 94.309021 +v 105.602753 93.110252 94.309021 +v 103.037659 87.759796 94.207108 +v 102.458702 85.869301 94.207108 +v 102.042152 83.936523 94.207108 +v 101.791016 81.975372 94.207108 +v 101.672127 78.014503 94.309021 +v 101.924545 76.043320 94.309021 +v 102.343231 74.100639 94.309021 +v 102.925156 72.200462 94.309021 +v 103.666122 70.356476 94.309021 +v 104.560806 68.581985 94.309021 +v 111.149277 61.272583 94.207108 +v 112.787369 60.165421 94.207108 +v 124.006355 56.608879 94.309021 +v 125.993645 56.608879 94.309021 +v 127.973770 56.777412 94.309021 +v 133.684906 58.386780 94.207108 +v 135.486542 59.201172 94.207108 +v 137.275192 60.063812 94.309021 +v 138.850723 61.272583 94.207108 +v 141.902588 63.800179 94.309021 +v 143.215546 65.291977 94.309021 +v 145.335022 68.640175 94.207108 +v 147.074844 72.200462 94.309021 +v 147.541306 74.130707 94.207108 +v 148.207321 83.979294 94.391006 +v 147.201004 87.844116 94.391006 +v 133.729401 101.723938 94.309021 +v 131.855621 102.385986 94.309021 +v 129.932465 102.886726 94.309021 +v 127.973770 103.222588 94.309021 +v 125.993645 103.391121 94.309021 +v 120.039345 103.017525 94.391006 +v 118.105194 102.513916 94.391006 +v 116.220718 101.848083 94.391006 +v 104.444000 91.483276 94.391006 +v 101.587784 80.000000 94.309021 +v 105.491905 66.814827 94.391006 +v 108.000809 63.707596 94.391006 +v 109.443748 62.324661 94.391006 +v 114.459732 59.094627 94.309021 +v 116.270607 58.276062 94.309021 +v 118.144371 57.614021 94.309021 +v 120.067535 57.113266 94.309021 +v 122.026230 56.777412 94.309021 +v 140.467865 62.425095 94.309021 +v 143.319641 65.207924 94.391006 +v 144.508102 66.814827 94.391006 +v 146.333878 70.356476 94.309021 +v 147.786255 74.066925 94.391006 +v 148.075455 76.043320 94.309021 +v 148.327881 78.014503 94.309021 +v 148.412216 80.000000 94.309021 +v 148.461182 81.996841 94.391006 +v 147.926544 85.969604 94.451057 +v 146.455795 89.698631 94.391006 +v 145.556000 91.483276 94.391006 +v 144.508102 93.185173 94.391006 +v 143.319641 94.792076 94.391006 +v 142.103851 96.392708 94.451057 +v 140.652039 97.784164 94.451057 +v 139.087448 99.047485 94.451057 +v 137.421356 100.173561 94.451057 +v 135.665771 101.154297 94.451057 +v 124.000679 103.524788 94.391006 +v 122.009239 103.355293 94.391006 +v 112.578644 100.173561 94.451057 +v 110.912552 99.047485 94.451057 +v 109.347961 97.784164 94.451057 +v 106.567566 94.883148 94.451057 +v 105.371796 93.266357 94.451057 +v 103.544205 89.698631 94.391006 +v 102.662308 87.892410 94.451057 +v 102.073456 85.969604 94.451057 +v 101.649788 84.003799 94.451057 +v 101.394363 82.009132 94.451057 +v 101.538818 78.003159 94.391006 +v 101.792679 76.020706 94.391006 +v 102.213753 74.066925 94.391006 +v 102.798996 72.155884 94.391006 +v 103.544205 70.301369 94.391006 +v 104.444000 68.516731 94.391006 +v 106.680359 65.207924 94.391006 +v 112.578644 59.826439 94.451057 +v 124.000679 56.475204 94.391006 +v 125.999321 56.475204 94.391006 +v 127.990761 56.644699 94.391006 +v 129.960663 56.982475 94.391006 +v 131.894806 57.486084 94.391006 +v 133.833344 58.017395 94.451057 +v 135.665771 58.845703 94.451057 +v 137.421356 59.826439 94.451057 +v 139.087448 60.952515 94.451057 +v 141.999191 63.707596 94.391006 +v 144.628204 66.733643 94.451057 +v 145.682571 68.446030 94.451057 +v 147.201004 72.155884 94.391006 +v 148.350220 75.996208 94.451057 +v 148.350220 84.003799 94.451057 +v 120.008797 103.159241 94.451057 +v 118.062744 102.652527 94.451057 +v 116.166664 101.982605 94.451057 +v 114.334229 101.154297 94.451057 +v 107.896149 96.392708 94.451057 +v 105.371796 66.733643 94.451057 +v 107.896149 63.607285 94.451057 +v 109.347961 62.215836 94.451057 +v 110.912552 60.952515 94.451057 +v 143.432434 65.116852 94.451057 +v 147.926544 74.030396 94.451057 +v 95.249207 76.607155 89.480225 +v 128.946136 50.387100 89.633949 +v 126.695251 50.173477 89.633949 +v 153.515488 88.908562 89.633949 +v 137.597107 107.088905 89.633949 +v 126.695251 109.826530 89.633949 +v 124.434647 109.869316 89.633949 +v 117.723907 108.975060 89.633949 +v 95.317734 83.385033 89.633949 +v 95.658745 74.379837 89.633949 +v 101.099510 62.076218 89.633949 +v 107.531723 55.764603 89.633949 +v 109.414642 54.512901 89.633949 +v 113.436996 52.453812 89.633949 +v 154.857880 82.264603 89.480225 +v 154.874664 80.000000 89.633949 +v 154.925201 81.532623 89.413605 +v 154.919876 78.680992 89.464714 +v 154.789108 77.740616 89.633949 +v 154.922562 81.100006 89.482635 +v 154.899933 77.732208 89.317108 +v 154.933304 78.264412 89.329727 +v 154.107559 73.273544 89.633949 +v 153.934158 72.210220 89.413605 +v 153.515488 71.091431 89.633949 +v 153.797974 71.799576 89.482635 +v 153.118134 69.707253 89.482635 +v 152.760086 68.960358 89.633949 +v 152.875778 68.917587 89.211426 +v 151.945526 66.843750 89.317108 +v 150.836975 64.864891 89.480225 +v 150.236710 63.809769 89.329727 +v 149.980988 63.480637 89.464714 +v 148.205109 61.184616 89.633949 +v 148.561295 61.522034 89.482635 +v 145.148254 57.848946 89.480225 +v 141.519363 55.019028 89.464714 +v 143.653564 56.569611 89.464714 +v 137.626190 52.848564 89.480225 +v 135.900543 52.068069 89.329727 +v 133.341064 51.411072 89.773918 +v 135.500198 51.952110 89.464706 +v 135.479324 52.123772 89.773918 +v 131.188675 50.702881 89.480225 +v 133.200424 51.202026 89.482635 +v 126.532623 50.074806 89.413605 +v 126.756126 50.066376 89.317017 +v 124.434647 50.130684 89.633949 +v 126.100006 50.077431 89.482635 +v 123.900002 50.077431 89.482635 +v 117.210220 51.065842 89.413605 +v 117.723907 51.024940 89.633949 +v 115.553406 51.658203 89.633949 +v 116.799576 51.202026 89.482635 +v 114.707253 51.881866 89.482635 +v 114.294998 52.013054 89.413605 +v 108.809769 54.763298 89.329727 +v 108.480637 55.019028 89.464714 +v 106.522034 56.438698 89.482635 +v 105.748856 57.155113 89.633949 +v 106.170486 56.690865 89.413605 +v 102.523514 60.319984 89.633949 +v 101.690865 61.170486 89.413605 +v 101.438698 61.522034 89.482635 +v 100.145569 63.301872 89.482635 +v 99.812408 63.935112 89.633949 +v 97.677559 67.917786 89.633949 +v 97.013054 69.294998 89.413605 +v 96.842049 70.018753 89.633949 +v 96.881866 69.707253 89.482635 +v 96.167824 72.176880 89.633949 +v 96.646103 70.378792 89.485420 +v 96.202026 71.799576 89.482635 +v 95.074806 78.467377 89.413605 +v 95.066696 78.264412 89.329727 +v 95.077431 78.900002 89.482635 +v 95.080132 81.319008 89.464714 +v 95.591011 85.633148 89.480225 +v 96.136917 87.991295 89.464706 +v 96.881866 90.292747 89.482635 +v 99.560013 95.899910 89.067673 +v 98.608795 94.146553 89.480225 +v 99.812408 96.064888 89.633949 +v 101.174545 97.867516 89.773918 +v 100.019028 96.519356 89.464714 +v 102.523514 99.680016 89.633949 +v 101.569611 98.653557 89.464714 +v 101.803604 98.998474 89.329727 +v 106.001526 103.196396 89.329727 +v 106.346436 103.430389 89.464714 +v 109.378662 105.545937 89.480225 +v 108.301872 104.854431 89.482635 +v 108.650330 105.110847 89.413605 +v 114.294998 107.986946 89.413605 +v 113.410309 107.609779 89.480225 +v 114.707253 108.118134 89.482635 +v 115.553406 108.341789 89.633949 +v 116.799576 108.797974 89.482635 +v 122.177292 109.741005 89.633949 +v 123.467377 109.925201 89.413605 +v 123.900002 109.922569 89.482635 +v 126.099998 109.922569 89.482635 +v 132.789780 108.934158 89.413605 +v 131.188675 109.297119 89.480225 +v 133.200424 108.797966 89.482635 +v 135.115829 108.181885 89.483627 +v 139.643463 106.118767 89.480225 +v 141.519363 104.980980 89.464714 +v 145.101837 102.100037 89.633949 +v 143.477966 103.561302 89.482635 +v 146.765808 100.563820 89.480225 +v 148.561295 98.477959 89.482635 +v 150.777481 95.100250 89.633949 +v 149.854431 96.698128 89.482635 +v 152.986954 90.705002 89.413605 +v 152.760086 91.039642 89.633949 +v 153.118134 90.292747 89.482635 +v 122.177292 50.258987 89.633949 +v 97.614487 92.110107 89.480225 +v 154.107559 86.726456 89.633949 +v 153.863083 87.991295 89.464714 +v 151.845657 66.892517 89.633949 +v 146.765808 59.436172 89.480225 +v 139.609726 53.941383 89.633949 +v 128.955246 50.318741 89.480225 +v 128.955246 109.681259 89.480225 +v 154.601089 75.483772 89.480225 +v 104.076263 58.676476 89.633949 +v 98.608795 65.853439 89.480225 +v 119.924408 109.510323 89.480225 +v 151.907639 93.137741 89.480225 +v 119.924408 50.489670 89.480225 +v 111.355408 53.345810 89.480225 +v 104.027954 101.372749 89.480225 +v 154.601089 84.516228 89.480225 +v 135.304276 81.328590 95.665016 +v 133.326355 73.785881 95.665016 +v 133.782013 77.697083 96.475037 +v 134.309036 78.799736 96.400772 +v 134.864853 78.728065 96.112923 +v 134.309036 81.200264 96.400772 +v 134.946503 80.000000 96.112923 +v 134.864853 81.271935 96.112923 +v 135.304276 78.671410 95.665016 +v 135.185791 80.000000 95.906525 +v 134.630280 76.101135 95.665016 +v 133.875076 75.001656 95.906525 +v 134.219589 76.267403 96.112923 +v 133.666580 75.119072 96.112923 +v 133.700119 76.477707 96.400772 +v 131.521851 73.683937 96.475037 +v 129.706451 72.236206 96.475037 +v 131.742493 73.470261 96.400772 +v 129.865677 71.973557 96.400772 +v 130.156189 71.494316 96.112923 +v 131.201553 72.223503 96.112923 +v 130.280243 71.289696 95.906525 +v 131.477798 71.877090 95.665016 +v 127.583206 71.296310 96.475037 +v 125.290993 70.925720 96.475037 +v 127.670601 71.001854 96.400772 +v 125.300842 70.618729 96.400772 +v 125.318802 70.058601 96.112923 +v 126.587463 70.180984 96.112923 +v 125.326469 69.819443 95.906525 +v 126.658173 69.743591 95.665016 +v 121.864449 71.479698 96.475037 +v 122.911400 70.849236 96.400772 +v 120.523689 71.419754 96.279053 +v 121.564819 70.665512 96.112923 +v 120.399361 71.181435 96.112923 +v 120.288681 70.969284 95.906525 +v 121.411804 70.249710 95.665016 +v 118.896217 73.279060 96.475037 +v 117.133629 74.879562 96.400772 +v 118.689728 73.051682 96.400772 +v 116.663948 74.573830 96.112923 +v 117.426270 73.552391 96.112923 +v 116.463409 74.443298 95.906525 +v 117.088898 73.265175 95.665016 +v 116.088478 78.264481 96.475037 +v 115.786995 78.205765 96.400772 +v 115.073929 79.362724 96.112923 +v 115.236916 78.098640 96.112923 +v 114.631767 79.334343 95.665016 +v 114.802010 78.013947 95.665016 +v 116.088478 81.735519 96.475037 +v 116.820152 83.939209 96.475037 +v 115.786995 81.794235 96.400772 +v 116.543427 84.072479 96.400772 +v 116.038506 84.315628 96.112923 +v 115.560211 83.134224 96.112923 +v 115.639313 84.507874 95.665016 +v 115.139709 83.273842 95.665016 +v 120.800644 88.049385 96.475037 +v 120.658569 88.321701 96.400772 +v 119.463226 87.937386 96.279053 +v 120.399361 88.818573 96.112923 +v 119.172539 88.354103 95.906525 +v 120.288681 89.030716 95.906525 +v 119.055946 88.521240 95.665016 +v 125.290993 89.074280 96.475037 +v 124.098724 89.342720 96.400772 +v 125.318802 89.941399 96.112923 +v 124.044907 89.900543 96.112923 +v 125.326469 90.180557 95.906525 +v 124.002365 90.341568 95.665016 +v 129.706451 87.763794 96.475037 +v 128.799332 88.582764 96.400772 +v 130.156189 88.505684 96.112923 +v 129.026184 89.095215 96.112923 +v 130.280243 88.710304 95.906525 +v 129.205521 89.500366 95.665016 +v 132.910660 84.455200 96.475037 +v 132.522141 85.613922 96.400772 +v 133.666580 84.880928 96.112923 +v 132.971268 85.949112 96.112923 +v 133.875076 84.998352 95.906525 +v 133.326355 86.214119 95.665016 +v 134.852661 77.416328 95.906525 +v 134.621216 77.477020 96.112923 +v 133.163040 73.907776 95.906525 +v 132.755844 74.211662 96.279053 +v 132.910660 75.544800 96.475037 +v 132.316956 72.913918 95.906525 +v 132.145065 73.080391 96.112923 +v 129.205521 70.499634 95.665016 +v 129.026184 70.904785 96.112923 +v 127.898140 70.235207 95.906525 +v 127.830055 70.464600 96.112923 +v 124.002365 69.658432 95.665016 +v 124.044907 70.099449 96.112923 +v 122.733444 70.069588 95.906525 +v 122.786690 70.302872 96.112923 +v 119.055946 71.478752 95.665016 +v 119.309433 71.842148 96.112923 +v 119.630066 72.301788 96.400772 +v 118.152084 72.459679 95.906525 +v 118.312950 72.636818 96.112923 +v 115.639313 75.492134 95.665016 +v 116.038506 75.684372 96.112923 +v 116.543427 75.927528 96.400772 +v 116.820152 76.060791 96.475037 +v 115.333115 76.790375 95.906525 +v 115.560211 76.865776 96.112923 +v 114.835136 80.652603 95.906525 +v 115.073929 80.637276 96.112923 +v 115.633194 80.601372 96.400772 +v 115.002045 81.947098 95.906525 +v 115.236916 81.901367 96.112923 +v 116.463409 85.556709 95.906525 +v 116.663948 85.426170 96.112923 +v 117.244072 86.602722 95.906525 +v 117.426270 86.447609 96.112923 +v 118.896217 86.720947 96.475037 +v 117.853004 86.084328 96.400772 +v 118.312950 87.363182 96.112923 +v 118.015076 87.691185 95.665016 +v 121.482185 89.559052 95.906525 +v 121.564819 89.334488 96.112923 +v 122.979744 88.851318 96.475037 +v 122.846512 89.435066 96.279053 +v 122.733444 89.930420 95.906525 +v 126.625648 90.055229 95.906525 +v 126.587463 89.819016 96.112923 +v 127.583206 88.703690 96.475037 +v 126.498016 89.265778 96.400772 +v 127.830055 89.535400 96.112923 +v 127.956123 89.960152 95.665016 +v 131.350739 87.963577 95.906525 +v 131.201553 87.776497 96.112923 +v 131.521851 86.316063 96.475037 +v 130.852127 87.338341 96.400772 +v 132.145065 86.919617 96.112923 +v 132.463348 87.227852 95.665016 +v 134.441376 83.822395 95.906525 +v 134.219589 83.732597 96.112923 +v 134.004410 81.160988 96.475037 +v 133.700119 83.522293 96.400772 +v 134.621216 82.522980 96.112923 +v 135.049789 82.635361 95.665016 +v 156.202393 81.099998 89.269043 +v 156.435486 78.900002 86.500000 +v 155.475403 82.232513 88.986931 +v 154.933304 81.735588 89.329727 +v 155.646011 81.100006 89.603348 +v 156.032211 81.853256 89.084793 +v 155.804977 82.082153 89.076172 +v 155.857086 82.389244 87.611092 +v 155.396118 82.380898 88.706810 +v 155.684265 81.889145 89.343758 +v 155.915375 81.510681 89.494316 +v 156.192780 81.286118 89.258629 +v 156.078705 81.100006 89.466843 +v 156.221588 82.227592 87.407745 +v 156.909576 81.100006 87.158882 +v 156.871872 81.391098 87.175079 +v 156.373566 81.532410 86.569305 +v 156.068512 82.089310 86.910736 +v 155.708237 82.404030 87.397957 +v 156.073196 82.263527 87.173752 +v 156.546585 81.809509 86.783997 +v 156.732834 81.748329 87.167694 +v 156.307861 81.716095 86.642845 +v 156.763870 81.457550 86.712402 +v 156.935379 81.100006 86.989487 +v 156.814728 81.100006 86.674156 +v 154.819214 82.226479 87.068710 +v 154.627594 81.935898 86.776939 +v 154.468658 81.720734 86.645134 +v 154.286026 81.484413 86.553810 +v 155.601517 78.337036 89.476112 +v 155.646011 78.900002 89.603348 +v 154.927124 77.910049 89.067673 +v 154.908020 77.652588 88.705231 +v 156.202393 78.900002 89.269043 +v 156.130157 78.900002 89.407684 +v 155.467545 77.574440 88.473442 +v 155.593765 77.747017 88.929466 +v 155.770020 77.780968 88.800926 +v 155.921646 77.959694 88.965088 +v 155.804657 78.293701 89.441628 +v 156.110931 78.337036 89.170029 +v 155.951431 78.900002 89.557617 +v 156.909576 78.900002 87.158882 +v 156.403519 77.910690 87.376312 +v 156.733582 78.283913 87.234497 +v 156.063004 77.695099 87.522614 +v 155.708237 77.595970 87.397957 +v 156.068512 77.910690 86.910736 +v 156.553009 78.023682 87.115875 +v 156.370972 78.251678 86.664772 +v 156.812531 78.542450 86.780014 +v 156.408142 78.608902 86.530602 +v 156.902466 78.900002 86.821327 +v 156.671692 78.728783 86.574837 +v 153.981003 78.897667 86.500008 +v 154.749222 77.887001 86.933655 +v 154.493927 78.245811 86.662247 +v 152.957016 68.295349 88.239975 +v 155.063538 71.584076 89.258629 +v 147.971725 60.229027 88.239975 +v 150.889832 62.549614 89.269043 +v 140.737869 54.098022 88.239975 +v 144.375153 55.520477 89.258629 +v 131.963440 50.502487 88.239975 +v 135.688232 50.664680 89.269043 +v 122.507401 49.794380 88.239975 +v 126.099998 48.797607 89.269043 +v 116.404091 49.984848 89.269043 +v 107.705841 54.008553 89.258629 +v 99.098022 64.262131 88.239975 +v 100.520477 60.624855 89.258629 +v 95.502487 73.036545 88.239975 +v 95.664680 69.311768 89.269043 +v 94.794380 82.492599 88.239975 +v 93.807228 78.713882 89.258629 +v 93.090431 78.899994 87.158882 +v 97.042999 91.704659 88.239975 +v 94.984848 88.595909 89.269043 +v 99.008553 97.294159 89.258629 +v 109.159805 106.038445 87.762009 +v 105.624855 104.479523 89.258629 +v 118.036545 109.497513 88.239975 +v 114.311768 109.335320 89.269043 +v 127.492599 110.205620 88.239975 +v 123.900002 111.202393 89.269043 +v 136.704666 107.957024 88.239975 +v 133.415924 110.063530 89.258629 +v 144.770981 102.971718 88.239975 +v 142.294159 105.991447 89.258629 +v 151.038437 95.840195 87.762009 +v 149.479523 99.375145 89.258629 +v 154.658936 87.018600 87.762009 +v 154.268661 90.862274 89.258629 +v 155.687714 71.185562 87.158882 +v 154.557007 69.239738 86.500000 +v 151.461945 62.133942 87.158882 +v 149.785278 60.632767 86.500000 +v 144.645889 54.831177 87.158882 +v 142.587402 53.921600 86.500000 +v 123.900002 48.185272 86.674156 +v 114.239738 50.443001 86.500000 +v 114.122543 50.082321 86.674156 +v 116.185562 49.312279 87.158882 +v 107.133942 53.538055 87.158882 +v 105.632767 55.214722 86.500000 +v 99.831177 60.354111 87.158882 +v 98.921600 62.412605 86.500000 +v 94.763161 71.332062 86.500000 +v 93.564514 81.100006 86.500000 +v 94.312279 88.814438 87.158882 +v 95.443001 90.760262 86.500000 +v 98.538055 97.866058 87.158882 +v 100.214722 99.367226 86.500000 +v 105.354111 105.168823 87.158882 +v 107.412605 106.078407 86.500000 +v 114.107025 109.965446 86.743958 +v 126.100006 111.814728 86.674156 +v 135.760254 109.557007 86.500000 +v 133.814438 110.687721 87.158882 +v 142.866058 106.461945 87.158882 +v 144.367233 104.785278 86.500000 +v 155.236847 88.667938 86.500000 +v 154.776489 71.481644 89.557617 +v 126.100006 49.048576 89.557617 +v 116.481644 50.223526 89.557617 +v 94.048576 78.900002 89.557617 +v 95.223526 88.518349 89.557617 +v 114.389320 109.096634 89.557617 +v 133.518356 109.776482 89.557617 +v 154.840393 88.539124 89.517235 +v 154.096634 90.610680 89.557617 +v 154.142502 72.878548 88.896599 +v 154.673706 72.705826 88.986931 +v 154.004593 72.400742 89.329727 +v 154.486023 71.576019 89.603348 +v 155.086075 72.173065 89.084793 +v 154.940689 72.460991 89.076172 +v 154.725891 72.891861 88.473442 +v 154.766251 72.314720 89.343758 +v 154.869080 71.883369 89.494316 +v 155.212845 72.641914 87.426231 +v 155.512146 72.282829 87.376312 +v 155.741821 71.474068 87.175079 +v 155.311584 71.762444 86.569305 +v 155.193558 72.386353 86.910736 +v 154.659103 72.981339 87.762260 +v 155.053223 72.673172 87.213425 +v 155.561752 71.972519 86.783997 +v 155.719986 71.856773 87.167694 +v 155.305832 71.957443 86.642845 +v 155.659653 71.570633 86.712402 +v 155.744522 71.347137 86.911140 +v 155.597534 71.214874 86.674156 +v 154.047775 72.902870 87.068710 +v 153.775757 72.685715 86.776939 +v 153.558105 72.530205 86.645134 +v 152.902985 72.092606 86.500008 +v 153.589890 68.962036 89.476112 +v 153.806183 69.483696 89.603348 +v 153.428574 68.598343 89.200119 +v 152.762665 68.631844 88.896599 +v 154.335327 69.311768 89.269043 +v 154.103638 68.967255 89.353645 +v 153.226822 68.278168 88.473442 +v 153.400208 68.403290 88.929466 +v 153.578308 68.381119 88.800926 +v 154.074371 68.804619 89.170029 +v 153.769699 68.858047 89.441628 +v 154.024414 69.195969 89.541939 +v 155.007889 69.093239 87.158882 +v 154.220886 68.308731 87.376312 +v 154.650116 68.561691 87.234497 +v 153.830429 68.208916 87.522614 +v 153.462387 68.224266 87.397957 +v 153.902283 68.412247 86.910736 +v 154.397964 68.369995 87.115875 +v 154.295303 68.643082 86.664772 +v 154.805115 68.783173 86.780014 +v 154.441055 68.971329 86.530602 +v 155.032425 69.085266 86.989487 +v 154.728729 69.003906 86.574837 +v 154.965454 69.107025 86.743958 +v 152.221939 69.996002 86.500008 +v 152.640244 68.797401 86.933655 +v 152.508316 69.217545 86.662247 +v 150.967361 63.893143 88.986931 +v 150.902252 64.261948 88.239784 +v 150.566177 62.784760 89.604652 +v 151.194901 63.259033 89.084793 +v 151.197784 63.709076 88.800926 +v 151.074478 64.053955 88.473442 +v 151.111664 63.608322 89.108101 +v 150.934509 63.492584 89.343758 +v 150.899017 63.050568 89.494316 +v 150.991455 62.705841 89.258629 +v 150.741165 62.657623 89.517235 +v 151.256531 63.895050 87.397957 +v 151.634048 63.231766 87.376312 +v 151.602554 62.391609 87.175079 +v 151.282471 62.798828 86.569305 +v 151.318192 63.744812 87.213425 +v 151.585327 62.921310 86.783997 +v 151.700043 62.762329 87.167694 +v 151.337280 62.986053 86.642845 +v 151.554245 62.508842 86.712402 +v 151.456207 62.138115 86.821327 +v 151.385223 62.189690 86.674156 +v 150.432938 64.273972 87.068710 +v 150.107117 64.151505 86.776939 +v 149.852066 64.070862 86.645134 +v 149.093811 63.857117 86.500008 +v 148.309143 61.170486 89.413605 +v 149.146591 61.096802 89.603348 +v 148.483398 60.416359 89.212769 +v 147.890900 60.609116 88.896599 +v 149.596695 60.769775 89.269043 +v 149.538269 60.812241 89.407684 +v 148.223053 60.129303 88.473442 +v 148.172791 60.227669 88.720825 +v 148.589157 60.118599 88.800926 +v 148.816879 60.174072 88.965088 +v 148.918549 60.513054 89.441628 +v 149.191818 60.368088 89.170029 +v 149.393677 60.917290 89.557617 +v 150.168823 60.354111 87.158882 +v 149.177917 59.851189 87.376312 +v 149.664307 59.959129 87.234497 +v 148.775711 59.876923 87.522614 +v 148.430435 60.005249 87.397957 +v 148.906891 60.048096 86.910736 +v 149.365265 59.854736 87.115875 +v 149.352005 60.146179 86.664772 +v 149.880157 60.121887 86.780014 +v 149.592056 60.413330 86.530602 +v 150.163086 60.358276 86.821327 +v 149.875732 60.355408 86.574837 +v 147.798203 62.073586 86.500008 +v 147.825638 60.804398 86.933655 +v 147.830002 61.244736 86.662247 +v 144.719131 56.657120 88.986931 +v 144.870697 56.776955 88.473442 +v 144.151733 56.911346 89.213837 +v 143.998474 56.803604 89.329727 +v 143.903198 55.853416 89.603348 +v 144.739594 55.983734 89.084793 +v 144.791214 56.302116 89.076172 +v 144.564117 56.286316 89.343758 +v 144.393753 55.876900 89.494316 +v 144.157532 55.503365 89.466843 +v 145.153748 56.050545 87.407745 +v 144.859253 55.032784 87.175079 +v 144.680664 55.518982 86.569305 +v 144.951904 56.093109 86.910736 +v 144.869247 56.888603 87.762260 +v 145.095612 56.191727 87.173752 +v 145.006531 55.541885 86.783997 +v 145.066528 55.355240 87.167694 +v 144.790634 55.680107 86.642845 +v 144.849518 55.159210 86.712402 +v 144.786819 54.928505 86.911140 +v 144.590149 54.907913 86.674156 +v 144.328552 57.184448 87.068710 +v 143.980835 57.168655 86.776939 +v 143.713348 57.170776 86.645134 +v 142.926422 57.201797 86.500008 +v 141.641754 54.265381 89.476112 +v 142.123352 54.560287 89.603348 +v 141.282364 54.118080 89.212769 +v 140.778427 54.484489 88.896599 +v 142.450394 54.110168 89.269043 +v 140.946045 53.925537 88.473442 +v 140.928650 54.034607 88.720825 +v 141.290924 53.802216 88.800926 +v 141.524658 53.784607 88.965088 +v 141.726105 54.075577 89.441628 +v 142.060455 53.967636 89.353645 +v 142.130798 54.199226 89.541939 +v 142.866058 53.538055 87.158882 +v 142.037292 53.318077 87.291718 +v 142.451004 53.348267 87.197731 +v 141.393677 53.514717 87.522614 +v 141.104950 53.743469 87.397957 +v 141.571320 53.636978 86.910736 +v 141.947510 53.311440 87.115875 +v 142.024963 53.592712 86.664772 +v 142.519760 53.406403 86.780014 +v 142.335831 53.772614 86.530602 +v 142.587723 53.629868 86.574837 +v 142.839828 53.574150 86.743958 +v 141.142807 55.905937 86.500008 +v 140.776703 54.690384 86.933655 +v 140.916931 55.107826 86.662247 +v 136.235657 52.183456 89.067673 +v 136.540665 51.706055 88.986931 +v 136.704773 52.042694 88.239784 +v 135.516296 51.193825 89.603348 +v 136.352036 51.059303 89.084793 +v 136.701462 51.650864 88.592575 +v 136.499512 51.346153 89.076172 +v 136.278641 51.401306 89.343758 +v 135.990112 51.064568 89.494316 +v 135.862274 50.731339 89.258629 +v 135.631439 50.839447 89.517235 +v 135.588211 50.972496 89.586998 +v 136.775742 51.537621 87.397957 +v 136.691269 50.779114 87.376312 +v 135.906769 49.992111 87.158882 +v 136.171967 50.117928 87.175079 +v 136.152374 50.635506 86.569305 +v 136.571274 50.782776 86.851753 +v 136.737305 51.379837 87.213425 +v 136.468750 50.360542 87.167694 +v 136.306763 50.754761 86.642845 +v 136.201797 50.241165 86.712402 +v 135.904572 49.998871 86.821327 +v 135.858475 50.140755 86.613991 +v 136.332153 52.328270 87.068710 +v 135.996582 52.420700 86.776939 +v 135.742828 52.505379 86.645134 +v 135.004303 52.777939 86.500008 +v 132.789780 51.065842 89.413605 +v 133.448120 50.439697 89.610146 +v 132.487488 50.353302 89.212769 +v 132.121445 50.857506 88.896599 +v 133.595901 49.984848 89.269043 +v 133.573578 50.053543 89.407684 +v 132.169342 50.230293 88.627487 +v 132.614868 49.961273 88.965088 +v 132.896378 50.175758 89.441628 +v 133.032242 49.897858 89.170029 +v 133.495895 50.292664 89.586998 +v 133.814438 49.312279 87.158882 +v 132.717178 49.487846 87.376312 +v 133.174118 49.289276 87.234497 +v 132.489990 49.649345 87.328041 +v 132.018600 50.341072 87.762009 +v 132.323349 49.894081 87.269997 +v 132.613647 49.806450 86.910736 +v 132.870819 49.380600 87.115875 +v 133.031403 49.624176 86.664772 +v 133.444397 49.294083 86.780014 +v 133.382629 49.699203 86.530602 +v 133.822418 49.287735 86.989487 +v 133.578094 49.485611 86.574837 +v 133.800644 49.354713 86.743958 +v 132.907242 52.096779 86.500008 +v 132.183426 51.053856 86.933655 +v 132.445786 51.407532 86.662247 +v 127.089951 50.072884 89.067673 +v 127.232513 49.524597 88.986931 +v 126.100006 49.353989 89.603348 +v 126.853256 48.967789 89.084793 +v 127.082153 49.195030 89.076172 +v 127.490028 49.623634 87.762260 +v 127.425568 49.532463 88.473442 +v 126.889145 49.315735 89.343758 +v 126.510681 49.084633 89.494316 +v 126.286118 48.807228 89.258629 +v 127.227592 48.778412 87.407745 +v 126.100006 48.090431 87.158882 +v 126.391098 48.128136 87.175079 +v 126.532410 48.626434 86.569305 +v 126.976318 48.637047 86.851753 +v 127.404030 49.291771 87.397957 +v 127.263527 48.926804 87.173752 +v 126.748329 48.267166 87.167694 +v 126.716095 48.692139 86.642845 +v 126.457550 48.236130 86.712402 +v 126.100006 48.064629 86.989487 +v 126.100006 48.185272 86.674156 +v 127.226479 50.180786 87.068710 +v 126.935898 50.372398 86.776939 +v 126.720734 50.531342 86.645134 +v 123.337036 49.398476 89.476112 +v 123.899994 49.353989 89.603348 +v 123.077103 50.063782 89.213837 +v 122.767380 50.083191 88.896599 +v 123.900002 48.797607 89.269043 +v 123.900002 48.869843 89.407684 +v 122.574440 49.532463 88.473442 +v 122.747017 49.406227 88.929466 +v 122.780968 49.229980 88.800926 +v 122.959694 49.078354 88.965088 +v 123.293701 49.195343 89.441628 +v 123.337036 48.889061 89.170029 +v 123.693794 49.057510 89.541939 +v 123.900002 48.090431 87.158882 +v 122.910690 48.596481 87.376312 +v 123.283913 48.266434 87.234497 +v 122.695099 48.936996 87.522614 +v 122.595970 49.291771 87.397957 +v 122.910690 48.931480 86.910736 +v 123.023682 48.447006 87.115875 +v 123.251678 48.629036 86.664772 +v 123.190491 48.324409 86.963303 +v 123.608902 48.591858 86.530602 +v 123.900002 48.064629 86.989487 +v 123.542450 48.187469 86.780014 +v 123.900002 48.478844 86.507393 +v 123.897667 51.018990 86.500008 +v 122.887001 50.250778 86.933655 +v 123.245811 50.506073 86.662247 +v 117.705826 50.326286 88.986931 +v 118.036469 50.502174 88.239784 +v 117.577988 50.934753 89.213837 +v 116.576019 50.513992 89.603348 +v 117.173065 49.913933 89.084793 +v 117.460991 50.059311 89.076172 +v 117.891861 50.274109 88.473442 +v 117.314720 50.233749 89.343758 +v 116.883369 50.130920 89.494316 +v 116.584076 49.936478 89.258629 +v 117.797005 50.051849 87.397957 +v 117.282829 49.487846 87.376312 +v 116.474068 49.258179 87.175079 +v 116.762444 49.688431 86.569305 +v 117.386353 49.806450 86.910736 +v 117.673172 49.946785 87.213425 +v 116.972519 49.438255 86.783997 +v 116.856773 49.280014 87.167694 +v 116.957443 49.694153 86.642845 +v 116.570633 49.340347 86.712402 +v 116.438759 49.560982 86.538551 +v 116.347137 49.255470 86.911140 +v 116.233856 49.460915 86.613991 +v 117.902870 50.952225 87.068710 +v 117.685715 51.224251 86.776939 +v 117.530205 51.441910 86.645134 +v 117.092934 52.096504 86.500008 +v 113.962036 51.410103 89.476112 +v 114.483696 51.193825 89.603348 +v 113.764351 52.183456 89.067673 +v 113.525391 52.281174 88.705231 +v 114.311768 50.664680 89.269043 +v 114.334091 50.733383 89.407684 +v 113.278168 51.773186 88.473442 +v 113.403290 51.599808 88.929466 +v 113.381119 51.421692 88.800926 +v 113.504242 51.222260 88.965088 +v 113.858047 51.230309 89.441628 +v 113.804619 50.925629 89.170029 +v 114.411789 50.972496 89.586998 +v 114.093239 49.992111 87.158882 +v 113.308731 50.779114 87.376312 +v 113.561691 50.349884 87.234497 +v 113.208916 51.169579 87.522614 +v 113.224266 51.537621 87.397957 +v 113.412247 51.097717 86.910736 +v 113.369995 50.602036 87.115875 +v 113.643082 50.704704 86.664772 +v 113.490761 50.433891 86.963303 +v 113.971329 50.558952 86.530602 +v 114.085266 49.967575 86.989487 +v 113.783173 50.194901 86.780014 +v 114.163422 50.208130 86.565247 +v 114.846809 52.721245 86.505745 +v 113.797401 52.359764 86.933655 +v 114.217545 52.491684 86.662247 +v 108.492584 54.065491 89.343758 +v 109.059799 54.009583 88.706810 +v 109.435532 54.353416 88.281067 +v 107.876648 54.560287 89.603348 +v 108.259033 53.805099 89.084793 +v 108.709076 53.802216 88.800926 +v 109.053955 53.925537 88.473442 +v 108.608322 53.888336 89.108101 +v 108.050568 54.100990 89.494316 +v 107.697128 54.313202 89.557617 +v 108.665756 53.539665 87.426231 +v 108.231766 53.365959 87.376312 +v 107.391609 53.397446 87.175079 +v 107.798828 53.717529 86.569305 +v 108.164192 53.465187 86.851753 +v 109.159691 53.961403 87.762260 +v 108.744812 53.681808 87.213425 +v 107.762329 53.299957 87.167694 +v 107.986053 53.662720 86.642845 +v 107.508842 53.445755 86.712402 +v 107.270050 53.434097 86.911140 +v 107.189690 53.614784 86.674156 +v 109.273972 54.567062 87.068710 +v 109.151505 54.892876 86.776939 +v 109.070862 55.147934 86.645134 +v 108.857391 55.905212 86.500008 +v 105.667511 56.220306 89.476112 +v 106.096802 55.853416 89.603348 +v 105.416359 56.516602 89.212769 +v 105.521408 57.183678 88.705231 +v 105.624855 55.520477 89.258629 +v 105.129303 56.776955 88.473442 +v 105.107834 56.531471 88.702118 +v 105.260414 55.983734 89.084793 +v 105.513054 56.081451 89.441628 +v 105.917290 55.606331 89.557617 +v 105.354111 54.831177 87.158882 +v 104.851189 55.822083 87.376312 +v 104.959129 55.335693 87.234497 +v 104.876923 56.224289 87.522614 +v 105.005249 56.569572 87.397957 +v 105.048096 56.093109 86.910736 +v 104.854736 55.634743 87.115875 +v 105.146179 55.647995 86.664772 +v 105.121887 55.119850 86.780014 +v 105.413330 55.407944 86.530602 +v 105.338943 54.810303 86.989487 +v 105.355408 55.124268 86.574837 +v 105.380333 54.867279 86.743958 +v 106.561081 57.178741 86.559380 +v 107.073257 57.201782 86.500008 +v 106.244736 57.169998 86.662247 +v 102.109100 60.609116 88.896599 +v 101.657120 60.280869 88.986931 +v 101.803604 61.001526 89.329727 +v 100.853416 61.096802 89.603348 +v 100.983734 60.260414 89.084793 +v 101.302116 60.208794 89.076172 +v 101.776955 60.129303 88.473442 +v 101.286316 60.435890 89.343758 +v 100.876900 60.606239 89.494316 +v 100.503365 60.842476 89.466843 +v 101.288521 59.882278 87.426231 +v 100.822083 59.851189 87.376312 +v 100.032784 60.140762 87.175079 +v 100.518982 60.319336 86.569305 +v 101.093109 60.048096 86.910736 +v 101.888603 60.130745 87.762260 +v 101.407639 59.993042 87.213425 +v 100.541885 59.993469 86.783997 +v 100.355240 59.933487 87.167694 +v 100.680107 60.209351 86.642845 +v 100.159210 60.150482 86.712402 +v 99.836929 60.358276 86.821327 +v 99.907913 60.409851 86.674156 +v 102.184448 60.671448 87.068710 +v 102.168655 61.019157 86.776939 +v 102.170776 61.286652 86.645134 +v 102.179634 61.585190 86.553810 +v 99.265381 63.358246 89.476112 +v 99.560287 62.876648 89.603348 +v 99.118080 63.717636 89.212769 +v 99.484489 64.221573 88.896599 +v 99.110168 62.549614 89.269043 +v 98.647331 63.825211 87.563103 +v 98.829254 63.827118 88.702118 +v 98.784607 63.475357 88.965088 +v 99.075577 63.273903 89.441628 +v 98.967636 62.939545 89.353645 +v 99.199226 62.869202 89.541939 +v 98.538055 62.133942 87.158882 +v 98.365959 63.231766 87.376312 +v 98.318314 62.735825 87.234497 +v 98.449348 63.497726 87.328041 +v 98.630615 63.731842 87.269997 +v 98.636978 63.428665 86.910736 +v 98.311440 63.052490 87.115875 +v 98.592712 62.975037 86.664772 +v 98.406403 62.480247 86.780014 +v 98.772614 62.664177 86.530602 +v 98.543793 62.138115 86.821327 +v 98.629868 62.412292 86.574837 +v 100.411385 63.993637 86.559380 +v 100.107826 64.083069 86.662247 +v 97.183456 68.764351 89.067673 +v 96.706055 68.459343 88.986931 +v 97.042694 68.295235 88.239784 +v 97.068069 69.099457 89.329727 +v 96.045151 69.435394 89.604652 +v 96.059303 68.647972 89.084793 +v 96.346153 68.500496 89.076172 +v 96.391487 68.192329 87.611092 +v 96.773186 68.278168 88.473442 +v 96.401306 68.721359 89.343758 +v 96.064568 69.009888 89.494316 +v 95.731339 69.137733 89.258629 +v 95.733383 69.334091 89.407684 +v 95.994865 68.233429 87.407745 +v 94.992111 69.093239 87.158882 +v 95.117928 68.828033 87.175079 +v 95.635506 68.847626 86.569305 +v 95.782776 68.428726 86.851753 +v 96.537621 68.224266 87.397957 +v 96.147102 68.245110 87.173752 +v 95.360542 68.531258 87.167694 +v 95.754761 68.693237 86.642845 +v 95.241165 68.798210 86.712402 +v 94.967575 69.085266 86.989487 +v 95.082321 69.122543 86.674156 +v 97.328270 68.667847 87.068710 +v 97.420700 69.003418 86.776939 +v 97.505379 69.257172 86.645134 +v 97.606049 69.538361 86.553810 +v 95.382332 72.125183 89.476112 +v 95.513992 71.576027 89.603348 +v 95.353302 72.512505 89.212769 +v 95.857506 72.878548 88.896599 +v 94.984848 71.404099 89.269043 +v 95.053543 71.426414 89.407684 +v 95.230293 72.830658 88.627487 +v 94.961273 72.385132 88.965088 +v 95.175758 72.103622 89.441628 +v 94.897858 71.967766 89.170029 +v 95.168297 71.680519 89.541939 +v 94.312279 71.185562 87.158882 +v 94.487846 72.282829 87.376312 +v 94.289276 71.825890 87.234497 +v 94.745071 72.593094 87.522614 +v 94.869576 72.674629 87.299911 +v 94.806450 72.386353 86.910736 +v 94.380600 72.129181 87.115875 +v 94.624176 71.968597 86.664772 +v 94.294083 71.555603 86.780014 +v 94.699203 71.617363 86.530602 +v 94.287735 71.177589 86.989487 +v 94.485611 71.421913 86.574837 +v 94.354713 71.199348 86.743958 +v 96.668594 72.375336 86.559380 +v 97.096779 72.092751 86.500008 +v 96.053856 72.816566 86.933655 +v 96.407532 72.554207 86.662247 +v 95.072884 77.910049 89.067673 +v 94.524597 77.767494 88.986931 +v 94.794052 77.507393 88.239784 +v 94.353989 78.899994 89.603348 +v 93.967789 78.146751 89.084793 +v 94.195030 77.917847 89.076172 +v 94.142914 77.610756 87.611092 +v 94.532463 77.574440 88.473442 +v 94.315735 78.110855 89.343758 +v 94.084633 78.489326 89.494316 +v 93.778412 77.772408 87.407745 +v 93.128136 78.608902 87.175079 +v 93.626434 78.467590 86.569305 +v 93.931480 77.910690 86.910736 +v 94.291771 77.595970 87.397957 +v 93.926804 77.736473 87.173752 +v 93.453423 78.190491 86.783997 +v 93.267166 78.251678 87.167694 +v 93.692139 78.283913 86.642845 +v 93.236130 78.542450 86.712402 +v 93.064629 78.900002 86.989487 +v 93.185272 78.900002 86.674156 +v 95.180786 77.773521 87.068710 +v 95.372398 78.064102 86.776939 +v 95.531342 78.279266 86.645134 +v 96.019157 78.897881 86.500008 +v 94.398476 81.662964 89.476112 +v 94.353989 81.100006 89.603348 +v 94.490555 82.040306 89.212769 +v 95.083191 82.232620 88.896599 +v 93.797607 81.100006 89.269043 +v 94.532463 82.425568 88.473442 +v 94.406227 82.252991 88.929466 +v 94.229980 82.219032 88.800926 +v 94.078354 82.040306 88.965088 +v 94.195343 81.706299 89.441628 +v 93.911491 81.499245 89.353645 +v 94.057510 81.306213 89.541939 +v 93.090431 81.100006 87.158882 +v 93.596481 82.089310 87.376312 +v 93.266434 81.716095 87.234497 +v 93.936996 82.304893 87.522614 +v 94.291771 82.404030 87.397957 +v 93.931480 82.089310 86.910736 +v 93.447006 81.976318 87.115875 +v 93.629036 81.748329 86.664772 +v 93.187469 81.457550 86.780014 +v 93.591858 81.391098 86.530602 +v 93.064629 81.100006 86.989487 +v 93.328316 81.271217 86.574837 +v 93.135048 81.100006 86.743958 +v 95.918854 81.226662 86.505745 +v 95.250778 82.112999 86.933655 +v 95.506073 81.754189 86.662247 +v 95.891792 87.260323 89.067673 +v 95.326286 87.294174 88.986931 +v 95.502174 86.963531 88.239784 +v 95.995415 87.599258 89.329727 +v 95.513992 88.423981 89.603348 +v 94.913933 87.826935 89.084793 +v 95.059311 87.539009 89.076172 +v 94.914848 87.263062 87.611092 +v 95.274109 87.108139 88.473442 +v 95.233749 87.685280 89.343758 +v 95.130920 88.116638 89.494316 +v 94.936478 88.415924 89.258629 +v 94.618141 87.529434 87.407745 +v 94.258179 88.525940 87.175079 +v 94.688431 88.237556 86.569305 +v 94.806450 87.613647 86.910736 +v 95.051849 87.203003 87.397957 +v 94.748169 87.449402 87.173752 +v 94.438255 88.027481 86.783997 +v 94.280014 88.143227 87.167694 +v 94.694153 88.042557 86.642845 +v 94.340347 88.429367 86.712402 +v 94.255470 88.652863 86.911140 +v 94.460915 88.766144 86.613991 +v 95.952225 87.097137 87.068710 +v 96.224251 87.314285 86.776939 +v 96.441910 87.469795 86.645134 +v 97.013054 90.705002 89.413605 +v 96.193825 90.516296 89.603348 +v 97.123169 91.079590 89.213837 +v 97.237343 91.368156 88.896599 +v 95.664680 90.688232 89.269043 +v 95.733383 90.665909 89.407684 +v 96.773186 91.721832 88.473442 +v 96.851372 91.643806 88.720825 +v 96.421692 91.618889 88.800926 +v 96.436226 91.475235 89.136795 +v 96.222260 91.495758 88.965088 +v 96.230309 91.141945 89.441628 +v 95.925629 91.195381 89.170029 +v 95.972496 90.588211 89.586998 +v 94.992111 90.906761 87.158882 +v 95.779114 91.691269 87.376312 +v 95.349884 91.438309 87.234497 +v 96.169579 91.791084 87.522614 +v 96.318230 91.783875 87.299911 +v 96.097717 91.587746 86.910736 +v 95.602036 91.630005 87.115875 +v 95.704704 91.356918 86.664772 +v 95.194901 91.216827 86.780014 +v 95.558952 91.028664 86.530602 +v 94.967575 90.914734 86.989487 +v 95.271263 90.996094 86.574837 +v 95.034554 90.892975 86.743958 +v 97.597748 90.484299 86.559380 +v 97.359764 91.202599 86.933655 +v 97.491684 90.782455 86.662247 +v 99.032646 96.106857 88.986931 +v 99.097755 95.738052 88.239784 +v 99.763298 96.190231 89.329727 +v 99.560287 97.123352 89.603348 +v 98.805099 96.740967 89.084793 +v 98.870117 96.056984 88.592575 +v 98.888336 96.391678 89.108101 +v 99.065491 96.507416 89.343758 +v 99.100990 96.949432 89.494316 +v 99.313202 97.302872 89.557617 +v 98.743469 96.104950 87.397957 +v 98.365959 96.768242 87.376312 +v 98.397446 97.608391 87.175079 +v 98.717529 97.201172 86.569305 +v 98.636978 96.571327 86.910736 +v 98.681808 96.255188 87.213425 +v 98.414680 97.078690 86.783997 +v 98.299957 97.237663 87.167694 +v 98.662720 97.013954 86.642845 +v 98.445755 97.491150 86.712402 +v 98.434097 97.729950 86.911140 +v 98.664490 97.774200 86.613991 +v 99.567062 95.726036 87.068710 +v 99.892876 95.848488 86.776939 +v 100.147934 95.929138 86.645134 +v 100.434593 96.012970 86.553810 +v 101.220306 99.332489 89.476112 +v 100.853416 98.903198 89.603348 +v 102.016899 99.281525 89.067673 +v 102.183670 99.478584 88.705231 +v 100.520477 99.375145 89.258629 +v 101.776955 99.870697 88.473442 +v 101.573387 99.805267 88.929466 +v 101.410851 99.881401 88.800926 +v 100.983734 99.739594 89.084793 +v 101.081451 99.486946 89.441628 +v 100.606331 99.082710 89.557617 +v 99.831177 99.645889 87.158882 +v 100.822083 100.148811 87.376312 +v 100.335693 100.040871 87.234497 +v 101.224289 100.123077 87.522614 +v 101.569572 99.994751 87.397957 +v 101.093109 99.951904 86.910736 +v 100.634743 100.145264 87.115875 +v 100.647995 99.853821 86.664772 +v 100.119850 99.878113 86.780014 +v 100.407944 99.586670 86.530602 +v 99.810303 99.661064 86.989487 +v 100.124268 99.644592 86.574837 +v 99.867279 99.619667 86.743958 +v 102.201828 97.925919 86.500008 +v 102.174362 99.195602 86.933655 +v 102.169998 98.755264 86.662247 +v 105.207428 103.191513 88.706810 +v 105.228821 102.971992 88.239784 +v 106.096802 104.146584 89.603348 +v 105.260414 104.016266 89.084793 +v 105.208794 103.697884 89.076172 +v 105.129303 103.223053 88.473442 +v 105.435890 103.713684 89.343758 +v 105.606239 104.123108 89.494316 +v 105.917290 104.393669 89.557617 +v 105.005249 103.430428 87.397957 +v 104.851189 104.177917 87.376312 +v 105.140762 104.967216 87.175079 +v 105.319336 104.481018 86.569305 +v 104.993042 103.592361 87.213425 +v 104.993469 104.458107 86.783997 +v 104.933487 104.644768 87.167694 +v 105.209351 104.319893 86.642845 +v 105.150482 104.840790 86.712402 +v 105.358276 105.163078 86.821327 +v 105.409851 105.092094 86.674156 +v 105.671448 102.815559 87.068710 +v 106.019157 102.831337 86.776939 +v 106.286652 102.829224 86.645134 +v 107.073586 102.798195 86.500008 +v 108.358246 105.734619 89.476112 +v 107.876648 105.439705 89.603348 +v 108.717636 105.881912 89.212769 +v 109.319595 105.575867 88.705231 +v 107.549614 105.889832 89.269043 +v 108.825211 106.352669 87.563103 +v 109.046867 106.014343 88.692101 +v 108.827118 106.170746 88.702118 +v 108.475357 106.215401 88.965088 +v 108.273903 105.924431 89.441628 +v 107.939545 106.032364 89.353645 +v 107.739853 105.627991 89.586998 +v 107.133942 106.461945 87.158882 +v 108.231766 106.634041 87.376312 +v 107.735825 106.681694 87.234497 +v 108.606323 106.485283 87.522614 +v 108.895050 106.256531 87.397957 +v 108.428665 106.363029 86.910736 +v 108.052490 106.688560 87.115875 +v 107.975037 106.407288 86.664772 +v 107.480247 106.593597 86.780014 +v 107.664177 106.227394 86.530602 +v 107.138115 106.456207 86.821327 +v 107.412292 106.370132 86.574837 +v 108.857193 104.094063 86.500008 +v 109.223297 105.309616 86.933655 +v 109.083069 104.892174 86.662247 +v 113.631851 107.762665 88.896599 +v 113.459343 108.293945 88.986931 +v 114.099457 107.931938 89.329727 +v 114.483704 108.806175 89.603348 +v 113.647972 108.940697 89.084793 +v 113.500496 108.653847 89.076172 +v 113.192329 108.608521 87.611092 +v 113.278168 108.226814 88.473442 +v 113.721359 108.598694 89.343758 +v 114.009888 108.935432 89.494316 +v 114.137733 109.268661 89.258629 +v 113.233429 109.005135 87.407745 +v 114.093239 110.007881 87.158882 +v 113.828033 109.882080 87.175079 +v 113.847626 109.364494 86.569305 +v 113.428726 109.217224 86.851753 +v 113.224266 108.462379 87.397957 +v 113.245110 108.852898 87.173752 +v 113.531258 109.639458 87.167694 +v 113.693237 109.245239 86.642845 +v 113.798210 109.758835 86.712402 +v 114.085266 110.032425 86.989487 +v 113.667847 107.671730 87.068710 +v 114.003418 107.579300 86.776939 +v 114.257172 107.494621 86.645134 +v 114.995689 107.222061 86.500008 +v 117.125183 109.617668 89.476112 +v 116.576027 109.486015 89.603348 +v 117.512505 109.646698 89.212769 +v 117.878548 109.142494 88.896599 +v 116.404099 110.015152 89.269043 +v 116.426414 109.946457 89.407684 +v 117.891861 109.725891 88.473442 +v 117.874695 109.616783 88.720825 +v 117.601974 109.949745 88.800926 +v 117.385132 110.038727 88.965088 +v 117.103622 109.824242 89.441628 +v 116.967766 110.102142 89.170029 +v 116.680519 109.831696 89.541939 +v 116.185562 110.687721 87.158882 +v 117.282829 110.512154 87.376312 +v 116.825890 110.710724 87.234497 +v 117.593094 110.254929 87.522614 +v 117.674629 110.130424 87.299911 +v 117.386353 110.193550 86.910736 +v 117.129181 110.619400 87.115875 +v 116.968597 110.375824 86.664772 +v 116.932648 110.684448 86.963303 +v 116.617363 110.300797 86.530602 +v 116.177589 110.712257 86.989487 +v 116.199348 110.645279 86.743958 +v 116.255753 110.471710 86.565247 +v 117.092751 107.903221 86.500008 +v 117.816566 108.946144 86.933655 +v 117.554207 108.592468 86.662247 +v 122.767494 110.475403 88.986931 +v 122.507393 110.205956 88.239784 +v 123.264412 109.933296 89.329727 +v 122.910049 109.927116 89.067673 +v 123.899994 110.646004 89.603348 +v 123.146751 111.032204 89.084793 +v 122.917847 110.804970 89.076172 +v 122.610756 110.857086 87.611092 +v 122.574440 110.467537 88.473442 +v 123.110855 110.684265 89.343758 +v 123.489326 110.915367 89.494316 +v 123.713882 111.192772 89.258629 +v 123.900002 111.078705 89.466843 +v 122.772408 111.221588 87.407745 +v 123.899994 111.909576 87.158882 +v 123.608902 111.871872 87.175079 +v 123.467590 111.373566 86.569305 +v 123.023682 111.362953 86.851753 +v 122.595970 110.708229 87.397957 +v 122.736473 111.073196 87.173752 +v 123.251678 111.732826 87.167694 +v 123.283913 111.307861 86.642845 +v 123.542450 111.763870 86.712402 +v 123.900002 111.935371 86.989487 +v 123.900002 111.814728 86.674156 +v 122.773521 109.819214 87.068710 +v 123.064102 109.627602 86.776939 +v 123.279266 109.468658 86.645134 +v 123.897667 108.981010 86.500008 +v 126.662964 110.601524 89.476112 +v 126.100006 110.646011 89.603348 +v 127.040306 110.509438 89.212769 +v 127.232620 109.916809 88.896599 +v 126.100006 111.202393 89.269043 +v 126.100006 111.130150 89.407684 +v 127.380898 110.528122 88.627487 +v 127.040306 110.921646 88.965088 +v 126.706299 110.804649 89.441628 +v 126.662964 111.110939 89.170029 +v 126.100006 110.951424 89.557617 +v 126.100006 111.909576 87.158882 +v 127.089310 111.403511 87.376312 +v 126.716095 111.733574 87.234497 +v 127.304893 111.063004 87.522614 +v 127.404030 110.708229 87.397957 +v 127.089310 111.068520 86.910736 +v 126.976318 111.553001 87.115875 +v 126.748329 111.370972 86.664772 +v 126.809509 111.675598 86.963303 +v 126.391098 111.408142 86.530602 +v 126.100006 111.935371 86.989487 +v 126.457550 111.812531 86.780014 +v 126.100006 111.521156 86.507393 +v 126.102325 108.981010 86.500008 +v 127.112999 109.749222 86.933655 +v 126.754189 109.493927 86.662247 +v 132.260330 109.108208 89.067673 +v 132.294174 109.673714 88.986931 +v 131.963531 109.497833 88.239784 +v 132.599258 109.004585 89.329727 +v 133.423981 109.486015 89.603348 +v 132.826935 110.086067 89.084793 +v 132.539017 109.940689 89.076172 +v 132.263062 110.085144 87.611092 +v 132.108139 109.725891 88.473442 +v 132.685272 109.766243 89.343758 +v 133.116638 109.869080 89.494316 +v 132.529434 110.381859 87.407745 +v 133.525940 110.741821 87.175079 +v 133.237549 110.311577 86.569305 +v 132.203003 109.948151 87.397957 +v 132.449402 110.251831 87.173752 +v 133.027481 110.561745 86.783997 +v 133.143234 110.719978 87.167694 +v 133.042557 110.305840 86.642845 +v 133.429367 110.659645 86.712402 +v 133.652863 110.744522 86.911140 +v 133.766144 110.539085 86.613991 +v 132.097137 109.047775 87.068710 +v 132.314285 108.775749 86.776939 +v 132.469803 108.558098 86.645134 +v 132.907059 107.903496 86.500008 +v 136.037964 108.589897 89.476112 +v 135.516296 108.806175 89.603348 +v 136.368378 108.385712 89.212769 +v 136.368164 107.762665 88.896599 +v 135.688232 109.335320 89.269043 +v 136.721832 108.226814 88.473442 +v 136.643814 108.148628 88.720825 +v 136.618896 108.578308 88.800926 +v 136.475235 108.563782 89.136795 +v 136.495758 108.777748 88.965088 +v 136.141953 108.769691 89.441628 +v 136.032745 109.103638 89.353645 +v 135.804031 109.024414 89.541939 +v 135.906754 110.007881 87.158882 +v 136.691269 109.220886 87.376312 +v 136.438309 109.650116 87.234497 +v 136.791092 108.830421 87.522614 +v 136.783875 108.681770 87.299911 +v 136.587738 108.902283 86.910736 +v 136.630005 109.397964 87.115875 +v 136.356918 109.295296 86.664772 +v 136.216827 109.805107 86.780014 +v 136.028671 109.441048 86.530602 +v 135.914734 110.032425 86.989487 +v 135.996094 109.728729 86.574837 +v 135.892975 109.965446 86.743958 +v 135.153183 107.278748 86.505745 +v 136.202591 107.640236 86.933655 +v 135.782455 107.508316 86.662247 +v 141.106857 105.967354 88.986931 +v 140.738052 105.902245 88.239784 +v 141.040405 105.349159 89.213837 +v 142.215240 105.566177 89.604652 +v 141.190231 105.236702 89.329727 +v 141.740967 106.194901 89.084793 +v 141.290924 106.197784 88.800926 +v 140.946045 106.074471 88.473442 +v 141.391678 106.111664 89.108101 +v 141.507416 105.934509 89.343758 +v 141.949432 105.899010 89.494316 +v 142.342377 105.741165 89.517235 +v 141.768250 106.634041 87.376312 +v 142.608398 106.602554 87.175079 +v 142.201172 106.282471 86.569305 +v 140.564468 105.646584 87.680992 +v 141.334244 106.460335 87.426231 +v 141.255188 106.318192 87.213425 +v 142.078690 106.585320 86.783997 +v 142.237671 106.700043 87.167694 +v 142.013947 106.337280 86.642845 +v 142.491150 106.554237 86.712402 +v 142.875824 106.475388 86.903992 +v 142.810318 106.385223 86.674156 +v 140.726028 105.432938 87.068710 +v 140.848495 105.107124 86.776939 +v 140.929138 104.852066 86.645134 +v 141.142807 104.094063 86.500008 +v 143.829514 103.309143 89.413605 +v 143.903198 104.146584 89.603348 +v 144.583649 103.483398 89.212769 +v 144.390884 102.890900 88.896599 +v 144.375137 104.479523 89.258629 +v 144.870178 103.298317 88.627487 +v 144.881409 103.589149 88.800926 +v 144.739594 104.016266 89.084793 +v 144.486954 103.918549 89.441628 +v 144.082718 104.393669 89.557617 +v 144.645889 105.168823 87.158882 +v 145.148819 104.177917 87.376312 +v 145.040878 104.664307 87.234497 +v 145.123077 103.775711 87.522614 +v 144.994751 103.430428 87.397957 +v 145.164978 104.070953 87.244446 +v 144.951904 103.906891 86.910736 +v 144.853821 104.351997 86.664772 +v 144.878113 104.880150 86.780014 +v 144.586670 104.592056 86.530602 +v 144.641724 105.163078 86.821327 +v 144.644592 104.875732 86.574837 +v 143.438919 102.821259 86.559380 +v 144.195602 102.825638 86.933655 +v 143.755264 102.830002 86.662247 +v 147.983109 99.281525 89.067673 +v 148.342896 99.719124 88.986931 +v 147.971985 99.771179 88.239784 +v 149.033401 99.051018 89.589966 +v 148.196396 98.998474 89.329727 +v 149.016266 99.739594 89.084793 +v 148.697891 99.791206 89.076172 +v 148.559540 100.070282 87.611092 +v 148.223053 99.870697 88.473442 +v 148.713684 99.564110 89.343758 +v 149.123108 99.393753 89.494316 +v 149.393677 99.082710 89.557617 +v 148.949463 100.153748 87.407745 +v 150.168823 99.645882 87.158882 +v 149.967224 99.859245 87.175079 +v 149.481018 99.680664 86.569305 +v 148.430435 99.994751 87.397957 +v 148.808289 100.095604 87.173752 +v 149.458115 100.006531 86.783997 +v 149.644775 100.066521 87.167694 +v 149.319901 99.790642 86.642845 +v 149.840790 99.849518 86.712402 +v 150.189697 99.661064 86.989487 +v 150.092102 99.590149 86.674156 +v 147.815552 99.328560 87.068710 +v 147.831345 98.980843 86.776939 +v 147.829224 98.713348 86.645134 +v 150.734619 96.641754 89.476112 +v 150.439713 97.123360 89.603348 +v 150.349167 96.040405 89.213837 +v 150.515518 95.778427 88.896599 +v 150.889832 97.450386 89.269043 +v 151.074478 95.946045 88.473442 +v 151.197784 96.290932 88.800926 +v 151.075165 96.159866 88.929466 +v 151.215393 96.524651 88.965088 +v 150.924438 96.726105 89.441628 +v 151.032364 97.060455 89.353645 +v 150.627991 97.260147 89.586998 +v 151.461945 97.866058 87.158882 +v 151.634048 96.768242 87.376312 +v 151.681702 97.264175 87.234497 +v 151.485291 96.393677 87.522614 +v 151.078415 97.587402 86.500000 +v 151.256531 96.104950 87.397957 +v 151.363037 96.571327 86.910736 +v 151.688568 96.947510 87.115875 +v 151.407288 97.024971 86.664772 +v 151.689697 97.154518 86.963303 +v 151.227402 97.335823 86.530602 +v 151.482819 97.881226 86.989487 +v 151.456207 97.861877 86.821327 +v 151.335510 97.774200 86.613991 +v 149.094070 96.142807 86.500008 +v 150.309616 95.776703 86.933655 +v 149.892166 95.916931 86.662247 +v 153.293945 91.540657 88.986931 +v 152.957321 91.704773 88.239784 +v 152.931946 90.900543 89.329727 +v 153.954849 90.564613 89.604652 +v 153.940689 91.352028 89.084793 +v 153.653854 91.499512 89.076172 +v 153.226822 91.721832 88.473442 +v 153.598694 91.278641 89.343758 +v 153.935440 90.990112 89.494316 +v 153.462387 91.775734 87.397957 +v 154.220886 91.691269 87.376312 +v 155.007874 90.906761 87.158882 +v 154.882080 91.171967 87.175079 +v 154.364502 91.152374 86.569305 +v 153.902283 91.587746 86.910736 +v 153.620163 91.737312 87.213425 +v 154.443405 91.469368 86.783997 +v 154.639465 91.468742 87.167694 +v 154.245239 91.306763 86.642845 +v 154.758835 91.201790 86.712402 +v 155.023682 90.911896 86.903992 +v 154.859253 90.858467 86.613991 +v 152.671738 91.332161 87.068710 +v 152.579300 90.996582 86.776939 +v 152.494629 90.742836 86.645134 +v 152.221848 90.003746 86.500008 +v 154.617661 87.874817 89.476112 +v 154.634689 88.472290 89.604652 +v 154.646698 87.487488 89.212769 +v 154.169617 87.009567 88.705231 +v 155.015152 88.595909 89.269043 +v 155.061172 87.239716 87.563103 +v 154.887558 87.294113 88.702118 +v 155.038727 87.614868 88.965088 +v 154.824249 87.896378 89.441628 +v 155.102142 88.032234 89.170029 +v 154.831696 88.319481 89.541939 +v 155.687729 88.814438 87.158882 +v 155.512146 87.717171 87.376312 +v 155.710724 88.174110 87.234497 +v 155.350662 87.489990 87.328041 +v 155.105927 87.323349 87.269997 +v 155.193558 87.613647 86.910736 +v 155.619400 87.870819 87.115875 +v 155.375824 88.031403 86.664772 +v 155.705917 88.444397 86.780014 +v 155.300797 88.382629 86.530602 +v 155.680969 88.812241 86.821327 +v 155.514389 88.578094 86.574837 +v 153.331406 87.624664 86.559380 +v 153.592468 87.445793 86.662247 +v 147.416092 60.135849 87.190987 +v 147.144226 60.376778 86.690987 +v 147.821259 61.561081 86.559380 +v 144.438354 58.064423 86.548943 +v 144.824326 57.628845 87.046013 +v 144.888443 57.556488 87.343567 +v 146.178604 58.821404 87.190987 +v 146.078156 58.921844 86.912216 +v 145.921722 59.078278 86.690987 +v 145.724609 59.275391 86.548943 +v 140.180603 54.181114 87.190987 +v 140.108612 54.303558 86.912216 +v 139.996490 54.494263 86.690987 +v 141.006363 55.411385 86.559380 +v 136.708496 53.131256 86.548943 +v 136.940979 52.597717 87.046013 +v 136.979614 52.509087 87.343567 +v 138.570236 53.366913 87.046013 +v 138.533020 53.439972 86.912216 +v 138.432571 53.637093 86.690987 +v 138.306015 53.885475 86.548943 +v 131.459137 50.753716 87.190987 +v 131.380798 51.108437 86.690987 +v 132.624664 51.668594 86.559380 +v 127.832542 50.828178 86.548943 +v 127.888786 50.248917 87.046013 +v 127.898132 50.152679 87.343567 +v 129.685379 50.417694 87.190987 +v 129.663162 50.557983 86.912216 +v 129.628555 50.776489 86.690987 +v 129.584946 51.051826 86.548943 +v 122.128990 50.431953 86.792892 +v 123.496597 50.699081 86.559380 +v 120.463402 51.357040 86.500000 +v 118.679321 51.380646 86.548943 +v 118.553802 50.812347 87.046013 +v 118.532959 50.717941 87.343567 +v 120.314621 50.417694 87.190987 +v 120.336845 50.557983 86.912216 +v 120.371452 50.776489 86.690987 +v 120.415062 51.051826 86.548943 +v 113.035019 52.542664 87.190987 +v 113.091766 52.672882 86.912216 +v 110.144806 54.734573 86.548943 +v 109.849823 54.232880 87.046013 +v 109.800827 54.149536 87.343567 +v 111.429764 53.366913 87.046013 +v 111.466988 53.439972 86.912216 +v 111.567429 53.637093 86.690987 +v 113.291504 53.131256 86.548943 +v 105.135849 57.583908 87.190987 +v 105.804398 57.174362 86.933655 +v 105.376778 57.855789 86.690987 +v 102.855789 60.376778 86.690987 +v 102.628845 60.175674 87.046013 +v 102.556488 60.111557 87.343567 +v 103.821404 58.821404 87.190987 +v 103.921844 58.921844 86.912216 +v 104.078278 59.078278 86.690987 +v 104.275391 59.275391 86.548943 +v 99.181114 64.819389 87.190987 +v 99.690384 64.223297 86.933655 +v 99.494263 65.003510 86.690987 +v 97.875694 68.180145 86.690987 +v 97.597717 68.059006 87.046013 +v 97.509087 68.020386 87.343567 +v 98.313416 66.402504 87.190987 +v 98.439972 66.466988 86.912216 +v 98.637093 66.567429 86.690987 +v 98.885475 66.693985 86.548943 +v 95.753716 73.540855 87.190987 +v 95.991920 73.593468 86.792892 +v 96.357040 75.463402 86.500000 +v 95.828178 77.167458 86.548943 +v 95.248917 77.111214 87.046013 +v 95.152679 77.101875 87.343567 +v 95.417694 75.314621 87.190987 +v 95.557983 75.336845 86.912216 +v 95.776489 75.371452 86.690987 +v 96.051826 75.415062 86.548943 +v 95.431953 82.871010 86.792892 +v 95.828178 82.832542 86.548943 +v 96.380646 86.320686 86.548943 +v 95.812347 86.446198 87.046013 +v 95.717941 86.467041 87.343567 +v 95.477005 84.675987 87.046013 +v 95.658638 84.647217 86.792892 +v 96.051826 84.584938 86.548943 +v 97.542664 91.964973 87.190987 +v 97.672882 91.908234 86.912216 +v 97.875694 91.819855 86.690987 +v 99.494263 94.996490 86.690987 +v 99.232880 95.150177 87.046013 +v 99.149536 95.199181 87.343567 +v 98.366913 93.570236 87.046013 +v 98.439972 93.533012 86.912216 +v 98.637093 93.432571 86.690987 +v 98.885475 93.306015 86.548943 +v 102.583908 99.864143 87.190987 +v 102.690216 99.769958 86.912216 +v 102.855789 99.623230 86.690987 +v 102.178741 98.438919 86.559380 +v 105.561661 101.935577 86.548943 +v 105.175674 102.371155 87.046013 +v 105.111557 102.443512 87.343567 +v 103.863861 101.136139 87.046013 +v 103.921844 101.078156 86.912216 +v 104.078278 100.921722 86.690987 +v 104.275391 100.724602 86.548943 +v 109.819389 105.818886 87.190987 +v 110.003510 105.505737 86.690987 +v 108.993637 104.588615 86.559380 +v 113.291504 106.868744 86.548943 +v 113.059006 107.402283 87.046013 +v 113.020386 107.490913 87.343567 +v 111.402504 106.686584 87.190987 +v 111.466988 106.560028 86.912216 +v 111.567429 106.362915 86.690987 +v 111.693985 106.114525 86.548943 +v 118.540855 109.246284 87.190987 +v 118.593468 109.008072 86.792892 +v 117.375336 108.331398 86.559380 +v 120.463402 108.642960 86.500000 +v 122.167458 109.171822 86.548943 +v 122.111214 109.751091 87.046013 +v 122.101875 109.847321 87.343567 +v 120.314621 109.582306 87.190987 +v 120.336845 109.442017 86.912216 +v 120.371452 109.223511 86.690987 +v 120.415062 108.948174 86.548943 +v 127.871010 109.568047 86.792892 +v 126.503403 109.300911 86.559380 +v 129.536606 108.642960 86.500000 +v 131.320679 108.619354 86.548943 +v 131.446198 109.187653 87.046013 +v 131.970001 109.165222 87.343697 +v 129.685379 109.582306 87.190987 +v 129.663162 109.442017 86.912216 +v 129.628555 109.223511 86.690987 +v 129.584946 108.948174 86.548943 +v 136.964966 107.457336 87.190987 +v 136.908234 107.327118 86.912216 +v 139.855194 105.265419 86.548943 +v 140.150177 105.767120 87.046013 +v 140.199173 105.850464 87.343567 +v 138.570236 106.633087 87.046013 +v 138.533020 106.560028 86.912216 +v 138.432571 106.362915 86.690987 +v 136.708496 106.868744 86.548943 +v 146.935577 99.438347 86.548943 +v 144.864151 102.416084 87.190987 +v 144.702362 102.233521 86.792892 +v 146.704300 99.233391 86.500000 +v 147.309784 99.769958 86.912216 +v 147.781738 99.498291 87.343697 +v 146.178604 101.178596 87.190987 +v 146.006104 101.006096 86.792892 +v 145.724609 100.724602 86.548943 +v 150.818878 95.180611 87.190987 +v 150.505737 94.996490 86.690987 +v 149.588608 96.006363 86.559380 +v 151.868744 91.708496 86.548943 +v 152.402283 91.940987 87.046013 +v 152.490921 91.979614 87.343567 +v 151.560028 93.533012 86.912216 +v 151.362915 93.432571 86.690987 +v 151.114532 93.306015 86.548943 +v 154.246277 86.459145 87.190987 +v 153.946136 87.183434 86.933655 +v 153.891571 86.380798 86.690987 +v 154.449280 82.859482 86.690987 +v 154.751099 82.888786 87.046013 +v 154.847321 82.898132 87.343567 +v 154.442017 84.663155 86.912216 +v 154.223511 84.628548 86.690987 +v 153.948181 84.584938 86.548943 +v 154.810852 77.105408 87.190987 +v 154.669495 77.119141 86.912216 +v 154.449280 77.140518 86.690987 +v 154.300919 78.496597 86.559380 +v 153.619354 73.679321 86.548943 +v 154.187653 73.553802 87.046013 +v 154.282059 73.532959 87.343567 +v 154.523010 75.324013 87.046013 +v 154.442017 75.336845 86.912216 +v 154.223511 75.371452 86.690987 +v 153.948181 75.415062 86.548943 +v 152.457336 68.035019 87.190987 +v 152.327118 68.091766 86.912216 +v 152.124298 68.180145 86.690987 +v 152.402252 69.515701 86.559380 +v 150.265427 65.144806 86.548943 +v 150.767120 64.849823 87.046013 +v 150.850464 64.800827 87.343567 +v 151.633087 66.429764 87.046013 +v 151.560028 66.466988 86.912216 +v 151.362915 66.567429 86.690987 +v 151.114532 66.693985 86.548943 +v 119.657959 79.084015 94.300667 +v 119.889603 78.194382 94.300667 +v 120.268265 77.356697 94.300667 +v 120.783051 76.595047 94.300667 +v 122.158257 75.384712 94.300667 +v 121.419144 75.931358 94.300667 +v 123.858124 74.701653 94.300667 +v 122.979118 74.970840 94.300667 +v 124.769966 74.584885 94.300667 +v 126.587097 74.817581 94.300667 +v 125.688438 74.623901 94.300667 +v 127.440102 75.160339 94.300667 +v 128.222916 75.642334 94.300667 +v 129.490524 76.964935 94.300667 +v 128.912994 76.249695 94.300667 +v 129.938858 77.767494 94.300667 +v 130.400467 79.540352 94.300667 +v 130.245117 78.634277 94.300667 +v 130.245117 81.365723 94.300667 +v 130.400467 80.459648 94.300667 +v 129.938858 82.232506 94.300667 +v 129.490524 83.035065 94.300667 +v 127.440102 84.839661 94.300667 +v 128.912994 83.750305 94.300667 +v 128.222916 84.357666 94.300667 +v 126.587097 85.182419 94.300667 +v 125.688438 85.376099 94.300667 +v 123.858124 85.298347 94.300667 +v 124.769966 85.415115 94.300667 +v 122.979118 85.029160 94.300667 +v 122.158257 84.615288 94.300667 +v 121.419144 84.068642 94.300667 +v 120.268265 82.643311 94.300667 +v 120.783051 83.404953 94.300667 +v 119.889603 81.805618 94.300667 +v 119.657959 80.915985 94.300667 +v 119.580002 80.000000 94.300667 +v 130.450790 80.463928 94.226425 +v 119.402321 80.959816 94.059563 +v 120.581245 83.567902 94.059563 +v 122.022263 84.836151 94.059563 +v 123.803474 85.551903 94.059563 +v 126.663048 85.430428 94.059563 +v 129.100250 83.929779 94.059563 +v 129.705414 83.180305 94.059563 +v 130.496109 78.568924 94.059563 +v 129.705414 76.819695 94.059563 +v 127.556877 74.928741 94.059563 +v 124.758957 74.325745 94.059563 +v 122.882408 74.730171 94.059563 +v 121.247780 75.736656 94.059563 +v 119.645050 78.107979 94.059563 +v 119.233688 80.988739 94.006721 +v 130.742172 80.488731 94.026726 +v 130.496109 81.431076 94.059563 +v 117.931824 79.444168 86.739998 +v 118.087761 78.422325 86.739998 +v 117.671265 79.546959 86.739998 +v 117.537994 79.683830 86.739998 +v 117.442078 79.952049 86.739998 +v 117.490685 80.232460 86.739998 +v 117.670792 80.452629 86.739998 +v 117.931824 80.555832 86.739998 +v 118.253235 82.691208 86.739998 +v 118.162346 82.859604 86.739998 +v 118.133453 83.048454 86.739998 +v 118.169746 83.236053 86.739998 +v 118.267036 83.400330 86.739998 +v 118.413818 83.522278 86.739998 +v 118.593002 83.587830 86.739998 +v 118.872963 83.567558 86.739998 +v 120.076416 85.447365 86.739998 +v 120.100319 85.636902 86.739998 +v 120.250221 85.879120 86.739998 +v 120.499756 86.015961 86.739998 +v 120.784195 86.012413 86.739998 +v 121.027634 85.872681 86.739998 +v 122.897530 86.952774 86.739998 +v 122.972519 87.128822 86.739998 +v 123.182991 87.320732 86.739998 +v 123.460556 87.384109 86.739998 +v 123.647415 87.345390 86.739998 +v 123.810379 87.246170 86.739998 +v 123.969086 87.014648 86.739998 +v 126.189117 87.245796 86.739998 +v 126.352211 87.345276 86.739998 +v 126.635040 87.379097 86.739998 +v 126.816856 87.320801 86.739998 +v 126.968407 87.204834 86.739998 +v 127.072182 87.044731 86.739998 +v 127.114716 86.767281 86.739998 +v 129.215179 86.012299 86.739998 +v 129.405289 86.031158 86.739998 +v 129.674789 85.938911 86.739998 +v 129.863724 85.726082 86.739998 +v 129.919678 85.543655 86.739998 +v 129.910995 85.352341 86.739998 +v 129.841507 85.179565 86.739998 +v 131.310608 83.596893 86.739998 +v 131.498932 83.562958 86.739998 +v 131.664597 83.467804 86.739998 +v 131.830261 83.236053 86.739998 +v 131.866516 83.048737 86.739998 +v 131.799774 82.772217 86.739998 +v 131.609375 82.565979 86.739998 +v 132.328735 80.453033 86.739998 +v 132.509216 80.232727 86.739998 +v 132.557922 80.047951 86.739998 +v 132.509323 79.767548 86.739998 +v 132.401581 79.610062 86.739998 +v 132.246597 79.497559 86.739998 +v 132.068176 79.444168 86.739998 +v 131.799515 77.228355 86.739998 +v 131.866547 76.951553 86.739998 +v 131.788635 76.677536 86.739998 +v 131.664810 76.532394 86.739998 +v 131.499390 76.437256 86.739998 +v 131.310944 76.403137 86.739998 +v 131.127045 76.432442 86.739998 +v 129.910950 74.647995 86.739998 +v 129.919785 74.456848 86.739998 +v 129.863876 74.274155 86.739998 +v 129.749771 74.120880 86.739998 +v 129.500244 73.984047 86.739998 +v 129.309937 73.970093 86.739998 +v 129.125351 74.021118 86.739998 +v 128.972366 74.127319 86.739998 +v 127.072609 72.956078 86.739998 +v 126.968697 72.795441 86.739998 +v 126.728546 72.642242 86.739998 +v 126.444359 72.627228 86.739998 +v 126.266838 72.697227 86.739998 +v 126.122673 72.823296 86.739998 +v 126.030914 72.985352 86.739998 +v 123.810890 72.754204 86.739998 +v 123.647789 72.654724 86.739998 +v 123.364952 72.620903 86.739998 +v 123.183151 72.679199 86.739998 +v 122.972832 72.870773 86.739998 +v 122.897636 73.046906 86.739998 +v 122.885284 73.232719 86.739998 +v 120.784813 73.987701 86.739998 +v 120.594711 73.968842 86.739998 +v 120.325203 74.061089 86.739998 +v 120.186707 74.192490 86.739998 +v 120.100471 74.362732 86.739998 +v 120.076431 74.552010 86.739998 +v 120.158493 74.820435 86.739998 +v 118.593605 76.412010 86.739998 +v 118.414154 76.477501 86.739998 +v 118.211349 76.677544 86.739998 +v 118.133484 76.951271 86.739998 +v 118.200226 77.227783 86.739998 +v 118.390625 77.434021 86.739998 +v 132.292068 80.744781 86.500000 +v 131.127045 83.567558 86.739998 +v 128.972366 85.872681 86.739998 +v 125.896530 87.274963 86.500000 +v 122.651253 86.943512 86.500000 +v 119.871178 85.236801 86.500000 +v 118.106926 82.492882 86.500000 +vt 0.053835 0.024005 +vt 0.053835 0.024005 +vt 0.053531 0.023797 +vt 0.053531 0.023797 +vt 0.053261 0.023547 +vt 0.053261 0.023547 +vt 0.053015 0.023238 +vt 0.053015 0.023238 +vt 0.052832 0.022920 +vt 0.052832 0.022920 +vt 0.052697 0.022578 +vt 0.052697 0.022578 +vt 0.052609 0.022192 +vt 0.052609 0.022192 +vt 0.052582 0.021825 +vt 0.052582 0.021825 +vt 0.052609 0.021459 +vt 0.052609 0.021459 +vt 0.052697 0.021073 +vt 0.052697 0.021073 +vt 0.052832 0.020731 +vt 0.052832 0.020731 +vt 0.053015 0.020413 +vt 0.053015 0.020413 +vt 0.053261 0.020103 +vt 0.053261 0.020103 +vt 0.053531 0.019854 +vt 0.053531 0.019854 +vt 0.053835 0.019646 +vt 0.053835 0.019646 +vt 0.054191 0.019475 +vt 0.054191 0.019475 +vt 0.054543 0.019367 +vt 0.054543 0.019367 +vt 0.054906 0.019311 +vt 0.054906 0.019311 +vt 0.055301 0.019311 +vt 0.055301 0.019311 +vt 0.055665 0.019367 +vt 0.055665 0.019367 +vt 0.056016 0.019475 +vt 0.056016 0.019475 +vt 0.056373 0.019646 +vt 0.056373 0.019646 +vt 0.056676 0.019854 +vt 0.056676 0.019854 +vt 0.056946 0.020103 +vt 0.056946 0.020103 +vt 0.057192 0.020413 +vt 0.057192 0.020413 +vt 0.057376 0.020731 +vt 0.057376 0.020731 +vt 0.057511 0.021073 +vt 0.057511 0.021073 +vt 0.057599 0.021459 +vt 0.057599 0.021459 +vt 0.057625 0.021825 +vt 0.057625 0.021825 +vt 0.057599 0.022192 +vt 0.057599 0.022192 +vt 0.057511 0.022578 +vt 0.057511 0.022578 +vt 0.057376 0.022920 +vt 0.057376 0.022920 +vt 0.057192 0.023238 +vt 0.057192 0.023238 +vt 0.056946 0.023547 +vt 0.056946 0.023547 +vt 0.056676 0.023797 +vt 0.056676 0.023797 +vt 0.056373 0.024005 +vt 0.056373 0.024005 +vt 0.056016 0.024176 +vt 0.056016 0.024176 +vt 0.055665 0.024284 +vt 0.055665 0.024284 +vt 0.055301 0.024339 +vt 0.055301 0.024339 +vt 0.055974 0.019900 +vt 0.056544 0.020323 +vt 0.057042 0.020074 +vt 0.054234 0.019900 +vt 0.054925 0.019720 +vt 0.056777 0.020588 +vt 0.057093 0.021216 +vt 0.057249 0.020292 +vt 0.057243 0.020224 +vt 0.057216 0.020163 +vt 0.057170 0.020113 +vt 0.057109 0.020083 +vt 0.055636 0.019781 +vt 0.054926 0.024404 +vt 0.054966 0.024459 +vt 0.055104 0.023938 +vt 0.055455 0.023876 +vt 0.056119 0.023642 +vt 0.057009 0.023573 +vt 0.057195 0.023515 +vt 0.057141 0.023555 +vt 0.056876 0.022916 +vt 0.057138 0.022264 +vt 0.057199 0.021557 +vt 0.056155 0.019385 +vt 0.056222 0.019387 +vt 0.056090 0.019406 +vt 0.053405 0.020569 +vt 0.053938 0.020101 +vt 0.055053 0.024508 +vt 0.055154 0.024508 +vt 0.055242 0.024459 +vt 0.055282 0.024404 +vt 0.057076 0.023575 +vt 0.056411 0.023444 +vt 0.056380 0.024105 +vt 0.057717 0.022307 +vt 0.057682 0.022249 +vt 0.057682 0.021402 +vt 0.057717 0.021344 +vt 0.057730 0.021278 +vt 0.056285 0.019411 +vt 0.053199 0.023573 +vt 0.057232 0.023458 +vt 0.057640 0.022546 +vt 0.057730 0.022373 +vt 0.057578 0.022573 +vt 0.054053 0.024266 +vt 0.054117 0.024244 +vt 0.056155 0.024266 +vt 0.056222 0.024264 +vt 0.056090 0.024244 +vt 0.056337 0.024196 +vt 0.057249 0.023359 +vt 0.057231 0.023294 +vt 0.057690 0.022500 +vt 0.057690 0.021151 +vt 0.056380 0.019546 +vt 0.056337 0.019455 +vt 0.053542 0.023200 +vt 0.054191 0.024176 +vt 0.057640 0.021105 +vt 0.057578 0.021078 +vt 0.055121 0.019137 +vt 0.054943 0.019218 +vt 0.055264 0.019218 +vt 0.054089 0.023642 +vt 0.054411 0.023787 +vt 0.054543 0.024284 +vt 0.054906 0.024339 +vt 0.053837 0.024138 +vt 0.053953 0.024255 +vt 0.053894 0.024220 +vt 0.055021 0.019154 +vt 0.054117 0.019406 +vt 0.052977 0.020357 +vt 0.053199 0.020078 +vt 0.053131 0.020076 +vt 0.053173 0.022601 +vt 0.053025 0.021914 +vt 0.053040 0.021561 +vt 0.053246 0.020889 +vt 0.055216 0.019171 +vt 0.053038 0.020113 +vt 0.052959 0.020292 +vt 0.054053 0.019385 +vt 0.053985 0.019387 +vt 0.053851 0.019482 +vt 0.053828 0.019546 +vt 0.053894 0.019430 +vt 0.052567 0.021105 +vt 0.052518 0.021151 +vt 0.052526 0.021402 +vt 0.052479 0.021244 +vt 0.052959 0.023359 +vt 0.053131 0.023575 +vt 0.052977 0.023294 +vt 0.052991 0.020163 +vt 0.052964 0.020224 +vt 0.052481 0.022340 +vt 0.052479 0.022407 +vt 0.052518 0.022500 +vt 0.052567 0.022546 +vt 0.052481 0.021311 +vt 0.052506 0.022277 +vt 0.052629 0.022573 +vt 0.052975 0.023458 +vt 0.053067 0.023555 +vt 0.056772 0.011291 +vt 0.055987 0.011192 +vt 0.055987 0.011192 +vt 0.056135 0.011209 +vt 0.057550 0.011439 +vt 0.057581 0.011450 +vt 0.057550 0.011439 +vt 0.056773 0.011288 +vt 0.055847 0.011181 +vt 0.057597 0.011450 +vt 0.057505 0.011434 +vt 0.057807 0.011509 +vt 0.059147 0.011951 +vt 0.059783 0.012241 +vt 0.058981 0.011891 +vt 0.059213 0.011978 +vt 0.059945 0.012323 +vt 0.059230 0.011985 +vt 0.059946 0.012322 +vt 0.059365 0.012047 +vt 0.060640 0.012703 +vt 0.060666 0.012724 +vt 0.060655 0.012713 +vt 0.060495 0.012623 +vt 0.060716 0.012750 +vt 0.060809 0.012809 +vt 0.062055 0.013730 +vt 0.062432 0.014069 +vt 0.061962 0.013651 +vt 0.062644 0.014285 +vt 0.062069 0.013742 +vt 0.062649 0.014280 +vt 0.062039 0.013722 +vt 0.063188 0.014861 +vt 0.063206 0.014888 +vt 0.063199 0.014874 +vt 0.062993 0.014649 +vt 0.063245 0.014928 +vt 0.063316 0.015014 +vt 0.064200 0.016248 +vt 0.064604 0.016985 +vt 0.064411 0.016607 +vt 0.064120 0.016120 +vt 0.064226 0.016289 +vt 0.064607 0.016983 +vt 0.064298 0.016419 +vt 0.064944 0.017700 +vt 0.064953 0.017731 +vt 0.064951 0.017716 +vt 0.064774 0.017328 +vt 0.064978 0.017782 +vt 0.065038 0.017948 +vt 0.065479 0.019332 +vt 0.065636 0.020157 +vt 0.065539 0.019621 +vt 0.065457 0.019243 +vt 0.065490 0.019379 +vt 0.065643 0.020156 +vt 0.065477 0.019346 +vt 0.065737 0.020942 +vt 0.065736 0.020975 +vt 0.065739 0.020961 +vt 0.065676 0.020417 +vt 0.065744 0.021031 +vt 0.065751 0.021141 +vt 0.065748 0.022569 +vt 0.065741 0.022660 +vt 0.065726 0.022834 +vt 0.065615 0.023633 +vt 0.065643 0.023495 +vt 0.065737 0.022708 +vt 0.065720 0.022856 +vt 0.065479 0.024303 +vt 0.065490 0.024271 +vt 0.065486 0.024289 +vt 0.065469 0.024358 +vt 0.065442 0.024465 +vt 0.064938 0.025953 +vt 0.064978 0.025869 +vt 0.064597 0.026685 +vt 0.064944 0.025951 +vt 0.064611 0.026670 +vt 0.064944 0.025951 +vt 0.064882 0.026086 +vt 0.064205 0.027387 +vt 0.064226 0.027361 +vt 0.064226 0.027361 +vt 0.064201 0.027403 +vt 0.064152 0.027481 +vt 0.063199 0.028776 +vt 0.062646 0.029368 +vt 0.063278 0.028683 +vt 0.062646 0.029367 +vt 0.063188 0.028790 +vt 0.063086 0.028899 +vt 0.062041 0.029928 +vt 0.062069 0.029909 +vt 0.062068 0.029909 +vt 0.062032 0.029941 +vt 0.062129 0.029849 +vt 0.061962 0.030000 +vt 0.060655 0.030938 +vt 0.059945 0.031327 +vt 0.060759 0.030874 +vt 0.060640 0.030947 +vt 0.059946 0.031329 +vt 0.060510 0.031020 +vt 0.059230 0.031666 +vt 0.059198 0.031675 +vt 0.059213 0.031673 +vt 0.059417 0.031579 +vt 0.059147 0.031700 +vt 0.059044 0.031741 +vt 0.057568 0.032207 +vt 0.057110 0.032300 +vt 0.057686 0.032179 +vt 0.056772 0.032357 +vt 0.057550 0.032212 +vt 0.056772 0.032360 +vt 0.057404 0.032240 +vt 0.055987 0.032459 +vt 0.055954 0.032458 +vt 0.055969 0.032461 +vt 0.056312 0.032422 +vt 0.055898 0.032466 +vt 0.055721 0.032472 +vt 0.054269 0.032463 +vt 0.053436 0.032357 +vt 0.053895 0.032422 +vt 0.054360 0.032470 +vt 0.054221 0.032459 +vt 0.053435 0.032364 +vt 0.054073 0.032441 +vt 0.052658 0.032212 +vt 0.052626 0.032200 +vt 0.052640 0.032207 +vt 0.053097 0.032300 +vt 0.052571 0.032191 +vt 0.052464 0.032163 +vt 0.051022 0.031684 +vt 0.050262 0.031327 +vt 0.050790 0.031579 +vt 0.051107 0.031719 +vt 0.050978 0.031666 +vt 0.050260 0.031333 +vt 0.050843 0.031603 +vt 0.049568 0.030947 +vt 0.049542 0.030927 +vt 0.049552 0.030938 +vt 0.050065 0.031225 +vt 0.049492 0.030901 +vt 0.049399 0.030841 +vt 0.048075 0.029853 +vt 0.048207 0.029967 +vt 0.047491 0.029295 +vt 0.048139 0.029909 +vt 0.047559 0.029370 +vt 0.048139 0.029909 +vt 0.048030 0.029808 +vt 0.047001 0.028763 +vt 0.047020 0.028790 +vt 0.047020 0.028790 +vt 0.046988 0.028753 +vt 0.046929 0.028683 +vt 0.046005 0.027389 +vt 0.046128 0.027584 +vt 0.046007 0.027403 +vt 0.045597 0.026669 +vt 0.045982 0.027361 +vt 0.045982 0.027361 +vt 0.045600 0.026668 +vt 0.045909 0.027231 +vt 0.045263 0.025951 +vt 0.045254 0.025919 +vt 0.045263 0.025951 +vt 0.045245 0.025907 +vt 0.045270 0.025953 +vt 0.045210 0.025822 +vt 0.044766 0.024465 +vt 0.044722 0.024289 +vt 0.044569 0.023494 +vt 0.044718 0.024272 +vt 0.044565 0.023495 +vt 0.044689 0.024126 +vt 0.044470 0.022708 +vt 0.044471 0.022675 +vt 0.044469 0.022690 +vt 0.044486 0.022833 +vt 0.044463 0.022619 +vt 0.044456 0.022509 +vt 0.044469 0.020961 +vt 0.044527 0.020416 +vt 0.044459 0.021082 +vt 0.044571 0.020157 +vt 0.044470 0.020942 +vt 0.044565 0.020156 +vt 0.044488 0.020795 +vt 0.044718 0.019379 +vt 0.044729 0.019348 +vt 0.044722 0.019361 +vt 0.044669 0.019621 +vt 0.044738 0.019292 +vt 0.044766 0.019186 +vt 0.045245 0.017744 +vt 0.045603 0.016985 +vt 0.045428 0.017326 +vt 0.045210 0.017829 +vt 0.045263 0.017700 +vt 0.045600 0.016983 +vt 0.045326 0.017564 +vt 0.045982 0.016289 +vt 0.046002 0.016263 +vt 0.045991 0.016274 +vt 0.045801 0.016610 +vt 0.046028 0.016213 +vt 0.046128 0.016067 +vt 0.046988 0.014897 +vt 0.047564 0.014285 +vt 0.047214 0.014649 +vt 0.046892 0.015014 +vt 0.047020 0.014861 +vt 0.047559 0.014280 +vt 0.047121 0.014751 +vt 0.048139 0.013742 +vt 0.048166 0.013723 +vt 0.048153 0.013730 +vt 0.047779 0.014073 +vt 0.048207 0.013684 +vt 0.048292 0.013613 +vt 0.049527 0.012729 +vt 0.050262 0.012323 +vt 0.049710 0.012618 +vt 0.049345 0.012849 +vt 0.049568 0.012703 +vt 0.050262 0.012322 +vt 0.049698 0.012631 +vt 0.050978 0.011985 +vt 0.051010 0.011976 +vt 0.050995 0.011978 +vt 0.050424 0.012241 +vt 0.051060 0.011951 +vt 0.051162 0.011911 +vt 0.061099 0.027391 +vt 0.061099 0.027391 +vt 0.061316 0.027148 +vt 0.056926 0.013850 +vt 0.056926 0.013850 +vt 0.056607 0.013784 +vt 0.047286 0.024235 +vt 0.047286 0.024235 +vt 0.047388 0.024544 +vt 0.059093 0.028967 +vt 0.059046 0.028993 +vt 0.059265 0.028868 +vt 0.059685 0.028603 +vt 0.059830 0.028502 +vt 0.058056 0.029447 +vt 0.058719 0.029164 +vt 0.058779 0.029134 +vt 0.058905 0.029069 +vt 0.058473 0.029280 +vt 0.053142 0.029767 +vt 0.054099 0.029937 +vt 0.053721 0.029888 +vt 0.053281 0.029800 +vt 0.054098 0.029944 +vt 0.053281 0.029800 +vt 0.052866 0.029694 +vt 0.053042 0.029742 +vt 0.052377 0.029543 +vt 0.052149 0.029454 +vt 0.053022 0.029737 +vt 0.050381 0.028498 +vt 0.050556 0.028626 +vt 0.050587 0.028646 +vt 0.050690 0.028713 +vt 0.050523 0.028603 +vt 0.050987 0.028894 +vt 0.051114 0.028967 +vt 0.051734 0.029280 +vt 0.051234 0.029033 +vt 0.047103 0.023550 +vt 0.047113 0.023575 +vt 0.047176 0.023842 +vt 0.047278 0.024222 +vt 0.047228 0.024039 +vt 0.047395 0.024542 +vt 0.047271 0.024187 +vt 0.046985 0.022865 +vt 0.046958 0.022580 +vt 0.046926 0.021478 +vt 0.046924 0.021739 +vt 0.046924 0.021908 +vt 0.046926 0.022173 +vt 0.046965 0.022580 +vt 0.047026 0.020572 +vt 0.046941 0.021287 +vt 0.046932 0.021441 +vt 0.046985 0.020786 +vt 0.049207 0.016156 +vt 0.048527 0.016961 +vt 0.048963 0.016421 +vt 0.049111 0.016257 +vt 0.048575 0.016895 +vt 0.049108 0.016260 +vt 0.049443 0.015919 +vt 0.049965 0.015461 +vt 0.049472 0.015892 +vt 0.049975 0.015452 +vt 0.049361 0.015999 +vt 0.051685 0.014394 +vt 0.051488 0.014487 +vt 0.051488 0.014487 +vt 0.051734 0.014371 +vt 0.051433 0.014515 +vt 0.051272 0.014598 +vt 0.051116 0.014683 +vt 0.051114 0.014684 +vt 0.050520 0.015044 +vt 0.050797 0.014870 +vt 0.057829 0.014112 +vt 0.057584 0.014030 +vt 0.057277 0.013939 +vt 0.057165 0.013909 +vt 0.056486 0.013762 +vt 0.057125 0.013898 +vt 0.057011 0.013870 +vt 0.059093 0.014684 +vt 0.059468 0.014906 +vt 0.059122 0.014700 +vt 0.058473 0.014371 +vt 0.058523 0.014394 +vt 0.060232 0.015452 +vt 0.059651 0.015025 +vt 0.059651 0.015025 +vt 0.060243 0.015461 +vt 0.059595 0.014988 +vt 0.059685 0.015048 +vt 0.062962 0.019553 +vt 0.062923 0.019420 +vt 0.062633 0.018639 +vt 0.062694 0.018775 +vt 0.062926 0.019430 +vt 0.062637 0.018637 +vt 0.062922 0.019416 +vt 0.063218 0.020786 +vt 0.063187 0.020571 +vt 0.063101 0.020102 +vt 0.063058 0.019915 +vt 0.063021 0.019766 +vt 0.063277 0.021478 +vt 0.063280 0.021573 +vt 0.063249 0.022580 +vt 0.063267 0.022363 +vt 0.063267 0.022363 +vt 0.063218 0.022864 +vt 0.063269 0.022326 +vt 0.063276 0.022204 +vt 0.063281 0.022036 +vt 0.063277 0.022173 +vt 0.060615 0.027871 +vt 0.060847 0.027650 +vt 0.060767 0.027735 +vt 0.060949 0.027549 +vt 0.061245 0.027230 +vt 0.061313 0.027145 +vt 0.061065 0.027428 +vt 0.060243 0.028190 +vt 0.055104 0.030006 +vt 0.056109 0.029944 +vt 0.055798 0.029976 +vt 0.057099 0.029759 +vt 0.056486 0.029888 +vt 0.058719 0.029164 +vt 0.058059 0.029454 +vt 0.057854 0.029519 +vt 0.057829 0.029539 +vt 0.057165 0.029742 +vt 0.061681 0.026690 +vt 0.061923 0.026344 +vt 0.062427 0.025472 +vt 0.062070 0.026115 +vt 0.062819 0.024544 +vt 0.062694 0.024876 +vt 0.062530 0.025228 +vt 0.062408 0.025508 +vt 0.063101 0.023549 +vt 0.063094 0.023577 +vt 0.062926 0.024221 +vt 0.062812 0.024542 +vt 0.062408 0.018142 +vt 0.062531 0.018423 +vt 0.062183 0.017738 +vt 0.062188 0.017735 +vt 0.062070 0.017536 +vt 0.061632 0.016895 +vt 0.061681 0.016961 +vt 0.060977 0.016131 +vt 0.061245 0.016421 +vt 0.060764 0.015919 +vt 0.060971 0.016136 +vt 0.055607 0.013660 +vt 0.055798 0.013674 +vt 0.055104 0.013645 +vt 0.054600 0.013660 +vt 0.054410 0.013674 +vt 0.053601 0.013784 +vt 0.053721 0.013762 +vt 0.052624 0.014030 +vt 0.052377 0.014108 +vt 0.052626 0.014036 +vt 0.053042 0.013909 +vt 0.048019 0.017735 +vt 0.048138 0.017536 +vt 0.047235 0.019587 +vt 0.047282 0.019430 +vt 0.047513 0.018775 +vt 0.047570 0.018637 +vt 0.047677 0.018423 +vt 0.047799 0.018142 +vt 0.047107 0.020102 +vt 0.047113 0.020144 +vt 0.047020 0.020571 +vt 0.046941 0.021287 +vt 0.047513 0.024876 +vt 0.047678 0.025228 +vt 0.047799 0.025508 +vt 0.047781 0.025472 +vt 0.048284 0.026344 +vt 0.048134 0.026117 +vt 0.048891 0.027148 +vt 0.048527 0.026690 +vt 0.049387 0.027659 +vt 0.048963 0.027230 +vt 0.050556 0.028626 +vt 0.050377 0.028502 +vt 0.049772 0.028015 +vt 0.049965 0.028190 +vt 0.049593 0.027871 +vt 0.049597 0.027866 +vt 0.049443 0.027731 +vt 0.054410 0.029976 +vt 0.055104 0.030006 +vt 0.056517 0.025853 +vt 0.056506 0.025856 +vt 0.055825 0.026032 +vt 0.052316 0.025057 +vt 0.052314 0.025056 +vt 0.051900 0.024645 +vt 0.050911 0.021025 +vt 0.050911 0.021025 +vt 0.051023 0.020576 +vt 0.053701 0.017794 +vt 0.053701 0.017794 +vt 0.054028 0.017695 +vt 0.057893 0.018595 +vt 0.057893 0.018595 +vt 0.058057 0.018744 +vt 0.059312 0.022535 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.022367 +vt 0.059368 0.022007 +vt 0.059341 0.022335 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.021284 +vt 0.059337 0.021282 +vt 0.059364 0.021644 +vt 0.059364 0.022006 +vt 0.059185 0.020576 +vt 0.059265 0.020875 +vt 0.059265 0.020875 +vt 0.059274 0.020916 +vt 0.059185 0.020576 +vt 0.059296 0.021024 +vt 0.059310 0.021101 +vt 0.059272 0.020927 +vt 0.057682 0.018424 +vt 0.057782 0.018508 +vt 0.057491 0.018293 +vt 0.058057 0.018744 +vt 0.057785 0.018505 +vt 0.057861 0.018568 +vt 0.056860 0.017940 +vt 0.056862 0.017936 +vt 0.057183 0.018103 +vt 0.057494 0.018289 +vt 0.056179 0.017695 +vt 0.056362 0.017747 +vt 0.056362 0.017747 +vt 0.056179 0.017695 +vt 0.056401 0.017759 +vt 0.056506 0.017794 +vt 0.056681 0.017860 +vt 0.056524 0.017805 +vt 0.053347 0.017940 +vt 0.053297 0.017958 +vt 0.053683 0.017805 +vt 0.053485 0.017876 +vt 0.054029 0.017699 +vt 0.053587 0.017836 +vt 0.052150 0.018744 +vt 0.052201 0.018697 +vt 0.052201 0.018697 +vt 0.052150 0.018744 +vt 0.052231 0.018669 +vt 0.052314 0.018595 +vt 0.052418 0.018508 +vt 0.052425 0.018508 +vt 0.052714 0.018289 +vt 0.052716 0.018293 +vt 0.053024 0.018103 +vt 0.050882 0.021195 +vt 0.050898 0.021100 +vt 0.051023 0.020576 +vt 0.050936 0.020927 +vt 0.050874 0.021284 +vt 0.050852 0.021456 +vt 0.050932 0.022729 +vt 0.050917 0.022657 +vt 0.050931 0.022725 +vt 0.050893 0.022523 +vt 0.050879 0.022432 +vt 0.050874 0.022367 +vt 0.050844 0.022006 +vt 0.050839 0.022007 +vt 0.050844 0.021644 +vt 0.051143 0.023417 +vt 0.050943 0.022775 +vt 0.050942 0.022772 +vt 0.051143 0.023417 +vt 0.051027 0.023074 +vt 0.052399 0.025127 +vt 0.051900 0.024645 +vt 0.052153 0.024904 +vt 0.052716 0.025358 +vt 0.052658 0.025323 +vt 0.052425 0.025143 +vt 0.052466 0.025181 +vt 0.053726 0.025865 +vt 0.053629 0.025831 +vt 0.053683 0.025846 +vt 0.053459 0.025764 +vt 0.053347 0.025711 +vt 0.053024 0.025548 +vt 0.053022 0.025551 +vt 0.054382 0.026032 +vt 0.053846 0.025904 +vt 0.053846 0.025904 +vt 0.053813 0.025894 +vt 0.054382 0.026032 +vt 0.054029 0.025952 +vt 0.056526 0.025850 +vt 0.056178 0.025952 +vt 0.055825 0.026032 +vt 0.057185 0.025551 +vt 0.056910 0.025692 +vt 0.056860 0.025711 +vt 0.056720 0.025775 +vt 0.056578 0.025831 +vt 0.057782 0.025143 +vt 0.057785 0.025146 +vt 0.057692 0.025219 +vt 0.057491 0.025358 +vt 0.057183 0.025548 +vt 0.058308 0.024645 +vt 0.058007 0.024954 +vt 0.058007 0.024954 +vt 0.057992 0.024968 +vt 0.058308 0.024645 +vt 0.057944 0.025011 +vt 0.057876 0.025070 +vt 0.058054 0.024904 +vt 0.054742 0.026078 +vt 0.055104 0.026093 +vt 0.051672 0.024363 +vt 0.051469 0.024063 +vt 0.051473 0.024061 +vt 0.051293 0.023747 +vt 0.051143 0.020234 +vt 0.051293 0.019904 +vt 0.051296 0.019906 +vt 0.051469 0.019588 +vt 0.051672 0.019287 +vt 0.051676 0.019290 +vt 0.051900 0.019006 +vt 0.054382 0.017619 +vt 0.054742 0.017573 +vt 0.054742 0.017577 +vt 0.055104 0.017557 +vt 0.055466 0.017573 +vt 0.055465 0.017577 +vt 0.055825 0.017619 +vt 0.058308 0.019006 +vt 0.058535 0.019287 +vt 0.058532 0.019290 +vt 0.058738 0.019588 +vt 0.058915 0.019904 +vt 0.058911 0.019906 +vt 0.059064 0.020234 +vt 0.059185 0.023075 +vt 0.059064 0.023417 +vt 0.059060 0.023415 +vt 0.058915 0.023747 +vt 0.058738 0.024063 +vt 0.058735 0.024061 +vt 0.058535 0.024363 +vt 0.055466 0.026078 +vt 0.055104 0.026089 +vt 0.052702 0.011434 +vt 0.052571 0.011460 +vt 0.053435 0.011288 +vt 0.052658 0.011439 +vt 0.053435 0.011291 +vt 0.052658 0.011439 +vt 0.052804 0.011410 +vt 0.054254 0.011193 +vt 0.054221 0.011192 +vt 0.054221 0.011192 +vt 0.054269 0.011188 +vt 0.054297 0.011191 +vt 0.054360 0.011181 +vt 0.049236 0.015703 +vt 0.049651 0.014569 +vt 0.049741 0.015184 +vt 0.050355 0.014799 +vt 0.050968 0.014422 +vt 0.051546 0.013475 +vt 0.051611 0.014098 +vt 0.052953 0.013565 +vt 0.052932 0.013012 +vt 0.053671 0.013467 +vt 0.055104 0.012749 +vt 0.054385 0.013375 +vt 0.055104 0.013345 +vt 0.056546 0.013412 +vt 0.057276 0.013012 +vt 0.057241 0.013618 +vt 0.057929 0.013829 +vt 0.058661 0.013475 +vt 0.058620 0.014047 +vt 0.059955 0.014154 +vt 0.059884 0.014753 +vt 0.061158 0.014992 +vt 0.061010 0.015663 +vt 0.061010 0.027988 +vt 0.060556 0.029082 +vt 0.060431 0.028424 +vt 0.059853 0.028852 +vt 0.059322 0.029862 +vt 0.059240 0.029229 +vt 0.058620 0.029604 +vt 0.057978 0.030435 +vt 0.057255 0.030086 +vt 0.056546 0.030239 +vt 0.055834 0.030873 +vt 0.055823 0.030275 +vt 0.055104 0.030306 +vt 0.054373 0.030873 +vt 0.054380 0.030331 +vt 0.053648 0.030784 +vt 0.052953 0.030086 +vt 0.051546 0.030176 +vt 0.051588 0.029604 +vt 0.050941 0.029278 +vt 0.050324 0.028898 +vt 0.049651 0.029082 +vt 0.049776 0.028424 +vt 0.049197 0.027988 +vt 0.062135 0.016085 +vt 0.061967 0.016749 +vt 0.062964 0.017287 +vt 0.062726 0.017982 +vt 0.063591 0.018607 +vt 0.062973 0.018663 +vt 0.063213 0.019342 +vt 0.063997 0.020010 +vt 0.063394 0.020039 +vt 0.063516 0.020748 +vt 0.063577 0.021465 +vt 0.064173 0.022191 +vt 0.063571 0.022910 +vt 0.064049 0.023652 +vt 0.063266 0.024325 +vt 0.063591 0.025044 +vt 0.062726 0.025668 +vt 0.062964 0.026364 +vt 0.062325 0.026272 +vt 0.061922 0.026868 +vt 0.061470 0.027428 +vt 0.061650 0.028113 +vt 0.048073 0.027566 +vt 0.048241 0.026901 +vt 0.047197 0.026390 +vt 0.047882 0.026272 +vt 0.047531 0.025643 +vt 0.046617 0.025044 +vt 0.047235 0.024987 +vt 0.046995 0.024309 +vt 0.046813 0.023612 +vt 0.046093 0.022919 +vt 0.046692 0.022903 +vt 0.046575 0.022188 +vt 0.046034 0.021460 +vt 0.046637 0.020741 +vt 0.046759 0.020027 +vt 0.046385 0.019300 +vt 0.047183 0.018643 +vt 0.046856 0.017912 +vt 0.047481 0.017982 +vt 0.047197 0.017261 +vt 0.047882 0.017379 +vt 0.048285 0.016783 +vt 0.048073 0.016085 +vt 0.048738 0.016222 +vt 0.047113 0.018423 +vt 0.044796 0.021433 +vt 0.043892 0.021434 +vt 0.043892 0.022217 +vt 0.063213 0.028201 +vt 0.063919 0.028714 +vt 0.064379 0.028081 +vt 0.065412 0.022217 +vt 0.066315 0.022217 +vt 0.066285 0.021825 +vt 0.048848 0.012550 +vt 0.048215 0.013010 +vt 0.049362 0.013256 +vt 0.048728 0.013717 +vt 0.049591 0.016254 +vt 0.047810 0.014532 +vt 0.046995 0.015449 +vt 0.052291 0.011901 +vt 0.050421 0.012635 +vt 0.050067 0.016330 +vt 0.050524 0.016485 +vt 0.051956 0.014628 +vt 0.050948 0.016716 +vt 0.052394 0.014848 +vt 0.051327 0.017014 +vt 0.051650 0.017373 +vt 0.051908 0.017781 +vt 0.052353 0.018423 +vt 0.052093 0.018226 +vt 0.052021 0.011071 +vt 0.051277 0.011313 +vt 0.051546 0.012143 +vt 0.055496 0.011518 +vt 0.053749 0.017308 +vt 0.053713 0.016820 +vt 0.053490 0.011638 +vt 0.054712 0.011517 +vt 0.054712 0.010644 +vt 0.055495 0.010644 +vt 0.053594 0.016346 +vt 0.053396 0.015899 +vt 0.053124 0.015492 +vt 0.057345 0.014716 +vt 0.057439 0.015189 +vt 0.057916 0.011901 +vt 0.057451 0.015672 +vt 0.057382 0.016149 +vt 0.057233 0.016608 +vt 0.057009 0.017035 +vt 0.056715 0.017419 +vt 0.057172 0.014265 +vt 0.058339 0.018393 +vt 0.058743 0.018119 +vt 0.059095 0.017778 +vt 0.059383 0.017383 +vt 0.059599 0.016944 +vt 0.059736 0.016475 +vt 0.059792 0.015989 +vt 0.063094 0.018423 +vt 0.063213 0.015449 +vt 0.058931 0.011313 +vt 0.058187 0.011071 +vt 0.058662 0.012143 +vt 0.061945 0.014106 +vt 0.061480 0.013717 +vt 0.059786 0.012635 +vt 0.061992 0.013010 +vt 0.061359 0.012550 +vt 0.060845 0.013256 +vt 0.059763 0.015501 +vt 0.063673 0.016084 +vt 0.064379 0.015570 +vt 0.063919 0.014937 +vt 0.065858 0.018742 +vt 0.065616 0.017998 +vt 0.064806 0.018214 +vt 0.064294 0.017143 +vt 0.065028 0.019013 +vt 0.063094 0.021825 +vt 0.065291 0.020212 +vt 0.065412 0.021433 +vt 0.063094 0.022526 +vt 0.063094 0.025228 +vt 0.065858 0.024908 +vt 0.065028 0.024638 +vt 0.066315 0.021434 +vt 0.065291 0.023439 +vt 0.063673 0.027567 +vt 0.065645 0.025662 +vt 0.064786 0.025384 +vt 0.064294 0.026508 +vt 0.057421 0.028512 +vt 0.058251 0.029022 +vt 0.061359 0.031101 +vt 0.061992 0.030641 +vt 0.060845 0.030395 +vt 0.061480 0.029934 +vt 0.062397 0.029119 +vt 0.058663 0.031507 +vt 0.057916 0.031750 +vt 0.058187 0.032580 +vt 0.058931 0.032338 +vt 0.057854 0.031506 +vt 0.056717 0.032013 +vt 0.052291 0.031750 +vt 0.053490 0.032013 +vt 0.052353 0.031506 +vt 0.054712 0.032133 +vt 0.054712 0.033006 +vt 0.055495 0.033006 +vt 0.055540 0.032169 +vt 0.050445 0.028150 +vt 0.052353 0.028015 +vt 0.051267 0.032367 +vt 0.052021 0.032580 +vt 0.051545 0.031507 +vt 0.049362 0.030395 +vt 0.048215 0.030641 +vt 0.048848 0.031101 +vt 0.048728 0.029934 +vt 0.045804 0.028099 +vt 0.046288 0.028714 +vt 0.046995 0.028202 +vt 0.045913 0.026508 +vt 0.047113 0.025228 +vt 0.045401 0.025437 +vt 0.044453 0.025228 +vt 0.044591 0.025653 +vt 0.046534 0.027567 +vt 0.044796 0.022217 +vt 0.044916 0.023439 +vt 0.044349 0.024908 +vt 0.045179 0.024638 +vt 0.044349 0.018742 +vt 0.045179 0.019013 +vt 0.044916 0.020212 +vt 0.044562 0.017989 +vt 0.045421 0.018267 +vt 0.045913 0.017143 +vt 0.046288 0.014937 +vt 0.045828 0.015570 +vt 0.046534 0.016084 +vt 0.052787 0.015138 +vt 0.057854 0.021185 +vt 0.062381 0.020211 +vt 0.062018 0.020529 +vt 0.062685 0.019837 +vt 0.060204 0.021080 +vt 0.059726 0.021018 +vt 0.061607 0.020781 +vt 0.061158 0.020960 +vt 0.060686 0.021061 +vt 0.049387 0.021825 +vt 0.049604 0.020393 +vt 0.049117 0.020341 +vt 0.047297 0.020952 +vt 0.047113 0.021125 +vt 0.047706 0.020684 +vt 0.048629 0.020373 +vt 0.048154 0.020489 +vt 0.052424 0.021139 +vt 0.050514 0.020740 +vt 0.050074 0.020527 +vt 0.047522 0.023814 +vt 0.047826 0.023439 +vt 0.048189 0.023121 +vt 0.048601 0.022869 +vt 0.049049 0.022691 +vt 0.049521 0.022590 +vt 0.051464 0.025532 +vt 0.051113 0.025872 +vt 0.050825 0.026268 +vt 0.050609 0.026706 +vt 0.050471 0.027176 +vt 0.050416 0.027661 +vt 0.051869 0.025257 +vt 0.052353 0.021825 +vt 0.050003 0.022571 +vt 0.050482 0.022633 +vt 0.053035 0.029385 +vt 0.052863 0.028935 +vt 0.052769 0.028461 +vt 0.052756 0.027979 +vt 0.057814 0.028803 +vt 0.057854 0.025228 +vt 0.056458 0.026343 +vt 0.056811 0.027752 +vt 0.057083 0.028159 +vt 0.052826 0.027501 +vt 0.052572 0.025228 +vt 0.052975 0.027042 +vt 0.053199 0.026615 +vt 0.056494 0.026831 +vt 0.056613 0.027305 +vt 0.053492 0.026232 +vt 0.059259 0.026935 +vt 0.058880 0.026636 +vt 0.058557 0.026278 +vt 0.058299 0.025870 +vt 0.058114 0.025424 +vt 0.060617 0.027397 +vt 0.060140 0.027321 +vt 0.059683 0.027165 +vt 0.057854 0.021825 +vt 0.060604 0.023258 +vt 0.061090 0.023310 +vt 0.061578 0.023278 +vt 0.062053 0.023162 +vt 0.059693 0.022911 +vt 0.060134 0.023124 +vt 0.062502 0.022967 +vt 0.062910 0.022698 +vt 0.057257 0.023574 +vt 0.057133 0.023650 +vt 0.057691 0.022144 +vt 0.057795 0.022274 +vt 0.056966 0.023650 +vt 0.056452 0.024165 +vt 0.056285 0.024335 +vt 0.057802 0.022466 +vt 0.057685 0.022619 +vt 0.055177 0.024590 +vt 0.056093 0.024338 +vt 0.055335 0.024481 +vt 0.053075 0.023650 +vt 0.052920 0.023535 +vt 0.057297 0.023235 +vt 0.057334 0.023397 +vt 0.053878 0.024313 +vt 0.053756 0.024165 +vt 0.054067 0.024350 +vt 0.055990 0.024277 +vt 0.052523 0.022619 +vt 0.052883 0.023300 +vt 0.052634 0.022661 +vt 0.057573 0.022661 +vt 0.054942 0.024549 +vt 0.054839 0.024419 +vt 0.054191 0.024176 +vt 0.053241 0.023650 +vt 0.057757 0.021098 +vt 0.057795 0.021377 +vt 0.057691 0.021506 +vt 0.056140 0.019301 +vt 0.056329 0.019337 +vt 0.056452 0.019486 +vt 0.052874 0.020302 +vt 0.052920 0.020115 +vt 0.057178 0.020019 +vt 0.057287 0.020115 +vt 0.053241 0.020001 +vt 0.053756 0.019486 +vt 0.054873 0.019170 +vt 0.055128 0.019052 +vt 0.054115 0.019313 +vt 0.057334 0.020253 +vt 0.055265 0.019101 +vt 0.055369 0.019232 +vt 0.052634 0.020990 +vt 0.052755 0.020694 +vt 0.052566 0.021009 +vt 0.053029 0.020019 +vt 0.053923 0.019316 +vt 0.056966 0.020001 +vt 0.057573 0.020990 +vt 0.054217 0.019374 +vt 0.052516 0.021506 +vt 0.052412 0.021377 +vt 0.052395 0.022419 +vt 0.052412 0.022274 +vt 0.052516 0.022144 +vt 0.059587 0.020984 +vt 0.059946 0.021057 +vt 0.060312 0.021083 +vt 0.060678 0.021062 +vt 0.061038 0.020994 +vt 0.061386 0.020880 +vt 0.061717 0.020723 +vt 0.062305 0.020288 +vt 0.062025 0.020524 +vt 0.062552 0.020017 +vt 0.062762 0.019717 +vt 0.063102 0.022533 +vt 0.062787 0.022790 +vt 0.062440 0.023000 +vt 0.062066 0.023158 +vt 0.061673 0.023261 +vt 0.061269 0.023303 +vt 0.060864 0.023296 +vt 0.060463 0.023227 +vt 0.059713 0.022923 +vt 0.060077 0.023102 +vt 0.059378 0.022693 +vt 0.062552 0.020544 +vt 0.062582 0.022499 +vt 0.062237 0.020810 +vt 0.061890 0.021034 +vt 0.061518 0.021211 +vt 0.060721 0.021415 +vt 0.060549 0.022882 +vt 0.059898 0.021409 +vt 0.061126 0.021338 +vt 0.061951 0.022821 +vt 0.056617 0.017522 +vt 0.056860 0.017247 +vt 0.057065 0.016944 +vt 0.057230 0.016616 +vt 0.057351 0.016270 +vt 0.057427 0.015912 +vt 0.057456 0.015547 +vt 0.057373 0.014820 +vt 0.057438 0.015181 +vt 0.057262 0.014471 +vt 0.057107 0.014139 +vt 0.059715 0.015253 +vt 0.059781 0.015654 +vt 0.059789 0.016060 +vt 0.059739 0.016463 +vt 0.059632 0.016854 +vt 0.059470 0.017227 +vt 0.059257 0.017573 +vt 0.058998 0.017885 +vt 0.058696 0.018156 +vt 0.057992 0.018558 +vt 0.058358 0.018382 +vt 0.057779 0.015963 +vt 0.057811 0.015552 +vt 0.059390 0.016394 +vt 0.057141 0.017465 +vt 0.057791 0.015140 +vt 0.057718 0.014735 +vt 0.057557 0.016755 +vt 0.058969 0.017365 +vt 0.052133 0.018363 +vt 0.052017 0.018016 +vt 0.051655 0.017380 +vt 0.051857 0.017686 +vt 0.051417 0.017102 +vt 0.051144 0.016857 +vt 0.050842 0.016649 +vt 0.050516 0.016482 +vt 0.050171 0.016358 +vt 0.049814 0.016279 +vt 0.049449 0.016247 +vt 0.051718 0.014545 +vt 0.052777 0.015130 +vt 0.052453 0.014885 +vt 0.052097 0.014689 +vt 0.053059 0.015421 +vt 0.053301 0.015747 +vt 0.053498 0.016102 +vt 0.053638 0.016483 +vt 0.053749 0.017285 +vt 0.053722 0.016880 +vt 0.053719 0.017690 +vt 0.050270 0.016016 +vt 0.052346 0.017881 +vt 0.051616 0.014886 +vt 0.050658 0.016156 +vt 0.051025 0.016344 +vt 0.051364 0.016578 +vt 0.051940 0.017166 +vt 0.053296 0.016581 +vt 0.052793 0.015650 +vt 0.050620 0.022667 +vt 0.050261 0.022594 +vt 0.049895 0.022568 +vt 0.049170 0.022657 +vt 0.049530 0.022589 +vt 0.048821 0.022770 +vt 0.048490 0.022928 +vt 0.047903 0.023363 +vt 0.048182 0.023126 +vt 0.047656 0.023634 +vt 0.047445 0.023934 +vt 0.047106 0.021118 +vt 0.047420 0.020861 +vt 0.047768 0.020651 +vt 0.048142 0.020493 +vt 0.048535 0.020394 +vt 0.048938 0.020347 +vt 0.049744 0.020424 +vt 0.049344 0.020354 +vt 0.050830 0.020957 +vt 0.050495 0.020728 +vt 0.050130 0.020549 +vt 0.050309 0.022242 +vt 0.049486 0.022236 +vt 0.047656 0.023107 +vt 0.049308 0.020708 +vt 0.049081 0.022312 +vt 0.048689 0.022440 +vt 0.047625 0.021151 +vt 0.048317 0.022617 +vt 0.047971 0.022841 +vt 0.053591 0.026129 +vt 0.053348 0.026404 +vt 0.053143 0.026707 +vt 0.052978 0.027034 +vt 0.052857 0.027380 +vt 0.052781 0.027739 +vt 0.052835 0.028831 +vt 0.052770 0.028470 +vt 0.052752 0.028104 +vt 0.052946 0.029180 +vt 0.053100 0.029512 +vt 0.050492 0.028398 +vt 0.050427 0.027997 +vt 0.050419 0.027591 +vt 0.050469 0.027188 +vt 0.050575 0.026796 +vt 0.050737 0.026424 +vt 0.050950 0.026078 +vt 0.051210 0.025766 +vt 0.051512 0.025494 +vt 0.052215 0.025093 +vt 0.051849 0.025268 +vt 0.050781 0.027965 +vt 0.052490 0.028916 +vt 0.052514 0.027284 +vt 0.052429 0.027688 +vt 0.052836 0.026527 +vt 0.052651 0.026895 +vt 0.051239 0.026286 +vt 0.052417 0.028510 +vt 0.052396 0.028099 +vt 0.058074 0.025288 +vt 0.058191 0.025635 +vt 0.058351 0.025965 +vt 0.058552 0.026271 +vt 0.058791 0.026549 +vt 0.059063 0.026794 +vt 0.059365 0.027002 +vt 0.060036 0.027293 +vt 0.059691 0.027169 +vt 0.060394 0.027372 +vt 0.060759 0.027404 +vt 0.058490 0.029105 +vt 0.058112 0.028958 +vt 0.057755 0.028766 +vt 0.057430 0.028521 +vt 0.057145 0.028233 +vt 0.056710 0.027549 +vt 0.056818 0.027749 +vt 0.056903 0.027906 +vt 0.056574 0.027167 +vt 0.056458 0.026366 +vt 0.056489 0.026770 +vt 0.056489 0.025961 +vt 0.059937 0.027635 +vt 0.056814 0.026367 +vt 0.057861 0.025770 +vt 0.058268 0.026485 +vt 0.057415 0.028001 +vt 0.058843 0.027073 +vt 0.059183 0.027307 +vt 0.059549 0.027495 +vt 0.047886 0.027719 +vt 0.046511 0.028019 +vt 0.047405 0.027139 +vt 0.046342 0.027766 +vt 0.055104 0.031180 +vt 0.054703 0.032410 +vt 0.054351 0.031149 +vt 0.053904 0.032350 +vt 0.053609 0.031023 +vt 0.053111 0.032229 +vt 0.053094 0.030955 +vt 0.052828 0.032163 +vt 0.052874 0.030873 +vt 0.052330 0.032048 +vt 0.052142 0.030698 +vt 0.051723 0.031859 +vt 0.051565 0.031809 +vt 0.051437 0.030431 +vt 0.050820 0.031513 +vt 0.050757 0.030108 +vt 0.050099 0.031161 +vt 0.050104 0.029732 +vt 0.049646 0.030896 +vt 0.049408 0.030756 +vt 0.049484 0.029304 +vt 0.048749 0.030300 +vt 0.048901 0.028827 +vt 0.048126 0.029795 +vt 0.048357 0.028305 +vt 0.047825 0.029510 +vt 0.047543 0.029244 +vt 0.047004 0.028651 +vt 0.047003 0.026503 +vt 0.046067 0.027351 +vt 0.046846 0.026204 +vt 0.045749 0.026785 +vt 0.046653 0.025836 +vt 0.045675 0.026652 +vt 0.045337 0.025925 +vt 0.046357 0.025142 +vt 0.045269 0.025744 +vt 0.045055 0.025175 +vt 0.046119 0.024428 +vt 0.044904 0.024657 +vt 0.044830 0.024405 +vt 0.045938 0.023696 +vt 0.044665 0.023621 +vt 0.045818 0.022953 +vt 0.044559 0.022826 +vt 0.045757 0.022202 +vt 0.044534 0.022398 +vt 0.044513 0.022026 +vt 0.045757 0.021449 +vt 0.044528 0.021224 +vt 0.045818 0.020698 +vt 0.044604 0.020426 +vt 0.045938 0.019954 +vt 0.044658 0.020113 +vt 0.044740 0.019636 +vt 0.046119 0.019223 +vt 0.044935 0.018859 +vt 0.046357 0.018508 +vt 0.045189 0.018098 +vt 0.046653 0.017815 +vt 0.045499 0.017359 +vt 0.047003 0.017148 +vt 0.045751 0.016867 +vt 0.045864 0.016645 +vt 0.046283 0.015961 +vt 0.047405 0.016511 +vt 0.046751 0.015311 +vt 0.047858 0.015909 +vt 0.047036 0.014973 +vt 0.048357 0.015345 +vt 0.047268 0.014698 +vt 0.048676 0.015039 +vt 0.047829 0.014126 +vt 0.048901 0.014823 +vt 0.057334 0.012778 +vt 0.058262 0.011715 +vt 0.058066 0.012952 +vt 0.058484 0.011793 +vt 0.048433 0.013598 +vt 0.049484 0.014347 +vt 0.049074 0.013117 +vt 0.050104 0.013919 +vt 0.049750 0.012686 +vt 0.050773 0.013574 +vt 0.050456 0.012307 +vt 0.051179 0.013342 +vt 0.050659 0.012218 +vt 0.051451 0.013253 +vt 0.051190 0.011983 +vt 0.052142 0.012952 +vt 0.051724 0.011793 +vt 0.051945 0.011715 +vt 0.052865 0.012743 +vt 0.052719 0.011505 +vt 0.053609 0.012628 +vt 0.053506 0.011354 +vt 0.054093 0.012533 +vt 0.053959 0.011302 +vt 0.054354 0.012537 +vt 0.054303 0.011263 +vt 0.055104 0.012471 +vt 0.055104 0.011233 +vt 0.055856 0.012501 +vt 0.055905 0.011263 +vt 0.056604 0.012592 +vt 0.056701 0.011354 +vt 0.057489 0.011505 +vt 0.058770 0.013219 +vt 0.059018 0.011983 +vt 0.059549 0.012218 +vt 0.059451 0.013542 +vt 0.059751 0.012307 +vt 0.060458 0.012686 +vt 0.059923 0.013815 +vt 0.060084 0.013950 +vt 0.061134 0.013117 +vt 0.060723 0.014347 +vt 0.061775 0.013598 +vt 0.061307 0.014823 +vt 0.062378 0.014126 +vt 0.061532 0.015039 +vt 0.061850 0.015345 +vt 0.062940 0.014698 +vt 0.062229 0.015773 +vt 0.063171 0.014973 +vt 0.062322 0.015932 +vt 0.063456 0.015311 +vt 0.062802 0.016511 +vt 0.063925 0.015961 +vt 0.063205 0.017148 +vt 0.064343 0.016645 +vt 0.063555 0.017815 +vt 0.064456 0.016867 +vt 0.064708 0.017359 +vt 0.063850 0.018508 +vt 0.064938 0.017907 +vt 0.065019 0.018098 +vt 0.064089 0.019223 +vt 0.065272 0.018859 +vt 0.064269 0.019954 +vt 0.065467 0.019636 +vt 0.064390 0.020698 +vt 0.065603 0.020426 +vt 0.065679 0.021224 +vt 0.064451 0.021449 +vt 0.065694 0.022026 +vt 0.064451 0.022202 +vt 0.065673 0.022398 +vt 0.064390 0.022953 +vt 0.065649 0.022826 +vt 0.064327 0.023338 +vt 0.065543 0.023621 +vt 0.064269 0.023696 +vt 0.058770 0.030431 +vt 0.058643 0.031809 +vt 0.058066 0.030698 +vt 0.065377 0.024405 +vt 0.064089 0.024428 +vt 0.065304 0.024657 +vt 0.065153 0.025175 +vt 0.063850 0.025142 +vt 0.064939 0.025744 +vt 0.064870 0.025925 +vt 0.063555 0.025836 +vt 0.064532 0.026652 +vt 0.063205 0.026503 +vt 0.064140 0.027351 +vt 0.062802 0.027139 +vt 0.063697 0.028019 +vt 0.062350 0.027741 +vt 0.063204 0.028651 +vt 0.061850 0.028305 +vt 0.062664 0.029244 +vt 0.061307 0.028827 +vt 0.062383 0.029510 +vt 0.062082 0.029795 +vt 0.060723 0.029304 +vt 0.061459 0.030300 +vt 0.060103 0.029732 +vt 0.060800 0.030756 +vt 0.059451 0.030108 +vt 0.060108 0.031161 +vt 0.059028 0.030309 +vt 0.059388 0.031513 +vt 0.057342 0.030908 +vt 0.057877 0.032048 +vt 0.057096 0.032229 +vt 0.056604 0.031059 +vt 0.056304 0.032350 +vt 0.056114 0.031118 +vt 0.055856 0.031149 +vt 0.055505 0.032410 +vt 0.055104 0.032418 +vt 0.053219 0.021419 +vt 0.052115 0.020938 +vt 0.053315 0.021107 +vt 0.053462 0.020815 +vt 0.053657 0.020552 +vt 0.053260 0.022390 +vt 0.052065 0.022519 +vt 0.053192 0.022070 +vt 0.051988 0.021725 +vt 0.053178 0.021744 +vt 0.053770 0.023217 +vt 0.052547 0.023609 +vt 0.053554 0.022972 +vt 0.053382 0.022693 +vt 0.053574 0.019109 +vt 0.053893 0.020326 +vt 0.054164 0.020142 +vt 0.054462 0.020008 +vt 0.055430 0.019925 +vt 0.055502 0.018734 +vt 0.055746 0.020008 +vt 0.057272 0.019586 +vt 0.056044 0.020142 +vt 0.056315 0.020326 +vt 0.054313 0.018810 +vt 0.054778 0.019925 +vt 0.055104 0.019898 +vt 0.054618 0.023691 +vt 0.053403 0.024438 +vt 0.054310 0.023582 +vt 0.054024 0.023423 +vt 0.056654 0.022972 +vt 0.057124 0.024199 +vt 0.056438 0.023217 +vt 0.056183 0.023423 +vt 0.055898 0.023582 +vt 0.055303 0.024936 +vt 0.055589 0.023691 +vt 0.055267 0.023746 +vt 0.054940 0.023746 +vt 0.057016 0.022070 +vt 0.058143 0.022519 +vt 0.056947 0.022390 +vt 0.057867 0.023267 +vt 0.056825 0.022693 +vt 0.056551 0.020552 +vt 0.056745 0.020815 +vt 0.057954 0.020564 +vt 0.056893 0.021107 +vt 0.056988 0.021419 +vt 0.057030 0.021744 +vt 0.051928 0.024620 +vt 0.052325 0.024349 +vt 0.052176 0.024880 +vt 0.052671 0.024683 +vt 0.052446 0.025117 +vt 0.052735 0.025330 +vt 0.053056 0.024971 +vt 0.053040 0.025519 +vt 0.053475 0.025207 +vt 0.053361 0.025680 +vt 0.053694 0.025814 +vt 0.050968 0.022717 +vt 0.051444 0.022661 +vt 0.051059 0.023064 +vt 0.051581 0.023122 +vt 0.051178 0.023403 +vt 0.051326 0.023730 +vt 0.051776 0.023561 +vt 0.051501 0.024044 +vt 0.052025 0.023973 +vt 0.051702 0.024341 +vt 0.051059 0.020587 +vt 0.051505 0.020757 +vt 0.050968 0.020934 +vt 0.051398 0.021226 +vt 0.050907 0.021288 +vt 0.050877 0.021646 +vt 0.051352 0.021705 +vt 0.050877 0.022005 +vt 0.051368 0.022186 +vt 0.050907 0.022363 +vt 0.052176 0.018771 +vt 0.052493 0.019129 +vt 0.051928 0.019030 +vt 0.052169 0.019485 +vt 0.051702 0.019310 +vt 0.051501 0.019607 +vt 0.051894 0.019880 +vt 0.051326 0.019921 +vt 0.051672 0.020306 +vt 0.051178 0.020248 +vt 0.054038 0.017731 +vt 0.054152 0.018195 +vt 0.053694 0.017836 +vt 0.053695 0.018346 +vt 0.053361 0.017970 +vt 0.053040 0.018132 +vt 0.053262 0.018555 +vt 0.052735 0.018320 +vt 0.052859 0.018817 +vt 0.052446 0.018534 +vt 0.056846 0.017970 +vt 0.056512 0.018346 +vt 0.056513 0.017836 +vt 0.056056 0.018195 +vt 0.056170 0.017731 +vt 0.055819 0.017656 +vt 0.055584 0.018103 +vt 0.055463 0.017610 +vt 0.055104 0.017595 +vt 0.055104 0.018072 +vt 0.054745 0.017610 +vt 0.054624 0.018103 +vt 0.054389 0.017656 +vt 0.058505 0.019310 +vt 0.058038 0.019485 +vt 0.058279 0.019030 +vt 0.057715 0.019129 +vt 0.058031 0.018771 +vt 0.057761 0.018534 +vt 0.057349 0.018817 +vt 0.057473 0.018320 +vt 0.057167 0.018132 +vt 0.056946 0.018555 +vt 0.059300 0.021288 +vt 0.058809 0.021226 +vt 0.059239 0.020934 +vt 0.058702 0.020757 +vt 0.059149 0.020587 +vt 0.059029 0.020248 +vt 0.058536 0.020306 +vt 0.058881 0.019921 +vt 0.058706 0.019607 +vt 0.058313 0.019880 +vt 0.059029 0.023403 +vt 0.058626 0.023122 +vt 0.059149 0.023064 +vt 0.058763 0.022661 +vt 0.059239 0.022717 +vt 0.059300 0.022363 +vt 0.058840 0.022186 +vt 0.059331 0.022005 +vt 0.059331 0.021646 +vt 0.058855 0.021705 +vt 0.057761 0.025117 +vt 0.057537 0.024683 +vt 0.058031 0.024880 +vt 0.057882 0.024349 +vt 0.058279 0.024620 +vt 0.058505 0.024341 +vt 0.058182 0.023973 +vt 0.058706 0.024044 +vt 0.058881 0.023730 +vt 0.058431 0.023561 +vt 0.055819 0.025995 +vt 0.055821 0.025510 +vt 0.056170 0.025919 +vt 0.056286 0.025388 +vt 0.056513 0.025814 +vt 0.056846 0.025680 +vt 0.056732 0.025207 +vt 0.057167 0.025519 +vt 0.057473 0.025330 +vt 0.057151 0.024971 +vt 0.053921 0.025388 +vt 0.054038 0.025919 +vt 0.054386 0.025510 +vt 0.054389 0.025995 +vt 0.054745 0.026041 +vt 0.054863 0.025571 +vt 0.055104 0.026056 +vt 0.055463 0.026041 +vt 0.055344 0.025571 +vt 0.049449 0.016208 +vt 0.052150 0.018359 +vt 0.050532 0.016446 +vt 0.050862 0.016616 +vt 0.051444 0.017075 +vt 0.051890 0.017667 +vt 0.049824 0.016212 +vt 0.050190 0.016293 +vt 0.051186 0.016804 +vt 0.051710 0.017339 +vt 0.052080 0.017990 +vt 0.050594 0.016304 +vt 0.051296 0.016664 +vt 0.051852 0.017232 +vt 0.052244 0.017923 +vt 0.050240 0.016122 +vt 0.050996 0.016392 +vt 0.053475 0.017654 +vt 0.053680 0.017684 +vt 0.051713 0.014562 +vt 0.051688 0.014645 +vt 0.051662 0.014731 +vt 0.052319 0.015091 +vt 0.052036 0.014822 +vt 0.052069 0.014750 +vt 0.052090 0.014705 +vt 0.052373 0.015008 +vt 0.052416 0.014942 +vt 0.052443 0.014900 +vt 0.053577 0.016900 +vt 0.053402 0.016551 +vt 0.053497 0.016523 +vt 0.053655 0.016889 +vt 0.053573 0.016502 +vt 0.053705 0.016882 +vt 0.053621 0.016488 +vt 0.053711 0.017285 +vt 0.053645 0.017285 +vt 0.053555 0.017284 +vt 0.053462 0.016118 +vt 0.053403 0.016145 +vt 0.053321 0.016182 +vt 0.053052 0.015905 +vt 0.053272 0.015765 +vt 0.053217 0.015800 +vt 0.053141 0.015849 +vt 0.053033 0.015443 +vt 0.052984 0.015486 +vt 0.052915 0.015545 +vt 0.052766 0.015143 +vt 0.052732 0.015181 +vt 0.052615 0.015315 +vt 0.057167 0.014106 +vt 0.056629 0.017534 +vt 0.057476 0.015176 +vt 0.057494 0.015547 +vt 0.057388 0.016281 +vt 0.057098 0.016963 +vt 0.057325 0.014446 +vt 0.057439 0.014804 +vt 0.057494 0.015922 +vt 0.057292 0.016643 +vt 0.056913 0.017289 +vt 0.056665 0.017570 +vt 0.057631 0.015159 +vt 0.057670 0.015947 +vt 0.057456 0.016712 +vt 0.057054 0.017398 +vt 0.057611 0.014761 +vt 0.057756 0.015551 +vt 0.057954 0.018461 +vt 0.058237 0.018169 +vt 0.059614 0.015277 +vt 0.059526 0.015298 +vt 0.059423 0.015322 +vt 0.059543 0.016047 +vt 0.059635 0.015667 +vt 0.059713 0.015660 +vt 0.059764 0.015655 +vt 0.059642 0.016052 +vt 0.059721 0.016056 +vt 0.059771 0.016059 +vt 0.058545 0.017962 +vt 0.058606 0.018041 +vt 0.058892 0.017783 +vt 0.058654 0.018103 +vt 0.058949 0.017837 +vt 0.058685 0.018143 +vt 0.058985 0.017873 +vt 0.058350 0.018367 +vt 0.058325 0.018323 +vt 0.058286 0.018255 +vt 0.059243 0.017562 +vt 0.059202 0.017533 +vt 0.059138 0.017487 +vt 0.059058 0.017429 +vt 0.059455 0.017219 +vt 0.059410 0.017195 +vt 0.059340 0.017159 +vt 0.059616 0.016849 +vt 0.059568 0.016832 +vt 0.059494 0.016806 +vt 0.059400 0.016773 +vt 0.059722 0.016459 +vt 0.059672 0.016449 +vt 0.059595 0.016434 +vt 0.062795 0.019737 +vt 0.059583 0.021001 +vt 0.062048 0.020555 +vt 0.061736 0.020757 +vt 0.061047 0.021031 +vt 0.060312 0.021122 +vt 0.062605 0.020060 +vt 0.062352 0.020337 +vt 0.061411 0.020943 +vt 0.060686 0.021129 +vt 0.059937 0.021124 +vt 0.062141 0.020680 +vt 0.061812 0.020893 +vt 0.060708 0.021306 +vt 0.059913 0.021300 +vt 0.062744 0.020171 +vt 0.062204 0.020765 +vt 0.061112 0.021285 +vt 0.059787 0.022796 +vt 0.059402 0.022663 +vt 0.063090 0.022520 +vt 0.063030 0.022457 +vt 0.062895 0.022315 +vt 0.062328 0.022781 +vt 0.062703 0.022670 +vt 0.062748 0.022735 +vt 0.062777 0.022776 +vt 0.062373 0.022869 +vt 0.062409 0.022939 +vt 0.062432 0.022984 +vt 0.059837 0.022710 +vt 0.060522 0.022989 +vt 0.060132 0.022966 +vt 0.060103 0.023039 +vt 0.060480 0.023161 +vt 0.060084 0.023086 +vt 0.060468 0.023210 +vt 0.059722 0.022908 +vt 0.059747 0.022864 +vt 0.060867 0.023258 +vt 0.060874 0.023193 +vt 0.060893 0.022998 +vt 0.061268 0.023269 +vt 0.061265 0.023204 +vt 0.061261 0.023114 +vt 0.061670 0.023244 +vt 0.061660 0.023195 +vt 0.061646 0.023117 +vt 0.061627 0.023020 +vt 0.062060 0.023142 +vt 0.062044 0.023094 +vt 0.062018 0.023019 +vt 0.060758 0.027442 +vt 0.059676 0.027204 +vt 0.059345 0.027035 +vt 0.058763 0.026576 +vt 0.058317 0.025984 +vt 0.058037 0.025298 +vt 0.060384 0.027439 +vt 0.060017 0.027358 +vt 0.059021 0.026847 +vt 0.058498 0.026312 +vt 0.058128 0.025661 +vt 0.059614 0.027347 +vt 0.058911 0.026987 +vt 0.058356 0.026419 +vt 0.057963 0.025728 +vt 0.059968 0.027529 +vt 0.059211 0.027259 +vt 0.056704 0.026367 +vt 0.058520 0.029006 +vt 0.058576 0.028818 +vt 0.058545 0.028919 +vt 0.058191 0.028786 +vt 0.058154 0.028867 +vt 0.058126 0.028927 +vt 0.057592 0.028336 +vt 0.057834 0.028643 +vt 0.057792 0.028709 +vt 0.057764 0.028751 +vt 0.056782 0.026729 +vt 0.056756 0.027114 +vt 0.056588 0.026756 +vt 0.056670 0.027139 +vt 0.056524 0.026765 +vt 0.056607 0.027157 +vt 0.056475 0.026366 +vt 0.056526 0.026366 +vt 0.056605 0.026366 +vt 0.056726 0.027542 +vt 0.056772 0.027521 +vt 0.056934 0.027448 +vt 0.056917 0.027897 +vt 0.056960 0.027870 +vt 0.057026 0.027828 +vt 0.057110 0.027774 +vt 0.057158 0.028221 +vt 0.057196 0.028188 +vt 0.057256 0.028137 +vt 0.057442 0.028508 +vt 0.057475 0.028470 +vt 0.057527 0.028411 +vt 0.053066 0.029531 +vt 0.052731 0.028474 +vt 0.052713 0.028103 +vt 0.052819 0.027370 +vt 0.053109 0.026688 +vt 0.053543 0.026081 +vt 0.052882 0.029205 +vt 0.052769 0.028847 +vt 0.052714 0.027729 +vt 0.052915 0.027008 +vt 0.053294 0.026362 +vt 0.052577 0.028492 +vt 0.052558 0.028101 +vt 0.052752 0.026938 +vt 0.052975 0.026609 +vt 0.052717 0.029269 +vt 0.052472 0.028504 +vt 0.052568 0.027299 +vt 0.053154 0.026253 +vt 0.052305 0.025321 +vt 0.051883 0.025327 +vt 0.050509 0.028394 +vt 0.050593 0.028374 +vt 0.050784 0.028328 +vt 0.050664 0.027604 +vt 0.050573 0.027984 +vt 0.050494 0.027991 +vt 0.050444 0.027996 +vt 0.050565 0.027599 +vt 0.050486 0.027595 +vt 0.050436 0.027592 +vt 0.051663 0.025688 +vt 0.051387 0.025937 +vt 0.051316 0.025868 +vt 0.051553 0.025548 +vt 0.051259 0.025813 +vt 0.051522 0.025508 +vt 0.051222 0.025778 +vt 0.051858 0.025283 +vt 0.051922 0.025396 +vt 0.050964 0.026088 +vt 0.051005 0.026118 +vt 0.051069 0.026164 +vt 0.050752 0.026432 +vt 0.050797 0.026455 +vt 0.050867 0.026492 +vt 0.050955 0.026537 +vt 0.050592 0.026802 +vt 0.050640 0.026819 +vt 0.050714 0.026845 +vt 0.050486 0.027192 +vt 0.050535 0.027201 +vt 0.050710 0.027236 +vt 0.047387 0.023898 +vt 0.050638 0.022601 +vt 0.048159 0.023095 +vt 0.048471 0.022894 +vt 0.049160 0.022619 +vt 0.049896 0.022529 +vt 0.047603 0.023591 +vt 0.047855 0.023314 +vt 0.048796 0.022707 +vt 0.049521 0.022521 +vt 0.050270 0.022527 +vt 0.048067 0.022970 +vt 0.048396 0.022758 +vt 0.049500 0.022345 +vt 0.050294 0.022350 +vt 0.047464 0.023480 +vt 0.048004 0.022885 +vt 0.049095 0.022366 +vt 0.050643 0.021192 +vt 0.050421 0.020855 +vt 0.050806 0.020988 +vt 0.047239 0.021259 +vt 0.047177 0.021194 +vt 0.047505 0.020980 +vt 0.047459 0.020916 +vt 0.047430 0.020875 +vt 0.048221 0.020725 +vt 0.047834 0.020781 +vt 0.047799 0.020711 +vt 0.047776 0.020666 +vt 0.050038 0.020777 +vt 0.050075 0.020685 +vt 0.049709 0.020566 +vt 0.050105 0.020612 +vt 0.049728 0.020490 +vt 0.050124 0.020565 +vt 0.049740 0.020440 +vt 0.050486 0.020743 +vt 0.050460 0.020787 +vt 0.049342 0.020372 +vt 0.049337 0.020422 +vt 0.049319 0.020599 +vt 0.048940 0.020382 +vt 0.048942 0.020447 +vt 0.048951 0.020643 +vt 0.048542 0.020427 +vt 0.048554 0.020492 +vt 0.048570 0.020580 +vt 0.048147 0.020509 +vt 0.048164 0.020557 +vt 0.048189 0.020631 +vt 0.056592 0.012669 +vt 0.059415 0.013611 +vt 0.061255 0.014882 +vt 0.061824 0.015370 +vt 0.064193 0.023681 +vt 0.059415 0.030039 +vt 0.058756 0.030398 +vt 0.056592 0.030982 +vt 0.055854 0.031113 +vt 0.046723 0.025802 +vt 0.048952 0.014882 +vt 0.049588 0.014485 +vt 0.049015 0.014953 +vt 0.049558 0.014446 +vt 0.047590 0.016639 +vt 0.047152 0.017235 +vt 0.047507 0.016582 +vt 0.047070 0.017187 +vt 0.046237 0.019257 +vt 0.046060 0.019979 +vt 0.046014 0.019970 +vt 0.045930 0.022195 +vt 0.045989 0.022932 +vt 0.045880 0.022197 +vt 0.045895 0.022944 +vt 0.046519 0.025081 +vt 0.046809 0.025761 +vt 0.046473 0.025099 +vt 0.060619 0.029165 +vt 0.061158 0.028659 +vt 0.061192 0.028698 +vt 0.060649 0.029205 +vt 0.061255 0.028769 +vt 0.062660 0.027041 +vt 0.063055 0.026416 +vt 0.062700 0.027069 +vt 0.063138 0.026464 +vt 0.063873 0.024365 +vt 0.064099 0.023662 +vt 0.063970 0.024393 +vt 0.064218 0.020719 +vt 0.064327 0.021454 +vt 0.064313 0.020707 +vt 0.063688 0.018570 +vt 0.063399 0.017889 +vt 0.063735 0.018552 +vt 0.063485 0.017848 +vt 0.054365 0.012674 +vt 0.055104 0.012595 +vt 0.054361 0.012625 +vt 0.055104 0.012549 +vt 0.053631 0.012763 +vt 0.053623 0.012714 +vt 0.052884 0.012818 +vt 0.052907 0.012911 +vt 0.052196 0.013117 +vt 0.052181 0.013070 +vt 0.051486 0.013333 +vt 0.051505 0.013379 +vt 0.050837 0.013696 +vt 0.050814 0.013652 +vt 0.050146 0.013985 +vt 0.050197 0.014065 +vt 0.048482 0.015465 +vt 0.048447 0.015431 +vt 0.047918 0.015958 +vt 0.047992 0.016019 +vt 0.046764 0.017868 +vt 0.046723 0.017848 +vt 0.046430 0.018536 +vt 0.046473 0.018552 +vt 0.045989 0.020719 +vt 0.045940 0.020713 +vt 0.045835 0.021452 +vt 0.045930 0.021456 +vt 0.046014 0.023681 +vt 0.046108 0.023662 +vt 0.046193 0.024406 +vt 0.046285 0.024380 +vt 0.047070 0.026464 +vt 0.047469 0.027095 +vt 0.047507 0.027069 +vt 0.047590 0.027012 +vt 0.047992 0.027632 +vt 0.047954 0.027663 +vt 0.048482 0.028185 +vt 0.048413 0.028252 +vt 0.048983 0.028735 +vt 0.049050 0.028659 +vt 0.049531 0.029242 +vt 0.049588 0.029165 +vt 0.050170 0.029627 +vt 0.050146 0.029666 +vt 0.050814 0.029999 +vt 0.050793 0.030039 +vt 0.051486 0.030317 +vt 0.051505 0.030272 +vt 0.052166 0.030625 +vt 0.052196 0.030534 +vt 0.052907 0.030740 +vt 0.052895 0.030788 +vt 0.053631 0.030888 +vt 0.053623 0.030937 +vt 0.054357 0.031072 +vt 0.054365 0.030977 +vt 0.055104 0.030955 +vt 0.055104 0.031056 +vt 0.055843 0.030977 +vt 0.056568 0.030837 +vt 0.057324 0.030833 +vt 0.057313 0.030788 +vt 0.057289 0.030690 +vt 0.058011 0.030534 +vt 0.058027 0.030581 +vt 0.058702 0.030272 +vt 0.059370 0.029955 +vt 0.060062 0.029666 +vt 0.060011 0.029585 +vt 0.061688 0.028150 +vt 0.061794 0.028252 +vt 0.062290 0.027692 +vt 0.062254 0.027663 +vt 0.062176 0.027599 +vt 0.063399 0.025761 +vt 0.063443 0.025783 +vt 0.063778 0.025115 +vt 0.063688 0.025081 +vt 0.064167 0.022926 +vt 0.064267 0.022938 +vt 0.064373 0.022199 +vt 0.064278 0.022195 +vt 0.064148 0.019979 +vt 0.064099 0.019989 +vt 0.064014 0.019244 +vt 0.063923 0.019271 +vt 0.063098 0.017210 +vt 0.063055 0.017235 +vt 0.062738 0.016556 +vt 0.062660 0.016610 +vt 0.062216 0.016019 +vt 0.062254 0.015987 +vt 0.061725 0.015465 +vt 0.060677 0.014409 +vt 0.060649 0.014446 +vt 0.060588 0.014527 +vt 0.060011 0.014065 +vt 0.060037 0.014024 +vt 0.059370 0.013696 +vt 0.058722 0.013333 +vt 0.058702 0.013379 +vt 0.058041 0.013026 +vt 0.058011 0.013117 +vt 0.057301 0.012911 +vt 0.057313 0.012863 +vt 0.056577 0.012763 +vt 0.055850 0.012579 +vt 0.055847 0.012625 +vt 0.053718 0.013745 +vt 0.051727 0.014355 +vt 0.049431 0.015907 +vt 0.048950 0.016409 +vt 0.048123 0.017527 +vt 0.047784 0.018135 +vt 0.047278 0.019429 +vt 0.047497 0.024882 +vt 0.050513 0.028618 +vt 0.049431 0.027744 +vt 0.051106 0.028982 +vt 0.054410 0.029981 +vt 0.053038 0.029759 +vt 0.055104 0.030023 +vt 0.055799 0.029994 +vt 0.056489 0.029905 +vt 0.057835 0.029555 +vt 0.058480 0.029296 +vt 0.059694 0.028618 +vt 0.061258 0.027242 +vt 0.062930 0.024222 +vt 0.063235 0.022867 +vt 0.063294 0.022173 +vt 0.063235 0.020784 +vt 0.063118 0.020098 +vt 0.062942 0.019425 +vt 0.062073 0.017534 +vt 0.062711 0.018769 +vt 0.060767 0.015916 +vt 0.061695 0.016951 +vt 0.059102 0.014668 +vt 0.057835 0.014096 +vt 0.057169 0.013892 +vt 0.055799 0.013657 +vt 0.056493 0.013724 +vt 0.058489 0.014336 +vt 0.059706 0.015016 +vt 0.060267 0.015430 +vt 0.060791 0.015891 +vt 0.061274 0.016395 +vt 0.062103 0.017516 +vt 0.062424 0.018135 +vt 0.063316 0.021477 +vt 0.063139 0.023557 +vt 0.062963 0.024232 +vt 0.062730 0.024890 +vt 0.062443 0.025526 +vt 0.062103 0.026135 +vt 0.061712 0.026713 +vt 0.060791 0.027759 +vt 0.060267 0.028220 +vt 0.059112 0.029001 +vt 0.057175 0.029779 +vt 0.054407 0.030015 +vt 0.053715 0.029926 +vt 0.052366 0.029575 +vt 0.051718 0.029315 +vt 0.049954 0.028204 +vt 0.048950 0.027242 +vt 0.048513 0.026700 +vt 0.047784 0.025516 +vt 0.047245 0.024232 +vt 0.047090 0.023553 +vt 0.046972 0.022867 +vt 0.046913 0.022173 +vt 0.046913 0.021477 +vt 0.046972 0.020784 +vt 0.047090 0.020098 +vt 0.047497 0.018769 +vt 0.048495 0.016938 +vt 0.049940 0.015430 +vt 0.050501 0.015016 +vt 0.051106 0.014668 +vt 0.052366 0.014076 +vt 0.053038 0.013892 +vt 0.054407 0.013636 +vt 0.055104 0.013606 +vt 0.055803 0.013607 +vt 0.057182 0.013843 +vt 0.057852 0.014048 +vt 0.059126 0.014624 +vt 0.061736 0.016921 +vt 0.062469 0.018112 +vt 0.063345 0.022175 +vt 0.063285 0.022873 +vt 0.061296 0.027275 +vt 0.059723 0.028659 +vt 0.058501 0.029342 +vt 0.057842 0.029575 +vt 0.056498 0.029955 +vt 0.053033 0.029779 +vt 0.051081 0.029026 +vt 0.048105 0.026135 +vt 0.046951 0.020781 +vt 0.047069 0.020094 +vt 0.047245 0.019419 +vt 0.047764 0.018125 +vt 0.048105 0.017516 +vt 0.048912 0.016376 +vt 0.049416 0.015891 +vt 0.051718 0.014336 +vt 0.053025 0.013843 +vt 0.056504 0.013660 +vt 0.058516 0.014276 +vt 0.060286 0.015408 +vt 0.060811 0.015870 +vt 0.061296 0.016376 +vt 0.062158 0.017482 +vt 0.062791 0.018736 +vt 0.063025 0.019399 +vt 0.063202 0.020080 +vt 0.063321 0.020773 +vt 0.063381 0.021474 +vt 0.063202 0.023571 +vt 0.063025 0.024251 +vt 0.062791 0.024914 +vt 0.059144 0.029058 +vt 0.057852 0.029603 +vt 0.057182 0.029808 +vt 0.055806 0.030080 +vt 0.055104 0.030110 +vt 0.050464 0.028689 +vt 0.049899 0.028271 +vt 0.049371 0.027807 +vt 0.048885 0.027299 +vt 0.048443 0.026752 +vt 0.048049 0.026169 +vt 0.047706 0.025555 +vt 0.047416 0.024914 +vt 0.047182 0.024251 +vt 0.047005 0.023571 +vt 0.046886 0.022878 +vt 0.046826 0.022177 +vt 0.046826 0.021474 +vt 0.047040 0.020088 +vt 0.047217 0.019410 +vt 0.047450 0.018750 +vt 0.048080 0.017501 +vt 0.048472 0.016921 +vt 0.049922 0.015408 +vt 0.050485 0.014991 +vt 0.051081 0.014624 +vt 0.052356 0.014048 +vt 0.053704 0.013660 +vt 0.054401 0.013570 +vt 0.055104 0.013541 +vt 0.055810 0.013528 +vt 0.057202 0.013767 +vt 0.059165 0.014556 +vt 0.059767 0.014926 +vt 0.060836 0.015844 +vt 0.061323 0.016352 +vt 0.061765 0.016899 +vt 0.062501 0.018096 +vt 0.063423 0.022179 +vt 0.063363 0.022883 +vt 0.062539 0.025574 +vt 0.062195 0.026191 +vt 0.061799 0.026777 +vt 0.061355 0.027327 +vt 0.060866 0.027837 +vt 0.060335 0.028304 +vt 0.059767 0.028725 +vt 0.057864 0.029637 +vt 0.057191 0.029843 +vt 0.056504 0.029991 +vt 0.054398 0.030123 +vt 0.053696 0.030033 +vt 0.053005 0.029884 +vt 0.052330 0.029677 +vt 0.051674 0.029413 +vt 0.051043 0.029095 +vt 0.046844 0.020768 +vt 0.047416 0.018736 +vt 0.047706 0.018096 +vt 0.048443 0.016899 +vt 0.048885 0.016352 +vt 0.049371 0.015844 +vt 0.051063 0.014593 +vt 0.051691 0.014276 +vt 0.053016 0.013808 +vt 0.056519 0.013571 +vt 0.057894 0.013929 +vt 0.058553 0.014194 +vt 0.060365 0.015309 +vt 0.062830 0.018721 +vt 0.063066 0.019387 +vt 0.063244 0.020071 +vt 0.063363 0.020768 +vt 0.063423 0.021472 +vt 0.063291 0.023590 +vt 0.063111 0.024278 +vt 0.062875 0.024948 +vt 0.059188 0.029137 +vt 0.058553 0.029457 +vt 0.055104 0.030153 +vt 0.050414 0.028764 +vt 0.049843 0.028341 +vt 0.049309 0.027872 +vt 0.048817 0.027358 +vt 0.047668 0.025574 +vt 0.047377 0.024930 +vt 0.047142 0.024264 +vt 0.046963 0.023580 +vt 0.046844 0.022883 +vt 0.046784 0.022179 +vt 0.046784 0.021472 +vt 0.046917 0.020061 +vt 0.047096 0.019373 +vt 0.048013 0.017459 +vt 0.048853 0.016324 +vt 0.049342 0.015813 +vt 0.049872 0.015346 +vt 0.050414 0.014887 +vt 0.051674 0.014237 +vt 0.052330 0.013974 +vt 0.053696 0.013618 +vt 0.054398 0.013528 +vt 0.055104 0.013498 +vt 0.055814 0.013481 +vt 0.057227 0.013671 +vt 0.059188 0.014514 +vt 0.059793 0.014887 +vt 0.060934 0.015742 +vt 0.061429 0.016258 +vt 0.061878 0.016815 +vt 0.062279 0.017407 +vt 0.062628 0.018032 +vt 0.063471 0.022181 +vt 0.063411 0.022889 +vt 0.062628 0.025619 +vt 0.062279 0.026243 +vt 0.061878 0.026836 +vt 0.061429 0.027392 +vt 0.060934 0.027909 +vt 0.060397 0.028381 +vt 0.059822 0.028807 +vt 0.057911 0.029770 +vt 0.057227 0.029980 +vt 0.056528 0.030131 +vt 0.055818 0.030221 +vt 0.054394 0.030170 +vt 0.053688 0.030080 +vt 0.052993 0.029930 +vt 0.052314 0.029722 +vt 0.051654 0.029457 +vt 0.051019 0.029137 +vt 0.048329 0.026836 +vt 0.047928 0.026243 +vt 0.046736 0.022181 +vt 0.046736 0.021470 +vt 0.046797 0.020762 +vt 0.047285 0.018684 +vt 0.047580 0.018032 +vt 0.047928 0.017407 +vt 0.048329 0.016815 +vt 0.049309 0.015779 +vt 0.049843 0.015309 +vt 0.050994 0.014469 +vt 0.052314 0.013929 +vt 0.052993 0.013721 +vt 0.056528 0.013520 +vt 0.063341 0.023601 +vt 0.063161 0.024293 +vt 0.062922 0.024967 +vt 0.050385 0.028807 +vt 0.049273 0.027909 +vt 0.048778 0.027392 +vt 0.049810 0.015269 +vt 0.050385 0.014844 +vt 0.052980 0.013671 +vt 0.053680 0.013520 +vt 0.044547 0.020419 +vt 0.044571 0.020422 +vt 0.044495 0.021222 +vt 0.058272 0.011683 +vt 0.059030 0.011952 +vt 0.064394 0.016617 +vt 0.064739 0.017345 +vt 0.065524 0.019624 +vt 0.065728 0.022026 +vt 0.065682 0.022829 +vt 0.065409 0.024413 +vt 0.058765 0.031826 +vt 0.053105 0.032261 +vt 0.048104 0.029820 +vt 0.047519 0.029267 +vt 0.046484 0.028038 +vt 0.046039 0.027369 +vt 0.045306 0.025938 +vt 0.065750 0.022443 +vt 0.048346 0.030076 +vt 0.048407 0.013535 +vt 0.048412 0.013572 +vt 0.052401 0.011509 +vt 0.057496 0.011472 +vt 0.055721 0.011179 +vt 0.055909 0.011206 +vt 0.055649 0.011182 +vt 0.055104 0.011200 +vt 0.055495 0.011183 +vt 0.054486 0.011179 +vt 0.054635 0.011184 +vt 0.054300 0.011230 +vt 0.052711 0.011472 +vt 0.052187 0.011583 +vt 0.052333 0.011534 +vt 0.051935 0.011683 +vt 0.051443 0.011824 +vt 0.051177 0.011952 +vt 0.049721 0.012636 +vt 0.049228 0.012940 +vt 0.048532 0.013445 +vt 0.047790 0.014084 +vt 0.046853 0.015068 +vt 0.046770 0.015191 +vt 0.047225 0.014659 +vt 0.046219 0.015950 +vt 0.045835 0.016629 +vt 0.045169 0.017948 +vt 0.045447 0.017335 +vt 0.044861 0.018909 +vt 0.045128 0.018091 +vt 0.044683 0.019624 +vt 0.044813 0.019055 +vt 0.044461 0.021434 +vt 0.044460 0.021280 +vt 0.044457 0.021201 +vt 0.044480 0.022026 +vt 0.044461 0.022217 +vt 0.044526 0.022829 +vt 0.044798 0.024413 +vt 0.044813 0.024596 +vt 0.044861 0.024742 +vt 0.045023 0.025185 +vt 0.045103 0.025486 +vt 0.045149 0.025633 +vt 0.046219 0.027701 +vt 0.046978 0.028673 +vt 0.046813 0.028523 +vt 0.046724 0.028398 +vt 0.048407 0.030116 +vt 0.049165 0.030666 +vt 0.048532 0.030206 +vt 0.048729 0.030326 +vt 0.049390 0.030784 +vt 0.051227 0.031760 +vt 0.050806 0.031543 +vt 0.051443 0.031826 +vt 0.051296 0.031780 +vt 0.051554 0.031841 +vt 0.052321 0.032080 +vt 0.052187 0.032068 +vt 0.051682 0.031910 +vt 0.054486 0.032472 +vt 0.057807 0.032142 +vt 0.057107 0.032286 +vt 0.057946 0.032091 +vt 0.059411 0.031566 +vt 0.058911 0.031780 +vt 0.060135 0.031212 +vt 0.060862 0.030801 +vt 0.060818 0.030784 +vt 0.060979 0.030711 +vt 0.061738 0.030159 +vt 0.062103 0.029820 +vt 0.061861 0.030076 +vt 0.063944 0.027764 +vt 0.063437 0.028460 +vt 0.063354 0.028583 +vt 0.064190 0.027382 +vt 0.064035 0.027641 +vt 0.065038 0.025702 +vt 0.064924 0.025948 +vt 0.065058 0.025633 +vt 0.065347 0.024742 +vt 0.065105 0.025486 +vt 0.065184 0.025185 +vt 0.065746 0.022217 +vt 0.065747 0.022371 +vt 0.065746 0.021434 +vt 0.065712 0.021222 +vt 0.065420 0.019122 +vt 0.065395 0.019055 +vt 0.065127 0.018227 +vt 0.065347 0.018909 +vt 0.063989 0.015950 +vt 0.064080 0.016067 +vt 0.063394 0.015128 +vt 0.062964 0.014676 +vt 0.063484 0.015253 +vt 0.061861 0.013575 +vt 0.062418 0.014084 +vt 0.061043 0.012985 +vt 0.061676 0.013445 +vt 0.060475 0.012657 +vt 0.058911 0.011871 +vt 0.057946 0.011559 +vt 0.058765 0.011824 +vt 0.050442 0.012277 +vt 0.054712 0.032468 +vt 0.053897 0.032407 +vt 0.055573 0.032467 +vt 0.056308 0.032383 +vt 0.054559 0.032469 +vt 0.065661 0.020419 +vt 0.053497 0.011297 +vt 0.050072 0.031212 +vt 0.065600 0.023631 +vt 0.059776 0.012255 +vt 0.044608 0.023631 +vt 0.045623 0.026678 +vt 0.062706 0.029285 +vt 0.056710 0.011297 +vt 0.056882 0.018669 +vt 0.058202 0.019947 +vt 0.058725 0.021709 +vt 0.058316 0.023501 +vt 0.053500 0.025155 +vt 0.053127 0.024862 +vt 0.052073 0.023940 +vt 0.051892 0.023501 +vt 0.051425 0.022180 +vt 0.051483 0.021709 +vt 0.051725 0.020330 +vt 0.052006 0.019947 +vt 0.052894 0.018864 +vt 0.053326 0.018669 +vt 0.054285 0.018702 +vt 0.053519 0.019012 +vt 0.053851 0.018731 +vt 0.054677 0.018514 +vt 0.054206 0.018403 +vt 0.054651 0.018317 +vt 0.055517 0.018623 +vt 0.055531 0.018514 +vt 0.055104 0.018288 +vt 0.055104 0.018203 +vt 0.055556 0.018317 +vt 0.055576 0.018160 +vt 0.053717 0.018400 +vt 0.053368 0.018743 +vt 0.053776 0.018546 +vt 0.052857 0.019506 +vt 0.052342 0.020151 +vt 0.052781 0.019427 +vt 0.052249 0.020095 +vt 0.052338 0.019620 +vt 0.052078 0.019991 +vt 0.052215 0.019521 +vt 0.052008 0.020907 +vt 0.051876 0.021722 +vt 0.051903 0.020875 +vt 0.051767 0.021718 +vt 0.051611 0.021261 +vt 0.051568 0.021712 +vt 0.051456 0.021236 +vt 0.052073 0.022941 +vt 0.051849 0.022568 +vt 0.052052 0.023418 +vt 0.051784 0.023047 +vt 0.051967 0.023462 +vt 0.051636 0.023102 +vt 0.052713 0.023996 +vt 0.053283 0.024623 +vt 0.052632 0.024070 +vt 0.052810 0.024519 +vt 0.053174 0.024790 +vt 0.052708 0.024639 +vt 0.054486 0.024995 +vt 0.054427 0.025298 +vt 0.054466 0.025102 +vt 0.054877 0.025356 +vt 0.054397 0.025453 +vt 0.054867 0.025513 +vt 0.055721 0.024995 +vt 0.056505 0.024735 +vt 0.055742 0.025102 +vt 0.056552 0.024833 +vt 0.056219 0.025183 +vt 0.056639 0.025013 +vt 0.056268 0.025332 +vt 0.056707 0.025155 +vt 0.057494 0.023996 +vt 0.057967 0.023319 +vt 0.057927 0.023795 +vt 0.058064 0.023369 +vt 0.058240 0.023462 +vt 0.058075 0.023898 +vt 0.058135 0.023940 +vt 0.058252 0.022544 +vt 0.058331 0.021722 +vt 0.058427 0.022146 +vt 0.058625 0.022165 +vt 0.058640 0.021712 +vt 0.058782 0.022180 +vt 0.058199 0.020907 +vt 0.057865 0.020151 +vt 0.058156 0.020474 +vt 0.058339 0.020393 +vt 0.058129 0.019991 +vt 0.058483 0.020330 +vt 0.057350 0.019506 +vt 0.056688 0.019012 +vt 0.057100 0.019150 +vt 0.057220 0.018990 +vt 0.056840 0.018743 +vt 0.057314 0.018864 +vt 0.054631 0.018160 +vt 0.054185 0.018321 +vt 0.052937 0.018922 +vt 0.053045 0.019067 +vt 0.052583 0.019223 +vt 0.052643 0.019284 +vt 0.051869 0.020393 +vt 0.051631 0.020795 +vt 0.051712 0.020819 +vt 0.051582 0.022165 +vt 0.051572 0.022632 +vt 0.051655 0.022613 +vt 0.052202 0.023849 +vt 0.052366 0.023735 +vt 0.052422 0.024261 +vt 0.052485 0.024204 +vt 0.053569 0.025013 +vt 0.053655 0.024833 +vt 0.053703 0.024735 +vt 0.053962 0.025264 +vt 0.053989 0.025183 +vt 0.055336 0.025441 +vt 0.055330 0.025356 +vt 0.055318 0.025157 +vt 0.055796 0.025381 +vt 0.055780 0.025298 +vt 0.057080 0.024862 +vt 0.057034 0.024790 +vt 0.057452 0.024584 +vt 0.057397 0.024519 +vt 0.057268 0.024367 +vt 0.057723 0.024204 +vt 0.057839 0.024310 +vt 0.058504 0.023077 +vt 0.058424 0.023047 +vt 0.058460 0.022591 +vt 0.058636 0.022632 +vt 0.058680 0.021247 +vt 0.058596 0.021261 +vt 0.058399 0.021293 +vt 0.058495 0.020819 +vt 0.058646 0.020774 +vt 0.057936 0.019567 +vt 0.057870 0.019620 +vt 0.057714 0.019744 +vt 0.057565 0.019284 +vt 0.057675 0.019171 +vt 0.056463 0.018467 +vt 0.056431 0.018546 +vt 0.056357 0.018731 +vt 0.056001 0.018403 +vt 0.056041 0.018251 +vt 0.054712 0.010925 +vt 0.055495 0.010925 +vt 0.055495 0.010727 +vt 0.054712 0.010727 +vt 0.055495 0.010476 +vt 0.054712 0.010476 +vt 0.055495 0.010467 +vt 0.054712 0.010478 +vt 0.055495 0.010510 +vt 0.054652 0.010560 +vt 0.054712 0.010817 +vt 0.055495 0.010771 +vt 0.054712 0.010753 +vt 0.055898 0.010986 +vt 0.055951 0.011014 +vt 0.055954 0.010850 +vt 0.055844 0.010869 +vt 0.055776 0.010912 +vt 0.055641 0.010829 +vt 0.055763 0.010788 +vt 0.055561 0.010731 +vt 0.055896 0.010721 +vt 0.055726 0.010539 +vt 0.055599 0.010489 +vt 0.055959 0.010903 +vt 0.055909 0.010773 +vt 0.055747 0.010605 +vt 0.055847 0.010775 +vt 0.055714 0.010690 +vt 0.055649 0.010666 +vt 0.055622 0.010528 +vt 0.055896 0.011219 +vt 0.055792 0.011287 +vt 0.055716 0.011344 +vt 0.055632 0.011409 +vt 0.054512 0.010941 +vt 0.054302 0.010944 +vt 0.054241 0.010989 +vt 0.054314 0.010881 +vt 0.054378 0.010827 +vt 0.054497 0.010869 +vt 0.054512 0.010760 +vt 0.054493 0.010538 +vt 0.054361 0.010656 +vt 0.054284 0.010777 +vt 0.054249 0.010903 +vt 0.054361 0.010775 +vt 0.054401 0.010603 +vt 0.054482 0.010667 +vt 0.054585 0.010510 +vt 0.054609 0.010654 +vt 0.054480 0.011335 +vt 0.054569 0.011404 +vt 0.054352 0.011244 +vt 0.050941 0.011882 +vt 0.052108 0.011338 +vt 0.051363 0.011580 +vt 0.052110 0.011132 +vt 0.051302 0.011391 +vt 0.051969 0.010910 +vt 0.051224 0.011152 +vt 0.048072 0.013655 +vt 0.048380 0.013237 +vt 0.048981 0.012732 +vt 0.048897 0.012617 +vt 0.048264 0.013077 +vt 0.048749 0.012413 +vt 0.048116 0.012873 +vt 0.046884 0.014758 +vt 0.046844 0.014758 +vt 0.045891 0.016228 +vt 0.046055 0.015735 +vt 0.046515 0.015102 +vt 0.046397 0.014934 +vt 0.045895 0.015619 +vt 0.046152 0.014838 +vt 0.045692 0.015471 +vt 0.044612 0.019349 +vt 0.044858 0.018085 +vt 0.044590 0.018821 +vt 0.044670 0.018024 +vt 0.044428 0.018768 +vt 0.044431 0.017946 +vt 0.044189 0.018690 +vt 0.044360 0.022712 +vt 0.044204 0.022217 +vt 0.044204 0.021434 +vt 0.044006 0.021434 +vt 0.044006 0.022217 +vt 0.043754 0.021434 +vt 0.043754 0.022217 +vt 0.044616 0.024822 +vt 0.044858 0.025566 +vt 0.044428 0.024883 +vt 0.044670 0.025627 +vt 0.044189 0.024960 +vt 0.044431 0.025705 +vt 0.045842 0.027459 +vt 0.046515 0.028549 +vt 0.046055 0.027916 +vt 0.045859 0.027977 +vt 0.046397 0.028717 +vt 0.045692 0.028180 +vt 0.046152 0.028813 +vt 0.049506 0.031038 +vt 0.049013 0.030874 +vt 0.048380 0.030414 +vt 0.048212 0.030532 +vt 0.048897 0.031034 +vt 0.048116 0.030777 +vt 0.048749 0.031237 +vt 0.052627 0.032317 +vt 0.052108 0.032313 +vt 0.051346 0.032124 +vt 0.051302 0.032259 +vt 0.052046 0.032501 +vt 0.051224 0.032498 +vt 0.051969 0.032740 +vt 0.055990 0.032569 +vt 0.054712 0.032725 +vt 0.055495 0.032725 +vt 0.054646 0.032920 +vt 0.055495 0.032923 +vt 0.054712 0.033175 +vt 0.055495 0.033175 +vt 0.059267 0.031769 +vt 0.058100 0.032313 +vt 0.058844 0.032071 +vt 0.058161 0.032501 +vt 0.058905 0.032259 +vt 0.058239 0.032740 +vt 0.058983 0.032498 +vt 0.061194 0.030874 +vt 0.061827 0.030414 +vt 0.061255 0.031070 +vt 0.061995 0.030532 +vt 0.061458 0.031237 +vt 0.062091 0.030777 +vt 0.064365 0.027459 +vt 0.063692 0.028549 +vt 0.064152 0.027916 +vt 0.063811 0.028717 +vt 0.064312 0.028032 +vt 0.064056 0.028813 +vt 0.064516 0.028180 +vt 0.065595 0.024302 +vt 0.065591 0.024822 +vt 0.065349 0.025566 +vt 0.065538 0.025627 +vt 0.065779 0.024883 +vt 0.065777 0.025705 +vt 0.066019 0.024960 +vt 0.065847 0.020939 +vt 0.066004 0.021434 +vt 0.066004 0.022217 +vt 0.066202 0.022217 +vt 0.066202 0.021434 +vt 0.066453 0.022217 +vt 0.066453 0.021434 +vt 0.065047 0.017662 +vt 0.065591 0.018829 +vt 0.065349 0.018085 +vt 0.065797 0.018832 +vt 0.065538 0.018024 +vt 0.066019 0.018690 +vt 0.065777 0.017946 +vt 0.063274 0.014793 +vt 0.064197 0.015702 +vt 0.063692 0.015102 +vt 0.064348 0.015674 +vt 0.063811 0.014934 +vt 0.064516 0.015471 +vt 0.064056 0.014838 +vt 0.060738 0.012564 +vt 0.061880 0.013277 +vt 0.061194 0.012777 +vt 0.061995 0.013119 +vt 0.061310 0.012617 +vt 0.062091 0.012873 +vt 0.061458 0.012413 +vt 0.057600 0.011276 +vt 0.058861 0.011527 +vt 0.058117 0.011285 +vt 0.058967 0.011415 +vt 0.058161 0.011150 +vt 0.058983 0.011152 +vt 0.058239 0.010910 +vt 0.051222 0.011144 +vt 0.052026 0.010890 +vt 0.051229 0.011167 +vt 0.051979 0.010943 +vt 0.051193 0.011252 +vt 0.048118 0.012875 +vt 0.048751 0.012415 +vt 0.048769 0.012441 +vt 0.048117 0.012978 +vt 0.045705 0.015480 +vt 0.046186 0.014788 +vt 0.046179 0.014858 +vt 0.045724 0.015570 +vt 0.044180 0.018687 +vt 0.044433 0.017947 +vt 0.044204 0.018695 +vt 0.044483 0.017963 +vt 0.044250 0.018774 +vt 0.043788 0.021434 +vt 0.043788 0.022217 +vt 0.043745 0.021434 +vt 0.043745 0.022217 +vt 0.044277 0.024870 +vt 0.044507 0.025680 +vt 0.044242 0.024943 +vt 0.044463 0.025694 +vt 0.044169 0.024903 +vt 0.044422 0.025707 +vt 0.046144 0.028818 +vt 0.045655 0.028132 +vt 0.046165 0.028804 +vt 0.045719 0.028160 +vt 0.046256 0.028813 +vt 0.048751 0.031235 +vt 0.048118 0.030775 +vt 0.048136 0.030750 +vt 0.048848 0.031205 +vt 0.051222 0.032507 +vt 0.051966 0.032749 +vt 0.051974 0.032725 +vt 0.051235 0.032466 +vt 0.052053 0.032679 +vt 0.054712 0.033184 +vt 0.055495 0.033184 +vt 0.055495 0.033159 +vt 0.054712 0.033141 +vt 0.055556 0.033090 +vt 0.058986 0.032507 +vt 0.058181 0.032761 +vt 0.058978 0.032483 +vt 0.058222 0.032687 +vt 0.059015 0.032399 +vt 0.062097 0.030785 +vt 0.061410 0.031274 +vt 0.062082 0.030765 +vt 0.061426 0.031192 +vt 0.062091 0.030673 +vt 0.064514 0.028178 +vt 0.064054 0.028812 +vt 0.064028 0.028793 +vt 0.064483 0.028081 +vt 0.065786 0.025707 +vt 0.066027 0.024963 +vt 0.065762 0.025700 +vt 0.066003 0.024956 +vt 0.065942 0.024935 +vt 0.066419 0.022217 +vt 0.066419 0.021434 +vt 0.066462 0.022217 +vt 0.066462 0.021434 +vt 0.065678 0.017914 +vt 0.065966 0.018707 +vt 0.065762 0.017951 +vt 0.066039 0.018748 +vt 0.065786 0.017943 +vt 0.064054 0.014839 +vt 0.064520 0.015467 +vt 0.064488 0.015491 +vt 0.063951 0.014838 +vt 0.062097 0.012866 +vt 0.061464 0.012406 +vt 0.061457 0.012415 +vt 0.062071 0.012901 +vt 0.061426 0.012458 +vt 0.058238 0.010913 +vt 0.058985 0.011147 +vt 0.058155 0.010972 +vt 0.058966 0.011205 +vt 0.052074 0.011235 +vt 0.051261 0.011502 +vt 0.048316 0.013149 +vt 0.048935 0.012670 +vt 0.048279 0.013098 +vt 0.046391 0.015011 +vt 0.045927 0.015732 +vt 0.044779 0.018059 +vt 0.044538 0.018804 +vt 0.044732 0.018044 +vt 0.044452 0.018776 +vt 0.044095 0.021434 +vt 0.044098 0.022290 +vt 0.044031 0.022217 +vt 0.044779 0.025591 +vt 0.044513 0.024855 +vt 0.044694 0.025619 +vt 0.046427 0.028613 +vt 0.045968 0.027980 +vt 0.048290 0.030538 +vt 0.049011 0.031002 +vt 0.052145 0.032436 +vt 0.051310 0.032235 +vt 0.052054 0.032477 +vt 0.054712 0.032834 +vt 0.055568 0.032831 +vt 0.058870 0.032150 +vt 0.058134 0.032416 +vt 0.058897 0.032235 +vt 0.061891 0.030502 +vt 0.061258 0.030962 +vt 0.064219 0.027964 +vt 0.063780 0.028613 +vt 0.065453 0.025599 +vt 0.065714 0.024784 +vt 0.065755 0.024875 +vt 0.066112 0.021434 +vt 0.066158 0.022217 +vt 0.066176 0.021434 +vt 0.065695 0.018796 +vt 0.065427 0.017983 +vt 0.063780 0.015038 +vt 0.064259 0.015657 +vt 0.061243 0.012710 +vt 0.061891 0.013149 +vt 0.058878 0.011476 +vt 0.058141 0.011212 +vt 0.052509 0.011271 +vt 0.052576 0.011253 +vt 0.052422 0.011176 +vt 0.052370 0.011238 +vt 0.052217 0.011202 +vt 0.052320 0.011124 +vt 0.052607 0.011276 +vt 0.052487 0.011079 +vt 0.052359 0.010973 +vt 0.052207 0.010899 +vt 0.052071 0.010891 +vt 0.052498 0.011136 +vt 0.052249 0.010955 +vt 0.052396 0.011086 +vt 0.052243 0.011046 +vt 0.052174 0.011044 +vt 0.052106 0.010920 +vt 0.052579 0.011494 +vt 0.052502 0.011590 +vt 0.052447 0.011668 +vt 0.051048 0.011714 +vt 0.051178 0.011657 +vt 0.050979 0.011724 +vt 0.050935 0.011786 +vt 0.050971 0.011661 +vt 0.051141 0.011593 +vt 0.051122 0.011484 +vt 0.051180 0.011474 +vt 0.051035 0.011279 +vt 0.050945 0.011432 +vt 0.050910 0.011571 +vt 0.050915 0.011702 +vt 0.050982 0.011545 +vt 0.050967 0.011369 +vt 0.051064 0.011406 +vt 0.051114 0.011224 +vt 0.051181 0.011354 +vt 0.051269 0.012041 +vt 0.051375 0.012079 +vt 0.051119 0.011994 +vt 0.049375 0.012589 +vt 0.049506 0.012613 +vt 0.049432 0.012551 +vt 0.049309 0.012507 +vt 0.049274 0.012538 +vt 0.049149 0.012508 +vt 0.049232 0.012601 +vt 0.049075 0.012614 +vt 0.048953 0.012581 +vt 0.049376 0.012487 +vt 0.049140 0.012352 +vt 0.048973 0.012329 +vt 0.048841 0.012363 +vt 0.049322 0.012465 +vt 0.049029 0.012370 +vt 0.049510 0.012779 +vt 0.049052 0.012458 +vt 0.048986 0.012477 +vt 0.048883 0.012381 +vt 0.049467 0.012895 +vt 0.049438 0.012986 +vt 0.048138 0.013473 +vt 0.048071 0.013583 +vt 0.048036 0.013565 +vt 0.048032 0.013435 +vt 0.048052 0.013354 +vt 0.048173 0.013318 +vt 0.048121 0.013221 +vt 0.047976 0.013053 +vt 0.047937 0.013226 +vt 0.047946 0.013369 +vt 0.047992 0.013492 +vt 0.048007 0.013322 +vt 0.047939 0.013159 +vt 0.048042 0.013164 +vt 0.048034 0.012976 +vt 0.048137 0.013079 +vt 0.048433 0.013705 +vt 0.048545 0.013708 +vt 0.048276 0.013707 +vt 0.046801 0.014812 +vt 0.046675 0.014786 +vt 0.046669 0.014867 +vt 0.046524 0.014927 +vt 0.046562 0.014804 +vt 0.046585 0.014657 +vt 0.046338 0.014688 +vt 0.046223 0.014762 +vt 0.046636 0.014678 +vt 0.046405 0.014710 +vt 0.046601 0.014729 +vt 0.046454 0.014786 +vt 0.046396 0.014825 +vt 0.046268 0.014765 +vt 0.046989 0.014951 +vt 0.046983 0.015074 +vt 0.046984 0.015169 +vt 0.045898 0.016034 +vt 0.045951 0.015906 +vt 0.045868 0.016160 +vt 0.045830 0.016154 +vt 0.045786 0.016031 +vt 0.045780 0.015948 +vt 0.045883 0.015876 +vt 0.045845 0.015757 +vt 0.045624 0.015618 +vt 0.045614 0.015766 +vt 0.045684 0.015995 +vt 0.045765 0.016097 +vt 0.045727 0.015931 +vt 0.045611 0.015798 +vt 0.045711 0.015770 +vt 0.045645 0.015594 +vt 0.045775 0.015659 +vt 0.046250 0.016164 +vt 0.046358 0.016132 +vt 0.046102 0.016214 +vt 0.045040 0.017721 +vt 0.045160 0.017662 +vt 0.045021 0.017663 +vt 0.044912 0.017735 +vt 0.044810 0.017788 +vt 0.044932 0.017814 +vt 0.044812 0.017916 +vt 0.044694 0.017962 +vt 0.044980 0.017637 +vt 0.044711 0.017667 +vt 0.044562 0.017746 +vt 0.044475 0.017852 +vt 0.044924 0.017651 +vt 0.044712 0.017710 +vt 0.044659 0.017859 +vt 0.044702 0.017804 +vt 0.044519 0.017841 +vt 0.045262 0.017795 +vt 0.045294 0.017914 +vt 0.045325 0.018004 +vt 0.044559 0.019162 +vt 0.044515 0.019275 +vt 0.044420 0.019117 +vt 0.044496 0.019017 +vt 0.044397 0.018968 +vt 0.044181 0.018918 +vt 0.044251 0.019081 +vt 0.044309 0.019161 +vt 0.044555 0.019329 +vt 0.044396 0.019221 +vt 0.044365 0.019117 +vt 0.044213 0.019026 +vt 0.044300 0.018969 +vt 0.044182 0.018822 +vt 0.044326 0.018844 +vt 0.044934 0.019177 +vt 0.045027 0.019113 +vt 0.044808 0.019270 +vt 0.044264 0.021031 +vt 0.044300 0.020940 +vt 0.044267 0.020963 +vt 0.044147 0.021085 +vt 0.044190 0.021153 +vt 0.044108 0.021288 +vt 0.044066 0.021166 +vt 0.044009 0.021368 +vt 0.043999 0.021033 +vt 0.043817 0.021204 +vt 0.043768 0.021331 +vt 0.044052 0.021020 +vt 0.044182 0.020970 +vt 0.043949 0.021122 +vt 0.043945 0.021280 +vt 0.043968 0.021215 +vt 0.043806 0.021307 +vt 0.044498 0.021033 +vt 0.044566 0.021137 +vt 0.044622 0.021213 +vt 0.044219 0.022417 +vt 0.044222 0.022627 +vt 0.044267 0.022688 +vt 0.044160 0.022615 +vt 0.044106 0.022551 +vt 0.044147 0.022432 +vt 0.044038 0.022417 +vt 0.043817 0.022436 +vt 0.043934 0.022569 +vt 0.044055 0.022645 +vt 0.044182 0.022680 +vt 0.044053 0.022569 +vt 0.043881 0.022528 +vt 0.043946 0.022447 +vt 0.043837 0.022469 +vt 0.043933 0.022320 +vt 0.043789 0.022344 +vt 0.044613 0.022449 +vt 0.044682 0.022360 +vt 0.044523 0.022577 +vt 0.044549 0.024420 +vt 0.044612 0.024302 +vt 0.044531 0.024354 +vt 0.044455 0.024507 +vt 0.044517 0.024559 +vt 0.044480 0.024712 +vt 0.044403 0.024609 +vt 0.044411 0.024819 +vt 0.044452 0.024387 +vt 0.044251 0.024570 +vt 0.044177 0.024722 +vt 0.044170 0.024858 +vt 0.044414 0.024431 +vt 0.044234 0.024681 +vt 0.044365 0.024533 +vt 0.044325 0.024686 +vt 0.044323 0.024755 +vt 0.044199 0.024823 +vt 0.044772 0.024350 +vt 0.044869 0.024427 +vt 0.044946 0.024482 +vt 0.044935 0.025751 +vt 0.045002 0.025950 +vt 0.045064 0.025995 +vt 0.044939 0.025958 +vt 0.044868 0.025914 +vt 0.044871 0.025788 +vt 0.044763 0.025807 +vt 0.044558 0.025894 +vt 0.044711 0.025984 +vt 0.044849 0.026019 +vt 0.044980 0.026014 +vt 0.044824 0.025947 +vt 0.044648 0.025962 +vt 0.044684 0.025865 +vt 0.044588 0.025919 +vt 0.044632 0.025748 +vt 0.044503 0.025815 +vt 0.045320 0.025660 +vt 0.045273 0.025810 +vt 0.045879 0.027697 +vt 0.045860 0.027495 +vt 0.045830 0.027497 +vt 0.045786 0.027620 +vt 0.045816 0.027656 +vt 0.045787 0.027780 +vt 0.045892 0.027854 +vt 0.045692 0.027635 +vt 0.045631 0.027789 +vt 0.045607 0.027956 +vt 0.045642 0.028088 +vt 0.045743 0.027607 +vt 0.045666 0.027813 +vt 0.045756 0.027943 +vt 0.045736 0.027877 +vt 0.045659 0.028047 +vt 0.046058 0.027419 +vt 0.046174 0.027462 +vt 0.046264 0.027491 +vt 0.046751 0.028791 +vt 0.046646 0.028701 +vt 0.046757 0.028901 +vt 0.046844 0.028893 +vt 0.046562 0.028846 +vt 0.046596 0.028756 +vt 0.046331 0.028953 +vt 0.046504 0.028992 +vt 0.046647 0.028983 +vt 0.046770 0.028937 +vt 0.046601 0.028922 +vt 0.046438 0.028991 +vt 0.046442 0.028887 +vt 0.046254 0.028896 +vt 0.046357 0.028792 +vt 0.046984 0.028496 +vt 0.046987 0.028384 +vt 0.046985 0.028653 +vt 0.048090 0.030128 +vt 0.048036 0.030085 +vt 0.048064 0.030254 +vt 0.048145 0.030260 +vt 0.048206 0.030405 +vt 0.048083 0.030367 +vt 0.048037 0.030046 +vt 0.047948 0.030259 +vt 0.047937 0.030425 +vt 0.047967 0.030591 +vt 0.048040 0.030706 +vt 0.047988 0.030217 +vt 0.047988 0.030525 +vt 0.048007 0.030329 +vt 0.048065 0.030475 +vt 0.048104 0.030533 +vt 0.048044 0.030661 +vt 0.048229 0.029940 +vt 0.048353 0.029946 +vt 0.048448 0.029945 +vt 0.048554 0.029942 +vt 0.049312 0.031031 +vt 0.049185 0.030979 +vt 0.049351 0.031134 +vt 0.049351 0.031198 +vt 0.049226 0.031150 +vt 0.049155 0.031046 +vt 0.049036 0.031084 +vt 0.048963 0.031315 +vt 0.049140 0.031299 +vt 0.049234 0.031269 +vt 0.049318 0.031204 +vt 0.049210 0.031202 +vt 0.049076 0.031318 +vt 0.049048 0.031218 +vt 0.048872 0.031284 +vt 0.048938 0.031154 +vt 0.049442 0.030679 +vt 0.049411 0.030571 +vt 0.049492 0.030827 +vt 0.050999 0.031889 +vt 0.050941 0.031769 +vt 0.050935 0.031865 +vt 0.050904 0.032001 +vt 0.051014 0.032017 +vt 0.051092 0.031997 +vt 0.051195 0.032117 +vt 0.051066 0.032119 +vt 0.051240 0.032236 +vt 0.050919 0.032142 +vt 0.051025 0.032367 +vt 0.051130 0.032454 +vt 0.050915 0.031949 +vt 0.050923 0.032088 +vt 0.050988 0.032217 +vt 0.051137 0.032270 +vt 0.051082 0.032227 +vt 0.051120 0.032410 +vt 0.051073 0.031668 +vt 0.051193 0.031635 +vt 0.051283 0.031605 +vt 0.051383 0.031569 +vt 0.052441 0.032370 +vt 0.052303 0.032360 +vt 0.052554 0.032414 +vt 0.052395 0.032509 +vt 0.052295 0.032433 +vt 0.052247 0.032532 +vt 0.052196 0.032748 +vt 0.052359 0.032678 +vt 0.052469 0.032586 +vt 0.052498 0.032542 +vt 0.052396 0.032565 +vt 0.052304 0.032716 +vt 0.052247 0.032629 +vt 0.052100 0.032747 +vt 0.052122 0.032603 +vt 0.052455 0.031995 +vt 0.052392 0.031902 +vt 0.052549 0.032121 +vt 0.054310 0.032665 +vt 0.054217 0.032569 +vt 0.054241 0.032662 +vt 0.054254 0.032801 +vt 0.054363 0.032782 +vt 0.054432 0.032739 +vt 0.054566 0.032821 +vt 0.054445 0.032863 +vt 0.054311 0.032930 +vt 0.054482 0.033112 +vt 0.054609 0.033161 +vt 0.054249 0.032748 +vt 0.054299 0.032877 +vt 0.054460 0.033046 +vt 0.054361 0.032876 +vt 0.054493 0.032961 +vt 0.054559 0.032984 +vt 0.054585 0.033123 +vt 0.054312 0.032431 +vt 0.054415 0.032363 +vt 0.054492 0.032307 +vt 0.055829 0.032677 +vt 0.055695 0.032710 +vt 0.055905 0.032707 +vt 0.055966 0.032662 +vt 0.055893 0.032770 +vt 0.055829 0.032824 +vt 0.055711 0.032782 +vt 0.055637 0.032883 +vt 0.055714 0.033112 +vt 0.055847 0.032995 +vt 0.055924 0.032874 +vt 0.055959 0.032748 +vt 0.055847 0.032876 +vt 0.055807 0.033048 +vt 0.055726 0.032983 +vt 0.055622 0.033140 +vt 0.055599 0.032997 +vt 0.055728 0.032316 +vt 0.055855 0.032407 +vt 0.057698 0.032380 +vt 0.057580 0.032317 +vt 0.057632 0.032398 +vt 0.057687 0.032526 +vt 0.057785 0.032475 +vt 0.057837 0.032413 +vt 0.057991 0.032449 +vt 0.057888 0.032526 +vt 0.058097 0.032518 +vt 0.057782 0.032632 +vt 0.058000 0.032752 +vt 0.058136 0.032760 +vt 0.057666 0.032477 +vt 0.057753 0.032585 +vt 0.057959 0.032696 +vt 0.057812 0.032565 +vt 0.057964 0.032604 +vt 0.058034 0.032606 +vt 0.058102 0.032730 +vt 0.057628 0.032157 +vt 0.057705 0.032060 +vt 0.057761 0.031983 +vt 0.059245 0.031837 +vt 0.059273 0.031865 +vt 0.059236 0.031990 +vt 0.059185 0.031985 +vt 0.059192 0.032061 +vt 0.059067 0.032058 +vt 0.059086 0.032166 +vt 0.059172 0.032371 +vt 0.059262 0.032219 +vt 0.059298 0.032080 +vt 0.059295 0.032027 +vt 0.059225 0.032105 +vt 0.059240 0.032282 +vt 0.059143 0.032245 +vt 0.059093 0.032426 +vt 0.059026 0.032297 +vt 0.058939 0.031609 +vt 0.058833 0.031572 +vt 0.059088 0.031656 +vt 0.060833 0.031061 +vt 0.060701 0.031038 +vt 0.060975 0.031050 +vt 0.060815 0.031119 +vt 0.060934 0.031113 +vt 0.061058 0.031142 +vt 0.061132 0.031037 +vt 0.060832 0.031164 +vt 0.061068 0.031299 +vt 0.061235 0.031322 +vt 0.061367 0.031287 +vt 0.060885 0.031186 +vt 0.061178 0.031281 +vt 0.060998 0.031202 +vt 0.061155 0.031193 +vt 0.061222 0.031173 +vt 0.061325 0.031270 +vt 0.060697 0.030871 +vt 0.060741 0.030755 +vt 0.060769 0.030665 +vt 0.060799 0.030563 +vt 0.061980 0.030283 +vt 0.062148 0.030158 +vt 0.062171 0.030085 +vt 0.062175 0.030216 +vt 0.062035 0.030333 +vt 0.062125 0.030367 +vt 0.062232 0.030598 +vt 0.062270 0.030425 +vt 0.062261 0.030282 +vt 0.062215 0.030159 +vt 0.062200 0.030329 +vt 0.062269 0.030492 +vt 0.062165 0.030487 +vt 0.062174 0.030675 +vt 0.062070 0.030572 +vt 0.061775 0.029945 +vt 0.061662 0.029942 +vt 0.061931 0.029944 +vt 0.063538 0.028784 +vt 0.063352 0.028865 +vt 0.063274 0.028858 +vt 0.063364 0.028893 +vt 0.063533 0.028865 +vt 0.063684 0.028723 +vt 0.063646 0.028846 +vt 0.063437 0.028937 +vt 0.063703 0.028992 +vt 0.063869 0.028963 +vt 0.063984 0.028889 +vt 0.063495 0.028941 +vt 0.063803 0.028941 +vt 0.063219 0.028700 +vt 0.063754 0.028864 +vt 0.063811 0.028825 +vt 0.063939 0.028885 +vt 0.063224 0.028576 +vt 0.063224 0.028481 +vt 0.064309 0.027617 +vt 0.064257 0.027744 +vt 0.064356 0.027500 +vt 0.064477 0.027578 +vt 0.064412 0.027578 +vt 0.064428 0.027703 +vt 0.064324 0.027774 +vt 0.064363 0.027893 +vt 0.064594 0.027966 +vt 0.064577 0.027789 +vt 0.064524 0.027656 +vt 0.064443 0.027554 +vt 0.064480 0.027719 +vt 0.064596 0.027853 +vt 0.064496 0.027881 +vt 0.064562 0.028057 +vt 0.064432 0.027991 +vt 0.063957 0.027487 +vt 0.063849 0.027518 +vt 0.064106 0.027437 +vt 0.065167 0.025930 +vt 0.065143 0.025995 +vt 0.065279 0.026025 +vt 0.065295 0.025916 +vt 0.065276 0.025837 +vt 0.065395 0.025734 +vt 0.065397 0.025863 +vt 0.065514 0.025689 +vt 0.065420 0.026010 +vt 0.065646 0.025905 +vt 0.065732 0.025799 +vt 0.065227 0.026014 +vt 0.065366 0.026006 +vt 0.065496 0.025941 +vt 0.065548 0.025792 +vt 0.065506 0.025847 +vt 0.065688 0.025810 +vt 0.064946 0.025856 +vt 0.064913 0.025737 +vt 0.064883 0.025646 +vt 0.065648 0.024489 +vt 0.065638 0.024626 +vt 0.065638 0.024360 +vt 0.065677 0.024354 +vt 0.065756 0.024457 +vt 0.065788 0.024534 +vt 0.065712 0.024634 +vt 0.065810 0.024682 +vt 0.066027 0.024733 +vt 0.065956 0.024570 +vt 0.065865 0.024460 +vt 0.065820 0.024431 +vt 0.065843 0.024533 +vt 0.065994 0.024625 +vt 0.065908 0.024682 +vt 0.066017 0.024695 +vt 0.065881 0.024807 +vt 0.065273 0.024474 +vt 0.065181 0.024537 +vt 0.065399 0.024380 +vt 0.065943 0.022619 +vt 0.065847 0.022712 +vt 0.065940 0.022688 +vt 0.066079 0.022675 +vt 0.066060 0.022566 +vt 0.066017 0.022497 +vt 0.066100 0.022363 +vt 0.066141 0.022485 +vt 0.066198 0.022283 +vt 0.066209 0.022618 +vt 0.066390 0.022447 +vt 0.066440 0.022320 +vt 0.066026 0.022680 +vt 0.066156 0.022630 +vt 0.066259 0.022528 +vt 0.066263 0.022370 +vt 0.066239 0.022436 +vt 0.066401 0.022344 +vt 0.065710 0.022617 +vt 0.065642 0.022514 +vt 0.065585 0.022437 +vt 0.065955 0.021100 +vt 0.065988 0.021234 +vt 0.065962 0.020979 +vt 0.066102 0.021100 +vt 0.066060 0.021218 +vt 0.066169 0.021234 +vt 0.066391 0.021215 +vt 0.066273 0.021082 +vt 0.066152 0.021006 +vt 0.066026 0.020970 +vt 0.066154 0.021082 +vt 0.066326 0.021122 +vt 0.066262 0.021204 +vt 0.066370 0.021182 +vt 0.066275 0.021331 +vt 0.066419 0.021307 +vt 0.065594 0.021201 +vt 0.065525 0.021291 +vt 0.065685 0.021074 +vt 0.065658 0.019231 +vt 0.065595 0.019349 +vt 0.065677 0.019297 +vt 0.065804 0.019242 +vt 0.065753 0.019144 +vt 0.065691 0.019092 +vt 0.065727 0.018938 +vt 0.065805 0.019042 +vt 0.065910 0.019147 +vt 0.066030 0.018929 +vt 0.066038 0.018793 +vt 0.065756 0.019263 +vt 0.065864 0.019176 +vt 0.065974 0.018970 +vt 0.065435 0.019301 +vt 0.065883 0.018965 +vt 0.065885 0.018895 +vt 0.066009 0.018827 +vt 0.065339 0.019224 +vt 0.065261 0.019169 +vt 0.065200 0.017782 +vt 0.065272 0.017899 +vt 0.065116 0.017684 +vt 0.065143 0.017656 +vt 0.065268 0.017693 +vt 0.065263 0.017744 +vt 0.065339 0.017737 +vt 0.065336 0.017862 +vt 0.065455 0.017901 +vt 0.065650 0.017757 +vt 0.065497 0.017667 +vt 0.065358 0.017632 +vt 0.065305 0.017634 +vt 0.065384 0.017704 +vt 0.065560 0.017689 +vt 0.065523 0.017786 +vt 0.065705 0.017836 +vt 0.065575 0.017903 +vt 0.064888 0.017990 +vt 0.064935 0.017841 +vt 0.064340 0.016097 +vt 0.064317 0.016228 +vt 0.064422 0.016031 +vt 0.064378 0.016154 +vt 0.064391 0.015995 +vt 0.064421 0.015871 +vt 0.064328 0.015954 +vt 0.064315 0.015797 +vt 0.064515 0.016016 +vt 0.064577 0.015861 +vt 0.064600 0.015694 +vt 0.064566 0.015562 +vt 0.064464 0.016044 +vt 0.064560 0.015751 +vt 0.064150 0.016232 +vt 0.064471 0.015774 +vt 0.064452 0.015707 +vt 0.064548 0.015604 +vt 0.064034 0.016188 +vt 0.063943 0.016160 +vt 0.063456 0.014860 +vt 0.063390 0.014758 +vt 0.063494 0.014754 +vt 0.063611 0.014894 +vt 0.063646 0.014804 +vt 0.063876 0.014697 +vt 0.063703 0.014659 +vt 0.063560 0.014668 +vt 0.063437 0.014714 +vt 0.063607 0.014729 +vt 0.063665 0.014653 +vt 0.063765 0.014764 +vt 0.063953 0.014755 +vt 0.063851 0.014859 +vt 0.063224 0.015155 +vt 0.063221 0.015267 +vt 0.063222 0.014998 +vt 0.062117 0.013523 +vt 0.062136 0.013655 +vt 0.062171 0.013565 +vt 0.062242 0.013446 +vt 0.062143 0.013397 +vt 0.062062 0.013391 +vt 0.062002 0.013245 +vt 0.062125 0.013283 +vt 0.062272 0.013307 +vt 0.062241 0.013060 +vt 0.062167 0.012945 +vt 0.062215 0.013492 +vt 0.062251 0.013357 +vt 0.062220 0.013126 +vt 0.061978 0.013710 +vt 0.062143 0.013175 +vt 0.062104 0.013118 +vt 0.062164 0.012990 +vt 0.061855 0.013705 +vt 0.061760 0.013706 +vt 0.061023 0.012672 +vt 0.060775 0.012551 +vt 0.060851 0.012551 +vt 0.060898 0.012507 +vt 0.060981 0.012501 +vt 0.061053 0.012605 +vt 0.061172 0.012566 +vt 0.061244 0.012335 +vt 0.061068 0.012352 +vt 0.060935 0.012405 +vt 0.060832 0.012487 +vt 0.060998 0.012449 +vt 0.061132 0.012333 +vt 0.061159 0.012433 +vt 0.061205 0.012332 +vt 0.061270 0.012497 +vt 0.060765 0.012972 +vt 0.060797 0.013080 +vt 0.060715 0.012823 +vt 0.059208 0.011762 +vt 0.059267 0.011882 +vt 0.059273 0.011786 +vt 0.059194 0.011634 +vt 0.059115 0.011653 +vt 0.059013 0.011534 +vt 0.059141 0.011532 +vt 0.059292 0.011702 +vt 0.059262 0.011432 +vt 0.059183 0.011283 +vt 0.059077 0.011197 +vt 0.059278 0.011646 +vt 0.059183 0.011353 +vt 0.059225 0.011545 +vt 0.059125 0.011423 +vt 0.059070 0.011381 +vt 0.059088 0.011241 +vt 0.059134 0.011983 +vt 0.059015 0.012016 +vt 0.058925 0.012046 +vt 0.057767 0.011281 +vt 0.057905 0.011291 +vt 0.057698 0.011195 +vt 0.057679 0.011133 +vt 0.057812 0.011141 +vt 0.057912 0.011218 +vt 0.057961 0.011119 +vt 0.058063 0.011215 +vt 0.058011 0.010902 +vt 0.057849 0.010973 +vt 0.057768 0.011030 +vt 0.057708 0.011117 +vt 0.057812 0.011086 +vt 0.057903 0.010935 +vt 0.057960 0.011021 +vt 0.058107 0.010904 +vt 0.058085 0.011048 +vt 0.057752 0.011656 +vt 0.057816 0.011749 +vt 0.057659 0.011530 +vt 0.048039 0.013852 +vt 0.048124 0.013949 +vt 0.047302 0.014912 +vt 0.047147 0.014774 +vt 0.047571 0.014293 +vt 0.047607 0.014328 +vt 0.047662 0.014384 +vt 0.047732 0.014454 +vt 0.045921 0.016426 +vt 0.045964 0.016452 +vt 0.046032 0.016491 +vt 0.045547 0.017661 +vt 0.045357 0.017578 +vt 0.045631 0.016999 +vt 0.045657 0.017012 +vt 0.045727 0.017048 +vt 0.045815 0.017093 +vt 0.044702 0.019528 +vt 0.044828 0.019556 +vt 0.044728 0.020818 +vt 0.044522 0.020798 +vt 0.044582 0.020159 +vt 0.044632 0.020167 +vt 0.044710 0.020179 +vt 0.044808 0.020195 +vt 0.044587 0.022847 +vt 0.044924 0.024073 +vt 0.044722 0.024118 +vt 0.044582 0.023492 +vt 0.044632 0.023484 +vt 0.044710 0.023472 +vt 0.044808 0.023456 +vt 0.045338 0.026081 +vt 0.045384 0.026061 +vt 0.045547 0.025990 +vt 0.046117 0.027109 +vt 0.045939 0.027214 +vt 0.045631 0.026652 +vt 0.045657 0.026639 +vt 0.045727 0.026603 +vt 0.047131 0.028891 +vt 0.047228 0.028805 +vt 0.048124 0.029702 +vt 0.048053 0.029782 +vt 0.047571 0.029358 +vt 0.047607 0.029322 +vt 0.047662 0.029267 +vt 0.047732 0.029197 +vt 0.049704 0.031009 +vt 0.049770 0.030897 +vt 0.050900 0.031473 +vt 0.050857 0.031572 +vt 0.050267 0.031317 +vt 0.050290 0.031272 +vt 0.050326 0.031202 +vt 0.050371 0.031114 +vt 0.052806 0.032228 +vt 0.052825 0.032143 +vt 0.054096 0.032201 +vt 0.054076 0.032407 +vt 0.053437 0.032347 +vt 0.053445 0.032297 +vt 0.053457 0.032220 +vt 0.053473 0.032122 +vt 0.056125 0.032342 +vt 0.056111 0.032201 +vt 0.057352 0.032005 +vt 0.057396 0.032207 +vt 0.056767 0.032326 +vt 0.056757 0.032261 +vt 0.056734 0.032122 +vt 0.059359 0.031591 +vt 0.059339 0.031545 +vt 0.059308 0.031473 +vt 0.060438 0.030897 +vt 0.060492 0.030990 +vt 0.059930 0.031298 +vt 0.059917 0.031272 +vt 0.059881 0.031202 +vt 0.059836 0.031114 +vt 0.062169 0.029798 +vt 0.062135 0.029760 +vt 0.062083 0.029702 +vt 0.062906 0.028739 +vt 0.063061 0.028876 +vt 0.062621 0.029343 +vt 0.062601 0.029322 +vt 0.062545 0.029267 +vt 0.062475 0.029197 +vt 0.064287 0.027225 +vt 0.064176 0.027159 +vt 0.064660 0.025990 +vt 0.064850 0.026073 +vt 0.064596 0.026662 +vt 0.064551 0.026639 +vt 0.064480 0.026603 +vt 0.064392 0.026558 +vt 0.065506 0.024123 +vt 0.065421 0.024104 +vt 0.065479 0.022833 +vt 0.065686 0.022853 +vt 0.065625 0.023492 +vt 0.065576 0.023484 +vt 0.065498 0.023472 +vt 0.065400 0.023456 +vt 0.065620 0.020804 +vt 0.065283 0.019577 +vt 0.065485 0.019533 +vt 0.065625 0.020159 +vt 0.065576 0.020167 +vt 0.065498 0.020179 +vt 0.065400 0.020195 +vt 0.064870 0.017570 +vt 0.064823 0.017590 +vt 0.064660 0.017661 +vt 0.064090 0.016542 +vt 0.064268 0.016437 +vt 0.064576 0.016999 +vt 0.064551 0.017012 +vt 0.064480 0.017048 +vt 0.063077 0.014760 +vt 0.063012 0.014818 +vt 0.062017 0.014023 +vt 0.062135 0.013890 +vt 0.062636 0.014293 +vt 0.062575 0.014354 +vt 0.062475 0.014454 +vt 0.060503 0.012642 +vt 0.060438 0.012754 +vt 0.059268 0.012269 +vt 0.059351 0.012079 +vt 0.059917 0.012379 +vt 0.059881 0.012449 +vt 0.059836 0.012537 +vt 0.057401 0.011423 +vt 0.057373 0.011549 +vt 0.056121 0.011351 +vt 0.056131 0.011244 +vt 0.056762 0.011354 +vt 0.056750 0.011431 +vt 0.056734 0.011529 +vt 0.054074 0.011222 +vt 0.054079 0.011273 +vt 0.054087 0.011351 +vt 0.052856 0.011646 +vt 0.052811 0.011444 +vt 0.053441 0.011325 +vt 0.053445 0.011354 +vt 0.053457 0.011431 +vt 0.053473 0.011529 +vt 0.050848 0.012059 +vt 0.050868 0.012106 +vt 0.050900 0.012178 +vt 0.049820 0.012839 +vt 0.049715 0.012661 +vt 0.050277 0.012353 +vt 0.050290 0.012379 +vt 0.050326 0.012449 +vt 0.050371 0.012537 +vt 0.054940 0.019905 +vt 0.055267 0.019905 +vt 0.055269 0.019887 +vt 0.055589 0.019960 +vt 0.055104 0.023753 +vt 0.055445 0.023816 +vt 0.055430 0.023725 +vt 0.055746 0.023643 +vt 0.056044 0.023508 +vt 0.056373 0.023397 +vt 0.056315 0.023325 +vt 0.056551 0.023099 +vt 0.056824 0.022884 +vt 0.056745 0.022836 +vt 0.056893 0.022544 +vt 0.057078 0.022251 +vt 0.056988 0.022232 +vt 0.057030 0.021907 +vt 0.057016 0.021581 +vt 0.057035 0.021234 +vt 0.056947 0.021261 +vt 0.056825 0.020957 +vt 0.056654 0.020679 +vt 0.056501 0.020367 +vt 0.056438 0.020434 +vt 0.056235 0.020152 +vt 0.056183 0.020228 +vt 0.055898 0.020069 +vt 0.055613 0.019871 +vt 0.054595 0.019871 +vt 0.054618 0.019960 +vt 0.054310 0.020069 +vt 0.053973 0.020152 +vt 0.054024 0.020228 +vt 0.053770 0.020434 +vt 0.053554 0.020679 +vt 0.053300 0.020916 +vt 0.053382 0.020957 +vt 0.053260 0.021261 +vt 0.053192 0.021581 +vt 0.053086 0.021911 +vt 0.053178 0.021907 +vt 0.053219 0.022232 +vt 0.053229 0.022579 +vt 0.053315 0.022544 +vt 0.053462 0.022836 +vt 0.053587 0.023160 +vt 0.053657 0.023099 +vt 0.053893 0.023325 +vt 0.054164 0.023508 +vt 0.054431 0.023730 +vt 0.054462 0.023643 +vt 0.054778 0.023725 +vt 0.055278 0.019783 +vt 0.054906 0.024339 +vt 0.054543 0.024284 +vt 0.054943 0.024432 +vt 0.054991 0.024479 +vt 0.055087 0.024514 +vt 0.055186 0.024496 +vt 0.055265 0.024432 +vt 0.056061 0.024225 +vt 0.056121 0.024257 +vt 0.056188 0.024268 +vt 0.056255 0.024255 +vt 0.056313 0.024220 +vt 0.056357 0.024168 +vt 0.056380 0.024104 +vt 0.057041 0.023577 +vt 0.057109 0.023568 +vt 0.057195 0.023515 +vt 0.057243 0.023426 +vt 0.057242 0.023325 +vt 0.057577 0.022573 +vt 0.057639 0.022547 +vt 0.057708 0.022472 +vt 0.057730 0.022373 +vt 0.057716 0.022306 +vt 0.057681 0.022248 +vt 0.057681 0.021402 +vt 0.057716 0.021344 +vt 0.057728 0.021244 +vt 0.057708 0.021179 +vt 0.057666 0.021125 +vt 0.057609 0.021088 +vt 0.057242 0.020326 +vt 0.057249 0.020258 +vt 0.057216 0.020163 +vt 0.057140 0.020095 +vt 0.057075 0.020076 +vt 0.057007 0.020079 +vt 0.056383 0.019581 +vt 0.056371 0.019514 +vt 0.056337 0.019455 +vt 0.056255 0.019396 +vt 0.056188 0.019383 +vt 0.056090 0.019407 +vt 0.055265 0.019219 +vt 0.055186 0.019155 +vt 0.055121 0.019137 +vt 0.055021 0.019154 +vt 0.054965 0.019193 +vt 0.054925 0.019248 +vt 0.054118 0.019407 +vt 0.054019 0.019383 +vt 0.053922 0.019411 +vt 0.053870 0.019455 +vt 0.053837 0.019514 +vt 0.053824 0.019581 +vt 0.053200 0.020079 +vt 0.053132 0.020076 +vt 0.053067 0.020095 +vt 0.053013 0.020136 +vt 0.052964 0.020225 +vt 0.052959 0.020292 +vt 0.052977 0.020358 +vt 0.052598 0.021088 +vt 0.052541 0.021125 +vt 0.052487 0.021211 +vt 0.052481 0.021312 +vt 0.052506 0.021375 +vt 0.052551 0.021426 +vt 0.052527 0.022248 +vt 0.052491 0.022306 +vt 0.052479 0.022407 +vt 0.052500 0.022472 +vt 0.052568 0.022546 +vt 0.052631 0.022573 +vt 0.052965 0.023325 +vt 0.052959 0.023392 +vt 0.052991 0.023488 +vt 0.053038 0.023537 +vt 0.053099 0.023568 +vt 0.053166 0.023577 +vt 0.053828 0.024104 +vt 0.053851 0.024168 +vt 0.053922 0.024240 +vt 0.054019 0.024268 +vt 0.054118 0.024244 +vn 0.825194 0.564849 -0.000001 +vn 0.825195 0.564848 0.000000 +vn 0.781830 0.623491 0.000000 +vn 0.781831 0.623491 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.498407 0.866943 0.000000 +vn 0.498405 0.866944 0.000002 +vn 0.433887 0.900967 0.000000 +vn 0.433884 0.900969 0.000001 +vn 0.367059 0.930198 0.000000 +vn 0.367054 0.930200 0.000000 +vn 0.072901 0.997339 0.000000 +vn 0.072902 0.997339 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.072901 0.997339 0.000000 +vn -0.072902 0.997339 0.000000 +vn -0.367053 0.930200 0.000000 +vn -0.367054 0.930200 0.000000 +vn -0.433887 0.900967 0.000001 +vn -0.433882 0.900970 0.000000 +vn -0.498412 0.866940 0.000002 +vn -0.498399 0.866948 0.000000 +vn -0.734291 0.678835 0.000000 +vn -0.734313 0.678811 -0.000001 +vn -0.781823 0.623500 -0.000001 +vn -0.781838 0.623482 -0.000001 +vn -0.825195 0.564848 -0.000002 +vn -0.825202 0.564837 0.000000 +vn -0.956110 0.293007 0.000000 +vn -0.956115 0.292993 -0.000002 +vn -0.974928 0.222522 -0.000001 +vn -0.974928 0.222521 -0.000001 +vn -0.988556 0.150856 -0.000002 +vn -0.988554 0.150870 0.000000 +vn -0.988554 -0.150871 0.000000 +vn -0.988556 -0.150857 -0.000002 +vn -0.974928 -0.222522 -0.000001 +vn -0.974928 -0.222522 -0.000001 +vn -0.956115 -0.292993 -0.000002 +vn -0.956111 -0.293006 0.000000 +vn -0.825202 -0.564838 0.000000 +vn -0.825196 -0.564847 -0.000002 +vn -0.781838 -0.623482 -0.000001 +vn -0.781824 -0.623500 -0.000001 +vn -0.734313 -0.678811 -0.000001 +vn -0.734291 -0.678835 0.000000 +vn -0.498397 -0.866949 0.000000 +vn -0.498418 -0.866937 0.000000 +vn -0.433881 -0.900970 0.000000 +vn -0.433888 -0.900967 0.000000 +vn -0.367053 -0.930200 0.000000 +vn -0.367048 -0.930202 0.000000 +vn -0.072894 -0.997340 0.000000 +vn -0.072894 -0.997340 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.433884 -0.900969 0.000000 +vn 0.433887 -0.900967 0.000001 +vn 0.498405 -0.866944 0.000000 +vn 0.498413 -0.866940 0.000002 +vn 0.734307 -0.678818 0.000000 +vn 0.734307 -0.678818 0.000000 +vn 0.781830 -0.623491 0.000000 +vn 0.781834 -0.623487 0.000000 +vn 0.825195 -0.564848 0.000000 +vn 0.825202 -0.564837 0.000000 +vn 0.956115 -0.292992 0.000000 +vn 0.956111 -0.293005 0.000000 +vn 0.974929 -0.222516 0.000000 +vn 0.974928 -0.222522 0.000000 +vn 0.988556 -0.150855 0.000000 +vn 0.988556 -0.150854 0.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004104 -0.001853 -0.999990 +vn -0.009264 -0.006223 -0.999938 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000017 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004344 0.001968 -0.999989 +vn -0.008402 0.002192 -0.999962 +vn -0.002920 -0.003947 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn -0.002192 -0.004337 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004641 -0.001206 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.006232 -0.000004 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn 0.004717 -0.000812 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004109 -0.002299 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001768 -0.004404 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000201 -0.004787 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000758 -0.005893 -0.999982 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.002664 0.003606 -0.999990 +vn -0.008674 0.008328 -0.999928 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003223 -0.003667 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003757 0.003027 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004240 0.002367 -0.999988 +vn 0.004538 0.001600 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001772 0.004402 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.001051 0.004871 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000605 0.004746 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn -0.001414 0.004627 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.987545 0.157306 -0.003020 +vn 0.992810 0.119695 -0.001570 +vn 0.993143 0.116706 0.006894 +vn 0.992133 0.123193 0.022257 +vn 0.980599 0.195906 0.006859 +vn 0.981587 0.189731 0.022139 +vn 0.981422 0.191840 0.003045 +vn 0.987154 0.159472 0.009823 +vn 0.993658 0.111083 0.017437 +vn 0.980800 0.194638 0.012126 +vn 0.981298 0.192446 0.004264 +vn 0.972060 0.234629 0.006980 +vn 0.913512 0.405504 0.032592 +vn 0.893415 0.445217 -0.059931 +vn 0.910695 0.403083 0.090328 +vn 0.913047 0.407598 0.014446 +vn 0.889869 0.456002 0.013992 +vn 0.906899 0.421345 0.001933 +vn 0.890515 0.454950 0.001861 +vn 0.905510 0.423741 0.022262 +vn 0.872054 0.489362 0.006819 +vn 0.874934 0.483736 0.022133 +vn 0.874868 0.484311 0.006966 +vn 0.878466 0.477702 -0.009929 +vn 0.855352 0.517995 0.007437 +vn 0.855158 0.515749 0.052041 +vn 0.747062 0.664489 0.018797 +vn 0.712156 0.699550 -0.058853 +vn 0.747374 0.663852 0.027072 +vn 0.706454 0.707580 0.015911 +vn 0.732321 0.680956 0.001933 +vn 0.706264 0.707934 0.004654 +vn 0.730248 0.682819 0.022256 +vn 0.678129 0.734911 0.006824 +vn 0.657381 0.753377 -0.016529 +vn 0.683065 0.730300 0.009206 +vn 0.693671 0.719638 -0.030697 +vn 0.657546 0.753324 0.011683 +vn 0.657140 0.751721 0.055528 +vn 0.491271 0.871002 0.002751 +vn 0.454849 0.890405 0.017086 +vn 0.466672 0.881690 -0.069570 +vn 0.510579 0.859561 0.021517 +vn 0.486061 0.873923 0.001954 +vn 0.452906 0.891542 0.005352 +vn 0.483509 0.875056 0.022263 +vn 0.417858 0.908487 0.006833 +vn 0.423496 0.905627 0.022176 +vn 0.424166 0.905532 0.009752 +vn 0.443049 0.895098 -0.050079 +vn 0.397707 0.917374 0.015941 +vn 0.397136 0.915776 0.060309 +vn 0.196076 0.980580 -0.004087 +vn 0.159064 0.987137 0.016067 +vn 0.178109 0.983090 -0.042563 +vn 0.225507 0.974108 0.016110 +vn 0.192226 0.981349 0.001933 +vn 0.155294 0.987861 0.003955 +vn 0.189414 0.981646 0.022232 +vn 0.116688 0.993145 0.006848 +vn 0.122899 0.992171 0.022192 +vn 0.123112 0.992355 0.008641 +vn 0.148251 0.986981 -0.062371 +vn 0.100354 0.994746 0.020242 +vn 0.099779 0.992844 0.065607 +vn -0.080928 0.996663 0.010678 +vn -0.081950 0.996618 0.006012 +vn -0.126498 0.991910 -0.010582 +vn -0.152258 0.988272 0.011635 +vn -0.157435 0.987529 0.000464 +vn -0.120451 0.992717 0.001975 +vn -0.123204 0.992131 0.022288 +vn -0.223106 0.974655 -0.016487 +vn -0.195908 0.980598 0.006857 +vn -0.190719 0.981627 0.005834 +vn -0.206430 0.978154 0.024520 +vn -0.206980 0.975939 0.068572 +vn -0.418043 0.908426 0.001395 +vn -0.413625 0.910443 -0.002827 +vn -0.449569 0.893216 0.007294 +vn -0.417634 0.908541 0.011636 +vn -0.454693 0.890634 -0.005109 +vn -0.417848 0.908491 0.006839 +vn -0.423766 0.905499 0.022250 +vn -0.513374 0.858006 -0.016522 +vn -0.489327 0.872074 0.006844 +vn -0.486354 0.873761 0.001370 +vn -0.491110 0.871028 0.011032 +vn -0.491732 0.870465 0.022130 +vn -0.671396 0.740645 0.025936 +vn -0.697009 0.715893 -0.040945 +vn -0.670749 0.741601 0.011127 +vn -0.707782 0.706430 -0.001162 +vn -0.680955 0.732323 0.001954 +vn -0.682870 0.730201 0.022243 +vn -0.730464 0.682591 0.022170 +vn -0.734863 0.678181 0.006849 +vn -0.731652 0.681664 0.004543 +vn -0.733577 0.679569 -0.007182 +vn -0.730340 0.683066 -0.004976 +vn -0.759992 0.649873 0.008808 +vn -0.864672 0.501869 0.021665 +vn -0.885532 0.460454 -0.061772 +vn -0.864130 0.502334 0.030655 +vn -0.873919 0.486068 0.001948 +vn -0.891512 0.452988 0.003029 +vn -0.875079 0.483469 0.022231 +vn -0.908469 0.417895 0.006846 +vn -0.905640 0.423468 0.022182 +vn -0.905878 0.423466 0.007894 +vn -0.901460 0.432536 -0.016813 +vn -0.921098 0.389231 0.008841 +vn -0.919286 0.390015 0.052924 +vn -0.976322 0.215622 0.017380 +vn -0.984579 0.166176 -0.054675 +vn -0.976005 0.216281 0.025215 +vn -0.987598 0.156166 0.016224 +vn -0.981353 0.192203 0.001970 +vn -0.987863 0.155245 0.005120 +vn -0.981646 0.189408 0.022281 +vn -0.993144 0.116695 0.006842 +vn -0.992171 0.122896 0.022201 +vn -0.992299 0.123498 0.009573 +vn -0.989353 0.140621 -0.037495 +vn -0.995758 0.091069 0.013100 +vn -0.994177 0.091430 0.057030 +vn -0.993353 -0.115111 0.000387 +vn -0.987794 -0.154844 0.016917 +vn -0.988430 -0.138851 -0.061050 +vn -0.995721 -0.090274 0.019772 +vn -0.992716 -0.120462 0.001960 +vn -0.987487 -0.157615 0.005118 +vn -0.992131 -0.123203 0.022281 +vn -0.980593 -0.195934 0.006825 +vn -0.974659 -0.223091 -0.016430 +vn -0.981896 -0.189179 0.009576 +vn -0.984569 -0.165986 -0.055428 +vn -0.976319 -0.215639 0.017378 +vn -0.974575 -0.215328 0.061942 +vn -0.908231 -0.418426 -0.005952 +vn -0.892363 -0.451057 0.015373 +vn -0.901476 -0.431569 -0.033007 +vn -0.921376 -0.388409 0.014305 +vn -0.906907 -0.421327 0.001954 +vn -0.890496 -0.454982 0.003024 +vn -0.905512 -0.423737 0.022247 +vn -0.872049 -0.489371 0.006848 +vn -0.858035 -0.513327 -0.016471 +vn -0.875051 -0.483967 0.007891 +vn -0.885600 -0.460182 -0.062807 +vn -0.864670 -0.501874 0.021666 +vn -0.862620 -0.501340 0.067421 +vn -0.730456 -0.682546 -0.023775 +vn -0.738907 -0.673805 -0.001625 +vn -0.710310 -0.703803 0.011057 +vn -0.733018 -0.680094 0.012567 +vn -0.706435 -0.707777 -0.001162 +vn -0.734873 -0.678170 0.006825 +vn -0.730227 -0.682841 0.022309 +vn -0.657391 -0.753369 -0.016488 +vn -0.678134 -0.734906 0.006873 +vn -0.681663 -0.731652 0.004538 +vn -0.672549 -0.739869 0.016501 +vn -0.670673 -0.740436 0.044188 +vn -0.491968 -0.870470 0.015803 +vn -0.526659 -0.850070 0.003471 +vn -0.493461 -0.869768 -0.000450 +vn -0.478734 -0.877490 0.028733 +vn -0.487025 -0.873384 0.002756 +vn -0.486049 -0.873929 0.001975 +vn -0.453276 -0.891356 -0.005115 +vn -0.483486 -0.875067 0.022320 +vn -0.417874 -0.908480 0.006812 +vn -0.423482 -0.905633 0.022193 +vn -0.421013 -0.907054 0.001376 +vn -0.418311 -0.908302 -0.001852 +vn -0.418200 -0.908258 0.013267 +vn -0.379812 -0.925049 0.005261 +vn -0.206426 -0.978155 0.024526 +vn -0.205068 -0.978626 0.015430 +vn -0.166794 -0.984559 -0.053130 +vn -0.192206 -0.981353 0.001975 +vn -0.155426 -0.987847 0.000478 +vn -0.189413 -0.981645 0.022251 +vn -0.116688 -0.993145 0.006831 +vn -0.122905 -0.992171 0.022182 +vn -0.121964 -0.992517 0.005851 +vn -0.126880 -0.991913 -0.003170 +vn -0.081936 -0.996619 0.006038 +vn -0.084034 -0.995147 0.051198 +vn 0.100351 -0.994745 0.020280 +vn 0.148017 -0.987071 -0.061495 +vn 0.099640 -0.994606 0.028839 +vn 0.157728 -0.987362 0.015438 +vn 0.120458 -0.992716 0.001975 +vn 0.157575 -0.987499 0.003943 +vn 0.123211 -0.992130 0.022311 +vn 0.195910 -0.980598 0.006828 +vn 0.223128 -0.974651 -0.016448 +vn 0.189564 -0.981830 0.008646 +vn 0.177138 -0.983899 -0.023753 +vn 0.224718 -0.974370 0.010273 +vn 0.223365 -0.973223 0.054263 +vn 0.415419 -0.909616 0.005059 +vn 0.453477 -0.891104 0.017096 +vn 0.440235 -0.894554 -0.077237 +vn 0.396976 -0.917530 0.023439 +vn 0.421333 -0.906904 0.001975 +vn 0.455061 -0.890444 0.005353 +vn 0.423753 -0.905503 0.022298 +vn 0.489341 -0.872066 0.006844 +vn 0.483756 -0.874921 0.022210 +vn 0.483272 -0.875416 0.009760 +vn 0.465623 -0.883888 -0.044008 +vn 0.510004 -0.860050 0.014499 +vn 0.508962 -0.858797 0.058532 +vn 0.677491 -0.735529 -0.001901 +vn 0.705498 -0.708518 0.016577 +vn 0.692093 -0.719934 -0.051991 +vn 0.656904 -0.753763 0.017872 +vn 0.680963 -0.732315 0.001933 +vn 0.707935 -0.706262 0.004661 +vn 0.682863 -0.730208 0.022232 +vn 0.734879 -0.678164 0.006811 +vn 0.753420 -0.657332 -0.016535 +vn 0.730303 -0.683062 0.009192 +vn 0.711960 -0.699679 -0.059684 +vn 0.747040 -0.664513 0.018787 +vn 0.745801 -0.663103 0.063839 +vn 0.872680 -0.488239 -0.007241 +vn 0.889405 -0.456940 0.012816 +vn 0.878162 -0.477999 -0.018684 +vn 0.854839 -0.518744 0.012458 +vn 0.873922 -0.486062 0.001946 +vn 0.891489 -0.453038 0.001863 +vn 0.875083 -0.483461 0.022241 +vn 0.908462 -0.417911 0.006856 +vn 0.905637 -0.423476 0.022121 +vn 0.906047 -0.423121 0.006948 +vn 0.893418 -0.445214 -0.059910 +vn 0.913462 -0.406271 0.023063 +vn 0.910693 -0.403088 0.090324 +vn 0.664992 -0.746850 -0.000280 +vn 0.665622 -0.746289 -0.000003 +vn 0.613871 -0.789394 0.004487 +vn -0.979252 -0.202645 -0.000253 +vn -0.979120 -0.203283 -0.000007 +vn -0.990930 -0.134358 0.002163 +vn 0.314229 0.949347 -0.000300 +vn 0.313498 0.949589 0.000000 +vn 0.374323 0.927290 0.004066 +vn 0.892758 -0.450532 0.002099 +vn 0.876681 -0.481056 -0.003908 +vn 0.874176 -0.485590 -0.004245 +vn 0.840611 -0.541639 0.000802 +vn 0.806778 -0.590807 0.007536 +vn 0.924899 -0.380075 0.010268 +vn 0.906533 -0.421878 -0.014695 +vn 0.905382 -0.424297 -0.016002 +vn 0.894163 -0.446680 -0.030798 +vn 0.913129 -0.407360 0.015934 +vn 0.983789 0.179331 -0.000020 +vn 0.989762 0.142573 0.006708 +vn 0.985623 0.167828 0.019506 +vn 0.982315 0.186839 -0.012190 +vn 0.994733 0.102469 0.002509 +vn 0.984912 0.173056 0.000001 +vn 0.949865 0.312657 0.001645 +vn 0.958853 0.283904 -0.000162 +vn 0.948406 0.317060 0.000176 +vn 0.926024 0.377380 0.007978 +vn 0.965757 0.259435 -0.002746 +vn 0.799198 0.600978 0.010383 +vn 0.818406 0.574637 -0.002205 +vn 0.823830 0.566825 -0.003627 +vn 0.833548 0.552409 -0.006569 +vn 0.839176 0.543847 0.003804 +vn 0.850005 0.526753 -0.004788 +vn 0.859527 0.511090 0.000023 +vn 0.927889 0.372854 0.001109 +vn 0.901373 0.432979 0.007471 +vn 0.251368 0.967892 -0.000086 +vn 0.167703 0.985816 0.006487 +vn 0.226023 0.974121 -0.001200 +vn 0.286581 0.958036 0.006197 +vn 0.286709 0.958018 -0.000384 +vn 0.331887 0.943306 0.005016 +vn 0.290515 0.956810 -0.010729 +vn 0.145374 0.989359 0.005985 +vn 0.111930 0.993690 0.007151 +vn -0.000171 0.999999 0.001753 +vn -0.000619 0.999985 -0.005419 +vn 0.034903 0.999389 0.001869 +vn 0.036547 0.999332 -0.000022 +vn 0.084809 0.996397 0.000847 +vn -0.157470 0.987483 0.008999 +vn -0.091393 0.995735 -0.012659 +vn -0.087386 0.996069 -0.014507 +vn -0.116036 0.993071 0.018616 +vn -0.644312 0.764751 0.004307 +vn -0.634408 0.772953 0.008430 +vn -0.648424 0.761169 0.013008 +vn -0.669030 0.742912 -0.021908 +vn -0.584934 0.811080 0.000885 +vn -0.642323 0.766434 0.000000 +vn -0.733461 0.679728 0.002226 +vn -0.752357 0.658751 0.002673 +vn -0.751205 0.660069 -0.000123 +vn -0.788595 0.614893 0.004915 +vn -0.709857 0.704312 -0.006911 +vn -0.929137 0.369733 0.001082 +vn -0.902818 0.430023 0.000000 +vn -0.904271 0.426958 -0.000830 +vn -0.893428 0.449175 0.005398 +vn -0.897427 0.441151 -0.003196 +vn -0.891769 0.452453 -0.005811 +vn -0.882312 0.470502 -0.012362 +vn -0.879511 0.475875 0.002026 +vn -0.819889 0.572496 0.005550 +vn -0.824545 0.565748 0.007413 +vn -0.956163 -0.292833 0.001157 +vn -0.936713 -0.350087 0.002848 +vn -0.956377 -0.292087 -0.005321 +vn -0.970209 -0.242228 0.004495 +vn -0.977749 -0.209692 0.006052 +vn -0.969328 -0.245281 -0.015516 +vn -0.972998 -0.230608 -0.009794 +vn -0.851582 -0.524217 0.002293 +vn -0.854659 -0.519155 -0.006001 +vn -0.857445 -0.514536 -0.006340 +vn -0.928200 -0.371969 0.009161 +vn -0.916523 -0.399981 0.000814 +vn -0.762673 -0.646777 0.003041 +vn -0.805957 -0.591974 -0.000003 +vn -0.805822 -0.592158 -0.000212 +vn -0.804899 -0.593351 0.008527 +vn -0.822291 -0.568903 -0.013667 +vn -0.817386 -0.576009 0.009695 +vn -0.306303 -0.951609 -0.024890 +vn -0.309669 -0.950574 -0.022681 +vn -0.392062 -0.919931 0.003776 +vn -0.357022 -0.933800 0.023513 +vn -0.319611 -0.947529 0.006191 +vn -0.376065 -0.926593 0.000429 +vn -0.342588 -0.939486 0.000000 +vn -0.169000 -0.985615 0.001355 +vn -0.134297 -0.990932 0.004249 +vn -0.211892 -0.977293 0.000853 +vn -0.205630 -0.978627 0.002461 +vn -0.239334 -0.970902 -0.008292 +vn -0.080151 -0.996746 0.008558 +vn -0.081178 -0.996695 0.003185 +vn 0.147009 -0.989134 0.001203 +vn 0.079019 -0.996873 0.000000 +vn 0.090358 -0.995906 -0.002780 +vn 0.084682 -0.996398 0.004526 +vn 0.081022 -0.996704 -0.004208 +vn 0.062496 -0.998017 -0.007459 +vn 0.038728 -0.999147 -0.014365 +vn 0.039451 -0.999216 0.003357 +vn 0.769032 -0.639155 0.008376 +vn 0.730866 -0.682520 -0.000341 +vn 0.705558 -0.708653 0.000208 +vn 0.707833 -0.706252 -0.013449 +vn 0.679210 -0.733917 0.006289 +vn 0.630542 -0.776150 0.003002 +vn 0.684567 -0.728898 -0.008741 +vn 0.750672 -0.660673 0.001498 +vn 0.999989 0.000000 0.004675 +vn 0.992458 -0.122469 0.005331 +vn 0.997638 -0.068668 0.002010 +vn 0.970873 -0.239570 0.003536 +vn 0.983812 -0.179196 0.001584 +vn 0.915642 -0.401994 0.000000 +vn 0.929225 -0.369508 -0.002118 +vn 0.952992 -0.302995 0.001109 +vn 0.949512 -0.313672 0.006074 +vn 0.957627 -0.287965 0.005194 +vn 0.600130 -0.799902 0.001283 +vn 0.551591 -0.834099 0.005211 +vn 0.475202 -0.879871 0.003284 +vn 0.507957 -0.861379 0.002422 +vn 0.323837 -0.946098 0.005312 +vn 0.385084 -0.922878 0.002556 +vn 0.392137 -0.919899 0.003755 +vn 0.411331 -0.911477 0.004168 +vn 0.167153 -0.985911 0.006195 +vn 0.211186 -0.977442 0.002756 +vn 0.279580 -0.960121 0.001777 +vn 0.333142 -0.942877 0.000362 +vn -0.451148 -0.892423 0.006874 +vn -0.448113 -0.893977 0.000631 +vn -0.479910 -0.877286 0.007411 +vn -0.505443 -0.862859 0.001232 +vn -0.543141 -0.839637 0.002895 +vn -0.602316 -0.798244 0.004644 +vn -0.567086 -0.823653 0.002943 +vn -0.696544 -0.717495 0.005301 +vn -0.653778 -0.756685 0.001411 +vn -0.733698 -0.679472 0.002141 +vn -0.691935 -0.721959 0.000411 +vn -0.998071 -0.061937 0.004255 +vn -0.993902 -0.110177 0.004465 +vn -0.999999 0.000000 0.001119 +vn -0.997979 0.063373 0.004703 +vn -0.999099 0.042429 0.000859 +vn -0.983045 0.183310 0.004548 +vn -0.990287 0.138992 0.003513 +vn -0.931901 0.362704 0.002548 +vn -0.935906 0.352219 0.004781 +vn -0.956139 0.292912 0.001112 +vn -0.969154 0.246455 0.001233 +vn -0.507100 0.861879 0.003710 +vn -0.543766 0.839222 0.005063 +vn -0.289257 0.957243 0.003925 +vn -0.318848 0.947797 0.004080 +vn -0.345161 0.938535 0.004031 +vn -0.355497 0.934675 0.002116 +vn -0.443228 0.896400 0.004023 +vn -0.446136 0.894962 0.002465 +vn -0.210518 0.977583 0.003756 +vn -0.211382 0.977400 0.002805 +vn -0.163081 0.986610 -0.002185 +vn -0.109689 0.993966 0.000003 +vn 0.385104 0.922869 0.002617 +vn 0.392132 0.919901 0.003756 +vn 0.411329 0.911478 0.004033 +vn 0.477454 0.878657 0.000629 +vn 0.552285 0.833648 0.003670 +vn 0.506466 0.862241 0.005691 +vn 0.644625 0.764488 0.004115 +vn 0.600186 0.799859 0.001439 +vn 0.696224 0.717823 0.001308 +vn 0.684642 0.728866 0.004526 +vn 0.823797 0.566885 0.000000 +vn 0.784135 0.620587 -0.002080 +vn 0.780856 0.624710 0.000854 +vn 0.781245 0.624190 0.006480 +vn 0.733281 0.679925 0.000686 +vn 0.749090 0.662460 0.003172 +vn 0.706204 0.707981 0.006190 +vn 0.997638 0.068668 0.002010 +vn 0.999999 0.000000 0.001725 +vn -0.968464 0.249155 0.000420 +vn -0.968331 0.249670 0.000000 +vn -0.988074 0.153920 -0.004199 +vn -0.709626 -0.704578 0.000738 +vn -0.710414 -0.703784 0.000000 +vn -0.638237 -0.769827 -0.004594 +vn 0.241286 -0.970454 0.000400 +vn 0.240581 -0.970629 0.000000 +vn 0.333617 -0.942695 -0.005028 +vn 0.956856 -0.290562 0.000006 +vn 0.956868 -0.290522 0.000000 +vn 0.980187 -0.197998 -0.005508 +vn 0.739688 0.672950 0.000002 +vn 0.739622 0.673023 0.000000 +vn 0.674167 0.738555 -0.006044 +vn -0.182938 0.983123 0.001636 +vn -0.186974 0.982364 0.001144 +vn -0.231851 0.972748 0.002633 +vn -0.131337 0.991328 0.004492 +vn -0.072154 0.997365 0.007505 +vn -0.096715 0.995310 0.002196 +vn -0.199177 0.979964 0.000000 +vn -0.284541 0.958641 -0.006599 +vn 0.126129 0.991995 0.006194 +vn 0.057545 0.998236 -0.014641 +vn 0.042490 0.999090 -0.003822 +vn -0.042444 0.999087 0.004915 +vn 0.348257 0.937382 -0.005643 +vn 0.257878 0.966178 0.000000 +vn 0.257844 0.966187 0.000009 +vn 0.239905 0.970783 0.005142 +vn 0.309363 0.950944 0.000495 +vn 0.214191 0.976683 0.014586 +vn 0.190279 0.981354 0.027188 +vn 0.218385 0.975862 -0.001526 +vn 0.808061 0.589087 0.003682 +vn 0.774364 0.632738 0.001845 +vn 0.829579 0.558345 0.007029 +vn 0.707647 0.706565 0.001295 +vn 0.780859 0.624393 0.019811 +vn 0.759519 0.650451 0.006679 +vn 0.910173 0.414167 0.007132 +vn 0.883409 0.468409 -0.013472 +vn 0.873008 0.487691 -0.003754 +vn 0.865515 0.500672 -0.014561 +vn 0.982869 0.184202 -0.006188 +vn 0.961904 0.273389 0.000000 +vn 0.961882 0.273464 0.000004 +vn 0.972847 0.231446 0.001520 +vn 0.957798 0.287432 0.002472 +vn 0.951051 0.308933 0.007914 +vn 0.938257 0.345084 0.024316 +vn 0.944463 0.328607 0.002665 +vn 0.911475 -0.411305 0.006496 +vn 0.923057 -0.384636 0.004614 +vn 0.945798 -0.324728 -0.004345 +vn 0.923289 -0.384032 0.007545 +vn 0.971649 -0.236427 0.000002 +vn 0.933817 -0.356546 0.029329 +vn 0.665546 -0.746326 -0.006748 +vn 0.727499 -0.686108 0.000000 +vn 0.727571 -0.686032 0.000001 +vn 0.706883 -0.707324 0.003086 +vn 0.733341 -0.679861 0.000496 +vn 0.746426 -0.665462 0.002919 +vn 0.761775 -0.647839 0.002060 +vn 0.776648 -0.629897 0.006961 +vn 0.806193 -0.591651 0.001314 +vn 0.829667 -0.558218 0.006709 +vn 0.872197 -0.489154 -0.001096 +vn 0.188604 -0.981733 0.025071 +vn 0.195546 -0.980471 0.020960 +vn 0.300677 -0.953726 -0.001008 +vn 0.219724 -0.975527 -0.008332 +vn 0.130099 -0.991470 0.007823 +vn 0.112599 -0.993640 0.000472 +vn -0.209209 -0.977871 0.000004 +vn -0.204803 -0.978803 0.000078 +vn -0.219048 -0.975696 0.005951 +vn -0.178109 -0.984007 0.002724 +vn -0.151349 -0.988434 0.009544 +vn -0.126081 -0.992001 0.006176 +vn -0.042533 -0.999083 0.004860 +vn -0.025743 -0.999658 -0.004622 +vn 0.039192 -0.999225 0.003530 +vn -0.390036 -0.920790 -0.004276 +vn -0.298638 -0.954367 0.000000 +vn -0.298580 -0.954385 0.000036 +vn -0.363807 -0.931471 -0.002390 +vn -0.301194 -0.953469 -0.013364 +vn -0.722139 -0.691747 -0.001057 +vn -0.662032 -0.749473 -0.001931 +vn -0.715016 -0.698990 -0.012829 +vn -0.830022 -0.557698 0.006096 +vn -0.808062 -0.589087 0.003491 +vn -0.774671 -0.632328 0.006790 +vn -0.794269 -0.607563 0.001768 +vn -0.943219 -0.332171 0.000000 +vn -0.938883 -0.344237 0.000344 +vn -0.944252 -0.329128 0.007883 +vn -0.928372 -0.371633 0.003856 +vn -0.909310 -0.416112 0.002377 +vn -0.875539 -0.483143 0.002114 +vn -0.877182 -0.480156 -0.001247 +vn -0.990600 -0.136714 -0.004681 +vn -0.972632 -0.232349 0.000000 +vn -0.972625 -0.232380 0.000022 +vn -0.967645 -0.252120 0.009891 +vn -0.985885 -0.167418 -0.001685 +vn -0.969787 -0.243719 -0.010645 +vn -0.946202 0.323537 0.005111 +vn -0.969851 0.243393 -0.012166 +vn -0.983188 0.182581 -0.002382 +vn -0.859500 0.511102 -0.005887 +vn -0.893359 0.449337 0.002330 +vn -0.911524 0.411206 0.005794 +vn -0.923133 0.384402 0.007741 +vn -0.933287 0.359128 0.001836 +vn -0.776670 0.629869 0.007000 +vn -0.786380 0.617743 0.000470 +vn -0.827374 0.561579 -0.009000 +vn -0.830131 0.557566 0.001654 +vn -0.873002 0.487692 0.004918 +vn -0.625360 0.780320 -0.005140 +vn -0.697740 0.716351 0.000000 +vn -0.697748 0.716344 0.000005 +vn -0.710347 0.703819 0.006789 +vn -0.652646 0.757663 -0.000566 +vn -0.726346 0.687120 0.016967 +vn -0.742743 0.668853 0.031126 +vn -0.715302 0.698785 -0.006595 +vn -0.996397 -0.084806 0.000346 +vn -0.999975 0.000000 -0.007082 +vn -0.594635 -0.803995 0.000345 +vn -0.524294 -0.851508 -0.007082 +vn -0.524303 -0.851529 0.002008 +vn -0.450204 -0.892926 0.000346 +vn 0.372853 -0.927890 0.000348 +vn 0.450193 -0.892903 -0.007081 +vn 0.450202 -0.892924 0.002008 +vn 0.524308 -0.851529 0.000347 +vn 0.594622 -0.803974 -0.007083 +vn 0.594631 -0.803996 0.002010 +vn 0.660670 -0.750676 0.000344 +vn 0.985617 -0.168996 0.000346 +vn 0.996372 -0.084809 -0.007082 +vn 0.996396 -0.084803 0.002008 +vn 1.000000 0.000000 0.000346 +vn 0.996372 0.084809 -0.007082 +vn 0.996396 0.084804 0.002008 +vn 0.985617 0.168996 0.000346 +vn 0.660668 0.750678 0.000345 +vn 0.594623 0.803973 -0.007082 +vn 0.594635 0.803994 0.002010 +vn 0.524310 0.851527 0.000348 +vn 0.450192 0.892904 -0.007081 +vn 0.450198 0.892927 0.002010 +vn 0.372849 0.927892 0.000346 +vn -0.292820 0.956167 0.000344 +vn -0.372846 0.927866 -0.007082 +vn -0.372855 0.927887 0.002011 +vn -0.450203 0.892926 0.000347 +vn -0.524295 0.851507 -0.007083 +vn -0.524306 0.851527 0.002010 +vn -0.594633 0.803998 0.000345 +vn -0.996398 0.084804 0.000346 +vn -0.999998 0.000000 0.002009 +vn 0.981194 -0.192709 -0.011003 +vn 0.979571 -0.201079 -0.002847 +vn 0.986863 -0.161277 0.009585 +vn 0.980800 -0.194638 0.012122 +vn 0.987822 -0.155559 -0.003018 +vn 0.980600 -0.195900 0.006916 +vn 0.981646 -0.189415 0.022205 +vn 0.992173 -0.122888 0.022170 +vn 0.993142 -0.116718 0.006834 +vn 0.992671 -0.120809 0.003046 +vn 0.993659 -0.111075 0.017432 +vn 0.993449 -0.110283 0.029946 +vn 0.997401 -0.072031 0.001636 +vn -0.005010 0.004798 0.999976 +vn 0.005272 -0.004670 0.999975 +vn -0.005385 0.004350 0.999976 +vn -0.005746 0.003878 0.999976 +vn -0.006047 0.003378 0.999976 +vn 0.006238 -0.003272 0.999975 +vn -0.006310 0.002854 0.999976 +vn -0.006538 0.002309 0.999976 +vn 0.006676 -0.002228 0.999975 +vn -0.006841 0.001172 0.999976 +vn 0.006942 -0.001127 0.999975 +vn -0.006921 0.000588 0.999976 +vn -0.006955 -0.000001 0.999976 +vn -0.006940 -0.000592 0.999976 +vn 0.006910 0.001124 0.999976 +vn -0.006770 -0.001763 0.999976 +vn -0.006609 -0.002336 0.999976 +vn 0.006617 0.002209 0.999976 +vn -0.006407 -0.002896 0.999975 +vn 0.006137 0.003223 0.999976 +vn -0.005863 -0.003964 0.999975 +vn 0.005504 0.004138 0.999976 +vn -0.005004 -0.004800 0.999976 +vn 0.005013 -0.004798 0.999976 +vn -0.005274 0.004670 0.999975 +vn 0.005388 -0.004350 0.999976 +vn 0.005746 -0.003878 0.999976 +vn -0.005951 0.003764 0.999975 +vn 0.006047 -0.003378 0.999976 +vn 0.006315 -0.002854 0.999976 +vn -0.006479 0.002759 0.999975 +vn 0.006709 -0.001747 0.999976 +vn 0.006841 -0.001172 0.999976 +vn -0.006942 0.001127 0.999975 +vn 0.006921 -0.000588 0.999976 +vn 0.006955 0.000001 0.999976 +vn -0.007024 -0.000001 0.999975 +vn 0.006940 0.000592 0.999976 +vn -0.006910 -0.001124 0.999976 +vn 0.006770 0.001763 0.999976 +vn -0.006618 -0.002209 0.999976 +vn 0.006407 0.002896 0.999975 +vn 0.006155 0.003440 0.999975 +vn 0.005863 0.003964 0.999975 +vn -0.005843 -0.003695 0.999976 +vn 0.005535 0.004465 0.999975 +vn 0.005008 0.004800 0.999976 +vn 0.004880 0.005080 0.999975 +vn -0.004114 -0.005570 0.999976 +vn 0.004004 0.005797 0.999975 +vn -0.003121 -0.006187 0.999976 +vn 0.003017 0.006362 0.999975 +vn -0.002584 -0.006432 0.999976 +vn -0.002028 -0.006631 0.999976 +vn 0.001957 0.006761 0.999975 +vn -0.001462 -0.006783 0.999976 +vn -0.000879 -0.006888 0.999976 +vn -0.000294 -0.006945 0.999976 +vn 0.000282 0.007019 0.999975 +vn 0.000292 -0.006954 0.999976 +vn -0.000842 0.006956 0.999976 +vn 0.001470 -0.006828 0.999976 +vn -0.001943 0.006705 0.999976 +vn 0.003167 -0.006286 0.999975 +vn -0.002978 0.006274 0.999976 +vn 0.003701 -0.006015 0.999975 +vn 0.004219 -0.005701 0.999975 +vn 0.004708 -0.005345 0.999975 +vn -0.004350 0.005324 0.999976 +vn -0.004879 -0.005081 0.999975 +vn 0.004118 0.005569 0.999976 +vn -0.004001 -0.005797 0.999975 +vn 0.003633 0.005900 0.999976 +vn 0.003119 0.006188 0.999976 +vn -0.003019 -0.006362 0.999975 +vn 0.002586 0.006432 0.999976 +vn 0.002028 0.006631 0.999976 +vn 0.001463 0.006783 0.999976 +vn -0.001407 -0.006893 0.999975 +vn 0.000882 0.006888 0.999976 +vn 0.000295 0.006945 0.999976 +vn -0.000282 -0.007019 0.999975 +vn -0.000886 0.006915 0.999976 +vn -0.001473 0.006828 0.999976 +vn 0.001400 -0.006854 0.999976 +vn -0.002619 0.006513 0.999975 +vn 0.002470 -0.006511 0.999976 +vn -0.003166 0.006286 0.999975 +vn 0.002978 -0.006275 0.999976 +vn -0.003701 0.006015 0.999975 +vn -0.004211 0.005701 0.999975 +vn 0.003915 -0.005678 0.999976 +vn -0.004700 0.005345 0.999975 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000366 -0.000086 -1.000000 +vn 0.005482 -0.002657 -0.999981 +vn -0.000001 -0.003292 -0.999995 +vn -0.001394 -0.000682 -0.999999 +vn -0.003978 0.000542 -0.999992 +vn -0.002253 0.004595 -0.999987 +vn -0.000299 0.000168 -1.000000 +vn -0.005491 0.002657 -0.999981 +vn 0.000001 0.003293 -0.999995 +vn 0.003947 0.000713 -0.999992 +vn 0.000543 -0.003985 -0.999992 +vn 0.000340 0.000435 -1.000000 +vn -0.000035 -0.000287 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001445 -0.001280 -0.999998 +vn 0.001182 -0.001319 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001558 -0.000360 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001851 -0.000945 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.003533 0.001898 -0.999992 +vn 0.001743 -0.003624 -0.999992 +vn 0.000063 -0.000318 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000146 0.000263 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.001905 -0.000184 -0.999998 +vn 0.000137 -0.000250 -1.000000 +vn 0.002783 -0.002909 -0.999992 +vn 0.002778 0.002898 -0.999992 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001131 0.000273 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001234 0.001469 -0.999998 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.001740 0.003613 -0.999992 +vn 0.003541 -0.001908 -0.999992 +vn 0.000054 0.000271 -1.000000 +vn 0.001470 0.001471 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000040 0.000332 -1.000000 +vn -0.000003 0.000001 -1.000000 +vn 0.001802 0.000918 -0.999998 +vn 0.000545 0.003975 -0.999992 +vn 0.003950 -0.000721 -0.999992 +vn 0.000306 -0.000143 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000151 0.000327 -1.000000 +vn -0.000715 0.003948 -0.999992 +vn 0.003986 0.000537 -0.999992 +vn 0.000983 0.003006 -0.999995 +vn 0.005481 0.001047 -0.999985 +vn 0.000707 0.000136 -1.000000 +vn 0.001209 0.002374 -0.999997 +vn -0.000221 0.000242 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000299 0.001890 -0.999998 +vn 0.000145 0.003741 -0.999993 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.001876 0.001625 -0.999997 +vn 0.000195 0.000206 -1.000000 +vn 0.005511 0.002666 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn -0.000299 0.001881 -0.999998 +vn 0.000000 0.000001 -1.000000 +vn 0.000127 0.000323 -1.000000 +vn -0.005478 0.001047 -0.999985 +vn -0.000684 0.000137 -1.000000 +vn -0.001208 0.002374 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000006 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.003948 -0.000713 -0.999992 +vn -0.000540 0.003986 -0.999992 +vn -0.000266 -0.000120 -1.000000 +vn 0.000038 0.000327 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001350 0.001197 -0.999998 +vn 0.000026 0.000001 -1.000000 +vn -0.001788 0.000805 -0.999998 +vn -0.000412 -0.001041 -0.999999 +vn -0.003538 -0.001898 -0.999992 +vn -0.001742 0.003618 -0.999992 +vn 0.000000 0.000001 -1.000000 +vn -0.010925 0.001735 -0.999939 +vn -0.023542 -0.006626 -0.999701 +vn -0.010067 -0.002122 -0.999947 +vn 0.000000 0.000000 -1.000000 +vn -0.008179 -0.000698 -0.999966 +vn -0.002775 -0.002897 -0.999992 +vn -0.002781 0.002909 -0.999992 +vn -0.000355 0.000652 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001742 -0.003609 -0.999992 +vn -0.003542 0.001908 -0.999992 +vn -0.000235 -0.001091 -0.999999 +vn -0.001751 -0.000998 -0.999998 +vn -0.000546 -0.003975 -0.999992 +vn -0.003953 0.000721 -0.999992 +vn 0.000042 -0.000346 -1.000000 +vn 0.004616 -0.003023 -0.999985 +vn -0.004292 -0.000579 -0.999991 +vn -0.001338 0.000656 -0.999999 +vn -0.001082 -0.002473 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000697 -0.000136 -1.000000 +vn -0.000981 -0.003006 -0.999995 +vn -0.005479 -0.001047 -0.999985 +vn -0.000700 -0.001161 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000290 -0.000163 -1.000000 +vn -0.000183 -0.001866 -0.999998 +vn 0.005163 -0.004434 -0.999977 +vn 0.000222 -0.000242 -1.000000 +vn -0.001879 -0.001625 -0.999997 +vn -0.000191 -0.000200 -1.000000 +vn 0.000233 -0.002362 -0.999997 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.005462 -0.001047 -0.999985 +vn 0.000682 -0.000137 -1.000000 +vn 0.001209 -0.002374 -0.999997 +vn 0.003966 -0.000542 -0.999992 +vn -0.000716 -0.003956 -0.999992 +vn -0.000155 -0.000333 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000007 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000041 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000012 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000016 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000008 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000027 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000019 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000037 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000011 0.000000 -1.000000 +vn 0.000116 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000114 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000014 0.000000 -1.000000 +vn 0.000076 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000333 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000045 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000034 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000089 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn -0.000086 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.947805 0.318833 0.003458 +vn 0.954158 0.299198 0.007898 +vn 0.958728 0.284276 0.005302 +vn 0.976646 0.214642 0.009592 +vn 0.991462 0.130339 0.003952 +vn 0.999095 0.041634 0.008723 +vn 0.997456 0.071283 0.000754 +vn 0.992219 -0.124318 0.006785 +vn 0.998159 -0.060421 0.005198 +vn 0.957537 -0.288162 0.009218 +vn 0.975842 -0.218419 0.005141 +vn 0.892864 -0.450232 0.009221 +vn 0.928486 -0.371346 0.004030 +vn 0.802653 -0.596434 0.003841 +vn 0.858110 -0.513440 0.005141 +vn 0.695338 -0.718656 0.006205 +vn 0.746497 -0.665297 0.011036 +vn 0.761398 -0.648202 0.010310 +vn 0.628142 -0.778087 0.004198 +vn 0.560550 -0.828065 0.009589 +vn 0.499617 -0.866231 0.005204 +vn 0.486023 -0.873910 0.007894 +vn 0.467899 -0.883782 0.000712 +vn -0.697542 0.716540 0.002223 +vn -0.723598 0.690151 -0.009869 +vn -0.741057 0.671441 -0.000767 +vn -0.732949 0.680274 -0.003542 +vn -0.769453 0.638695 0.003294 +vn -0.798328 0.602214 -0.003395 +vn -0.881296 0.472517 -0.006706 +vn -0.856115 0.516679 0.010505 +vn -0.947637 0.319307 -0.005142 +vn -0.922658 0.385602 0.003614 +vn -0.987853 0.155193 -0.007913 +vn -0.974100 0.226093 0.003487 +vn -0.999769 -0.018952 -0.010136 +vn -0.998128 0.060910 0.005472 +vn -0.981133 -0.193100 -0.009520 +vn -0.994422 -0.105247 0.006891 +vn -0.932925 -0.360018 -0.006207 +vn -0.963568 -0.267414 0.005239 +vn -0.860347 -0.509683 -0.005159 +vn -0.894228 -0.447602 0.002914 +vn -0.905395 -0.424565 0.002129 +vn -0.812506 -0.582947 0.002732 +vn -0.811895 -0.583751 -0.007869 +vn -0.771672 -0.636011 0.003512 +vn 0.004744 -0.005891 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.002285 -0.002195 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.001860 0.002283 0.999996 +vn 0.002074 -0.001534 0.999997 +vn 0.002142 -0.001193 0.999997 +vn 0.002226 -0.000887 0.999997 +vn 0.002805 0.000021 0.999996 +vn -0.003384 -0.001377 0.999993 +vn 0.003100 0.000425 0.999995 +vn 0.003988 0.000881 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002335 -0.000597 0.999997 +vn -0.002905 0.000123 0.999996 +vn 0.750010 -0.661418 0.003459 +vn 0.736179 -0.676740 0.007899 +vn 0.725560 -0.688139 0.005306 +vn 0.674198 -0.738489 0.009593 +vn 0.608616 -0.793455 0.003956 +vn 0.535613 -0.844419 0.008729 +vn 0.560451 -0.828187 0.000758 +vn 0.388461 -0.921440 0.006791 +vn 0.446740 -0.894649 0.005197 +vn 0.229211 -0.973333 0.009222 +vn 0.298765 -0.954313 0.005135 +vn 0.056500 -0.998360 0.009220 +vn 0.142651 -0.989765 0.004029 +vn -0.115207 -0.993334 0.003839 +vn -0.015589 -0.999865 0.005138 +vn -0.274707 -0.961508 0.006205 +vn -0.202908 -0.979136 0.011038 +vn -0.180654 -0.983493 0.010309 +vn -0.359785 -0.933026 0.004196 +vn -0.436849 -0.899484 0.009594 +vn -0.422308 -0.906452 -0.000515 +vn -0.513804 -0.857871 0.007900 +vn -0.531419 -0.847108 0.001451 +vn 0.271775 0.962360 0.001296 +vn 0.232517 0.972533 -0.010787 +vn 0.218227 0.975888 0.004332 +vn 0.142278 0.989779 -0.009739 +vn 0.161519 0.986790 0.012578 +vn -0.031439 0.999483 -0.006710 +vn 0.019404 0.999757 0.010495 +vn -0.197288 0.980332 -0.005141 +vn -0.127406 0.991844 0.003615 +vn -0.359525 0.933102 -0.007909 +vn -0.291234 0.956646 0.003493 +vn -0.516305 0.856345 -0.010135 +vn -0.446333 0.894850 0.005471 +vn -0.657802 0.753131 -0.009519 +vn -0.588339 0.808585 0.006894 +vn -0.778249 0.627926 -0.006207 +vn -0.713375 0.700763 0.005238 +vn -0.840471 0.541845 -0.003557 +vn -0.820374 0.571824 0.002129 +vn -0.911559 0.411095 -0.007849 +vn -0.936667 0.350204 0.003506 +vn -0.910822 0.412792 0.002535 +vn -0.901588 0.432553 0.006043 +vn 0.000347 -0.002372 0.999997 +vn 0.000038 -0.002452 0.999997 +vn 0.000256 0.002835 0.999996 +vn 0.000000 0.000000 1.000000 +vn 0.015834 -0.017299 0.999725 +vn 0.002002 -0.002579 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.000331 -0.002906 0.999996 +vn 0.001213 0.002800 0.999995 +vn -0.001911 -0.005017 0.999986 +vn 0.000000 0.000000 1.000000 +vn -0.001051 -0.004255 0.999990 +vn 0.001415 -0.002418 0.999996 +vn -0.002250 0.002332 0.999995 +vn -0.197795 -0.980237 0.003450 +vn -0.215716 -0.976431 0.007011 +vn -0.239053 -0.970948 0.010650 +vn -0.225142 -0.974317 0.004066 +vn -0.382851 -0.923802 0.003946 +vn -0.463485 -0.886062 0.008726 +vn -0.603768 -0.797131 0.006786 +vn -0.551431 -0.834204 0.005196 +vn -0.524282 -0.851525 0.005766 +vn -0.677071 -0.735900 0.005141 +vn -0.728333 -0.685162 0.009218 +vn -0.743860 -0.668331 0.002489 +vn -0.836359 -0.548105 0.009219 +vn -0.823591 -0.567185 0.000082 +vn -0.917860 -0.396886 0.003843 +vn -0.889636 -0.456648 0.004582 +vn -0.970044 -0.242850 0.006207 +vn -0.949408 -0.313851 0.011033 +vn -0.994542 -0.103897 0.009573 +vn -0.987917 -0.154930 0.004189 +vn -0.999932 0.011653 0.000000 +vn -0.999442 0.032632 0.007142 +vn -0.999963 0.002072 0.008416 +vn 0.969319 0.245797 0.002226 +vn 0.958497 0.284898 -0.010789 +vn 0.954264 0.298934 0.004340 +vn 0.929784 0.367977 -0.009713 +vn 0.802618 0.596482 -0.003549 +vn 0.795805 0.605551 0.001497 +vn 0.810476 0.585768 0.001929 +vn 0.822454 0.568819 -0.003852 +vn 0.896627 0.442755 0.005324 +vn 0.628316 0.777918 -0.007911 +vn 0.682868 0.730534 0.003493 +vn 0.483452 0.875312 -0.010135 +vn 0.551810 0.833952 0.005472 +vn 0.323333 0.946237 -0.009519 +vn 0.406075 0.913814 0.006891 +vn 0.154679 0.987945 -0.006205 +vn 0.250195 0.968181 0.005242 +vn -0.011227 0.999924 -0.005157 +vn 0.059472 0.998226 0.002926 +vn 0.085022 0.996377 0.002136 +vn -0.098604 0.995123 0.002737 +vn -0.099598 0.994997 -0.007874 +vn -0.164898 0.986306 0.002899 +vn -0.007474 -0.001167 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.003042 -0.000880 0.999995 +vn 0.000006 0.000000 1.000000 +vn -0.001315 -0.003239 0.999994 +vn -0.000599 0.004073 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002908 0.000469 0.999996 +vn -0.002365 -0.001029 0.999997 +vn -0.002104 -0.001259 0.999997 +vn -0.001885 -0.001485 0.999997 +vn -0.001376 -0.002439 0.999996 +vn 0.000492 0.003621 0.999993 +vn 0.001560 0.002454 0.999996 +vn -0.947815 -0.318807 0.003076 +vn -0.954160 -0.299192 0.007897 +vn -0.958724 -0.284288 0.005288 +vn -0.976646 -0.214642 0.009591 +vn -0.999094 -0.041643 0.008724 +vn -0.991462 -0.130339 0.003952 +vn -0.996602 0.082224 0.004860 +vn -0.999584 0.028277 0.005771 +vn -0.953583 0.300987 0.009273 +vn -0.975954 0.217887 0.006326 +vn -0.982494 0.186123 0.008034 +vn -0.892854 0.450252 0.009218 +vn -0.928492 0.371330 0.004028 +vn -0.802647 0.596442 0.003840 +vn -0.858112 0.513438 0.005138 +vn -0.695340 0.718654 0.006206 +vn -0.746507 0.665286 0.011040 +vn -0.761398 0.648203 0.010309 +vn -0.628134 0.778094 0.004199 +vn -0.560554 0.828062 0.009592 +vn -0.499556 0.866266 0.005256 +vn -0.486026 0.873909 0.007897 +vn -0.467898 0.883781 0.001455 +vn 0.699668 -0.714448 -0.005369 +vn 0.728731 -0.684800 0.000000 +vn 0.723936 -0.689849 -0.004965 +vn 0.739887 -0.672724 -0.003223 +vn 0.769453 -0.638694 0.003297 +vn 0.798327 -0.602215 -0.003391 +vn 0.881295 -0.472519 -0.006707 +vn 0.856104 -0.516696 0.010512 +vn 0.947637 -0.319307 -0.005143 +vn 0.922672 -0.385569 0.003617 +vn 0.987853 -0.155193 -0.007909 +vn 0.974097 -0.226105 0.003491 +vn 0.999947 -0.003364 -0.009700 +vn 0.998128 -0.060910 0.005471 +vn 0.932925 0.360017 -0.006213 +vn 0.963575 0.267387 0.005241 +vn 0.975881 0.218270 -0.003866 +vn 0.993934 0.109926 0.003386 +vn 0.825492 0.564366 0.007375 +vn 0.894229 0.447601 0.002919 +vn 0.860347 0.509683 -0.005161 +vn 0.905395 0.424565 0.002127 +vn 0.811895 0.583751 -0.007871 +vn 0.771762 0.635908 0.002352 +vn -0.003689 -0.000506 0.999993 +vn -0.002805 -0.000021 0.999996 +vn 0.003384 0.001377 0.999993 +vn -0.003388 0.004163 0.999986 +vn -0.000008 0.000000 1.000000 +vn -0.003154 0.003038 0.999990 +vn 0.003145 0.000780 0.999995 +vn -0.002335 0.000597 0.999997 +vn -0.002224 0.000887 0.999997 +vn 0.002509 -0.001279 0.999996 +vn -0.002140 0.001193 0.999997 +vn -0.002351 0.001739 0.999996 +vn 0.001822 -0.002450 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.013921 -0.004867 0.999891 +vn -0.749998 0.661434 0.002912 +vn -0.736192 0.676727 0.007897 +vn -0.725565 0.688134 0.005283 +vn -0.674210 0.738477 0.009592 +vn -0.608608 0.793461 0.003951 +vn -0.535608 0.844422 0.008726 +vn -0.560450 0.828188 0.000765 +vn -0.388456 0.921442 0.006789 +vn -0.446741 0.894648 0.005197 +vn -0.229212 0.973333 0.009218 +vn -0.298767 0.954312 0.005140 +vn -0.125250 0.992080 0.009483 +vn -0.142652 0.989765 0.004026 +vn 0.274708 0.961508 0.006203 +vn 0.202907 0.979136 0.011040 +vn 0.180653 0.983493 0.010308 +vn 0.113557 0.993531 0.000124 +vn 0.019530 0.999745 0.011364 +vn 0.359787 0.933025 0.004193 +vn 0.436858 0.899479 0.009592 +vn 0.422307 0.906453 -0.000512 +vn 0.513818 0.857863 0.007899 +vn 0.531403 0.847119 0.000727 +vn -0.271773 -0.962359 0.002225 +vn -0.232509 -0.972534 -0.010787 +vn -0.218250 -0.975883 0.004341 +vn -0.187159 -0.982284 -0.009466 +vn -0.060121 -0.998191 -0.000228 +vn -0.026940 -0.999636 0.001484 +vn 0.038688 -0.999251 -0.001258 +vn 0.197289 -0.980332 -0.005141 +vn 0.127401 -0.991845 0.003619 +vn 0.359529 -0.933100 -0.007914 +vn 0.291233 -0.956646 0.003494 +vn 0.516305 -0.856345 -0.010135 +vn 0.446328 -0.894853 0.005472 +vn 0.657797 -0.753135 -0.009521 +vn 0.588345 -0.808581 0.006892 +vn 0.778246 -0.627929 -0.006211 +vn 0.713372 -0.700766 0.005242 +vn 0.840463 -0.541857 -0.003561 +vn 0.820380 -0.571815 0.002128 +vn 0.911566 -0.411078 -0.007851 +vn 0.936648 -0.350259 0.003173 +vn 0.910824 -0.412788 0.002540 +vn 0.901588 -0.432553 0.006044 +vn 0.000000 0.000000 1.000000 +vn -0.004341 -0.009170 0.999949 +vn -0.001048 -0.002752 0.999996 +vn 0.002726 0.007059 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000760 0.003075 0.999995 +vn -0.000651 0.002321 0.999997 +vn -0.000345 0.002372 0.999997 +vn -0.005639 0.006017 0.999966 +vn -0.002360 0.003039 0.999993 +vn 0.000000 0.000000 1.000000 +vn 0.004330 -0.001739 0.999989 +vn -0.001002 0.002371 0.999997 +vn 0.002250 -0.002332 0.999995 +vn 0.000291 0.002562 0.999997 +vn -0.000038 0.002452 0.999997 +vn 0.197796 0.980242 0.001426 +vn 0.215716 0.976431 0.007005 +vn 0.239001 0.970962 0.010602 +vn 0.225139 0.974318 0.004061 +vn 0.382848 0.923803 0.003947 +vn 0.463487 0.886061 0.008724 +vn 0.436999 0.899462 0.000751 +vn 0.603762 0.797136 0.006786 +vn 0.551425 0.834209 0.005197 +vn 0.728325 0.685170 0.009218 +vn 0.677074 0.735897 0.005134 +vn 0.836351 0.548117 0.009221 +vn 0.785837 0.618421 0.004032 +vn 0.917855 0.396897 0.003844 +vn 0.873702 0.486435 0.005140 +vn 0.970043 0.242855 0.006206 +vn 0.949409 0.313850 0.011033 +vn 0.942059 0.335289 0.010311 +vn 0.987918 0.154918 0.004194 +vn 0.997400 0.071420 0.009590 +vn 0.999986 -0.000488 0.005259 +vn 0.999840 -0.016038 0.007896 +vn 0.999327 -0.036659 0.001457 +vn -0.969322 -0.245792 0.001290 +vn -0.958497 -0.284897 -0.010786 +vn -0.954256 -0.298958 0.004331 +vn -0.929781 -0.367984 -0.009712 +vn -0.935340 -0.353527 0.012573 +vn -0.890936 -0.454079 -0.006703 +vn -0.875596 -0.482958 0.009124 +vn -0.750345 -0.661026 -0.005144 +vn -0.795259 -0.606259 0.003616 +vn -0.654152 -0.756333 -0.006742 +vn -0.682866 -0.730535 0.003490 +vn -0.323331 -0.946238 -0.009521 +vn -0.406082 -0.913811 0.006891 +vn -0.472839 -0.881145 -0.002651 +vn -0.487062 -0.873353 0.005044 +vn -0.544434 -0.838799 -0.002858 +vn -0.154681 -0.987945 -0.006212 +vn -0.250193 -0.968182 0.005236 +vn 0.011225 -0.999924 -0.005161 +vn -0.059472 -0.998226 0.002923 +vn -0.085019 -0.996377 0.002138 +vn 0.098606 -0.995123 0.002734 +vn 0.099597 -0.994997 -0.007873 +vn 0.164895 -0.986308 0.002360 +vn 0.005302 0.000854 0.999986 +vn 0.000000 0.000000 1.000000 +vn 0.004209 0.001217 0.999990 +vn 0.000030 -0.004320 0.999991 +vn 0.000625 -0.004392 0.999990 +vn 0.001460 0.003581 0.999993 +vn -0.000008 0.000000 1.000000 +vn 0.002665 0.011416 0.999931 +vn 0.001379 0.002439 0.999996 +vn -0.001560 -0.002455 0.999996 +vn 0.001684 0.001724 0.999997 +vn 0.002104 0.001259 0.999997 +vn -0.002880 -0.000862 0.999996 +vn 0.002682 0.001167 0.999996 +vn -0.478858 -0.614298 0.627162 +vn -0.467933 -0.628017 0.621799 +vn -0.461740 -0.626896 0.627533 +vn -0.431128 -0.653763 0.621871 +vn -0.777712 -0.000001 0.628621 +vn -0.781902 -0.041707 0.622005 +vn -0.776913 -0.049793 0.627636 +vn -0.782465 -0.060309 0.619767 +vn -0.768390 -0.125079 0.627640 +vn -0.771546 -0.135516 0.621573 +vn -0.761756 -0.156232 0.628744 +vn -0.764722 -0.176278 0.619779 +vn -0.752488 -0.200218 0.627435 +vn -0.755039 -0.208337 0.621701 +vn -0.746669 -0.221176 0.627349 +vn -0.749213 -0.234076 0.619587 +vn -0.731853 -0.278516 0.621949 +vn -0.721453 -0.293504 0.627185 +vn -0.723293 -0.300352 0.621801 +vn -0.702858 -0.333636 0.628234 +vn -0.691105 -0.367986 0.622061 +vn -0.673858 -0.389677 0.627748 +vn -0.676556 -0.396226 0.620707 +vn -0.651896 -0.432815 0.622659 +vn -0.639170 -0.446387 0.626259 +vn -0.640702 -0.449284 0.622611 +vn -0.591698 -0.508005 0.625959 +vn -0.594299 -0.508558 0.623038 +vn -0.562122 -0.539320 0.627019 +vn -0.569144 -0.538353 0.621491 +vn -0.540979 -0.564288 0.623635 +vn -0.526249 -0.578749 0.622986 +vn -0.398239 -0.672071 0.624280 +vn -0.405977 -0.667011 0.624723 +vn -0.365200 -0.688666 0.626393 +vn -0.381487 -0.683183 0.622679 +vn -0.328942 -0.705742 0.627475 +vn -0.340145 -0.705522 0.621723 +vn -0.317739 -0.716057 0.621534 +vn -0.304365 -0.715725 0.628569 +vn -0.276557 -0.734762 0.619388 +vn -0.249201 -0.742783 0.621428 +vn -0.236477 -0.741675 0.627692 +vn -0.219785 -0.753789 0.619271 +vn -0.178184 -0.762853 0.621535 +vn -0.163170 -0.761174 0.627686 +vn -0.154707 -0.768338 0.621065 +vn -0.124607 -0.767159 0.629238 +vn -0.080170 -0.779269 0.621541 +vn -0.061205 -0.775674 0.628159 +vn -0.044657 -0.783582 0.619681 +vn -0.005158 -0.783198 0.621751 +vn 0.011394 -0.778810 0.627156 +vn 0.015165 -0.784034 0.620533 +vn 0.086636 -0.774123 0.627079 +vn 0.091565 -0.777598 0.622059 +vn 0.125119 -0.768073 0.628021 +vn 0.132559 -0.772858 0.620580 +vn 0.166421 -0.764737 0.622480 +vn 0.186983 -0.756132 0.627138 +vn 0.190898 -0.760262 0.620935 +vn 0.257041 -0.736089 0.626181 +vn 0.258652 -0.738339 0.622860 +vn 0.329589 -0.706939 0.625786 +vn 0.328036 -0.709817 0.623340 +vn 0.361207 -0.690245 0.626970 +vn 0.357213 -0.697048 0.621710 +vn 0.395701 -0.675534 0.622153 +vn 0.415397 -0.663766 0.621980 +vn 0.416001 -0.657521 0.628179 +vn 0.476586 -0.621698 0.621577 +vn 0.479138 -0.613806 0.627430 +vn 0.506771 -0.597498 0.621433 +vn 0.540386 -0.564528 0.623932 +vn 0.532163 -0.571205 0.624922 +vn 0.558642 -0.543576 0.626454 +vn 0.547716 -0.556969 0.624334 +vn 0.589458 -0.508442 0.627714 +vn 0.752455 0.201308 0.627125 +vn 0.751844 0.219130 0.621863 +vn 0.746866 0.219666 0.627645 +vn 0.736931 0.264549 0.622050 +vn 0.601797 -0.501607 0.621475 +vn 0.603345 -0.490680 0.628655 +vn 0.646756 -0.442197 0.621424 +vn 0.649854 -0.428750 0.627586 +vn 0.662158 -0.421633 0.619493 +vn 0.688195 -0.363903 0.627664 +vn 0.697345 -0.357020 0.621487 +vn 0.702632 -0.332922 0.628865 +vn 0.717455 -0.318010 0.619780 +vn 0.720778 -0.294592 0.627450 +vn 0.727907 -0.289217 0.621695 +vn 0.728494 -0.273868 0.627927 +vn 0.739900 -0.262275 0.619483 +vn 0.751847 -0.219129 0.621859 +vn 0.752439 -0.201140 0.627198 +vn 0.758086 -0.197318 0.621588 +vn 0.768753 -0.126451 0.626920 +vn 0.773139 -0.123563 0.622084 +vn 0.772726 -0.093338 0.627840 +vn 0.779015 -0.088994 0.620658 +vn 0.777919 -0.048046 0.626525 +vn 0.781103 -0.047519 0.622591 +vn 0.779525 -0.000002 0.626371 +vn 0.782299 0.000009 0.622903 +vn 0.778363 0.047322 0.626029 +vn 0.780766 0.046903 0.623060 +vn 0.769816 0.126758 0.625553 +vn 0.772030 0.123193 0.623533 +vn 0.768812 0.147455 0.622242 +vn 0.723505 0.294388 0.624400 +vn 0.726369 0.286702 0.624652 +vn 0.715169 0.318032 0.622406 +vn 0.688514 0.364339 0.627061 +vn 0.696790 0.356936 0.622157 +vn 0.685560 0.379250 0.621431 +vn 0.673016 0.388817 0.629182 +vn 0.649849 0.428748 0.627592 +vn 0.646928 0.442215 0.621233 +vn 0.636666 0.447681 0.627884 +vn 0.628251 0.471191 0.619096 +vn 0.589431 0.508504 0.627690 +vn 0.588272 0.518408 0.620636 +vn 0.560364 0.538230 0.629524 +vn 0.537301 0.563410 0.627595 +vn 0.534013 0.573078 0.621620 +vn 0.514928 0.582785 0.628658 +vn 0.505916 0.599971 0.619745 +vn 0.479133 0.613810 0.627431 +vn 0.476561 0.621566 0.621729 +vn 0.461131 0.627699 0.627178 +vn 0.458729 0.636622 0.619903 +vn 0.398098 0.669496 0.627131 +vn 0.395671 0.675732 0.621957 +vn 0.361425 0.689091 0.628112 +vn 0.357795 0.697776 0.620558 +vn 0.328796 0.710273 0.622420 +vn 0.304768 0.716814 0.627132 +vn 0.303477 0.722859 0.620787 +vn 0.258955 0.738343 0.622729 +vn 0.239599 0.741912 0.626226 +vn 0.239266 0.744940 0.622749 +vn 0.164537 0.762372 0.625873 +vn 0.167006 0.764165 0.623025 +vn 0.125606 0.768824 0.627004 +vn 0.132387 0.772084 0.621578 +vn 0.070351 0.779978 0.621841 +vn 0.062592 0.775541 0.628187 +vn -0.005156 0.783199 0.621750 +vn -0.011139 0.778564 0.627466 +vn -0.047113 0.781865 0.621665 +vn -0.089175 0.776223 0.624120 +vn -0.079138 0.776750 0.624817 +vn -0.120945 0.770030 0.626439 +vn -0.104384 0.775085 0.623175 +vn -0.163437 0.761181 0.627608 +vn -0.721619 0.293391 0.627047 +vn -0.731851 0.278514 0.621952 +vn -0.727796 0.275436 0.628051 +vn -0.178184 0.762850 0.621539 +vn -0.187037 0.754850 0.628664 +vn -0.219784 0.753791 0.619269 +vn -0.249198 0.742783 0.621428 +vn -0.259489 0.734017 0.627602 +vn -0.276557 0.734763 0.619387 +vn -0.317745 0.716058 0.621530 +vn -0.329193 0.705447 0.627675 +vn -0.340753 0.705571 0.621334 +vn -0.361452 0.688248 0.629021 +vn -0.406139 0.669955 0.621459 +vn -0.417395 0.656649 0.628167 +vn -0.434502 0.653693 0.619591 +vn -0.478914 0.614228 0.627189 +vn -0.484737 0.615659 0.621284 +vn -0.536396 0.564933 0.627001 +vn -0.541961 0.565045 0.622095 +vn -0.561561 0.538848 0.627927 +vn -0.569806 0.538663 0.620615 +vn -0.594167 0.509323 0.622540 +vn -0.603811 0.492284 0.626952 +vn -0.608623 0.493499 0.621318 +vn -0.649262 0.431795 0.626109 +vn -0.651440 0.433062 0.622964 +vn -0.689872 0.364143 0.625681 +vn -0.689923 0.367880 0.623435 +vn -0.703314 0.335142 0.626921 +vn -0.703808 0.343344 0.621907 +vn -0.754238 0.202829 0.624488 +vn -0.752426 0.209968 0.624314 +vn -0.763161 0.174389 0.622233 +vn -0.769061 0.125075 0.626818 +vn -0.775603 0.112124 0.621183 +vn -0.771446 0.093634 0.629368 +vn -0.776909 0.049792 0.627641 +vn -0.781971 0.041737 0.621916 +vn -0.787035 0.000000 0.616908 +vn -0.000004 0.000000 1.000000 +vn 0.002168 -0.007260 0.999971 +vn -0.000005 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn -0.001691 -0.007386 0.999971 +vn 0.000002 0.000000 1.000000 +vn -0.000720 -0.007527 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005086 -0.005612 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.004641 -0.005807 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.007328 0.001928 0.999971 +vn -0.000002 0.000000 1.000000 +vn 0.007012 0.002846 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.006898 -0.002784 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.007187 -0.002393 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005098 0.005602 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.006709 0.003224 0.999972 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000006 0.000000 1.000000 +vn -0.001698 0.007383 0.999971 +vn 0.000007 0.000000 1.000000 +vn -0.002628 0.007103 0.999971 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.003901 0.006456 0.999972 +vn -0.000007 0.000000 1.000000 +vn -0.000011 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.589968 -0.673732 0.444998 +vn -0.627194 -0.630127 0.457786 +vn -0.646787 -0.620489 0.443463 +vn -0.654441 -0.601686 0.457908 +vn -0.697778 -0.561688 0.444536 +vn -0.740861 -0.503291 0.444773 +vn -0.738910 -0.494743 0.457430 +vn -0.782598 -0.434218 0.446088 +vn -0.776870 -0.431622 0.458450 +vn -0.815342 -0.367182 0.447655 +vn -0.843907 -0.300120 0.444689 +vn -0.185993 -0.875846 0.445310 +vn -0.239794 -0.856130 0.457756 +vn -0.261771 -0.857198 0.443494 +vn -0.276840 -0.844792 0.457915 +vn -0.335380 -0.830540 0.444662 +vn -0.401403 -0.800565 0.444941 +vn -0.402723 -0.792882 0.457333 +vn -0.471369 -0.760727 0.446213 +vn -0.465440 -0.757176 0.458313 +vn -0.532945 -0.717829 0.447986 +vn 0.265212 -0.855024 0.445642 +vn 0.208453 -0.864315 0.457720 +vn 0.189786 -0.875928 0.443545 +vn 0.171542 -0.872298 0.457898 +vn 0.112064 -0.888597 0.444789 +vn 0.039836 -0.894582 0.445125 +vn 0.036350 -0.888609 0.457224 +vn -0.040412 -0.893963 0.446314 +vn -0.034356 -0.888196 0.458179 +vn -0.115562 -0.886370 0.448324 +vn 0.648803 -0.616567 0.445983 +vn 0.603560 -0.652869 0.457686 +vn 0.593050 -0.671933 0.443618 +vn 0.576225 -0.676994 0.457869 +vn 0.531012 -0.721164 0.444914 +vn 0.470846 -0.761574 0.445319 +vn 0.466187 -0.757450 0.457099 +vn 0.400806 -0.800035 0.446428 +vn 0.405627 -0.791013 0.458002 +vn 0.330955 -0.830144 0.448697 +vn 0.867104 -0.221191 0.446324 +vn 0.845259 -0.275826 0.457665 +vn 0.845496 -0.297090 0.443704 +vn 0.833745 -0.308652 0.457825 +vn 0.815166 -0.370722 0.445050 +vn 0.782269 -0.435384 0.445530 +vn 0.777051 -0.432863 0.456969 +vn 0.740140 -0.502798 0.446527 +vn 0.741469 -0.490531 0.457824 +vn 0.693403 -0.563498 0.449067 +vn 0.816693 0.369574 0.443202 +vn 0.833762 0.308687 0.457771 +vn 0.845493 0.297098 0.443705 +vn 0.845221 0.275820 0.457738 +vn 0.867232 0.225725 0.443798 +vn 0.882925 0.153213 0.443812 +vn 0.878239 0.138430 0.457749 +vn 0.892399 0.073756 0.445179 +vn 0.895159 0.001159 0.445746 +vn 0.889552 0.002312 0.456828 +vn 0.891342 -0.077764 0.446612 +vn 0.886841 -0.063911 0.457633 +vn 0.879905 -0.154138 0.449453 +vn 0.532565 0.720954 0.443396 +vn 0.576216 0.677041 0.457811 +vn 0.593051 0.671934 0.443616 +vn 0.603533 0.652839 0.457765 +vn 0.647085 0.619874 0.443889 +vn 0.695919 0.564469 0.443928 +vn 0.698610 0.550000 0.457650 +vn 0.743123 0.499465 0.445312 +vn 0.780966 0.437260 0.445977 +vn 0.774917 0.436973 0.456682 +vn 0.113146 0.889047 0.443614 +vn 0.171525 0.872331 0.457841 +vn 0.189779 0.875930 0.443544 +vn 0.208435 0.864280 0.457793 +vn 0.262753 0.856646 0.443981 +vn 0.332106 0.832183 0.444047 +vn 0.340710 0.821320 0.457548 +vn 0.405236 0.798350 0.445444 +vn 0.468734 0.762349 0.446221 +vn 0.462413 0.760105 0.456524 +vn -0.334960 0.831137 0.443862 +vn -0.276872 0.844814 0.457856 +vn -0.261779 0.857194 0.443497 +vn -0.239799 0.856095 0.457819 +vn -0.188202 0.875996 0.444084 +vn -0.115989 0.888397 0.444183 +vn -0.104204 0.883127 0.457414 +vn -0.035477 0.894538 0.445583 +vn 0.037748 0.893996 0.446483 +vn 0.031793 0.889232 0.456351 +vn -0.697831 0.561955 0.444117 +vn -0.654480 0.601690 0.457849 +vn -0.646793 0.620483 0.443463 +vn -0.627185 0.630088 0.457851 +vn -0.591347 0.673054 0.444193 +vn -0.534524 0.718933 0.444319 +vn -0.522596 0.719579 0.457275 +vn -0.467149 0.763614 0.445719 +vn -0.402666 0.798918 0.446754 +vn -0.407021 0.791351 0.456177 +vn -0.883194 0.149941 0.444394 +vn -0.865044 0.205144 0.457838 +vn -0.867345 0.225984 0.443446 +vn -0.855005 0.243550 0.457876 +vn -0.844379 0.299359 0.444306 +vn -0.817201 0.366930 0.444461 +vn -0.807623 0.371970 0.457584 +vn -0.780166 0.438823 0.445842 +vn -0.740840 0.501311 0.447039 +vn -0.741998 0.491424 0.456006 +vn -0.823839 -0.333536 0.458304 +vn -0.867345 -0.225992 0.443442 +vn -0.865008 -0.205156 0.457900 +vn -0.883126 -0.150264 0.444420 +vn -0.892307 -0.078156 0.444612 +vn -0.886419 -0.070342 0.457508 +vn -0.895043 0.002618 0.445973 +vn -0.891067 0.076714 0.447341 +vn -0.887620 0.066021 0.455820 +vn -0.807204 0.017750 0.590006 +vn -0.808482 -0.033429 0.587570 +vn -0.249273 -0.953929 0.166981 +vn -0.871919 -0.378896 0.310153 +vn -0.815983 -0.487842 0.310133 +vn -0.664706 -0.679698 0.310124 +vn -0.469505 -0.826651 0.310181 +vn -0.194326 -0.955442 0.222191 +vn -0.879904 -0.135045 0.455556 +vn -0.855239 -0.247004 0.455582 +vn -0.698988 -0.551235 0.455583 +vn -0.535390 -0.711194 0.455589 +vn -0.336440 -0.824162 0.455593 +vn -0.216560 -0.779027 0.588403 +vn -0.677461 -0.195758 0.709031 +vn -0.536695 -0.233395 0.810855 +vn -0.646690 -0.281191 0.709031 +vn -0.502250 -0.300445 0.810850 +vn -0.605166 -0.361970 0.709050 +vn -0.409094 -0.418527 0.810850 +vn -0.288899 -0.508964 0.810859 +vn -0.221103 -0.541883 0.810849 +vn -0.161236 -0.564392 0.809608 +vn -0.191481 -0.679988 0.707779 +vn -0.453165 -0.029266 0.890946 +vn -0.445693 -0.068504 0.892561 +vn -0.280181 -0.121862 0.952181 +vn -0.386970 -0.231493 0.892561 +vn -0.315177 -0.322475 0.892566 +vn -0.222558 -0.392155 0.892571 +vn -0.088119 -0.295608 0.951236 +vn -0.038356 0.306631 0.951055 +vn -0.069541 0.354068 0.932631 +vn -0.064749 0.582771 0.810053 +vn -0.147394 0.909673 0.388292 +vn -0.086381 0.886860 0.453892 +vn 0.890967 0.219103 0.397707 +vn 0.902873 0.298195 0.309678 +vn 0.771879 0.241721 0.588026 +vn 0.734922 0.171866 0.656012 +vn 0.079180 0.006427 0.996840 +vn 0.299795 0.089661 0.949781 +vn 0.283993 0.131418 0.949777 +vn 0.415122 0.192075 0.889259 +vn 0.643725 0.297758 0.704953 +vn 0.809529 0.374279 0.452302 +vn 0.383562 0.249228 0.889250 +vn 0.594789 0.386353 0.704952 +vn 0.748046 0.485722 0.452218 +vn 0.062720 0.453085 0.889258 +vn 0.086582 0.300703 0.949780 +vn 0.126588 0.439541 0.889258 +vn 0.097367 0.702546 0.704946 +vn 0.196361 0.681529 0.704955 +vn 0.122585 0.883416 0.452272 +vn 0.247077 0.856982 0.452256 +vn -0.000299 0.987036 0.160497 +vn -0.086381 0.886860 0.453892 +vn -0.003639 0.709261 0.704937 +vn -0.002411 0.457384 0.889266 +vn 0.398874 0.902263 0.163770 +vn 0.291396 0.646636 0.704947 +vn 0.187872 0.417043 0.889258 +vn 0.065958 0.146500 0.987009 +vn 0.478568 0.752614 0.452266 +vn 0.380461 0.598564 0.704961 +vn 0.245331 0.386069 0.889249 +vn 0.580828 0.676810 0.452290 +vn 0.461853 0.538325 0.704910 +vn 0.297796 0.347204 0.889251 +vn 0.744960 0.647980 0.158608 +vn 0.609953 0.533708 0.585759 +vn 0.444392 0.388993 0.806970 +vn -0.449616 -0.837999 0.309196 +vn -0.483422 -0.777360 0.402511 +vn 0.701480 -0.692855 0.166965 +vn -0.107818 -0.944551 0.310160 +vn 0.014460 -0.950581 0.310139 +vn 0.256285 -0.915488 0.310160 +vn 0.481157 -0.819925 0.310179 +vn 0.730284 -0.645963 0.222298 +vn -0.322982 -0.829541 0.455570 +vn -0.213715 -0.864172 0.455558 +vn 0.127888 -0.880990 0.455523 +vn 0.348216 -0.819281 0.455548 +vn 0.545539 -0.703451 0.455570 +vn 0.566340 -0.577073 0.588426 +vn -0.392235 -0.650832 0.650054 +vn -0.324039 -0.628832 0.706802 +vn 0.565620 -0.511125 0.647167 +vn -0.169196 -0.684566 0.709043 +vn -0.066217 -0.581464 0.810873 +vn -0.079819 -0.700633 0.709043 +vn 0.009056 -0.585187 0.810848 +vn 0.010882 -0.705112 0.709012 +vn 0.157905 -0.563525 0.810867 +vn 0.296335 -0.504659 0.810867 +vn 0.358731 -0.462411 0.810856 +vn -0.201438 -0.405829 0.891474 +vn -0.163509 -0.420236 0.892562 +vn 0.313776 -0.326888 0.891453 +vn -0.034554 -0.303564 0.952184 +vn 0.006995 -0.450847 0.892574 +vn 0.121681 -0.434176 0.892572 +vn -0.790637 0.294853 0.536614 +vn -0.752690 0.280312 0.595720 +vn -0.737641 0.332048 0.587903 +vn -0.144434 0.059168 0.987744 +vn -0.087479 0.025813 0.995832 +vn 0.254410 0.874785 0.412342 +vn 0.157275 0.688276 0.708195 +vn 0.192551 0.613605 0.765776 +vn 0.099116 0.291131 0.951535 +vn 0.053927 0.144846 0.987984 +vn 0.014461 0.160009 0.987010 +vn 0.041212 0.455533 0.889265 +vn 0.063999 0.706367 0.704947 +vn 0.080630 0.888215 0.452297 +vn -0.024061 0.456772 0.889258 +vn -0.037198 0.708275 0.704955 +vn -0.046625 0.890663 0.452266 +vn -0.126811 0.098640 0.987010 +vn -0.361020 0.280854 0.889261 +vn -0.317377 0.329399 0.889251 +vn -0.559737 0.435590 0.704951 +vn -0.492008 0.510838 0.704963 +vn -0.703771 0.547869 0.452268 +vn -0.618625 0.642469 0.452257 +vn -0.854936 0.493272 0.160522 +vn -0.703953 0.401702 0.585735 +vn -0.513011 0.292644 0.806956 +vn -0.581948 0.796559 0.163800 +vn -0.473398 0.657871 0.585747 +vn -0.345052 0.479353 0.806945 +vn -0.182857 0.253957 0.949773 +vn -0.439975 0.843627 0.307759 +vn -0.374939 0.718561 0.585740 +vn -0.273269 0.523559 0.806976 +vn -0.315385 0.897668 0.307772 +vn -0.268802 0.764628 0.585738 +vn -0.195970 0.557154 0.806955 +vn -0.103887 0.295201 0.949770 +vn -0.188679 0.969144 0.158618 +vn -0.157232 0.795112 0.585727 +vn -0.114662 0.579348 0.806975 +vn 0.388173 -0.707857 0.590135 +vn 0.433182 -0.683455 0.587574 +vn 0.950777 0.261070 0.166929 +vn 0.764098 -0.565665 0.310124 +vn 0.830454 -0.462767 0.310148 +vn 0.920978 -0.235808 0.310151 +vn 0.950662 0.006724 0.310156 +vn 0.924564 0.309392 0.222391 +vn 0.556905 -0.694484 0.455575 +vn 0.641538 -0.617143 0.455592 +vn 0.826886 -0.329731 0.455561 +vn 0.883604 -0.108075 0.455592 +vn 0.881974 0.120715 0.455577 +vn 0.782933 0.201964 0.588410 +vn 0.508237 -0.488841 0.709035 +vn 0.470470 -0.348085 0.810861 +vn 0.566858 -0.419437 0.709045 +vn 0.511324 -0.284747 0.810843 +vn 0.616061 -0.343121 0.709040 +vn 0.543649 -0.216673 0.810863 +vn 0.567006 -0.145013 0.810849 +vn 0.585224 0.004299 0.810860 +vn 0.579815 0.079466 0.810863 +vn 0.569421 0.142556 0.809591 +vn 0.684648 0.174182 0.707756 +vn 0.321458 -0.493165 0.808365 +vn 0.251932 -0.377849 0.890932 +vn 0.282158 -0.351710 0.892573 +vn 0.366216 -0.456498 0.810861 +vn 0.325026 -0.312528 0.892572 +vn 0.421818 -0.405660 0.810870 +vn 0.421818 -0.405660 0.810870 +vn 0.325026 -0.312528 0.892572 +vn 0.362490 -0.268172 0.892572 +vn 0.418888 -0.166929 0.892562 +vn 0.436867 -0.111710 0.892563 +vn 0.266917 -0.148629 0.952190 +vn -0.363875 -0.271350 0.891047 +vn -0.378169 -0.323376 0.867419 +vn -0.337304 -0.285986 0.896905 +vn -0.724704 -0.519097 0.453148 +vn -0.597502 0.625109 0.502225 +vn -0.660268 0.596924 0.455772 +vn -0.564214 0.594393 0.573026 +vn -0.595289 0.547602 0.588016 +vn -0.198462 0.230511 0.952616 +vn -0.102093 0.122268 0.987232 +vn -0.439541 0.480839 0.758681 +vn -0.131315 0.092532 0.987013 +vn -0.373915 0.263462 0.889255 +vn -0.579720 0.408615 0.704953 +vn -0.728900 0.513954 0.452278 +vn -0.407606 0.207555 0.889257 +vn -0.631993 0.321919 0.704949 +vn -0.794656 0.404957 0.452251 +vn -0.148788 -0.060508 0.987016 +vn -0.155957 -0.038704 0.987005 +vn -0.423754 -0.172220 0.889254 +vn -0.657112 -0.266952 0.704941 +vn -0.688420 -0.170702 0.704939 +vn -0.826355 -0.335562 0.452257 +vn -0.865709 -0.214504 0.452257 +vn -0.854648 -0.493772 0.160521 +vn -0.699849 -0.408788 0.585751 +vn -0.980817 -0.105707 0.163783 +vn -0.705699 -0.070971 0.704948 +vn -0.455123 -0.045827 0.889249 +vn -0.891068 0.038149 0.452263 +vn -0.708630 0.030218 0.704933 +vn -0.456980 0.019422 0.889265 +vn -0.935106 0.175678 0.307756 +vn -0.796577 0.149513 0.585756 +vn -0.580467 0.108854 0.806975 +vn -0.307569 0.057641 0.949778 +vn -0.933641 0.321181 0.158609 +vn -0.767187 0.261381 0.585751 +vn -0.559104 0.190387 0.806942 +vn 0.988559 -0.034031 0.146943 +vn 0.195085 0.960357 0.199138 +vn 0.950534 0.029641 0.309202 +vn 0.871908 0.378902 0.310178 +vn 0.815992 0.487829 0.310130 +vn 0.664704 0.679681 0.310166 +vn 0.469510 0.826660 0.310151 +vn 0.249514 0.917707 0.309123 +vn 0.879894 0.135051 0.455574 +vn 0.855257 0.247005 0.455548 +vn 0.698990 0.551240 0.455575 +vn 0.535396 0.711193 0.455582 +vn 0.336433 0.824157 0.455607 +vn 0.849290 -0.021988 0.527469 +vn 0.808346 0.033052 0.587779 +vn 0.174168 0.834095 0.523404 +vn 0.192867 0.680158 0.707239 +vn 0.677448 0.195757 0.709044 +vn 0.536688 0.233399 0.810858 +vn 0.646672 0.281195 0.709045 +vn 0.502267 0.300431 0.810845 +vn 0.605201 0.361952 0.709029 +vn 0.409106 0.418513 0.810851 +vn 0.288893 0.508968 0.810859 +vn 0.221103 0.541884 0.810848 +vn 0.445703 0.068504 0.892556 +vn 0.126423 0.434626 0.891694 +vn 0.162533 0.562796 0.810459 +vn 0.310132 0.021401 0.950453 +vn 0.280174 0.121858 0.952183 +vn 0.386964 0.231490 0.892564 +vn 0.315174 0.322473 0.892567 +vn 0.222558 0.392167 0.892565 +vn 0.086844 0.295211 0.951477 +vn 0.037349 -0.307071 0.950953 +vn 0.065980 -0.343615 0.936790 +vn -0.884789 -0.217046 0.412359 +vn -0.674706 -0.207926 0.708194 +vn -0.638649 -0.142819 0.756128 +vn -0.301697 -0.059743 0.951530 +vn -0.152418 -0.025734 0.987981 +vn -0.299792 -0.089657 0.949782 +vn -0.283970 -0.131423 0.949784 +vn -0.536023 -0.247978 0.806961 +vn -0.735626 -0.340195 0.585766 +vn -0.134731 -0.087551 0.987007 +vn -0.383579 -0.249211 0.889248 +vn -0.594778 -0.386364 0.704955 +vn -0.748041 -0.485715 0.452234 +vn -0.062725 -0.453092 0.889254 +vn -0.126596 -0.439539 0.889257 +vn -0.081031 -0.585025 0.806957 +vn -0.163488 -0.567531 0.806957 +vn -0.111323 -0.802818 0.585739 +vn -0.224463 -0.778788 0.585752 +vn 0.000299 -0.987040 0.160474 +vn 0.004094 -0.810496 0.585730 +vn 0.082307 -0.806113 0.586010 +vn 0.003073 -0.590581 0.806972 +vn -0.398866 -0.902267 0.163770 +vn -0.333043 -0.738914 0.585738 +vn -0.242591 -0.538466 0.806972 +vn -0.510614 -0.802844 0.307759 +vn -0.434837 -0.683963 0.585757 +vn -0.316777 -0.498464 0.806961 +vn -0.167807 -0.264114 0.949781 +vn -0.619698 -0.721986 0.307751 +vn -0.527789 -0.615098 0.585742 +vn -0.384507 -0.448284 0.806967 +vn -0.744960 -0.647976 0.158625 +vn -0.609962 -0.533703 0.585754 +vn -0.444393 -0.388993 0.806969 +vn 0.502561 0.810076 0.302009 +vn 0.450244 0.837393 0.309925 +vn -0.736344 0.651816 0.181476 +vn 0.107817 0.944551 0.310159 +vn -0.014465 0.950587 0.310122 +vn -0.256278 0.915490 0.310162 +vn -0.481162 0.819930 0.310157 +vn -0.670249 0.674490 0.309564 +vn 0.322986 0.829549 0.455553 +vn 0.213713 0.864149 0.455603 +vn -0.127883 0.880966 0.455571 +vn -0.348204 0.819259 0.455598 +vn -0.545534 0.703452 0.455574 +vn -0.637515 0.570748 0.517515 +vn 0.387989 0.635122 0.667895 +vn 0.324262 0.628033 0.707410 +vn 0.169193 0.684576 0.709034 +vn 0.066214 0.581486 0.810857 +vn 0.079820 0.700634 0.709042 +vn -0.009056 0.585185 0.810849 +vn -0.010880 0.705113 0.709011 +vn -0.084182 0.579153 0.810861 +vn -0.157908 0.563539 0.810857 +vn -0.229024 0.538573 0.810856 +vn -0.296348 0.504664 0.810859 +vn -0.357052 0.608116 0.709019 +vn -0.358744 0.462423 0.810844 +vn -0.407765 0.422237 0.809595 +vn 0.163504 0.420226 0.892568 +vn 0.108156 0.437746 0.892570 +vn 0.140396 0.568156 0.810856 +vn 0.140396 0.568156 0.810856 +vn 0.108156 0.437746 0.892570 +vn 0.051009 0.448022 0.892566 +vn -0.064881 0.446233 0.892562 +vn -0.276390 0.356257 0.892575 +vn -0.004747 0.305478 0.952187 +vn 0.417015 -0.179540 0.890990 +vn 0.538061 -0.236151 0.809150 +vn 0.542583 -0.196840 0.816613 +vn 0.737592 -0.333082 0.587379 +vn -0.242598 -0.829991 0.502256 +vn -0.186818 -0.870284 0.455746 +vn -0.232663 -0.785865 0.572961 +vn -0.176600 -0.789318 0.588039 +vn -0.054877 -0.149535 0.987232 +vn -0.144324 -0.431472 0.890507 +vn -0.014462 -0.160016 0.987009 +vn -0.041214 -0.455561 0.889250 +vn -0.063998 -0.706362 0.704952 +vn -0.080625 -0.888222 0.452285 +vn 0.024063 -0.456768 0.889260 +vn 0.037203 -0.708254 0.704977 +vn 0.046625 -0.890665 0.452263 +vn 0.126818 -0.098647 0.987009 +vn 0.111505 -0.115694 0.987006 +vn 0.317372 -0.329394 0.889255 +vn 0.559741 -0.435597 0.704944 +vn 0.492040 -0.510819 0.704955 +vn 0.703779 -0.547867 0.452257 +vn 0.618619 -0.642459 0.452280 +vn 0.854944 -0.493247 0.160556 +vn 0.513006 -0.292636 0.806963 +vn 0.581946 -0.796559 0.163806 +vn 0.473401 -0.657883 0.585732 +vn 0.345049 -0.479353 0.806946 +vn 0.439969 -0.843630 0.307760 +vn 0.374936 -0.718590 0.585706 +vn 0.273258 -0.523544 0.806990 +vn 0.144824 -0.277386 0.949781 +vn 0.315386 -0.897668 0.307773 +vn 0.268799 -0.764610 0.585764 +vn 0.195971 -0.557149 0.806958 +vn 0.188679 -0.969141 0.158638 +vn 0.157230 -0.795121 0.585715 +vn 0.114664 -0.579364 0.806963 +vn -0.432809 0.683538 0.587751 +vn -0.376225 0.682423 0.626701 +vn -0.367575 0.665076 0.650049 +vn -0.919058 -0.243361 0.310014 +vn -0.906655 -0.300324 0.296280 +vn -0.764699 -0.250345 0.593770 +vn -0.764100 0.565649 0.310148 +vn -0.830440 0.462757 0.310202 +vn -0.920975 0.235802 0.310166 +vn -0.950663 -0.006723 0.310152 +vn -0.556908 0.694464 0.455602 +vn -0.641521 0.617169 0.455580 +vn -0.826885 0.329729 0.455565 +vn -0.883607 0.108077 0.455585 +vn -0.881974 -0.120712 0.455577 +vn -0.508256 0.488822 0.709034 +vn -0.470490 0.348085 0.810849 +vn -0.566859 0.419443 0.709041 +vn -0.511324 0.284745 0.810844 +vn -0.616071 0.343129 0.709027 +vn -0.543641 0.216677 0.810867 +vn -0.567020 0.145012 0.810839 +vn -0.585236 -0.004300 0.810852 +vn -0.579849 -0.079463 0.810839 +vn -0.569483 -0.142346 0.809584 +vn -0.282159 0.351712 0.892572 +vn -0.325004 0.312530 0.892579 +vn -0.421801 0.405654 0.810881 +vn -0.421801 0.405654 0.810881 +vn -0.325004 0.312530 0.892579 +vn -0.362505 0.268170 0.892566 +vn -0.418875 0.166923 0.892570 +vn -0.436855 0.111705 0.892569 +vn -0.173592 0.257906 0.950447 +vn -0.266912 0.148628 0.952191 +vn 0.123373 0.095873 0.987718 +vn 0.206015 0.180463 0.961765 +vn 0.364770 0.271156 0.890740 +vn 0.572898 0.416172 0.706108 +vn 0.775021 0.551124 0.309200 +vn 0.650507 -0.676351 0.345529 +vn 0.293719 -0.385024 0.874920 +vn 0.301773 -0.337471 0.891654 +vn 0.268687 -0.369797 0.889414 +vn 0.429567 -0.404878 0.807184 +vn 0.373921 -0.263467 0.889252 +vn 0.579721 -0.408611 0.704955 +vn 0.728928 -0.513931 0.452260 +vn 0.278883 -0.141977 0.949772 +vn 0.407594 -0.207551 0.889264 +vn 0.632011 -0.321927 0.704929 +vn 0.794635 -0.404961 0.452286 +vn 0.148786 0.060506 0.987017 +vn 0.423756 0.172216 0.889254 +vn 0.443937 0.110149 0.889262 +vn 0.657110 0.266959 0.704939 +vn 0.688420 0.170696 0.704940 +vn 0.826359 0.335554 0.452255 +vn 0.865717 0.214503 0.452242 +vn 0.854642 0.493774 0.160546 +vn 0.699854 0.408777 0.585752 +vn 0.980821 0.105706 0.163755 +vn 0.806423 0.081024 0.585762 +vn 0.587645 0.059133 0.806956 +vn 0.891074 -0.038150 0.452252 +vn 0.708625 -0.030214 0.704938 +vn 0.456976 -0.019421 0.889267 +vn 0.876576 -0.164608 0.452238 +vn 0.697083 -0.130779 0.704963 +vn 0.449542 -0.084276 0.889275 +vn 0.933639 -0.321174 0.158638 +vn 0.767170 -0.261378 0.585775 +vn 0.559103 -0.190394 0.806941 +vn 0.661677 0.107847 0.741992 +vn 0.593205 0.312333 0.741995 +vn 0.504811 0.441823 0.741592 +vn 0.463445 0.484530 0.741923 +vn -0.138576 0.658584 0.739637 +vn -0.593255 0.312294 0.741971 +vn -0.619084 0.258765 0.741469 +vn -0.661693 0.107791 0.741987 +vn -0.669411 0.048926 0.741280 +vn -0.285782 -0.610423 0.738724 +vn 0.506064 -0.442199 0.740513 +vn 0.120596 -0.090612 0.988558 +vn 0.112907 -0.100017 0.988559 +vn 0.347737 -0.261235 0.900464 +vn 0.085697 -0.124136 0.988558 +vn 0.148100 -0.256471 0.955138 +vn 0.247088 -0.357899 0.900475 +vn 0.282012 -0.488349 0.825824 +vn 0.082427 -0.284490 0.955129 +vn 0.059276 -0.290198 0.955129 +vn 0.112844 -0.552516 0.825829 +vn -0.006059 -0.150728 0.988557 +vn -0.018167 -0.149755 0.988556 +vn -0.017471 -0.434574 0.900467 +vn -0.067927 -0.559818 0.825826 +vn -0.053482 -0.141057 0.988556 +vn -0.064651 -0.136292 0.988557 +vn -0.154202 -0.406683 0.900461 +vn -0.120619 0.090609 0.988555 +vn -0.112951 0.100020 0.988554 +vn -0.221744 0.196386 0.955124 +vn -0.347718 0.261236 0.900471 +vn -0.422156 0.373911 0.825818 +vn -0.085722 0.124138 0.988555 +vn -0.075430 0.130634 0.988557 +vn -0.247094 0.357908 0.900470 +vn -0.282008 0.488339 0.825831 +vn -0.041976 0.144895 0.988556 +vn -0.059276 0.290202 0.955128 +vn -0.121043 0.417722 0.900476 +vn 0.018167 0.149755 0.988556 +vn 0.011895 0.295949 0.955130 +vn 0.067924 0.559813 0.825830 +vn 0.053489 0.141060 0.988555 +vn 0.064652 0.136293 0.988557 +vn 0.154184 0.406653 0.900478 +vn 0.241697 0.509501 0.825828 +vn 0.150346 -0.012123 0.988559 +vn 0.296164 0.000030 0.955137 +vn 0.433512 -0.034951 0.900470 +vn 0.563935 0.000050 0.825819 +vn 0.148881 -0.024181 0.988559 +vn 0.429268 -0.069728 0.900481 +vn 0.649981 -0.165578 0.741693 +vn 0.422265 -0.104035 0.900483 +vn 0.143100 -0.047753 0.988556 +vn 0.412580 -0.137685 0.900456 +vn 0.518787 -0.220983 0.825849 +vn 0.272489 -0.116074 0.955132 +vn 0.133575 -0.070088 0.988557 +vn 0.385120 -0.202062 0.900474 +vn 0.563701 -0.362879 0.741997 +vn 0.367620 -0.232410 0.900467 +vn 0.104497 -0.108786 0.988558 +vn 0.301283 -0.313637 0.900478 +vn 0.419554 -0.522589 0.742209 +vn 0.275109 -0.336852 0.900470 +vn 0.126992 -0.267593 0.955127 +vn 0.241787 -0.509444 0.825837 +vn 0.232343 -0.628427 0.742358 +vn 0.154249 -0.406620 0.900482 +vn 0.018197 -0.149754 0.988556 +vn 0.052466 -0.431740 0.900471 +vn 0.021421 -0.669771 0.742259 +vn 0.017554 -0.434561 0.900471 +vn -0.112750 -0.552560 0.825812 +vn -0.086953 -0.426140 0.900469 +vn -0.191687 -0.642523 0.741903 +vn -0.120956 -0.417729 0.900484 +vn -0.281919 -0.488402 0.825824 +vn -0.385397 -0.549778 0.741089 +vn -0.247021 -0.357945 0.900476 +vn -0.085690 -0.124155 0.988556 +vn -0.095357 -0.116860 0.988560 +vn -0.275016 -0.336913 0.900475 +vn -0.205171 -0.213627 0.955128 +vn -0.390605 -0.406746 0.825824 +vn -0.422099 -0.373981 0.825815 +vn -0.221677 -0.196442 0.955128 +vn -0.540497 -0.401275 0.739487 +vn -0.236783 -0.177952 0.955127 +vn -0.250290 -0.158325 0.955138 +vn -0.476607 -0.301451 0.825817 +vn -0.262261 -0.137669 0.955126 +vn -0.499313 -0.262126 0.825819 +vn -0.518784 -0.221086 0.825823 +vn -0.272481 -0.116128 0.955127 +vn -0.642132 -0.212015 0.736693 +vn -0.412520 -0.137763 0.900471 +vn -0.146458 -0.036118 0.988557 +vn -0.422251 -0.104123 0.900479 +vn -0.148889 -0.024215 0.988557 +vn -0.429267 -0.069807 0.900476 +vn -0.669334 -0.049008 0.741343 +vn -0.433514 -0.035037 0.900466 +vn -0.150850 -0.000016 0.988557 +vn -0.434910 -0.000044 0.900474 +vn -0.295217 0.023801 0.955134 +vn -0.148889 0.024183 0.988558 +vn -0.649976 0.165578 0.741698 +vn -0.422275 0.104039 0.900477 +vn -0.287625 0.070853 0.955119 +vn -0.143083 0.047755 0.988558 +vn -0.412572 0.137684 0.900460 +vn -0.400112 0.170435 0.900479 +vn -0.133602 0.070090 0.988554 +vn -0.563672 0.362858 0.742030 +vn -0.367621 0.232411 0.900467 +vn -0.104496 0.108785 0.988558 +vn -0.301297 0.313628 0.900476 +vn -0.419536 0.522569 0.742234 +vn -0.275101 0.336840 0.900477 +vn -0.095398 0.116843 0.988558 +vn -0.064688 0.136279 0.988556 +vn -0.186509 0.392908 0.900465 +vn -0.232348 0.628456 0.742333 +vn -0.154235 0.406617 0.900486 +vn -0.018197 0.149753 0.988556 +vn -0.052463 0.431731 0.900476 +vn -0.021419 0.669773 0.742257 +vn -0.011958 0.295946 0.955130 +vn 0.112745 0.552535 0.825829 +vn 0.059211 0.290215 0.955128 +vn 0.191691 0.642513 0.741911 +vn 0.120961 0.417749 0.900475 +vn 0.281928 0.488394 0.825825 +vn 0.148084 0.256523 0.955127 +vn 0.385384 0.549783 0.741092 +vn 0.247021 0.357945 0.900476 +vn 0.095373 0.116866 0.988558 +vn 0.275012 0.336907 0.900479 +vn 0.104517 0.108804 0.988553 +vn 0.540514 0.401278 0.739473 +vn 0.347687 0.261308 0.900462 +vn 0.236775 0.177962 0.955127 +vn 0.127499 0.080639 0.988555 +vn 0.367584 0.232479 0.900464 +vn 0.133578 0.070120 0.988555 +vn 0.518776 0.221084 0.825829 +vn 0.272509 0.116130 0.955119 +vn 0.642126 0.212015 0.736698 +vn 0.412524 0.137760 0.900470 +vn 0.146463 0.036118 0.988557 +vn 0.422237 0.104124 0.900486 +vn 0.292369 0.047544 0.955123 +vn 0.669334 0.049005 0.741344 +vn 0.433533 0.035040 0.900456 +vn -0.972428 0.159170 0.170436 +vn -0.900700 0.401185 0.166705 +vn -0.715894 0.677711 0.167940 +vn -0.648140 0.743389 0.165186 +vn -0.522656 0.835502 0.169608 +vn -0.441027 0.882522 0.163248 +vn -0.295736 0.939914 0.170591 +vn 0.372508 0.912981 0.166446 +vn 0.820517 0.545604 0.170494 +vn 0.706394 0.687089 0.170047 +vn 0.856517 0.487103 0.170615 +vn 0.982786 0.077786 0.167576 +vn 0.952399 0.254348 0.168055 +vn 0.987631 0.000021 0.156797 +vn 0.982793 -0.077743 0.167550 +vn 0.971178 -0.171392 0.165647 +vn 0.931511 -0.321908 0.169300 +vn 0.897398 -0.409736 0.163686 +vn 0.820550 -0.545568 0.170453 +vn 0.656498 -0.734882 0.170175 +vn 0.283852 -0.944082 0.167741 +vn 0.131428 -0.976943 0.168254 +vn 0.037491 -0.985606 0.164846 +vn -0.118093 -0.978373 0.169824 +vn -0.211087 -0.963802 0.162872 +vn -0.296159 -0.939593 0.171627 +vn -0.522615 -0.835529 0.169604 +vn -0.360361 -0.917073 0.170636 +vn -0.715872 -0.677734 0.167941 +vn -0.580684 -0.796380 0.169070 +vn -0.863334 -0.476542 0.166017 +vn -0.927095 -0.334605 0.168921 +vn -0.955605 -0.244744 0.164070 +vn -0.981187 -0.090917 0.170311 +vn -0.937152 -0.160732 0.309697 +vn -0.866413 -0.391693 0.309685 +vn -0.787769 -0.532481 0.309653 +vn -0.739752 -0.597362 0.309720 +vn -0.686443 -0.657929 0.309717 +vn -0.628154 -0.713789 0.309721 +vn -0.498496 -0.809676 0.309720 +vn -0.428021 -0.849041 0.309721 +vn -0.040312 -0.949973 0.309719 +vn 0.200352 -0.929488 0.309697 +vn 0.278473 -0.909139 0.309708 +vn 0.354556 -0.882257 0.309698 +vn 0.428103 -0.848997 0.309730 +vn 0.498559 -0.809641 0.309709 +vn 0.565422 -0.764450 0.309700 +vn 0.686482 -0.657887 0.309721 +vn 0.739816 -0.597295 0.309695 +vn 0.830113 -0.463685 0.309692 +vn 0.920174 -0.239541 0.309678 +vn 0.947409 0.080672 0.309691 +vn 0.937144 0.160728 0.309722 +vn 0.896505 0.316802 0.309702 +vn 0.866407 0.391693 0.309702 +vn 0.739732 0.597379 0.309732 +vn 0.628150 0.713783 0.309744 +vn 0.565361 0.764480 0.309739 +vn 0.428016 0.849028 0.309763 +vn 0.278386 0.909170 0.309696 +vn 0.200284 0.929501 0.309700 +vn 0.120734 0.943124 0.309743 +vn 0.040311 0.949979 0.309700 +vn -0.040394 0.949970 0.309719 +vn -0.120811 0.943129 0.309698 +vn -0.200351 0.929481 0.309718 +vn -0.354554 0.882250 0.309719 +vn -0.565409 0.764433 0.309765 +vn -0.739817 0.597294 0.309696 +vn -0.787802 0.532413 0.309685 +vn -0.830110 0.463698 0.309681 +vn -0.896520 0.316732 0.309729 +vn -0.920164 0.239542 0.309707 +vn -0.947401 0.080594 0.309736 +vn -0.950834 -0.000041 0.309702 +vn -0.887302 -0.075575 0.454954 +vn -0.861744 -0.224448 0.454995 +vn -0.839628 -0.296719 0.454953 +vn -0.777391 -0.434346 0.454979 +vn -0.529496 -0.716011 0.454931 +vn -0.400858 -0.795197 0.454944 +vn 0.037849 -0.889711 0.454952 +vn 0.113165 -0.883290 0.454964 +vn 0.588392 -0.668438 0.454956 +vn 0.737808 -0.498615 0.454997 +vn 0.811482 -0.366749 0.454965 +vn 0.839659 -0.296619 0.454962 +vn 0.877718 -0.150447 0.454948 +vn 0.861757 0.224450 0.454970 +vn 0.777398 0.434343 0.454971 +vn 0.466857 0.758332 0.454946 +vn -0.113166 0.883311 0.454924 +vn -0.187671 0.870531 0.454924 +vn -0.260821 0.851469 0.454943 +vn -0.400976 0.795150 0.454922 +vn -0.466944 0.758269 0.454964 +vn -0.588391 0.668440 0.454955 +vn -0.642962 0.616164 0.454908 +vn -0.811498 0.366754 0.454931 +vn -0.861795 0.224329 0.454957 +vn -0.796564 -0.136648 0.588908 +vn -0.736404 -0.332949 0.588943 +vn -0.628791 -0.507767 0.588893 +vn -0.583440 -0.559267 0.588913 +vn -0.533924 -0.606738 0.588892 +vn -0.423675 -0.688232 0.588929 +vn -0.301295 -0.749934 0.588915 +vn -0.236600 -0.772795 0.588904 +vn -0.170203 -0.790079 0.588903 +vn -0.102595 -0.801649 0.588926 +vn -0.034237 -0.807474 0.588908 +vn 0.170337 -0.790033 0.588925 +vn 0.236711 -0.772757 0.588910 +vn 0.301406 -0.749882 0.588924 +vn 0.705592 -0.394102 0.588917 +vn 0.762050 -0.269177 0.588917 +vn 0.782152 -0.203578 0.588892 +vn 0.805277 -0.068477 0.588931 +vn 0.808208 0.000065 0.588897 +vn 0.669578 0.452626 0.588892 +vn 0.628766 0.507769 0.588917 +vn 0.583425 0.559246 0.588948 +vn 0.533933 0.606735 0.588888 +vn 0.480556 0.649853 0.588861 +vn 0.423661 0.688213 0.588961 +vn 0.363783 0.721694 0.588914 +vn 0.301305 0.749960 0.588876 +vn 0.236595 0.772780 0.588926 +vn 0.170199 0.790062 0.588927 +vn 0.102600 0.801682 0.588879 +vn 0.034237 0.807463 0.588924 +vn -0.034364 0.807468 0.588909 +vn -0.170347 0.790077 0.588863 +vn -0.236706 0.772747 0.588925 +vn -0.301411 0.749890 0.588911 +vn -0.423792 0.688162 0.588926 +vn -0.480649 0.649754 0.588894 +vn -0.628839 0.507669 0.588927 +vn -0.669621 0.452502 0.588939 +vn -0.705618 0.394106 0.588884 +vn -0.762060 0.269189 0.588899 +vn -0.796567 0.136520 0.588935 +vn -0.805301 0.068474 0.588899 +vn -0.808208 -0.000062 0.588897 +vn -0.703362 -0.059934 0.708301 +vn -0.683144 -0.177951 0.708271 +vn -0.616266 -0.344336 0.708272 +vn -0.584841 -0.395361 0.708273 +vn -0.509604 -0.488499 0.708289 +vn -0.466333 -0.529971 0.708283 +vn -0.419731 -0.567613 0.708267 +vn -0.317747 -0.630376 0.708281 +vn 0.030028 -0.705291 0.708282 +vn 0.089733 -0.700198 0.708287 +vn 0.317885 -0.630328 0.708262 +vn 0.370180 -0.601084 0.708283 +vn 0.423794 -0.688166 0.588919 +vn 0.419832 -0.567515 0.708286 +vn 0.466443 -0.529883 0.708276 +vn 0.509715 -0.488417 0.708265 +vn 0.549290 -0.443423 0.708278 +vn 0.584912 -0.395250 0.708276 +vn 0.665634 -0.235113 0.708275 +vn 0.683180 -0.177816 0.708270 +vn 0.695763 -0.119237 0.708305 +vn 0.703374 0.059933 0.708289 +vn 0.695748 0.119369 0.708298 +vn 0.683136 0.177944 0.708280 +vn 0.665582 0.235246 0.708280 +vn 0.643271 0.290832 0.708251 +vn 0.616245 0.344340 0.708288 +vn -0.089726 0.700167 0.708318 +vn -0.263282 0.654995 0.708283 +vn -0.317878 0.630313 0.708280 +vn -0.419837 0.567533 0.708268 +vn -0.466431 0.529882 0.708285 +vn -0.509707 0.488411 0.708275 +vn -0.616345 0.344224 0.708257 +vn -0.643267 0.290703 0.708308 +vn -0.683195 0.177819 0.708254 +vn -0.577801 -0.099139 0.810134 +vn -0.552715 -0.195357 0.810149 +vn -0.534190 -0.241524 0.810128 +vn -0.456081 -0.368331 0.810137 +vn -0.218525 -0.543984 0.810141 +vn -0.171604 -0.560542 0.810151 +vn -0.123449 -0.573089 0.810142 +vn -0.074403 -0.581505 0.810134 +vn -0.024816 -0.585714 0.810138 +vn 0.123577 -0.573054 0.810147 +vn 0.171717 -0.560509 0.810150 +vn 0.218651 -0.543933 0.810141 +vn 0.511797 -0.285834 0.810163 +vn 0.534223 -0.241414 0.810139 +vn 0.586198 0.000066 0.810168 +vn 0.485664 0.328333 0.810141 +vn 0.456077 0.368327 0.810141 +vn 0.423205 0.405689 0.810132 +vn 0.387235 0.440098 0.810162 +vn 0.263855 0.523472 0.810159 +vn 0.218524 0.543984 0.810142 +vn 0.171605 0.560544 0.810150 +vn 0.123436 0.573077 0.810152 +vn 0.074395 0.581493 0.810143 +vn 0.024819 0.585719 0.810134 +vn -0.024943 0.585691 0.810151 +vn -0.123574 0.573079 0.810130 +vn -0.171724 0.560497 0.810157 +vn -0.307406 0.499154 0.810152 +vn -0.387362 0.440022 0.810142 +vn -0.423271 0.405593 0.810146 +vn -0.456152 0.368234 0.810141 +vn -0.485743 0.328236 0.810133 +vn -0.534212 0.241421 0.810144 +vn -0.552754 0.195232 0.810152 +vn -0.577793 0.099017 0.810155 +vn -0.584155 0.049657 0.810122 +vn -0.586187 -0.000064 0.810176 +vn -0.450475 -0.038396 0.891963 +vn -0.437497 -0.113968 0.891968 +vn -0.394626 -0.220535 0.891984 +vn -0.374563 -0.253214 0.891956 +vn -0.326355 -0.312863 0.891969 +vn -0.298633 -0.339422 0.891970 +vn -0.268796 -0.363514 0.891968 +vn -0.237006 -0.385018 0.891958 +vn -0.203467 -0.403707 0.891976 +vn 0.019242 -0.451690 0.891967 +vn 0.057483 -0.448450 0.891958 +vn 0.203573 -0.403664 0.891972 +vn 0.237094 -0.384956 0.891961 +vn 0.268875 -0.363451 0.891969 +vn 0.298735 -0.339347 0.891965 +vn 0.326405 -0.312793 0.891975 +vn 0.351782 -0.283984 0.891965 +vn 0.374598 -0.253119 0.891968 +vn 0.426293 -0.150559 0.891968 +vn 0.437546 -0.113870 0.891957 +vn 0.445579 -0.076353 0.891981 +vn 0.450507 -0.038287 0.891952 +vn 0.450468 0.038396 0.891967 +vn 0.445600 0.076459 0.891961 +vn 0.437493 0.113970 0.891970 +vn 0.426291 0.150660 0.891952 +vn 0.411961 0.186275 0.891958 +vn 0.394648 0.220532 0.891975 +vn 0.268804 0.363526 0.891960 +vn 0.237002 0.385012 0.891962 +vn 0.019137 0.451723 0.891953 +vn -0.019239 0.451690 0.891967 +vn -0.057481 0.448433 0.891966 +vn -0.168626 0.419488 0.891961 +vn -0.203567 0.403651 0.891979 +vn -0.237091 0.384965 0.891958 +vn -0.268896 0.363461 0.891959 +vn -0.326402 0.312793 0.891977 +vn -0.351801 0.283978 0.891960 +vn -0.394730 0.220433 0.891963 +vn -0.426280 0.150553 0.891975 +vn -0.437545 0.113868 0.891958 +vn -0.302438 -0.051899 0.951755 +vn 0.064684 -0.299965 0.951755 +vn 0.089895 -0.293401 0.951753 +vn 0.114441 -0.284722 0.951754 +vn 0.254230 0.171873 0.951749 +vn 0.221504 0.212369 0.951754 +vn 0.202681 0.230382 0.951759 +vn -0.238769 0.192754 0.951754 +vn -0.254244 0.171802 0.951759 +vn -0.296980 0.077288 0.951751 +vn -0.302460 0.051821 0.951752 +vn 0.125008 -0.935366 0.330854 +vn 0.111725 -0.874280 0.472390 +vn 0.060600 -0.865889 0.496553 +vn 0.827207 0.248686 0.503868 +vn 0.807156 0.331084 0.488757 +vn 0.435991 0.766831 0.471043 +vn 0.371259 0.799384 0.472390 +vn 0.182918 0.858787 0.478566 +vn -0.009796 0.865110 0.501486 +vn -0.090426 0.873405 0.478525 +vn -0.198062 0.850959 0.486456 +vn -0.811883 0.295842 0.503312 +vn -0.866888 -0.160986 0.471794 +vn -0.658689 -0.577883 0.481850 +vn -0.614485 -0.631575 0.472780 +vn -0.511798 -0.692916 0.507868 +vn -0.448875 -0.751414 0.483619 +vn -0.351559 -0.803628 0.480197 +vn -0.076253 0.988338 0.131811 +vn -0.756246 -0.641440 0.129024 +vn 0.729616 -0.624772 0.278067 +vn 0.702051 -0.607245 0.371992 +vn 0.963365 -0.236638 0.126212 +vn 0.920507 0.195173 0.338488 +vn 0.990771 0.067937 0.117290 +vn 0.979681 0.105152 0.170786 +vn 0.946627 0.058223 0.317030 +vn 0.858222 0.001780 0.513275 +vn 0.862021 0.032089 0.505856 +vn 0.946627 -0.058223 0.317030 +vn 0.891952 -0.051129 0.449229 +vn 0.936118 -0.093395 0.339059 +vn 0.920623 -0.195128 0.338200 +vn 0.838139 -0.227079 0.495942 +vn 0.844585 -0.216673 0.489621 +vn 0.824311 -0.251622 0.507146 +vn 0.812965 -0.287756 0.506245 +vn 0.806947 -0.331352 0.488920 +vn 0.818135 -0.465502 0.337585 +vn 0.719759 -0.450908 0.527853 +vn 0.754508 -0.519665 0.400832 +vn 0.684751 -0.648628 0.332261 +vn 0.645172 -0.747514 0.158037 +vn 0.547340 -0.643829 0.534699 +vn 0.637168 -0.695422 0.332274 +vn 0.521689 -0.737062 0.429628 +vn 0.457119 -0.823488 0.336020 +vn 0.388895 -0.908680 0.151862 +vn 0.417956 -0.889816 0.183142 +vn 0.272599 -0.818311 0.506020 +vn 0.300917 -0.851104 0.430198 +vn 0.188113 -0.921446 0.339929 +vn 0.199924 -0.810230 0.550961 +vn 0.043451 -0.912342 0.407117 +vn 0.044459 -0.926714 0.373128 +vn 0.068667 -0.963385 0.259180 +vn -0.007644 -0.859650 0.510827 +vn 0.008400 -0.907235 0.420541 +vn -0.102426 -0.935516 0.338110 +vn -0.204003 -0.918428 0.338929 +vn -0.237339 -0.939166 0.248269 +vn -0.235953 -0.878913 0.414534 +vn -0.273838 -0.817873 0.506060 +vn -0.292919 -0.884470 0.363197 +vn -0.322206 -0.817949 0.476596 +vn -0.477809 -0.746485 0.463096 +vn -0.624404 -0.703601 0.339213 +vn -0.568435 -0.697969 0.435570 +vn -0.571681 -0.705473 0.418914 +vn -0.721385 -0.603255 0.340129 +vn -0.714390 -0.494850 0.494743 +vn -0.740159 -0.525243 0.419862 +vn -0.693349 -0.508301 0.510782 +vn -0.808574 -0.481444 0.338261 +vn -0.914233 -0.381084 0.137672 +vn -0.856784 -0.389943 0.337439 +vn -0.825471 -0.328431 0.459055 +vn -0.780923 -0.315848 0.538886 +vn -0.801856 -0.296012 0.519041 +vn -0.842372 -0.221037 0.491480 +vn -0.844195 -0.263608 0.466740 +vn -0.841523 -0.263374 0.471671 +vn -0.985569 -0.085412 0.146145 +vn -0.963715 0.217545 0.154684 +vn -0.926395 0.175047 0.333393 +vn -0.923316 0.213323 0.319345 +vn -0.856722 0.386649 0.341364 +vn -0.864584 0.353103 0.357509 +vn -0.863766 0.468900 0.184502 +vn -0.854663 0.501851 0.133031 +vn -0.737559 0.465551 0.489151 +vn -0.710397 0.492707 0.502570 +vn -0.724881 0.554936 0.408158 +vn -0.658945 0.579180 0.479940 +vn -0.721380 0.603231 0.340181 +vn -0.539164 0.707745 0.456508 +vn -0.529706 0.679255 0.507960 +vn -0.624508 0.703673 0.338871 +vn -0.473125 0.813206 0.338894 +vn -0.477779 0.746550 0.463023 +vn -0.373310 0.919487 0.123223 +vn -0.381588 0.860183 0.338344 +vn -0.349433 0.877441 0.328625 +vn -0.242284 0.829081 0.503908 +vn -0.273588 0.877808 0.393197 +vn -0.270639 0.817767 0.507949 +vn -0.049978 0.875055 0.481436 +vn -0.057119 0.855113 0.515286 +vn 0.015798 0.861453 0.507592 +vn 0.082639 0.933871 0.347931 +vn 0.227170 0.963659 0.140554 +vn 0.220328 0.905293 0.363181 +vn 0.278484 0.834848 0.474843 +vn 0.278397 0.843857 0.458695 +vn 0.467204 0.764512 0.444119 +vn 0.481466 0.789737 0.380139 +vn 0.598986 0.679551 0.423588 +vn 0.636285 0.695685 0.333413 +vn 0.582978 0.689568 0.429690 +vn 0.740884 0.652901 0.157514 +vn 0.715189 0.674148 0.184470 +vn 0.757413 0.536586 0.372024 +vn 0.689493 0.516513 0.507754 +vn 0.814548 0.468026 0.342729 +vn 0.888691 0.346202 0.300621 +vn 0.871922 0.258539 0.415825 +vn 0.889604 0.277372 0.362862 +vn 0.790459 -0.392016 0.470636 +vn -0.876297 -0.045309 0.479637 +vn -0.874071 -0.103597 0.474624 +vn -0.871827 0.000342 0.489814 +vn -0.874522 0.103897 0.473727 +vn -0.835803 -0.065599 0.545096 +vn 0.111658 0.874260 0.472442 +vn 0.869048 -0.136041 0.475656 +vn -0.775745 -0.412754 0.477341 +vn -0.154199 0.867854 0.472283 +vn 0.790388 0.392070 0.470711 +vn -0.173445 -0.967760 0.182639 +vn -0.450678 -0.875972 0.171940 +vn -0.684181 0.706361 0.181525 +vn 0.973425 0.143461 0.178501 +vn 0.704933 0.401379 0.584777 +vn 0.417654 0.695705 0.584432 +vn 0.022849 0.811380 0.584072 +vn -0.378080 0.718573 0.583702 +vn -0.729450 -0.346935 0.589524 +vn -0.675631 -0.446398 0.586730 +vn -0.465855 -0.660083 0.589297 +vn -0.369960 -0.720572 0.586435 +vn -0.082520 -0.803907 0.589002 +vn 0.030971 -0.809617 0.586141 +vn 0.322253 -0.741335 0.588707 +vn 0.424154 -0.690600 0.585803 +vn 0.644543 -0.488302 0.588324 +vn 0.708526 -0.393967 0.585475 +vn 0.149994 -0.060564 0.986830 +vn 0.141018 -0.079251 0.986830 +vn 0.292072 -0.117957 0.949094 +vn 0.304750 -0.079643 0.949097 +vn 0.445317 -0.116410 0.887773 +vn 0.456557 -0.058507 0.887768 +vn 0.161754 0.000147 0.986831 +vn 0.315004 0.000268 0.949090 +vn 0.460307 0.000355 0.887760 +vn 0.713031 0.000424 0.701133 +vn 0.456473 0.059212 0.887765 +vn 0.707142 0.091591 0.701115 +vn 0.661079 -0.267189 0.701131 +vn 0.517834 -0.291167 0.804407 +vn 0.550811 -0.222563 0.804408 +vn 0.100974 -0.126373 0.986830 +vn 0.083984 -0.138250 0.986830 +vn 0.196611 -0.246101 0.949094 +vn 0.163522 -0.269223 0.949094 +vn 0.287274 -0.359648 0.887765 +vn 0.238907 -0.393429 0.887771 +vn 0.444899 -0.557208 0.701130 +vn 0.025962 -0.159662 0.986830 +vn 0.005330 -0.161667 0.986831 +vn 0.050536 -0.310912 0.949094 +vn 0.010363 -0.314823 0.949094 +vn 0.073814 -0.454330 0.887770 +vn 0.015109 -0.460060 0.887759 +vn 0.114212 -0.703824 0.701133 +vn -0.055724 -0.151849 0.986832 +vn -0.108538 -0.295699 0.949095 +vn -0.145455 -0.279392 0.949096 +vn -0.158640 -0.432100 0.887763 +vn -0.274417 -0.526893 0.804412 +vn -0.245869 -0.669309 0.701124 +vn -0.123061 -0.104966 0.986832 +vn -0.135485 -0.088366 0.986831 +vn -0.239665 -0.204387 0.949098 +vn -0.350257 -0.298645 0.887768 +vn -0.385567 -0.251406 0.887769 +vn -0.542666 -0.462529 0.701128 +vn -0.158750 -0.031064 0.986830 +vn -0.451749 -0.088338 0.887761 +vn -0.314325 -0.020449 0.949095 +vn -0.459327 -0.029850 0.887766 +vn -0.699811 -0.136713 0.701124 +vn -0.711558 -0.046105 0.701113 +vn -0.153574 0.050832 0.986829 +vn -0.145797 0.070051 0.986831 +vn -0.299033 0.099003 0.949093 +vn -0.283900 0.136428 0.949099 +vn -0.436968 0.144705 0.887761 +vn -0.414858 0.199397 0.887769 +vn -0.676844 0.224287 0.701125 +vn -0.642610 0.309005 0.701120 +vn -0.092665 0.132586 0.986830 +vn -0.074947 0.143341 0.986831 +vn -0.180432 0.258192 0.949095 +vn -0.145928 0.279141 0.949097 +vn -0.213222 0.407933 0.887765 +vn -0.340223 0.487024 0.804398 +vn -0.466651 0.658206 0.590763 +vn -0.015680 0.160995 0.986831 +vn 0.005037 0.161675 0.986831 +vn -0.030512 0.313512 0.949094 +vn -0.044556 0.458143 0.887761 +vn 0.014393 0.460061 0.887771 +vn -0.068885 0.709708 0.701120 +vn 0.065340 0.147969 0.986831 +vn 0.083720 0.138399 0.986832 +vn 0.127261 0.288134 0.949096 +vn 0.185993 0.421044 0.887766 +vn 0.238319 0.393800 0.887764 +vn 0.288252 0.652198 0.701105 +vn 0.129554 0.096864 0.986830 +vn 0.140865 0.079504 0.986831 +vn 0.252278 0.188613 0.949095 +vn 0.368672 0.275591 0.887767 +vn 0.400875 0.226183 0.887773 +vn 0.571195 0.426806 0.701122 +vn 0.801469 -0.109602 0.587907 +vn 0.787009 -0.206690 0.581289 +vn 0.571686 -0.426137 0.701129 +vn 0.369102 -0.275025 0.887764 +vn 0.583033 -0.566463 0.582402 +vn 0.427043 -0.412993 0.804407 +vn 0.240843 -0.543070 0.804406 +vn 0.228939 -0.779203 0.583463 +vn 0.169426 -0.569414 0.804402 +vn -0.056643 -0.591385 0.804398 +vn -0.183557 -0.790396 0.584450 +vn -0.131802 -0.579271 0.804409 +vn -0.339549 -0.487472 0.804411 +vn -0.179994 -0.258498 0.949095 +vn -0.547946 -0.597648 0.585297 +vn -0.399098 -0.440067 0.804402 +vn -0.535077 -0.258129 0.804402 +vn -0.283681 -0.136909 0.949095 +vn -0.145673 -0.070315 0.986831 +vn -0.770408 -0.251091 0.586025 +vn -0.563687 -0.187587 0.804405 +vn -0.810973 0.049882 0.582953 +vn -0.592880 0.037659 0.804410 +vn -0.314373 0.019915 0.949091 +vn -0.793953 0.159712 0.586626 +vn -0.583202 0.113162 0.804406 +vn -0.682101 0.440999 0.583317 +vn -0.498121 0.323746 0.804403 +vn -0.612884 0.528864 0.587091 +vn -0.452622 0.384785 0.804409 +vn -0.240020 0.203984 0.949095 +vn -0.309719 0.340502 0.887768 +vn -0.479690 0.527564 0.701123 +vn -0.274102 0.761429 0.587448 +vn -0.205552 0.557377 0.804413 +vn -0.070351 0.307032 0.949095 +vn -0.132590 0.579091 0.804409 +vn 0.135002 0.797740 0.587695 +vn 0.094411 0.586533 0.804404 +vn 0.050014 0.311001 0.949093 +vn 0.130628 0.441370 0.887766 +vn 0.202485 0.683697 0.701112 +vn 0.509123 0.628651 0.587871 +vn 0.370086 0.464717 0.804409 +vn 0.196175 0.246439 0.949096 +vn 0.330423 0.320478 0.887758 +vn 0.511913 0.496361 0.701121 +vn 0.752066 0.297832 0.587957 +vn 0.550526 0.223316 0.804395 +vn 0.291870 0.118455 0.949095 +vn 0.445148 0.117101 0.887767 +vn 0.689621 0.181279 0.701114 +vn -0.164558 0.000004 0.986367 +vn -0.164567 -0.003837 0.986359 +vn -0.152197 -0.008345 0.988315 +vn -0.154321 0.006928 0.987997 +vn 0.947304 0.005105 0.320297 +vn 0.947300 -0.005116 0.320306 +vn 0.949163 0.003178 0.314769 +vn 0.949158 -0.003166 0.314784 +vn 0.988635 0.004273 0.150274 +vn 0.999761 -0.004854 -0.021329 +vn 0.858905 0.006529 -0.512093 +vn 0.758529 -0.006535 -0.651606 +vn 0.494031 0.005610 -0.869426 +vn 0.494091 -0.005823 -0.869391 +vn 0.148311 -0.006594 0.988919 +vn 0.300963 0.007250 0.953608 +vn 0.700690 -0.007250 0.713429 +vn -0.137855 0.560997 0.816259 +vn -0.115171 0.636081 0.762979 +vn -0.121705 0.650948 0.749303 +vn -0.070148 0.884460 0.461314 +vn -0.057596 0.950262 0.306080 +vn -0.165977 0.159945 0.973072 +vn 0.148687 0.967820 0.203018 +vn 0.124426 0.985450 0.115790 +vn 0.098242 0.986185 0.133374 +vn 0.249801 0.819339 0.516026 +vn -0.000373 0.577421 0.816446 +vn 0.713080 0.471070 0.519240 +vn 0.720996 0.581410 0.376998 +vn 0.843535 0.295156 0.448700 +vn 0.136474 0.321379 0.937065 +vn 0.417696 0.342994 0.841359 +vn 0.532111 0.827820 0.177688 +vn 0.752115 0.609138 0.251543 +vn 0.936830 0.157472 0.312332 +vn 0.065413 0.983988 -0.165798 +vn 0.241412 0.945039 -0.220504 +vn 0.179702 0.749595 -0.637036 +vn 0.075307 0.769260 -0.634483 +vn 0.124593 0.612663 -0.780462 +vn 0.582566 0.739989 -0.336205 +vn 0.001282 0.367068 -0.930193 +vn 0.745454 0.502889 -0.437493 +vn 0.595672 0.333556 -0.730695 +vn 0.956693 0.290845 -0.012201 +vn 0.002075 0.986974 -0.160864 +vn 0.004886 0.931571 -0.363527 +vn 0.002062 0.752201 -0.658931 +vn 0.000840 0.531357 -0.847148 +vn -0.001387 0.361382 -0.932417 +vn -0.137713 -0.521331 0.842169 +vn -0.130967 -0.476310 0.869469 +vn -0.155290 -0.403558 0.901680 +vn -0.069301 -0.913569 0.400736 +vn -0.080526 -0.891511 0.445784 +vn -0.065127 -0.928196 0.366347 +vn 0.199800 -0.941706 0.270685 +vn 0.312087 -0.902839 0.295777 +vn 0.499808 -0.794522 0.344858 +vn 0.104201 -0.612560 0.783526 +vn 0.615648 -0.491730 0.615776 +vn 0.138555 -0.319131 0.937528 +vn 0.914380 -0.267465 0.303928 +vn 0.812871 -0.517377 0.267512 +vn 0.611439 -0.764546 0.203989 +vn 0.159735 -0.986203 0.043459 +vn 0.000145 -0.842161 -0.539227 +vn 0.075759 -0.829984 -0.552619 +vn 0.586818 -0.808929 0.035761 +vn 0.503917 -0.739976 -0.445537 +vn 0.746990 -0.664743 0.011083 +vn 0.872252 -0.464528 -0.152938 +vn 0.651642 -0.502904 -0.567848 +vn 0.002544 -0.267943 -0.963431 +vn 0.710391 -0.343951 -0.614038 +vn -0.001185 -0.380177 -0.924913 +vn 0.002098 -0.371909 -0.928267 +vn -0.000327 -0.826836 -0.562444 +vn -0.002290 -0.988451 -0.151522 +vn -0.309700 -0.949380 -0.052573 +vn -0.296919 -0.954626 0.022970 +vn -0.319519 -0.946616 0.042731 +vn -0.143126 0.054705 0.988192 +vn -0.156537 0.050859 0.986362 +vn -0.148304 0.040326 0.988119 +vn -0.156511 0.050864 0.986366 +vn 0.902522 -0.287868 0.320291 +vn 0.899353 -0.297606 0.320303 +vn 0.903690 -0.290286 0.314768 +vn 0.901727 -0.296310 0.314783 +vn -0.587900 -0.807222 -0.052586 +vn -0.577386 -0.816151 0.022876 +vn -0.596465 -0.801500 0.042758 +vn -0.133152 0.096740 0.986363 +vn -0.129302 0.086156 0.987855 +vn -0.119102 0.096259 0.988205 +vn -0.130003 0.101071 0.986349 +vn 0.769391 -0.552675 0.320293 +vn 0.763374 -0.560952 0.320301 +vn 0.769757 -0.555333 0.314769 +vn 0.766017 -0.560469 0.314789 +vn 0.816569 0.575817 -0.040608 +vn 0.802486 0.595465 0.037921 +vn 0.824275 0.565798 0.021076 +vn -0.808591 -0.586020 -0.052551 +vn -0.801368 -0.597731 0.022945 +vn -0.814896 -0.578030 0.042731 +vn -0.098023 0.132228 0.986361 +vn -0.096352 0.121892 0.987856 +vn -0.096740 0.133151 0.986363 +vn -0.084193 0.128589 0.988118 +vn 0.560944 -0.763384 0.320290 +vn 0.552664 -0.769396 0.320302 +vn 0.560478 -0.766018 0.314772 +vn 0.555345 -0.769744 0.314779 +vn -0.950106 -0.307469 -0.052555 +vn -0.946810 -0.320976 0.022931 +vn -0.953663 -0.297831 0.042705 +vn -0.040776 0.148666 0.988046 +vn -0.047762 0.157518 0.986360 +vn -0.050856 0.156531 0.986363 +vn -0.054509 0.143756 0.988111 +vn 0.297591 -0.899359 0.320301 +vn 0.287859 -0.902521 0.320303 +vn 0.296323 -0.901729 0.314765 +vn 0.290296 -0.903681 0.314783 +vn -0.998617 0.001149 -0.052559 +vn -0.999656 -0.012675 0.022940 +vn -0.999022 0.011420 0.042723 +vn -0.008034 0.152639 0.988249 +vn 0.005070 0.157071 0.987574 +vn 0.001135 0.164580 0.986363 +vn -0.000003 0.164582 0.986363 +vn 0.005111 -0.947303 0.320297 +vn -0.005123 -0.947301 0.320305 +vn 0.003172 -0.949163 0.314770 +vn -0.003159 -0.949160 0.314779 +vn 0.054250 0.144673 0.987991 +vn 0.050858 0.156527 0.986363 +vn 0.037838 0.146332 0.988512 +vn 0.050865 0.156532 0.986362 +vn -0.287873 -0.902520 0.320292 +vn -0.297599 -0.899353 0.320312 +vn -0.290290 -0.903686 0.314774 +vn -0.296310 -0.901728 0.314780 +vn 0.799958 -0.598682 -0.040598 +vn 0.814322 -0.579175 0.037905 +vn 0.792788 -0.609131 0.021142 +vn 0.096733 0.133148 0.986364 +vn 0.085407 0.129015 0.987958 +vn 0.096247 0.118944 0.988225 +vn 0.099398 0.131248 0.986354 +vn -0.552678 -0.769390 0.320291 +vn -0.560955 -0.763368 0.320312 +vn -0.555340 -0.769751 0.314771 +vn -0.560453 -0.766032 0.314782 +vn -0.586042 0.808574 -0.052566 +vn -0.597791 0.801323 0.022983 +vn -0.577976 0.814934 0.042734 +vn 0.132252 0.098005 0.986359 +vn 0.121916 0.096343 0.987853 +vn 0.133151 0.096739 0.986363 +vn 0.128656 0.084381 0.988093 +vn -0.763383 -0.560941 0.320298 +vn -0.769393 -0.552667 0.320302 +vn -0.766027 -0.560468 0.314767 +vn -0.769741 -0.555347 0.314785 +vn -0.307509 0.950091 -0.052576 +vn -0.320902 0.946834 0.022975 +vn -0.297886 0.953645 0.042715 +vn 0.156068 0.052347 0.986358 +vn 0.145724 0.053960 0.987853 +vn 0.156522 0.050861 0.986364 +vn 0.147799 0.039714 0.988220 +vn 0.156530 0.050859 0.986363 +vn -0.899361 -0.297594 0.320294 +vn -0.902522 -0.287858 0.320301 +vn -0.901730 -0.296319 0.314767 +vn -0.903678 -0.290301 0.314787 +vn 0.001149 0.998621 -0.052494 +vn -0.012594 0.999658 0.022928 +vn 0.011378 0.999023 0.042704 +vn 0.157058 -0.005071 0.987576 +vn 0.164581 -0.001174 0.986363 +vn 0.152946 0.007820 0.988204 +vn 0.164578 -0.000001 0.986364 +vn -0.947304 -0.005116 0.320294 +vn -0.947301 0.005127 0.320305 +vn -0.949163 -0.003173 0.314768 +vn -0.949159 0.003161 0.314782 +vn 0.309694 0.949383 -0.052546 +vn 0.296898 0.954634 0.022926 +vn 0.319544 0.946610 0.042676 +vn 0.144653 -0.054267 0.987993 +vn 0.156528 -0.050859 0.986363 +vn 0.147895 -0.039806 0.988202 +vn 0.156514 -0.050856 0.986366 +vn -0.902521 0.287868 0.320292 +vn -0.899352 0.297605 0.320307 +vn -0.903687 0.290291 0.314772 +vn -0.901727 0.296311 0.314783 +vn 0.120347 -0.096304 0.988050 +vn 0.133142 -0.096740 0.986364 +vn 0.127925 -0.082402 0.988355 +vn 0.135185 -0.093888 0.986362 +vn -0.769389 0.552678 0.320293 +vn -0.763373 0.560953 0.320301 +vn -0.769761 0.555328 0.314768 +vn -0.766028 0.560457 0.314784 +vn 0.808590 0.586019 -0.052571 +vn 0.801347 0.597759 0.022968 +vn 0.814903 0.578020 0.042727 +vn 0.084705 -0.128786 0.988048 +vn 0.094111 -0.135047 0.986360 +vn 0.096736 -0.133151 0.986364 +vn 0.096244 -0.119136 0.988202 +vn -0.560951 0.763377 0.320298 +vn -0.552665 0.769394 0.320304 +vn -0.560470 0.766024 0.314771 +vn -0.555339 0.769747 0.314781 +vn 0.950103 0.307480 -0.052540 +vn 0.946831 0.320911 0.022963 +vn 0.953648 0.297879 0.042713 +vn 0.052544 -0.155982 0.986361 +vn 0.054092 -0.145222 0.987919 +vn 0.050856 -0.156525 0.986364 +vn 0.040052 -0.148088 0.988163 +vn -0.297589 0.899364 0.320290 +vn -0.287864 0.902520 0.320301 +vn -0.296324 0.901727 0.314769 +vn -0.290303 0.903679 0.314782 +vn 0.998617 -0.001149 -0.052559 +vn 0.999656 0.012672 0.022942 +vn 0.999022 -0.011420 0.042725 +vn -0.000005 -0.164576 0.986364 +vn 0.008414 -0.152081 0.988332 +vn 0.000008 -0.164584 0.986363 +vn -0.006827 -0.154454 0.987976 +vn -0.005113 0.947304 0.320295 +vn 0.005124 0.947301 0.320303 +vn -0.003172 0.949164 0.314766 +vn 0.003159 0.949158 0.314784 +vn 0.949386 -0.309683 -0.052553 +vn 0.954613 -0.296964 0.022934 +vn 0.946618 -0.319513 0.042725 +vn -0.054439 -0.144027 0.988075 +vn -0.050857 -0.156525 0.986364 +vn -0.040908 -0.148737 0.988030 +vn -0.050863 -0.156532 0.986362 +vn 0.287870 0.902523 0.320287 +vn 0.297597 0.899358 0.320299 +vn 0.290293 0.903689 0.314765 +vn 0.296313 0.901725 0.314788 +vn 0.807237 -0.587881 -0.052580 +vn 0.816094 -0.577466 0.022879 +vn 0.801510 -0.596453 0.042725 +vn -0.096284 -0.120367 0.988049 +vn -0.099396 -0.131252 0.986354 +vn -0.096738 -0.133152 0.986363 +vn -0.085366 -0.128996 0.987964 +vn 0.552677 0.769390 0.320291 +vn 0.560951 0.763374 0.320303 +vn 0.555340 0.769750 0.314774 +vn 0.560460 0.766023 0.314791 +vn 0.586084 -0.808544 -0.052565 +vn 0.597834 -0.801292 0.022935 +vn 0.578015 -0.814906 0.042738 +vn -0.128782 -0.084716 0.988048 +vn -0.133157 -0.096740 0.986362 +vn -0.118263 -0.096208 0.988311 +vn -0.133149 -0.096735 0.986364 +vn 0.763383 0.560947 0.320289 +vn 0.769394 0.552663 0.320309 +vn 0.766022 0.560473 0.314771 +vn 0.769737 0.555354 0.314781 +vn 0.307510 -0.950091 -0.052576 +vn 0.320877 -0.946844 0.022897 +vn 0.297889 -0.953645 0.042701 +vn -0.148629 -0.040774 0.988052 +vn -0.156510 -0.050859 0.986366 +vn -0.142112 -0.054985 0.988322 +vn -0.155596 -0.053728 0.986359 +vn 0.899365 0.297583 0.320292 +vn 0.902520 0.287859 0.320304 +vn 0.901727 0.296322 0.314772 +vn 0.903677 0.290308 0.314783 +vn 0.949332 -0.313547 -0.021377 +vn 0.935089 -0.297731 -0.192265 +vn 0.886310 -0.294426 -0.357448 +vn 0.818934 -0.259201 -0.512017 +vn 0.723475 -0.228234 -0.651532 +vn 0.719271 -0.240606 -0.651734 +vn 0.602564 -0.202438 -0.771969 +vn 0.805998 -0.591533 -0.021365 +vn 0.797334 -0.572101 -0.192246 +vn 0.691031 -0.510087 -0.512141 +vn 0.698686 -0.499577 -0.512114 +vn 0.609779 -0.451145 -0.651643 +vn 0.403078 -0.285888 -0.869366 +vn 0.396344 -0.295155 -0.869365 +vn 0.572265 -0.797193 -0.192343 +vn 0.581530 -0.790502 -0.192171 +vn 0.510092 -0.691034 -0.512132 +vn 0.451095 -0.609829 -0.651630 +vn 0.440590 -0.617485 -0.651608 +vn 0.368610 -0.518001 -0.771882 +vn 0.304325 -0.952330 -0.021291 +vn 0.308770 -0.931514 -0.192206 +vn 0.282753 -0.890089 -0.357481 +vn 0.240594 -0.719453 -0.651538 +vn 0.190442 -0.606521 -0.771922 +vn -0.005130 -0.337880 -0.941175 +vn 0.004855 -0.337930 -0.941159 +vn 0.005613 -0.494115 -0.869378 +vn -0.006308 -0.635688 -0.771920 +vn -0.006481 -0.858917 -0.512074 +vn 0.006530 -0.858885 -0.512127 +vn 0.006306 -0.933917 -0.357433 +vn -0.005609 -0.981327 -0.192266 +vn -0.004851 -0.999759 -0.021421 +vn 0.004269 -0.988627 0.150328 +vn -0.056846 -0.192148 -0.979718 +vn -0.109333 -0.319774 -0.941165 +vn -0.147318 -0.471638 -0.869399 +vn -0.202452 -0.602622 -0.771919 +vn -0.259225 -0.818891 -0.512074 +vn -0.308596 -0.931561 -0.192256 +vn -0.591569 -0.805969 -0.021432 +vn -0.572125 -0.797358 -0.192076 +vn -0.553924 -0.751878 -0.357558 +vn -0.499514 -0.698673 -0.512193 +vn -0.440598 -0.617456 -0.651630 +vn -0.451129 -0.609820 -0.651616 +vn -0.378761 -0.510573 -0.771917 +vn -0.811699 -0.583686 -0.021320 +vn -0.790486 -0.581521 -0.192261 +vn -0.698642 -0.499592 -0.512159 +vn -0.691009 -0.510134 -0.512123 +vn -0.617485 -0.440549 -0.651635 +vn -0.396497 -0.294969 -0.869358 +vn -0.403162 -0.285710 -0.869385 +vn -0.938938 -0.309544 0.150258 +vn -0.952326 -0.304334 -0.021337 +vn -0.890114 -0.282688 -0.357469 +vn -0.814856 -0.271609 -0.512093 +vn -0.719433 -0.240536 -0.651582 +vn -0.723292 -0.228212 -0.651743 +vn -0.606486 -0.190454 -0.771947 +vn -0.988636 -0.004271 0.150270 +vn -0.999761 0.004846 -0.021325 +vn -0.933924 0.006170 -0.357419 +vn -0.858907 -0.006537 -0.512090 +vn -0.758500 -0.006487 -0.651641 +vn -0.758461 0.006532 -0.651686 +vn -0.635740 0.006303 -0.771878 +vn -0.949327 0.313566 -0.021322 +vn -0.935101 0.297706 -0.192245 +vn -0.886293 0.294443 -0.357474 +vn -0.723413 0.228221 -0.651605 +vn -0.602632 0.202433 -0.771917 +vn -0.805943 0.591609 -0.021323 +vn -0.797321 0.572128 -0.192221 +vn -0.751926 0.553912 -0.357477 +vn -0.617468 0.440604 -0.651614 +vn -0.510639 0.378730 -0.771888 +vn -0.583697 0.811690 -0.021358 +vn -0.581533 0.790497 -0.192181 +vn -0.499590 0.698667 -0.512127 +vn -0.510128 0.691035 -0.512093 +vn -0.440551 0.617478 -0.651641 +vn -0.294947 0.396477 -0.869375 +vn -0.285751 0.403122 -0.869390 +vn -0.309570 0.938923 0.150299 +vn -0.304327 0.952330 -0.021281 +vn -0.308769 0.931507 -0.192240 +vn -0.282760 0.890071 -0.357519 +vn -0.240576 0.719402 -0.651601 +vn -0.190448 0.606480 -0.771953 +vn -0.147171 0.471712 -0.869384 +vn -0.056444 0.192108 -0.979749 +vn -0.005608 0.494077 -0.869400 +vn 0.006305 0.635685 -0.771923 +vn 0.006479 0.858870 -0.512153 +vn -0.006530 0.858932 -0.512048 +vn -0.006305 0.933917 -0.357435 +vn 0.005611 0.981320 -0.192301 +vn 0.004852 0.999760 -0.021357 +vn -0.004268 0.988638 0.150258 +vn 0.109315 0.319781 -0.941164 +vn 0.147333 0.471681 -0.869374 +vn 0.240609 0.719347 -0.651649 +vn 0.282570 0.890124 -0.357539 +vn 0.308594 0.931570 -0.192218 +vn 0.591572 0.805968 -0.021403 +vn 0.583502 0.811832 -0.021299 +vn 0.510069 0.691030 -0.512159 +vn 0.499581 0.698728 -0.512053 +vn 0.451096 0.609770 -0.651685 +vn 0.285912 0.403065 -0.869363 +vn 0.295124 0.396311 -0.869390 +vn 0.797330 0.584522 0.150330 +vn 0.811674 0.583721 -0.021360 +vn 0.759192 0.543880 -0.357523 +vn 0.691022 0.510138 -0.512102 +vn 0.617502 0.440556 -0.651615 +vn 0.396514 0.294988 -0.869344 +vn 0.952330 0.304326 -0.021302 +vn 0.949248 0.313807 -0.021316 +vn 0.818857 0.259244 -0.512120 +vn 0.723398 0.228187 -0.651633 +vn 0.719405 0.240550 -0.651608 +vn 0.468234 0.158034 -0.869357 +vn 0.471682 0.147151 -0.869404 +vn 0.288456 -0.086101 0.953614 +vn 0.422034 -0.144964 0.894915 +vn 0.668559 -0.209750 0.713467 +vn 0.664147 -0.223407 0.713441 +vn 0.116103 -0.092499 0.988921 +vn 0.365428 -0.256271 0.894867 +vn 0.562720 -0.417693 0.713358 +vn 0.092626 -0.115931 0.988929 +vn 0.182789 -0.239214 0.953606 +vn 0.256305 -0.365444 0.894851 +vn 0.417513 -0.562620 0.713541 +vn 0.406057 -0.571169 0.713361 +vn 0.052271 -0.138883 0.988928 +vn 0.086263 -0.288459 0.953599 +vn 0.145013 -0.422137 0.894858 +vn 0.172333 -0.554527 0.814126 +vn 0.007251 -0.300921 0.953622 +vn -0.007407 -0.446320 0.894843 +vn 0.007405 -0.580560 0.814184 +vn -0.007244 -0.700710 0.713409 +vn 0.007112 -0.700591 0.713528 +vn -0.006813 -0.803613 0.595113 +vn -0.006172 -0.886730 0.462246 +vn -0.052122 -0.138985 0.988922 +vn -0.086113 -0.288475 0.953607 +vn -0.130809 -0.426683 0.894892 +vn -0.144954 -0.422192 0.894842 +vn -0.186516 -0.549923 0.814123 +vn -0.092519 -0.116090 0.988920 +vn -0.171054 -0.247729 0.953610 +vn -0.405980 -0.570995 0.713544 +vn -0.477857 -0.646092 0.595162 +vn -0.115905 -0.092645 0.988930 +vn -0.239211 -0.182763 0.953612 +vn -0.365475 -0.256366 0.894821 +vn -0.562656 -0.417624 0.713448 +vn -0.571106 -0.405986 0.713452 +vn -0.426660 -0.130873 0.894893 +vn -0.422236 -0.144981 0.894817 +vn -0.766354 -0.241864 0.595150 +vn -0.845275 -0.268141 0.462180 +vn -0.300972 -0.007248 0.953605 +vn -0.446218 0.007404 0.894894 +vn -0.700615 -0.007113 0.713504 +vn -0.700688 0.007245 0.713431 +vn -0.139000 0.052096 0.988921 +vn -0.288471 0.086111 0.953609 +vn -0.426725 0.130812 0.894871 +vn -0.422110 0.144962 0.894879 +vn -0.549854 0.186510 0.814171 +vn -0.116097 0.092496 0.988922 +vn -0.247709 0.171017 0.953621 +vn -0.570948 0.406111 0.713507 +vn -0.646150 0.477791 0.595152 +vn -0.081765 0.123841 0.988928 +vn -0.182803 0.239209 0.953605 +vn -0.417559 0.562673 0.713473 +vn -0.099906 0.283993 0.953607 +vn -0.130855 0.426732 0.894861 +vn -0.186453 0.549878 0.814168 +vn -0.209639 0.668636 0.713426 +vn -0.223257 0.664158 0.713477 +vn -0.241851 0.766366 0.595140 +vn -0.268145 0.845239 0.462243 +vn 0.006595 0.148285 0.988923 +vn -0.007249 0.300954 0.953611 +vn 0.007246 0.700674 0.713445 +vn 0.086114 0.288449 0.953615 +vn 0.144931 0.422188 0.894848 +vn 0.209735 0.668568 0.713462 +vn 0.223443 0.664149 0.713428 +vn 0.092480 0.116096 0.988923 +vn 0.256318 0.365427 0.894854 +vn 0.466974 0.653969 0.595198 +vn 0.477852 0.646095 0.595163 +vn 0.123776 0.081828 0.988931 +vn 0.239280 0.182754 0.953596 +vn 0.562626 0.417591 0.713492 +vn 0.284088 0.099890 0.953581 +vn 0.426669 0.130879 0.894888 +vn 0.664135 0.223271 0.713495 +vn 0.668631 0.209644 0.713429 +vn 0.198921 0.872752 0.445796 +vn 0.225303 0.902661 0.366663 +vn 0.238875 0.921553 0.306070 +vn -0.108473 0.203422 0.973064 +vn 0.362620 0.897447 0.251190 +vn 0.683474 0.700508 0.205308 +vn 0.073498 0.617051 0.783484 +vn 0.178067 0.549279 0.816446 +vn 0.823764 0.227606 0.519239 +vn 0.865413 0.330097 0.376958 +vn 0.229214 0.263498 0.937032 +vn 0.456397 0.888611 0.045519 +vn 0.657094 0.740856 0.139141 +vn 0.761951 0.622801 0.177624 +vn 0.903451 0.347147 0.251527 +vn 0.925359 -0.212065 0.314227 +vn 0.730437 0.666473 -0.149252 +vn 0.624061 0.755480 -0.199493 +vn 0.402506 0.657346 -0.637091 +vn 0.309319 0.708276 -0.634561 +vn 0.307841 0.544252 -0.780400 +vn 0.296540 0.643224 -0.705923 +vn 0.421300 0.562153 -0.711681 +vn 0.114674 0.348753 -0.930173 +vn 0.864391 0.247837 -0.437499 +vn 0.669570 0.133132 -0.730720 +vn 0.306974 0.938029 -0.160835 +vn 0.292554 0.884446 -0.363549 +vn 0.234346 0.714721 -0.658981 +vn 0.164947 0.505139 -0.847129 +vn -0.310158 -0.582725 0.751154 +vn -0.334255 -0.661840 0.671000 +vn -0.330417 -0.625769 0.706567 +vn -0.271711 -0.412494 0.869495 +vn -0.338897 -0.819484 0.462164 +vn -0.100999 -0.957358 0.270674 +vn -0.044500 -0.940369 0.337234 +vn -0.100999 -0.957358 0.270674 +vn 0.017776 -0.955023 0.295998 +vn -0.034585 -0.755587 0.654135 +vn 0.123175 -0.717127 0.685972 +vn 0.327977 -0.773055 0.542971 +vn -0.027979 -0.486234 0.873380 +vn 0.526184 -0.524106 0.669659 +vn 0.787029 -0.536830 0.303973 +vn 0.526758 -0.811951 0.251517 +vn 0.345377 -0.916020 0.204013 +vn -0.152876 -0.987290 0.043443 +vn -0.260111 -0.801011 -0.539188 +vn -0.184532 -0.812857 -0.552459 +vn 0.308096 -0.950671 0.036073 +vn 0.250535 -0.859504 -0.445518 +vn 0.504912 -0.863100 0.011035 +vn 0.686087 -0.711274 -0.152886 +vn 0.464394 -0.679606 -0.567868 +vn -0.080326 -0.255602 -0.963439 +vn -0.118668 -0.361248 -0.924888 +vn -0.113016 -0.354398 -0.928240 +vn -0.255866 -0.786294 -0.562382 +vn 0.338968 0.659386 0.671053 +vn 0.367672 0.686433 0.627397 +vn 0.393547 0.715245 0.577534 +vn 0.511950 0.802621 0.306116 +vn 0.537836 0.808640 0.238398 +vn 0.579190 0.814311 0.037898 +vn 0.622216 0.741483 0.251099 +vn 0.866467 0.455086 0.205262 +vn 0.816097 0.409797 0.407495 +vn 0.877554 0.241767 0.414063 +vn 0.339026 0.467527 0.816383 +vn 0.853793 -0.038041 0.519221 +vn 0.495051 0.248171 0.832668 +vn 0.855927 -0.257023 0.448696 +vn 0.299379 0.179747 0.937050 +vn 0.539393 0.031986 0.841447 +vn 0.854086 0.501158 0.139208 +vn 0.916967 0.357258 0.177590 +vn 0.966520 0.050960 0.251482 +vn 0.814496 -0.487736 0.314183 +vn 0.827004 0.525624 -0.199460 +vn 0.585929 0.500758 -0.637125 +vn 0.513125 0.578070 -0.634458 +vn 0.598757 0.564881 -0.567802 +vn 0.827332 0.413971 -0.379670 +vn 0.460953 0.422393 -0.780453 +vn 0.906263 0.256302 -0.336149 +vn 0.216812 0.296233 -0.930182 +vn 0.345540 0.221583 -0.911868 +vn 0.898663 -0.031344 -0.437519 +vn 0.677906 -0.080283 -0.730752 +vn 0.522715 0.717311 -0.460689 +vn 0.530837 0.725162 -0.438579 +vn 0.525902 0.722285 -0.449145 +vn 0.536540 0.738186 -0.408909 +vn 0.384743 0.528641 -0.756645 +vn 0.312990 0.429467 -0.847110 +vn -0.522426 -0.526125 0.671017 +vn -0.505467 -0.503811 0.700484 +vn -0.481126 -0.455125 0.749253 +vn -0.387097 -0.295009 0.873571 +vn -0.575562 -0.674625 0.462179 +vn -0.391893 -0.879293 0.270673 +vn -0.278214 -0.913770 0.296009 +vn -0.135956 -0.903757 0.405882 +vn -0.015772 -0.784640 0.619751 +vn -0.176832 -0.453774 0.873395 +vn 0.209031 -0.759738 0.615715 +vn 0.582625 -0.753752 0.303985 +vn 0.353499 -0.896371 0.267502 +vn 0.045330 -0.977921 0.204001 +vn -0.450398 -0.891770 0.043454 +vn -0.494882 -0.681355 -0.539303 +vn -0.426670 -0.715961 -0.552587 +vn -0.000723 -0.999353 0.035953 +vn -0.027363 -0.894796 -0.445637 +vn 0.213505 -0.976880 0.010989 +vn 0.432669 -0.888476 -0.152997 +vn 0.231641 -0.789940 -0.567748 +vn -0.155424 -0.218279 -0.963430 +vn 0.372568 -0.695811 -0.614036 +vn -0.224439 -0.306870 -0.924910 +vn -0.216901 -0.302108 -0.928270 +vn -0.486240 -0.668658 -0.562554 +vn 0.526158 0.522384 0.671024 +vn 0.561845 0.539208 0.627364 +vn 0.595324 0.558611 0.577531 +vn 0.101898 0.260905 0.959972 +vn 0.964689 0.164978 0.205323 +vn 0.642646 0.193829 0.741240 +vn 0.800259 -0.300035 0.519196 +vn 0.894137 -0.241773 0.376916 +vn 0.340272 0.078450 0.937049 +vn 0.522923 -0.136400 0.841396 +vn 0.967115 0.212863 0.139205 +vn 0.934930 -0.250361 0.251448 +vn 0.623961 -0.715505 0.314206 +vn 0.906449 0.360187 -0.220488 +vn 0.711966 0.295231 -0.637137 +vn 0.666632 0.391293 -0.634422 +vn 0.568918 0.259305 -0.780444 +vn 0.297721 0.214745 -0.930186 +vn 0.845029 -0.307503 -0.437456 +vn 0.619971 -0.285801 -0.730721 +vn 0.760830 0.547017 -0.349156 +vn 0.756545 0.543592 -0.363521 +vn 0.609646 0.440472 -0.659027 +vn 0.430325 0.311656 -0.847167 +vn -0.659438 -0.338942 0.671014 +vn -0.636440 -0.322956 0.700459 +vn -0.598204 -0.284161 0.749269 +vn -0.462325 -0.174023 0.869466 +vn -0.755875 -0.463696 0.462212 +vn -0.644557 -0.715021 0.270725 +vn -0.546793 -0.783246 0.295877 +vn -0.408578 -0.817486 0.405932 +vn -0.257490 -0.741413 0.619682 +vn -0.308422 -0.376900 0.873397 +vn -0.035967 -0.787132 0.615735 +vn 0.422938 -0.851328 0.310425 +vn 0.069508 -0.960156 0.270683 +vn -0.259071 -0.944073 0.203979 +vn -0.703997 -0.708872 0.043468 +vn -0.681201 -0.495121 -0.539278 +vn -0.627038 -0.549280 -0.552372 +vn -0.309537 -0.950204 0.036046 +vn -0.451653 -0.858481 -0.242942 +vn -0.302565 -0.842540 -0.445624 +vn 0.136965 -0.978696 -0.152953 +vn -0.023797 -0.822841 -0.567774 +vn -0.215192 -0.159528 -0.963454 +vn -0.308353 -0.222539 -0.924876 +vn -0.299731 -0.220366 -0.928224 +vn -0.669153 -0.485669 -0.562459 +vn 0.661793 0.334213 0.671068 +vn 0.700928 0.339211 0.627404 +vn 0.738801 0.347311 0.577536 +vn 0.910444 0.338044 0.238365 +vn 0.947206 0.318380 0.037888 +vn 0.249242 0.250313 0.935533 +vn 0.939154 0.234380 0.251109 +vn 0.901095 -0.148219 0.407503 +vn 0.849400 -0.400596 0.343574 +vn 0.852130 -0.320057 0.414050 +vn 0.549035 0.178773 0.816456 +vn 0.668341 -0.532720 0.519163 +vn 0.541377 -0.711014 0.448743 +vn 0.985577 -0.096305 0.139149 +vn 0.866318 -0.443489 0.229806 +vn 0.811864 -0.526884 0.251535 +vn 0.439404 -0.842269 0.312261 +vn 0.977995 -0.060916 -0.199539 +vn 0.912631 -0.151307 -0.379752 +vn 0.883828 -0.325420 -0.336079 +vn 0.572238 -0.258009 -0.778444 +vn 0.612982 -0.063019 -0.787579 +vn 0.687958 -0.161933 -0.707454 +vn 0.679704 -0.466061 -0.566384 +vn 0.708643 -0.553567 -0.437480 +vn 0.708643 -0.553567 -0.437480 +vn 0.719905 -0.627087 -0.297487 +vn 0.396418 -0.656683 -0.641576 +vn 0.844536 0.273065 -0.460646 +vn 0.855803 0.274699 -0.438340 +vn 0.850062 0.275176 -0.449081 +vn 0.867995 0.281831 -0.408847 +vn 0.715877 0.230482 -0.659089 +vn 0.650762 0.212161 -0.729038 +vn 0.575125 0.186871 -0.796436 +vn 0.505506 0.163410 -0.847208 +vn -0.731890 -0.118593 0.671023 +vn -0.705192 -0.110442 0.700362 +vn -0.656665 -0.085436 0.749328 +vn -0.493433 -0.022648 0.869489 +vn -0.910406 -0.287226 0.297762 +vn -0.833891 -0.481116 0.270468 +vn -0.641170 -0.651239 0.405942 +vn -0.474012 -0.625632 0.619594 +vn -0.409828 -0.263217 0.873360 +vn -0.277399 -0.737529 0.615712 +vn 0.028233 -0.952244 0.304030 +vn -0.240893 -0.932950 0.267535 +vn -0.538132 -0.817799 0.204008 +vn -0.741457 -0.656424 0.139100 +vn -0.844601 -0.531133 -0.067432 +vn -0.800873 -0.260382 -0.539262 +vn -0.766111 -0.328458 -0.552439 +vn -0.756004 -0.622800 -0.201442 +vn -0.508509 -0.860461 0.032008 +vn -0.627860 -0.724967 -0.283223 +vn -0.548069 -0.707894 -0.445541 +vn -0.172212 -0.973111 -0.152963 +vn -0.276868 -0.775238 -0.567759 +vn -0.253911 -0.085216 -0.963466 +vn -0.362016 -0.116356 -0.924881 +vn -0.353088 -0.116929 -0.928255 +vn -0.786423 -0.255190 -0.562510 +vn 0.732715 0.113382 0.671024 +vn 0.771442 0.106034 0.627402 +vn 0.809962 0.102045 0.577536 +vn 0.997161 -0.048276 0.057781 +vn 0.999230 0.010114 0.037906 +vn 0.159971 0.166000 0.973064 +vn 0.967883 -0.148595 0.202784 +vn 0.877392 -0.433653 0.205254 +vn 0.609525 0.120806 0.783508 +vn 0.577432 0.000429 0.816439 +vn 0.471080 -0.713082 0.519228 +vn 0.581363 -0.721052 0.376963 +vn 0.295135 -0.843509 0.448763 +vn 0.321414 -0.136514 0.937047 +vn 0.907523 -0.396280 0.139159 +vn 0.609311 -0.751982 0.251521 +vn 0.157677 -0.936811 0.312288 +vn 0.945086 -0.241263 -0.220466 +vn 0.970653 -0.176962 -0.162842 +vn 0.821187 -0.425881 -0.379838 +vn 0.739986 -0.582558 -0.336226 +vn 0.464464 -0.422210 -0.778468 +vn 0.563531 -0.249315 -0.787575 +vn 0.604259 -0.366583 -0.707452 +vn 0.502408 -0.653238 -0.566451 +vn 0.502866 -0.745428 -0.437565 +vn 0.502866 -0.745428 -0.437565 +vn 0.490880 -0.818844 -0.297542 +vn 0.290864 -0.956687 -0.012191 +vn 0.931586 -0.004882 -0.363488 +vn 0.893479 -0.001004 -0.449103 +vn 0.752129 -0.002058 -0.659013 +vn 0.684420 0.000682 -0.729087 +vn 0.604648 0.000032 -0.796493 +vn 0.531281 -0.000836 -0.847195 +vn 0.367017 -0.001301 -0.930213 +vn -0.403521 0.155302 0.901694 +vn -0.379963 0.142933 0.913892 +vn -0.913616 0.069294 0.400629 +vn -0.884114 0.069068 0.462139 +vn -0.941696 -0.199774 0.270738 +vn -0.908118 -0.248217 0.337210 +vn -0.941696 -0.199774 0.270738 +vn -0.902724 -0.312259 0.295947 +vn -0.771526 0.018866 0.635918 +vn -0.794522 -0.499759 0.344930 +vn -0.612559 -0.104169 0.783531 +vn -0.644094 -0.448507 0.619665 +vn -0.441543 0.001876 0.897238 +vn -0.491737 -0.615678 0.615740 +vn -0.471018 -0.123638 0.873416 +vn -0.342922 -0.546792 0.763821 +vn -0.267441 -0.914367 0.303988 +vn -0.517379 -0.812871 0.267506 +vn -0.764498 -0.611489 0.204019 +vn -0.986199 -0.159764 0.043438 +vn -0.842141 -0.000144 -0.539258 +vn -0.830083 -0.075739 -0.552472 +vn -0.809004 -0.586707 0.035882 +vn -0.740017 -0.503845 -0.445549 +vn -0.664804 -0.746938 0.010949 +vn -0.604296 -0.787235 -0.122830 +vn -0.646531 -0.572362 -0.504381 +vn -0.490845 -0.542277 -0.681914 +vn -0.646531 -0.572362 -0.504381 +vn -0.632963 -0.473035 -0.612859 +vn -0.333532 -0.882124 -0.332587 +vn -0.335218 -0.594007 -0.731289 +vn -0.158191 -0.968856 -0.190509 +vn -0.380220 0.001180 -0.924895 +vn -0.371879 -0.002097 -0.928279 +vn -0.267907 -0.002550 -0.963442 +vn -0.389560 -0.001964 -0.920999 +vn -0.826826 0.000330 -0.562458 +vn 0.832599 -0.181371 0.523338 +vn 0.872781 -0.198887 0.445754 +vn 0.801867 -0.153243 0.577517 +vn 0.935289 -0.261617 0.238310 +vn 0.953451 -0.299155 0.037906 +vn 0.203402 0.108452 0.973070 +vn 0.897387 -0.362833 0.251096 +vn 0.700377 -0.683564 0.205455 +vn 0.549356 -0.177953 0.816419 +vn 0.227664 -0.823767 0.519208 +vn 0.330085 -0.865388 0.377025 +vn 0.020056 -0.893446 0.448722 +vn 0.263460 -0.229167 0.937055 +vn 0.740643 -0.657327 0.139176 +vn 0.623028 -0.761775 0.177584 +vn 0.347168 -0.903449 0.251503 +vn -0.212145 -0.925348 0.314207 +vn 0.755431 -0.624088 -0.199595 +vn 0.657334 -0.402572 -0.637062 +vn 0.708449 -0.309294 -0.634379 +vn 0.544240 -0.307866 -0.780399 +vn 0.643181 -0.296557 -0.705955 +vn 0.562208 -0.421174 -0.711713 +vn 0.348628 -0.114683 -0.930218 +vn 0.247913 -0.864367 -0.437503 +vn 0.133159 -0.669547 -0.730736 +vn 0.884474 -0.292472 -0.363545 +vn 0.849437 -0.277107 -0.449076 +vn 0.714667 -0.234386 -0.659025 +vn 0.504964 -0.165016 -0.847220 +vn -0.453268 0.292082 0.842162 +vn -0.412532 0.271738 0.869469 +vn -0.335770 0.272412 0.901693 +vn -0.847455 0.348233 0.400691 +vn -0.823026 0.352040 0.445753 +vn -0.862661 0.348736 0.366332 +vn -0.957353 0.101097 0.270658 +vn -0.955042 -0.017820 0.295936 +vn -0.910059 -0.229859 0.344901 +vn -0.614790 0.090138 0.783523 +vn -0.657874 -0.433578 0.615802 +vn -0.346275 -0.033084 0.937550 +vn -0.536962 -0.786927 0.304002 +vn -0.743209 -0.613262 0.267490 +vn -0.916053 -0.345288 0.204017 +vn -0.987301 0.152806 0.043434 +vn -0.800994 0.260092 -0.539222 +vn -0.812829 0.184400 -0.552544 +vn -0.950660 -0.308138 0.036007 +vn -0.859509 -0.250480 -0.445538 +vn -0.863073 -0.504959 0.011021 +vn -0.817986 -0.561974 -0.122815 +vn -0.791797 -0.344482 -0.504371 +vn -0.634444 -0.364008 -0.681893 +vn -0.791797 -0.344482 -0.504371 +vn -0.748137 -0.254278 -0.612889 +vn -0.589837 -0.735876 -0.332535 +vn -0.502386 -0.461281 -0.731320 +vn -0.449827 -0.872548 -0.190566 +vn -0.361322 0.118614 -0.924866 +vn -0.371113 0.118531 -0.920992 +vn -0.786268 0.255803 -0.562448 +vn -0.939359 0.307625 -0.151562 +vn 0.659416 -0.338964 0.671024 +vn 0.666661 -0.350797 0.657651 +vn 0.686464 -0.367665 0.627367 +vn 0.715247 -0.393503 0.577562 +vn 0.768580 -0.458864 0.445790 +vn 0.788893 -0.493220 0.366581 +vn 0.741358 -0.622368 0.251089 +vn 0.454941 -0.866548 0.205241 +vn 0.409701 -0.816127 0.407532 +vn 0.241814 -0.877550 0.414044 +vn 0.472206 -0.588738 0.656056 +vn -0.038035 -0.853840 0.519144 +vn 0.248123 -0.495073 0.832669 +vn 0.179770 -0.299309 0.937068 +vn 0.311290 -0.375833 0.872839 +vn 0.390706 -0.108709 0.914074 +vn 0.501288 -0.854017 0.139162 +vn 0.357073 -0.917041 0.177581 +vn 0.050923 -0.966519 0.251491 +vn -0.487736 -0.814485 0.314210 +vn 0.408162 -0.900622 -0.149275 +vn 0.525578 -0.827066 -0.199323 +vn 0.414034 -0.827264 -0.379750 +vn 0.127620 -0.614597 -0.778449 +vn 0.309317 -0.532958 -0.787578 +vn 0.273400 -0.651776 -0.707418 +vn 0.022499 -0.823808 -0.566422 +vn -0.031336 -0.898643 -0.437560 +vn 0.717260 -0.522736 -0.460744 +vn 0.607251 -0.443778 -0.659020 +vn 0.554126 -0.401703 -0.729095 +vn 0.489225 -0.355439 -0.796443 +vn 0.429335 -0.313016 -0.847167 +vn 0.296219 -0.216846 -0.930179 +vn -0.455151 0.481072 0.749271 +vn -0.445536 0.467746 0.763355 +vn -0.375888 0.433801 0.818856 +vn -0.308359 0.385877 0.869491 +vn -0.561585 0.540056 0.626867 +vn -0.698396 0.593108 0.400583 +vn -0.712665 0.598260 0.366324 +vn -0.912607 0.379262 0.152670 +vn -0.903753 0.135944 0.405894 +vn -0.784757 0.015825 0.619602 +vn -0.453758 0.176866 0.873397 +vn -0.702497 -0.114208 0.702463 +vn -0.753819 -0.582542 0.303975 +vn -0.896318 -0.353662 0.267464 +vn -0.977914 -0.045373 0.204022 +vn -0.958573 0.261174 0.113693 +vn -0.880829 0.470904 0.048887 +vn -0.891736 0.450468 0.043419 +vn -0.681352 0.494887 -0.539301 +vn -0.716053 0.426649 -0.552484 +vn -0.999351 0.000703 0.036027 +vn -0.894828 0.027355 -0.445572 +vn -0.976885 -0.213484 0.011001 +vn -0.888470 -0.432701 -0.152939 +vn -0.789921 -0.231686 -0.567756 +vn -0.218129 0.155416 -0.963465 +vn -0.307050 0.224438 -0.924850 +vn -0.302085 0.216930 -0.928271 +vn -0.668668 0.486271 -0.562516 +vn -0.798328 0.582838 -0.151565 +vn 0.589155 -0.673911 0.445803 +vn 0.597875 -0.712861 0.366573 +vn 0.605122 -0.734955 0.306053 +vn 0.228275 -0.031817 0.973077 +vn 0.512707 -0.821033 0.251070 +vn 0.164856 -0.964691 0.205409 +vn 0.455956 -0.422140 0.783519 +vn 0.339769 -0.466889 0.816439 +vn -0.300040 -0.800307 0.519119 +vn -0.241632 -0.894155 0.376962 +vn 0.078404 -0.340244 0.937063 +vn -0.136344 -0.522929 0.841401 +vn 0.450656 -0.891541 0.045432 +vn 0.212862 -0.967118 0.139187 +vn 0.056254 -0.982497 0.177582 +vn -0.250182 -0.934958 0.251522 +vn -0.715492 -0.623986 0.314187 +vn 0.109857 -0.982676 -0.149262 +vn 0.244299 -0.948975 -0.199410 +vn 0.295179 -0.712061 -0.637055 +vn 0.391277 -0.666601 -0.634464 +vn 0.259349 -0.568947 -0.780409 +vn 0.346078 -0.618024 -0.705887 +vn 0.207211 -0.671192 -0.711734 +vn -0.036399 -0.941132 -0.336074 +vn 0.214663 -0.297751 -0.930196 +vn -0.307496 -0.844941 -0.437631 +vn -0.285826 -0.619951 -0.730729 +vn 0.578466 -0.799692 -0.160838 +vn 0.543645 -0.756569 -0.363391 +vn 0.440364 -0.609720 -0.659030 +vn 0.311579 -0.430385 -0.847164 +vn 0.213544 -0.291569 -0.932409 +vn -0.338985 0.659392 0.671038 +vn -0.322969 0.636421 0.700471 +vn -0.284182 0.598124 0.749325 +vn -0.173342 0.462770 0.869365 +vn -0.480934 0.779881 0.400610 +vn -0.680631 0.723329 0.116349 +vn -0.817486 0.408587 0.405923 +vn -0.741453 0.257521 0.619621 +vn -0.376914 0.308464 0.873376 +vn -0.787080 0.035927 0.615804 +vn -0.896951 -0.321073 0.303958 +vn -0.961735 -0.059266 0.267495 +vn -0.944086 0.259005 0.204005 +vn -0.766074 0.639186 -0.067619 +vn -0.495081 0.681206 -0.539309 +vn -0.549158 0.626999 -0.552538 +vn -0.975473 0.217778 0.032011 +vn -0.883476 0.373220 -0.283155 +vn -0.842544 0.302586 -0.445602 +vn -0.978698 -0.136963 -0.152942 +vn -0.822794 0.023764 -0.567843 +vn -0.159509 0.215261 -0.963442 +vn -0.776937 -0.139296 -0.613976 +vn -0.222568 0.308280 -0.924893 +vn -0.220327 0.299643 -0.928262 +vn -0.485710 0.669080 -0.562510 +vn 0.334237 -0.661817 0.671032 +vn 0.339206 -0.700928 0.627407 +vn 0.347342 -0.738778 0.577547 +vn 0.338164 -0.910400 0.238363 +vn 0.318349 -0.947214 0.037930 +vn 0.207296 -0.100833 0.973068 +vn 0.157898 -0.966378 0.202933 +vn 0.186322 -0.975656 0.115668 +vn -0.141321 -0.968444 0.205294 +vn 0.303215 -0.542396 0.783497 +vn 0.178835 -0.549123 0.816383 +vn -0.532655 -0.668380 0.519180 +vn -0.506111 -0.775692 0.377033 +vn -0.711034 -0.541422 0.448658 +vn -0.030642 -0.347899 0.937031 +vn -0.250036 -0.951815 0.177565 +vn -0.526805 -0.811924 0.251507 +vn -0.842235 -0.439483 0.312241 +vn 0.241932 -0.956120 -0.165237 +vn 0.062413 -0.973402 -0.220438 +vn -0.151330 -0.912627 -0.379752 +vn -0.325406 -0.883822 -0.336110 +vn -0.257984 -0.572218 -0.778467 +vn -0.063077 -0.612956 -0.787595 +vn -0.161874 -0.687988 -0.707439 +vn -0.465964 -0.679728 -0.566434 +vn -0.553572 -0.708645 -0.437470 +vn -0.553572 -0.708645 -0.437470 +vn -0.627124 -0.719884 -0.297461 +vn -0.819961 -0.572287 -0.012332 +vn 0.283236 -0.887423 -0.363673 +vn 0.275118 -0.850063 -0.449113 +vn 0.230424 -0.715922 -0.659060 +vn 0.212143 -0.650619 -0.729171 +vn 0.186889 -0.575116 -0.796439 +vn 0.163397 -0.505706 -0.847091 +vn 0.113017 -0.343295 -0.932403 +vn 0.079505 -0.257514 -0.962998 +vn -0.118610 0.731885 0.671027 +vn -0.110455 0.705057 0.700496 +vn -0.085410 0.656693 0.749306 +vn -0.022626 0.493419 0.869498 +vn -0.287200 0.910408 0.297781 +vn -0.323450 0.906061 0.272825 +vn -0.481061 0.833865 0.270646 +vn -0.651208 0.641182 0.405973 +vn -0.625597 0.473965 0.619666 +vn -0.263136 0.409782 0.873406 +vn -0.737475 0.277420 0.615767 +vn -0.625955 0.157169 0.763857 +vn -0.952272 -0.028165 0.303948 +vn -0.932960 0.240870 0.267522 +vn -0.817825 0.538082 0.204034 +vn -0.531071 0.844628 -0.067574 +vn -0.260330 0.800838 -0.539339 +vn -0.328520 0.765971 -0.552597 +vn -0.808058 0.587999 0.036052 +vn -0.707884 0.548087 -0.445535 +vn -0.915803 0.401477 0.010970 +vn -0.973115 0.172225 -0.152924 +vn -0.775219 0.276871 -0.567783 +vn -0.085195 0.254031 -0.963437 +vn -0.116401 0.361964 -0.924896 +vn -0.116926 0.353084 -0.928257 +vn -0.255235 0.786487 -0.562399 +vn 0.113371 -0.732713 0.671028 +vn 0.106008 -0.771453 0.627393 +vn 0.102050 -0.809937 0.577571 +vn 0.040240 -0.970348 0.238340 +vn 0.010078 -0.999231 0.037906 +vn 0.165969 -0.160653 0.972957 +vn -0.148621 -0.967849 0.202929 +vn -0.124274 -0.985493 0.115580 +vn -0.433586 -0.877382 0.205439 +vn 0.120809 -0.609529 0.783504 +vn 0.000410 -0.577451 0.816426 +vn -0.713100 -0.471049 0.519231 +vn -0.721031 -0.581373 0.376987 +vn -0.136539 -0.321446 0.937032 +vn -0.531982 -0.827918 0.177614 +vn -0.752031 -0.609250 0.251523 +vn -0.945605 -0.084247 0.314219 +vn -0.065258 -0.984037 -0.165570 +vn -0.241416 -0.945042 -0.220488 +vn -0.179731 -0.749544 -0.637087 +vn -0.075299 -0.769321 -0.634410 +vn -0.124594 -0.612731 -0.780408 +vn -0.582566 -0.740014 -0.336149 +vn -0.001295 -0.367109 -0.930177 +vn -0.745449 -0.502907 -0.437482 +vn -0.595641 -0.333556 -0.730721 +vn -0.914409 -0.267339 0.303950 +vn -0.004885 -0.931562 -0.363550 +vn -0.002055 -0.752192 -0.658940 +vn -0.000840 -0.531337 -0.847160 +vn 0.113375 0.732729 0.671010 +vn 0.112842 0.704729 0.700445 +vn 0.121696 0.650955 0.749298 +vn 0.130934 0.476335 0.869460 +vn 0.069283 0.913568 0.400741 +vn -0.199785 0.941751 0.270539 +vn -0.199785 0.941751 0.270539 +vn -0.312055 0.902812 0.295892 +vn -0.499756 0.794500 0.344983 +vn -0.104234 0.612530 0.783545 +vn -0.615648 0.491746 0.615762 +vn -0.914409 0.267339 0.303951 +vn -0.812869 0.517379 0.267513 +vn -0.611473 0.764512 0.204015 +vn -0.159718 0.986205 0.043464 +vn -0.000138 0.842207 -0.539154 +vn -0.075663 0.830114 -0.552437 +vn -0.586769 0.808960 0.035860 +vn -0.503862 0.739962 -0.445622 +vn -0.746914 0.664830 0.011032 +vn -0.872283 0.464461 -0.152967 +vn -0.651675 0.502879 -0.567831 +vn -0.002544 0.267924 -0.963437 +vn 0.001186 0.380210 -0.924899 +vn 0.000327 0.826832 -0.562449 +vn -0.118602 -0.731876 0.671037 +vn -0.137561 -0.766464 0.627383 +vn -0.153252 -0.801829 0.577567 +vn -0.261601 -0.935288 0.238330 +vn -0.299183 -0.953441 0.037953 +vn 0.017328 -0.405161 0.914081 +vn -0.440317 -0.874623 0.202868 +vn -0.423079 -0.898687 0.115609 +vn -0.683496 -0.700479 0.205335 +vn -0.177998 -0.549305 0.816444 +vn -0.823746 -0.227637 0.519253 +vn -0.865398 -0.330131 0.376961 +vn -0.893459 -0.020095 0.448695 +vn -0.229216 -0.263500 0.937031 +vn -0.761802 -0.622991 0.177594 +vn -0.903498 -0.347010 0.251547 +vn -0.925360 0.212123 0.314186 +vn -0.366130 -0.915661 -0.165871 +vn -0.521604 -0.824196 -0.220524 +vn -0.402524 -0.657322 -0.637104 +vn -0.309320 -0.708355 -0.634471 +vn -0.307839 -0.544243 -0.780407 +vn -0.114664 -0.348729 -0.930183 +vn -0.864367 -0.247914 -0.437503 +vn -0.669551 -0.133154 -0.730733 +vn -0.764329 0.065295 -0.641512 +vn -0.292553 -0.884397 -0.363668 +vn -0.234335 -0.714680 -0.659030 +vn -0.164937 -0.505090 -0.847160 +vn 0.207296 0.100834 0.973068 +vn 0.338865 0.819523 0.462117 +vn 0.342739 0.780806 0.522371 +vn 0.101012 0.957314 0.270826 +vn -0.017775 0.955047 0.295921 +vn 0.256443 0.727923 0.635897 +vn 0.176938 0.778182 0.602599 +vn -0.373013 0.903140 0.212602 +vn 0.090150 0.614793 0.783519 +vn -0.227544 0.751141 0.619687 +vn -0.433551 0.657956 0.615733 +vn -0.786977 0.536917 0.303953 +vn -0.613251 0.743204 0.267528 +vn -0.345372 0.916016 0.204040 +vn 0.074309 0.994234 0.077306 +vn 0.175536 0.983259 0.048866 +vn 0.152823 0.987296 0.043489 +vn 0.066921 0.995459 -0.067691 +vn 0.154873 0.987005 -0.042846 +vn 0.260102 0.800931 -0.539311 +vn 0.184574 0.812744 -0.552612 +vn -0.308112 0.950670 0.035975 +vn -0.250465 0.859456 -0.445649 +vn -0.504958 0.863073 0.011072 +vn -0.686064 0.711285 -0.152936 +vn -0.464388 0.679672 -0.567793 +vn 0.080317 0.255581 -0.963446 +vn 0.118672 0.361263 -0.924882 +vn 0.113016 0.354402 -0.928238 +vn 0.255844 0.786335 -0.562336 +vn -0.393537 -0.715229 0.577560 +vn -0.338976 -0.659402 0.671032 +vn -0.367677 -0.686449 0.627377 +vn -0.537817 -0.808672 0.238333 +vn -0.579145 -0.814342 0.037932 +vn -0.197117 -0.506912 0.839158 +vn -0.249652 -0.563200 0.787705 +vn -0.622281 -0.741424 0.251111 +vn -0.816133 -0.409779 0.407441 +vn -0.877570 -0.241777 0.414023 +vn -0.870230 -0.350049 0.346650 +vn -0.853780 0.038073 0.519240 +vn -0.880144 -0.117685 0.459887 +vn -0.495076 -0.248173 0.832652 +vn -0.299355 -0.179766 0.937054 +vn -0.853977 -0.501361 0.139144 +vn -0.961573 -0.150207 0.229817 +vn -0.966512 -0.050964 0.251511 +vn -0.814549 0.487627 0.314213 +vn -0.826986 -0.525622 -0.199540 +vn -0.585936 -0.500799 -0.637087 +vn -0.513171 -0.578031 -0.634457 +vn -0.460989 -0.422408 -0.780424 +vn -0.480746 -0.520105 -0.705956 +vn -0.574349 -0.404492 -0.711695 +vn -0.216780 -0.296224 -0.930192 +vn -0.898671 0.031331 -0.437503 +vn -0.677900 0.080261 -0.730759 +vn -0.706704 0.298272 -0.641563 +vn -0.551511 -0.750775 -0.363555 +vn -0.525931 -0.722292 -0.449100 +vn -0.443731 -0.607336 -0.658974 +vn -0.312971 -0.429384 -0.847159 +vn -0.211348 -0.293194 -0.932400 +vn 0.417781 0.340824 0.842198 +vn 0.385894 0.308334 0.869492 +vn 0.362850 0.235226 0.901670 +vn 0.593109 0.698380 0.400607 +vn 0.589181 0.673894 0.445795 +vn 0.598277 0.712642 0.366342 +vn 0.391844 0.879328 0.270630 +vn 0.278202 0.913798 0.295934 +vn 0.275722 0.556796 0.783553 +vn 0.015779 0.784688 0.619690 +vn -0.072992 0.836539 0.543024 +vn 0.075478 0.339616 0.937531 +vn -0.582489 0.753873 0.303945 +vn -0.250192 0.934955 0.251520 +vn -0.045349 0.977919 0.204005 +vn 0.450499 0.891719 0.043444 +vn 0.494882 0.681369 -0.539284 +vn 0.426716 0.715982 -0.552524 +vn 0.000728 0.999350 0.036056 +vn 0.027316 0.894840 -0.445550 +vn -0.213482 0.976885 0.011008 +vn -0.432695 0.888481 -0.152894 +vn -0.231606 0.789882 -0.567843 +vn 0.155407 0.218252 -0.963439 +vn 0.224456 0.306899 -0.924896 +vn 0.216908 0.302127 -0.928262 +vn 0.486264 0.668675 -0.562513 +vn 0.582861 0.798311 -0.151566 +vn -0.372830 -0.441266 0.816261 +vn -0.446993 -0.467053 0.762927 +vn -0.455100 -0.481048 0.749318 +vn -0.561807 -0.539229 0.627380 +vn -0.595299 -0.558618 0.577551 +vn -0.761377 -0.602912 0.238331 +vn -0.802450 -0.595514 0.037902 +vn -0.820943 -0.512828 0.251117 +vn -0.964694 -0.164912 0.205353 +vn -0.809751 -0.279546 0.515904 +vn -0.800238 0.300110 0.519185 +vn -0.894133 0.241694 0.376976 +vn -0.547533 -0.083028 0.832655 +vn -0.340241 -0.078447 0.937060 +vn -0.967121 -0.212871 0.139152 +vn -0.982498 -0.056252 0.177579 +vn -0.934915 0.250404 0.251461 +vn -0.623929 0.715535 0.314202 +vn -0.948959 -0.244266 -0.199527 +vn -0.712038 -0.295174 -0.637083 +vn -0.666645 -0.391291 -0.634410 +vn -0.744042 -0.352206 -0.567761 +vn -0.914696 -0.138167 -0.379790 +vn -0.568944 -0.259311 -0.780423 +vn -0.941127 0.036395 -0.336089 +vn -0.297695 -0.214730 -0.930198 +vn -0.397109 -0.103976 -0.911863 +vn -0.845023 0.307477 -0.437487 +vn -0.619936 0.285840 -0.730736 +vn -0.718772 -0.520659 -0.460740 +vn -0.728999 -0.525688 -0.438420 +vn -0.723400 -0.524470 -0.449025 +vn -0.738411 -0.536259 -0.408871 +vn -0.529514 -0.383888 -0.756468 +vn -0.430355 -0.311656 -0.847151 +vn 0.598159 0.284172 0.749301 +vn 0.582589 0.279185 0.763312 +vn 0.528692 0.223425 0.818881 +vn 0.462322 0.174005 0.869472 +vn 0.687140 0.367195 0.626902 +vn 0.804842 0.531844 0.263384 +vn 0.808600 0.537876 0.238444 +vn 0.723018 0.680968 0.116307 +vn 0.610523 0.755527 0.237574 +vn 0.408631 0.817420 0.406011 +vn 0.426605 0.853191 0.300122 +vn 0.257495 0.741415 0.619678 +vn 0.308436 0.376897 0.873393 +vn 0.035974 0.787125 0.615743 +vn -0.267771 0.658942 0.702919 +vn -0.321114 0.896938 0.303953 +vn -0.059253 0.961733 0.267504 +vn 0.259056 0.944071 0.204008 +vn 0.639308 0.765970 -0.067648 +vn 0.681185 0.495115 -0.539303 +vn 0.626998 0.549192 -0.552504 +vn 0.309539 0.950206 0.035964 +vn 0.302518 0.842587 -0.445566 +vn 0.098853 0.995041 0.011002 +vn -0.136943 0.978698 -0.152963 +vn 0.023769 0.822841 -0.567775 +vn 0.215250 0.159547 -0.963438 +vn -0.139316 0.776922 -0.613990 +vn 0.308338 0.222525 -0.924884 +vn 0.299667 0.220316 -0.928257 +vn 0.669214 0.485717 -0.562345 +vn -0.823001 -0.352081 0.445767 +vn -0.862706 -0.348349 0.366594 +vn -0.885958 -0.348411 0.306087 +vn -0.100804 -0.207299 0.973070 +vn -0.966374 -0.158036 0.202843 +vn -0.975674 -0.186136 0.115820 +vn -0.968431 0.141341 0.205338 +vn -0.542335 -0.303232 0.783533 +vn -0.549048 -0.178848 0.816431 +vn -0.668397 0.532596 0.519218 +vn -0.775723 0.506103 0.376980 +vn -0.541395 0.711038 0.448684 +vn -0.347856 0.030527 0.937051 +vn -0.951779 0.250163 0.177583 +vn -0.811864 0.526909 0.251483 +vn -0.439469 0.842203 0.312348 +vn -0.956110 -0.241825 -0.165449 +vn -0.973406 -0.062435 -0.220413 +vn -0.912616 0.151293 -0.379792 +vn -0.883824 0.325390 -0.336120 +vn -0.572204 0.257997 -0.778473 +vn -0.612965 0.063020 -0.787593 +vn -0.687936 0.161939 -0.707474 +vn -0.679659 0.466067 -0.566433 +vn -0.708616 0.553590 -0.437495 +vn -0.708616 0.553590 -0.437495 +vn -0.719883 0.627108 -0.297496 +vn -0.572277 0.819969 -0.012268 +vn -0.939310 -0.303016 -0.160869 +vn -0.887506 -0.283218 -0.363485 +vn -0.850054 -0.275175 -0.449096 +vn -0.715909 -0.230485 -0.659053 +vn -0.650724 -0.212121 -0.729084 +vn -0.575048 -0.186888 -0.796488 +vn -0.505520 -0.163420 -0.847198 +vn 0.731895 0.118617 0.671014 +vn 0.705151 0.110442 0.700403 +vn 0.656647 0.085441 0.749343 +vn 0.493434 0.022649 0.869488 +vn 0.862145 0.207579 0.462187 +vn 0.833796 0.481167 0.270670 +vn 0.762180 0.575752 0.295959 +vn 0.641213 0.651231 0.405888 +vn 0.474037 0.625560 0.619649 +vn 0.409813 0.263160 0.873384 +vn 0.277414 0.737499 0.615741 +vn 0.157187 0.625977 0.763836 +vn -0.028196 0.952275 0.303938 +vn 0.240892 0.932957 0.267512 +vn 0.538135 0.817793 0.204022 +vn 0.848101 0.524163 0.077317 +vn 0.898669 0.435897 0.048867 +vn 0.888591 0.456637 0.043460 +vn 0.844714 0.530929 -0.067626 +vn 0.889481 0.454975 -0.042672 +vn 0.800898 0.260359 -0.539236 +vn 0.766085 0.328465 -0.552471 +vn 0.588010 0.808053 0.035980 +vn 0.548082 0.707854 -0.445588 +vn 0.401463 0.915810 0.010961 +vn 0.331431 0.935464 -0.122724 +vn 0.438066 0.744135 -0.504343 +vn 0.299266 0.667419 -0.681903 +vn 0.438066 0.744135 -0.504343 +vn 0.455779 0.645465 -0.612895 +vn 0.135249 0.668490 -0.731320 +vn 0.002700 0.513295 -0.858208 +vn 0.060684 0.213212 -0.975120 +vn 0.362096 0.116365 -0.924849 +vn 0.353114 0.116914 -0.928247 +vn 0.369949 0.122258 -0.920973 +vn 0.786443 0.255173 -0.562489 +vn -0.732702 -0.113379 0.671039 +vn -0.771459 -0.106009 0.627386 +vn -0.809942 -0.102049 0.577564 +vn -0.970354 -0.040261 0.238310 +vn -0.999230 -0.010114 0.037912 +vn -0.159972 -0.166004 0.973063 +vn -0.967873 0.148583 0.202844 +vn -0.985459 0.124396 0.115739 +vn -0.877420 0.433563 0.205324 +vn -0.633889 0.220884 0.741212 +vn -0.471053 0.713105 0.519221 +vn -0.581351 0.721082 0.376925 +vn -0.516039 -0.130450 0.846573 +vn -0.295164 0.843547 0.448672 +vn -0.321417 0.136513 0.937046 +vn -0.342931 0.417707 0.841379 +vn -0.827966 0.531918 0.177585 +vn -0.609357 0.751948 0.251511 +vn -0.157672 0.936811 0.312289 +vn -0.984034 0.065379 -0.165536 +vn -0.945069 0.241320 -0.220477 +vn -0.821202 0.425891 -0.379795 +vn -0.740010 0.582579 -0.336135 +vn -0.464490 0.422228 -0.778442 +vn -0.563522 0.249307 -0.787584 +vn -0.604231 0.366574 -0.707480 +vn -0.502382 0.653248 -0.566463 +vn -0.502884 0.745457 -0.437495 +vn -0.502884 0.745457 -0.437495 +vn -0.490912 0.818843 -0.297493 +vn -0.290864 0.956686 -0.012208 +vn -0.931565 0.004882 -0.363543 +vn -0.893520 0.000978 -0.449023 +vn -0.752110 0.002065 -0.659035 +vn -0.684411 -0.000687 -0.729096 +vn -0.604707 -0.000032 -0.796448 +vn -0.531245 0.000837 -0.847218 +vn -0.367051 0.001302 -0.930200 +vn 0.732738 -0.113364 0.671002 +vn 0.704774 -0.112809 0.700405 +vn 0.650943 -0.121689 0.749310 +vn 0.475368 -0.133097 0.869661 +vn 0.954577 -0.008153 0.297852 +vn 0.961679 0.027696 0.272776 +vn 0.941707 0.199773 0.270700 +vn 0.811053 0.421254 0.405880 +vn 0.644168 0.448426 0.619647 +vn 0.471076 0.123677 0.873379 +vn 0.491741 0.615701 0.615714 +vn 0.267391 0.914385 0.303977 +vn 0.517367 0.812878 0.267507 +vn 0.764439 0.611562 0.204024 +vn 0.986192 0.159801 0.043454 +vn 0.842128 0.000145 -0.539277 +vn 0.830062 0.075813 -0.552493 +vn 0.809046 0.586651 0.035855 +vn 0.739986 0.503856 -0.445589 +vn 0.664777 0.746960 0.011041 +vn 0.604303 0.787244 -0.122739 +vn 0.646558 0.572410 -0.504291 +vn 0.490876 0.542285 -0.681886 +vn 0.646558 0.572410 -0.504291 +vn 0.632929 0.473117 -0.612831 +vn 0.333541 0.882127 -0.332569 +vn 0.335221 0.594001 -0.731294 +vn 0.158180 0.968867 -0.190460 +vn 0.380232 -0.001185 -0.924890 +vn 0.371889 0.002095 -0.928275 +vn 0.267858 0.002551 -0.963455 +vn 0.389625 0.001964 -0.920972 +vn 0.826827 -0.000330 -0.562457 +vn -0.731871 0.118586 0.671046 +vn -0.766418 0.137558 0.627440 +vn -0.801851 0.153225 0.577544 +vn -0.935296 0.261598 0.238303 +vn -0.953454 0.299149 0.037888 +vn -0.203402 -0.108444 0.973071 +vn -0.874534 0.440509 0.202836 +vn -0.898906 0.422576 0.115751 +vn -0.700431 0.683542 0.205346 +vn -0.617010 0.073483 0.783517 +vn -0.549347 0.178029 0.816409 +vn -0.227668 0.823776 0.519192 +vn -0.330106 0.865397 0.376985 +vn -0.263508 0.229181 0.937038 +vn -0.623001 0.761796 0.177585 +vn -0.347068 0.903489 0.251499 +vn 0.212148 0.925351 0.314195 +vn -0.915720 0.366137 -0.165533 +vn -0.824170 0.521662 -0.220484 +vn -0.657308 0.402585 -0.637080 +vn -0.708443 0.309245 -0.634410 +vn -0.722292 0.394959 -0.567716 +vn -0.649415 0.658830 -0.379742 +vn -0.544227 0.307890 -0.780398 +vn -0.348714 0.114683 -0.930186 +vn -0.317521 0.260216 -0.911849 +vn -0.247917 0.864392 -0.437452 +vn -0.133145 0.669523 -0.730761 +vn -0.077474 0.874645 -0.478533 +vn -0.923731 0.302481 -0.235003 +vn -0.621752 0.202633 -0.756548 +vn -0.505086 0.165011 -0.847148 +vn 0.661838 -0.334225 0.671017 +vn 0.635439 -0.325044 0.700402 +vn 0.581461 -0.316904 0.749317 +vn 0.412533 -0.271764 0.869460 +vn 0.819535 -0.338862 0.462099 +vn 0.957375 -0.100798 0.270689 +vn 0.955045 0.017796 0.295927 +vn 0.778185 -0.176766 0.602646 +vn 0.903099 0.373108 0.212610 +vn 0.614796 -0.090117 0.783521 +vn 0.751203 0.227340 0.619686 +vn 0.657931 0.433549 0.615761 +vn 0.536985 0.786906 0.304016 +vn 0.743166 0.613320 0.267475 +vn 0.916012 0.345399 0.204016 +vn 0.994230 -0.074327 0.077343 +vn 0.983274 -0.175460 0.048853 +vn 0.987286 -0.152893 0.043474 +vn 0.995462 -0.066866 -0.067710 +vn 0.987101 -0.154293 -0.042733 +vn 0.800958 -0.260081 -0.539281 +vn 0.812837 -0.184400 -0.552533 +vn 0.950688 0.308048 0.036031 +vn 0.859456 0.250527 -0.445614 +vn 0.863115 0.504887 0.010984 +vn 0.711277 0.686076 -0.152920 +vn 0.679642 0.464411 -0.567811 +vn 0.255583 -0.080372 -0.963441 +vn 0.361303 -0.118606 -0.924874 +vn 0.786279 -0.255795 -0.562436 +vn -0.659421 0.338950 0.671027 +vn -0.686472 0.367642 0.627372 +vn -0.715223 0.393528 0.577574 +vn -0.808682 0.537801 0.238336 +vn -0.814301 0.579204 0.037898 +vn -0.279630 0.016320 0.959969 +vn -0.455060 0.866441 0.205425 +vn -0.540358 0.824916 0.165913 +vn -0.409705 0.816167 0.407446 +vn -0.241834 0.877542 0.414048 +vn -0.467440 0.339034 0.816429 +vn 0.038066 0.853825 0.519167 +vn -0.248145 0.494947 0.832737 +vn -0.179756 0.299375 0.937050 +vn -0.031967 0.539532 0.841358 +vn -0.618113 0.780322 0.095052 +vn -0.357042 0.917057 0.177560 +vn -0.050887 0.966527 0.251468 +vn 0.487689 0.814526 0.314178 +vn -0.715189 0.650272 -0.256223 +vn -0.408151 0.900632 -0.149247 +vn -0.525617 0.826987 -0.199546 +vn -0.488494 0.864152 -0.120890 +vn -0.500782 0.585945 -0.637092 +vn -0.578102 0.513155 -0.634406 +vn -0.564894 0.598720 -0.567828 +vn -0.414036 0.827268 -0.379739 +vn -0.422429 0.460972 -0.780422 +vn -0.256249 0.906274 -0.336161 +vn -0.296200 0.216834 -0.930187 +vn -0.221577 0.345618 -0.911840 +vn 0.031324 0.898640 -0.437568 +vn 0.080271 0.677905 -0.730754 +vn -0.717274 0.522726 -0.460733 +vn -0.528819 0.384795 -0.756494 +vn -0.429384 0.312998 -0.847149 +vn 0.526174 -0.522381 0.671013 +vn 0.503785 -0.505570 0.700428 +vn 0.455136 -0.481070 0.749282 +vn 0.308368 -0.385883 0.869485 +vn 0.767509 -0.567642 0.297847 +vn 0.794141 -0.543016 0.272899 +vn 0.879345 -0.391790 0.270653 +vn 0.903786 -0.135860 0.405848 +vn 0.784742 -0.015780 0.619622 +vn 0.836538 0.072982 0.543026 +vn 0.453739 -0.176935 0.873393 +vn 0.702456 0.114172 0.702510 +vn 0.759705 0.209054 0.615748 +vn 0.753767 0.582633 0.303932 +vn 0.934924 0.250356 0.251473 +vn 0.977910 0.045427 0.204033 +vn 0.891777 -0.450385 0.043435 +vn 0.681363 -0.494899 -0.539277 +vn 0.715934 -0.426815 -0.552511 +vn 0.999350 -0.000775 0.036035 +vn 0.757737 -0.148785 -0.635372 +vn 0.951607 0.281698 -0.122839 +vn 0.888474 0.432695 -0.152937 +vn 0.218188 -0.155418 -0.963452 +vn 0.695844 0.372563 -0.614002 +vn 0.306928 -0.224443 -0.924890 +vn 0.302017 -0.216935 -0.928291 +vn 0.668692 -0.486277 -0.562482 +vn -0.522406 0.526130 0.671028 +vn -0.539213 0.561798 0.627402 +vn -0.558652 0.595271 0.577547 +vn -0.602886 0.761411 0.238289 +vn -0.595521 0.802446 0.037895 +vn -0.316913 0.186907 0.929856 +vn -0.448919 0.870186 0.203096 +vn -0.478683 0.870310 0.115854 +vn -0.164927 0.964691 0.205352 +vn -0.339794 0.466958 0.816389 +vn 0.300045 0.800245 0.519212 +vn 0.241617 0.894178 0.376918 +vn -0.078428 0.340293 0.937043 +vn -0.056238 0.982494 0.177604 +vn 0.250253 0.934928 0.251561 +vn 0.665171 0.678258 0.312272 +vn -0.525909 0.834248 -0.165678 +vn -0.360083 0.906517 -0.220379 +vn -0.295167 0.712037 -0.637087 +vn -0.391291 0.666609 -0.634448 +vn -0.352219 0.743990 -0.567822 +vn -0.138163 0.914707 -0.379765 +vn -0.259301 0.569034 -0.780361 +vn 0.036393 0.941126 -0.336091 +vn -0.214683 0.297780 -0.930182 +vn -0.104008 0.397171 -0.911832 +vn 0.307500 0.845018 -0.437479 +vn 0.285839 0.619963 -0.730713 +vn 0.603000 0.797648 -0.012186 +vn -0.569547 0.787627 -0.235075 +vn -0.383995 0.529364 -0.756519 +vn -0.311580 0.430388 -0.847162 +vn 0.111526 -0.417773 0.901681 +vn 0.107732 -0.391386 0.913899 +vn 0.680864 -0.723091 0.116462 +vn 0.497656 -0.722987 0.479196 +vn 0.564719 -0.693180 0.447878 +vn 0.783176 -0.546929 0.295810 +vn 0.438076 -0.635283 0.636007 +vn 0.871341 -0.349066 0.344846 +vn 0.444373 -0.434343 0.783504 +vn 0.741466 -0.257504 0.619613 +vn 0.257977 -0.358306 0.897254 +vn 0.787114 -0.035896 0.615762 +vn 0.299704 -0.176761 0.937514 +vn 0.658951 0.267737 0.702923 +vn 0.896934 0.321108 0.303973 +vn 0.961739 0.059194 0.267497 +vn 0.944082 -0.259005 0.204022 +vn 0.766081 -0.639173 -0.067664 +vn 0.495099 -0.681204 -0.539294 +vn 0.549192 -0.626999 -0.552504 +vn 0.950180 -0.309622 0.035939 +vn 0.842543 -0.302602 -0.445593 +vn 0.995035 -0.098908 0.011076 +vn 0.992090 -0.026125 -0.122784 +vn 0.843097 -0.186609 -0.504346 +vn 0.727261 -0.078387 -0.681871 +vn 0.426278 -0.049817 -0.903220 +vn 0.222585 -0.308304 -0.924881 +vn 0.220334 -0.299660 -0.928255 +vn 0.230607 -0.314052 -0.920973 +vn 0.485727 -0.669131 -0.562435 +vn -0.342661 0.780197 0.523331 +vn -0.352072 0.823003 0.445770 +vn -0.347335 0.738763 0.577570 +vn -0.338173 0.910400 0.238350 +vn -0.318359 0.947213 0.037892 +vn -0.316991 0.582078 0.748801 +vn -0.207298 0.100818 0.973069 +vn -0.234196 0.939158 0.251264 +vn 0.141310 0.968429 0.205369 +vn -0.178822 0.549071 0.816421 +vn 0.532635 0.668386 0.519192 +vn 0.506112 0.775740 0.376932 +vn 0.030567 0.347863 0.937047 +vn 0.096406 0.985562 0.139190 +vn 0.250108 0.951786 0.177620 +vn 0.526848 0.811913 0.251452 +vn 0.842132 0.439664 0.312264 +vn 0.060825 0.977993 -0.199575 +vn -0.060740 0.768474 -0.636992 +vn -0.166122 0.754877 -0.634479 +vn -0.070846 0.621278 -0.780381 +vn -0.138181 0.694690 -0.705912 +vn 0.010345 0.702468 -0.711640 +vn 0.325408 0.883822 -0.336109 +vn -0.112204 0.349539 -0.930179 +vn 0.553523 0.708588 -0.437624 +vn 0.463422 0.501297 -0.730713 +vn -0.283291 0.887451 -0.363561 +vn -0.275128 0.850105 -0.449028 +vn -0.230461 0.715966 -0.658999 +vn -0.163379 0.505653 -0.847126 +vn 0.030115 -0.538399 0.842152 +vn 0.022657 -0.493457 0.869475 +vn -0.023004 -0.431817 0.901668 +vn 0.136900 -0.766958 0.626924 +vn 0.299189 -0.933709 0.196655 +vn 0.323134 -0.906116 0.273016 +vn 0.353496 -0.933400 0.061682 +vn 0.423897 -0.898230 0.116166 +vn 0.651204 -0.641248 0.405875 +vn 0.625549 -0.474095 0.619614 +vn 0.263069 -0.409846 0.873396 +vn 0.737525 -0.277363 0.615733 +vn 0.230336 -0.260683 0.937544 +vn 0.733778 -0.114742 0.669630 +vn 0.952251 0.028592 0.303973 +vn 0.932929 -0.241017 0.267497 +vn 0.817835 -0.538075 0.204012 +vn 0.531086 -0.844614 -0.067638 +vn 0.260373 -0.800890 -0.539241 +vn 0.328435 -0.766057 -0.552528 +vn 0.860397 -0.508620 0.031989 +vn 0.725084 -0.627787 -0.283086 +vn 0.707876 -0.548062 -0.445578 +vn 0.973108 -0.172252 -0.152937 +vn 0.775231 -0.276800 -0.567801 +vn 0.085195 -0.254018 -0.963440 +vn 0.781965 -0.107600 -0.613965 +vn 0.116383 -0.361983 -0.924891 +vn 0.116889 -0.353042 -0.928277 +vn 0.255192 -0.786458 -0.562459 +vn 0.698381 -0.644853 -0.310531 +vn 0.695624 -0.602801 -0.390816 +vn 0.491901 -0.418615 -0.763410 +vn 0.433333 -0.395223 -0.809952 +vn 0.106446 -0.119093 -0.987161 +vn 0.394207 -0.434126 -0.810022 +vn 0.564079 -0.650132 -0.509061 +vn 0.546775 -0.595618 -0.588453 +vn 0.698420 -0.698443 -0.156161 +vn 0.572445 -0.572512 -0.586973 +vn 0.416399 -0.416439 -0.808202 +vn 0.219579 -0.219608 -0.950556 +vn 0.464943 -0.829111 -0.310489 +vn 0.475308 -0.788256 -0.390812 +vn 0.397593 -0.703871 -0.588630 +vn 0.396464 -0.648473 -0.649845 +vn 0.289968 -0.509784 -0.809963 +vn 0.062080 -0.142474 -0.987850 +vn 0.240740 -0.534695 -0.810028 +vn 0.335566 -0.792621 -0.509064 +vn 0.335957 -0.735462 -0.588413 +vn 0.378009 -0.891885 -0.248297 +vn 0.431829 -0.847536 -0.308556 +vn 0.367517 -0.721365 -0.586996 +vn 0.267357 -0.524759 -0.808176 +vn 0.140981 -0.276718 -0.950553 +vn 0.185967 -0.932209 -0.310488 +vn 0.208469 -0.896585 -0.390737 +vn 0.151955 -0.627987 -0.763244 +vn 0.118266 -0.574460 -0.809944 +vn 0.016556 -0.161196 -0.986784 +vn 0.063738 -0.582895 -0.810044 +vn 0.074217 -0.857550 -0.509019 +vn 0.092268 -0.803287 -0.588402 +vn 0.154499 -0.975554 -0.156285 +vn 0.126610 -0.799650 -0.586967 +vn 0.092090 -0.581672 -0.808194 +vn 0.048561 -0.306744 -0.950553 +vn -0.060453 -0.757744 -0.649746 +vn -0.079065 -0.702256 -0.707520 +vn -0.060446 -0.757727 -0.649766 +vn -0.033502 -0.151766 -0.987849 +vn -0.119522 -0.574077 -0.810031 +vn -0.194420 -0.838552 -0.508951 +vn -0.160468 -0.792491 -0.588395 +vn -0.148829 -0.939514 -0.308487 +vn -0.126682 -0.799637 -0.586969 +vn -0.092156 -0.581612 -0.808230 +vn -0.048606 -0.306721 -0.950558 +vn -0.397498 -0.863468 -0.310514 +vn -0.358379 -0.847873 -0.390737 +vn -0.335763 -0.735363 -0.588646 +vn -0.291612 -0.701911 -0.649833 +vn -0.124239 -0.281486 -0.951489 +vn -0.078755 -0.133981 -0.987850 +vn -0.291092 -0.509053 -0.810019 +vn -0.444011 -0.737380 -0.509043 +vn -0.397503 -0.704109 -0.588407 +vn -0.499365 -0.830090 -0.248165 +vn -0.431865 -0.847532 -0.308516 +vn -0.367579 -0.721334 -0.586995 +vn -0.267364 -0.524685 -0.808222 +vn -0.644840 -0.698370 -0.310581 +vn -0.602833 -0.695619 -0.390778 +vn -0.395244 -0.433335 -0.809940 +vn -0.418677 -0.492055 -0.763277 +vn -0.434127 -0.394190 -0.810030 +vn -0.470432 -0.397753 -0.787709 +vn -0.455165 -0.394470 -0.798259 +vn -0.650092 -0.564062 -0.509132 +vn -0.595627 -0.546811 -0.588409 +vn -0.698444 -0.698427 -0.156123 +vn -0.572501 -0.572443 -0.586986 +vn -0.416429 -0.416384 -0.808215 +vn -0.219618 -0.219578 -0.950554 +vn -0.829101 -0.464944 -0.310514 +vn -0.788295 -0.475318 -0.390722 +vn -0.509770 -0.290004 -0.809958 +vn -0.550111 -0.338564 -0.763382 +vn -0.534718 -0.240735 -0.810015 +vn -0.570306 -0.232912 -0.787720 +vn -0.554725 -0.234516 -0.798299 +vn -0.792630 -0.335571 -0.509048 +vn -0.735453 -0.335975 -0.588413 +vn -0.880081 -0.448405 -0.156176 +vn -0.721362 -0.367515 -0.587000 +vn -0.524729 -0.267327 -0.808206 +vn -0.276721 -0.140969 -0.950554 +vn -0.932195 -0.185963 -0.310531 +vn -0.896589 -0.208425 -0.390752 +vn -0.792265 -0.160610 -0.588660 +vn -0.739249 -0.176658 -0.649849 +vn -0.154654 -0.015033 -0.987854 +vn -0.582964 -0.063725 -0.809995 +vn -0.857505 -0.074222 -0.509093 +vn -0.803277 -0.092268 -0.588415 +vn -0.975570 -0.154494 -0.156187 +vn -0.799643 -0.126619 -0.586975 +vn -0.581628 -0.092089 -0.808225 +vn -0.306750 -0.048558 -0.950551 +vn -0.757732 0.060458 -0.649760 +vn -0.702234 0.079064 -0.707543 +vn -0.757706 0.060442 -0.649792 +vn -0.449879 0.048725 -0.891759 +vn -0.151761 0.033503 -0.987849 +vn -0.574110 0.119527 -0.810007 +vn -0.838484 0.194393 -0.509073 +vn -0.792479 0.160469 -0.588410 +vn -0.880386 0.139462 -0.453289 +vn -0.699244 0.110785 -0.706247 +vn -0.449765 0.071262 -0.890300 +vn -0.863468 0.397480 -0.310536 +vn -0.847840 0.358406 -0.390785 +vn -0.735370 0.335751 -0.588644 +vn -0.534246 0.241979 -0.809955 +vn -0.597109 0.246215 -0.763439 +vn -0.509065 0.291075 -0.810018 +vn -0.523607 0.324440 -0.787765 +vn -0.515728 0.310908 -0.798349 +vn -0.737393 0.443990 -0.509043 +vn -0.704066 0.397524 -0.588443 +vn -0.847541 0.431866 -0.308491 +vn -0.721350 0.367577 -0.586977 +vn -0.524712 0.267388 -0.808196 +vn -0.276685 0.141011 -0.950558 +vn -0.698397 0.644848 -0.310505 +vn -0.695635 0.602774 -0.390839 +vn -0.595646 0.546544 -0.588639 +vn -0.577517 0.494285 -0.649736 +vn -0.433344 0.395249 -0.809933 +vn -0.106454 0.119104 -0.987158 +vn -0.394214 0.434120 -0.810022 +vn -0.564063 0.650139 -0.509071 +vn -0.546794 0.595630 -0.588423 +vn -0.635119 0.731439 -0.248237 +vn -0.672604 0.672639 -0.308482 +vn -0.572431 0.572500 -0.586998 +vn -0.416375 0.416437 -0.808216 +vn -0.219576 0.219612 -0.950556 +vn -0.464939 0.829110 -0.310496 +vn -0.475316 0.788303 -0.390709 +vn -0.338484 0.550106 -0.763421 +vn -0.289992 0.509802 -0.809942 +vn -0.062077 0.142470 -0.987851 +vn -0.240760 0.534698 -0.810020 +vn -0.335576 0.792617 -0.509066 +vn -0.335977 0.735459 -0.588405 +vn -0.448413 0.880077 -0.156172 +vn -0.367505 0.721367 -0.587000 +vn -0.267317 0.524735 -0.808205 +vn -0.140996 0.276717 -0.950551 +vn -0.185968 0.932203 -0.310505 +vn -0.208405 0.896564 -0.390820 +vn -0.160609 0.792256 -0.588673 +vn -0.176688 0.739328 -0.649751 +vn -0.015030 0.154689 -0.987849 +vn -0.063735 0.582916 -0.810029 +vn -0.074228 0.857535 -0.509043 +vn -0.092264 0.803265 -0.588433 +vn -0.154500 0.975565 -0.156213 +vn -0.126612 0.799645 -0.586973 +vn -0.092090 0.581667 -0.808198 +vn -0.048555 0.306719 -0.950561 +vn 0.060454 0.757741 -0.649749 +vn 0.079062 0.702224 -0.707553 +vn 0.060445 0.757697 -0.649801 +vn 0.033501 0.151760 -0.987850 +vn 0.119529 0.574107 -0.810009 +vn 0.194397 0.838496 -0.509052 +vn 0.160466 0.792459 -0.588439 +vn 0.148827 0.939511 -0.308497 +vn 0.126684 0.799642 -0.586961 +vn 0.092162 0.581655 -0.808198 +vn 0.048605 0.306722 -0.950557 +vn 0.397492 0.863467 -0.310524 +vn 0.358353 0.847883 -0.390739 +vn 0.335755 0.735348 -0.588670 +vn 0.291626 0.701955 -0.649780 +vn 0.124244 0.281496 -0.951485 +vn 0.078751 0.133985 -0.987849 +vn 0.291086 0.509049 -0.810023 +vn 0.444035 0.737341 -0.509079 +vn 0.397488 0.704093 -0.588435 +vn 0.499353 0.830061 -0.248286 +vn 0.431861 0.847527 -0.308536 +vn 0.367583 0.721342 -0.586983 +vn 0.267388 0.524710 -0.808198 +vn 0.644879 0.698372 -0.310497 +vn 0.602852 0.695596 -0.390790 +vn 0.546559 0.595615 -0.588656 +vn 0.494269 0.577488 -0.649773 +vn 0.229542 0.205566 -0.951343 +vn 0.434124 0.394175 -0.810038 +vn 0.650126 0.564094 -0.509053 +vn 0.595618 0.546811 -0.588419 +vn 0.698429 0.698428 -0.156188 +vn 0.572514 0.572455 -0.586960 +vn 0.322003 0.321961 -0.890312 +vn 0.829097 0.464947 -0.310521 +vn 0.788345 0.475318 -0.390622 +vn 0.550163 0.338450 -0.763395 +vn 0.509768 0.290004 -0.809959 +vn 0.142470 0.062100 -0.987849 +vn 0.534708 0.240733 -0.810021 +vn 0.792617 0.335592 -0.509055 +vn 0.735448 0.335989 -0.588412 +vn 0.794220 0.404644 -0.453296 +vn 0.524735 0.267328 -0.808201 +vn 0.276722 0.140971 -0.950554 +vn 0.932196 0.185962 -0.310530 +vn 0.896576 0.208412 -0.390789 +vn 0.574482 0.118276 -0.809927 +vn 0.627850 0.151926 -0.763363 +vn 0.582955 0.063725 -0.810001 +vn 0.614409 0.045306 -0.787686 +vn 0.600023 0.051654 -0.798314 +vn 0.857531 0.074187 -0.509056 +vn 0.803267 0.092265 -0.588430 +vn 0.880386 0.139412 -0.453305 +vn 0.581627 0.092086 -0.808227 +vn 0.306724 0.048558 -0.950559 +vn 0.944042 -0.111208 -0.310511 +vn 0.917111 -0.078816 -0.390762 +vn 0.803108 -0.092077 -0.588677 +vn 0.757737 -0.060406 -0.649759 +vn 0.582862 -0.065043 -0.809964 +vn 0.159542 -0.034404 -0.986592 +vn 0.574133 -0.119521 -0.809991 +vn 0.838459 -0.194434 -0.509099 +vn 0.792468 -0.160470 -0.588425 +vn 0.939509 -0.148826 -0.308502 +vn 0.799634 -0.126681 -0.586973 +vn 0.581655 -0.092158 -0.808199 +vn 0.306708 -0.048601 -0.950562 +vn 0.863483 -0.397468 -0.310510 +vn 0.847851 -0.358404 -0.390762 +vn 0.735386 -0.335751 -0.588625 +vn 0.701938 -0.291604 -0.649808 +vn 0.534236 -0.241977 -0.809962 +vn 0.133966 -0.078760 -0.987851 +vn 0.509075 -0.291079 -0.810010 +vn 0.737405 -0.443955 -0.509056 +vn 0.704084 -0.397512 -0.588430 +vn 0.830109 -0.499365 -0.248098 +vn 0.847520 -0.431874 -0.308536 +vn 0.721355 -0.367580 -0.586969 +vn 0.524716 -0.267388 -0.808194 +vn 0.276679 -0.141006 -0.950561 +vn -0.767952 0.070497 -0.636616 +vn -0.918134 0.000000 -0.396269 +vn -0.767999 -0.070067 -0.636606 +vn -0.815887 -0.139872 -0.561039 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn 0.668553 -0.114965 -0.734724 +vn 0.528669 -0.187095 -0.827952 +vn 0.639528 -0.226290 -0.734708 +vn 0.489433 -0.273738 -0.827963 +vn 0.592084 -0.331123 -0.734707 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.527580 -0.426415 -0.734731 +vn 0.370251 -0.421186 -0.827959 +vn 0.447963 -0.509439 -0.734712 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.355426 -0.577863 -0.734675 +vn 0.208857 -0.520469 -0.827944 +vn 0.252660 -0.629583 -0.734702 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.142582 -0.663185 -0.734749 +vn 0.028491 -0.677770 -0.734722 +vn -0.071528 -0.556229 -0.827945 +vn -0.086480 -0.672851 -0.734706 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.198933 -0.648515 -0.734748 +vn -0.252721 -0.500610 -0.827962 +vn -0.305699 -0.605607 -0.734703 +vn -0.333699 -0.450696 -0.827960 +vn -0.403624 -0.545232 -0.734717 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.489916 -0.469140 -0.734772 +vn -0.464800 -0.313794 -0.827946 +vn -0.562169 -0.379609 -0.734753 +vn -0.618324 -0.279129 -0.734685 +vn -0.542831 -0.141030 -0.827916 +vn -0.542661 0.141597 -0.827931 +vn -0.656432 0.171237 -0.734694 +vn -0.510915 0.231274 -0.827936 +vn -0.618035 0.279736 -0.734698 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.561799 0.380107 -0.734780 +vn -0.489534 0.469649 -0.734701 +vn -0.333245 0.451034 -0.827959 +vn -0.403151 0.545602 -0.734703 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.305105 0.605832 -0.734765 +vn -0.163944 0.536313 -0.827944 +vn -0.198347 0.648738 -0.734709 +vn -0.070950 0.556306 -0.827943 +vn -0.085859 0.672933 -0.734704 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn 0.029101 0.677742 -0.734724 +vn 0.118421 0.548139 -0.827962 +vn 0.143227 0.663090 -0.734709 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.253220 0.629333 -0.734725 +vn 0.294242 0.477361 -0.827978 +vn 0.355934 0.577479 -0.734731 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.448420 0.509044 -0.734707 +vn 0.436464 0.352072 -0.827976 +vn 0.527986 0.425934 -0.734718 +vn 0.489720 0.273249 -0.827955 +vn 0.592369 0.330562 -0.734730 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.639716 0.225697 -0.734727 +vn 0.668660 0.114331 -0.734726 +vn 0.560808 -0.000293 -0.827946 +vn 0.678356 -0.000318 -0.734733 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn -0.429081 -0.036281 -0.902537 +vn -0.356949 -0.240959 -0.902511 +vn -0.416685 0.108751 -0.902522 +vn 0.988556 0.150855 0.000000 +vn 0.988556 0.150854 0.000000 +vn 0.974927 0.222523 0.000000 +vn 0.974929 0.222515 0.000000 +vn 0.956111 0.293005 0.000000 +vn 0.956115 0.292991 0.000000 +vn 0.205767 0.978601 -0.000011 +vn 0.286211 0.958167 0.000049 +vn 0.288332 0.957531 -0.000008 +vn 0.439889 0.898052 0.000091 +vn 0.591920 0.805997 -0.000001 +vn 0.824990 0.565148 0.000054 +vn 0.910545 0.413411 0.000000 +vn 0.966988 0.254823 0.000027 +vn 0.996376 0.085053 0.000003 +vn 0.967005 -0.254756 0.000027 +vn 0.827372 -0.561655 0.000008 +vn 0.716982 -0.697092 0.000065 +vn 0.446563 -0.894752 0.000007 +vn 0.286645 -0.958037 0.000050 +vn 0.205778 -0.978599 0.000010 +vn 0.675262 0.737578 -0.000009 +vn 0.673611 0.739087 0.000050 +vn 0.786025 0.618195 0.000091 +vn 0.790577 0.612362 -0.000003 +vn 0.948182 0.317727 0.000065 +vn 0.949817 0.312805 0.000000 +vn 0.999807 -0.019631 0.000040 +vn 0.999743 -0.022660 0.000000 +vn 0.934889 -0.354939 0.000014 +vn 0.860400 -0.509620 0.000014 +vn 0.762011 -0.647564 0.000002 +vn 0.639030 -0.769182 0.000039 +vn 0.347623 -0.937634 0.000010 +vn 0.343593 -0.939119 0.000065 +vn -0.155661 -0.987811 0.000006 +vn -0.157373 -0.987539 0.000050 +vn 0.893493 0.449077 -0.000012 +vn 0.927565 0.373661 0.000049 +vn 0.928409 0.371560 -0.000009 +vn 0.976426 0.215852 0.000090 +vn 0.999203 0.039914 0.000001 +vn 0.956220 -0.292648 0.000052 +vn 0.955031 -0.296508 0.000000 +vn 0.802154 -0.597117 0.000027 +vn 0.800941 -0.598743 0.000000 +vn 0.405462 -0.914112 0.000002 +vn 0.403834 -0.914832 0.000025 +vn 0.076621 -0.997060 0.000007 +vn -0.097922 -0.995194 0.000065 +vn -0.421040 -0.907042 0.000006 +vn -0.570278 -0.821452 0.000049 +vn -0.636841 -0.770995 0.000008 +vn 0.999854 0.017116 -0.000011 +vn 0.997827 -0.065888 0.000049 +vn 0.997681 -0.068067 -0.000009 +vn 0.973380 -0.229198 0.000090 +vn 0.917558 -0.397602 0.000000 +vn 0.839532 -0.543311 0.000065 +vn 0.731762 -0.681561 0.000001 +vn 0.608047 -0.793901 0.000038 +vn 0.304726 -0.952440 0.000001 +vn 0.138020 -0.990429 0.000014 +vn -0.202882 -0.979203 0.000041 +vn -0.363678 -0.931525 0.000007 +vn -0.520041 -0.854142 0.000064 +vn -0.654083 -0.756422 0.000013 +vn -0.869424 -0.494066 0.000006 +vn -0.870183 -0.492728 0.000050 +vn 0.869383 -0.494138 -0.000007 +vn 0.870400 -0.492346 0.000050 +vn 0.777570 -0.628796 0.000092 +vn 0.772932 -0.634489 -0.000002 +vn 0.516304 -0.856406 0.000000 +vn 0.367413 -0.930058 0.000051 +vn 0.200365 -0.979721 0.000001 +vn 0.033333 -0.999444 0.000029 +vn -0.305350 -0.952240 0.000013 +vn -0.461788 -0.886990 0.000002 +vn -0.607665 -0.794194 0.000039 +vn -0.836754 -0.547579 0.000010 +vn -0.839175 -0.543862 0.000065 +vn -0.971675 -0.236322 0.000007 +vn -0.997805 -0.066228 0.000049 +vn -0.999854 0.017103 0.000010 +vn 0.568849 -0.822442 -0.000008 +vn 0.570685 -0.821169 0.000049 +vn 0.427848 -0.903851 0.000089 +vn 0.261206 -0.965283 0.000000 +vn -0.072445 -0.997373 0.000053 +vn -0.076629 -0.997060 0.000000 +vn -0.403652 -0.914913 0.000024 +vn -0.405530 -0.914082 0.000001 +vn -0.800816 -0.598911 0.000003 +vn -0.802162 -0.597107 0.000027 +vn -0.955056 -0.296425 0.000009 +vn -0.956009 -0.293336 0.000052 +vn -0.999206 0.039830 0.000012 +vn -0.998974 0.045296 0.000079 +vn -0.928467 0.371414 0.000006 +vn -0.927688 0.373356 0.000049 +vn 0.155682 -0.987807 -0.000007 +vn 0.157830 -0.987466 0.000050 +vn -0.006741 -0.999977 0.000090 +vn -0.014140 -0.999900 -0.000002 +vn -0.342835 -0.939396 0.000066 +vn -0.501472 -0.865174 0.000000 +vn -0.638770 -0.769398 0.000041 +vn -0.761926 -0.647664 0.000001 +vn -0.860392 -0.509633 0.000013 +vn -0.981384 -0.192056 0.000001 +vn -0.981799 -0.189924 0.000027 +vn -0.989095 0.147279 0.000008 +vn -0.948408 0.317054 0.000066 +vn -0.883008 0.469358 0.000013 +vn -0.675256 0.737583 0.000005 +vn -0.673857 0.738862 0.000050 +vn -0.288417 -0.957505 -0.000009 +vn -0.286125 -0.958192 0.000051 +vn -0.439956 -0.898019 0.000091 +vn -0.446561 -0.894753 -0.000004 +vn -0.720017 -0.693957 0.000000 +vn -0.825044 -0.565069 0.000052 +vn -0.967521 -0.252791 0.000000 +vn -0.996298 -0.085965 0.000013 +vn -0.966984 0.254837 0.000026 +vn -0.910610 0.413266 0.000005 +vn -0.825291 0.564707 0.000051 +vn -0.720079 0.693892 0.000011 +vn -0.587431 0.809274 0.000077 +vn -0.288300 0.957540 0.000006 +vn -0.286645 0.958037 0.000050 +vn -0.675217 -0.737619 -0.000009 +vn -0.673565 -0.739128 0.000051 +vn -0.786068 -0.618140 0.000092 +vn -0.790563 -0.612380 -0.000003 +vn -0.949795 -0.312873 0.000001 +vn -0.988504 -0.151196 0.000053 +vn -0.999743 0.022662 0.000000 +vn -0.934918 0.354863 0.000015 +vn -0.934631 0.355618 0.000002 +vn -0.760738 0.649059 0.000025 +vn -0.501622 0.865087 0.000007 +vn -0.498569 0.866850 0.000052 +vn -0.183510 0.983018 0.000013 +vn -0.178189 0.983996 0.000079 +vn 0.155634 0.987815 0.000006 +vn 0.157441 0.987528 0.000050 +vn -0.893282 -0.449497 -0.000011 +vn -0.927622 -0.373521 0.000050 +vn -0.928349 -0.371711 -0.000009 +vn -0.976428 -0.215845 0.000091 +vn -0.999207 -0.039824 0.000000 +vn -0.992126 0.125247 0.000065 +vn -0.892249 0.451543 0.000039 +vn -0.890850 0.454298 0.000001 +vn -0.688453 0.725281 0.000016 +vn -0.554615 0.832107 0.000006 +vn -0.403801 0.914847 0.000026 +vn -0.244585 0.969628 0.000006 +vn -0.073135 0.997322 0.000053 +vn 0.093644 0.995606 0.000009 +vn 0.266410 0.963860 0.000077 +vn 0.421106 0.907011 0.000007 +vn 0.570320 0.821423 0.000049 +vn 0.636841 0.770995 0.000010 +vn -0.997693 0.067891 -0.000008 +vn -0.997821 0.065976 0.000050 +vn -0.973489 0.228733 0.000091 +vn -0.917524 0.397680 -0.000003 +vn -0.734591 0.678510 0.000052 +vn -0.731761 0.681561 0.000001 +vn -0.463667 0.886010 0.000026 +vn -0.138760 0.990326 0.000004 +vn 0.033098 0.999452 0.000026 +vn 0.200365 0.979721 0.000005 +vn 0.366850 0.930280 0.000050 +vn 0.516304 0.856405 0.000012 +vn 0.658231 0.752816 0.000077 +vn 0.869377 0.494149 0.000005 +vn 0.870184 0.492728 0.000050 +vn -0.869298 0.494288 -0.000009 +vn -0.870486 0.492193 0.000051 +vn -0.777654 0.628692 0.000091 +vn -0.654128 0.756384 0.000000 +vn -0.367447 0.930045 0.000052 +vn -0.363613 0.931550 -0.000001 +vn -0.033290 0.999446 0.000025 +vn -0.031245 0.999512 0.000001 +vn 0.305350 0.952240 0.000014 +vn 0.461787 0.886991 0.000001 +vn 0.734134 0.679005 0.000052 +vn 0.836795 0.547517 0.000010 +vn 0.919663 0.392709 0.000079 +vn 0.971696 0.236236 0.000003 +vn 0.997793 0.066406 0.000049 +vn 0.999851 -0.017277 0.000010 +vn -0.636851 0.770987 -0.000011 +vn -0.570642 0.821199 0.000049 +vn -0.568849 0.822442 -0.000009 +vn -0.427782 0.903882 0.000089 +vn -0.261191 0.965287 0.000000 +vn 0.072484 0.997370 0.000053 +vn 0.244565 0.969633 0.000001 +vn 0.403682 0.914899 0.000025 +vn 0.688185 0.725535 0.000013 +vn 0.801012 0.598649 0.000002 +vn 0.892068 0.451901 0.000039 +vn 0.991477 0.130284 0.000010 +vn 0.992038 0.125938 0.000065 +vn 0.977980 -0.208701 0.000007 +vn 0.927781 -0.373126 0.000049 +vn 0.893429 -0.449205 0.000010 +vn -0.155655 0.987812 -0.000008 +vn -0.157871 0.987460 0.000050 +vn 0.006739 0.999977 0.000091 +vn 0.183505 0.983019 0.000001 +vn 0.498059 0.867143 0.000054 +vn 0.641070 0.767482 0.000000 +vn 0.760627 0.649189 0.000027 +vn 0.934602 0.355696 0.000003 +vn 0.981785 0.189995 0.000027 +vn 0.999741 0.022747 0.000006 +vn 0.948434 -0.316975 0.000066 +vn 0.882999 -0.469374 0.000013 +vn 0.675213 -0.737623 0.000005 +vn 0.673991 -0.738739 0.000049 +vn -0.665252 0.201272 -0.718978 +vn -0.662321 0.202977 -0.721201 +vn -0.687990 0.157019 -0.708530 +vn -0.686721 0.107304 -0.718957 +vn 0.051910 0.702048 -0.710235 +vn -0.017739 0.707554 -0.706436 +vn -0.034027 0.706402 -0.706992 +vn -0.245534 0.662428 -0.707744 +vn -0.454005 0.541710 -0.707411 +vn -0.609118 0.359122 -0.707111 +vn -0.609949 0.357573 -0.707180 +vn -0.693530 0.137333 -0.707217 +vn -0.698887 -0.107528 -0.707104 +vn -0.670898 -0.221571 -0.707674 +vn -0.563450 -0.423110 -0.709578 +vn -0.482625 -0.531561 -0.696072 +vn -0.257888 0.654992 -0.710267 +vn -0.322954 0.629783 -0.706452 +vn -0.337193 0.621697 -0.706961 +vn -0.582976 0.400064 -0.707169 +vn -0.704627 0.059206 -0.707104 +vn -0.684435 0.176940 -0.707277 +vn -0.704725 0.057608 -0.707138 +vn -0.684376 -0.177161 -0.707279 +vn -0.643037 -0.294091 -0.707116 +vn -0.508292 -0.490792 -0.707646 +vn -0.324076 -0.625715 -0.709546 +vn -0.204248 -0.688371 -0.696009 +vn -0.512021 0.469982 -0.718993 +vn -0.508645 0.470251 -0.721210 +vn -0.551731 0.439960 -0.708539 +vn -0.572119 0.394638 -0.718986 +vn -0.686711 -0.107306 -0.718967 +vn -0.684825 -0.104521 -0.721172 +vn -0.688008 -0.157017 -0.708513 +vn -0.665244 -0.201279 -0.718984 +vn 0.351348 0.609927 -0.710312 +vn 0.291034 0.645144 -0.706462 +vn 0.275909 0.651194 -0.706980 +vn 0.066176 0.703367 -0.707739 +vn -0.171083 0.686009 -0.707194 +vn -0.174064 0.685058 -0.707388 +vn -0.394324 0.586882 -0.707162 +vn -0.565204 0.424699 -0.707231 +vn -0.566601 0.422977 -0.707144 +vn -0.674848 0.209777 -0.707513 +vn -0.705841 -0.029601 -0.707752 +vn -0.691197 -0.136673 -0.709625 +vn -0.665567 -0.269402 -0.696019 +vn -0.516503 0.478351 -0.710215 +vn -0.564218 0.427225 -0.706496 +vn -0.573550 0.413915 -0.706905 +vn -0.670961 0.221073 -0.707769 +vn -0.699007 0.103382 -0.707603 +vn -0.698829 0.107512 -0.707163 +vn -0.694006 -0.135192 -0.707162 +vn -0.659950 -0.253909 -0.707104 +vn -0.539758 -0.456581 -0.707245 +vn -0.354633 -0.611239 -0.707546 +vn -0.351683 -0.613437 -0.707117 +vn -0.128154 -0.694692 -0.707799 +vn 0.086129 -0.703782 -0.705176 +vn -0.257448 0.645649 -0.718928 +vn -0.254308 0.644440 -0.721128 +vn -0.306168 0.635753 -0.708575 +vn -0.552381 -0.440466 -0.707718 +vn -0.572124 -0.394646 -0.718977 +vn -0.551743 -0.439960 -0.708530 +vn -0.508625 -0.470257 -0.721220 +vn 0.611928 0.346995 -0.710731 +vn 0.625224 0.352699 -0.696203 +vn 0.542126 0.455003 -0.706450 +vn 0.467337 0.530580 -0.707164 +vn 0.364789 0.605009 -0.707738 +vn 0.140404 0.692677 -0.707450 +vn -0.100601 0.699850 -0.707170 +vn -0.216095 0.673319 -0.707068 +vn -0.427374 0.563025 -0.707357 +vn -0.591603 0.386289 -0.707663 +vn -0.594341 0.383027 -0.707141 +vn -0.682679 0.173250 -0.709883 +vn -0.716552 0.045889 -0.696022 +vn -0.652887 0.261943 -0.710721 +vn -0.665605 0.268874 -0.696188 +vn -0.693746 0.140082 -0.706466 +vn -0.706196 0.034601 -0.707171 +vn -0.700453 -0.091917 -0.707755 +vn -0.629092 -0.322067 -0.707472 +vn -0.485600 -0.514025 -0.707086 +vn -0.484411 -0.515016 -0.707181 +vn -0.173753 -0.685106 -0.707417 +vn -0.171028 -0.686142 -0.707077 +vn 0.066739 -0.703329 -0.707725 +vn 0.287100 -0.643456 -0.709605 +vn 0.298210 -0.642780 -0.705624 +vn 0.383047 -0.596692 -0.705148 +vn 0.048193 0.693366 -0.718972 +vn 0.050503 0.690917 -0.721168 +vn 0.000000 0.705639 -0.708571 +vn -0.050503 0.690917 -0.721168 +vn -0.048193 0.693366 -0.718972 +vn -0.306538 -0.636497 -0.707747 +vn -0.344271 -0.603807 -0.718954 +vn -0.306185 -0.635768 -0.708555 +vn -0.254259 -0.644426 -0.721157 +vn 0.701891 0.047174 -0.710721 +vn 0.716312 0.046397 -0.696235 +vn 0.686294 0.173368 -0.706360 +vn 0.674012 0.217508 -0.705973 +vn 0.591218 0.386667 -0.707779 +vn 0.427054 0.563171 -0.707434 +vn 0.214547 0.673764 -0.707115 +vn 0.097602 0.700291 -0.707154 +vn -0.140704 0.692701 -0.707367 +vn -0.143580 0.692343 -0.707139 +vn -0.365406 0.604767 -0.707626 +vn -0.537831 0.455181 -0.709612 +vn -0.625662 0.352341 -0.695991 +vn -0.701908 -0.047116 -0.710707 +vn -0.716312 -0.046395 -0.696236 +vn -0.685865 -0.174685 -0.706452 +vn -0.651249 -0.275296 -0.707168 +vn -0.516725 -0.481951 -0.707614 +vn -0.097141 -0.700386 -0.707123 +vn 0.022586 -0.706725 -0.707127 +vn 0.020422 -0.706659 -0.707259 +vn 0.140659 -0.692672 -0.707404 +vn 0.365418 -0.604758 -0.707628 +vn 0.537829 -0.455181 -0.709612 +vn 0.625587 -0.352328 -0.696064 +vn 0.306172 0.635765 -0.708563 +vn 0.254308 0.644440 -0.721128 +vn 0.257440 0.645631 -0.718948 +vn 0.344248 0.603789 -0.718980 +vn -0.048192 -0.693366 -0.718972 +vn -0.050503 -0.690917 -0.721168 +vn 0.000000 -0.705641 -0.708570 +vn 0.000000 -0.706448 -0.707765 +vn 0.050499 -0.690922 -0.721163 +vn 0.652813 -0.262214 -0.710689 +vn 0.665628 -0.268882 -0.696162 +vn 0.693738 -0.140241 -0.706441 +vn 0.706198 -0.034581 -0.707169 +vn 0.674675 0.210065 -0.707592 +vn 0.566599 0.423008 -0.707128 +vn 0.565160 0.424714 -0.707257 +vn 0.391770 0.588551 -0.707194 +vn 0.173761 0.685138 -0.707384 +vn 0.050711 0.705251 -0.707142 +vn 0.050711 0.705251 -0.707142 +vn -0.066753 0.703395 -0.707658 +vn -0.071083 0.703491 -0.707140 +vn -0.287100 0.643450 -0.709610 +vn -0.298203 0.642748 -0.705656 +vn -0.383014 0.596787 -0.705086 +vn -0.611930 -0.346996 -0.710729 +vn -0.625203 -0.352685 -0.696229 +vn -0.542119 -0.454999 -0.706458 +vn -0.467332 -0.530574 -0.707172 +vn -0.256441 -0.658459 -0.707580 +vn -0.022629 -0.706735 -0.707116 +vn -0.020270 -0.706615 -0.707308 +vn 0.215918 -0.673284 -0.707155 +vn 0.326961 -0.626948 -0.707130 +vn 0.517070 -0.481738 -0.707507 +vn 0.648762 -0.279561 -0.707781 +vn 0.682061 -0.176789 -0.709604 +vn 0.716531 -0.045887 -0.696044 +vn 0.551703 0.439953 -0.708566 +vn 0.508666 0.470236 -0.721206 +vn 0.512032 0.469978 -0.718988 +vn 0.572118 0.394636 -0.718988 +vn 0.257418 -0.645627 -0.718959 +vn 0.254268 -0.644429 -0.721151 +vn 0.306183 -0.635772 -0.708552 +vn 0.306536 -0.636500 -0.707745 +vn 0.345263 -0.600582 -0.721176 +vn 0.516485 -0.478288 -0.710270 +vn 0.564183 -0.427338 -0.706455 +vn 0.573545 -0.413896 -0.706920 +vn 0.671008 -0.221114 -0.707713 +vn 0.699021 -0.103470 -0.707576 +vn 0.698857 -0.107441 -0.707146 +vn 0.694016 0.135200 -0.707151 +vn 0.659913 0.253859 -0.707157 +vn 0.453800 0.541929 -0.707374 +vn 0.351692 0.613415 -0.707131 +vn 0.245083 0.662653 -0.707690 +vn -0.086115 0.703878 -0.705081 +vn -0.400681 -0.578143 -0.710779 +vn -0.410309 -0.589072 -0.696161 +vn -0.291024 -0.645177 -0.706436 +vn -0.190838 -0.680790 -0.707182 +vn 0.054710 -0.704485 -0.707607 +vn 0.286263 -0.646543 -0.707133 +vn 0.394410 -0.586824 -0.707163 +vn 0.629315 -0.321822 -0.707385 +vn 0.630792 -0.319467 -0.707137 +vn 0.700668 -0.091367 -0.707613 +vn 0.691197 0.136646 -0.709630 +vn 0.665529 0.269481 -0.696026 +vn 0.686717 0.107301 -0.718962 +vn 0.684817 0.104520 -0.721181 +vn 0.687962 0.157016 -0.708558 +vn 0.665246 0.201278 -0.718982 +vn 0.512029 -0.469981 -0.718988 +vn 0.508662 -0.470249 -0.721200 +vn 0.551725 -0.439951 -0.708550 +vn 0.572125 -0.394634 -0.718983 +vn 0.257900 -0.654999 -0.710256 +vn 0.322946 -0.629812 -0.706429 +vn 0.337183 -0.621679 -0.706982 +vn 0.582963 -0.400083 -0.707169 +vn 0.584905 -0.396468 -0.707601 +vn 0.704736 -0.057608 -0.707127 +vn 0.704486 0.060917 -0.707099 +vn 0.643981 0.291281 -0.707421 +vn 0.508333 0.490784 -0.707622 +vn 0.324084 0.625673 -0.709579 +vn 0.204258 0.688401 -0.695977 +vn -0.051935 -0.702035 -0.710246 +vn 0.017720 -0.707530 -0.706461 +vn 0.034080 -0.706457 -0.706935 +vn 0.354961 -0.610985 -0.707601 +vn 0.451758 -0.543951 -0.707130 +vn 0.539803 -0.456494 -0.707267 +vn 0.661016 -0.250957 -0.707162 +vn 0.693511 -0.137348 -0.707233 +vn 0.699030 0.103895 -0.707504 +vn 0.698853 0.107467 -0.707146 +vn 0.623084 0.332854 -0.707796 +vn 0.563465 0.423060 -0.709596 +vn 0.482634 0.531571 -0.696058 +vn 0.665227 -0.201277 -0.718999 +vn 0.662321 -0.202977 -0.721201 +vn 0.687978 -0.157015 -0.708543 +vn 0.686699 -0.107306 -0.718978 +vn -0.999966 0.000000 -0.008279 +vn -0.985588 -0.168989 -0.007656 +vn -0.994885 -0.101003 0.001355 +vn -0.942857 -0.333111 -0.007658 +vn -0.967717 -0.251995 0.004777 +vn -0.872990 -0.487678 -0.007658 +vn -0.911216 -0.411902 0.004775 +vn -0.778011 -0.628204 -0.007655 +vn -0.828495 -0.559977 0.004771 +vn -0.660658 -0.750648 -0.007655 +vn -0.721953 -0.691925 0.004772 +vn -0.524292 -0.851504 -0.007658 +vn -0.594629 -0.803986 0.004772 +vn -0.372842 -0.927863 -0.007656 +vn -0.450204 -0.892913 0.004773 +vn -0.210674 -0.977526 -0.007655 +vn -0.292815 -0.956157 0.004775 +vn -0.042441 -0.999070 -0.007655 +vn -0.127012 -0.991890 0.004772 +vn 0.127017 -0.991871 -0.007655 +vn 0.042438 -0.999088 0.004774 +vn 0.292810 -0.956140 -0.007656 +vn 0.210675 -0.977545 0.004773 +vn 0.450181 -0.892904 -0.007656 +vn 0.372864 -0.927874 0.004774 +vn 0.594621 -0.803970 -0.007655 +vn 0.524298 -0.851521 0.004778 +vn 0.721943 -0.691911 -0.007655 +vn 0.660671 -0.750660 0.004773 +vn 0.828489 -0.559953 -0.007655 +vn 0.778017 -0.628225 0.004774 +vn 0.911207 -0.411877 -0.007655 +vn 0.872997 -0.487703 0.004775 +vn 0.967707 -0.251960 -0.007657 +vn 0.942865 -0.333140 0.004773 +vn 0.996369 -0.084798 -0.007657 +vn 0.985605 -0.168995 0.004772 +vn 0.996369 0.084798 -0.007657 +vn 0.999989 0.000000 0.004774 +vn 0.967704 0.251971 -0.007656 +vn 0.985605 0.168994 0.004774 +vn 0.911201 0.411891 -0.007655 +vn 0.942870 0.333126 0.004775 +vn 0.828488 0.559954 -0.007655 +vn 0.872997 0.487702 0.004776 +vn 0.721942 0.691911 -0.007655 +vn 0.778020 0.628222 0.004773 +vn 0.594621 0.803970 -0.007655 +vn 0.660667 0.750664 0.004770 +vn 0.450181 0.892904 -0.007658 +vn 0.524303 0.851519 0.004778 +vn 0.292810 0.956140 -0.007658 +vn 0.372852 0.927879 0.004775 +vn 0.127017 0.991871 -0.007655 +vn 0.210681 0.977543 0.004771 +vn -0.042437 0.999070 -0.007655 +vn 0.042438 0.999088 0.004774 +vn -0.210674 0.977526 -0.007654 +vn -0.127017 0.991889 0.004773 +vn -0.372846 0.927862 -0.007661 +vn -0.292815 0.956157 0.004783 +vn -0.524290 0.851505 -0.007665 +vn -0.450198 0.892916 0.004773 +vn -0.660657 0.750649 -0.007658 +vn -0.594628 0.803987 0.004770 +vn -0.778014 0.628201 -0.007658 +vn -0.721953 0.691926 0.004774 +vn -0.872990 0.487678 -0.007662 +vn -0.828498 0.559972 0.004770 +vn -0.942852 0.333124 -0.007662 +vn -0.911223 0.411887 0.004770 +vn -0.985586 0.169003 -0.007658 +vn -0.967716 0.252000 0.004774 +vn -0.994885 0.101004 0.001356 +s 1 +f 6303/5453/9069 5326/5454/9070 5327/5455/9071 +f 5327/5455/9071 5326/5454/9070 5328/5456/9072 +f 5327/5455/9071 5328/5456/9072 9438/5457/9073 +f 9438/5457/9073 5328/5456/9072 5329/5458/9074 +s 2 +f 6300/5459/9075 5330/5460/9076 5331/5461/9077 +f 5331/5461/9077 5330/5460/9076 5332/5462/9078 +f 5331/5461/9077 5332/5462/9078 9431/5463/9079 +f 9431/5463/9079 5332/5462/9078 5333/5464/9080 +s 3 +f 5334/5465/9081 5335/5466/9082 5336/5467/9083 +f 5336/5467/9083 5335/5466/9082 5337/5468/9084 +f 5336/5467/9083 5337/5468/9084 9424/5469/9085 +f 9424/5469/9085 5337/5468/9084 5442/5470/9086 +s 4 +f 5338/5471/9087 5339/5472/9088 5340/5473/9089 +f 5340/5473/9089 5339/5472/9088 5341/5474/9090 +f 5340/5473/9089 5341/5474/9090 9417/5475/9091 +f 9417/5475/9091 5341/5474/9090 5342/5476/9092 +s 5 +f 5343/5477/9093 5344/5478/9094 5345/5479/9095 +f 5345/5479/9095 5344/5478/9094 5346/5480/9096 +f 5345/5479/9095 5346/5480/9096 9409/5481/9097 +f 9409/5481/9097 5346/5480/9096 5441/5482/9098 +s 6 +f 5347/5483/9099 5348/5484/9100 5349/5485/9101 +f 5349/5485/9101 5348/5484/9100 5350/5486/9102 +f 5349/5485/9101 5350/5486/9102 9402/5487/9103 +f 9402/5487/9103 5350/5486/9102 5449/5488/9104 +s 7 +f 5351/5489/9105 5352/5490/9106 5353/5491/9107 +f 5353/5491/9107 5352/5490/9106 5354/5492/9108 +f 5353/5491/9107 5354/5492/9108 9395/5493/9109 +f 9395/5493/9109 5354/5492/9108 5390/5494/9110 +s 8 +f 9446/5495/9111 5355/5496/9112 5356/5497/9113 +f 5356/5497/9113 5355/5496/9112 5357/5498/9114 +f 5356/5497/9113 5357/5498/9114 9388/5499/9115 +f 9388/5499/9115 5357/5498/9114 5382/5500/9116 +s 9 +f 9447/5501/9117 5358/5502/9118 5359/5503/9119 +f 5359/5503/9119 5358/5502/9118 5360/5504/9120 +f 5359/5503/9119 5360/5504/9120 9381/5505/9121 +f 9381/5505/9121 5360/5504/9120 5361/5506/9122 +s 10 +f 5362/5507/9123 5363/5508/9124 5364/5509/9125 +f 5364/5509/9125 5363/5508/9124 5365/5510/9126 +f 5364/5509/9125 5365/5510/9126 9374/5511/9127 +f 9374/5511/9127 5365/5510/9126 5426/5512/9128 +s 11 +f 5366/5513/9129 5367/5514/9130 5368/5515/9131 +f 5368/5515/9131 5367/5514/9130 5369/5516/9132 +f 5368/5515/9131 5369/5516/9132 9367/5517/9133 +f 9367/5517/9133 5369/5516/9132 5370/5518/9134 +s 12 +f 5371/5519/9135 5372/5520/9136 5373/5521/9137 +f 5373/5521/9137 5372/5520/9136 5374/5522/9138 +f 5373/5521/9137 5374/5522/9138 9361/5523/9139 +f 9361/5523/9139 5374/5522/9138 5413/5524/9140 +s 13 +f 5375/5525/9141 5376/5526/9142 5377/5527/9143 +f 5377/5527/9143 5376/5526/9142 5378/5528/9144 +f 5377/5527/9143 5378/5528/9144 9353/5529/9145 +f 9353/5529/9145 5378/5528/9144 5379/5530/9146 +s 14 +f 5358/5502/9147 5380/5531/9148 5381/5532/9149 +f 5389/5533/9150 5382/5500/9151 5358/5502/9147 +f 5358/5502/9147 5382/5500/9151 5380/5531/9148 +f 5380/5531/9148 5382/5500/9151 5357/5498/9152 +f 5380/5531/9148 5357/5498/9152 5355/5496/9153 +f 5352/5490/9154 5383/5534/9155 5384/5535/9156 +f 5358/5502/9147 5381/5532/9149 5385/5536/9157 +f 5358/5502/9147 5385/5536/9157 5360/5504/9158 +f 5360/5504/9158 5385/5536/9157 5386/5537/9159 +f 5360/5504/9158 5386/5537/9159 5361/5506/9160 +f 5402/5538/9161 5387/5539/9162 5419/5540/9163 +f 5420/5541/9164 5388/5542/9165 5358/5502/9147 +f 5358/5502/9147 5388/5542/9165 5389/5533/9150 +f 5355/5496/9153 5390/5494/9166 5380/5531/9148 +f 5380/5531/9148 5390/5494/9166 5391/5543/9167 +f 5391/5543/9167 5390/5494/9166 5354/5492/9168 +f 5391/5543/9167 5354/5492/9168 5352/5490/9154 +f 5391/5543/9167 5352/5490/9154 5384/5535/9156 +f 5393/5544/9169 5394/5545/9170 5392/5546/9171 +f 5392/5546/9171 5379/5530/9172 9343/5547/9173 +f 9343/5547/9173 5379/5530/9172 5378/5528/9174 +f 9343/5547/9173 5378/5528/9174 5376/5526/9175 +f 9343/5547/9173 5376/5526/9175 5395/5548/9176 +f 5396/5549/9177 5370/5518/9178 5372/5520/9179 +f 5397/5550/9180 5370/5518/9178 5398/5551/9181 +f 5399/5552/9182 5369/5516/9183 5367/5514/9184 +f 5400/5553/9185 5426/5512/9186 5365/5510/9187 +f 5400/5553/9185 5365/5510/9187 5401/5554/9188 +f 5401/5554/9188 5365/5510/9187 5363/5508/9189 +f 5403/5555/9190 5355/5496/9153 5421/5556/9191 +f 5403/5555/9190 5404/5557/9192 5355/5496/9153 +f 5355/5496/9153 5404/5557/9192 5390/5494/9166 +f 5348/5484/9193 5405/5558/9194 5406/5559/9195 +f 5346/5480/9196 5344/5478/9197 5405/5558/9194 +f 5394/5545/9170 5407/5560/9198 5392/5546/9171 +f 5392/5546/9171 5407/5560/9198 5408/5561/9199 +f 5408/5561/9199 5409/5562/9200 5392/5546/9171 +f 5409/5562/9200 5410/5563/9201 5392/5546/9171 +f 5392/5546/9171 5410/5563/9201 5379/5530/9172 +f 5396/5549/9177 5411/5564/9202 5370/5518/9178 +f 5370/5518/9178 5411/5564/9202 5398/5551/9181 +f 5369/5516/9183 5399/5552/9182 5370/5518/9178 +f 5370/5518/9178 5399/5552/9182 5372/5520/9179 +f 5372/5520/9179 5399/5552/9182 5412/5565/9203 +f 5372/5520/9179 5412/5565/9203 5374/5522/9204 +f 5374/5522/9204 5412/5565/9203 5413/5524/9205 +f 5413/5524/9205 5412/5565/9203 5395/5548/9176 +f 5413/5524/9205 5395/5548/9176 5376/5526/9175 +f 5413/5524/9205 5376/5526/9175 5431/5566/9206 +f 5367/5514/9184 5414/5567/9207 5415/5568/9208 +f 5401/5554/9188 5363/5508/9189 5416/5569/9209 +f 5416/5569/9209 5417/5570/9210 5401/5554/9188 +f 5401/5554/9188 5417/5570/9210 5418/5571/9211 +f 5402/5538/9161 5419/5540/9163 5358/5502/9147 +f 5358/5502/9147 5419/5540/9163 5420/5541/9164 +f 5355/5496/9153 5439/5572/9212 5421/5556/9191 +f 5443/5573/9213 5329/5458/9214 5330/5460/9215 +f 5370/5518/9178 5397/5550/9180 5423/5574/9216 +f 5424/5575/9217 5435/5576/9218 5425/5577/9219 +f 5400/5553/9185 5399/5552/9182 5426/5512/9186 +f 5426/5512/9186 5399/5552/9182 5367/5514/9184 +f 5426/5512/9186 5367/5514/9184 5415/5568/9208 +f 5348/5484/9193 5406/5559/9195 5383/5534/9155 +f 5348/5484/9193 5383/5534/9155 5350/5486/9220 +f 5445/5578/9221 5427/5579/9222 5326/5454/9223 +f 5429/5580/9224 5428/5581/9225 5430/5582/9226 +f 5376/5526/9175 5430/5582/9226 5428/5581/9225 +f 5376/5526/9175 5428/5581/9225 5422/5583/9227 +f 5422/5583/9227 5431/5566/9206 5376/5526/9175 +f 5432/5584/9228 5433/5585/9229 5423/5574/9216 +f 5423/5574/9216 5433/5585/9229 5370/5518/9178 +f 5435/5576/9218 5424/5575/9217 5434/5586/9230 +f 5425/5577/9219 5435/5576/9218 5367/5514/9184 +f 5367/5514/9184 5435/5576/9218 5414/5567/9207 +f 5418/5571/9211 5436/5587/9231 5401/5554/9188 +f 5439/5572/9212 5355/5496/9153 5437/5588/9232 +f 5439/5572/9212 5437/5588/9232 5438/5589/9233 +f 5329/5458/9214 5328/5456/9234 5444/5590/9235 +f 5326/5454/9223 5427/5579/9222 5446/5591/9236 +f 5436/5587/9231 5447/5592/9237 5401/5554/9188 +f 5401/5554/9188 5447/5592/9237 5448/5593/9238 +f 5361/5506/9160 5386/5537/9159 5401/5554/9188 +f 5361/5506/9160 5401/5554/9188 5448/5593/9238 +f 5449/5488/9239 5478/5594/9240 5458/5595/9241 +f 5350/5486/9220 5383/5534/9155 5449/5488/9239 +f 5449/5488/9239 5383/5534/9155 5352/5490/9154 +f 5449/5488/9239 5352/5490/9154 5450/5596/9242 +f 5444/5590/9235 5328/5456/9234 5451/5597/9243 +f 5451/5597/9243 5328/5456/9234 5326/5454/9223 +f 5451/5597/9243 5326/5454/9223 5452/5598/9244 +f 5452/5598/9244 5326/5454/9223 5446/5591/9236 +f 5452/5598/9244 5446/5591/9236 5453/5599/9245 +f 5452/5598/9244 5453/5599/9245 5392/5546/9171 +f 5392/5546/9171 5453/5599/9245 5454/5600/9246 +f 5392/5546/9171 5454/5600/9246 5393/5544/9169 +f 5456/5601/9247 5455/5602/9248 5445/5578/9221 +f 5456/5601/9247 5445/5578/9221 5326/5454/9223 +f 5455/5602/9248 5456/5601/9247 5457/5603/9249 +f 5458/5595/9241 5478/5594/9240 5459/5604/9250 +f 5346/5480/9196 5405/5558/9194 5441/5482/9251 +f 5441/5482/9251 5405/5558/9194 5348/5484/9193 +f 5441/5482/9251 5348/5484/9193 5440/5605/9252 +f 5468/5606/9253 5460/5607/9254 5461/5608/9255 +f 5333/5464/9256 5465/5609/9257 5335/5466/9258 +f 5335/5466/9258 5465/5609/9257 5462/5610/9259 +f 5335/5466/9258 5462/5610/9259 5337/5468/9260 +f 5337/5468/9260 5462/5610/9259 5442/5470/9261 +f 5442/5470/9261 5462/5610/9259 5463/5611/9262 +f 5442/5470/9261 5463/5611/9262 5339/5472/9263 +f 5339/5472/9263 5463/5611/9262 5464/5612/9264 +f 5339/5472/9263 5464/5612/9264 5341/5474/9265 +f 5341/5474/9265 5464/5612/9264 5342/5476/9266 +f 5342/5476/9266 5464/5612/9264 5405/5558/9194 +f 5342/5476/9266 5405/5558/9194 5468/5606/9253 +f 5468/5606/9253 5405/5558/9194 5344/5478/9197 +f 5468/5606/9253 5344/5478/9197 5460/5607/9254 +f 5329/5458/9214 5444/5590/9235 5465/5609/9257 +f 5329/5458/9214 5465/5609/9257 5330/5460/9215 +f 5330/5460/9215 5465/5609/9257 5332/5462/9267 +f 5332/5462/9267 5465/5609/9257 5333/5464/9256 +f 5449/5488/9239 5450/5596/9242 5466/5613/9268 +f 5468/5606/9253 5461/5608/9255 5467/5614/9269 +f 5468/5606/9253 5467/5614/9269 5486/5615/9270 +f 5440/5605/9252 5471/5616/9271 5441/5482/9251 +f 5441/5482/9251 5471/5616/9271 5472/5617/9272 +f 5474/5618/9273 5473/5619/9274 5479/5620/9275 +f 5441/5482/9251 5479/5620/9275 5473/5619/9274 +f 5442/5470/9261 5339/5472/9263 5475/5621/9276 +f 5442/5470/9261 5475/5621/9276 5476/5622/9277 +f 5488/5623/9278 5476/5622/9277 5477/5624/9279 +f 5442/5470/9261 5476/5622/9277 5488/5623/9278 +f 5470/5625/9280 5493/5626/9281 5485/5627/9282 +f 5449/5488/9239 5466/5613/9268 5478/5594/9240 +f 5441/5482/9251 5472/5617/9272 5479/5620/9275 +f 5467/5614/9269 5480/5628/9283 5481/5629/9284 +f 5335/5466/9258 5482/5630/9285 5483/5631/9286 +f 5335/5466/9258 5483/5631/9286 5469/5632/9287 +f 5335/5466/9258 5469/5632/9287 5484/5633/9288 +f 5443/5573/9213 5330/5460/9215 5493/5626/9281 +f 5493/5626/9281 5330/5460/9215 5485/5627/9282 +f 5467/5614/9269 5481/5629/9284 5486/5615/9270 +f 5488/5623/9278 5477/5624/9279 5487/5634/9289 +f 5482/5630/9285 5335/5466/9258 5489/5635/9290 +f 5484/5633/9288 5490/5636/9291 5335/5466/9258 +f 5335/5466/9258 5490/5636/9291 5333/5464/9256 +f 5470/5625/9280 5491/5637/9292 5492/5638/9293 +f 5470/5625/9280 5492/5638/9293 5493/5626/9281 +s 39 +f 5497/5639/9294 5503/5640/9295 5498/5641/9296 +f 5497/5639/9294 5498/5641/9296 9265/5642/9297 +f 5501/5643/9298 5497/5639/9294 5502/5644/9299 +f 5501/5643/9298 5499/5645/9300 5497/5639/9294 +f 5497/5639/9294 5499/5645/9300 5500/5646/9301 +f 5497/5639/9294 5500/5646/9301 5503/5640/9295 +f 5503/5640/9295 5500/5646/9301 5496/5647/9302 +f 5499/5645/9300 9071/5648/9303 5500/5646/9301 +f 5500/5646/9301 9071/5648/9303 5495/5649/9304 +f 5495/5649/9304 9071/5648/9303 5494/5650/9305 +f 5505/5651/9306 5504/5652/9307 9044/5653/9308 +f 5505/5651/9306 5506/5654/9309 5504/5652/9307 +f 5504/5652/9307 5506/5654/9309 5507/5655/9310 +f 5506/5654/9309 5508/5656/9311 5509/5657/9312 +f 5509/5657/9312 5508/5656/9311 9256/5658/9313 +f 5510/5659/9314 5509/5657/9312 5511/5660/9315 +f 5510/5659/9314 5512/5661/9316 5509/5657/9312 +f 5509/5657/9312 5512/5661/9316 5507/5655/9310 +f 5509/5657/9312 5507/5655/9310 5506/5654/9309 +f 5507/5655/9310 5512/5661/9316 5513/5662/9317 +f 5512/5661/9316 9016/5663/9318 5513/5662/9317 +f 5513/5662/9317 9016/5663/9318 9015/5664/9319 +f 5514/5665/9320 5515/5666/9321 8986/5667/9322 +f 5515/5666/9321 5514/5665/9320 5516/5668/9323 +f 5514/5665/9320 5517/5669/9324 5518/5670/9325 +f 5518/5670/9325 5517/5669/9324 9247/5671/9326 +f 5519/5672/9327 5518/5670/9325 5520/5673/9328 +f 5519/5672/9327 5521/5674/9329 5518/5670/9325 +f 5518/5670/9325 5521/5674/9329 5516/5668/9323 +f 5518/5670/9325 5516/5668/9323 5514/5665/9320 +f 5516/5668/9323 5521/5674/9329 5522/5675/9330 +f 5521/5674/9329 8964/5676/9331 5522/5675/9330 +f 5522/5675/9330 8964/5676/9331 5523/5677/9332 +f 5526/5678/9333 5525/5679/9334 5524/5680/9335 +f 5526/5678/9333 5524/5680/9335 8935/5681/9336 +f 5526/5678/9333 8948/5682/9337 5527/5683/9338 +f 5527/5683/9338 8948/5682/9337 9237/5684/9339 +f 5528/5685/9340 5527/5683/9338 5529/5686/9341 +f 5528/5685/9340 5530/5687/9342 5527/5683/9338 +f 5527/5683/9338 5530/5687/9342 5525/5679/9334 +f 5527/5683/9338 5525/5679/9334 5526/5678/9333 +f 5525/5679/9334 5530/5687/9342 5531/5688/9343 +f 5530/5687/9342 8907/5689/9344 5531/5688/9343 +f 5531/5688/9343 8907/5689/9344 5532/5690/9345 +f 5535/5691/9346 5534/5692/9347 5533/5693/9348 +f 5535/5691/9346 5533/5693/9348 8878/5694/9349 +f 5535/5691/9346 5536/5695/9350 5537/5696/9351 +f 5537/5696/9351 5536/5695/9350 9228/5697/9352 +f 5538/5698/9353 5537/5696/9351 5539/5699/9354 +f 5538/5698/9353 5540/5700/9355 5537/5696/9351 +f 5537/5696/9351 5540/5700/9355 5534/5692/9347 +f 5537/5696/9351 5534/5692/9347 5535/5691/9346 +f 5534/5692/9347 5540/5700/9355 5541/5701/9356 +f 5540/5700/9355 8854/5702/9357 5541/5701/9356 +f 5541/5701/9356 8854/5702/9357 5542/5703/9358 +f 8825/5704/9359 5544/5705/9360 5543/5706/9361 +f 5543/5706/9361 5544/5705/9360 5545/5707/9362 +f 5545/5707/9362 5544/5705/9360 5546/5708/9363 +f 5546/5708/9363 5544/5705/9360 5547/5709/9364 +f 5546/5708/9363 5547/5709/9364 9218/5710/9365 +f 5548/5711/9366 5549/5712/9367 5546/5708/9363 +f 5546/5708/9363 5549/5712/9367 5550/5713/9368 +f 5546/5708/9363 5550/5713/9368 5545/5707/9362 +f 5550/5713/9368 8796/5714/9369 5545/5707/9362 +f 5545/5707/9362 8796/5714/9369 5551/5715/9370 +f 5552/5716/9371 8767/5717/9372 5559/5718/9373 +f 8767/5717/9372 5553/5719/9374 5559/5718/9373 +f 5559/5718/9373 5553/5719/9374 5554/5720/9375 +f 5554/5720/9375 5553/5719/9374 5555/5721/9376 +f 5554/5720/9375 5555/5721/9376 9207/5722/9377 +f 5556/5723/9378 5557/5724/9379 5554/5720/9375 +f 5554/5720/9375 5557/5724/9379 5558/5725/9380 +f 5554/5720/9375 5558/5725/9380 5559/5718/9373 +f 5558/5725/9380 8743/5726/9381 5559/5718/9373 +f 5559/5718/9373 8743/5726/9381 5560/5727/9382 +f 5562/5728/9383 5564/5729/9384 5563/5730/9385 +f 5564/5729/9384 5562/5728/9383 5565/5731/9386 +f 5565/5731/9386 5562/5728/9383 5566/5732/9387 +f 5565/5731/9386 5566/5732/9387 9197/5733/9388 +f 5568/5734/9389 5567/5735/9390 5565/5731/9386 +f 5569/5736/9391 5564/5729/9384 5565/5731/9386 +f 5569/5736/9391 5565/5731/9386 5567/5735/9390 +f 5564/5729/9384 5569/5736/9391 8692/5737/9392 +f 5564/5729/9384 8692/5737/9392 5561/5738/9393 +f 5561/5738/9393 8692/5737/9392 8691/5739/9394 +f 5570/5740/9395 5571/5741/9396 7731/5742/9397 +f 5570/5740/9395 5572/5743/9398 5573/5744/9399 +f 5573/5744/9399 5572/5743/9398 9186/5745/9400 +f 5574/5746/9401 5573/5744/9399 5575/5747/9402 +f 5574/5746/9401 5576/5748/9403 5573/5744/9399 +f 5573/5744/9399 5576/5748/9403 5571/5741/9396 +f 5573/5744/9399 5571/5741/9396 5570/5740/9395 +f 5571/5741/9396 5576/5748/9403 5577/5749/9404 +f 5576/5748/9403 8636/5750/9405 5577/5749/9404 +f 5577/5749/9404 8636/5750/9405 8635/5751/9406 +f 5578/5752/9407 5579/5753/9408 8606/5754/9409 +f 5579/5753/9408 5578/5752/9407 5580/5755/9410 +f 5578/5752/9407 5581/5756/9411 5582/5757/9412 +f 5582/5757/9412 5581/5756/9411 9177/5758/9413 +f 5583/5759/9414 5582/5757/9412 5584/5760/9415 +f 5583/5759/9414 5585/5761/9416 5582/5757/9412 +f 5582/5757/9412 5585/5761/9416 5580/5755/9410 +f 5582/5757/9412 5580/5755/9410 5578/5752/9407 +f 5580/5755/9410 5585/5761/9416 5586/5762/9417 +f 5585/5761/9416 8581/5763/9418 5586/5762/9417 +f 5586/5762/9417 8581/5763/9418 5587/5764/9419 +f 5590/5765/9420 5589/5766/9421 5588/5767/9422 +f 5590/5765/9420 5588/5767/9422 8552/5768/9423 +f 5590/5765/9420 5591/5769/9424 5592/5770/9425 +f 5592/5770/9425 5591/5769/9424 9168/5771/9426 +f 5593/5772/9427 5592/5770/9425 5594/5773/9428 +f 5593/5772/9427 5595/5774/9429 5592/5770/9425 +f 5592/5770/9425 5595/5774/9429 5589/5766/9421 +f 5592/5770/9425 5589/5766/9421 5590/5765/9420 +f 5589/5766/9421 5595/5774/9429 5596/5775/9430 +f 5595/5774/9429 8527/5776/9431 5596/5775/9430 +f 5596/5775/9430 8527/5776/9431 5597/5777/9432 +f 5600/5778/9433 5599/5779/9434 5598/5780/9435 +f 5600/5778/9433 5598/5780/9435 8495/5781/9436 +f 5600/5778/9433 5601/5782/9437 5602/5783/9438 +f 5602/5783/9438 5601/5782/9437 9158/5784/9439 +f 5603/5785/9440 5602/5783/9438 5604/5786/9441 +f 5603/5785/9440 5605/5787/9442 5602/5783/9438 +f 5602/5783/9438 5605/5787/9442 5599/5779/9434 +f 5602/5783/9438 5599/5779/9434 5600/5778/9433 +f 5599/5779/9434 5605/5787/9442 5606/5788/9443 +f 5605/5787/9442 8473/5789/9444 5606/5788/9443 +f 5606/5788/9443 8473/5789/9444 5607/5790/9445 +f 5608/5791/9446 8443/5792/9447 5609/5793/9448 +f 8443/5792/9447 5610/5794/9449 5609/5793/9448 +f 5609/5793/9448 5610/5794/9449 5611/5795/9450 +f 5611/5795/9450 5610/5794/9449 5612/5796/9451 +f 5611/5795/9450 5612/5796/9451 9148/5797/9452 +f 5613/5798/9453 5614/5799/9454 5611/5795/9450 +f 5611/5795/9450 5614/5799/9454 5615/5800/9455 +f 5611/5795/9450 5615/5800/9455 5609/5793/9448 +f 5615/5800/9455 8420/5801/9456 5609/5793/9448 +f 5609/5793/9448 8420/5801/9456 5616/5802/9457 +f 5618/5803/9458 7707/5804/9459 5619/5805/9460 +f 5618/5803/9458 5619/5805/9460 5623/5806/9461 +f 8393/5807/9462 5620/5808/9463 5621/5809/9464 +f 5621/5809/9464 5620/5808/9463 9138/5810/9465 +f 5624/5811/9466 5621/5809/9464 5625/5812/9467 +f 5624/5811/9466 5622/5813/9468 5621/5809/9464 +f 5621/5809/9464 5622/5813/9468 5623/5806/9461 +f 5621/5809/9464 5623/5806/9461 8393/5807/9462 +f 8393/5807/9462 5623/5806/9461 5619/5805/9460 +f 5623/5806/9461 5622/5813/9468 8365/5814/9469 +f 5623/5806/9461 8365/5814/9469 5617/5815/9470 +f 5617/5815/9470 8365/5814/9469 8364/5816/9471 +f 8337/5817/9472 5626/5818/9473 5627/5819/9474 +f 5626/5818/9473 5628/5820/9475 5629/5821/9476 +f 5629/5821/9476 5628/5820/9475 9129/5822/9477 +f 5630/5823/9478 5629/5821/9476 5631/5824/9479 +f 5630/5823/9478 5632/5825/9480 5629/5821/9476 +f 5629/5821/9476 5632/5825/9480 5627/5819/9474 +f 5629/5821/9476 5627/5819/9474 5626/5818/9473 +f 5627/5819/9474 5632/5825/9480 5633/5826/9481 +f 5632/5825/9480 8309/5827/9482 5633/5826/9481 +f 5633/5826/9481 8309/5827/9482 8308/5828/9483 +f 5634/5829/9484 5635/5830/9485 8281/5831/9486 +f 5635/5830/9485 5634/5829/9484 5636/5832/9487 +f 5634/5829/9484 5637/5833/9488 5638/5834/9489 +f 5638/5834/9489 5637/5833/9488 9119/5835/9490 +f 5639/5836/9491 5638/5834/9489 5640/5837/9492 +f 5639/5836/9491 5641/5838/9493 5638/5834/9489 +f 5638/5834/9489 5641/5838/9493 5636/5832/9487 +f 5638/5834/9489 5636/5832/9487 5634/5829/9484 +f 5636/5832/9487 5641/5838/9493 5642/5839/9494 +f 5641/5838/9493 8256/5840/9495 5642/5839/9494 +f 5642/5839/9494 8256/5840/9495 5643/5841/9496 +f 5646/5842/9497 5645/5843/9498 5644/5844/9499 +f 5646/5842/9497 5644/5844/9499 8225/5845/9500 +f 5646/5842/9497 5647/5846/9501 5648/5847/9502 +f 5648/5847/9502 5647/5846/9501 9109/5848/9503 +f 5649/5849/9504 5648/5847/9502 5650/5850/9505 +f 5649/5849/9504 5651/5851/9506 5648/5847/9502 +f 5648/5847/9502 5651/5851/9506 5645/5843/9498 +f 5648/5847/9502 5645/5843/9498 5646/5842/9497 +f 5645/5843/9498 5651/5851/9506 5652/5852/9507 +f 5651/5851/9506 8201/5853/9508 5652/5852/9507 +f 5652/5852/9507 8201/5853/9508 5653/5854/9509 +f 5656/5855/9510 5655/5856/9511 5654/5857/9512 +f 5656/5855/9510 5654/5857/9512 8174/5858/9513 +f 5656/5855/9510 5657/5859/9514 5658/5860/9515 +f 5658/5860/9515 5657/5859/9514 9098/5861/9516 +f 5659/5862/9517 5658/5860/9515 5660/5863/9518 +f 5659/5862/9517 5661/5864/9519 5658/5860/9515 +f 5658/5860/9515 5661/5864/9519 5655/5856/9511 +f 5658/5860/9515 5655/5856/9511 5656/5855/9510 +f 5655/5856/9511 5661/5864/9519 5662/5865/9520 +f 5661/5864/9519 8147/5866/9521 5662/5865/9520 +f 5662/5865/9520 8147/5866/9521 5663/5867/9522 +f 5666/5868/9523 5665/5869/9524 5664/5870/9525 +f 5666/5868/9523 5664/5870/9525 7682/5871/9526 +f 5666/5868/9523 5667/5872/9527 5668/5873/9528 +f 5668/5873/9528 5667/5872/9527 9286/5874/9529 +f 5669/5875/9530 5668/5873/9528 5670/5876/9531 +f 5669/5875/9530 5671/5877/9532 5668/5873/9528 +f 5668/5873/9528 5671/5877/9532 5665/5869/9524 +f 5668/5873/9528 5665/5869/9524 5666/5868/9523 +f 5665/5869/9524 5671/5877/9532 7680/5878/9533 +f 5671/5877/9532 8093/5879/9534 7680/5878/9533 +f 7680/5878/9533 8093/5879/9534 7679/5880/9535 +f 5783/5881/9536 5672/5882/9537 5673/5883/9538 +f 5745/5884/9539 5674/5885/9540 5675/5886/9541 +f 5710/5887/9542 5676/5888/9543 5677/5889/9544 +f 5678/5890/9545 7068/5891/9546 5679/5892/9547 +f 5678/5890/9545 5679/5892/9547 5785/5893/9548 +f 5785/5893/9548 5679/5892/9547 5680/5894/9549 +f 5682/5895/9550 5681/5896/9551 5683/5897/9552 +f 5683/5897/9552 5684/5898/9553 5682/5895/9550 +f 5682/5895/9550 5684/5898/9553 5685/5899/9554 +f 5685/5899/9554 5684/5898/9553 5678/5890/9545 +f 5678/5890/9545 5684/5898/9553 7068/5891/9546 +f 5695/5900/9555 5686/5901/9556 5687/5902/9557 +f 5686/5901/9556 5695/5900/9555 5688/5903/9558 +f 5689/5904/9559 5688/5903/9558 5690/5905/9560 +f 6472/5906/9561 5692/5907/9562 5693/5908/9563 +f 6472/5906/9561 5693/5908/9563 5694/5909/9564 +f 5692/5907/9562 6472/5906/9561 5691/5910/9565 +f 5691/5910/9565 5695/5900/9555 5692/5907/9562 +f 5692/5907/9562 5695/5900/9555 5687/5902/9557 +f 5697/5911/9566 5696/5912/9567 5698/5913/9568 +f 5697/5911/9566 5698/5913/9568 5699/5914/9569 +f 5697/5911/9566 5699/5914/9569 5700/5915/9570 +f 5700/5915/9570 5699/5914/9569 7126/5916/9571 +f 7126/5916/9571 5703/5917/9572 5700/5915/9570 +f 5693/5908/9563 5701/5918/9573 5694/5909/9564 +f 5694/5909/9564 5701/5918/9573 5702/5919/9574 +f 5702/5919/9574 5701/5918/9573 5703/5917/9572 +f 5702/5919/9574 5703/5917/9572 7126/5916/9571 +f 5704/5920/9575 5705/5921/9576 5706/5922/9577 +f 5706/5922/9577 5707/5923/9578 5704/5920/9575 +f 5707/5923/9578 5706/5922/9577 7159/5924/9579 +f 5707/5923/9578 7159/5924/9579 5708/5925/9580 +f 5708/5925/9580 7159/5924/9579 5709/5926/9581 +f 5705/5921/9576 5704/5920/9575 5711/5927/9582 +f 5705/5921/9576 5711/5927/9582 5712/5928/9583 +f 5713/5929/9584 7187/5930/9585 5714/5931/9586 +f 5713/5929/9584 5714/5931/9586 5715/5932/9587 +f 5715/5932/9587 5714/5931/9586 5712/5928/9583 +f 5715/5932/9587 5712/5928/9583 5716/5933/9588 +f 5716/5933/9588 5712/5928/9583 5711/5927/9582 +f 5718/5934/9589 5717/5935/9590 5719/5936/9591 +f 5718/5934/9589 5719/5936/9591 5720/5937/9592 +f 5720/5937/9592 5719/5936/9591 5713/5929/9584 +f 5713/5929/9584 5719/5936/9591 7187/5930/9585 +f 5729/5938/9593 5831/5939/9594 5721/5940/9595 +f 5831/5939/9594 5729/5938/9593 5722/5941/9596 +f 5723/5942/9597 5722/5941/9596 5724/5943/9598 +f 5727/5944/9599 5725/5945/9600 6415/5946/9601 +f 6415/5946/9601 5725/5945/9600 5726/5947/9602 +f 6415/5946/9601 5728/5948/9603 5727/5944/9599 +f 5728/5948/9603 5729/5938/9593 5727/5944/9599 +f 5727/5944/9599 5729/5938/9593 5721/5940/9595 +f 5730/5949/9604 5731/5950/9605 5732/5951/9606 +f 5733/5952/9607 5732/5951/9606 5734/5953/9608 +f 5733/5952/9607 5734/5953/9608 5735/5954/9609 +f 5733/5952/9607 5735/5954/9609 6899/5955/9610 +f 6899/5955/9610 5737/5956/9611 5733/5952/9607 +f 5726/5947/9602 5725/5945/9600 5736/5957/9612 +f 5726/5947/9602 5736/5957/9612 5738/5958/9613 +f 5738/5958/9613 5736/5957/9612 5737/5956/9611 +f 5738/5958/9613 5737/5956/9611 6899/5955/9610 +f 5739/5959/9614 5740/5960/9615 5742/5961/9616 +f 5739/5959/9614 5742/5961/9616 5741/5962/9617 +f 5741/5962/9617 5742/5961/9616 5819/5963/9618 +f 5742/5961/9616 5743/5964/9619 5819/5963/9618 +f 5743/5964/9619 5744/5965/9620 5819/5963/9618 +f 5819/5963/9618 5744/5965/9620 5745/5884/9539 +f 5749/5966/9621 6955/5967/9622 5748/5968/9623 +f 5740/5960/9615 5739/5959/9614 5746/5969/9624 +f 5740/5960/9615 5746/5969/9624 5747/5970/9625 +f 5747/5970/9625 5746/5969/9624 5748/5968/9623 +f 5748/5968/9623 5746/5969/9624 5749/5966/9621 +f 5750/5971/9626 5751/5972/9627 5752/5973/9628 +f 5750/5971/9626 5752/5973/9628 5753/5974/9629 +f 5752/5973/9628 5754/5975/9630 5753/5974/9629 +f 5754/5975/9630 6955/5967/9622 5753/5974/9629 +f 5753/5974/9629 6955/5967/9622 5755/5976/9631 +f 5755/5976/9631 6955/5967/9622 5749/5966/9621 +f 5766/5977/9632 5756/5978/9633 5757/5979/9634 +f 5766/5977/9632 5758/5980/9635 5759/5981/9636 +f 5758/5980/9635 5766/5977/9632 5757/5979/9634 +f 5760/5982/9637 5756/5978/9633 5761/5983/9638 +f 5763/5984/9639 5764/5985/9640 5765/5986/9641 +f 5765/5986/9641 5764/5985/9640 6353/5987/9642 +f 5765/5986/9641 6353/5987/9642 5759/5981/9636 +f 5759/5981/9636 6353/5987/9642 5762/5988/9643 +f 5762/5988/9643 5766/5977/9632 5759/5981/9636 +f 5767/5989/9644 5776/5990/9645 5764/5985/9640 +f 5767/5989/9644 5764/5985/9640 5763/5984/9639 +f 5768/5991/9646 5769/5992/9647 5770/5993/9648 +f 5768/5991/9646 5770/5993/9648 5771/5994/9649 +f 5771/5994/9649 5770/5993/9648 5772/5995/9650 +f 5772/5995/9650 5773/5996/9651 5771/5994/9649 +f 5771/5994/9649 5773/5996/9651 5774/5997/9652 +f 5771/5994/9649 5774/5997/9652 5775/5998/9653 +f 5774/5997/9652 5776/5990/9645 5775/5998/9653 +f 5775/5998/9653 5776/5990/9645 5767/5989/9644 +f 5777/5999/9654 5779/6000/9655 5778/6001/9656 +f 7043/6002/9657 5780/6003/9658 5779/6000/9655 +f 5779/6000/9655 5780/6003/9658 5778/6001/9656 +f 5780/6003/9658 7043/6002/9657 5781/6004/9659 +f 5781/6004/9659 7043/6002/9657 5782/6005/9660 +f 5778/6001/9656 5784/6006/9661 5777/5999/9654 +f 5777/5999/9654 5784/6006/9661 5680/5894/9549 +f 5680/5894/9549 5784/6006/9661 5785/5893/9548 +f 5786/6007/9662 5787/6008/9663 5788/6009/9664 +f 5789/6010/9665 5795/6011/9666 5787/6008/9663 +f 5787/6008/9663 5795/6011/9666 5788/6009/9664 +f 5790/6012/9667 5681/5896/9551 5791/6013/9668 +f 5791/6013/9668 5681/5896/9551 5682/5895/9550 +f 5791/6013/9668 5682/5895/9550 5792/6014/9669 +f 5682/5895/9550 5793/6015/9670 5792/6014/9669 +f 5792/6014/9669 5793/6015/9670 5794/6016/9671 +f 5792/6014/9669 5794/6016/9671 5789/6010/9665 +f 5789/6010/9665 5794/6016/9671 5795/6011/9666 +f 5782/6005/9660 5783/5881/9536 5781/6004/9659 +f 5781/6004/9659 5783/5881/9536 5673/5883/9538 +f 5781/6004/9659 5673/5883/9538 5796/6017/9672 +f 5796/6017/9672 5673/5883/9538 5797/6018/9673 +f 5798/6019/9674 5799/6020/9675 5797/6018/9673 +f 5797/6018/9673 5799/6020/9675 5796/6017/9672 +f 5800/6021/9676 5801/6022/9677 5802/6023/9678 +f 5802/6023/9678 5801/6022/9677 5803/6024/9679 +f 5802/6023/9678 5803/6024/9679 5798/6019/9674 +f 5798/6019/9674 5803/6024/9679 5799/6020/9675 +f 5768/5991/9646 5771/5994/9649 5804/6025/9680 +f 5768/5991/9646 5804/6025/9680 5805/6026/9681 +f 5805/6026/9681 5804/6025/9680 5806/6027/9682 +f 5805/6026/9681 5806/6027/9682 5800/6021/9676 +f 5800/6021/9676 5806/6027/9682 5807/6028/9683 +f 5800/6021/9676 5807/6028/9683 5801/6022/9677 +f 5757/5979/9634 5756/5978/9633 5760/5982/9637 +f 5757/5979/9634 5760/5982/9637 5808/6029/9684 +f 5808/6029/9684 5760/5982/9637 5809/6030/9685 +f 5808/6029/9684 5809/6030/9685 5810/6031/9686 +f 5810/6031/9686 5809/6030/9685 5811/6032/9687 +f 5810/6031/9686 5811/6032/9687 5812/6033/9688 +f 5812/6033/9688 5811/6032/9687 5813/6034/9689 +f 5812/6033/9688 5813/6034/9689 5816/6035/9690 +f 5814/6036/9691 5815/6037/9692 5813/6034/9689 +f 5813/6034/9689 5815/6037/9692 5816/6035/9690 +f 5750/5971/9626 5753/5974/9629 5817/6038/9693 +f 5750/5971/9626 5817/6038/9693 5814/6036/9691 +f 5814/6036/9691 5817/6038/9693 5818/6039/9694 +f 5814/6036/9691 5818/6039/9694 5815/6037/9692 +f 5819/5963/9618 5745/5884/9539 5675/5886/9541 +f 5819/5963/9618 5675/5886/9541 5820/6040/9695 +f 5819/5963/9618 5820/6040/9695 5821/6041/9696 +f 5821/6041/9696 5820/6040/9695 5822/6042/9697 +f 5822/6042/9697 5820/6040/9695 5823/6043/9698 +f 5822/6042/9697 5823/6043/9698 5824/6044/9699 +f 5824/6044/9699 5823/6043/9698 5825/6045/9700 +f 5824/6044/9699 5825/6045/9700 5830/6046/9701 +f 5732/5951/9606 5733/5952/9607 5730/5949/9604 +f 5730/5949/9604 5733/5952/9607 5828/6047/9702 +f 5828/6047/9702 5733/5952/9607 5826/6048/9703 +f 5828/6047/9702 5826/6048/9703 5827/6049/9704 +f 5828/6047/9702 5827/6049/9704 5829/6050/9705 +f 5828/6047/9702 5829/6050/9705 5825/6045/9700 +f 5825/6045/9700 5829/6050/9705 5830/6046/9701 +f 5831/5939/9594 5722/5941/9596 5723/5942/9597 +f 5831/5939/9594 5723/5942/9597 5832/6051/9706 +f 5831/5939/9594 5832/6051/9706 5839/6052/9707 +f 5834/6053/9708 5833/6054/9709 5835/6055/9710 +f 5834/6053/9708 5835/6055/9710 5836/6056/9711 +f 5836/6056/9711 5835/6055/9710 5837/6057/9712 +f 5837/6057/9712 5835/6055/9710 5838/6058/9713 +f 5837/6057/9712 5838/6058/9713 5832/6051/9706 +f 5832/6051/9706 5838/6058/9713 5839/6052/9707 +f 5833/6054/9709 5834/6053/9708 5840/6059/9714 +f 5840/6059/9714 5834/6053/9708 5841/6060/9715 +f 5840/6059/9714 5841/6060/9715 5718/5934/9589 +f 5718/5934/9589 5841/6060/9715 5842/6061/9716 +f 5718/5934/9589 5842/6061/9716 5717/5935/9590 +f 5717/5935/9590 5842/6061/9716 6198/6062/9717 +f 5709/5926/9581 5710/5887/9542 5708/5925/9580 +f 5708/5925/9580 5710/5887/9542 5677/5889/9544 +f 5708/5925/9580 5677/5889/9544 5843/6063/9718 +f 5843/6063/9718 5677/5889/9544 5844/6064/9719 +f 5843/6063/9718 5844/6064/9719 5846/6065/9720 +f 5846/6065/9720 5844/6064/9719 5845/6066/9721 +f 5846/6065/9720 5845/6066/9721 5847/6067/9722 +f 5846/6065/9720 5847/6067/9722 5848/6068/9723 +f 5849/6069/9724 5850/6070/9725 5847/6067/9722 +f 5847/6067/9722 5850/6070/9725 5848/6068/9723 +f 5851/6071/9726 5852/6072/9727 5849/6069/9724 +f 5849/6069/9724 5852/6072/9727 5850/6070/9725 +f 5853/6073/9728 5696/5912/9567 5854/6074/9729 +f 5854/6074/9729 5696/5912/9567 5697/5911/9566 +f 5854/6074/9729 5697/5911/9566 5855/6075/9730 +f 5855/6075/9730 5697/5911/9566 5856/6076/9731 +f 5855/6075/9730 5856/6076/9731 5857/6077/9732 +f 5857/6077/9732 5856/6076/9731 5858/6078/9733 +f 5857/6077/9732 5858/6078/9733 5851/6071/9726 +f 5851/6071/9726 5858/6078/9733 5859/6079/9734 +f 5851/6071/9726 5859/6079/9734 5852/6072/9727 +f 5686/5901/9556 5688/5903/9558 5689/5904/9559 +f 5686/5901/9556 5689/5904/9559 5860/6080/9735 +f 5860/6080/9735 5689/5904/9559 5786/6007/9662 +f 5860/6080/9735 5786/6007/9662 5861/6081/9736 +f 5861/6081/9736 5786/6007/9662 5788/6009/9664 +s 122 +f 5965/6082/9737 5862/6083/9738 5863/6084/9739 +f 5946/6085/9740 5864/6086/9741 5865/6087/9742 +f 5928/6088/9743 5866/6089/9744 5867/6090/9745 +f 5912/6091/9746 5868/6092/9747 5869/6093/9748 +f 5896/6094/9749 6138/6095/9750 5870/6096/9751 +f 5876/6097/9752 5871/6098/9753 5872/6099/9754 +f 5874/6100/9755 5873/6101/9756 5875/6102/9757 +f 5874/6100/9755 5875/6102/9757 5872/6099/9754 +f 5875/6102/9757 5876/6097/9752 5872/6099/9754 +f 5877/6103/9758 5878/6104/9759 5871/6098/9753 +f 5879/6105/9760 5890/6106/9761 5880/6107/9762 +f 5880/6107/9762 5890/6106/9761 5873/6101/9756 +f 5880/6107/9762 5873/6101/9756 5881/6108/9763 +f 5881/6108/9763 5873/6101/9756 5874/6100/9755 +f 5882/6109/9764 5883/6110/9765 5884/6111/9766 +f 5885/6112/9767 5886/6113/9768 5884/6111/9766 +f 5886/6113/9768 5885/6112/9767 5887/6114/9769 +f 5887/6114/9769 5888/6115/9770 5886/6113/9768 +f 5886/6113/9768 5888/6115/9770 5889/6116/9771 +f 5888/6115/9770 5890/6106/9761 5889/6116/9771 +f 5889/6116/9771 5890/6106/9761 5879/6105/9760 +f 5892/6117/9772 5891/6118/9773 5893/6119/9774 +f 5891/6118/9773 5892/6117/9772 5894/6120/9775 +f 5894/6120/9775 5892/6117/9772 5895/6121/9776 +f 5894/6120/9775 5895/6121/9776 6953/6122/9777 +f 6953/6122/9777 5896/6094/9749 5894/6120/9775 +f 5897/6123/9778 5898/6124/9779 5899/6125/9780 +f 5899/6125/9780 5898/6124/9779 6392/6126/9781 +f 5899/6125/9780 6392/6126/9781 5893/6119/9774 +f 5893/6119/9774 6392/6126/9781 5892/6117/9772 +f 5900/6127/9782 5901/6128/9783 5902/6129/9784 +f 5903/6130/9785 5902/6129/9784 5904/6131/9786 +f 5904/6131/9786 6934/6132/9787 5903/6130/9785 +f 6934/6132/9787 5905/6133/9788 5903/6130/9785 +f 5903/6130/9785 5905/6133/9788 5906/6134/9789 +f 5906/6134/9789 5905/6133/9788 5897/6123/9778 +f 5897/6123/9778 5905/6133/9788 5898/6124/9779 +f 5907/6135/9790 5924/6136/9791 5908/6137/9792 +f 5924/6136/9791 5909/6138/9793 5908/6137/9792 +f 5908/6137/9792 5909/6138/9793 5910/6139/9794 +f 5910/6139/9794 5909/6138/9793 5911/6140/9795 +f 5910/6139/9794 5911/6140/9795 5912/6091/9746 +f 5913/6141/9796 5914/6142/9797 5915/6143/9798 +f 5916/6144/9799 5915/6143/9798 5917/6145/9800 +f 5917/6145/9800 5918/6146/9801 5916/6144/9799 +f 5920/6147/9802 5919/6148/9803 5916/6144/9799 +f 5920/6147/9802 5916/6144/9799 5918/6146/9801 +f 5919/6148/9803 5920/6147/9802 5921/6149/9804 +f 5919/6148/9803 5921/6149/9804 5922/6150/9805 +f 5922/6150/9805 5921/6149/9804 5923/6151/9806 +f 5923/6151/9806 5921/6149/9804 5924/6136/9791 +f 5923/6151/9806 5924/6136/9791 5907/6135/9790 +f 5929/6152/9807 7183/6153/9808 5925/6154/9809 +f 5929/6152/9807 5926/6155/9810 5927/6156/9811 +f 5926/6155/9810 5929/6152/9807 5925/6154/9809 +f 5925/6154/9809 7183/6153/9808 5928/6088/9743 +f 6444/6157/9812 5929/6152/9807 5927/6156/9811 +f 5942/6158/9813 5930/6159/9814 5931/6160/9815 +f 5931/6160/9815 5930/6159/9814 5932/6161/9816 +f 5932/6161/9816 5933/6162/9817 5931/6160/9815 +f 5931/6160/9815 5933/6162/9817 5934/6163/9818 +f 5934/6163/9818 5933/6162/9817 5935/6164/9819 +f 5935/6164/9819 5933/6162/9817 5936/6165/9820 +f 5935/6164/9819 5936/6165/9820 5937/6166/9821 +f 5937/6166/9821 5936/6165/9820 6444/6157/9812 +f 5937/6166/9821 6444/6157/9812 5927/6156/9811 +f 5938/6167/9822 5939/6168/9823 5940/6169/9824 +f 5940/6169/9824 5942/6158/9813 5941/6170/9825 +f 5942/6158/9813 5931/6160/9815 5943/6171/9826 +f 5942/6158/9813 5943/6171/9826 5941/6170/9825 +f 5951/6172/9827 5944/6173/9828 5945/6174/9829 +f 5944/6173/9828 5951/6172/9827 5946/6085/9740 +f 5947/6175/9830 5948/6176/9831 5949/6177/9832 +f 5948/6176/9831 5950/6178/9833 5949/6177/9832 +f 5949/6177/9832 5950/6178/9833 5951/6172/9827 +f 5949/6177/9832 5951/6172/9827 5945/6174/9829 +f 5962/6179/9834 7115/6180/9835 5952/6181/9836 +f 5952/6181/9836 7115/6180/9835 5953/6182/9837 +f 5952/6181/9836 5953/6182/9837 5954/6183/9838 +f 5954/6183/9838 5953/6182/9837 5955/6184/9839 +f 5955/6184/9839 5953/6182/9837 5956/6185/9840 +f 5955/6184/9839 5956/6185/9840 5947/6175/9830 +f 5947/6175/9830 5956/6185/9840 5948/6176/9831 +f 5959/6186/9841 5960/6187/9842 5957/6188/9843 +f 5957/6188/9843 5961/6189/9844 5958/6190/9845 +f 5958/6190/9845 5961/6189/9844 5962/6179/9834 +f 5962/6179/9834 5952/6181/9836 5963/6191/9846 +f 5962/6179/9834 5963/6191/9846 5958/6190/9845 +f 5964/6192/9847 5965/6082/9737 5966/6193/9848 +f 5966/6193/9848 5965/6082/9737 5967/6194/9849 +f 5968/6195/9850 5970/6196/9851 5969/6197/9852 +f 5970/6196/9851 5964/6192/9847 5969/6197/9852 +f 5964/6192/9847 5970/6196/9851 7065/6198/9853 +f 5964/6192/9847 7065/6198/9853 7066/6199/9854 +f 5964/6192/9847 7066/6199/9854 5965/6082/9737 +f 5971/6200/9855 5983/6201/9856 5972/6202/9857 +f 5971/6200/9855 5972/6202/9857 5973/6203/9858 +f 5973/6203/9858 5972/6202/9857 5968/6195/9850 +f 5973/6203/9858 5968/6195/9850 5974/6204/9859 +f 5974/6204/9859 5968/6195/9850 5969/6197/9852 +f 5975/6205/9860 5976/6206/9861 5977/6207/9862 +f 5977/6207/9862 5978/6208/9863 5979/6209/9864 +f 5979/6209/9864 5978/6208/9863 5980/6210/9865 +f 5980/6210/9865 5981/6211/9866 5979/6209/9864 +f 5979/6209/9864 5981/6211/9866 5982/6212/9867 +f 5982/6212/9867 5981/6211/9866 5983/6201/9856 +f 5982/6212/9867 5983/6201/9856 5971/6200/9855 +f 5957/6188/9843 5958/6190/9845 5959/6186/9841 +f 5959/6186/9841 5958/6190/9845 5984/6213/9868 +f 5959/6186/9841 5984/6213/9868 5985/6214/9869 +f 5944/6173/9828 5946/6085/9740 5865/6087/9742 +f 5944/6173/9828 5865/6087/9742 5986/6215/9870 +f 5986/6215/9870 5865/6087/9742 5987/6216/9871 +f 5986/6215/9870 5987/6216/9871 5988/6217/9872 +f 5988/6217/9872 5987/6216/9871 5989/6218/9873 +f 5989/6218/9873 5987/6216/9871 5938/6167/9822 +f 5989/6218/9873 5938/6167/9822 5941/6170/9825 +f 5941/6170/9825 5938/6167/9822 5940/6169/9824 +f 5925/6154/9809 5928/6088/9743 5867/6090/9745 +f 5925/6154/9809 5867/6090/9745 5990/6219/9874 +f 5990/6219/9874 5867/6090/9745 5991/6220/9875 +f 5990/6219/9874 5991/6220/9875 5992/6221/9876 +f 5992/6221/9876 5991/6220/9875 5993/6222/9877 +f 5993/6222/9877 5991/6220/9875 5994/6223/9878 +f 5993/6222/9877 5994/6223/9878 5995/6224/9879 +f 5995/6224/9879 5994/6223/9878 5996/6225/9880 +f 5996/6225/9880 5994/6223/9878 5913/6141/9796 +f 5996/6225/9880 5913/6141/9796 5916/6144/9799 +f 5916/6144/9799 5913/6141/9796 5915/6143/9798 +f 5910/6139/9794 5912/6091/9746 5869/6093/9748 +f 5910/6139/9794 5869/6093/9748 5997/6226/9881 +f 5997/6226/9881 5869/6093/9748 5998/6227/9882 +f 5997/6226/9881 5998/6227/9882 5999/6228/9883 +f 5999/6228/9883 5998/6227/9882 6000/6229/9884 +f 6000/6229/9884 5998/6227/9882 6001/6230/9885 +f 6000/6229/9884 6001/6230/9885 6002/6231/9886 +f 6002/6231/9886 6001/6230/9885 6003/6232/9887 +f 6003/6232/9887 6001/6230/9885 5900/6127/9782 +f 6003/6232/9887 5900/6127/9782 5903/6130/9785 +f 5903/6130/9785 5900/6127/9782 5902/6129/9784 +f 5894/6120/9775 5896/6094/9749 5870/6096/9751 +f 5894/6120/9775 5870/6096/9751 6004/6233/9888 +f 6004/6233/9888 5870/6096/9751 6005/6234/9889 +f 6004/6233/9888 6005/6234/9889 6006/6235/9890 +f 6006/6235/9890 6005/6234/9889 6007/6236/9891 +f 6007/6236/9891 6005/6234/9889 6008/6237/9892 +f 6007/6236/9891 6008/6237/9892 6009/6238/9893 +f 6009/6238/9893 6008/6237/9892 6010/6239/9894 +f 6010/6239/9894 6008/6237/9892 5882/6109/9764 +f 6010/6239/9894 5882/6109/9764 5886/6113/9768 +f 5886/6113/9768 5882/6109/9764 5884/6111/9766 +f 5872/6099/9754 5871/6098/9753 5878/6104/9759 +f 5872/6099/9754 5878/6104/9759 6011/6240/9895 +f 6011/6240/9895 5878/6104/9759 6012/6241/9896 +f 6011/6240/9895 6012/6241/9896 6013/6242/9897 +f 6013/6242/9897 6012/6241/9896 6014/6243/9898 +f 6014/6243/9898 6012/6241/9896 6015/6244/9899 +f 6014/6243/9898 6015/6244/9899 6016/6245/9900 +f 6016/6245/9900 6015/6244/9899 6017/6246/9901 +f 6017/6246/9901 6015/6244/9899 5975/6205/9860 +f 6017/6246/9901 5975/6205/9860 5979/6209/9864 +f 5979/6209/9864 5975/6205/9860 5977/6207/9862 +f 5967/6194/9849 5965/6082/9737 5863/6084/9739 +f 5967/6194/9849 5863/6084/9739 6018/6247/9902 +f 6018/6247/9902 5863/6084/9739 5985/6214/9869 +f 6018/6247/9902 5985/6214/9869 6019/6248/9903 +f 6019/6248/9903 5985/6214/9869 5984/6213/9868 +s 39 +f 6020/6249/9904 8064/6250/9905 6027/6251/9906 +f 8064/6250/9905 6021/6252/9907 6027/6251/9906 +f 6027/6251/9906 6021/6252/9907 6022/6253/9908 +f 6022/6253/9908 6021/6252/9907 6023/6254/9909 +f 6022/6253/9908 6023/6254/9909 9275/6255/9910 +f 6025/6256/9911 6024/6257/9912 6022/6253/9908 +f 6022/6253/9908 6024/6257/9912 6026/6258/9913 +f 6022/6253/9908 6026/6258/9913 6027/6251/9906 +f 6026/6258/9913 7965/6259/9914 6027/6251/9906 +f 6027/6251/9906 7965/6259/9914 7671/6260/9915 +f 7671/6260/9915 7965/6259/9914 7964/6261/9916 +f 6028/6262/9917 6029/6263/9918 6030/6264/9919 +f 6030/6264/9919 6029/6263/9918 6031/6265/9920 +f 6031/6265/9920 6029/6263/9918 6032/6266/9921 +f 6032/6266/9921 6029/6263/9918 6033/6267/9922 +f 6032/6266/9921 6033/6267/9922 6034/6268/9923 +f 6034/6268/9923 6033/6267/9922 6035/6269/9924 +f 6035/6269/9924 6033/6267/9922 6036/6270/9925 +f 6035/6269/9924 6036/6270/9925 6037/6271/9926 +f 6037/6271/9926 6036/6270/9925 6038/6272/9927 +f 6037/6271/9926 6038/6272/9927 6039/6273/9928 +f 6039/6273/9928 6038/6272/9927 6040/6274/9929 +f 6040/6274/9929 6038/6272/9927 6041/6275/9930 +f 6041/6275/9930 6038/6272/9927 6042/6276/9931 +f 6041/6275/9930 6042/6276/9931 6043/6277/9932 +f 6043/6277/9932 6042/6276/9931 6044/6278/9933 +f 6044/6278/9933 6042/6276/9931 6045/6279/9934 +f 6044/6278/9933 6045/6279/9934 6046/6280/9935 +f 6046/6280/9935 6045/6279/9934 6047/6281/9936 +f 6046/6280/9935 6047/6281/9936 6048/6282/9937 +f 6048/6282/9937 6047/6281/9936 7361/6283/9938 +f 6048/6282/9937 7361/6283/9938 6072/6284/9939 +f 6049/6285/9940 6050/6286/9941 6051/6287/9942 +f 6051/6287/9942 6050/6286/9941 6052/6288/9943 +f 6052/6288/9943 6050/6286/9941 6053/6289/9944 +f 6052/6288/9943 6053/6289/9944 6054/6290/9945 +f 6054/6290/9945 6053/6289/9944 6056/6291/9946 +f 6056/6291/9946 6053/6289/9944 6055/6292/9947 +f 6056/6291/9946 6055/6292/9947 6057/6293/9948 +f 6057/6293/9948 6055/6292/9947 6058/6294/9949 +f 6058/6294/9949 6055/6292/9947 6059/6295/9950 +f 6058/6294/9949 6059/6295/9950 6060/6296/9951 +f 6060/6296/9951 6059/6295/9950 6061/6297/9952 +f 6061/6297/9952 6059/6295/9950 6062/6298/9953 +f 6061/6297/9952 6062/6298/9953 6063/6299/9954 +f 6063/6299/9954 6062/6298/9953 6064/6300/9955 +f 6063/6299/9954 6064/6300/9955 6065/6301/9956 +f 6065/6301/9956 6064/6300/9955 7304/6302/9957 +f 6065/6301/9956 7304/6302/9957 6066/6303/9958 +f 6066/6303/9958 7304/6302/9957 6067/6304/9959 +f 6067/6304/9959 7304/6302/9957 6068/6305/9960 +f 6068/6305/9960 7304/6302/9957 6069/6306/9961 +f 6068/6305/9960 6069/6306/9961 6070/6307/9962 +f 6070/6307/9962 6069/6306/9961 6094/6308/9963 +f 6072/6284/9939 7361/6283/9938 6071/6309/9964 +f 6072/6284/9939 6071/6309/9964 6074/6310/9965 +f 6074/6310/9965 6071/6309/9964 6073/6311/9966 +f 6074/6310/9965 6073/6311/9966 6075/6312/9967 +f 6075/6312/9967 6073/6311/9966 6076/6313/9968 +f 6075/6312/9967 6076/6313/9968 6077/6314/9969 +f 6077/6314/9969 6076/6313/9968 6078/6315/9970 +f 6078/6315/9970 6076/6313/9968 6079/6316/9971 +f 6078/6315/9970 6079/6316/9971 6080/6317/9972 +f 6080/6317/9972 6079/6316/9971 6081/6318/9973 +f 6081/6318/9973 6079/6316/9971 6082/6319/9974 +f 6082/6319/9974 6079/6316/9971 7248/6320/9975 +f 6082/6319/9974 7248/6320/9975 6083/6321/9976 +f 6083/6321/9976 7248/6320/9975 6084/6322/9977 +f 6083/6321/9976 6084/6322/9977 6086/6323/9978 +f 6086/6323/9978 6084/6322/9977 6085/6324/9979 +f 6086/6323/9978 6085/6324/9979 6087/6325/9980 +f 6087/6325/9980 6085/6324/9979 6088/6326/9981 +f 6087/6325/9980 6088/6326/9981 6089/6327/9982 +f 6089/6327/9982 6088/6326/9981 6090/6328/9983 +f 6090/6328/9983 6088/6326/9981 6091/6329/9984 +f 6091/6329/9984 6088/6326/9981 6092/6330/9985 +f 6091/6329/9984 6092/6330/9985 6049/6285/9940 +f 6049/6285/9940 6092/6330/9985 6050/6286/9941 +f 6094/6308/9963 6069/6306/9961 6093/6331/9986 +f 6094/6308/9963 6093/6331/9986 6095/6332/9987 +f 6095/6332/9987 6093/6331/9986 7290/6333/9988 +f 6095/6332/9987 7290/6333/9988 6096/6334/9989 +f 6096/6334/9989 7290/6333/9988 6097/6335/9990 +f 6097/6335/9990 7290/6333/9988 6098/6336/9991 +f 6097/6335/9990 6098/6336/9991 6099/6337/9992 +f 6099/6337/9992 6098/6336/9991 6100/6338/9993 +f 6100/6338/9993 6098/6336/9991 6101/6339/9994 +f 6101/6339/9994 6098/6336/9991 6102/6340/9995 +f 6101/6339/9994 6102/6340/9995 6103/6341/9996 +f 6103/6341/9996 6102/6340/9995 6105/6342/9997 +f 6105/6342/9997 6102/6340/9995 6104/6343/9998 +f 6105/6342/9997 6104/6343/9998 6106/6344/9999 +f 6106/6344/9999 6104/6343/9998 6108/6345/10000 +f 6108/6345/10000 6104/6343/9998 6107/6346/10001 +f 6108/6345/10000 6107/6346/10001 6109/6347/10002 +f 6109/6347/10002 6107/6346/10001 7276/6348/10003 +f 6109/6347/10002 7276/6348/10003 6110/6349/10004 +f 6110/6349/10004 7276/6348/10003 6111/6350/10005 +f 6110/6349/10004 6111/6350/10005 6112/6351/10006 +f 6112/6351/10006 6111/6350/10005 6113/6352/10007 +f 6113/6352/10007 6111/6350/10005 6114/6353/10008 +f 6113/6352/10007 6114/6353/10008 6115/6354/10009 +f 6115/6354/10009 6114/6353/10008 6028/6262/9917 +f 6028/6262/9917 6114/6353/10008 6029/6263/9918 +f 5836/6056/10010 5837/6057/10011 6117/6355/10012 +f 6118/6356/10013 6119/6357/10014 8331/6358/10015 +f 8739/6359/10016 6120/6360/10017 8047/6361/10018 +f 8850/6362/10019 6121/6363/10020 6122/6364/10021 +f 6124/6365/10022 8029/6366/10023 8143/6367/10024 +f 8143/6367/10024 8029/6366/10023 8169/6368/10025 +f 6125/6369/10026 8143/6367/10024 5724/5943/10027 +f 5724/5943/10027 8143/6367/10024 5723/5942/10028 +f 5723/5942/10028 8143/6367/10024 8169/6368/10025 +f 5723/5942/10028 8169/6368/10025 6126/6370/10029 +f 8197/6371/10030 5832/6051/10031 5723/5942/10028 +f 8197/6371/10030 5723/5942/10028 6126/6370/10029 +f 5828/6047/10032 8089/6372/10033 5730/5949/10034 +f 5730/5949/10034 8089/6372/10033 5731/5950/10035 +f 8143/6367/10024 6125/6369/10026 5731/5950/10035 +f 8143/6367/10024 5731/5950/10035 6137/6373/10036 +f 6125/6369/10026 6127/6374/10037 5731/5950/10035 +f 5731/5950/10035 6127/6374/10037 6128/6375/10038 +f 5731/5950/10035 6128/6375/10038 6129/6376/10039 +f 6129/6376/10039 6128/6375/10038 6130/6377/10040 +f 6129/6376/10039 6130/6377/10040 6206/6378/10041 +f 6206/6378/10041 6130/6377/10040 6131/6379/10042 +f 6131/6379/10042 6132/6380/10043 6206/6378/10041 +f 6206/6378/10041 6132/6380/10043 6133/6381/10044 +f 6206/6378/10041 6133/6381/10044 6134/6382/10045 +f 6134/6382/10045 6133/6381/10044 6135/6383/10046 +f 6136/6384/10047 8027/6385/10048 8089/6372/10033 +f 8089/6372/10033 8027/6385/10048 8115/6386/10049 +f 8089/6372/10033 8115/6386/10049 5731/5950/10035 +f 5731/5950/10035 8115/6386/10049 6137/6373/10036 +f 5900/6127/10050 6134/6382/10045 5901/6128/10051 +f 5901/6128/10051 6134/6382/10045 6138/6095/10052 +f 6139/6387/10053 5828/6047/10032 5825/6045/10054 +f 5900/6127/10050 6001/6230/10055 5998/6227/10056 +f 5998/6227/10056 5869/6093/10057 5900/6127/10050 +f 5900/6127/10050 5869/6093/10057 5868/6092/10058 +f 5900/6127/10050 5868/6092/10058 6134/6382/10045 +f 6134/6382/10045 5868/6092/10058 6140/6388/10059 +f 6134/6382/10045 6140/6388/10059 6141/6389/10060 +f 6142/6390/10061 5828/6047/10032 7987/6391/10062 +f 7987/6391/10062 5828/6047/10032 6139/6387/10053 +f 7987/6391/10062 6139/6387/10053 7933/6392/10063 +f 7933/6392/10063 6139/6387/10053 6143/6393/10064 +f 5828/6047/10032 6142/6390/10061 8089/6372/10033 +f 6141/6389/10060 6144/6394/10065 6134/6382/10045 +f 6134/6382/10045 6144/6394/10065 6145/6395/10066 +f 6134/6382/10045 6145/6395/10066 6146/6396/10067 +f 5825/6045/10054 5823/6043/10068 6139/6387/10053 +f 6139/6387/10053 5823/6043/10068 5820/6040/10069 +f 6139/6387/10053 5820/6040/10069 5675/5886/10070 +f 6147/6397/10071 6148/6398/10072 6154/6399/10073 +f 6154/6399/10073 6148/6398/10072 6149/6400/10074 +f 6154/6399/10073 6149/6400/10074 6138/6095/10052 +f 6138/6095/10052 6149/6400/10074 6150/6401/10075 +f 6138/6095/10052 6150/6401/10075 6151/6402/10076 +f 6151/6402/10076 6152/6403/10077 6138/6095/10052 +f 6138/6095/10052 6152/6403/10077 6153/6404/10078 +f 6138/6095/10052 6153/6404/10078 5901/6128/10051 +f 6139/6387/10053 5675/5886/10070 6154/6399/10073 +f 6154/6399/10073 5675/5886/10070 5674/5885/10079 +f 6154/6399/10073 5674/5885/10079 6155/6405/10080 +f 6154/6399/10073 6155/6405/10080 6147/6397/10071 +f 6207/6406/10081 6156/6407/10082 6154/6399/10073 +f 6154/6399/10073 6156/6407/10082 6157/6408/10083 +f 6154/6399/10073 6157/6408/10083 6158/6409/10084 +f 6158/6409/10084 6159/6410/10085 6154/6399/10073 +f 6154/6399/10073 6159/6410/10085 6160/6411/10086 +f 6154/6399/10073 6160/6411/10086 6161/6412/10087 +f 5809/6030/10088 6123/6413/10089 5811/6032/10090 +f 5811/6032/10090 6123/6413/10089 6162/6414/10091 +f 5811/6032/10090 6162/6414/10091 5813/6034/10092 +f 5813/6034/10092 6162/6414/10091 5814/6036/10093 +f 6163/6415/10094 8054/6416/10095 9067/6417/10096 +f 9067/6417/10096 8054/6416/10095 6154/6399/10073 +f 6162/6414/10091 9245/6418/10097 5814/6036/10093 +f 5814/6036/10093 9245/6418/10097 5750/5971/10098 +f 5750/5971/10098 9245/6418/10097 6164/6419/10099 +f 5750/5971/10098 6164/6419/10099 5751/5972/10100 +f 6166/6420/10101 9067/6417/10096 5751/5972/10100 +f 6165/6421/10102 9029/6422/10103 6164/6419/10099 +f 6164/6419/10099 9029/6422/10103 9039/6423/10104 +f 6164/6419/10099 9039/6423/10104 5751/5972/10100 +f 5751/5972/10100 9039/6423/10104 6166/6420/10101 +f 6161/6412/10087 6167/6424/10105 6154/6399/10073 +f 6154/6399/10073 6167/6424/10105 5751/5972/10100 +f 6154/6399/10073 5751/5972/10100 9067/6417/10096 +f 8960/6425/10106 6168/6426/10107 8053/6427/10108 +f 6170/6428/10109 8050/6429/10110 8930/6430/10111 +f 6169/6431/10112 8960/6425/10106 6123/6413/10089 +f 6123/6413/10089 8960/6425/10106 6162/6414/10091 +f 6162/6414/10091 8960/6425/10106 8053/6427/10108 +f 6170/6428/10109 8930/6430/10111 6123/6413/10089 +f 6123/6413/10089 8930/6430/10111 6169/6431/10112 +f 8903/6432/10113 6170/6428/10109 6123/6413/10089 +f 8903/6432/10113 6123/6413/10089 6171/6433/10114 +f 8903/6432/10113 6171/6433/10114 9225/6434/10115 +f 6171/6433/10114 8875/6435/10116 9225/6434/10115 +f 6171/6433/10114 6172/6436/10117 5769/5992/10118 +f 6174/6437/10119 6173/6438/10120 8819/6439/10121 +f 8874/6440/10122 8875/6435/10116 6122/6364/10021 +f 6122/6364/10021 8875/6435/10116 6171/6433/10114 +f 6122/6364/10021 6171/6433/10114 8850/6362/10019 +f 8850/6362/10019 6171/6433/10114 5769/5992/10118 +f 8850/6362/10019 5769/5992/10118 5768/5991/10123 +f 8850/6362/10019 5768/5991/10123 9215/6441/10124 +f 9215/6441/10124 5768/5991/10123 5805/6026/10125 +f 9215/6441/10124 5805/6026/10125 8819/6439/10121 +f 8739/6359/10016 8047/6361/10018 8764/6442/10126 +f 6175/6443/10127 6173/6438/10120 8792/6444/10128 +f 8792/6444/10128 6173/6438/10120 6174/6437/10119 +f 8792/6444/10128 6174/6437/10119 6176/6445/10129 +f 8739/6359/10016 8764/6442/10126 6174/6437/10119 +f 6174/6437/10119 8764/6442/10126 6176/6445/10129 +f 6248/6446/10130 6177/6447/10131 5790/6012/10132 +f 6178/6448/10133 8045/6449/10134 6179/6450/10135 +f 6179/6450/10135 8045/6449/10134 8713/6451/10136 +f 6179/6450/10135 8713/6451/10136 5792/6014/10137 +f 6180/6452/10138 5790/6012/10132 8713/6451/10136 +f 8713/6451/10136 5790/6012/10132 5791/6013/10139 +f 8713/6451/10136 5791/6013/10139 5792/6014/10137 +f 6181/6453/10140 6179/6450/10135 5792/6014/10137 +f 6184/6454/10141 6182/6455/10142 8043/6456/10143 +f 5792/6014/10137 6183/6457/10144 6181/6453/10140 +f 6181/6453/10140 6183/6457/10144 6184/6454/10141 +f 6181/6453/10140 6184/6454/10141 8043/6456/10143 +f 6187/6458/10145 6184/6454/10141 6183/6457/10144 +f 8549/6459/10146 9165/6460/10147 6185/6461/10148 +f 9165/6460/10147 8577/6462/10149 6185/6461/10148 +f 6185/6461/10148 8577/6462/10149 6183/6457/10144 +f 6186/6463/10150 8041/6464/10151 8577/6462/10149 +f 8577/6462/10149 8041/6464/10151 8603/6465/10152 +f 8577/6462/10149 8603/6465/10152 6183/6457/10144 +f 6183/6457/10144 8603/6465/10152 6187/6458/10145 +f 5853/6073/10153 6185/6461/10148 6188/6466/10154 +f 6188/6466/10154 6185/6461/10148 6246/6467/10155 +f 6189/6468/10156 8040/6469/10157 6190/6470/10158 +f 6190/6470/10158 8040/6469/10157 8549/6459/10146 +f 6190/6470/10158 8549/6459/10146 6185/6461/10148 +f 6190/6470/10158 6185/6461/10148 5853/6073/10153 +f 6190/6470/10158 5853/6073/10153 6191/6471/10159 +f 6193/6472/10160 8039/6473/10161 6192/6474/10162 +f 6192/6474/10162 8039/6473/10161 6191/6471/10159 +f 6194/6475/10163 8037/6476/10164 8441/6477/10165 +f 6195/6478/10166 6196/6479/10167 8388/6480/10168 +f 8388/6480/10168 6196/6479/10167 6197/6481/10169 +f 8388/6480/10168 6197/6481/10169 8033/6482/10170 +f 6196/6479/10167 6195/6478/10166 8416/6483/10171 +f 6196/6479/10167 8416/6483/10171 8441/6477/10165 +f 8441/6477/10165 8416/6483/10171 6194/6475/10163 +f 6198/6062/10172 8332/6484/10173 9126/6485/10174 +f 6199/6486/10175 6197/6481/10169 8361/6487/10176 +f 8361/6487/10176 6197/6481/10169 6196/6479/10167 +f 8361/6487/10176 6196/6479/10167 6198/6062/10172 +f 8361/6487/10176 6198/6062/10172 9126/6485/10174 +f 6117/6355/10012 6200/6488/10177 8278/6489/10178 +f 8331/6358/10015 8332/6484/10173 6198/6062/10172 +f 8331/6358/10015 6198/6062/10172 6118/6356/10013 +f 6118/6356/10013 6198/6062/10172 6201/6490/10179 +f 6201/6490/10179 6198/6062/10172 5842/6061/10180 +f 6201/6490/10179 5842/6061/10180 5841/6060/10181 +f 6201/6490/10179 5841/6060/10181 8278/6489/10178 +f 8197/6371/10030 6117/6355/10012 5837/6057/10011 +f 8197/6371/10030 5837/6057/10011 5832/6051/10031 +f 6202/6491/10182 6200/6488/10177 8252/6492/10183 +f 8252/6492/10183 6200/6488/10177 6117/6355/10012 +f 8252/6492/10183 6117/6355/10012 6204/6493/10184 +f 6203/6494/10185 8031/6495/10186 8197/6371/10030 +f 8197/6371/10030 8031/6495/10186 8222/6496/10187 +f 8197/6371/10030 8222/6496/10187 6117/6355/10012 +f 6117/6355/10012 8222/6496/10187 6204/6493/10184 +f 6146/6396/10067 6205/6497/10188 6134/6382/10045 +f 6134/6382/10045 6205/6497/10188 6206/6378/10041 +f 6207/6406/10081 6154/6399/10073 6138/6095/10052 +f 6138/6095/10052 6208/6498/10189 5870/6096/10190 +f 6209/6499/10191 6210/6500/10192 6171/6433/10114 +f 5809/6030/10088 5760/5982/10193 6123/6413/10089 +f 6123/6413/10089 5760/5982/10193 5761/5983/10194 +f 6123/6413/10089 5761/5983/10194 6171/6433/10114 +f 6171/6433/10114 5761/5983/10194 6211/6501/10195 +f 6171/6433/10114 6211/6501/10195 6209/6499/10191 +f 6212/6502/10196 6213/6503/10197 6208/6498/10189 +f 6208/6498/10189 6213/6503/10197 5883/6110/10198 +f 6208/6498/10189 5883/6110/10198 5882/6109/10199 +f 5882/6109/10199 6008/6237/10200 6208/6498/10189 +f 6208/6498/10189 6008/6237/10200 6005/6234/10201 +f 6208/6498/10189 6005/6234/10201 5870/6096/10190 +f 6210/6500/10192 6214/6504/10202 6171/6433/10114 +f 6171/6433/10114 6214/6504/10202 6215/6505/10203 +f 6171/6433/10114 6215/6505/10203 6216/6506/10204 +f 8278/6489/10178 5841/6060/10181 6117/6355/10012 +f 6117/6355/10012 5841/6060/10181 5834/6053/10205 +f 6117/6355/10012 5834/6053/10205 5836/6056/10010 +f 6217/6507/10206 6226/6508/10207 6218/6509/10208 +f 6219/6510/10209 6116/6511/10210 6217/6507/10206 +f 6219/6510/10209 6217/6507/10206 6220/6512/10211 +f 6218/6509/10208 6221/6513/10212 6217/6507/10206 +f 6217/6507/10206 6221/6513/10212 6222/6514/10213 +f 6217/6507/10206 6222/6514/10213 6220/6512/10211 +f 6223/6515/10214 5866/6089/10215 6217/6507/10206 +f 6217/6507/10206 5866/6089/10215 6224/6516/10216 +f 6134/6382/10045 6135/6383/10046 5914/6142/10217 +f 6134/6382/10045 5914/6142/10217 6223/6515/10214 +f 6223/6515/10214 5914/6142/10217 5913/6141/10218 +f 6223/6515/10214 5913/6141/10218 5994/6223/10219 +f 6224/6516/10216 6225/6517/10220 6217/6507/10206 +f 6217/6507/10206 6225/6517/10220 6226/6508/10207 +f 5994/6223/10219 5991/6220/10221 6223/6515/10214 +f 6223/6515/10214 5991/6220/10221 5867/6090/10222 +f 6223/6515/10214 5867/6090/10222 5866/6089/10215 +f 5844/6064/10223 5677/5889/10224 6196/6479/10167 +f 6196/6479/10167 5677/5889/10224 5676/5888/10225 +f 6196/6479/10167 5676/5888/10225 6198/6062/10172 +f 6198/6062/10172 5676/5888/10225 6227/6518/10226 +f 6198/6062/10172 6227/6518/10226 6228/6519/10227 +f 6228/6519/10227 6229/6520/10228 6198/6062/10172 +f 6198/6062/10172 6229/6520/10228 6230/6521/10229 +f 6198/6062/10172 6230/6521/10229 6217/6507/10206 +f 6217/6507/10206 6230/6521/10229 6231/6522/10230 +f 6217/6507/10206 6231/6522/10230 6232/6523/10231 +f 5857/6077/10232 5851/6071/10233 6192/6474/10162 +f 6192/6474/10162 5851/6071/10233 8441/6477/10165 +f 5851/6071/10233 5849/6069/10234 8441/6477/10165 +f 8441/6477/10165 5849/6069/10234 5847/6067/10235 +f 8441/6477/10165 5847/6067/10235 6196/6479/10167 +f 6196/6479/10167 5847/6067/10235 5845/6066/10236 +f 6196/6479/10167 5845/6066/10236 5844/6064/10223 +f 6191/6471/10159 5853/6073/10153 5854/6074/10237 +f 6191/6471/10159 5854/6074/10237 6192/6474/10162 +f 6192/6474/10162 5854/6074/10237 5855/6075/10238 +f 6192/6474/10162 5855/6075/10238 5857/6077/10232 +f 6233/6524/10239 6234/6525/10240 6246/6467/10155 +f 6246/6467/10155 6234/6525/10240 6235/6526/10241 +f 6246/6467/10155 6235/6526/10241 6236/6527/10242 +f 6236/6527/10242 6237/6528/10243 6246/6467/10155 +f 6246/6467/10155 6237/6528/10243 6238/6529/10244 +f 6246/6467/10155 6238/6529/10244 6188/6466/10154 +f 5864/6086/10245 6240/6530/10246 6246/6467/10155 +f 6246/6467/10155 6240/6530/10246 6233/6524/10239 +f 6239/6531/10247 5939/6168/10248 5938/6167/10249 +f 6217/6507/10206 6232/6523/10231 6241/6532/10250 +f 6217/6507/10206 6241/6532/10250 6239/6531/10247 +f 6239/6531/10247 6241/6532/10250 6242/6533/10251 +f 6239/6531/10247 6242/6533/10251 5939/6168/10248 +f 5938/6167/10249 5987/6216/10252 6239/6531/10247 +f 6239/6531/10247 5987/6216/10252 5865/6087/10253 +f 6239/6531/10247 5865/6087/10253 5864/6086/10245 +f 5689/5904/10254 5690/5905/10255 6185/6461/10148 +f 6185/6461/10148 5690/5905/10255 6243/6534/10256 +f 6243/6534/10256 6244/6535/10257 6185/6461/10148 +f 6185/6461/10148 6244/6535/10257 6245/6536/10258 +f 6185/6461/10148 6245/6536/10258 6246/6467/10155 +f 6246/6467/10155 6245/6536/10258 6247/6537/10259 +f 5792/6014/10137 5789/6010/10260 6183/6457/10144 +f 6183/6457/10144 5789/6010/10260 5787/6008/10261 +f 6183/6457/10144 5787/6008/10261 6185/6461/10148 +f 6185/6461/10148 5787/6008/10261 5786/6007/10262 +f 6185/6461/10148 5786/6007/10262 5689/5904/10254 +f 6248/6446/10130 6249/6538/10263 6177/6447/10131 +f 5985/6214/10264 5863/6084/10265 6250/6539/10266 +f 6250/6539/10266 5863/6084/10265 5862/6083/10267 +f 6250/6539/10266 5862/6083/10267 6251/6540/10268 +f 6250/6539/10266 6252/6541/10269 6248/6446/10130 +f 6248/6446/10130 6252/6541/10269 6253/6542/10270 +f 6246/6467/10155 6247/6537/10259 6254/6543/10271 +f 6246/6467/10155 6254/6543/10271 6255/6544/10272 +f 6255/6544/10272 6254/6543/10271 6256/6545/10273 +f 6255/6544/10272 6256/6545/10273 6257/6546/10274 +f 6251/6540/10268 6258/6547/10275 6250/6539/10266 +f 6250/6539/10266 6258/6547/10275 6259/6548/10276 +f 6250/6539/10266 6259/6548/10276 6252/6541/10269 +f 6257/6546/10274 6260/6549/10277 6255/6544/10272 +f 6255/6544/10272 6260/6549/10277 5960/6187/10278 +f 6255/6544/10272 5960/6187/10278 6250/6539/10266 +f 6250/6539/10266 5960/6187/10278 5959/6186/10279 +f 6250/6539/10266 5959/6186/10279 5985/6214/10264 +f 5672/5882/10280 8739/6359/10016 5673/5883/10281 +f 5673/5883/10281 8739/6359/10016 5797/6018/10282 +f 5797/6018/10282 8739/6359/10016 5798/6019/10283 +f 5798/6019/10283 8739/6359/10016 6174/6437/10119 +f 5798/6019/10283 6174/6437/10119 5802/6023/10284 +f 6248/6446/10130 6261/6550/10285 6262/6551/10286 +f 6262/6551/10286 6263/6552/10287 6248/6446/10130 +f 6248/6446/10130 6263/6552/10287 6264/6553/10288 +f 6248/6446/10130 6264/6553/10288 6250/6539/10266 +f 6250/6539/10266 6264/6553/10288 6265/6554/10289 +f 6266/6555/10290 6267/6556/10291 6248/6446/10130 +f 6248/6446/10130 6267/6556/10291 6268/6557/10292 +f 6248/6446/10130 6268/6557/10292 6261/6550/10285 +f 5790/6012/10132 6180/6452/10138 6248/6446/10130 +f 6248/6446/10130 6180/6452/10138 8739/6359/10016 +f 6248/6446/10130 8739/6359/10016 6266/6555/10290 +f 6266/6555/10290 8739/6359/10016 5672/5882/10280 +f 8819/6439/10121 5805/6026/10125 6174/6437/10119 +f 6174/6437/10119 5805/6026/10125 5800/6021/10293 +f 6174/6437/10119 5800/6021/10293 5802/6023/10284 +f 6269/6558/10294 5976/6206/10295 5975/6205/10296 +f 6270/6559/10297 6271/6560/10298 6171/6433/10114 +f 6171/6433/10114 6271/6560/10298 6272/6561/10299 +f 6171/6433/10114 6272/6561/10299 6273/6562/10300 +f 5975/6205/10296 6015/6244/10301 6269/6558/10294 +f 6269/6558/10294 6015/6244/10301 6012/6241/10302 +f 6269/6558/10294 6012/6241/10302 5878/6104/10303 +f 5877/6103/10304 6274/6563/10305 6171/6433/10114 +f 6171/6433/10114 6274/6563/10305 6275/6564/10306 +f 6171/6433/10114 6275/6564/10306 6270/6559/10297 +f 6273/6562/10300 6276/6565/10307 6171/6433/10114 +f 6171/6433/10114 6276/6565/10307 6277/6566/10308 +f 6171/6433/10114 6277/6566/10308 6172/6436/10117 +f 6250/6539/10266 6281/6567/10309 6278/6568/10310 +f 6269/6558/10294 6279/6569/10311 6280/6570/10312 +s off +f 9450/6571/10313 9361/5523/10314 6282/6572/10315 +s 39 +f 6283/6573/10316 6250/6539/10266 6282/6572/10317 +f 6280/6570/10312 6284/6574/10318 6269/6558/10294 +f 6269/6558/10294 6284/6574/10318 6250/6539/10266 +f 6269/6558/10294 6250/6539/10266 5976/6206/10295 +f 5976/6206/10295 6250/6539/10266 6265/6554/10289 +f 6250/6539/10266 6284/6574/10318 6286/6575/10319 +f 6288/6576/10320 6289/6577/10321 6298/6578/10322 +f 6255/6544/10272 6290/6579/10323 6291/6580/10324 +f 6285/6581/10325 6294/6582/10326 6286/6575/10319 +f 6286/6575/10319 6294/6582/10326 6250/6539/10266 +f 6250/6539/10266 6294/6582/10326 6281/6567/10309 +f 6278/6568/10310 9450/6571/10327 6282/6572/10317 +f 6278/6568/10310 6282/6572/10317 6250/6539/10266 +f 6255/6544/10272 6296/6583/10328 6295/6584/10329 +f 6301/6585/10330 6296/6583/10328 6255/6544/10272 +f 6298/6578/10322 6289/6577/10321 9451/6586/10331 +s off +f 6298/6578/10332 9451/6586/10333 9353/5529/10334 +s 39 +f 6292/6587/10335 6299/6588/10336 6293/6589/10337 +s off +f 6293/6589/10338 6299/6588/10339 6300/5459/10340 +s 39 +f 6285/6581/10325 6286/6575/10319 9449/6590/10341 +f 6301/6585/10330 6302/6591/10342 6287/6592/10343 +f 6301/6585/10330 6287/6592/10343 9444/6593/10344 +f 6250/6539/10266 6283/6573/10316 6289/6577/10321 +f 6289/6577/10321 6288/6576/10320 6250/6539/10266 +f 6250/6539/10266 6288/6576/10320 6255/6544/10272 +f 6255/6544/10272 6288/6576/10320 6302/6591/10342 +f 6255/6544/10272 6295/6584/10329 6290/6579/10323 +f 6290/6579/10323 6295/6584/10329 6297/6594/10345 +s off +f 6297/6594/10346 6295/6584/10347 6303/5453/10348 +s 39 +f 6301/6585/10330 6255/6544/10272 6302/6591/10342 +f 6208/6498/10189 6321/6595/10349 6304/6596/10350 +f 6208/6498/10189 6304/6596/10350 6269/6558/10294 +f 9448/6597/10351 6279/6569/10311 6269/6558/10294 +f 9448/6597/10351 6269/6558/10294 6304/6596/10350 +f 6318/6598/10352 6305/6599/10353 6138/6095/10052 +f 6138/6095/10052 6305/6599/10353 6306/6600/10354 +f 6322/6601/10355 6310/6602/10356 6134/6382/10045 +f 6138/6095/10052 6307/6603/10357 6312/6604/10358 +s off +f 6311/6605/10359 9409/5481/10360 6313/6606/10361 +s 39 +f 6326/6607/10362 6314/6608/10363 6315/6609/10364 +f 6317/6610/10365 6208/6498/10189 6138/6095/10052 +f 6317/6610/10365 6138/6095/10052 6312/6604/10358 +f 6318/6598/10352 6324/6611/10366 9445/6612/10367 +f 6318/6598/10352 9445/6612/10367 9395/5493/10368 +f 6308/6613/10369 6309/6614/10370 6327/6615/10371 +f 6310/6602/10356 6319/6616/10372 6134/6382/10045 +f 6313/6606/10373 6320/6617/10374 6134/6382/10045 +f 6317/6610/10365 6321/6595/10349 6208/6498/10189 +f 6322/6601/10355 6327/6615/10371 6309/6614/10370 +s 229 +f 6322/6601/10375 6309/6614/10376 9417/5475/10377 +s 39 +f 6319/6616/10372 6311/6605/10378 6313/6606/10373 +f 6319/6616/10372 6313/6606/10373 6134/6382/10045 +f 6134/6382/10045 6320/6617/10374 6315/6609/10364 +f 6134/6382/10045 6315/6609/10364 6314/6608/10363 +f 6134/6382/10045 6314/6608/10363 6138/6095/10052 +f 6138/6095/10052 6306/6600/10354 6307/6603/10357 +f 6307/6603/10357 6306/6600/10354 6316/6618/10379 +s off +f 6316/6618/10380 6306/6600/10381 9446/5495/10382 +s 39 +f 6318/6598/10352 6138/6095/10052 6314/6608/10363 +f 6318/6598/10352 6314/6608/10363 6324/6611/10366 +f 6321/6595/10349 6317/6610/10365 6323/6619/10383 +f 6323/6619/10383 6317/6610/10365 9447/5501/10384 +f 6326/6607/10362 6315/6609/10364 6325/6620/10385 +s off +f 6326/6607/10386 6325/6620/10387 9402/5487/10388 +s 39 +f 6327/6615/10371 6322/6601/10355 6134/6382/10045 +f 6327/6615/10371 6134/6382/10045 6223/6515/10214 +f 6239/6531/10247 6328/6621/10389 6329/6622/10390 +f 5864/6086/10245 6292/6587/10335 6330/6623/10391 +f 5864/6086/10245 6330/6623/10391 6239/6531/10247 +f 6239/6531/10247 6330/6623/10391 6331/6624/10392 +f 6332/6625/10393 6328/6621/10389 6239/6531/10247 +f 6332/6625/10393 6239/6531/10247 6331/6624/10392 +f 6329/6622/10390 6223/6515/10214 6239/6531/10247 +f 6239/6531/10247 6223/6515/10214 6217/6507/10206 +f 6217/6507/10206 6116/6511/10210 6198/6062/10172 +f 5864/6086/10245 6246/6467/10155 6255/6544/10272 +f 5864/6086/10245 6255/6544/10272 6292/6587/10335 +f 6292/6587/10335 6255/6544/10272 6291/6580/10324 +f 6292/6587/10335 6291/6580/10324 6299/6588/10336 +f 5878/6104/10303 5877/6103/10304 6269/6558/10294 +f 6269/6558/10294 5877/6103/10304 6171/6433/10114 +f 6269/6558/10294 6171/6433/10114 6208/6498/10189 +f 6208/6498/10189 6171/6433/10114 6212/6502/10196 +f 6212/6502/10196 6171/6433/10114 6216/6506/10204 +s 232 +f 5884/6111/10394 5883/6110/10395 6333/6626/10396 +f 6333/6626/10396 5883/6110/10395 6213/6503/10397 +f 6333/6626/10396 6213/6503/10397 6992/6627/10398 +f 6992/6627/10398 6213/6503/10397 6212/6502/10399 +f 6992/6627/10398 6212/6502/10399 6334/6628/10400 +f 6334/6628/10400 6212/6502/10399 6216/6506/10401 +f 6334/6628/10400 6216/6506/10401 6335/6629/10402 +f 6215/6505/10403 6336/6630/10404 6216/6506/10401 +f 6216/6506/10401 6336/6630/10404 6335/6629/10402 +f 6214/6504/10405 6338/6631/10406 6215/6505/10403 +f 6215/6505/10403 6338/6631/10406 6336/6630/10404 +f 6210/6500/10407 6337/6632/10408 6214/6504/10405 +f 6214/6504/10405 6337/6632/10408 6338/6631/10406 +f 6209/6499/10409 6339/6633/10410 6340/6634/10411 +f 6209/6499/10409 6340/6634/10411 6210/6500/10407 +f 6210/6500/10407 6340/6634/10411 6337/6632/10408 +f 6339/6633/10410 6209/6499/10409 6341/6635/10412 +f 6341/6635/10412 6209/6499/10409 6211/6501/10413 +f 6341/6635/10412 6211/6501/10413 6990/6636/10414 +f 6990/6636/10414 6211/6501/10413 5761/5983/10415 +f 6990/6636/10414 5761/5983/10415 5756/5978/10416 +f 5770/5993/10417 5769/5992/10418 6342/6637/10419 +f 6342/6637/10419 5769/5992/10418 6172/6436/10420 +f 6342/6637/10419 6172/6436/10420 6343/6638/10421 +f 6343/6638/10421 6172/6436/10420 6277/6566/10422 +f 6343/6638/10421 6277/6566/10422 6276/6565/10423 +f 6343/6638/10421 6276/6565/10423 6344/6639/10424 +f 6344/6639/10424 6276/6565/10423 6273/6562/10425 +f 6344/6639/10424 6273/6562/10425 6345/6640/10426 +f 6272/6561/10427 6346/6641/10428 6273/6562/10425 +f 6273/6562/10425 6346/6641/10428 6345/6640/10426 +f 6271/6560/10429 6348/6642/10430 6272/6561/10427 +f 6272/6561/10427 6348/6642/10430 6346/6641/10428 +f 6270/6559/10431 6347/6643/10432 6271/6560/10429 +f 6271/6560/10429 6347/6643/10432 6348/6642/10430 +f 6275/6564/10433 6349/6644/10434 6270/6559/10431 +f 6270/6559/10431 6349/6644/10434 6347/6643/10432 +f 6274/6563/10435 6350/6645/10436 6351/6646/10437 +f 6274/6563/10435 6351/6646/10437 6275/6564/10433 +f 6275/6564/10433 6351/6646/10437 6349/6644/10434 +f 6350/6645/10436 6274/6563/10435 6352/6647/10438 +f 6352/6647/10438 6274/6563/10435 5877/6103/10439 +f 6352/6647/10438 5877/6103/10439 5871/6098/10440 +f 6353/5987/10441 5764/5985/10442 6355/6648/10443 +f 5764/5985/10442 5776/5990/10444 6355/6648/10443 +f 6355/6648/10443 5776/5990/10444 6354/6649/10445 +f 6355/6648/10443 6354/6649/10445 6356/6650/10446 +f 6356/6650/10446 6354/6649/10445 6357/6651/10447 +f 6357/6651/10447 6354/6649/10445 6358/6652/10448 +f 6359/6653/10449 6362/6654/10450 6360/6655/10451 +f 6360/6655/10451 6362/6654/10450 5890/6106/10452 +f 5890/6106/10452 6362/6654/10450 5873/6101/10453 +f 6361/6656/10454 6363/6657/10455 6359/6653/10449 +f 6359/6653/10449 6363/6657/10455 6362/6654/10450 +f 6354/6649/10445 6363/6657/10455 6358/6652/10448 +f 6358/6652/10448 6363/6657/10455 6361/6656/10454 +s 246 +f 5902/6129/10456 5901/6128/10457 6364/6658/10458 +f 6364/6658/10458 5901/6128/10457 6153/6404/10459 +f 6364/6658/10458 6153/6404/10459 6935/6659/10460 +f 6935/6659/10460 6153/6404/10459 6152/6403/10461 +f 6935/6659/10460 6152/6403/10461 6365/6660/10462 +f 6365/6660/10462 6152/6403/10461 6151/6402/10463 +f 6365/6660/10462 6151/6402/10463 6366/6661/10464 +f 6150/6401/10465 6367/6662/10466 6151/6402/10463 +f 6151/6402/10463 6367/6662/10466 6366/6661/10464 +f 6149/6400/10467 6369/6663/10468 6150/6401/10465 +f 6150/6401/10465 6369/6663/10468 6367/6662/10466 +f 6148/6398/10469 6368/6664/10470 6149/6400/10467 +f 6149/6400/10467 6368/6664/10470 6369/6663/10468 +f 6147/6397/10471 6370/6665/10472 6371/6666/10473 +f 6147/6397/10471 6371/6666/10473 6148/6398/10469 +f 6148/6398/10469 6371/6666/10473 6368/6664/10470 +f 6370/6665/10472 6147/6397/10471 6372/6667/10474 +f 6372/6667/10474 6147/6397/10471 6155/6405/10475 +f 6372/6667/10474 6155/6405/10475 6373/6668/10476 +f 6373/6668/10476 6155/6405/10475 5674/5885/10477 +f 6373/6668/10476 5674/5885/10477 5745/5884/10478 +f 5752/5973/10479 5751/5972/10480 6374/6669/10481 +f 6374/6669/10481 5751/5972/10480 6167/6424/10482 +f 6374/6669/10481 6167/6424/10482 6375/6670/10483 +f 6375/6670/10483 6167/6424/10482 6161/6412/10484 +f 6375/6670/10483 6161/6412/10484 6376/6671/10485 +f 6376/6671/10485 6161/6412/10484 6160/6411/10486 +f 6376/6671/10485 6160/6411/10486 6377/6672/10487 +f 6159/6410/10488 6378/6673/10489 6160/6411/10486 +f 6160/6411/10486 6378/6673/10489 6377/6672/10487 +f 6158/6409/10490 6380/6674/10491 6159/6410/10488 +f 6159/6410/10488 6380/6674/10491 6378/6673/10489 +f 6157/6408/10492 6379/6675/10493 6158/6409/10490 +f 6158/6409/10490 6379/6675/10493 6380/6674/10491 +f 6156/6407/10494 6381/6676/10495 6157/6408/10492 +f 6157/6408/10492 6381/6676/10495 6379/6675/10493 +f 6207/6406/10496 6382/6677/10497 6156/6407/10494 +f 6156/6407/10494 6382/6677/10497 6381/6676/10495 +f 6138/6095/10498 5896/6094/10499 6383/6678/10500 +f 6138/6095/10498 6383/6678/10500 6207/6406/10496 +f 6207/6406/10496 6383/6678/10500 6384/6679/10501 +f 6207/6406/10496 6384/6679/10501 6382/6677/10497 +f 6385/6680/10502 6386/6681/10503 6388/6682/10504 +f 5898/6124/10505 5905/6133/10506 6387/6683/10507 +f 5898/6124/10505 6387/6683/10507 6392/6126/10508 +f 6388/6682/10504 6386/6681/10503 6389/6684/10509 +f 6388/6682/10504 6389/6684/10509 5748/5968/10510 +f 5740/5960/10511 5747/5970/10512 6390/6685/10513 +f 6390/6685/10513 5747/5970/10512 6389/6684/10509 +f 6389/6684/10509 5747/5970/10512 5748/5968/10510 +f 6391/6686/10514 6393/6687/10515 6392/6126/10508 +f 6391/6686/10514 6392/6126/10508 6387/6683/10507 +f 6385/6680/10502 6388/6682/10504 6393/6687/10515 +f 6385/6680/10502 6393/6687/10515 6391/6686/10514 +s 262 +f 5915/6143/10516 5914/6142/10517 6394/6688/10518 +f 6394/6688/10518 5914/6142/10517 6135/6383/10519 +f 6394/6688/10518 6135/6383/10519 6879/6689/10520 +f 6879/6689/10520 6135/6383/10519 6133/6381/10521 +f 6132/6380/10522 6395/6690/10523 6396/6691/10524 +f 6132/6380/10522 6396/6691/10524 6133/6381/10521 +f 6133/6381/10521 6396/6691/10524 6879/6689/10520 +f 6395/6690/10523 6132/6380/10522 6397/6692/10525 +f 6397/6692/10525 6132/6380/10522 6131/6379/10526 +f 6397/6692/10525 6131/6379/10526 6398/6693/10527 +f 6398/6693/10527 6131/6379/10526 6130/6377/10528 +f 6398/6693/10527 6130/6377/10528 6399/6694/10529 +f 6399/6694/10529 6130/6377/10528 6128/6375/10530 +f 6399/6694/10529 6128/6375/10530 6400/6695/10531 +f 6400/6695/10531 6128/6375/10530 6127/6374/10532 +f 6400/6695/10531 6127/6374/10532 6402/6696/10533 +f 6125/6369/10534 6401/6697/10535 6127/6374/10532 +f 6127/6374/10532 6401/6697/10535 6402/6696/10533 +f 5724/5943/10536 5722/5941/10537 6125/6369/10534 +f 6125/6369/10534 5722/5941/10537 6403/6698/10538 +f 6125/6369/10534 6403/6698/10538 6401/6697/10535 +f 5732/5951/10539 5731/5950/10540 6404/6699/10541 +f 6404/6699/10541 5731/5950/10540 6129/6376/10542 +f 6205/6497/10543 6407/6700/10544 6405/6701/10545 +f 6205/6497/10543 6405/6701/10545 6206/6378/10546 +f 6206/6378/10546 6405/6701/10545 6406/6702/10547 +f 6206/6378/10546 6406/6702/10547 6129/6376/10542 +f 6129/6376/10542 6406/6702/10547 6404/6699/10541 +f 6146/6396/10548 6409/6703/10549 6205/6497/10543 +f 6205/6497/10543 6409/6703/10549 6407/6700/10544 +f 6145/6395/10550 6408/6704/10551 6146/6396/10548 +f 6146/6396/10548 6408/6704/10551 6409/6703/10549 +f 6144/6394/10552 6410/6705/10553 6145/6395/10550 +f 6145/6395/10550 6410/6705/10553 6408/6704/10551 +f 6141/6389/10554 6411/6706/10555 6144/6394/10552 +f 6144/6394/10552 6411/6706/10555 6410/6705/10553 +f 6140/6388/10556 6412/6707/10557 6413/6708/10558 +f 6140/6388/10556 6413/6708/10558 6141/6389/10554 +f 6141/6389/10554 6413/6708/10558 6411/6706/10555 +f 6412/6707/10557 6140/6388/10556 6414/6709/10559 +f 6414/6709/10559 6140/6388/10556 5868/6092/10560 +f 6414/6709/10559 5868/6092/10560 5912/6091/10561 +f 6415/5946/10562 5726/5947/10563 6417/6710/10564 +f 5921/6149/10565 6418/6711/10566 5924/6136/10567 +f 5726/5947/10563 5738/5958/10568 6417/6710/10564 +f 6417/6710/10564 5738/5958/10568 6416/6712/10569 +f 6417/6710/10564 6416/6712/10569 6419/6713/10570 +f 6419/6713/10570 6416/6712/10569 6420/6714/10571 +f 6420/6714/10571 6416/6712/10569 6421/6715/10572 +f 6422/6716/10573 6423/6717/10574 6418/6711/10566 +f 6418/6711/10566 6423/6717/10574 5924/6136/10567 +f 6421/6715/10572 6424/6718/10575 6422/6716/10573 +f 6422/6716/10573 6424/6718/10575 6423/6717/10574 +f 6421/6715/10572 6416/6712/10569 6424/6718/10575 +s 276 +f 5940/6169/10576 5939/6168/10577 7162/6719/10578 +f 7162/6719/10578 5939/6168/10577 6242/6533/10579 +f 6241/6532/10580 7164/6720/10581 6242/6533/10579 +f 6242/6533/10579 7164/6720/10581 7162/6719/10578 +f 6232/6523/10582 6425/6721/10583 6241/6532/10580 +f 6241/6532/10580 6425/6721/10583 7164/6720/10581 +f 6231/6522/10584 6428/6722/10585 6232/6523/10582 +f 6232/6523/10582 6428/6722/10585 6426/6723/10586 +f 6232/6523/10582 6426/6723/10586 6425/6721/10583 +f 6230/6521/10587 6427/6724/10588 6231/6522/10584 +f 6231/6522/10584 6427/6724/10588 6428/6722/10585 +f 6229/6520/10589 6429/6725/10590 6230/6521/10587 +f 6230/6521/10587 6429/6725/10590 6427/6724/10588 +f 6228/6519/10591 6430/6726/10592 6431/6727/10593 +f 6228/6519/10591 6431/6727/10593 6229/6520/10589 +f 6229/6520/10589 6431/6727/10593 6429/6725/10590 +f 6430/6726/10592 6228/6519/10591 6432/6728/10594 +f 6432/6728/10594 6228/6519/10591 6227/6518/10595 +f 6432/6728/10594 6227/6518/10595 7161/6729/10596 +f 7161/6729/10596 6227/6518/10595 5676/5888/10597 +f 7161/6729/10596 5676/5888/10597 5710/5887/10598 +f 5717/5935/10599 6198/6062/10600 6116/6511/10601 +f 5717/5935/10599 6116/6511/10601 6433/6730/10602 +f 6433/6730/10602 6116/6511/10601 6434/6731/10603 +f 6434/6731/10603 6116/6511/10601 6219/6510/10604 +f 6434/6731/10603 6219/6510/10604 6220/6512/10605 +f 6434/6731/10603 6220/6512/10605 6435/6732/10606 +f 6435/6732/10606 6220/6512/10605 6222/6514/10607 +f 6435/6732/10606 6222/6514/10607 6436/6733/10608 +f 6221/6513/10609 6437/6734/10610 6222/6514/10607 +f 6222/6514/10607 6437/6734/10610 6436/6733/10608 +f 6218/6509/10611 6440/6735/10612 6221/6513/10609 +f 6221/6513/10609 6440/6735/10612 6437/6734/10610 +f 6225/6517/10613 6438/6736/10614 6226/6508/10615 +f 6226/6508/10615 6438/6736/10614 6439/6737/10616 +f 6226/6508/10615 6439/6737/10616 6218/6509/10611 +f 6218/6509/10611 6439/6737/10616 6440/6735/10612 +f 6443/6738/10617 6441/6739/10618 6224/6516/10619 +f 6224/6516/10619 6441/6739/10618 6442/6740/10620 +f 6224/6516/10619 6442/6740/10620 6225/6517/10613 +f 6225/6517/10613 6442/6740/10620 6438/6736/10614 +f 6443/6738/10617 6224/6516/10619 5866/6089/10621 +f 6443/6738/10617 5866/6089/10621 5928/6088/10622 +f 6453/6741/10623 6446/6742/10624 6444/6157/10625 +f 5705/5921/10626 5712/5928/10627 6445/6743/10628 +f 6444/6157/10625 6446/6742/10624 6448/6744/10629 +f 6448/6744/10629 6446/6742/10624 6447/6745/10630 +f 6448/6744/10629 6447/6745/10630 6449/6746/10631 +f 6448/6744/10629 6449/6746/10631 6451/6747/10632 +f 6451/6747/10632 6449/6746/10631 6450/6748/10633 +f 6451/6747/10632 6450/6748/10633 6452/6749/10634 +f 6451/6747/10632 6452/6749/10634 5714/5931/10635 +f 6453/6741/10623 5936/6165/10636 5933/6162/10637 +f 6445/6743/10628 5712/5928/10627 6452/6749/10634 +f 6452/6749/10634 5712/5928/10627 5714/5931/10635 +f 6444/6157/10625 5936/6165/10636 6453/6741/10623 +s 290 +f 5957/6188/10638 5960/6187/10639 7101/6750/10640 +f 7101/6750/10640 5960/6187/10639 6260/6549/10641 +f 7101/6750/10640 6260/6549/10641 7103/6751/10642 +f 7103/6751/10642 6260/6549/10641 6257/6546/10643 +f 7103/6751/10642 6257/6546/10643 6454/6752/10644 +f 6454/6752/10644 6257/6546/10643 6256/6545/10645 +f 6454/6752/10644 6256/6545/10645 6455/6753/10646 +f 6254/6543/10647 6457/6754/10648 6256/6545/10645 +f 6256/6545/10645 6457/6754/10648 6455/6753/10646 +f 6247/6537/10649 6456/6755/10650 6254/6543/10647 +f 6254/6543/10647 6456/6755/10650 6457/6754/10648 +f 6244/6535/10651 6458/6756/10652 6459/6757/10653 +f 6244/6535/10651 6459/6757/10653 6245/6536/10654 +f 6245/6536/10654 6459/6757/10653 6247/6537/10649 +f 6247/6537/10649 6459/6757/10653 6460/6758/10655 +f 6247/6537/10649 6460/6758/10655 6456/6755/10650 +f 6458/6756/10652 6244/6535/10651 6461/6759/10656 +f 6461/6759/10656 6244/6535/10651 6243/6534/10657 +f 6461/6759/10656 6243/6534/10657 6462/6760/10658 +f 6462/6760/10658 6243/6534/10657 5690/5905/10659 +f 6462/6760/10658 5690/5905/10659 5688/5903/10660 +f 5696/5912/10661 5853/6073/10662 6463/6761/10663 +f 6463/6761/10663 5853/6073/10662 6188/6466/10664 +f 6463/6761/10663 6188/6466/10664 7143/6762/10665 +f 7143/6762/10665 6188/6466/10664 6464/6763/10666 +f 6464/6763/10666 6188/6466/10664 6238/6529/10667 +f 6464/6763/10666 6238/6529/10667 6237/6528/10668 +f 6464/6763/10666 6237/6528/10668 6465/6764/10669 +f 6236/6527/10670 6466/6765/10671 6237/6528/10668 +f 6237/6528/10668 6466/6765/10671 6465/6764/10669 +f 6235/6526/10672 6467/6766/10673 6236/6527/10670 +f 6236/6527/10670 6467/6766/10673 6466/6765/10671 +f 6234/6525/10674 6468/6767/10675 6235/6526/10672 +f 6235/6526/10672 6468/6767/10675 6467/6766/10673 +f 6233/6524/10676 6469/6768/10677 6234/6525/10674 +f 6234/6525/10674 6469/6768/10677 6468/6767/10675 +f 6240/6530/10678 7142/6769/10679 6233/6524/10676 +f 6233/6524/10676 7142/6769/10679 6469/6768/10677 +f 5864/6086/10680 5946/6085/10681 6470/6770/10682 +f 5864/6086/10680 6470/6770/10682 6240/6530/10678 +f 6240/6530/10678 6470/6770/10682 6471/6771/10683 +f 6240/6530/10678 6471/6771/10683 7142/6769/10679 +f 5702/5919/10684 7126/5916/10685 6473/6772/10686 +f 6472/5906/10687 5694/5909/10688 6474/6773/10689 +f 6475/6774/10690 6476/6775/10691 6473/6772/10686 +f 5953/6182/10692 6477/6776/10693 5956/6185/10694 +f 5956/6185/10694 6477/6776/10693 5948/6176/10695 +f 6478/6777/10696 6479/6778/10697 6477/6776/10693 +f 6477/6776/10693 6479/6778/10697 5948/6176/10695 +f 6475/6774/10690 6473/6772/10686 6479/6778/10697 +f 6475/6774/10690 6479/6778/10697 6478/6777/10696 +f 5694/5909/10688 5702/5919/10684 6474/6773/10689 +f 6474/6773/10689 5702/5919/10684 6473/6772/10686 +f 6474/6773/10689 6473/6772/10686 6480/6779/10698 +f 6480/6779/10698 6473/6772/10686 6481/6780/10699 +f 6481/6780/10699 6473/6772/10686 6476/6775/10691 +s 306 +f 5977/6207/10700 5976/6206/10701 7046/6781/10702 +f 7046/6781/10702 5976/6206/10701 6265/6554/10703 +f 7046/6781/10702 6265/6554/10703 7047/6782/10704 +f 7047/6782/10704 6265/6554/10703 6264/6553/10705 +f 7047/6782/10704 6264/6553/10705 6482/6783/10706 +f 6482/6783/10706 6264/6553/10705 6263/6552/10707 +f 6482/6783/10706 6263/6552/10707 6483/6784/10708 +f 6262/6551/10709 6485/6785/10710 6263/6552/10707 +f 6263/6552/10707 6485/6785/10710 6483/6784/10708 +f 6261/6550/10711 6484/6786/10712 6262/6551/10709 +f 6262/6551/10709 6484/6786/10712 6485/6785/10710 +f 6268/6557/10713 6486/6787/10714 6261/6550/10711 +f 6261/6550/10711 6486/6787/10714 6484/6786/10712 +f 6267/6556/10715 6487/6788/10716 6488/6789/10717 +f 6267/6556/10715 6488/6789/10717 6268/6557/10713 +f 6268/6557/10713 6488/6789/10717 6486/6787/10714 +f 6487/6788/10716 6267/6556/10715 6489/6790/10718 +f 6489/6790/10718 6267/6556/10715 6266/6555/10719 +f 6489/6790/10718 6266/6555/10719 7045/6791/10720 +f 7045/6791/10720 6266/6555/10719 5672/5882/10721 +f 7045/6791/10720 5672/5882/10721 5783/5881/10722 +f 5681/5896/10723 5790/6012/10724 6490/6792/10725 +f 6490/6792/10725 5790/6012/10724 6177/6447/10726 +f 6490/6792/10725 6177/6447/10726 6491/6793/10727 +f 6491/6793/10727 6177/6447/10726 6249/6538/10728 +f 6491/6793/10727 6249/6538/10728 6492/6794/10729 +f 6492/6794/10729 6249/6538/10728 6248/6446/10730 +f 6492/6794/10729 6248/6446/10730 6494/6795/10731 +f 6253/6542/10732 6493/6796/10733 6248/6446/10730 +f 6248/6446/10730 6493/6796/10733 6494/6795/10731 +f 6259/6548/10734 6495/6797/10735 6252/6541/10736 +f 6252/6541/10736 6495/6797/10735 6496/6798/10737 +f 6252/6541/10736 6496/6798/10737 6253/6542/10732 +f 6253/6542/10732 6496/6798/10737 6497/6799/10738 +f 6253/6542/10732 6497/6799/10738 6493/6796/10733 +f 6258/6547/10739 6498/6800/10740 6259/6548/10734 +f 6259/6548/10734 6498/6800/10740 6495/6797/10735 +f 6251/6540/10741 6499/6801/10742 6500/6802/10743 +f 6251/6540/10741 6500/6802/10743 6258/6547/10739 +f 6258/6547/10739 6500/6802/10743 6498/6800/10740 +f 6499/6801/10742 6251/6540/10741 6501/6803/10744 +f 6501/6803/10744 6251/6540/10741 5862/6083/10745 +f 6501/6803/10744 5862/6083/10745 5965/6082/10746 +f 5777/5999/10747 5680/5894/10748 6502/6804/10749 +f 6505/6805/10750 5970/6196/10751 6503/6806/10752 +f 6503/6806/10752 5970/6196/10751 5968/6195/10753 +f 6503/6806/10752 5968/6195/10753 5972/6202/10754 +f 6505/6805/10750 6503/6806/10752 6504/6807/10755 +f 6505/6805/10750 6504/6807/10755 6507/6808/10756 +f 6507/6808/10756 6504/6807/10755 6506/6809/10757 +f 6507/6808/10756 6506/6809/10757 6508/6810/10758 +f 6507/6808/10756 6508/6810/10758 5679/5892/10759 +f 5679/5892/10759 6508/6810/10758 6509/6811/10760 +f 6502/6804/10749 5680/5894/10748 6509/6811/10760 +f 6509/6811/10760 5680/5894/10748 5679/5892/10759 +s 39 +f 6510/6812/10761 6511/6813/10762 6513/6814/10763 +f 6513/6814/10763 6511/6813/10762 6512/6815/10764 +f 7319/6816/10765 6514/6817/10766 6516/6818/10767 +f 6516/6818/10767 6514/6817/10766 6515/6819/10768 +f 6516/6818/10767 6515/6819/10768 6517/6820/10769 +f 6517/6820/10769 6515/6819/10768 6518/6821/10770 +f 6517/6820/10769 6518/6821/10770 6519/6822/10771 +f 6519/6822/10771 6518/6821/10770 6520/6823/10772 +f 6519/6822/10771 6520/6823/10772 6521/6824/10773 +f 6521/6824/10773 6520/6823/10772 6522/6825/10774 +f 6521/6824/10773 6522/6825/10774 6524/6826/10775 +f 6524/6826/10775 6522/6825/10774 6523/6827/10776 +f 6524/6826/10775 6523/6827/10776 6525/6828/10777 +f 6524/6826/10775 6525/6828/10777 6526/6829/10778 +f 6526/6829/10778 6525/6828/10777 6527/6830/10779 +f 6526/6829/10778 6527/6830/10779 6528/6831/10780 +f 6528/6831/10780 6527/6830/10779 6529/6832/10781 +f 6528/6831/10780 6529/6832/10781 6531/6833/10782 +f 6531/6833/10782 6529/6832/10781 6530/6834/10783 +f 6531/6833/10782 6530/6834/10783 6532/6835/10784 +f 6531/6833/10782 6532/6835/10784 6534/6836/10785 +f 6534/6836/10785 6532/6835/10784 6533/6837/10786 +f 6534/6836/10785 6533/6837/10786 6535/6838/10787 +f 6535/6838/10787 6533/6837/10786 6536/6839/10788 +f 6535/6838/10787 6536/6839/10788 6539/6840/10789 +f 6539/6840/10789 6536/6839/10788 6537/6841/10790 +f 6539/6840/10789 6537/6841/10790 6538/6842/10791 +f 6539/6840/10789 6538/6842/10791 6540/6843/10792 +f 6539/6840/10789 6540/6843/10792 6510/6812/10761 +f 6510/6812/10761 6540/6843/10792 6511/6813/10762 +f 6513/6814/10763 6512/6815/10764 6541/6844/10793 +f 6541/6844/10793 6512/6815/10764 6542/6845/10794 +f 6541/6844/10793 6542/6845/10794 6543/6846/10795 +f 6543/6846/10795 6542/6845/10794 6544/6847/10796 +f 6543/6846/10795 6544/6847/10796 6545/6848/10797 +f 6544/6847/10796 6546/6849/10798 6545/6848/10797 +f 6545/6848/10797 6546/6849/10798 6547/6850/10799 +f 6545/6848/10797 6547/6850/10799 6549/6851/10800 +f 6549/6851/10800 6547/6850/10799 6548/6852/10801 +f 6549/6851/10800 6548/6852/10801 6550/6853/10802 +f 6549/6851/10800 6550/6853/10802 6552/6854/10803 +f 6552/6854/10803 6550/6853/10802 6551/6855/10804 +f 6552/6854/10803 6551/6855/10804 6553/6856/10805 +f 6552/6854/10803 6553/6856/10805 6554/6857/10806 +f 6554/6857/10806 6553/6856/10805 6555/6858/10807 +f 6554/6857/10806 6555/6858/10807 6556/6859/10808 +f 6556/6859/10808 6555/6858/10807 6557/6860/10809 +f 6556/6859/10808 6557/6860/10809 6559/6861/10810 +f 6559/6861/10810 6557/6860/10809 6558/6862/10811 +f 6559/6861/10810 6558/6862/10811 6560/6863/10812 +f 6559/6861/10810 6560/6863/10812 6562/6864/10813 +f 6562/6864/10813 6560/6863/10812 6561/6865/10814 +f 6562/6864/10813 6561/6865/10814 6563/6866/10815 +f 6563/6866/10815 6561/6865/10814 6564/6867/10816 +f 6563/6866/10815 6564/6867/10816 6566/6868/10817 +f 6566/6868/10817 6564/6867/10816 6565/6869/10818 +f 6566/6868/10817 6565/6869/10818 6567/6870/10819 +f 6566/6868/10817 6567/6870/10819 6568/6871/10820 +f 6568/6871/10820 6567/6870/10819 7691/6872/10821 +f 6568/6871/10820 7691/6872/10821 6569/6873/10822 +f 6569/6873/10822 7691/6872/10821 7693/6874/10823 +f 6569/6873/10822 7693/6874/10823 6570/6875/10824 +f 6570/6875/10824 7693/6874/10823 6571/6876/10825 +f 6570/6875/10824 6571/6876/10825 6573/6877/10826 +f 6573/6877/10826 6571/6876/10825 6572/6878/10827 +f 6572/6878/10827 6574/6879/10828 6573/6877/10826 +f 6573/6877/10826 6574/6879/10828 6575/6880/10829 +f 6573/6877/10826 6575/6880/10829 6576/6881/10830 +f 6576/6881/10830 6575/6880/10829 6577/6882/10831 +f 6576/6881/10830 6577/6882/10831 6579/6883/10832 +f 6579/6883/10832 6577/6882/10831 6578/6884/10833 +f 6579/6883/10832 6578/6884/10833 6580/6885/10834 +f 6580/6885/10834 6578/6884/10833 6581/6886/10835 +f 6580/6885/10834 6581/6886/10835 6582/6887/10836 +f 6582/6887/10836 6581/6886/10835 6583/6888/10837 +f 6582/6887/10836 6583/6888/10837 6584/6889/10838 +f 6585/6890/10839 6586/6891/10840 6588/6892/10841 +f 6588/6892/10841 6586/6891/10840 6587/6893/10842 +f 6584/6889/10838 6583/6888/10837 6589/6894/10843 +f 6584/6889/10838 6589/6894/10843 6590/6895/10844 +f 6590/6895/10844 6589/6894/10843 6591/6896/10845 +f 6590/6895/10844 6591/6896/10845 6593/6897/10846 +f 6593/6897/10846 6591/6896/10845 6592/6898/10847 +f 6593/6897/10846 6592/6898/10847 6594/6899/10848 +f 6594/6899/10848 6592/6898/10847 6595/6900/10849 +f 6594/6899/10848 6595/6900/10849 6596/6901/10850 +f 6596/6901/10850 6595/6900/10849 6597/6902/10851 +f 6596/6901/10850 6597/6902/10851 6598/6903/10852 +f 6598/6903/10852 6597/6902/10851 6599/6904/10853 +f 6598/6903/10852 6599/6904/10853 6601/6905/10854 +f 6601/6905/10854 6599/6904/10853 6600/6906/10855 +f 6601/6905/10854 6600/6906/10855 6602/6907/10856 +f 6601/6905/10854 6602/6907/10856 6604/6908/10857 +f 6604/6908/10857 6602/6907/10856 6603/6909/10858 +f 6604/6908/10857 6603/6909/10858 6605/6910/10859 +f 6605/6910/10859 6603/6909/10858 6606/6911/10860 +f 6605/6910/10859 6606/6911/10860 6607/6912/10861 +f 6607/6912/10861 6606/6911/10860 6608/6913/10862 +f 6607/6912/10861 6608/6913/10862 6609/6914/10863 +f 6609/6914/10863 6608/6913/10862 6610/6915/10864 +f 6609/6914/10863 6610/6915/10864 6611/6916/10865 +f 6611/6916/10865 6610/6915/10864 6612/6917/10866 +f 6611/6916/10865 6612/6917/10866 6614/6918/10867 +f 6614/6918/10867 6612/6917/10866 6613/6919/10868 +f 6614/6918/10867 6613/6919/10868 6616/6920/10869 +f 6616/6920/10869 6613/6919/10868 6615/6921/10870 +f 6616/6920/10869 6615/6921/10870 6617/6922/10871 +f 6616/6920/10869 6617/6922/10871 6585/6890/10839 +f 6585/6890/10839 6617/6922/10871 6586/6891/10840 +f 6588/6892/10841 6587/6893/10842 6619/6923/10872 +f 6619/6923/10872 6587/6893/10842 6618/6924/10873 +f 6619/6923/10872 6618/6924/10873 6620/6925/10874 +f 6619/6923/10872 6620/6925/10874 6621/6926/10875 +f 6620/6925/10874 6622/6927/10876 6621/6926/10875 +f 6621/6926/10875 6622/6927/10876 6623/6928/10877 +f 6621/6926/10875 6623/6928/10877 6624/6929/10878 +f 6624/6929/10878 6623/6928/10877 6625/6930/10879 +f 6625/6930/10879 6623/6928/10877 6626/6931/10880 +f 6625/6930/10879 6626/6931/10880 6628/6932/10881 +f 6628/6932/10881 6626/6931/10880 6627/6933/10882 +f 6628/6932/10881 6627/6933/10882 6629/6934/10883 +f 6629/6934/10883 6627/6933/10882 6630/6935/10884 +f 6629/6934/10883 6630/6935/10884 6631/6936/10885 +f 6631/6936/10885 6630/6935/10884 6632/6937/10886 +f 6632/6937/10886 6630/6935/10884 6633/6938/10887 +f 6632/6937/10886 6633/6938/10887 6634/6939/10888 +f 6634/6939/10888 6633/6938/10887 6635/6940/10889 +f 6634/6939/10888 6635/6940/10889 6636/6941/10890 +f 6636/6941/10890 6635/6940/10889 6637/6942/10891 +f 6636/6941/10890 6637/6942/10891 6639/6943/10892 +f 6639/6943/10892 6637/6942/10891 6638/6944/10893 +f 6639/6943/10892 6638/6944/10893 6640/6945/10894 +f 6640/6945/10894 6638/6944/10893 6641/6946/10895 +f 6640/6945/10894 6641/6946/10895 6643/6947/10896 +f 6643/6947/10896 6641/6946/10895 6642/6948/10897 +f 6643/6947/10896 6642/6948/10897 6644/6949/10898 +f 6643/6947/10896 6644/6949/10898 6646/6950/10899 +f 6646/6950/10899 6644/6949/10898 6645/6951/10900 +f 6646/6950/10899 6645/6951/10900 6647/6952/10901 +f 6646/6950/10899 6647/6952/10901 6649/6953/10902 +f 6649/6953/10902 6647/6952/10901 6648/6954/10903 +f 6649/6953/10902 6648/6954/10903 6650/6955/10904 +f 6650/6955/10904 6648/6954/10903 6651/6956/10905 +f 6650/6955/10904 6651/6956/10905 6653/6957/10906 +f 6653/6957/10906 6651/6956/10905 6652/6958/10907 +f 6653/6957/10906 6652/6958/10907 6654/6959/10908 +f 6653/6957/10906 6654/6959/10908 6655/6960/10909 +f 6655/6960/10909 6654/6959/10908 6656/6961/10910 +f 6655/6960/10909 6656/6961/10910 6658/6962/10911 +f 6658/6962/10911 6656/6961/10910 6657/6963/10912 +f 6658/6962/10911 6657/6963/10912 6659/6964/10913 +f 6659/6964/10913 6657/6963/10912 6660/6965/10914 +f 6659/6964/10913 6660/6965/10914 6661/6966/10915 +f 6661/6966/10915 6660/6965/10914 6662/6967/10916 +f 6661/6966/10915 6662/6967/10916 6663/6968/10917 +f 6664/6969/10918 6665/6970/10919 6666/6971/10920 +f 6663/6968/10917 6662/6967/10916 6667/6972/10921 +f 6663/6968/10917 6667/6972/10921 6669/6973/10922 +f 6669/6973/10922 6667/6972/10921 6668/6974/10923 +f 6669/6973/10922 6668/6974/10923 6670/6975/10924 +f 6669/6973/10922 6670/6975/10924 6672/6976/10925 +f 6672/6976/10925 6670/6975/10924 6671/6977/10926 +f 6672/6976/10925 6671/6977/10926 6673/6978/10927 +f 6672/6976/10925 6673/6978/10927 6674/6979/10928 +f 6674/6979/10928 6673/6978/10927 6675/6980/10929 +f 6674/6979/10928 6675/6980/10929 6676/6981/10930 +f 6676/6981/10930 6675/6980/10929 6677/6982/10931 +f 6676/6981/10930 6677/6982/10931 6679/6983/10932 +f 6679/6983/10932 6677/6982/10931 6678/6984/10933 +f 6679/6983/10932 6678/6984/10933 6681/6985/10934 +f 6681/6985/10934 6678/6984/10933 6680/6986/10935 +f 6681/6985/10934 6680/6986/10935 6682/6987/10936 +f 6682/6987/10936 6680/6986/10935 6683/6988/10937 +f 6682/6987/10936 6683/6988/10937 6685/6989/10938 +f 6685/6989/10938 6683/6988/10937 6684/6990/10939 +f 6685/6989/10938 6684/6990/10939 6686/6991/10940 +f 6685/6989/10938 6686/6991/10940 6687/6992/10941 +f 6687/6992/10941 6686/6991/10940 7734/6993/10942 +f 6687/6992/10941 7734/6993/10942 6689/6994/10943 +f 6689/6994/10943 7734/6993/10942 6688/6995/10944 +f 6689/6994/10943 6688/6995/10944 6690/6996/10945 +f 6690/6996/10945 6688/6995/10944 6691/6997/10946 +f 6690/6996/10945 6691/6997/10946 6692/6998/10947 +f 6692/6998/10947 6691/6997/10946 6693/6999/10948 +f 6692/6998/10947 6693/6999/10948 6664/6969/10918 +f 6664/6969/10918 6693/6999/10948 6665/6970/10919 +f 6666/6971/10920 6665/6970/10919 6695/7000/10949 +f 6695/7000/10949 6665/6970/10919 6694/7001/10950 +f 6695/7000/10949 6694/7001/10950 6696/7002/10951 +f 6695/7000/10949 6696/7002/10951 6697/7003/10952 +f 6697/7003/10952 6696/7002/10951 6698/7004/10953 +f 6697/7003/10952 6698/7004/10953 6699/7005/10954 +f 6699/7005/10954 6698/7004/10953 6700/7006/10955 +f 6700/7006/10955 6698/7004/10953 6701/7007/10956 +f 6700/7006/10955 6701/7007/10956 7319/6816/10765 +f 7319/6816/10765 6701/7007/10956 6702/7008/10957 +f 7319/6816/10765 6702/7008/10957 6514/6817/10766 +s 122 +f 6703/7009/10958 6711/7010/10959 6704/7011/10960 +f 6704/7011/10960 6711/7010/10959 6705/7012/10961 +f 6705/7012/10961 6711/7010/10959 6706/7013/10962 +f 6707/7014/10963 6716/7015/10964 6708/7016/10965 +f 6708/7016/10965 6716/7015/10964 6709/7017/10966 +f 6708/7016/10965 6709/7017/10966 6710/7018/10967 +f 6710/7018/10967 6709/7017/10966 6703/7009/10958 +f 6703/7009/10958 6709/7017/10966 6711/7010/10959 +f 6712/7019/10968 6713/7020/10969 6714/7021/10970 +f 6714/7021/10970 6713/7020/10969 6715/7022/10971 +f 6715/7022/10971 6713/7020/10969 6707/7014/10963 +f 6707/7014/10963 6713/7020/10969 6716/7015/10964 +f 6711/7010/10959 6717/7023/10972 6706/7013/10962 +f 6706/7013/10962 6717/7023/10972 6718/7024/10973 +f 6718/7024/10973 6717/7023/10972 6719/7025/10974 +f 6719/7025/10974 6717/7023/10972 6720/7026/10975 +f 6721/7027/10976 6729/7028/10977 6722/7029/10978 +f 6722/7029/10978 6729/7028/10977 6723/7030/10979 +f 6722/7029/10978 6723/7030/10979 6724/7031/10980 +f 6724/7031/10980 6723/7030/10979 6725/7032/10981 +f 6717/7023/10972 6726/7033/10982 6720/7026/10975 +f 6720/7026/10975 6726/7033/10982 6727/7034/10983 +f 6727/7034/10983 6726/7033/10982 6728/7035/10984 +f 6728/7035/10984 6726/7033/10982 6729/7028/10977 +f 6728/7035/10984 6729/7028/10977 6721/7027/10976 +f 6730/7036/10985 6742/7037/10986 6731/7038/10987 +f 6731/7038/10987 6742/7037/10986 6732/7039/10988 +f 6732/7039/10988 6742/7037/10986 6712/7019/10968 +f 6712/7019/10968 6742/7037/10986 6713/7020/10969 +f 6733/7040/10989 6734/7041/10990 6735/7042/10991 +f 6735/7042/10991 6734/7041/10990 6736/7043/10992 +f 6736/7043/10992 6734/7041/10990 6737/7044/10993 +f 6734/7041/10990 6738/7045/10994 6737/7044/10993 +f 6737/7044/10993 6738/7045/10994 6739/7046/10995 +f 6739/7046/10995 6738/7045/10994 6740/7047/10996 +f 6740/7047/10996 6738/7045/10994 6741/7048/10997 +f 6741/7048/10997 6738/7045/10994 6730/7036/10985 +f 6730/7036/10985 6738/7045/10994 6742/7037/10986 +f 6743/7049/10998 6752/7050/10999 6744/7051/11000 +f 6744/7051/11000 6752/7050/10999 6745/7052/11001 +f 6744/7051/11000 6745/7052/11001 6746/7053/11002 +f 6746/7053/11002 6745/7052/11001 6733/7040/10989 +f 6733/7040/10989 6745/7052/11001 6734/7041/10990 +f 6725/7032/10981 6723/7030/10979 6747/7054/11003 +f 6747/7054/11003 6723/7030/10979 6748/7055/11004 +f 6748/7055/11004 6723/7030/10979 6749/7056/11005 +f 6748/7055/11004 6749/7056/11005 6750/7057/11006 +f 6750/7057/11006 6749/7056/11005 6751/7058/11007 +f 6751/7058/11007 6749/7056/11005 6752/7050/10999 +f 6751/7058/11007 6752/7050/10999 6753/7059/11008 +f 6753/7059/11008 6752/7050/10999 6743/7049/10998 +f 6754/7060/11009 6773/7061/11010 6755/7062/11011 +f 6755/7062/11011 6773/7061/11010 6756/7063/11012 +f 6755/7062/11011 6756/7063/11012 6757/7064/11013 +f 6757/7064/11013 6756/7063/11012 6758/7065/11014 +f 6758/7065/11014 6756/7063/11012 6759/7066/11015 +f 6758/7065/11014 6759/7066/11015 6760/7067/11016 +f 6760/7067/11016 6759/7066/11015 6761/7068/11017 +f 6760/7067/11016 6761/7068/11017 6762/7069/11018 +f 6762/7069/11018 6761/7068/11017 6763/7070/11019 +f 6764/7071/11020 6783/7072/11021 6765/7073/11022 +f 6765/7073/11022 6783/7072/11021 6766/7074/11023 +f 6765/7073/11022 6766/7074/11023 6767/7075/11024 +f 6767/7075/11024 6766/7074/11023 6768/7076/11025 +f 6768/7076/11025 6766/7074/11023 6769/7077/11026 +f 6768/7076/11025 6769/7077/11026 6770/7078/11027 +f 6770/7078/11027 6769/7077/11026 6771/7079/11028 +f 6770/7078/11027 6771/7079/11028 6772/7080/11029 +f 6772/7080/11029 6771/7079/11028 6754/7060/11009 +f 6754/7060/11009 6771/7079/11028 6773/7061/11010 +f 6774/7081/11030 6793/7082/11031 6775/7083/11032 +f 6775/7083/11032 6793/7082/11031 6776/7084/11033 +f 6775/7083/11032 6776/7084/11033 6777/7085/11034 +f 6777/7085/11034 6776/7084/11033 6778/7086/11035 +f 6778/7086/11035 6776/7084/11033 6779/7087/11036 +f 6778/7086/11035 6779/7087/11036 6780/7088/11037 +f 6780/7088/11037 6779/7087/11036 6781/7089/11038 +f 6780/7088/11037 6781/7089/11038 6782/7090/11039 +f 6782/7090/11039 6781/7089/11038 6764/7071/11020 +f 6764/7071/11020 6781/7089/11038 6783/7072/11021 +f 6784/7091/11040 6803/7092/11041 6785/7093/11042 +f 6785/7093/11042 6803/7092/11041 6786/7094/11043 +f 6785/7093/11042 6786/7094/11043 6787/7095/11044 +f 6787/7095/11044 6786/7094/11043 6788/7096/11045 +f 6788/7096/11045 6786/7094/11043 6789/7097/11046 +f 6788/7096/11045 6789/7097/11046 6790/7098/11047 +f 6790/7098/11047 6789/7097/11046 6791/7099/11048 +f 6790/7098/11047 6791/7099/11048 6792/7100/11049 +f 6792/7100/11049 6791/7099/11048 6774/7081/11030 +f 6774/7081/11030 6791/7099/11048 6793/7082/11031 +f 6794/7101/11050 6816/7102/11051 6795/7103/11052 +f 6795/7103/11052 6816/7102/11051 6796/7104/11053 +f 6795/7103/11052 6796/7104/11053 6797/7105/11054 +f 6797/7105/11054 6796/7104/11053 6798/7106/11055 +f 6798/7106/11055 6796/7104/11053 6799/7107/11056 +f 6798/7106/11055 6799/7107/11056 6800/7108/11057 +f 6800/7108/11057 6799/7107/11056 6801/7109/11058 +f 6800/7108/11057 6801/7109/11058 6802/7110/11059 +f 6802/7110/11059 6801/7109/11058 6784/7091/11040 +f 6784/7091/11040 6801/7109/11058 6803/7092/11041 +f 6804/7111/11060 6826/7112/11061 6805/7113/11062 +f 6805/7113/11062 6826/7112/11061 6806/7114/11063 +f 6805/7113/11062 6806/7114/11063 6807/7115/11064 +f 6807/7115/11064 6806/7114/11063 6808/7116/11065 +f 6808/7116/11065 6806/7114/11063 6809/7117/11066 +f 6808/7116/11065 6809/7117/11066 6810/7118/11067 +f 6810/7118/11067 6809/7117/11066 6811/7119/11068 +f 6811/7119/11068 6809/7117/11066 6812/7120/11069 +f 6811/7119/11068 6812/7120/11069 6813/7121/11070 +f 6813/7121/11070 6812/7120/11069 6814/7122/11071 +f 6813/7121/11070 6814/7122/11071 6815/7123/11072 +f 6815/7123/11072 6814/7122/11071 6794/7101/11050 +f 6794/7101/11050 6814/7122/11071 6816/7102/11051 +f 6817/7124/11073 6836/7125/11074 6818/7126/11075 +f 6818/7126/11075 6836/7125/11074 6819/7127/11076 +f 6818/7126/11075 6819/7127/11076 6820/7128/11077 +f 6820/7128/11077 6819/7127/11076 6821/7129/11078 +f 6821/7129/11078 6819/7127/11076 6822/7130/11079 +f 6821/7129/11078 6822/7130/11079 6823/7131/11080 +f 6823/7131/11080 6822/7130/11079 6824/7132/11081 +f 6824/7132/11081 6822/7130/11079 6825/7133/11082 +f 6824/7132/11081 6825/7133/11082 6804/7111/11060 +f 6804/7111/11060 6825/7133/11082 6826/7112/11061 +f 6827/7134/11083 6846/7135/11084 6828/7136/11085 +f 6828/7136/11085 6846/7135/11084 6829/7137/11086 +f 6828/7136/11085 6829/7137/11086 6830/7138/11087 +f 6830/7138/11087 6829/7137/11086 6831/7139/11088 +f 6831/7139/11088 6829/7137/11086 6832/7140/11089 +f 6831/7139/11088 6832/7140/11089 6833/7141/11090 +f 6833/7141/11090 6832/7140/11089 6834/7142/11091 +f 6834/7142/11091 6832/7140/11089 6835/7143/11092 +f 6834/7142/11091 6835/7143/11092 6817/7124/11073 +f 6817/7124/11073 6835/7143/11092 6836/7125/11074 +f 6837/7144/11093 6856/7145/11094 6838/7146/11095 +f 6838/7146/11095 6856/7145/11094 6839/7147/11096 +f 6838/7146/11095 6839/7147/11096 6840/7148/11097 +f 6840/7148/11097 6839/7147/11096 6841/7149/11098 +f 6841/7149/11098 6839/7147/11096 6842/7150/11099 +f 6841/7149/11098 6842/7150/11099 6843/7151/11100 +f 6843/7151/11100 6842/7150/11099 6844/7152/11101 +f 6844/7152/11101 6842/7150/11099 6845/7153/11102 +f 6844/7152/11101 6845/7153/11102 6827/7134/11083 +f 6827/7134/11083 6845/7153/11102 6846/7135/11084 +f 6847/7154/11103 6866/7155/11104 6848/7156/11105 +f 6848/7156/11105 6866/7155/11104 6849/7157/11106 +f 6848/7156/11105 6849/7157/11106 6850/7158/11107 +f 6850/7158/11107 6849/7157/11106 6851/7159/11108 +f 6851/7159/11108 6849/7157/11106 6852/7160/11109 +f 6851/7159/11108 6852/7160/11109 6853/7161/11110 +f 6853/7161/11110 6852/7160/11109 6854/7162/11111 +f 6854/7162/11111 6852/7160/11109 6855/7163/11112 +f 6854/7162/11111 6855/7163/11112 6837/7144/11093 +f 6837/7144/11093 6855/7163/11112 6856/7145/11094 +f 6857/7164/11113 6876/7165/11114 6858/7166/11115 +f 6858/7166/11115 6876/7165/11114 6859/7167/11116 +f 6858/7166/11115 6859/7167/11116 6860/7168/11117 +f 6860/7168/11117 6859/7167/11116 6861/7169/11118 +f 6861/7169/11118 6859/7167/11116 6862/7170/11119 +f 6861/7169/11118 6862/7170/11119 6863/7171/11120 +f 6863/7171/11120 6862/7170/11119 6864/7172/11121 +f 6864/7172/11121 6862/7170/11119 6865/7173/11122 +f 6864/7172/11121 6865/7173/11122 6847/7154/11103 +f 6847/7154/11103 6865/7173/11122 6866/7155/11104 +f 6761/7068/11017 6867/7174/11123 6763/7070/11019 +f 6763/7070/11019 6867/7174/11123 6868/7175/11124 +f 6868/7175/11124 6867/7174/11123 6869/7176/11125 +f 6868/7175/11124 6869/7176/11125 6870/7177/11126 +f 6870/7177/11126 6869/7176/11125 6871/7178/11127 +f 6871/7178/11127 6869/7176/11125 6872/7179/11128 +f 6871/7178/11127 6872/7179/11128 6873/7180/11129 +f 6873/7180/11129 6872/7179/11128 6874/7181/11130 +f 6874/7181/11130 6872/7179/11128 6875/7182/11131 +f 6874/7181/11130 6875/7182/11131 6857/7164/11113 +f 6857/7164/11113 6875/7182/11131 6876/7165/11114 +s 262 +f 5722/5941/10537 5729/5938/11132 6877/7183/11133 +f 6394/6688/10518 6879/6689/10520 6878/7184/11134 +f 6394/6688/10518 6878/7184/11134 5915/6143/10516 +f 5722/5941/10537 6877/7183/11133 6403/6698/10538 +f 6403/6698/10538 6877/7183/11133 6401/6697/10535 +f 6402/6696/10533 6880/7185/11135 6400/6695/10531 +f 6400/6695/10531 6880/7185/11135 6881/7186/11136 +f 6400/6695/10531 6881/7186/11136 6399/6694/10529 +f 6399/6694/10529 6881/7186/11136 6398/6693/10527 +f 6398/6693/10527 6882/7187/11137 6397/6692/10525 +f 6397/6692/10525 6882/7187/11137 6395/6690/10523 +f 6395/6690/10523 6883/7188/11138 6396/6691/10524 +f 6396/6691/10524 6883/7188/11138 6879/6689/10520 +f 6878/7184/11134 5917/6145/11139 5915/6143/10516 +f 6877/7183/11133 6884/7189/11140 6401/6697/10535 +f 6401/6697/10535 6884/7189/11140 6885/7190/11141 +f 6401/6697/10535 6885/7190/11141 6402/6696/10533 +f 6402/6696/10533 6885/7190/11141 6880/7185/11135 +f 6881/7186/11136 6886/7191/11142 6398/6693/10527 +f 6398/6693/10527 6886/7191/11142 6882/7187/11137 +f 6882/7187/11137 6887/7192/11143 6395/6690/10523 +f 6395/6690/10523 6887/7192/11143 6883/7188/11138 +f 6883/7188/11138 6888/7193/11144 6879/6689/10520 +f 6879/6689/10520 6888/7193/11144 6878/7184/11134 +f 6888/7193/11144 5918/6146/11145 6878/7184/11134 +f 6878/7184/11134 5918/6146/11145 5917/6145/11139 +f 6877/7183/11133 5729/5938/11132 6884/7189/11140 +f 6885/7190/11146 6889/7194/11147 6880/7185/11148 +f 6880/7185/11148 6889/7194/11147 6891/7195/11149 +f 6880/7185/11148 6891/7195/11149 6881/7186/11150 +f 6881/7186/11150 6891/7195/11149 6886/7191/11142 +f 6886/7191/11142 6892/7196/11151 6882/7187/11137 +f 6882/7187/11137 6892/7196/11151 6887/7192/11143 +f 6887/7192/11143 6893/7197/11152 6883/7188/11138 +f 6883/7188/11138 6893/7197/11152 6888/7193/11153 +f 6888/7193/11153 5920/6147/11154 5918/6146/11155 +f 5729/5938/11132 5728/5948/11156 6890/7198/11157 +f 5729/5938/11132 6890/7198/11157 6884/7189/11140 +f 6884/7189/11140 6890/7198/11157 6885/7190/11146 +f 6885/7190/11146 6890/7198/11157 6889/7194/11147 +f 6886/7191/11142 6891/7195/11149 6892/7196/11151 +f 6887/7192/11143 6892/7196/11151 6893/7197/11152 +f 6888/7193/11153 6893/7197/11152 5920/6147/11154 +f 6890/7198/11157 6894/7199/11158 6889/7194/11147 +f 6889/7194/11147 6894/7199/11158 6891/7195/11159 +f 6891/7195/11159 6422/6716/10573 6892/7196/11160 +f 6892/7196/11160 6418/6711/10566 6893/7197/11161 +f 5728/5948/11156 6415/5946/10562 6890/7198/11157 +f 6890/7198/11157 6415/5946/10562 6417/6710/10564 +f 6890/7198/11157 6417/6710/10564 6894/7199/11158 +f 6894/7199/11158 6421/6715/10572 6891/7195/11159 +f 6891/7195/11159 6421/6715/10572 6422/6716/10573 +f 6892/7196/11160 6422/6716/10573 6418/6711/10566 +f 6893/7197/11161 6418/6711/10566 5920/6147/11162 +f 6417/6710/10564 6419/6713/10570 6894/7199/11158 +f 6894/7199/11158 6419/6713/10570 6420/6714/10571 +f 6894/7199/11158 6420/6714/10571 6421/6715/10572 +f 6418/6711/10566 5921/6149/10565 5920/6147/11162 +f 6895/7200/11163 5909/6138/11164 5924/6136/10567 +f 5909/6138/11164 6895/7200/11163 5911/6140/11165 +f 5912/6091/10561 5911/6140/11166 6896/7201/11167 +f 6414/6709/10559 5912/6091/10561 6896/7201/11167 +f 5734/5953/11168 5732/5951/10539 6897/7202/11169 +f 5734/5953/11168 6897/7202/11169 6898/7203/11170 +f 6898/7203/11170 5735/5954/11171 5734/5953/11168 +f 6899/5955/11172 6416/6712/10569 5738/5958/10568 +f 6900/7204/11173 6416/6712/10569 6899/5955/11172 +f 6900/7204/11173 6899/5955/11172 5735/5954/11171 +f 6900/7204/11173 5735/5954/11171 6898/7203/11170 +f 6901/7205/11174 6416/6712/10569 6900/7204/11173 +f 6901/7205/11174 6900/7204/11173 6902/7206/11175 +f 6902/7206/11175 6900/7204/11173 6898/7203/11170 +f 6902/7206/11175 6898/7203/11170 6903/7207/11176 +f 6903/7207/11176 6898/7203/11170 6904/7208/11177 +f 6904/7208/11177 6898/7203/11170 6897/7202/11169 +f 6905/7209/11178 6901/7205/11174 6902/7206/11175 +f 6905/7209/11178 6902/7206/11175 6906/7210/11179 +f 6906/7210/11179 6902/7206/11175 6903/7207/11176 +f 6906/7210/11179 6903/7207/11176 6907/7211/11180 +f 6907/7211/11180 6903/7207/11176 6904/7208/11177 +f 6907/7211/11180 6904/7208/11177 6405/6701/10545 +f 6910/7212/11181 6908/7213/11182 6909/7214/11183 +f 6910/7212/11181 6909/7214/11183 6912/7215/11184 +f 6912/7215/11184 6909/7214/11183 6911/7216/11185 +f 6912/7215/11184 6911/7216/11185 6914/7217/11186 +f 6914/7217/11186 6911/7216/11185 6913/7218/11187 +f 6914/7217/11186 6913/7218/11187 6413/6708/10558 +f 6413/6708/10558 6913/7218/11187 6411/6706/10555 +f 6915/7219/11188 6412/6707/10557 6414/6709/10559 +f 6915/7219/11188 6414/6709/10559 6896/7201/11167 +f 6915/7219/11188 6896/7201/11189 5911/6140/11165 +f 6915/7219/11188 5911/6140/11165 6916/7220/11190 +f 6916/7220/11190 5911/6140/11165 6917/7221/11191 +f 6917/7221/11191 5911/6140/11165 6895/7200/11163 +f 6423/6717/10574 6895/7200/11163 5924/6136/10567 +f 6895/7200/11163 6423/6717/10574 6908/7213/11182 +f 6895/7200/11163 6908/7213/11182 6917/7221/11191 +f 6917/7221/11191 6908/7213/11182 6910/7212/11181 +f 6917/7221/11191 6910/7212/11181 6916/7220/11190 +f 6916/7220/11190 6910/7212/11181 6912/7215/11184 +f 6916/7220/11190 6912/7215/11184 6915/7219/11188 +f 6915/7219/11188 6912/7215/11184 6914/7217/11186 +f 6915/7219/11188 6914/7217/11186 6413/6708/10558 +f 6915/7219/11188 6413/6708/10558 6412/6707/10557 +f 6918/7222/11192 6410/6705/10553 6411/6706/10555 +f 6918/7222/11192 6411/6706/10555 6913/7218/11187 +f 6918/7222/11192 6913/7218/11187 6911/7216/11185 +f 6918/7222/11192 6911/7216/11185 6919/7223/11193 +f 6919/7223/11193 6911/7216/11185 6909/7214/11183 +f 6919/7223/11193 6909/7214/11183 6920/7224/11194 +f 6920/7224/11194 6909/7214/11183 6908/7213/11182 +f 6920/7224/11194 6908/7213/11182 6921/7225/11195 +f 6921/7225/11195 6908/7213/11182 6423/6717/10574 +f 6408/6704/10551 6410/6705/10553 6918/7222/11192 +f 6408/6704/10551 6918/7222/11192 6922/7226/11196 +f 6922/7226/11196 6918/7222/11192 6923/7227/11197 +f 6923/7227/11197 6918/7222/11192 6919/7223/11193 +f 6923/7227/11197 6919/7223/11193 6924/7228/11198 +f 6924/7228/11198 6919/7223/11193 6920/7224/11194 +f 6924/7228/11198 6920/7224/11194 6921/7225/11195 +f 6424/6718/10575 6921/7225/11195 6423/6717/10574 +f 6409/6703/10549 6408/6704/10551 6925/7229/11199 +f 6925/7229/11199 6408/6704/10551 6922/7226/11196 +f 6925/7229/11199 6922/7226/11196 6926/7230/11200 +f 6926/7230/11200 6922/7226/11196 6923/7227/11197 +f 6926/7230/11200 6923/7227/11197 6927/7231/11201 +f 6927/7231/11201 6923/7227/11197 6924/7228/11198 +f 6927/7231/11201 6924/7228/11198 6921/7225/11195 +f 6928/7232/11202 6407/6700/10544 6409/6703/10549 +f 6928/7232/11202 6409/6703/10549 6925/7229/11199 +f 6928/7232/11202 6925/7229/11199 6929/7233/11203 +f 6929/7233/11203 6925/7229/11199 6926/7230/11200 +f 6929/7233/11203 6926/7230/11200 6930/7234/11204 +f 6930/7234/11204 6926/7230/11200 6927/7231/11201 +f 6930/7234/11204 6927/7231/11201 6921/7225/11195 +f 6930/7234/11204 6921/7225/11195 6424/6718/10575 +f 6424/6718/10575 6416/6712/10569 6930/7234/11204 +f 6930/7234/11204 6416/6712/10569 6901/7205/11174 +f 6930/7234/11204 6901/7205/11174 6905/7209/11178 +f 6930/7234/11204 6905/7209/11178 6929/7233/11203 +f 6929/7233/11203 6905/7209/11178 6906/7210/11179 +f 6929/7233/11203 6906/7210/11179 6928/7232/11202 +f 6928/7232/11202 6906/7210/11179 6907/7211/11180 +f 6928/7232/11202 6907/7211/11180 6405/6701/10545 +f 6928/7232/11202 6405/6701/10545 6407/6700/10544 +f 6904/7208/11177 6897/7202/11169 6406/6702/10547 +f 6904/7208/11177 6406/6702/10547 6405/6701/10545 +f 6897/7202/11169 5732/5951/10539 6404/6699/10541 +f 6897/7202/11169 6404/6699/10541 6406/6702/10547 +s 246 +f 6931/7235/11205 5745/5884/10478 5744/5965/11206 +f 6364/6658/10458 6935/6659/10460 6932/7236/11207 +f 6364/6658/10458 6932/7236/11207 5902/6129/10456 +f 5745/5884/10478 6931/7235/11205 6373/6668/10476 +f 6373/6668/10476 6931/7235/11205 6372/6667/10474 +f 6370/6665/10472 6936/7237/11208 6371/6666/10473 +f 6371/6666/10473 6936/7237/11208 6937/7238/11209 +f 6371/6666/10473 6937/7238/11209 6368/6664/10470 +f 6368/6664/10470 6937/7238/11209 6369/6663/10468 +f 6369/6663/10468 6938/7239/11210 6367/6662/10466 +f 6367/6662/10466 6938/7239/11210 6366/6661/10464 +f 6366/6661/10464 6939/7240/11211 6365/6660/10462 +f 6365/6660/10462 6939/7240/11211 6935/6659/10460 +f 6932/7236/11207 5904/6131/11212 5902/6129/10456 +f 6931/7235/11205 6940/7241/11213 6372/6667/10474 +f 6372/6667/10474 6940/7241/11213 6941/7242/11214 +f 6372/6667/10474 6941/7242/11214 6370/6665/10472 +f 6370/6665/10472 6941/7242/11214 6936/7237/11208 +f 6937/7238/11209 6942/7243/11215 6369/6663/10468 +f 6369/6663/10468 6942/7243/11215 6938/7239/11210 +f 6938/7239/11210 6943/7244/11216 6366/6661/10464 +f 6366/6661/10464 6943/7244/11216 6939/7240/11211 +f 6939/7240/11211 6944/7245/11217 6935/6659/10460 +f 6935/6659/10460 6944/7245/11217 6932/7236/11207 +f 6944/7245/11217 6933/7246/11218 6932/7236/11207 +f 6932/7236/11207 6933/7246/11218 5904/6131/11212 +f 5744/5965/11219 5743/5964/11220 6931/7235/11205 +f 6931/7235/11205 5743/5964/11220 6940/7241/11213 +f 6933/7246/11218 6934/6132/11221 5904/6131/11212 +f 6941/7242/11222 6945/7247/11223 6936/7237/11224 +f 6936/7237/11224 6945/7247/11223 6947/7248/11225 +f 6936/7237/11224 6947/7248/11225 6937/7238/11226 +f 6937/7238/11226 6947/7248/11225 6942/7243/11215 +f 6942/7243/11215 6948/7249/11227 6938/7239/11210 +f 6938/7239/11210 6948/7249/11227 6943/7244/11216 +f 6943/7244/11216 6949/7250/11228 6939/7240/11211 +f 6939/7240/11211 6949/7250/11228 6944/7245/11229 +f 6944/7245/11217 6934/6132/11221 6933/7246/11218 +f 5743/5964/11220 5742/5961/11230 6946/7251/11231 +f 5743/5964/11220 6946/7251/11231 6940/7241/11213 +f 6940/7241/11213 6946/7251/11231 6941/7242/11222 +f 6941/7242/11222 6946/7251/11231 6945/7247/11223 +f 6942/7243/11215 6947/7248/11225 6948/7249/11227 +f 6943/7244/11216 6948/7249/11227 6949/7250/11228 +f 6944/7245/11229 6949/7250/11228 6934/6132/11232 +f 6946/7251/11231 6950/7252/11233 6945/7247/11223 +f 6945/7247/11223 6950/7252/11233 6947/7248/11234 +f 6947/7248/11234 6391/6686/10514 6948/7249/11235 +f 6948/7249/11235 6387/6683/10507 6949/7250/11228 +f 6949/7250/11228 5905/6133/10506 6934/6132/11232 +f 6946/7251/11231 5742/5961/11230 6390/6685/10513 +f 6946/7251/11231 6390/6685/10513 6950/7252/11233 +f 6950/7252/11233 6385/6680/10502 6947/7248/11234 +f 6947/7248/11234 6385/6680/10502 6391/6686/10514 +f 6948/7249/11235 6391/6686/10514 6387/6683/10507 +f 6949/7250/11228 6387/6683/10507 5905/6133/10506 +f 5742/5961/11230 5740/5960/10511 6390/6685/10513 +f 6390/6685/10513 6389/6684/10509 6950/7252/11233 +f 6950/7252/11233 6389/6684/10509 6386/6681/10503 +f 6950/7252/11233 6386/6681/10503 6385/6680/10502 +f 6953/6122/11236 5895/6121/11237 6952/7253/11238 +f 6392/6126/10508 6951/7254/11239 5892/6117/11240 +f 5895/6121/11237 5892/6117/11240 6951/7254/11239 +f 5896/6094/10499 6953/6122/11236 6383/6678/10500 +f 5754/5975/11241 5752/5973/10479 6374/6669/10481 +f 6954/7255/11242 6955/5967/11243 5754/5975/11241 +f 6955/5967/11243 6956/7256/11244 5748/5968/10510 +f 5748/5968/10510 6956/7256/11244 6957/7257/11245 +f 6388/6682/10504 5748/5968/10510 6957/7257/11245 +f 6954/7255/11242 6956/7256/11244 6955/5967/11243 +f 6958/7258/11246 6388/6682/10504 6957/7257/11245 +f 6958/7258/11246 6957/7257/11245 6956/7256/11244 +f 6958/7258/11246 6956/7256/11244 6959/7259/11247 +f 6959/7259/11247 6956/7256/11244 6954/7255/11242 +f 6959/7259/11247 6954/7255/11242 6960/7260/11248 +f 6960/7260/11248 6954/7255/11242 6961/7261/11249 +f 6962/7262/11250 6958/7258/11246 6959/7259/11247 +f 6962/7262/11250 6959/7259/11247 6963/7263/11251 +f 6963/7263/11251 6959/7259/11247 6960/7260/11248 +f 6963/7263/11251 6960/7260/11248 6964/7264/11252 +f 6964/7264/11252 6960/7260/11248 6961/7261/11249 +f 6964/7264/11252 6961/7261/11249 6376/6671/10485 +f 6392/6126/10508 6393/6687/10515 6965/7265/11253 +f 6967/7266/11254 6965/7265/11253 6966/7267/11255 +f 6967/7266/11254 6966/7267/11255 6969/7268/11256 +f 6969/7268/11256 6966/7267/11255 6968/7269/11257 +f 6969/7268/11256 6968/7269/11257 6971/7270/11258 +f 6971/7270/11258 6968/7269/11257 6970/7271/11259 +f 6971/7270/11258 6970/7271/11259 6382/6677/10497 +f 6382/6677/10497 6970/7271/11259 6381/6676/10495 +f 6972/7272/11260 6384/6679/10501 6383/6678/10500 +f 6972/7272/11260 6383/6678/10500 6953/6122/11236 +f 6972/7272/11260 6953/6122/11236 6973/7273/11261 +f 6973/7273/11261 6953/6122/11236 6952/7253/11238 +f 6973/7273/11261 6952/7253/11238 6974/7274/11262 +f 6974/7274/11262 6952/7253/11238 5895/6121/11237 +f 6974/7274/11262 5895/6121/11237 6951/7254/11239 +f 6951/7254/11239 6392/6126/10508 6965/7265/11253 +f 6951/7254/11239 6965/7265/11253 6974/7274/11262 +f 6974/7274/11262 6965/7265/11253 6967/7266/11254 +f 6974/7274/11262 6967/7266/11254 6973/7273/11261 +f 6973/7273/11261 6967/7266/11254 6969/7268/11256 +f 6973/7273/11261 6969/7268/11256 6972/7272/11260 +f 6972/7272/11260 6969/7268/11256 6971/7270/11258 +f 6972/7272/11260 6971/7270/11258 6382/6677/10497 +f 6972/7272/11260 6382/6677/10497 6384/6679/10501 +f 6380/6674/10491 6379/6675/10493 6975/7275/11263 +f 6975/7275/11263 6379/6675/10493 6381/6676/10495 +f 6975/7275/11263 6381/6676/10495 6970/7271/11259 +f 6975/7275/11263 6970/7271/11259 6976/7276/11264 +f 6976/7276/11264 6970/7271/11259 6968/7269/11257 +f 6976/7276/11264 6968/7269/11257 6977/7277/11265 +f 6977/7277/11265 6968/7269/11257 6966/7267/11255 +f 6977/7277/11265 6966/7267/11255 6978/7278/11266 +f 6978/7278/11266 6966/7267/11255 6965/7265/11253 +f 6978/7278/11266 6965/7265/11253 6393/6687/10515 +f 6380/6674/10491 6975/7275/11263 6979/7279/11267 +f 6979/7279/11267 6975/7275/11263 6980/7280/11268 +f 6980/7280/11268 6975/7275/11263 6976/7276/11264 +f 6980/7280/11268 6976/7276/11264 6981/7281/11269 +f 6981/7281/11269 6976/7276/11264 6977/7277/11265 +f 6981/7281/11269 6977/7277/11265 6978/7278/11266 +f 6378/6673/10489 6380/6674/10491 6982/7282/11270 +f 6982/7282/11270 6380/6674/10491 6979/7279/11267 +f 6982/7282/11270 6979/7279/11267 6983/7283/11271 +f 6983/7283/11271 6979/7279/11267 6980/7280/11268 +f 6983/7283/11271 6980/7280/11268 6984/7284/11272 +f 6984/7284/11272 6980/7280/11268 6981/7281/11269 +f 6984/7284/11272 6981/7281/11269 6985/7285/11273 +f 6985/7285/11273 6981/7281/11269 6978/7278/11266 +f 6985/7285/11273 6978/7278/11266 6388/6682/10504 +f 6388/6682/10504 6978/7278/11266 6393/6687/10515 +f 6986/7286/11274 6377/6672/10487 6378/6673/10489 +f 6986/7286/11274 6378/6673/10489 6982/7282/11270 +f 6986/7286/11274 6982/7282/11270 6987/7287/11275 +f 6987/7287/11275 6982/7282/11270 6983/7283/11271 +f 6987/7287/11275 6983/7283/11271 6988/7288/11276 +f 6988/7288/11276 6983/7283/11271 6984/7284/11272 +f 6988/7288/11276 6984/7284/11272 6985/7285/11273 +f 6985/7285/11273 6388/6682/10504 6958/7258/11246 +f 6985/7285/11273 6958/7258/11246 6988/7288/11276 +f 6988/7288/11276 6958/7258/11246 6962/7262/11250 +f 6988/7288/11276 6962/7262/11250 6987/7287/11275 +f 6987/7287/11275 6962/7262/11250 6963/7263/11251 +f 6987/7287/11275 6963/7263/11251 6986/7286/11274 +f 6986/7286/11274 6963/7263/11251 6964/7264/11252 +f 6986/7286/11274 6964/7264/11252 6376/6671/10485 +f 6986/7286/11274 6376/6671/10485 6377/6672/10487 +f 6954/7255/11242 5754/5975/11241 6374/6669/10481 +f 6954/7255/11242 6374/6669/10481 6961/7261/11249 +f 6961/7261/11249 6374/6669/10481 6375/6670/10483 +f 6961/7261/11249 6375/6670/10483 6376/6671/10485 +s 232 +f 5756/5978/10416 5766/5977/11277 6989/7289/11278 +f 6333/6626/10396 6992/6627/10398 6991/7290/11279 +f 6333/6626/10396 6991/7290/11279 5884/6111/10394 +f 5756/5978/10416 6989/7289/11278 6990/6636/10414 +f 6990/6636/10414 6989/7289/11278 6341/6635/10412 +f 6339/6633/10410 6993/7291/11280 6340/6634/10411 +f 6340/6634/10411 6993/7291/11280 6994/7292/11281 +f 6340/6634/10411 6994/7292/11281 6337/6632/10408 +f 6337/6632/10408 6994/7292/11281 6338/6631/10406 +f 6338/6631/10406 6995/7293/11282 6336/6630/10404 +f 6336/6630/10404 6995/7293/11282 6335/6629/10402 +f 6335/6629/10402 6996/7294/11283 6334/6628/10400 +f 6334/6628/10400 6996/7294/11283 6992/6627/10398 +f 6991/7290/11279 5885/6112/11284 5884/6111/10394 +f 6989/7289/11278 6997/7295/11285 6341/6635/10412 +f 6341/6635/10412 6997/7295/11285 6998/7296/11286 +f 6341/6635/10412 6998/7296/11286 6339/6633/10410 +f 6339/6633/10410 6998/7296/11286 6993/7291/11280 +f 6994/7292/11281 6999/7297/11287 6338/6631/10406 +f 6338/6631/10406 6999/7297/11287 6995/7293/11282 +f 6995/7293/11282 7000/7298/11288 6335/6629/10402 +f 6335/6629/10402 7000/7298/11288 6996/7294/11283 +f 6996/7294/11283 7001/7299/11289 6992/6627/10398 +f 6992/6627/10398 7001/7299/11289 6991/7290/11279 +f 7001/7299/11289 5887/6114/11290 6991/7290/11279 +f 6991/7290/11279 5887/6114/11290 5885/6112/11284 +f 6989/7289/11278 5766/5977/11277 6997/7295/11285 +f 6998/7296/11291 7002/7300/11292 6993/7291/11293 +f 6993/7291/11293 7002/7300/11292 7004/7301/11294 +f 6993/7291/11293 7004/7301/11294 6994/7292/11295 +f 6994/7292/11295 7004/7301/11294 6999/7297/11296 +f 6999/7297/11287 7005/7302/11297 6995/7293/11282 +f 6995/7293/11282 7005/7302/11297 7000/7298/11288 +f 7000/7298/11288 7006/7303/11298 6996/7294/11283 +f 6996/7294/11283 7006/7303/11298 7001/7299/11299 +f 7001/7299/11299 5888/6115/11300 5887/6114/11301 +f 5766/5977/11302 5762/5988/11303 7003/7304/11304 +f 5766/5977/11302 7003/7304/11304 6997/7295/11305 +f 6997/7295/11305 7003/7304/11304 7007/7305/11306 +f 6997/7295/11305 7007/7305/11306 6998/7296/11307 +f 6998/7296/11308 7007/7305/11309 7002/7300/11310 +f 7004/7301/11294 7008/7306/11311 6999/7297/11296 +f 6999/7297/11296 7008/7306/11311 7005/7302/11312 +f 7000/7298/11288 7005/7302/11297 7006/7303/11298 +f 7001/7299/11299 7006/7303/11298 5888/6115/11300 +f 7002/7300/11310 7007/7305/11309 7004/7301/11313 +f 7005/7302/11312 6360/6655/10451 7006/7303/11298 +f 7006/7303/11298 5890/6106/10452 5888/6115/11300 +f 5762/5988/11303 6353/5987/10441 7003/7304/11304 +f 7003/7304/11304 6353/5987/10441 6355/6648/10443 +f 7003/7304/11304 6355/6648/10443 7007/7305/11309 +f 7007/7305/11309 6358/6652/10448 7004/7301/11313 +f 7004/7301/11313 6358/6652/10448 7008/7306/11311 +f 7008/7306/11311 6359/6653/10449 7005/7302/11312 +f 7005/7302/11312 6359/6653/10449 6360/6655/10451 +f 7006/7303/11298 6360/6655/10451 5890/6106/10452 +f 6355/6648/10443 6356/6650/10446 7007/7305/11309 +f 7007/7305/11309 6356/6650/10446 6357/6651/10447 +f 7007/7305/11309 6357/6651/10447 6358/6652/10448 +f 6358/6652/10448 6361/6656/10454 7008/7306/11311 +f 7008/7306/11311 6361/6656/10454 6359/6653/10449 +f 7009/7307/11314 5876/6097/11315 5875/6102/11316 +f 5876/6097/11315 7010/7308/11317 5871/6098/10440 +f 5871/6098/10440 7010/7308/11317 6352/6647/10438 +f 5772/5995/11318 7011/7309/11319 5773/5996/11320 +f 5773/5996/11320 7011/7309/11319 7012/7310/11321 +f 5776/5990/10444 5774/5997/11322 7013/7311/11323 +f 5776/5990/10444 7013/7311/11323 6354/6649/10445 +f 7013/7311/11323 5774/5997/11322 7012/7310/11321 +f 7012/7310/11321 5774/5997/11322 5773/5996/11324 +f 7014/7312/11325 6354/6649/10445 7013/7311/11323 +f 7014/7312/11325 7013/7311/11323 7015/7313/11326 +f 7015/7313/11326 7013/7311/11323 7012/7310/11321 +f 7015/7313/11326 7012/7310/11321 7016/7314/11327 +f 7016/7314/11327 7012/7310/11321 7027/7315/11328 +f 7027/7315/11328 7012/7310/11321 7011/7309/11319 +f 6363/6657/10455 6354/6649/10445 7014/7312/11325 +f 7017/7316/11329 7014/7312/11325 7015/7313/11326 +f 7017/7316/11329 7015/7313/11326 7018/7317/11330 +f 7018/7317/11330 7015/7313/11326 7016/7314/11327 +f 7018/7317/11330 7016/7314/11327 7019/7318/11331 +f 7019/7318/11331 7016/7314/11327 7027/7315/11328 +f 7019/7318/11331 7027/7315/11328 6344/6639/10424 +f 7021/7319/11332 6362/6654/10450 7020/7320/11333 +f 7021/7319/11332 7020/7320/11333 7022/7321/11334 +f 7022/7321/11334 7020/7320/11333 7024/7322/11335 +f 7024/7322/11335 7020/7320/11333 7023/7323/11336 +f 7024/7322/11335 7023/7323/11336 7026/7324/11337 +f 7026/7324/11337 7023/7323/11336 7025/7325/11338 +f 7026/7324/11337 7025/7325/11338 6351/6646/10437 +f 6351/6646/10437 7025/7325/11338 6349/6644/10434 +f 7028/7326/11339 6350/6645/10436 6352/6647/10438 +f 7028/7326/11339 6352/6647/10438 7010/7308/11317 +f 7028/7326/11339 7010/7308/11317 7029/7327/11340 +f 7029/7327/11340 7010/7308/11317 5876/6097/11315 +f 7029/7327/11340 5876/6097/11315 7009/7307/11314 +f 7021/7319/11332 7009/7307/11314 5875/6102/11316 +f 7021/7319/11332 5875/6102/11316 6362/6654/10450 +f 6362/6654/10450 5875/6102/11316 5873/6101/10453 +f 7009/7307/11314 7021/7319/11332 7022/7321/11334 +f 7009/7307/11314 7022/7321/11334 7029/7327/11340 +f 7029/7327/11340 7022/7321/11334 7024/7322/11335 +f 7029/7327/11340 7024/7322/11335 7028/7326/11339 +f 7028/7326/11339 7024/7322/11335 7026/7324/11337 +f 7028/7326/11339 7026/7324/11337 6351/6646/10437 +f 7028/7326/11339 6351/6646/10437 6350/6645/10436 +f 6348/6642/10430 6347/6643/10432 7030/7328/11341 +f 7030/7328/11341 6347/6643/10432 6349/6644/10434 +f 7030/7328/11341 6349/6644/10434 7025/7325/11338 +f 7030/7328/11341 7025/7325/11338 7023/7323/11336 +f 7030/7328/11341 7023/7323/11336 7031/7329/11342 +f 7031/7329/11342 7023/7323/11336 7020/7320/11333 +f 7031/7329/11342 7020/7320/11333 7032/7330/11343 +f 7032/7330/11343 7020/7320/11333 6362/6654/10450 +f 6348/6642/10430 7030/7328/11341 7033/7331/11344 +f 7033/7331/11344 7030/7328/11341 7034/7332/11345 +f 7034/7332/11345 7030/7328/11341 7031/7329/11342 +f 7034/7332/11345 7031/7329/11342 7035/7333/11346 +f 7035/7333/11346 7031/7329/11342 7032/7330/11343 +f 6363/6657/10455 7032/7330/11343 6362/6654/10450 +f 6346/6641/10428 6348/6642/10430 7036/7334/11347 +f 7036/7334/11347 6348/6642/10430 7033/7331/11344 +f 7036/7334/11347 7033/7331/11344 7037/7335/11348 +f 7037/7335/11348 7033/7331/11344 7034/7332/11345 +f 7037/7335/11348 7034/7332/11345 7038/7336/11349 +f 7038/7336/11349 7034/7332/11345 7035/7333/11346 +f 7038/7336/11349 7035/7333/11346 7039/7337/11350 +f 7039/7337/11350 7035/7333/11346 7032/7330/11343 +f 7039/7337/11350 7032/7330/11343 6363/6657/10455 +f 7040/7338/11351 6345/6640/10426 6346/6641/10428 +f 7040/7338/11351 6346/6641/10428 7036/7334/11347 +f 7040/7338/11351 7036/7334/11347 7041/7339/11352 +f 7041/7339/11352 7036/7334/11347 7037/7335/11348 +f 7041/7339/11352 7037/7335/11348 7042/7340/11353 +f 7042/7340/11353 7037/7335/11348 7038/7336/11349 +f 7042/7340/11353 7038/7336/11349 7039/7337/11350 +f 7039/7337/11350 6363/6657/10455 7014/7312/11325 +f 7039/7337/11350 7014/7312/11325 7042/7340/11353 +f 7042/7340/11353 7014/7312/11325 7017/7316/11329 +f 7042/7340/11353 7017/7316/11329 7041/7339/11352 +f 7041/7339/11352 7017/7316/11329 7018/7317/11330 +f 7041/7339/11352 7018/7317/11330 7040/7338/11351 +f 7040/7338/11351 7018/7317/11330 7019/7318/11331 +f 7040/7338/11351 7019/7318/11331 6344/6639/10424 +f 7040/7338/11351 6344/6639/10424 6345/6640/10426 +f 6344/6639/10424 7027/7315/11328 6343/6638/10421 +f 5772/5995/11318 5770/5993/10417 7011/7309/11319 +f 7011/7309/11319 5770/5993/10417 6342/6637/10419 +f 7011/7309/11319 6342/6637/10419 7027/7315/11328 +f 7027/7315/11328 6342/6637/10419 6343/6638/10421 +s 306 +f 5782/6005/11354 7045/6791/10720 5783/5881/10722 +f 7046/6781/10702 5978/6208/11355 5977/6207/10700 +f 5782/6005/11354 7044/7341/11356 7045/6791/10720 +f 7045/6791/10720 7044/7341/11356 6489/6790/10718 +f 6487/6788/10716 7049/7342/11357 6488/6789/10717 +f 6488/6789/10717 7049/7342/11357 7050/7343/11358 +f 6488/6789/10717 7050/7343/11358 6486/6787/10714 +f 6486/6787/10714 7050/7343/11358 6484/6786/10712 +f 6484/6786/10712 7051/7344/11359 6485/6785/10710 +f 6485/6785/10710 7051/7344/11359 6483/6784/10708 +f 6483/6784/10708 7052/7345/11360 6482/6783/10706 +f 6482/6783/10706 7052/7345/11360 7047/6782/10704 +f 7047/6782/10704 7048/7346/11361 7046/6781/10702 +f 7046/6781/10702 7048/7346/11361 5978/6208/11355 +f 7044/7341/11356 7053/7347/11362 6489/6790/10718 +f 6489/6790/10718 7053/7347/11362 7054/7348/11363 +f 6489/6790/10718 7054/7348/11363 6487/6788/10716 +f 6487/6788/10716 7054/7348/11363 7049/7342/11357 +f 7050/7343/11358 7055/7349/11364 6484/6786/10712 +f 6484/6786/10712 7055/7349/11364 7051/7344/11359 +f 7051/7344/11359 7056/7350/11365 6483/6784/10708 +f 6483/6784/10708 7056/7350/11365 7052/7345/11360 +f 7052/7345/11360 7057/7351/11366 7047/6782/10704 +f 7047/6782/10704 7057/7351/11366 7048/7346/11361 +f 5782/6005/11367 7043/6002/11368 7044/7341/11356 +f 7044/7341/11356 7043/6002/11368 7053/7347/11362 +f 7048/7346/11361 5980/6210/11369 5978/6208/11355 +f 7057/7351/11366 5981/6211/11370 7048/7346/11361 +f 7048/7346/11361 5981/6211/11370 5980/6210/11369 +f 7054/7348/11371 7058/7352/11372 7049/7342/11373 +f 7049/7342/11373 7058/7352/11372 7060/7353/11374 +f 7049/7342/11373 7060/7353/11374 7050/7343/11375 +f 7050/7343/11375 7060/7353/11374 7055/7349/11364 +f 7055/7349/11364 7061/7354/11376 7051/7344/11359 +f 7051/7344/11359 7061/7354/11376 7056/7350/11365 +f 7056/7350/11365 7062/7355/11377 7052/7345/11360 +f 7052/7345/11360 7062/7355/11377 7057/7351/11378 +f 7043/6002/11368 7059/7356/11379 7053/7347/11362 +f 7053/7347/11362 7059/7356/11379 7054/7348/11371 +f 7054/7348/11371 7059/7356/11379 7058/7352/11372 +f 7055/7349/11364 7060/7353/11374 7061/7354/11376 +f 7056/7350/11365 7061/7354/11376 7062/7355/11377 +f 7057/7351/11378 7062/7355/11377 5983/6201/11380 +f 7057/7351/11378 5983/6201/11380 5981/6211/11381 +f 7043/6002/11368 5779/6000/11382 7059/7356/11379 +f 7059/7356/11379 7063/7357/11383 7058/7352/11372 +f 7058/7352/11372 7063/7357/11383 7060/7353/11384 +f 7060/7353/11384 6504/6807/10755 7061/7354/11385 +f 7061/7354/11385 6503/6806/10752 7062/7355/11386 +f 7059/7356/11379 5779/6000/11382 6502/6804/10749 +f 7059/7356/11379 6502/6804/10749 7063/7357/11383 +f 7063/7357/11383 6506/6809/10757 7060/7353/11384 +f 7060/7353/11384 6506/6809/10757 6504/6807/10755 +f 7061/7354/11385 6504/6807/10755 6503/6806/10752 +f 7062/7355/11386 6503/6806/10752 5983/6201/11387 +f 5779/6000/11382 5777/5999/10747 6502/6804/10749 +f 6502/6804/10749 6509/6811/10760 7063/7357/11383 +f 7063/7357/11383 6509/6811/10760 6508/6810/10758 +f 7063/7357/11383 6508/6810/10758 6506/6809/10757 +f 6503/6806/10752 5972/6202/10754 5983/6201/11387 +f 7064/7358/11388 7065/6198/11389 5970/6196/10751 +f 5683/5897/11390 5681/5896/10723 6490/6792/10725 +f 7067/7359/11391 5684/5898/11392 5683/5897/11390 +f 5679/5892/10759 7068/5891/11393 7069/7360/11394 +f 7070/7361/11395 7069/7360/11394 7068/5891/11393 +f 7070/7361/11395 7068/5891/11393 7067/7359/11391 +f 7067/7359/11391 7068/5891/11393 5684/5898/11392 +f 6507/6808/10756 5679/5892/10759 7069/7360/11394 +f 7071/7362/11396 7069/7360/11394 7070/7361/11395 +f 7071/7362/11396 7070/7361/11395 7072/7363/11397 +f 7072/7363/11397 7070/7361/11395 7067/7359/11391 +f 7072/7363/11397 7067/7359/11391 7073/7364/11398 +f 7073/7364/11398 7067/7359/11391 6491/6793/10727 +f 7074/7365/11399 6507/6808/10756 7069/7360/11394 +f 7074/7365/11399 7069/7360/11394 7071/7362/11396 +f 7074/7365/11399 7071/7362/11396 7075/7366/11400 +f 7075/7366/11400 7071/7362/11396 7072/7363/11397 +f 7075/7366/11400 7072/7363/11397 7076/7367/11401 +f 7076/7367/11401 7072/7363/11397 7073/7364/11398 +f 7076/7367/11401 7073/7364/11398 7077/7368/11402 +f 7077/7368/11402 7073/7364/11398 6491/6793/10727 +f 7077/7368/11402 6491/6793/10727 6492/6794/10729 +f 7078/7369/11403 7079/7370/11404 7081/7371/11405 +f 7081/7371/11405 7079/7370/11404 7080/7372/11406 +f 7081/7371/11405 7080/7372/11406 7083/7373/11407 +f 7083/7373/11407 7080/7372/11406 7082/7374/11408 +f 7083/7373/11407 7082/7374/11408 6500/6802/10743 +f 6500/6802/10743 7082/7374/11408 6498/6800/10740 +f 7084/7375/11409 6499/6801/10742 6501/6803/10744 +f 7084/7375/11409 6501/6803/10744 5965/6082/10746 +f 7084/7375/11409 5965/6082/10746 7085/7376/11410 +f 7085/7376/11410 5965/6082/10746 7066/6199/11411 +f 7085/7376/11410 7066/6199/11411 7086/7377/11412 +f 7086/7377/11412 7066/6199/11411 7065/6198/11389 +f 7086/7377/11412 7065/6198/11389 7064/7358/11388 +f 6505/6805/10750 7064/7358/11388 5970/6196/10751 +f 7064/7358/11388 6505/6805/10750 7078/7369/11403 +f 7064/7358/11388 7078/7369/11403 7086/7377/11412 +f 7086/7377/11412 7078/7369/11403 7081/7371/11405 +f 7086/7377/11412 7081/7371/11405 7085/7376/11410 +f 7085/7376/11410 7081/7371/11405 7083/7373/11407 +f 7085/7376/11410 7083/7373/11407 7084/7375/11409 +f 7084/7375/11409 7083/7373/11407 6500/6802/10743 +f 7084/7375/11409 6500/6802/10743 6499/6801/10742 +f 6496/6798/10737 6495/6797/10735 7087/7378/11413 +f 7087/7378/11413 6495/6797/10735 6498/6800/10740 +f 7087/7378/11413 6498/6800/10740 7082/7374/11408 +f 7087/7378/11413 7082/7374/11408 7088/7379/11414 +f 7088/7379/11414 7082/7374/11408 7080/7372/11406 +f 7088/7379/11414 7080/7372/11406 7089/7380/11415 +f 7089/7380/11415 7080/7372/11406 7079/7370/11404 +f 7089/7380/11415 7079/7370/11404 7078/7369/11403 +f 7089/7380/11415 7078/7369/11403 6505/6805/10750 +f 6497/6799/10738 6496/6798/10737 7087/7378/11413 +f 6497/6799/10738 7087/7378/11413 7090/7381/11416 +f 7090/7381/11416 7087/7378/11413 7091/7382/11417 +f 7091/7382/11417 7087/7378/11413 7088/7379/11414 +f 7091/7382/11417 7088/7379/11414 7092/7383/11418 +f 7092/7383/11418 7088/7379/11414 7089/7380/11415 +f 7092/7383/11418 7089/7380/11415 7093/7384/11419 +f 7093/7384/11419 7089/7380/11415 6507/6808/10756 +f 6507/6808/10756 7089/7380/11415 6505/6805/10750 +f 6493/6796/10733 6497/6799/10738 7094/7385/11420 +f 7094/7385/11420 6497/6799/10738 7090/7381/11416 +f 7094/7385/11420 7090/7381/11416 7095/7386/11421 +f 7095/7386/11421 7090/7381/11416 7091/7382/11417 +f 7095/7386/11421 7091/7382/11417 7096/7387/11422 +f 7096/7387/11422 7091/7382/11417 7092/7383/11418 +f 7096/7387/11422 7092/7383/11418 7093/7384/11419 +f 7097/7388/11423 6494/6795/10731 6493/6796/10733 +f 7097/7388/11423 6493/6796/10733 7094/7385/11420 +f 7097/7388/11423 7094/7385/11420 7098/7389/11424 +f 7098/7389/11424 7094/7385/11420 7095/7386/11421 +f 7098/7389/11424 7095/7386/11421 7099/7390/11425 +f 7099/7390/11425 7095/7386/11421 7096/7387/11422 +f 7099/7390/11425 7096/7387/11422 7074/7365/11399 +f 7074/7365/11399 7096/7387/11422 7093/7384/11419 +f 7074/7365/11399 7093/7384/11419 6507/6808/10756 +f 7099/7390/11425 7074/7365/11399 7075/7366/11400 +f 7099/7390/11425 7075/7366/11400 7098/7389/11424 +f 7098/7389/11424 7075/7366/11400 7076/7367/11401 +f 7098/7389/11424 7076/7367/11401 7097/7388/11423 +f 7097/7388/11423 7076/7367/11401 7077/7368/11402 +f 7097/7388/11423 7077/7368/11402 6492/6794/10729 +f 7097/7388/11423 6492/6794/10729 6494/6795/10731 +f 7067/7359/11391 5683/5897/11390 6490/6792/10725 +f 7067/7359/11391 6490/6792/10725 6491/6793/10727 +s 290 +f 5688/5903/10660 5695/5900/11426 7100/7391/11427 +f 7101/6750/10640 5961/6189/11428 5957/6188/10638 +f 5688/5903/10660 7100/7391/11427 6462/6760/10658 +f 6462/6760/10658 7100/7391/11427 6461/6759/10656 +f 6458/6756/10652 7104/7392/11429 6459/6757/10653 +f 6459/6757/10653 7104/7392/11429 7105/7393/11430 +f 6459/6757/10653 7105/7393/11430 6460/6758/10655 +f 6460/6758/10655 7105/7393/11430 6456/6755/10650 +f 6456/6755/10650 7106/7394/11431 6457/6754/10648 +f 6457/6754/10648 7106/7394/11431 6455/6753/10646 +f 6455/6753/10646 7107/7395/11432 6454/6752/10644 +f 6454/6752/10644 7107/7395/11432 7103/6751/10642 +f 7103/6751/10642 7102/7396/11433 7101/6750/10640 +f 7101/6750/10640 7102/7396/11433 5961/6189/11428 +f 7100/7391/11427 7108/7397/11434 6461/6759/10656 +f 6461/6759/10656 7108/7397/11434 7109/7398/11435 +f 6461/6759/10656 7109/7398/11435 6458/6756/10652 +f 6458/6756/10652 7109/7398/11435 7104/7392/11429 +f 7105/7393/11430 7110/7399/11436 6456/6755/10650 +f 6456/6755/10650 7110/7399/11436 7106/7394/11431 +f 7106/7394/11431 7111/7400/11437 6455/6753/10646 +f 6455/6753/10646 7111/7400/11437 7107/7395/11432 +f 7107/7395/11432 7112/7401/11438 7103/6751/10642 +f 7103/6751/10642 7112/7401/11438 7102/7396/11433 +f 7102/7396/11433 5962/6179/11439 5961/6189/11428 +f 5695/5900/11440 5691/5910/11441 7100/7391/11427 +f 7100/7391/11427 5691/5910/11441 7108/7397/11434 +f 7109/7398/11442 7113/7402/11443 7104/7392/11444 +f 7104/7392/11444 7113/7402/11443 7117/7403/11445 +f 7104/7392/11444 7117/7403/11445 7105/7393/11446 +f 7105/7393/11446 7117/7403/11445 7110/7399/11447 +f 7110/7399/11436 7118/7404/11448 7106/7394/11431 +f 7106/7394/11431 7118/7404/11448 7111/7400/11449 +f 7111/7400/11449 7114/7405/11450 7107/7395/11451 +f 7107/7395/11451 7114/7405/11450 7112/7401/11452 +f 7112/7401/11452 7115/6180/11453 7102/7396/11433 +f 7102/7396/11433 7115/6180/11453 5962/6179/11439 +f 5691/5910/11441 7116/7406/11454 7108/7397/11434 +f 7108/7397/11434 7116/7406/11454 7119/7407/11455 +f 7108/7397/11434 7119/7407/11455 7109/7398/11456 +f 7109/7398/11457 7119/7407/11458 7113/7402/11459 +f 7117/7403/11445 7120/7408/11460 7110/7399/11447 +f 7110/7399/11447 7120/7408/11460 7118/7404/11448 +f 7111/7400/11449 7118/7404/11448 7114/7405/11450 +f 7114/7405/11450 7121/7409/11461 7112/7401/11452 +f 7112/7401/11452 7121/7409/11461 7115/6180/11453 +f 5691/5910/11441 6472/5906/10687 7116/7406/11454 +f 7113/7402/11459 7119/7407/11458 7117/7403/11462 +f 7118/7404/11448 6477/6776/10693 7114/7405/11450 +f 7114/7405/11450 6477/6776/10693 7121/7409/11461 +f 7116/7406/11454 6472/5906/10687 6474/6773/10689 +f 7116/7406/11454 6474/6773/10689 7119/7407/11458 +f 7119/7407/11458 6476/6775/10691 7117/7403/11462 +f 7117/7403/11462 6476/6775/10691 7120/7408/11460 +f 7120/7408/11460 6477/6776/10693 7118/7404/11448 +f 6474/6773/10689 6480/6779/10698 7119/7407/11458 +f 7119/7407/11458 6480/6779/10698 6481/6780/10699 +f 7119/7407/11458 6481/6780/10699 6476/6775/10691 +f 6476/6775/10691 6475/6774/10690 7120/7408/11460 +f 7120/7408/11460 6475/6774/10690 6478/6777/10696 +f 7120/7408/11460 6478/6777/10696 6477/6776/10693 +f 7121/7409/11461 6477/6776/10693 5953/6182/10692 +f 7121/7409/11461 5953/6182/10692 7115/6180/11453 +f 7122/7410/11463 5951/6172/11464 5950/6178/11465 +f 7122/7410/11463 5950/6178/11465 5948/6176/10695 +f 7123/7411/11466 5946/6085/10681 5951/6172/11464 +f 5698/5913/11467 7124/7412/11468 5699/5914/11469 +f 5699/5914/11469 7124/7412/11468 7125/7413/11470 +f 7126/5916/10685 7127/7414/11471 6473/6772/10686 +f 7127/7414/11471 7126/5916/10685 5699/5914/11472 +f 7127/7414/11471 5699/5914/11472 7125/7413/11470 +f 7128/7415/11473 6473/6772/10686 7127/7414/11471 +f 7128/7415/11473 7127/7414/11471 7129/7416/11474 +f 7129/7416/11474 7127/7414/11471 7125/7413/11470 +f 7129/7416/11474 7125/7413/11470 7130/7417/11475 +f 7130/7417/11475 7125/7413/11470 7131/7418/11476 +f 7131/7418/11476 7125/7413/11470 7124/7412/11468 +f 7132/7419/11477 7128/7415/11473 7129/7416/11474 +f 7132/7419/11477 7129/7416/11474 7133/7420/11478 +f 7133/7420/11478 7129/7416/11474 7130/7417/11475 +f 7133/7420/11478 7130/7417/11475 7134/7421/11479 +f 7134/7421/11479 7130/7417/11475 7131/7418/11476 +f 7134/7421/11479 7131/7418/11476 6464/6763/10666 +f 5948/6176/10695 6479/6778/10697 7137/7422/11480 +f 7137/7422/11480 6479/6778/10697 7135/7423/11481 +f 7137/7422/11480 7135/7423/11481 7136/7424/11482 +f 7137/7422/11480 7136/7424/11482 7139/7425/11483 +f 7139/7425/11483 7136/7424/11482 7138/7426/11484 +f 7139/7425/11483 7138/7426/11484 7141/7427/11485 +f 7141/7427/11485 7138/7426/11484 7140/7428/11486 +f 7141/7427/11485 7140/7428/11486 7142/6769/10679 +f 7142/6769/10679 7140/7428/11486 6469/6768/10677 +f 7144/7429/11487 6471/6771/10683 6470/6770/10682 +f 7144/7429/11487 6470/6770/10682 5946/6085/10681 +f 7144/7429/11487 5946/6085/10681 7123/7411/11466 +f 7123/7411/11466 5951/6172/11464 7145/7430/11488 +f 7145/7430/11488 5951/6172/11464 7122/7410/11463 +f 7122/7410/11463 5948/6176/10695 7137/7422/11480 +f 7122/7410/11463 7137/7422/11480 7145/7430/11488 +f 7145/7430/11488 7137/7422/11480 7123/7411/11466 +f 7123/7411/11466 7137/7422/11480 7139/7425/11483 +f 7123/7411/11466 7139/7425/11483 7144/7429/11487 +f 7144/7429/11487 7139/7425/11483 7141/7427/11485 +f 7144/7429/11487 7141/7427/11485 7142/6769/10679 +f 7144/7429/11487 7142/6769/10679 6471/6771/10683 +f 6467/6766/10673 6468/6767/10675 7146/7431/11489 +f 7146/7431/11489 6468/6767/10675 6469/6768/10677 +f 7146/7431/11489 6469/6768/10677 7140/7428/11486 +f 7146/7431/11489 7140/7428/11486 7147/7432/11490 +f 7147/7432/11490 7140/7428/11486 7138/7426/11484 +f 7147/7432/11490 7138/7426/11484 7148/7433/11491 +f 7148/7433/11491 7138/7426/11484 7136/7424/11482 +f 7148/7433/11491 7136/7424/11482 7135/7423/11481 +f 6467/6766/10673 7146/7431/11489 7149/7434/11492 +f 7149/7434/11492 7146/7431/11489 7150/7435/11493 +f 7150/7435/11493 7146/7431/11489 7147/7432/11490 +f 7150/7435/11493 7147/7432/11490 7151/7436/11494 +f 7151/7436/11494 7147/7432/11490 7148/7433/11491 +f 7151/7436/11494 7148/7433/11491 7152/7437/11495 +f 7152/7437/11495 7148/7433/11491 7135/7423/11481 +f 7152/7437/11495 7135/7423/11481 6479/6778/10697 +f 6466/6765/10671 6467/6766/10673 7153/7438/11496 +f 7153/7438/11496 6467/6766/10673 7149/7434/11492 +f 7153/7438/11496 7149/7434/11492 7154/7439/11497 +f 7154/7439/11497 7149/7434/11492 7150/7435/11493 +f 7154/7439/11497 7150/7435/11493 7155/7440/11498 +f 7155/7440/11498 7150/7435/11493 7151/7436/11494 +f 7155/7440/11498 7151/7436/11494 7152/7437/11495 +f 6473/6772/10686 7152/7437/11495 6479/6778/10697 +f 7156/7441/11499 6465/6764/10669 6466/6765/10671 +f 7156/7441/11499 6466/6765/10671 7153/7438/11496 +f 7156/7441/11499 7153/7438/11496 7157/7442/11500 +f 7157/7442/11500 7153/7438/11496 7154/7439/11497 +f 7157/7442/11500 7154/7439/11497 7158/7443/11501 +f 7158/7443/11501 7154/7439/11497 7155/7440/11498 +f 7158/7443/11501 7155/7440/11498 7152/7437/11495 +f 7158/7443/11501 7152/7437/11495 6473/6772/10686 +f 7158/7443/11501 6473/6772/10686 7128/7415/11473 +f 7158/7443/11501 7128/7415/11473 7132/7419/11477 +f 7158/7443/11501 7132/7419/11477 7157/7442/11500 +f 7157/7442/11500 7132/7419/11477 7133/7420/11478 +f 7157/7442/11500 7133/7420/11478 7156/7441/11499 +f 7156/7441/11499 7133/7420/11478 7134/7421/11479 +f 7156/7441/11499 7134/7421/11479 6464/6763/10666 +f 7156/7441/11499 6464/6763/10666 6465/6764/10669 +f 7131/7418/11476 7124/7412/11468 7143/6762/10665 +f 7131/7418/11476 7143/6762/10665 6464/6763/10666 +f 5698/5913/11467 5696/5912/10661 7124/7412/11468 +f 7124/7412/11468 5696/5912/10661 6463/6761/10663 +f 7124/7412/11468 6463/6761/10663 7143/6762/10665 +s 276 +f 7160/7444/11502 5709/5926/11503 7159/5924/11504 +f 5709/5926/11503 7161/6729/10596 5710/5887/10598 +f 7163/7445/11505 5942/6158/11506 5940/6169/10576 +f 7163/7445/11505 5930/6159/11507 5942/6158/11506 +f 5709/5926/11503 7160/7444/11502 7161/6729/10596 +f 7161/6729/10596 7160/7444/11502 6432/6728/10594 +f 6430/6726/10592 7165/7446/11508 6431/6727/10593 +f 6431/6727/10593 7165/7446/11508 7166/7447/11509 +f 6431/6727/10593 7166/7447/11509 6429/6725/10590 +f 6429/6725/10590 7166/7447/11509 6427/6724/10588 +f 6427/6724/10588 7167/7448/11510 6428/6722/10585 +f 6428/6722/10585 7167/7448/11510 6426/6723/10586 +f 6426/6723/10586 7168/7449/11511 6425/6721/10583 +f 6425/6721/10583 7168/7449/11511 7164/6720/10581 +f 7164/6720/10581 7163/7445/11505 7162/6719/10578 +f 7162/6719/10578 7163/7445/11505 5940/6169/10576 +f 7160/7444/11502 7169/7450/11512 6432/6728/10594 +f 6432/6728/10594 7169/7450/11512 7170/7451/11513 +f 6432/6728/10594 7170/7451/11513 6430/6726/10592 +f 6430/6726/10592 7170/7451/11513 7165/7446/11508 +f 7166/7447/11509 7171/7452/11514 6427/6724/10588 +f 6427/6724/10588 7171/7452/11514 7167/7448/11510 +f 7167/7448/11510 7172/7453/11515 6426/6723/10586 +f 6426/6723/10586 7172/7453/11515 7168/7449/11511 +f 7168/7449/11511 7173/7454/11516 7164/6720/10581 +f 7164/6720/10581 7173/7454/11516 7163/7445/11505 +f 7160/7444/11502 7159/5924/11504 7169/7450/11512 +f 7170/7451/11517 7174/7455/11518 7165/7446/11519 +f 7165/7446/11519 7174/7455/11518 7176/7456/11520 +f 7165/7446/11519 7176/7456/11520 7166/7447/11521 +f 7166/7447/11521 7176/7456/11520 7171/7452/11522 +f 7171/7452/11514 7177/7457/11523 7167/7448/11510 +f 7167/7448/11510 7177/7457/11523 7172/7453/11515 +f 7172/7453/11515 7178/7458/11524 7168/7449/11511 +f 7168/7449/11511 7178/7458/11524 7173/7454/11525 +f 7173/7454/11525 5932/6161/11526 7163/7445/11505 +f 7163/7445/11505 5932/6161/11526 5930/6159/11507 +f 7159/5924/11504 7175/7459/11527 7169/7450/11512 +f 7169/7450/11512 7175/7459/11527 7179/7460/11528 +f 7169/7450/11512 7179/7460/11528 7170/7451/11529 +f 7170/7451/11530 7179/7460/11531 7174/7455/11532 +f 7176/7456/11520 7180/7461/11533 7171/7452/11522 +f 7171/7452/11522 7180/7461/11533 7177/7457/11534 +f 7172/7453/11515 7177/7457/11523 7178/7458/11524 +f 7173/7454/11525 7178/7458/11524 5932/6161/11526 +f 7159/5924/11504 5706/5922/11535 7175/7459/11527 +f 7174/7455/11532 7179/7460/11531 7176/7456/11536 +f 7177/7457/11534 6453/6741/10623 7178/7458/11524 +f 7178/7458/11524 5933/6162/10637 5932/6161/11526 +f 5706/5922/11535 6445/6743/10628 7175/7459/11527 +f 7175/7459/11527 6445/6743/10628 7179/7460/11531 +f 7179/7460/11531 6449/6746/10631 7176/7456/11536 +f 7176/7456/11536 6449/6746/10631 7180/7461/11533 +f 7180/7461/11533 6446/6742/10624 7177/7457/11534 +f 7177/7457/11534 6446/6742/10624 6453/6741/10623 +f 7178/7458/11524 6453/6741/10623 5933/6162/10637 +f 5706/5922/11535 5705/5921/10626 6445/6743/10628 +f 6445/6743/10628 6452/6749/10634 7179/7460/11531 +f 7179/7460/11531 6452/6749/10634 6450/6748/10633 +f 7179/7460/11531 6450/6748/10633 6449/6746/10631 +f 6449/6746/10631 6447/6745/10630 7180/7461/11533 +f 7180/7461/11533 6447/6745/10630 6446/6742/10624 +f 7181/7462/11537 5929/6152/11538 6444/6157/10625 +f 7182/7463/11539 5929/6152/11538 7181/7462/11537 +f 7183/6153/11540 5929/6152/11538 7182/7463/11539 +f 6443/6738/10617 5928/6088/10622 7184/7464/11541 +f 7184/7464/11541 5928/6088/10622 7183/6153/11540 +f 6433/6730/10602 5719/5936/11542 5717/5935/10599 +f 5719/5936/11543 7186/7465/11544 7187/5930/11545 +f 6451/6747/10632 5714/5931/10635 7187/5930/11545 +f 7185/7466/11546 7186/7465/11544 5719/5936/11543 +f 6451/6747/10632 7187/5930/11545 7186/7465/11544 +f 6451/6747/10632 7186/7465/11544 7188/7467/11547 +f 7188/7467/11547 7186/7465/11544 7185/7466/11546 +f 7188/7467/11547 7185/7466/11546 7189/7468/11548 +f 7189/7468/11548 7185/7466/11546 7201/7469/11549 +f 7190/7470/11550 6451/6747/10632 7191/7471/11551 +f 7191/7471/11551 6451/6747/10632 7188/7467/11547 +f 7191/7471/11551 7188/7467/11547 7192/7472/11552 +f 7192/7472/11552 7188/7467/11547 7189/7468/11548 +f 7192/7472/11552 7189/7468/11548 7193/7473/11553 +f 7193/7473/11553 7189/7468/11548 7201/7469/11549 +f 7193/7473/11553 7201/7469/11549 6435/6732/10606 +f 6444/6157/10625 6448/6744/10629 7194/7474/11554 +f 7196/7475/11555 7194/7474/11554 7195/7476/11556 +f 7196/7475/11555 7195/7476/11556 7198/7477/11557 +f 7198/7477/11557 7195/7476/11556 7197/7478/11558 +f 7198/7477/11557 7197/7478/11558 7200/7479/11559 +f 7200/7479/11559 7197/7478/11558 7199/7480/11560 +f 7200/7479/11559 7199/7480/11560 6442/6740/10620 +f 6441/6739/10618 6443/6738/10617 7202/7481/11561 +f 7202/7481/11561 6443/6738/10617 7184/7464/11541 +f 7202/7481/11561 7184/7464/11541 7203/7482/11562 +f 7203/7482/11562 7184/7464/11541 7183/6153/11540 +f 7203/7482/11562 7183/6153/11540 7182/7463/11539 +f 7181/7462/11537 6444/6157/10625 7194/7474/11554 +f 7181/7462/11537 7194/7474/11554 7182/7463/11539 +f 7182/7463/11539 7194/7474/11554 7196/7475/11555 +f 7182/7463/11539 7196/7475/11555 7203/7482/11562 +f 7203/7482/11562 7196/7475/11555 7198/7477/11557 +f 7203/7482/11562 7198/7477/11557 7202/7481/11561 +f 7202/7481/11561 7198/7477/11557 7200/7479/11559 +f 7202/7481/11561 7200/7479/11559 6442/6740/10620 +f 7202/7481/11561 6442/6740/10620 6441/6739/10618 +f 6440/6735/10612 6439/6737/10616 7204/7483/11563 +f 7204/7483/11563 6439/6737/10616 7199/7480/11560 +f 7204/7483/11563 7199/7480/11560 7205/7484/11564 +f 7205/7484/11564 7199/7480/11560 7197/7478/11558 +f 7205/7484/11564 7197/7478/11558 7206/7485/11565 +f 7206/7485/11565 7197/7478/11558 7195/7476/11556 +f 7206/7485/11565 7195/7476/11556 7194/7474/11554 +f 7206/7485/11565 7194/7474/11554 6448/6744/10629 +f 6439/6737/10616 6438/6736/10614 7199/7480/11560 +f 7199/7480/11560 6438/6736/10614 6442/6740/10620 +f 6440/6735/10612 7204/7483/11563 7207/7486/11566 +f 7207/7486/11566 7204/7483/11563 7205/7484/11564 +f 7207/7486/11566 7205/7484/11564 7208/7487/11567 +f 7208/7487/11567 7205/7484/11564 7206/7485/11565 +f 7208/7487/11567 7206/7485/11565 7209/7488/11568 +f 7209/7488/11568 7206/7485/11565 6448/6744/10629 +f 6437/6734/10610 6440/6735/10612 7210/7489/11569 +f 7210/7489/11569 6440/6735/10612 7207/7486/11566 +f 7210/7489/11569 7207/7486/11566 7211/7490/11570 +f 7211/7490/11570 7207/7486/11566 7208/7487/11567 +f 7211/7490/11570 7208/7487/11567 7212/7491/11571 +f 7212/7491/11571 7208/7487/11567 7209/7488/11568 +f 7213/7492/11572 6436/6733/10608 6437/6734/10610 +f 7213/7492/11572 6437/6734/10610 7210/7489/11569 +f 7213/7492/11572 7210/7489/11569 7214/7493/11573 +f 7214/7493/11573 7210/7489/11569 7211/7490/11570 +f 7214/7493/11573 7211/7490/11570 7215/7494/11574 +f 7215/7494/11574 7211/7490/11570 7212/7491/11571 +f 7215/7494/11574 7212/7491/11571 7190/7470/11550 +f 7190/7470/11550 7212/7491/11571 7209/7488/11568 +f 7190/7470/11550 7209/7488/11568 6448/6744/10629 +f 6448/6744/10629 6451/6747/10632 7190/7470/11550 +f 7215/7494/11574 7190/7470/11550 7191/7471/11551 +f 7215/7494/11574 7191/7471/11551 7214/7493/11573 +f 7214/7493/11573 7191/7471/11551 7192/7472/11552 +f 7214/7493/11573 7192/7472/11552 7213/7492/11572 +f 7213/7492/11572 7192/7472/11552 7193/7473/11553 +f 7213/7492/11572 7193/7473/11553 6435/6732/10606 +f 7213/7492/11572 6435/6732/10606 6436/6733/10608 +f 7185/7466/11546 5719/5936/11542 6433/6730/10602 +f 7185/7466/11546 6433/6730/10602 7201/7469/11549 +f 6435/6732/10606 7201/7469/11549 6434/6731/10603 +f 7201/7469/11549 6433/6730/10602 6434/6731/10603 +s 39 +f 6614/6918/10867 6616/6920/10869 7376/7495/11575 +f 6619/6923/10872 6621/6926/10875 7368/7496/11576 +f 6628/6932/10881 6629/6934/10883 7360/7497/11577 +f 6631/6936/10885 6632/6937/10886 7359/7498/11578 +f 6661/6966/10915 6663/6968/10917 7247/7499/11579 +f 6689/6994/10943 6690/6996/10945 7332/7500/11580 +f 6692/6998/10947 6664/6969/10918 7329/7501/11581 +f 6695/7000/10949 6697/7003/10952 7323/7502/11582 +f 6699/7005/10954 6700/7006/10955 7321/7503/11583 +f 6543/6846/10795 6545/6848/10797 7234/7504/11584 +f 6582/6887/10836 6584/6889/10838 7219/7505/11585 +f 7217/7506/11586 6029/6263/9918 7216/7507/11587 +f 7217/7506/11586 7216/7507/11587 7218/7508/11588 +f 7218/7508/11588 7216/7507/11587 7219/7505/11585 +f 7218/7508/11588 7219/7505/11585 6590/6895/10844 +f 6114/6353/10008 6111/6350/10005 7220/7509/11589 +f 7220/7509/11589 6111/6350/10005 7221/7510/11590 +f 7220/7509/11589 7221/7510/11590 7222/7511/11591 +f 7222/7511/11591 7221/7510/11590 7223/7512/11592 +f 7222/7511/11591 7223/7512/11592 6576/6881/10830 +f 7225/7513/11593 6107/6346/10001 7224/7514/11594 +f 7225/7513/11593 7224/7514/11594 7226/7515/11595 +f 7225/7513/11593 7226/7515/11595 6568/6871/10820 +f 6104/6343/9998 6102/6340/9995 7228/7516/11596 +f 7228/7516/11596 6102/6340/9995 7227/7517/11597 +f 7228/7516/11596 7227/7517/11597 7229/7518/11598 +f 7229/7518/11598 7227/7517/11597 7230/7519/11599 +f 7229/7518/11598 7230/7519/11599 6559/6861/10810 +f 7232/7520/11600 6098/6336/9991 7231/7521/11601 +f 7232/7520/11600 7231/7521/11601 7233/7522/11602 +f 7233/7522/11602 7231/7521/11601 7234/7504/11584 +f 7233/7522/11602 7234/7504/11584 6549/6851/10800 +f 7236/7523/11603 6050/6286/9941 7235/7524/11604 +f 7236/7523/11603 7235/7524/11604 7237/7525/11605 +f 7236/7523/11603 7237/7525/11605 7238/7526/11606 +f 7238/7526/11606 7237/7525/11605 7239/7527/11607 +f 7238/7526/11606 7239/7527/11607 6687/6992/10941 +f 7241/7528/11608 6088/6326/9981 7240/7529/11609 +f 7241/7528/11608 7240/7529/11609 7242/7530/11610 +f 7242/7530/11610 7240/7529/11609 7243/7531/11611 +f 7242/7530/11610 7243/7531/11611 6679/6983/10932 +f 6085/6324/9979 6084/6322/9977 7244/7532/11612 +f 7244/7532/11612 6084/6322/9977 7245/7533/11613 +f 7244/7532/11612 7245/7533/11613 7246/7534/11614 +f 7246/7534/11614 7245/7533/11613 7247/7499/11579 +f 7246/7534/11614 7247/7499/11579 6669/6973/10922 +f 7248/6320/9975 6079/6316/9971 7249/7535/11615 +f 7248/6320/9975 7249/7535/11615 7250/7536/11616 +f 7250/7536/11616 7249/7535/11615 7251/7537/11617 +f 7250/7536/11616 7251/7537/11617 6655/6960/10909 +f 7253/7538/11618 6076/6313/9968 7252/7539/11619 +f 7253/7538/11618 7252/7539/11619 7254/7540/11620 +f 7254/7540/11620 7252/7539/11619 7255/7541/11621 +f 7254/7540/11620 7255/7541/11621 6646/6950/10899 +f 6038/6272/9927 7256/7542/11622 7257/7543/11623 +f 7257/7543/11623 7256/7542/11622 7258/7544/11624 +f 7257/7543/11623 7258/7544/11624 7259/7545/11625 +f 7259/7545/11625 7258/7544/11624 6609/6914/10863 +f 7259/7545/11625 6609/6914/10863 6611/6916/10865 +f 7256/7542/11622 6038/6272/9927 7260/7546/11626 +f 7256/7542/11622 7260/7546/11626 7258/7544/11624 +f 7258/7544/11624 7260/7546/11626 7261/7547/11627 +f 7258/7544/11624 7261/7547/11627 6609/6914/10863 +f 6609/6914/10863 7261/7547/11627 6605/6910/10859 +f 6609/6914/10863 6605/6910/10859 6607/6912/10861 +f 7262/7548/11628 6604/6908/10857 6605/6910/10859 +f 7262/7548/11628 6605/6910/10859 7261/7547/11627 +f 7262/7548/11628 7261/7547/11627 7263/7549/11629 +f 7263/7549/11629 7261/7547/11627 7260/7546/11626 +f 7263/7549/11629 7260/7546/11626 6036/6270/9925 +f 6036/6270/9925 7260/7546/11626 6038/6272/9927 +f 7263/7549/11629 6036/6270/9925 7264/7550/11630 +f 7263/7549/11629 7264/7550/11630 7265/7551/11631 +f 7263/7549/11629 7265/7551/11631 7262/7548/11628 +f 7262/7548/11628 7265/7551/11631 6601/6905/10854 +f 7262/7548/11628 6601/6905/10854 6604/6908/10857 +f 6598/6903/10852 6601/6905/10854 7266/7552/11632 +f 7266/7552/11632 6601/6905/10854 7265/7551/11631 +f 7266/7552/11632 7265/7551/11631 7267/7553/11633 +f 7267/7553/11633 7265/7551/11631 7264/7550/11630 +f 7267/7553/11633 7264/7550/11630 6033/6267/9922 +f 6033/6267/9922 7264/7550/11630 6036/6270/9925 +f 7267/7553/11633 6033/6267/9922 7268/7554/11634 +f 7267/7553/11633 7268/7554/11634 7266/7552/11632 +f 7266/7552/11632 7268/7554/11634 7269/7555/11635 +f 7266/7552/11632 7269/7555/11635 6598/6903/10852 +f 6598/6903/10852 7269/7555/11635 6594/6899/10848 +f 6598/6903/10852 6594/6899/10848 6596/6901/10850 +f 7270/7556/11636 6593/6897/10846 6594/6899/10848 +f 7270/7556/11636 6594/6899/10848 7269/7555/11635 +f 7270/7556/11636 7269/7555/11635 7271/7557/11637 +f 7271/7557/11637 7269/7555/11635 7268/7554/11634 +f 7271/7557/11637 7268/7554/11634 6029/6263/9918 +f 6029/6263/9918 7268/7554/11634 6033/6267/9922 +f 7271/7557/11637 6029/6263/9918 7217/7506/11586 +f 7271/7557/11637 7217/7506/11586 7218/7508/11588 +f 7271/7557/11637 7218/7508/11588 7270/7556/11636 +f 7270/7556/11636 7218/7508/11588 6590/6895/10844 +f 7270/7556/11636 6590/6895/10844 6593/6897/10846 +f 7219/7505/11585 6584/6889/10838 6590/6895/10844 +f 6029/6263/9918 6114/6353/10008 7216/7507/11587 +f 7216/7507/11587 6114/6353/10008 7272/7558/11638 +f 7216/7507/11587 7272/7558/11638 7273/7559/11639 +f 7216/7507/11587 7273/7559/11639 7219/7505/11585 +f 7219/7505/11585 7273/7559/11639 6580/6885/10834 +f 7219/7505/11585 6580/6885/10834 6582/6887/10836 +f 7274/7560/11640 6579/6883/10832 6580/6885/10834 +f 7274/7560/11640 6580/6885/10834 7273/7559/11639 +f 7274/7560/11640 7273/7559/11639 7275/7561/11641 +f 7275/7561/11641 7273/7559/11639 7272/7558/11638 +f 7275/7561/11641 7272/7558/11638 6114/6353/10008 +f 7275/7561/11641 6114/6353/10008 7220/7509/11589 +f 7275/7561/11641 7220/7509/11589 7222/7511/11591 +f 7275/7561/11641 7222/7511/11591 7274/7560/11640 +f 7274/7560/11640 7222/7511/11591 6576/6881/10830 +f 7274/7560/11640 6576/6881/10830 6579/6883/10832 +f 7223/7512/11592 6573/6877/10826 6576/6881/10830 +f 6111/6350/10005 7276/6348/10003 7221/7510/11590 +f 7221/7510/11590 7276/6348/10003 7277/7562/11642 +f 7221/7510/11590 7277/7562/11642 7223/7512/11592 +f 7223/7512/11592 7277/7562/11642 7278/7563/11643 +f 7223/7512/11592 7278/7563/11643 6570/6875/10824 +f 7223/7512/11592 6570/6875/10824 6573/6877/10826 +f 7279/7564/11644 6569/6873/10822 6570/6875/10824 +f 7279/7564/11644 6570/6875/10824 7278/7563/11643 +f 7279/7564/11644 7278/7563/11643 7280/7565/11645 +f 7280/7565/11645 7278/7563/11643 7277/7562/11642 +f 7280/7565/11645 7277/7562/11642 7276/6348/10003 +f 7276/6348/10003 6107/6346/10001 7280/7565/11645 +f 7280/7565/11645 6107/6346/10001 7225/7513/11593 +f 7280/7565/11645 7225/7513/11593 7279/7564/11644 +f 7279/7564/11644 7225/7513/11593 6568/6871/10820 +f 7279/7564/11644 6568/6871/10820 6569/6873/10822 +f 7226/7515/11595 6566/6868/10817 6568/6871/10820 +f 6107/6346/10001 6104/6343/9998 7281/7566/11646 +f 6107/6346/10001 7281/7566/11646 7224/7514/11594 +f 7224/7514/11594 7281/7566/11646 7282/7567/11647 +f 7224/7514/11594 7282/7567/11647 7226/7515/11595 +f 7226/7515/11595 7282/7567/11647 6563/6866/10815 +f 7226/7515/11595 6563/6866/10815 6566/6868/10817 +f 7283/7568/11648 6562/6864/10813 6563/6866/10815 +f 7283/7568/11648 6563/6866/10815 7282/7567/11647 +f 7283/7568/11648 7282/7567/11647 7284/7569/11649 +f 7284/7569/11649 7282/7567/11647 7281/7566/11646 +f 7284/7569/11649 7281/7566/11646 6104/6343/9998 +f 7284/7569/11649 6104/6343/9998 7228/7516/11596 +f 7284/7569/11649 7228/7516/11596 7229/7518/11598 +f 7284/7569/11649 7229/7518/11598 7283/7568/11648 +f 7283/7568/11648 7229/7518/11598 6559/6861/10810 +f 7283/7568/11648 6559/6861/10810 6562/6864/10813 +f 7230/7519/11599 6556/6859/10808 6559/6861/10810 +f 6554/6857/10806 6556/6859/10808 7230/7519/11599 +f 6554/6857/10806 7230/7519/11599 7285/7570/11650 +f 7285/7570/11650 7230/7519/11599 7286/7571/11651 +f 7286/7571/11651 7230/7519/11599 7227/7517/11597 +f 7286/7571/11651 7227/7517/11597 6102/6340/9995 +f 7287/7572/11652 6552/6854/10803 6554/6857/10806 +f 7287/7572/11652 6554/6857/10806 7285/7570/11650 +f 7287/7572/11652 7285/7570/11650 7288/7573/11653 +f 7288/7573/11653 7285/7570/11650 7286/7571/11651 +f 7288/7573/11653 7286/7571/11651 6098/6336/9991 +f 6098/6336/9991 7286/7571/11651 6102/6340/9995 +f 7288/7573/11653 6098/6336/9991 7232/7520/11600 +f 7288/7573/11653 7232/7520/11600 7233/7522/11602 +f 7288/7573/11653 7233/7522/11602 7287/7572/11652 +f 7287/7572/11652 7233/7522/11602 6549/6851/10800 +f 7287/7572/11652 6549/6851/10800 6552/6854/10803 +f 7234/7504/11584 6545/6848/10797 6549/6851/10800 +f 6541/6844/10793 6543/6846/10795 7234/7504/11584 +f 6541/6844/10793 7234/7504/11584 7289/7574/11654 +f 7289/7574/11654 7234/7504/11584 7231/7521/11601 +f 7289/7574/11654 7231/7521/11601 7290/6333/9988 +f 7290/6333/9988 7231/7521/11601 6098/6336/9991 +f 7291/7575/11655 6513/6814/10763 6541/6844/10793 +f 7291/7575/11655 6541/6844/10793 7289/7574/11654 +f 7291/7575/11655 7289/7574/11654 7292/7576/11656 +f 7292/7576/11656 7289/7574/11654 7290/6333/9988 +f 7292/7576/11656 7290/6333/9988 7293/7577/11657 +f 7290/6333/9988 6093/6331/9986 7293/7577/11657 +f 7293/7577/11657 6093/6331/9986 7294/7578/11658 +f 7293/7577/11657 7294/7578/11658 7292/7576/11656 +f 7292/7576/11656 7294/7578/11658 7295/7579/11659 +f 7292/7576/11656 7295/7579/11659 7291/7575/11655 +f 7291/7575/11655 7295/7579/11659 6510/6812/10761 +f 7291/7575/11655 6510/6812/10761 6513/6814/10763 +f 7294/7578/11658 6093/6331/9986 7296/7580/11660 +f 7294/7578/11658 7296/7580/11660 7295/7579/11659 +f 7295/7579/11659 7296/7580/11660 7297/7581/11661 +f 7295/7579/11659 7297/7581/11661 6510/6812/10761 +f 6510/6812/10761 7297/7581/11661 6539/6840/10789 +f 6535/6838/10787 6539/6840/10789 7297/7581/11661 +f 6535/6838/10787 7297/7581/11661 7298/7582/11662 +f 7298/7582/11662 7297/7581/11661 7296/7580/11660 +f 7298/7582/11662 7296/7580/11660 7299/7583/11663 +f 7299/7583/11663 7296/7580/11660 6093/6331/9986 +f 7299/7583/11663 6093/6331/9986 6069/6306/9961 +f 7300/7584/11664 6534/6836/10785 6535/6838/10787 +f 7300/7584/11664 6535/6838/10787 7298/7582/11662 +f 7300/7584/11664 7298/7582/11662 7301/7585/11665 +f 7301/7585/11665 7298/7582/11662 7299/7583/11663 +f 7301/7585/11665 7299/7583/11663 6069/6306/9961 +f 7301/7585/11665 6069/6306/9961 7302/7586/11666 +f 7301/7585/11665 7302/7586/11666 7300/7584/11664 +f 7300/7584/11664 7302/7586/11666 7303/7587/11667 +f 7300/7584/11664 7303/7587/11667 6534/6836/10785 +f 6534/6836/10785 7303/7587/11667 6531/6833/10782 +f 6069/6306/9961 7304/6302/9957 7302/7586/11666 +f 7302/7586/11666 7304/6302/9957 7305/7588/11668 +f 7302/7586/11666 7305/7588/11668 7303/7587/11667 +f 7303/7587/11667 7305/7588/11668 7306/7589/11669 +f 7303/7587/11667 7306/7589/11669 6531/6833/10782 +f 6531/6833/10782 7306/7589/11669 6528/6831/10780 +f 6526/6829/10778 6528/6831/10780 7306/7589/11669 +f 6526/6829/10778 7306/7589/11669 7307/7590/11670 +f 7307/7590/11670 7306/7589/11669 7305/7588/11668 +f 7307/7590/11670 7305/7588/11668 7308/7591/11671 +f 7308/7591/11671 7305/7588/11668 7304/6302/9957 +f 7309/7592/11672 6524/6826/10775 6526/6829/10778 +f 7309/7592/11672 6526/6829/10778 7307/7590/11670 +f 7309/7592/11672 7307/7590/11670 7310/7593/11673 +f 7310/7593/11673 7307/7590/11670 7308/7591/11671 +f 7310/7593/11673 7308/7591/11671 7304/6302/9957 +f 7304/6302/9957 6064/6300/9955 7310/7593/11673 +f 7310/7593/11673 6064/6300/9955 7311/7594/11674 +f 7310/7593/11673 7311/7594/11674 7312/7595/11675 +f 7310/7593/11673 7312/7595/11675 7309/7592/11672 +f 7309/7592/11672 7312/7595/11675 6521/6824/10773 +f 7309/7592/11672 6521/6824/10773 6524/6826/10775 +f 7311/7594/11674 6064/6300/9955 7313/7596/11676 +f 7311/7594/11674 7313/7596/11676 7312/7595/11675 +f 7312/7595/11675 7313/7596/11676 7314/7597/11677 +f 7312/7595/11675 7314/7597/11677 6521/6824/10773 +f 6521/6824/10773 7314/7597/11677 6517/6820/10769 +f 6521/6824/10773 6517/6820/10769 6519/6822/10771 +f 7315/7598/11678 6516/6818/10767 6517/6820/10769 +f 7315/7598/11678 6517/6820/10769 7314/7597/11677 +f 7315/7598/11678 7314/7597/11677 7316/7599/11679 +f 7316/7599/11679 7314/7597/11677 7313/7596/11676 +f 7316/7599/11679 7313/7596/11676 6062/6298/9953 +f 6062/6298/9953 7313/7596/11676 6064/6300/9955 +f 7316/7599/11679 6062/6298/9953 7317/7600/11680 +f 7316/7599/11679 7317/7600/11680 7318/7601/11681 +f 7316/7599/11679 7318/7601/11681 7315/7598/11678 +f 7315/7598/11678 7318/7601/11681 7319/6816/10765 +f 7315/7598/11678 7319/6816/10765 6516/6818/10767 +f 6062/6298/9953 6059/6295/9950 7317/7600/11680 +f 7317/7600/11680 6059/6295/9950 7320/7602/11682 +f 7317/7600/11680 7320/7602/11682 7318/7601/11681 +f 7318/7601/11681 7320/7602/11682 7321/7503/11583 +f 7318/7601/11681 7321/7503/11583 7319/6816/10765 +f 7319/6816/10765 7321/7503/11583 6700/7006/10955 +f 6059/6295/9950 7322/7603/11683 7320/7602/11682 +f 7320/7602/11682 7322/7603/11683 7323/7502/11582 +f 7320/7602/11682 7323/7502/11582 7321/7503/11583 +f 7321/7503/11583 7323/7502/11582 6699/7005/10954 +f 6699/7005/10954 7323/7502/11582 6697/7003/10952 +f 7324/7604/11684 6695/7000/10949 7323/7502/11582 +f 7324/7604/11684 7323/7502/11582 7325/7605/11685 +f 7325/7605/11685 7323/7502/11582 7326/7606/11686 +f 7326/7606/11686 7323/7502/11582 7322/7603/11683 +f 7326/7606/11686 7322/7603/11683 6055/6292/9947 +f 6055/6292/9947 7322/7603/11683 6059/6295/9950 +f 7326/7606/11686 6055/6292/9947 7327/7607/11687 +f 7326/7606/11686 7327/7607/11687 7325/7605/11685 +f 7325/7605/11685 7327/7607/11687 7328/7608/11688 +f 7325/7605/11685 7328/7608/11688 7324/7604/11684 +f 7324/7604/11684 7328/7608/11688 6666/6971/10920 +f 7324/7604/11684 6666/6971/10920 6695/7000/10949 +f 6664/6969/10918 6666/6971/10920 7329/7501/11581 +f 7329/7501/11581 6666/6971/10920 7328/7608/11688 +f 7329/7501/11581 7328/7608/11688 7330/7609/11689 +f 7330/7609/11689 7328/7608/11688 7327/7607/11687 +f 7330/7609/11689 7327/7607/11687 6055/6292/9947 +f 6055/6292/9947 6053/6289/9944 7330/7609/11689 +f 7330/7609/11689 6053/6289/9944 7331/7610/11690 +f 7330/7609/11689 7331/7610/11690 7329/7501/11581 +f 7329/7501/11581 7331/7610/11690 7332/7500/11580 +f 7329/7501/11581 7332/7500/11580 6692/6998/10947 +f 6692/6998/10947 7332/7500/11580 6690/6996/10945 +f 7333/7611/11691 6689/6994/10943 7332/7500/11580 +f 7333/7611/11691 7332/7500/11580 7334/7612/11692 +f 7334/7612/11692 7332/7500/11580 7331/7610/11690 +f 7334/7612/11692 7331/7610/11690 6053/6289/9944 +f 6053/6289/9944 6050/6286/9941 7334/7612/11692 +f 7334/7612/11692 6050/6286/9941 7236/7523/11603 +f 7334/7612/11692 7236/7523/11603 7238/7526/11606 +f 7334/7612/11692 7238/7526/11606 7333/7611/11691 +f 7333/7611/11691 7238/7526/11606 6687/6992/10941 +f 7333/7611/11691 6687/6992/10941 6689/6994/10943 +f 7239/7527/11607 6685/6989/10938 6687/6992/10941 +f 6050/6286/9941 6092/6330/9985 7235/7524/11604 +f 7235/7524/11604 6092/6330/9985 7335/7613/11693 +f 7235/7524/11604 7335/7613/11693 7237/7525/11605 +f 7237/7525/11605 7335/7613/11693 7336/7614/11694 +f 7237/7525/11605 7336/7614/11694 7239/7527/11607 +f 7239/7527/11607 7336/7614/11694 6682/6987/10936 +f 7239/7527/11607 6682/6987/10936 6685/6989/10938 +f 7337/7615/11695 6681/6985/10934 6682/6987/10936 +f 7337/7615/11695 6682/6987/10936 7336/7614/11694 +f 7337/7615/11695 7336/7614/11694 7338/7616/11696 +f 7338/7616/11696 7336/7614/11694 7335/7613/11693 +f 7338/7616/11696 7335/7613/11693 7339/7617/11697 +f 7339/7617/11697 7335/7613/11693 6092/6330/9985 +f 6092/6330/9985 6088/6326/9981 7339/7617/11697 +f 7339/7617/11697 6088/6326/9981 7241/7528/11608 +f 7339/7617/11697 7241/7528/11608 7338/7616/11696 +f 7338/7616/11696 7241/7528/11608 7242/7530/11610 +f 7338/7616/11696 7242/7530/11610 7337/7615/11695 +f 7337/7615/11695 7242/7530/11610 6679/6983/10932 +f 7337/7615/11695 6679/6983/10932 6681/6985/10934 +f 7243/7531/11611 6676/6981/10930 6679/6983/10932 +f 7240/7529/11609 6088/6326/9981 7340/7618/11698 +f 7240/7529/11609 7340/7618/11698 7341/7619/11699 +f 7240/7529/11609 7341/7619/11699 7243/7531/11611 +f 7243/7531/11611 7341/7619/11699 6674/6979/10928 +f 7243/7531/11611 6674/6979/10928 6676/6981/10930 +f 7342/7620/11700 6672/6976/10925 6674/6979/10928 +f 7342/7620/11700 6674/6979/10928 7341/7619/11699 +f 7342/7620/11700 7341/7619/11699 7343/7621/11701 +f 7343/7621/11701 7341/7619/11699 7340/7618/11698 +f 7343/7621/11701 7340/7618/11698 6085/6324/9979 +f 6085/6324/9979 7340/7618/11698 6088/6326/9981 +f 7343/7621/11701 6085/6324/9979 7244/7532/11612 +f 7343/7621/11701 7244/7532/11612 7246/7534/11614 +f 7343/7621/11701 7246/7534/11614 7342/7620/11700 +f 7342/7620/11700 7246/7534/11614 6669/6973/10922 +f 7342/7620/11700 6669/6973/10922 6672/6976/10925 +f 7247/7499/11579 6663/6968/10917 6669/6973/10922 +f 6084/6322/9977 7344/7622/11702 7245/7533/11613 +f 7245/7533/11613 7344/7622/11702 7345/7623/11703 +f 7245/7533/11613 7345/7623/11703 7247/7499/11579 +f 7247/7499/11579 7345/7623/11703 6659/6964/10913 +f 7247/7499/11579 6659/6964/10913 6661/6966/10915 +f 7346/7624/11704 6658/6962/10911 6659/6964/10913 +f 7346/7624/11704 6659/6964/10913 7345/7623/11703 +f 7346/7624/11704 7345/7623/11703 7347/7625/11705 +f 7347/7625/11705 7345/7623/11703 7344/7622/11702 +f 7347/7625/11705 7344/7622/11702 7248/6320/9975 +f 7248/6320/9975 7344/7622/11702 6084/6322/9977 +f 7347/7625/11705 7248/6320/9975 7250/7536/11616 +f 7347/7625/11705 7250/7536/11616 7346/7624/11704 +f 7346/7624/11704 7250/7536/11616 6655/6960/10909 +f 7346/7624/11704 6655/6960/10909 6658/6962/10911 +f 7251/7537/11617 6653/6957/10906 6655/6960/10909 +f 6650/6955/10904 6653/6957/10906 7251/7537/11617 +f 6650/6955/10904 7251/7537/11617 7348/7626/11706 +f 7348/7626/11706 7251/7537/11617 7249/7535/11615 +f 7348/7626/11706 7249/7535/11615 7349/7627/11707 +f 7349/7627/11707 7249/7535/11615 6079/6316/9971 +f 7350/7628/11708 6649/6953/10902 6650/6955/10904 +f 7350/7628/11708 6650/6955/10904 7348/7626/11706 +f 7350/7628/11708 7348/7626/11706 7351/7629/11709 +f 7351/7629/11709 7348/7626/11706 7349/7627/11707 +f 7351/7629/11709 7349/7627/11707 6079/6316/9971 +f 6079/6316/9971 6076/6313/9968 7351/7629/11709 +f 7351/7629/11709 6076/6313/9968 7253/7538/11618 +f 7351/7629/11709 7253/7538/11618 7254/7540/11620 +f 7351/7629/11709 7254/7540/11620 7350/7628/11708 +f 7350/7628/11708 7254/7540/11620 6646/6950/10899 +f 7350/7628/11708 6646/6950/10899 6649/6953/10902 +f 7255/7541/11621 6643/6947/10896 6646/6950/10899 +f 6640/6945/10894 6643/6947/10896 7255/7541/11621 +f 6640/6945/10894 7255/7541/11621 7352/7630/11710 +f 7352/7630/11710 7255/7541/11621 7252/7539/11619 +f 7352/7630/11710 7252/7539/11619 7353/7631/11711 +f 7353/7631/11711 7252/7539/11619 6073/6311/9966 +f 6073/6311/9966 7252/7539/11619 6076/6313/9968 +f 7354/7632/11712 6639/6943/10892 6640/6945/10894 +f 7354/7632/11712 6640/6945/10894 7352/7630/11710 +f 7354/7632/11712 7352/7630/11710 7355/7633/11713 +f 7355/7633/11713 7352/7630/11710 7353/7631/11711 +f 7355/7633/11713 7353/7631/11711 6073/6311/9966 +f 6073/6311/9966 6071/6309/9964 7355/7633/11713 +f 7355/7633/11713 6071/6309/9964 7356/7634/11714 +f 7355/7633/11713 7356/7634/11714 7357/7635/11715 +f 7355/7633/11713 7357/7635/11715 7354/7632/11712 +f 7354/7632/11712 7357/7635/11715 6636/6941/10890 +f 7354/7632/11712 6636/6941/10890 6639/6943/10892 +f 7356/7634/11714 6071/6309/9964 7358/7636/11716 +f 7356/7634/11714 7358/7636/11716 7357/7635/11715 +f 7357/7635/11715 7358/7636/11716 7359/7498/11578 +f 7357/7635/11715 7359/7498/11578 6636/6941/10890 +f 6636/6941/10890 7359/7498/11578 6634/6939/10888 +f 6634/6939/10888 7359/7498/11578 6632/6937/10886 +f 6629/6934/10883 6631/6936/10885 7360/7497/11577 +f 7360/7497/11577 6631/6936/10885 7359/7498/11578 +f 7360/7497/11577 7359/7498/11578 7358/7636/11716 +f 7360/7497/11577 7358/7636/11716 7361/6283/9938 +f 7361/6283/9938 7358/7636/11716 6071/6309/9964 +f 7362/7637/11717 6628/6932/10881 7360/7497/11577 +f 7362/7637/11717 7360/7497/11577 7363/7638/11718 +f 7363/7638/11718 7360/7497/11577 7364/7639/11719 +f 7364/7639/11719 7360/7497/11577 7361/6283/9938 +f 7361/6283/9938 6047/6281/9936 7364/7639/11719 +f 7364/7639/11719 6047/6281/9936 7365/7640/11720 +f 7364/7639/11719 7365/7640/11720 7363/7638/11718 +f 7363/7638/11718 7365/7640/11720 7366/7641/11721 +f 7363/7638/11718 7366/7641/11721 7362/7637/11717 +f 7362/7637/11717 7366/7641/11721 6625/6930/10879 +f 7362/7637/11717 6625/6930/10879 6628/6932/10881 +f 7365/7640/11720 6047/6281/9936 7367/7642/11722 +f 7365/7640/11720 7367/7642/11722 7366/7641/11721 +f 7366/7641/11721 7367/7642/11722 7368/7496/11576 +f 7366/7641/11721 7368/7496/11576 6625/6930/10879 +f 6625/6930/10879 7368/7496/11576 6624/6929/10878 +f 6624/6929/10878 7368/7496/11576 6621/6926/10875 +f 6619/6923/10872 7368/7496/11576 7369/7643/11723 +f 7369/7643/11723 7368/7496/11576 7367/7642/11722 +f 7369/7643/11723 7367/7642/11722 7370/7644/11724 +f 7370/7644/11724 7367/7642/11722 6045/6279/9934 +f 6045/6279/9934 7367/7642/11722 6047/6281/9936 +f 7371/7645/11725 6588/6892/10841 6619/6923/10872 +f 7371/7645/11725 6619/6923/10872 7369/7643/11723 +f 7371/7645/11725 7369/7643/11723 7372/7646/11726 +f 7372/7646/11726 7369/7643/11723 7370/7644/11724 +f 7372/7646/11726 7370/7644/11724 6045/6279/9934 +f 6045/6279/9934 6042/6276/9931 7372/7646/11726 +f 7372/7646/11726 6042/6276/9931 7373/7647/11727 +f 7372/7646/11726 7373/7647/11727 7374/7648/11728 +f 7372/7646/11726 7374/7648/11728 7371/7645/11725 +f 7371/7645/11725 7374/7648/11728 6585/6890/10839 +f 7371/7645/11725 6585/6890/10839 6588/6892/10841 +f 7373/7647/11727 6042/6276/9931 7375/7649/11729 +f 7373/7647/11727 7375/7649/11729 7374/7648/11728 +f 7374/7648/11728 7375/7649/11729 7376/7495/11575 +f 7374/7648/11728 7376/7495/11575 6585/6890/10839 +f 6585/6890/10839 7376/7495/11575 6616/6920/10869 +f 7377/7650/11730 6614/6918/10867 7376/7495/11575 +f 7377/7650/11730 7376/7495/11575 7378/7651/11731 +f 7378/7651/11731 7376/7495/11575 7375/7649/11729 +f 7375/7649/11729 6042/6276/9931 6038/6272/9927 +f 7375/7649/11729 6038/6272/9927 7378/7651/11731 +f 7378/7651/11731 6038/6272/9927 7257/7543/11623 +f 7378/7651/11731 7257/7543/11623 7377/7650/11730 +f 7377/7650/11730 7257/7543/11623 7259/7545/11625 +f 7377/7650/11730 7259/7545/11625 6614/6918/10867 +f 6614/6918/10867 7259/7545/11625 6611/6916/10865 +f 5827/6049/9704 5826/6048/9703 5829/6050/9705 +f 5824/6044/9699 5830/6046/9701 7448/7652/11732 +f 7448/7652/11732 5830/6046/9701 5829/6050/9705 +f 5826/6048/9703 5733/5952/9607 7405/7653/11733 +f 7405/7653/11733 5733/5952/9607 5737/5956/9611 +f 5725/5945/9600 5727/5944/9599 7404/7654/11734 +f 7404/7654/11734 5727/5944/9599 7403/7655/11735 +f 7403/7655/11735 5727/5944/9599 5721/5940/9595 +f 7403/7655/11735 5721/5940/9595 5831/5939/9594 +f 5831/5939/9594 5839/6052/9707 7402/7656/11736 +f 7402/7656/11736 5839/6052/9707 7401/7657/11737 +f 7401/7657/11737 5839/6052/9707 5838/6058/9713 +f 7401/7657/11737 5838/6058/9713 5835/6055/9710 +f 5718/5934/9589 5720/5937/9592 5840/6059/9714 +f 5835/6055/9710 5833/6054/9709 7400/7658/11738 +f 7400/7658/11738 5833/6054/9709 5840/6059/9714 +f 5716/5933/9588 5711/5927/9582 5715/5932/9587 +f 5707/5923/9578 5708/5925/9580 7433/7659/11739 +f 7433/7659/11739 5708/5925/9580 5843/6063/9718 +f 7433/7659/11739 5843/6063/9718 5846/6065/9720 +f 5697/5911/9566 7426/7660/11740 5856/6076/9731 +f 5852/6072/9727 5859/6079/9734 7428/7661/11741 +f 7428/7661/11741 5859/6079/9734 5858/6078/9733 +f 7428/7661/11741 5858/6078/9733 5856/6076/9731 +f 5697/5911/9566 5700/5915/9570 7426/7660/11740 +f 7426/7660/11740 5700/5915/9570 5703/5917/9572 +f 7426/7660/11740 5703/5917/9572 7397/7662/11742 +f 7397/7662/11742 5703/5917/9572 5701/5918/9573 +f 5686/5901/9556 7379/7663/11743 5687/5902/9557 +f 5693/5908/9563 5692/5907/9562 7396/7664/11744 +f 7396/7664/11744 5692/5907/9562 5687/5902/9557 +f 5686/5901/9556 5860/6080/9735 7379/7663/11743 +f 7379/7663/11743 5860/6080/9735 5861/6081/9736 +f 7379/7663/11743 5861/6081/9736 7425/7665/11745 +f 7425/7665/11745 5861/6081/9736 5788/6009/9664 +f 7425/7665/11745 5788/6009/9664 7424/7666/11746 +f 7424/7666/11746 5788/6009/9664 5795/6011/9666 +f 7424/7666/11746 5795/6011/9666 7395/7667/11747 +f 7395/7667/11747 5795/6011/9666 5794/6016/9671 +f 5794/6016/9671 5793/6015/9670 7394/7668/11748 +f 7394/7668/11748 5793/6015/9670 5682/5895/9550 +f 7394/7668/11748 5682/5895/9550 7393/7669/11749 +f 7393/7669/11749 5682/5895/9550 5685/5899/9554 +f 7393/7669/11749 5685/5899/9554 5678/5890/9545 +f 5678/5890/9545 5785/5893/9548 7392/7670/11750 +f 7392/7670/11750 5785/5893/9548 5784/6006/9661 +f 5778/6001/9656 5780/6003/9658 7391/7671/11751 +f 7391/7671/11751 5780/6003/9658 5781/6004/9659 +f 7391/7671/11751 5781/6004/9659 5796/6017/9672 +f 5807/6028/9683 7380/7672/11752 5801/6022/9677 +f 5807/6028/9683 5806/6027/9682 7380/7672/11752 +f 7380/7672/11752 5806/6027/9682 5804/6025/9680 +f 5804/6025/9680 5771/5994/9649 7390/7673/11753 +f 7390/7673/11753 5771/5994/9649 7389/7674/11754 +f 7389/7674/11754 5771/5994/9649 5775/5998/9653 +f 7389/7674/11754 5775/5998/9653 5767/5989/9644 +f 5767/5989/9644 5763/5984/9639 7416/7675/11755 +f 7416/7675/11755 5763/5984/9639 7415/7676/11756 +f 7415/7676/11756 5763/5984/9639 5765/5986/9641 +f 7415/7676/11756 5765/5986/9641 7414/7677/11757 +f 7414/7677/11757 5765/5986/9641 5759/5981/9636 +f 5810/6031/9686 7381/7678/11758 5808/6029/9684 +f 7414/7677/11757 5759/5981/9636 5758/5980/9635 +f 7414/7677/11757 5758/5980/9635 7413/7679/11759 +f 7413/7679/11759 5758/5980/9635 5757/5979/9634 +f 7413/7679/11759 5757/5979/9634 5808/6029/9684 +f 5818/6039/9694 7382/7680/11760 5815/6037/9692 +f 5810/6031/9686 5812/6033/9688 7381/7678/11758 +f 7381/7678/11758 5812/6033/9688 5816/6035/9690 +f 7381/7678/11758 5816/6035/9690 7387/7681/11761 +f 7387/7681/11761 5816/6035/9690 5815/6037/9692 +f 5818/6039/9694 5817/6038/9693 7382/7680/11760 +f 7382/7680/11760 5817/6038/9693 5753/5974/9629 +f 5755/5976/9631 5749/5966/9621 7386/7682/11762 +f 7386/7682/11762 5749/5966/9621 5746/5969/9624 +f 5746/5969/9624 5739/5959/9614 7385/7683/11763 +f 7385/7683/11763 5739/5959/9614 7384/7684/11764 +f 7384/7684/11764 5739/5959/9614 5741/5962/9617 +f 7384/7684/11764 5741/5962/9617 5819/5963/9618 +f 5819/5963/9618 5821/6041/9696 7383/7685/11765 +f 7383/7685/11765 5821/6041/9696 5822/6042/9697 +f 7383/7685/11765 7407/7686/11766 5819/5963/9618 +f 5819/5963/9618 7407/7686/11766 7384/7684/11764 +f 7385/7683/11763 7408/7687/11767 5746/5969/9624 +f 5746/5969/9624 7408/7687/11767 7386/7682/11762 +f 7386/7682/11762 7454/7688/11768 5755/5976/9631 +f 5755/5976/9631 7454/7688/11768 7409/7689/11769 +f 5755/5976/9631 7409/7689/11769 5753/5974/9629 +f 5753/5974/9629 7409/7689/11769 7410/7690/11770 +f 5753/5974/9629 7410/7690/11770 7382/7680/11760 +f 7382/7680/11760 7410/7690/11770 7411/7691/11771 +f 7382/7680/11760 7411/7691/11771 5815/6037/9692 +f 5815/6037/9692 7411/7691/11771 7387/7681/11761 +f 7387/7681/11761 7412/7692/11772 7381/7678/11758 +f 7381/7678/11758 7412/7692/11772 7388/7693/11773 +f 7381/7678/11758 7388/7693/11773 5808/6029/9684 +f 5808/6029/9684 7388/7693/11773 7413/7679/11759 +f 7416/7675/11755 7417/7694/11774 5767/5989/9644 +f 5767/5989/9644 7417/7694/11774 7389/7674/11754 +f 7390/7673/11753 7418/7695/11775 5804/6025/9680 +f 5804/6025/9680 7418/7695/11775 7419/7696/11776 +f 5804/6025/9680 7419/7696/11776 7380/7672/11752 +f 7380/7672/11752 7419/7696/11776 7420/7697/11777 +f 7380/7672/11752 7420/7697/11777 5801/6022/9677 +f 5801/6022/9677 7420/7697/11777 7461/7698/11778 +f 5801/6022/9677 7461/7698/11778 5803/6024/9679 +f 5803/6024/9679 7461/7698/11778 7462/7699/11779 +f 5803/6024/9679 7462/7699/11779 5799/6020/9675 +f 5799/6020/9675 7462/7699/11779 7463/7700/11780 +f 5799/6020/9675 7463/7700/11780 5796/6017/9672 +f 5796/6017/9672 7463/7700/11780 7391/7671/11751 +f 7391/7671/11751 7465/7701/11781 5778/6001/9656 +f 5778/6001/9656 7465/7701/11781 7466/7702/11782 +f 5778/6001/9656 7466/7702/11782 5784/6006/9661 +f 5784/6006/9661 7466/7702/11782 7392/7670/11750 +f 7392/7670/11750 7421/7703/11783 5678/5890/9545 +f 5678/5890/9545 7421/7703/11783 7393/7669/11749 +f 7394/7668/11748 7423/7704/11784 5794/6016/9671 +f 5794/6016/9671 7423/7704/11784 7395/7667/11747 +f 7425/7665/11745 7471/7705/11785 7379/7663/11743 +f 7379/7663/11743 7471/7705/11785 7472/7706/11786 +f 7379/7663/11743 7472/7706/11786 5687/5902/9557 +f 5687/5902/9557 7472/7706/11786 7396/7664/11744 +f 7396/7664/11744 7474/7707/11787 5693/5908/9563 +f 5693/5908/9563 7474/7707/11787 7475/7708/11788 +f 5693/5908/9563 7475/7708/11788 5701/5918/9573 +f 5701/5918/9573 7475/7708/11788 7397/7662/11742 +f 7426/7660/11740 7427/7709/11789 5856/6076/9731 +f 5856/6076/9731 7427/7709/11789 7428/7661/11741 +f 7428/7661/11741 7429/7710/11790 5852/6072/9727 +f 5852/6072/9727 7429/7710/11790 7430/7711/11791 +f 5852/6072/9727 7430/7711/11791 5850/6070/9725 +f 5850/6070/9725 7430/7711/11791 5848/6068/9723 +f 5848/6068/9723 7432/7712/11792 5846/6065/9720 +f 5846/6065/9720 7432/7712/11792 7433/7659/11739 +f 7433/7659/11739 7434/7713/11793 5707/5923/9578 +f 5707/5923/9578 7434/7713/11793 7435/7714/11794 +f 5707/5923/9578 7435/7714/11794 5704/5920/9575 +f 5704/5920/9575 7435/7714/11794 7436/7715/11795 +f 5704/5920/9575 7436/7715/11795 5711/5927/9582 +f 5711/5927/9582 7436/7715/11795 7437/7716/11796 +f 5711/5927/9582 7437/7716/11796 5715/5932/9587 +f 5715/5932/9587 7437/7716/11796 7438/7717/11797 +f 5715/5932/9587 7438/7717/11797 5713/5929/9584 +f 5713/5929/9584 7438/7717/11797 7398/7718/11798 +f 5713/5929/9584 7398/7718/11798 5720/5937/9592 +f 5720/5937/9592 7398/7718/11798 7399/7719/11799 +f 5720/5937/9592 7399/7719/11799 5840/6059/9714 +f 5840/6059/9714 7399/7719/11799 7400/7658/11738 +f 7400/7658/11738 7441/7720/11800 5835/6055/9710 +f 5835/6055/9710 7441/7720/11800 7401/7657/11737 +f 7402/7656/11736 7443/7721/11801 5831/5939/9594 +f 5831/5939/9594 7443/7721/11801 7403/7655/11735 +f 7404/7654/11734 7444/7722/11802 5725/5945/9600 +f 5725/5945/9600 7444/7722/11802 7445/7723/11803 +f 5725/5945/9600 7445/7723/11803 5736/5957/9612 +f 5736/5957/9612 7445/7723/11803 7446/7724/11804 +f 5736/5957/9612 7446/7724/11804 5737/5956/9611 +f 5737/5956/9611 7446/7724/11804 7405/7653/11733 +f 7405/7653/11733 7447/7725/11805 5826/6048/9703 +f 5826/6048/9703 7447/7725/11805 7406/7726/11806 +f 5826/6048/9703 7406/7726/11806 5829/6050/9705 +f 5829/6050/9705 7406/7726/11806 7448/7652/11732 +f 7448/7652/11732 7449/7727/11807 5824/6044/9699 +f 5824/6044/9699 7449/7727/11807 7450/7728/11808 +f 5824/6044/9699 7450/7728/11808 5822/6042/9697 +f 5822/6042/9697 7450/7728/11808 7383/7685/11765 +f 7450/7728/11808 7451/7729/11809 7383/7685/11765 +f 7383/7685/11765 7451/7729/11809 7407/7686/11766 +f 7407/7686/11766 7452/7730/11810 7384/7684/11764 +f 7384/7684/11764 7452/7730/11810 7487/7731/11811 +f 7384/7684/11764 7487/7731/11811 7385/7683/11763 +f 7385/7683/11763 7487/7731/11811 7408/7687/11767 +f 7408/7687/11767 7453/7732/11812 7386/7682/11762 +f 7386/7682/11762 7453/7732/11812 7454/7688/11768 +f 7411/7691/11771 7457/7733/11813 7387/7681/11761 +f 7387/7681/11761 7457/7733/11813 7412/7692/11772 +f 7412/7692/11772 7458/7734/11814 7388/7693/11773 +f 7388/7693/11773 7458/7734/11814 7413/7679/11759 +f 7417/7694/11774 7459/7735/11815 7389/7674/11754 +f 7389/7674/11754 7459/7735/11815 7460/7736/11816 +f 7389/7674/11754 7460/7736/11816 7390/7673/11753 +f 7390/7673/11753 7460/7736/11816 7418/7695/11775 +f 7463/7700/11780 7464/7737/11817 7391/7671/11751 +f 7391/7671/11751 7464/7737/11817 7465/7701/11781 +f 7466/7702/11782 7467/7738/11818 7392/7670/11750 +f 7392/7670/11750 7467/7738/11818 7421/7703/11783 +f 7421/7703/11783 7499/7739/11819 7393/7669/11749 +f 7393/7669/11749 7499/7739/11819 7422/7740/11820 +f 7393/7669/11749 7422/7740/11820 7394/7668/11748 +f 7394/7668/11748 7422/7740/11820 7423/7704/11784 +f 7423/7704/11784 7470/7741/11821 7395/7667/11747 +f 7395/7667/11747 7470/7741/11821 7424/7666/11746 +f 7472/7706/11786 7473/7742/11822 7396/7664/11744 +f 7396/7664/11744 7473/7742/11822 7474/7707/11787 +f 7475/7708/11788 7476/7743/11823 7397/7662/11742 +f 7397/7662/11742 7476/7743/11823 7426/7660/11740 +f 7430/7711/11791 7431/7744/11824 5848/6068/9723 +f 5848/6068/9723 7431/7744/11824 7432/7712/11792 +f 7438/7717/11797 7477/7745/11825 7398/7718/11798 +f 7398/7718/11798 7477/7745/11825 7439/7746/11826 +f 7398/7718/11798 7439/7746/11826 7399/7719/11799 +f 7399/7719/11799 7439/7746/11826 7440/7747/11827 +f 7399/7719/11799 7440/7747/11827 7400/7658/11738 +f 7400/7658/11738 7440/7747/11827 7441/7720/11800 +f 7441/7720/11800 7479/7748/11828 7401/7657/11737 +f 7401/7657/11737 7479/7748/11828 7442/7749/11829 +f 7401/7657/11737 7442/7749/11829 7402/7656/11736 +f 7402/7656/11736 7442/7749/11829 7443/7721/11801 +f 7443/7721/11801 7481/7750/11830 7403/7655/11735 +f 7403/7655/11735 7481/7750/11830 7482/7751/11831 +f 7403/7655/11735 7482/7751/11831 7404/7654/11734 +f 7404/7654/11734 7482/7751/11831 7444/7722/11802 +f 7446/7724/11804 7484/7752/11832 7405/7653/11733 +f 7405/7653/11733 7484/7752/11832 7447/7725/11805 +f 7447/7725/11805 7485/7753/11833 7406/7726/11806 +f 7406/7726/11806 7485/7753/11833 7448/7652/11732 +f 7451/7729/11809 7486/7754/11834 7407/7686/11766 +f 7407/7686/11766 7486/7754/11834 7452/7730/11810 +f 7487/7731/11811 7488/7755/11835 7408/7687/11767 +f 7408/7687/11767 7488/7755/11835 7453/7732/11812 +f 7454/7688/11768 7489/7756/11836 7409/7689/11769 +f 7409/7689/11769 7489/7756/11836 7455/7757/11837 +f 7409/7689/11769 7455/7757/11837 7410/7690/11770 +f 7410/7690/11770 7455/7757/11837 7456/7758/11838 +f 7410/7690/11770 7456/7758/11838 7411/7691/11771 +f 7411/7691/11771 7456/7758/11838 7457/7733/11813 +f 7457/7733/11813 7531/7759/11839 7412/7692/11772 +f 7412/7692/11772 7531/7759/11839 7458/7734/11814 +f 7458/7734/11814 7490/7760/11840 7413/7679/11759 +f 7413/7679/11759 7490/7760/11840 7491/7761/11841 +f 7413/7679/11759 7491/7761/11841 7414/7677/11757 +f 7414/7677/11757 7491/7761/11841 7492/7762/11842 +f 7414/7677/11757 7492/7762/11842 7415/7676/11756 +f 7415/7676/11756 7492/7762/11842 7493/7763/11843 +f 7415/7676/11756 7493/7763/11843 7416/7675/11755 +f 7416/7675/11755 7493/7763/11843 7494/7764/11844 +f 7416/7675/11755 7494/7764/11844 7417/7694/11774 +f 7417/7694/11774 7494/7764/11844 7459/7735/11815 +f 7460/7736/11816 7495/7765/11845 7418/7695/11775 +f 7418/7695/11775 7495/7765/11845 7496/7766/11846 +f 7418/7695/11775 7496/7766/11846 7419/7696/11776 +f 7419/7696/11776 7496/7766/11846 7497/7767/11847 +f 7419/7696/11776 7497/7767/11847 7420/7697/11777 +f 7420/7697/11777 7497/7767/11847 7461/7698/11778 +f 7467/7738/11818 7498/7768/11848 7421/7703/11783 +f 7421/7703/11783 7498/7768/11848 7499/7739/11819 +f 7499/7739/11819 7468/7769/11849 7422/7740/11820 +f 7422/7740/11820 7468/7769/11849 7469/7770/11850 +f 7422/7740/11820 7469/7770/11850 7423/7704/11784 +f 7423/7704/11784 7469/7770/11850 7470/7741/11821 +f 7470/7741/11821 7545/7771/11851 7424/7666/11746 +f 7424/7666/11746 7545/7771/11851 7500/7772/11852 +f 7424/7666/11746 7500/7772/11852 7425/7665/11745 +f 7425/7665/11745 7500/7772/11852 7471/7705/11785 +f 7476/7743/11823 7501/7773/11853 7426/7660/11740 +f 7426/7660/11740 7501/7773/11853 7502/7774/11854 +f 7426/7660/11740 7502/7774/11854 7427/7709/11789 +f 7427/7709/11789 7502/7774/11854 7503/7775/11855 +f 7427/7709/11789 7503/7775/11855 7428/7661/11741 +f 7428/7661/11741 7503/7775/11855 7504/7776/11856 +f 7428/7661/11741 7504/7776/11856 7429/7710/11790 +f 7429/7710/11790 7504/7776/11856 7552/7777/11857 +f 7429/7710/11790 7552/7777/11857 7430/7711/11791 +f 7430/7711/11791 7552/7777/11857 7553/7778/11858 +f 7430/7711/11791 7553/7778/11858 7431/7744/11824 +f 7431/7744/11824 7553/7778/11858 7505/7779/11859 +f 7431/7744/11824 7505/7779/11859 7432/7712/11792 +f 7432/7712/11792 7505/7779/11859 7506/7780/11860 +f 7432/7712/11792 7506/7780/11860 7433/7659/11739 +f 7433/7659/11739 7506/7780/11860 7507/7781/11861 +f 7433/7659/11739 7507/7781/11861 7434/7713/11793 +f 7434/7713/11793 7507/7781/11861 7508/7782/11862 +f 7434/7713/11793 7508/7782/11862 7435/7714/11794 +f 7435/7714/11794 7508/7782/11862 7509/7783/11863 +f 7435/7714/11794 7509/7783/11863 7436/7715/11795 +f 7436/7715/11795 7509/7783/11863 7510/7784/11864 +f 7436/7715/11795 7510/7784/11864 7437/7716/11796 +f 7437/7716/11796 7510/7784/11864 7511/7785/11865 +f 7437/7716/11796 7511/7785/11865 7438/7717/11797 +f 7438/7717/11797 7511/7785/11865 7477/7745/11825 +f 7477/7745/11825 7512/7786/11866 7439/7746/11826 +f 7439/7746/11826 7512/7786/11866 7513/7787/11867 +f 7439/7746/11826 7513/7787/11867 7440/7747/11827 +f 7440/7747/11827 7513/7787/11867 7478/7788/11868 +f 7440/7747/11827 7478/7788/11868 7441/7720/11800 +f 7441/7720/11800 7478/7788/11868 7479/7748/11828 +f 7479/7748/11828 7514/7789/11869 7442/7749/11829 +f 7442/7749/11829 7514/7789/11869 7480/7790/11870 +f 7442/7749/11829 7480/7790/11870 7443/7721/11801 +f 7443/7721/11801 7480/7790/11870 7481/7750/11830 +f 7482/7751/11831 7517/7791/11871 7444/7722/11802 +f 7444/7722/11802 7517/7791/11871 7518/7792/11872 +f 7444/7722/11802 7518/7792/11872 7445/7723/11803 +f 7445/7723/11803 7518/7792/11872 7483/7793/11873 +f 7445/7723/11803 7483/7793/11873 7446/7724/11804 +f 7446/7724/11804 7483/7793/11873 7484/7752/11832 +f 7484/7752/11832 7520/7794/11874 7447/7725/11805 +f 7447/7725/11805 7520/7794/11874 7485/7753/11833 +f 7485/7753/11833 7521/7795/11875 7448/7652/11732 +f 7448/7652/11732 7521/7795/11875 7522/7796/11876 +f 7448/7652/11732 7522/7796/11876 7449/7727/11807 +f 7449/7727/11807 7522/7796/11876 7523/7797/11877 +f 7449/7727/11807 7523/7797/11877 7450/7728/11808 +f 7450/7728/11808 7523/7797/11877 7451/7729/11809 +f 7523/7797/11877 7524/7798/11878 7451/7729/11809 +f 7451/7729/11809 7524/7798/11878 7486/7754/11834 +f 7486/7754/11834 7525/7799/11879 7452/7730/11810 +f 7452/7730/11810 7525/7799/11879 7487/7731/11811 +f 7488/7755/11835 7526/7800/11880 7453/7732/11812 +f 7453/7732/11812 7526/7800/11880 7527/7801/11881 +f 7453/7732/11812 7527/7801/11881 7454/7688/11768 +f 7454/7688/11768 7527/7801/11881 7489/7756/11836 +f 7489/7756/11836 7528/7802/11882 7455/7757/11837 +f 7455/7757/11837 7528/7802/11882 7529/7803/11883 +f 7455/7757/11837 7529/7803/11883 7456/7758/11838 +f 7456/7758/11838 7529/7803/11883 7530/7804/11884 +f 7456/7758/11838 7530/7804/11884 7457/7733/11813 +f 7457/7733/11813 7530/7804/11884 7531/7759/11839 +f 7531/7759/11839 7532/7805/11885 7458/7734/11814 +f 7458/7734/11814 7532/7805/11885 7490/7760/11840 +f 7494/7764/11844 7533/7806/11886 7459/7735/11815 +f 7459/7735/11815 7533/7806/11886 7534/7807/11887 +f 7459/7735/11815 7534/7807/11887 7460/7736/11816 +f 7460/7736/11816 7534/7807/11887 7495/7765/11845 +f 7497/7767/11847 7535/7808/11888 7461/7698/11778 +f 7461/7698/11778 7535/7808/11888 7536/7809/11889 +f 7461/7698/11778 7536/7809/11889 7462/7699/11890 +f 7462/7699/11890 7536/7809/11889 7537/7810/11891 +f 7462/7699/11890 7537/7810/11891 7463/7700/11780 +f 7463/7700/11780 7537/7810/11891 7538/7811/11892 +f 7463/7700/11780 7538/7811/11892 7464/7737/11817 +f 7464/7737/11817 7538/7811/11892 7539/7812/11893 +f 7464/7737/11817 7539/7812/11893 7465/7701/11781 +f 7465/7701/11781 7539/7812/11893 7540/7813/11894 +f 7465/7701/11781 7540/7813/11894 7466/7702/11782 +f 7466/7702/11782 7540/7813/11894 7541/7814/11895 +f 7466/7702/11782 7541/7814/11895 7467/7738/11818 +f 7467/7738/11818 7541/7814/11895 7498/7768/11848 +f 7499/7739/11819 7542/7815/11896 7468/7769/11849 +f 7468/7769/11849 7542/7815/11896 7543/7816/11897 +f 7468/7769/11849 7543/7816/11897 7469/7770/11850 +f 7469/7770/11850 7543/7816/11897 7544/7817/11898 +f 7469/7770/11850 7544/7817/11898 7470/7741/11821 +f 7470/7741/11821 7544/7817/11898 7545/7771/11851 +f 7500/7772/11852 7546/7818/11899 7471/7705/11785 +f 7471/7705/11785 7546/7818/11899 7547/7819/11900 +f 7471/7705/11785 7547/7819/11900 7472/7706/11786 +f 7472/7706/11786 7547/7819/11900 7548/7820/11901 +f 7472/7706/11786 7548/7820/11901 7473/7742/11822 +f 7473/7742/11822 7548/7820/11901 7549/7821/11902 +f 7473/7742/11822 7549/7821/11902 7474/7707/11787 +f 7474/7707/11787 7549/7821/11902 7550/7822/11903 +f 7474/7707/11787 7550/7822/11903 7475/7708/11788 +f 7475/7708/11788 7550/7822/11903 7551/7823/11904 +f 7475/7708/11788 7551/7823/11904 7476/7743/11823 +f 7476/7743/11823 7551/7823/11904 7501/7773/11853 +f 7511/7785/11865 7556/7824/11905 7477/7745/11825 +f 7477/7745/11825 7556/7824/11905 7512/7786/11866 +f 7513/7787/11867 7557/7825/11906 7478/7788/11868 +f 7478/7788/11868 7557/7825/11906 7558/7826/11907 +f 7478/7788/11868 7558/7826/11907 7479/7748/11828 +f 7479/7748/11828 7558/7826/11907 7514/7789/11869 +f 7514/7789/11869 7560/7827/11908 7480/7790/11870 +f 7480/7790/11870 7560/7827/11908 7515/7828/11909 +f 7480/7790/11870 7515/7828/11909 7481/7750/11830 +f 7481/7750/11830 7515/7828/11909 7516/7829/11910 +f 7481/7750/11830 7516/7829/11910 7482/7751/11831 +f 7482/7751/11831 7516/7829/11910 7517/7791/11871 +f 7518/7792/11872 7563/7830/11911 7483/7793/11873 +f 7483/7793/11873 7563/7830/11911 7519/7831/11912 +f 7483/7793/11873 7519/7831/11912 7484/7752/11832 +f 7484/7752/11832 7519/7831/11912 7520/7794/11874 +f 7520/7794/11874 7565/7832/11913 7485/7753/11833 +f 7485/7753/11833 7565/7832/11913 7521/7795/11875 +f 7524/7798/11878 7566/7833/11914 7486/7754/11834 +f 7486/7754/11834 7566/7833/11914 7525/7799/11879 +f 7525/7799/11879 7567/7834/11915 7487/7731/11811 +f 7487/7731/11811 7567/7834/11915 7596/7835/11916 +f 7487/7731/11811 7596/7835/11916 7488/7755/11835 +f 7488/7755/11835 7596/7835/11916 7526/7800/11880 +f 7527/7801/11881 7599/7836/11917 7489/7756/11836 +f 7489/7756/11836 7599/7836/11917 7528/7802/11882 +f 7532/7805/11885 7568/7837/11918 7490/7760/11840 +f 7490/7760/11840 7568/7837/11918 7569/7838/11919 +f 7490/7760/11840 7569/7838/11919 7491/7761/11841 +f 7491/7761/11841 7569/7838/11919 7570/7839/11920 +f 7491/7761/11841 7570/7839/11920 7492/7762/11842 +f 7492/7762/11842 7570/7839/11920 7571/7840/11921 +f 7492/7762/11842 7571/7840/11921 7493/7763/11843 +f 7493/7763/11843 7571/7840/11921 7572/7841/11922 +f 7493/7763/11843 7572/7841/11922 7494/7764/11844 +f 7494/7764/11844 7572/7841/11922 7533/7806/11886 +f 7534/7807/11887 7573/7842/11923 7495/7765/11845 +f 7495/7765/11845 7573/7842/11923 7574/7843/11924 +f 7495/7765/11845 7574/7843/11924 7496/7766/11846 +f 7496/7766/11846 7574/7843/11924 7575/7844/11925 +f 7496/7766/11846 7575/7844/11925 7497/7767/11847 +f 7497/7767/11847 7575/7844/11925 7535/7808/11888 +f 7541/7814/11895 7576/7845/11926 7498/7768/11848 +f 7498/7768/11848 7576/7845/11926 7612/7846/11927 +f 7498/7768/11848 7612/7846/11927 7499/7739/11819 +f 7499/7739/11819 7612/7846/11927 7542/7815/11896 +f 7545/7771/11851 7577/7847/11928 7500/7772/11852 +f 7500/7772/11852 7577/7847/11928 7546/7818/11899 +f 7551/7823/11904 7578/7848/11929 7501/7773/11853 +f 7501/7773/11853 7578/7848/11929 7623/7849/11930 +f 7501/7773/11853 7623/7849/11930 7502/7774/11854 +f 7502/7774/11854 7623/7849/11930 7579/7850/11931 +f 7502/7774/11854 7579/7850/11931 7503/7775/11855 +f 7503/7775/11855 7579/7850/11931 7580/7851/11932 +f 7503/7775/11855 7580/7851/11932 7504/7776/11856 +f 7504/7776/11856 7580/7851/11932 7552/7777/11857 +f 7553/7778/11858 7581/7852/11933 7505/7779/11859 +f 7505/7779/11859 7581/7852/11933 7582/7853/11934 +f 7505/7779/11859 7582/7853/11934 7506/7780/11860 +f 7506/7780/11860 7582/7853/11934 7583/7854/11935 +f 7506/7780/11860 7583/7854/11935 7507/7781/11861 +f 7507/7781/11861 7583/7854/11935 7584/7855/11936 +f 7507/7781/11861 7584/7855/11936 7508/7782/11862 +f 7508/7782/11862 7584/7855/11936 7585/7856/11937 +f 7508/7782/11862 7585/7856/11937 7509/7783/11863 +f 7509/7783/11863 7585/7856/11937 7554/7857/11938 +f 7509/7783/11863 7554/7857/11938 7510/7784/11864 +f 7510/7784/11864 7554/7857/11938 7555/7858/11939 +f 7510/7784/11864 7555/7858/11939 7511/7785/11865 +f 7511/7785/11865 7555/7858/11939 7556/7824/11905 +f 7556/7824/11905 7628/7859/11940 7512/7786/11866 +f 7512/7786/11866 7628/7859/11940 7629/7860/11941 +f 7512/7786/11866 7629/7860/11941 7513/7787/11867 +f 7513/7787/11867 7629/7860/11941 7557/7825/11906 +f 7558/7826/11907 7559/7861/11942 7514/7789/11869 +f 7514/7789/11869 7559/7861/11942 7560/7827/11908 +f 7560/7827/11908 7586/7862/11943 7515/7828/11909 +f 7515/7828/11909 7586/7862/11943 7561/7863/11944 +f 7515/7828/11909 7561/7863/11944 7516/7829/11910 +f 7516/7829/11910 7561/7863/11944 7562/7864/11945 +f 7516/7829/11910 7562/7864/11945 7517/7791/11871 +f 7517/7791/11871 7562/7864/11945 7588/7865/11946 +f 7517/7791/11871 7588/7865/11946 7518/7792/11872 +f 7518/7792/11872 7588/7865/11946 7563/7830/11911 +f 7563/7830/11911 7589/7866/11947 7519/7831/11912 +f 7519/7831/11912 7589/7866/11947 7564/7867/11948 +f 7519/7831/11912 7564/7867/11948 7520/7794/11874 +f 7520/7794/11874 7564/7867/11948 7565/7832/11913 +f 7565/7832/11913 7591/7868/11949 7521/7795/11875 +f 7521/7795/11875 7591/7868/11949 7592/7869/11950 +f 7521/7795/11875 7592/7869/11950 7522/7796/11876 +f 7522/7796/11876 7592/7869/11950 7593/7870/11951 +f 7522/7796/11876 7593/7870/11951 7523/7797/11877 +f 7523/7797/11877 7593/7870/11951 7524/7798/11878 +f 7593/7870/11951 7594/7871/11952 7524/7798/11878 +f 7524/7798/11878 7594/7871/11952 7566/7833/11914 +f 7566/7833/11914 7595/7872/11953 7525/7799/11879 +f 7525/7799/11879 7595/7872/11953 7567/7834/11915 +f 7596/7835/11916 7597/7873/11954 7526/7800/11880 +f 7526/7800/11880 7597/7873/11954 7598/7874/11955 +f 7526/7800/11880 7598/7874/11955 7527/7801/11881 +f 7527/7801/11881 7598/7874/11955 7599/7836/11917 +f 7599/7836/11917 7600/7875/11956 7528/7802/11882 +f 7528/7802/11882 7600/7875/11956 7601/7876/11957 +f 7528/7802/11882 7601/7876/11957 7529/7803/11883 +f 7529/7803/11883 7601/7876/11957 7602/7877/11958 +f 7529/7803/11883 7602/7877/11958 7530/7804/11884 +f 7530/7804/11884 7602/7877/11958 7603/7878/11959 +f 7530/7804/11884 7603/7878/11959 7531/7759/11839 +f 7531/7759/11839 7603/7878/11959 7604/7879/11960 +f 7531/7759/11839 7604/7879/11960 7532/7805/11885 +f 7532/7805/11885 7604/7879/11960 7568/7837/11918 +f 7572/7841/11922 7605/7880/11961 7533/7806/11886 +f 7533/7806/11886 7605/7880/11961 7606/7881/11962 +f 7533/7806/11886 7606/7881/11962 7534/7807/11887 +f 7534/7807/11887 7606/7881/11962 7573/7842/11923 +f 7575/7844/11925 7643/7882/11963 7535/7808/11888 +f 7535/7808/11888 7643/7882/11963 7607/7883/11964 +f 7535/7808/11888 7607/7883/11964 7536/7809/11889 +f 7536/7809/11889 7607/7883/11964 7608/7884/11965 +f 7536/7809/11889 7608/7884/11965 7537/7810/11891 +f 7537/7810/11891 7608/7884/11965 7609/7885/11966 +f 7537/7810/11891 7609/7885/11966 7538/7811/11892 +f 7538/7811/11892 7609/7885/11966 7644/7886/11967 +f 7538/7811/11892 7644/7886/11967 7539/7812/11893 +f 7539/7812/11893 7644/7886/11967 7610/7887/11968 +f 7539/7812/11893 7610/7887/11968 7540/7813/11894 +f 7540/7813/11894 7610/7887/11968 7611/7888/11969 +f 7540/7813/11894 7611/7888/11969 7541/7814/11895 +f 7541/7814/11895 7611/7888/11969 7576/7845/11926 +f 7612/7846/11927 7613/7889/11970 7542/7815/11896 +f 7542/7815/11896 7613/7889/11970 7614/7890/11971 +f 7542/7815/11896 7614/7890/11971 7543/7816/11897 +f 7543/7816/11897 7614/7890/11971 7615/7891/11972 +f 7543/7816/11897 7615/7891/11972 7544/7817/11898 +f 7544/7817/11898 7615/7891/11972 7616/7892/11973 +f 7544/7817/11898 7616/7892/11973 7545/7771/11851 +f 7545/7771/11851 7616/7892/11973 7577/7847/11928 +f 7577/7847/11928 7617/7893/11974 7546/7818/11899 +f 7546/7818/11899 7617/7893/11974 7618/7894/11975 +f 7546/7818/11899 7618/7894/11975 7547/7819/11900 +f 7547/7819/11900 7618/7894/11975 7619/7895/11976 +f 7547/7819/11900 7619/7895/11976 7548/7820/11901 +f 7548/7820/11901 7619/7895/11976 7620/7896/11977 +f 7548/7820/11901 7620/7896/11977 7549/7821/11902 +f 7549/7821/11902 7620/7896/11977 7621/7897/11978 +f 7549/7821/11902 7621/7897/11978 7550/7822/11903 +f 7550/7822/11903 7621/7897/11978 7622/7898/11979 +f 7550/7822/11903 7622/7898/11979 7551/7823/11904 +f 7551/7823/11904 7622/7898/11979 7578/7848/11929 +f 7580/7851/11932 7648/7899/11980 7552/7777/11857 +f 7552/7777/11857 7648/7899/11980 7624/7900/11981 +f 7552/7777/11857 7624/7900/11981 7553/7778/11858 +f 7553/7778/11858 7624/7900/11981 7581/7852/11933 +f 7585/7856/11937 7625/7901/11982 7554/7857/11938 +f 7554/7857/11938 7625/7901/11982 7626/7902/11983 +f 7554/7857/11938 7626/7902/11983 7555/7858/11939 +f 7555/7858/11939 7626/7902/11983 7627/7903/11984 +f 7555/7858/11939 7627/7903/11984 7556/7824/11905 +f 7556/7824/11905 7627/7903/11984 7628/7859/11940 +f 7629/7860/11941 7630/7904/11985 7557/7825/11906 +f 7557/7825/11906 7630/7904/11985 7631/7905/11986 +f 7557/7825/11906 7631/7905/11986 7558/7826/11907 +f 7558/7826/11907 7631/7905/11986 7632/7906/11987 +f 7558/7826/11907 7632/7906/11987 7559/7861/11942 +f 7559/7861/11942 7632/7906/11987 7633/7907/11988 +f 7559/7861/11942 7633/7907/11988 7560/7827/11908 +f 7560/7827/11908 7633/7907/11988 7586/7862/11943 +f 7586/7862/11943 7634/7908/11989 7561/7863/11944 +f 7561/7863/11944 7634/7908/11989 7587/7909/11990 +f 7561/7863/11944 7587/7909/11990 7562/7864/11945 +f 7562/7864/11945 7587/7909/11990 7588/7865/11946 +f 7588/7865/11946 7636/7910/11991 7563/7830/11911 +f 7563/7830/11911 7636/7910/11991 7589/7866/11947 +f 7589/7866/11947 7637/7911/11992 7564/7867/11948 +f 7564/7867/11948 7637/7911/11992 7590/7912/11993 +f 7564/7867/11948 7590/7912/11993 7565/7832/11913 +f 7565/7832/11913 7590/7912/11993 7591/7868/11949 +f 7594/7871/11952 7639/7913/11994 7566/7833/11914 +f 7566/7833/11914 7639/7913/11994 7595/7872/11953 +f 7595/7872/11953 6044/6278/9933 7567/7834/11915 +f 7567/7834/11915 6044/6278/9933 7596/7835/11916 +f 7604/7879/11960 6077/6314/9969 7568/7837/11918 +f 7568/7837/11918 6077/6314/9969 6078/6315/9970 +f 7568/7837/11918 6078/6315/9970 7569/7838/11919 +f 7569/7838/11919 6078/6315/9970 6080/6317/9972 +f 7569/7838/11919 6080/6317/9972 7570/7839/11920 +f 7570/7839/11920 6080/6317/9972 6081/6318/9973 +f 7570/7839/11920 6081/6318/9973 7571/7840/11921 +f 7571/7840/11921 6081/6318/9973 6082/6319/9974 +f 7571/7840/11921 6082/6319/9974 7572/7841/11922 +f 7572/7841/11922 6082/6319/9974 7605/7880/11961 +f 7606/7881/11962 7640/7914/11995 7573/7842/11923 +f 7573/7842/11923 7640/7914/11995 7641/7915/11996 +f 7573/7842/11923 7641/7915/11996 7574/7843/11924 +f 7574/7843/11924 7641/7915/11996 7642/7916/11997 +f 7574/7843/11924 7642/7916/11997 7575/7844/11925 +f 7575/7844/11925 7642/7916/11997 7643/7882/11963 +f 7611/7888/11969 6054/6290/9945 7576/7845/11926 +f 7576/7845/11926 6054/6290/9945 7612/7846/11927 +f 7616/7892/11973 6061/6297/9952 7577/7847/11928 +f 7577/7847/11928 6061/6297/9952 7617/7893/11974 +f 7622/7898/11979 7645/7917/11998 7578/7848/11929 +f 7578/7848/11929 7645/7917/11998 7623/7849/11930 +f 7623/7849/11930 7646/7918/11999 7579/7850/11931 +f 7579/7850/11931 7646/7918/11999 7647/7919/12000 +f 7579/7850/11931 7647/7919/12000 7580/7851/11932 +f 7580/7851/11932 7647/7919/12000 7648/7899/11980 +f 7624/7900/11981 6097/6335/9990 7581/7852/11933 +f 7581/7852/11933 6097/6335/9990 6099/6337/9992 +f 7581/7852/11933 6099/6337/9992 7582/7853/11934 +f 7582/7853/11934 6099/6337/9992 6100/6338/9993 +f 7582/7853/11934 6100/6338/9993 7583/7854/11935 +f 7583/7854/11935 6100/6338/9993 6101/6339/9994 +f 7583/7854/11935 6101/6339/9994 7584/7855/11936 +f 7584/7855/11936 6101/6339/9994 6103/6341/9996 +f 7584/7855/11936 6103/6341/9996 7585/7856/11937 +f 7585/7856/11937 6103/6341/9996 7625/7901/11982 +f 7633/7907/11988 6028/6262/9917 7586/7862/11943 +f 7586/7862/11943 6028/6262/9917 7634/7908/11989 +f 7634/7908/11989 7649/7920/12001 7587/7909/11990 +f 7587/7909/11990 7649/7920/12001 7635/7921/12002 +f 7587/7909/11990 7635/7921/12002 7588/7865/11946 +f 7588/7865/11946 7635/7921/12002 7636/7910/11991 +f 7636/7910/11991 6034/6268/9923 7589/7866/11947 +f 7589/7866/11947 6034/6268/9923 7637/7911/11992 +f 7637/7911/11992 7650/7922/12003 7590/7912/11993 +f 7590/7912/11993 7650/7922/12003 7638/7923/12004 +f 7590/7912/11993 7638/7923/12004 7591/7868/11949 +f 7591/7868/11949 7638/7923/12004 6039/6273/9928 +f 7591/7868/11949 6039/6273/9928 7592/7869/11950 +f 7592/7869/11950 6039/6273/9928 6040/6274/9929 +f 7592/7869/11950 6040/6274/9929 7593/7870/11951 +f 7593/7870/11951 6040/6274/9929 7594/7871/11952 +f 6040/6274/9929 6041/6275/9930 7594/7871/11952 +f 7594/7871/11952 6041/6275/9930 7639/7913/11994 +f 7639/7913/11994 6043/6277/9932 7595/7872/11953 +f 7595/7872/11953 6043/6277/9932 6044/6278/9933 +f 6044/6278/9933 6046/6280/9935 7596/7835/11916 +f 7596/7835/11916 6046/6280/9935 7597/7873/11954 +f 7597/7873/11954 6046/6280/9935 6048/6282/9937 +f 7597/7873/11954 6048/6282/9937 7598/7874/11955 +f 7598/7874/11955 6048/6282/9937 7599/7836/11917 +f 7599/7836/11917 6048/6282/9937 6072/6284/9939 +f 7599/7836/11917 6072/6284/9939 7600/7875/11956 +f 7600/7875/11956 6072/6284/9939 7601/7876/11957 +f 7601/7876/11957 6072/6284/9939 6074/6310/9965 +f 7601/7876/11957 6074/6310/9965 7602/7877/11958 +f 7602/7877/11958 6074/6310/9965 7603/7878/11959 +f 7603/7878/11959 6074/6310/9965 6075/6312/9967 +f 7603/7878/11959 6075/6312/9967 7604/7879/11960 +f 7604/7879/11960 6075/6312/9967 6077/6314/9969 +f 6082/6319/9974 6083/6321/9976 7605/7880/11961 +f 7605/7880/11961 6083/6321/9976 7606/7881/11962 +f 7606/7881/11962 6083/6321/9976 7640/7914/11995 +f 7643/7882/11963 6089/6327/9982 7607/7883/11964 +f 7607/7883/11964 6089/6327/9982 6090/6328/9983 +f 7607/7883/11964 6090/6328/9983 7608/7884/11965 +f 7608/7884/11965 6090/6328/9983 6091/6329/9984 +f 7608/7884/11965 6091/6329/9984 7609/7885/11966 +f 7609/7885/11966 6091/6329/9984 7644/7886/11967 +f 7644/7886/11967 6051/6287/9942 7610/7887/11968 +f 7610/7887/11968 6051/6287/9942 6052/6288/9943 +f 7610/7887/11968 6052/6288/9943 7611/7888/11969 +f 7611/7888/11969 6052/6288/9943 6054/6290/9945 +f 6054/6290/9945 6056/6291/9946 7612/7846/11927 +f 7612/7846/11927 6056/6291/9946 7613/7889/11970 +f 7613/7889/11970 6056/6291/9946 6057/6293/9948 +f 7613/7889/11970 6057/6293/9948 7614/7890/11971 +f 7614/7890/11971 6057/6293/9948 6058/6294/9949 +f 7614/7890/11971 6058/6294/9949 7615/7891/11972 +f 7615/7891/11972 6058/6294/9949 6060/6296/9951 +f 7615/7891/11972 6060/6296/9951 7616/7892/11973 +f 7616/7892/11973 6060/6296/9951 6061/6297/9952 +f 6061/6297/9952 6063/6299/9954 7617/7893/11974 +f 7617/7893/11974 6063/6299/9954 7618/7894/11975 +f 7618/7894/11975 6063/6299/9954 6065/6301/9956 +f 7618/7894/11975 6065/6301/9956 7619/7895/11976 +f 7619/7895/11976 6065/6301/9956 7620/7896/11977 +f 7620/7896/11977 6065/6301/9956 6066/6303/9958 +f 7620/7896/11977 6066/6303/9958 7621/7897/11978 +f 7621/7897/11978 6066/6303/9958 6067/6304/9959 +f 7621/7897/11978 6067/6304/9959 7622/7898/11979 +f 7622/7898/11979 6067/6304/9959 7645/7917/11998 +f 7645/7917/11998 6070/6307/9962 7623/7849/11930 +f 7623/7849/11930 6070/6307/9962 7646/7918/11999 +f 7648/7899/11980 6096/6334/9989 7624/7900/11981 +f 7624/7900/11981 6096/6334/9989 6097/6335/9990 +f 6103/6341/9996 6105/6342/9997 7625/7901/11982 +f 7625/7901/11982 6105/6342/9997 7626/7902/11983 +f 7626/7902/11983 6105/6342/9997 6106/6344/9999 +f 7626/7902/11983 6106/6344/9999 7627/7903/11984 +f 7627/7903/11984 6106/6344/9999 6108/6345/10000 +f 7627/7903/11984 6108/6345/10000 7628/7859/11940 +f 7628/7859/11940 6108/6345/10000 7629/7860/11941 +f 7629/7860/11941 6108/6345/10000 6109/6347/10002 +f 7629/7860/11941 6109/6347/10002 7630/7904/11985 +f 7630/7904/11985 6109/6347/10002 6110/6349/10004 +f 7630/7904/11985 6110/6349/10004 7631/7905/11986 +f 7631/7905/11986 6110/6349/10004 6112/6351/10006 +f 7631/7905/11986 6112/6351/10006 7632/7906/11987 +f 7632/7906/11987 6112/6351/10006 6113/6352/10007 +f 7632/7906/11987 6113/6352/10007 7633/7907/11988 +f 7633/7907/11988 6113/6352/10007 6115/6354/10009 +f 7633/7907/11988 6115/6354/10009 6028/6262/9917 +f 7634/7908/11989 6028/6262/9917 7649/7920/12001 +f 7649/7920/12001 6031/6265/9920 7635/7921/12002 +f 7635/7921/12002 6031/6265/9920 6032/6266/9921 +f 7635/7921/12002 6032/6266/9921 7636/7910/11991 +f 7636/7910/11991 6032/6266/9921 6034/6268/9923 +f 6034/6268/9923 6035/6269/9924 7637/7911/11992 +f 7637/7911/11992 6035/6269/9924 7650/7922/12003 +f 7650/7922/12003 6037/6271/9926 7638/7923/12004 +f 7638/7923/12004 6037/6271/9926 6039/6273/9928 +f 7639/7913/11994 6041/6275/9930 6043/6277/9932 +f 6083/6321/9976 6086/6323/9978 7640/7914/11995 +f 7640/7914/11995 6086/6323/9978 7641/7915/11996 +f 7641/7915/11996 6086/6323/9978 7642/7916/11997 +f 7642/7916/11997 6086/6323/9978 6087/6325/9980 +f 7642/7916/11997 6087/6325/9980 7643/7882/11963 +f 7643/7882/11963 6087/6325/9980 6089/6327/9982 +f 6091/6329/9984 6049/6285/9940 7644/7886/11967 +f 7644/7886/11967 6049/6285/9940 6051/6287/9942 +f 6067/6304/9959 6068/6305/9960 7645/7917/11998 +f 7645/7917/11998 6068/6305/9960 6070/6307/9962 +f 6070/6307/9962 6094/6308/9963 7646/7918/11999 +f 7646/7918/11999 6094/6308/9963 7647/7919/12000 +f 7647/7919/12000 6094/6308/9963 6095/6332/9987 +f 7647/7919/12000 6095/6332/9987 7648/7899/11980 +f 7648/7899/11980 6095/6332/9987 6096/6334/9989 +f 6028/6262/9917 6030/6264/9919 7649/7920/12001 +f 7649/7920/12001 6030/6264/9919 6031/6265/9920 +f 7650/7922/12003 6035/6269/9924 6037/6271/9926 +f 7775/7924/12005 7652/7925/12006 7653/7926/12007 +f 6587/6893/10842 6586/6891/10840 7654/7927/12008 +f 6620/6925/10874 6618/6924/10873 7766/7928/12009 +f 6642/6948/10897 6641/6946/10895 7757/7929/12010 +f 6645/6951/10900 6644/6949/10898 7655/7930/12011 +f 6652/6958/10907 6651/6956/10905 7754/7931/12012 +f 6657/6963/10912 6656/6961/10910 7657/7932/12013 +f 6662/6967/10916 6660/6965/10914 7749/7933/12014 +f 6668/6974/10923 6667/6972/10921 7658/7934/12015 +f 7730/7935/12016 6665/6970/10919 6693/6999/10948 +f 6520/6823/10772 6518/6821/10770 7660/7936/12017 +f 6537/6841/10790 6536/6839/10788 7712/7937/12018 +f 6540/6843/10792 6538/6842/10791 7778/7938/12019 +f 6512/6815/10764 6511/6813/10762 7662/7939/12020 +f 6544/6847/10796 6542/6845/10794 7663/7940/12021 +f 6548/6852/10801 6547/6850/10799 7664/7941/12022 +f 8824/7942/12023 8825/5704/9359 5543/5706/9361 +f 8445/7943/12024 8443/5792/9447 5608/5791/9446 +f 5663/5867/9522 8144/7944/12025 7684/7945/12026 +f 8066/7946/12027 8064/6250/9905 6020/6249/9904 +f 5495/5649/9304 5494/5650/9305 7770/7947/12028 +f 7935/7948/12029 5496/5647/9302 7665/7949/12030 +f 7935/7948/12029 7665/7949/12030 7667/7950/12031 +f 7666/7951/12032 7670/7952/12033 6613/6919/10868 +f 6613/6919/10868 7670/7952/12033 7665/7949/12030 +f 7665/7949/12030 7670/7952/12033 7667/7950/12031 +f 7672/7953/12034 7668/7954/12035 7669/7955/12036 +f 7669/7955/12036 7668/7954/12035 7666/7951/12032 +f 7666/7951/12032 7668/7954/12035 7670/7952/12033 +f 7964/6261/9916 7672/7953/12034 7671/6260/9915 +f 7671/6260/9915 7672/7953/12034 7669/7955/12036 +f 7673/7956/12037 7676/7957/12038 7674/7958/12039 +f 8066/7946/12027 6020/6249/9904 7673/7956/12037 +f 8066/7946/12027 7673/7956/12037 7674/7958/12039 +f 7676/7957/12038 7673/7956/12037 7675/7959/12040 +f 7676/7957/12038 7675/7959/12040 7677/7960/12041 +f 7677/7960/12041 7675/7959/12040 7678/7961/12042 +f 7679/5880/9535 7677/7960/12041 7678/7961/12042 +f 7681/7962/12043 7683/7963/12044 7682/5871/9526 +f 6591/6896/10845 7683/7963/12044 7681/7962/12043 +f 6591/6896/10845 7685/7964/12045 7683/7963/12044 +f 7684/7945/12026 8144/7944/12025 7685/7964/12045 +f 7773/7965/12046 5662/5865/9520 5663/5867/9522 +f 5654/5857/9512 8175/7966/12047 8174/5858/9513 +f 8175/7966/12047 5654/5857/9512 7688/7967/12048 +f 7688/7967/12048 5654/5857/9512 7686/7968/12049 +f 7688/7967/12048 7686/7968/12049 6577/6882/10831 +f 6575/6880/10829 7687/7969/12050 7688/7967/12048 +f 6575/6880/10829 7688/7967/12048 6577/6882/10831 +f 5652/5852/9507 5653/5854/9509 7774/7970/12051 +f 8225/5845/9500 5644/5844/9499 7690/7971/12052 +f 7690/7971/12052 5644/5844/9499 7689/7972/12053 +f 7693/6874/10823 7691/6872/10821 7695/7973/12054 +f 7695/7973/12054 7692/7974/12055 7693/6874/10823 +f 7691/6872/10821 6567/6870/10819 7694/7975/12056 +f 7694/7975/12056 8253/7976/12057 7695/7973/12054 +f 7694/7975/12056 7695/7973/12054 7691/6872/10821 +f 5642/5839/9494 5643/5841/9496 7694/7975/12056 +f 7694/7975/12056 5643/5841/9496 8253/7976/12057 +f 7653/7926/12007 7699/7977/12058 7696/7978/12059 +f 7653/7926/12007 7696/7978/12059 7697/7979/12060 +f 7653/7926/12007 7698/7980/12061 7699/7977/12058 +f 7699/7977/12058 7698/7980/12061 7700/7981/12062 +f 5633/5826/9481 8308/5828/9483 7768/7982/12063 +f 7768/7982/12063 8308/5828/9483 7700/7981/12062 +f 7702/7983/12064 7701/7984/12065 8337/5817/9472 +f 7701/7984/12065 7702/7983/12064 7704/7985/12066 +f 7703/7986/12067 7705/7987/12068 7704/7985/12066 +f 7664/7941/12022 7706/7988/12069 7705/7987/12068 +f 8364/5816/9471 7706/7988/12069 5617/5815/9470 +f 5617/5815/9470 7706/7988/12069 7664/7941/12022 +f 7708/7989/12070 7707/5804/9459 5618/5803/9458 +f 7708/7989/12070 5618/5803/9458 7663/7940/12021 +f 7710/7990/12071 7711/7991/12072 7709/7992/12073 +f 5616/5802/9457 7711/7991/12072 7710/7990/12071 +f 8445/7943/12024 5608/5791/9446 7712/7937/12018 +f 8445/7943/12024 7712/7937/12018 7713/7993/12074 +f 7715/7994/12075 7714/7995/12076 7661/7996/12077 +f 7716/7997/12078 5607/5790/9445 7715/7994/12075 +f 8495/5781/9436 5598/5780/9435 8498/7998/12079 +f 7717/7999/12080 7720/8000/12081 7718/8001/12082 +f 7717/7999/12080 7718/8001/12082 8498/7998/12079 +f 7717/7999/12080 8498/7998/12079 5598/5780/9435 +f 7720/8000/12081 7717/7999/12080 7719/8002/12083 +f 7721/8003/12084 7723/8004/12085 7719/8002/12083 +f 7719/8002/12083 7723/8004/12085 7722/8005/12086 +f 7719/8002/12083 7722/8005/12086 7720/8000/12081 +f 5597/5777/9432 7723/8004/12085 7721/8003/12084 +f 7660/7936/12017 5596/5775/9430 5597/5777/9432 +f 8552/5768/9423 5588/5767/9422 7725/8006/12087 +f 8606/5754/9409 5579/5753/9408 8609/8007/12088 +f 8609/8007/12088 5579/5753/9408 7728/8008/12089 +f 8609/8007/12088 7728/8008/12089 7729/8009/12090 +f 7729/8009/12090 6694/7001/10950 7730/7935/12016 +f 5577/5749/9404 8635/5751/9406 7769/8010/12091 +f 7769/8010/12091 8635/5751/9406 8633/8011/12092 +f 7731/5742/9397 5571/5741/9396 7732/8012/12093 +f 7731/5742/9397 7732/8012/12093 8665/8013/12094 +f 7733/8014/12095 7734/6993/10942 7735/8015/12096 +f 7733/8014/12095 7735/8015/12096 8665/8013/12094 +f 7734/6993/10942 7737/8016/12097 7735/8015/12096 +f 7734/6993/10942 7736/8017/12098 7737/8016/12097 +f 7737/8016/12097 7736/8017/12098 7738/8018/12099 +f 8691/5739/9394 7738/8018/12099 5561/5738/9393 +f 5561/5738/9393 7738/8018/12099 7736/8017/12098 +f 6678/6984/10933 7742/8019/12100 7740/8020/12101 +f 6678/6984/10933 7740/8020/12101 6680/6986/10935 +f 6680/6986/10935 7740/8020/12101 7739/8021/12102 +f 7741/8022/12103 7743/8023/12104 7742/8019/12100 +f 7741/8022/12103 7742/8019/12100 6677/6982/10931 +f 6677/6982/10931 7742/8019/12100 6678/6984/10933 +f 5560/5727/9382 7743/8023/12104 7741/8022/12103 +f 8767/5717/9372 5552/5716/9371 8769/8024/12105 +f 7745/8025/12106 7744/8026/12107 8769/8024/12105 +f 7745/8025/12106 8769/8024/12105 5552/5716/9371 +f 7748/8027/12108 7746/8028/12109 7747/8029/12110 +f 7744/8026/12107 7745/8025/12106 7746/8028/12109 +f 7658/7934/12015 5551/5715/9370 7748/8027/12108 +f 7749/7933/12014 7751/8030/12111 7750/8031/12112 +f 8824/7942/12023 5543/5706/9361 7749/7933/12014 +f 8824/7942/12023 7749/7933/12014 7750/8031/12112 +f 7752/8032/12113 7751/8030/12111 7657/7932/12013 +f 7656/8033/12114 5542/5703/9358 7752/8032/12113 +f 8878/5694/9349 5533/5693/9348 8881/8034/12115 +f 7754/7931/12012 7753/8035/12116 8881/8034/12115 +f 7754/7931/12012 8881/8034/12115 5533/5693/9348 +f 7756/8036/12117 7755/8037/12118 6648/6954/10903 +f 5532/5690/9345 7655/7930/12011 5531/5688/9343 +f 8935/5681/9336 5524/5680/9335 7757/7929/12010 +f 7758/8038/12119 8937/8039/12120 7757/7929/12010 +f 7757/7929/12010 8937/8039/12120 8935/5681/9336 +f 5523/5677/9332 8961/8040/12121 5522/5675/9330 +f 5522/5675/9330 8961/8040/12121 7759/8041/12122 +f 7759/8041/12122 8961/8040/12121 7760/8042/12123 +f 7759/8041/12122 7760/8042/12123 6637/6942/10891 +f 8986/5667/9322 5515/5666/9321 8990/8043/12124 +f 8990/8043/12124 5515/5666/9321 7761/8044/12125 +f 6626/6931/10880 7764/8045/12126 7762/8046/12127 +f 7763/8047/12128 7764/8045/12126 6626/6931/10880 +f 5513/5662/9317 9015/5664/9319 7763/8047/12128 +f 7763/8047/12128 9015/5664/9319 7764/8045/12126 +f 7766/7928/12009 7765/8048/12129 9044/5653/9308 +f 7654/7927/12008 7771/8049/12130 7767/8050/12131 +f 7765/8048/12129 7766/7928/12009 7767/8050/12131 +f 6606/6911/10860 6603/6909/10858 7673/7956/12037 +f 6597/6902/10851 7772/8051/12132 7678/7961/12042 +f 7673/7956/12037 6603/6909/10858 6602/6907/10856 +f 7673/7956/12037 6602/6907/10856 7675/7959/12040 +f 7675/7959/12040 6602/6907/10856 6600/6906/10855 +f 7675/7959/12040 6600/6906/10855 7678/7961/12042 +f 7678/7961/12042 6600/6906/10855 6599/6904/10853 +f 7678/7961/12042 6599/6904/10853 6597/6902/10851 +f 7685/7964/12045 6591/6896/10845 7684/7945/12026 +f 7684/7945/12026 6591/6896/10845 6589/6894/10843 +f 6597/6902/10851 6595/6900/10849 7772/8051/12132 +f 7772/8051/12132 6595/6900/10849 6592/6898/10847 +f 7772/8051/12132 6592/6898/10847 7681/7962/12043 +f 7681/7962/12043 6592/6898/10847 6591/6896/10845 +f 6583/6888/10837 6581/6886/10835 7686/7968/12049 +f 7686/7968/12049 6581/6886/10835 6578/6884/10833 +f 7686/7968/12049 6578/6884/10833 6577/6882/10831 +f 6560/6863/10812 7698/7980/12061 6561/6865/10814 +f 6561/6865/10814 7698/7980/12061 7653/7926/12007 +f 6561/6865/10814 7653/7926/12007 7652/7925/12006 +f 6561/6865/10814 7652/7925/12006 6564/6867/10816 +f 6564/6867/10816 7652/7925/12006 6565/6869/10818 +f 6560/6863/10812 6558/6862/10811 7698/7980/12061 +f 7698/7980/12061 6558/6862/10811 7768/7982/12063 +f 7698/7980/12061 7768/7982/12063 7700/7981/12062 +f 7702/7983/12064 6553/6856/10805 6551/6855/10804 +f 7704/7985/12066 7702/7983/12064 7703/7986/12067 +f 7703/7986/12067 7702/7983/12064 6551/6855/10804 +f 7703/7986/12067 6551/6855/10804 6550/6853/10802 +f 7664/7941/12022 7705/7987/12068 7703/7986/12067 +f 7664/7941/12022 7703/7986/12067 6548/6852/10801 +f 6548/6852/10801 7703/7986/12067 6550/6853/10802 +f 7709/7992/12073 7708/7989/12070 7662/7939/12020 +f 7662/7939/12020 7708/7989/12070 7663/7940/12021 +f 7662/7939/12020 7663/7940/12021 6512/6815/10764 +f 6512/6815/10764 7663/7940/12021 6542/6845/10794 +f 6511/6813/10762 6540/6843/10792 7662/7939/12020 +f 7662/7939/12020 6540/6843/10792 7710/7990/12071 +f 7662/7939/12020 7710/7990/12071 7709/7992/12073 +f 7713/7993/12074 7712/7937/12018 7714/7995/12076 +f 7714/7995/12076 7712/7937/12018 7661/7996/12077 +f 7661/7996/12077 7712/7937/12018 6536/6839/10788 +f 7661/7996/12077 6536/6839/10788 6533/6837/10786 +f 6533/6837/10786 6532/6835/10784 7661/7996/12077 +f 7661/7996/12077 6532/6835/10784 7716/7997/12078 +f 7661/7996/12077 7716/7997/12078 7715/7994/12075 +f 6529/6832/10781 6527/6830/10779 7717/7999/12080 +f 6522/6825/10774 7721/8003/12084 6523/6827/10776 +f 6523/6827/10776 7721/8003/12084 7719/8002/12083 +f 6523/6827/10776 7719/8002/12083 6525/6828/10777 +f 6525/6828/10777 7719/8002/12083 7717/7999/12080 +f 6525/6828/10777 7717/7999/12080 6527/6830/10779 +f 6514/6817/10766 7726/8052/12133 6515/6819/10768 +f 6515/6819/10768 7726/8052/12133 7651/8053/12134 +f 6514/6817/10766 6702/7008/10957 7726/8052/12133 +f 7726/8052/12133 6702/7008/10957 6701/7007/10956 +f 7726/8052/12133 6701/7007/10956 7727/8054/12135 +f 6698/7004/10953 7659/8055/12136 6701/7007/10956 +f 7730/7935/12016 6694/7001/10950 6665/6970/10919 +f 8633/8011/12092 7730/7935/12016 7769/8010/12091 +f 7769/8010/12091 7730/7935/12016 6693/6999/10948 +f 6686/6991/10940 7736/8017/12098 7734/6993/10942 +f 7734/6993/10942 7733/8014/12095 6688/6995/10944 +f 7745/8025/12106 6673/6978/10927 6671/6977/10926 +f 7746/8028/12109 7745/8025/12106 7747/8029/12110 +f 7747/8029/12110 7745/8025/12106 6671/6977/10926 +f 7747/8029/12110 6671/6977/10926 6670/6975/10924 +f 7658/7934/12015 7748/8027/12108 7747/8029/12110 +f 7658/7934/12015 7747/8029/12110 6668/6974/10923 +f 6668/6974/10923 7747/8029/12110 6670/6975/10924 +f 7657/7932/12013 7751/8030/12111 7749/7933/12014 +f 7657/7932/12013 7749/7933/12014 6657/6963/10912 +f 6657/6963/10912 7749/7933/12014 6660/6965/10914 +f 6656/6961/10910 6654/6959/10908 7657/7932/12013 +f 7657/7932/12013 6654/6959/10908 7656/8033/12114 +f 7657/7932/12013 7656/8033/12114 7752/8032/12113 +f 7753/8035/12116 7754/7931/12012 7755/8037/12118 +f 7755/8037/12118 7754/7931/12012 6648/6954/10903 +f 6648/6954/10903 7754/7931/12012 6651/6956/10905 +f 6648/6954/10903 6647/6952/10901 7756/8036/12117 +f 7758/8038/12119 6638/6944/10893 6637/6942/10891 +f 7758/8038/12119 6637/6942/10891 7760/8042/12123 +f 6637/6942/10891 6635/6940/10889 7759/8041/12122 +f 7759/8041/12122 6635/6940/10889 6633/6938/10887 +f 7762/8046/12127 6627/6933/10882 6626/6931/10880 +f 7763/8047/12128 6626/6931/10880 6623/6928/10877 +f 7654/7927/12008 7767/8050/12131 7766/7928/12009 +f 7654/7927/12008 7766/7928/12009 6587/6893/10842 +f 6587/6893/10842 7766/7928/12009 6618/6924/10873 +f 6586/6891/10840 6617/6922/10871 7654/7927/12008 +f 7654/7927/12008 6617/6922/10871 7770/7947/12028 +f 7654/7927/12008 7770/7947/12028 7771/8049/12130 +f 7771/8049/12130 7770/7947/12028 5494/5650/9305 +f 6613/6919/10868 6612/6917/10866 7666/7951/12032 +f 7666/7951/12032 6612/6917/10866 6610/6915/10864 +f 7666/7951/12032 6610/6915/10864 7669/7955/12036 +f 6589/6894/10843 6583/6888/10837 7684/7945/12026 +f 7684/7945/12026 6583/6888/10837 7773/7965/12046 +f 7684/7945/12026 7773/7965/12046 5663/5867/9522 +f 6575/6880/10829 6574/6879/10828 7774/7970/12051 +f 6575/6880/10829 7774/7970/12051 7687/7969/12050 +f 7687/7969/12050 7774/7970/12051 5653/5854/9509 +f 6571/6876/10825 7693/6874/10823 7689/7972/12053 +f 7689/7972/12053 7693/6874/10823 7690/7971/12052 +f 7690/7971/12052 7693/6874/10823 7692/7974/12055 +f 8281/5831/9486 5635/5830/9485 7697/7979/12060 +f 7697/7979/12060 5635/5830/9485 7775/7924/12005 +f 7697/7979/12060 7775/7924/12005 7653/7926/12007 +f 6522/6825/10774 6520/6823/10772 7721/8003/12084 +f 7721/8003/12084 6520/6823/10772 7660/7936/12017 +f 7721/8003/12084 7660/7936/12017 5597/5777/9432 +f 7651/8053/12134 7726/8052/12133 7724/8056/12137 +f 7651/8053/12134 7724/8056/12137 5588/5767/9422 +f 5588/5767/9422 7724/8056/12137 7725/8006/12087 +f 6701/7007/10956 7659/8055/12136 7727/8054/12135 +f 7727/8054/12135 7659/8055/12136 5586/5762/9417 +f 7727/8054/12135 5586/5762/9417 5587/5764/9419 +f 7728/8008/12089 6696/7002/10951 6694/7001/10950 +f 7728/8008/12089 6694/7001/10950 7729/8009/12090 +f 6654/6959/10908 6652/6958/10907 7656/8033/12114 +f 7656/8033/12114 6652/6958/10907 7776/8057/12138 +f 7656/8033/12114 7776/8057/12138 5542/5703/9358 +f 5542/5703/9358 7776/8057/12138 5541/5701/9356 +f 6647/6952/10901 6645/6951/10900 7756/8036/12117 +f 7756/8036/12117 6645/6951/10900 7655/7930/12011 +f 7756/8036/12117 7655/7930/12011 5532/5690/9345 +f 6641/6946/10895 6638/6944/10893 7757/7929/12010 +f 7757/7929/12010 6638/6944/10893 7758/8038/12119 +f 6630/6935/10884 6627/6933/10882 7762/8046/12127 +f 6630/6935/10884 7762/8046/12127 7761/8044/12125 +f 7761/8044/12125 7762/8046/12127 8990/8043/12124 +f 6608/6913/10862 6606/6911/10860 7777/8058/12139 +f 7777/8058/12139 6606/6911/10860 7673/7956/12037 +f 7777/8058/12139 7673/7956/12037 6027/6251/9906 +f 6027/6251/9906 7673/7956/12037 6020/6249/9904 +f 7682/5871/9526 5664/5870/9525 7681/7962/12043 +f 7681/7962/12043 5664/5870/9525 7680/5878/9533 +f 7681/7962/12043 7680/5878/9533 7772/8051/12132 +f 7772/8051/12132 7680/5878/9533 7679/5880/9535 +f 7772/8051/12132 7679/5880/9535 7678/7961/12042 +f 6538/6842/10791 6537/6841/10790 7778/7938/12019 +f 7778/7938/12019 6537/6841/10790 7712/7937/12018 +f 7778/7938/12019 7712/7937/12018 5609/5793/9448 +f 5609/5793/9448 7712/7937/12018 5608/5791/9446 +f 6532/6835/10784 6530/6834/10783 7716/7997/12078 +f 7716/7997/12078 6530/6834/10783 7779/8059/12140 +f 7716/7997/12078 7779/8059/12140 5607/5790/9445 +f 5607/5790/9445 7779/8059/12140 5606/5788/9443 +f 6691/6997/10946 6688/6995/10944 7733/8014/12095 +f 6691/6997/10946 7733/8014/12095 7732/8012/12093 +f 7732/8012/12093 7733/8014/12095 8665/8013/12094 +f 7780/8060/12141 6662/6967/10916 7749/7933/12014 +f 7780/8060/12141 7749/7933/12014 5545/5707/9362 +f 5545/5707/9362 7749/7933/12014 5543/5706/9361 +f 6622/6927/10876 6620/6925/10874 7781/8061/12142 +f 7781/8061/12142 6620/6925/10874 7766/7928/12009 +f 7781/8061/12142 7766/7928/12009 5504/5652/9307 +f 5504/5652/9307 7766/7928/12009 9044/5653/9308 +f 6610/6915/10864 6608/6913/10862 7669/7955/12036 +f 7669/7955/12036 6608/6913/10862 7777/8058/12139 +f 7669/7955/12036 7777/8058/12139 7671/6260/9915 +f 7671/6260/9915 7777/8058/12139 6027/6251/9906 +f 7680/5878/9533 5664/5870/9525 5665/5869/9524 +f 7773/7965/12046 6583/6888/10837 7686/7968/12049 +f 7773/7965/12046 7686/7968/12049 5662/5865/9520 +f 5662/5865/9520 7686/7968/12049 5654/5857/9512 +f 5662/5865/9520 5654/5857/9512 5655/5856/9511 +f 5644/5844/9499 5645/5843/9498 7689/7972/12053 +f 7689/7972/12053 5645/5843/9498 5652/5852/9507 +f 7689/7972/12053 5652/5852/9507 7774/7970/12051 +f 7689/7972/12053 7774/7970/12051 6571/6876/10825 +f 6571/6876/10825 7774/7970/12051 6572/6878/10827 +f 6572/6878/10827 7774/7970/12051 6574/6879/10828 +f 5635/5830/9485 5636/5832/9487 7775/7924/12005 +f 7775/7924/12005 5636/5832/9487 5642/5839/9494 +f 7775/7924/12005 5642/5839/9494 7694/7975/12056 +f 7775/7924/12005 7694/7975/12056 7652/7925/12006 +f 7652/7925/12006 7694/7975/12056 6567/6870/10819 +f 7652/7925/12006 6567/6870/10819 6565/6869/10818 +f 7782/8062/12143 5627/5819/9474 5633/5826/9481 +f 7782/8062/12143 5633/5826/9481 7768/7982/12063 +f 7782/8062/12143 7768/7982/12063 6555/6858/10807 +f 6555/6858/10807 7768/7982/12063 6557/6860/10809 +f 6557/6860/10809 7768/7982/12063 6558/6862/10811 +f 6555/6858/10807 6553/6856/10805 7702/7983/12064 +f 6555/6858/10807 7702/7983/12064 7782/8062/12143 +f 7782/8062/12143 7702/7983/12064 8337/5817/9472 +f 7782/8062/12143 8337/5817/9472 5627/5819/9474 +f 7783/8063/12144 5623/5806/9461 5617/5815/9470 +f 7783/8063/12144 5617/5815/9470 7664/7941/12022 +f 7783/8063/12144 7664/7941/12022 6546/6849/10798 +f 6546/6849/10798 7664/7941/12022 6547/6850/10799 +f 6546/6849/10798 6544/6847/10796 7783/8063/12144 +f 7783/8063/12144 6544/6847/10796 7663/7940/12021 +f 7783/8063/12144 7663/7940/12021 5618/5803/9458 +f 7783/8063/12144 5618/5803/9458 5623/5806/9461 +f 7710/7990/12071 6540/6843/10792 7778/7938/12019 +f 7710/7990/12071 7778/7938/12019 5616/5802/9457 +f 5616/5802/9457 7778/7938/12019 5609/5793/9448 +f 6530/6834/10783 6529/6832/10781 7779/8059/12140 +f 7779/8059/12140 6529/6832/10781 7717/7999/12080 +f 7779/8059/12140 7717/7999/12080 5606/5788/9443 +f 5606/5788/9443 7717/7999/12080 5598/5780/9435 +f 5606/5788/9443 5598/5780/9435 5599/5779/9434 +f 6518/6821/10770 6515/6819/10768 7660/7936/12017 +f 7660/7936/12017 6515/6819/10768 7651/8053/12134 +f 7660/7936/12017 7651/8053/12134 5596/5775/9430 +f 5596/5775/9430 7651/8053/12134 5588/5767/9422 +f 5596/5775/9430 5588/5767/9422 5589/5766/9421 +f 5579/5753/9408 5580/5755/9410 5586/5762/9417 +f 5579/5753/9408 5586/5762/9417 7728/8008/12089 +f 7728/8008/12089 5586/5762/9417 7659/8055/12136 +f 7728/8008/12089 7659/8055/12136 6696/7002/10951 +f 6696/7002/10951 7659/8055/12136 6698/7004/10953 +f 7732/8012/12093 5571/5741/9396 5577/5749/9404 +f 7732/8012/12093 5577/5749/9404 7769/8010/12091 +f 7732/8012/12093 7769/8010/12091 6691/6997/10946 +f 6691/6997/10946 7769/8010/12091 6693/6999/10948 +f 7784/8064/12145 5564/5729/9384 5561/5738/9393 +f 7784/8064/12145 5561/5738/9393 7736/8017/12098 +f 7784/8064/12145 7736/8017/12098 6684/6990/10939 +f 6684/6990/10939 7736/8017/12098 6686/6991/10940 +f 6684/6990/10939 6683/6988/10937 7784/8064/12145 +f 7784/8064/12145 6683/6988/10937 6680/6986/10935 +f 7784/8064/12145 6680/6986/10935 7739/8021/12102 +f 7784/8064/12145 7739/8021/12102 5564/5729/9384 +f 5564/5729/9384 7739/8021/12102 5563/5730/9385 +f 6677/6982/10931 6675/6980/10929 7741/8022/12103 +f 7741/8022/12103 6675/6980/10929 5559/5718/9373 +f 7741/8022/12103 5559/5718/9373 5560/5727/9382 +f 5552/5716/9371 5559/5718/9373 7745/8025/12106 +f 7745/8025/12106 5559/5718/9373 6675/6980/10929 +f 7745/8025/12106 6675/6980/10929 6673/6978/10927 +f 6667/6972/10921 6662/6967/10916 7658/7934/12015 +f 7658/7934/12015 6662/6967/10916 7780/8060/12141 +f 7658/7934/12015 7780/8060/12141 5551/5715/9370 +f 5551/5715/9370 7780/8060/12141 5545/5707/9362 +f 7776/8057/12138 6652/6958/10907 7754/7931/12012 +f 7776/8057/12138 7754/7931/12012 5541/5701/9356 +f 5541/5701/9356 7754/7931/12012 5533/5693/9348 +f 5541/5701/9356 5533/5693/9348 5534/5692/9347 +f 6644/6949/10898 6642/6948/10897 7655/7930/12011 +f 7655/7930/12011 6642/6948/10897 7757/7929/12010 +f 7655/7930/12011 7757/7929/12010 5531/5688/9343 +f 5531/5688/9343 7757/7929/12010 5525/5679/9334 +f 5525/5679/9334 7757/7929/12010 5524/5680/9335 +f 5515/5666/9321 5516/5668/9323 7761/8044/12125 +f 7761/8044/12125 5516/5668/9323 5522/5675/9330 +f 7761/8044/12125 5522/5675/9330 7759/8041/12122 +f 7761/8044/12125 7759/8041/12122 6630/6935/10884 +f 6630/6935/10884 7759/8041/12122 6633/6938/10887 +f 5504/5652/9307 5507/5655/9310 5513/5662/9317 +f 5504/5652/9307 5513/5662/9317 7781/8061/12142 +f 7781/8061/12142 5513/5662/9317 7763/8047/12128 +f 7781/8061/12142 7763/8047/12128 6622/6927/10876 +f 6622/6927/10876 7763/8047/12128 6623/6928/10877 +f 7785/8065/12146 5500/5646/9301 5495/5649/9304 +f 7785/8065/12146 5495/5649/9304 7770/7947/12028 +f 7785/8065/12146 7770/7947/12028 6615/6921/10870 +f 6615/6921/10870 7770/7947/12028 6617/6922/10871 +f 6615/6921/10870 6613/6919/10868 7785/8065/12146 +f 7785/8065/12146 6613/6919/10868 7665/7949/12030 +f 7785/8065/12146 7665/7949/12030 5500/5646/9301 +f 5500/5646/9301 7665/7949/12030 5496/5647/9302 +s 122 +f 6811/7119/11068 6002/6231/9886 6810/7118/11067 +f 6810/7118/11067 6002/6231/9886 6003/6232/9887 +f 6810/7118/11067 6003/6232/9887 6808/7116/11065 +f 6808/7116/11065 6003/6232/9887 5903/6130/9785 +f 6808/7116/11065 5903/6130/9785 6807/7115/11064 +f 6807/7115/11064 5903/6130/9785 5906/6134/9789 +f 6807/7115/11064 5906/6134/9789 6805/7113/11062 +f 6805/7113/11062 5906/6134/9789 5897/6123/9778 +f 6805/7113/11062 5897/6123/9778 6804/7111/11060 +f 6804/7111/11060 5897/6123/9778 5899/6125/9780 +f 6804/7111/11060 5899/6125/9780 6824/7132/11081 +f 6824/7132/11081 5899/6125/9780 5893/6119/9774 +f 6824/7132/11081 5893/6119/9774 6823/7131/11080 +f 6823/7131/11080 5893/6119/9774 5891/6118/9773 +f 6823/7131/11080 5891/6118/9773 6821/7129/11078 +f 6821/7129/11078 5891/6118/9773 5894/6120/9775 +f 6821/7129/11078 5894/6120/9775 6820/7128/11077 +f 6820/7128/11077 5894/6120/9775 6004/6233/9888 +f 6820/7128/11077 6004/6233/9888 6818/7126/11075 +f 6818/7126/11075 6004/6233/9888 6006/6235/9890 +f 6818/7126/11075 6006/6235/9890 6817/7124/11073 +f 6817/7124/11073 6006/6235/9890 6007/6236/9891 +f 6817/7124/11073 6007/6236/9891 6834/7142/11091 +f 6834/7142/11091 6007/6236/9891 6009/6238/9893 +f 6834/7142/11091 6009/6238/9893 6833/7141/11090 +f 6833/7141/11090 6009/6238/9893 6010/6239/9894 +f 6833/7141/11090 6010/6239/9894 6831/7139/11088 +f 6831/7139/11088 6010/6239/9894 5886/6113/9768 +f 6831/7139/11088 5886/6113/9768 6830/7138/11087 +f 6830/7138/11087 5886/6113/9768 5889/6116/9771 +f 6830/7138/11087 5889/6116/9771 6828/7136/11085 +f 6828/7136/11085 5889/6116/9771 5879/6105/9760 +f 6828/7136/11085 5879/6105/9760 6827/7134/11083 +f 6827/7134/11083 5879/6105/9760 5880/6107/9762 +f 6827/7134/11083 5880/6107/9762 6844/7152/11101 +f 6844/7152/11101 5880/6107/9762 5881/6108/9763 +f 6844/7152/11101 5881/6108/9763 6843/7151/11100 +f 6843/7151/11100 5881/6108/9763 5874/6100/9755 +f 6843/7151/11100 5874/6100/9755 6841/7149/11098 +f 6841/7149/11098 5874/6100/9755 5872/6099/9754 +f 6841/7149/11098 5872/6099/9754 6840/7148/11097 +f 6840/7148/11097 5872/6099/9754 6011/6240/9895 +f 6840/7148/11097 6011/6240/9895 6838/7146/11095 +f 6838/7146/11095 6011/6240/9895 6013/6242/9897 +f 6838/7146/11095 6013/6242/9897 6837/7144/11093 +f 6837/7144/11093 6013/6242/9897 6014/6243/9898 +f 6837/7144/11093 6014/6243/9898 6854/7162/11111 +f 6854/7162/11111 6014/6243/9898 6016/6245/9900 +f 6854/7162/11111 6016/6245/9900 6853/7161/11110 +f 6853/7161/11110 6016/6245/9900 6017/6246/9901 +f 6853/7161/11110 6017/6246/9901 6851/7159/11108 +f 6851/7159/11108 6017/6246/9901 5979/6209/9864 +f 6851/7159/11108 5979/6209/9864 6850/7158/11107 +f 6850/7158/11107 5979/6209/9864 5982/6212/9867 +f 6850/7158/11107 5982/6212/9867 6848/7156/11105 +f 6848/7156/11105 5982/6212/9867 5971/6200/9855 +f 6848/7156/11105 5971/6200/9855 6847/7154/11103 +f 6847/7154/11103 5971/6200/9855 5973/6203/9858 +f 6847/7154/11103 5973/6203/9858 6864/7172/11121 +f 6864/7172/11121 5973/6203/9858 5974/6204/9859 +f 6864/7172/11121 5974/6204/9859 6863/7171/11120 +f 6863/7171/11120 5974/6204/9859 5969/6197/9852 +f 6863/7171/11120 5969/6197/9852 6861/7169/11118 +f 6861/7169/11118 5969/6197/9852 5964/6192/9847 +f 6861/7169/11118 5964/6192/9847 6860/7168/11117 +f 6860/7168/11117 5964/6192/9847 5966/6193/9848 +f 6860/7168/11117 5966/6193/9848 6858/7166/11115 +f 6858/7166/11115 5966/6193/9848 5967/6194/9849 +f 6858/7166/11115 5967/6194/9849 6857/7164/11113 +f 6857/7164/11113 5967/6194/9849 6018/6247/9902 +f 6857/7164/11113 6018/6247/9902 6874/7181/11130 +f 6874/7181/11130 6018/6247/9902 6019/6248/9903 +f 6874/7181/11130 6019/6248/9903 6873/7180/11129 +f 6873/7180/11129 6019/6248/9903 5984/6213/9868 +f 6873/7180/11129 5984/6213/9868 6871/7178/11127 +f 6871/7178/11127 5984/6213/9868 5958/6190/9845 +f 6871/7178/11127 5958/6190/9845 6870/7177/11126 +f 6870/7177/11126 5958/6190/9845 5963/6191/9846 +f 6870/7177/11126 5963/6191/9846 6868/7175/11124 +f 6868/7175/11124 5963/6191/9846 5952/6181/9836 +f 6868/7175/11124 5952/6181/9836 6763/7070/11019 +f 6763/7070/11019 5952/6181/9836 5954/6183/9838 +f 6763/7070/11019 5954/6183/9838 6762/7069/11018 +f 6762/7069/11018 5954/6183/9838 5955/6184/9839 +f 6762/7069/11018 5955/6184/9839 6760/7067/11016 +f 6760/7067/11016 5955/6184/9839 5947/6175/9830 +f 6760/7067/11016 5947/6175/9830 6758/7065/11014 +f 6758/7065/11014 5947/6175/9830 5949/6177/9832 +f 6758/7065/11014 5949/6177/9832 6757/7064/11013 +f 6757/7064/11013 5949/6177/9832 5945/6174/9829 +f 6757/7064/11013 5945/6174/9829 6755/7062/11011 +f 6755/7062/11011 5945/6174/9829 5944/6173/9828 +f 6755/7062/11011 5944/6173/9828 6754/7060/11009 +f 6754/7060/11009 5944/6173/9828 5986/6215/9870 +f 6754/7060/11009 5986/6215/9870 6772/7080/11029 +f 6772/7080/11029 5986/6215/9870 5988/6217/9872 +f 6772/7080/11029 5988/6217/9872 6770/7078/11027 +f 6770/7078/11027 5988/6217/9872 5989/6218/9873 +f 6770/7078/11027 5989/6218/9873 6768/7076/11025 +f 6768/7076/11025 5989/6218/9873 5941/6170/9825 +f 6768/7076/11025 5941/6170/9825 6767/7075/11024 +f 6767/7075/11024 5941/6170/9825 5943/6171/9826 +f 6767/7075/11024 5943/6171/9826 6765/7073/11022 +f 6765/7073/11022 5943/6171/9826 5931/6160/9815 +f 6765/7073/11022 5931/6160/9815 6764/7071/11020 +f 6764/7071/11020 5931/6160/9815 5934/6163/9818 +f 6764/7071/11020 5934/6163/9818 6782/7090/11039 +f 6782/7090/11039 5934/6163/9818 5935/6164/9819 +f 6782/7090/11039 5935/6164/9819 6780/7088/11037 +f 6780/7088/11037 5935/6164/9819 5937/6166/9821 +f 6780/7088/11037 5937/6166/9821 6778/7086/11035 +f 6778/7086/11035 5937/6166/9821 5927/6156/9811 +f 6778/7086/11035 5927/6156/9811 6777/7085/11034 +f 6777/7085/11034 5927/6156/9811 5926/6155/9810 +f 6777/7085/11034 5926/6155/9810 6775/7083/11032 +f 6775/7083/11032 5926/6155/9810 5925/6154/9809 +f 6775/7083/11032 5925/6154/9809 6774/7081/11030 +f 6774/7081/11030 5925/6154/9809 5990/6219/9874 +f 6774/7081/11030 5990/6219/9874 6792/7100/11049 +f 6792/7100/11049 5990/6219/9874 5992/6221/9876 +f 6792/7100/11049 5992/6221/9876 6790/7098/11047 +f 6790/7098/11047 5992/6221/9876 5993/6222/9877 +f 6790/7098/11047 5993/6222/9877 6788/7096/11045 +f 6788/7096/11045 5993/6222/9877 5995/6224/9879 +f 6788/7096/11045 5995/6224/9879 6787/7095/11044 +f 6787/7095/11044 5995/6224/9879 5996/6225/9880 +f 6787/7095/11044 5996/6225/9880 6785/7093/11042 +f 6785/7093/11042 5996/6225/9880 5916/6144/9799 +f 6785/7093/11042 5916/6144/9799 6784/7091/11040 +f 6784/7091/11040 5916/6144/9799 5919/6148/9803 +f 6784/7091/11040 5919/6148/9803 6802/7110/11059 +f 6802/7110/11059 5919/6148/9803 5922/6150/9805 +f 6802/7110/11059 5922/6150/9805 6800/7108/11057 +f 6800/7108/11057 5922/6150/9805 5923/6151/9806 +f 6800/7108/11057 5923/6151/9806 6798/7106/11055 +f 6798/7106/11055 5923/6151/9806 5907/6135/9790 +f 6798/7106/11055 5907/6135/9790 6797/7105/11054 +f 6797/7105/11054 5907/6135/9790 5908/6137/9792 +f 6797/7105/11054 5908/6137/9792 6795/7103/11052 +f 6795/7103/11052 5908/6137/9792 5910/6139/9794 +f 6795/7103/11052 5910/6139/9794 6794/7101/11050 +f 6794/7101/11050 5910/6139/9794 5997/6226/9881 +f 6794/7101/11050 5997/6226/9881 6815/7123/11072 +f 6815/7123/11072 5997/6226/9881 5999/6228/9883 +f 6815/7123/11072 5999/6228/9883 6813/7121/11070 +f 6813/7121/11070 5999/6228/9883 6000/6229/9884 +f 6813/7121/11070 6000/6229/9884 6811/7119/11068 +f 6811/7119/11068 6000/6229/9884 6002/6231/9886 +f 6826/7112/11061 6825/7133/11082 7868/8066/12147 +f 6836/7125/11074 6835/7143/11092 7862/8067/12148 +f 6846/7135/11084 6845/7153/11102 7856/8068/12149 +f 6856/7145/11094 6855/7163/11112 7850/8069/12150 +f 6867/7174/11123 6761/7068/11017 7890/8070/12151 +f 6761/7068/11017 6759/7066/11015 7829/8071/12152 +f 6773/7061/11010 6771/7079/11028 7885/8072/12153 +f 6771/7079/11028 6769/7077/11026 7822/8073/12154 +f 6783/7072/11021 6781/7089/11038 7881/8074/12155 +f 6781/7089/11038 6779/7087/11036 7815/8075/12156 +f 6793/7082/11031 6791/7099/11048 7877/8076/12157 +f 6791/7099/11048 6789/7097/11046 7807/8077/12158 +f 6803/7092/11041 6801/7109/11058 7787/8078/12159 +f 6801/7109/11058 6799/7107/11056 7797/8079/12160 +f 6726/7033/10982 6717/7023/10972 7788/8080/12161 +f 7788/8080/12161 6717/7023/10972 7874/8081/12162 +f 7788/8080/12161 7874/8081/12162 7800/8082/12163 +f 7789/8083/12164 7788/8080/12161 7800/8082/12163 +f 7789/8083/12164 7800/8082/12163 7871/8084/12165 +f 7790/8085/12166 7789/8083/12164 7871/8084/12165 +f 6729/7028/10977 6726/7033/10982 7928/8086/12167 +f 7928/8086/12167 6726/7033/10982 7788/8080/12161 +f 7928/8086/12167 7788/8080/12161 7791/8087/12168 +f 7791/8087/12168 7788/8080/12161 7789/8083/12164 +f 7791/8087/12168 7789/8083/12164 7792/8088/12169 +f 7792/8088/12169 7789/8083/12164 7790/8085/12166 +f 7792/8088/12169 7790/8085/12166 7795/8089/12170 +f 7793/8090/12171 7791/8087/12168 7792/8088/12169 +f 7793/8090/12171 7792/8088/12169 7786/8091/12172 +f 7786/8091/12172 7792/8088/12169 7795/8089/12170 +f 7797/8079/12160 7796/8092/12173 7799/8093/12174 +f 7799/8093/12174 7796/8092/12173 7798/8094/12175 +f 7799/8093/12174 7798/8094/12175 7800/8082/12163 +f 6717/7023/10972 6711/7010/10959 7801/8095/12176 +f 7801/8095/12176 6711/7010/10959 7802/8096/12177 +f 7801/8095/12176 7802/8096/12177 7803/8097/12178 +f 7803/8097/12178 7802/8096/12177 7804/8098/12179 +f 7803/8097/12178 7804/8098/12179 7806/8099/12180 +f 7806/8099/12180 7804/8098/12179 7805/8100/12181 +f 7806/8099/12180 7805/8100/12181 7808/8101/12182 +f 7808/8101/12182 7805/8100/12181 7807/8077/12158 +f 6711/7010/10959 6709/7017/10966 7809/8102/12183 +f 7809/8102/12183 6709/7017/10966 7810/8103/12184 +f 7809/8102/12183 7810/8103/12184 7811/8104/12185 +f 7811/8104/12185 7810/8103/12184 7812/8105/12186 +f 7811/8104/12185 7812/8105/12186 7814/8106/12187 +f 7814/8106/12187 7812/8105/12186 7813/8107/12188 +f 7814/8106/12187 7813/8107/12188 7816/8108/12189 +f 7816/8108/12189 7813/8107/12188 7815/8075/12156 +f 6716/7015/10964 6713/7020/10969 7817/8109/12190 +f 7818/8110/12191 7817/8109/12190 7819/8111/12192 +f 7818/8110/12191 7819/8111/12192 7820/8112/12193 +f 7820/8112/12193 7819/8111/12192 7821/8113/12194 +f 7820/8112/12193 7821/8113/12194 7823/8114/12195 +f 7823/8114/12195 7821/8113/12194 7822/8073/12154 +f 7824/8115/12196 6742/7037/10986 7825/8116/12197 +f 7824/8115/12196 7825/8116/12197 7826/8117/12198 +f 7826/8117/12198 7825/8116/12197 7828/8118/12199 +f 7828/8118/12199 7825/8116/12197 7827/8119/12200 +f 7828/8118/12199 7827/8119/12200 7830/8120/12201 +f 7830/8120/12201 7827/8119/12200 7829/8071/12152 +f 6742/7037/10986 6738/7045/10994 7831/8121/12202 +f 7834/8122/12203 7832/8123/12204 7833/8124/12205 +f 7834/8122/12203 7833/8124/12205 7836/8125/12206 +f 7836/8125/12206 7833/8124/12205 7835/8126/12207 +f 7837/8127/12208 6738/7045/10994 7838/8128/12209 +f 7837/8127/12208 7838/8128/12209 7839/8129/12210 +f 7839/8129/12210 7838/8128/12209 7840/8130/12211 +f 7839/8129/12210 7840/8130/12211 7842/8131/12212 +f 7842/8131/12212 7840/8130/12211 7841/8132/12213 +f 7842/8131/12212 7841/8132/12213 7844/8133/12214 +f 7844/8133/12214 7841/8132/12213 7843/8134/12215 +f 7905/8135/12216 6745/7052/11001 7845/8136/12217 +f 7905/8135/12216 7845/8136/12217 7847/8137/12218 +f 7847/8137/12218 7845/8136/12217 7846/8138/12219 +f 7847/8137/12218 7846/8138/12219 7848/8139/12220 +f 7847/8137/12218 7848/8139/12220 7849/8140/12221 +f 7849/8140/12221 7848/8139/12220 7850/8069/12150 +f 7849/8140/12221 7850/8069/12150 7851/8141/12222 +f 7911/8142/12223 6752/7050/10999 7852/8143/12224 +f 7911/8142/12223 7852/8143/12224 7853/8144/12225 +f 7855/8145/12226 7853/8144/12225 7854/8146/12227 +f 7855/8145/12226 7854/8146/12227 7857/8147/12228 +f 7857/8147/12228 7854/8146/12227 7856/8068/12149 +f 7916/8148/12229 6749/7056/11005 7858/8149/12230 +f 7916/8148/12229 7858/8149/12230 7859/8150/12231 +f 7861/8151/12232 7859/8150/12231 7860/8152/12233 +f 7861/8151/12232 7860/8152/12233 7863/8153/12234 +f 7863/8153/12234 7860/8152/12233 7862/8067/12148 +f 7922/8154/12235 6723/7030/10979 7864/8155/12236 +f 7922/8154/12235 7864/8155/12236 7865/8156/12237 +f 7867/8157/12238 7865/8156/12237 7866/8158/12239 +f 7867/8157/12238 7866/8158/12239 7869/8159/12240 +f 7869/8159/12240 7866/8158/12239 7868/8066/12147 +f 6812/7120/11069 7795/8089/12170 6814/7122/11071 +f 6814/7122/11071 7795/8089/12170 7794/8160/12241 +f 6814/7122/11071 7794/8160/12241 6816/7102/11051 +f 7870/8161/12242 6816/7102/11051 7794/8160/12241 +f 7870/8161/12242 7794/8160/12241 7871/8084/12165 +f 6796/7104/11053 6816/7102/11051 7796/8092/12173 +f 7796/8092/12173 6816/7102/11051 7870/8161/12242 +f 7796/8092/12173 7870/8161/12242 7798/8094/12175 +f 7798/8094/12175 7870/8161/12242 7871/8084/12165 +f 7797/8079/12160 6799/7107/11056 7796/8092/12173 +f 7796/8092/12173 6799/7107/11056 6796/7104/11053 +f 7787/8078/12159 6801/7109/11058 7797/8079/12160 +f 7787/8078/12159 7797/8079/12160 7872/8162/12243 +f 7872/8162/12243 7797/8079/12160 7799/8093/12174 +f 7872/8162/12243 7799/8093/12174 7873/8163/12244 +f 7873/8163/12244 7799/8093/12174 7800/8082/12163 +f 7873/8163/12244 7800/8082/12163 7874/8081/12162 +f 7875/8164/12245 6803/7092/11041 7787/8078/12159 +f 7875/8164/12245 7787/8078/12159 7872/8162/12243 +f 7875/8164/12245 7872/8162/12243 7876/8165/12246 +f 7876/8165/12246 7872/8162/12243 7873/8163/12244 +f 7876/8165/12246 7873/8163/12244 7803/8097/12178 +f 7803/8097/12178 7873/8163/12244 7801/8095/12176 +f 7801/8095/12176 7873/8163/12244 7874/8081/12162 +f 7801/8095/12176 7874/8081/12162 6717/7023/10972 +f 7876/8165/12246 7803/8097/12178 7806/8099/12180 +f 7876/8165/12246 7806/8099/12180 7875/8164/12245 +f 7875/8164/12245 7806/8099/12180 7808/8101/12182 +f 7875/8164/12245 7808/8101/12182 6803/7092/11041 +f 6803/7092/11041 7808/8101/12182 6786/7094/11043 +f 7807/8077/12158 6789/7097/11046 7808/8101/12182 +f 7808/8101/12182 6789/7097/11046 6786/7094/11043 +f 7877/8076/12157 6791/7099/11048 7807/8077/12158 +f 7877/8076/12157 7807/8077/12158 7878/8166/12247 +f 7878/8166/12247 7807/8077/12158 7805/8100/12181 +f 7878/8166/12247 7805/8100/12181 7804/8098/12179 +f 7879/8167/12248 6793/7082/11031 7877/8076/12157 +f 7879/8167/12248 7877/8076/12157 7880/8168/12249 +f 7880/8168/12249 7877/8076/12157 7878/8166/12247 +f 7880/8168/12249 7878/8166/12247 7811/8104/12185 +f 7811/8104/12185 7878/8166/12247 7804/8098/12179 +f 7811/8104/12185 7804/8098/12179 7809/8102/12183 +f 7809/8102/12183 7804/8098/12179 7802/8096/12177 +f 7809/8102/12183 7802/8096/12177 6711/7010/10959 +f 7880/8168/12249 7811/8104/12185 7814/8106/12187 +f 7880/8168/12249 7814/8106/12187 7879/8167/12248 +f 7879/8167/12248 7814/8106/12187 7816/8108/12189 +f 7879/8167/12248 7816/8108/12189 6793/7082/11031 +f 6793/7082/11031 7816/8108/12189 6776/7084/11033 +f 7815/8075/12156 6779/7087/11036 7816/8108/12189 +f 7816/8108/12189 6779/7087/11036 6776/7084/11033 +f 7881/8074/12155 6781/7089/11038 7815/8075/12156 +f 7881/8074/12155 7815/8075/12156 7882/8169/12250 +f 7882/8169/12250 7815/8075/12156 7813/8107/12188 +f 7882/8169/12250 7813/8107/12188 7812/8105/12186 +f 7883/8170/12251 6783/7072/11021 7881/8074/12155 +f 7883/8170/12251 7881/8074/12155 7884/8171/12252 +f 7884/8171/12252 7881/8074/12155 7882/8169/12250 +f 7884/8171/12252 7882/8169/12250 7818/8110/12191 +f 7818/8110/12191 7882/8169/12250 7812/8105/12186 +f 7818/8110/12191 7812/8105/12186 6716/7015/10964 +f 6716/7015/10964 7812/8105/12186 7810/8103/12184 +f 6716/7015/10964 7810/8103/12184 6709/7017/10966 +f 6716/7015/10964 7817/8109/12190 7818/8110/12191 +f 7884/8171/12252 7818/8110/12191 7820/8112/12193 +f 7884/8171/12252 7820/8112/12193 7883/8170/12251 +f 7883/8170/12251 7820/8112/12193 7823/8114/12195 +f 7883/8170/12251 7823/8114/12195 6783/7072/11021 +f 6783/7072/11021 7823/8114/12195 6766/7074/11023 +f 7822/8073/12154 6769/7077/11026 7823/8114/12195 +f 7823/8114/12195 6769/7077/11026 6766/7074/11023 +f 7885/8072/12153 6771/7079/11028 7822/8073/12154 +f 7885/8072/12153 7822/8073/12154 7886/8172/12253 +f 7886/8172/12253 7822/8073/12154 7821/8113/12194 +f 7886/8172/12253 7821/8113/12194 7819/8111/12192 +f 7886/8172/12253 7819/8111/12192 7887/8173/12254 +f 7887/8173/12254 7819/8111/12192 7817/8109/12190 +f 7887/8173/12254 7817/8109/12190 6713/7020/10969 +f 7888/8174/12255 6773/7061/11010 7885/8072/12153 +f 7888/8174/12255 7885/8072/12153 7889/8175/12256 +f 7889/8175/12256 7885/8072/12153 7886/8172/12253 +f 7889/8175/12256 7886/8172/12253 7826/8117/12198 +f 7826/8117/12198 7886/8172/12253 7887/8173/12254 +f 7826/8117/12198 7887/8173/12254 7824/8115/12196 +f 7824/8115/12196 7887/8173/12254 6713/7020/10969 +f 6713/7020/10969 6742/7037/10986 7824/8115/12196 +f 7889/8175/12256 7826/8117/12198 7828/8118/12199 +f 7889/8175/12256 7828/8118/12199 7888/8174/12255 +f 7888/8174/12255 7828/8118/12199 7830/8120/12201 +f 7888/8174/12255 7830/8120/12201 6773/7061/11010 +f 6773/7061/11010 7830/8120/12201 6756/7063/11012 +f 7829/8071/12152 6759/7066/11015 7830/8120/12201 +f 7830/8120/12201 6759/7066/11015 6756/7063/11012 +f 7890/8070/12151 6761/7068/11017 7829/8071/12152 +f 7890/8070/12151 7829/8071/12152 7891/8176/12257 +f 7891/8176/12257 7829/8071/12152 7827/8119/12200 +f 7891/8176/12257 7827/8119/12200 7892/8177/12258 +f 7892/8177/12258 7827/8119/12200 7825/8116/12197 +f 7892/8177/12258 7825/8116/12197 7893/8178/12259 +f 7893/8178/12259 7825/8116/12197 6742/7037/10986 +f 7894/8179/12260 6867/7174/11123 7890/8070/12151 +f 7894/8179/12260 7890/8070/12151 7895/8180/12261 +f 7895/8180/12261 7890/8070/12151 7891/8176/12257 +f 7895/8180/12261 7891/8176/12257 7892/8177/12258 +f 7893/8178/12259 6742/7037/10986 7831/8121/12202 +f 7893/8178/12259 7831/8121/12202 7892/8177/12258 +f 7892/8177/12258 7831/8121/12202 7832/8123/12204 +f 7892/8177/12258 7832/8123/12204 7895/8180/12261 +f 7895/8180/12261 7832/8123/12204 7834/8122/12203 +f 7895/8180/12261 7834/8122/12203 7894/8179/12260 +f 7894/8179/12260 7834/8122/12203 7836/8125/12206 +f 7894/8179/12260 7836/8125/12206 6867/7174/11123 +f 6867/7174/11123 7836/8125/12206 6869/7176/11125 +f 6876/7165/11114 6875/7182/11131 7896/8181/12262 +f 7896/8181/12262 6875/7182/11131 7835/8126/12207 +f 7896/8181/12262 7835/8126/12207 7897/8182/12263 +f 7897/8182/12263 7835/8126/12207 7833/8124/12205 +f 7897/8182/12263 7833/8124/12205 7898/8183/12264 +f 7898/8183/12264 7833/8124/12205 7832/8123/12204 +f 7898/8183/12264 7832/8123/12204 7831/8121/12202 +f 7898/8183/12264 7831/8121/12202 6738/7045/10994 +f 6875/7182/11131 6872/7179/11128 7835/8126/12207 +f 7835/8126/12207 6872/7179/11128 7836/8125/12206 +f 7836/8125/12206 6872/7179/11128 6869/7176/11125 +f 7899/8184/12265 6876/7165/11114 7896/8181/12262 +f 7899/8184/12265 7896/8181/12262 7900/8185/12266 +f 7900/8185/12266 7896/8181/12262 7897/8182/12263 +f 7900/8185/12266 7897/8182/12263 7839/8129/12210 +f 7839/8129/12210 7897/8182/12263 7898/8183/12264 +f 7839/8129/12210 7898/8183/12264 7837/8127/12208 +f 7837/8127/12208 7898/8183/12264 6738/7045/10994 +f 7900/8185/12266 7839/8129/12210 7842/8131/12212 +f 7900/8185/12266 7842/8131/12212 7899/8184/12265 +f 7899/8184/12265 7842/8131/12212 7844/8133/12214 +f 7899/8184/12265 7844/8133/12214 6876/7165/11114 +f 6876/7165/11114 7844/8133/12214 6859/7167/11116 +f 6866/7155/11104 6865/7173/11122 7901/8186/12267 +f 7901/8186/12267 6865/7173/11122 7843/8134/12215 +f 7901/8186/12267 7843/8134/12215 7902/8187/12268 +f 7902/8187/12268 7843/8134/12215 7841/8132/12213 +f 7902/8187/12268 7841/8132/12213 7840/8130/12211 +f 6734/7041/10990 7838/8128/12209 6738/7045/10994 +f 6865/7173/11122 6862/7170/11119 7843/8134/12215 +f 7843/8134/12215 6862/7170/11119 7844/8133/12214 +f 7844/8133/12214 6862/7170/11119 6859/7167/11116 +f 7903/8188/12269 6866/7155/11104 7901/8186/12267 +f 7903/8188/12269 7901/8186/12267 7904/8189/12270 +f 7904/8189/12270 7901/8186/12267 7902/8187/12268 +f 7904/8189/12270 7902/8187/12268 7906/8190/12271 +f 7906/8190/12271 7902/8187/12268 7840/8130/12211 +f 7906/8190/12271 7840/8130/12211 6734/7041/10990 +f 6734/7041/10990 7840/8130/12211 7838/8128/12209 +f 6734/7041/10990 7905/8135/12216 7906/8190/12271 +f 7904/8189/12270 7906/8190/12271 7907/8191/12272 +f 7904/8189/12270 7907/8191/12272 7903/8188/12269 +f 7903/8188/12269 7907/8191/12272 7908/8192/12273 +f 7903/8188/12269 7908/8192/12273 6866/7155/11104 +f 6866/7155/11104 7908/8192/12273 6849/7157/11106 +f 6852/7160/11109 6849/7157/11106 7851/8141/12222 +f 7851/8141/12222 6849/7157/11106 7908/8192/12273 +f 7851/8141/12222 7908/8192/12273 7849/8140/12221 +f 7849/8140/12221 7908/8192/12273 7907/8191/12272 +f 7849/8140/12221 7907/8191/12272 7847/8137/12218 +f 7847/8137/12218 7907/8191/12272 7906/8190/12271 +f 7847/8137/12218 7906/8190/12271 7905/8135/12216 +f 6745/7052/11001 7905/8135/12216 6734/7041/10990 +f 7850/8069/12150 6855/7163/11112 7851/8141/12222 +f 7851/8141/12222 6855/7163/11112 6852/7160/11109 +f 7909/8193/12274 6856/7145/11094 7850/8069/12150 +f 7909/8193/12274 7850/8069/12150 7910/8194/12275 +f 7910/8194/12275 7850/8069/12150 7848/8139/12220 +f 7910/8194/12275 7848/8139/12220 7846/8138/12219 +f 6745/7052/11001 6752/7050/10999 7845/8136/12217 +f 7845/8136/12217 6752/7050/10999 7911/8142/12223 +f 7845/8136/12217 7911/8142/12223 7846/8138/12219 +f 7846/8138/12219 7911/8142/12223 7912/8195/12276 +f 7846/8138/12219 7912/8195/12276 7910/8194/12275 +f 7910/8194/12275 7912/8195/12276 7913/8196/12277 +f 7910/8194/12275 7913/8196/12277 7909/8193/12274 +f 7909/8193/12274 7913/8196/12277 6839/7147/11096 +f 7909/8193/12274 6839/7147/11096 6856/7145/11094 +f 6842/7150/11099 6839/7147/11096 7857/8147/12228 +f 7857/8147/12228 6839/7147/11096 7913/8196/12277 +f 7857/8147/12228 7913/8196/12277 7855/8145/12226 +f 7855/8145/12226 7913/8196/12277 7912/8195/12276 +f 7855/8145/12226 7912/8195/12276 7853/8144/12225 +f 7853/8144/12225 7912/8195/12276 7911/8142/12223 +f 7856/8068/12149 6845/7153/11102 7857/8147/12228 +f 7857/8147/12228 6845/7153/11102 6842/7150/11099 +f 7914/8197/12278 6846/7135/11084 7856/8068/12149 +f 7914/8197/12278 7856/8068/12149 7915/8198/12279 +f 7915/8198/12279 7856/8068/12149 7854/8146/12227 +f 7915/8198/12279 7854/8146/12227 7917/8199/12280 +f 7917/8199/12280 7854/8146/12227 7853/8144/12225 +f 7917/8199/12280 7853/8144/12225 7852/8143/12224 +f 6752/7050/10999 6749/7056/11005 7852/8143/12224 +f 7852/8143/12224 6749/7056/11005 7916/8148/12229 +f 7852/8143/12224 7916/8148/12229 7917/8199/12280 +f 7915/8198/12279 7917/8199/12280 7918/8200/12281 +f 7915/8198/12279 7918/8200/12281 7914/8197/12278 +f 7914/8197/12278 7918/8200/12281 7919/8201/12282 +f 7914/8197/12278 7919/8201/12282 6846/7135/11084 +f 6846/7135/11084 7919/8201/12282 6829/7137/11086 +f 6832/7140/11089 6829/7137/11086 7863/8153/12234 +f 7863/8153/12234 6829/7137/11086 7919/8201/12282 +f 7863/8153/12234 7919/8201/12282 7861/8151/12232 +f 7861/8151/12232 7919/8201/12282 7918/8200/12281 +f 7861/8151/12232 7918/8200/12281 7859/8150/12231 +f 7859/8150/12231 7918/8200/12281 7917/8199/12280 +f 7859/8150/12231 7917/8199/12280 7916/8148/12229 +f 7862/8067/12148 6835/7143/11092 7863/8153/12234 +f 7863/8153/12234 6835/7143/11092 6832/7140/11089 +f 7920/8202/12283 6836/7125/11074 7862/8067/12148 +f 7920/8202/12283 7862/8067/12148 7921/8203/12284 +f 7921/8203/12284 7862/8067/12148 7860/8152/12233 +f 7921/8203/12284 7860/8152/12233 7923/8204/12285 +f 7923/8204/12285 7860/8152/12233 7859/8150/12231 +f 7923/8204/12285 7859/8150/12231 7858/8149/12230 +f 6723/7030/10979 7858/8149/12230 6749/7056/11005 +f 7858/8149/12230 6723/7030/10979 7922/8154/12235 +f 7858/8149/12230 7922/8154/12235 7923/8204/12285 +f 7921/8203/12284 7923/8204/12285 7924/8205/12286 +f 7921/8203/12284 7924/8205/12286 7920/8202/12283 +f 7920/8202/12283 7924/8205/12286 7925/8206/12287 +f 7920/8202/12283 7925/8206/12287 6836/7125/11074 +f 6836/7125/11074 7925/8206/12287 6819/7127/11076 +f 6822/7130/11079 6819/7127/11076 7869/8159/12240 +f 7869/8159/12240 6819/7127/11076 7925/8206/12287 +f 7869/8159/12240 7925/8206/12287 7867/8157/12238 +f 7867/8157/12238 7925/8206/12287 7924/8205/12286 +f 7867/8157/12238 7924/8205/12286 7865/8156/12237 +f 7865/8156/12237 7924/8205/12286 7923/8204/12285 +f 7865/8156/12237 7923/8204/12285 7922/8154/12235 +f 7868/8066/12147 6825/7133/11082 7869/8159/12240 +f 7869/8159/12240 6825/7133/11082 6822/7130/11079 +f 7926/8207/12288 6826/7112/11061 7868/8066/12147 +f 7926/8207/12288 7868/8066/12147 7927/8208/12289 +f 7927/8208/12289 7868/8066/12147 7866/8158/12239 +f 7927/8208/12289 7866/8158/12239 7929/8209/12290 +f 7929/8209/12290 7866/8158/12239 7865/8156/12237 +f 7929/8209/12290 7865/8156/12237 7864/8155/12236 +f 6723/7030/10979 6729/7028/10977 7864/8155/12236 +f 7864/8155/12236 6729/7028/10977 7928/8086/12167 +f 7864/8155/12236 7928/8086/12167 7929/8209/12290 +f 7927/8208/12289 7929/8209/12290 7930/8210/12291 +f 7927/8208/12289 7930/8210/12291 7926/8207/12288 +f 7926/8207/12288 7930/8210/12291 7931/8211/12292 +f 7926/8207/12288 7931/8211/12292 6826/7112/11061 +f 6826/7112/11061 7931/8211/12292 6806/7114/11063 +f 6809/7117/11066 6806/7114/11063 7786/8091/12172 +f 7786/8091/12172 6806/7114/11063 7931/8211/12292 +f 7786/8091/12172 7931/8211/12292 7793/8090/12171 +f 7793/8090/12171 7931/8211/12292 7930/8210/12291 +f 7793/8090/12171 7930/8210/12291 7791/8087/12168 +f 7791/8087/12168 7930/8210/12291 7929/8209/12290 +f 7791/8087/12168 7929/8209/12290 7928/8086/12167 +f 7800/8082/12163 7798/8094/12175 7871/8084/12165 +f 7790/8085/12166 7871/8084/12165 7794/8160/12241 +f 7790/8085/12166 7794/8160/12241 7795/8089/12170 +f 7786/8091/12172 7795/8089/12170 6812/7120/11069 +f 7786/8091/12172 6812/7120/11069 6809/7117/11066 +s 39 +f 7670/7952/12293 7668/7954/12294 7963/8212/12295 +f 7670/7952/12293 7963/8212/12295 7936/8213/12296 +f 7932/8214/12297 7966/8215/12298 7946/8216/12299 +f 7946/8216/12299 7966/8215/12298 7975/8217/12300 +f 7946/8216/12299 7975/8217/12300 7956/8218/12301 +f 7956/8218/12301 7975/8217/12300 7985/8219/12302 +f 7956/8218/12301 7985/8219/12302 7957/8220/12303 +f 7957/8220/12303 7985/8219/12302 7986/8221/12304 +f 7957/8220/12305 7986/8221/12306 7933/6392/10063 +f 7957/8220/12305 7933/6392/10063 6143/6393/10064 +f 7936/8213/12296 7963/8212/12295 7974/8222/12307 +f 7936/8213/12296 7974/8222/12307 7944/8223/12308 +f 7944/8223/12308 7974/8222/12307 7967/8224/12309 +f 7944/8223/12308 7967/8224/12309 7932/8214/12297 +f 7932/8214/12297 7967/8224/12309 7966/8215/12298 +f 7935/7948/12310 7934/8225/12311 5496/5647/12312 +f 7940/8226/12313 5496/5647/12312 7934/8225/12311 +f 5496/5647/12312 7940/8226/12313 5503/5640/12314 +f 7670/7952/12293 7936/8213/12296 7667/7950/12315 +f 7940/8226/12316 7939/8227/12317 5503/5640/12318 +f 7938/8228/12319 7940/8226/12316 7934/8225/12311 +f 7934/8225/12311 7935/7948/12310 7941/8229/12320 +f 7941/8229/12320 7938/8228/12319 7934/8225/12311 +f 7942/8230/12321 7937/8231/12322 7938/8228/12319 +f 7942/8230/12321 7938/8228/12319 7941/8229/12320 +f 7943/8232/12323 7937/8231/12322 7942/8230/12321 +f 7942/8230/12324 7941/8229/12320 7667/7950/12315 +f 7667/7950/12315 7941/8229/12320 7935/7948/12310 +f 7943/8232/12323 7942/8230/12321 7944/8223/12308 +f 7944/8223/12308 7942/8230/12325 7936/8213/12296 +f 7936/8213/12296 7942/8230/12324 7667/7950/12315 +f 7932/8214/12297 7943/8232/12323 7944/8223/12308 +f 7939/8227/12317 7940/8226/12316 7938/8228/12319 +f 7939/8227/12317 7938/8228/12319 7945/8233/12326 +f 7945/8233/12326 7938/8228/12319 7937/8231/12322 +f 7945/8233/12326 7937/8231/12322 7953/8234/12327 +f 7932/8214/12297 7946/8216/12299 7943/8232/12323 +f 7943/8232/12323 7946/8216/12299 7947/8235/12328 +f 7943/8232/12323 7947/8235/12328 7937/8231/12322 +f 7937/8231/12322 7947/8235/12328 7953/8234/12327 +f 7950/8236/12329 5503/5640/12318 7939/8227/12317 +f 7951/8237/12330 7950/8236/12329 7939/8227/12317 +f 7951/8237/12330 7939/8227/12317 7945/8233/12326 +f 7952/8238/12331 7949/8239/12332 7951/8237/12330 +f 7952/8238/12331 7951/8237/12330 7945/8233/12326 +f 7954/8240/12333 7949/8239/12332 7952/8238/12331 +f 7953/8234/12334 7952/8238/12331 7945/8233/12326 +f 7948/8241/12335 7954/8240/12333 7952/8238/12331 +f 7955/8242/12336 7952/8238/12331 7953/8234/12334 +f 7948/8241/12335 7952/8238/12331 6143/6393/10064 +f 6143/6393/10064 7952/8238/12331 7955/8242/12337 +f 7956/8218/12301 7955/8242/12336 7953/8234/12334 +f 7956/8218/12301 7953/8234/12334 7947/8235/12338 +f 7957/8220/12305 6143/6393/10064 7955/8242/12337 +f 7957/8220/12303 7955/8242/12336 7956/8218/12301 +f 7956/8218/12301 7947/8235/12328 7946/8216/12299 +f 5498/5641/12339 5503/5640/12318 7950/8236/12329 +f 5498/5641/12339 7950/8236/12329 7958/8243/12340 +f 7958/8243/12340 7950/8236/12329 7951/8237/12330 +f 7959/8244/12341 7958/8243/12340 7949/8239/12332 +f 7958/8243/12340 7951/8237/12330 7949/8239/12332 +f 7959/8244/12341 7949/8239/12332 7954/8240/12333 +f 7959/8244/12341 7954/8240/12333 7960/8245/12342 +f 7961/8246/12343 7960/8245/12342 7948/8241/12335 +f 7960/8245/12342 7954/8240/12333 7948/8241/12335 +f 7961/8246/12343 7948/8241/12335 6139/6387/10053 +f 6139/6387/10053 7948/8241/12335 6143/6393/10064 +f 7964/6261/12344 7962/8247/12345 7672/7953/12346 +f 7672/7953/12346 7962/8247/12345 7668/7954/12294 +f 7962/8247/12345 7963/8212/12295 7668/7954/12294 +f 7969/8248/12347 7965/6259/12348 6026/6258/12349 +f 7969/8248/12347 6026/6258/12349 7968/8249/12350 +f 7969/8248/12347 7968/8249/12350 7970/8250/12351 +f 7964/6261/12344 7965/6259/12348 7969/8248/12347 +f 7971/8251/12352 7969/8248/12347 7970/8250/12351 +f 7972/8252/12353 7964/6261/12344 7969/8248/12347 +f 7972/8252/12353 7969/8248/12347 7971/8251/12352 +f 7962/8247/12345 7964/6261/12344 7972/8252/12353 +f 7973/8253/12354 7972/8252/12353 7971/8251/12352 +f 7967/8224/12309 7972/8252/12353 7973/8253/12354 +f 7963/8212/12295 7962/8247/12345 7972/8252/12355 +f 7963/8212/12295 7972/8252/12355 7974/8222/12307 +f 7974/8222/12307 7972/8252/12353 7967/8224/12309 +f 7966/8215/12298 7967/8224/12309 7973/8253/12354 +f 7973/8253/12354 7977/8254/12356 7975/8217/12300 +f 7973/8253/12354 7975/8217/12300 7966/8215/12298 +f 7971/8251/12352 7976/8255/12357 7977/8254/12356 +f 7971/8251/12352 7977/8254/12356 7973/8253/12354 +f 7976/8255/12357 7971/8251/12352 7970/8250/12351 +f 7970/8250/12351 7978/8256/12358 7976/8255/12357 +f 7970/8250/12351 7968/8249/12350 7978/8256/12358 +f 7968/8249/12350 6026/6258/12349 7979/8257/12359 +f 7978/8256/12358 7968/8249/12350 7979/8257/12359 +f 6025/6256/12360 7980/8258/12361 7979/8257/12359 +f 7980/8258/12361 7978/8256/12358 7979/8257/12359 +f 7976/8255/12357 7978/8256/12358 7981/8259/12362 +f 7981/8259/12362 7978/8256/12358 7980/8258/12361 +f 7982/8260/12363 7981/8259/12362 7980/8258/12361 +f 7977/8254/12356 7976/8255/12357 7981/8259/12364 +f 7983/8261/12365 7977/8254/12356 7981/8259/12364 +f 7983/8261/12366 7981/8259/12362 7982/8260/12363 +f 7975/8217/12300 7977/8254/12356 7985/8219/12302 +f 7985/8219/12302 7977/8254/12356 7983/8261/12365 +f 7983/8261/12366 7982/8260/12363 7986/8221/12306 +f 7986/8221/12306 7982/8260/12363 7984/8262/12367 +f 7985/8219/12302 7983/8261/12368 7986/8221/12304 +f 7933/6392/10063 7986/8221/12306 7984/8262/12367 +f 7989/8263/12369 9272/8264/12370 7984/8262/12367 +f 7984/8262/12367 9272/8264/12370 7987/6391/10062 +f 7984/8262/12367 7987/6391/10062 7933/6392/10063 +f 7982/8260/12363 7989/8263/12369 7984/8262/12367 +f 6025/6256/12360 7988/8265/12371 7980/8258/12361 +f 7980/8258/12361 7988/8265/12371 7989/8263/12369 +f 7980/8258/12361 7989/8263/12369 7982/8260/12363 +f 6025/6256/12360 7979/8257/12359 6024/6257/12372 +f 6026/6258/12349 6024/6257/12372 7979/8257/12359 +f 5669/5875/12373 7990/8266/12374 5671/5877/12375 +f 8067/8267/12376 7676/7957/12377 8091/8268/12378 +f 8091/8268/12378 7676/7957/12377 7677/7960/12379 +f 7991/8269/12380 8094/8270/12381 8026/8271/12382 +f 8026/8271/12382 8094/8270/12381 8102/8272/12383 +f 5659/5862/12384 7992/8273/12385 5661/5864/12386 +f 7685/7964/12387 8145/8274/12388 8120/8275/12389 +f 7685/7964/12387 8120/8275/12389 7683/7963/12390 +f 7993/8276/12391 8148/8277/12392 8028/8278/12393 +f 8028/8278/12393 8148/8277/12392 8157/8279/12394 +f 8186/8280/12395 5657/5859/12396 8173/8281/12397 +f 5649/5849/12398 7994/8282/12399 5651/5851/12400 +f 7687/7969/12401 8199/8283/12402 7688/7967/12403 +f 7688/7967/12403 8199/8283/12402 8176/8284/12404 +f 7995/8285/12405 8202/8286/12406 8030/8287/12407 +f 8030/8287/12407 8202/8286/12406 8210/8288/12408 +f 5639/5836/12409 7996/8289/12410 5641/5838/12411 +f 8228/8290/12412 7692/7974/12413 7695/7973/12414 +f 8228/8290/12412 7695/7973/12414 8254/8291/12415 +f 7997/8292/12416 8257/8293/12417 8239/8294/12418 +f 8239/8294/12418 8257/8293/12417 8264/8295/12419 +f 5630/5823/12420 7998/8296/12421 5632/5825/12422 +f 8307/8297/12423 8283/8298/12424 7699/7977/12425 +f 7699/7977/12425 7700/7981/12426 8307/8297/12423 +f 7999/8299/12427 8310/8300/12428 8292/8301/12429 +f 8292/8301/12429 8310/8300/12428 8319/8302/12430 +f 8338/8303/12431 7704/7985/12432 8363/8304/12433 +f 8363/8304/12433 7704/7985/12432 7705/7987/12434 +f 8000/8305/12435 8366/8306/12436 8035/8307/12437 +f 8035/8307/12437 8366/8306/12436 8375/8308/12438 +f 8406/8309/12439 5620/5808/12440 8393/5807/12441 +f 7709/7992/12442 8418/8310/12443 8394/8311/12444 +f 7709/7992/12442 8394/8311/12444 7708/7989/12445 +f 8001/8312/12446 8421/8313/12447 8036/8314/12448 +f 8036/8314/12448 8421/8313/12447 8427/8315/12449 +f 5603/5785/12450 8002/8316/12451 5605/5787/12452 +f 7715/7994/12453 8471/8317/12454 7714/7995/12455 +f 7714/7995/12455 8471/8317/12454 8446/8318/12456 +f 8003/8319/12457 8474/8320/12458 8038/8321/12459 +f 8038/8321/12459 8474/8320/12458 8481/8322/12460 +f 5593/5772/12461 8004/8323/12462 5595/5774/12463 +f 7723/8004/12464 8525/8324/12465 7722/8005/12466 +f 7722/8005/12466 8525/8324/12465 8499/8325/12467 +f 7722/8005/12466 8499/8325/12467 7720/8000/12468 +f 8005/8326/12469 8528/8327/12470 8509/8328/12471 +f 8509/8328/12471 8528/8327/12470 8535/8329/12472 +f 5583/5759/12473 8006/8330/12474 5585/5761/12475 +f 8555/8331/12476 7726/8052/12477 8579/8332/12478 +f 8579/8332/12478 7726/8052/12477 7727/8054/12479 +f 8007/8333/12480 8582/8334/12481 8008/8335/12482 +f 8008/8335/12482 8582/8334/12481 8590/8336/12483 +f 5574/5746/12484 8009/8337/12485 5576/5748/12486 +f 8610/8338/12487 7729/8009/12488 8634/8339/12489 +f 8634/8339/12489 7729/8009/12488 7730/7935/12490 +f 8010/8340/12491 8637/8341/12492 8042/8342/12493 +f 8042/8342/12493 8637/8341/12492 8647/8343/12494 +f 8666/8344/12495 7735/8015/12496 8690/8345/12497 +f 8690/8345/12497 7735/8015/12496 7737/8016/12498 +f 8011/8346/12499 8693/8347/12500 8044/8348/12501 +f 8044/8348/12501 8693/8347/12500 8700/8349/12502 +f 5557/5724/12503 8012/8350/12504 5558/5725/12505 +f 8718/8351/12506 7740/8020/12507 7742/8019/12508 +f 8718/8351/12506 7742/8019/12508 8741/8352/12509 +f 8013/8353/12510 8744/8354/12511 8046/8355/12512 +f 8046/8355/12512 8744/8354/12511 8752/8356/12513 +f 5549/5712/12514 8014/8357/12515 5550/5713/12516 +f 7748/8027/12517 8794/8358/12518 7746/8028/12519 +f 7746/8028/12519 8794/8358/12518 8770/8359/12520 +f 8015/8360/12521 8797/8361/12522 8779/8362/12523 +f 8779/8362/12523 8797/8361/12522 8806/8363/12524 +f 5538/5698/12525 8016/8364/12526 5540/5700/12527 +f 7752/8032/12528 8852/8365/12529 7751/8030/12530 +f 7751/8030/12530 8852/8365/12529 8826/8366/12531 +f 8017/8367/12532 8855/8368/12533 8836/8369/12534 +f 8836/8369/12534 8855/8368/12533 8862/8370/12535 +f 5528/5685/12536 8018/8371/12537 5530/5687/12538 +f 8882/8372/12539 7755/8037/12540 8905/8373/12541 +f 8905/8373/12541 7755/8037/12540 7756/8036/12542 +f 8019/8374/12543 8908/8375/12544 8051/8376/12545 +f 8051/8376/12545 8908/8375/12544 8917/8377/12546 +f 5519/5672/12547 8020/8378/12548 5521/5674/12549 +f 8936/8379/12550 7758/8038/12551 7760/8042/12552 +f 8936/8379/12550 7760/8042/12552 8962/8380/12553 +f 8021/8381/12554 8965/8382/12555 8052/8383/12556 +f 8052/8383/12556 8965/8382/12555 8971/8384/12557 +f 5510/5659/12558 8022/8385/12559 5512/5661/12560 +f 8989/8386/12561 7762/8046/12562 9014/8387/12563 +f 9014/8387/12563 7762/8046/12562 7764/8045/12564 +f 8023/8388/12565 9017/8389/12566 8999/8390/12567 +f 8999/8390/12567 9017/8389/12566 9025/8391/12568 +f 5501/5643/12569 8024/8392/12570 5499/5645/12571 +f 9045/8393/12572 7767/8050/12573 9069/8394/12574 +f 9069/8394/12574 7767/8050/12573 7771/8049/12575 +f 8025/8395/12576 9072/8396/12577 9053/8397/12578 +f 9053/8397/12578 9072/8396/12577 9079/8398/12579 +f 8026/8271/12382 8102/8272/12383 8112/8399/12580 +f 8026/8271/12382 8112/8399/12580 8084/8400/12581 +f 8084/8400/12581 8112/8399/12580 8114/8401/12582 +f 8084/8400/12581 8114/8401/12582 8085/8402/12583 +f 8085/8402/12584 8114/8401/12585 8113/8403/12586 +f 8085/8402/12584 8113/8403/12586 8027/6385/10048 +f 8085/8402/12584 8027/6385/10048 6136/6384/10047 +f 8028/8278/12393 8157/8279/12394 8167/8404/12587 +f 8028/8278/12393 8167/8404/12587 8138/8405/12588 +f 8138/8405/12588 8167/8404/12589 8139/8406/12590 +f 8139/8406/12590 8167/8404/12589 8168/8407/12591 +f 8139/8406/12592 8168/8407/12593 8029/6366/10023 +f 8139/8406/12592 8029/6366/10023 6124/6365/10022 +f 8030/8287/12407 8210/8288/12408 8221/8408/12594 +f 8030/8287/12407 8221/8408/12594 8192/8409/12595 +f 8192/8409/12595 8221/8408/12594 8193/8410/12596 +f 8193/8410/12597 8221/8408/12598 8220/8411/12599 +f 8193/8410/12597 8220/8411/12599 8031/6495/10186 +f 8193/8410/12597 8031/6495/10186 6203/6494/10185 +f 8239/8294/12418 8264/8295/12419 8275/8412/12600 +f 8239/8294/12418 8275/8412/12600 8247/8413/12601 +f 8247/8413/12601 8275/8412/12600 8277/8414/12602 +f 8247/8413/12601 8277/8414/12602 8248/8415/12603 +f 8248/8415/12603 8277/8414/12602 8276/8416/12604 +f 8248/8415/12603 8276/8416/12604 6202/6491/10182 +f 6202/6491/10182 8276/8416/12604 6200/6488/10177 +s 494 +f 8331/6358/12605 6119/6357/12606 8302/8417/12607 +f 8331/6358/12605 8302/8417/12607 8032/8418/12608 +s 495 +f 8032/8418/12609 8302/8417/12610 8301/8419/12611 +f 8032/8418/12609 8301/8419/12611 8329/8420/12612 +s 39 +f 8329/8420/12613 8301/8419/12614 8319/8302/12430 +f 8319/8302/12430 8301/8419/12614 8292/8301/12429 +f 6197/6481/10169 6199/6486/10175 8355/8421/12615 +f 8033/6482/10170 8355/8421/12615 8387/8422/12616 +f 8387/8422/12616 8355/8421/12615 8357/8423/12617 +f 8387/8422/12616 8357/8423/12617 8034/8424/12618 +f 8034/8424/12618 8357/8423/12617 8356/8425/12619 +f 8034/8424/12618 8356/8425/12619 8385/8426/12620 +f 8385/8426/12620 8356/8425/12619 8035/8307/12437 +f 8385/8426/12620 8035/8307/12437 8375/8308/12438 +f 8033/6482/10170 6197/6481/10169 8355/8421/12615 +f 8036/8314/12448 8427/8315/12449 8437/8427/12621 +f 8036/8314/12448 8437/8427/12621 8411/8428/12622 +f 8411/8428/12622 8437/8427/12621 8439/8429/12623 +f 8411/8428/12622 8439/8429/12623 8412/8430/12624 +f 8412/8430/12625 8439/8429/12626 8438/8431/12627 +f 8412/8430/12625 8438/8431/12627 6194/6475/10163 +f 6194/6475/10163 8438/8431/12627 8037/6476/10164 +f 8038/8321/12459 8481/8322/12460 8491/8432/12628 +f 8038/8321/12459 8491/8432/12628 8464/8433/12629 +f 8464/8433/12629 8491/8432/12630 8465/8434/12631 +f 8465/8434/12631 8491/8432/12630 8492/8435/12632 +f 8465/8434/12633 8492/8435/12634 8039/6473/10161 +f 8465/8434/12633 8039/6473/10161 6193/6472/10160 +f 8509/8328/12471 8535/8329/12472 8518/8436/12635 +f 8518/8436/12635 8535/8329/12472 8545/8437/12636 +f 8518/8436/12635 8545/8437/12636 8547/8438/12637 +f 8518/8436/12635 8547/8438/12637 8519/8439/12638 +f 8519/8439/12639 8547/8438/12640 8546/8440/12641 +f 8519/8439/12639 8546/8440/12641 6189/6468/10156 +f 6189/6468/10156 8546/8440/12641 8040/6469/10157 +f 8008/8335/12482 8590/8336/12483 8572/8441/12642 +f 8572/8441/12642 8590/8336/12483 8600/8442/12643 +f 8572/8441/12642 8600/8442/12643 8602/8443/12644 +f 8572/8441/12642 8602/8443/12644 8573/8444/12645 +f 8573/8444/12646 8602/8443/12647 8601/8445/12648 +f 8573/8444/12646 8601/8445/12648 8041/6464/10151 +f 8573/8444/12646 8041/6464/10151 6186/6463/10150 +f 8042/8342/12493 8647/8343/12494 8657/8446/12649 +f 8042/8342/12493 8657/8446/12649 8628/8447/12650 +f 8628/8447/12650 8657/8446/12649 8659/8448/12651 +f 8628/8447/12650 8659/8448/12651 8629/8449/12652 +f 8629/8449/12652 8659/8448/12651 8658/8450/12653 +f 8629/8449/12652 8658/8450/12653 8043/6456/10143 +f 8629/8449/12652 8043/6456/10143 6182/6455/10142 +f 8044/8348/12501 8700/8349/12502 8710/8451/12654 +f 8044/8348/12501 8710/8451/12654 8683/8452/12655 +f 8683/8452/12655 8710/8451/12654 8712/8453/12656 +f 8683/8452/12655 8712/8453/12656 8684/8454/12657 +f 8684/8454/12657 8712/8453/12656 8711/8455/12658 +f 8684/8454/12657 8711/8455/12658 8045/6449/10134 +f 8684/8454/12657 8045/6449/10134 6178/6448/10133 +f 8046/8355/12512 8752/8356/12513 8762/8456/12659 +f 8046/8355/12512 8762/8456/12659 8734/8457/12660 +f 8734/8457/12660 8762/8456/12661 8735/8458/12662 +f 8735/8458/12662 8762/8456/12661 8763/8459/12663 +f 8735/8458/12664 8763/8459/12665 8047/6361/10018 +f 8735/8458/12664 8047/6361/10018 6120/6360/10017 +f 8779/8362/12523 8806/8363/12524 8788/8460/12666 +f 8788/8460/12666 8806/8363/12524 8816/8461/12667 +f 8788/8460/12666 8816/8461/12667 8048/8462/12668 +f 8048/8462/12668 8816/8461/12667 8817/8463/12669 +f 8048/8462/12670 8817/8463/12671 6175/6443/10127 +f 6175/6443/10127 8817/8463/12671 8818/8464/12672 +f 6175/6443/10127 8818/8464/12673 6173/6438/10120 +f 8874/6440/10122 6121/6363/10020 8846/8465/12674 +f 8874/6440/10122 8846/8465/12674 8049/8466/12675 +s 504 +f 8049/8466/12676 8846/8465/12677 8845/8467/12678 +f 8049/8466/12676 8845/8467/12678 8872/8468/12679 +s 39 +f 8872/8468/12680 8845/8467/12681 8862/8370/12535 +f 8862/8370/12535 8845/8467/12681 8836/8369/12534 +f 8874/6440/10122 6122/6364/10021 6121/6363/10020 +f 8050/6429/10110 6170/6428/10109 8928/8469/12682 +f 8928/8469/12682 6170/6428/10109 8899/8470/12683 +f 8928/8469/12682 8899/8470/12683 8929/8471/12684 +f 8929/8471/12684 8899/8470/12683 8898/8472/12685 +f 8929/8471/12684 8898/8472/12685 8927/8473/12686 +f 8927/8473/12686 8898/8472/12685 8051/8376/12545 +f 8927/8473/12686 8051/8376/12545 8917/8377/12546 +f 8052/8383/12556 8971/8384/12557 8981/8474/12687 +f 8052/8383/12556 8981/8474/12687 8955/8475/12688 +f 8955/8475/12688 8981/8474/12689 8956/8476/12690 +f 8956/8476/12690 8981/8474/12689 8982/8477/12691 +f 8956/8476/12692 8982/8477/12693 8053/6427/10108 +f 8956/8476/12692 8053/6427/10108 6168/6426/10107 +f 8999/8390/12567 9025/8391/12568 9008/8478/12694 +f 9008/8478/12694 9025/8391/12568 9036/8479/12695 +f 9008/8478/12694 9036/8479/12695 9037/8480/12696 +f 9008/8478/12694 9037/8480/12696 9009/8481/12697 +f 9009/8481/12697 9037/8480/12696 9038/8482/12698 +f 9009/8481/12699 9038/8482/12698 9029/6422/10103 +f 9009/8481/12699 9029/6422/10103 6165/6421/10102 +f 9053/8397/12578 9079/8398/12579 9089/8483/12700 +f 9053/8397/12578 9089/8483/12700 9062/8484/12701 +f 9062/8484/12701 9089/8483/12702 9090/8485/12703 +f 9062/8484/12701 9090/8485/12703 9063/8486/12704 +f 9063/8486/12705 9090/8485/12706 8054/6416/10095 +f 9063/8486/12705 8054/6416/10095 6163/6415/10094 +f 8067/8267/12376 8091/8268/12378 8055/8487/12707 +f 8055/8487/12707 8091/8268/12378 8101/8488/12708 +f 8055/8487/12709 8101/8488/12710 8094/8270/12381 +f 8055/8487/12709 8094/8270/12381 7991/8269/12380 +f 8120/8275/12389 8145/8274/12388 8156/8489/12711 +f 8120/8275/12389 8156/8489/12711 8128/8490/12712 +f 8128/8490/12712 8156/8489/12711 8149/8491/12713 +f 8128/8490/12712 8149/8491/12713 7993/8276/12391 +f 7993/8276/12391 8149/8491/12713 8148/8277/12392 +f 8176/8284/12714 8199/8283/12402 8181/8492/12715 +f 8181/8492/12715 8199/8283/12402 8209/8493/12716 +f 8181/8492/12717 8209/8493/12718 8202/8286/12406 +f 8181/8492/12717 8202/8286/12406 7995/8285/12405 +f 8228/8290/12412 8254/8291/12415 8236/8494/12719 +f 8236/8494/12719 8254/8291/12415 8263/8495/12720 +f 8236/8494/12719 8263/8495/12720 8235/8496/12721 +f 8235/8496/12721 8263/8495/12720 8258/8497/12722 +f 8235/8496/12721 8258/8497/12722 7997/8292/12416 +f 7997/8292/12416 8258/8497/12722 8257/8293/12417 +f 8283/8298/12424 8307/8297/12423 8056/8498/12723 +f 8056/8498/12723 8307/8297/12423 8318/8499/12724 +f 8056/8498/12725 8318/8499/12726 7999/8299/12727 +f 7999/8299/12727 8318/8499/12726 8311/8500/12728 +f 7999/8299/12427 8311/8500/12729 8310/8300/12428 +f 8338/8303/12431 8363/8304/12433 8374/8501/12730 +f 8338/8303/12431 8374/8501/12730 8057/8502/12731 +f 8057/8502/12732 8374/8501/12733 8367/8503/12734 +f 8057/8502/12732 8367/8503/12734 8000/8305/12435 +f 8000/8305/12435 8367/8503/12734 8366/8306/12436 +f 8394/8311/12444 8418/8310/12443 8426/8504/12735 +f 8394/8311/12444 8426/8504/12735 8400/8505/12736 +f 8400/8505/12737 8426/8504/12738 8001/8312/12446 +f 8001/8312/12446 8426/8504/12738 8421/8313/12447 +f 8446/8318/12739 8471/8317/12454 8452/8506/12740 +f 8452/8506/12740 8471/8317/12454 8480/8507/12741 +f 8452/8506/12742 8480/8507/12743 8474/8320/12458 +f 8452/8506/12742 8474/8320/12458 8003/8319/12457 +f 8499/8325/12467 8525/8324/12465 8534/8508/12744 +f 8499/8325/12467 8534/8508/12744 8507/8509/12745 +f 8507/8509/12745 8534/8508/12744 8529/8510/12746 +f 8507/8509/12745 8529/8510/12747 8005/8326/12469 +f 8005/8326/12469 8529/8510/12747 8528/8327/12470 +f 8555/8331/12476 8579/8332/12478 8058/8511/12748 +f 8058/8511/12748 8579/8332/12478 8589/8512/12749 +f 8058/8511/12750 8589/8512/12751 8582/8334/12481 +f 8058/8511/12750 8582/8334/12481 8007/8333/12480 +f 8610/8338/12487 8634/8339/12489 8646/8513/12752 +f 8610/8338/12487 8646/8513/12752 8059/8514/12753 +f 8059/8514/12754 8646/8513/12755 8638/8515/12756 +f 8059/8514/12754 8638/8515/12756 8010/8340/12491 +f 8010/8340/12491 8638/8515/12756 8637/8341/12492 +f 8666/8344/12495 8690/8345/12497 8699/8516/12757 +f 8666/8344/12495 8699/8516/12757 8672/8517/12758 +f 8672/8517/12759 8699/8516/12760 8011/8346/12499 +f 8011/8346/12499 8699/8516/12760 8693/8347/12500 +f 8718/8351/12506 8741/8352/12509 8751/8518/12761 +f 8718/8351/12506 8751/8518/12761 8724/8519/12762 +f 8724/8519/12763 8751/8518/12761 8744/8354/12511 +f 8724/8519/12763 8744/8354/12511 8013/8353/12510 +f 8770/8359/12520 8794/8358/12518 8060/8520/12764 +f 8060/8520/12764 8794/8358/12518 8805/8521/12765 +f 8060/8520/12766 8805/8521/12767 8015/8360/12768 +f 8015/8360/12768 8805/8521/12767 8798/8522/12769 +f 8015/8360/12521 8798/8522/12770 8797/8361/12522 +f 8826/8366/12531 8852/8365/12529 8861/8523/12771 +f 8826/8366/12531 8861/8523/12771 8834/8524/12772 +f 8834/8524/12772 8861/8523/12771 8856/8525/12773 +f 8834/8524/12772 8856/8525/12773 8017/8367/12532 +f 8017/8367/12532 8856/8525/12773 8855/8368/12533 +f 8882/8372/12539 8905/8373/12541 8061/8526/12774 +f 8061/8526/12774 8905/8373/12541 8916/8527/12775 +f 8061/8526/12776 8916/8527/12777 8908/8375/12544 +f 8061/8526/12776 8908/8375/12544 8019/8374/12543 +f 8936/8379/12550 8962/8380/12553 8970/8528/12778 +f 8936/8379/12550 8970/8528/12778 8944/8529/12779 +f 8944/8529/12780 8970/8528/12781 8965/8382/12555 +f 8944/8529/12780 8965/8382/12555 8021/8381/12554 +f 8989/8386/12561 9014/8387/12563 9024/8530/12782 +f 8989/8386/12561 9024/8530/12782 8997/8531/12783 +f 8997/8531/12784 9024/8530/12782 9017/8389/12566 +f 8997/8531/12784 9017/8389/12566 8023/8388/12565 +f 9045/8393/12572 9069/8394/12574 8063/8532/12785 +f 8063/8532/12785 9069/8394/12574 8062/8533/12786 +f 8063/8532/12787 8062/8533/12788 9072/8396/12577 +f 8063/8532/12787 9072/8396/12577 8025/8395/12576 +f 8064/6250/12789 8065/8534/12790 6021/6252/12791 +f 7676/7957/12377 8067/8267/12376 7674/7958/12792 +f 8070/8535/12793 6021/6252/12791 8065/8534/12790 +f 8069/8536/12794 8070/8535/12793 8065/8534/12790 +f 8064/6250/12789 8066/7946/12795 8071/8537/12796 +f 8071/8537/12796 8069/8536/12794 8065/8534/12790 +f 8071/8537/12796 8065/8534/12790 8064/6250/12789 +f 8072/8538/12797 8068/8539/12798 8069/8536/12794 +f 8072/8538/12797 8069/8536/12794 8071/8537/12796 +f 7991/8269/12380 8068/8539/12798 8072/8538/12797 +f 8072/8538/12799 8071/8537/12796 7674/7958/12792 +f 7674/7958/12792 8071/8537/12796 8066/7946/12795 +f 8067/8267/12376 8072/8538/12799 7674/7958/12792 +f 8055/8487/12709 7991/8269/12380 8072/8538/12797 +f 8055/8487/12707 8072/8538/12799 8067/8267/12376 +f 8078/8540/12800 6021/6252/12791 8070/8535/12793 +f 8078/8540/12800 8070/8535/12793 8073/8541/12801 +f 8070/8535/12793 8069/8536/12794 8074/8542/12802 +f 8074/8542/12802 8069/8536/12794 8068/8539/12798 +f 8074/8542/12802 8068/8539/12798 8081/8543/12803 +f 7991/8269/12380 8026/8271/12382 8075/8544/12804 +f 7991/8269/12380 8075/8544/12804 8068/8539/12798 +f 8068/8539/12798 8075/8544/12804 8081/8543/12803 +f 8070/8535/12793 8074/8542/12802 8073/8541/12801 +f 8074/8542/12805 8079/8545/12806 8073/8541/12801 +f 8080/8546/12807 8077/8547/12808 8079/8545/12806 +f 8080/8546/12807 8079/8545/12806 8074/8542/12805 +f 8073/8541/12801 8079/8545/12806 8078/8540/12800 +f 8082/8548/12809 8077/8547/12810 8080/8546/12811 +f 8081/8543/12803 8080/8546/12807 8074/8542/12805 +f 8076/8549/12812 8082/8548/12809 8080/8546/12811 +f 8083/8550/12813 8080/8546/12807 8081/8543/12803 +f 8076/8549/12812 8080/8546/12811 6136/6384/10047 +f 6136/6384/10047 8080/8546/12811 8083/8550/12814 +f 8083/8550/12813 8081/8543/12803 8084/8400/12581 +f 8084/8400/12581 8081/8543/12803 8075/8544/12804 +f 8085/8402/12584 6136/6384/10047 8083/8550/12814 +f 8085/8402/12583 8083/8550/12813 8084/8400/12581 +f 8026/8271/12382 8084/8400/12581 8075/8544/12804 +f 6023/6254/12815 6021/6252/12791 8078/8540/12800 +f 6023/6254/12815 8078/8540/12800 8086/8551/12816 +f 8086/8551/12816 8078/8540/12800 8079/8545/12806 +f 8087/8552/12817 8086/8551/12816 8077/8547/12810 +f 8086/8551/12816 8079/8545/12806 8077/8547/12810 +f 8087/8552/12817 8077/8547/12810 8082/8548/12809 +f 8087/8552/12817 8082/8548/12809 8088/8553/12818 +f 8088/8553/12818 8082/8548/12809 8076/8549/12812 +f 8088/8553/12818 8076/8549/12812 8089/6372/10033 +f 8089/6372/10033 8076/8549/12812 6136/6384/10047 +f 7679/5880/12819 8093/5879/12820 8092/8554/12821 +f 8092/8554/12821 8090/8555/12822 7679/5880/12819 +f 7679/5880/12819 8090/8555/12822 7677/7960/12379 +f 8090/8555/12822 8091/8268/12378 7677/7960/12379 +f 5671/5877/12375 8097/8556/12823 8093/5879/12820 +f 8097/8556/12823 5671/5877/12375 7990/8266/12374 +f 8097/8556/12823 7990/8266/12374 8096/8557/12824 +f 8097/8556/12825 8096/8557/12826 8098/8558/12827 +f 8092/8554/12821 8093/5879/12820 8097/8556/12823 +f 8092/8554/12828 8097/8556/12825 8098/8558/12827 +f 8100/8559/12829 8092/8554/12828 8098/8558/12827 +f 8100/8559/12829 8098/8558/12827 8099/8560/12830 +f 8090/8555/12822 8092/8554/12821 8100/8559/12831 +f 8101/8488/12708 8090/8555/12822 8100/8559/12831 +f 8101/8488/12710 8100/8559/12829 8095/8561/12832 +f 8095/8561/12832 8100/8559/12829 8099/8560/12830 +f 8091/8268/12378 8090/8555/12822 8101/8488/12708 +f 8094/8270/12381 8095/8561/12832 8099/8560/12830 +f 8101/8488/12710 8095/8561/12832 8094/8270/12381 +f 8099/8560/12830 8104/8562/12833 8102/8272/12383 +f 8099/8560/12830 8102/8272/12383 8094/8270/12381 +f 8098/8558/12827 8103/8563/12834 8099/8560/12830 +f 8099/8560/12830 8103/8563/12834 8104/8562/12833 +f 8098/8558/12827 8105/8564/12835 8103/8563/12834 +f 8098/8558/12827 8096/8557/12826 8105/8564/12835 +f 8096/8557/12826 7990/8266/12374 8106/8565/12836 +f 8105/8564/12835 8096/8557/12826 8106/8565/12836 +f 5670/5876/12837 8107/8566/12838 8106/8565/12836 +f 8107/8566/12838 8105/8564/12835 8106/8565/12836 +f 8103/8563/12834 8105/8564/12835 8108/8567/12839 +f 8108/8567/12839 8105/8564/12835 8107/8566/12838 +f 8109/8568/12840 8108/8567/12839 8107/8566/12838 +f 8104/8562/12833 8103/8563/12834 8108/8567/12841 +f 8110/8569/12842 8104/8562/12833 8108/8567/12841 +f 8110/8569/12843 8108/8567/12839 8109/8568/12840 +f 8102/8272/12383 8104/8562/12833 8112/8399/12580 +f 8112/8399/12580 8104/8562/12833 8110/8569/12842 +f 8110/8569/12843 8109/8568/12840 8113/8403/12586 +f 8113/8403/12586 8109/8568/12840 8111/8570/12844 +f 8114/8401/12582 8112/8399/12580 8110/8569/12842 +f 8114/8401/12585 8110/8569/12843 8113/8403/12586 +f 8027/6385/10048 8113/8403/12586 8111/8570/12844 +f 8117/8571/12845 9283/8572/12846 8111/8570/12844 +f 8111/8570/12844 9283/8572/12846 8115/6386/10049 +f 8111/8570/12844 8115/6386/10049 8027/6385/10048 +f 8109/8568/12840 8117/8571/12845 8111/8570/12844 +f 5670/5876/12837 8116/8573/12847 8107/8566/12838 +f 8107/8566/12838 8116/8573/12847 8117/8571/12845 +f 8107/8566/12838 8117/8571/12845 8109/8568/12840 +f 5670/5876/12837 8106/8565/12836 5669/5875/12373 +f 7990/8266/12374 5669/5875/12373 8106/8565/12836 +f 7682/5871/12848 8118/8574/12849 5666/5868/12850 +f 5666/5868/12851 8118/8574/12849 8119/8575/12852 +f 8119/8575/12852 5667/5872/12853 5666/5868/12851 +f 8123/8576/12854 8119/8575/12852 8118/8574/12849 +f 8122/8577/12855 8123/8576/12854 8118/8574/12849 +f 8124/8578/12856 8122/8577/12855 8118/8574/12849 +f 8121/8579/12857 8122/8577/12855 8124/8578/12856 +f 8118/8574/12849 7682/5871/12848 8125/8580/12858 +f 8125/8580/12858 8124/8578/12856 8118/8574/12849 +f 8126/8581/12859 8121/8579/12857 8124/8578/12856 +f 8126/8581/12859 8124/8578/12856 8125/8580/12860 +f 8127/8582/12861 8121/8579/12857 8126/8581/12859 +f 8126/8581/12862 8125/8580/12858 7683/7963/12390 +f 7683/7963/12390 8125/8580/12858 7682/5871/12848 +f 8127/8582/12861 8126/8581/12859 8128/8490/12712 +f 8128/8490/12712 8126/8581/12863 8120/8275/12389 +f 8120/8275/12389 8126/8581/12862 7683/7963/12390 +f 7993/8276/12391 8127/8582/12861 8128/8490/12712 +f 8119/8575/12852 8123/8576/12854 8129/8583/12864 +f 8123/8576/12854 8122/8577/12855 8130/8584/12865 +f 8130/8584/12865 8122/8577/12855 8121/8579/12857 +f 8130/8584/12865 8121/8579/12857 8135/8585/12866 +f 7993/8276/12391 8028/8278/12393 8127/8582/12861 +f 8127/8582/12861 8028/8278/12393 8131/8586/12867 +f 8127/8582/12861 8131/8586/12867 8121/8579/12857 +f 8121/8579/12857 8131/8586/12867 8135/8585/12866 +f 8123/8576/12854 8130/8584/12865 8129/8583/12864 +f 8130/8584/12865 8133/8587/12868 8129/8583/12864 +f 8134/8588/12869 8140/8589/12870 8133/8587/12871 +f 8134/8588/12872 8133/8587/12868 8130/8584/12865 +f 8136/8590/12873 8140/8589/12870 8134/8588/12869 +f 8135/8585/12874 8134/8588/12872 8130/8584/12865 +f 8132/8591/12875 8136/8590/12873 8134/8588/12876 +f 8137/8592/12877 8134/8588/12872 8135/8585/12874 +f 8132/8591/12875 8134/8588/12876 6124/6365/10022 +f 6124/6365/10022 8134/8588/12876 8137/8592/12878 +f 8137/8592/12877 8135/8585/12874 8138/8405/12588 +f 8138/8405/12588 8135/8585/12874 8131/8586/12867 +f 8139/8406/12592 6124/6365/10022 8137/8592/12878 +f 8139/8406/12590 8137/8592/12877 8138/8405/12588 +f 8028/8278/12393 8138/8405/12588 8131/8586/12867 +f 5667/5872/12853 8119/8575/12852 8129/8583/12864 +s 541 +f 8140/8589/12879 5667/5872/12880 8133/8587/12881 +f 5667/5872/12880 8129/8583/12882 8133/8587/12881 +s 39 +f 8141/8593/12883 8140/8589/12870 8136/8590/12873 +f 8141/8593/12883 8136/8590/12873 8142/8594/12884 +f 8142/8594/12884 8136/8590/12873 8132/8591/12875 +f 8142/8594/12884 8132/8591/12875 8143/6367/10024 +f 8143/6367/10024 8132/8591/12875 6124/6365/10022 +f 8147/5866/12885 8146/8595/12886 5663/5867/12887 +f 5663/5867/12887 8146/8595/12886 8144/7944/12888 +f 8144/7944/12888 8145/8274/12388 7685/7964/12387 +f 5661/5864/12386 8151/8596/12889 8147/5866/12885 +f 8151/8596/12889 5661/5864/12386 7992/8273/12385 +f 8151/8596/12889 7992/8273/12385 8150/8597/12890 +f 8151/8596/12889 8150/8597/12890 8152/8598/12891 +f 8146/8595/12886 8147/5866/12885 8151/8596/12889 +f 8146/8595/12886 8151/8596/12889 8153/8599/12892 +f 8153/8599/12892 8151/8596/12889 8152/8598/12891 +f 8154/8600/12893 8146/8595/12886 8153/8599/12892 +f 8144/7944/12888 8146/8595/12886 8154/8600/12894 +f 8155/8601/12895 8154/8600/12893 8153/8599/12892 +f 8149/8491/12713 8154/8600/12893 8155/8601/12895 +f 8145/8274/12388 8144/7944/12888 8154/8600/12894 +f 8145/8274/12388 8154/8600/12894 8156/8489/12711 +f 8156/8489/12711 8154/8600/12893 8149/8491/12713 +f 8148/8277/12392 8149/8491/12713 8155/8601/12895 +f 8155/8601/12895 8159/8602/12896 8157/8279/12394 +f 8155/8601/12895 8157/8279/12394 8148/8277/12392 +f 8153/8599/12892 8158/8603/12897 8159/8602/12896 +f 8153/8599/12892 8159/8602/12896 8155/8601/12895 +f 8158/8603/12897 8153/8599/12892 8152/8598/12891 +f 8152/8598/12891 8160/8604/12898 8158/8603/12897 +f 8152/8598/12891 8150/8597/12890 8160/8604/12898 +f 8150/8597/12890 7992/8273/12385 8161/8605/12899 +f 8160/8604/12898 8150/8597/12890 8161/8605/12899 +f 5660/5863/12900 8162/8606/12901 8161/8605/12899 +f 8162/8606/12901 8160/8604/12898 8161/8605/12899 +f 8158/8603/12897 8160/8604/12898 8163/8607/12902 +f 8163/8607/12902 8160/8604/12898 8162/8606/12901 +f 8164/8608/12903 8163/8607/12902 8162/8606/12901 +f 8159/8602/12896 8158/8603/12897 8163/8607/12904 +f 8165/8609/12905 8159/8602/12896 8163/8607/12904 +f 8165/8609/12906 8163/8607/12902 8164/8608/12903 +f 8157/8279/12394 8159/8602/12896 8167/8404/12587 +f 8167/8404/12587 8159/8602/12896 8165/8609/12905 +f 8165/8609/12906 8164/8608/12903 8168/8407/12593 +f 8168/8407/12593 8164/8608/12903 8166/8610/12907 +f 8167/8404/12589 8165/8609/12908 8168/8407/12591 +f 8029/6366/10023 8168/8407/12593 8166/8610/12907 +f 8171/8611/12909 9095/8612/12910 8166/8610/12907 +f 8166/8610/12907 9095/8612/12910 8169/6368/10025 +f 8166/8610/12907 8169/6368/10025 8029/6366/10023 +f 8164/8608/12903 8171/8611/12909 8166/8610/12907 +f 5660/5863/12900 8170/8613/12911 8162/8606/12901 +f 8162/8606/12901 8170/8613/12911 8171/8611/12909 +f 8162/8606/12901 8171/8611/12909 8164/8608/12903 +f 5660/5863/12900 8161/8605/12899 5659/5862/12384 +f 7992/8273/12385 5659/5862/12384 8161/8605/12899 +f 8174/5858/12912 8172/8614/12913 5656/5855/12914 +f 5656/5855/12914 8172/8614/12913 8173/8281/12397 +f 8173/8281/12397 5657/5859/12396 5656/5855/12914 +f 7688/7967/12403 8176/8284/12404 8175/7966/12915 +f 8178/8615/12916 8173/8281/12397 8172/8614/12913 +f 8179/8616/12917 8178/8615/12916 8172/8614/12913 +f 8179/8616/12917 8172/8614/12913 8174/5858/12912 +f 8174/5858/12912 8175/7966/12915 8179/8616/12917 +f 8180/8617/12918 8177/8618/12919 8178/8615/12916 +f 8180/8617/12918 8178/8615/12916 8179/8616/12917 +f 7995/8285/12405 8177/8618/12919 8180/8617/12918 +f 8180/8617/12920 8179/8616/12917 8175/7966/12915 +f 7995/8285/12405 8180/8617/12918 8181/8492/12717 +f 8181/8492/12715 8180/8617/12921 8176/8284/12714 +f 8176/8284/12404 8180/8617/12920 8175/7966/12915 +f 8186/8280/12395 8173/8281/12397 8182/8619/12922 +f 8182/8619/12922 8173/8281/12397 8178/8615/12916 +f 8182/8619/12922 8178/8615/12916 8177/8618/12919 +f 8182/8619/12922 8177/8618/12919 8189/8620/12923 +f 7995/8285/12405 8030/8287/12407 8183/8621/12924 +f 7995/8285/12405 8183/8621/12924 8177/8618/12919 +f 8177/8618/12919 8183/8621/12924 8189/8620/12923 +f 8187/8622/12925 8186/8280/12395 8182/8619/12922 +f 8188/8623/12926 8185/8624/12927 8187/8622/12925 +f 8188/8623/12926 8187/8622/12925 8182/8619/12922 +f 8190/8625/12928 8185/8624/12927 8188/8623/12926 +f 8189/8620/12923 8188/8623/12926 8182/8619/12922 +f 8184/8626/12929 8190/8625/12928 8188/8623/12926 +f 8191/8627/12930 8188/8623/12926 8189/8620/12923 +f 8184/8626/12929 8188/8623/12926 6203/6494/10185 +f 6203/6494/10185 8188/8623/12926 8191/8627/12931 +f 8191/8627/12930 8189/8620/12923 8192/8409/12595 +f 8192/8409/12595 8189/8620/12923 8183/8621/12924 +f 8193/8410/12597 6203/6494/10185 8191/8627/12931 +f 8193/8410/12596 8191/8627/12930 8192/8409/12595 +f 8030/8287/12407 8192/8409/12595 8183/8621/12924 +f 5657/5859/12932 8186/8280/12395 8194/8628/12933 +f 8194/8628/12933 8186/8280/12395 8187/8622/12925 +f 8195/8629/12934 8194/8628/12933 8185/8624/12927 +f 8194/8628/12933 8187/8622/12925 8185/8624/12927 +f 8195/8629/12934 8185/8624/12927 8190/8625/12928 +f 8195/8629/12934 8190/8625/12928 8196/8630/12935 +f 8196/8630/12935 8190/8625/12928 8184/8626/12929 +f 8196/8630/12935 8184/8626/12929 8197/6371/10030 +f 8197/6371/10030 8184/8626/12929 6203/6494/10185 +f 8201/5853/12936 8200/8631/12937 5653/5854/12938 +f 8200/8631/12937 8198/8632/12939 5653/5854/12938 +f 5653/5854/12938 8198/8632/12939 7687/7969/12401 +f 7687/7969/12401 8198/8632/12939 8199/8283/12402 +f 5651/5851/12400 8204/8633/12940 8201/5853/12936 +f 8204/8633/12940 5651/5851/12400 7994/8282/12399 +f 8204/8633/12940 7994/8282/12399 8203/8634/12941 +f 8204/8633/12940 8203/8634/12941 8205/8635/12942 +f 8200/8631/12937 8201/5853/12936 8204/8633/12940 +f 8200/8631/12937 8204/8633/12940 8206/8636/12943 +f 8206/8636/12943 8204/8633/12940 8205/8635/12942 +f 8207/8637/12944 8200/8631/12937 8206/8636/12943 +f 8198/8632/12939 8200/8631/12937 8207/8637/12945 +f 8208/8638/12946 8207/8637/12944 8206/8636/12943 +f 8209/8493/12716 8198/8632/12939 8207/8637/12945 +f 8209/8493/12718 8207/8637/12944 8208/8638/12946 +f 8199/8283/12402 8198/8632/12939 8209/8493/12716 +f 8209/8493/12718 8208/8638/12946 8202/8286/12406 +f 8208/8638/12946 8212/8639/12947 8202/8286/12406 +f 8202/8286/12406 8212/8639/12947 8210/8288/12408 +f 8206/8636/12943 8211/8640/12948 8208/8638/12946 +f 8208/8638/12946 8211/8640/12948 8212/8639/12947 +f 8211/8640/12948 8206/8636/12943 8205/8635/12942 +f 8205/8635/12942 8213/8641/12949 8211/8640/12948 +f 8205/8635/12942 8203/8634/12941 8213/8641/12949 +f 8203/8634/12941 7994/8282/12399 8214/8642/12950 +f 8213/8641/12949 8203/8634/12941 8214/8642/12950 +f 5650/5850/12951 8215/8643/12952 8214/8642/12950 +f 8215/8643/12952 8213/8641/12949 8214/8642/12950 +f 8211/8640/12948 8213/8641/12949 8216/8644/12953 +f 8216/8644/12954 8213/8641/12949 8215/8643/12952 +f 8217/8645/12955 8216/8644/12954 8215/8643/12952 +f 8212/8639/12947 8211/8640/12948 8218/8646/12956 +f 8218/8646/12956 8211/8640/12948 8216/8644/12953 +f 8218/8646/12957 8216/8644/12954 8217/8645/12955 +f 8210/8288/12408 8212/8639/12947 8218/8646/12956 +f 8218/8646/12957 8217/8645/12955 8220/8411/12599 +f 8220/8411/12599 8217/8645/12955 8219/8647/12958 +f 8221/8408/12594 8210/8288/12408 8218/8646/12956 +f 8221/8408/12598 8218/8646/12957 8220/8411/12599 +f 8031/6495/10186 8220/8411/12599 8219/8647/12958 +f 8224/8648/12959 9106/8649/12960 8219/8647/12958 +f 8219/8647/12958 9106/8649/12960 8222/6496/10187 +f 8219/8647/12958 8222/6496/10187 8031/6495/10186 +f 8217/8645/12955 8224/8648/12959 8219/8647/12958 +f 5650/5850/12951 8223/8650/12961 8215/8643/12952 +f 8215/8643/12952 8223/8650/12961 8224/8648/12959 +f 8215/8643/12952 8224/8648/12959 8217/8645/12955 +f 5650/5850/12951 8214/8642/12950 5649/5849/12398 +f 7994/8282/12399 5649/5849/12398 8214/8642/12950 +f 8225/5845/12962 8226/8651/12963 5646/5842/12964 +f 5646/5842/12964 8226/8651/12963 8227/8652/12965 +f 8227/8652/12965 5647/5846/12966 5646/5842/12964 +f 7692/7974/12413 8228/8290/12412 7690/7971/12967 +f 8230/8653/12968 8227/8652/12965 8226/8651/12963 +f 8231/8654/12969 8230/8653/12968 8226/8651/12963 +f 8229/8655/12970 8230/8653/12968 8231/8654/12971 +f 8225/5845/12962 7690/7971/12967 8232/8656/12972 +f 8232/8656/12972 8231/8654/12969 8226/8651/12963 +f 8232/8656/12972 8226/8651/12963 8225/5845/12962 +f 8233/8657/12973 8229/8655/12970 8231/8654/12969 +f 8233/8657/12973 8231/8654/12969 8232/8656/12972 +f 8234/8658/12974 8229/8655/12970 8233/8657/12973 +f 8233/8657/12973 8232/8656/12972 8228/8290/12412 +f 8228/8290/12412 8232/8656/12972 7690/7971/12967 +f 8234/8658/12974 8233/8657/12973 8235/8496/12721 +f 8235/8496/12721 8233/8657/12973 8236/8494/12719 +f 8236/8494/12719 8233/8657/12973 8228/8290/12412 +f 7997/8292/12416 8234/8658/12974 8235/8496/12721 +f 8227/8652/12965 8230/8653/12968 8237/8659/12975 +f 8238/8660/12976 8230/8653/12968 8229/8655/12970 +f 8238/8660/12976 8229/8655/12970 8244/8661/12977 +f 7997/8292/12416 8239/8294/12418 8234/8658/12974 +f 8234/8658/12974 8239/8294/12418 8240/8662/12978 +f 8234/8658/12974 8240/8662/12978 8229/8655/12970 +f 8229/8655/12970 8240/8662/12978 8244/8661/12977 +f 8230/8653/12968 8238/8660/12976 8237/8659/12975 +f 8238/8660/12976 8243/8663/12979 8237/8659/12975 +f 8242/8664/12980 8243/8663/12979 8238/8660/12976 +f 8244/8661/12981 8242/8664/12980 8238/8660/12976 +f 8241/8665/12982 8245/8666/12983 8242/8664/12984 +f 8241/8665/12982 8242/8664/12984 8246/8667/12985 +f 8246/8667/12986 8242/8664/12980 8244/8661/12981 +f 8247/8413/12601 8246/8667/12987 8244/8661/12988 +f 8247/8413/12601 8244/8661/12988 8240/8662/12978 +f 8248/8415/12603 8241/8665/12982 8246/8667/12985 +f 8247/8413/12601 8240/8662/12978 8239/8294/12418 +f 6202/6491/10182 8241/8665/12982 8248/8415/12603 +f 8248/8415/12603 8246/8667/12989 8247/8413/12601 +f 5647/5846/12966 8227/8652/12965 8237/8659/12975 +f 8249/8668/12990 5647/5846/12991 8243/8663/12992 +f 5647/5846/12991 8237/8659/12993 8243/8663/12992 +f 8250/8669/12994 8249/8668/12990 8242/8664/12995 +f 8249/8668/12990 8243/8663/12992 8242/8664/12995 +f 8250/8669/12994 8242/8664/12995 8245/8666/12996 +f 8250/8669/12994 8245/8666/12996 8251/8670/12997 +f 8251/8670/12997 8245/8666/12996 8241/8665/12982 +f 8251/8670/12997 8241/8665/12982 8252/6492/10183 +f 8252/6492/10183 8241/8665/12982 6202/6491/10182 +f 8256/5840/12998 8255/8671/12999 5643/5841/13000 +f 8255/8671/12999 8253/7976/13001 5643/5841/13000 +f 8253/7976/13001 8254/8291/12415 7695/7973/12414 +f 8256/5840/12998 5641/5838/13002 7996/8289/12410 +f 8256/5840/12998 7996/8289/12410 8259/8672/13003 +f 8255/8671/12999 8256/5840/12998 8259/8672/13003 +f 8255/8671/12999 8259/8672/13003 8260/8673/13004 +f 8261/8674/13005 8255/8671/12999 8260/8673/13004 +f 8253/7976/13001 8255/8671/12999 8261/8674/13006 +f 8262/8675/13007 8261/8674/13005 8260/8673/13004 +f 8258/8497/12722 8261/8674/13005 8262/8675/13007 +f 8254/8291/12415 8253/7976/13001 8261/8674/13006 +f 8254/8291/12415 8261/8674/13006 8263/8495/12720 +f 8263/8495/12720 8261/8674/13005 8258/8497/12722 +f 8257/8293/12417 8258/8497/12722 8262/8675/13007 +f 8262/8675/13007 8266/8676/13008 8264/8295/12419 +f 8262/8675/13007 8264/8295/12419 8257/8293/12417 +f 8260/8673/13004 8265/8677/13009 8266/8676/13008 +f 8260/8673/13004 8266/8676/13008 8262/8675/13007 +f 8265/8677/13009 8260/8673/13004 8259/8672/13003 +f 8259/8672/13003 8267/8678/13010 8265/8677/13009 +f 8267/8678/13010 8259/8672/13003 8268/8679/13011 +f 8259/8672/13003 7996/8289/12410 8268/8679/13011 +f 8267/8678/13010 8268/8679/13011 8269/8680/13012 +f 5640/5837/13013 8270/8681/13014 8269/8680/13012 +f 8270/8681/13014 8267/8678/13015 8269/8680/13012 +f 8271/8682/13016 8265/8677/13009 8267/8678/13010 +f 8271/8682/13017 8267/8678/13015 8270/8681/13014 +f 8272/8683/13018 8271/8682/13017 8270/8681/13014 +f 8266/8676/13008 8265/8677/13009 8271/8682/13016 +f 8273/8684/13019 8266/8676/13008 8271/8682/13016 +f 8273/8684/13020 8271/8682/13017 8272/8683/13018 +f 8264/8295/12419 8266/8676/13008 8275/8412/12600 +f 8275/8412/12600 8266/8676/13008 8273/8684/13019 +f 8273/8684/13020 8272/8683/13018 8276/8416/12604 +f 8276/8416/12604 8272/8683/13018 8274/8685/13021 +f 8277/8414/12602 8275/8412/12600 8273/8684/13019 +f 8277/8414/12602 8273/8684/13020 8276/8416/12604 +f 8276/8416/12604 8274/8685/13021 6200/6488/10177 +f 8280/8686/13022 9116/8687/13023 8274/8685/13021 +f 8274/8685/13021 9116/8687/13023 8278/6489/10178 +f 8274/8685/13021 8278/6489/10178 6200/6488/10177 +f 8272/8683/13018 8280/8686/13022 8274/8685/13021 +f 5640/5837/13013 8279/8688/13024 8270/8681/13014 +f 8270/8681/13014 8279/8688/13024 8280/8686/13022 +f 8270/8681/13014 8280/8686/13022 8272/8683/13018 +f 5640/5837/13013 8269/8680/13012 8268/8679/13011 +f 5640/5837/13013 8268/8679/13011 5639/5836/12409 +f 7996/8289/12410 5639/5836/12409 8268/8679/13011 +f 8281/5831/13025 8282/8689/13026 5634/5829/13027 +f 8286/8690/13028 5637/5833/13029 5634/5829/13027 +f 7699/7977/12425 8283/8298/12424 7696/7978/13030 +f 8287/8691/13031 8286/8690/13028 5634/5829/13027 +f 8287/8691/13031 5634/5829/13027 8282/8689/13026 +f 8285/8692/13032 8287/8691/13031 8282/8689/13026 +f 8281/5831/13025 7697/7979/13033 8288/8693/13034 +f 8288/8693/13034 8285/8692/13032 8282/8689/13026 +f 8288/8693/13034 8282/8689/13026 8281/5831/13025 +f 8289/8694/13035 8284/8695/13036 8285/8692/13032 +f 8289/8694/13035 8285/8692/13032 8288/8693/13034 +f 8290/8696/13037 8284/8695/13036 8289/8694/13035 +f 8289/8694/13038 8288/8693/13034 7696/7978/13030 +f 7696/7978/13030 8288/8693/13034 7697/7979/13033 +f 8283/8298/12424 8289/8694/13038 7696/7978/13030 +f 7999/8299/12727 8290/8696/13037 8289/8694/13035 +f 7999/8299/12727 8289/8694/13035 8056/8498/12725 +f 8056/8498/12723 8289/8694/13038 8283/8298/12424 +f 8286/8690/13028 8287/8691/13031 8291/8697/13039 +f 8291/8697/13039 8287/8691/13031 8285/8692/13032 +f 8291/8697/13039 8285/8692/13032 8284/8695/13036 +f 8291/8697/13039 8284/8695/13036 8298/8698/13040 +f 7999/8299/12427 8292/8301/12429 8290/8696/13037 +f 8290/8696/13037 8292/8301/12429 8293/8699/13041 +f 8290/8696/13037 8293/8699/13041 8284/8695/13036 +f 8284/8695/13036 8293/8699/13041 8298/8698/13040 +f 8297/8700/13042 8296/8701/13043 8291/8697/13039 +f 8296/8701/13043 8286/8690/13028 8291/8697/13039 +f 8295/8702/13044 8297/8700/13042 8291/8697/13039 +f 8298/8698/13045 8295/8702/13044 8291/8697/13039 +s 494 +f 8294/8703/13046 8299/8704/13047 8295/8702/13048 +f 8294/8703/13046 8295/8702/13048 8300/8705/13049 +s 39 +f 8300/8705/13050 8295/8702/13044 8298/8698/13045 +s 495 +f 8301/8419/12611 8300/8705/13051 8298/8698/13052 +f 8301/8419/12611 8298/8698/13052 8293/8699/13053 +s 494 +f 8302/8417/12607 8294/8703/13046 8300/8705/13049 +s 495 +f 8302/8417/12610 8300/8705/13051 8301/8419/12611 +s 39 +f 8301/8419/12614 8293/8699/13041 8292/8301/12429 +s 494 +f 6119/6357/12606 8294/8703/13046 8302/8417/12607 +s 39 +f 5637/5833/13029 8286/8690/13028 8296/8701/13043 +f 5637/5833/13029 8296/8701/13043 8303/8706/13054 +f 8303/8706/13054 8296/8701/13043 8297/8700/13055 +f 8304/8707/13056 8303/8706/13054 8295/8702/13057 +f 8303/8706/13054 8297/8700/13055 8295/8702/13057 +f 8304/8707/13056 8295/8702/13057 8299/8704/13058 +f 8304/8707/13056 8299/8704/13058 8305/8708/13059 +f 8305/8708/13059 8299/8704/13058 8294/8703/13060 +f 8305/8708/13059 8294/8703/13060 6118/6356/10013 +f 6118/6356/10013 8294/8703/13060 6119/6357/10014 +f 8308/5828/13061 8306/8709/13062 7700/7981/12426 +f 8306/8709/13062 8307/8297/12423 7700/7981/12426 +f 8313/8710/13063 8309/5827/13064 5632/5825/12422 +f 8313/8710/13063 5632/5825/12422 7998/8296/12421 +f 8313/8710/13063 7998/8296/12421 8312/8711/13065 +f 8313/8710/13066 8312/8711/13067 8314/8712/13068 +f 8308/5828/13069 8309/5827/13064 8313/8710/13063 +f 8315/8713/13070 8313/8710/13066 8314/8712/13068 +f 8316/8714/13071 8308/5828/13069 8313/8710/13063 +f 8316/8714/13072 8313/8710/13066 8315/8713/13070 +f 8306/8709/13073 8308/5828/13069 8316/8714/13071 +f 8317/8715/13074 8316/8714/13072 8315/8713/13070 +f 8318/8499/12724 8306/8709/13062 8316/8714/13075 +f 8318/8499/13076 8316/8714/13072 8311/8500/12729 +f 8311/8500/12729 8316/8714/13072 8317/8715/13074 +f 8307/8297/12423 8306/8709/13062 8318/8499/12724 +f 8310/8300/12428 8311/8500/12729 8317/8715/13074 +f 8317/8715/13074 8321/8716/13077 8319/8302/12430 +f 8317/8715/13074 8319/8302/12430 8310/8300/12428 +f 8315/8713/13070 8320/8717/13078 8321/8716/13077 +f 8315/8713/13070 8321/8716/13077 8317/8715/13074 +f 8320/8717/13078 8315/8713/13070 8314/8712/13068 +f 8314/8712/13068 8322/8718/13079 8320/8717/13078 +f 8314/8712/13068 8312/8711/13067 8322/8718/13079 +f 8312/8711/13067 7998/8296/12421 8323/8719/13080 +f 8322/8718/13079 8312/8711/13067 8323/8719/13080 +f 5631/5824/13081 8324/8720/13082 8323/8719/13080 +f 8324/8720/13082 8322/8718/13079 8323/8719/13080 +f 8320/8717/13078 8322/8718/13079 8325/8721/13083 +f 8325/8721/13083 8322/8718/13079 8324/8720/13082 +f 8326/8722/13084 8325/8721/13083 8324/8720/13082 +f 8321/8716/13077 8320/8717/13078 8325/8721/13085 +f 8321/8716/13077 8325/8721/13085 8327/8723/13086 +f 8327/8723/13087 8325/8721/13083 8326/8722/13084 +s 494 +f 8328/8724/13088 8327/8723/13089 8326/8722/13090 +s 39 +f 8319/8302/12430 8321/8716/13077 8329/8420/12613 +f 8329/8420/12613 8321/8716/13077 8327/8723/13086 +f 8329/8420/12613 8327/8723/13086 8330/8725/13091 +s 494 +f 8330/8725/13092 8327/8723/13089 8328/8724/13088 +f 8331/6358/12605 8330/8725/13092 8328/8724/13088 +s 495 +f 8329/8420/12612 8330/8725/13093 8032/8418/12609 +s 494 +f 8032/8418/12608 8330/8725/13092 8331/6358/12605 +s 39 +f 8334/8726/13094 9125/8727/13095 8328/8724/13096 +f 8328/8724/13096 9125/8727/13095 8332/6484/10173 +f 8328/8724/13096 8332/6484/10173 8331/6358/10015 +f 8326/8722/13097 8334/8726/13094 8328/8724/13096 +f 5631/5824/13081 8333/8728/13098 8324/8720/13082 +f 8324/8720/13082 8333/8728/13098 8334/8726/13094 +f 8324/8720/13082 8334/8726/13094 8326/8722/13097 +f 5631/5824/13081 8323/8719/13080 5630/5823/12420 +f 7998/8296/12421 5630/5823/12420 8323/8719/13080 +f 8335/8729/13099 5626/5818/13100 8337/5817/13101 +f 5626/5818/13100 8335/8729/13099 8336/8730/13102 +f 8336/8730/13102 5628/5820/13103 5626/5818/13100 +f 7704/7985/12432 8338/8303/12431 7701/7984/13104 +f 8341/8731/13105 8336/8730/13102 8335/8729/13099 +f 8340/8732/13106 8341/8731/13105 8335/8729/13099 +f 8335/8729/13099 8337/5817/13101 8342/8733/13107 +f 8342/8733/13107 8340/8732/13106 8335/8729/13099 +f 8337/5817/13101 7701/7984/13104 8342/8733/13107 +f 8343/8734/13108 8339/8735/13109 8340/8732/13106 +f 8343/8734/13108 8340/8732/13106 8342/8733/13107 +f 8344/8736/13110 8339/8735/13109 8343/8734/13108 +f 8343/8734/13111 8342/8733/13107 7701/7984/13104 +f 8338/8303/12431 8343/8734/13111 7701/7984/13104 +f 8000/8305/12435 8344/8736/13110 8343/8734/13108 +f 8000/8305/12435 8343/8734/13108 8057/8502/12732 +f 8057/8502/12731 8343/8734/13111 8338/8303/12431 +f 8336/8730/13102 8341/8731/13105 8345/8737/13112 +f 8341/8731/13105 8340/8732/13106 8346/8738/13113 +f 8346/8738/13113 8340/8732/13106 8339/8735/13109 +f 8346/8738/13113 8339/8735/13109 8352/8739/13114 +f 8000/8305/12435 8035/8307/12437 8344/8736/13110 +f 8344/8736/13110 8035/8307/12437 8347/8740/13115 +f 8344/8736/13110 8347/8740/13115 8339/8735/13109 +f 8339/8735/13109 8347/8740/13115 8352/8739/13114 +f 8341/8731/13105 8346/8738/13113 8345/8737/13112 +f 8346/8738/13113 8350/8741/13116 8345/8737/13112 +f 8351/8742/13117 8349/8743/13118 8350/8741/13116 +f 8351/8742/13117 8350/8741/13116 8346/8738/13113 +f 8353/8744/13119 8349/8743/13120 8351/8742/13121 +f 8352/8739/13114 8351/8742/13117 8346/8738/13113 +f 8348/8745/13122 8353/8744/13119 8351/8742/13121 +f 8354/8746/13123 8351/8742/13117 8352/8739/13114 +f 8348/8745/13122 8351/8742/13121 8355/8421/12615 +f 8355/8421/12615 8351/8742/13121 8354/8746/13124 +f 8354/8746/13123 8352/8739/13114 8356/8425/12619 +f 8356/8425/12619 8352/8739/13114 8347/8740/13115 +f 6199/6486/10175 8348/8745/13122 8355/8421/12615 +f 8357/8423/12617 8355/8421/12615 8354/8746/13124 +f 8357/8423/12617 8354/8746/13124 8356/8425/12619 +f 8035/8307/12437 8356/8425/12619 8347/8740/13115 +f 5628/5820/13103 8336/8730/13102 8345/8737/13112 +f 5628/5820/13103 8345/8737/13112 8358/8747/13125 +f 8358/8747/13125 8345/8737/13112 8350/8741/13126 +f 8359/8748/13127 8358/8747/13125 8349/8743/13120 +f 8358/8747/13125 8350/8741/13126 8349/8743/13120 +f 8359/8748/13127 8349/8743/13120 8353/8744/13119 +f 8359/8748/13127 8353/8744/13119 8360/8749/13128 +f 8360/8749/13128 8353/8744/13119 8348/8745/13122 +f 8360/8749/13128 8348/8745/13122 8361/6487/10176 +f 8361/6487/10176 8348/8745/13122 6199/6486/10175 +f 8364/5816/13129 8362/8750/13130 7706/7988/13131 +f 8362/8750/13130 8363/8304/12433 7706/7988/13131 +f 7706/7988/13131 8363/8304/12433 7705/7987/12434 +f 8369/8751/13132 8365/5814/13133 5622/5813/13134 +f 8369/8751/13132 5622/5813/13134 8368/8752/13135 +f 8369/8751/13132 8368/8752/13135 8370/8753/13136 +f 8364/5816/13129 8365/5814/13133 8369/8751/13132 +f 8371/8754/13137 8369/8751/13132 8370/8753/13136 +f 8372/8755/13138 8364/5816/13129 8369/8751/13132 +f 8372/8755/13138 8369/8751/13132 8371/8754/13137 +f 8362/8750/13130 8364/5816/13129 8372/8755/13138 +f 8373/8756/13139 8372/8755/13138 8371/8754/13137 +f 8367/8503/12734 8372/8755/13138 8373/8756/13139 +f 8363/8304/12433 8362/8750/13130 8372/8755/13140 +f 8363/8304/12433 8372/8755/13140 8374/8501/12730 +f 8374/8501/12733 8372/8755/13138 8367/8503/12734 +f 8366/8306/12436 8367/8503/12734 8373/8756/13139 +f 8373/8756/13139 8377/8757/13141 8375/8308/12438 +f 8373/8756/13139 8375/8308/12438 8366/8306/12436 +f 8371/8754/13137 8376/8758/13142 8377/8757/13141 +f 8371/8754/13137 8377/8757/13141 8373/8756/13139 +f 8376/8758/13142 8371/8754/13137 8370/8753/13136 +f 8370/8753/13136 8378/8759/13143 8376/8758/13142 +f 8370/8753/13136 8368/8752/13135 8378/8759/13143 +f 8368/8752/13135 5622/5813/13134 8379/8760/13144 +f 8378/8759/13143 8368/8752/13135 8379/8760/13144 +f 5625/5812/13145 8380/8761/13146 8379/8760/13144 +f 8380/8761/13146 8378/8759/13143 8379/8760/13144 +f 8376/8758/13142 8378/8759/13143 8381/8762/13147 +f 8381/8762/13147 8378/8759/13143 8380/8761/13146 +f 8382/8763/13148 8381/8762/13147 8380/8761/13146 +f 8377/8757/13141 8376/8758/13142 8381/8762/13149 +f 8377/8757/13141 8381/8762/13149 8383/8764/13150 +f 8383/8764/13151 8381/8762/13147 8382/8763/13148 +f 8384/8765/13152 8383/8764/13153 8382/8763/13154 +f 8375/8308/12438 8377/8757/13141 8385/8426/12620 +f 8385/8426/12620 8377/8757/13141 8383/8764/13150 +f 8385/8426/12620 8383/8764/13150 8386/8766/13155 +f 8386/8766/13156 8383/8764/13153 8384/8765/13152 +f 8387/8422/12616 8386/8766/13156 8384/8765/13152 +f 8385/8426/12620 8386/8766/13157 8034/8424/12618 +f 8034/8424/12618 8386/8766/13156 8387/8422/12616 +f 8033/6482/10170 8387/8422/12616 8384/8765/13152 +f 8390/8767/13158 8388/6480/10168 8384/8765/13152 +f 8384/8765/13152 8388/6480/10168 8033/6482/10170 +f 8382/8763/13159 8390/8767/13158 8384/8765/13152 +f 5625/5812/13145 8389/8768/13160 8380/8761/13146 +f 8380/8761/13146 8389/8768/13160 8390/8767/13158 +f 8380/8761/13146 8390/8767/13158 8382/8763/13159 +f 5625/5812/13145 8379/8760/13144 5624/5811/13161 +f 5622/5813/13134 5624/5811/13161 8379/8760/13144 +s 580 +f 7707/5804/13162 8391/8769/13163 8392/8770/13164 +f 7707/5804/13162 8392/8770/13164 5619/5805/13165 +s 39 +f 5619/5805/13166 8392/8770/13167 8393/5807/12441 +f 8397/8771/13168 8393/5807/12441 8392/8770/13167 +f 8396/8772/13169 8397/8771/13168 8392/8770/13167 +f 8398/8773/13170 8396/8772/13169 8392/8770/13167 +f 8395/8774/13171 8396/8772/13169 8398/8773/13170 +s 580 +f 8398/8773/13172 8392/8770/13164 8391/8769/13163 +s 39 +f 8399/8775/13173 8395/8774/13171 8398/8773/13170 +f 8399/8775/13173 8398/8773/13170 8391/8769/13174 +f 8001/8312/12446 8395/8774/13171 8399/8775/13173 +f 8399/8775/13175 8391/8769/13176 7708/7989/12445 +f 7708/7989/12445 8391/8769/13176 7707/5804/13177 +f 8001/8312/12446 8399/8775/13173 8400/8505/12737 +f 8400/8505/12736 8399/8775/13175 8394/8311/12444 +f 8394/8311/12444 8399/8775/13175 7708/7989/12445 +f 8406/8309/12439 8393/5807/12441 8397/8771/13168 +f 8406/8309/12439 8397/8771/13168 8401/8776/13178 +f 8397/8771/13168 8396/8772/13169 8402/8777/13179 +f 8402/8777/13179 8396/8772/13169 8395/8774/13171 +f 8402/8777/13179 8395/8774/13171 8408/8778/13180 +f 8001/8312/12446 8036/8314/12448 8403/8779/13181 +f 8001/8312/12446 8403/8779/13181 8395/8774/13171 +f 8395/8774/13171 8403/8779/13181 8408/8778/13180 +f 8397/8771/13168 8402/8777/13179 8401/8776/13178 +f 8402/8777/13182 8407/8780/13183 8401/8776/13178 +f 8405/8781/13184 8407/8780/13183 8402/8777/13182 +f 8401/8776/13178 8407/8780/13183 8406/8309/12439 +f 8408/8778/13180 8405/8781/13184 8402/8777/13182 +f 8404/8782/13185 8409/8783/13186 8405/8781/13187 +f 8404/8782/13185 8405/8781/13187 8410/8784/13188 +f 8410/8784/13189 8405/8781/13184 8408/8778/13180 +f 8410/8784/13189 8408/8778/13180 8411/8428/12622 +f 8411/8428/12622 8408/8778/13180 8403/8779/13181 +f 8412/8430/12625 8404/8782/13185 8410/8784/13188 +f 8412/8430/12624 8410/8784/13189 8411/8428/12622 +f 6194/6475/10163 8404/8782/13185 8412/8430/12625 +f 8036/8314/12448 8411/8428/12622 8403/8779/13181 +f 8413/8785/13190 5620/5808/12440 8407/8780/13183 +f 5620/5808/12440 8406/8309/12439 8407/8780/13183 +f 8414/8786/13191 8413/8785/13190 8405/8781/13192 +f 8413/8785/13190 8407/8780/13183 8405/8781/13192 +f 8414/8786/13191 8405/8781/13192 8409/8783/13193 +f 8414/8786/13191 8409/8783/13193 8415/8787/13194 +f 8415/8787/13194 8409/8783/13193 8404/8782/13195 +f 6194/6475/10163 8416/6483/10171 8404/8782/13195 +f 8404/8782/13195 8416/6483/10171 8415/8787/13194 +f 5616/5802/13196 8419/8788/13197 7711/7991/13198 +f 8419/8788/13197 8417/8789/13199 7711/7991/13198 +f 8417/8789/13199 8418/8310/12443 7711/7991/13198 +f 7711/7991/13198 8418/8310/12443 7709/7992/12442 +f 5616/5802/13196 8420/5801/13200 8419/8788/13197 +f 8423/8790/13201 8420/5801/13200 5615/5800/13202 +f 5615/5800/13202 8422/8791/13203 8423/8790/13201 +f 8419/8788/13197 8420/5801/13200 8423/8790/13201 +f 8419/8788/13197 8423/8790/13201 8424/8792/13204 +f 8425/8793/13205 8419/8788/13197 8424/8792/13204 +f 8417/8789/13199 8419/8788/13197 8425/8793/13206 +f 8421/8313/12447 8425/8793/13207 8424/8792/13204 +f 8418/8310/12443 8417/8789/13199 8425/8793/13206 +f 8418/8310/12443 8425/8793/13206 8426/8504/12735 +f 8426/8504/12738 8425/8793/13207 8421/8313/12447 +f 8424/8792/13204 8429/8794/13208 8421/8313/12447 +f 8421/8313/12447 8429/8794/13208 8427/8315/12449 +f 8424/8792/13204 8428/8795/13209 8429/8794/13208 +f 8428/8795/13209 8424/8792/13204 8423/8790/13201 +f 8423/8790/13201 8430/8796/13210 8428/8795/13209 +f 8430/8796/13210 8423/8790/13201 8422/8791/13211 +f 8422/8791/13211 5615/5800/13212 8431/8797/13213 +f 8430/8796/13210 8422/8791/13211 8431/8797/13213 +f 5613/5798/13214 8432/8798/13215 8431/8797/13213 +f 8432/8798/13215 8430/8796/13210 8431/8797/13213 +f 8428/8795/13209 8430/8796/13210 8433/8799/13216 +f 8433/8799/13216 8430/8796/13210 8432/8798/13215 +f 8434/8800/13217 8433/8799/13216 8432/8798/13215 +f 8429/8794/13208 8428/8795/13209 8433/8799/13218 +f 8435/8801/13219 8429/8794/13208 8433/8799/13218 +f 8435/8801/13220 8433/8799/13216 8434/8800/13217 +f 8427/8315/12449 8429/8794/13208 8437/8427/12621 +f 8437/8427/12621 8429/8794/13208 8435/8801/13219 +f 8435/8801/13220 8434/8800/13217 8438/8431/12627 +f 8438/8431/12627 8434/8800/13217 8436/8802/13221 +f 8439/8429/12623 8437/8427/12621 8435/8801/13219 +f 8439/8429/12626 8435/8801/13220 8438/8431/12627 +f 8037/6476/10164 8438/8431/12627 8436/8802/13221 +f 8442/8803/13222 8440/8804/13223 8436/8802/13221 +f 8436/8802/13221 8440/8804/13223 8441/6477/10165 +f 8436/8802/13221 8441/6477/10165 8037/6476/10164 +f 8434/8800/13217 8442/8803/13222 8436/8802/13221 +f 5613/5798/13214 9144/8805/13224 8432/8798/13215 +f 8432/8798/13215 9144/8805/13224 8442/8803/13222 +f 8432/8798/13215 8442/8803/13222 8434/8800/13217 +f 5613/5798/13214 8431/8797/13213 5614/5799/13225 +f 5615/5800/13212 5614/5799/13225 8431/8797/13213 +f 8443/5792/13226 8444/8806/13227 5610/5794/13228 +f 7714/7995/12455 8446/8318/12456 7713/7993/13229 +f 8449/8807/13230 5610/5794/13228 8444/8806/13227 +f 8448/8808/13231 8449/8807/13230 8444/8806/13227 +f 8443/5792/13226 8445/7943/13232 8450/8809/13233 +f 8450/8809/13233 8448/8808/13231 8444/8806/13227 +f 8450/8809/13233 8444/8806/13227 8443/5792/13226 +f 8451/8810/13234 8447/8811/13235 8448/8808/13231 +f 8451/8810/13234 8448/8808/13231 8450/8809/13233 +f 8003/8319/12457 8447/8811/13235 8451/8810/13234 +f 8451/8810/13236 8450/8809/13233 7713/7993/13229 +f 7713/7993/13229 8450/8809/13233 8445/7943/13232 +f 8003/8319/12457 8451/8810/13234 8452/8506/12742 +f 8452/8506/12740 8451/8810/13237 8446/8318/12739 +f 8446/8318/12456 8451/8810/13236 7713/7993/13229 +f 8458/8812/13238 5610/5794/13228 8449/8807/13230 +f 8458/8812/13238 8449/8807/13230 8453/8813/13239 +f 8449/8807/13230 8448/8808/13231 8454/8814/13240 +f 8454/8814/13240 8448/8808/13231 8447/8811/13235 +f 8454/8814/13240 8447/8811/13235 8461/8815/13241 +f 8003/8319/12457 8038/8321/12459 8455/8816/13242 +f 8003/8319/12457 8455/8816/13242 8447/8811/13235 +f 8447/8811/13235 8455/8816/13242 8461/8815/13241 +f 8449/8807/13230 8454/8814/13240 8453/8813/13239 +f 8454/8814/13243 8459/8817/13244 8453/8813/13239 +f 8460/8818/13245 8457/8819/13246 8459/8817/13244 +f 8460/8818/13245 8459/8817/13244 8454/8814/13243 +f 8453/8813/13239 8459/8817/13244 8458/8812/13238 +f 8462/8820/13247 8457/8819/13248 8460/8818/13249 +f 8461/8815/13250 8460/8818/13245 8454/8814/13243 +f 8456/8821/13251 8462/8820/13247 8460/8818/13249 +f 8463/8822/13252 8460/8818/13245 8461/8815/13250 +f 8456/8821/13251 8460/8818/13249 6193/6472/10160 +f 6193/6472/10160 8460/8818/13249 8463/8822/13253 +f 8463/8822/13252 8461/8815/13250 8464/8433/12629 +f 8464/8433/12629 8461/8815/13250 8455/8816/13242 +f 8465/8434/12633 6193/6472/10160 8463/8822/13253 +f 8465/8434/12631 8463/8822/13252 8464/8433/12629 +f 8038/8321/12459 8464/8433/12629 8455/8816/13242 +f 5612/5796/13254 5610/5794/13228 8458/8812/13238 +f 5612/5796/13254 8458/8812/13238 8466/8823/13255 +f 8466/8823/13255 8458/8812/13238 8459/8817/13244 +f 8467/8824/13256 8466/8823/13255 8457/8819/13248 +f 8466/8823/13255 8459/8817/13244 8457/8819/13248 +f 8467/8824/13256 8457/8819/13248 8462/8820/13247 +f 8467/8824/13256 8462/8820/13247 8468/8825/13257 +f 8469/8826/13258 8468/8825/13257 8456/8821/13251 +f 8468/8825/13257 8462/8820/13247 8456/8821/13251 +f 8469/8826/13258 8456/8821/13251 6192/6474/10162 +f 6192/6474/10162 8456/8821/13251 6193/6472/10160 +f 8473/5789/13259 8472/8827/13260 5607/5790/13261 +f 5607/5790/13261 8472/8827/13260 8470/8828/13262 +f 5607/5790/13261 8470/8828/13262 7715/7994/12453 +f 8470/8828/13262 8471/8317/12454 7715/7994/12453 +f 8476/8829/13263 8473/5789/13259 5605/5787/12452 +f 5605/5787/12452 8002/8316/12451 8476/8829/13263 +f 8002/8316/12451 8475/8830/13264 8476/8829/13263 +f 8472/8827/13260 8473/5789/13259 8476/8829/13263 +f 8472/8827/13260 8476/8829/13263 8477/8831/13265 +f 8478/8832/13266 8472/8827/13260 8477/8831/13265 +f 8470/8828/13262 8472/8827/13260 8478/8832/13267 +f 8479/8833/13268 8478/8832/13266 8477/8831/13265 +f 8480/8507/12741 8470/8828/13262 8478/8832/13267 +f 8480/8507/12743 8478/8832/13266 8479/8833/13268 +f 8471/8317/12454 8470/8828/13262 8480/8507/12741 +f 8480/8507/12743 8479/8833/13268 8474/8320/12458 +f 8479/8833/13268 8483/8834/13269 8481/8322/12460 +f 8479/8833/13268 8481/8322/12460 8474/8320/12458 +f 8477/8831/13265 8482/8835/13270 8483/8834/13269 +f 8477/8831/13265 8483/8834/13269 8479/8833/13268 +f 8482/8835/13270 8477/8831/13265 8476/8829/13263 +f 8476/8829/13263 8484/8836/13271 8482/8835/13270 +f 8484/8836/13271 8476/8829/13263 8475/8830/13264 +f 8475/8830/13264 8002/8316/12451 5603/5785/12450 +f 8485/8837/13272 8475/8830/13264 5603/5785/12450 +f 8484/8836/13271 8475/8830/13264 8485/8837/13272 +f 5604/5786/13273 8486/8838/13274 8485/8837/13272 +f 8486/8838/13274 8484/8836/13271 8485/8837/13272 +f 8487/8839/13275 8482/8835/13270 8484/8836/13271 +f 8487/8839/13276 8484/8836/13271 8486/8838/13274 +f 8488/8840/13277 8487/8839/13276 8486/8838/13274 +f 8483/8834/13269 8482/8835/13270 8487/8839/13275 +f 8489/8841/13278 8483/8834/13269 8487/8839/13275 +f 8489/8841/13279 8487/8839/13276 8488/8840/13277 +f 8481/8322/12460 8483/8834/13269 8491/8432/12628 +f 8491/8432/12628 8483/8834/13269 8489/8841/13278 +f 8489/8841/13279 8488/8840/13277 8492/8435/12634 +f 8492/8435/12634 8488/8840/13277 8490/8842/13280 +f 8491/8432/12630 8489/8841/13281 8492/8435/12632 +f 8039/6473/10161 8492/8435/12634 8490/8842/13280 +f 8494/8843/13282 8493/8844/13283 8490/8842/13280 +f 8490/8842/13280 8493/8844/13283 6191/6471/10159 +f 8490/8842/13280 6191/6471/10159 8039/6473/10161 +f 8488/8840/13277 8494/8843/13282 8490/8842/13280 +f 5604/5786/13273 9154/8845/13284 8486/8838/13274 +f 8486/8838/13274 9154/8845/13284 8494/8843/13282 +f 8486/8838/13274 8494/8843/13282 8488/8840/13277 +f 5604/5786/13273 8485/8837/13272 5603/5785/12450 +f 8495/5781/13285 8496/8846/13286 5600/5778/13287 +f 5600/5778/13287 8496/8846/13286 8497/8847/13288 +f 8497/8847/13288 5601/5782/13289 5600/5778/13287 +f 7720/8000/12468 8499/8325/12467 7718/8001/13290 +f 8503/8848/13291 8502/8849/13292 8497/8847/13288 +f 8503/8848/13291 8497/8847/13288 8496/8846/13286 +f 8501/8850/13293 8503/8848/13291 8496/8846/13286 +f 8495/5781/13285 8498/7998/13294 8504/8851/13295 +f 8504/8851/13295 8501/8850/13293 8496/8846/13286 +f 8504/8851/13295 8496/8846/13286 8495/5781/13285 +f 8505/8852/13296 8500/8853/13297 8501/8850/13293 +f 8505/8852/13296 8501/8850/13293 8504/8851/13295 +f 8506/8854/13298 8500/8853/13297 8505/8852/13296 +f 8505/8852/13299 8504/8851/13295 7718/8001/13290 +f 7718/8001/13290 8504/8851/13295 8498/7998/13294 +f 8506/8854/13298 8505/8852/13296 8507/8509/12745 +f 8507/8509/12745 8505/8852/13296 8499/8325/12467 +f 8499/8325/12467 8505/8852/13299 7718/8001/13290 +f 8005/8326/12469 8506/8854/13298 8507/8509/12745 +f 8502/8849/13292 8503/8848/13291 8501/8850/13293 +f 8502/8849/13292 8501/8850/13293 8508/8855/13300 +f 8508/8855/13300 8501/8850/13293 8500/8853/13297 +f 8508/8855/13300 8500/8853/13297 8515/8856/13301 +f 8005/8326/12469 8509/8328/12471 8506/8854/13298 +f 8506/8854/13298 8509/8328/12471 8510/8857/13302 +f 8506/8854/13298 8510/8857/13302 8500/8853/13297 +f 8500/8853/13297 8510/8857/13302 8515/8856/13301 +f 8513/8858/13303 8497/8847/13288 8502/8849/13292 +f 8514/8859/13304 8513/8858/13303 8502/8849/13292 +f 8514/8859/13304 8502/8849/13292 8508/8855/13300 +f 8512/8860/13305 8514/8859/13304 8508/8855/13300 +f 8515/8856/13306 8512/8860/13305 8508/8855/13300 +f 8511/8861/13307 8516/8862/13308 8512/8860/13309 +f 8511/8861/13307 8512/8860/13309 8517/8863/13310 +f 8517/8863/13311 8512/8860/13305 8515/8856/13306 +f 8518/8436/12635 8517/8863/13312 8515/8856/13313 +f 8518/8436/12635 8515/8856/13313 8510/8857/13314 +f 8519/8439/12639 8511/8861/13307 8517/8863/13310 +f 8519/8439/12638 8517/8863/13312 8518/8436/12635 +f 8518/8436/12635 8510/8857/13302 8509/8328/12471 +f 6189/6468/10156 8511/8861/13307 8519/8439/12639 +f 5601/5782/13289 8497/8847/13288 8513/8858/13303 +f 5601/5782/13289 8513/8858/13303 8520/8864/13315 +f 8520/8864/13315 8513/8858/13303 8514/8859/13316 +f 8521/8865/13317 8520/8864/13315 8512/8860/13318 +f 8520/8864/13315 8514/8859/13316 8512/8860/13318 +f 8521/8865/13317 8512/8860/13318 8516/8862/13319 +f 8521/8865/13317 8516/8862/13319 8522/8866/13320 +f 8523/8867/13321 8522/8866/13320 8511/8861/13322 +f 8522/8866/13320 8516/8862/13319 8511/8861/13322 +f 8523/8867/13321 8511/8861/13322 6190/6470/10158 +f 6190/6470/10158 8511/8861/13322 6189/6468/10156 +f 8527/5776/13323 8526/8868/13324 5597/5777/13325 +f 8526/8868/13324 8524/8869/13326 5597/5777/13325 +f 5597/5777/13325 8524/8869/13326 7723/8004/12464 +f 8524/8869/13326 8525/8324/12465 7723/8004/12464 +f 8527/5776/13323 5595/5774/13327 8004/8323/13328 +f 8527/5776/13323 8004/8323/13328 8530/8870/13329 +f 8526/8868/13324 8527/5776/13323 8530/8870/13329 +f 8526/8868/13324 8530/8870/13329 8531/8871/13330 +f 8532/8872/13331 8526/8868/13324 8531/8871/13330 +f 8524/8869/13326 8526/8868/13324 8532/8872/13332 +f 8533/8873/13333 8532/8872/13331 8531/8871/13330 +f 8534/8508/12744 8524/8869/13326 8532/8872/13332 +f 8534/8508/13334 8532/8872/13331 8529/8510/12747 +f 8529/8510/12747 8532/8872/13331 8533/8873/13333 +f 8525/8324/12465 8524/8869/13326 8534/8508/12744 +f 8528/8327/12470 8529/8510/12747 8533/8873/13333 +f 8533/8873/13333 8537/8874/13335 8535/8329/12472 +f 8533/8873/13333 8535/8329/12472 8528/8327/12470 +f 8531/8871/13330 8536/8875/13336 8537/8874/13335 +f 8531/8871/13330 8537/8874/13335 8533/8873/13333 +f 8536/8875/13336 8531/8871/13330 8530/8870/13329 +f 8530/8870/13329 8538/8876/13337 8536/8875/13336 +f 8530/8870/13329 8004/8323/12462 8538/8876/13337 +f 8538/8876/13337 8004/8323/12462 5593/5772/12461 +f 8539/8877/13338 8538/8876/13337 5593/5772/12461 +f 5594/5773/13339 8540/8878/13340 8539/8877/13338 +f 8536/8875/13336 8538/8876/13337 8541/8879/13341 +f 8541/8879/13341 8538/8876/13337 8539/8877/13338 +f 8541/8879/13341 8539/8877/13338 8540/8878/13340 +f 8542/8880/13342 8541/8879/13341 8540/8878/13340 +f 8537/8874/13335 8536/8875/13336 8541/8879/13343 +f 8543/8881/13344 8537/8874/13335 8541/8879/13343 +f 8543/8881/13345 8541/8879/13341 8542/8880/13342 +f 8535/8329/12472 8537/8874/13335 8545/8437/12636 +f 8545/8437/12636 8537/8874/13335 8543/8881/13344 +f 8543/8881/13345 8542/8880/13342 8546/8440/12641 +f 8546/8440/12641 8542/8880/13342 8544/8882/13346 +f 8547/8438/12637 8545/8437/12636 8543/8881/13344 +f 8547/8438/12640 8543/8881/13345 8546/8440/12641 +f 8040/6469/10157 8546/8440/12641 8544/8882/13346 +f 8551/8883/13347 8548/8884/13348 8544/8882/13346 +f 8544/8882/13346 8548/8884/13348 8549/6459/10146 +f 8544/8882/13346 8549/6459/10146 8040/6469/10157 +f 8542/8880/13342 8551/8883/13347 8544/8882/13346 +f 5594/5773/13339 8550/8885/13349 8540/8878/13340 +f 8540/8878/13340 8550/8885/13349 8551/8883/13347 +f 8540/8878/13340 8551/8883/13347 8542/8880/13342 +f 5594/5773/13339 8539/8877/13338 5593/5772/12461 +f 8552/5768/13350 8553/8886/13351 5590/5765/13352 +f 5590/5765/13352 8553/8886/13351 8554/8887/13353 +f 8554/8887/13353 5591/5769/13354 5590/5765/13352 +f 8555/8331/12476 7724/8056/13355 7726/8052/12477 +f 8559/8888/13356 8558/8889/13357 8554/8887/13353 +f 8559/8888/13356 8554/8887/13353 8553/8886/13351 +f 8557/8890/13358 8559/8888/13356 8553/8886/13351 +f 8552/5768/13350 7725/8006/13359 8560/8891/13360 +f 8560/8891/13360 8557/8890/13358 8553/8886/13351 +f 8560/8891/13360 8553/8886/13351 8552/5768/13350 +f 8561/8892/13361 8556/8893/13362 8557/8890/13358 +f 8561/8892/13361 8557/8890/13358 8560/8891/13360 +f 8007/8333/12480 8556/8893/13362 8561/8892/13361 +f 8561/8892/13363 8560/8891/13360 7724/8056/13355 +f 7724/8056/13355 8560/8891/13360 7725/8006/13359 +f 8555/8331/12476 8561/8892/13363 7724/8056/13355 +f 8058/8511/12750 8007/8333/12480 8561/8892/13361 +f 8058/8511/12748 8561/8892/13363 8555/8331/12476 +f 8558/8889/13357 8559/8888/13356 8557/8890/13358 +f 8558/8889/13357 8557/8890/13358 8562/8894/13364 +f 8562/8894/13364 8557/8890/13358 8556/8893/13362 +f 8562/8894/13364 8556/8893/13362 8569/8895/13365 +f 8007/8333/12480 8008/8335/12482 8563/8896/13366 +f 8007/8333/12480 8563/8896/13366 8556/8893/13362 +f 8556/8893/13362 8563/8896/13366 8569/8895/13365 +f 8566/8897/13367 8554/8887/13353 8558/8889/13357 +f 8567/8898/13368 8566/8897/13367 8558/8889/13357 +f 8567/8898/13368 8558/8889/13357 8562/8894/13364 +f 8568/8899/13369 8565/8900/13370 8567/8898/13368 +f 8568/8899/13369 8567/8898/13368 8562/8894/13364 +f 8570/8901/13371 8565/8900/13370 8568/8899/13369 +f 8569/8895/13372 8568/8899/13369 8562/8894/13364 +f 8564/8902/13373 8570/8901/13371 8568/8899/13369 +f 8571/8903/13374 8568/8899/13369 8569/8895/13372 +f 8564/8902/13373 8568/8899/13369 6186/6463/10150 +f 6186/6463/10150 8568/8899/13369 8571/8903/13375 +f 8571/8903/13374 8569/8895/13372 8572/8441/12642 +f 8572/8441/12642 8569/8895/13372 8563/8896/13376 +f 8573/8444/12646 6186/6463/10150 8571/8903/13375 +f 8573/8444/12645 8571/8903/13374 8572/8441/12642 +f 8572/8441/12642 8563/8896/13366 8008/8335/12482 +f 5591/5769/13354 8554/8887/13353 8566/8897/13367 +f 5591/5769/13354 8566/8897/13367 8574/8904/13377 +f 8574/8904/13377 8566/8897/13367 8567/8898/13368 +f 8575/8905/13378 8574/8904/13377 8565/8900/13370 +f 8574/8904/13377 8567/8898/13368 8565/8900/13370 +f 8575/8905/13378 8565/8900/13370 8570/8901/13371 +f 8575/8905/13378 8570/8901/13371 8576/8906/13379 +f 8576/8906/13379 8570/8901/13371 8564/8902/13373 +f 8576/8906/13379 8564/8902/13373 8577/6462/10149 +f 8577/6462/10149 8564/8902/13373 6186/6463/10150 +f 8581/5763/13380 8580/8907/13381 5587/5764/13382 +f 8580/8907/13381 8578/8908/13383 5587/5764/13382 +f 5587/5764/13382 8578/8908/13383 7727/8054/12479 +f 7727/8054/12479 8578/8908/13383 8579/8332/12478 +f 8584/8909/13384 8581/5763/13380 5585/5761/12475 +f 8584/8909/13384 5585/5761/12475 8006/8330/12474 +f 8584/8909/13384 8006/8330/12474 8583/8910/13385 +f 8584/8909/13384 8583/8910/13386 8585/8911/13387 +f 8580/8907/13381 8581/5763/13380 8584/8909/13384 +f 8586/8912/13388 8584/8909/13384 8585/8911/13387 +f 8587/8913/13389 8580/8907/13381 8584/8909/13384 +f 8587/8913/13389 8584/8909/13384 8586/8912/13388 +f 8578/8908/13383 8580/8907/13381 8587/8913/13389 +f 8588/8914/13390 8587/8913/13389 8586/8912/13388 +f 8589/8512/12749 8578/8908/13383 8587/8913/13389 +f 8589/8512/12751 8587/8913/13389 8588/8914/13390 +f 8579/8332/12478 8578/8908/13383 8589/8512/12749 +f 8589/8512/12751 8588/8914/13390 8582/8334/12481 +f 8588/8914/13390 8592/8915/13391 8590/8336/12483 +f 8588/8914/13390 8590/8336/12483 8582/8334/12481 +f 8586/8912/13388 8591/8916/13392 8592/8915/13391 +f 8586/8912/13388 8592/8915/13391 8588/8914/13390 +f 8591/8916/13392 8586/8912/13388 8585/8911/13387 +f 8585/8911/13387 8593/8917/13393 8591/8916/13392 +f 8585/8911/13387 8583/8910/13386 8593/8917/13393 +f 8583/8910/13386 8006/8330/12474 8594/8918/13394 +f 8593/8917/13393 8583/8910/13386 8594/8918/13394 +f 5584/5760/13395 8595/8919/13396 8594/8918/13394 +f 8595/8919/13396 8593/8917/13393 8594/8918/13394 +f 8591/8916/13392 8593/8917/13393 8596/8920/13397 +f 8596/8920/13397 8593/8917/13393 8595/8919/13396 +f 8597/8921/13398 8596/8920/13397 8595/8919/13396 +f 8592/8915/13391 8591/8916/13392 8596/8920/13399 +f 8598/8922/13400 8592/8915/13391 8596/8920/13399 +f 8598/8922/13401 8596/8920/13397 8597/8921/13398 +f 8590/8336/12483 8592/8915/13391 8600/8442/12643 +f 8600/8442/12643 8592/8915/13391 8598/8922/13400 +f 8598/8922/13401 8597/8921/13398 8601/8445/12648 +f 8601/8445/12648 8597/8921/13398 8599/8923/13402 +f 8602/8443/12644 8600/8442/12643 8598/8922/13400 +f 8602/8443/12647 8598/8922/13401 8601/8445/12648 +f 8041/6464/10151 8601/8445/12648 8599/8923/13402 +f 8605/8924/13403 8603/6465/10152 8599/8923/13402 +f 8599/8923/13402 8603/6465/10152 8041/6464/10151 +f 8597/8921/13398 8605/8924/13403 8599/8923/13402 +f 5584/5760/13395 8604/8925/13404 8595/8919/13396 +f 8595/8919/13396 8604/8925/13404 8605/8924/13403 +f 8595/8919/13396 8605/8924/13403 8597/8921/13398 +f 5584/5760/13395 8594/8918/13394 5583/5759/12473 +f 8006/8330/12474 5583/5759/12473 8594/8918/13394 +f 8606/5754/13405 8607/8926/13406 5578/5752/13407 +f 5578/5752/13407 8607/8926/13406 8608/8927/13408 +f 8608/8927/13408 5581/5756/13409 5578/5752/13407 +f 7729/8009/12488 8610/8338/12487 8609/8007/13410 +f 8614/8928/13411 8613/8929/13412 8608/8927/13408 +f 8614/8928/13411 8608/8927/13408 8607/8926/13406 +f 8612/8930/13413 8614/8928/13411 8607/8926/13406 +f 8606/5754/13405 8609/8007/13410 8615/8931/13414 +f 8615/8931/13414 8612/8930/13413 8607/8926/13406 +f 8615/8931/13414 8607/8926/13406 8606/5754/13405 +f 8616/8932/13415 8611/8933/13416 8612/8930/13413 +f 8616/8932/13415 8612/8930/13413 8615/8931/13414 +f 8617/8934/13417 8611/8933/13416 8616/8932/13415 +f 8616/8932/13418 8615/8931/13414 8610/8338/12487 +f 8610/8338/12487 8615/8931/13414 8609/8007/13410 +f 8010/8340/12491 8617/8934/13417 8616/8932/13415 +f 8010/8340/12491 8616/8932/13415 8059/8514/12754 +f 8059/8514/12753 8616/8932/13418 8610/8338/12487 +f 8613/8929/13412 8614/8928/13411 8612/8930/13413 +f 8613/8929/13412 8612/8930/13413 8618/8935/13419 +f 8618/8935/13419 8612/8930/13413 8611/8933/13416 +f 8618/8935/13419 8611/8933/13416 8625/8936/13420 +f 8010/8340/12491 8042/8342/12493 8617/8934/13417 +f 8617/8934/13417 8042/8342/12493 8619/8937/13421 +f 8617/8934/13417 8619/8937/13421 8611/8933/13416 +f 8611/8933/13416 8619/8937/13421 8625/8936/13420 +f 8622/8938/13422 8608/8927/13408 8613/8929/13412 +f 8623/8939/13423 8622/8938/13422 8613/8929/13412 +f 8623/8939/13423 8613/8929/13412 8618/8935/13419 +f 8624/8940/13424 8621/8941/13425 8623/8939/13423 +f 8624/8940/13424 8623/8939/13423 8618/8935/13419 +f 8626/8942/13426 8621/8941/13425 8624/8940/13424 +f 8625/8936/13420 8624/8940/13424 8618/8935/13419 +f 8620/8943/13427 8626/8942/13426 8624/8940/13424 +f 8627/8944/13428 8624/8940/13424 8625/8936/13420 +f 8620/8943/13427 8624/8940/13424 6182/6455/10142 +f 6182/6455/10142 8624/8940/13424 8627/8944/13429 +f 8627/8944/13428 8625/8936/13420 8628/8447/12650 +f 8628/8447/12650 8625/8936/13420 8619/8937/13421 +f 8629/8449/12652 6182/6455/10142 8627/8944/13429 +f 8629/8449/12652 8627/8944/13430 8628/8447/12650 +f 8042/8342/12493 8628/8447/12650 8619/8937/13421 +f 5581/5756/13409 8608/8927/13408 8622/8938/13422 +f 5581/5756/13409 8622/8938/13422 8630/8945/13431 +f 8630/8945/13431 8622/8938/13422 8623/8939/13423 +f 8631/8946/13432 8630/8945/13431 8621/8941/13425 +f 8630/8945/13431 8623/8939/13423 8621/8941/13425 +f 8631/8946/13432 8621/8941/13425 8626/8942/13426 +f 8631/8946/13432 8626/8942/13426 8632/8947/13433 +f 8632/8947/13433 8626/8942/13426 8620/8943/13427 +f 8632/8947/13433 8620/8943/13427 6184/6454/10141 +f 6184/6454/10141 8620/8943/13427 6182/6455/10142 +f 8633/8011/13434 8634/8339/12489 7730/7935/12490 +f 5576/5748/12486 8640/8948/13435 8636/5750/13436 +f 8640/8948/13435 5576/5748/12486 8009/8337/12485 +f 8640/8948/13435 8009/8337/12485 8639/8949/13437 +f 8640/8948/13435 8639/8949/13437 8641/8950/13438 +f 8635/5751/13439 8636/5750/13436 8642/8951/13440 +f 8642/8951/13440 8636/5750/13436 8640/8948/13435 +f 8642/8951/13440 8640/8948/13435 8641/8950/13438 +f 8643/8952/13441 8642/8951/13440 8641/8950/13438 +f 8644/8953/13442 8635/5751/13439 8642/8951/13440 +f 8644/8953/13443 8642/8951/13440 8643/8952/13441 +f 8633/8011/13434 8635/5751/13439 8644/8953/13442 +f 8645/8954/13444 8644/8953/13443 8643/8952/13441 +f 8638/8515/12756 8644/8953/13443 8645/8954/13444 +f 8634/8339/12489 8633/8011/13434 8644/8953/13442 +f 8634/8339/12489 8644/8953/13442 8646/8513/12752 +f 8646/8513/12755 8644/8953/13443 8638/8515/12756 +f 8637/8341/12492 8638/8515/12756 8645/8954/13444 +f 8645/8954/13444 8649/8955/13445 8647/8343/12494 +f 8645/8954/13444 8647/8343/12494 8637/8341/12492 +f 8643/8952/13441 8648/8956/13446 8649/8955/13445 +f 8643/8952/13441 8649/8955/13445 8645/8954/13444 +f 8648/8956/13446 8643/8952/13441 8641/8950/13438 +f 8641/8950/13438 8650/8957/13447 8648/8956/13446 +f 8641/8950/13438 8639/8949/13437 8650/8957/13447 +s off +f 8639/8949/13448 8009/8337/13449 5574/5746/13450 +s 39 +f 8651/8958/13451 8639/8949/13437 5574/5746/13452 +f 8650/8957/13447 8639/8949/13437 8651/8958/13451 +f 5575/5747/13453 8652/8959/13454 8651/8958/13451 +f 8648/8956/13446 8650/8957/13447 8653/8960/13455 +f 8653/8960/13455 8650/8957/13447 8651/8958/13451 +f 8653/8960/13455 8651/8958/13451 8652/8959/13454 +f 8654/8961/13456 8653/8960/13455 8652/8959/13454 +f 8649/8955/13445 8648/8956/13446 8653/8960/13457 +f 8655/8962/13458 8649/8955/13445 8653/8960/13457 +f 8655/8962/13459 8653/8960/13455 8654/8961/13456 +f 8647/8343/12494 8649/8955/13445 8657/8446/12649 +f 8657/8446/12649 8649/8955/13445 8655/8962/13458 +f 8655/8962/13459 8654/8961/13456 8658/8450/12653 +f 8658/8450/12653 8654/8961/13456 8656/8963/13460 +f 8659/8448/12651 8657/8446/12649 8655/8962/13458 +f 8659/8448/12651 8655/8962/13459 8658/8450/12653 +f 8043/6456/10143 8658/8450/12653 8656/8963/13460 +f 8662/8964/13461 8660/8965/13462 8656/8963/13460 +f 8656/8963/13460 8660/8965/13462 6181/6453/10140 +f 8656/8963/13460 6181/6453/10140 8043/6456/10143 +f 8654/8961/13456 8662/8964/13461 8656/8963/13460 +f 5575/5747/13453 8661/8966/13463 8652/8959/13454 +f 8652/8959/13454 8661/8966/13463 8662/8964/13461 +f 8652/8959/13454 8662/8964/13461 8654/8961/13456 +f 5575/5747/13453 8651/8958/13451 5574/5746/13452 +f 5570/5740/13464 7731/5742/13465 8663/8967/13466 +f 5570/5740/13464 8663/8967/13466 8664/8968/13467 +f 8664/8968/13467 5572/5743/13468 5570/5740/13464 +f 8665/8013/13469 8670/8969/13470 7731/5742/13465 +f 7731/5742/13465 8670/8969/13470 8663/8967/13466 +f 7735/8015/12496 8666/8344/12495 8665/8013/13469 +f 8668/8970/13471 8664/8968/13467 8663/8967/13466 +f 8669/8971/13472 8668/8970/13471 8663/8967/13466 +f 8667/8972/13473 8668/8970/13471 8669/8971/13474 +f 8670/8969/13470 8669/8971/13472 8663/8967/13466 +f 8671/8973/13475 8667/8972/13473 8669/8971/13476 +f 8671/8973/13475 8669/8971/13476 8670/8969/13477 +f 8011/8346/12499 8667/8972/13473 8671/8973/13475 +f 8671/8973/13478 8670/8969/13470 8665/8013/13469 +f 8011/8346/12499 8671/8973/13475 8672/8517/12759 +f 8672/8517/12758 8671/8973/13478 8666/8344/12495 +f 8666/8344/12495 8671/8973/13478 8665/8013/13469 +f 8664/8968/13467 8668/8970/13471 8673/8974/13479 +f 8674/8975/13480 8668/8970/13471 8667/8972/13473 +f 8674/8975/13480 8667/8972/13473 8680/8976/13481 +f 8011/8346/12499 8044/8348/12501 8675/8977/13482 +f 8011/8346/12499 8675/8977/13482 8667/8972/13473 +f 8667/8972/13473 8675/8977/13482 8680/8976/13481 +f 8668/8970/13471 8674/8975/13480 8673/8974/13479 +f 8674/8975/13480 8678/8978/13483 8673/8974/13479 +f 8679/8979/13484 8677/8980/13485 8678/8978/13483 +f 8679/8979/13484 8678/8978/13483 8674/8975/13480 +f 8681/8981/13486 8677/8980/13487 8679/8979/13488 +f 8680/8976/13481 8679/8979/13484 8674/8975/13480 +f 8676/8982/13489 8681/8981/13486 8679/8979/13488 +f 8682/8983/13490 8679/8979/13484 8680/8976/13481 +f 8676/8982/13489 8679/8979/13488 6178/6448/10133 +f 6178/6448/10133 8679/8979/13488 8682/8983/13491 +f 8682/8983/13490 8680/8976/13481 8683/8452/12655 +f 8683/8452/12655 8680/8976/13481 8675/8977/13482 +f 8684/8454/12657 6178/6448/10133 8682/8983/13491 +f 8684/8454/12657 8682/8983/13492 8683/8452/12655 +f 8044/8348/12501 8683/8452/12655 8675/8977/13482 +f 5572/5743/13468 8664/8968/13467 8673/8974/13479 +f 5572/5743/13468 8673/8974/13479 8685/8984/13493 +f 8685/8984/13493 8673/8974/13479 8678/8978/13494 +f 8686/8985/13495 8685/8984/13493 8677/8980/13487 +f 8685/8984/13493 8678/8978/13494 8677/8980/13487 +f 8686/8985/13495 8677/8980/13487 8681/8981/13486 +f 8686/8985/13495 8681/8981/13486 8687/8986/13496 +f 8688/8987/13497 8687/8986/13496 8676/8982/13489 +f 8687/8986/13496 8681/8981/13486 8676/8982/13489 +f 8688/8987/13497 8676/8982/13489 6179/6450/10135 +f 6179/6450/10135 8676/8982/13489 6178/6448/10133 +f 8691/5739/13498 8689/8988/13499 7738/8018/13500 +f 7738/8018/13500 8689/8988/13499 7737/8016/12498 +f 8689/8988/13499 8690/8345/12497 7737/8016/12498 +f 8695/8989/13501 8692/5737/13502 5569/5736/13503 +f 8695/8989/13501 5569/5736/13503 8694/8990/13504 +f 8695/8989/13501 8694/8990/13504 8696/8991/13505 +f 8691/5739/13498 8692/5737/13502 8695/8989/13501 +f 8698/8992/13506 8691/5739/13498 8695/8989/13501 +f 8698/8992/13507 8695/8989/13501 8697/8993/13508 +f 8697/8993/13508 8695/8989/13501 8696/8991/13505 +f 8689/8988/13499 8691/5739/13498 8698/8992/13506 +f 8693/8347/12500 8698/8992/13507 8697/8993/13508 +f 8690/8345/12497 8689/8988/13499 8698/8992/13509 +f 8690/8345/12497 8698/8992/13509 8699/8516/12757 +f 8699/8516/12760 8698/8992/13507 8693/8347/12500 +f 8697/8993/13508 8702/8994/13510 8693/8347/12500 +f 8693/8347/12500 8702/8994/13510 8700/8349/12502 +f 8696/8991/13505 8701/8995/13511 8697/8993/13508 +f 8697/8993/13508 8701/8995/13511 8702/8994/13510 +f 8696/8991/13505 8703/8996/13512 8701/8995/13511 +f 8696/8991/13505 8694/8990/13504 8703/8996/13512 +f 8694/8990/13504 5569/5736/13503 8704/8997/13513 +f 8703/8996/13512 8694/8990/13504 8704/8997/13513 +f 5568/5734/13514 8705/8998/13515 8704/8997/13513 +f 8705/8998/13515 8703/8996/13512 8704/8997/13513 +f 8701/8995/13511 8703/8996/13512 8706/8999/13516 +f 8706/8999/13516 8703/8996/13512 8705/8998/13515 +f 8707/9000/13517 8706/8999/13516 8705/8998/13515 +f 8702/8994/13510 8701/8995/13511 8706/8999/13518 +f 8708/9001/13519 8702/8994/13510 8706/8999/13518 +f 8708/9001/13520 8706/8999/13516 8707/9000/13517 +f 8700/8349/12502 8702/8994/13510 8710/8451/12654 +f 8710/8451/12654 8702/8994/13510 8708/9001/13519 +f 8708/9001/13520 8707/9000/13517 8711/8455/12658 +f 8711/8455/12658 8707/9000/13517 8709/9002/13521 +f 8712/8453/12656 8710/8451/12654 8708/9001/13519 +f 8712/8453/12656 8708/9001/13520 8711/8455/12658 +f 8045/6449/10134 8711/8455/12658 8709/9002/13521 +f 8715/9003/13522 9194/9004/13523 8709/9002/13521 +f 8709/9002/13521 9194/9004/13523 8713/6451/10136 +f 8709/9002/13521 8713/6451/10136 8045/6449/10134 +f 8707/9000/13517 8715/9003/13522 8709/9002/13521 +f 5568/5734/13514 8714/9005/13524 8705/8998/13515 +f 8705/8998/13515 8714/9005/13524 8715/9003/13522 +f 8705/8998/13515 8715/9003/13522 8707/9000/13517 +f 5568/5734/13514 8704/8997/13513 5567/5735/13525 +f 5569/5736/13503 5567/5735/13525 8704/8997/13513 +f 7739/8021/13526 8722/9006/13527 5563/5730/13528 +f 5563/5730/13528 8722/9006/13527 8716/9007/13529 +f 5563/5730/13528 8716/9007/13529 5562/5728/13530 +f 5562/5728/13530 8716/9007/13529 8717/9008/13531 +f 8717/9008/13531 5566/5732/13532 5562/5728/13530 +f 8721/9009/13533 8717/9008/13531 8716/9007/13529 +f 8720/9010/13534 8721/9009/13533 8716/9007/13529 +f 8720/9010/13535 8716/9007/13529 8722/9006/13527 +f 8723/9011/13536 8719/9012/13537 8720/9010/13534 +f 8723/9011/13536 8720/9010/13534 8722/9006/13538 +f 8013/8353/12510 8719/9012/13537 8723/9011/13536 +f 8723/9011/13539 8722/9006/13527 7740/8020/12507 +f 7740/8020/12507 8722/9006/13527 7739/8021/13526 +f 8013/8353/12510 8723/9011/13536 8724/8519/12763 +f 8724/8519/12762 8723/9011/13539 8718/8351/12506 +f 8718/8351/12506 8723/9011/13539 7740/8020/12507 +f 8717/9008/13531 8721/9009/13533 8725/9013/13540 +f 8721/9009/13533 8720/9010/13534 8726/9014/13541 +f 8726/9014/13541 8720/9010/13534 8719/9012/13537 +f 8726/9014/13541 8719/9012/13537 8731/9015/13542 +f 8013/8353/12510 8046/8355/12512 8727/9016/13543 +f 8013/8353/12510 8727/9016/13543 8719/9012/13537 +f 8719/9012/13537 8727/9016/13543 8731/9015/13542 +f 8721/9009/13533 8726/9014/13541 8725/9013/13540 +f 8726/9014/13541 8729/9017/13544 8725/9013/13540 +f 8730/9018/13545 8736/9019/13546 8729/9017/13547 +f 8730/9018/13548 8729/9017/13544 8726/9014/13541 +f 8732/9020/13549 8736/9019/13546 8730/9018/13545 +f 8731/9015/13550 8730/9018/13548 8726/9014/13541 +f 8728/9021/13551 8732/9020/13549 8730/9018/13552 +f 8733/9022/13553 8730/9018/13548 8731/9015/13550 +f 8728/9021/13551 8730/9018/13552 6120/6360/10017 +f 6120/6360/10017 8730/9018/13552 8733/9022/13554 +f 8733/9022/13553 8731/9015/13550 8734/8457/12660 +f 8734/8457/12660 8731/9015/13550 8727/9016/13543 +f 8735/8458/12664 6120/6360/10017 8733/9022/13554 +f 8735/8458/12662 8733/9022/13553 8734/8457/12660 +f 8046/8355/12512 8734/8457/12660 8727/9016/13543 +f 5566/5732/13532 8717/9008/13531 8725/9013/13540 +s 633 +f 8736/9019/13555 5566/5732/13556 8729/9017/13557 +f 5566/5732/13556 8725/9013/13558 8729/9017/13557 +s 39 +f 8737/9023/13559 8736/9019/13546 8732/9020/13549 +f 8737/9023/13559 8732/9020/13549 8738/9024/13560 +f 8738/9024/13560 8732/9020/13549 8728/9021/13551 +f 8738/9024/13560 8728/9021/13551 8739/6359/10016 +f 8739/6359/10016 8728/9021/13551 6120/6360/10017 +f 5560/5727/13561 8742/9025/13562 7743/8023/13563 +f 8742/9025/13562 8740/9026/13564 7743/8023/13563 +f 8740/9026/13564 8741/8352/12509 7743/8023/13563 +f 7743/8023/13563 8741/8352/12509 7742/8019/12508 +f 5560/5727/13561 8743/5726/13565 8742/9025/13562 +f 8746/9027/13566 8743/5726/13565 5558/5725/13567 +f 5558/5725/13567 8012/8350/12504 8745/9028/13568 +f 8745/9028/13568 8747/9029/13569 8746/9027/13566 +f 8745/9028/13568 8746/9027/13566 5558/5725/13567 +f 8742/9025/13562 8743/5726/13565 8746/9027/13566 +f 8742/9025/13562 8746/9027/13566 8748/9030/13570 +f 8748/9030/13570 8746/9027/13566 8747/9029/13571 +f 8749/9031/13572 8742/9025/13562 8748/9030/13570 +f 8740/9026/13564 8742/9025/13562 8749/9031/13573 +f 8750/9032/13574 8749/9031/13572 8748/9030/13570 +f 8741/8352/12509 8740/9026/13564 8749/9031/13573 +f 8741/8352/12509 8749/9031/13573 8751/8518/12761 +f 8751/8518/12761 8749/9031/13573 8750/9032/13575 +f 8751/8518/12761 8750/9032/13575 8744/8354/12511 +f 8750/9032/13574 8754/9033/13576 8752/8356/12513 +f 8750/9032/13574 8752/8356/12513 8744/8354/12511 +f 8748/9030/13570 8753/9034/13577 8754/9033/13576 +f 8748/9030/13570 8754/9033/13576 8750/9032/13574 +f 8753/9034/13577 8748/9030/13570 8747/9029/13569 +f 8747/9029/13569 8755/9035/13578 8753/9034/13577 +f 8755/9035/13578 8747/9029/13569 8745/9028/13568 +f 8756/9036/13579 8745/9028/13568 8012/8350/12504 +f 8755/9035/13578 8745/9028/13568 8756/9036/13579 +f 5556/5723/13580 8757/9037/13581 8756/9036/13579 +f 8757/9037/13581 8755/9035/13578 8756/9036/13579 +f 8753/9034/13577 8755/9035/13578 8758/9038/13582 +f 8758/9038/13582 8755/9035/13578 8757/9037/13581 +f 8759/9039/13583 8758/9038/13582 8757/9037/13581 +f 8754/9033/13576 8753/9034/13577 8758/9038/13584 +f 8760/9040/13585 8754/9033/13576 8758/9038/13584 +f 8760/9040/13586 8758/9038/13582 8759/9039/13583 +f 8752/8356/12513 8754/9033/13576 8762/8456/12659 +f 8762/8456/12659 8754/9033/13576 8760/9040/13585 +f 8760/9040/13586 8759/9039/13583 8763/8459/12665 +f 8763/8459/12665 8759/9039/13583 8761/9041/13587 +f 8762/8456/12661 8760/9040/13588 8763/8459/12663 +f 8047/6361/10018 8763/8459/12665 8761/9041/13587 +f 8766/9042/13589 9204/9043/13590 8761/9041/13587 +f 8761/9041/13587 9204/9043/13590 8764/6442/10126 +f 8761/9041/13587 8764/6442/10126 8047/6361/10018 +f 8759/9039/13583 8766/9042/13589 8761/9041/13587 +f 5556/5723/13580 8765/9044/13591 8757/9037/13581 +f 8757/9037/13581 8765/9044/13591 8766/9042/13589 +f 8757/9037/13581 8766/9042/13589 8759/9039/13583 +f 5556/5723/13580 8756/9036/13579 8012/8350/12504 +f 5556/5723/13580 8012/8350/12504 5557/5724/12503 +f 8767/5717/13592 8768/9045/13593 5553/5719/13594 +f 7746/8028/12519 8770/8359/12520 7744/8026/13595 +f 8774/9046/13596 8773/9047/13597 5553/5719/13594 +f 8774/9046/13596 5553/5719/13594 8768/9045/13593 +f 8772/9048/13598 8774/9046/13596 8768/9045/13593 +f 8767/5717/13592 8769/8024/13599 8775/9049/13600 +f 8775/9049/13600 8772/9048/13598 8768/9045/13593 +f 8775/9049/13600 8768/9045/13593 8767/5717/13592 +f 8776/9050/13601 8771/9051/13602 8772/9048/13598 +f 8776/9050/13601 8772/9048/13598 8775/9049/13600 +f 8777/9052/13603 8771/9051/13602 8776/9050/13601 +f 8776/9050/13604 8775/9049/13600 7744/8026/13595 +f 7744/8026/13595 8775/9049/13600 8769/8024/13599 +f 8770/8359/12520 8776/9050/13604 7744/8026/13595 +f 8015/8360/12768 8777/9052/13603 8776/9050/13601 +f 8015/8360/12768 8776/9050/13601 8060/8520/12766 +f 8060/8520/12764 8776/9050/13604 8770/8359/12520 +f 8773/9047/13597 8774/9046/13596 8772/9048/13598 +f 8773/9047/13597 8772/9048/13598 8778/9053/13605 +f 8778/9053/13605 8772/9048/13598 8771/9051/13602 +f 8778/9053/13605 8771/9051/13602 8785/9054/13606 +f 8015/8360/12521 8779/8362/12523 8777/9052/13603 +f 8777/9052/13603 8779/8362/12523 8780/9055/13607 +f 8777/9052/13603 8780/9055/13607 8771/9051/13602 +f 8771/9051/13602 8780/9055/13607 8785/9054/13606 +f 8783/9056/13608 5553/5719/13594 8773/9047/13597 +f 8784/9057/13609 8783/9056/13608 8773/9047/13597 +f 8784/9057/13609 8773/9047/13597 8778/9053/13605 +f 8782/9058/13610 8784/9057/13609 8778/9053/13605 +f 8785/9054/13611 8782/9058/13610 8778/9053/13605 +f 8781/9059/13612 8786/9060/13613 8782/9058/13614 +f 8781/9059/13612 8782/9058/13614 8787/9061/13615 +f 8787/9061/13616 8782/9058/13610 8785/9054/13611 +f 8788/8460/12666 8787/9061/13617 8785/9054/13618 +f 8788/8460/12666 8785/9054/13618 8780/9055/13619 +f 8788/8460/12666 8780/9055/13607 8779/8362/12523 +f 6175/6443/10127 8781/9059/13612 8787/9061/13615 +f 6175/6443/10127 8787/9061/13615 8048/8462/12670 +f 8048/8462/12668 8787/9061/13617 8788/8460/12666 +f 5555/5721/13620 5553/5719/13594 8783/9056/13608 +f 5555/5721/13620 8783/9056/13608 8789/9062/13621 +f 8789/9062/13621 8783/9056/13608 8784/9057/13622 +f 8790/9063/13623 8789/9062/13621 8782/9058/13624 +f 8789/9062/13621 8784/9057/13622 8782/9058/13624 +f 8790/9063/13623 8782/9058/13624 8786/9060/13625 +f 8790/9063/13623 8786/9060/13625 8791/9064/13626 +f 8791/9064/13626 8786/9060/13625 8781/9059/13612 +f 8791/9064/13626 8781/9059/13612 8792/6444/10128 +f 8792/6444/10128 8781/9059/13612 6175/6443/10127 +f 8796/5714/13627 8795/9065/13628 5551/5715/13629 +f 8795/9065/13628 8793/9066/13630 5551/5715/13629 +f 5551/5715/13629 8793/9066/13630 7748/8027/12517 +f 8793/9066/13630 8794/8358/12518 7748/8027/12517 +f 5550/5713/12516 8800/9067/13631 8796/5714/13627 +f 8800/9067/13631 5550/5713/12516 8014/8357/12515 +f 8800/9067/13631 8014/8357/12515 8799/9068/13632 +f 8800/9067/13631 8799/9068/13632 8801/9069/13633 +f 8795/9065/13628 8796/5714/13627 8800/9067/13631 +f 8795/9065/13628 8800/9067/13631 8802/9070/13634 +f 8802/9070/13634 8800/9067/13631 8801/9069/13633 +f 8803/9071/13635 8795/9065/13628 8802/9070/13634 +f 8793/9066/13630 8795/9065/13628 8803/9071/13636 +f 8804/9072/13637 8803/9071/13635 8802/9070/13634 +f 8805/8521/12765 8793/9066/13630 8803/9071/13636 +f 8805/8521/13638 8803/9071/13635 8798/8522/12770 +f 8798/8522/12770 8803/9071/13635 8804/9072/13637 +f 8794/8358/12518 8793/9066/13630 8805/8521/12765 +f 8797/8361/12522 8798/8522/12770 8804/9072/13637 +f 8804/9072/13637 8808/9073/13639 8806/8363/12524 +f 8804/9072/13637 8806/8363/12524 8797/8361/12522 +f 8802/9070/13634 8807/9074/13640 8808/9073/13639 +f 8802/9070/13634 8808/9073/13639 8804/9072/13637 +f 8807/9074/13640 8802/9070/13634 8801/9069/13633 +f 8801/9069/13633 8809/9075/13641 8807/9074/13640 +f 8801/9069/13633 8799/9068/13632 8809/9075/13641 +s off +f 8799/9068/13642 8014/8357/13643 5549/5712/13644 +s 39 +f 8810/9076/13645 8799/9068/13632 5549/5712/13646 +f 8809/9075/13641 8799/9068/13632 8810/9076/13645 +f 5548/5711/13647 8811/9077/13648 8810/9076/13645 +f 8807/9074/13640 8809/9075/13641 8812/9078/13649 +f 8812/9078/13649 8809/9075/13641 8810/9076/13645 +f 8812/9078/13649 8810/9076/13645 8811/9077/13648 +f 8813/9079/13650 8812/9078/13649 8811/9077/13648 +f 8808/9073/13639 8807/9074/13640 8812/9078/13651 +f 8808/9073/13639 8812/9078/13651 8814/9080/13652 +f 8814/9080/13653 8812/9078/13649 8813/9079/13650 +s 648 +f 8815/9081/13654 8814/9080/13655 8813/9079/13656 +s 39 +f 8806/8363/12524 8808/9073/13639 8816/8461/12667 +f 8816/8461/12667 8808/9073/13639 8814/9080/13652 +f 8816/8461/12667 8814/9080/13652 8817/8463/12669 +s 648 +f 8817/8463/13657 8814/9080/13655 8815/9081/13654 +f 8818/8464/13658 8817/8463/13657 8815/9081/13654 +s 39 +f 8818/8464/12673 8815/9081/13659 6173/6438/10120 +f 8821/9082/13660 9214/9083/13661 8815/9081/13659 +f 8815/9081/13659 9214/9083/13661 8819/6439/10121 +f 8815/9081/13659 8819/6439/10121 6173/6438/10120 +f 8813/9079/13662 8821/9082/13660 8815/9081/13659 +f 5548/5711/13647 8820/9084/13663 8811/9077/13648 +f 8811/9077/13648 8820/9084/13663 8821/9082/13660 +f 8811/9077/13648 8821/9082/13660 8813/9079/13662 +f 5548/5711/13647 8810/9076/13645 5549/5712/13646 +f 8825/5704/13664 8822/9085/13665 5544/5705/13666 +f 5544/5705/13666 8822/9085/13665 8823/9086/13667 +f 8823/9086/13667 5547/5709/13668 5544/5705/13666 +f 7751/8030/12530 8826/8366/12531 7750/8031/13669 +f 8830/9087/13670 8829/9088/13671 8823/9086/13667 +f 8830/9087/13670 8823/9086/13667 8822/9085/13665 +f 8828/9089/13672 8830/9087/13670 8822/9085/13665 +f 8831/9090/13673 8828/9089/13672 8822/9085/13665 +f 8831/9090/13673 8822/9085/13665 8825/5704/13664 +f 8832/9091/13674 8827/9092/13675 8828/9089/13672 +f 8832/9091/13674 8828/9089/13672 8831/9090/13673 +f 8824/7942/13676 8831/9090/13673 8825/5704/13664 +f 8833/9093/13677 8827/9092/13675 8832/9091/13674 +f 8832/9091/13678 8831/9090/13673 7750/8031/13669 +f 7750/8031/13669 8831/9090/13673 8824/7942/13676 +f 8833/9093/13677 8832/9091/13674 8834/8524/12772 +f 8834/8524/12772 8832/9091/13679 8826/8366/12531 +f 8826/8366/12531 8832/9091/13678 7750/8031/13669 +f 8017/8367/12532 8833/9093/13677 8834/8524/12772 +f 8829/9088/13671 8830/9087/13670 8828/9089/13672 +f 8829/9088/13671 8828/9089/13672 8835/9094/13680 +f 8835/9094/13680 8828/9089/13672 8827/9092/13675 +f 8835/9094/13680 8827/9092/13675 8842/9095/13681 +f 8017/8367/12532 8836/8369/12534 8833/9093/13677 +f 8833/9093/13677 8836/8369/12534 8837/9096/13682 +f 8833/9093/13677 8837/9096/13682 8827/9092/13675 +f 8827/9092/13675 8837/9096/13682 8842/9095/13681 +f 8840/9097/13683 8823/9086/13667 8829/9088/13671 +f 8841/9098/13684 8840/9097/13683 8829/9088/13671 +f 8841/9098/13684 8829/9088/13671 8835/9094/13680 +f 8839/9099/13685 8841/9098/13684 8835/9094/13680 +f 8842/9095/13686 8839/9099/13685 8835/9094/13680 +f 8838/9100/13687 8843/9101/13688 8839/9099/13689 +f 8838/9100/13687 8839/9099/13689 8844/9102/13690 +f 8844/9102/13691 8839/9099/13685 8842/9095/13686 +s 504 +f 8845/8467/12678 8844/9102/13692 8842/9095/13693 +f 8845/8467/12678 8842/9095/13693 8837/9096/13694 +s 39 +f 8846/8465/12674 8838/9100/13687 8844/9102/13690 +s 504 +f 8846/8465/12677 8844/9102/13692 8845/8467/12678 +s 39 +f 8845/8467/12681 8837/9096/13682 8836/8369/12534 +f 6121/6363/10020 8838/9100/13687 8846/8465/12674 +f 5547/5709/13668 8823/9086/13667 8840/9097/13683 +f 5547/5709/13668 8840/9097/13683 8847/9103/13695 +f 8847/9103/13695 8840/9097/13683 8841/9098/13696 +f 8848/9104/13697 8847/9103/13695 8839/9099/13698 +f 8847/9103/13695 8841/9098/13696 8839/9099/13698 +f 8848/9104/13697 8839/9099/13698 8843/9101/13699 +f 8848/9104/13697 8843/9101/13699 8849/9105/13700 +f 8849/9105/13700 8843/9101/13699 8838/9100/13701 +f 8849/9105/13700 8838/9100/13701 8850/6362/10019 +f 8850/6362/10019 8838/9100/13701 6121/6363/10020 +f 8854/5702/13702 8853/9106/13703 5542/5703/13704 +f 5542/5703/13704 8853/9106/13703 8851/9107/13705 +f 5542/5703/13704 8851/9107/13705 7752/8032/12528 +f 8851/9107/13705 8852/8365/12529 7752/8032/12528 +f 8854/5702/13702 5540/5700/13706 8016/8364/13707 +f 8854/5702/13702 8016/8364/13707 8857/9108/13708 +f 8853/9106/13703 8854/5702/13702 8857/9108/13708 +f 8853/9106/13703 8857/9108/13708 8858/9109/13709 +f 8859/9110/13710 8853/9106/13703 8858/9109/13709 +f 8851/9107/13705 8853/9106/13703 8859/9110/13711 +f 8860/9111/13712 8859/9110/13710 8858/9109/13709 +f 8856/8525/12773 8859/9110/13710 8860/9111/13712 +f 8852/8365/12529 8851/9107/13705 8859/9110/13711 +f 8852/8365/12529 8859/9110/13711 8861/8523/12771 +f 8861/8523/12771 8859/9110/13710 8856/8525/12773 +f 8855/8368/12533 8856/8525/12773 8860/9111/13712 +f 8860/9111/13712 8864/9112/13713 8862/8370/12535 +f 8860/9111/13712 8862/8370/12535 8855/8368/12533 +f 8858/9109/13709 8863/9113/13714 8864/9112/13713 +f 8858/9109/13709 8864/9112/13713 8860/9111/13712 +f 8863/9113/13714 8858/9109/13709 8857/9108/13708 +f 8857/9108/13708 8865/9114/13715 8863/9113/13714 +f 8857/9108/13708 8016/8364/12526 8865/9114/13715 +f 8865/9114/13715 8016/8364/12526 8866/9115/13716 +f 5539/5699/13717 8867/9116/13718 8866/9115/13716 +f 8867/9116/13718 8865/9114/13715 8866/9115/13716 +f 8863/9113/13714 8865/9114/13715 8868/9117/13719 +f 8868/9117/13719 8865/9114/13715 8867/9116/13718 +f 8869/9118/13720 8868/9117/13719 8867/9116/13718 +f 8864/9112/13713 8863/9113/13714 8868/9117/13721 +f 8864/9112/13713 8868/9117/13721 8870/9119/13722 +f 8870/9119/13723 8868/9117/13719 8869/9118/13720 +f 8871/9120/13724 8870/9119/13725 8869/9118/13726 +f 8862/8370/12535 8864/9112/13713 8872/8468/12680 +f 8872/8468/12680 8864/9112/13713 8870/9119/13722 +f 8872/8468/12680 8870/9119/13722 8873/9121/13727 +f 8873/9121/13728 8870/9119/13725 8871/9120/13724 +f 8874/6440/10122 8873/9121/13728 8871/9120/13724 +s 504 +f 8872/8468/12679 8873/9121/13729 8049/8466/12676 +s 39 +f 8049/8466/12675 8873/9121/13728 8874/6440/10122 +f 8877/9122/13730 9224/9123/13731 8871/9120/13732 +f 8871/9120/13732 9224/9123/13731 8875/6435/10116 +f 8871/9120/13732 8875/6435/10116 8874/6440/10122 +f 8869/9118/13733 8877/9122/13730 8871/9120/13732 +f 5539/5699/13717 8876/9124/13734 8867/9116/13718 +f 8867/9116/13718 8876/9124/13734 8877/9122/13730 +f 8867/9116/13718 8877/9122/13730 8869/9118/13733 +f 5539/5699/13717 8866/9115/13716 5538/5698/12525 +f 8016/8364/12526 5538/5698/12525 8866/9115/13716 +f 8878/5694/13735 8879/9125/13736 5535/5691/13737 +f 5535/5691/13737 8879/9125/13736 8880/9126/13738 +f 8880/9126/13738 5536/5695/13739 5535/5691/13737 +f 7755/8037/12540 8882/8372/12539 7753/8035/13740 +f 8886/9127/13741 8885/9128/13742 8880/9126/13738 +f 8886/9127/13741 8880/9126/13738 8879/9125/13736 +f 8884/9129/13743 8886/9127/13741 8879/9125/13736 +f 8878/5694/13735 8881/8034/13744 8887/9130/13745 +f 8887/9130/13745 8884/9129/13743 8879/9125/13736 +f 8887/9130/13745 8879/9125/13736 8878/5694/13735 +f 8888/9131/13746 8883/9132/13747 8884/9129/13743 +f 8888/9131/13746 8884/9129/13743 8887/9130/13745 +f 8019/8374/12543 8883/9132/13747 8888/9131/13746 +f 8888/9131/13748 8887/9130/13745 7753/8035/13740 +f 7753/8035/13740 8887/9130/13745 8881/8034/13744 +f 8882/8372/12539 8888/9131/13748 7753/8035/13740 +f 8061/8526/12776 8019/8374/12543 8888/9131/13746 +f 8061/8526/12774 8888/9131/13748 8882/8372/12539 +f 8885/9128/13742 8886/9127/13741 8884/9129/13743 +f 8885/9128/13742 8884/9129/13743 8889/9133/13749 +f 8889/9133/13749 8884/9129/13743 8883/9132/13747 +f 8889/9133/13749 8883/9132/13747 8895/9134/13750 +f 8019/8374/12543 8051/8376/12545 8890/9135/13751 +f 8019/8374/12543 8890/9135/13751 8883/9132/13747 +f 8883/9132/13747 8890/9135/13751 8895/9134/13750 +f 8892/9136/13752 8880/9126/13738 8885/9128/13742 +f 8893/9137/13753 8892/9136/13752 8885/9128/13742 +f 8893/9137/13753 8885/9128/13742 8889/9133/13749 +f 8894/9138/13754 8900/9139/13755 8893/9137/13756 +f 8894/9138/13757 8893/9137/13753 8889/9133/13749 +f 8896/9140/13758 8900/9139/13755 8894/9138/13754 +f 8895/9134/13750 8894/9138/13757 8889/9133/13749 +f 8891/9141/13759 8896/9140/13758 8894/9138/13760 +f 8897/9142/13761 8894/9138/13757 8895/9134/13750 +f 8891/9141/13759 8894/9138/13760 6170/6428/10109 +f 6170/6428/10109 8894/9138/13760 8897/9142/13762 +f 8897/9142/13761 8895/9134/13750 8898/8472/12685 +f 8898/8472/12685 8895/9134/13750 8890/9135/13751 +f 8899/8470/12683 6170/6428/10109 8897/9142/13762 +f 8899/8470/12683 8897/9142/13763 8898/8472/12685 +f 8051/8376/12545 8898/8472/12685 8890/9135/13751 +f 5536/5695/13739 8880/9126/13738 8892/9136/13752 +f 5536/5695/13739 8892/9136/13752 9228/5697/13764 +f 8900/9139/13755 9228/5697/13764 8893/9137/13756 +f 9228/5697/13764 8892/9136/13752 8893/9137/13756 +f 8901/9143/13765 8900/9139/13755 8896/9140/13758 +f 8901/9143/13765 8896/9140/13758 8902/9144/13766 +f 8902/9144/13766 8896/9140/13758 8891/9141/13759 +f 8902/9144/13766 8891/9141/13759 8903/6432/10113 +f 8903/6432/10113 8891/9141/13759 6170/6428/10109 +f 8907/5689/13767 8906/9145/13768 5532/5690/13769 +f 8906/9145/13768 8904/9146/13770 5532/5690/13769 +f 5532/5690/13769 8904/9146/13770 7756/8036/12542 +f 7756/8036/12542 8904/9146/13770 8905/8373/12541 +f 5530/5687/12538 8910/9147/13771 8907/5689/13767 +f 8910/9147/13771 5530/5687/12538 8018/8371/12537 +f 8910/9147/13771 8018/8371/12537 8909/9148/13772 +f 8910/9147/13771 8909/9148/13772 8911/9149/13773 +f 8906/9145/13768 8907/5689/13767 8912/9150/13774 +f 8912/9150/13774 8907/5689/13767 8910/9147/13771 +f 8912/9150/13774 8910/9147/13771 8911/9149/13773 +f 8913/9151/13775 8912/9150/13774 8911/9149/13773 +f 8914/9152/13776 8906/9145/13768 8912/9150/13774 +f 8914/9152/13777 8912/9150/13774 8913/9151/13775 +f 8904/9146/13770 8906/9145/13768 8914/9152/13776 +f 8915/9153/13778 8914/9152/13777 8913/9151/13775 +f 8916/8527/12775 8904/9146/13770 8914/9152/13776 +f 8916/8527/12777 8914/9152/13777 8915/9153/13778 +f 8905/8373/12541 8904/9146/13770 8916/8527/12775 +f 8916/8527/12777 8915/9153/13778 8908/8375/12544 +f 8915/9153/13778 8919/9154/13779 8917/8377/12546 +f 8915/9153/13778 8917/8377/12546 8908/8375/12544 +f 8913/9151/13775 8918/9155/13780 8919/9154/13779 +f 8913/9151/13775 8919/9154/13779 8915/9153/13778 +f 8918/9155/13780 8913/9151/13775 8911/9149/13773 +f 8911/9149/13773 8920/9156/13781 8918/9155/13780 +f 8911/9149/13773 8909/9148/13772 8920/9156/13781 +s off +f 8909/9148/13782 8018/8371/13783 5528/5685/13784 +s 39 +f 8921/9157/13785 8909/9148/13772 5528/5685/13786 +f 8920/9156/13781 8909/9148/13772 8921/9157/13785 +f 5529/5686/13787 8922/9158/13788 8921/9157/13785 +f 8918/9155/13780 8920/9156/13781 8923/9159/13789 +f 8923/9159/13789 8920/9156/13781 8921/9157/13785 +f 8923/9159/13789 8921/9157/13785 8922/9158/13788 +f 8924/9160/13790 8923/9159/13789 8922/9158/13788 +f 8919/9154/13779 8918/9155/13780 8923/9159/13791 +f 8925/9161/13792 8919/9154/13779 8923/9159/13791 +f 8925/9161/13793 8923/9159/13789 8924/9160/13790 +f 8917/8377/12546 8919/9154/13779 8927/8473/12686 +f 8927/8473/12686 8919/9154/13779 8925/9161/13792 +f 8925/9161/13793 8924/9160/13790 8928/8469/12682 +f 8928/8469/12682 8924/9160/13790 8926/9162/13794 +f 8929/8471/12684 8927/8473/12686 8925/9161/13792 +f 8929/8471/12684 8925/9161/13793 8928/8469/12682 +f 8050/6429/10110 8928/8469/12682 8926/9162/13794 +f 8932/9163/13795 8930/6430/10111 8926/9162/13794 +f 8926/9162/13794 8930/6430/10111 8050/6429/10110 +f 8924/9160/13790 8932/9163/13795 8926/9162/13794 +f 5529/5686/13787 8931/9164/13796 8922/9158/13788 +f 8922/9158/13788 8931/9164/13796 8932/9163/13795 +f 8922/9158/13788 8932/9163/13795 8924/9160/13790 +f 5529/5686/13787 8921/9157/13785 5528/5685/13786 +f 8935/5681/13797 8933/9165/13798 5526/5678/13799 +f 5526/5678/13799 8933/9165/13798 8934/9166/13800 +f 8934/9166/13800 8948/5682/13801 5526/5678/13799 +f 7758/8038/12551 8936/8379/12550 8937/8039/13802 +f 8939/9167/13803 8940/9168/13804 8933/9165/13798 +f 8933/9165/13798 8940/9168/13804 8934/9166/13800 +f 8941/9169/13805 8939/9167/13803 8933/9165/13798 +f 8938/9170/13806 8939/9167/13803 8941/9169/13805 +f 8933/9165/13798 8935/5681/13797 8942/9171/13807 +f 8942/9171/13807 8941/9169/13805 8933/9165/13798 +f 8935/5681/13797 8937/8039/13802 8942/9171/13807 +f 8943/9172/13808 8938/9170/13806 8941/9169/13805 +f 8943/9172/13808 8941/9169/13805 8942/9171/13809 +f 8021/8381/12554 8938/9170/13806 8943/9172/13808 +f 8943/9172/13810 8942/9171/13807 8937/8039/13802 +f 8021/8381/12554 8943/9172/13808 8944/8529/12780 +f 8944/8529/12779 8943/9172/13811 8936/8379/12550 +f 8936/8379/12550 8943/9172/13810 8937/8039/13802 +f 8934/9166/13800 8940/9168/13804 8949/9173/13812 +f 8940/9168/13804 8939/9167/13803 8945/9174/13813 +f 8945/9174/13813 8939/9167/13803 8938/9170/13806 +f 8945/9174/13813 8938/9170/13806 8952/9175/13814 +f 8021/8381/12554 8052/8383/12556 8946/9176/13815 +f 8021/8381/12554 8946/9176/13815 8938/9170/13806 +f 8938/9170/13806 8946/9176/13815 8952/9175/13814 +f 8948/5682/13801 8934/9166/13800 8949/9173/13812 +f 8950/9177/13816 8948/5682/13801 8949/9173/13812 +f 8940/9168/13804 8945/9174/13813 8949/9173/13812 +f 8945/9174/13817 8950/9177/13818 8949/9173/13819 +f 8951/9178/13820 8957/9179/13821 8950/9177/13822 +f 8951/9178/13823 8950/9177/13818 8945/9174/13817 +f 8953/9180/13824 8957/9179/13821 8951/9178/13820 +f 8952/9175/13825 8951/9178/13823 8945/9174/13817 +f 8947/9181/13826 8953/9180/13824 8951/9178/13827 +f 8954/9182/13828 8951/9178/13823 8952/9175/13825 +f 8947/9181/13826 8951/9178/13827 6168/6426/10107 +f 6168/6426/10107 8951/9178/13827 8954/9182/13829 +f 8954/9182/13828 8952/9175/13825 8955/8475/12688 +f 8955/8475/12688 8952/9175/13825 8946/9176/13815 +f 8956/8476/12692 6168/6426/10107 8954/9182/13829 +f 8956/8476/12690 8954/9182/13828 8955/8475/12688 +f 8052/8383/12556 8955/8475/12688 8946/9176/13815 +f 8957/9179/13830 8948/5682/13801 8950/9177/13816 +f 8958/9183/13831 8957/9179/13821 8953/9180/13824 +f 8958/9183/13831 8953/9180/13824 8959/9184/13832 +f 8959/9184/13832 8953/9180/13824 8947/9181/13826 +f 8959/9184/13832 8947/9181/13826 8960/6425/10106 +f 8960/6425/10106 8947/9181/13826 6168/6426/10107 +f 8964/5676/13833 8963/9185/13834 5523/5677/13835 +f 8963/9185/13834 8961/8040/13836 5523/5677/13835 +f 8961/8040/13836 8962/8380/12553 7760/8042/12552 +f 8964/5676/13833 5521/5674/13837 8020/8378/13838 +f 8964/5676/13833 8020/8378/13838 8966/9186/13839 +f 8963/9185/13834 8964/5676/13833 8966/9186/13839 +f 8963/9185/13834 8966/9186/13839 8967/9187/13840 +f 8969/9188/13841 8963/9185/13834 8968/9189/13842 +f 8968/9189/13842 8963/9185/13834 8967/9187/13840 +f 8961/8040/13836 8963/9185/13834 8969/9188/13843 +f 8965/8382/12555 8969/9188/13844 8968/9189/13845 +f 8962/8380/12553 8961/8040/13836 8969/9188/13843 +f 8962/8380/12553 8969/9188/13843 8970/8528/12778 +f 8970/8528/12781 8969/9188/13844 8965/8382/12555 +f 8968/9189/13845 8973/9190/13846 8965/8382/12555 +f 8965/8382/12555 8973/9190/13846 8971/8384/12557 +f 8967/9187/13840 8972/9191/13847 8968/9189/13845 +f 8968/9189/13845 8972/9191/13847 8973/9190/13846 +f 8967/9187/13840 8974/9192/13848 8972/9191/13847 +f 8967/9187/13840 8966/9186/13839 8974/9192/13848 +f 8966/9186/13839 8020/8378/12548 8974/9192/13848 +f 8974/9192/13848 8020/8378/12548 8975/9193/13849 +f 5520/5673/13850 8977/9194/13851 8975/9193/13849 +f 8972/9191/13847 8974/9192/13848 8976/9195/13852 +f 8976/9195/13852 8975/9193/13849 8977/9194/13851 +f 8975/9193/13849 8976/9195/13852 8974/9192/13848 +f 8978/9196/13853 8976/9195/13852 8977/9194/13851 +f 8973/9190/13846 8972/9191/13847 8976/9195/13852 +f 8973/9190/13846 8976/9195/13852 8979/9197/13854 +f 8979/9197/13854 8976/9195/13852 8978/9196/13853 +f 8971/8384/12557 8973/9190/13846 8981/8474/12687 +f 8981/8474/12687 8973/9190/13846 8979/9197/13855 +f 8979/9197/13854 8978/9196/13853 8982/8477/12693 +f 8982/8477/12693 8978/9196/13853 8980/9198/13856 +f 8981/8474/12689 8979/9197/13857 8982/8477/12691 +f 8053/6427/10108 8982/8477/12693 8980/9198/13856 +f 8985/9199/13858 8983/9200/13859 8980/9198/13856 +f 8980/9198/13856 8983/9200/13859 6162/6414/10091 +f 8980/9198/13856 6162/6414/10091 8053/6427/10108 +f 8978/9196/13853 8985/9199/13858 8980/9198/13856 +f 5520/5673/13850 8984/9201/13860 8977/9194/13851 +f 8977/9194/13851 8984/9201/13860 8985/9199/13858 +f 8977/9194/13851 8985/9199/13858 8978/9196/13853 +f 5520/5673/13850 8975/9193/13849 5519/5672/12547 +f 8020/8378/12548 5519/5672/12547 8975/9193/13849 +f 8986/5667/13861 8987/9202/13862 5514/5665/13863 +f 5514/5665/13863 8987/9202/13862 8988/9203/13864 +f 8988/9203/13864 5517/5669/13865 5514/5665/13863 +f 7762/8046/12562 8989/8386/12561 8990/8043/13866 +f 8994/9204/13867 8993/9205/13868 8988/9203/13864 +f 8994/9204/13867 8988/9203/13864 8987/9202/13862 +f 8992/9206/13869 8994/9204/13867 8987/9202/13862 +f 8986/5667/13861 8990/8043/13866 8995/9207/13870 +f 8995/9207/13870 8992/9206/13869 8987/9202/13862 +f 8995/9207/13870 8987/9202/13862 8986/5667/13861 +f 8996/9208/13871 8991/9209/13872 8992/9206/13869 +f 8996/9208/13871 8992/9206/13869 8995/9207/13870 +f 8023/8388/12565 8991/9209/13872 8996/9208/13871 +f 8996/9208/13873 8995/9207/13870 8989/8386/12561 +f 8989/8386/12561 8995/9207/13870 8990/8043/13866 +f 8023/8388/12565 8996/9208/13871 8997/8531/12784 +f 8997/8531/12783 8996/9208/13873 8989/8386/12561 +f 8993/9205/13868 8994/9204/13867 8992/9206/13869 +f 8993/9205/13868 8992/9206/13869 8998/9210/13874 +f 8998/9210/13874 8992/9206/13869 8991/9209/13872 +f 8998/9210/13874 8991/9209/13872 9005/9211/13875 +f 8023/8388/12565 8999/8390/12567 9000/9212/13876 +f 8023/8388/12565 9000/9212/13876 8991/9209/13872 +f 8991/9209/13872 9000/9212/13876 9005/9211/13875 +f 9002/9213/13877 8988/9203/13864 8993/9205/13868 +f 9003/9214/13878 9002/9213/13877 8993/9205/13868 +f 9003/9214/13878 8993/9205/13868 8998/9210/13874 +f 9004/9215/13879 9010/9216/13880 9003/9214/13881 +f 9004/9215/13882 9003/9214/13878 8998/9210/13874 +f 9006/9217/13883 9010/9216/13880 9004/9215/13879 +f 9005/9211/13884 9004/9215/13882 8998/9210/13874 +f 9001/9218/13885 9006/9217/13883 9004/9215/13886 +f 9007/9219/13887 9004/9215/13882 9005/9211/13884 +f 9001/9218/13885 9004/9215/13886 6165/6421/10102 +f 6165/6421/10102 9004/9215/13886 9007/9219/13888 +f 9008/8478/12694 9007/9219/13887 9005/9211/13884 +f 9008/8478/12694 9005/9211/13884 9000/9212/13889 +f 9009/8481/12699 6165/6421/10102 9007/9219/13888 +f 9009/8481/12697 9007/9219/13887 9008/8478/12694 +f 9008/8478/12694 9000/9212/13876 8999/8390/12567 +f 5517/5669/13865 8988/9203/13864 9002/9213/13877 +f 5517/5669/13865 9002/9213/13877 9247/5671/13890 +f 9010/9216/13880 9247/5671/13890 9003/9214/13881 +f 9247/5671/13890 9002/9213/13877 9003/9214/13881 +f 9011/9220/13891 9010/9216/13880 9006/9217/13883 +f 9011/9220/13891 9006/9217/13883 9012/9221/13892 +f 9012/9221/13892 9006/9217/13883 9001/9218/13885 +f 9012/9221/13892 9001/9218/13885 6164/6419/10099 +f 6164/6419/10099 9001/9218/13885 6165/6421/10102 +f 9015/5664/13893 9013/9222/13894 7764/8045/12564 +f 9013/9222/13894 9014/8387/12563 7764/8045/12564 +f 5512/5661/12560 8022/8385/12559 9018/9223/13895 +f 9016/5663/13896 5512/5661/12560 9020/9224/13897 +f 9020/9224/13897 5512/5661/12560 9018/9223/13895 +f 9020/9224/13897 9018/9223/13895 9019/9225/13898 +f 9015/5664/13899 9016/5663/13896 9020/9224/13897 +f 9021/9226/13900 9020/9224/13897 9019/9225/13898 +f 9022/9227/13901 9015/5664/13899 9020/9224/13897 +f 9022/9227/13902 9020/9224/13897 9021/9226/13900 +f 9013/9222/13903 9015/5664/13899 9022/9227/13901 +f 9023/9228/13904 9022/9227/13902 9021/9226/13900 +f 9014/8387/12563 9013/9222/13894 9022/9227/13905 +f 9014/8387/12563 9022/9227/13905 9024/8530/12782 +f 9024/8530/12782 9022/9227/13905 9023/9228/13906 +f 9024/8530/12782 9023/9228/13906 9017/8389/12566 +f 9023/9228/13904 9027/9229/13907 9025/8391/12568 +f 9023/9228/13904 9025/8391/12568 9017/8389/12566 +f 9021/9226/13900 9026/9230/13908 9027/9229/13907 +f 9021/9226/13900 9027/9229/13907 9023/9228/13904 +f 9026/9230/13908 9021/9226/13900 9019/9225/13898 +f 9019/9225/13898 9028/9231/13909 9026/9230/13908 +f 9019/9225/13898 9018/9223/13895 9028/9231/13909 +f 9030/9232/13910 9018/9223/13895 8022/8385/12559 +f 9028/9231/13909 9018/9223/13895 9030/9232/13910 +f 5511/5660/13911 9031/9233/13912 9030/9232/13910 +f 9031/9233/13912 9028/9231/13909 9030/9232/13910 +f 9026/9230/13908 9028/9231/13909 9032/9234/13913 +f 9032/9234/13913 9028/9231/13909 9031/9233/13912 +f 9033/9235/13914 9032/9234/13913 9031/9233/13912 +f 9027/9229/13907 9026/9230/13908 9032/9234/13915 +f 9027/9229/13907 9032/9234/13915 9034/9236/13916 +f 9034/9236/13917 9032/9234/13913 9033/9235/13914 +f 9025/8391/12568 9027/9229/13907 9036/8479/12695 +f 9036/8479/12695 9027/9229/13907 9034/9236/13916 +f 9036/8479/12695 9034/9236/13916 9037/8480/12696 +f 9037/8480/12696 9034/9236/13916 9038/8482/12698 +f 9038/8482/12698 9034/9236/13916 9033/9235/13918 +f 9038/8482/12698 9033/9235/13918 9035/9237/13919 +f 9038/8482/12698 9035/9237/13919 9029/6422/10103 +f 9041/9238/13920 9253/9239/13921 9035/9237/13919 +f 9035/9237/13919 9253/9239/13921 9039/6423/10104 +f 9035/9237/13919 9039/6423/10104 9029/6422/10103 +f 9033/9235/13922 9041/9238/13920 9035/9237/13919 +f 5511/5660/13911 9040/9240/13923 9031/9233/13912 +f 9031/9233/13912 9040/9240/13923 9041/9238/13920 +f 9031/9233/13912 9041/9238/13920 9033/9235/13922 +f 5511/5660/13911 9030/9232/13910 8022/8385/12559 +f 5511/5660/13911 8022/8385/12559 5510/5659/12558 +f 9042/9241/13924 5506/5654/13925 5505/5651/13926 +f 5506/5654/13925 9042/9241/13924 9043/9242/13927 +f 9043/9242/13927 5508/5656/13928 5506/5654/13925 +f 9044/5653/13929 9042/9241/13924 5505/5651/13926 +f 7767/8050/12573 9045/8393/12572 7765/8048/13930 +f 9048/9243/13931 9043/9242/13927 9042/9241/13924 +f 9047/9244/13932 9048/9243/13931 9042/9241/13924 +f 9042/9241/13924 9044/5653/13929 9049/9245/13933 +f 9049/9245/13933 9047/9244/13932 9042/9241/13924 +f 9050/9246/13934 9046/9247/13935 9047/9244/13932 +f 9050/9246/13934 9047/9244/13932 9049/9245/13933 +f 8025/8395/12576 9046/9247/13935 9050/9246/13934 +f 9050/9246/13936 9049/9245/13933 7765/8048/13930 +f 7765/8048/13930 9049/9245/13933 9044/5653/13929 +f 9045/8393/12572 9050/9246/13936 7765/8048/13930 +f 8063/8532/12787 8025/8395/12576 9050/9246/13934 +f 8063/8532/12785 9050/9246/13936 9045/8393/12572 +f 9043/9242/13927 9048/9243/13931 9051/9248/13937 +f 9048/9243/13931 9047/9244/13932 9052/9249/13938 +f 9052/9249/13938 9047/9244/13932 9046/9247/13935 +f 9052/9249/13938 9046/9247/13935 9059/9250/13939 +f 8025/8395/12576 9053/8397/12578 9054/9251/13940 +f 8025/8395/12576 9054/9251/13940 9046/9247/13935 +f 9046/9247/13935 9054/9251/13940 9059/9250/13939 +f 9048/9243/13931 9052/9249/13938 9051/9248/13937 +f 9052/9249/13938 9057/9252/13941 9051/9248/13937 +f 9058/9253/13942 9056/9254/13943 9057/9252/13941 +f 9058/9253/13942 9057/9252/13941 9052/9249/13938 +f 9060/9255/13944 9056/9254/13945 9058/9253/13946 +f 9059/9250/13947 9058/9253/13942 9052/9249/13938 +f 9055/9256/13948 9060/9255/13944 9058/9253/13946 +f 9061/9257/13949 9058/9253/13942 9059/9250/13947 +f 9055/9256/13948 9058/9253/13946 6163/6415/10094 +f 6163/6415/10094 9058/9253/13946 9061/9257/13950 +f 9062/8484/12701 9061/9257/13949 9059/9250/13947 +f 9062/8484/12701 9059/9250/13947 9054/9251/13940 +f 9063/8486/12705 6163/6415/10094 9061/9257/13950 +f 9062/8484/12701 9054/9251/13940 9053/8397/12578 +f 9063/8486/12704 9061/9257/13949 9062/8484/12701 +f 5508/5656/13928 9043/9242/13927 9051/9248/13937 +f 5508/5656/13928 9051/9248/13937 9064/9258/13951 +f 9064/9258/13951 9051/9248/13937 9057/9252/13952 +f 9065/9259/13953 9064/9258/13951 9056/9254/13945 +f 9064/9258/13951 9057/9252/13952 9056/9254/13945 +f 9065/9259/13953 9056/9254/13945 9060/9255/13944 +f 9065/9259/13953 9060/9255/13944 9066/9260/13954 +f 9066/9260/13954 9060/9255/13944 9055/9256/13948 +f 9066/9260/13954 9055/9256/13948 9067/6417/10096 +f 9067/6417/10096 9055/9256/13948 6163/6415/10094 +f 9070/9261/13955 9068/9262/13956 5494/5650/13957 +f 5494/5650/13957 9068/9262/13956 7771/8049/12575 +f 9068/9262/13956 9069/8394/12574 7771/8049/12575 +f 5494/5650/13957 9071/5648/13958 9070/9261/13955 +f 9071/5648/13958 5499/5645/13959 9074/9263/13960 +f 5499/5645/13959 8024/8392/13961 9073/9264/13962 +f 5499/5645/13959 9073/9264/13962 9074/9263/13960 +f 9070/9261/13955 9071/5648/13958 9074/9263/13960 +f 9070/9261/13955 9074/9263/13960 9075/9265/13963 +f 9076/9266/13964 9070/9261/13955 9075/9265/13963 +f 9068/9262/13956 9070/9261/13955 9076/9266/13965 +f 9077/9267/13966 9076/9266/13964 9075/9265/13963 +f 9078/9268/13967 9068/9262/13956 9076/9266/13965 +f 9078/9268/13968 9076/9266/13964 9077/9267/13966 +f 9069/8394/12574 9068/9262/13956 9078/9268/13967 +f 9072/8396/12577 9078/9268/13968 9077/9267/13966 +f 9069/8394/12574 9078/9268/13967 8062/8533/12786 +f 8062/8533/12788 9078/9268/13968 9072/8396/12577 +f 9077/9267/13966 9081/9269/13969 9079/8398/12579 +f 9077/9267/13966 9079/8398/12579 9072/8396/12577 +f 9075/9265/13963 9080/9270/13970 9081/9269/13969 +f 9075/9265/13963 9081/9269/13969 9077/9267/13966 +f 9080/9270/13970 9075/9265/13963 9074/9263/13960 +f 9074/9263/13960 9082/9271/13971 9080/9270/13970 +f 9082/9271/13971 9074/9263/13960 9073/9264/13962 +f 9083/9272/13972 9073/9264/13962 8024/8392/12570 +f 9082/9271/13971 9073/9264/13962 9083/9272/13972 +f 5502/5644/13973 9084/9273/13974 9083/9272/13972 +f 9084/9273/13974 9082/9271/13971 9083/9272/13972 +f 9085/9274/13975 9080/9270/13970 9082/9271/13971 +f 9085/9274/13976 9082/9271/13971 9084/9273/13974 +f 9086/9275/13977 9085/9274/13976 9084/9273/13974 +f 9081/9269/13969 9080/9270/13970 9085/9274/13975 +f 9087/9276/13978 9081/9269/13969 9085/9274/13975 +f 9087/9276/13979 9085/9274/13976 9086/9275/13977 +f 9079/8398/12579 9081/9269/13969 9089/8483/12700 +f 9089/8483/12700 9081/9269/13969 9087/9276/13978 +f 9087/9276/13979 9086/9275/13977 9090/8485/12706 +f 9090/8485/12706 9086/9275/13977 9088/9277/13980 +f 9089/8483/12702 9087/9276/13981 9090/8485/12703 +f 8054/6416/10095 9090/8485/12706 9088/9277/13980 +f 9092/9278/13982 9091/9279/13983 9088/9277/13980 +f 9088/9277/13980 9091/9279/13983 6154/6399/10073 +f 9088/9277/13980 6154/6399/10073 8054/6416/10095 +f 9086/9275/13977 9092/9278/13982 9088/9277/13980 +f 5502/5644/13973 9261/9280/13984 9084/9273/13974 +f 9084/9273/13974 9261/9280/13984 9092/9278/13982 +f 9084/9273/13974 9092/9278/13982 9086/9275/13977 +f 5502/5644/13973 9083/9272/13972 8024/8392/12570 +f 5502/5644/13973 8024/8392/12570 5501/5643/12569 +f 5660/5863/9518 5658/5860/9515 9093/9281/13985 +f 9093/9281/13985 8170/8613/13986 5660/5863/9518 +f 8171/8611/13987 8170/8613/13986 9094/9282/13988 +f 8171/8611/13987 9094/9282/13988 9095/8612/12910 +f 6126/6370/10029 8169/6368/10025 9095/8612/12910 +f 8196/8630/12935 8197/6371/10030 9096/9283/13989 +f 8195/8629/13990 8196/8630/12935 9096/9283/13989 +f 8194/8628/13991 8195/8629/13990 9097/9284/13992 +f 8194/8628/13991 9097/9284/13992 9098/5861/9516 +f 8194/8628/13991 9098/5861/9516 5657/5859/9514 +f 5658/5860/9515 9099/9285/13993 9093/9281/13985 +f 9093/9281/13985 9099/9285/13993 8170/8613/13986 +f 8170/8613/13986 9099/9285/13993 9100/9286/13994 +f 8170/8613/13986 9100/9286/13994 9094/9282/13988 +f 9094/9282/13988 9100/9286/13994 9101/9287/13995 +f 9094/9282/13988 9101/9287/13995 9095/8612/12910 +f 9095/8612/12910 9101/9287/13995 9102/9288/13996 +f 9095/8612/12910 9102/9288/13996 6126/6370/10029 +f 5658/5860/9515 9098/5861/9516 9099/9285/13993 +f 9099/9285/13993 9098/5861/9516 9097/9284/13992 +f 9099/9285/13993 9097/9284/13992 9100/9286/13994 +f 9100/9286/13994 9097/9284/13992 8195/8629/13990 +f 9100/9286/13994 8195/8629/13990 9101/9287/13995 +f 9101/9287/13995 8195/8629/13990 9096/9283/13989 +f 9101/9287/13995 9096/9283/13989 9102/9288/13996 +f 9102/9288/13996 9096/9283/13989 6126/6370/10029 +f 6126/6370/10029 9096/9283/13989 8197/6371/10030 +f 9103/9289/13997 8223/8650/13998 5650/5850/9505 +f 9104/9290/13999 8223/8650/13998 9103/9289/13997 +f 8223/8650/13998 9104/9290/13999 8224/8648/14000 +f 8224/8648/14000 9104/9290/13999 9105/9291/14001 +f 8224/8648/14000 9105/9291/14001 9106/8649/12960 +f 6204/6493/10184 8222/6496/10187 9106/8649/12960 +f 8251/8670/12997 8252/6492/10183 9107/9292/14002 +f 8250/8669/14003 8251/8670/12997 9107/9292/14002 +f 8249/8668/14004 8250/8669/14003 9108/9293/14005 +f 5647/5846/9501 9108/9293/14005 9109/5848/9503 +f 5647/5846/9501 8249/8668/14006 9108/9293/14005 +f 5650/5850/9505 5648/5847/9502 9103/9289/13997 +f 9103/9289/13997 5648/5847/9502 9110/9294/14007 +f 9103/9289/13997 9110/9294/14007 9104/9290/13999 +f 9104/9290/13999 9110/9294/14007 9111/9295/14008 +f 9104/9290/13999 9111/9295/14008 9105/9291/14001 +f 9105/9291/14001 9111/9295/14008 9112/9296/14009 +f 9105/9291/14001 9112/9296/14009 9106/8649/12960 +f 9106/8649/12960 9112/9296/14009 9113/9297/14010 +f 9106/8649/12960 9113/9297/14010 6204/6493/10184 +f 5648/5847/9502 9109/5848/9503 9110/9294/14007 +f 9110/9294/14007 9109/5848/9503 9108/9293/14005 +f 9110/9294/14007 9108/9293/14005 9111/9295/14008 +f 9111/9295/14008 9108/9293/14005 8250/8669/14003 +f 9111/9295/14008 8250/8669/14003 9112/9296/14009 +f 9112/9296/14009 8250/8669/14003 9107/9292/14002 +f 9112/9296/14009 9107/9292/14002 9113/9297/14010 +f 9113/9297/14010 9107/9292/14002 6204/6493/10184 +f 6204/6493/10184 9107/9292/14002 8252/6492/10183 +f 5640/5837/9492 5638/5834/9489 9114/9298/14011 +f 9114/9298/14011 8279/8688/14012 5640/5837/9492 +f 8280/8686/14013 8279/8688/14012 9115/9299/14014 +f 8280/8686/14013 9115/9299/14014 9116/8687/13023 +f 6201/6490/10179 8278/6489/10178 9116/8687/13023 +f 6118/6356/10013 6201/6490/10179 9117/9300/14015 +f 9117/9300/14015 8305/8708/13059 6118/6356/10013 +f 8304/8707/14016 8305/8708/13059 9117/9300/14015 +f 8303/8706/14017 8304/8707/14016 9118/9301/14018 +f 8303/8706/14017 9118/9301/14018 9119/5835/9490 +f 8303/8706/14017 9119/5835/9490 5637/5833/9488 +f 5638/5834/9489 9120/9302/14019 9114/9298/14011 +f 9114/9298/14011 9120/9302/14019 8279/8688/14012 +f 8279/8688/14012 9120/9302/14019 9121/9303/14020 +f 8279/8688/14012 9121/9303/14020 9115/9299/14014 +f 9115/9299/14014 9121/9303/14020 9122/9304/14021 +f 9115/9299/14014 9122/9304/14021 9116/8687/13023 +f 9116/8687/13023 9122/9304/14021 9123/9305/14022 +f 9116/8687/13023 9123/9305/14022 6201/6490/10179 +f 5638/5834/9489 9119/5835/9490 9120/9302/14019 +f 9120/9302/14019 9119/5835/9490 9118/9301/14018 +f 9120/9302/14019 9118/9301/14018 9121/9303/14020 +f 9121/9303/14020 9118/9301/14018 8304/8707/14016 +f 9121/9303/14020 8304/8707/14016 9122/9304/14021 +f 9122/9304/14021 8304/8707/14016 9117/9300/14015 +f 9122/9304/14021 9117/9300/14015 9123/9305/14022 +f 9123/9305/14022 9117/9300/14015 6201/6490/10179 +f 8333/8728/14023 9124/9306/14024 8334/8726/14025 +f 9125/8727/13095 8334/8726/14025 9124/9306/14024 +f 9126/6485/10174 8332/6484/10173 9125/8727/13095 +f 8360/8749/13128 8361/6487/10176 9127/9307/14026 +f 8359/8748/14027 8360/8749/13128 9127/9307/14026 +f 8358/8747/14028 8359/8748/14027 9128/9308/14029 +f 8358/8747/14028 9128/9308/14029 9129/5822/9477 +f 8358/8747/14028 9129/5822/9477 5628/5820/9475 +f 5631/5824/9479 5629/5821/9476 9130/9309/14030 +f 5631/5824/9479 9130/9309/14030 8333/8728/14023 +f 8333/8728/14023 9130/9309/14030 9131/9310/14031 +f 8333/8728/14023 9131/9310/14031 9124/9306/14024 +f 9124/9306/14024 9131/9310/14031 9132/9311/14032 +f 9124/9306/14024 9132/9311/14032 9125/8727/13095 +f 9125/8727/13095 9132/9311/14032 9133/9312/14033 +f 9125/8727/13095 9133/9312/14033 9126/6485/10174 +f 5629/5821/9476 9129/5822/9477 9130/9309/14030 +f 9130/9309/14030 9129/5822/9477 9128/9308/14029 +f 9130/9309/14030 9128/9308/14029 9131/9310/14031 +f 9131/9310/14031 9128/9308/14029 8359/8748/14027 +f 9131/9310/14031 8359/8748/14027 9132/9311/14032 +f 9132/9311/14032 8359/8748/14027 9127/9307/14026 +f 9132/9311/14032 9127/9307/14026 9133/9312/14033 +f 9133/9312/14033 9127/9307/14026 9126/6485/10174 +f 9126/6485/10174 9127/9307/14026 8361/6487/10176 +f 9134/9313/14034 8389/8768/14035 5625/5812/9467 +f 9135/9314/14036 8389/8768/14035 9134/9313/14034 +f 8389/8768/14035 9135/9314/14036 8390/8767/14037 +f 8388/6480/10168 8390/8767/14037 9142/9315/14038 +f 6195/6478/10166 8388/6480/10168 9142/9315/14038 +f 8415/8787/13194 8416/6483/10171 9136/9316/14039 +f 8414/8786/14040 8415/8787/13194 9136/9316/14039 +f 8413/8785/14041 8414/8786/14040 9137/9317/14042 +f 5620/5808/9463 9137/9317/14042 9138/5810/9465 +f 5620/5808/9463 8413/8785/14043 9137/9317/14042 +f 5625/5812/9467 5621/5809/9464 9134/9313/14034 +f 9134/9313/14034 5621/5809/9464 9139/9318/14044 +f 9134/9313/14034 9139/9318/14044 9135/9314/14036 +f 9135/9314/14036 9139/9318/14044 9140/9319/14045 +f 9135/9314/14036 9140/9319/14045 8390/8767/14037 +f 8390/8767/14037 9140/9319/14045 9141/9320/14046 +f 8390/8767/14037 9141/9320/14046 9142/9315/14038 +f 5621/5809/9464 9138/5810/9465 9139/9318/14044 +f 9139/9318/14044 9138/5810/9465 9137/9317/14042 +f 9139/9318/14044 9137/9317/14042 9140/9319/14045 +f 9140/9319/14045 9137/9317/14042 8414/8786/14040 +f 9140/9319/14045 8414/8786/14040 9141/9320/14046 +f 9141/9320/14046 8414/8786/14040 9136/9316/14039 +f 9141/9320/14046 9136/9316/14039 9142/9315/14038 +f 9142/9315/14038 9136/9316/14039 6195/6478/10166 +f 6195/6478/10166 9136/9316/14039 8416/6483/10171 +f 9143/9321/14047 5613/5798/9453 5611/5795/9450 +f 5613/5798/9453 9143/9321/14047 9144/8805/14048 +f 9145/9322/14049 8442/8803/14050 9144/8805/14048 +f 9145/9322/14049 8440/8804/13223 8442/8803/14050 +f 9146/9323/14051 8467/8824/14052 8468/8825/14053 +f 9146/9323/14051 8468/8825/14053 8469/8826/13258 +f 8466/8823/14054 8467/8824/14052 9147/9324/14055 +f 9147/9324/14055 8467/8824/14052 9146/9323/14051 +f 8466/8823/14054 9147/9324/14055 9148/5797/9452 +f 8466/8823/14054 9148/5797/9452 5612/5796/9451 +f 5611/5795/9450 9149/9325/14056 9143/9321/14047 +f 9143/9321/14047 9149/9325/14056 9144/8805/14048 +f 9144/8805/14048 9149/9325/14056 9150/9326/14057 +f 9144/8805/14048 9150/9326/14057 9145/9322/14049 +f 9145/9322/14049 9150/9326/14057 9151/9327/14058 +f 9145/9322/14049 9151/9327/14058 8440/8804/13223 +f 8440/8804/13223 9151/9327/14058 9152/9328/14059 +f 8440/8804/13223 9152/9328/14059 8441/6477/10165 +f 8441/6477/10165 9152/9328/14059 6192/6474/10162 +f 5611/5795/9450 9148/5797/9452 9149/9325/14056 +f 9149/9325/14056 9148/5797/9452 9147/9324/14055 +f 9149/9325/14056 9147/9324/14055 9150/9326/14057 +f 9150/9326/14057 9147/9324/14055 9146/9323/14051 +f 9150/9326/14057 9146/9323/14051 9151/9327/14058 +f 9151/9327/14058 9146/9323/14051 8469/8826/13258 +f 9151/9327/14058 8469/8826/13258 9152/9328/14059 +f 9152/9328/14059 8469/8826/13258 6192/6474/10162 +f 9153/9329/14060 5604/5786/9441 5602/5783/9438 +f 5604/5786/9441 9153/9329/14060 9154/8845/14061 +f 9155/9330/14062 8494/8843/14063 9154/8845/14061 +f 9155/9330/14062 8493/8844/13283 8494/8843/14063 +f 9156/9331/14064 8521/8865/14065 8522/8866/14066 +f 9156/9331/14064 8522/8866/14066 8523/8867/13321 +f 8520/8864/14067 8521/8865/14065 9157/9332/14068 +f 9157/9332/14068 8521/8865/14065 9156/9331/14064 +f 8520/8864/14067 9157/9332/14068 9158/5784/9439 +f 8520/8864/14067 9158/5784/9439 5601/5782/9437 +f 5602/5783/9438 9159/9333/14069 9153/9329/14060 +f 9153/9329/14060 9159/9333/14069 9154/8845/14061 +f 9154/8845/14061 9159/9333/14069 9160/9334/14070 +f 9154/8845/14061 9160/9334/14070 9155/9330/14062 +f 9155/9330/14062 9160/9334/14070 9161/9335/14071 +f 9155/9330/14062 9161/9335/14071 8493/8844/13283 +f 8493/8844/13283 9161/9335/14071 9162/9336/14072 +f 8493/8844/13283 9162/9336/14072 6191/6471/10159 +f 6191/6471/10159 9162/9336/14072 6190/6470/10158 +f 5602/5783/9438 9158/5784/9439 9159/9333/14069 +f 9159/9333/14069 9158/5784/9439 9157/9332/14068 +f 9159/9333/14069 9157/9332/14068 9160/9334/14070 +f 9160/9334/14070 9157/9332/14068 9156/9331/14064 +f 9160/9334/14070 9156/9331/14064 9161/9335/14071 +f 9161/9335/14071 9156/9331/14064 8523/8867/13321 +f 9161/9335/14071 8523/8867/13321 9162/9336/14072 +f 9162/9336/14072 8523/8867/13321 6190/6470/10158 +f 9163/9337/14073 5594/5773/9428 5592/5770/9425 +f 5594/5773/9428 9163/9337/14073 8550/8885/14074 +f 8550/8885/14074 9163/9337/14073 9164/9338/14075 +f 9164/9338/14075 8551/8883/14076 8550/8885/14074 +f 8551/8883/14076 9164/9338/14075 8548/8884/13348 +f 8549/6459/10146 8548/8884/13348 9165/6460/10147 +f 8576/8906/13379 8577/6462/10149 9166/9339/14077 +f 8575/8905/14078 8576/8906/13379 9166/9339/14077 +f 8574/8904/14079 8575/8905/14078 9167/9340/14080 +f 8574/8904/14079 9167/9340/14080 9168/5771/9426 +f 8574/8904/14079 9168/5771/9426 5591/5769/9424 +f 5592/5770/9425 9169/9341/14081 9163/9337/14073 +f 9163/9337/14073 9169/9341/14081 9164/9338/14075 +f 9164/9338/14075 9169/9341/14081 9170/9342/14082 +f 9164/9338/14075 9170/9342/14082 9171/9343/14083 +f 9164/9338/14075 9171/9343/14083 8548/8884/13348 +f 8548/8884/13348 9171/9343/14083 9172/9344/14084 +f 8548/8884/13348 9172/9344/14084 9165/6460/10147 +f 5592/5770/9425 9168/5771/9426 9169/9341/14081 +f 9169/9341/14081 9168/5771/9426 9167/9340/14080 +f 9169/9341/14081 9167/9340/14080 9170/9342/14082 +f 9170/9342/14082 9167/9340/14080 8575/8905/14078 +f 9170/9342/14082 8575/8905/14078 9171/9343/14083 +f 9171/9343/14083 8575/8905/14078 9166/9339/14077 +f 9171/9343/14083 9166/9339/14077 9172/9344/14084 +f 9172/9344/14084 9166/9339/14077 9165/6460/10147 +f 9165/6460/10147 9166/9339/14077 8577/6462/10149 +f 8604/8925/14085 9173/9345/14086 8605/8924/14087 +f 9174/9346/14088 8605/8924/14087 9173/9345/14086 +f 8605/8924/14087 9174/9346/14088 8603/6465/10152 +f 6187/6458/10145 8603/6465/10152 9174/9346/14088 +f 9175/9347/14089 8632/8947/13433 6184/6454/10141 +f 8631/8946/14090 8632/8947/13433 9175/9347/14089 +f 8630/8945/14091 8631/8946/14090 9176/9348/14092 +f 8630/8945/14091 9176/9348/14092 9177/5758/9413 +f 8630/8945/14091 9177/5758/9413 5581/5756/9411 +f 5584/5760/9415 5582/5757/9412 8604/8925/14085 +f 8604/8925/14085 5582/5757/9412 9178/9349/14093 +f 8604/8925/14085 9178/9349/14093 9173/9345/14086 +f 9173/9345/14086 9178/9349/14093 9179/9350/14094 +f 9173/9345/14086 9179/9350/14094 9174/9346/14088 +f 9174/9346/14088 9179/9350/14094 9180/9351/14095 +f 9174/9346/14088 9180/9351/14095 6187/6458/10145 +f 5582/5757/9412 9177/5758/9413 9176/9348/14092 +f 5582/5757/9412 9176/9348/14092 9178/9349/14093 +f 9178/9349/14093 9176/9348/14092 9179/9350/14094 +f 9179/9350/14094 9176/9348/14092 8631/8946/14090 +f 9179/9350/14094 8631/8946/14090 9180/9351/14095 +f 9180/9351/14095 8631/8946/14090 9175/9347/14089 +f 9180/9351/14095 9175/9347/14089 6187/6458/10145 +f 6187/6458/10145 9175/9347/14089 6184/6454/10141 +f 5575/5747/9402 9181/9352/14096 8661/8966/14097 +f 8661/8966/14097 9181/9352/14096 9182/9353/14098 +f 9183/9354/14099 8662/8964/14100 9182/9353/14098 +f 9182/9353/14098 8662/8964/14100 8661/8966/14097 +f 9183/9354/14099 8660/8965/13462 8662/8964/14100 +f 9184/9355/14101 8686/8985/14102 8687/8986/14103 +f 9184/9355/14101 8687/8986/14103 8688/8987/13497 +f 8685/8984/14104 8686/8985/14102 9185/9356/14105 +f 9185/9356/14105 8686/8985/14102 9184/9355/14101 +f 8685/8984/14104 9185/9356/14105 9186/5745/9400 +f 8685/8984/14104 9186/5745/9400 5572/5743/9398 +f 5575/5747/9402 5573/5744/9399 9181/9352/14096 +f 9181/9352/14096 5573/5744/9399 9187/9357/14106 +f 9181/9352/14096 9187/9357/14106 9182/9353/14098 +f 9182/9353/14098 9187/9357/14106 9188/9358/14107 +f 9182/9353/14098 9188/9358/14107 9183/9354/14099 +f 9183/9354/14099 9188/9358/14107 9189/9359/14108 +f 9183/9354/14099 9189/9359/14108 8660/8965/13462 +f 8660/8965/13462 9189/9359/14108 9190/9360/14109 +f 8660/8965/13462 9190/9360/14109 6181/6453/10140 +f 6181/6453/10140 9190/9360/14109 6179/6450/10135 +f 5573/5744/9399 9186/5745/9400 9187/9357/14106 +f 9187/9357/14106 9186/5745/9400 9185/9356/14105 +f 9187/9357/14106 9185/9356/14105 9188/9358/14107 +f 9188/9358/14107 9185/9356/14105 9184/9355/14101 +f 9188/9358/14107 9184/9355/14101 9189/9359/14108 +f 9189/9359/14108 9184/9355/14101 8688/8987/13497 +f 9189/9359/14108 8688/8987/13497 9190/9360/14109 +f 9190/9360/14109 8688/8987/13497 6179/6450/10135 +f 9191/9361/14110 8714/9005/14111 5568/5734/9389 +f 9192/9362/14112 8714/9005/14111 9191/9361/14110 +f 8714/9005/14111 9192/9362/14112 8715/9003/14113 +f 8715/9003/14113 9192/9362/14112 9193/9363/14114 +f 8715/9003/14113 9193/9363/14114 9194/9004/13523 +f 6180/6452/10138 8713/6451/10136 9194/9004/13523 +f 8739/6359/10016 6180/6452/10138 9195/9364/14115 +f 8738/9024/13560 8739/6359/10016 9195/9364/14115 +f 8737/9023/14116 8738/9024/13560 9195/9364/14115 +f 8736/9019/14117 8737/9023/14116 9196/9365/14118 +f 5566/5732/9387 9196/9365/14118 9197/5733/9388 +f 5566/5732/9387 8736/9019/14119 9196/9365/14118 +f 5568/5734/9389 5565/5731/9386 9191/9361/14110 +f 9191/9361/14110 5565/5731/9386 9198/9366/14120 +f 9191/9361/14110 9198/9366/14120 9192/9362/14112 +f 9192/9362/14112 9198/9366/14120 9199/9367/14121 +f 9192/9362/14112 9199/9367/14121 9193/9363/14114 +f 9193/9363/14114 9199/9367/14121 9200/9368/14122 +f 9193/9363/14114 9200/9368/14122 9194/9004/13523 +f 9194/9004/13523 9200/9368/14122 9201/9369/14123 +f 9194/9004/13523 9201/9369/14123 6180/6452/10138 +f 5565/5731/9386 9197/5733/9388 9198/9366/14120 +f 9198/9366/14120 9197/5733/9388 9196/9365/14118 +f 9198/9366/14120 9196/9365/14118 9199/9367/14121 +f 9199/9367/14121 9196/9365/14118 8737/9023/14116 +f 9199/9367/14121 8737/9023/14116 9200/9368/14122 +f 9200/9368/14122 8737/9023/14116 9195/9364/14115 +f 9200/9368/14122 9195/9364/14115 9201/9369/14123 +f 9201/9369/14123 9195/9364/14115 6180/6452/10138 +f 5556/5723/9378 5554/5720/9375 9202/9370/14124 +f 9202/9370/14124 8765/9044/14125 5556/5723/9378 +f 8766/9042/14126 8765/9044/14125 9203/9371/14127 +f 8766/9042/14126 9203/9371/14127 9204/9043/13590 +f 6176/6445/10129 8764/6442/10126 9204/9043/13590 +f 8791/9064/13626 8792/6444/10128 9205/9372/14128 +f 8790/9063/14129 8791/9064/13626 9205/9372/14128 +f 8789/9062/14130 8790/9063/14129 9206/9373/14131 +f 8789/9062/14130 9206/9373/14131 9207/5722/9377 +f 8789/9062/14130 9207/5722/9377 5555/5721/9376 +f 5554/5720/9375 9208/9374/14132 9202/9370/14124 +f 9202/9370/14124 9208/9374/14132 8765/9044/14125 +f 8765/9044/14125 9208/9374/14132 9209/9375/14133 +f 8765/9044/14125 9209/9375/14133 9203/9371/14127 +f 9203/9371/14127 9209/9375/14133 9210/9376/14134 +f 9203/9371/14127 9210/9376/14134 9204/9043/13590 +f 9204/9043/13590 9210/9376/14134 9211/9377/14135 +f 9204/9043/13590 9211/9377/14135 6176/6445/10129 +f 5554/5720/9375 9207/5722/9377 9208/9374/14132 +f 9208/9374/14132 9207/5722/9377 9206/9373/14131 +f 9208/9374/14132 9206/9373/14131 9209/9375/14133 +f 9209/9375/14133 9206/9373/14131 8790/9063/14129 +f 9209/9375/14133 8790/9063/14129 9210/9376/14134 +f 9210/9376/14134 8790/9063/14129 9205/9372/14128 +f 9210/9376/14134 9205/9372/14128 9211/9377/14135 +f 9211/9377/14135 9205/9372/14128 6176/6445/10129 +f 6176/6445/10129 9205/9372/14128 8792/6444/10128 +f 5548/5711/9366 5546/5708/9363 9212/9378/14136 +f 9212/9378/14136 8820/9084/14137 5548/5711/9366 +f 9213/9379/14138 8820/9084/14137 9212/9378/14136 +f 8820/9084/14137 9213/9379/14138 8821/9082/14139 +f 9214/9083/13661 8821/9082/14139 9213/9379/14138 +f 9215/6441/10124 8819/6439/10121 9214/9083/13661 +f 8849/9105/13700 8850/6362/10019 9216/9380/14140 +f 8848/9104/14141 8849/9105/13700 9216/9380/14140 +f 8847/9103/14142 8848/9104/14141 9217/9381/14143 +f 8847/9103/14142 9217/9381/14143 9218/5710/9365 +f 8847/9103/14142 9218/5710/9365 5547/5709/9364 +f 5546/5708/9363 9219/9382/14144 9212/9378/14136 +f 9212/9378/14136 9219/9382/14144 9213/9379/14138 +f 9213/9379/14138 9219/9382/14144 9220/9383/14145 +f 9213/9379/14138 9220/9383/14145 9221/9384/14146 +f 9213/9379/14138 9221/9384/14146 9214/9083/13661 +f 9214/9083/13661 9221/9384/14146 9222/9385/14147 +f 9214/9083/13661 9222/9385/14147 9215/6441/10124 +f 5546/5708/9363 9218/5710/9365 9219/9382/14144 +f 9219/9382/14144 9218/5710/9365 9217/9381/14143 +f 9219/9382/14144 9217/9381/14143 9220/9383/14145 +f 9220/9383/14145 9217/9381/14143 8848/9104/14141 +f 9220/9383/14145 8848/9104/14141 9221/9384/14146 +f 9221/9384/14146 8848/9104/14141 9216/9380/14140 +f 9221/9384/14146 9216/9380/14140 9222/9385/14147 +f 9222/9385/14147 9216/9380/14140 9215/6441/10124 +f 9215/6441/10124 9216/9380/14140 8850/6362/10019 +f 8876/9124/14148 9223/9386/14149 8877/9122/14150 +f 9224/9123/13731 8877/9122/14150 9223/9386/14149 +f 9225/6434/10115 8875/6435/10116 9224/9123/13731 +f 8902/9144/13766 8903/6432/10113 9226/9387/14151 +f 8901/9143/14152 8902/9144/13766 9226/9387/14151 +f 8900/9139/14153 8901/9143/14152 9227/9388/14154 +f 9228/5697/9352 8900/9139/14153 9227/9388/14154 +f 5539/5699/9354 5537/5696/9351 9229/9389/14155 +f 5539/5699/9354 9229/9389/14155 8876/9124/14148 +f 8876/9124/14148 9229/9389/14155 9230/9390/14156 +f 8876/9124/14148 9230/9390/14156 9223/9386/14149 +f 9223/9386/14149 9230/9390/14156 9231/9391/14157 +f 9223/9386/14149 9231/9391/14157 9224/9123/13731 +f 9224/9123/13731 9231/9391/14157 9232/9392/14158 +f 9224/9123/13731 9232/9392/14158 9225/6434/10115 +f 5537/5696/9351 9228/5697/9352 9229/9389/14155 +f 9229/9389/14155 9228/5697/9352 9227/9388/14154 +f 9229/9389/14155 9227/9388/14154 9230/9390/14156 +f 9230/9390/14156 9227/9388/14154 8901/9143/14152 +f 9230/9390/14156 8901/9143/14152 9231/9391/14157 +f 9231/9391/14157 8901/9143/14152 9226/9387/14151 +f 9231/9391/14157 9226/9387/14151 9232/9392/14158 +f 9232/9392/14158 9226/9387/14151 9225/6434/10115 +f 9225/6434/10115 9226/9387/14151 8903/6432/10113 +f 9233/9393/14159 8931/9164/14160 5529/5686/9341 +f 9234/9394/14161 8931/9164/14160 9233/9393/14159 +f 8931/9164/14160 9234/9394/14161 8932/9163/14162 +f 8930/6430/10111 8932/9163/14162 9241/9395/14163 +f 6169/6431/10112 8930/6430/10111 9241/9395/14163 +f 8959/9184/13832 8960/6425/10106 9235/9396/14164 +f 8958/9183/14165 8959/9184/13832 9235/9396/14164 +f 8957/9179/14166 8958/9183/14165 9236/9397/14167 +f 8948/5682/9337 9236/9397/14167 9237/5684/9339 +f 8948/5682/9337 8957/9179/14168 9236/9397/14167 +f 5529/5686/9341 5527/5683/9338 9233/9393/14159 +f 9233/9393/14159 5527/5683/9338 9238/9398/14169 +f 9233/9393/14159 9238/9398/14169 9234/9394/14161 +f 9234/9394/14161 9238/9398/14169 9239/9399/14170 +f 9234/9394/14161 9239/9399/14170 8932/9163/14162 +f 8932/9163/14162 9239/9399/14170 9240/9400/14171 +f 8932/9163/14162 9240/9400/14171 9241/9395/14163 +f 5527/5683/9338 9237/5684/9339 9238/9398/14169 +f 9238/9398/14169 9237/5684/9339 9236/9397/14167 +f 9238/9398/14169 9236/9397/14167 9239/9399/14170 +f 9239/9399/14170 9236/9397/14167 8958/9183/14165 +f 9239/9399/14170 8958/9183/14165 9240/9400/14171 +f 9240/9400/14171 8958/9183/14165 9235/9396/14164 +f 9240/9400/14171 9235/9396/14164 9241/9395/14163 +f 9241/9395/14163 9235/9396/14164 6169/6431/10112 +f 6169/6431/10112 9235/9396/14164 8960/6425/10106 +f 9243/9401/14172 5520/5673/9328 5518/5670/9325 +f 5520/5673/9328 9243/9401/14172 8984/9201/14173 +f 8984/9201/14173 9243/9401/14172 9244/9402/14174 +f 9244/9402/14174 8985/9199/14175 8984/9201/14173 +f 8985/9199/14175 9244/9402/14174 8983/9200/13859 +f 9242/9403/14176 6164/6419/10099 9245/6418/10097 +f 9242/9403/14176 9012/9221/13892 6164/6419/10099 +f 9011/9220/14177 9012/9221/13892 9242/9403/14176 +f 9010/9216/14178 9011/9220/14177 9246/9404/14179 +f 9247/5671/9326 9010/9216/14178 9246/9404/14179 +f 5518/5670/9325 9248/9405/14180 9243/9401/14172 +f 9243/9401/14172 9248/9405/14180 9244/9402/14174 +f 9244/9402/14174 9248/9405/14180 9249/9406/14181 +f 9244/9402/14174 9249/9406/14181 8983/9200/13859 +f 8983/9200/13859 9249/9406/14181 9250/9407/14182 +f 8983/9200/13859 9250/9407/14182 6162/6414/10091 +f 6162/6414/10091 9250/9407/14182 9245/6418/10097 +f 5518/5670/9325 9247/5671/9326 9248/9405/14180 +f 9248/9405/14180 9247/5671/9326 9246/9404/14179 +f 9248/9405/14180 9246/9404/14179 9249/9406/14181 +f 9249/9406/14181 9246/9404/14179 9011/9220/14177 +f 9249/9406/14181 9011/9220/14177 9250/9407/14182 +f 9250/9407/14182 9011/9220/14177 9242/9403/14176 +f 9250/9407/14182 9242/9403/14176 9245/6418/10097 +f 9251/9408/14183 9040/9240/14184 5511/5660/9315 +f 9041/9238/14185 9040/9240/14184 9252/9409/14186 +f 9041/9238/14185 9252/9409/14186 9253/9239/13921 +f 6166/6420/10101 9039/6423/10104 9253/9239/13921 +f 9066/9260/13954 9067/6417/10096 9254/9410/14187 +f 9065/9259/14188 9066/9260/13954 9254/9410/14187 +f 9064/9258/14189 9065/9259/14188 9255/9411/14190 +f 9064/9258/14189 9255/9411/14190 9256/5658/9313 +f 9064/9258/14189 9256/5658/9313 5508/5656/9311 +f 5511/5660/9315 5509/5657/9312 9251/9408/14183 +f 9251/9408/14183 5509/5657/9312 9257/9412/14191 +f 9251/9408/14183 9257/9412/14191 9040/9240/14184 +f 9040/9240/14184 9257/9412/14191 9252/9409/14186 +f 9252/9409/14186 9257/9412/14191 9258/9413/14192 +f 9252/9409/14186 9258/9413/14192 9253/9239/13921 +f 9253/9239/13921 9258/9413/14192 9259/9414/14193 +f 9253/9239/13921 9259/9414/14193 6166/6420/10101 +f 5509/5657/9312 9256/5658/9313 9255/9411/14190 +f 5509/5657/9312 9255/9411/14190 9257/9412/14191 +f 9257/9412/14191 9255/9411/14190 9065/9259/14188 +f 9257/9412/14191 9065/9259/14188 9258/9413/14192 +f 9258/9413/14192 9065/9259/14188 9254/9410/14187 +f 9258/9413/14192 9254/9410/14187 9259/9414/14193 +f 9259/9414/14193 9254/9410/14187 6166/6420/10101 +f 6166/6420/10101 9254/9410/14187 9067/6417/10096 +f 5502/5644/9299 9260/9415/14194 9261/9280/14195 +f 9262/9416/14196 9092/9278/14197 9261/9280/14195 +f 9262/9416/14196 9091/9279/13983 9092/9278/14197 +f 9263/9417/14198 7959/8244/14199 7960/8245/14200 +f 9263/9417/14198 7960/8245/14200 7961/8246/12343 +f 7958/8243/14201 7959/8244/14199 9264/9418/14202 +f 9264/9418/14202 7959/8244/14199 9263/9417/14198 +f 7958/8243/14201 9264/9418/14202 9265/5642/9297 +f 7958/8243/14201 9265/5642/9297 5498/5641/9296 +f 5502/5644/9299 5497/5639/9294 9260/9415/14194 +f 9260/9415/14194 5497/5639/9294 9266/9419/14203 +f 9260/9415/14194 9266/9419/14203 9261/9280/14195 +f 9261/9280/14195 9266/9419/14203 9262/9416/14196 +f 9262/9416/14196 9266/9419/14203 9267/9420/14204 +f 9262/9416/14196 9267/9420/14204 9091/9279/13983 +f 9091/9279/13983 9267/9420/14204 9268/9421/14205 +f 9091/9279/13983 9268/9421/14205 6154/6399/10073 +f 6154/6399/10073 9268/9421/14205 6139/6387/10053 +f 5497/5639/9294 9265/5642/9297 9264/9418/14202 +f 5497/5639/9294 9264/9418/14202 9266/9419/14203 +f 9266/9419/14203 9264/9418/14202 9263/9417/14198 +f 9266/9419/14203 9263/9417/14198 9267/9420/14204 +f 9267/9420/14204 9263/9417/14198 7961/8246/12343 +f 9267/9420/14204 7961/8246/12343 9268/9421/14205 +f 9268/9421/14205 7961/8246/12343 6139/6387/10053 +f 9269/9422/14206 7988/8265/14207 6025/6256/9911 +f 9270/9423/14208 7988/8265/14207 9269/9422/14206 +f 7988/8265/14207 9270/9423/14208 7989/8263/14209 +f 7989/8263/14209 9270/9423/14208 9271/9424/14210 +f 7989/8263/14209 9271/9424/14210 9272/8264/12370 +f 6142/6390/10061 7987/6391/10062 9272/8264/12370 +f 9273/9425/14211 8088/8553/12818 8089/6372/10033 +f 8087/8552/14212 8088/8553/12818 9273/9425/14211 +f 8086/8551/14213 8087/8552/14212 9274/9426/14214 +f 8086/8551/14213 9274/9426/14214 9275/6255/9910 +f 8086/8551/14213 9275/6255/9910 6023/6254/9909 +f 6025/6256/9911 6022/6253/9908 9269/9422/14206 +f 9269/9422/14206 6022/6253/9908 9276/9427/14215 +f 9269/9422/14206 9276/9427/14215 9270/9423/14208 +f 9270/9423/14208 9276/9427/14215 9277/9428/14216 +f 9270/9423/14208 9277/9428/14216 9271/9424/14210 +f 9271/9424/14210 9277/9428/14216 9278/9429/14217 +f 9271/9424/14210 9278/9429/14217 9272/8264/12370 +f 9272/8264/12370 9278/9429/14217 9279/9430/14218 +f 9272/8264/12370 9279/9430/14218 6142/6390/10061 +f 6022/6253/9908 9275/6255/9910 9276/9427/14215 +f 9276/9427/14215 9275/6255/9910 9274/9426/14214 +f 9276/9427/14215 9274/9426/14214 9277/9428/14216 +f 9277/9428/14216 9274/9426/14214 8087/8552/14212 +f 9277/9428/14216 8087/8552/14212 9278/9429/14217 +f 9278/9429/14217 8087/8552/14212 9273/9425/14211 +f 9278/9429/14217 9273/9425/14211 9279/9430/14218 +f 9279/9430/14218 9273/9425/14211 6142/6390/10061 +f 6142/6390/10061 9273/9425/14211 8089/6372/10033 +f 9280/9431/14219 8116/8573/14220 5670/5876/9531 +f 9281/9432/14221 8116/8573/14220 9280/9431/14219 +f 8116/8573/14220 9281/9432/14221 8117/8571/14222 +f 8117/8571/14222 9281/9432/14221 9282/9433/14223 +f 8117/8571/14222 9282/9433/14223 9283/8572/12846 +f 6137/6373/10036 8115/6386/10049 9283/8572/12846 +f 8142/8594/12884 8143/6367/10024 9284/9434/14224 +f 8141/8593/14225 8142/8594/12884 9284/9434/14224 +f 8140/8589/14226 8141/8593/14225 9285/9435/14227 +f 5667/5872/9527 9285/9435/14227 9286/5874/9529 +f 5667/5872/9527 8140/8589/14228 9285/9435/14227 +f 5670/5876/9531 5668/5873/9528 9280/9431/14219 +f 9280/9431/14219 5668/5873/9528 9287/9436/14229 +f 9280/9431/14219 9287/9436/14229 9281/9432/14221 +f 9281/9432/14221 9287/9436/14229 9288/9437/14230 +f 9281/9432/14221 9288/9437/14230 9282/9433/14223 +f 9282/9433/14223 9288/9437/14230 9289/9438/14231 +f 9282/9433/14223 9289/9438/14231 9283/8572/12846 +f 9283/8572/12846 9289/9438/14231 9290/9439/14232 +f 9283/8572/12846 9290/9439/14232 6137/6373/10036 +f 5668/5873/9528 9286/5874/9529 9287/9436/14229 +f 9287/9436/14229 9286/5874/9529 9285/9435/14227 +f 9287/9436/14229 9285/9435/14227 9288/9437/14230 +f 9288/9437/14230 9285/9435/14227 8141/8593/14225 +f 9288/9437/14230 8141/8593/14225 9289/9438/14231 +f 9289/9438/14231 8141/8593/14225 9284/9434/14224 +f 9289/9438/14231 9284/9434/14224 9290/9439/14232 +f 9290/9439/14232 9284/9434/14224 6137/6373/10036 +f 6137/6373/10036 9284/9434/14224 8143/6367/10024 +s 14 +f 9307/9440/14233 9310/9441/14234 9328/9442/14235 +f 9328/9442/14235 9310/9441/14234 9309/9443/14236 +s 734 +f 9327/9444/14237 9329/9445/14238 9326/9446/14239 +f 9326/9446/14239 9329/9445/14238 5395/5548/14240 +f 9326/9446/14239 5395/5548/14240 9325/9447/14241 +f 9325/9447/14241 5395/5548/14240 5412/5565/14242 +f 9325/9447/14241 5412/5565/14242 9323/9448/14243 +s 14 +f 9323/9448/14244 5412/5565/9203 9330/9449/14245 +s 735 +f 9323/9448/14246 9330/9449/14247 9324/9450/14248 +f 9324/9450/14248 9330/9449/14247 5399/5552/14249 +f 9324/9450/14248 5399/5552/14249 9322/9451/14250 +s 14 +f 9322/9451/14251 5399/5552/9182 9331/9452/14252 +s 736 +f 9322/9451/14253 9331/9452/14254 9321/9453/14255 +f 9321/9453/14255 9331/9452/14254 5400/5553/14256 +f 9321/9453/14255 5400/5553/14256 9320/9454/14257 +s 14 +f 9320/9454/14258 5400/5553/9185 9332/9455/14259 +s 737 +f 9320/9454/14260 9332/9455/14261 9318/9456/14262 +f 9318/9456/14262 9332/9455/14261 9319/9457/14263 +f 9319/9457/14263 9332/9455/14261 5386/5537/14264 +f 9319/9457/14263 5386/5537/14264 9317/9458/14265 +s 14 +f 9317/9458/14266 5386/5537/9159 9333/9459/14267 +s 738 +f 9317/9458/14268 9333/9459/14269 9316/9460/14270 +f 9316/9460/14270 9333/9459/14269 5385/5536/14271 +f 9316/9460/14270 5385/5536/14271 9313/9461/14272 +f 9313/9461/14272 5385/5536/14271 5381/5532/14273 +f 9313/9461/14272 5381/5532/14273 9315/9462/14274 +s 14 +f 9315/9462/14275 5381/5532/9149 9334/9463/14276 +f 9315/9462/14277 9334/9463/14278 9314/9464/14279 +f 9314/9464/14279 9334/9463/14278 9335/9465/14280 +f 9314/9464/14279 9335/9465/14280 9312/9466/14281 +f 9312/9466/14281 9335/9465/14280 9311/9467/14282 +f 9311/9467/14282 9335/9465/14280 9345/9468/14283 +f 9311/9467/14282 9345/9468/14283 9309/9443/14236 +f 9309/9443/14236 9345/9468/14283 9328/9442/14235 +f 9307/9440/14233 9336/9469/14284 9308/9470/14285 +f 9308/9470/14285 9336/9469/14284 5406/5559/14286 +f 9308/9470/14285 5406/5559/14286 9306/9471/14287 +f 9306/9471/14288 5406/5559/9195 9337/9472/14289 +s 742 +f 9306/9471/14290 9337/9472/14291 9304/9473/14292 +f 9304/9473/14292 9337/9472/14291 9305/9474/14293 +f 9305/9474/14293 9337/9472/14291 5464/5612/14294 +f 9305/9474/14293 5464/5612/14294 9303/9475/14295 +s 14 +f 9303/9475/14296 5464/5612/9264 9338/9476/14297 +s 743 +f 9303/9475/14298 9338/9476/14299 9302/9477/14300 +f 9302/9477/14300 9338/9476/14299 5463/5611/14301 +f 9302/9477/14300 5463/5611/14301 9300/9478/14302 +f 9300/9478/14302 5463/5611/14301 5462/5610/14303 +f 9300/9478/14302 5462/5610/14303 9301/9479/14304 +s 14 +f 9301/9479/14305 5462/5610/9259 9339/9480/14306 +s 744 +f 9301/9479/14307 9339/9480/14308 9299/9481/14309 +f 9299/9481/14309 9339/9480/14308 5465/5609/14310 +f 9299/9481/14309 5465/5609/14310 9297/9482/14311 +s 14 +f 9297/9482/14312 5465/5609/9257 9340/9483/14313 +s 745 +f 9297/9482/14314 9340/9483/14315 9298/9484/14316 +f 9298/9484/14316 9340/9483/14315 5444/5590/14317 +f 9298/9484/14316 5444/5590/14317 9295/9485/14318 +s 14 +f 9295/9485/14319 5444/5590/9235 9341/9486/14320 +s 746 +f 9295/9485/14321 9341/9486/14322 9296/9487/14323 +f 9296/9487/14323 9341/9486/14322 5451/5597/14324 +f 9296/9487/14323 5451/5597/14324 9294/9488/14325 +f 9294/9488/14325 5451/5597/14324 5452/5598/14326 +f 9294/9488/14325 5452/5598/14326 9293/9489/14327 +s 14 +f 9293/9489/14328 5452/5598/9244 9342/9490/14329 +s 747 +f 9293/9489/14330 9342/9490/14331 9292/9491/14332 +f 9292/9491/14332 9342/9490/14331 9291/9492/14333 +f 9291/9492/14333 9342/9490/14331 9343/5547/14334 +f 9291/9492/14333 9343/5547/14334 9327/9444/14335 +s 14 +f 9327/9444/14336 9343/5547/9173 9329/9445/14337 +f 9345/9468/14283 9344/9493/14338 9328/9442/14235 +f 9328/9442/14235 9344/9493/14338 9307/9440/14233 +f 9307/9440/14233 9344/9493/14338 9336/9469/14284 +f 9329/9445/14337 9343/5547/9173 5395/5548/9176 +f 9330/9449/14245 5412/5565/9203 5399/5552/9182 +f 9331/9452/14252 5399/5552/9182 5400/5553/9185 +f 9332/9455/14259 5400/5553/9185 5401/5554/9188 +f 9332/9455/14259 5401/5554/9188 5386/5537/9159 +f 9333/9459/14267 5386/5537/9159 5385/5536/9157 +f 9334/9463/14276 5381/5532/9149 9335/9465/14339 +f 9335/9465/14339 5381/5532/9149 5380/5531/9148 +f 9335/9465/14339 5380/5531/9148 9345/9468/14283 +f 9344/9493/14338 5384/5535/9156 9336/9469/14340 +f 9336/9469/14340 5384/5535/9156 5383/5534/9155 +f 9336/9469/14340 5383/5534/9155 5406/5559/9195 +f 9337/9472/14289 5406/5559/9195 5405/5558/9194 +f 9337/9472/14289 5405/5558/9194 5464/5612/9264 +f 9338/9476/14297 5464/5612/9264 5463/5611/9262 +f 9339/9480/14306 5462/5610/9259 5465/5609/9257 +f 9340/9483/14313 5465/5609/9257 5444/5590/9235 +f 9341/9486/14320 5444/5590/9235 5451/5597/9243 +f 9342/9490/14329 5452/5598/9244 5392/5546/9171 +f 9342/9490/14329 5392/5546/9171 9343/5547/9173 +f 9345/9468/14283 5391/5543/9167 9344/9493/14338 +f 9344/9493/14338 5391/5543/9167 5384/5535/9156 +f 5380/5531/9148 5391/5543/9167 9345/9468/14283 +s 748 +f 9346/9494/14341 5454/5600/14342 9347/9495/14343 +f 9347/9495/14343 5454/5600/14342 5453/5599/14344 +f 9347/9495/14343 5453/5599/14344 9444/6593/14345 +f 9444/6593/14345 5453/5599/14344 5446/5591/14346 +s 749 +f 5454/5600/14347 9346/9494/14348 5393/5544/14349 +f 5393/5544/14349 9346/9494/14348 9348/9496/14350 +f 5393/5544/14349 9348/9496/14350 5394/5545/14351 +f 5394/5545/14351 9348/9496/14350 9349/9497/14352 +f 5394/5545/14351 9349/9497/14352 5407/5560/14353 +f 5407/5560/14353 9349/9497/14352 9350/9498/14354 +f 5407/5560/14353 9350/9498/14354 5408/5561/14355 +f 5408/5561/14355 9350/9498/14354 9351/9499/14356 +f 5408/5561/14355 9351/9499/14356 5409/5562/14357 +f 5409/5562/14357 9351/9499/14356 9352/9500/14358 +f 5409/5562/14357 9352/9500/14358 5410/5563/14359 +f 5410/5563/14359 9352/9500/14358 9353/5529/14360 +f 5410/5563/14359 9353/5529/14360 5379/5530/14361 +s 750 +f 5376/5526/14362 5375/5525/14363 9354/9501/14364 +f 5376/5526/14362 9354/9501/14364 5430/5582/14365 +f 5430/5582/14365 9354/9501/14364 9355/9502/14366 +f 5430/5582/14365 9355/9502/14366 5429/5580/14367 +f 5429/5580/14367 9355/9502/14366 9356/9503/14368 +f 5429/5580/14367 9356/9503/14368 5428/5581/14369 +f 5428/5581/14369 9356/9503/14368 9357/9504/14370 +f 5428/5581/14369 9357/9504/14370 9358/9505/14371 +f 5428/5581/14369 9358/9505/14371 5422/5583/14372 +f 5422/5583/14372 9358/9505/14371 9359/9506/14373 +f 5422/5583/14372 9359/9506/14373 5431/5566/14374 +f 5431/5566/14374 9359/9506/14373 9360/9507/14375 +f 5431/5566/14374 9360/9507/14375 5413/5524/14376 +f 5413/5524/14376 9360/9507/14375 9361/5523/14377 +s 751 +f 5372/5520/14378 5371/5519/14379 5396/5549/14380 +f 5396/5549/14380 5371/5519/14379 9362/9508/14381 +f 5396/5549/14380 9362/9508/14381 5411/5564/14382 +f 5411/5564/14382 9362/9508/14381 9363/9509/14383 +f 5411/5564/14382 9363/9509/14383 5398/5551/14384 +f 5398/5551/14384 9363/9509/14383 9364/9510/14385 +f 5398/5551/14384 9364/9510/14385 5397/5550/14386 +f 5397/5550/14386 9364/9510/14385 5423/5574/14387 +f 5423/5574/14387 9364/9510/14385 9365/9511/14388 +f 5423/5574/14387 9365/9511/14388 5432/5584/14389 +f 5432/5584/14389 9365/9511/14388 9366/9512/14390 +f 5432/5584/14389 9366/9512/14390 5433/5585/14391 +f 5433/5585/14391 9366/9512/14390 9367/5517/14392 +f 5433/5585/14391 9367/5517/14392 5370/5518/14393 +s 752 +f 5367/5514/14394 5366/5513/14395 5425/5577/14396 +f 5425/5577/14396 5366/5513/14395 9368/9513/14397 +f 5425/5577/14396 9368/9513/14397 5424/5575/14398 +f 5424/5575/14398 9368/9513/14397 9369/9514/14399 +f 5424/5575/14398 9369/9514/14399 5434/5586/14400 +f 5434/5586/14400 9369/9514/14399 9370/9515/14401 +f 5434/5586/14400 9370/9515/14401 5435/5576/14402 +f 5435/5576/14402 9370/9515/14401 9371/9516/14403 +f 5435/5576/14402 9371/9516/14403 9372/9517/14404 +f 5435/5576/14402 9372/9517/14404 5414/5567/14405 +f 5414/5567/14405 9372/9517/14404 9373/9518/14406 +f 5414/5567/14405 9373/9518/14406 5415/5568/14407 +f 5415/5568/14407 9373/9518/14406 5426/5512/14408 +f 5426/5512/14408 9373/9518/14406 9374/5511/14409 +s 753 +f 5363/5508/14410 5362/5507/14411 9375/9519/14412 +f 5363/5508/14410 9375/9519/14412 5416/5569/14413 +f 5416/5569/14413 9375/9519/14412 5417/5570/14414 +f 5417/5570/14414 9375/9519/14412 9376/9520/14415 +f 5417/5570/14414 9376/9520/14415 5418/5571/14416 +f 5418/5571/14416 9376/9520/14415 9377/9521/14417 +f 5418/5571/14416 9377/9521/14417 9378/9522/14418 +f 5418/5571/14416 9378/9522/14418 5436/5587/14419 +f 5436/5587/14419 9378/9522/14418 9379/9523/14420 +f 5436/5587/14419 9379/9523/14420 5447/5592/14421 +f 5447/5592/14421 9379/9523/14420 9380/9524/14422 +f 5447/5592/14421 9380/9524/14422 5448/5593/14423 +f 5448/5593/14423 9380/9524/14422 9381/5505/14424 +f 5448/5593/14423 9381/5505/14424 5361/5506/14425 +s 754 +f 5358/5502/14426 9447/5501/14427 9382/9525/14428 +f 5358/5502/14426 9382/9525/14428 5402/5538/14429 +f 5402/5538/14429 9382/9525/14428 9383/9526/14430 +f 5402/5538/14429 9383/9526/14430 5387/5539/14431 +f 5387/5539/14431 9383/9526/14430 9384/9527/14432 +f 5387/5539/14431 9384/9527/14432 5419/5540/14433 +f 5419/5540/14433 9384/9527/14432 5420/5541/14434 +f 5420/5541/14434 9384/9527/14432 9385/9528/14435 +f 5420/5541/14434 9385/9528/14435 5388/5542/14436 +f 5388/5542/14436 9385/9528/14435 9386/9529/14437 +f 5388/5542/14436 9386/9529/14437 5389/5533/14438 +f 5389/5533/14438 9386/9529/14437 9387/9530/14439 +f 5389/5533/14438 9387/9530/14439 5382/5500/14440 +f 5382/5500/14440 9387/9530/14439 9388/5499/14441 +s 755 +f 5355/5496/14442 9446/5495/14443 9389/9531/14444 +f 5355/5496/14442 9389/9531/14444 5437/5588/14445 +f 5437/5588/14445 9389/9531/14444 9390/9532/14446 +f 5437/5588/14445 9390/9532/14446 5438/5589/14447 +f 5438/5589/14447 9390/9532/14446 9391/9533/14448 +f 5438/5589/14447 9391/9533/14448 5439/5572/14449 +f 5439/5572/14449 9391/9533/14448 9392/9534/14450 +f 5439/5572/14449 9392/9534/14450 5421/5556/14451 +f 5421/5556/14451 9392/9534/14450 9393/9535/14452 +f 5421/5556/14451 9393/9535/14452 5403/5555/14453 +f 5403/5555/14453 9393/9535/14452 9394/9536/14454 +f 5403/5555/14453 9394/9536/14454 5404/5557/14455 +f 5404/5557/14455 9394/9536/14454 5390/5494/14456 +f 5390/5494/14456 9394/9536/14454 9395/5493/14457 +s 756 +f 5352/5490/14458 5351/5489/14459 9396/9537/14460 +f 5352/5490/14458 9396/9537/14460 5450/5596/14461 +f 5450/5596/14461 9396/9537/14460 5466/5613/14462 +f 5466/5613/14462 9396/9537/14460 9397/9538/14463 +f 5466/5613/14462 9397/9538/14463 5478/5594/14464 +f 5478/5594/14464 9397/9538/14463 9398/9539/14465 +f 5478/5594/14464 9398/9539/14465 9399/9540/14466 +f 5478/5594/14464 9399/9540/14466 5459/5604/14467 +f 5459/5604/14467 9399/9540/14466 9400/9541/14468 +f 5459/5604/14467 9400/9541/14468 5458/5595/14469 +f 5458/5595/14469 9400/9541/14468 9401/9542/14470 +f 5458/5595/14469 9401/9542/14470 5449/5488/14471 +f 5449/5488/14471 9401/9542/14470 9402/5487/14472 +s 757 +f 5348/5484/14473 5347/5483/14474 9403/9543/14475 +f 5348/5484/14473 9403/9543/14475 5440/5605/14476 +f 5440/5605/14476 9403/9543/14475 5471/5616/14477 +f 5471/5616/14477 9403/9543/14475 9404/9544/14478 +f 5471/5616/14477 9404/9544/14478 5472/5617/14479 +f 5472/5617/14479 9404/9544/14478 9405/9545/14480 +f 5472/5617/14479 9405/9545/14480 5479/5620/14481 +f 5479/5620/14481 9405/9545/14480 9406/9546/14482 +f 5479/5620/14481 9406/9546/14482 5474/5618/14483 +f 5474/5618/14483 9406/9546/14482 9407/9547/14484 +f 5474/5618/14483 9407/9547/14484 5473/5619/14485 +f 5473/5619/14485 9407/9547/14484 9408/9548/14486 +f 5473/5619/14485 9408/9548/14486 5441/5482/14487 +f 5441/5482/14487 9408/9548/14486 9409/5481/14488 +s 758 +f 5344/5478/14489 5343/5477/14490 5460/5607/14491 +f 5460/5607/14491 5343/5477/14490 9410/9549/14492 +f 5460/5607/14491 9410/9549/14492 5461/5608/14493 +f 5461/5608/14493 9410/9549/14492 9411/9550/14494 +f 5461/5608/14493 9411/9550/14494 9412/9551/14495 +f 5461/5608/14493 9412/9551/14495 5467/5614/14496 +f 5467/5614/14496 9412/9551/14495 9413/9552/14497 +f 5467/5614/14496 9413/9552/14497 5480/5628/14498 +f 5480/5628/14498 9413/9552/14497 9414/9553/14499 +f 5480/5628/14498 9414/9553/14499 5481/5629/14500 +f 5481/5629/14500 9414/9553/14499 9415/9554/14501 +f 5481/5629/14500 9415/9554/14501 5486/5615/14502 +f 5486/5615/14502 9415/9554/14501 9416/9555/14503 +f 5486/5615/14502 9416/9555/14503 5468/5606/14504 +f 5468/5606/14504 9416/9555/14503 9417/5475/14505 +f 5468/5606/14504 9417/5475/14505 5342/5476/14506 +s 759 +f 5339/5472/14507 5338/5471/14508 9418/9556/14509 +f 5339/5472/14507 9418/9556/14509 5475/5621/14510 +f 5475/5621/14510 9418/9556/14509 9419/9557/14511 +f 5475/5621/14510 9419/9557/14511 5476/5622/14512 +f 5476/5622/14512 9419/9557/14511 9420/9558/14513 +f 5476/5622/14512 9420/9558/14513 5477/5624/14514 +f 5477/5624/14514 9420/9558/14513 9421/9559/14515 +f 5477/5624/14514 9421/9559/14515 5487/5634/14516 +f 5487/5634/14516 9421/9559/14515 9422/9560/14517 +f 5487/5634/14516 9422/9560/14517 5488/5623/14518 +f 5488/5623/14518 9422/9560/14517 9423/9561/14519 +f 5488/5623/14518 9423/9561/14519 5442/5470/14520 +f 5442/5470/14520 9423/9561/14519 9424/5469/14521 +s 760 +f 5335/5466/14522 5334/5465/14523 9425/9562/14524 +f 5335/5466/14522 9425/9562/14524 5489/5635/14525 +f 5489/5635/14525 9425/9562/14524 9426/9563/14526 +f 5489/5635/14525 9426/9563/14526 5482/5630/14527 +f 5482/5630/14527 9426/9563/14526 9427/9564/14528 +f 5482/5630/14527 9427/9564/14528 5483/5631/14529 +f 5483/5631/14529 9427/9564/14528 9428/9565/14530 +f 5483/5631/14529 9428/9565/14530 5469/5632/14531 +f 5469/5632/14531 9428/9565/14530 9429/9566/14532 +f 5469/5632/14531 9429/9566/14532 5484/5633/14533 +f 5484/5633/14533 9429/9566/14532 9430/9567/14534 +f 5484/5633/14533 9430/9567/14534 5490/5636/14535 +f 5490/5636/14535 9430/9567/14534 9431/5463/14536 +f 5490/5636/14535 9431/5463/14536 5333/5464/14537 +s 761 +f 5330/5460/14538 6300/5459/14539 5485/5627/14540 +f 5485/5627/14540 6300/5459/14539 9432/9568/14541 +f 5485/5627/14540 9432/9568/14541 5470/5625/14542 +f 5470/5625/14542 9432/9568/14541 9433/9569/14543 +f 5470/5625/14542 9433/9569/14543 5491/5637/14544 +f 5491/5637/14544 9433/9569/14543 9434/9570/14545 +f 5491/5637/14544 9434/9570/14545 9435/9571/14546 +f 5491/5637/14544 9435/9571/14546 5492/5638/14547 +f 5492/5638/14547 9435/9571/14546 9436/9572/14548 +f 5492/5638/14547 9436/9572/14548 5493/5626/14549 +f 5493/5626/14549 9436/9572/14548 9437/9573/14550 +f 5493/5626/14549 9437/9573/14550 5443/5573/14551 +f 5443/5573/14551 9437/9573/14550 9438/5457/14552 +f 5443/5573/14551 9438/5457/14552 5329/5458/14553 +s 762 +f 5326/5454/14554 6303/5453/14555 9439/9574/14556 +f 5326/5454/14554 9439/9574/14556 5456/5601/14557 +f 5456/5601/14557 9439/9574/14556 9440/9575/14558 +f 5456/5601/14557 9440/9575/14558 5457/5603/14559 +f 5457/5603/14559 9440/9575/14558 9441/9576/14560 +f 5457/5603/14559 9441/9576/14560 5455/5602/14561 +f 5455/5602/14561 9441/9576/14560 9442/9577/14562 +f 5455/5602/14561 9442/9577/14562 5445/5578/14563 +f 5445/5578/14563 9442/9577/14562 9443/9578/14564 +f 5445/5578/14563 9443/9578/14564 5427/5579/14565 +f 5427/5579/14565 9443/9578/14564 5446/5591/14566 +f 5446/5591/14566 9443/9578/14564 9444/6593/14567 +s 763 +f 6325/6620/14568 5347/5483/14569 5349/5485/14570 +f 6325/6620/14568 5349/5485/14570 9402/5487/14571 +s 764 +f 9409/5481/14572 9408/9548/14573 6313/6606/14574 +f 9408/9548/14573 9407/9547/14575 6313/6606/14574 +f 9407/9547/14575 9406/9546/14576 6313/6606/14574 +f 6313/6606/14574 9406/9546/14576 6320/6617/14577 +f 6320/6617/14577 9406/9546/14576 9405/9545/14578 +f 6320/6617/14577 9405/9545/14578 9404/9544/14579 +f 6320/6617/14577 9404/9544/14579 6315/6609/14580 +f 6315/6609/14580 9404/9544/14579 9403/9543/14581 +f 6315/6609/14580 9403/9543/14581 6325/6620/14582 +f 6325/6620/14582 9403/9543/14581 5347/5483/14583 +s 756 +f 9402/5487/14584 9401/9542/14585 6326/6607/14586 +f 9401/9542/14585 9400/9541/14468 6326/6607/14586 +f 6326/6607/14586 9400/9541/14468 6314/6608/14587 +f 9400/9541/14468 9399/9540/14466 6314/6608/14587 +s 766 +f 6314/6608/14588 9399/9540/14589 9398/9539/14590 +f 6314/6608/14588 9398/9539/14590 9397/9538/14591 +f 6314/6608/14588 9397/9538/14591 6324/6611/14592 +f 6324/6611/14592 9397/9538/14591 9396/9537/14593 +f 6324/6611/14592 9396/9537/14593 9445/6612/14594 +f 9445/6612/14594 9396/9537/14593 5351/5489/14595 +s 767 +f 6311/6605/14596 5343/5477/14597 5345/5479/14598 +f 6311/6605/14596 5345/5479/14598 9409/5481/14599 +s 768 +f 9445/6612/14600 5351/5489/14601 5353/5491/14602 +f 9445/6612/14600 5353/5491/14602 9395/5493/14603 +s 769 +f 9417/5475/14604 9416/9555/14605 6322/6601/14606 +f 9416/9555/14605 9415/9554/14607 6322/6601/14606 +f 6322/6601/14606 9415/9554/14607 6310/6602/14608 +f 9415/9554/14607 9414/9553/14609 6310/6602/14608 +f 6310/6602/14608 9414/9553/14609 9413/9552/14610 +f 6310/6602/14608 9413/9552/14610 9412/9551/14611 +f 6310/6602/14608 9412/9551/14611 6319/6616/14612 +f 6319/6616/14612 9412/9551/14611 9411/9550/14613 +f 6319/6616/14612 9411/9550/14613 9410/9549/14614 +f 6319/6616/14612 9410/9549/14614 6311/6605/14615 +f 6311/6605/14615 9410/9549/14614 5343/5477/14616 +s off +f 9395/5493/14617 9394/9536/14618 6318/6598/14619 +s 770 +f 9394/9536/14620 9393/9535/14621 6318/6598/14622 +f 6318/6598/14622 9393/9535/14621 6305/6599/14623 +f 6305/6599/14623 9393/9535/14621 9392/9534/14624 +f 6305/6599/14623 9392/9534/14624 9391/9533/14625 +f 6305/6599/14623 9391/9533/14625 9390/9532/14626 +f 6305/6599/14623 9390/9532/14626 6306/6600/14627 +f 6306/6600/14627 9390/9532/14626 9389/9531/14628 +f 6306/6600/14627 9389/9531/14628 9446/5495/14629 +s 229 +f 6308/6613/14630 5338/5471/14631 5340/5473/14632 +f 6308/6613/14630 5340/5473/14632 6309/6614/10376 +f 6309/6614/10376 5340/5473/14632 9417/5475/10377 +s 772 +f 6316/6618/14633 9446/5495/14634 5356/5497/14635 +f 6316/6618/14633 5356/5497/14635 9388/5499/14636 +s 773 +f 6328/6621/14637 9424/5469/14638 9423/9561/14639 +f 6328/6621/14637 9423/9561/14639 6329/6622/14640 +f 9423/9561/14639 9422/9560/14641 6329/6622/14640 +f 9422/9560/14641 9421/9559/14642 6329/6622/14640 +f 6329/6622/14640 9421/9559/14642 9420/9558/14643 +f 6329/6622/14640 9420/9558/14643 6223/6515/14644 +f 6223/6515/14644 9420/9558/14643 9419/9557/14645 +f 6223/6515/14644 9419/9557/14645 9418/9556/14646 +f 6223/6515/14644 9418/9556/14646 6327/6615/14647 +f 6327/6615/14647 9418/9556/14646 6308/6613/14648 +f 6308/6613/14648 9418/9556/14646 5338/5471/14649 +s 774 +f 6316/6618/14650 9388/5499/14651 9387/9530/14652 +f 6316/6618/14650 9387/9530/14652 6307/6603/14653 +f 9387/9530/14652 9386/9529/14654 6307/6603/14653 +f 9386/9529/14654 9385/9528/14655 6307/6603/14653 +f 6307/6603/14653 9385/9528/14655 6312/6604/14656 +f 6312/6604/14656 9385/9528/14655 9384/9527/14657 +f 6312/6604/14656 9384/9527/14657 9383/9526/14658 +f 6312/6604/14656 9383/9526/14658 6317/6610/14659 +f 6317/6610/14659 9383/9526/14658 9382/9525/14660 +s off +f 6317/6610/14661 9382/9525/14662 9447/5501/14663 +s 775 +f 6332/6625/14664 5334/5465/14665 5336/5467/14666 +f 5336/5467/14666 9424/5469/14667 6328/6621/14668 +f 6332/6625/14664 5336/5467/14666 6328/6621/14668 +s 776 +f 6323/6619/14669 9447/5501/14670 5359/5503/14671 +f 6323/6619/14669 5359/5503/14671 9381/5505/14672 +s 777 +f 6293/6589/14673 9431/5463/14674 9430/9567/14675 +f 6293/6589/14673 9430/9567/14675 6292/6587/14676 +f 9430/9567/14675 9429/9566/14677 6292/6587/14676 +f 9429/9566/14677 9428/9565/14678 6292/6587/14676 +f 6292/6587/14676 9428/9565/14678 6330/6623/14679 +f 6330/6623/14679 9428/9565/14678 9427/9564/14680 +f 6330/6623/14679 9427/9564/14680 9426/9563/14681 +f 6330/6623/14679 9426/9563/14681 6331/6624/14682 +f 6331/6624/14682 9426/9563/14681 9425/9562/14683 +f 6331/6624/14682 9425/9562/14683 6332/6625/14684 +f 6332/6625/14684 9425/9562/14683 5334/5465/14685 +s 753 +f 6323/6619/14686 9381/5505/14687 9380/9524/14688 +f 6323/6619/14686 9380/9524/14688 6321/6595/14689 +f 9380/9524/14688 9379/9523/14690 6321/6595/14689 +f 9377/9521/14417 6304/6596/14691 9378/9522/14418 +f 9378/9522/14418 6304/6596/14691 6321/6595/14689 +f 9378/9522/14418 6321/6595/14689 9379/9523/14690 +s 779 +f 6304/6596/14692 9377/9521/14693 9376/9520/14694 +f 6304/6596/14692 9376/9520/14694 9375/9519/14695 +f 6304/6596/14692 9375/9519/14695 9448/6597/14696 +f 9448/6597/14696 9375/9519/14695 5362/5507/14697 +s 780 +f 5331/5461/14698 9431/5463/14699 6293/6589/14700 +f 6300/5459/14701 5331/5461/14698 6293/6589/14700 +s 781 +f 9448/6597/14702 5362/5507/14703 5364/5509/14704 +f 6279/6569/14705 9448/6597/14702 5364/5509/14704 +f 6279/6569/14705 5364/5509/14704 9374/5511/14706 +s 782 +f 6297/6594/14707 9438/5457/14708 9437/9573/14709 +f 6297/6594/14707 9437/9573/14709 6290/6579/14710 +f 9437/9573/14709 9436/9572/14711 6290/6579/14710 +f 6290/6579/14710 9436/9572/14711 6291/6580/14712 +f 9436/9572/14711 9435/9571/14713 6291/6580/14712 +f 6291/6580/14712 9435/9571/14713 9434/9570/14714 +f 6291/6580/14712 9434/9570/14714 9433/9569/14715 +s 761 +f 6291/6580/14716 9433/9569/14543 9432/9568/14541 +s off +f 6291/6580/14717 9432/9568/14718 6299/6588/14719 +f 6299/6588/14720 9432/9568/14721 6300/5459/14722 +s 783 +f 6279/6569/14723 9374/5511/14724 9373/9518/14725 +f 6279/6569/14723 9373/9518/14725 6280/6570/14726 +f 9373/9518/14725 9372/9517/14727 6280/6570/14726 +f 6280/6570/14726 9372/9517/14727 6284/6574/14728 +f 9372/9517/14727 9371/9516/14729 6284/6574/14728 +f 6284/6574/14728 9371/9516/14729 9370/9515/14730 +f 6284/6574/14728 9370/9515/14730 6286/6575/14731 +f 6286/6575/14731 9370/9515/14730 9369/9514/14732 +f 6286/6575/14731 9369/9514/14732 9368/9513/14733 +f 6286/6575/14731 9368/9513/14733 9449/6590/14734 +f 9449/6590/14734 9368/9513/14733 5366/5513/14735 +s 784 +f 5327/5455/14736 9438/5457/14737 6297/6594/14738 +f 6303/5453/14739 5327/5455/14736 6297/6594/14738 +s 785 +f 9449/6590/14740 5366/5513/14741 5368/5515/14742 +f 6285/6581/14743 9449/6590/14740 5368/5515/14742 +f 6285/6581/14743 5368/5515/14742 9367/5517/14744 +s off +f 9444/6593/14745 9443/9578/14746 6301/6585/14747 +s 786 +f 9443/9578/14748 9442/9577/14749 6301/6585/14750 +f 6301/6585/14750 9442/9577/14749 6296/6583/14751 +f 6296/6583/14751 9442/9577/14749 9441/9576/14752 +f 6296/6583/14751 9441/9576/14752 9440/9575/14753 +f 6296/6583/14751 9440/9575/14753 6295/6584/14754 +f 6295/6584/14754 9440/9575/14753 9439/9574/14755 +f 6295/6584/14754 9439/9574/14755 6303/5453/14756 +s 787 +f 6285/6581/14757 9367/5517/14758 9366/9512/14759 +f 6285/6581/14757 9366/9512/14759 6294/6582/14760 +f 9366/9512/14759 9365/9511/14761 6294/6582/14760 +f 6294/6582/14760 9365/9511/14761 6281/6567/14762 +f 6281/6567/14762 9365/9511/14761 9364/9510/14763 +f 6281/6567/14762 9364/9510/14763 9363/9509/14764 +f 6281/6567/14762 9363/9509/14764 6278/6568/14765 +f 6278/6568/14765 9363/9509/14764 9362/9508/14766 +f 6278/6568/14765 9362/9508/14766 9450/6571/14767 +f 9450/6571/14767 9362/9508/14766 5371/5519/14768 +s 788 +f 6287/6592/14769 9346/9494/14770 9347/9495/14771 +f 6287/6592/14769 9347/9495/14771 9444/6593/14772 +s 789 +f 9450/6571/14773 5371/5519/14774 5373/5521/14775 +f 9450/6571/14773 5373/5521/14775 9361/5523/14776 +s 790 +f 9353/5529/14777 9352/9500/14778 6298/6578/14779 +f 6298/6578/14779 9352/9500/14778 6288/6576/14780 +f 9352/9500/14778 9351/9499/14781 6288/6576/14780 +f 6288/6576/14780 9351/9499/14781 9350/9498/14782 +f 6288/6576/14780 9350/9498/14782 6302/6591/14783 +f 6302/6591/14783 9350/9498/14782 9349/9497/14784 +f 6302/6591/14783 9349/9497/14784 9348/9496/14785 +f 6302/6591/14783 9348/9496/14785 6287/6592/14786 +f 6287/6592/14786 9348/9496/14785 9346/9494/14787 +s 791 +f 9361/5523/14788 9360/9507/14789 6282/6572/14790 +f 9360/9507/14789 9359/9506/14791 6282/6572/14790 +f 6282/6572/14790 9359/9506/14791 6283/6573/14792 +f 9359/9506/14791 9358/9505/14793 6283/6573/14792 +f 6283/6573/14792 9358/9505/14793 9357/9504/14794 +f 6283/6573/14792 9357/9504/14794 9356/9503/14795 +f 6283/6573/14792 9356/9503/14795 9355/9502/14796 +f 6283/6573/14792 9355/9502/14796 6289/6577/14797 +f 6289/6577/14797 9355/9502/14796 9354/9501/14798 +f 6289/6577/14797 9354/9501/14798 9451/6586/14799 +f 9451/6586/14799 9354/9501/14798 5375/5525/14800 +s 792 +f 9451/6586/14801 5375/5525/14802 5377/5527/14803 +f 9451/6586/14801 5377/5527/14803 9353/5529/14804 +s 793 +f 6728/7035/14805 6721/7027/14806 9310/9441/14807 +f 6722/7029/14808 9309/9443/14809 6721/7027/14806 +f 6721/7027/14806 9309/9443/14809 9310/9441/14807 +f 6724/7031/14810 9311/9467/14811 6722/7029/14808 +f 6722/7029/14808 9311/9467/14811 9309/9443/14809 +f 6725/7032/14812 9312/9466/14813 6724/7031/14810 +f 6724/7031/14810 9312/9466/14813 9311/9467/14811 +f 6747/7054/14814 9314/9464/14815 6725/7032/14812 +f 6725/7032/14812 9314/9464/14815 9312/9466/14813 +f 6748/7055/14816 9315/9462/14817 6747/7054/14814 +f 6747/7054/14814 9315/9462/14817 9314/9464/14815 +f 6750/7057/14818 9313/9461/14819 6748/7055/14816 +f 6748/7055/14816 9313/9461/14819 9315/9462/14817 +f 6751/7058/14820 9316/9460/14821 6750/7057/14818 +f 6750/7057/14818 9316/9460/14821 9313/9461/14819 +f 6753/7059/14822 9317/9458/14823 6751/7058/14820 +f 6751/7058/14820 9317/9458/14823 9316/9460/14821 +f 6743/7049/14824 9319/9457/14825 6753/7059/14822 +f 6753/7059/14822 9319/9457/14825 9317/9458/14823 +f 6744/7051/14826 9318/9456/14827 6743/7049/14824 +f 6743/7049/14824 9318/9456/14827 9319/9457/14825 +f 6746/7053/14828 9320/9454/14829 6744/7051/14826 +f 6744/7051/14826 9320/9454/14829 9318/9456/14827 +f 6733/7040/14830 9321/9453/14831 6746/7053/14828 +f 6746/7053/14828 9321/9453/14831 9320/9454/14829 +f 6735/7042/14832 9322/9451/14833 6733/7040/14830 +f 6733/7040/14830 9322/9451/14833 9321/9453/14831 +f 6736/7043/14834 9324/9450/14835 6735/7042/14832 +f 6735/7042/14832 9324/9450/14835 9322/9451/14833 +f 6737/7044/14836 9323/9448/14837 6736/7043/14834 +f 6736/7043/14834 9323/9448/14837 9324/9450/14835 +f 6739/7046/14838 9325/9447/14839 6737/7044/14836 +f 6737/7044/14836 9325/9447/14839 9323/9448/14837 +f 6740/7047/14840 9326/9446/14841 6739/7046/14838 +f 6739/7046/14838 9326/9446/14841 9325/9447/14839 +f 6741/7048/14842 9327/9444/14843 6740/7047/14840 +f 6740/7047/14840 9327/9444/14843 9326/9446/14841 +f 6730/7036/14844 9291/9492/14845 6741/7048/14842 +f 6741/7048/14842 9291/9492/14845 9327/9444/14843 +f 6731/7038/14846 9292/9491/14847 6730/7036/14844 +f 6730/7036/14844 9292/9491/14847 9291/9492/14845 +f 6732/7039/14848 9293/9489/14849 6731/7038/14846 +f 6731/7038/14846 9293/9489/14849 9292/9491/14847 +f 6712/7019/14850 9294/9488/14851 6732/7039/14848 +f 6732/7039/14848 9294/9488/14851 9293/9489/14849 +f 6714/7021/14852 9296/9487/14853 6712/7019/14850 +f 6712/7019/14850 9296/9487/14853 9294/9488/14851 +f 6715/7022/14854 9295/9485/14855 6714/7021/14852 +f 6714/7021/14852 9295/9485/14855 9296/9487/14853 +f 6707/7014/14856 9298/9484/14857 6715/7022/14854 +f 6715/7022/14854 9298/9484/14857 9295/9485/14855 +f 6708/7016/14858 9297/9482/14859 6707/7014/14856 +f 6707/7014/14856 9297/9482/14859 9298/9484/14857 +f 6710/7018/14860 9299/9481/14861 6708/7016/14858 +f 6708/7016/14858 9299/9481/14861 9297/9482/14859 +f 6703/7009/14862 9301/9479/14863 6710/7018/14860 +f 6710/7018/14860 9301/9479/14863 9299/9481/14861 +f 6704/7011/14864 9300/9478/14865 6703/7009/14862 +f 6703/7009/14862 9300/9478/14865 9301/9479/14863 +f 6705/7012/14866 9302/9477/14867 6704/7011/14864 +f 6704/7011/14864 9302/9477/14867 9300/9478/14865 +f 6706/7013/14868 9303/9475/14869 6705/7012/14866 +f 6705/7012/14866 9303/9475/14869 9302/9477/14867 +f 6718/7024/14870 9305/9474/14871 6706/7013/14868 +f 6706/7013/14868 9305/9474/14871 9303/9475/14869 +f 6719/7025/14872 9304/9473/14873 6718/7024/14870 +f 6718/7024/14870 9304/9473/14873 9305/9474/14871 +f 6720/7026/14874 9306/9471/14875 6719/7025/14872 +f 6719/7025/14872 9306/9471/14875 9304/9473/14873 +f 6727/7034/14876 9308/9470/14877 6720/7026/14874 +f 6720/7026/14874 9308/9470/14877 9306/9471/14875 +f 6728/7035/14805 9310/9441/14807 9307/9440/14878 +f 6728/7035/14805 9307/9440/14878 6727/7034/14876 +f 6727/7034/14876 9307/9440/14878 9308/9470/14877 +v -131.127045 -83.567558 94.000000 +v -130.543182 -84.420540 86.739998 +v -130.543182 -84.420540 94.000000 +v -129.841507 -85.179565 94.000000 +v -128.972366 -85.872681 94.000000 +v -128.076233 -86.387863 86.739998 +v -128.076233 -86.387871 94.000000 +v -127.114716 -86.767281 94.000000 +v -126.030922 -87.014648 86.739998 +v -126.030914 -87.014648 94.000000 +v -125.000000 -87.090004 86.739998 +v -125.000000 -87.090004 94.000000 +v -122.885284 -86.767281 86.739998 +v -122.885284 -86.767281 94.000000 +v -121.923767 -86.387863 86.739998 +v -121.923767 -86.387871 94.000000 +v -121.027634 -85.872681 94.000000 +v -120.158493 -85.179565 86.739998 +v -120.158493 -85.179565 94.000000 +v -119.456802 -84.420540 86.739998 +v -119.456818 -84.420540 94.000000 +v -118.390625 -82.565979 86.739998 +v -118.390625 -82.565979 94.000000 +v -118.087753 -81.577675 86.739998 +v -118.087769 -81.577675 94.000000 +v -117.931824 -79.444168 86.739998 +v -117.931824 -79.444160 94.000000 +v -118.087753 -78.422325 86.739998 +v -118.087769 -78.422325 94.000000 +v -118.872955 -76.432442 94.000000 +v -119.456802 -75.579460 86.739998 +v -119.456818 -75.579460 94.000000 +v -121.027634 -74.127319 94.000000 +v -121.923767 -73.612129 86.739998 +v -121.923767 -73.612129 94.000000 +v -122.885284 -73.232719 94.000000 +v -123.969086 -72.985352 86.739998 +v -123.969086 -72.985352 94.000000 +v -125.000000 -72.910004 86.739998 +v -125.000000 -72.910004 94.000000 +v -127.114716 -73.232719 86.739998 +v -127.114716 -73.232719 94.000000 +v -128.076233 -73.612129 86.739998 +v -128.076233 -73.612129 94.000000 +v -128.972382 -74.127319 94.000000 +v -129.841507 -74.820435 86.739998 +v -129.841507 -74.820435 94.000000 +v -130.543182 -75.579460 86.739998 +v -130.543182 -75.579460 94.000000 +v -131.609375 -77.434021 86.739998 +v -131.609375 -77.434021 94.000000 +v -131.912231 -78.422325 86.739998 +v -131.912231 -78.422325 94.000000 +v -132.068176 -79.444168 94.000000 +v -119.587311 -77.553307 94.000000 +v -120.776215 -75.951836 94.006721 +v -120.158493 -74.820435 94.000000 +v -119.587311 -82.446693 94.000000 +v -119.081406 -80.503746 94.000000 +v -121.521118 -75.296242 94.006721 +v -123.286850 -74.405975 94.006721 +v -120.498596 -73.984192 94.000000 +v -120.100754 -74.361122 94.000000 +v -120.076019 -74.549469 94.000000 +v -118.390625 -77.434021 94.000000 +v -119.251663 -78.503250 94.000000 +v -130.940002 -80.000000 94.000000 +v -132.250092 -80.501060 94.000000 +v -132.403198 -80.388618 94.000000 +v -130.107544 -77.146759 94.006721 +v -129.912094 -74.644066 94.000000 +v -129.749573 -74.120659 94.000000 +v -129.863327 -74.272820 94.000000 +v -128.067444 -75.018158 94.006721 +v -126.232574 -74.280846 94.006721 +v -124.245522 -74.108101 94.000000 +v -120.688019 -73.969635 94.000000 +v -118.139313 -77.045250 94.000000 +v -118.198746 -77.225677 94.000000 +v -121.467880 -84.775742 94.000000 +v -120.152832 -83.276115 94.006721 +v -132.541809 -80.141617 94.000000 +v -132.541809 -79.858383 94.000000 +v -132.403198 -79.611382 94.000000 +v -132.250092 -79.498940 94.000000 +v -129.919662 -74.454247 94.000000 +v -129.551880 -76.324615 94.006721 +v -131.127045 -76.432442 94.000000 +v -126.354027 -72.653839 94.000000 +v -126.191338 -72.751923 94.000000 +v -123.808662 -72.751923 94.000000 +v -123.645973 -72.653839 94.000000 +v -123.459854 -72.615776 94.000000 +v -120.324951 -74.061226 94.000000 +v -120.187042 -74.191879 94.000000 +v -118.143631 -76.855324 94.000000 +v -131.665771 -76.533020 94.000000 +v -129.591522 -74.015289 94.000000 +v -127.026245 -72.868889 94.000000 +v -127.101791 -73.043190 94.000000 +v -126.030914 -72.985352 94.000000 +v -131.801254 -82.774315 94.000000 +v -131.856369 -76.855324 94.000000 +v -131.860687 -77.045250 94.000000 +v -131.801254 -77.225677 94.000000 +v -131.409546 -76.412323 94.000000 +v -129.311981 -73.969635 94.000000 +v -129.128601 -74.019257 94.000000 +v -126.896774 -72.729866 94.000000 +v -126.540146 -72.615776 94.000000 +v -123.103226 -72.729866 94.000000 +v -118.590439 -76.412323 94.000000 +v -118.334213 -76.533020 94.000000 +v -118.211182 -76.677773 94.000000 +v -118.198746 -82.774315 94.000000 +v -118.872955 -83.567558 94.000000 +v -123.969086 -87.014648 94.000000 +v -129.912094 -85.355934 94.000000 +v -128.865265 -84.391785 94.006721 +v -131.860687 -82.954750 94.000000 +v -131.609375 -82.565979 94.000000 +v -122.973755 -72.868889 94.000000 +v -122.898209 -73.043190 94.000000 +v -117.931824 -80.555832 94.000000 +v -117.668549 -79.548622 94.000000 +v -130.107544 -82.853241 94.006721 +v -130.516266 -81.949020 94.006721 +v -131.912231 -81.577675 94.000000 +v -132.068176 -80.555832 94.000000 +v -131.830170 -83.236336 94.000000 +v -131.501434 -83.562271 94.000000 +v -131.733490 -83.399857 94.000000 +v -117.668549 -80.451378 94.000000 +v -117.490067 -80.231461 94.000000 +v -120.087906 -85.355934 94.000000 +v -120.080338 -85.545761 94.000000 +v -125.248299 -85.845192 94.006721 +v -124.256889 -85.803078 94.006721 +v -122.366096 -85.224030 94.006721 +v -127.181381 -85.428581 94.006721 +v -117.536728 -79.685394 94.000000 +v -120.187042 -85.808121 94.000000 +v -120.871399 -85.980743 94.000000 +v -126.896774 -87.270134 94.000000 +v -129.311981 -86.030357 94.000000 +v -118.139313 -82.954750 94.000000 +v -118.143631 -83.144669 94.000000 +v -118.590439 -83.587677 94.000000 +v -118.412323 -83.521637 94.000000 +v -122.973755 -87.131111 94.000000 +v -123.103226 -87.270134 94.000000 +v -123.364662 -87.379082 94.000000 +v -117.442032 -79.952332 94.000000 +v -118.266525 -83.399857 94.000000 +v -120.324951 -85.938774 94.000000 +v -120.498596 -86.015808 94.000000 +v -126.445457 -87.373146 94.000000 +v -126.635338 -87.379082 94.000000 +v -127.026245 -87.131111 94.000000 +v -129.128601 -85.980743 94.000000 +v -120.688019 -86.030357 94.000000 +v -123.554543 -87.373146 94.000000 +v -123.808662 -87.248077 94.000000 +v -126.268494 -87.304070 94.000000 +v -127.101791 -86.956810 94.000000 +v -129.591522 -85.984711 94.000000 +v -129.863327 -85.727180 94.000000 +v -129.919662 -85.545761 94.000000 +v -95.995407 -72.400742 89.329727 +v -95.784149 -73.248520 89.317108 +v -95.072876 -77.910049 89.067673 +v -95.381500 -75.308891 87.343567 +v -95.102905 -77.517235 87.680992 +v -95.798950 -73.122543 88.281067 +v -95.375198 -75.308090 89.149216 +v -95.798950 -73.122536 87.680992 +v -95.830551 -73.034943 87.355309 +v -95.102905 -77.517235 88.281067 +v -98.054459 -66.843750 89.317108 +v -97.237335 -68.631844 88.896599 +v -97.313538 -68.447517 88.498337 +v -98.283005 -66.387360 89.149216 +v -97.333389 -68.400040 87.680992 +v -98.280762 -66.385872 87.343567 +v -99.353409 -64.435524 87.680992 +v -99.410522 -64.361984 87.355309 +v -99.380142 -64.391563 88.498337 +v -99.126633 -64.843575 89.317108 +v -102.238525 -60.457344 88.498337 +v -103.193237 -59.397461 89.149216 +v -103.800903 -58.801178 89.149216 +v -102.272079 -60.418327 87.680992 +v -103.786789 -58.786797 87.500000 +v -105.418335 -57.272079 87.680992 +v -105.495377 -57.219780 87.355309 +v -105.457336 -57.238525 88.498337 +v -104.823364 -57.817741 89.317108 +v -105.848282 -56.911346 89.213837 +v -110.328979 -53.832054 89.149223 +v -111.390045 -53.288879 89.149216 +v -109.319611 -54.424133 88.705231 +v -111.385864 -53.280769 87.343567 +v -113.400040 -52.333397 87.680992 +v -113.489471 -52.307465 87.355309 +v -113.447510 -52.313538 88.498337 +v -112.356033 -52.810326 89.317108 +v -114.099457 -52.068062 89.329727 +v -118.802612 -50.661613 89.317108 +v -120.310165 -50.387932 89.149216 +v -117.990433 -50.830391 88.705231 +v -118.122543 -50.798958 87.680992 +v -120.306976 -50.369339 87.500000 +v -122.517235 -50.102913 87.680992 +v -122.610306 -50.105888 87.355309 +v -122.568520 -50.098694 88.498337 +v -121.039185 -50.276939 89.317108 +v -123.077103 -50.063782 89.213837 +v -127.834557 -50.134216 89.149216 +v -127.347412 -50.091980 88.705231 +v -130.082748 -50.448112 89.317108 +v -129.693024 -50.369339 87.500000 +v -127.482765 -50.102913 87.680992 +v -131.965057 -50.830551 87.355309 +v -131.877457 -50.798958 87.680992 +v -131.927536 -50.810799 88.498337 +v -132.422012 -50.934753 89.213837 +v -136.606018 -52.351326 89.317108 +v -136.599960 -52.333397 88.281067 +v -138.619720 -53.269814 87.500000 +v -136.599960 -52.333397 87.680992 +v -140.638016 -54.410522 87.355309 +v -140.564468 -54.353416 87.680992 +v -140.564468 -54.353416 88.281067 +v -138.663818 -53.308258 89.317108 +v -140.899902 -54.560013 89.067673 +v -147.560104 -60.246765 89.317108 +v -144.542648 -57.238525 88.498337 +v -144.281525 -57.016899 89.067673 +v -146.206375 -58.793251 89.149216 +v -146.204498 -58.795502 87.343567 +v -144.581665 -57.272079 87.680992 +v -147.727921 -60.418327 87.680992 +v -147.780212 -60.495377 87.355309 +v -147.727921 -60.418335 88.281067 +v -150.619843 -64.391563 88.498337 +v -151.714798 -66.387810 89.149216 +v -150.646576 -64.435524 87.680992 +v -151.719223 -66.385872 87.343567 +v -152.666595 -68.400040 87.680992 +v -152.692535 -68.489471 87.355309 +v -152.686462 -68.447517 88.498337 +v -152.424088 -67.872833 89.317108 +v -154.189194 -73.072464 88.498337 +v -154.450409 -74.358917 89.317108 +v -154.609894 -75.310135 89.149216 +v -154.201035 -73.122536 87.680992 +v -154.618500 -75.308891 87.343567 +v -154.897095 -77.517235 87.680992 +v -154.894119 -77.610306 87.355309 +v -154.901306 -77.568520 88.498337 +v -154.792694 -76.602379 89.317108 +v -154.933304 -78.264412 89.329727 +v -154.792694 -83.397621 89.317108 +v -154.609894 -84.689865 89.149216 +v -154.908020 -82.347412 88.705231 +v -154.897095 -82.482765 87.680992 +v -154.630646 -84.693031 87.500000 +v -154.201035 -86.877457 87.680992 +v -154.169449 -86.965057 87.355309 +v -154.189194 -86.927536 88.498337 +v -154.450409 -85.641083 89.317108 +v -154.065247 -87.422012 89.213837 +v -152.424088 -92.127167 89.317108 +v -151.714798 -93.612198 89.149216 +v -152.718826 -91.474609 88.705231 +v -152.666595 -91.599960 87.680992 +v -151.730194 -93.619720 87.500000 +v -150.646576 -95.564468 87.680992 +v -150.589478 -95.638016 87.355309 +v -150.619843 -95.608437 88.498337 +v -151.428375 -94.166489 89.317108 +v -150.349152 -96.040405 89.213837 +v -147.570786 -99.762589 89.149223 +v -146.001587 -101.402855 89.317108 +v -147.727921 -99.581665 88.281067 +v -146.213196 -101.213203 87.500000 +v -147.727921 -99.581665 87.680992 +v -144.504623 -102.780220 87.355309 +v -144.581665 -102.727921 87.680992 +v -144.581665 -102.727921 88.281067 +v -144.281525 -102.983101 89.067673 +v -136.606018 -107.648674 89.317108 +v -140.643341 -105.581917 89.317108 +v -140.680389 -105.575867 88.705231 +v -140.564468 -105.646584 87.680992 +v -138.614136 -106.719223 87.343567 +v -136.599960 -107.666603 88.281067 +v -138.618835 -106.728294 89.149216 +v -136.599960 -107.666603 87.680992 +v -136.510529 -107.692535 87.355309 +v -131.927536 -109.189194 88.498337 +v -129.691406 -109.618347 89.149216 +v -131.877457 -109.201035 87.680992 +v -129.693024 -109.630653 87.500000 +v -127.482765 -109.897087 87.680992 +v -127.389694 -109.894119 87.355309 +v -127.431480 -109.901306 88.498337 +v -127.833214 -109.851662 89.317108 +v -122.568520 -109.901306 88.498337 +v -121.037323 -109.737137 89.149216 +v -120.310165 -109.612068 89.149216 +v -122.517235 -109.897087 87.680992 +v -120.306976 -109.630653 87.500000 +v -118.122543 -109.201035 87.680992 +v -118.034943 -109.169449 87.355309 +v -118.072464 -109.189194 88.498337 +v -118.802612 -109.338387 89.317108 +v -117.577988 -109.065247 89.213837 +v -112.350037 -107.202545 89.149223 +v -111.390045 -106.711121 89.149216 +v -113.525391 -107.718826 88.705231 +v -113.400040 -107.666603 87.680992 +v -111.385864 -106.719223 87.343567 +v -109.435532 -105.646584 87.680992 +v -109.361984 -105.589478 87.355309 +v -109.391556 -105.619850 88.498337 +v -110.335922 -106.155563 89.317108 +v -108.809769 -105.236702 89.329727 +v -104.823364 -102.182251 89.317108 +v -103.800903 -101.198822 89.149216 +v -105.521408 -102.816330 88.705231 +v -105.418335 -102.727921 87.680992 +v -103.786789 -101.213203 87.500000 +v -102.272079 -99.581665 87.680992 +v -102.219772 -99.504623 87.355309 +v -102.238525 -99.542648 88.498337 +v -103.203552 -100.592789 89.317108 +v -101.911346 -99.151726 89.213837 +v -99.114380 -95.163597 89.149216 +v -98.283005 -93.612640 89.149216 +v -99.424133 -95.680405 88.705231 +v -99.353409 -95.564468 87.680992 +v -98.280762 -93.614128 87.343567 +v -97.333389 -91.599960 87.680992 +v -97.307465 -91.510529 87.355309 +v -97.313538 -91.552483 88.498337 +v -140.648438 -63.143951 86.500000 +v -139.964218 -62.533684 86.500000 +v -102.578003 -74.876068 86.500000 +v -102.391617 -75.773766 86.500000 +v -131.773529 -101.979973 86.500000 +v -132.644165 -101.692551 86.500000 +v -145.079315 -68.783020 93.500000 +v -144.801376 -68.299347 90.000000 +v -143.772522 -66.711205 90.000000 +v -145.631775 -69.834869 89.000000 +v -146.429291 -71.698486 93.500000 +v -145.548172 -69.666901 89.465477 +v -145.366455 -69.313431 89.760506 +v -145.958252 -70.526268 93.500000 +v -147.805313 -82.823822 93.500000 +v -147.669159 -83.887016 93.500000 +v -147.421982 -85.123932 89.000000 +v -147.825668 -82.826431 86.500000 +v -147.421982 -85.123924 86.500000 +v -147.242462 -85.854286 89.871269 +v -147.257858 -85.795502 93.500000 +v -146.697784 -87.666313 93.656433 +v -146.446869 -88.308563 90.000000 +v -147.328949 -85.515221 89.683372 +v -144.119141 -92.785080 89.000000 +v -143.759872 -93.279434 93.500000 +v -144.177139 -92.697929 89.352852 +v -144.365479 -92.408798 89.686447 +v -144.055725 -92.879425 93.500000 +v -145.958252 -89.473732 93.500000 +v -145.263275 -90.881149 90.000000 +v -145.079315 -91.216980 93.500000 +v -129.848221 -102.495804 93.656433 +v -129.920471 -102.467514 90.000000 +v -130.671066 -102.289886 89.976044 +v -131.738525 -102.003609 93.656433 +v -132.637268 -101.673019 93.500000 +v -131.638550 -102.021118 89.423409 +v -131.773544 -101.979973 89.000000 +v -127.922974 -102.825928 93.656433 +v -127.122177 -102.901886 90.000000 +v -124.023331 -102.991577 93.656433 +v -125.232376 -102.998825 90.000000 +v -125.976669 -102.991577 93.656433 +v -127.120468 -102.881882 93.500000 +v -123.487366 -102.950211 89.000000 +v -121.475006 -102.710220 93.500000 +v -123.919189 -102.974594 89.675400 +v -122.077026 -102.825928 93.656433 +v -109.804474 -97.265465 93.500000 +v -109.343933 -96.848961 89.117355 +v -111.139404 -98.354401 86.500000 +v -109.351547 -96.856049 86.500000 +v -107.105179 -94.449059 93.500000 +v -107.081146 -94.419250 90.000000 +v -108.395004 -95.914597 93.500000 +v -108.618652 -96.144699 89.952637 +v -109.059204 -96.579834 89.683372 +v -104.105301 -89.613091 86.500000 +v -104.368225 -90.165123 86.500000 +v -104.368225 -90.165123 89.000000 +v -104.041748 -89.473732 93.500000 +v -104.445358 -90.320221 89.448402 +v -104.679794 -90.774467 89.808174 +v -105.934067 -92.886314 93.656433 +v -104.920670 -91.216980 93.500000 +v -105.445007 -92.107941 90.000000 +v -103.313812 -72.337784 93.500000 +v -103.082336 -73.027489 90.000000 +v -102.742142 -74.204506 93.500000 +v -102.826645 -73.890884 89.945610 +v -102.712967 -74.317719 89.790253 +v -102.633957 -74.637192 89.548706 +v -102.578018 -74.876076 89.000000 +v -104.041748 -70.526268 93.500000 +v -104.105301 -70.386909 90.000000 +v -104.966248 -68.701828 90.000000 +v -104.920670 -68.783020 93.500000 +v -107.081146 -65.580750 86.500000 +v -105.880859 -67.214912 86.500000 +v -105.880859 -67.214920 89.000000 +v -107.105179 -65.550934 93.500000 +v -105.777191 -67.371315 89.465477 +v -105.944275 -67.120575 93.500000 +v -118.236404 -58.016968 89.117355 +v -116.040695 -58.831963 93.500000 +v -116.424301 -58.658554 93.500000 +v -118.265076 -58.008163 93.500000 +v -116.034927 -58.819176 86.500000 +v -118.226456 -58.020027 86.500000 +v -119.208954 -57.740982 89.952637 +v -122.078590 -57.186287 93.500000 +v -121.472000 -57.272194 90.000000 +v -120.154373 -57.516228 93.500000 +v -118.611847 -57.904945 89.683372 +v -124.023849 -57.020721 93.500000 +v -127.122177 -57.098114 86.500000 +v -126.512634 -57.049797 86.500000 +v -126.512634 -57.049797 89.000000 +v -127.921410 -57.186287 93.500000 +v -126.408157 -57.043152 89.352852 +v -126.063591 -57.024605 89.686447 +v -125.592232 -57.007965 89.888107 +v -125.976151 -57.020721 93.500000 +v -124.291718 -57.010910 90.000000 +v -141.997208 -64.505005 90.000000 +v -141.613876 -64.076881 93.656433 +v -141.377335 -63.851868 89.945610 +v -140.195526 -62.734543 93.500000 +v -139.957336 -62.542229 93.500000 +v -140.751587 -63.240295 89.423409 +v -140.648438 -63.143959 89.000000 +v -142.894821 -65.550934 93.500000 +v -144.055725 -67.120575 93.500000 +v -148.000000 -80.000000 86.500000 +v -147.825668 -77.173569 86.500000 +v -147.917145 -78.049461 93.500000 +v -147.305328 -74.389984 86.500000 +v -145.631775 -69.834869 86.500000 +v -146.446869 -71.691437 86.500000 +v -146.629669 -72.266083 86.500000 +v -146.686188 -72.337784 93.500000 +v -147.257858 -74.204506 93.500000 +v -147.669159 -76.112976 93.500000 +v -138.676559 -61.508072 93.500000 +v -137.704391 -60.827148 86.500000 +v -135.251984 -59.411247 86.500000 +v -137.059067 -60.414825 93.500000 +v -132.644165 -58.307442 86.500000 +v -133.575699 -58.658554 93.500000 +v -134.566757 -59.121216 86.500000 +v -135.354691 -59.462708 93.500000 +v -129.845612 -57.516228 93.500000 +v -129.925049 -57.533798 86.500000 +v -131.734924 -58.008163 93.500000 +v -132.637268 -58.326981 93.500000 +v -114.645309 -59.462708 93.500000 +v -115.433243 -59.118774 86.500000 +v -113.508987 -60.097496 93.500000 +v -113.500000 -60.081421 86.500000 +v -112.940933 -60.414825 93.500000 +v -111.139404 -61.645607 86.500000 +v -108.988922 -63.488029 86.500000 +v -109.804489 -62.734543 93.500000 +v -111.323441 -61.508072 93.500000 +v -108.395004 -64.085403 93.500000 +v -109.002991 -63.502708 93.500000 +v -102.330826 -76.112976 93.500000 +v -102.043625 -78.584099 86.500000 +v -102.082855 -78.049461 93.500000 +v -102.000000 -80.000000 93.500000 +v -102.043625 -81.415901 86.500000 +v -102.082855 -81.950531 93.500000 +v -102.391617 -84.226242 86.500000 +v -103.302200 -87.666313 93.656433 +v -103.100861 -86.966835 93.500000 +v -103.082336 -86.972511 86.500000 +v -102.742142 -85.795494 93.500000 +v -102.330826 -83.887016 93.500000 +v -111.323441 -98.491936 93.500000 +v -113.500000 -99.918587 86.500000 +v -118.265076 -101.991837 93.500000 +v -118.705750 -102.121994 86.500000 +v -116.424301 -101.341446 93.500000 +v -116.034927 -101.180832 86.500000 +v -115.433243 -100.881226 86.500000 +v -114.645309 -100.537292 93.500000 +v -112.940933 -99.585175 93.500000 +v -120.154373 -102.483772 93.500000 +v -120.272385 -102.465088 86.500000 +v -121.472000 -102.727806 86.500000 +v -133.575699 -101.341446 93.500000 +v -134.566757 -100.878784 86.500000 +v -135.251984 -100.588760 86.500000 +v -135.354691 -100.537292 93.500000 +v -137.704391 -99.172852 86.500000 +v -137.065521 -99.595657 93.656433 +v -139.964218 -97.466309 86.500000 +v -138.676559 -98.491936 93.500000 +v -141.401581 -96.072556 86.500000 +v -140.195526 -97.265465 93.500000 +v -144.119141 -92.785080 86.500000 +v -143.772522 -93.288803 86.500000 +v -142.402420 -94.991447 86.500000 +v -142.894821 -94.449059 93.500000 +v -141.997208 -95.494995 86.500000 +v -141.984283 -95.483627 93.500000 +v -141.604996 -95.914597 93.500000 +v -147.917145 -81.950531 93.500000 +v -148.000000 -80.000000 93.500000 +v -136.333511 -76.056442 86.500000 +v -136.827393 -77.971985 86.500000 +v -134.081970 -87.843323 86.500000 +v -132.928101 -89.008072 86.500000 +v -122.748466 -91.786880 86.500000 +v -121.486130 -91.473999 86.500000 +v -113.666489 -83.943558 86.500000 +v -113.387207 -83.023735 86.500000 +v -116.336533 -71.696732 86.500000 +v -127.251534 -68.213120 89.000000 +v -127.528152 -68.269341 92.263931 +v -125.509293 -68.010811 90.000000 +v -126.522697 -68.109009 92.417870 +v -126.431503 -68.086121 89.947769 +v -126.995888 -68.167145 89.629448 +v -127.251534 -68.213120 86.500000 +v -127.528152 -68.269341 86.500000 +v -123.477295 -68.109009 92.417870 +v -124.491211 -68.022720 92.417870 +v -125.508789 -68.022720 92.417870 +v -121.486130 -68.526001 86.500000 +v -122.329155 -68.300995 86.500000 +v -122.329155 -68.300995 89.000000 +v -122.442780 -68.275635 89.427757 +v -121.486130 -68.526001 92.263931 +v -122.747696 -68.213257 89.767136 +v -122.962433 -68.174492 89.888588 +v -122.474365 -68.280991 92.417870 +v -123.471954 -68.097687 90.000000 +v -115.672852 -72.468849 92.417870 +v -115.437714 -72.749992 89.932724 +v -115.067764 -73.286980 92.417870 +v -116.336533 -71.696724 92.263931 +v -115.663742 -72.461151 89.749847 +v -115.918030 -72.156677 89.000000 +v -114.076111 -75.062096 92.417870 +v -114.065262 -75.057182 90.000000 +v -114.534241 -74.153473 92.417870 +v -113.387207 -76.976257 86.500000 +v -113.532944 -76.463524 86.500000 +v -113.532944 -76.463524 89.000000 +v -113.387207 -76.976257 92.263931 +v -113.567795 -76.352432 89.427757 +v -113.849869 -75.564415 89.983315 +v -113.696701 -76.006294 92.417870 +v -114.076111 -84.937904 92.417870 +v -113.696701 -83.993706 92.417870 +v -113.896759 -84.551163 89.889030 +v -113.398743 -83.020737 92.417870 +v -113.783081 -84.263870 89.705559 +v -113.666489 -83.943558 89.000000 +v -116.336533 -88.303268 86.500000 +v -116.203796 -88.162521 86.500000 +v -116.203796 -88.162521 89.000000 +v -116.336533 -88.303268 92.263931 +v -116.125015 -88.076797 89.427757 +v -115.918533 -87.843918 89.767136 +v -115.672852 -87.531151 92.417870 +v -115.672974 -87.549797 89.948105 +v -115.057877 -86.719696 90.000000 +v -115.067764 -86.713020 92.417870 +v -114.534241 -85.846527 92.417870 +v -114.127808 -85.078911 90.000000 +v -121.486130 -91.473999 92.263931 +v -122.474365 -91.719009 92.417870 +v -123.477295 -91.890984 92.417870 +v -122.748466 -91.786880 89.000000 +v -123.228310 -91.868347 89.807594 +v -127.337425 -91.770149 89.698738 +v -127.528160 -91.730659 92.263931 +v -126.962700 -91.838409 89.922195 +v -126.705292 -91.878082 89.986420 +v -126.522697 -91.890984 92.417870 +v -125.508789 -91.977280 92.417870 +v -125.509293 -91.989182 90.000000 +v -124.491211 -91.977280 92.417870 +v -129.474274 -91.134674 86.500000 +v -127.670845 -91.698997 86.500000 +v -127.661385 -91.701157 89.125977 +v -129.474274 -91.134674 92.263931 +v -127.540581 -91.727951 89.453400 +v -128.510376 -91.462601 92.417870 +v -132.928101 -89.008064 92.263931 +v -133.654877 -88.295021 92.417870 +v -134.086624 -87.837944 89.110924 +v -134.932251 -86.713020 92.417870 +v -134.834564 -86.876144 90.000000 +v -134.327148 -87.531151 92.417870 +v -134.434784 -87.415184 89.847778 +v -134.282562 -87.604881 89.680054 +v -136.303284 -83.993706 92.417870 +v -136.073593 -84.623375 90.000000 +v -135.923889 -84.937904 92.417870 +v -135.465759 -85.846527 92.417870 +v -135.476166 -85.852341 90.000000 +v -136.467056 -83.536476 89.000000 +v -136.827393 -82.028015 92.263931 +v -136.827393 -82.028008 86.500000 +v -136.467056 -83.536476 86.500000 +v -136.438248 -83.628555 89.390869 +v -136.357941 -83.872574 89.709213 +v -136.601257 -83.020737 92.417870 +v -136.314529 -76.002319 92.263931 +v -136.322723 -76.025574 89.236397 +v -136.601257 -76.979271 92.417870 +v -136.827393 -77.971985 92.263931 +v -135.476166 -74.147659 90.000000 +v -135.923889 -75.062096 92.417870 +v -135.872192 -74.921089 90.000000 +v -134.327148 -72.468849 92.417870 +v -134.540756 -72.721672 90.000000 +v -134.932251 -73.286980 92.417870 +v -135.465759 -74.153473 92.417870 +v -132.928101 -70.991936 86.500000 +v -133.796204 -71.837479 86.500000 +v -133.796204 -71.837479 89.000000 +v -133.835632 -71.880165 89.305519 +v -132.928101 -70.991936 92.263931 +v -133.956345 -72.013519 89.596870 +v -134.122757 -72.204361 89.807533 +v -133.654877 -71.704979 92.417870 +v -134.336426 -72.461365 89.955307 +v -136.956772 -81.017670 92.263931 +v -137.000000 -80.000000 86.500000 +v -132.135590 -89.647964 92.263931 +v -131.291687 -90.218346 86.500000 +v -131.285431 -90.208199 92.417870 +v -130.402435 -90.715111 92.263931 +v -120.525726 -91.134674 92.263931 +v -119.597549 -90.715111 86.500000 +v -119.602921 -90.704468 92.417870 +v -118.708313 -90.218346 92.263931 +v -117.864395 -89.647964 86.500000 +v -117.871490 -89.638382 92.417870 +v -117.071899 -89.008072 92.263931 +v -113.172607 -82.028008 92.263931 +v -113.043228 -81.017670 86.500000 +v -113.055099 -81.016663 92.417870 +v -113.000000 -80.000000 92.263931 +v -113.043228 -78.982330 86.500000 +v -113.055099 -78.983337 92.417870 +v -113.172607 -77.971985 92.263931 +v -117.071899 -70.991936 92.263931 +v -117.864395 -70.352036 86.500000 +v -117.871490 -70.361618 92.417870 +v -118.708313 -69.781647 92.263931 +v -119.597549 -69.284882 86.500000 +v -119.602921 -69.295532 92.417870 +v -120.525726 -68.865326 92.263931 +v -128.513870 -68.526001 92.263931 +v -129.474274 -68.865326 86.500000 +v -129.469833 -68.876389 92.417870 +v -130.402435 -69.284882 92.263931 +v -131.291687 -69.781647 86.500000 +v -131.285431 -69.791801 92.417870 +v -132.135590 -70.352036 92.263931 +v -136.956772 -78.982330 92.263931 +v -136.988083 -80.000000 92.417870 +v -95.784149 -86.751480 89.317108 +v -95.798950 -86.877457 88.281067 +v -95.381500 -84.691109 87.343567 +v -95.798950 -86.877457 87.680992 +v -95.102905 -82.482765 87.680992 +v -95.105881 -82.389694 87.355309 +v -95.102905 -82.482765 88.281067 +v -95.375198 -84.691910 89.149216 +v -107.785995 -96.498291 94.487686 +v -104.598709 -95.330566 94.500000 +v -106.327133 -95.077278 94.500000 +v -105.245361 -93.351791 94.487686 +v -104.184235 -91.628387 94.487686 +v -101.522690 -90.002747 94.500000 +v -103.273056 -89.821198 94.487686 +v -101.774399 -86.047470 94.500000 +v -100.222168 -86.107185 94.500000 +v -101.499390 -84.029579 94.487686 +v -99.480621 -80.000000 94.500000 +v -101.242325 -82.022079 94.487686 +v -101.156433 -80.000000 94.487686 +v -101.345215 -75.943977 94.500000 +v -100.222168 -73.892815 94.500000 +v -101.925797 -73.991943 94.487686 +v -102.518433 -72.056755 94.487686 +v -101.522690 -69.997253 94.500000 +v -103.130508 -70.114372 94.500000 +v -103.431274 -66.360764 94.500000 +v -105.115768 -66.560608 94.500000 +v -142.326950 -63.393463 94.500000 +v -145.401276 -64.669434 94.500000 +v -143.551147 -65.020996 94.487686 +v -144.754623 -66.648209 94.487686 +v -147.596283 -68.140556 94.500000 +v -145.815765 -68.371613 94.487686 +v -149.206055 -71.918831 94.500000 +v -146.869476 -70.114372 94.500000 +v -148.225586 -73.952530 94.500000 +v -148.654785 -75.943977 94.500000 +v -150.436615 -77.946541 94.500000 +v -148.757660 -77.977921 94.487686 +v -148.843567 -80.000000 94.487686 +v -150.436615 -82.053459 94.500000 +v -148.913544 -82.035339 94.500000 +v -150.188904 -84.093597 94.500000 +v -148.225586 -86.047470 94.500000 +v -146.869476 -89.885628 94.500000 +v -145.952332 -91.704681 94.500000 +v -144.884232 -93.439392 94.500000 +v -145.401276 -95.330566 94.500000 +v -143.551147 -94.979004 94.487686 +v -108.860382 -60.232567 94.500000 +v -107.673050 -63.393463 94.500000 +v -112.240311 -57.899574 94.500000 +v -110.728806 -60.704071 94.500000 +v -114.195099 -58.569778 94.500000 +v -115.950699 -56.138969 94.500000 +v -116.109772 -57.875816 94.487686 +v -118.018066 -57.201569 94.487686 +v -119.895477 -54.996353 94.500000 +v -119.976654 -56.691589 94.487686 +v -121.971451 -56.349548 94.487686 +v -123.988052 -56.177917 94.487686 +v -128.048431 -56.194389 94.500000 +v -130.134293 -54.850571 94.488869 +v -134.049286 -56.138969 94.500000 +v -132.027740 -57.051994 94.500000 +v -135.804886 -58.569778 94.500000 +v -137.759689 -57.899574 94.500000 +v -137.501358 -59.696503 94.487686 +v -139.178177 -60.829842 94.487686 +v -140.752838 -62.101295 94.487686 +v -142.677887 -61.595367 94.500000 +v -141.139618 -99.767441 94.500000 +v -142.326950 -96.606537 94.500000 +v -139.271194 -99.295929 94.500000 +v -137.501358 -100.303497 94.487686 +v -135.734467 -101.290535 94.487686 +v -134.049286 -103.861031 94.500000 +v -133.890228 -102.124184 94.487686 +v -131.981934 -102.798424 94.487686 +v -130.023346 -103.308403 94.487686 +v -128.076019 -105.333313 94.500000 +v -128.028564 -103.650444 94.487686 +v -123.972443 -105.498680 94.500000 +v -126.018585 -103.978378 94.500000 +v -121.951569 -103.805611 94.500000 +v -117.900070 -104.511826 94.500000 +v -119.943695 -103.461327 94.500000 +v -116.051437 -102.269333 94.500000 +v -114.195099 -101.430222 94.500000 +v -112.165924 -102.229279 94.488869 +v -112.498642 -100.303497 94.487686 +v -110.821823 -99.170158 94.487686 +v -108.860382 -99.767441 94.500000 +v -109.247162 -97.898705 94.487686 +v -123.031448 -102.465088 86.500000 +v -115.433243 -102.465088 86.500000 +v -123.897675 -108.981010 86.500008 +v -123.899994 -111.521156 86.507393 +v -144.367233 -55.214722 86.500000 +v -126.099998 -48.478844 86.507393 +v -125.000000 -48.564514 86.500000 +v -115.433243 -57.534912 86.500000 +v -98.921600 -97.587395 86.500000 +v -109.335770 -95.499496 86.500000 +v -104.493896 -100.506096 86.500000 +v -109.549438 -94.159790 86.500000 +v -109.986404 -92.875450 86.500000 +v -104.765076 -88.848763 86.500000 +v -110.634094 -91.683411 86.500000 +v -111.473892 -90.617950 86.500000 +v -112.481644 -89.709702 86.500000 +v -113.628372 -88.984802 86.500000 +v -115.433243 -87.733910 86.500000 +v -114.881104 -88.464081 86.500000 +v -94.763153 -88.667938 86.500000 +v -99.160812 -93.165726 86.500000 +v -115.918030 -72.156677 86.500000 +v -96.019424 -78.898201 86.500008 +v -112.298279 -83.808212 86.500000 +v -110.927109 -83.909142 86.500000 +v -96.357040 -84.536598 86.500000 +v -93.564514 -78.899994 86.500000 +v -109.593475 -84.243362 86.500000 +v -108.336746 -84.800995 86.500000 +v -107.194077 -85.565575 86.500000 +v -105.011978 -73.699318 86.500000 +v -106.342728 -73.435570 86.500000 +v -107.698914 -73.400467 86.500000 +v -109.041534 -73.595016 86.500000 +v -110.331970 -74.013641 86.500000 +v -111.533112 -74.644279 86.500000 +v -112.610428 -75.468811 86.500000 +v -97.096146 -72.093163 86.500008 +v -103.744934 -74.184135 86.500000 +v -114.578140 -69.767097 86.500000 +v -113.621872 -68.779236 86.500000 +v -112.510590 -67.969704 86.500000 +v -111.277115 -67.362404 86.500000 +v -109.957855 -66.975273 86.500000 +v -108.591797 -66.819756 86.500000 +v -107.073257 -57.201782 86.500008 +v -95.442993 -69.239738 86.500000 +v -102.201813 -62.073853 86.500008 +v -100.214722 -60.632767 86.500000 +v -99.160812 -66.834274 86.500000 +v -107.219284 -66.900421 86.500000 +v -107.412598 -53.921593 86.500000 +v -111.834274 -54.160812 86.500000 +v -116.332062 -49.763153 86.500000 +v -125.000000 -57.534912 86.500000 +v -126.968552 -57.534912 86.500000 +v -133.667938 -49.763153 86.500000 +v -134.566757 -57.534912 86.500000 +v -135.786743 -50.361511 86.507393 +v -138.165726 -54.160812 86.500000 +v -145.234924 -71.151237 86.500000 +v -151.078400 -62.412605 86.500000 +v -149.094055 -63.857193 86.500008 +v -145.506104 -59.493896 86.500000 +v -152.220520 -69.993340 86.500008 +v -155.236847 -71.332062 86.500000 +v -152.217743 -72.266083 86.500000 +v -152.902985 -72.092606 86.500008 +v -152.217743 -87.733917 86.500000 +v -156.435486 -81.099998 86.500000 +v -153.642960 -75.463402 86.500000 +v -142.780716 -93.099571 86.500000 +v -154.638489 -90.786736 86.507393 +v -152.220337 -90.006195 86.500000 +v -149.094788 -96.142609 86.500008 +v -147.798187 -97.926147 86.500008 +v -149.785278 -99.367233 86.500000 +v -142.637756 -106.147713 86.507393 +v -138.165726 -105.839188 86.500000 +v -134.566757 -102.465088 86.500000 +v -134.566757 -109.944794 86.500000 +v -123.487366 -102.950211 86.500000 +v -133.667938 -110.236839 86.500000 +v -116.332062 -110.236839 86.500000 +v -120.463394 -108.642960 86.500000 +v -114.213257 -109.638481 86.507393 +v -105.632767 -104.785278 86.500000 +v -111.834274 -105.839188 86.500000 +v -106.199173 -86.514519 86.500000 +v -105.381470 -87.619797 86.500000 +v -115.351135 -70.904106 86.500000 +v -123.200066 -72.266090 86.500000 +v -120.462540 -59.539528 86.500000 +v -121.356339 -60.560120 86.500000 +v -119.409149 -58.684631 86.500000 +v -122.904747 -65.659477 86.500000 +v -122.729340 -67.004730 86.500000 +v -122.064819 -61.717056 86.500000 +v -122.567642 -62.977081 86.500000 +v -122.850327 -64.303932 86.500000 +v -125.000000 -96.072556 86.500000 +v -120.826157 -96.831291 86.500000 +v -122.545792 -101.948334 86.500000 +v -121.789673 -100.800049 86.500000 +v -120.916962 -98.203171 86.500000 +v -121.241333 -99.539246 86.500000 +v -123.070709 -87.532928 86.500000 +v -121.947159 -92.904114 86.500000 +v -121.348984 -94.142044 86.500000 +v -120.971603 -95.464127 86.500000 +v -130.590851 -101.315361 86.500000 +v -129.537460 -100.460464 86.500000 +v -128.643677 -99.439880 86.500000 +v -127.935173 -98.282944 86.500000 +v -127.432358 -97.022926 86.500000 +v -127.149673 -95.696068 86.500000 +v -135.421860 -90.232903 86.500000 +v -136.378113 -91.220764 86.500000 +v -137.489410 -92.030296 86.500000 +v -138.722900 -92.637596 86.500000 +v -140.042145 -93.024727 86.500000 +v -141.408203 -93.180252 86.500000 +v -125.000000 -87.733910 86.500000 +v -134.648865 -89.095894 86.500000 +v -127.095253 -94.340523 86.500000 +v -127.270660 -92.995270 86.500000 +v -146.255066 -85.815865 86.500000 +v -144.988007 -86.300682 86.500000 +v -143.657257 -86.564430 86.500000 +v -142.402420 -87.733910 86.500000 +v -142.301086 -86.599533 86.500000 +v -143.800812 -73.485481 86.500000 +v -144.618530 -72.380203 86.500000 +v -134.566772 -72.266075 86.500000 +v -137.701706 -76.191788 86.500000 +v -141.663239 -75.199005 86.500000 +v -142.805923 -74.434425 86.500000 +v -140.958466 -86.404976 86.500000 +v -134.566772 -87.118973 86.500000 +v -139.668030 -85.986359 86.500000 +v -138.466888 -85.355721 86.500000 +v -139.072876 -76.090851 86.500000 +v -140.406525 -75.756638 86.500000 +v -137.389557 -84.531189 86.500000 +v -139.365906 -68.316589 86.500000 +v -138.526108 -69.382050 86.500000 +v -137.518356 -70.290298 86.500000 +v -136.371628 -71.015198 86.500000 +v -135.118896 -71.535919 86.500000 +v -140.664215 -64.500504 86.500000 +v -140.450562 -65.840202 86.500000 +v -140.013596 -67.124550 86.500000 +v -125.000000 -72.266090 86.500000 +v -129.028412 -64.535881 86.500000 +v -129.173828 -63.168709 86.500000 +v -129.083038 -61.796829 86.500000 +v -128.758667 -60.460754 86.500000 +v -128.052841 -67.095886 86.500000 +v -128.651031 -65.857956 86.500000 +v -128.210327 -59.199951 86.500000 +v -127.454201 -58.051666 86.500000 +v -130.130127 -74.295433 86.500000 +v -125.896530 -72.725037 86.500000 +v -126.261429 -72.432365 86.500000 +v -129.915237 -73.947006 86.500000 +v -131.577942 -76.210175 86.500000 +v -132.054779 -76.679077 86.500000 +v -126.802185 -72.413795 86.500000 +v -128.964233 -73.834473 86.500000 +v -127.231079 -72.743652 86.500000 +v -132.292053 -80.744781 86.500000 +v -132.773376 -79.795319 86.500000 +v -132.064301 -77.220062 86.500000 +v -130.130127 -85.704567 86.500000 +v -129.807495 -86.138931 86.500000 +v -127.231079 -87.256340 86.500000 +v -127.348747 -86.943512 86.500000 +v -129.419983 -73.729111 86.500000 +v -131.577942 -83.789825 86.500000 +v -131.994980 -83.445091 86.500000 +v -130.128815 -85.236801 86.500000 +v -132.466217 -79.349884 86.500000 +v -129.146820 -86.242661 86.500000 +v -128.972366 -85.872681 86.739998 +v -132.097198 -82.913757 86.500000 +v -132.658600 -80.454155 86.500000 +v -131.127045 -83.567558 86.739998 +v -123.738571 -72.432365 86.500000 +v -118.005020 -76.554909 86.500000 +v -118.422058 -76.210175 86.500000 +v -119.921005 -74.167450 86.500000 +v -122.651260 -86.943504 86.500000 +v -121.819641 -86.604103 86.500000 +v -120.192505 -86.138924 86.500000 +v -119.871170 -85.236801 86.500000 +v -120.192505 -73.861076 86.500000 +v -118.422058 -83.789825 86.500000 +v -117.202972 -79.931091 86.500000 +v -117.935715 -82.779930 86.500000 +v -119.871185 -74.763199 86.500000 +v -120.580017 -73.729111 86.500000 +v -117.902786 -77.086243 86.500000 +v -119.921005 -85.832550 86.500000 +v -117.945221 -83.320923 86.500000 +v -122.954636 -72.541359 86.500000 +v -120.717819 -86.268578 86.500000 +v -122.651260 -73.056488 86.500000 +v -117.341400 -79.545845 86.500000 +v -118.106918 -82.492882 86.500000 +v -117.533798 -80.650116 86.500000 +v -122.704796 -87.134354 86.500000 +v -124.103470 -87.274963 86.500000 +v -123.738571 -87.567635 86.500000 +v -126.667816 -87.616875 86.500000 +v -126.261429 -87.567635 86.500000 +v -125.896530 -87.274963 86.500000 +v -122.634270 -67.393936 89.000000 +v -122.912567 -65.356705 89.000000 +v -122.853333 -64.328194 89.000000 +v -122.662415 -63.315826 89.000000 +v -121.900345 -61.406120 89.000000 +v -122.342987 -62.336388 89.000000 +v -120.676666 -59.753731 89.000000 +v -121.341812 -60.540451 89.000000 +v -119.915939 -59.059021 89.000000 +v -126.989204 -57.513725 89.000000 +v -127.712280 -58.397285 89.000000 +v -128.302216 -59.374786 89.000000 +v -128.747009 -60.426300 89.000000 +v -129.037567 -61.530426 89.000000 +v -129.135651 -63.805931 89.000000 +v -129.155701 -62.665199 89.156433 +v -128.941162 -64.930962 89.000000 +v -128.084885 -67.041489 89.000000 +v -128.588516 -66.016853 89.000000 +v -127.440514 -67.983986 89.000000 +v -119.628723 -57.635979 90.000000 +v -126.895180 -58.973778 90.000000 +v -121.397156 -59.060265 90.000000 +v -122.145447 -59.945320 90.000000 +v -122.773788 -60.919205 90.000000 +v -123.271774 -61.965752 90.000000 +v -123.845909 -64.206535 90.000000 +v -123.829941 -66.519653 90.000000 +v -123.631134 -63.067619 90.000000 +v -127.970451 -64.690735 90.000000 +v -127.800560 -60.749161 90.000000 +v -112.899963 -75.745758 89.000000 +v -111.274826 -74.486115 89.000000 +v -110.354492 -74.023163 89.000000 +v -109.382294 -73.682312 89.000000 +v -107.347397 -73.387444 89.000000 +v -108.374359 -73.469231 89.000000 +v -105.304550 -73.620979 89.000000 +v -106.318451 -73.438309 89.000000 +v -104.322540 -73.932434 89.000000 +v -103.388702 -74.367500 89.000000 +v -106.520920 -67.034157 89.000000 +v -107.647644 -66.849731 89.000000 +v -108.789154 -66.827576 89.000000 +v -109.922180 -66.968155 89.000000 +v -111.023666 -67.268578 89.000000 +v -113.043350 -68.321381 89.000000 +v -112.071167 -67.722733 89.000000 +v -113.920410 -69.052330 89.000000 +v -114.684494 -69.900681 89.000000 +v -115.814087 -71.878448 89.000000 +v -115.320038 -70.849152 89.000000 +v -108.517761 -72.479568 90.000000 +v -107.362442 -72.387558 90.000000 +v -112.740646 -74.273132 90.000000 +v -109.728561 -67.949226 90.000000 +v -106.204865 -72.444778 90.000000 +v -105.064240 -72.650284 90.000000 +v -110.745407 -73.102737 90.000000 +v -115.057877 -73.280304 90.000000 +v -112.459579 -69.133301 90.000000 +v -115.265701 -88.351814 89.000000 +v -112.501160 -89.694962 89.000000 +v -113.362244 -89.129410 89.000000 +v -111.719879 -90.366486 89.000000 +v -111.031372 -91.132843 89.000000 +v -110.447052 -91.981323 89.000000 +v -109.976624 -92.897858 89.000000 +v -109.406601 -94.873413 89.000000 +v -109.627884 -93.867249 89.000000 +v -109.316467 -95.899681 89.000000 +v -104.531708 -89.520432 89.000000 +v -105.486923 -87.452797 89.000000 +v -104.935364 -88.452446 89.000000 +v -106.175171 -86.541847 89.000000 +v -107.909760 -85.068451 89.156433 +v -106.994110 -85.747482 89.156433 +v -108.907700 -84.515450 89.000000 +v -109.979248 -84.121361 89.000000 +v -112.235153 -83.807671 89.000000 +v -111.095978 -83.883820 89.000000 +v -113.373566 -83.894463 89.000000 +v -108.317825 -95.833679 90.000000 +v -105.489975 -89.806328 90.000000 +v -108.667084 -93.590019 90.000000 +v -113.910706 -87.753479 90.000000 +v -109.059418 -92.499458 90.000000 +v -109.588654 -91.468353 90.000000 +v -110.246002 -90.513809 90.000000 +v -111.899506 -88.896202 90.000000 +v -110.256561 -85.082138 90.000000 +v -107.637558 -86.496826 90.000000 +v -127.087425 -94.643295 89.000000 +v -127.146660 -95.671799 89.000000 +v -127.657005 -97.663612 89.000000 +v -127.337578 -96.684174 89.000000 +v -128.099670 -98.593880 89.000000 +v -129.323334 -100.246269 89.000000 +v -128.658188 -99.459549 89.000000 +v -130.084061 -100.940979 89.000000 +v -123.010796 -102.486267 89.000000 +v -122.287720 -101.602707 89.000000 +v -121.697769 -100.625214 89.000000 +v -121.252991 -99.573700 89.000000 +v -120.974533 -98.467300 89.156433 +v -121.058823 -95.069038 89.000000 +v -120.864349 -96.194077 89.000000 +v -120.844284 -97.334793 89.156433 +v -121.915115 -92.958519 89.000000 +v -121.411484 -93.983147 89.000000 +v -122.559479 -92.016014 89.000000 +v -123.962364 -91.955055 90.000000 +v -128.602844 -100.939735 90.000000 +v -126.154091 -95.793465 90.000000 +v -126.368866 -96.932373 90.000000 +v -121.859375 -96.293663 90.000000 +v -126.728233 -98.034241 90.000000 +v -127.226212 -99.080795 90.000000 +v -123.104820 -101.026222 90.000000 +v -127.854553 -100.054680 90.000000 +v -126.170059 -93.480347 90.000000 +v -138.725189 -85.513885 89.000000 +v -139.645508 -85.976837 89.000000 +v -141.625641 -86.530769 89.000000 +v -140.617706 -86.317688 89.000000 +v -144.695450 -86.379021 89.000000 +v -143.681564 -86.561691 89.000000 +v -142.652603 -86.612556 89.000000 +v -145.677460 -86.067566 89.000000 +v -146.611298 -85.632500 89.000000 +v -143.479080 -92.965836 89.000000 +v -141.210846 -93.172417 89.000000 +v -140.077820 -93.031853 89.000000 +v -138.976334 -92.731430 89.000000 +v -137.928833 -92.277267 89.000000 +v -136.956650 -91.678619 89.000000 +v -136.079590 -90.947678 89.000000 +v -134.185913 -88.121552 89.000000 +v -134.679962 -89.150848 89.000000 +v -147.122910 -86.291008 89.984436 +v -142.261658 -92.154388 90.000000 +v -144.935760 -87.349716 90.000000 +v -140.348297 -87.280716 90.000000 +v -141.482239 -87.520432 90.000000 +v -138.219208 -86.376434 90.000000 +v -139.254578 -86.897263 90.000000 +v -137.540405 -90.866699 90.000000 +v -143.795135 -87.555222 90.000000 +v -142.637558 -87.612442 90.000000 +v -136.637756 -70.870590 89.000000 +v -137.498840 -70.305038 89.000000 +v -138.968628 -68.867157 89.000000 +v -138.280121 -69.633514 89.000000 +v -139.552948 -68.018677 89.000000 +v -140.372116 -66.132751 89.000000 +v -140.023376 -67.102142 89.000000 +v -140.593384 -65.126587 89.000000 +v -145.468292 -70.479568 89.000000 +v -145.053467 -71.542389 89.156433 +v -144.513077 -72.547203 89.000000 +v -143.013916 -74.261856 89.000000 +v -143.824829 -73.458153 89.000000 +v -141.092300 -75.484543 89.000000 +v -141.653687 -75.181305 89.000000 +v -142.096832 -74.941933 89.000000 +v -140.017334 -75.866806 89.156433 +v -137.764847 -76.192322 89.000000 +v -138.902328 -76.103973 89.156433 +v -136.626434 -76.105545 89.000000 +v -141.332916 -66.409981 90.000000 +v -136.089294 -72.246521 90.000000 +v -138.100494 -71.103798 90.000000 +v -137.769516 -75.192337 90.000000 +v -139.753998 -69.486183 90.000000 +v -142.362442 -73.503174 90.000000 +v -140.411346 -68.531647 90.000000 +v -140.940582 -67.500542 90.000000 +v -141.569183 -100.293564 94.233925 +v -142.413437 -104.159317 89.773918 +v -141.701523 -104.632568 89.773918 +v -139.940247 -101.644676 94.124695 +v -154.759537 -81.126953 89.773918 +v -154.589081 -83.374405 89.773918 +v -151.214966 -82.116287 94.124695 +v -150.859344 -84.202553 94.233925 +v -154.249146 -85.602524 89.773918 +v -150.667465 -85.650116 94.124695 +v -154.065399 -86.397568 89.773918 +v -150.437317 -86.269737 94.233925 +v -153.741653 -87.798553 89.773918 +v -153.208572 -89.504906 89.773918 +v -149.946747 -88.328445 94.124695 +v -153.069550 -89.949913 89.773918 +v -149.195679 -90.308815 94.124695 +v -152.236664 -92.044281 89.773918 +v -148.287720 -92.222336 94.124695 +v -151.247757 -94.069664 89.773918 +v -150.501312 -95.343903 89.773918 +v -147.228699 -94.056580 94.124695 +v -150.108521 -96.014450 89.773918 +v -148.825455 -97.867508 89.773918 +v -146.025543 -95.799667 94.124695 +v -144.686020 -97.440292 94.124695 +v -147.405914 -99.618233 89.773918 +v -146.605286 -100.465652 89.773918 +v -145.858047 -101.256577 89.773918 +v -143.218811 -98.967804 94.124695 +v -144.190704 -102.773163 89.773918 +v -138.150116 -102.776680 94.124695 +v -140.536438 -105.407074 89.773918 +v -137.309448 -103.217896 94.124695 +v -138.943207 -106.300323 89.773918 +v -136.274719 -103.760971 94.124695 +v -138.570435 -106.509315 89.773918 +v -136.526703 -107.459709 89.773918 +v -136.017548 -107.651108 89.773918 +v -134.326202 -104.591156 94.124695 +v -134.416931 -108.252815 89.773918 +v -132.961960 -108.677315 89.773918 +v -132.317184 -105.261856 94.124695 +v -132.253235 -108.884087 89.773918 +v -130.260727 -105.768738 94.124695 +v -130.048004 -109.349922 89.773918 +v -128.170135 -106.108482 94.124695 +v -127.813850 -109.647636 89.773918 +v -126.611099 -109.716003 89.773918 +v -126.059006 -106.278915 94.124695 +v -125.563576 -109.775536 89.773918 +v -123.310081 -109.732880 89.773918 +v -123.940994 -106.278915 94.124695 +v -121.829865 -106.108482 94.124695 +v -121.066254 -109.519928 89.773918 +v -120.185455 -109.368431 89.773918 +v -119.739273 -105.768738 94.124695 +v -118.844971 -109.137878 89.773918 +v -117.682816 -105.261856 94.124695 +v -115.673798 -104.591156 94.124695 +v -113.725281 -103.760971 94.124695 +v -112.442444 -107.003853 89.773918 +v -111.058716 -106.295502 89.773918 +v -111.849869 -102.776680 94.124695 +v -110.436142 -105.976799 89.773918 +v -108.513260 -104.800957 89.773918 +v -110.059769 -101.644676 94.124695 +v -106.684814 -103.483063 89.773918 +v -105.733871 -102.681709 89.773918 +v -108.366531 -100.372299 94.124695 +v -106.781189 -98.967804 94.124695 +v -104.961273 -102.030655 89.773918 +v -105.921066 -98.072327 94.124695 +v -103.352509 -100.452049 89.773918 +v -105.313980 -97.440292 94.124695 +v -99.562668 -73.730255 94.233925 +v -96.574036 -71.119408 89.773918 +v -96.794724 -70.496826 89.773918 +v -100.053253 -71.671555 94.124695 +v -101.867752 -98.756302 89.773918 +v -103.974457 -95.799667 94.124695 +v -100.515472 -96.953125 89.773918 +v -99.303452 -95.052841 89.773918 +v -102.771301 -94.056580 94.124695 +v -101.802292 -92.175095 94.233925 +v -98.238632 -93.066330 89.773918 +v -101.148682 -91.034576 94.124695 +v -97.987198 -92.497772 89.773918 +v -100.897812 -90.268982 94.233925 +v -97.327072 -91.004982 89.773918 +v -96.794724 -89.503174 89.773918 +v -100.053253 -88.328445 94.124695 +v -96.574036 -88.880592 89.773918 +v -95.983826 -86.705338 89.773918 +v -99.463989 -86.294060 94.124695 +v -99.140656 -84.202553 94.233925 +v -95.559799 -84.491676 89.773918 +v -98.873062 -82.841232 94.124695 +v -95.414490 -83.217506 89.773918 +v -98.886353 -82.108109 94.233925 +v -95.304413 -82.252289 89.773918 +v -98.699753 -80.000000 94.124695 +v -95.219131 -80.000000 89.773918 +v -95.304428 -77.747711 89.773918 +v -98.785034 -77.883713 94.124695 +v -95.559799 -75.508324 89.773918 +v -99.040329 -75.781143 94.124695 +v -95.983826 -73.294662 89.773918 +v -97.327072 -68.995026 89.773918 +v -100.804306 -69.691185 94.124695 +v -97.987198 -67.502228 89.773918 +v -101.712280 -67.777664 94.124695 +v -98.238632 -66.933670 89.773918 +v -99.303452 -64.947166 89.773918 +v -102.479202 -66.449333 94.124695 +v -102.857193 -65.997734 94.233925 +v -100.515472 -63.046875 89.773918 +v -101.867737 -61.243698 89.773918 +v -103.974457 -64.200333 94.124695 +v -105.313980 -62.559715 94.124695 +v -103.352509 -59.547943 89.773918 +v -105.921066 -61.927673 94.124695 +v -106.781189 -61.032196 94.124695 +v -104.961273 -57.969353 89.773918 +v -107.983932 -59.966644 94.124695 +v -105.733871 -57.318291 89.773918 +v -108.430817 -59.706429 94.233925 +v -106.684814 -56.516937 89.773918 +v -108.513260 -55.199043 89.773918 +v -110.059753 -58.355324 94.124695 +v -111.849884 -57.223320 94.124695 +v -110.436142 -54.023201 89.773918 +v -111.058716 -53.704498 89.773918 +v -113.725281 -56.239037 94.124695 +v -112.442444 -52.996147 89.773918 +v -113.983292 -52.349350 89.773918 +v -115.673798 -55.408844 94.124695 +v -114.520676 -52.123772 89.773918 +v -116.658936 -51.411072 89.773918 +v -117.682816 -54.738144 94.124695 +v -119.739273 -54.231262 94.124695 +v -118.844971 -50.862122 89.773918 +v -121.066254 -50.480072 89.773918 +v -121.829865 -53.891510 94.124695 +v -123.310081 -50.267120 89.773918 +v -123.940994 -53.721085 94.124695 +v -125.563576 -50.224457 89.773918 +v -126.611099 -50.283997 89.773918 +v -126.059006 -53.721085 94.124695 +v -128.170135 -53.891510 94.124695 +v -127.813850 -50.352356 89.773918 +v -129.251495 -54.067245 94.124695 +v -130.048004 -50.650078 89.773918 +v -130.260727 -54.231262 94.124695 +v -149.195679 -69.691185 94.124695 +v -153.069550 -70.050087 89.773918 +v -149.946747 -71.671555 94.124695 +v -132.253235 -51.115906 89.773918 +v -132.961960 -51.322685 89.773918 +v -132.317184 -54.738144 94.124695 +v -134.416931 -51.747192 89.773918 +v -136.017548 -52.348885 89.773918 +v -134.326202 -55.408844 94.124695 +v -136.526703 -52.540291 89.773918 +v -136.274719 -56.239037 94.124695 +v -138.570435 -53.490685 89.773918 +v -138.150116 -57.223320 94.124695 +v -140.536438 -54.592926 89.773918 +v -142.413437 -55.840691 89.773918 +v -139.940247 -58.355324 94.124695 +v -144.190704 -57.226837 89.773918 +v -141.633469 -59.627693 94.124695 +v -143.218811 -61.032196 94.124695 +v -145.858047 -58.743423 89.773918 +v -146.605286 -59.534340 89.773918 +v -144.686020 -62.559715 94.124695 +v -147.405914 -60.381775 89.773918 +v -146.025543 -64.200333 94.124695 +v -150.108521 -63.985550 89.773918 +v -147.228699 -65.943420 94.124695 +v -148.287720 -67.777664 94.124695 +v -151.247757 -65.930336 89.773918 +v -148.851303 -68.965424 94.124695 +v -152.236664 -67.955719 89.773918 +v -153.741653 -72.201447 89.773918 +v -150.536011 -73.705933 94.124695 +v -154.249146 -74.397476 89.773918 +v -150.959656 -75.781143 94.124695 +v -154.589081 -76.625603 89.773918 +v -151.126938 -77.158768 94.124695 +v -151.214966 -77.883713 94.124695 +v -154.759537 -78.873047 89.773918 +v -154.780869 -80.000000 89.773918 +v -123.858116 -85.298355 96.500000 +v -122.979118 -85.029160 96.500000 +v -122.158257 -84.615288 96.500000 +v -121.419144 -84.068649 96.500000 +v -126.587097 -85.182419 96.500000 +v -125.688438 -85.376099 96.500000 +v -124.719101 -88.759430 96.500000 +v -124.769966 -85.415115 96.500000 +v -122.506424 -88.401703 96.500000 +v -128.912994 -83.750305 96.500000 +v -130.013992 -87.187935 96.500000 +v -128.222916 -84.357666 96.500000 +v -127.440102 -84.839661 96.500000 +v -126.950157 -88.544205 96.500000 +v -117.363815 -84.300613 96.500000 +v -120.783051 -83.404953 96.500000 +v -120.268265 -82.643303 96.500000 +v -119.889618 -81.805618 96.500000 +v -119.657959 -79.084015 96.500000 +v -119.889603 -78.194382 96.500000 +v -118.704437 -73.903084 96.500000 +v -120.268265 -77.356689 96.500000 +v -120.783051 -76.595047 96.500000 +v -116.522690 -82.223007 96.500000 +v -119.657959 -80.915985 96.500000 +v -119.580002 -80.000000 96.500000 +v -116.308014 -78.879295 96.500000 +v -130.245117 -81.365723 96.500000 +v -129.938858 -82.232506 96.500000 +v -129.490524 -83.035065 96.500000 +v -128.222916 -75.642334 96.500000 +v -131.673264 -74.318970 96.500000 +v -128.912994 -76.249695 96.500000 +v -129.490524 -76.964935 96.500000 +v -129.938858 -77.767494 96.500000 +v -133.745926 -79.438492 96.500000 +v -130.245117 -78.634277 96.500000 +v -130.400482 -79.540352 96.500000 +v -130.400482 -80.459648 96.500000 +v -132.344940 -84.781029 96.500000 +v -125.688438 -74.623901 96.500000 +v -126.587097 -74.817581 96.500000 +v -129.053650 -72.229904 96.500000 +v -127.440102 -75.160339 96.500000 +v -121.419144 -75.931358 96.500000 +v -122.158257 -75.384712 96.500000 +v -121.452515 -71.986145 96.500000 +v -122.979118 -74.970840 96.500000 +v -123.858116 -74.701653 96.500000 +v -126.950157 -71.455795 96.500000 +v -124.769966 -74.584885 96.500000 +v -132.858337 -88.928818 92.711143 +v -133.587250 -88.230217 92.711143 +v -133.035370 -86.840614 95.394424 +v -134.254288 -87.472321 92.711143 +v -134.854645 -86.660576 92.711143 +v -133.844162 -85.756912 95.394424 +v -135.384003 -85.800850 92.711143 +v -134.507736 -84.578682 95.394424 +v -135.838547 -84.899330 92.711143 +v -136.214981 -83.962509 92.711143 +v -127.505913 -91.627457 92.711143 +v -128.482971 -91.373055 92.711143 +v -128.644562 -89.903458 95.394424 +v -129.434906 -91.036713 92.711143 +v -130.354919 -90.620842 92.711143 +v -129.881073 -89.356094 95.394424 +v -131.236328 -90.128448 92.711143 +v -131.037415 -88.655106 95.394424 +v -132.072815 -89.563087 92.711143 +v -132.094650 -87.811996 95.394424 +v -121.517044 -91.373055 92.711143 +v -122.494095 -91.627457 92.711143 +v -123.315781 -90.417519 95.394424 +v -123.489197 -91.798088 92.711143 +v -124.495186 -91.883713 92.711143 +v -124.661766 -90.547363 95.394424 +v -125.504814 -91.883713 92.711143 +v -126.013306 -90.504021 95.394424 +v -126.510803 -91.798088 92.711143 +v -127.348213 -90.288208 95.394424 +v -116.412735 -88.230217 92.711143 +v -117.141647 -88.928818 92.711143 +v -118.420441 -88.250504 95.394424 +v -117.927185 -89.563087 92.711143 +v -118.763672 -90.128448 92.711143 +v -119.529510 -89.024139 95.394424 +v -119.645081 -90.620842 92.711143 +v -120.728409 -89.649597 95.394424 +v -120.565094 -91.036713 92.711143 +v -121.997437 -90.116615 95.394424 +v -113.489365 -82.997131 92.711143 +v -113.785004 -83.962509 92.711143 +v -115.218445 -83.960114 95.394424 +v -114.161453 -84.899330 92.711143 +v -114.615997 -85.800850 92.711143 +v -115.805161 -85.178436 95.394424 +v -115.145355 -86.660576 92.711143 +v -116.542847 -86.311729 95.394424 +v -115.745712 -87.472321 92.711143 +v -117.419418 -87.341385 95.394424 +v -114.161453 -75.100670 92.711143 +v -113.785004 -76.037498 92.711143 +v -114.792343 -77.323235 95.394424 +v -113.489365 -77.002869 92.711143 +v -113.276657 -77.989838 92.711143 +v -114.533859 -78.650543 95.394424 +v -113.148422 -78.991280 92.711143 +v -113.105576 -80.000000 92.711143 +v -114.447220 -80.000000 95.394424 +v -113.148422 -81.008720 92.711143 +v -114.533859 -81.349457 95.394424 +v -113.276657 -82.010170 92.711143 +v -114.792343 -82.676758 95.394424 +v -117.927170 -70.436913 92.711143 +v -117.141647 -71.071182 92.711143 +v -117.419418 -72.658615 95.394424 +v -116.412750 -71.769783 92.711143 +v -115.745712 -72.527679 92.711143 +v -116.542847 -73.688263 95.394424 +v -115.145355 -73.339417 92.711143 +v -114.615997 -74.199150 92.711143 +v -115.805161 -74.821564 95.394424 +v -115.218445 -76.039886 95.394424 +v -123.489197 -68.201912 92.711143 +v -122.494095 -68.372543 92.711143 +v -121.997437 -69.883385 95.394424 +v -121.517044 -68.626945 92.711143 +v -120.565094 -68.963287 92.711143 +v -120.728409 -70.350403 95.394424 +v -119.645081 -69.379158 92.711143 +v -118.763672 -69.871544 92.711143 +v -119.529510 -70.975861 95.394424 +v -118.420441 -71.749496 95.394424 +v -129.434906 -68.963287 92.711143 +v -128.482971 -68.626945 92.711143 +v -127.348213 -69.711792 95.394424 +v -127.505913 -68.372543 92.711143 +v -126.510803 -68.201912 92.711143 +v -126.013306 -69.495972 95.394424 +v -125.504814 -68.116295 92.711143 +v -124.495186 -68.116295 92.711143 +v -124.661766 -69.452637 95.394424 +v -123.315781 -69.582481 95.394424 +v -134.254288 -72.527679 92.711143 +v -133.587250 -71.769783 92.711143 +v -132.094650 -72.188004 95.394424 +v -132.858337 -71.071182 92.711143 +v -132.072815 -70.436913 92.711143 +v -131.037415 -71.344902 95.394424 +v -131.236328 -69.871544 92.711143 +v -130.354919 -69.379158 92.711143 +v -129.881073 -70.643906 95.394424 +v -128.644562 -70.096542 95.394424 +v -136.723328 -77.989838 92.711143 +v -136.510620 -77.002869 92.711143 +v -135.015182 -76.674728 95.394424 +v -136.214996 -76.037498 92.711143 +v -135.838547 -75.100670 92.711143 +v -134.507721 -75.421318 95.394424 +v -135.384003 -74.199150 92.711143 +v -134.854645 -73.339417 92.711143 +v -133.844162 -74.243088 95.394424 +v -133.035370 -73.159386 95.394424 +v -135.015182 -83.325272 95.394424 +v -136.510620 -82.997131 92.711143 +v -135.358185 -82.017258 95.394424 +v -136.723328 -82.010170 92.711143 +v -136.851578 -81.008720 92.711143 +v -135.531097 -80.676117 95.394424 +v -136.894424 -80.000000 92.711143 +v -136.851578 -78.991280 92.711143 +v -135.531097 -79.323883 95.394424 +v -135.358185 -77.982742 95.394424 +v -109.207504 -95.897156 89.453995 +v -115.253159 -88.304504 89.309021 +v -114.288879 -88.679207 89.000000 +v -109.876663 -92.854431 89.453995 +v -110.353500 -91.925415 89.453995 +v -111.643646 -90.288574 89.453995 +v -113.308411 -89.034645 89.453995 +v -109.217834 -94.844490 89.587784 +v -109.444382 -93.814301 89.587784 +v -110.881378 -91.014618 89.587784 +v -112.386246 -89.542412 89.587784 +v -114.216660 -88.502411 89.587784 +v -109.475815 -92.680328 89.891006 +v -108.963989 -93.675690 89.951057 +v -110.488693 -90.705109 89.951057 +v -112.085419 -89.143028 89.951057 +v -114.027573 -88.039543 89.951057 +v -109.722931 -91.548599 89.987686 +v -113.272018 -84.577942 89.951057 +v -113.357544 -84.002266 89.453995 +v -104.578613 -89.534424 89.309021 +v -104.812378 -89.604164 89.707108 +v -104.918549 -91.211044 89.943512 +v -105.054932 -89.676529 89.891006 +v -106.066559 -87.828934 89.951057 +v -105.309570 -88.625328 89.809021 +v -105.108734 -88.532539 89.587784 +v -104.979782 -88.472977 89.309021 +v -105.832718 -87.677185 89.809021 +v -105.647125 -87.556763 89.587784 +v -105.527985 -87.479439 89.309021 +v -110.170868 -84.785240 89.951057 +v -110.093552 -84.517410 89.809021 +v -111.152756 -84.292107 89.809021 +v -110.032211 -84.304855 89.587784 +v -111.122284 -84.072983 89.587784 +v -109.992813 -84.168388 89.309021 +v -111.102722 -83.932304 89.309021 +v -112.234650 -83.916664 89.453995 +v -112.233780 -84.100555 89.707108 +v -112.232605 -84.353676 89.891006 +v -108.952515 -84.614799 89.453995 +v -109.028152 -84.782425 89.707108 +v -109.132248 -85.013145 89.891006 +v -108.356018 -85.769768 89.987686 +v -107.961670 -85.150017 89.453995 +v -108.060394 -85.305176 89.707108 +v -108.196274 -85.518730 89.891006 +v -107.057098 -85.820831 89.453995 +v -107.176895 -85.960358 89.707108 +v -107.341797 -86.152390 89.891006 +v -106.212021 -86.574066 89.309021 +v -106.318954 -86.667557 89.587784 +v -106.695358 -86.996666 89.951057 +v -103.297073 -74.199936 89.587784 +v -112.934662 -75.711243 89.309021 +v -113.035385 -75.611092 89.587784 +v -113.666245 -76.057182 89.767136 +v -112.128021 -75.063507 89.000000 +v -106.306061 -73.330017 89.453995 +v -107.349030 -73.278465 89.453995 +v -109.411652 -73.577354 89.453995 +v -111.329971 -74.392105 89.453995 +v -104.253204 -73.754486 89.587784 +v -105.258652 -73.435593 89.587784 +v -108.401749 -73.280228 89.587784 +v -110.429153 -73.847382 89.587784 +v -112.245026 -74.912560 89.587784 +v -106.256424 -72.895828 89.891006 +v -105.138489 -72.950249 89.951057 +v -108.473450 -72.785393 89.951057 +v -110.624603 -73.387169 89.951057 +v -112.551331 -74.517365 89.951057 +v -107.360077 -72.543976 89.987686 +v -114.720016 -71.191849 89.951057 +v -115.541656 -71.986023 89.707108 +v -115.840866 -72.246918 89.441124 +v -106.588745 -67.319092 89.707108 +v -105.546326 -67.729919 89.776718 +v -106.647339 -67.565331 89.891006 +v -106.716232 -67.854797 89.987686 +v -108.753220 -67.517632 89.951057 +v -107.685028 -67.260254 89.809021 +v -107.664963 -67.039932 89.587784 +v -107.652084 -66.898476 89.309021 +v -108.767715 -67.239243 89.809021 +v -108.779221 -67.018311 89.587784 +v -108.786606 -66.876465 89.309021 +v -114.139374 -70.325294 89.951057 +v -113.634583 -69.349350 89.809021 +v -114.359299 -70.153984 89.809021 +v -113.787994 -69.189941 89.587784 +v -114.533829 -70.018036 89.587784 +v -113.886475 -69.087593 89.309021 +v -114.645889 -69.930756 89.309021 +v -115.277542 -70.873428 89.309021 +v -115.154190 -70.943878 89.587784 +v -114.962097 -71.053596 89.809021 +v -113.014771 -68.361115 89.309021 +v -112.931854 -68.476448 89.587784 +v -112.802704 -68.656067 89.809021 +v -112.639969 -68.882408 89.951057 +v -112.048538 -67.766136 89.309021 +v -111.982880 -67.892090 89.587784 +v -111.880630 -68.088264 89.809021 +v -111.007446 -67.314751 89.309021 +v -110.960388 -67.448769 89.587784 +v -110.887100 -67.657509 89.809021 +v -110.794739 -67.920532 89.951057 +v -109.912704 -67.016167 89.309021 +v -109.885208 -67.155518 89.587784 +v -109.842361 -67.372559 89.809021 +v -119.128906 -58.374718 89.453995 +v -119.072235 -58.467819 89.000000 +v -122.681503 -67.406738 89.309021 +v -122.839142 -66.384300 89.000000 +v -121.429398 -60.475586 89.453995 +v -121.995544 -61.353050 89.453995 +v -122.768005 -63.288780 89.453995 +v -123.021561 -65.357460 89.453995 +v -120.035385 -58.909996 89.587784 +v -120.814270 -59.621284 89.587784 +v -122.520370 -62.265610 89.587784 +v -123.042908 -64.304962 89.587784 +v -123.028366 -66.410149 89.587784 +v -121.780609 -60.215508 89.891006 +v -120.348083 -58.519836 89.951057 +v -122.377251 -61.140259 89.891006 +v -123.539185 -64.244133 89.951057 +v -123.523766 -66.477829 89.951057 +v -122.019730 -60.038422 89.987686 +v -123.479584 -63.106445 89.987686 +v -127.728859 -66.833710 89.809021 +v -127.355156 -67.916206 89.453995 +v -126.953644 -57.547356 89.309021 +v -126.776360 -57.714928 89.707108 +v -126.376167 -58.093201 89.987686 +v -127.686661 -59.688690 89.951057 +v -127.375458 -58.634918 89.809021 +v -127.556229 -58.507385 89.587784 +v -127.934998 -59.562050 89.809021 +v -128.132080 -59.461548 89.587784 +v -128.258621 -59.397018 89.309021 +v -128.270416 -64.764969 89.951057 +v -127.488091 -66.693207 89.951057 +v -128.206543 -65.861877 89.809021 +v -128.755783 -64.885086 89.587784 +v -128.411545 -65.945053 89.587784 +v -128.893661 -64.919205 89.309021 +v -128.543167 -65.998451 89.309021 +v -127.672295 -58.425507 89.309021 +v -128.042603 -67.016815 89.309021 +v -127.919930 -66.945221 89.587784 +v -129.027191 -63.795074 89.453995 +v -128.844208 -63.776764 89.707108 +v -128.296295 -63.721924 89.987686 +v -129.059113 -62.669365 89.453995 +v -128.875397 -62.677284 89.707108 +v -128.622498 -62.688179 89.891006 +v -128.989471 -61.539474 89.309021 +v -128.849884 -61.565727 89.587784 +v -128.632462 -61.606628 89.809021 +v -128.358490 -61.658157 89.951057 +v -128.700684 -60.442108 89.309021 +v -128.566254 -60.487968 89.587784 +v -128.356873 -60.559387 89.809021 +v -141.091675 -63.566788 89.806961 +v -140.792496 -64.102844 89.453995 +v -140.683533 -64.100319 89.000000 +v -134.734314 -71.648186 89.000000 +v -135.711121 -71.320793 89.000000 +v -134.762207 -71.753540 89.453995 +v -140.123352 -67.145569 89.453995 +v -139.646515 -68.074585 89.453995 +v -138.356354 -69.711426 89.453995 +v -136.691589 -70.965355 89.453995 +v -140.782166 -65.155510 89.587784 +v -140.555603 -66.185699 89.587784 +v -139.118622 -68.985382 89.587784 +v -137.613754 -70.457581 89.587784 +v -135.783340 -71.497589 89.587784 +v -140.524170 -67.319672 89.891006 +v -141.036011 -66.324310 89.951057 +v -139.511307 -69.294891 89.951057 +v -137.914581 -70.856964 89.951057 +v -135.972427 -71.960457 89.951057 +v -140.277069 -68.451401 89.987686 +v -137.768066 -75.501358 89.951057 +v -136.105896 -75.454788 89.889030 +v -136.260986 -75.853874 89.579544 +v -145.187622 -70.395836 89.707108 +v -145.153473 -68.916801 89.922127 +v -144.659927 -70.238396 89.987686 +v -144.945068 -70.323471 89.891006 +v -144.568970 -71.318565 89.891006 +v -144.798752 -71.424713 89.707108 +v -144.965698 -71.501839 89.453995 +v -143.304626 -73.003334 89.951057 +v -144.167282 -72.322815 89.809021 +v -144.352875 -72.443237 89.587784 +v -144.472015 -72.520561 89.309021 +v -138.787842 -75.280647 89.987686 +v -139.869339 -75.354042 89.891006 +v -139.939529 -75.597229 89.707108 +v -138.863678 -75.826073 89.707108 +v -139.990540 -75.773918 89.453995 +v -138.889008 -76.008224 89.453995 +v -137.765076 -76.143387 89.309021 +v -137.765732 -76.001343 89.587784 +v -137.766769 -75.780121 89.809021 +v -141.072174 -75.439934 89.309021 +v -141.013763 -75.310463 89.587784 +v -140.808136 -74.854706 89.951057 +v -142.070572 -74.900642 89.309021 +v -141.994324 -74.780807 89.587784 +v -141.875549 -74.594154 89.809021 +v -141.725906 -74.358963 89.951057 +v -142.982025 -74.224724 89.309021 +v -142.889496 -74.116959 89.587784 +v -142.745361 -73.949120 89.809021 +v -143.787979 -73.425934 89.309021 +v -143.681046 -73.332443 89.587784 +v -143.514496 -73.186821 89.809021 +v -146.663589 -85.728127 89.453995 +v -137.100037 -84.254242 89.000000 +v -136.964615 -84.388908 89.587784 +v -137.871979 -84.936493 89.000000 +v -143.693939 -86.669983 89.453995 +v -142.650970 -86.721535 89.453995 +v -140.588348 -86.422646 89.453995 +v -138.670029 -85.607895 89.453995 +v -145.746796 -86.245514 89.587784 +v -144.741348 -86.564407 89.587784 +v -141.598251 -86.719780 89.587784 +v -139.570862 -86.152618 89.587784 +v -137.754974 -85.087440 89.587784 +v -143.743576 -87.104164 89.891006 +v -138.448914 -85.984840 89.891006 +v -136.261139 -84.145660 89.890091 +v -145.928329 -86.711395 89.951057 +v -142.644394 -87.158508 89.891006 +v -139.375397 -86.612831 89.951057 +v -143.777374 -87.399796 89.987686 +v -140.390442 -87.130058 89.987686 +v -137.448669 -85.482628 89.951057 +v -134.828598 -87.867760 89.951057 +v -134.845795 -89.056122 89.587784 +v -143.467743 -92.918228 89.309021 +v -143.411255 -92.680908 89.707108 +v -144.874893 -91.575340 89.985443 +v -143.283752 -92.145203 89.987686 +v -141.246765 -92.482368 89.951057 +v -142.314972 -92.739746 89.809021 +v -142.335037 -92.960068 89.587784 +v -142.347916 -93.101524 89.309021 +v -141.232285 -92.760757 89.809021 +v -141.220779 -92.981689 89.587784 +v -141.213394 -93.123535 89.309021 +v -136.558716 -90.449783 89.951057 +v -136.365417 -90.650650 89.809021 +v -135.860626 -89.674706 89.951057 +v -136.212006 -90.810059 89.587784 +v -135.466171 -89.981956 89.587784 +v -136.113525 -90.912407 89.309021 +v -135.354111 -90.069244 89.309021 +v -135.315491 -90.099319 89.000000 +v -142.352356 -93.150269 89.000000 +v -134.722473 -89.126572 89.309021 +v -135.037903 -88.946404 89.809021 +v -136.985229 -91.638878 89.309021 +v -137.068146 -91.523560 89.587784 +v -137.197281 -91.343933 89.809021 +v -137.951447 -92.233864 89.309021 +v -138.017120 -92.107910 89.587784 +v -138.119370 -91.911736 89.809021 +v -138.248230 -91.664536 89.951057 +v -138.992554 -92.685249 89.309021 +v -139.039612 -92.551231 89.587784 +v -139.112900 -92.342491 89.809021 +v -140.087296 -92.983833 89.309021 +v -140.114792 -92.844482 89.587784 +v -140.211609 -92.353943 89.951057 +v -131.222504 -102.142273 89.790253 +v -130.828461 -101.695312 89.587784 +v -130.927765 -101.532181 89.000000 +v -127.365738 -92.606064 89.000000 +v -127.181396 -92.556114 89.587784 +v -127.160858 -93.615700 89.000000 +v -128.570587 -99.524414 89.453995 +v -128.004456 -98.646950 89.453995 +v -127.231995 -96.711227 89.453995 +v -126.978439 -94.642540 89.453995 +v -129.964630 -101.090012 89.587784 +v -129.185730 -100.378708 89.587784 +v -127.479630 -97.734398 89.587784 +v -126.957092 -95.695038 89.587784 +v -126.971634 -93.589851 89.587784 +v -128.219391 -99.784500 89.891006 +v -129.651917 -101.480164 89.951057 +v -127.622749 -98.859741 89.891006 +v -126.460808 -95.755867 89.951057 +v -126.476234 -93.522171 89.951057 +v -127.980270 -99.961578 89.987686 +v -126.520409 -96.893555 89.987686 +v -123.220116 -92.540588 89.987686 +v -122.271141 -93.166290 89.809021 +v -122.961426 -91.825577 89.581078 +v -122.644836 -92.083786 89.453995 +v -123.223648 -102.285072 89.707108 +v -123.407585 -102.111198 89.891006 +v -124.756287 -102.998711 89.966751 +v -122.624542 -101.365074 89.809021 +v -122.443771 -101.492615 89.587784 +v -121.906967 -99.350609 89.951057 +v -122.065002 -100.437943 89.809021 +v -121.867920 -100.538452 89.587784 +v -121.741379 -100.602982 89.309021 +v -122.051773 -94.242928 89.951057 +v -121.458969 -95.168060 89.809021 +v -121.793457 -94.138123 89.809021 +v -121.244217 -95.114914 89.587784 +v -121.588455 -94.054947 89.587784 +v -121.106339 -95.080795 89.309021 +v -121.456833 -94.001549 89.309021 +v -122.327705 -101.574493 89.309021 +v -121.957397 -92.983185 89.309021 +v -122.080070 -93.054779 89.587784 +v -120.913040 -96.198944 89.309021 +v -121.054382 -96.213089 89.587784 +v -121.551895 -96.262894 89.951057 +v -120.940887 -97.330635 89.453995 +v -121.124619 -97.322716 89.707108 +v -121.674774 -97.299004 89.987686 +v -121.069550 -98.449432 89.453995 +v -121.250275 -98.415436 89.707108 +v -121.499023 -98.368652 89.891006 +v -121.299316 -99.557892 89.309021 +v -121.433746 -99.512039 89.587784 +v -121.643127 -99.440613 89.809021 +v -105.678207 -97.117615 94.455727 +v -104.363464 -95.507347 94.455727 +v -104.252411 -95.590805 94.401306 +v -105.477463 -97.295464 94.326820 +v -110.418823 -101.124481 94.488869 +v -112.093170 -102.355270 94.455727 +v -110.257263 -101.358543 94.401306 +v -111.959076 -102.587540 94.326820 +v -119.808823 -105.428078 94.401306 +v -117.779541 -104.927910 94.401306 +v -119.782959 -105.554749 94.326820 +v -128.111481 -105.625427 94.455727 +v -126.039413 -105.792709 94.455727 +v -126.045006 -105.931519 94.401306 +v -128.143829 -105.891678 94.326820 +v -136.066116 -103.321342 94.455727 +v -134.153641 -104.136169 94.455727 +v -134.202911 -104.266068 94.401306 +v -136.181091 -103.563660 94.326820 +v -144.212891 -62.978851 94.488869 +v -145.636536 -64.492653 94.455727 +v -144.321777 -62.882385 94.455727 +v -145.747589 -64.409203 94.401306 +v -144.522552 -62.704529 94.326820 +v -137.906830 -57.644737 94.455727 +v -139.663818 -58.755791 94.455727 +v -139.742737 -58.641457 94.401306 +v -138.040924 -57.412460 94.326820 +v -132.141327 -55.345268 94.488869 +v -130.163391 -54.708038 94.455727 +v -132.220459 -55.072090 94.401306 +v -130.217041 -54.445251 94.326820 +v -126.027557 -54.501320 94.500000 +v -121.888504 -54.374573 94.455727 +v -123.954994 -54.068481 94.401306 +v -121.856186 -54.108322 94.326820 +v -113.933884 -56.678650 94.455727 +v -115.846359 -55.863831 94.455727 +v -115.797089 -55.733932 94.401306 +v -113.818909 -56.436340 94.326820 +v -99.270065 -82.077133 94.455727 +v -99.047424 -80.000000 94.401306 +v -99.131592 -82.088310 94.401306 +v -98.918152 -80.000000 94.326820 +v -99.520630 -84.140800 94.455727 +v -99.383514 -84.163086 94.401306 +v -99.676041 -86.241791 94.326820 +v -99.936462 -86.177605 94.455727 +v -100.514816 -88.174355 94.455727 +v -100.383041 -88.218346 94.401306 +v -101.124176 -90.172539 94.401306 +v -101.251984 -90.118088 94.455727 +v -102.143158 -91.996201 94.455727 +v -102.020142 -92.060760 94.401306 +v -102.955872 -93.939850 94.326820 +v -103.182556 -93.796509 94.455727 +v -107.118256 -98.616859 94.455727 +v -107.022018 -98.717056 94.401306 +v -108.504654 -100.203125 94.326820 +v -108.674286 -99.995377 94.455727 +v -113.996246 -103.189911 94.488869 +v -113.874329 -103.446854 94.401306 +v -113.818909 -103.563660 94.326820 +v -115.751251 -104.386948 94.326820 +v -115.797089 -104.266068 94.401306 +v -121.888504 -105.625427 94.455727 +v -121.871765 -105.763336 94.401306 +v -123.949791 -106.060692 94.326820 +v -123.960587 -105.792709 94.455727 +v -130.217041 -105.554749 94.326820 +v -130.163391 -105.291962 94.455727 +v -132.256424 -105.052086 94.326820 +v -132.181793 -104.794464 94.455727 +v -138.040924 -102.587540 94.326820 +v -137.834076 -102.229279 94.488869 +v -139.816177 -101.464935 94.326820 +v -139.742737 -101.358543 94.401306 +v -139.581177 -101.124481 94.488869 +v -141.325714 -99.995377 94.455727 +v -141.413574 -100.102982 94.401306 +v -142.881744 -98.616859 94.455727 +v -143.067535 -98.810287 94.326820 +v -144.425781 -97.209732 94.401306 +v -144.212891 -97.021141 94.488869 +v -145.850952 -95.668465 94.326820 +v -145.636536 -95.507347 94.455727 +v -146.934845 -93.870758 94.401306 +v -147.044113 -93.939850 94.326820 +v -148.477295 -90.002747 94.500000 +v -147.979858 -92.060760 94.401306 +v -148.094330 -92.120842 94.326820 +v -148.875824 -90.172539 94.401306 +v -148.748016 -90.118088 94.455727 +v -149.739578 -88.259285 94.326820 +v -149.485168 -88.174355 94.455727 +v -150.063538 -86.177605 94.455727 +v -150.198425 -86.210854 94.401306 +v -150.479355 -84.140800 94.455727 +v -150.616486 -84.163086 94.401306 +v -150.997269 -82.098717 94.326820 +v -150.729935 -82.077133 94.455727 +v -150.668167 -80.000000 94.488869 +v -150.952560 -80.000000 94.401306 +v -151.300247 -80.000000 94.124695 +v -150.729935 -77.922867 94.455727 +v -151.113647 -77.891891 94.233925 +v -150.335770 -75.882538 94.488869 +v -150.744095 -75.816177 94.326820 +v -150.323944 -73.758209 94.326820 +v -150.198425 -73.789146 94.401306 +v -149.922302 -73.857208 94.488869 +v -149.485168 -71.825645 94.455727 +v -149.616943 -71.781647 94.401306 +v -149.102173 -69.731018 94.233925 +v -148.748016 -69.881912 94.455727 +v -147.856842 -68.003807 94.455727 +v -148.094330 -67.879158 94.326820 +v -147.044113 -66.060150 94.326820 +v -146.817429 -66.203491 94.455727 +v -142.780960 -61.488060 94.488869 +v -143.067535 -61.189713 94.326820 +v -141.495346 -59.796875 94.326820 +v -141.413574 -59.897018 94.401306 +v -141.233704 -60.117310 94.488869 +v -136.066116 -56.678650 94.455727 +v -136.125671 -56.553146 94.401306 +v -134.248749 -55.613045 94.326820 +v -134.153641 -55.863831 94.455727 +v -128.093964 -54.518982 94.488869 +v -128.128235 -54.236664 94.401306 +v -126.050209 -53.939301 94.326820 +v -126.039413 -54.207298 94.455727 +v -119.808823 -54.571922 94.401306 +v -119.836609 -54.708038 94.455727 +v -117.743576 -54.947914 94.326820 +v -117.818192 -55.205536 94.455727 +v -112.023712 -57.524422 94.401306 +v -112.093170 -57.644737 94.455727 +v -110.183823 -58.535065 94.326820 +v -110.336182 -58.755791 94.455727 +v -108.674286 -60.004631 94.455727 +v -108.586426 -59.897018 94.401306 +v -107.118256 -61.383141 94.455727 +v -106.851593 -61.105499 94.233925 +v -105.477463 -62.704529 94.326820 +v -105.787109 -62.978851 94.488869 +v -104.149048 -64.331535 94.326820 +v -104.252411 -64.409203 94.401306 +v -104.479767 -64.580048 94.488869 +v -103.182556 -66.203491 94.455727 +v -103.065140 -66.129242 94.401306 +v -102.143158 -68.003807 94.455727 +v -101.905670 -67.879158 94.326820 +v -101.124176 -69.827461 94.401306 +v -101.251984 -69.881912 94.455727 +v -100.260422 -71.740715 94.326820 +v -100.514816 -71.825645 94.455727 +v -99.936462 -73.822388 94.455727 +v -99.801575 -73.789146 94.401306 +v -99.520630 -75.859200 94.455727 +v -99.255905 -75.816177 94.326820 +v -99.002731 -77.901283 94.326820 +v -99.131592 -77.911682 94.401306 +v -147.929413 -81.951584 93.656433 +v -131.738525 -57.996391 93.656433 +v -112.934479 -60.404350 93.656433 +v -108.386124 -64.076881 93.656433 +v -102.034088 -78.045319 93.809021 +v -102.694778 -74.192169 93.809021 +v -103.267670 -72.321480 93.809021 +v -104.877945 -68.759148 93.809021 +v -111.294327 -61.468712 93.809021 +v -114.623276 -59.418999 93.809021 +v -125.978226 -56.971825 93.809021 +v -127.927628 -57.137749 93.809021 +v -140.227859 -62.697800 93.809021 +v -144.096268 -67.093170 93.809021 +v -146.002853 -70.506111 93.809021 +v -146.732330 -72.321480 93.809021 +v -147.717407 -76.104706 93.809021 +v -147.305222 -85.807831 93.809021 +v -145.122055 -91.240852 93.809021 +v -122.072372 -102.862259 93.809021 +v -120.144073 -102.531616 93.809021 +v -118.261475 -102.003609 93.656433 +v -114.623276 -100.580994 93.809021 +v -112.915268 -99.626846 93.809021 +v -109.772141 -97.302200 93.809021 +v -108.359665 -95.948456 93.809021 +v -103.997147 -89.493889 93.809021 +v -102.694778 -85.807831 93.809021 +v -102.223404 -76.094566 93.953995 +v -103.942429 -70.481377 93.953995 +v -107.020370 -65.482468 93.953995 +v -108.316315 -64.009987 93.953995 +v -109.732468 -62.652710 93.953995 +v -112.883789 -60.322021 93.953995 +v -116.406052 -58.613136 93.809021 +v -118.250748 -57.961365 93.809021 +v -120.144073 -57.468384 93.809021 +v -122.072372 -57.137749 93.809021 +v -124.019226 -56.911827 93.953995 +v -129.868591 -57.409683 93.953995 +v -131.766846 -57.903946 93.953995 +v -133.616333 -58.557419 93.953995 +v -145.174469 -68.729858 93.953995 +v -146.788940 -72.301476 93.953995 +v -147.363342 -74.177040 93.953995 +v -147.965912 -78.045319 93.809021 +v -148.048950 -80.000000 93.809021 +v -144.096268 -92.906830 93.809021 +v -142.932907 -94.479813 93.809021 +v -141.640320 -95.948456 93.809021 +v -140.227859 -97.302200 93.809021 +v -138.705658 -98.531288 93.809021 +v -137.116211 -99.677979 93.953995 +v -135.376724 -100.580994 93.809021 +v -133.593948 -101.386864 93.809021 +v -131.766846 -102.096054 93.953995 +v -129.855927 -102.531616 93.809021 +v -127.927628 -102.862259 93.809021 +v -125.978226 -103.028175 93.809021 +v -124.021774 -103.028175 93.809021 +v -120.131409 -102.590317 93.953995 +v -118.233154 -102.096054 93.953995 +v -116.406052 -101.386864 93.809021 +v -112.883789 -99.677979 93.953995 +v -111.258621 -98.579567 93.953995 +v -107.020370 -94.517532 93.953995 +v -105.853973 -92.940453 93.953995 +v -104.877945 -91.240852 93.809021 +v -103.211044 -87.698524 93.953995 +v -102.282593 -83.895287 93.809021 +v -101.974243 -81.959778 93.953995 +v -101.891006 -80.000000 93.953995 +v -101.892563 -78.033264 94.087784 +v -102.557312 -74.156387 94.087784 +v -104.753937 -68.689880 94.087784 +v -105.853973 -67.059547 93.953995 +v -108.257126 -63.953262 94.087784 +v -109.678299 -62.591171 94.087784 +v -111.209869 -61.354515 94.087784 +v -114.559341 -59.292168 94.087784 +v -125.984253 -56.829910 94.087784 +v -127.945671 -56.996857 94.087784 +v -135.403748 -59.365379 93.953995 +v -137.116211 -60.322021 93.953995 +v -138.741379 -61.420433 93.953995 +v -140.321701 -62.591171 94.087784 +v -141.683685 -64.009987 93.953995 +v -142.979630 -65.482468 93.953995 +v -144.213959 -67.013634 94.087784 +v -146.866257 -72.274162 94.087784 +v -147.442688 -74.156387 94.087784 +v -147.857391 -76.080704 94.087784 +v -148.025742 -81.959778 93.953995 +v -147.776596 -83.905441 93.953995 +v -147.363342 -85.822960 93.953995 +v -146.788940 -87.698524 93.953995 +v -146.057571 -89.518623 93.953995 +v -145.246063 -91.310127 94.087784 +v -122.064751 -102.921822 93.953995 +v -116.353088 -101.518661 94.087784 +v -114.596237 -100.634621 93.953995 +v -111.209869 -98.645485 94.087784 +v -109.678299 -97.408829 94.087784 +v -108.316315 -95.990013 93.953995 +v -104.753937 -91.310127 94.087784 +v -103.942429 -89.518623 93.953995 +v -102.557312 -85.843620 94.087784 +v -102.042145 -76.063477 94.207108 +v -103.133743 -72.274162 94.087784 +v -103.774841 -70.405624 94.207108 +v -106.956589 -65.430962 94.087784 +v -116.315094 -58.386780 94.207108 +v -118.179306 -57.728111 94.207108 +v -120.092667 -57.229912 94.207108 +v -122.041389 -56.895767 94.207108 +v -124.011414 -56.728096 94.207108 +v -129.907318 -57.229912 94.207108 +v -131.820679 -57.728111 94.207108 +v -133.684906 -58.386780 94.207108 +v -145.335022 -68.640175 94.207108 +v -146.132294 -70.447601 94.087784 +v -148.292892 -80.000000 94.207108 +v -144.298386 -93.043434 94.207108 +v -143.122711 -94.633064 94.207108 +v -141.816452 -96.117264 94.207108 +v -140.389023 -97.485336 94.207108 +v -135.486542 -100.798828 94.207108 +v -133.684906 -101.613220 94.207108 +v -131.820679 -102.271889 94.207108 +v -129.907318 -102.770088 94.207108 +v -127.958611 -103.104233 94.207108 +v -125.988579 -103.271904 94.207108 +v -124.011414 -103.271904 94.207108 +v -120.114136 -102.670471 94.087784 +v -118.209152 -102.174446 94.087784 +v -112.840790 -99.747803 94.087784 +v -109.610977 -97.485336 94.207108 +v -108.183548 -96.117264 94.207108 +v -106.956589 -94.569038 94.087784 +v -105.786041 -92.986366 94.087784 +v -103.774841 -89.594368 94.207108 +v -103.133743 -87.725838 94.087784 +v -102.042145 -83.936516 94.207108 +v -101.791016 -81.975372 94.207108 +v -101.707108 -80.000000 94.207108 +v -101.672119 -78.014503 94.309021 +v -102.343231 -74.100632 94.309021 +v -104.560806 -68.581985 94.309021 +v -105.602753 -66.889748 94.309021 +v -108.183548 -63.882744 94.207108 +v -109.610977 -62.514671 94.207108 +v -111.149277 -61.272575 94.207108 +v -112.787369 -60.165421 94.207108 +v -114.513458 -59.201172 94.207108 +v -125.993645 -56.608879 94.309021 +v -127.973770 -56.777412 94.309021 +v -135.540268 -59.094627 94.309021 +v -137.275192 -60.063812 94.309021 +v -138.921677 -61.176643 94.309021 +v -140.467865 -62.425102 94.309021 +v -141.902588 -63.800179 94.309021 +v -143.215546 -65.291985 94.309021 +v -144.397247 -66.889748 94.309021 +v -146.962341 -72.240204 94.207108 +v -147.541290 -74.130699 94.207108 +v -147.957855 -76.063477 94.207108 +v -148.208984 -78.024628 94.207108 +v -148.327881 -81.985497 94.309021 +v -148.075455 -83.956680 94.309021 +v -147.656769 -85.899361 94.309021 +v -147.074844 -87.799538 94.309021 +v -146.333878 -89.643524 94.309021 +v -145.439194 -91.418015 94.309021 +v -138.850723 -98.727417 94.207108 +v -137.212631 -99.834579 94.207108 +v -125.993645 -103.391121 94.309021 +v -124.006355 -103.391121 94.309021 +v -122.026230 -103.222588 94.309021 +v -116.315094 -101.613220 94.207108 +v -114.513458 -100.798828 94.207108 +v -112.724808 -99.936188 94.309021 +v -111.149277 -98.727417 94.207108 +v -108.097412 -96.199821 94.309021 +v -106.784454 -94.708023 94.309021 +v -104.664978 -91.359825 94.207108 +v -102.925156 -87.799538 94.309021 +v -102.458694 -85.869293 94.207108 +v -101.792679 -76.020706 94.391006 +v -102.798996 -72.155884 94.391006 +v -116.270599 -58.276062 94.309021 +v -118.144379 -57.614014 94.309021 +v -120.067535 -57.113274 94.309021 +v -122.026230 -56.777412 94.309021 +v -124.006355 -56.608879 94.309021 +v -129.960663 -56.982475 94.391006 +v -131.894806 -57.486084 94.391006 +v -133.779282 -58.151917 94.391006 +v -145.556000 -68.516724 94.391006 +v -148.412216 -80.000000 94.309021 +v -144.508087 -93.185173 94.391006 +v -141.999191 -96.292404 94.391006 +v -140.556244 -97.675339 94.391006 +v -135.540268 -100.905373 94.309021 +v -133.729401 -101.723938 94.309021 +v -131.855621 -102.385979 94.309021 +v -129.932465 -102.886734 94.309021 +v -127.973770 -103.222588 94.309021 +v -109.532135 -97.574905 94.309021 +v -106.680359 -94.792076 94.391006 +v -105.491898 -93.185173 94.391006 +v -103.666122 -89.643524 94.309021 +v -102.213745 -85.933075 94.391006 +v -101.924545 -83.956680 94.309021 +v -101.672119 -81.985497 94.309021 +v -101.587784 -80.000000 94.309021 +v -101.538818 -78.003159 94.391006 +v -102.073456 -74.030396 94.451057 +v -103.544205 -70.301369 94.391006 +v -104.444000 -68.516724 94.391006 +v -105.491898 -66.814827 94.391006 +v -106.680359 -65.207924 94.391006 +v -107.896149 -63.607292 94.451057 +v -109.347961 -62.215836 94.451057 +v -110.912552 -60.952515 94.451057 +v -112.578644 -59.826439 94.451057 +v -114.334229 -58.845703 94.451057 +v -125.999321 -56.475212 94.391006 +v -127.990761 -56.644707 94.391006 +v -137.421356 -59.826439 94.451057 +v -139.087448 -60.952515 94.451057 +v -140.652039 -62.215836 94.451057 +v -143.432434 -65.116852 94.451057 +v -144.628204 -66.733643 94.451057 +v -146.455795 -70.301369 94.391006 +v -147.337692 -72.107590 94.451057 +v -147.926544 -74.030396 94.451057 +v -148.350220 -75.996201 94.451057 +v -148.605637 -77.990868 94.451057 +v -148.461182 -81.996841 94.391006 +v -148.207321 -83.979294 94.391006 +v -147.786255 -85.933075 94.391006 +v -147.201004 -87.844116 94.391006 +v -146.455795 -89.698631 94.391006 +v -145.556000 -91.483269 94.391006 +v -143.319641 -94.792076 94.391006 +v -137.421356 -100.173561 94.451057 +v -125.999321 -103.524796 94.391006 +v -124.000679 -103.524796 94.391006 +v -122.009239 -103.355301 94.391006 +v -120.039337 -103.017525 94.391006 +v -118.105194 -102.513916 94.391006 +v -116.166656 -101.982605 94.451057 +v -114.334229 -101.154297 94.451057 +v -112.578644 -100.173561 94.451057 +v -110.912552 -99.047485 94.451057 +v -108.000809 -96.292404 94.391006 +v -105.371796 -93.266357 94.451057 +v -104.317429 -91.553970 94.451057 +v -102.798996 -87.844116 94.391006 +v -101.649780 -84.003792 94.451057 +v -101.649780 -75.996201 94.451057 +v -129.991211 -56.840759 94.451057 +v -131.937256 -57.347473 94.451057 +v -133.833344 -58.017395 94.451057 +v -135.665771 -58.845703 94.451057 +v -142.103851 -63.607292 94.451057 +v -144.628204 -93.266357 94.451057 +v -142.103851 -96.392715 94.451057 +v -140.652039 -97.784164 94.451057 +v -139.087448 -99.047485 94.451057 +v -106.567566 -94.883148 94.451057 +v -102.073456 -85.969604 94.451057 +v -154.750793 -83.392845 89.480225 +v -121.053864 -109.612900 89.633949 +v -123.304749 -109.826523 89.633949 +v -96.484512 -71.091438 89.633949 +v -112.402893 -52.911095 89.633949 +v -123.304749 -50.173470 89.633949 +v -125.565353 -50.130684 89.633949 +v -132.276093 -51.024940 89.633949 +v -154.682266 -76.614967 89.633949 +v -154.341248 -85.620163 89.633949 +v -148.900482 -97.923782 89.633949 +v -142.468277 -104.235397 89.633949 +v -140.585358 -105.487099 89.633949 +v -136.563004 -107.546188 89.633949 +v -95.142120 -77.735397 89.480225 +v -95.125336 -80.000000 89.633949 +v -95.074799 -78.467377 89.413605 +v -95.080124 -81.319008 89.464714 +v -95.210892 -82.259384 89.633949 +v -95.077438 -78.899994 89.482635 +v -95.100067 -82.267792 89.317108 +v -95.066696 -81.735588 89.329727 +v -95.892441 -86.726456 89.633949 +v -96.065842 -87.789780 89.413605 +v -96.484512 -88.908569 89.633949 +v -96.202026 -88.200424 89.482635 +v -96.881866 -90.292747 89.482635 +v -97.239914 -91.039642 89.633949 +v -97.124222 -91.082413 89.211426 +v -98.054474 -93.156250 89.317108 +v -99.163025 -95.135109 89.480225 +v -99.763290 -96.190231 89.329727 +v -100.019012 -96.519363 89.464714 +v -101.794891 -98.815384 89.633949 +v -101.438705 -98.477966 89.482635 +v -104.851746 -102.151054 89.480225 +v -108.480637 -104.980972 89.464714 +v -106.346436 -103.430389 89.464714 +v -112.373810 -107.151436 89.480225 +v -114.099457 -107.931931 89.329727 +v -116.658936 -108.588928 89.773918 +v -114.499802 -108.047890 89.464706 +v -114.520676 -107.876228 89.773918 +v -118.811325 -109.297119 89.480225 +v -116.799576 -108.797974 89.482635 +v -123.467377 -109.925194 89.413605 +v -123.243874 -109.933624 89.317017 +v -125.565353 -109.869316 89.633949 +v -123.899994 -109.922569 89.482635 +v -126.099998 -109.922569 89.482635 +v -132.789780 -108.934158 89.413605 +v -132.276093 -108.975060 89.633949 +v -134.446594 -108.341797 89.633949 +v -133.200424 -108.797974 89.482635 +v -135.292755 -108.118134 89.482635 +v -135.705002 -107.986946 89.413605 +v -141.190231 -105.236702 89.329727 +v -141.519363 -104.980972 89.464714 +v -143.477966 -103.561302 89.482635 +v -144.251144 -102.844887 89.633949 +v -143.829514 -103.309135 89.413605 +v -147.476486 -99.680016 89.633949 +v -148.309143 -98.829514 89.413605 +v -148.561310 -98.477966 89.482635 +v -149.854431 -96.698128 89.482635 +v -150.187592 -96.064888 89.633949 +v -152.322449 -92.082214 89.633949 +v -152.986938 -90.705002 89.413605 +v -153.157959 -89.981247 89.633949 +v -153.118134 -90.292747 89.482635 +v -153.832184 -87.823120 89.633949 +v -153.353897 -89.621208 89.485420 +v -153.797974 -88.200424 89.482635 +v -154.925201 -81.532623 89.413605 +v -154.933304 -81.735588 89.329727 +v -154.922577 -81.099998 89.482635 +v -154.919861 -78.680992 89.464714 +v -154.408997 -74.366852 89.480225 +v -153.863083 -72.008705 89.464706 +v -153.118134 -69.707253 89.482635 +v -150.439987 -64.100090 89.067673 +v -151.391205 -65.853447 89.480225 +v -150.187592 -63.935112 89.633949 +v -148.825455 -62.132484 89.773918 +v -149.980972 -63.480644 89.464714 +v -147.476486 -60.319984 89.633949 +v -148.430389 -61.346443 89.464714 +v -148.196396 -61.001526 89.329727 +v -143.998474 -56.803604 89.329727 +v -143.653564 -56.569611 89.464714 +v -140.621338 -54.454063 89.480225 +v -141.698120 -55.145569 89.482635 +v -141.349670 -54.889153 89.413605 +v -135.705002 -52.013054 89.413605 +v -136.589691 -52.390221 89.480225 +v -135.292755 -51.881866 89.482635 +v -134.446594 -51.658211 89.633949 +v -133.200424 -51.202026 89.482635 +v -127.822708 -50.258995 89.633949 +v -126.532623 -50.074799 89.413605 +v -126.099998 -50.077431 89.482635 +v -123.900002 -50.077431 89.482635 +v -117.210220 -51.065842 89.413605 +v -118.811325 -50.702881 89.480225 +v -116.799576 -51.202034 89.482635 +v -114.884171 -51.818115 89.483627 +v -110.356537 -53.881233 89.480225 +v -108.480637 -55.019020 89.464714 +v -104.898163 -57.899963 89.633949 +v -106.522034 -56.438698 89.482635 +v -103.234192 -59.436180 89.480225 +v -101.438705 -61.522041 89.482635 +v -99.222519 -64.899750 89.633949 +v -100.145569 -63.301872 89.482635 +v -97.013046 -69.294998 89.413605 +v -97.239914 -68.960358 89.633949 +v -96.881866 -69.707253 89.482635 +v -127.822708 -109.741013 89.633949 +v -152.385513 -67.889893 89.480225 +v -95.892441 -73.273544 89.633949 +v -96.136917 -72.008705 89.464714 +v -98.154343 -93.107483 89.633949 +v -103.234192 -100.563828 89.480225 +v -110.390274 -106.058617 89.633949 +v -121.044754 -109.681259 89.480225 +v -121.044754 -50.318741 89.480225 +v -95.398911 -84.516228 89.480225 +v -145.923737 -101.323524 89.633949 +v -151.391205 -94.146561 89.480225 +v -130.075592 -50.489677 89.480225 +v -98.092361 -66.862259 89.480225 +v -130.075592 -109.510330 89.480225 +v -138.644592 -106.654190 89.480225 +v -145.972046 -58.627251 89.480225 +v -95.398911 -75.483772 89.480225 +v -114.695724 -78.671410 95.665016 +v -116.673645 -86.214119 95.665016 +v -116.217987 -82.302917 96.475037 +v -115.690964 -81.200264 96.400772 +v -115.135147 -81.271935 96.112923 +v -115.690964 -78.799736 96.400772 +v -115.053497 -80.000000 96.112923 +v -115.135147 -78.728065 96.112923 +v -114.695724 -81.328590 95.665016 +v -114.814209 -80.000000 95.906525 +v -115.369720 -83.898865 95.665016 +v -116.124924 -84.998344 95.906525 +v -115.780411 -83.732597 96.112923 +v -116.333420 -84.880928 96.112923 +v -116.299881 -83.522293 96.400772 +v -118.478149 -86.316063 96.475037 +v -120.293549 -87.763794 96.475037 +v -118.257507 -86.529739 96.400772 +v -120.134323 -88.026443 96.400772 +v -119.843811 -88.505684 96.112923 +v -118.798447 -87.776497 96.112923 +v -119.719757 -88.710304 95.906525 +v -118.522202 -88.122910 95.665016 +v -122.416794 -88.703690 96.475037 +v -124.709007 -89.074280 96.475037 +v -122.329399 -88.998146 96.400772 +v -124.699158 -89.381271 96.400772 +v -124.681198 -89.941399 96.112923 +v -123.412537 -89.819016 96.112923 +v -124.673531 -90.180557 95.906525 +v -123.341827 -90.256409 95.665016 +v -128.135559 -88.520302 96.475037 +v -127.088600 -89.150764 96.400772 +v -129.476318 -88.580246 96.279053 +v -128.435181 -89.334488 96.112923 +v -129.600647 -88.818565 96.112923 +v -129.711319 -89.030716 95.906525 +v -128.588196 -89.750290 95.665016 +v -131.103790 -86.720940 96.475037 +v -132.866364 -85.120438 96.400772 +v -131.310272 -86.948318 96.400772 +v -133.336060 -85.426170 96.112923 +v -132.573730 -86.447609 96.112923 +v -133.536591 -85.556702 95.906525 +v -132.911102 -86.734825 95.665016 +v -133.911530 -81.735519 96.475037 +v -134.213013 -81.794235 96.400772 +v -134.926071 -80.637276 96.112923 +v -134.763092 -81.901360 96.112923 +v -135.368225 -80.665657 95.665016 +v -135.197998 -81.986053 95.665016 +v -133.911530 -78.264481 96.475037 +v -133.179840 -76.060791 96.475037 +v -134.213013 -78.205765 96.400772 +v -133.456573 -75.927521 96.400772 +v -133.961487 -75.684372 96.112923 +v -134.439789 -76.865776 96.112923 +v -134.360687 -75.492126 95.665016 +v -134.860291 -76.726158 95.665016 +v -129.199356 -71.950615 96.475037 +v -129.341431 -71.678299 96.400772 +v -130.536774 -72.062614 96.279053 +v -129.600647 -71.181427 96.112923 +v -130.827454 -71.645897 95.906525 +v -129.711319 -70.969284 95.906525 +v -130.944061 -71.478760 95.665016 +v -124.709007 -70.925720 96.475037 +v -125.901276 -70.657280 96.400772 +v -124.681198 -70.058601 96.112923 +v -125.955093 -70.099457 96.112923 +v -124.673531 -69.819443 95.906525 +v -125.997635 -69.658432 95.665016 +v -120.293549 -72.236206 96.475037 +v -121.200668 -71.417236 96.400772 +v -119.843811 -71.494316 96.112923 +v -120.973816 -70.904785 96.112923 +v -119.719757 -71.289696 95.906525 +v -120.794479 -70.499634 95.665016 +v -117.089340 -75.544800 96.475037 +v -117.477859 -74.386078 96.400772 +v -116.333420 -75.119072 96.112923 +v -117.028732 -74.050888 96.112923 +v -116.124924 -75.001648 95.906525 +v -116.673645 -73.785881 95.665016 +v -115.147339 -82.583672 95.906525 +v -115.378784 -82.522980 96.112923 +v -116.836960 -86.092224 95.906525 +v -117.244156 -85.788338 96.279053 +v -117.089340 -84.455200 96.475037 +v -117.683044 -87.086082 95.906525 +v -117.854935 -86.919609 96.112923 +v -120.794479 -89.500366 95.665016 +v -120.973816 -89.095215 96.112923 +v -122.101860 -89.764793 95.906525 +v -122.169945 -89.535400 96.112923 +v -125.997635 -90.341568 95.665016 +v -125.955093 -89.900551 96.112923 +v -127.266556 -89.930412 95.906525 +v -127.213310 -89.697128 96.112923 +v -130.944061 -88.521248 95.665016 +v -130.690567 -88.157852 96.112923 +v -130.369934 -87.698212 96.400772 +v -131.847916 -87.540321 95.906525 +v -131.687042 -87.363182 96.112923 +v -134.360687 -84.507866 95.665016 +v -133.961487 -84.315628 96.112923 +v -133.456573 -84.072472 96.400772 +v -133.179840 -83.939209 96.475037 +v -134.666885 -83.209625 95.906525 +v -134.439789 -83.134224 96.112923 +v -135.164856 -79.347397 95.906525 +v -134.926071 -79.362724 96.112923 +v -134.366806 -79.398628 96.400772 +v -134.997955 -78.052902 95.906525 +v -134.763092 -78.098633 96.112923 +v -133.536591 -74.443291 95.906525 +v -133.336060 -74.573830 96.112923 +v -132.755920 -73.397278 95.906525 +v -132.573730 -73.552391 96.112923 +v -131.103790 -73.279053 96.475037 +v -132.147003 -73.915672 96.400772 +v -131.687042 -72.636818 96.112923 +v -131.984924 -72.308815 95.665016 +v -128.517822 -70.440948 95.906525 +v -128.435181 -70.665512 96.112923 +v -127.020256 -71.148682 96.475037 +v -127.153488 -70.564934 96.279053 +v -127.266556 -70.069580 95.906525 +v -123.374352 -69.944771 95.906525 +v -123.412537 -70.180984 96.112923 +v -122.416794 -71.296310 96.475037 +v -123.501984 -70.734222 96.400772 +v -122.169945 -70.464600 96.112923 +v -122.043877 -70.039848 95.665016 +v -118.649261 -72.036423 95.906525 +v -118.798447 -72.223503 96.112923 +v -118.478149 -73.683937 96.475037 +v -119.147873 -72.661659 96.400772 +v -117.854935 -73.080383 96.112923 +v -117.536652 -72.772148 95.665016 +v -115.558624 -76.177605 95.906525 +v -115.780411 -76.267403 96.112923 +v -115.995590 -78.839012 96.475037 +v -116.299881 -76.477707 96.400772 +v -115.378784 -77.477020 96.112923 +v -114.950211 -77.364639 95.665016 +v -93.797607 -78.900002 89.269043 +v -93.564514 -81.099998 86.500000 +v -94.524597 -77.767487 88.986931 +v -95.066696 -78.264412 89.329727 +v -94.353989 -78.899994 89.603348 +v -93.967789 -78.146744 89.084793 +v -94.195023 -77.917847 89.076172 +v -94.142914 -77.610756 87.611092 +v -94.603882 -77.619102 88.706810 +v -94.315735 -78.110855 89.343758 +v -94.084625 -78.489319 89.494316 +v -93.807220 -78.713882 89.258629 +v -93.921295 -78.899994 89.466843 +v -93.778412 -77.772408 87.407745 +v -93.090424 -78.899994 87.158882 +v -93.128128 -78.608902 87.175079 +v -93.626434 -78.467590 86.569305 +v -93.931488 -77.910690 86.910736 +v -94.291763 -77.595970 87.397957 +v -93.926804 -77.736473 87.173752 +v -93.453415 -78.190491 86.783997 +v -93.267166 -78.251671 87.167694 +v -93.692139 -78.283905 86.642845 +v -93.236130 -78.542450 86.712402 +v -93.064621 -78.899994 86.989487 +v -93.185272 -78.899994 86.674156 +v -95.180786 -77.773521 87.068710 +v -95.372406 -78.064102 86.776939 +v -95.531342 -78.279266 86.645134 +v -95.713974 -78.515587 86.553810 +v -94.398483 -81.662964 89.476112 +v -94.353989 -81.099998 89.603348 +v -95.072876 -82.089951 89.067673 +v -95.091980 -82.347412 88.705231 +v -93.797607 -81.099998 89.269043 +v -93.869843 -81.099998 89.407684 +v -94.532455 -82.425560 88.473442 +v -94.406235 -82.252983 88.929466 +v -94.229980 -82.219032 88.800926 +v -94.078354 -82.040306 88.965088 +v -94.195343 -81.706299 89.441628 +v -93.889069 -81.662964 89.170029 +v -94.048569 -81.099998 89.557617 +v -93.090424 -81.099998 87.158882 +v -93.596481 -82.089310 87.376312 +v -93.266418 -81.716087 87.234497 +v -93.936996 -82.304901 87.522614 +v -94.291763 -82.404030 87.397957 +v -93.931488 -82.089310 86.910736 +v -93.446991 -81.976318 87.115875 +v -93.629028 -81.748322 86.664772 +v -93.187469 -81.457550 86.780014 +v -93.591858 -81.391098 86.530602 +v -93.097534 -81.099998 86.821327 +v -93.328308 -81.271217 86.574837 +v -96.018997 -81.102333 86.500008 +v -95.250778 -82.112999 86.933655 +v -95.506073 -81.754189 86.662247 +v -97.042984 -91.704651 88.239975 +v -94.936462 -88.415924 89.258629 +v -102.028275 -99.770973 88.239975 +v -99.110168 -97.450386 89.269043 +v -109.262131 -105.901978 88.239975 +v -105.624847 -104.479523 89.258629 +v -118.036560 -109.497513 88.239975 +v -114.311768 -109.335320 89.269043 +v -127.492599 -110.205620 88.239975 +v -123.900002 -111.202393 89.269043 +v -133.595917 -110.015152 89.269043 +v -142.294159 -105.991447 89.258629 +v -150.901978 -95.737869 88.239975 +v -149.479523 -99.375145 89.258629 +v -154.497513 -86.963455 88.239975 +v -154.335327 -90.688232 89.269043 +v -155.205627 -77.507401 88.239975 +v -156.192780 -81.286118 89.258629 +v -156.909576 -81.100006 87.158882 +v -152.957001 -68.295341 88.239975 +v -155.015152 -71.404091 89.269043 +v -150.991455 -62.705841 89.258629 +v -140.840195 -53.961555 87.762009 +v -144.375153 -55.520477 89.258629 +v -131.963455 -50.502487 88.239975 +v -135.688232 -50.664680 89.269043 +v -122.507401 -49.794380 88.239975 +v -126.099998 -48.797607 89.269043 +v -113.295334 -52.042976 88.239975 +v -116.584076 -49.936470 89.258629 +v -105.229019 -57.028282 88.239975 +v -107.705841 -54.008553 89.258629 +v -98.961563 -64.159805 87.762009 +v -100.520477 -60.624855 89.258629 +v -95.341064 -72.981400 87.762009 +v -95.731339 -69.137726 89.258629 +v -94.312286 -88.814438 87.158882 +v -95.442993 -90.760262 86.500000 +v -98.538055 -97.866058 87.158882 +v -100.214722 -99.367233 86.500000 +v -105.354111 -105.168823 87.158882 +v -107.412598 -106.078400 86.500000 +v -126.099998 -111.814728 86.674156 +v -135.760254 -109.556999 86.500000 +v -135.877457 -109.917679 86.674156 +v -133.814438 -110.687721 87.158882 +v -142.866058 -106.461945 87.158882 +v -144.367233 -104.785278 86.500000 +v -150.168823 -99.645889 87.158882 +v -151.078400 -97.587395 86.500000 +v -155.236847 -88.667938 86.500000 +v -156.435486 -78.899994 86.500000 +v -155.687714 -71.185562 87.158882 +v -154.557007 -69.239738 86.500000 +v -151.461945 -62.133942 87.158882 +v -149.785278 -60.632774 86.500000 +v -144.645889 -54.831177 87.158882 +v -142.587402 -53.921593 86.500000 +v -135.892975 -50.034554 86.743958 +v -123.899994 -48.185272 86.674156 +v -114.239746 -50.442993 86.500000 +v -116.185562 -49.312279 87.158882 +v -107.133942 -53.538055 87.158882 +v -105.632767 -55.214722 86.500000 +v -94.763153 -71.332062 86.500000 +v -95.223511 -88.518356 89.557617 +v -123.899994 -110.951424 89.557617 +v -133.518356 -109.776474 89.557617 +v -155.951416 -81.099998 89.557617 +v -154.776474 -71.481651 89.557617 +v -135.610687 -50.903366 89.557617 +v -116.481644 -50.223518 89.557617 +v -95.159607 -71.460876 89.517235 +v -95.903366 -69.389320 89.557617 +v -95.857498 -87.121452 88.896599 +v -95.326294 -87.294174 88.986931 +v -95.995407 -87.599258 89.329727 +v -95.513977 -88.423981 89.603348 +v -94.913925 -87.826935 89.084793 +v -95.059311 -87.539009 89.076172 +v -95.274109 -87.108139 88.473442 +v -95.233749 -87.685280 89.343758 +v -95.130920 -88.116631 89.494316 +v -94.787155 -87.358086 87.426231 +v -94.487854 -87.717171 87.376312 +v -94.258179 -88.525932 87.175079 +v -94.688416 -88.237556 86.569305 +v -94.806442 -87.613647 86.910736 +v -95.340897 -87.018661 87.762260 +v -94.946777 -87.326828 87.213425 +v -94.438248 -88.027481 86.783997 +v -94.280014 -88.143227 87.167694 +v -94.694168 -88.042557 86.642845 +v -94.340347 -88.429367 86.712402 +v -94.255478 -88.652863 86.911140 +v -94.402466 -88.785126 86.674156 +v -95.952225 -87.097130 87.068710 +v -96.224243 -87.314285 86.776939 +v -96.441895 -87.469795 86.645134 +v -97.097015 -87.907394 86.500008 +v -96.410110 -91.037964 89.476112 +v -96.193817 -90.516304 89.603348 +v -96.571426 -91.401657 89.200119 +v -97.237335 -91.368156 88.896599 +v -95.664673 -90.688232 89.269043 +v -95.896362 -91.032745 89.353645 +v -96.773178 -91.721832 88.473442 +v -96.599792 -91.596710 88.929466 +v -96.421692 -91.618881 88.800926 +v -95.925629 -91.195381 89.170029 +v -96.230301 -91.141953 89.441628 +v -95.975586 -90.804031 89.541939 +v -94.992111 -90.906761 87.158882 +v -95.779114 -91.691269 87.376312 +v -95.349884 -91.438309 87.234497 +v -96.169571 -91.791084 87.522614 +v -96.537613 -91.775734 87.397957 +v -96.097717 -91.587753 86.910736 +v -95.602036 -91.630005 87.115875 +v -95.704697 -91.356918 86.664772 +v -95.194885 -91.216827 86.780014 +v -95.558945 -91.028671 86.530602 +v -94.967575 -90.914734 86.989487 +v -95.271271 -90.996094 86.574837 +v -95.034546 -90.892975 86.743958 +v -97.778061 -90.003998 86.500008 +v -97.359756 -91.202599 86.933655 +v -97.491684 -90.782455 86.662247 +v -99.032639 -96.106857 88.986931 +v -99.097748 -95.738052 88.239784 +v -99.433823 -97.215240 89.604652 +v -98.805099 -96.740967 89.084793 +v -98.802216 -96.290924 88.800926 +v -98.925522 -95.946045 88.473442 +v -98.888336 -96.391678 89.108101 +v -99.065491 -96.507416 89.343758 +v -99.100983 -96.949432 89.494316 +v -99.008545 -97.294159 89.258629 +v -99.258835 -97.342377 89.517235 +v -98.743469 -96.104950 87.397957 +v -98.365952 -96.768234 87.376312 +v -98.397446 -97.608391 87.175079 +v -98.717529 -97.201172 86.569305 +v -98.681808 -96.255188 87.213425 +v -98.414673 -97.078690 86.783997 +v -98.299957 -97.237671 87.167694 +v -98.662720 -97.013947 86.642845 +v -98.445755 -97.491158 86.712402 +v -98.543793 -97.861885 86.821327 +v -98.614777 -97.810310 86.674156 +v -99.567062 -95.726028 87.068710 +v -99.892883 -95.848495 86.776939 +v -100.147934 -95.929138 86.645134 +v -100.906189 -96.142883 86.500008 +v -101.690857 -98.829514 89.413605 +v -100.853409 -98.903198 89.603348 +v -101.516602 -99.583641 89.212769 +v -102.109100 -99.390884 88.896599 +v -100.403305 -99.230225 89.269043 +v -100.461731 -99.187759 89.407684 +v -101.776947 -99.870697 88.473442 +v -101.827209 -99.772331 88.720825 +v -101.410843 -99.881401 88.800926 +v -101.183121 -99.825928 88.965088 +v -101.081451 -99.486946 89.441628 +v -100.808182 -99.631912 89.170029 +v -100.606323 -99.082710 89.557617 +v -99.831177 -99.645889 87.158882 +v -100.822083 -100.148811 87.376312 +v -100.335693 -100.040871 87.234497 +v -101.224289 -100.123077 87.522614 +v -101.569565 -99.994751 87.397957 +v -101.093109 -99.951904 86.910736 +v -100.634735 -100.145264 87.115875 +v -100.647995 -99.853821 86.664772 +v -100.119843 -99.878113 86.780014 +v -100.407944 -99.586670 86.530602 +v -99.836914 -99.641724 86.821327 +v -100.124268 -99.644592 86.574837 +v -102.201797 -97.926414 86.500008 +v -102.174362 -99.195602 86.933655 +v -102.169998 -98.755264 86.662247 +v -105.280869 -103.342880 88.986931 +v -105.129303 -103.223045 88.473442 +v -105.848267 -103.088654 89.213837 +v -106.001526 -103.196396 89.329727 +v -106.096802 -104.146584 89.603348 +v -105.260406 -104.016266 89.084793 +v -105.208786 -103.697884 89.076172 +v -105.435883 -103.713684 89.343758 +v -105.606247 -104.123100 89.494316 +v -105.842468 -104.496635 89.466843 +v -104.846252 -103.949455 87.407745 +v -105.140747 -104.967216 87.175079 +v -105.319336 -104.481018 86.569305 +v -105.048096 -103.906891 86.910736 +v -105.130753 -103.111397 87.762260 +v -104.904388 -103.808273 87.173752 +v -104.993469 -104.458115 86.783997 +v -104.933472 -104.644760 87.167694 +v -105.209366 -104.319893 86.642845 +v -105.150482 -104.840790 86.712402 +v -105.213181 -105.071495 86.911140 +v -105.409851 -105.092087 86.674156 +v -105.671448 -102.815552 87.068710 +v -106.019165 -102.831345 86.776939 +v -106.286652 -102.829224 86.645134 +v -107.073578 -102.798203 86.500008 +v -108.358246 -105.734619 89.476112 +v -107.876648 -105.439713 89.603348 +v -108.717636 -105.881920 89.212769 +v -109.221573 -105.515511 88.896599 +v -107.549606 -105.889832 89.269043 +v -109.053955 -106.074463 88.473442 +v -109.071350 -105.965393 88.720825 +v -108.709076 -106.197784 88.800926 +v -108.475342 -106.215393 88.965088 +v -108.273895 -105.924423 89.441628 +v -107.939545 -106.032364 89.353645 +v -107.869202 -105.800774 89.541939 +v -107.133942 -106.461945 87.158882 +v -107.962708 -106.681923 87.291718 +v -107.548996 -106.651733 87.197731 +v -108.606323 -106.485283 87.522614 +v -108.895050 -106.256531 87.397957 +v -108.428680 -106.363022 86.910736 +v -108.052490 -106.688560 87.115875 +v -107.975037 -106.407288 86.664772 +v -107.480240 -106.593597 86.780014 +v -107.664169 -106.227386 86.530602 +v -107.412277 -106.370132 86.574837 +v -107.160172 -106.425850 86.743958 +v -108.857193 -104.094063 86.500008 +v -109.223297 -105.309616 86.933655 +v -109.083069 -104.892174 86.662247 +v -113.764343 -107.816544 89.067673 +v -113.459335 -108.293945 88.986931 +v -113.295227 -107.957306 88.239784 +v -114.483704 -108.806175 89.603348 +v -113.647964 -108.940697 89.084793 +v -113.298538 -108.349136 88.592575 +v -113.500488 -108.653847 89.076172 +v -113.721359 -108.598694 89.343758 +v -114.009888 -108.935432 89.494316 +v -114.137726 -109.268661 89.258629 +v -114.368561 -109.160553 89.517235 +v -114.411789 -109.027504 89.586998 +v -113.224258 -108.462379 87.397957 +v -113.308731 -109.220886 87.376312 +v -114.093231 -110.007889 87.158882 +v -113.828033 -109.882072 87.175079 +v -113.847626 -109.364494 86.569305 +v -113.428726 -109.217224 86.851753 +v -113.262695 -108.620163 87.213425 +v -113.531250 -109.639458 87.167694 +v -113.693237 -109.245239 86.642845 +v -113.798203 -109.758835 86.712402 +v -114.095428 -110.001129 86.821327 +v -114.141525 -109.859245 86.613991 +v -113.667847 -107.671730 87.068710 +v -114.003418 -107.579300 86.776939 +v -114.257172 -107.494621 86.645134 +v -114.995697 -107.222061 86.500008 +v -117.210220 -108.934158 89.413605 +v -116.551880 -109.560303 89.610146 +v -117.512512 -109.646698 89.212769 +v -117.878555 -109.142494 88.896599 +v -116.404099 -110.015152 89.269043 +v -116.426422 -109.946457 89.407684 +v -117.830658 -109.769707 88.627487 +v -117.385132 -110.038727 88.965088 +v -117.103622 -109.824242 89.441628 +v -116.967758 -110.102142 89.170029 +v -116.504105 -109.707336 89.586998 +v -116.185562 -110.687721 87.158882 +v -117.282822 -110.512154 87.376312 +v -116.825882 -110.710724 87.234497 +v -117.510010 -110.350655 87.328041 +v -117.981400 -109.658928 87.762009 +v -117.676651 -110.105919 87.269997 +v -117.386353 -110.193550 86.910736 +v -117.129181 -110.619400 87.115875 +v -116.968597 -110.375824 86.664772 +v -116.555603 -110.705917 86.780014 +v -116.617371 -110.300797 86.530602 +v -116.177582 -110.712265 86.989487 +v -116.421906 -110.514389 86.574837 +v -116.199356 -110.645287 86.743958 +v -117.092758 -107.903221 86.500008 +v -117.816574 -108.946144 86.933655 +v -117.554214 -108.592468 86.662247 +v -122.910049 -109.927116 89.067673 +v -122.767487 -110.475403 88.986931 +v -123.899994 -110.646011 89.603348 +v -123.146744 -111.032211 89.084793 +v -122.917847 -110.804970 89.076172 +v -122.509972 -110.376366 87.762260 +v -122.574432 -110.467537 88.473442 +v -123.110855 -110.684265 89.343758 +v -123.489319 -110.915367 89.494316 +v -123.713882 -111.192772 89.258629 +v -122.772408 -111.221588 87.407745 +v -123.899994 -111.909569 87.158882 +v -123.608902 -111.871864 87.175079 +v -123.467590 -111.373566 86.569305 +v -123.023682 -111.362953 86.851753 +v -122.595970 -110.708229 87.397957 +v -122.736473 -111.073196 87.173752 +v -123.251671 -111.732834 87.167694 +v -123.283905 -111.307861 86.642845 +v -123.542450 -111.763870 86.712402 +v -123.899994 -111.935371 86.989487 +v -123.899994 -111.814728 86.674156 +v -122.773521 -109.819214 87.068710 +v -123.064102 -109.627602 86.776939 +v -123.279266 -109.468658 86.645134 +v -126.662964 -110.601524 89.476112 +v -126.100006 -110.646011 89.603348 +v -126.922897 -109.936218 89.213837 +v -127.232620 -109.916809 88.896599 +v -126.099998 -111.202393 89.269043 +v -126.099998 -111.130157 89.407684 +v -127.425560 -110.467537 88.473442 +v -127.252983 -110.593773 88.929466 +v -127.219032 -110.770020 88.800926 +v -127.040306 -110.921646 88.965088 +v -126.706299 -110.804657 89.441628 +v -126.662964 -111.110939 89.170029 +v -126.306206 -110.942490 89.541939 +v -126.099998 -111.909569 87.158882 +v -127.089310 -111.403519 87.376312 +v -126.716087 -111.733566 87.234497 +v -127.304901 -111.063004 87.522614 +v -127.404030 -110.708229 87.397957 +v -127.089310 -111.068520 86.910736 +v -126.976318 -111.552994 87.115875 +v -126.748322 -111.370964 86.664772 +v -126.809509 -111.675591 86.963303 +v -126.391098 -111.408142 86.530602 +v -126.099998 -111.935371 86.989487 +v -126.457550 -111.812531 86.780014 +v -126.099998 -111.521156 86.507393 +v -126.102333 -108.981010 86.500008 +v -127.112999 -109.749222 86.933655 +v -126.754189 -109.493927 86.662247 +v -132.294174 -109.673714 88.986931 +v -131.963531 -109.497826 88.239784 +v -132.422012 -109.065247 89.213837 +v -133.423981 -109.486008 89.603348 +v -132.826935 -110.086067 89.084793 +v -132.539001 -109.940689 89.076172 +v -132.108139 -109.725891 88.473442 +v -132.685272 -109.766251 89.343758 +v -133.116638 -109.869080 89.494316 +v -133.415924 -110.063522 89.258629 +v -132.203003 -109.948151 87.397957 +v -132.717163 -110.512154 87.376312 +v -133.525940 -110.741821 87.175079 +v -133.237549 -110.311569 86.569305 +v -132.613647 -110.193550 86.910736 +v -132.326828 -110.053215 87.213425 +v -133.027481 -110.561745 86.783997 +v -133.143219 -110.719986 87.167694 +v -133.042557 -110.305847 86.642845 +v -133.429367 -110.659653 86.712402 +v -133.561249 -110.439018 86.538551 +v -133.652863 -110.744530 86.911140 +v -133.766144 -110.539085 86.613991 +v -132.097137 -109.047775 87.068710 +v -132.314285 -108.775749 86.776939 +v -132.469788 -108.558090 86.645134 +v -132.907074 -107.903496 86.500008 +v -136.037964 -108.589897 89.476112 +v -135.516296 -108.806175 89.603348 +v -136.235657 -107.816544 89.067673 +v -136.474609 -107.718826 88.705231 +v -135.688232 -109.335320 89.269043 +v -135.665909 -109.266617 89.407684 +v -136.721832 -108.226814 88.473442 +v -136.596710 -108.400192 88.929466 +v -136.618881 -108.578308 88.800926 +v -136.495758 -108.777740 88.965088 +v -136.141953 -108.769691 89.441628 +v -136.195374 -109.074371 89.170029 +v -135.588211 -109.027504 89.586998 +v -135.906769 -110.007889 87.158882 +v -136.691269 -109.220886 87.376312 +v -136.438309 -109.650116 87.234497 +v -136.791077 -108.830421 87.522614 +v -136.775726 -108.462379 87.397957 +v -136.587753 -108.902283 86.910736 +v -136.630005 -109.397964 87.115875 +v -136.356918 -109.295296 86.664772 +v -136.509247 -109.566109 86.963303 +v -136.028671 -109.441048 86.530602 +v -135.914734 -110.032425 86.989487 +v -136.216827 -109.805099 86.780014 +v -135.836578 -109.791870 86.565247 +v -135.153198 -107.278755 86.505745 +v -136.202606 -107.640236 86.933655 +v -135.782455 -107.508316 86.662247 +v -141.507416 -105.934509 89.343758 +v -140.940201 -105.990417 88.706810 +v -140.564468 -105.646584 88.281067 +v -142.123352 -105.439713 89.603348 +v -141.740967 -106.194901 89.084793 +v -141.290924 -106.197784 88.800926 +v -140.946045 -106.074463 88.473442 +v -141.391678 -106.111664 89.108101 +v -141.949432 -105.899010 89.494316 +v -142.302872 -105.686798 89.557617 +v -141.334244 -106.460335 87.426231 +v -141.768234 -106.634041 87.376312 +v -142.608398 -106.602554 87.175079 +v -142.201172 -106.282471 86.569305 +v -141.835815 -106.534813 86.851753 +v -140.840302 -106.038597 87.762260 +v -141.255188 -106.318192 87.213425 +v -142.237671 -106.700043 87.167694 +v -142.013947 -106.337280 86.642845 +v -142.491150 -106.554245 86.712402 +v -142.729950 -106.565903 86.911140 +v -142.810303 -106.385216 86.674156 +v -140.726028 -105.432938 87.068710 +v -140.848495 -105.107124 86.776939 +v -140.929138 -104.852066 86.645134 +v -141.142609 -104.094788 86.500008 +v -144.332489 -103.779694 89.476112 +v -143.903198 -104.146584 89.603348 +v -144.583649 -103.483398 89.212769 +v -144.478592 -102.816322 88.705231 +v -144.375153 -104.479523 89.258629 +v -144.870697 -103.223045 88.473442 +v -144.892166 -103.468529 88.702118 +v -144.739594 -104.016266 89.084793 +v -144.486938 -103.918549 89.441628 +v -144.082703 -104.393669 89.557617 +v -144.645889 -105.168823 87.158882 +v -145.148804 -104.177917 87.376312 +v -145.040863 -104.664307 87.234497 +v -145.123077 -103.775711 87.522614 +v -144.994751 -103.430428 87.397957 +v -144.951904 -103.906891 86.910736 +v -145.145264 -104.365257 87.115875 +v -144.853821 -104.352005 86.664772 +v -144.878113 -104.880150 86.780014 +v -144.586670 -104.592056 86.530602 +v -144.661057 -105.189697 86.989487 +v -144.644592 -104.875732 86.574837 +v -144.619659 -105.132721 86.743958 +v -143.438919 -102.821259 86.559380 +v -142.926743 -102.798218 86.500008 +v -143.755264 -102.830002 86.662247 +v -147.890900 -99.390884 88.896599 +v -148.342880 -99.719131 88.986931 +v -148.196396 -98.998474 89.329727 +v -149.146576 -98.903198 89.603348 +v -149.016266 -99.739586 89.084793 +v -148.697876 -99.791206 89.076172 +v -148.223053 -99.870697 88.473442 +v -148.713684 -99.564110 89.343758 +v -149.123108 -99.393761 89.494316 +v -149.496643 -99.157524 89.466843 +v -148.711487 -100.117722 87.426231 +v -149.177917 -100.148811 87.376312 +v -149.967224 -99.859238 87.175079 +v -149.481018 -99.680664 86.569305 +v -148.906891 -99.951904 86.910736 +v -148.111389 -99.869255 87.762260 +v -148.592361 -100.006958 87.213425 +v -149.458115 -100.006531 86.783997 +v -149.644760 -100.066513 87.167694 +v -149.319885 -99.790649 86.642845 +v -149.840790 -99.849518 86.712402 +v -150.163071 -99.641724 86.821327 +v -150.092087 -99.590149 86.674156 +v -147.815552 -99.328552 87.068710 +v -147.831345 -98.980843 86.776939 +v -147.829224 -98.713348 86.645134 +v -147.820374 -98.414810 86.553810 +v -150.734619 -96.641754 89.476112 +v -150.439713 -97.123352 89.603348 +v -150.881927 -96.282364 89.212769 +v -150.515503 -95.778427 88.896599 +v -150.889832 -97.450386 89.269043 +v -151.352661 -96.174789 87.563103 +v -151.170746 -96.172882 88.702118 +v -151.215393 -96.524643 88.965088 +v -150.924423 -96.726097 89.441628 +v -151.032364 -97.060455 89.353645 +v -150.800781 -97.130798 89.541939 +v -151.461945 -97.866058 87.158882 +v -151.634033 -96.768234 87.376312 +v -151.681686 -97.264175 87.234497 +v -151.550659 -96.502274 87.328041 +v -151.369385 -96.268158 87.269997 +v -151.363022 -96.571335 86.910736 +v -151.688568 -96.947510 87.115875 +v -151.407288 -97.024963 86.664772 +v -151.593597 -97.519753 86.780014 +v -151.227386 -97.335823 86.530602 +v -151.456207 -97.861885 86.821327 +v -151.370132 -97.587708 86.574837 +v -149.588623 -96.006363 86.559380 +v -149.892181 -95.916931 86.662247 +v -152.816544 -91.235649 89.067673 +v -153.293945 -91.540657 88.986931 +v -152.957306 -91.704765 88.239784 +v -152.931931 -90.900543 89.329727 +v -153.954849 -90.564606 89.604652 +v -153.940704 -91.352028 89.084793 +v -153.653839 -91.499504 89.076172 +v -153.608521 -91.807671 87.611092 +v -153.226807 -91.721832 88.473442 +v -153.598694 -91.278641 89.343758 +v -153.935425 -90.990112 89.494316 +v -154.268661 -90.862267 89.258629 +v -154.266617 -90.665909 89.407684 +v -154.005127 -91.766571 87.407745 +v -155.007889 -90.906761 87.158882 +v -154.882080 -91.171967 87.175079 +v -154.364502 -91.152374 86.569305 +v -154.217224 -91.571274 86.851753 +v -153.462372 -91.775734 87.397957 +v -153.852905 -91.754890 87.173752 +v -154.639465 -91.468742 87.167694 +v -154.245239 -91.306763 86.642845 +v -154.758835 -91.201790 86.712402 +v -155.032425 -90.914734 86.989487 +v -154.917679 -90.877457 86.674156 +v -152.671722 -91.332153 87.068710 +v -152.579300 -90.996582 86.776939 +v -152.494629 -90.742828 86.645134 +v -152.393951 -90.461639 86.553810 +v -154.617676 -87.874817 89.476112 +v -154.486008 -88.423973 89.603348 +v -154.646698 -87.487495 89.212769 +v -154.142487 -87.121452 88.896599 +v -155.015152 -88.595901 89.269043 +v -154.946457 -88.573586 89.407684 +v -154.769714 -87.169342 88.627487 +v -155.038727 -87.614868 88.965088 +v -154.824249 -87.896378 89.441628 +v -155.102142 -88.032234 89.170029 +v -154.831696 -88.319481 89.541939 +v -155.687714 -88.814438 87.158882 +v -155.512146 -87.717171 87.376312 +v -155.710724 -88.174110 87.234497 +v -155.254929 -87.406906 87.522614 +v -155.130432 -87.325371 87.299911 +v -155.193542 -87.613647 86.910736 +v -155.619400 -87.870819 87.115875 +v -155.375824 -88.031403 86.664772 +v -155.705917 -88.444397 86.780014 +v -155.300797 -88.382637 86.530602 +v -155.712265 -88.822411 86.989487 +v -155.514389 -88.578087 86.574837 +v -155.645294 -88.800652 86.743958 +v -153.331406 -87.624664 86.559380 +v -152.903229 -87.907249 86.500008 +v -153.946136 -87.183434 86.933655 +v -153.592468 -87.445793 86.662247 +v -154.927124 -82.089951 89.067673 +v -155.475403 -82.232506 88.986931 +v -155.205948 -82.492607 88.239784 +v -155.646011 -81.100006 89.603348 +v -156.032211 -81.853249 89.084793 +v -155.804962 -82.082153 89.076172 +v -155.857086 -82.389244 87.611092 +v -155.467529 -82.425560 88.473442 +v -155.684265 -81.889145 89.343758 +v -155.915375 -81.510674 89.494316 +v -156.221588 -82.227592 87.407745 +v -156.871857 -81.391098 87.175079 +v -156.373566 -81.532410 86.569305 +v -156.068512 -82.089310 86.910736 +v -155.708221 -82.404030 87.397957 +v -156.073196 -82.263527 87.173752 +v -156.546570 -81.809509 86.783997 +v -156.732834 -81.748322 87.167694 +v -156.307861 -81.716087 86.642845 +v -156.763870 -81.457550 86.712402 +v -156.935364 -81.099998 86.989487 +v -156.814728 -81.099998 86.674156 +v -154.819214 -82.226479 87.068710 +v -154.627594 -81.935898 86.776939 +v -154.468658 -81.720734 86.645134 +v -153.980835 -81.102119 86.500008 +v -155.601532 -78.337036 89.476112 +v -155.646011 -78.899994 89.603348 +v -155.509445 -77.959694 89.212769 +v -154.916809 -77.767380 88.896599 +v -156.202393 -78.899994 89.269043 +v -155.467529 -77.574432 88.473442 +v -155.593781 -77.747009 88.929466 +v -155.770020 -77.780968 88.800926 +v -155.921646 -77.959694 88.965088 +v -155.804657 -78.293701 89.441628 +v -156.088501 -78.500755 89.353645 +v -155.942490 -78.693787 89.541939 +v -156.909576 -78.899994 87.158882 +v -156.403519 -77.910690 87.376312 +v -156.733566 -78.283905 87.234497 +v -156.063004 -77.695107 87.522614 +v -155.708221 -77.595970 87.397957 +v -156.068512 -77.910690 86.910736 +v -156.552994 -78.023682 87.115875 +v -156.370972 -78.251671 86.664772 +v -156.812531 -78.542450 86.780014 +v -156.408142 -78.608902 86.530602 +v -156.935364 -78.899994 86.989487 +v -156.671692 -78.728783 86.574837 +v -156.864960 -78.899994 86.743958 +v -154.081146 -78.773338 86.505745 +v -154.749222 -77.887001 86.933655 +v -154.493927 -78.245811 86.662247 +v -154.108215 -72.739677 89.067673 +v -154.673706 -72.705826 88.986931 +v -154.497833 -73.036469 88.239784 +v -154.004578 -72.400742 89.329727 +v -154.486008 -71.576019 89.603348 +v -155.086060 -72.173065 89.084793 +v -154.940689 -72.460991 89.076172 +v -155.085144 -72.736938 87.611092 +v -154.725891 -72.891861 88.473442 +v -154.766251 -72.314720 89.343758 +v -154.869080 -71.883362 89.494316 +v -155.063522 -71.584076 89.258629 +v -155.381866 -72.470566 87.407745 +v -155.741821 -71.474060 87.175079 +v -155.311569 -71.762444 86.569305 +v -155.193542 -72.386353 86.910736 +v -154.948151 -72.796997 87.397957 +v -155.251831 -72.550598 87.173752 +v -155.561737 -71.972519 86.783997 +v -155.719986 -71.856773 87.167694 +v -155.305847 -71.957443 86.642845 +v -155.659653 -71.570633 86.712402 +v -155.744537 -71.347137 86.911140 +v -155.539093 -71.233856 86.613991 +v -154.047775 -72.902863 87.068710 +v -153.775757 -72.685715 86.776939 +v -153.558090 -72.530205 86.645134 +v -152.986938 -69.294998 89.413605 +v -153.806183 -69.483704 89.603348 +v -152.876831 -68.920410 89.213837 +v -152.762665 -68.631844 88.896599 +v -154.335327 -69.311768 89.269043 +v -154.266617 -69.334091 89.407684 +v -153.226807 -68.278168 88.473442 +v -153.148621 -68.356194 88.720825 +v -153.578308 -68.381111 88.800926 +v -153.563782 -68.524765 89.136795 +v -153.777740 -68.504242 88.965088 +v -153.769684 -68.858055 89.441628 +v -154.074371 -68.804619 89.170029 +v -154.027496 -69.411789 89.586998 +v -155.007889 -69.093239 87.158882 +v -154.220886 -68.308731 87.376312 +v -154.650116 -68.561691 87.234497 +v -153.830414 -68.208916 87.522614 +v -153.681763 -68.216125 87.299911 +v -153.902283 -68.412254 86.910736 +v -154.397964 -68.369995 87.115875 +v -154.295288 -68.643082 86.664772 +v -154.805099 -68.783173 86.780014 +v -154.441040 -68.971336 86.530602 +v -155.032425 -69.085266 86.989487 +v -154.728729 -69.003906 86.574837 +v -154.965454 -69.107025 86.743958 +v -152.402252 -69.515701 86.559380 +v -152.640228 -68.797401 86.933655 +v -152.508316 -69.217545 86.662247 +v -150.967346 -63.893143 88.986931 +v -150.902252 -64.261948 88.239784 +v -150.236694 -63.809769 89.329727 +v -150.439713 -62.876648 89.603348 +v -151.194901 -63.259033 89.084793 +v -151.129883 -63.943016 88.592575 +v -151.111664 -63.608322 89.108101 +v -150.934509 -63.492584 89.343758 +v -150.899017 -63.050568 89.494316 +v -150.686798 -62.697128 89.557617 +v -151.256531 -63.895050 87.397957 +v -151.634033 -63.231758 87.376312 +v -151.602554 -62.391609 87.175079 +v -151.282471 -62.798828 86.569305 +v -151.363022 -63.428673 86.910736 +v -151.318192 -63.744812 87.213425 +v -151.585327 -62.921310 86.783997 +v -151.700043 -62.762337 87.167694 +v -151.337280 -62.986046 86.642845 +v -151.554245 -62.508850 86.712402 +v -151.565903 -62.270050 86.911140 +v -151.335510 -62.225800 86.613991 +v -150.432938 -64.273964 87.068710 +v -150.107117 -64.151512 86.776939 +v -149.852066 -64.070862 86.645134 +v -149.565399 -63.987030 86.553810 +v -148.779694 -60.667511 89.476112 +v -149.146576 -61.096802 89.603348 +v -147.983093 -60.718475 89.067673 +v -147.816330 -60.521416 88.705231 +v -149.479523 -60.624855 89.258629 +v -148.223053 -60.129303 88.473442 +v -148.426605 -60.194733 88.929466 +v -148.589142 -60.118599 88.800926 +v -149.016266 -60.260406 89.084793 +v -148.918549 -60.513054 89.441628 +v -149.393677 -60.917290 89.557617 +v -150.168823 -60.354111 87.158882 +v -149.177917 -59.851189 87.376312 +v -149.664307 -59.959129 87.234497 +v -148.775711 -59.876923 87.522614 +v -148.430420 -60.005249 87.397957 +v -148.906891 -60.048096 86.910736 +v -149.365265 -59.854736 87.115875 +v -149.352005 -60.146179 86.664772 +v -149.880157 -60.121887 86.780014 +v -149.592056 -60.413330 86.530602 +v -150.189697 -60.338936 86.989487 +v -149.875732 -60.355408 86.574837 +v -150.132721 -60.380333 86.743958 +v -147.798172 -62.074081 86.500008 +v -147.825638 -60.804398 86.933655 +v -147.830002 -61.244736 86.662247 +v -144.792572 -56.808487 88.706810 +v -144.771179 -57.028008 88.239784 +v -143.903198 -55.853416 89.603348 +v -144.739594 -55.983734 89.084793 +v -144.791199 -56.302116 89.076172 +v -144.870697 -56.776947 88.473442 +v -144.564117 -56.286316 89.343758 +v -144.393768 -55.876892 89.494316 +v -144.082703 -55.606331 89.557617 +v -144.994751 -56.569572 87.397957 +v -145.148804 -55.822083 87.376312 +v -144.859238 -55.032784 87.175079 +v -144.680664 -55.518982 86.569305 +v -145.006958 -56.407639 87.213425 +v -145.006531 -55.541893 86.783997 +v -145.066513 -55.355232 87.167694 +v -144.790649 -55.680107 86.642845 +v -144.849518 -55.159210 86.712402 +v -144.641724 -54.836922 86.821327 +v -144.590149 -54.907906 86.674156 +v -144.328552 -57.184441 87.068710 +v -143.980835 -57.168663 86.776939 +v -143.713348 -57.170776 86.645134 +v -142.926422 -57.201805 86.500008 +v -141.641754 -54.265381 89.476112 +v -142.123352 -54.560295 89.603348 +v -141.282364 -54.118088 89.212769 +v -140.680405 -54.424133 88.705231 +v -142.450378 -54.110168 89.269043 +v -141.174789 -53.647331 87.563103 +v -140.953125 -53.985657 88.692101 +v -141.172882 -53.829254 88.702118 +v -141.524643 -53.784599 88.965088 +v -141.726105 -54.075569 89.441628 +v -142.060455 -53.967636 89.353645 +v -142.260147 -54.372009 89.586998 +v -142.866058 -53.538055 87.158882 +v -141.768234 -53.365959 87.376312 +v -142.264175 -53.318306 87.234497 +v -141.393677 -53.514717 87.522614 +v -141.104950 -53.743469 87.397957 +v -141.571335 -53.636971 86.910736 +v -141.947510 -53.311440 87.115875 +v -142.024963 -53.592712 86.664772 +v -142.519745 -53.406403 86.780014 +v -142.335815 -53.772606 86.530602 +v -142.861877 -53.543793 86.821327 +v -142.587708 -53.629868 86.574837 +v -141.142807 -55.905937 86.500008 +v -140.776703 -54.690384 86.933655 +v -140.916931 -55.107826 86.662247 +v -136.368149 -52.237335 88.896599 +v -136.540649 -51.706055 88.986931 +v -135.900543 -52.068062 89.329727 +v -135.516296 -51.193825 89.603348 +v -136.352020 -51.059303 89.084793 +v -136.499512 -51.346153 89.076172 +v -136.807678 -51.391479 87.611092 +v -136.721832 -51.773186 88.473442 +v -136.278641 -51.401306 89.343758 +v -135.990112 -51.064568 89.494316 +v -135.862274 -50.731339 89.258629 +v -136.766571 -50.994865 87.407745 +v -135.906769 -49.992119 87.158882 +v -136.171967 -50.117920 87.175079 +v -136.152374 -50.635506 86.569305 +v -136.571274 -50.782776 86.851753 +v -136.775726 -51.537621 87.397957 +v -136.754883 -51.147102 87.173752 +v -136.468750 -50.360542 87.167694 +v -136.306763 -50.754761 86.642845 +v -136.201782 -50.241165 86.712402 +v -135.914734 -49.967575 86.989487 +v -136.332153 -52.328270 87.068710 +v -135.996582 -52.420700 86.776939 +v -135.742828 -52.505379 86.645134 +v -135.004303 -52.777939 86.500008 +v -132.874817 -50.382332 89.476112 +v -133.423981 -50.513985 89.603348 +v -132.487488 -50.353302 89.212769 +v -132.121460 -50.857506 88.896599 +v -133.595901 -49.984848 89.269043 +v -133.573578 -50.053543 89.407684 +v -132.108139 -50.274109 88.473442 +v -132.125305 -50.383217 88.720825 +v -132.398026 -50.050255 88.800926 +v -132.614868 -49.961273 88.965088 +v -132.896378 -50.175758 89.441628 +v -133.032227 -49.897858 89.170029 +v -133.319489 -50.168304 89.541939 +v -133.814438 -49.312279 87.158882 +v -132.717163 -49.487846 87.376312 +v -133.174103 -49.289276 87.234497 +v -132.406906 -49.745071 87.522614 +v -132.325378 -49.869576 87.299911 +v -132.613647 -49.806450 86.910736 +v -132.870819 -49.380600 87.115875 +v -133.031403 -49.624176 86.664772 +v -133.067352 -49.315552 86.963303 +v -133.382629 -49.699203 86.530602 +v -133.822418 -49.287743 86.989487 +v -133.800659 -49.354721 86.743958 +v -133.744247 -49.528290 86.565247 +v -132.907257 -52.096779 86.500008 +v -132.183441 -51.053856 86.933655 +v -132.445801 -51.407532 86.662247 +v -127.232506 -49.524597 88.986931 +v -127.492607 -49.794044 88.239784 +v -126.735588 -50.066704 89.329727 +v -127.089951 -50.072884 89.067673 +v -126.100006 -49.353996 89.603348 +v -126.853249 -48.967796 89.084793 +v -127.082153 -49.195030 89.076172 +v -127.389244 -49.142914 87.611092 +v -127.425560 -49.532463 88.473442 +v -126.889145 -49.315735 89.343758 +v -126.510674 -49.084633 89.494316 +v -126.286118 -48.807228 89.258629 +v -126.099998 -48.921295 89.466843 +v -127.227592 -48.778412 87.407745 +v -126.100006 -48.090424 87.158882 +v -126.391098 -48.128128 87.175079 +v -126.532410 -48.626434 86.569305 +v -126.976318 -48.637047 86.851753 +v -127.404030 -49.291771 87.397957 +v -127.263527 -48.926804 87.173752 +v -126.748322 -48.267174 87.167694 +v -126.716087 -48.692139 86.642845 +v -126.457550 -48.236130 86.712402 +v -126.099998 -48.064629 86.989487 +v -126.099998 -48.185272 86.674156 +v -127.226479 -50.180786 87.068710 +v -126.935898 -50.372398 86.776939 +v -126.720734 -50.531342 86.645134 +v -126.102333 -51.018990 86.500008 +v -123.337036 -49.398476 89.476112 +v -123.899994 -49.353989 89.603348 +v -122.959694 -49.490562 89.212769 +v -122.767380 -50.083191 88.896599 +v -123.899994 -48.797607 89.269043 +v -123.899994 -48.869850 89.407684 +v -122.619102 -49.471878 88.627487 +v -122.959694 -49.078354 88.965088 +v -123.293701 -49.195351 89.441628 +v -123.337036 -48.889061 89.170029 +v -123.899994 -49.048576 89.557617 +v -123.899994 -48.090424 87.158882 +v -122.910690 -48.596489 87.376312 +v -123.283905 -48.266426 87.234497 +v -122.695107 -48.936996 87.522614 +v -122.595970 -49.291771 87.397957 +v -122.910690 -48.931480 86.910736 +v -123.023682 -48.446999 87.115875 +v -123.251671 -48.629028 86.664772 +v -123.190491 -48.324402 86.963303 +v -123.608902 -48.591858 86.530602 +v -123.899994 -48.064629 86.989487 +v -123.542450 -48.187469 86.780014 +v -123.899994 -48.478844 86.507393 +v -123.897675 -51.018990 86.500008 +v -122.887001 -50.250778 86.933655 +v -123.245811 -50.506073 86.662247 +v -117.739670 -50.891792 89.067673 +v -117.705826 -50.326286 88.986931 +v -118.036469 -50.502167 88.239784 +v -117.400742 -50.995415 89.329727 +v -116.576019 -50.513985 89.603348 +v -117.173065 -49.913933 89.084793 +v -117.460983 -50.059311 89.076172 +v -117.736938 -49.914856 87.611092 +v -117.891861 -50.274109 88.473442 +v -117.314728 -50.233757 89.343758 +v -116.883362 -50.130920 89.494316 +v -117.470566 -49.618141 87.407745 +v -116.474060 -49.258179 87.175079 +v -116.762451 -49.688423 86.569305 +v -117.796997 -50.051849 87.397957 +v -117.550598 -49.748169 87.173752 +v -116.972519 -49.438255 86.783997 +v -116.856766 -49.280022 87.167694 +v -116.957443 -49.694160 86.642845 +v -116.570633 -49.340355 86.712402 +v -116.347137 -49.255478 86.911140 +v -116.233856 -49.460915 86.613991 +v -117.902863 -50.952225 87.068710 +v -117.685715 -51.224251 86.776939 +v -117.530197 -51.441902 86.645134 +v -117.092941 -52.096504 86.500008 +v -113.962036 -51.410103 89.476112 +v -114.483704 -51.193825 89.603348 +v -113.631622 -51.614288 89.212769 +v -113.631836 -52.237335 88.896599 +v -114.311768 -50.664680 89.269043 +v -113.278168 -51.773186 88.473442 +v -113.356186 -51.851372 88.720825 +v -113.381104 -51.421692 88.800926 +v -113.524765 -51.436218 89.136795 +v -113.504242 -51.222252 88.965088 +v -113.858047 -51.230309 89.441628 +v -113.967255 -50.896362 89.353645 +v -114.195969 -50.975586 89.541939 +v -114.093246 -49.992119 87.158882 +v -113.308731 -50.779114 87.376312 +v -113.561691 -50.349884 87.234497 +v -113.208908 -51.169579 87.522614 +v -113.216125 -51.318230 87.299911 +v -113.412262 -51.097717 86.910736 +v -113.369995 -50.602036 87.115875 +v -113.643082 -50.704704 86.664772 +v -113.783173 -50.194893 86.780014 +v -113.971329 -50.558952 86.530602 +v -114.085266 -49.967575 86.989487 +v -114.003906 -50.271271 86.574837 +v -114.107025 -50.034554 86.743958 +v -114.846817 -52.721252 86.505745 +v -113.797409 -52.359764 86.933655 +v -114.217545 -52.491684 86.662247 +v -108.893143 -54.032646 88.986931 +v -109.261948 -54.097755 88.239784 +v -108.959595 -54.650841 89.213837 +v -107.784760 -54.433823 89.604652 +v -108.809769 -54.763298 89.329727 +v -108.259033 -53.805099 89.084793 +v -108.709076 -53.802216 88.800926 +v -109.053955 -53.925529 88.473442 +v -108.608322 -53.888336 89.108101 +v -108.492584 -54.065491 89.343758 +v -108.050568 -54.100990 89.494316 +v -107.657623 -54.258835 89.517235 +v -108.231750 -53.365959 87.376312 +v -107.391602 -53.397446 87.175079 +v -107.798828 -53.717529 86.569305 +v -109.435532 -54.353416 87.680992 +v -108.665756 -53.539665 87.426231 +v -108.744812 -53.681808 87.213425 +v -107.921310 -53.414680 86.783997 +v -107.762329 -53.299957 87.167694 +v -107.986053 -53.662720 86.642845 +v -107.508850 -53.445763 86.712402 +v -107.124176 -53.524612 86.903992 +v -107.189682 -53.614777 86.674156 +v -109.273972 -54.567062 87.068710 +v -109.151505 -54.892876 86.776939 +v -109.070862 -55.147934 86.645134 +v -108.857193 -55.905937 86.500008 +v -106.170486 -56.690857 89.413605 +v -106.096802 -55.853416 89.603348 +v -105.416351 -56.516602 89.212769 +v -105.609116 -57.109100 88.896599 +v -105.624863 -55.520477 89.258629 +v -105.129822 -56.701683 88.627487 +v -105.118591 -56.410851 88.800926 +v -105.260406 -55.983734 89.084793 +v -105.513046 -56.081451 89.441628 +v -105.917282 -55.606331 89.557617 +v -105.354111 -54.831177 87.158882 +v -104.851181 -55.822083 87.376312 +v -104.959122 -55.335693 87.234497 +v -104.876923 -56.224289 87.522614 +v -105.005249 -56.569572 87.397957 +v -104.835022 -55.929047 87.244446 +v -105.048096 -56.093109 86.910736 +v -105.146179 -55.648003 86.664772 +v -105.121887 -55.119850 86.780014 +v -105.413330 -55.407944 86.530602 +v -105.358276 -54.836922 86.821327 +v -105.355408 -55.124268 86.574837 +v -106.561081 -57.178741 86.559380 +v -105.804398 -57.174362 86.933655 +v -106.244736 -57.169998 86.662247 +v -102.016891 -60.718475 89.067673 +v -101.657104 -60.280876 88.986931 +v -102.028015 -60.228821 88.239784 +v -100.966599 -60.948982 89.589966 +v -101.803604 -61.001526 89.329727 +v -100.983734 -60.260406 89.084793 +v -101.302109 -60.208794 89.076172 +v -101.440460 -59.929718 87.611092 +v -101.776947 -60.129303 88.473442 +v -101.286316 -60.435890 89.343758 +v -100.876892 -60.606247 89.494316 +v -100.606323 -60.917290 89.557617 +v -101.050537 -59.846252 87.407745 +v -99.831177 -60.354118 87.158882 +v -100.032776 -60.140755 87.175079 +v -100.518982 -60.319336 86.569305 +v -101.569565 -60.005249 87.397957 +v -101.191711 -59.904396 87.173752 +v -100.541885 -59.993469 86.783997 +v -100.355225 -59.933479 87.167694 +v -100.680099 -60.209358 86.642845 +v -100.159210 -60.150482 86.712402 +v -99.810303 -60.338936 86.989487 +v -99.907898 -60.409851 86.674156 +v -102.184448 -60.671440 87.068710 +v -102.168655 -61.019157 86.776939 +v -102.170776 -61.286652 86.645134 +v -99.265381 -63.358246 89.476112 +v -99.560287 -62.876640 89.603348 +v -99.650833 -63.959595 89.213837 +v -99.484482 -64.221573 88.896599 +v -99.110168 -62.549614 89.269043 +v -98.925522 -64.053955 88.473442 +v -98.802216 -63.709068 88.800926 +v -98.924835 -63.840134 88.929466 +v -98.784607 -63.475349 88.965088 +v -99.075562 -63.273895 89.441628 +v -98.967636 -62.939545 89.353645 +v -99.372009 -62.739853 89.586998 +v -98.538055 -62.133942 87.158882 +v -98.365952 -63.231758 87.376312 +v -98.318298 -62.735825 87.234497 +v -98.514709 -63.606323 87.522614 +v -98.921585 -62.412598 86.500000 +v -98.743469 -63.895050 87.397957 +v -98.636963 -63.428673 86.910736 +v -98.311432 -63.052490 87.115875 +v -98.592712 -62.975029 86.664772 +v -98.310303 -62.845482 86.963303 +v -98.772598 -62.664177 86.530602 +v -98.517181 -62.118774 86.989487 +v -98.543793 -62.138123 86.821327 +v -98.664490 -62.225800 86.613991 +v -100.905930 -63.857193 86.500008 +v -99.690384 -64.223297 86.933655 +v -100.107834 -64.083069 86.662247 +v -96.706055 -68.459343 88.986931 +v -97.042679 -68.295227 88.239784 +v -97.068054 -69.099457 89.329727 +v -96.045151 -69.435387 89.604652 +v -96.059311 -68.647972 89.084793 +v -96.346146 -68.500488 89.076172 +v -96.773178 -68.278168 88.473442 +v -96.401306 -68.721359 89.343758 +v -96.064560 -69.009888 89.494316 +v -96.537613 -68.224266 87.397957 +v -95.779114 -68.308731 87.376312 +v -94.992126 -69.093239 87.158882 +v -95.117920 -68.828033 87.175079 +v -95.635498 -68.847626 86.569305 +v -96.097717 -68.412254 86.910736 +v -96.379837 -68.262688 87.213425 +v -95.556595 -68.530632 86.783997 +v -95.360535 -68.531258 87.167694 +v -95.754761 -68.693237 86.642845 +v -95.241165 -68.798210 86.712402 +v -94.976318 -69.088104 86.903992 +v -95.140747 -69.141533 86.613991 +v -97.328262 -68.667839 87.068710 +v -97.420700 -69.003418 86.776939 +v -97.505371 -69.257164 86.645134 +v -97.778152 -69.996254 86.500008 +v -95.382339 -72.125183 89.476112 +v -95.365311 -71.527710 89.604652 +v -95.353302 -72.512512 89.212769 +v -95.830383 -72.990433 88.705231 +v -94.984848 -71.404091 89.269043 +v -94.938828 -72.760284 87.563103 +v -95.112442 -72.705887 88.702118 +v -94.961273 -72.385132 88.965088 +v -95.175751 -72.103622 89.441628 +v -94.897858 -71.967766 89.170029 +v -95.168304 -71.680519 89.541939 +v -94.312271 -71.185562 87.158882 +v -94.487854 -72.282829 87.376312 +v -94.289276 -71.825890 87.234497 +v -94.649338 -72.510010 87.328041 +v -94.894073 -72.676651 87.269997 +v -94.806442 -72.386353 86.910736 +v -94.380600 -72.129181 87.115875 +v -94.624176 -71.968597 86.664772 +v -94.294083 -71.555603 86.780014 +v -94.699203 -71.617371 86.530602 +v -94.319031 -71.187759 86.821327 +v -94.485611 -71.421906 86.574837 +v -96.668594 -72.375336 86.559380 +v -96.407532 -72.554207 86.662247 +v -102.583908 -99.864151 87.190987 +v -102.855774 -99.623222 86.690987 +v -102.178741 -98.438919 86.559380 +v -105.561646 -101.935577 86.548943 +v -105.175674 -102.371155 87.046013 +v -105.111557 -102.443512 87.343567 +v -103.821396 -101.178596 87.190987 +v -103.921844 -101.078156 86.912216 +v -104.078278 -100.921722 86.690987 +v -104.275391 -100.724609 86.548943 +v -109.819397 -105.818886 87.190987 +v -109.891388 -105.696442 86.912216 +v -110.003510 -105.505737 86.690987 +v -108.993637 -104.588615 86.559380 +v -113.291504 -106.868744 86.548943 +v -113.059021 -107.402283 87.046013 +v -113.020386 -107.490913 87.343567 +v -111.429764 -106.633087 87.046013 +v -111.466980 -106.560028 86.912216 +v -111.567429 -106.362907 86.690987 +v -111.693985 -106.114525 86.548943 +v -118.540863 -109.246284 87.190987 +v -118.619202 -108.891563 86.690987 +v -117.375336 -108.331406 86.559380 +v -122.167458 -109.171822 86.548943 +v -122.111214 -109.751083 87.046013 +v -122.101868 -109.847321 87.343567 +v -120.314621 -109.582306 87.190987 +v -120.336838 -109.442017 86.912216 +v -120.371445 -109.223511 86.690987 +v -120.415054 -108.948174 86.548943 +v -127.871010 -109.568047 86.792892 +v -126.503403 -109.300919 86.559380 +v -129.536591 -108.642960 86.500000 +v -131.320679 -108.619354 86.548943 +v -131.446198 -109.187653 87.046013 +v -131.467041 -109.282059 87.343567 +v -129.685379 -109.582306 87.190987 +v -129.663147 -109.442017 86.912216 +v -129.628540 -109.223511 86.690987 +v -129.584930 -108.948174 86.548943 +v -136.964981 -107.457336 87.190987 +v -136.908234 -107.327118 86.912216 +v -139.855194 -105.265427 86.548943 +v -140.150177 -105.767120 87.046013 +v -140.199173 -105.850464 87.343567 +v -138.570236 -106.633087 87.046013 +v -138.533020 -106.560028 86.912216 +v -138.432571 -106.362907 86.690987 +v -136.708496 -106.868744 86.548943 +v -144.864151 -102.416092 87.190987 +v -144.195602 -102.825638 86.933655 +v -144.623230 -102.144211 86.690987 +v -147.144211 -99.623222 86.690987 +v -147.371155 -99.824326 87.046013 +v -147.443512 -99.888443 87.343567 +v -146.178589 -101.178596 87.190987 +v -146.078156 -101.078156 86.912216 +v -145.921722 -100.921722 86.690987 +v -145.724609 -100.724609 86.548943 +v -150.818878 -95.180611 87.190987 +v -150.309616 -95.776703 86.933655 +v -150.505737 -94.996490 86.690987 +v -152.124298 -91.819855 86.690987 +v -152.402283 -91.940994 87.046013 +v -152.490906 -91.979614 87.343567 +v -151.686584 -93.597496 87.190987 +v -151.560028 -93.533012 86.912216 +v -151.362915 -93.432571 86.690987 +v -151.114532 -93.306015 86.548943 +v -154.246277 -86.459145 87.190987 +v -154.008087 -86.406532 86.792892 +v -153.642960 -84.536598 86.500000 +v -154.171814 -82.832542 86.548943 +v -154.751083 -82.888786 87.046013 +v -154.847321 -82.898125 87.343567 +v -154.582306 -84.685379 87.190987 +v -154.442017 -84.663155 86.912216 +v -154.223511 -84.628548 86.690987 +v -153.948181 -84.584938 86.548943 +v -154.568054 -77.128990 86.792892 +v -154.171814 -77.167458 86.548943 +v -153.619354 -73.679314 86.548943 +v -154.187653 -73.553802 87.046013 +v -154.282059 -73.532959 87.343567 +v -154.522995 -75.324013 87.046013 +v -154.341370 -75.352783 86.792892 +v -153.948181 -75.415062 86.548943 +v -152.457336 -68.035027 87.190987 +v -152.327118 -68.091766 86.912216 +v -152.124298 -68.180145 86.690987 +v -150.505737 -65.003510 86.690987 +v -150.767120 -64.849823 87.046013 +v -150.850464 -64.800819 87.343567 +v -151.633087 -66.429764 87.046013 +v -151.560028 -66.466988 86.912216 +v -151.362915 -66.567429 86.690987 +v -151.114532 -66.693985 86.548943 +v -147.416092 -60.135857 87.190987 +v -147.309784 -60.230042 86.912216 +v -147.144211 -60.376770 86.690987 +v -147.821259 -61.561081 86.559380 +v -144.438339 -58.064423 86.548943 +v -144.824326 -57.628845 87.046013 +v -144.888443 -57.556488 87.343567 +v -146.136139 -58.863861 87.046013 +v -146.078156 -58.921844 86.912216 +v -145.921722 -59.078278 86.690987 +v -145.724609 -59.275398 86.548943 +v -140.180603 -54.181114 87.190987 +v -139.996490 -54.494263 86.690987 +v -141.006363 -55.411385 86.559380 +v -136.708496 -53.131256 86.548943 +v -136.940994 -52.597717 87.046013 +v -136.979614 -52.509087 87.343567 +v -138.597504 -53.313416 87.190987 +v -138.533020 -53.439972 86.912216 +v -138.432571 -53.637085 86.690987 +v -138.306015 -53.885475 86.548943 +v -131.459137 -50.753716 87.190987 +v -131.406525 -50.991928 86.792892 +v -132.624664 -51.668602 86.559380 +v -129.536591 -51.357040 86.500000 +v -127.832542 -50.828178 86.548943 +v -127.888786 -50.248909 87.046013 +v -127.898125 -50.152679 87.343567 +v -129.685379 -50.417694 87.190987 +v -129.663147 -50.557983 86.912216 +v -129.628540 -50.776489 86.690987 +v -129.584930 -51.051826 86.548943 +v -122.128990 -50.431953 86.792892 +v -123.496597 -50.699089 86.559380 +v -120.463394 -51.357040 86.500000 +v -118.679321 -51.380646 86.548943 +v -118.553802 -50.812347 87.046013 +v -118.029999 -50.834778 87.343697 +v -120.314621 -50.417694 87.190987 +v -120.336838 -50.557983 86.912216 +v -120.371445 -50.776489 86.690987 +v -120.415054 -51.051826 86.548943 +v -113.035034 -52.542664 87.190987 +v -113.091766 -52.672882 86.912216 +v -110.144806 -54.734581 86.548943 +v -109.849823 -54.232880 87.046013 +v -109.800827 -54.149536 87.343567 +v -111.429764 -53.366913 87.046013 +v -111.466980 -53.439972 86.912216 +v -111.567429 -53.637085 86.690987 +v -113.291504 -53.131256 86.548943 +v -103.064423 -60.561653 86.548943 +v -105.135849 -57.583916 87.190987 +v -105.297638 -57.766479 86.792892 +v -103.295700 -60.766609 86.500000 +v -102.690216 -60.230042 86.912216 +v -102.218262 -60.501709 87.343697 +v -103.821396 -58.821404 87.190987 +v -103.993896 -58.993904 86.792892 +v -104.275391 -59.275398 86.548943 +v -99.181122 -64.819389 87.190987 +v -99.494263 -65.003510 86.690987 +v -100.411392 -63.993637 86.559380 +v -98.131256 -68.291504 86.548943 +v -97.597717 -68.059013 87.046013 +v -97.509079 -68.020386 87.343567 +v -98.439972 -66.466988 86.912216 +v -98.637085 -66.567429 86.690987 +v -98.885468 -66.693985 86.548943 +v -95.753723 -73.540855 87.190987 +v -96.053864 -72.816566 86.933655 +v -96.108429 -73.619202 86.690987 +v -95.550720 -77.140518 86.690987 +v -95.248901 -77.111214 87.046013 +v -95.152679 -77.101868 87.343567 +v -95.557983 -75.336845 86.912216 +v -95.776489 -75.371452 86.690987 +v -96.051819 -75.415062 86.548943 +v -95.189148 -82.894592 87.190987 +v -95.330505 -82.880859 86.912216 +v -95.550720 -82.859482 86.690987 +v -95.699081 -81.503403 86.559380 +v -96.380646 -86.320679 86.548943 +v -95.812347 -86.446198 87.046013 +v -95.717941 -86.467041 87.343567 +v -95.476990 -84.675987 87.046013 +v -95.557983 -84.663155 86.912216 +v -95.776489 -84.628548 86.690987 +v -96.051819 -84.584938 86.548943 +v -97.542664 -91.964981 87.190987 +v -97.672882 -91.908234 86.912216 +v -97.875702 -91.819855 86.690987 +v -97.597748 -90.484299 86.559380 +v -99.734573 -94.855194 86.548943 +v -99.232880 -95.150177 87.046013 +v -99.149536 -95.199173 87.343567 +v -98.366913 -93.570236 87.046013 +v -98.439972 -93.533012 86.912216 +v -98.637085 -93.432571 86.690987 +v -98.885468 -93.306015 86.548943 +v -130.342041 -80.915985 94.300667 +v -130.110397 -81.805618 94.300667 +v -129.731735 -82.643303 94.300667 +v -129.216949 -83.404953 94.300667 +v -127.841743 -84.615288 94.300667 +v -128.580856 -84.068642 94.300667 +v -126.141876 -85.298347 94.300667 +v -127.020882 -85.029160 94.300667 +v -125.230034 -85.415115 94.300667 +v -123.412903 -85.182419 94.300667 +v -124.311562 -85.376099 94.300667 +v -122.559898 -84.839661 94.300667 +v -121.777084 -84.357666 94.300667 +v -120.509476 -83.035065 94.300667 +v -121.087006 -83.750305 94.300667 +v -120.061142 -82.232506 94.300667 +v -119.599533 -80.459648 94.300667 +v -119.754883 -81.365723 94.300667 +v -119.754883 -78.634277 94.300667 +v -119.599533 -79.540352 94.300667 +v -120.061142 -77.767494 94.300667 +v -120.509476 -76.964935 94.300667 +v -122.559898 -75.160339 94.300667 +v -121.087006 -76.249695 94.300667 +v -121.777084 -75.642334 94.300667 +v -123.412903 -74.817581 94.300667 +v -124.311562 -74.623901 94.300667 +v -126.141876 -74.701653 94.300667 +v -125.230034 -74.584885 94.300667 +v -127.020882 -74.970840 94.300667 +v -127.841743 -75.384712 94.300667 +v -128.580856 -75.931358 94.300667 +v -129.731735 -77.356689 94.300667 +v -129.216949 -76.595047 94.300667 +v -130.110397 -78.194382 94.300667 +v -130.342041 -79.084015 94.300667 +v -130.419998 -80.000000 94.300667 +v -119.549210 -79.536072 94.226425 +v -130.597687 -79.040184 94.059563 +v -129.418762 -76.432098 94.059563 +v -127.977737 -75.163849 94.059563 +v -126.196526 -74.448097 94.059563 +v -123.336952 -74.569572 94.059563 +v -120.899750 -76.070221 94.059563 +v -120.294586 -76.819695 94.059563 +v -119.503891 -81.431076 94.059563 +v -120.294586 -83.180305 94.059563 +v -122.443123 -85.071259 94.059563 +v -125.241043 -85.674255 94.059563 +v -127.117592 -85.269829 94.059563 +v -128.752228 -84.263344 94.059563 +v -130.354950 -81.892021 94.059563 +v -130.766312 -79.011261 94.006721 +v -119.257828 -79.511269 94.026726 +v -119.503891 -78.568924 94.059563 +v -132.068176 -80.555832 86.739998 +v -131.912231 -81.577675 86.739998 +v -132.328735 -80.453041 86.739998 +v -132.462006 -80.316170 86.739998 +v -132.557922 -80.047951 86.739998 +v -132.509308 -79.767540 86.739998 +v -132.329208 -79.547371 86.739998 +v -132.068176 -79.444168 86.739998 +v -131.746765 -77.308792 86.739998 +v -131.837646 -77.140396 86.739998 +v -131.866547 -76.951546 86.739998 +v -131.830261 -76.763947 86.739998 +v -131.732971 -76.599670 86.739998 +v -131.586182 -76.477722 86.739998 +v -131.406998 -76.412170 86.739998 +v -131.127045 -76.432442 86.739998 +v -129.923584 -74.552635 86.739998 +v -129.899689 -74.363098 86.739998 +v -129.749786 -74.120880 86.739998 +v -129.500244 -73.984039 86.739998 +v -129.215805 -73.987587 86.739998 +v -128.972366 -74.127319 86.739998 +v -127.102470 -73.047226 86.739998 +v -127.027481 -72.871178 86.739998 +v -126.817009 -72.679268 86.739998 +v -126.539444 -72.615891 86.739998 +v -126.352585 -72.654610 86.739998 +v -126.189621 -72.753830 86.739998 +v -126.030914 -72.985352 86.739998 +v -123.810883 -72.754204 86.739998 +v -123.647789 -72.654724 86.739998 +v -123.364960 -72.620903 86.739998 +v -123.183144 -72.679199 86.739998 +v -123.031593 -72.795166 86.739998 +v -122.927818 -72.955269 86.739998 +v -122.885284 -73.232719 86.739998 +v -120.784821 -73.987701 86.739998 +v -120.594711 -73.968842 86.739998 +v -120.325211 -74.061089 86.739998 +v -120.136276 -74.273918 86.739998 +v -120.080322 -74.456345 86.739998 +v -120.089005 -74.647659 86.739998 +v -120.158493 -74.820435 86.739998 +v -118.689392 -76.403107 86.739998 +v -118.501068 -76.437042 86.739998 +v -118.335403 -76.532196 86.739998 +v -118.169739 -76.763947 86.739998 +v -118.133484 -76.951263 86.739998 +v -118.200226 -77.227783 86.739998 +v -118.390625 -77.434021 86.739998 +v -117.671265 -79.546967 86.739998 +v -117.490784 -79.767273 86.739998 +v -117.442078 -79.952049 86.739998 +v -117.490677 -80.232452 86.739998 +v -117.598419 -80.389938 86.739998 +v -117.753403 -80.502441 86.739998 +v -117.931824 -80.555832 86.739998 +v -118.200485 -82.771645 86.739998 +v -118.133453 -83.048447 86.739998 +v -118.211365 -83.322464 86.739998 +v -118.335190 -83.467606 86.739998 +v -118.500610 -83.562744 86.739998 +v -118.689056 -83.596863 86.739998 +v -118.872955 -83.567558 86.739998 +v -120.089050 -85.352005 86.739998 +v -120.080215 -85.543152 86.739998 +v -120.136124 -85.725845 86.739998 +v -120.250229 -85.879120 86.739998 +v -120.499756 -86.015953 86.739998 +v -120.690063 -86.029907 86.739998 +v -120.874649 -85.978882 86.739998 +v -121.027634 -85.872681 86.739998 +v -122.927391 -87.043922 86.739998 +v -123.031303 -87.204559 86.739998 +v -123.271454 -87.357758 86.739998 +v -123.555641 -87.372772 86.739998 +v -123.733162 -87.302773 86.739998 +v -123.877327 -87.176704 86.739998 +v -123.969086 -87.014648 86.739998 +v -126.189110 -87.245796 86.739998 +v -126.352211 -87.345276 86.739998 +v -126.635048 -87.379097 86.739998 +v -126.816849 -87.320801 86.739998 +v -127.027168 -87.129227 86.739998 +v -127.102364 -86.953094 86.739998 +v -127.114716 -86.767281 86.739998 +v -129.215179 -86.012299 86.739998 +v -129.405289 -86.031158 86.739998 +v -129.674805 -85.938911 86.739998 +v -129.813293 -85.807510 86.739998 +v -129.899536 -85.637268 86.739998 +v -129.923569 -85.447990 86.739998 +v -129.841507 -85.179565 86.739998 +v -131.406403 -83.587990 86.739998 +v -131.585846 -83.522499 86.739998 +v -131.788651 -83.322456 86.739998 +v -131.866516 -83.048729 86.739998 +v -131.799774 -82.772217 86.739998 +v -131.609375 -82.565979 86.739998 +v -117.707932 -79.255219 86.500000 +v -118.872955 -76.432442 86.739998 +v -121.027634 -74.127319 86.739998 +v -124.103470 -72.725037 86.500000 +v -127.348747 -73.056488 86.500000 +v -130.128815 -74.763199 86.500000 +v -131.893066 -77.507118 86.500000 +vt 0.053835 0.024005 +vt 0.053835 0.024005 +vt 0.053531 0.023797 +vt 0.053531 0.023797 +vt 0.053261 0.023547 +vt 0.053261 0.023547 +vt 0.053015 0.023238 +vt 0.053015 0.023238 +vt 0.052832 0.022920 +vt 0.052832 0.022920 +vt 0.052697 0.022578 +vt 0.052697 0.022578 +vt 0.052609 0.022192 +vt 0.052609 0.022192 +vt 0.052582 0.021825 +vt 0.052582 0.021825 +vt 0.052609 0.021459 +vt 0.052609 0.021459 +vt 0.052697 0.021073 +vt 0.052697 0.021073 +vt 0.052832 0.020731 +vt 0.052832 0.020731 +vt 0.053015 0.020413 +vt 0.053015 0.020413 +vt 0.053261 0.020103 +vt 0.053261 0.020103 +vt 0.053531 0.019854 +vt 0.053531 0.019854 +vt 0.053835 0.019646 +vt 0.053835 0.019646 +vt 0.054191 0.019475 +vt 0.054191 0.019475 +vt 0.054543 0.019367 +vt 0.054543 0.019367 +vt 0.054906 0.019311 +vt 0.054906 0.019311 +vt 0.055301 0.019311 +vt 0.055301 0.019311 +vt 0.055665 0.019367 +vt 0.055665 0.019367 +vt 0.056016 0.019475 +vt 0.056016 0.019475 +vt 0.056373 0.019646 +vt 0.056373 0.019646 +vt 0.056676 0.019854 +vt 0.056676 0.019854 +vt 0.056946 0.020103 +vt 0.056946 0.020103 +vt 0.057192 0.020413 +vt 0.057192 0.020413 +vt 0.057376 0.020731 +vt 0.057376 0.020731 +vt 0.057511 0.021073 +vt 0.057511 0.021073 +vt 0.057599 0.021459 +vt 0.057599 0.021459 +vt 0.057625 0.021825 +vt 0.057625 0.021825 +vt 0.057599 0.022192 +vt 0.057599 0.022192 +vt 0.057511 0.022578 +vt 0.057511 0.022578 +vt 0.057376 0.022920 +vt 0.057376 0.022920 +vt 0.057192 0.023238 +vt 0.057192 0.023238 +vt 0.056946 0.023547 +vt 0.056946 0.023547 +vt 0.056676 0.023797 +vt 0.056676 0.023797 +vt 0.056373 0.024005 +vt 0.056373 0.024005 +vt 0.056016 0.024176 +vt 0.056016 0.024176 +vt 0.055665 0.024284 +vt 0.055665 0.024284 +vt 0.055301 0.024339 +vt 0.055301 0.024339 +vt 0.055974 0.019900 +vt 0.056544 0.020323 +vt 0.057042 0.020074 +vt 0.054234 0.019900 +vt 0.054925 0.019720 +vt 0.056777 0.020588 +vt 0.057093 0.021216 +vt 0.057249 0.020292 +vt 0.057243 0.020224 +vt 0.057216 0.020163 +vt 0.057170 0.020113 +vt 0.057109 0.020083 +vt 0.055636 0.019781 +vt 0.054926 0.024404 +vt 0.054966 0.024459 +vt 0.055104 0.023938 +vt 0.055455 0.023876 +vt 0.056119 0.023642 +vt 0.057009 0.023573 +vt 0.057195 0.023515 +vt 0.057141 0.023555 +vt 0.056876 0.022916 +vt 0.057138 0.022264 +vt 0.057199 0.021557 +vt 0.056155 0.019385 +vt 0.056222 0.019387 +vt 0.056090 0.019406 +vt 0.053405 0.020569 +vt 0.053938 0.020101 +vt 0.055053 0.024508 +vt 0.055154 0.024508 +vt 0.055242 0.024459 +vt 0.055282 0.024404 +vt 0.057076 0.023575 +vt 0.056411 0.023444 +vt 0.056380 0.024105 +vt 0.057717 0.022307 +vt 0.057682 0.022249 +vt 0.057682 0.021402 +vt 0.057717 0.021344 +vt 0.057730 0.021278 +vt 0.056285 0.019411 +vt 0.053199 0.023573 +vt 0.057232 0.023458 +vt 0.057640 0.022546 +vt 0.057730 0.022373 +vt 0.057578 0.022573 +vt 0.054053 0.024266 +vt 0.054117 0.024244 +vt 0.056155 0.024266 +vt 0.056222 0.024264 +vt 0.056090 0.024244 +vt 0.056337 0.024196 +vt 0.057249 0.023359 +vt 0.057231 0.023294 +vt 0.057690 0.022500 +vt 0.057690 0.021151 +vt 0.056380 0.019546 +vt 0.056337 0.019455 +vt 0.053542 0.023200 +vt 0.054191 0.024176 +vt 0.057640 0.021105 +vt 0.057578 0.021078 +vt 0.055121 0.019137 +vt 0.054943 0.019218 +vt 0.055264 0.019218 +vt 0.054089 0.023642 +vt 0.054411 0.023787 +vt 0.054543 0.024284 +vt 0.054906 0.024339 +vt 0.053837 0.024138 +vt 0.053953 0.024255 +vt 0.053894 0.024220 +vt 0.055021 0.019154 +vt 0.054117 0.019406 +vt 0.052977 0.020357 +vt 0.053199 0.020078 +vt 0.053131 0.020076 +vt 0.053173 0.022601 +vt 0.053025 0.021914 +vt 0.053040 0.021561 +vt 0.053246 0.020889 +vt 0.055216 0.019171 +vt 0.053038 0.020113 +vt 0.052959 0.020292 +vt 0.054053 0.019385 +vt 0.053985 0.019387 +vt 0.053851 0.019482 +vt 0.053828 0.019546 +vt 0.053894 0.019430 +vt 0.052567 0.021105 +vt 0.052518 0.021151 +vt 0.052526 0.021402 +vt 0.052479 0.021244 +vt 0.052959 0.023359 +vt 0.053131 0.023575 +vt 0.052977 0.023294 +vt 0.052991 0.020163 +vt 0.052964 0.020224 +vt 0.052481 0.022340 +vt 0.052479 0.022407 +vt 0.052518 0.022500 +vt 0.052567 0.022546 +vt 0.052481 0.021311 +vt 0.052506 0.022277 +vt 0.052629 0.022573 +vt 0.052975 0.023458 +vt 0.053067 0.023555 +vt 0.056772 0.011291 +vt 0.055987 0.011192 +vt 0.055987 0.011192 +vt 0.056135 0.011209 +vt 0.057550 0.011439 +vt 0.057581 0.011450 +vt 0.057550 0.011439 +vt 0.056773 0.011288 +vt 0.055847 0.011181 +vt 0.057597 0.011450 +vt 0.057505 0.011434 +vt 0.057807 0.011509 +vt 0.059147 0.011951 +vt 0.059783 0.012241 +vt 0.058981 0.011891 +vt 0.059213 0.011978 +vt 0.059945 0.012323 +vt 0.059230 0.011985 +vt 0.059946 0.012322 +vt 0.059365 0.012047 +vt 0.060640 0.012703 +vt 0.060666 0.012724 +vt 0.060655 0.012713 +vt 0.060495 0.012623 +vt 0.060716 0.012750 +vt 0.060809 0.012809 +vt 0.062055 0.013730 +vt 0.062432 0.014069 +vt 0.061962 0.013651 +vt 0.062644 0.014285 +vt 0.062069 0.013742 +vt 0.062649 0.014280 +vt 0.062039 0.013722 +vt 0.063188 0.014861 +vt 0.063206 0.014888 +vt 0.063199 0.014874 +vt 0.062993 0.014649 +vt 0.063245 0.014928 +vt 0.063316 0.015014 +vt 0.064200 0.016248 +vt 0.064604 0.016985 +vt 0.064411 0.016607 +vt 0.064120 0.016120 +vt 0.064226 0.016289 +vt 0.064607 0.016983 +vt 0.064298 0.016419 +vt 0.064944 0.017700 +vt 0.064953 0.017731 +vt 0.064951 0.017716 +vt 0.064774 0.017328 +vt 0.064978 0.017782 +vt 0.065038 0.017948 +vt 0.065479 0.019332 +vt 0.065636 0.020157 +vt 0.065539 0.019621 +vt 0.065457 0.019243 +vt 0.065490 0.019379 +vt 0.065643 0.020156 +vt 0.065477 0.019346 +vt 0.065737 0.020942 +vt 0.065736 0.020975 +vt 0.065739 0.020961 +vt 0.065676 0.020417 +vt 0.065744 0.021031 +vt 0.065751 0.021141 +vt 0.065748 0.022569 +vt 0.065741 0.022660 +vt 0.065726 0.022834 +vt 0.065615 0.023633 +vt 0.065643 0.023495 +vt 0.065737 0.022708 +vt 0.065720 0.022856 +vt 0.065479 0.024303 +vt 0.065490 0.024271 +vt 0.065486 0.024289 +vt 0.065469 0.024358 +vt 0.065442 0.024465 +vt 0.064938 0.025953 +vt 0.064978 0.025869 +vt 0.064597 0.026685 +vt 0.064944 0.025951 +vt 0.064611 0.026670 +vt 0.064944 0.025951 +vt 0.064882 0.026086 +vt 0.064205 0.027387 +vt 0.064226 0.027361 +vt 0.064226 0.027361 +vt 0.064201 0.027403 +vt 0.064152 0.027481 +vt 0.063199 0.028776 +vt 0.062646 0.029368 +vt 0.063278 0.028683 +vt 0.062646 0.029367 +vt 0.063188 0.028790 +vt 0.063086 0.028899 +vt 0.062041 0.029928 +vt 0.062069 0.029909 +vt 0.062068 0.029909 +vt 0.062032 0.029941 +vt 0.062129 0.029849 +vt 0.061962 0.030000 +vt 0.060655 0.030938 +vt 0.059945 0.031327 +vt 0.060759 0.030874 +vt 0.060640 0.030947 +vt 0.059946 0.031329 +vt 0.060510 0.031020 +vt 0.059230 0.031666 +vt 0.059198 0.031675 +vt 0.059213 0.031673 +vt 0.059417 0.031579 +vt 0.059147 0.031700 +vt 0.059044 0.031741 +vt 0.057568 0.032207 +vt 0.057110 0.032300 +vt 0.057686 0.032179 +vt 0.056772 0.032357 +vt 0.057550 0.032212 +vt 0.056772 0.032360 +vt 0.057404 0.032240 +vt 0.055987 0.032459 +vt 0.055954 0.032458 +vt 0.055969 0.032461 +vt 0.056312 0.032422 +vt 0.055898 0.032466 +vt 0.055721 0.032472 +vt 0.054269 0.032463 +vt 0.053436 0.032357 +vt 0.053895 0.032422 +vt 0.054360 0.032470 +vt 0.054221 0.032459 +vt 0.053435 0.032364 +vt 0.054073 0.032441 +vt 0.052658 0.032212 +vt 0.052626 0.032200 +vt 0.052640 0.032207 +vt 0.053097 0.032300 +vt 0.052571 0.032191 +vt 0.052464 0.032163 +vt 0.051022 0.031684 +vt 0.050262 0.031327 +vt 0.050790 0.031579 +vt 0.051107 0.031719 +vt 0.050978 0.031666 +vt 0.050260 0.031333 +vt 0.050843 0.031603 +vt 0.049568 0.030947 +vt 0.049542 0.030927 +vt 0.049552 0.030938 +vt 0.050065 0.031225 +vt 0.049492 0.030901 +vt 0.049399 0.030841 +vt 0.048075 0.029853 +vt 0.048207 0.029967 +vt 0.047491 0.029295 +vt 0.048139 0.029909 +vt 0.047559 0.029370 +vt 0.048139 0.029909 +vt 0.048030 0.029808 +vt 0.047001 0.028763 +vt 0.047020 0.028790 +vt 0.047020 0.028790 +vt 0.046988 0.028753 +vt 0.046929 0.028683 +vt 0.046005 0.027389 +vt 0.046128 0.027584 +vt 0.046007 0.027403 +vt 0.045597 0.026669 +vt 0.045982 0.027361 +vt 0.045982 0.027361 +vt 0.045600 0.026668 +vt 0.045909 0.027231 +vt 0.045263 0.025951 +vt 0.045254 0.025919 +vt 0.045263 0.025951 +vt 0.045245 0.025907 +vt 0.045270 0.025953 +vt 0.045210 0.025822 +vt 0.044766 0.024465 +vt 0.044722 0.024289 +vt 0.044569 0.023494 +vt 0.044718 0.024272 +vt 0.044565 0.023495 +vt 0.044689 0.024126 +vt 0.044470 0.022708 +vt 0.044471 0.022675 +vt 0.044469 0.022690 +vt 0.044486 0.022833 +vt 0.044463 0.022619 +vt 0.044456 0.022509 +vt 0.044469 0.020961 +vt 0.044527 0.020416 +vt 0.044459 0.021082 +vt 0.044571 0.020157 +vt 0.044470 0.020942 +vt 0.044565 0.020156 +vt 0.044488 0.020795 +vt 0.044718 0.019379 +vt 0.044729 0.019348 +vt 0.044722 0.019361 +vt 0.044669 0.019621 +vt 0.044738 0.019292 +vt 0.044766 0.019186 +vt 0.045245 0.017744 +vt 0.045603 0.016985 +vt 0.045428 0.017326 +vt 0.045210 0.017829 +vt 0.045263 0.017700 +vt 0.045600 0.016983 +vt 0.045326 0.017564 +vt 0.045982 0.016289 +vt 0.046002 0.016263 +vt 0.045991 0.016274 +vt 0.045801 0.016610 +vt 0.046028 0.016213 +vt 0.046128 0.016067 +vt 0.046988 0.014897 +vt 0.047564 0.014285 +vt 0.047214 0.014649 +vt 0.046892 0.015014 +vt 0.047020 0.014861 +vt 0.047559 0.014280 +vt 0.047121 0.014751 +vt 0.048139 0.013742 +vt 0.048166 0.013723 +vt 0.048153 0.013730 +vt 0.047779 0.014073 +vt 0.048207 0.013684 +vt 0.048292 0.013613 +vt 0.049527 0.012729 +vt 0.050262 0.012323 +vt 0.049710 0.012618 +vt 0.049345 0.012849 +vt 0.049568 0.012703 +vt 0.050262 0.012322 +vt 0.049698 0.012631 +vt 0.050978 0.011985 +vt 0.051010 0.011976 +vt 0.050995 0.011978 +vt 0.050424 0.012241 +vt 0.051060 0.011951 +vt 0.051162 0.011911 +vt 0.061099 0.027391 +vt 0.061099 0.027391 +vt 0.061316 0.027148 +vt 0.056926 0.013850 +vt 0.056926 0.013850 +vt 0.056607 0.013784 +vt 0.047286 0.024235 +vt 0.047286 0.024235 +vt 0.047388 0.024544 +vt 0.059093 0.028967 +vt 0.059046 0.028993 +vt 0.059265 0.028868 +vt 0.059685 0.028603 +vt 0.059830 0.028502 +vt 0.058056 0.029447 +vt 0.058719 0.029164 +vt 0.058779 0.029134 +vt 0.058905 0.029069 +vt 0.058473 0.029280 +vt 0.053142 0.029767 +vt 0.054099 0.029937 +vt 0.053721 0.029888 +vt 0.053281 0.029800 +vt 0.054098 0.029944 +vt 0.053281 0.029800 +vt 0.052866 0.029694 +vt 0.053042 0.029742 +vt 0.052377 0.029543 +vt 0.052149 0.029454 +vt 0.053022 0.029737 +vt 0.050381 0.028498 +vt 0.050556 0.028626 +vt 0.050587 0.028646 +vt 0.050690 0.028713 +vt 0.050523 0.028603 +vt 0.050987 0.028894 +vt 0.051114 0.028967 +vt 0.051734 0.029280 +vt 0.051234 0.029033 +vt 0.047103 0.023550 +vt 0.047113 0.023575 +vt 0.047176 0.023842 +vt 0.047278 0.024222 +vt 0.047228 0.024039 +vt 0.047395 0.024542 +vt 0.047271 0.024187 +vt 0.046985 0.022865 +vt 0.046958 0.022580 +vt 0.046926 0.021478 +vt 0.046924 0.021739 +vt 0.046924 0.021908 +vt 0.046926 0.022173 +vt 0.046965 0.022580 +vt 0.047026 0.020572 +vt 0.046941 0.021287 +vt 0.046932 0.021441 +vt 0.046985 0.020786 +vt 0.049207 0.016156 +vt 0.048527 0.016961 +vt 0.048963 0.016421 +vt 0.049111 0.016257 +vt 0.048575 0.016895 +vt 0.049108 0.016260 +vt 0.049443 0.015919 +vt 0.049965 0.015461 +vt 0.049472 0.015892 +vt 0.049975 0.015452 +vt 0.049361 0.015999 +vt 0.051685 0.014394 +vt 0.051488 0.014487 +vt 0.051488 0.014487 +vt 0.051734 0.014371 +vt 0.051433 0.014515 +vt 0.051272 0.014598 +vt 0.051116 0.014683 +vt 0.051114 0.014684 +vt 0.050520 0.015044 +vt 0.050797 0.014870 +vt 0.057829 0.014112 +vt 0.057584 0.014030 +vt 0.057277 0.013939 +vt 0.057165 0.013909 +vt 0.056486 0.013762 +vt 0.057125 0.013898 +vt 0.057011 0.013870 +vt 0.059093 0.014684 +vt 0.059468 0.014906 +vt 0.059122 0.014700 +vt 0.058473 0.014371 +vt 0.058523 0.014394 +vt 0.060232 0.015452 +vt 0.059651 0.015025 +vt 0.059651 0.015025 +vt 0.060243 0.015461 +vt 0.059595 0.014988 +vt 0.059685 0.015048 +vt 0.062962 0.019553 +vt 0.062923 0.019420 +vt 0.062633 0.018639 +vt 0.062694 0.018775 +vt 0.062926 0.019430 +vt 0.062637 0.018637 +vt 0.062922 0.019416 +vt 0.063218 0.020786 +vt 0.063187 0.020571 +vt 0.063101 0.020102 +vt 0.063058 0.019915 +vt 0.063021 0.019766 +vt 0.063277 0.021478 +vt 0.063280 0.021573 +vt 0.063249 0.022580 +vt 0.063267 0.022363 +vt 0.063267 0.022363 +vt 0.063218 0.022864 +vt 0.063269 0.022326 +vt 0.063276 0.022204 +vt 0.063281 0.022036 +vt 0.063277 0.022173 +vt 0.060615 0.027871 +vt 0.060847 0.027650 +vt 0.060767 0.027735 +vt 0.060949 0.027549 +vt 0.061245 0.027230 +vt 0.061313 0.027145 +vt 0.061065 0.027428 +vt 0.060243 0.028190 +vt 0.055104 0.030006 +vt 0.056109 0.029944 +vt 0.055798 0.029976 +vt 0.057099 0.029759 +vt 0.056486 0.029888 +vt 0.058719 0.029164 +vt 0.058059 0.029454 +vt 0.057854 0.029519 +vt 0.057829 0.029539 +vt 0.057165 0.029742 +vt 0.061681 0.026690 +vt 0.061923 0.026344 +vt 0.062427 0.025472 +vt 0.062070 0.026115 +vt 0.062819 0.024544 +vt 0.062694 0.024876 +vt 0.062530 0.025228 +vt 0.062408 0.025508 +vt 0.063101 0.023549 +vt 0.063094 0.023577 +vt 0.062926 0.024221 +vt 0.062812 0.024542 +vt 0.062408 0.018142 +vt 0.062531 0.018423 +vt 0.062183 0.017738 +vt 0.062188 0.017735 +vt 0.062070 0.017536 +vt 0.061632 0.016895 +vt 0.061681 0.016961 +vt 0.060977 0.016131 +vt 0.061245 0.016421 +vt 0.060764 0.015919 +vt 0.060971 0.016136 +vt 0.055607 0.013660 +vt 0.055798 0.013674 +vt 0.055104 0.013645 +vt 0.054600 0.013660 +vt 0.054410 0.013674 +vt 0.053601 0.013784 +vt 0.053721 0.013762 +vt 0.052624 0.014030 +vt 0.052377 0.014108 +vt 0.052626 0.014036 +vt 0.053042 0.013909 +vt 0.048019 0.017735 +vt 0.048138 0.017536 +vt 0.047235 0.019587 +vt 0.047282 0.019430 +vt 0.047513 0.018775 +vt 0.047570 0.018637 +vt 0.047677 0.018423 +vt 0.047799 0.018142 +vt 0.047107 0.020102 +vt 0.047113 0.020144 +vt 0.047020 0.020571 +vt 0.046941 0.021287 +vt 0.047513 0.024876 +vt 0.047678 0.025228 +vt 0.047799 0.025508 +vt 0.047781 0.025472 +vt 0.048284 0.026344 +vt 0.048134 0.026117 +vt 0.048891 0.027148 +vt 0.048527 0.026690 +vt 0.049387 0.027659 +vt 0.048963 0.027230 +vt 0.050556 0.028626 +vt 0.050377 0.028502 +vt 0.049772 0.028015 +vt 0.049965 0.028190 +vt 0.049593 0.027871 +vt 0.049597 0.027866 +vt 0.049443 0.027731 +vt 0.054410 0.029976 +vt 0.055104 0.030006 +vt 0.056517 0.025853 +vt 0.056506 0.025856 +vt 0.055825 0.026032 +vt 0.052316 0.025057 +vt 0.052314 0.025056 +vt 0.051900 0.024645 +vt 0.050911 0.021025 +vt 0.050911 0.021025 +vt 0.051023 0.020576 +vt 0.053701 0.017794 +vt 0.053701 0.017794 +vt 0.054028 0.017695 +vt 0.057893 0.018595 +vt 0.057893 0.018595 +vt 0.058057 0.018744 +vt 0.059312 0.022535 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.022367 +vt 0.059368 0.022007 +vt 0.059341 0.022335 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.021284 +vt 0.059337 0.021282 +vt 0.059364 0.021644 +vt 0.059364 0.022006 +vt 0.059185 0.020576 +vt 0.059265 0.020875 +vt 0.059265 0.020875 +vt 0.059274 0.020916 +vt 0.059185 0.020576 +vt 0.059296 0.021024 +vt 0.059310 0.021101 +vt 0.059272 0.020927 +vt 0.057682 0.018424 +vt 0.057782 0.018508 +vt 0.057491 0.018293 +vt 0.058057 0.018744 +vt 0.057785 0.018505 +vt 0.057861 0.018568 +vt 0.056860 0.017940 +vt 0.056862 0.017936 +vt 0.057183 0.018103 +vt 0.057494 0.018289 +vt 0.056179 0.017695 +vt 0.056362 0.017747 +vt 0.056362 0.017747 +vt 0.056179 0.017695 +vt 0.056401 0.017759 +vt 0.056506 0.017794 +vt 0.056681 0.017860 +vt 0.056524 0.017805 +vt 0.053347 0.017940 +vt 0.053297 0.017958 +vt 0.053683 0.017805 +vt 0.053485 0.017876 +vt 0.054029 0.017699 +vt 0.053587 0.017836 +vt 0.052150 0.018744 +vt 0.052201 0.018697 +vt 0.052201 0.018697 +vt 0.052150 0.018744 +vt 0.052231 0.018669 +vt 0.052314 0.018595 +vt 0.052418 0.018508 +vt 0.052425 0.018508 +vt 0.052714 0.018289 +vt 0.052716 0.018293 +vt 0.053024 0.018103 +vt 0.050882 0.021195 +vt 0.050898 0.021100 +vt 0.051023 0.020576 +vt 0.050936 0.020927 +vt 0.050874 0.021284 +vt 0.050852 0.021456 +vt 0.050932 0.022729 +vt 0.050917 0.022657 +vt 0.050931 0.022725 +vt 0.050893 0.022523 +vt 0.050879 0.022432 +vt 0.050874 0.022367 +vt 0.050844 0.022006 +vt 0.050839 0.022007 +vt 0.050844 0.021644 +vt 0.051143 0.023417 +vt 0.050943 0.022775 +vt 0.050942 0.022772 +vt 0.051143 0.023417 +vt 0.051027 0.023074 +vt 0.052399 0.025127 +vt 0.051900 0.024645 +vt 0.052153 0.024904 +vt 0.052716 0.025358 +vt 0.052658 0.025323 +vt 0.052425 0.025143 +vt 0.052466 0.025181 +vt 0.053726 0.025865 +vt 0.053629 0.025831 +vt 0.053683 0.025846 +vt 0.053459 0.025764 +vt 0.053347 0.025711 +vt 0.053024 0.025548 +vt 0.053022 0.025551 +vt 0.054382 0.026032 +vt 0.053846 0.025904 +vt 0.053846 0.025904 +vt 0.053813 0.025894 +vt 0.054382 0.026032 +vt 0.054029 0.025952 +vt 0.056526 0.025850 +vt 0.056178 0.025952 +vt 0.055825 0.026032 +vt 0.057185 0.025551 +vt 0.056910 0.025692 +vt 0.056860 0.025711 +vt 0.056720 0.025775 +vt 0.056578 0.025831 +vt 0.057782 0.025143 +vt 0.057785 0.025146 +vt 0.057692 0.025219 +vt 0.057491 0.025358 +vt 0.057183 0.025548 +vt 0.058308 0.024645 +vt 0.058007 0.024954 +vt 0.058007 0.024954 +vt 0.057992 0.024968 +vt 0.058308 0.024645 +vt 0.057944 0.025011 +vt 0.057876 0.025070 +vt 0.058054 0.024904 +vt 0.054742 0.026078 +vt 0.055104 0.026093 +vt 0.051672 0.024363 +vt 0.051469 0.024063 +vt 0.051473 0.024061 +vt 0.051293 0.023747 +vt 0.051143 0.020234 +vt 0.051293 0.019904 +vt 0.051296 0.019906 +vt 0.051469 0.019588 +vt 0.051672 0.019287 +vt 0.051676 0.019290 +vt 0.051900 0.019006 +vt 0.054382 0.017619 +vt 0.054742 0.017573 +vt 0.054742 0.017577 +vt 0.055104 0.017557 +vt 0.055466 0.017573 +vt 0.055465 0.017577 +vt 0.055825 0.017619 +vt 0.058308 0.019006 +vt 0.058535 0.019287 +vt 0.058532 0.019290 +vt 0.058738 0.019588 +vt 0.058915 0.019904 +vt 0.058911 0.019906 +vt 0.059064 0.020234 +vt 0.059185 0.023075 +vt 0.059064 0.023417 +vt 0.059060 0.023415 +vt 0.058915 0.023747 +vt 0.058738 0.024063 +vt 0.058735 0.024061 +vt 0.058535 0.024363 +vt 0.055466 0.026078 +vt 0.055104 0.026089 +vt 0.052702 0.011434 +vt 0.052571 0.011460 +vt 0.053435 0.011288 +vt 0.052658 0.011439 +vt 0.053435 0.011291 +vt 0.052658 0.011439 +vt 0.052804 0.011410 +vt 0.054254 0.011193 +vt 0.054221 0.011192 +vt 0.054221 0.011192 +vt 0.054269 0.011188 +vt 0.054297 0.011191 +vt 0.054360 0.011181 +vt 0.049236 0.015703 +vt 0.049651 0.014569 +vt 0.049741 0.015184 +vt 0.050355 0.014799 +vt 0.050968 0.014422 +vt 0.051546 0.013475 +vt 0.051611 0.014098 +vt 0.052953 0.013565 +vt 0.052932 0.013012 +vt 0.053671 0.013467 +vt 0.055104 0.012749 +vt 0.054385 0.013375 +vt 0.055104 0.013345 +vt 0.056546 0.013412 +vt 0.057276 0.013012 +vt 0.057241 0.013618 +vt 0.057929 0.013829 +vt 0.058661 0.013475 +vt 0.058620 0.014047 +vt 0.059955 0.014154 +vt 0.059884 0.014753 +vt 0.061158 0.014992 +vt 0.061010 0.015663 +vt 0.061010 0.027988 +vt 0.060556 0.029082 +vt 0.060431 0.028424 +vt 0.059853 0.028852 +vt 0.059322 0.029862 +vt 0.059240 0.029229 +vt 0.058620 0.029604 +vt 0.057978 0.030435 +vt 0.057255 0.030086 +vt 0.056546 0.030239 +vt 0.055834 0.030873 +vt 0.055823 0.030275 +vt 0.055104 0.030306 +vt 0.054373 0.030873 +vt 0.054380 0.030331 +vt 0.053648 0.030784 +vt 0.052953 0.030086 +vt 0.051546 0.030176 +vt 0.051588 0.029604 +vt 0.050941 0.029278 +vt 0.050324 0.028898 +vt 0.049651 0.029082 +vt 0.049776 0.028424 +vt 0.049197 0.027988 +vt 0.062135 0.016085 +vt 0.061967 0.016749 +vt 0.062964 0.017287 +vt 0.062726 0.017982 +vt 0.063591 0.018607 +vt 0.062973 0.018663 +vt 0.063213 0.019342 +vt 0.063997 0.020010 +vt 0.063394 0.020039 +vt 0.063516 0.020748 +vt 0.063577 0.021465 +vt 0.064173 0.022191 +vt 0.063571 0.022910 +vt 0.064049 0.023652 +vt 0.063266 0.024325 +vt 0.063591 0.025044 +vt 0.062726 0.025668 +vt 0.062964 0.026364 +vt 0.062325 0.026272 +vt 0.061922 0.026868 +vt 0.061470 0.027428 +vt 0.061650 0.028113 +vt 0.048073 0.027566 +vt 0.048241 0.026901 +vt 0.047197 0.026390 +vt 0.047882 0.026272 +vt 0.047531 0.025643 +vt 0.046617 0.025044 +vt 0.047235 0.024987 +vt 0.046995 0.024309 +vt 0.046813 0.023612 +vt 0.046093 0.022919 +vt 0.046692 0.022903 +vt 0.046575 0.022188 +vt 0.046034 0.021460 +vt 0.046637 0.020741 +vt 0.046759 0.020027 +vt 0.046385 0.019300 +vt 0.047183 0.018643 +vt 0.046856 0.017912 +vt 0.047481 0.017982 +vt 0.047197 0.017261 +vt 0.047882 0.017379 +vt 0.048285 0.016783 +vt 0.048073 0.016085 +vt 0.048738 0.016222 +vt 0.047113 0.018423 +vt 0.044796 0.021433 +vt 0.043892 0.021434 +vt 0.043892 0.022217 +vt 0.063213 0.028201 +vt 0.063919 0.028714 +vt 0.064379 0.028081 +vt 0.065412 0.022217 +vt 0.066315 0.022217 +vt 0.066285 0.021825 +vt 0.048848 0.012550 +vt 0.048215 0.013010 +vt 0.049362 0.013256 +vt 0.048728 0.013717 +vt 0.049591 0.016254 +vt 0.047810 0.014532 +vt 0.046995 0.015449 +vt 0.052291 0.011901 +vt 0.050421 0.012635 +vt 0.050067 0.016330 +vt 0.050524 0.016485 +vt 0.051956 0.014628 +vt 0.050948 0.016716 +vt 0.052394 0.014848 +vt 0.051327 0.017014 +vt 0.051650 0.017373 +vt 0.051908 0.017781 +vt 0.052353 0.018423 +vt 0.052093 0.018226 +vt 0.052021 0.011071 +vt 0.051277 0.011313 +vt 0.051546 0.012143 +vt 0.055496 0.011518 +vt 0.053749 0.017308 +vt 0.053713 0.016820 +vt 0.053490 0.011638 +vt 0.054712 0.011517 +vt 0.054712 0.010644 +vt 0.055495 0.010644 +vt 0.053594 0.016346 +vt 0.053396 0.015899 +vt 0.053124 0.015492 +vt 0.057345 0.014716 +vt 0.057439 0.015189 +vt 0.057916 0.011901 +vt 0.057451 0.015672 +vt 0.057382 0.016149 +vt 0.057233 0.016608 +vt 0.057009 0.017035 +vt 0.056715 0.017419 +vt 0.057172 0.014265 +vt 0.058339 0.018393 +vt 0.058743 0.018119 +vt 0.059095 0.017778 +vt 0.059383 0.017383 +vt 0.059599 0.016944 +vt 0.059736 0.016475 +vt 0.059792 0.015989 +vt 0.063094 0.018423 +vt 0.063213 0.015449 +vt 0.058931 0.011313 +vt 0.058187 0.011071 +vt 0.058662 0.012143 +vt 0.061945 0.014106 +vt 0.061480 0.013717 +vt 0.059786 0.012635 +vt 0.061992 0.013010 +vt 0.061359 0.012550 +vt 0.060845 0.013256 +vt 0.059763 0.015501 +vt 0.063673 0.016084 +vt 0.064379 0.015570 +vt 0.063919 0.014937 +vt 0.065858 0.018742 +vt 0.065616 0.017998 +vt 0.064806 0.018214 +vt 0.064294 0.017143 +vt 0.065028 0.019013 +vt 0.063094 0.021825 +vt 0.065291 0.020212 +vt 0.065412 0.021433 +vt 0.063094 0.022526 +vt 0.063094 0.025228 +vt 0.065858 0.024908 +vt 0.065028 0.024638 +vt 0.066315 0.021434 +vt 0.065291 0.023439 +vt 0.063673 0.027567 +vt 0.065645 0.025662 +vt 0.064786 0.025384 +vt 0.064294 0.026508 +vt 0.057421 0.028512 +vt 0.058251 0.029022 +vt 0.061359 0.031101 +vt 0.061992 0.030641 +vt 0.060845 0.030395 +vt 0.061480 0.029934 +vt 0.062397 0.029119 +vt 0.058663 0.031507 +vt 0.057916 0.031750 +vt 0.058187 0.032580 +vt 0.058931 0.032338 +vt 0.057854 0.031506 +vt 0.056717 0.032013 +vt 0.052291 0.031750 +vt 0.053490 0.032013 +vt 0.052353 0.031506 +vt 0.054712 0.032133 +vt 0.054712 0.033006 +vt 0.055495 0.033006 +vt 0.055540 0.032169 +vt 0.050445 0.028150 +vt 0.052353 0.028015 +vt 0.051267 0.032367 +vt 0.052021 0.032580 +vt 0.051545 0.031507 +vt 0.049362 0.030395 +vt 0.048215 0.030641 +vt 0.048848 0.031101 +vt 0.048728 0.029934 +vt 0.045804 0.028099 +vt 0.046288 0.028714 +vt 0.046995 0.028202 +vt 0.045913 0.026508 +vt 0.047113 0.025228 +vt 0.045401 0.025437 +vt 0.044453 0.025228 +vt 0.044591 0.025653 +vt 0.046534 0.027567 +vt 0.044796 0.022217 +vt 0.044916 0.023439 +vt 0.044349 0.024908 +vt 0.045179 0.024638 +vt 0.044349 0.018742 +vt 0.045179 0.019013 +vt 0.044916 0.020212 +vt 0.044562 0.017989 +vt 0.045421 0.018267 +vt 0.045913 0.017143 +vt 0.046288 0.014937 +vt 0.045828 0.015570 +vt 0.046534 0.016084 +vt 0.052787 0.015138 +vt 0.057854 0.021185 +vt 0.062381 0.020211 +vt 0.062018 0.020529 +vt 0.062685 0.019837 +vt 0.060204 0.021080 +vt 0.059726 0.021018 +vt 0.061607 0.020781 +vt 0.061158 0.020960 +vt 0.060686 0.021061 +vt 0.049387 0.021825 +vt 0.049604 0.020393 +vt 0.049117 0.020341 +vt 0.047297 0.020952 +vt 0.047113 0.021125 +vt 0.047706 0.020684 +vt 0.048629 0.020373 +vt 0.048154 0.020489 +vt 0.052424 0.021139 +vt 0.050514 0.020740 +vt 0.050074 0.020527 +vt 0.047522 0.023814 +vt 0.047826 0.023439 +vt 0.048189 0.023121 +vt 0.048601 0.022869 +vt 0.049049 0.022691 +vt 0.049521 0.022590 +vt 0.051464 0.025532 +vt 0.051113 0.025872 +vt 0.050825 0.026268 +vt 0.050609 0.026706 +vt 0.050471 0.027176 +vt 0.050416 0.027661 +vt 0.051869 0.025257 +vt 0.052353 0.021825 +vt 0.050003 0.022571 +vt 0.050482 0.022633 +vt 0.053035 0.029385 +vt 0.052863 0.028935 +vt 0.052769 0.028461 +vt 0.052756 0.027979 +vt 0.057814 0.028803 +vt 0.057854 0.025228 +vt 0.056458 0.026343 +vt 0.056811 0.027752 +vt 0.057083 0.028159 +vt 0.052826 0.027501 +vt 0.052572 0.025228 +vt 0.052975 0.027042 +vt 0.053199 0.026615 +vt 0.056494 0.026831 +vt 0.056613 0.027305 +vt 0.053492 0.026232 +vt 0.059259 0.026935 +vt 0.058880 0.026636 +vt 0.058557 0.026278 +vt 0.058299 0.025870 +vt 0.058114 0.025424 +vt 0.060617 0.027397 +vt 0.060140 0.027321 +vt 0.059683 0.027165 +vt 0.057854 0.021825 +vt 0.060604 0.023258 +vt 0.061090 0.023310 +vt 0.061578 0.023278 +vt 0.062053 0.023162 +vt 0.059693 0.022911 +vt 0.060134 0.023124 +vt 0.062502 0.022967 +vt 0.062910 0.022698 +vt 0.057257 0.023574 +vt 0.057133 0.023650 +vt 0.057691 0.022144 +vt 0.057795 0.022274 +vt 0.056966 0.023650 +vt 0.056452 0.024165 +vt 0.056285 0.024335 +vt 0.057802 0.022466 +vt 0.057685 0.022619 +vt 0.055177 0.024590 +vt 0.056093 0.024338 +vt 0.055335 0.024481 +vt 0.053075 0.023650 +vt 0.052920 0.023535 +vt 0.057297 0.023235 +vt 0.057334 0.023397 +vt 0.053878 0.024313 +vt 0.053756 0.024165 +vt 0.054067 0.024350 +vt 0.055990 0.024277 +vt 0.052523 0.022619 +vt 0.052883 0.023300 +vt 0.052634 0.022661 +vt 0.057573 0.022661 +vt 0.054942 0.024549 +vt 0.054839 0.024419 +vt 0.054191 0.024176 +vt 0.053241 0.023650 +vt 0.057757 0.021098 +vt 0.057795 0.021377 +vt 0.057691 0.021506 +vt 0.056140 0.019301 +vt 0.056329 0.019337 +vt 0.056452 0.019486 +vt 0.052874 0.020302 +vt 0.052920 0.020115 +vt 0.057178 0.020019 +vt 0.057287 0.020115 +vt 0.053241 0.020001 +vt 0.053756 0.019486 +vt 0.054873 0.019170 +vt 0.055128 0.019052 +vt 0.054115 0.019313 +vt 0.057334 0.020253 +vt 0.055265 0.019101 +vt 0.055369 0.019232 +vt 0.052634 0.020990 +vt 0.052755 0.020694 +vt 0.052566 0.021009 +vt 0.053029 0.020019 +vt 0.053923 0.019316 +vt 0.056966 0.020001 +vt 0.057573 0.020990 +vt 0.054217 0.019374 +vt 0.052516 0.021506 +vt 0.052412 0.021377 +vt 0.052395 0.022419 +vt 0.052412 0.022274 +vt 0.052516 0.022144 +vt 0.059587 0.020984 +vt 0.059946 0.021057 +vt 0.060312 0.021083 +vt 0.060678 0.021062 +vt 0.061038 0.020994 +vt 0.061386 0.020880 +vt 0.061717 0.020723 +vt 0.062305 0.020288 +vt 0.062025 0.020524 +vt 0.062552 0.020017 +vt 0.062762 0.019717 +vt 0.063102 0.022533 +vt 0.062787 0.022790 +vt 0.062440 0.023000 +vt 0.062066 0.023158 +vt 0.061673 0.023261 +vt 0.061269 0.023303 +vt 0.060864 0.023296 +vt 0.060463 0.023227 +vt 0.059713 0.022923 +vt 0.060077 0.023102 +vt 0.059378 0.022693 +vt 0.062552 0.020544 +vt 0.062582 0.022499 +vt 0.062237 0.020810 +vt 0.061890 0.021034 +vt 0.061518 0.021211 +vt 0.060721 0.021415 +vt 0.060549 0.022882 +vt 0.059898 0.021409 +vt 0.061126 0.021338 +vt 0.061951 0.022821 +vt 0.056617 0.017522 +vt 0.056860 0.017247 +vt 0.057065 0.016944 +vt 0.057230 0.016616 +vt 0.057351 0.016270 +vt 0.057427 0.015912 +vt 0.057456 0.015547 +vt 0.057373 0.014820 +vt 0.057438 0.015181 +vt 0.057262 0.014471 +vt 0.057107 0.014139 +vt 0.059715 0.015253 +vt 0.059781 0.015654 +vt 0.059789 0.016060 +vt 0.059739 0.016463 +vt 0.059632 0.016854 +vt 0.059470 0.017227 +vt 0.059257 0.017573 +vt 0.058998 0.017885 +vt 0.058696 0.018156 +vt 0.057992 0.018558 +vt 0.058358 0.018382 +vt 0.057779 0.015963 +vt 0.057811 0.015552 +vt 0.059390 0.016394 +vt 0.057141 0.017465 +vt 0.057791 0.015140 +vt 0.057718 0.014735 +vt 0.057557 0.016755 +vt 0.058969 0.017365 +vt 0.052133 0.018363 +vt 0.052017 0.018016 +vt 0.051655 0.017380 +vt 0.051857 0.017686 +vt 0.051417 0.017102 +vt 0.051144 0.016857 +vt 0.050842 0.016649 +vt 0.050516 0.016482 +vt 0.050171 0.016358 +vt 0.049814 0.016279 +vt 0.049449 0.016247 +vt 0.051718 0.014545 +vt 0.052777 0.015130 +vt 0.052453 0.014885 +vt 0.052097 0.014689 +vt 0.053059 0.015421 +vt 0.053301 0.015747 +vt 0.053498 0.016102 +vt 0.053638 0.016483 +vt 0.053749 0.017285 +vt 0.053722 0.016880 +vt 0.053719 0.017690 +vt 0.050270 0.016016 +vt 0.052346 0.017881 +vt 0.051616 0.014886 +vt 0.050658 0.016156 +vt 0.051025 0.016344 +vt 0.051364 0.016578 +vt 0.051940 0.017166 +vt 0.053296 0.016581 +vt 0.052793 0.015650 +vt 0.050620 0.022667 +vt 0.050261 0.022594 +vt 0.049895 0.022568 +vt 0.049170 0.022657 +vt 0.049530 0.022589 +vt 0.048821 0.022770 +vt 0.048490 0.022928 +vt 0.047903 0.023363 +vt 0.048182 0.023126 +vt 0.047656 0.023634 +vt 0.047445 0.023934 +vt 0.047106 0.021118 +vt 0.047420 0.020861 +vt 0.047768 0.020651 +vt 0.048142 0.020493 +vt 0.048535 0.020394 +vt 0.048938 0.020347 +vt 0.049744 0.020424 +vt 0.049344 0.020354 +vt 0.050830 0.020957 +vt 0.050495 0.020728 +vt 0.050130 0.020549 +vt 0.050309 0.022242 +vt 0.049486 0.022236 +vt 0.047656 0.023107 +vt 0.049308 0.020708 +vt 0.049081 0.022312 +vt 0.048689 0.022440 +vt 0.047625 0.021151 +vt 0.048317 0.022617 +vt 0.047971 0.022841 +vt 0.053591 0.026129 +vt 0.053348 0.026404 +vt 0.053143 0.026707 +vt 0.052978 0.027034 +vt 0.052857 0.027380 +vt 0.052781 0.027739 +vt 0.052835 0.028831 +vt 0.052770 0.028470 +vt 0.052752 0.028104 +vt 0.052946 0.029180 +vt 0.053100 0.029512 +vt 0.050492 0.028398 +vt 0.050427 0.027997 +vt 0.050419 0.027591 +vt 0.050469 0.027188 +vt 0.050575 0.026796 +vt 0.050737 0.026424 +vt 0.050950 0.026078 +vt 0.051210 0.025766 +vt 0.051512 0.025494 +vt 0.052215 0.025093 +vt 0.051849 0.025268 +vt 0.050781 0.027965 +vt 0.052490 0.028916 +vt 0.052514 0.027284 +vt 0.052429 0.027688 +vt 0.052836 0.026527 +vt 0.052651 0.026895 +vt 0.051239 0.026286 +vt 0.052417 0.028510 +vt 0.052396 0.028099 +vt 0.058074 0.025288 +vt 0.058191 0.025635 +vt 0.058351 0.025965 +vt 0.058552 0.026271 +vt 0.058791 0.026549 +vt 0.059063 0.026794 +vt 0.059365 0.027002 +vt 0.060036 0.027293 +vt 0.059691 0.027169 +vt 0.060394 0.027372 +vt 0.060759 0.027404 +vt 0.058490 0.029105 +vt 0.058112 0.028958 +vt 0.057755 0.028766 +vt 0.057430 0.028521 +vt 0.057145 0.028233 +vt 0.056710 0.027549 +vt 0.056818 0.027749 +vt 0.056903 0.027906 +vt 0.056574 0.027167 +vt 0.056458 0.026366 +vt 0.056489 0.026770 +vt 0.056489 0.025961 +vt 0.059937 0.027635 +vt 0.056814 0.026367 +vt 0.057861 0.025770 +vt 0.058268 0.026485 +vt 0.057415 0.028001 +vt 0.058843 0.027073 +vt 0.059183 0.027307 +vt 0.059549 0.027495 +vt 0.047886 0.027719 +vt 0.046511 0.028019 +vt 0.047405 0.027139 +vt 0.046342 0.027766 +vt 0.055104 0.031180 +vt 0.054703 0.032410 +vt 0.054351 0.031149 +vt 0.053904 0.032350 +vt 0.053609 0.031023 +vt 0.053111 0.032229 +vt 0.053094 0.030955 +vt 0.052828 0.032163 +vt 0.052874 0.030873 +vt 0.052330 0.032048 +vt 0.052142 0.030698 +vt 0.051723 0.031859 +vt 0.051565 0.031809 +vt 0.051437 0.030431 +vt 0.050820 0.031513 +vt 0.050757 0.030108 +vt 0.050099 0.031161 +vt 0.050104 0.029732 +vt 0.049646 0.030896 +vt 0.049408 0.030756 +vt 0.049484 0.029304 +vt 0.048749 0.030300 +vt 0.048901 0.028827 +vt 0.048126 0.029795 +vt 0.048357 0.028305 +vt 0.047825 0.029510 +vt 0.047543 0.029244 +vt 0.047004 0.028651 +vt 0.047003 0.026503 +vt 0.046067 0.027351 +vt 0.046846 0.026204 +vt 0.045749 0.026785 +vt 0.046653 0.025836 +vt 0.045675 0.026652 +vt 0.045337 0.025925 +vt 0.046357 0.025142 +vt 0.045269 0.025744 +vt 0.045055 0.025175 +vt 0.046119 0.024428 +vt 0.044904 0.024657 +vt 0.044830 0.024405 +vt 0.045938 0.023696 +vt 0.044665 0.023621 +vt 0.045818 0.022953 +vt 0.044559 0.022826 +vt 0.045757 0.022202 +vt 0.044534 0.022398 +vt 0.044513 0.022026 +vt 0.045757 0.021449 +vt 0.044528 0.021224 +vt 0.045818 0.020698 +vt 0.044604 0.020426 +vt 0.045938 0.019954 +vt 0.044658 0.020113 +vt 0.044740 0.019636 +vt 0.046119 0.019223 +vt 0.044935 0.018859 +vt 0.046357 0.018508 +vt 0.045189 0.018098 +vt 0.046653 0.017815 +vt 0.045499 0.017359 +vt 0.047003 0.017148 +vt 0.045751 0.016867 +vt 0.045864 0.016645 +vt 0.046283 0.015961 +vt 0.047405 0.016511 +vt 0.046751 0.015311 +vt 0.047858 0.015909 +vt 0.047036 0.014973 +vt 0.048357 0.015345 +vt 0.047268 0.014698 +vt 0.048676 0.015039 +vt 0.047829 0.014126 +vt 0.048901 0.014823 +vt 0.057334 0.012778 +vt 0.058262 0.011715 +vt 0.058066 0.012952 +vt 0.058484 0.011793 +vt 0.048433 0.013598 +vt 0.049484 0.014347 +vt 0.049074 0.013117 +vt 0.050104 0.013919 +vt 0.049750 0.012686 +vt 0.050773 0.013574 +vt 0.050456 0.012307 +vt 0.051179 0.013342 +vt 0.050659 0.012218 +vt 0.051451 0.013253 +vt 0.051190 0.011983 +vt 0.052142 0.012952 +vt 0.051724 0.011793 +vt 0.051945 0.011715 +vt 0.052865 0.012743 +vt 0.052719 0.011505 +vt 0.053609 0.012628 +vt 0.053506 0.011354 +vt 0.054093 0.012533 +vt 0.053959 0.011302 +vt 0.054354 0.012537 +vt 0.054303 0.011263 +vt 0.055104 0.012471 +vt 0.055104 0.011233 +vt 0.055856 0.012501 +vt 0.055905 0.011263 +vt 0.056604 0.012592 +vt 0.056701 0.011354 +vt 0.057489 0.011505 +vt 0.058770 0.013219 +vt 0.059018 0.011983 +vt 0.059549 0.012218 +vt 0.059451 0.013542 +vt 0.059751 0.012307 +vt 0.060458 0.012686 +vt 0.059923 0.013815 +vt 0.060084 0.013950 +vt 0.061134 0.013117 +vt 0.060723 0.014347 +vt 0.061775 0.013598 +vt 0.061307 0.014823 +vt 0.062378 0.014126 +vt 0.061532 0.015039 +vt 0.061850 0.015345 +vt 0.062940 0.014698 +vt 0.062229 0.015773 +vt 0.063171 0.014973 +vt 0.062322 0.015932 +vt 0.063456 0.015311 +vt 0.062802 0.016511 +vt 0.063925 0.015961 +vt 0.063205 0.017148 +vt 0.064343 0.016645 +vt 0.063555 0.017815 +vt 0.064456 0.016867 +vt 0.064708 0.017359 +vt 0.063850 0.018508 +vt 0.064938 0.017907 +vt 0.065019 0.018098 +vt 0.064089 0.019223 +vt 0.065272 0.018859 +vt 0.064269 0.019954 +vt 0.065467 0.019636 +vt 0.064390 0.020698 +vt 0.065603 0.020426 +vt 0.065679 0.021224 +vt 0.064451 0.021449 +vt 0.065694 0.022026 +vt 0.064451 0.022202 +vt 0.065673 0.022398 +vt 0.064390 0.022953 +vt 0.065649 0.022826 +vt 0.064327 0.023338 +vt 0.065543 0.023621 +vt 0.064269 0.023696 +vt 0.058770 0.030431 +vt 0.058643 0.031809 +vt 0.058066 0.030698 +vt 0.065377 0.024405 +vt 0.064089 0.024428 +vt 0.065304 0.024657 +vt 0.065153 0.025175 +vt 0.063850 0.025142 +vt 0.064939 0.025744 +vt 0.064870 0.025925 +vt 0.063555 0.025836 +vt 0.064532 0.026652 +vt 0.063205 0.026503 +vt 0.064140 0.027351 +vt 0.062802 0.027139 +vt 0.063697 0.028019 +vt 0.062350 0.027741 +vt 0.063204 0.028651 +vt 0.061850 0.028305 +vt 0.062664 0.029244 +vt 0.061307 0.028827 +vt 0.062383 0.029510 +vt 0.062082 0.029795 +vt 0.060723 0.029304 +vt 0.061459 0.030300 +vt 0.060103 0.029732 +vt 0.060800 0.030756 +vt 0.059451 0.030108 +vt 0.060108 0.031161 +vt 0.059028 0.030309 +vt 0.059388 0.031513 +vt 0.057342 0.030908 +vt 0.057877 0.032048 +vt 0.057096 0.032229 +vt 0.056604 0.031059 +vt 0.056304 0.032350 +vt 0.056114 0.031118 +vt 0.055856 0.031149 +vt 0.055505 0.032410 +vt 0.055104 0.032418 +vt 0.053219 0.021419 +vt 0.052115 0.020938 +vt 0.053315 0.021107 +vt 0.053462 0.020815 +vt 0.053657 0.020552 +vt 0.053260 0.022390 +vt 0.052065 0.022519 +vt 0.053192 0.022070 +vt 0.051988 0.021725 +vt 0.053178 0.021744 +vt 0.053770 0.023217 +vt 0.052547 0.023609 +vt 0.053554 0.022972 +vt 0.053382 0.022693 +vt 0.053574 0.019109 +vt 0.053893 0.020326 +vt 0.054164 0.020142 +vt 0.054462 0.020008 +vt 0.055430 0.019925 +vt 0.055502 0.018734 +vt 0.055746 0.020008 +vt 0.057272 0.019586 +vt 0.056044 0.020142 +vt 0.056315 0.020326 +vt 0.054313 0.018810 +vt 0.054778 0.019925 +vt 0.055104 0.019898 +vt 0.054618 0.023691 +vt 0.053403 0.024438 +vt 0.054310 0.023582 +vt 0.054024 0.023423 +vt 0.056654 0.022972 +vt 0.057124 0.024199 +vt 0.056438 0.023217 +vt 0.056183 0.023423 +vt 0.055898 0.023582 +vt 0.055303 0.024936 +vt 0.055589 0.023691 +vt 0.055267 0.023746 +vt 0.054940 0.023746 +vt 0.057016 0.022070 +vt 0.058143 0.022519 +vt 0.056947 0.022390 +vt 0.057867 0.023267 +vt 0.056825 0.022693 +vt 0.056551 0.020552 +vt 0.056745 0.020815 +vt 0.057954 0.020564 +vt 0.056893 0.021107 +vt 0.056988 0.021419 +vt 0.057030 0.021744 +vt 0.051928 0.024620 +vt 0.052325 0.024349 +vt 0.052176 0.024880 +vt 0.052671 0.024683 +vt 0.052446 0.025117 +vt 0.052735 0.025330 +vt 0.053056 0.024971 +vt 0.053040 0.025519 +vt 0.053475 0.025207 +vt 0.053361 0.025680 +vt 0.053694 0.025814 +vt 0.050968 0.022717 +vt 0.051444 0.022661 +vt 0.051059 0.023064 +vt 0.051581 0.023122 +vt 0.051178 0.023403 +vt 0.051326 0.023730 +vt 0.051776 0.023561 +vt 0.051501 0.024044 +vt 0.052025 0.023973 +vt 0.051702 0.024341 +vt 0.051059 0.020587 +vt 0.051505 0.020757 +vt 0.050968 0.020934 +vt 0.051398 0.021226 +vt 0.050907 0.021288 +vt 0.050877 0.021646 +vt 0.051352 0.021705 +vt 0.050877 0.022005 +vt 0.051368 0.022186 +vt 0.050907 0.022363 +vt 0.052176 0.018771 +vt 0.052493 0.019129 +vt 0.051928 0.019030 +vt 0.052169 0.019485 +vt 0.051702 0.019310 +vt 0.051501 0.019607 +vt 0.051894 0.019880 +vt 0.051326 0.019921 +vt 0.051672 0.020306 +vt 0.051178 0.020248 +vt 0.054038 0.017731 +vt 0.054152 0.018195 +vt 0.053694 0.017836 +vt 0.053695 0.018346 +vt 0.053361 0.017970 +vt 0.053040 0.018132 +vt 0.053262 0.018555 +vt 0.052735 0.018320 +vt 0.052859 0.018817 +vt 0.052446 0.018534 +vt 0.056846 0.017970 +vt 0.056512 0.018346 +vt 0.056513 0.017836 +vt 0.056056 0.018195 +vt 0.056170 0.017731 +vt 0.055819 0.017656 +vt 0.055584 0.018103 +vt 0.055463 0.017610 +vt 0.055104 0.017595 +vt 0.055104 0.018072 +vt 0.054745 0.017610 +vt 0.054624 0.018103 +vt 0.054389 0.017656 +vt 0.058505 0.019310 +vt 0.058038 0.019485 +vt 0.058279 0.019030 +vt 0.057715 0.019129 +vt 0.058031 0.018771 +vt 0.057761 0.018534 +vt 0.057349 0.018817 +vt 0.057473 0.018320 +vt 0.057167 0.018132 +vt 0.056946 0.018555 +vt 0.059300 0.021288 +vt 0.058809 0.021226 +vt 0.059239 0.020934 +vt 0.058702 0.020757 +vt 0.059149 0.020587 +vt 0.059029 0.020248 +vt 0.058536 0.020306 +vt 0.058881 0.019921 +vt 0.058706 0.019607 +vt 0.058313 0.019880 +vt 0.059029 0.023403 +vt 0.058626 0.023122 +vt 0.059149 0.023064 +vt 0.058763 0.022661 +vt 0.059239 0.022717 +vt 0.059300 0.022363 +vt 0.058840 0.022186 +vt 0.059331 0.022005 +vt 0.059331 0.021646 +vt 0.058855 0.021705 +vt 0.057761 0.025117 +vt 0.057537 0.024683 +vt 0.058031 0.024880 +vt 0.057882 0.024349 +vt 0.058279 0.024620 +vt 0.058505 0.024341 +vt 0.058182 0.023973 +vt 0.058706 0.024044 +vt 0.058881 0.023730 +vt 0.058431 0.023561 +vt 0.055819 0.025995 +vt 0.055821 0.025510 +vt 0.056170 0.025919 +vt 0.056286 0.025388 +vt 0.056513 0.025814 +vt 0.056846 0.025680 +vt 0.056732 0.025207 +vt 0.057167 0.025519 +vt 0.057473 0.025330 +vt 0.057151 0.024971 +vt 0.053921 0.025388 +vt 0.054038 0.025919 +vt 0.054386 0.025510 +vt 0.054389 0.025995 +vt 0.054745 0.026041 +vt 0.054863 0.025571 +vt 0.055104 0.026056 +vt 0.055463 0.026041 +vt 0.055344 0.025571 +vt 0.049449 0.016208 +vt 0.052150 0.018359 +vt 0.050532 0.016446 +vt 0.050862 0.016616 +vt 0.051444 0.017075 +vt 0.051890 0.017667 +vt 0.049824 0.016212 +vt 0.050190 0.016293 +vt 0.051186 0.016804 +vt 0.051710 0.017339 +vt 0.052080 0.017990 +vt 0.050594 0.016304 +vt 0.051296 0.016664 +vt 0.051852 0.017232 +vt 0.052244 0.017923 +vt 0.050240 0.016122 +vt 0.050996 0.016392 +vt 0.053475 0.017654 +vt 0.053680 0.017684 +vt 0.051713 0.014562 +vt 0.051688 0.014645 +vt 0.051662 0.014731 +vt 0.052319 0.015091 +vt 0.052036 0.014822 +vt 0.052069 0.014750 +vt 0.052090 0.014705 +vt 0.052373 0.015008 +vt 0.052416 0.014942 +vt 0.052443 0.014900 +vt 0.053577 0.016900 +vt 0.053402 0.016551 +vt 0.053497 0.016523 +vt 0.053655 0.016889 +vt 0.053573 0.016502 +vt 0.053705 0.016882 +vt 0.053621 0.016488 +vt 0.053711 0.017285 +vt 0.053645 0.017285 +vt 0.053555 0.017284 +vt 0.053462 0.016118 +vt 0.053403 0.016145 +vt 0.053321 0.016182 +vt 0.053052 0.015905 +vt 0.053272 0.015765 +vt 0.053217 0.015800 +vt 0.053141 0.015849 +vt 0.053033 0.015443 +vt 0.052984 0.015486 +vt 0.052915 0.015545 +vt 0.052766 0.015143 +vt 0.052732 0.015181 +vt 0.052615 0.015315 +vt 0.057167 0.014106 +vt 0.056629 0.017534 +vt 0.057476 0.015176 +vt 0.057494 0.015547 +vt 0.057388 0.016281 +vt 0.057098 0.016963 +vt 0.057325 0.014446 +vt 0.057439 0.014804 +vt 0.057494 0.015922 +vt 0.057292 0.016643 +vt 0.056913 0.017289 +vt 0.056665 0.017570 +vt 0.057631 0.015159 +vt 0.057670 0.015947 +vt 0.057456 0.016712 +vt 0.057054 0.017398 +vt 0.057611 0.014761 +vt 0.057756 0.015551 +vt 0.057954 0.018461 +vt 0.058237 0.018169 +vt 0.059614 0.015277 +vt 0.059526 0.015298 +vt 0.059423 0.015322 +vt 0.059543 0.016047 +vt 0.059635 0.015667 +vt 0.059713 0.015660 +vt 0.059764 0.015655 +vt 0.059642 0.016052 +vt 0.059721 0.016056 +vt 0.059771 0.016059 +vt 0.058545 0.017962 +vt 0.058606 0.018041 +vt 0.058892 0.017783 +vt 0.058654 0.018103 +vt 0.058949 0.017837 +vt 0.058685 0.018143 +vt 0.058985 0.017873 +vt 0.058350 0.018367 +vt 0.058325 0.018323 +vt 0.058286 0.018255 +vt 0.059243 0.017562 +vt 0.059202 0.017533 +vt 0.059138 0.017487 +vt 0.059058 0.017429 +vt 0.059455 0.017219 +vt 0.059410 0.017195 +vt 0.059340 0.017159 +vt 0.059616 0.016849 +vt 0.059568 0.016832 +vt 0.059494 0.016806 +vt 0.059400 0.016773 +vt 0.059722 0.016459 +vt 0.059672 0.016449 +vt 0.059595 0.016434 +vt 0.062795 0.019737 +vt 0.059583 0.021001 +vt 0.062048 0.020555 +vt 0.061736 0.020757 +vt 0.061047 0.021031 +vt 0.060312 0.021122 +vt 0.062605 0.020060 +vt 0.062352 0.020337 +vt 0.061411 0.020943 +vt 0.060686 0.021129 +vt 0.059937 0.021124 +vt 0.062141 0.020680 +vt 0.061812 0.020893 +vt 0.060708 0.021306 +vt 0.059913 0.021300 +vt 0.062744 0.020171 +vt 0.062204 0.020765 +vt 0.061112 0.021285 +vt 0.059787 0.022796 +vt 0.059402 0.022663 +vt 0.063090 0.022520 +vt 0.063030 0.022457 +vt 0.062895 0.022315 +vt 0.062328 0.022781 +vt 0.062703 0.022670 +vt 0.062748 0.022735 +vt 0.062777 0.022776 +vt 0.062373 0.022869 +vt 0.062409 0.022939 +vt 0.062432 0.022984 +vt 0.059837 0.022710 +vt 0.060522 0.022989 +vt 0.060132 0.022966 +vt 0.060103 0.023039 +vt 0.060480 0.023161 +vt 0.060084 0.023086 +vt 0.060468 0.023210 +vt 0.059722 0.022908 +vt 0.059747 0.022864 +vt 0.060867 0.023258 +vt 0.060874 0.023193 +vt 0.060893 0.022998 +vt 0.061268 0.023269 +vt 0.061265 0.023204 +vt 0.061261 0.023114 +vt 0.061670 0.023244 +vt 0.061660 0.023195 +vt 0.061646 0.023117 +vt 0.061627 0.023020 +vt 0.062060 0.023142 +vt 0.062044 0.023094 +vt 0.062018 0.023019 +vt 0.060758 0.027442 +vt 0.059676 0.027204 +vt 0.059345 0.027035 +vt 0.058763 0.026576 +vt 0.058317 0.025984 +vt 0.058037 0.025298 +vt 0.060384 0.027439 +vt 0.060017 0.027358 +vt 0.059021 0.026847 +vt 0.058498 0.026312 +vt 0.058128 0.025661 +vt 0.059614 0.027347 +vt 0.058911 0.026987 +vt 0.058356 0.026419 +vt 0.057963 0.025728 +vt 0.059968 0.027529 +vt 0.059211 0.027259 +vt 0.056704 0.026367 +vt 0.058520 0.029006 +vt 0.058576 0.028818 +vt 0.058545 0.028919 +vt 0.058191 0.028786 +vt 0.058154 0.028867 +vt 0.058126 0.028927 +vt 0.057592 0.028336 +vt 0.057834 0.028643 +vt 0.057792 0.028709 +vt 0.057764 0.028751 +vt 0.056782 0.026729 +vt 0.056756 0.027114 +vt 0.056588 0.026756 +vt 0.056670 0.027139 +vt 0.056524 0.026765 +vt 0.056607 0.027157 +vt 0.056475 0.026366 +vt 0.056526 0.026366 +vt 0.056605 0.026366 +vt 0.056726 0.027542 +vt 0.056772 0.027521 +vt 0.056934 0.027448 +vt 0.056917 0.027897 +vt 0.056960 0.027870 +vt 0.057026 0.027828 +vt 0.057110 0.027774 +vt 0.057158 0.028221 +vt 0.057196 0.028188 +vt 0.057256 0.028137 +vt 0.057442 0.028508 +vt 0.057475 0.028470 +vt 0.057527 0.028411 +vt 0.053066 0.029531 +vt 0.052731 0.028474 +vt 0.052713 0.028103 +vt 0.052819 0.027370 +vt 0.053109 0.026688 +vt 0.053543 0.026081 +vt 0.052882 0.029205 +vt 0.052769 0.028847 +vt 0.052714 0.027729 +vt 0.052915 0.027008 +vt 0.053294 0.026362 +vt 0.052577 0.028492 +vt 0.052558 0.028101 +vt 0.052752 0.026938 +vt 0.052975 0.026609 +vt 0.052717 0.029269 +vt 0.052472 0.028504 +vt 0.052568 0.027299 +vt 0.053154 0.026253 +vt 0.052305 0.025321 +vt 0.051883 0.025327 +vt 0.050509 0.028394 +vt 0.050593 0.028374 +vt 0.050784 0.028328 +vt 0.050664 0.027604 +vt 0.050573 0.027984 +vt 0.050494 0.027991 +vt 0.050444 0.027996 +vt 0.050565 0.027599 +vt 0.050486 0.027595 +vt 0.050436 0.027592 +vt 0.051663 0.025688 +vt 0.051387 0.025937 +vt 0.051316 0.025868 +vt 0.051553 0.025548 +vt 0.051259 0.025813 +vt 0.051522 0.025508 +vt 0.051222 0.025778 +vt 0.051858 0.025283 +vt 0.051922 0.025396 +vt 0.050964 0.026088 +vt 0.051005 0.026118 +vt 0.051069 0.026164 +vt 0.050752 0.026432 +vt 0.050797 0.026455 +vt 0.050867 0.026492 +vt 0.050955 0.026537 +vt 0.050592 0.026802 +vt 0.050640 0.026819 +vt 0.050714 0.026845 +vt 0.050486 0.027192 +vt 0.050535 0.027201 +vt 0.050710 0.027236 +vt 0.047387 0.023898 +vt 0.050638 0.022601 +vt 0.048159 0.023095 +vt 0.048471 0.022894 +vt 0.049160 0.022619 +vt 0.049896 0.022529 +vt 0.047603 0.023591 +vt 0.047855 0.023314 +vt 0.048796 0.022707 +vt 0.049521 0.022521 +vt 0.050270 0.022527 +vt 0.048067 0.022970 +vt 0.048396 0.022758 +vt 0.049500 0.022345 +vt 0.050294 0.022350 +vt 0.047464 0.023480 +vt 0.048004 0.022885 +vt 0.049095 0.022366 +vt 0.050643 0.021192 +vt 0.050421 0.020855 +vt 0.050806 0.020988 +vt 0.047239 0.021259 +vt 0.047177 0.021194 +vt 0.047505 0.020980 +vt 0.047459 0.020916 +vt 0.047430 0.020875 +vt 0.048221 0.020725 +vt 0.047834 0.020781 +vt 0.047799 0.020711 +vt 0.047776 0.020666 +vt 0.050038 0.020777 +vt 0.050075 0.020685 +vt 0.049709 0.020566 +vt 0.050105 0.020612 +vt 0.049728 0.020490 +vt 0.050124 0.020565 +vt 0.049740 0.020440 +vt 0.050486 0.020743 +vt 0.050460 0.020787 +vt 0.049342 0.020372 +vt 0.049337 0.020422 +vt 0.049319 0.020599 +vt 0.048940 0.020382 +vt 0.048942 0.020447 +vt 0.048951 0.020643 +vt 0.048542 0.020427 +vt 0.048554 0.020492 +vt 0.048570 0.020580 +vt 0.048147 0.020509 +vt 0.048164 0.020557 +vt 0.048189 0.020631 +vt 0.056592 0.012669 +vt 0.059415 0.013611 +vt 0.061255 0.014882 +vt 0.061824 0.015370 +vt 0.064193 0.023681 +vt 0.059415 0.030039 +vt 0.058756 0.030398 +vt 0.056592 0.030982 +vt 0.055854 0.031113 +vt 0.046723 0.025802 +vt 0.048952 0.014882 +vt 0.049588 0.014485 +vt 0.049015 0.014953 +vt 0.049558 0.014446 +vt 0.047590 0.016639 +vt 0.047152 0.017235 +vt 0.047507 0.016582 +vt 0.047070 0.017187 +vt 0.046237 0.019257 +vt 0.046060 0.019979 +vt 0.046014 0.019970 +vt 0.045930 0.022195 +vt 0.045989 0.022932 +vt 0.045880 0.022197 +vt 0.045895 0.022944 +vt 0.046519 0.025081 +vt 0.046809 0.025761 +vt 0.046473 0.025099 +vt 0.060619 0.029165 +vt 0.061158 0.028659 +vt 0.061192 0.028698 +vt 0.060649 0.029205 +vt 0.061255 0.028769 +vt 0.062660 0.027041 +vt 0.063055 0.026416 +vt 0.062700 0.027069 +vt 0.063138 0.026464 +vt 0.063873 0.024365 +vt 0.064099 0.023662 +vt 0.063970 0.024393 +vt 0.064218 0.020719 +vt 0.064327 0.021454 +vt 0.064313 0.020707 +vt 0.063688 0.018570 +vt 0.063399 0.017889 +vt 0.063735 0.018552 +vt 0.063485 0.017848 +vt 0.054365 0.012674 +vt 0.055104 0.012595 +vt 0.054361 0.012625 +vt 0.055104 0.012549 +vt 0.053631 0.012763 +vt 0.053623 0.012714 +vt 0.052884 0.012818 +vt 0.052907 0.012911 +vt 0.052196 0.013117 +vt 0.052181 0.013070 +vt 0.051486 0.013333 +vt 0.051505 0.013379 +vt 0.050837 0.013696 +vt 0.050814 0.013652 +vt 0.050146 0.013985 +vt 0.050197 0.014065 +vt 0.048482 0.015465 +vt 0.048447 0.015431 +vt 0.047918 0.015958 +vt 0.047992 0.016019 +vt 0.046764 0.017868 +vt 0.046723 0.017848 +vt 0.046430 0.018536 +vt 0.046473 0.018552 +vt 0.045989 0.020719 +vt 0.045940 0.020713 +vt 0.045835 0.021452 +vt 0.045930 0.021456 +vt 0.046014 0.023681 +vt 0.046108 0.023662 +vt 0.046193 0.024406 +vt 0.046285 0.024380 +vt 0.047070 0.026464 +vt 0.047469 0.027095 +vt 0.047507 0.027069 +vt 0.047590 0.027012 +vt 0.047992 0.027632 +vt 0.047954 0.027663 +vt 0.048482 0.028185 +vt 0.048413 0.028252 +vt 0.048983 0.028735 +vt 0.049050 0.028659 +vt 0.049531 0.029242 +vt 0.049588 0.029165 +vt 0.050170 0.029627 +vt 0.050146 0.029666 +vt 0.050814 0.029999 +vt 0.050793 0.030039 +vt 0.051486 0.030317 +vt 0.051505 0.030272 +vt 0.052166 0.030625 +vt 0.052196 0.030534 +vt 0.052907 0.030740 +vt 0.052895 0.030788 +vt 0.053631 0.030888 +vt 0.053623 0.030937 +vt 0.054357 0.031072 +vt 0.054365 0.030977 +vt 0.055104 0.030955 +vt 0.055104 0.031056 +vt 0.055843 0.030977 +vt 0.056568 0.030837 +vt 0.057324 0.030833 +vt 0.057313 0.030788 +vt 0.057289 0.030690 +vt 0.058011 0.030534 +vt 0.058027 0.030581 +vt 0.058702 0.030272 +vt 0.059370 0.029955 +vt 0.060062 0.029666 +vt 0.060011 0.029585 +vt 0.061688 0.028150 +vt 0.061794 0.028252 +vt 0.062290 0.027692 +vt 0.062254 0.027663 +vt 0.062176 0.027599 +vt 0.063399 0.025761 +vt 0.063443 0.025783 +vt 0.063778 0.025115 +vt 0.063688 0.025081 +vt 0.064167 0.022926 +vt 0.064267 0.022938 +vt 0.064373 0.022199 +vt 0.064278 0.022195 +vt 0.064148 0.019979 +vt 0.064099 0.019989 +vt 0.064014 0.019244 +vt 0.063923 0.019271 +vt 0.063098 0.017210 +vt 0.063055 0.017235 +vt 0.062738 0.016556 +vt 0.062660 0.016610 +vt 0.062216 0.016019 +vt 0.062254 0.015987 +vt 0.061725 0.015465 +vt 0.060677 0.014409 +vt 0.060649 0.014446 +vt 0.060588 0.014527 +vt 0.060011 0.014065 +vt 0.060037 0.014024 +vt 0.059370 0.013696 +vt 0.058722 0.013333 +vt 0.058702 0.013379 +vt 0.058041 0.013026 +vt 0.058011 0.013117 +vt 0.057301 0.012911 +vt 0.057313 0.012863 +vt 0.056577 0.012763 +vt 0.055850 0.012579 +vt 0.055847 0.012625 +vt 0.053718 0.013745 +vt 0.051727 0.014355 +vt 0.049431 0.015907 +vt 0.048950 0.016409 +vt 0.048123 0.017527 +vt 0.047784 0.018135 +vt 0.047278 0.019429 +vt 0.047497 0.024882 +vt 0.050513 0.028618 +vt 0.049431 0.027744 +vt 0.051106 0.028982 +vt 0.054410 0.029981 +vt 0.053038 0.029759 +vt 0.055104 0.030023 +vt 0.055799 0.029994 +vt 0.056489 0.029905 +vt 0.057835 0.029555 +vt 0.058480 0.029296 +vt 0.059694 0.028618 +vt 0.061258 0.027242 +vt 0.062930 0.024222 +vt 0.063235 0.022867 +vt 0.063294 0.022173 +vt 0.063235 0.020784 +vt 0.063118 0.020098 +vt 0.062942 0.019425 +vt 0.062073 0.017534 +vt 0.062711 0.018769 +vt 0.060767 0.015916 +vt 0.061695 0.016951 +vt 0.059102 0.014668 +vt 0.057835 0.014096 +vt 0.057169 0.013892 +vt 0.055799 0.013657 +vt 0.056493 0.013724 +vt 0.058489 0.014336 +vt 0.059706 0.015016 +vt 0.060267 0.015430 +vt 0.060791 0.015891 +vt 0.061274 0.016395 +vt 0.062103 0.017516 +vt 0.062424 0.018135 +vt 0.063316 0.021477 +vt 0.063139 0.023557 +vt 0.062963 0.024232 +vt 0.062730 0.024890 +vt 0.062443 0.025526 +vt 0.062103 0.026135 +vt 0.061712 0.026713 +vt 0.060791 0.027759 +vt 0.060267 0.028220 +vt 0.059112 0.029001 +vt 0.057175 0.029779 +vt 0.054407 0.030015 +vt 0.053715 0.029926 +vt 0.052366 0.029575 +vt 0.051718 0.029315 +vt 0.049954 0.028204 +vt 0.048950 0.027242 +vt 0.048513 0.026700 +vt 0.047784 0.025516 +vt 0.047245 0.024232 +vt 0.047090 0.023553 +vt 0.046972 0.022867 +vt 0.046913 0.022173 +vt 0.046913 0.021477 +vt 0.046972 0.020784 +vt 0.047090 0.020098 +vt 0.047497 0.018769 +vt 0.048495 0.016938 +vt 0.049940 0.015430 +vt 0.050501 0.015016 +vt 0.051106 0.014668 +vt 0.052366 0.014076 +vt 0.053038 0.013892 +vt 0.054407 0.013636 +vt 0.055104 0.013606 +vt 0.055803 0.013607 +vt 0.057182 0.013843 +vt 0.057852 0.014048 +vt 0.059126 0.014624 +vt 0.061736 0.016921 +vt 0.062469 0.018112 +vt 0.063345 0.022175 +vt 0.063285 0.022873 +vt 0.061296 0.027275 +vt 0.059723 0.028659 +vt 0.058501 0.029342 +vt 0.057842 0.029575 +vt 0.056498 0.029955 +vt 0.053033 0.029779 +vt 0.051081 0.029026 +vt 0.048105 0.026135 +vt 0.046951 0.020781 +vt 0.047069 0.020094 +vt 0.047245 0.019419 +vt 0.047764 0.018125 +vt 0.048105 0.017516 +vt 0.048912 0.016376 +vt 0.049416 0.015891 +vt 0.051718 0.014336 +vt 0.053025 0.013843 +vt 0.056504 0.013660 +vt 0.058516 0.014276 +vt 0.060286 0.015408 +vt 0.060811 0.015870 +vt 0.061296 0.016376 +vt 0.062158 0.017482 +vt 0.062791 0.018736 +vt 0.063025 0.019399 +vt 0.063202 0.020080 +vt 0.063321 0.020773 +vt 0.063381 0.021474 +vt 0.063202 0.023571 +vt 0.063025 0.024251 +vt 0.062791 0.024914 +vt 0.059144 0.029058 +vt 0.057852 0.029603 +vt 0.057182 0.029808 +vt 0.055806 0.030080 +vt 0.055104 0.030110 +vt 0.050464 0.028689 +vt 0.049899 0.028271 +vt 0.049371 0.027807 +vt 0.048885 0.027299 +vt 0.048443 0.026752 +vt 0.048049 0.026169 +vt 0.047706 0.025555 +vt 0.047416 0.024914 +vt 0.047182 0.024251 +vt 0.047005 0.023571 +vt 0.046886 0.022878 +vt 0.046826 0.022177 +vt 0.046826 0.021474 +vt 0.047040 0.020088 +vt 0.047217 0.019410 +vt 0.047450 0.018750 +vt 0.048080 0.017501 +vt 0.048472 0.016921 +vt 0.049922 0.015408 +vt 0.050485 0.014991 +vt 0.051081 0.014624 +vt 0.052356 0.014048 +vt 0.053704 0.013660 +vt 0.054401 0.013570 +vt 0.055104 0.013541 +vt 0.055810 0.013528 +vt 0.057202 0.013767 +vt 0.059165 0.014556 +vt 0.059767 0.014926 +vt 0.060836 0.015844 +vt 0.061323 0.016352 +vt 0.061765 0.016899 +vt 0.062501 0.018096 +vt 0.063423 0.022179 +vt 0.063363 0.022883 +vt 0.062539 0.025574 +vt 0.062195 0.026191 +vt 0.061799 0.026777 +vt 0.061355 0.027327 +vt 0.060866 0.027837 +vt 0.060335 0.028304 +vt 0.059767 0.028725 +vt 0.057864 0.029637 +vt 0.057191 0.029843 +vt 0.056504 0.029991 +vt 0.054398 0.030123 +vt 0.053696 0.030033 +vt 0.053005 0.029884 +vt 0.052330 0.029677 +vt 0.051674 0.029413 +vt 0.051043 0.029095 +vt 0.046844 0.020768 +vt 0.047416 0.018736 +vt 0.047706 0.018096 +vt 0.048443 0.016899 +vt 0.048885 0.016352 +vt 0.049371 0.015844 +vt 0.051063 0.014593 +vt 0.051691 0.014276 +vt 0.053016 0.013808 +vt 0.056519 0.013571 +vt 0.057894 0.013929 +vt 0.058553 0.014194 +vt 0.060365 0.015309 +vt 0.062830 0.018721 +vt 0.063066 0.019387 +vt 0.063244 0.020071 +vt 0.063363 0.020768 +vt 0.063423 0.021472 +vt 0.063291 0.023590 +vt 0.063111 0.024278 +vt 0.062875 0.024948 +vt 0.059188 0.029137 +vt 0.058553 0.029457 +vt 0.055104 0.030153 +vt 0.050414 0.028764 +vt 0.049843 0.028341 +vt 0.049309 0.027872 +vt 0.048817 0.027358 +vt 0.047668 0.025574 +vt 0.047377 0.024930 +vt 0.047142 0.024264 +vt 0.046963 0.023580 +vt 0.046844 0.022883 +vt 0.046784 0.022179 +vt 0.046784 0.021472 +vt 0.046917 0.020061 +vt 0.047096 0.019373 +vt 0.048013 0.017459 +vt 0.048853 0.016324 +vt 0.049342 0.015813 +vt 0.049872 0.015346 +vt 0.050414 0.014887 +vt 0.051674 0.014237 +vt 0.052330 0.013974 +vt 0.053696 0.013618 +vt 0.054398 0.013528 +vt 0.055104 0.013498 +vt 0.055814 0.013481 +vt 0.057227 0.013671 +vt 0.059188 0.014514 +vt 0.059793 0.014887 +vt 0.060934 0.015742 +vt 0.061429 0.016258 +vt 0.061878 0.016815 +vt 0.062279 0.017407 +vt 0.062628 0.018032 +vt 0.063471 0.022181 +vt 0.063411 0.022889 +vt 0.062628 0.025619 +vt 0.062279 0.026243 +vt 0.061878 0.026836 +vt 0.061429 0.027392 +vt 0.060934 0.027909 +vt 0.060397 0.028381 +vt 0.059822 0.028807 +vt 0.057911 0.029770 +vt 0.057227 0.029980 +vt 0.056528 0.030131 +vt 0.055818 0.030221 +vt 0.054394 0.030170 +vt 0.053688 0.030080 +vt 0.052993 0.029930 +vt 0.052314 0.029722 +vt 0.051654 0.029457 +vt 0.051019 0.029137 +vt 0.048329 0.026836 +vt 0.047928 0.026243 +vt 0.046736 0.022181 +vt 0.046736 0.021470 +vt 0.046797 0.020762 +vt 0.047285 0.018684 +vt 0.047580 0.018032 +vt 0.047928 0.017407 +vt 0.048329 0.016815 +vt 0.049309 0.015779 +vt 0.049843 0.015309 +vt 0.050994 0.014469 +vt 0.052314 0.013929 +vt 0.052993 0.013721 +vt 0.056528 0.013520 +vt 0.063341 0.023601 +vt 0.063161 0.024293 +vt 0.062922 0.024967 +vt 0.050385 0.028807 +vt 0.049273 0.027909 +vt 0.048778 0.027392 +vt 0.049810 0.015269 +vt 0.050385 0.014844 +vt 0.052980 0.013671 +vt 0.053680 0.013520 +vt 0.044547 0.020419 +vt 0.044571 0.020422 +vt 0.044495 0.021222 +vt 0.058272 0.011683 +vt 0.059030 0.011952 +vt 0.064394 0.016617 +vt 0.064739 0.017345 +vt 0.065524 0.019624 +vt 0.065728 0.022026 +vt 0.065682 0.022829 +vt 0.065409 0.024413 +vt 0.058765 0.031826 +vt 0.053105 0.032261 +vt 0.048104 0.029820 +vt 0.047519 0.029267 +vt 0.046484 0.028038 +vt 0.046039 0.027369 +vt 0.045306 0.025938 +vt 0.065750 0.022443 +vt 0.048346 0.030076 +vt 0.048407 0.013535 +vt 0.048412 0.013572 +vt 0.052401 0.011509 +vt 0.057496 0.011472 +vt 0.055721 0.011179 +vt 0.055909 0.011206 +vt 0.055649 0.011182 +vt 0.055104 0.011200 +vt 0.055495 0.011183 +vt 0.054486 0.011179 +vt 0.054635 0.011184 +vt 0.054300 0.011230 +vt 0.052711 0.011472 +vt 0.052187 0.011583 +vt 0.052333 0.011534 +vt 0.051935 0.011683 +vt 0.051443 0.011824 +vt 0.051177 0.011952 +vt 0.049721 0.012636 +vt 0.049228 0.012940 +vt 0.048532 0.013445 +vt 0.047790 0.014084 +vt 0.046853 0.015068 +vt 0.046770 0.015191 +vt 0.047225 0.014659 +vt 0.046219 0.015950 +vt 0.045835 0.016629 +vt 0.045169 0.017948 +vt 0.045447 0.017335 +vt 0.044861 0.018909 +vt 0.045128 0.018091 +vt 0.044683 0.019624 +vt 0.044813 0.019055 +vt 0.044461 0.021434 +vt 0.044460 0.021280 +vt 0.044457 0.021201 +vt 0.044480 0.022026 +vt 0.044461 0.022217 +vt 0.044526 0.022829 +vt 0.044798 0.024413 +vt 0.044813 0.024596 +vt 0.044861 0.024742 +vt 0.045023 0.025185 +vt 0.045103 0.025486 +vt 0.045149 0.025633 +vt 0.046219 0.027701 +vt 0.046978 0.028673 +vt 0.046813 0.028523 +vt 0.046724 0.028398 +vt 0.048407 0.030116 +vt 0.049165 0.030666 +vt 0.048532 0.030206 +vt 0.048729 0.030326 +vt 0.049390 0.030784 +vt 0.051227 0.031760 +vt 0.050806 0.031543 +vt 0.051443 0.031826 +vt 0.051296 0.031780 +vt 0.051554 0.031841 +vt 0.052321 0.032080 +vt 0.052187 0.032068 +vt 0.051682 0.031910 +vt 0.054486 0.032472 +vt 0.057807 0.032142 +vt 0.057107 0.032286 +vt 0.057946 0.032091 +vt 0.059411 0.031566 +vt 0.058911 0.031780 +vt 0.060135 0.031212 +vt 0.060862 0.030801 +vt 0.060818 0.030784 +vt 0.060979 0.030711 +vt 0.061738 0.030159 +vt 0.062103 0.029820 +vt 0.061861 0.030076 +vt 0.063944 0.027764 +vt 0.063437 0.028460 +vt 0.063354 0.028583 +vt 0.064190 0.027382 +vt 0.064035 0.027641 +vt 0.065038 0.025702 +vt 0.064924 0.025948 +vt 0.065058 0.025633 +vt 0.065347 0.024742 +vt 0.065105 0.025486 +vt 0.065184 0.025185 +vt 0.065746 0.022217 +vt 0.065747 0.022371 +vt 0.065746 0.021434 +vt 0.065712 0.021222 +vt 0.065420 0.019122 +vt 0.065395 0.019055 +vt 0.065127 0.018227 +vt 0.065347 0.018909 +vt 0.063989 0.015950 +vt 0.064080 0.016067 +vt 0.063394 0.015128 +vt 0.062964 0.014676 +vt 0.063484 0.015253 +vt 0.061861 0.013575 +vt 0.062418 0.014084 +vt 0.061043 0.012985 +vt 0.061676 0.013445 +vt 0.060475 0.012657 +vt 0.058911 0.011871 +vt 0.057946 0.011559 +vt 0.058765 0.011824 +vt 0.050442 0.012277 +vt 0.054712 0.032468 +vt 0.053897 0.032407 +vt 0.055573 0.032467 +vt 0.056308 0.032383 +vt 0.054559 0.032469 +vt 0.065661 0.020419 +vt 0.053497 0.011297 +vt 0.050072 0.031212 +vt 0.065600 0.023631 +vt 0.059776 0.012255 +vt 0.044608 0.023631 +vt 0.045623 0.026678 +vt 0.062706 0.029285 +vt 0.056710 0.011297 +vt 0.056882 0.018669 +vt 0.058202 0.019947 +vt 0.058725 0.021709 +vt 0.058316 0.023501 +vt 0.053500 0.025155 +vt 0.053127 0.024862 +vt 0.052073 0.023940 +vt 0.051892 0.023501 +vt 0.051425 0.022180 +vt 0.051483 0.021709 +vt 0.051725 0.020330 +vt 0.052006 0.019947 +vt 0.052894 0.018864 +vt 0.053326 0.018669 +vt 0.054285 0.018702 +vt 0.053519 0.019012 +vt 0.053851 0.018731 +vt 0.054677 0.018514 +vt 0.054206 0.018403 +vt 0.054651 0.018317 +vt 0.055517 0.018623 +vt 0.055531 0.018514 +vt 0.055104 0.018288 +vt 0.055104 0.018203 +vt 0.055556 0.018317 +vt 0.055576 0.018160 +vt 0.053717 0.018400 +vt 0.053368 0.018743 +vt 0.053776 0.018546 +vt 0.052857 0.019506 +vt 0.052342 0.020151 +vt 0.052781 0.019427 +vt 0.052249 0.020095 +vt 0.052338 0.019620 +vt 0.052078 0.019991 +vt 0.052215 0.019521 +vt 0.052008 0.020907 +vt 0.051876 0.021722 +vt 0.051903 0.020875 +vt 0.051767 0.021718 +vt 0.051611 0.021261 +vt 0.051568 0.021712 +vt 0.051456 0.021236 +vt 0.052073 0.022941 +vt 0.051849 0.022568 +vt 0.052052 0.023418 +vt 0.051784 0.023047 +vt 0.051967 0.023462 +vt 0.051636 0.023102 +vt 0.052713 0.023996 +vt 0.053283 0.024623 +vt 0.052632 0.024070 +vt 0.052810 0.024519 +vt 0.053174 0.024790 +vt 0.052708 0.024639 +vt 0.054486 0.024995 +vt 0.054427 0.025298 +vt 0.054466 0.025102 +vt 0.054877 0.025356 +vt 0.054397 0.025453 +vt 0.054867 0.025513 +vt 0.055721 0.024995 +vt 0.056505 0.024735 +vt 0.055742 0.025102 +vt 0.056552 0.024833 +vt 0.056219 0.025183 +vt 0.056639 0.025013 +vt 0.056268 0.025332 +vt 0.056707 0.025155 +vt 0.057494 0.023996 +vt 0.057967 0.023319 +vt 0.057927 0.023795 +vt 0.058064 0.023369 +vt 0.058240 0.023462 +vt 0.058075 0.023898 +vt 0.058135 0.023940 +vt 0.058252 0.022544 +vt 0.058331 0.021722 +vt 0.058427 0.022146 +vt 0.058625 0.022165 +vt 0.058640 0.021712 +vt 0.058782 0.022180 +vt 0.058199 0.020907 +vt 0.057865 0.020151 +vt 0.058156 0.020474 +vt 0.058339 0.020393 +vt 0.058129 0.019991 +vt 0.058483 0.020330 +vt 0.057350 0.019506 +vt 0.056688 0.019012 +vt 0.057100 0.019150 +vt 0.057220 0.018990 +vt 0.056840 0.018743 +vt 0.057314 0.018864 +vt 0.054631 0.018160 +vt 0.054185 0.018321 +vt 0.052937 0.018922 +vt 0.053045 0.019067 +vt 0.052583 0.019223 +vt 0.052643 0.019284 +vt 0.051869 0.020393 +vt 0.051631 0.020795 +vt 0.051712 0.020819 +vt 0.051582 0.022165 +vt 0.051572 0.022632 +vt 0.051655 0.022613 +vt 0.052202 0.023849 +vt 0.052366 0.023735 +vt 0.052422 0.024261 +vt 0.052485 0.024204 +vt 0.053569 0.025013 +vt 0.053655 0.024833 +vt 0.053703 0.024735 +vt 0.053962 0.025264 +vt 0.053989 0.025183 +vt 0.055336 0.025441 +vt 0.055330 0.025356 +vt 0.055318 0.025157 +vt 0.055796 0.025381 +vt 0.055780 0.025298 +vt 0.057080 0.024862 +vt 0.057034 0.024790 +vt 0.057452 0.024584 +vt 0.057397 0.024519 +vt 0.057268 0.024367 +vt 0.057723 0.024204 +vt 0.057839 0.024310 +vt 0.058504 0.023077 +vt 0.058424 0.023047 +vt 0.058460 0.022591 +vt 0.058636 0.022632 +vt 0.058680 0.021247 +vt 0.058596 0.021261 +vt 0.058399 0.021293 +vt 0.058495 0.020819 +vt 0.058646 0.020774 +vt 0.057936 0.019567 +vt 0.057870 0.019620 +vt 0.057714 0.019744 +vt 0.057565 0.019284 +vt 0.057675 0.019171 +vt 0.056463 0.018467 +vt 0.056431 0.018546 +vt 0.056357 0.018731 +vt 0.056001 0.018403 +vt 0.056041 0.018251 +vt 0.054712 0.010925 +vt 0.055495 0.010925 +vt 0.055495 0.010727 +vt 0.054712 0.010727 +vt 0.055495 0.010476 +vt 0.054712 0.010476 +vt 0.055495 0.010467 +vt 0.054712 0.010478 +vt 0.055495 0.010510 +vt 0.054652 0.010560 +vt 0.054712 0.010817 +vt 0.055495 0.010771 +vt 0.054712 0.010753 +vt 0.055898 0.010986 +vt 0.055951 0.011014 +vt 0.055954 0.010850 +vt 0.055844 0.010869 +vt 0.055776 0.010912 +vt 0.055641 0.010829 +vt 0.055763 0.010788 +vt 0.055561 0.010731 +vt 0.055896 0.010721 +vt 0.055726 0.010539 +vt 0.055599 0.010489 +vt 0.055959 0.010903 +vt 0.055909 0.010773 +vt 0.055747 0.010605 +vt 0.055847 0.010775 +vt 0.055714 0.010690 +vt 0.055649 0.010666 +vt 0.055622 0.010528 +vt 0.055896 0.011219 +vt 0.055792 0.011287 +vt 0.055716 0.011344 +vt 0.055632 0.011409 +vt 0.054512 0.010941 +vt 0.054302 0.010944 +vt 0.054241 0.010989 +vt 0.054314 0.010881 +vt 0.054378 0.010827 +vt 0.054497 0.010869 +vt 0.054512 0.010760 +vt 0.054493 0.010538 +vt 0.054361 0.010656 +vt 0.054284 0.010777 +vt 0.054249 0.010903 +vt 0.054361 0.010775 +vt 0.054401 0.010603 +vt 0.054482 0.010667 +vt 0.054585 0.010510 +vt 0.054609 0.010654 +vt 0.054480 0.011335 +vt 0.054569 0.011404 +vt 0.054352 0.011244 +vt 0.050941 0.011882 +vt 0.052108 0.011338 +vt 0.051363 0.011580 +vt 0.052110 0.011132 +vt 0.051302 0.011391 +vt 0.051969 0.010910 +vt 0.051224 0.011152 +vt 0.048072 0.013655 +vt 0.048380 0.013237 +vt 0.048981 0.012732 +vt 0.048897 0.012617 +vt 0.048264 0.013077 +vt 0.048749 0.012413 +vt 0.048116 0.012873 +vt 0.046884 0.014758 +vt 0.046844 0.014758 +vt 0.045891 0.016228 +vt 0.046055 0.015735 +vt 0.046515 0.015102 +vt 0.046397 0.014934 +vt 0.045895 0.015619 +vt 0.046152 0.014838 +vt 0.045692 0.015471 +vt 0.044612 0.019349 +vt 0.044858 0.018085 +vt 0.044590 0.018821 +vt 0.044670 0.018024 +vt 0.044428 0.018768 +vt 0.044431 0.017946 +vt 0.044189 0.018690 +vt 0.044360 0.022712 +vt 0.044204 0.022217 +vt 0.044204 0.021434 +vt 0.044006 0.021434 +vt 0.044006 0.022217 +vt 0.043754 0.021434 +vt 0.043754 0.022217 +vt 0.044616 0.024822 +vt 0.044858 0.025566 +vt 0.044428 0.024883 +vt 0.044670 0.025627 +vt 0.044189 0.024960 +vt 0.044431 0.025705 +vt 0.045842 0.027459 +vt 0.046515 0.028549 +vt 0.046055 0.027916 +vt 0.045859 0.027977 +vt 0.046397 0.028717 +vt 0.045692 0.028180 +vt 0.046152 0.028813 +vt 0.049506 0.031038 +vt 0.049013 0.030874 +vt 0.048380 0.030414 +vt 0.048212 0.030532 +vt 0.048897 0.031034 +vt 0.048116 0.030777 +vt 0.048749 0.031237 +vt 0.052627 0.032317 +vt 0.052108 0.032313 +vt 0.051346 0.032124 +vt 0.051302 0.032259 +vt 0.052046 0.032501 +vt 0.051224 0.032498 +vt 0.051969 0.032740 +vt 0.055990 0.032569 +vt 0.054712 0.032725 +vt 0.055495 0.032725 +vt 0.054646 0.032920 +vt 0.055495 0.032923 +vt 0.054712 0.033175 +vt 0.055495 0.033175 +vt 0.059267 0.031769 +vt 0.058100 0.032313 +vt 0.058844 0.032071 +vt 0.058161 0.032501 +vt 0.058905 0.032259 +vt 0.058239 0.032740 +vt 0.058983 0.032498 +vt 0.061194 0.030874 +vt 0.061827 0.030414 +vt 0.061255 0.031070 +vt 0.061995 0.030532 +vt 0.061458 0.031237 +vt 0.062091 0.030777 +vt 0.064365 0.027459 +vt 0.063692 0.028549 +vt 0.064152 0.027916 +vt 0.063811 0.028717 +vt 0.064312 0.028032 +vt 0.064056 0.028813 +vt 0.064516 0.028180 +vt 0.065595 0.024302 +vt 0.065591 0.024822 +vt 0.065349 0.025566 +vt 0.065538 0.025627 +vt 0.065779 0.024883 +vt 0.065777 0.025705 +vt 0.066019 0.024960 +vt 0.065847 0.020939 +vt 0.066004 0.021434 +vt 0.066004 0.022217 +vt 0.066202 0.022217 +vt 0.066202 0.021434 +vt 0.066453 0.022217 +vt 0.066453 0.021434 +vt 0.065047 0.017662 +vt 0.065591 0.018829 +vt 0.065349 0.018085 +vt 0.065797 0.018832 +vt 0.065538 0.018024 +vt 0.066019 0.018690 +vt 0.065777 0.017946 +vt 0.063274 0.014793 +vt 0.064197 0.015702 +vt 0.063692 0.015102 +vt 0.064348 0.015674 +vt 0.063811 0.014934 +vt 0.064516 0.015471 +vt 0.064056 0.014838 +vt 0.060738 0.012564 +vt 0.061880 0.013277 +vt 0.061194 0.012777 +vt 0.061995 0.013119 +vt 0.061310 0.012617 +vt 0.062091 0.012873 +vt 0.061458 0.012413 +vt 0.057600 0.011276 +vt 0.058861 0.011527 +vt 0.058117 0.011285 +vt 0.058967 0.011415 +vt 0.058161 0.011150 +vt 0.058983 0.011152 +vt 0.058239 0.010910 +vt 0.051222 0.011144 +vt 0.052026 0.010890 +vt 0.051229 0.011167 +vt 0.051979 0.010943 +vt 0.051193 0.011252 +vt 0.048118 0.012875 +vt 0.048751 0.012415 +vt 0.048769 0.012441 +vt 0.048117 0.012978 +vt 0.045705 0.015480 +vt 0.046186 0.014788 +vt 0.046179 0.014858 +vt 0.045724 0.015570 +vt 0.044180 0.018687 +vt 0.044433 0.017947 +vt 0.044204 0.018695 +vt 0.044483 0.017963 +vt 0.044250 0.018774 +vt 0.043788 0.021434 +vt 0.043788 0.022217 +vt 0.043745 0.021434 +vt 0.043745 0.022217 +vt 0.044277 0.024870 +vt 0.044507 0.025680 +vt 0.044242 0.024943 +vt 0.044463 0.025694 +vt 0.044169 0.024903 +vt 0.044422 0.025707 +vt 0.046144 0.028818 +vt 0.045655 0.028132 +vt 0.046165 0.028804 +vt 0.045719 0.028160 +vt 0.046256 0.028813 +vt 0.048751 0.031235 +vt 0.048118 0.030775 +vt 0.048136 0.030750 +vt 0.048848 0.031205 +vt 0.051222 0.032507 +vt 0.051966 0.032749 +vt 0.051974 0.032725 +vt 0.051235 0.032466 +vt 0.052053 0.032679 +vt 0.054712 0.033184 +vt 0.055495 0.033184 +vt 0.055495 0.033159 +vt 0.054712 0.033141 +vt 0.055556 0.033090 +vt 0.058986 0.032507 +vt 0.058181 0.032761 +vt 0.058978 0.032483 +vt 0.058222 0.032687 +vt 0.059015 0.032399 +vt 0.062097 0.030785 +vt 0.061410 0.031274 +vt 0.062082 0.030765 +vt 0.061426 0.031192 +vt 0.062091 0.030673 +vt 0.064514 0.028178 +vt 0.064054 0.028812 +vt 0.064028 0.028793 +vt 0.064483 0.028081 +vt 0.065786 0.025707 +vt 0.066027 0.024963 +vt 0.065762 0.025700 +vt 0.066003 0.024956 +vt 0.065942 0.024935 +vt 0.066419 0.022217 +vt 0.066419 0.021434 +vt 0.066462 0.022217 +vt 0.066462 0.021434 +vt 0.065678 0.017914 +vt 0.065966 0.018707 +vt 0.065762 0.017951 +vt 0.066039 0.018748 +vt 0.065786 0.017943 +vt 0.064054 0.014839 +vt 0.064520 0.015467 +vt 0.064488 0.015491 +vt 0.063951 0.014838 +vt 0.062097 0.012866 +vt 0.061464 0.012406 +vt 0.061457 0.012415 +vt 0.062071 0.012901 +vt 0.061426 0.012458 +vt 0.058238 0.010913 +vt 0.058985 0.011147 +vt 0.058155 0.010972 +vt 0.058966 0.011205 +vt 0.052074 0.011235 +vt 0.051261 0.011502 +vt 0.048316 0.013149 +vt 0.048935 0.012670 +vt 0.048279 0.013098 +vt 0.046391 0.015011 +vt 0.045927 0.015732 +vt 0.044779 0.018059 +vt 0.044538 0.018804 +vt 0.044732 0.018044 +vt 0.044452 0.018776 +vt 0.044095 0.021434 +vt 0.044098 0.022290 +vt 0.044031 0.022217 +vt 0.044779 0.025591 +vt 0.044513 0.024855 +vt 0.044694 0.025619 +vt 0.046427 0.028613 +vt 0.045968 0.027980 +vt 0.048290 0.030538 +vt 0.049011 0.031002 +vt 0.052145 0.032436 +vt 0.051310 0.032235 +vt 0.052054 0.032477 +vt 0.054712 0.032834 +vt 0.055568 0.032831 +vt 0.058870 0.032150 +vt 0.058134 0.032416 +vt 0.058897 0.032235 +vt 0.061891 0.030502 +vt 0.061258 0.030962 +vt 0.064219 0.027964 +vt 0.063780 0.028613 +vt 0.065453 0.025599 +vt 0.065714 0.024784 +vt 0.065755 0.024875 +vt 0.066112 0.021434 +vt 0.066158 0.022217 +vt 0.066176 0.021434 +vt 0.065695 0.018796 +vt 0.065427 0.017983 +vt 0.063780 0.015038 +vt 0.064259 0.015657 +vt 0.061243 0.012710 +vt 0.061891 0.013149 +vt 0.058878 0.011476 +vt 0.058141 0.011212 +vt 0.052509 0.011271 +vt 0.052576 0.011253 +vt 0.052422 0.011176 +vt 0.052370 0.011238 +vt 0.052217 0.011202 +vt 0.052320 0.011124 +vt 0.052607 0.011276 +vt 0.052487 0.011079 +vt 0.052359 0.010973 +vt 0.052207 0.010899 +vt 0.052071 0.010891 +vt 0.052498 0.011136 +vt 0.052249 0.010955 +vt 0.052396 0.011086 +vt 0.052243 0.011046 +vt 0.052174 0.011044 +vt 0.052106 0.010920 +vt 0.052579 0.011494 +vt 0.052502 0.011590 +vt 0.052447 0.011668 +vt 0.051048 0.011714 +vt 0.051178 0.011657 +vt 0.050979 0.011724 +vt 0.050935 0.011786 +vt 0.050971 0.011661 +vt 0.051141 0.011593 +vt 0.051122 0.011484 +vt 0.051180 0.011474 +vt 0.051035 0.011279 +vt 0.050945 0.011432 +vt 0.050910 0.011571 +vt 0.050915 0.011702 +vt 0.050982 0.011545 +vt 0.050967 0.011369 +vt 0.051064 0.011406 +vt 0.051114 0.011224 +vt 0.051181 0.011354 +vt 0.051269 0.012041 +vt 0.051375 0.012079 +vt 0.051119 0.011994 +vt 0.049375 0.012589 +vt 0.049506 0.012613 +vt 0.049432 0.012551 +vt 0.049309 0.012507 +vt 0.049274 0.012538 +vt 0.049149 0.012508 +vt 0.049232 0.012601 +vt 0.049075 0.012614 +vt 0.048953 0.012581 +vt 0.049376 0.012487 +vt 0.049140 0.012352 +vt 0.048973 0.012329 +vt 0.048841 0.012363 +vt 0.049322 0.012465 +vt 0.049029 0.012370 +vt 0.049510 0.012779 +vt 0.049052 0.012458 +vt 0.048986 0.012477 +vt 0.048883 0.012381 +vt 0.049467 0.012895 +vt 0.049438 0.012986 +vt 0.048138 0.013473 +vt 0.048071 0.013583 +vt 0.048036 0.013565 +vt 0.048032 0.013435 +vt 0.048052 0.013354 +vt 0.048173 0.013318 +vt 0.048121 0.013221 +vt 0.047976 0.013053 +vt 0.047937 0.013226 +vt 0.047946 0.013369 +vt 0.047992 0.013492 +vt 0.048007 0.013322 +vt 0.047939 0.013159 +vt 0.048042 0.013164 +vt 0.048034 0.012976 +vt 0.048137 0.013079 +vt 0.048433 0.013705 +vt 0.048545 0.013708 +vt 0.048276 0.013707 +vt 0.046801 0.014812 +vt 0.046675 0.014786 +vt 0.046669 0.014867 +vt 0.046524 0.014927 +vt 0.046562 0.014804 +vt 0.046585 0.014657 +vt 0.046338 0.014688 +vt 0.046223 0.014762 +vt 0.046636 0.014678 +vt 0.046405 0.014710 +vt 0.046601 0.014729 +vt 0.046454 0.014786 +vt 0.046396 0.014825 +vt 0.046268 0.014765 +vt 0.046989 0.014951 +vt 0.046983 0.015074 +vt 0.046984 0.015169 +vt 0.045898 0.016034 +vt 0.045951 0.015906 +vt 0.045868 0.016160 +vt 0.045830 0.016154 +vt 0.045786 0.016031 +vt 0.045780 0.015948 +vt 0.045883 0.015876 +vt 0.045845 0.015757 +vt 0.045624 0.015618 +vt 0.045614 0.015766 +vt 0.045684 0.015995 +vt 0.045765 0.016097 +vt 0.045727 0.015931 +vt 0.045611 0.015798 +vt 0.045711 0.015770 +vt 0.045645 0.015594 +vt 0.045775 0.015659 +vt 0.046250 0.016164 +vt 0.046358 0.016132 +vt 0.046102 0.016214 +vt 0.045040 0.017721 +vt 0.045160 0.017662 +vt 0.045021 0.017663 +vt 0.044912 0.017735 +vt 0.044810 0.017788 +vt 0.044932 0.017814 +vt 0.044812 0.017916 +vt 0.044694 0.017962 +vt 0.044980 0.017637 +vt 0.044711 0.017667 +vt 0.044562 0.017746 +vt 0.044475 0.017852 +vt 0.044924 0.017651 +vt 0.044712 0.017710 +vt 0.044659 0.017859 +vt 0.044702 0.017804 +vt 0.044519 0.017841 +vt 0.045262 0.017795 +vt 0.045294 0.017914 +vt 0.045325 0.018004 +vt 0.044559 0.019162 +vt 0.044515 0.019275 +vt 0.044420 0.019117 +vt 0.044496 0.019017 +vt 0.044397 0.018968 +vt 0.044181 0.018918 +vt 0.044251 0.019081 +vt 0.044309 0.019161 +vt 0.044555 0.019329 +vt 0.044396 0.019221 +vt 0.044365 0.019117 +vt 0.044213 0.019026 +vt 0.044300 0.018969 +vt 0.044182 0.018822 +vt 0.044326 0.018844 +vt 0.044934 0.019177 +vt 0.045027 0.019113 +vt 0.044808 0.019270 +vt 0.044264 0.021031 +vt 0.044300 0.020940 +vt 0.044267 0.020963 +vt 0.044147 0.021085 +vt 0.044190 0.021153 +vt 0.044108 0.021288 +vt 0.044066 0.021166 +vt 0.044009 0.021368 +vt 0.043999 0.021033 +vt 0.043817 0.021204 +vt 0.043768 0.021331 +vt 0.044052 0.021020 +vt 0.044182 0.020970 +vt 0.043949 0.021122 +vt 0.043945 0.021280 +vt 0.043968 0.021215 +vt 0.043806 0.021307 +vt 0.044498 0.021033 +vt 0.044566 0.021137 +vt 0.044622 0.021213 +vt 0.044219 0.022417 +vt 0.044222 0.022627 +vt 0.044267 0.022688 +vt 0.044160 0.022615 +vt 0.044106 0.022551 +vt 0.044147 0.022432 +vt 0.044038 0.022417 +vt 0.043817 0.022436 +vt 0.043934 0.022569 +vt 0.044055 0.022645 +vt 0.044182 0.022680 +vt 0.044053 0.022569 +vt 0.043881 0.022528 +vt 0.043946 0.022447 +vt 0.043837 0.022469 +vt 0.043933 0.022320 +vt 0.043789 0.022344 +vt 0.044613 0.022449 +vt 0.044682 0.022360 +vt 0.044523 0.022577 +vt 0.044549 0.024420 +vt 0.044612 0.024302 +vt 0.044531 0.024354 +vt 0.044455 0.024507 +vt 0.044517 0.024559 +vt 0.044480 0.024712 +vt 0.044403 0.024609 +vt 0.044411 0.024819 +vt 0.044452 0.024387 +vt 0.044251 0.024570 +vt 0.044177 0.024722 +vt 0.044170 0.024858 +vt 0.044414 0.024431 +vt 0.044234 0.024681 +vt 0.044365 0.024533 +vt 0.044325 0.024686 +vt 0.044323 0.024755 +vt 0.044199 0.024823 +vt 0.044772 0.024350 +vt 0.044869 0.024427 +vt 0.044946 0.024482 +vt 0.044935 0.025751 +vt 0.045002 0.025950 +vt 0.045064 0.025995 +vt 0.044939 0.025958 +vt 0.044868 0.025914 +vt 0.044871 0.025788 +vt 0.044763 0.025807 +vt 0.044558 0.025894 +vt 0.044711 0.025984 +vt 0.044849 0.026019 +vt 0.044980 0.026014 +vt 0.044824 0.025947 +vt 0.044648 0.025962 +vt 0.044684 0.025865 +vt 0.044588 0.025919 +vt 0.044632 0.025748 +vt 0.044503 0.025815 +vt 0.045320 0.025660 +vt 0.045273 0.025810 +vt 0.045879 0.027697 +vt 0.045860 0.027495 +vt 0.045830 0.027497 +vt 0.045786 0.027620 +vt 0.045816 0.027656 +vt 0.045787 0.027780 +vt 0.045892 0.027854 +vt 0.045692 0.027635 +vt 0.045631 0.027789 +vt 0.045607 0.027956 +vt 0.045642 0.028088 +vt 0.045743 0.027607 +vt 0.045666 0.027813 +vt 0.045756 0.027943 +vt 0.045736 0.027877 +vt 0.045659 0.028047 +vt 0.046058 0.027419 +vt 0.046174 0.027462 +vt 0.046264 0.027491 +vt 0.046751 0.028791 +vt 0.046646 0.028701 +vt 0.046757 0.028901 +vt 0.046844 0.028893 +vt 0.046562 0.028846 +vt 0.046596 0.028756 +vt 0.046331 0.028953 +vt 0.046504 0.028992 +vt 0.046647 0.028983 +vt 0.046770 0.028937 +vt 0.046601 0.028922 +vt 0.046438 0.028991 +vt 0.046442 0.028887 +vt 0.046254 0.028896 +vt 0.046357 0.028792 +vt 0.046984 0.028496 +vt 0.046987 0.028384 +vt 0.046985 0.028653 +vt 0.048090 0.030128 +vt 0.048036 0.030085 +vt 0.048064 0.030254 +vt 0.048145 0.030260 +vt 0.048206 0.030405 +vt 0.048083 0.030367 +vt 0.048037 0.030046 +vt 0.047948 0.030259 +vt 0.047937 0.030425 +vt 0.047967 0.030591 +vt 0.048040 0.030706 +vt 0.047988 0.030217 +vt 0.047988 0.030525 +vt 0.048007 0.030329 +vt 0.048065 0.030475 +vt 0.048104 0.030533 +vt 0.048044 0.030661 +vt 0.048229 0.029940 +vt 0.048353 0.029946 +vt 0.048448 0.029945 +vt 0.048554 0.029942 +vt 0.049312 0.031031 +vt 0.049185 0.030979 +vt 0.049351 0.031134 +vt 0.049351 0.031198 +vt 0.049226 0.031150 +vt 0.049155 0.031046 +vt 0.049036 0.031084 +vt 0.048963 0.031315 +vt 0.049140 0.031299 +vt 0.049234 0.031269 +vt 0.049318 0.031204 +vt 0.049210 0.031202 +vt 0.049076 0.031318 +vt 0.049048 0.031218 +vt 0.048872 0.031284 +vt 0.048938 0.031154 +vt 0.049442 0.030679 +vt 0.049411 0.030571 +vt 0.049492 0.030827 +vt 0.050999 0.031889 +vt 0.050941 0.031769 +vt 0.050935 0.031865 +vt 0.050904 0.032001 +vt 0.051014 0.032017 +vt 0.051092 0.031997 +vt 0.051195 0.032117 +vt 0.051066 0.032119 +vt 0.051240 0.032236 +vt 0.050919 0.032142 +vt 0.051025 0.032367 +vt 0.051130 0.032454 +vt 0.050915 0.031949 +vt 0.050923 0.032088 +vt 0.050988 0.032217 +vt 0.051137 0.032270 +vt 0.051082 0.032227 +vt 0.051120 0.032410 +vt 0.051073 0.031668 +vt 0.051193 0.031635 +vt 0.051283 0.031605 +vt 0.051383 0.031569 +vt 0.052441 0.032370 +vt 0.052303 0.032360 +vt 0.052554 0.032414 +vt 0.052395 0.032509 +vt 0.052295 0.032433 +vt 0.052247 0.032532 +vt 0.052196 0.032748 +vt 0.052359 0.032678 +vt 0.052469 0.032586 +vt 0.052498 0.032542 +vt 0.052396 0.032565 +vt 0.052304 0.032716 +vt 0.052247 0.032629 +vt 0.052100 0.032747 +vt 0.052122 0.032603 +vt 0.052455 0.031995 +vt 0.052392 0.031902 +vt 0.052549 0.032121 +vt 0.054310 0.032665 +vt 0.054217 0.032569 +vt 0.054241 0.032662 +vt 0.054254 0.032801 +vt 0.054363 0.032782 +vt 0.054432 0.032739 +vt 0.054566 0.032821 +vt 0.054445 0.032863 +vt 0.054311 0.032930 +vt 0.054482 0.033112 +vt 0.054609 0.033161 +vt 0.054249 0.032748 +vt 0.054299 0.032877 +vt 0.054460 0.033046 +vt 0.054361 0.032876 +vt 0.054493 0.032961 +vt 0.054559 0.032984 +vt 0.054585 0.033123 +vt 0.054312 0.032431 +vt 0.054415 0.032363 +vt 0.054492 0.032307 +vt 0.055829 0.032677 +vt 0.055695 0.032710 +vt 0.055905 0.032707 +vt 0.055966 0.032662 +vt 0.055893 0.032770 +vt 0.055829 0.032824 +vt 0.055711 0.032782 +vt 0.055637 0.032883 +vt 0.055714 0.033112 +vt 0.055847 0.032995 +vt 0.055924 0.032874 +vt 0.055959 0.032748 +vt 0.055847 0.032876 +vt 0.055807 0.033048 +vt 0.055726 0.032983 +vt 0.055622 0.033140 +vt 0.055599 0.032997 +vt 0.055728 0.032316 +vt 0.055855 0.032407 +vt 0.057698 0.032380 +vt 0.057580 0.032317 +vt 0.057632 0.032398 +vt 0.057687 0.032526 +vt 0.057785 0.032475 +vt 0.057837 0.032413 +vt 0.057991 0.032449 +vt 0.057888 0.032526 +vt 0.058097 0.032518 +vt 0.057782 0.032632 +vt 0.058000 0.032752 +vt 0.058136 0.032760 +vt 0.057666 0.032477 +vt 0.057753 0.032585 +vt 0.057959 0.032696 +vt 0.057812 0.032565 +vt 0.057964 0.032604 +vt 0.058034 0.032606 +vt 0.058102 0.032730 +vt 0.057628 0.032157 +vt 0.057705 0.032060 +vt 0.057761 0.031983 +vt 0.059245 0.031837 +vt 0.059273 0.031865 +vt 0.059236 0.031990 +vt 0.059185 0.031985 +vt 0.059192 0.032061 +vt 0.059067 0.032058 +vt 0.059086 0.032166 +vt 0.059172 0.032371 +vt 0.059262 0.032219 +vt 0.059298 0.032080 +vt 0.059295 0.032027 +vt 0.059225 0.032105 +vt 0.059240 0.032282 +vt 0.059143 0.032245 +vt 0.059093 0.032426 +vt 0.059026 0.032297 +vt 0.058939 0.031609 +vt 0.058833 0.031572 +vt 0.059088 0.031656 +vt 0.060833 0.031061 +vt 0.060701 0.031038 +vt 0.060975 0.031050 +vt 0.060815 0.031119 +vt 0.060934 0.031113 +vt 0.061058 0.031142 +vt 0.061132 0.031037 +vt 0.060832 0.031164 +vt 0.061068 0.031299 +vt 0.061235 0.031322 +vt 0.061367 0.031287 +vt 0.060885 0.031186 +vt 0.061178 0.031281 +vt 0.060998 0.031202 +vt 0.061155 0.031193 +vt 0.061222 0.031173 +vt 0.061325 0.031270 +vt 0.060697 0.030871 +vt 0.060741 0.030755 +vt 0.060769 0.030665 +vt 0.060799 0.030563 +vt 0.061980 0.030283 +vt 0.062148 0.030158 +vt 0.062171 0.030085 +vt 0.062175 0.030216 +vt 0.062035 0.030333 +vt 0.062125 0.030367 +vt 0.062232 0.030598 +vt 0.062270 0.030425 +vt 0.062261 0.030282 +vt 0.062215 0.030159 +vt 0.062200 0.030329 +vt 0.062269 0.030492 +vt 0.062165 0.030487 +vt 0.062174 0.030675 +vt 0.062070 0.030572 +vt 0.061775 0.029945 +vt 0.061662 0.029942 +vt 0.061931 0.029944 +vt 0.063538 0.028784 +vt 0.063352 0.028865 +vt 0.063274 0.028858 +vt 0.063364 0.028893 +vt 0.063533 0.028865 +vt 0.063684 0.028723 +vt 0.063646 0.028846 +vt 0.063437 0.028937 +vt 0.063703 0.028992 +vt 0.063869 0.028963 +vt 0.063984 0.028889 +vt 0.063495 0.028941 +vt 0.063803 0.028941 +vt 0.063219 0.028700 +vt 0.063754 0.028864 +vt 0.063811 0.028825 +vt 0.063939 0.028885 +vt 0.063224 0.028576 +vt 0.063224 0.028481 +vt 0.064309 0.027617 +vt 0.064257 0.027744 +vt 0.064356 0.027500 +vt 0.064477 0.027578 +vt 0.064412 0.027578 +vt 0.064428 0.027703 +vt 0.064324 0.027774 +vt 0.064363 0.027893 +vt 0.064594 0.027966 +vt 0.064577 0.027789 +vt 0.064524 0.027656 +vt 0.064443 0.027554 +vt 0.064480 0.027719 +vt 0.064596 0.027853 +vt 0.064496 0.027881 +vt 0.064562 0.028057 +vt 0.064432 0.027991 +vt 0.063957 0.027487 +vt 0.063849 0.027518 +vt 0.064106 0.027437 +vt 0.065167 0.025930 +vt 0.065143 0.025995 +vt 0.065279 0.026025 +vt 0.065295 0.025916 +vt 0.065276 0.025837 +vt 0.065395 0.025734 +vt 0.065397 0.025863 +vt 0.065514 0.025689 +vt 0.065420 0.026010 +vt 0.065646 0.025905 +vt 0.065732 0.025799 +vt 0.065227 0.026014 +vt 0.065366 0.026006 +vt 0.065496 0.025941 +vt 0.065548 0.025792 +vt 0.065506 0.025847 +vt 0.065688 0.025810 +vt 0.064946 0.025856 +vt 0.064913 0.025737 +vt 0.064883 0.025646 +vt 0.065648 0.024489 +vt 0.065638 0.024626 +vt 0.065638 0.024360 +vt 0.065677 0.024354 +vt 0.065756 0.024457 +vt 0.065788 0.024534 +vt 0.065712 0.024634 +vt 0.065810 0.024682 +vt 0.066027 0.024733 +vt 0.065956 0.024570 +vt 0.065865 0.024460 +vt 0.065820 0.024431 +vt 0.065843 0.024533 +vt 0.065994 0.024625 +vt 0.065908 0.024682 +vt 0.066017 0.024695 +vt 0.065881 0.024807 +vt 0.065273 0.024474 +vt 0.065181 0.024537 +vt 0.065399 0.024380 +vt 0.065943 0.022619 +vt 0.065847 0.022712 +vt 0.065940 0.022688 +vt 0.066079 0.022675 +vt 0.066060 0.022566 +vt 0.066017 0.022497 +vt 0.066100 0.022363 +vt 0.066141 0.022485 +vt 0.066198 0.022283 +vt 0.066209 0.022618 +vt 0.066390 0.022447 +vt 0.066440 0.022320 +vt 0.066026 0.022680 +vt 0.066156 0.022630 +vt 0.066259 0.022528 +vt 0.066263 0.022370 +vt 0.066239 0.022436 +vt 0.066401 0.022344 +vt 0.065710 0.022617 +vt 0.065642 0.022514 +vt 0.065585 0.022437 +vt 0.065955 0.021100 +vt 0.065988 0.021234 +vt 0.065962 0.020979 +vt 0.066102 0.021100 +vt 0.066060 0.021218 +vt 0.066169 0.021234 +vt 0.066391 0.021215 +vt 0.066273 0.021082 +vt 0.066152 0.021006 +vt 0.066026 0.020970 +vt 0.066154 0.021082 +vt 0.066326 0.021122 +vt 0.066262 0.021204 +vt 0.066370 0.021182 +vt 0.066275 0.021331 +vt 0.066419 0.021307 +vt 0.065594 0.021201 +vt 0.065525 0.021291 +vt 0.065685 0.021074 +vt 0.065658 0.019231 +vt 0.065595 0.019349 +vt 0.065677 0.019297 +vt 0.065804 0.019242 +vt 0.065753 0.019144 +vt 0.065691 0.019092 +vt 0.065727 0.018938 +vt 0.065805 0.019042 +vt 0.065910 0.019147 +vt 0.066030 0.018929 +vt 0.066038 0.018793 +vt 0.065756 0.019263 +vt 0.065864 0.019176 +vt 0.065974 0.018970 +vt 0.065435 0.019301 +vt 0.065883 0.018965 +vt 0.065885 0.018895 +vt 0.066009 0.018827 +vt 0.065339 0.019224 +vt 0.065261 0.019169 +vt 0.065200 0.017782 +vt 0.065272 0.017899 +vt 0.065116 0.017684 +vt 0.065143 0.017656 +vt 0.065268 0.017693 +vt 0.065263 0.017744 +vt 0.065339 0.017737 +vt 0.065336 0.017862 +vt 0.065455 0.017901 +vt 0.065650 0.017757 +vt 0.065497 0.017667 +vt 0.065358 0.017632 +vt 0.065305 0.017634 +vt 0.065384 0.017704 +vt 0.065560 0.017689 +vt 0.065523 0.017786 +vt 0.065705 0.017836 +vt 0.065575 0.017903 +vt 0.064888 0.017990 +vt 0.064935 0.017841 +vt 0.064340 0.016097 +vt 0.064317 0.016228 +vt 0.064422 0.016031 +vt 0.064378 0.016154 +vt 0.064391 0.015995 +vt 0.064421 0.015871 +vt 0.064328 0.015954 +vt 0.064315 0.015797 +vt 0.064515 0.016016 +vt 0.064577 0.015861 +vt 0.064600 0.015694 +vt 0.064566 0.015562 +vt 0.064464 0.016044 +vt 0.064560 0.015751 +vt 0.064150 0.016232 +vt 0.064471 0.015774 +vt 0.064452 0.015707 +vt 0.064548 0.015604 +vt 0.064034 0.016188 +vt 0.063943 0.016160 +vt 0.063456 0.014860 +vt 0.063390 0.014758 +vt 0.063494 0.014754 +vt 0.063611 0.014894 +vt 0.063646 0.014804 +vt 0.063876 0.014697 +vt 0.063703 0.014659 +vt 0.063560 0.014668 +vt 0.063437 0.014714 +vt 0.063607 0.014729 +vt 0.063665 0.014653 +vt 0.063765 0.014764 +vt 0.063953 0.014755 +vt 0.063851 0.014859 +vt 0.063224 0.015155 +vt 0.063221 0.015267 +vt 0.063222 0.014998 +vt 0.062117 0.013523 +vt 0.062136 0.013655 +vt 0.062171 0.013565 +vt 0.062242 0.013446 +vt 0.062143 0.013397 +vt 0.062062 0.013391 +vt 0.062002 0.013245 +vt 0.062125 0.013283 +vt 0.062272 0.013307 +vt 0.062241 0.013060 +vt 0.062167 0.012945 +vt 0.062215 0.013492 +vt 0.062251 0.013357 +vt 0.062220 0.013126 +vt 0.061978 0.013710 +vt 0.062143 0.013175 +vt 0.062104 0.013118 +vt 0.062164 0.012990 +vt 0.061855 0.013705 +vt 0.061760 0.013706 +vt 0.061023 0.012672 +vt 0.060775 0.012551 +vt 0.060851 0.012551 +vt 0.060898 0.012507 +vt 0.060981 0.012501 +vt 0.061053 0.012605 +vt 0.061172 0.012566 +vt 0.061244 0.012335 +vt 0.061068 0.012352 +vt 0.060935 0.012405 +vt 0.060832 0.012487 +vt 0.060998 0.012449 +vt 0.061132 0.012333 +vt 0.061159 0.012433 +vt 0.061205 0.012332 +vt 0.061270 0.012497 +vt 0.060765 0.012972 +vt 0.060797 0.013080 +vt 0.060715 0.012823 +vt 0.059208 0.011762 +vt 0.059267 0.011882 +vt 0.059273 0.011786 +vt 0.059194 0.011634 +vt 0.059115 0.011653 +vt 0.059013 0.011534 +vt 0.059141 0.011532 +vt 0.059292 0.011702 +vt 0.059262 0.011432 +vt 0.059183 0.011283 +vt 0.059077 0.011197 +vt 0.059278 0.011646 +vt 0.059183 0.011353 +vt 0.059225 0.011545 +vt 0.059125 0.011423 +vt 0.059070 0.011381 +vt 0.059088 0.011241 +vt 0.059134 0.011983 +vt 0.059015 0.012016 +vt 0.058925 0.012046 +vt 0.057767 0.011281 +vt 0.057905 0.011291 +vt 0.057698 0.011195 +vt 0.057679 0.011133 +vt 0.057812 0.011141 +vt 0.057912 0.011218 +vt 0.057961 0.011119 +vt 0.058063 0.011215 +vt 0.058011 0.010902 +vt 0.057849 0.010973 +vt 0.057768 0.011030 +vt 0.057708 0.011117 +vt 0.057812 0.011086 +vt 0.057903 0.010935 +vt 0.057960 0.011021 +vt 0.058107 0.010904 +vt 0.058085 0.011048 +vt 0.057752 0.011656 +vt 0.057816 0.011749 +vt 0.057659 0.011530 +vt 0.048039 0.013852 +vt 0.048124 0.013949 +vt 0.047302 0.014912 +vt 0.047147 0.014774 +vt 0.047571 0.014293 +vt 0.047607 0.014328 +vt 0.047662 0.014384 +vt 0.047732 0.014454 +vt 0.045921 0.016426 +vt 0.045964 0.016452 +vt 0.046032 0.016491 +vt 0.045547 0.017661 +vt 0.045357 0.017578 +vt 0.045631 0.016999 +vt 0.045657 0.017012 +vt 0.045727 0.017048 +vt 0.045815 0.017093 +vt 0.044702 0.019528 +vt 0.044828 0.019556 +vt 0.044728 0.020818 +vt 0.044522 0.020798 +vt 0.044582 0.020159 +vt 0.044632 0.020167 +vt 0.044710 0.020179 +vt 0.044808 0.020195 +vt 0.044587 0.022847 +vt 0.044924 0.024073 +vt 0.044722 0.024118 +vt 0.044582 0.023492 +vt 0.044632 0.023484 +vt 0.044710 0.023472 +vt 0.044808 0.023456 +vt 0.045338 0.026081 +vt 0.045384 0.026061 +vt 0.045547 0.025990 +vt 0.046117 0.027109 +vt 0.045939 0.027214 +vt 0.045631 0.026652 +vt 0.045657 0.026639 +vt 0.045727 0.026603 +vt 0.047131 0.028891 +vt 0.047228 0.028805 +vt 0.048124 0.029702 +vt 0.048053 0.029782 +vt 0.047571 0.029358 +vt 0.047607 0.029322 +vt 0.047662 0.029267 +vt 0.047732 0.029197 +vt 0.049704 0.031009 +vt 0.049770 0.030897 +vt 0.050900 0.031473 +vt 0.050857 0.031572 +vt 0.050267 0.031317 +vt 0.050290 0.031272 +vt 0.050326 0.031202 +vt 0.050371 0.031114 +vt 0.052806 0.032228 +vt 0.052825 0.032143 +vt 0.054096 0.032201 +vt 0.054076 0.032407 +vt 0.053437 0.032347 +vt 0.053445 0.032297 +vt 0.053457 0.032220 +vt 0.053473 0.032122 +vt 0.056125 0.032342 +vt 0.056111 0.032201 +vt 0.057352 0.032005 +vt 0.057396 0.032207 +vt 0.056767 0.032326 +vt 0.056757 0.032261 +vt 0.056734 0.032122 +vt 0.059359 0.031591 +vt 0.059339 0.031545 +vt 0.059308 0.031473 +vt 0.060438 0.030897 +vt 0.060492 0.030990 +vt 0.059930 0.031298 +vt 0.059917 0.031272 +vt 0.059881 0.031202 +vt 0.059836 0.031114 +vt 0.062169 0.029798 +vt 0.062135 0.029760 +vt 0.062083 0.029702 +vt 0.062906 0.028739 +vt 0.063061 0.028876 +vt 0.062621 0.029343 +vt 0.062601 0.029322 +vt 0.062545 0.029267 +vt 0.062475 0.029197 +vt 0.064287 0.027225 +vt 0.064176 0.027159 +vt 0.064660 0.025990 +vt 0.064850 0.026073 +vt 0.064596 0.026662 +vt 0.064551 0.026639 +vt 0.064480 0.026603 +vt 0.064392 0.026558 +vt 0.065506 0.024123 +vt 0.065421 0.024104 +vt 0.065479 0.022833 +vt 0.065686 0.022853 +vt 0.065625 0.023492 +vt 0.065576 0.023484 +vt 0.065498 0.023472 +vt 0.065400 0.023456 +vt 0.065620 0.020804 +vt 0.065283 0.019577 +vt 0.065485 0.019533 +vt 0.065625 0.020159 +vt 0.065576 0.020167 +vt 0.065498 0.020179 +vt 0.065400 0.020195 +vt 0.064870 0.017570 +vt 0.064823 0.017590 +vt 0.064660 0.017661 +vt 0.064090 0.016542 +vt 0.064268 0.016437 +vt 0.064576 0.016999 +vt 0.064551 0.017012 +vt 0.064480 0.017048 +vt 0.063077 0.014760 +vt 0.063012 0.014818 +vt 0.062017 0.014023 +vt 0.062135 0.013890 +vt 0.062636 0.014293 +vt 0.062575 0.014354 +vt 0.062475 0.014454 +vt 0.060503 0.012642 +vt 0.060438 0.012754 +vt 0.059268 0.012269 +vt 0.059351 0.012079 +vt 0.059917 0.012379 +vt 0.059881 0.012449 +vt 0.059836 0.012537 +vt 0.057401 0.011423 +vt 0.057373 0.011549 +vt 0.056121 0.011351 +vt 0.056131 0.011244 +vt 0.056762 0.011354 +vt 0.056750 0.011431 +vt 0.056734 0.011529 +vt 0.054074 0.011222 +vt 0.054079 0.011273 +vt 0.054087 0.011351 +vt 0.052856 0.011646 +vt 0.052811 0.011444 +vt 0.053441 0.011325 +vt 0.053445 0.011354 +vt 0.053457 0.011431 +vt 0.053473 0.011529 +vt 0.050848 0.012059 +vt 0.050868 0.012106 +vt 0.050900 0.012178 +vt 0.049820 0.012839 +vt 0.049715 0.012661 +vt 0.050277 0.012353 +vt 0.050290 0.012379 +vt 0.050326 0.012449 +vt 0.050371 0.012537 +vt 0.054940 0.019905 +vt 0.055267 0.019905 +vt 0.055269 0.019887 +vt 0.055589 0.019960 +vt 0.055104 0.023753 +vt 0.055445 0.023816 +vt 0.055430 0.023725 +vt 0.055746 0.023643 +vt 0.056044 0.023508 +vt 0.056373 0.023397 +vt 0.056315 0.023325 +vt 0.056551 0.023099 +vt 0.056824 0.022884 +vt 0.056745 0.022836 +vt 0.056893 0.022544 +vt 0.057078 0.022251 +vt 0.056988 0.022232 +vt 0.057030 0.021907 +vt 0.057016 0.021581 +vt 0.057035 0.021234 +vt 0.056947 0.021261 +vt 0.056825 0.020957 +vt 0.056654 0.020679 +vt 0.056501 0.020367 +vt 0.056438 0.020434 +vt 0.056235 0.020152 +vt 0.056183 0.020228 +vt 0.055898 0.020069 +vt 0.055613 0.019871 +vt 0.054595 0.019871 +vt 0.054618 0.019960 +vt 0.054310 0.020069 +vt 0.053973 0.020152 +vt 0.054024 0.020228 +vt 0.053770 0.020434 +vt 0.053554 0.020679 +vt 0.053300 0.020916 +vt 0.053382 0.020957 +vt 0.053260 0.021261 +vt 0.053192 0.021581 +vt 0.053086 0.021911 +vt 0.053178 0.021907 +vt 0.053219 0.022232 +vt 0.053229 0.022579 +vt 0.053315 0.022544 +vt 0.053462 0.022836 +vt 0.053587 0.023160 +vt 0.053657 0.023099 +vt 0.053893 0.023325 +vt 0.054164 0.023508 +vt 0.054431 0.023730 +vt 0.054462 0.023643 +vt 0.054778 0.023725 +vt 0.055278 0.019783 +vt 0.054906 0.024339 +vt 0.054543 0.024284 +vt 0.054943 0.024432 +vt 0.054991 0.024479 +vt 0.055087 0.024514 +vt 0.055186 0.024496 +vt 0.055265 0.024432 +vt 0.056061 0.024225 +vt 0.056121 0.024257 +vt 0.056188 0.024268 +vt 0.056255 0.024255 +vt 0.056313 0.024220 +vt 0.056357 0.024168 +vt 0.056380 0.024104 +vt 0.057041 0.023577 +vt 0.057109 0.023568 +vt 0.057195 0.023515 +vt 0.057243 0.023426 +vt 0.057242 0.023325 +vt 0.057577 0.022573 +vt 0.057639 0.022547 +vt 0.057708 0.022472 +vt 0.057730 0.022373 +vt 0.057716 0.022306 +vt 0.057681 0.022248 +vt 0.057681 0.021402 +vt 0.057716 0.021344 +vt 0.057728 0.021244 +vt 0.057708 0.021179 +vt 0.057666 0.021125 +vt 0.057609 0.021088 +vt 0.057242 0.020326 +vt 0.057249 0.020258 +vt 0.057216 0.020163 +vt 0.057140 0.020095 +vt 0.057075 0.020076 +vt 0.057007 0.020079 +vt 0.056383 0.019581 +vt 0.056371 0.019514 +vt 0.056337 0.019455 +vt 0.056255 0.019396 +vt 0.056188 0.019383 +vt 0.056090 0.019407 +vt 0.055265 0.019219 +vt 0.055186 0.019155 +vt 0.055121 0.019137 +vt 0.055021 0.019154 +vt 0.054965 0.019193 +vt 0.054925 0.019248 +vt 0.054118 0.019407 +vt 0.054019 0.019383 +vt 0.053922 0.019411 +vt 0.053870 0.019455 +vt 0.053837 0.019514 +vt 0.053824 0.019581 +vt 0.053200 0.020079 +vt 0.053132 0.020076 +vt 0.053067 0.020095 +vt 0.053013 0.020136 +vt 0.052964 0.020225 +vt 0.052959 0.020292 +vt 0.052977 0.020358 +vt 0.052598 0.021088 +vt 0.052541 0.021125 +vt 0.052487 0.021211 +vt 0.052481 0.021312 +vt 0.052506 0.021375 +vt 0.052551 0.021426 +vt 0.052527 0.022248 +vt 0.052491 0.022306 +vt 0.052479 0.022407 +vt 0.052500 0.022472 +vt 0.052568 0.022546 +vt 0.052631 0.022573 +vt 0.052965 0.023325 +vt 0.052959 0.023392 +vt 0.052991 0.023488 +vt 0.053038 0.023537 +vt 0.053099 0.023568 +vt 0.053166 0.023577 +vt 0.053828 0.024104 +vt 0.053851 0.024168 +vt 0.053922 0.024240 +vt 0.054019 0.024268 +vt 0.054118 0.024244 +vn 0.825194 0.564849 -0.000001 +vn 0.825195 0.564848 0.000000 +vn 0.781830 0.623491 0.000000 +vn 0.781831 0.623491 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.498407 0.866943 0.000000 +vn 0.498405 0.866944 0.000002 +vn 0.433887 0.900967 0.000000 +vn 0.433884 0.900969 0.000001 +vn 0.367059 0.930198 0.000000 +vn 0.367054 0.930200 0.000000 +vn 0.072901 0.997339 0.000000 +vn 0.072902 0.997339 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.072901 0.997339 0.000000 +vn -0.072902 0.997339 0.000000 +vn -0.367053 0.930200 0.000000 +vn -0.367054 0.930200 0.000000 +vn -0.433887 0.900967 0.000001 +vn -0.433882 0.900970 0.000000 +vn -0.498412 0.866940 0.000002 +vn -0.498399 0.866948 0.000000 +vn -0.734291 0.678835 0.000000 +vn -0.734313 0.678811 -0.000001 +vn -0.781823 0.623500 -0.000001 +vn -0.781838 0.623482 -0.000001 +vn -0.825195 0.564848 -0.000002 +vn -0.825202 0.564837 0.000000 +vn -0.956110 0.293007 0.000000 +vn -0.956115 0.292993 -0.000002 +vn -0.974928 0.222522 -0.000001 +vn -0.974928 0.222521 -0.000001 +vn -0.988556 0.150856 -0.000002 +vn -0.988554 0.150870 0.000000 +vn -0.988554 -0.150871 0.000000 +vn -0.988556 -0.150857 -0.000002 +vn -0.974928 -0.222522 -0.000001 +vn -0.974928 -0.222522 -0.000001 +vn -0.956115 -0.292993 -0.000002 +vn -0.956111 -0.293006 0.000000 +vn -0.825202 -0.564838 0.000000 +vn -0.825196 -0.564847 -0.000002 +vn -0.781838 -0.623482 -0.000001 +vn -0.781824 -0.623500 -0.000001 +vn -0.734313 -0.678811 -0.000001 +vn -0.734291 -0.678835 0.000000 +vn -0.498397 -0.866949 0.000000 +vn -0.498418 -0.866937 0.000000 +vn -0.433881 -0.900970 0.000000 +vn -0.433888 -0.900967 0.000000 +vn -0.367053 -0.930200 0.000000 +vn -0.367048 -0.930202 0.000000 +vn -0.072894 -0.997340 0.000000 +vn -0.072894 -0.997340 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.433884 -0.900969 0.000000 +vn 0.433887 -0.900967 0.000001 +vn 0.498405 -0.866944 0.000000 +vn 0.498413 -0.866940 0.000002 +vn 0.734307 -0.678818 0.000000 +vn 0.734307 -0.678818 0.000000 +vn 0.781830 -0.623491 0.000000 +vn 0.781834 -0.623487 0.000000 +vn 0.825195 -0.564848 0.000000 +vn 0.825202 -0.564837 0.000000 +vn 0.956115 -0.292992 0.000000 +vn 0.956111 -0.293005 0.000000 +vn 0.974929 -0.222516 0.000000 +vn 0.974928 -0.222522 0.000000 +vn 0.988556 -0.150855 0.000000 +vn 0.988556 -0.150854 0.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004104 -0.001853 -0.999990 +vn -0.009264 -0.006223 -0.999938 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000017 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004344 0.001968 -0.999989 +vn -0.008402 0.002192 -0.999962 +vn -0.002920 -0.003947 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn -0.002192 -0.004337 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004641 -0.001206 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.006232 -0.000004 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn 0.004717 -0.000812 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004109 -0.002299 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001768 -0.004404 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000201 -0.004787 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000758 -0.005893 -0.999982 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.002664 0.003606 -0.999990 +vn -0.008674 0.008328 -0.999928 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003223 -0.003667 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003757 0.003027 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004240 0.002367 -0.999988 +vn 0.004538 0.001600 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001772 0.004402 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.001051 0.004871 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000605 0.004746 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn -0.001414 0.004627 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.987545 0.157306 -0.003020 +vn 0.992810 0.119695 -0.001570 +vn 0.993143 0.116706 0.006894 +vn 0.992133 0.123193 0.022257 +vn 0.980599 0.195906 0.006859 +vn 0.981587 0.189731 0.022139 +vn 0.981422 0.191840 0.003045 +vn 0.987154 0.159472 0.009823 +vn 0.993658 0.111083 0.017437 +vn 0.980800 0.194638 0.012126 +vn 0.981298 0.192446 0.004264 +vn 0.972060 0.234629 0.006980 +vn 0.913512 0.405504 0.032592 +vn 0.893415 0.445217 -0.059931 +vn 0.910695 0.403083 0.090328 +vn 0.913047 0.407598 0.014446 +vn 0.889869 0.456002 0.013992 +vn 0.906899 0.421345 0.001933 +vn 0.890515 0.454950 0.001861 +vn 0.905510 0.423741 0.022262 +vn 0.872054 0.489362 0.006819 +vn 0.874934 0.483736 0.022133 +vn 0.874868 0.484311 0.006966 +vn 0.878466 0.477702 -0.009929 +vn 0.855352 0.517995 0.007437 +vn 0.855158 0.515749 0.052041 +vn 0.747062 0.664489 0.018797 +vn 0.712156 0.699550 -0.058853 +vn 0.747374 0.663852 0.027072 +vn 0.706454 0.707580 0.015911 +vn 0.732321 0.680956 0.001933 +vn 0.706264 0.707934 0.004654 +vn 0.730248 0.682819 0.022256 +vn 0.678129 0.734911 0.006824 +vn 0.657381 0.753377 -0.016529 +vn 0.683065 0.730300 0.009206 +vn 0.693671 0.719638 -0.030697 +vn 0.657546 0.753324 0.011683 +vn 0.657140 0.751721 0.055528 +vn 0.491271 0.871002 0.002751 +vn 0.454849 0.890405 0.017086 +vn 0.466672 0.881690 -0.069570 +vn 0.510579 0.859561 0.021517 +vn 0.486061 0.873923 0.001954 +vn 0.452906 0.891542 0.005352 +vn 0.483509 0.875056 0.022263 +vn 0.417858 0.908487 0.006833 +vn 0.423496 0.905627 0.022176 +vn 0.424166 0.905532 0.009752 +vn 0.443049 0.895098 -0.050079 +vn 0.397707 0.917374 0.015941 +vn 0.397136 0.915776 0.060309 +vn 0.196076 0.980580 -0.004087 +vn 0.159064 0.987137 0.016067 +vn 0.178109 0.983090 -0.042563 +vn 0.225507 0.974108 0.016110 +vn 0.192226 0.981349 0.001933 +vn 0.155294 0.987861 0.003955 +vn 0.189414 0.981646 0.022232 +vn 0.116688 0.993145 0.006848 +vn 0.122899 0.992171 0.022192 +vn 0.123112 0.992355 0.008641 +vn 0.148251 0.986981 -0.062371 +vn 0.100354 0.994746 0.020242 +vn 0.099779 0.992844 0.065607 +vn -0.080928 0.996663 0.010678 +vn -0.081950 0.996618 0.006012 +vn -0.126498 0.991910 -0.010582 +vn -0.152258 0.988272 0.011635 +vn -0.157435 0.987529 0.000464 +vn -0.120451 0.992717 0.001975 +vn -0.123204 0.992131 0.022288 +vn -0.223106 0.974655 -0.016487 +vn -0.195908 0.980598 0.006857 +vn -0.190719 0.981627 0.005834 +vn -0.206430 0.978154 0.024520 +vn -0.206980 0.975939 0.068572 +vn -0.418043 0.908426 0.001395 +vn -0.413625 0.910443 -0.002827 +vn -0.449569 0.893216 0.007294 +vn -0.417634 0.908541 0.011636 +vn -0.454693 0.890634 -0.005109 +vn -0.417848 0.908491 0.006839 +vn -0.423766 0.905499 0.022250 +vn -0.513374 0.858006 -0.016522 +vn -0.489327 0.872074 0.006844 +vn -0.486354 0.873761 0.001370 +vn -0.491110 0.871028 0.011032 +vn -0.491732 0.870465 0.022130 +vn -0.671396 0.740645 0.025936 +vn -0.697009 0.715893 -0.040945 +vn -0.670749 0.741601 0.011127 +vn -0.707782 0.706430 -0.001162 +vn -0.680955 0.732323 0.001954 +vn -0.682870 0.730201 0.022243 +vn -0.730464 0.682591 0.022170 +vn -0.734863 0.678181 0.006849 +vn -0.731652 0.681664 0.004543 +vn -0.733577 0.679569 -0.007182 +vn -0.730340 0.683066 -0.004976 +vn -0.759992 0.649873 0.008808 +vn -0.864672 0.501869 0.021665 +vn -0.885532 0.460454 -0.061772 +vn -0.864130 0.502334 0.030655 +vn -0.873919 0.486068 0.001948 +vn -0.891512 0.452988 0.003029 +vn -0.875079 0.483469 0.022231 +vn -0.908469 0.417895 0.006846 +vn -0.905640 0.423468 0.022182 +vn -0.905878 0.423466 0.007894 +vn -0.901460 0.432536 -0.016813 +vn -0.921098 0.389231 0.008841 +vn -0.919286 0.390015 0.052924 +vn -0.976322 0.215622 0.017380 +vn -0.984579 0.166176 -0.054675 +vn -0.976005 0.216281 0.025215 +vn -0.987598 0.156166 0.016224 +vn -0.981353 0.192203 0.001970 +vn -0.987863 0.155245 0.005120 +vn -0.981646 0.189408 0.022281 +vn -0.993144 0.116695 0.006842 +vn -0.992171 0.122896 0.022201 +vn -0.992299 0.123498 0.009573 +vn -0.989353 0.140621 -0.037495 +vn -0.995758 0.091069 0.013100 +vn -0.994177 0.091430 0.057030 +vn -0.993353 -0.115111 0.000387 +vn -0.987794 -0.154844 0.016917 +vn -0.988430 -0.138851 -0.061050 +vn -0.995721 -0.090274 0.019772 +vn -0.992716 -0.120462 0.001960 +vn -0.987487 -0.157615 0.005118 +vn -0.992131 -0.123203 0.022281 +vn -0.980593 -0.195934 0.006825 +vn -0.974659 -0.223091 -0.016430 +vn -0.981896 -0.189179 0.009576 +vn -0.984569 -0.165986 -0.055428 +vn -0.976319 -0.215639 0.017378 +vn -0.974575 -0.215328 0.061942 +vn -0.908231 -0.418426 -0.005952 +vn -0.892363 -0.451057 0.015373 +vn -0.901476 -0.431569 -0.033007 +vn -0.921376 -0.388409 0.014305 +vn -0.906907 -0.421327 0.001954 +vn -0.890496 -0.454982 0.003024 +vn -0.905512 -0.423737 0.022247 +vn -0.872049 -0.489371 0.006848 +vn -0.858035 -0.513327 -0.016471 +vn -0.875051 -0.483967 0.007891 +vn -0.885600 -0.460182 -0.062807 +vn -0.864670 -0.501874 0.021666 +vn -0.862620 -0.501340 0.067421 +vn -0.730456 -0.682546 -0.023775 +vn -0.738907 -0.673805 -0.001625 +vn -0.710310 -0.703803 0.011057 +vn -0.733018 -0.680094 0.012567 +vn -0.706435 -0.707777 -0.001162 +vn -0.734873 -0.678170 0.006825 +vn -0.730227 -0.682841 0.022309 +vn -0.657391 -0.753369 -0.016488 +vn -0.678134 -0.734906 0.006873 +vn -0.681663 -0.731652 0.004538 +vn -0.672549 -0.739869 0.016501 +vn -0.670673 -0.740436 0.044188 +vn -0.491968 -0.870470 0.015803 +vn -0.526659 -0.850070 0.003471 +vn -0.493461 -0.869768 -0.000450 +vn -0.478734 -0.877490 0.028733 +vn -0.487025 -0.873384 0.002756 +vn -0.486049 -0.873929 0.001975 +vn -0.453276 -0.891356 -0.005115 +vn -0.483486 -0.875067 0.022320 +vn -0.417874 -0.908480 0.006812 +vn -0.423482 -0.905633 0.022193 +vn -0.421013 -0.907054 0.001376 +vn -0.418311 -0.908302 -0.001852 +vn -0.418200 -0.908258 0.013267 +vn -0.379812 -0.925049 0.005261 +vn -0.206426 -0.978155 0.024526 +vn -0.205068 -0.978626 0.015430 +vn -0.166794 -0.984559 -0.053130 +vn -0.192206 -0.981353 0.001975 +vn -0.155426 -0.987847 0.000478 +vn -0.189413 -0.981645 0.022251 +vn -0.116688 -0.993145 0.006831 +vn -0.122905 -0.992171 0.022182 +vn -0.121964 -0.992517 0.005851 +vn -0.126880 -0.991913 -0.003170 +vn -0.081936 -0.996619 0.006038 +vn -0.084034 -0.995147 0.051198 +vn 0.100351 -0.994745 0.020280 +vn 0.148017 -0.987071 -0.061495 +vn 0.099640 -0.994606 0.028839 +vn 0.157728 -0.987362 0.015438 +vn 0.120458 -0.992716 0.001975 +vn 0.157575 -0.987499 0.003943 +vn 0.123211 -0.992130 0.022311 +vn 0.195910 -0.980598 0.006828 +vn 0.223128 -0.974651 -0.016448 +vn 0.189564 -0.981830 0.008646 +vn 0.177138 -0.983899 -0.023753 +vn 0.224718 -0.974370 0.010273 +vn 0.223365 -0.973223 0.054263 +vn 0.415419 -0.909616 0.005059 +vn 0.453477 -0.891104 0.017096 +vn 0.440235 -0.894554 -0.077237 +vn 0.396976 -0.917530 0.023439 +vn 0.421333 -0.906904 0.001975 +vn 0.455061 -0.890444 0.005353 +vn 0.423753 -0.905503 0.022298 +vn 0.489341 -0.872066 0.006844 +vn 0.483756 -0.874921 0.022210 +vn 0.483272 -0.875416 0.009760 +vn 0.465623 -0.883888 -0.044008 +vn 0.510004 -0.860050 0.014499 +vn 0.508962 -0.858797 0.058532 +vn 0.677491 -0.735529 -0.001901 +vn 0.705498 -0.708518 0.016577 +vn 0.692093 -0.719934 -0.051991 +vn 0.656904 -0.753763 0.017872 +vn 0.680963 -0.732315 0.001933 +vn 0.707935 -0.706262 0.004661 +vn 0.682863 -0.730208 0.022232 +vn 0.734879 -0.678164 0.006811 +vn 0.753420 -0.657332 -0.016535 +vn 0.730303 -0.683062 0.009192 +vn 0.711960 -0.699679 -0.059684 +vn 0.747040 -0.664513 0.018787 +vn 0.745801 -0.663103 0.063839 +vn 0.872680 -0.488239 -0.007241 +vn 0.889405 -0.456940 0.012816 +vn 0.878162 -0.477999 -0.018684 +vn 0.854839 -0.518744 0.012458 +vn 0.873922 -0.486062 0.001946 +vn 0.891489 -0.453038 0.001863 +vn 0.875083 -0.483461 0.022241 +vn 0.908462 -0.417911 0.006856 +vn 0.905637 -0.423476 0.022121 +vn 0.906047 -0.423121 0.006948 +vn 0.893418 -0.445214 -0.059910 +vn 0.913462 -0.406271 0.023063 +vn 0.910693 -0.403088 0.090324 +vn 0.664992 -0.746850 -0.000280 +vn 0.665622 -0.746289 -0.000003 +vn 0.613871 -0.789394 0.004487 +vn -0.979252 -0.202645 -0.000253 +vn -0.979120 -0.203283 -0.000007 +vn -0.990930 -0.134358 0.002163 +vn 0.314229 0.949347 -0.000300 +vn 0.313498 0.949589 0.000000 +vn 0.374323 0.927290 0.004066 +vn 0.892758 -0.450532 0.002099 +vn 0.876681 -0.481056 -0.003908 +vn 0.874176 -0.485590 -0.004245 +vn 0.840611 -0.541639 0.000802 +vn 0.806778 -0.590807 0.007536 +vn 0.924899 -0.380075 0.010268 +vn 0.906533 -0.421878 -0.014695 +vn 0.905382 -0.424297 -0.016002 +vn 0.894163 -0.446680 -0.030798 +vn 0.913129 -0.407360 0.015934 +vn 0.983789 0.179331 -0.000020 +vn 0.989762 0.142573 0.006708 +vn 0.985623 0.167828 0.019506 +vn 0.982315 0.186839 -0.012190 +vn 0.994733 0.102469 0.002509 +vn 0.984912 0.173056 0.000001 +vn 0.949865 0.312657 0.001645 +vn 0.958853 0.283904 -0.000162 +vn 0.948406 0.317060 0.000176 +vn 0.926024 0.377380 0.007978 +vn 0.965757 0.259435 -0.002746 +vn 0.799198 0.600978 0.010383 +vn 0.818406 0.574637 -0.002205 +vn 0.823830 0.566825 -0.003627 +vn 0.833548 0.552409 -0.006569 +vn 0.839176 0.543847 0.003804 +vn 0.850005 0.526753 -0.004788 +vn 0.859527 0.511090 0.000023 +vn 0.927889 0.372854 0.001109 +vn 0.901373 0.432979 0.007471 +vn 0.251368 0.967892 -0.000086 +vn 0.167703 0.985816 0.006487 +vn 0.226023 0.974121 -0.001200 +vn 0.286581 0.958036 0.006197 +vn 0.286709 0.958018 -0.000384 +vn 0.331887 0.943306 0.005016 +vn 0.290515 0.956810 -0.010729 +vn 0.145374 0.989359 0.005985 +vn 0.111930 0.993690 0.007151 +vn -0.000171 0.999999 0.001753 +vn -0.000619 0.999985 -0.005419 +vn 0.034903 0.999389 0.001869 +vn 0.036547 0.999332 -0.000022 +vn 0.084809 0.996397 0.000847 +vn -0.157470 0.987483 0.008999 +vn -0.091393 0.995735 -0.012659 +vn -0.087386 0.996069 -0.014507 +vn -0.116036 0.993071 0.018616 +vn -0.644312 0.764751 0.004307 +vn -0.634408 0.772953 0.008430 +vn -0.648424 0.761169 0.013008 +vn -0.669030 0.742912 -0.021908 +vn -0.584934 0.811080 0.000885 +vn -0.642323 0.766434 0.000000 +vn -0.733461 0.679728 0.002226 +vn -0.752357 0.658751 0.002673 +vn -0.751205 0.660069 -0.000123 +vn -0.788595 0.614893 0.004915 +vn -0.709857 0.704312 -0.006911 +vn -0.929137 0.369733 0.001082 +vn -0.902818 0.430023 0.000000 +vn -0.904271 0.426958 -0.000830 +vn -0.893428 0.449175 0.005398 +vn -0.897427 0.441151 -0.003196 +vn -0.891769 0.452453 -0.005811 +vn -0.882312 0.470502 -0.012362 +vn -0.879511 0.475875 0.002026 +vn -0.819889 0.572496 0.005550 +vn -0.824545 0.565748 0.007413 +vn -0.956163 -0.292833 0.001157 +vn -0.936713 -0.350087 0.002848 +vn -0.956377 -0.292087 -0.005321 +vn -0.970209 -0.242228 0.004495 +vn -0.977749 -0.209692 0.006052 +vn -0.969328 -0.245281 -0.015516 +vn -0.972998 -0.230608 -0.009794 +vn -0.851582 -0.524217 0.002293 +vn -0.854659 -0.519155 -0.006001 +vn -0.857445 -0.514536 -0.006340 +vn -0.928200 -0.371969 0.009161 +vn -0.916523 -0.399981 0.000814 +vn -0.762673 -0.646777 0.003041 +vn -0.805957 -0.591974 -0.000003 +vn -0.805822 -0.592158 -0.000212 +vn -0.804899 -0.593351 0.008527 +vn -0.822291 -0.568903 -0.013667 +vn -0.817386 -0.576009 0.009695 +vn -0.306303 -0.951609 -0.024890 +vn -0.309669 -0.950574 -0.022681 +vn -0.392062 -0.919931 0.003776 +vn -0.357022 -0.933800 0.023513 +vn -0.319611 -0.947529 0.006191 +vn -0.376065 -0.926593 0.000429 +vn -0.342588 -0.939486 0.000000 +vn -0.169000 -0.985615 0.001355 +vn -0.134297 -0.990932 0.004249 +vn -0.211892 -0.977293 0.000853 +vn -0.205630 -0.978627 0.002461 +vn -0.239334 -0.970902 -0.008292 +vn -0.080151 -0.996746 0.008558 +vn -0.081178 -0.996695 0.003185 +vn 0.147009 -0.989134 0.001203 +vn 0.079019 -0.996873 0.000000 +vn 0.090358 -0.995906 -0.002780 +vn 0.084682 -0.996398 0.004526 +vn 0.081022 -0.996704 -0.004208 +vn 0.062496 -0.998017 -0.007459 +vn 0.038728 -0.999147 -0.014365 +vn 0.039451 -0.999216 0.003357 +vn 0.769032 -0.639155 0.008376 +vn 0.730866 -0.682520 -0.000341 +vn 0.705558 -0.708653 0.000208 +vn 0.707833 -0.706252 -0.013449 +vn 0.679210 -0.733917 0.006289 +vn 0.630542 -0.776150 0.003002 +vn 0.684567 -0.728898 -0.008741 +vn 0.750672 -0.660673 0.001498 +vn 0.999989 0.000000 0.004675 +vn 0.992458 -0.122469 0.005331 +vn 0.997638 -0.068668 0.002010 +vn 0.970873 -0.239570 0.003536 +vn 0.983812 -0.179196 0.001584 +vn 0.915642 -0.401994 0.000000 +vn 0.929225 -0.369508 -0.002118 +vn 0.952992 -0.302995 0.001109 +vn 0.949512 -0.313672 0.006074 +vn 0.957627 -0.287965 0.005194 +vn 0.600130 -0.799902 0.001283 +vn 0.551591 -0.834099 0.005211 +vn 0.475202 -0.879871 0.003284 +vn 0.507957 -0.861379 0.002422 +vn 0.323837 -0.946098 0.005312 +vn 0.385084 -0.922878 0.002556 +vn 0.392137 -0.919899 0.003755 +vn 0.411331 -0.911477 0.004168 +vn 0.167153 -0.985911 0.006195 +vn 0.211186 -0.977442 0.002756 +vn 0.279580 -0.960121 0.001777 +vn 0.333142 -0.942877 0.000362 +vn -0.451148 -0.892423 0.006874 +vn -0.448113 -0.893977 0.000631 +vn -0.479910 -0.877286 0.007411 +vn -0.505443 -0.862859 0.001232 +vn -0.543141 -0.839637 0.002895 +vn -0.602316 -0.798244 0.004644 +vn -0.567086 -0.823653 0.002943 +vn -0.696544 -0.717495 0.005301 +vn -0.653778 -0.756685 0.001411 +vn -0.733698 -0.679472 0.002141 +vn -0.691935 -0.721959 0.000411 +vn -0.998071 -0.061937 0.004255 +vn -0.993902 -0.110177 0.004465 +vn -0.999999 0.000000 0.001119 +vn -0.997979 0.063373 0.004703 +vn -0.999099 0.042429 0.000859 +vn -0.983045 0.183310 0.004548 +vn -0.990287 0.138992 0.003513 +vn -0.931901 0.362704 0.002548 +vn -0.935906 0.352219 0.004781 +vn -0.956139 0.292912 0.001112 +vn -0.969154 0.246455 0.001233 +vn -0.507100 0.861879 0.003710 +vn -0.543766 0.839222 0.005063 +vn -0.289257 0.957243 0.003925 +vn -0.318848 0.947797 0.004080 +vn -0.345161 0.938535 0.004031 +vn -0.355497 0.934675 0.002116 +vn -0.443228 0.896400 0.004023 +vn -0.446136 0.894962 0.002465 +vn -0.210518 0.977583 0.003756 +vn -0.211382 0.977400 0.002805 +vn -0.163081 0.986610 -0.002185 +vn -0.109689 0.993966 0.000003 +vn 0.385104 0.922869 0.002617 +vn 0.392132 0.919901 0.003756 +vn 0.411329 0.911478 0.004033 +vn 0.477454 0.878657 0.000629 +vn 0.552285 0.833648 0.003670 +vn 0.506466 0.862241 0.005691 +vn 0.644625 0.764488 0.004115 +vn 0.600186 0.799859 0.001439 +vn 0.696224 0.717823 0.001308 +vn 0.684642 0.728866 0.004526 +vn 0.823797 0.566885 0.000000 +vn 0.784135 0.620587 -0.002080 +vn 0.780856 0.624710 0.000854 +vn 0.781245 0.624190 0.006480 +vn 0.733281 0.679925 0.000686 +vn 0.749090 0.662460 0.003172 +vn 0.706204 0.707981 0.006190 +vn 0.997638 0.068668 0.002010 +vn 0.999999 0.000000 0.001725 +vn -0.968464 0.249155 0.000420 +vn -0.968331 0.249670 0.000000 +vn -0.988074 0.153920 -0.004199 +vn -0.709626 -0.704578 0.000738 +vn -0.710414 -0.703784 0.000000 +vn -0.638237 -0.769827 -0.004594 +vn 0.241286 -0.970454 0.000400 +vn 0.240581 -0.970629 0.000000 +vn 0.333617 -0.942695 -0.005028 +vn 0.956856 -0.290562 0.000006 +vn 0.956868 -0.290522 0.000000 +vn 0.980187 -0.197998 -0.005508 +vn 0.739688 0.672950 0.000002 +vn 0.739622 0.673023 0.000000 +vn 0.674167 0.738555 -0.006044 +vn -0.182938 0.983123 0.001636 +vn -0.186974 0.982364 0.001144 +vn -0.231851 0.972748 0.002633 +vn -0.131337 0.991328 0.004492 +vn -0.072154 0.997365 0.007505 +vn -0.096715 0.995310 0.002196 +vn -0.199177 0.979964 0.000000 +vn -0.284541 0.958641 -0.006599 +vn 0.126129 0.991995 0.006194 +vn 0.057545 0.998236 -0.014641 +vn 0.042490 0.999090 -0.003822 +vn -0.042444 0.999087 0.004915 +vn 0.348257 0.937382 -0.005643 +vn 0.257878 0.966178 0.000000 +vn 0.257844 0.966187 0.000009 +vn 0.239905 0.970783 0.005142 +vn 0.309363 0.950944 0.000495 +vn 0.214191 0.976683 0.014586 +vn 0.190279 0.981354 0.027188 +vn 0.218385 0.975862 -0.001526 +vn 0.808061 0.589087 0.003682 +vn 0.774364 0.632738 0.001845 +vn 0.829579 0.558345 0.007029 +vn 0.707647 0.706565 0.001295 +vn 0.780859 0.624393 0.019811 +vn 0.759519 0.650451 0.006679 +vn 0.910173 0.414167 0.007132 +vn 0.883409 0.468409 -0.013472 +vn 0.873008 0.487691 -0.003754 +vn 0.865515 0.500672 -0.014561 +vn 0.982869 0.184202 -0.006188 +vn 0.961904 0.273389 0.000000 +vn 0.961882 0.273464 0.000004 +vn 0.972847 0.231446 0.001520 +vn 0.957798 0.287432 0.002472 +vn 0.951051 0.308933 0.007914 +vn 0.938257 0.345084 0.024316 +vn 0.944463 0.328607 0.002665 +vn 0.911475 -0.411305 0.006496 +vn 0.923057 -0.384636 0.004614 +vn 0.945798 -0.324728 -0.004345 +vn 0.923289 -0.384032 0.007545 +vn 0.971649 -0.236427 0.000002 +vn 0.933817 -0.356546 0.029329 +vn 0.665546 -0.746326 -0.006748 +vn 0.727499 -0.686108 0.000000 +vn 0.727571 -0.686032 0.000001 +vn 0.706883 -0.707324 0.003086 +vn 0.733341 -0.679861 0.000496 +vn 0.746426 -0.665462 0.002919 +vn 0.761775 -0.647839 0.002060 +vn 0.776648 -0.629897 0.006961 +vn 0.806193 -0.591651 0.001314 +vn 0.829667 -0.558218 0.006709 +vn 0.872197 -0.489154 -0.001096 +vn 0.188604 -0.981733 0.025071 +vn 0.195546 -0.980471 0.020960 +vn 0.300677 -0.953726 -0.001008 +vn 0.219724 -0.975527 -0.008332 +vn 0.130099 -0.991470 0.007823 +vn 0.112599 -0.993640 0.000472 +vn -0.209209 -0.977871 0.000004 +vn -0.204803 -0.978803 0.000078 +vn -0.219048 -0.975696 0.005951 +vn -0.178109 -0.984007 0.002724 +vn -0.151349 -0.988434 0.009544 +vn -0.126081 -0.992001 0.006176 +vn -0.042533 -0.999083 0.004860 +vn -0.025743 -0.999658 -0.004622 +vn 0.039192 -0.999225 0.003530 +vn -0.390036 -0.920790 -0.004276 +vn -0.298638 -0.954367 0.000000 +vn -0.298580 -0.954385 0.000036 +vn -0.363807 -0.931471 -0.002390 +vn -0.301194 -0.953469 -0.013364 +vn -0.722139 -0.691747 -0.001057 +vn -0.662032 -0.749473 -0.001931 +vn -0.715016 -0.698990 -0.012829 +vn -0.830022 -0.557698 0.006096 +vn -0.808062 -0.589087 0.003491 +vn -0.774671 -0.632328 0.006790 +vn -0.794269 -0.607563 0.001768 +vn -0.943219 -0.332171 0.000000 +vn -0.938883 -0.344237 0.000344 +vn -0.944252 -0.329128 0.007883 +vn -0.928372 -0.371633 0.003856 +vn -0.909310 -0.416112 0.002377 +vn -0.875539 -0.483143 0.002114 +vn -0.877182 -0.480156 -0.001247 +vn -0.990600 -0.136714 -0.004681 +vn -0.972632 -0.232349 0.000000 +vn -0.972625 -0.232380 0.000022 +vn -0.967645 -0.252120 0.009891 +vn -0.985885 -0.167418 -0.001685 +vn -0.969787 -0.243719 -0.010645 +vn -0.946202 0.323537 0.005111 +vn -0.969851 0.243393 -0.012166 +vn -0.983188 0.182581 -0.002382 +vn -0.859500 0.511102 -0.005887 +vn -0.893359 0.449337 0.002330 +vn -0.911524 0.411206 0.005794 +vn -0.923133 0.384402 0.007741 +vn -0.933287 0.359128 0.001836 +vn -0.776670 0.629869 0.007000 +vn -0.786380 0.617743 0.000470 +vn -0.827374 0.561579 -0.009000 +vn -0.830131 0.557566 0.001654 +vn -0.873002 0.487692 0.004918 +vn -0.625360 0.780320 -0.005140 +vn -0.697740 0.716351 0.000000 +vn -0.697748 0.716344 0.000005 +vn -0.710347 0.703819 0.006789 +vn -0.652646 0.757663 -0.000566 +vn -0.726346 0.687120 0.016967 +vn -0.742743 0.668853 0.031126 +vn -0.715302 0.698785 -0.006595 +vn -0.996397 -0.084806 0.000346 +vn -0.999975 0.000000 -0.007082 +vn -0.594635 -0.803995 0.000345 +vn -0.524294 -0.851508 -0.007082 +vn -0.524303 -0.851529 0.002008 +vn -0.450204 -0.892926 0.000346 +vn 0.372853 -0.927890 0.000348 +vn 0.450193 -0.892903 -0.007081 +vn 0.450202 -0.892924 0.002008 +vn 0.524308 -0.851529 0.000347 +vn 0.594622 -0.803974 -0.007083 +vn 0.594631 -0.803996 0.002010 +vn 0.660670 -0.750676 0.000344 +vn 0.985617 -0.168996 0.000346 +vn 0.996372 -0.084809 -0.007082 +vn 0.996396 -0.084803 0.002008 +vn 1.000000 0.000000 0.000346 +vn 0.996372 0.084809 -0.007082 +vn 0.996396 0.084804 0.002008 +vn 0.985617 0.168996 0.000346 +vn 0.660668 0.750678 0.000345 +vn 0.594623 0.803973 -0.007082 +vn 0.594635 0.803994 0.002010 +vn 0.524310 0.851527 0.000348 +vn 0.450192 0.892904 -0.007081 +vn 0.450198 0.892927 0.002010 +vn 0.372849 0.927892 0.000346 +vn -0.292820 0.956167 0.000344 +vn -0.372846 0.927866 -0.007082 +vn -0.372855 0.927887 0.002011 +vn -0.450203 0.892926 0.000347 +vn -0.524295 0.851507 -0.007083 +vn -0.524306 0.851527 0.002010 +vn -0.594633 0.803998 0.000345 +vn -0.996398 0.084804 0.000346 +vn -0.999998 0.000000 0.002009 +vn 0.981194 -0.192709 -0.011003 +vn 0.979571 -0.201079 -0.002847 +vn 0.986863 -0.161277 0.009585 +vn 0.980800 -0.194638 0.012122 +vn 0.987822 -0.155559 -0.003018 +vn 0.980600 -0.195900 0.006916 +vn 0.981646 -0.189415 0.022205 +vn 0.992173 -0.122888 0.022170 +vn 0.993142 -0.116718 0.006834 +vn 0.992671 -0.120809 0.003046 +vn 0.993659 -0.111075 0.017432 +vn 0.993449 -0.110283 0.029946 +vn 0.997401 -0.072031 0.001636 +vn -0.005010 0.004798 0.999976 +vn 0.005272 -0.004670 0.999975 +vn -0.005385 0.004350 0.999976 +vn -0.005746 0.003878 0.999976 +vn -0.006047 0.003378 0.999976 +vn 0.006238 -0.003272 0.999975 +vn -0.006310 0.002854 0.999976 +vn -0.006538 0.002309 0.999976 +vn 0.006676 -0.002228 0.999975 +vn -0.006841 0.001172 0.999976 +vn 0.006942 -0.001127 0.999975 +vn -0.006921 0.000588 0.999976 +vn -0.006955 -0.000001 0.999976 +vn -0.006940 -0.000592 0.999976 +vn 0.006910 0.001124 0.999976 +vn -0.006770 -0.001763 0.999976 +vn -0.006609 -0.002336 0.999976 +vn 0.006617 0.002209 0.999976 +vn -0.006407 -0.002896 0.999975 +vn 0.006137 0.003223 0.999976 +vn -0.005863 -0.003964 0.999975 +vn 0.005504 0.004138 0.999976 +vn -0.005004 -0.004800 0.999976 +vn 0.005013 -0.004798 0.999976 +vn -0.005274 0.004670 0.999975 +vn 0.005388 -0.004350 0.999976 +vn 0.005746 -0.003878 0.999976 +vn -0.005951 0.003764 0.999975 +vn 0.006047 -0.003378 0.999976 +vn 0.006315 -0.002854 0.999976 +vn -0.006479 0.002759 0.999975 +vn 0.006709 -0.001747 0.999976 +vn 0.006841 -0.001172 0.999976 +vn -0.006942 0.001127 0.999975 +vn 0.006921 -0.000588 0.999976 +vn 0.006955 0.000001 0.999976 +vn -0.007024 -0.000001 0.999975 +vn 0.006940 0.000592 0.999976 +vn -0.006910 -0.001124 0.999976 +vn 0.006770 0.001763 0.999976 +vn -0.006618 -0.002209 0.999976 +vn 0.006407 0.002896 0.999975 +vn 0.006155 0.003440 0.999975 +vn 0.005863 0.003964 0.999975 +vn -0.005843 -0.003695 0.999976 +vn 0.005535 0.004465 0.999975 +vn 0.005008 0.004800 0.999976 +vn 0.004880 0.005080 0.999975 +vn -0.004114 -0.005570 0.999976 +vn 0.004004 0.005797 0.999975 +vn -0.003121 -0.006187 0.999976 +vn 0.003017 0.006362 0.999975 +vn -0.002584 -0.006432 0.999976 +vn -0.002028 -0.006631 0.999976 +vn 0.001957 0.006761 0.999975 +vn -0.001462 -0.006783 0.999976 +vn -0.000879 -0.006888 0.999976 +vn -0.000294 -0.006945 0.999976 +vn 0.000282 0.007019 0.999975 +vn 0.000292 -0.006954 0.999976 +vn -0.000842 0.006956 0.999976 +vn 0.001470 -0.006828 0.999976 +vn -0.001943 0.006705 0.999976 +vn 0.003167 -0.006286 0.999975 +vn -0.002978 0.006274 0.999976 +vn 0.003701 -0.006015 0.999975 +vn 0.004219 -0.005701 0.999975 +vn 0.004708 -0.005345 0.999975 +vn -0.004350 0.005324 0.999976 +vn -0.004879 -0.005081 0.999975 +vn 0.004118 0.005569 0.999976 +vn -0.004001 -0.005797 0.999975 +vn 0.003633 0.005900 0.999976 +vn 0.003119 0.006188 0.999976 +vn -0.003019 -0.006362 0.999975 +vn 0.002586 0.006432 0.999976 +vn 0.002028 0.006631 0.999976 +vn 0.001463 0.006783 0.999976 +vn -0.001407 -0.006893 0.999975 +vn 0.000882 0.006888 0.999976 +vn 0.000295 0.006945 0.999976 +vn -0.000282 -0.007019 0.999975 +vn -0.000886 0.006915 0.999976 +vn -0.001473 0.006828 0.999976 +vn 0.001400 -0.006854 0.999976 +vn -0.002619 0.006513 0.999975 +vn 0.002470 -0.006511 0.999976 +vn -0.003166 0.006286 0.999975 +vn 0.002978 -0.006275 0.999976 +vn -0.003701 0.006015 0.999975 +vn -0.004211 0.005701 0.999975 +vn 0.003915 -0.005678 0.999976 +vn -0.004700 0.005345 0.999975 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000366 -0.000086 -1.000000 +vn 0.005482 -0.002657 -0.999981 +vn -0.000001 -0.003292 -0.999995 +vn -0.001394 -0.000682 -0.999999 +vn -0.003978 0.000542 -0.999992 +vn -0.002253 0.004595 -0.999987 +vn -0.000299 0.000168 -1.000000 +vn -0.005491 0.002657 -0.999981 +vn 0.000001 0.003293 -0.999995 +vn 0.003947 0.000713 -0.999992 +vn 0.000543 -0.003985 -0.999992 +vn 0.000340 0.000435 -1.000000 +vn -0.000035 -0.000287 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001445 -0.001280 -0.999998 +vn 0.001182 -0.001319 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001558 -0.000360 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001851 -0.000945 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.003533 0.001898 -0.999992 +vn 0.001743 -0.003624 -0.999992 +vn 0.000063 -0.000318 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000146 0.000263 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.001905 -0.000184 -0.999998 +vn 0.000137 -0.000250 -1.000000 +vn 0.002783 -0.002909 -0.999992 +vn 0.002778 0.002898 -0.999992 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001131 0.000273 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001234 0.001469 -0.999998 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.001740 0.003613 -0.999992 +vn 0.003541 -0.001908 -0.999992 +vn 0.000054 0.000271 -1.000000 +vn 0.001470 0.001471 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000040 0.000332 -1.000000 +vn -0.000003 0.000001 -1.000000 +vn 0.001802 0.000918 -0.999998 +vn 0.000545 0.003975 -0.999992 +vn 0.003950 -0.000721 -0.999992 +vn 0.000306 -0.000143 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000151 0.000327 -1.000000 +vn -0.000715 0.003948 -0.999992 +vn 0.003986 0.000537 -0.999992 +vn 0.000983 0.003006 -0.999995 +vn 0.005481 0.001047 -0.999985 +vn 0.000707 0.000136 -1.000000 +vn 0.001209 0.002374 -0.999997 +vn -0.000221 0.000242 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000299 0.001890 -0.999998 +vn 0.000145 0.003741 -0.999993 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.001876 0.001625 -0.999997 +vn 0.000195 0.000206 -1.000000 +vn 0.005511 0.002666 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn -0.000299 0.001881 -0.999998 +vn 0.000000 0.000001 -1.000000 +vn 0.000127 0.000323 -1.000000 +vn -0.005478 0.001047 -0.999985 +vn -0.000684 0.000137 -1.000000 +vn -0.001208 0.002374 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000006 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.003948 -0.000713 -0.999992 +vn -0.000540 0.003986 -0.999992 +vn -0.000266 -0.000120 -1.000000 +vn 0.000038 0.000327 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001350 0.001197 -0.999998 +vn 0.000026 0.000001 -1.000000 +vn -0.001788 0.000805 -0.999998 +vn -0.000412 -0.001041 -0.999999 +vn -0.003538 -0.001898 -0.999992 +vn -0.001742 0.003618 -0.999992 +vn 0.000000 0.000001 -1.000000 +vn -0.010925 0.001735 -0.999939 +vn -0.023542 -0.006626 -0.999701 +vn -0.010067 -0.002122 -0.999947 +vn 0.000000 0.000000 -1.000000 +vn -0.008179 -0.000698 -0.999966 +vn -0.002775 -0.002897 -0.999992 +vn -0.002781 0.002909 -0.999992 +vn -0.000355 0.000652 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001742 -0.003609 -0.999992 +vn -0.003542 0.001908 -0.999992 +vn -0.000235 -0.001091 -0.999999 +vn -0.001751 -0.000998 -0.999998 +vn -0.000546 -0.003975 -0.999992 +vn -0.003953 0.000721 -0.999992 +vn 0.000042 -0.000346 -1.000000 +vn 0.004616 -0.003023 -0.999985 +vn -0.004292 -0.000579 -0.999991 +vn -0.001338 0.000656 -0.999999 +vn -0.001082 -0.002473 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000697 -0.000136 -1.000000 +vn -0.000981 -0.003006 -0.999995 +vn -0.005479 -0.001047 -0.999985 +vn -0.000700 -0.001161 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000290 -0.000163 -1.000000 +vn -0.000183 -0.001866 -0.999998 +vn 0.005163 -0.004434 -0.999977 +vn 0.000222 -0.000242 -1.000000 +vn -0.001879 -0.001625 -0.999997 +vn -0.000191 -0.000200 -1.000000 +vn 0.000233 -0.002362 -0.999997 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.005462 -0.001047 -0.999985 +vn 0.000682 -0.000137 -1.000000 +vn 0.001209 -0.002374 -0.999997 +vn 0.003966 -0.000542 -0.999992 +vn -0.000716 -0.003956 -0.999992 +vn -0.000155 -0.000333 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000007 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000041 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000012 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000016 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000008 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000027 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000019 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000037 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000011 0.000000 -1.000000 +vn 0.000116 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000114 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000014 0.000000 -1.000000 +vn 0.000076 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000333 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000045 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000034 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000089 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn -0.000086 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.947805 0.318833 0.003458 +vn 0.954158 0.299198 0.007898 +vn 0.958728 0.284276 0.005302 +vn 0.976646 0.214642 0.009592 +vn 0.991462 0.130339 0.003952 +vn 0.999095 0.041634 0.008723 +vn 0.997456 0.071283 0.000754 +vn 0.992219 -0.124318 0.006785 +vn 0.998159 -0.060421 0.005198 +vn 0.957537 -0.288162 0.009218 +vn 0.975842 -0.218419 0.005141 +vn 0.892864 -0.450232 0.009221 +vn 0.928486 -0.371346 0.004030 +vn 0.802653 -0.596434 0.003841 +vn 0.858110 -0.513440 0.005141 +vn 0.695338 -0.718656 0.006205 +vn 0.746497 -0.665297 0.011036 +vn 0.761398 -0.648202 0.010310 +vn 0.628142 -0.778087 0.004198 +vn 0.560550 -0.828065 0.009589 +vn 0.499617 -0.866231 0.005204 +vn 0.486023 -0.873910 0.007894 +vn 0.467899 -0.883782 0.000712 +vn -0.697542 0.716540 0.002223 +vn -0.723598 0.690151 -0.009869 +vn -0.741057 0.671441 -0.000767 +vn -0.732949 0.680274 -0.003542 +vn -0.769453 0.638695 0.003294 +vn -0.798328 0.602214 -0.003395 +vn -0.881296 0.472517 -0.006706 +vn -0.856115 0.516679 0.010505 +vn -0.947637 0.319307 -0.005142 +vn -0.922658 0.385602 0.003614 +vn -0.987853 0.155193 -0.007913 +vn -0.974100 0.226093 0.003487 +vn -0.999769 -0.018952 -0.010136 +vn -0.998128 0.060910 0.005472 +vn -0.981133 -0.193100 -0.009520 +vn -0.994422 -0.105247 0.006891 +vn -0.932925 -0.360018 -0.006207 +vn -0.963568 -0.267414 0.005239 +vn -0.860347 -0.509683 -0.005159 +vn -0.894228 -0.447602 0.002914 +vn -0.905395 -0.424565 0.002129 +vn -0.812506 -0.582947 0.002732 +vn -0.811895 -0.583751 -0.007869 +vn -0.771672 -0.636011 0.003512 +vn 0.004744 -0.005891 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.002285 -0.002195 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.001860 0.002283 0.999996 +vn 0.002074 -0.001534 0.999997 +vn 0.002142 -0.001193 0.999997 +vn 0.002226 -0.000887 0.999997 +vn 0.002805 0.000021 0.999996 +vn -0.003384 -0.001377 0.999993 +vn 0.003100 0.000425 0.999995 +vn 0.003988 0.000881 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002335 -0.000597 0.999997 +vn -0.002905 0.000123 0.999996 +vn 0.750010 -0.661418 0.003459 +vn 0.736179 -0.676740 0.007899 +vn 0.725560 -0.688139 0.005306 +vn 0.674198 -0.738489 0.009593 +vn 0.608616 -0.793455 0.003956 +vn 0.535613 -0.844419 0.008729 +vn 0.560451 -0.828187 0.000758 +vn 0.388461 -0.921440 0.006791 +vn 0.446740 -0.894649 0.005197 +vn 0.229211 -0.973333 0.009222 +vn 0.298765 -0.954313 0.005135 +vn 0.056500 -0.998360 0.009220 +vn 0.142651 -0.989765 0.004029 +vn -0.115207 -0.993334 0.003839 +vn -0.015589 -0.999865 0.005138 +vn -0.274707 -0.961508 0.006205 +vn -0.202908 -0.979136 0.011038 +vn -0.180654 -0.983493 0.010309 +vn -0.359785 -0.933026 0.004196 +vn -0.436849 -0.899484 0.009594 +vn -0.422308 -0.906452 -0.000515 +vn -0.513804 -0.857871 0.007900 +vn -0.531419 -0.847108 0.001451 +vn 0.271775 0.962360 0.001296 +vn 0.232517 0.972533 -0.010787 +vn 0.218227 0.975888 0.004332 +vn 0.142278 0.989779 -0.009739 +vn 0.161519 0.986790 0.012578 +vn -0.031439 0.999483 -0.006710 +vn 0.019404 0.999757 0.010495 +vn -0.197288 0.980332 -0.005141 +vn -0.127406 0.991844 0.003615 +vn -0.359525 0.933102 -0.007909 +vn -0.291234 0.956646 0.003493 +vn -0.516305 0.856345 -0.010135 +vn -0.446333 0.894850 0.005471 +vn -0.657802 0.753131 -0.009519 +vn -0.588339 0.808585 0.006894 +vn -0.778249 0.627926 -0.006207 +vn -0.713375 0.700763 0.005238 +vn -0.840471 0.541845 -0.003557 +vn -0.820374 0.571824 0.002129 +vn -0.911559 0.411095 -0.007849 +vn -0.936667 0.350204 0.003506 +vn -0.910822 0.412792 0.002535 +vn -0.901588 0.432553 0.006043 +vn 0.000347 -0.002372 0.999997 +vn 0.000038 -0.002452 0.999997 +vn 0.000256 0.002835 0.999996 +vn 0.000000 0.000000 1.000000 +vn 0.015834 -0.017299 0.999725 +vn 0.002002 -0.002579 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.000331 -0.002906 0.999996 +vn 0.001213 0.002800 0.999995 +vn -0.001911 -0.005017 0.999986 +vn 0.000000 0.000000 1.000000 +vn -0.001051 -0.004255 0.999990 +vn 0.001415 -0.002418 0.999996 +vn -0.002250 0.002332 0.999995 +vn -0.197795 -0.980237 0.003450 +vn -0.215716 -0.976431 0.007011 +vn -0.239053 -0.970948 0.010650 +vn -0.225142 -0.974317 0.004066 +vn -0.382851 -0.923802 0.003946 +vn -0.463485 -0.886062 0.008726 +vn -0.603768 -0.797131 0.006786 +vn -0.551431 -0.834204 0.005196 +vn -0.524282 -0.851525 0.005766 +vn -0.677071 -0.735900 0.005141 +vn -0.728333 -0.685162 0.009218 +vn -0.743860 -0.668331 0.002489 +vn -0.836359 -0.548105 0.009219 +vn -0.823591 -0.567185 0.000082 +vn -0.917860 -0.396886 0.003843 +vn -0.889636 -0.456648 0.004582 +vn -0.970044 -0.242850 0.006207 +vn -0.949408 -0.313851 0.011033 +vn -0.994542 -0.103897 0.009573 +vn -0.987917 -0.154930 0.004189 +vn -0.999932 0.011653 0.000000 +vn -0.999442 0.032632 0.007142 +vn -0.999963 0.002072 0.008416 +vn 0.969319 0.245797 0.002226 +vn 0.958497 0.284898 -0.010789 +vn 0.954264 0.298934 0.004340 +vn 0.929784 0.367977 -0.009713 +vn 0.802618 0.596482 -0.003549 +vn 0.795805 0.605551 0.001497 +vn 0.810476 0.585768 0.001929 +vn 0.822454 0.568819 -0.003852 +vn 0.896627 0.442755 0.005324 +vn 0.628316 0.777918 -0.007911 +vn 0.682868 0.730534 0.003493 +vn 0.483452 0.875312 -0.010135 +vn 0.551810 0.833952 0.005472 +vn 0.323333 0.946237 -0.009519 +vn 0.406075 0.913814 0.006891 +vn 0.154679 0.987945 -0.006205 +vn 0.250195 0.968181 0.005242 +vn -0.011227 0.999924 -0.005157 +vn 0.059472 0.998226 0.002926 +vn 0.085022 0.996377 0.002136 +vn -0.098604 0.995123 0.002737 +vn -0.099598 0.994997 -0.007874 +vn -0.164898 0.986306 0.002899 +vn -0.007474 -0.001167 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.003042 -0.000880 0.999995 +vn 0.000006 0.000000 1.000000 +vn -0.001315 -0.003239 0.999994 +vn -0.000599 0.004073 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002908 0.000469 0.999996 +vn -0.002365 -0.001029 0.999997 +vn -0.002104 -0.001259 0.999997 +vn -0.001885 -0.001485 0.999997 +vn -0.001376 -0.002439 0.999996 +vn 0.000492 0.003621 0.999993 +vn 0.001560 0.002454 0.999996 +vn -0.947815 -0.318807 0.003076 +vn -0.954160 -0.299192 0.007897 +vn -0.958724 -0.284288 0.005288 +vn -0.976646 -0.214642 0.009591 +vn -0.999094 -0.041643 0.008724 +vn -0.991462 -0.130339 0.003952 +vn -0.996602 0.082224 0.004860 +vn -0.999584 0.028277 0.005771 +vn -0.953583 0.300987 0.009273 +vn -0.975954 0.217887 0.006326 +vn -0.982494 0.186123 0.008034 +vn -0.892854 0.450252 0.009218 +vn -0.928492 0.371330 0.004028 +vn -0.802647 0.596442 0.003840 +vn -0.858112 0.513438 0.005138 +vn -0.695340 0.718654 0.006206 +vn -0.746507 0.665286 0.011040 +vn -0.761398 0.648203 0.010309 +vn -0.628134 0.778094 0.004199 +vn -0.560554 0.828062 0.009592 +vn -0.499556 0.866266 0.005256 +vn -0.486026 0.873909 0.007897 +vn -0.467898 0.883781 0.001455 +vn 0.699668 -0.714448 -0.005369 +vn 0.728731 -0.684800 0.000000 +vn 0.723936 -0.689849 -0.004965 +vn 0.739887 -0.672724 -0.003223 +vn 0.769453 -0.638694 0.003297 +vn 0.798327 -0.602215 -0.003391 +vn 0.881295 -0.472519 -0.006707 +vn 0.856104 -0.516696 0.010512 +vn 0.947637 -0.319307 -0.005143 +vn 0.922672 -0.385569 0.003617 +vn 0.987853 -0.155193 -0.007909 +vn 0.974097 -0.226105 0.003491 +vn 0.999947 -0.003364 -0.009700 +vn 0.998128 -0.060910 0.005471 +vn 0.932925 0.360017 -0.006213 +vn 0.963575 0.267387 0.005241 +vn 0.975881 0.218270 -0.003866 +vn 0.993934 0.109926 0.003386 +vn 0.825492 0.564366 0.007375 +vn 0.894229 0.447601 0.002919 +vn 0.860347 0.509683 -0.005161 +vn 0.905395 0.424565 0.002127 +vn 0.811895 0.583751 -0.007871 +vn 0.771762 0.635908 0.002352 +vn -0.003689 -0.000506 0.999993 +vn -0.002805 -0.000021 0.999996 +vn 0.003384 0.001377 0.999993 +vn -0.003388 0.004163 0.999986 +vn -0.000008 0.000000 1.000000 +vn -0.003154 0.003038 0.999990 +vn 0.003145 0.000780 0.999995 +vn -0.002335 0.000597 0.999997 +vn -0.002224 0.000887 0.999997 +vn 0.002509 -0.001279 0.999996 +vn -0.002140 0.001193 0.999997 +vn -0.002351 0.001739 0.999996 +vn 0.001822 -0.002450 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.013921 -0.004867 0.999891 +vn -0.749998 0.661434 0.002912 +vn -0.736192 0.676727 0.007897 +vn -0.725565 0.688134 0.005283 +vn -0.674210 0.738477 0.009592 +vn -0.608608 0.793461 0.003951 +vn -0.535608 0.844422 0.008726 +vn -0.560450 0.828188 0.000765 +vn -0.388456 0.921442 0.006789 +vn -0.446741 0.894648 0.005197 +vn -0.229212 0.973333 0.009218 +vn -0.298767 0.954312 0.005140 +vn -0.125250 0.992080 0.009483 +vn -0.142652 0.989765 0.004026 +vn 0.274708 0.961508 0.006203 +vn 0.202907 0.979136 0.011040 +vn 0.180653 0.983493 0.010308 +vn 0.113557 0.993531 0.000124 +vn 0.019530 0.999745 0.011364 +vn 0.359787 0.933025 0.004193 +vn 0.436858 0.899479 0.009592 +vn 0.422307 0.906453 -0.000512 +vn 0.513818 0.857863 0.007899 +vn 0.531403 0.847119 0.000727 +vn -0.271773 -0.962359 0.002225 +vn -0.232509 -0.972534 -0.010787 +vn -0.218250 -0.975883 0.004341 +vn -0.187159 -0.982284 -0.009466 +vn -0.060121 -0.998191 -0.000228 +vn -0.026940 -0.999636 0.001484 +vn 0.038688 -0.999251 -0.001258 +vn 0.197289 -0.980332 -0.005141 +vn 0.127401 -0.991845 0.003619 +vn 0.359529 -0.933100 -0.007914 +vn 0.291233 -0.956646 0.003494 +vn 0.516305 -0.856345 -0.010135 +vn 0.446328 -0.894853 0.005472 +vn 0.657797 -0.753135 -0.009521 +vn 0.588345 -0.808581 0.006892 +vn 0.778246 -0.627929 -0.006211 +vn 0.713372 -0.700766 0.005242 +vn 0.840463 -0.541857 -0.003561 +vn 0.820380 -0.571815 0.002128 +vn 0.911566 -0.411078 -0.007851 +vn 0.936648 -0.350259 0.003173 +vn 0.910824 -0.412788 0.002540 +vn 0.901588 -0.432553 0.006044 +vn 0.000000 0.000000 1.000000 +vn -0.004341 -0.009170 0.999949 +vn -0.001048 -0.002752 0.999996 +vn 0.002726 0.007059 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000760 0.003075 0.999995 +vn -0.000651 0.002321 0.999997 +vn -0.000345 0.002372 0.999997 +vn -0.005639 0.006017 0.999966 +vn -0.002360 0.003039 0.999993 +vn 0.000000 0.000000 1.000000 +vn 0.004330 -0.001739 0.999989 +vn -0.001002 0.002371 0.999997 +vn 0.002250 -0.002332 0.999995 +vn 0.000291 0.002562 0.999997 +vn -0.000038 0.002452 0.999997 +vn 0.197796 0.980242 0.001426 +vn 0.215716 0.976431 0.007005 +vn 0.239001 0.970962 0.010602 +vn 0.225139 0.974318 0.004061 +vn 0.382848 0.923803 0.003947 +vn 0.463487 0.886061 0.008724 +vn 0.436999 0.899462 0.000751 +vn 0.603762 0.797136 0.006786 +vn 0.551425 0.834209 0.005197 +vn 0.728325 0.685170 0.009218 +vn 0.677074 0.735897 0.005134 +vn 0.836351 0.548117 0.009221 +vn 0.785837 0.618421 0.004032 +vn 0.917855 0.396897 0.003844 +vn 0.873702 0.486435 0.005140 +vn 0.970043 0.242855 0.006206 +vn 0.949409 0.313850 0.011033 +vn 0.942059 0.335289 0.010311 +vn 0.987918 0.154918 0.004194 +vn 0.997400 0.071420 0.009590 +vn 0.999986 -0.000488 0.005259 +vn 0.999840 -0.016038 0.007896 +vn 0.999327 -0.036659 0.001457 +vn -0.969322 -0.245792 0.001290 +vn -0.958497 -0.284897 -0.010786 +vn -0.954256 -0.298958 0.004331 +vn -0.929781 -0.367984 -0.009712 +vn -0.935340 -0.353527 0.012573 +vn -0.890936 -0.454079 -0.006703 +vn -0.875596 -0.482958 0.009124 +vn -0.750345 -0.661026 -0.005144 +vn -0.795259 -0.606259 0.003616 +vn -0.654152 -0.756333 -0.006742 +vn -0.682866 -0.730535 0.003490 +vn -0.323331 -0.946238 -0.009521 +vn -0.406082 -0.913811 0.006891 +vn -0.472839 -0.881145 -0.002651 +vn -0.487062 -0.873353 0.005044 +vn -0.544434 -0.838799 -0.002858 +vn -0.154681 -0.987945 -0.006212 +vn -0.250193 -0.968182 0.005236 +vn 0.011225 -0.999924 -0.005161 +vn -0.059472 -0.998226 0.002923 +vn -0.085019 -0.996377 0.002138 +vn 0.098606 -0.995123 0.002734 +vn 0.099597 -0.994997 -0.007873 +vn 0.164895 -0.986308 0.002360 +vn 0.005302 0.000854 0.999986 +vn 0.000000 0.000000 1.000000 +vn 0.004209 0.001217 0.999990 +vn 0.000030 -0.004320 0.999991 +vn 0.000625 -0.004392 0.999990 +vn 0.001460 0.003581 0.999993 +vn -0.000008 0.000000 1.000000 +vn 0.002665 0.011416 0.999931 +vn 0.001379 0.002439 0.999996 +vn -0.001560 -0.002455 0.999996 +vn 0.001684 0.001724 0.999997 +vn 0.002104 0.001259 0.999997 +vn -0.002880 -0.000862 0.999996 +vn 0.002682 0.001167 0.999996 +vn -0.478858 -0.614298 0.627162 +vn -0.467933 -0.628017 0.621799 +vn -0.461740 -0.626896 0.627533 +vn -0.431128 -0.653763 0.621871 +vn -0.777712 -0.000001 0.628621 +vn -0.781902 -0.041707 0.622005 +vn -0.776913 -0.049793 0.627636 +vn -0.782465 -0.060309 0.619767 +vn -0.768390 -0.125079 0.627640 +vn -0.771546 -0.135516 0.621573 +vn -0.761756 -0.156232 0.628744 +vn -0.764722 -0.176278 0.619779 +vn -0.752488 -0.200218 0.627435 +vn -0.755039 -0.208337 0.621701 +vn -0.746669 -0.221176 0.627349 +vn -0.749213 -0.234076 0.619587 +vn -0.731853 -0.278516 0.621949 +vn -0.721453 -0.293504 0.627185 +vn -0.723293 -0.300352 0.621801 +vn -0.702858 -0.333636 0.628234 +vn -0.691105 -0.367986 0.622061 +vn -0.673858 -0.389677 0.627748 +vn -0.676556 -0.396226 0.620707 +vn -0.651896 -0.432815 0.622659 +vn -0.639170 -0.446387 0.626259 +vn -0.640702 -0.449284 0.622611 +vn -0.591698 -0.508005 0.625959 +vn -0.594299 -0.508558 0.623038 +vn -0.562122 -0.539320 0.627019 +vn -0.569144 -0.538353 0.621491 +vn -0.540979 -0.564288 0.623635 +vn -0.526249 -0.578749 0.622986 +vn -0.398239 -0.672071 0.624280 +vn -0.405977 -0.667011 0.624723 +vn -0.365200 -0.688666 0.626393 +vn -0.381487 -0.683183 0.622679 +vn -0.328942 -0.705742 0.627475 +vn -0.340145 -0.705522 0.621723 +vn -0.317739 -0.716057 0.621534 +vn -0.304365 -0.715725 0.628569 +vn -0.276557 -0.734762 0.619388 +vn -0.249201 -0.742783 0.621428 +vn -0.236477 -0.741675 0.627692 +vn -0.219785 -0.753789 0.619271 +vn -0.178184 -0.762853 0.621535 +vn -0.163170 -0.761174 0.627686 +vn -0.154707 -0.768338 0.621065 +vn -0.124607 -0.767159 0.629238 +vn -0.080170 -0.779269 0.621541 +vn -0.061205 -0.775674 0.628159 +vn -0.044657 -0.783582 0.619681 +vn -0.005158 -0.783198 0.621751 +vn 0.011394 -0.778810 0.627156 +vn 0.015165 -0.784034 0.620533 +vn 0.086636 -0.774123 0.627079 +vn 0.091565 -0.777598 0.622059 +vn 0.125119 -0.768073 0.628021 +vn 0.132559 -0.772858 0.620580 +vn 0.166421 -0.764737 0.622480 +vn 0.186983 -0.756132 0.627138 +vn 0.190898 -0.760262 0.620935 +vn 0.257041 -0.736089 0.626181 +vn 0.258652 -0.738339 0.622860 +vn 0.329589 -0.706939 0.625786 +vn 0.328036 -0.709817 0.623340 +vn 0.361207 -0.690245 0.626970 +vn 0.357213 -0.697048 0.621710 +vn 0.395701 -0.675534 0.622153 +vn 0.415397 -0.663766 0.621980 +vn 0.416001 -0.657521 0.628179 +vn 0.476586 -0.621698 0.621577 +vn 0.479138 -0.613806 0.627430 +vn 0.506771 -0.597498 0.621433 +vn 0.540386 -0.564528 0.623932 +vn 0.532163 -0.571205 0.624922 +vn 0.558642 -0.543576 0.626454 +vn 0.547716 -0.556969 0.624334 +vn 0.589458 -0.508442 0.627714 +vn 0.752455 0.201308 0.627125 +vn 0.751844 0.219130 0.621863 +vn 0.746866 0.219666 0.627645 +vn 0.736931 0.264549 0.622050 +vn 0.601797 -0.501607 0.621475 +vn 0.603345 -0.490680 0.628655 +vn 0.646756 -0.442197 0.621424 +vn 0.649854 -0.428750 0.627586 +vn 0.662158 -0.421633 0.619493 +vn 0.688195 -0.363903 0.627664 +vn 0.697345 -0.357020 0.621487 +vn 0.702632 -0.332922 0.628865 +vn 0.717455 -0.318010 0.619780 +vn 0.720778 -0.294592 0.627450 +vn 0.727907 -0.289217 0.621695 +vn 0.728494 -0.273868 0.627927 +vn 0.739900 -0.262275 0.619483 +vn 0.751847 -0.219129 0.621859 +vn 0.752439 -0.201140 0.627198 +vn 0.758086 -0.197318 0.621588 +vn 0.768753 -0.126451 0.626920 +vn 0.773139 -0.123563 0.622084 +vn 0.772726 -0.093338 0.627840 +vn 0.779015 -0.088994 0.620658 +vn 0.777919 -0.048046 0.626525 +vn 0.781103 -0.047519 0.622591 +vn 0.779525 -0.000002 0.626371 +vn 0.782299 0.000009 0.622903 +vn 0.778363 0.047322 0.626029 +vn 0.780766 0.046903 0.623060 +vn 0.769816 0.126758 0.625553 +vn 0.772030 0.123193 0.623533 +vn 0.768812 0.147455 0.622242 +vn 0.723505 0.294388 0.624400 +vn 0.726369 0.286702 0.624652 +vn 0.715169 0.318032 0.622406 +vn 0.688514 0.364339 0.627061 +vn 0.696790 0.356936 0.622157 +vn 0.685560 0.379250 0.621431 +vn 0.673016 0.388817 0.629182 +vn 0.649849 0.428748 0.627592 +vn 0.646928 0.442215 0.621233 +vn 0.636666 0.447681 0.627884 +vn 0.628251 0.471191 0.619096 +vn 0.589431 0.508504 0.627690 +vn 0.588272 0.518408 0.620636 +vn 0.560364 0.538230 0.629524 +vn 0.537301 0.563410 0.627595 +vn 0.534013 0.573078 0.621620 +vn 0.514928 0.582785 0.628658 +vn 0.505916 0.599971 0.619745 +vn 0.479133 0.613810 0.627431 +vn 0.476561 0.621566 0.621729 +vn 0.461131 0.627699 0.627178 +vn 0.458729 0.636622 0.619903 +vn 0.398098 0.669496 0.627131 +vn 0.395671 0.675732 0.621957 +vn 0.361425 0.689091 0.628112 +vn 0.357795 0.697776 0.620558 +vn 0.328796 0.710273 0.622420 +vn 0.304768 0.716814 0.627132 +vn 0.303477 0.722859 0.620787 +vn 0.258955 0.738343 0.622729 +vn 0.239599 0.741912 0.626226 +vn 0.239266 0.744940 0.622749 +vn 0.164537 0.762372 0.625873 +vn 0.167006 0.764165 0.623025 +vn 0.125606 0.768824 0.627004 +vn 0.132387 0.772084 0.621578 +vn 0.070351 0.779978 0.621841 +vn 0.062592 0.775541 0.628187 +vn -0.005156 0.783199 0.621750 +vn -0.011139 0.778564 0.627466 +vn -0.047113 0.781865 0.621665 +vn -0.089175 0.776223 0.624120 +vn -0.079138 0.776750 0.624817 +vn -0.120945 0.770030 0.626439 +vn -0.104384 0.775085 0.623175 +vn -0.163437 0.761181 0.627608 +vn -0.721619 0.293391 0.627047 +vn -0.731851 0.278514 0.621952 +vn -0.727796 0.275436 0.628051 +vn -0.178184 0.762850 0.621539 +vn -0.187037 0.754850 0.628664 +vn -0.219784 0.753791 0.619269 +vn -0.249198 0.742783 0.621428 +vn -0.259489 0.734017 0.627602 +vn -0.276557 0.734763 0.619387 +vn -0.317745 0.716058 0.621530 +vn -0.329193 0.705447 0.627675 +vn -0.340753 0.705571 0.621334 +vn -0.361452 0.688248 0.629021 +vn -0.406139 0.669955 0.621459 +vn -0.417395 0.656649 0.628167 +vn -0.434502 0.653693 0.619591 +vn -0.478914 0.614228 0.627189 +vn -0.484737 0.615659 0.621284 +vn -0.536396 0.564933 0.627001 +vn -0.541961 0.565045 0.622095 +vn -0.561561 0.538848 0.627927 +vn -0.569806 0.538663 0.620615 +vn -0.594167 0.509323 0.622540 +vn -0.603811 0.492284 0.626952 +vn -0.608623 0.493499 0.621318 +vn -0.649262 0.431795 0.626109 +vn -0.651440 0.433062 0.622964 +vn -0.689872 0.364143 0.625681 +vn -0.689923 0.367880 0.623435 +vn -0.703314 0.335142 0.626921 +vn -0.703808 0.343344 0.621907 +vn -0.754238 0.202829 0.624488 +vn -0.752426 0.209968 0.624314 +vn -0.763161 0.174389 0.622233 +vn -0.769061 0.125075 0.626818 +vn -0.775603 0.112124 0.621183 +vn -0.771446 0.093634 0.629368 +vn -0.776909 0.049792 0.627641 +vn -0.781971 0.041737 0.621916 +vn -0.787035 0.000000 0.616908 +vn -0.000004 0.000000 1.000000 +vn 0.002168 -0.007260 0.999971 +vn -0.000005 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn -0.001691 -0.007386 0.999971 +vn 0.000002 0.000000 1.000000 +vn -0.000720 -0.007527 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005086 -0.005612 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.004641 -0.005807 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.007328 0.001928 0.999971 +vn -0.000002 0.000000 1.000000 +vn 0.007012 0.002846 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.006898 -0.002784 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.007187 -0.002393 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005098 0.005602 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.006709 0.003224 0.999972 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000006 0.000000 1.000000 +vn -0.001698 0.007383 0.999971 +vn 0.000007 0.000000 1.000000 +vn -0.002628 0.007103 0.999971 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.003901 0.006456 0.999972 +vn -0.000007 0.000000 1.000000 +vn -0.000011 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.589968 -0.673732 0.444998 +vn -0.627194 -0.630127 0.457786 +vn -0.646787 -0.620489 0.443463 +vn -0.654441 -0.601686 0.457908 +vn -0.697778 -0.561688 0.444536 +vn -0.740861 -0.503291 0.444773 +vn -0.738910 -0.494743 0.457430 +vn -0.782598 -0.434218 0.446088 +vn -0.776870 -0.431622 0.458450 +vn -0.815342 -0.367182 0.447655 +vn -0.843907 -0.300120 0.444689 +vn -0.185993 -0.875846 0.445310 +vn -0.239794 -0.856130 0.457756 +vn -0.261771 -0.857198 0.443494 +vn -0.276840 -0.844792 0.457915 +vn -0.335380 -0.830540 0.444662 +vn -0.401403 -0.800565 0.444941 +vn -0.402723 -0.792882 0.457333 +vn -0.471369 -0.760727 0.446213 +vn -0.465440 -0.757176 0.458313 +vn -0.532945 -0.717829 0.447986 +vn 0.265212 -0.855024 0.445642 +vn 0.208453 -0.864315 0.457720 +vn 0.189786 -0.875928 0.443545 +vn 0.171542 -0.872298 0.457898 +vn 0.112064 -0.888597 0.444789 +vn 0.039836 -0.894582 0.445125 +vn 0.036350 -0.888609 0.457224 +vn -0.040412 -0.893963 0.446314 +vn -0.034356 -0.888196 0.458179 +vn -0.115562 -0.886370 0.448324 +vn 0.648803 -0.616567 0.445983 +vn 0.603560 -0.652869 0.457686 +vn 0.593050 -0.671933 0.443618 +vn 0.576225 -0.676994 0.457869 +vn 0.531012 -0.721164 0.444914 +vn 0.470846 -0.761574 0.445319 +vn 0.466187 -0.757450 0.457099 +vn 0.400806 -0.800035 0.446428 +vn 0.405627 -0.791013 0.458002 +vn 0.330955 -0.830144 0.448697 +vn 0.867104 -0.221191 0.446324 +vn 0.845259 -0.275826 0.457665 +vn 0.845496 -0.297090 0.443704 +vn 0.833745 -0.308652 0.457825 +vn 0.815166 -0.370722 0.445050 +vn 0.782269 -0.435384 0.445530 +vn 0.777051 -0.432863 0.456969 +vn 0.740140 -0.502798 0.446527 +vn 0.741469 -0.490531 0.457824 +vn 0.693403 -0.563498 0.449067 +vn 0.816693 0.369574 0.443202 +vn 0.833762 0.308687 0.457771 +vn 0.845493 0.297098 0.443705 +vn 0.845221 0.275820 0.457738 +vn 0.867232 0.225725 0.443798 +vn 0.882925 0.153213 0.443812 +vn 0.878239 0.138430 0.457749 +vn 0.892399 0.073756 0.445179 +vn 0.895159 0.001159 0.445746 +vn 0.889552 0.002312 0.456828 +vn 0.891342 -0.077764 0.446612 +vn 0.886841 -0.063911 0.457633 +vn 0.879905 -0.154138 0.449453 +vn 0.532565 0.720954 0.443396 +vn 0.576216 0.677041 0.457811 +vn 0.593051 0.671934 0.443616 +vn 0.603533 0.652839 0.457765 +vn 0.647085 0.619874 0.443889 +vn 0.695919 0.564469 0.443928 +vn 0.698610 0.550000 0.457650 +vn 0.743123 0.499465 0.445312 +vn 0.780966 0.437260 0.445977 +vn 0.774917 0.436973 0.456682 +vn 0.113146 0.889047 0.443614 +vn 0.171525 0.872331 0.457841 +vn 0.189779 0.875930 0.443544 +vn 0.208435 0.864280 0.457793 +vn 0.262753 0.856646 0.443981 +vn 0.332106 0.832183 0.444047 +vn 0.340710 0.821320 0.457548 +vn 0.405236 0.798350 0.445444 +vn 0.468734 0.762349 0.446221 +vn 0.462413 0.760105 0.456524 +vn -0.334960 0.831137 0.443862 +vn -0.276872 0.844814 0.457856 +vn -0.261779 0.857194 0.443497 +vn -0.239799 0.856095 0.457819 +vn -0.188202 0.875996 0.444084 +vn -0.115989 0.888397 0.444183 +vn -0.104204 0.883127 0.457414 +vn -0.035477 0.894538 0.445583 +vn 0.037748 0.893996 0.446483 +vn 0.031793 0.889232 0.456351 +vn -0.697831 0.561955 0.444117 +vn -0.654480 0.601690 0.457849 +vn -0.646793 0.620483 0.443463 +vn -0.627185 0.630088 0.457851 +vn -0.591347 0.673054 0.444193 +vn -0.534524 0.718933 0.444319 +vn -0.522596 0.719579 0.457275 +vn -0.467149 0.763614 0.445719 +vn -0.402666 0.798918 0.446754 +vn -0.407021 0.791351 0.456177 +vn -0.883194 0.149941 0.444394 +vn -0.865044 0.205144 0.457838 +vn -0.867345 0.225984 0.443446 +vn -0.855005 0.243550 0.457876 +vn -0.844379 0.299359 0.444306 +vn -0.817201 0.366930 0.444461 +vn -0.807623 0.371970 0.457584 +vn -0.780166 0.438823 0.445842 +vn -0.740840 0.501311 0.447039 +vn -0.741998 0.491424 0.456006 +vn -0.823839 -0.333536 0.458304 +vn -0.867345 -0.225992 0.443442 +vn -0.865008 -0.205156 0.457900 +vn -0.883126 -0.150264 0.444420 +vn -0.892307 -0.078156 0.444612 +vn -0.886419 -0.070342 0.457508 +vn -0.895043 0.002618 0.445973 +vn -0.891067 0.076714 0.447341 +vn -0.887620 0.066021 0.455820 +vn -0.807204 0.017750 0.590006 +vn -0.808482 -0.033429 0.587570 +vn -0.249273 -0.953929 0.166981 +vn -0.871919 -0.378896 0.310153 +vn -0.815983 -0.487842 0.310133 +vn -0.664706 -0.679698 0.310124 +vn -0.469505 -0.826651 0.310181 +vn -0.194326 -0.955442 0.222191 +vn -0.879904 -0.135045 0.455556 +vn -0.855239 -0.247004 0.455582 +vn -0.698988 -0.551235 0.455583 +vn -0.535390 -0.711194 0.455589 +vn -0.336440 -0.824162 0.455593 +vn -0.216560 -0.779027 0.588403 +vn -0.677461 -0.195758 0.709031 +vn -0.536695 -0.233395 0.810855 +vn -0.646690 -0.281191 0.709031 +vn -0.502250 -0.300445 0.810850 +vn -0.605166 -0.361970 0.709050 +vn -0.409094 -0.418527 0.810850 +vn -0.288899 -0.508964 0.810859 +vn -0.221103 -0.541883 0.810849 +vn -0.161236 -0.564392 0.809608 +vn -0.191481 -0.679988 0.707779 +vn -0.453165 -0.029266 0.890946 +vn -0.445693 -0.068504 0.892561 +vn -0.280181 -0.121862 0.952181 +vn -0.386970 -0.231493 0.892561 +vn -0.315177 -0.322475 0.892566 +vn -0.222558 -0.392155 0.892571 +vn -0.088119 -0.295608 0.951236 +vn -0.038356 0.306631 0.951055 +vn -0.069541 0.354068 0.932631 +vn -0.064749 0.582771 0.810053 +vn -0.147394 0.909673 0.388292 +vn -0.086381 0.886860 0.453892 +vn 0.890967 0.219103 0.397707 +vn 0.902873 0.298195 0.309678 +vn 0.771879 0.241721 0.588026 +vn 0.734922 0.171866 0.656012 +vn 0.079180 0.006427 0.996840 +vn 0.299795 0.089661 0.949781 +vn 0.283993 0.131418 0.949777 +vn 0.415122 0.192075 0.889259 +vn 0.643725 0.297758 0.704953 +vn 0.809529 0.374279 0.452302 +vn 0.383562 0.249228 0.889250 +vn 0.594789 0.386353 0.704952 +vn 0.748046 0.485722 0.452218 +vn 0.062720 0.453085 0.889258 +vn 0.086582 0.300703 0.949780 +vn 0.126588 0.439541 0.889258 +vn 0.097367 0.702546 0.704946 +vn 0.196361 0.681529 0.704955 +vn 0.122585 0.883416 0.452272 +vn 0.247077 0.856982 0.452256 +vn -0.000299 0.987036 0.160497 +vn -0.086381 0.886860 0.453892 +vn -0.003639 0.709261 0.704937 +vn -0.002411 0.457384 0.889266 +vn 0.398874 0.902263 0.163770 +vn 0.291396 0.646636 0.704947 +vn 0.187872 0.417043 0.889258 +vn 0.065958 0.146500 0.987009 +vn 0.478568 0.752614 0.452266 +vn 0.380461 0.598564 0.704961 +vn 0.245331 0.386069 0.889249 +vn 0.580828 0.676810 0.452290 +vn 0.461853 0.538325 0.704910 +vn 0.297796 0.347204 0.889251 +vn 0.744960 0.647980 0.158608 +vn 0.609953 0.533708 0.585759 +vn 0.444392 0.388993 0.806970 +vn -0.449616 -0.837999 0.309196 +vn -0.483422 -0.777360 0.402511 +vn 0.701480 -0.692855 0.166965 +vn -0.107818 -0.944551 0.310160 +vn 0.014460 -0.950581 0.310139 +vn 0.256285 -0.915488 0.310160 +vn 0.481157 -0.819925 0.310179 +vn 0.730284 -0.645963 0.222298 +vn -0.322982 -0.829541 0.455570 +vn -0.213715 -0.864172 0.455558 +vn 0.127888 -0.880990 0.455523 +vn 0.348216 -0.819281 0.455548 +vn 0.545539 -0.703451 0.455570 +vn 0.566340 -0.577073 0.588426 +vn -0.392235 -0.650832 0.650054 +vn -0.324039 -0.628832 0.706802 +vn 0.565620 -0.511125 0.647167 +vn -0.169196 -0.684566 0.709043 +vn -0.066217 -0.581464 0.810873 +vn -0.079819 -0.700633 0.709043 +vn 0.009056 -0.585187 0.810848 +vn 0.010882 -0.705112 0.709012 +vn 0.157905 -0.563525 0.810867 +vn 0.296335 -0.504659 0.810867 +vn 0.358731 -0.462411 0.810856 +vn -0.201438 -0.405829 0.891474 +vn -0.163509 -0.420236 0.892562 +vn 0.313776 -0.326888 0.891453 +vn -0.034554 -0.303564 0.952184 +vn 0.006995 -0.450847 0.892574 +vn 0.121681 -0.434176 0.892572 +vn -0.790637 0.294853 0.536614 +vn -0.752690 0.280312 0.595720 +vn -0.737641 0.332048 0.587903 +vn -0.144434 0.059168 0.987744 +vn -0.087479 0.025813 0.995832 +vn 0.254410 0.874785 0.412342 +vn 0.157275 0.688276 0.708195 +vn 0.192551 0.613605 0.765776 +vn 0.099116 0.291131 0.951535 +vn 0.053927 0.144846 0.987984 +vn 0.014461 0.160009 0.987010 +vn 0.041212 0.455533 0.889265 +vn 0.063999 0.706367 0.704947 +vn 0.080630 0.888215 0.452297 +vn -0.024061 0.456772 0.889258 +vn -0.037198 0.708275 0.704955 +vn -0.046625 0.890663 0.452266 +vn -0.126811 0.098640 0.987010 +vn -0.361020 0.280854 0.889261 +vn -0.317377 0.329399 0.889251 +vn -0.559737 0.435590 0.704951 +vn -0.492008 0.510838 0.704963 +vn -0.703771 0.547869 0.452268 +vn -0.618625 0.642469 0.452257 +vn -0.854936 0.493272 0.160522 +vn -0.703953 0.401702 0.585735 +vn -0.513011 0.292644 0.806956 +vn -0.581948 0.796559 0.163800 +vn -0.473398 0.657871 0.585747 +vn -0.345052 0.479353 0.806945 +vn -0.182857 0.253957 0.949773 +vn -0.439975 0.843627 0.307759 +vn -0.374939 0.718561 0.585740 +vn -0.273269 0.523559 0.806976 +vn -0.315385 0.897668 0.307772 +vn -0.268802 0.764628 0.585738 +vn -0.195970 0.557154 0.806955 +vn -0.103887 0.295201 0.949770 +vn -0.188679 0.969144 0.158618 +vn -0.157232 0.795112 0.585727 +vn -0.114662 0.579348 0.806975 +vn 0.388173 -0.707857 0.590135 +vn 0.433182 -0.683455 0.587574 +vn 0.950777 0.261070 0.166929 +vn 0.764098 -0.565665 0.310124 +vn 0.830454 -0.462767 0.310148 +vn 0.920978 -0.235808 0.310151 +vn 0.950662 0.006724 0.310156 +vn 0.924564 0.309392 0.222391 +vn 0.556905 -0.694484 0.455575 +vn 0.641538 -0.617143 0.455592 +vn 0.826886 -0.329731 0.455561 +vn 0.883604 -0.108075 0.455592 +vn 0.881974 0.120715 0.455577 +vn 0.782933 0.201964 0.588410 +vn 0.508237 -0.488841 0.709035 +vn 0.470470 -0.348085 0.810861 +vn 0.566858 -0.419437 0.709045 +vn 0.511324 -0.284747 0.810843 +vn 0.616061 -0.343121 0.709040 +vn 0.543649 -0.216673 0.810863 +vn 0.567006 -0.145013 0.810849 +vn 0.585224 0.004299 0.810860 +vn 0.579815 0.079466 0.810863 +vn 0.569421 0.142556 0.809591 +vn 0.684648 0.174182 0.707756 +vn 0.321458 -0.493165 0.808365 +vn 0.251932 -0.377849 0.890932 +vn 0.282158 -0.351710 0.892573 +vn 0.366216 -0.456498 0.810861 +vn 0.325026 -0.312528 0.892572 +vn 0.421818 -0.405660 0.810870 +vn 0.421818 -0.405660 0.810870 +vn 0.325026 -0.312528 0.892572 +vn 0.362490 -0.268172 0.892572 +vn 0.418888 -0.166929 0.892562 +vn 0.436867 -0.111710 0.892563 +vn 0.266917 -0.148629 0.952190 +vn -0.363875 -0.271350 0.891047 +vn -0.378169 -0.323376 0.867419 +vn -0.337304 -0.285986 0.896905 +vn -0.724704 -0.519097 0.453148 +vn -0.597502 0.625109 0.502225 +vn -0.660268 0.596924 0.455772 +vn -0.564214 0.594393 0.573026 +vn -0.595289 0.547602 0.588016 +vn -0.198462 0.230511 0.952616 +vn -0.102093 0.122268 0.987232 +vn -0.439541 0.480839 0.758681 +vn -0.131315 0.092532 0.987013 +vn -0.373915 0.263462 0.889255 +vn -0.579720 0.408615 0.704953 +vn -0.728900 0.513954 0.452278 +vn -0.407606 0.207555 0.889257 +vn -0.631993 0.321919 0.704949 +vn -0.794656 0.404957 0.452251 +vn -0.148788 -0.060508 0.987016 +vn -0.155957 -0.038704 0.987005 +vn -0.423754 -0.172220 0.889254 +vn -0.657112 -0.266952 0.704941 +vn -0.688420 -0.170702 0.704939 +vn -0.826355 -0.335562 0.452257 +vn -0.865709 -0.214504 0.452257 +vn -0.854648 -0.493772 0.160521 +vn -0.699849 -0.408788 0.585751 +vn -0.980817 -0.105707 0.163783 +vn -0.705699 -0.070971 0.704948 +vn -0.455123 -0.045827 0.889249 +vn -0.891068 0.038149 0.452263 +vn -0.708630 0.030218 0.704933 +vn -0.456980 0.019422 0.889265 +vn -0.935106 0.175678 0.307756 +vn -0.796577 0.149513 0.585756 +vn -0.580467 0.108854 0.806975 +vn -0.307569 0.057641 0.949778 +vn -0.933641 0.321181 0.158609 +vn -0.767187 0.261381 0.585751 +vn -0.559104 0.190387 0.806942 +vn 0.988559 -0.034031 0.146943 +vn 0.195085 0.960357 0.199138 +vn 0.950534 0.029641 0.309202 +vn 0.871908 0.378902 0.310178 +vn 0.815992 0.487829 0.310130 +vn 0.664704 0.679681 0.310166 +vn 0.469510 0.826660 0.310151 +vn 0.249514 0.917707 0.309123 +vn 0.879894 0.135051 0.455574 +vn 0.855257 0.247005 0.455548 +vn 0.698990 0.551240 0.455575 +vn 0.535396 0.711193 0.455582 +vn 0.336433 0.824157 0.455607 +vn 0.849290 -0.021988 0.527469 +vn 0.808346 0.033052 0.587779 +vn 0.174168 0.834095 0.523404 +vn 0.192867 0.680158 0.707239 +vn 0.677448 0.195757 0.709044 +vn 0.536688 0.233399 0.810858 +vn 0.646672 0.281195 0.709045 +vn 0.502267 0.300431 0.810845 +vn 0.605201 0.361952 0.709029 +vn 0.409106 0.418513 0.810851 +vn 0.288893 0.508968 0.810859 +vn 0.221103 0.541884 0.810848 +vn 0.445703 0.068504 0.892556 +vn 0.126423 0.434626 0.891694 +vn 0.162533 0.562796 0.810459 +vn 0.310132 0.021401 0.950453 +vn 0.280174 0.121858 0.952183 +vn 0.386964 0.231490 0.892564 +vn 0.315174 0.322473 0.892567 +vn 0.222558 0.392167 0.892565 +vn 0.086844 0.295211 0.951477 +vn 0.037349 -0.307071 0.950953 +vn 0.065980 -0.343615 0.936790 +vn -0.884789 -0.217046 0.412359 +vn -0.674706 -0.207926 0.708194 +vn -0.638649 -0.142819 0.756128 +vn -0.301697 -0.059743 0.951530 +vn -0.152418 -0.025734 0.987981 +vn -0.299792 -0.089657 0.949782 +vn -0.283970 -0.131423 0.949784 +vn -0.536023 -0.247978 0.806961 +vn -0.735626 -0.340195 0.585766 +vn -0.134731 -0.087551 0.987007 +vn -0.383579 -0.249211 0.889248 +vn -0.594778 -0.386364 0.704955 +vn -0.748041 -0.485715 0.452234 +vn -0.062725 -0.453092 0.889254 +vn -0.126596 -0.439539 0.889257 +vn -0.081031 -0.585025 0.806957 +vn -0.163488 -0.567531 0.806957 +vn -0.111323 -0.802818 0.585739 +vn -0.224463 -0.778788 0.585752 +vn 0.000299 -0.987040 0.160474 +vn 0.004094 -0.810496 0.585730 +vn 0.082307 -0.806113 0.586010 +vn 0.003073 -0.590581 0.806972 +vn -0.398866 -0.902267 0.163770 +vn -0.333043 -0.738914 0.585738 +vn -0.242591 -0.538466 0.806972 +vn -0.510614 -0.802844 0.307759 +vn -0.434837 -0.683963 0.585757 +vn -0.316777 -0.498464 0.806961 +vn -0.167807 -0.264114 0.949781 +vn -0.619698 -0.721986 0.307751 +vn -0.527789 -0.615098 0.585742 +vn -0.384507 -0.448284 0.806967 +vn -0.744960 -0.647976 0.158625 +vn -0.609962 -0.533703 0.585754 +vn -0.444393 -0.388993 0.806969 +vn 0.502561 0.810076 0.302009 +vn 0.450244 0.837393 0.309925 +vn -0.736344 0.651816 0.181476 +vn 0.107817 0.944551 0.310159 +vn -0.014465 0.950587 0.310122 +vn -0.256278 0.915490 0.310162 +vn -0.481162 0.819930 0.310157 +vn -0.670249 0.674490 0.309564 +vn 0.322986 0.829549 0.455553 +vn 0.213713 0.864149 0.455603 +vn -0.127883 0.880966 0.455571 +vn -0.348204 0.819259 0.455598 +vn -0.545534 0.703452 0.455574 +vn -0.637515 0.570748 0.517515 +vn 0.387989 0.635122 0.667895 +vn 0.324262 0.628033 0.707410 +vn 0.169193 0.684576 0.709034 +vn 0.066214 0.581486 0.810857 +vn 0.079820 0.700634 0.709042 +vn -0.009056 0.585185 0.810849 +vn -0.010880 0.705113 0.709011 +vn -0.084182 0.579153 0.810861 +vn -0.157908 0.563539 0.810857 +vn -0.229024 0.538573 0.810856 +vn -0.296348 0.504664 0.810859 +vn -0.357052 0.608116 0.709019 +vn -0.358744 0.462423 0.810844 +vn -0.407765 0.422237 0.809595 +vn 0.163504 0.420226 0.892568 +vn 0.108156 0.437746 0.892570 +vn 0.140396 0.568156 0.810856 +vn 0.140396 0.568156 0.810856 +vn 0.108156 0.437746 0.892570 +vn 0.051009 0.448022 0.892566 +vn -0.064881 0.446233 0.892562 +vn -0.276390 0.356257 0.892575 +vn -0.004747 0.305478 0.952187 +vn 0.417015 -0.179540 0.890990 +vn 0.538061 -0.236151 0.809150 +vn 0.542583 -0.196840 0.816613 +vn 0.737592 -0.333082 0.587379 +vn -0.242598 -0.829991 0.502256 +vn -0.186818 -0.870284 0.455746 +vn -0.232663 -0.785865 0.572961 +vn -0.176600 -0.789318 0.588039 +vn -0.054877 -0.149535 0.987232 +vn -0.144324 -0.431472 0.890507 +vn -0.014462 -0.160016 0.987009 +vn -0.041214 -0.455561 0.889250 +vn -0.063998 -0.706362 0.704952 +vn -0.080625 -0.888222 0.452285 +vn 0.024063 -0.456768 0.889260 +vn 0.037203 -0.708254 0.704977 +vn 0.046625 -0.890665 0.452263 +vn 0.126818 -0.098647 0.987009 +vn 0.111505 -0.115694 0.987006 +vn 0.317372 -0.329394 0.889255 +vn 0.559741 -0.435597 0.704944 +vn 0.492040 -0.510819 0.704955 +vn 0.703779 -0.547867 0.452257 +vn 0.618619 -0.642459 0.452280 +vn 0.854944 -0.493247 0.160556 +vn 0.513006 -0.292636 0.806963 +vn 0.581946 -0.796559 0.163806 +vn 0.473401 -0.657883 0.585732 +vn 0.345049 -0.479353 0.806946 +vn 0.439969 -0.843630 0.307760 +vn 0.374936 -0.718590 0.585706 +vn 0.273258 -0.523544 0.806990 +vn 0.144824 -0.277386 0.949781 +vn 0.315386 -0.897668 0.307773 +vn 0.268799 -0.764610 0.585764 +vn 0.195971 -0.557149 0.806958 +vn 0.188679 -0.969141 0.158638 +vn 0.157230 -0.795121 0.585715 +vn 0.114664 -0.579364 0.806963 +vn -0.432809 0.683538 0.587751 +vn -0.376225 0.682423 0.626701 +vn -0.367575 0.665076 0.650049 +vn -0.919058 -0.243361 0.310014 +vn -0.906655 -0.300324 0.296280 +vn -0.764699 -0.250345 0.593770 +vn -0.764100 0.565649 0.310148 +vn -0.830440 0.462757 0.310202 +vn -0.920975 0.235802 0.310166 +vn -0.950663 -0.006723 0.310152 +vn -0.556908 0.694464 0.455602 +vn -0.641521 0.617169 0.455580 +vn -0.826885 0.329729 0.455565 +vn -0.883607 0.108077 0.455585 +vn -0.881974 -0.120712 0.455577 +vn -0.508256 0.488822 0.709034 +vn -0.470490 0.348085 0.810849 +vn -0.566859 0.419443 0.709041 +vn -0.511324 0.284745 0.810844 +vn -0.616071 0.343129 0.709027 +vn -0.543641 0.216677 0.810867 +vn -0.567020 0.145012 0.810839 +vn -0.585236 -0.004300 0.810852 +vn -0.579849 -0.079463 0.810839 +vn -0.569483 -0.142346 0.809584 +vn -0.282159 0.351712 0.892572 +vn -0.325004 0.312530 0.892579 +vn -0.421801 0.405654 0.810881 +vn -0.421801 0.405654 0.810881 +vn -0.325004 0.312530 0.892579 +vn -0.362505 0.268170 0.892566 +vn -0.418875 0.166923 0.892570 +vn -0.436855 0.111705 0.892569 +vn -0.173592 0.257906 0.950447 +vn -0.266912 0.148628 0.952191 +vn 0.123373 0.095873 0.987718 +vn 0.206015 0.180463 0.961765 +vn 0.364770 0.271156 0.890740 +vn 0.572898 0.416172 0.706108 +vn 0.775021 0.551124 0.309200 +vn 0.650507 -0.676351 0.345529 +vn 0.293719 -0.385024 0.874920 +vn 0.301773 -0.337471 0.891654 +vn 0.268687 -0.369797 0.889414 +vn 0.429567 -0.404878 0.807184 +vn 0.373921 -0.263467 0.889252 +vn 0.579721 -0.408611 0.704955 +vn 0.728928 -0.513931 0.452260 +vn 0.278883 -0.141977 0.949772 +vn 0.407594 -0.207551 0.889264 +vn 0.632011 -0.321927 0.704929 +vn 0.794635 -0.404961 0.452286 +vn 0.148786 0.060506 0.987017 +vn 0.423756 0.172216 0.889254 +vn 0.443937 0.110149 0.889262 +vn 0.657110 0.266959 0.704939 +vn 0.688420 0.170696 0.704940 +vn 0.826359 0.335554 0.452255 +vn 0.865717 0.214503 0.452242 +vn 0.854642 0.493774 0.160546 +vn 0.699854 0.408777 0.585752 +vn 0.980821 0.105706 0.163755 +vn 0.806423 0.081024 0.585762 +vn 0.587645 0.059133 0.806956 +vn 0.891074 -0.038150 0.452252 +vn 0.708625 -0.030214 0.704938 +vn 0.456976 -0.019421 0.889267 +vn 0.876576 -0.164608 0.452238 +vn 0.697083 -0.130779 0.704963 +vn 0.449542 -0.084276 0.889275 +vn 0.933639 -0.321174 0.158638 +vn 0.767170 -0.261378 0.585775 +vn 0.559103 -0.190394 0.806941 +vn 0.661677 0.107847 0.741992 +vn 0.593205 0.312333 0.741995 +vn 0.504811 0.441823 0.741592 +vn 0.463445 0.484530 0.741923 +vn -0.138576 0.658584 0.739637 +vn -0.593255 0.312294 0.741971 +vn -0.619084 0.258765 0.741469 +vn -0.661693 0.107791 0.741987 +vn -0.669411 0.048926 0.741280 +vn -0.285782 -0.610423 0.738724 +vn 0.506064 -0.442199 0.740513 +vn 0.120596 -0.090612 0.988558 +vn 0.112907 -0.100017 0.988559 +vn 0.347737 -0.261235 0.900464 +vn 0.085697 -0.124136 0.988558 +vn 0.148100 -0.256471 0.955138 +vn 0.247088 -0.357899 0.900475 +vn 0.282012 -0.488349 0.825824 +vn 0.082427 -0.284490 0.955129 +vn 0.059276 -0.290198 0.955129 +vn 0.112844 -0.552516 0.825829 +vn -0.006059 -0.150728 0.988557 +vn -0.018167 -0.149755 0.988556 +vn -0.017471 -0.434574 0.900467 +vn -0.067927 -0.559818 0.825826 +vn -0.053482 -0.141057 0.988556 +vn -0.064651 -0.136292 0.988557 +vn -0.154202 -0.406683 0.900461 +vn -0.120619 0.090609 0.988555 +vn -0.112951 0.100020 0.988554 +vn -0.221744 0.196386 0.955124 +vn -0.347718 0.261236 0.900471 +vn -0.422156 0.373911 0.825818 +vn -0.085722 0.124138 0.988555 +vn -0.075430 0.130634 0.988557 +vn -0.247094 0.357908 0.900470 +vn -0.282008 0.488339 0.825831 +vn -0.041976 0.144895 0.988556 +vn -0.059276 0.290202 0.955128 +vn -0.121043 0.417722 0.900476 +vn 0.018167 0.149755 0.988556 +vn 0.011895 0.295949 0.955130 +vn 0.067924 0.559813 0.825830 +vn 0.053489 0.141060 0.988555 +vn 0.064652 0.136293 0.988557 +vn 0.154184 0.406653 0.900478 +vn 0.241697 0.509501 0.825828 +vn 0.150346 -0.012123 0.988559 +vn 0.296164 0.000030 0.955137 +vn 0.433512 -0.034951 0.900470 +vn 0.563935 0.000050 0.825819 +vn 0.148881 -0.024181 0.988559 +vn 0.429268 -0.069728 0.900481 +vn 0.649981 -0.165578 0.741693 +vn 0.422265 -0.104035 0.900483 +vn 0.143100 -0.047753 0.988556 +vn 0.412580 -0.137685 0.900456 +vn 0.518787 -0.220983 0.825849 +vn 0.272489 -0.116074 0.955132 +vn 0.133575 -0.070088 0.988557 +vn 0.385120 -0.202062 0.900474 +vn 0.563701 -0.362879 0.741997 +vn 0.367620 -0.232410 0.900467 +vn 0.104497 -0.108786 0.988558 +vn 0.301283 -0.313637 0.900478 +vn 0.419554 -0.522589 0.742209 +vn 0.275109 -0.336852 0.900470 +vn 0.126992 -0.267593 0.955127 +vn 0.241787 -0.509444 0.825837 +vn 0.232343 -0.628427 0.742358 +vn 0.154249 -0.406620 0.900482 +vn 0.018197 -0.149754 0.988556 +vn 0.052466 -0.431740 0.900471 +vn 0.021421 -0.669771 0.742259 +vn 0.017554 -0.434561 0.900471 +vn -0.112750 -0.552560 0.825812 +vn -0.086953 -0.426140 0.900469 +vn -0.191687 -0.642523 0.741903 +vn -0.120956 -0.417729 0.900484 +vn -0.281919 -0.488402 0.825824 +vn -0.385397 -0.549778 0.741089 +vn -0.247021 -0.357945 0.900476 +vn -0.085690 -0.124155 0.988556 +vn -0.095357 -0.116860 0.988560 +vn -0.275016 -0.336913 0.900475 +vn -0.205171 -0.213627 0.955128 +vn -0.390605 -0.406746 0.825824 +vn -0.422099 -0.373981 0.825815 +vn -0.221677 -0.196442 0.955128 +vn -0.540497 -0.401275 0.739487 +vn -0.236783 -0.177952 0.955127 +vn -0.250290 -0.158325 0.955138 +vn -0.476607 -0.301451 0.825817 +vn -0.262261 -0.137669 0.955126 +vn -0.499313 -0.262126 0.825819 +vn -0.518784 -0.221086 0.825823 +vn -0.272481 -0.116128 0.955127 +vn -0.642132 -0.212015 0.736693 +vn -0.412520 -0.137763 0.900471 +vn -0.146458 -0.036118 0.988557 +vn -0.422251 -0.104123 0.900479 +vn -0.148889 -0.024215 0.988557 +vn -0.429267 -0.069807 0.900476 +vn -0.669334 -0.049008 0.741343 +vn -0.433514 -0.035037 0.900466 +vn -0.150850 -0.000016 0.988557 +vn -0.434910 -0.000044 0.900474 +vn -0.295217 0.023801 0.955134 +vn -0.148889 0.024183 0.988558 +vn -0.649976 0.165578 0.741698 +vn -0.422275 0.104039 0.900477 +vn -0.287625 0.070853 0.955119 +vn -0.143083 0.047755 0.988558 +vn -0.412572 0.137684 0.900460 +vn -0.400112 0.170435 0.900479 +vn -0.133602 0.070090 0.988554 +vn -0.563672 0.362858 0.742030 +vn -0.367621 0.232411 0.900467 +vn -0.104496 0.108785 0.988558 +vn -0.301297 0.313628 0.900476 +vn -0.419536 0.522569 0.742234 +vn -0.275101 0.336840 0.900477 +vn -0.095398 0.116843 0.988558 +vn -0.064688 0.136279 0.988556 +vn -0.186509 0.392908 0.900465 +vn -0.232348 0.628456 0.742333 +vn -0.154235 0.406617 0.900486 +vn -0.018197 0.149753 0.988556 +vn -0.052463 0.431731 0.900476 +vn -0.021419 0.669773 0.742257 +vn -0.011958 0.295946 0.955130 +vn 0.112745 0.552535 0.825829 +vn 0.059211 0.290215 0.955128 +vn 0.191691 0.642513 0.741911 +vn 0.120961 0.417749 0.900475 +vn 0.281928 0.488394 0.825825 +vn 0.148084 0.256523 0.955127 +vn 0.385384 0.549783 0.741092 +vn 0.247021 0.357945 0.900476 +vn 0.095373 0.116866 0.988558 +vn 0.275012 0.336907 0.900479 +vn 0.104517 0.108804 0.988553 +vn 0.540514 0.401278 0.739473 +vn 0.347687 0.261308 0.900462 +vn 0.236775 0.177962 0.955127 +vn 0.127499 0.080639 0.988555 +vn 0.367584 0.232479 0.900464 +vn 0.133578 0.070120 0.988555 +vn 0.518776 0.221084 0.825829 +vn 0.272509 0.116130 0.955119 +vn 0.642126 0.212015 0.736698 +vn 0.412524 0.137760 0.900470 +vn 0.146463 0.036118 0.988557 +vn 0.422237 0.104124 0.900486 +vn 0.292369 0.047544 0.955123 +vn 0.669334 0.049005 0.741344 +vn 0.433533 0.035040 0.900456 +vn -0.972428 0.159170 0.170436 +vn -0.900700 0.401185 0.166705 +vn -0.715894 0.677711 0.167940 +vn -0.648140 0.743389 0.165186 +vn -0.522656 0.835502 0.169608 +vn -0.441027 0.882522 0.163248 +vn -0.295736 0.939914 0.170591 +vn 0.372508 0.912981 0.166446 +vn 0.820517 0.545604 0.170494 +vn 0.706394 0.687089 0.170047 +vn 0.856517 0.487103 0.170615 +vn 0.982786 0.077786 0.167576 +vn 0.952399 0.254348 0.168055 +vn 0.987631 0.000021 0.156797 +vn 0.982793 -0.077743 0.167550 +vn 0.971178 -0.171392 0.165647 +vn 0.931511 -0.321908 0.169300 +vn 0.897398 -0.409736 0.163686 +vn 0.820550 -0.545568 0.170453 +vn 0.656498 -0.734882 0.170175 +vn 0.283852 -0.944082 0.167741 +vn 0.131428 -0.976943 0.168254 +vn 0.037491 -0.985606 0.164846 +vn -0.118093 -0.978373 0.169824 +vn -0.211087 -0.963802 0.162872 +vn -0.296159 -0.939593 0.171627 +vn -0.522615 -0.835529 0.169604 +vn -0.360361 -0.917073 0.170636 +vn -0.715872 -0.677734 0.167941 +vn -0.580684 -0.796380 0.169070 +vn -0.863334 -0.476542 0.166017 +vn -0.927095 -0.334605 0.168921 +vn -0.955605 -0.244744 0.164070 +vn -0.981187 -0.090917 0.170311 +vn -0.937152 -0.160732 0.309697 +vn -0.866413 -0.391693 0.309685 +vn -0.787769 -0.532481 0.309653 +vn -0.739752 -0.597362 0.309720 +vn -0.686443 -0.657929 0.309717 +vn -0.628154 -0.713789 0.309721 +vn -0.498496 -0.809676 0.309720 +vn -0.428021 -0.849041 0.309721 +vn -0.040312 -0.949973 0.309719 +vn 0.200352 -0.929488 0.309697 +vn 0.278473 -0.909139 0.309708 +vn 0.354556 -0.882257 0.309698 +vn 0.428103 -0.848997 0.309730 +vn 0.498559 -0.809641 0.309709 +vn 0.565422 -0.764450 0.309700 +vn 0.686482 -0.657887 0.309721 +vn 0.739816 -0.597295 0.309695 +vn 0.830113 -0.463685 0.309692 +vn 0.920174 -0.239541 0.309678 +vn 0.947409 0.080672 0.309691 +vn 0.937144 0.160728 0.309722 +vn 0.896505 0.316802 0.309702 +vn 0.866407 0.391693 0.309702 +vn 0.739732 0.597379 0.309732 +vn 0.628150 0.713783 0.309744 +vn 0.565361 0.764480 0.309739 +vn 0.428016 0.849028 0.309763 +vn 0.278386 0.909170 0.309696 +vn 0.200284 0.929501 0.309700 +vn 0.120734 0.943124 0.309743 +vn 0.040311 0.949979 0.309700 +vn -0.040394 0.949970 0.309719 +vn -0.120811 0.943129 0.309698 +vn -0.200351 0.929481 0.309718 +vn -0.354554 0.882250 0.309719 +vn -0.565409 0.764433 0.309765 +vn -0.739817 0.597294 0.309696 +vn -0.787802 0.532413 0.309685 +vn -0.830110 0.463698 0.309681 +vn -0.896520 0.316732 0.309729 +vn -0.920164 0.239542 0.309707 +vn -0.947401 0.080594 0.309736 +vn -0.950834 -0.000041 0.309702 +vn -0.887302 -0.075575 0.454954 +vn -0.861744 -0.224448 0.454995 +vn -0.839628 -0.296719 0.454953 +vn -0.777391 -0.434346 0.454979 +vn -0.529496 -0.716011 0.454931 +vn -0.400858 -0.795197 0.454944 +vn 0.037849 -0.889711 0.454952 +vn 0.113165 -0.883290 0.454964 +vn 0.588392 -0.668438 0.454956 +vn 0.737808 -0.498615 0.454997 +vn 0.811482 -0.366749 0.454965 +vn 0.839659 -0.296619 0.454962 +vn 0.877718 -0.150447 0.454948 +vn 0.861757 0.224450 0.454970 +vn 0.777398 0.434343 0.454971 +vn 0.466857 0.758332 0.454946 +vn -0.113166 0.883311 0.454924 +vn -0.187671 0.870531 0.454924 +vn -0.260821 0.851469 0.454943 +vn -0.400976 0.795150 0.454922 +vn -0.466944 0.758269 0.454964 +vn -0.588391 0.668440 0.454955 +vn -0.642962 0.616164 0.454908 +vn -0.811498 0.366754 0.454931 +vn -0.861795 0.224329 0.454957 +vn -0.796564 -0.136648 0.588908 +vn -0.736404 -0.332949 0.588943 +vn -0.628791 -0.507767 0.588893 +vn -0.583440 -0.559267 0.588913 +vn -0.533924 -0.606738 0.588892 +vn -0.423675 -0.688232 0.588929 +vn -0.301295 -0.749934 0.588915 +vn -0.236600 -0.772795 0.588904 +vn -0.170203 -0.790079 0.588903 +vn -0.102595 -0.801649 0.588926 +vn -0.034237 -0.807474 0.588908 +vn 0.170337 -0.790033 0.588925 +vn 0.236711 -0.772757 0.588910 +vn 0.301406 -0.749882 0.588924 +vn 0.705592 -0.394102 0.588917 +vn 0.762050 -0.269177 0.588917 +vn 0.782152 -0.203578 0.588892 +vn 0.805277 -0.068477 0.588931 +vn 0.808208 0.000065 0.588897 +vn 0.669578 0.452626 0.588892 +vn 0.628766 0.507769 0.588917 +vn 0.583425 0.559246 0.588948 +vn 0.533933 0.606735 0.588888 +vn 0.480556 0.649853 0.588861 +vn 0.423661 0.688213 0.588961 +vn 0.363783 0.721694 0.588914 +vn 0.301305 0.749960 0.588876 +vn 0.236595 0.772780 0.588926 +vn 0.170199 0.790062 0.588927 +vn 0.102600 0.801682 0.588879 +vn 0.034237 0.807463 0.588924 +vn -0.034364 0.807468 0.588909 +vn -0.170347 0.790077 0.588863 +vn -0.236706 0.772747 0.588925 +vn -0.301411 0.749890 0.588911 +vn -0.423792 0.688162 0.588926 +vn -0.480649 0.649754 0.588894 +vn -0.628839 0.507669 0.588927 +vn -0.669621 0.452502 0.588939 +vn -0.705618 0.394106 0.588884 +vn -0.762060 0.269189 0.588899 +vn -0.796567 0.136520 0.588935 +vn -0.805301 0.068474 0.588899 +vn -0.808208 -0.000062 0.588897 +vn -0.703362 -0.059934 0.708301 +vn -0.683144 -0.177951 0.708271 +vn -0.616266 -0.344336 0.708272 +vn -0.584841 -0.395361 0.708273 +vn -0.509604 -0.488499 0.708289 +vn -0.466333 -0.529971 0.708283 +vn -0.419731 -0.567613 0.708267 +vn -0.317747 -0.630376 0.708281 +vn 0.030028 -0.705291 0.708282 +vn 0.089733 -0.700198 0.708287 +vn 0.317885 -0.630328 0.708262 +vn 0.370180 -0.601084 0.708283 +vn 0.423794 -0.688166 0.588919 +vn 0.419832 -0.567515 0.708286 +vn 0.466443 -0.529883 0.708276 +vn 0.509715 -0.488417 0.708265 +vn 0.549290 -0.443423 0.708278 +vn 0.584912 -0.395250 0.708276 +vn 0.665634 -0.235113 0.708275 +vn 0.683180 -0.177816 0.708270 +vn 0.695763 -0.119237 0.708305 +vn 0.703374 0.059933 0.708289 +vn 0.695748 0.119369 0.708298 +vn 0.683136 0.177944 0.708280 +vn 0.665582 0.235246 0.708280 +vn 0.643271 0.290832 0.708251 +vn 0.616245 0.344340 0.708288 +vn -0.089726 0.700167 0.708318 +vn -0.263282 0.654995 0.708283 +vn -0.317878 0.630313 0.708280 +vn -0.419837 0.567533 0.708268 +vn -0.466431 0.529882 0.708285 +vn -0.509707 0.488411 0.708275 +vn -0.616345 0.344224 0.708257 +vn -0.643267 0.290703 0.708308 +vn -0.683195 0.177819 0.708254 +vn -0.577801 -0.099139 0.810134 +vn -0.552715 -0.195357 0.810149 +vn -0.534190 -0.241524 0.810128 +vn -0.456081 -0.368331 0.810137 +vn -0.218525 -0.543984 0.810141 +vn -0.171604 -0.560542 0.810151 +vn -0.123449 -0.573089 0.810142 +vn -0.074403 -0.581505 0.810134 +vn -0.024816 -0.585714 0.810138 +vn 0.123577 -0.573054 0.810147 +vn 0.171717 -0.560509 0.810150 +vn 0.218651 -0.543933 0.810141 +vn 0.511797 -0.285834 0.810163 +vn 0.534223 -0.241414 0.810139 +vn 0.586198 0.000066 0.810168 +vn 0.485664 0.328333 0.810141 +vn 0.456077 0.368327 0.810141 +vn 0.423205 0.405689 0.810132 +vn 0.387235 0.440098 0.810162 +vn 0.263855 0.523472 0.810159 +vn 0.218524 0.543984 0.810142 +vn 0.171605 0.560544 0.810150 +vn 0.123436 0.573077 0.810152 +vn 0.074395 0.581493 0.810143 +vn 0.024819 0.585719 0.810134 +vn -0.024943 0.585691 0.810151 +vn -0.123574 0.573079 0.810130 +vn -0.171724 0.560497 0.810157 +vn -0.307406 0.499154 0.810152 +vn -0.387362 0.440022 0.810142 +vn -0.423271 0.405593 0.810146 +vn -0.456152 0.368234 0.810141 +vn -0.485743 0.328236 0.810133 +vn -0.534212 0.241421 0.810144 +vn -0.552754 0.195232 0.810152 +vn -0.577793 0.099017 0.810155 +vn -0.584155 0.049657 0.810122 +vn -0.586187 -0.000064 0.810176 +vn -0.450475 -0.038396 0.891963 +vn -0.437497 -0.113968 0.891968 +vn -0.394626 -0.220535 0.891984 +vn -0.374563 -0.253214 0.891956 +vn -0.326355 -0.312863 0.891969 +vn -0.298633 -0.339422 0.891970 +vn -0.268796 -0.363514 0.891968 +vn -0.237006 -0.385018 0.891958 +vn -0.203467 -0.403707 0.891976 +vn 0.019242 -0.451690 0.891967 +vn 0.057483 -0.448450 0.891958 +vn 0.203573 -0.403664 0.891972 +vn 0.237094 -0.384956 0.891961 +vn 0.268875 -0.363451 0.891969 +vn 0.298735 -0.339347 0.891965 +vn 0.326405 -0.312793 0.891975 +vn 0.351782 -0.283984 0.891965 +vn 0.374598 -0.253119 0.891968 +vn 0.426293 -0.150559 0.891968 +vn 0.437546 -0.113870 0.891957 +vn 0.445579 -0.076353 0.891981 +vn 0.450507 -0.038287 0.891952 +vn 0.450468 0.038396 0.891967 +vn 0.445600 0.076459 0.891961 +vn 0.437493 0.113970 0.891970 +vn 0.426291 0.150660 0.891952 +vn 0.411961 0.186275 0.891958 +vn 0.394648 0.220532 0.891975 +vn 0.268804 0.363526 0.891960 +vn 0.237002 0.385012 0.891962 +vn 0.019137 0.451723 0.891953 +vn -0.019239 0.451690 0.891967 +vn -0.057481 0.448433 0.891966 +vn -0.168626 0.419488 0.891961 +vn -0.203567 0.403651 0.891979 +vn -0.237091 0.384965 0.891958 +vn -0.268896 0.363461 0.891959 +vn -0.326402 0.312793 0.891977 +vn -0.351801 0.283978 0.891960 +vn -0.394730 0.220433 0.891963 +vn -0.426280 0.150553 0.891975 +vn -0.437545 0.113868 0.891958 +vn -0.302438 -0.051899 0.951755 +vn 0.064684 -0.299965 0.951755 +vn 0.089895 -0.293401 0.951753 +vn 0.114441 -0.284722 0.951754 +vn 0.254230 0.171873 0.951749 +vn 0.221504 0.212369 0.951754 +vn 0.202681 0.230382 0.951759 +vn -0.238769 0.192754 0.951754 +vn -0.254244 0.171802 0.951759 +vn -0.296980 0.077288 0.951751 +vn -0.302460 0.051821 0.951752 +vn 0.125008 -0.935366 0.330854 +vn 0.111725 -0.874280 0.472390 +vn 0.060600 -0.865889 0.496553 +vn 0.827207 0.248686 0.503868 +vn 0.807156 0.331084 0.488757 +vn 0.435991 0.766831 0.471043 +vn 0.371259 0.799384 0.472390 +vn 0.182918 0.858787 0.478566 +vn -0.009796 0.865110 0.501486 +vn -0.090426 0.873405 0.478525 +vn -0.198062 0.850959 0.486456 +vn -0.811883 0.295842 0.503312 +vn -0.866888 -0.160986 0.471794 +vn -0.658689 -0.577883 0.481850 +vn -0.614485 -0.631575 0.472780 +vn -0.511798 -0.692916 0.507868 +vn -0.448875 -0.751414 0.483619 +vn -0.351559 -0.803628 0.480197 +vn -0.076253 0.988338 0.131811 +vn -0.756246 -0.641440 0.129024 +vn 0.729616 -0.624772 0.278067 +vn 0.702051 -0.607245 0.371992 +vn 0.963365 -0.236638 0.126212 +vn 0.920507 0.195173 0.338488 +vn 0.990771 0.067937 0.117290 +vn 0.979681 0.105152 0.170786 +vn 0.946627 0.058223 0.317030 +vn 0.858222 0.001780 0.513275 +vn 0.862021 0.032089 0.505856 +vn 0.946627 -0.058223 0.317030 +vn 0.891952 -0.051129 0.449229 +vn 0.936118 -0.093395 0.339059 +vn 0.920623 -0.195128 0.338200 +vn 0.838139 -0.227079 0.495942 +vn 0.844585 -0.216673 0.489621 +vn 0.824311 -0.251622 0.507146 +vn 0.812965 -0.287756 0.506245 +vn 0.806947 -0.331352 0.488920 +vn 0.818135 -0.465502 0.337585 +vn 0.719759 -0.450908 0.527853 +vn 0.754508 -0.519665 0.400832 +vn 0.684751 -0.648628 0.332261 +vn 0.645172 -0.747514 0.158037 +vn 0.547340 -0.643829 0.534699 +vn 0.637168 -0.695422 0.332274 +vn 0.521689 -0.737062 0.429628 +vn 0.457119 -0.823488 0.336020 +vn 0.388895 -0.908680 0.151862 +vn 0.417956 -0.889816 0.183142 +vn 0.272599 -0.818311 0.506020 +vn 0.300917 -0.851104 0.430198 +vn 0.188113 -0.921446 0.339929 +vn 0.199924 -0.810230 0.550961 +vn 0.043451 -0.912342 0.407117 +vn 0.044459 -0.926714 0.373128 +vn 0.068667 -0.963385 0.259180 +vn -0.007644 -0.859650 0.510827 +vn 0.008400 -0.907235 0.420541 +vn -0.102426 -0.935516 0.338110 +vn -0.204003 -0.918428 0.338929 +vn -0.237339 -0.939166 0.248269 +vn -0.235953 -0.878913 0.414534 +vn -0.273838 -0.817873 0.506060 +vn -0.292919 -0.884470 0.363197 +vn -0.322206 -0.817949 0.476596 +vn -0.477809 -0.746485 0.463096 +vn -0.624404 -0.703601 0.339213 +vn -0.568435 -0.697969 0.435570 +vn -0.571681 -0.705473 0.418914 +vn -0.721385 -0.603255 0.340129 +vn -0.714390 -0.494850 0.494743 +vn -0.740159 -0.525243 0.419862 +vn -0.693349 -0.508301 0.510782 +vn -0.808574 -0.481444 0.338261 +vn -0.914233 -0.381084 0.137672 +vn -0.856784 -0.389943 0.337439 +vn -0.825471 -0.328431 0.459055 +vn -0.780923 -0.315848 0.538886 +vn -0.801856 -0.296012 0.519041 +vn -0.842372 -0.221037 0.491480 +vn -0.844195 -0.263608 0.466740 +vn -0.841523 -0.263374 0.471671 +vn -0.985569 -0.085412 0.146145 +vn -0.963715 0.217545 0.154684 +vn -0.926395 0.175047 0.333393 +vn -0.923316 0.213323 0.319345 +vn -0.856722 0.386649 0.341364 +vn -0.864584 0.353103 0.357509 +vn -0.863766 0.468900 0.184502 +vn -0.854663 0.501851 0.133031 +vn -0.737559 0.465551 0.489151 +vn -0.710397 0.492707 0.502570 +vn -0.724881 0.554936 0.408158 +vn -0.658945 0.579180 0.479940 +vn -0.721380 0.603231 0.340181 +vn -0.539164 0.707745 0.456508 +vn -0.529706 0.679255 0.507960 +vn -0.624508 0.703673 0.338871 +vn -0.473125 0.813206 0.338894 +vn -0.477779 0.746550 0.463023 +vn -0.373310 0.919487 0.123223 +vn -0.381588 0.860183 0.338344 +vn -0.349433 0.877441 0.328625 +vn -0.242284 0.829081 0.503908 +vn -0.273588 0.877808 0.393197 +vn -0.270639 0.817767 0.507949 +vn -0.049978 0.875055 0.481436 +vn -0.057119 0.855113 0.515286 +vn 0.015798 0.861453 0.507592 +vn 0.082639 0.933871 0.347931 +vn 0.227170 0.963659 0.140554 +vn 0.220328 0.905293 0.363181 +vn 0.278484 0.834848 0.474843 +vn 0.278397 0.843857 0.458695 +vn 0.467204 0.764512 0.444119 +vn 0.481466 0.789737 0.380139 +vn 0.598986 0.679551 0.423588 +vn 0.636285 0.695685 0.333413 +vn 0.582978 0.689568 0.429690 +vn 0.740884 0.652901 0.157514 +vn 0.715189 0.674148 0.184470 +vn 0.757413 0.536586 0.372024 +vn 0.689493 0.516513 0.507754 +vn 0.814548 0.468026 0.342729 +vn 0.888691 0.346202 0.300621 +vn 0.871922 0.258539 0.415825 +vn 0.889604 0.277372 0.362862 +vn 0.790459 -0.392016 0.470636 +vn -0.876297 -0.045309 0.479637 +vn -0.874071 -0.103597 0.474624 +vn -0.871827 0.000342 0.489814 +vn -0.874522 0.103897 0.473727 +vn -0.835803 -0.065599 0.545096 +vn 0.111658 0.874260 0.472442 +vn 0.869048 -0.136041 0.475656 +vn -0.775745 -0.412754 0.477341 +vn -0.154199 0.867854 0.472283 +vn 0.790388 0.392070 0.470711 +vn -0.173445 -0.967760 0.182639 +vn -0.450678 -0.875972 0.171940 +vn -0.684181 0.706361 0.181525 +vn 0.973425 0.143461 0.178501 +vn 0.704933 0.401379 0.584777 +vn 0.417654 0.695705 0.584432 +vn 0.022849 0.811380 0.584072 +vn -0.378080 0.718573 0.583702 +vn -0.729450 -0.346935 0.589524 +vn -0.675631 -0.446398 0.586730 +vn -0.465855 -0.660083 0.589297 +vn -0.369960 -0.720572 0.586435 +vn -0.082520 -0.803907 0.589002 +vn 0.030971 -0.809617 0.586141 +vn 0.322253 -0.741335 0.588707 +vn 0.424154 -0.690600 0.585803 +vn 0.644543 -0.488302 0.588324 +vn 0.708526 -0.393967 0.585475 +vn 0.149994 -0.060564 0.986830 +vn 0.141018 -0.079251 0.986830 +vn 0.292072 -0.117957 0.949094 +vn 0.304750 -0.079643 0.949097 +vn 0.445317 -0.116410 0.887773 +vn 0.456557 -0.058507 0.887768 +vn 0.161754 0.000147 0.986831 +vn 0.315004 0.000268 0.949090 +vn 0.460307 0.000355 0.887760 +vn 0.713031 0.000424 0.701133 +vn 0.456473 0.059212 0.887765 +vn 0.707142 0.091591 0.701115 +vn 0.661079 -0.267189 0.701131 +vn 0.517834 -0.291167 0.804407 +vn 0.550811 -0.222563 0.804408 +vn 0.100974 -0.126373 0.986830 +vn 0.083984 -0.138250 0.986830 +vn 0.196611 -0.246101 0.949094 +vn 0.163522 -0.269223 0.949094 +vn 0.287274 -0.359648 0.887765 +vn 0.238907 -0.393429 0.887771 +vn 0.444899 -0.557208 0.701130 +vn 0.025962 -0.159662 0.986830 +vn 0.005330 -0.161667 0.986831 +vn 0.050536 -0.310912 0.949094 +vn 0.010363 -0.314823 0.949094 +vn 0.073814 -0.454330 0.887770 +vn 0.015109 -0.460060 0.887759 +vn 0.114212 -0.703824 0.701133 +vn -0.055724 -0.151849 0.986832 +vn -0.108538 -0.295699 0.949095 +vn -0.145455 -0.279392 0.949096 +vn -0.158640 -0.432100 0.887763 +vn -0.274417 -0.526893 0.804412 +vn -0.245869 -0.669309 0.701124 +vn -0.123061 -0.104966 0.986832 +vn -0.135485 -0.088366 0.986831 +vn -0.239665 -0.204387 0.949098 +vn -0.350257 -0.298645 0.887768 +vn -0.385567 -0.251406 0.887769 +vn -0.542666 -0.462529 0.701128 +vn -0.158750 -0.031064 0.986830 +vn -0.451749 -0.088338 0.887761 +vn -0.314325 -0.020449 0.949095 +vn -0.459327 -0.029850 0.887766 +vn -0.699811 -0.136713 0.701124 +vn -0.711558 -0.046105 0.701113 +vn -0.153574 0.050832 0.986829 +vn -0.145797 0.070051 0.986831 +vn -0.299033 0.099003 0.949093 +vn -0.283900 0.136428 0.949099 +vn -0.436968 0.144705 0.887761 +vn -0.414858 0.199397 0.887769 +vn -0.676844 0.224287 0.701125 +vn -0.642610 0.309005 0.701120 +vn -0.092665 0.132586 0.986830 +vn -0.074947 0.143341 0.986831 +vn -0.180432 0.258192 0.949095 +vn -0.145928 0.279141 0.949097 +vn -0.213222 0.407933 0.887765 +vn -0.340223 0.487024 0.804398 +vn -0.466651 0.658206 0.590763 +vn -0.015680 0.160995 0.986831 +vn 0.005037 0.161675 0.986831 +vn -0.030512 0.313512 0.949094 +vn -0.044556 0.458143 0.887761 +vn 0.014393 0.460061 0.887771 +vn -0.068885 0.709708 0.701120 +vn 0.065340 0.147969 0.986831 +vn 0.083720 0.138399 0.986832 +vn 0.127261 0.288134 0.949096 +vn 0.185993 0.421044 0.887766 +vn 0.238319 0.393800 0.887764 +vn 0.288252 0.652198 0.701105 +vn 0.129554 0.096864 0.986830 +vn 0.140865 0.079504 0.986831 +vn 0.252278 0.188613 0.949095 +vn 0.368672 0.275591 0.887767 +vn 0.400875 0.226183 0.887773 +vn 0.571195 0.426806 0.701122 +vn 0.801469 -0.109602 0.587907 +vn 0.787009 -0.206690 0.581289 +vn 0.571686 -0.426137 0.701129 +vn 0.369102 -0.275025 0.887764 +vn 0.583033 -0.566463 0.582402 +vn 0.427043 -0.412993 0.804407 +vn 0.240843 -0.543070 0.804406 +vn 0.228939 -0.779203 0.583463 +vn 0.169426 -0.569414 0.804402 +vn -0.056643 -0.591385 0.804398 +vn -0.183557 -0.790396 0.584450 +vn -0.131802 -0.579271 0.804409 +vn -0.339549 -0.487472 0.804411 +vn -0.179994 -0.258498 0.949095 +vn -0.547946 -0.597648 0.585297 +vn -0.399098 -0.440067 0.804402 +vn -0.535077 -0.258129 0.804402 +vn -0.283681 -0.136909 0.949095 +vn -0.145673 -0.070315 0.986831 +vn -0.770408 -0.251091 0.586025 +vn -0.563687 -0.187587 0.804405 +vn -0.810973 0.049882 0.582953 +vn -0.592880 0.037659 0.804410 +vn -0.314373 0.019915 0.949091 +vn -0.793953 0.159712 0.586626 +vn -0.583202 0.113162 0.804406 +vn -0.682101 0.440999 0.583317 +vn -0.498121 0.323746 0.804403 +vn -0.612884 0.528864 0.587091 +vn -0.452622 0.384785 0.804409 +vn -0.240020 0.203984 0.949095 +vn -0.309719 0.340502 0.887768 +vn -0.479690 0.527564 0.701123 +vn -0.274102 0.761429 0.587448 +vn -0.205552 0.557377 0.804413 +vn -0.070351 0.307032 0.949095 +vn -0.132590 0.579091 0.804409 +vn 0.135002 0.797740 0.587695 +vn 0.094411 0.586533 0.804404 +vn 0.050014 0.311001 0.949093 +vn 0.130628 0.441370 0.887766 +vn 0.202485 0.683697 0.701112 +vn 0.509123 0.628651 0.587871 +vn 0.370086 0.464717 0.804409 +vn 0.196175 0.246439 0.949096 +vn 0.330423 0.320478 0.887758 +vn 0.511913 0.496361 0.701121 +vn 0.752066 0.297832 0.587957 +vn 0.550526 0.223316 0.804395 +vn 0.291870 0.118455 0.949095 +vn 0.445148 0.117101 0.887767 +vn 0.689621 0.181279 0.701114 +vn -0.164558 0.000004 0.986367 +vn -0.164567 -0.003837 0.986359 +vn -0.152197 -0.008345 0.988315 +vn -0.154321 0.006928 0.987997 +vn 0.947304 0.005105 0.320297 +vn 0.947300 -0.005116 0.320306 +vn 0.949163 0.003178 0.314769 +vn 0.949158 -0.003166 0.314784 +vn 0.988635 0.004273 0.150274 +vn 0.999761 -0.004854 -0.021329 +vn 0.858905 0.006529 -0.512093 +vn 0.758529 -0.006535 -0.651606 +vn 0.494031 0.005610 -0.869426 +vn 0.494091 -0.005823 -0.869391 +vn 0.148311 -0.006594 0.988919 +vn 0.300963 0.007250 0.953608 +vn 0.700690 -0.007250 0.713429 +vn -0.137855 0.560997 0.816259 +vn -0.115171 0.636081 0.762979 +vn -0.121705 0.650948 0.749303 +vn -0.070148 0.884460 0.461314 +vn -0.057596 0.950262 0.306080 +vn -0.165977 0.159945 0.973072 +vn 0.148687 0.967820 0.203018 +vn 0.124426 0.985450 0.115790 +vn 0.098242 0.986185 0.133374 +vn 0.249801 0.819339 0.516026 +vn -0.000373 0.577421 0.816446 +vn 0.713080 0.471070 0.519240 +vn 0.720996 0.581410 0.376998 +vn 0.843535 0.295156 0.448700 +vn 0.136474 0.321379 0.937065 +vn 0.417696 0.342994 0.841359 +vn 0.532111 0.827820 0.177688 +vn 0.752115 0.609138 0.251543 +vn 0.936830 0.157472 0.312332 +vn 0.065413 0.983988 -0.165798 +vn 0.241412 0.945039 -0.220504 +vn 0.179702 0.749595 -0.637036 +vn 0.075307 0.769260 -0.634483 +vn 0.124593 0.612663 -0.780462 +vn 0.582566 0.739989 -0.336205 +vn 0.001282 0.367068 -0.930193 +vn 0.745454 0.502889 -0.437493 +vn 0.595672 0.333556 -0.730695 +vn 0.956693 0.290845 -0.012201 +vn 0.002075 0.986974 -0.160864 +vn 0.004886 0.931571 -0.363527 +vn 0.002062 0.752201 -0.658931 +vn 0.000840 0.531357 -0.847148 +vn -0.001387 0.361382 -0.932417 +vn -0.137713 -0.521331 0.842169 +vn -0.130967 -0.476310 0.869469 +vn -0.155290 -0.403558 0.901680 +vn -0.069301 -0.913569 0.400736 +vn -0.080526 -0.891511 0.445784 +vn -0.065127 -0.928196 0.366347 +vn 0.199800 -0.941706 0.270685 +vn 0.312087 -0.902839 0.295777 +vn 0.499808 -0.794522 0.344858 +vn 0.104201 -0.612560 0.783526 +vn 0.615648 -0.491730 0.615776 +vn 0.138555 -0.319131 0.937528 +vn 0.914380 -0.267465 0.303928 +vn 0.812871 -0.517377 0.267512 +vn 0.611439 -0.764546 0.203989 +vn 0.159735 -0.986203 0.043459 +vn 0.000145 -0.842161 -0.539227 +vn 0.075759 -0.829984 -0.552619 +vn 0.586818 -0.808929 0.035761 +vn 0.503917 -0.739976 -0.445537 +vn 0.746990 -0.664743 0.011083 +vn 0.872252 -0.464528 -0.152938 +vn 0.651642 -0.502904 -0.567848 +vn 0.002544 -0.267943 -0.963431 +vn 0.710391 -0.343951 -0.614038 +vn -0.001185 -0.380177 -0.924913 +vn 0.002098 -0.371909 -0.928267 +vn -0.000327 -0.826836 -0.562444 +vn -0.002290 -0.988451 -0.151522 +vn -0.309700 -0.949380 -0.052573 +vn -0.296919 -0.954626 0.022970 +vn -0.319519 -0.946616 0.042731 +vn -0.143126 0.054705 0.988192 +vn -0.156537 0.050859 0.986362 +vn -0.148304 0.040326 0.988119 +vn -0.156511 0.050864 0.986366 +vn 0.902522 -0.287868 0.320291 +vn 0.899353 -0.297606 0.320303 +vn 0.903690 -0.290286 0.314768 +vn 0.901727 -0.296310 0.314783 +vn -0.587900 -0.807222 -0.052586 +vn -0.577386 -0.816151 0.022876 +vn -0.596465 -0.801500 0.042758 +vn -0.133152 0.096740 0.986363 +vn -0.129302 0.086156 0.987855 +vn -0.119102 0.096259 0.988205 +vn -0.130003 0.101071 0.986349 +vn 0.769391 -0.552675 0.320293 +vn 0.763374 -0.560952 0.320301 +vn 0.769757 -0.555333 0.314769 +vn 0.766017 -0.560469 0.314789 +vn 0.816569 0.575817 -0.040608 +vn 0.802486 0.595465 0.037921 +vn 0.824275 0.565798 0.021076 +vn -0.808591 -0.586020 -0.052551 +vn -0.801368 -0.597731 0.022945 +vn -0.814896 -0.578030 0.042731 +vn -0.098023 0.132228 0.986361 +vn -0.096352 0.121892 0.987856 +vn -0.096740 0.133151 0.986363 +vn -0.084193 0.128589 0.988118 +vn 0.560944 -0.763384 0.320290 +vn 0.552664 -0.769396 0.320302 +vn 0.560478 -0.766018 0.314772 +vn 0.555345 -0.769744 0.314779 +vn -0.950106 -0.307469 -0.052555 +vn -0.946810 -0.320976 0.022931 +vn -0.953663 -0.297831 0.042705 +vn -0.040776 0.148666 0.988046 +vn -0.047762 0.157518 0.986360 +vn -0.050856 0.156531 0.986363 +vn -0.054509 0.143756 0.988111 +vn 0.297591 -0.899359 0.320301 +vn 0.287859 -0.902521 0.320303 +vn 0.296323 -0.901729 0.314765 +vn 0.290296 -0.903681 0.314783 +vn -0.998617 0.001149 -0.052559 +vn -0.999656 -0.012675 0.022940 +vn -0.999022 0.011420 0.042723 +vn -0.008034 0.152639 0.988249 +vn 0.005070 0.157071 0.987574 +vn 0.001135 0.164580 0.986363 +vn -0.000003 0.164582 0.986363 +vn 0.005111 -0.947303 0.320297 +vn -0.005123 -0.947301 0.320305 +vn 0.003172 -0.949163 0.314770 +vn -0.003159 -0.949160 0.314779 +vn 0.054250 0.144673 0.987991 +vn 0.050858 0.156527 0.986363 +vn 0.037838 0.146332 0.988512 +vn 0.050865 0.156532 0.986362 +vn -0.287873 -0.902520 0.320292 +vn -0.297599 -0.899353 0.320312 +vn -0.290290 -0.903686 0.314774 +vn -0.296310 -0.901728 0.314780 +vn 0.799958 -0.598682 -0.040598 +vn 0.814322 -0.579175 0.037905 +vn 0.792788 -0.609131 0.021142 +vn 0.096733 0.133148 0.986364 +vn 0.085407 0.129015 0.987958 +vn 0.096247 0.118944 0.988225 +vn 0.099398 0.131248 0.986354 +vn -0.552678 -0.769390 0.320291 +vn -0.560955 -0.763368 0.320312 +vn -0.555340 -0.769751 0.314771 +vn -0.560453 -0.766032 0.314782 +vn -0.586042 0.808574 -0.052566 +vn -0.597791 0.801323 0.022983 +vn -0.577976 0.814934 0.042734 +vn 0.132252 0.098005 0.986359 +vn 0.121916 0.096343 0.987853 +vn 0.133151 0.096739 0.986363 +vn 0.128656 0.084381 0.988093 +vn -0.763383 -0.560941 0.320298 +vn -0.769393 -0.552667 0.320302 +vn -0.766027 -0.560468 0.314767 +vn -0.769741 -0.555347 0.314785 +vn -0.307509 0.950091 -0.052576 +vn -0.320902 0.946834 0.022975 +vn -0.297886 0.953645 0.042715 +vn 0.156068 0.052347 0.986358 +vn 0.145724 0.053960 0.987853 +vn 0.156522 0.050861 0.986364 +vn 0.147799 0.039714 0.988220 +vn 0.156530 0.050859 0.986363 +vn -0.899361 -0.297594 0.320294 +vn -0.902522 -0.287858 0.320301 +vn -0.901730 -0.296319 0.314767 +vn -0.903678 -0.290301 0.314787 +vn 0.001149 0.998621 -0.052494 +vn -0.012594 0.999658 0.022928 +vn 0.011378 0.999023 0.042704 +vn 0.157058 -0.005071 0.987576 +vn 0.164581 -0.001174 0.986363 +vn 0.152946 0.007820 0.988204 +vn 0.164578 -0.000001 0.986364 +vn -0.947304 -0.005116 0.320294 +vn -0.947301 0.005127 0.320305 +vn -0.949163 -0.003173 0.314768 +vn -0.949159 0.003161 0.314782 +vn 0.309694 0.949383 -0.052546 +vn 0.296898 0.954634 0.022926 +vn 0.319544 0.946610 0.042676 +vn 0.144653 -0.054267 0.987993 +vn 0.156528 -0.050859 0.986363 +vn 0.147895 -0.039806 0.988202 +vn 0.156514 -0.050856 0.986366 +vn -0.902521 0.287868 0.320292 +vn -0.899352 0.297605 0.320307 +vn -0.903687 0.290291 0.314772 +vn -0.901727 0.296311 0.314783 +vn 0.120347 -0.096304 0.988050 +vn 0.133142 -0.096740 0.986364 +vn 0.127925 -0.082402 0.988355 +vn 0.135185 -0.093888 0.986362 +vn -0.769389 0.552678 0.320293 +vn -0.763373 0.560953 0.320301 +vn -0.769761 0.555328 0.314768 +vn -0.766028 0.560457 0.314784 +vn 0.808590 0.586019 -0.052571 +vn 0.801347 0.597759 0.022968 +vn 0.814903 0.578020 0.042727 +vn 0.084705 -0.128786 0.988048 +vn 0.094111 -0.135047 0.986360 +vn 0.096736 -0.133151 0.986364 +vn 0.096244 -0.119136 0.988202 +vn -0.560951 0.763377 0.320298 +vn -0.552665 0.769394 0.320304 +vn -0.560470 0.766024 0.314771 +vn -0.555339 0.769747 0.314781 +vn 0.950103 0.307480 -0.052540 +vn 0.946831 0.320911 0.022963 +vn 0.953648 0.297879 0.042713 +vn 0.052544 -0.155982 0.986361 +vn 0.054092 -0.145222 0.987919 +vn 0.050856 -0.156525 0.986364 +vn 0.040052 -0.148088 0.988163 +vn -0.297589 0.899364 0.320290 +vn -0.287864 0.902520 0.320301 +vn -0.296324 0.901727 0.314769 +vn -0.290303 0.903679 0.314782 +vn 0.998617 -0.001149 -0.052559 +vn 0.999656 0.012672 0.022942 +vn 0.999022 -0.011420 0.042725 +vn -0.000005 -0.164576 0.986364 +vn 0.008414 -0.152081 0.988332 +vn 0.000008 -0.164584 0.986363 +vn -0.006827 -0.154454 0.987976 +vn -0.005113 0.947304 0.320295 +vn 0.005124 0.947301 0.320303 +vn -0.003172 0.949164 0.314766 +vn 0.003159 0.949158 0.314784 +vn 0.949386 -0.309683 -0.052553 +vn 0.954613 -0.296964 0.022934 +vn 0.946618 -0.319513 0.042725 +vn -0.054439 -0.144027 0.988075 +vn -0.050857 -0.156525 0.986364 +vn -0.040908 -0.148737 0.988030 +vn -0.050863 -0.156532 0.986362 +vn 0.287870 0.902523 0.320287 +vn 0.297597 0.899358 0.320299 +vn 0.290293 0.903689 0.314765 +vn 0.296313 0.901725 0.314788 +vn 0.807237 -0.587881 -0.052580 +vn 0.816094 -0.577466 0.022879 +vn 0.801510 -0.596453 0.042725 +vn -0.096284 -0.120367 0.988049 +vn -0.099396 -0.131252 0.986354 +vn -0.096738 -0.133152 0.986363 +vn -0.085366 -0.128996 0.987964 +vn 0.552677 0.769390 0.320291 +vn 0.560951 0.763374 0.320303 +vn 0.555340 0.769750 0.314774 +vn 0.560460 0.766023 0.314791 +vn 0.586084 -0.808544 -0.052565 +vn 0.597834 -0.801292 0.022935 +vn 0.578015 -0.814906 0.042738 +vn -0.128782 -0.084716 0.988048 +vn -0.133157 -0.096740 0.986362 +vn -0.118263 -0.096208 0.988311 +vn -0.133149 -0.096735 0.986364 +vn 0.763383 0.560947 0.320289 +vn 0.769394 0.552663 0.320309 +vn 0.766022 0.560473 0.314771 +vn 0.769737 0.555354 0.314781 +vn 0.307510 -0.950091 -0.052576 +vn 0.320877 -0.946844 0.022897 +vn 0.297889 -0.953645 0.042701 +vn -0.148629 -0.040774 0.988052 +vn -0.156510 -0.050859 0.986366 +vn -0.142112 -0.054985 0.988322 +vn -0.155596 -0.053728 0.986359 +vn 0.899365 0.297583 0.320292 +vn 0.902520 0.287859 0.320304 +vn 0.901727 0.296322 0.314772 +vn 0.903677 0.290308 0.314783 +vn 0.949332 -0.313547 -0.021377 +vn 0.935089 -0.297731 -0.192265 +vn 0.886310 -0.294426 -0.357448 +vn 0.818934 -0.259201 -0.512017 +vn 0.723475 -0.228234 -0.651532 +vn 0.719271 -0.240606 -0.651734 +vn 0.602564 -0.202438 -0.771969 +vn 0.805998 -0.591533 -0.021365 +vn 0.797334 -0.572101 -0.192246 +vn 0.691031 -0.510087 -0.512141 +vn 0.698686 -0.499577 -0.512114 +vn 0.609779 -0.451145 -0.651643 +vn 0.403078 -0.285888 -0.869366 +vn 0.396344 -0.295155 -0.869365 +vn 0.572265 -0.797193 -0.192343 +vn 0.581530 -0.790502 -0.192171 +vn 0.510092 -0.691034 -0.512132 +vn 0.451095 -0.609829 -0.651630 +vn 0.440590 -0.617485 -0.651608 +vn 0.368610 -0.518001 -0.771882 +vn 0.304325 -0.952330 -0.021291 +vn 0.308770 -0.931514 -0.192206 +vn 0.282753 -0.890089 -0.357481 +vn 0.240594 -0.719453 -0.651538 +vn 0.190442 -0.606521 -0.771922 +vn -0.005130 -0.337880 -0.941175 +vn 0.004855 -0.337930 -0.941159 +vn 0.005613 -0.494115 -0.869378 +vn -0.006308 -0.635688 -0.771920 +vn -0.006481 -0.858917 -0.512074 +vn 0.006530 -0.858885 -0.512127 +vn 0.006306 -0.933917 -0.357433 +vn -0.005609 -0.981327 -0.192266 +vn -0.004851 -0.999759 -0.021421 +vn 0.004269 -0.988627 0.150328 +vn -0.056846 -0.192148 -0.979718 +vn -0.109333 -0.319774 -0.941165 +vn -0.147318 -0.471638 -0.869399 +vn -0.202452 -0.602622 -0.771919 +vn -0.259225 -0.818891 -0.512074 +vn -0.308596 -0.931561 -0.192256 +vn -0.591569 -0.805969 -0.021432 +vn -0.572125 -0.797358 -0.192076 +vn -0.553924 -0.751878 -0.357558 +vn -0.499514 -0.698673 -0.512193 +vn -0.440598 -0.617456 -0.651630 +vn -0.451129 -0.609820 -0.651616 +vn -0.378761 -0.510573 -0.771917 +vn -0.811699 -0.583686 -0.021320 +vn -0.790486 -0.581521 -0.192261 +vn -0.698642 -0.499592 -0.512159 +vn -0.691009 -0.510134 -0.512123 +vn -0.617485 -0.440549 -0.651635 +vn -0.396497 -0.294969 -0.869358 +vn -0.403162 -0.285710 -0.869385 +vn -0.938938 -0.309544 0.150258 +vn -0.952326 -0.304334 -0.021337 +vn -0.890114 -0.282688 -0.357469 +vn -0.814856 -0.271609 -0.512093 +vn -0.719433 -0.240536 -0.651582 +vn -0.723292 -0.228212 -0.651743 +vn -0.606486 -0.190454 -0.771947 +vn -0.988636 -0.004271 0.150270 +vn -0.999761 0.004846 -0.021325 +vn -0.933924 0.006170 -0.357419 +vn -0.858907 -0.006537 -0.512090 +vn -0.758500 -0.006487 -0.651641 +vn -0.758461 0.006532 -0.651686 +vn -0.635740 0.006303 -0.771878 +vn -0.949327 0.313566 -0.021322 +vn -0.935101 0.297706 -0.192245 +vn -0.886293 0.294443 -0.357474 +vn -0.723413 0.228221 -0.651605 +vn -0.602632 0.202433 -0.771917 +vn -0.805943 0.591609 -0.021323 +vn -0.797321 0.572128 -0.192221 +vn -0.751926 0.553912 -0.357477 +vn -0.617468 0.440604 -0.651614 +vn -0.510639 0.378730 -0.771888 +vn -0.583697 0.811690 -0.021358 +vn -0.581533 0.790497 -0.192181 +vn -0.499590 0.698667 -0.512127 +vn -0.510128 0.691035 -0.512093 +vn -0.440551 0.617478 -0.651641 +vn -0.294947 0.396477 -0.869375 +vn -0.285751 0.403122 -0.869390 +vn -0.309570 0.938923 0.150299 +vn -0.304327 0.952330 -0.021281 +vn -0.308769 0.931507 -0.192240 +vn -0.282760 0.890071 -0.357519 +vn -0.240576 0.719402 -0.651601 +vn -0.190448 0.606480 -0.771953 +vn -0.147171 0.471712 -0.869384 +vn -0.056444 0.192108 -0.979749 +vn -0.005608 0.494077 -0.869400 +vn 0.006305 0.635685 -0.771923 +vn 0.006479 0.858870 -0.512153 +vn -0.006530 0.858932 -0.512048 +vn -0.006305 0.933917 -0.357435 +vn 0.005611 0.981320 -0.192301 +vn 0.004852 0.999760 -0.021357 +vn -0.004268 0.988638 0.150258 +vn 0.109315 0.319781 -0.941164 +vn 0.147333 0.471681 -0.869374 +vn 0.240609 0.719347 -0.651649 +vn 0.282570 0.890124 -0.357539 +vn 0.308594 0.931570 -0.192218 +vn 0.591572 0.805968 -0.021403 +vn 0.583502 0.811832 -0.021299 +vn 0.510069 0.691030 -0.512159 +vn 0.499581 0.698728 -0.512053 +vn 0.451096 0.609770 -0.651685 +vn 0.285912 0.403065 -0.869363 +vn 0.295124 0.396311 -0.869390 +vn 0.797330 0.584522 0.150330 +vn 0.811674 0.583721 -0.021360 +vn 0.759192 0.543880 -0.357523 +vn 0.691022 0.510138 -0.512102 +vn 0.617502 0.440556 -0.651615 +vn 0.396514 0.294988 -0.869344 +vn 0.952330 0.304326 -0.021302 +vn 0.949248 0.313807 -0.021316 +vn 0.818857 0.259244 -0.512120 +vn 0.723398 0.228187 -0.651633 +vn 0.719405 0.240550 -0.651608 +vn 0.468234 0.158034 -0.869357 +vn 0.471682 0.147151 -0.869404 +vn 0.288456 -0.086101 0.953614 +vn 0.422034 -0.144964 0.894915 +vn 0.668559 -0.209750 0.713467 +vn 0.664147 -0.223407 0.713441 +vn 0.116103 -0.092499 0.988921 +vn 0.365428 -0.256271 0.894867 +vn 0.562720 -0.417693 0.713358 +vn 0.092626 -0.115931 0.988929 +vn 0.182789 -0.239214 0.953606 +vn 0.256305 -0.365444 0.894851 +vn 0.417513 -0.562620 0.713541 +vn 0.406057 -0.571169 0.713361 +vn 0.052271 -0.138883 0.988928 +vn 0.086263 -0.288459 0.953599 +vn 0.145013 -0.422137 0.894858 +vn 0.172333 -0.554527 0.814126 +vn 0.007251 -0.300921 0.953622 +vn -0.007407 -0.446320 0.894843 +vn 0.007405 -0.580560 0.814184 +vn -0.007244 -0.700710 0.713409 +vn 0.007112 -0.700591 0.713528 +vn -0.006813 -0.803613 0.595113 +vn -0.006172 -0.886730 0.462246 +vn -0.052122 -0.138985 0.988922 +vn -0.086113 -0.288475 0.953607 +vn -0.130809 -0.426683 0.894892 +vn -0.144954 -0.422192 0.894842 +vn -0.186516 -0.549923 0.814123 +vn -0.092519 -0.116090 0.988920 +vn -0.171054 -0.247729 0.953610 +vn -0.405980 -0.570995 0.713544 +vn -0.477857 -0.646092 0.595162 +vn -0.115905 -0.092645 0.988930 +vn -0.239211 -0.182763 0.953612 +vn -0.365475 -0.256366 0.894821 +vn -0.562656 -0.417624 0.713448 +vn -0.571106 -0.405986 0.713452 +vn -0.426660 -0.130873 0.894893 +vn -0.422236 -0.144981 0.894817 +vn -0.766354 -0.241864 0.595150 +vn -0.845275 -0.268141 0.462180 +vn -0.300972 -0.007248 0.953605 +vn -0.446218 0.007404 0.894894 +vn -0.700615 -0.007113 0.713504 +vn -0.700688 0.007245 0.713431 +vn -0.139000 0.052096 0.988921 +vn -0.288471 0.086111 0.953609 +vn -0.426725 0.130812 0.894871 +vn -0.422110 0.144962 0.894879 +vn -0.549854 0.186510 0.814171 +vn -0.116097 0.092496 0.988922 +vn -0.247709 0.171017 0.953621 +vn -0.570948 0.406111 0.713507 +vn -0.646150 0.477791 0.595152 +vn -0.081765 0.123841 0.988928 +vn -0.182803 0.239209 0.953605 +vn -0.417559 0.562673 0.713473 +vn -0.099906 0.283993 0.953607 +vn -0.130855 0.426732 0.894861 +vn -0.186453 0.549878 0.814168 +vn -0.209639 0.668636 0.713426 +vn -0.223257 0.664158 0.713477 +vn -0.241851 0.766366 0.595140 +vn -0.268145 0.845239 0.462243 +vn 0.006595 0.148285 0.988923 +vn -0.007249 0.300954 0.953611 +vn 0.007246 0.700674 0.713445 +vn 0.086114 0.288449 0.953615 +vn 0.144931 0.422188 0.894848 +vn 0.209735 0.668568 0.713462 +vn 0.223443 0.664149 0.713428 +vn 0.092480 0.116096 0.988923 +vn 0.256318 0.365427 0.894854 +vn 0.466974 0.653969 0.595198 +vn 0.477852 0.646095 0.595163 +vn 0.123776 0.081828 0.988931 +vn 0.239280 0.182754 0.953596 +vn 0.562626 0.417591 0.713492 +vn 0.284088 0.099890 0.953581 +vn 0.426669 0.130879 0.894888 +vn 0.664135 0.223271 0.713495 +vn 0.668631 0.209644 0.713429 +vn 0.198921 0.872752 0.445796 +vn 0.225303 0.902661 0.366663 +vn 0.238875 0.921553 0.306070 +vn -0.108473 0.203422 0.973064 +vn 0.362620 0.897447 0.251190 +vn 0.683474 0.700508 0.205308 +vn 0.073498 0.617051 0.783484 +vn 0.178067 0.549279 0.816446 +vn 0.823764 0.227606 0.519239 +vn 0.865413 0.330097 0.376958 +vn 0.229214 0.263498 0.937032 +vn 0.456397 0.888611 0.045519 +vn 0.657094 0.740856 0.139141 +vn 0.761951 0.622801 0.177624 +vn 0.903451 0.347147 0.251527 +vn 0.925359 -0.212065 0.314227 +vn 0.730437 0.666473 -0.149252 +vn 0.624061 0.755480 -0.199493 +vn 0.402506 0.657346 -0.637091 +vn 0.309319 0.708276 -0.634561 +vn 0.307841 0.544252 -0.780400 +vn 0.296540 0.643224 -0.705923 +vn 0.421300 0.562153 -0.711681 +vn 0.114674 0.348753 -0.930173 +vn 0.864391 0.247837 -0.437499 +vn 0.669570 0.133132 -0.730720 +vn 0.306974 0.938029 -0.160835 +vn 0.292554 0.884446 -0.363549 +vn 0.234346 0.714721 -0.658981 +vn 0.164947 0.505139 -0.847129 +vn -0.310158 -0.582725 0.751154 +vn -0.334255 -0.661840 0.671000 +vn -0.330417 -0.625769 0.706567 +vn -0.271711 -0.412494 0.869495 +vn -0.338897 -0.819484 0.462164 +vn -0.100999 -0.957358 0.270674 +vn -0.044500 -0.940369 0.337234 +vn -0.100999 -0.957358 0.270674 +vn 0.017776 -0.955023 0.295998 +vn -0.034585 -0.755587 0.654135 +vn 0.123175 -0.717127 0.685972 +vn 0.327977 -0.773055 0.542971 +vn -0.027979 -0.486234 0.873380 +vn 0.526184 -0.524106 0.669659 +vn 0.787029 -0.536830 0.303973 +vn 0.526758 -0.811951 0.251517 +vn 0.345377 -0.916020 0.204013 +vn -0.152876 -0.987290 0.043443 +vn -0.260111 -0.801011 -0.539188 +vn -0.184532 -0.812857 -0.552459 +vn 0.308096 -0.950671 0.036073 +vn 0.250535 -0.859504 -0.445518 +vn 0.504912 -0.863100 0.011035 +vn 0.686087 -0.711274 -0.152886 +vn 0.464394 -0.679606 -0.567868 +vn -0.080326 -0.255602 -0.963439 +vn -0.118668 -0.361248 -0.924888 +vn -0.113016 -0.354398 -0.928240 +vn -0.255866 -0.786294 -0.562382 +vn 0.338968 0.659386 0.671053 +vn 0.367672 0.686433 0.627397 +vn 0.393547 0.715245 0.577534 +vn 0.511950 0.802621 0.306116 +vn 0.537836 0.808640 0.238398 +vn 0.579190 0.814311 0.037898 +vn 0.622216 0.741483 0.251099 +vn 0.866467 0.455086 0.205262 +vn 0.816097 0.409797 0.407495 +vn 0.877554 0.241767 0.414063 +vn 0.339026 0.467527 0.816383 +vn 0.853793 -0.038041 0.519221 +vn 0.495051 0.248171 0.832668 +vn 0.855927 -0.257023 0.448696 +vn 0.299379 0.179747 0.937050 +vn 0.539393 0.031986 0.841447 +vn 0.854086 0.501158 0.139208 +vn 0.916967 0.357258 0.177590 +vn 0.966520 0.050960 0.251482 +vn 0.814496 -0.487736 0.314183 +vn 0.827004 0.525624 -0.199460 +vn 0.585929 0.500758 -0.637125 +vn 0.513125 0.578070 -0.634458 +vn 0.598757 0.564881 -0.567802 +vn 0.827332 0.413971 -0.379670 +vn 0.460953 0.422393 -0.780453 +vn 0.906263 0.256302 -0.336149 +vn 0.216812 0.296233 -0.930182 +vn 0.345540 0.221583 -0.911868 +vn 0.898663 -0.031344 -0.437519 +vn 0.677906 -0.080283 -0.730752 +vn 0.522715 0.717311 -0.460689 +vn 0.530837 0.725162 -0.438579 +vn 0.525902 0.722285 -0.449145 +vn 0.536540 0.738186 -0.408909 +vn 0.384743 0.528641 -0.756645 +vn 0.312990 0.429467 -0.847110 +vn -0.522426 -0.526125 0.671017 +vn -0.505467 -0.503811 0.700484 +vn -0.481126 -0.455125 0.749253 +vn -0.387097 -0.295009 0.873571 +vn -0.575562 -0.674625 0.462179 +vn -0.391893 -0.879293 0.270673 +vn -0.278214 -0.913770 0.296009 +vn -0.135956 -0.903757 0.405882 +vn -0.015772 -0.784640 0.619751 +vn -0.176832 -0.453774 0.873395 +vn 0.209031 -0.759738 0.615715 +vn 0.582625 -0.753752 0.303985 +vn 0.353499 -0.896371 0.267502 +vn 0.045330 -0.977921 0.204001 +vn -0.450398 -0.891770 0.043454 +vn -0.494882 -0.681355 -0.539303 +vn -0.426670 -0.715961 -0.552587 +vn -0.000723 -0.999353 0.035953 +vn -0.027363 -0.894796 -0.445637 +vn 0.213505 -0.976880 0.010989 +vn 0.432669 -0.888476 -0.152997 +vn 0.231641 -0.789940 -0.567748 +vn -0.155424 -0.218279 -0.963430 +vn 0.372568 -0.695811 -0.614036 +vn -0.224439 -0.306870 -0.924910 +vn -0.216901 -0.302108 -0.928270 +vn -0.486240 -0.668658 -0.562554 +vn 0.526158 0.522384 0.671024 +vn 0.561845 0.539208 0.627364 +vn 0.595324 0.558611 0.577531 +vn 0.101898 0.260905 0.959972 +vn 0.964689 0.164978 0.205323 +vn 0.642646 0.193829 0.741240 +vn 0.800259 -0.300035 0.519196 +vn 0.894137 -0.241773 0.376916 +vn 0.340272 0.078450 0.937049 +vn 0.522923 -0.136400 0.841396 +vn 0.967115 0.212863 0.139205 +vn 0.934930 -0.250361 0.251448 +vn 0.623961 -0.715505 0.314206 +vn 0.906449 0.360187 -0.220488 +vn 0.711966 0.295231 -0.637137 +vn 0.666632 0.391293 -0.634422 +vn 0.568918 0.259305 -0.780444 +vn 0.297721 0.214745 -0.930186 +vn 0.845029 -0.307503 -0.437456 +vn 0.619971 -0.285801 -0.730721 +vn 0.760830 0.547017 -0.349156 +vn 0.756545 0.543592 -0.363521 +vn 0.609646 0.440472 -0.659027 +vn 0.430325 0.311656 -0.847167 +vn -0.659438 -0.338942 0.671014 +vn -0.636440 -0.322956 0.700459 +vn -0.598204 -0.284161 0.749269 +vn -0.462325 -0.174023 0.869466 +vn -0.755875 -0.463696 0.462212 +vn -0.644557 -0.715021 0.270725 +vn -0.546793 -0.783246 0.295877 +vn -0.408578 -0.817486 0.405932 +vn -0.257490 -0.741413 0.619682 +vn -0.308422 -0.376900 0.873397 +vn -0.035967 -0.787132 0.615735 +vn 0.422938 -0.851328 0.310425 +vn 0.069508 -0.960156 0.270683 +vn -0.259071 -0.944073 0.203979 +vn -0.703997 -0.708872 0.043468 +vn -0.681201 -0.495121 -0.539278 +vn -0.627038 -0.549280 -0.552372 +vn -0.309537 -0.950204 0.036046 +vn -0.451653 -0.858481 -0.242942 +vn -0.302565 -0.842540 -0.445624 +vn 0.136965 -0.978696 -0.152953 +vn -0.023797 -0.822841 -0.567774 +vn -0.215192 -0.159528 -0.963454 +vn -0.308353 -0.222539 -0.924876 +vn -0.299731 -0.220366 -0.928224 +vn -0.669153 -0.485669 -0.562459 +vn 0.661793 0.334213 0.671068 +vn 0.700928 0.339211 0.627404 +vn 0.738801 0.347311 0.577536 +vn 0.910444 0.338044 0.238365 +vn 0.947206 0.318380 0.037888 +vn 0.249242 0.250313 0.935533 +vn 0.939154 0.234380 0.251109 +vn 0.901095 -0.148219 0.407503 +vn 0.849400 -0.400596 0.343574 +vn 0.852130 -0.320057 0.414050 +vn 0.549035 0.178773 0.816456 +vn 0.668341 -0.532720 0.519163 +vn 0.541377 -0.711014 0.448743 +vn 0.985577 -0.096305 0.139149 +vn 0.866318 -0.443489 0.229806 +vn 0.811864 -0.526884 0.251535 +vn 0.439404 -0.842269 0.312261 +vn 0.977995 -0.060916 -0.199539 +vn 0.912631 -0.151307 -0.379752 +vn 0.883828 -0.325420 -0.336079 +vn 0.572238 -0.258009 -0.778444 +vn 0.612982 -0.063019 -0.787579 +vn 0.687958 -0.161933 -0.707454 +vn 0.679704 -0.466061 -0.566384 +vn 0.708643 -0.553567 -0.437480 +vn 0.708643 -0.553567 -0.437480 +vn 0.719905 -0.627087 -0.297487 +vn 0.396418 -0.656683 -0.641576 +vn 0.844536 0.273065 -0.460646 +vn 0.855803 0.274699 -0.438340 +vn 0.850062 0.275176 -0.449081 +vn 0.867995 0.281831 -0.408847 +vn 0.715877 0.230482 -0.659089 +vn 0.650762 0.212161 -0.729038 +vn 0.575125 0.186871 -0.796436 +vn 0.505506 0.163410 -0.847208 +vn -0.731890 -0.118593 0.671023 +vn -0.705192 -0.110442 0.700362 +vn -0.656665 -0.085436 0.749328 +vn -0.493433 -0.022648 0.869489 +vn -0.910406 -0.287226 0.297762 +vn -0.833891 -0.481116 0.270468 +vn -0.641170 -0.651239 0.405942 +vn -0.474012 -0.625632 0.619594 +vn -0.409828 -0.263217 0.873360 +vn -0.277399 -0.737529 0.615712 +vn 0.028233 -0.952244 0.304030 +vn -0.240893 -0.932950 0.267535 +vn -0.538132 -0.817799 0.204008 +vn -0.741457 -0.656424 0.139100 +vn -0.844601 -0.531133 -0.067432 +vn -0.800873 -0.260382 -0.539262 +vn -0.766111 -0.328458 -0.552439 +vn -0.756004 -0.622800 -0.201442 +vn -0.508509 -0.860461 0.032008 +vn -0.627860 -0.724967 -0.283223 +vn -0.548069 -0.707894 -0.445541 +vn -0.172212 -0.973111 -0.152963 +vn -0.276868 -0.775238 -0.567759 +vn -0.253911 -0.085216 -0.963466 +vn -0.362016 -0.116356 -0.924881 +vn -0.353088 -0.116929 -0.928255 +vn -0.786423 -0.255190 -0.562510 +vn 0.732715 0.113382 0.671024 +vn 0.771442 0.106034 0.627402 +vn 0.809962 0.102045 0.577536 +vn 0.997161 -0.048276 0.057781 +vn 0.999230 0.010114 0.037906 +vn 0.159971 0.166000 0.973064 +vn 0.967883 -0.148595 0.202784 +vn 0.877392 -0.433653 0.205254 +vn 0.609525 0.120806 0.783508 +vn 0.577432 0.000429 0.816439 +vn 0.471080 -0.713082 0.519228 +vn 0.581363 -0.721052 0.376963 +vn 0.295135 -0.843509 0.448763 +vn 0.321414 -0.136514 0.937047 +vn 0.907523 -0.396280 0.139159 +vn 0.609311 -0.751982 0.251521 +vn 0.157677 -0.936811 0.312288 +vn 0.945086 -0.241263 -0.220466 +vn 0.970653 -0.176962 -0.162842 +vn 0.821187 -0.425881 -0.379838 +vn 0.739986 -0.582558 -0.336226 +vn 0.464464 -0.422210 -0.778468 +vn 0.563531 -0.249315 -0.787575 +vn 0.604259 -0.366583 -0.707452 +vn 0.502408 -0.653238 -0.566451 +vn 0.502866 -0.745428 -0.437565 +vn 0.502866 -0.745428 -0.437565 +vn 0.490880 -0.818844 -0.297542 +vn 0.290864 -0.956687 -0.012191 +vn 0.931586 -0.004882 -0.363488 +vn 0.893479 -0.001004 -0.449103 +vn 0.752129 -0.002058 -0.659013 +vn 0.684420 0.000682 -0.729087 +vn 0.604648 0.000032 -0.796493 +vn 0.531281 -0.000836 -0.847195 +vn 0.367017 -0.001301 -0.930213 +vn -0.403521 0.155302 0.901694 +vn -0.379963 0.142933 0.913892 +vn -0.913616 0.069294 0.400629 +vn -0.884114 0.069068 0.462139 +vn -0.941696 -0.199774 0.270738 +vn -0.908118 -0.248217 0.337210 +vn -0.941696 -0.199774 0.270738 +vn -0.902724 -0.312259 0.295947 +vn -0.771526 0.018866 0.635918 +vn -0.794522 -0.499759 0.344930 +vn -0.612559 -0.104169 0.783531 +vn -0.644094 -0.448507 0.619665 +vn -0.441543 0.001876 0.897238 +vn -0.491737 -0.615678 0.615740 +vn -0.471018 -0.123638 0.873416 +vn -0.342922 -0.546792 0.763821 +vn -0.267441 -0.914367 0.303988 +vn -0.517379 -0.812871 0.267506 +vn -0.764498 -0.611489 0.204019 +vn -0.986199 -0.159764 0.043438 +vn -0.842141 -0.000144 -0.539258 +vn -0.830083 -0.075739 -0.552472 +vn -0.809004 -0.586707 0.035882 +vn -0.740017 -0.503845 -0.445549 +vn -0.664804 -0.746938 0.010949 +vn -0.604296 -0.787235 -0.122830 +vn -0.646531 -0.572362 -0.504381 +vn -0.490845 -0.542277 -0.681914 +vn -0.646531 -0.572362 -0.504381 +vn -0.632963 -0.473035 -0.612859 +vn -0.333532 -0.882124 -0.332587 +vn -0.335218 -0.594007 -0.731289 +vn -0.158191 -0.968856 -0.190509 +vn -0.380220 0.001180 -0.924895 +vn -0.371879 -0.002097 -0.928279 +vn -0.267907 -0.002550 -0.963442 +vn -0.389560 -0.001964 -0.920999 +vn -0.826826 0.000330 -0.562458 +vn 0.832599 -0.181371 0.523338 +vn 0.872781 -0.198887 0.445754 +vn 0.801867 -0.153243 0.577517 +vn 0.935289 -0.261617 0.238310 +vn 0.953451 -0.299155 0.037906 +vn 0.203402 0.108452 0.973070 +vn 0.897387 -0.362833 0.251096 +vn 0.700377 -0.683564 0.205455 +vn 0.549356 -0.177953 0.816419 +vn 0.227664 -0.823767 0.519208 +vn 0.330085 -0.865388 0.377025 +vn 0.020056 -0.893446 0.448722 +vn 0.263460 -0.229167 0.937055 +vn 0.740643 -0.657327 0.139176 +vn 0.623028 -0.761775 0.177584 +vn 0.347168 -0.903449 0.251503 +vn -0.212145 -0.925348 0.314207 +vn 0.755431 -0.624088 -0.199595 +vn 0.657334 -0.402572 -0.637062 +vn 0.708449 -0.309294 -0.634379 +vn 0.544240 -0.307866 -0.780399 +vn 0.643181 -0.296557 -0.705955 +vn 0.562208 -0.421174 -0.711713 +vn 0.348628 -0.114683 -0.930218 +vn 0.247913 -0.864367 -0.437503 +vn 0.133159 -0.669547 -0.730736 +vn 0.884474 -0.292472 -0.363545 +vn 0.849437 -0.277107 -0.449076 +vn 0.714667 -0.234386 -0.659025 +vn 0.504964 -0.165016 -0.847220 +vn -0.453268 0.292082 0.842162 +vn -0.412532 0.271738 0.869469 +vn -0.335770 0.272412 0.901693 +vn -0.847455 0.348233 0.400691 +vn -0.823026 0.352040 0.445753 +vn -0.862661 0.348736 0.366332 +vn -0.957353 0.101097 0.270658 +vn -0.955042 -0.017820 0.295936 +vn -0.910059 -0.229859 0.344901 +vn -0.614790 0.090138 0.783523 +vn -0.657874 -0.433578 0.615802 +vn -0.346275 -0.033084 0.937550 +vn -0.536962 -0.786927 0.304002 +vn -0.743209 -0.613262 0.267490 +vn -0.916053 -0.345288 0.204017 +vn -0.987301 0.152806 0.043434 +vn -0.800994 0.260092 -0.539222 +vn -0.812829 0.184400 -0.552544 +vn -0.950660 -0.308138 0.036007 +vn -0.859509 -0.250480 -0.445538 +vn -0.863073 -0.504959 0.011021 +vn -0.817986 -0.561974 -0.122815 +vn -0.791797 -0.344482 -0.504371 +vn -0.634444 -0.364008 -0.681893 +vn -0.791797 -0.344482 -0.504371 +vn -0.748137 -0.254278 -0.612889 +vn -0.589837 -0.735876 -0.332535 +vn -0.502386 -0.461281 -0.731320 +vn -0.449827 -0.872548 -0.190566 +vn -0.361322 0.118614 -0.924866 +vn -0.371113 0.118531 -0.920992 +vn -0.786268 0.255803 -0.562448 +vn -0.939359 0.307625 -0.151562 +vn 0.659416 -0.338964 0.671024 +vn 0.666661 -0.350797 0.657651 +vn 0.686464 -0.367665 0.627367 +vn 0.715247 -0.393503 0.577562 +vn 0.768580 -0.458864 0.445790 +vn 0.788893 -0.493220 0.366581 +vn 0.741358 -0.622368 0.251089 +vn 0.454941 -0.866548 0.205241 +vn 0.409701 -0.816127 0.407532 +vn 0.241814 -0.877550 0.414044 +vn 0.472206 -0.588738 0.656056 +vn -0.038035 -0.853840 0.519144 +vn 0.248123 -0.495073 0.832669 +vn 0.179770 -0.299309 0.937068 +vn 0.311290 -0.375833 0.872839 +vn 0.390706 -0.108709 0.914074 +vn 0.501288 -0.854017 0.139162 +vn 0.357073 -0.917041 0.177581 +vn 0.050923 -0.966519 0.251491 +vn -0.487736 -0.814485 0.314210 +vn 0.408162 -0.900622 -0.149275 +vn 0.525578 -0.827066 -0.199323 +vn 0.414034 -0.827264 -0.379750 +vn 0.127620 -0.614597 -0.778449 +vn 0.309317 -0.532958 -0.787578 +vn 0.273400 -0.651776 -0.707418 +vn 0.022499 -0.823808 -0.566422 +vn -0.031336 -0.898643 -0.437560 +vn 0.717260 -0.522736 -0.460744 +vn 0.607251 -0.443778 -0.659020 +vn 0.554126 -0.401703 -0.729095 +vn 0.489225 -0.355439 -0.796443 +vn 0.429335 -0.313016 -0.847167 +vn 0.296219 -0.216846 -0.930179 +vn -0.455151 0.481072 0.749271 +vn -0.445536 0.467746 0.763355 +vn -0.375888 0.433801 0.818856 +vn -0.308359 0.385877 0.869491 +vn -0.561585 0.540056 0.626867 +vn -0.698396 0.593108 0.400583 +vn -0.712665 0.598260 0.366324 +vn -0.912607 0.379262 0.152670 +vn -0.903753 0.135944 0.405894 +vn -0.784757 0.015825 0.619602 +vn -0.453758 0.176866 0.873397 +vn -0.702497 -0.114208 0.702463 +vn -0.753819 -0.582542 0.303975 +vn -0.896318 -0.353662 0.267464 +vn -0.977914 -0.045373 0.204022 +vn -0.958573 0.261174 0.113693 +vn -0.880829 0.470904 0.048887 +vn -0.891736 0.450468 0.043419 +vn -0.681352 0.494887 -0.539301 +vn -0.716053 0.426649 -0.552484 +vn -0.999351 0.000703 0.036027 +vn -0.894828 0.027355 -0.445572 +vn -0.976885 -0.213484 0.011001 +vn -0.888470 -0.432701 -0.152939 +vn -0.789921 -0.231686 -0.567756 +vn -0.218129 0.155416 -0.963465 +vn -0.307050 0.224438 -0.924850 +vn -0.302085 0.216930 -0.928271 +vn -0.668668 0.486271 -0.562516 +vn -0.798328 0.582838 -0.151565 +vn 0.589155 -0.673911 0.445803 +vn 0.597875 -0.712861 0.366573 +vn 0.605122 -0.734955 0.306053 +vn 0.228275 -0.031817 0.973077 +vn 0.512707 -0.821033 0.251070 +vn 0.164856 -0.964691 0.205409 +vn 0.455956 -0.422140 0.783519 +vn 0.339769 -0.466889 0.816439 +vn -0.300040 -0.800307 0.519119 +vn -0.241632 -0.894155 0.376962 +vn 0.078404 -0.340244 0.937063 +vn -0.136344 -0.522929 0.841401 +vn 0.450656 -0.891541 0.045432 +vn 0.212862 -0.967118 0.139187 +vn 0.056254 -0.982497 0.177582 +vn -0.250182 -0.934958 0.251522 +vn -0.715492 -0.623986 0.314187 +vn 0.109857 -0.982676 -0.149262 +vn 0.244299 -0.948975 -0.199410 +vn 0.295179 -0.712061 -0.637055 +vn 0.391277 -0.666601 -0.634464 +vn 0.259349 -0.568947 -0.780409 +vn 0.346078 -0.618024 -0.705887 +vn 0.207211 -0.671192 -0.711734 +vn -0.036399 -0.941132 -0.336074 +vn 0.214663 -0.297751 -0.930196 +vn -0.307496 -0.844941 -0.437631 +vn -0.285826 -0.619951 -0.730729 +vn 0.578466 -0.799692 -0.160838 +vn 0.543645 -0.756569 -0.363391 +vn 0.440364 -0.609720 -0.659030 +vn 0.311579 -0.430385 -0.847164 +vn 0.213544 -0.291569 -0.932409 +vn -0.338985 0.659392 0.671038 +vn -0.322969 0.636421 0.700471 +vn -0.284182 0.598124 0.749325 +vn -0.173342 0.462770 0.869365 +vn -0.480934 0.779881 0.400610 +vn -0.680631 0.723329 0.116349 +vn -0.817486 0.408587 0.405923 +vn -0.741453 0.257521 0.619621 +vn -0.376914 0.308464 0.873376 +vn -0.787080 0.035927 0.615804 +vn -0.896951 -0.321073 0.303958 +vn -0.961735 -0.059266 0.267495 +vn -0.944086 0.259005 0.204005 +vn -0.766074 0.639186 -0.067619 +vn -0.495081 0.681206 -0.539309 +vn -0.549158 0.626999 -0.552538 +vn -0.975473 0.217778 0.032011 +vn -0.883476 0.373220 -0.283155 +vn -0.842544 0.302586 -0.445602 +vn -0.978698 -0.136963 -0.152942 +vn -0.822794 0.023764 -0.567843 +vn -0.159509 0.215261 -0.963442 +vn -0.776937 -0.139296 -0.613976 +vn -0.222568 0.308280 -0.924893 +vn -0.220327 0.299643 -0.928262 +vn -0.485710 0.669080 -0.562510 +vn 0.334237 -0.661817 0.671032 +vn 0.339206 -0.700928 0.627407 +vn 0.347342 -0.738778 0.577547 +vn 0.338164 -0.910400 0.238363 +vn 0.318349 -0.947214 0.037930 +vn 0.207296 -0.100833 0.973068 +vn 0.157898 -0.966378 0.202933 +vn 0.186322 -0.975656 0.115668 +vn -0.141321 -0.968444 0.205294 +vn 0.303215 -0.542396 0.783497 +vn 0.178835 -0.549123 0.816383 +vn -0.532655 -0.668380 0.519180 +vn -0.506111 -0.775692 0.377033 +vn -0.711034 -0.541422 0.448658 +vn -0.030642 -0.347899 0.937031 +vn -0.250036 -0.951815 0.177565 +vn -0.526805 -0.811924 0.251507 +vn -0.842235 -0.439483 0.312241 +vn 0.241932 -0.956120 -0.165237 +vn 0.062413 -0.973402 -0.220438 +vn -0.151330 -0.912627 -0.379752 +vn -0.325406 -0.883822 -0.336110 +vn -0.257984 -0.572218 -0.778467 +vn -0.063077 -0.612956 -0.787595 +vn -0.161874 -0.687988 -0.707439 +vn -0.465964 -0.679728 -0.566434 +vn -0.553572 -0.708645 -0.437470 +vn -0.553572 -0.708645 -0.437470 +vn -0.627124 -0.719884 -0.297461 +vn -0.819961 -0.572287 -0.012332 +vn 0.283236 -0.887423 -0.363673 +vn 0.275118 -0.850063 -0.449113 +vn 0.230424 -0.715922 -0.659060 +vn 0.212143 -0.650619 -0.729171 +vn 0.186889 -0.575116 -0.796439 +vn 0.163397 -0.505706 -0.847091 +vn 0.113017 -0.343295 -0.932403 +vn 0.079505 -0.257514 -0.962998 +vn -0.118610 0.731885 0.671027 +vn -0.110455 0.705057 0.700496 +vn -0.085410 0.656693 0.749306 +vn -0.022626 0.493419 0.869498 +vn -0.287200 0.910408 0.297781 +vn -0.323450 0.906061 0.272825 +vn -0.481061 0.833865 0.270646 +vn -0.651208 0.641182 0.405973 +vn -0.625597 0.473965 0.619666 +vn -0.263136 0.409782 0.873406 +vn -0.737475 0.277420 0.615767 +vn -0.625955 0.157169 0.763857 +vn -0.952272 -0.028165 0.303948 +vn -0.932960 0.240870 0.267522 +vn -0.817825 0.538082 0.204034 +vn -0.531071 0.844628 -0.067574 +vn -0.260330 0.800838 -0.539339 +vn -0.328520 0.765971 -0.552597 +vn -0.808058 0.587999 0.036052 +vn -0.707884 0.548087 -0.445535 +vn -0.915803 0.401477 0.010970 +vn -0.973115 0.172225 -0.152924 +vn -0.775219 0.276871 -0.567783 +vn -0.085195 0.254031 -0.963437 +vn -0.116401 0.361964 -0.924896 +vn -0.116926 0.353084 -0.928257 +vn -0.255235 0.786487 -0.562399 +vn 0.113371 -0.732713 0.671028 +vn 0.106008 -0.771453 0.627393 +vn 0.102050 -0.809937 0.577571 +vn 0.040240 -0.970348 0.238340 +vn 0.010078 -0.999231 0.037906 +vn 0.165969 -0.160653 0.972957 +vn -0.148621 -0.967849 0.202929 +vn -0.124274 -0.985493 0.115580 +vn -0.433586 -0.877382 0.205439 +vn 0.120809 -0.609529 0.783504 +vn 0.000410 -0.577451 0.816426 +vn -0.713100 -0.471049 0.519231 +vn -0.721031 -0.581373 0.376987 +vn -0.136539 -0.321446 0.937032 +vn -0.531982 -0.827918 0.177614 +vn -0.752031 -0.609250 0.251523 +vn -0.945605 -0.084247 0.314219 +vn -0.065258 -0.984037 -0.165570 +vn -0.241416 -0.945042 -0.220488 +vn -0.179731 -0.749544 -0.637087 +vn -0.075299 -0.769321 -0.634410 +vn -0.124594 -0.612731 -0.780408 +vn -0.582566 -0.740014 -0.336149 +vn -0.001295 -0.367109 -0.930177 +vn -0.745449 -0.502907 -0.437482 +vn -0.595641 -0.333556 -0.730721 +vn -0.914409 -0.267339 0.303950 +vn -0.004885 -0.931562 -0.363550 +vn -0.002055 -0.752192 -0.658940 +vn -0.000840 -0.531337 -0.847160 +vn 0.113375 0.732729 0.671010 +vn 0.112842 0.704729 0.700445 +vn 0.121696 0.650955 0.749298 +vn 0.130934 0.476335 0.869460 +vn 0.069283 0.913568 0.400741 +vn -0.199785 0.941751 0.270539 +vn -0.199785 0.941751 0.270539 +vn -0.312055 0.902812 0.295892 +vn -0.499756 0.794500 0.344983 +vn -0.104234 0.612530 0.783545 +vn -0.615648 0.491746 0.615762 +vn -0.914409 0.267339 0.303951 +vn -0.812869 0.517379 0.267513 +vn -0.611473 0.764512 0.204015 +vn -0.159718 0.986205 0.043464 +vn -0.000138 0.842207 -0.539154 +vn -0.075663 0.830114 -0.552437 +vn -0.586769 0.808960 0.035860 +vn -0.503862 0.739962 -0.445622 +vn -0.746914 0.664830 0.011032 +vn -0.872283 0.464461 -0.152967 +vn -0.651675 0.502879 -0.567831 +vn -0.002544 0.267924 -0.963437 +vn 0.001186 0.380210 -0.924899 +vn 0.000327 0.826832 -0.562449 +vn -0.118602 -0.731876 0.671037 +vn -0.137561 -0.766464 0.627383 +vn -0.153252 -0.801829 0.577567 +vn -0.261601 -0.935288 0.238330 +vn -0.299183 -0.953441 0.037953 +vn 0.017328 -0.405161 0.914081 +vn -0.440317 -0.874623 0.202868 +vn -0.423079 -0.898687 0.115609 +vn -0.683496 -0.700479 0.205335 +vn -0.177998 -0.549305 0.816444 +vn -0.823746 -0.227637 0.519253 +vn -0.865398 -0.330131 0.376961 +vn -0.893459 -0.020095 0.448695 +vn -0.229216 -0.263500 0.937031 +vn -0.761802 -0.622991 0.177594 +vn -0.903498 -0.347010 0.251547 +vn -0.925360 0.212123 0.314186 +vn -0.366130 -0.915661 -0.165871 +vn -0.521604 -0.824196 -0.220524 +vn -0.402524 -0.657322 -0.637104 +vn -0.309320 -0.708355 -0.634471 +vn -0.307839 -0.544243 -0.780407 +vn -0.114664 -0.348729 -0.930183 +vn -0.864367 -0.247914 -0.437503 +vn -0.669551 -0.133154 -0.730733 +vn -0.764329 0.065295 -0.641512 +vn -0.292553 -0.884397 -0.363668 +vn -0.234335 -0.714680 -0.659030 +vn -0.164937 -0.505090 -0.847160 +vn 0.207296 0.100834 0.973068 +vn 0.338865 0.819523 0.462117 +vn 0.342739 0.780806 0.522371 +vn 0.101012 0.957314 0.270826 +vn -0.017775 0.955047 0.295921 +vn 0.256443 0.727923 0.635897 +vn 0.176938 0.778182 0.602599 +vn -0.373013 0.903140 0.212602 +vn 0.090150 0.614793 0.783519 +vn -0.227544 0.751141 0.619687 +vn -0.433551 0.657956 0.615733 +vn -0.786977 0.536917 0.303953 +vn -0.613251 0.743204 0.267528 +vn -0.345372 0.916016 0.204040 +vn 0.074309 0.994234 0.077306 +vn 0.175536 0.983259 0.048866 +vn 0.152823 0.987296 0.043489 +vn 0.066921 0.995459 -0.067691 +vn 0.154873 0.987005 -0.042846 +vn 0.260102 0.800931 -0.539311 +vn 0.184574 0.812744 -0.552612 +vn -0.308112 0.950670 0.035975 +vn -0.250465 0.859456 -0.445649 +vn -0.504958 0.863073 0.011072 +vn -0.686064 0.711285 -0.152936 +vn -0.464388 0.679672 -0.567793 +vn 0.080317 0.255581 -0.963446 +vn 0.118672 0.361263 -0.924882 +vn 0.113016 0.354402 -0.928238 +vn 0.255844 0.786335 -0.562336 +vn -0.393537 -0.715229 0.577560 +vn -0.338976 -0.659402 0.671032 +vn -0.367677 -0.686449 0.627377 +vn -0.537817 -0.808672 0.238333 +vn -0.579145 -0.814342 0.037932 +vn -0.197117 -0.506912 0.839158 +vn -0.249652 -0.563200 0.787705 +vn -0.622281 -0.741424 0.251111 +vn -0.816133 -0.409779 0.407441 +vn -0.877570 -0.241777 0.414023 +vn -0.870230 -0.350049 0.346650 +vn -0.853780 0.038073 0.519240 +vn -0.880144 -0.117685 0.459887 +vn -0.495076 -0.248173 0.832652 +vn -0.299355 -0.179766 0.937054 +vn -0.853977 -0.501361 0.139144 +vn -0.961573 -0.150207 0.229817 +vn -0.966512 -0.050964 0.251511 +vn -0.814549 0.487627 0.314213 +vn -0.826986 -0.525622 -0.199540 +vn -0.585936 -0.500799 -0.637087 +vn -0.513171 -0.578031 -0.634457 +vn -0.460989 -0.422408 -0.780424 +vn -0.480746 -0.520105 -0.705956 +vn -0.574349 -0.404492 -0.711695 +vn -0.216780 -0.296224 -0.930192 +vn -0.898671 0.031331 -0.437503 +vn -0.677900 0.080261 -0.730759 +vn -0.706704 0.298272 -0.641563 +vn -0.551511 -0.750775 -0.363555 +vn -0.525931 -0.722292 -0.449100 +vn -0.443731 -0.607336 -0.658974 +vn -0.312971 -0.429384 -0.847159 +vn -0.211348 -0.293194 -0.932400 +vn 0.417781 0.340824 0.842198 +vn 0.385894 0.308334 0.869492 +vn 0.362850 0.235226 0.901670 +vn 0.593109 0.698380 0.400607 +vn 0.589181 0.673894 0.445795 +vn 0.598277 0.712642 0.366342 +vn 0.391844 0.879328 0.270630 +vn 0.278202 0.913798 0.295934 +vn 0.275722 0.556796 0.783553 +vn 0.015779 0.784688 0.619690 +vn -0.072992 0.836539 0.543024 +vn 0.075478 0.339616 0.937531 +vn -0.582489 0.753873 0.303945 +vn -0.250192 0.934955 0.251520 +vn -0.045349 0.977919 0.204005 +vn 0.450499 0.891719 0.043444 +vn 0.494882 0.681369 -0.539284 +vn 0.426716 0.715982 -0.552524 +vn 0.000728 0.999350 0.036056 +vn 0.027316 0.894840 -0.445550 +vn -0.213482 0.976885 0.011008 +vn -0.432695 0.888481 -0.152894 +vn -0.231606 0.789882 -0.567843 +vn 0.155407 0.218252 -0.963439 +vn 0.224456 0.306899 -0.924896 +vn 0.216908 0.302127 -0.928262 +vn 0.486264 0.668675 -0.562513 +vn 0.582861 0.798311 -0.151566 +vn -0.372830 -0.441266 0.816261 +vn -0.446993 -0.467053 0.762927 +vn -0.455100 -0.481048 0.749318 +vn -0.561807 -0.539229 0.627380 +vn -0.595299 -0.558618 0.577551 +vn -0.761377 -0.602912 0.238331 +vn -0.802450 -0.595514 0.037902 +vn -0.820943 -0.512828 0.251117 +vn -0.964694 -0.164912 0.205353 +vn -0.809751 -0.279546 0.515904 +vn -0.800238 0.300110 0.519185 +vn -0.894133 0.241694 0.376976 +vn -0.547533 -0.083028 0.832655 +vn -0.340241 -0.078447 0.937060 +vn -0.967121 -0.212871 0.139152 +vn -0.982498 -0.056252 0.177579 +vn -0.934915 0.250404 0.251461 +vn -0.623929 0.715535 0.314202 +vn -0.948959 -0.244266 -0.199527 +vn -0.712038 -0.295174 -0.637083 +vn -0.666645 -0.391291 -0.634410 +vn -0.744042 -0.352206 -0.567761 +vn -0.914696 -0.138167 -0.379790 +vn -0.568944 -0.259311 -0.780423 +vn -0.941127 0.036395 -0.336089 +vn -0.297695 -0.214730 -0.930198 +vn -0.397109 -0.103976 -0.911863 +vn -0.845023 0.307477 -0.437487 +vn -0.619936 0.285840 -0.730736 +vn -0.718772 -0.520659 -0.460740 +vn -0.728999 -0.525688 -0.438420 +vn -0.723400 -0.524470 -0.449025 +vn -0.738411 -0.536259 -0.408871 +vn -0.529514 -0.383888 -0.756468 +vn -0.430355 -0.311656 -0.847151 +vn 0.598159 0.284172 0.749301 +vn 0.582589 0.279185 0.763312 +vn 0.528692 0.223425 0.818881 +vn 0.462322 0.174005 0.869472 +vn 0.687140 0.367195 0.626902 +vn 0.804842 0.531844 0.263384 +vn 0.808600 0.537876 0.238444 +vn 0.723018 0.680968 0.116307 +vn 0.610523 0.755527 0.237574 +vn 0.408631 0.817420 0.406011 +vn 0.426605 0.853191 0.300122 +vn 0.257495 0.741415 0.619678 +vn 0.308436 0.376897 0.873393 +vn 0.035974 0.787125 0.615743 +vn -0.267771 0.658942 0.702919 +vn -0.321114 0.896938 0.303953 +vn -0.059253 0.961733 0.267504 +vn 0.259056 0.944071 0.204008 +vn 0.639308 0.765970 -0.067648 +vn 0.681185 0.495115 -0.539303 +vn 0.626998 0.549192 -0.552504 +vn 0.309539 0.950206 0.035964 +vn 0.302518 0.842587 -0.445566 +vn 0.098853 0.995041 0.011002 +vn -0.136943 0.978698 -0.152963 +vn 0.023769 0.822841 -0.567775 +vn 0.215250 0.159547 -0.963438 +vn -0.139316 0.776922 -0.613990 +vn 0.308338 0.222525 -0.924884 +vn 0.299667 0.220316 -0.928257 +vn 0.669214 0.485717 -0.562345 +vn -0.823001 -0.352081 0.445767 +vn -0.862706 -0.348349 0.366594 +vn -0.885958 -0.348411 0.306087 +vn -0.100804 -0.207299 0.973070 +vn -0.966374 -0.158036 0.202843 +vn -0.975674 -0.186136 0.115820 +vn -0.968431 0.141341 0.205338 +vn -0.542335 -0.303232 0.783533 +vn -0.549048 -0.178848 0.816431 +vn -0.668397 0.532596 0.519218 +vn -0.775723 0.506103 0.376980 +vn -0.541395 0.711038 0.448684 +vn -0.347856 0.030527 0.937051 +vn -0.951779 0.250163 0.177583 +vn -0.811864 0.526909 0.251483 +vn -0.439469 0.842203 0.312348 +vn -0.956110 -0.241825 -0.165449 +vn -0.973406 -0.062435 -0.220413 +vn -0.912616 0.151293 -0.379792 +vn -0.883824 0.325390 -0.336120 +vn -0.572204 0.257997 -0.778473 +vn -0.612965 0.063020 -0.787593 +vn -0.687936 0.161939 -0.707474 +vn -0.679659 0.466067 -0.566433 +vn -0.708616 0.553590 -0.437495 +vn -0.708616 0.553590 -0.437495 +vn -0.719883 0.627108 -0.297496 +vn -0.572277 0.819969 -0.012268 +vn -0.939310 -0.303016 -0.160869 +vn -0.887506 -0.283218 -0.363485 +vn -0.850054 -0.275175 -0.449096 +vn -0.715909 -0.230485 -0.659053 +vn -0.650724 -0.212121 -0.729084 +vn -0.575048 -0.186888 -0.796488 +vn -0.505520 -0.163420 -0.847198 +vn 0.731895 0.118617 0.671014 +vn 0.705151 0.110442 0.700403 +vn 0.656647 0.085441 0.749343 +vn 0.493434 0.022649 0.869488 +vn 0.862145 0.207579 0.462187 +vn 0.833796 0.481167 0.270670 +vn 0.762180 0.575752 0.295959 +vn 0.641213 0.651231 0.405888 +vn 0.474037 0.625560 0.619649 +vn 0.409813 0.263160 0.873384 +vn 0.277414 0.737499 0.615741 +vn 0.157187 0.625977 0.763836 +vn -0.028196 0.952275 0.303938 +vn 0.240892 0.932957 0.267512 +vn 0.538135 0.817793 0.204022 +vn 0.848101 0.524163 0.077317 +vn 0.898669 0.435897 0.048867 +vn 0.888591 0.456637 0.043460 +vn 0.844714 0.530929 -0.067626 +vn 0.889481 0.454975 -0.042672 +vn 0.800898 0.260359 -0.539236 +vn 0.766085 0.328465 -0.552471 +vn 0.588010 0.808053 0.035980 +vn 0.548082 0.707854 -0.445588 +vn 0.401463 0.915810 0.010961 +vn 0.331431 0.935464 -0.122724 +vn 0.438066 0.744135 -0.504343 +vn 0.299266 0.667419 -0.681903 +vn 0.438066 0.744135 -0.504343 +vn 0.455779 0.645465 -0.612895 +vn 0.135249 0.668490 -0.731320 +vn 0.002700 0.513295 -0.858208 +vn 0.060684 0.213212 -0.975120 +vn 0.362096 0.116365 -0.924849 +vn 0.353114 0.116914 -0.928247 +vn 0.369949 0.122258 -0.920973 +vn 0.786443 0.255173 -0.562489 +vn -0.732702 -0.113379 0.671039 +vn -0.771459 -0.106009 0.627386 +vn -0.809942 -0.102049 0.577564 +vn -0.970354 -0.040261 0.238310 +vn -0.999230 -0.010114 0.037912 +vn -0.159972 -0.166004 0.973063 +vn -0.967873 0.148583 0.202844 +vn -0.985459 0.124396 0.115739 +vn -0.877420 0.433563 0.205324 +vn -0.633889 0.220884 0.741212 +vn -0.471053 0.713105 0.519221 +vn -0.581351 0.721082 0.376925 +vn -0.516039 -0.130450 0.846573 +vn -0.295164 0.843547 0.448672 +vn -0.321417 0.136513 0.937046 +vn -0.342931 0.417707 0.841379 +vn -0.827966 0.531918 0.177585 +vn -0.609357 0.751948 0.251511 +vn -0.157672 0.936811 0.312289 +vn -0.984034 0.065379 -0.165536 +vn -0.945069 0.241320 -0.220477 +vn -0.821202 0.425891 -0.379795 +vn -0.740010 0.582579 -0.336135 +vn -0.464490 0.422228 -0.778442 +vn -0.563522 0.249307 -0.787584 +vn -0.604231 0.366574 -0.707480 +vn -0.502382 0.653248 -0.566463 +vn -0.502884 0.745457 -0.437495 +vn -0.502884 0.745457 -0.437495 +vn -0.490912 0.818843 -0.297493 +vn -0.290864 0.956686 -0.012208 +vn -0.931565 0.004882 -0.363543 +vn -0.893520 0.000978 -0.449023 +vn -0.752110 0.002065 -0.659035 +vn -0.684411 -0.000687 -0.729096 +vn -0.604707 -0.000032 -0.796448 +vn -0.531245 0.000837 -0.847218 +vn -0.367051 0.001302 -0.930200 +vn 0.732738 -0.113364 0.671002 +vn 0.704774 -0.112809 0.700405 +vn 0.650943 -0.121689 0.749310 +vn 0.475368 -0.133097 0.869661 +vn 0.954577 -0.008153 0.297852 +vn 0.961679 0.027696 0.272776 +vn 0.941707 0.199773 0.270700 +vn 0.811053 0.421254 0.405880 +vn 0.644168 0.448426 0.619647 +vn 0.471076 0.123677 0.873379 +vn 0.491741 0.615701 0.615714 +vn 0.267391 0.914385 0.303977 +vn 0.517367 0.812878 0.267507 +vn 0.764439 0.611562 0.204024 +vn 0.986192 0.159801 0.043454 +vn 0.842128 0.000145 -0.539277 +vn 0.830062 0.075813 -0.552493 +vn 0.809046 0.586651 0.035855 +vn 0.739986 0.503856 -0.445589 +vn 0.664777 0.746960 0.011041 +vn 0.604303 0.787244 -0.122739 +vn 0.646558 0.572410 -0.504291 +vn 0.490876 0.542285 -0.681886 +vn 0.646558 0.572410 -0.504291 +vn 0.632929 0.473117 -0.612831 +vn 0.333541 0.882127 -0.332569 +vn 0.335221 0.594001 -0.731294 +vn 0.158180 0.968867 -0.190460 +vn 0.380232 -0.001185 -0.924890 +vn 0.371889 0.002095 -0.928275 +vn 0.267858 0.002551 -0.963455 +vn 0.389625 0.001964 -0.920972 +vn 0.826827 -0.000330 -0.562457 +vn -0.731871 0.118586 0.671046 +vn -0.766418 0.137558 0.627440 +vn -0.801851 0.153225 0.577544 +vn -0.935296 0.261598 0.238303 +vn -0.953454 0.299149 0.037888 +vn -0.203402 -0.108444 0.973071 +vn -0.874534 0.440509 0.202836 +vn -0.898906 0.422576 0.115751 +vn -0.700431 0.683542 0.205346 +vn -0.617010 0.073483 0.783517 +vn -0.549347 0.178029 0.816409 +vn -0.227668 0.823776 0.519192 +vn -0.330106 0.865397 0.376985 +vn -0.263508 0.229181 0.937038 +vn -0.623001 0.761796 0.177585 +vn -0.347068 0.903489 0.251499 +vn 0.212148 0.925351 0.314195 +vn -0.915720 0.366137 -0.165533 +vn -0.824170 0.521662 -0.220484 +vn -0.657308 0.402585 -0.637080 +vn -0.708443 0.309245 -0.634410 +vn -0.722292 0.394959 -0.567716 +vn -0.649415 0.658830 -0.379742 +vn -0.544227 0.307890 -0.780398 +vn -0.348714 0.114683 -0.930186 +vn -0.317521 0.260216 -0.911849 +vn -0.247917 0.864392 -0.437452 +vn -0.133145 0.669523 -0.730761 +vn -0.077474 0.874645 -0.478533 +vn -0.923731 0.302481 -0.235003 +vn -0.621752 0.202633 -0.756548 +vn -0.505086 0.165011 -0.847148 +vn 0.661838 -0.334225 0.671017 +vn 0.635439 -0.325044 0.700402 +vn 0.581461 -0.316904 0.749317 +vn 0.412533 -0.271764 0.869460 +vn 0.819535 -0.338862 0.462099 +vn 0.957375 -0.100798 0.270689 +vn 0.955045 0.017796 0.295927 +vn 0.778185 -0.176766 0.602646 +vn 0.903099 0.373108 0.212610 +vn 0.614796 -0.090117 0.783521 +vn 0.751203 0.227340 0.619686 +vn 0.657931 0.433549 0.615761 +vn 0.536985 0.786906 0.304016 +vn 0.743166 0.613320 0.267475 +vn 0.916012 0.345399 0.204016 +vn 0.994230 -0.074327 0.077343 +vn 0.983274 -0.175460 0.048853 +vn 0.987286 -0.152893 0.043474 +vn 0.995462 -0.066866 -0.067710 +vn 0.987101 -0.154293 -0.042733 +vn 0.800958 -0.260081 -0.539281 +vn 0.812837 -0.184400 -0.552533 +vn 0.950688 0.308048 0.036031 +vn 0.859456 0.250527 -0.445614 +vn 0.863115 0.504887 0.010984 +vn 0.711277 0.686076 -0.152920 +vn 0.679642 0.464411 -0.567811 +vn 0.255583 -0.080372 -0.963441 +vn 0.361303 -0.118606 -0.924874 +vn 0.786279 -0.255795 -0.562436 +vn -0.659421 0.338950 0.671027 +vn -0.686472 0.367642 0.627372 +vn -0.715223 0.393528 0.577574 +vn -0.808682 0.537801 0.238336 +vn -0.814301 0.579204 0.037898 +vn -0.279630 0.016320 0.959969 +vn -0.455060 0.866441 0.205425 +vn -0.540358 0.824916 0.165913 +vn -0.409705 0.816167 0.407446 +vn -0.241834 0.877542 0.414048 +vn -0.467440 0.339034 0.816429 +vn 0.038066 0.853825 0.519167 +vn -0.248145 0.494947 0.832737 +vn -0.179756 0.299375 0.937050 +vn -0.031967 0.539532 0.841358 +vn -0.618113 0.780322 0.095052 +vn -0.357042 0.917057 0.177560 +vn -0.050887 0.966527 0.251468 +vn 0.487689 0.814526 0.314178 +vn -0.715189 0.650272 -0.256223 +vn -0.408151 0.900632 -0.149247 +vn -0.525617 0.826987 -0.199546 +vn -0.488494 0.864152 -0.120890 +vn -0.500782 0.585945 -0.637092 +vn -0.578102 0.513155 -0.634406 +vn -0.564894 0.598720 -0.567828 +vn -0.414036 0.827268 -0.379739 +vn -0.422429 0.460972 -0.780422 +vn -0.256249 0.906274 -0.336161 +vn -0.296200 0.216834 -0.930187 +vn -0.221577 0.345618 -0.911840 +vn 0.031324 0.898640 -0.437568 +vn 0.080271 0.677905 -0.730754 +vn -0.717274 0.522726 -0.460733 +vn -0.528819 0.384795 -0.756494 +vn -0.429384 0.312998 -0.847149 +vn 0.526174 -0.522381 0.671013 +vn 0.503785 -0.505570 0.700428 +vn 0.455136 -0.481070 0.749282 +vn 0.308368 -0.385883 0.869485 +vn 0.767509 -0.567642 0.297847 +vn 0.794141 -0.543016 0.272899 +vn 0.879345 -0.391790 0.270653 +vn 0.903786 -0.135860 0.405848 +vn 0.784742 -0.015780 0.619622 +vn 0.836538 0.072982 0.543026 +vn 0.453739 -0.176935 0.873393 +vn 0.702456 0.114172 0.702510 +vn 0.759705 0.209054 0.615748 +vn 0.753767 0.582633 0.303932 +vn 0.934924 0.250356 0.251473 +vn 0.977910 0.045427 0.204033 +vn 0.891777 -0.450385 0.043435 +vn 0.681363 -0.494899 -0.539277 +vn 0.715934 -0.426815 -0.552511 +vn 0.999350 -0.000775 0.036035 +vn 0.757737 -0.148785 -0.635372 +vn 0.951607 0.281698 -0.122839 +vn 0.888474 0.432695 -0.152937 +vn 0.218188 -0.155418 -0.963452 +vn 0.695844 0.372563 -0.614002 +vn 0.306928 -0.224443 -0.924890 +vn 0.302017 -0.216935 -0.928291 +vn 0.668692 -0.486277 -0.562482 +vn -0.522406 0.526130 0.671028 +vn -0.539213 0.561798 0.627402 +vn -0.558652 0.595271 0.577547 +vn -0.602886 0.761411 0.238289 +vn -0.595521 0.802446 0.037895 +vn -0.316913 0.186907 0.929856 +vn -0.448919 0.870186 0.203096 +vn -0.478683 0.870310 0.115854 +vn -0.164927 0.964691 0.205352 +vn -0.339794 0.466958 0.816389 +vn 0.300045 0.800245 0.519212 +vn 0.241617 0.894178 0.376918 +vn -0.078428 0.340293 0.937043 +vn -0.056238 0.982494 0.177604 +vn 0.250253 0.934928 0.251561 +vn 0.665171 0.678258 0.312272 +vn -0.525909 0.834248 -0.165678 +vn -0.360083 0.906517 -0.220379 +vn -0.295167 0.712037 -0.637087 +vn -0.391291 0.666609 -0.634448 +vn -0.352219 0.743990 -0.567822 +vn -0.138163 0.914707 -0.379765 +vn -0.259301 0.569034 -0.780361 +vn 0.036393 0.941126 -0.336091 +vn -0.214683 0.297780 -0.930182 +vn -0.104008 0.397171 -0.911832 +vn 0.307500 0.845018 -0.437479 +vn 0.285839 0.619963 -0.730713 +vn 0.603000 0.797648 -0.012186 +vn -0.569547 0.787627 -0.235075 +vn -0.383995 0.529364 -0.756519 +vn -0.311580 0.430388 -0.847162 +vn 0.111526 -0.417773 0.901681 +vn 0.107732 -0.391386 0.913899 +vn 0.680864 -0.723091 0.116462 +vn 0.497656 -0.722987 0.479196 +vn 0.564719 -0.693180 0.447878 +vn 0.783176 -0.546929 0.295810 +vn 0.438076 -0.635283 0.636007 +vn 0.871341 -0.349066 0.344846 +vn 0.444373 -0.434343 0.783504 +vn 0.741466 -0.257504 0.619613 +vn 0.257977 -0.358306 0.897254 +vn 0.787114 -0.035896 0.615762 +vn 0.299704 -0.176761 0.937514 +vn 0.658951 0.267737 0.702923 +vn 0.896934 0.321108 0.303973 +vn 0.961739 0.059194 0.267497 +vn 0.944082 -0.259005 0.204022 +vn 0.766081 -0.639173 -0.067664 +vn 0.495099 -0.681204 -0.539294 +vn 0.549192 -0.626999 -0.552504 +vn 0.950180 -0.309622 0.035939 +vn 0.842543 -0.302602 -0.445593 +vn 0.995035 -0.098908 0.011076 +vn 0.992090 -0.026125 -0.122784 +vn 0.843097 -0.186609 -0.504346 +vn 0.727261 -0.078387 -0.681871 +vn 0.426278 -0.049817 -0.903220 +vn 0.222585 -0.308304 -0.924881 +vn 0.220334 -0.299660 -0.928255 +vn 0.230607 -0.314052 -0.920973 +vn 0.485727 -0.669131 -0.562435 +vn -0.342661 0.780197 0.523331 +vn -0.352072 0.823003 0.445770 +vn -0.347335 0.738763 0.577570 +vn -0.338173 0.910400 0.238350 +vn -0.318359 0.947213 0.037892 +vn -0.316991 0.582078 0.748801 +vn -0.207298 0.100818 0.973069 +vn -0.234196 0.939158 0.251264 +vn 0.141310 0.968429 0.205369 +vn -0.178822 0.549071 0.816421 +vn 0.532635 0.668386 0.519192 +vn 0.506112 0.775740 0.376932 +vn 0.030567 0.347863 0.937047 +vn 0.096406 0.985562 0.139190 +vn 0.250108 0.951786 0.177620 +vn 0.526848 0.811913 0.251452 +vn 0.842132 0.439664 0.312264 +vn 0.060825 0.977993 -0.199575 +vn -0.060740 0.768474 -0.636992 +vn -0.166122 0.754877 -0.634479 +vn -0.070846 0.621278 -0.780381 +vn -0.138181 0.694690 -0.705912 +vn 0.010345 0.702468 -0.711640 +vn 0.325408 0.883822 -0.336109 +vn -0.112204 0.349539 -0.930179 +vn 0.553523 0.708588 -0.437624 +vn 0.463422 0.501297 -0.730713 +vn -0.283291 0.887451 -0.363561 +vn -0.275128 0.850105 -0.449028 +vn -0.230461 0.715966 -0.658999 +vn -0.163379 0.505653 -0.847126 +vn 0.030115 -0.538399 0.842152 +vn 0.022657 -0.493457 0.869475 +vn -0.023004 -0.431817 0.901668 +vn 0.136900 -0.766958 0.626924 +vn 0.299189 -0.933709 0.196655 +vn 0.323134 -0.906116 0.273016 +vn 0.353496 -0.933400 0.061682 +vn 0.423897 -0.898230 0.116166 +vn 0.651204 -0.641248 0.405875 +vn 0.625549 -0.474095 0.619614 +vn 0.263069 -0.409846 0.873396 +vn 0.737525 -0.277363 0.615733 +vn 0.230336 -0.260683 0.937544 +vn 0.733778 -0.114742 0.669630 +vn 0.952251 0.028592 0.303973 +vn 0.932929 -0.241017 0.267497 +vn 0.817835 -0.538075 0.204012 +vn 0.531086 -0.844614 -0.067638 +vn 0.260373 -0.800890 -0.539241 +vn 0.328435 -0.766057 -0.552528 +vn 0.860397 -0.508620 0.031989 +vn 0.725084 -0.627787 -0.283086 +vn 0.707876 -0.548062 -0.445578 +vn 0.973108 -0.172252 -0.152937 +vn 0.775231 -0.276800 -0.567801 +vn 0.085195 -0.254018 -0.963440 +vn 0.781965 -0.107600 -0.613965 +vn 0.116383 -0.361983 -0.924891 +vn 0.116889 -0.353042 -0.928277 +vn 0.255192 -0.786458 -0.562459 +vn 0.698381 -0.644853 -0.310531 +vn 0.695624 -0.602801 -0.390816 +vn 0.491901 -0.418615 -0.763410 +vn 0.433333 -0.395223 -0.809952 +vn 0.106446 -0.119093 -0.987161 +vn 0.394207 -0.434126 -0.810022 +vn 0.564079 -0.650132 -0.509061 +vn 0.546775 -0.595618 -0.588453 +vn 0.698420 -0.698443 -0.156161 +vn 0.572445 -0.572512 -0.586973 +vn 0.416399 -0.416439 -0.808202 +vn 0.219579 -0.219608 -0.950556 +vn 0.464943 -0.829111 -0.310489 +vn 0.475308 -0.788256 -0.390812 +vn 0.397593 -0.703871 -0.588630 +vn 0.396464 -0.648473 -0.649845 +vn 0.289968 -0.509784 -0.809963 +vn 0.062080 -0.142474 -0.987850 +vn 0.240740 -0.534695 -0.810028 +vn 0.335566 -0.792621 -0.509064 +vn 0.335957 -0.735462 -0.588413 +vn 0.378009 -0.891885 -0.248297 +vn 0.431829 -0.847536 -0.308556 +vn 0.367517 -0.721365 -0.586996 +vn 0.267357 -0.524759 -0.808176 +vn 0.140981 -0.276718 -0.950553 +vn 0.185967 -0.932209 -0.310488 +vn 0.208469 -0.896585 -0.390737 +vn 0.151955 -0.627987 -0.763244 +vn 0.118266 -0.574460 -0.809944 +vn 0.016556 -0.161196 -0.986784 +vn 0.063738 -0.582895 -0.810044 +vn 0.074217 -0.857550 -0.509019 +vn 0.092268 -0.803287 -0.588402 +vn 0.154499 -0.975554 -0.156285 +vn 0.126610 -0.799650 -0.586967 +vn 0.092090 -0.581672 -0.808194 +vn 0.048561 -0.306744 -0.950553 +vn -0.060453 -0.757744 -0.649746 +vn -0.079065 -0.702256 -0.707520 +vn -0.060446 -0.757727 -0.649766 +vn -0.033502 -0.151766 -0.987849 +vn -0.119522 -0.574077 -0.810031 +vn -0.194420 -0.838552 -0.508951 +vn -0.160468 -0.792491 -0.588395 +vn -0.148829 -0.939514 -0.308487 +vn -0.126682 -0.799637 -0.586969 +vn -0.092156 -0.581612 -0.808230 +vn -0.048606 -0.306721 -0.950558 +vn -0.397498 -0.863468 -0.310514 +vn -0.358379 -0.847873 -0.390737 +vn -0.335763 -0.735363 -0.588646 +vn -0.291612 -0.701911 -0.649833 +vn -0.124239 -0.281486 -0.951489 +vn -0.078755 -0.133981 -0.987850 +vn -0.291092 -0.509053 -0.810019 +vn -0.444011 -0.737380 -0.509043 +vn -0.397503 -0.704109 -0.588407 +vn -0.499365 -0.830090 -0.248165 +vn -0.431865 -0.847532 -0.308516 +vn -0.367579 -0.721334 -0.586995 +vn -0.267364 -0.524685 -0.808222 +vn -0.644840 -0.698370 -0.310581 +vn -0.602833 -0.695619 -0.390778 +vn -0.395244 -0.433335 -0.809940 +vn -0.418677 -0.492055 -0.763277 +vn -0.434127 -0.394190 -0.810030 +vn -0.470432 -0.397753 -0.787709 +vn -0.455165 -0.394470 -0.798259 +vn -0.650092 -0.564062 -0.509132 +vn -0.595627 -0.546811 -0.588409 +vn -0.698444 -0.698427 -0.156123 +vn -0.572501 -0.572443 -0.586986 +vn -0.416429 -0.416384 -0.808215 +vn -0.219618 -0.219578 -0.950554 +vn -0.829101 -0.464944 -0.310514 +vn -0.788295 -0.475318 -0.390722 +vn -0.509770 -0.290004 -0.809958 +vn -0.550111 -0.338564 -0.763382 +vn -0.534718 -0.240735 -0.810015 +vn -0.570306 -0.232912 -0.787720 +vn -0.554725 -0.234516 -0.798299 +vn -0.792630 -0.335571 -0.509048 +vn -0.735453 -0.335975 -0.588413 +vn -0.880081 -0.448405 -0.156176 +vn -0.721362 -0.367515 -0.587000 +vn -0.524729 -0.267327 -0.808206 +vn -0.276721 -0.140969 -0.950554 +vn -0.932195 -0.185963 -0.310531 +vn -0.896589 -0.208425 -0.390752 +vn -0.792265 -0.160610 -0.588660 +vn -0.739249 -0.176658 -0.649849 +vn -0.154654 -0.015033 -0.987854 +vn -0.582964 -0.063725 -0.809995 +vn -0.857505 -0.074222 -0.509093 +vn -0.803277 -0.092268 -0.588415 +vn -0.975570 -0.154494 -0.156187 +vn -0.799643 -0.126619 -0.586975 +vn -0.581628 -0.092089 -0.808225 +vn -0.306750 -0.048558 -0.950551 +vn -0.757732 0.060458 -0.649760 +vn -0.702234 0.079064 -0.707543 +vn -0.757706 0.060442 -0.649792 +vn -0.449879 0.048725 -0.891759 +vn -0.151761 0.033503 -0.987849 +vn -0.574110 0.119527 -0.810007 +vn -0.838484 0.194393 -0.509073 +vn -0.792479 0.160469 -0.588410 +vn -0.880386 0.139462 -0.453289 +vn -0.699244 0.110785 -0.706247 +vn -0.449765 0.071262 -0.890300 +vn -0.863468 0.397480 -0.310536 +vn -0.847840 0.358406 -0.390785 +vn -0.735370 0.335751 -0.588644 +vn -0.534246 0.241979 -0.809955 +vn -0.597109 0.246215 -0.763439 +vn -0.509065 0.291075 -0.810018 +vn -0.523607 0.324440 -0.787765 +vn -0.515728 0.310908 -0.798349 +vn -0.737393 0.443990 -0.509043 +vn -0.704066 0.397524 -0.588443 +vn -0.847541 0.431866 -0.308491 +vn -0.721350 0.367577 -0.586977 +vn -0.524712 0.267388 -0.808196 +vn -0.276685 0.141011 -0.950558 +vn -0.698397 0.644848 -0.310505 +vn -0.695635 0.602774 -0.390839 +vn -0.595646 0.546544 -0.588639 +vn -0.577517 0.494285 -0.649736 +vn -0.433344 0.395249 -0.809933 +vn -0.106454 0.119104 -0.987158 +vn -0.394214 0.434120 -0.810022 +vn -0.564063 0.650139 -0.509071 +vn -0.546794 0.595630 -0.588423 +vn -0.635119 0.731439 -0.248237 +vn -0.672604 0.672639 -0.308482 +vn -0.572431 0.572500 -0.586998 +vn -0.416375 0.416437 -0.808216 +vn -0.219576 0.219612 -0.950556 +vn -0.464939 0.829110 -0.310496 +vn -0.475316 0.788303 -0.390709 +vn -0.338484 0.550106 -0.763421 +vn -0.289992 0.509802 -0.809942 +vn -0.062077 0.142470 -0.987851 +vn -0.240760 0.534698 -0.810020 +vn -0.335576 0.792617 -0.509066 +vn -0.335977 0.735459 -0.588405 +vn -0.448413 0.880077 -0.156172 +vn -0.367505 0.721367 -0.587000 +vn -0.267317 0.524735 -0.808205 +vn -0.140996 0.276717 -0.950551 +vn -0.185968 0.932203 -0.310505 +vn -0.208405 0.896564 -0.390820 +vn -0.160609 0.792256 -0.588673 +vn -0.176688 0.739328 -0.649751 +vn -0.015030 0.154689 -0.987849 +vn -0.063735 0.582916 -0.810029 +vn -0.074228 0.857535 -0.509043 +vn -0.092264 0.803265 -0.588433 +vn -0.154500 0.975565 -0.156213 +vn -0.126612 0.799645 -0.586973 +vn -0.092090 0.581667 -0.808198 +vn -0.048555 0.306719 -0.950561 +vn 0.060454 0.757741 -0.649749 +vn 0.079062 0.702224 -0.707553 +vn 0.060445 0.757697 -0.649801 +vn 0.033501 0.151760 -0.987850 +vn 0.119529 0.574107 -0.810009 +vn 0.194397 0.838496 -0.509052 +vn 0.160466 0.792459 -0.588439 +vn 0.148827 0.939511 -0.308497 +vn 0.126684 0.799642 -0.586961 +vn 0.092162 0.581655 -0.808198 +vn 0.048605 0.306722 -0.950557 +vn 0.397492 0.863467 -0.310524 +vn 0.358353 0.847883 -0.390739 +vn 0.335755 0.735348 -0.588670 +vn 0.291626 0.701955 -0.649780 +vn 0.124244 0.281496 -0.951485 +vn 0.078751 0.133985 -0.987849 +vn 0.291086 0.509049 -0.810023 +vn 0.444035 0.737341 -0.509079 +vn 0.397488 0.704093 -0.588435 +vn 0.499353 0.830061 -0.248286 +vn 0.431861 0.847527 -0.308536 +vn 0.367583 0.721342 -0.586983 +vn 0.267388 0.524710 -0.808198 +vn 0.644879 0.698372 -0.310497 +vn 0.602852 0.695596 -0.390790 +vn 0.546559 0.595615 -0.588656 +vn 0.494269 0.577488 -0.649773 +vn 0.229542 0.205566 -0.951343 +vn 0.434124 0.394175 -0.810038 +vn 0.650126 0.564094 -0.509053 +vn 0.595618 0.546811 -0.588419 +vn 0.698429 0.698428 -0.156188 +vn 0.572514 0.572455 -0.586960 +vn 0.322003 0.321961 -0.890312 +vn 0.829097 0.464947 -0.310521 +vn 0.788345 0.475318 -0.390622 +vn 0.550163 0.338450 -0.763395 +vn 0.509768 0.290004 -0.809959 +vn 0.142470 0.062100 -0.987849 +vn 0.534708 0.240733 -0.810021 +vn 0.792617 0.335592 -0.509055 +vn 0.735448 0.335989 -0.588412 +vn 0.794220 0.404644 -0.453296 +vn 0.524735 0.267328 -0.808201 +vn 0.276722 0.140971 -0.950554 +vn 0.932196 0.185962 -0.310530 +vn 0.896576 0.208412 -0.390789 +vn 0.574482 0.118276 -0.809927 +vn 0.627850 0.151926 -0.763363 +vn 0.582955 0.063725 -0.810001 +vn 0.614409 0.045306 -0.787686 +vn 0.600023 0.051654 -0.798314 +vn 0.857531 0.074187 -0.509056 +vn 0.803267 0.092265 -0.588430 +vn 0.880386 0.139412 -0.453305 +vn 0.581627 0.092086 -0.808227 +vn 0.306724 0.048558 -0.950559 +vn 0.944042 -0.111208 -0.310511 +vn 0.917111 -0.078816 -0.390762 +vn 0.803108 -0.092077 -0.588677 +vn 0.757737 -0.060406 -0.649759 +vn 0.582862 -0.065043 -0.809964 +vn 0.159542 -0.034404 -0.986592 +vn 0.574133 -0.119521 -0.809991 +vn 0.838459 -0.194434 -0.509099 +vn 0.792468 -0.160470 -0.588425 +vn 0.939509 -0.148826 -0.308502 +vn 0.799634 -0.126681 -0.586973 +vn 0.581655 -0.092158 -0.808199 +vn 0.306708 -0.048601 -0.950562 +vn 0.863483 -0.397468 -0.310510 +vn 0.847851 -0.358404 -0.390762 +vn 0.735386 -0.335751 -0.588625 +vn 0.701938 -0.291604 -0.649808 +vn 0.534236 -0.241977 -0.809962 +vn 0.133966 -0.078760 -0.987851 +vn 0.509075 -0.291079 -0.810010 +vn 0.737405 -0.443955 -0.509056 +vn 0.704084 -0.397512 -0.588430 +vn 0.830109 -0.499365 -0.248098 +vn 0.847520 -0.431874 -0.308536 +vn 0.721355 -0.367580 -0.586969 +vn 0.524716 -0.267388 -0.808194 +vn 0.276679 -0.141006 -0.950561 +vn -0.767952 0.070497 -0.636616 +vn -0.918134 0.000000 -0.396269 +vn -0.767999 -0.070067 -0.636606 +vn -0.815887 -0.139872 -0.561039 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn 0.668553 -0.114965 -0.734724 +vn 0.528669 -0.187095 -0.827952 +vn 0.639528 -0.226290 -0.734708 +vn 0.489433 -0.273738 -0.827963 +vn 0.592084 -0.331123 -0.734707 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.527580 -0.426415 -0.734731 +vn 0.370251 -0.421186 -0.827959 +vn 0.447963 -0.509439 -0.734712 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.355426 -0.577863 -0.734675 +vn 0.208857 -0.520469 -0.827944 +vn 0.252660 -0.629583 -0.734702 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.142582 -0.663185 -0.734749 +vn 0.028491 -0.677770 -0.734722 +vn -0.071528 -0.556229 -0.827945 +vn -0.086480 -0.672851 -0.734706 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.198933 -0.648515 -0.734748 +vn -0.252721 -0.500610 -0.827962 +vn -0.305699 -0.605607 -0.734703 +vn -0.333699 -0.450696 -0.827960 +vn -0.403624 -0.545232 -0.734717 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.489916 -0.469140 -0.734772 +vn -0.464800 -0.313794 -0.827946 +vn -0.562169 -0.379609 -0.734753 +vn -0.618324 -0.279129 -0.734685 +vn -0.542831 -0.141030 -0.827916 +vn -0.542661 0.141597 -0.827931 +vn -0.656432 0.171237 -0.734694 +vn -0.510915 0.231274 -0.827936 +vn -0.618035 0.279736 -0.734698 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.561799 0.380107 -0.734780 +vn -0.489534 0.469649 -0.734701 +vn -0.333245 0.451034 -0.827959 +vn -0.403151 0.545602 -0.734703 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.305105 0.605832 -0.734765 +vn -0.163944 0.536313 -0.827944 +vn -0.198347 0.648738 -0.734709 +vn -0.070950 0.556306 -0.827943 +vn -0.085859 0.672933 -0.734704 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn 0.029101 0.677742 -0.734724 +vn 0.118421 0.548139 -0.827962 +vn 0.143227 0.663090 -0.734709 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.253220 0.629333 -0.734725 +vn 0.294242 0.477361 -0.827978 +vn 0.355934 0.577479 -0.734731 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.448420 0.509044 -0.734707 +vn 0.436464 0.352072 -0.827976 +vn 0.527986 0.425934 -0.734718 +vn 0.489720 0.273249 -0.827955 +vn 0.592369 0.330562 -0.734730 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.639716 0.225697 -0.734727 +vn 0.668660 0.114331 -0.734726 +vn 0.560808 -0.000293 -0.827946 +vn 0.678356 -0.000318 -0.734733 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn -0.429081 -0.036281 -0.902537 +vn -0.356949 -0.240959 -0.902511 +vn -0.416685 0.108751 -0.902522 +vn 0.988556 0.150855 0.000000 +vn 0.988556 0.150854 0.000000 +vn 0.974927 0.222523 0.000000 +vn 0.974929 0.222515 0.000000 +vn 0.956111 0.293005 0.000000 +vn 0.956115 0.292991 0.000000 +vn 0.205767 0.978601 -0.000011 +vn 0.286211 0.958167 0.000049 +vn 0.288332 0.957531 -0.000008 +vn 0.439889 0.898052 0.000091 +vn 0.591920 0.805997 -0.000001 +vn 0.824990 0.565148 0.000054 +vn 0.910545 0.413411 0.000000 +vn 0.966988 0.254823 0.000027 +vn 0.996376 0.085053 0.000003 +vn 0.967005 -0.254756 0.000027 +vn 0.827372 -0.561655 0.000008 +vn 0.716982 -0.697092 0.000065 +vn 0.446563 -0.894752 0.000007 +vn 0.286645 -0.958037 0.000050 +vn 0.205778 -0.978599 0.000010 +vn 0.675262 0.737578 -0.000009 +vn 0.673611 0.739087 0.000050 +vn 0.786025 0.618195 0.000091 +vn 0.790577 0.612362 -0.000003 +vn 0.948182 0.317727 0.000065 +vn 0.949817 0.312805 0.000000 +vn 0.999807 -0.019631 0.000040 +vn 0.999743 -0.022660 0.000000 +vn 0.934889 -0.354939 0.000014 +vn 0.860400 -0.509620 0.000014 +vn 0.762011 -0.647564 0.000002 +vn 0.639030 -0.769182 0.000039 +vn 0.347623 -0.937634 0.000010 +vn 0.343593 -0.939119 0.000065 +vn -0.155661 -0.987811 0.000006 +vn -0.157373 -0.987539 0.000050 +vn 0.893493 0.449077 -0.000012 +vn 0.927565 0.373661 0.000049 +vn 0.928409 0.371560 -0.000009 +vn 0.976426 0.215852 0.000090 +vn 0.999203 0.039914 0.000001 +vn 0.956220 -0.292648 0.000052 +vn 0.955031 -0.296508 0.000000 +vn 0.802154 -0.597117 0.000027 +vn 0.800941 -0.598743 0.000000 +vn 0.405462 -0.914112 0.000002 +vn 0.403834 -0.914832 0.000025 +vn 0.076621 -0.997060 0.000007 +vn -0.097922 -0.995194 0.000065 +vn -0.421040 -0.907042 0.000006 +vn -0.570278 -0.821452 0.000049 +vn -0.636841 -0.770995 0.000008 +vn 0.999854 0.017116 -0.000011 +vn 0.997827 -0.065888 0.000049 +vn 0.997681 -0.068067 -0.000009 +vn 0.973380 -0.229198 0.000090 +vn 0.917558 -0.397602 0.000000 +vn 0.839532 -0.543311 0.000065 +vn 0.731762 -0.681561 0.000001 +vn 0.608047 -0.793901 0.000038 +vn 0.304726 -0.952440 0.000001 +vn 0.138020 -0.990429 0.000014 +vn -0.202882 -0.979203 0.000041 +vn -0.363678 -0.931525 0.000007 +vn -0.520041 -0.854142 0.000064 +vn -0.654083 -0.756422 0.000013 +vn -0.869424 -0.494066 0.000006 +vn -0.870183 -0.492728 0.000050 +vn 0.869383 -0.494138 -0.000007 +vn 0.870400 -0.492346 0.000050 +vn 0.777570 -0.628796 0.000092 +vn 0.772932 -0.634489 -0.000002 +vn 0.516304 -0.856406 0.000000 +vn 0.367413 -0.930058 0.000051 +vn 0.200365 -0.979721 0.000001 +vn 0.033333 -0.999444 0.000029 +vn -0.305350 -0.952240 0.000013 +vn -0.461788 -0.886990 0.000002 +vn -0.607665 -0.794194 0.000039 +vn -0.836754 -0.547579 0.000010 +vn -0.839175 -0.543862 0.000065 +vn -0.971675 -0.236322 0.000007 +vn -0.997805 -0.066228 0.000049 +vn -0.999854 0.017103 0.000010 +vn 0.568849 -0.822442 -0.000008 +vn 0.570685 -0.821169 0.000049 +vn 0.427848 -0.903851 0.000089 +vn 0.261206 -0.965283 0.000000 +vn -0.072445 -0.997373 0.000053 +vn -0.076629 -0.997060 0.000000 +vn -0.403652 -0.914913 0.000024 +vn -0.405530 -0.914082 0.000001 +vn -0.800816 -0.598911 0.000003 +vn -0.802162 -0.597107 0.000027 +vn -0.955056 -0.296425 0.000009 +vn -0.956009 -0.293336 0.000052 +vn -0.999206 0.039830 0.000012 +vn -0.998974 0.045296 0.000079 +vn -0.928467 0.371414 0.000006 +vn -0.927688 0.373356 0.000049 +vn 0.155682 -0.987807 -0.000007 +vn 0.157830 -0.987466 0.000050 +vn -0.006741 -0.999977 0.000090 +vn -0.014140 -0.999900 -0.000002 +vn -0.342835 -0.939396 0.000066 +vn -0.501472 -0.865174 0.000000 +vn -0.638770 -0.769398 0.000041 +vn -0.761926 -0.647664 0.000001 +vn -0.860392 -0.509633 0.000013 +vn -0.981384 -0.192056 0.000001 +vn -0.981799 -0.189924 0.000027 +vn -0.989095 0.147279 0.000008 +vn -0.948408 0.317054 0.000066 +vn -0.883008 0.469358 0.000013 +vn -0.675256 0.737583 0.000005 +vn -0.673857 0.738862 0.000050 +vn -0.288417 -0.957505 -0.000009 +vn -0.286125 -0.958192 0.000051 +vn -0.439956 -0.898019 0.000091 +vn -0.446561 -0.894753 -0.000004 +vn -0.720017 -0.693957 0.000000 +vn -0.825044 -0.565069 0.000052 +vn -0.967521 -0.252791 0.000000 +vn -0.996298 -0.085965 0.000013 +vn -0.966984 0.254837 0.000026 +vn -0.910610 0.413266 0.000005 +vn -0.825291 0.564707 0.000051 +vn -0.720079 0.693892 0.000011 +vn -0.587431 0.809274 0.000077 +vn -0.288300 0.957540 0.000006 +vn -0.286645 0.958037 0.000050 +vn -0.675217 -0.737619 -0.000009 +vn -0.673565 -0.739128 0.000051 +vn -0.786068 -0.618140 0.000092 +vn -0.790563 -0.612380 -0.000003 +vn -0.949795 -0.312873 0.000001 +vn -0.988504 -0.151196 0.000053 +vn -0.999743 0.022662 0.000000 +vn -0.934918 0.354863 0.000015 +vn -0.934631 0.355618 0.000002 +vn -0.760738 0.649059 0.000025 +vn -0.501622 0.865087 0.000007 +vn -0.498569 0.866850 0.000052 +vn -0.183510 0.983018 0.000013 +vn -0.178189 0.983996 0.000079 +vn 0.155634 0.987815 0.000006 +vn 0.157441 0.987528 0.000050 +vn -0.893282 -0.449497 -0.000011 +vn -0.927622 -0.373521 0.000050 +vn -0.928349 -0.371711 -0.000009 +vn -0.976428 -0.215845 0.000091 +vn -0.999207 -0.039824 0.000000 +vn -0.992126 0.125247 0.000065 +vn -0.892249 0.451543 0.000039 +vn -0.890850 0.454298 0.000001 +vn -0.688453 0.725281 0.000016 +vn -0.554615 0.832107 0.000006 +vn -0.403801 0.914847 0.000026 +vn -0.244585 0.969628 0.000006 +vn -0.073135 0.997322 0.000053 +vn 0.093644 0.995606 0.000009 +vn 0.266410 0.963860 0.000077 +vn 0.421106 0.907011 0.000007 +vn 0.570320 0.821423 0.000049 +vn 0.636841 0.770995 0.000010 +vn -0.997693 0.067891 -0.000008 +vn -0.997821 0.065976 0.000050 +vn -0.973489 0.228733 0.000091 +vn -0.917524 0.397680 -0.000003 +vn -0.734591 0.678510 0.000052 +vn -0.731761 0.681561 0.000001 +vn -0.463667 0.886010 0.000026 +vn -0.138760 0.990326 0.000004 +vn 0.033098 0.999452 0.000026 +vn 0.200365 0.979721 0.000005 +vn 0.366850 0.930280 0.000050 +vn 0.516304 0.856405 0.000012 +vn 0.658231 0.752816 0.000077 +vn 0.869377 0.494149 0.000005 +vn 0.870184 0.492728 0.000050 +vn -0.869298 0.494288 -0.000009 +vn -0.870486 0.492193 0.000051 +vn -0.777654 0.628692 0.000091 +vn -0.654128 0.756384 0.000000 +vn -0.367447 0.930045 0.000052 +vn -0.363613 0.931550 -0.000001 +vn -0.033290 0.999446 0.000025 +vn -0.031245 0.999512 0.000001 +vn 0.305350 0.952240 0.000014 +vn 0.461787 0.886991 0.000001 +vn 0.734134 0.679005 0.000052 +vn 0.836795 0.547517 0.000010 +vn 0.919663 0.392709 0.000079 +vn 0.971696 0.236236 0.000003 +vn 0.997793 0.066406 0.000049 +vn 0.999851 -0.017277 0.000010 +vn -0.636851 0.770987 -0.000011 +vn -0.570642 0.821199 0.000049 +vn -0.568849 0.822442 -0.000009 +vn -0.427782 0.903882 0.000089 +vn -0.261191 0.965287 0.000000 +vn 0.072484 0.997370 0.000053 +vn 0.244565 0.969633 0.000001 +vn 0.403682 0.914899 0.000025 +vn 0.688185 0.725535 0.000013 +vn 0.801012 0.598649 0.000002 +vn 0.892068 0.451901 0.000039 +vn 0.991477 0.130284 0.000010 +vn 0.992038 0.125938 0.000065 +vn 0.977980 -0.208701 0.000007 +vn 0.927781 -0.373126 0.000049 +vn 0.893429 -0.449205 0.000010 +vn -0.155655 0.987812 -0.000008 +vn -0.157871 0.987460 0.000050 +vn 0.006739 0.999977 0.000091 +vn 0.183505 0.983019 0.000001 +vn 0.498059 0.867143 0.000054 +vn 0.641070 0.767482 0.000000 +vn 0.760627 0.649189 0.000027 +vn 0.934602 0.355696 0.000003 +vn 0.981785 0.189995 0.000027 +vn 0.999741 0.022747 0.000006 +vn 0.948434 -0.316975 0.000066 +vn 0.882999 -0.469374 0.000013 +vn 0.675213 -0.737623 0.000005 +vn 0.673991 -0.738739 0.000049 +vn -0.665252 0.201272 -0.718978 +vn -0.662321 0.202977 -0.721201 +vn -0.687990 0.157019 -0.708530 +vn -0.686721 0.107304 -0.718957 +vn 0.051910 0.702048 -0.710235 +vn -0.017739 0.707554 -0.706436 +vn -0.034027 0.706402 -0.706992 +vn -0.245534 0.662428 -0.707744 +vn -0.454005 0.541710 -0.707411 +vn -0.609118 0.359122 -0.707111 +vn -0.609949 0.357573 -0.707180 +vn -0.693530 0.137333 -0.707217 +vn -0.698887 -0.107528 -0.707104 +vn -0.670898 -0.221571 -0.707674 +vn -0.563450 -0.423110 -0.709578 +vn -0.482625 -0.531561 -0.696072 +vn -0.257888 0.654992 -0.710267 +vn -0.322954 0.629783 -0.706452 +vn -0.337193 0.621697 -0.706961 +vn -0.582976 0.400064 -0.707169 +vn -0.704627 0.059206 -0.707104 +vn -0.684435 0.176940 -0.707277 +vn -0.704725 0.057608 -0.707138 +vn -0.684376 -0.177161 -0.707279 +vn -0.643037 -0.294091 -0.707116 +vn -0.508292 -0.490792 -0.707646 +vn -0.324076 -0.625715 -0.709546 +vn -0.204248 -0.688371 -0.696009 +vn -0.512021 0.469982 -0.718993 +vn -0.508645 0.470251 -0.721210 +vn -0.551731 0.439960 -0.708539 +vn -0.572119 0.394638 -0.718986 +vn -0.686711 -0.107306 -0.718967 +vn -0.684825 -0.104521 -0.721172 +vn -0.688008 -0.157017 -0.708513 +vn -0.665244 -0.201279 -0.718984 +vn 0.351348 0.609927 -0.710312 +vn 0.291034 0.645144 -0.706462 +vn 0.275909 0.651194 -0.706980 +vn 0.066176 0.703367 -0.707739 +vn -0.171083 0.686009 -0.707194 +vn -0.174064 0.685058 -0.707388 +vn -0.394324 0.586882 -0.707162 +vn -0.565204 0.424699 -0.707231 +vn -0.566601 0.422977 -0.707144 +vn -0.674848 0.209777 -0.707513 +vn -0.705841 -0.029601 -0.707752 +vn -0.691197 -0.136673 -0.709625 +vn -0.665567 -0.269402 -0.696019 +vn -0.516503 0.478351 -0.710215 +vn -0.564218 0.427225 -0.706496 +vn -0.573550 0.413915 -0.706905 +vn -0.670961 0.221073 -0.707769 +vn -0.699007 0.103382 -0.707603 +vn -0.698829 0.107512 -0.707163 +vn -0.694006 -0.135192 -0.707162 +vn -0.659950 -0.253909 -0.707104 +vn -0.539758 -0.456581 -0.707245 +vn -0.354633 -0.611239 -0.707546 +vn -0.351683 -0.613437 -0.707117 +vn -0.128154 -0.694692 -0.707799 +vn 0.086129 -0.703782 -0.705176 +vn -0.257448 0.645649 -0.718928 +vn -0.254308 0.644440 -0.721128 +vn -0.306168 0.635753 -0.708575 +vn -0.552381 -0.440466 -0.707718 +vn -0.572124 -0.394646 -0.718977 +vn -0.551743 -0.439960 -0.708530 +vn -0.508625 -0.470257 -0.721220 +vn 0.611928 0.346995 -0.710731 +vn 0.625224 0.352699 -0.696203 +vn 0.542126 0.455003 -0.706450 +vn 0.467337 0.530580 -0.707164 +vn 0.364789 0.605009 -0.707738 +vn 0.140404 0.692677 -0.707450 +vn -0.100601 0.699850 -0.707170 +vn -0.216095 0.673319 -0.707068 +vn -0.427374 0.563025 -0.707357 +vn -0.591603 0.386289 -0.707663 +vn -0.594341 0.383027 -0.707141 +vn -0.682679 0.173250 -0.709883 +vn -0.716552 0.045889 -0.696022 +vn -0.652887 0.261943 -0.710721 +vn -0.665605 0.268874 -0.696188 +vn -0.693746 0.140082 -0.706466 +vn -0.706196 0.034601 -0.707171 +vn -0.700453 -0.091917 -0.707755 +vn -0.629092 -0.322067 -0.707472 +vn -0.485600 -0.514025 -0.707086 +vn -0.484411 -0.515016 -0.707181 +vn -0.173753 -0.685106 -0.707417 +vn -0.171028 -0.686142 -0.707077 +vn 0.066739 -0.703329 -0.707725 +vn 0.287100 -0.643456 -0.709605 +vn 0.298210 -0.642780 -0.705624 +vn 0.383047 -0.596692 -0.705148 +vn 0.048193 0.693366 -0.718972 +vn 0.050503 0.690917 -0.721168 +vn 0.000000 0.705639 -0.708571 +vn -0.050503 0.690917 -0.721168 +vn -0.048193 0.693366 -0.718972 +vn -0.306538 -0.636497 -0.707747 +vn -0.344271 -0.603807 -0.718954 +vn -0.306185 -0.635768 -0.708555 +vn -0.254259 -0.644426 -0.721157 +vn 0.701891 0.047174 -0.710721 +vn 0.716312 0.046397 -0.696235 +vn 0.686294 0.173368 -0.706360 +vn 0.674012 0.217508 -0.705973 +vn 0.591218 0.386667 -0.707779 +vn 0.427054 0.563171 -0.707434 +vn 0.214547 0.673764 -0.707115 +vn 0.097602 0.700291 -0.707154 +vn -0.140704 0.692701 -0.707367 +vn -0.143580 0.692343 -0.707139 +vn -0.365406 0.604767 -0.707626 +vn -0.537831 0.455181 -0.709612 +vn -0.625662 0.352341 -0.695991 +vn -0.701908 -0.047116 -0.710707 +vn -0.716312 -0.046395 -0.696236 +vn -0.685865 -0.174685 -0.706452 +vn -0.651249 -0.275296 -0.707168 +vn -0.516725 -0.481951 -0.707614 +vn -0.097141 -0.700386 -0.707123 +vn 0.022586 -0.706725 -0.707127 +vn 0.020422 -0.706659 -0.707259 +vn 0.140659 -0.692672 -0.707404 +vn 0.365418 -0.604758 -0.707628 +vn 0.537829 -0.455181 -0.709612 +vn 0.625587 -0.352328 -0.696064 +vn 0.306172 0.635765 -0.708563 +vn 0.254308 0.644440 -0.721128 +vn 0.257440 0.645631 -0.718948 +vn 0.344248 0.603789 -0.718980 +vn -0.048192 -0.693366 -0.718972 +vn -0.050503 -0.690917 -0.721168 +vn 0.000000 -0.705641 -0.708570 +vn 0.000000 -0.706448 -0.707765 +vn 0.050499 -0.690922 -0.721163 +vn 0.652813 -0.262214 -0.710689 +vn 0.665628 -0.268882 -0.696162 +vn 0.693738 -0.140241 -0.706441 +vn 0.706198 -0.034581 -0.707169 +vn 0.674675 0.210065 -0.707592 +vn 0.566599 0.423008 -0.707128 +vn 0.565160 0.424714 -0.707257 +vn 0.391770 0.588551 -0.707194 +vn 0.173761 0.685138 -0.707384 +vn 0.050711 0.705251 -0.707142 +vn 0.050711 0.705251 -0.707142 +vn -0.066753 0.703395 -0.707658 +vn -0.071083 0.703491 -0.707140 +vn -0.287100 0.643450 -0.709610 +vn -0.298203 0.642748 -0.705656 +vn -0.383014 0.596787 -0.705086 +vn -0.611930 -0.346996 -0.710729 +vn -0.625203 -0.352685 -0.696229 +vn -0.542119 -0.454999 -0.706458 +vn -0.467332 -0.530574 -0.707172 +vn -0.256441 -0.658459 -0.707580 +vn -0.022629 -0.706735 -0.707116 +vn -0.020270 -0.706615 -0.707308 +vn 0.215918 -0.673284 -0.707155 +vn 0.326961 -0.626948 -0.707130 +vn 0.517070 -0.481738 -0.707507 +vn 0.648762 -0.279561 -0.707781 +vn 0.682061 -0.176789 -0.709604 +vn 0.716531 -0.045887 -0.696044 +vn 0.551703 0.439953 -0.708566 +vn 0.508666 0.470236 -0.721206 +vn 0.512032 0.469978 -0.718988 +vn 0.572118 0.394636 -0.718988 +vn 0.257418 -0.645627 -0.718959 +vn 0.254268 -0.644429 -0.721151 +vn 0.306183 -0.635772 -0.708552 +vn 0.306536 -0.636500 -0.707745 +vn 0.345263 -0.600582 -0.721176 +vn 0.516485 -0.478288 -0.710270 +vn 0.564183 -0.427338 -0.706455 +vn 0.573545 -0.413896 -0.706920 +vn 0.671008 -0.221114 -0.707713 +vn 0.699021 -0.103470 -0.707576 +vn 0.698857 -0.107441 -0.707146 +vn 0.694016 0.135200 -0.707151 +vn 0.659913 0.253859 -0.707157 +vn 0.453800 0.541929 -0.707374 +vn 0.351692 0.613415 -0.707131 +vn 0.245083 0.662653 -0.707690 +vn -0.086115 0.703878 -0.705081 +vn -0.400681 -0.578143 -0.710779 +vn -0.410309 -0.589072 -0.696161 +vn -0.291024 -0.645177 -0.706436 +vn -0.190838 -0.680790 -0.707182 +vn 0.054710 -0.704485 -0.707607 +vn 0.286263 -0.646543 -0.707133 +vn 0.394410 -0.586824 -0.707163 +vn 0.629315 -0.321822 -0.707385 +vn 0.630792 -0.319467 -0.707137 +vn 0.700668 -0.091367 -0.707613 +vn 0.691197 0.136646 -0.709630 +vn 0.665529 0.269481 -0.696026 +vn 0.686717 0.107301 -0.718962 +vn 0.684817 0.104520 -0.721181 +vn 0.687962 0.157016 -0.708558 +vn 0.665246 0.201278 -0.718982 +vn 0.512029 -0.469981 -0.718988 +vn 0.508662 -0.470249 -0.721200 +vn 0.551725 -0.439951 -0.708550 +vn 0.572125 -0.394634 -0.718983 +vn 0.257900 -0.654999 -0.710256 +vn 0.322946 -0.629812 -0.706429 +vn 0.337183 -0.621679 -0.706982 +vn 0.582963 -0.400083 -0.707169 +vn 0.584905 -0.396468 -0.707601 +vn 0.704736 -0.057608 -0.707127 +vn 0.704486 0.060917 -0.707099 +vn 0.643981 0.291281 -0.707421 +vn 0.508333 0.490784 -0.707622 +vn 0.324084 0.625673 -0.709579 +vn 0.204258 0.688401 -0.695977 +vn -0.051935 -0.702035 -0.710246 +vn 0.017720 -0.707530 -0.706461 +vn 0.034080 -0.706457 -0.706935 +vn 0.354961 -0.610985 -0.707601 +vn 0.451758 -0.543951 -0.707130 +vn 0.539803 -0.456494 -0.707267 +vn 0.661016 -0.250957 -0.707162 +vn 0.693511 -0.137348 -0.707233 +vn 0.699030 0.103895 -0.707504 +vn 0.698853 0.107467 -0.707146 +vn 0.623084 0.332854 -0.707796 +vn 0.563465 0.423060 -0.709596 +vn 0.482634 0.531571 -0.696058 +vn 0.665227 -0.201277 -0.718999 +vn 0.662321 -0.202977 -0.721201 +vn 0.687978 -0.157015 -0.708543 +vn 0.686699 -0.107306 -0.718978 +vn -0.999966 0.000000 -0.008279 +vn -0.985588 -0.168989 -0.007656 +vn -0.994885 -0.101003 0.001355 +vn -0.942857 -0.333111 -0.007658 +vn -0.967717 -0.251995 0.004777 +vn -0.872990 -0.487678 -0.007658 +vn -0.911216 -0.411902 0.004775 +vn -0.778011 -0.628204 -0.007655 +vn -0.828495 -0.559977 0.004771 +vn -0.660658 -0.750648 -0.007655 +vn -0.721953 -0.691925 0.004772 +vn -0.524292 -0.851504 -0.007658 +vn -0.594629 -0.803986 0.004772 +vn -0.372842 -0.927863 -0.007656 +vn -0.450204 -0.892913 0.004773 +vn -0.210674 -0.977526 -0.007655 +vn -0.292815 -0.956157 0.004775 +vn -0.042441 -0.999070 -0.007655 +vn -0.127012 -0.991890 0.004772 +vn 0.127017 -0.991871 -0.007655 +vn 0.042438 -0.999088 0.004774 +vn 0.292810 -0.956140 -0.007656 +vn 0.210675 -0.977545 0.004773 +vn 0.450181 -0.892904 -0.007656 +vn 0.372864 -0.927874 0.004774 +vn 0.594621 -0.803970 -0.007655 +vn 0.524298 -0.851521 0.004778 +vn 0.721943 -0.691911 -0.007655 +vn 0.660671 -0.750660 0.004773 +vn 0.828489 -0.559953 -0.007655 +vn 0.778017 -0.628225 0.004774 +vn 0.911207 -0.411877 -0.007655 +vn 0.872997 -0.487703 0.004775 +vn 0.967707 -0.251960 -0.007657 +vn 0.942865 -0.333140 0.004773 +vn 0.996369 -0.084798 -0.007657 +vn 0.985605 -0.168995 0.004772 +vn 0.996369 0.084798 -0.007657 +vn 0.999989 0.000000 0.004774 +vn 0.967704 0.251971 -0.007656 +vn 0.985605 0.168994 0.004774 +vn 0.911201 0.411891 -0.007655 +vn 0.942870 0.333126 0.004775 +vn 0.828488 0.559954 -0.007655 +vn 0.872997 0.487702 0.004776 +vn 0.721942 0.691911 -0.007655 +vn 0.778020 0.628222 0.004773 +vn 0.594621 0.803970 -0.007655 +vn 0.660667 0.750664 0.004770 +vn 0.450181 0.892904 -0.007658 +vn 0.524303 0.851519 0.004778 +vn 0.292810 0.956140 -0.007658 +vn 0.372852 0.927879 0.004775 +vn 0.127017 0.991871 -0.007655 +vn 0.210681 0.977543 0.004771 +vn -0.042437 0.999070 -0.007655 +vn 0.042438 0.999088 0.004774 +vn -0.210674 0.977526 -0.007654 +vn -0.127017 0.991889 0.004773 +vn -0.372846 0.927862 -0.007661 +vn -0.292815 0.956157 0.004783 +vn -0.524290 0.851505 -0.007665 +vn -0.450198 0.892916 0.004773 +vn -0.660657 0.750649 -0.007658 +vn -0.594628 0.803987 0.004770 +vn -0.778014 0.628201 -0.007658 +vn -0.721953 0.691926 0.004774 +vn -0.872990 0.487678 -0.007662 +vn -0.828498 0.559972 0.004770 +vn -0.942852 0.333124 -0.007662 +vn -0.911223 0.411887 0.004770 +vn -0.985586 0.169003 -0.007658 +vn -0.967716 0.252000 0.004774 +vn -0.994885 0.101004 0.001356 +s 1 +f 10429/9579/14879 9452/9580/14880 9453/9581/14881 +f 9453/9581/14881 9452/9580/14880 9454/9582/14882 +f 9453/9581/14881 9454/9582/14882 13564/9583/14883 +f 13564/9583/14883 9454/9582/14882 9455/9584/14884 +s 2 +f 10426/9585/14885 9456/9586/14886 9457/9587/14887 +f 9457/9587/14887 9456/9586/14886 9458/9588/14888 +f 9457/9587/14887 9458/9588/14888 13557/9589/14889 +f 13557/9589/14889 9458/9588/14888 9459/9590/14890 +s 3 +f 9460/9591/14891 9461/9592/14892 9462/9593/14893 +f 9462/9593/14893 9461/9592/14892 9463/9594/14894 +f 9462/9593/14893 9463/9594/14894 13550/9595/14895 +f 13550/9595/14895 9463/9594/14894 9568/9596/14896 +s 4 +f 9464/9597/14897 9465/9598/14898 9466/9599/14899 +f 9466/9599/14899 9465/9598/14898 9467/9600/14900 +f 9466/9599/14899 9467/9600/14900 13543/9601/14901 +f 13543/9601/14901 9467/9600/14900 9468/9602/14902 +s 5 +f 9469/9603/14903 9470/9604/14904 9471/9605/14905 +f 9471/9605/14905 9470/9604/14904 9472/9606/14906 +f 9471/9605/14905 9472/9606/14906 13535/9607/14907 +f 13535/9607/14907 9472/9606/14906 9567/9608/14908 +s 6 +f 9473/9609/14909 9474/9610/14910 9475/9611/14911 +f 9475/9611/14911 9474/9610/14910 9476/9612/14912 +f 9475/9611/14911 9476/9612/14912 13528/9613/14913 +f 13528/9613/14913 9476/9612/14912 9575/9614/14914 +s 7 +f 9477/9615/14915 9478/9616/14916 9479/9617/14917 +f 9479/9617/14917 9478/9616/14916 9480/9618/14918 +f 9479/9617/14917 9480/9618/14918 13521/9619/14919 +f 13521/9619/14919 9480/9618/14918 9516/9620/14920 +s 8 +f 13572/9621/14921 9481/9622/14922 9482/9623/14923 +f 9482/9623/14923 9481/9622/14922 9483/9624/14924 +f 9482/9623/14923 9483/9624/14924 13514/9625/14925 +f 13514/9625/14925 9483/9624/14924 9508/9626/14926 +s 9 +f 13573/9627/14927 9484/9628/14928 9485/9629/14929 +f 9485/9629/14929 9484/9628/14928 9486/9630/14930 +f 9485/9629/14929 9486/9630/14930 13507/9631/14931 +f 13507/9631/14931 9486/9630/14930 9487/9632/14932 +s 10 +f 9488/9633/14933 9489/9634/14934 9490/9635/14935 +f 9490/9635/14935 9489/9634/14934 9491/9636/14936 +f 9490/9635/14935 9491/9636/14936 13500/9637/14937 +f 13500/9637/14937 9491/9636/14936 9552/9638/14938 +s 11 +f 9492/9639/14939 9493/9640/14940 9494/9641/14941 +f 9494/9641/14941 9493/9640/14940 9495/9642/14942 +f 9494/9641/14941 9495/9642/14942 13493/9643/14943 +f 13493/9643/14943 9495/9642/14942 9496/9644/14944 +s 12 +f 9497/9645/14945 9498/9646/14946 9499/9647/14947 +f 9499/9647/14947 9498/9646/14946 9500/9648/14948 +f 9499/9647/14947 9500/9648/14948 13487/9649/14949 +f 13487/9649/14949 9500/9648/14948 9539/9650/14950 +s 13 +f 9501/9651/14951 9502/9652/14952 9503/9653/14953 +f 9503/9653/14953 9502/9652/14952 9504/9654/14954 +f 9503/9653/14953 9504/9654/14954 13479/9655/14955 +f 13479/9655/14955 9504/9654/14954 9505/9656/14956 +s 14 +f 9484/9628/14957 9506/9657/14958 9507/9658/14959 +f 9515/9659/14960 9508/9626/14961 9484/9628/14957 +f 9484/9628/14957 9508/9626/14961 9506/9657/14958 +f 9506/9657/14958 9508/9626/14961 9483/9624/14962 +f 9506/9657/14958 9483/9624/14962 9481/9622/14963 +f 9478/9616/14964 9509/9660/14965 9510/9661/14966 +f 9484/9628/14957 9507/9658/14959 9511/9662/14967 +f 9484/9628/14957 9511/9662/14967 9486/9630/14968 +f 9486/9630/14968 9511/9662/14967 9512/9663/14969 +f 9486/9630/14968 9512/9663/14969 9487/9632/14970 +f 9528/9664/14971 9513/9665/14972 9545/9666/14973 +f 9546/9667/14974 9514/9668/14975 9484/9628/14957 +f 9484/9628/14957 9514/9668/14975 9515/9659/14960 +f 9481/9622/14963 9516/9620/14976 9506/9657/14958 +f 9506/9657/14958 9516/9620/14976 9517/9669/14977 +f 9517/9669/14977 9516/9620/14976 9480/9618/14978 +f 9517/9669/14977 9480/9618/14978 9478/9616/14964 +f 9517/9669/14977 9478/9616/14964 9510/9661/14966 +f 9519/9670/14979 9520/9671/14980 9518/9672/14981 +f 9518/9672/14981 9505/9656/14982 13469/9673/14983 +f 13469/9673/14983 9505/9656/14982 9504/9654/14984 +f 13469/9673/14983 9504/9654/14984 9502/9652/14985 +f 13469/9673/14983 9502/9652/14985 9521/9674/14986 +f 9522/9675/14987 9496/9644/14988 9498/9646/14989 +f 9523/9676/14990 9496/9644/14988 9524/9677/14991 +f 9525/9678/14992 9495/9642/14993 9493/9640/14994 +f 9526/9679/14995 9552/9638/14996 9491/9636/14997 +f 9526/9679/14995 9491/9636/14997 9527/9680/14998 +f 9527/9680/14998 9491/9636/14997 9489/9634/14999 +f 9529/9681/15000 9481/9622/14963 9547/9682/15001 +f 9529/9681/15000 9530/9683/15002 9481/9622/14963 +f 9481/9622/14963 9530/9683/15002 9516/9620/14976 +f 9474/9610/15003 9531/9684/15004 9532/9685/15005 +f 9472/9606/15006 9470/9604/15007 9531/9684/15004 +f 9520/9671/14980 9533/9686/15008 9518/9672/14981 +f 9518/9672/14981 9533/9686/15008 9534/9687/15009 +f 9534/9687/15009 9535/9688/15010 9518/9672/14981 +f 9535/9688/15010 9536/9689/15011 9518/9672/14981 +f 9518/9672/14981 9536/9689/15011 9505/9656/14982 +f 9522/9675/14987 9537/9690/15012 9496/9644/14988 +f 9496/9644/14988 9537/9690/15012 9524/9677/14991 +f 9495/9642/14993 9525/9678/14992 9496/9644/14988 +f 9496/9644/14988 9525/9678/14992 9498/9646/14989 +f 9498/9646/14989 9525/9678/14992 9538/9691/15013 +f 9498/9646/14989 9538/9691/15013 9500/9648/15014 +f 9500/9648/15014 9538/9691/15013 9539/9650/15015 +f 9539/9650/15015 9538/9691/15013 9521/9674/14986 +f 9539/9650/15015 9521/9674/14986 9502/9652/14985 +f 9539/9650/15015 9502/9652/14985 9557/9692/15016 +f 9493/9640/14994 9540/9693/15017 9541/9694/15018 +f 9527/9680/14998 9489/9634/14999 9542/9695/15019 +f 9542/9695/15019 9543/9696/15020 9527/9680/14998 +f 9527/9680/14998 9543/9696/15020 9544/9697/15021 +f 9528/9664/14971 9545/9666/14973 9484/9628/14957 +f 9484/9628/14957 9545/9666/14973 9546/9667/14974 +f 9481/9622/14963 9565/9698/15022 9547/9682/15001 +f 9569/9699/15023 9455/9584/15024 9456/9586/15025 +f 9496/9644/14988 9523/9676/14990 9549/9700/15026 +f 9550/9701/15027 9561/9702/15028 9551/9703/15029 +f 9526/9679/14995 9525/9678/14992 9552/9638/14996 +f 9552/9638/14996 9525/9678/14992 9493/9640/14994 +f 9552/9638/14996 9493/9640/14994 9541/9694/15018 +f 9474/9610/15003 9532/9685/15005 9509/9660/14965 +f 9474/9610/15003 9509/9660/14965 9476/9612/15030 +f 9571/9704/15031 9553/9705/15032 9452/9580/15033 +f 9555/9706/15034 9554/9707/15035 9556/9708/15036 +f 9502/9652/14985 9556/9708/15036 9554/9707/15035 +f 9502/9652/14985 9554/9707/15035 9548/9709/15037 +f 9548/9709/15037 9557/9692/15016 9502/9652/14985 +f 9558/9710/15038 9559/9711/15039 9549/9700/15026 +f 9549/9700/15026 9559/9711/15039 9496/9644/14988 +f 9561/9702/15028 9550/9701/15027 9560/9712/15040 +f 9551/9703/15029 9561/9702/15028 9493/9640/14994 +f 9493/9640/14994 9561/9702/15028 9540/9693/15017 +f 9544/9697/15021 9562/9713/15041 9527/9680/14998 +f 9565/9698/15022 9481/9622/14963 9563/9714/15042 +f 9565/9698/15022 9563/9714/15042 9564/9715/15043 +f 9455/9584/15024 9454/9582/15044 9570/9716/15045 +f 9452/9580/15033 9553/9705/15032 9572/9717/15046 +f 9562/9713/15041 9573/9718/15047 9527/9680/14998 +f 9527/9680/14998 9573/9718/15047 9574/9719/15048 +f 9487/9632/14970 9512/9663/14969 9527/9680/14998 +f 9487/9632/14970 9527/9680/14998 9574/9719/15048 +f 9575/9614/15049 9604/9720/15050 9584/9721/15051 +f 9476/9612/15030 9509/9660/14965 9575/9614/15049 +f 9575/9614/15049 9509/9660/14965 9478/9616/14964 +f 9575/9614/15049 9478/9616/14964 9576/9722/15052 +f 9570/9716/15045 9454/9582/15044 9577/9723/15053 +f 9577/9723/15053 9454/9582/15044 9452/9580/15033 +f 9577/9723/15053 9452/9580/15033 9578/9724/15054 +f 9578/9724/15054 9452/9580/15033 9572/9717/15046 +f 9578/9724/15054 9572/9717/15046 9579/9725/15055 +f 9578/9724/15054 9579/9725/15055 9518/9672/14981 +f 9518/9672/14981 9579/9725/15055 9580/9726/15056 +f 9518/9672/14981 9580/9726/15056 9519/9670/14979 +f 9582/9727/15057 9581/9728/15058 9571/9704/15031 +f 9582/9727/15057 9571/9704/15031 9452/9580/15033 +f 9581/9728/15058 9582/9727/15057 9583/9729/15059 +f 9584/9721/15051 9604/9720/15050 9585/9730/15060 +f 9472/9606/15006 9531/9684/15004 9567/9608/15061 +f 9567/9608/15061 9531/9684/15004 9474/9610/15003 +f 9567/9608/15061 9474/9610/15003 9566/9731/15062 +f 9594/9732/15063 9586/9733/15064 9587/9734/15065 +f 9459/9590/15066 9591/9735/15067 9461/9592/15068 +f 9461/9592/15068 9591/9735/15067 9588/9736/15069 +f 9461/9592/15068 9588/9736/15069 9463/9594/15070 +f 9463/9594/15070 9588/9736/15069 9568/9596/15071 +f 9568/9596/15071 9588/9736/15069 9589/9737/15072 +f 9568/9596/15071 9589/9737/15072 9465/9598/15073 +f 9465/9598/15073 9589/9737/15072 9590/9738/15074 +f 9465/9598/15073 9590/9738/15074 9467/9600/15075 +f 9467/9600/15075 9590/9738/15074 9468/9602/15076 +f 9468/9602/15076 9590/9738/15074 9531/9684/15004 +f 9468/9602/15076 9531/9684/15004 9594/9732/15063 +f 9594/9732/15063 9531/9684/15004 9470/9604/15007 +f 9594/9732/15063 9470/9604/15007 9586/9733/15064 +f 9455/9584/15024 9570/9716/15045 9591/9735/15067 +f 9455/9584/15024 9591/9735/15067 9456/9586/15025 +f 9456/9586/15025 9591/9735/15067 9458/9588/15077 +f 9458/9588/15077 9591/9735/15067 9459/9590/15066 +f 9575/9614/15049 9576/9722/15052 9592/9739/15078 +f 9594/9732/15063 9587/9734/15065 9593/9740/15079 +f 9594/9732/15063 9593/9740/15079 9612/9741/15080 +f 9566/9731/15062 9597/9742/15081 9567/9608/15061 +f 9567/9608/15061 9597/9742/15081 9598/9743/15082 +f 9600/9744/15083 9599/9745/15084 9605/9746/15085 +f 9567/9608/15061 9605/9746/15085 9599/9745/15084 +f 9568/9596/15071 9465/9598/15073 9601/9747/15086 +f 9568/9596/15071 9601/9747/15086 9602/9748/15087 +f 9614/9749/15088 9602/9748/15087 9603/9750/15089 +f 9568/9596/15071 9602/9748/15087 9614/9749/15088 +f 9596/9751/15090 9619/9752/15091 9611/9753/15092 +f 9575/9614/15049 9592/9739/15078 9604/9720/15050 +f 9567/9608/15061 9598/9743/15082 9605/9746/15085 +f 9593/9740/15079 9606/9754/15093 9607/9755/15094 +f 9461/9592/15068 9608/9756/15095 9609/9757/15096 +f 9461/9592/15068 9609/9757/15096 9595/9758/15097 +f 9461/9592/15068 9595/9758/15097 9610/9759/15098 +f 9569/9699/15023 9456/9586/15025 9619/9752/15091 +f 9619/9752/15091 9456/9586/15025 9611/9753/15092 +f 9593/9740/15079 9607/9755/15094 9612/9741/15080 +f 9614/9749/15088 9603/9750/15089 9613/9760/15099 +f 9608/9756/15095 9461/9592/15068 9615/9761/15100 +f 9610/9759/15098 9616/9762/15101 9461/9592/15068 +f 9461/9592/15068 9616/9762/15101 9459/9590/15066 +f 9596/9751/15090 9617/9763/15102 9618/9764/15103 +f 9596/9751/15090 9618/9764/15103 9619/9752/15091 +s 39 +f 9623/9765/15104 9629/9766/15105 9624/9767/15106 +f 9623/9765/15104 9624/9767/15106 13391/9768/15107 +f 9627/9769/15108 9623/9765/15104 9628/9770/15109 +f 9627/9769/15108 9625/9771/15110 9623/9765/15104 +f 9623/9765/15104 9625/9771/15110 9626/9772/15111 +f 9623/9765/15104 9626/9772/15111 9629/9766/15105 +f 9629/9766/15105 9626/9772/15111 9622/9773/15112 +f 9625/9771/15110 13197/9774/15113 9626/9772/15111 +f 9626/9772/15111 13197/9774/15113 9621/9775/15114 +f 9621/9775/15114 13197/9774/15113 9620/9776/15115 +f 9631/9777/15116 9630/9778/15117 13170/9779/15118 +f 9631/9777/15116 9632/9780/15119 9630/9778/15117 +f 9630/9778/15117 9632/9780/15119 9633/9781/15120 +f 9632/9780/15119 9634/9782/15121 9635/9783/15122 +f 9635/9783/15122 9634/9782/15121 13382/9784/15123 +f 9636/9785/15124 9635/9783/15122 9637/9786/15125 +f 9636/9785/15124 9638/9787/15126 9635/9783/15122 +f 9635/9783/15122 9638/9787/15126 9633/9781/15120 +f 9635/9783/15122 9633/9781/15120 9632/9780/15119 +f 9633/9781/15120 9638/9787/15126 9639/9788/15127 +f 9638/9787/15126 13142/9789/15128 9639/9788/15127 +f 9639/9788/15127 13142/9789/15128 13141/9790/15129 +f 9640/9791/15130 9641/9792/15131 13112/9793/15132 +f 9641/9792/15131 9640/9791/15130 9642/9794/15133 +f 9640/9791/15130 9643/9795/15134 9644/9796/15135 +f 9644/9796/15135 9643/9795/15134 13373/9797/15136 +f 9645/9798/15137 9644/9796/15135 9646/9799/15138 +f 9645/9798/15137 9647/9800/15139 9644/9796/15135 +f 9644/9796/15135 9647/9800/15139 9642/9794/15133 +f 9644/9796/15135 9642/9794/15133 9640/9791/15130 +f 9642/9794/15133 9647/9800/15139 9648/9801/15140 +f 9647/9800/15139 13090/9802/15141 9648/9801/15140 +f 9648/9801/15140 13090/9802/15141 9649/9803/15142 +f 9652/9804/15143 9651/9805/15144 9650/9806/15145 +f 9652/9804/15143 9650/9806/15145 13061/9807/15146 +f 9652/9804/15143 13074/9808/15147 9653/9809/15148 +f 9653/9809/15148 13074/9808/15147 13363/9810/15149 +f 9654/9811/15150 9653/9809/15148 9655/9812/15151 +f 9654/9811/15150 9656/9813/15152 9653/9809/15148 +f 9653/9809/15148 9656/9813/15152 9651/9805/15144 +f 9653/9809/15148 9651/9805/15144 9652/9804/15143 +f 9651/9805/15144 9656/9813/15152 9657/9814/15153 +f 9656/9813/15152 13033/9815/15154 9657/9814/15153 +f 9657/9814/15153 13033/9815/15154 9658/9816/15155 +f 9661/9817/15156 9660/9818/15157 9659/9819/15158 +f 9661/9817/15156 9659/9819/15158 13004/9820/15159 +f 9661/9817/15156 9662/9821/15160 9663/9822/15161 +f 9663/9822/15161 9662/9821/15160 13354/9823/15162 +f 9664/9824/15163 9663/9822/15161 9665/9825/15164 +f 9664/9824/15163 9666/9826/15165 9663/9822/15161 +f 9663/9822/15161 9666/9826/15165 9660/9818/15157 +f 9663/9822/15161 9660/9818/15157 9661/9817/15156 +f 9660/9818/15157 9666/9826/15165 9667/9827/15166 +f 9666/9826/15165 12980/9828/15167 9667/9827/15166 +f 9667/9827/15166 12980/9828/15167 9668/9829/15168 +f 12951/9830/15169 9670/9831/15170 9669/9832/15171 +f 9669/9832/15171 9670/9831/15170 9671/9833/15172 +f 9671/9833/15172 9670/9831/15170 9672/9834/15173 +f 9672/9834/15173 9670/9831/15170 9673/9835/15174 +f 9672/9834/15173 9673/9835/15174 13344/9836/15175 +f 9674/9837/15176 9675/9838/15177 9672/9834/15173 +f 9672/9834/15173 9675/9838/15177 9676/9839/15178 +f 9672/9834/15173 9676/9839/15178 9671/9833/15172 +f 9676/9839/15178 12922/9840/15179 9671/9833/15172 +f 9671/9833/15172 12922/9840/15179 9677/9841/15180 +f 9678/9842/15181 12893/9843/15182 9685/9844/15183 +f 12893/9843/15182 9679/9845/15184 9685/9844/15183 +f 9685/9844/15183 9679/9845/15184 9680/9846/15185 +f 9680/9846/15185 9679/9845/15184 9681/9847/15186 +f 9680/9846/15185 9681/9847/15186 13333/9848/15187 +f 9682/9849/15188 9683/9850/15189 9680/9846/15185 +f 9680/9846/15185 9683/9850/15189 9684/9851/15190 +f 9680/9846/15185 9684/9851/15190 9685/9844/15183 +f 9684/9851/15190 12869/9852/15191 9685/9844/15183 +f 9685/9844/15183 12869/9852/15191 9686/9853/15192 +f 9688/9854/15193 9690/9855/15194 9689/9856/15195 +f 9690/9855/15194 9688/9854/15193 9691/9857/15196 +f 9691/9857/15196 9688/9854/15193 9692/9858/15197 +f 9691/9857/15196 9692/9858/15197 13323/9859/15198 +f 9694/9860/15199 9693/9861/15200 9691/9857/15196 +f 9695/9862/15201 9690/9855/15194 9691/9857/15196 +f 9695/9862/15201 9691/9857/15196 9693/9861/15200 +f 9690/9855/15194 9695/9862/15201 12818/9863/15202 +f 9690/9855/15194 12818/9863/15202 9687/9864/15203 +f 9687/9864/15203 12818/9863/15202 12817/9865/15204 +f 9696/9866/15205 9697/9867/15206 11857/9868/15207 +f 9696/9866/15205 9698/9869/15208 9699/9870/15209 +f 9699/9870/15209 9698/9869/15208 13312/9871/15210 +f 9700/9872/15211 9699/9870/15209 9701/9873/15212 +f 9700/9872/15211 9702/9874/15213 9699/9870/15209 +f 9699/9870/15209 9702/9874/15213 9697/9867/15206 +f 9699/9870/15209 9697/9867/15206 9696/9866/15205 +f 9697/9867/15206 9702/9874/15213 9703/9875/15214 +f 9702/9874/15213 12762/9876/15215 9703/9875/15214 +f 9703/9875/15214 12762/9876/15215 12761/9877/15216 +f 9704/9878/15217 9705/9879/15218 12732/9880/15219 +f 9705/9879/15218 9704/9878/15217 9706/9881/15220 +f 9704/9878/15217 9707/9882/15221 9708/9883/15222 +f 9708/9883/15222 9707/9882/15221 13303/9884/15223 +f 9709/9885/15224 9708/9883/15222 9710/9886/15225 +f 9709/9885/15224 9711/9887/15226 9708/9883/15222 +f 9708/9883/15222 9711/9887/15226 9706/9881/15220 +f 9708/9883/15222 9706/9881/15220 9704/9878/15217 +f 9706/9881/15220 9711/9887/15226 9712/9888/15227 +f 9711/9887/15226 12707/9889/15228 9712/9888/15227 +f 9712/9888/15227 12707/9889/15228 9713/9890/15229 +f 9716/9891/15230 9715/9892/15231 9714/9893/15232 +f 9716/9891/15230 9714/9893/15232 12678/9894/15233 +f 9716/9891/15230 9717/9895/15234 9718/9896/15235 +f 9718/9896/15235 9717/9895/15234 13294/9897/15236 +f 9719/9898/15237 9718/9896/15235 9720/9899/15238 +f 9719/9898/15237 9721/9900/15239 9718/9896/15235 +f 9718/9896/15235 9721/9900/15239 9715/9892/15231 +f 9718/9896/15235 9715/9892/15231 9716/9891/15230 +f 9715/9892/15231 9721/9900/15239 9722/9901/15240 +f 9721/9900/15239 12653/9902/15241 9722/9901/15240 +f 9722/9901/15240 12653/9902/15241 9723/9903/15242 +f 9726/9904/15243 9725/9905/15244 9724/9906/15245 +f 9726/9904/15243 9724/9906/15245 12621/9907/15246 +f 9726/9904/15243 9727/9908/15247 9728/9909/15248 +f 9728/9909/15248 9727/9908/15247 13284/9910/15249 +f 9729/9911/15250 9728/9909/15248 9730/9912/15251 +f 9729/9911/15250 9731/9913/15252 9728/9909/15248 +f 9728/9909/15248 9731/9913/15252 9725/9905/15244 +f 9728/9909/15248 9725/9905/15244 9726/9904/15243 +f 9725/9905/15244 9731/9913/15252 9732/9914/15253 +f 9731/9913/15252 12599/9915/15254 9732/9914/15253 +f 9732/9914/15253 12599/9915/15254 9733/9916/15255 +f 9734/9917/15256 12569/9918/15257 9735/9919/15258 +f 12569/9918/15257 9736/9920/15259 9735/9919/15258 +f 9735/9919/15258 9736/9920/15259 9737/9921/15260 +f 9737/9921/15260 9736/9920/15259 9738/9922/15261 +f 9737/9921/15260 9738/9922/15261 13274/9923/15262 +f 9739/9924/15263 9740/9925/15264 9737/9921/15260 +f 9737/9921/15260 9740/9925/15264 9741/9926/15265 +f 9737/9921/15260 9741/9926/15265 9735/9919/15258 +f 9741/9926/15265 12546/9927/15266 9735/9919/15258 +f 9735/9919/15258 12546/9927/15266 9742/9928/15267 +f 9744/9929/15268 11833/9930/15269 9745/9931/15270 +f 9744/9929/15268 9745/9931/15270 9749/9932/15271 +f 12519/9933/15272 9746/9934/15273 9747/9935/15274 +f 9747/9935/15274 9746/9934/15273 13264/9936/15275 +f 9750/9937/15276 9747/9935/15274 9751/9938/15277 +f 9750/9937/15276 9748/9939/15278 9747/9935/15274 +f 9747/9935/15274 9748/9939/15278 9749/9932/15271 +f 9747/9935/15274 9749/9932/15271 12519/9933/15272 +f 12519/9933/15272 9749/9932/15271 9745/9931/15270 +f 9749/9932/15271 9748/9939/15278 12491/9940/15279 +f 9749/9932/15271 12491/9940/15279 9743/9941/15280 +f 9743/9941/15280 12491/9940/15279 12490/9942/15281 +f 12463/9943/15282 9752/9944/15283 9753/9945/15284 +f 9752/9944/15283 9754/9946/15285 9755/9947/15286 +f 9755/9947/15286 9754/9946/15285 13255/9948/15287 +f 9756/9949/15288 9755/9947/15286 9757/9950/15289 +f 9756/9949/15288 9758/9951/15290 9755/9947/15286 +f 9755/9947/15286 9758/9951/15290 9753/9945/15284 +f 9755/9947/15286 9753/9945/15284 9752/9944/15283 +f 9753/9945/15284 9758/9951/15290 9759/9952/15291 +f 9758/9951/15290 12435/9953/15292 9759/9952/15291 +f 9759/9952/15291 12435/9953/15292 12434/9954/15293 +f 9760/9955/15294 9761/9956/15295 12407/9957/15296 +f 9761/9956/15295 9760/9955/15294 9762/9958/15297 +f 9760/9955/15294 9763/9959/15298 9764/9960/15299 +f 9764/9960/15299 9763/9959/15298 13245/9961/15300 +f 9765/9962/15301 9764/9960/15299 9766/9963/15302 +f 9765/9962/15301 9767/9964/15303 9764/9960/15299 +f 9764/9960/15299 9767/9964/15303 9762/9958/15297 +f 9764/9960/15299 9762/9958/15297 9760/9955/15294 +f 9762/9958/15297 9767/9964/15303 9768/9965/15304 +f 9767/9964/15303 12382/9966/15305 9768/9965/15304 +f 9768/9965/15304 12382/9966/15305 9769/9967/15306 +f 9772/9968/15307 9771/9969/15308 9770/9970/15309 +f 9772/9968/15307 9770/9970/15309 12351/9971/15310 +f 9772/9968/15307 9773/9972/15311 9774/9973/15312 +f 9774/9973/15312 9773/9972/15311 13235/9974/15313 +f 9775/9975/15314 9774/9973/15312 9776/9976/15315 +f 9775/9975/15314 9777/9977/15316 9774/9973/15312 +f 9774/9973/15312 9777/9977/15316 9771/9969/15308 +f 9774/9973/15312 9771/9969/15308 9772/9968/15307 +f 9771/9969/15308 9777/9977/15316 9778/9978/15317 +f 9777/9977/15316 12327/9979/15318 9778/9978/15317 +f 9778/9978/15317 12327/9979/15318 9779/9980/15319 +f 9782/9981/15320 9781/9982/15321 9780/9983/15322 +f 9782/9981/15320 9780/9983/15322 12300/9984/15323 +f 9782/9981/15320 9783/9985/15324 9784/9986/15325 +f 9784/9986/15325 9783/9985/15324 13224/9987/15326 +f 9785/9988/15327 9784/9986/15325 9786/9989/15328 +f 9785/9988/15327 9787/9990/15329 9784/9986/15325 +f 9784/9986/15325 9787/9990/15329 9781/9982/15321 +f 9784/9986/15325 9781/9982/15321 9782/9981/15320 +f 9781/9982/15321 9787/9990/15329 9788/9991/15330 +f 9787/9990/15329 12273/9992/15331 9788/9991/15330 +f 9788/9991/15330 12273/9992/15331 9789/9993/15332 +f 9792/9994/15333 9791/9995/15334 9790/9996/15335 +f 9792/9994/15333 9790/9996/15335 11808/9997/15336 +f 9792/9994/15333 9793/9998/15337 9794/9999/15338 +f 9794/9999/15338 9793/9998/15337 13412/10000/15339 +f 9795/10001/15340 9794/9999/15338 9796/10002/15341 +f 9795/10001/15340 9797/10003/15342 9794/9999/15338 +f 9794/9999/15338 9797/10003/15342 9791/9995/15334 +f 9794/9999/15338 9791/9995/15334 9792/9994/15333 +f 9791/9995/15334 9797/10003/15342 11806/10004/15343 +f 9797/10003/15342 12219/10005/15344 11806/10004/15343 +f 11806/10004/15343 12219/10005/15344 11805/10006/15345 +f 9909/10007/15346 9798/10008/15347 9799/10009/15348 +f 9871/10010/15349 9800/10011/15350 9801/10012/15351 +f 9836/10013/15352 9802/10014/15353 9803/10015/15354 +f 9804/10016/15355 11194/10017/15356 9805/10018/15357 +f 9804/10016/15355 9805/10018/15357 9911/10019/15358 +f 9911/10019/15358 9805/10018/15357 9806/10020/15359 +f 9808/10021/15360 9807/10022/15361 9809/10023/15362 +f 9809/10023/15362 9810/10024/15363 9808/10021/15360 +f 9808/10021/15360 9810/10024/15363 9811/10025/15364 +f 9811/10025/15364 9810/10024/15363 9804/10016/15355 +f 9804/10016/15355 9810/10024/15363 11194/10017/15356 +f 9821/10026/15365 9812/10027/15366 9813/10028/15367 +f 9812/10027/15366 9821/10026/15365 9814/10029/15368 +f 9815/10030/15369 9814/10029/15368 9816/10031/15370 +f 10598/10032/15371 9818/10033/15372 9819/10034/15373 +f 10598/10032/15371 9819/10034/15373 9820/10035/15374 +f 9818/10033/15372 10598/10032/15371 9817/10036/15375 +f 9817/10036/15375 9821/10026/15365 9818/10033/15372 +f 9818/10033/15372 9821/10026/15365 9813/10028/15367 +f 9823/10037/15376 9822/10038/15377 9824/10039/15378 +f 9823/10037/15376 9824/10039/15378 9825/10040/15379 +f 9823/10037/15376 9825/10040/15379 9826/10041/15380 +f 9826/10041/15380 9825/10040/15379 11252/10042/15381 +f 11252/10042/15381 9829/10043/15382 9826/10041/15380 +f 9819/10034/15373 9827/10044/15383 9820/10035/15374 +f 9820/10035/15374 9827/10044/15383 9828/10045/15384 +f 9828/10045/15384 9827/10044/15383 9829/10043/15382 +f 9828/10045/15384 9829/10043/15382 11252/10042/15381 +f 9830/10046/15385 9831/10047/15386 9832/10048/15387 +f 9832/10048/15387 9833/10049/15388 9830/10046/15385 +f 9833/10049/15388 9832/10048/15387 11285/10050/15389 +f 9833/10049/15388 11285/10050/15389 9834/10051/15390 +f 9834/10051/15390 11285/10050/15389 9835/10052/15391 +f 9831/10047/15386 9830/10046/15385 9837/10053/15392 +f 9831/10047/15386 9837/10053/15392 9838/10054/15393 +f 9839/10055/15394 11313/10056/15395 9840/10057/15396 +f 9839/10055/15394 9840/10057/15396 9841/10058/15397 +f 9841/10058/15397 9840/10057/15396 9838/10054/15393 +f 9841/10058/15397 9838/10054/15393 9842/10059/15398 +f 9842/10059/15398 9838/10054/15393 9837/10053/15392 +f 9844/10060/15399 9843/10061/15400 9845/10062/15401 +f 9844/10060/15399 9845/10062/15401 9846/10063/15402 +f 9846/10063/15402 9845/10062/15401 9839/10055/15394 +f 9839/10055/15394 9845/10062/15401 11313/10056/15395 +f 9855/10064/15403 9957/10065/15404 9847/10066/15405 +f 9957/10065/15404 9855/10064/15403 9848/10067/15406 +f 9849/10068/15407 9848/10067/15406 9850/10069/15408 +f 9853/10070/15409 9851/10071/15410 10541/10072/15411 +f 10541/10072/15411 9851/10071/15410 9852/10073/15412 +f 10541/10072/15411 9854/10074/15413 9853/10070/15409 +f 9854/10074/15413 9855/10064/15403 9853/10070/15409 +f 9853/10070/15409 9855/10064/15403 9847/10066/15405 +f 9856/10075/15414 9857/10076/15415 9858/10077/15416 +f 9859/10078/15417 9858/10077/15416 9860/10079/15418 +f 9859/10078/15417 9860/10079/15418 9861/10080/15419 +f 9859/10078/15417 9861/10080/15419 11025/10081/15420 +f 11025/10081/15420 9863/10082/15421 9859/10078/15417 +f 9852/10073/15412 9851/10071/15410 9862/10083/15422 +f 9852/10073/15412 9862/10083/15422 9864/10084/15423 +f 9864/10084/15423 9862/10083/15422 9863/10082/15421 +f 9864/10084/15423 9863/10082/15421 11025/10081/15420 +f 9865/10085/15424 9866/10086/15425 9868/10087/15426 +f 9865/10085/15424 9868/10087/15426 9867/10088/15427 +f 9867/10088/15427 9868/10087/15426 9945/10089/15428 +f 9868/10087/15426 9869/10090/15429 9945/10089/15428 +f 9869/10090/15429 9870/10091/15430 9945/10089/15428 +f 9945/10089/15428 9870/10091/15430 9871/10010/15349 +f 9875/10092/15431 11081/10093/15432 9874/10094/15433 +f 9866/10086/15425 9865/10085/15424 9872/10095/15434 +f 9866/10086/15425 9872/10095/15434 9873/10096/15435 +f 9873/10096/15435 9872/10095/15434 9874/10094/15433 +f 9874/10094/15433 9872/10095/15434 9875/10092/15431 +f 9876/10097/15436 9877/10098/15437 9878/10099/15438 +f 9876/10097/15436 9878/10099/15438 9879/10100/15439 +f 9878/10099/15438 9880/10101/15440 9879/10100/15439 +f 9880/10101/15440 11081/10093/15432 9879/10100/15439 +f 9879/10100/15439 11081/10093/15432 9881/10102/15441 +f 9881/10102/15441 11081/10093/15432 9875/10092/15431 +f 9892/10103/15442 9882/10104/15443 9883/10105/15444 +f 9892/10103/15442 9884/10106/15445 9885/10107/15446 +f 9884/10106/15445 9892/10103/15442 9883/10105/15444 +f 9886/10108/15447 9882/10104/15443 9887/10109/15448 +f 9889/10110/15449 9890/10111/15450 9891/10112/15451 +f 9891/10112/15451 9890/10111/15450 10479/10113/15452 +f 9891/10112/15451 10479/10113/15452 9885/10107/15446 +f 9885/10107/15446 10479/10113/15452 9888/10114/15453 +f 9888/10114/15453 9892/10103/15442 9885/10107/15446 +f 9893/10115/15454 9902/10116/15455 9890/10111/15450 +f 9893/10115/15454 9890/10111/15450 9889/10110/15449 +f 9894/10117/15456 9895/10118/15457 9896/10119/15458 +f 9894/10117/15456 9896/10119/15458 9897/10120/15459 +f 9897/10120/15459 9896/10119/15458 9898/10121/15460 +f 9898/10121/15460 9899/10122/15461 9897/10120/15459 +f 9897/10120/15459 9899/10122/15461 9900/10123/15462 +f 9897/10120/15459 9900/10123/15462 9901/10124/15463 +f 9900/10123/15462 9902/10116/15455 9901/10124/15463 +f 9901/10124/15463 9902/10116/15455 9893/10115/15454 +f 9903/10125/15464 9905/10126/15465 9904/10127/15466 +f 11169/10128/15467 9906/10129/15468 9905/10126/15465 +f 9905/10126/15465 9906/10129/15468 9904/10127/15466 +f 9906/10129/15468 11169/10128/15467 9907/10130/15469 +f 9907/10130/15469 11169/10128/15467 9908/10131/15470 +f 9904/10127/15466 9910/10132/15471 9903/10125/15464 +f 9903/10125/15464 9910/10132/15471 9806/10020/15359 +f 9806/10020/15359 9910/10132/15471 9911/10019/15358 +f 9912/10133/15472 9913/10134/15473 9914/10135/15474 +f 9915/10136/15475 9921/10137/15476 9913/10134/15473 +f 9913/10134/15473 9921/10137/15476 9914/10135/15474 +f 9916/10138/15477 9807/10022/15361 9917/10139/15478 +f 9917/10139/15478 9807/10022/15361 9808/10021/15360 +f 9917/10139/15478 9808/10021/15360 9918/10140/15479 +f 9808/10021/15360 9919/10141/15480 9918/10140/15479 +f 9918/10140/15479 9919/10141/15480 9920/10142/15481 +f 9918/10140/15479 9920/10142/15481 9915/10136/15475 +f 9915/10136/15475 9920/10142/15481 9921/10137/15476 +f 9908/10131/15470 9909/10007/15346 9907/10130/15469 +f 9907/10130/15469 9909/10007/15346 9799/10009/15348 +f 9907/10130/15469 9799/10009/15348 9922/10143/15482 +f 9922/10143/15482 9799/10009/15348 9923/10144/15483 +f 9924/10145/15484 9925/10146/15485 9923/10144/15483 +f 9923/10144/15483 9925/10146/15485 9922/10143/15482 +f 9926/10147/15486 9927/10148/15487 9928/10149/15488 +f 9928/10149/15488 9927/10148/15487 9929/10150/15489 +f 9928/10149/15488 9929/10150/15489 9924/10145/15484 +f 9924/10145/15484 9929/10150/15489 9925/10146/15485 +f 9894/10117/15456 9897/10120/15459 9930/10151/15490 +f 9894/10117/15456 9930/10151/15490 9931/10152/15491 +f 9931/10152/15491 9930/10151/15490 9932/10153/15492 +f 9931/10152/15491 9932/10153/15492 9926/10147/15486 +f 9926/10147/15486 9932/10153/15492 9933/10154/15493 +f 9926/10147/15486 9933/10154/15493 9927/10148/15487 +f 9883/10105/15444 9882/10104/15443 9886/10108/15447 +f 9883/10105/15444 9886/10108/15447 9934/10155/15494 +f 9934/10155/15494 9886/10108/15447 9935/10156/15495 +f 9934/10155/15494 9935/10156/15495 9936/10157/15496 +f 9936/10157/15496 9935/10156/15495 9937/10158/15497 +f 9936/10157/15496 9937/10158/15497 9938/10159/15498 +f 9938/10159/15498 9937/10158/15497 9939/10160/15499 +f 9938/10159/15498 9939/10160/15499 9942/10161/15500 +f 9940/10162/15501 9941/10163/15502 9939/10160/15499 +f 9939/10160/15499 9941/10163/15502 9942/10161/15500 +f 9876/10097/15436 9879/10100/15439 9943/10164/15503 +f 9876/10097/15436 9943/10164/15503 9940/10162/15501 +f 9940/10162/15501 9943/10164/15503 9944/10165/15504 +f 9940/10162/15501 9944/10165/15504 9941/10163/15502 +f 9945/10089/15428 9871/10010/15349 9801/10012/15351 +f 9945/10089/15428 9801/10012/15351 9946/10166/15505 +f 9945/10089/15428 9946/10166/15505 9947/10167/15506 +f 9947/10167/15506 9946/10166/15505 9948/10168/15507 +f 9948/10168/15507 9946/10166/15505 9949/10169/15508 +f 9948/10168/15507 9949/10169/15508 9950/10170/15509 +f 9950/10170/15509 9949/10169/15508 9951/10171/15510 +f 9950/10170/15509 9951/10171/15510 9956/10172/15511 +f 9858/10077/15416 9859/10078/15417 9856/10075/15414 +f 9856/10075/15414 9859/10078/15417 9954/10173/15512 +f 9954/10173/15512 9859/10078/15417 9952/10174/15513 +f 9954/10173/15512 9952/10174/15513 9953/10175/15514 +f 9954/10173/15512 9953/10175/15514 9955/10176/15515 +f 9954/10173/15512 9955/10176/15515 9951/10171/15510 +f 9951/10171/15510 9955/10176/15515 9956/10172/15511 +f 9957/10065/15404 9848/10067/15406 9849/10068/15407 +f 9957/10065/15404 9849/10068/15407 9958/10177/15516 +f 9957/10065/15404 9958/10177/15516 9965/10178/15517 +f 9960/10179/15518 9959/10180/15519 9961/10181/15520 +f 9960/10179/15518 9961/10181/15520 9962/10182/15521 +f 9962/10182/15521 9961/10181/15520 9963/10183/15522 +f 9963/10183/15522 9961/10181/15520 9964/10184/15523 +f 9963/10183/15522 9964/10184/15523 9958/10177/15516 +f 9958/10177/15516 9964/10184/15523 9965/10178/15517 +f 9959/10180/15519 9960/10179/15518 9966/10185/15524 +f 9966/10185/15524 9960/10179/15518 9967/10186/15525 +f 9966/10185/15524 9967/10186/15525 9844/10060/15399 +f 9844/10060/15399 9967/10186/15525 9968/10187/15526 +f 9844/10060/15399 9968/10187/15526 9843/10061/15400 +f 9843/10061/15400 9968/10187/15526 10324/10188/15527 +f 9835/10052/15391 9836/10013/15352 9834/10051/15390 +f 9834/10051/15390 9836/10013/15352 9803/10015/15354 +f 9834/10051/15390 9803/10015/15354 9969/10189/15528 +f 9969/10189/15528 9803/10015/15354 9970/10190/15529 +f 9969/10189/15528 9970/10190/15529 9972/10191/15530 +f 9972/10191/15530 9970/10190/15529 9971/10192/15531 +f 9972/10191/15530 9971/10192/15531 9973/10193/15532 +f 9972/10191/15530 9973/10193/15532 9974/10194/15533 +f 9975/10195/15534 9976/10196/15535 9973/10193/15532 +f 9973/10193/15532 9976/10196/15535 9974/10194/15533 +f 9977/10197/15536 9978/10198/15537 9975/10195/15534 +f 9975/10195/15534 9978/10198/15537 9976/10196/15535 +f 9979/10199/15538 9822/10038/15377 9980/10200/15539 +f 9980/10200/15539 9822/10038/15377 9823/10037/15376 +f 9980/10200/15539 9823/10037/15376 9981/10201/15540 +f 9981/10201/15540 9823/10037/15376 9982/10202/15541 +f 9981/10201/15540 9982/10202/15541 9983/10203/15542 +f 9983/10203/15542 9982/10202/15541 9984/10204/15543 +f 9983/10203/15542 9984/10204/15543 9977/10197/15536 +f 9977/10197/15536 9984/10204/15543 9985/10205/15544 +f 9977/10197/15536 9985/10205/15544 9978/10198/15537 +f 9812/10027/15366 9814/10029/15368 9815/10030/15369 +f 9812/10027/15366 9815/10030/15369 9986/10206/15545 +f 9986/10206/15545 9815/10030/15369 9912/10133/15472 +f 9986/10206/15545 9912/10133/15472 9987/10207/15546 +f 9987/10207/15546 9912/10133/15472 9914/10135/15474 +s 122 +f 10091/10208/15547 9988/10209/15548 9989/10210/15549 +f 10072/10211/15550 9990/10212/15551 9991/10213/15552 +f 10054/10214/15553 9992/10215/15554 9993/10216/15555 +f 10038/10217/15556 9994/10218/15557 9995/10219/15558 +f 10022/10220/15559 10264/10221/15560 9996/10222/15561 +f 10002/10223/15562 9997/10224/15563 9998/10225/15564 +f 10000/10226/15565 9999/10227/15566 10001/10228/15567 +f 10000/10226/15565 10001/10228/15567 9998/10225/15564 +f 10001/10228/15567 10002/10223/15562 9998/10225/15564 +f 10003/10229/15568 10004/10230/15569 9997/10224/15563 +f 10005/10231/15570 10016/10232/15571 10006/10233/15572 +f 10006/10233/15572 10016/10232/15571 9999/10227/15566 +f 10006/10233/15572 9999/10227/15566 10007/10234/15573 +f 10007/10234/15573 9999/10227/15566 10000/10226/15565 +f 10008/10235/15574 10009/10236/15575 10010/10237/15576 +f 10011/10238/15577 10012/10239/15578 10010/10237/15576 +f 10012/10239/15578 10011/10238/15577 10013/10240/15579 +f 10013/10240/15579 10014/10241/15580 10012/10239/15578 +f 10012/10239/15578 10014/10241/15580 10015/10242/15581 +f 10014/10241/15580 10016/10232/15571 10015/10242/15581 +f 10015/10242/15581 10016/10232/15571 10005/10231/15570 +f 10018/10243/15582 10017/10244/15583 10019/10245/15584 +f 10017/10244/15583 10018/10243/15582 10020/10246/15585 +f 10020/10246/15585 10018/10243/15582 10021/10247/15586 +f 10020/10246/15585 10021/10247/15586 11079/10248/15587 +f 11079/10248/15587 10022/10220/15559 10020/10246/15585 +f 10023/10249/15588 10024/10250/15589 10025/10251/15590 +f 10025/10251/15590 10024/10250/15589 10518/10252/15591 +f 10025/10251/15590 10518/10252/15591 10019/10245/15584 +f 10019/10245/15584 10518/10252/15591 10018/10243/15582 +f 10026/10253/15592 10027/10254/15593 10028/10255/15594 +f 10029/10256/15595 10028/10255/15594 10030/10257/15596 +f 10030/10257/15596 11060/10258/15597 10029/10256/15595 +f 11060/10258/15597 10031/10259/15598 10029/10256/15595 +f 10029/10256/15595 10031/10259/15598 10032/10260/15599 +f 10032/10260/15599 10031/10259/15598 10023/10249/15588 +f 10023/10249/15588 10031/10259/15598 10024/10250/15589 +f 10033/10261/15600 10050/10262/15601 10034/10263/15602 +f 10050/10262/15601 10035/10264/15603 10034/10263/15602 +f 10034/10263/15602 10035/10264/15603 10036/10265/15604 +f 10036/10265/15604 10035/10264/15603 10037/10266/15605 +f 10036/10265/15604 10037/10266/15605 10038/10217/15556 +f 10039/10267/15606 10040/10268/15607 10041/10269/15608 +f 10042/10270/15609 10041/10269/15608 10043/10271/15610 +f 10043/10271/15610 10044/10272/15611 10042/10270/15609 +f 10046/10273/15612 10045/10274/15613 10042/10270/15609 +f 10046/10273/15612 10042/10270/15609 10044/10272/15611 +f 10045/10274/15613 10046/10273/15612 10047/10275/15614 +f 10045/10274/15613 10047/10275/15614 10048/10276/15615 +f 10048/10276/15615 10047/10275/15614 10049/10277/15616 +f 10049/10277/15616 10047/10275/15614 10050/10262/15601 +f 10049/10277/15616 10050/10262/15601 10033/10261/15600 +f 10055/10278/15617 11309/10279/15618 10051/10280/15619 +f 10055/10278/15617 10052/10281/15620 10053/10282/15621 +f 10052/10281/15620 10055/10278/15617 10051/10280/15619 +f 10051/10280/15619 11309/10279/15618 10054/10214/15553 +f 10570/10283/15622 10055/10278/15617 10053/10282/15621 +f 10068/10284/15623 10056/10285/15624 10057/10286/15625 +f 10057/10286/15625 10056/10285/15624 10058/10287/15626 +f 10058/10287/15626 10059/10288/15627 10057/10286/15625 +f 10057/10286/15625 10059/10288/15627 10060/10289/15628 +f 10060/10289/15628 10059/10288/15627 10061/10290/15629 +f 10061/10290/15629 10059/10288/15627 10062/10291/15630 +f 10061/10290/15629 10062/10291/15630 10063/10292/15631 +f 10063/10292/15631 10062/10291/15630 10570/10283/15622 +f 10063/10292/15631 10570/10283/15622 10053/10282/15621 +f 10064/10293/15632 10065/10294/15633 10066/10295/15634 +f 10066/10295/15634 10068/10284/15623 10067/10296/15635 +f 10068/10284/15623 10057/10286/15625 10069/10297/15636 +f 10068/10284/15623 10069/10297/15636 10067/10296/15635 +f 10077/10298/15637 10070/10299/15638 10071/10300/15639 +f 10070/10299/15638 10077/10298/15637 10072/10211/15550 +f 10073/10301/15640 10074/10302/15641 10075/10303/15642 +f 10074/10302/15641 10076/10304/15643 10075/10303/15642 +f 10075/10303/15642 10076/10304/15643 10077/10298/15637 +f 10075/10303/15642 10077/10298/15637 10071/10300/15639 +f 10088/10305/15644 11241/10306/15645 10078/10307/15646 +f 10078/10307/15646 11241/10306/15645 10079/10308/15647 +f 10078/10307/15646 10079/10308/15647 10080/10309/15648 +f 10080/10309/15648 10079/10308/15647 10081/10310/15649 +f 10081/10310/15649 10079/10308/15647 10082/10311/15650 +f 10081/10310/15649 10082/10311/15650 10073/10301/15640 +f 10073/10301/15640 10082/10311/15650 10074/10302/15641 +f 10085/10312/15651 10086/10313/15652 10083/10314/15653 +f 10083/10314/15653 10087/10315/15654 10084/10316/15655 +f 10084/10316/15655 10087/10315/15654 10088/10305/15644 +f 10088/10305/15644 10078/10307/15646 10089/10317/15656 +f 10088/10305/15644 10089/10317/15656 10084/10316/15655 +f 10090/10318/15657 10091/10208/15547 10092/10319/15658 +f 10092/10319/15658 10091/10208/15547 10093/10320/15659 +f 10094/10321/15660 10096/10322/15661 10095/10323/15662 +f 10096/10322/15661 10090/10318/15657 10095/10323/15662 +f 10090/10318/15657 10096/10322/15661 11191/10324/15663 +f 10090/10318/15657 11191/10324/15663 11192/10325/15664 +f 10090/10318/15657 11192/10325/15664 10091/10208/15547 +f 10097/10326/15665 10109/10327/15666 10098/10328/15667 +f 10097/10326/15665 10098/10328/15667 10099/10329/15668 +f 10099/10329/15668 10098/10328/15667 10094/10321/15660 +f 10099/10329/15668 10094/10321/15660 10100/10330/15669 +f 10100/10330/15669 10094/10321/15660 10095/10323/15662 +f 10101/10331/15670 10102/10332/15671 10103/10333/15672 +f 10103/10333/15672 10104/10334/15673 10105/10335/15674 +f 10105/10335/15674 10104/10334/15673 10106/10336/15675 +f 10106/10336/15675 10107/10337/15676 10105/10335/15674 +f 10105/10335/15674 10107/10337/15676 10108/10338/15677 +f 10108/10338/15677 10107/10337/15676 10109/10327/15666 +f 10108/10338/15677 10109/10327/15666 10097/10326/15665 +f 10083/10314/15653 10084/10316/15655 10085/10312/15651 +f 10085/10312/15651 10084/10316/15655 10110/10339/15678 +f 10085/10312/15651 10110/10339/15678 10111/10340/15679 +f 10070/10299/15638 10072/10211/15550 9991/10213/15552 +f 10070/10299/15638 9991/10213/15552 10112/10341/15680 +f 10112/10341/15680 9991/10213/15552 10113/10342/15681 +f 10112/10341/15680 10113/10342/15681 10114/10343/15682 +f 10114/10343/15682 10113/10342/15681 10115/10344/15683 +f 10115/10344/15683 10113/10342/15681 10064/10293/15632 +f 10115/10344/15683 10064/10293/15632 10067/10296/15635 +f 10067/10296/15635 10064/10293/15632 10066/10295/15634 +f 10051/10280/15619 10054/10214/15553 9993/10216/15555 +f 10051/10280/15619 9993/10216/15555 10116/10345/15684 +f 10116/10345/15684 9993/10216/15555 10117/10346/15685 +f 10116/10345/15684 10117/10346/15685 10118/10347/15686 +f 10118/10347/15686 10117/10346/15685 10119/10348/15687 +f 10119/10348/15687 10117/10346/15685 10120/10349/15688 +f 10119/10348/15687 10120/10349/15688 10121/10350/15689 +f 10121/10350/15689 10120/10349/15688 10122/10351/15690 +f 10122/10351/15690 10120/10349/15688 10039/10267/15606 +f 10122/10351/15690 10039/10267/15606 10042/10270/15609 +f 10042/10270/15609 10039/10267/15606 10041/10269/15608 +f 10036/10265/15604 10038/10217/15556 9995/10219/15558 +f 10036/10265/15604 9995/10219/15558 10123/10352/15691 +f 10123/10352/15691 9995/10219/15558 10124/10353/15692 +f 10123/10352/15691 10124/10353/15692 10125/10354/15693 +f 10125/10354/15693 10124/10353/15692 10126/10355/15694 +f 10126/10355/15694 10124/10353/15692 10127/10356/15695 +f 10126/10355/15694 10127/10356/15695 10128/10357/15696 +f 10128/10357/15696 10127/10356/15695 10129/10358/15697 +f 10129/10358/15697 10127/10356/15695 10026/10253/15592 +f 10129/10358/15697 10026/10253/15592 10029/10256/15595 +f 10029/10256/15595 10026/10253/15592 10028/10255/15594 +f 10020/10246/15585 10022/10220/15559 9996/10222/15561 +f 10020/10246/15585 9996/10222/15561 10130/10359/15698 +f 10130/10359/15698 9996/10222/15561 10131/10360/15699 +f 10130/10359/15698 10131/10360/15699 10132/10361/15700 +f 10132/10361/15700 10131/10360/15699 10133/10362/15701 +f 10133/10362/15701 10131/10360/15699 10134/10363/15702 +f 10133/10362/15701 10134/10363/15702 10135/10364/15703 +f 10135/10364/15703 10134/10363/15702 10136/10365/15704 +f 10136/10365/15704 10134/10363/15702 10008/10235/15574 +f 10136/10365/15704 10008/10235/15574 10012/10239/15578 +f 10012/10239/15578 10008/10235/15574 10010/10237/15576 +f 9998/10225/15564 9997/10224/15563 10004/10230/15569 +f 9998/10225/15564 10004/10230/15569 10137/10366/15705 +f 10137/10366/15705 10004/10230/15569 10138/10367/15706 +f 10137/10366/15705 10138/10367/15706 10139/10368/15707 +f 10139/10368/15707 10138/10367/15706 10140/10369/15708 +f 10140/10369/15708 10138/10367/15706 10141/10370/15709 +f 10140/10369/15708 10141/10370/15709 10142/10371/15710 +f 10142/10371/15710 10141/10370/15709 10143/10372/15711 +f 10143/10372/15711 10141/10370/15709 10101/10331/15670 +f 10143/10372/15711 10101/10331/15670 10105/10335/15674 +f 10105/10335/15674 10101/10331/15670 10103/10333/15672 +f 10093/10320/15659 10091/10208/15547 9989/10210/15549 +f 10093/10320/15659 9989/10210/15549 10144/10373/15712 +f 10144/10373/15712 9989/10210/15549 10111/10340/15679 +f 10144/10373/15712 10111/10340/15679 10145/10374/15713 +f 10145/10374/15713 10111/10340/15679 10110/10339/15678 +s 39 +f 10146/10375/15714 12190/10376/15715 10153/10377/15716 +f 12190/10376/15715 10147/10378/15717 10153/10377/15716 +f 10153/10377/15716 10147/10378/15717 10148/10379/15718 +f 10148/10379/15718 10147/10378/15717 10149/10380/15719 +f 10148/10379/15718 10149/10380/15719 13401/10381/15720 +f 10151/10382/15721 10150/10383/15722 10148/10379/15718 +f 10148/10379/15718 10150/10383/15722 10152/10384/15723 +f 10148/10379/15718 10152/10384/15723 10153/10377/15716 +f 10152/10384/15723 12091/10385/15724 10153/10377/15716 +f 10153/10377/15716 12091/10385/15724 11797/10386/15725 +f 11797/10386/15725 12091/10385/15724 12090/10387/15726 +f 10154/10388/15727 10155/10389/15728 10156/10390/15729 +f 10156/10390/15729 10155/10389/15728 10157/10391/15730 +f 10157/10391/15730 10155/10389/15728 10158/10392/15731 +f 10158/10392/15731 10155/10389/15728 10159/10393/15732 +f 10158/10392/15731 10159/10393/15732 10160/10394/15733 +f 10160/10394/15733 10159/10393/15732 10161/10395/15734 +f 10161/10395/15734 10159/10393/15732 10162/10396/15735 +f 10161/10395/15734 10162/10396/15735 10163/10397/15736 +f 10163/10397/15736 10162/10396/15735 10164/10398/15737 +f 10163/10397/15736 10164/10398/15737 10165/10399/15738 +f 10165/10399/15738 10164/10398/15737 10166/10400/15739 +f 10166/10400/15739 10164/10398/15737 10167/10401/15740 +f 10167/10401/15740 10164/10398/15737 10168/10402/15741 +f 10167/10401/15740 10168/10402/15741 10169/10403/15742 +f 10169/10403/15742 10168/10402/15741 10170/10404/15743 +f 10170/10404/15743 10168/10402/15741 10171/10405/15744 +f 10170/10404/15743 10171/10405/15744 10172/10406/15745 +f 10172/10406/15745 10171/10405/15744 10173/10407/15746 +f 10172/10406/15745 10173/10407/15746 10174/10408/15747 +f 10174/10408/15747 10173/10407/15746 11487/10409/15748 +f 10174/10408/15747 11487/10409/15748 10198/10410/15749 +f 10175/10411/15750 10176/10412/15751 10177/10413/15752 +f 10177/10413/15752 10176/10412/15751 10178/10414/15753 +f 10178/10414/15753 10176/10412/15751 10179/10415/15754 +f 10178/10414/15753 10179/10415/15754 10180/10416/15755 +f 10180/10416/15755 10179/10415/15754 10182/10417/15756 +f 10182/10417/15756 10179/10415/15754 10181/10418/15757 +f 10182/10417/15756 10181/10418/15757 10183/10419/15758 +f 10183/10419/15758 10181/10418/15757 10184/10420/15759 +f 10184/10420/15759 10181/10418/15757 10185/10421/15760 +f 10184/10420/15759 10185/10421/15760 10186/10422/15761 +f 10186/10422/15761 10185/10421/15760 10187/10423/15762 +f 10187/10423/15762 10185/10421/15760 10188/10424/15763 +f 10187/10423/15762 10188/10424/15763 10189/10425/15764 +f 10189/10425/15764 10188/10424/15763 10190/10426/15765 +f 10189/10425/15764 10190/10426/15765 10191/10427/15766 +f 10191/10427/15766 10190/10426/15765 11430/10428/15767 +f 10191/10427/15766 11430/10428/15767 10192/10429/15768 +f 10192/10429/15768 11430/10428/15767 10193/10430/15769 +f 10193/10430/15769 11430/10428/15767 10194/10431/15770 +f 10194/10431/15770 11430/10428/15767 10195/10432/15771 +f 10194/10431/15770 10195/10432/15771 10196/10433/15772 +f 10196/10433/15772 10195/10432/15771 10220/10434/15773 +f 10198/10410/15749 11487/10409/15748 10197/10435/15774 +f 10198/10410/15749 10197/10435/15774 10200/10436/15775 +f 10200/10436/15775 10197/10435/15774 10199/10437/15776 +f 10200/10436/15775 10199/10437/15776 10201/10438/15777 +f 10201/10438/15777 10199/10437/15776 10202/10439/15778 +f 10201/10438/15777 10202/10439/15778 10203/10440/15779 +f 10203/10440/15779 10202/10439/15778 10204/10441/15780 +f 10204/10441/15780 10202/10439/15778 10205/10442/15781 +f 10204/10441/15780 10205/10442/15781 10206/10443/15782 +f 10206/10443/15782 10205/10442/15781 10207/10444/15783 +f 10207/10444/15783 10205/10442/15781 10208/10445/15784 +f 10208/10445/15784 10205/10442/15781 11374/10446/15785 +f 10208/10445/15784 11374/10446/15785 10209/10447/15786 +f 10209/10447/15786 11374/10446/15785 10210/10448/15787 +f 10209/10447/15786 10210/10448/15787 10212/10449/15788 +f 10212/10449/15788 10210/10448/15787 10211/10450/15789 +f 10212/10449/15788 10211/10450/15789 10213/10451/15790 +f 10213/10451/15790 10211/10450/15789 10214/10452/15791 +f 10213/10451/15790 10214/10452/15791 10215/10453/15792 +f 10215/10453/15792 10214/10452/15791 10216/10454/15793 +f 10216/10454/15793 10214/10452/15791 10217/10455/15794 +f 10217/10455/15794 10214/10452/15791 10218/10456/15795 +f 10217/10455/15794 10218/10456/15795 10175/10411/15750 +f 10175/10411/15750 10218/10456/15795 10176/10412/15751 +f 10220/10434/15773 10195/10432/15771 10219/10457/15796 +f 10220/10434/15773 10219/10457/15796 10221/10458/15797 +f 10221/10458/15797 10219/10457/15796 11416/10459/15798 +f 10221/10458/15797 11416/10459/15798 10222/10460/15799 +f 10222/10460/15799 11416/10459/15798 10223/10461/15800 +f 10223/10461/15800 11416/10459/15798 10224/10462/15801 +f 10223/10461/15800 10224/10462/15801 10225/10463/15802 +f 10225/10463/15802 10224/10462/15801 10226/10464/15803 +f 10226/10464/15803 10224/10462/15801 10227/10465/15804 +f 10227/10465/15804 10224/10462/15801 10228/10466/15805 +f 10227/10465/15804 10228/10466/15805 10229/10467/15806 +f 10229/10467/15806 10228/10466/15805 10231/10468/15807 +f 10231/10468/15807 10228/10466/15805 10230/10469/15808 +f 10231/10468/15807 10230/10469/15808 10232/10470/15809 +f 10232/10470/15809 10230/10469/15808 10234/10471/15810 +f 10234/10471/15810 10230/10469/15808 10233/10472/15811 +f 10234/10471/15810 10233/10472/15811 10235/10473/15812 +f 10235/10473/15812 10233/10472/15811 11402/10474/15813 +f 10235/10473/15812 11402/10474/15813 10236/10475/15814 +f 10236/10475/15814 11402/10474/15813 10237/10476/15815 +f 10236/10475/15814 10237/10476/15815 10238/10477/15816 +f 10238/10477/15816 10237/10476/15815 10239/10478/15817 +f 10239/10478/15817 10237/10476/15815 10240/10479/15818 +f 10239/10478/15817 10240/10479/15818 10241/10480/15819 +f 10241/10480/15819 10240/10479/15818 10154/10388/15727 +f 10154/10388/15727 10240/10479/15818 10155/10389/15728 +f 9962/10182/15820 9963/10183/15821 10243/10481/15822 +f 10244/10482/15823 10245/10483/15824 12457/10484/15825 +f 12865/10485/15826 10246/10486/15827 12173/10487/15828 +f 12976/10488/15829 10247/10489/15830 10248/10490/15831 +f 10250/10491/15832 12155/10492/15833 12269/10493/15834 +f 12269/10493/15834 12155/10492/15833 12295/10494/15835 +f 10251/10495/15836 12269/10493/15834 9850/10069/15837 +f 9850/10069/15837 12269/10493/15834 9849/10068/15838 +f 9849/10068/15838 12269/10493/15834 12295/10494/15835 +f 9849/10068/15838 12295/10494/15835 10252/10496/15839 +f 12323/10497/15840 9958/10177/15841 9849/10068/15838 +f 12323/10497/15840 9849/10068/15838 10252/10496/15839 +f 9954/10173/15842 12215/10498/15843 9856/10075/15844 +f 9856/10075/15844 12215/10498/15843 9857/10076/15845 +f 12269/10493/15834 10251/10495/15836 9857/10076/15845 +f 12269/10493/15834 9857/10076/15845 10263/10499/15846 +f 10251/10495/15836 10253/10500/15847 9857/10076/15845 +f 9857/10076/15845 10253/10500/15847 10254/10501/15848 +f 9857/10076/15845 10254/10501/15848 10255/10502/15849 +f 10255/10502/15849 10254/10501/15848 10256/10503/15850 +f 10255/10502/15849 10256/10503/15850 10332/10504/15851 +f 10332/10504/15851 10256/10503/15850 10257/10505/15852 +f 10257/10505/15852 10258/10506/15853 10332/10504/15851 +f 10332/10504/15851 10258/10506/15853 10259/10507/15854 +f 10332/10504/15851 10259/10507/15854 10260/10508/15855 +f 10260/10508/15855 10259/10507/15854 10261/10509/15856 +f 10262/10510/15857 12153/10511/15858 12215/10498/15843 +f 12215/10498/15843 12153/10511/15858 12241/10512/15859 +f 12215/10498/15843 12241/10512/15859 9857/10076/15845 +f 9857/10076/15845 12241/10512/15859 10263/10499/15846 +f 10026/10253/15860 10260/10508/15855 10027/10254/15861 +f 10027/10254/15861 10260/10508/15855 10264/10221/15862 +f 10265/10513/15863 9954/10173/15842 9951/10171/15864 +f 10026/10253/15860 10127/10356/15865 10124/10353/15866 +f 10124/10353/15866 9995/10219/15867 10026/10253/15860 +f 10026/10253/15860 9995/10219/15867 9994/10218/15868 +f 10026/10253/15860 9994/10218/15868 10260/10508/15855 +f 10260/10508/15855 9994/10218/15868 10266/10514/15869 +f 10260/10508/15855 10266/10514/15869 10267/10515/15870 +f 10268/10516/15871 9954/10173/15842 12113/10517/15872 +f 12113/10517/15872 9954/10173/15842 10265/10513/15863 +f 12113/10517/15872 10265/10513/15863 12059/10518/15873 +f 12059/10518/15873 10265/10513/15863 10269/10519/15874 +f 9954/10173/15842 10268/10516/15871 12215/10498/15843 +f 10267/10515/15870 10270/10520/15875 10260/10508/15855 +f 10260/10508/15855 10270/10520/15875 10271/10521/15876 +f 10260/10508/15855 10271/10521/15876 10272/10522/15877 +f 9951/10171/15864 9949/10169/15878 10265/10513/15863 +f 10265/10513/15863 9949/10169/15878 9946/10166/15879 +f 10265/10513/15863 9946/10166/15879 9801/10012/15880 +f 10273/10523/15881 10274/10524/15882 10280/10525/15883 +f 10280/10525/15883 10274/10524/15882 10275/10526/15884 +f 10280/10525/15883 10275/10526/15884 10264/10221/15862 +f 10264/10221/15862 10275/10526/15884 10276/10527/15885 +f 10264/10221/15862 10276/10527/15885 10277/10528/15886 +f 10277/10528/15886 10278/10529/15887 10264/10221/15862 +f 10264/10221/15862 10278/10529/15887 10279/10530/15888 +f 10264/10221/15862 10279/10530/15888 10027/10254/15861 +f 10265/10513/15863 9801/10012/15880 10280/10525/15883 +f 10280/10525/15883 9801/10012/15880 9800/10011/15889 +f 10280/10525/15883 9800/10011/15889 10281/10531/15890 +f 10280/10525/15883 10281/10531/15890 10273/10523/15881 +f 10333/10532/15891 10282/10533/15892 10280/10525/15883 +f 10280/10525/15883 10282/10533/15892 10283/10534/15893 +f 10280/10525/15883 10283/10534/15893 10284/10535/15894 +f 10284/10535/15894 10285/10536/15895 10280/10525/15883 +f 10280/10525/15883 10285/10536/15895 10286/10537/15896 +f 10280/10525/15883 10286/10537/15896 10287/10538/15897 +f 9935/10156/15898 10249/10539/15899 9937/10158/15900 +f 9937/10158/15900 10249/10539/15899 10288/10540/15901 +f 9937/10158/15900 10288/10540/15901 9939/10160/15902 +f 9939/10160/15902 10288/10540/15901 9940/10162/15903 +f 10289/10541/15904 12180/10542/15905 13193/10543/15906 +f 13193/10543/15906 12180/10542/15905 10280/10525/15883 +f 10288/10540/15901 13371/10544/15907 9940/10162/15903 +f 9940/10162/15903 13371/10544/15907 9876/10097/15908 +f 9876/10097/15908 13371/10544/15907 10290/10545/15909 +f 9876/10097/15908 10290/10545/15909 9877/10098/15910 +f 10292/10546/15911 13193/10543/15906 9877/10098/15910 +f 10291/10547/15912 13155/10548/15913 10290/10545/15909 +f 10290/10545/15909 13155/10548/15913 13165/10549/15914 +f 10290/10545/15909 13165/10549/15914 9877/10098/15910 +f 9877/10098/15910 13165/10549/15914 10292/10546/15911 +f 10287/10538/15897 10293/10550/15915 10280/10525/15883 +f 10280/10525/15883 10293/10550/15915 9877/10098/15910 +f 10280/10525/15883 9877/10098/15910 13193/10543/15906 +f 13086/10551/15916 10294/10552/15917 12179/10553/15918 +f 10296/10554/15919 12176/10555/15920 13056/10556/15921 +f 10295/10557/15922 13086/10551/15916 10249/10539/15899 +f 10249/10539/15899 13086/10551/15916 10288/10540/15901 +f 10288/10540/15901 13086/10551/15916 12179/10553/15918 +f 10296/10554/15919 13056/10556/15921 10249/10539/15899 +f 10249/10539/15899 13056/10556/15921 10295/10557/15922 +f 13029/10558/15923 10296/10554/15919 10249/10539/15899 +f 13029/10558/15923 10249/10539/15899 10297/10559/15924 +f 13029/10558/15923 10297/10559/15924 13351/10560/15925 +f 10297/10559/15924 13001/10561/15926 13351/10560/15925 +f 10297/10559/15924 10298/10562/15927 9895/10118/15928 +f 10300/10563/15929 10299/10564/15930 12945/10565/15931 +f 13000/10566/15932 13001/10561/15926 10248/10490/15831 +f 10248/10490/15831 13001/10561/15926 10297/10559/15924 +f 10248/10490/15831 10297/10559/15924 12976/10488/15829 +f 12976/10488/15829 10297/10559/15924 9895/10118/15928 +f 12976/10488/15829 9895/10118/15928 9894/10117/15933 +f 12976/10488/15829 9894/10117/15933 13341/10567/15934 +f 13341/10567/15934 9894/10117/15933 9931/10152/15935 +f 13341/10567/15934 9931/10152/15935 12945/10565/15931 +f 12865/10485/15826 12173/10487/15828 12890/10568/15936 +f 10301/10569/15937 10299/10564/15930 12918/10570/15938 +f 12918/10570/15938 10299/10564/15930 10300/10563/15929 +f 12918/10570/15938 10300/10563/15929 10302/10571/15939 +f 12865/10485/15826 12890/10568/15936 10300/10563/15929 +f 10300/10563/15929 12890/10568/15936 10302/10571/15939 +f 10374/10572/15940 10303/10573/15941 9916/10138/15942 +f 10304/10574/15943 12171/10575/15944 10305/10576/15945 +f 10305/10576/15945 12171/10575/15944 12839/10577/15946 +f 10305/10576/15945 12839/10577/15946 9918/10140/15947 +f 10306/10578/15948 9916/10138/15942 12839/10577/15946 +f 12839/10577/15946 9916/10138/15942 9917/10139/15949 +f 12839/10577/15946 9917/10139/15949 9918/10140/15947 +f 10307/10579/15950 10305/10576/15945 9918/10140/15947 +f 10310/10580/15951 10308/10581/15952 12169/10582/15953 +f 9918/10140/15947 10309/10583/15954 10307/10579/15950 +f 10307/10579/15950 10309/10583/15954 10310/10580/15951 +f 10307/10579/15950 10310/10580/15951 12169/10582/15953 +f 10313/10584/15955 10310/10580/15951 10309/10583/15954 +f 12675/10585/15956 13291/10586/15957 10311/10587/15958 +f 13291/10586/15957 12703/10588/15959 10311/10587/15958 +f 10311/10587/15958 12703/10588/15959 10309/10583/15954 +f 10312/10589/15960 12167/10590/15961 12703/10588/15959 +f 12703/10588/15959 12167/10590/15961 12729/10591/15962 +f 12703/10588/15959 12729/10591/15962 10309/10583/15954 +f 10309/10583/15954 12729/10591/15962 10313/10584/15955 +f 9979/10199/15963 10311/10587/15958 10314/10592/15964 +f 10314/10592/15964 10311/10587/15958 10372/10593/15965 +f 10315/10594/15966 12166/10595/15967 10316/10596/15968 +f 10316/10596/15968 12166/10595/15967 12675/10585/15956 +f 10316/10596/15968 12675/10585/15956 10311/10587/15958 +f 10316/10596/15968 10311/10587/15958 9979/10199/15963 +f 10316/10596/15968 9979/10199/15963 10317/10597/15969 +f 10319/10598/15970 12165/10599/15971 10318/10600/15972 +f 10318/10600/15972 12165/10599/15971 10317/10597/15969 +f 10320/10601/15973 12163/10602/15974 12567/10603/15975 +f 10321/10604/15976 10322/10605/15977 12514/10606/15978 +f 12514/10606/15978 10322/10605/15977 10323/10607/15979 +f 12514/10606/15978 10323/10607/15979 12159/10608/15980 +f 10322/10605/15977 10321/10604/15976 12542/10609/15981 +f 10322/10605/15977 12542/10609/15981 12567/10603/15975 +f 12567/10603/15975 12542/10609/15981 10320/10601/15973 +f 10324/10188/15982 12458/10610/15983 13252/10611/15984 +f 10325/10612/15985 10323/10607/15979 12487/10613/15986 +f 12487/10613/15986 10323/10607/15979 10322/10605/15977 +f 12487/10613/15986 10322/10605/15977 10324/10188/15982 +f 12487/10613/15986 10324/10188/15982 13252/10611/15984 +f 10243/10481/15822 10326/10614/15987 12404/10615/15988 +f 12457/10484/15825 12458/10610/15983 10324/10188/15982 +f 12457/10484/15825 10324/10188/15982 10244/10482/15823 +f 10244/10482/15823 10324/10188/15982 10327/10616/15989 +f 10327/10616/15989 10324/10188/15982 9968/10187/15990 +f 10327/10616/15989 9968/10187/15990 9967/10186/15991 +f 10327/10616/15989 9967/10186/15991 12404/10615/15988 +f 12323/10497/15840 10243/10481/15822 9963/10183/15821 +f 12323/10497/15840 9963/10183/15821 9958/10177/15841 +f 10328/10617/15992 10326/10614/15987 12378/10618/15993 +f 12378/10618/15993 10326/10614/15987 10243/10481/15822 +f 12378/10618/15993 10243/10481/15822 10330/10619/15994 +f 10329/10620/15995 12157/10621/15996 12323/10497/15840 +f 12323/10497/15840 12157/10621/15996 12348/10622/15997 +f 12323/10497/15840 12348/10622/15997 10243/10481/15822 +f 10243/10481/15822 12348/10622/15997 10330/10619/15994 +f 10272/10522/15877 10331/10623/15998 10260/10508/15855 +f 10260/10508/15855 10331/10623/15998 10332/10504/15851 +f 10333/10532/15891 10280/10525/15883 10264/10221/15862 +f 10264/10221/15862 10334/10624/15999 9996/10222/16000 +f 10335/10625/16001 10336/10626/16002 10297/10559/15924 +f 9935/10156/15898 9886/10108/16003 10249/10539/15899 +f 10249/10539/15899 9886/10108/16003 9887/10109/16004 +f 10249/10539/15899 9887/10109/16004 10297/10559/15924 +f 10297/10559/15924 9887/10109/16004 10337/10627/16005 +f 10297/10559/15924 10337/10627/16005 10335/10625/16001 +f 10338/10628/16006 10339/10629/16007 10334/10624/15999 +f 10334/10624/15999 10339/10629/16007 10009/10236/16008 +f 10334/10624/15999 10009/10236/16008 10008/10235/16009 +f 10008/10235/16009 10134/10363/16010 10334/10624/15999 +f 10334/10624/15999 10134/10363/16010 10131/10360/16011 +f 10334/10624/15999 10131/10360/16011 9996/10222/16000 +f 10336/10626/16002 10340/10630/16012 10297/10559/15924 +f 10297/10559/15924 10340/10630/16012 10341/10631/16013 +f 10297/10559/15924 10341/10631/16013 10342/10632/16014 +f 12404/10615/15988 9967/10186/15991 10243/10481/15822 +f 10243/10481/15822 9967/10186/15991 9960/10179/16015 +f 10243/10481/15822 9960/10179/16015 9962/10182/15820 +f 10343/10633/16016 10352/10634/16017 10344/10635/16018 +f 10345/10636/16019 10242/10637/16020 10343/10633/16016 +f 10345/10636/16019 10343/10633/16016 10346/10638/16021 +f 10344/10635/16018 10347/10639/16022 10343/10633/16016 +f 10343/10633/16016 10347/10639/16022 10348/10640/16023 +f 10343/10633/16016 10348/10640/16023 10346/10638/16021 +f 10349/10641/16024 9992/10215/16025 10343/10633/16016 +f 10343/10633/16016 9992/10215/16025 10350/10642/16026 +f 10260/10508/15855 10261/10509/15856 10040/10268/16027 +f 10260/10508/15855 10040/10268/16027 10349/10641/16024 +f 10349/10641/16024 10040/10268/16027 10039/10267/16028 +f 10349/10641/16024 10039/10267/16028 10120/10349/16029 +f 10350/10642/16026 10351/10643/16030 10343/10633/16016 +f 10343/10633/16016 10351/10643/16030 10352/10634/16017 +f 10120/10349/16029 10117/10346/16031 10349/10641/16024 +f 10349/10641/16024 10117/10346/16031 9993/10216/16032 +f 10349/10641/16024 9993/10216/16032 9992/10215/16025 +f 9970/10190/16033 9803/10015/16034 10322/10605/15977 +f 10322/10605/15977 9803/10015/16034 9802/10014/16035 +f 10322/10605/15977 9802/10014/16035 10324/10188/15982 +f 10324/10188/15982 9802/10014/16035 10353/10644/16036 +f 10324/10188/15982 10353/10644/16036 10354/10645/16037 +f 10354/10645/16037 10355/10646/16038 10324/10188/15982 +f 10324/10188/15982 10355/10646/16038 10356/10647/16039 +f 10324/10188/15982 10356/10647/16039 10343/10633/16016 +f 10343/10633/16016 10356/10647/16039 10357/10648/16040 +f 10343/10633/16016 10357/10648/16040 10358/10649/16041 +f 9983/10203/16042 9977/10197/16043 10318/10600/15972 +f 10318/10600/15972 9977/10197/16043 12567/10603/15975 +f 9977/10197/16043 9975/10195/16044 12567/10603/15975 +f 12567/10603/15975 9975/10195/16044 9973/10193/16045 +f 12567/10603/15975 9973/10193/16045 10322/10605/15977 +f 10322/10605/15977 9973/10193/16045 9971/10192/16046 +f 10322/10605/15977 9971/10192/16046 9970/10190/16033 +f 10317/10597/15969 9979/10199/15963 9980/10200/16047 +f 10317/10597/15969 9980/10200/16047 10318/10600/15972 +f 10318/10600/15972 9980/10200/16047 9981/10201/16048 +f 10318/10600/15972 9981/10201/16048 9983/10203/16042 +f 10359/10650/16049 10360/10651/16050 10372/10593/15965 +f 10372/10593/15965 10360/10651/16050 10361/10652/16051 +f 10372/10593/15965 10361/10652/16051 10362/10653/16052 +f 10362/10653/16052 10363/10654/16053 10372/10593/15965 +f 10372/10593/15965 10363/10654/16053 10364/10655/16054 +f 10372/10593/15965 10364/10655/16054 10314/10592/15964 +f 9990/10212/16055 10366/10656/16056 10372/10593/15965 +f 10372/10593/15965 10366/10656/16056 10359/10650/16049 +f 10365/10657/16057 10065/10294/16058 10064/10293/16059 +f 10343/10633/16016 10358/10649/16041 10367/10658/16060 +f 10343/10633/16016 10367/10658/16060 10365/10657/16057 +f 10365/10657/16057 10367/10658/16060 10368/10659/16061 +f 10365/10657/16057 10368/10659/16061 10065/10294/16058 +f 10064/10293/16059 10113/10342/16062 10365/10657/16057 +f 10365/10657/16057 10113/10342/16062 9991/10213/16063 +f 10365/10657/16057 9991/10213/16063 9990/10212/16055 +f 9815/10030/16064 9816/10031/16065 10311/10587/15958 +f 10311/10587/15958 9816/10031/16065 10369/10660/16066 +f 10369/10660/16066 10370/10661/16067 10311/10587/15958 +f 10311/10587/15958 10370/10661/16067 10371/10662/16068 +f 10311/10587/15958 10371/10662/16068 10372/10593/15965 +f 10372/10593/15965 10371/10662/16068 10373/10663/16069 +f 9918/10140/15947 9915/10136/16070 10309/10583/15954 +f 10309/10583/15954 9915/10136/16070 9913/10134/16071 +f 10309/10583/15954 9913/10134/16071 10311/10587/15958 +f 10311/10587/15958 9913/10134/16071 9912/10133/16072 +f 10311/10587/15958 9912/10133/16072 9815/10030/16064 +f 10374/10572/15940 10375/10664/16073 10303/10573/15941 +f 10111/10340/16074 9989/10210/16075 10376/10665/16076 +f 10376/10665/16076 9989/10210/16075 9988/10209/16077 +f 10376/10665/16076 9988/10209/16077 10377/10666/16078 +f 10376/10665/16076 10378/10667/16079 10374/10572/15940 +f 10374/10572/15940 10378/10667/16079 10379/10668/16080 +f 10372/10593/15965 10373/10663/16069 10380/10669/16081 +f 10372/10593/15965 10380/10669/16081 10381/10670/16082 +f 10381/10670/16082 10380/10669/16081 10382/10671/16083 +f 10381/10670/16082 10382/10671/16083 10383/10672/16084 +f 10377/10666/16078 10384/10673/16085 10376/10665/16076 +f 10376/10665/16076 10384/10673/16085 10385/10674/16086 +f 10376/10665/16076 10385/10674/16086 10378/10667/16079 +f 10383/10672/16084 10386/10675/16087 10381/10670/16082 +f 10381/10670/16082 10386/10675/16087 10086/10313/16088 +f 10381/10670/16082 10086/10313/16088 10376/10665/16076 +f 10376/10665/16076 10086/10313/16088 10085/10312/16089 +f 10376/10665/16076 10085/10312/16089 10111/10340/16074 +f 9798/10008/16090 12865/10485/15826 9799/10009/16091 +f 9799/10009/16091 12865/10485/15826 9923/10144/16092 +f 9923/10144/16092 12865/10485/15826 9924/10145/16093 +f 9924/10145/16093 12865/10485/15826 10300/10563/15929 +f 9924/10145/16093 10300/10563/15929 9928/10149/16094 +f 10374/10572/15940 10387/10676/16095 10388/10677/16096 +f 10388/10677/16096 10389/10678/16097 10374/10572/15940 +f 10374/10572/15940 10389/10678/16097 10390/10679/16098 +f 10374/10572/15940 10390/10679/16098 10376/10665/16076 +f 10376/10665/16076 10390/10679/16098 10391/10680/16099 +f 10392/10681/16100 10393/10682/16101 10374/10572/15940 +f 10374/10572/15940 10393/10682/16101 10394/10683/16102 +f 10374/10572/15940 10394/10683/16102 10387/10676/16095 +f 9916/10138/15942 10306/10578/15948 10374/10572/15940 +f 10374/10572/15940 10306/10578/15948 12865/10485/15826 +f 10374/10572/15940 12865/10485/15826 10392/10681/16100 +f 10392/10681/16100 12865/10485/15826 9798/10008/16090 +f 12945/10565/15931 9931/10152/15935 10300/10563/15929 +f 10300/10563/15929 9931/10152/15935 9926/10147/16103 +f 10300/10563/15929 9926/10147/16103 9928/10149/16094 +f 10395/10684/16104 10102/10332/16105 10101/10331/16106 +f 10396/10685/16107 10397/10686/16108 10297/10559/15924 +f 10297/10559/15924 10397/10686/16108 10398/10687/16109 +f 10297/10559/15924 10398/10687/16109 10399/10688/16110 +f 10101/10331/16106 10141/10370/16111 10395/10684/16104 +f 10395/10684/16104 10141/10370/16111 10138/10367/16112 +f 10395/10684/16104 10138/10367/16112 10004/10230/16113 +f 10003/10229/16114 10400/10689/16115 10297/10559/15924 +f 10297/10559/15924 10400/10689/16115 10401/10690/16116 +f 10297/10559/15924 10401/10690/16116 10396/10685/16107 +f 10399/10688/16110 10402/10691/16117 10297/10559/15924 +f 10297/10559/15924 10402/10691/16117 10403/10692/16118 +f 10297/10559/15924 10403/10692/16118 10298/10562/15927 +f 10376/10665/16076 10407/10693/16119 10404/10694/16120 +f 10395/10684/16104 10405/10695/16121 10406/10696/16122 +s off +f 13576/10697/16123 13487/9649/16124 10408/10698/16125 +s 39 +f 10409/10699/16126 10376/10665/16076 10408/10698/16127 +f 10406/10696/16122 10410/10700/16128 10395/10684/16104 +f 10395/10684/16104 10410/10700/16128 10376/10665/16076 +f 10395/10684/16104 10376/10665/16076 10102/10332/16105 +f 10102/10332/16105 10376/10665/16076 10391/10680/16099 +f 10376/10665/16076 10410/10700/16128 10412/10701/16129 +f 10414/10702/16130 10415/10703/16131 10424/10704/16132 +f 10381/10670/16082 10416/10705/16133 10417/10706/16134 +f 10411/10707/16135 10420/10708/16136 10412/10701/16129 +f 10412/10701/16129 10420/10708/16136 10376/10665/16076 +f 10376/10665/16076 10420/10708/16136 10407/10693/16119 +f 10404/10694/16120 13576/10697/16137 10408/10698/16127 +f 10404/10694/16120 10408/10698/16127 10376/10665/16076 +f 10381/10670/16082 10422/10709/16138 10421/10710/16139 +f 10427/10711/16140 10422/10709/16138 10381/10670/16082 +f 10424/10704/16132 10415/10703/16131 13577/10712/16141 +s off +f 10424/10704/16142 13577/10712/16143 13479/9655/16144 +s 39 +f 10418/10713/16145 10425/10714/16146 10419/10715/16147 +s off +f 10419/10715/16148 10425/10714/16149 10426/9585/16150 +s 39 +f 10411/10707/16135 10412/10701/16129 13575/10716/16151 +f 10427/10711/16140 10428/10717/16152 10413/10718/16153 +f 10427/10711/16140 10413/10718/16153 13570/10719/16154 +f 10376/10665/16076 10409/10699/16126 10415/10703/16131 +f 10415/10703/16131 10414/10702/16130 10376/10665/16076 +f 10376/10665/16076 10414/10702/16130 10381/10670/16082 +f 10381/10670/16082 10414/10702/16130 10428/10717/16152 +f 10381/10670/16082 10421/10710/16139 10416/10705/16133 +f 10416/10705/16133 10421/10710/16139 10423/10720/16155 +s off +f 10423/10720/16156 10421/10710/16157 10429/9579/16158 +s 39 +f 10427/10711/16140 10381/10670/16082 10428/10717/16152 +f 10334/10624/15999 10447/10721/16159 10430/10722/16160 +f 10334/10624/15999 10430/10722/16160 10395/10684/16104 +f 13574/10723/16161 10405/10695/16121 10395/10684/16104 +f 13574/10723/16161 10395/10684/16104 10430/10722/16160 +f 10444/10724/16162 10431/10725/16163 10264/10221/15862 +f 10264/10221/15862 10431/10725/16163 10432/10726/16164 +f 10448/10727/16165 10436/10728/16166 10260/10508/15855 +f 10264/10221/15862 10433/10729/16167 10438/10730/16168 +s off +f 10437/10731/16169 13535/9607/16170 10439/10732/16171 +s 39 +f 10452/10733/16172 10440/10734/16173 10441/10735/16174 +f 10443/10736/16175 10334/10624/15999 10264/10221/15862 +f 10443/10736/16175 10264/10221/15862 10438/10730/16168 +f 10444/10724/16162 10450/10737/16176 13571/10738/16177 +f 10444/10724/16162 13571/10738/16177 13521/9619/16178 +f 10434/10739/16179 10435/10740/16180 10453/10741/16181 +f 10436/10728/16166 10445/10742/16182 10260/10508/15855 +f 10439/10732/16183 10446/10743/16184 10260/10508/15855 +f 10443/10736/16175 10447/10721/16159 10334/10624/15999 +f 10448/10727/16165 10453/10741/16181 10435/10740/16180 +s 229 +f 10448/10727/16185 10435/10740/16186 13543/9601/16187 +s 39 +f 10445/10742/16182 10437/10731/16188 10439/10732/16183 +f 10445/10742/16182 10439/10732/16183 10260/10508/15855 +f 10260/10508/15855 10446/10743/16184 10441/10735/16174 +f 10260/10508/15855 10441/10735/16174 10440/10734/16173 +f 10260/10508/15855 10440/10734/16173 10264/10221/15862 +f 10264/10221/15862 10432/10726/16164 10433/10729/16167 +f 10433/10729/16167 10432/10726/16164 10442/10744/16189 +s off +f 10442/10744/16190 10432/10726/16191 13572/9621/16192 +s 39 +f 10444/10724/16162 10264/10221/15862 10440/10734/16173 +f 10444/10724/16162 10440/10734/16173 10450/10737/16176 +f 10447/10721/16159 10443/10736/16175 10449/10745/16193 +f 10449/10745/16193 10443/10736/16175 13573/9627/16194 +f 10452/10733/16172 10441/10735/16174 10451/10746/16195 +s off +f 10452/10733/16196 10451/10746/16197 13528/9613/16198 +s 39 +f 10453/10741/16181 10448/10727/16165 10260/10508/15855 +f 10453/10741/16181 10260/10508/15855 10349/10641/16024 +f 10365/10657/16057 10454/10747/16199 10455/10748/16200 +f 9990/10212/16055 10418/10713/16145 10456/10749/16201 +f 9990/10212/16055 10456/10749/16201 10365/10657/16057 +f 10365/10657/16057 10456/10749/16201 10457/10750/16202 +f 10458/10751/16203 10454/10747/16199 10365/10657/16057 +f 10458/10751/16203 10365/10657/16057 10457/10750/16202 +f 10455/10748/16200 10349/10641/16024 10365/10657/16057 +f 10365/10657/16057 10349/10641/16024 10343/10633/16016 +f 10343/10633/16016 10242/10637/16020 10324/10188/15982 +f 9990/10212/16055 10372/10593/15965 10381/10670/16082 +f 9990/10212/16055 10381/10670/16082 10418/10713/16145 +f 10418/10713/16145 10381/10670/16082 10417/10706/16134 +f 10418/10713/16145 10417/10706/16134 10425/10714/16146 +f 10004/10230/16113 10003/10229/16114 10395/10684/16104 +f 10395/10684/16104 10003/10229/16114 10297/10559/15924 +f 10395/10684/16104 10297/10559/15924 10334/10624/15999 +f 10334/10624/15999 10297/10559/15924 10338/10628/16006 +f 10338/10628/16006 10297/10559/15924 10342/10632/16014 +s 232 +f 10010/10237/16204 10009/10236/16205 10459/10752/16206 +f 10459/10752/16206 10009/10236/16205 10339/10629/16207 +f 10459/10752/16206 10339/10629/16207 11118/10753/16208 +f 11118/10753/16208 10339/10629/16207 10338/10628/16209 +f 11118/10753/16208 10338/10628/16209 10460/10754/16210 +f 10460/10754/16210 10338/10628/16209 10342/10632/16211 +f 10460/10754/16210 10342/10632/16211 10461/10755/16212 +f 10341/10631/16213 10462/10756/16214 10342/10632/16211 +f 10342/10632/16211 10462/10756/16214 10461/10755/16212 +f 10340/10630/16215 10464/10757/16216 10341/10631/16213 +f 10341/10631/16213 10464/10757/16216 10462/10756/16214 +f 10336/10626/16217 10463/10758/16218 10340/10630/16215 +f 10340/10630/16215 10463/10758/16218 10464/10757/16216 +f 10335/10625/16219 10465/10759/16220 10466/10760/16221 +f 10335/10625/16219 10466/10760/16221 10336/10626/16217 +f 10336/10626/16217 10466/10760/16221 10463/10758/16218 +f 10465/10759/16220 10335/10625/16219 10467/10761/16222 +f 10467/10761/16222 10335/10625/16219 10337/10627/16223 +f 10467/10761/16222 10337/10627/16223 11116/10762/16224 +f 11116/10762/16224 10337/10627/16223 9887/10109/16225 +f 11116/10762/16224 9887/10109/16225 9882/10104/16226 +f 9896/10119/16227 9895/10118/16228 10468/10763/16229 +f 10468/10763/16229 9895/10118/16228 10298/10562/16230 +f 10468/10763/16229 10298/10562/16230 10469/10764/16231 +f 10469/10764/16231 10298/10562/16230 10403/10692/16232 +f 10469/10764/16231 10403/10692/16232 10402/10691/16233 +f 10469/10764/16231 10402/10691/16233 10470/10765/16234 +f 10470/10765/16234 10402/10691/16233 10399/10688/16235 +f 10470/10765/16234 10399/10688/16235 10471/10766/16236 +f 10398/10687/16237 10472/10767/16238 10399/10688/16235 +f 10399/10688/16235 10472/10767/16238 10471/10766/16236 +f 10397/10686/16239 10474/10768/16240 10398/10687/16237 +f 10398/10687/16237 10474/10768/16240 10472/10767/16238 +f 10396/10685/16241 10473/10769/16242 10397/10686/16239 +f 10397/10686/16239 10473/10769/16242 10474/10768/16240 +f 10401/10690/16243 10475/10770/16244 10396/10685/16241 +f 10396/10685/16241 10475/10770/16244 10473/10769/16242 +f 10400/10689/16245 10476/10771/16246 10477/10772/16247 +f 10400/10689/16245 10477/10772/16247 10401/10690/16243 +f 10401/10690/16243 10477/10772/16247 10475/10770/16244 +f 10476/10771/16246 10400/10689/16245 10478/10773/16248 +f 10478/10773/16248 10400/10689/16245 10003/10229/16249 +f 10478/10773/16248 10003/10229/16249 9997/10224/16250 +f 10479/10113/16251 9890/10111/16252 10481/10774/16253 +f 9890/10111/16252 9902/10116/16254 10481/10774/16253 +f 10481/10774/16253 9902/10116/16254 10480/10775/16255 +f 10481/10774/16253 10480/10775/16255 10482/10776/16256 +f 10482/10776/16256 10480/10775/16255 10483/10777/16257 +f 10483/10777/16257 10480/10775/16255 10484/10778/16258 +f 10485/10779/16259 10488/10780/16260 10486/10781/16261 +f 10486/10781/16261 10488/10780/16260 10016/10232/16262 +f 10016/10232/16262 10488/10780/16260 9999/10227/16263 +f 10487/10782/16264 10489/10783/16265 10485/10779/16259 +f 10485/10779/16259 10489/10783/16265 10488/10780/16260 +f 10480/10775/16255 10489/10783/16265 10484/10778/16258 +f 10484/10778/16258 10489/10783/16265 10487/10782/16264 +s 246 +f 10028/10255/16266 10027/10254/16267 10490/10784/16268 +f 10490/10784/16268 10027/10254/16267 10279/10530/16269 +f 10490/10784/16268 10279/10530/16269 11061/10785/16270 +f 11061/10785/16270 10279/10530/16269 10278/10529/16271 +f 11061/10785/16270 10278/10529/16271 10491/10786/16272 +f 10491/10786/16272 10278/10529/16271 10277/10528/16273 +f 10491/10786/16272 10277/10528/16273 10492/10787/16274 +f 10276/10527/16275 10493/10788/16276 10277/10528/16273 +f 10277/10528/16273 10493/10788/16276 10492/10787/16274 +f 10275/10526/16277 10495/10789/16278 10276/10527/16275 +f 10276/10527/16275 10495/10789/16278 10493/10788/16276 +f 10274/10524/16279 10494/10790/16280 10275/10526/16277 +f 10275/10526/16277 10494/10790/16280 10495/10789/16278 +f 10273/10523/16281 10496/10791/16282 10497/10792/16283 +f 10273/10523/16281 10497/10792/16283 10274/10524/16279 +f 10274/10524/16279 10497/10792/16283 10494/10790/16280 +f 10496/10791/16282 10273/10523/16281 10498/10793/16284 +f 10498/10793/16284 10273/10523/16281 10281/10531/16285 +f 10498/10793/16284 10281/10531/16285 10499/10794/16286 +f 10499/10794/16286 10281/10531/16285 9800/10011/16287 +f 10499/10794/16286 9800/10011/16287 9871/10010/16288 +f 9878/10099/16289 9877/10098/16290 10500/10795/16291 +f 10500/10795/16291 9877/10098/16290 10293/10550/16292 +f 10500/10795/16291 10293/10550/16292 10501/10796/16293 +f 10501/10796/16293 10293/10550/16292 10287/10538/16294 +f 10501/10796/16293 10287/10538/16294 10502/10797/16295 +f 10502/10797/16295 10287/10538/16294 10286/10537/16296 +f 10502/10797/16295 10286/10537/16296 10503/10798/16297 +f 10285/10536/16298 10504/10799/16299 10286/10537/16296 +f 10286/10537/16296 10504/10799/16299 10503/10798/16297 +f 10284/10535/16300 10506/10800/16301 10285/10536/16298 +f 10285/10536/16298 10506/10800/16301 10504/10799/16299 +f 10283/10534/16302 10505/10801/16303 10284/10535/16300 +f 10284/10535/16300 10505/10801/16303 10506/10800/16301 +f 10282/10533/16304 10507/10802/16305 10283/10534/16302 +f 10283/10534/16302 10507/10802/16305 10505/10801/16303 +f 10333/10532/16306 10508/10803/16307 10282/10533/16304 +f 10282/10533/16304 10508/10803/16307 10507/10802/16305 +f 10264/10221/16308 10022/10220/16309 10509/10804/16310 +f 10264/10221/16308 10509/10804/16310 10333/10532/16306 +f 10333/10532/16306 10509/10804/16310 10510/10805/16311 +f 10333/10532/16306 10510/10805/16311 10508/10803/16307 +f 10511/10806/16312 10512/10807/16313 10514/10808/16314 +f 10024/10250/16315 10031/10259/16316 10513/10809/16317 +f 10024/10250/16315 10513/10809/16317 10518/10252/16318 +f 10514/10808/16314 10512/10807/16313 10515/10810/16319 +f 10514/10808/16314 10515/10810/16319 9874/10094/16320 +f 9866/10086/16321 9873/10096/16322 10516/10811/16323 +f 10516/10811/16323 9873/10096/16322 10515/10810/16319 +f 10515/10810/16319 9873/10096/16322 9874/10094/16320 +f 10517/10812/16324 10519/10813/16325 10518/10252/16318 +f 10517/10812/16324 10518/10252/16318 10513/10809/16317 +f 10511/10806/16312 10514/10808/16314 10519/10813/16325 +f 10511/10806/16312 10519/10813/16325 10517/10812/16324 +s 262 +f 10041/10269/16326 10040/10268/16327 10520/10814/16328 +f 10520/10814/16328 10040/10268/16327 10261/10509/16329 +f 10520/10814/16328 10261/10509/16329 11005/10815/16330 +f 11005/10815/16330 10261/10509/16329 10259/10507/16331 +f 10258/10506/16332 10521/10816/16333 10522/10817/16334 +f 10258/10506/16332 10522/10817/16334 10259/10507/16331 +f 10259/10507/16331 10522/10817/16334 11005/10815/16330 +f 10521/10816/16333 10258/10506/16332 10523/10818/16335 +f 10523/10818/16335 10258/10506/16332 10257/10505/16336 +f 10523/10818/16335 10257/10505/16336 10524/10819/16337 +f 10524/10819/16337 10257/10505/16336 10256/10503/16338 +f 10524/10819/16337 10256/10503/16338 10525/10820/16339 +f 10525/10820/16339 10256/10503/16338 10254/10501/16340 +f 10525/10820/16339 10254/10501/16340 10526/10821/16341 +f 10526/10821/16341 10254/10501/16340 10253/10500/16342 +f 10526/10821/16341 10253/10500/16342 10528/10822/16343 +f 10251/10495/16344 10527/10823/16345 10253/10500/16342 +f 10253/10500/16342 10527/10823/16345 10528/10822/16343 +f 9850/10069/16346 9848/10067/16347 10251/10495/16344 +f 10251/10495/16344 9848/10067/16347 10529/10824/16348 +f 10251/10495/16344 10529/10824/16348 10527/10823/16345 +f 9858/10077/16349 9857/10076/16350 10530/10825/16351 +f 10530/10825/16351 9857/10076/16350 10255/10502/16352 +f 10331/10623/16353 10533/10826/16354 10531/10827/16355 +f 10331/10623/16353 10531/10827/16355 10332/10504/16356 +f 10332/10504/16356 10531/10827/16355 10532/10828/16357 +f 10332/10504/16356 10532/10828/16357 10255/10502/16352 +f 10255/10502/16352 10532/10828/16357 10530/10825/16351 +f 10272/10522/16358 10535/10829/16359 10331/10623/16353 +f 10331/10623/16353 10535/10829/16359 10533/10826/16354 +f 10271/10521/16360 10534/10830/16361 10272/10522/16358 +f 10272/10522/16358 10534/10830/16361 10535/10829/16359 +f 10270/10520/16362 10536/10831/16363 10271/10521/16360 +f 10271/10521/16360 10536/10831/16363 10534/10830/16361 +f 10267/10515/16364 10537/10832/16365 10270/10520/16362 +f 10270/10520/16362 10537/10832/16365 10536/10831/16363 +f 10266/10514/16366 10538/10833/16367 10539/10834/16368 +f 10266/10514/16366 10539/10834/16368 10267/10515/16364 +f 10267/10515/16364 10539/10834/16368 10537/10832/16365 +f 10538/10833/16367 10266/10514/16366 10540/10835/16369 +f 10540/10835/16369 10266/10514/16366 9994/10218/16370 +f 10540/10835/16369 9994/10218/16370 10038/10217/16371 +f 10541/10072/16372 9852/10073/16373 10543/10836/16374 +f 10047/10275/16375 10544/10837/16376 10050/10262/16377 +f 9852/10073/16373 9864/10084/16378 10543/10836/16374 +f 10543/10836/16374 9864/10084/16378 10542/10838/16379 +f 10543/10836/16374 10542/10838/16379 10545/10839/16380 +f 10545/10839/16380 10542/10838/16379 10546/10840/16381 +f 10546/10840/16381 10542/10838/16379 10547/10841/16382 +f 10548/10842/16383 10549/10843/16384 10544/10837/16376 +f 10544/10837/16376 10549/10843/16384 10050/10262/16377 +f 10547/10841/16382 10550/10844/16385 10548/10842/16383 +f 10548/10842/16383 10550/10844/16385 10549/10843/16384 +f 10547/10841/16382 10542/10838/16379 10550/10844/16385 +s 276 +f 10066/10295/16386 10065/10294/16387 11288/10845/16388 +f 11288/10845/16388 10065/10294/16387 10368/10659/16389 +f 10367/10658/16390 11290/10846/16391 10368/10659/16389 +f 10368/10659/16389 11290/10846/16391 11288/10845/16388 +f 10358/10649/16392 10551/10847/16393 10367/10658/16390 +f 10367/10658/16390 10551/10847/16393 11290/10846/16391 +f 10357/10648/16394 10554/10848/16395 10358/10649/16392 +f 10358/10649/16392 10554/10848/16395 10552/10849/16396 +f 10358/10649/16392 10552/10849/16396 10551/10847/16393 +f 10356/10647/16397 10553/10850/16398 10357/10648/16394 +f 10357/10648/16394 10553/10850/16398 10554/10848/16395 +f 10355/10646/16399 10555/10851/16400 10356/10647/16397 +f 10356/10647/16397 10555/10851/16400 10553/10850/16398 +f 10354/10645/16401 10556/10852/16402 10557/10853/16403 +f 10354/10645/16401 10557/10853/16403 10355/10646/16399 +f 10355/10646/16399 10557/10853/16403 10555/10851/16400 +f 10556/10852/16402 10354/10645/16401 10558/10854/16404 +f 10558/10854/16404 10354/10645/16401 10353/10644/16405 +f 10558/10854/16404 10353/10644/16405 11287/10855/16406 +f 11287/10855/16406 10353/10644/16405 9802/10014/16407 +f 11287/10855/16406 9802/10014/16407 9836/10013/16408 +f 9843/10061/16409 10324/10188/16410 10242/10637/16411 +f 9843/10061/16409 10242/10637/16411 10559/10856/16412 +f 10559/10856/16412 10242/10637/16411 10560/10857/16413 +f 10560/10857/16413 10242/10637/16411 10345/10636/16414 +f 10560/10857/16413 10345/10636/16414 10346/10638/16415 +f 10560/10857/16413 10346/10638/16415 10561/10858/16416 +f 10561/10858/16416 10346/10638/16415 10348/10640/16417 +f 10561/10858/16416 10348/10640/16417 10562/10859/16418 +f 10347/10639/16419 10563/10860/16420 10348/10640/16417 +f 10348/10640/16417 10563/10860/16420 10562/10859/16418 +f 10344/10635/16421 10566/10861/16422 10347/10639/16419 +f 10347/10639/16419 10566/10861/16422 10563/10860/16420 +f 10351/10643/16423 10564/10862/16424 10352/10634/16425 +f 10352/10634/16425 10564/10862/16424 10565/10863/16426 +f 10352/10634/16425 10565/10863/16426 10344/10635/16421 +f 10344/10635/16421 10565/10863/16426 10566/10861/16422 +f 10569/10864/16427 10567/10865/16428 10350/10642/16429 +f 10350/10642/16429 10567/10865/16428 10568/10866/16430 +f 10350/10642/16429 10568/10866/16430 10351/10643/16423 +f 10351/10643/16423 10568/10866/16430 10564/10862/16424 +f 10569/10864/16427 10350/10642/16429 9992/10215/16431 +f 10569/10864/16427 9992/10215/16431 10054/10214/16432 +f 10579/10867/16433 10572/10868/16434 10570/10283/16435 +f 9831/10047/16436 9838/10054/16437 10571/10869/16438 +f 10570/10283/16435 10572/10868/16434 10574/10870/16439 +f 10574/10870/16439 10572/10868/16434 10573/10871/16440 +f 10574/10870/16439 10573/10871/16440 10575/10872/16441 +f 10574/10870/16439 10575/10872/16441 10577/10873/16442 +f 10577/10873/16442 10575/10872/16441 10576/10874/16443 +f 10577/10873/16442 10576/10874/16443 10578/10875/16444 +f 10577/10873/16442 10578/10875/16444 9840/10057/16445 +f 10579/10867/16433 10062/10291/16446 10059/10288/16447 +f 10571/10869/16438 9838/10054/16437 10578/10875/16444 +f 10578/10875/16444 9838/10054/16437 9840/10057/16445 +f 10570/10283/16435 10062/10291/16446 10579/10867/16433 +s 290 +f 10083/10314/16448 10086/10313/16449 11227/10876/16450 +f 11227/10876/16450 10086/10313/16449 10386/10675/16451 +f 11227/10876/16450 10386/10675/16451 11229/10877/16452 +f 11229/10877/16452 10386/10675/16451 10383/10672/16453 +f 11229/10877/16452 10383/10672/16453 10580/10878/16454 +f 10580/10878/16454 10383/10672/16453 10382/10671/16455 +f 10580/10878/16454 10382/10671/16455 10581/10879/16456 +f 10380/10669/16457 10583/10880/16458 10382/10671/16455 +f 10382/10671/16455 10583/10880/16458 10581/10879/16456 +f 10373/10663/16459 10582/10881/16460 10380/10669/16457 +f 10380/10669/16457 10582/10881/16460 10583/10880/16458 +f 10370/10661/16461 10584/10882/16462 10585/10883/16463 +f 10370/10661/16461 10585/10883/16463 10371/10662/16464 +f 10371/10662/16464 10585/10883/16463 10373/10663/16459 +f 10373/10663/16459 10585/10883/16463 10586/10884/16465 +f 10373/10663/16459 10586/10884/16465 10582/10881/16460 +f 10584/10882/16462 10370/10661/16461 10587/10885/16466 +f 10587/10885/16466 10370/10661/16461 10369/10660/16467 +f 10587/10885/16466 10369/10660/16467 10588/10886/16468 +f 10588/10886/16468 10369/10660/16467 9816/10031/16469 +f 10588/10886/16468 9816/10031/16469 9814/10029/16470 +f 9822/10038/16471 9979/10199/16472 10589/10887/16473 +f 10589/10887/16473 9979/10199/16472 10314/10592/16474 +f 10589/10887/16473 10314/10592/16474 11269/10888/16475 +f 11269/10888/16475 10314/10592/16474 10590/10889/16476 +f 10590/10889/16476 10314/10592/16474 10364/10655/16477 +f 10590/10889/16476 10364/10655/16477 10363/10654/16478 +f 10590/10889/16476 10363/10654/16478 10591/10890/16479 +f 10362/10653/16480 10592/10891/16481 10363/10654/16478 +f 10363/10654/16478 10592/10891/16481 10591/10890/16479 +f 10361/10652/16482 10593/10892/16483 10362/10653/16480 +f 10362/10653/16480 10593/10892/16483 10592/10891/16481 +f 10360/10651/16484 10594/10893/16485 10361/10652/16482 +f 10361/10652/16482 10594/10893/16485 10593/10892/16483 +f 10359/10650/16486 10595/10894/16487 10360/10651/16484 +f 10360/10651/16484 10595/10894/16487 10594/10893/16485 +f 10366/10656/16488 11268/10895/16489 10359/10650/16486 +f 10359/10650/16486 11268/10895/16489 10595/10894/16487 +f 9990/10212/16490 10072/10211/16491 10596/10896/16492 +f 9990/10212/16490 10596/10896/16492 10366/10656/16488 +f 10366/10656/16488 10596/10896/16492 10597/10897/16493 +f 10366/10656/16488 10597/10897/16493 11268/10895/16489 +f 9828/10045/16494 11252/10042/16495 10599/10898/16496 +f 10598/10032/16497 9820/10035/16498 10600/10899/16499 +f 10601/10900/16500 10602/10901/16501 10599/10898/16496 +f 10079/10308/16502 10603/10902/16503 10082/10311/16504 +f 10082/10311/16504 10603/10902/16503 10074/10302/16505 +f 10604/10903/16506 10605/10904/16507 10603/10902/16503 +f 10603/10902/16503 10605/10904/16507 10074/10302/16505 +f 10601/10900/16500 10599/10898/16496 10605/10904/16507 +f 10601/10900/16500 10605/10904/16507 10604/10903/16506 +f 9820/10035/16498 9828/10045/16494 10600/10899/16499 +f 10600/10899/16499 9828/10045/16494 10599/10898/16496 +f 10600/10899/16499 10599/10898/16496 10606/10905/16508 +f 10606/10905/16508 10599/10898/16496 10607/10906/16509 +f 10607/10906/16509 10599/10898/16496 10602/10901/16501 +s 306 +f 10103/10333/16510 10102/10332/16511 11172/10907/16512 +f 11172/10907/16512 10102/10332/16511 10391/10680/16513 +f 11172/10907/16512 10391/10680/16513 11173/10908/16514 +f 11173/10908/16514 10391/10680/16513 10390/10679/16515 +f 11173/10908/16514 10390/10679/16515 10608/10909/16516 +f 10608/10909/16516 10390/10679/16515 10389/10678/16517 +f 10608/10909/16516 10389/10678/16517 10609/10910/16518 +f 10388/10677/16519 10611/10911/16520 10389/10678/16517 +f 10389/10678/16517 10611/10911/16520 10609/10910/16518 +f 10387/10676/16521 10610/10912/16522 10388/10677/16519 +f 10388/10677/16519 10610/10912/16522 10611/10911/16520 +f 10394/10683/16523 10612/10913/16524 10387/10676/16521 +f 10387/10676/16521 10612/10913/16524 10610/10912/16522 +f 10393/10682/16525 10613/10914/16526 10614/10915/16527 +f 10393/10682/16525 10614/10915/16527 10394/10683/16523 +f 10394/10683/16523 10614/10915/16527 10612/10913/16524 +f 10613/10914/16526 10393/10682/16525 10615/10916/16528 +f 10615/10916/16528 10393/10682/16525 10392/10681/16529 +f 10615/10916/16528 10392/10681/16529 11171/10917/16530 +f 11171/10917/16530 10392/10681/16529 9798/10008/16531 +f 11171/10917/16530 9798/10008/16531 9909/10007/16532 +f 9807/10022/16533 9916/10138/16534 10616/10918/16535 +f 10616/10918/16535 9916/10138/16534 10303/10573/16536 +f 10616/10918/16535 10303/10573/16536 10617/10919/16537 +f 10617/10919/16537 10303/10573/16536 10375/10664/16538 +f 10617/10919/16537 10375/10664/16538 10618/10920/16539 +f 10618/10920/16539 10375/10664/16538 10374/10572/16540 +f 10618/10920/16539 10374/10572/16540 10620/10921/16541 +f 10379/10668/16542 10619/10922/16543 10374/10572/16540 +f 10374/10572/16540 10619/10922/16543 10620/10921/16541 +f 10385/10674/16544 10621/10923/16545 10378/10667/16546 +f 10378/10667/16546 10621/10923/16545 10622/10924/16547 +f 10378/10667/16546 10622/10924/16547 10379/10668/16542 +f 10379/10668/16542 10622/10924/16547 10623/10925/16548 +f 10379/10668/16542 10623/10925/16548 10619/10922/16543 +f 10384/10673/16549 10624/10926/16550 10385/10674/16544 +f 10385/10674/16544 10624/10926/16550 10621/10923/16545 +f 10377/10666/16551 10625/10927/16552 10626/10928/16553 +f 10377/10666/16551 10626/10928/16553 10384/10673/16549 +f 10384/10673/16549 10626/10928/16553 10624/10926/16550 +f 10625/10927/16552 10377/10666/16551 10627/10929/16554 +f 10627/10929/16554 10377/10666/16551 9988/10209/16555 +f 10627/10929/16554 9988/10209/16555 10091/10208/16556 +f 9903/10125/16557 9806/10020/16558 10628/10930/16559 +f 10631/10931/16560 10096/10322/16561 10629/10932/16562 +f 10629/10932/16562 10096/10322/16561 10094/10321/16563 +f 10629/10932/16562 10094/10321/16563 10098/10328/16564 +f 10631/10931/16560 10629/10932/16562 10630/10933/16565 +f 10631/10931/16560 10630/10933/16565 10633/10934/16566 +f 10633/10934/16566 10630/10933/16565 10632/10935/16567 +f 10633/10934/16566 10632/10935/16567 10634/10936/16568 +f 10633/10934/16566 10634/10936/16568 9805/10018/16569 +f 9805/10018/16569 10634/10936/16568 10635/10937/16570 +f 10628/10930/16559 9806/10020/16558 10635/10937/16570 +f 10635/10937/16570 9806/10020/16558 9805/10018/16569 +s 39 +f 10636/10938/16571 10637/10939/16572 10639/10940/16573 +f 10639/10940/16573 10637/10939/16572 10638/10941/16574 +f 11445/10942/16575 10640/10943/16576 10642/10944/16577 +f 10642/10944/16577 10640/10943/16576 10641/10945/16578 +f 10642/10944/16577 10641/10945/16578 10643/10946/16579 +f 10643/10946/16579 10641/10945/16578 10644/10947/16580 +f 10643/10946/16579 10644/10947/16580 10645/10948/16581 +f 10645/10948/16581 10644/10947/16580 10646/10949/16582 +f 10645/10948/16581 10646/10949/16582 10647/10950/16583 +f 10647/10950/16583 10646/10949/16582 10648/10951/16584 +f 10647/10950/16583 10648/10951/16584 10650/10952/16585 +f 10650/10952/16585 10648/10951/16584 10649/10953/16586 +f 10650/10952/16585 10649/10953/16586 10651/10954/16587 +f 10650/10952/16585 10651/10954/16587 10652/10955/16588 +f 10652/10955/16588 10651/10954/16587 10653/10956/16589 +f 10652/10955/16588 10653/10956/16589 10654/10957/16590 +f 10654/10957/16590 10653/10956/16589 10655/10958/16591 +f 10654/10957/16590 10655/10958/16591 10657/10959/16592 +f 10657/10959/16592 10655/10958/16591 10656/10960/16593 +f 10657/10959/16592 10656/10960/16593 10658/10961/16594 +f 10657/10959/16592 10658/10961/16594 10660/10962/16595 +f 10660/10962/16595 10658/10961/16594 10659/10963/16596 +f 10660/10962/16595 10659/10963/16596 10661/10964/16597 +f 10661/10964/16597 10659/10963/16596 10662/10965/16598 +f 10661/10964/16597 10662/10965/16598 10665/10966/16599 +f 10665/10966/16599 10662/10965/16598 10663/10967/16600 +f 10665/10966/16599 10663/10967/16600 10664/10968/16601 +f 10665/10966/16599 10664/10968/16601 10666/10969/16602 +f 10665/10966/16599 10666/10969/16602 10636/10938/16571 +f 10636/10938/16571 10666/10969/16602 10637/10939/16572 +f 10639/10940/16573 10638/10941/16574 10667/10970/16603 +f 10667/10970/16603 10638/10941/16574 10668/10971/16604 +f 10667/10970/16603 10668/10971/16604 10669/10972/16605 +f 10669/10972/16605 10668/10971/16604 10670/10973/16606 +f 10669/10972/16605 10670/10973/16606 10671/10974/16607 +f 10670/10973/16606 10672/10975/16608 10671/10974/16607 +f 10671/10974/16607 10672/10975/16608 10673/10976/16609 +f 10671/10974/16607 10673/10976/16609 10675/10977/16610 +f 10675/10977/16610 10673/10976/16609 10674/10978/16611 +f 10675/10977/16610 10674/10978/16611 10676/10979/16612 +f 10675/10977/16610 10676/10979/16612 10678/10980/16613 +f 10678/10980/16613 10676/10979/16612 10677/10981/16614 +f 10678/10980/16613 10677/10981/16614 10679/10982/16615 +f 10678/10980/16613 10679/10982/16615 10680/10983/16616 +f 10680/10983/16616 10679/10982/16615 10681/10984/16617 +f 10680/10983/16616 10681/10984/16617 10682/10985/16618 +f 10682/10985/16618 10681/10984/16617 10683/10986/16619 +f 10682/10985/16618 10683/10986/16619 10685/10987/16620 +f 10685/10987/16620 10683/10986/16619 10684/10988/16621 +f 10685/10987/16620 10684/10988/16621 10686/10989/16622 +f 10685/10987/16620 10686/10989/16622 10688/10990/16623 +f 10688/10990/16623 10686/10989/16622 10687/10991/16624 +f 10688/10990/16623 10687/10991/16624 10689/10992/16625 +f 10689/10992/16625 10687/10991/16624 10690/10993/16626 +f 10689/10992/16625 10690/10993/16626 10692/10994/16627 +f 10692/10994/16627 10690/10993/16626 10691/10995/16628 +f 10692/10994/16627 10691/10995/16628 10693/10996/16629 +f 10692/10994/16627 10693/10996/16629 10694/10997/16630 +f 10694/10997/16630 10693/10996/16629 11817/10998/16631 +f 10694/10997/16630 11817/10998/16631 10695/10999/16632 +f 10695/10999/16632 11817/10998/16631 11819/11000/16633 +f 10695/10999/16632 11819/11000/16633 10696/11001/16634 +f 10696/11001/16634 11819/11000/16633 10697/11002/16635 +f 10696/11001/16634 10697/11002/16635 10699/11003/16636 +f 10699/11003/16636 10697/11002/16635 10698/11004/16637 +f 10698/11004/16637 10700/11005/16638 10699/11003/16636 +f 10699/11003/16636 10700/11005/16638 10701/11006/16639 +f 10699/11003/16636 10701/11006/16639 10702/11007/16640 +f 10702/11007/16640 10701/11006/16639 10703/11008/16641 +f 10702/11007/16640 10703/11008/16641 10705/11009/16642 +f 10705/11009/16642 10703/11008/16641 10704/11010/16643 +f 10705/11009/16642 10704/11010/16643 10706/11011/16644 +f 10706/11011/16644 10704/11010/16643 10707/11012/16645 +f 10706/11011/16644 10707/11012/16645 10708/11013/16646 +f 10708/11013/16646 10707/11012/16645 10709/11014/16647 +f 10708/11013/16646 10709/11014/16647 10710/11015/16648 +f 10711/11016/16649 10712/11017/16650 10714/11018/16651 +f 10714/11018/16651 10712/11017/16650 10713/11019/16652 +f 10710/11015/16648 10709/11014/16647 10715/11020/16653 +f 10710/11015/16648 10715/11020/16653 10716/11021/16654 +f 10716/11021/16654 10715/11020/16653 10717/11022/16655 +f 10716/11021/16654 10717/11022/16655 10719/11023/16656 +f 10719/11023/16656 10717/11022/16655 10718/11024/16657 +f 10719/11023/16656 10718/11024/16657 10720/11025/16658 +f 10720/11025/16658 10718/11024/16657 10721/11026/16659 +f 10720/11025/16658 10721/11026/16659 10722/11027/16660 +f 10722/11027/16660 10721/11026/16659 10723/11028/16661 +f 10722/11027/16660 10723/11028/16661 10724/11029/16662 +f 10724/11029/16662 10723/11028/16661 10725/11030/16663 +f 10724/11029/16662 10725/11030/16663 10727/11031/16664 +f 10727/11031/16664 10725/11030/16663 10726/11032/16665 +f 10727/11031/16664 10726/11032/16665 10728/11033/16666 +f 10727/11031/16664 10728/11033/16666 10730/11034/16667 +f 10730/11034/16667 10728/11033/16666 10729/11035/16668 +f 10730/11034/16667 10729/11035/16668 10731/11036/16669 +f 10731/11036/16669 10729/11035/16668 10732/11037/16670 +f 10731/11036/16669 10732/11037/16670 10733/11038/16671 +f 10733/11038/16671 10732/11037/16670 10734/11039/16672 +f 10733/11038/16671 10734/11039/16672 10735/11040/16673 +f 10735/11040/16673 10734/11039/16672 10736/11041/16674 +f 10735/11040/16673 10736/11041/16674 10737/11042/16675 +f 10737/11042/16675 10736/11041/16674 10738/11043/16676 +f 10737/11042/16675 10738/11043/16676 10740/11044/16677 +f 10740/11044/16677 10738/11043/16676 10739/11045/16678 +f 10740/11044/16677 10739/11045/16678 10742/11046/16679 +f 10742/11046/16679 10739/11045/16678 10741/11047/16680 +f 10742/11046/16679 10741/11047/16680 10743/11048/16681 +f 10742/11046/16679 10743/11048/16681 10711/11016/16649 +f 10711/11016/16649 10743/11048/16681 10712/11017/16650 +f 10714/11018/16651 10713/11019/16652 10745/11049/16682 +f 10745/11049/16682 10713/11019/16652 10744/11050/16683 +f 10745/11049/16682 10744/11050/16683 10746/11051/16684 +f 10745/11049/16682 10746/11051/16684 10747/11052/16685 +f 10746/11051/16684 10748/11053/16686 10747/11052/16685 +f 10747/11052/16685 10748/11053/16686 10749/11054/16687 +f 10747/11052/16685 10749/11054/16687 10750/11055/16688 +f 10750/11055/16688 10749/11054/16687 10751/11056/16689 +f 10751/11056/16689 10749/11054/16687 10752/11057/16690 +f 10751/11056/16689 10752/11057/16690 10754/11058/16691 +f 10754/11058/16691 10752/11057/16690 10753/11059/16692 +f 10754/11058/16691 10753/11059/16692 10755/11060/16693 +f 10755/11060/16693 10753/11059/16692 10756/11061/16694 +f 10755/11060/16693 10756/11061/16694 10757/11062/16695 +f 10757/11062/16695 10756/11061/16694 10758/11063/16696 +f 10758/11063/16696 10756/11061/16694 10759/11064/16697 +f 10758/11063/16696 10759/11064/16697 10760/11065/16698 +f 10760/11065/16698 10759/11064/16697 10761/11066/16699 +f 10760/11065/16698 10761/11066/16699 10762/11067/16700 +f 10762/11067/16700 10761/11066/16699 10763/11068/16701 +f 10762/11067/16700 10763/11068/16701 10765/11069/16702 +f 10765/11069/16702 10763/11068/16701 10764/11070/16703 +f 10765/11069/16702 10764/11070/16703 10766/11071/16704 +f 10766/11071/16704 10764/11070/16703 10767/11072/16705 +f 10766/11071/16704 10767/11072/16705 10769/11073/16706 +f 10769/11073/16706 10767/11072/16705 10768/11074/16707 +f 10769/11073/16706 10768/11074/16707 10770/11075/16708 +f 10769/11073/16706 10770/11075/16708 10772/11076/16709 +f 10772/11076/16709 10770/11075/16708 10771/11077/16710 +f 10772/11076/16709 10771/11077/16710 10773/11078/16711 +f 10772/11076/16709 10773/11078/16711 10775/11079/16712 +f 10775/11079/16712 10773/11078/16711 10774/11080/16713 +f 10775/11079/16712 10774/11080/16713 10776/11081/16714 +f 10776/11081/16714 10774/11080/16713 10777/11082/16715 +f 10776/11081/16714 10777/11082/16715 10779/11083/16716 +f 10779/11083/16716 10777/11082/16715 10778/11084/16717 +f 10779/11083/16716 10778/11084/16717 10780/11085/16718 +f 10779/11083/16716 10780/11085/16718 10781/11086/16719 +f 10781/11086/16719 10780/11085/16718 10782/11087/16720 +f 10781/11086/16719 10782/11087/16720 10784/11088/16721 +f 10784/11088/16721 10782/11087/16720 10783/11089/16722 +f 10784/11088/16721 10783/11089/16722 10785/11090/16723 +f 10785/11090/16723 10783/11089/16722 10786/11091/16724 +f 10785/11090/16723 10786/11091/16724 10787/11092/16725 +f 10787/11092/16725 10786/11091/16724 10788/11093/16726 +f 10787/11092/16725 10788/11093/16726 10789/11094/16727 +f 10790/11095/16728 10791/11096/16729 10792/11097/16730 +f 10789/11094/16727 10788/11093/16726 10793/11098/16731 +f 10789/11094/16727 10793/11098/16731 10795/11099/16732 +f 10795/11099/16732 10793/11098/16731 10794/11100/16733 +f 10795/11099/16732 10794/11100/16733 10796/11101/16734 +f 10795/11099/16732 10796/11101/16734 10798/11102/16735 +f 10798/11102/16735 10796/11101/16734 10797/11103/16736 +f 10798/11102/16735 10797/11103/16736 10799/11104/16737 +f 10798/11102/16735 10799/11104/16737 10800/11105/16738 +f 10800/11105/16738 10799/11104/16737 10801/11106/16739 +f 10800/11105/16738 10801/11106/16739 10802/11107/16740 +f 10802/11107/16740 10801/11106/16739 10803/11108/16741 +f 10802/11107/16740 10803/11108/16741 10805/11109/16742 +f 10805/11109/16742 10803/11108/16741 10804/11110/16743 +f 10805/11109/16742 10804/11110/16743 10807/11111/16744 +f 10807/11111/16744 10804/11110/16743 10806/11112/16745 +f 10807/11111/16744 10806/11112/16745 10808/11113/16746 +f 10808/11113/16746 10806/11112/16745 10809/11114/16747 +f 10808/11113/16746 10809/11114/16747 10811/11115/16748 +f 10811/11115/16748 10809/11114/16747 10810/11116/16749 +f 10811/11115/16748 10810/11116/16749 10812/11117/16750 +f 10811/11115/16748 10812/11117/16750 10813/11118/16751 +f 10813/11118/16751 10812/11117/16750 11860/11119/16752 +f 10813/11118/16751 11860/11119/16752 10815/11120/16753 +f 10815/11120/16753 11860/11119/16752 10814/11121/16754 +f 10815/11120/16753 10814/11121/16754 10816/11122/16755 +f 10816/11122/16755 10814/11121/16754 10817/11123/16756 +f 10816/11122/16755 10817/11123/16756 10818/11124/16757 +f 10818/11124/16757 10817/11123/16756 10819/11125/16758 +f 10818/11124/16757 10819/11125/16758 10790/11095/16728 +f 10790/11095/16728 10819/11125/16758 10791/11096/16729 +f 10792/11097/16730 10791/11096/16729 10821/11126/16759 +f 10821/11126/16759 10791/11096/16729 10820/11127/16760 +f 10821/11126/16759 10820/11127/16760 10822/11128/16761 +f 10821/11126/16759 10822/11128/16761 10823/11129/16762 +f 10823/11129/16762 10822/11128/16761 10824/11130/16763 +f 10823/11129/16762 10824/11130/16763 10825/11131/16764 +f 10825/11131/16764 10824/11130/16763 10826/11132/16765 +f 10826/11132/16765 10824/11130/16763 10827/11133/16766 +f 10826/11132/16765 10827/11133/16766 11445/10942/16575 +f 11445/10942/16575 10827/11133/16766 10828/11134/16767 +f 11445/10942/16575 10828/11134/16767 10640/10943/16576 +s 122 +f 10829/11135/16768 10837/11136/16769 10830/11137/16770 +f 10830/11137/16770 10837/11136/16769 10831/11138/16771 +f 10831/11138/16771 10837/11136/16769 10832/11139/16772 +f 10833/11140/16773 10842/11141/16774 10834/11142/16775 +f 10834/11142/16775 10842/11141/16774 10835/11143/16776 +f 10834/11142/16775 10835/11143/16776 10836/11144/16777 +f 10836/11144/16777 10835/11143/16776 10829/11135/16768 +f 10829/11135/16768 10835/11143/16776 10837/11136/16769 +f 10838/11145/16778 10839/11146/16779 10840/11147/16780 +f 10840/11147/16780 10839/11146/16779 10841/11148/16781 +f 10841/11148/16781 10839/11146/16779 10833/11140/16773 +f 10833/11140/16773 10839/11146/16779 10842/11141/16774 +f 10837/11136/16769 10843/11149/16782 10832/11139/16772 +f 10832/11139/16772 10843/11149/16782 10844/11150/16783 +f 10844/11150/16783 10843/11149/16782 10845/11151/16784 +f 10845/11151/16784 10843/11149/16782 10846/11152/16785 +f 10847/11153/16786 10855/11154/16787 10848/11155/16788 +f 10848/11155/16788 10855/11154/16787 10849/11156/16789 +f 10848/11155/16788 10849/11156/16789 10850/11157/16790 +f 10850/11157/16790 10849/11156/16789 10851/11158/16791 +f 10843/11149/16782 10852/11159/16792 10846/11152/16785 +f 10846/11152/16785 10852/11159/16792 10853/11160/16793 +f 10853/11160/16793 10852/11159/16792 10854/11161/16794 +f 10854/11161/16794 10852/11159/16792 10855/11154/16787 +f 10854/11161/16794 10855/11154/16787 10847/11153/16786 +f 10856/11162/16795 10868/11163/16796 10857/11164/16797 +f 10857/11164/16797 10868/11163/16796 10858/11165/16798 +f 10858/11165/16798 10868/11163/16796 10838/11145/16778 +f 10838/11145/16778 10868/11163/16796 10839/11146/16779 +f 10859/11166/16799 10860/11167/16800 10861/11168/16801 +f 10861/11168/16801 10860/11167/16800 10862/11169/16802 +f 10862/11169/16802 10860/11167/16800 10863/11170/16803 +f 10860/11167/16800 10864/11171/16804 10863/11170/16803 +f 10863/11170/16803 10864/11171/16804 10865/11172/16805 +f 10865/11172/16805 10864/11171/16804 10866/11173/16806 +f 10866/11173/16806 10864/11171/16804 10867/11174/16807 +f 10867/11174/16807 10864/11171/16804 10856/11162/16795 +f 10856/11162/16795 10864/11171/16804 10868/11163/16796 +f 10869/11175/16808 10878/11176/16809 10870/11177/16810 +f 10870/11177/16810 10878/11176/16809 10871/11178/16811 +f 10870/11177/16810 10871/11178/16811 10872/11179/16812 +f 10872/11179/16812 10871/11178/16811 10859/11166/16799 +f 10859/11166/16799 10871/11178/16811 10860/11167/16800 +f 10851/11158/16791 10849/11156/16789 10873/11180/16813 +f 10873/11180/16813 10849/11156/16789 10874/11181/16814 +f 10874/11181/16814 10849/11156/16789 10875/11182/16815 +f 10874/11181/16814 10875/11182/16815 10876/11183/16816 +f 10876/11183/16816 10875/11182/16815 10877/11184/16817 +f 10877/11184/16817 10875/11182/16815 10878/11176/16809 +f 10877/11184/16817 10878/11176/16809 10879/11185/16818 +f 10879/11185/16818 10878/11176/16809 10869/11175/16808 +f 10880/11186/16819 10899/11187/16820 10881/11188/16821 +f 10881/11188/16821 10899/11187/16820 10882/11189/16822 +f 10881/11188/16821 10882/11189/16822 10883/11190/16823 +f 10883/11190/16823 10882/11189/16822 10884/11191/16824 +f 10884/11191/16824 10882/11189/16822 10885/11192/16825 +f 10884/11191/16824 10885/11192/16825 10886/11193/16826 +f 10886/11193/16826 10885/11192/16825 10887/11194/16827 +f 10886/11193/16826 10887/11194/16827 10888/11195/16828 +f 10888/11195/16828 10887/11194/16827 10889/11196/16829 +f 10890/11197/16830 10909/11198/16831 10891/11199/16832 +f 10891/11199/16832 10909/11198/16831 10892/11200/16833 +f 10891/11199/16832 10892/11200/16833 10893/11201/16834 +f 10893/11201/16834 10892/11200/16833 10894/11202/16835 +f 10894/11202/16835 10892/11200/16833 10895/11203/16836 +f 10894/11202/16835 10895/11203/16836 10896/11204/16837 +f 10896/11204/16837 10895/11203/16836 10897/11205/16838 +f 10896/11204/16837 10897/11205/16838 10898/11206/16839 +f 10898/11206/16839 10897/11205/16838 10880/11186/16819 +f 10880/11186/16819 10897/11205/16838 10899/11187/16820 +f 10900/11207/16840 10919/11208/16841 10901/11209/16842 +f 10901/11209/16842 10919/11208/16841 10902/11210/16843 +f 10901/11209/16842 10902/11210/16843 10903/11211/16844 +f 10903/11211/16844 10902/11210/16843 10904/11212/16845 +f 10904/11212/16845 10902/11210/16843 10905/11213/16846 +f 10904/11212/16845 10905/11213/16846 10906/11214/16847 +f 10906/11214/16847 10905/11213/16846 10907/11215/16848 +f 10906/11214/16847 10907/11215/16848 10908/11216/16849 +f 10908/11216/16849 10907/11215/16848 10890/11197/16830 +f 10890/11197/16830 10907/11215/16848 10909/11198/16831 +f 10910/11217/16850 10929/11218/16851 10911/11219/16852 +f 10911/11219/16852 10929/11218/16851 10912/11220/16853 +f 10911/11219/16852 10912/11220/16853 10913/11221/16854 +f 10913/11221/16854 10912/11220/16853 10914/11222/16855 +f 10914/11222/16855 10912/11220/16853 10915/11223/16856 +f 10914/11222/16855 10915/11223/16856 10916/11224/16857 +f 10916/11224/16857 10915/11223/16856 10917/11225/16858 +f 10916/11224/16857 10917/11225/16858 10918/11226/16859 +f 10918/11226/16859 10917/11225/16858 10900/11207/16840 +f 10900/11207/16840 10917/11225/16858 10919/11208/16841 +f 10920/11227/16860 10942/11228/16861 10921/11229/16862 +f 10921/11229/16862 10942/11228/16861 10922/11230/16863 +f 10921/11229/16862 10922/11230/16863 10923/11231/16864 +f 10923/11231/16864 10922/11230/16863 10924/11232/16865 +f 10924/11232/16865 10922/11230/16863 10925/11233/16866 +f 10924/11232/16865 10925/11233/16866 10926/11234/16867 +f 10926/11234/16867 10925/11233/16866 10927/11235/16868 +f 10926/11234/16867 10927/11235/16868 10928/11236/16869 +f 10928/11236/16869 10927/11235/16868 10910/11217/16850 +f 10910/11217/16850 10927/11235/16868 10929/11218/16851 +f 10930/11237/16870 10952/11238/16871 10931/11239/16872 +f 10931/11239/16872 10952/11238/16871 10932/11240/16873 +f 10931/11239/16872 10932/11240/16873 10933/11241/16874 +f 10933/11241/16874 10932/11240/16873 10934/11242/16875 +f 10934/11242/16875 10932/11240/16873 10935/11243/16876 +f 10934/11242/16875 10935/11243/16876 10936/11244/16877 +f 10936/11244/16877 10935/11243/16876 10937/11245/16878 +f 10937/11245/16878 10935/11243/16876 10938/11246/16879 +f 10937/11245/16878 10938/11246/16879 10939/11247/16880 +f 10939/11247/16880 10938/11246/16879 10940/11248/16881 +f 10939/11247/16880 10940/11248/16881 10941/11249/16882 +f 10941/11249/16882 10940/11248/16881 10920/11227/16860 +f 10920/11227/16860 10940/11248/16881 10942/11228/16861 +f 10943/11250/16883 10962/11251/16884 10944/11252/16885 +f 10944/11252/16885 10962/11251/16884 10945/11253/16886 +f 10944/11252/16885 10945/11253/16886 10946/11254/16887 +f 10946/11254/16887 10945/11253/16886 10947/11255/16888 +f 10947/11255/16888 10945/11253/16886 10948/11256/16889 +f 10947/11255/16888 10948/11256/16889 10949/11257/16890 +f 10949/11257/16890 10948/11256/16889 10950/11258/16891 +f 10950/11258/16891 10948/11256/16889 10951/11259/16892 +f 10950/11258/16891 10951/11259/16892 10930/11237/16870 +f 10930/11237/16870 10951/11259/16892 10952/11238/16871 +f 10953/11260/16893 10972/11261/16894 10954/11262/16895 +f 10954/11262/16895 10972/11261/16894 10955/11263/16896 +f 10954/11262/16895 10955/11263/16896 10956/11264/16897 +f 10956/11264/16897 10955/11263/16896 10957/11265/16898 +f 10957/11265/16898 10955/11263/16896 10958/11266/16899 +f 10957/11265/16898 10958/11266/16899 10959/11267/16900 +f 10959/11267/16900 10958/11266/16899 10960/11268/16901 +f 10960/11268/16901 10958/11266/16899 10961/11269/16902 +f 10960/11268/16901 10961/11269/16902 10943/11250/16883 +f 10943/11250/16883 10961/11269/16902 10962/11251/16884 +f 10963/11270/16903 10982/11271/16904 10964/11272/16905 +f 10964/11272/16905 10982/11271/16904 10965/11273/16906 +f 10964/11272/16905 10965/11273/16906 10966/11274/16907 +f 10966/11274/16907 10965/11273/16906 10967/11275/16908 +f 10967/11275/16908 10965/11273/16906 10968/11276/16909 +f 10967/11275/16908 10968/11276/16909 10969/11277/16910 +f 10969/11277/16910 10968/11276/16909 10970/11278/16911 +f 10970/11278/16911 10968/11276/16909 10971/11279/16912 +f 10970/11278/16911 10971/11279/16912 10953/11260/16893 +f 10953/11260/16893 10971/11279/16912 10972/11261/16894 +f 10973/11280/16913 10992/11281/16914 10974/11282/16915 +f 10974/11282/16915 10992/11281/16914 10975/11283/16916 +f 10974/11282/16915 10975/11283/16916 10976/11284/16917 +f 10976/11284/16917 10975/11283/16916 10977/11285/16918 +f 10977/11285/16918 10975/11283/16916 10978/11286/16919 +f 10977/11285/16918 10978/11286/16919 10979/11287/16920 +f 10979/11287/16920 10978/11286/16919 10980/11288/16921 +f 10980/11288/16921 10978/11286/16919 10981/11289/16922 +f 10980/11288/16921 10981/11289/16922 10963/11270/16903 +f 10963/11270/16903 10981/11289/16922 10982/11271/16904 +f 10983/11290/16923 11002/11291/16924 10984/11292/16925 +f 10984/11292/16925 11002/11291/16924 10985/11293/16926 +f 10984/11292/16925 10985/11293/16926 10986/11294/16927 +f 10986/11294/16927 10985/11293/16926 10987/11295/16928 +f 10987/11295/16928 10985/11293/16926 10988/11296/16929 +f 10987/11295/16928 10988/11296/16929 10989/11297/16930 +f 10989/11297/16930 10988/11296/16929 10990/11298/16931 +f 10990/11298/16931 10988/11296/16929 10991/11299/16932 +f 10990/11298/16931 10991/11299/16932 10973/11280/16913 +f 10973/11280/16913 10991/11299/16932 10992/11281/16914 +f 10887/11194/16827 10993/11300/16933 10889/11196/16829 +f 10889/11196/16829 10993/11300/16933 10994/11301/16934 +f 10994/11301/16934 10993/11300/16933 10995/11302/16935 +f 10994/11301/16934 10995/11302/16935 10996/11303/16936 +f 10996/11303/16936 10995/11302/16935 10997/11304/16937 +f 10997/11304/16937 10995/11302/16935 10998/11305/16938 +f 10997/11304/16937 10998/11305/16938 10999/11306/16939 +f 10999/11306/16939 10998/11305/16938 11000/11307/16940 +f 11000/11307/16940 10998/11305/16938 11001/11308/16941 +f 11000/11307/16940 11001/11308/16941 10983/11290/16923 +f 10983/11290/16923 11001/11308/16941 11002/11291/16924 +s 262 +f 9848/10067/16347 9855/10064/16942 11003/11309/16943 +f 10520/10814/16328 11005/10815/16330 11004/11310/16944 +f 10520/10814/16328 11004/11310/16944 10041/10269/16326 +f 9848/10067/16347 11003/11309/16943 10529/10824/16348 +f 10529/10824/16348 11003/11309/16943 10527/10823/16345 +f 10528/10822/16343 11006/11311/16945 10526/10821/16341 +f 10526/10821/16341 11006/11311/16945 11007/11312/16946 +f 10526/10821/16341 11007/11312/16946 10525/10820/16339 +f 10525/10820/16339 11007/11312/16946 10524/10819/16337 +f 10524/10819/16337 11008/11313/16947 10523/10818/16335 +f 10523/10818/16335 11008/11313/16947 10521/10816/16333 +f 10521/10816/16333 11009/11314/16948 10522/10817/16334 +f 10522/10817/16334 11009/11314/16948 11005/10815/16330 +f 11004/11310/16944 10043/10271/16949 10041/10269/16326 +f 11003/11309/16943 11010/11315/16950 10527/10823/16345 +f 10527/10823/16345 11010/11315/16950 11011/11316/16951 +f 10527/10823/16345 11011/11316/16951 10528/10822/16343 +f 10528/10822/16343 11011/11316/16951 11006/11311/16945 +f 11007/11312/16946 11012/11317/16952 10524/10819/16337 +f 10524/10819/16337 11012/11317/16952 11008/11313/16947 +f 11008/11313/16947 11013/11318/16953 10521/10816/16333 +f 10521/10816/16333 11013/11318/16953 11009/11314/16948 +f 11009/11314/16948 11014/11319/16954 11005/10815/16330 +f 11005/10815/16330 11014/11319/16954 11004/11310/16944 +f 11014/11319/16954 10044/10272/16955 11004/11310/16944 +f 11004/11310/16944 10044/10272/16955 10043/10271/16949 +f 11003/11309/16943 9855/10064/16942 11010/11315/16950 +f 11011/11316/16956 11015/11320/16957 11006/11311/16958 +f 11006/11311/16958 11015/11320/16957 11017/11321/16959 +f 11006/11311/16958 11017/11321/16959 11007/11312/16960 +f 11007/11312/16960 11017/11321/16959 11012/11317/16952 +f 11012/11317/16952 11018/11322/16961 11008/11313/16947 +f 11008/11313/16947 11018/11322/16961 11013/11318/16953 +f 11013/11318/16953 11019/11323/16962 11009/11314/16948 +f 11009/11314/16948 11019/11323/16962 11014/11319/16963 +f 11014/11319/16963 10046/10273/16964 10044/10272/16965 +f 9855/10064/16942 9854/10074/16966 11016/11324/16967 +f 9855/10064/16942 11016/11324/16967 11010/11315/16950 +f 11010/11315/16950 11016/11324/16967 11011/11316/16956 +f 11011/11316/16956 11016/11324/16967 11015/11320/16957 +f 11012/11317/16952 11017/11321/16959 11018/11322/16961 +f 11013/11318/16953 11018/11322/16961 11019/11323/16962 +f 11014/11319/16963 11019/11323/16962 10046/10273/16964 +f 11016/11324/16967 11020/11325/16968 11015/11320/16957 +f 11015/11320/16957 11020/11325/16968 11017/11321/16969 +f 11017/11321/16969 10548/10842/16383 11018/11322/16970 +f 11018/11322/16970 10544/10837/16376 11019/11323/16971 +f 9854/10074/16966 10541/10072/16372 11016/11324/16967 +f 11016/11324/16967 10541/10072/16372 10543/10836/16374 +f 11016/11324/16967 10543/10836/16374 11020/11325/16968 +f 11020/11325/16968 10547/10841/16382 11017/11321/16969 +f 11017/11321/16969 10547/10841/16382 10548/10842/16383 +f 11018/11322/16970 10548/10842/16383 10544/10837/16376 +f 11019/11323/16971 10544/10837/16376 10046/10273/16972 +f 10543/10836/16374 10545/10839/16380 11020/11325/16968 +f 11020/11325/16968 10545/10839/16380 10546/10840/16381 +f 11020/11325/16968 10546/10840/16381 10547/10841/16382 +f 10544/10837/16376 10047/10275/16375 10046/10273/16972 +f 11021/11326/16973 10035/10264/16974 10050/10262/16377 +f 10035/10264/16974 11021/11326/16973 10037/10266/16975 +f 10038/10217/16371 10037/10266/16976 11022/11327/16977 +f 10540/10835/16369 10038/10217/16371 11022/11327/16977 +f 9860/10079/16978 9858/10077/16349 11023/11328/16979 +f 9860/10079/16978 11023/11328/16979 11024/11329/16980 +f 11024/11329/16980 9861/10080/16981 9860/10079/16978 +f 11025/10081/16982 10542/10838/16379 9864/10084/16378 +f 11026/11330/16983 10542/10838/16379 11025/10081/16982 +f 11026/11330/16983 11025/10081/16982 9861/10080/16981 +f 11026/11330/16983 9861/10080/16981 11024/11329/16980 +f 11027/11331/16984 10542/10838/16379 11026/11330/16983 +f 11027/11331/16984 11026/11330/16983 11028/11332/16985 +f 11028/11332/16985 11026/11330/16983 11024/11329/16980 +f 11028/11332/16985 11024/11329/16980 11029/11333/16986 +f 11029/11333/16986 11024/11329/16980 11030/11334/16987 +f 11030/11334/16987 11024/11329/16980 11023/11328/16979 +f 11031/11335/16988 11027/11331/16984 11028/11332/16985 +f 11031/11335/16988 11028/11332/16985 11032/11336/16989 +f 11032/11336/16989 11028/11332/16985 11029/11333/16986 +f 11032/11336/16989 11029/11333/16986 11033/11337/16990 +f 11033/11337/16990 11029/11333/16986 11030/11334/16987 +f 11033/11337/16990 11030/11334/16987 10531/10827/16355 +f 11036/11338/16991 11034/11339/16992 11035/11340/16993 +f 11036/11338/16991 11035/11340/16993 11038/11341/16994 +f 11038/11341/16994 11035/11340/16993 11037/11342/16995 +f 11038/11341/16994 11037/11342/16995 11040/11343/16996 +f 11040/11343/16996 11037/11342/16995 11039/11344/16997 +f 11040/11343/16996 11039/11344/16997 10539/10834/16368 +f 10539/10834/16368 11039/11344/16997 10537/10832/16365 +f 11041/11345/16998 10538/10833/16367 10540/10835/16369 +f 11041/11345/16998 10540/10835/16369 11022/11327/16977 +f 11041/11345/16998 11022/11327/16999 10037/10266/16975 +f 11041/11345/16998 10037/10266/16975 11042/11346/17000 +f 11042/11346/17000 10037/10266/16975 11043/11347/17001 +f 11043/11347/17001 10037/10266/16975 11021/11326/16973 +f 10549/10843/16384 11021/11326/16973 10050/10262/16377 +f 11021/11326/16973 10549/10843/16384 11034/11339/16992 +f 11021/11326/16973 11034/11339/16992 11043/11347/17001 +f 11043/11347/17001 11034/11339/16992 11036/11338/16991 +f 11043/11347/17001 11036/11338/16991 11042/11346/17000 +f 11042/11346/17000 11036/11338/16991 11038/11341/16994 +f 11042/11346/17000 11038/11341/16994 11041/11345/16998 +f 11041/11345/16998 11038/11341/16994 11040/11343/16996 +f 11041/11345/16998 11040/11343/16996 10539/10834/16368 +f 11041/11345/16998 10539/10834/16368 10538/10833/16367 +f 11044/11348/17002 10536/10831/16363 10537/10832/16365 +f 11044/11348/17002 10537/10832/16365 11039/11344/16997 +f 11044/11348/17002 11039/11344/16997 11037/11342/16995 +f 11044/11348/17002 11037/11342/16995 11045/11349/17003 +f 11045/11349/17003 11037/11342/16995 11035/11340/16993 +f 11045/11349/17003 11035/11340/16993 11046/11350/17004 +f 11046/11350/17004 11035/11340/16993 11034/11339/16992 +f 11046/11350/17004 11034/11339/16992 11047/11351/17005 +f 11047/11351/17005 11034/11339/16992 10549/10843/16384 +f 10534/10830/16361 10536/10831/16363 11044/11348/17002 +f 10534/10830/16361 11044/11348/17002 11048/11352/17006 +f 11048/11352/17006 11044/11348/17002 11049/11353/17007 +f 11049/11353/17007 11044/11348/17002 11045/11349/17003 +f 11049/11353/17007 11045/11349/17003 11050/11354/17008 +f 11050/11354/17008 11045/11349/17003 11046/11350/17004 +f 11050/11354/17008 11046/11350/17004 11047/11351/17005 +f 10550/10844/16385 11047/11351/17005 10549/10843/16384 +f 10535/10829/16359 10534/10830/16361 11051/11355/17009 +f 11051/11355/17009 10534/10830/16361 11048/11352/17006 +f 11051/11355/17009 11048/11352/17006 11052/11356/17010 +f 11052/11356/17010 11048/11352/17006 11049/11353/17007 +f 11052/11356/17010 11049/11353/17007 11053/11357/17011 +f 11053/11357/17011 11049/11353/17007 11050/11354/17008 +f 11053/11357/17011 11050/11354/17008 11047/11351/17005 +f 11054/11358/17012 10533/10826/16354 10535/10829/16359 +f 11054/11358/17012 10535/10829/16359 11051/11355/17009 +f 11054/11358/17012 11051/11355/17009 11055/11359/17013 +f 11055/11359/17013 11051/11355/17009 11052/11356/17010 +f 11055/11359/17013 11052/11356/17010 11056/11360/17014 +f 11056/11360/17014 11052/11356/17010 11053/11357/17011 +f 11056/11360/17014 11053/11357/17011 11047/11351/17005 +f 11056/11360/17014 11047/11351/17005 10550/10844/16385 +f 10550/10844/16385 10542/10838/16379 11056/11360/17014 +f 11056/11360/17014 10542/10838/16379 11027/11331/16984 +f 11056/11360/17014 11027/11331/16984 11031/11335/16988 +f 11056/11360/17014 11031/11335/16988 11055/11359/17013 +f 11055/11359/17013 11031/11335/16988 11032/11336/16989 +f 11055/11359/17013 11032/11336/16989 11054/11358/17012 +f 11054/11358/17012 11032/11336/16989 11033/11337/16990 +f 11054/11358/17012 11033/11337/16990 10531/10827/16355 +f 11054/11358/17012 10531/10827/16355 10533/10826/16354 +f 11030/11334/16987 11023/11328/16979 10532/10828/16357 +f 11030/11334/16987 10532/10828/16357 10531/10827/16355 +f 11023/11328/16979 9858/10077/16349 10530/10825/16351 +f 11023/11328/16979 10530/10825/16351 10532/10828/16357 +s 246 +f 11057/11361/17015 9871/10010/16288 9870/10091/17016 +f 10490/10784/16268 11061/10785/16270 11058/11362/17017 +f 10490/10784/16268 11058/11362/17017 10028/10255/16266 +f 9871/10010/16288 11057/11361/17015 10499/10794/16286 +f 10499/10794/16286 11057/11361/17015 10498/10793/16284 +f 10496/10791/16282 11062/11363/17018 10497/10792/16283 +f 10497/10792/16283 11062/11363/17018 11063/11364/17019 +f 10497/10792/16283 11063/11364/17019 10494/10790/16280 +f 10494/10790/16280 11063/11364/17019 10495/10789/16278 +f 10495/10789/16278 11064/11365/17020 10493/10788/16276 +f 10493/10788/16276 11064/11365/17020 10492/10787/16274 +f 10492/10787/16274 11065/11366/17021 10491/10786/16272 +f 10491/10786/16272 11065/11366/17021 11061/10785/16270 +f 11058/11362/17017 10030/10257/17022 10028/10255/16266 +f 11057/11361/17015 11066/11367/17023 10498/10793/16284 +f 10498/10793/16284 11066/11367/17023 11067/11368/17024 +f 10498/10793/16284 11067/11368/17024 10496/10791/16282 +f 10496/10791/16282 11067/11368/17024 11062/11363/17018 +f 11063/11364/17019 11068/11369/17025 10495/10789/16278 +f 10495/10789/16278 11068/11369/17025 11064/11365/17020 +f 11064/11365/17020 11069/11370/17026 10492/10787/16274 +f 10492/10787/16274 11069/11370/17026 11065/11366/17021 +f 11065/11366/17021 11070/11371/17027 11061/10785/16270 +f 11061/10785/16270 11070/11371/17027 11058/11362/17017 +f 11070/11371/17027 11059/11372/17028 11058/11362/17017 +f 11058/11362/17017 11059/11372/17028 10030/10257/17022 +f 9870/10091/17029 9869/10090/17030 11057/11361/17015 +f 11057/11361/17015 9869/10090/17030 11066/11367/17023 +f 11059/11372/17028 11060/10258/17031 10030/10257/17022 +f 11067/11368/17032 11071/11373/17033 11062/11363/17034 +f 11062/11363/17034 11071/11373/17033 11073/11374/17035 +f 11062/11363/17034 11073/11374/17035 11063/11364/17036 +f 11063/11364/17036 11073/11374/17035 11068/11369/17025 +f 11068/11369/17025 11074/11375/17037 11064/11365/17020 +f 11064/11365/17020 11074/11375/17037 11069/11370/17026 +f 11069/11370/17026 11075/11376/17038 11065/11366/17021 +f 11065/11366/17021 11075/11376/17038 11070/11371/17039 +f 11070/11371/17027 11060/10258/17031 11059/11372/17028 +f 9869/10090/17030 9868/10087/17040 11072/11377/17041 +f 9869/10090/17030 11072/11377/17041 11066/11367/17023 +f 11066/11367/17023 11072/11377/17041 11067/11368/17032 +f 11067/11368/17032 11072/11377/17041 11071/11373/17033 +f 11068/11369/17025 11073/11374/17035 11074/11375/17037 +f 11069/11370/17026 11074/11375/17037 11075/11376/17038 +f 11070/11371/17039 11075/11376/17038 11060/10258/17042 +f 11072/11377/17041 11076/11378/17043 11071/11373/17033 +f 11071/11373/17033 11076/11378/17043 11073/11374/17044 +f 11073/11374/17044 10517/10812/16324 11074/11375/17045 +f 11074/11375/17045 10513/10809/16317 11075/11376/17038 +f 11075/11376/17038 10031/10259/16316 11060/10258/17042 +f 11072/11377/17041 9868/10087/17040 10516/10811/16323 +f 11072/11377/17041 10516/10811/16323 11076/11378/17043 +f 11076/11378/17043 10511/10806/16312 11073/11374/17044 +f 11073/11374/17044 10511/10806/16312 10517/10812/16324 +f 11074/11375/17045 10517/10812/16324 10513/10809/16317 +f 11075/11376/17038 10513/10809/16317 10031/10259/16316 +f 9868/10087/17040 9866/10086/16321 10516/10811/16323 +f 10516/10811/16323 10515/10810/16319 11076/11378/17043 +f 11076/11378/17043 10515/10810/16319 10512/10807/16313 +f 11076/11378/17043 10512/10807/16313 10511/10806/16312 +f 11079/10248/17046 10021/10247/17047 11078/11379/17048 +f 10518/10252/16318 11077/11380/17049 10018/10243/17050 +f 10021/10247/17047 10018/10243/17050 11077/11380/17049 +f 10022/10220/16309 11079/10248/17046 10509/10804/16310 +f 9880/10101/17051 9878/10099/16289 10500/10795/16291 +f 11080/11381/17052 11081/10093/17053 9880/10101/17051 +f 11081/10093/17053 11082/11382/17054 9874/10094/16320 +f 9874/10094/16320 11082/11382/17054 11083/11383/17055 +f 10514/10808/16314 9874/10094/16320 11083/11383/17055 +f 11080/11381/17052 11082/11382/17054 11081/10093/17053 +f 11084/11384/17056 10514/10808/16314 11083/11383/17055 +f 11084/11384/17056 11083/11383/17055 11082/11382/17054 +f 11084/11384/17056 11082/11382/17054 11085/11385/17057 +f 11085/11385/17057 11082/11382/17054 11080/11381/17052 +f 11085/11385/17057 11080/11381/17052 11086/11386/17058 +f 11086/11386/17058 11080/11381/17052 11087/11387/17059 +f 11088/11388/17060 11084/11384/17056 11085/11385/17057 +f 11088/11388/17060 11085/11385/17057 11089/11389/17061 +f 11089/11389/17061 11085/11385/17057 11086/11386/17058 +f 11089/11389/17061 11086/11386/17058 11090/11390/17062 +f 11090/11390/17062 11086/11386/17058 11087/11387/17059 +f 11090/11390/17062 11087/11387/17059 10502/10797/16295 +f 10518/10252/16318 10519/10813/16325 11091/11391/17063 +f 11093/11392/17064 11091/11391/17063 11092/11393/17065 +f 11093/11392/17064 11092/11393/17065 11095/11394/17066 +f 11095/11394/17066 11092/11393/17065 11094/11395/17067 +f 11095/11394/17066 11094/11395/17067 11097/11396/17068 +f 11097/11396/17068 11094/11395/17067 11096/11397/17069 +f 11097/11396/17068 11096/11397/17069 10508/10803/16307 +f 10508/10803/16307 11096/11397/17069 10507/10802/16305 +f 11098/11398/17070 10510/10805/16311 10509/10804/16310 +f 11098/11398/17070 10509/10804/16310 11079/10248/17046 +f 11098/11398/17070 11079/10248/17046 11099/11399/17071 +f 11099/11399/17071 11079/10248/17046 11078/11379/17048 +f 11099/11399/17071 11078/11379/17048 11100/11400/17072 +f 11100/11400/17072 11078/11379/17048 10021/10247/17047 +f 11100/11400/17072 10021/10247/17047 11077/11380/17049 +f 11077/11380/17049 10518/10252/16318 11091/11391/17063 +f 11077/11380/17049 11091/11391/17063 11100/11400/17072 +f 11100/11400/17072 11091/11391/17063 11093/11392/17064 +f 11100/11400/17072 11093/11392/17064 11099/11399/17071 +f 11099/11399/17071 11093/11392/17064 11095/11394/17066 +f 11099/11399/17071 11095/11394/17066 11098/11398/17070 +f 11098/11398/17070 11095/11394/17066 11097/11396/17068 +f 11098/11398/17070 11097/11396/17068 10508/10803/16307 +f 11098/11398/17070 10508/10803/16307 10510/10805/16311 +f 10506/10800/16301 10505/10801/16303 11101/11401/17073 +f 11101/11401/17073 10505/10801/16303 10507/10802/16305 +f 11101/11401/17073 10507/10802/16305 11096/11397/17069 +f 11101/11401/17073 11096/11397/17069 11102/11402/17074 +f 11102/11402/17074 11096/11397/17069 11094/11395/17067 +f 11102/11402/17074 11094/11395/17067 11103/11403/17075 +f 11103/11403/17075 11094/11395/17067 11092/11393/17065 +f 11103/11403/17075 11092/11393/17065 11104/11404/17076 +f 11104/11404/17076 11092/11393/17065 11091/11391/17063 +f 11104/11404/17076 11091/11391/17063 10519/10813/16325 +f 10506/10800/16301 11101/11401/17073 11105/11405/17077 +f 11105/11405/17077 11101/11401/17073 11106/11406/17078 +f 11106/11406/17078 11101/11401/17073 11102/11402/17074 +f 11106/11406/17078 11102/11402/17074 11107/11407/17079 +f 11107/11407/17079 11102/11402/17074 11103/11403/17075 +f 11107/11407/17079 11103/11403/17075 11104/11404/17076 +f 10504/10799/16299 10506/10800/16301 11108/11408/17080 +f 11108/11408/17080 10506/10800/16301 11105/11405/17077 +f 11108/11408/17080 11105/11405/17077 11109/11409/17081 +f 11109/11409/17081 11105/11405/17077 11106/11406/17078 +f 11109/11409/17081 11106/11406/17078 11110/11410/17082 +f 11110/11410/17082 11106/11406/17078 11107/11407/17079 +f 11110/11410/17082 11107/11407/17079 11111/11411/17083 +f 11111/11411/17083 11107/11407/17079 11104/11404/17076 +f 11111/11411/17083 11104/11404/17076 10514/10808/16314 +f 10514/10808/16314 11104/11404/17076 10519/10813/16325 +f 11112/11412/17084 10503/10798/16297 10504/10799/16299 +f 11112/11412/17084 10504/10799/16299 11108/11408/17080 +f 11112/11412/17084 11108/11408/17080 11113/11413/17085 +f 11113/11413/17085 11108/11408/17080 11109/11409/17081 +f 11113/11413/17085 11109/11409/17081 11114/11414/17086 +f 11114/11414/17086 11109/11409/17081 11110/11410/17082 +f 11114/11414/17086 11110/11410/17082 11111/11411/17083 +f 11111/11411/17083 10514/10808/16314 11084/11384/17056 +f 11111/11411/17083 11084/11384/17056 11114/11414/17086 +f 11114/11414/17086 11084/11384/17056 11088/11388/17060 +f 11114/11414/17086 11088/11388/17060 11113/11413/17085 +f 11113/11413/17085 11088/11388/17060 11089/11389/17061 +f 11113/11413/17085 11089/11389/17061 11112/11412/17084 +f 11112/11412/17084 11089/11389/17061 11090/11390/17062 +f 11112/11412/17084 11090/11390/17062 10502/10797/16295 +f 11112/11412/17084 10502/10797/16295 10503/10798/16297 +f 11080/11381/17052 9880/10101/17051 10500/10795/16291 +f 11080/11381/17052 10500/10795/16291 11087/11387/17059 +f 11087/11387/17059 10500/10795/16291 10501/10796/16293 +f 11087/11387/17059 10501/10796/16293 10502/10797/16295 +s 232 +f 9882/10104/16226 9892/10103/17087 11115/11415/17088 +f 10459/10752/16206 11118/10753/16208 11117/11416/17089 +f 10459/10752/16206 11117/11416/17089 10010/10237/16204 +f 9882/10104/16226 11115/11415/17088 11116/10762/16224 +f 11116/10762/16224 11115/11415/17088 10467/10761/16222 +f 10465/10759/16220 11119/11417/17090 10466/10760/16221 +f 10466/10760/16221 11119/11417/17090 11120/11418/17091 +f 10466/10760/16221 11120/11418/17091 10463/10758/16218 +f 10463/10758/16218 11120/11418/17091 10464/10757/16216 +f 10464/10757/16216 11121/11419/17092 10462/10756/16214 +f 10462/10756/16214 11121/11419/17092 10461/10755/16212 +f 10461/10755/16212 11122/11420/17093 10460/10754/16210 +f 10460/10754/16210 11122/11420/17093 11118/10753/16208 +f 11117/11416/17089 10011/10238/17094 10010/10237/16204 +f 11115/11415/17088 11123/11421/17095 10467/10761/16222 +f 10467/10761/16222 11123/11421/17095 11124/11422/17096 +f 10467/10761/16222 11124/11422/17096 10465/10759/16220 +f 10465/10759/16220 11124/11422/17096 11119/11417/17090 +f 11120/11418/17091 11125/11423/17097 10464/10757/16216 +f 10464/10757/16216 11125/11423/17097 11121/11419/17092 +f 11121/11419/17092 11126/11424/17098 10461/10755/16212 +f 10461/10755/16212 11126/11424/17098 11122/11420/17093 +f 11122/11420/17093 11127/11425/17099 11118/10753/16208 +f 11118/10753/16208 11127/11425/17099 11117/11416/17089 +f 11127/11425/17099 10013/10240/17100 11117/11416/17089 +f 11117/11416/17089 10013/10240/17100 10011/10238/17094 +f 11115/11415/17088 9892/10103/17087 11123/11421/17095 +f 11124/11422/17101 11128/11426/17102 11119/11417/17103 +f 11119/11417/17103 11128/11426/17102 11130/11427/17104 +f 11119/11417/17103 11130/11427/17104 11120/11418/17105 +f 11120/11418/17105 11130/11427/17104 11125/11423/17106 +f 11125/11423/17097 11131/11428/17107 11121/11419/17092 +f 11121/11419/17092 11131/11428/17107 11126/11424/17098 +f 11126/11424/17098 11132/11429/17108 11122/11420/17093 +f 11122/11420/17093 11132/11429/17108 11127/11425/17109 +f 11127/11425/17109 10014/10241/17110 10013/10240/17111 +f 9892/10103/17112 9888/10114/17113 11129/11430/17114 +f 9892/10103/17112 11129/11430/17114 11123/11421/17115 +f 11123/11421/17115 11129/11430/17114 11133/11431/17116 +f 11123/11421/17115 11133/11431/17116 11124/11422/17117 +f 11124/11422/17118 11133/11431/17119 11128/11426/17120 +f 11130/11427/17104 11134/11432/17121 11125/11423/17106 +f 11125/11423/17106 11134/11432/17121 11131/11428/17122 +f 11126/11424/17098 11131/11428/17107 11132/11429/17108 +f 11127/11425/17109 11132/11429/17108 10014/10241/17110 +f 11128/11426/17120 11133/11431/17119 11130/11427/17123 +f 11131/11428/17122 10486/10781/16261 11132/11429/17108 +f 11132/11429/17108 10016/10232/16262 10014/10241/17110 +f 9888/10114/17113 10479/10113/16251 11129/11430/17114 +f 11129/11430/17114 10479/10113/16251 10481/10774/16253 +f 11129/11430/17114 10481/10774/16253 11133/11431/17119 +f 11133/11431/17119 10484/10778/16258 11130/11427/17123 +f 11130/11427/17123 10484/10778/16258 11134/11432/17121 +f 11134/11432/17121 10485/10779/16259 11131/11428/17122 +f 11131/11428/17122 10485/10779/16259 10486/10781/16261 +f 11132/11429/17108 10486/10781/16261 10016/10232/16262 +f 10481/10774/16253 10482/10776/16256 11133/11431/17119 +f 11133/11431/17119 10482/10776/16256 10483/10777/16257 +f 11133/11431/17119 10483/10777/16257 10484/10778/16258 +f 10484/10778/16258 10487/10782/16264 11134/11432/17121 +f 11134/11432/17121 10487/10782/16264 10485/10779/16259 +f 11135/11433/17124 10002/10223/17125 10001/10228/17126 +f 10002/10223/17125 11136/11434/17127 9997/10224/16250 +f 9997/10224/16250 11136/11434/17127 10478/10773/16248 +f 9898/10121/17128 11137/11435/17129 9899/10122/17130 +f 9899/10122/17130 11137/11435/17129 11138/11436/17131 +f 9902/10116/16254 9900/10123/17132 11139/11437/17133 +f 9902/10116/16254 11139/11437/17133 10480/10775/16255 +f 11139/11437/17133 9900/10123/17132 11138/11436/17131 +f 11138/11436/17131 9900/10123/17132 9899/10122/17134 +f 11140/11438/17135 10480/10775/16255 11139/11437/17133 +f 11140/11438/17135 11139/11437/17133 11141/11439/17136 +f 11141/11439/17136 11139/11437/17133 11138/11436/17131 +f 11141/11439/17136 11138/11436/17131 11142/11440/17137 +f 11142/11440/17137 11138/11436/17131 11153/11441/17138 +f 11153/11441/17138 11138/11436/17131 11137/11435/17129 +f 10489/10783/16265 10480/10775/16255 11140/11438/17135 +f 11143/11442/17139 11140/11438/17135 11141/11439/17136 +f 11143/11442/17139 11141/11439/17136 11144/11443/17140 +f 11144/11443/17140 11141/11439/17136 11142/11440/17137 +f 11144/11443/17140 11142/11440/17137 11145/11444/17141 +f 11145/11444/17141 11142/11440/17137 11153/11441/17138 +f 11145/11444/17141 11153/11441/17138 10470/10765/16234 +f 11147/11445/17142 10488/10780/16260 11146/11446/17143 +f 11147/11445/17142 11146/11446/17143 11148/11447/17144 +f 11148/11447/17144 11146/11446/17143 11150/11448/17145 +f 11150/11448/17145 11146/11446/17143 11149/11449/17146 +f 11150/11448/17145 11149/11449/17146 11152/11450/17147 +f 11152/11450/17147 11149/11449/17146 11151/11451/17148 +f 11152/11450/17147 11151/11451/17148 10477/10772/16247 +f 10477/10772/16247 11151/11451/17148 10475/10770/16244 +f 11154/11452/17149 10476/10771/16246 10478/10773/16248 +f 11154/11452/17149 10478/10773/16248 11136/11434/17127 +f 11154/11452/17149 11136/11434/17127 11155/11453/17150 +f 11155/11453/17150 11136/11434/17127 10002/10223/17125 +f 11155/11453/17150 10002/10223/17125 11135/11433/17124 +f 11147/11445/17142 11135/11433/17124 10001/10228/17126 +f 11147/11445/17142 10001/10228/17126 10488/10780/16260 +f 10488/10780/16260 10001/10228/17126 9999/10227/16263 +f 11135/11433/17124 11147/11445/17142 11148/11447/17144 +f 11135/11433/17124 11148/11447/17144 11155/11453/17150 +f 11155/11453/17150 11148/11447/17144 11150/11448/17145 +f 11155/11453/17150 11150/11448/17145 11154/11452/17149 +f 11154/11452/17149 11150/11448/17145 11152/11450/17147 +f 11154/11452/17149 11152/11450/17147 10477/10772/16247 +f 11154/11452/17149 10477/10772/16247 10476/10771/16246 +f 10474/10768/16240 10473/10769/16242 11156/11454/17151 +f 11156/11454/17151 10473/10769/16242 10475/10770/16244 +f 11156/11454/17151 10475/10770/16244 11151/11451/17148 +f 11156/11454/17151 11151/11451/17148 11149/11449/17146 +f 11156/11454/17151 11149/11449/17146 11157/11455/17152 +f 11157/11455/17152 11149/11449/17146 11146/11446/17143 +f 11157/11455/17152 11146/11446/17143 11158/11456/17153 +f 11158/11456/17153 11146/11446/17143 10488/10780/16260 +f 10474/10768/16240 11156/11454/17151 11159/11457/17154 +f 11159/11457/17154 11156/11454/17151 11160/11458/17155 +f 11160/11458/17155 11156/11454/17151 11157/11455/17152 +f 11160/11458/17155 11157/11455/17152 11161/11459/17156 +f 11161/11459/17156 11157/11455/17152 11158/11456/17153 +f 10489/10783/16265 11158/11456/17153 10488/10780/16260 +f 10472/10767/16238 10474/10768/16240 11162/11460/17157 +f 11162/11460/17157 10474/10768/16240 11159/11457/17154 +f 11162/11460/17157 11159/11457/17154 11163/11461/17158 +f 11163/11461/17158 11159/11457/17154 11160/11458/17155 +f 11163/11461/17158 11160/11458/17155 11164/11462/17159 +f 11164/11462/17159 11160/11458/17155 11161/11459/17156 +f 11164/11462/17159 11161/11459/17156 11165/11463/17160 +f 11165/11463/17160 11161/11459/17156 11158/11456/17153 +f 11165/11463/17160 11158/11456/17153 10489/10783/16265 +f 11166/11464/17161 10471/10766/16236 10472/10767/16238 +f 11166/11464/17161 10472/10767/16238 11162/11460/17157 +f 11166/11464/17161 11162/11460/17157 11167/11465/17162 +f 11167/11465/17162 11162/11460/17157 11163/11461/17158 +f 11167/11465/17162 11163/11461/17158 11168/11466/17163 +f 11168/11466/17163 11163/11461/17158 11164/11462/17159 +f 11168/11466/17163 11164/11462/17159 11165/11463/17160 +f 11165/11463/17160 10489/10783/16265 11140/11438/17135 +f 11165/11463/17160 11140/11438/17135 11168/11466/17163 +f 11168/11466/17163 11140/11438/17135 11143/11442/17139 +f 11168/11466/17163 11143/11442/17139 11167/11465/17162 +f 11167/11465/17162 11143/11442/17139 11144/11443/17140 +f 11167/11465/17162 11144/11443/17140 11166/11464/17161 +f 11166/11464/17161 11144/11443/17140 11145/11444/17141 +f 11166/11464/17161 11145/11444/17141 10470/10765/16234 +f 11166/11464/17161 10470/10765/16234 10471/10766/16236 +f 10470/10765/16234 11153/11441/17138 10469/10764/16231 +f 9898/10121/17128 9896/10119/16227 11137/11435/17129 +f 11137/11435/17129 9896/10119/16227 10468/10763/16229 +f 11137/11435/17129 10468/10763/16229 11153/11441/17138 +f 11153/11441/17138 10468/10763/16229 10469/10764/16231 +s 306 +f 9908/10131/17164 11171/10917/16530 9909/10007/16532 +f 11172/10907/16512 10104/10334/17165 10103/10333/16510 +f 9908/10131/17164 11170/11467/17166 11171/10917/16530 +f 11171/10917/16530 11170/11467/17166 10615/10916/16528 +f 10613/10914/16526 11175/11468/17167 10614/10915/16527 +f 10614/10915/16527 11175/11468/17167 11176/11469/17168 +f 10614/10915/16527 11176/11469/17168 10612/10913/16524 +f 10612/10913/16524 11176/11469/17168 10610/10912/16522 +f 10610/10912/16522 11177/11470/17169 10611/10911/16520 +f 10611/10911/16520 11177/11470/17169 10609/10910/16518 +f 10609/10910/16518 11178/11471/17170 10608/10909/16516 +f 10608/10909/16516 11178/11471/17170 11173/10908/16514 +f 11173/10908/16514 11174/11472/17171 11172/10907/16512 +f 11172/10907/16512 11174/11472/17171 10104/10334/17165 +f 11170/11467/17166 11179/11473/17172 10615/10916/16528 +f 10615/10916/16528 11179/11473/17172 11180/11474/17173 +f 10615/10916/16528 11180/11474/17173 10613/10914/16526 +f 10613/10914/16526 11180/11474/17173 11175/11468/17167 +f 11176/11469/17168 11181/11475/17174 10610/10912/16522 +f 10610/10912/16522 11181/11475/17174 11177/11470/17169 +f 11177/11470/17169 11182/11476/17175 10609/10910/16518 +f 10609/10910/16518 11182/11476/17175 11178/11471/17170 +f 11178/11471/17170 11183/11477/17176 11173/10908/16514 +f 11173/10908/16514 11183/11477/17176 11174/11472/17171 +f 9908/10131/17177 11169/10128/17178 11170/11467/17166 +f 11170/11467/17166 11169/10128/17178 11179/11473/17172 +f 11174/11472/17171 10106/10336/17179 10104/10334/17165 +f 11183/11477/17176 10107/10337/17180 11174/11472/17171 +f 11174/11472/17171 10107/10337/17180 10106/10336/17179 +f 11180/11474/17181 11184/11478/17182 11175/11468/17183 +f 11175/11468/17183 11184/11478/17182 11186/11479/17184 +f 11175/11468/17183 11186/11479/17184 11176/11469/17185 +f 11176/11469/17185 11186/11479/17184 11181/11475/17174 +f 11181/11475/17174 11187/11480/17186 11177/11470/17169 +f 11177/11470/17169 11187/11480/17186 11182/11476/17175 +f 11182/11476/17175 11188/11481/17187 11178/11471/17170 +f 11178/11471/17170 11188/11481/17187 11183/11477/17188 +f 11169/10128/17178 11185/11482/17189 11179/11473/17172 +f 11179/11473/17172 11185/11482/17189 11180/11474/17181 +f 11180/11474/17181 11185/11482/17189 11184/11478/17182 +f 11181/11475/17174 11186/11479/17184 11187/11480/17186 +f 11182/11476/17175 11187/11480/17186 11188/11481/17187 +f 11183/11477/17188 11188/11481/17187 10109/10327/17190 +f 11183/11477/17188 10109/10327/17190 10107/10337/17191 +f 11169/10128/17178 9905/10126/17192 11185/11482/17189 +f 11185/11482/17189 11189/11483/17193 11184/11478/17182 +f 11184/11478/17182 11189/11483/17193 11186/11479/17194 +f 11186/11479/17194 10630/10933/16565 11187/11480/17195 +f 11187/11480/17195 10629/10932/16562 11188/11481/17196 +f 11185/11482/17189 9905/10126/17192 10628/10930/16559 +f 11185/11482/17189 10628/10930/16559 11189/11483/17193 +f 11189/11483/17193 10632/10935/16567 11186/11479/17194 +f 11186/11479/17194 10632/10935/16567 10630/10933/16565 +f 11187/11480/17195 10630/10933/16565 10629/10932/16562 +f 11188/11481/17196 10629/10932/16562 10109/10327/17197 +f 9905/10126/17192 9903/10125/16557 10628/10930/16559 +f 10628/10930/16559 10635/10937/16570 11189/11483/17193 +f 11189/11483/17193 10635/10937/16570 10634/10936/16568 +f 11189/11483/17193 10634/10936/16568 10632/10935/16567 +f 10629/10932/16562 10098/10328/16564 10109/10327/17197 +f 11190/11484/17198 11191/10324/17199 10096/10322/16561 +f 9809/10023/17200 9807/10022/16533 10616/10918/16535 +f 11193/11485/17201 9810/10024/17202 9809/10023/17200 +f 9805/10018/16569 11194/10017/17203 11195/11486/17204 +f 11196/11487/17205 11195/11486/17204 11194/10017/17203 +f 11196/11487/17205 11194/10017/17203 11193/11485/17201 +f 11193/11485/17201 11194/10017/17203 9810/10024/17202 +f 10633/10934/16566 9805/10018/16569 11195/11486/17204 +f 11197/11488/17206 11195/11486/17204 11196/11487/17205 +f 11197/11488/17206 11196/11487/17205 11198/11489/17207 +f 11198/11489/17207 11196/11487/17205 11193/11485/17201 +f 11198/11489/17207 11193/11485/17201 11199/11490/17208 +f 11199/11490/17208 11193/11485/17201 10617/10919/16537 +f 11200/11491/17209 10633/10934/16566 11195/11486/17204 +f 11200/11491/17209 11195/11486/17204 11197/11488/17206 +f 11200/11491/17209 11197/11488/17206 11201/11492/17210 +f 11201/11492/17210 11197/11488/17206 11198/11489/17207 +f 11201/11492/17210 11198/11489/17207 11202/11493/17211 +f 11202/11493/17211 11198/11489/17207 11199/11490/17208 +f 11202/11493/17211 11199/11490/17208 11203/11494/17212 +f 11203/11494/17212 11199/11490/17208 10617/10919/16537 +f 11203/11494/17212 10617/10919/16537 10618/10920/16539 +f 11204/11495/17213 11205/11496/17214 11207/11497/17215 +f 11207/11497/17215 11205/11496/17214 11206/11498/17216 +f 11207/11497/17215 11206/11498/17216 11209/11499/17217 +f 11209/11499/17217 11206/11498/17216 11208/11500/17218 +f 11209/11499/17217 11208/11500/17218 10626/10928/16553 +f 10626/10928/16553 11208/11500/17218 10624/10926/16550 +f 11210/11501/17219 10625/10927/16552 10627/10929/16554 +f 11210/11501/17219 10627/10929/16554 10091/10208/16556 +f 11210/11501/17219 10091/10208/16556 11211/11502/17220 +f 11211/11502/17220 10091/10208/16556 11192/10325/17221 +f 11211/11502/17220 11192/10325/17221 11212/11503/17222 +f 11212/11503/17222 11192/10325/17221 11191/10324/17199 +f 11212/11503/17222 11191/10324/17199 11190/11484/17198 +f 10631/10931/16560 11190/11484/17198 10096/10322/16561 +f 11190/11484/17198 10631/10931/16560 11204/11495/17213 +f 11190/11484/17198 11204/11495/17213 11212/11503/17222 +f 11212/11503/17222 11204/11495/17213 11207/11497/17215 +f 11212/11503/17222 11207/11497/17215 11211/11502/17220 +f 11211/11502/17220 11207/11497/17215 11209/11499/17217 +f 11211/11502/17220 11209/11499/17217 11210/11501/17219 +f 11210/11501/17219 11209/11499/17217 10626/10928/16553 +f 11210/11501/17219 10626/10928/16553 10625/10927/16552 +f 10622/10924/16547 10621/10923/16545 11213/11504/17223 +f 11213/11504/17223 10621/10923/16545 10624/10926/16550 +f 11213/11504/17223 10624/10926/16550 11208/11500/17218 +f 11213/11504/17223 11208/11500/17218 11214/11505/17224 +f 11214/11505/17224 11208/11500/17218 11206/11498/17216 +f 11214/11505/17224 11206/11498/17216 11215/11506/17225 +f 11215/11506/17225 11206/11498/17216 11205/11496/17214 +f 11215/11506/17225 11205/11496/17214 11204/11495/17213 +f 11215/11506/17225 11204/11495/17213 10631/10931/16560 +f 10623/10925/16548 10622/10924/16547 11213/11504/17223 +f 10623/10925/16548 11213/11504/17223 11216/11507/17226 +f 11216/11507/17226 11213/11504/17223 11217/11508/17227 +f 11217/11508/17227 11213/11504/17223 11214/11505/17224 +f 11217/11508/17227 11214/11505/17224 11218/11509/17228 +f 11218/11509/17228 11214/11505/17224 11215/11506/17225 +f 11218/11509/17228 11215/11506/17225 11219/11510/17229 +f 11219/11510/17229 11215/11506/17225 10633/10934/16566 +f 10633/10934/16566 11215/11506/17225 10631/10931/16560 +f 10619/10922/16543 10623/10925/16548 11220/11511/17230 +f 11220/11511/17230 10623/10925/16548 11216/11507/17226 +f 11220/11511/17230 11216/11507/17226 11221/11512/17231 +f 11221/11512/17231 11216/11507/17226 11217/11508/17227 +f 11221/11512/17231 11217/11508/17227 11222/11513/17232 +f 11222/11513/17232 11217/11508/17227 11218/11509/17228 +f 11222/11513/17232 11218/11509/17228 11219/11510/17229 +f 11223/11514/17233 10620/10921/16541 10619/10922/16543 +f 11223/11514/17233 10619/10922/16543 11220/11511/17230 +f 11223/11514/17233 11220/11511/17230 11224/11515/17234 +f 11224/11515/17234 11220/11511/17230 11221/11512/17231 +f 11224/11515/17234 11221/11512/17231 11225/11516/17235 +f 11225/11516/17235 11221/11512/17231 11222/11513/17232 +f 11225/11516/17235 11222/11513/17232 11200/11491/17209 +f 11200/11491/17209 11222/11513/17232 11219/11510/17229 +f 11200/11491/17209 11219/11510/17229 10633/10934/16566 +f 11225/11516/17235 11200/11491/17209 11201/11492/17210 +f 11225/11516/17235 11201/11492/17210 11224/11515/17234 +f 11224/11515/17234 11201/11492/17210 11202/11493/17211 +f 11224/11515/17234 11202/11493/17211 11223/11514/17233 +f 11223/11514/17233 11202/11493/17211 11203/11494/17212 +f 11223/11514/17233 11203/11494/17212 10618/10920/16539 +f 11223/11514/17233 10618/10920/16539 10620/10921/16541 +f 11193/11485/17201 9809/10023/17200 10616/10918/16535 +f 11193/11485/17201 10616/10918/16535 10617/10919/16537 +s 290 +f 9814/10029/16470 9821/10026/17236 11226/11517/17237 +f 11227/10876/16450 10087/10315/17238 10083/10314/16448 +f 9814/10029/16470 11226/11517/17237 10588/10886/16468 +f 10588/10886/16468 11226/11517/17237 10587/10885/16466 +f 10584/10882/16462 11230/11518/17239 10585/10883/16463 +f 10585/10883/16463 11230/11518/17239 11231/11519/17240 +f 10585/10883/16463 11231/11519/17240 10586/10884/16465 +f 10586/10884/16465 11231/11519/17240 10582/10881/16460 +f 10582/10881/16460 11232/11520/17241 10583/10880/16458 +f 10583/10880/16458 11232/11520/17241 10581/10879/16456 +f 10581/10879/16456 11233/11521/17242 10580/10878/16454 +f 10580/10878/16454 11233/11521/17242 11229/10877/16452 +f 11229/10877/16452 11228/11522/17243 11227/10876/16450 +f 11227/10876/16450 11228/11522/17243 10087/10315/17238 +f 11226/11517/17237 11234/11523/17244 10587/10885/16466 +f 10587/10885/16466 11234/11523/17244 11235/11524/17245 +f 10587/10885/16466 11235/11524/17245 10584/10882/16462 +f 10584/10882/16462 11235/11524/17245 11230/11518/17239 +f 11231/11519/17240 11236/11525/17246 10582/10881/16460 +f 10582/10881/16460 11236/11525/17246 11232/11520/17241 +f 11232/11520/17241 11237/11526/17247 10581/10879/16456 +f 10581/10879/16456 11237/11526/17247 11233/11521/17242 +f 11233/11521/17242 11238/11527/17248 11229/10877/16452 +f 11229/10877/16452 11238/11527/17248 11228/11522/17243 +f 11228/11522/17243 10088/10305/17249 10087/10315/17238 +f 9821/10026/17250 9817/10036/17251 11226/11517/17237 +f 11226/11517/17237 9817/10036/17251 11234/11523/17244 +f 11235/11524/17252 11239/11528/17253 11230/11518/17254 +f 11230/11518/17254 11239/11528/17253 11243/11529/17255 +f 11230/11518/17254 11243/11529/17255 11231/11519/17256 +f 11231/11519/17256 11243/11529/17255 11236/11525/17257 +f 11236/11525/17246 11244/11530/17258 11232/11520/17241 +f 11232/11520/17241 11244/11530/17258 11237/11526/17259 +f 11237/11526/17259 11240/11531/17260 11233/11521/17261 +f 11233/11521/17261 11240/11531/17260 11238/11527/17262 +f 11238/11527/17262 11241/10306/17263 11228/11522/17243 +f 11228/11522/17243 11241/10306/17263 10088/10305/17249 +f 9817/10036/17251 11242/11532/17264 11234/11523/17244 +f 11234/11523/17244 11242/11532/17264 11245/11533/17265 +f 11234/11523/17244 11245/11533/17265 11235/11524/17266 +f 11235/11524/17267 11245/11533/17268 11239/11528/17269 +f 11243/11529/17255 11246/11534/17270 11236/11525/17257 +f 11236/11525/17257 11246/11534/17270 11244/11530/17258 +f 11237/11526/17259 11244/11530/17258 11240/11531/17260 +f 11240/11531/17260 11247/11535/17271 11238/11527/17262 +f 11238/11527/17262 11247/11535/17271 11241/10306/17263 +f 9817/10036/17251 10598/10032/16497 11242/11532/17264 +f 11239/11528/17269 11245/11533/17268 11243/11529/17272 +f 11244/11530/17258 10603/10902/16503 11240/11531/17260 +f 11240/11531/17260 10603/10902/16503 11247/11535/17271 +f 11242/11532/17264 10598/10032/16497 10600/10899/16499 +f 11242/11532/17264 10600/10899/16499 11245/11533/17268 +f 11245/11533/17268 10602/10901/16501 11243/11529/17272 +f 11243/11529/17272 10602/10901/16501 11246/11534/17270 +f 11246/11534/17270 10603/10902/16503 11244/11530/17258 +f 10600/10899/16499 10606/10905/16508 11245/11533/17268 +f 11245/11533/17268 10606/10905/16508 10607/10906/16509 +f 11245/11533/17268 10607/10906/16509 10602/10901/16501 +f 10602/10901/16501 10601/10900/16500 11246/11534/17270 +f 11246/11534/17270 10601/10900/16500 10604/10903/16506 +f 11246/11534/17270 10604/10903/16506 10603/10902/16503 +f 11247/11535/17271 10603/10902/16503 10079/10308/16502 +f 11247/11535/17271 10079/10308/16502 11241/10306/17263 +f 11248/11536/17273 10077/10298/17274 10076/10304/17275 +f 11248/11536/17273 10076/10304/17275 10074/10302/16505 +f 11249/11537/17276 10072/10211/16491 10077/10298/17274 +f 9824/10039/17277 11250/11538/17278 9825/10040/17279 +f 9825/10040/17279 11250/11538/17278 11251/11539/17280 +f 11252/10042/16495 11253/11540/17281 10599/10898/16496 +f 11253/11540/17281 11252/10042/16495 9825/10040/17282 +f 11253/11540/17281 9825/10040/17282 11251/11539/17280 +f 11254/11541/17283 10599/10898/16496 11253/11540/17281 +f 11254/11541/17283 11253/11540/17281 11255/11542/17284 +f 11255/11542/17284 11253/11540/17281 11251/11539/17280 +f 11255/11542/17284 11251/11539/17280 11256/11543/17285 +f 11256/11543/17285 11251/11539/17280 11257/11544/17286 +f 11257/11544/17286 11251/11539/17280 11250/11538/17278 +f 11258/11545/17287 11254/11541/17283 11255/11542/17284 +f 11258/11545/17287 11255/11542/17284 11259/11546/17288 +f 11259/11546/17288 11255/11542/17284 11256/11543/17285 +f 11259/11546/17288 11256/11543/17285 11260/11547/17289 +f 11260/11547/17289 11256/11543/17285 11257/11544/17286 +f 11260/11547/17289 11257/11544/17286 10590/10889/16476 +f 10074/10302/16505 10605/10904/16507 11263/11548/17290 +f 11263/11548/17290 10605/10904/16507 11261/11549/17291 +f 11263/11548/17290 11261/11549/17291 11262/11550/17292 +f 11263/11548/17290 11262/11550/17292 11265/11551/17293 +f 11265/11551/17293 11262/11550/17292 11264/11552/17294 +f 11265/11551/17293 11264/11552/17294 11267/11553/17295 +f 11267/11553/17295 11264/11552/17294 11266/11554/17296 +f 11267/11553/17295 11266/11554/17296 11268/10895/16489 +f 11268/10895/16489 11266/11554/17296 10595/10894/16487 +f 11270/11555/17297 10597/10897/16493 10596/10896/16492 +f 11270/11555/17297 10596/10896/16492 10072/10211/16491 +f 11270/11555/17297 10072/10211/16491 11249/11537/17276 +f 11249/11537/17276 10077/10298/17274 11271/11556/17298 +f 11271/11556/17298 10077/10298/17274 11248/11536/17273 +f 11248/11536/17273 10074/10302/16505 11263/11548/17290 +f 11248/11536/17273 11263/11548/17290 11271/11556/17298 +f 11271/11556/17298 11263/11548/17290 11249/11537/17276 +f 11249/11537/17276 11263/11548/17290 11265/11551/17293 +f 11249/11537/17276 11265/11551/17293 11270/11555/17297 +f 11270/11555/17297 11265/11551/17293 11267/11553/17295 +f 11270/11555/17297 11267/11553/17295 11268/10895/16489 +f 11270/11555/17297 11268/10895/16489 10597/10897/16493 +f 10593/10892/16483 10594/10893/16485 11272/11557/17299 +f 11272/11557/17299 10594/10893/16485 10595/10894/16487 +f 11272/11557/17299 10595/10894/16487 11266/11554/17296 +f 11272/11557/17299 11266/11554/17296 11273/11558/17300 +f 11273/11558/17300 11266/11554/17296 11264/11552/17294 +f 11273/11558/17300 11264/11552/17294 11274/11559/17301 +f 11274/11559/17301 11264/11552/17294 11262/11550/17292 +f 11274/11559/17301 11262/11550/17292 11261/11549/17291 +f 10593/10892/16483 11272/11557/17299 11275/11560/17302 +f 11275/11560/17302 11272/11557/17299 11276/11561/17303 +f 11276/11561/17303 11272/11557/17299 11273/11558/17300 +f 11276/11561/17303 11273/11558/17300 11277/11562/17304 +f 11277/11562/17304 11273/11558/17300 11274/11559/17301 +f 11277/11562/17304 11274/11559/17301 11278/11563/17305 +f 11278/11563/17305 11274/11559/17301 11261/11549/17291 +f 11278/11563/17305 11261/11549/17291 10605/10904/16507 +f 10592/10891/16481 10593/10892/16483 11279/11564/17306 +f 11279/11564/17306 10593/10892/16483 11275/11560/17302 +f 11279/11564/17306 11275/11560/17302 11280/11565/17307 +f 11280/11565/17307 11275/11560/17302 11276/11561/17303 +f 11280/11565/17307 11276/11561/17303 11281/11566/17308 +f 11281/11566/17308 11276/11561/17303 11277/11562/17304 +f 11281/11566/17308 11277/11562/17304 11278/11563/17305 +f 10599/10898/16496 11278/11563/17305 10605/10904/16507 +f 11282/11567/17309 10591/10890/16479 10592/10891/16481 +f 11282/11567/17309 10592/10891/16481 11279/11564/17306 +f 11282/11567/17309 11279/11564/17306 11283/11568/17310 +f 11283/11568/17310 11279/11564/17306 11280/11565/17307 +f 11283/11568/17310 11280/11565/17307 11284/11569/17311 +f 11284/11569/17311 11280/11565/17307 11281/11566/17308 +f 11284/11569/17311 11281/11566/17308 11278/11563/17305 +f 11284/11569/17311 11278/11563/17305 10599/10898/16496 +f 11284/11569/17311 10599/10898/16496 11254/11541/17283 +f 11284/11569/17311 11254/11541/17283 11258/11545/17287 +f 11284/11569/17311 11258/11545/17287 11283/11568/17310 +f 11283/11568/17310 11258/11545/17287 11259/11546/17288 +f 11283/11568/17310 11259/11546/17288 11282/11567/17309 +f 11282/11567/17309 11259/11546/17288 11260/11547/17289 +f 11282/11567/17309 11260/11547/17289 10590/10889/16476 +f 11282/11567/17309 10590/10889/16476 10591/10890/16479 +f 11257/11544/17286 11250/11538/17278 11269/10888/16475 +f 11257/11544/17286 11269/10888/16475 10590/10889/16476 +f 9824/10039/17277 9822/10038/16471 11250/11538/17278 +f 11250/11538/17278 9822/10038/16471 10589/10887/16473 +f 11250/11538/17278 10589/10887/16473 11269/10888/16475 +s 276 +f 11286/11570/17312 9835/10052/17313 11285/10050/17314 +f 9835/10052/17313 11287/10855/16406 9836/10013/16408 +f 11289/11571/17315 10068/10284/17316 10066/10295/16386 +f 11289/11571/17315 10056/10285/17317 10068/10284/17316 +f 9835/10052/17313 11286/11570/17312 11287/10855/16406 +f 11287/10855/16406 11286/11570/17312 10558/10854/16404 +f 10556/10852/16402 11291/11572/17318 10557/10853/16403 +f 10557/10853/16403 11291/11572/17318 11292/11573/17319 +f 10557/10853/16403 11292/11573/17319 10555/10851/16400 +f 10555/10851/16400 11292/11573/17319 10553/10850/16398 +f 10553/10850/16398 11293/11574/17320 10554/10848/16395 +f 10554/10848/16395 11293/11574/17320 10552/10849/16396 +f 10552/10849/16396 11294/11575/17321 10551/10847/16393 +f 10551/10847/16393 11294/11575/17321 11290/10846/16391 +f 11290/10846/16391 11289/11571/17315 11288/10845/16388 +f 11288/10845/16388 11289/11571/17315 10066/10295/16386 +f 11286/11570/17312 11295/11576/17322 10558/10854/16404 +f 10558/10854/16404 11295/11576/17322 11296/11577/17323 +f 10558/10854/16404 11296/11577/17323 10556/10852/16402 +f 10556/10852/16402 11296/11577/17323 11291/11572/17318 +f 11292/11573/17319 11297/11578/17324 10553/10850/16398 +f 10553/10850/16398 11297/11578/17324 11293/11574/17320 +f 11293/11574/17320 11298/11579/17325 10552/10849/16396 +f 10552/10849/16396 11298/11579/17325 11294/11575/17321 +f 11294/11575/17321 11299/11580/17326 11290/10846/16391 +f 11290/10846/16391 11299/11580/17326 11289/11571/17315 +f 11286/11570/17312 11285/10050/17314 11295/11576/17322 +f 11296/11577/17327 11300/11581/17328 11291/11572/17329 +f 11291/11572/17329 11300/11581/17328 11302/11582/17330 +f 11291/11572/17329 11302/11582/17330 11292/11573/17331 +f 11292/11573/17331 11302/11582/17330 11297/11578/17332 +f 11297/11578/17324 11303/11583/17333 11293/11574/17320 +f 11293/11574/17320 11303/11583/17333 11298/11579/17325 +f 11298/11579/17325 11304/11584/17334 11294/11575/17321 +f 11294/11575/17321 11304/11584/17334 11299/11580/17335 +f 11299/11580/17335 10058/10287/17336 11289/11571/17315 +f 11289/11571/17315 10058/10287/17336 10056/10285/17317 +f 11285/10050/17314 11301/11585/17337 11295/11576/17322 +f 11295/11576/17322 11301/11585/17337 11305/11586/17338 +f 11295/11576/17322 11305/11586/17338 11296/11577/17339 +f 11296/11577/17340 11305/11586/17341 11300/11581/17342 +f 11302/11582/17330 11306/11587/17343 11297/11578/17332 +f 11297/11578/17332 11306/11587/17343 11303/11583/17344 +f 11298/11579/17325 11303/11583/17333 11304/11584/17334 +f 11299/11580/17335 11304/11584/17334 10058/10287/17336 +f 11285/10050/17314 9832/10048/17345 11301/11585/17337 +f 11300/11581/17342 11305/11586/17341 11302/11582/17346 +f 11303/11583/17344 10579/10867/16433 11304/11584/17334 +f 11304/11584/17334 10059/10288/16447 10058/10287/17336 +f 9832/10048/17345 10571/10869/16438 11301/11585/17337 +f 11301/11585/17337 10571/10869/16438 11305/11586/17341 +f 11305/11586/17341 10575/10872/16441 11302/11582/17346 +f 11302/11582/17346 10575/10872/16441 11306/11587/17343 +f 11306/11587/17343 10572/10868/16434 11303/11583/17344 +f 11303/11583/17344 10572/10868/16434 10579/10867/16433 +f 11304/11584/17334 10579/10867/16433 10059/10288/16447 +f 9832/10048/17345 9831/10047/16436 10571/10869/16438 +f 10571/10869/16438 10578/10875/16444 11305/11586/17341 +f 11305/11586/17341 10578/10875/16444 10576/10874/16443 +f 11305/11586/17341 10576/10874/16443 10575/10872/16441 +f 10575/10872/16441 10573/10871/16440 11306/11587/17343 +f 11306/11587/17343 10573/10871/16440 10572/10868/16434 +f 11307/11588/17347 10055/10278/17348 10570/10283/16435 +f 11308/11589/17349 10055/10278/17348 11307/11588/17347 +f 11309/10279/17350 10055/10278/17348 11308/11589/17349 +f 10569/10864/16427 10054/10214/16432 11310/11590/17351 +f 11310/11590/17351 10054/10214/16432 11309/10279/17350 +f 10559/10856/16412 9845/10062/17352 9843/10061/16409 +f 9845/10062/17353 11312/11591/17354 11313/10056/17355 +f 10577/10873/16442 9840/10057/16445 11313/10056/17355 +f 11311/11592/17356 11312/11591/17354 9845/10062/17353 +f 10577/10873/16442 11313/10056/17355 11312/11591/17354 +f 10577/10873/16442 11312/11591/17354 11314/11593/17357 +f 11314/11593/17357 11312/11591/17354 11311/11592/17356 +f 11314/11593/17357 11311/11592/17356 11315/11594/17358 +f 11315/11594/17358 11311/11592/17356 11327/11595/17359 +f 11316/11596/17360 10577/10873/16442 11317/11597/17361 +f 11317/11597/17361 10577/10873/16442 11314/11593/17357 +f 11317/11597/17361 11314/11593/17357 11318/11598/17362 +f 11318/11598/17362 11314/11593/17357 11315/11594/17358 +f 11318/11598/17362 11315/11594/17358 11319/11599/17363 +f 11319/11599/17363 11315/11594/17358 11327/11595/17359 +f 11319/11599/17363 11327/11595/17359 10561/10858/16416 +f 10570/10283/16435 10574/10870/16439 11320/11600/17364 +f 11322/11601/17365 11320/11600/17364 11321/11602/17366 +f 11322/11601/17365 11321/11602/17366 11324/11603/17367 +f 11324/11603/17367 11321/11602/17366 11323/11604/17368 +f 11324/11603/17367 11323/11604/17368 11326/11605/17369 +f 11326/11605/17369 11323/11604/17368 11325/11606/17370 +f 11326/11605/17369 11325/11606/17370 10568/10866/16430 +f 10567/10865/16428 10569/10864/16427 11328/11607/17371 +f 11328/11607/17371 10569/10864/16427 11310/11590/17351 +f 11328/11607/17371 11310/11590/17351 11329/11608/17372 +f 11329/11608/17372 11310/11590/17351 11309/10279/17350 +f 11329/11608/17372 11309/10279/17350 11308/11589/17349 +f 11307/11588/17347 10570/10283/16435 11320/11600/17364 +f 11307/11588/17347 11320/11600/17364 11308/11589/17349 +f 11308/11589/17349 11320/11600/17364 11322/11601/17365 +f 11308/11589/17349 11322/11601/17365 11329/11608/17372 +f 11329/11608/17372 11322/11601/17365 11324/11603/17367 +f 11329/11608/17372 11324/11603/17367 11328/11607/17371 +f 11328/11607/17371 11324/11603/17367 11326/11605/17369 +f 11328/11607/17371 11326/11605/17369 10568/10866/16430 +f 11328/11607/17371 10568/10866/16430 10567/10865/16428 +f 10566/10861/16422 10565/10863/16426 11330/11609/17373 +f 11330/11609/17373 10565/10863/16426 11325/11606/17370 +f 11330/11609/17373 11325/11606/17370 11331/11610/17374 +f 11331/11610/17374 11325/11606/17370 11323/11604/17368 +f 11331/11610/17374 11323/11604/17368 11332/11611/17375 +f 11332/11611/17375 11323/11604/17368 11321/11602/17366 +f 11332/11611/17375 11321/11602/17366 11320/11600/17364 +f 11332/11611/17375 11320/11600/17364 10574/10870/16439 +f 10565/10863/16426 10564/10862/16424 11325/11606/17370 +f 11325/11606/17370 10564/10862/16424 10568/10866/16430 +f 10566/10861/16422 11330/11609/17373 11333/11612/17376 +f 11333/11612/17376 11330/11609/17373 11331/11610/17374 +f 11333/11612/17376 11331/11610/17374 11334/11613/17377 +f 11334/11613/17377 11331/11610/17374 11332/11611/17375 +f 11334/11613/17377 11332/11611/17375 11335/11614/17378 +f 11335/11614/17378 11332/11611/17375 10574/10870/16439 +f 10563/10860/16420 10566/10861/16422 11336/11615/17379 +f 11336/11615/17379 10566/10861/16422 11333/11612/17376 +f 11336/11615/17379 11333/11612/17376 11337/11616/17380 +f 11337/11616/17380 11333/11612/17376 11334/11613/17377 +f 11337/11616/17380 11334/11613/17377 11338/11617/17381 +f 11338/11617/17381 11334/11613/17377 11335/11614/17378 +f 11339/11618/17382 10562/10859/16418 10563/10860/16420 +f 11339/11618/17382 10563/10860/16420 11336/11615/17379 +f 11339/11618/17382 11336/11615/17379 11340/11619/17383 +f 11340/11619/17383 11336/11615/17379 11337/11616/17380 +f 11340/11619/17383 11337/11616/17380 11341/11620/17384 +f 11341/11620/17384 11337/11616/17380 11338/11617/17381 +f 11341/11620/17384 11338/11617/17381 11316/11596/17360 +f 11316/11596/17360 11338/11617/17381 11335/11614/17378 +f 11316/11596/17360 11335/11614/17378 10574/10870/16439 +f 10574/10870/16439 10577/10873/16442 11316/11596/17360 +f 11341/11620/17384 11316/11596/17360 11317/11597/17361 +f 11341/11620/17384 11317/11597/17361 11340/11619/17383 +f 11340/11619/17383 11317/11597/17361 11318/11598/17362 +f 11340/11619/17383 11318/11598/17362 11339/11618/17382 +f 11339/11618/17382 11318/11598/17362 11319/11599/17363 +f 11339/11618/17382 11319/11599/17363 10561/10858/16416 +f 11339/11618/17382 10561/10858/16416 10562/10859/16418 +f 11311/11592/17356 9845/10062/17352 10559/10856/16412 +f 11311/11592/17356 10559/10856/16412 11327/11595/17359 +f 10561/10858/16416 11327/11595/17359 10560/10857/16413 +f 11327/11595/17359 10559/10856/16412 10560/10857/16413 +s 39 +f 10740/11044/16677 10742/11046/16679 11502/11621/17385 +f 10745/11049/16682 10747/11052/16685 11494/11622/17386 +f 10754/11058/16691 10755/11060/16693 11486/11623/17387 +f 10757/11062/16695 10758/11063/16696 11485/11624/17388 +f 10787/11092/16725 10789/11094/16727 11373/11625/17389 +f 10815/11120/16753 10816/11122/16755 11458/11626/17390 +f 10818/11124/16757 10790/11095/16728 11455/11627/17391 +f 10821/11126/16759 10823/11129/16762 11449/11628/17392 +f 10825/11131/16764 10826/11132/16765 11447/11629/17393 +f 10669/10972/16605 10671/10974/16607 11360/11630/17394 +f 10708/11013/16646 10710/11015/16648 11345/11631/17395 +f 11343/11632/17396 10155/10389/15728 11342/11633/17397 +f 11343/11632/17396 11342/11633/17397 11344/11634/17398 +f 11344/11634/17398 11342/11633/17397 11345/11631/17395 +f 11344/11634/17398 11345/11631/17395 10716/11021/16654 +f 10240/10479/15818 10237/10476/15815 11346/11635/17399 +f 11346/11635/17399 10237/10476/15815 11347/11636/17400 +f 11346/11635/17399 11347/11636/17400 11348/11637/17401 +f 11348/11637/17401 11347/11636/17400 11349/11638/17402 +f 11348/11637/17401 11349/11638/17402 10702/11007/16640 +f 11351/11639/17403 10233/10472/15811 11350/11640/17404 +f 11351/11639/17403 11350/11640/17404 11352/11641/17405 +f 11351/11639/17403 11352/11641/17405 10694/10997/16630 +f 10230/10469/15808 10228/10466/15805 11354/11642/17406 +f 11354/11642/17406 10228/10466/15805 11353/11643/17407 +f 11354/11642/17406 11353/11643/17407 11355/11644/17408 +f 11355/11644/17408 11353/11643/17407 11356/11645/17409 +f 11355/11644/17408 11356/11645/17409 10685/10987/16620 +f 11358/11646/17410 10224/10462/15801 11357/11647/17411 +f 11358/11646/17410 11357/11647/17411 11359/11648/17412 +f 11359/11648/17412 11357/11647/17411 11360/11630/17394 +f 11359/11648/17412 11360/11630/17394 10675/10977/16610 +f 11362/11649/17413 10176/10412/15751 11361/11650/17414 +f 11362/11649/17413 11361/11650/17414 11363/11651/17415 +f 11362/11649/17413 11363/11651/17415 11364/11652/17416 +f 11364/11652/17416 11363/11651/17415 11365/11653/17417 +f 11364/11652/17416 11365/11653/17417 10813/11118/16751 +f 11367/11654/17418 10214/10452/15791 11366/11655/17419 +f 11367/11654/17418 11366/11655/17419 11368/11656/17420 +f 11368/11656/17420 11366/11655/17419 11369/11657/17421 +f 11368/11656/17420 11369/11657/17421 10805/11109/16742 +f 10211/10450/15789 10210/10448/15787 11370/11658/17422 +f 11370/11658/17422 10210/10448/15787 11371/11659/17423 +f 11370/11658/17422 11371/11659/17423 11372/11660/17424 +f 11372/11660/17424 11371/11659/17423 11373/11625/17389 +f 11372/11660/17424 11373/11625/17389 10795/11099/16732 +f 11374/10446/15785 10205/10442/15781 11375/11661/17425 +f 11374/10446/15785 11375/11661/17425 11376/11662/17426 +f 11376/11662/17426 11375/11661/17425 11377/11663/17427 +f 11376/11662/17426 11377/11663/17427 10781/11086/16719 +f 11379/11664/17428 10202/10439/15778 11378/11665/17429 +f 11379/11664/17428 11378/11665/17429 11380/11666/17430 +f 11380/11666/17430 11378/11665/17429 11381/11667/17431 +f 11380/11666/17430 11381/11667/17431 10772/11076/16709 +f 10164/10398/15737 11382/11668/17432 11383/11669/17433 +f 11383/11669/17433 11382/11668/17432 11384/11670/17434 +f 11383/11669/17433 11384/11670/17434 11385/11671/17435 +f 11385/11671/17435 11384/11670/17434 10735/11040/16673 +f 11385/11671/17435 10735/11040/16673 10737/11042/16675 +f 11382/11668/17432 10164/10398/15737 11386/11672/17436 +f 11382/11668/17432 11386/11672/17436 11384/11670/17434 +f 11384/11670/17434 11386/11672/17436 11387/11673/17437 +f 11384/11670/17434 11387/11673/17437 10735/11040/16673 +f 10735/11040/16673 11387/11673/17437 10731/11036/16669 +f 10735/11040/16673 10731/11036/16669 10733/11038/16671 +f 11388/11674/17438 10730/11034/16667 10731/11036/16669 +f 11388/11674/17438 10731/11036/16669 11387/11673/17437 +f 11388/11674/17438 11387/11673/17437 11389/11675/17439 +f 11389/11675/17439 11387/11673/17437 11386/11672/17436 +f 11389/11675/17439 11386/11672/17436 10162/10396/15735 +f 10162/10396/15735 11386/11672/17436 10164/10398/15737 +f 11389/11675/17439 10162/10396/15735 11390/11676/17440 +f 11389/11675/17439 11390/11676/17440 11391/11677/17441 +f 11389/11675/17439 11391/11677/17441 11388/11674/17438 +f 11388/11674/17438 11391/11677/17441 10727/11031/16664 +f 11388/11674/17438 10727/11031/16664 10730/11034/16667 +f 10724/11029/16662 10727/11031/16664 11392/11678/17442 +f 11392/11678/17442 10727/11031/16664 11391/11677/17441 +f 11392/11678/17442 11391/11677/17441 11393/11679/17443 +f 11393/11679/17443 11391/11677/17441 11390/11676/17440 +f 11393/11679/17443 11390/11676/17440 10159/10393/15732 +f 10159/10393/15732 11390/11676/17440 10162/10396/15735 +f 11393/11679/17443 10159/10393/15732 11394/11680/17444 +f 11393/11679/17443 11394/11680/17444 11392/11678/17442 +f 11392/11678/17442 11394/11680/17444 11395/11681/17445 +f 11392/11678/17442 11395/11681/17445 10724/11029/16662 +f 10724/11029/16662 11395/11681/17445 10720/11025/16658 +f 10724/11029/16662 10720/11025/16658 10722/11027/16660 +f 11396/11682/17446 10719/11023/16656 10720/11025/16658 +f 11396/11682/17446 10720/11025/16658 11395/11681/17445 +f 11396/11682/17446 11395/11681/17445 11397/11683/17447 +f 11397/11683/17447 11395/11681/17445 11394/11680/17444 +f 11397/11683/17447 11394/11680/17444 10155/10389/15728 +f 10155/10389/15728 11394/11680/17444 10159/10393/15732 +f 11397/11683/17447 10155/10389/15728 11343/11632/17396 +f 11397/11683/17447 11343/11632/17396 11344/11634/17398 +f 11397/11683/17447 11344/11634/17398 11396/11682/17446 +f 11396/11682/17446 11344/11634/17398 10716/11021/16654 +f 11396/11682/17446 10716/11021/16654 10719/11023/16656 +f 11345/11631/17395 10710/11015/16648 10716/11021/16654 +f 10155/10389/15728 10240/10479/15818 11342/11633/17397 +f 11342/11633/17397 10240/10479/15818 11398/11684/17448 +f 11342/11633/17397 11398/11684/17448 11399/11685/17449 +f 11342/11633/17397 11399/11685/17449 11345/11631/17395 +f 11345/11631/17395 11399/11685/17449 10706/11011/16644 +f 11345/11631/17395 10706/11011/16644 10708/11013/16646 +f 11400/11686/17450 10705/11009/16642 10706/11011/16644 +f 11400/11686/17450 10706/11011/16644 11399/11685/17449 +f 11400/11686/17450 11399/11685/17449 11401/11687/17451 +f 11401/11687/17451 11399/11685/17449 11398/11684/17448 +f 11401/11687/17451 11398/11684/17448 10240/10479/15818 +f 11401/11687/17451 10240/10479/15818 11346/11635/17399 +f 11401/11687/17451 11346/11635/17399 11348/11637/17401 +f 11401/11687/17451 11348/11637/17401 11400/11686/17450 +f 11400/11686/17450 11348/11637/17401 10702/11007/16640 +f 11400/11686/17450 10702/11007/16640 10705/11009/16642 +f 11349/11638/17402 10699/11003/16636 10702/11007/16640 +f 10237/10476/15815 11402/10474/15813 11347/11636/17400 +f 11347/11636/17400 11402/10474/15813 11403/11688/17452 +f 11347/11636/17400 11403/11688/17452 11349/11638/17402 +f 11349/11638/17402 11403/11688/17452 11404/11689/17453 +f 11349/11638/17402 11404/11689/17453 10696/11001/16634 +f 11349/11638/17402 10696/11001/16634 10699/11003/16636 +f 11405/11690/17454 10695/10999/16632 10696/11001/16634 +f 11405/11690/17454 10696/11001/16634 11404/11689/17453 +f 11405/11690/17454 11404/11689/17453 11406/11691/17455 +f 11406/11691/17455 11404/11689/17453 11403/11688/17452 +f 11406/11691/17455 11403/11688/17452 11402/10474/15813 +f 11402/10474/15813 10233/10472/15811 11406/11691/17455 +f 11406/11691/17455 10233/10472/15811 11351/11639/17403 +f 11406/11691/17455 11351/11639/17403 11405/11690/17454 +f 11405/11690/17454 11351/11639/17403 10694/10997/16630 +f 11405/11690/17454 10694/10997/16630 10695/10999/16632 +f 11352/11641/17405 10692/10994/16627 10694/10997/16630 +f 10233/10472/15811 10230/10469/15808 11407/11692/17456 +f 10233/10472/15811 11407/11692/17456 11350/11640/17404 +f 11350/11640/17404 11407/11692/17456 11408/11693/17457 +f 11350/11640/17404 11408/11693/17457 11352/11641/17405 +f 11352/11641/17405 11408/11693/17457 10689/10992/16625 +f 11352/11641/17405 10689/10992/16625 10692/10994/16627 +f 11409/11694/17458 10688/10990/16623 10689/10992/16625 +f 11409/11694/17458 10689/10992/16625 11408/11693/17457 +f 11409/11694/17458 11408/11693/17457 11410/11695/17459 +f 11410/11695/17459 11408/11693/17457 11407/11692/17456 +f 11410/11695/17459 11407/11692/17456 10230/10469/15808 +f 11410/11695/17459 10230/10469/15808 11354/11642/17406 +f 11410/11695/17459 11354/11642/17406 11355/11644/17408 +f 11410/11695/17459 11355/11644/17408 11409/11694/17458 +f 11409/11694/17458 11355/11644/17408 10685/10987/16620 +f 11409/11694/17458 10685/10987/16620 10688/10990/16623 +f 11356/11645/17409 10682/10985/16618 10685/10987/16620 +f 10680/10983/16616 10682/10985/16618 11356/11645/17409 +f 10680/10983/16616 11356/11645/17409 11411/11696/17460 +f 11411/11696/17460 11356/11645/17409 11412/11697/17461 +f 11412/11697/17461 11356/11645/17409 11353/11643/17407 +f 11412/11697/17461 11353/11643/17407 10228/10466/15805 +f 11413/11698/17462 10678/10980/16613 10680/10983/16616 +f 11413/11698/17462 10680/10983/16616 11411/11696/17460 +f 11413/11698/17462 11411/11696/17460 11414/11699/17463 +f 11414/11699/17463 11411/11696/17460 11412/11697/17461 +f 11414/11699/17463 11412/11697/17461 10224/10462/15801 +f 10224/10462/15801 11412/11697/17461 10228/10466/15805 +f 11414/11699/17463 10224/10462/15801 11358/11646/17410 +f 11414/11699/17463 11358/11646/17410 11359/11648/17412 +f 11414/11699/17463 11359/11648/17412 11413/11698/17462 +f 11413/11698/17462 11359/11648/17412 10675/10977/16610 +f 11413/11698/17462 10675/10977/16610 10678/10980/16613 +f 11360/11630/17394 10671/10974/16607 10675/10977/16610 +f 10667/10970/16603 10669/10972/16605 11360/11630/17394 +f 10667/10970/16603 11360/11630/17394 11415/11700/17464 +f 11415/11700/17464 11360/11630/17394 11357/11647/17411 +f 11415/11700/17464 11357/11647/17411 11416/10459/15798 +f 11416/10459/15798 11357/11647/17411 10224/10462/15801 +f 11417/11701/17465 10639/10940/16573 10667/10970/16603 +f 11417/11701/17465 10667/10970/16603 11415/11700/17464 +f 11417/11701/17465 11415/11700/17464 11418/11702/17466 +f 11418/11702/17466 11415/11700/17464 11416/10459/15798 +f 11418/11702/17466 11416/10459/15798 11419/11703/17467 +f 11416/10459/15798 10219/10457/15796 11419/11703/17467 +f 11419/11703/17467 10219/10457/15796 11420/11704/17468 +f 11419/11703/17467 11420/11704/17468 11418/11702/17466 +f 11418/11702/17466 11420/11704/17468 11421/11705/17469 +f 11418/11702/17466 11421/11705/17469 11417/11701/17465 +f 11417/11701/17465 11421/11705/17469 10636/10938/16571 +f 11417/11701/17465 10636/10938/16571 10639/10940/16573 +f 11420/11704/17468 10219/10457/15796 11422/11706/17470 +f 11420/11704/17468 11422/11706/17470 11421/11705/17469 +f 11421/11705/17469 11422/11706/17470 11423/11707/17471 +f 11421/11705/17469 11423/11707/17471 10636/10938/16571 +f 10636/10938/16571 11423/11707/17471 10665/10966/16599 +f 10661/10964/16597 10665/10966/16599 11423/11707/17471 +f 10661/10964/16597 11423/11707/17471 11424/11708/17472 +f 11424/11708/17472 11423/11707/17471 11422/11706/17470 +f 11424/11708/17472 11422/11706/17470 11425/11709/17473 +f 11425/11709/17473 11422/11706/17470 10219/10457/15796 +f 11425/11709/17473 10219/10457/15796 10195/10432/15771 +f 11426/11710/17474 10660/10962/16595 10661/10964/16597 +f 11426/11710/17474 10661/10964/16597 11424/11708/17472 +f 11426/11710/17474 11424/11708/17472 11427/11711/17475 +f 11427/11711/17475 11424/11708/17472 11425/11709/17473 +f 11427/11711/17475 11425/11709/17473 10195/10432/15771 +f 11427/11711/17475 10195/10432/15771 11428/11712/17476 +f 11427/11711/17475 11428/11712/17476 11426/11710/17474 +f 11426/11710/17474 11428/11712/17476 11429/11713/17477 +f 11426/11710/17474 11429/11713/17477 10660/10962/16595 +f 10660/10962/16595 11429/11713/17477 10657/10959/16592 +f 10195/10432/15771 11430/10428/15767 11428/11712/17476 +f 11428/11712/17476 11430/10428/15767 11431/11714/17478 +f 11428/11712/17476 11431/11714/17478 11429/11713/17477 +f 11429/11713/17477 11431/11714/17478 11432/11715/17479 +f 11429/11713/17477 11432/11715/17479 10657/10959/16592 +f 10657/10959/16592 11432/11715/17479 10654/10957/16590 +f 10652/10955/16588 10654/10957/16590 11432/11715/17479 +f 10652/10955/16588 11432/11715/17479 11433/11716/17480 +f 11433/11716/17480 11432/11715/17479 11431/11714/17478 +f 11433/11716/17480 11431/11714/17478 11434/11717/17481 +f 11434/11717/17481 11431/11714/17478 11430/10428/15767 +f 11435/11718/17482 10650/10952/16585 10652/10955/16588 +f 11435/11718/17482 10652/10955/16588 11433/11716/17480 +f 11435/11718/17482 11433/11716/17480 11436/11719/17483 +f 11436/11719/17483 11433/11716/17480 11434/11717/17481 +f 11436/11719/17483 11434/11717/17481 11430/10428/15767 +f 11430/10428/15767 10190/10426/15765 11436/11719/17483 +f 11436/11719/17483 10190/10426/15765 11437/11720/17484 +f 11436/11719/17483 11437/11720/17484 11438/11721/17485 +f 11436/11719/17483 11438/11721/17485 11435/11718/17482 +f 11435/11718/17482 11438/11721/17485 10647/10950/16583 +f 11435/11718/17482 10647/10950/16583 10650/10952/16585 +f 11437/11720/17484 10190/10426/15765 11439/11722/17486 +f 11437/11720/17484 11439/11722/17486 11438/11721/17485 +f 11438/11721/17485 11439/11722/17486 11440/11723/17487 +f 11438/11721/17485 11440/11723/17487 10647/10950/16583 +f 10647/10950/16583 11440/11723/17487 10643/10946/16579 +f 10647/10950/16583 10643/10946/16579 10645/10948/16581 +f 11441/11724/17488 10642/10944/16577 10643/10946/16579 +f 11441/11724/17488 10643/10946/16579 11440/11723/17487 +f 11441/11724/17488 11440/11723/17487 11442/11725/17489 +f 11442/11725/17489 11440/11723/17487 11439/11722/17486 +f 11442/11725/17489 11439/11722/17486 10188/10424/15763 +f 10188/10424/15763 11439/11722/17486 10190/10426/15765 +f 11442/11725/17489 10188/10424/15763 11443/11726/17490 +f 11442/11725/17489 11443/11726/17490 11444/11727/17491 +f 11442/11725/17489 11444/11727/17491 11441/11724/17488 +f 11441/11724/17488 11444/11727/17491 11445/10942/16575 +f 11441/11724/17488 11445/10942/16575 10642/10944/16577 +f 10188/10424/15763 10185/10421/15760 11443/11726/17490 +f 11443/11726/17490 10185/10421/15760 11446/11728/17492 +f 11443/11726/17490 11446/11728/17492 11444/11727/17491 +f 11444/11727/17491 11446/11728/17492 11447/11629/17393 +f 11444/11727/17491 11447/11629/17393 11445/10942/16575 +f 11445/10942/16575 11447/11629/17393 10826/11132/16765 +f 10185/10421/15760 11448/11729/17493 11446/11728/17492 +f 11446/11728/17492 11448/11729/17493 11449/11628/17392 +f 11446/11728/17492 11449/11628/17392 11447/11629/17393 +f 11447/11629/17393 11449/11628/17392 10825/11131/16764 +f 10825/11131/16764 11449/11628/17392 10823/11129/16762 +f 11450/11730/17494 10821/11126/16759 11449/11628/17392 +f 11450/11730/17494 11449/11628/17392 11451/11731/17495 +f 11451/11731/17495 11449/11628/17392 11452/11732/17496 +f 11452/11732/17496 11449/11628/17392 11448/11729/17493 +f 11452/11732/17496 11448/11729/17493 10181/10418/15757 +f 10181/10418/15757 11448/11729/17493 10185/10421/15760 +f 11452/11732/17496 10181/10418/15757 11453/11733/17497 +f 11452/11732/17496 11453/11733/17497 11451/11731/17495 +f 11451/11731/17495 11453/11733/17497 11454/11734/17498 +f 11451/11731/17495 11454/11734/17498 11450/11730/17494 +f 11450/11730/17494 11454/11734/17498 10792/11097/16730 +f 11450/11730/17494 10792/11097/16730 10821/11126/16759 +f 10790/11095/16728 10792/11097/16730 11455/11627/17391 +f 11455/11627/17391 10792/11097/16730 11454/11734/17498 +f 11455/11627/17391 11454/11734/17498 11456/11735/17499 +f 11456/11735/17499 11454/11734/17498 11453/11733/17497 +f 11456/11735/17499 11453/11733/17497 10181/10418/15757 +f 10181/10418/15757 10179/10415/15754 11456/11735/17499 +f 11456/11735/17499 10179/10415/15754 11457/11736/17500 +f 11456/11735/17499 11457/11736/17500 11455/11627/17391 +f 11455/11627/17391 11457/11736/17500 11458/11626/17390 +f 11455/11627/17391 11458/11626/17390 10818/11124/16757 +f 10818/11124/16757 11458/11626/17390 10816/11122/16755 +f 11459/11737/17501 10815/11120/16753 11458/11626/17390 +f 11459/11737/17501 11458/11626/17390 11460/11738/17502 +f 11460/11738/17502 11458/11626/17390 11457/11736/17500 +f 11460/11738/17502 11457/11736/17500 10179/10415/15754 +f 10179/10415/15754 10176/10412/15751 11460/11738/17502 +f 11460/11738/17502 10176/10412/15751 11362/11649/17413 +f 11460/11738/17502 11362/11649/17413 11364/11652/17416 +f 11460/11738/17502 11364/11652/17416 11459/11737/17501 +f 11459/11737/17501 11364/11652/17416 10813/11118/16751 +f 11459/11737/17501 10813/11118/16751 10815/11120/16753 +f 11365/11653/17417 10811/11115/16748 10813/11118/16751 +f 10176/10412/15751 10218/10456/15795 11361/11650/17414 +f 11361/11650/17414 10218/10456/15795 11461/11739/17503 +f 11361/11650/17414 11461/11739/17503 11363/11651/17415 +f 11363/11651/17415 11461/11739/17503 11462/11740/17504 +f 11363/11651/17415 11462/11740/17504 11365/11653/17417 +f 11365/11653/17417 11462/11740/17504 10808/11113/16746 +f 11365/11653/17417 10808/11113/16746 10811/11115/16748 +f 11463/11741/17505 10807/11111/16744 10808/11113/16746 +f 11463/11741/17505 10808/11113/16746 11462/11740/17504 +f 11463/11741/17505 11462/11740/17504 11464/11742/17506 +f 11464/11742/17506 11462/11740/17504 11461/11739/17503 +f 11464/11742/17506 11461/11739/17503 11465/11743/17507 +f 11465/11743/17507 11461/11739/17503 10218/10456/15795 +f 10218/10456/15795 10214/10452/15791 11465/11743/17507 +f 11465/11743/17507 10214/10452/15791 11367/11654/17418 +f 11465/11743/17507 11367/11654/17418 11464/11742/17506 +f 11464/11742/17506 11367/11654/17418 11368/11656/17420 +f 11464/11742/17506 11368/11656/17420 11463/11741/17505 +f 11463/11741/17505 11368/11656/17420 10805/11109/16742 +f 11463/11741/17505 10805/11109/16742 10807/11111/16744 +f 11369/11657/17421 10802/11107/16740 10805/11109/16742 +f 11366/11655/17419 10214/10452/15791 11466/11744/17508 +f 11366/11655/17419 11466/11744/17508 11467/11745/17509 +f 11366/11655/17419 11467/11745/17509 11369/11657/17421 +f 11369/11657/17421 11467/11745/17509 10800/11105/16738 +f 11369/11657/17421 10800/11105/16738 10802/11107/16740 +f 11468/11746/17510 10798/11102/16735 10800/11105/16738 +f 11468/11746/17510 10800/11105/16738 11467/11745/17509 +f 11468/11746/17510 11467/11745/17509 11469/11747/17511 +f 11469/11747/17511 11467/11745/17509 11466/11744/17508 +f 11469/11747/17511 11466/11744/17508 10211/10450/15789 +f 10211/10450/15789 11466/11744/17508 10214/10452/15791 +f 11469/11747/17511 10211/10450/15789 11370/11658/17422 +f 11469/11747/17511 11370/11658/17422 11372/11660/17424 +f 11469/11747/17511 11372/11660/17424 11468/11746/17510 +f 11468/11746/17510 11372/11660/17424 10795/11099/16732 +f 11468/11746/17510 10795/11099/16732 10798/11102/16735 +f 11373/11625/17389 10789/11094/16727 10795/11099/16732 +f 10210/10448/15787 11470/11748/17512 11371/11659/17423 +f 11371/11659/17423 11470/11748/17512 11471/11749/17513 +f 11371/11659/17423 11471/11749/17513 11373/11625/17389 +f 11373/11625/17389 11471/11749/17513 10785/11090/16723 +f 11373/11625/17389 10785/11090/16723 10787/11092/16725 +f 11472/11750/17514 10784/11088/16721 10785/11090/16723 +f 11472/11750/17514 10785/11090/16723 11471/11749/17513 +f 11472/11750/17514 11471/11749/17513 11473/11751/17515 +f 11473/11751/17515 11471/11749/17513 11470/11748/17512 +f 11473/11751/17515 11470/11748/17512 11374/10446/15785 +f 11374/10446/15785 11470/11748/17512 10210/10448/15787 +f 11473/11751/17515 11374/10446/15785 11376/11662/17426 +f 11473/11751/17515 11376/11662/17426 11472/11750/17514 +f 11472/11750/17514 11376/11662/17426 10781/11086/16719 +f 11472/11750/17514 10781/11086/16719 10784/11088/16721 +f 11377/11663/17427 10779/11083/16716 10781/11086/16719 +f 10776/11081/16714 10779/11083/16716 11377/11663/17427 +f 10776/11081/16714 11377/11663/17427 11474/11752/17516 +f 11474/11752/17516 11377/11663/17427 11375/11661/17425 +f 11474/11752/17516 11375/11661/17425 11475/11753/17517 +f 11475/11753/17517 11375/11661/17425 10205/10442/15781 +f 11476/11754/17518 10775/11079/16712 10776/11081/16714 +f 11476/11754/17518 10776/11081/16714 11474/11752/17516 +f 11476/11754/17518 11474/11752/17516 11477/11755/17519 +f 11477/11755/17519 11474/11752/17516 11475/11753/17517 +f 11477/11755/17519 11475/11753/17517 10205/10442/15781 +f 10205/10442/15781 10202/10439/15778 11477/11755/17519 +f 11477/11755/17519 10202/10439/15778 11379/11664/17428 +f 11477/11755/17519 11379/11664/17428 11380/11666/17430 +f 11477/11755/17519 11380/11666/17430 11476/11754/17518 +f 11476/11754/17518 11380/11666/17430 10772/11076/16709 +f 11476/11754/17518 10772/11076/16709 10775/11079/16712 +f 11381/11667/17431 10769/11073/16706 10772/11076/16709 +f 10766/11071/16704 10769/11073/16706 11381/11667/17431 +f 10766/11071/16704 11381/11667/17431 11478/11756/17520 +f 11478/11756/17520 11381/11667/17431 11378/11665/17429 +f 11478/11756/17520 11378/11665/17429 11479/11757/17521 +f 11479/11757/17521 11378/11665/17429 10199/10437/15776 +f 10199/10437/15776 11378/11665/17429 10202/10439/15778 +f 11480/11758/17522 10765/11069/16702 10766/11071/16704 +f 11480/11758/17522 10766/11071/16704 11478/11756/17520 +f 11480/11758/17522 11478/11756/17520 11481/11759/17523 +f 11481/11759/17523 11478/11756/17520 11479/11757/17521 +f 11481/11759/17523 11479/11757/17521 10199/10437/15776 +f 10199/10437/15776 10197/10435/15774 11481/11759/17523 +f 11481/11759/17523 10197/10435/15774 11482/11760/17524 +f 11481/11759/17523 11482/11760/17524 11483/11761/17525 +f 11481/11759/17523 11483/11761/17525 11480/11758/17522 +f 11480/11758/17522 11483/11761/17525 10762/11067/16700 +f 11480/11758/17522 10762/11067/16700 10765/11069/16702 +f 11482/11760/17524 10197/10435/15774 11484/11762/17526 +f 11482/11760/17524 11484/11762/17526 11483/11761/17525 +f 11483/11761/17525 11484/11762/17526 11485/11624/17388 +f 11483/11761/17525 11485/11624/17388 10762/11067/16700 +f 10762/11067/16700 11485/11624/17388 10760/11065/16698 +f 10760/11065/16698 11485/11624/17388 10758/11063/16696 +f 10755/11060/16693 10757/11062/16695 11486/11623/17387 +f 11486/11623/17387 10757/11062/16695 11485/11624/17388 +f 11486/11623/17387 11485/11624/17388 11484/11762/17526 +f 11486/11623/17387 11484/11762/17526 11487/10409/15748 +f 11487/10409/15748 11484/11762/17526 10197/10435/15774 +f 11488/11763/17527 10754/11058/16691 11486/11623/17387 +f 11488/11763/17527 11486/11623/17387 11489/11764/17528 +f 11489/11764/17528 11486/11623/17387 11490/11765/17529 +f 11490/11765/17529 11486/11623/17387 11487/10409/15748 +f 11487/10409/15748 10173/10407/15746 11490/11765/17529 +f 11490/11765/17529 10173/10407/15746 11491/11766/17530 +f 11490/11765/17529 11491/11766/17530 11489/11764/17528 +f 11489/11764/17528 11491/11766/17530 11492/11767/17531 +f 11489/11764/17528 11492/11767/17531 11488/11763/17527 +f 11488/11763/17527 11492/11767/17531 10751/11056/16689 +f 11488/11763/17527 10751/11056/16689 10754/11058/16691 +f 11491/11766/17530 10173/10407/15746 11493/11768/17532 +f 11491/11766/17530 11493/11768/17532 11492/11767/17531 +f 11492/11767/17531 11493/11768/17532 11494/11622/17386 +f 11492/11767/17531 11494/11622/17386 10751/11056/16689 +f 10751/11056/16689 11494/11622/17386 10750/11055/16688 +f 10750/11055/16688 11494/11622/17386 10747/11052/16685 +f 10745/11049/16682 11494/11622/17386 11495/11769/17533 +f 11495/11769/17533 11494/11622/17386 11493/11768/17532 +f 11495/11769/17533 11493/11768/17532 11496/11770/17534 +f 11496/11770/17534 11493/11768/17532 10171/10405/15744 +f 10171/10405/15744 11493/11768/17532 10173/10407/15746 +f 11497/11771/17535 10714/11018/16651 10745/11049/16682 +f 11497/11771/17535 10745/11049/16682 11495/11769/17533 +f 11497/11771/17535 11495/11769/17533 11498/11772/17536 +f 11498/11772/17536 11495/11769/17533 11496/11770/17534 +f 11498/11772/17536 11496/11770/17534 10171/10405/15744 +f 10171/10405/15744 10168/10402/15741 11498/11772/17536 +f 11498/11772/17536 10168/10402/15741 11499/11773/17537 +f 11498/11772/17536 11499/11773/17537 11500/11774/17538 +f 11498/11772/17536 11500/11774/17538 11497/11771/17535 +f 11497/11771/17535 11500/11774/17538 10711/11016/16649 +f 11497/11771/17535 10711/11016/16649 10714/11018/16651 +f 11499/11773/17537 10168/10402/15741 11501/11775/17539 +f 11499/11773/17537 11501/11775/17539 11500/11774/17538 +f 11500/11774/17538 11501/11775/17539 11502/11621/17385 +f 11500/11774/17538 11502/11621/17385 10711/11016/16649 +f 10711/11016/16649 11502/11621/17385 10742/11046/16679 +f 11503/11776/17540 10740/11044/16677 11502/11621/17385 +f 11503/11776/17540 11502/11621/17385 11504/11777/17541 +f 11504/11777/17541 11502/11621/17385 11501/11775/17539 +f 11501/11775/17539 10168/10402/15741 10164/10398/15737 +f 11501/11775/17539 10164/10398/15737 11504/11777/17541 +f 11504/11777/17541 10164/10398/15737 11383/11669/17433 +f 11504/11777/17541 11383/11669/17433 11503/11776/17540 +f 11503/11776/17540 11383/11669/17433 11385/11671/17435 +f 11503/11776/17540 11385/11671/17435 10740/11044/16677 +f 10740/11044/16677 11385/11671/17435 10737/11042/16675 +f 9953/10175/15514 9952/10174/15513 9955/10176/15515 +f 9950/10170/15509 9956/10172/15511 11574/11778/17542 +f 11574/11778/17542 9956/10172/15511 9955/10176/15515 +f 9952/10174/15513 9859/10078/15417 11531/11779/17543 +f 11531/11779/17543 9859/10078/15417 9863/10082/15421 +f 9851/10071/15410 9853/10070/15409 11530/11780/17544 +f 11530/11780/17544 9853/10070/15409 11529/11781/17545 +f 11529/11781/17545 9853/10070/15409 9847/10066/15405 +f 11529/11781/17545 9847/10066/15405 9957/10065/15404 +f 9957/10065/15404 9965/10178/15517 11528/11782/17546 +f 11528/11782/17546 9965/10178/15517 11527/11783/17547 +f 11527/11783/17547 9965/10178/15517 9964/10184/15523 +f 11527/11783/17547 9964/10184/15523 9961/10181/15520 +f 9844/10060/15399 9846/10063/15402 9966/10185/15524 +f 9961/10181/15520 9959/10180/15519 11526/11784/17548 +f 11526/11784/17548 9959/10180/15519 9966/10185/15524 +f 9842/10059/15398 9837/10053/15392 9841/10058/15397 +f 9833/10049/15388 9834/10051/15390 11559/11785/17549 +f 11559/11785/17549 9834/10051/15390 9969/10189/15528 +f 11559/11785/17549 9969/10189/15528 9972/10191/15530 +f 9823/10037/15376 11552/11786/17550 9982/10202/15541 +f 9978/10198/15537 9985/10205/15544 11554/11787/17551 +f 11554/11787/17551 9985/10205/15544 9984/10204/15543 +f 11554/11787/17551 9984/10204/15543 9982/10202/15541 +f 9823/10037/15376 9826/10041/15380 11552/11786/17550 +f 11552/11786/17550 9826/10041/15380 9829/10043/15382 +f 11552/11786/17550 9829/10043/15382 11523/11788/17552 +f 11523/11788/17552 9829/10043/15382 9827/10044/15383 +f 9812/10027/15366 11505/11789/17553 9813/10028/15367 +f 9819/10034/15373 9818/10033/15372 11522/11790/17554 +f 11522/11790/17554 9818/10033/15372 9813/10028/15367 +f 9812/10027/15366 9986/10206/15545 11505/11789/17553 +f 11505/11789/17553 9986/10206/15545 9987/10207/15546 +f 11505/11789/17553 9987/10207/15546 11551/11791/17555 +f 11551/11791/17555 9987/10207/15546 9914/10135/15474 +f 11551/11791/17555 9914/10135/15474 11550/11792/17556 +f 11550/11792/17556 9914/10135/15474 9921/10137/15476 +f 11550/11792/17556 9921/10137/15476 11521/11793/17557 +f 11521/11793/17557 9921/10137/15476 9920/10142/15481 +f 9920/10142/15481 9919/10141/15480 11520/11794/17558 +f 11520/11794/17558 9919/10141/15480 9808/10021/15360 +f 11520/11794/17558 9808/10021/15360 11519/11795/17559 +f 11519/11795/17559 9808/10021/15360 9811/10025/15364 +f 11519/11795/17559 9811/10025/15364 9804/10016/15355 +f 9804/10016/15355 9911/10019/15358 11518/11796/17560 +f 11518/11796/17560 9911/10019/15358 9910/10132/15471 +f 9904/10127/15466 9906/10129/15468 11517/11797/17561 +f 11517/11797/17561 9906/10129/15468 9907/10130/15469 +f 11517/11797/17561 9907/10130/15469 9922/10143/15482 +f 9933/10154/15493 11506/11798/17562 9927/10148/15487 +f 9933/10154/15493 9932/10153/15492 11506/11798/17562 +f 11506/11798/17562 9932/10153/15492 9930/10151/15490 +f 9930/10151/15490 9897/10120/15459 11516/11799/17563 +f 11516/11799/17563 9897/10120/15459 11515/11800/17564 +f 11515/11800/17564 9897/10120/15459 9901/10124/15463 +f 11515/11800/17564 9901/10124/15463 9893/10115/15454 +f 9893/10115/15454 9889/10110/15449 11542/11801/17565 +f 11542/11801/17565 9889/10110/15449 11541/11802/17566 +f 11541/11802/17566 9889/10110/15449 9891/10112/15451 +f 11541/11802/17566 9891/10112/15451 11540/11803/17567 +f 11540/11803/17567 9891/10112/15451 9885/10107/15446 +f 9936/10157/15496 11507/11804/17568 9934/10155/15494 +f 11540/11803/17567 9885/10107/15446 9884/10106/15445 +f 11540/11803/17567 9884/10106/15445 11539/11805/17569 +f 11539/11805/17569 9884/10106/15445 9883/10105/15444 +f 11539/11805/17569 9883/10105/15444 9934/10155/15494 +f 9944/10165/15504 11508/11806/17570 9941/10163/15502 +f 9936/10157/15496 9938/10159/15498 11507/11804/17568 +f 11507/11804/17568 9938/10159/15498 9942/10161/15500 +f 11507/11804/17568 9942/10161/15500 11513/11807/17571 +f 11513/11807/17571 9942/10161/15500 9941/10163/15502 +f 9944/10165/15504 9943/10164/15503 11508/11806/17570 +f 11508/11806/17570 9943/10164/15503 9879/10100/15439 +f 9881/10102/15441 9875/10092/15431 11512/11808/17572 +f 11512/11808/17572 9875/10092/15431 9872/10095/15434 +f 9872/10095/15434 9865/10085/15424 11511/11809/17573 +f 11511/11809/17573 9865/10085/15424 11510/11810/17574 +f 11510/11810/17574 9865/10085/15424 9867/10088/15427 +f 11510/11810/17574 9867/10088/15427 9945/10089/15428 +f 9945/10089/15428 9947/10167/15506 11509/11811/17575 +f 11509/11811/17575 9947/10167/15506 9948/10168/15507 +f 11509/11811/17575 11533/11812/17576 9945/10089/15428 +f 9945/10089/15428 11533/11812/17576 11510/11810/17574 +f 11511/11809/17573 11534/11813/17577 9872/10095/15434 +f 9872/10095/15434 11534/11813/17577 11512/11808/17572 +f 11512/11808/17572 11580/11814/17578 9881/10102/15441 +f 9881/10102/15441 11580/11814/17578 11535/11815/17579 +f 9881/10102/15441 11535/11815/17579 9879/10100/15439 +f 9879/10100/15439 11535/11815/17579 11536/11816/17580 +f 9879/10100/15439 11536/11816/17580 11508/11806/17570 +f 11508/11806/17570 11536/11816/17580 11537/11817/17581 +f 11508/11806/17570 11537/11817/17581 9941/10163/15502 +f 9941/10163/15502 11537/11817/17581 11513/11807/17571 +f 11513/11807/17571 11538/11818/17582 11507/11804/17568 +f 11507/11804/17568 11538/11818/17582 11514/11819/17583 +f 11507/11804/17568 11514/11819/17583 9934/10155/15494 +f 9934/10155/15494 11514/11819/17583 11539/11805/17569 +f 11542/11801/17565 11543/11820/17584 9893/10115/15454 +f 9893/10115/15454 11543/11820/17584 11515/11800/17564 +f 11516/11799/17563 11544/11821/17585 9930/10151/15490 +f 9930/10151/15490 11544/11821/17585 11545/11822/17586 +f 9930/10151/15490 11545/11822/17586 11506/11798/17562 +f 11506/11798/17562 11545/11822/17586 11546/11823/17587 +f 11506/11798/17562 11546/11823/17587 9927/10148/15487 +f 9927/10148/15487 11546/11823/17587 11587/11824/17588 +f 9927/10148/15487 11587/11824/17588 9929/10150/15489 +f 9929/10150/15489 11587/11824/17588 11588/11825/17589 +f 9929/10150/15489 11588/11825/17589 9925/10146/15485 +f 9925/10146/15485 11588/11825/17589 11589/11826/17590 +f 9925/10146/15485 11589/11826/17590 9922/10143/15482 +f 9922/10143/15482 11589/11826/17590 11517/11797/17561 +f 11517/11797/17561 11591/11827/17591 9904/10127/15466 +f 9904/10127/15466 11591/11827/17591 11592/11828/17592 +f 9904/10127/15466 11592/11828/17592 9910/10132/15471 +f 9910/10132/15471 11592/11828/17592 11518/11796/17560 +f 11518/11796/17560 11547/11829/17593 9804/10016/15355 +f 9804/10016/15355 11547/11829/17593 11519/11795/17559 +f 11520/11794/17558 11549/11830/17594 9920/10142/15481 +f 9920/10142/15481 11549/11830/17594 11521/11793/17557 +f 11551/11791/17555 11597/11831/17595 11505/11789/17553 +f 11505/11789/17553 11597/11831/17595 11598/11832/17596 +f 11505/11789/17553 11598/11832/17596 9813/10028/15367 +f 9813/10028/15367 11598/11832/17596 11522/11790/17554 +f 11522/11790/17554 11600/11833/17597 9819/10034/15373 +f 9819/10034/15373 11600/11833/17597 11601/11834/17598 +f 9819/10034/15373 11601/11834/17598 9827/10044/15383 +f 9827/10044/15383 11601/11834/17598 11523/11788/17552 +f 11552/11786/17550 11553/11835/17599 9982/10202/15541 +f 9982/10202/15541 11553/11835/17599 11554/11787/17551 +f 11554/11787/17551 11555/11836/17600 9978/10198/15537 +f 9978/10198/15537 11555/11836/17600 11556/11837/17601 +f 9978/10198/15537 11556/11837/17601 9976/10196/15535 +f 9976/10196/15535 11556/11837/17601 9974/10194/15533 +f 9974/10194/15533 11558/11838/17602 9972/10191/15530 +f 9972/10191/15530 11558/11838/17602 11559/11785/17549 +f 11559/11785/17549 11560/11839/17603 9833/10049/15388 +f 9833/10049/15388 11560/11839/17603 11561/11840/17604 +f 9833/10049/15388 11561/11840/17604 9830/10046/15385 +f 9830/10046/15385 11561/11840/17604 11562/11841/17605 +f 9830/10046/15385 11562/11841/17605 9837/10053/15392 +f 9837/10053/15392 11562/11841/17605 11563/11842/17606 +f 9837/10053/15392 11563/11842/17606 9841/10058/15397 +f 9841/10058/15397 11563/11842/17606 11564/11843/17607 +f 9841/10058/15397 11564/11843/17607 9839/10055/15394 +f 9839/10055/15394 11564/11843/17607 11524/11844/17608 +f 9839/10055/15394 11524/11844/17608 9846/10063/15402 +f 9846/10063/15402 11524/11844/17608 11525/11845/17609 +f 9846/10063/15402 11525/11845/17609 9966/10185/15524 +f 9966/10185/15524 11525/11845/17609 11526/11784/17548 +f 11526/11784/17548 11567/11846/17610 9961/10181/15520 +f 9961/10181/15520 11567/11846/17610 11527/11783/17547 +f 11528/11782/17546 11569/11847/17611 9957/10065/15404 +f 9957/10065/15404 11569/11847/17611 11529/11781/17545 +f 11530/11780/17544 11570/11848/17612 9851/10071/15410 +f 9851/10071/15410 11570/11848/17612 11571/11849/17613 +f 9851/10071/15410 11571/11849/17613 9862/10083/15422 +f 9862/10083/15422 11571/11849/17613 11572/11850/17614 +f 9862/10083/15422 11572/11850/17614 9863/10082/15421 +f 9863/10082/15421 11572/11850/17614 11531/11779/17543 +f 11531/11779/17543 11573/11851/17615 9952/10174/15513 +f 9952/10174/15513 11573/11851/17615 11532/11852/17616 +f 9952/10174/15513 11532/11852/17616 9955/10176/15515 +f 9955/10176/15515 11532/11852/17616 11574/11778/17542 +f 11574/11778/17542 11575/11853/17617 9950/10170/15509 +f 9950/10170/15509 11575/11853/17617 11576/11854/17618 +f 9950/10170/15509 11576/11854/17618 9948/10168/15507 +f 9948/10168/15507 11576/11854/17618 11509/11811/17575 +f 11576/11854/17618 11577/11855/17619 11509/11811/17575 +f 11509/11811/17575 11577/11855/17619 11533/11812/17576 +f 11533/11812/17576 11578/11856/17620 11510/11810/17574 +f 11510/11810/17574 11578/11856/17620 11613/11857/17621 +f 11510/11810/17574 11613/11857/17621 11511/11809/17573 +f 11511/11809/17573 11613/11857/17621 11534/11813/17577 +f 11534/11813/17577 11579/11858/17622 11512/11808/17572 +f 11512/11808/17572 11579/11858/17622 11580/11814/17578 +f 11537/11817/17581 11583/11859/17623 11513/11807/17571 +f 11513/11807/17571 11583/11859/17623 11538/11818/17582 +f 11538/11818/17582 11584/11860/17624 11514/11819/17583 +f 11514/11819/17583 11584/11860/17624 11539/11805/17569 +f 11543/11820/17584 11585/11861/17625 11515/11800/17564 +f 11515/11800/17564 11585/11861/17625 11586/11862/17626 +f 11515/11800/17564 11586/11862/17626 11516/11799/17563 +f 11516/11799/17563 11586/11862/17626 11544/11821/17585 +f 11589/11826/17590 11590/11863/17627 11517/11797/17561 +f 11517/11797/17561 11590/11863/17627 11591/11827/17591 +f 11592/11828/17592 11593/11864/17628 11518/11796/17560 +f 11518/11796/17560 11593/11864/17628 11547/11829/17593 +f 11547/11829/17593 11625/11865/17629 11519/11795/17559 +f 11519/11795/17559 11625/11865/17629 11548/11866/17630 +f 11519/11795/17559 11548/11866/17630 11520/11794/17558 +f 11520/11794/17558 11548/11866/17630 11549/11830/17594 +f 11549/11830/17594 11596/11867/17631 11521/11793/17557 +f 11521/11793/17557 11596/11867/17631 11550/11792/17556 +f 11598/11832/17596 11599/11868/17632 11522/11790/17554 +f 11522/11790/17554 11599/11868/17632 11600/11833/17597 +f 11601/11834/17598 11602/11869/17633 11523/11788/17552 +f 11523/11788/17552 11602/11869/17633 11552/11786/17550 +f 11556/11837/17601 11557/11870/17634 9974/10194/15533 +f 9974/10194/15533 11557/11870/17634 11558/11838/17602 +f 11564/11843/17607 11603/11871/17635 11524/11844/17608 +f 11524/11844/17608 11603/11871/17635 11565/11872/17636 +f 11524/11844/17608 11565/11872/17636 11525/11845/17609 +f 11525/11845/17609 11565/11872/17636 11566/11873/17637 +f 11525/11845/17609 11566/11873/17637 11526/11784/17548 +f 11526/11784/17548 11566/11873/17637 11567/11846/17610 +f 11567/11846/17610 11605/11874/17638 11527/11783/17547 +f 11527/11783/17547 11605/11874/17638 11568/11875/17639 +f 11527/11783/17547 11568/11875/17639 11528/11782/17546 +f 11528/11782/17546 11568/11875/17639 11569/11847/17611 +f 11569/11847/17611 11607/11876/17640 11529/11781/17545 +f 11529/11781/17545 11607/11876/17640 11608/11877/17641 +f 11529/11781/17545 11608/11877/17641 11530/11780/17544 +f 11530/11780/17544 11608/11877/17641 11570/11848/17612 +f 11572/11850/17614 11610/11878/17642 11531/11779/17543 +f 11531/11779/17543 11610/11878/17642 11573/11851/17615 +f 11573/11851/17615 11611/11879/17643 11532/11852/17616 +f 11532/11852/17616 11611/11879/17643 11574/11778/17542 +f 11577/11855/17619 11612/11880/17644 11533/11812/17576 +f 11533/11812/17576 11612/11880/17644 11578/11856/17620 +f 11613/11857/17621 11614/11881/17645 11534/11813/17577 +f 11534/11813/17577 11614/11881/17645 11579/11858/17622 +f 11580/11814/17578 11615/11882/17646 11535/11815/17579 +f 11535/11815/17579 11615/11882/17646 11581/11883/17647 +f 11535/11815/17579 11581/11883/17647 11536/11816/17580 +f 11536/11816/17580 11581/11883/17647 11582/11884/17648 +f 11536/11816/17580 11582/11884/17648 11537/11817/17581 +f 11537/11817/17581 11582/11884/17648 11583/11859/17623 +f 11583/11859/17623 11657/11885/17649 11538/11818/17582 +f 11538/11818/17582 11657/11885/17649 11584/11860/17624 +f 11584/11860/17624 11616/11886/17650 11539/11805/17569 +f 11539/11805/17569 11616/11886/17650 11617/11887/17651 +f 11539/11805/17569 11617/11887/17651 11540/11803/17567 +f 11540/11803/17567 11617/11887/17651 11618/11888/17652 +f 11540/11803/17567 11618/11888/17652 11541/11802/17566 +f 11541/11802/17566 11618/11888/17652 11619/11889/17653 +f 11541/11802/17566 11619/11889/17653 11542/11801/17565 +f 11542/11801/17565 11619/11889/17653 11620/11890/17654 +f 11542/11801/17565 11620/11890/17654 11543/11820/17584 +f 11543/11820/17584 11620/11890/17654 11585/11861/17625 +f 11586/11862/17626 11621/11891/17655 11544/11821/17585 +f 11544/11821/17585 11621/11891/17655 11622/11892/17656 +f 11544/11821/17585 11622/11892/17656 11545/11822/17586 +f 11545/11822/17586 11622/11892/17656 11623/11893/17657 +f 11545/11822/17586 11623/11893/17657 11546/11823/17587 +f 11546/11823/17587 11623/11893/17657 11587/11824/17588 +f 11593/11864/17628 11624/11894/17658 11547/11829/17593 +f 11547/11829/17593 11624/11894/17658 11625/11865/17629 +f 11625/11865/17629 11594/11895/17659 11548/11866/17630 +f 11548/11866/17630 11594/11895/17659 11595/11896/17660 +f 11548/11866/17630 11595/11896/17660 11549/11830/17594 +f 11549/11830/17594 11595/11896/17660 11596/11867/17631 +f 11596/11867/17631 11671/11897/17661 11550/11792/17556 +f 11550/11792/17556 11671/11897/17661 11626/11898/17662 +f 11550/11792/17556 11626/11898/17662 11551/11791/17555 +f 11551/11791/17555 11626/11898/17662 11597/11831/17595 +f 11602/11869/17633 11627/11899/17663 11552/11786/17550 +f 11552/11786/17550 11627/11899/17663 11628/11900/17664 +f 11552/11786/17550 11628/11900/17664 11553/11835/17599 +f 11553/11835/17599 11628/11900/17664 11629/11901/17665 +f 11553/11835/17599 11629/11901/17665 11554/11787/17551 +f 11554/11787/17551 11629/11901/17665 11630/11902/17666 +f 11554/11787/17551 11630/11902/17666 11555/11836/17600 +f 11555/11836/17600 11630/11902/17666 11678/11903/17667 +f 11555/11836/17600 11678/11903/17667 11556/11837/17601 +f 11556/11837/17601 11678/11903/17667 11679/11904/17668 +f 11556/11837/17601 11679/11904/17668 11557/11870/17634 +f 11557/11870/17634 11679/11904/17668 11631/11905/17669 +f 11557/11870/17634 11631/11905/17669 11558/11838/17602 +f 11558/11838/17602 11631/11905/17669 11632/11906/17670 +f 11558/11838/17602 11632/11906/17670 11559/11785/17549 +f 11559/11785/17549 11632/11906/17670 11633/11907/17671 +f 11559/11785/17549 11633/11907/17671 11560/11839/17603 +f 11560/11839/17603 11633/11907/17671 11634/11908/17672 +f 11560/11839/17603 11634/11908/17672 11561/11840/17604 +f 11561/11840/17604 11634/11908/17672 11635/11909/17673 +f 11561/11840/17604 11635/11909/17673 11562/11841/17605 +f 11562/11841/17605 11635/11909/17673 11636/11910/17674 +f 11562/11841/17605 11636/11910/17674 11563/11842/17606 +f 11563/11842/17606 11636/11910/17674 11637/11911/17675 +f 11563/11842/17606 11637/11911/17675 11564/11843/17607 +f 11564/11843/17607 11637/11911/17675 11603/11871/17635 +f 11603/11871/17635 11638/11912/17676 11565/11872/17636 +f 11565/11872/17636 11638/11912/17676 11639/11913/17677 +f 11565/11872/17636 11639/11913/17677 11566/11873/17637 +f 11566/11873/17637 11639/11913/17677 11604/11914/17678 +f 11566/11873/17637 11604/11914/17678 11567/11846/17610 +f 11567/11846/17610 11604/11914/17678 11605/11874/17638 +f 11605/11874/17638 11640/11915/17679 11568/11875/17639 +f 11568/11875/17639 11640/11915/17679 11606/11916/17680 +f 11568/11875/17639 11606/11916/17680 11569/11847/17611 +f 11569/11847/17611 11606/11916/17680 11607/11876/17640 +f 11608/11877/17641 11643/11917/17681 11570/11848/17612 +f 11570/11848/17612 11643/11917/17681 11644/11918/17682 +f 11570/11848/17612 11644/11918/17682 11571/11849/17613 +f 11571/11849/17613 11644/11918/17682 11609/11919/17683 +f 11571/11849/17613 11609/11919/17683 11572/11850/17614 +f 11572/11850/17614 11609/11919/17683 11610/11878/17642 +f 11610/11878/17642 11646/11920/17684 11573/11851/17615 +f 11573/11851/17615 11646/11920/17684 11611/11879/17643 +f 11611/11879/17643 11647/11921/17685 11574/11778/17542 +f 11574/11778/17542 11647/11921/17685 11648/11922/17686 +f 11574/11778/17542 11648/11922/17686 11575/11853/17617 +f 11575/11853/17617 11648/11922/17686 11649/11923/17687 +f 11575/11853/17617 11649/11923/17687 11576/11854/17618 +f 11576/11854/17618 11649/11923/17687 11577/11855/17619 +f 11649/11923/17687 11650/11924/17688 11577/11855/17619 +f 11577/11855/17619 11650/11924/17688 11612/11880/17644 +f 11612/11880/17644 11651/11925/17689 11578/11856/17620 +f 11578/11856/17620 11651/11925/17689 11613/11857/17621 +f 11614/11881/17645 11652/11926/17690 11579/11858/17622 +f 11579/11858/17622 11652/11926/17690 11653/11927/17691 +f 11579/11858/17622 11653/11927/17691 11580/11814/17578 +f 11580/11814/17578 11653/11927/17691 11615/11882/17646 +f 11615/11882/17646 11654/11928/17692 11581/11883/17647 +f 11581/11883/17647 11654/11928/17692 11655/11929/17693 +f 11581/11883/17647 11655/11929/17693 11582/11884/17648 +f 11582/11884/17648 11655/11929/17693 11656/11930/17694 +f 11582/11884/17648 11656/11930/17694 11583/11859/17623 +f 11583/11859/17623 11656/11930/17694 11657/11885/17649 +f 11657/11885/17649 11658/11931/17695 11584/11860/17624 +f 11584/11860/17624 11658/11931/17695 11616/11886/17650 +f 11620/11890/17654 11659/11932/17696 11585/11861/17625 +f 11585/11861/17625 11659/11932/17696 11660/11933/17697 +f 11585/11861/17625 11660/11933/17697 11586/11862/17626 +f 11586/11862/17626 11660/11933/17697 11621/11891/17655 +f 11623/11893/17657 11661/11934/17698 11587/11824/17588 +f 11587/11824/17588 11661/11934/17698 11662/11935/17699 +f 11587/11824/17588 11662/11935/17699 11588/11825/17700 +f 11588/11825/17700 11662/11935/17699 11663/11936/17701 +f 11588/11825/17700 11663/11936/17701 11589/11826/17590 +f 11589/11826/17590 11663/11936/17701 11664/11937/17702 +f 11589/11826/17590 11664/11937/17702 11590/11863/17627 +f 11590/11863/17627 11664/11937/17702 11665/11938/17703 +f 11590/11863/17627 11665/11938/17703 11591/11827/17591 +f 11591/11827/17591 11665/11938/17703 11666/11939/17704 +f 11591/11827/17591 11666/11939/17704 11592/11828/17592 +f 11592/11828/17592 11666/11939/17704 11667/11940/17705 +f 11592/11828/17592 11667/11940/17705 11593/11864/17628 +f 11593/11864/17628 11667/11940/17705 11624/11894/17658 +f 11625/11865/17629 11668/11941/17706 11594/11895/17659 +f 11594/11895/17659 11668/11941/17706 11669/11942/17707 +f 11594/11895/17659 11669/11942/17707 11595/11896/17660 +f 11595/11896/17660 11669/11942/17707 11670/11943/17708 +f 11595/11896/17660 11670/11943/17708 11596/11867/17631 +f 11596/11867/17631 11670/11943/17708 11671/11897/17661 +f 11626/11898/17662 11672/11944/17709 11597/11831/17595 +f 11597/11831/17595 11672/11944/17709 11673/11945/17710 +f 11597/11831/17595 11673/11945/17710 11598/11832/17596 +f 11598/11832/17596 11673/11945/17710 11674/11946/17711 +f 11598/11832/17596 11674/11946/17711 11599/11868/17632 +f 11599/11868/17632 11674/11946/17711 11675/11947/17712 +f 11599/11868/17632 11675/11947/17712 11600/11833/17597 +f 11600/11833/17597 11675/11947/17712 11676/11948/17713 +f 11600/11833/17597 11676/11948/17713 11601/11834/17598 +f 11601/11834/17598 11676/11948/17713 11677/11949/17714 +f 11601/11834/17598 11677/11949/17714 11602/11869/17633 +f 11602/11869/17633 11677/11949/17714 11627/11899/17663 +f 11637/11911/17675 11682/11950/17715 11603/11871/17635 +f 11603/11871/17635 11682/11950/17715 11638/11912/17676 +f 11639/11913/17677 11683/11951/17716 11604/11914/17678 +f 11604/11914/17678 11683/11951/17716 11684/11952/17717 +f 11604/11914/17678 11684/11952/17717 11605/11874/17638 +f 11605/11874/17638 11684/11952/17717 11640/11915/17679 +f 11640/11915/17679 11686/11953/17718 11606/11916/17680 +f 11606/11916/17680 11686/11953/17718 11641/11954/17719 +f 11606/11916/17680 11641/11954/17719 11607/11876/17640 +f 11607/11876/17640 11641/11954/17719 11642/11955/17720 +f 11607/11876/17640 11642/11955/17720 11608/11877/17641 +f 11608/11877/17641 11642/11955/17720 11643/11917/17681 +f 11644/11918/17682 11689/11956/17721 11609/11919/17683 +f 11609/11919/17683 11689/11956/17721 11645/11957/17722 +f 11609/11919/17683 11645/11957/17722 11610/11878/17642 +f 11610/11878/17642 11645/11957/17722 11646/11920/17684 +f 11646/11920/17684 11691/11958/17723 11611/11879/17643 +f 11611/11879/17643 11691/11958/17723 11647/11921/17685 +f 11650/11924/17688 11692/11959/17724 11612/11880/17644 +f 11612/11880/17644 11692/11959/17724 11651/11925/17689 +f 11651/11925/17689 11693/11960/17725 11613/11857/17621 +f 11613/11857/17621 11693/11960/17725 11722/11961/17726 +f 11613/11857/17621 11722/11961/17726 11614/11881/17645 +f 11614/11881/17645 11722/11961/17726 11652/11926/17690 +f 11653/11927/17691 11725/11962/17727 11615/11882/17646 +f 11615/11882/17646 11725/11962/17727 11654/11928/17692 +f 11658/11931/17695 11694/11963/17728 11616/11886/17650 +f 11616/11886/17650 11694/11963/17728 11695/11964/17729 +f 11616/11886/17650 11695/11964/17729 11617/11887/17651 +f 11617/11887/17651 11695/11964/17729 11696/11965/17730 +f 11617/11887/17651 11696/11965/17730 11618/11888/17652 +f 11618/11888/17652 11696/11965/17730 11697/11966/17731 +f 11618/11888/17652 11697/11966/17731 11619/11889/17653 +f 11619/11889/17653 11697/11966/17731 11698/11967/17732 +f 11619/11889/17653 11698/11967/17732 11620/11890/17654 +f 11620/11890/17654 11698/11967/17732 11659/11932/17696 +f 11660/11933/17697 11699/11968/17733 11621/11891/17655 +f 11621/11891/17655 11699/11968/17733 11700/11969/17734 +f 11621/11891/17655 11700/11969/17734 11622/11892/17656 +f 11622/11892/17656 11700/11969/17734 11701/11970/17735 +f 11622/11892/17656 11701/11970/17735 11623/11893/17657 +f 11623/11893/17657 11701/11970/17735 11661/11934/17698 +f 11667/11940/17705 11702/11971/17736 11624/11894/17658 +f 11624/11894/17658 11702/11971/17736 11738/11972/17737 +f 11624/11894/17658 11738/11972/17737 11625/11865/17629 +f 11625/11865/17629 11738/11972/17737 11668/11941/17706 +f 11671/11897/17661 11703/11973/17738 11626/11898/17662 +f 11626/11898/17662 11703/11973/17738 11672/11944/17709 +f 11677/11949/17714 11704/11974/17739 11627/11899/17663 +f 11627/11899/17663 11704/11974/17739 11749/11975/17740 +f 11627/11899/17663 11749/11975/17740 11628/11900/17664 +f 11628/11900/17664 11749/11975/17740 11705/11976/17741 +f 11628/11900/17664 11705/11976/17741 11629/11901/17665 +f 11629/11901/17665 11705/11976/17741 11706/11977/17742 +f 11629/11901/17665 11706/11977/17742 11630/11902/17666 +f 11630/11902/17666 11706/11977/17742 11678/11903/17667 +f 11679/11904/17668 11707/11978/17743 11631/11905/17669 +f 11631/11905/17669 11707/11978/17743 11708/11979/17744 +f 11631/11905/17669 11708/11979/17744 11632/11906/17670 +f 11632/11906/17670 11708/11979/17744 11709/11980/17745 +f 11632/11906/17670 11709/11980/17745 11633/11907/17671 +f 11633/11907/17671 11709/11980/17745 11710/11981/17746 +f 11633/11907/17671 11710/11981/17746 11634/11908/17672 +f 11634/11908/17672 11710/11981/17746 11711/11982/17747 +f 11634/11908/17672 11711/11982/17747 11635/11909/17673 +f 11635/11909/17673 11711/11982/17747 11680/11983/17748 +f 11635/11909/17673 11680/11983/17748 11636/11910/17674 +f 11636/11910/17674 11680/11983/17748 11681/11984/17749 +f 11636/11910/17674 11681/11984/17749 11637/11911/17675 +f 11637/11911/17675 11681/11984/17749 11682/11950/17715 +f 11682/11950/17715 11754/11985/17750 11638/11912/17676 +f 11638/11912/17676 11754/11985/17750 11755/11986/17751 +f 11638/11912/17676 11755/11986/17751 11639/11913/17677 +f 11639/11913/17677 11755/11986/17751 11683/11951/17716 +f 11684/11952/17717 11685/11987/17752 11640/11915/17679 +f 11640/11915/17679 11685/11987/17752 11686/11953/17718 +f 11686/11953/17718 11712/11988/17753 11641/11954/17719 +f 11641/11954/17719 11712/11988/17753 11687/11989/17754 +f 11641/11954/17719 11687/11989/17754 11642/11955/17720 +f 11642/11955/17720 11687/11989/17754 11688/11990/17755 +f 11642/11955/17720 11688/11990/17755 11643/11917/17681 +f 11643/11917/17681 11688/11990/17755 11714/11991/17756 +f 11643/11917/17681 11714/11991/17756 11644/11918/17682 +f 11644/11918/17682 11714/11991/17756 11689/11956/17721 +f 11689/11956/17721 11715/11992/17757 11645/11957/17722 +f 11645/11957/17722 11715/11992/17757 11690/11993/17758 +f 11645/11957/17722 11690/11993/17758 11646/11920/17684 +f 11646/11920/17684 11690/11993/17758 11691/11958/17723 +f 11691/11958/17723 11717/11994/17759 11647/11921/17685 +f 11647/11921/17685 11717/11994/17759 11718/11995/17760 +f 11647/11921/17685 11718/11995/17760 11648/11922/17686 +f 11648/11922/17686 11718/11995/17760 11719/11996/17761 +f 11648/11922/17686 11719/11996/17761 11649/11923/17687 +f 11649/11923/17687 11719/11996/17761 11650/11924/17688 +f 11719/11996/17761 11720/11997/17762 11650/11924/17688 +f 11650/11924/17688 11720/11997/17762 11692/11959/17724 +f 11692/11959/17724 11721/11998/17763 11651/11925/17689 +f 11651/11925/17689 11721/11998/17763 11693/11960/17725 +f 11722/11961/17726 11723/11999/17764 11652/11926/17690 +f 11652/11926/17690 11723/11999/17764 11724/12000/17765 +f 11652/11926/17690 11724/12000/17765 11653/11927/17691 +f 11653/11927/17691 11724/12000/17765 11725/11962/17727 +f 11725/11962/17727 11726/12001/17766 11654/11928/17692 +f 11654/11928/17692 11726/12001/17766 11727/12002/17767 +f 11654/11928/17692 11727/12002/17767 11655/11929/17693 +f 11655/11929/17693 11727/12002/17767 11728/12003/17768 +f 11655/11929/17693 11728/12003/17768 11656/11930/17694 +f 11656/11930/17694 11728/12003/17768 11729/12004/17769 +f 11656/11930/17694 11729/12004/17769 11657/11885/17649 +f 11657/11885/17649 11729/12004/17769 11730/12005/17770 +f 11657/11885/17649 11730/12005/17770 11658/11931/17695 +f 11658/11931/17695 11730/12005/17770 11694/11963/17728 +f 11698/11967/17732 11731/12006/17771 11659/11932/17696 +f 11659/11932/17696 11731/12006/17771 11732/12007/17772 +f 11659/11932/17696 11732/12007/17772 11660/11933/17697 +f 11660/11933/17697 11732/12007/17772 11699/11968/17733 +f 11701/11970/17735 11769/12008/17773 11661/11934/17698 +f 11661/11934/17698 11769/12008/17773 11733/12009/17774 +f 11661/11934/17698 11733/12009/17774 11662/11935/17699 +f 11662/11935/17699 11733/12009/17774 11734/12010/17775 +f 11662/11935/17699 11734/12010/17775 11663/11936/17701 +f 11663/11936/17701 11734/12010/17775 11735/12011/17776 +f 11663/11936/17701 11735/12011/17776 11664/11937/17702 +f 11664/11937/17702 11735/12011/17776 11770/12012/17777 +f 11664/11937/17702 11770/12012/17777 11665/11938/17703 +f 11665/11938/17703 11770/12012/17777 11736/12013/17778 +f 11665/11938/17703 11736/12013/17778 11666/11939/17704 +f 11666/11939/17704 11736/12013/17778 11737/12014/17779 +f 11666/11939/17704 11737/12014/17779 11667/11940/17705 +f 11667/11940/17705 11737/12014/17779 11702/11971/17736 +f 11738/11972/17737 11739/12015/17780 11668/11941/17706 +f 11668/11941/17706 11739/12015/17780 11740/12016/17781 +f 11668/11941/17706 11740/12016/17781 11669/11942/17707 +f 11669/11942/17707 11740/12016/17781 11741/12017/17782 +f 11669/11942/17707 11741/12017/17782 11670/11943/17708 +f 11670/11943/17708 11741/12017/17782 11742/12018/17783 +f 11670/11943/17708 11742/12018/17783 11671/11897/17661 +f 11671/11897/17661 11742/12018/17783 11703/11973/17738 +f 11703/11973/17738 11743/12019/17784 11672/11944/17709 +f 11672/11944/17709 11743/12019/17784 11744/12020/17785 +f 11672/11944/17709 11744/12020/17785 11673/11945/17710 +f 11673/11945/17710 11744/12020/17785 11745/12021/17786 +f 11673/11945/17710 11745/12021/17786 11674/11946/17711 +f 11674/11946/17711 11745/12021/17786 11746/12022/17787 +f 11674/11946/17711 11746/12022/17787 11675/11947/17712 +f 11675/11947/17712 11746/12022/17787 11747/12023/17788 +f 11675/11947/17712 11747/12023/17788 11676/11948/17713 +f 11676/11948/17713 11747/12023/17788 11748/12024/17789 +f 11676/11948/17713 11748/12024/17789 11677/11949/17714 +f 11677/11949/17714 11748/12024/17789 11704/11974/17739 +f 11706/11977/17742 11774/12025/17790 11678/11903/17667 +f 11678/11903/17667 11774/12025/17790 11750/12026/17791 +f 11678/11903/17667 11750/12026/17791 11679/11904/17668 +f 11679/11904/17668 11750/12026/17791 11707/11978/17743 +f 11711/11982/17747 11751/12027/17792 11680/11983/17748 +f 11680/11983/17748 11751/12027/17792 11752/12028/17793 +f 11680/11983/17748 11752/12028/17793 11681/11984/17749 +f 11681/11984/17749 11752/12028/17793 11753/12029/17794 +f 11681/11984/17749 11753/12029/17794 11682/11950/17715 +f 11682/11950/17715 11753/12029/17794 11754/11985/17750 +f 11755/11986/17751 11756/12030/17795 11683/11951/17716 +f 11683/11951/17716 11756/12030/17795 11757/12031/17796 +f 11683/11951/17716 11757/12031/17796 11684/11952/17717 +f 11684/11952/17717 11757/12031/17796 11758/12032/17797 +f 11684/11952/17717 11758/12032/17797 11685/11987/17752 +f 11685/11987/17752 11758/12032/17797 11759/12033/17798 +f 11685/11987/17752 11759/12033/17798 11686/11953/17718 +f 11686/11953/17718 11759/12033/17798 11712/11988/17753 +f 11712/11988/17753 11760/12034/17799 11687/11989/17754 +f 11687/11989/17754 11760/12034/17799 11713/12035/17800 +f 11687/11989/17754 11713/12035/17800 11688/11990/17755 +f 11688/11990/17755 11713/12035/17800 11714/11991/17756 +f 11714/11991/17756 11762/12036/17801 11689/11956/17721 +f 11689/11956/17721 11762/12036/17801 11715/11992/17757 +f 11715/11992/17757 11763/12037/17802 11690/11993/17758 +f 11690/11993/17758 11763/12037/17802 11716/12038/17803 +f 11690/11993/17758 11716/12038/17803 11691/11958/17723 +f 11691/11958/17723 11716/12038/17803 11717/11994/17759 +f 11720/11997/17762 11765/12039/17804 11692/11959/17724 +f 11692/11959/17724 11765/12039/17804 11721/11998/17763 +f 11721/11998/17763 10170/10404/15743 11693/11960/17725 +f 11693/11960/17725 10170/10404/15743 11722/11961/17726 +f 11730/12005/17770 10203/10440/15779 11694/11963/17728 +f 11694/11963/17728 10203/10440/15779 10204/10441/15780 +f 11694/11963/17728 10204/10441/15780 11695/11964/17729 +f 11695/11964/17729 10204/10441/15780 10206/10443/15782 +f 11695/11964/17729 10206/10443/15782 11696/11965/17730 +f 11696/11965/17730 10206/10443/15782 10207/10444/15783 +f 11696/11965/17730 10207/10444/15783 11697/11966/17731 +f 11697/11966/17731 10207/10444/15783 10208/10445/15784 +f 11697/11966/17731 10208/10445/15784 11698/11967/17732 +f 11698/11967/17732 10208/10445/15784 11731/12006/17771 +f 11732/12007/17772 11766/12040/17805 11699/11968/17733 +f 11699/11968/17733 11766/12040/17805 11767/12041/17806 +f 11699/11968/17733 11767/12041/17806 11700/11969/17734 +f 11700/11969/17734 11767/12041/17806 11768/12042/17807 +f 11700/11969/17734 11768/12042/17807 11701/11970/17735 +f 11701/11970/17735 11768/12042/17807 11769/12008/17773 +f 11737/12014/17779 10180/10416/15755 11702/11971/17736 +f 11702/11971/17736 10180/10416/15755 11738/11972/17737 +f 11742/12018/17783 10187/10423/15762 11703/11973/17738 +f 11703/11973/17738 10187/10423/15762 11743/12019/17784 +f 11748/12024/17789 11771/12043/17808 11704/11974/17739 +f 11704/11974/17739 11771/12043/17808 11749/11975/17740 +f 11749/11975/17740 11772/12044/17809 11705/11976/17741 +f 11705/11976/17741 11772/12044/17809 11773/12045/17810 +f 11705/11976/17741 11773/12045/17810 11706/11977/17742 +f 11706/11977/17742 11773/12045/17810 11774/12025/17790 +f 11750/12026/17791 10223/10461/15800 11707/11978/17743 +f 11707/11978/17743 10223/10461/15800 10225/10463/15802 +f 11707/11978/17743 10225/10463/15802 11708/11979/17744 +f 11708/11979/17744 10225/10463/15802 10226/10464/15803 +f 11708/11979/17744 10226/10464/15803 11709/11980/17745 +f 11709/11980/17745 10226/10464/15803 10227/10465/15804 +f 11709/11980/17745 10227/10465/15804 11710/11981/17746 +f 11710/11981/17746 10227/10465/15804 10229/10467/15806 +f 11710/11981/17746 10229/10467/15806 11711/11982/17747 +f 11711/11982/17747 10229/10467/15806 11751/12027/17792 +f 11759/12033/17798 10154/10388/15727 11712/11988/17753 +f 11712/11988/17753 10154/10388/15727 11760/12034/17799 +f 11760/12034/17799 11775/12046/17811 11713/12035/17800 +f 11713/12035/17800 11775/12046/17811 11761/12047/17812 +f 11713/12035/17800 11761/12047/17812 11714/11991/17756 +f 11714/11991/17756 11761/12047/17812 11762/12036/17801 +f 11762/12036/17801 10160/10394/15733 11715/11992/17757 +f 11715/11992/17757 10160/10394/15733 11763/12037/17802 +f 11763/12037/17802 11776/12048/17813 11716/12038/17803 +f 11716/12038/17803 11776/12048/17813 11764/12049/17814 +f 11716/12038/17803 11764/12049/17814 11717/11994/17759 +f 11717/11994/17759 11764/12049/17814 10165/10399/15738 +f 11717/11994/17759 10165/10399/15738 11718/11995/17760 +f 11718/11995/17760 10165/10399/15738 10166/10400/15739 +f 11718/11995/17760 10166/10400/15739 11719/11996/17761 +f 11719/11996/17761 10166/10400/15739 11720/11997/17762 +f 10166/10400/15739 10167/10401/15740 11720/11997/17762 +f 11720/11997/17762 10167/10401/15740 11765/12039/17804 +f 11765/12039/17804 10169/10403/15742 11721/11998/17763 +f 11721/11998/17763 10169/10403/15742 10170/10404/15743 +f 10170/10404/15743 10172/10406/15745 11722/11961/17726 +f 11722/11961/17726 10172/10406/15745 11723/11999/17764 +f 11723/11999/17764 10172/10406/15745 10174/10408/15747 +f 11723/11999/17764 10174/10408/15747 11724/12000/17765 +f 11724/12000/17765 10174/10408/15747 11725/11962/17727 +f 11725/11962/17727 10174/10408/15747 10198/10410/15749 +f 11725/11962/17727 10198/10410/15749 11726/12001/17766 +f 11726/12001/17766 10198/10410/15749 11727/12002/17767 +f 11727/12002/17767 10198/10410/15749 10200/10436/15775 +f 11727/12002/17767 10200/10436/15775 11728/12003/17768 +f 11728/12003/17768 10200/10436/15775 11729/12004/17769 +f 11729/12004/17769 10200/10436/15775 10201/10438/15777 +f 11729/12004/17769 10201/10438/15777 11730/12005/17770 +f 11730/12005/17770 10201/10438/15777 10203/10440/15779 +f 10208/10445/15784 10209/10447/15786 11731/12006/17771 +f 11731/12006/17771 10209/10447/15786 11732/12007/17772 +f 11732/12007/17772 10209/10447/15786 11766/12040/17805 +f 11769/12008/17773 10215/10453/15792 11733/12009/17774 +f 11733/12009/17774 10215/10453/15792 10216/10454/15793 +f 11733/12009/17774 10216/10454/15793 11734/12010/17775 +f 11734/12010/17775 10216/10454/15793 10217/10455/15794 +f 11734/12010/17775 10217/10455/15794 11735/12011/17776 +f 11735/12011/17776 10217/10455/15794 11770/12012/17777 +f 11770/12012/17777 10177/10413/15752 11736/12013/17778 +f 11736/12013/17778 10177/10413/15752 10178/10414/15753 +f 11736/12013/17778 10178/10414/15753 11737/12014/17779 +f 11737/12014/17779 10178/10414/15753 10180/10416/15755 +f 10180/10416/15755 10182/10417/15756 11738/11972/17737 +f 11738/11972/17737 10182/10417/15756 11739/12015/17780 +f 11739/12015/17780 10182/10417/15756 10183/10419/15758 +f 11739/12015/17780 10183/10419/15758 11740/12016/17781 +f 11740/12016/17781 10183/10419/15758 10184/10420/15759 +f 11740/12016/17781 10184/10420/15759 11741/12017/17782 +f 11741/12017/17782 10184/10420/15759 10186/10422/15761 +f 11741/12017/17782 10186/10422/15761 11742/12018/17783 +f 11742/12018/17783 10186/10422/15761 10187/10423/15762 +f 10187/10423/15762 10189/10425/15764 11743/12019/17784 +f 11743/12019/17784 10189/10425/15764 11744/12020/17785 +f 11744/12020/17785 10189/10425/15764 10191/10427/15766 +f 11744/12020/17785 10191/10427/15766 11745/12021/17786 +f 11745/12021/17786 10191/10427/15766 11746/12022/17787 +f 11746/12022/17787 10191/10427/15766 10192/10429/15768 +f 11746/12022/17787 10192/10429/15768 11747/12023/17788 +f 11747/12023/17788 10192/10429/15768 10193/10430/15769 +f 11747/12023/17788 10193/10430/15769 11748/12024/17789 +f 11748/12024/17789 10193/10430/15769 11771/12043/17808 +f 11771/12043/17808 10196/10433/15772 11749/11975/17740 +f 11749/11975/17740 10196/10433/15772 11772/12044/17809 +f 11774/12025/17790 10222/10460/15799 11750/12026/17791 +f 11750/12026/17791 10222/10460/15799 10223/10461/15800 +f 10229/10467/15806 10231/10468/15807 11751/12027/17792 +f 11751/12027/17792 10231/10468/15807 11752/12028/17793 +f 11752/12028/17793 10231/10468/15807 10232/10470/15809 +f 11752/12028/17793 10232/10470/15809 11753/12029/17794 +f 11753/12029/17794 10232/10470/15809 10234/10471/15810 +f 11753/12029/17794 10234/10471/15810 11754/11985/17750 +f 11754/11985/17750 10234/10471/15810 11755/11986/17751 +f 11755/11986/17751 10234/10471/15810 10235/10473/15812 +f 11755/11986/17751 10235/10473/15812 11756/12030/17795 +f 11756/12030/17795 10235/10473/15812 10236/10475/15814 +f 11756/12030/17795 10236/10475/15814 11757/12031/17796 +f 11757/12031/17796 10236/10475/15814 10238/10477/15816 +f 11757/12031/17796 10238/10477/15816 11758/12032/17797 +f 11758/12032/17797 10238/10477/15816 10239/10478/15817 +f 11758/12032/17797 10239/10478/15817 11759/12033/17798 +f 11759/12033/17798 10239/10478/15817 10241/10480/15819 +f 11759/12033/17798 10241/10480/15819 10154/10388/15727 +f 11760/12034/17799 10154/10388/15727 11775/12046/17811 +f 11775/12046/17811 10157/10391/15730 11761/12047/17812 +f 11761/12047/17812 10157/10391/15730 10158/10392/15731 +f 11761/12047/17812 10158/10392/15731 11762/12036/17801 +f 11762/12036/17801 10158/10392/15731 10160/10394/15733 +f 10160/10394/15733 10161/10395/15734 11763/12037/17802 +f 11763/12037/17802 10161/10395/15734 11776/12048/17813 +f 11776/12048/17813 10163/10397/15736 11764/12049/17814 +f 11764/12049/17814 10163/10397/15736 10165/10399/15738 +f 11765/12039/17804 10167/10401/15740 10169/10403/15742 +f 10209/10447/15786 10212/10449/15788 11766/12040/17805 +f 11766/12040/17805 10212/10449/15788 11767/12041/17806 +f 11767/12041/17806 10212/10449/15788 11768/12042/17807 +f 11768/12042/17807 10212/10449/15788 10213/10451/15790 +f 11768/12042/17807 10213/10451/15790 11769/12008/17773 +f 11769/12008/17773 10213/10451/15790 10215/10453/15792 +f 10217/10455/15794 10175/10411/15750 11770/12012/17777 +f 11770/12012/17777 10175/10411/15750 10177/10413/15752 +f 10193/10430/15769 10194/10431/15770 11771/12043/17808 +f 11771/12043/17808 10194/10431/15770 10196/10433/15772 +f 10196/10433/15772 10220/10434/15773 11772/12044/17809 +f 11772/12044/17809 10220/10434/15773 11773/12045/17810 +f 11773/12045/17810 10220/10434/15773 10221/10458/15797 +f 11773/12045/17810 10221/10458/15797 11774/12025/17790 +f 11774/12025/17790 10221/10458/15797 10222/10460/15799 +f 10154/10388/15727 10156/10390/15729 11775/12046/17811 +f 11775/12046/17811 10156/10390/15729 10157/10391/15730 +f 11776/12048/17813 10161/10395/15734 10163/10397/15736 +f 11901/12050/17815 11778/12051/17816 11779/12052/17817 +f 10713/11019/16652 10712/11017/16650 11780/12053/17818 +f 10746/11051/16684 10744/11050/16683 11892/12054/17819 +f 10768/11074/16707 10767/11072/16705 11883/12055/17820 +f 10771/11077/16710 10770/11075/16708 11781/12056/17821 +f 10778/11084/16717 10777/11082/16715 11880/12057/17822 +f 10783/11089/16722 10782/11087/16720 11783/12058/17823 +f 10788/11093/16726 10786/11091/16724 11875/12059/17824 +f 10794/11100/16733 10793/11098/16731 11784/12060/17825 +f 11856/12061/17826 10791/11096/16729 10819/11125/16758 +f 10646/10949/16582 10644/10947/16580 11786/12062/17827 +f 10663/10967/16600 10662/10965/16598 11838/12063/17828 +f 10666/10969/16602 10664/10968/16601 11904/12064/17829 +f 10638/10941/16574 10637/10939/16572 11788/12065/17830 +f 10670/10973/16606 10668/10971/16604 11789/12066/17831 +f 10674/10978/16611 10673/10976/16609 11790/12067/17832 +f 12950/12068/17833 12951/9830/15169 9669/9832/15171 +f 12571/12069/17834 12569/9918/15257 9734/9917/15256 +f 9789/9993/15332 12270/12070/17835 11810/12071/17836 +f 12192/12072/17837 12190/10376/15715 10146/10375/15714 +f 9621/9775/15114 9620/9776/15115 11896/12073/17838 +f 12061/12074/17839 9622/9773/15112 11791/12075/17840 +f 12061/12074/17839 11791/12075/17840 11793/12076/17841 +f 11792/12077/17842 11796/12078/17843 10739/11045/16678 +f 10739/11045/16678 11796/12078/17843 11791/12075/17840 +f 11791/12075/17840 11796/12078/17843 11793/12076/17841 +f 11798/12079/17844 11794/12080/17845 11795/12081/17846 +f 11795/12081/17846 11794/12080/17845 11792/12077/17842 +f 11792/12077/17842 11794/12080/17845 11796/12078/17843 +f 12090/10387/15726 11798/12079/17844 11797/10386/15725 +f 11797/10386/15725 11798/12079/17844 11795/12081/17846 +f 11799/12082/17847 11802/12083/17848 11800/12084/17849 +f 12192/12072/17837 10146/10375/15714 11799/12082/17847 +f 12192/12072/17837 11799/12082/17847 11800/12084/17849 +f 11802/12083/17848 11799/12082/17847 11801/12085/17850 +f 11802/12083/17848 11801/12085/17850 11803/12086/17851 +f 11803/12086/17851 11801/12085/17850 11804/12087/17852 +f 11805/10006/15345 11803/12086/17851 11804/12087/17852 +f 11807/12088/17853 11809/12089/17854 11808/9997/15336 +f 10717/11022/16655 11809/12089/17854 11807/12088/17853 +f 10717/11022/16655 11811/12090/17855 11809/12089/17854 +f 11810/12071/17836 12270/12070/17835 11811/12090/17855 +f 11899/12091/17856 9788/9991/15330 9789/9993/15332 +f 9780/9983/15322 12301/12092/17857 12300/9984/15323 +f 12301/12092/17857 9780/9983/15322 11814/12093/17858 +f 11814/12093/17858 9780/9983/15322 11812/12094/17859 +f 11814/12093/17858 11812/12094/17859 10703/11008/16641 +f 10701/11006/16639 11813/12095/17860 11814/12093/17858 +f 10701/11006/16639 11814/12093/17858 10703/11008/16641 +f 9778/9978/15317 9779/9980/15319 11900/12096/17861 +f 12351/9971/15310 9770/9970/15309 11816/12097/17862 +f 11816/12097/17862 9770/9970/15309 11815/12098/17863 +f 11819/11000/16633 11817/10998/16631 11821/12099/17864 +f 11821/12099/17864 11818/12100/17865 11819/11000/16633 +f 11817/10998/16631 10693/10996/16629 11820/12101/17866 +f 11820/12101/17866 12379/12102/17867 11821/12099/17864 +f 11820/12101/17866 11821/12099/17864 11817/10998/16631 +f 9768/9965/15304 9769/9967/15306 11820/12101/17866 +f 11820/12101/17866 9769/9967/15306 12379/12102/17867 +f 11779/12052/17817 11825/12103/17868 11822/12104/17869 +f 11779/12052/17817 11822/12104/17869 11823/12105/17870 +f 11779/12052/17817 11824/12106/17871 11825/12103/17868 +f 11825/12103/17868 11824/12106/17871 11826/12107/17872 +f 9759/9952/15291 12434/9954/15293 11894/12108/17873 +f 11894/12108/17873 12434/9954/15293 11826/12107/17872 +f 11828/12109/17874 11827/12110/17875 12463/9943/15282 +f 11827/12110/17875 11828/12109/17874 11830/12111/17876 +f 11829/12112/17877 11831/12113/17878 11830/12111/17876 +f 11790/12067/17832 11832/12114/17879 11831/12113/17878 +f 12490/9942/15281 11832/12114/17879 9743/9941/15280 +f 9743/9941/15280 11832/12114/17879 11790/12067/17832 +f 11834/12115/17880 11833/9930/15269 9744/9929/15268 +f 11834/12115/17880 9744/9929/15268 11789/12066/17831 +f 11836/12116/17881 11837/12117/17882 11835/12118/17883 +f 9742/9928/15267 11837/12117/17882 11836/12116/17881 +f 12571/12069/17834 9734/9917/15256 11838/12063/17828 +f 12571/12069/17834 11838/12063/17828 11839/12119/17884 +f 11841/12120/17885 11840/12121/17886 11787/12122/17887 +f 11842/12123/17888 9733/9916/15255 11841/12120/17885 +f 12621/9907/15246 9724/9906/15245 12624/12124/17889 +f 11843/12125/17890 11846/12126/17891 11844/12127/17892 +f 11843/12125/17890 11844/12127/17892 12624/12124/17889 +f 11843/12125/17890 12624/12124/17889 9724/9906/15245 +f 11846/12126/17891 11843/12125/17890 11845/12128/17893 +f 11847/12129/17894 11849/12130/17895 11845/12128/17893 +f 11845/12128/17893 11849/12130/17895 11848/12131/17896 +f 11845/12128/17893 11848/12131/17896 11846/12126/17891 +f 9723/9903/15242 11849/12130/17895 11847/12129/17894 +f 11786/12062/17827 9722/9901/15240 9723/9903/15242 +f 12678/9894/15233 9714/9893/15232 11851/12132/17897 +f 12732/9880/15219 9705/9879/15218 12735/12133/17898 +f 12735/12133/17898 9705/9879/15218 11854/12134/17899 +f 12735/12133/17898 11854/12134/17899 11855/12135/17900 +f 11855/12135/17900 10820/11127/16760 11856/12061/17826 +f 9703/9875/15214 12761/9877/15216 11895/12136/17901 +f 11895/12136/17901 12761/9877/15216 12759/12137/17902 +f 11857/9868/15207 9697/9867/15206 11858/12138/17903 +f 11857/9868/15207 11858/12138/17903 12791/12139/17904 +f 11859/12140/17905 11860/11119/16752 11861/12141/17906 +f 11859/12140/17905 11861/12141/17906 12791/12139/17904 +f 11860/11119/16752 11863/12142/17907 11861/12141/17906 +f 11860/11119/16752 11862/12143/17908 11863/12142/17907 +f 11863/12142/17907 11862/12143/17908 11864/12144/17909 +f 12817/9865/15204 11864/12144/17909 9687/9864/15203 +f 9687/9864/15203 11864/12144/17909 11862/12143/17908 +f 10804/11110/16743 11868/12145/17910 11866/12146/17911 +f 10804/11110/16743 11866/12146/17911 10806/11112/16745 +f 10806/11112/16745 11866/12146/17911 11865/12147/17912 +f 11867/12148/17913 11869/12149/17914 11868/12145/17910 +f 11867/12148/17913 11868/12145/17910 10803/11108/16741 +f 10803/11108/16741 11868/12145/17910 10804/11110/16743 +f 9686/9853/15192 11869/12149/17914 11867/12148/17913 +f 12893/9843/15182 9678/9842/15181 12895/12150/17915 +f 11871/12151/17916 11870/12152/17917 12895/12150/17915 +f 11871/12151/17916 12895/12150/17915 9678/9842/15181 +f 11874/12153/17918 11872/12154/17919 11873/12155/17920 +f 11870/12152/17917 11871/12151/17916 11872/12154/17919 +f 11784/12060/17825 9677/9841/15180 11874/12153/17918 +f 11875/12059/17824 11877/12156/17921 11876/12157/17922 +f 12950/12068/17833 9669/9832/15171 11875/12059/17824 +f 12950/12068/17833 11875/12059/17824 11876/12157/17922 +f 11878/12158/17923 11877/12156/17921 11783/12058/17823 +f 11782/12159/17924 9668/9829/15168 11878/12158/17923 +f 13004/9820/15159 9659/9819/15158 13007/12160/17925 +f 11880/12057/17822 11879/12161/17926 13007/12160/17925 +f 11880/12057/17822 13007/12160/17925 9659/9819/15158 +f 11882/12162/17927 11881/12163/17928 10774/11080/16713 +f 9658/9816/15155 11781/12056/17821 9657/9814/15153 +f 13061/9807/15146 9650/9806/15145 11883/12055/17820 +f 11884/12164/17929 13063/12165/17930 11883/12055/17820 +f 11883/12055/17820 13063/12165/17930 13061/9807/15146 +f 9649/9803/15142 13087/12166/17931 9648/9801/15140 +f 9648/9801/15140 13087/12166/17931 11885/12167/17932 +f 11885/12167/17932 13087/12166/17931 11886/12168/17933 +f 11885/12167/17932 11886/12168/17933 10763/11068/16701 +f 13112/9793/15132 9641/9792/15131 13116/12169/17934 +f 13116/12169/17934 9641/9792/15131 11887/12170/17935 +f 10752/11057/16690 11890/12171/17936 11888/12172/17937 +f 11889/12173/17938 11890/12171/17936 10752/11057/16690 +f 9639/9788/15127 13141/9790/15129 11889/12173/17938 +f 11889/12173/17938 13141/9790/15129 11890/12171/17936 +f 11892/12054/17819 11891/12174/17939 13170/9779/15118 +f 11780/12053/17818 11897/12175/17940 11893/12176/17941 +f 11891/12174/17939 11892/12054/17819 11893/12176/17941 +f 10732/11037/16670 10729/11035/16668 11799/12082/17847 +f 10723/11028/16661 11898/12177/17942 11804/12087/17852 +f 11799/12082/17847 10729/11035/16668 10728/11033/16666 +f 11799/12082/17847 10728/11033/16666 11801/12085/17850 +f 11801/12085/17850 10728/11033/16666 10726/11032/16665 +f 11801/12085/17850 10726/11032/16665 11804/12087/17852 +f 11804/12087/17852 10726/11032/16665 10725/11030/16663 +f 11804/12087/17852 10725/11030/16663 10723/11028/16661 +f 11811/12090/17855 10717/11022/16655 11810/12071/17836 +f 11810/12071/17836 10717/11022/16655 10715/11020/16653 +f 10723/11028/16661 10721/11026/16659 11898/12177/17942 +f 11898/12177/17942 10721/11026/16659 10718/11024/16657 +f 11898/12177/17942 10718/11024/16657 11807/12088/17853 +f 11807/12088/17853 10718/11024/16657 10717/11022/16655 +f 10709/11014/16647 10707/11012/16645 11812/12094/17859 +f 11812/12094/17859 10707/11012/16645 10704/11010/16643 +f 11812/12094/17859 10704/11010/16643 10703/11008/16641 +f 10686/10989/16622 11824/12106/17871 10687/10991/16624 +f 10687/10991/16624 11824/12106/17871 11779/12052/17817 +f 10687/10991/16624 11779/12052/17817 11778/12051/17816 +f 10687/10991/16624 11778/12051/17816 10690/10993/16626 +f 10690/10993/16626 11778/12051/17816 10691/10995/16628 +f 10686/10989/16622 10684/10988/16621 11824/12106/17871 +f 11824/12106/17871 10684/10988/16621 11894/12108/17873 +f 11824/12106/17871 11894/12108/17873 11826/12107/17872 +f 11828/12109/17874 10679/10982/16615 10677/10981/16614 +f 11830/12111/17876 11828/12109/17874 11829/12112/17877 +f 11829/12112/17877 11828/12109/17874 10677/10981/16614 +f 11829/12112/17877 10677/10981/16614 10676/10979/16612 +f 11790/12067/17832 11831/12113/17878 11829/12112/17877 +f 11790/12067/17832 11829/12112/17877 10674/10978/16611 +f 10674/10978/16611 11829/12112/17877 10676/10979/16612 +f 11835/12118/17883 11834/12115/17880 11788/12065/17830 +f 11788/12065/17830 11834/12115/17880 11789/12066/17831 +f 11788/12065/17830 11789/12066/17831 10638/10941/16574 +f 10638/10941/16574 11789/12066/17831 10668/10971/16604 +f 10637/10939/16572 10666/10969/16602 11788/12065/17830 +f 11788/12065/17830 10666/10969/16602 11836/12116/17881 +f 11788/12065/17830 11836/12116/17881 11835/12118/17883 +f 11839/12119/17884 11838/12063/17828 11840/12121/17886 +f 11840/12121/17886 11838/12063/17828 11787/12122/17887 +f 11787/12122/17887 11838/12063/17828 10662/10965/16598 +f 11787/12122/17887 10662/10965/16598 10659/10963/16596 +f 10659/10963/16596 10658/10961/16594 11787/12122/17887 +f 11787/12122/17887 10658/10961/16594 11842/12123/17888 +f 11787/12122/17887 11842/12123/17888 11841/12120/17885 +f 10655/10958/16591 10653/10956/16589 11843/12125/17890 +f 10648/10951/16584 11847/12129/17894 10649/10953/16586 +f 10649/10953/16586 11847/12129/17894 11845/12128/17893 +f 10649/10953/16586 11845/12128/17893 10651/10954/16587 +f 10651/10954/16587 11845/12128/17893 11843/12125/17890 +f 10651/10954/16587 11843/12125/17890 10653/10956/16589 +f 10640/10943/16576 11852/12178/17943 10641/10945/16578 +f 10641/10945/16578 11852/12178/17943 11777/12179/17944 +f 10640/10943/16576 10828/11134/16767 11852/12178/17943 +f 11852/12178/17943 10828/11134/16767 10827/11133/16766 +f 11852/12178/17943 10827/11133/16766 11853/12180/17945 +f 10824/11130/16763 11785/12181/17946 10827/11133/16766 +f 11856/12061/17826 10820/11127/16760 10791/11096/16729 +f 12759/12137/17902 11856/12061/17826 11895/12136/17901 +f 11895/12136/17901 11856/12061/17826 10819/11125/16758 +f 10812/11117/16750 11862/12143/17908 11860/11119/16752 +f 11860/11119/16752 11859/12140/17905 10814/11121/16754 +f 11871/12151/17916 10799/11104/16737 10797/11103/16736 +f 11872/12154/17919 11871/12151/17916 11873/12155/17920 +f 11873/12155/17920 11871/12151/17916 10797/11103/16736 +f 11873/12155/17920 10797/11103/16736 10796/11101/16734 +f 11784/12060/17825 11874/12153/17918 11873/12155/17920 +f 11784/12060/17825 11873/12155/17920 10794/11100/16733 +f 10794/11100/16733 11873/12155/17920 10796/11101/16734 +f 11783/12058/17823 11877/12156/17921 11875/12059/17824 +f 11783/12058/17823 11875/12059/17824 10783/11089/16722 +f 10783/11089/16722 11875/12059/17824 10786/11091/16724 +f 10782/11087/16720 10780/11085/16718 11783/12058/17823 +f 11783/12058/17823 10780/11085/16718 11782/12159/17924 +f 11783/12058/17823 11782/12159/17924 11878/12158/17923 +f 11879/12161/17926 11880/12057/17822 11881/12163/17928 +f 11881/12163/17928 11880/12057/17822 10774/11080/16713 +f 10774/11080/16713 11880/12057/17822 10777/11082/16715 +f 10774/11080/16713 10773/11078/16711 11882/12162/17927 +f 11884/12164/17929 10764/11070/16703 10763/11068/16701 +f 11884/12164/17929 10763/11068/16701 11886/12168/17933 +f 10763/11068/16701 10761/11066/16699 11885/12167/17932 +f 11885/12167/17932 10761/11066/16699 10759/11064/16697 +f 11888/12172/17937 10753/11059/16692 10752/11057/16690 +f 11889/12173/17938 10752/11057/16690 10749/11054/16687 +f 11780/12053/17818 11893/12176/17941 11892/12054/17819 +f 11780/12053/17818 11892/12054/17819 10713/11019/16652 +f 10713/11019/16652 11892/12054/17819 10744/11050/16683 +f 10712/11017/16650 10743/11048/16681 11780/12053/17818 +f 11780/12053/17818 10743/11048/16681 11896/12073/17838 +f 11780/12053/17818 11896/12073/17838 11897/12175/17940 +f 11897/12175/17940 11896/12073/17838 9620/9776/15115 +f 10739/11045/16678 10738/11043/16676 11792/12077/17842 +f 11792/12077/17842 10738/11043/16676 10736/11041/16674 +f 11792/12077/17842 10736/11041/16674 11795/12081/17846 +f 10715/11020/16653 10709/11014/16647 11810/12071/17836 +f 11810/12071/17836 10709/11014/16647 11899/12091/17856 +f 11810/12071/17836 11899/12091/17856 9789/9993/15332 +f 10701/11006/16639 10700/11005/16638 11900/12096/17861 +f 10701/11006/16639 11900/12096/17861 11813/12095/17860 +f 11813/12095/17860 11900/12096/17861 9779/9980/15319 +f 10697/11002/16635 11819/11000/16633 11815/12098/17863 +f 11815/12098/17863 11819/11000/16633 11816/12097/17862 +f 11816/12097/17862 11819/11000/16633 11818/12100/17865 +f 12407/9957/15296 9761/9956/15295 11823/12105/17870 +f 11823/12105/17870 9761/9956/15295 11901/12050/17815 +f 11823/12105/17870 11901/12050/17815 11779/12052/17817 +f 10648/10951/16584 10646/10949/16582 11847/12129/17894 +f 11847/12129/17894 10646/10949/16582 11786/12062/17827 +f 11847/12129/17894 11786/12062/17827 9723/9903/15242 +f 11777/12179/17944 11852/12178/17943 11850/12182/17947 +f 11777/12179/17944 11850/12182/17947 9714/9893/15232 +f 9714/9893/15232 11850/12182/17947 11851/12132/17897 +f 10827/11133/16766 11785/12181/17946 11853/12180/17945 +f 11853/12180/17945 11785/12181/17946 9712/9888/15227 +f 11853/12180/17945 9712/9888/15227 9713/9890/15229 +f 11854/12134/17899 10822/11128/16761 10820/11127/16760 +f 11854/12134/17899 10820/11127/16760 11855/12135/17900 +f 10780/11085/16718 10778/11084/16717 11782/12159/17924 +f 11782/12159/17924 10778/11084/16717 11902/12183/17948 +f 11782/12159/17924 11902/12183/17948 9668/9829/15168 +f 9668/9829/15168 11902/12183/17948 9667/9827/15166 +f 10773/11078/16711 10771/11077/16710 11882/12162/17927 +f 11882/12162/17927 10771/11077/16710 11781/12056/17821 +f 11882/12162/17927 11781/12056/17821 9658/9816/15155 +f 10767/11072/16705 10764/11070/16703 11883/12055/17820 +f 11883/12055/17820 10764/11070/16703 11884/12164/17929 +f 10756/11061/16694 10753/11059/16692 11888/12172/17937 +f 10756/11061/16694 11888/12172/17937 11887/12170/17935 +f 11887/12170/17935 11888/12172/17937 13116/12169/17934 +f 10734/11039/16672 10732/11037/16670 11903/12184/17949 +f 11903/12184/17949 10732/11037/16670 11799/12082/17847 +f 11903/12184/17949 11799/12082/17847 10153/10377/15716 +f 10153/10377/15716 11799/12082/17847 10146/10375/15714 +f 11808/9997/15336 9790/9996/15335 11807/12088/17853 +f 11807/12088/17853 9790/9996/15335 11806/10004/15343 +f 11807/12088/17853 11806/10004/15343 11898/12177/17942 +f 11898/12177/17942 11806/10004/15343 11805/10006/15345 +f 11898/12177/17942 11805/10006/15345 11804/12087/17852 +f 10664/10968/16601 10663/10967/16600 11904/12064/17829 +f 11904/12064/17829 10663/10967/16600 11838/12063/17828 +f 11904/12064/17829 11838/12063/17828 9735/9919/15258 +f 9735/9919/15258 11838/12063/17828 9734/9917/15256 +f 10658/10961/16594 10656/10960/16593 11842/12123/17888 +f 11842/12123/17888 10656/10960/16593 11905/12185/17950 +f 11842/12123/17888 11905/12185/17950 9733/9916/15255 +f 9733/9916/15255 11905/12185/17950 9732/9914/15253 +f 10817/11123/16756 10814/11121/16754 11859/12140/17905 +f 10817/11123/16756 11859/12140/17905 11858/12138/17903 +f 11858/12138/17903 11859/12140/17905 12791/12139/17904 +f 11906/12186/17951 10788/11093/16726 11875/12059/17824 +f 11906/12186/17951 11875/12059/17824 9671/9833/15172 +f 9671/9833/15172 11875/12059/17824 9669/9832/15171 +f 10748/11053/16686 10746/11051/16684 11907/12187/17952 +f 11907/12187/17952 10746/11051/16684 11892/12054/17819 +f 11907/12187/17952 11892/12054/17819 9630/9778/15117 +f 9630/9778/15117 11892/12054/17819 13170/9779/15118 +f 10736/11041/16674 10734/11039/16672 11795/12081/17846 +f 11795/12081/17846 10734/11039/16672 11903/12184/17949 +f 11795/12081/17846 11903/12184/17949 11797/10386/15725 +f 11797/10386/15725 11903/12184/17949 10153/10377/15716 +f 11806/10004/15343 9790/9996/15335 9791/9995/15334 +f 11899/12091/17856 10709/11014/16647 11812/12094/17859 +f 11899/12091/17856 11812/12094/17859 9788/9991/15330 +f 9788/9991/15330 11812/12094/17859 9780/9983/15322 +f 9788/9991/15330 9780/9983/15322 9781/9982/15321 +f 9770/9970/15309 9771/9969/15308 11815/12098/17863 +f 11815/12098/17863 9771/9969/15308 9778/9978/15317 +f 11815/12098/17863 9778/9978/15317 11900/12096/17861 +f 11815/12098/17863 11900/12096/17861 10697/11002/16635 +f 10697/11002/16635 11900/12096/17861 10698/11004/16637 +f 10698/11004/16637 11900/12096/17861 10700/11005/16638 +f 9761/9956/15295 9762/9958/15297 11901/12050/17815 +f 11901/12050/17815 9762/9958/15297 9768/9965/15304 +f 11901/12050/17815 9768/9965/15304 11820/12101/17866 +f 11901/12050/17815 11820/12101/17866 11778/12051/17816 +f 11778/12051/17816 11820/12101/17866 10693/10996/16629 +f 11778/12051/17816 10693/10996/16629 10691/10995/16628 +f 11908/12188/17953 9753/9945/15284 9759/9952/15291 +f 11908/12188/17953 9759/9952/15291 11894/12108/17873 +f 11908/12188/17953 11894/12108/17873 10681/10984/16617 +f 10681/10984/16617 11894/12108/17873 10683/10986/16619 +f 10683/10986/16619 11894/12108/17873 10684/10988/16621 +f 10681/10984/16617 10679/10982/16615 11828/12109/17874 +f 10681/10984/16617 11828/12109/17874 11908/12188/17953 +f 11908/12188/17953 11828/12109/17874 12463/9943/15282 +f 11908/12188/17953 12463/9943/15282 9753/9945/15284 +f 11909/12189/17954 9749/9932/15271 9743/9941/15280 +f 11909/12189/17954 9743/9941/15280 11790/12067/17832 +f 11909/12189/17954 11790/12067/17832 10672/10975/16608 +f 10672/10975/16608 11790/12067/17832 10673/10976/16609 +f 10672/10975/16608 10670/10973/16606 11909/12189/17954 +f 11909/12189/17954 10670/10973/16606 11789/12066/17831 +f 11909/12189/17954 11789/12066/17831 9744/9929/15268 +f 11909/12189/17954 9744/9929/15268 9749/9932/15271 +f 11836/12116/17881 10666/10969/16602 11904/12064/17829 +f 11836/12116/17881 11904/12064/17829 9742/9928/15267 +f 9742/9928/15267 11904/12064/17829 9735/9919/15258 +f 10656/10960/16593 10655/10958/16591 11905/12185/17950 +f 11905/12185/17950 10655/10958/16591 11843/12125/17890 +f 11905/12185/17950 11843/12125/17890 9732/9914/15253 +f 9732/9914/15253 11843/12125/17890 9724/9906/15245 +f 9732/9914/15253 9724/9906/15245 9725/9905/15244 +f 10644/10947/16580 10641/10945/16578 11786/12062/17827 +f 11786/12062/17827 10641/10945/16578 11777/12179/17944 +f 11786/12062/17827 11777/12179/17944 9722/9901/15240 +f 9722/9901/15240 11777/12179/17944 9714/9893/15232 +f 9722/9901/15240 9714/9893/15232 9715/9892/15231 +f 9705/9879/15218 9706/9881/15220 9712/9888/15227 +f 9705/9879/15218 9712/9888/15227 11854/12134/17899 +f 11854/12134/17899 9712/9888/15227 11785/12181/17946 +f 11854/12134/17899 11785/12181/17946 10822/11128/16761 +f 10822/11128/16761 11785/12181/17946 10824/11130/16763 +f 11858/12138/17903 9697/9867/15206 9703/9875/15214 +f 11858/12138/17903 9703/9875/15214 11895/12136/17901 +f 11858/12138/17903 11895/12136/17901 10817/11123/16756 +f 10817/11123/16756 11895/12136/17901 10819/11125/16758 +f 11910/12190/17955 9690/9855/15194 9687/9864/15203 +f 11910/12190/17955 9687/9864/15203 11862/12143/17908 +f 11910/12190/17955 11862/12143/17908 10810/11116/16749 +f 10810/11116/16749 11862/12143/17908 10812/11117/16750 +f 10810/11116/16749 10809/11114/16747 11910/12190/17955 +f 11910/12190/17955 10809/11114/16747 10806/11112/16745 +f 11910/12190/17955 10806/11112/16745 11865/12147/17912 +f 11910/12190/17955 11865/12147/17912 9690/9855/15194 +f 9690/9855/15194 11865/12147/17912 9689/9856/15195 +f 10803/11108/16741 10801/11106/16739 11867/12148/17913 +f 11867/12148/17913 10801/11106/16739 9685/9844/15183 +f 11867/12148/17913 9685/9844/15183 9686/9853/15192 +f 9678/9842/15181 9685/9844/15183 11871/12151/17916 +f 11871/12151/17916 9685/9844/15183 10801/11106/16739 +f 11871/12151/17916 10801/11106/16739 10799/11104/16737 +f 10793/11098/16731 10788/11093/16726 11784/12060/17825 +f 11784/12060/17825 10788/11093/16726 11906/12186/17951 +f 11784/12060/17825 11906/12186/17951 9677/9841/15180 +f 9677/9841/15180 11906/12186/17951 9671/9833/15172 +f 11902/12183/17948 10778/11084/16717 11880/12057/17822 +f 11902/12183/17948 11880/12057/17822 9667/9827/15166 +f 9667/9827/15166 11880/12057/17822 9659/9819/15158 +f 9667/9827/15166 9659/9819/15158 9660/9818/15157 +f 10770/11075/16708 10768/11074/16707 11781/12056/17821 +f 11781/12056/17821 10768/11074/16707 11883/12055/17820 +f 11781/12056/17821 11883/12055/17820 9657/9814/15153 +f 9657/9814/15153 11883/12055/17820 9651/9805/15144 +f 9651/9805/15144 11883/12055/17820 9650/9806/15145 +f 9641/9792/15131 9642/9794/15133 11887/12170/17935 +f 11887/12170/17935 9642/9794/15133 9648/9801/15140 +f 11887/12170/17935 9648/9801/15140 11885/12167/17932 +f 11887/12170/17935 11885/12167/17932 10756/11061/16694 +f 10756/11061/16694 11885/12167/17932 10759/11064/16697 +f 9630/9778/15117 9633/9781/15120 9639/9788/15127 +f 9630/9778/15117 9639/9788/15127 11907/12187/17952 +f 11907/12187/17952 9639/9788/15127 11889/12173/17938 +f 11907/12187/17952 11889/12173/17938 10748/11053/16686 +f 10748/11053/16686 11889/12173/17938 10749/11054/16687 +f 11911/12191/17956 9626/9772/15111 9621/9775/15114 +f 11911/12191/17956 9621/9775/15114 11896/12073/17838 +f 11911/12191/17956 11896/12073/17838 10741/11047/16680 +f 10741/11047/16680 11896/12073/17838 10743/11048/16681 +f 10741/11047/16680 10739/11045/16678 11911/12191/17956 +f 11911/12191/17956 10739/11045/16678 11791/12075/17840 +f 11911/12191/17956 11791/12075/17840 9626/9772/15111 +f 9626/9772/15111 11791/12075/17840 9622/9773/15112 +s 122 +f 10937/11245/16878 10128/10357/15696 10936/11244/16877 +f 10936/11244/16877 10128/10357/15696 10129/10358/15697 +f 10936/11244/16877 10129/10358/15697 10934/11242/16875 +f 10934/11242/16875 10129/10358/15697 10029/10256/15595 +f 10934/11242/16875 10029/10256/15595 10933/11241/16874 +f 10933/11241/16874 10029/10256/15595 10032/10260/15599 +f 10933/11241/16874 10032/10260/15599 10931/11239/16872 +f 10931/11239/16872 10032/10260/15599 10023/10249/15588 +f 10931/11239/16872 10023/10249/15588 10930/11237/16870 +f 10930/11237/16870 10023/10249/15588 10025/10251/15590 +f 10930/11237/16870 10025/10251/15590 10950/11258/16891 +f 10950/11258/16891 10025/10251/15590 10019/10245/15584 +f 10950/11258/16891 10019/10245/15584 10949/11257/16890 +f 10949/11257/16890 10019/10245/15584 10017/10244/15583 +f 10949/11257/16890 10017/10244/15583 10947/11255/16888 +f 10947/11255/16888 10017/10244/15583 10020/10246/15585 +f 10947/11255/16888 10020/10246/15585 10946/11254/16887 +f 10946/11254/16887 10020/10246/15585 10130/10359/15698 +f 10946/11254/16887 10130/10359/15698 10944/11252/16885 +f 10944/11252/16885 10130/10359/15698 10132/10361/15700 +f 10944/11252/16885 10132/10361/15700 10943/11250/16883 +f 10943/11250/16883 10132/10361/15700 10133/10362/15701 +f 10943/11250/16883 10133/10362/15701 10960/11268/16901 +f 10960/11268/16901 10133/10362/15701 10135/10364/15703 +f 10960/11268/16901 10135/10364/15703 10959/11267/16900 +f 10959/11267/16900 10135/10364/15703 10136/10365/15704 +f 10959/11267/16900 10136/10365/15704 10957/11265/16898 +f 10957/11265/16898 10136/10365/15704 10012/10239/15578 +f 10957/11265/16898 10012/10239/15578 10956/11264/16897 +f 10956/11264/16897 10012/10239/15578 10015/10242/15581 +f 10956/11264/16897 10015/10242/15581 10954/11262/16895 +f 10954/11262/16895 10015/10242/15581 10005/10231/15570 +f 10954/11262/16895 10005/10231/15570 10953/11260/16893 +f 10953/11260/16893 10005/10231/15570 10006/10233/15572 +f 10953/11260/16893 10006/10233/15572 10970/11278/16911 +f 10970/11278/16911 10006/10233/15572 10007/10234/15573 +f 10970/11278/16911 10007/10234/15573 10969/11277/16910 +f 10969/11277/16910 10007/10234/15573 10000/10226/15565 +f 10969/11277/16910 10000/10226/15565 10967/11275/16908 +f 10967/11275/16908 10000/10226/15565 9998/10225/15564 +f 10967/11275/16908 9998/10225/15564 10966/11274/16907 +f 10966/11274/16907 9998/10225/15564 10137/10366/15705 +f 10966/11274/16907 10137/10366/15705 10964/11272/16905 +f 10964/11272/16905 10137/10366/15705 10139/10368/15707 +f 10964/11272/16905 10139/10368/15707 10963/11270/16903 +f 10963/11270/16903 10139/10368/15707 10140/10369/15708 +f 10963/11270/16903 10140/10369/15708 10980/11288/16921 +f 10980/11288/16921 10140/10369/15708 10142/10371/15710 +f 10980/11288/16921 10142/10371/15710 10979/11287/16920 +f 10979/11287/16920 10142/10371/15710 10143/10372/15711 +f 10979/11287/16920 10143/10372/15711 10977/11285/16918 +f 10977/11285/16918 10143/10372/15711 10105/10335/15674 +f 10977/11285/16918 10105/10335/15674 10976/11284/16917 +f 10976/11284/16917 10105/10335/15674 10108/10338/15677 +f 10976/11284/16917 10108/10338/15677 10974/11282/16915 +f 10974/11282/16915 10108/10338/15677 10097/10326/15665 +f 10974/11282/16915 10097/10326/15665 10973/11280/16913 +f 10973/11280/16913 10097/10326/15665 10099/10329/15668 +f 10973/11280/16913 10099/10329/15668 10990/11298/16931 +f 10990/11298/16931 10099/10329/15668 10100/10330/15669 +f 10990/11298/16931 10100/10330/15669 10989/11297/16930 +f 10989/11297/16930 10100/10330/15669 10095/10323/15662 +f 10989/11297/16930 10095/10323/15662 10987/11295/16928 +f 10987/11295/16928 10095/10323/15662 10090/10318/15657 +f 10987/11295/16928 10090/10318/15657 10986/11294/16927 +f 10986/11294/16927 10090/10318/15657 10092/10319/15658 +f 10986/11294/16927 10092/10319/15658 10984/11292/16925 +f 10984/11292/16925 10092/10319/15658 10093/10320/15659 +f 10984/11292/16925 10093/10320/15659 10983/11290/16923 +f 10983/11290/16923 10093/10320/15659 10144/10373/15712 +f 10983/11290/16923 10144/10373/15712 11000/11307/16940 +f 11000/11307/16940 10144/10373/15712 10145/10374/15713 +f 11000/11307/16940 10145/10374/15713 10999/11306/16939 +f 10999/11306/16939 10145/10374/15713 10110/10339/15678 +f 10999/11306/16939 10110/10339/15678 10997/11304/16937 +f 10997/11304/16937 10110/10339/15678 10084/10316/15655 +f 10997/11304/16937 10084/10316/15655 10996/11303/16936 +f 10996/11303/16936 10084/10316/15655 10089/10317/15656 +f 10996/11303/16936 10089/10317/15656 10994/11301/16934 +f 10994/11301/16934 10089/10317/15656 10078/10307/15646 +f 10994/11301/16934 10078/10307/15646 10889/11196/16829 +f 10889/11196/16829 10078/10307/15646 10080/10309/15648 +f 10889/11196/16829 10080/10309/15648 10888/11195/16828 +f 10888/11195/16828 10080/10309/15648 10081/10310/15649 +f 10888/11195/16828 10081/10310/15649 10886/11193/16826 +f 10886/11193/16826 10081/10310/15649 10073/10301/15640 +f 10886/11193/16826 10073/10301/15640 10884/11191/16824 +f 10884/11191/16824 10073/10301/15640 10075/10303/15642 +f 10884/11191/16824 10075/10303/15642 10883/11190/16823 +f 10883/11190/16823 10075/10303/15642 10071/10300/15639 +f 10883/11190/16823 10071/10300/15639 10881/11188/16821 +f 10881/11188/16821 10071/10300/15639 10070/10299/15638 +f 10881/11188/16821 10070/10299/15638 10880/11186/16819 +f 10880/11186/16819 10070/10299/15638 10112/10341/15680 +f 10880/11186/16819 10112/10341/15680 10898/11206/16839 +f 10898/11206/16839 10112/10341/15680 10114/10343/15682 +f 10898/11206/16839 10114/10343/15682 10896/11204/16837 +f 10896/11204/16837 10114/10343/15682 10115/10344/15683 +f 10896/11204/16837 10115/10344/15683 10894/11202/16835 +f 10894/11202/16835 10115/10344/15683 10067/10296/15635 +f 10894/11202/16835 10067/10296/15635 10893/11201/16834 +f 10893/11201/16834 10067/10296/15635 10069/10297/15636 +f 10893/11201/16834 10069/10297/15636 10891/11199/16832 +f 10891/11199/16832 10069/10297/15636 10057/10286/15625 +f 10891/11199/16832 10057/10286/15625 10890/11197/16830 +f 10890/11197/16830 10057/10286/15625 10060/10289/15628 +f 10890/11197/16830 10060/10289/15628 10908/11216/16849 +f 10908/11216/16849 10060/10289/15628 10061/10290/15629 +f 10908/11216/16849 10061/10290/15629 10906/11214/16847 +f 10906/11214/16847 10061/10290/15629 10063/10292/15631 +f 10906/11214/16847 10063/10292/15631 10904/11212/16845 +f 10904/11212/16845 10063/10292/15631 10053/10282/15621 +f 10904/11212/16845 10053/10282/15621 10903/11211/16844 +f 10903/11211/16844 10053/10282/15621 10052/10281/15620 +f 10903/11211/16844 10052/10281/15620 10901/11209/16842 +f 10901/11209/16842 10052/10281/15620 10051/10280/15619 +f 10901/11209/16842 10051/10280/15619 10900/11207/16840 +f 10900/11207/16840 10051/10280/15619 10116/10345/15684 +f 10900/11207/16840 10116/10345/15684 10918/11226/16859 +f 10918/11226/16859 10116/10345/15684 10118/10347/15686 +f 10918/11226/16859 10118/10347/15686 10916/11224/16857 +f 10916/11224/16857 10118/10347/15686 10119/10348/15687 +f 10916/11224/16857 10119/10348/15687 10914/11222/16855 +f 10914/11222/16855 10119/10348/15687 10121/10350/15689 +f 10914/11222/16855 10121/10350/15689 10913/11221/16854 +f 10913/11221/16854 10121/10350/15689 10122/10351/15690 +f 10913/11221/16854 10122/10351/15690 10911/11219/16852 +f 10911/11219/16852 10122/10351/15690 10042/10270/15609 +f 10911/11219/16852 10042/10270/15609 10910/11217/16850 +f 10910/11217/16850 10042/10270/15609 10045/10274/15613 +f 10910/11217/16850 10045/10274/15613 10928/11236/16869 +f 10928/11236/16869 10045/10274/15613 10048/10276/15615 +f 10928/11236/16869 10048/10276/15615 10926/11234/16867 +f 10926/11234/16867 10048/10276/15615 10049/10277/15616 +f 10926/11234/16867 10049/10277/15616 10924/11232/16865 +f 10924/11232/16865 10049/10277/15616 10033/10261/15600 +f 10924/11232/16865 10033/10261/15600 10923/11231/16864 +f 10923/11231/16864 10033/10261/15600 10034/10263/15602 +f 10923/11231/16864 10034/10263/15602 10921/11229/16862 +f 10921/11229/16862 10034/10263/15602 10036/10265/15604 +f 10921/11229/16862 10036/10265/15604 10920/11227/16860 +f 10920/11227/16860 10036/10265/15604 10123/10352/15691 +f 10920/11227/16860 10123/10352/15691 10941/11249/16882 +f 10941/11249/16882 10123/10352/15691 10125/10354/15693 +f 10941/11249/16882 10125/10354/15693 10939/11247/16880 +f 10939/11247/16880 10125/10354/15693 10126/10355/15694 +f 10939/11247/16880 10126/10355/15694 10937/11245/16878 +f 10937/11245/16878 10126/10355/15694 10128/10357/15696 +f 10952/11238/16871 10951/11259/16892 11994/12192/17957 +f 10962/11251/16884 10961/11269/16902 11988/12193/17958 +f 10972/11261/16894 10971/11279/16912 11982/12194/17959 +f 10982/11271/16904 10981/11289/16922 11976/12195/17960 +f 10993/11300/16933 10887/11194/16827 12016/12196/17961 +f 10887/11194/16827 10885/11192/16825 11955/12197/17962 +f 10899/11187/16820 10897/11205/16838 12011/12198/17963 +f 10897/11205/16838 10895/11203/16836 11948/12199/17964 +f 10909/11198/16831 10907/11215/16848 12007/12200/17965 +f 10907/11215/16848 10905/11213/16846 11941/12201/17966 +f 10919/11208/16841 10917/11225/16858 12003/12202/17967 +f 10917/11225/16858 10915/11223/16856 11933/12203/17968 +f 10929/11218/16851 10927/11235/16868 11913/12204/17969 +f 10927/11235/16868 10925/11233/16866 11923/12205/17970 +f 10852/11159/16792 10843/11149/16782 11914/12206/17971 +f 11914/12206/17971 10843/11149/16782 12000/12207/17972 +f 11914/12206/17971 12000/12207/17972 11926/12208/17973 +f 11915/12209/17974 11914/12206/17971 11926/12208/17973 +f 11915/12209/17974 11926/12208/17973 11997/12210/17975 +f 11916/12211/17976 11915/12209/17974 11997/12210/17975 +f 10855/11154/16787 10852/11159/16792 12054/12212/17977 +f 12054/12212/17977 10852/11159/16792 11914/12206/17971 +f 12054/12212/17977 11914/12206/17971 11917/12213/17978 +f 11917/12213/17978 11914/12206/17971 11915/12209/17974 +f 11917/12213/17978 11915/12209/17974 11918/12214/17979 +f 11918/12214/17979 11915/12209/17974 11916/12211/17976 +f 11918/12214/17979 11916/12211/17976 11921/12215/17980 +f 11919/12216/17981 11917/12213/17978 11918/12214/17979 +f 11919/12216/17981 11918/12214/17979 11912/12217/17982 +f 11912/12217/17982 11918/12214/17979 11921/12215/17980 +f 11923/12205/17970 11922/12218/17983 11925/12219/17984 +f 11925/12219/17984 11922/12218/17983 11924/12220/17985 +f 11925/12219/17984 11924/12220/17985 11926/12208/17973 +f 10843/11149/16782 10837/11136/16769 11927/12221/17986 +f 11927/12221/17986 10837/11136/16769 11928/12222/17987 +f 11927/12221/17986 11928/12222/17987 11929/12223/17988 +f 11929/12223/17988 11928/12222/17987 11930/12224/17989 +f 11929/12223/17988 11930/12224/17989 11932/12225/17990 +f 11932/12225/17990 11930/12224/17989 11931/12226/17991 +f 11932/12225/17990 11931/12226/17991 11934/12227/17992 +f 11934/12227/17992 11931/12226/17991 11933/12203/17968 +f 10837/11136/16769 10835/11143/16776 11935/12228/17993 +f 11935/12228/17993 10835/11143/16776 11936/12229/17994 +f 11935/12228/17993 11936/12229/17994 11937/12230/17995 +f 11937/12230/17995 11936/12229/17994 11938/12231/17996 +f 11937/12230/17995 11938/12231/17996 11940/12232/17997 +f 11940/12232/17997 11938/12231/17996 11939/12233/17998 +f 11940/12232/17997 11939/12233/17998 11942/12234/17999 +f 11942/12234/17999 11939/12233/17998 11941/12201/17966 +f 10842/11141/16774 10839/11146/16779 11943/12235/18000 +f 11944/12236/18001 11943/12235/18000 11945/12237/18002 +f 11944/12236/18001 11945/12237/18002 11946/12238/18003 +f 11946/12238/18003 11945/12237/18002 11947/12239/18004 +f 11946/12238/18003 11947/12239/18004 11949/12240/18005 +f 11949/12240/18005 11947/12239/18004 11948/12199/17964 +f 11950/12241/18006 10868/11163/16796 11951/12242/18007 +f 11950/12241/18006 11951/12242/18007 11952/12243/18008 +f 11952/12243/18008 11951/12242/18007 11954/12244/18009 +f 11954/12244/18009 11951/12242/18007 11953/12245/18010 +f 11954/12244/18009 11953/12245/18010 11956/12246/18011 +f 11956/12246/18011 11953/12245/18010 11955/12197/17962 +f 10868/11163/16796 10864/11171/16804 11957/12247/18012 +f 11960/12248/18013 11958/12249/18014 11959/12250/18015 +f 11960/12248/18013 11959/12250/18015 11962/12251/18016 +f 11962/12251/18016 11959/12250/18015 11961/12252/18017 +f 11963/12253/18018 10864/11171/16804 11964/12254/18019 +f 11963/12253/18018 11964/12254/18019 11965/12255/18020 +f 11965/12255/18020 11964/12254/18019 11966/12256/18021 +f 11965/12255/18020 11966/12256/18021 11968/12257/18022 +f 11968/12257/18022 11966/12256/18021 11967/12258/18023 +f 11968/12257/18022 11967/12258/18023 11970/12259/18024 +f 11970/12259/18024 11967/12258/18023 11969/12260/18025 +f 12031/12261/18026 10871/11178/16811 11971/12262/18027 +f 12031/12261/18026 11971/12262/18027 11973/12263/18028 +f 11973/12263/18028 11971/12262/18027 11972/12264/18029 +f 11973/12263/18028 11972/12264/18029 11974/12265/18030 +f 11973/12263/18028 11974/12265/18030 11975/12266/18031 +f 11975/12266/18031 11974/12265/18030 11976/12195/17960 +f 11975/12266/18031 11976/12195/17960 11977/12267/18032 +f 12037/12268/18033 10878/11176/16809 11978/12269/18034 +f 12037/12268/18033 11978/12269/18034 11979/12270/18035 +f 11981/12271/18036 11979/12270/18035 11980/12272/18037 +f 11981/12271/18036 11980/12272/18037 11983/12273/18038 +f 11983/12273/18038 11980/12272/18037 11982/12194/17959 +f 12042/12274/18039 10875/11182/16815 11984/12275/18040 +f 12042/12274/18039 11984/12275/18040 11985/12276/18041 +f 11987/12277/18042 11985/12276/18041 11986/12278/18043 +f 11987/12277/18042 11986/12278/18043 11989/12279/18044 +f 11989/12279/18044 11986/12278/18043 11988/12193/17958 +f 12048/12280/18045 10849/11156/16789 11990/12281/18046 +f 12048/12280/18045 11990/12281/18046 11991/12282/18047 +f 11993/12283/18048 11991/12282/18047 11992/12284/18049 +f 11993/12283/18048 11992/12284/18049 11995/12285/18050 +f 11995/12285/18050 11992/12284/18049 11994/12192/17957 +f 10938/11246/16879 11921/12215/17980 10940/11248/16881 +f 10940/11248/16881 11921/12215/17980 11920/12286/18051 +f 10940/11248/16881 11920/12286/18051 10942/11228/16861 +f 11996/12287/18052 10942/11228/16861 11920/12286/18051 +f 11996/12287/18052 11920/12286/18051 11997/12210/17975 +f 10922/11230/16863 10942/11228/16861 11922/12218/17983 +f 11922/12218/17983 10942/11228/16861 11996/12287/18052 +f 11922/12218/17983 11996/12287/18052 11924/12220/17985 +f 11924/12220/17985 11996/12287/18052 11997/12210/17975 +f 11923/12205/17970 10925/11233/16866 11922/12218/17983 +f 11922/12218/17983 10925/11233/16866 10922/11230/16863 +f 11913/12204/17969 10927/11235/16868 11923/12205/17970 +f 11913/12204/17969 11923/12205/17970 11998/12288/18053 +f 11998/12288/18053 11923/12205/17970 11925/12219/17984 +f 11998/12288/18053 11925/12219/17984 11999/12289/18054 +f 11999/12289/18054 11925/12219/17984 11926/12208/17973 +f 11999/12289/18054 11926/12208/17973 12000/12207/17972 +f 12001/12290/18055 10929/11218/16851 11913/12204/17969 +f 12001/12290/18055 11913/12204/17969 11998/12288/18053 +f 12001/12290/18055 11998/12288/18053 12002/12291/18056 +f 12002/12291/18056 11998/12288/18053 11999/12289/18054 +f 12002/12291/18056 11999/12289/18054 11929/12223/17988 +f 11929/12223/17988 11999/12289/18054 11927/12221/17986 +f 11927/12221/17986 11999/12289/18054 12000/12207/17972 +f 11927/12221/17986 12000/12207/17972 10843/11149/16782 +f 12002/12291/18056 11929/12223/17988 11932/12225/17990 +f 12002/12291/18056 11932/12225/17990 12001/12290/18055 +f 12001/12290/18055 11932/12225/17990 11934/12227/17992 +f 12001/12290/18055 11934/12227/17992 10929/11218/16851 +f 10929/11218/16851 11934/12227/17992 10912/11220/16853 +f 11933/12203/17968 10915/11223/16856 11934/12227/17992 +f 11934/12227/17992 10915/11223/16856 10912/11220/16853 +f 12003/12202/17967 10917/11225/16858 11933/12203/17968 +f 12003/12202/17967 11933/12203/17968 12004/12292/18057 +f 12004/12292/18057 11933/12203/17968 11931/12226/17991 +f 12004/12292/18057 11931/12226/17991 11930/12224/17989 +f 12005/12293/18058 10919/11208/16841 12003/12202/17967 +f 12005/12293/18058 12003/12202/17967 12006/12294/18059 +f 12006/12294/18059 12003/12202/17967 12004/12292/18057 +f 12006/12294/18059 12004/12292/18057 11937/12230/17995 +f 11937/12230/17995 12004/12292/18057 11930/12224/17989 +f 11937/12230/17995 11930/12224/17989 11935/12228/17993 +f 11935/12228/17993 11930/12224/17989 11928/12222/17987 +f 11935/12228/17993 11928/12222/17987 10837/11136/16769 +f 12006/12294/18059 11937/12230/17995 11940/12232/17997 +f 12006/12294/18059 11940/12232/17997 12005/12293/18058 +f 12005/12293/18058 11940/12232/17997 11942/12234/17999 +f 12005/12293/18058 11942/12234/17999 10919/11208/16841 +f 10919/11208/16841 11942/12234/17999 10902/11210/16843 +f 11941/12201/17966 10905/11213/16846 11942/12234/17999 +f 11942/12234/17999 10905/11213/16846 10902/11210/16843 +f 12007/12200/17965 10907/11215/16848 11941/12201/17966 +f 12007/12200/17965 11941/12201/17966 12008/12295/18060 +f 12008/12295/18060 11941/12201/17966 11939/12233/17998 +f 12008/12295/18060 11939/12233/17998 11938/12231/17996 +f 12009/12296/18061 10909/11198/16831 12007/12200/17965 +f 12009/12296/18061 12007/12200/17965 12010/12297/18062 +f 12010/12297/18062 12007/12200/17965 12008/12295/18060 +f 12010/12297/18062 12008/12295/18060 11944/12236/18001 +f 11944/12236/18001 12008/12295/18060 11938/12231/17996 +f 11944/12236/18001 11938/12231/17996 10842/11141/16774 +f 10842/11141/16774 11938/12231/17996 11936/12229/17994 +f 10842/11141/16774 11936/12229/17994 10835/11143/16776 +f 10842/11141/16774 11943/12235/18000 11944/12236/18001 +f 12010/12297/18062 11944/12236/18001 11946/12238/18003 +f 12010/12297/18062 11946/12238/18003 12009/12296/18061 +f 12009/12296/18061 11946/12238/18003 11949/12240/18005 +f 12009/12296/18061 11949/12240/18005 10909/11198/16831 +f 10909/11198/16831 11949/12240/18005 10892/11200/16833 +f 11948/12199/17964 10895/11203/16836 11949/12240/18005 +f 11949/12240/18005 10895/11203/16836 10892/11200/16833 +f 12011/12198/17963 10897/11205/16838 11948/12199/17964 +f 12011/12198/17963 11948/12199/17964 12012/12298/18063 +f 12012/12298/18063 11948/12199/17964 11947/12239/18004 +f 12012/12298/18063 11947/12239/18004 11945/12237/18002 +f 12012/12298/18063 11945/12237/18002 12013/12299/18064 +f 12013/12299/18064 11945/12237/18002 11943/12235/18000 +f 12013/12299/18064 11943/12235/18000 10839/11146/16779 +f 12014/12300/18065 10899/11187/16820 12011/12198/17963 +f 12014/12300/18065 12011/12198/17963 12015/12301/18066 +f 12015/12301/18066 12011/12198/17963 12012/12298/18063 +f 12015/12301/18066 12012/12298/18063 11952/12243/18008 +f 11952/12243/18008 12012/12298/18063 12013/12299/18064 +f 11952/12243/18008 12013/12299/18064 11950/12241/18006 +f 11950/12241/18006 12013/12299/18064 10839/11146/16779 +f 10839/11146/16779 10868/11163/16796 11950/12241/18006 +f 12015/12301/18066 11952/12243/18008 11954/12244/18009 +f 12015/12301/18066 11954/12244/18009 12014/12300/18065 +f 12014/12300/18065 11954/12244/18009 11956/12246/18011 +f 12014/12300/18065 11956/12246/18011 10899/11187/16820 +f 10899/11187/16820 11956/12246/18011 10882/11189/16822 +f 11955/12197/17962 10885/11192/16825 11956/12246/18011 +f 11956/12246/18011 10885/11192/16825 10882/11189/16822 +f 12016/12196/17961 10887/11194/16827 11955/12197/17962 +f 12016/12196/17961 11955/12197/17962 12017/12302/18067 +f 12017/12302/18067 11955/12197/17962 11953/12245/18010 +f 12017/12302/18067 11953/12245/18010 12018/12303/18068 +f 12018/12303/18068 11953/12245/18010 11951/12242/18007 +f 12018/12303/18068 11951/12242/18007 12019/12304/18069 +f 12019/12304/18069 11951/12242/18007 10868/11163/16796 +f 12020/12305/18070 10993/11300/16933 12016/12196/17961 +f 12020/12305/18070 12016/12196/17961 12021/12306/18071 +f 12021/12306/18071 12016/12196/17961 12017/12302/18067 +f 12021/12306/18071 12017/12302/18067 12018/12303/18068 +f 12019/12304/18069 10868/11163/16796 11957/12247/18012 +f 12019/12304/18069 11957/12247/18012 12018/12303/18068 +f 12018/12303/18068 11957/12247/18012 11958/12249/18014 +f 12018/12303/18068 11958/12249/18014 12021/12306/18071 +f 12021/12306/18071 11958/12249/18014 11960/12248/18013 +f 12021/12306/18071 11960/12248/18013 12020/12305/18070 +f 12020/12305/18070 11960/12248/18013 11962/12251/18016 +f 12020/12305/18070 11962/12251/18016 10993/11300/16933 +f 10993/11300/16933 11962/12251/18016 10995/11302/16935 +f 11002/11291/16924 11001/11308/16941 12022/12307/18072 +f 12022/12307/18072 11001/11308/16941 11961/12252/18017 +f 12022/12307/18072 11961/12252/18017 12023/12308/18073 +f 12023/12308/18073 11961/12252/18017 11959/12250/18015 +f 12023/12308/18073 11959/12250/18015 12024/12309/18074 +f 12024/12309/18074 11959/12250/18015 11958/12249/18014 +f 12024/12309/18074 11958/12249/18014 11957/12247/18012 +f 12024/12309/18074 11957/12247/18012 10864/11171/16804 +f 11001/11308/16941 10998/11305/16938 11961/12252/18017 +f 11961/12252/18017 10998/11305/16938 11962/12251/18016 +f 11962/12251/18016 10998/11305/16938 10995/11302/16935 +f 12025/12310/18075 11002/11291/16924 12022/12307/18072 +f 12025/12310/18075 12022/12307/18072 12026/12311/18076 +f 12026/12311/18076 12022/12307/18072 12023/12308/18073 +f 12026/12311/18076 12023/12308/18073 11965/12255/18020 +f 11965/12255/18020 12023/12308/18073 12024/12309/18074 +f 11965/12255/18020 12024/12309/18074 11963/12253/18018 +f 11963/12253/18018 12024/12309/18074 10864/11171/16804 +f 12026/12311/18076 11965/12255/18020 11968/12257/18022 +f 12026/12311/18076 11968/12257/18022 12025/12310/18075 +f 12025/12310/18075 11968/12257/18022 11970/12259/18024 +f 12025/12310/18075 11970/12259/18024 11002/11291/16924 +f 11002/11291/16924 11970/12259/18024 10985/11293/16926 +f 10992/11281/16914 10991/11299/16932 12027/12312/18077 +f 12027/12312/18077 10991/11299/16932 11969/12260/18025 +f 12027/12312/18077 11969/12260/18025 12028/12313/18078 +f 12028/12313/18078 11969/12260/18025 11967/12258/18023 +f 12028/12313/18078 11967/12258/18023 11966/12256/18021 +f 10860/11167/16800 11964/12254/18019 10864/11171/16804 +f 10991/11299/16932 10988/11296/16929 11969/12260/18025 +f 11969/12260/18025 10988/11296/16929 11970/12259/18024 +f 11970/12259/18024 10988/11296/16929 10985/11293/16926 +f 12029/12314/18079 10992/11281/16914 12027/12312/18077 +f 12029/12314/18079 12027/12312/18077 12030/12315/18080 +f 12030/12315/18080 12027/12312/18077 12028/12313/18078 +f 12030/12315/18080 12028/12313/18078 12032/12316/18081 +f 12032/12316/18081 12028/12313/18078 11966/12256/18021 +f 12032/12316/18081 11966/12256/18021 10860/11167/16800 +f 10860/11167/16800 11966/12256/18021 11964/12254/18019 +f 10860/11167/16800 12031/12261/18026 12032/12316/18081 +f 12030/12315/18080 12032/12316/18081 12033/12317/18082 +f 12030/12315/18080 12033/12317/18082 12029/12314/18079 +f 12029/12314/18079 12033/12317/18082 12034/12318/18083 +f 12029/12314/18079 12034/12318/18083 10992/11281/16914 +f 10992/11281/16914 12034/12318/18083 10975/11283/16916 +f 10978/11286/16919 10975/11283/16916 11977/12267/18032 +f 11977/12267/18032 10975/11283/16916 12034/12318/18083 +f 11977/12267/18032 12034/12318/18083 11975/12266/18031 +f 11975/12266/18031 12034/12318/18083 12033/12317/18082 +f 11975/12266/18031 12033/12317/18082 11973/12263/18028 +f 11973/12263/18028 12033/12317/18082 12032/12316/18081 +f 11973/12263/18028 12032/12316/18081 12031/12261/18026 +f 10871/11178/16811 12031/12261/18026 10860/11167/16800 +f 11976/12195/17960 10981/11289/16922 11977/12267/18032 +f 11977/12267/18032 10981/11289/16922 10978/11286/16919 +f 12035/12319/18084 10982/11271/16904 11976/12195/17960 +f 12035/12319/18084 11976/12195/17960 12036/12320/18085 +f 12036/12320/18085 11976/12195/17960 11974/12265/18030 +f 12036/12320/18085 11974/12265/18030 11972/12264/18029 +f 10871/11178/16811 10878/11176/16809 11971/12262/18027 +f 11971/12262/18027 10878/11176/16809 12037/12268/18033 +f 11971/12262/18027 12037/12268/18033 11972/12264/18029 +f 11972/12264/18029 12037/12268/18033 12038/12321/18086 +f 11972/12264/18029 12038/12321/18086 12036/12320/18085 +f 12036/12320/18085 12038/12321/18086 12039/12322/18087 +f 12036/12320/18085 12039/12322/18087 12035/12319/18084 +f 12035/12319/18084 12039/12322/18087 10965/11273/16906 +f 12035/12319/18084 10965/11273/16906 10982/11271/16904 +f 10968/11276/16909 10965/11273/16906 11983/12273/18038 +f 11983/12273/18038 10965/11273/16906 12039/12322/18087 +f 11983/12273/18038 12039/12322/18087 11981/12271/18036 +f 11981/12271/18036 12039/12322/18087 12038/12321/18086 +f 11981/12271/18036 12038/12321/18086 11979/12270/18035 +f 11979/12270/18035 12038/12321/18086 12037/12268/18033 +f 11982/12194/17959 10971/11279/16912 11983/12273/18038 +f 11983/12273/18038 10971/11279/16912 10968/11276/16909 +f 12040/12323/18088 10972/11261/16894 11982/12194/17959 +f 12040/12323/18088 11982/12194/17959 12041/12324/18089 +f 12041/12324/18089 11982/12194/17959 11980/12272/18037 +f 12041/12324/18089 11980/12272/18037 12043/12325/18090 +f 12043/12325/18090 11980/12272/18037 11979/12270/18035 +f 12043/12325/18090 11979/12270/18035 11978/12269/18034 +f 10878/11176/16809 10875/11182/16815 11978/12269/18034 +f 11978/12269/18034 10875/11182/16815 12042/12274/18039 +f 11978/12269/18034 12042/12274/18039 12043/12325/18090 +f 12041/12324/18089 12043/12325/18090 12044/12326/18091 +f 12041/12324/18089 12044/12326/18091 12040/12323/18088 +f 12040/12323/18088 12044/12326/18091 12045/12327/18092 +f 12040/12323/18088 12045/12327/18092 10972/11261/16894 +f 10972/11261/16894 12045/12327/18092 10955/11263/16896 +f 10958/11266/16899 10955/11263/16896 11989/12279/18044 +f 11989/12279/18044 10955/11263/16896 12045/12327/18092 +f 11989/12279/18044 12045/12327/18092 11987/12277/18042 +f 11987/12277/18042 12045/12327/18092 12044/12326/18091 +f 11987/12277/18042 12044/12326/18091 11985/12276/18041 +f 11985/12276/18041 12044/12326/18091 12043/12325/18090 +f 11985/12276/18041 12043/12325/18090 12042/12274/18039 +f 11988/12193/17958 10961/11269/16902 11989/12279/18044 +f 11989/12279/18044 10961/11269/16902 10958/11266/16899 +f 12046/12328/18093 10962/11251/16884 11988/12193/17958 +f 12046/12328/18093 11988/12193/17958 12047/12329/18094 +f 12047/12329/18094 11988/12193/17958 11986/12278/18043 +f 12047/12329/18094 11986/12278/18043 12049/12330/18095 +f 12049/12330/18095 11986/12278/18043 11985/12276/18041 +f 12049/12330/18095 11985/12276/18041 11984/12275/18040 +f 10849/11156/16789 11984/12275/18040 10875/11182/16815 +f 11984/12275/18040 10849/11156/16789 12048/12280/18045 +f 11984/12275/18040 12048/12280/18045 12049/12330/18095 +f 12047/12329/18094 12049/12330/18095 12050/12331/18096 +f 12047/12329/18094 12050/12331/18096 12046/12328/18093 +f 12046/12328/18093 12050/12331/18096 12051/12332/18097 +f 12046/12328/18093 12051/12332/18097 10962/11251/16884 +f 10962/11251/16884 12051/12332/18097 10945/11253/16886 +f 10948/11256/16889 10945/11253/16886 11995/12285/18050 +f 11995/12285/18050 10945/11253/16886 12051/12332/18097 +f 11995/12285/18050 12051/12332/18097 11993/12283/18048 +f 11993/12283/18048 12051/12332/18097 12050/12331/18096 +f 11993/12283/18048 12050/12331/18096 11991/12282/18047 +f 11991/12282/18047 12050/12331/18096 12049/12330/18095 +f 11991/12282/18047 12049/12330/18095 12048/12280/18045 +f 11994/12192/17957 10951/11259/16892 11995/12285/18050 +f 11995/12285/18050 10951/11259/16892 10948/11256/16889 +f 12052/12333/18098 10952/11238/16871 11994/12192/17957 +f 12052/12333/18098 11994/12192/17957 12053/12334/18099 +f 12053/12334/18099 11994/12192/17957 11992/12284/18049 +f 12053/12334/18099 11992/12284/18049 12055/12335/18100 +f 12055/12335/18100 11992/12284/18049 11991/12282/18047 +f 12055/12335/18100 11991/12282/18047 11990/12281/18046 +f 10849/11156/16789 10855/11154/16787 11990/12281/18046 +f 11990/12281/18046 10855/11154/16787 12054/12212/17977 +f 11990/12281/18046 12054/12212/17977 12055/12335/18100 +f 12053/12334/18099 12055/12335/18100 12056/12336/18101 +f 12053/12334/18099 12056/12336/18101 12052/12333/18098 +f 12052/12333/18098 12056/12336/18101 12057/12337/18102 +f 12052/12333/18098 12057/12337/18102 10952/11238/16871 +f 10952/11238/16871 12057/12337/18102 10932/11240/16873 +f 10935/11243/16876 10932/11240/16873 11912/12217/17982 +f 11912/12217/17982 10932/11240/16873 12057/12337/18102 +f 11912/12217/17982 12057/12337/18102 11919/12216/17981 +f 11919/12216/17981 12057/12337/18102 12056/12336/18101 +f 11919/12216/17981 12056/12336/18101 11917/12213/17978 +f 11917/12213/17978 12056/12336/18101 12055/12335/18100 +f 11917/12213/17978 12055/12335/18100 12054/12212/17977 +f 11926/12208/17973 11924/12220/17985 11997/12210/17975 +f 11916/12211/17976 11997/12210/17975 11920/12286/18051 +f 11916/12211/17976 11920/12286/18051 11921/12215/17980 +f 11912/12217/17982 11921/12215/17980 10938/11246/16879 +f 11912/12217/17982 10938/11246/16879 10935/11243/16876 +s 39 +f 11796/12078/18103 11794/12080/18104 12089/12338/18105 +f 11796/12078/18103 12089/12338/18105 12062/12339/18106 +f 12058/12340/18107 12092/12341/18108 12072/12342/18109 +f 12072/12342/18109 12092/12341/18108 12101/12343/18110 +f 12072/12342/18109 12101/12343/18110 12082/12344/18111 +f 12082/12344/18111 12101/12343/18110 12111/12345/18112 +f 12082/12344/18111 12111/12345/18112 12083/12346/18113 +f 12083/12346/18113 12111/12345/18112 12112/12347/18114 +f 12083/12346/18115 12112/12347/18116 12059/10518/15873 +f 12083/12346/18115 12059/10518/15873 10269/10519/15874 +f 12062/12339/18106 12089/12338/18105 12100/12348/18117 +f 12062/12339/18106 12100/12348/18117 12070/12349/18118 +f 12070/12349/18118 12100/12348/18117 12093/12350/18119 +f 12070/12349/18118 12093/12350/18119 12058/12340/18107 +f 12058/12340/18107 12093/12350/18119 12092/12341/18108 +f 12061/12074/18120 12060/12351/18121 9622/9773/18122 +f 12066/12352/18123 9622/9773/18122 12060/12351/18121 +f 9622/9773/18122 12066/12352/18123 9629/9766/18124 +f 11796/12078/18103 12062/12339/18106 11793/12076/18125 +f 12066/12352/18126 12065/12353/18127 9629/9766/18128 +f 12064/12354/18129 12066/12352/18126 12060/12351/18121 +f 12060/12351/18121 12061/12074/18120 12067/12355/18130 +f 12067/12355/18130 12064/12354/18129 12060/12351/18121 +f 12068/12356/18131 12063/12357/18132 12064/12354/18129 +f 12068/12356/18131 12064/12354/18129 12067/12355/18130 +f 12069/12358/18133 12063/12357/18132 12068/12356/18131 +f 12068/12356/18134 12067/12355/18130 11793/12076/18125 +f 11793/12076/18125 12067/12355/18130 12061/12074/18120 +f 12069/12358/18133 12068/12356/18131 12070/12349/18118 +f 12070/12349/18118 12068/12356/18135 12062/12339/18106 +f 12062/12339/18106 12068/12356/18134 11793/12076/18125 +f 12058/12340/18107 12069/12358/18133 12070/12349/18118 +f 12065/12353/18127 12066/12352/18126 12064/12354/18129 +f 12065/12353/18127 12064/12354/18129 12071/12359/18136 +f 12071/12359/18136 12064/12354/18129 12063/12357/18132 +f 12071/12359/18136 12063/12357/18132 12079/12360/18137 +f 12058/12340/18107 12072/12342/18109 12069/12358/18133 +f 12069/12358/18133 12072/12342/18109 12073/12361/18138 +f 12069/12358/18133 12073/12361/18138 12063/12357/18132 +f 12063/12357/18132 12073/12361/18138 12079/12360/18137 +f 12076/12362/18139 9629/9766/18128 12065/12353/18127 +f 12077/12363/18140 12076/12362/18139 12065/12353/18127 +f 12077/12363/18140 12065/12353/18127 12071/12359/18136 +f 12078/12364/18141 12075/12365/18142 12077/12363/18140 +f 12078/12364/18141 12077/12363/18140 12071/12359/18136 +f 12080/12366/18143 12075/12365/18142 12078/12364/18141 +f 12079/12360/18144 12078/12364/18141 12071/12359/18136 +f 12074/12367/18145 12080/12366/18143 12078/12364/18141 +f 12081/12368/18146 12078/12364/18141 12079/12360/18144 +f 12074/12367/18145 12078/12364/18141 10269/10519/15874 +f 10269/10519/15874 12078/12364/18141 12081/12368/18147 +f 12082/12344/18111 12081/12368/18146 12079/12360/18144 +f 12082/12344/18111 12079/12360/18144 12073/12361/18148 +f 12083/12346/18115 10269/10519/15874 12081/12368/18147 +f 12083/12346/18113 12081/12368/18146 12082/12344/18111 +f 12082/12344/18111 12073/12361/18138 12072/12342/18109 +f 9624/9767/18149 9629/9766/18128 12076/12362/18139 +f 9624/9767/18149 12076/12362/18139 12084/12369/18150 +f 12084/12369/18150 12076/12362/18139 12077/12363/18140 +f 12085/12370/18151 12084/12369/18150 12075/12365/18142 +f 12084/12369/18150 12077/12363/18140 12075/12365/18142 +f 12085/12370/18151 12075/12365/18142 12080/12366/18143 +f 12085/12370/18151 12080/12366/18143 12086/12371/18152 +f 12087/12372/18153 12086/12371/18152 12074/12367/18145 +f 12086/12371/18152 12080/12366/18143 12074/12367/18145 +f 12087/12372/18153 12074/12367/18145 10265/10513/15863 +f 10265/10513/15863 12074/12367/18145 10269/10519/15874 +f 12090/10387/18154 12088/12373/18155 11798/12079/18156 +f 11798/12079/18156 12088/12373/18155 11794/12080/18104 +f 12088/12373/18155 12089/12338/18105 11794/12080/18104 +f 12095/12374/18157 12091/10385/18158 10152/10384/18159 +f 12095/12374/18157 10152/10384/18159 12094/12375/18160 +f 12095/12374/18157 12094/12375/18160 12096/12376/18161 +f 12090/10387/18154 12091/10385/18158 12095/12374/18157 +f 12097/12377/18162 12095/12374/18157 12096/12376/18161 +f 12098/12378/18163 12090/10387/18154 12095/12374/18157 +f 12098/12378/18163 12095/12374/18157 12097/12377/18162 +f 12088/12373/18155 12090/10387/18154 12098/12378/18163 +f 12099/12379/18164 12098/12378/18163 12097/12377/18162 +f 12093/12350/18119 12098/12378/18163 12099/12379/18164 +f 12089/12338/18105 12088/12373/18155 12098/12378/18165 +f 12089/12338/18105 12098/12378/18165 12100/12348/18117 +f 12100/12348/18117 12098/12378/18163 12093/12350/18119 +f 12092/12341/18108 12093/12350/18119 12099/12379/18164 +f 12099/12379/18164 12103/12380/18166 12101/12343/18110 +f 12099/12379/18164 12101/12343/18110 12092/12341/18108 +f 12097/12377/18162 12102/12381/18167 12103/12380/18166 +f 12097/12377/18162 12103/12380/18166 12099/12379/18164 +f 12102/12381/18167 12097/12377/18162 12096/12376/18161 +f 12096/12376/18161 12104/12382/18168 12102/12381/18167 +f 12096/12376/18161 12094/12375/18160 12104/12382/18168 +f 12094/12375/18160 10152/10384/18159 12105/12383/18169 +f 12104/12382/18168 12094/12375/18160 12105/12383/18169 +f 10151/10382/18170 12106/12384/18171 12105/12383/18169 +f 12106/12384/18171 12104/12382/18168 12105/12383/18169 +f 12102/12381/18167 12104/12382/18168 12107/12385/18172 +f 12107/12385/18172 12104/12382/18168 12106/12384/18171 +f 12108/12386/18173 12107/12385/18172 12106/12384/18171 +f 12103/12380/18166 12102/12381/18167 12107/12385/18174 +f 12109/12387/18175 12103/12380/18166 12107/12385/18174 +f 12109/12387/18176 12107/12385/18172 12108/12386/18173 +f 12101/12343/18110 12103/12380/18166 12111/12345/18112 +f 12111/12345/18112 12103/12380/18166 12109/12387/18175 +f 12109/12387/18176 12108/12386/18173 12112/12347/18116 +f 12112/12347/18116 12108/12386/18173 12110/12388/18177 +f 12111/12345/18112 12109/12387/18178 12112/12347/18114 +f 12059/10518/15873 12112/12347/18116 12110/12388/18177 +f 12115/12389/18179 13398/12390/18180 12110/12388/18177 +f 12110/12388/18177 13398/12390/18180 12113/10517/15872 +f 12110/12388/18177 12113/10517/15872 12059/10518/15873 +f 12108/12386/18173 12115/12389/18179 12110/12388/18177 +f 10151/10382/18170 12114/12391/18181 12106/12384/18171 +f 12106/12384/18171 12114/12391/18181 12115/12389/18179 +f 12106/12384/18171 12115/12389/18179 12108/12386/18173 +f 10151/10382/18170 12105/12383/18169 10150/10383/18182 +f 10152/10384/18159 10150/10383/18182 12105/12383/18169 +f 9795/10001/18183 12116/12392/18184 9797/10003/18185 +f 12193/12393/18186 11802/12083/18187 12217/12394/18188 +f 12217/12394/18188 11802/12083/18187 11803/12086/18189 +f 12117/12395/18190 12220/12396/18191 12152/12397/18192 +f 12152/12397/18192 12220/12396/18191 12228/12398/18193 +f 9785/9988/18194 12118/12399/18195 9787/9990/18196 +f 11811/12090/18197 12271/12400/18198 12246/12401/18199 +f 11811/12090/18197 12246/12401/18199 11809/12089/18200 +f 12119/12402/18201 12274/12403/18202 12154/12404/18203 +f 12154/12404/18203 12274/12403/18202 12283/12405/18204 +f 12312/12406/18205 9783/9985/18206 12299/12407/18207 +f 9775/9975/18208 12120/12408/18209 9777/9977/18210 +f 11813/12095/18211 12325/12409/18212 11814/12093/18213 +f 11814/12093/18213 12325/12409/18212 12302/12410/18214 +f 12121/12411/18215 12328/12412/18216 12156/12413/18217 +f 12156/12413/18217 12328/12412/18216 12336/12414/18218 +f 9765/9962/18219 12122/12415/18220 9767/9964/18221 +f 12354/12416/18222 11818/12100/18223 11821/12099/18224 +f 12354/12416/18222 11821/12099/18224 12380/12417/18225 +f 12123/12418/18226 12383/12419/18227 12365/12420/18228 +f 12365/12420/18228 12383/12419/18227 12390/12421/18229 +f 9756/9949/18230 12124/12422/18231 9758/9951/18232 +f 12433/12423/18233 12409/12424/18234 11825/12103/18235 +f 11825/12103/18235 11826/12107/18236 12433/12423/18233 +f 12125/12425/18237 12436/12426/18238 12418/12427/18239 +f 12418/12427/18239 12436/12426/18238 12445/12428/18240 +f 12464/12429/18241 11830/12111/18242 12489/12430/18243 +f 12489/12430/18243 11830/12111/18242 11831/12113/18244 +f 12126/12431/18245 12492/12432/18246 12161/12433/18247 +f 12161/12433/18247 12492/12432/18246 12501/12434/18248 +f 12532/12435/18249 9746/9934/18250 12519/9933/18251 +f 11835/12118/18252 12544/12436/18253 12520/12437/18254 +f 11835/12118/18252 12520/12437/18254 11834/12115/18255 +f 12127/12438/18256 12547/12439/18257 12162/12440/18258 +f 12162/12440/18258 12547/12439/18257 12553/12441/18259 +f 9729/9911/18260 12128/12442/18261 9731/9913/18262 +f 11841/12120/18263 12597/12443/18264 11840/12121/18265 +f 11840/12121/18265 12597/12443/18264 12572/12444/18266 +f 12129/12445/18267 12600/12446/18268 12164/12447/18269 +f 12164/12447/18269 12600/12446/18268 12607/12448/18270 +f 9719/9898/18271 12130/12449/18272 9721/9900/18273 +f 11849/12130/18274 12651/12450/18275 11848/12131/18276 +f 11848/12131/18276 12651/12450/18275 12625/12451/18277 +f 11848/12131/18276 12625/12451/18277 11846/12126/18278 +f 12131/12452/18279 12654/12453/18280 12635/12454/18281 +f 12635/12454/18281 12654/12453/18280 12661/12455/18282 +f 9709/9885/18283 12132/12456/18284 9711/9887/18285 +f 12681/12457/18286 11852/12178/18287 12705/12458/18288 +f 12705/12458/18288 11852/12178/18287 11853/12180/18289 +f 12133/12459/18290 12708/12460/18291 12134/12461/18292 +f 12134/12461/18292 12708/12460/18291 12716/12462/18293 +f 9700/9872/18294 12135/12463/18295 9702/9874/18296 +f 12736/12464/18297 11855/12135/18298 12760/12465/18299 +f 12760/12465/18299 11855/12135/18298 11856/12061/18300 +f 12136/12466/18301 12763/12467/18302 12168/12468/18303 +f 12168/12468/18303 12763/12467/18302 12773/12469/18304 +f 12792/12470/18305 11861/12141/18306 12816/12471/18307 +f 12816/12471/18307 11861/12141/18306 11863/12142/18308 +f 12137/12472/18309 12819/12473/18310 12170/12474/18311 +f 12170/12474/18311 12819/12473/18310 12826/12475/18312 +f 9683/9850/18313 12138/12476/18314 9684/9851/18315 +f 12844/12477/18316 11866/12146/18317 11868/12145/18318 +f 12844/12477/18316 11868/12145/18318 12867/12478/18319 +f 12139/12479/18320 12870/12480/18321 12172/12481/18322 +f 12172/12481/18322 12870/12480/18321 12878/12482/18323 +f 9675/9838/18324 12140/12483/18325 9676/9839/18326 +f 11874/12153/18327 12920/12484/18328 11872/12154/18329 +f 11872/12154/18329 12920/12484/18328 12896/12485/18330 +f 12141/12486/18331 12923/12487/18332 12905/12488/18333 +f 12905/12488/18333 12923/12487/18332 12932/12489/18334 +f 9664/9824/18335 12142/12490/18336 9666/9826/18337 +f 11878/12158/18338 12978/12491/18339 11877/12156/18340 +f 11877/12156/18340 12978/12491/18339 12952/12492/18341 +f 12143/12493/18342 12981/12494/18343 12962/12495/18344 +f 12962/12495/18344 12981/12494/18343 12988/12496/18345 +f 9654/9811/18346 12144/12497/18347 9656/9813/18348 +f 13008/12498/18349 11881/12163/18350 13031/12499/18351 +f 13031/12499/18351 11881/12163/18350 11882/12162/18352 +f 12145/12500/18353 13034/12501/18354 12177/12502/18355 +f 12177/12502/18355 13034/12501/18354 13043/12503/18356 +f 9645/9798/18357 12146/12504/18358 9647/9800/18359 +f 13062/12505/18360 11884/12164/18361 11886/12168/18362 +f 13062/12505/18360 11886/12168/18362 13088/12506/18363 +f 12147/12507/18364 13091/12508/18365 12178/12509/18366 +f 12178/12509/18366 13091/12508/18365 13097/12510/18367 +f 9636/9785/18368 12148/12511/18369 9638/9787/18370 +f 13115/12512/18371 11888/12172/18372 13140/12513/18373 +f 13140/12513/18373 11888/12172/18372 11890/12171/18374 +f 12149/12514/18375 13143/12515/18376 13125/12516/18377 +f 13125/12516/18377 13143/12515/18376 13151/12517/18378 +f 9627/9769/18379 12150/12518/18380 9625/9771/18381 +f 13171/12519/18382 11893/12176/18383 13195/12520/18384 +f 13195/12520/18384 11893/12176/18383 11897/12175/18385 +f 12151/12521/18386 13198/12522/18387 13179/12523/18388 +f 13179/12523/18388 13198/12522/18387 13205/12524/18389 +f 12152/12397/18192 12228/12398/18193 12238/12525/18390 +f 12152/12397/18192 12238/12525/18390 12210/12526/18391 +f 12210/12526/18391 12238/12525/18390 12240/12527/18392 +f 12210/12526/18391 12240/12527/18392 12211/12528/18393 +f 12211/12528/18394 12240/12527/18395 12239/12529/18396 +f 12211/12528/18394 12239/12529/18396 12153/10511/15858 +f 12211/12528/18394 12153/10511/15858 10262/10510/15857 +f 12154/12404/18203 12283/12405/18204 12293/12530/18397 +f 12154/12404/18203 12293/12530/18397 12264/12531/18398 +f 12264/12531/18398 12293/12530/18399 12265/12532/18400 +f 12265/12532/18400 12293/12530/18399 12294/12533/18401 +f 12265/12532/18402 12294/12533/18403 12155/10492/15833 +f 12265/12532/18402 12155/10492/15833 10250/10491/15832 +f 12156/12413/18217 12336/12414/18218 12347/12534/18404 +f 12156/12413/18217 12347/12534/18404 12318/12535/18405 +f 12318/12535/18405 12347/12534/18404 12319/12536/18406 +f 12319/12536/18407 12347/12534/18408 12346/12537/18409 +f 12319/12536/18407 12346/12537/18409 12157/10621/15996 +f 12319/12536/18407 12157/10621/15996 10329/10620/15995 +f 12365/12420/18228 12390/12421/18229 12401/12538/18410 +f 12365/12420/18228 12401/12538/18410 12373/12539/18411 +f 12373/12539/18411 12401/12538/18410 12403/12540/18412 +f 12373/12539/18411 12403/12540/18412 12374/12541/18413 +f 12374/12541/18413 12403/12540/18412 12402/12542/18414 +f 12374/12541/18413 12402/12542/18414 10328/10617/15992 +f 10328/10617/15992 12402/12542/18414 10326/10614/15987 +s 494 +f 12457/10484/18415 10245/10483/18416 12428/12543/18417 +f 12457/10484/18415 12428/12543/18417 12158/12544/18418 +s 495 +f 12158/12544/18419 12428/12543/18420 12427/12545/18421 +f 12158/12544/18419 12427/12545/18421 12455/12546/18422 +s 39 +f 12455/12546/18423 12427/12545/18424 12445/12428/18240 +f 12445/12428/18240 12427/12545/18424 12418/12427/18239 +f 10323/10607/15979 10325/10612/15985 12481/12547/18425 +f 12159/10608/15980 12481/12547/18425 12513/12548/18426 +f 12513/12548/18426 12481/12547/18425 12483/12549/18427 +f 12513/12548/18426 12483/12549/18427 12160/12550/18428 +f 12160/12550/18428 12483/12549/18427 12482/12551/18429 +f 12160/12550/18428 12482/12551/18429 12511/12552/18430 +f 12511/12552/18430 12482/12551/18429 12161/12433/18247 +f 12511/12552/18430 12161/12433/18247 12501/12434/18248 +f 12159/10608/15980 10323/10607/15979 12481/12547/18425 +f 12162/12440/18258 12553/12441/18259 12563/12553/18431 +f 12162/12440/18258 12563/12553/18431 12537/12554/18432 +f 12537/12554/18432 12563/12553/18431 12565/12555/18433 +f 12537/12554/18432 12565/12555/18433 12538/12556/18434 +f 12538/12556/18435 12565/12555/18436 12564/12557/18437 +f 12538/12556/18435 12564/12557/18437 10320/10601/15973 +f 10320/10601/15973 12564/12557/18437 12163/10602/15974 +f 12164/12447/18269 12607/12448/18270 12617/12558/18438 +f 12164/12447/18269 12617/12558/18438 12590/12559/18439 +f 12590/12559/18439 12617/12558/18440 12591/12560/18441 +f 12591/12560/18441 12617/12558/18440 12618/12561/18442 +f 12591/12560/18443 12618/12561/18444 12165/10599/15971 +f 12591/12560/18443 12165/10599/15971 10319/10598/15970 +f 12635/12454/18281 12661/12455/18282 12644/12562/18445 +f 12644/12562/18445 12661/12455/18282 12671/12563/18446 +f 12644/12562/18445 12671/12563/18446 12673/12564/18447 +f 12644/12562/18445 12673/12564/18447 12645/12565/18448 +f 12645/12565/18449 12673/12564/18450 12672/12566/18451 +f 12645/12565/18449 12672/12566/18451 10315/10594/15966 +f 10315/10594/15966 12672/12566/18451 12166/10595/15967 +f 12134/12461/18292 12716/12462/18293 12698/12567/18452 +f 12698/12567/18452 12716/12462/18293 12726/12568/18453 +f 12698/12567/18452 12726/12568/18453 12728/12569/18454 +f 12698/12567/18452 12728/12569/18454 12699/12570/18455 +f 12699/12570/18456 12728/12569/18457 12727/12571/18458 +f 12699/12570/18456 12727/12571/18458 12167/10590/15961 +f 12699/12570/18456 12167/10590/15961 10312/10589/15960 +f 12168/12468/18303 12773/12469/18304 12783/12572/18459 +f 12168/12468/18303 12783/12572/18459 12754/12573/18460 +f 12754/12573/18460 12783/12572/18459 12785/12574/18461 +f 12754/12573/18460 12785/12574/18461 12755/12575/18462 +f 12755/12575/18462 12785/12574/18461 12784/12576/18463 +f 12755/12575/18462 12784/12576/18463 12169/10582/15953 +f 12755/12575/18462 12169/10582/15953 10308/10581/15952 +f 12170/12474/18311 12826/12475/18312 12836/12577/18464 +f 12170/12474/18311 12836/12577/18464 12809/12578/18465 +f 12809/12578/18465 12836/12577/18464 12838/12579/18466 +f 12809/12578/18465 12838/12579/18466 12810/12580/18467 +f 12810/12580/18467 12838/12579/18466 12837/12581/18468 +f 12810/12580/18467 12837/12581/18468 12171/10575/15944 +f 12810/12580/18467 12171/10575/15944 10304/10574/15943 +f 12172/12481/18322 12878/12482/18323 12888/12582/18469 +f 12172/12481/18322 12888/12582/18469 12860/12583/18470 +f 12860/12583/18470 12888/12582/18471 12861/12584/18472 +f 12861/12584/18472 12888/12582/18471 12889/12585/18473 +f 12861/12584/18474 12889/12585/18475 12173/10487/15828 +f 12861/12584/18474 12173/10487/15828 10246/10486/15827 +f 12905/12488/18333 12932/12489/18334 12914/12586/18476 +f 12914/12586/18476 12932/12489/18334 12942/12587/18477 +f 12914/12586/18476 12942/12587/18477 12174/12588/18478 +f 12174/12588/18478 12942/12587/18477 12943/12589/18479 +f 12174/12588/18480 12943/12589/18481 10301/10569/15937 +f 10301/10569/15937 12943/12589/18481 12944/12590/18482 +f 10301/10569/15937 12944/12590/18483 10299/10564/15930 +f 13000/10566/15932 10247/10489/15830 12972/12591/18484 +f 13000/10566/15932 12972/12591/18484 12175/12592/18485 +s 504 +f 12175/12592/18486 12972/12591/18487 12971/12593/18488 +f 12175/12592/18486 12971/12593/18488 12998/12594/18489 +s 39 +f 12998/12594/18490 12971/12593/18491 12988/12496/18345 +f 12988/12496/18345 12971/12593/18491 12962/12495/18344 +f 13000/10566/15932 10248/10490/15831 10247/10489/15830 +f 12176/10555/15920 10296/10554/15919 13054/12595/18492 +f 13054/12595/18492 10296/10554/15919 13025/12596/18493 +f 13054/12595/18492 13025/12596/18493 13055/12597/18494 +f 13055/12597/18494 13025/12596/18493 13024/12598/18495 +f 13055/12597/18494 13024/12598/18495 13053/12599/18496 +f 13053/12599/18496 13024/12598/18495 12177/12502/18355 +f 13053/12599/18496 12177/12502/18355 13043/12503/18356 +f 12178/12509/18366 13097/12510/18367 13107/12600/18497 +f 12178/12509/18366 13107/12600/18497 13081/12601/18498 +f 13081/12601/18498 13107/12600/18499 13082/12602/18500 +f 13082/12602/18500 13107/12600/18499 13108/12603/18501 +f 13082/12602/18502 13108/12603/18503 12179/10553/15918 +f 13082/12602/18502 12179/10553/15918 10294/10552/15917 +f 13125/12516/18377 13151/12517/18378 13134/12604/18504 +f 13134/12604/18504 13151/12517/18378 13162/12605/18505 +f 13134/12604/18504 13162/12605/18505 13163/12606/18506 +f 13134/12604/18504 13163/12606/18506 13135/12607/18507 +f 13135/12607/18507 13163/12606/18506 13164/12608/18508 +f 13135/12607/18509 13164/12608/18508 13155/10548/15913 +f 13135/12607/18509 13155/10548/15913 10291/10547/15912 +f 13179/12523/18388 13205/12524/18389 13215/12609/18510 +f 13179/12523/18388 13215/12609/18510 13188/12610/18511 +f 13188/12610/18511 13215/12609/18512 13216/12611/18513 +f 13188/12610/18511 13216/12611/18513 13189/12612/18514 +f 13189/12612/18515 13216/12611/18516 12180/10542/15905 +f 13189/12612/18515 12180/10542/15905 10289/10541/15904 +f 12193/12393/18186 12217/12394/18188 12181/12613/18517 +f 12181/12613/18517 12217/12394/18188 12227/12614/18518 +f 12181/12613/18519 12227/12614/18520 12220/12396/18191 +f 12181/12613/18519 12220/12396/18191 12117/12395/18190 +f 12246/12401/18199 12271/12400/18198 12282/12615/18521 +f 12246/12401/18199 12282/12615/18521 12254/12616/18522 +f 12254/12616/18522 12282/12615/18521 12275/12617/18523 +f 12254/12616/18522 12275/12617/18523 12119/12402/18201 +f 12119/12402/18201 12275/12617/18523 12274/12403/18202 +f 12302/12410/18524 12325/12409/18212 12307/12618/18525 +f 12307/12618/18525 12325/12409/18212 12335/12619/18526 +f 12307/12618/18527 12335/12619/18528 12328/12412/18216 +f 12307/12618/18527 12328/12412/18216 12121/12411/18215 +f 12354/12416/18222 12380/12417/18225 12362/12620/18529 +f 12362/12620/18529 12380/12417/18225 12389/12621/18530 +f 12362/12620/18529 12389/12621/18530 12361/12622/18531 +f 12361/12622/18531 12389/12621/18530 12384/12623/18532 +f 12361/12622/18531 12384/12623/18532 12123/12418/18226 +f 12123/12418/18226 12384/12623/18532 12383/12419/18227 +f 12409/12424/18234 12433/12423/18233 12182/12624/18533 +f 12182/12624/18533 12433/12423/18233 12444/12625/18534 +f 12182/12624/18535 12444/12625/18536 12125/12425/18537 +f 12125/12425/18537 12444/12625/18536 12437/12626/18538 +f 12125/12425/18237 12437/12626/18539 12436/12426/18238 +f 12464/12429/18241 12489/12430/18243 12500/12627/18540 +f 12464/12429/18241 12500/12627/18540 12183/12628/18541 +f 12183/12628/18542 12500/12627/18543 12493/12629/18544 +f 12183/12628/18542 12493/12629/18544 12126/12431/18245 +f 12126/12431/18245 12493/12629/18544 12492/12432/18246 +f 12520/12437/18254 12544/12436/18253 12552/12630/18545 +f 12520/12437/18254 12552/12630/18545 12526/12631/18546 +f 12526/12631/18547 12552/12630/18548 12127/12438/18256 +f 12127/12438/18256 12552/12630/18548 12547/12439/18257 +f 12572/12444/18549 12597/12443/18264 12578/12632/18550 +f 12578/12632/18550 12597/12443/18264 12606/12633/18551 +f 12578/12632/18552 12606/12633/18553 12600/12446/18268 +f 12578/12632/18552 12600/12446/18268 12129/12445/18267 +f 12625/12451/18277 12651/12450/18275 12660/12634/18554 +f 12625/12451/18277 12660/12634/18554 12633/12635/18555 +f 12633/12635/18555 12660/12634/18554 12655/12636/18556 +f 12633/12635/18555 12655/12636/18557 12131/12452/18279 +f 12131/12452/18279 12655/12636/18557 12654/12453/18280 +f 12681/12457/18286 12705/12458/18288 12184/12637/18558 +f 12184/12637/18558 12705/12458/18288 12715/12638/18559 +f 12184/12637/18560 12715/12638/18561 12708/12460/18291 +f 12184/12637/18560 12708/12460/18291 12133/12459/18290 +f 12736/12464/18297 12760/12465/18299 12772/12639/18562 +f 12736/12464/18297 12772/12639/18562 12185/12640/18563 +f 12185/12640/18564 12772/12639/18565 12764/12641/18566 +f 12185/12640/18564 12764/12641/18566 12136/12466/18301 +f 12136/12466/18301 12764/12641/18566 12763/12467/18302 +f 12792/12470/18305 12816/12471/18307 12825/12642/18567 +f 12792/12470/18305 12825/12642/18567 12798/12643/18568 +f 12798/12643/18569 12825/12642/18570 12137/12472/18309 +f 12137/12472/18309 12825/12642/18570 12819/12473/18310 +f 12844/12477/18316 12867/12478/18319 12877/12644/18571 +f 12844/12477/18316 12877/12644/18571 12850/12645/18572 +f 12850/12645/18573 12877/12644/18571 12870/12480/18321 +f 12850/12645/18573 12870/12480/18321 12139/12479/18320 +f 12896/12485/18330 12920/12484/18328 12186/12646/18574 +f 12186/12646/18574 12920/12484/18328 12931/12647/18575 +f 12186/12646/18576 12931/12647/18577 12141/12486/18578 +f 12141/12486/18578 12931/12647/18577 12924/12648/18579 +f 12141/12486/18331 12924/12648/18580 12923/12487/18332 +f 12952/12492/18341 12978/12491/18339 12987/12649/18581 +f 12952/12492/18341 12987/12649/18581 12960/12650/18582 +f 12960/12650/18582 12987/12649/18581 12982/12651/18583 +f 12960/12650/18582 12982/12651/18583 12143/12493/18342 +f 12143/12493/18342 12982/12651/18583 12981/12494/18343 +f 13008/12498/18349 13031/12499/18351 12187/12652/18584 +f 12187/12652/18584 13031/12499/18351 13042/12653/18585 +f 12187/12652/18586 13042/12653/18587 13034/12501/18354 +f 12187/12652/18586 13034/12501/18354 12145/12500/18353 +f 13062/12505/18360 13088/12506/18363 13096/12654/18588 +f 13062/12505/18360 13096/12654/18588 13070/12655/18589 +f 13070/12655/18590 13096/12654/18591 13091/12508/18365 +f 13070/12655/18590 13091/12508/18365 12147/12507/18364 +f 13115/12512/18371 13140/12513/18373 13150/12656/18592 +f 13115/12512/18371 13150/12656/18592 13123/12657/18593 +f 13123/12657/18594 13150/12656/18592 13143/12515/18376 +f 13123/12657/18594 13143/12515/18376 12149/12514/18375 +f 13171/12519/18382 13195/12520/18384 12189/12658/18595 +f 12189/12658/18595 13195/12520/18384 12188/12659/18596 +f 12189/12658/18597 12188/12659/18598 13198/12522/18387 +f 12189/12658/18597 13198/12522/18387 12151/12521/18386 +f 12190/10376/18599 12191/12660/18600 10147/10378/18601 +f 11802/12083/18187 12193/12393/18186 11800/12084/18602 +f 12196/12661/18603 10147/10378/18601 12191/12660/18600 +f 12195/12662/18604 12196/12661/18603 12191/12660/18600 +f 12190/10376/18599 12192/12072/18605 12197/12663/18606 +f 12197/12663/18606 12195/12662/18604 12191/12660/18600 +f 12197/12663/18606 12191/12660/18600 12190/10376/18599 +f 12198/12664/18607 12194/12665/18608 12195/12662/18604 +f 12198/12664/18607 12195/12662/18604 12197/12663/18606 +f 12117/12395/18190 12194/12665/18608 12198/12664/18607 +f 12198/12664/18609 12197/12663/18606 11800/12084/18602 +f 11800/12084/18602 12197/12663/18606 12192/12072/18605 +f 12193/12393/18186 12198/12664/18609 11800/12084/18602 +f 12181/12613/18519 12117/12395/18190 12198/12664/18607 +f 12181/12613/18517 12198/12664/18609 12193/12393/18186 +f 12204/12666/18610 10147/10378/18601 12196/12661/18603 +f 12204/12666/18610 12196/12661/18603 12199/12667/18611 +f 12196/12661/18603 12195/12662/18604 12200/12668/18612 +f 12200/12668/18612 12195/12662/18604 12194/12665/18608 +f 12200/12668/18612 12194/12665/18608 12207/12669/18613 +f 12117/12395/18190 12152/12397/18192 12201/12670/18614 +f 12117/12395/18190 12201/12670/18614 12194/12665/18608 +f 12194/12665/18608 12201/12670/18614 12207/12669/18613 +f 12196/12661/18603 12200/12668/18612 12199/12667/18611 +f 12200/12668/18615 12205/12671/18616 12199/12667/18611 +f 12206/12672/18617 12203/12673/18618 12205/12671/18616 +f 12206/12672/18617 12205/12671/18616 12200/12668/18615 +f 12199/12667/18611 12205/12671/18616 12204/12666/18610 +f 12208/12674/18619 12203/12673/18620 12206/12672/18621 +f 12207/12669/18613 12206/12672/18617 12200/12668/18615 +f 12202/12675/18622 12208/12674/18619 12206/12672/18621 +f 12209/12676/18623 12206/12672/18617 12207/12669/18613 +f 12202/12675/18622 12206/12672/18621 10262/10510/15857 +f 10262/10510/15857 12206/12672/18621 12209/12676/18624 +f 12209/12676/18623 12207/12669/18613 12210/12526/18391 +f 12210/12526/18391 12207/12669/18613 12201/12670/18614 +f 12211/12528/18394 10262/10510/15857 12209/12676/18624 +f 12211/12528/18393 12209/12676/18623 12210/12526/18391 +f 12152/12397/18192 12210/12526/18391 12201/12670/18614 +f 10149/10380/18625 10147/10378/18601 12204/12666/18610 +f 10149/10380/18625 12204/12666/18610 12212/12677/18626 +f 12212/12677/18626 12204/12666/18610 12205/12671/18616 +f 12213/12678/18627 12212/12677/18626 12203/12673/18620 +f 12212/12677/18626 12205/12671/18616 12203/12673/18620 +f 12213/12678/18627 12203/12673/18620 12208/12674/18619 +f 12213/12678/18627 12208/12674/18619 12214/12679/18628 +f 12214/12679/18628 12208/12674/18619 12202/12675/18622 +f 12214/12679/18628 12202/12675/18622 12215/10498/15843 +f 12215/10498/15843 12202/12675/18622 10262/10510/15857 +f 11805/10006/18629 12219/10005/18630 12218/12680/18631 +f 12218/12680/18631 12216/12681/18632 11805/10006/18629 +f 11805/10006/18629 12216/12681/18632 11803/12086/18189 +f 12216/12681/18632 12217/12394/18188 11803/12086/18189 +f 9797/10003/18185 12223/12682/18633 12219/10005/18630 +f 12223/12682/18633 9797/10003/18185 12116/12392/18184 +f 12223/12682/18633 12116/12392/18184 12222/12683/18634 +f 12223/12682/18635 12222/12683/18636 12224/12684/18637 +f 12218/12680/18631 12219/10005/18630 12223/12682/18633 +f 12218/12680/18638 12223/12682/18635 12224/12684/18637 +f 12226/12685/18639 12218/12680/18638 12224/12684/18637 +f 12226/12685/18639 12224/12684/18637 12225/12686/18640 +f 12216/12681/18632 12218/12680/18631 12226/12685/18641 +f 12227/12614/18518 12216/12681/18632 12226/12685/18641 +f 12227/12614/18520 12226/12685/18639 12221/12687/18642 +f 12221/12687/18642 12226/12685/18639 12225/12686/18640 +f 12217/12394/18188 12216/12681/18632 12227/12614/18518 +f 12220/12396/18191 12221/12687/18642 12225/12686/18640 +f 12227/12614/18520 12221/12687/18642 12220/12396/18191 +f 12225/12686/18640 12230/12688/18643 12228/12398/18193 +f 12225/12686/18640 12228/12398/18193 12220/12396/18191 +f 12224/12684/18637 12229/12689/18644 12225/12686/18640 +f 12225/12686/18640 12229/12689/18644 12230/12688/18643 +f 12224/12684/18637 12231/12690/18645 12229/12689/18644 +f 12224/12684/18637 12222/12683/18636 12231/12690/18645 +f 12222/12683/18636 12116/12392/18184 12232/12691/18646 +f 12231/12690/18645 12222/12683/18636 12232/12691/18646 +f 9796/10002/18647 12233/12692/18648 12232/12691/18646 +f 12233/12692/18648 12231/12690/18645 12232/12691/18646 +f 12229/12689/18644 12231/12690/18645 12234/12693/18649 +f 12234/12693/18649 12231/12690/18645 12233/12692/18648 +f 12235/12694/18650 12234/12693/18649 12233/12692/18648 +f 12230/12688/18643 12229/12689/18644 12234/12693/18651 +f 12236/12695/18652 12230/12688/18643 12234/12693/18651 +f 12236/12695/18653 12234/12693/18649 12235/12694/18650 +f 12228/12398/18193 12230/12688/18643 12238/12525/18390 +f 12238/12525/18390 12230/12688/18643 12236/12695/18652 +f 12236/12695/18653 12235/12694/18650 12239/12529/18396 +f 12239/12529/18396 12235/12694/18650 12237/12696/18654 +f 12240/12527/18392 12238/12525/18390 12236/12695/18652 +f 12240/12527/18395 12236/12695/18653 12239/12529/18396 +f 12153/10511/15858 12239/12529/18396 12237/12696/18654 +f 12243/12697/18655 13409/12698/18656 12237/12696/18654 +f 12237/12696/18654 13409/12698/18656 12241/10512/15859 +f 12237/12696/18654 12241/10512/15859 12153/10511/15858 +f 12235/12694/18650 12243/12697/18655 12237/12696/18654 +f 9796/10002/18647 12242/12699/18657 12233/12692/18648 +f 12233/12692/18648 12242/12699/18657 12243/12697/18655 +f 12233/12692/18648 12243/12697/18655 12235/12694/18650 +f 9796/10002/18647 12232/12691/18646 9795/10001/18183 +f 12116/12392/18184 9795/10001/18183 12232/12691/18646 +f 11808/9997/18658 12244/12700/18659 9792/9994/18660 +f 9792/9994/18661 12244/12700/18659 12245/12701/18662 +f 12245/12701/18662 9793/9998/18663 9792/9994/18661 +f 12249/12702/18664 12245/12701/18662 12244/12700/18659 +f 12248/12703/18665 12249/12702/18664 12244/12700/18659 +f 12250/12704/18666 12248/12703/18665 12244/12700/18659 +f 12247/12705/18667 12248/12703/18665 12250/12704/18666 +f 12244/12700/18659 11808/9997/18658 12251/12706/18668 +f 12251/12706/18668 12250/12704/18666 12244/12700/18659 +f 12252/12707/18669 12247/12705/18667 12250/12704/18666 +f 12252/12707/18669 12250/12704/18666 12251/12706/18670 +f 12253/12708/18671 12247/12705/18667 12252/12707/18669 +f 12252/12707/18672 12251/12706/18668 11809/12089/18200 +f 11809/12089/18200 12251/12706/18668 11808/9997/18658 +f 12253/12708/18671 12252/12707/18669 12254/12616/18522 +f 12254/12616/18522 12252/12707/18673 12246/12401/18199 +f 12246/12401/18199 12252/12707/18672 11809/12089/18200 +f 12119/12402/18201 12253/12708/18671 12254/12616/18522 +f 12245/12701/18662 12249/12702/18664 12255/12709/18674 +f 12249/12702/18664 12248/12703/18665 12256/12710/18675 +f 12256/12710/18675 12248/12703/18665 12247/12705/18667 +f 12256/12710/18675 12247/12705/18667 12261/12711/18676 +f 12119/12402/18201 12154/12404/18203 12253/12708/18671 +f 12253/12708/18671 12154/12404/18203 12257/12712/18677 +f 12253/12708/18671 12257/12712/18677 12247/12705/18667 +f 12247/12705/18667 12257/12712/18677 12261/12711/18676 +f 12249/12702/18664 12256/12710/18675 12255/12709/18674 +f 12256/12710/18675 12259/12713/18678 12255/12709/18674 +f 12260/12714/18679 12266/12715/18680 12259/12713/18681 +f 12260/12714/18682 12259/12713/18678 12256/12710/18675 +f 12262/12716/18683 12266/12715/18680 12260/12714/18679 +f 12261/12711/18684 12260/12714/18682 12256/12710/18675 +f 12258/12717/18685 12262/12716/18683 12260/12714/18686 +f 12263/12718/18687 12260/12714/18682 12261/12711/18684 +f 12258/12717/18685 12260/12714/18686 10250/10491/15832 +f 10250/10491/15832 12260/12714/18686 12263/12718/18688 +f 12263/12718/18687 12261/12711/18684 12264/12531/18398 +f 12264/12531/18398 12261/12711/18684 12257/12712/18677 +f 12265/12532/18402 10250/10491/15832 12263/12718/18688 +f 12265/12532/18400 12263/12718/18687 12264/12531/18398 +f 12154/12404/18203 12264/12531/18398 12257/12712/18677 +f 9793/9998/18663 12245/12701/18662 12255/12709/18674 +s 541 +f 12266/12715/18689 9793/9998/18690 12259/12713/18691 +f 9793/9998/18690 12255/12709/18692 12259/12713/18691 +s 39 +f 12267/12719/18693 12266/12715/18680 12262/12716/18683 +f 12267/12719/18693 12262/12716/18683 12268/12720/18694 +f 12268/12720/18694 12262/12716/18683 12258/12717/18685 +f 12268/12720/18694 12258/12717/18685 12269/10493/15834 +f 12269/10493/15834 12258/12717/18685 10250/10491/15832 +f 12273/9992/18695 12272/12721/18696 9789/9993/18697 +f 9789/9993/18697 12272/12721/18696 12270/12070/18698 +f 12270/12070/18698 12271/12400/18198 11811/12090/18197 +f 9787/9990/18196 12277/12722/18699 12273/9992/18695 +f 12277/12722/18699 9787/9990/18196 12118/12399/18195 +f 12277/12722/18699 12118/12399/18195 12276/12723/18700 +f 12277/12722/18699 12276/12723/18700 12278/12724/18701 +f 12272/12721/18696 12273/9992/18695 12277/12722/18699 +f 12272/12721/18696 12277/12722/18699 12279/12725/18702 +f 12279/12725/18702 12277/12722/18699 12278/12724/18701 +f 12280/12726/18703 12272/12721/18696 12279/12725/18702 +f 12270/12070/18698 12272/12721/18696 12280/12726/18704 +f 12281/12727/18705 12280/12726/18703 12279/12725/18702 +f 12275/12617/18523 12280/12726/18703 12281/12727/18705 +f 12271/12400/18198 12270/12070/18698 12280/12726/18704 +f 12271/12400/18198 12280/12726/18704 12282/12615/18521 +f 12282/12615/18521 12280/12726/18703 12275/12617/18523 +f 12274/12403/18202 12275/12617/18523 12281/12727/18705 +f 12281/12727/18705 12285/12728/18706 12283/12405/18204 +f 12281/12727/18705 12283/12405/18204 12274/12403/18202 +f 12279/12725/18702 12284/12729/18707 12285/12728/18706 +f 12279/12725/18702 12285/12728/18706 12281/12727/18705 +f 12284/12729/18707 12279/12725/18702 12278/12724/18701 +f 12278/12724/18701 12286/12730/18708 12284/12729/18707 +f 12278/12724/18701 12276/12723/18700 12286/12730/18708 +f 12276/12723/18700 12118/12399/18195 12287/12731/18709 +f 12286/12730/18708 12276/12723/18700 12287/12731/18709 +f 9786/9989/18710 12288/12732/18711 12287/12731/18709 +f 12288/12732/18711 12286/12730/18708 12287/12731/18709 +f 12284/12729/18707 12286/12730/18708 12289/12733/18712 +f 12289/12733/18712 12286/12730/18708 12288/12732/18711 +f 12290/12734/18713 12289/12733/18712 12288/12732/18711 +f 12285/12728/18706 12284/12729/18707 12289/12733/18714 +f 12291/12735/18715 12285/12728/18706 12289/12733/18714 +f 12291/12735/18716 12289/12733/18712 12290/12734/18713 +f 12283/12405/18204 12285/12728/18706 12293/12530/18397 +f 12293/12530/18397 12285/12728/18706 12291/12735/18715 +f 12291/12735/18716 12290/12734/18713 12294/12533/18403 +f 12294/12533/18403 12290/12734/18713 12292/12736/18717 +f 12293/12530/18399 12291/12735/18718 12294/12533/18401 +f 12155/10492/15833 12294/12533/18403 12292/12736/18717 +f 12297/12737/18719 13221/12738/18720 12292/12736/18717 +f 12292/12736/18717 13221/12738/18720 12295/10494/15835 +f 12292/12736/18717 12295/10494/15835 12155/10492/15833 +f 12290/12734/18713 12297/12737/18719 12292/12736/18717 +f 9786/9989/18710 12296/12739/18721 12288/12732/18711 +f 12288/12732/18711 12296/12739/18721 12297/12737/18719 +f 12288/12732/18711 12297/12737/18719 12290/12734/18713 +f 9786/9989/18710 12287/12731/18709 9785/9988/18194 +f 12118/12399/18195 9785/9988/18194 12287/12731/18709 +f 12300/9984/18722 12298/12740/18723 9782/9981/18724 +f 9782/9981/18724 12298/12740/18723 12299/12407/18207 +f 12299/12407/18207 9783/9985/18206 9782/9981/18724 +f 11814/12093/18213 12302/12410/18214 12301/12092/18725 +f 12304/12741/18726 12299/12407/18207 12298/12740/18723 +f 12305/12742/18727 12304/12741/18726 12298/12740/18723 +f 12305/12742/18727 12298/12740/18723 12300/9984/18722 +f 12300/9984/18722 12301/12092/18725 12305/12742/18727 +f 12306/12743/18728 12303/12744/18729 12304/12741/18726 +f 12306/12743/18728 12304/12741/18726 12305/12742/18727 +f 12121/12411/18215 12303/12744/18729 12306/12743/18728 +f 12306/12743/18730 12305/12742/18727 12301/12092/18725 +f 12121/12411/18215 12306/12743/18728 12307/12618/18527 +f 12307/12618/18525 12306/12743/18731 12302/12410/18524 +f 12302/12410/18214 12306/12743/18730 12301/12092/18725 +f 12312/12406/18205 12299/12407/18207 12308/12745/18732 +f 12308/12745/18732 12299/12407/18207 12304/12741/18726 +f 12308/12745/18732 12304/12741/18726 12303/12744/18729 +f 12308/12745/18732 12303/12744/18729 12315/12746/18733 +f 12121/12411/18215 12156/12413/18217 12309/12747/18734 +f 12121/12411/18215 12309/12747/18734 12303/12744/18729 +f 12303/12744/18729 12309/12747/18734 12315/12746/18733 +f 12313/12748/18735 12312/12406/18205 12308/12745/18732 +f 12314/12749/18736 12311/12750/18737 12313/12748/18735 +f 12314/12749/18736 12313/12748/18735 12308/12745/18732 +f 12316/12751/18738 12311/12750/18737 12314/12749/18736 +f 12315/12746/18733 12314/12749/18736 12308/12745/18732 +f 12310/12752/18739 12316/12751/18738 12314/12749/18736 +f 12317/12753/18740 12314/12749/18736 12315/12746/18733 +f 12310/12752/18739 12314/12749/18736 10329/10620/15995 +f 10329/10620/15995 12314/12749/18736 12317/12753/18741 +f 12317/12753/18740 12315/12746/18733 12318/12535/18405 +f 12318/12535/18405 12315/12746/18733 12309/12747/18734 +f 12319/12536/18407 10329/10620/15995 12317/12753/18741 +f 12319/12536/18406 12317/12753/18740 12318/12535/18405 +f 12156/12413/18217 12318/12535/18405 12309/12747/18734 +f 9783/9985/18742 12312/12406/18205 12320/12754/18743 +f 12320/12754/18743 12312/12406/18205 12313/12748/18735 +f 12321/12755/18744 12320/12754/18743 12311/12750/18737 +f 12320/12754/18743 12313/12748/18735 12311/12750/18737 +f 12321/12755/18744 12311/12750/18737 12316/12751/18738 +f 12321/12755/18744 12316/12751/18738 12322/12756/18745 +f 12322/12756/18745 12316/12751/18738 12310/12752/18739 +f 12322/12756/18745 12310/12752/18739 12323/10497/15840 +f 12323/10497/15840 12310/12752/18739 10329/10620/15995 +f 12327/9979/18746 12326/12757/18747 9779/9980/18748 +f 12326/12757/18747 12324/12758/18749 9779/9980/18748 +f 9779/9980/18748 12324/12758/18749 11813/12095/18211 +f 11813/12095/18211 12324/12758/18749 12325/12409/18212 +f 9777/9977/18210 12330/12759/18750 12327/9979/18746 +f 12330/12759/18750 9777/9977/18210 12120/12408/18209 +f 12330/12759/18750 12120/12408/18209 12329/12760/18751 +f 12330/12759/18750 12329/12760/18751 12331/12761/18752 +f 12326/12757/18747 12327/9979/18746 12330/12759/18750 +f 12326/12757/18747 12330/12759/18750 12332/12762/18753 +f 12332/12762/18753 12330/12759/18750 12331/12761/18752 +f 12333/12763/18754 12326/12757/18747 12332/12762/18753 +f 12324/12758/18749 12326/12757/18747 12333/12763/18755 +f 12334/12764/18756 12333/12763/18754 12332/12762/18753 +f 12335/12619/18526 12324/12758/18749 12333/12763/18755 +f 12335/12619/18528 12333/12763/18754 12334/12764/18756 +f 12325/12409/18212 12324/12758/18749 12335/12619/18526 +f 12335/12619/18528 12334/12764/18756 12328/12412/18216 +f 12334/12764/18756 12338/12765/18757 12328/12412/18216 +f 12328/12412/18216 12338/12765/18757 12336/12414/18218 +f 12332/12762/18753 12337/12766/18758 12334/12764/18756 +f 12334/12764/18756 12337/12766/18758 12338/12765/18757 +f 12337/12766/18758 12332/12762/18753 12331/12761/18752 +f 12331/12761/18752 12339/12767/18759 12337/12766/18758 +f 12331/12761/18752 12329/12760/18751 12339/12767/18759 +f 12329/12760/18751 12120/12408/18209 12340/12768/18760 +f 12339/12767/18759 12329/12760/18751 12340/12768/18760 +f 9776/9976/18761 12341/12769/18762 12340/12768/18760 +f 12341/12769/18762 12339/12767/18759 12340/12768/18760 +f 12337/12766/18758 12339/12767/18759 12342/12770/18763 +f 12342/12770/18764 12339/12767/18759 12341/12769/18762 +f 12343/12771/18765 12342/12770/18764 12341/12769/18762 +f 12338/12765/18757 12337/12766/18758 12344/12772/18766 +f 12344/12772/18766 12337/12766/18758 12342/12770/18763 +f 12344/12772/18767 12342/12770/18764 12343/12771/18765 +f 12336/12414/18218 12338/12765/18757 12344/12772/18766 +f 12344/12772/18767 12343/12771/18765 12346/12537/18409 +f 12346/12537/18409 12343/12771/18765 12345/12773/18768 +f 12347/12534/18404 12336/12414/18218 12344/12772/18766 +f 12347/12534/18408 12344/12772/18767 12346/12537/18409 +f 12157/10621/15996 12346/12537/18409 12345/12773/18768 +f 12350/12774/18769 13232/12775/18770 12345/12773/18768 +f 12345/12773/18768 13232/12775/18770 12348/10622/15997 +f 12345/12773/18768 12348/10622/15997 12157/10621/15996 +f 12343/12771/18765 12350/12774/18769 12345/12773/18768 +f 9776/9976/18761 12349/12776/18771 12341/12769/18762 +f 12341/12769/18762 12349/12776/18771 12350/12774/18769 +f 12341/12769/18762 12350/12774/18769 12343/12771/18765 +f 9776/9976/18761 12340/12768/18760 9775/9975/18208 +f 12120/12408/18209 9775/9975/18208 12340/12768/18760 +f 12351/9971/18772 12352/12777/18773 9772/9968/18774 +f 9772/9968/18774 12352/12777/18773 12353/12778/18775 +f 12353/12778/18775 9773/9972/18776 9772/9968/18774 +f 11818/12100/18223 12354/12416/18222 11816/12097/18777 +f 12356/12779/18778 12353/12778/18775 12352/12777/18773 +f 12357/12780/18779 12356/12779/18778 12352/12777/18773 +f 12355/12781/18780 12356/12779/18778 12357/12780/18781 +f 12351/9971/18772 11816/12097/18777 12358/12782/18782 +f 12358/12782/18782 12357/12780/18779 12352/12777/18773 +f 12358/12782/18782 12352/12777/18773 12351/9971/18772 +f 12359/12783/18783 12355/12781/18780 12357/12780/18779 +f 12359/12783/18783 12357/12780/18779 12358/12782/18782 +f 12360/12784/18784 12355/12781/18780 12359/12783/18783 +f 12359/12783/18783 12358/12782/18782 12354/12416/18222 +f 12354/12416/18222 12358/12782/18782 11816/12097/18777 +f 12360/12784/18784 12359/12783/18783 12361/12622/18531 +f 12361/12622/18531 12359/12783/18783 12362/12620/18529 +f 12362/12620/18529 12359/12783/18783 12354/12416/18222 +f 12123/12418/18226 12360/12784/18784 12361/12622/18531 +f 12353/12778/18775 12356/12779/18778 12363/12785/18785 +f 12364/12786/18786 12356/12779/18778 12355/12781/18780 +f 12364/12786/18786 12355/12781/18780 12370/12787/18787 +f 12123/12418/18226 12365/12420/18228 12360/12784/18784 +f 12360/12784/18784 12365/12420/18228 12366/12788/18788 +f 12360/12784/18784 12366/12788/18788 12355/12781/18780 +f 12355/12781/18780 12366/12788/18788 12370/12787/18787 +f 12356/12779/18778 12364/12786/18786 12363/12785/18785 +f 12364/12786/18786 12369/12789/18789 12363/12785/18785 +f 12368/12790/18790 12369/12789/18789 12364/12786/18786 +f 12370/12787/18791 12368/12790/18790 12364/12786/18786 +f 12367/12791/18792 12371/12792/18793 12368/12790/18794 +f 12367/12791/18792 12368/12790/18794 12372/12793/18795 +f 12372/12793/18796 12368/12790/18790 12370/12787/18791 +f 12373/12539/18411 12372/12793/18797 12370/12787/18798 +f 12373/12539/18411 12370/12787/18798 12366/12788/18788 +f 12374/12541/18413 12367/12791/18792 12372/12793/18795 +f 12373/12539/18411 12366/12788/18788 12365/12420/18228 +f 10328/10617/15992 12367/12791/18792 12374/12541/18413 +f 12374/12541/18413 12372/12793/18799 12373/12539/18411 +f 9773/9972/18776 12353/12778/18775 12363/12785/18785 +f 12375/12794/18800 9773/9972/18801 12369/12789/18802 +f 9773/9972/18801 12363/12785/18803 12369/12789/18802 +f 12376/12795/18804 12375/12794/18800 12368/12790/18805 +f 12375/12794/18800 12369/12789/18802 12368/12790/18805 +f 12376/12795/18804 12368/12790/18805 12371/12792/18806 +f 12376/12795/18804 12371/12792/18806 12377/12796/18807 +f 12377/12796/18807 12371/12792/18806 12367/12791/18792 +f 12377/12796/18807 12367/12791/18792 12378/10618/15993 +f 12378/10618/15993 12367/12791/18792 10328/10617/15992 +f 12382/9966/18808 12381/12797/18809 9769/9967/18810 +f 12381/12797/18809 12379/12102/18811 9769/9967/18810 +f 12379/12102/18811 12380/12417/18225 11821/12099/18224 +f 12382/9966/18808 9767/9964/18812 12122/12415/18220 +f 12382/9966/18808 12122/12415/18220 12385/12798/18813 +f 12381/12797/18809 12382/9966/18808 12385/12798/18813 +f 12381/12797/18809 12385/12798/18813 12386/12799/18814 +f 12387/12800/18815 12381/12797/18809 12386/12799/18814 +f 12379/12102/18811 12381/12797/18809 12387/12800/18816 +f 12388/12801/18817 12387/12800/18815 12386/12799/18814 +f 12384/12623/18532 12387/12800/18815 12388/12801/18817 +f 12380/12417/18225 12379/12102/18811 12387/12800/18816 +f 12380/12417/18225 12387/12800/18816 12389/12621/18530 +f 12389/12621/18530 12387/12800/18815 12384/12623/18532 +f 12383/12419/18227 12384/12623/18532 12388/12801/18817 +f 12388/12801/18817 12392/12802/18818 12390/12421/18229 +f 12388/12801/18817 12390/12421/18229 12383/12419/18227 +f 12386/12799/18814 12391/12803/18819 12392/12802/18818 +f 12386/12799/18814 12392/12802/18818 12388/12801/18817 +f 12391/12803/18819 12386/12799/18814 12385/12798/18813 +f 12385/12798/18813 12393/12804/18820 12391/12803/18819 +f 12393/12804/18820 12385/12798/18813 12394/12805/18821 +f 12385/12798/18813 12122/12415/18220 12394/12805/18821 +f 12393/12804/18820 12394/12805/18821 12395/12806/18822 +f 9766/9963/18823 12396/12807/18824 12395/12806/18822 +f 12396/12807/18824 12393/12804/18825 12395/12806/18822 +f 12397/12808/18826 12391/12803/18819 12393/12804/18820 +f 12397/12808/18827 12393/12804/18825 12396/12807/18824 +f 12398/12809/18828 12397/12808/18827 12396/12807/18824 +f 12392/12802/18818 12391/12803/18819 12397/12808/18826 +f 12399/12810/18829 12392/12802/18818 12397/12808/18826 +f 12399/12810/18830 12397/12808/18827 12398/12809/18828 +f 12390/12421/18229 12392/12802/18818 12401/12538/18410 +f 12401/12538/18410 12392/12802/18818 12399/12810/18829 +f 12399/12810/18830 12398/12809/18828 12402/12542/18414 +f 12402/12542/18414 12398/12809/18828 12400/12811/18831 +f 12403/12540/18412 12401/12538/18410 12399/12810/18829 +f 12403/12540/18412 12399/12810/18830 12402/12542/18414 +f 12402/12542/18414 12400/12811/18831 10326/10614/15987 +f 12406/12812/18832 13242/12813/18833 12400/12811/18831 +f 12400/12811/18831 13242/12813/18833 12404/10615/15988 +f 12400/12811/18831 12404/10615/15988 10326/10614/15987 +f 12398/12809/18828 12406/12812/18832 12400/12811/18831 +f 9766/9963/18823 12405/12814/18834 12396/12807/18824 +f 12396/12807/18824 12405/12814/18834 12406/12812/18832 +f 12396/12807/18824 12406/12812/18832 12398/12809/18828 +f 9766/9963/18823 12395/12806/18822 12394/12805/18821 +f 9766/9963/18823 12394/12805/18821 9765/9962/18219 +f 12122/12415/18220 9765/9962/18219 12394/12805/18821 +f 12407/9957/18835 12408/12815/18836 9760/9955/18837 +f 12412/12816/18838 9763/9959/18839 9760/9955/18837 +f 11825/12103/18235 12409/12424/18234 11822/12104/18840 +f 12413/12817/18841 12412/12816/18838 9760/9955/18837 +f 12413/12817/18841 9760/9955/18837 12408/12815/18836 +f 12411/12818/18842 12413/12817/18841 12408/12815/18836 +f 12407/9957/18835 11823/12105/18843 12414/12819/18844 +f 12414/12819/18844 12411/12818/18842 12408/12815/18836 +f 12414/12819/18844 12408/12815/18836 12407/9957/18835 +f 12415/12820/18845 12410/12821/18846 12411/12818/18842 +f 12415/12820/18845 12411/12818/18842 12414/12819/18844 +f 12416/12822/18847 12410/12821/18846 12415/12820/18845 +f 12415/12820/18848 12414/12819/18844 11822/12104/18840 +f 11822/12104/18840 12414/12819/18844 11823/12105/18843 +f 12409/12424/18234 12415/12820/18848 11822/12104/18840 +f 12125/12425/18537 12416/12822/18847 12415/12820/18845 +f 12125/12425/18537 12415/12820/18845 12182/12624/18535 +f 12182/12624/18533 12415/12820/18848 12409/12424/18234 +f 12412/12816/18838 12413/12817/18841 12417/12823/18849 +f 12417/12823/18849 12413/12817/18841 12411/12818/18842 +f 12417/12823/18849 12411/12818/18842 12410/12821/18846 +f 12417/12823/18849 12410/12821/18846 12424/12824/18850 +f 12125/12425/18237 12418/12427/18239 12416/12822/18847 +f 12416/12822/18847 12418/12427/18239 12419/12825/18851 +f 12416/12822/18847 12419/12825/18851 12410/12821/18846 +f 12410/12821/18846 12419/12825/18851 12424/12824/18850 +f 12423/12826/18852 12422/12827/18853 12417/12823/18849 +f 12422/12827/18853 12412/12816/18838 12417/12823/18849 +f 12421/12828/18854 12423/12826/18852 12417/12823/18849 +f 12424/12824/18855 12421/12828/18854 12417/12823/18849 +s 494 +f 12420/12829/18856 12425/12830/18857 12421/12828/18858 +f 12420/12829/18856 12421/12828/18858 12426/12831/18859 +s 39 +f 12426/12831/18860 12421/12828/18854 12424/12824/18855 +s 495 +f 12427/12545/18421 12426/12831/18861 12424/12824/18862 +f 12427/12545/18421 12424/12824/18862 12419/12825/18863 +s 494 +f 12428/12543/18417 12420/12829/18856 12426/12831/18859 +s 495 +f 12428/12543/18420 12426/12831/18861 12427/12545/18421 +s 39 +f 12427/12545/18424 12419/12825/18851 12418/12427/18239 +s 494 +f 10245/10483/18416 12420/12829/18856 12428/12543/18417 +s 39 +f 9763/9959/18839 12412/12816/18838 12422/12827/18853 +f 9763/9959/18839 12422/12827/18853 12429/12832/18864 +f 12429/12832/18864 12422/12827/18853 12423/12826/18865 +f 12430/12833/18866 12429/12832/18864 12421/12828/18867 +f 12429/12832/18864 12423/12826/18865 12421/12828/18867 +f 12430/12833/18866 12421/12828/18867 12425/12830/18868 +f 12430/12833/18866 12425/12830/18868 12431/12834/18869 +f 12431/12834/18869 12425/12830/18868 12420/12829/18870 +f 12431/12834/18869 12420/12829/18870 10244/10482/15823 +f 10244/10482/15823 12420/12829/18870 10245/10483/15824 +f 12434/9954/18871 12432/12835/18872 11826/12107/18236 +f 12432/12835/18872 12433/12423/18233 11826/12107/18236 +f 12439/12836/18873 12435/9953/18874 9758/9951/18232 +f 12439/12836/18873 9758/9951/18232 12124/12422/18231 +f 12439/12836/18873 12124/12422/18231 12438/12837/18875 +f 12439/12836/18876 12438/12837/18877 12440/12838/18878 +f 12434/9954/18879 12435/9953/18874 12439/12836/18873 +f 12441/12839/18880 12439/12836/18876 12440/12838/18878 +f 12442/12840/18881 12434/9954/18879 12439/12836/18873 +f 12442/12840/18882 12439/12836/18876 12441/12839/18880 +f 12432/12835/18883 12434/9954/18879 12442/12840/18881 +f 12443/12841/18884 12442/12840/18882 12441/12839/18880 +f 12444/12625/18534 12432/12835/18872 12442/12840/18885 +f 12444/12625/18886 12442/12840/18882 12437/12626/18539 +f 12437/12626/18539 12442/12840/18882 12443/12841/18884 +f 12433/12423/18233 12432/12835/18872 12444/12625/18534 +f 12436/12426/18238 12437/12626/18539 12443/12841/18884 +f 12443/12841/18884 12447/12842/18887 12445/12428/18240 +f 12443/12841/18884 12445/12428/18240 12436/12426/18238 +f 12441/12839/18880 12446/12843/18888 12447/12842/18887 +f 12441/12839/18880 12447/12842/18887 12443/12841/18884 +f 12446/12843/18888 12441/12839/18880 12440/12838/18878 +f 12440/12838/18878 12448/12844/18889 12446/12843/18888 +f 12440/12838/18878 12438/12837/18877 12448/12844/18889 +f 12438/12837/18877 12124/12422/18231 12449/12845/18890 +f 12448/12844/18889 12438/12837/18877 12449/12845/18890 +f 9757/9950/18891 12450/12846/18892 12449/12845/18890 +f 12450/12846/18892 12448/12844/18889 12449/12845/18890 +f 12446/12843/18888 12448/12844/18889 12451/12847/18893 +f 12451/12847/18893 12448/12844/18889 12450/12846/18892 +f 12452/12848/18894 12451/12847/18893 12450/12846/18892 +f 12447/12842/18887 12446/12843/18888 12451/12847/18895 +f 12447/12842/18887 12451/12847/18895 12453/12849/18896 +f 12453/12849/18897 12451/12847/18893 12452/12848/18894 +s 494 +f 12454/12850/18898 12453/12849/18899 12452/12848/18900 +s 39 +f 12445/12428/18240 12447/12842/18887 12455/12546/18423 +f 12455/12546/18423 12447/12842/18887 12453/12849/18896 +f 12455/12546/18423 12453/12849/18896 12456/12851/18901 +s 494 +f 12456/12851/18902 12453/12849/18899 12454/12850/18898 +f 12457/10484/18415 12456/12851/18902 12454/12850/18898 +s 495 +f 12455/12546/18422 12456/12851/18903 12158/12544/18419 +s 494 +f 12158/12544/18418 12456/12851/18902 12457/10484/18415 +s 39 +f 12460/12852/18904 13251/12853/18905 12454/12850/18906 +f 12454/12850/18906 13251/12853/18905 12458/10610/15983 +f 12454/12850/18906 12458/10610/15983 12457/10484/15825 +f 12452/12848/18907 12460/12852/18904 12454/12850/18906 +f 9757/9950/18891 12459/12854/18908 12450/12846/18892 +f 12450/12846/18892 12459/12854/18908 12460/12852/18904 +f 12450/12846/18892 12460/12852/18904 12452/12848/18907 +f 9757/9950/18891 12449/12845/18890 9756/9949/18230 +f 12124/12422/18231 9756/9949/18230 12449/12845/18890 +f 12461/12855/18909 9752/9944/18910 12463/9943/18911 +f 9752/9944/18910 12461/12855/18909 12462/12856/18912 +f 12462/12856/18912 9754/9946/18913 9752/9944/18910 +f 11830/12111/18242 12464/12429/18241 11827/12110/18914 +f 12467/12857/18915 12462/12856/18912 12461/12855/18909 +f 12466/12858/18916 12467/12857/18915 12461/12855/18909 +f 12461/12855/18909 12463/9943/18911 12468/12859/18917 +f 12468/12859/18917 12466/12858/18916 12461/12855/18909 +f 12463/9943/18911 11827/12110/18914 12468/12859/18917 +f 12469/12860/18918 12465/12861/18919 12466/12858/18916 +f 12469/12860/18918 12466/12858/18916 12468/12859/18917 +f 12470/12862/18920 12465/12861/18919 12469/12860/18918 +f 12469/12860/18921 12468/12859/18917 11827/12110/18914 +f 12464/12429/18241 12469/12860/18921 11827/12110/18914 +f 12126/12431/18245 12470/12862/18920 12469/12860/18918 +f 12126/12431/18245 12469/12860/18918 12183/12628/18542 +f 12183/12628/18541 12469/12860/18921 12464/12429/18241 +f 12462/12856/18912 12467/12857/18915 12471/12863/18922 +f 12467/12857/18915 12466/12858/18916 12472/12864/18923 +f 12472/12864/18923 12466/12858/18916 12465/12861/18919 +f 12472/12864/18923 12465/12861/18919 12478/12865/18924 +f 12126/12431/18245 12161/12433/18247 12470/12862/18920 +f 12470/12862/18920 12161/12433/18247 12473/12866/18925 +f 12470/12862/18920 12473/12866/18925 12465/12861/18919 +f 12465/12861/18919 12473/12866/18925 12478/12865/18924 +f 12467/12857/18915 12472/12864/18923 12471/12863/18922 +f 12472/12864/18923 12476/12867/18926 12471/12863/18922 +f 12477/12868/18927 12475/12869/18928 12476/12867/18926 +f 12477/12868/18927 12476/12867/18926 12472/12864/18923 +f 12479/12870/18929 12475/12869/18930 12477/12868/18931 +f 12478/12865/18924 12477/12868/18927 12472/12864/18923 +f 12474/12871/18932 12479/12870/18929 12477/12868/18931 +f 12480/12872/18933 12477/12868/18927 12478/12865/18924 +f 12474/12871/18932 12477/12868/18931 12481/12547/18425 +f 12481/12547/18425 12477/12868/18931 12480/12872/18934 +f 12480/12872/18933 12478/12865/18924 12482/12551/18429 +f 12482/12551/18429 12478/12865/18924 12473/12866/18925 +f 10325/10612/15985 12474/12871/18932 12481/12547/18425 +f 12483/12549/18427 12481/12547/18425 12480/12872/18934 +f 12483/12549/18427 12480/12872/18934 12482/12551/18429 +f 12161/12433/18247 12482/12551/18429 12473/12866/18925 +f 9754/9946/18913 12462/12856/18912 12471/12863/18922 +f 9754/9946/18913 12471/12863/18922 12484/12873/18935 +f 12484/12873/18935 12471/12863/18922 12476/12867/18936 +f 12485/12874/18937 12484/12873/18935 12475/12869/18930 +f 12484/12873/18935 12476/12867/18936 12475/12869/18930 +f 12485/12874/18937 12475/12869/18930 12479/12870/18929 +f 12485/12874/18937 12479/12870/18929 12486/12875/18938 +f 12486/12875/18938 12479/12870/18929 12474/12871/18932 +f 12486/12875/18938 12474/12871/18932 12487/10613/15986 +f 12487/10613/15986 12474/12871/18932 10325/10612/15985 +f 12490/9942/18939 12488/12876/18940 11832/12114/18941 +f 12488/12876/18940 12489/12430/18243 11832/12114/18941 +f 11832/12114/18941 12489/12430/18243 11831/12113/18244 +f 12495/12877/18942 12491/9940/18943 9748/9939/18944 +f 12495/12877/18942 9748/9939/18944 12494/12878/18945 +f 12495/12877/18942 12494/12878/18945 12496/12879/18946 +f 12490/9942/18939 12491/9940/18943 12495/12877/18942 +f 12497/12880/18947 12495/12877/18942 12496/12879/18946 +f 12498/12881/18948 12490/9942/18939 12495/12877/18942 +f 12498/12881/18948 12495/12877/18942 12497/12880/18947 +f 12488/12876/18940 12490/9942/18939 12498/12881/18948 +f 12499/12882/18949 12498/12881/18948 12497/12880/18947 +f 12493/12629/18544 12498/12881/18948 12499/12882/18949 +f 12489/12430/18243 12488/12876/18940 12498/12881/18950 +f 12489/12430/18243 12498/12881/18950 12500/12627/18540 +f 12500/12627/18543 12498/12881/18948 12493/12629/18544 +f 12492/12432/18246 12493/12629/18544 12499/12882/18949 +f 12499/12882/18949 12503/12883/18951 12501/12434/18248 +f 12499/12882/18949 12501/12434/18248 12492/12432/18246 +f 12497/12880/18947 12502/12884/18952 12503/12883/18951 +f 12497/12880/18947 12503/12883/18951 12499/12882/18949 +f 12502/12884/18952 12497/12880/18947 12496/12879/18946 +f 12496/12879/18946 12504/12885/18953 12502/12884/18952 +f 12496/12879/18946 12494/12878/18945 12504/12885/18953 +f 12494/12878/18945 9748/9939/18944 12505/12886/18954 +f 12504/12885/18953 12494/12878/18945 12505/12886/18954 +f 9751/9938/18955 12506/12887/18956 12505/12886/18954 +f 12506/12887/18956 12504/12885/18953 12505/12886/18954 +f 12502/12884/18952 12504/12885/18953 12507/12888/18957 +f 12507/12888/18957 12504/12885/18953 12506/12887/18956 +f 12508/12889/18958 12507/12888/18957 12506/12887/18956 +f 12503/12883/18951 12502/12884/18952 12507/12888/18959 +f 12503/12883/18951 12507/12888/18959 12509/12890/18960 +f 12509/12890/18961 12507/12888/18957 12508/12889/18958 +f 12510/12891/18962 12509/12890/18963 12508/12889/18964 +f 12501/12434/18248 12503/12883/18951 12511/12552/18430 +f 12511/12552/18430 12503/12883/18951 12509/12890/18960 +f 12511/12552/18430 12509/12890/18960 12512/12892/18965 +f 12512/12892/18966 12509/12890/18963 12510/12891/18962 +f 12513/12548/18426 12512/12892/18966 12510/12891/18962 +f 12511/12552/18430 12512/12892/18967 12160/12550/18428 +f 12160/12550/18428 12512/12892/18966 12513/12548/18426 +f 12159/10608/15980 12513/12548/18426 12510/12891/18962 +f 12516/12893/18968 12514/10606/15978 12510/12891/18962 +f 12510/12891/18962 12514/10606/15978 12159/10608/15980 +f 12508/12889/18969 12516/12893/18968 12510/12891/18962 +f 9751/9938/18955 12515/12894/18970 12506/12887/18956 +f 12506/12887/18956 12515/12894/18970 12516/12893/18968 +f 12506/12887/18956 12516/12893/18968 12508/12889/18969 +f 9751/9938/18955 12505/12886/18954 9750/9937/18971 +f 9748/9939/18944 9750/9937/18971 12505/12886/18954 +s 580 +f 11833/9930/18972 12517/12895/18973 12518/12896/18974 +f 11833/9930/18972 12518/12896/18974 9745/9931/18975 +s 39 +f 9745/9931/18976 12518/12896/18977 12519/9933/18251 +f 12523/12897/18978 12519/9933/18251 12518/12896/18977 +f 12522/12898/18979 12523/12897/18978 12518/12896/18977 +f 12524/12899/18980 12522/12898/18979 12518/12896/18977 +f 12521/12900/18981 12522/12898/18979 12524/12899/18980 +s 580 +f 12524/12899/18982 12518/12896/18974 12517/12895/18973 +s 39 +f 12525/12901/18983 12521/12900/18981 12524/12899/18980 +f 12525/12901/18983 12524/12899/18980 12517/12895/18984 +f 12127/12438/18256 12521/12900/18981 12525/12901/18983 +f 12525/12901/18985 12517/12895/18986 11834/12115/18255 +f 11834/12115/18255 12517/12895/18986 11833/9930/18987 +f 12127/12438/18256 12525/12901/18983 12526/12631/18547 +f 12526/12631/18546 12525/12901/18985 12520/12437/18254 +f 12520/12437/18254 12525/12901/18985 11834/12115/18255 +f 12532/12435/18249 12519/9933/18251 12523/12897/18978 +f 12532/12435/18249 12523/12897/18978 12527/12902/18988 +f 12523/12897/18978 12522/12898/18979 12528/12903/18989 +f 12528/12903/18989 12522/12898/18979 12521/12900/18981 +f 12528/12903/18989 12521/12900/18981 12534/12904/18990 +f 12127/12438/18256 12162/12440/18258 12529/12905/18991 +f 12127/12438/18256 12529/12905/18991 12521/12900/18981 +f 12521/12900/18981 12529/12905/18991 12534/12904/18990 +f 12523/12897/18978 12528/12903/18989 12527/12902/18988 +f 12528/12903/18992 12533/12906/18993 12527/12902/18988 +f 12531/12907/18994 12533/12906/18993 12528/12903/18992 +f 12527/12902/18988 12533/12906/18993 12532/12435/18249 +f 12534/12904/18990 12531/12907/18994 12528/12903/18992 +f 12530/12908/18995 12535/12909/18996 12531/12907/18997 +f 12530/12908/18995 12531/12907/18997 12536/12910/18998 +f 12536/12910/18999 12531/12907/18994 12534/12904/18990 +f 12536/12910/18999 12534/12904/18990 12537/12554/18432 +f 12537/12554/18432 12534/12904/18990 12529/12905/18991 +f 12538/12556/18435 12530/12908/18995 12536/12910/18998 +f 12538/12556/18434 12536/12910/18999 12537/12554/18432 +f 10320/10601/15973 12530/12908/18995 12538/12556/18435 +f 12162/12440/18258 12537/12554/18432 12529/12905/18991 +f 12539/12911/19000 9746/9934/18250 12533/12906/18993 +f 9746/9934/18250 12532/12435/18249 12533/12906/18993 +f 12540/12912/19001 12539/12911/19000 12531/12907/19002 +f 12539/12911/19000 12533/12906/18993 12531/12907/19002 +f 12540/12912/19001 12531/12907/19002 12535/12909/19003 +f 12540/12912/19001 12535/12909/19003 12541/12913/19004 +f 12541/12913/19004 12535/12909/19003 12530/12908/19005 +f 10320/10601/15973 12542/10609/15981 12530/12908/19005 +f 12530/12908/19005 12542/10609/15981 12541/12913/19004 +f 9742/9928/19006 12545/12914/19007 11837/12117/19008 +f 12545/12914/19007 12543/12915/19009 11837/12117/19008 +f 12543/12915/19009 12544/12436/18253 11837/12117/19008 +f 11837/12117/19008 12544/12436/18253 11835/12118/18252 +f 9742/9928/19006 12546/9927/19010 12545/12914/19007 +f 12549/12916/19011 12546/9927/19010 9741/9926/19012 +f 9741/9926/19012 12548/12917/19013 12549/12916/19011 +f 12545/12914/19007 12546/9927/19010 12549/12916/19011 +f 12545/12914/19007 12549/12916/19011 12550/12918/19014 +f 12551/12919/19015 12545/12914/19007 12550/12918/19014 +f 12543/12915/19009 12545/12914/19007 12551/12919/19016 +f 12547/12439/18257 12551/12919/19017 12550/12918/19014 +f 12544/12436/18253 12543/12915/19009 12551/12919/19016 +f 12544/12436/18253 12551/12919/19016 12552/12630/18545 +f 12552/12630/18548 12551/12919/19017 12547/12439/18257 +f 12550/12918/19014 12555/12920/19018 12547/12439/18257 +f 12547/12439/18257 12555/12920/19018 12553/12441/18259 +f 12550/12918/19014 12554/12921/19019 12555/12920/19018 +f 12554/12921/19019 12550/12918/19014 12549/12916/19011 +f 12549/12916/19011 12556/12922/19020 12554/12921/19019 +f 12556/12922/19020 12549/12916/19011 12548/12917/19021 +f 12548/12917/19021 9741/9926/19022 12557/12923/19023 +f 12556/12922/19020 12548/12917/19021 12557/12923/19023 +f 9739/9924/19024 12558/12924/19025 12557/12923/19023 +f 12558/12924/19025 12556/12922/19020 12557/12923/19023 +f 12554/12921/19019 12556/12922/19020 12559/12925/19026 +f 12559/12925/19026 12556/12922/19020 12558/12924/19025 +f 12560/12926/19027 12559/12925/19026 12558/12924/19025 +f 12555/12920/19018 12554/12921/19019 12559/12925/19028 +f 12561/12927/19029 12555/12920/19018 12559/12925/19028 +f 12561/12927/19030 12559/12925/19026 12560/12926/19027 +f 12553/12441/18259 12555/12920/19018 12563/12553/18431 +f 12563/12553/18431 12555/12920/19018 12561/12927/19029 +f 12561/12927/19030 12560/12926/19027 12564/12557/18437 +f 12564/12557/18437 12560/12926/19027 12562/12928/19031 +f 12565/12555/18433 12563/12553/18431 12561/12927/19029 +f 12565/12555/18436 12561/12927/19030 12564/12557/18437 +f 12163/10602/15974 12564/12557/18437 12562/12928/19031 +f 12568/12929/19032 12566/12930/19033 12562/12928/19031 +f 12562/12928/19031 12566/12930/19033 12567/10603/15975 +f 12562/12928/19031 12567/10603/15975 12163/10602/15974 +f 12560/12926/19027 12568/12929/19032 12562/12928/19031 +f 9739/9924/19024 13270/12931/19034 12558/12924/19025 +f 12558/12924/19025 13270/12931/19034 12568/12929/19032 +f 12558/12924/19025 12568/12929/19032 12560/12926/19027 +f 9739/9924/19024 12557/12923/19023 9740/9925/19035 +f 9741/9926/19022 9740/9925/19035 12557/12923/19023 +f 12569/9918/19036 12570/12932/19037 9736/9920/19038 +f 11840/12121/18265 12572/12444/18266 11839/12119/19039 +f 12575/12933/19040 9736/9920/19038 12570/12932/19037 +f 12574/12934/19041 12575/12933/19040 12570/12932/19037 +f 12569/9918/19036 12571/12069/19042 12576/12935/19043 +f 12576/12935/19043 12574/12934/19041 12570/12932/19037 +f 12576/12935/19043 12570/12932/19037 12569/9918/19036 +f 12577/12936/19044 12573/12937/19045 12574/12934/19041 +f 12577/12936/19044 12574/12934/19041 12576/12935/19043 +f 12129/12445/18267 12573/12937/19045 12577/12936/19044 +f 12577/12936/19046 12576/12935/19043 11839/12119/19039 +f 11839/12119/19039 12576/12935/19043 12571/12069/19042 +f 12129/12445/18267 12577/12936/19044 12578/12632/18552 +f 12578/12632/18550 12577/12936/19047 12572/12444/18549 +f 12572/12444/18266 12577/12936/19046 11839/12119/19039 +f 12584/12938/19048 9736/9920/19038 12575/12933/19040 +f 12584/12938/19048 12575/12933/19040 12579/12939/19049 +f 12575/12933/19040 12574/12934/19041 12580/12940/19050 +f 12580/12940/19050 12574/12934/19041 12573/12937/19045 +f 12580/12940/19050 12573/12937/19045 12587/12941/19051 +f 12129/12445/18267 12164/12447/18269 12581/12942/19052 +f 12129/12445/18267 12581/12942/19052 12573/12937/19045 +f 12573/12937/19045 12581/12942/19052 12587/12941/19051 +f 12575/12933/19040 12580/12940/19050 12579/12939/19049 +f 12580/12940/19053 12585/12943/19054 12579/12939/19049 +f 12586/12944/19055 12583/12945/19056 12585/12943/19054 +f 12586/12944/19055 12585/12943/19054 12580/12940/19053 +f 12579/12939/19049 12585/12943/19054 12584/12938/19048 +f 12588/12946/19057 12583/12945/19058 12586/12944/19059 +f 12587/12941/19060 12586/12944/19055 12580/12940/19053 +f 12582/12947/19061 12588/12946/19057 12586/12944/19059 +f 12589/12948/19062 12586/12944/19055 12587/12941/19060 +f 12582/12947/19061 12586/12944/19059 10319/10598/15970 +f 10319/10598/15970 12586/12944/19059 12589/12948/19063 +f 12589/12948/19062 12587/12941/19060 12590/12559/18439 +f 12590/12559/18439 12587/12941/19060 12581/12942/19052 +f 12591/12560/18443 10319/10598/15970 12589/12948/19063 +f 12591/12560/18441 12589/12948/19062 12590/12559/18439 +f 12164/12447/18269 12590/12559/18439 12581/12942/19052 +f 9738/9922/19064 9736/9920/19038 12584/12938/19048 +f 9738/9922/19064 12584/12938/19048 12592/12949/19065 +f 12592/12949/19065 12584/12938/19048 12585/12943/19054 +f 12593/12950/19066 12592/12949/19065 12583/12945/19058 +f 12592/12949/19065 12585/12943/19054 12583/12945/19058 +f 12593/12950/19066 12583/12945/19058 12588/12946/19057 +f 12593/12950/19066 12588/12946/19057 12594/12951/19067 +f 12595/12952/19068 12594/12951/19067 12582/12947/19061 +f 12594/12951/19067 12588/12946/19057 12582/12947/19061 +f 12595/12952/19068 12582/12947/19061 10318/10600/15972 +f 10318/10600/15972 12582/12947/19061 10319/10598/15970 +f 12599/9915/19069 12598/12953/19070 9733/9916/19071 +f 9733/9916/19071 12598/12953/19070 12596/12954/19072 +f 9733/9916/19071 12596/12954/19072 11841/12120/18263 +f 12596/12954/19072 12597/12443/18264 11841/12120/18263 +f 12602/12955/19073 12599/9915/19069 9731/9913/18262 +f 9731/9913/18262 12128/12442/18261 12602/12955/19073 +f 12128/12442/18261 12601/12956/19074 12602/12955/19073 +f 12598/12953/19070 12599/9915/19069 12602/12955/19073 +f 12598/12953/19070 12602/12955/19073 12603/12957/19075 +f 12604/12958/19076 12598/12953/19070 12603/12957/19075 +f 12596/12954/19072 12598/12953/19070 12604/12958/19077 +f 12605/12959/19078 12604/12958/19076 12603/12957/19075 +f 12606/12633/18551 12596/12954/19072 12604/12958/19077 +f 12606/12633/18553 12604/12958/19076 12605/12959/19078 +f 12597/12443/18264 12596/12954/19072 12606/12633/18551 +f 12606/12633/18553 12605/12959/19078 12600/12446/18268 +f 12605/12959/19078 12609/12960/19079 12607/12448/18270 +f 12605/12959/19078 12607/12448/18270 12600/12446/18268 +f 12603/12957/19075 12608/12961/19080 12609/12960/19079 +f 12603/12957/19075 12609/12960/19079 12605/12959/19078 +f 12608/12961/19080 12603/12957/19075 12602/12955/19073 +f 12602/12955/19073 12610/12962/19081 12608/12961/19080 +f 12610/12962/19081 12602/12955/19073 12601/12956/19074 +f 12601/12956/19074 12128/12442/18261 9729/9911/18260 +f 12611/12963/19082 12601/12956/19074 9729/9911/18260 +f 12610/12962/19081 12601/12956/19074 12611/12963/19082 +f 9730/9912/19083 12612/12964/19084 12611/12963/19082 +f 12612/12964/19084 12610/12962/19081 12611/12963/19082 +f 12613/12965/19085 12608/12961/19080 12610/12962/19081 +f 12613/12965/19086 12610/12962/19081 12612/12964/19084 +f 12614/12966/19087 12613/12965/19086 12612/12964/19084 +f 12609/12960/19079 12608/12961/19080 12613/12965/19085 +f 12615/12967/19088 12609/12960/19079 12613/12965/19085 +f 12615/12967/19089 12613/12965/19086 12614/12966/19087 +f 12607/12448/18270 12609/12960/19079 12617/12558/18438 +f 12617/12558/18438 12609/12960/19079 12615/12967/19088 +f 12615/12967/19089 12614/12966/19087 12618/12561/18444 +f 12618/12561/18444 12614/12966/19087 12616/12968/19090 +f 12617/12558/18440 12615/12967/19091 12618/12561/18442 +f 12165/10599/15971 12618/12561/18444 12616/12968/19090 +f 12620/12969/19092 12619/12970/19093 12616/12968/19090 +f 12616/12968/19090 12619/12970/19093 10317/10597/15969 +f 12616/12968/19090 10317/10597/15969 12165/10599/15971 +f 12614/12966/19087 12620/12969/19092 12616/12968/19090 +f 9730/9912/19083 13280/12971/19094 12612/12964/19084 +f 12612/12964/19084 13280/12971/19094 12620/12969/19092 +f 12612/12964/19084 12620/12969/19092 12614/12966/19087 +f 9730/9912/19083 12611/12963/19082 9729/9911/18260 +f 12621/9907/19095 12622/12972/19096 9726/9904/19097 +f 9726/9904/19097 12622/12972/19096 12623/12973/19098 +f 12623/12973/19098 9727/9908/19099 9726/9904/19097 +f 11846/12126/18278 12625/12451/18277 11844/12127/19100 +f 12629/12974/19101 12628/12975/19102 12623/12973/19098 +f 12629/12974/19101 12623/12973/19098 12622/12972/19096 +f 12627/12976/19103 12629/12974/19101 12622/12972/19096 +f 12621/9907/19095 12624/12124/19104 12630/12977/19105 +f 12630/12977/19105 12627/12976/19103 12622/12972/19096 +f 12630/12977/19105 12622/12972/19096 12621/9907/19095 +f 12631/12978/19106 12626/12979/19107 12627/12976/19103 +f 12631/12978/19106 12627/12976/19103 12630/12977/19105 +f 12632/12980/19108 12626/12979/19107 12631/12978/19106 +f 12631/12978/19109 12630/12977/19105 11844/12127/19100 +f 11844/12127/19100 12630/12977/19105 12624/12124/19104 +f 12632/12980/19108 12631/12978/19106 12633/12635/18555 +f 12633/12635/18555 12631/12978/19106 12625/12451/18277 +f 12625/12451/18277 12631/12978/19109 11844/12127/19100 +f 12131/12452/18279 12632/12980/19108 12633/12635/18555 +f 12628/12975/19102 12629/12974/19101 12627/12976/19103 +f 12628/12975/19102 12627/12976/19103 12634/12981/19110 +f 12634/12981/19110 12627/12976/19103 12626/12979/19107 +f 12634/12981/19110 12626/12979/19107 12641/12982/19111 +f 12131/12452/18279 12635/12454/18281 12632/12980/19108 +f 12632/12980/19108 12635/12454/18281 12636/12983/19112 +f 12632/12980/19108 12636/12983/19112 12626/12979/19107 +f 12626/12979/19107 12636/12983/19112 12641/12982/19111 +f 12639/12984/19113 12623/12973/19098 12628/12975/19102 +f 12640/12985/19114 12639/12984/19113 12628/12975/19102 +f 12640/12985/19114 12628/12975/19102 12634/12981/19110 +f 12638/12986/19115 12640/12985/19114 12634/12981/19110 +f 12641/12982/19116 12638/12986/19115 12634/12981/19110 +f 12637/12987/19117 12642/12988/19118 12638/12986/19119 +f 12637/12987/19117 12638/12986/19119 12643/12989/19120 +f 12643/12989/19121 12638/12986/19115 12641/12982/19116 +f 12644/12562/18445 12643/12989/19122 12641/12982/19123 +f 12644/12562/18445 12641/12982/19123 12636/12983/19124 +f 12645/12565/18449 12637/12987/19117 12643/12989/19120 +f 12645/12565/18448 12643/12989/19122 12644/12562/18445 +f 12644/12562/18445 12636/12983/19112 12635/12454/18281 +f 10315/10594/15966 12637/12987/19117 12645/12565/18449 +f 9727/9908/19099 12623/12973/19098 12639/12984/19113 +f 9727/9908/19099 12639/12984/19113 12646/12990/19125 +f 12646/12990/19125 12639/12984/19113 12640/12985/19126 +f 12647/12991/19127 12646/12990/19125 12638/12986/19128 +f 12646/12990/19125 12640/12985/19126 12638/12986/19128 +f 12647/12991/19127 12638/12986/19128 12642/12988/19129 +f 12647/12991/19127 12642/12988/19129 12648/12992/19130 +f 12649/12993/19131 12648/12992/19130 12637/12987/19132 +f 12648/12992/19130 12642/12988/19129 12637/12987/19132 +f 12649/12993/19131 12637/12987/19132 10316/10596/15968 +f 10316/10596/15968 12637/12987/19132 10315/10594/15966 +f 12653/9902/19133 12652/12994/19134 9723/9903/19135 +f 12652/12994/19134 12650/12995/19136 9723/9903/19135 +f 9723/9903/19135 12650/12995/19136 11849/12130/18274 +f 12650/12995/19136 12651/12450/18275 11849/12130/18274 +f 12653/9902/19133 9721/9900/19137 12130/12449/19138 +f 12653/9902/19133 12130/12449/19138 12656/12996/19139 +f 12652/12994/19134 12653/9902/19133 12656/12996/19139 +f 12652/12994/19134 12656/12996/19139 12657/12997/19140 +f 12658/12998/19141 12652/12994/19134 12657/12997/19140 +f 12650/12995/19136 12652/12994/19134 12658/12998/19142 +f 12659/12999/19143 12658/12998/19141 12657/12997/19140 +f 12660/12634/18554 12650/12995/19136 12658/12998/19142 +f 12660/12634/19144 12658/12998/19141 12655/12636/18557 +f 12655/12636/18557 12658/12998/19141 12659/12999/19143 +f 12651/12450/18275 12650/12995/19136 12660/12634/18554 +f 12654/12453/18280 12655/12636/18557 12659/12999/19143 +f 12659/12999/19143 12663/13000/19145 12661/12455/18282 +f 12659/12999/19143 12661/12455/18282 12654/12453/18280 +f 12657/12997/19140 12662/13001/19146 12663/13000/19145 +f 12657/12997/19140 12663/13000/19145 12659/12999/19143 +f 12662/13001/19146 12657/12997/19140 12656/12996/19139 +f 12656/12996/19139 12664/13002/19147 12662/13001/19146 +f 12656/12996/19139 12130/12449/18272 12664/13002/19147 +f 12664/13002/19147 12130/12449/18272 9719/9898/18271 +f 12665/13003/19148 12664/13002/19147 9719/9898/18271 +f 9720/9899/19149 12666/13004/19150 12665/13003/19148 +f 12662/13001/19146 12664/13002/19147 12667/13005/19151 +f 12667/13005/19151 12664/13002/19147 12665/13003/19148 +f 12667/13005/19151 12665/13003/19148 12666/13004/19150 +f 12668/13006/19152 12667/13005/19151 12666/13004/19150 +f 12663/13000/19145 12662/13001/19146 12667/13005/19153 +f 12669/13007/19154 12663/13000/19145 12667/13005/19153 +f 12669/13007/19155 12667/13005/19151 12668/13006/19152 +f 12661/12455/18282 12663/13000/19145 12671/12563/18446 +f 12671/12563/18446 12663/13000/19145 12669/13007/19154 +f 12669/13007/19155 12668/13006/19152 12672/12566/18451 +f 12672/12566/18451 12668/13006/19152 12670/13008/19156 +f 12673/12564/18447 12671/12563/18446 12669/13007/19154 +f 12673/12564/18450 12669/13007/19155 12672/12566/18451 +f 12166/10595/15967 12672/12566/18451 12670/13008/19156 +f 12677/13009/19157 12674/13010/19158 12670/13008/19156 +f 12670/13008/19156 12674/13010/19158 12675/10585/15956 +f 12670/13008/19156 12675/10585/15956 12166/10595/15967 +f 12668/13006/19152 12677/13009/19157 12670/13008/19156 +f 9720/9899/19149 12676/13011/19159 12666/13004/19150 +f 12666/13004/19150 12676/13011/19159 12677/13009/19157 +f 12666/13004/19150 12677/13009/19157 12668/13006/19152 +f 9720/9899/19149 12665/13003/19148 9719/9898/18271 +f 12678/9894/19160 12679/13012/19161 9716/9891/19162 +f 9716/9891/19162 12679/13012/19161 12680/13013/19163 +f 12680/13013/19163 9717/9895/19164 9716/9891/19162 +f 12681/12457/18286 11850/12182/19165 11852/12178/18287 +f 12685/13014/19166 12684/13015/19167 12680/13013/19163 +f 12685/13014/19166 12680/13013/19163 12679/13012/19161 +f 12683/13016/19168 12685/13014/19166 12679/13012/19161 +f 12678/9894/19160 11851/12132/19169 12686/13017/19170 +f 12686/13017/19170 12683/13016/19168 12679/13012/19161 +f 12686/13017/19170 12679/13012/19161 12678/9894/19160 +f 12687/13018/19171 12682/13019/19172 12683/13016/19168 +f 12687/13018/19171 12683/13016/19168 12686/13017/19170 +f 12133/12459/18290 12682/13019/19172 12687/13018/19171 +f 12687/13018/19173 12686/13017/19170 11850/12182/19165 +f 11850/12182/19165 12686/13017/19170 11851/12132/19169 +f 12681/12457/18286 12687/13018/19173 11850/12182/19165 +f 12184/12637/18560 12133/12459/18290 12687/13018/19171 +f 12184/12637/18558 12687/13018/19173 12681/12457/18286 +f 12684/13015/19167 12685/13014/19166 12683/13016/19168 +f 12684/13015/19167 12683/13016/19168 12688/13020/19174 +f 12688/13020/19174 12683/13016/19168 12682/13019/19172 +f 12688/13020/19174 12682/13019/19172 12695/13021/19175 +f 12133/12459/18290 12134/12461/18292 12689/13022/19176 +f 12133/12459/18290 12689/13022/19176 12682/13019/19172 +f 12682/13019/19172 12689/13022/19176 12695/13021/19175 +f 12692/13023/19177 12680/13013/19163 12684/13015/19167 +f 12693/13024/19178 12692/13023/19177 12684/13015/19167 +f 12693/13024/19178 12684/13015/19167 12688/13020/19174 +f 12694/13025/19179 12691/13026/19180 12693/13024/19178 +f 12694/13025/19179 12693/13024/19178 12688/13020/19174 +f 12696/13027/19181 12691/13026/19180 12694/13025/19179 +f 12695/13021/19182 12694/13025/19179 12688/13020/19174 +f 12690/13028/19183 12696/13027/19181 12694/13025/19179 +f 12697/13029/19184 12694/13025/19179 12695/13021/19182 +f 12690/13028/19183 12694/13025/19179 10312/10589/15960 +f 10312/10589/15960 12694/13025/19179 12697/13029/19185 +f 12697/13029/19184 12695/13021/19182 12698/12567/18452 +f 12698/12567/18452 12695/13021/19182 12689/13022/19186 +f 12699/12570/18456 10312/10589/15960 12697/13029/19185 +f 12699/12570/18455 12697/13029/19184 12698/12567/18452 +f 12698/12567/18452 12689/13022/19176 12134/12461/18292 +f 9717/9895/19164 12680/13013/19163 12692/13023/19177 +f 9717/9895/19164 12692/13023/19177 12700/13030/19187 +f 12700/13030/19187 12692/13023/19177 12693/13024/19178 +f 12701/13031/19188 12700/13030/19187 12691/13026/19180 +f 12700/13030/19187 12693/13024/19178 12691/13026/19180 +f 12701/13031/19188 12691/13026/19180 12696/13027/19181 +f 12701/13031/19188 12696/13027/19181 12702/13032/19189 +f 12702/13032/19189 12696/13027/19181 12690/13028/19183 +f 12702/13032/19189 12690/13028/19183 12703/10588/15959 +f 12703/10588/15959 12690/13028/19183 10312/10589/15960 +f 12707/9889/19190 12706/13033/19191 9713/9890/19192 +f 12706/13033/19191 12704/13034/19193 9713/9890/19192 +f 9713/9890/19192 12704/13034/19193 11853/12180/18289 +f 11853/12180/18289 12704/13034/19193 12705/12458/18288 +f 12710/13035/19194 12707/9889/19190 9711/9887/18285 +f 12710/13035/19194 9711/9887/18285 12132/12456/18284 +f 12710/13035/19194 12132/12456/18284 12709/13036/19195 +f 12710/13035/19194 12709/13036/19196 12711/13037/19197 +f 12706/13033/19191 12707/9889/19190 12710/13035/19194 +f 12712/13038/19198 12710/13035/19194 12711/13037/19197 +f 12713/13039/19199 12706/13033/19191 12710/13035/19194 +f 12713/13039/19199 12710/13035/19194 12712/13038/19198 +f 12704/13034/19193 12706/13033/19191 12713/13039/19199 +f 12714/13040/19200 12713/13039/19199 12712/13038/19198 +f 12715/12638/18559 12704/13034/19193 12713/13039/19199 +f 12715/12638/18561 12713/13039/19199 12714/13040/19200 +f 12705/12458/18288 12704/13034/19193 12715/12638/18559 +f 12715/12638/18561 12714/13040/19200 12708/12460/18291 +f 12714/13040/19200 12718/13041/19201 12716/12462/18293 +f 12714/13040/19200 12716/12462/18293 12708/12460/18291 +f 12712/13038/19198 12717/13042/19202 12718/13041/19201 +f 12712/13038/19198 12718/13041/19201 12714/13040/19200 +f 12717/13042/19202 12712/13038/19198 12711/13037/19197 +f 12711/13037/19197 12719/13043/19203 12717/13042/19202 +f 12711/13037/19197 12709/13036/19196 12719/13043/19203 +f 12709/13036/19196 12132/12456/18284 12720/13044/19204 +f 12719/13043/19203 12709/13036/19196 12720/13044/19204 +f 9710/9886/19205 12721/13045/19206 12720/13044/19204 +f 12721/13045/19206 12719/13043/19203 12720/13044/19204 +f 12717/13042/19202 12719/13043/19203 12722/13046/19207 +f 12722/13046/19207 12719/13043/19203 12721/13045/19206 +f 12723/13047/19208 12722/13046/19207 12721/13045/19206 +f 12718/13041/19201 12717/13042/19202 12722/13046/19209 +f 12724/13048/19210 12718/13041/19201 12722/13046/19209 +f 12724/13048/19211 12722/13046/19207 12723/13047/19208 +f 12716/12462/18293 12718/13041/19201 12726/12568/18453 +f 12726/12568/18453 12718/13041/19201 12724/13048/19210 +f 12724/13048/19211 12723/13047/19208 12727/12571/18458 +f 12727/12571/18458 12723/13047/19208 12725/13049/19212 +f 12728/12569/18454 12726/12568/18453 12724/13048/19210 +f 12728/12569/18457 12724/13048/19211 12727/12571/18458 +f 12167/10590/15961 12727/12571/18458 12725/13049/19212 +f 12731/13050/19213 12729/10591/15962 12725/13049/19212 +f 12725/13049/19212 12729/10591/15962 12167/10590/15961 +f 12723/13047/19208 12731/13050/19213 12725/13049/19212 +f 9710/9886/19205 12730/13051/19214 12721/13045/19206 +f 12721/13045/19206 12730/13051/19214 12731/13050/19213 +f 12721/13045/19206 12731/13050/19213 12723/13047/19208 +f 9710/9886/19205 12720/13044/19204 9709/9885/18283 +f 12132/12456/18284 9709/9885/18283 12720/13044/19204 +f 12732/9880/19215 12733/13052/19216 9704/9878/19217 +f 9704/9878/19217 12733/13052/19216 12734/13053/19218 +f 12734/13053/19218 9707/9882/19219 9704/9878/19217 +f 11855/12135/18298 12736/12464/18297 12735/12133/19220 +f 12740/13054/19221 12739/13055/19222 12734/13053/19218 +f 12740/13054/19221 12734/13053/19218 12733/13052/19216 +f 12738/13056/19223 12740/13054/19221 12733/13052/19216 +f 12732/9880/19215 12735/12133/19220 12741/13057/19224 +f 12741/13057/19224 12738/13056/19223 12733/13052/19216 +f 12741/13057/19224 12733/13052/19216 12732/9880/19215 +f 12742/13058/19225 12737/13059/19226 12738/13056/19223 +f 12742/13058/19225 12738/13056/19223 12741/13057/19224 +f 12743/13060/19227 12737/13059/19226 12742/13058/19225 +f 12742/13058/19228 12741/13057/19224 12736/12464/18297 +f 12736/12464/18297 12741/13057/19224 12735/12133/19220 +f 12136/12466/18301 12743/13060/19227 12742/13058/19225 +f 12136/12466/18301 12742/13058/19225 12185/12640/18564 +f 12185/12640/18563 12742/13058/19228 12736/12464/18297 +f 12739/13055/19222 12740/13054/19221 12738/13056/19223 +f 12739/13055/19222 12738/13056/19223 12744/13061/19229 +f 12744/13061/19229 12738/13056/19223 12737/13059/19226 +f 12744/13061/19229 12737/13059/19226 12751/13062/19230 +f 12136/12466/18301 12168/12468/18303 12743/13060/19227 +f 12743/13060/19227 12168/12468/18303 12745/13063/19231 +f 12743/13060/19227 12745/13063/19231 12737/13059/19226 +f 12737/13059/19226 12745/13063/19231 12751/13062/19230 +f 12748/13064/19232 12734/13053/19218 12739/13055/19222 +f 12749/13065/19233 12748/13064/19232 12739/13055/19222 +f 12749/13065/19233 12739/13055/19222 12744/13061/19229 +f 12750/13066/19234 12747/13067/19235 12749/13065/19233 +f 12750/13066/19234 12749/13065/19233 12744/13061/19229 +f 12752/13068/19236 12747/13067/19235 12750/13066/19234 +f 12751/13062/19230 12750/13066/19234 12744/13061/19229 +f 12746/13069/19237 12752/13068/19236 12750/13066/19234 +f 12753/13070/19238 12750/13066/19234 12751/13062/19230 +f 12746/13069/19237 12750/13066/19234 10308/10581/15952 +f 10308/10581/15952 12750/13066/19234 12753/13070/19239 +f 12753/13070/19238 12751/13062/19230 12754/12573/18460 +f 12754/12573/18460 12751/13062/19230 12745/13063/19231 +f 12755/12575/18462 10308/10581/15952 12753/13070/19239 +f 12755/12575/18462 12753/13070/19240 12754/12573/18460 +f 12168/12468/18303 12754/12573/18460 12745/13063/19231 +f 9707/9882/19219 12734/13053/19218 12748/13064/19232 +f 9707/9882/19219 12748/13064/19232 12756/13071/19241 +f 12756/13071/19241 12748/13064/19232 12749/13065/19233 +f 12757/13072/19242 12756/13071/19241 12747/13067/19235 +f 12756/13071/19241 12749/13065/19233 12747/13067/19235 +f 12757/13072/19242 12747/13067/19235 12752/13068/19236 +f 12757/13072/19242 12752/13068/19236 12758/13073/19243 +f 12758/13073/19243 12752/13068/19236 12746/13069/19237 +f 12758/13073/19243 12746/13069/19237 10310/10580/15951 +f 10310/10580/15951 12746/13069/19237 10308/10581/15952 +f 12759/12137/19244 12760/12465/18299 11856/12061/18300 +f 9702/9874/18296 12766/13074/19245 12762/9876/19246 +f 12766/13074/19245 9702/9874/18296 12135/12463/18295 +f 12766/13074/19245 12135/12463/18295 12765/13075/19247 +f 12766/13074/19245 12765/13075/19247 12767/13076/19248 +f 12761/9877/19249 12762/9876/19246 12768/13077/19250 +f 12768/13077/19250 12762/9876/19246 12766/13074/19245 +f 12768/13077/19250 12766/13074/19245 12767/13076/19248 +f 12769/13078/19251 12768/13077/19250 12767/13076/19248 +f 12770/13079/19252 12761/9877/19249 12768/13077/19250 +f 12770/13079/19253 12768/13077/19250 12769/13078/19251 +f 12759/12137/19244 12761/9877/19249 12770/13079/19252 +f 12771/13080/19254 12770/13079/19253 12769/13078/19251 +f 12764/12641/18566 12770/13079/19253 12771/13080/19254 +f 12760/12465/18299 12759/12137/19244 12770/13079/19252 +f 12760/12465/18299 12770/13079/19252 12772/12639/18562 +f 12772/12639/18565 12770/13079/19253 12764/12641/18566 +f 12763/12467/18302 12764/12641/18566 12771/13080/19254 +f 12771/13080/19254 12775/13081/19255 12773/12469/18304 +f 12771/13080/19254 12773/12469/18304 12763/12467/18302 +f 12769/13078/19251 12774/13082/19256 12775/13081/19255 +f 12769/13078/19251 12775/13081/19255 12771/13080/19254 +f 12774/13082/19256 12769/13078/19251 12767/13076/19248 +f 12767/13076/19248 12776/13083/19257 12774/13082/19256 +f 12767/13076/19248 12765/13075/19247 12776/13083/19257 +s off +f 12765/13075/19258 12135/12463/19259 9700/9872/19260 +s 39 +f 12777/13084/19261 12765/13075/19247 9700/9872/19262 +f 12776/13083/19257 12765/13075/19247 12777/13084/19261 +f 9701/9873/19263 12778/13085/19264 12777/13084/19261 +f 12774/13082/19256 12776/13083/19257 12779/13086/19265 +f 12779/13086/19265 12776/13083/19257 12777/13084/19261 +f 12779/13086/19265 12777/13084/19261 12778/13085/19264 +f 12780/13087/19266 12779/13086/19265 12778/13085/19264 +f 12775/13081/19255 12774/13082/19256 12779/13086/19267 +f 12781/13088/19268 12775/13081/19255 12779/13086/19267 +f 12781/13088/19269 12779/13086/19265 12780/13087/19266 +f 12773/12469/18304 12775/13081/19255 12783/12572/18459 +f 12783/12572/18459 12775/13081/19255 12781/13088/19268 +f 12781/13088/19269 12780/13087/19266 12784/12576/18463 +f 12784/12576/18463 12780/13087/19266 12782/13089/19270 +f 12785/12574/18461 12783/12572/18459 12781/13088/19268 +f 12785/12574/18461 12781/13088/19269 12784/12576/18463 +f 12169/10582/15953 12784/12576/18463 12782/13089/19270 +f 12788/13090/19271 12786/13091/19272 12782/13089/19270 +f 12782/13089/19270 12786/13091/19272 10307/10579/15950 +f 12782/13089/19270 10307/10579/15950 12169/10582/15953 +f 12780/13087/19266 12788/13090/19271 12782/13089/19270 +f 9701/9873/19263 12787/13092/19273 12778/13085/19264 +f 12778/13085/19264 12787/13092/19273 12788/13090/19271 +f 12778/13085/19264 12788/13090/19271 12780/13087/19266 +f 9701/9873/19263 12777/13084/19261 9700/9872/19262 +f 9696/9866/19274 11857/9868/19275 12789/13093/19276 +f 9696/9866/19274 12789/13093/19276 12790/13094/19277 +f 12790/13094/19277 9698/9869/19278 9696/9866/19274 +f 12791/12139/19279 12796/13095/19280 11857/9868/19275 +f 11857/9868/19275 12796/13095/19280 12789/13093/19276 +f 11861/12141/18306 12792/12470/18305 12791/12139/19279 +f 12794/13096/19281 12790/13094/19277 12789/13093/19276 +f 12795/13097/19282 12794/13096/19281 12789/13093/19276 +f 12793/13098/19283 12794/13096/19281 12795/13097/19284 +f 12796/13095/19280 12795/13097/19282 12789/13093/19276 +f 12797/13099/19285 12793/13098/19283 12795/13097/19286 +f 12797/13099/19285 12795/13097/19286 12796/13095/19287 +f 12137/12472/18309 12793/13098/19283 12797/13099/19285 +f 12797/13099/19288 12796/13095/19280 12791/12139/19279 +f 12137/12472/18309 12797/13099/19285 12798/12643/18569 +f 12798/12643/18568 12797/13099/19288 12792/12470/18305 +f 12792/12470/18305 12797/13099/19288 12791/12139/19279 +f 12790/13094/19277 12794/13096/19281 12799/13100/19289 +f 12800/13101/19290 12794/13096/19281 12793/13098/19283 +f 12800/13101/19290 12793/13098/19283 12806/13102/19291 +f 12137/12472/18309 12170/12474/18311 12801/13103/19292 +f 12137/12472/18309 12801/13103/19292 12793/13098/19283 +f 12793/13098/19283 12801/13103/19292 12806/13102/19291 +f 12794/13096/19281 12800/13101/19290 12799/13100/19289 +f 12800/13101/19290 12804/13104/19293 12799/13100/19289 +f 12805/13105/19294 12803/13106/19295 12804/13104/19293 +f 12805/13105/19294 12804/13104/19293 12800/13101/19290 +f 12807/13107/19296 12803/13106/19297 12805/13105/19298 +f 12806/13102/19291 12805/13105/19294 12800/13101/19290 +f 12802/13108/19299 12807/13107/19296 12805/13105/19298 +f 12808/13109/19300 12805/13105/19294 12806/13102/19291 +f 12802/13108/19299 12805/13105/19298 10304/10574/15943 +f 10304/10574/15943 12805/13105/19298 12808/13109/19301 +f 12808/13109/19300 12806/13102/19291 12809/12578/18465 +f 12809/12578/18465 12806/13102/19291 12801/13103/19292 +f 12810/12580/18467 10304/10574/15943 12808/13109/19301 +f 12810/12580/18467 12808/13109/19302 12809/12578/18465 +f 12170/12474/18311 12809/12578/18465 12801/13103/19292 +f 9698/9869/19278 12790/13094/19277 12799/13100/19289 +f 9698/9869/19278 12799/13100/19289 12811/13110/19303 +f 12811/13110/19303 12799/13100/19289 12804/13104/19304 +f 12812/13111/19305 12811/13110/19303 12803/13106/19297 +f 12811/13110/19303 12804/13104/19304 12803/13106/19297 +f 12812/13111/19305 12803/13106/19297 12807/13107/19296 +f 12812/13111/19305 12807/13107/19296 12813/13112/19306 +f 12814/13113/19307 12813/13112/19306 12802/13108/19299 +f 12813/13112/19306 12807/13107/19296 12802/13108/19299 +f 12814/13113/19307 12802/13108/19299 10305/10576/15945 +f 10305/10576/15945 12802/13108/19299 10304/10574/15943 +f 12817/9865/19308 12815/13114/19309 11864/12144/19310 +f 11864/12144/19310 12815/13114/19309 11863/12142/18308 +f 12815/13114/19309 12816/12471/18307 11863/12142/18308 +f 12821/13115/19311 12818/9863/19312 9695/9862/19313 +f 12821/13115/19311 9695/9862/19313 12820/13116/19314 +f 12821/13115/19311 12820/13116/19314 12822/13117/19315 +f 12817/9865/19308 12818/9863/19312 12821/13115/19311 +f 12824/13118/19316 12817/9865/19308 12821/13115/19311 +f 12824/13118/19317 12821/13115/19311 12823/13119/19318 +f 12823/13119/19318 12821/13115/19311 12822/13117/19315 +f 12815/13114/19309 12817/9865/19308 12824/13118/19316 +f 12819/12473/18310 12824/13118/19317 12823/13119/19318 +f 12816/12471/18307 12815/13114/19309 12824/13118/19319 +f 12816/12471/18307 12824/13118/19319 12825/12642/18567 +f 12825/12642/18570 12824/13118/19317 12819/12473/18310 +f 12823/13119/19318 12828/13120/19320 12819/12473/18310 +f 12819/12473/18310 12828/13120/19320 12826/12475/18312 +f 12822/13117/19315 12827/13121/19321 12823/13119/19318 +f 12823/13119/19318 12827/13121/19321 12828/13120/19320 +f 12822/13117/19315 12829/13122/19322 12827/13121/19321 +f 12822/13117/19315 12820/13116/19314 12829/13122/19322 +f 12820/13116/19314 9695/9862/19313 12830/13123/19323 +f 12829/13122/19322 12820/13116/19314 12830/13123/19323 +f 9694/9860/19324 12831/13124/19325 12830/13123/19323 +f 12831/13124/19325 12829/13122/19322 12830/13123/19323 +f 12827/13121/19321 12829/13122/19322 12832/13125/19326 +f 12832/13125/19326 12829/13122/19322 12831/13124/19325 +f 12833/13126/19327 12832/13125/19326 12831/13124/19325 +f 12828/13120/19320 12827/13121/19321 12832/13125/19328 +f 12834/13127/19329 12828/13120/19320 12832/13125/19328 +f 12834/13127/19330 12832/13125/19326 12833/13126/19327 +f 12826/12475/18312 12828/13120/19320 12836/12577/18464 +f 12836/12577/18464 12828/13120/19320 12834/13127/19329 +f 12834/13127/19330 12833/13126/19327 12837/12581/18468 +f 12837/12581/18468 12833/13126/19327 12835/13128/19331 +f 12838/12579/18466 12836/12577/18464 12834/13127/19329 +f 12838/12579/18466 12834/13127/19330 12837/12581/18468 +f 12171/10575/15944 12837/12581/18468 12835/13128/19331 +f 12841/13129/19332 13320/13130/19333 12835/13128/19331 +f 12835/13128/19331 13320/13130/19333 12839/10577/15946 +f 12835/13128/19331 12839/10577/15946 12171/10575/15944 +f 12833/13126/19327 12841/13129/19332 12835/13128/19331 +f 9694/9860/19324 12840/13131/19334 12831/13124/19325 +f 12831/13124/19325 12840/13131/19334 12841/13129/19332 +f 12831/13124/19325 12841/13129/19332 12833/13126/19327 +f 9694/9860/19324 12830/13123/19323 9693/9861/19335 +f 9695/9862/19313 9693/9861/19335 12830/13123/19323 +f 11865/12147/19336 12848/13132/19337 9689/9856/19338 +f 9689/9856/19338 12848/13132/19337 12842/13133/19339 +f 9689/9856/19338 12842/13133/19339 9688/9854/19340 +f 9688/9854/19340 12842/13133/19339 12843/13134/19341 +f 12843/13134/19341 9692/9858/19342 9688/9854/19340 +f 12847/13135/19343 12843/13134/19341 12842/13133/19339 +f 12846/13136/19344 12847/13135/19343 12842/13133/19339 +f 12846/13136/19345 12842/13133/19339 12848/13132/19337 +f 12849/13137/19346 12845/13138/19347 12846/13136/19344 +f 12849/13137/19346 12846/13136/19344 12848/13132/19348 +f 12139/12479/18320 12845/13138/19347 12849/13137/19346 +f 12849/13137/19349 12848/13132/19337 11866/12146/18317 +f 11866/12146/18317 12848/13132/19337 11865/12147/19336 +f 12139/12479/18320 12849/13137/19346 12850/12645/18573 +f 12850/12645/18572 12849/13137/19349 12844/12477/18316 +f 12844/12477/18316 12849/13137/19349 11866/12146/18317 +f 12843/13134/19341 12847/13135/19343 12851/13139/19350 +f 12847/13135/19343 12846/13136/19344 12852/13140/19351 +f 12852/13140/19351 12846/13136/19344 12845/13138/19347 +f 12852/13140/19351 12845/13138/19347 12857/13141/19352 +f 12139/12479/18320 12172/12481/18322 12853/13142/19353 +f 12139/12479/18320 12853/13142/19353 12845/13138/19347 +f 12845/13138/19347 12853/13142/19353 12857/13141/19352 +f 12847/13135/19343 12852/13140/19351 12851/13139/19350 +f 12852/13140/19351 12855/13143/19354 12851/13139/19350 +f 12856/13144/19355 12862/13145/19356 12855/13143/19357 +f 12856/13144/19358 12855/13143/19354 12852/13140/19351 +f 12858/13146/19359 12862/13145/19356 12856/13144/19355 +f 12857/13141/19360 12856/13144/19358 12852/13140/19351 +f 12854/13147/19361 12858/13146/19359 12856/13144/19362 +f 12859/13148/19363 12856/13144/19358 12857/13141/19360 +f 12854/13147/19361 12856/13144/19362 10246/10486/15827 +f 10246/10486/15827 12856/13144/19362 12859/13148/19364 +f 12859/13148/19363 12857/13141/19360 12860/12583/18470 +f 12860/12583/18470 12857/13141/19360 12853/13142/19353 +f 12861/12584/18474 10246/10486/15827 12859/13148/19364 +f 12861/12584/18472 12859/13148/19363 12860/12583/18470 +f 12172/12481/18322 12860/12583/18470 12853/13142/19353 +f 9692/9858/19342 12843/13134/19341 12851/13139/19350 +s 633 +f 12862/13145/19365 9692/9858/19366 12855/13143/19367 +f 9692/9858/19366 12851/13139/19368 12855/13143/19367 +s 39 +f 12863/13149/19369 12862/13145/19356 12858/13146/19359 +f 12863/13149/19369 12858/13146/19359 12864/13150/19370 +f 12864/13150/19370 12858/13146/19359 12854/13147/19361 +f 12864/13150/19370 12854/13147/19361 12865/10485/15826 +f 12865/10485/15826 12854/13147/19361 10246/10486/15827 +f 9686/9853/19371 12868/13151/19372 11869/12149/19373 +f 12868/13151/19372 12866/13152/19374 11869/12149/19373 +f 12866/13152/19374 12867/12478/18319 11869/12149/19373 +f 11869/12149/19373 12867/12478/18319 11868/12145/18318 +f 9686/9853/19371 12869/9852/19375 12868/13151/19372 +f 12872/13153/19376 12869/9852/19375 9684/9851/19377 +f 9684/9851/19377 12138/12476/18314 12871/13154/19378 +f 12871/13154/19378 12873/13155/19379 12872/13153/19376 +f 12871/13154/19378 12872/13153/19376 9684/9851/19377 +f 12868/13151/19372 12869/9852/19375 12872/13153/19376 +f 12868/13151/19372 12872/13153/19376 12874/13156/19380 +f 12874/13156/19380 12872/13153/19376 12873/13155/19381 +f 12875/13157/19382 12868/13151/19372 12874/13156/19380 +f 12866/13152/19374 12868/13151/19372 12875/13157/19383 +f 12876/13158/19384 12875/13157/19382 12874/13156/19380 +f 12867/12478/18319 12866/13152/19374 12875/13157/19383 +f 12867/12478/18319 12875/13157/19383 12877/12644/18571 +f 12877/12644/18571 12875/13157/19383 12876/13158/19385 +f 12877/12644/18571 12876/13158/19385 12870/12480/18321 +f 12876/13158/19384 12880/13159/19386 12878/12482/18323 +f 12876/13158/19384 12878/12482/18323 12870/12480/18321 +f 12874/13156/19380 12879/13160/19387 12880/13159/19386 +f 12874/13156/19380 12880/13159/19386 12876/13158/19384 +f 12879/13160/19387 12874/13156/19380 12873/13155/19379 +f 12873/13155/19379 12881/13161/19388 12879/13160/19387 +f 12881/13161/19388 12873/13155/19379 12871/13154/19378 +f 12882/13162/19389 12871/13154/19378 12138/12476/18314 +f 12881/13161/19388 12871/13154/19378 12882/13162/19389 +f 9682/9849/19390 12883/13163/19391 12882/13162/19389 +f 12883/13163/19391 12881/13161/19388 12882/13162/19389 +f 12879/13160/19387 12881/13161/19388 12884/13164/19392 +f 12884/13164/19392 12881/13161/19388 12883/13163/19391 +f 12885/13165/19393 12884/13164/19392 12883/13163/19391 +f 12880/13159/19386 12879/13160/19387 12884/13164/19394 +f 12886/13166/19395 12880/13159/19386 12884/13164/19394 +f 12886/13166/19396 12884/13164/19392 12885/13165/19393 +f 12878/12482/18323 12880/13159/19386 12888/12582/18469 +f 12888/12582/18469 12880/13159/19386 12886/13166/19395 +f 12886/13166/19396 12885/13165/19393 12889/12585/18475 +f 12889/12585/18475 12885/13165/19393 12887/13167/19397 +f 12888/12582/18471 12886/13166/19398 12889/12585/18473 +f 12173/10487/15828 12889/12585/18475 12887/13167/19397 +f 12892/13168/19399 13330/13169/19400 12887/13167/19397 +f 12887/13167/19397 13330/13169/19400 12890/10568/15936 +f 12887/13167/19397 12890/10568/15936 12173/10487/15828 +f 12885/13165/19393 12892/13168/19399 12887/13167/19397 +f 9682/9849/19390 12891/13170/19401 12883/13163/19391 +f 12883/13163/19391 12891/13170/19401 12892/13168/19399 +f 12883/13163/19391 12892/13168/19399 12885/13165/19393 +f 9682/9849/19390 12882/13162/19389 12138/12476/18314 +f 9682/9849/19390 12138/12476/18314 9683/9850/18313 +f 12893/9843/19402 12894/13171/19403 9679/9845/19404 +f 11872/12154/18329 12896/12485/18330 11870/12152/19405 +f 12900/13172/19406 12899/13173/19407 9679/9845/19404 +f 12900/13172/19406 9679/9845/19404 12894/13171/19403 +f 12898/13174/19408 12900/13172/19406 12894/13171/19403 +f 12893/9843/19402 12895/12150/19409 12901/13175/19410 +f 12901/13175/19410 12898/13174/19408 12894/13171/19403 +f 12901/13175/19410 12894/13171/19403 12893/9843/19402 +f 12902/13176/19411 12897/13177/19412 12898/13174/19408 +f 12902/13176/19411 12898/13174/19408 12901/13175/19410 +f 12903/13178/19413 12897/13177/19412 12902/13176/19411 +f 12902/13176/19414 12901/13175/19410 11870/12152/19405 +f 11870/12152/19405 12901/13175/19410 12895/12150/19409 +f 12896/12485/18330 12902/13176/19414 11870/12152/19405 +f 12141/12486/18578 12903/13178/19413 12902/13176/19411 +f 12141/12486/18578 12902/13176/19411 12186/12646/18576 +f 12186/12646/18574 12902/13176/19414 12896/12485/18330 +f 12899/13173/19407 12900/13172/19406 12898/13174/19408 +f 12899/13173/19407 12898/13174/19408 12904/13179/19415 +f 12904/13179/19415 12898/13174/19408 12897/13177/19412 +f 12904/13179/19415 12897/13177/19412 12911/13180/19416 +f 12141/12486/18331 12905/12488/18333 12903/13178/19413 +f 12903/13178/19413 12905/12488/18333 12906/13181/19417 +f 12903/13178/19413 12906/13181/19417 12897/13177/19412 +f 12897/13177/19412 12906/13181/19417 12911/13180/19416 +f 12909/13182/19418 9679/9845/19404 12899/13173/19407 +f 12910/13183/19419 12909/13182/19418 12899/13173/19407 +f 12910/13183/19419 12899/13173/19407 12904/13179/19415 +f 12908/13184/19420 12910/13183/19419 12904/13179/19415 +f 12911/13180/19421 12908/13184/19420 12904/13179/19415 +f 12907/13185/19422 12912/13186/19423 12908/13184/19424 +f 12907/13185/19422 12908/13184/19424 12913/13187/19425 +f 12913/13187/19426 12908/13184/19420 12911/13180/19421 +f 12914/12586/18476 12913/13187/19427 12911/13180/19428 +f 12914/12586/18476 12911/13180/19428 12906/13181/19429 +f 12914/12586/18476 12906/13181/19417 12905/12488/18333 +f 10301/10569/15937 12907/13185/19422 12913/13187/19425 +f 10301/10569/15937 12913/13187/19425 12174/12588/18480 +f 12174/12588/18478 12913/13187/19427 12914/12586/18476 +f 9681/9847/19430 9679/9845/19404 12909/13182/19418 +f 9681/9847/19430 12909/13182/19418 12915/13188/19431 +f 12915/13188/19431 12909/13182/19418 12910/13183/19432 +f 12916/13189/19433 12915/13188/19431 12908/13184/19434 +f 12915/13188/19431 12910/13183/19432 12908/13184/19434 +f 12916/13189/19433 12908/13184/19434 12912/13186/19435 +f 12916/13189/19433 12912/13186/19435 12917/13190/19436 +f 12917/13190/19436 12912/13186/19435 12907/13185/19422 +f 12917/13190/19436 12907/13185/19422 12918/10570/15938 +f 12918/10570/15938 12907/13185/19422 10301/10569/15937 +f 12922/9840/19437 12921/13191/19438 9677/9841/19439 +f 12921/13191/19438 12919/13192/19440 9677/9841/19439 +f 9677/9841/19439 12919/13192/19440 11874/12153/18327 +f 12919/13192/19440 12920/12484/18328 11874/12153/18327 +f 9676/9839/18326 12926/13193/19441 12922/9840/19437 +f 12926/13193/19441 9676/9839/18326 12140/12483/18325 +f 12926/13193/19441 12140/12483/18325 12925/13194/19442 +f 12926/13193/19441 12925/13194/19442 12927/13195/19443 +f 12921/13191/19438 12922/9840/19437 12926/13193/19441 +f 12921/13191/19438 12926/13193/19441 12928/13196/19444 +f 12928/13196/19444 12926/13193/19441 12927/13195/19443 +f 12929/13197/19445 12921/13191/19438 12928/13196/19444 +f 12919/13192/19440 12921/13191/19438 12929/13197/19446 +f 12930/13198/19447 12929/13197/19445 12928/13196/19444 +f 12931/12647/18575 12919/13192/19440 12929/13197/19446 +f 12931/12647/19448 12929/13197/19445 12924/12648/18580 +f 12924/12648/18580 12929/13197/19445 12930/13198/19447 +f 12920/12484/18328 12919/13192/19440 12931/12647/18575 +f 12923/12487/18332 12924/12648/18580 12930/13198/19447 +f 12930/13198/19447 12934/13199/19449 12932/12489/18334 +f 12930/13198/19447 12932/12489/18334 12923/12487/18332 +f 12928/13196/19444 12933/13200/19450 12934/13199/19449 +f 12928/13196/19444 12934/13199/19449 12930/13198/19447 +f 12933/13200/19450 12928/13196/19444 12927/13195/19443 +f 12927/13195/19443 12935/13201/19451 12933/13200/19450 +f 12927/13195/19443 12925/13194/19442 12935/13201/19451 +s off +f 12925/13194/19452 12140/12483/19453 9675/9838/19454 +s 39 +f 12936/13202/19455 12925/13194/19442 9675/9838/19456 +f 12935/13201/19451 12925/13194/19442 12936/13202/19455 +f 9674/9837/19457 12937/13203/19458 12936/13202/19455 +f 12933/13200/19450 12935/13201/19451 12938/13204/19459 +f 12938/13204/19459 12935/13201/19451 12936/13202/19455 +f 12938/13204/19459 12936/13202/19455 12937/13203/19458 +f 12939/13205/19460 12938/13204/19459 12937/13203/19458 +f 12934/13199/19449 12933/13200/19450 12938/13204/19461 +f 12934/13199/19449 12938/13204/19461 12940/13206/19462 +f 12940/13206/19463 12938/13204/19459 12939/13205/19460 +s 648 +f 12941/13207/19464 12940/13206/19465 12939/13205/19466 +s 39 +f 12932/12489/18334 12934/13199/19449 12942/12587/18477 +f 12942/12587/18477 12934/13199/19449 12940/13206/19462 +f 12942/12587/18477 12940/13206/19462 12943/12589/18479 +s 648 +f 12943/12589/19467 12940/13206/19465 12941/13207/19464 +f 12944/12590/19468 12943/12589/19467 12941/13207/19464 +s 39 +f 12944/12590/18483 12941/13207/19469 10299/10564/15930 +f 12947/13208/19470 13340/13209/19471 12941/13207/19469 +f 12941/13207/19469 13340/13209/19471 12945/10565/15931 +f 12941/13207/19469 12945/10565/15931 10299/10564/15930 +f 12939/13205/19472 12947/13208/19470 12941/13207/19469 +f 9674/9837/19457 12946/13210/19473 12937/13203/19458 +f 12937/13203/19458 12946/13210/19473 12947/13208/19470 +f 12937/13203/19458 12947/13208/19470 12939/13205/19472 +f 9674/9837/19457 12936/13202/19455 9675/9838/19456 +f 12951/9830/19474 12948/13211/19475 9670/9831/19476 +f 9670/9831/19476 12948/13211/19475 12949/13212/19477 +f 12949/13212/19477 9673/9835/19478 9670/9831/19476 +f 11877/12156/18340 12952/12492/18341 11876/12157/19479 +f 12956/13213/19480 12955/13214/19481 12949/13212/19477 +f 12956/13213/19480 12949/13212/19477 12948/13211/19475 +f 12954/13215/19482 12956/13213/19480 12948/13211/19475 +f 12957/13216/19483 12954/13215/19482 12948/13211/19475 +f 12957/13216/19483 12948/13211/19475 12951/9830/19474 +f 12958/13217/19484 12953/13218/19485 12954/13215/19482 +f 12958/13217/19484 12954/13215/19482 12957/13216/19483 +f 12950/12068/19486 12957/13216/19483 12951/9830/19474 +f 12959/13219/19487 12953/13218/19485 12958/13217/19484 +f 12958/13217/19488 12957/13216/19483 11876/12157/19479 +f 11876/12157/19479 12957/13216/19483 12950/12068/19486 +f 12959/13219/19487 12958/13217/19484 12960/12650/18582 +f 12960/12650/18582 12958/13217/19489 12952/12492/18341 +f 12952/12492/18341 12958/13217/19488 11876/12157/19479 +f 12143/12493/18342 12959/13219/19487 12960/12650/18582 +f 12955/13214/19481 12956/13213/19480 12954/13215/19482 +f 12955/13214/19481 12954/13215/19482 12961/13220/19490 +f 12961/13220/19490 12954/13215/19482 12953/13218/19485 +f 12961/13220/19490 12953/13218/19485 12968/13221/19491 +f 12143/12493/18342 12962/12495/18344 12959/13219/19487 +f 12959/13219/19487 12962/12495/18344 12963/13222/19492 +f 12959/13219/19487 12963/13222/19492 12953/13218/19485 +f 12953/13218/19485 12963/13222/19492 12968/13221/19491 +f 12966/13223/19493 12949/13212/19477 12955/13214/19481 +f 12967/13224/19494 12966/13223/19493 12955/13214/19481 +f 12967/13224/19494 12955/13214/19481 12961/13220/19490 +f 12965/13225/19495 12967/13224/19494 12961/13220/19490 +f 12968/13221/19496 12965/13225/19495 12961/13220/19490 +f 12964/13226/19497 12969/13227/19498 12965/13225/19499 +f 12964/13226/19497 12965/13225/19499 12970/13228/19500 +f 12970/13228/19501 12965/13225/19495 12968/13221/19496 +s 504 +f 12971/12593/18488 12970/13228/19502 12968/13221/19503 +f 12971/12593/18488 12968/13221/19503 12963/13222/19504 +s 39 +f 12972/12591/18484 12964/13226/19497 12970/13228/19500 +s 504 +f 12972/12591/18487 12970/13228/19502 12971/12593/18488 +s 39 +f 12971/12593/18491 12963/13222/19492 12962/12495/18344 +f 10247/10489/15830 12964/13226/19497 12972/12591/18484 +f 9673/9835/19478 12949/13212/19477 12966/13223/19493 +f 9673/9835/19478 12966/13223/19493 12973/13229/19505 +f 12973/13229/19505 12966/13223/19493 12967/13224/19506 +f 12974/13230/19507 12973/13229/19505 12965/13225/19508 +f 12973/13229/19505 12967/13224/19506 12965/13225/19508 +f 12974/13230/19507 12965/13225/19508 12969/13227/19509 +f 12974/13230/19507 12969/13227/19509 12975/13231/19510 +f 12975/13231/19510 12969/13227/19509 12964/13226/19511 +f 12975/13231/19510 12964/13226/19511 12976/10488/15829 +f 12976/10488/15829 12964/13226/19511 10247/10489/15830 +f 12980/9828/19512 12979/13232/19513 9668/9829/19514 +f 9668/9829/19514 12979/13232/19513 12977/13233/19515 +f 9668/9829/19514 12977/13233/19515 11878/12158/18338 +f 12977/13233/19515 12978/12491/18339 11878/12158/18338 +f 12980/9828/19512 9666/9826/19516 12142/12490/19517 +f 12980/9828/19512 12142/12490/19517 12983/13234/19518 +f 12979/13232/19513 12980/9828/19512 12983/13234/19518 +f 12979/13232/19513 12983/13234/19518 12984/13235/19519 +f 12985/13236/19520 12979/13232/19513 12984/13235/19519 +f 12977/13233/19515 12979/13232/19513 12985/13236/19521 +f 12986/13237/19522 12985/13236/19520 12984/13235/19519 +f 12982/12651/18583 12985/13236/19520 12986/13237/19522 +f 12978/12491/18339 12977/13233/19515 12985/13236/19521 +f 12978/12491/18339 12985/13236/19521 12987/12649/18581 +f 12987/12649/18581 12985/13236/19520 12982/12651/18583 +f 12981/12494/18343 12982/12651/18583 12986/13237/19522 +f 12986/13237/19522 12990/13238/19523 12988/12496/18345 +f 12986/13237/19522 12988/12496/18345 12981/12494/18343 +f 12984/13235/19519 12989/13239/19524 12990/13238/19523 +f 12984/13235/19519 12990/13238/19523 12986/13237/19522 +f 12989/13239/19524 12984/13235/19519 12983/13234/19518 +f 12983/13234/19518 12991/13240/19525 12989/13239/19524 +f 12983/13234/19518 12142/12490/18336 12991/13240/19525 +f 12991/13240/19525 12142/12490/18336 12992/13241/19526 +f 9665/9825/19527 12993/13242/19528 12992/13241/19526 +f 12993/13242/19528 12991/13240/19525 12992/13241/19526 +f 12989/13239/19524 12991/13240/19525 12994/13243/19529 +f 12994/13243/19529 12991/13240/19525 12993/13242/19528 +f 12995/13244/19530 12994/13243/19529 12993/13242/19528 +f 12990/13238/19523 12989/13239/19524 12994/13243/19531 +f 12990/13238/19523 12994/13243/19531 12996/13245/19532 +f 12996/13245/19533 12994/13243/19529 12995/13244/19530 +f 12997/13246/19534 12996/13245/19535 12995/13244/19536 +f 12988/12496/18345 12990/13238/19523 12998/12594/18490 +f 12998/12594/18490 12990/13238/19523 12996/13245/19532 +f 12998/12594/18490 12996/13245/19532 12999/13247/19537 +f 12999/13247/19538 12996/13245/19535 12997/13246/19534 +f 13000/10566/15932 12999/13247/19538 12997/13246/19534 +s 504 +f 12998/12594/18489 12999/13247/19539 12175/12592/18486 +s 39 +f 12175/12592/18485 12999/13247/19538 13000/10566/15932 +f 13003/13248/19540 13350/13249/19541 12997/13246/19542 +f 12997/13246/19542 13350/13249/19541 13001/10561/15926 +f 12997/13246/19542 13001/10561/15926 13000/10566/15932 +f 12995/13244/19543 13003/13248/19540 12997/13246/19542 +f 9665/9825/19527 13002/13250/19544 12993/13242/19528 +f 12993/13242/19528 13002/13250/19544 13003/13248/19540 +f 12993/13242/19528 13003/13248/19540 12995/13244/19543 +f 9665/9825/19527 12992/13241/19526 9664/9824/18335 +f 12142/12490/18336 9664/9824/18335 12992/13241/19526 +f 13004/9820/19545 13005/13251/19546 9661/9817/19547 +f 9661/9817/19547 13005/13251/19546 13006/13252/19548 +f 13006/13252/19548 9662/9821/19549 9661/9817/19547 +f 11881/12163/18350 13008/12498/18349 11879/12161/19550 +f 13012/13253/19551 13011/13254/19552 13006/13252/19548 +f 13012/13253/19551 13006/13252/19548 13005/13251/19546 +f 13010/13255/19553 13012/13253/19551 13005/13251/19546 +f 13004/9820/19545 13007/12160/19554 13013/13256/19555 +f 13013/13256/19555 13010/13255/19553 13005/13251/19546 +f 13013/13256/19555 13005/13251/19546 13004/9820/19545 +f 13014/13257/19556 13009/13258/19557 13010/13255/19553 +f 13014/13257/19556 13010/13255/19553 13013/13256/19555 +f 12145/12500/18353 13009/13258/19557 13014/13257/19556 +f 13014/13257/19558 13013/13256/19555 11879/12161/19550 +f 11879/12161/19550 13013/13256/19555 13007/12160/19554 +f 13008/12498/18349 13014/13257/19558 11879/12161/19550 +f 12187/12652/18586 12145/12500/18353 13014/13257/19556 +f 12187/12652/18584 13014/13257/19558 13008/12498/18349 +f 13011/13254/19552 13012/13253/19551 13010/13255/19553 +f 13011/13254/19552 13010/13255/19553 13015/13259/19559 +f 13015/13259/19559 13010/13255/19553 13009/13258/19557 +f 13015/13259/19559 13009/13258/19557 13021/13260/19560 +f 12145/12500/18353 12177/12502/18355 13016/13261/19561 +f 12145/12500/18353 13016/13261/19561 13009/13258/19557 +f 13009/13258/19557 13016/13261/19561 13021/13260/19560 +f 13018/13262/19562 13006/13252/19548 13011/13254/19552 +f 13019/13263/19563 13018/13262/19562 13011/13254/19552 +f 13019/13263/19563 13011/13254/19552 13015/13259/19559 +f 13020/13264/19564 13026/13265/19565 13019/13263/19566 +f 13020/13264/19567 13019/13263/19563 13015/13259/19559 +f 13022/13266/19568 13026/13265/19565 13020/13264/19564 +f 13021/13260/19560 13020/13264/19567 13015/13259/19559 +f 13017/13267/19569 13022/13266/19568 13020/13264/19570 +f 13023/13268/19571 13020/13264/19567 13021/13260/19560 +f 13017/13267/19569 13020/13264/19570 10296/10554/15919 +f 10296/10554/15919 13020/13264/19570 13023/13268/19572 +f 13023/13268/19571 13021/13260/19560 13024/12598/18495 +f 13024/12598/18495 13021/13260/19560 13016/13261/19561 +f 13025/12596/18493 10296/10554/15919 13023/13268/19572 +f 13025/12596/18493 13023/13268/19573 13024/12598/18495 +f 12177/12502/18355 13024/12598/18495 13016/13261/19561 +f 9662/9821/19549 13006/13252/19548 13018/13262/19562 +f 9662/9821/19549 13018/13262/19562 13354/9823/19574 +f 13026/13265/19565 13354/9823/19574 13019/13263/19566 +f 13354/9823/19574 13018/13262/19562 13019/13263/19566 +f 13027/13269/19575 13026/13265/19565 13022/13266/19568 +f 13027/13269/19575 13022/13266/19568 13028/13270/19576 +f 13028/13270/19576 13022/13266/19568 13017/13267/19569 +f 13028/13270/19576 13017/13267/19569 13029/10558/15923 +f 13029/10558/15923 13017/13267/19569 10296/10554/15919 +f 13033/9815/19577 13032/13271/19578 9658/9816/19579 +f 13032/13271/19578 13030/13272/19580 9658/9816/19579 +f 9658/9816/19579 13030/13272/19580 11882/12162/18352 +f 11882/12162/18352 13030/13272/19580 13031/12499/18351 +f 9656/9813/18348 13036/13273/19581 13033/9815/19577 +f 13036/13273/19581 9656/9813/18348 12144/12497/18347 +f 13036/13273/19581 12144/12497/18347 13035/13274/19582 +f 13036/13273/19581 13035/13274/19582 13037/13275/19583 +f 13032/13271/19578 13033/9815/19577 13038/13276/19584 +f 13038/13276/19584 13033/9815/19577 13036/13273/19581 +f 13038/13276/19584 13036/13273/19581 13037/13275/19583 +f 13039/13277/19585 13038/13276/19584 13037/13275/19583 +f 13040/13278/19586 13032/13271/19578 13038/13276/19584 +f 13040/13278/19587 13038/13276/19584 13039/13277/19585 +f 13030/13272/19580 13032/13271/19578 13040/13278/19586 +f 13041/13279/19588 13040/13278/19587 13039/13277/19585 +f 13042/12653/18585 13030/13272/19580 13040/13278/19586 +f 13042/12653/18587 13040/13278/19587 13041/13279/19588 +f 13031/12499/18351 13030/13272/19580 13042/12653/18585 +f 13042/12653/18587 13041/13279/19588 13034/12501/18354 +f 13041/13279/19588 13045/13280/19589 13043/12503/18356 +f 13041/13279/19588 13043/12503/18356 13034/12501/18354 +f 13039/13277/19585 13044/13281/19590 13045/13280/19589 +f 13039/13277/19585 13045/13280/19589 13041/13279/19588 +f 13044/13281/19590 13039/13277/19585 13037/13275/19583 +f 13037/13275/19583 13046/13282/19591 13044/13281/19590 +f 13037/13275/19583 13035/13274/19582 13046/13282/19591 +s off +f 13035/13274/19592 12144/12497/19593 9654/9811/19594 +s 39 +f 13047/13283/19595 13035/13274/19582 9654/9811/19596 +f 13046/13282/19591 13035/13274/19582 13047/13283/19595 +f 9655/9812/19597 13048/13284/19598 13047/13283/19595 +f 13044/13281/19590 13046/13282/19591 13049/13285/19599 +f 13049/13285/19599 13046/13282/19591 13047/13283/19595 +f 13049/13285/19599 13047/13283/19595 13048/13284/19598 +f 13050/13286/19600 13049/13285/19599 13048/13284/19598 +f 13045/13280/19589 13044/13281/19590 13049/13285/19601 +f 13051/13287/19602 13045/13280/19589 13049/13285/19601 +f 13051/13287/19603 13049/13285/19599 13050/13286/19600 +f 13043/12503/18356 13045/13280/19589 13053/12599/18496 +f 13053/12599/18496 13045/13280/19589 13051/13287/19602 +f 13051/13287/19603 13050/13286/19600 13054/12595/18492 +f 13054/12595/18492 13050/13286/19600 13052/13288/19604 +f 13055/12597/18494 13053/12599/18496 13051/13287/19602 +f 13055/12597/18494 13051/13287/19603 13054/12595/18492 +f 12176/10555/15920 13054/12595/18492 13052/13288/19604 +f 13058/13289/19605 13056/10556/15921 13052/13288/19604 +f 13052/13288/19604 13056/10556/15921 12176/10555/15920 +f 13050/13286/19600 13058/13289/19605 13052/13288/19604 +f 9655/9812/19597 13057/13290/19606 13048/13284/19598 +f 13048/13284/19598 13057/13290/19606 13058/13289/19605 +f 13048/13284/19598 13058/13289/19605 13050/13286/19600 +f 9655/9812/19597 13047/13283/19595 9654/9811/19596 +f 13061/9807/19607 13059/13291/19608 9652/9804/19609 +f 9652/9804/19609 13059/13291/19608 13060/13292/19610 +f 13060/13292/19610 13074/9808/19611 9652/9804/19609 +f 11884/12164/18361 13062/12505/18360 13063/12165/19612 +f 13065/13293/19613 13066/13294/19614 13059/13291/19608 +f 13059/13291/19608 13066/13294/19614 13060/13292/19610 +f 13067/13295/19615 13065/13293/19613 13059/13291/19608 +f 13064/13296/19616 13065/13293/19613 13067/13295/19615 +f 13059/13291/19608 13061/9807/19607 13068/13297/19617 +f 13068/13297/19617 13067/13295/19615 13059/13291/19608 +f 13061/9807/19607 13063/12165/19612 13068/13297/19617 +f 13069/13298/19618 13064/13296/19616 13067/13295/19615 +f 13069/13298/19618 13067/13295/19615 13068/13297/19619 +f 12147/12507/18364 13064/13296/19616 13069/13298/19618 +f 13069/13298/19620 13068/13297/19617 13063/12165/19612 +f 12147/12507/18364 13069/13298/19618 13070/12655/18590 +f 13070/12655/18589 13069/13298/19621 13062/12505/18360 +f 13062/12505/18360 13069/13298/19620 13063/12165/19612 +f 13060/13292/19610 13066/13294/19614 13075/13299/19622 +f 13066/13294/19614 13065/13293/19613 13071/13300/19623 +f 13071/13300/19623 13065/13293/19613 13064/13296/19616 +f 13071/13300/19623 13064/13296/19616 13078/13301/19624 +f 12147/12507/18364 12178/12509/18366 13072/13302/19625 +f 12147/12507/18364 13072/13302/19625 13064/13296/19616 +f 13064/13296/19616 13072/13302/19625 13078/13301/19624 +f 13074/9808/19611 13060/13292/19610 13075/13299/19622 +f 13076/13303/19626 13074/9808/19611 13075/13299/19622 +f 13066/13294/19614 13071/13300/19623 13075/13299/19622 +f 13071/13300/19627 13076/13303/19628 13075/13299/19629 +f 13077/13304/19630 13083/13305/19631 13076/13303/19632 +f 13077/13304/19633 13076/13303/19628 13071/13300/19627 +f 13079/13306/19634 13083/13305/19631 13077/13304/19630 +f 13078/13301/19635 13077/13304/19633 13071/13300/19627 +f 13073/13307/19636 13079/13306/19634 13077/13304/19637 +f 13080/13308/19638 13077/13304/19633 13078/13301/19635 +f 13073/13307/19636 13077/13304/19637 10294/10552/15917 +f 10294/10552/15917 13077/13304/19637 13080/13308/19639 +f 13080/13308/19638 13078/13301/19635 13081/12601/18498 +f 13081/12601/18498 13078/13301/19635 13072/13302/19625 +f 13082/12602/18502 10294/10552/15917 13080/13308/19639 +f 13082/12602/18500 13080/13308/19638 13081/12601/18498 +f 12178/12509/18366 13081/12601/18498 13072/13302/19625 +f 13083/13305/19640 13074/9808/19611 13076/13303/19626 +f 13084/13309/19641 13083/13305/19631 13079/13306/19634 +f 13084/13309/19641 13079/13306/19634 13085/13310/19642 +f 13085/13310/19642 13079/13306/19634 13073/13307/19636 +f 13085/13310/19642 13073/13307/19636 13086/10551/15916 +f 13086/10551/15916 13073/13307/19636 10294/10552/15917 +f 13090/9802/19643 13089/13311/19644 9649/9803/19645 +f 13089/13311/19644 13087/12166/19646 9649/9803/19645 +f 13087/12166/19646 13088/12506/18363 11886/12168/18362 +f 13090/9802/19643 9647/9800/19647 12146/12504/19648 +f 13090/9802/19643 12146/12504/19648 13092/13312/19649 +f 13089/13311/19644 13090/9802/19643 13092/13312/19649 +f 13089/13311/19644 13092/13312/19649 13093/13313/19650 +f 13095/13314/19651 13089/13311/19644 13094/13315/19652 +f 13094/13315/19652 13089/13311/19644 13093/13313/19650 +f 13087/12166/19646 13089/13311/19644 13095/13314/19653 +f 13091/12508/18365 13095/13314/19654 13094/13315/19655 +f 13088/12506/18363 13087/12166/19646 13095/13314/19653 +f 13088/12506/18363 13095/13314/19653 13096/12654/18588 +f 13096/12654/18591 13095/13314/19654 13091/12508/18365 +f 13094/13315/19655 13099/13316/19656 13091/12508/18365 +f 13091/12508/18365 13099/13316/19656 13097/12510/18367 +f 13093/13313/19650 13098/13317/19657 13094/13315/19655 +f 13094/13315/19655 13098/13317/19657 13099/13316/19656 +f 13093/13313/19650 13100/13318/19658 13098/13317/19657 +f 13093/13313/19650 13092/13312/19649 13100/13318/19658 +f 13092/13312/19649 12146/12504/18358 13100/13318/19658 +f 13100/13318/19658 12146/12504/18358 13101/13319/19659 +f 9646/9799/19660 13103/13320/19661 13101/13319/19659 +f 13098/13317/19657 13100/13318/19658 13102/13321/19662 +f 13102/13321/19662 13101/13319/19659 13103/13320/19661 +f 13101/13319/19659 13102/13321/19662 13100/13318/19658 +f 13104/13322/19663 13102/13321/19662 13103/13320/19661 +f 13099/13316/19656 13098/13317/19657 13102/13321/19662 +f 13099/13316/19656 13102/13321/19662 13105/13323/19664 +f 13105/13323/19664 13102/13321/19662 13104/13322/19663 +f 13097/12510/18367 13099/13316/19656 13107/12600/18497 +f 13107/12600/18497 13099/13316/19656 13105/13323/19665 +f 13105/13323/19664 13104/13322/19663 13108/12603/18503 +f 13108/12603/18503 13104/13322/19663 13106/13324/19666 +f 13107/12600/18499 13105/13323/19667 13108/12603/18501 +f 12179/10553/15918 13108/12603/18503 13106/13324/19666 +f 13111/13325/19668 13109/13326/19669 13106/13324/19666 +f 13106/13324/19666 13109/13326/19669 10288/10540/15901 +f 13106/13324/19666 10288/10540/15901 12179/10553/15918 +f 13104/13322/19663 13111/13325/19668 13106/13324/19666 +f 9646/9799/19660 13110/13327/19670 13103/13320/19661 +f 13103/13320/19661 13110/13327/19670 13111/13325/19668 +f 13103/13320/19661 13111/13325/19668 13104/13322/19663 +f 9646/9799/19660 13101/13319/19659 9645/9798/18357 +f 12146/12504/18358 9645/9798/18357 13101/13319/19659 +f 13112/9793/19671 13113/13328/19672 9640/9791/19673 +f 9640/9791/19673 13113/13328/19672 13114/13329/19674 +f 13114/13329/19674 9643/9795/19675 9640/9791/19673 +f 11888/12172/18372 13115/12512/18371 13116/12169/19676 +f 13120/13330/19677 13119/13331/19678 13114/13329/19674 +f 13120/13330/19677 13114/13329/19674 13113/13328/19672 +f 13118/13332/19679 13120/13330/19677 13113/13328/19672 +f 13112/9793/19671 13116/12169/19676 13121/13333/19680 +f 13121/13333/19680 13118/13332/19679 13113/13328/19672 +f 13121/13333/19680 13113/13328/19672 13112/9793/19671 +f 13122/13334/19681 13117/13335/19682 13118/13332/19679 +f 13122/13334/19681 13118/13332/19679 13121/13333/19680 +f 12149/12514/18375 13117/13335/19682 13122/13334/19681 +f 13122/13334/19683 13121/13333/19680 13115/12512/18371 +f 13115/12512/18371 13121/13333/19680 13116/12169/19676 +f 12149/12514/18375 13122/13334/19681 13123/12657/18594 +f 13123/12657/18593 13122/13334/19683 13115/12512/18371 +f 13119/13331/19678 13120/13330/19677 13118/13332/19679 +f 13119/13331/19678 13118/13332/19679 13124/13336/19684 +f 13124/13336/19684 13118/13332/19679 13117/13335/19682 +f 13124/13336/19684 13117/13335/19682 13131/13337/19685 +f 12149/12514/18375 13125/12516/18377 13126/13338/19686 +f 12149/12514/18375 13126/13338/19686 13117/13335/19682 +f 13117/13335/19682 13126/13338/19686 13131/13337/19685 +f 13128/13339/19687 13114/13329/19674 13119/13331/19678 +f 13129/13340/19688 13128/13339/19687 13119/13331/19678 +f 13129/13340/19688 13119/13331/19678 13124/13336/19684 +f 13130/13341/19689 13136/13342/19690 13129/13340/19691 +f 13130/13341/19692 13129/13340/19688 13124/13336/19684 +f 13132/13343/19693 13136/13342/19690 13130/13341/19689 +f 13131/13337/19694 13130/13341/19692 13124/13336/19684 +f 13127/13344/19695 13132/13343/19693 13130/13341/19696 +f 13133/13345/19697 13130/13341/19692 13131/13337/19694 +f 13127/13344/19695 13130/13341/19696 10291/10547/15912 +f 10291/10547/15912 13130/13341/19696 13133/13345/19698 +f 13134/12604/18504 13133/13345/19697 13131/13337/19694 +f 13134/12604/18504 13131/13337/19694 13126/13338/19699 +f 13135/12607/18509 10291/10547/15912 13133/13345/19698 +f 13135/12607/18507 13133/13345/19697 13134/12604/18504 +f 13134/12604/18504 13126/13338/19686 13125/12516/18377 +f 9643/9795/19675 13114/13329/19674 13128/13339/19687 +f 9643/9795/19675 13128/13339/19687 13373/9797/19700 +f 13136/13342/19690 13373/9797/19700 13129/13340/19691 +f 13373/9797/19700 13128/13339/19687 13129/13340/19691 +f 13137/13346/19701 13136/13342/19690 13132/13343/19693 +f 13137/13346/19701 13132/13343/19693 13138/13347/19702 +f 13138/13347/19702 13132/13343/19693 13127/13344/19695 +f 13138/13347/19702 13127/13344/19695 10290/10545/15909 +f 10290/10545/15909 13127/13344/19695 10291/10547/15912 +f 13141/9790/19703 13139/13348/19704 11890/12171/18374 +f 13139/13348/19704 13140/12513/18373 11890/12171/18374 +f 9638/9787/18370 12148/12511/18369 13144/13349/19705 +f 13142/9789/19706 9638/9787/18370 13146/13350/19707 +f 13146/13350/19707 9638/9787/18370 13144/13349/19705 +f 13146/13350/19707 13144/13349/19705 13145/13351/19708 +f 13141/9790/19709 13142/9789/19706 13146/13350/19707 +f 13147/13352/19710 13146/13350/19707 13145/13351/19708 +f 13148/13353/19711 13141/9790/19709 13146/13350/19707 +f 13148/13353/19712 13146/13350/19707 13147/13352/19710 +f 13139/13348/19713 13141/9790/19709 13148/13353/19711 +f 13149/13354/19714 13148/13353/19712 13147/13352/19710 +f 13140/12513/18373 13139/13348/19704 13148/13353/19715 +f 13140/12513/18373 13148/13353/19715 13150/12656/18592 +f 13150/12656/18592 13148/13353/19715 13149/13354/19716 +f 13150/12656/18592 13149/13354/19716 13143/12515/18376 +f 13149/13354/19714 13153/13355/19717 13151/12517/18378 +f 13149/13354/19714 13151/12517/18378 13143/12515/18376 +f 13147/13352/19710 13152/13356/19718 13153/13355/19717 +f 13147/13352/19710 13153/13355/19717 13149/13354/19714 +f 13152/13356/19718 13147/13352/19710 13145/13351/19708 +f 13145/13351/19708 13154/13357/19719 13152/13356/19718 +f 13145/13351/19708 13144/13349/19705 13154/13357/19719 +f 13156/13358/19720 13144/13349/19705 12148/12511/18369 +f 13154/13357/19719 13144/13349/19705 13156/13358/19720 +f 9637/9786/19721 13157/13359/19722 13156/13358/19720 +f 13157/13359/19722 13154/13357/19719 13156/13358/19720 +f 13152/13356/19718 13154/13357/19719 13158/13360/19723 +f 13158/13360/19723 13154/13357/19719 13157/13359/19722 +f 13159/13361/19724 13158/13360/19723 13157/13359/19722 +f 13153/13355/19717 13152/13356/19718 13158/13360/19725 +f 13153/13355/19717 13158/13360/19725 13160/13362/19726 +f 13160/13362/19727 13158/13360/19723 13159/13361/19724 +f 13151/12517/18378 13153/13355/19717 13162/12605/18505 +f 13162/12605/18505 13153/13355/19717 13160/13362/19726 +f 13162/12605/18505 13160/13362/19726 13163/12606/18506 +f 13163/12606/18506 13160/13362/19726 13164/12608/18508 +f 13164/12608/18508 13160/13362/19726 13159/13361/19728 +f 13164/12608/18508 13159/13361/19728 13161/13363/19729 +f 13164/12608/18508 13161/13363/19729 13155/10548/15913 +f 13167/13364/19730 13379/13365/19731 13161/13363/19729 +f 13161/13363/19729 13379/13365/19731 13165/10549/15914 +f 13161/13363/19729 13165/10549/15914 13155/10548/15913 +f 13159/13361/19732 13167/13364/19730 13161/13363/19729 +f 9637/9786/19721 13166/13366/19733 13157/13359/19722 +f 13157/13359/19722 13166/13366/19733 13167/13364/19730 +f 13157/13359/19722 13167/13364/19730 13159/13361/19732 +f 9637/9786/19721 13156/13358/19720 12148/12511/18369 +f 9637/9786/19721 12148/12511/18369 9636/9785/18368 +f 13168/13367/19734 9632/9780/19735 9631/9777/19736 +f 9632/9780/19735 13168/13367/19734 13169/13368/19737 +f 13169/13368/19737 9634/9782/19738 9632/9780/19735 +f 13170/9779/19739 13168/13367/19734 9631/9777/19736 +f 11893/12176/18383 13171/12519/18382 11891/12174/19740 +f 13174/13369/19741 13169/13368/19737 13168/13367/19734 +f 13173/13370/19742 13174/13369/19741 13168/13367/19734 +f 13168/13367/19734 13170/9779/19739 13175/13371/19743 +f 13175/13371/19743 13173/13370/19742 13168/13367/19734 +f 13176/13372/19744 13172/13373/19745 13173/13370/19742 +f 13176/13372/19744 13173/13370/19742 13175/13371/19743 +f 12151/12521/18386 13172/13373/19745 13176/13372/19744 +f 13176/13372/19746 13175/13371/19743 11891/12174/19740 +f 11891/12174/19740 13175/13371/19743 13170/9779/19739 +f 13171/12519/18382 13176/13372/19746 11891/12174/19740 +f 12189/12658/18597 12151/12521/18386 13176/13372/19744 +f 12189/12658/18595 13176/13372/19746 13171/12519/18382 +f 13169/13368/19737 13174/13369/19741 13177/13374/19747 +f 13174/13369/19741 13173/13370/19742 13178/13375/19748 +f 13178/13375/19748 13173/13370/19742 13172/13373/19745 +f 13178/13375/19748 13172/13373/19745 13185/13376/19749 +f 12151/12521/18386 13179/12523/18388 13180/13377/19750 +f 12151/12521/18386 13180/13377/19750 13172/13373/19745 +f 13172/13373/19745 13180/13377/19750 13185/13376/19749 +f 13174/13369/19741 13178/13375/19748 13177/13374/19747 +f 13178/13375/19748 13183/13378/19751 13177/13374/19747 +f 13184/13379/19752 13182/13380/19753 13183/13378/19751 +f 13184/13379/19752 13183/13378/19751 13178/13375/19748 +f 13186/13381/19754 13182/13380/19755 13184/13379/19756 +f 13185/13376/19757 13184/13379/19752 13178/13375/19748 +f 13181/13382/19758 13186/13381/19754 13184/13379/19756 +f 13187/13383/19759 13184/13379/19752 13185/13376/19757 +f 13181/13382/19758 13184/13379/19756 10289/10541/15904 +f 10289/10541/15904 13184/13379/19756 13187/13383/19760 +f 13188/12610/18511 13187/13383/19759 13185/13376/19757 +f 13188/12610/18511 13185/13376/19757 13180/13377/19750 +f 13189/12612/18515 10289/10541/15904 13187/13383/19760 +f 13188/12610/18511 13180/13377/19750 13179/12523/18388 +f 13189/12612/18514 13187/13383/19759 13188/12610/18511 +f 9634/9782/19738 13169/13368/19737 13177/13374/19747 +f 9634/9782/19738 13177/13374/19747 13190/13384/19761 +f 13190/13384/19761 13177/13374/19747 13183/13378/19762 +f 13191/13385/19763 13190/13384/19761 13182/13380/19755 +f 13190/13384/19761 13183/13378/19762 13182/13380/19755 +f 13191/13385/19763 13182/13380/19755 13186/13381/19754 +f 13191/13385/19763 13186/13381/19754 13192/13386/19764 +f 13192/13386/19764 13186/13381/19754 13181/13382/19758 +f 13192/13386/19764 13181/13382/19758 13193/10543/15906 +f 13193/10543/15906 13181/13382/19758 10289/10541/15904 +f 13196/13387/19765 13194/13388/19766 9620/9776/19767 +f 9620/9776/19767 13194/13388/19766 11897/12175/18385 +f 13194/13388/19766 13195/12520/18384 11897/12175/18385 +f 9620/9776/19767 13197/9774/19768 13196/13387/19765 +f 13197/9774/19768 9625/9771/19769 13200/13389/19770 +f 9625/9771/19769 12150/12518/19771 13199/13390/19772 +f 9625/9771/19769 13199/13390/19772 13200/13389/19770 +f 13196/13387/19765 13197/9774/19768 13200/13389/19770 +f 13196/13387/19765 13200/13389/19770 13201/13391/19773 +f 13202/13392/19774 13196/13387/19765 13201/13391/19773 +f 13194/13388/19766 13196/13387/19765 13202/13392/19775 +f 13203/13393/19776 13202/13392/19774 13201/13391/19773 +f 13204/13394/19777 13194/13388/19766 13202/13392/19775 +f 13204/13394/19778 13202/13392/19774 13203/13393/19776 +f 13195/12520/18384 13194/13388/19766 13204/13394/19777 +f 13198/12522/18387 13204/13394/19778 13203/13393/19776 +f 13195/12520/18384 13204/13394/19777 12188/12659/18596 +f 12188/12659/18598 13204/13394/19778 13198/12522/18387 +f 13203/13393/19776 13207/13395/19779 13205/12524/18389 +f 13203/13393/19776 13205/12524/18389 13198/12522/18387 +f 13201/13391/19773 13206/13396/19780 13207/13395/19779 +f 13201/13391/19773 13207/13395/19779 13203/13393/19776 +f 13206/13396/19780 13201/13391/19773 13200/13389/19770 +f 13200/13389/19770 13208/13397/19781 13206/13396/19780 +f 13208/13397/19781 13200/13389/19770 13199/13390/19772 +f 13209/13398/19782 13199/13390/19772 12150/12518/18380 +f 13208/13397/19781 13199/13390/19772 13209/13398/19782 +f 9628/9770/19783 13210/13399/19784 13209/13398/19782 +f 13210/13399/19784 13208/13397/19781 13209/13398/19782 +f 13211/13400/19785 13206/13396/19780 13208/13397/19781 +f 13211/13400/19786 13208/13397/19781 13210/13399/19784 +f 13212/13401/19787 13211/13400/19786 13210/13399/19784 +f 13207/13395/19779 13206/13396/19780 13211/13400/19785 +f 13213/13402/19788 13207/13395/19779 13211/13400/19785 +f 13213/13402/19789 13211/13400/19786 13212/13401/19787 +f 13205/12524/18389 13207/13395/19779 13215/12609/18510 +f 13215/12609/18510 13207/13395/19779 13213/13402/19788 +f 13213/13402/19789 13212/13401/19787 13216/12611/18516 +f 13216/12611/18516 13212/13401/19787 13214/13403/19790 +f 13215/12609/18512 13213/13402/19791 13216/12611/18513 +f 12180/10542/15905 13216/12611/18516 13214/13403/19790 +f 13218/13404/19792 13217/13405/19793 13214/13403/19790 +f 13214/13403/19790 13217/13405/19793 10280/10525/15883 +f 13214/13403/19790 10280/10525/15883 12180/10542/15905 +f 13212/13401/19787 13218/13404/19792 13214/13403/19790 +f 9628/9770/19783 13387/13406/19794 13210/13399/19784 +f 13210/13399/19784 13387/13406/19794 13218/13404/19792 +f 13210/13399/19784 13218/13404/19792 13212/13401/19787 +f 9628/9770/19783 13209/13398/19782 12150/12518/18380 +f 9628/9770/19783 12150/12518/18380 9627/9769/18379 +f 9786/9989/15328 9784/9986/15325 13219/13407/19795 +f 13219/13407/19795 12296/12739/19796 9786/9989/15328 +f 12297/12737/19797 12296/12739/19796 13220/13408/19798 +f 12297/12737/19797 13220/13408/19798 13221/12738/18720 +f 10252/10496/15839 12295/10494/15835 13221/12738/18720 +f 12322/12756/18745 12323/10497/15840 13222/13409/19799 +f 12321/12755/19800 12322/12756/18745 13222/13409/19799 +f 12320/12754/19801 12321/12755/19800 13223/13410/19802 +f 12320/12754/19801 13223/13410/19802 13224/9987/15326 +f 12320/12754/19801 13224/9987/15326 9783/9985/15324 +f 9784/9986/15325 13225/13411/19803 13219/13407/19795 +f 13219/13407/19795 13225/13411/19803 12296/12739/19796 +f 12296/12739/19796 13225/13411/19803 13226/13412/19804 +f 12296/12739/19796 13226/13412/19804 13220/13408/19798 +f 13220/13408/19798 13226/13412/19804 13227/13413/19805 +f 13220/13408/19798 13227/13413/19805 13221/12738/18720 +f 13221/12738/18720 13227/13413/19805 13228/13414/19806 +f 13221/12738/18720 13228/13414/19806 10252/10496/15839 +f 9784/9986/15325 13224/9987/15326 13225/13411/19803 +f 13225/13411/19803 13224/9987/15326 13223/13410/19802 +f 13225/13411/19803 13223/13410/19802 13226/13412/19804 +f 13226/13412/19804 13223/13410/19802 12321/12755/19800 +f 13226/13412/19804 12321/12755/19800 13227/13413/19805 +f 13227/13413/19805 12321/12755/19800 13222/13409/19799 +f 13227/13413/19805 13222/13409/19799 13228/13414/19806 +f 13228/13414/19806 13222/13409/19799 10252/10496/15839 +f 10252/10496/15839 13222/13409/19799 12323/10497/15840 +f 13229/13415/19807 12349/12776/19808 9776/9976/15315 +f 13230/13416/19809 12349/12776/19808 13229/13415/19807 +f 12349/12776/19808 13230/13416/19809 12350/12774/19810 +f 12350/12774/19810 13230/13416/19809 13231/13417/19811 +f 12350/12774/19810 13231/13417/19811 13232/12775/18770 +f 10330/10619/15994 12348/10622/15997 13232/12775/18770 +f 12377/12796/18807 12378/10618/15993 13233/13418/19812 +f 12376/12795/19813 12377/12796/18807 13233/13418/19812 +f 12375/12794/19814 12376/12795/19813 13234/13419/19815 +f 9773/9972/15311 13234/13419/19815 13235/9974/15313 +f 9773/9972/15311 12375/12794/19816 13234/13419/19815 +f 9776/9976/15315 9774/9973/15312 13229/13415/19807 +f 13229/13415/19807 9774/9973/15312 13236/13420/19817 +f 13229/13415/19807 13236/13420/19817 13230/13416/19809 +f 13230/13416/19809 13236/13420/19817 13237/13421/19818 +f 13230/13416/19809 13237/13421/19818 13231/13417/19811 +f 13231/13417/19811 13237/13421/19818 13238/13422/19819 +f 13231/13417/19811 13238/13422/19819 13232/12775/18770 +f 13232/12775/18770 13238/13422/19819 13239/13423/19820 +f 13232/12775/18770 13239/13423/19820 10330/10619/15994 +f 9774/9973/15312 13235/9974/15313 13236/13420/19817 +f 13236/13420/19817 13235/9974/15313 13234/13419/19815 +f 13236/13420/19817 13234/13419/19815 13237/13421/19818 +f 13237/13421/19818 13234/13419/19815 12376/12795/19813 +f 13237/13421/19818 12376/12795/19813 13238/13422/19819 +f 13238/13422/19819 12376/12795/19813 13233/13418/19812 +f 13238/13422/19819 13233/13418/19812 13239/13423/19820 +f 13239/13423/19820 13233/13418/19812 10330/10619/15994 +f 10330/10619/15994 13233/13418/19812 12378/10618/15993 +f 9766/9963/15302 9764/9960/15299 13240/13424/19821 +f 13240/13424/19821 12405/12814/19822 9766/9963/15302 +f 12406/12812/19823 12405/12814/19822 13241/13425/19824 +f 12406/12812/19823 13241/13425/19824 13242/12813/18833 +f 10327/10616/15989 12404/10615/15988 13242/12813/18833 +f 10244/10482/15823 10327/10616/15989 13243/13426/19825 +f 13243/13426/19825 12431/12834/18869 10244/10482/15823 +f 12430/12833/19826 12431/12834/18869 13243/13426/19825 +f 12429/12832/19827 12430/12833/19826 13244/13427/19828 +f 12429/12832/19827 13244/13427/19828 13245/9961/15300 +f 12429/12832/19827 13245/9961/15300 9763/9959/15298 +f 9764/9960/15299 13246/13428/19829 13240/13424/19821 +f 13240/13424/19821 13246/13428/19829 12405/12814/19822 +f 12405/12814/19822 13246/13428/19829 13247/13429/19830 +f 12405/12814/19822 13247/13429/19830 13241/13425/19824 +f 13241/13425/19824 13247/13429/19830 13248/13430/19831 +f 13241/13425/19824 13248/13430/19831 13242/12813/18833 +f 13242/12813/18833 13248/13430/19831 13249/13431/19832 +f 13242/12813/18833 13249/13431/19832 10327/10616/15989 +f 9764/9960/15299 13245/9961/15300 13246/13428/19829 +f 13246/13428/19829 13245/9961/15300 13244/13427/19828 +f 13246/13428/19829 13244/13427/19828 13247/13429/19830 +f 13247/13429/19830 13244/13427/19828 12430/12833/19826 +f 13247/13429/19830 12430/12833/19826 13248/13430/19831 +f 13248/13430/19831 12430/12833/19826 13243/13426/19825 +f 13248/13430/19831 13243/13426/19825 13249/13431/19832 +f 13249/13431/19832 13243/13426/19825 10327/10616/15989 +f 12459/12854/19833 13250/13432/19834 12460/12852/19835 +f 13251/12853/18905 12460/12852/19835 13250/13432/19834 +f 13252/10611/15984 12458/10610/15983 13251/12853/18905 +f 12486/12875/18938 12487/10613/15986 13253/13433/19836 +f 12485/12874/19837 12486/12875/18938 13253/13433/19836 +f 12484/12873/19838 12485/12874/19837 13254/13434/19839 +f 12484/12873/19838 13254/13434/19839 13255/9948/15287 +f 12484/12873/19838 13255/9948/15287 9754/9946/15285 +f 9757/9950/15289 9755/9947/15286 13256/13435/19840 +f 9757/9950/15289 13256/13435/19840 12459/12854/19833 +f 12459/12854/19833 13256/13435/19840 13257/13436/19841 +f 12459/12854/19833 13257/13436/19841 13250/13432/19834 +f 13250/13432/19834 13257/13436/19841 13258/13437/19842 +f 13250/13432/19834 13258/13437/19842 13251/12853/18905 +f 13251/12853/18905 13258/13437/19842 13259/13438/19843 +f 13251/12853/18905 13259/13438/19843 13252/10611/15984 +f 9755/9947/15286 13255/9948/15287 13256/13435/19840 +f 13256/13435/19840 13255/9948/15287 13254/13434/19839 +f 13256/13435/19840 13254/13434/19839 13257/13436/19841 +f 13257/13436/19841 13254/13434/19839 12485/12874/19837 +f 13257/13436/19841 12485/12874/19837 13258/13437/19842 +f 13258/13437/19842 12485/12874/19837 13253/13433/19836 +f 13258/13437/19842 13253/13433/19836 13259/13438/19843 +f 13259/13438/19843 13253/13433/19836 13252/10611/15984 +f 13252/10611/15984 13253/13433/19836 12487/10613/15986 +f 13260/13439/19844 12515/12894/19845 9751/9938/15277 +f 13261/13440/19846 12515/12894/19845 13260/13439/19844 +f 12515/12894/19845 13261/13440/19846 12516/12893/19847 +f 12514/10606/15978 12516/12893/19847 13268/13441/19848 +f 10321/10604/15976 12514/10606/15978 13268/13441/19848 +f 12541/12913/19004 12542/10609/15981 13262/13442/19849 +f 12540/12912/19850 12541/12913/19004 13262/13442/19849 +f 12539/12911/19851 12540/12912/19850 13263/13443/19852 +f 9746/9934/15273 13263/13443/19852 13264/9936/15275 +f 9746/9934/15273 12539/12911/19853 13263/13443/19852 +f 9751/9938/15277 9747/9935/15274 13260/13439/19844 +f 13260/13439/19844 9747/9935/15274 13265/13444/19854 +f 13260/13439/19844 13265/13444/19854 13261/13440/19846 +f 13261/13440/19846 13265/13444/19854 13266/13445/19855 +f 13261/13440/19846 13266/13445/19855 12516/12893/19847 +f 12516/12893/19847 13266/13445/19855 13267/13446/19856 +f 12516/12893/19847 13267/13446/19856 13268/13441/19848 +f 9747/9935/15274 13264/9936/15275 13265/13444/19854 +f 13265/13444/19854 13264/9936/15275 13263/13443/19852 +f 13265/13444/19854 13263/13443/19852 13266/13445/19855 +f 13266/13445/19855 13263/13443/19852 12540/12912/19850 +f 13266/13445/19855 12540/12912/19850 13267/13446/19856 +f 13267/13446/19856 12540/12912/19850 13262/13442/19849 +f 13267/13446/19856 13262/13442/19849 13268/13441/19848 +f 13268/13441/19848 13262/13442/19849 10321/10604/15976 +f 10321/10604/15976 13262/13442/19849 12542/10609/15981 +f 13269/13447/19857 9739/9924/15263 9737/9921/15260 +f 9739/9924/15263 13269/13447/19857 13270/12931/19858 +f 13271/13448/19859 12568/12929/19860 13270/12931/19858 +f 13271/13448/19859 12566/12930/19033 12568/12929/19860 +f 13272/13449/19861 12593/12950/19862 12594/12951/19863 +f 13272/13449/19861 12594/12951/19863 12595/12952/19068 +f 12592/12949/19864 12593/12950/19862 13273/13450/19865 +f 13273/13450/19865 12593/12950/19862 13272/13449/19861 +f 12592/12949/19864 13273/13450/19865 13274/9923/15262 +f 12592/12949/19864 13274/9923/15262 9738/9922/15261 +f 9737/9921/15260 13275/13451/19866 13269/13447/19857 +f 13269/13447/19857 13275/13451/19866 13270/12931/19858 +f 13270/12931/19858 13275/13451/19866 13276/13452/19867 +f 13270/12931/19858 13276/13452/19867 13271/13448/19859 +f 13271/13448/19859 13276/13452/19867 13277/13453/19868 +f 13271/13448/19859 13277/13453/19868 12566/12930/19033 +f 12566/12930/19033 13277/13453/19868 13278/13454/19869 +f 12566/12930/19033 13278/13454/19869 12567/10603/15975 +f 12567/10603/15975 13278/13454/19869 10318/10600/15972 +f 9737/9921/15260 13274/9923/15262 13275/13451/19866 +f 13275/13451/19866 13274/9923/15262 13273/13450/19865 +f 13275/13451/19866 13273/13450/19865 13276/13452/19867 +f 13276/13452/19867 13273/13450/19865 13272/13449/19861 +f 13276/13452/19867 13272/13449/19861 13277/13453/19868 +f 13277/13453/19868 13272/13449/19861 12595/12952/19068 +f 13277/13453/19868 12595/12952/19068 13278/13454/19869 +f 13278/13454/19869 12595/12952/19068 10318/10600/15972 +f 13279/13455/19870 9730/9912/15251 9728/9909/15248 +f 9730/9912/15251 13279/13455/19870 13280/12971/19871 +f 13281/13456/19872 12620/12969/19873 13280/12971/19871 +f 13281/13456/19872 12619/12970/19093 12620/12969/19873 +f 13282/13457/19874 12647/12991/19875 12648/12992/19876 +f 13282/13457/19874 12648/12992/19876 12649/12993/19131 +f 12646/12990/19877 12647/12991/19875 13283/13458/19878 +f 13283/13458/19878 12647/12991/19875 13282/13457/19874 +f 12646/12990/19877 13283/13458/19878 13284/9910/15249 +f 12646/12990/19877 13284/9910/15249 9727/9908/15247 +f 9728/9909/15248 13285/13459/19879 13279/13455/19870 +f 13279/13455/19870 13285/13459/19879 13280/12971/19871 +f 13280/12971/19871 13285/13459/19879 13286/13460/19880 +f 13280/12971/19871 13286/13460/19880 13281/13456/19872 +f 13281/13456/19872 13286/13460/19880 13287/13461/19881 +f 13281/13456/19872 13287/13461/19881 12619/12970/19093 +f 12619/12970/19093 13287/13461/19881 13288/13462/19882 +f 12619/12970/19093 13288/13462/19882 10317/10597/15969 +f 10317/10597/15969 13288/13462/19882 10316/10596/15968 +f 9728/9909/15248 13284/9910/15249 13285/13459/19879 +f 13285/13459/19879 13284/9910/15249 13283/13458/19878 +f 13285/13459/19879 13283/13458/19878 13286/13460/19880 +f 13286/13460/19880 13283/13458/19878 13282/13457/19874 +f 13286/13460/19880 13282/13457/19874 13287/13461/19881 +f 13287/13461/19881 13282/13457/19874 12649/12993/19131 +f 13287/13461/19881 12649/12993/19131 13288/13462/19882 +f 13288/13462/19882 12649/12993/19131 10316/10596/15968 +f 13289/13463/19883 9720/9899/15238 9718/9896/15235 +f 9720/9899/15238 13289/13463/19883 12676/13011/19884 +f 12676/13011/19884 13289/13463/19883 13290/13464/19885 +f 13290/13464/19885 12677/13009/19886 12676/13011/19884 +f 12677/13009/19886 13290/13464/19885 12674/13010/19158 +f 12675/10585/15956 12674/13010/19158 13291/10586/15957 +f 12702/13032/19189 12703/10588/15959 13292/13465/19887 +f 12701/13031/19888 12702/13032/19189 13292/13465/19887 +f 12700/13030/19889 12701/13031/19888 13293/13466/19890 +f 12700/13030/19889 13293/13466/19890 13294/9897/15236 +f 12700/13030/19889 13294/9897/15236 9717/9895/15234 +f 9718/9896/15235 13295/13467/19891 13289/13463/19883 +f 13289/13463/19883 13295/13467/19891 13290/13464/19885 +f 13290/13464/19885 13295/13467/19891 13296/13468/19892 +f 13290/13464/19885 13296/13468/19892 13297/13469/19893 +f 13290/13464/19885 13297/13469/19893 12674/13010/19158 +f 12674/13010/19158 13297/13469/19893 13298/13470/19894 +f 12674/13010/19158 13298/13470/19894 13291/10586/15957 +f 9718/9896/15235 13294/9897/15236 13295/13467/19891 +f 13295/13467/19891 13294/9897/15236 13293/13466/19890 +f 13295/13467/19891 13293/13466/19890 13296/13468/19892 +f 13296/13468/19892 13293/13466/19890 12701/13031/19888 +f 13296/13468/19892 12701/13031/19888 13297/13469/19893 +f 13297/13469/19893 12701/13031/19888 13292/13465/19887 +f 13297/13469/19893 13292/13465/19887 13298/13470/19894 +f 13298/13470/19894 13292/13465/19887 13291/10586/15957 +f 13291/10586/15957 13292/13465/19887 12703/10588/15959 +f 12730/13051/19895 13299/13471/19896 12731/13050/19897 +f 13300/13472/19898 12731/13050/19897 13299/13471/19896 +f 12731/13050/19897 13300/13472/19898 12729/10591/15962 +f 10313/10584/15955 12729/10591/15962 13300/13472/19898 +f 13301/13473/19899 12758/13073/19243 10310/10580/15951 +f 12757/13072/19900 12758/13073/19243 13301/13473/19899 +f 12756/13071/19901 12757/13072/19900 13302/13474/19902 +f 12756/13071/19901 13302/13474/19902 13303/9884/15223 +f 12756/13071/19901 13303/9884/15223 9707/9882/15221 +f 9710/9886/15225 9708/9883/15222 12730/13051/19895 +f 12730/13051/19895 9708/9883/15222 13304/13475/19903 +f 12730/13051/19895 13304/13475/19903 13299/13471/19896 +f 13299/13471/19896 13304/13475/19903 13305/13476/19904 +f 13299/13471/19896 13305/13476/19904 13300/13472/19898 +f 13300/13472/19898 13305/13476/19904 13306/13477/19905 +f 13300/13472/19898 13306/13477/19905 10313/10584/15955 +f 9708/9883/15222 13303/9884/15223 13302/13474/19902 +f 9708/9883/15222 13302/13474/19902 13304/13475/19903 +f 13304/13475/19903 13302/13474/19902 13305/13476/19904 +f 13305/13476/19904 13302/13474/19902 12757/13072/19900 +f 13305/13476/19904 12757/13072/19900 13306/13477/19905 +f 13306/13477/19905 12757/13072/19900 13301/13473/19899 +f 13306/13477/19905 13301/13473/19899 10313/10584/15955 +f 10313/10584/15955 13301/13473/19899 10310/10580/15951 +f 9701/9873/15212 13307/13478/19906 12787/13092/19907 +f 12787/13092/19907 13307/13478/19906 13308/13479/19908 +f 13309/13480/19909 12788/13090/19910 13308/13479/19908 +f 13308/13479/19908 12788/13090/19910 12787/13092/19907 +f 13309/13480/19909 12786/13091/19272 12788/13090/19910 +f 13310/13481/19911 12812/13111/19912 12813/13112/19913 +f 13310/13481/19911 12813/13112/19913 12814/13113/19307 +f 12811/13110/19914 12812/13111/19912 13311/13482/19915 +f 13311/13482/19915 12812/13111/19912 13310/13481/19911 +f 12811/13110/19914 13311/13482/19915 13312/9871/15210 +f 12811/13110/19914 13312/9871/15210 9698/9869/15208 +f 9701/9873/15212 9699/9870/15209 13307/13478/19906 +f 13307/13478/19906 9699/9870/15209 13313/13483/19916 +f 13307/13478/19906 13313/13483/19916 13308/13479/19908 +f 13308/13479/19908 13313/13483/19916 13314/13484/19917 +f 13308/13479/19908 13314/13484/19917 13309/13480/19909 +f 13309/13480/19909 13314/13484/19917 13315/13485/19918 +f 13309/13480/19909 13315/13485/19918 12786/13091/19272 +f 12786/13091/19272 13315/13485/19918 13316/13486/19919 +f 12786/13091/19272 13316/13486/19919 10307/10579/15950 +f 10307/10579/15950 13316/13486/19919 10305/10576/15945 +f 9699/9870/15209 13312/9871/15210 13313/13483/19916 +f 13313/13483/19916 13312/9871/15210 13311/13482/19915 +f 13313/13483/19916 13311/13482/19915 13314/13484/19917 +f 13314/13484/19917 13311/13482/19915 13310/13481/19911 +f 13314/13484/19917 13310/13481/19911 13315/13485/19918 +f 13315/13485/19918 13310/13481/19911 12814/13113/19307 +f 13315/13485/19918 12814/13113/19307 13316/13486/19919 +f 13316/13486/19919 12814/13113/19307 10305/10576/15945 +f 13317/13487/19920 12840/13131/19921 9694/9860/15199 +f 13318/13488/19922 12840/13131/19921 13317/13487/19920 +f 12840/13131/19921 13318/13488/19922 12841/13129/19923 +f 12841/13129/19923 13318/13488/19922 13319/13489/19924 +f 12841/13129/19923 13319/13489/19924 13320/13130/19333 +f 10306/10578/15948 12839/10577/15946 13320/13130/19333 +f 12865/10485/15826 10306/10578/15948 13321/13490/19925 +f 12864/13150/19370 12865/10485/15826 13321/13490/19925 +f 12863/13149/19926 12864/13150/19370 13321/13490/19925 +f 12862/13145/19927 12863/13149/19926 13322/13491/19928 +f 9692/9858/15197 13322/13491/19928 13323/9859/15198 +f 9692/9858/15197 12862/13145/19929 13322/13491/19928 +f 9694/9860/15199 9691/9857/15196 13317/13487/19920 +f 13317/13487/19920 9691/9857/15196 13324/13492/19930 +f 13317/13487/19920 13324/13492/19930 13318/13488/19922 +f 13318/13488/19922 13324/13492/19930 13325/13493/19931 +f 13318/13488/19922 13325/13493/19931 13319/13489/19924 +f 13319/13489/19924 13325/13493/19931 13326/13494/19932 +f 13319/13489/19924 13326/13494/19932 13320/13130/19333 +f 13320/13130/19333 13326/13494/19932 13327/13495/19933 +f 13320/13130/19333 13327/13495/19933 10306/10578/15948 +f 9691/9857/15196 13323/9859/15198 13324/13492/19930 +f 13324/13492/19930 13323/9859/15198 13322/13491/19928 +f 13324/13492/19930 13322/13491/19928 13325/13493/19931 +f 13325/13493/19931 13322/13491/19928 12863/13149/19926 +f 13325/13493/19931 12863/13149/19926 13326/13494/19932 +f 13326/13494/19932 12863/13149/19926 13321/13490/19925 +f 13326/13494/19932 13321/13490/19925 13327/13495/19933 +f 13327/13495/19933 13321/13490/19925 10306/10578/15948 +f 9682/9849/15188 9680/9846/15185 13328/13496/19934 +f 13328/13496/19934 12891/13170/19935 9682/9849/15188 +f 12892/13168/19936 12891/13170/19935 13329/13497/19937 +f 12892/13168/19936 13329/13497/19937 13330/13169/19400 +f 10302/10571/15939 12890/10568/15936 13330/13169/19400 +f 12917/13190/19436 12918/10570/15938 13331/13498/19938 +f 12916/13189/19939 12917/13190/19436 13331/13498/19938 +f 12915/13188/19940 12916/13189/19939 13332/13499/19941 +f 12915/13188/19940 13332/13499/19941 13333/9848/15187 +f 12915/13188/19940 13333/9848/15187 9681/9847/15186 +f 9680/9846/15185 13334/13500/19942 13328/13496/19934 +f 13328/13496/19934 13334/13500/19942 12891/13170/19935 +f 12891/13170/19935 13334/13500/19942 13335/13501/19943 +f 12891/13170/19935 13335/13501/19943 13329/13497/19937 +f 13329/13497/19937 13335/13501/19943 13336/13502/19944 +f 13329/13497/19937 13336/13502/19944 13330/13169/19400 +f 13330/13169/19400 13336/13502/19944 13337/13503/19945 +f 13330/13169/19400 13337/13503/19945 10302/10571/15939 +f 9680/9846/15185 13333/9848/15187 13334/13500/19942 +f 13334/13500/19942 13333/9848/15187 13332/13499/19941 +f 13334/13500/19942 13332/13499/19941 13335/13501/19943 +f 13335/13501/19943 13332/13499/19941 12916/13189/19939 +f 13335/13501/19943 12916/13189/19939 13336/13502/19944 +f 13336/13502/19944 12916/13189/19939 13331/13498/19938 +f 13336/13502/19944 13331/13498/19938 13337/13503/19945 +f 13337/13503/19945 13331/13498/19938 10302/10571/15939 +f 10302/10571/15939 13331/13498/19938 12918/10570/15938 +f 9674/9837/15176 9672/9834/15173 13338/13504/19946 +f 13338/13504/19946 12946/13210/19947 9674/9837/15176 +f 13339/13505/19948 12946/13210/19947 13338/13504/19946 +f 12946/13210/19947 13339/13505/19948 12947/13208/19949 +f 13340/13209/19471 12947/13208/19949 13339/13505/19948 +f 13341/10567/15934 12945/10565/15931 13340/13209/19471 +f 12975/13231/19510 12976/10488/15829 13342/13506/19950 +f 12974/13230/19951 12975/13231/19510 13342/13506/19950 +f 12973/13229/19952 12974/13230/19951 13343/13507/19953 +f 12973/13229/19952 13343/13507/19953 13344/9836/15175 +f 12973/13229/19952 13344/9836/15175 9673/9835/15174 +f 9672/9834/15173 13345/13508/19954 13338/13504/19946 +f 13338/13504/19946 13345/13508/19954 13339/13505/19948 +f 13339/13505/19948 13345/13508/19954 13346/13509/19955 +f 13339/13505/19948 13346/13509/19955 13347/13510/19956 +f 13339/13505/19948 13347/13510/19956 13340/13209/19471 +f 13340/13209/19471 13347/13510/19956 13348/13511/19957 +f 13340/13209/19471 13348/13511/19957 13341/10567/15934 +f 9672/9834/15173 13344/9836/15175 13345/13508/19954 +f 13345/13508/19954 13344/9836/15175 13343/13507/19953 +f 13345/13508/19954 13343/13507/19953 13346/13509/19955 +f 13346/13509/19955 13343/13507/19953 12974/13230/19951 +f 13346/13509/19955 12974/13230/19951 13347/13510/19956 +f 13347/13510/19956 12974/13230/19951 13342/13506/19950 +f 13347/13510/19956 13342/13506/19950 13348/13511/19957 +f 13348/13511/19957 13342/13506/19950 13341/10567/15934 +f 13341/10567/15934 13342/13506/19950 12976/10488/15829 +f 13002/13250/19958 13349/13512/19959 13003/13248/19960 +f 13350/13249/19541 13003/13248/19960 13349/13512/19959 +f 13351/10560/15925 13001/10561/15926 13350/13249/19541 +f 13028/13270/19576 13029/10558/15923 13352/13513/19961 +f 13027/13269/19962 13028/13270/19576 13352/13513/19961 +f 13026/13265/19963 13027/13269/19962 13353/13514/19964 +f 13354/9823/15162 13026/13265/19963 13353/13514/19964 +f 9665/9825/15164 9663/9822/15161 13355/13515/19965 +f 9665/9825/15164 13355/13515/19965 13002/13250/19958 +f 13002/13250/19958 13355/13515/19965 13356/13516/19966 +f 13002/13250/19958 13356/13516/19966 13349/13512/19959 +f 13349/13512/19959 13356/13516/19966 13357/13517/19967 +f 13349/13512/19959 13357/13517/19967 13350/13249/19541 +f 13350/13249/19541 13357/13517/19967 13358/13518/19968 +f 13350/13249/19541 13358/13518/19968 13351/10560/15925 +f 9663/9822/15161 13354/9823/15162 13355/13515/19965 +f 13355/13515/19965 13354/9823/15162 13353/13514/19964 +f 13355/13515/19965 13353/13514/19964 13356/13516/19966 +f 13356/13516/19966 13353/13514/19964 13027/13269/19962 +f 13356/13516/19966 13027/13269/19962 13357/13517/19967 +f 13357/13517/19967 13027/13269/19962 13352/13513/19961 +f 13357/13517/19967 13352/13513/19961 13358/13518/19968 +f 13358/13518/19968 13352/13513/19961 13351/10560/15925 +f 13351/10560/15925 13352/13513/19961 13029/10558/15923 +f 13359/13519/19969 13057/13290/19970 9655/9812/15151 +f 13360/13520/19971 13057/13290/19970 13359/13519/19969 +f 13057/13290/19970 13360/13520/19971 13058/13289/19972 +f 13056/10556/15921 13058/13289/19972 13367/13521/19973 +f 10295/10557/15922 13056/10556/15921 13367/13521/19973 +f 13085/13310/19642 13086/10551/15916 13361/13522/19974 +f 13084/13309/19975 13085/13310/19642 13361/13522/19974 +f 13083/13305/19976 13084/13309/19975 13362/13523/19977 +f 13074/9808/15147 13362/13523/19977 13363/9810/15149 +f 13074/9808/15147 13083/13305/19978 13362/13523/19977 +f 9655/9812/15151 9653/9809/15148 13359/13519/19969 +f 13359/13519/19969 9653/9809/15148 13364/13524/19979 +f 13359/13519/19969 13364/13524/19979 13360/13520/19971 +f 13360/13520/19971 13364/13524/19979 13365/13525/19980 +f 13360/13520/19971 13365/13525/19980 13058/13289/19972 +f 13058/13289/19972 13365/13525/19980 13366/13526/19981 +f 13058/13289/19972 13366/13526/19981 13367/13521/19973 +f 9653/9809/15148 13363/9810/15149 13364/13524/19979 +f 13364/13524/19979 13363/9810/15149 13362/13523/19977 +f 13364/13524/19979 13362/13523/19977 13365/13525/19980 +f 13365/13525/19980 13362/13523/19977 13084/13309/19975 +f 13365/13525/19980 13084/13309/19975 13366/13526/19981 +f 13366/13526/19981 13084/13309/19975 13361/13522/19974 +f 13366/13526/19981 13361/13522/19974 13367/13521/19973 +f 13367/13521/19973 13361/13522/19974 10295/10557/15922 +f 10295/10557/15922 13361/13522/19974 13086/10551/15916 +f 13369/13527/19982 9646/9799/15138 9644/9796/15135 +f 9646/9799/15138 13369/13527/19982 13110/13327/19983 +f 13110/13327/19983 13369/13527/19982 13370/13528/19984 +f 13370/13528/19984 13111/13325/19985 13110/13327/19983 +f 13111/13325/19985 13370/13528/19984 13109/13326/19669 +f 13368/13529/19986 10290/10545/15909 13371/10544/15907 +f 13368/13529/19986 13138/13347/19702 10290/10545/15909 +f 13137/13346/19987 13138/13347/19702 13368/13529/19986 +f 13136/13342/19988 13137/13346/19987 13372/13530/19989 +f 13373/9797/15136 13136/13342/19988 13372/13530/19989 +f 9644/9796/15135 13374/13531/19990 13369/13527/19982 +f 13369/13527/19982 13374/13531/19990 13370/13528/19984 +f 13370/13528/19984 13374/13531/19990 13375/13532/19991 +f 13370/13528/19984 13375/13532/19991 13109/13326/19669 +f 13109/13326/19669 13375/13532/19991 13376/13533/19992 +f 13109/13326/19669 13376/13533/19992 10288/10540/15901 +f 10288/10540/15901 13376/13533/19992 13371/10544/15907 +f 9644/9796/15135 13373/9797/15136 13374/13531/19990 +f 13374/13531/19990 13373/9797/15136 13372/13530/19989 +f 13374/13531/19990 13372/13530/19989 13375/13532/19991 +f 13375/13532/19991 13372/13530/19989 13137/13346/19987 +f 13375/13532/19991 13137/13346/19987 13376/13533/19992 +f 13376/13533/19992 13137/13346/19987 13368/13529/19986 +f 13376/13533/19992 13368/13529/19986 13371/10544/15907 +f 13377/13534/19993 13166/13366/19994 9637/9786/15125 +f 13167/13364/19995 13166/13366/19994 13378/13535/19996 +f 13167/13364/19995 13378/13535/19996 13379/13365/19731 +f 10292/10546/15911 13165/10549/15914 13379/13365/19731 +f 13192/13386/19764 13193/10543/15906 13380/13536/19997 +f 13191/13385/19998 13192/13386/19764 13380/13536/19997 +f 13190/13384/19999 13191/13385/19998 13381/13537/20000 +f 13190/13384/19999 13381/13537/20000 13382/9784/15123 +f 13190/13384/19999 13382/9784/15123 9634/9782/15121 +f 9637/9786/15125 9635/9783/15122 13377/13534/19993 +f 13377/13534/19993 9635/9783/15122 13383/13538/20001 +f 13377/13534/19993 13383/13538/20001 13166/13366/19994 +f 13166/13366/19994 13383/13538/20001 13378/13535/19996 +f 13378/13535/19996 13383/13538/20001 13384/13539/20002 +f 13378/13535/19996 13384/13539/20002 13379/13365/19731 +f 13379/13365/19731 13384/13539/20002 13385/13540/20003 +f 13379/13365/19731 13385/13540/20003 10292/10546/15911 +f 9635/9783/15122 13382/9784/15123 13381/13537/20000 +f 9635/9783/15122 13381/13537/20000 13383/13538/20001 +f 13383/13538/20001 13381/13537/20000 13191/13385/19998 +f 13383/13538/20001 13191/13385/19998 13384/13539/20002 +f 13384/13539/20002 13191/13385/19998 13380/13536/19997 +f 13384/13539/20002 13380/13536/19997 13385/13540/20003 +f 13385/13540/20003 13380/13536/19997 10292/10546/15911 +f 10292/10546/15911 13380/13536/19997 13193/10543/15906 +f 9628/9770/15109 13386/13541/20004 13387/13406/20005 +f 13388/13542/20006 13218/13404/20007 13387/13406/20005 +f 13388/13542/20006 13217/13405/19793 13218/13404/20007 +f 13389/13543/20008 12085/12370/20009 12086/12371/20010 +f 13389/13543/20008 12086/12371/20010 12087/12372/18153 +f 12084/12369/20011 12085/12370/20009 13390/13544/20012 +f 13390/13544/20012 12085/12370/20009 13389/13543/20008 +f 12084/12369/20011 13390/13544/20012 13391/9768/15107 +f 12084/12369/20011 13391/9768/15107 9624/9767/15106 +f 9628/9770/15109 9623/9765/15104 13386/13541/20004 +f 13386/13541/20004 9623/9765/15104 13392/13545/20013 +f 13386/13541/20004 13392/13545/20013 13387/13406/20005 +f 13387/13406/20005 13392/13545/20013 13388/13542/20006 +f 13388/13542/20006 13392/13545/20013 13393/13546/20014 +f 13388/13542/20006 13393/13546/20014 13217/13405/19793 +f 13217/13405/19793 13393/13546/20014 13394/13547/20015 +f 13217/13405/19793 13394/13547/20015 10280/10525/15883 +f 10280/10525/15883 13394/13547/20015 10265/10513/15863 +f 9623/9765/15104 13391/9768/15107 13390/13544/20012 +f 9623/9765/15104 13390/13544/20012 13392/13545/20013 +f 13392/13545/20013 13390/13544/20012 13389/13543/20008 +f 13392/13545/20013 13389/13543/20008 13393/13546/20014 +f 13393/13546/20014 13389/13543/20008 12087/12372/18153 +f 13393/13546/20014 12087/12372/18153 13394/13547/20015 +f 13394/13547/20015 12087/12372/18153 10265/10513/15863 +f 13395/13548/20016 12114/12391/20017 10151/10382/15721 +f 13396/13549/20018 12114/12391/20017 13395/13548/20016 +f 12114/12391/20017 13396/13549/20018 12115/12389/20019 +f 12115/12389/20019 13396/13549/20018 13397/13550/20020 +f 12115/12389/20019 13397/13550/20020 13398/12390/18180 +f 10268/10516/15871 12113/10517/15872 13398/12390/18180 +f 13399/13551/20021 12214/12679/18628 12215/10498/15843 +f 12213/12678/20022 12214/12679/18628 13399/13551/20021 +f 12212/12677/20023 12213/12678/20022 13400/13552/20024 +f 12212/12677/20023 13400/13552/20024 13401/10381/15720 +f 12212/12677/20023 13401/10381/15720 10149/10380/15719 +f 10151/10382/15721 10148/10379/15718 13395/13548/20016 +f 13395/13548/20016 10148/10379/15718 13402/13553/20025 +f 13395/13548/20016 13402/13553/20025 13396/13549/20018 +f 13396/13549/20018 13402/13553/20025 13403/13554/20026 +f 13396/13549/20018 13403/13554/20026 13397/13550/20020 +f 13397/13550/20020 13403/13554/20026 13404/13555/20027 +f 13397/13550/20020 13404/13555/20027 13398/12390/18180 +f 13398/12390/18180 13404/13555/20027 13405/13556/20028 +f 13398/12390/18180 13405/13556/20028 10268/10516/15871 +f 10148/10379/15718 13401/10381/15720 13402/13553/20025 +f 13402/13553/20025 13401/10381/15720 13400/13552/20024 +f 13402/13553/20025 13400/13552/20024 13403/13554/20026 +f 13403/13554/20026 13400/13552/20024 12213/12678/20022 +f 13403/13554/20026 12213/12678/20022 13404/13555/20027 +f 13404/13555/20027 12213/12678/20022 13399/13551/20021 +f 13404/13555/20027 13399/13551/20021 13405/13556/20028 +f 13405/13556/20028 13399/13551/20021 10268/10516/15871 +f 10268/10516/15871 13399/13551/20021 12215/10498/15843 +f 13406/13557/20029 12242/12699/20030 9796/10002/15341 +f 13407/13558/20031 12242/12699/20030 13406/13557/20029 +f 12242/12699/20030 13407/13558/20031 12243/12697/20032 +f 12243/12697/20032 13407/13558/20031 13408/13559/20033 +f 12243/12697/20032 13408/13559/20033 13409/12698/18656 +f 10263/10499/15846 12241/10512/15859 13409/12698/18656 +f 12268/12720/18694 12269/10493/15834 13410/13560/20034 +f 12267/12719/20035 12268/12720/18694 13410/13560/20034 +f 12266/12715/20036 12267/12719/20035 13411/13561/20037 +f 9793/9998/15337 13411/13561/20037 13412/10000/15339 +f 9793/9998/15337 12266/12715/20038 13411/13561/20037 +f 9796/10002/15341 9794/9999/15338 13406/13557/20029 +f 13406/13557/20029 9794/9999/15338 13413/13562/20039 +f 13406/13557/20029 13413/13562/20039 13407/13558/20031 +f 13407/13558/20031 13413/13562/20039 13414/13563/20040 +f 13407/13558/20031 13414/13563/20040 13408/13559/20033 +f 13408/13559/20033 13414/13563/20040 13415/13564/20041 +f 13408/13559/20033 13415/13564/20041 13409/12698/18656 +f 13409/12698/18656 13415/13564/20041 13416/13565/20042 +f 13409/12698/18656 13416/13565/20042 10263/10499/15846 +f 9794/9999/15338 13412/10000/15339 13413/13562/20039 +f 13413/13562/20039 13412/10000/15339 13411/13561/20037 +f 13413/13562/20039 13411/13561/20037 13414/13563/20040 +f 13414/13563/20040 13411/13561/20037 12267/12719/20035 +f 13414/13563/20040 12267/12719/20035 13415/13564/20041 +f 13415/13564/20041 12267/12719/20035 13410/13560/20034 +f 13415/13564/20041 13410/13560/20034 13416/13565/20042 +f 13416/13565/20042 13410/13560/20034 10263/10499/15846 +f 10263/10499/15846 13410/13560/20034 12269/10493/15834 +s 14 +f 13433/13566/20043 13436/13567/20044 13454/13568/20045 +f 13454/13568/20045 13436/13567/20044 13435/13569/20046 +s 734 +f 13453/13570/20047 13455/13571/20048 13452/13572/20049 +f 13452/13572/20049 13455/13571/20048 9521/9674/20050 +f 13452/13572/20049 9521/9674/20050 13451/13573/20051 +f 13451/13573/20051 9521/9674/20050 9538/9691/20052 +f 13451/13573/20051 9538/9691/20052 13449/13574/20053 +s 14 +f 13449/13574/20054 9538/9691/15013 13456/13575/20055 +s 735 +f 13449/13574/20056 13456/13575/20057 13450/13576/20058 +f 13450/13576/20058 13456/13575/20057 9525/9678/20059 +f 13450/13576/20058 9525/9678/20059 13448/13577/20060 +s 14 +f 13448/13577/20061 9525/9678/14992 13457/13578/20062 +s 736 +f 13448/13577/20063 13457/13578/20064 13447/13579/20065 +f 13447/13579/20065 13457/13578/20064 9526/9679/20066 +f 13447/13579/20065 9526/9679/20066 13446/13580/20067 +s 14 +f 13446/13580/20068 9526/9679/14995 13458/13581/20069 +s 737 +f 13446/13580/20070 13458/13581/20071 13444/13582/20072 +f 13444/13582/20072 13458/13581/20071 13445/13583/20073 +f 13445/13583/20073 13458/13581/20071 9512/9663/20074 +f 13445/13583/20073 9512/9663/20074 13443/13584/20075 +s 14 +f 13443/13584/20076 9512/9663/14969 13459/13585/20077 +s 738 +f 13443/13584/20078 13459/13585/20079 13442/13586/20080 +f 13442/13586/20080 13459/13585/20079 9511/9662/20081 +f 13442/13586/20080 9511/9662/20081 13439/13587/20082 +f 13439/13587/20082 9511/9662/20081 9507/9658/20083 +f 13439/13587/20082 9507/9658/20083 13441/13588/20084 +s 14 +f 13441/13588/20085 9507/9658/14959 13460/13589/20086 +f 13441/13588/20087 13460/13589/20088 13440/13590/20089 +f 13440/13590/20089 13460/13589/20088 13461/13591/20090 +f 13440/13590/20089 13461/13591/20090 13438/13592/20091 +f 13438/13592/20091 13461/13591/20090 13437/13593/20092 +f 13437/13593/20092 13461/13591/20090 13471/13594/20093 +f 13437/13593/20092 13471/13594/20093 13435/13569/20046 +f 13435/13569/20046 13471/13594/20093 13454/13568/20045 +f 13433/13566/20043 13462/13595/20094 13434/13596/20095 +f 13434/13596/20095 13462/13595/20094 9532/9685/20096 +f 13434/13596/20095 9532/9685/20096 13432/13597/20097 +f 13432/13597/20098 9532/9685/15005 13463/13598/20099 +s 742 +f 13432/13597/20100 13463/13598/20101 13430/13599/20102 +f 13430/13599/20102 13463/13598/20101 13431/13600/20103 +f 13431/13600/20103 13463/13598/20101 9590/9738/20104 +f 13431/13600/20103 9590/9738/20104 13429/13601/20105 +s 14 +f 13429/13601/20106 9590/9738/15074 13464/13602/20107 +s 743 +f 13429/13601/20108 13464/13602/20109 13428/13603/20110 +f 13428/13603/20110 13464/13602/20109 9589/9737/20111 +f 13428/13603/20110 9589/9737/20111 13426/13604/20112 +f 13426/13604/20112 9589/9737/20111 9588/9736/20113 +f 13426/13604/20112 9588/9736/20113 13427/13605/20114 +s 14 +f 13427/13605/20115 9588/9736/15069 13465/13606/20116 +s 744 +f 13427/13605/20117 13465/13606/20118 13425/13607/20119 +f 13425/13607/20119 13465/13606/20118 9591/9735/20120 +f 13425/13607/20119 9591/9735/20120 13423/13608/20121 +s 14 +f 13423/13608/20122 9591/9735/15067 13466/13609/20123 +s 745 +f 13423/13608/20124 13466/13609/20125 13424/13610/20126 +f 13424/13610/20126 13466/13609/20125 9570/9716/20127 +f 13424/13610/20126 9570/9716/20127 13421/13611/20128 +s 14 +f 13421/13611/20129 9570/9716/15045 13467/13612/20130 +s 746 +f 13421/13611/20131 13467/13612/20132 13422/13613/20133 +f 13422/13613/20133 13467/13612/20132 9577/9723/20134 +f 13422/13613/20133 9577/9723/20134 13420/13614/20135 +f 13420/13614/20135 9577/9723/20134 9578/9724/20136 +f 13420/13614/20135 9578/9724/20136 13419/13615/20137 +s 14 +f 13419/13615/20138 9578/9724/15054 13468/13616/20139 +s 747 +f 13419/13615/20140 13468/13616/20141 13418/13617/20142 +f 13418/13617/20142 13468/13616/20141 13417/13618/20143 +f 13417/13618/20143 13468/13616/20141 13469/9673/20144 +f 13417/13618/20143 13469/9673/20144 13453/13570/20145 +s 14 +f 13453/13570/20146 13469/9673/14983 13455/13571/20147 +f 13471/13594/20093 13470/13619/20148 13454/13568/20045 +f 13454/13568/20045 13470/13619/20148 13433/13566/20043 +f 13433/13566/20043 13470/13619/20148 13462/13595/20094 +f 13455/13571/20147 13469/9673/14983 9521/9674/14986 +f 13456/13575/20055 9538/9691/15013 9525/9678/14992 +f 13457/13578/20062 9525/9678/14992 9526/9679/14995 +f 13458/13581/20069 9526/9679/14995 9527/9680/14998 +f 13458/13581/20069 9527/9680/14998 9512/9663/14969 +f 13459/13585/20077 9512/9663/14969 9511/9662/14967 +f 13460/13589/20086 9507/9658/14959 13461/13591/20149 +f 13461/13591/20149 9507/9658/14959 9506/9657/14958 +f 13461/13591/20149 9506/9657/14958 13471/13594/20093 +f 13470/13619/20148 9510/9661/14966 13462/13595/20150 +f 13462/13595/20150 9510/9661/14966 9509/9660/14965 +f 13462/13595/20150 9509/9660/14965 9532/9685/15005 +f 13463/13598/20099 9532/9685/15005 9531/9684/15004 +f 13463/13598/20099 9531/9684/15004 9590/9738/15074 +f 13464/13602/20107 9590/9738/15074 9589/9737/15072 +f 13465/13606/20116 9588/9736/15069 9591/9735/15067 +f 13466/13609/20123 9591/9735/15067 9570/9716/15045 +f 13467/13612/20130 9570/9716/15045 9577/9723/15053 +f 13468/13616/20139 9578/9724/15054 9518/9672/14981 +f 13468/13616/20139 9518/9672/14981 13469/9673/14983 +f 13471/13594/20093 9517/9669/14977 13470/13619/20148 +f 13470/13619/20148 9517/9669/14977 9510/9661/14966 +f 9506/9657/14958 9517/9669/14977 13471/13594/20093 +s 748 +f 13472/13620/20151 9580/9726/20152 13473/13621/20153 +f 13473/13621/20153 9580/9726/20152 9579/9725/20154 +f 13473/13621/20153 9579/9725/20154 13570/10719/20155 +f 13570/10719/20155 9579/9725/20154 9572/9717/20156 +s 749 +f 9580/9726/20157 13472/13620/20158 9519/9670/20159 +f 9519/9670/20159 13472/13620/20158 13474/13622/20160 +f 9519/9670/20159 13474/13622/20160 9520/9671/20161 +f 9520/9671/20161 13474/13622/20160 13475/13623/20162 +f 9520/9671/20161 13475/13623/20162 9533/9686/20163 +f 9533/9686/20163 13475/13623/20162 13476/13624/20164 +f 9533/9686/20163 13476/13624/20164 9534/9687/20165 +f 9534/9687/20165 13476/13624/20164 13477/13625/20166 +f 9534/9687/20165 13477/13625/20166 9535/9688/20167 +f 9535/9688/20167 13477/13625/20166 13478/13626/20168 +f 9535/9688/20167 13478/13626/20168 9536/9689/20169 +f 9536/9689/20169 13478/13626/20168 13479/9655/20170 +f 9536/9689/20169 13479/9655/20170 9505/9656/20171 +s 750 +f 9502/9652/20172 9501/9651/20173 13480/13627/20174 +f 9502/9652/20172 13480/13627/20174 9556/9708/20175 +f 9556/9708/20175 13480/13627/20174 13481/13628/20176 +f 9556/9708/20175 13481/13628/20176 9555/9706/20177 +f 9555/9706/20177 13481/13628/20176 13482/13629/20178 +f 9555/9706/20177 13482/13629/20178 9554/9707/20179 +f 9554/9707/20179 13482/13629/20178 13483/13630/20180 +f 9554/9707/20179 13483/13630/20180 13484/13631/20181 +f 9554/9707/20179 13484/13631/20181 9548/9709/20182 +f 9548/9709/20182 13484/13631/20181 13485/13632/20183 +f 9548/9709/20182 13485/13632/20183 9557/9692/20184 +f 9557/9692/20184 13485/13632/20183 13486/13633/20185 +f 9557/9692/20184 13486/13633/20185 9539/9650/20186 +f 9539/9650/20186 13486/13633/20185 13487/9649/20187 +s 751 +f 9498/9646/20188 9497/9645/20189 9522/9675/20190 +f 9522/9675/20190 9497/9645/20189 13488/13634/20191 +f 9522/9675/20190 13488/13634/20191 9537/9690/20192 +f 9537/9690/20192 13488/13634/20191 13489/13635/20193 +f 9537/9690/20192 13489/13635/20193 9524/9677/20194 +f 9524/9677/20194 13489/13635/20193 13490/13636/20195 +f 9524/9677/20194 13490/13636/20195 9523/9676/20196 +f 9523/9676/20196 13490/13636/20195 9549/9700/20197 +f 9549/9700/20197 13490/13636/20195 13491/13637/20198 +f 9549/9700/20197 13491/13637/20198 9558/9710/20199 +f 9558/9710/20199 13491/13637/20198 13492/13638/20200 +f 9558/9710/20199 13492/13638/20200 9559/9711/20201 +f 9559/9711/20201 13492/13638/20200 13493/9643/20202 +f 9559/9711/20201 13493/9643/20202 9496/9644/20203 +s 752 +f 9493/9640/20204 9492/9639/20205 9551/9703/20206 +f 9551/9703/20206 9492/9639/20205 13494/13639/20207 +f 9551/9703/20206 13494/13639/20207 9550/9701/20208 +f 9550/9701/20208 13494/13639/20207 13495/13640/20209 +f 9550/9701/20208 13495/13640/20209 9560/9712/20210 +f 9560/9712/20210 13495/13640/20209 13496/13641/20211 +f 9560/9712/20210 13496/13641/20211 9561/9702/20212 +f 9561/9702/20212 13496/13641/20211 13497/13642/20213 +f 9561/9702/20212 13497/13642/20213 13498/13643/20214 +f 9561/9702/20212 13498/13643/20214 9540/9693/20215 +f 9540/9693/20215 13498/13643/20214 13499/13644/20216 +f 9540/9693/20215 13499/13644/20216 9541/9694/20217 +f 9541/9694/20217 13499/13644/20216 9552/9638/20218 +f 9552/9638/20218 13499/13644/20216 13500/9637/20219 +s 753 +f 9489/9634/20220 9488/9633/20221 13501/13645/20222 +f 9489/9634/20220 13501/13645/20222 9542/9695/20223 +f 9542/9695/20223 13501/13645/20222 9543/9696/20224 +f 9543/9696/20224 13501/13645/20222 13502/13646/20225 +f 9543/9696/20224 13502/13646/20225 9544/9697/20226 +f 9544/9697/20226 13502/13646/20225 13503/13647/20227 +f 9544/9697/20226 13503/13647/20227 13504/13648/20228 +f 9544/9697/20226 13504/13648/20228 9562/9713/20229 +f 9562/9713/20229 13504/13648/20228 13505/13649/20230 +f 9562/9713/20229 13505/13649/20230 9573/9718/20231 +f 9573/9718/20231 13505/13649/20230 13506/13650/20232 +f 9573/9718/20231 13506/13650/20232 9574/9719/20233 +f 9574/9719/20233 13506/13650/20232 13507/9631/20234 +f 9574/9719/20233 13507/9631/20234 9487/9632/20235 +s 754 +f 9484/9628/20236 13573/9627/20237 13508/13651/20238 +f 9484/9628/20236 13508/13651/20238 9528/9664/20239 +f 9528/9664/20239 13508/13651/20238 13509/13652/20240 +f 9528/9664/20239 13509/13652/20240 9513/9665/20241 +f 9513/9665/20241 13509/13652/20240 13510/13653/20242 +f 9513/9665/20241 13510/13653/20242 9545/9666/20243 +f 9545/9666/20243 13510/13653/20242 9546/9667/20244 +f 9546/9667/20244 13510/13653/20242 13511/13654/20245 +f 9546/9667/20244 13511/13654/20245 9514/9668/20246 +f 9514/9668/20246 13511/13654/20245 13512/13655/20247 +f 9514/9668/20246 13512/13655/20247 9515/9659/20248 +f 9515/9659/20248 13512/13655/20247 13513/13656/20249 +f 9515/9659/20248 13513/13656/20249 9508/9626/20250 +f 9508/9626/20250 13513/13656/20249 13514/9625/20251 +s 755 +f 9481/9622/20252 13572/9621/20253 13515/13657/20254 +f 9481/9622/20252 13515/13657/20254 9563/9714/20255 +f 9563/9714/20255 13515/13657/20254 13516/13658/20256 +f 9563/9714/20255 13516/13658/20256 9564/9715/20257 +f 9564/9715/20257 13516/13658/20256 13517/13659/20258 +f 9564/9715/20257 13517/13659/20258 9565/9698/20259 +f 9565/9698/20259 13517/13659/20258 13518/13660/20260 +f 9565/9698/20259 13518/13660/20260 9547/9682/20261 +f 9547/9682/20261 13518/13660/20260 13519/13661/20262 +f 9547/9682/20261 13519/13661/20262 9529/9681/20263 +f 9529/9681/20263 13519/13661/20262 13520/13662/20264 +f 9529/9681/20263 13520/13662/20264 9530/9683/20265 +f 9530/9683/20265 13520/13662/20264 9516/9620/20266 +f 9516/9620/20266 13520/13662/20264 13521/9619/20267 +s 756 +f 9478/9616/20268 9477/9615/20269 13522/13663/20270 +f 9478/9616/20268 13522/13663/20270 9576/9722/20271 +f 9576/9722/20271 13522/13663/20270 9592/9739/20272 +f 9592/9739/20272 13522/13663/20270 13523/13664/20273 +f 9592/9739/20272 13523/13664/20273 9604/9720/20274 +f 9604/9720/20274 13523/13664/20273 13524/13665/20275 +f 9604/9720/20274 13524/13665/20275 13525/13666/20276 +f 9604/9720/20274 13525/13666/20276 9585/9730/20277 +f 9585/9730/20277 13525/13666/20276 13526/13667/20278 +f 9585/9730/20277 13526/13667/20278 9584/9721/20279 +f 9584/9721/20279 13526/13667/20278 13527/13668/20280 +f 9584/9721/20279 13527/13668/20280 9575/9614/20281 +f 9575/9614/20281 13527/13668/20280 13528/9613/20282 +s 757 +f 9474/9610/20283 9473/9609/20284 13529/13669/20285 +f 9474/9610/20283 13529/13669/20285 9566/9731/20286 +f 9566/9731/20286 13529/13669/20285 9597/9742/20287 +f 9597/9742/20287 13529/13669/20285 13530/13670/20288 +f 9597/9742/20287 13530/13670/20288 9598/9743/20289 +f 9598/9743/20289 13530/13670/20288 13531/13671/20290 +f 9598/9743/20289 13531/13671/20290 9605/9746/20291 +f 9605/9746/20291 13531/13671/20290 13532/13672/20292 +f 9605/9746/20291 13532/13672/20292 9600/9744/20293 +f 9600/9744/20293 13532/13672/20292 13533/13673/20294 +f 9600/9744/20293 13533/13673/20294 9599/9745/20295 +f 9599/9745/20295 13533/13673/20294 13534/13674/20296 +f 9599/9745/20295 13534/13674/20296 9567/9608/20297 +f 9567/9608/20297 13534/13674/20296 13535/9607/20298 +s 758 +f 9470/9604/20299 9469/9603/20300 9586/9733/20301 +f 9586/9733/20301 9469/9603/20300 13536/13675/20302 +f 9586/9733/20301 13536/13675/20302 9587/9734/20303 +f 9587/9734/20303 13536/13675/20302 13537/13676/20304 +f 9587/9734/20303 13537/13676/20304 13538/13677/20305 +f 9587/9734/20303 13538/13677/20305 9593/9740/20306 +f 9593/9740/20306 13538/13677/20305 13539/13678/20307 +f 9593/9740/20306 13539/13678/20307 9606/9754/20308 +f 9606/9754/20308 13539/13678/20307 13540/13679/20309 +f 9606/9754/20308 13540/13679/20309 9607/9755/20310 +f 9607/9755/20310 13540/13679/20309 13541/13680/20311 +f 9607/9755/20310 13541/13680/20311 9612/9741/20312 +f 9612/9741/20312 13541/13680/20311 13542/13681/20313 +f 9612/9741/20312 13542/13681/20313 9594/9732/20314 +f 9594/9732/20314 13542/13681/20313 13543/9601/20315 +f 9594/9732/20314 13543/9601/20315 9468/9602/20316 +s 759 +f 9465/9598/20317 9464/9597/20318 13544/13682/20319 +f 9465/9598/20317 13544/13682/20319 9601/9747/20320 +f 9601/9747/20320 13544/13682/20319 13545/13683/20321 +f 9601/9747/20320 13545/13683/20321 9602/9748/20322 +f 9602/9748/20322 13545/13683/20321 13546/13684/20323 +f 9602/9748/20322 13546/13684/20323 9603/9750/20324 +f 9603/9750/20324 13546/13684/20323 13547/13685/20325 +f 9603/9750/20324 13547/13685/20325 9613/9760/20326 +f 9613/9760/20326 13547/13685/20325 13548/13686/20327 +f 9613/9760/20326 13548/13686/20327 9614/9749/20328 +f 9614/9749/20328 13548/13686/20327 13549/13687/20329 +f 9614/9749/20328 13549/13687/20329 9568/9596/20330 +f 9568/9596/20330 13549/13687/20329 13550/9595/20331 +s 760 +f 9461/9592/20332 9460/9591/20333 13551/13688/20334 +f 9461/9592/20332 13551/13688/20334 9615/9761/20335 +f 9615/9761/20335 13551/13688/20334 13552/13689/20336 +f 9615/9761/20335 13552/13689/20336 9608/9756/20337 +f 9608/9756/20337 13552/13689/20336 13553/13690/20338 +f 9608/9756/20337 13553/13690/20338 9609/9757/20339 +f 9609/9757/20339 13553/13690/20338 13554/13691/20340 +f 9609/9757/20339 13554/13691/20340 9595/9758/20341 +f 9595/9758/20341 13554/13691/20340 13555/13692/20342 +f 9595/9758/20341 13555/13692/20342 9610/9759/20343 +f 9610/9759/20343 13555/13692/20342 13556/13693/20344 +f 9610/9759/20343 13556/13693/20344 9616/9762/20345 +f 9616/9762/20345 13556/13693/20344 13557/9589/20346 +f 9616/9762/20345 13557/9589/20346 9459/9590/20347 +s 761 +f 9456/9586/20348 10426/9585/20349 9611/9753/20350 +f 9611/9753/20350 10426/9585/20349 13558/13694/20351 +f 9611/9753/20350 13558/13694/20351 9596/9751/20352 +f 9596/9751/20352 13558/13694/20351 13559/13695/20353 +f 9596/9751/20352 13559/13695/20353 9617/9763/20354 +f 9617/9763/20354 13559/13695/20353 13560/13696/20355 +f 9617/9763/20354 13560/13696/20355 13561/13697/20356 +f 9617/9763/20354 13561/13697/20356 9618/9764/20357 +f 9618/9764/20357 13561/13697/20356 13562/13698/20358 +f 9618/9764/20357 13562/13698/20358 9619/9752/20359 +f 9619/9752/20359 13562/13698/20358 13563/13699/20360 +f 9619/9752/20359 13563/13699/20360 9569/9699/20361 +f 9569/9699/20361 13563/13699/20360 13564/9583/20362 +f 9569/9699/20361 13564/9583/20362 9455/9584/20363 +s 762 +f 9452/9580/20364 10429/9579/20365 13565/13700/20366 +f 9452/9580/20364 13565/13700/20366 9582/9727/20367 +f 9582/9727/20367 13565/13700/20366 13566/13701/20368 +f 9582/9727/20367 13566/13701/20368 9583/9729/20369 +f 9583/9729/20369 13566/13701/20368 13567/13702/20370 +f 9583/9729/20369 13567/13702/20370 9581/9728/20371 +f 9581/9728/20371 13567/13702/20370 13568/13703/20372 +f 9581/9728/20371 13568/13703/20372 9571/9704/20373 +f 9571/9704/20373 13568/13703/20372 13569/13704/20374 +f 9571/9704/20373 13569/13704/20374 9553/9705/20375 +f 9553/9705/20375 13569/13704/20374 9572/9717/20376 +f 9572/9717/20376 13569/13704/20374 13570/10719/20377 +s 763 +f 10451/10746/20378 9473/9609/20379 9475/9611/20380 +f 10451/10746/20378 9475/9611/20380 13528/9613/20381 +s 764 +f 13535/9607/20382 13534/13674/20383 10439/10732/20384 +f 13534/13674/20383 13533/13673/20385 10439/10732/20384 +f 13533/13673/20385 13532/13672/20386 10439/10732/20384 +f 10439/10732/20384 13532/13672/20386 10446/10743/20387 +f 10446/10743/20387 13532/13672/20386 13531/13671/20388 +f 10446/10743/20387 13531/13671/20388 13530/13670/20389 +f 10446/10743/20387 13530/13670/20389 10441/10735/20390 +f 10441/10735/20390 13530/13670/20389 13529/13669/20391 +f 10441/10735/20390 13529/13669/20391 10451/10746/20392 +f 10451/10746/20392 13529/13669/20391 9473/9609/20393 +s 756 +f 13528/9613/20394 13527/13668/20395 10452/10733/20396 +f 13527/13668/20395 13526/13667/20278 10452/10733/20396 +f 10452/10733/20396 13526/13667/20278 10440/10734/20397 +f 13526/13667/20278 13525/13666/20276 10440/10734/20397 +s 766 +f 10440/10734/20398 13525/13666/20399 13524/13665/20400 +f 10440/10734/20398 13524/13665/20400 13523/13664/20401 +f 10440/10734/20398 13523/13664/20401 10450/10737/20402 +f 10450/10737/20402 13523/13664/20401 13522/13663/20403 +f 10450/10737/20402 13522/13663/20403 13571/10738/20404 +f 13571/10738/20404 13522/13663/20403 9477/9615/20405 +s 767 +f 10437/10731/20406 9469/9603/20407 9471/9605/20408 +f 10437/10731/20406 9471/9605/20408 13535/9607/20409 +s 768 +f 13571/10738/20410 9477/9615/20411 9479/9617/20412 +f 13571/10738/20410 9479/9617/20412 13521/9619/20413 +s 769 +f 13543/9601/20414 13542/13681/20415 10448/10727/20416 +f 13542/13681/20415 13541/13680/20417 10448/10727/20416 +f 10448/10727/20416 13541/13680/20417 10436/10728/20418 +f 13541/13680/20417 13540/13679/20419 10436/10728/20418 +f 10436/10728/20418 13540/13679/20419 13539/13678/20420 +f 10436/10728/20418 13539/13678/20420 13538/13677/20421 +f 10436/10728/20418 13538/13677/20421 10445/10742/20422 +f 10445/10742/20422 13538/13677/20421 13537/13676/20423 +f 10445/10742/20422 13537/13676/20423 13536/13675/20424 +f 10445/10742/20422 13536/13675/20424 10437/10731/20425 +f 10437/10731/20425 13536/13675/20424 9469/9603/20426 +s off +f 13521/9619/20427 13520/13662/20428 10444/10724/20429 +s 770 +f 13520/13662/20430 13519/13661/20431 10444/10724/20432 +f 10444/10724/20432 13519/13661/20431 10431/10725/20433 +f 10431/10725/20433 13519/13661/20431 13518/13660/20434 +f 10431/10725/20433 13518/13660/20434 13517/13659/20435 +f 10431/10725/20433 13517/13659/20435 13516/13658/20436 +f 10431/10725/20433 13516/13658/20436 10432/10726/20437 +f 10432/10726/20437 13516/13658/20436 13515/13657/20438 +f 10432/10726/20437 13515/13657/20438 13572/9621/20439 +s 229 +f 10434/10739/20440 9464/9597/20441 9466/9599/20442 +f 10434/10739/20440 9466/9599/20442 10435/10740/16186 +f 10435/10740/16186 9466/9599/20442 13543/9601/16187 +s 772 +f 10442/10744/20443 13572/9621/20444 9482/9623/20445 +f 10442/10744/20443 9482/9623/20445 13514/9625/20446 +s 773 +f 10454/10747/20447 13550/9595/20448 13549/13687/20449 +f 10454/10747/20447 13549/13687/20449 10455/10748/20450 +f 13549/13687/20449 13548/13686/20451 10455/10748/20450 +f 13548/13686/20451 13547/13685/20452 10455/10748/20450 +f 10455/10748/20450 13547/13685/20452 13546/13684/20453 +f 10455/10748/20450 13546/13684/20453 10349/10641/20454 +f 10349/10641/20454 13546/13684/20453 13545/13683/20455 +f 10349/10641/20454 13545/13683/20455 13544/13682/20456 +f 10349/10641/20454 13544/13682/20456 10453/10741/20457 +f 10453/10741/20457 13544/13682/20456 10434/10739/20458 +f 10434/10739/20458 13544/13682/20456 9464/9597/20459 +s 774 +f 10442/10744/20460 13514/9625/20461 13513/13656/20462 +f 10442/10744/20460 13513/13656/20462 10433/10729/20463 +f 13513/13656/20462 13512/13655/20464 10433/10729/20463 +f 13512/13655/20464 13511/13654/20465 10433/10729/20463 +f 10433/10729/20463 13511/13654/20465 10438/10730/20466 +f 10438/10730/20466 13511/13654/20465 13510/13653/20467 +f 10438/10730/20466 13510/13653/20467 13509/13652/20468 +f 10438/10730/20466 13509/13652/20468 10443/10736/20469 +f 10443/10736/20469 13509/13652/20468 13508/13651/20470 +s off +f 10443/10736/20471 13508/13651/20472 13573/9627/20473 +s 775 +f 10458/10751/20474 9460/9591/20475 9462/9593/20476 +f 9462/9593/20476 13550/9595/20477 10454/10747/20478 +f 10458/10751/20474 9462/9593/20476 10454/10747/20478 +s 776 +f 10449/10745/20479 13573/9627/20480 9485/9629/20481 +f 10449/10745/20479 9485/9629/20481 13507/9631/20482 +s 777 +f 10419/10715/20483 13557/9589/20484 13556/13693/20485 +f 10419/10715/20483 13556/13693/20485 10418/10713/20486 +f 13556/13693/20485 13555/13692/20487 10418/10713/20486 +f 13555/13692/20487 13554/13691/20488 10418/10713/20486 +f 10418/10713/20486 13554/13691/20488 10456/10749/20489 +f 10456/10749/20489 13554/13691/20488 13553/13690/20490 +f 10456/10749/20489 13553/13690/20490 13552/13689/20491 +f 10456/10749/20489 13552/13689/20491 10457/10750/20492 +f 10457/10750/20492 13552/13689/20491 13551/13688/20493 +f 10457/10750/20492 13551/13688/20493 10458/10751/20494 +f 10458/10751/20494 13551/13688/20493 9460/9591/20495 +s 753 +f 10449/10745/20496 13507/9631/20497 13506/13650/20498 +f 10449/10745/20496 13506/13650/20498 10447/10721/20499 +f 13506/13650/20498 13505/13649/20500 10447/10721/20499 +f 13503/13647/20227 10430/10722/20501 13504/13648/20228 +f 13504/13648/20228 10430/10722/20501 10447/10721/20499 +f 13504/13648/20228 10447/10721/20499 13505/13649/20500 +s 779 +f 10430/10722/20502 13503/13647/20503 13502/13646/20504 +f 10430/10722/20502 13502/13646/20504 13501/13645/20505 +f 10430/10722/20502 13501/13645/20505 13574/10723/20506 +f 13574/10723/20506 13501/13645/20505 9488/9633/20507 +s 780 +f 9457/9587/20508 13557/9589/20509 10419/10715/20510 +f 10426/9585/20511 9457/9587/20508 10419/10715/20510 +s 781 +f 13574/10723/20512 9488/9633/20513 9490/9635/20514 +f 10405/10695/20515 13574/10723/20512 9490/9635/20514 +f 10405/10695/20515 9490/9635/20514 13500/9637/20516 +s 782 +f 10423/10720/20517 13564/9583/20518 13563/13699/20519 +f 10423/10720/20517 13563/13699/20519 10416/10705/20520 +f 13563/13699/20519 13562/13698/20521 10416/10705/20520 +f 10416/10705/20520 13562/13698/20521 10417/10706/20522 +f 13562/13698/20521 13561/13697/20523 10417/10706/20522 +f 10417/10706/20522 13561/13697/20523 13560/13696/20524 +f 10417/10706/20522 13560/13696/20524 13559/13695/20525 +s 761 +f 10417/10706/20526 13559/13695/20353 13558/13694/20351 +s off +f 10417/10706/20527 13558/13694/20528 10425/10714/20529 +f 10425/10714/20530 13558/13694/20531 10426/9585/20532 +s 783 +f 10405/10695/20533 13500/9637/20534 13499/13644/20535 +f 10405/10695/20533 13499/13644/20535 10406/10696/20536 +f 13499/13644/20535 13498/13643/20537 10406/10696/20536 +f 10406/10696/20536 13498/13643/20537 10410/10700/20538 +f 13498/13643/20537 13497/13642/20539 10410/10700/20538 +f 10410/10700/20538 13497/13642/20539 13496/13641/20540 +f 10410/10700/20538 13496/13641/20540 10412/10701/20541 +f 10412/10701/20541 13496/13641/20540 13495/13640/20542 +f 10412/10701/20541 13495/13640/20542 13494/13639/20543 +f 10412/10701/20541 13494/13639/20543 13575/10716/20544 +f 13575/10716/20544 13494/13639/20543 9492/9639/20545 +s 784 +f 9453/9581/20546 13564/9583/20547 10423/10720/20548 +f 10429/9579/20549 9453/9581/20546 10423/10720/20548 +s 785 +f 13575/10716/20550 9492/9639/20551 9494/9641/20552 +f 10411/10707/20553 13575/10716/20550 9494/9641/20552 +f 10411/10707/20553 9494/9641/20552 13493/9643/20554 +s off +f 13570/10719/20555 13569/13704/20556 10427/10711/20557 +s 786 +f 13569/13704/20558 13568/13703/20559 10427/10711/20560 +f 10427/10711/20560 13568/13703/20559 10422/10709/20561 +f 10422/10709/20561 13568/13703/20559 13567/13702/20562 +f 10422/10709/20561 13567/13702/20562 13566/13701/20563 +f 10422/10709/20561 13566/13701/20563 10421/10710/20564 +f 10421/10710/20564 13566/13701/20563 13565/13700/20565 +f 10421/10710/20564 13565/13700/20565 10429/9579/20566 +s 787 +f 10411/10707/20567 13493/9643/20568 13492/13638/20569 +f 10411/10707/20567 13492/13638/20569 10420/10708/20570 +f 13492/13638/20569 13491/13637/20571 10420/10708/20570 +f 10420/10708/20570 13491/13637/20571 10407/10693/20572 +f 10407/10693/20572 13491/13637/20571 13490/13636/20573 +f 10407/10693/20572 13490/13636/20573 13489/13635/20574 +f 10407/10693/20572 13489/13635/20574 10404/10694/20575 +f 10404/10694/20575 13489/13635/20574 13488/13634/20576 +f 10404/10694/20575 13488/13634/20576 13576/10697/20577 +f 13576/10697/20577 13488/13634/20576 9497/9645/20578 +s 788 +f 10413/10718/20579 13472/13620/20580 13473/13621/20581 +f 10413/10718/20579 13473/13621/20581 13570/10719/20582 +s 789 +f 13576/10697/20583 9497/9645/20584 9499/9647/20585 +f 13576/10697/20583 9499/9647/20585 13487/9649/20586 +s 790 +f 13479/9655/20587 13478/13626/20588 10424/10704/20589 +f 10424/10704/20589 13478/13626/20588 10414/10702/20590 +f 13478/13626/20588 13477/13625/20591 10414/10702/20590 +f 10414/10702/20590 13477/13625/20591 13476/13624/20592 +f 10414/10702/20590 13476/13624/20592 10428/10717/20593 +f 10428/10717/20593 13476/13624/20592 13475/13623/20594 +f 10428/10717/20593 13475/13623/20594 13474/13622/20595 +f 10428/10717/20593 13474/13622/20595 10413/10718/20596 +f 10413/10718/20596 13474/13622/20595 13472/13620/20597 +s 791 +f 13487/9649/20598 13486/13633/20599 10408/10698/20600 +f 13486/13633/20599 13485/13632/20601 10408/10698/20600 +f 10408/10698/20600 13485/13632/20601 10409/10699/20602 +f 13485/13632/20601 13484/13631/20603 10409/10699/20602 +f 10409/10699/20602 13484/13631/20603 13483/13630/20604 +f 10409/10699/20602 13483/13630/20604 13482/13629/20605 +f 10409/10699/20602 13482/13629/20605 13481/13628/20606 +f 10409/10699/20602 13481/13628/20606 10415/10703/20607 +f 10415/10703/20607 13481/13628/20606 13480/13627/20608 +f 10415/10703/20607 13480/13627/20608 13577/10712/20609 +f 13577/10712/20609 13480/13627/20608 9501/9651/20610 +s 792 +f 13577/10712/20611 9501/9651/20612 9503/9653/20613 +f 13577/10712/20611 9503/9653/20613 13479/9655/20614 +s 793 +f 10854/11161/20615 10847/11153/20616 13436/13567/20617 +f 10848/11155/20618 13435/13569/20619 10847/11153/20616 +f 10847/11153/20616 13435/13569/20619 13436/13567/20617 +f 10850/11157/20620 13437/13593/20621 10848/11155/20618 +f 10848/11155/20618 13437/13593/20621 13435/13569/20619 +f 10851/11158/20622 13438/13592/20623 10850/11157/20620 +f 10850/11157/20620 13438/13592/20623 13437/13593/20621 +f 10873/11180/20624 13440/13590/20625 10851/11158/20622 +f 10851/11158/20622 13440/13590/20625 13438/13592/20623 +f 10874/11181/20626 13441/13588/20627 10873/11180/20624 +f 10873/11180/20624 13441/13588/20627 13440/13590/20625 +f 10876/11183/20628 13439/13587/20629 10874/11181/20626 +f 10874/11181/20626 13439/13587/20629 13441/13588/20627 +f 10877/11184/20630 13442/13586/20631 10876/11183/20628 +f 10876/11183/20628 13442/13586/20631 13439/13587/20629 +f 10879/11185/20632 13443/13584/20633 10877/11184/20630 +f 10877/11184/20630 13443/13584/20633 13442/13586/20631 +f 10869/11175/20634 13445/13583/20635 10879/11185/20632 +f 10879/11185/20632 13445/13583/20635 13443/13584/20633 +f 10870/11177/20636 13444/13582/20637 10869/11175/20634 +f 10869/11175/20634 13444/13582/20637 13445/13583/20635 +f 10872/11179/20638 13446/13580/20639 10870/11177/20636 +f 10870/11177/20636 13446/13580/20639 13444/13582/20637 +f 10859/11166/20640 13447/13579/20641 10872/11179/20638 +f 10872/11179/20638 13447/13579/20641 13446/13580/20639 +f 10861/11168/20642 13448/13577/20643 10859/11166/20640 +f 10859/11166/20640 13448/13577/20643 13447/13579/20641 +f 10862/11169/20644 13450/13576/20645 10861/11168/20642 +f 10861/11168/20642 13450/13576/20645 13448/13577/20643 +f 10863/11170/20646 13449/13574/20647 10862/11169/20644 +f 10862/11169/20644 13449/13574/20647 13450/13576/20645 +f 10865/11172/20648 13451/13573/20649 10863/11170/20646 +f 10863/11170/20646 13451/13573/20649 13449/13574/20647 +f 10866/11173/20650 13452/13572/20651 10865/11172/20648 +f 10865/11172/20648 13452/13572/20651 13451/13573/20649 +f 10867/11174/20652 13453/13570/20653 10866/11173/20650 +f 10866/11173/20650 13453/13570/20653 13452/13572/20651 +f 10856/11162/20654 13417/13618/20655 10867/11174/20652 +f 10867/11174/20652 13417/13618/20655 13453/13570/20653 +f 10857/11164/20656 13418/13617/20657 10856/11162/20654 +f 10856/11162/20654 13418/13617/20657 13417/13618/20655 +f 10858/11165/20658 13419/13615/20659 10857/11164/20656 +f 10857/11164/20656 13419/13615/20659 13418/13617/20657 +f 10838/11145/20660 13420/13614/20661 10858/11165/20658 +f 10858/11165/20658 13420/13614/20661 13419/13615/20659 +f 10840/11147/20662 13422/13613/20663 10838/11145/20660 +f 10838/11145/20660 13422/13613/20663 13420/13614/20661 +f 10841/11148/20664 13421/13611/20665 10840/11147/20662 +f 10840/11147/20662 13421/13611/20665 13422/13613/20663 +f 10833/11140/20666 13424/13610/20667 10841/11148/20664 +f 10841/11148/20664 13424/13610/20667 13421/13611/20665 +f 10834/11142/20668 13423/13608/20669 10833/11140/20666 +f 10833/11140/20666 13423/13608/20669 13424/13610/20667 +f 10836/11144/20670 13425/13607/20671 10834/11142/20668 +f 10834/11142/20668 13425/13607/20671 13423/13608/20669 +f 10829/11135/20672 13427/13605/20673 10836/11144/20670 +f 10836/11144/20670 13427/13605/20673 13425/13607/20671 +f 10830/11137/20674 13426/13604/20675 10829/11135/20672 +f 10829/11135/20672 13426/13604/20675 13427/13605/20673 +f 10831/11138/20676 13428/13603/20677 10830/11137/20674 +f 10830/11137/20674 13428/13603/20677 13426/13604/20675 +f 10832/11139/20678 13429/13601/20679 10831/11138/20676 +f 10831/11138/20676 13429/13601/20679 13428/13603/20677 +f 10844/11150/20680 13431/13600/20681 10832/11139/20678 +f 10832/11139/20678 13431/13600/20681 13429/13601/20679 +f 10845/11151/20682 13430/13599/20683 10844/11150/20680 +f 10844/11150/20680 13430/13599/20683 13431/13600/20681 +f 10846/11152/20684 13432/13597/20685 10845/11151/20682 +f 10845/11151/20682 13432/13597/20685 13430/13599/20683 +f 10853/11160/20686 13434/13596/20687 10846/11152/20684 +f 10846/11152/20684 13434/13596/20687 13432/13597/20685 +f 10854/11161/20615 13436/13567/20617 13433/13566/20688 +f 10854/11161/20615 13433/13566/20688 10853/11160/20686 +f 10853/11160/20686 13433/13566/20688 13434/13596/20687 +v 118.872963 -83.567558 94.000000 +v 119.456818 -84.420540 86.739998 +v 119.456818 -84.420540 94.000000 +v 120.158493 -85.179565 94.000000 +v 121.027634 -85.872681 94.000000 +v 121.923767 -86.387863 86.739998 +v 121.923767 -86.387871 94.000000 +v 122.885284 -86.767281 94.000000 +v 123.969078 -87.014648 86.739998 +v 123.969086 -87.014648 94.000000 +v 125.000000 -87.090004 86.739998 +v 125.000000 -87.090004 94.000000 +v 127.114716 -86.767281 86.739998 +v 127.114716 -86.767281 94.000000 +v 128.076233 -86.387863 86.739998 +v 128.076233 -86.387871 94.000000 +v 128.972366 -85.872681 94.000000 +v 129.841507 -85.179565 86.739998 +v 129.841507 -85.179565 94.000000 +v 130.543198 -84.420540 86.739998 +v 130.543182 -84.420540 94.000000 +v 131.609375 -82.565979 86.739998 +v 131.609375 -82.565979 94.000000 +v 131.912247 -81.577675 86.739998 +v 131.912231 -81.577675 94.000000 +v 132.068176 -79.444168 86.739998 +v 132.068176 -79.444160 94.000000 +v 131.912247 -78.422325 86.739998 +v 131.912231 -78.422325 94.000000 +v 131.127045 -76.432442 94.000000 +v 130.543198 -75.579460 86.739998 +v 130.543182 -75.579460 94.000000 +v 128.972366 -74.127319 94.000000 +v 128.076233 -73.612129 86.739998 +v 128.076233 -73.612129 94.000000 +v 127.114716 -73.232719 94.000000 +v 126.030914 -72.985352 86.739998 +v 126.030914 -72.985352 94.000000 +v 125.000000 -72.910004 86.739998 +v 125.000000 -72.910004 94.000000 +v 122.885284 -73.232719 86.739998 +v 122.885284 -73.232719 94.000000 +v 121.923767 -73.612129 86.739998 +v 121.923767 -73.612129 94.000000 +v 121.027626 -74.127319 94.000000 +v 120.158493 -74.820435 86.739998 +v 120.158493 -74.820435 94.000000 +v 119.456818 -75.579460 86.739998 +v 119.456818 -75.579460 94.000000 +v 118.390625 -77.434021 86.739998 +v 118.390625 -77.434021 94.000000 +v 118.087761 -78.422325 86.739998 +v 118.087761 -78.422325 94.000000 +v 117.931824 -79.444168 94.000000 +v 130.412689 -77.553307 94.000000 +v 129.223785 -75.951836 94.006721 +v 129.841507 -74.820435 94.000000 +v 130.412689 -82.446693 94.000000 +v 130.918594 -80.503746 94.000000 +v 128.478882 -75.296242 94.006721 +v 126.713150 -74.405975 94.006721 +v 129.501404 -73.984192 94.000000 +v 129.899246 -74.361122 94.000000 +v 129.923981 -74.549469 94.000000 +v 131.609375 -77.434021 94.000000 +v 130.748337 -78.503250 94.000000 +v 119.059998 -80.000000 94.000000 +v 117.749916 -80.501060 94.000000 +v 117.596794 -80.388618 94.000000 +v 119.892464 -77.146759 94.006721 +v 120.087906 -74.644066 94.000000 +v 120.250420 -74.120659 94.000000 +v 120.136673 -74.272820 94.000000 +v 121.932556 -75.018158 94.006721 +v 123.767426 -74.280846 94.006721 +v 125.754478 -74.108101 94.000000 +v 129.311981 -73.969635 94.000000 +v 131.860687 -77.045250 94.000000 +v 131.801254 -77.225677 94.000000 +v 128.532120 -84.775742 94.000000 +v 129.847168 -83.276115 94.006721 +v 117.458199 -80.141617 94.000000 +v 117.458199 -79.858383 94.000000 +v 117.596794 -79.611382 94.000000 +v 117.749916 -79.498940 94.000000 +v 120.080338 -74.454247 94.000000 +v 120.448128 -76.324615 94.006721 +v 118.872963 -76.432442 94.000000 +v 123.645973 -72.653839 94.000000 +v 123.808662 -72.751923 94.000000 +v 126.191338 -72.751923 94.000000 +v 126.354027 -72.653839 94.000000 +v 126.540146 -72.615776 94.000000 +v 129.675049 -74.061226 94.000000 +v 129.812958 -74.191879 94.000000 +v 131.856369 -76.855324 94.000000 +v 118.334221 -76.533020 94.000000 +v 120.408485 -74.015289 94.000000 +v 122.973755 -72.868889 94.000000 +v 122.898209 -73.043190 94.000000 +v 123.969086 -72.985352 94.000000 +v 118.198746 -82.774315 94.000000 +v 118.143631 -76.855324 94.000000 +v 118.139320 -77.045250 94.000000 +v 118.198746 -77.225677 94.000000 +v 118.590446 -76.412323 94.000000 +v 120.688019 -73.969635 94.000000 +v 120.871391 -74.019257 94.000000 +v 123.103226 -72.729866 94.000000 +v 123.459854 -72.615776 94.000000 +v 126.896774 -72.729866 94.000000 +v 131.409561 -76.412323 94.000000 +v 131.665787 -76.533020 94.000000 +v 131.788818 -76.677773 94.000000 +v 131.801254 -82.774315 94.000000 +v 131.127045 -83.567558 94.000000 +v 126.030914 -87.014648 94.000000 +v 120.087906 -85.355934 94.000000 +v 121.134743 -84.391785 94.006721 +v 118.139320 -82.954750 94.000000 +v 118.390625 -82.565979 94.000000 +v 127.026245 -72.868889 94.000000 +v 127.101791 -73.043190 94.000000 +v 132.068176 -80.555832 94.000000 +v 132.331451 -79.548622 94.000000 +v 119.892464 -82.853241 94.006721 +v 119.483727 -81.949020 94.006721 +v 118.087761 -81.577675 94.000000 +v 117.931824 -80.555832 94.000000 +v 118.169823 -83.236336 94.000000 +v 118.498558 -83.562271 94.000000 +v 118.266518 -83.399857 94.000000 +v 132.331451 -80.451378 94.000000 +v 132.509933 -80.231461 94.000000 +v 129.912094 -85.355934 94.000000 +v 129.919662 -85.545761 94.000000 +v 124.751701 -85.845192 94.006721 +v 125.743111 -85.803078 94.006721 +v 127.633904 -85.224030 94.006721 +v 122.818619 -85.428581 94.006721 +v 132.463272 -79.685394 94.000000 +v 129.812958 -85.808121 94.000000 +v 129.128601 -85.980743 94.000000 +v 123.103226 -87.270134 94.000000 +v 120.688019 -86.030357 94.000000 +v 131.860687 -82.954750 94.000000 +v 131.856369 -83.144669 94.000000 +v 131.409561 -83.587677 94.000000 +v 131.587677 -83.521637 94.000000 +v 127.026245 -87.131111 94.000000 +v 126.896774 -87.270134 94.000000 +v 126.635338 -87.379082 94.000000 +v 132.557968 -79.952332 94.000000 +v 131.733475 -83.399857 94.000000 +v 129.675049 -85.938774 94.000000 +v 129.501404 -86.015808 94.000000 +v 123.554543 -87.373146 94.000000 +v 123.364662 -87.379082 94.000000 +v 122.973755 -87.131111 94.000000 +v 120.871391 -85.980743 94.000000 +v 129.311981 -86.030357 94.000000 +v 126.445457 -87.373146 94.000000 +v 126.191338 -87.248077 94.000000 +v 123.731506 -87.304070 94.000000 +v 122.898209 -86.956810 94.000000 +v 120.408485 -85.984711 94.000000 +v 120.136673 -85.727180 94.000000 +v 120.080338 -85.545761 94.000000 +v 154.004593 -72.400742 89.329727 +v 154.215851 -73.248520 89.317108 +v 154.927124 -77.910049 89.067673 +v 154.618500 -75.308891 87.343567 +v 154.897095 -77.517235 87.680992 +v 154.201050 -73.122543 88.281067 +v 154.624802 -75.308090 89.149216 +v 154.201050 -73.122536 87.680992 +v 154.169449 -73.034943 87.355309 +v 154.897095 -77.517235 88.281067 +v 151.945541 -66.843750 89.317108 +v 152.762665 -68.631844 88.896599 +v 152.686462 -68.447517 88.498337 +v 151.716995 -66.387360 89.149216 +v 152.666611 -68.400040 87.680992 +v 151.719238 -66.385872 87.343567 +v 150.646591 -64.435524 87.680992 +v 150.589478 -64.361984 87.355309 +v 150.619858 -64.391563 88.498337 +v 150.873367 -64.843575 89.317108 +v 147.761475 -60.457344 88.498337 +v 146.806763 -59.397461 89.149216 +v 146.199097 -58.801178 89.149216 +v 147.727921 -60.418327 87.680992 +v 146.213211 -58.786797 87.500000 +v 144.581665 -57.272079 87.680992 +v 144.504623 -57.219780 87.355309 +v 144.542664 -57.238525 88.498337 +v 145.176636 -57.817741 89.317108 +v 144.151718 -56.911346 89.213837 +v 139.671021 -53.832054 89.149223 +v 138.609955 -53.288879 89.149216 +v 140.680389 -54.424133 88.705231 +v 138.614136 -53.280769 87.343567 +v 136.599960 -52.333397 87.680992 +v 136.510529 -52.307465 87.355309 +v 136.552490 -52.313538 88.498337 +v 137.643967 -52.810326 89.317108 +v 135.900543 -52.068062 89.329727 +v 131.197388 -50.661613 89.317108 +v 129.689835 -50.387932 89.149216 +v 132.009567 -50.830391 88.705231 +v 131.877457 -50.798958 87.680992 +v 129.693024 -50.369339 87.500000 +v 127.482765 -50.102913 87.680992 +v 127.389694 -50.105888 87.355309 +v 127.431480 -50.098694 88.498337 +v 128.960815 -50.276939 89.317108 +v 126.922897 -50.063782 89.213837 +v 122.165443 -50.134216 89.149216 +v 122.652588 -50.091980 88.705231 +v 119.917252 -50.448112 89.317108 +v 120.306969 -50.369339 87.500000 +v 122.517235 -50.102913 87.680992 +v 118.034943 -50.830551 87.355309 +v 118.122543 -50.798958 87.680992 +v 118.072464 -50.810799 88.498337 +v 117.577988 -50.934753 89.213837 +v 113.393982 -52.351326 89.317108 +v 113.400040 -52.333397 88.281067 +v 111.380280 -53.269814 87.500000 +v 113.400040 -52.333397 87.680992 +v 109.361984 -54.410522 87.355309 +v 109.435532 -54.353416 87.680992 +v 109.435532 -54.353416 88.281067 +v 111.336189 -53.308258 89.317108 +v 109.100090 -54.560013 89.067673 +v 102.439896 -60.246765 89.317108 +v 105.457352 -57.238525 88.498337 +v 105.718475 -57.016899 89.067673 +v 103.793625 -58.793251 89.149216 +v 103.795502 -58.795502 87.343567 +v 105.418335 -57.272079 87.680992 +v 102.272079 -60.418327 87.680992 +v 102.219780 -60.495377 87.355309 +v 102.272079 -60.418335 88.281067 +v 99.380150 -64.391563 88.498337 +v 98.285202 -66.387810 89.149216 +v 99.353416 -64.435524 87.680992 +v 98.280777 -66.385872 87.343567 +v 97.333397 -68.400040 87.680992 +v 97.307465 -68.489471 87.355309 +v 97.313538 -68.447517 88.498337 +v 97.575912 -67.872833 89.317108 +v 95.810806 -73.072464 88.498337 +v 95.549591 -74.358917 89.317108 +v 95.390114 -75.310135 89.149216 +v 95.798965 -73.122536 87.680992 +v 95.381508 -75.308891 87.343567 +v 95.102913 -77.517235 87.680992 +v 95.105881 -77.610306 87.355309 +v 95.098694 -77.568520 88.498337 +v 95.207306 -76.602379 89.317108 +v 95.066696 -78.264412 89.329727 +v 95.207306 -83.397621 89.317108 +v 95.390114 -84.689865 89.149216 +v 95.091980 -82.347412 88.705231 +v 95.102913 -82.482765 87.680992 +v 95.369347 -84.693031 87.500000 +v 95.798965 -86.877457 87.680992 +v 95.830551 -86.965057 87.355309 +v 95.810806 -86.927536 88.498337 +v 95.549591 -85.641083 89.317108 +v 95.934753 -87.422012 89.213837 +v 97.575912 -92.127167 89.317108 +v 98.285202 -93.612198 89.149216 +v 97.281174 -91.474609 88.705231 +v 97.333397 -91.599960 87.680992 +v 98.269806 -93.619720 87.500000 +v 99.353416 -95.564468 87.680992 +v 99.410522 -95.638016 87.355309 +v 99.380150 -95.608437 88.498337 +v 98.571617 -94.166489 89.317108 +v 99.650841 -96.040405 89.213837 +v 102.429214 -99.762589 89.149223 +v 103.998413 -101.402855 89.317108 +v 102.272079 -99.581665 88.281067 +v 103.786797 -101.213203 87.500000 +v 102.272079 -99.581665 87.680992 +v 105.495377 -102.780220 87.355309 +v 105.418335 -102.727921 87.680992 +v 105.418335 -102.727921 88.281067 +v 105.718475 -102.983101 89.067673 +v 113.393982 -107.648674 89.317108 +v 109.356659 -105.581917 89.317108 +v 109.319603 -105.575867 88.705231 +v 109.435532 -105.646584 87.680992 +v 111.385872 -106.719223 87.343567 +v 113.400040 -107.666603 88.281067 +v 111.381165 -106.728294 89.149216 +v 113.400040 -107.666603 87.680992 +v 113.489471 -107.692535 87.355309 +v 118.072464 -109.189194 88.498337 +v 120.308601 -109.618347 89.149216 +v 118.122543 -109.201035 87.680992 +v 120.306969 -109.630653 87.500000 +v 122.517235 -109.897087 87.680992 +v 122.610306 -109.894119 87.355309 +v 122.568520 -109.901306 88.498337 +v 122.166786 -109.851662 89.317108 +v 127.431480 -109.901306 88.498337 +v 128.962677 -109.737137 89.149216 +v 129.689835 -109.612068 89.149216 +v 127.482765 -109.897087 87.680992 +v 129.693024 -109.630653 87.500000 +v 131.877457 -109.201035 87.680992 +v 131.965057 -109.169449 87.355309 +v 131.927536 -109.189194 88.498337 +v 131.197388 -109.338387 89.317108 +v 132.422012 -109.065247 89.213837 +v 137.649963 -107.202545 89.149223 +v 138.609955 -106.711121 89.149216 +v 136.474609 -107.718826 88.705231 +v 136.599960 -107.666603 87.680992 +v 138.614136 -106.719223 87.343567 +v 140.564468 -105.646584 87.680992 +v 140.638016 -105.589478 87.355309 +v 140.608444 -105.619850 88.498337 +v 139.664078 -106.155563 89.317108 +v 141.190231 -105.236702 89.329727 +v 145.176636 -102.182251 89.317108 +v 146.199097 -101.198822 89.149216 +v 144.478592 -102.816330 88.705231 +v 144.581665 -102.727921 87.680992 +v 146.213211 -101.213203 87.500000 +v 147.727921 -99.581665 87.680992 +v 147.780228 -99.504623 87.355309 +v 147.761475 -99.542648 88.498337 +v 146.796448 -100.592789 89.317108 +v 148.088654 -99.151726 89.213837 +v 150.885620 -95.163597 89.149216 +v 151.716995 -93.612640 89.149216 +v 150.575867 -95.680405 88.705231 +v 150.646591 -95.564468 87.680992 +v 151.719238 -93.614128 87.343567 +v 152.666611 -91.599960 87.680992 +v 152.692535 -91.510529 87.355309 +v 152.686462 -91.552483 88.498337 +v 109.351555 -63.143951 86.500000 +v 110.035782 -62.533684 86.500000 +v 147.421997 -74.876068 86.500000 +v 147.608383 -75.773766 86.500000 +v 118.226463 -101.979973 86.500000 +v 117.355843 -101.692551 86.500000 +v 104.920677 -68.783020 93.500000 +v 105.198624 -68.299347 90.000000 +v 106.227470 -66.711205 90.000000 +v 104.368225 -69.834869 89.000000 +v 103.570709 -71.698486 93.500000 +v 104.451828 -69.666901 89.465477 +v 104.633537 -69.313431 89.760506 +v 104.041748 -70.526268 93.500000 +v 102.194687 -82.823822 93.500000 +v 102.330833 -83.887016 93.500000 +v 102.578018 -85.123932 89.000000 +v 102.174332 -82.826431 86.500000 +v 102.578018 -85.123924 86.500000 +v 102.757538 -85.854286 89.871269 +v 102.742142 -85.795502 93.500000 +v 103.302208 -87.666313 93.656433 +v 103.553139 -88.308563 90.000000 +v 102.671043 -85.515221 89.683372 +v 105.880852 -92.785080 89.000000 +v 106.240128 -93.279434 93.500000 +v 105.822861 -92.697929 89.352852 +v 105.634521 -92.408798 89.686447 +v 105.944275 -92.879425 93.500000 +v 104.041748 -89.473732 93.500000 +v 104.736717 -90.881149 90.000000 +v 104.920677 -91.216980 93.500000 +v 120.151779 -102.495804 93.656433 +v 120.079536 -102.467514 90.000000 +v 119.328934 -102.289886 89.976044 +v 118.261475 -102.003609 93.656433 +v 117.362740 -101.673019 93.500000 +v 118.361458 -102.021118 89.423409 +v 118.226456 -101.979973 89.000000 +v 122.077026 -102.825928 93.656433 +v 122.877823 -102.901886 90.000000 +v 125.976669 -102.991577 93.656433 +v 124.767624 -102.998825 90.000000 +v 124.023331 -102.991577 93.656433 +v 122.879532 -102.881882 93.500000 +v 126.512634 -102.950211 89.000000 +v 128.524994 -102.710220 93.500000 +v 126.080811 -102.974594 89.675400 +v 127.922974 -102.825928 93.656433 +v 140.195526 -97.265465 93.500000 +v 140.656067 -96.848961 89.117355 +v 138.860596 -98.354401 86.500000 +v 140.648453 -96.856049 86.500000 +v 142.894821 -94.449059 93.500000 +v 142.918854 -94.419250 90.000000 +v 141.604996 -95.914597 93.500000 +v 141.381348 -96.144699 89.952637 +v 140.940796 -96.579834 89.683372 +v 145.894699 -89.613091 86.500000 +v 145.631775 -90.165123 86.500000 +v 145.631775 -90.165123 89.000000 +v 145.958252 -89.473732 93.500000 +v 145.554642 -90.320221 89.448402 +v 145.320206 -90.774467 89.808174 +v 144.065933 -92.886314 93.656433 +v 145.079330 -91.216980 93.500000 +v 144.554993 -92.107941 90.000000 +v 146.686188 -72.337784 93.500000 +v 146.917664 -73.027489 90.000000 +v 147.257858 -74.204506 93.500000 +v 147.173355 -73.890884 89.945610 +v 147.287033 -74.317719 89.790253 +v 147.366043 -74.637192 89.548706 +v 147.421982 -74.876076 89.000000 +v 145.958252 -70.526268 93.500000 +v 145.894699 -70.386909 90.000000 +v 145.033752 -68.701828 90.000000 +v 145.079330 -68.783020 93.500000 +v 142.918854 -65.580750 86.500000 +v 144.119141 -67.214912 86.500000 +v 144.119141 -67.214920 89.000000 +v 142.894821 -65.550934 93.500000 +v 144.222809 -67.371315 89.465477 +v 144.055725 -67.120575 93.500000 +v 131.763596 -58.016968 89.117355 +v 133.959305 -58.831963 93.500000 +v 133.575699 -58.658554 93.500000 +v 131.734924 -58.008163 93.500000 +v 133.965073 -58.819176 86.500000 +v 131.773544 -58.020027 86.500000 +v 130.791046 -57.740982 89.952637 +v 127.921410 -57.186287 93.500000 +v 128.528000 -57.272194 90.000000 +v 129.845627 -57.516228 93.500000 +v 131.388153 -57.904945 89.683372 +v 125.976151 -57.020721 93.500000 +v 122.877823 -57.098114 86.500000 +v 123.487366 -57.049797 86.500000 +v 123.487366 -57.049797 89.000000 +v 122.078590 -57.186287 93.500000 +v 123.591843 -57.043152 89.352852 +v 123.936409 -57.024605 89.686447 +v 124.407768 -57.007965 89.888107 +v 124.023849 -57.020721 93.500000 +v 125.708282 -57.010910 90.000000 +v 108.002792 -64.505005 90.000000 +v 108.386124 -64.076881 93.656433 +v 108.622665 -63.851868 89.945610 +v 109.804474 -62.734543 93.500000 +v 110.042664 -62.542229 93.500000 +v 109.248421 -63.240295 89.423409 +v 109.351555 -63.143959 89.000000 +v 107.105179 -65.550934 93.500000 +v 105.944275 -67.120575 93.500000 +v 102.000000 -80.000000 86.500000 +v 102.174332 -77.173569 86.500000 +v 102.082855 -78.049461 93.500000 +v 102.694672 -74.389984 86.500000 +v 104.368225 -69.834869 86.500000 +v 103.553139 -71.691437 86.500000 +v 103.370331 -72.266083 86.500000 +v 103.313820 -72.337784 93.500000 +v 102.742142 -74.204506 93.500000 +v 102.330833 -76.112976 93.500000 +v 111.323441 -61.508072 93.500000 +v 112.295609 -60.827148 86.500000 +v 114.748016 -59.411247 86.500000 +v 112.940933 -60.414825 93.500000 +v 117.355843 -58.307442 86.500000 +v 116.424301 -58.658554 93.500000 +v 115.433243 -59.121216 86.500000 +v 114.645309 -59.462708 93.500000 +v 120.154381 -57.516228 93.500000 +v 120.074951 -57.533798 86.500000 +v 118.265076 -58.008163 93.500000 +v 117.362740 -58.326981 93.500000 +v 135.354691 -59.462708 93.500000 +v 134.566757 -59.118774 86.500000 +v 136.491013 -60.097496 93.500000 +v 136.500000 -60.081421 86.500000 +v 137.059067 -60.414825 93.500000 +v 138.860596 -61.645607 86.500000 +v 141.011078 -63.488029 86.500000 +v 140.195511 -62.734543 93.500000 +v 138.676559 -61.508072 93.500000 +v 141.604996 -64.085403 93.500000 +v 140.997009 -63.502708 93.500000 +v 147.669174 -76.112976 93.500000 +v 147.956375 -78.584099 86.500000 +v 147.917145 -78.049461 93.500000 +v 148.000000 -80.000000 93.500000 +v 147.956375 -81.415901 86.500000 +v 147.917145 -81.950531 93.500000 +v 147.608383 -84.226242 86.500000 +v 146.697800 -87.666313 93.656433 +v 146.899139 -86.966835 93.500000 +v 146.917664 -86.972511 86.500000 +v 147.257858 -85.795494 93.500000 +v 147.669174 -83.887016 93.500000 +v 138.676559 -98.491936 93.500000 +v 136.500000 -99.918587 86.500000 +v 131.734924 -101.991837 93.500000 +v 131.294250 -102.121994 86.500000 +v 133.575699 -101.341446 93.500000 +v 133.965073 -101.180832 86.500000 +v 134.566757 -100.881226 86.500000 +v 135.354691 -100.537292 93.500000 +v 137.059067 -99.585175 93.500000 +v 129.845627 -102.483772 93.500000 +v 129.727615 -102.465088 86.500000 +v 128.528000 -102.727806 86.500000 +v 116.424301 -101.341446 93.500000 +v 115.433243 -100.878784 86.500000 +v 114.748016 -100.588760 86.500000 +v 114.645309 -100.537292 93.500000 +v 112.295609 -99.172852 86.500000 +v 112.934479 -99.595657 93.656433 +v 110.035782 -97.466309 86.500000 +v 111.323441 -98.491936 93.500000 +v 108.598412 -96.072556 86.500000 +v 109.804482 -97.265465 93.500000 +v 105.880852 -92.785080 86.500000 +v 106.227470 -93.288803 86.500000 +v 107.597580 -94.991447 86.500000 +v 107.105179 -94.449059 93.500000 +v 108.002792 -95.494995 86.500000 +v 108.015717 -95.483627 93.500000 +v 108.395004 -95.914597 93.500000 +v 102.082855 -81.950531 93.500000 +v 102.000000 -80.000000 93.500000 +v 113.666489 -76.056442 86.500000 +v 113.172607 -77.971985 86.500000 +v 115.918030 -87.843323 86.500000 +v 117.071907 -89.008072 86.500000 +v 127.251534 -91.786880 86.500000 +v 128.513870 -91.473999 86.500000 +v 136.333511 -83.943558 86.500000 +v 136.612793 -83.023735 86.500000 +v 133.663467 -71.696732 86.500000 +v 122.748466 -68.213120 89.000000 +v 122.471848 -68.269341 92.263931 +v 124.490707 -68.010811 90.000000 +v 123.477303 -68.109009 92.417870 +v 123.568497 -68.086121 89.947769 +v 123.004112 -68.167145 89.629448 +v 122.748466 -68.213120 86.500000 +v 122.471848 -68.269341 86.500000 +v 126.522705 -68.109009 92.417870 +v 125.508789 -68.022720 92.417870 +v 124.491211 -68.022720 92.417870 +v 128.513870 -68.526001 86.500000 +v 127.670845 -68.300995 86.500000 +v 127.670845 -68.300995 89.000000 +v 127.557220 -68.275635 89.427757 +v 128.513870 -68.526001 92.263931 +v 127.252304 -68.213257 89.767136 +v 127.037567 -68.174492 89.888588 +v 127.525635 -68.280991 92.417870 +v 126.528046 -68.097687 90.000000 +v 134.327148 -72.468849 92.417870 +v 134.562286 -72.749992 89.932724 +v 134.932236 -73.286980 92.417870 +v 133.663467 -71.696724 92.263931 +v 134.336258 -72.461151 89.749847 +v 134.081970 -72.156677 89.000000 +v 135.923889 -75.062096 92.417870 +v 135.934738 -75.057182 90.000000 +v 135.465759 -74.153473 92.417870 +v 136.612793 -76.976257 86.500000 +v 136.467056 -76.463524 86.500000 +v 136.467056 -76.463524 89.000000 +v 136.612793 -76.976257 92.263931 +v 136.432205 -76.352432 89.427757 +v 136.150131 -75.564415 89.983315 +v 136.303299 -76.006294 92.417870 +v 135.923889 -84.937904 92.417870 +v 136.303299 -83.993706 92.417870 +v 136.103241 -84.551163 89.889030 +v 136.601257 -83.020737 92.417870 +v 136.216919 -84.263870 89.705559 +v 136.333511 -83.943558 89.000000 +v 133.663467 -88.303268 86.500000 +v 133.796204 -88.162521 86.500000 +v 133.796204 -88.162521 89.000000 +v 133.663467 -88.303268 92.263931 +v 133.874985 -88.076797 89.427757 +v 134.081467 -87.843918 89.767136 +v 134.327148 -87.531151 92.417870 +v 134.327026 -87.549797 89.948105 +v 134.942123 -86.719696 90.000000 +v 134.932236 -86.713020 92.417870 +v 135.465759 -85.846527 92.417870 +v 135.872192 -85.078911 90.000000 +v 128.513870 -91.473999 92.263931 +v 127.525635 -91.719009 92.417870 +v 126.522705 -91.890984 92.417870 +v 127.251534 -91.786880 89.000000 +v 126.771690 -91.868347 89.807594 +v 122.662575 -91.770149 89.698738 +v 122.471840 -91.730659 92.263931 +v 123.037300 -91.838409 89.922195 +v 123.294708 -91.878082 89.986420 +v 123.477303 -91.890984 92.417870 +v 124.491211 -91.977280 92.417870 +v 124.490707 -91.989182 90.000000 +v 125.508789 -91.977280 92.417870 +v 120.525726 -91.134674 86.500000 +v 122.329155 -91.698997 86.500000 +v 122.338615 -91.701157 89.125977 +v 120.525726 -91.134674 92.263931 +v 122.459419 -91.727951 89.453400 +v 121.489616 -91.462601 92.417870 +v 117.071907 -89.008064 92.263931 +v 116.345131 -88.295021 92.417870 +v 115.913376 -87.837944 89.110924 +v 115.067757 -86.713020 92.417870 +v 115.165436 -86.876144 90.000000 +v 115.672844 -87.531151 92.417870 +v 115.565216 -87.415184 89.847778 +v 115.717445 -87.604881 89.680054 +v 113.696709 -83.993706 92.417870 +v 113.926407 -84.623375 90.000000 +v 114.076118 -84.937904 92.417870 +v 114.534233 -85.846527 92.417870 +v 114.523834 -85.852341 90.000000 +v 113.532944 -83.536476 89.000000 +v 113.172607 -82.028015 92.263931 +v 113.172607 -82.028008 86.500000 +v 113.532944 -83.536476 86.500000 +v 113.561752 -83.628555 89.390869 +v 113.642052 -83.872574 89.709213 +v 113.398735 -83.020737 92.417870 +v 113.685471 -76.002319 92.263931 +v 113.677277 -76.025574 89.236397 +v 113.398735 -76.979271 92.417870 +v 113.172607 -77.971985 92.263931 +v 114.523834 -74.147659 90.000000 +v 114.076118 -75.062096 92.417870 +v 114.127800 -74.921089 90.000000 +v 115.672844 -72.468849 92.417870 +v 115.459244 -72.721672 90.000000 +v 115.067757 -73.286980 92.417870 +v 114.534233 -74.153473 92.417870 +v 117.071907 -70.991936 86.500000 +v 116.203796 -71.837479 86.500000 +v 116.203796 -71.837479 89.000000 +v 116.164375 -71.880165 89.305519 +v 117.071899 -70.991936 92.263931 +v 116.043655 -72.013519 89.596870 +v 115.877243 -72.204361 89.807533 +v 116.345131 -71.704979 92.417870 +v 115.663574 -72.461365 89.955307 +v 113.043228 -81.017670 92.263931 +v 113.000000 -80.000000 86.500000 +v 117.864403 -89.647964 92.263931 +v 118.708313 -90.218346 86.500000 +v 118.714561 -90.208199 92.417870 +v 119.597557 -90.715111 92.263931 +v 129.474274 -91.134674 92.263931 +v 130.402451 -90.715111 86.500000 +v 130.397079 -90.704468 92.417870 +v 131.291687 -90.218346 92.263931 +v 132.135605 -89.647964 86.500000 +v 132.128510 -89.638382 92.417870 +v 132.928101 -89.008072 92.263931 +v 136.827393 -82.028008 92.263931 +v 136.956772 -81.017670 86.500000 +v 136.944901 -81.016663 92.417870 +v 137.000000 -80.000000 92.263931 +v 136.956772 -78.982330 86.500000 +v 136.944901 -78.983337 92.417870 +v 136.827393 -77.971985 92.263931 +v 132.928101 -70.991936 92.263931 +v 132.135605 -70.352036 86.500000 +v 132.128510 -70.361618 92.417870 +v 131.291687 -69.781647 92.263931 +v 130.402451 -69.284882 86.500000 +v 130.397079 -69.295532 92.417870 +v 129.474274 -68.865326 92.263931 +v 121.486130 -68.526001 92.263931 +v 120.525726 -68.865326 86.500000 +v 120.530167 -68.876389 92.417870 +v 119.597557 -69.284882 92.263931 +v 118.708313 -69.781647 86.500000 +v 118.714561 -69.791801 92.417870 +v 117.864403 -70.352036 92.263931 +v 113.043228 -78.982330 92.263931 +v 113.011917 -80.000000 92.417870 +v 154.215851 -86.751480 89.317108 +v 154.201050 -86.877457 88.281067 +v 154.618500 -84.691109 87.343567 +v 154.201050 -86.877457 87.680992 +v 154.897095 -82.482765 87.680992 +v 154.894119 -82.389694 87.355309 +v 154.897095 -82.482765 88.281067 +v 154.624802 -84.691910 89.149216 +v 142.214005 -96.498291 94.487686 +v 145.401291 -95.330566 94.500000 +v 143.672867 -95.077278 94.500000 +v 144.754639 -93.351791 94.487686 +v 145.815765 -91.628387 94.487686 +v 148.477310 -90.002747 94.500000 +v 146.726944 -89.821198 94.487686 +v 148.225601 -86.047470 94.500000 +v 149.777832 -86.107185 94.500000 +v 148.500610 -84.029579 94.487686 +v 150.519379 -80.000000 94.500000 +v 148.757675 -82.022079 94.487686 +v 148.843567 -80.000000 94.487686 +v 148.654785 -75.943977 94.500000 +v 149.777832 -73.892815 94.500000 +v 148.074203 -73.991943 94.487686 +v 147.481567 -72.056755 94.487686 +v 148.477310 -69.997253 94.500000 +v 146.869492 -70.114372 94.500000 +v 146.568726 -66.360764 94.500000 +v 144.884232 -66.560608 94.500000 +v 107.673050 -63.393463 94.500000 +v 104.598717 -64.669434 94.500000 +v 106.448853 -65.020996 94.487686 +v 105.245377 -66.648209 94.487686 +v 102.403717 -68.140556 94.500000 +v 104.184235 -68.371613 94.487686 +v 100.793945 -71.918831 94.500000 +v 103.130516 -70.114372 94.500000 +v 101.774406 -73.952530 94.500000 +v 101.345215 -75.943977 94.500000 +v 99.563377 -77.946541 94.500000 +v 101.242332 -77.977921 94.487686 +v 101.156433 -80.000000 94.487686 +v 99.563377 -82.053459 94.500000 +v 101.086456 -82.035339 94.500000 +v 99.811096 -84.093597 94.500000 +v 101.774406 -86.047470 94.500000 +v 103.130516 -89.885628 94.500000 +v 104.047661 -91.704681 94.500000 +v 105.115768 -93.439392 94.500000 +v 104.598717 -95.330566 94.500000 +v 106.448853 -94.979004 94.487686 +v 141.139618 -60.232567 94.500000 +v 142.326950 -63.393463 94.500000 +v 137.759689 -57.899574 94.500000 +v 139.271194 -60.704071 94.500000 +v 135.804901 -58.569778 94.500000 +v 134.049301 -56.138969 94.500000 +v 133.890228 -57.875816 94.487686 +v 131.981934 -57.201569 94.487686 +v 130.104523 -54.996353 94.500000 +v 130.023346 -56.691589 94.487686 +v 128.028549 -56.349548 94.487686 +v 126.011948 -56.177917 94.487686 +v 121.951576 -56.194389 94.500000 +v 119.865707 -54.850571 94.488869 +v 115.950706 -56.138969 94.500000 +v 117.972252 -57.051994 94.500000 +v 114.195114 -58.569778 94.500000 +v 112.240311 -57.899574 94.500000 +v 112.498642 -59.696503 94.487686 +v 110.821823 -60.829842 94.487686 +v 109.247162 -62.101295 94.487686 +v 107.322105 -61.595367 94.500000 +v 108.860382 -99.767441 94.500000 +v 107.673050 -96.606537 94.500000 +v 110.728806 -99.295929 94.500000 +v 112.498642 -100.303497 94.487686 +v 114.265533 -101.290535 94.487686 +v 115.950706 -103.861031 94.500000 +v 116.109772 -102.124184 94.487686 +v 118.018059 -102.798424 94.487686 +v 119.976654 -103.308403 94.487686 +v 121.923981 -105.333313 94.500000 +v 121.971443 -103.650444 94.487686 +v 126.027557 -105.498680 94.500000 +v 123.981415 -103.978378 94.500000 +v 128.048431 -103.805611 94.500000 +v 132.099930 -104.511826 94.500000 +v 130.056305 -103.461327 94.500000 +v 133.948563 -102.269333 94.500000 +v 135.804901 -101.430222 94.500000 +v 137.834076 -102.229279 94.488869 +v 137.501358 -100.303497 94.487686 +v 139.178177 -99.170158 94.487686 +v 141.139618 -99.767441 94.500000 +v 140.752838 -97.898705 94.487686 +v 126.968552 -102.465088 86.500000 +v 134.566757 -102.465088 86.500000 +v 126.102325 -108.981010 86.500008 +v 126.100006 -111.521156 86.507393 +v 105.632767 -55.214722 86.500000 +v 123.900002 -48.478844 86.507393 +v 125.000000 -48.564514 86.500000 +v 134.566757 -57.534912 86.500000 +v 151.078400 -97.587395 86.500000 +v 140.664230 -95.499496 86.500000 +v 145.506104 -100.506096 86.500000 +v 140.450562 -94.159790 86.500000 +v 140.013596 -92.875450 86.500000 +v 145.234924 -88.848763 86.500000 +v 139.365906 -91.683411 86.500000 +v 138.526108 -90.617950 86.500000 +v 137.518356 -89.709702 86.500000 +v 136.371628 -88.984802 86.500000 +v 134.566757 -87.733910 86.500000 +v 135.118896 -88.464081 86.500000 +v 155.236847 -88.667938 86.500000 +v 150.839188 -93.165726 86.500000 +v 134.081970 -72.156677 86.500000 +v 153.980576 -78.898201 86.500008 +v 137.701721 -83.808212 86.500000 +v 139.072891 -83.909142 86.500000 +v 153.642960 -84.536598 86.500000 +v 156.435486 -78.899994 86.500000 +v 140.406525 -84.243362 86.500000 +v 141.663254 -84.800995 86.500000 +v 142.805923 -85.565575 86.500000 +v 144.988022 -73.699318 86.500000 +v 143.657272 -73.435570 86.500000 +v 142.301086 -73.400467 86.500000 +v 140.958466 -73.595016 86.500000 +v 139.668030 -74.013641 86.500000 +v 138.466888 -74.644279 86.500000 +v 137.389572 -75.468811 86.500000 +v 152.903854 -72.093163 86.500008 +v 146.255066 -74.184135 86.500000 +v 135.421860 -69.767097 86.500000 +v 136.378128 -68.779236 86.500000 +v 137.489410 -67.969704 86.500000 +v 138.722885 -67.362404 86.500000 +v 140.042145 -66.975273 86.500000 +v 141.408203 -66.819756 86.500000 +v 142.926743 -57.201782 86.500008 +v 154.557007 -69.239738 86.500000 +v 147.798187 -62.073853 86.500008 +v 149.785278 -60.632767 86.500000 +v 150.839188 -66.834274 86.500000 +v 142.780716 -66.900421 86.500000 +v 142.587402 -53.921593 86.500000 +v 138.165726 -54.160812 86.500000 +v 133.667938 -49.763153 86.500000 +v 125.000000 -57.534912 86.500000 +v 123.031448 -57.534912 86.500000 +v 116.332062 -49.763153 86.500000 +v 115.433243 -57.534912 86.500000 +v 114.213264 -50.361511 86.507393 +v 111.834274 -54.160812 86.500000 +v 104.765076 -71.151237 86.500000 +v 98.921600 -62.412605 86.500000 +v 100.905937 -63.857193 86.500008 +v 104.493904 -59.493896 86.500000 +v 97.779488 -69.993340 86.500008 +v 94.763161 -71.332062 86.500000 +v 97.782257 -72.266083 86.500000 +v 97.097008 -72.092606 86.500008 +v 97.782257 -87.733917 86.500000 +v 93.564514 -81.099998 86.500000 +v 96.357040 -75.463402 86.500000 +v 107.219284 -93.099571 86.500000 +v 95.361519 -90.786736 86.507393 +v 97.779663 -90.006195 86.500000 +v 100.905212 -96.142609 86.500008 +v 102.201813 -97.926147 86.500008 +v 100.214722 -99.367233 86.500000 +v 107.362244 -106.147713 86.507393 +v 111.834274 -105.839188 86.500000 +v 115.433243 -102.465088 86.500000 +v 115.433243 -109.944794 86.500000 +v 126.512634 -102.950211 86.500000 +v 116.332062 -110.236839 86.500000 +v 133.667938 -110.236839 86.500000 +v 129.536606 -108.642960 86.500000 +v 135.786743 -109.638481 86.507393 +v 144.367233 -104.785278 86.500000 +v 138.165726 -105.839188 86.500000 +v 143.800827 -86.514519 86.500000 +v 144.618530 -87.619797 86.500000 +v 134.648865 -70.904106 86.500000 +v 126.799934 -72.266090 86.500000 +v 129.537460 -59.539528 86.500000 +v 128.643661 -60.560120 86.500000 +v 130.590851 -58.684631 86.500000 +v 127.095253 -65.659477 86.500000 +v 127.270660 -67.004730 86.500000 +v 127.935181 -61.717056 86.500000 +v 127.432358 -62.977081 86.500000 +v 127.149673 -64.303932 86.500000 +v 125.000000 -96.072556 86.500000 +v 129.173843 -96.831291 86.500000 +v 127.454208 -101.948334 86.500000 +v 128.210327 -100.800049 86.500000 +v 129.083038 -98.203171 86.500000 +v 128.758667 -99.539246 86.500000 +v 126.929291 -87.532928 86.500000 +v 128.052841 -92.904114 86.500000 +v 128.651016 -94.142044 86.500000 +v 129.028397 -95.464127 86.500000 +v 119.409157 -101.315361 86.500000 +v 120.462540 -100.460464 86.500000 +v 121.356331 -99.439880 86.500000 +v 122.064827 -98.282944 86.500000 +v 122.567642 -97.022926 86.500000 +v 122.850327 -95.696068 86.500000 +v 114.578140 -90.232903 86.500000 +v 113.621880 -91.220764 86.500000 +v 112.510597 -92.030296 86.500000 +v 111.277107 -92.637596 86.500000 +v 109.957855 -93.024727 86.500000 +v 108.591797 -93.180252 86.500000 +v 125.000000 -87.733910 86.500000 +v 115.351135 -89.095894 86.500000 +v 122.904747 -94.340523 86.500000 +v 122.729340 -92.995270 86.500000 +v 103.744934 -85.815865 86.500000 +v 105.011986 -86.300682 86.500000 +v 106.342735 -86.564430 86.500000 +v 107.597580 -87.733910 86.500000 +v 107.698921 -86.599533 86.500000 +v 106.199188 -73.485481 86.500000 +v 105.381470 -72.380203 86.500000 +v 115.433235 -72.266075 86.500000 +v 112.298294 -76.191788 86.500000 +v 108.336754 -75.199005 86.500000 +v 107.194077 -74.434425 86.500000 +v 109.041534 -86.404976 86.500000 +v 115.433235 -87.118973 86.500000 +v 110.331970 -85.986359 86.500000 +v 111.533119 -85.355721 86.500000 +v 110.927116 -76.090851 86.500000 +v 109.593475 -75.756638 86.500000 +v 112.610435 -84.531189 86.500000 +v 110.634094 -68.316589 86.500000 +v 111.473892 -69.382050 86.500000 +v 112.481644 -70.290298 86.500000 +v 113.628372 -71.015198 86.500000 +v 114.881096 -71.535919 86.500000 +v 109.335777 -64.500504 86.500000 +v 109.549438 -65.840202 86.500000 +v 109.986404 -67.124550 86.500000 +v 125.000000 -72.266090 86.500000 +v 120.971596 -64.535881 86.500000 +v 120.826164 -63.168709 86.500000 +v 120.916969 -61.796829 86.500000 +v 121.241333 -60.460754 86.500000 +v 121.947159 -67.095886 86.500000 +v 121.348976 -65.857956 86.500000 +v 121.789673 -59.199951 86.500000 +v 122.545799 -58.051666 86.500000 +v 119.869873 -74.295433 86.500000 +v 124.103470 -72.725037 86.500000 +v 123.738571 -72.432365 86.500000 +v 120.084763 -73.947006 86.500000 +v 118.422050 -76.210175 86.500000 +v 117.945221 -76.679077 86.500000 +v 123.197815 -72.413795 86.500000 +v 121.035767 -73.834473 86.500000 +v 122.768921 -72.743652 86.500000 +v 117.707939 -80.744781 86.500000 +v 117.226624 -79.795319 86.500000 +v 117.935707 -77.220062 86.500000 +v 119.869873 -85.704567 86.500000 +v 120.192505 -86.138931 86.500000 +v 122.768921 -87.256340 86.500000 +v 122.651253 -86.943512 86.500000 +v 120.580017 -73.729111 86.500000 +v 118.422050 -83.789825 86.500000 +v 118.005020 -83.445091 86.500000 +v 119.871178 -85.236801 86.500000 +v 117.533783 -79.349884 86.500000 +v 120.853180 -86.242661 86.500000 +v 121.027634 -85.872681 86.739998 +v 117.902794 -82.913757 86.500000 +v 117.341408 -80.454155 86.500000 +v 118.872955 -83.567558 86.739998 +v 126.261429 -72.432365 86.500000 +v 131.994980 -76.554909 86.500000 +v 131.577942 -76.210175 86.500000 +v 130.078995 -74.167450 86.500000 +v 127.348740 -86.943504 86.500000 +v 128.180359 -86.604103 86.500000 +v 129.807495 -86.138924 86.500000 +v 130.128830 -85.236801 86.500000 +v 129.807495 -73.861076 86.500000 +v 131.577942 -83.789825 86.500000 +v 132.797028 -79.931091 86.500000 +v 132.064285 -82.779930 86.500000 +v 130.128815 -74.763199 86.500000 +v 129.419983 -73.729111 86.500000 +v 132.097214 -77.086243 86.500000 +v 130.078995 -85.832550 86.500000 +v 132.054779 -83.320923 86.500000 +v 127.045364 -72.541359 86.500000 +v 129.282181 -86.268578 86.500000 +v 127.348740 -73.056488 86.500000 +v 132.658600 -79.545845 86.500000 +v 131.893082 -82.492882 86.500000 +v 132.466202 -80.650116 86.500000 +v 127.295204 -87.134354 86.500000 +v 125.896530 -87.274963 86.500000 +v 126.261429 -87.567635 86.500000 +v 123.332184 -87.616875 86.500000 +v 123.738571 -87.567635 86.500000 +v 124.103470 -87.274963 86.500000 +v 127.365730 -67.393936 89.000000 +v 127.087433 -65.356705 89.000000 +v 127.146667 -64.328194 89.000000 +v 127.337585 -63.315826 89.000000 +v 128.099655 -61.406120 89.000000 +v 127.657013 -62.336388 89.000000 +v 129.323334 -59.753731 89.000000 +v 128.658188 -60.540451 89.000000 +v 130.084061 -59.059021 89.000000 +v 123.010796 -57.513725 89.000000 +v 122.287720 -58.397285 89.000000 +v 121.697777 -59.374786 89.000000 +v 121.252998 -60.426300 89.000000 +v 120.962433 -61.530426 89.000000 +v 120.864349 -63.805931 89.000000 +v 120.844292 -62.665199 89.156433 +v 121.058830 -64.930962 89.000000 +v 121.915115 -67.041489 89.000000 +v 121.411484 -66.016853 89.000000 +v 122.559486 -67.983986 89.000000 +v 130.371277 -57.635979 90.000000 +v 123.104820 -58.973778 90.000000 +v 128.602844 -59.060265 90.000000 +v 127.854553 -59.945320 90.000000 +v 127.226212 -60.919205 90.000000 +v 126.728226 -61.965752 90.000000 +v 126.154091 -64.206535 90.000000 +v 126.170059 -66.519653 90.000000 +v 126.368866 -63.067619 90.000000 +v 122.029549 -64.690735 90.000000 +v 122.199440 -60.749161 90.000000 +v 137.100037 -75.745758 89.000000 +v 138.725174 -74.486115 89.000000 +v 139.645508 -74.023163 89.000000 +v 140.617706 -73.682312 89.000000 +v 142.652603 -73.387444 89.000000 +v 141.625641 -73.469231 89.000000 +v 144.695450 -73.620979 89.000000 +v 143.681549 -73.438309 89.000000 +v 145.677460 -73.932434 89.000000 +v 146.611298 -74.367500 89.000000 +v 143.479080 -67.034157 89.000000 +v 142.352356 -66.849731 89.000000 +v 141.210846 -66.827576 89.000000 +v 140.077820 -66.968155 89.000000 +v 138.976334 -67.268578 89.000000 +v 136.956650 -68.321381 89.000000 +v 137.928833 -67.722733 89.000000 +v 136.079590 -69.052330 89.000000 +v 135.315506 -69.900681 89.000000 +v 134.185913 -71.878448 89.000000 +v 134.679962 -70.849152 89.000000 +v 141.482239 -72.479568 90.000000 +v 142.637558 -72.387558 90.000000 +v 137.259354 -74.273132 90.000000 +v 140.271439 -67.949226 90.000000 +v 143.795135 -72.444778 90.000000 +v 144.935760 -72.650284 90.000000 +v 139.254593 -73.102737 90.000000 +v 134.942123 -73.280304 90.000000 +v 137.540421 -69.133301 90.000000 +v 134.734299 -88.351814 89.000000 +v 137.498840 -89.694962 89.000000 +v 136.637756 -89.129410 89.000000 +v 138.280121 -90.366486 89.000000 +v 138.968628 -91.132843 89.000000 +v 139.552948 -91.981323 89.000000 +v 140.023376 -92.897858 89.000000 +v 140.593399 -94.873413 89.000000 +v 140.372116 -93.867249 89.000000 +v 140.683533 -95.899681 89.000000 +v 145.468292 -89.520432 89.000000 +v 144.513077 -87.452797 89.000000 +v 145.064636 -88.452446 89.000000 +v 143.824829 -86.541847 89.000000 +v 142.090240 -85.068451 89.156433 +v 143.005890 -85.747482 89.156433 +v 141.092300 -84.515450 89.000000 +v 140.020752 -84.121361 89.000000 +v 137.764847 -83.807671 89.000000 +v 138.904022 -83.883820 89.000000 +v 136.626434 -83.894463 89.000000 +v 141.682175 -95.833679 90.000000 +v 144.510025 -89.806328 90.000000 +v 141.332916 -93.590019 90.000000 +v 136.089294 -87.753479 90.000000 +v 140.940582 -92.499458 90.000000 +v 140.411346 -91.468353 90.000000 +v 139.753998 -90.513809 90.000000 +v 138.100494 -88.896202 90.000000 +v 139.743439 -85.082138 90.000000 +v 142.362442 -86.496826 90.000000 +v 122.912575 -94.643295 89.000000 +v 122.853340 -95.671799 89.000000 +v 122.342995 -97.663612 89.000000 +v 122.662422 -96.684174 89.000000 +v 121.900337 -98.593880 89.000000 +v 120.676666 -100.246269 89.000000 +v 121.341812 -99.459549 89.000000 +v 119.915939 -100.940979 89.000000 +v 126.989204 -102.486267 89.000000 +v 127.712280 -101.602707 89.000000 +v 128.302231 -100.625214 89.000000 +v 128.747009 -99.573700 89.000000 +v 129.025467 -98.467300 89.156433 +v 128.941177 -95.069038 89.000000 +v 129.135651 -96.194077 89.000000 +v 129.155716 -97.334793 89.156433 +v 128.084885 -92.958519 89.000000 +v 128.588516 -93.983147 89.000000 +v 127.440521 -92.016014 89.000000 +v 126.037636 -91.955055 90.000000 +v 121.397156 -100.939735 90.000000 +v 123.845909 -95.793465 90.000000 +v 123.631134 -96.932373 90.000000 +v 128.140625 -96.293663 90.000000 +v 123.271767 -98.034241 90.000000 +v 122.773788 -99.080795 90.000000 +v 126.895180 -101.026222 90.000000 +v 122.145447 -100.054680 90.000000 +v 123.829941 -93.480347 90.000000 +v 111.274818 -85.513885 89.000000 +v 110.354492 -85.976837 89.000000 +v 108.374359 -86.530769 89.000000 +v 109.382294 -86.317688 89.000000 +v 105.304550 -86.379021 89.000000 +v 106.318436 -86.561691 89.000000 +v 107.347397 -86.612556 89.000000 +v 104.322548 -86.067566 89.000000 +v 103.388710 -85.632500 89.000000 +v 106.520920 -92.965836 89.000000 +v 108.789154 -93.172417 89.000000 +v 109.922180 -93.031853 89.000000 +v 111.023666 -92.731430 89.000000 +v 112.071167 -92.277267 89.000000 +v 113.043350 -91.678619 89.000000 +v 113.920418 -90.947678 89.000000 +v 115.814087 -88.121552 89.000000 +v 115.320038 -89.150848 89.000000 +v 102.877090 -86.291008 89.984436 +v 107.738342 -92.154388 90.000000 +v 105.064240 -87.349716 90.000000 +v 109.651695 -87.280716 90.000000 +v 108.517769 -87.520432 90.000000 +v 111.780792 -86.376434 90.000000 +v 110.745415 -86.897263 90.000000 +v 112.459587 -90.866699 90.000000 +v 106.204865 -87.555222 90.000000 +v 107.362442 -87.612442 90.000000 +v 113.362244 -70.870590 89.000000 +v 112.501152 -70.305038 89.000000 +v 111.031372 -68.867157 89.000000 +v 111.719872 -69.633514 89.000000 +v 110.447052 -68.018677 89.000000 +v 109.627884 -66.132751 89.000000 +v 109.976624 -67.102142 89.000000 +v 109.406609 -65.126587 89.000000 +v 104.531715 -70.479568 89.000000 +v 104.946533 -71.542389 89.156433 +v 105.486923 -72.547203 89.000000 +v 106.986092 -74.261856 89.000000 +v 106.175179 -73.458153 89.000000 +v 108.907700 -75.484543 89.000000 +v 108.346313 -75.181305 89.000000 +v 107.903160 -74.941933 89.000000 +v 109.982658 -75.866806 89.156433 +v 112.235153 -76.192322 89.000000 +v 111.097672 -76.103973 89.156433 +v 113.373566 -76.105545 89.000000 +v 108.667084 -66.409981 90.000000 +v 113.910706 -72.246521 90.000000 +v 111.899506 -71.103798 90.000000 +v 112.230484 -75.192337 90.000000 +v 110.246002 -69.486183 90.000000 +v 107.637558 -73.503174 90.000000 +v 109.588646 -68.531647 90.000000 +v 109.059418 -67.500542 90.000000 +v 108.430817 -100.293564 94.233925 +v 107.586563 -104.159317 89.773918 +v 108.298477 -104.632568 89.773918 +v 110.059753 -101.644676 94.124695 +v 95.240463 -81.126953 89.773918 +v 95.410919 -83.374405 89.773918 +v 98.785034 -82.116287 94.124695 +v 99.140663 -84.202553 94.233925 +v 95.750862 -85.602524 89.773918 +v 99.332535 -85.650116 94.124695 +v 95.934593 -86.397568 89.773918 +v 99.562683 -86.269737 94.233925 +v 96.258347 -87.798553 89.773918 +v 96.791428 -89.504906 89.773918 +v 100.053261 -88.328445 94.124695 +v 96.930450 -89.949913 89.773918 +v 100.804314 -90.308815 94.124695 +v 97.763344 -92.044281 89.773918 +v 101.712288 -92.222336 94.124695 +v 98.752243 -94.069664 89.773918 +v 99.498680 -95.343903 89.773918 +v 102.771294 -94.056580 94.124695 +v 99.891487 -96.014450 89.773918 +v 101.174545 -97.867508 89.773918 +v 103.974457 -95.799667 94.124695 +v 105.313980 -97.440292 94.124695 +v 102.594078 -99.618233 89.773918 +v 103.394707 -100.465652 89.773918 +v 104.141953 -101.256577 89.773918 +v 106.781181 -98.967804 94.124695 +v 105.809296 -102.773163 89.773918 +v 111.849876 -102.776680 94.124695 +v 109.463570 -105.407074 89.773918 +v 112.690552 -103.217896 94.124695 +v 111.056801 -106.300323 89.773918 +v 113.725281 -103.760971 94.124695 +v 111.429573 -106.509315 89.773918 +v 113.473305 -107.459709 89.773918 +v 113.982460 -107.651108 89.773918 +v 115.673805 -104.591156 94.124695 +v 115.583061 -108.252815 89.773918 +v 117.038040 -108.677315 89.773918 +v 117.682816 -105.261856 94.124695 +v 117.746758 -108.884087 89.773918 +v 119.739273 -105.768738 94.124695 +v 119.951996 -109.349922 89.773918 +v 121.829857 -106.108482 94.124695 +v 122.186150 -109.647636 89.773918 +v 123.388901 -109.716003 89.773918 +v 123.940994 -106.278915 94.124695 +v 124.436424 -109.775536 89.773918 +v 126.689919 -109.732880 89.773918 +v 126.059006 -106.278915 94.124695 +v 128.170135 -106.108482 94.124695 +v 128.933746 -109.519928 89.773918 +v 129.814545 -109.368431 89.773918 +v 130.260727 -105.768738 94.124695 +v 131.155029 -109.137878 89.773918 +v 132.317184 -105.261856 94.124695 +v 134.326202 -104.591156 94.124695 +v 136.274719 -103.760971 94.124695 +v 137.557556 -107.003853 89.773918 +v 138.941284 -106.295502 89.773918 +v 138.150131 -102.776680 94.124695 +v 139.563858 -105.976799 89.773918 +v 141.486740 -104.800957 89.773918 +v 139.940231 -101.644676 94.124695 +v 143.315186 -103.483063 89.773918 +v 144.266129 -102.681709 89.773918 +v 141.633469 -100.372299 94.124695 +v 143.218811 -98.967804 94.124695 +v 145.038727 -102.030655 89.773918 +v 144.078934 -98.072327 94.124695 +v 146.647491 -100.452049 89.773918 +v 144.686020 -97.440292 94.124695 +v 150.437332 -73.730255 94.233925 +v 153.425964 -71.119408 89.773918 +v 153.205276 -70.496826 89.773918 +v 149.946747 -71.671555 94.124695 +v 148.132248 -98.756302 89.773918 +v 146.025543 -95.799667 94.124695 +v 149.484528 -96.953125 89.773918 +v 150.696548 -95.052841 89.773918 +v 147.228699 -94.056580 94.124695 +v 148.197708 -92.175095 94.233925 +v 151.761368 -93.066330 89.773918 +v 148.851318 -91.034576 94.124695 +v 152.012802 -92.497772 89.773918 +v 149.102188 -90.268982 94.233925 +v 152.672928 -91.004982 89.773918 +v 153.205276 -89.503174 89.773918 +v 149.946747 -88.328445 94.124695 +v 153.425964 -88.880592 89.773918 +v 154.016174 -86.705338 89.773918 +v 150.536011 -86.294060 94.124695 +v 150.859344 -84.202553 94.233925 +v 154.440201 -84.491676 89.773918 +v 151.126938 -82.841232 94.124695 +v 154.585510 -83.217506 89.773918 +v 151.113647 -82.108109 94.233925 +v 154.695587 -82.252289 89.773918 +v 151.300247 -80.000000 94.124695 +v 154.780869 -80.000000 89.773918 +v 154.695572 -77.747711 89.773918 +v 151.214966 -77.883713 94.124695 +v 154.440201 -75.508324 89.773918 +v 150.959671 -75.781143 94.124695 +v 154.016174 -73.294662 89.773918 +v 152.672928 -68.995026 89.773918 +v 149.195694 -69.691185 94.124695 +v 152.012802 -67.502228 89.773918 +v 148.287720 -67.777664 94.124695 +v 151.761368 -66.933670 89.773918 +v 150.696548 -64.947166 89.773918 +v 147.520798 -66.449333 94.124695 +v 147.142807 -65.997734 94.233925 +v 149.484528 -63.046875 89.773918 +v 148.132263 -61.243698 89.773918 +v 146.025543 -64.200333 94.124695 +v 144.686020 -62.559715 94.124695 +v 146.647491 -59.547943 89.773918 +v 144.078934 -61.927673 94.124695 +v 143.218811 -61.032196 94.124695 +v 145.038727 -57.969353 89.773918 +v 142.016068 -59.966644 94.124695 +v 144.266129 -57.318291 89.773918 +v 141.569183 -59.706429 94.233925 +v 143.315186 -56.516937 89.773918 +v 141.486740 -55.199043 89.773918 +v 139.940247 -58.355324 94.124695 +v 138.150116 -57.223320 94.124695 +v 139.563858 -54.023201 89.773918 +v 138.941284 -53.704498 89.773918 +v 136.274719 -56.239037 94.124695 +v 137.557556 -52.996147 89.773918 +v 136.016708 -52.349350 89.773918 +v 134.326202 -55.408844 94.124695 +v 135.479324 -52.123772 89.773918 +v 133.341064 -51.411072 89.773918 +v 132.317184 -54.738144 94.124695 +v 130.260727 -54.231262 94.124695 +v 131.155029 -50.862122 89.773918 +v 128.933746 -50.480072 89.773918 +v 128.170135 -53.891510 94.124695 +v 126.689919 -50.267120 89.773918 +v 126.059006 -53.721085 94.124695 +v 124.436424 -50.224457 89.773918 +v 123.388901 -50.283997 89.773918 +v 123.940994 -53.721085 94.124695 +v 121.829857 -53.891510 94.124695 +v 122.186150 -50.352356 89.773918 +v 120.748512 -54.067245 94.124695 +v 119.951996 -50.650078 89.773918 +v 119.739273 -54.231262 94.124695 +v 100.804314 -69.691185 94.124695 +v 96.930450 -70.050087 89.773918 +v 100.053261 -71.671555 94.124695 +v 117.746758 -51.115906 89.773918 +v 117.038040 -51.322685 89.773918 +v 117.682816 -54.738144 94.124695 +v 115.583061 -51.747192 89.773918 +v 113.982460 -52.348885 89.773918 +v 115.673805 -55.408844 94.124695 +v 113.473305 -52.540291 89.773918 +v 113.725281 -56.239037 94.124695 +v 111.429573 -53.490685 89.773918 +v 111.849876 -57.223320 94.124695 +v 109.463570 -54.592926 89.773918 +v 107.586563 -55.840691 89.773918 +v 110.059753 -58.355324 94.124695 +v 105.809296 -57.226837 89.773918 +v 108.366531 -59.627693 94.124695 +v 106.781181 -61.032196 94.124695 +v 104.141953 -58.743423 89.773918 +v 103.394707 -59.534340 89.773918 +v 105.313980 -62.559715 94.124695 +v 102.594078 -60.381775 89.773918 +v 103.974457 -64.200333 94.124695 +v 99.891487 -63.985550 89.773918 +v 102.771294 -65.943420 94.124695 +v 101.712288 -67.777664 94.124695 +v 98.752243 -65.930336 89.773918 +v 101.148697 -68.965424 94.124695 +v 97.763344 -67.955719 89.773918 +v 96.258347 -72.201447 89.773918 +v 99.463989 -73.705933 94.124695 +v 95.750862 -74.397476 89.773918 +v 99.040337 -75.781143 94.124695 +v 95.410919 -76.625603 89.773918 +v 98.873062 -77.158768 94.124695 +v 98.785034 -77.883713 94.124695 +v 95.240463 -78.873047 89.773918 +v 95.219131 -80.000000 89.773918 +v 126.141884 -85.298355 96.500000 +v 127.020882 -85.029160 96.500000 +v 127.841743 -84.615288 96.500000 +v 128.580856 -84.068649 96.500000 +v 123.412903 -85.182419 96.500000 +v 124.311562 -85.376099 96.500000 +v 125.280899 -88.759430 96.500000 +v 125.230034 -85.415115 96.500000 +v 127.493576 -88.401703 96.500000 +v 121.086998 -83.750305 96.500000 +v 119.986008 -87.187935 96.500000 +v 121.777084 -84.357666 96.500000 +v 122.559898 -84.839661 96.500000 +v 123.049843 -88.544205 96.500000 +v 132.636185 -84.300613 96.500000 +v 129.216949 -83.404953 96.500000 +v 129.731735 -82.643303 96.500000 +v 130.110382 -81.805618 96.500000 +v 130.342041 -79.084015 96.500000 +v 130.110397 -78.194382 96.500000 +v 131.295563 -73.903084 96.500000 +v 129.731735 -77.356689 96.500000 +v 129.216949 -76.595047 96.500000 +v 133.477310 -82.223007 96.500000 +v 130.342041 -80.915985 96.500000 +v 130.419998 -80.000000 96.500000 +v 133.691986 -78.879295 96.500000 +v 119.754883 -81.365723 96.500000 +v 120.061142 -82.232506 96.500000 +v 120.509476 -83.035065 96.500000 +v 121.777084 -75.642334 96.500000 +v 118.326736 -74.318970 96.500000 +v 121.086998 -76.249695 96.500000 +v 120.509476 -76.964935 96.500000 +v 120.061142 -77.767494 96.500000 +v 116.254074 -79.438492 96.500000 +v 119.754890 -78.634277 96.500000 +v 119.599525 -79.540352 96.500000 +v 119.599525 -80.459648 96.500000 +v 117.655052 -84.781029 96.500000 +v 124.311562 -74.623901 96.500000 +v 123.412903 -74.817581 96.500000 +v 120.946350 -72.229904 96.500000 +v 122.559898 -75.160339 96.500000 +v 128.580856 -75.931358 96.500000 +v 127.841743 -75.384712 96.500000 +v 128.547485 -71.986145 96.500000 +v 127.020882 -74.970840 96.500000 +v 126.141884 -74.701653 96.500000 +v 123.049843 -71.455795 96.500000 +v 125.230034 -74.584885 96.500000 +v 117.141655 -88.928818 92.711143 +v 116.412743 -88.230217 92.711143 +v 116.964622 -86.840614 95.394424 +v 115.745712 -87.472321 92.711143 +v 115.145355 -86.660576 92.711143 +v 116.155838 -85.756912 95.394424 +v 114.615997 -85.800850 92.711143 +v 115.492264 -84.578682 95.394424 +v 114.161453 -84.899330 92.711143 +v 113.785019 -83.962509 92.711143 +v 122.494087 -91.627457 92.711143 +v 121.517036 -91.373055 92.711143 +v 121.355438 -89.903458 95.394424 +v 120.565086 -91.036713 92.711143 +v 119.645088 -90.620842 92.711143 +v 120.118935 -89.356094 95.394424 +v 118.763664 -90.128448 92.711143 +v 118.962578 -88.655106 95.394424 +v 117.927177 -89.563087 92.711143 +v 117.905350 -87.811996 95.394424 +v 128.482956 -91.373055 92.711143 +v 127.505905 -91.627457 92.711143 +v 126.684219 -90.417519 95.394424 +v 126.510803 -91.798088 92.711143 +v 125.504814 -91.883713 92.711143 +v 125.338234 -90.547363 95.394424 +v 124.495186 -91.883713 92.711143 +v 123.986694 -90.504021 95.394424 +v 123.489197 -91.798088 92.711143 +v 122.651787 -90.288208 95.394424 +v 133.587265 -88.230217 92.711143 +v 132.858353 -88.928818 92.711143 +v 131.579559 -88.250504 95.394424 +v 132.072815 -89.563087 92.711143 +v 131.236328 -90.128448 92.711143 +v 130.470490 -89.024139 95.394424 +v 130.354919 -90.620842 92.711143 +v 129.271591 -89.649597 95.394424 +v 129.434906 -91.036713 92.711143 +v 128.002563 -90.116615 95.394424 +v 136.510635 -82.997131 92.711143 +v 136.214996 -83.962509 92.711143 +v 134.781555 -83.960114 95.394424 +v 135.838547 -84.899330 92.711143 +v 135.384003 -85.800850 92.711143 +v 134.194839 -85.178436 95.394424 +v 134.854645 -86.660576 92.711143 +v 133.457153 -86.311729 95.394424 +v 134.254288 -87.472321 92.711143 +v 132.580582 -87.341385 95.394424 +v 135.838547 -75.100670 92.711143 +v 136.214996 -76.037498 92.711143 +v 135.207657 -77.323235 95.394424 +v 136.510635 -77.002869 92.711143 +v 136.723343 -77.989838 92.711143 +v 135.466141 -78.650543 95.394424 +v 136.851578 -78.991280 92.711143 +v 136.894424 -80.000000 92.711143 +v 135.552780 -80.000000 95.394424 +v 136.851578 -81.008720 92.711143 +v 135.466141 -81.349457 95.394424 +v 136.723343 -82.010170 92.711143 +v 135.207657 -82.676758 95.394424 +v 132.072830 -70.436913 92.711143 +v 132.858353 -71.071182 92.711143 +v 132.580582 -72.658615 95.394424 +v 133.587250 -71.769783 92.711143 +v 134.254288 -72.527679 92.711143 +v 133.457153 -73.688263 95.394424 +v 134.854645 -73.339417 92.711143 +v 135.384003 -74.199150 92.711143 +v 134.194839 -74.821564 95.394424 +v 134.781555 -76.039886 95.394424 +v 126.510803 -68.201912 92.711143 +v 127.505905 -68.372543 92.711143 +v 128.002563 -69.883385 95.394424 +v 128.482956 -68.626945 92.711143 +v 129.434906 -68.963287 92.711143 +v 129.271591 -70.350403 95.394424 +v 130.354919 -69.379158 92.711143 +v 131.236328 -69.871544 92.711143 +v 130.470490 -70.975861 95.394424 +v 131.579559 -71.749496 95.394424 +v 120.565086 -68.963287 92.711143 +v 121.517036 -68.626945 92.711143 +v 122.651787 -69.711792 95.394424 +v 122.494087 -68.372543 92.711143 +v 123.489197 -68.201912 92.711143 +v 123.986694 -69.495972 95.394424 +v 124.495186 -68.116295 92.711143 +v 125.504814 -68.116295 92.711143 +v 125.338234 -69.452637 95.394424 +v 126.684219 -69.582481 95.394424 +v 115.745712 -72.527679 92.711143 +v 116.412743 -71.769783 92.711143 +v 117.905350 -72.188004 95.394424 +v 117.141655 -71.071182 92.711143 +v 117.927177 -70.436913 92.711143 +v 118.962578 -71.344902 95.394424 +v 118.763664 -69.871544 92.711143 +v 119.645088 -69.379158 92.711143 +v 120.118935 -70.643906 95.394424 +v 121.355438 -70.096542 95.394424 +v 113.276665 -77.989838 92.711143 +v 113.489372 -77.002869 92.711143 +v 114.984818 -76.674728 95.394424 +v 113.785011 -76.037498 92.711143 +v 114.161453 -75.100670 92.711143 +v 115.492271 -75.421318 95.394424 +v 114.615997 -74.199150 92.711143 +v 115.145355 -73.339417 92.711143 +v 116.155838 -74.243088 95.394424 +v 116.964622 -73.159386 95.394424 +v 114.984818 -83.325272 95.394424 +v 113.489372 -82.997131 92.711143 +v 114.641815 -82.017258 95.394424 +v 113.276665 -82.010170 92.711143 +v 113.148422 -81.008720 92.711143 +v 114.468895 -80.676117 95.394424 +v 113.105576 -80.000000 92.711143 +v 113.148422 -78.991280 92.711143 +v 114.468895 -79.323883 95.394424 +v 114.641815 -77.982742 95.394424 +v 140.792496 -95.897156 89.453995 +v 134.746841 -88.304504 89.309021 +v 135.711121 -88.679207 89.000000 +v 140.123337 -92.854431 89.453995 +v 139.646500 -91.925415 89.453995 +v 138.356354 -90.288574 89.453995 +v 136.691589 -89.034645 89.453995 +v 140.782166 -94.844490 89.587784 +v 140.555618 -93.814301 89.587784 +v 139.118622 -91.014618 89.587784 +v 137.613754 -89.542412 89.587784 +v 135.783340 -88.502411 89.587784 +v 140.524185 -92.680328 89.891006 +v 141.036011 -93.675690 89.951057 +v 139.511307 -90.705109 89.951057 +v 137.914581 -89.143028 89.951057 +v 135.972427 -88.039543 89.951057 +v 140.277069 -91.548599 89.987686 +v 136.727982 -84.577942 89.951057 +v 136.642456 -84.002266 89.453995 +v 145.421387 -89.534424 89.309021 +v 145.187622 -89.604164 89.707108 +v 145.081451 -91.211044 89.943512 +v 144.945068 -89.676529 89.891006 +v 143.933441 -87.828934 89.951057 +v 144.690430 -88.625328 89.809021 +v 144.891266 -88.532539 89.587784 +v 145.020218 -88.472977 89.309021 +v 144.167282 -87.677185 89.809021 +v 144.352875 -87.556763 89.587784 +v 144.472015 -87.479439 89.309021 +v 139.829132 -84.785240 89.951057 +v 139.906448 -84.517410 89.809021 +v 138.847244 -84.292107 89.809021 +v 139.967789 -84.304855 89.587784 +v 138.877716 -84.072983 89.587784 +v 140.007187 -84.168388 89.309021 +v 138.897278 -83.932304 89.309021 +v 137.765350 -83.916664 89.453995 +v 137.766220 -84.100555 89.707108 +v 137.767395 -84.353676 89.891006 +v 141.047485 -84.614799 89.453995 +v 140.971848 -84.782425 89.707108 +v 140.867752 -85.013145 89.891006 +v 141.643982 -85.769768 89.987686 +v 142.038330 -85.150017 89.453995 +v 141.939606 -85.305176 89.707108 +v 141.803726 -85.518730 89.891006 +v 142.942902 -85.820831 89.453995 +v 142.823105 -85.960358 89.707108 +v 142.658203 -86.152390 89.891006 +v 143.787979 -86.574066 89.309021 +v 143.681046 -86.667557 89.587784 +v 143.304642 -86.996666 89.951057 +v 146.702927 -74.199936 89.587784 +v 137.065338 -75.711243 89.309021 +v 136.964615 -75.611092 89.587784 +v 136.333755 -76.057182 89.767136 +v 137.871979 -75.063507 89.000000 +v 143.693939 -73.330017 89.453995 +v 142.650970 -73.278465 89.453995 +v 140.588348 -73.577354 89.453995 +v 138.670029 -74.392105 89.453995 +v 145.746796 -73.754486 89.587784 +v 144.741348 -73.435593 89.587784 +v 141.598251 -73.280228 89.587784 +v 139.570847 -73.847382 89.587784 +v 137.754974 -74.912560 89.587784 +v 143.743576 -72.895828 89.891006 +v 144.861511 -72.950249 89.951057 +v 141.526550 -72.785393 89.951057 +v 139.375397 -73.387169 89.951057 +v 137.448669 -74.517365 89.951057 +v 142.639923 -72.543976 89.987686 +v 135.279984 -71.191849 89.951057 +v 134.458344 -71.986023 89.707108 +v 134.159134 -72.246918 89.441124 +v 143.411255 -67.319092 89.707108 +v 144.453674 -67.729919 89.776718 +v 143.352661 -67.565331 89.891006 +v 143.283768 -67.854797 89.987686 +v 141.246780 -67.517632 89.951057 +v 142.314972 -67.260254 89.809021 +v 142.335037 -67.039932 89.587784 +v 142.347916 -66.898476 89.309021 +v 141.232285 -67.239243 89.809021 +v 141.220779 -67.018311 89.587784 +v 141.213394 -66.876465 89.309021 +v 135.860626 -70.325294 89.951057 +v 136.365417 -69.349350 89.809021 +v 135.640701 -70.153984 89.809021 +v 136.212006 -69.189941 89.587784 +v 135.466171 -70.018036 89.587784 +v 136.113525 -69.087593 89.309021 +v 135.354111 -69.930756 89.309021 +v 134.722458 -70.873428 89.309021 +v 134.845810 -70.943878 89.587784 +v 135.037903 -71.053596 89.809021 +v 136.985229 -68.361115 89.309021 +v 137.068146 -68.476448 89.587784 +v 137.197296 -68.656067 89.809021 +v 137.360031 -68.882408 89.951057 +v 137.951462 -67.766136 89.309021 +v 138.017120 -67.892090 89.587784 +v 138.119370 -68.088264 89.809021 +v 138.992554 -67.314751 89.309021 +v 139.039612 -67.448769 89.587784 +v 139.112900 -67.657509 89.809021 +v 139.205261 -67.920532 89.951057 +v 140.087296 -67.016167 89.309021 +v 140.114792 -67.155518 89.587784 +v 140.157639 -67.372559 89.809021 +v 130.871094 -58.374718 89.453995 +v 130.927765 -58.467819 89.000000 +v 127.318497 -67.406738 89.309021 +v 127.160858 -66.384300 89.000000 +v 128.570602 -60.475586 89.453995 +v 128.004456 -61.353050 89.453995 +v 127.231995 -63.288780 89.453995 +v 126.978439 -65.357460 89.453995 +v 129.964615 -58.909996 89.587784 +v 129.185730 -59.621284 89.587784 +v 127.479630 -62.265610 89.587784 +v 126.957092 -64.304962 89.587784 +v 126.971634 -66.410149 89.587784 +v 128.219391 -60.215508 89.891006 +v 129.651917 -58.519836 89.951057 +v 127.622749 -61.140259 89.891006 +v 126.460815 -64.244133 89.951057 +v 126.476234 -66.477829 89.951057 +v 127.980270 -60.038422 89.987686 +v 126.520416 -63.106445 89.987686 +v 122.271141 -66.833710 89.809021 +v 122.644844 -67.916206 89.453995 +v 123.046356 -57.547356 89.309021 +v 123.223640 -57.714928 89.707108 +v 123.623833 -58.093201 89.987686 +v 122.313339 -59.688690 89.951057 +v 122.624542 -58.634918 89.809021 +v 122.443771 -58.507385 89.587784 +v 122.065002 -59.562050 89.809021 +v 121.867912 -59.461548 89.587784 +v 121.741379 -59.397018 89.309021 +v 121.729576 -64.764969 89.951057 +v 122.511909 -66.693207 89.951057 +v 121.793457 -65.861877 89.809021 +v 121.244217 -64.885086 89.587784 +v 121.588455 -65.945053 89.587784 +v 121.106339 -64.919205 89.309021 +v 121.456833 -65.998451 89.309021 +v 122.327705 -58.425507 89.309021 +v 121.957390 -67.016815 89.309021 +v 122.080070 -66.945221 89.587784 +v 120.972801 -63.795074 89.453995 +v 121.155785 -63.776764 89.707108 +v 121.703712 -63.721924 89.987686 +v 120.940887 -62.669365 89.453995 +v 121.124611 -62.677284 89.707108 +v 121.377495 -62.688179 89.891006 +v 121.010529 -61.539474 89.309021 +v 121.150116 -61.565727 89.587784 +v 121.367538 -61.606628 89.809021 +v 121.641502 -61.658157 89.951057 +v 121.299316 -60.442108 89.309021 +v 121.433746 -60.487968 89.587784 +v 121.643135 -60.559387 89.809021 +v 108.908318 -63.566788 89.806961 +v 109.207504 -64.102844 89.453995 +v 109.316467 -64.100319 89.000000 +v 115.265694 -71.648186 89.000000 +v 114.288887 -71.320793 89.000000 +v 115.237785 -71.753540 89.453995 +v 109.876656 -67.145569 89.453995 +v 110.353493 -68.074585 89.453995 +v 111.643654 -69.711426 89.453995 +v 113.308403 -70.965355 89.453995 +v 109.217827 -65.155510 89.587784 +v 109.444389 -66.185699 89.587784 +v 110.881378 -68.985382 89.587784 +v 112.386246 -70.457581 89.587784 +v 114.216660 -71.497589 89.587784 +v 109.475822 -67.319672 89.891006 +v 108.963989 -66.324310 89.951057 +v 110.488693 -69.294891 89.951057 +v 112.085426 -70.856964 89.951057 +v 114.027573 -71.960457 89.951057 +v 109.722931 -68.451401 89.987686 +v 112.231926 -75.501358 89.951057 +v 113.894096 -75.454788 89.889030 +v 113.739021 -75.853874 89.579544 +v 104.812378 -70.395836 89.707108 +v 104.846519 -68.916801 89.922127 +v 105.340073 -70.238396 89.987686 +v 105.054932 -70.323471 89.891006 +v 105.431030 -71.318565 89.891006 +v 105.201248 -71.424713 89.707108 +v 105.034302 -71.501839 89.453995 +v 106.695374 -73.003334 89.951057 +v 105.832718 -72.322815 89.809021 +v 105.647133 -72.443237 89.587784 +v 105.527985 -72.520561 89.309021 +v 111.212158 -75.280647 89.987686 +v 110.130661 -75.354042 89.891006 +v 110.060471 -75.597229 89.707108 +v 111.136322 -75.826073 89.707108 +v 110.009468 -75.773918 89.453995 +v 111.110992 -76.008224 89.453995 +v 112.234924 -76.143387 89.309021 +v 112.234268 -76.001343 89.587784 +v 112.233231 -75.780121 89.809021 +v 108.927826 -75.439934 89.309021 +v 108.986237 -75.310463 89.587784 +v 109.191872 -74.854706 89.951057 +v 107.929428 -74.900642 89.309021 +v 108.005684 -74.780807 89.587784 +v 108.124451 -74.594154 89.809021 +v 108.274094 -74.358963 89.951057 +v 107.017975 -74.224724 89.309021 +v 107.110512 -74.116959 89.587784 +v 107.254639 -73.949120 89.809021 +v 106.212021 -73.425934 89.309021 +v 106.318954 -73.332443 89.587784 +v 106.485504 -73.186821 89.809021 +v 103.336411 -85.728127 89.453995 +v 112.899956 -84.254242 89.000000 +v 113.035385 -84.388908 89.587784 +v 112.128029 -84.936493 89.000000 +v 106.306061 -86.669983 89.453995 +v 107.349037 -86.721535 89.453995 +v 109.411652 -86.422646 89.453995 +v 111.329971 -85.607895 89.453995 +v 104.253204 -86.245514 89.587784 +v 105.258652 -86.564407 89.587784 +v 108.401749 -86.719780 89.587784 +v 110.429146 -86.152618 89.587784 +v 112.245026 -85.087440 89.587784 +v 106.256424 -87.104164 89.891006 +v 111.551086 -85.984840 89.891006 +v 113.738861 -84.145660 89.890091 +v 104.071671 -86.711395 89.951057 +v 107.355606 -87.158508 89.891006 +v 110.624611 -86.612831 89.951057 +v 106.222626 -87.399796 89.987686 +v 109.609550 -87.130058 89.987686 +v 112.551338 -85.482628 89.951057 +v 115.171402 -87.867760 89.951057 +v 115.154198 -89.056122 89.587784 +v 106.532257 -92.918228 89.309021 +v 106.588737 -92.680908 89.707108 +v 105.125107 -91.575340 89.985443 +v 106.716240 -92.145203 89.987686 +v 108.753227 -92.482368 89.951057 +v 107.685036 -92.739746 89.809021 +v 107.664963 -92.960068 89.587784 +v 107.652084 -93.101524 89.309021 +v 108.767715 -92.760757 89.809021 +v 108.779221 -92.981689 89.587784 +v 108.786606 -93.123535 89.309021 +v 113.441292 -90.449783 89.951057 +v 113.634590 -90.650650 89.809021 +v 114.139374 -89.674706 89.951057 +v 113.787987 -90.810059 89.587784 +v 114.533829 -89.981956 89.587784 +v 113.886475 -90.912407 89.309021 +v 114.645889 -90.069244 89.309021 +v 114.684502 -90.099319 89.000000 +v 107.647644 -93.150269 89.000000 +v 115.277534 -89.126572 89.309021 +v 114.962090 -88.946404 89.809021 +v 113.014778 -91.638878 89.309021 +v 112.931862 -91.523560 89.587784 +v 112.802719 -91.343933 89.809021 +v 112.048546 -92.233864 89.309021 +v 111.982887 -92.107910 89.587784 +v 111.880630 -91.911736 89.809021 +v 111.751770 -91.664536 89.951057 +v 111.007454 -92.685249 89.309021 +v 110.960396 -92.551231 89.587784 +v 110.887100 -92.342491 89.809021 +v 109.912704 -92.983833 89.309021 +v 109.885208 -92.844482 89.587784 +v 109.788391 -92.353943 89.951057 +v 118.777496 -102.142273 89.790253 +v 119.171539 -101.695312 89.587784 +v 119.072243 -101.532181 89.000000 +v 122.634262 -92.606064 89.000000 +v 122.818604 -92.556114 89.587784 +v 122.839142 -93.615700 89.000000 +v 121.429405 -99.524414 89.453995 +v 121.995544 -98.646950 89.453995 +v 122.768005 -96.711227 89.453995 +v 123.021561 -94.642540 89.453995 +v 120.035378 -101.090012 89.587784 +v 120.814270 -100.378708 89.587784 +v 122.520370 -97.734398 89.587784 +v 123.042908 -95.695038 89.587784 +v 123.028366 -93.589851 89.587784 +v 121.780602 -99.784500 89.891006 +v 120.348083 -101.480164 89.951057 +v 122.377251 -98.859741 89.891006 +v 123.539192 -95.755867 89.951057 +v 123.523766 -93.522171 89.951057 +v 122.019730 -99.961578 89.987686 +v 123.479591 -96.893555 89.987686 +v 126.779884 -92.540588 89.987686 +v 127.728859 -93.166290 89.809021 +v 127.038574 -91.825577 89.581078 +v 127.355164 -92.083786 89.453995 +v 126.776352 -102.285072 89.707108 +v 126.592415 -102.111198 89.891006 +v 125.243713 -102.998711 89.966751 +v 127.375458 -101.365074 89.809021 +v 127.556229 -101.492615 89.587784 +v 128.093033 -99.350609 89.951057 +v 127.934998 -100.437943 89.809021 +v 128.132080 -100.538452 89.587784 +v 128.258621 -100.602982 89.309021 +v 127.948227 -94.242928 89.951057 +v 128.541031 -95.168060 89.809021 +v 128.206543 -94.138123 89.809021 +v 128.755783 -95.114914 89.587784 +v 128.411545 -94.054947 89.587784 +v 128.893661 -95.080795 89.309021 +v 128.543167 -94.001549 89.309021 +v 127.672295 -101.574493 89.309021 +v 128.042603 -92.983185 89.309021 +v 127.919930 -93.054779 89.587784 +v 129.086960 -96.198944 89.309021 +v 128.945618 -96.213089 89.587784 +v 128.448105 -96.262894 89.951057 +v 129.059113 -97.330635 89.453995 +v 128.875381 -97.322716 89.707108 +v 128.325226 -97.299004 89.987686 +v 128.930450 -98.449432 89.453995 +v 128.749725 -98.415436 89.707108 +v 128.500977 -98.368652 89.891006 +v 128.700684 -99.557892 89.309021 +v 128.566254 -99.512039 89.587784 +v 128.356873 -99.440613 89.809021 +v 144.321793 -97.117615 94.455727 +v 145.636536 -95.507347 94.455727 +v 145.747589 -95.590805 94.401306 +v 144.522537 -97.295464 94.326820 +v 139.581177 -101.124481 94.488869 +v 137.906830 -102.355270 94.455727 +v 139.742737 -101.358543 94.401306 +v 138.040924 -102.587540 94.326820 +v 130.191177 -105.428078 94.401306 +v 132.220459 -104.927910 94.401306 +v 130.217041 -105.554749 94.326820 +v 121.888512 -105.625427 94.455727 +v 123.960587 -105.792709 94.455727 +v 123.954994 -105.931519 94.401306 +v 121.856178 -105.891678 94.326820 +v 113.933884 -103.321342 94.455727 +v 115.846359 -104.136169 94.455727 +v 115.797096 -104.266068 94.401306 +v 113.818909 -103.563660 94.326820 +v 105.787102 -62.978851 94.488869 +v 104.363472 -64.492653 94.455727 +v 105.678215 -62.882385 94.455727 +v 104.252411 -64.409203 94.401306 +v 105.477455 -62.704529 94.326820 +v 112.093178 -57.644737 94.455727 +v 110.336182 -58.755791 94.455727 +v 110.257263 -58.641457 94.401306 +v 111.959076 -57.412460 94.326820 +v 117.858665 -55.345268 94.488869 +v 119.836609 -54.708038 94.455727 +v 117.779541 -55.072090 94.401306 +v 119.782959 -54.445251 94.326820 +v 123.972443 -54.501320 94.500000 +v 128.111496 -54.374573 94.455727 +v 126.045006 -54.068481 94.401306 +v 128.143814 -54.108322 94.326820 +v 136.066116 -56.678650 94.455727 +v 134.153641 -55.863831 94.455727 +v 134.202911 -55.733932 94.401306 +v 136.181091 -56.436340 94.326820 +v 150.729935 -82.077133 94.455727 +v 150.952576 -80.000000 94.401306 +v 150.868408 -82.088310 94.401306 +v 151.081848 -80.000000 94.326820 +v 150.479370 -84.140800 94.455727 +v 150.616486 -84.163086 94.401306 +v 150.323959 -86.241791 94.326820 +v 150.063538 -86.177605 94.455727 +v 149.485184 -88.174355 94.455727 +v 149.616959 -88.218346 94.401306 +v 148.875824 -90.172539 94.401306 +v 148.748016 -90.118088 94.455727 +v 147.856842 -91.996201 94.455727 +v 147.979858 -92.060760 94.401306 +v 147.044128 -93.939850 94.326820 +v 146.817444 -93.796509 94.455727 +v 142.881744 -98.616859 94.455727 +v 142.977982 -98.717056 94.401306 +v 141.495346 -100.203125 94.326820 +v 141.325714 -99.995377 94.455727 +v 136.003754 -103.189911 94.488869 +v 136.125671 -103.446854 94.401306 +v 136.181091 -103.563660 94.326820 +v 134.248749 -104.386948 94.326820 +v 134.202911 -104.266068 94.401306 +v 128.111496 -105.625427 94.455727 +v 128.128235 -105.763336 94.401306 +v 126.050209 -106.060692 94.326820 +v 126.039413 -105.792709 94.455727 +v 119.782959 -105.554749 94.326820 +v 119.836609 -105.291962 94.455727 +v 117.743576 -105.052086 94.326820 +v 117.818199 -104.794464 94.455727 +v 111.959076 -102.587540 94.326820 +v 112.165916 -102.229279 94.488869 +v 110.183823 -101.464935 94.326820 +v 110.257263 -101.358543 94.401306 +v 110.418823 -101.124481 94.488869 +v 108.674286 -99.995377 94.455727 +v 108.586418 -100.102982 94.401306 +v 107.118263 -98.616859 94.455727 +v 106.932465 -98.810287 94.326820 +v 105.574226 -97.209732 94.401306 +v 105.787102 -97.021141 94.488869 +v 104.149055 -95.668465 94.326820 +v 104.363472 -95.507347 94.455727 +v 103.065147 -93.870758 94.401306 +v 102.955887 -93.939850 94.326820 +v 101.522697 -90.002747 94.500000 +v 102.020142 -92.060760 94.401306 +v 101.905670 -92.120842 94.326820 +v 101.124176 -90.172539 94.401306 +v 101.251984 -90.118088 94.455727 +v 100.260422 -88.259285 94.326820 +v 100.514824 -88.174355 94.455727 +v 99.936462 -86.177605 94.455727 +v 99.801575 -86.210854 94.401306 +v 99.520645 -84.140800 94.455727 +v 99.383514 -84.163086 94.401306 +v 99.002731 -82.098717 94.326820 +v 99.270065 -82.077133 94.455727 +v 99.331833 -80.000000 94.488869 +v 99.047440 -80.000000 94.401306 +v 98.699753 -80.000000 94.124695 +v 99.270065 -77.922867 94.455727 +v 98.886353 -77.891891 94.233925 +v 99.664230 -75.882538 94.488869 +v 99.255905 -75.816177 94.326820 +v 99.676048 -73.758209 94.326820 +v 99.801575 -73.789146 94.401306 +v 100.077705 -73.857208 94.488869 +v 100.514824 -71.825645 94.455727 +v 100.383049 -71.781647 94.401306 +v 100.897827 -69.731018 94.233925 +v 101.251984 -69.881912 94.455727 +v 102.143158 -68.003807 94.455727 +v 101.905670 -67.879158 94.326820 +v 102.955887 -66.060150 94.326820 +v 103.182571 -66.203491 94.455727 +v 107.219040 -61.488060 94.488869 +v 106.932465 -61.189713 94.326820 +v 108.504654 -59.796875 94.326820 +v 108.586418 -59.897018 94.401306 +v 108.766289 -60.117310 94.488869 +v 113.933884 -56.678650 94.455727 +v 113.874329 -56.553146 94.401306 +v 115.751251 -55.613045 94.326820 +v 115.846359 -55.863831 94.455727 +v 121.906044 -54.518982 94.488869 +v 121.871765 -54.236664 94.401306 +v 123.949791 -53.939301 94.326820 +v 123.960587 -54.207298 94.455727 +v 130.191177 -54.571922 94.401306 +v 130.163391 -54.708038 94.455727 +v 132.256424 -54.947914 94.326820 +v 132.181808 -55.205536 94.455727 +v 137.976288 -57.524422 94.401306 +v 137.906830 -57.644737 94.455727 +v 139.816177 -58.535065 94.326820 +v 139.663818 -58.755791 94.455727 +v 141.325714 -60.004631 94.455727 +v 141.413574 -59.897018 94.401306 +v 142.881744 -61.383141 94.455727 +v 143.148407 -61.105499 94.233925 +v 144.522537 -62.704529 94.326820 +v 144.212891 -62.978851 94.488869 +v 145.850952 -64.331535 94.326820 +v 145.747589 -64.409203 94.401306 +v 145.520233 -64.580048 94.488869 +v 146.817444 -66.203491 94.455727 +v 146.934860 -66.129242 94.401306 +v 147.856842 -68.003807 94.455727 +v 148.094330 -67.879158 94.326820 +v 148.875824 -69.827461 94.401306 +v 148.748016 -69.881912 94.455727 +v 149.739578 -71.740715 94.326820 +v 149.485184 -71.825645 94.455727 +v 150.063538 -73.822388 94.455727 +v 150.198425 -73.789146 94.401306 +v 150.479370 -75.859200 94.455727 +v 150.744095 -75.816177 94.326820 +v 150.997269 -77.901283 94.326820 +v 150.868408 -77.911682 94.401306 +v 102.070587 -81.951584 93.656433 +v 118.261475 -57.996391 93.656433 +v 137.065521 -60.404350 93.656433 +v 141.613876 -64.076881 93.656433 +v 147.965912 -78.045319 93.809021 +v 147.305222 -74.192169 93.809021 +v 146.732330 -72.321480 93.809021 +v 145.122055 -68.759148 93.809021 +v 138.705673 -61.468712 93.809021 +v 135.376724 -59.418999 93.809021 +v 124.021774 -56.971825 93.809021 +v 122.072372 -57.137749 93.809021 +v 109.772141 -62.697800 93.809021 +v 105.903732 -67.093170 93.809021 +v 103.997147 -70.506111 93.809021 +v 103.267670 -72.321480 93.809021 +v 102.282593 -76.104706 93.809021 +v 102.694778 -85.807831 93.809021 +v 104.877945 -91.240852 93.809021 +v 127.927628 -102.862259 93.809021 +v 129.855927 -102.531616 93.809021 +v 131.738525 -102.003609 93.656433 +v 135.376724 -100.580994 93.809021 +v 137.084732 -99.626846 93.809021 +v 140.227859 -97.302200 93.809021 +v 141.640335 -95.948456 93.809021 +v 146.002853 -89.493889 93.809021 +v 147.305222 -85.807831 93.809021 +v 147.776596 -76.094566 93.953995 +v 146.057571 -70.481377 93.953995 +v 142.979630 -65.482468 93.953995 +v 141.683685 -64.009987 93.953995 +v 140.267532 -62.652710 93.953995 +v 137.116211 -60.322021 93.953995 +v 133.593948 -58.613136 93.809021 +v 131.749252 -57.961365 93.809021 +v 129.855927 -57.468384 93.809021 +v 127.927628 -57.137749 93.809021 +v 125.980774 -56.911827 93.953995 +v 120.131416 -57.409683 93.953995 +v 118.233162 -57.903946 93.953995 +v 116.383659 -58.557419 93.953995 +v 104.825523 -68.729858 93.953995 +v 103.211052 -72.301476 93.953995 +v 102.636665 -74.177040 93.953995 +v 102.034088 -78.045319 93.809021 +v 101.951057 -80.000000 93.809021 +v 105.903732 -92.906830 93.809021 +v 107.067093 -94.479813 93.809021 +v 108.359673 -95.948456 93.809021 +v 109.772141 -97.302200 93.809021 +v 111.294334 -98.531288 93.809021 +v 112.883789 -99.677979 93.953995 +v 114.623276 -100.580994 93.809021 +v 116.406052 -101.386864 93.809021 +v 118.233162 -102.096054 93.953995 +v 120.144066 -102.531616 93.809021 +v 122.072372 -102.862259 93.809021 +v 124.021774 -103.028175 93.809021 +v 125.978226 -103.028175 93.809021 +v 129.868591 -102.590317 93.953995 +v 131.766846 -102.096054 93.953995 +v 133.593948 -101.386864 93.809021 +v 137.116211 -99.677979 93.953995 +v 138.741379 -98.579567 93.953995 +v 142.979630 -94.517532 93.953995 +v 144.146027 -92.940453 93.953995 +v 145.122055 -91.240852 93.809021 +v 146.788956 -87.698524 93.953995 +v 147.717407 -83.895287 93.809021 +v 148.025757 -81.959778 93.953995 +v 148.108994 -80.000000 93.953995 +v 148.107437 -78.033264 94.087784 +v 147.442688 -74.156387 94.087784 +v 145.246063 -68.689880 94.087784 +v 144.146027 -67.059547 93.953995 +v 141.742874 -63.953262 94.087784 +v 140.321701 -62.591171 94.087784 +v 138.790131 -61.354515 94.087784 +v 135.440659 -59.292168 94.087784 +v 124.015747 -56.829910 94.087784 +v 122.054329 -56.996857 94.087784 +v 114.596245 -59.365379 93.953995 +v 112.883789 -60.322021 93.953995 +v 111.258621 -61.420433 93.953995 +v 109.678299 -62.591171 94.087784 +v 108.316315 -64.009987 93.953995 +v 107.020370 -65.482468 93.953995 +v 105.786041 -67.013634 94.087784 +v 103.133743 -72.274162 94.087784 +v 102.557320 -74.156387 94.087784 +v 102.142601 -76.080704 94.087784 +v 101.974258 -81.959778 93.953995 +v 102.223404 -83.905441 93.953995 +v 102.636665 -85.822960 93.953995 +v 103.211052 -87.698524 93.953995 +v 103.942429 -89.518623 93.953995 +v 104.753944 -91.310127 94.087784 +v 127.935249 -102.921822 93.953995 +v 133.646912 -101.518661 94.087784 +v 135.403763 -100.634621 93.953995 +v 138.790131 -98.645485 94.087784 +v 140.321701 -97.408829 94.087784 +v 141.683685 -95.990013 93.953995 +v 145.246063 -91.310127 94.087784 +v 146.057571 -89.518623 93.953995 +v 147.442688 -85.843620 94.087784 +v 147.957855 -76.063477 94.207108 +v 146.866257 -72.274162 94.087784 +v 146.225159 -70.405624 94.207108 +v 143.043411 -65.430962 94.087784 +v 133.684906 -58.386780 94.207108 +v 131.820694 -57.728111 94.207108 +v 129.907333 -57.229912 94.207108 +v 127.958611 -56.895767 94.207108 +v 125.988586 -56.728096 94.207108 +v 120.092674 -57.229912 94.207108 +v 118.179314 -57.728111 94.207108 +v 116.315094 -58.386780 94.207108 +v 104.664978 -68.640175 94.207108 +v 103.867714 -70.447601 94.087784 +v 101.707108 -80.000000 94.207108 +v 105.701614 -93.043434 94.207108 +v 106.877296 -94.633064 94.207108 +v 108.183548 -96.117264 94.207108 +v 109.610977 -97.485336 94.207108 +v 114.513451 -100.798828 94.207108 +v 116.315094 -101.613220 94.207108 +v 118.179314 -102.271889 94.207108 +v 120.092674 -102.770088 94.207108 +v 122.041389 -103.104233 94.207108 +v 124.011421 -103.271904 94.207108 +v 125.988586 -103.271904 94.207108 +v 129.885864 -102.670471 94.087784 +v 131.790848 -102.174446 94.087784 +v 137.159210 -99.747803 94.087784 +v 140.389023 -97.485336 94.207108 +v 141.816452 -96.117264 94.207108 +v 143.043411 -94.569038 94.087784 +v 144.213959 -92.986366 94.087784 +v 146.225159 -89.594368 94.207108 +v 146.866257 -87.725838 94.087784 +v 147.957855 -83.936516 94.207108 +v 148.208984 -81.975372 94.207108 +v 148.292892 -80.000000 94.207108 +v 148.327881 -78.014503 94.309021 +v 147.656769 -74.100632 94.309021 +v 145.439194 -68.581985 94.309021 +v 144.397247 -66.889748 94.309021 +v 141.816452 -63.882744 94.207108 +v 140.389023 -62.514671 94.207108 +v 138.850723 -61.272575 94.207108 +v 137.212631 -60.165421 94.207108 +v 135.486542 -59.201172 94.207108 +v 124.006355 -56.608879 94.309021 +v 122.026230 -56.777412 94.309021 +v 114.459732 -59.094627 94.309021 +v 112.724808 -60.063812 94.309021 +v 111.078323 -61.176643 94.309021 +v 109.532135 -62.425102 94.309021 +v 108.097412 -63.800179 94.309021 +v 106.784454 -65.291985 94.309021 +v 105.602753 -66.889748 94.309021 +v 103.037659 -72.240204 94.207108 +v 102.458702 -74.130699 94.207108 +v 102.042152 -76.063477 94.207108 +v 101.791016 -78.024628 94.207108 +v 101.672127 -81.985497 94.309021 +v 101.924545 -83.956680 94.309021 +v 102.343231 -85.899361 94.309021 +v 102.925156 -87.799538 94.309021 +v 103.666122 -89.643524 94.309021 +v 104.560806 -91.418015 94.309021 +v 111.149277 -98.727417 94.207108 +v 112.787369 -99.834579 94.207108 +v 124.006355 -103.391121 94.309021 +v 125.993645 -103.391121 94.309021 +v 127.973770 -103.222588 94.309021 +v 133.684906 -101.613220 94.207108 +v 135.486542 -100.798828 94.207108 +v 137.275192 -99.936188 94.309021 +v 138.850723 -98.727417 94.207108 +v 141.902588 -96.199821 94.309021 +v 143.215546 -94.708023 94.309021 +v 145.335022 -91.359825 94.207108 +v 147.074844 -87.799538 94.309021 +v 147.541306 -85.869293 94.207108 +v 148.207321 -76.020706 94.391006 +v 147.201004 -72.155884 94.391006 +v 133.729401 -58.276062 94.309021 +v 131.855621 -57.614014 94.309021 +v 129.932465 -57.113274 94.309021 +v 127.973770 -56.777412 94.309021 +v 125.993645 -56.608879 94.309021 +v 120.039345 -56.982475 94.391006 +v 118.105194 -57.486084 94.391006 +v 116.220718 -58.151917 94.391006 +v 104.444000 -68.516724 94.391006 +v 101.587784 -80.000000 94.309021 +v 105.491905 -93.185173 94.391006 +v 108.000809 -96.292404 94.391006 +v 109.443748 -97.675339 94.391006 +v 114.459732 -100.905373 94.309021 +v 116.270607 -101.723938 94.309021 +v 118.144371 -102.385979 94.309021 +v 120.067535 -102.886734 94.309021 +v 122.026230 -103.222588 94.309021 +v 140.467865 -97.574905 94.309021 +v 143.319641 -94.792076 94.391006 +v 144.508102 -93.185173 94.391006 +v 146.333878 -89.643524 94.309021 +v 147.786255 -85.933075 94.391006 +v 148.075455 -83.956680 94.309021 +v 148.327881 -81.985497 94.309021 +v 148.412216 -80.000000 94.309021 +v 148.461182 -78.003159 94.391006 +v 147.926544 -74.030396 94.451057 +v 146.455795 -70.301369 94.391006 +v 145.556000 -68.516724 94.391006 +v 144.508102 -66.814827 94.391006 +v 143.319641 -65.207924 94.391006 +v 142.103851 -63.607292 94.451057 +v 140.652039 -62.215836 94.451057 +v 139.087448 -60.952515 94.451057 +v 137.421356 -59.826439 94.451057 +v 135.665771 -58.845703 94.451057 +v 124.000679 -56.475212 94.391006 +v 122.009239 -56.644707 94.391006 +v 112.578644 -59.826439 94.451057 +v 110.912552 -60.952515 94.451057 +v 109.347961 -62.215836 94.451057 +v 106.567566 -65.116852 94.451057 +v 105.371796 -66.733643 94.451057 +v 103.544205 -70.301369 94.391006 +v 102.662308 -72.107590 94.451057 +v 102.073456 -74.030396 94.451057 +v 101.649788 -75.996201 94.451057 +v 101.394363 -77.990868 94.451057 +v 101.538818 -81.996841 94.391006 +v 101.792679 -83.979294 94.391006 +v 102.213753 -85.933075 94.391006 +v 102.798996 -87.844116 94.391006 +v 103.544205 -89.698631 94.391006 +v 104.444000 -91.483269 94.391006 +v 106.680359 -94.792076 94.391006 +v 112.578644 -100.173561 94.451057 +v 124.000679 -103.524796 94.391006 +v 125.999321 -103.524796 94.391006 +v 127.990761 -103.355301 94.391006 +v 129.960663 -103.017525 94.391006 +v 131.894806 -102.513916 94.391006 +v 133.833344 -101.982605 94.451057 +v 135.665771 -101.154297 94.451057 +v 137.421356 -100.173561 94.451057 +v 139.087448 -99.047485 94.451057 +v 141.999191 -96.292404 94.391006 +v 144.628204 -93.266357 94.451057 +v 145.682571 -91.553970 94.451057 +v 147.201004 -87.844116 94.391006 +v 148.350220 -84.003792 94.451057 +v 148.350220 -75.996201 94.451057 +v 120.008797 -56.840759 94.451057 +v 118.062744 -57.347473 94.451057 +v 116.166664 -58.017395 94.451057 +v 114.334229 -58.845703 94.451057 +v 107.896149 -63.607292 94.451057 +v 105.371796 -93.266357 94.451057 +v 107.896149 -96.392715 94.451057 +v 109.347961 -97.784164 94.451057 +v 110.912552 -99.047485 94.451057 +v 143.432434 -94.883148 94.451057 +v 147.926544 -85.969604 94.451057 +v 95.249207 -83.392845 89.480225 +v 128.946136 -109.612900 89.633949 +v 126.695251 -109.826523 89.633949 +v 153.515488 -71.091438 89.633949 +v 137.597107 -52.911095 89.633949 +v 126.695251 -50.173470 89.633949 +v 124.434647 -50.130684 89.633949 +v 117.723907 -51.024940 89.633949 +v 95.317734 -76.614967 89.633949 +v 95.658745 -85.620163 89.633949 +v 101.099510 -97.923782 89.633949 +v 107.531723 -104.235397 89.633949 +v 109.414642 -105.487099 89.633949 +v 113.436996 -107.546188 89.633949 +v 154.857880 -77.735397 89.480225 +v 154.874664 -80.000000 89.633949 +v 154.925201 -78.467377 89.413605 +v 154.919876 -81.319008 89.464714 +v 154.789108 -82.259384 89.633949 +v 154.922562 -78.899994 89.482635 +v 154.899933 -82.267792 89.317108 +v 154.933304 -81.735588 89.329727 +v 154.107559 -86.726456 89.633949 +v 153.934158 -87.789780 89.413605 +v 153.515488 -88.908569 89.633949 +v 153.797974 -88.200424 89.482635 +v 153.118134 -90.292747 89.482635 +v 152.760086 -91.039642 89.633949 +v 152.875778 -91.082413 89.211426 +v 151.945526 -93.156250 89.317108 +v 150.836975 -95.135109 89.480225 +v 150.236710 -96.190231 89.329727 +v 149.980988 -96.519363 89.464714 +v 148.205109 -98.815384 89.633949 +v 148.561295 -98.477966 89.482635 +v 145.148254 -102.151054 89.480225 +v 141.519363 -104.980972 89.464714 +v 143.653564 -103.430389 89.464714 +v 137.626190 -107.151436 89.480225 +v 135.900543 -107.931931 89.329727 +v 133.341064 -108.588928 89.773918 +v 135.500198 -108.047890 89.464706 +v 135.479324 -107.876228 89.773918 +v 131.188675 -109.297119 89.480225 +v 133.200424 -108.797974 89.482635 +v 126.532623 -109.925194 89.413605 +v 126.756126 -109.933624 89.317017 +v 124.434647 -109.869316 89.633949 +v 126.100006 -109.922569 89.482635 +v 123.900002 -109.922569 89.482635 +v 117.210220 -108.934158 89.413605 +v 117.723907 -108.975060 89.633949 +v 115.553406 -108.341797 89.633949 +v 116.799576 -108.797974 89.482635 +v 114.707253 -108.118134 89.482635 +v 114.294998 -107.986946 89.413605 +v 108.809769 -105.236702 89.329727 +v 108.480637 -104.980972 89.464714 +v 106.522034 -103.561302 89.482635 +v 105.748856 -102.844887 89.633949 +v 106.170486 -103.309135 89.413605 +v 102.523514 -99.680016 89.633949 +v 101.690865 -98.829514 89.413605 +v 101.438698 -98.477966 89.482635 +v 100.145569 -96.698128 89.482635 +v 99.812408 -96.064888 89.633949 +v 97.677559 -92.082214 89.633949 +v 97.013054 -90.705002 89.413605 +v 96.842049 -89.981247 89.633949 +v 96.881866 -90.292747 89.482635 +v 96.167824 -87.823120 89.633949 +v 96.646103 -89.621208 89.485420 +v 96.202026 -88.200424 89.482635 +v 95.074806 -81.532623 89.413605 +v 95.066696 -81.735588 89.329727 +v 95.077431 -81.099998 89.482635 +v 95.080132 -78.680992 89.464714 +v 95.591011 -74.366852 89.480225 +v 96.136917 -72.008705 89.464706 +v 96.881866 -69.707253 89.482635 +v 99.560013 -64.100090 89.067673 +v 98.608795 -65.853447 89.480225 +v 99.812408 -63.935112 89.633949 +v 101.174545 -62.132484 89.773918 +v 100.019028 -63.480644 89.464714 +v 102.523514 -60.319984 89.633949 +v 101.569611 -61.346443 89.464714 +v 101.803604 -61.001526 89.329727 +v 106.001526 -56.803604 89.329727 +v 106.346436 -56.569611 89.464714 +v 109.378662 -54.454063 89.480225 +v 108.301872 -55.145569 89.482635 +v 108.650330 -54.889153 89.413605 +v 114.294998 -52.013054 89.413605 +v 113.410309 -52.390221 89.480225 +v 114.707253 -51.881866 89.482635 +v 115.553406 -51.658211 89.633949 +v 116.799576 -51.202026 89.482635 +v 122.177292 -50.258995 89.633949 +v 123.467377 -50.074799 89.413605 +v 123.900002 -50.077431 89.482635 +v 126.099998 -50.077431 89.482635 +v 132.789780 -51.065842 89.413605 +v 131.188675 -50.702881 89.480225 +v 133.200424 -51.202034 89.482635 +v 135.115829 -51.818115 89.483627 +v 139.643463 -53.881233 89.480225 +v 141.519363 -55.019020 89.464714 +v 145.101837 -57.899963 89.633949 +v 143.477966 -56.438698 89.482635 +v 146.765808 -59.436180 89.480225 +v 148.561295 -61.522041 89.482635 +v 150.777481 -64.899750 89.633949 +v 149.854431 -63.301872 89.482635 +v 152.986954 -69.294998 89.413605 +v 152.760086 -68.960358 89.633949 +v 153.118134 -69.707253 89.482635 +v 122.177292 -109.741013 89.633949 +v 97.614487 -67.889893 89.480225 +v 154.107559 -73.273544 89.633949 +v 153.863083 -72.008705 89.464714 +v 151.845657 -93.107483 89.633949 +v 146.765808 -100.563828 89.480225 +v 139.609726 -106.058617 89.633949 +v 128.955246 -109.681259 89.480225 +v 128.955246 -50.318741 89.480225 +v 154.601089 -84.516228 89.480225 +v 104.076263 -101.323524 89.633949 +v 98.608795 -94.146561 89.480225 +v 119.924408 -50.489677 89.480225 +v 151.907639 -66.862259 89.480225 +v 119.924408 -109.510330 89.480225 +v 111.355408 -106.654190 89.480225 +v 104.027954 -58.627251 89.480225 +v 154.601089 -75.483772 89.480225 +v 135.304276 -78.671410 95.665016 +v 133.326355 -86.214119 95.665016 +v 133.782013 -82.302917 96.475037 +v 134.309036 -81.200264 96.400772 +v 134.864853 -81.271935 96.112923 +v 134.309036 -78.799736 96.400772 +v 134.946503 -80.000000 96.112923 +v 134.864853 -78.728065 96.112923 +v 135.304276 -81.328590 95.665016 +v 135.185791 -80.000000 95.906525 +v 134.630280 -83.898865 95.665016 +v 133.875076 -84.998344 95.906525 +v 134.219589 -83.732597 96.112923 +v 133.666580 -84.880928 96.112923 +v 133.700119 -83.522293 96.400772 +v 131.521851 -86.316063 96.475037 +v 129.706451 -87.763794 96.475037 +v 131.742493 -86.529739 96.400772 +v 129.865677 -88.026443 96.400772 +v 130.156189 -88.505684 96.112923 +v 131.201553 -87.776497 96.112923 +v 130.280243 -88.710304 95.906525 +v 131.477798 -88.122910 95.665016 +v 127.583206 -88.703690 96.475037 +v 125.290993 -89.074280 96.475037 +v 127.670601 -88.998146 96.400772 +v 125.300842 -89.381271 96.400772 +v 125.318802 -89.941399 96.112923 +v 126.587463 -89.819016 96.112923 +v 125.326469 -90.180557 95.906525 +v 126.658173 -90.256409 95.665016 +v 121.864449 -88.520302 96.475037 +v 122.911400 -89.150764 96.400772 +v 120.523689 -88.580246 96.279053 +v 121.564819 -89.334488 96.112923 +v 120.399361 -88.818565 96.112923 +v 120.288681 -89.030716 95.906525 +v 121.411804 -89.750290 95.665016 +v 118.896217 -86.720940 96.475037 +v 117.133629 -85.120438 96.400772 +v 118.689728 -86.948318 96.400772 +v 116.663948 -85.426170 96.112923 +v 117.426270 -86.447609 96.112923 +v 116.463409 -85.556702 95.906525 +v 117.088898 -86.734825 95.665016 +v 116.088478 -81.735519 96.475037 +v 115.786995 -81.794235 96.400772 +v 115.073929 -80.637276 96.112923 +v 115.236916 -81.901360 96.112923 +v 114.631767 -80.665657 95.665016 +v 114.802010 -81.986053 95.665016 +v 116.088478 -78.264481 96.475037 +v 116.820152 -76.060791 96.475037 +v 115.786995 -78.205765 96.400772 +v 116.543427 -75.927521 96.400772 +v 116.038506 -75.684372 96.112923 +v 115.560211 -76.865776 96.112923 +v 115.639313 -75.492126 95.665016 +v 115.139709 -76.726158 95.665016 +v 120.800644 -71.950615 96.475037 +v 120.658569 -71.678299 96.400772 +v 119.463226 -72.062614 96.279053 +v 120.399361 -71.181427 96.112923 +v 119.172539 -71.645897 95.906525 +v 120.288681 -70.969284 95.906525 +v 119.055946 -71.478760 95.665016 +v 125.290993 -70.925720 96.475037 +v 124.098724 -70.657280 96.400772 +v 125.318802 -70.058601 96.112923 +v 124.044907 -70.099457 96.112923 +v 125.326469 -69.819443 95.906525 +v 124.002365 -69.658432 95.665016 +v 129.706451 -72.236206 96.475037 +v 128.799332 -71.417236 96.400772 +v 130.156189 -71.494316 96.112923 +v 129.026184 -70.904785 96.112923 +v 130.280243 -71.289696 95.906525 +v 129.205521 -70.499634 95.665016 +v 132.910660 -75.544800 96.475037 +v 132.522141 -74.386078 96.400772 +v 133.666580 -75.119072 96.112923 +v 132.971268 -74.050888 96.112923 +v 133.875076 -75.001648 95.906525 +v 133.326355 -73.785881 95.665016 +v 134.852661 -82.583672 95.906525 +v 134.621216 -82.522980 96.112923 +v 133.163040 -86.092224 95.906525 +v 132.755844 -85.788338 96.279053 +v 132.910660 -84.455200 96.475037 +v 132.316956 -87.086082 95.906525 +v 132.145065 -86.919609 96.112923 +v 129.205521 -89.500366 95.665016 +v 129.026184 -89.095215 96.112923 +v 127.898140 -89.764793 95.906525 +v 127.830055 -89.535400 96.112923 +v 124.002365 -90.341568 95.665016 +v 124.044907 -89.900551 96.112923 +v 122.733444 -89.930412 95.906525 +v 122.786690 -89.697128 96.112923 +v 119.055946 -88.521248 95.665016 +v 119.309433 -88.157852 96.112923 +v 119.630066 -87.698212 96.400772 +v 118.152084 -87.540321 95.906525 +v 118.312950 -87.363182 96.112923 +v 115.639313 -84.507866 95.665016 +v 116.038506 -84.315628 96.112923 +v 116.543427 -84.072472 96.400772 +v 116.820152 -83.939209 96.475037 +v 115.333115 -83.209625 95.906525 +v 115.560211 -83.134224 96.112923 +v 114.835136 -79.347397 95.906525 +v 115.073929 -79.362724 96.112923 +v 115.633194 -79.398628 96.400772 +v 115.002045 -78.052902 95.906525 +v 115.236916 -78.098633 96.112923 +v 116.463409 -74.443291 95.906525 +v 116.663948 -74.573830 96.112923 +v 117.244072 -73.397278 95.906525 +v 117.426270 -73.552391 96.112923 +v 118.896217 -73.279053 96.475037 +v 117.853004 -73.915672 96.400772 +v 118.312950 -72.636818 96.112923 +v 118.015076 -72.308815 95.665016 +v 121.482185 -70.440948 95.906525 +v 121.564819 -70.665512 96.112923 +v 122.979744 -71.148682 96.475037 +v 122.846512 -70.564934 96.279053 +v 122.733444 -70.069580 95.906525 +v 126.625648 -69.944771 95.906525 +v 126.587463 -70.180984 96.112923 +v 127.583206 -71.296310 96.475037 +v 126.498016 -70.734222 96.400772 +v 127.830055 -70.464600 96.112923 +v 127.956123 -70.039848 95.665016 +v 131.350739 -72.036423 95.906525 +v 131.201553 -72.223503 96.112923 +v 131.521851 -73.683937 96.475037 +v 130.852127 -72.661659 96.400772 +v 132.145065 -73.080383 96.112923 +v 132.463348 -72.772148 95.665016 +v 134.441376 -76.177605 95.906525 +v 134.219589 -76.267403 96.112923 +v 134.004410 -78.839012 96.475037 +v 133.700119 -76.477707 96.400772 +v 134.621216 -77.477020 96.112923 +v 135.049789 -77.364639 95.665016 +v 156.202393 -78.900002 89.269043 +v 156.435486 -81.099998 86.500000 +v 155.475403 -77.767487 88.986931 +v 154.933304 -78.264412 89.329727 +v 155.646011 -78.899994 89.603348 +v 156.032211 -78.146744 89.084793 +v 155.804977 -77.917847 89.076172 +v 155.857086 -77.610756 87.611092 +v 155.396118 -77.619102 88.706810 +v 155.684265 -78.110855 89.343758 +v 155.915375 -78.489319 89.494316 +v 156.192780 -78.713882 89.258629 +v 156.078705 -78.899994 89.466843 +v 156.221588 -77.772408 87.407745 +v 156.909576 -78.899994 87.158882 +v 156.871872 -78.608902 87.175079 +v 156.373566 -78.467590 86.569305 +v 156.068512 -77.910690 86.910736 +v 155.708237 -77.595970 87.397957 +v 156.073196 -77.736473 87.173752 +v 156.546585 -78.190491 86.783997 +v 156.732834 -78.251671 87.167694 +v 156.307861 -78.283905 86.642845 +v 156.763870 -78.542450 86.712402 +v 156.935379 -78.899994 86.989487 +v 156.814728 -78.899994 86.674156 +v 154.819214 -77.773521 87.068710 +v 154.627594 -78.064102 86.776939 +v 154.468658 -78.279266 86.645134 +v 154.286026 -78.515587 86.553810 +v 155.601517 -81.662964 89.476112 +v 155.646011 -81.099998 89.603348 +v 154.927124 -82.089951 89.067673 +v 154.908020 -82.347412 88.705231 +v 156.202393 -81.099998 89.269043 +v 156.130157 -81.099998 89.407684 +v 155.467545 -82.425560 88.473442 +v 155.593765 -82.252983 88.929466 +v 155.770020 -82.219032 88.800926 +v 155.921646 -82.040306 88.965088 +v 155.804657 -81.706299 89.441628 +v 156.110931 -81.662964 89.170029 +v 155.951431 -81.099998 89.557617 +v 156.909576 -81.099998 87.158882 +v 156.403519 -82.089310 87.376312 +v 156.733582 -81.716087 87.234497 +v 156.063004 -82.304901 87.522614 +v 155.708237 -82.404030 87.397957 +v 156.068512 -82.089310 86.910736 +v 156.553009 -81.976318 87.115875 +v 156.370972 -81.748322 86.664772 +v 156.812531 -81.457550 86.780014 +v 156.408142 -81.391098 86.530602 +v 156.902466 -81.099998 86.821327 +v 156.671692 -81.271217 86.574837 +v 153.981003 -81.102333 86.500008 +v 154.749222 -82.112999 86.933655 +v 154.493927 -81.754189 86.662247 +v 152.957016 -91.704651 88.239975 +v 155.063538 -88.415924 89.258629 +v 147.971725 -99.770973 88.239975 +v 150.889832 -97.450386 89.269043 +v 140.737869 -105.901978 88.239975 +v 144.375153 -104.479523 89.258629 +v 131.963440 -109.497513 88.239975 +v 135.688232 -109.335320 89.269043 +v 122.507401 -110.205620 88.239975 +v 126.099998 -111.202393 89.269043 +v 116.404091 -110.015152 89.269043 +v 107.705841 -105.991447 89.258629 +v 99.098022 -95.737869 88.239975 +v 100.520477 -99.375145 89.258629 +v 95.502487 -86.963455 88.239975 +v 95.664680 -90.688232 89.269043 +v 94.794380 -77.507401 88.239975 +v 93.807228 -81.286118 89.258629 +v 93.090431 -81.100006 87.158882 +v 97.042999 -68.295341 88.239975 +v 94.984848 -71.404091 89.269043 +v 99.008553 -62.705841 89.258629 +v 109.159805 -53.961555 87.762009 +v 105.624855 -55.520477 89.258629 +v 118.036545 -50.502487 88.239975 +v 114.311768 -50.664680 89.269043 +v 127.492599 -49.794380 88.239975 +v 123.900002 -48.797607 89.269043 +v 136.704666 -52.042976 88.239975 +v 133.415924 -49.936470 89.258629 +v 144.770981 -57.028282 88.239975 +v 142.294159 -54.008553 89.258629 +v 151.038437 -64.159805 87.762009 +v 149.479523 -60.624855 89.258629 +v 154.658936 -72.981400 87.762009 +v 154.268661 -69.137726 89.258629 +v 155.687714 -88.814438 87.158882 +v 154.557007 -90.760262 86.500000 +v 151.461945 -97.866058 87.158882 +v 149.785278 -99.367233 86.500000 +v 144.645889 -105.168823 87.158882 +v 142.587402 -106.078400 86.500000 +v 123.900002 -111.814728 86.674156 +v 114.239738 -109.556999 86.500000 +v 114.122543 -109.917679 86.674156 +v 116.185562 -110.687721 87.158882 +v 107.133942 -106.461945 87.158882 +v 105.632767 -104.785278 86.500000 +v 99.831177 -99.645889 87.158882 +v 98.921600 -97.587395 86.500000 +v 94.763161 -88.667938 86.500000 +v 93.564514 -78.899994 86.500000 +v 94.312279 -71.185562 87.158882 +v 95.443001 -69.239738 86.500000 +v 98.538055 -62.133942 87.158882 +v 100.214722 -60.632774 86.500000 +v 105.354111 -54.831177 87.158882 +v 107.412605 -53.921593 86.500000 +v 114.107025 -50.034554 86.743958 +v 126.100006 -48.185272 86.674156 +v 135.760254 -50.442993 86.500000 +v 133.814438 -49.312279 87.158882 +v 142.866058 -53.538055 87.158882 +v 144.367233 -55.214722 86.500000 +v 155.236847 -71.332062 86.500000 +v 154.776489 -88.518356 89.557617 +v 126.100006 -110.951424 89.557617 +v 116.481644 -109.776474 89.557617 +v 94.048576 -81.099998 89.557617 +v 95.223526 -71.481651 89.557617 +v 114.389320 -50.903366 89.557617 +v 133.518356 -50.223518 89.557617 +v 154.840393 -71.460876 89.517235 +v 154.096634 -69.389320 89.557617 +v 154.142502 -87.121452 88.896599 +v 154.673706 -87.294174 88.986931 +v 154.004593 -87.599258 89.329727 +v 154.486023 -88.423981 89.603348 +v 155.086075 -87.826935 89.084793 +v 154.940689 -87.539009 89.076172 +v 154.725891 -87.108139 88.473442 +v 154.766251 -87.685280 89.343758 +v 154.869080 -88.116631 89.494316 +v 155.212845 -87.358086 87.426231 +v 155.512146 -87.717171 87.376312 +v 155.741821 -88.525932 87.175079 +v 155.311584 -88.237556 86.569305 +v 155.193558 -87.613647 86.910736 +v 154.659103 -87.018661 87.762260 +v 155.053223 -87.326828 87.213425 +v 155.561752 -88.027481 86.783997 +v 155.719986 -88.143227 87.167694 +v 155.305832 -88.042557 86.642845 +v 155.659653 -88.429367 86.712402 +v 155.744522 -88.652863 86.911140 +v 155.597534 -88.785126 86.674156 +v 154.047775 -87.097130 87.068710 +v 153.775757 -87.314285 86.776939 +v 153.558105 -87.469795 86.645134 +v 152.902985 -87.907394 86.500008 +v 153.589890 -91.037964 89.476112 +v 153.806183 -90.516304 89.603348 +v 153.428574 -91.401657 89.200119 +v 152.762665 -91.368156 88.896599 +v 154.335327 -90.688232 89.269043 +v 154.103638 -91.032745 89.353645 +v 153.226822 -91.721832 88.473442 +v 153.400208 -91.596710 88.929466 +v 153.578308 -91.618881 88.800926 +v 154.074371 -91.195381 89.170029 +v 153.769699 -91.141953 89.441628 +v 154.024414 -90.804031 89.541939 +v 155.007889 -90.906761 87.158882 +v 154.220886 -91.691269 87.376312 +v 154.650116 -91.438309 87.234497 +v 153.830429 -91.791084 87.522614 +v 153.462387 -91.775734 87.397957 +v 153.902283 -91.587753 86.910736 +v 154.397964 -91.630005 87.115875 +v 154.295303 -91.356918 86.664772 +v 154.805115 -91.216827 86.780014 +v 154.441055 -91.028671 86.530602 +v 155.032425 -90.914734 86.989487 +v 154.728729 -90.996094 86.574837 +v 154.965454 -90.892975 86.743958 +v 152.221939 -90.003998 86.500008 +v 152.640244 -91.202599 86.933655 +v 152.508316 -90.782455 86.662247 +v 150.967361 -96.106857 88.986931 +v 150.902252 -95.738052 88.239784 +v 150.566177 -97.215240 89.604652 +v 151.194901 -96.740967 89.084793 +v 151.197784 -96.290924 88.800926 +v 151.074478 -95.946045 88.473442 +v 151.111664 -96.391678 89.108101 +v 150.934509 -96.507416 89.343758 +v 150.899017 -96.949432 89.494316 +v 150.991455 -97.294159 89.258629 +v 150.741165 -97.342377 89.517235 +v 151.256531 -96.104950 87.397957 +v 151.634048 -96.768234 87.376312 +v 151.602554 -97.608391 87.175079 +v 151.282471 -97.201172 86.569305 +v 151.318192 -96.255188 87.213425 +v 151.585327 -97.078690 86.783997 +v 151.700043 -97.237671 87.167694 +v 151.337280 -97.013947 86.642845 +v 151.554245 -97.491158 86.712402 +v 151.456207 -97.861885 86.821327 +v 151.385223 -97.810310 86.674156 +v 150.432938 -95.726028 87.068710 +v 150.107117 -95.848495 86.776939 +v 149.852066 -95.929138 86.645134 +v 149.093811 -96.142883 86.500008 +v 148.309143 -98.829514 89.413605 +v 149.146591 -98.903198 89.603348 +v 148.483398 -99.583641 89.212769 +v 147.890900 -99.390884 88.896599 +v 149.596695 -99.230225 89.269043 +v 149.538269 -99.187759 89.407684 +v 148.223053 -99.870697 88.473442 +v 148.172791 -99.772331 88.720825 +v 148.589157 -99.881401 88.800926 +v 148.816879 -99.825928 88.965088 +v 148.918549 -99.486946 89.441628 +v 149.191818 -99.631912 89.170029 +v 149.393677 -99.082710 89.557617 +v 150.168823 -99.645889 87.158882 +v 149.177917 -100.148811 87.376312 +v 149.664307 -100.040871 87.234497 +v 148.775711 -100.123077 87.522614 +v 148.430435 -99.994751 87.397957 +v 148.906891 -99.951904 86.910736 +v 149.365265 -100.145264 87.115875 +v 149.352005 -99.853821 86.664772 +v 149.880157 -99.878113 86.780014 +v 149.592056 -99.586670 86.530602 +v 150.163086 -99.641724 86.821327 +v 149.875732 -99.644592 86.574837 +v 147.798203 -97.926414 86.500008 +v 147.825638 -99.195602 86.933655 +v 147.830002 -98.755264 86.662247 +v 144.719131 -103.342880 88.986931 +v 144.870697 -103.223045 88.473442 +v 144.151733 -103.088654 89.213837 +v 143.998474 -103.196396 89.329727 +v 143.903198 -104.146584 89.603348 +v 144.739594 -104.016266 89.084793 +v 144.791214 -103.697884 89.076172 +v 144.564117 -103.713684 89.343758 +v 144.393753 -104.123100 89.494316 +v 144.157532 -104.496635 89.466843 +v 145.153748 -103.949455 87.407745 +v 144.859253 -104.967216 87.175079 +v 144.680664 -104.481018 86.569305 +v 144.951904 -103.906891 86.910736 +v 144.869247 -103.111397 87.762260 +v 145.095612 -103.808273 87.173752 +v 145.006531 -104.458115 86.783997 +v 145.066528 -104.644760 87.167694 +v 144.790634 -104.319893 86.642845 +v 144.849518 -104.840790 86.712402 +v 144.786819 -105.071495 86.911140 +v 144.590149 -105.092087 86.674156 +v 144.328552 -102.815552 87.068710 +v 143.980835 -102.831345 86.776939 +v 143.713348 -102.829224 86.645134 +v 142.926422 -102.798203 86.500008 +v 141.641754 -105.734619 89.476112 +v 142.123352 -105.439713 89.603348 +v 141.282364 -105.881920 89.212769 +v 140.778427 -105.515511 88.896599 +v 142.450394 -105.889832 89.269043 +v 140.946045 -106.074463 88.473442 +v 140.928650 -105.965393 88.720825 +v 141.290924 -106.197784 88.800926 +v 141.524658 -106.215393 88.965088 +v 141.726105 -105.924423 89.441628 +v 142.060455 -106.032364 89.353645 +v 142.130798 -105.800774 89.541939 +v 142.866058 -106.461945 87.158882 +v 142.037292 -106.681923 87.291718 +v 142.451004 -106.651733 87.197731 +v 141.393677 -106.485283 87.522614 +v 141.104950 -106.256531 87.397957 +v 141.571320 -106.363022 86.910736 +v 141.947510 -106.688560 87.115875 +v 142.024963 -106.407288 86.664772 +v 142.519760 -106.593597 86.780014 +v 142.335831 -106.227386 86.530602 +v 142.587723 -106.370132 86.574837 +v 142.839828 -106.425850 86.743958 +v 141.142807 -104.094063 86.500008 +v 140.776703 -105.309616 86.933655 +v 140.916931 -104.892174 86.662247 +v 136.235657 -107.816544 89.067673 +v 136.540665 -108.293945 88.986931 +v 136.704773 -107.957306 88.239784 +v 135.516296 -108.806175 89.603348 +v 136.352036 -108.940697 89.084793 +v 136.701462 -108.349136 88.592575 +v 136.499512 -108.653847 89.076172 +v 136.278641 -108.598694 89.343758 +v 135.990112 -108.935432 89.494316 +v 135.862274 -109.268661 89.258629 +v 135.631439 -109.160553 89.517235 +v 135.588211 -109.027504 89.586998 +v 136.775742 -108.462379 87.397957 +v 136.691269 -109.220886 87.376312 +v 135.906769 -110.007889 87.158882 +v 136.171967 -109.882072 87.175079 +v 136.152374 -109.364494 86.569305 +v 136.571274 -109.217224 86.851753 +v 136.737305 -108.620163 87.213425 +v 136.468750 -109.639458 87.167694 +v 136.306763 -109.245239 86.642845 +v 136.201797 -109.758835 86.712402 +v 135.904572 -110.001129 86.821327 +v 135.858475 -109.859245 86.613991 +v 136.332153 -107.671730 87.068710 +v 135.996582 -107.579300 86.776939 +v 135.742828 -107.494621 86.645134 +v 135.004303 -107.222061 86.500008 +v 132.789780 -108.934158 89.413605 +v 133.448120 -109.560303 89.610146 +v 132.487488 -109.646698 89.212769 +v 132.121445 -109.142494 88.896599 +v 133.595901 -110.015152 89.269043 +v 133.573578 -109.946457 89.407684 +v 132.169342 -109.769707 88.627487 +v 132.614868 -110.038727 88.965088 +v 132.896378 -109.824242 89.441628 +v 133.032242 -110.102142 89.170029 +v 133.495895 -109.707336 89.586998 +v 133.814438 -110.687721 87.158882 +v 132.717178 -110.512154 87.376312 +v 133.174118 -110.710724 87.234497 +v 132.489990 -110.350655 87.328041 +v 132.018600 -109.658928 87.762009 +v 132.323349 -110.105919 87.269997 +v 132.613647 -110.193550 86.910736 +v 132.870819 -110.619400 87.115875 +v 133.031403 -110.375824 86.664772 +v 133.444397 -110.705917 86.780014 +v 133.382629 -110.300797 86.530602 +v 133.822418 -110.712265 86.989487 +v 133.578094 -110.514389 86.574837 +v 133.800644 -110.645287 86.743958 +v 132.907242 -107.903221 86.500008 +v 132.183426 -108.946144 86.933655 +v 132.445786 -108.592468 86.662247 +v 127.089951 -109.927116 89.067673 +v 127.232513 -110.475403 88.986931 +v 126.100006 -110.646011 89.603348 +v 126.853256 -111.032211 89.084793 +v 127.082153 -110.804970 89.076172 +v 127.490028 -110.376366 87.762260 +v 127.425568 -110.467537 88.473442 +v 126.889145 -110.684265 89.343758 +v 126.510681 -110.915367 89.494316 +v 126.286118 -111.192772 89.258629 +v 127.227592 -111.221588 87.407745 +v 126.100006 -111.909569 87.158882 +v 126.391098 -111.871864 87.175079 +v 126.532410 -111.373566 86.569305 +v 126.976318 -111.362953 86.851753 +v 127.404030 -110.708229 87.397957 +v 127.263527 -111.073196 87.173752 +v 126.748329 -111.732834 87.167694 +v 126.716095 -111.307861 86.642845 +v 126.457550 -111.763870 86.712402 +v 126.100006 -111.935371 86.989487 +v 126.100006 -111.814728 86.674156 +v 127.226479 -109.819214 87.068710 +v 126.935898 -109.627602 86.776939 +v 126.720734 -109.468658 86.645134 +v 123.337036 -110.601524 89.476112 +v 123.899994 -110.646011 89.603348 +v 123.077103 -109.936218 89.213837 +v 122.767380 -109.916809 88.896599 +v 123.900002 -111.202393 89.269043 +v 123.900002 -111.130157 89.407684 +v 122.574440 -110.467537 88.473442 +v 122.747017 -110.593773 88.929466 +v 122.780968 -110.770020 88.800926 +v 122.959694 -110.921646 88.965088 +v 123.293701 -110.804657 89.441628 +v 123.337036 -111.110939 89.170029 +v 123.693794 -110.942490 89.541939 +v 123.900002 -111.909569 87.158882 +v 122.910690 -111.403519 87.376312 +v 123.283913 -111.733566 87.234497 +v 122.695099 -111.063004 87.522614 +v 122.595970 -110.708229 87.397957 +v 122.910690 -111.068520 86.910736 +v 123.023682 -111.552994 87.115875 +v 123.251678 -111.370964 86.664772 +v 123.190491 -111.675591 86.963303 +v 123.608902 -111.408142 86.530602 +v 123.900002 -111.935371 86.989487 +v 123.542450 -111.812531 86.780014 +v 123.900002 -111.521156 86.507393 +v 123.897667 -108.981010 86.500008 +v 122.887001 -109.749222 86.933655 +v 123.245811 -109.493927 86.662247 +v 117.705826 -109.673714 88.986931 +v 118.036469 -109.497826 88.239784 +v 117.577988 -109.065247 89.213837 +v 116.576019 -109.486008 89.603348 +v 117.173065 -110.086067 89.084793 +v 117.460991 -109.940689 89.076172 +v 117.891861 -109.725891 88.473442 +v 117.314720 -109.766251 89.343758 +v 116.883369 -109.869080 89.494316 +v 116.584076 -110.063522 89.258629 +v 117.797005 -109.948151 87.397957 +v 117.282829 -110.512154 87.376312 +v 116.474068 -110.741821 87.175079 +v 116.762444 -110.311569 86.569305 +v 117.386353 -110.193550 86.910736 +v 117.673172 -110.053215 87.213425 +v 116.972519 -110.561745 86.783997 +v 116.856773 -110.719986 87.167694 +v 116.957443 -110.305847 86.642845 +v 116.570633 -110.659653 86.712402 +v 116.438759 -110.439018 86.538551 +v 116.347137 -110.744530 86.911140 +v 116.233856 -110.539085 86.613991 +v 117.902870 -109.047775 87.068710 +v 117.685715 -108.775749 86.776939 +v 117.530205 -108.558090 86.645134 +v 117.092934 -107.903496 86.500008 +v 113.962036 -108.589897 89.476112 +v 114.483696 -108.806175 89.603348 +v 113.764351 -107.816544 89.067673 +v 113.525391 -107.718826 88.705231 +v 114.311768 -109.335320 89.269043 +v 114.334091 -109.266617 89.407684 +v 113.278168 -108.226814 88.473442 +v 113.403290 -108.400192 88.929466 +v 113.381119 -108.578308 88.800926 +v 113.504242 -108.777740 88.965088 +v 113.858047 -108.769691 89.441628 +v 113.804619 -109.074371 89.170029 +v 114.411789 -109.027504 89.586998 +v 114.093239 -110.007889 87.158882 +v 113.308731 -109.220886 87.376312 +v 113.561691 -109.650116 87.234497 +v 113.208916 -108.830421 87.522614 +v 113.224266 -108.462379 87.397957 +v 113.412247 -108.902283 86.910736 +v 113.369995 -109.397964 87.115875 +v 113.643082 -109.295296 86.664772 +v 113.490761 -109.566109 86.963303 +v 113.971329 -109.441048 86.530602 +v 114.085266 -110.032425 86.989487 +v 113.783173 -109.805099 86.780014 +v 114.163422 -109.791870 86.565247 +v 114.846809 -107.278755 86.505745 +v 113.797401 -107.640236 86.933655 +v 114.217545 -107.508316 86.662247 +v 108.492584 -105.934509 89.343758 +v 109.059799 -105.990417 88.706810 +v 109.435532 -105.646584 88.281067 +v 107.876648 -105.439713 89.603348 +v 108.259033 -106.194901 89.084793 +v 108.709076 -106.197784 88.800926 +v 109.053955 -106.074463 88.473442 +v 108.608322 -106.111664 89.108101 +v 108.050568 -105.899010 89.494316 +v 107.697128 -105.686798 89.557617 +v 108.665756 -106.460335 87.426231 +v 108.231766 -106.634041 87.376312 +v 107.391609 -106.602554 87.175079 +v 107.798828 -106.282471 86.569305 +v 108.164192 -106.534813 86.851753 +v 109.159691 -106.038597 87.762260 +v 108.744812 -106.318192 87.213425 +v 107.762329 -106.700043 87.167694 +v 107.986053 -106.337280 86.642845 +v 107.508842 -106.554245 86.712402 +v 107.270050 -106.565903 86.911140 +v 107.189690 -106.385216 86.674156 +v 109.273972 -105.432938 87.068710 +v 109.151505 -105.107124 86.776939 +v 109.070862 -104.852066 86.645134 +v 108.857391 -104.094788 86.500008 +v 105.667511 -103.779694 89.476112 +v 106.096802 -104.146584 89.603348 +v 105.416359 -103.483398 89.212769 +v 105.521408 -102.816322 88.705231 +v 105.624855 -104.479523 89.258629 +v 105.129303 -103.223045 88.473442 +v 105.107834 -103.468529 88.702118 +v 105.260414 -104.016266 89.084793 +v 105.513054 -103.918549 89.441628 +v 105.917290 -104.393669 89.557617 +v 105.354111 -105.168823 87.158882 +v 104.851189 -104.177917 87.376312 +v 104.959129 -104.664307 87.234497 +v 104.876923 -103.775711 87.522614 +v 105.005249 -103.430428 87.397957 +v 105.048096 -103.906891 86.910736 +v 104.854736 -104.365257 87.115875 +v 105.146179 -104.352005 86.664772 +v 105.121887 -104.880150 86.780014 +v 105.413330 -104.592056 86.530602 +v 105.338943 -105.189697 86.989487 +v 105.355408 -104.875732 86.574837 +v 105.380333 -105.132721 86.743958 +v 106.561081 -102.821259 86.559380 +v 107.073257 -102.798218 86.500008 +v 106.244736 -102.830002 86.662247 +v 102.109100 -99.390884 88.896599 +v 101.657120 -99.719131 88.986931 +v 101.803604 -98.998474 89.329727 +v 100.853416 -98.903198 89.603348 +v 100.983734 -99.739586 89.084793 +v 101.302116 -99.791206 89.076172 +v 101.776955 -99.870697 88.473442 +v 101.286316 -99.564110 89.343758 +v 100.876900 -99.393761 89.494316 +v 100.503365 -99.157524 89.466843 +v 101.288521 -100.117722 87.426231 +v 100.822083 -100.148811 87.376312 +v 100.032784 -99.859238 87.175079 +v 100.518982 -99.680664 86.569305 +v 101.093109 -99.951904 86.910736 +v 101.888603 -99.869255 87.762260 +v 101.407639 -100.006958 87.213425 +v 100.541885 -100.006531 86.783997 +v 100.355240 -100.066513 87.167694 +v 100.680107 -99.790649 86.642845 +v 100.159210 -99.849518 86.712402 +v 99.836929 -99.641724 86.821327 +v 99.907913 -99.590149 86.674156 +v 102.184448 -99.328552 87.068710 +v 102.168655 -98.980843 86.776939 +v 102.170776 -98.713348 86.645134 +v 102.179634 -98.414810 86.553810 +v 99.265381 -96.641754 89.476112 +v 99.560287 -97.123352 89.603348 +v 99.118080 -96.282364 89.212769 +v 99.484489 -95.778427 88.896599 +v 99.110168 -97.450386 89.269043 +v 98.647331 -96.174789 87.563103 +v 98.829254 -96.172882 88.702118 +v 98.784607 -96.524643 88.965088 +v 99.075577 -96.726097 89.441628 +v 98.967636 -97.060455 89.353645 +v 99.199226 -97.130798 89.541939 +v 98.538055 -97.866058 87.158882 +v 98.365959 -96.768234 87.376312 +v 98.318314 -97.264175 87.234497 +v 98.449348 -96.502274 87.328041 +v 98.630615 -96.268158 87.269997 +v 98.636978 -96.571335 86.910736 +v 98.311440 -96.947510 87.115875 +v 98.592712 -97.024963 86.664772 +v 98.406403 -97.519753 86.780014 +v 98.772614 -97.335823 86.530602 +v 98.543793 -97.861885 86.821327 +v 98.629868 -97.587708 86.574837 +v 100.411385 -96.006363 86.559380 +v 100.107826 -95.916931 86.662247 +v 97.183456 -91.235649 89.067673 +v 96.706055 -91.540657 88.986931 +v 97.042694 -91.704765 88.239784 +v 97.068069 -90.900543 89.329727 +v 96.045151 -90.564606 89.604652 +v 96.059303 -91.352028 89.084793 +v 96.346153 -91.499504 89.076172 +v 96.391487 -91.807671 87.611092 +v 96.773186 -91.721832 88.473442 +v 96.401306 -91.278641 89.343758 +v 96.064568 -90.990112 89.494316 +v 95.731339 -90.862267 89.258629 +v 95.733383 -90.665909 89.407684 +v 95.994865 -91.766571 87.407745 +v 94.992111 -90.906761 87.158882 +v 95.117928 -91.171967 87.175079 +v 95.635506 -91.152374 86.569305 +v 95.782776 -91.571274 86.851753 +v 96.537621 -91.775734 87.397957 +v 96.147102 -91.754890 87.173752 +v 95.360542 -91.468742 87.167694 +v 95.754761 -91.306763 86.642845 +v 95.241165 -91.201790 86.712402 +v 94.967575 -90.914734 86.989487 +v 95.082321 -90.877457 86.674156 +v 97.328270 -91.332153 87.068710 +v 97.420700 -90.996582 86.776939 +v 97.505379 -90.742828 86.645134 +v 97.606049 -90.461639 86.553810 +v 95.382332 -87.874817 89.476112 +v 95.513992 -88.423973 89.603348 +v 95.353302 -87.487495 89.212769 +v 95.857506 -87.121452 88.896599 +v 94.984848 -88.595901 89.269043 +v 95.053543 -88.573586 89.407684 +v 95.230293 -87.169342 88.627487 +v 94.961273 -87.614868 88.965088 +v 95.175758 -87.896378 89.441628 +v 94.897858 -88.032234 89.170029 +v 95.168297 -88.319481 89.541939 +v 94.312279 -88.814438 87.158882 +v 94.487846 -87.717171 87.376312 +v 94.289276 -88.174110 87.234497 +v 94.745071 -87.406906 87.522614 +v 94.869576 -87.325371 87.299911 +v 94.806450 -87.613647 86.910736 +v 94.380600 -87.870819 87.115875 +v 94.624176 -88.031403 86.664772 +v 94.294083 -88.444397 86.780014 +v 94.699203 -88.382637 86.530602 +v 94.287735 -88.822411 86.989487 +v 94.485611 -88.578087 86.574837 +v 94.354713 -88.800652 86.743958 +v 96.668594 -87.624664 86.559380 +v 97.096779 -87.907249 86.500008 +v 96.053856 -87.183434 86.933655 +v 96.407532 -87.445793 86.662247 +v 95.072884 -82.089951 89.067673 +v 94.524597 -82.232506 88.986931 +v 94.794052 -82.492607 88.239784 +v 94.353989 -81.100006 89.603348 +v 93.967789 -81.853249 89.084793 +v 94.195030 -82.082153 89.076172 +v 94.142914 -82.389244 87.611092 +v 94.532463 -82.425560 88.473442 +v 94.315735 -81.889145 89.343758 +v 94.084633 -81.510674 89.494316 +v 93.778412 -82.227592 87.407745 +v 93.128136 -81.391098 87.175079 +v 93.626434 -81.532410 86.569305 +v 93.931480 -82.089310 86.910736 +v 94.291771 -82.404030 87.397957 +v 93.926804 -82.263527 87.173752 +v 93.453423 -81.809509 86.783997 +v 93.267166 -81.748322 87.167694 +v 93.692139 -81.716087 86.642845 +v 93.236130 -81.457550 86.712402 +v 93.064629 -81.099998 86.989487 +v 93.185272 -81.099998 86.674156 +v 95.180786 -82.226479 87.068710 +v 95.372398 -81.935898 86.776939 +v 95.531342 -81.720734 86.645134 +v 96.019157 -81.102119 86.500008 +v 94.398476 -78.337036 89.476112 +v 94.353989 -78.899994 89.603348 +v 94.490555 -77.959694 89.212769 +v 95.083191 -77.767380 88.896599 +v 93.797607 -78.899994 89.269043 +v 94.532463 -77.574432 88.473442 +v 94.406227 -77.747009 88.929466 +v 94.229980 -77.780968 88.800926 +v 94.078354 -77.959694 88.965088 +v 94.195343 -78.293701 89.441628 +v 93.911491 -78.500755 89.353645 +v 94.057510 -78.693787 89.541939 +v 93.090431 -78.899994 87.158882 +v 93.596481 -77.910690 87.376312 +v 93.266434 -78.283905 87.234497 +v 93.936996 -77.695107 87.522614 +v 94.291771 -77.595970 87.397957 +v 93.931480 -77.910690 86.910736 +v 93.447006 -78.023682 87.115875 +v 93.629036 -78.251671 86.664772 +v 93.187469 -78.542450 86.780014 +v 93.591858 -78.608902 86.530602 +v 93.064629 -78.899994 86.989487 +v 93.328316 -78.728783 86.574837 +v 93.135048 -78.899994 86.743958 +v 95.918854 -78.773338 86.505745 +v 95.250778 -77.887001 86.933655 +v 95.506073 -78.245811 86.662247 +v 95.891792 -72.739677 89.067673 +v 95.326286 -72.705826 88.986931 +v 95.502174 -73.036469 88.239784 +v 95.995415 -72.400742 89.329727 +v 95.513992 -71.576019 89.603348 +v 94.913933 -72.173065 89.084793 +v 95.059311 -72.460991 89.076172 +v 94.914848 -72.736938 87.611092 +v 95.274109 -72.891861 88.473442 +v 95.233749 -72.314720 89.343758 +v 95.130920 -71.883362 89.494316 +v 94.936478 -71.584076 89.258629 +v 94.618141 -72.470566 87.407745 +v 94.258179 -71.474060 87.175079 +v 94.688431 -71.762444 86.569305 +v 94.806450 -72.386353 86.910736 +v 95.051849 -72.796997 87.397957 +v 94.748169 -72.550598 87.173752 +v 94.438255 -71.972519 86.783997 +v 94.280014 -71.856773 87.167694 +v 94.694153 -71.957443 86.642845 +v 94.340347 -71.570633 86.712402 +v 94.255470 -71.347137 86.911140 +v 94.460915 -71.233856 86.613991 +v 95.952225 -72.902863 87.068710 +v 96.224251 -72.685715 86.776939 +v 96.441910 -72.530205 86.645134 +v 97.013054 -69.294998 89.413605 +v 96.193825 -69.483704 89.603348 +v 97.123169 -68.920410 89.213837 +v 97.237343 -68.631844 88.896599 +v 95.664680 -69.311768 89.269043 +v 95.733383 -69.334091 89.407684 +v 96.773186 -68.278168 88.473442 +v 96.851372 -68.356194 88.720825 +v 96.421692 -68.381111 88.800926 +v 96.436226 -68.524765 89.136795 +v 96.222260 -68.504242 88.965088 +v 96.230309 -68.858055 89.441628 +v 95.925629 -68.804619 89.170029 +v 95.972496 -69.411789 89.586998 +v 94.992111 -69.093239 87.158882 +v 95.779114 -68.308731 87.376312 +v 95.349884 -68.561691 87.234497 +v 96.169579 -68.208916 87.522614 +v 96.318230 -68.216125 87.299911 +v 96.097717 -68.412254 86.910736 +v 95.602036 -68.369995 87.115875 +v 95.704704 -68.643082 86.664772 +v 95.194901 -68.783173 86.780014 +v 95.558952 -68.971336 86.530602 +v 94.967575 -69.085266 86.989487 +v 95.271263 -69.003906 86.574837 +v 95.034554 -69.107025 86.743958 +v 97.597748 -69.515701 86.559380 +v 97.359764 -68.797401 86.933655 +v 97.491684 -69.217545 86.662247 +v 99.032646 -63.893143 88.986931 +v 99.097755 -64.261948 88.239784 +v 99.763298 -63.809769 89.329727 +v 99.560287 -62.876648 89.603348 +v 98.805099 -63.259033 89.084793 +v 98.870117 -63.943016 88.592575 +v 98.888336 -63.608322 89.108101 +v 99.065491 -63.492584 89.343758 +v 99.100990 -63.050568 89.494316 +v 99.313202 -62.697128 89.557617 +v 98.743469 -63.895050 87.397957 +v 98.365959 -63.231758 87.376312 +v 98.397446 -62.391609 87.175079 +v 98.717529 -62.798828 86.569305 +v 98.636978 -63.428673 86.910736 +v 98.681808 -63.744812 87.213425 +v 98.414680 -62.921310 86.783997 +v 98.299957 -62.762337 87.167694 +v 98.662720 -62.986046 86.642845 +v 98.445755 -62.508850 86.712402 +v 98.434097 -62.270050 86.911140 +v 98.664490 -62.225800 86.613991 +v 99.567062 -64.273964 87.068710 +v 99.892876 -64.151512 86.776939 +v 100.147934 -64.070862 86.645134 +v 100.434593 -63.987030 86.553810 +v 101.220306 -60.667511 89.476112 +v 100.853416 -61.096802 89.603348 +v 102.016899 -60.718475 89.067673 +v 102.183670 -60.521416 88.705231 +v 100.520477 -60.624855 89.258629 +v 101.776955 -60.129303 88.473442 +v 101.573387 -60.194733 88.929466 +v 101.410851 -60.118599 88.800926 +v 100.983734 -60.260406 89.084793 +v 101.081451 -60.513054 89.441628 +v 100.606331 -60.917290 89.557617 +v 99.831177 -60.354111 87.158882 +v 100.822083 -59.851189 87.376312 +v 100.335693 -59.959129 87.234497 +v 101.224289 -59.876923 87.522614 +v 101.569572 -60.005249 87.397957 +v 101.093109 -60.048096 86.910736 +v 100.634743 -59.854736 87.115875 +v 100.647995 -60.146179 86.664772 +v 100.119850 -60.121887 86.780014 +v 100.407944 -60.413330 86.530602 +v 99.810303 -60.338936 86.989487 +v 100.124268 -60.355408 86.574837 +v 99.867279 -60.380333 86.743958 +v 102.201828 -62.074081 86.500008 +v 102.174362 -60.804398 86.933655 +v 102.169998 -61.244736 86.662247 +v 105.207428 -56.808487 88.706810 +v 105.228821 -57.028008 88.239784 +v 106.096802 -55.853416 89.603348 +v 105.260414 -55.983734 89.084793 +v 105.208794 -56.302116 89.076172 +v 105.129303 -56.776947 88.473442 +v 105.435890 -56.286316 89.343758 +v 105.606239 -55.876892 89.494316 +v 105.917290 -55.606331 89.557617 +v 105.005249 -56.569572 87.397957 +v 104.851189 -55.822083 87.376312 +v 105.140762 -55.032784 87.175079 +v 105.319336 -55.518982 86.569305 +v 104.993042 -56.407639 87.213425 +v 104.993469 -55.541893 86.783997 +v 104.933487 -55.355232 87.167694 +v 105.209351 -55.680107 86.642845 +v 105.150482 -55.159210 86.712402 +v 105.358276 -54.836922 86.821327 +v 105.409851 -54.907906 86.674156 +v 105.671448 -57.184441 87.068710 +v 106.019157 -57.168663 86.776939 +v 106.286652 -57.170776 86.645134 +v 107.073586 -57.201805 86.500008 +v 108.358246 -54.265381 89.476112 +v 107.876648 -54.560295 89.603348 +v 108.717636 -54.118088 89.212769 +v 109.319595 -54.424133 88.705231 +v 107.549614 -54.110168 89.269043 +v 108.825211 -53.647331 87.563103 +v 109.046867 -53.985657 88.692101 +v 108.827118 -53.829254 88.702118 +v 108.475357 -53.784599 88.965088 +v 108.273903 -54.075569 89.441628 +v 107.939545 -53.967636 89.353645 +v 107.739853 -54.372009 89.586998 +v 107.133942 -53.538055 87.158882 +v 108.231766 -53.365959 87.376312 +v 107.735825 -53.318306 87.234497 +v 108.606323 -53.514717 87.522614 +v 108.895050 -53.743469 87.397957 +v 108.428665 -53.636971 86.910736 +v 108.052490 -53.311440 87.115875 +v 107.975037 -53.592712 86.664772 +v 107.480247 -53.406403 86.780014 +v 107.664177 -53.772606 86.530602 +v 107.138115 -53.543793 86.821327 +v 107.412292 -53.629868 86.574837 +v 108.857193 -55.905937 86.500008 +v 109.223297 -54.690384 86.933655 +v 109.083069 -55.107826 86.662247 +v 113.631851 -52.237335 88.896599 +v 113.459343 -51.706055 88.986931 +v 114.099457 -52.068062 89.329727 +v 114.483704 -51.193825 89.603348 +v 113.647972 -51.059303 89.084793 +v 113.500496 -51.346153 89.076172 +v 113.192329 -51.391479 87.611092 +v 113.278168 -51.773186 88.473442 +v 113.721359 -51.401306 89.343758 +v 114.009888 -51.064568 89.494316 +v 114.137733 -50.731339 89.258629 +v 113.233429 -50.994865 87.407745 +v 114.093239 -49.992119 87.158882 +v 113.828033 -50.117920 87.175079 +v 113.847626 -50.635506 86.569305 +v 113.428726 -50.782776 86.851753 +v 113.224266 -51.537621 87.397957 +v 113.245110 -51.147102 87.173752 +v 113.531258 -50.360542 87.167694 +v 113.693237 -50.754761 86.642845 +v 113.798210 -50.241165 86.712402 +v 114.085266 -49.967575 86.989487 +v 113.667847 -52.328270 87.068710 +v 114.003418 -52.420700 86.776939 +v 114.257172 -52.505379 86.645134 +v 114.995689 -52.777939 86.500008 +v 117.125183 -50.382332 89.476112 +v 116.576027 -50.513985 89.603348 +v 117.512505 -50.353302 89.212769 +v 117.878548 -50.857506 88.896599 +v 116.404099 -49.984848 89.269043 +v 116.426414 -50.053543 89.407684 +v 117.891861 -50.274109 88.473442 +v 117.874695 -50.383217 88.720825 +v 117.601974 -50.050255 88.800926 +v 117.385132 -49.961273 88.965088 +v 117.103622 -50.175758 89.441628 +v 116.967766 -49.897858 89.170029 +v 116.680519 -50.168304 89.541939 +v 116.185562 -49.312279 87.158882 +v 117.282829 -49.487846 87.376312 +v 116.825890 -49.289276 87.234497 +v 117.593094 -49.745071 87.522614 +v 117.674629 -49.869576 87.299911 +v 117.386353 -49.806450 86.910736 +v 117.129181 -49.380600 87.115875 +v 116.968597 -49.624176 86.664772 +v 116.932648 -49.315552 86.963303 +v 116.617363 -49.699203 86.530602 +v 116.177589 -49.287743 86.989487 +v 116.199348 -49.354721 86.743958 +v 116.255753 -49.528290 86.565247 +v 117.092751 -52.096779 86.500008 +v 117.816566 -51.053856 86.933655 +v 117.554207 -51.407532 86.662247 +v 122.767494 -49.524597 88.986931 +v 122.507393 -49.794044 88.239784 +v 123.264412 -50.066704 89.329727 +v 122.910049 -50.072884 89.067673 +v 123.899994 -49.353996 89.603348 +v 123.146751 -48.967796 89.084793 +v 122.917847 -49.195030 89.076172 +v 122.610756 -49.142914 87.611092 +v 122.574440 -49.532463 88.473442 +v 123.110855 -49.315735 89.343758 +v 123.489326 -49.084633 89.494316 +v 123.713882 -48.807228 89.258629 +v 123.900002 -48.921295 89.466843 +v 122.772408 -48.778412 87.407745 +v 123.899994 -48.090424 87.158882 +v 123.608902 -48.128128 87.175079 +v 123.467590 -48.626434 86.569305 +v 123.023682 -48.637047 86.851753 +v 122.595970 -49.291771 87.397957 +v 122.736473 -48.926804 87.173752 +v 123.251678 -48.267174 87.167694 +v 123.283913 -48.692139 86.642845 +v 123.542450 -48.236130 86.712402 +v 123.900002 -48.064629 86.989487 +v 123.900002 -48.185272 86.674156 +v 122.773521 -50.180786 87.068710 +v 123.064102 -50.372398 86.776939 +v 123.279266 -50.531342 86.645134 +v 123.897667 -51.018990 86.500008 +v 126.662964 -49.398476 89.476112 +v 126.100006 -49.353989 89.603348 +v 127.040306 -49.490562 89.212769 +v 127.232620 -50.083191 88.896599 +v 126.100006 -48.797607 89.269043 +v 126.100006 -48.869850 89.407684 +v 127.380898 -49.471878 88.627487 +v 127.040306 -49.078354 88.965088 +v 126.706299 -49.195351 89.441628 +v 126.662964 -48.889061 89.170029 +v 126.100006 -49.048576 89.557617 +v 126.100006 -48.090424 87.158882 +v 127.089310 -48.596489 87.376312 +v 126.716095 -48.266426 87.234497 +v 127.304893 -48.936996 87.522614 +v 127.404030 -49.291771 87.397957 +v 127.089310 -48.931480 86.910736 +v 126.976318 -48.446999 87.115875 +v 126.748329 -48.629028 86.664772 +v 126.809509 -48.324402 86.963303 +v 126.391098 -48.591858 86.530602 +v 126.100006 -48.064629 86.989487 +v 126.457550 -48.187469 86.780014 +v 126.100006 -48.478844 86.507393 +v 126.102325 -51.018990 86.500008 +v 127.112999 -50.250778 86.933655 +v 126.754189 -50.506073 86.662247 +v 132.260330 -50.891792 89.067673 +v 132.294174 -50.326286 88.986931 +v 131.963531 -50.502167 88.239784 +v 132.599258 -50.995415 89.329727 +v 133.423981 -50.513985 89.603348 +v 132.826935 -49.913933 89.084793 +v 132.539017 -50.059311 89.076172 +v 132.263062 -49.914856 87.611092 +v 132.108139 -50.274109 88.473442 +v 132.685272 -50.233757 89.343758 +v 133.116638 -50.130920 89.494316 +v 132.529434 -49.618141 87.407745 +v 133.525940 -49.258179 87.175079 +v 133.237549 -49.688423 86.569305 +v 132.203003 -50.051849 87.397957 +v 132.449402 -49.748169 87.173752 +v 133.027481 -49.438255 86.783997 +v 133.143234 -49.280022 87.167694 +v 133.042557 -49.694160 86.642845 +v 133.429367 -49.340355 86.712402 +v 133.652863 -49.255478 86.911140 +v 133.766144 -49.460915 86.613991 +v 132.097137 -50.952225 87.068710 +v 132.314285 -51.224251 86.776939 +v 132.469803 -51.441902 86.645134 +v 132.907059 -52.096504 86.500008 +v 136.037964 -51.410103 89.476112 +v 135.516296 -51.193825 89.603348 +v 136.368378 -51.614288 89.212769 +v 136.368164 -52.237335 88.896599 +v 135.688232 -50.664680 89.269043 +v 136.721832 -51.773186 88.473442 +v 136.643814 -51.851372 88.720825 +v 136.618896 -51.421692 88.800926 +v 136.475235 -51.436218 89.136795 +v 136.495758 -51.222252 88.965088 +v 136.141953 -51.230309 89.441628 +v 136.032745 -50.896362 89.353645 +v 135.804031 -50.975586 89.541939 +v 135.906754 -49.992119 87.158882 +v 136.691269 -50.779114 87.376312 +v 136.438309 -50.349884 87.234497 +v 136.791092 -51.169579 87.522614 +v 136.783875 -51.318230 87.299911 +v 136.587738 -51.097717 86.910736 +v 136.630005 -50.602036 87.115875 +v 136.356918 -50.704704 86.664772 +v 136.216827 -50.194893 86.780014 +v 136.028671 -50.558952 86.530602 +v 135.914734 -49.967575 86.989487 +v 135.996094 -50.271271 86.574837 +v 135.892975 -50.034554 86.743958 +v 135.153183 -52.721252 86.505745 +v 136.202591 -52.359764 86.933655 +v 135.782455 -52.491684 86.662247 +v 141.106857 -54.032646 88.986931 +v 140.738052 -54.097755 88.239784 +v 141.040405 -54.650841 89.213837 +v 142.215240 -54.433823 89.604652 +v 141.190231 -54.763298 89.329727 +v 141.740967 -53.805099 89.084793 +v 141.290924 -53.802216 88.800926 +v 140.946045 -53.925529 88.473442 +v 141.391678 -53.888336 89.108101 +v 141.507416 -54.065491 89.343758 +v 141.949432 -54.100990 89.494316 +v 142.342377 -54.258835 89.517235 +v 141.768250 -53.365959 87.376312 +v 142.608398 -53.397446 87.175079 +v 142.201172 -53.717529 86.569305 +v 140.564468 -54.353416 87.680992 +v 141.334244 -53.539665 87.426231 +v 141.255188 -53.681808 87.213425 +v 142.078690 -53.414680 86.783997 +v 142.237671 -53.299957 87.167694 +v 142.013947 -53.662720 86.642845 +v 142.491150 -53.445763 86.712402 +v 142.875824 -53.524612 86.903992 +v 142.810318 -53.614777 86.674156 +v 140.726028 -54.567062 87.068710 +v 140.848495 -54.892876 86.776939 +v 140.929138 -55.147934 86.645134 +v 141.142807 -55.905937 86.500008 +v 143.829514 -56.690857 89.413605 +v 143.903198 -55.853416 89.603348 +v 144.583649 -56.516602 89.212769 +v 144.390884 -57.109100 88.896599 +v 144.375137 -55.520477 89.258629 +v 144.870178 -56.701683 88.627487 +v 144.881409 -56.410851 88.800926 +v 144.739594 -55.983734 89.084793 +v 144.486954 -56.081451 89.441628 +v 144.082718 -55.606331 89.557617 +v 144.645889 -54.831177 87.158882 +v 145.148819 -55.822083 87.376312 +v 145.040878 -55.335693 87.234497 +v 145.123077 -56.224289 87.522614 +v 144.994751 -56.569572 87.397957 +v 145.164978 -55.929047 87.244446 +v 144.951904 -56.093109 86.910736 +v 144.853821 -55.648003 86.664772 +v 144.878113 -55.119850 86.780014 +v 144.586670 -55.407944 86.530602 +v 144.641724 -54.836922 86.821327 +v 144.644592 -55.124268 86.574837 +v 143.438919 -57.178741 86.559380 +v 144.195602 -57.174362 86.933655 +v 143.755264 -57.169998 86.662247 +v 147.983109 -60.718475 89.067673 +v 148.342896 -60.280876 88.986931 +v 147.971985 -60.228821 88.239784 +v 149.033401 -60.948982 89.589966 +v 148.196396 -61.001526 89.329727 +v 149.016266 -60.260406 89.084793 +v 148.697891 -60.208794 89.076172 +v 148.559540 -59.929718 87.611092 +v 148.223053 -60.129303 88.473442 +v 148.713684 -60.435890 89.343758 +v 149.123108 -60.606247 89.494316 +v 149.393677 -60.917290 89.557617 +v 148.949463 -59.846252 87.407745 +v 150.168823 -60.354118 87.158882 +v 149.967224 -60.140755 87.175079 +v 149.481018 -60.319336 86.569305 +v 148.430435 -60.005249 87.397957 +v 148.808289 -59.904396 87.173752 +v 149.458115 -59.993469 86.783997 +v 149.644775 -59.933479 87.167694 +v 149.319901 -60.209358 86.642845 +v 149.840790 -60.150482 86.712402 +v 150.189697 -60.338936 86.989487 +v 150.092102 -60.409851 86.674156 +v 147.815552 -60.671440 87.068710 +v 147.831345 -61.019157 86.776939 +v 147.829224 -61.286652 86.645134 +v 150.734619 -63.358246 89.476112 +v 150.439713 -62.876640 89.603348 +v 150.349167 -63.959595 89.213837 +v 150.515518 -64.221573 88.896599 +v 150.889832 -62.549614 89.269043 +v 151.074478 -64.053955 88.473442 +v 151.197784 -63.709068 88.800926 +v 151.075165 -63.840134 88.929466 +v 151.215393 -63.475349 88.965088 +v 150.924438 -63.273895 89.441628 +v 151.032364 -62.939545 89.353645 +v 150.627991 -62.739853 89.586998 +v 151.461945 -62.133942 87.158882 +v 151.634048 -63.231758 87.376312 +v 151.681702 -62.735825 87.234497 +v 151.485291 -63.606323 87.522614 +v 151.078415 -62.412598 86.500000 +v 151.256531 -63.895050 87.397957 +v 151.363037 -63.428673 86.910736 +v 151.688568 -63.052490 87.115875 +v 151.407288 -62.975029 86.664772 +v 151.689697 -62.845482 86.963303 +v 151.227402 -62.664177 86.530602 +v 151.482819 -62.118774 86.989487 +v 151.456207 -62.138123 86.821327 +v 151.335510 -62.225800 86.613991 +v 149.094070 -63.857193 86.500008 +v 150.309616 -64.223297 86.933655 +v 149.892166 -64.083069 86.662247 +v 153.293945 -68.459343 88.986931 +v 152.957321 -68.295227 88.239784 +v 152.931946 -69.099457 89.329727 +v 153.954849 -69.435387 89.604652 +v 153.940689 -68.647972 89.084793 +v 153.653854 -68.500488 89.076172 +v 153.226822 -68.278168 88.473442 +v 153.598694 -68.721359 89.343758 +v 153.935440 -69.009888 89.494316 +v 153.462387 -68.224266 87.397957 +v 154.220886 -68.308731 87.376312 +v 155.007874 -69.093239 87.158882 +v 154.882080 -68.828033 87.175079 +v 154.364502 -68.847626 86.569305 +v 153.902283 -68.412254 86.910736 +v 153.620163 -68.262688 87.213425 +v 154.443405 -68.530632 86.783997 +v 154.639465 -68.531258 87.167694 +v 154.245239 -68.693237 86.642845 +v 154.758835 -68.798210 86.712402 +v 155.023682 -69.088104 86.903992 +v 154.859253 -69.141533 86.613991 +v 152.671738 -68.667839 87.068710 +v 152.579300 -69.003418 86.776939 +v 152.494629 -69.257164 86.645134 +v 152.221848 -69.996254 86.500008 +v 154.617661 -72.125183 89.476112 +v 154.634689 -71.527710 89.604652 +v 154.646698 -72.512512 89.212769 +v 154.169617 -72.990433 88.705231 +v 155.015152 -71.404091 89.269043 +v 155.061172 -72.760284 87.563103 +v 154.887558 -72.705887 88.702118 +v 155.038727 -72.385132 88.965088 +v 154.824249 -72.103622 89.441628 +v 155.102142 -71.967766 89.170029 +v 154.831696 -71.680519 89.541939 +v 155.687729 -71.185562 87.158882 +v 155.512146 -72.282829 87.376312 +v 155.710724 -71.825890 87.234497 +v 155.350662 -72.510010 87.328041 +v 155.105927 -72.676651 87.269997 +v 155.193558 -72.386353 86.910736 +v 155.619400 -72.129181 87.115875 +v 155.375824 -71.968597 86.664772 +v 155.705917 -71.555603 86.780014 +v 155.300797 -71.617371 86.530602 +v 155.680969 -71.187759 86.821327 +v 155.514389 -71.421906 86.574837 +v 153.331406 -72.375336 86.559380 +v 153.592468 -72.554207 86.662247 +v 147.416092 -99.864151 87.190987 +v 147.144226 -99.623222 86.690987 +v 147.821259 -98.438919 86.559380 +v 144.438354 -101.935577 86.548943 +v 144.824326 -102.371155 87.046013 +v 144.888443 -102.443512 87.343567 +v 146.178604 -101.178596 87.190987 +v 146.078156 -101.078156 86.912216 +v 145.921722 -100.921722 86.690987 +v 145.724609 -100.724609 86.548943 +v 140.180603 -105.818886 87.190987 +v 140.108612 -105.696442 86.912216 +v 139.996490 -105.505737 86.690987 +v 141.006363 -104.588615 86.559380 +v 136.708496 -106.868744 86.548943 +v 136.940979 -107.402283 87.046013 +v 136.979614 -107.490913 87.343567 +v 138.570236 -106.633087 87.046013 +v 138.533020 -106.560028 86.912216 +v 138.432571 -106.362907 86.690987 +v 138.306015 -106.114525 86.548943 +v 131.459137 -109.246284 87.190987 +v 131.380798 -108.891563 86.690987 +v 132.624664 -108.331406 86.559380 +v 127.832542 -109.171822 86.548943 +v 127.888786 -109.751083 87.046013 +v 127.898132 -109.847321 87.343567 +v 129.685379 -109.582306 87.190987 +v 129.663162 -109.442017 86.912216 +v 129.628555 -109.223511 86.690987 +v 129.584946 -108.948174 86.548943 +v 122.128990 -109.568047 86.792892 +v 123.496597 -109.300919 86.559380 +v 120.463402 -108.642960 86.500000 +v 118.679321 -108.619354 86.548943 +v 118.553802 -109.187653 87.046013 +v 118.532959 -109.282059 87.343567 +v 120.314621 -109.582306 87.190987 +v 120.336845 -109.442017 86.912216 +v 120.371452 -109.223511 86.690987 +v 120.415062 -108.948174 86.548943 +v 113.035019 -107.457336 87.190987 +v 113.091766 -107.327118 86.912216 +v 110.144806 -105.265427 86.548943 +v 109.849823 -105.767120 87.046013 +v 109.800827 -105.850464 87.343567 +v 111.429764 -106.633087 87.046013 +v 111.466988 -106.560028 86.912216 +v 111.567429 -106.362907 86.690987 +v 113.291504 -106.868744 86.548943 +v 105.135849 -102.416092 87.190987 +v 105.804398 -102.825638 86.933655 +v 105.376778 -102.144211 86.690987 +v 102.855789 -99.623222 86.690987 +v 102.628845 -99.824326 87.046013 +v 102.556488 -99.888443 87.343567 +v 103.821404 -101.178596 87.190987 +v 103.921844 -101.078156 86.912216 +v 104.078278 -100.921722 86.690987 +v 104.275391 -100.724609 86.548943 +v 99.181114 -95.180611 87.190987 +v 99.690384 -95.776703 86.933655 +v 99.494263 -94.996490 86.690987 +v 97.875694 -91.819855 86.690987 +v 97.597717 -91.940994 87.046013 +v 97.509087 -91.979614 87.343567 +v 98.313416 -93.597496 87.190987 +v 98.439972 -93.533012 86.912216 +v 98.637093 -93.432571 86.690987 +v 98.885475 -93.306015 86.548943 +v 95.753716 -86.459145 87.190987 +v 95.991920 -86.406532 86.792892 +v 96.357040 -84.536598 86.500000 +v 95.828178 -82.832542 86.548943 +v 95.248917 -82.888786 87.046013 +v 95.152679 -82.898125 87.343567 +v 95.417694 -84.685379 87.190987 +v 95.557983 -84.663155 86.912216 +v 95.776489 -84.628548 86.690987 +v 96.051826 -84.584938 86.548943 +v 95.431953 -77.128990 86.792892 +v 95.828178 -77.167458 86.548943 +v 96.380646 -73.679314 86.548943 +v 95.812347 -73.553802 87.046013 +v 95.717941 -73.532959 87.343567 +v 95.477005 -75.324013 87.046013 +v 95.658638 -75.352783 86.792892 +v 96.051826 -75.415062 86.548943 +v 97.542664 -68.035027 87.190987 +v 97.672882 -68.091766 86.912216 +v 97.875694 -68.180145 86.690987 +v 99.494263 -65.003510 86.690987 +v 99.232880 -64.849823 87.046013 +v 99.149536 -64.800819 87.343567 +v 98.366913 -66.429764 87.046013 +v 98.439972 -66.466988 86.912216 +v 98.637093 -66.567429 86.690987 +v 98.885475 -66.693985 86.548943 +v 102.583908 -60.135857 87.190987 +v 102.690216 -60.230042 86.912216 +v 102.855789 -60.376770 86.690987 +v 102.178741 -61.561081 86.559380 +v 105.561661 -58.064423 86.548943 +v 105.175674 -57.628845 87.046013 +v 105.111557 -57.556488 87.343567 +v 103.863861 -58.863861 87.046013 +v 103.921844 -58.921844 86.912216 +v 104.078278 -59.078278 86.690987 +v 104.275391 -59.275398 86.548943 +v 109.819389 -54.181114 87.190987 +v 110.003510 -54.494263 86.690987 +v 108.993637 -55.411385 86.559380 +v 113.291504 -53.131256 86.548943 +v 113.059006 -52.597717 87.046013 +v 113.020386 -52.509087 87.343567 +v 111.402504 -53.313416 87.190987 +v 111.466988 -53.439972 86.912216 +v 111.567429 -53.637085 86.690987 +v 111.693985 -53.885475 86.548943 +v 118.540855 -50.753716 87.190987 +v 118.593468 -50.991928 86.792892 +v 117.375336 -51.668602 86.559380 +v 120.463402 -51.357040 86.500000 +v 122.167458 -50.828178 86.548943 +v 122.111214 -50.248909 87.046013 +v 122.101875 -50.152679 87.343567 +v 120.314621 -50.417694 87.190987 +v 120.336845 -50.557983 86.912216 +v 120.371452 -50.776489 86.690987 +v 120.415062 -51.051826 86.548943 +v 127.871010 -50.431953 86.792892 +v 126.503403 -50.699089 86.559380 +v 129.536606 -51.357040 86.500000 +v 131.320679 -51.380646 86.548943 +v 131.446198 -50.812347 87.046013 +v 131.970001 -50.834778 87.343697 +v 129.685379 -50.417694 87.190987 +v 129.663162 -50.557983 86.912216 +v 129.628555 -50.776489 86.690987 +v 129.584946 -51.051826 86.548943 +v 136.964966 -52.542664 87.190987 +v 136.908234 -52.672882 86.912216 +v 139.855194 -54.734581 86.548943 +v 140.150177 -54.232880 87.046013 +v 140.199173 -54.149536 87.343567 +v 138.570236 -53.366913 87.046013 +v 138.533020 -53.439972 86.912216 +v 138.432571 -53.637085 86.690987 +v 136.708496 -53.131256 86.548943 +v 146.935577 -60.561653 86.548943 +v 144.864151 -57.583916 87.190987 +v 144.702362 -57.766479 86.792892 +v 146.704300 -60.766609 86.500000 +v 147.309784 -60.230042 86.912216 +v 147.781738 -60.501709 87.343697 +v 146.178604 -58.821404 87.190987 +v 146.006104 -58.993904 86.792892 +v 145.724609 -59.275398 86.548943 +v 150.818878 -64.819389 87.190987 +v 150.505737 -65.003510 86.690987 +v 149.588608 -63.993637 86.559380 +v 151.868744 -68.291504 86.548943 +v 152.402283 -68.059013 87.046013 +v 152.490921 -68.020386 87.343567 +v 151.560028 -66.466988 86.912216 +v 151.362915 -66.567429 86.690987 +v 151.114532 -66.693985 86.548943 +v 154.246277 -73.540855 87.190987 +v 153.946136 -72.816566 86.933655 +v 153.891571 -73.619202 86.690987 +v 154.449280 -77.140518 86.690987 +v 154.751099 -77.111214 87.046013 +v 154.847321 -77.101868 87.343567 +v 154.442017 -75.336845 86.912216 +v 154.223511 -75.371452 86.690987 +v 153.948181 -75.415062 86.548943 +v 154.810852 -82.894592 87.190987 +v 154.669495 -82.880859 86.912216 +v 154.449280 -82.859482 86.690987 +v 154.300919 -81.503403 86.559380 +v 153.619354 -86.320679 86.548943 +v 154.187653 -86.446198 87.046013 +v 154.282059 -86.467041 87.343567 +v 154.523010 -84.675987 87.046013 +v 154.442017 -84.663155 86.912216 +v 154.223511 -84.628548 86.690987 +v 153.948181 -84.584938 86.548943 +v 152.457336 -91.964981 87.190987 +v 152.327118 -91.908234 86.912216 +v 152.124298 -91.819855 86.690987 +v 152.402252 -90.484299 86.559380 +v 150.265427 -94.855194 86.548943 +v 150.767120 -95.150177 87.046013 +v 150.850464 -95.199173 87.343567 +v 151.633087 -93.570236 87.046013 +v 151.560028 -93.533012 86.912216 +v 151.362915 -93.432571 86.690987 +v 151.114532 -93.306015 86.548943 +v 119.657959 -80.915985 94.300667 +v 119.889603 -81.805618 94.300667 +v 120.268265 -82.643303 94.300667 +v 120.783051 -83.404953 94.300667 +v 122.158257 -84.615288 94.300667 +v 121.419144 -84.068642 94.300667 +v 123.858124 -85.298347 94.300667 +v 122.979118 -85.029160 94.300667 +v 124.769966 -85.415115 94.300667 +v 126.587097 -85.182419 94.300667 +v 125.688438 -85.376099 94.300667 +v 127.440102 -84.839661 94.300667 +v 128.222916 -84.357666 94.300667 +v 129.490524 -83.035065 94.300667 +v 128.912994 -83.750305 94.300667 +v 129.938858 -82.232506 94.300667 +v 130.400467 -80.459648 94.300667 +v 130.245117 -81.365723 94.300667 +v 130.245117 -78.634277 94.300667 +v 130.400467 -79.540352 94.300667 +v 129.938858 -77.767494 94.300667 +v 129.490524 -76.964935 94.300667 +v 127.440102 -75.160339 94.300667 +v 128.912994 -76.249695 94.300667 +v 128.222916 -75.642334 94.300667 +v 126.587097 -74.817581 94.300667 +v 125.688438 -74.623901 94.300667 +v 123.858124 -74.701653 94.300667 +v 124.769966 -74.584885 94.300667 +v 122.979118 -74.970840 94.300667 +v 122.158257 -75.384712 94.300667 +v 121.419144 -75.931358 94.300667 +v 120.268265 -77.356689 94.300667 +v 120.783051 -76.595047 94.300667 +v 119.889603 -78.194382 94.300667 +v 119.657959 -79.084015 94.300667 +v 119.580002 -80.000000 94.300667 +v 130.450790 -79.536072 94.226425 +v 119.402321 -79.040184 94.059563 +v 120.581245 -76.432098 94.059563 +v 122.022263 -75.163849 94.059563 +v 123.803474 -74.448097 94.059563 +v 126.663048 -74.569572 94.059563 +v 129.100250 -76.070221 94.059563 +v 129.705414 -76.819695 94.059563 +v 130.496109 -81.431076 94.059563 +v 129.705414 -83.180305 94.059563 +v 127.556877 -85.071259 94.059563 +v 124.758957 -85.674255 94.059563 +v 122.882408 -85.269829 94.059563 +v 121.247780 -84.263344 94.059563 +v 119.645050 -81.892021 94.059563 +v 119.233688 -79.011261 94.006721 +v 130.742172 -79.511269 94.026726 +v 130.496109 -78.568924 94.059563 +v 117.931824 -80.555832 86.739998 +v 118.087761 -81.577675 86.739998 +v 117.671265 -80.453041 86.739998 +v 117.537994 -80.316170 86.739998 +v 117.442078 -80.047951 86.739998 +v 117.490685 -79.767540 86.739998 +v 117.670792 -79.547371 86.739998 +v 117.931824 -79.444168 86.739998 +v 118.253235 -77.308792 86.739998 +v 118.162346 -77.140396 86.739998 +v 118.133453 -76.951546 86.739998 +v 118.169746 -76.763947 86.739998 +v 118.267036 -76.599670 86.739998 +v 118.413818 -76.477722 86.739998 +v 118.593002 -76.412170 86.739998 +v 118.872963 -76.432442 86.739998 +v 120.076416 -74.552635 86.739998 +v 120.100319 -74.363098 86.739998 +v 120.250221 -74.120880 86.739998 +v 120.499756 -73.984039 86.739998 +v 120.784195 -73.987587 86.739998 +v 121.027634 -74.127319 86.739998 +v 122.897530 -73.047226 86.739998 +v 122.972519 -72.871178 86.739998 +v 123.182991 -72.679268 86.739998 +v 123.460556 -72.615891 86.739998 +v 123.647415 -72.654610 86.739998 +v 123.810379 -72.753830 86.739998 +v 123.969086 -72.985352 86.739998 +v 126.189117 -72.754204 86.739998 +v 126.352211 -72.654724 86.739998 +v 126.635040 -72.620903 86.739998 +v 126.816856 -72.679199 86.739998 +v 126.968407 -72.795166 86.739998 +v 127.072182 -72.955269 86.739998 +v 127.114716 -73.232719 86.739998 +v 129.215179 -73.987701 86.739998 +v 129.405289 -73.968842 86.739998 +v 129.674789 -74.061089 86.739998 +v 129.863724 -74.273918 86.739998 +v 129.919678 -74.456345 86.739998 +v 129.910995 -74.647659 86.739998 +v 129.841507 -74.820435 86.739998 +v 131.310608 -76.403107 86.739998 +v 131.498932 -76.437042 86.739998 +v 131.664597 -76.532196 86.739998 +v 131.830261 -76.763947 86.739998 +v 131.866516 -76.951263 86.739998 +v 131.799774 -77.227783 86.739998 +v 131.609375 -77.434021 86.739998 +v 132.328735 -79.546967 86.739998 +v 132.509216 -79.767273 86.739998 +v 132.557922 -79.952049 86.739998 +v 132.509323 -80.232452 86.739998 +v 132.401581 -80.389938 86.739998 +v 132.246597 -80.502441 86.739998 +v 132.068176 -80.555832 86.739998 +v 131.799515 -82.771645 86.739998 +v 131.866547 -83.048447 86.739998 +v 131.788635 -83.322464 86.739998 +v 131.664810 -83.467606 86.739998 +v 131.499390 -83.562744 86.739998 +v 131.310944 -83.596863 86.739998 +v 131.127045 -83.567558 86.739998 +v 129.910950 -85.352005 86.739998 +v 129.919785 -85.543152 86.739998 +v 129.863876 -85.725845 86.739998 +v 129.749771 -85.879120 86.739998 +v 129.500244 -86.015953 86.739998 +v 129.309937 -86.029907 86.739998 +v 129.125351 -85.978882 86.739998 +v 128.972366 -85.872681 86.739998 +v 127.072609 -87.043922 86.739998 +v 126.968697 -87.204559 86.739998 +v 126.728546 -87.357758 86.739998 +v 126.444359 -87.372772 86.739998 +v 126.266838 -87.302773 86.739998 +v 126.122673 -87.176704 86.739998 +v 126.030914 -87.014648 86.739998 +v 123.810890 -87.245796 86.739998 +v 123.647789 -87.345276 86.739998 +v 123.364952 -87.379097 86.739998 +v 123.183151 -87.320801 86.739998 +v 122.972832 -87.129227 86.739998 +v 122.897636 -86.953094 86.739998 +v 122.885284 -86.767281 86.739998 +v 120.784813 -86.012299 86.739998 +v 120.594711 -86.031158 86.739998 +v 120.325203 -85.938911 86.739998 +v 120.186707 -85.807510 86.739998 +v 120.100471 -85.637268 86.739998 +v 120.076431 -85.447990 86.739998 +v 120.158493 -85.179565 86.739998 +v 118.593605 -83.587990 86.739998 +v 118.414154 -83.522499 86.739998 +v 118.211349 -83.322456 86.739998 +v 118.133484 -83.048729 86.739998 +v 118.200226 -82.772217 86.739998 +v 118.390625 -82.565979 86.739998 +v 132.292068 -79.255219 86.500000 +v 131.127045 -76.432442 86.739998 +v 128.972366 -74.127319 86.739998 +v 125.896530 -72.725037 86.500000 +v 122.651253 -73.056488 86.500000 +v 119.871178 -74.763199 86.500000 +v 118.106926 -77.507118 86.500000 +vt 0.053835 0.024005 +vt 0.053835 0.024005 +vt 0.053531 0.023797 +vt 0.053531 0.023797 +vt 0.053261 0.023547 +vt 0.053261 0.023547 +vt 0.053015 0.023238 +vt 0.053015 0.023238 +vt 0.052832 0.022920 +vt 0.052832 0.022920 +vt 0.052697 0.022578 +vt 0.052697 0.022578 +vt 0.052609 0.022192 +vt 0.052609 0.022192 +vt 0.052582 0.021825 +vt 0.052582 0.021825 +vt 0.052609 0.021459 +vt 0.052609 0.021459 +vt 0.052697 0.021073 +vt 0.052697 0.021073 +vt 0.052832 0.020731 +vt 0.052832 0.020731 +vt 0.053015 0.020413 +vt 0.053015 0.020413 +vt 0.053261 0.020103 +vt 0.053261 0.020103 +vt 0.053531 0.019854 +vt 0.053531 0.019854 +vt 0.053835 0.019646 +vt 0.053835 0.019646 +vt 0.054191 0.019475 +vt 0.054191 0.019475 +vt 0.054543 0.019367 +vt 0.054543 0.019367 +vt 0.054906 0.019311 +vt 0.054906 0.019311 +vt 0.055301 0.019311 +vt 0.055301 0.019311 +vt 0.055665 0.019367 +vt 0.055665 0.019367 +vt 0.056016 0.019475 +vt 0.056016 0.019475 +vt 0.056373 0.019646 +vt 0.056373 0.019646 +vt 0.056676 0.019854 +vt 0.056676 0.019854 +vt 0.056946 0.020103 +vt 0.056946 0.020103 +vt 0.057192 0.020413 +vt 0.057192 0.020413 +vt 0.057376 0.020731 +vt 0.057376 0.020731 +vt 0.057511 0.021073 +vt 0.057511 0.021073 +vt 0.057599 0.021459 +vt 0.057599 0.021459 +vt 0.057625 0.021825 +vt 0.057625 0.021825 +vt 0.057599 0.022192 +vt 0.057599 0.022192 +vt 0.057511 0.022578 +vt 0.057511 0.022578 +vt 0.057376 0.022920 +vt 0.057376 0.022920 +vt 0.057192 0.023238 +vt 0.057192 0.023238 +vt 0.056946 0.023547 +vt 0.056946 0.023547 +vt 0.056676 0.023797 +vt 0.056676 0.023797 +vt 0.056373 0.024005 +vt 0.056373 0.024005 +vt 0.056016 0.024176 +vt 0.056016 0.024176 +vt 0.055665 0.024284 +vt 0.055665 0.024284 +vt 0.055301 0.024339 +vt 0.055301 0.024339 +vt 0.055974 0.019900 +vt 0.056544 0.020323 +vt 0.057042 0.020074 +vt 0.054234 0.019900 +vt 0.054925 0.019720 +vt 0.056777 0.020588 +vt 0.057093 0.021216 +vt 0.057249 0.020292 +vt 0.057243 0.020224 +vt 0.057216 0.020163 +vt 0.057170 0.020113 +vt 0.057109 0.020083 +vt 0.055636 0.019781 +vt 0.054926 0.024404 +vt 0.054966 0.024459 +vt 0.055104 0.023938 +vt 0.055455 0.023876 +vt 0.056119 0.023642 +vt 0.057009 0.023573 +vt 0.057195 0.023515 +vt 0.057141 0.023555 +vt 0.056876 0.022916 +vt 0.057138 0.022264 +vt 0.057199 0.021557 +vt 0.056155 0.019385 +vt 0.056222 0.019387 +vt 0.056090 0.019406 +vt 0.053405 0.020569 +vt 0.053938 0.020101 +vt 0.055053 0.024508 +vt 0.055154 0.024508 +vt 0.055242 0.024459 +vt 0.055282 0.024404 +vt 0.057076 0.023575 +vt 0.056411 0.023444 +vt 0.056380 0.024105 +vt 0.057717 0.022307 +vt 0.057682 0.022249 +vt 0.057682 0.021402 +vt 0.057717 0.021344 +vt 0.057730 0.021278 +vt 0.056285 0.019411 +vt 0.053199 0.023573 +vt 0.057232 0.023458 +vt 0.057640 0.022546 +vt 0.057730 0.022373 +vt 0.057578 0.022573 +vt 0.054053 0.024266 +vt 0.054117 0.024244 +vt 0.056155 0.024266 +vt 0.056222 0.024264 +vt 0.056090 0.024244 +vt 0.056337 0.024196 +vt 0.057249 0.023359 +vt 0.057231 0.023294 +vt 0.057690 0.022500 +vt 0.057690 0.021151 +vt 0.056380 0.019546 +vt 0.056337 0.019455 +vt 0.053542 0.023200 +vt 0.054191 0.024176 +vt 0.057640 0.021105 +vt 0.057578 0.021078 +vt 0.055121 0.019137 +vt 0.054943 0.019218 +vt 0.055264 0.019218 +vt 0.054089 0.023642 +vt 0.054411 0.023787 +vt 0.054543 0.024284 +vt 0.054906 0.024339 +vt 0.053837 0.024138 +vt 0.053953 0.024255 +vt 0.053894 0.024220 +vt 0.055021 0.019154 +vt 0.054117 0.019406 +vt 0.052977 0.020357 +vt 0.053199 0.020078 +vt 0.053131 0.020076 +vt 0.053173 0.022601 +vt 0.053025 0.021914 +vt 0.053040 0.021561 +vt 0.053246 0.020889 +vt 0.055216 0.019171 +vt 0.053038 0.020113 +vt 0.052959 0.020292 +vt 0.054053 0.019385 +vt 0.053985 0.019387 +vt 0.053851 0.019482 +vt 0.053828 0.019546 +vt 0.053894 0.019430 +vt 0.052567 0.021105 +vt 0.052518 0.021151 +vt 0.052526 0.021402 +vt 0.052479 0.021244 +vt 0.052959 0.023359 +vt 0.053131 0.023575 +vt 0.052977 0.023294 +vt 0.052991 0.020163 +vt 0.052964 0.020224 +vt 0.052481 0.022340 +vt 0.052479 0.022407 +vt 0.052518 0.022500 +vt 0.052567 0.022546 +vt 0.052481 0.021311 +vt 0.052506 0.022277 +vt 0.052629 0.022573 +vt 0.052975 0.023458 +vt 0.053067 0.023555 +vt 0.056772 0.011291 +vt 0.055987 0.011192 +vt 0.055987 0.011192 +vt 0.056135 0.011209 +vt 0.057550 0.011439 +vt 0.057581 0.011450 +vt 0.057550 0.011439 +vt 0.056773 0.011288 +vt 0.055847 0.011181 +vt 0.057597 0.011450 +vt 0.057505 0.011434 +vt 0.057807 0.011509 +vt 0.059147 0.011951 +vt 0.059783 0.012241 +vt 0.058981 0.011891 +vt 0.059213 0.011978 +vt 0.059945 0.012323 +vt 0.059230 0.011985 +vt 0.059946 0.012322 +vt 0.059365 0.012047 +vt 0.060640 0.012703 +vt 0.060666 0.012724 +vt 0.060655 0.012713 +vt 0.060495 0.012623 +vt 0.060716 0.012750 +vt 0.060809 0.012809 +vt 0.062055 0.013730 +vt 0.062432 0.014069 +vt 0.061962 0.013651 +vt 0.062644 0.014285 +vt 0.062069 0.013742 +vt 0.062649 0.014280 +vt 0.062039 0.013722 +vt 0.063188 0.014861 +vt 0.063206 0.014888 +vt 0.063199 0.014874 +vt 0.062993 0.014649 +vt 0.063245 0.014928 +vt 0.063316 0.015014 +vt 0.064200 0.016248 +vt 0.064604 0.016985 +vt 0.064411 0.016607 +vt 0.064120 0.016120 +vt 0.064226 0.016289 +vt 0.064607 0.016983 +vt 0.064298 0.016419 +vt 0.064944 0.017700 +vt 0.064953 0.017731 +vt 0.064951 0.017716 +vt 0.064774 0.017328 +vt 0.064978 0.017782 +vt 0.065038 0.017948 +vt 0.065479 0.019332 +vt 0.065636 0.020157 +vt 0.065539 0.019621 +vt 0.065457 0.019243 +vt 0.065490 0.019379 +vt 0.065643 0.020156 +vt 0.065477 0.019346 +vt 0.065737 0.020942 +vt 0.065736 0.020975 +vt 0.065739 0.020961 +vt 0.065676 0.020417 +vt 0.065744 0.021031 +vt 0.065751 0.021141 +vt 0.065748 0.022569 +vt 0.065741 0.022660 +vt 0.065726 0.022834 +vt 0.065615 0.023633 +vt 0.065643 0.023495 +vt 0.065737 0.022708 +vt 0.065720 0.022856 +vt 0.065479 0.024303 +vt 0.065490 0.024271 +vt 0.065486 0.024289 +vt 0.065469 0.024358 +vt 0.065442 0.024465 +vt 0.064938 0.025953 +vt 0.064978 0.025869 +vt 0.064597 0.026685 +vt 0.064944 0.025951 +vt 0.064611 0.026670 +vt 0.064944 0.025951 +vt 0.064882 0.026086 +vt 0.064205 0.027387 +vt 0.064226 0.027361 +vt 0.064226 0.027361 +vt 0.064201 0.027403 +vt 0.064152 0.027481 +vt 0.063199 0.028776 +vt 0.062646 0.029368 +vt 0.063278 0.028683 +vt 0.062646 0.029367 +vt 0.063188 0.028790 +vt 0.063086 0.028899 +vt 0.062041 0.029928 +vt 0.062069 0.029909 +vt 0.062068 0.029909 +vt 0.062032 0.029941 +vt 0.062129 0.029849 +vt 0.061962 0.030000 +vt 0.060655 0.030938 +vt 0.059945 0.031327 +vt 0.060759 0.030874 +vt 0.060640 0.030947 +vt 0.059946 0.031329 +vt 0.060510 0.031020 +vt 0.059230 0.031666 +vt 0.059198 0.031675 +vt 0.059213 0.031673 +vt 0.059417 0.031579 +vt 0.059147 0.031700 +vt 0.059044 0.031741 +vt 0.057568 0.032207 +vt 0.057110 0.032300 +vt 0.057686 0.032179 +vt 0.056772 0.032357 +vt 0.057550 0.032212 +vt 0.056772 0.032360 +vt 0.057404 0.032240 +vt 0.055987 0.032459 +vt 0.055954 0.032458 +vt 0.055969 0.032461 +vt 0.056312 0.032422 +vt 0.055898 0.032466 +vt 0.055721 0.032472 +vt 0.054269 0.032463 +vt 0.053436 0.032357 +vt 0.053895 0.032422 +vt 0.054360 0.032470 +vt 0.054221 0.032459 +vt 0.053435 0.032364 +vt 0.054073 0.032441 +vt 0.052658 0.032212 +vt 0.052626 0.032200 +vt 0.052640 0.032207 +vt 0.053097 0.032300 +vt 0.052571 0.032191 +vt 0.052464 0.032163 +vt 0.051022 0.031684 +vt 0.050262 0.031327 +vt 0.050790 0.031579 +vt 0.051107 0.031719 +vt 0.050978 0.031666 +vt 0.050260 0.031333 +vt 0.050843 0.031603 +vt 0.049568 0.030947 +vt 0.049542 0.030927 +vt 0.049552 0.030938 +vt 0.050065 0.031225 +vt 0.049492 0.030901 +vt 0.049399 0.030841 +vt 0.048075 0.029853 +vt 0.048207 0.029967 +vt 0.047491 0.029295 +vt 0.048139 0.029909 +vt 0.047559 0.029370 +vt 0.048139 0.029909 +vt 0.048030 0.029808 +vt 0.047001 0.028763 +vt 0.047020 0.028790 +vt 0.047020 0.028790 +vt 0.046988 0.028753 +vt 0.046929 0.028683 +vt 0.046005 0.027389 +vt 0.046128 0.027584 +vt 0.046007 0.027403 +vt 0.045597 0.026669 +vt 0.045982 0.027361 +vt 0.045982 0.027361 +vt 0.045600 0.026668 +vt 0.045909 0.027231 +vt 0.045263 0.025951 +vt 0.045254 0.025919 +vt 0.045263 0.025951 +vt 0.045245 0.025907 +vt 0.045270 0.025953 +vt 0.045210 0.025822 +vt 0.044766 0.024465 +vt 0.044722 0.024289 +vt 0.044569 0.023494 +vt 0.044718 0.024272 +vt 0.044565 0.023495 +vt 0.044689 0.024126 +vt 0.044470 0.022708 +vt 0.044471 0.022675 +vt 0.044469 0.022690 +vt 0.044486 0.022833 +vt 0.044463 0.022619 +vt 0.044456 0.022509 +vt 0.044469 0.020961 +vt 0.044527 0.020416 +vt 0.044459 0.021082 +vt 0.044571 0.020157 +vt 0.044470 0.020942 +vt 0.044565 0.020156 +vt 0.044488 0.020795 +vt 0.044718 0.019379 +vt 0.044729 0.019348 +vt 0.044722 0.019361 +vt 0.044669 0.019621 +vt 0.044738 0.019292 +vt 0.044766 0.019186 +vt 0.045245 0.017744 +vt 0.045603 0.016985 +vt 0.045428 0.017326 +vt 0.045210 0.017829 +vt 0.045263 0.017700 +vt 0.045600 0.016983 +vt 0.045326 0.017564 +vt 0.045982 0.016289 +vt 0.046002 0.016263 +vt 0.045991 0.016274 +vt 0.045801 0.016610 +vt 0.046028 0.016213 +vt 0.046128 0.016067 +vt 0.046988 0.014897 +vt 0.047564 0.014285 +vt 0.047214 0.014649 +vt 0.046892 0.015014 +vt 0.047020 0.014861 +vt 0.047559 0.014280 +vt 0.047121 0.014751 +vt 0.048139 0.013742 +vt 0.048166 0.013723 +vt 0.048153 0.013730 +vt 0.047779 0.014073 +vt 0.048207 0.013684 +vt 0.048292 0.013613 +vt 0.049527 0.012729 +vt 0.050262 0.012323 +vt 0.049710 0.012618 +vt 0.049345 0.012849 +vt 0.049568 0.012703 +vt 0.050262 0.012322 +vt 0.049698 0.012631 +vt 0.050978 0.011985 +vt 0.051010 0.011976 +vt 0.050995 0.011978 +vt 0.050424 0.012241 +vt 0.051060 0.011951 +vt 0.051162 0.011911 +vt 0.061099 0.027391 +vt 0.061099 0.027391 +vt 0.061316 0.027148 +vt 0.056926 0.013850 +vt 0.056926 0.013850 +vt 0.056607 0.013784 +vt 0.047286 0.024235 +vt 0.047286 0.024235 +vt 0.047388 0.024544 +vt 0.059093 0.028967 +vt 0.059046 0.028993 +vt 0.059265 0.028868 +vt 0.059685 0.028603 +vt 0.059830 0.028502 +vt 0.058056 0.029447 +vt 0.058719 0.029164 +vt 0.058779 0.029134 +vt 0.058905 0.029069 +vt 0.058473 0.029280 +vt 0.053142 0.029767 +vt 0.054099 0.029937 +vt 0.053721 0.029888 +vt 0.053281 0.029800 +vt 0.054098 0.029944 +vt 0.053281 0.029800 +vt 0.052866 0.029694 +vt 0.053042 0.029742 +vt 0.052377 0.029543 +vt 0.052149 0.029454 +vt 0.053022 0.029737 +vt 0.050381 0.028498 +vt 0.050556 0.028626 +vt 0.050587 0.028646 +vt 0.050690 0.028713 +vt 0.050523 0.028603 +vt 0.050987 0.028894 +vt 0.051114 0.028967 +vt 0.051734 0.029280 +vt 0.051234 0.029033 +vt 0.047103 0.023550 +vt 0.047113 0.023575 +vt 0.047176 0.023842 +vt 0.047278 0.024222 +vt 0.047228 0.024039 +vt 0.047395 0.024542 +vt 0.047271 0.024187 +vt 0.046985 0.022865 +vt 0.046958 0.022580 +vt 0.046926 0.021478 +vt 0.046924 0.021739 +vt 0.046924 0.021908 +vt 0.046926 0.022173 +vt 0.046965 0.022580 +vt 0.047026 0.020572 +vt 0.046941 0.021287 +vt 0.046932 0.021441 +vt 0.046985 0.020786 +vt 0.049207 0.016156 +vt 0.048527 0.016961 +vt 0.048963 0.016421 +vt 0.049111 0.016257 +vt 0.048575 0.016895 +vt 0.049108 0.016260 +vt 0.049443 0.015919 +vt 0.049965 0.015461 +vt 0.049472 0.015892 +vt 0.049975 0.015452 +vt 0.049361 0.015999 +vt 0.051685 0.014394 +vt 0.051488 0.014487 +vt 0.051488 0.014487 +vt 0.051734 0.014371 +vt 0.051433 0.014515 +vt 0.051272 0.014598 +vt 0.051116 0.014683 +vt 0.051114 0.014684 +vt 0.050520 0.015044 +vt 0.050797 0.014870 +vt 0.057829 0.014112 +vt 0.057584 0.014030 +vt 0.057277 0.013939 +vt 0.057165 0.013909 +vt 0.056486 0.013762 +vt 0.057125 0.013898 +vt 0.057011 0.013870 +vt 0.059093 0.014684 +vt 0.059468 0.014906 +vt 0.059122 0.014700 +vt 0.058473 0.014371 +vt 0.058523 0.014394 +vt 0.060232 0.015452 +vt 0.059651 0.015025 +vt 0.059651 0.015025 +vt 0.060243 0.015461 +vt 0.059595 0.014988 +vt 0.059685 0.015048 +vt 0.062962 0.019553 +vt 0.062923 0.019420 +vt 0.062633 0.018639 +vt 0.062694 0.018775 +vt 0.062926 0.019430 +vt 0.062637 0.018637 +vt 0.062922 0.019416 +vt 0.063218 0.020786 +vt 0.063187 0.020571 +vt 0.063101 0.020102 +vt 0.063058 0.019915 +vt 0.063021 0.019766 +vt 0.063277 0.021478 +vt 0.063280 0.021573 +vt 0.063249 0.022580 +vt 0.063267 0.022363 +vt 0.063267 0.022363 +vt 0.063218 0.022864 +vt 0.063269 0.022326 +vt 0.063276 0.022204 +vt 0.063281 0.022036 +vt 0.063277 0.022173 +vt 0.060615 0.027871 +vt 0.060847 0.027650 +vt 0.060767 0.027735 +vt 0.060949 0.027549 +vt 0.061245 0.027230 +vt 0.061313 0.027145 +vt 0.061065 0.027428 +vt 0.060243 0.028190 +vt 0.055104 0.030006 +vt 0.056109 0.029944 +vt 0.055798 0.029976 +vt 0.057099 0.029759 +vt 0.056486 0.029888 +vt 0.058719 0.029164 +vt 0.058059 0.029454 +vt 0.057854 0.029519 +vt 0.057829 0.029539 +vt 0.057165 0.029742 +vt 0.061681 0.026690 +vt 0.061923 0.026344 +vt 0.062427 0.025472 +vt 0.062070 0.026115 +vt 0.062819 0.024544 +vt 0.062694 0.024876 +vt 0.062530 0.025228 +vt 0.062408 0.025508 +vt 0.063101 0.023549 +vt 0.063094 0.023577 +vt 0.062926 0.024221 +vt 0.062812 0.024542 +vt 0.062408 0.018142 +vt 0.062531 0.018423 +vt 0.062183 0.017738 +vt 0.062188 0.017735 +vt 0.062070 0.017536 +vt 0.061632 0.016895 +vt 0.061681 0.016961 +vt 0.060977 0.016131 +vt 0.061245 0.016421 +vt 0.060764 0.015919 +vt 0.060971 0.016136 +vt 0.055607 0.013660 +vt 0.055798 0.013674 +vt 0.055104 0.013645 +vt 0.054600 0.013660 +vt 0.054410 0.013674 +vt 0.053601 0.013784 +vt 0.053721 0.013762 +vt 0.052624 0.014030 +vt 0.052377 0.014108 +vt 0.052626 0.014036 +vt 0.053042 0.013909 +vt 0.048019 0.017735 +vt 0.048138 0.017536 +vt 0.047235 0.019587 +vt 0.047282 0.019430 +vt 0.047513 0.018775 +vt 0.047570 0.018637 +vt 0.047677 0.018423 +vt 0.047799 0.018142 +vt 0.047107 0.020102 +vt 0.047113 0.020144 +vt 0.047020 0.020571 +vt 0.046941 0.021287 +vt 0.047513 0.024876 +vt 0.047678 0.025228 +vt 0.047799 0.025508 +vt 0.047781 0.025472 +vt 0.048284 0.026344 +vt 0.048134 0.026117 +vt 0.048891 0.027148 +vt 0.048527 0.026690 +vt 0.049387 0.027659 +vt 0.048963 0.027230 +vt 0.050556 0.028626 +vt 0.050377 0.028502 +vt 0.049772 0.028015 +vt 0.049965 0.028190 +vt 0.049593 0.027871 +vt 0.049597 0.027866 +vt 0.049443 0.027731 +vt 0.054410 0.029976 +vt 0.055104 0.030006 +vt 0.056517 0.025853 +vt 0.056506 0.025856 +vt 0.055825 0.026032 +vt 0.052316 0.025057 +vt 0.052314 0.025056 +vt 0.051900 0.024645 +vt 0.050911 0.021025 +vt 0.050911 0.021025 +vt 0.051023 0.020576 +vt 0.053701 0.017794 +vt 0.053701 0.017794 +vt 0.054028 0.017695 +vt 0.057893 0.018595 +vt 0.057893 0.018595 +vt 0.058057 0.018744 +vt 0.059312 0.022535 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.022367 +vt 0.059368 0.022007 +vt 0.059341 0.022335 +vt 0.059296 0.022626 +vt 0.059276 0.022725 +vt 0.059333 0.021284 +vt 0.059337 0.021282 +vt 0.059364 0.021644 +vt 0.059364 0.022006 +vt 0.059185 0.020576 +vt 0.059265 0.020875 +vt 0.059265 0.020875 +vt 0.059274 0.020916 +vt 0.059185 0.020576 +vt 0.059296 0.021024 +vt 0.059310 0.021101 +vt 0.059272 0.020927 +vt 0.057682 0.018424 +vt 0.057782 0.018508 +vt 0.057491 0.018293 +vt 0.058057 0.018744 +vt 0.057785 0.018505 +vt 0.057861 0.018568 +vt 0.056860 0.017940 +vt 0.056862 0.017936 +vt 0.057183 0.018103 +vt 0.057494 0.018289 +vt 0.056179 0.017695 +vt 0.056362 0.017747 +vt 0.056362 0.017747 +vt 0.056179 0.017695 +vt 0.056401 0.017759 +vt 0.056506 0.017794 +vt 0.056681 0.017860 +vt 0.056524 0.017805 +vt 0.053347 0.017940 +vt 0.053297 0.017958 +vt 0.053683 0.017805 +vt 0.053485 0.017876 +vt 0.054029 0.017699 +vt 0.053587 0.017836 +vt 0.052150 0.018744 +vt 0.052201 0.018697 +vt 0.052201 0.018697 +vt 0.052150 0.018744 +vt 0.052231 0.018669 +vt 0.052314 0.018595 +vt 0.052418 0.018508 +vt 0.052425 0.018508 +vt 0.052714 0.018289 +vt 0.052716 0.018293 +vt 0.053024 0.018103 +vt 0.050882 0.021195 +vt 0.050898 0.021100 +vt 0.051023 0.020576 +vt 0.050936 0.020927 +vt 0.050874 0.021284 +vt 0.050852 0.021456 +vt 0.050932 0.022729 +vt 0.050917 0.022657 +vt 0.050931 0.022725 +vt 0.050893 0.022523 +vt 0.050879 0.022432 +vt 0.050874 0.022367 +vt 0.050844 0.022006 +vt 0.050839 0.022007 +vt 0.050844 0.021644 +vt 0.051143 0.023417 +vt 0.050943 0.022775 +vt 0.050942 0.022772 +vt 0.051143 0.023417 +vt 0.051027 0.023074 +vt 0.052399 0.025127 +vt 0.051900 0.024645 +vt 0.052153 0.024904 +vt 0.052716 0.025358 +vt 0.052658 0.025323 +vt 0.052425 0.025143 +vt 0.052466 0.025181 +vt 0.053726 0.025865 +vt 0.053629 0.025831 +vt 0.053683 0.025846 +vt 0.053459 0.025764 +vt 0.053347 0.025711 +vt 0.053024 0.025548 +vt 0.053022 0.025551 +vt 0.054382 0.026032 +vt 0.053846 0.025904 +vt 0.053846 0.025904 +vt 0.053813 0.025894 +vt 0.054382 0.026032 +vt 0.054029 0.025952 +vt 0.056526 0.025850 +vt 0.056178 0.025952 +vt 0.055825 0.026032 +vt 0.057185 0.025551 +vt 0.056910 0.025692 +vt 0.056860 0.025711 +vt 0.056720 0.025775 +vt 0.056578 0.025831 +vt 0.057782 0.025143 +vt 0.057785 0.025146 +vt 0.057692 0.025219 +vt 0.057491 0.025358 +vt 0.057183 0.025548 +vt 0.058308 0.024645 +vt 0.058007 0.024954 +vt 0.058007 0.024954 +vt 0.057992 0.024968 +vt 0.058308 0.024645 +vt 0.057944 0.025011 +vt 0.057876 0.025070 +vt 0.058054 0.024904 +vt 0.054742 0.026078 +vt 0.055104 0.026093 +vt 0.051672 0.024363 +vt 0.051469 0.024063 +vt 0.051473 0.024061 +vt 0.051293 0.023747 +vt 0.051143 0.020234 +vt 0.051293 0.019904 +vt 0.051296 0.019906 +vt 0.051469 0.019588 +vt 0.051672 0.019287 +vt 0.051676 0.019290 +vt 0.051900 0.019006 +vt 0.054382 0.017619 +vt 0.054742 0.017573 +vt 0.054742 0.017577 +vt 0.055104 0.017557 +vt 0.055466 0.017573 +vt 0.055465 0.017577 +vt 0.055825 0.017619 +vt 0.058308 0.019006 +vt 0.058535 0.019287 +vt 0.058532 0.019290 +vt 0.058738 0.019588 +vt 0.058915 0.019904 +vt 0.058911 0.019906 +vt 0.059064 0.020234 +vt 0.059185 0.023075 +vt 0.059064 0.023417 +vt 0.059060 0.023415 +vt 0.058915 0.023747 +vt 0.058738 0.024063 +vt 0.058735 0.024061 +vt 0.058535 0.024363 +vt 0.055466 0.026078 +vt 0.055104 0.026089 +vt 0.052702 0.011434 +vt 0.052571 0.011460 +vt 0.053435 0.011288 +vt 0.052658 0.011439 +vt 0.053435 0.011291 +vt 0.052658 0.011439 +vt 0.052804 0.011410 +vt 0.054254 0.011193 +vt 0.054221 0.011192 +vt 0.054221 0.011192 +vt 0.054269 0.011188 +vt 0.054297 0.011191 +vt 0.054360 0.011181 +vt 0.049236 0.015703 +vt 0.049651 0.014569 +vt 0.049741 0.015184 +vt 0.050355 0.014799 +vt 0.050968 0.014422 +vt 0.051546 0.013475 +vt 0.051611 0.014098 +vt 0.052953 0.013565 +vt 0.052932 0.013012 +vt 0.053671 0.013467 +vt 0.055104 0.012749 +vt 0.054385 0.013375 +vt 0.055104 0.013345 +vt 0.056546 0.013412 +vt 0.057276 0.013012 +vt 0.057241 0.013618 +vt 0.057929 0.013829 +vt 0.058661 0.013475 +vt 0.058620 0.014047 +vt 0.059955 0.014154 +vt 0.059884 0.014753 +vt 0.061158 0.014992 +vt 0.061010 0.015663 +vt 0.061010 0.027988 +vt 0.060556 0.029082 +vt 0.060431 0.028424 +vt 0.059853 0.028852 +vt 0.059322 0.029862 +vt 0.059240 0.029229 +vt 0.058620 0.029604 +vt 0.057978 0.030435 +vt 0.057255 0.030086 +vt 0.056546 0.030239 +vt 0.055834 0.030873 +vt 0.055823 0.030275 +vt 0.055104 0.030306 +vt 0.054373 0.030873 +vt 0.054380 0.030331 +vt 0.053648 0.030784 +vt 0.052953 0.030086 +vt 0.051546 0.030176 +vt 0.051588 0.029604 +vt 0.050941 0.029278 +vt 0.050324 0.028898 +vt 0.049651 0.029082 +vt 0.049776 0.028424 +vt 0.049197 0.027988 +vt 0.062135 0.016085 +vt 0.061967 0.016749 +vt 0.062964 0.017287 +vt 0.062726 0.017982 +vt 0.063591 0.018607 +vt 0.062973 0.018663 +vt 0.063213 0.019342 +vt 0.063997 0.020010 +vt 0.063394 0.020039 +vt 0.063516 0.020748 +vt 0.063577 0.021465 +vt 0.064173 0.022191 +vt 0.063571 0.022910 +vt 0.064049 0.023652 +vt 0.063266 0.024325 +vt 0.063591 0.025044 +vt 0.062726 0.025668 +vt 0.062964 0.026364 +vt 0.062325 0.026272 +vt 0.061922 0.026868 +vt 0.061470 0.027428 +vt 0.061650 0.028113 +vt 0.048073 0.027566 +vt 0.048241 0.026901 +vt 0.047197 0.026390 +vt 0.047882 0.026272 +vt 0.047531 0.025643 +vt 0.046617 0.025044 +vt 0.047235 0.024987 +vt 0.046995 0.024309 +vt 0.046813 0.023612 +vt 0.046093 0.022919 +vt 0.046692 0.022903 +vt 0.046575 0.022188 +vt 0.046034 0.021460 +vt 0.046637 0.020741 +vt 0.046759 0.020027 +vt 0.046385 0.019300 +vt 0.047183 0.018643 +vt 0.046856 0.017912 +vt 0.047481 0.017982 +vt 0.047197 0.017261 +vt 0.047882 0.017379 +vt 0.048285 0.016783 +vt 0.048073 0.016085 +vt 0.048738 0.016222 +vt 0.047113 0.018423 +vt 0.044796 0.021433 +vt 0.043892 0.021434 +vt 0.043892 0.022217 +vt 0.063213 0.028201 +vt 0.063919 0.028714 +vt 0.064379 0.028081 +vt 0.065412 0.022217 +vt 0.066315 0.022217 +vt 0.066285 0.021825 +vt 0.048848 0.012550 +vt 0.048215 0.013010 +vt 0.049362 0.013256 +vt 0.048728 0.013717 +vt 0.049591 0.016254 +vt 0.047810 0.014532 +vt 0.046995 0.015449 +vt 0.052291 0.011901 +vt 0.050421 0.012635 +vt 0.050067 0.016330 +vt 0.050524 0.016485 +vt 0.051956 0.014628 +vt 0.050948 0.016716 +vt 0.052394 0.014848 +vt 0.051327 0.017014 +vt 0.051650 0.017373 +vt 0.051908 0.017781 +vt 0.052353 0.018423 +vt 0.052093 0.018226 +vt 0.052021 0.011071 +vt 0.051277 0.011313 +vt 0.051546 0.012143 +vt 0.055496 0.011518 +vt 0.053749 0.017308 +vt 0.053713 0.016820 +vt 0.053490 0.011638 +vt 0.054712 0.011517 +vt 0.054712 0.010644 +vt 0.055495 0.010644 +vt 0.053594 0.016346 +vt 0.053396 0.015899 +vt 0.053124 0.015492 +vt 0.057345 0.014716 +vt 0.057439 0.015189 +vt 0.057916 0.011901 +vt 0.057451 0.015672 +vt 0.057382 0.016149 +vt 0.057233 0.016608 +vt 0.057009 0.017035 +vt 0.056715 0.017419 +vt 0.057172 0.014265 +vt 0.058339 0.018393 +vt 0.058743 0.018119 +vt 0.059095 0.017778 +vt 0.059383 0.017383 +vt 0.059599 0.016944 +vt 0.059736 0.016475 +vt 0.059792 0.015989 +vt 0.063094 0.018423 +vt 0.063213 0.015449 +vt 0.058931 0.011313 +vt 0.058187 0.011071 +vt 0.058662 0.012143 +vt 0.061945 0.014106 +vt 0.061480 0.013717 +vt 0.059786 0.012635 +vt 0.061992 0.013010 +vt 0.061359 0.012550 +vt 0.060845 0.013256 +vt 0.059763 0.015501 +vt 0.063673 0.016084 +vt 0.064379 0.015570 +vt 0.063919 0.014937 +vt 0.065858 0.018742 +vt 0.065616 0.017998 +vt 0.064806 0.018214 +vt 0.064294 0.017143 +vt 0.065028 0.019013 +vt 0.063094 0.021825 +vt 0.065291 0.020212 +vt 0.065412 0.021433 +vt 0.063094 0.022526 +vt 0.063094 0.025228 +vt 0.065858 0.024908 +vt 0.065028 0.024638 +vt 0.066315 0.021434 +vt 0.065291 0.023439 +vt 0.063673 0.027567 +vt 0.065645 0.025662 +vt 0.064786 0.025384 +vt 0.064294 0.026508 +vt 0.057421 0.028512 +vt 0.058251 0.029022 +vt 0.061359 0.031101 +vt 0.061992 0.030641 +vt 0.060845 0.030395 +vt 0.061480 0.029934 +vt 0.062397 0.029119 +vt 0.058663 0.031507 +vt 0.057916 0.031750 +vt 0.058187 0.032580 +vt 0.058931 0.032338 +vt 0.057854 0.031506 +vt 0.056717 0.032013 +vt 0.052291 0.031750 +vt 0.053490 0.032013 +vt 0.052353 0.031506 +vt 0.054712 0.032133 +vt 0.054712 0.033006 +vt 0.055495 0.033006 +vt 0.055540 0.032169 +vt 0.050445 0.028150 +vt 0.052353 0.028015 +vt 0.051267 0.032367 +vt 0.052021 0.032580 +vt 0.051545 0.031507 +vt 0.049362 0.030395 +vt 0.048215 0.030641 +vt 0.048848 0.031101 +vt 0.048728 0.029934 +vt 0.045804 0.028099 +vt 0.046288 0.028714 +vt 0.046995 0.028202 +vt 0.045913 0.026508 +vt 0.047113 0.025228 +vt 0.045401 0.025437 +vt 0.044453 0.025228 +vt 0.044591 0.025653 +vt 0.046534 0.027567 +vt 0.044796 0.022217 +vt 0.044916 0.023439 +vt 0.044349 0.024908 +vt 0.045179 0.024638 +vt 0.044349 0.018742 +vt 0.045179 0.019013 +vt 0.044916 0.020212 +vt 0.044562 0.017989 +vt 0.045421 0.018267 +vt 0.045913 0.017143 +vt 0.046288 0.014937 +vt 0.045828 0.015570 +vt 0.046534 0.016084 +vt 0.052787 0.015138 +vt 0.057854 0.021185 +vt 0.062381 0.020211 +vt 0.062018 0.020529 +vt 0.062685 0.019837 +vt 0.060204 0.021080 +vt 0.059726 0.021018 +vt 0.061607 0.020781 +vt 0.061158 0.020960 +vt 0.060686 0.021061 +vt 0.049387 0.021825 +vt 0.049604 0.020393 +vt 0.049117 0.020341 +vt 0.047297 0.020952 +vt 0.047113 0.021125 +vt 0.047706 0.020684 +vt 0.048629 0.020373 +vt 0.048154 0.020489 +vt 0.052424 0.021139 +vt 0.050514 0.020740 +vt 0.050074 0.020527 +vt 0.047522 0.023814 +vt 0.047826 0.023439 +vt 0.048189 0.023121 +vt 0.048601 0.022869 +vt 0.049049 0.022691 +vt 0.049521 0.022590 +vt 0.051464 0.025532 +vt 0.051113 0.025872 +vt 0.050825 0.026268 +vt 0.050609 0.026706 +vt 0.050471 0.027176 +vt 0.050416 0.027661 +vt 0.051869 0.025257 +vt 0.052353 0.021825 +vt 0.050003 0.022571 +vt 0.050482 0.022633 +vt 0.053035 0.029385 +vt 0.052863 0.028935 +vt 0.052769 0.028461 +vt 0.052756 0.027979 +vt 0.057814 0.028803 +vt 0.057854 0.025228 +vt 0.056458 0.026343 +vt 0.056811 0.027752 +vt 0.057083 0.028159 +vt 0.052826 0.027501 +vt 0.052572 0.025228 +vt 0.052975 0.027042 +vt 0.053199 0.026615 +vt 0.056494 0.026831 +vt 0.056613 0.027305 +vt 0.053492 0.026232 +vt 0.059259 0.026935 +vt 0.058880 0.026636 +vt 0.058557 0.026278 +vt 0.058299 0.025870 +vt 0.058114 0.025424 +vt 0.060617 0.027397 +vt 0.060140 0.027321 +vt 0.059683 0.027165 +vt 0.057854 0.021825 +vt 0.060604 0.023258 +vt 0.061090 0.023310 +vt 0.061578 0.023278 +vt 0.062053 0.023162 +vt 0.059693 0.022911 +vt 0.060134 0.023124 +vt 0.062502 0.022967 +vt 0.062910 0.022698 +vt 0.057257 0.023574 +vt 0.057133 0.023650 +vt 0.057691 0.022144 +vt 0.057795 0.022274 +vt 0.056966 0.023650 +vt 0.056452 0.024165 +vt 0.056285 0.024335 +vt 0.057802 0.022466 +vt 0.057685 0.022619 +vt 0.055177 0.024590 +vt 0.056093 0.024338 +vt 0.055335 0.024481 +vt 0.053075 0.023650 +vt 0.052920 0.023535 +vt 0.057297 0.023235 +vt 0.057334 0.023397 +vt 0.053878 0.024313 +vt 0.053756 0.024165 +vt 0.054067 0.024350 +vt 0.055990 0.024277 +vt 0.052523 0.022619 +vt 0.052883 0.023300 +vt 0.052634 0.022661 +vt 0.057573 0.022661 +vt 0.054942 0.024549 +vt 0.054839 0.024419 +vt 0.054191 0.024176 +vt 0.053241 0.023650 +vt 0.057757 0.021098 +vt 0.057795 0.021377 +vt 0.057691 0.021506 +vt 0.056140 0.019301 +vt 0.056329 0.019337 +vt 0.056452 0.019486 +vt 0.052874 0.020302 +vt 0.052920 0.020115 +vt 0.057178 0.020019 +vt 0.057287 0.020115 +vt 0.053241 0.020001 +vt 0.053756 0.019486 +vt 0.054873 0.019170 +vt 0.055128 0.019052 +vt 0.054115 0.019313 +vt 0.057334 0.020253 +vt 0.055265 0.019101 +vt 0.055369 0.019232 +vt 0.052634 0.020990 +vt 0.052755 0.020694 +vt 0.052566 0.021009 +vt 0.053029 0.020019 +vt 0.053923 0.019316 +vt 0.056966 0.020001 +vt 0.057573 0.020990 +vt 0.054217 0.019374 +vt 0.052516 0.021506 +vt 0.052412 0.021377 +vt 0.052395 0.022419 +vt 0.052412 0.022274 +vt 0.052516 0.022144 +vt 0.059587 0.020984 +vt 0.059946 0.021057 +vt 0.060312 0.021083 +vt 0.060678 0.021062 +vt 0.061038 0.020994 +vt 0.061386 0.020880 +vt 0.061717 0.020723 +vt 0.062305 0.020288 +vt 0.062025 0.020524 +vt 0.062552 0.020017 +vt 0.062762 0.019717 +vt 0.063102 0.022533 +vt 0.062787 0.022790 +vt 0.062440 0.023000 +vt 0.062066 0.023158 +vt 0.061673 0.023261 +vt 0.061269 0.023303 +vt 0.060864 0.023296 +vt 0.060463 0.023227 +vt 0.059713 0.022923 +vt 0.060077 0.023102 +vt 0.059378 0.022693 +vt 0.062552 0.020544 +vt 0.062582 0.022499 +vt 0.062237 0.020810 +vt 0.061890 0.021034 +vt 0.061518 0.021211 +vt 0.060721 0.021415 +vt 0.060549 0.022882 +vt 0.059898 0.021409 +vt 0.061126 0.021338 +vt 0.061951 0.022821 +vt 0.056617 0.017522 +vt 0.056860 0.017247 +vt 0.057065 0.016944 +vt 0.057230 0.016616 +vt 0.057351 0.016270 +vt 0.057427 0.015912 +vt 0.057456 0.015547 +vt 0.057373 0.014820 +vt 0.057438 0.015181 +vt 0.057262 0.014471 +vt 0.057107 0.014139 +vt 0.059715 0.015253 +vt 0.059781 0.015654 +vt 0.059789 0.016060 +vt 0.059739 0.016463 +vt 0.059632 0.016854 +vt 0.059470 0.017227 +vt 0.059257 0.017573 +vt 0.058998 0.017885 +vt 0.058696 0.018156 +vt 0.057992 0.018558 +vt 0.058358 0.018382 +vt 0.057779 0.015963 +vt 0.057811 0.015552 +vt 0.059390 0.016394 +vt 0.057141 0.017465 +vt 0.057791 0.015140 +vt 0.057718 0.014735 +vt 0.057557 0.016755 +vt 0.058969 0.017365 +vt 0.052133 0.018363 +vt 0.052017 0.018016 +vt 0.051655 0.017380 +vt 0.051857 0.017686 +vt 0.051417 0.017102 +vt 0.051144 0.016857 +vt 0.050842 0.016649 +vt 0.050516 0.016482 +vt 0.050171 0.016358 +vt 0.049814 0.016279 +vt 0.049449 0.016247 +vt 0.051718 0.014545 +vt 0.052777 0.015130 +vt 0.052453 0.014885 +vt 0.052097 0.014689 +vt 0.053059 0.015421 +vt 0.053301 0.015747 +vt 0.053498 0.016102 +vt 0.053638 0.016483 +vt 0.053749 0.017285 +vt 0.053722 0.016880 +vt 0.053719 0.017690 +vt 0.050270 0.016016 +vt 0.052346 0.017881 +vt 0.051616 0.014886 +vt 0.050658 0.016156 +vt 0.051025 0.016344 +vt 0.051364 0.016578 +vt 0.051940 0.017166 +vt 0.053296 0.016581 +vt 0.052793 0.015650 +vt 0.050620 0.022667 +vt 0.050261 0.022594 +vt 0.049895 0.022568 +vt 0.049170 0.022657 +vt 0.049530 0.022589 +vt 0.048821 0.022770 +vt 0.048490 0.022928 +vt 0.047903 0.023363 +vt 0.048182 0.023126 +vt 0.047656 0.023634 +vt 0.047445 0.023934 +vt 0.047106 0.021118 +vt 0.047420 0.020861 +vt 0.047768 0.020651 +vt 0.048142 0.020493 +vt 0.048535 0.020394 +vt 0.048938 0.020347 +vt 0.049744 0.020424 +vt 0.049344 0.020354 +vt 0.050830 0.020957 +vt 0.050495 0.020728 +vt 0.050130 0.020549 +vt 0.050309 0.022242 +vt 0.049486 0.022236 +vt 0.047656 0.023107 +vt 0.049308 0.020708 +vt 0.049081 0.022312 +vt 0.048689 0.022440 +vt 0.047625 0.021151 +vt 0.048317 0.022617 +vt 0.047971 0.022841 +vt 0.053591 0.026129 +vt 0.053348 0.026404 +vt 0.053143 0.026707 +vt 0.052978 0.027034 +vt 0.052857 0.027380 +vt 0.052781 0.027739 +vt 0.052835 0.028831 +vt 0.052770 0.028470 +vt 0.052752 0.028104 +vt 0.052946 0.029180 +vt 0.053100 0.029512 +vt 0.050492 0.028398 +vt 0.050427 0.027997 +vt 0.050419 0.027591 +vt 0.050469 0.027188 +vt 0.050575 0.026796 +vt 0.050737 0.026424 +vt 0.050950 0.026078 +vt 0.051210 0.025766 +vt 0.051512 0.025494 +vt 0.052215 0.025093 +vt 0.051849 0.025268 +vt 0.050781 0.027965 +vt 0.052490 0.028916 +vt 0.052514 0.027284 +vt 0.052429 0.027688 +vt 0.052836 0.026527 +vt 0.052651 0.026895 +vt 0.051239 0.026286 +vt 0.052417 0.028510 +vt 0.052396 0.028099 +vt 0.058074 0.025288 +vt 0.058191 0.025635 +vt 0.058351 0.025965 +vt 0.058552 0.026271 +vt 0.058791 0.026549 +vt 0.059063 0.026794 +vt 0.059365 0.027002 +vt 0.060036 0.027293 +vt 0.059691 0.027169 +vt 0.060394 0.027372 +vt 0.060759 0.027404 +vt 0.058490 0.029105 +vt 0.058112 0.028958 +vt 0.057755 0.028766 +vt 0.057430 0.028521 +vt 0.057145 0.028233 +vt 0.056710 0.027549 +vt 0.056818 0.027749 +vt 0.056903 0.027906 +vt 0.056574 0.027167 +vt 0.056458 0.026366 +vt 0.056489 0.026770 +vt 0.056489 0.025961 +vt 0.059937 0.027635 +vt 0.056814 0.026367 +vt 0.057861 0.025770 +vt 0.058268 0.026485 +vt 0.057415 0.028001 +vt 0.058843 0.027073 +vt 0.059183 0.027307 +vt 0.059549 0.027495 +vt 0.047886 0.027719 +vt 0.046511 0.028019 +vt 0.047405 0.027139 +vt 0.046342 0.027766 +vt 0.055104 0.031180 +vt 0.054703 0.032410 +vt 0.054351 0.031149 +vt 0.053904 0.032350 +vt 0.053609 0.031023 +vt 0.053111 0.032229 +vt 0.053094 0.030955 +vt 0.052828 0.032163 +vt 0.052874 0.030873 +vt 0.052330 0.032048 +vt 0.052142 0.030698 +vt 0.051723 0.031859 +vt 0.051565 0.031809 +vt 0.051437 0.030431 +vt 0.050820 0.031513 +vt 0.050757 0.030108 +vt 0.050099 0.031161 +vt 0.050104 0.029732 +vt 0.049646 0.030896 +vt 0.049408 0.030756 +vt 0.049484 0.029304 +vt 0.048749 0.030300 +vt 0.048901 0.028827 +vt 0.048126 0.029795 +vt 0.048357 0.028305 +vt 0.047825 0.029510 +vt 0.047543 0.029244 +vt 0.047004 0.028651 +vt 0.047003 0.026503 +vt 0.046067 0.027351 +vt 0.046846 0.026204 +vt 0.045749 0.026785 +vt 0.046653 0.025836 +vt 0.045675 0.026652 +vt 0.045337 0.025925 +vt 0.046357 0.025142 +vt 0.045269 0.025744 +vt 0.045055 0.025175 +vt 0.046119 0.024428 +vt 0.044904 0.024657 +vt 0.044830 0.024405 +vt 0.045938 0.023696 +vt 0.044665 0.023621 +vt 0.045818 0.022953 +vt 0.044559 0.022826 +vt 0.045757 0.022202 +vt 0.044534 0.022398 +vt 0.044513 0.022026 +vt 0.045757 0.021449 +vt 0.044528 0.021224 +vt 0.045818 0.020698 +vt 0.044604 0.020426 +vt 0.045938 0.019954 +vt 0.044658 0.020113 +vt 0.044740 0.019636 +vt 0.046119 0.019223 +vt 0.044935 0.018859 +vt 0.046357 0.018508 +vt 0.045189 0.018098 +vt 0.046653 0.017815 +vt 0.045499 0.017359 +vt 0.047003 0.017148 +vt 0.045751 0.016867 +vt 0.045864 0.016645 +vt 0.046283 0.015961 +vt 0.047405 0.016511 +vt 0.046751 0.015311 +vt 0.047858 0.015909 +vt 0.047036 0.014973 +vt 0.048357 0.015345 +vt 0.047268 0.014698 +vt 0.048676 0.015039 +vt 0.047829 0.014126 +vt 0.048901 0.014823 +vt 0.057334 0.012778 +vt 0.058262 0.011715 +vt 0.058066 0.012952 +vt 0.058484 0.011793 +vt 0.048433 0.013598 +vt 0.049484 0.014347 +vt 0.049074 0.013117 +vt 0.050104 0.013919 +vt 0.049750 0.012686 +vt 0.050773 0.013574 +vt 0.050456 0.012307 +vt 0.051179 0.013342 +vt 0.050659 0.012218 +vt 0.051451 0.013253 +vt 0.051190 0.011983 +vt 0.052142 0.012952 +vt 0.051724 0.011793 +vt 0.051945 0.011715 +vt 0.052865 0.012743 +vt 0.052719 0.011505 +vt 0.053609 0.012628 +vt 0.053506 0.011354 +vt 0.054093 0.012533 +vt 0.053959 0.011302 +vt 0.054354 0.012537 +vt 0.054303 0.011263 +vt 0.055104 0.012471 +vt 0.055104 0.011233 +vt 0.055856 0.012501 +vt 0.055905 0.011263 +vt 0.056604 0.012592 +vt 0.056701 0.011354 +vt 0.057489 0.011505 +vt 0.058770 0.013219 +vt 0.059018 0.011983 +vt 0.059549 0.012218 +vt 0.059451 0.013542 +vt 0.059751 0.012307 +vt 0.060458 0.012686 +vt 0.059923 0.013815 +vt 0.060084 0.013950 +vt 0.061134 0.013117 +vt 0.060723 0.014347 +vt 0.061775 0.013598 +vt 0.061307 0.014823 +vt 0.062378 0.014126 +vt 0.061532 0.015039 +vt 0.061850 0.015345 +vt 0.062940 0.014698 +vt 0.062229 0.015773 +vt 0.063171 0.014973 +vt 0.062322 0.015932 +vt 0.063456 0.015311 +vt 0.062802 0.016511 +vt 0.063925 0.015961 +vt 0.063205 0.017148 +vt 0.064343 0.016645 +vt 0.063555 0.017815 +vt 0.064456 0.016867 +vt 0.064708 0.017359 +vt 0.063850 0.018508 +vt 0.064938 0.017907 +vt 0.065019 0.018098 +vt 0.064089 0.019223 +vt 0.065272 0.018859 +vt 0.064269 0.019954 +vt 0.065467 0.019636 +vt 0.064390 0.020698 +vt 0.065603 0.020426 +vt 0.065679 0.021224 +vt 0.064451 0.021449 +vt 0.065694 0.022026 +vt 0.064451 0.022202 +vt 0.065673 0.022398 +vt 0.064390 0.022953 +vt 0.065649 0.022826 +vt 0.064327 0.023338 +vt 0.065543 0.023621 +vt 0.064269 0.023696 +vt 0.058770 0.030431 +vt 0.058643 0.031809 +vt 0.058066 0.030698 +vt 0.065377 0.024405 +vt 0.064089 0.024428 +vt 0.065304 0.024657 +vt 0.065153 0.025175 +vt 0.063850 0.025142 +vt 0.064939 0.025744 +vt 0.064870 0.025925 +vt 0.063555 0.025836 +vt 0.064532 0.026652 +vt 0.063205 0.026503 +vt 0.064140 0.027351 +vt 0.062802 0.027139 +vt 0.063697 0.028019 +vt 0.062350 0.027741 +vt 0.063204 0.028651 +vt 0.061850 0.028305 +vt 0.062664 0.029244 +vt 0.061307 0.028827 +vt 0.062383 0.029510 +vt 0.062082 0.029795 +vt 0.060723 0.029304 +vt 0.061459 0.030300 +vt 0.060103 0.029732 +vt 0.060800 0.030756 +vt 0.059451 0.030108 +vt 0.060108 0.031161 +vt 0.059028 0.030309 +vt 0.059388 0.031513 +vt 0.057342 0.030908 +vt 0.057877 0.032048 +vt 0.057096 0.032229 +vt 0.056604 0.031059 +vt 0.056304 0.032350 +vt 0.056114 0.031118 +vt 0.055856 0.031149 +vt 0.055505 0.032410 +vt 0.055104 0.032418 +vt 0.053219 0.021419 +vt 0.052115 0.020938 +vt 0.053315 0.021107 +vt 0.053462 0.020815 +vt 0.053657 0.020552 +vt 0.053260 0.022390 +vt 0.052065 0.022519 +vt 0.053192 0.022070 +vt 0.051988 0.021725 +vt 0.053178 0.021744 +vt 0.053770 0.023217 +vt 0.052547 0.023609 +vt 0.053554 0.022972 +vt 0.053382 0.022693 +vt 0.053574 0.019109 +vt 0.053893 0.020326 +vt 0.054164 0.020142 +vt 0.054462 0.020008 +vt 0.055430 0.019925 +vt 0.055502 0.018734 +vt 0.055746 0.020008 +vt 0.057272 0.019586 +vt 0.056044 0.020142 +vt 0.056315 0.020326 +vt 0.054313 0.018810 +vt 0.054778 0.019925 +vt 0.055104 0.019898 +vt 0.054618 0.023691 +vt 0.053403 0.024438 +vt 0.054310 0.023582 +vt 0.054024 0.023423 +vt 0.056654 0.022972 +vt 0.057124 0.024199 +vt 0.056438 0.023217 +vt 0.056183 0.023423 +vt 0.055898 0.023582 +vt 0.055303 0.024936 +vt 0.055589 0.023691 +vt 0.055267 0.023746 +vt 0.054940 0.023746 +vt 0.057016 0.022070 +vt 0.058143 0.022519 +vt 0.056947 0.022390 +vt 0.057867 0.023267 +vt 0.056825 0.022693 +vt 0.056551 0.020552 +vt 0.056745 0.020815 +vt 0.057954 0.020564 +vt 0.056893 0.021107 +vt 0.056988 0.021419 +vt 0.057030 0.021744 +vt 0.051928 0.024620 +vt 0.052325 0.024349 +vt 0.052176 0.024880 +vt 0.052671 0.024683 +vt 0.052446 0.025117 +vt 0.052735 0.025330 +vt 0.053056 0.024971 +vt 0.053040 0.025519 +vt 0.053475 0.025207 +vt 0.053361 0.025680 +vt 0.053694 0.025814 +vt 0.050968 0.022717 +vt 0.051444 0.022661 +vt 0.051059 0.023064 +vt 0.051581 0.023122 +vt 0.051178 0.023403 +vt 0.051326 0.023730 +vt 0.051776 0.023561 +vt 0.051501 0.024044 +vt 0.052025 0.023973 +vt 0.051702 0.024341 +vt 0.051059 0.020587 +vt 0.051505 0.020757 +vt 0.050968 0.020934 +vt 0.051398 0.021226 +vt 0.050907 0.021288 +vt 0.050877 0.021646 +vt 0.051352 0.021705 +vt 0.050877 0.022005 +vt 0.051368 0.022186 +vt 0.050907 0.022363 +vt 0.052176 0.018771 +vt 0.052493 0.019129 +vt 0.051928 0.019030 +vt 0.052169 0.019485 +vt 0.051702 0.019310 +vt 0.051501 0.019607 +vt 0.051894 0.019880 +vt 0.051326 0.019921 +vt 0.051672 0.020306 +vt 0.051178 0.020248 +vt 0.054038 0.017731 +vt 0.054152 0.018195 +vt 0.053694 0.017836 +vt 0.053695 0.018346 +vt 0.053361 0.017970 +vt 0.053040 0.018132 +vt 0.053262 0.018555 +vt 0.052735 0.018320 +vt 0.052859 0.018817 +vt 0.052446 0.018534 +vt 0.056846 0.017970 +vt 0.056512 0.018346 +vt 0.056513 0.017836 +vt 0.056056 0.018195 +vt 0.056170 0.017731 +vt 0.055819 0.017656 +vt 0.055584 0.018103 +vt 0.055463 0.017610 +vt 0.055104 0.017595 +vt 0.055104 0.018072 +vt 0.054745 0.017610 +vt 0.054624 0.018103 +vt 0.054389 0.017656 +vt 0.058505 0.019310 +vt 0.058038 0.019485 +vt 0.058279 0.019030 +vt 0.057715 0.019129 +vt 0.058031 0.018771 +vt 0.057761 0.018534 +vt 0.057349 0.018817 +vt 0.057473 0.018320 +vt 0.057167 0.018132 +vt 0.056946 0.018555 +vt 0.059300 0.021288 +vt 0.058809 0.021226 +vt 0.059239 0.020934 +vt 0.058702 0.020757 +vt 0.059149 0.020587 +vt 0.059029 0.020248 +vt 0.058536 0.020306 +vt 0.058881 0.019921 +vt 0.058706 0.019607 +vt 0.058313 0.019880 +vt 0.059029 0.023403 +vt 0.058626 0.023122 +vt 0.059149 0.023064 +vt 0.058763 0.022661 +vt 0.059239 0.022717 +vt 0.059300 0.022363 +vt 0.058840 0.022186 +vt 0.059331 0.022005 +vt 0.059331 0.021646 +vt 0.058855 0.021705 +vt 0.057761 0.025117 +vt 0.057537 0.024683 +vt 0.058031 0.024880 +vt 0.057882 0.024349 +vt 0.058279 0.024620 +vt 0.058505 0.024341 +vt 0.058182 0.023973 +vt 0.058706 0.024044 +vt 0.058881 0.023730 +vt 0.058431 0.023561 +vt 0.055819 0.025995 +vt 0.055821 0.025510 +vt 0.056170 0.025919 +vt 0.056286 0.025388 +vt 0.056513 0.025814 +vt 0.056846 0.025680 +vt 0.056732 0.025207 +vt 0.057167 0.025519 +vt 0.057473 0.025330 +vt 0.057151 0.024971 +vt 0.053921 0.025388 +vt 0.054038 0.025919 +vt 0.054386 0.025510 +vt 0.054389 0.025995 +vt 0.054745 0.026041 +vt 0.054863 0.025571 +vt 0.055104 0.026056 +vt 0.055463 0.026041 +vt 0.055344 0.025571 +vt 0.049449 0.016208 +vt 0.052150 0.018359 +vt 0.050532 0.016446 +vt 0.050862 0.016616 +vt 0.051444 0.017075 +vt 0.051890 0.017667 +vt 0.049824 0.016212 +vt 0.050190 0.016293 +vt 0.051186 0.016804 +vt 0.051710 0.017339 +vt 0.052080 0.017990 +vt 0.050594 0.016304 +vt 0.051296 0.016664 +vt 0.051852 0.017232 +vt 0.052244 0.017923 +vt 0.050240 0.016122 +vt 0.050996 0.016392 +vt 0.053475 0.017654 +vt 0.053680 0.017684 +vt 0.051713 0.014562 +vt 0.051688 0.014645 +vt 0.051662 0.014731 +vt 0.052319 0.015091 +vt 0.052036 0.014822 +vt 0.052069 0.014750 +vt 0.052090 0.014705 +vt 0.052373 0.015008 +vt 0.052416 0.014942 +vt 0.052443 0.014900 +vt 0.053577 0.016900 +vt 0.053402 0.016551 +vt 0.053497 0.016523 +vt 0.053655 0.016889 +vt 0.053573 0.016502 +vt 0.053705 0.016882 +vt 0.053621 0.016488 +vt 0.053711 0.017285 +vt 0.053645 0.017285 +vt 0.053555 0.017284 +vt 0.053462 0.016118 +vt 0.053403 0.016145 +vt 0.053321 0.016182 +vt 0.053052 0.015905 +vt 0.053272 0.015765 +vt 0.053217 0.015800 +vt 0.053141 0.015849 +vt 0.053033 0.015443 +vt 0.052984 0.015486 +vt 0.052915 0.015545 +vt 0.052766 0.015143 +vt 0.052732 0.015181 +vt 0.052615 0.015315 +vt 0.057167 0.014106 +vt 0.056629 0.017534 +vt 0.057476 0.015176 +vt 0.057494 0.015547 +vt 0.057388 0.016281 +vt 0.057098 0.016963 +vt 0.057325 0.014446 +vt 0.057439 0.014804 +vt 0.057494 0.015922 +vt 0.057292 0.016643 +vt 0.056913 0.017289 +vt 0.056665 0.017570 +vt 0.057631 0.015159 +vt 0.057670 0.015947 +vt 0.057456 0.016712 +vt 0.057054 0.017398 +vt 0.057611 0.014761 +vt 0.057756 0.015551 +vt 0.057954 0.018461 +vt 0.058237 0.018169 +vt 0.059614 0.015277 +vt 0.059526 0.015298 +vt 0.059423 0.015322 +vt 0.059543 0.016047 +vt 0.059635 0.015667 +vt 0.059713 0.015660 +vt 0.059764 0.015655 +vt 0.059642 0.016052 +vt 0.059721 0.016056 +vt 0.059771 0.016059 +vt 0.058545 0.017962 +vt 0.058606 0.018041 +vt 0.058892 0.017783 +vt 0.058654 0.018103 +vt 0.058949 0.017837 +vt 0.058685 0.018143 +vt 0.058985 0.017873 +vt 0.058350 0.018367 +vt 0.058325 0.018323 +vt 0.058286 0.018255 +vt 0.059243 0.017562 +vt 0.059202 0.017533 +vt 0.059138 0.017487 +vt 0.059058 0.017429 +vt 0.059455 0.017219 +vt 0.059410 0.017195 +vt 0.059340 0.017159 +vt 0.059616 0.016849 +vt 0.059568 0.016832 +vt 0.059494 0.016806 +vt 0.059400 0.016773 +vt 0.059722 0.016459 +vt 0.059672 0.016449 +vt 0.059595 0.016434 +vt 0.062795 0.019737 +vt 0.059583 0.021001 +vt 0.062048 0.020555 +vt 0.061736 0.020757 +vt 0.061047 0.021031 +vt 0.060312 0.021122 +vt 0.062605 0.020060 +vt 0.062352 0.020337 +vt 0.061411 0.020943 +vt 0.060686 0.021129 +vt 0.059937 0.021124 +vt 0.062141 0.020680 +vt 0.061812 0.020893 +vt 0.060708 0.021306 +vt 0.059913 0.021300 +vt 0.062744 0.020171 +vt 0.062204 0.020765 +vt 0.061112 0.021285 +vt 0.059787 0.022796 +vt 0.059402 0.022663 +vt 0.063090 0.022520 +vt 0.063030 0.022457 +vt 0.062895 0.022315 +vt 0.062328 0.022781 +vt 0.062703 0.022670 +vt 0.062748 0.022735 +vt 0.062777 0.022776 +vt 0.062373 0.022869 +vt 0.062409 0.022939 +vt 0.062432 0.022984 +vt 0.059837 0.022710 +vt 0.060522 0.022989 +vt 0.060132 0.022966 +vt 0.060103 0.023039 +vt 0.060480 0.023161 +vt 0.060084 0.023086 +vt 0.060468 0.023210 +vt 0.059722 0.022908 +vt 0.059747 0.022864 +vt 0.060867 0.023258 +vt 0.060874 0.023193 +vt 0.060893 0.022998 +vt 0.061268 0.023269 +vt 0.061265 0.023204 +vt 0.061261 0.023114 +vt 0.061670 0.023244 +vt 0.061660 0.023195 +vt 0.061646 0.023117 +vt 0.061627 0.023020 +vt 0.062060 0.023142 +vt 0.062044 0.023094 +vt 0.062018 0.023019 +vt 0.060758 0.027442 +vt 0.059676 0.027204 +vt 0.059345 0.027035 +vt 0.058763 0.026576 +vt 0.058317 0.025984 +vt 0.058037 0.025298 +vt 0.060384 0.027439 +vt 0.060017 0.027358 +vt 0.059021 0.026847 +vt 0.058498 0.026312 +vt 0.058128 0.025661 +vt 0.059614 0.027347 +vt 0.058911 0.026987 +vt 0.058356 0.026419 +vt 0.057963 0.025728 +vt 0.059968 0.027529 +vt 0.059211 0.027259 +vt 0.056704 0.026367 +vt 0.058520 0.029006 +vt 0.058576 0.028818 +vt 0.058545 0.028919 +vt 0.058191 0.028786 +vt 0.058154 0.028867 +vt 0.058126 0.028927 +vt 0.057592 0.028336 +vt 0.057834 0.028643 +vt 0.057792 0.028709 +vt 0.057764 0.028751 +vt 0.056782 0.026729 +vt 0.056756 0.027114 +vt 0.056588 0.026756 +vt 0.056670 0.027139 +vt 0.056524 0.026765 +vt 0.056607 0.027157 +vt 0.056475 0.026366 +vt 0.056526 0.026366 +vt 0.056605 0.026366 +vt 0.056726 0.027542 +vt 0.056772 0.027521 +vt 0.056934 0.027448 +vt 0.056917 0.027897 +vt 0.056960 0.027870 +vt 0.057026 0.027828 +vt 0.057110 0.027774 +vt 0.057158 0.028221 +vt 0.057196 0.028188 +vt 0.057256 0.028137 +vt 0.057442 0.028508 +vt 0.057475 0.028470 +vt 0.057527 0.028411 +vt 0.053066 0.029531 +vt 0.052731 0.028474 +vt 0.052713 0.028103 +vt 0.052819 0.027370 +vt 0.053109 0.026688 +vt 0.053543 0.026081 +vt 0.052882 0.029205 +vt 0.052769 0.028847 +vt 0.052714 0.027729 +vt 0.052915 0.027008 +vt 0.053294 0.026362 +vt 0.052577 0.028492 +vt 0.052558 0.028101 +vt 0.052752 0.026938 +vt 0.052975 0.026609 +vt 0.052717 0.029269 +vt 0.052472 0.028504 +vt 0.052568 0.027299 +vt 0.053154 0.026253 +vt 0.052305 0.025321 +vt 0.051883 0.025327 +vt 0.050509 0.028394 +vt 0.050593 0.028374 +vt 0.050784 0.028328 +vt 0.050664 0.027604 +vt 0.050573 0.027984 +vt 0.050494 0.027991 +vt 0.050444 0.027996 +vt 0.050565 0.027599 +vt 0.050486 0.027595 +vt 0.050436 0.027592 +vt 0.051663 0.025688 +vt 0.051387 0.025937 +vt 0.051316 0.025868 +vt 0.051553 0.025548 +vt 0.051259 0.025813 +vt 0.051522 0.025508 +vt 0.051222 0.025778 +vt 0.051858 0.025283 +vt 0.051922 0.025396 +vt 0.050964 0.026088 +vt 0.051005 0.026118 +vt 0.051069 0.026164 +vt 0.050752 0.026432 +vt 0.050797 0.026455 +vt 0.050867 0.026492 +vt 0.050955 0.026537 +vt 0.050592 0.026802 +vt 0.050640 0.026819 +vt 0.050714 0.026845 +vt 0.050486 0.027192 +vt 0.050535 0.027201 +vt 0.050710 0.027236 +vt 0.047387 0.023898 +vt 0.050638 0.022601 +vt 0.048159 0.023095 +vt 0.048471 0.022894 +vt 0.049160 0.022619 +vt 0.049896 0.022529 +vt 0.047603 0.023591 +vt 0.047855 0.023314 +vt 0.048796 0.022707 +vt 0.049521 0.022521 +vt 0.050270 0.022527 +vt 0.048067 0.022970 +vt 0.048396 0.022758 +vt 0.049500 0.022345 +vt 0.050294 0.022350 +vt 0.047464 0.023480 +vt 0.048004 0.022885 +vt 0.049095 0.022366 +vt 0.050643 0.021192 +vt 0.050421 0.020855 +vt 0.050806 0.020988 +vt 0.047239 0.021259 +vt 0.047177 0.021194 +vt 0.047505 0.020980 +vt 0.047459 0.020916 +vt 0.047430 0.020875 +vt 0.048221 0.020725 +vt 0.047834 0.020781 +vt 0.047799 0.020711 +vt 0.047776 0.020666 +vt 0.050038 0.020777 +vt 0.050075 0.020685 +vt 0.049709 0.020566 +vt 0.050105 0.020612 +vt 0.049728 0.020490 +vt 0.050124 0.020565 +vt 0.049740 0.020440 +vt 0.050486 0.020743 +vt 0.050460 0.020787 +vt 0.049342 0.020372 +vt 0.049337 0.020422 +vt 0.049319 0.020599 +vt 0.048940 0.020382 +vt 0.048942 0.020447 +vt 0.048951 0.020643 +vt 0.048542 0.020427 +vt 0.048554 0.020492 +vt 0.048570 0.020580 +vt 0.048147 0.020509 +vt 0.048164 0.020557 +vt 0.048189 0.020631 +vt 0.056592 0.012669 +vt 0.059415 0.013611 +vt 0.061255 0.014882 +vt 0.061824 0.015370 +vt 0.064193 0.023681 +vt 0.059415 0.030039 +vt 0.058756 0.030398 +vt 0.056592 0.030982 +vt 0.055854 0.031113 +vt 0.046723 0.025802 +vt 0.048952 0.014882 +vt 0.049588 0.014485 +vt 0.049015 0.014953 +vt 0.049558 0.014446 +vt 0.047590 0.016639 +vt 0.047152 0.017235 +vt 0.047507 0.016582 +vt 0.047070 0.017187 +vt 0.046237 0.019257 +vt 0.046060 0.019979 +vt 0.046014 0.019970 +vt 0.045930 0.022195 +vt 0.045989 0.022932 +vt 0.045880 0.022197 +vt 0.045895 0.022944 +vt 0.046519 0.025081 +vt 0.046809 0.025761 +vt 0.046473 0.025099 +vt 0.060619 0.029165 +vt 0.061158 0.028659 +vt 0.061192 0.028698 +vt 0.060649 0.029205 +vt 0.061255 0.028769 +vt 0.062660 0.027041 +vt 0.063055 0.026416 +vt 0.062700 0.027069 +vt 0.063138 0.026464 +vt 0.063873 0.024365 +vt 0.064099 0.023662 +vt 0.063970 0.024393 +vt 0.064218 0.020719 +vt 0.064327 0.021454 +vt 0.064313 0.020707 +vt 0.063688 0.018570 +vt 0.063399 0.017889 +vt 0.063735 0.018552 +vt 0.063485 0.017848 +vt 0.054365 0.012674 +vt 0.055104 0.012595 +vt 0.054361 0.012625 +vt 0.055104 0.012549 +vt 0.053631 0.012763 +vt 0.053623 0.012714 +vt 0.052884 0.012818 +vt 0.052907 0.012911 +vt 0.052196 0.013117 +vt 0.052181 0.013070 +vt 0.051486 0.013333 +vt 0.051505 0.013379 +vt 0.050837 0.013696 +vt 0.050814 0.013652 +vt 0.050146 0.013985 +vt 0.050197 0.014065 +vt 0.048482 0.015465 +vt 0.048447 0.015431 +vt 0.047918 0.015958 +vt 0.047992 0.016019 +vt 0.046764 0.017868 +vt 0.046723 0.017848 +vt 0.046430 0.018536 +vt 0.046473 0.018552 +vt 0.045989 0.020719 +vt 0.045940 0.020713 +vt 0.045835 0.021452 +vt 0.045930 0.021456 +vt 0.046014 0.023681 +vt 0.046108 0.023662 +vt 0.046193 0.024406 +vt 0.046285 0.024380 +vt 0.047070 0.026464 +vt 0.047469 0.027095 +vt 0.047507 0.027069 +vt 0.047590 0.027012 +vt 0.047992 0.027632 +vt 0.047954 0.027663 +vt 0.048482 0.028185 +vt 0.048413 0.028252 +vt 0.048983 0.028735 +vt 0.049050 0.028659 +vt 0.049531 0.029242 +vt 0.049588 0.029165 +vt 0.050170 0.029627 +vt 0.050146 0.029666 +vt 0.050814 0.029999 +vt 0.050793 0.030039 +vt 0.051486 0.030317 +vt 0.051505 0.030272 +vt 0.052166 0.030625 +vt 0.052196 0.030534 +vt 0.052907 0.030740 +vt 0.052895 0.030788 +vt 0.053631 0.030888 +vt 0.053623 0.030937 +vt 0.054357 0.031072 +vt 0.054365 0.030977 +vt 0.055104 0.030955 +vt 0.055104 0.031056 +vt 0.055843 0.030977 +vt 0.056568 0.030837 +vt 0.057324 0.030833 +vt 0.057313 0.030788 +vt 0.057289 0.030690 +vt 0.058011 0.030534 +vt 0.058027 0.030581 +vt 0.058702 0.030272 +vt 0.059370 0.029955 +vt 0.060062 0.029666 +vt 0.060011 0.029585 +vt 0.061688 0.028150 +vt 0.061794 0.028252 +vt 0.062290 0.027692 +vt 0.062254 0.027663 +vt 0.062176 0.027599 +vt 0.063399 0.025761 +vt 0.063443 0.025783 +vt 0.063778 0.025115 +vt 0.063688 0.025081 +vt 0.064167 0.022926 +vt 0.064267 0.022938 +vt 0.064373 0.022199 +vt 0.064278 0.022195 +vt 0.064148 0.019979 +vt 0.064099 0.019989 +vt 0.064014 0.019244 +vt 0.063923 0.019271 +vt 0.063098 0.017210 +vt 0.063055 0.017235 +vt 0.062738 0.016556 +vt 0.062660 0.016610 +vt 0.062216 0.016019 +vt 0.062254 0.015987 +vt 0.061725 0.015465 +vt 0.060677 0.014409 +vt 0.060649 0.014446 +vt 0.060588 0.014527 +vt 0.060011 0.014065 +vt 0.060037 0.014024 +vt 0.059370 0.013696 +vt 0.058722 0.013333 +vt 0.058702 0.013379 +vt 0.058041 0.013026 +vt 0.058011 0.013117 +vt 0.057301 0.012911 +vt 0.057313 0.012863 +vt 0.056577 0.012763 +vt 0.055850 0.012579 +vt 0.055847 0.012625 +vt 0.053718 0.013745 +vt 0.051727 0.014355 +vt 0.049431 0.015907 +vt 0.048950 0.016409 +vt 0.048123 0.017527 +vt 0.047784 0.018135 +vt 0.047278 0.019429 +vt 0.047497 0.024882 +vt 0.050513 0.028618 +vt 0.049431 0.027744 +vt 0.051106 0.028982 +vt 0.054410 0.029981 +vt 0.053038 0.029759 +vt 0.055104 0.030023 +vt 0.055799 0.029994 +vt 0.056489 0.029905 +vt 0.057835 0.029555 +vt 0.058480 0.029296 +vt 0.059694 0.028618 +vt 0.061258 0.027242 +vt 0.062930 0.024222 +vt 0.063235 0.022867 +vt 0.063294 0.022173 +vt 0.063235 0.020784 +vt 0.063118 0.020098 +vt 0.062942 0.019425 +vt 0.062073 0.017534 +vt 0.062711 0.018769 +vt 0.060767 0.015916 +vt 0.061695 0.016951 +vt 0.059102 0.014668 +vt 0.057835 0.014096 +vt 0.057169 0.013892 +vt 0.055799 0.013657 +vt 0.056493 0.013724 +vt 0.058489 0.014336 +vt 0.059706 0.015016 +vt 0.060267 0.015430 +vt 0.060791 0.015891 +vt 0.061274 0.016395 +vt 0.062103 0.017516 +vt 0.062424 0.018135 +vt 0.063316 0.021477 +vt 0.063139 0.023557 +vt 0.062963 0.024232 +vt 0.062730 0.024890 +vt 0.062443 0.025526 +vt 0.062103 0.026135 +vt 0.061712 0.026713 +vt 0.060791 0.027759 +vt 0.060267 0.028220 +vt 0.059112 0.029001 +vt 0.057175 0.029779 +vt 0.054407 0.030015 +vt 0.053715 0.029926 +vt 0.052366 0.029575 +vt 0.051718 0.029315 +vt 0.049954 0.028204 +vt 0.048950 0.027242 +vt 0.048513 0.026700 +vt 0.047784 0.025516 +vt 0.047245 0.024232 +vt 0.047090 0.023553 +vt 0.046972 0.022867 +vt 0.046913 0.022173 +vt 0.046913 0.021477 +vt 0.046972 0.020784 +vt 0.047090 0.020098 +vt 0.047497 0.018769 +vt 0.048495 0.016938 +vt 0.049940 0.015430 +vt 0.050501 0.015016 +vt 0.051106 0.014668 +vt 0.052366 0.014076 +vt 0.053038 0.013892 +vt 0.054407 0.013636 +vt 0.055104 0.013606 +vt 0.055803 0.013607 +vt 0.057182 0.013843 +vt 0.057852 0.014048 +vt 0.059126 0.014624 +vt 0.061736 0.016921 +vt 0.062469 0.018112 +vt 0.063345 0.022175 +vt 0.063285 0.022873 +vt 0.061296 0.027275 +vt 0.059723 0.028659 +vt 0.058501 0.029342 +vt 0.057842 0.029575 +vt 0.056498 0.029955 +vt 0.053033 0.029779 +vt 0.051081 0.029026 +vt 0.048105 0.026135 +vt 0.046951 0.020781 +vt 0.047069 0.020094 +vt 0.047245 0.019419 +vt 0.047764 0.018125 +vt 0.048105 0.017516 +vt 0.048912 0.016376 +vt 0.049416 0.015891 +vt 0.051718 0.014336 +vt 0.053025 0.013843 +vt 0.056504 0.013660 +vt 0.058516 0.014276 +vt 0.060286 0.015408 +vt 0.060811 0.015870 +vt 0.061296 0.016376 +vt 0.062158 0.017482 +vt 0.062791 0.018736 +vt 0.063025 0.019399 +vt 0.063202 0.020080 +vt 0.063321 0.020773 +vt 0.063381 0.021474 +vt 0.063202 0.023571 +vt 0.063025 0.024251 +vt 0.062791 0.024914 +vt 0.059144 0.029058 +vt 0.057852 0.029603 +vt 0.057182 0.029808 +vt 0.055806 0.030080 +vt 0.055104 0.030110 +vt 0.050464 0.028689 +vt 0.049899 0.028271 +vt 0.049371 0.027807 +vt 0.048885 0.027299 +vt 0.048443 0.026752 +vt 0.048049 0.026169 +vt 0.047706 0.025555 +vt 0.047416 0.024914 +vt 0.047182 0.024251 +vt 0.047005 0.023571 +vt 0.046886 0.022878 +vt 0.046826 0.022177 +vt 0.046826 0.021474 +vt 0.047040 0.020088 +vt 0.047217 0.019410 +vt 0.047450 0.018750 +vt 0.048080 0.017501 +vt 0.048472 0.016921 +vt 0.049922 0.015408 +vt 0.050485 0.014991 +vt 0.051081 0.014624 +vt 0.052356 0.014048 +vt 0.053704 0.013660 +vt 0.054401 0.013570 +vt 0.055104 0.013541 +vt 0.055810 0.013528 +vt 0.057202 0.013767 +vt 0.059165 0.014556 +vt 0.059767 0.014926 +vt 0.060836 0.015844 +vt 0.061323 0.016352 +vt 0.061765 0.016899 +vt 0.062501 0.018096 +vt 0.063423 0.022179 +vt 0.063363 0.022883 +vt 0.062539 0.025574 +vt 0.062195 0.026191 +vt 0.061799 0.026777 +vt 0.061355 0.027327 +vt 0.060866 0.027837 +vt 0.060335 0.028304 +vt 0.059767 0.028725 +vt 0.057864 0.029637 +vt 0.057191 0.029843 +vt 0.056504 0.029991 +vt 0.054398 0.030123 +vt 0.053696 0.030033 +vt 0.053005 0.029884 +vt 0.052330 0.029677 +vt 0.051674 0.029413 +vt 0.051043 0.029095 +vt 0.046844 0.020768 +vt 0.047416 0.018736 +vt 0.047706 0.018096 +vt 0.048443 0.016899 +vt 0.048885 0.016352 +vt 0.049371 0.015844 +vt 0.051063 0.014593 +vt 0.051691 0.014276 +vt 0.053016 0.013808 +vt 0.056519 0.013571 +vt 0.057894 0.013929 +vt 0.058553 0.014194 +vt 0.060365 0.015309 +vt 0.062830 0.018721 +vt 0.063066 0.019387 +vt 0.063244 0.020071 +vt 0.063363 0.020768 +vt 0.063423 0.021472 +vt 0.063291 0.023590 +vt 0.063111 0.024278 +vt 0.062875 0.024948 +vt 0.059188 0.029137 +vt 0.058553 0.029457 +vt 0.055104 0.030153 +vt 0.050414 0.028764 +vt 0.049843 0.028341 +vt 0.049309 0.027872 +vt 0.048817 0.027358 +vt 0.047668 0.025574 +vt 0.047377 0.024930 +vt 0.047142 0.024264 +vt 0.046963 0.023580 +vt 0.046844 0.022883 +vt 0.046784 0.022179 +vt 0.046784 0.021472 +vt 0.046917 0.020061 +vt 0.047096 0.019373 +vt 0.048013 0.017459 +vt 0.048853 0.016324 +vt 0.049342 0.015813 +vt 0.049872 0.015346 +vt 0.050414 0.014887 +vt 0.051674 0.014237 +vt 0.052330 0.013974 +vt 0.053696 0.013618 +vt 0.054398 0.013528 +vt 0.055104 0.013498 +vt 0.055814 0.013481 +vt 0.057227 0.013671 +vt 0.059188 0.014514 +vt 0.059793 0.014887 +vt 0.060934 0.015742 +vt 0.061429 0.016258 +vt 0.061878 0.016815 +vt 0.062279 0.017407 +vt 0.062628 0.018032 +vt 0.063471 0.022181 +vt 0.063411 0.022889 +vt 0.062628 0.025619 +vt 0.062279 0.026243 +vt 0.061878 0.026836 +vt 0.061429 0.027392 +vt 0.060934 0.027909 +vt 0.060397 0.028381 +vt 0.059822 0.028807 +vt 0.057911 0.029770 +vt 0.057227 0.029980 +vt 0.056528 0.030131 +vt 0.055818 0.030221 +vt 0.054394 0.030170 +vt 0.053688 0.030080 +vt 0.052993 0.029930 +vt 0.052314 0.029722 +vt 0.051654 0.029457 +vt 0.051019 0.029137 +vt 0.048329 0.026836 +vt 0.047928 0.026243 +vt 0.046736 0.022181 +vt 0.046736 0.021470 +vt 0.046797 0.020762 +vt 0.047285 0.018684 +vt 0.047580 0.018032 +vt 0.047928 0.017407 +vt 0.048329 0.016815 +vt 0.049309 0.015779 +vt 0.049843 0.015309 +vt 0.050994 0.014469 +vt 0.052314 0.013929 +vt 0.052993 0.013721 +vt 0.056528 0.013520 +vt 0.063341 0.023601 +vt 0.063161 0.024293 +vt 0.062922 0.024967 +vt 0.050385 0.028807 +vt 0.049273 0.027909 +vt 0.048778 0.027392 +vt 0.049810 0.015269 +vt 0.050385 0.014844 +vt 0.052980 0.013671 +vt 0.053680 0.013520 +vt 0.044547 0.020419 +vt 0.044571 0.020422 +vt 0.044495 0.021222 +vt 0.058272 0.011683 +vt 0.059030 0.011952 +vt 0.064394 0.016617 +vt 0.064739 0.017345 +vt 0.065524 0.019624 +vt 0.065728 0.022026 +vt 0.065682 0.022829 +vt 0.065409 0.024413 +vt 0.058765 0.031826 +vt 0.053105 0.032261 +vt 0.048104 0.029820 +vt 0.047519 0.029267 +vt 0.046484 0.028038 +vt 0.046039 0.027369 +vt 0.045306 0.025938 +vt 0.065750 0.022443 +vt 0.048346 0.030076 +vt 0.048407 0.013535 +vt 0.048412 0.013572 +vt 0.052401 0.011509 +vt 0.057496 0.011472 +vt 0.055721 0.011179 +vt 0.055909 0.011206 +vt 0.055649 0.011182 +vt 0.055104 0.011200 +vt 0.055495 0.011183 +vt 0.054486 0.011179 +vt 0.054635 0.011184 +vt 0.054300 0.011230 +vt 0.052711 0.011472 +vt 0.052187 0.011583 +vt 0.052333 0.011534 +vt 0.051935 0.011683 +vt 0.051443 0.011824 +vt 0.051177 0.011952 +vt 0.049721 0.012636 +vt 0.049228 0.012940 +vt 0.048532 0.013445 +vt 0.047790 0.014084 +vt 0.046853 0.015068 +vt 0.046770 0.015191 +vt 0.047225 0.014659 +vt 0.046219 0.015950 +vt 0.045835 0.016629 +vt 0.045169 0.017948 +vt 0.045447 0.017335 +vt 0.044861 0.018909 +vt 0.045128 0.018091 +vt 0.044683 0.019624 +vt 0.044813 0.019055 +vt 0.044461 0.021434 +vt 0.044460 0.021280 +vt 0.044457 0.021201 +vt 0.044480 0.022026 +vt 0.044461 0.022217 +vt 0.044526 0.022829 +vt 0.044798 0.024413 +vt 0.044813 0.024596 +vt 0.044861 0.024742 +vt 0.045023 0.025185 +vt 0.045103 0.025486 +vt 0.045149 0.025633 +vt 0.046219 0.027701 +vt 0.046978 0.028673 +vt 0.046813 0.028523 +vt 0.046724 0.028398 +vt 0.048407 0.030116 +vt 0.049165 0.030666 +vt 0.048532 0.030206 +vt 0.048729 0.030326 +vt 0.049390 0.030784 +vt 0.051227 0.031760 +vt 0.050806 0.031543 +vt 0.051443 0.031826 +vt 0.051296 0.031780 +vt 0.051554 0.031841 +vt 0.052321 0.032080 +vt 0.052187 0.032068 +vt 0.051682 0.031910 +vt 0.054486 0.032472 +vt 0.057807 0.032142 +vt 0.057107 0.032286 +vt 0.057946 0.032091 +vt 0.059411 0.031566 +vt 0.058911 0.031780 +vt 0.060135 0.031212 +vt 0.060862 0.030801 +vt 0.060818 0.030784 +vt 0.060979 0.030711 +vt 0.061738 0.030159 +vt 0.062103 0.029820 +vt 0.061861 0.030076 +vt 0.063944 0.027764 +vt 0.063437 0.028460 +vt 0.063354 0.028583 +vt 0.064190 0.027382 +vt 0.064035 0.027641 +vt 0.065038 0.025702 +vt 0.064924 0.025948 +vt 0.065058 0.025633 +vt 0.065347 0.024742 +vt 0.065105 0.025486 +vt 0.065184 0.025185 +vt 0.065746 0.022217 +vt 0.065747 0.022371 +vt 0.065746 0.021434 +vt 0.065712 0.021222 +vt 0.065420 0.019122 +vt 0.065395 0.019055 +vt 0.065127 0.018227 +vt 0.065347 0.018909 +vt 0.063989 0.015950 +vt 0.064080 0.016067 +vt 0.063394 0.015128 +vt 0.062964 0.014676 +vt 0.063484 0.015253 +vt 0.061861 0.013575 +vt 0.062418 0.014084 +vt 0.061043 0.012985 +vt 0.061676 0.013445 +vt 0.060475 0.012657 +vt 0.058911 0.011871 +vt 0.057946 0.011559 +vt 0.058765 0.011824 +vt 0.050442 0.012277 +vt 0.054712 0.032468 +vt 0.053897 0.032407 +vt 0.055573 0.032467 +vt 0.056308 0.032383 +vt 0.054559 0.032469 +vt 0.065661 0.020419 +vt 0.053497 0.011297 +vt 0.050072 0.031212 +vt 0.065600 0.023631 +vt 0.059776 0.012255 +vt 0.044608 0.023631 +vt 0.045623 0.026678 +vt 0.062706 0.029285 +vt 0.056710 0.011297 +vt 0.056882 0.018669 +vt 0.058202 0.019947 +vt 0.058725 0.021709 +vt 0.058316 0.023501 +vt 0.053500 0.025155 +vt 0.053127 0.024862 +vt 0.052073 0.023940 +vt 0.051892 0.023501 +vt 0.051425 0.022180 +vt 0.051483 0.021709 +vt 0.051725 0.020330 +vt 0.052006 0.019947 +vt 0.052894 0.018864 +vt 0.053326 0.018669 +vt 0.054285 0.018702 +vt 0.053519 0.019012 +vt 0.053851 0.018731 +vt 0.054677 0.018514 +vt 0.054206 0.018403 +vt 0.054651 0.018317 +vt 0.055517 0.018623 +vt 0.055531 0.018514 +vt 0.055104 0.018288 +vt 0.055104 0.018203 +vt 0.055556 0.018317 +vt 0.055576 0.018160 +vt 0.053717 0.018400 +vt 0.053368 0.018743 +vt 0.053776 0.018546 +vt 0.052857 0.019506 +vt 0.052342 0.020151 +vt 0.052781 0.019427 +vt 0.052249 0.020095 +vt 0.052338 0.019620 +vt 0.052078 0.019991 +vt 0.052215 0.019521 +vt 0.052008 0.020907 +vt 0.051876 0.021722 +vt 0.051903 0.020875 +vt 0.051767 0.021718 +vt 0.051611 0.021261 +vt 0.051568 0.021712 +vt 0.051456 0.021236 +vt 0.052073 0.022941 +vt 0.051849 0.022568 +vt 0.052052 0.023418 +vt 0.051784 0.023047 +vt 0.051967 0.023462 +vt 0.051636 0.023102 +vt 0.052713 0.023996 +vt 0.053283 0.024623 +vt 0.052632 0.024070 +vt 0.052810 0.024519 +vt 0.053174 0.024790 +vt 0.052708 0.024639 +vt 0.054486 0.024995 +vt 0.054427 0.025298 +vt 0.054466 0.025102 +vt 0.054877 0.025356 +vt 0.054397 0.025453 +vt 0.054867 0.025513 +vt 0.055721 0.024995 +vt 0.056505 0.024735 +vt 0.055742 0.025102 +vt 0.056552 0.024833 +vt 0.056219 0.025183 +vt 0.056639 0.025013 +vt 0.056268 0.025332 +vt 0.056707 0.025155 +vt 0.057494 0.023996 +vt 0.057967 0.023319 +vt 0.057927 0.023795 +vt 0.058064 0.023369 +vt 0.058240 0.023462 +vt 0.058075 0.023898 +vt 0.058135 0.023940 +vt 0.058252 0.022544 +vt 0.058331 0.021722 +vt 0.058427 0.022146 +vt 0.058625 0.022165 +vt 0.058640 0.021712 +vt 0.058782 0.022180 +vt 0.058199 0.020907 +vt 0.057865 0.020151 +vt 0.058156 0.020474 +vt 0.058339 0.020393 +vt 0.058129 0.019991 +vt 0.058483 0.020330 +vt 0.057350 0.019506 +vt 0.056688 0.019012 +vt 0.057100 0.019150 +vt 0.057220 0.018990 +vt 0.056840 0.018743 +vt 0.057314 0.018864 +vt 0.054631 0.018160 +vt 0.054185 0.018321 +vt 0.052937 0.018922 +vt 0.053045 0.019067 +vt 0.052583 0.019223 +vt 0.052643 0.019284 +vt 0.051869 0.020393 +vt 0.051631 0.020795 +vt 0.051712 0.020819 +vt 0.051582 0.022165 +vt 0.051572 0.022632 +vt 0.051655 0.022613 +vt 0.052202 0.023849 +vt 0.052366 0.023735 +vt 0.052422 0.024261 +vt 0.052485 0.024204 +vt 0.053569 0.025013 +vt 0.053655 0.024833 +vt 0.053703 0.024735 +vt 0.053962 0.025264 +vt 0.053989 0.025183 +vt 0.055336 0.025441 +vt 0.055330 0.025356 +vt 0.055318 0.025157 +vt 0.055796 0.025381 +vt 0.055780 0.025298 +vt 0.057080 0.024862 +vt 0.057034 0.024790 +vt 0.057452 0.024584 +vt 0.057397 0.024519 +vt 0.057268 0.024367 +vt 0.057723 0.024204 +vt 0.057839 0.024310 +vt 0.058504 0.023077 +vt 0.058424 0.023047 +vt 0.058460 0.022591 +vt 0.058636 0.022632 +vt 0.058680 0.021247 +vt 0.058596 0.021261 +vt 0.058399 0.021293 +vt 0.058495 0.020819 +vt 0.058646 0.020774 +vt 0.057936 0.019567 +vt 0.057870 0.019620 +vt 0.057714 0.019744 +vt 0.057565 0.019284 +vt 0.057675 0.019171 +vt 0.056463 0.018467 +vt 0.056431 0.018546 +vt 0.056357 0.018731 +vt 0.056001 0.018403 +vt 0.056041 0.018251 +vt 0.054712 0.010925 +vt 0.055495 0.010925 +vt 0.055495 0.010727 +vt 0.054712 0.010727 +vt 0.055495 0.010476 +vt 0.054712 0.010476 +vt 0.055495 0.010467 +vt 0.054712 0.010478 +vt 0.055495 0.010510 +vt 0.054652 0.010560 +vt 0.054712 0.010817 +vt 0.055495 0.010771 +vt 0.054712 0.010753 +vt 0.055898 0.010986 +vt 0.055951 0.011014 +vt 0.055954 0.010850 +vt 0.055844 0.010869 +vt 0.055776 0.010912 +vt 0.055641 0.010829 +vt 0.055763 0.010788 +vt 0.055561 0.010731 +vt 0.055896 0.010721 +vt 0.055726 0.010539 +vt 0.055599 0.010489 +vt 0.055959 0.010903 +vt 0.055909 0.010773 +vt 0.055747 0.010605 +vt 0.055847 0.010775 +vt 0.055714 0.010690 +vt 0.055649 0.010666 +vt 0.055622 0.010528 +vt 0.055896 0.011219 +vt 0.055792 0.011287 +vt 0.055716 0.011344 +vt 0.055632 0.011409 +vt 0.054512 0.010941 +vt 0.054302 0.010944 +vt 0.054241 0.010989 +vt 0.054314 0.010881 +vt 0.054378 0.010827 +vt 0.054497 0.010869 +vt 0.054512 0.010760 +vt 0.054493 0.010538 +vt 0.054361 0.010656 +vt 0.054284 0.010777 +vt 0.054249 0.010903 +vt 0.054361 0.010775 +vt 0.054401 0.010603 +vt 0.054482 0.010667 +vt 0.054585 0.010510 +vt 0.054609 0.010654 +vt 0.054480 0.011335 +vt 0.054569 0.011404 +vt 0.054352 0.011244 +vt 0.050941 0.011882 +vt 0.052108 0.011338 +vt 0.051363 0.011580 +vt 0.052110 0.011132 +vt 0.051302 0.011391 +vt 0.051969 0.010910 +vt 0.051224 0.011152 +vt 0.048072 0.013655 +vt 0.048380 0.013237 +vt 0.048981 0.012732 +vt 0.048897 0.012617 +vt 0.048264 0.013077 +vt 0.048749 0.012413 +vt 0.048116 0.012873 +vt 0.046884 0.014758 +vt 0.046844 0.014758 +vt 0.045891 0.016228 +vt 0.046055 0.015735 +vt 0.046515 0.015102 +vt 0.046397 0.014934 +vt 0.045895 0.015619 +vt 0.046152 0.014838 +vt 0.045692 0.015471 +vt 0.044612 0.019349 +vt 0.044858 0.018085 +vt 0.044590 0.018821 +vt 0.044670 0.018024 +vt 0.044428 0.018768 +vt 0.044431 0.017946 +vt 0.044189 0.018690 +vt 0.044360 0.022712 +vt 0.044204 0.022217 +vt 0.044204 0.021434 +vt 0.044006 0.021434 +vt 0.044006 0.022217 +vt 0.043754 0.021434 +vt 0.043754 0.022217 +vt 0.044616 0.024822 +vt 0.044858 0.025566 +vt 0.044428 0.024883 +vt 0.044670 0.025627 +vt 0.044189 0.024960 +vt 0.044431 0.025705 +vt 0.045842 0.027459 +vt 0.046515 0.028549 +vt 0.046055 0.027916 +vt 0.045859 0.027977 +vt 0.046397 0.028717 +vt 0.045692 0.028180 +vt 0.046152 0.028813 +vt 0.049506 0.031038 +vt 0.049013 0.030874 +vt 0.048380 0.030414 +vt 0.048212 0.030532 +vt 0.048897 0.031034 +vt 0.048116 0.030777 +vt 0.048749 0.031237 +vt 0.052627 0.032317 +vt 0.052108 0.032313 +vt 0.051346 0.032124 +vt 0.051302 0.032259 +vt 0.052046 0.032501 +vt 0.051224 0.032498 +vt 0.051969 0.032740 +vt 0.055990 0.032569 +vt 0.054712 0.032725 +vt 0.055495 0.032725 +vt 0.054646 0.032920 +vt 0.055495 0.032923 +vt 0.054712 0.033175 +vt 0.055495 0.033175 +vt 0.059267 0.031769 +vt 0.058100 0.032313 +vt 0.058844 0.032071 +vt 0.058161 0.032501 +vt 0.058905 0.032259 +vt 0.058239 0.032740 +vt 0.058983 0.032498 +vt 0.061194 0.030874 +vt 0.061827 0.030414 +vt 0.061255 0.031070 +vt 0.061995 0.030532 +vt 0.061458 0.031237 +vt 0.062091 0.030777 +vt 0.064365 0.027459 +vt 0.063692 0.028549 +vt 0.064152 0.027916 +vt 0.063811 0.028717 +vt 0.064312 0.028032 +vt 0.064056 0.028813 +vt 0.064516 0.028180 +vt 0.065595 0.024302 +vt 0.065591 0.024822 +vt 0.065349 0.025566 +vt 0.065538 0.025627 +vt 0.065779 0.024883 +vt 0.065777 0.025705 +vt 0.066019 0.024960 +vt 0.065847 0.020939 +vt 0.066004 0.021434 +vt 0.066004 0.022217 +vt 0.066202 0.022217 +vt 0.066202 0.021434 +vt 0.066453 0.022217 +vt 0.066453 0.021434 +vt 0.065047 0.017662 +vt 0.065591 0.018829 +vt 0.065349 0.018085 +vt 0.065797 0.018832 +vt 0.065538 0.018024 +vt 0.066019 0.018690 +vt 0.065777 0.017946 +vt 0.063274 0.014793 +vt 0.064197 0.015702 +vt 0.063692 0.015102 +vt 0.064348 0.015674 +vt 0.063811 0.014934 +vt 0.064516 0.015471 +vt 0.064056 0.014838 +vt 0.060738 0.012564 +vt 0.061880 0.013277 +vt 0.061194 0.012777 +vt 0.061995 0.013119 +vt 0.061310 0.012617 +vt 0.062091 0.012873 +vt 0.061458 0.012413 +vt 0.057600 0.011276 +vt 0.058861 0.011527 +vt 0.058117 0.011285 +vt 0.058967 0.011415 +vt 0.058161 0.011150 +vt 0.058983 0.011152 +vt 0.058239 0.010910 +vt 0.051222 0.011144 +vt 0.052026 0.010890 +vt 0.051229 0.011167 +vt 0.051979 0.010943 +vt 0.051193 0.011252 +vt 0.048118 0.012875 +vt 0.048751 0.012415 +vt 0.048769 0.012441 +vt 0.048117 0.012978 +vt 0.045705 0.015480 +vt 0.046186 0.014788 +vt 0.046179 0.014858 +vt 0.045724 0.015570 +vt 0.044180 0.018687 +vt 0.044433 0.017947 +vt 0.044204 0.018695 +vt 0.044483 0.017963 +vt 0.044250 0.018774 +vt 0.043788 0.021434 +vt 0.043788 0.022217 +vt 0.043745 0.021434 +vt 0.043745 0.022217 +vt 0.044277 0.024870 +vt 0.044507 0.025680 +vt 0.044242 0.024943 +vt 0.044463 0.025694 +vt 0.044169 0.024903 +vt 0.044422 0.025707 +vt 0.046144 0.028818 +vt 0.045655 0.028132 +vt 0.046165 0.028804 +vt 0.045719 0.028160 +vt 0.046256 0.028813 +vt 0.048751 0.031235 +vt 0.048118 0.030775 +vt 0.048136 0.030750 +vt 0.048848 0.031205 +vt 0.051222 0.032507 +vt 0.051966 0.032749 +vt 0.051974 0.032725 +vt 0.051235 0.032466 +vt 0.052053 0.032679 +vt 0.054712 0.033184 +vt 0.055495 0.033184 +vt 0.055495 0.033159 +vt 0.054712 0.033141 +vt 0.055556 0.033090 +vt 0.058986 0.032507 +vt 0.058181 0.032761 +vt 0.058978 0.032483 +vt 0.058222 0.032687 +vt 0.059015 0.032399 +vt 0.062097 0.030785 +vt 0.061410 0.031274 +vt 0.062082 0.030765 +vt 0.061426 0.031192 +vt 0.062091 0.030673 +vt 0.064514 0.028178 +vt 0.064054 0.028812 +vt 0.064028 0.028793 +vt 0.064483 0.028081 +vt 0.065786 0.025707 +vt 0.066027 0.024963 +vt 0.065762 0.025700 +vt 0.066003 0.024956 +vt 0.065942 0.024935 +vt 0.066419 0.022217 +vt 0.066419 0.021434 +vt 0.066462 0.022217 +vt 0.066462 0.021434 +vt 0.065678 0.017914 +vt 0.065966 0.018707 +vt 0.065762 0.017951 +vt 0.066039 0.018748 +vt 0.065786 0.017943 +vt 0.064054 0.014839 +vt 0.064520 0.015467 +vt 0.064488 0.015491 +vt 0.063951 0.014838 +vt 0.062097 0.012866 +vt 0.061464 0.012406 +vt 0.061457 0.012415 +vt 0.062071 0.012901 +vt 0.061426 0.012458 +vt 0.058238 0.010913 +vt 0.058985 0.011147 +vt 0.058155 0.010972 +vt 0.058966 0.011205 +vt 0.052074 0.011235 +vt 0.051261 0.011502 +vt 0.048316 0.013149 +vt 0.048935 0.012670 +vt 0.048279 0.013098 +vt 0.046391 0.015011 +vt 0.045927 0.015732 +vt 0.044779 0.018059 +vt 0.044538 0.018804 +vt 0.044732 0.018044 +vt 0.044452 0.018776 +vt 0.044095 0.021434 +vt 0.044098 0.022290 +vt 0.044031 0.022217 +vt 0.044779 0.025591 +vt 0.044513 0.024855 +vt 0.044694 0.025619 +vt 0.046427 0.028613 +vt 0.045968 0.027980 +vt 0.048290 0.030538 +vt 0.049011 0.031002 +vt 0.052145 0.032436 +vt 0.051310 0.032235 +vt 0.052054 0.032477 +vt 0.054712 0.032834 +vt 0.055568 0.032831 +vt 0.058870 0.032150 +vt 0.058134 0.032416 +vt 0.058897 0.032235 +vt 0.061891 0.030502 +vt 0.061258 0.030962 +vt 0.064219 0.027964 +vt 0.063780 0.028613 +vt 0.065453 0.025599 +vt 0.065714 0.024784 +vt 0.065755 0.024875 +vt 0.066112 0.021434 +vt 0.066158 0.022217 +vt 0.066176 0.021434 +vt 0.065695 0.018796 +vt 0.065427 0.017983 +vt 0.063780 0.015038 +vt 0.064259 0.015657 +vt 0.061243 0.012710 +vt 0.061891 0.013149 +vt 0.058878 0.011476 +vt 0.058141 0.011212 +vt 0.052509 0.011271 +vt 0.052576 0.011253 +vt 0.052422 0.011176 +vt 0.052370 0.011238 +vt 0.052217 0.011202 +vt 0.052320 0.011124 +vt 0.052607 0.011276 +vt 0.052487 0.011079 +vt 0.052359 0.010973 +vt 0.052207 0.010899 +vt 0.052071 0.010891 +vt 0.052498 0.011136 +vt 0.052249 0.010955 +vt 0.052396 0.011086 +vt 0.052243 0.011046 +vt 0.052174 0.011044 +vt 0.052106 0.010920 +vt 0.052579 0.011494 +vt 0.052502 0.011590 +vt 0.052447 0.011668 +vt 0.051048 0.011714 +vt 0.051178 0.011657 +vt 0.050979 0.011724 +vt 0.050935 0.011786 +vt 0.050971 0.011661 +vt 0.051141 0.011593 +vt 0.051122 0.011484 +vt 0.051180 0.011474 +vt 0.051035 0.011279 +vt 0.050945 0.011432 +vt 0.050910 0.011571 +vt 0.050915 0.011702 +vt 0.050982 0.011545 +vt 0.050967 0.011369 +vt 0.051064 0.011406 +vt 0.051114 0.011224 +vt 0.051181 0.011354 +vt 0.051269 0.012041 +vt 0.051375 0.012079 +vt 0.051119 0.011994 +vt 0.049375 0.012589 +vt 0.049506 0.012613 +vt 0.049432 0.012551 +vt 0.049309 0.012507 +vt 0.049274 0.012538 +vt 0.049149 0.012508 +vt 0.049232 0.012601 +vt 0.049075 0.012614 +vt 0.048953 0.012581 +vt 0.049376 0.012487 +vt 0.049140 0.012352 +vt 0.048973 0.012329 +vt 0.048841 0.012363 +vt 0.049322 0.012465 +vt 0.049029 0.012370 +vt 0.049510 0.012779 +vt 0.049052 0.012458 +vt 0.048986 0.012477 +vt 0.048883 0.012381 +vt 0.049467 0.012895 +vt 0.049438 0.012986 +vt 0.048138 0.013473 +vt 0.048071 0.013583 +vt 0.048036 0.013565 +vt 0.048032 0.013435 +vt 0.048052 0.013354 +vt 0.048173 0.013318 +vt 0.048121 0.013221 +vt 0.047976 0.013053 +vt 0.047937 0.013226 +vt 0.047946 0.013369 +vt 0.047992 0.013492 +vt 0.048007 0.013322 +vt 0.047939 0.013159 +vt 0.048042 0.013164 +vt 0.048034 0.012976 +vt 0.048137 0.013079 +vt 0.048433 0.013705 +vt 0.048545 0.013708 +vt 0.048276 0.013707 +vt 0.046801 0.014812 +vt 0.046675 0.014786 +vt 0.046669 0.014867 +vt 0.046524 0.014927 +vt 0.046562 0.014804 +vt 0.046585 0.014657 +vt 0.046338 0.014688 +vt 0.046223 0.014762 +vt 0.046636 0.014678 +vt 0.046405 0.014710 +vt 0.046601 0.014729 +vt 0.046454 0.014786 +vt 0.046396 0.014825 +vt 0.046268 0.014765 +vt 0.046989 0.014951 +vt 0.046983 0.015074 +vt 0.046984 0.015169 +vt 0.045898 0.016034 +vt 0.045951 0.015906 +vt 0.045868 0.016160 +vt 0.045830 0.016154 +vt 0.045786 0.016031 +vt 0.045780 0.015948 +vt 0.045883 0.015876 +vt 0.045845 0.015757 +vt 0.045624 0.015618 +vt 0.045614 0.015766 +vt 0.045684 0.015995 +vt 0.045765 0.016097 +vt 0.045727 0.015931 +vt 0.045611 0.015798 +vt 0.045711 0.015770 +vt 0.045645 0.015594 +vt 0.045775 0.015659 +vt 0.046250 0.016164 +vt 0.046358 0.016132 +vt 0.046102 0.016214 +vt 0.045040 0.017721 +vt 0.045160 0.017662 +vt 0.045021 0.017663 +vt 0.044912 0.017735 +vt 0.044810 0.017788 +vt 0.044932 0.017814 +vt 0.044812 0.017916 +vt 0.044694 0.017962 +vt 0.044980 0.017637 +vt 0.044711 0.017667 +vt 0.044562 0.017746 +vt 0.044475 0.017852 +vt 0.044924 0.017651 +vt 0.044712 0.017710 +vt 0.044659 0.017859 +vt 0.044702 0.017804 +vt 0.044519 0.017841 +vt 0.045262 0.017795 +vt 0.045294 0.017914 +vt 0.045325 0.018004 +vt 0.044559 0.019162 +vt 0.044515 0.019275 +vt 0.044420 0.019117 +vt 0.044496 0.019017 +vt 0.044397 0.018968 +vt 0.044181 0.018918 +vt 0.044251 0.019081 +vt 0.044309 0.019161 +vt 0.044555 0.019329 +vt 0.044396 0.019221 +vt 0.044365 0.019117 +vt 0.044213 0.019026 +vt 0.044300 0.018969 +vt 0.044182 0.018822 +vt 0.044326 0.018844 +vt 0.044934 0.019177 +vt 0.045027 0.019113 +vt 0.044808 0.019270 +vt 0.044264 0.021031 +vt 0.044300 0.020940 +vt 0.044267 0.020963 +vt 0.044147 0.021085 +vt 0.044190 0.021153 +vt 0.044108 0.021288 +vt 0.044066 0.021166 +vt 0.044009 0.021368 +vt 0.043999 0.021033 +vt 0.043817 0.021204 +vt 0.043768 0.021331 +vt 0.044052 0.021020 +vt 0.044182 0.020970 +vt 0.043949 0.021122 +vt 0.043945 0.021280 +vt 0.043968 0.021215 +vt 0.043806 0.021307 +vt 0.044498 0.021033 +vt 0.044566 0.021137 +vt 0.044622 0.021213 +vt 0.044219 0.022417 +vt 0.044222 0.022627 +vt 0.044267 0.022688 +vt 0.044160 0.022615 +vt 0.044106 0.022551 +vt 0.044147 0.022432 +vt 0.044038 0.022417 +vt 0.043817 0.022436 +vt 0.043934 0.022569 +vt 0.044055 0.022645 +vt 0.044182 0.022680 +vt 0.044053 0.022569 +vt 0.043881 0.022528 +vt 0.043946 0.022447 +vt 0.043837 0.022469 +vt 0.043933 0.022320 +vt 0.043789 0.022344 +vt 0.044613 0.022449 +vt 0.044682 0.022360 +vt 0.044523 0.022577 +vt 0.044549 0.024420 +vt 0.044612 0.024302 +vt 0.044531 0.024354 +vt 0.044455 0.024507 +vt 0.044517 0.024559 +vt 0.044480 0.024712 +vt 0.044403 0.024609 +vt 0.044411 0.024819 +vt 0.044452 0.024387 +vt 0.044251 0.024570 +vt 0.044177 0.024722 +vt 0.044170 0.024858 +vt 0.044414 0.024431 +vt 0.044234 0.024681 +vt 0.044365 0.024533 +vt 0.044325 0.024686 +vt 0.044323 0.024755 +vt 0.044199 0.024823 +vt 0.044772 0.024350 +vt 0.044869 0.024427 +vt 0.044946 0.024482 +vt 0.044935 0.025751 +vt 0.045002 0.025950 +vt 0.045064 0.025995 +vt 0.044939 0.025958 +vt 0.044868 0.025914 +vt 0.044871 0.025788 +vt 0.044763 0.025807 +vt 0.044558 0.025894 +vt 0.044711 0.025984 +vt 0.044849 0.026019 +vt 0.044980 0.026014 +vt 0.044824 0.025947 +vt 0.044648 0.025962 +vt 0.044684 0.025865 +vt 0.044588 0.025919 +vt 0.044632 0.025748 +vt 0.044503 0.025815 +vt 0.045320 0.025660 +vt 0.045273 0.025810 +vt 0.045879 0.027697 +vt 0.045860 0.027495 +vt 0.045830 0.027497 +vt 0.045786 0.027620 +vt 0.045816 0.027656 +vt 0.045787 0.027780 +vt 0.045892 0.027854 +vt 0.045692 0.027635 +vt 0.045631 0.027789 +vt 0.045607 0.027956 +vt 0.045642 0.028088 +vt 0.045743 0.027607 +vt 0.045666 0.027813 +vt 0.045756 0.027943 +vt 0.045736 0.027877 +vt 0.045659 0.028047 +vt 0.046058 0.027419 +vt 0.046174 0.027462 +vt 0.046264 0.027491 +vt 0.046751 0.028791 +vt 0.046646 0.028701 +vt 0.046757 0.028901 +vt 0.046844 0.028893 +vt 0.046562 0.028846 +vt 0.046596 0.028756 +vt 0.046331 0.028953 +vt 0.046504 0.028992 +vt 0.046647 0.028983 +vt 0.046770 0.028937 +vt 0.046601 0.028922 +vt 0.046438 0.028991 +vt 0.046442 0.028887 +vt 0.046254 0.028896 +vt 0.046357 0.028792 +vt 0.046984 0.028496 +vt 0.046987 0.028384 +vt 0.046985 0.028653 +vt 0.048090 0.030128 +vt 0.048036 0.030085 +vt 0.048064 0.030254 +vt 0.048145 0.030260 +vt 0.048206 0.030405 +vt 0.048083 0.030367 +vt 0.048037 0.030046 +vt 0.047948 0.030259 +vt 0.047937 0.030425 +vt 0.047967 0.030591 +vt 0.048040 0.030706 +vt 0.047988 0.030217 +vt 0.047988 0.030525 +vt 0.048007 0.030329 +vt 0.048065 0.030475 +vt 0.048104 0.030533 +vt 0.048044 0.030661 +vt 0.048229 0.029940 +vt 0.048353 0.029946 +vt 0.048448 0.029945 +vt 0.048554 0.029942 +vt 0.049312 0.031031 +vt 0.049185 0.030979 +vt 0.049351 0.031134 +vt 0.049351 0.031198 +vt 0.049226 0.031150 +vt 0.049155 0.031046 +vt 0.049036 0.031084 +vt 0.048963 0.031315 +vt 0.049140 0.031299 +vt 0.049234 0.031269 +vt 0.049318 0.031204 +vt 0.049210 0.031202 +vt 0.049076 0.031318 +vt 0.049048 0.031218 +vt 0.048872 0.031284 +vt 0.048938 0.031154 +vt 0.049442 0.030679 +vt 0.049411 0.030571 +vt 0.049492 0.030827 +vt 0.050999 0.031889 +vt 0.050941 0.031769 +vt 0.050935 0.031865 +vt 0.050904 0.032001 +vt 0.051014 0.032017 +vt 0.051092 0.031997 +vt 0.051195 0.032117 +vt 0.051066 0.032119 +vt 0.051240 0.032236 +vt 0.050919 0.032142 +vt 0.051025 0.032367 +vt 0.051130 0.032454 +vt 0.050915 0.031949 +vt 0.050923 0.032088 +vt 0.050988 0.032217 +vt 0.051137 0.032270 +vt 0.051082 0.032227 +vt 0.051120 0.032410 +vt 0.051073 0.031668 +vt 0.051193 0.031635 +vt 0.051283 0.031605 +vt 0.051383 0.031569 +vt 0.052441 0.032370 +vt 0.052303 0.032360 +vt 0.052554 0.032414 +vt 0.052395 0.032509 +vt 0.052295 0.032433 +vt 0.052247 0.032532 +vt 0.052196 0.032748 +vt 0.052359 0.032678 +vt 0.052469 0.032586 +vt 0.052498 0.032542 +vt 0.052396 0.032565 +vt 0.052304 0.032716 +vt 0.052247 0.032629 +vt 0.052100 0.032747 +vt 0.052122 0.032603 +vt 0.052455 0.031995 +vt 0.052392 0.031902 +vt 0.052549 0.032121 +vt 0.054310 0.032665 +vt 0.054217 0.032569 +vt 0.054241 0.032662 +vt 0.054254 0.032801 +vt 0.054363 0.032782 +vt 0.054432 0.032739 +vt 0.054566 0.032821 +vt 0.054445 0.032863 +vt 0.054311 0.032930 +vt 0.054482 0.033112 +vt 0.054609 0.033161 +vt 0.054249 0.032748 +vt 0.054299 0.032877 +vt 0.054460 0.033046 +vt 0.054361 0.032876 +vt 0.054493 0.032961 +vt 0.054559 0.032984 +vt 0.054585 0.033123 +vt 0.054312 0.032431 +vt 0.054415 0.032363 +vt 0.054492 0.032307 +vt 0.055829 0.032677 +vt 0.055695 0.032710 +vt 0.055905 0.032707 +vt 0.055966 0.032662 +vt 0.055893 0.032770 +vt 0.055829 0.032824 +vt 0.055711 0.032782 +vt 0.055637 0.032883 +vt 0.055714 0.033112 +vt 0.055847 0.032995 +vt 0.055924 0.032874 +vt 0.055959 0.032748 +vt 0.055847 0.032876 +vt 0.055807 0.033048 +vt 0.055726 0.032983 +vt 0.055622 0.033140 +vt 0.055599 0.032997 +vt 0.055728 0.032316 +vt 0.055855 0.032407 +vt 0.057698 0.032380 +vt 0.057580 0.032317 +vt 0.057632 0.032398 +vt 0.057687 0.032526 +vt 0.057785 0.032475 +vt 0.057837 0.032413 +vt 0.057991 0.032449 +vt 0.057888 0.032526 +vt 0.058097 0.032518 +vt 0.057782 0.032632 +vt 0.058000 0.032752 +vt 0.058136 0.032760 +vt 0.057666 0.032477 +vt 0.057753 0.032585 +vt 0.057959 0.032696 +vt 0.057812 0.032565 +vt 0.057964 0.032604 +vt 0.058034 0.032606 +vt 0.058102 0.032730 +vt 0.057628 0.032157 +vt 0.057705 0.032060 +vt 0.057761 0.031983 +vt 0.059245 0.031837 +vt 0.059273 0.031865 +vt 0.059236 0.031990 +vt 0.059185 0.031985 +vt 0.059192 0.032061 +vt 0.059067 0.032058 +vt 0.059086 0.032166 +vt 0.059172 0.032371 +vt 0.059262 0.032219 +vt 0.059298 0.032080 +vt 0.059295 0.032027 +vt 0.059225 0.032105 +vt 0.059240 0.032282 +vt 0.059143 0.032245 +vt 0.059093 0.032426 +vt 0.059026 0.032297 +vt 0.058939 0.031609 +vt 0.058833 0.031572 +vt 0.059088 0.031656 +vt 0.060833 0.031061 +vt 0.060701 0.031038 +vt 0.060975 0.031050 +vt 0.060815 0.031119 +vt 0.060934 0.031113 +vt 0.061058 0.031142 +vt 0.061132 0.031037 +vt 0.060832 0.031164 +vt 0.061068 0.031299 +vt 0.061235 0.031322 +vt 0.061367 0.031287 +vt 0.060885 0.031186 +vt 0.061178 0.031281 +vt 0.060998 0.031202 +vt 0.061155 0.031193 +vt 0.061222 0.031173 +vt 0.061325 0.031270 +vt 0.060697 0.030871 +vt 0.060741 0.030755 +vt 0.060769 0.030665 +vt 0.060799 0.030563 +vt 0.061980 0.030283 +vt 0.062148 0.030158 +vt 0.062171 0.030085 +vt 0.062175 0.030216 +vt 0.062035 0.030333 +vt 0.062125 0.030367 +vt 0.062232 0.030598 +vt 0.062270 0.030425 +vt 0.062261 0.030282 +vt 0.062215 0.030159 +vt 0.062200 0.030329 +vt 0.062269 0.030492 +vt 0.062165 0.030487 +vt 0.062174 0.030675 +vt 0.062070 0.030572 +vt 0.061775 0.029945 +vt 0.061662 0.029942 +vt 0.061931 0.029944 +vt 0.063538 0.028784 +vt 0.063352 0.028865 +vt 0.063274 0.028858 +vt 0.063364 0.028893 +vt 0.063533 0.028865 +vt 0.063684 0.028723 +vt 0.063646 0.028846 +vt 0.063437 0.028937 +vt 0.063703 0.028992 +vt 0.063869 0.028963 +vt 0.063984 0.028889 +vt 0.063495 0.028941 +vt 0.063803 0.028941 +vt 0.063219 0.028700 +vt 0.063754 0.028864 +vt 0.063811 0.028825 +vt 0.063939 0.028885 +vt 0.063224 0.028576 +vt 0.063224 0.028481 +vt 0.064309 0.027617 +vt 0.064257 0.027744 +vt 0.064356 0.027500 +vt 0.064477 0.027578 +vt 0.064412 0.027578 +vt 0.064428 0.027703 +vt 0.064324 0.027774 +vt 0.064363 0.027893 +vt 0.064594 0.027966 +vt 0.064577 0.027789 +vt 0.064524 0.027656 +vt 0.064443 0.027554 +vt 0.064480 0.027719 +vt 0.064596 0.027853 +vt 0.064496 0.027881 +vt 0.064562 0.028057 +vt 0.064432 0.027991 +vt 0.063957 0.027487 +vt 0.063849 0.027518 +vt 0.064106 0.027437 +vt 0.065167 0.025930 +vt 0.065143 0.025995 +vt 0.065279 0.026025 +vt 0.065295 0.025916 +vt 0.065276 0.025837 +vt 0.065395 0.025734 +vt 0.065397 0.025863 +vt 0.065514 0.025689 +vt 0.065420 0.026010 +vt 0.065646 0.025905 +vt 0.065732 0.025799 +vt 0.065227 0.026014 +vt 0.065366 0.026006 +vt 0.065496 0.025941 +vt 0.065548 0.025792 +vt 0.065506 0.025847 +vt 0.065688 0.025810 +vt 0.064946 0.025856 +vt 0.064913 0.025737 +vt 0.064883 0.025646 +vt 0.065648 0.024489 +vt 0.065638 0.024626 +vt 0.065638 0.024360 +vt 0.065677 0.024354 +vt 0.065756 0.024457 +vt 0.065788 0.024534 +vt 0.065712 0.024634 +vt 0.065810 0.024682 +vt 0.066027 0.024733 +vt 0.065956 0.024570 +vt 0.065865 0.024460 +vt 0.065820 0.024431 +vt 0.065843 0.024533 +vt 0.065994 0.024625 +vt 0.065908 0.024682 +vt 0.066017 0.024695 +vt 0.065881 0.024807 +vt 0.065273 0.024474 +vt 0.065181 0.024537 +vt 0.065399 0.024380 +vt 0.065943 0.022619 +vt 0.065847 0.022712 +vt 0.065940 0.022688 +vt 0.066079 0.022675 +vt 0.066060 0.022566 +vt 0.066017 0.022497 +vt 0.066100 0.022363 +vt 0.066141 0.022485 +vt 0.066198 0.022283 +vt 0.066209 0.022618 +vt 0.066390 0.022447 +vt 0.066440 0.022320 +vt 0.066026 0.022680 +vt 0.066156 0.022630 +vt 0.066259 0.022528 +vt 0.066263 0.022370 +vt 0.066239 0.022436 +vt 0.066401 0.022344 +vt 0.065710 0.022617 +vt 0.065642 0.022514 +vt 0.065585 0.022437 +vt 0.065955 0.021100 +vt 0.065988 0.021234 +vt 0.065962 0.020979 +vt 0.066102 0.021100 +vt 0.066060 0.021218 +vt 0.066169 0.021234 +vt 0.066391 0.021215 +vt 0.066273 0.021082 +vt 0.066152 0.021006 +vt 0.066026 0.020970 +vt 0.066154 0.021082 +vt 0.066326 0.021122 +vt 0.066262 0.021204 +vt 0.066370 0.021182 +vt 0.066275 0.021331 +vt 0.066419 0.021307 +vt 0.065594 0.021201 +vt 0.065525 0.021291 +vt 0.065685 0.021074 +vt 0.065658 0.019231 +vt 0.065595 0.019349 +vt 0.065677 0.019297 +vt 0.065804 0.019242 +vt 0.065753 0.019144 +vt 0.065691 0.019092 +vt 0.065727 0.018938 +vt 0.065805 0.019042 +vt 0.065910 0.019147 +vt 0.066030 0.018929 +vt 0.066038 0.018793 +vt 0.065756 0.019263 +vt 0.065864 0.019176 +vt 0.065974 0.018970 +vt 0.065435 0.019301 +vt 0.065883 0.018965 +vt 0.065885 0.018895 +vt 0.066009 0.018827 +vt 0.065339 0.019224 +vt 0.065261 0.019169 +vt 0.065200 0.017782 +vt 0.065272 0.017899 +vt 0.065116 0.017684 +vt 0.065143 0.017656 +vt 0.065268 0.017693 +vt 0.065263 0.017744 +vt 0.065339 0.017737 +vt 0.065336 0.017862 +vt 0.065455 0.017901 +vt 0.065650 0.017757 +vt 0.065497 0.017667 +vt 0.065358 0.017632 +vt 0.065305 0.017634 +vt 0.065384 0.017704 +vt 0.065560 0.017689 +vt 0.065523 0.017786 +vt 0.065705 0.017836 +vt 0.065575 0.017903 +vt 0.064888 0.017990 +vt 0.064935 0.017841 +vt 0.064340 0.016097 +vt 0.064317 0.016228 +vt 0.064422 0.016031 +vt 0.064378 0.016154 +vt 0.064391 0.015995 +vt 0.064421 0.015871 +vt 0.064328 0.015954 +vt 0.064315 0.015797 +vt 0.064515 0.016016 +vt 0.064577 0.015861 +vt 0.064600 0.015694 +vt 0.064566 0.015562 +vt 0.064464 0.016044 +vt 0.064560 0.015751 +vt 0.064150 0.016232 +vt 0.064471 0.015774 +vt 0.064452 0.015707 +vt 0.064548 0.015604 +vt 0.064034 0.016188 +vt 0.063943 0.016160 +vt 0.063456 0.014860 +vt 0.063390 0.014758 +vt 0.063494 0.014754 +vt 0.063611 0.014894 +vt 0.063646 0.014804 +vt 0.063876 0.014697 +vt 0.063703 0.014659 +vt 0.063560 0.014668 +vt 0.063437 0.014714 +vt 0.063607 0.014729 +vt 0.063665 0.014653 +vt 0.063765 0.014764 +vt 0.063953 0.014755 +vt 0.063851 0.014859 +vt 0.063224 0.015155 +vt 0.063221 0.015267 +vt 0.063222 0.014998 +vt 0.062117 0.013523 +vt 0.062136 0.013655 +vt 0.062171 0.013565 +vt 0.062242 0.013446 +vt 0.062143 0.013397 +vt 0.062062 0.013391 +vt 0.062002 0.013245 +vt 0.062125 0.013283 +vt 0.062272 0.013307 +vt 0.062241 0.013060 +vt 0.062167 0.012945 +vt 0.062215 0.013492 +vt 0.062251 0.013357 +vt 0.062220 0.013126 +vt 0.061978 0.013710 +vt 0.062143 0.013175 +vt 0.062104 0.013118 +vt 0.062164 0.012990 +vt 0.061855 0.013705 +vt 0.061760 0.013706 +vt 0.061023 0.012672 +vt 0.060775 0.012551 +vt 0.060851 0.012551 +vt 0.060898 0.012507 +vt 0.060981 0.012501 +vt 0.061053 0.012605 +vt 0.061172 0.012566 +vt 0.061244 0.012335 +vt 0.061068 0.012352 +vt 0.060935 0.012405 +vt 0.060832 0.012487 +vt 0.060998 0.012449 +vt 0.061132 0.012333 +vt 0.061159 0.012433 +vt 0.061205 0.012332 +vt 0.061270 0.012497 +vt 0.060765 0.012972 +vt 0.060797 0.013080 +vt 0.060715 0.012823 +vt 0.059208 0.011762 +vt 0.059267 0.011882 +vt 0.059273 0.011786 +vt 0.059194 0.011634 +vt 0.059115 0.011653 +vt 0.059013 0.011534 +vt 0.059141 0.011532 +vt 0.059292 0.011702 +vt 0.059262 0.011432 +vt 0.059183 0.011283 +vt 0.059077 0.011197 +vt 0.059278 0.011646 +vt 0.059183 0.011353 +vt 0.059225 0.011545 +vt 0.059125 0.011423 +vt 0.059070 0.011381 +vt 0.059088 0.011241 +vt 0.059134 0.011983 +vt 0.059015 0.012016 +vt 0.058925 0.012046 +vt 0.057767 0.011281 +vt 0.057905 0.011291 +vt 0.057698 0.011195 +vt 0.057679 0.011133 +vt 0.057812 0.011141 +vt 0.057912 0.011218 +vt 0.057961 0.011119 +vt 0.058063 0.011215 +vt 0.058011 0.010902 +vt 0.057849 0.010973 +vt 0.057768 0.011030 +vt 0.057708 0.011117 +vt 0.057812 0.011086 +vt 0.057903 0.010935 +vt 0.057960 0.011021 +vt 0.058107 0.010904 +vt 0.058085 0.011048 +vt 0.057752 0.011656 +vt 0.057816 0.011749 +vt 0.057659 0.011530 +vt 0.048039 0.013852 +vt 0.048124 0.013949 +vt 0.047302 0.014912 +vt 0.047147 0.014774 +vt 0.047571 0.014293 +vt 0.047607 0.014328 +vt 0.047662 0.014384 +vt 0.047732 0.014454 +vt 0.045921 0.016426 +vt 0.045964 0.016452 +vt 0.046032 0.016491 +vt 0.045547 0.017661 +vt 0.045357 0.017578 +vt 0.045631 0.016999 +vt 0.045657 0.017012 +vt 0.045727 0.017048 +vt 0.045815 0.017093 +vt 0.044702 0.019528 +vt 0.044828 0.019556 +vt 0.044728 0.020818 +vt 0.044522 0.020798 +vt 0.044582 0.020159 +vt 0.044632 0.020167 +vt 0.044710 0.020179 +vt 0.044808 0.020195 +vt 0.044587 0.022847 +vt 0.044924 0.024073 +vt 0.044722 0.024118 +vt 0.044582 0.023492 +vt 0.044632 0.023484 +vt 0.044710 0.023472 +vt 0.044808 0.023456 +vt 0.045338 0.026081 +vt 0.045384 0.026061 +vt 0.045547 0.025990 +vt 0.046117 0.027109 +vt 0.045939 0.027214 +vt 0.045631 0.026652 +vt 0.045657 0.026639 +vt 0.045727 0.026603 +vt 0.047131 0.028891 +vt 0.047228 0.028805 +vt 0.048124 0.029702 +vt 0.048053 0.029782 +vt 0.047571 0.029358 +vt 0.047607 0.029322 +vt 0.047662 0.029267 +vt 0.047732 0.029197 +vt 0.049704 0.031009 +vt 0.049770 0.030897 +vt 0.050900 0.031473 +vt 0.050857 0.031572 +vt 0.050267 0.031317 +vt 0.050290 0.031272 +vt 0.050326 0.031202 +vt 0.050371 0.031114 +vt 0.052806 0.032228 +vt 0.052825 0.032143 +vt 0.054096 0.032201 +vt 0.054076 0.032407 +vt 0.053437 0.032347 +vt 0.053445 0.032297 +vt 0.053457 0.032220 +vt 0.053473 0.032122 +vt 0.056125 0.032342 +vt 0.056111 0.032201 +vt 0.057352 0.032005 +vt 0.057396 0.032207 +vt 0.056767 0.032326 +vt 0.056757 0.032261 +vt 0.056734 0.032122 +vt 0.059359 0.031591 +vt 0.059339 0.031545 +vt 0.059308 0.031473 +vt 0.060438 0.030897 +vt 0.060492 0.030990 +vt 0.059930 0.031298 +vt 0.059917 0.031272 +vt 0.059881 0.031202 +vt 0.059836 0.031114 +vt 0.062169 0.029798 +vt 0.062135 0.029760 +vt 0.062083 0.029702 +vt 0.062906 0.028739 +vt 0.063061 0.028876 +vt 0.062621 0.029343 +vt 0.062601 0.029322 +vt 0.062545 0.029267 +vt 0.062475 0.029197 +vt 0.064287 0.027225 +vt 0.064176 0.027159 +vt 0.064660 0.025990 +vt 0.064850 0.026073 +vt 0.064596 0.026662 +vt 0.064551 0.026639 +vt 0.064480 0.026603 +vt 0.064392 0.026558 +vt 0.065506 0.024123 +vt 0.065421 0.024104 +vt 0.065479 0.022833 +vt 0.065686 0.022853 +vt 0.065625 0.023492 +vt 0.065576 0.023484 +vt 0.065498 0.023472 +vt 0.065400 0.023456 +vt 0.065620 0.020804 +vt 0.065283 0.019577 +vt 0.065485 0.019533 +vt 0.065625 0.020159 +vt 0.065576 0.020167 +vt 0.065498 0.020179 +vt 0.065400 0.020195 +vt 0.064870 0.017570 +vt 0.064823 0.017590 +vt 0.064660 0.017661 +vt 0.064090 0.016542 +vt 0.064268 0.016437 +vt 0.064576 0.016999 +vt 0.064551 0.017012 +vt 0.064480 0.017048 +vt 0.063077 0.014760 +vt 0.063012 0.014818 +vt 0.062017 0.014023 +vt 0.062135 0.013890 +vt 0.062636 0.014293 +vt 0.062575 0.014354 +vt 0.062475 0.014454 +vt 0.060503 0.012642 +vt 0.060438 0.012754 +vt 0.059268 0.012269 +vt 0.059351 0.012079 +vt 0.059917 0.012379 +vt 0.059881 0.012449 +vt 0.059836 0.012537 +vt 0.057401 0.011423 +vt 0.057373 0.011549 +vt 0.056121 0.011351 +vt 0.056131 0.011244 +vt 0.056762 0.011354 +vt 0.056750 0.011431 +vt 0.056734 0.011529 +vt 0.054074 0.011222 +vt 0.054079 0.011273 +vt 0.054087 0.011351 +vt 0.052856 0.011646 +vt 0.052811 0.011444 +vt 0.053441 0.011325 +vt 0.053445 0.011354 +vt 0.053457 0.011431 +vt 0.053473 0.011529 +vt 0.050848 0.012059 +vt 0.050868 0.012106 +vt 0.050900 0.012178 +vt 0.049820 0.012839 +vt 0.049715 0.012661 +vt 0.050277 0.012353 +vt 0.050290 0.012379 +vt 0.050326 0.012449 +vt 0.050371 0.012537 +vt 0.054940 0.019905 +vt 0.055267 0.019905 +vt 0.055269 0.019887 +vt 0.055589 0.019960 +vt 0.055104 0.023753 +vt 0.055445 0.023816 +vt 0.055430 0.023725 +vt 0.055746 0.023643 +vt 0.056044 0.023508 +vt 0.056373 0.023397 +vt 0.056315 0.023325 +vt 0.056551 0.023099 +vt 0.056824 0.022884 +vt 0.056745 0.022836 +vt 0.056893 0.022544 +vt 0.057078 0.022251 +vt 0.056988 0.022232 +vt 0.057030 0.021907 +vt 0.057016 0.021581 +vt 0.057035 0.021234 +vt 0.056947 0.021261 +vt 0.056825 0.020957 +vt 0.056654 0.020679 +vt 0.056501 0.020367 +vt 0.056438 0.020434 +vt 0.056235 0.020152 +vt 0.056183 0.020228 +vt 0.055898 0.020069 +vt 0.055613 0.019871 +vt 0.054595 0.019871 +vt 0.054618 0.019960 +vt 0.054310 0.020069 +vt 0.053973 0.020152 +vt 0.054024 0.020228 +vt 0.053770 0.020434 +vt 0.053554 0.020679 +vt 0.053300 0.020916 +vt 0.053382 0.020957 +vt 0.053260 0.021261 +vt 0.053192 0.021581 +vt 0.053086 0.021911 +vt 0.053178 0.021907 +vt 0.053219 0.022232 +vt 0.053229 0.022579 +vt 0.053315 0.022544 +vt 0.053462 0.022836 +vt 0.053587 0.023160 +vt 0.053657 0.023099 +vt 0.053893 0.023325 +vt 0.054164 0.023508 +vt 0.054431 0.023730 +vt 0.054462 0.023643 +vt 0.054778 0.023725 +vt 0.055278 0.019783 +vt 0.054906 0.024339 +vt 0.054543 0.024284 +vt 0.054943 0.024432 +vt 0.054991 0.024479 +vt 0.055087 0.024514 +vt 0.055186 0.024496 +vt 0.055265 0.024432 +vt 0.056061 0.024225 +vt 0.056121 0.024257 +vt 0.056188 0.024268 +vt 0.056255 0.024255 +vt 0.056313 0.024220 +vt 0.056357 0.024168 +vt 0.056380 0.024104 +vt 0.057041 0.023577 +vt 0.057109 0.023568 +vt 0.057195 0.023515 +vt 0.057243 0.023426 +vt 0.057242 0.023325 +vt 0.057577 0.022573 +vt 0.057639 0.022547 +vt 0.057708 0.022472 +vt 0.057730 0.022373 +vt 0.057716 0.022306 +vt 0.057681 0.022248 +vt 0.057681 0.021402 +vt 0.057716 0.021344 +vt 0.057728 0.021244 +vt 0.057708 0.021179 +vt 0.057666 0.021125 +vt 0.057609 0.021088 +vt 0.057242 0.020326 +vt 0.057249 0.020258 +vt 0.057216 0.020163 +vt 0.057140 0.020095 +vt 0.057075 0.020076 +vt 0.057007 0.020079 +vt 0.056383 0.019581 +vt 0.056371 0.019514 +vt 0.056337 0.019455 +vt 0.056255 0.019396 +vt 0.056188 0.019383 +vt 0.056090 0.019407 +vt 0.055265 0.019219 +vt 0.055186 0.019155 +vt 0.055121 0.019137 +vt 0.055021 0.019154 +vt 0.054965 0.019193 +vt 0.054925 0.019248 +vt 0.054118 0.019407 +vt 0.054019 0.019383 +vt 0.053922 0.019411 +vt 0.053870 0.019455 +vt 0.053837 0.019514 +vt 0.053824 0.019581 +vt 0.053200 0.020079 +vt 0.053132 0.020076 +vt 0.053067 0.020095 +vt 0.053013 0.020136 +vt 0.052964 0.020225 +vt 0.052959 0.020292 +vt 0.052977 0.020358 +vt 0.052598 0.021088 +vt 0.052541 0.021125 +vt 0.052487 0.021211 +vt 0.052481 0.021312 +vt 0.052506 0.021375 +vt 0.052551 0.021426 +vt 0.052527 0.022248 +vt 0.052491 0.022306 +vt 0.052479 0.022407 +vt 0.052500 0.022472 +vt 0.052568 0.022546 +vt 0.052631 0.022573 +vt 0.052965 0.023325 +vt 0.052959 0.023392 +vt 0.052991 0.023488 +vt 0.053038 0.023537 +vt 0.053099 0.023568 +vt 0.053166 0.023577 +vt 0.053828 0.024104 +vt 0.053851 0.024168 +vt 0.053922 0.024240 +vt 0.054019 0.024268 +vt 0.054118 0.024244 +vn 0.825194 0.564849 -0.000001 +vn 0.825195 0.564848 0.000000 +vn 0.781830 0.623491 0.000000 +vn 0.781831 0.623491 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.734307 0.678818 0.000000 +vn 0.498407 0.866943 0.000000 +vn 0.498405 0.866944 0.000002 +vn 0.433887 0.900967 0.000000 +vn 0.433884 0.900969 0.000001 +vn 0.367059 0.930198 0.000000 +vn 0.367054 0.930200 0.000000 +vn 0.072901 0.997339 0.000000 +vn 0.072902 0.997339 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.072901 0.997339 0.000000 +vn -0.072902 0.997339 0.000000 +vn -0.367053 0.930200 0.000000 +vn -0.367054 0.930200 0.000000 +vn -0.433887 0.900967 0.000001 +vn -0.433882 0.900970 0.000000 +vn -0.498412 0.866940 0.000002 +vn -0.498399 0.866948 0.000000 +vn -0.734291 0.678835 0.000000 +vn -0.734313 0.678811 -0.000001 +vn -0.781823 0.623500 -0.000001 +vn -0.781838 0.623482 -0.000001 +vn -0.825195 0.564848 -0.000002 +vn -0.825202 0.564837 0.000000 +vn -0.956110 0.293007 0.000000 +vn -0.956115 0.292993 -0.000002 +vn -0.974928 0.222522 -0.000001 +vn -0.974928 0.222521 -0.000001 +vn -0.988556 0.150856 -0.000002 +vn -0.988554 0.150870 0.000000 +vn -0.988554 -0.150871 0.000000 +vn -0.988556 -0.150857 -0.000002 +vn -0.974928 -0.222522 -0.000001 +vn -0.974928 -0.222522 -0.000001 +vn -0.956115 -0.292993 -0.000002 +vn -0.956111 -0.293006 0.000000 +vn -0.825202 -0.564838 0.000000 +vn -0.825196 -0.564847 -0.000002 +vn -0.781838 -0.623482 -0.000001 +vn -0.781824 -0.623500 -0.000001 +vn -0.734313 -0.678811 -0.000001 +vn -0.734291 -0.678835 0.000000 +vn -0.498397 -0.866949 0.000000 +vn -0.498418 -0.866937 0.000000 +vn -0.433881 -0.900970 0.000000 +vn -0.433888 -0.900967 0.000000 +vn -0.367053 -0.930200 0.000000 +vn -0.367048 -0.930202 0.000000 +vn -0.072894 -0.997340 0.000000 +vn -0.072894 -0.997340 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.072894 -0.997340 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.367054 -0.930200 0.000000 +vn 0.433884 -0.900969 0.000000 +vn 0.433887 -0.900967 0.000001 +vn 0.498405 -0.866944 0.000000 +vn 0.498413 -0.866940 0.000002 +vn 0.734307 -0.678818 0.000000 +vn 0.734307 -0.678818 0.000000 +vn 0.781830 -0.623491 0.000000 +vn 0.781834 -0.623487 0.000000 +vn 0.825195 -0.564848 0.000000 +vn 0.825202 -0.564837 0.000000 +vn 0.956115 -0.292992 0.000000 +vn 0.956111 -0.293005 0.000000 +vn 0.974929 -0.222516 0.000000 +vn 0.974928 -0.222522 0.000000 +vn 0.988556 -0.150855 0.000000 +vn 0.988556 -0.150854 0.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004104 -0.001853 -0.999990 +vn -0.009264 -0.006223 -0.999938 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000017 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004344 0.001968 -0.999989 +vn -0.008402 0.002192 -0.999962 +vn -0.002920 -0.003947 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn -0.002192 -0.004337 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.004641 -0.001206 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.006232 -0.000004 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn 0.004717 -0.000812 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004109 -0.002299 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001768 -0.004404 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000201 -0.004787 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000758 -0.005893 -0.999982 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.002664 0.003606 -0.999990 +vn -0.008674 0.008328 -0.999928 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003223 -0.003667 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.003757 0.003027 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.004240 0.002367 -0.999988 +vn 0.004538 0.001600 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001772 0.004402 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn 0.001051 0.004871 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000605 0.004746 -0.999989 +vn 0.000000 0.000000 -1.000000 +vn -0.001414 0.004627 -0.999988 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.987545 0.157306 -0.003020 +vn 0.992810 0.119695 -0.001570 +vn 0.993143 0.116706 0.006894 +vn 0.992133 0.123193 0.022257 +vn 0.980599 0.195906 0.006859 +vn 0.981587 0.189731 0.022139 +vn 0.981422 0.191840 0.003045 +vn 0.987154 0.159472 0.009823 +vn 0.993658 0.111083 0.017437 +vn 0.980800 0.194638 0.012126 +vn 0.981298 0.192446 0.004264 +vn 0.972060 0.234629 0.006980 +vn 0.913512 0.405504 0.032592 +vn 0.893415 0.445217 -0.059931 +vn 0.910695 0.403083 0.090328 +vn 0.913047 0.407598 0.014446 +vn 0.889869 0.456002 0.013992 +vn 0.906899 0.421345 0.001933 +vn 0.890515 0.454950 0.001861 +vn 0.905510 0.423741 0.022262 +vn 0.872054 0.489362 0.006819 +vn 0.874934 0.483736 0.022133 +vn 0.874868 0.484311 0.006966 +vn 0.878466 0.477702 -0.009929 +vn 0.855352 0.517995 0.007437 +vn 0.855158 0.515749 0.052041 +vn 0.747062 0.664489 0.018797 +vn 0.712156 0.699550 -0.058853 +vn 0.747374 0.663852 0.027072 +vn 0.706454 0.707580 0.015911 +vn 0.732321 0.680956 0.001933 +vn 0.706264 0.707934 0.004654 +vn 0.730248 0.682819 0.022256 +vn 0.678129 0.734911 0.006824 +vn 0.657381 0.753377 -0.016529 +vn 0.683065 0.730300 0.009206 +vn 0.693671 0.719638 -0.030697 +vn 0.657546 0.753324 0.011683 +vn 0.657140 0.751721 0.055528 +vn 0.491271 0.871002 0.002751 +vn 0.454849 0.890405 0.017086 +vn 0.466672 0.881690 -0.069570 +vn 0.510579 0.859561 0.021517 +vn 0.486061 0.873923 0.001954 +vn 0.452906 0.891542 0.005352 +vn 0.483509 0.875056 0.022263 +vn 0.417858 0.908487 0.006833 +vn 0.423496 0.905627 0.022176 +vn 0.424166 0.905532 0.009752 +vn 0.443049 0.895098 -0.050079 +vn 0.397707 0.917374 0.015941 +vn 0.397136 0.915776 0.060309 +vn 0.196076 0.980580 -0.004087 +vn 0.159064 0.987137 0.016067 +vn 0.178109 0.983090 -0.042563 +vn 0.225507 0.974108 0.016110 +vn 0.192226 0.981349 0.001933 +vn 0.155294 0.987861 0.003955 +vn 0.189414 0.981646 0.022232 +vn 0.116688 0.993145 0.006848 +vn 0.122899 0.992171 0.022192 +vn 0.123112 0.992355 0.008641 +vn 0.148251 0.986981 -0.062371 +vn 0.100354 0.994746 0.020242 +vn 0.099779 0.992844 0.065607 +vn -0.080928 0.996663 0.010678 +vn -0.081950 0.996618 0.006012 +vn -0.126498 0.991910 -0.010582 +vn -0.152258 0.988272 0.011635 +vn -0.157435 0.987529 0.000464 +vn -0.120451 0.992717 0.001975 +vn -0.123204 0.992131 0.022288 +vn -0.223106 0.974655 -0.016487 +vn -0.195908 0.980598 0.006857 +vn -0.190719 0.981627 0.005834 +vn -0.206430 0.978154 0.024520 +vn -0.206980 0.975939 0.068572 +vn -0.418043 0.908426 0.001395 +vn -0.413625 0.910443 -0.002827 +vn -0.449569 0.893216 0.007294 +vn -0.417634 0.908541 0.011636 +vn -0.454693 0.890634 -0.005109 +vn -0.417848 0.908491 0.006839 +vn -0.423766 0.905499 0.022250 +vn -0.513374 0.858006 -0.016522 +vn -0.489327 0.872074 0.006844 +vn -0.486354 0.873761 0.001370 +vn -0.491110 0.871028 0.011032 +vn -0.491732 0.870465 0.022130 +vn -0.671396 0.740645 0.025936 +vn -0.697009 0.715893 -0.040945 +vn -0.670749 0.741601 0.011127 +vn -0.707782 0.706430 -0.001162 +vn -0.680955 0.732323 0.001954 +vn -0.682870 0.730201 0.022243 +vn -0.730464 0.682591 0.022170 +vn -0.734863 0.678181 0.006849 +vn -0.731652 0.681664 0.004543 +vn -0.733577 0.679569 -0.007182 +vn -0.730340 0.683066 -0.004976 +vn -0.759992 0.649873 0.008808 +vn -0.864672 0.501869 0.021665 +vn -0.885532 0.460454 -0.061772 +vn -0.864130 0.502334 0.030655 +vn -0.873919 0.486068 0.001948 +vn -0.891512 0.452988 0.003029 +vn -0.875079 0.483469 0.022231 +vn -0.908469 0.417895 0.006846 +vn -0.905640 0.423468 0.022182 +vn -0.905878 0.423466 0.007894 +vn -0.901460 0.432536 -0.016813 +vn -0.921098 0.389231 0.008841 +vn -0.919286 0.390015 0.052924 +vn -0.976322 0.215622 0.017380 +vn -0.984579 0.166176 -0.054675 +vn -0.976005 0.216281 0.025215 +vn -0.987598 0.156166 0.016224 +vn -0.981353 0.192203 0.001970 +vn -0.987863 0.155245 0.005120 +vn -0.981646 0.189408 0.022281 +vn -0.993144 0.116695 0.006842 +vn -0.992171 0.122896 0.022201 +vn -0.992299 0.123498 0.009573 +vn -0.989353 0.140621 -0.037495 +vn -0.995758 0.091069 0.013100 +vn -0.994177 0.091430 0.057030 +vn -0.993353 -0.115111 0.000387 +vn -0.987794 -0.154844 0.016917 +vn -0.988430 -0.138851 -0.061050 +vn -0.995721 -0.090274 0.019772 +vn -0.992716 -0.120462 0.001960 +vn -0.987487 -0.157615 0.005118 +vn -0.992131 -0.123203 0.022281 +vn -0.980593 -0.195934 0.006825 +vn -0.974659 -0.223091 -0.016430 +vn -0.981896 -0.189179 0.009576 +vn -0.984569 -0.165986 -0.055428 +vn -0.976319 -0.215639 0.017378 +vn -0.974575 -0.215328 0.061942 +vn -0.908231 -0.418426 -0.005952 +vn -0.892363 -0.451057 0.015373 +vn -0.901476 -0.431569 -0.033007 +vn -0.921376 -0.388409 0.014305 +vn -0.906907 -0.421327 0.001954 +vn -0.890496 -0.454982 0.003024 +vn -0.905512 -0.423737 0.022247 +vn -0.872049 -0.489371 0.006848 +vn -0.858035 -0.513327 -0.016471 +vn -0.875051 -0.483967 0.007891 +vn -0.885600 -0.460182 -0.062807 +vn -0.864670 -0.501874 0.021666 +vn -0.862620 -0.501340 0.067421 +vn -0.730456 -0.682546 -0.023775 +vn -0.738907 -0.673805 -0.001625 +vn -0.710310 -0.703803 0.011057 +vn -0.733018 -0.680094 0.012567 +vn -0.706435 -0.707777 -0.001162 +vn -0.734873 -0.678170 0.006825 +vn -0.730227 -0.682841 0.022309 +vn -0.657391 -0.753369 -0.016488 +vn -0.678134 -0.734906 0.006873 +vn -0.681663 -0.731652 0.004538 +vn -0.672549 -0.739869 0.016501 +vn -0.670673 -0.740436 0.044188 +vn -0.491968 -0.870470 0.015803 +vn -0.526659 -0.850070 0.003471 +vn -0.493461 -0.869768 -0.000450 +vn -0.478734 -0.877490 0.028733 +vn -0.487025 -0.873384 0.002756 +vn -0.486049 -0.873929 0.001975 +vn -0.453276 -0.891356 -0.005115 +vn -0.483486 -0.875067 0.022320 +vn -0.417874 -0.908480 0.006812 +vn -0.423482 -0.905633 0.022193 +vn -0.421013 -0.907054 0.001376 +vn -0.418311 -0.908302 -0.001852 +vn -0.418200 -0.908258 0.013267 +vn -0.379812 -0.925049 0.005261 +vn -0.206426 -0.978155 0.024526 +vn -0.205068 -0.978626 0.015430 +vn -0.166794 -0.984559 -0.053130 +vn -0.192206 -0.981353 0.001975 +vn -0.155426 -0.987847 0.000478 +vn -0.189413 -0.981645 0.022251 +vn -0.116688 -0.993145 0.006831 +vn -0.122905 -0.992171 0.022182 +vn -0.121964 -0.992517 0.005851 +vn -0.126880 -0.991913 -0.003170 +vn -0.081936 -0.996619 0.006038 +vn -0.084034 -0.995147 0.051198 +vn 0.100351 -0.994745 0.020280 +vn 0.148017 -0.987071 -0.061495 +vn 0.099640 -0.994606 0.028839 +vn 0.157728 -0.987362 0.015438 +vn 0.120458 -0.992716 0.001975 +vn 0.157575 -0.987499 0.003943 +vn 0.123211 -0.992130 0.022311 +vn 0.195910 -0.980598 0.006828 +vn 0.223128 -0.974651 -0.016448 +vn 0.189564 -0.981830 0.008646 +vn 0.177138 -0.983899 -0.023753 +vn 0.224718 -0.974370 0.010273 +vn 0.223365 -0.973223 0.054263 +vn 0.415419 -0.909616 0.005059 +vn 0.453477 -0.891104 0.017096 +vn 0.440235 -0.894554 -0.077237 +vn 0.396976 -0.917530 0.023439 +vn 0.421333 -0.906904 0.001975 +vn 0.455061 -0.890444 0.005353 +vn 0.423753 -0.905503 0.022298 +vn 0.489341 -0.872066 0.006844 +vn 0.483756 -0.874921 0.022210 +vn 0.483272 -0.875416 0.009760 +vn 0.465623 -0.883888 -0.044008 +vn 0.510004 -0.860050 0.014499 +vn 0.508962 -0.858797 0.058532 +vn 0.677491 -0.735529 -0.001901 +vn 0.705498 -0.708518 0.016577 +vn 0.692093 -0.719934 -0.051991 +vn 0.656904 -0.753763 0.017872 +vn 0.680963 -0.732315 0.001933 +vn 0.707935 -0.706262 0.004661 +vn 0.682863 -0.730208 0.022232 +vn 0.734879 -0.678164 0.006811 +vn 0.753420 -0.657332 -0.016535 +vn 0.730303 -0.683062 0.009192 +vn 0.711960 -0.699679 -0.059684 +vn 0.747040 -0.664513 0.018787 +vn 0.745801 -0.663103 0.063839 +vn 0.872680 -0.488239 -0.007241 +vn 0.889405 -0.456940 0.012816 +vn 0.878162 -0.477999 -0.018684 +vn 0.854839 -0.518744 0.012458 +vn 0.873922 -0.486062 0.001946 +vn 0.891489 -0.453038 0.001863 +vn 0.875083 -0.483461 0.022241 +vn 0.908462 -0.417911 0.006856 +vn 0.905637 -0.423476 0.022121 +vn 0.906047 -0.423121 0.006948 +vn 0.893418 -0.445214 -0.059910 +vn 0.913462 -0.406271 0.023063 +vn 0.910693 -0.403088 0.090324 +vn 0.664992 -0.746850 -0.000280 +vn 0.665622 -0.746289 -0.000003 +vn 0.613871 -0.789394 0.004487 +vn -0.979252 -0.202645 -0.000253 +vn -0.979120 -0.203283 -0.000007 +vn -0.990930 -0.134358 0.002163 +vn 0.314229 0.949347 -0.000300 +vn 0.313498 0.949589 0.000000 +vn 0.374323 0.927290 0.004066 +vn 0.892758 -0.450532 0.002099 +vn 0.876681 -0.481056 -0.003908 +vn 0.874176 -0.485590 -0.004245 +vn 0.840611 -0.541639 0.000802 +vn 0.806778 -0.590807 0.007536 +vn 0.924899 -0.380075 0.010268 +vn 0.906533 -0.421878 -0.014695 +vn 0.905382 -0.424297 -0.016002 +vn 0.894163 -0.446680 -0.030798 +vn 0.913129 -0.407360 0.015934 +vn 0.983789 0.179331 -0.000020 +vn 0.989762 0.142573 0.006708 +vn 0.985623 0.167828 0.019506 +vn 0.982315 0.186839 -0.012190 +vn 0.994733 0.102469 0.002509 +vn 0.984912 0.173056 0.000001 +vn 0.949865 0.312657 0.001645 +vn 0.958853 0.283904 -0.000162 +vn 0.948406 0.317060 0.000176 +vn 0.926024 0.377380 0.007978 +vn 0.965757 0.259435 -0.002746 +vn 0.799198 0.600978 0.010383 +vn 0.818406 0.574637 -0.002205 +vn 0.823830 0.566825 -0.003627 +vn 0.833548 0.552409 -0.006569 +vn 0.839176 0.543847 0.003804 +vn 0.850005 0.526753 -0.004788 +vn 0.859527 0.511090 0.000023 +vn 0.927889 0.372854 0.001109 +vn 0.901373 0.432979 0.007471 +vn 0.251368 0.967892 -0.000086 +vn 0.167703 0.985816 0.006487 +vn 0.226023 0.974121 -0.001200 +vn 0.286581 0.958036 0.006197 +vn 0.286709 0.958018 -0.000384 +vn 0.331887 0.943306 0.005016 +vn 0.290515 0.956810 -0.010729 +vn 0.145374 0.989359 0.005985 +vn 0.111930 0.993690 0.007151 +vn -0.000171 0.999999 0.001753 +vn -0.000619 0.999985 -0.005419 +vn 0.034903 0.999389 0.001869 +vn 0.036547 0.999332 -0.000022 +vn 0.084809 0.996397 0.000847 +vn -0.157470 0.987483 0.008999 +vn -0.091393 0.995735 -0.012659 +vn -0.087386 0.996069 -0.014507 +vn -0.116036 0.993071 0.018616 +vn -0.644312 0.764751 0.004307 +vn -0.634408 0.772953 0.008430 +vn -0.648424 0.761169 0.013008 +vn -0.669030 0.742912 -0.021908 +vn -0.584934 0.811080 0.000885 +vn -0.642323 0.766434 0.000000 +vn -0.733461 0.679728 0.002226 +vn -0.752357 0.658751 0.002673 +vn -0.751205 0.660069 -0.000123 +vn -0.788595 0.614893 0.004915 +vn -0.709857 0.704312 -0.006911 +vn -0.929137 0.369733 0.001082 +vn -0.902818 0.430023 0.000000 +vn -0.904271 0.426958 -0.000830 +vn -0.893428 0.449175 0.005398 +vn -0.897427 0.441151 -0.003196 +vn -0.891769 0.452453 -0.005811 +vn -0.882312 0.470502 -0.012362 +vn -0.879511 0.475875 0.002026 +vn -0.819889 0.572496 0.005550 +vn -0.824545 0.565748 0.007413 +vn -0.956163 -0.292833 0.001157 +vn -0.936713 -0.350087 0.002848 +vn -0.956377 -0.292087 -0.005321 +vn -0.970209 -0.242228 0.004495 +vn -0.977749 -0.209692 0.006052 +vn -0.969328 -0.245281 -0.015516 +vn -0.972998 -0.230608 -0.009794 +vn -0.851582 -0.524217 0.002293 +vn -0.854659 -0.519155 -0.006001 +vn -0.857445 -0.514536 -0.006340 +vn -0.928200 -0.371969 0.009161 +vn -0.916523 -0.399981 0.000814 +vn -0.762673 -0.646777 0.003041 +vn -0.805957 -0.591974 -0.000003 +vn -0.805822 -0.592158 -0.000212 +vn -0.804899 -0.593351 0.008527 +vn -0.822291 -0.568903 -0.013667 +vn -0.817386 -0.576009 0.009695 +vn -0.306303 -0.951609 -0.024890 +vn -0.309669 -0.950574 -0.022681 +vn -0.392062 -0.919931 0.003776 +vn -0.357022 -0.933800 0.023513 +vn -0.319611 -0.947529 0.006191 +vn -0.376065 -0.926593 0.000429 +vn -0.342588 -0.939486 0.000000 +vn -0.169000 -0.985615 0.001355 +vn -0.134297 -0.990932 0.004249 +vn -0.211892 -0.977293 0.000853 +vn -0.205630 -0.978627 0.002461 +vn -0.239334 -0.970902 -0.008292 +vn -0.080151 -0.996746 0.008558 +vn -0.081178 -0.996695 0.003185 +vn 0.147009 -0.989134 0.001203 +vn 0.079019 -0.996873 0.000000 +vn 0.090358 -0.995906 -0.002780 +vn 0.084682 -0.996398 0.004526 +vn 0.081022 -0.996704 -0.004208 +vn 0.062496 -0.998017 -0.007459 +vn 0.038728 -0.999147 -0.014365 +vn 0.039451 -0.999216 0.003357 +vn 0.769032 -0.639155 0.008376 +vn 0.730866 -0.682520 -0.000341 +vn 0.705558 -0.708653 0.000208 +vn 0.707833 -0.706252 -0.013449 +vn 0.679210 -0.733917 0.006289 +vn 0.630542 -0.776150 0.003002 +vn 0.684567 -0.728898 -0.008741 +vn 0.750672 -0.660673 0.001498 +vn 0.999989 0.000000 0.004675 +vn 0.992458 -0.122469 0.005331 +vn 0.997638 -0.068668 0.002010 +vn 0.970873 -0.239570 0.003536 +vn 0.983812 -0.179196 0.001584 +vn 0.915642 -0.401994 0.000000 +vn 0.929225 -0.369508 -0.002118 +vn 0.952992 -0.302995 0.001109 +vn 0.949512 -0.313672 0.006074 +vn 0.957627 -0.287965 0.005194 +vn 0.600130 -0.799902 0.001283 +vn 0.551591 -0.834099 0.005211 +vn 0.475202 -0.879871 0.003284 +vn 0.507957 -0.861379 0.002422 +vn 0.323837 -0.946098 0.005312 +vn 0.385084 -0.922878 0.002556 +vn 0.392137 -0.919899 0.003755 +vn 0.411331 -0.911477 0.004168 +vn 0.167153 -0.985911 0.006195 +vn 0.211186 -0.977442 0.002756 +vn 0.279580 -0.960121 0.001777 +vn 0.333142 -0.942877 0.000362 +vn -0.451148 -0.892423 0.006874 +vn -0.448113 -0.893977 0.000631 +vn -0.479910 -0.877286 0.007411 +vn -0.505443 -0.862859 0.001232 +vn -0.543141 -0.839637 0.002895 +vn -0.602316 -0.798244 0.004644 +vn -0.567086 -0.823653 0.002943 +vn -0.696544 -0.717495 0.005301 +vn -0.653778 -0.756685 0.001411 +vn -0.733698 -0.679472 0.002141 +vn -0.691935 -0.721959 0.000411 +vn -0.998071 -0.061937 0.004255 +vn -0.993902 -0.110177 0.004465 +vn -0.999999 0.000000 0.001119 +vn -0.997979 0.063373 0.004703 +vn -0.999099 0.042429 0.000859 +vn -0.983045 0.183310 0.004548 +vn -0.990287 0.138992 0.003513 +vn -0.931901 0.362704 0.002548 +vn -0.935906 0.352219 0.004781 +vn -0.956139 0.292912 0.001112 +vn -0.969154 0.246455 0.001233 +vn -0.507100 0.861879 0.003710 +vn -0.543766 0.839222 0.005063 +vn -0.289257 0.957243 0.003925 +vn -0.318848 0.947797 0.004080 +vn -0.345161 0.938535 0.004031 +vn -0.355497 0.934675 0.002116 +vn -0.443228 0.896400 0.004023 +vn -0.446136 0.894962 0.002465 +vn -0.210518 0.977583 0.003756 +vn -0.211382 0.977400 0.002805 +vn -0.163081 0.986610 -0.002185 +vn -0.109689 0.993966 0.000003 +vn 0.385104 0.922869 0.002617 +vn 0.392132 0.919901 0.003756 +vn 0.411329 0.911478 0.004033 +vn 0.477454 0.878657 0.000629 +vn 0.552285 0.833648 0.003670 +vn 0.506466 0.862241 0.005691 +vn 0.644625 0.764488 0.004115 +vn 0.600186 0.799859 0.001439 +vn 0.696224 0.717823 0.001308 +vn 0.684642 0.728866 0.004526 +vn 0.823797 0.566885 0.000000 +vn 0.784135 0.620587 -0.002080 +vn 0.780856 0.624710 0.000854 +vn 0.781245 0.624190 0.006480 +vn 0.733281 0.679925 0.000686 +vn 0.749090 0.662460 0.003172 +vn 0.706204 0.707981 0.006190 +vn 0.997638 0.068668 0.002010 +vn 0.999999 0.000000 0.001725 +vn -0.968464 0.249155 0.000420 +vn -0.968331 0.249670 0.000000 +vn -0.988074 0.153920 -0.004199 +vn -0.709626 -0.704578 0.000738 +vn -0.710414 -0.703784 0.000000 +vn -0.638237 -0.769827 -0.004594 +vn 0.241286 -0.970454 0.000400 +vn 0.240581 -0.970629 0.000000 +vn 0.333617 -0.942695 -0.005028 +vn 0.956856 -0.290562 0.000006 +vn 0.956868 -0.290522 0.000000 +vn 0.980187 -0.197998 -0.005508 +vn 0.739688 0.672950 0.000002 +vn 0.739622 0.673023 0.000000 +vn 0.674167 0.738555 -0.006044 +vn -0.182938 0.983123 0.001636 +vn -0.186974 0.982364 0.001144 +vn -0.231851 0.972748 0.002633 +vn -0.131337 0.991328 0.004492 +vn -0.072154 0.997365 0.007505 +vn -0.096715 0.995310 0.002196 +vn -0.199177 0.979964 0.000000 +vn -0.284541 0.958641 -0.006599 +vn 0.126129 0.991995 0.006194 +vn 0.057545 0.998236 -0.014641 +vn 0.042490 0.999090 -0.003822 +vn -0.042444 0.999087 0.004915 +vn 0.348257 0.937382 -0.005643 +vn 0.257878 0.966178 0.000000 +vn 0.257844 0.966187 0.000009 +vn 0.239905 0.970783 0.005142 +vn 0.309363 0.950944 0.000495 +vn 0.214191 0.976683 0.014586 +vn 0.190279 0.981354 0.027188 +vn 0.218385 0.975862 -0.001526 +vn 0.808061 0.589087 0.003682 +vn 0.774364 0.632738 0.001845 +vn 0.829579 0.558345 0.007029 +vn 0.707647 0.706565 0.001295 +vn 0.780859 0.624393 0.019811 +vn 0.759519 0.650451 0.006679 +vn 0.910173 0.414167 0.007132 +vn 0.883409 0.468409 -0.013472 +vn 0.873008 0.487691 -0.003754 +vn 0.865515 0.500672 -0.014561 +vn 0.982869 0.184202 -0.006188 +vn 0.961904 0.273389 0.000000 +vn 0.961882 0.273464 0.000004 +vn 0.972847 0.231446 0.001520 +vn 0.957798 0.287432 0.002472 +vn 0.951051 0.308933 0.007914 +vn 0.938257 0.345084 0.024316 +vn 0.944463 0.328607 0.002665 +vn 0.911475 -0.411305 0.006496 +vn 0.923057 -0.384636 0.004614 +vn 0.945798 -0.324728 -0.004345 +vn 0.923289 -0.384032 0.007545 +vn 0.971649 -0.236427 0.000002 +vn 0.933817 -0.356546 0.029329 +vn 0.665546 -0.746326 -0.006748 +vn 0.727499 -0.686108 0.000000 +vn 0.727571 -0.686032 0.000001 +vn 0.706883 -0.707324 0.003086 +vn 0.733341 -0.679861 0.000496 +vn 0.746426 -0.665462 0.002919 +vn 0.761775 -0.647839 0.002060 +vn 0.776648 -0.629897 0.006961 +vn 0.806193 -0.591651 0.001314 +vn 0.829667 -0.558218 0.006709 +vn 0.872197 -0.489154 -0.001096 +vn 0.188604 -0.981733 0.025071 +vn 0.195546 -0.980471 0.020960 +vn 0.300677 -0.953726 -0.001008 +vn 0.219724 -0.975527 -0.008332 +vn 0.130099 -0.991470 0.007823 +vn 0.112599 -0.993640 0.000472 +vn -0.209209 -0.977871 0.000004 +vn -0.204803 -0.978803 0.000078 +vn -0.219048 -0.975696 0.005951 +vn -0.178109 -0.984007 0.002724 +vn -0.151349 -0.988434 0.009544 +vn -0.126081 -0.992001 0.006176 +vn -0.042533 -0.999083 0.004860 +vn -0.025743 -0.999658 -0.004622 +vn 0.039192 -0.999225 0.003530 +vn -0.390036 -0.920790 -0.004276 +vn -0.298638 -0.954367 0.000000 +vn -0.298580 -0.954385 0.000036 +vn -0.363807 -0.931471 -0.002390 +vn -0.301194 -0.953469 -0.013364 +vn -0.722139 -0.691747 -0.001057 +vn -0.662032 -0.749473 -0.001931 +vn -0.715016 -0.698990 -0.012829 +vn -0.830022 -0.557698 0.006096 +vn -0.808062 -0.589087 0.003491 +vn -0.774671 -0.632328 0.006790 +vn -0.794269 -0.607563 0.001768 +vn -0.943219 -0.332171 0.000000 +vn -0.938883 -0.344237 0.000344 +vn -0.944252 -0.329128 0.007883 +vn -0.928372 -0.371633 0.003856 +vn -0.909310 -0.416112 0.002377 +vn -0.875539 -0.483143 0.002114 +vn -0.877182 -0.480156 -0.001247 +vn -0.990600 -0.136714 -0.004681 +vn -0.972632 -0.232349 0.000000 +vn -0.972625 -0.232380 0.000022 +vn -0.967645 -0.252120 0.009891 +vn -0.985885 -0.167418 -0.001685 +vn -0.969787 -0.243719 -0.010645 +vn -0.946202 0.323537 0.005111 +vn -0.969851 0.243393 -0.012166 +vn -0.983188 0.182581 -0.002382 +vn -0.859500 0.511102 -0.005887 +vn -0.893359 0.449337 0.002330 +vn -0.911524 0.411206 0.005794 +vn -0.923133 0.384402 0.007741 +vn -0.933287 0.359128 0.001836 +vn -0.776670 0.629869 0.007000 +vn -0.786380 0.617743 0.000470 +vn -0.827374 0.561579 -0.009000 +vn -0.830131 0.557566 0.001654 +vn -0.873002 0.487692 0.004918 +vn -0.625360 0.780320 -0.005140 +vn -0.697740 0.716351 0.000000 +vn -0.697748 0.716344 0.000005 +vn -0.710347 0.703819 0.006789 +vn -0.652646 0.757663 -0.000566 +vn -0.726346 0.687120 0.016967 +vn -0.742743 0.668853 0.031126 +vn -0.715302 0.698785 -0.006595 +vn -0.996397 -0.084806 0.000346 +vn -0.999975 0.000000 -0.007082 +vn -0.594635 -0.803995 0.000345 +vn -0.524294 -0.851508 -0.007082 +vn -0.524303 -0.851529 0.002008 +vn -0.450204 -0.892926 0.000346 +vn 0.372853 -0.927890 0.000348 +vn 0.450193 -0.892903 -0.007081 +vn 0.450202 -0.892924 0.002008 +vn 0.524308 -0.851529 0.000347 +vn 0.594622 -0.803974 -0.007083 +vn 0.594631 -0.803996 0.002010 +vn 0.660670 -0.750676 0.000344 +vn 0.985617 -0.168996 0.000346 +vn 0.996372 -0.084809 -0.007082 +vn 0.996396 -0.084803 0.002008 +vn 1.000000 0.000000 0.000346 +vn 0.996372 0.084809 -0.007082 +vn 0.996396 0.084804 0.002008 +vn 0.985617 0.168996 0.000346 +vn 0.660668 0.750678 0.000345 +vn 0.594623 0.803973 -0.007082 +vn 0.594635 0.803994 0.002010 +vn 0.524310 0.851527 0.000348 +vn 0.450192 0.892904 -0.007081 +vn 0.450198 0.892927 0.002010 +vn 0.372849 0.927892 0.000346 +vn -0.292820 0.956167 0.000344 +vn -0.372846 0.927866 -0.007082 +vn -0.372855 0.927887 0.002011 +vn -0.450203 0.892926 0.000347 +vn -0.524295 0.851507 -0.007083 +vn -0.524306 0.851527 0.002010 +vn -0.594633 0.803998 0.000345 +vn -0.996398 0.084804 0.000346 +vn -0.999998 0.000000 0.002009 +vn 0.981194 -0.192709 -0.011003 +vn 0.979571 -0.201079 -0.002847 +vn 0.986863 -0.161277 0.009585 +vn 0.980800 -0.194638 0.012122 +vn 0.987822 -0.155559 -0.003018 +vn 0.980600 -0.195900 0.006916 +vn 0.981646 -0.189415 0.022205 +vn 0.992173 -0.122888 0.022170 +vn 0.993142 -0.116718 0.006834 +vn 0.992671 -0.120809 0.003046 +vn 0.993659 -0.111075 0.017432 +vn 0.993449 -0.110283 0.029946 +vn 0.997401 -0.072031 0.001636 +vn -0.005010 0.004798 0.999976 +vn 0.005272 -0.004670 0.999975 +vn -0.005385 0.004350 0.999976 +vn -0.005746 0.003878 0.999976 +vn -0.006047 0.003378 0.999976 +vn 0.006238 -0.003272 0.999975 +vn -0.006310 0.002854 0.999976 +vn -0.006538 0.002309 0.999976 +vn 0.006676 -0.002228 0.999975 +vn -0.006841 0.001172 0.999976 +vn 0.006942 -0.001127 0.999975 +vn -0.006921 0.000588 0.999976 +vn -0.006955 -0.000001 0.999976 +vn -0.006940 -0.000592 0.999976 +vn 0.006910 0.001124 0.999976 +vn -0.006770 -0.001763 0.999976 +vn -0.006609 -0.002336 0.999976 +vn 0.006617 0.002209 0.999976 +vn -0.006407 -0.002896 0.999975 +vn 0.006137 0.003223 0.999976 +vn -0.005863 -0.003964 0.999975 +vn 0.005504 0.004138 0.999976 +vn -0.005004 -0.004800 0.999976 +vn 0.005013 -0.004798 0.999976 +vn -0.005274 0.004670 0.999975 +vn 0.005388 -0.004350 0.999976 +vn 0.005746 -0.003878 0.999976 +vn -0.005951 0.003764 0.999975 +vn 0.006047 -0.003378 0.999976 +vn 0.006315 -0.002854 0.999976 +vn -0.006479 0.002759 0.999975 +vn 0.006709 -0.001747 0.999976 +vn 0.006841 -0.001172 0.999976 +vn -0.006942 0.001127 0.999975 +vn 0.006921 -0.000588 0.999976 +vn 0.006955 0.000001 0.999976 +vn -0.007024 -0.000001 0.999975 +vn 0.006940 0.000592 0.999976 +vn -0.006910 -0.001124 0.999976 +vn 0.006770 0.001763 0.999976 +vn -0.006618 -0.002209 0.999976 +vn 0.006407 0.002896 0.999975 +vn 0.006155 0.003440 0.999975 +vn 0.005863 0.003964 0.999975 +vn -0.005843 -0.003695 0.999976 +vn 0.005535 0.004465 0.999975 +vn 0.005008 0.004800 0.999976 +vn 0.004880 0.005080 0.999975 +vn -0.004114 -0.005570 0.999976 +vn 0.004004 0.005797 0.999975 +vn -0.003121 -0.006187 0.999976 +vn 0.003017 0.006362 0.999975 +vn -0.002584 -0.006432 0.999976 +vn -0.002028 -0.006631 0.999976 +vn 0.001957 0.006761 0.999975 +vn -0.001462 -0.006783 0.999976 +vn -0.000879 -0.006888 0.999976 +vn -0.000294 -0.006945 0.999976 +vn 0.000282 0.007019 0.999975 +vn 0.000292 -0.006954 0.999976 +vn -0.000842 0.006956 0.999976 +vn 0.001470 -0.006828 0.999976 +vn -0.001943 0.006705 0.999976 +vn 0.003167 -0.006286 0.999975 +vn -0.002978 0.006274 0.999976 +vn 0.003701 -0.006015 0.999975 +vn 0.004219 -0.005701 0.999975 +vn 0.004708 -0.005345 0.999975 +vn -0.004350 0.005324 0.999976 +vn -0.004879 -0.005081 0.999975 +vn 0.004118 0.005569 0.999976 +vn -0.004001 -0.005797 0.999975 +vn 0.003633 0.005900 0.999976 +vn 0.003119 0.006188 0.999976 +vn -0.003019 -0.006362 0.999975 +vn 0.002586 0.006432 0.999976 +vn 0.002028 0.006631 0.999976 +vn 0.001463 0.006783 0.999976 +vn -0.001407 -0.006893 0.999975 +vn 0.000882 0.006888 0.999976 +vn 0.000295 0.006945 0.999976 +vn -0.000282 -0.007019 0.999975 +vn -0.000886 0.006915 0.999976 +vn -0.001473 0.006828 0.999976 +vn 0.001400 -0.006854 0.999976 +vn -0.002619 0.006513 0.999975 +vn 0.002470 -0.006511 0.999976 +vn -0.003166 0.006286 0.999975 +vn 0.002978 -0.006275 0.999976 +vn -0.003701 0.006015 0.999975 +vn -0.004211 0.005701 0.999975 +vn 0.003915 -0.005678 0.999976 +vn -0.004700 0.005345 0.999975 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000366 -0.000086 -1.000000 +vn 0.005482 -0.002657 -0.999981 +vn -0.000001 -0.003292 -0.999995 +vn -0.001394 -0.000682 -0.999999 +vn -0.003978 0.000542 -0.999992 +vn -0.002253 0.004595 -0.999987 +vn -0.000299 0.000168 -1.000000 +vn -0.005491 0.002657 -0.999981 +vn 0.000001 0.003293 -0.999995 +vn 0.003947 0.000713 -0.999992 +vn 0.000543 -0.003985 -0.999992 +vn 0.000340 0.000435 -1.000000 +vn -0.000035 -0.000287 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001445 -0.001280 -0.999998 +vn 0.001182 -0.001319 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001558 -0.000360 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001851 -0.000945 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.003533 0.001898 -0.999992 +vn 0.001743 -0.003624 -0.999992 +vn 0.000063 -0.000318 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000146 0.000263 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.001905 -0.000184 -0.999998 +vn 0.000137 -0.000250 -1.000000 +vn 0.002783 -0.002909 -0.999992 +vn 0.002778 0.002898 -0.999992 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001131 0.000273 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.001234 0.001469 -0.999998 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.001740 0.003613 -0.999992 +vn 0.003541 -0.001908 -0.999992 +vn 0.000054 0.000271 -1.000000 +vn 0.001470 0.001471 -0.999998 +vn 0.000000 0.000000 -1.000000 +vn -0.000040 0.000332 -1.000000 +vn -0.000003 0.000001 -1.000000 +vn 0.001802 0.000918 -0.999998 +vn 0.000545 0.003975 -0.999992 +vn 0.003950 -0.000721 -0.999992 +vn 0.000306 -0.000143 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000151 0.000327 -1.000000 +vn -0.000715 0.003948 -0.999992 +vn 0.003986 0.000537 -0.999992 +vn 0.000983 0.003006 -0.999995 +vn 0.005481 0.001047 -0.999985 +vn 0.000707 0.000136 -1.000000 +vn 0.001209 0.002374 -0.999997 +vn -0.000221 0.000242 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000299 0.001890 -0.999998 +vn 0.000145 0.003741 -0.999993 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.000000 0.000001 -1.000000 +vn 0.001876 0.001625 -0.999997 +vn 0.000195 0.000206 -1.000000 +vn 0.005511 0.002666 -0.999981 +vn 0.000000 0.000000 -1.000000 +vn -0.000299 0.001881 -0.999998 +vn 0.000000 0.000001 -1.000000 +vn 0.000127 0.000323 -1.000000 +vn -0.005478 0.001047 -0.999985 +vn -0.000684 0.000137 -1.000000 +vn -0.001208 0.002374 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000006 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.003948 -0.000713 -0.999992 +vn -0.000540 0.003986 -0.999992 +vn -0.000266 -0.000120 -1.000000 +vn 0.000038 0.000327 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001350 0.001197 -0.999998 +vn 0.000026 0.000001 -1.000000 +vn -0.001788 0.000805 -0.999998 +vn -0.000412 -0.001041 -0.999999 +vn -0.003538 -0.001898 -0.999992 +vn -0.001742 0.003618 -0.999992 +vn 0.000000 0.000001 -1.000000 +vn -0.010925 0.001735 -0.999939 +vn -0.023542 -0.006626 -0.999701 +vn -0.010067 -0.002122 -0.999947 +vn 0.000000 0.000000 -1.000000 +vn -0.008179 -0.000698 -0.999966 +vn -0.002775 -0.002897 -0.999992 +vn -0.002781 0.002909 -0.999992 +vn -0.000355 0.000652 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.001742 -0.003609 -0.999992 +vn -0.003542 0.001908 -0.999992 +vn -0.000235 -0.001091 -0.999999 +vn -0.001751 -0.000998 -0.999998 +vn -0.000546 -0.003975 -0.999992 +vn -0.003953 0.000721 -0.999992 +vn 0.000042 -0.000346 -1.000000 +vn 0.004616 -0.003023 -0.999985 +vn -0.004292 -0.000579 -0.999991 +vn -0.001338 0.000656 -0.999999 +vn -0.001082 -0.002473 -0.999996 +vn 0.000000 0.000000 -1.000000 +vn -0.000697 -0.000136 -1.000000 +vn -0.000981 -0.003006 -0.999995 +vn -0.005479 -0.001047 -0.999985 +vn -0.000700 -0.001161 -0.999999 +vn 0.000000 0.000000 -1.000000 +vn -0.000290 -0.000163 -1.000000 +vn -0.000183 -0.001866 -0.999998 +vn 0.005163 -0.004434 -0.999977 +vn 0.000222 -0.000242 -1.000000 +vn -0.001879 -0.001625 -0.999997 +vn -0.000191 -0.000200 -1.000000 +vn 0.000233 -0.002362 -0.999997 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 -0.000001 -1.000000 +vn 0.005462 -0.001047 -0.999985 +vn 0.000682 -0.000137 -1.000000 +vn 0.001209 -0.002374 -0.999997 +vn 0.003966 -0.000542 -0.999992 +vn -0.000716 -0.003956 -0.999992 +vn -0.000155 -0.000333 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000007 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000041 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000012 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000016 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000011 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000008 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn -0.000009 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000027 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn -0.000005 0.000000 -1.000000 +vn 0.000019 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000006 0.000000 -1.000000 +vn 0.000037 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000011 0.000000 -1.000000 +vn 0.000116 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000114 0.000000 -1.000000 +vn -0.000176 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000068 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000009 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000014 0.000000 -1.000000 +vn 0.000076 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000010 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000333 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000010 0.000000 -1.000000 +vn -0.000045 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000034 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000003 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000089 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn -0.000086 0.000000 -1.000000 +vn 0.000177 0.000000 -1.000000 +vn 0.000167 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.947805 0.318833 0.003458 +vn 0.954158 0.299198 0.007898 +vn 0.958728 0.284276 0.005302 +vn 0.976646 0.214642 0.009592 +vn 0.991462 0.130339 0.003952 +vn 0.999095 0.041634 0.008723 +vn 0.997456 0.071283 0.000754 +vn 0.992219 -0.124318 0.006785 +vn 0.998159 -0.060421 0.005198 +vn 0.957537 -0.288162 0.009218 +vn 0.975842 -0.218419 0.005141 +vn 0.892864 -0.450232 0.009221 +vn 0.928486 -0.371346 0.004030 +vn 0.802653 -0.596434 0.003841 +vn 0.858110 -0.513440 0.005141 +vn 0.695338 -0.718656 0.006205 +vn 0.746497 -0.665297 0.011036 +vn 0.761398 -0.648202 0.010310 +vn 0.628142 -0.778087 0.004198 +vn 0.560550 -0.828065 0.009589 +vn 0.499617 -0.866231 0.005204 +vn 0.486023 -0.873910 0.007894 +vn 0.467899 -0.883782 0.000712 +vn -0.697542 0.716540 0.002223 +vn -0.723598 0.690151 -0.009869 +vn -0.741057 0.671441 -0.000767 +vn -0.732949 0.680274 -0.003542 +vn -0.769453 0.638695 0.003294 +vn -0.798328 0.602214 -0.003395 +vn -0.881296 0.472517 -0.006706 +vn -0.856115 0.516679 0.010505 +vn -0.947637 0.319307 -0.005142 +vn -0.922658 0.385602 0.003614 +vn -0.987853 0.155193 -0.007913 +vn -0.974100 0.226093 0.003487 +vn -0.999769 -0.018952 -0.010136 +vn -0.998128 0.060910 0.005472 +vn -0.981133 -0.193100 -0.009520 +vn -0.994422 -0.105247 0.006891 +vn -0.932925 -0.360018 -0.006207 +vn -0.963568 -0.267414 0.005239 +vn -0.860347 -0.509683 -0.005159 +vn -0.894228 -0.447602 0.002914 +vn -0.905395 -0.424565 0.002129 +vn -0.812506 -0.582947 0.002732 +vn -0.811895 -0.583751 -0.007869 +vn -0.771672 -0.636011 0.003512 +vn 0.004744 -0.005891 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.002285 -0.002195 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.001860 0.002283 0.999996 +vn 0.002074 -0.001534 0.999997 +vn 0.002142 -0.001193 0.999997 +vn 0.002226 -0.000887 0.999997 +vn 0.002805 0.000021 0.999996 +vn -0.003384 -0.001377 0.999993 +vn 0.003100 0.000425 0.999995 +vn 0.003988 0.000881 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002335 -0.000597 0.999997 +vn -0.002905 0.000123 0.999996 +vn 0.750010 -0.661418 0.003459 +vn 0.736179 -0.676740 0.007899 +vn 0.725560 -0.688139 0.005306 +vn 0.674198 -0.738489 0.009593 +vn 0.608616 -0.793455 0.003956 +vn 0.535613 -0.844419 0.008729 +vn 0.560451 -0.828187 0.000758 +vn 0.388461 -0.921440 0.006791 +vn 0.446740 -0.894649 0.005197 +vn 0.229211 -0.973333 0.009222 +vn 0.298765 -0.954313 0.005135 +vn 0.056500 -0.998360 0.009220 +vn 0.142651 -0.989765 0.004029 +vn -0.115207 -0.993334 0.003839 +vn -0.015589 -0.999865 0.005138 +vn -0.274707 -0.961508 0.006205 +vn -0.202908 -0.979136 0.011038 +vn -0.180654 -0.983493 0.010309 +vn -0.359785 -0.933026 0.004196 +vn -0.436849 -0.899484 0.009594 +vn -0.422308 -0.906452 -0.000515 +vn -0.513804 -0.857871 0.007900 +vn -0.531419 -0.847108 0.001451 +vn 0.271775 0.962360 0.001296 +vn 0.232517 0.972533 -0.010787 +vn 0.218227 0.975888 0.004332 +vn 0.142278 0.989779 -0.009739 +vn 0.161519 0.986790 0.012578 +vn -0.031439 0.999483 -0.006710 +vn 0.019404 0.999757 0.010495 +vn -0.197288 0.980332 -0.005141 +vn -0.127406 0.991844 0.003615 +vn -0.359525 0.933102 -0.007909 +vn -0.291234 0.956646 0.003493 +vn -0.516305 0.856345 -0.010135 +vn -0.446333 0.894850 0.005471 +vn -0.657802 0.753131 -0.009519 +vn -0.588339 0.808585 0.006894 +vn -0.778249 0.627926 -0.006207 +vn -0.713375 0.700763 0.005238 +vn -0.840471 0.541845 -0.003557 +vn -0.820374 0.571824 0.002129 +vn -0.911559 0.411095 -0.007849 +vn -0.936667 0.350204 0.003506 +vn -0.910822 0.412792 0.002535 +vn -0.901588 0.432553 0.006043 +vn 0.000347 -0.002372 0.999997 +vn 0.000038 -0.002452 0.999997 +vn 0.000256 0.002835 0.999996 +vn 0.000000 0.000000 1.000000 +vn 0.015834 -0.017299 0.999725 +vn 0.002002 -0.002579 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.000331 -0.002906 0.999996 +vn 0.001213 0.002800 0.999995 +vn -0.001911 -0.005017 0.999986 +vn 0.000000 0.000000 1.000000 +vn -0.001051 -0.004255 0.999990 +vn 0.001415 -0.002418 0.999996 +vn -0.002250 0.002332 0.999995 +vn -0.197795 -0.980237 0.003450 +vn -0.215716 -0.976431 0.007011 +vn -0.239053 -0.970948 0.010650 +vn -0.225142 -0.974317 0.004066 +vn -0.382851 -0.923802 0.003946 +vn -0.463485 -0.886062 0.008726 +vn -0.603768 -0.797131 0.006786 +vn -0.551431 -0.834204 0.005196 +vn -0.524282 -0.851525 0.005766 +vn -0.677071 -0.735900 0.005141 +vn -0.728333 -0.685162 0.009218 +vn -0.743860 -0.668331 0.002489 +vn -0.836359 -0.548105 0.009219 +vn -0.823591 -0.567185 0.000082 +vn -0.917860 -0.396886 0.003843 +vn -0.889636 -0.456648 0.004582 +vn -0.970044 -0.242850 0.006207 +vn -0.949408 -0.313851 0.011033 +vn -0.994542 -0.103897 0.009573 +vn -0.987917 -0.154930 0.004189 +vn -0.999932 0.011653 0.000000 +vn -0.999442 0.032632 0.007142 +vn -0.999963 0.002072 0.008416 +vn 0.969319 0.245797 0.002226 +vn 0.958497 0.284898 -0.010789 +vn 0.954264 0.298934 0.004340 +vn 0.929784 0.367977 -0.009713 +vn 0.802618 0.596482 -0.003549 +vn 0.795805 0.605551 0.001497 +vn 0.810476 0.585768 0.001929 +vn 0.822454 0.568819 -0.003852 +vn 0.896627 0.442755 0.005324 +vn 0.628316 0.777918 -0.007911 +vn 0.682868 0.730534 0.003493 +vn 0.483452 0.875312 -0.010135 +vn 0.551810 0.833952 0.005472 +vn 0.323333 0.946237 -0.009519 +vn 0.406075 0.913814 0.006891 +vn 0.154679 0.987945 -0.006205 +vn 0.250195 0.968181 0.005242 +vn -0.011227 0.999924 -0.005157 +vn 0.059472 0.998226 0.002926 +vn 0.085022 0.996377 0.002136 +vn -0.098604 0.995123 0.002737 +vn -0.099598 0.994997 -0.007874 +vn -0.164898 0.986306 0.002899 +vn -0.007474 -0.001167 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.003042 -0.000880 0.999995 +vn 0.000006 0.000000 1.000000 +vn -0.001315 -0.003239 0.999994 +vn -0.000599 0.004073 0.999992 +vn 0.000000 0.000000 1.000000 +vn 0.002908 0.000469 0.999996 +vn -0.002365 -0.001029 0.999997 +vn -0.002104 -0.001259 0.999997 +vn -0.001885 -0.001485 0.999997 +vn -0.001376 -0.002439 0.999996 +vn 0.000492 0.003621 0.999993 +vn 0.001560 0.002454 0.999996 +vn -0.947815 -0.318807 0.003076 +vn -0.954160 -0.299192 0.007897 +vn -0.958724 -0.284288 0.005288 +vn -0.976646 -0.214642 0.009591 +vn -0.999094 -0.041643 0.008724 +vn -0.991462 -0.130339 0.003952 +vn -0.996602 0.082224 0.004860 +vn -0.999584 0.028277 0.005771 +vn -0.953583 0.300987 0.009273 +vn -0.975954 0.217887 0.006326 +vn -0.982494 0.186123 0.008034 +vn -0.892854 0.450252 0.009218 +vn -0.928492 0.371330 0.004028 +vn -0.802647 0.596442 0.003840 +vn -0.858112 0.513438 0.005138 +vn -0.695340 0.718654 0.006206 +vn -0.746507 0.665286 0.011040 +vn -0.761398 0.648203 0.010309 +vn -0.628134 0.778094 0.004199 +vn -0.560554 0.828062 0.009592 +vn -0.499556 0.866266 0.005256 +vn -0.486026 0.873909 0.007897 +vn -0.467898 0.883781 0.001455 +vn 0.699668 -0.714448 -0.005369 +vn 0.728731 -0.684800 0.000000 +vn 0.723936 -0.689849 -0.004965 +vn 0.739887 -0.672724 -0.003223 +vn 0.769453 -0.638694 0.003297 +vn 0.798327 -0.602215 -0.003391 +vn 0.881295 -0.472519 -0.006707 +vn 0.856104 -0.516696 0.010512 +vn 0.947637 -0.319307 -0.005143 +vn 0.922672 -0.385569 0.003617 +vn 0.987853 -0.155193 -0.007909 +vn 0.974097 -0.226105 0.003491 +vn 0.999947 -0.003364 -0.009700 +vn 0.998128 -0.060910 0.005471 +vn 0.932925 0.360017 -0.006213 +vn 0.963575 0.267387 0.005241 +vn 0.975881 0.218270 -0.003866 +vn 0.993934 0.109926 0.003386 +vn 0.825492 0.564366 0.007375 +vn 0.894229 0.447601 0.002919 +vn 0.860347 0.509683 -0.005161 +vn 0.905395 0.424565 0.002127 +vn 0.811895 0.583751 -0.007871 +vn 0.771762 0.635908 0.002352 +vn -0.003689 -0.000506 0.999993 +vn -0.002805 -0.000021 0.999996 +vn 0.003384 0.001377 0.999993 +vn -0.003388 0.004163 0.999986 +vn -0.000008 0.000000 1.000000 +vn -0.003154 0.003038 0.999990 +vn 0.003145 0.000780 0.999995 +vn -0.002335 0.000597 0.999997 +vn -0.002224 0.000887 0.999997 +vn 0.002509 -0.001279 0.999996 +vn -0.002140 0.001193 0.999997 +vn -0.002351 0.001739 0.999996 +vn 0.001822 -0.002450 0.999995 +vn 0.000000 0.000000 1.000000 +vn -0.013921 -0.004867 0.999891 +vn -0.749998 0.661434 0.002912 +vn -0.736192 0.676727 0.007897 +vn -0.725565 0.688134 0.005283 +vn -0.674210 0.738477 0.009592 +vn -0.608608 0.793461 0.003951 +vn -0.535608 0.844422 0.008726 +vn -0.560450 0.828188 0.000765 +vn -0.388456 0.921442 0.006789 +vn -0.446741 0.894648 0.005197 +vn -0.229212 0.973333 0.009218 +vn -0.298767 0.954312 0.005140 +vn -0.125250 0.992080 0.009483 +vn -0.142652 0.989765 0.004026 +vn 0.274708 0.961508 0.006203 +vn 0.202907 0.979136 0.011040 +vn 0.180653 0.983493 0.010308 +vn 0.113557 0.993531 0.000124 +vn 0.019530 0.999745 0.011364 +vn 0.359787 0.933025 0.004193 +vn 0.436858 0.899479 0.009592 +vn 0.422307 0.906453 -0.000512 +vn 0.513818 0.857863 0.007899 +vn 0.531403 0.847119 0.000727 +vn -0.271773 -0.962359 0.002225 +vn -0.232509 -0.972534 -0.010787 +vn -0.218250 -0.975883 0.004341 +vn -0.187159 -0.982284 -0.009466 +vn -0.060121 -0.998191 -0.000228 +vn -0.026940 -0.999636 0.001484 +vn 0.038688 -0.999251 -0.001258 +vn 0.197289 -0.980332 -0.005141 +vn 0.127401 -0.991845 0.003619 +vn 0.359529 -0.933100 -0.007914 +vn 0.291233 -0.956646 0.003494 +vn 0.516305 -0.856345 -0.010135 +vn 0.446328 -0.894853 0.005472 +vn 0.657797 -0.753135 -0.009521 +vn 0.588345 -0.808581 0.006892 +vn 0.778246 -0.627929 -0.006211 +vn 0.713372 -0.700766 0.005242 +vn 0.840463 -0.541857 -0.003561 +vn 0.820380 -0.571815 0.002128 +vn 0.911566 -0.411078 -0.007851 +vn 0.936648 -0.350259 0.003173 +vn 0.910824 -0.412788 0.002540 +vn 0.901588 -0.432553 0.006044 +vn 0.000000 0.000000 1.000000 +vn -0.004341 -0.009170 0.999949 +vn -0.001048 -0.002752 0.999996 +vn 0.002726 0.007059 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000760 0.003075 0.999995 +vn -0.000651 0.002321 0.999997 +vn -0.000345 0.002372 0.999997 +vn -0.005639 0.006017 0.999966 +vn -0.002360 0.003039 0.999993 +vn 0.000000 0.000000 1.000000 +vn 0.004330 -0.001739 0.999989 +vn -0.001002 0.002371 0.999997 +vn 0.002250 -0.002332 0.999995 +vn 0.000291 0.002562 0.999997 +vn -0.000038 0.002452 0.999997 +vn 0.197796 0.980242 0.001426 +vn 0.215716 0.976431 0.007005 +vn 0.239001 0.970962 0.010602 +vn 0.225139 0.974318 0.004061 +vn 0.382848 0.923803 0.003947 +vn 0.463487 0.886061 0.008724 +vn 0.436999 0.899462 0.000751 +vn 0.603762 0.797136 0.006786 +vn 0.551425 0.834209 0.005197 +vn 0.728325 0.685170 0.009218 +vn 0.677074 0.735897 0.005134 +vn 0.836351 0.548117 0.009221 +vn 0.785837 0.618421 0.004032 +vn 0.917855 0.396897 0.003844 +vn 0.873702 0.486435 0.005140 +vn 0.970043 0.242855 0.006206 +vn 0.949409 0.313850 0.011033 +vn 0.942059 0.335289 0.010311 +vn 0.987918 0.154918 0.004194 +vn 0.997400 0.071420 0.009590 +vn 0.999986 -0.000488 0.005259 +vn 0.999840 -0.016038 0.007896 +vn 0.999327 -0.036659 0.001457 +vn -0.969322 -0.245792 0.001290 +vn -0.958497 -0.284897 -0.010786 +vn -0.954256 -0.298958 0.004331 +vn -0.929781 -0.367984 -0.009712 +vn -0.935340 -0.353527 0.012573 +vn -0.890936 -0.454079 -0.006703 +vn -0.875596 -0.482958 0.009124 +vn -0.750345 -0.661026 -0.005144 +vn -0.795259 -0.606259 0.003616 +vn -0.654152 -0.756333 -0.006742 +vn -0.682866 -0.730535 0.003490 +vn -0.323331 -0.946238 -0.009521 +vn -0.406082 -0.913811 0.006891 +vn -0.472839 -0.881145 -0.002651 +vn -0.487062 -0.873353 0.005044 +vn -0.544434 -0.838799 -0.002858 +vn -0.154681 -0.987945 -0.006212 +vn -0.250193 -0.968182 0.005236 +vn 0.011225 -0.999924 -0.005161 +vn -0.059472 -0.998226 0.002923 +vn -0.085019 -0.996377 0.002138 +vn 0.098606 -0.995123 0.002734 +vn 0.099597 -0.994997 -0.007873 +vn 0.164895 -0.986308 0.002360 +vn 0.005302 0.000854 0.999986 +vn 0.000000 0.000000 1.000000 +vn 0.004209 0.001217 0.999990 +vn 0.000030 -0.004320 0.999991 +vn 0.000625 -0.004392 0.999990 +vn 0.001460 0.003581 0.999993 +vn -0.000008 0.000000 1.000000 +vn 0.002665 0.011416 0.999931 +vn 0.001379 0.002439 0.999996 +vn -0.001560 -0.002455 0.999996 +vn 0.001684 0.001724 0.999997 +vn 0.002104 0.001259 0.999997 +vn -0.002880 -0.000862 0.999996 +vn 0.002682 0.001167 0.999996 +vn -0.478858 -0.614298 0.627162 +vn -0.467933 -0.628017 0.621799 +vn -0.461740 -0.626896 0.627533 +vn -0.431128 -0.653763 0.621871 +vn -0.777712 -0.000001 0.628621 +vn -0.781902 -0.041707 0.622005 +vn -0.776913 -0.049793 0.627636 +vn -0.782465 -0.060309 0.619767 +vn -0.768390 -0.125079 0.627640 +vn -0.771546 -0.135516 0.621573 +vn -0.761756 -0.156232 0.628744 +vn -0.764722 -0.176278 0.619779 +vn -0.752488 -0.200218 0.627435 +vn -0.755039 -0.208337 0.621701 +vn -0.746669 -0.221176 0.627349 +vn -0.749213 -0.234076 0.619587 +vn -0.731853 -0.278516 0.621949 +vn -0.721453 -0.293504 0.627185 +vn -0.723293 -0.300352 0.621801 +vn -0.702858 -0.333636 0.628234 +vn -0.691105 -0.367986 0.622061 +vn -0.673858 -0.389677 0.627748 +vn -0.676556 -0.396226 0.620707 +vn -0.651896 -0.432815 0.622659 +vn -0.639170 -0.446387 0.626259 +vn -0.640702 -0.449284 0.622611 +vn -0.591698 -0.508005 0.625959 +vn -0.594299 -0.508558 0.623038 +vn -0.562122 -0.539320 0.627019 +vn -0.569144 -0.538353 0.621491 +vn -0.540979 -0.564288 0.623635 +vn -0.526249 -0.578749 0.622986 +vn -0.398239 -0.672071 0.624280 +vn -0.405977 -0.667011 0.624723 +vn -0.365200 -0.688666 0.626393 +vn -0.381487 -0.683183 0.622679 +vn -0.328942 -0.705742 0.627475 +vn -0.340145 -0.705522 0.621723 +vn -0.317739 -0.716057 0.621534 +vn -0.304365 -0.715725 0.628569 +vn -0.276557 -0.734762 0.619388 +vn -0.249201 -0.742783 0.621428 +vn -0.236477 -0.741675 0.627692 +vn -0.219785 -0.753789 0.619271 +vn -0.178184 -0.762853 0.621535 +vn -0.163170 -0.761174 0.627686 +vn -0.154707 -0.768338 0.621065 +vn -0.124607 -0.767159 0.629238 +vn -0.080170 -0.779269 0.621541 +vn -0.061205 -0.775674 0.628159 +vn -0.044657 -0.783582 0.619681 +vn -0.005158 -0.783198 0.621751 +vn 0.011394 -0.778810 0.627156 +vn 0.015165 -0.784034 0.620533 +vn 0.086636 -0.774123 0.627079 +vn 0.091565 -0.777598 0.622059 +vn 0.125119 -0.768073 0.628021 +vn 0.132559 -0.772858 0.620580 +vn 0.166421 -0.764737 0.622480 +vn 0.186983 -0.756132 0.627138 +vn 0.190898 -0.760262 0.620935 +vn 0.257041 -0.736089 0.626181 +vn 0.258652 -0.738339 0.622860 +vn 0.329589 -0.706939 0.625786 +vn 0.328036 -0.709817 0.623340 +vn 0.361207 -0.690245 0.626970 +vn 0.357213 -0.697048 0.621710 +vn 0.395701 -0.675534 0.622153 +vn 0.415397 -0.663766 0.621980 +vn 0.416001 -0.657521 0.628179 +vn 0.476586 -0.621698 0.621577 +vn 0.479138 -0.613806 0.627430 +vn 0.506771 -0.597498 0.621433 +vn 0.540386 -0.564528 0.623932 +vn 0.532163 -0.571205 0.624922 +vn 0.558642 -0.543576 0.626454 +vn 0.547716 -0.556969 0.624334 +vn 0.589458 -0.508442 0.627714 +vn 0.752455 0.201308 0.627125 +vn 0.751844 0.219130 0.621863 +vn 0.746866 0.219666 0.627645 +vn 0.736931 0.264549 0.622050 +vn 0.601797 -0.501607 0.621475 +vn 0.603345 -0.490680 0.628655 +vn 0.646756 -0.442197 0.621424 +vn 0.649854 -0.428750 0.627586 +vn 0.662158 -0.421633 0.619493 +vn 0.688195 -0.363903 0.627664 +vn 0.697345 -0.357020 0.621487 +vn 0.702632 -0.332922 0.628865 +vn 0.717455 -0.318010 0.619780 +vn 0.720778 -0.294592 0.627450 +vn 0.727907 -0.289217 0.621695 +vn 0.728494 -0.273868 0.627927 +vn 0.739900 -0.262275 0.619483 +vn 0.751847 -0.219129 0.621859 +vn 0.752439 -0.201140 0.627198 +vn 0.758086 -0.197318 0.621588 +vn 0.768753 -0.126451 0.626920 +vn 0.773139 -0.123563 0.622084 +vn 0.772726 -0.093338 0.627840 +vn 0.779015 -0.088994 0.620658 +vn 0.777919 -0.048046 0.626525 +vn 0.781103 -0.047519 0.622591 +vn 0.779525 -0.000002 0.626371 +vn 0.782299 0.000009 0.622903 +vn 0.778363 0.047322 0.626029 +vn 0.780766 0.046903 0.623060 +vn 0.769816 0.126758 0.625553 +vn 0.772030 0.123193 0.623533 +vn 0.768812 0.147455 0.622242 +vn 0.723505 0.294388 0.624400 +vn 0.726369 0.286702 0.624652 +vn 0.715169 0.318032 0.622406 +vn 0.688514 0.364339 0.627061 +vn 0.696790 0.356936 0.622157 +vn 0.685560 0.379250 0.621431 +vn 0.673016 0.388817 0.629182 +vn 0.649849 0.428748 0.627592 +vn 0.646928 0.442215 0.621233 +vn 0.636666 0.447681 0.627884 +vn 0.628251 0.471191 0.619096 +vn 0.589431 0.508504 0.627690 +vn 0.588272 0.518408 0.620636 +vn 0.560364 0.538230 0.629524 +vn 0.537301 0.563410 0.627595 +vn 0.534013 0.573078 0.621620 +vn 0.514928 0.582785 0.628658 +vn 0.505916 0.599971 0.619745 +vn 0.479133 0.613810 0.627431 +vn 0.476561 0.621566 0.621729 +vn 0.461131 0.627699 0.627178 +vn 0.458729 0.636622 0.619903 +vn 0.398098 0.669496 0.627131 +vn 0.395671 0.675732 0.621957 +vn 0.361425 0.689091 0.628112 +vn 0.357795 0.697776 0.620558 +vn 0.328796 0.710273 0.622420 +vn 0.304768 0.716814 0.627132 +vn 0.303477 0.722859 0.620787 +vn 0.258955 0.738343 0.622729 +vn 0.239599 0.741912 0.626226 +vn 0.239266 0.744940 0.622749 +vn 0.164537 0.762372 0.625873 +vn 0.167006 0.764165 0.623025 +vn 0.125606 0.768824 0.627004 +vn 0.132387 0.772084 0.621578 +vn 0.070351 0.779978 0.621841 +vn 0.062592 0.775541 0.628187 +vn -0.005156 0.783199 0.621750 +vn -0.011139 0.778564 0.627466 +vn -0.047113 0.781865 0.621665 +vn -0.089175 0.776223 0.624120 +vn -0.079138 0.776750 0.624817 +vn -0.120945 0.770030 0.626439 +vn -0.104384 0.775085 0.623175 +vn -0.163437 0.761181 0.627608 +vn -0.721619 0.293391 0.627047 +vn -0.731851 0.278514 0.621952 +vn -0.727796 0.275436 0.628051 +vn -0.178184 0.762850 0.621539 +vn -0.187037 0.754850 0.628664 +vn -0.219784 0.753791 0.619269 +vn -0.249198 0.742783 0.621428 +vn -0.259489 0.734017 0.627602 +vn -0.276557 0.734763 0.619387 +vn -0.317745 0.716058 0.621530 +vn -0.329193 0.705447 0.627675 +vn -0.340753 0.705571 0.621334 +vn -0.361452 0.688248 0.629021 +vn -0.406139 0.669955 0.621459 +vn -0.417395 0.656649 0.628167 +vn -0.434502 0.653693 0.619591 +vn -0.478914 0.614228 0.627189 +vn -0.484737 0.615659 0.621284 +vn -0.536396 0.564933 0.627001 +vn -0.541961 0.565045 0.622095 +vn -0.561561 0.538848 0.627927 +vn -0.569806 0.538663 0.620615 +vn -0.594167 0.509323 0.622540 +vn -0.603811 0.492284 0.626952 +vn -0.608623 0.493499 0.621318 +vn -0.649262 0.431795 0.626109 +vn -0.651440 0.433062 0.622964 +vn -0.689872 0.364143 0.625681 +vn -0.689923 0.367880 0.623435 +vn -0.703314 0.335142 0.626921 +vn -0.703808 0.343344 0.621907 +vn -0.754238 0.202829 0.624488 +vn -0.752426 0.209968 0.624314 +vn -0.763161 0.174389 0.622233 +vn -0.769061 0.125075 0.626818 +vn -0.775603 0.112124 0.621183 +vn -0.771446 0.093634 0.629368 +vn -0.776909 0.049792 0.627641 +vn -0.781971 0.041737 0.621916 +vn -0.787035 0.000000 0.616908 +vn -0.000004 0.000000 1.000000 +vn 0.002168 -0.007260 0.999971 +vn -0.000005 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000003 0.000000 1.000000 +vn -0.001691 -0.007386 0.999971 +vn 0.000002 0.000000 1.000000 +vn -0.000720 -0.007527 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005086 -0.005612 0.999971 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.004641 -0.005807 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.007328 0.001928 0.999971 +vn -0.000002 0.000000 1.000000 +vn 0.007012 0.002846 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.006898 -0.002784 0.999972 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.007187 -0.002393 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.005098 0.005602 0.999971 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.006709 0.003224 0.999972 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000006 0.000000 1.000000 +vn -0.001698 0.007383 0.999971 +vn 0.000007 0.000000 1.000000 +vn -0.002628 0.007103 0.999971 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.003901 0.006456 0.999972 +vn -0.000007 0.000000 1.000000 +vn -0.000011 0.000000 1.000000 +vn -0.000009 0.000000 1.000000 +vn -0.589968 -0.673732 0.444998 +vn -0.627194 -0.630127 0.457786 +vn -0.646787 -0.620489 0.443463 +vn -0.654441 -0.601686 0.457908 +vn -0.697778 -0.561688 0.444536 +vn -0.740861 -0.503291 0.444773 +vn -0.738910 -0.494743 0.457430 +vn -0.782598 -0.434218 0.446088 +vn -0.776870 -0.431622 0.458450 +vn -0.815342 -0.367182 0.447655 +vn -0.843907 -0.300120 0.444689 +vn -0.185993 -0.875846 0.445310 +vn -0.239794 -0.856130 0.457756 +vn -0.261771 -0.857198 0.443494 +vn -0.276840 -0.844792 0.457915 +vn -0.335380 -0.830540 0.444662 +vn -0.401403 -0.800565 0.444941 +vn -0.402723 -0.792882 0.457333 +vn -0.471369 -0.760727 0.446213 +vn -0.465440 -0.757176 0.458313 +vn -0.532945 -0.717829 0.447986 +vn 0.265212 -0.855024 0.445642 +vn 0.208453 -0.864315 0.457720 +vn 0.189786 -0.875928 0.443545 +vn 0.171542 -0.872298 0.457898 +vn 0.112064 -0.888597 0.444789 +vn 0.039836 -0.894582 0.445125 +vn 0.036350 -0.888609 0.457224 +vn -0.040412 -0.893963 0.446314 +vn -0.034356 -0.888196 0.458179 +vn -0.115562 -0.886370 0.448324 +vn 0.648803 -0.616567 0.445983 +vn 0.603560 -0.652869 0.457686 +vn 0.593050 -0.671933 0.443618 +vn 0.576225 -0.676994 0.457869 +vn 0.531012 -0.721164 0.444914 +vn 0.470846 -0.761574 0.445319 +vn 0.466187 -0.757450 0.457099 +vn 0.400806 -0.800035 0.446428 +vn 0.405627 -0.791013 0.458002 +vn 0.330955 -0.830144 0.448697 +vn 0.867104 -0.221191 0.446324 +vn 0.845259 -0.275826 0.457665 +vn 0.845496 -0.297090 0.443704 +vn 0.833745 -0.308652 0.457825 +vn 0.815166 -0.370722 0.445050 +vn 0.782269 -0.435384 0.445530 +vn 0.777051 -0.432863 0.456969 +vn 0.740140 -0.502798 0.446527 +vn 0.741469 -0.490531 0.457824 +vn 0.693403 -0.563498 0.449067 +vn 0.816693 0.369574 0.443202 +vn 0.833762 0.308687 0.457771 +vn 0.845493 0.297098 0.443705 +vn 0.845221 0.275820 0.457738 +vn 0.867232 0.225725 0.443798 +vn 0.882925 0.153213 0.443812 +vn 0.878239 0.138430 0.457749 +vn 0.892399 0.073756 0.445179 +vn 0.895159 0.001159 0.445746 +vn 0.889552 0.002312 0.456828 +vn 0.891342 -0.077764 0.446612 +vn 0.886841 -0.063911 0.457633 +vn 0.879905 -0.154138 0.449453 +vn 0.532565 0.720954 0.443396 +vn 0.576216 0.677041 0.457811 +vn 0.593051 0.671934 0.443616 +vn 0.603533 0.652839 0.457765 +vn 0.647085 0.619874 0.443889 +vn 0.695919 0.564469 0.443928 +vn 0.698610 0.550000 0.457650 +vn 0.743123 0.499465 0.445312 +vn 0.780966 0.437260 0.445977 +vn 0.774917 0.436973 0.456682 +vn 0.113146 0.889047 0.443614 +vn 0.171525 0.872331 0.457841 +vn 0.189779 0.875930 0.443544 +vn 0.208435 0.864280 0.457793 +vn 0.262753 0.856646 0.443981 +vn 0.332106 0.832183 0.444047 +vn 0.340710 0.821320 0.457548 +vn 0.405236 0.798350 0.445444 +vn 0.468734 0.762349 0.446221 +vn 0.462413 0.760105 0.456524 +vn -0.334960 0.831137 0.443862 +vn -0.276872 0.844814 0.457856 +vn -0.261779 0.857194 0.443497 +vn -0.239799 0.856095 0.457819 +vn -0.188202 0.875996 0.444084 +vn -0.115989 0.888397 0.444183 +vn -0.104204 0.883127 0.457414 +vn -0.035477 0.894538 0.445583 +vn 0.037748 0.893996 0.446483 +vn 0.031793 0.889232 0.456351 +vn -0.697831 0.561955 0.444117 +vn -0.654480 0.601690 0.457849 +vn -0.646793 0.620483 0.443463 +vn -0.627185 0.630088 0.457851 +vn -0.591347 0.673054 0.444193 +vn -0.534524 0.718933 0.444319 +vn -0.522596 0.719579 0.457275 +vn -0.467149 0.763614 0.445719 +vn -0.402666 0.798918 0.446754 +vn -0.407021 0.791351 0.456177 +vn -0.883194 0.149941 0.444394 +vn -0.865044 0.205144 0.457838 +vn -0.867345 0.225984 0.443446 +vn -0.855005 0.243550 0.457876 +vn -0.844379 0.299359 0.444306 +vn -0.817201 0.366930 0.444461 +vn -0.807623 0.371970 0.457584 +vn -0.780166 0.438823 0.445842 +vn -0.740840 0.501311 0.447039 +vn -0.741998 0.491424 0.456006 +vn -0.823839 -0.333536 0.458304 +vn -0.867345 -0.225992 0.443442 +vn -0.865008 -0.205156 0.457900 +vn -0.883126 -0.150264 0.444420 +vn -0.892307 -0.078156 0.444612 +vn -0.886419 -0.070342 0.457508 +vn -0.895043 0.002618 0.445973 +vn -0.891067 0.076714 0.447341 +vn -0.887620 0.066021 0.455820 +vn -0.807204 0.017750 0.590006 +vn -0.808482 -0.033429 0.587570 +vn -0.249273 -0.953929 0.166981 +vn -0.871919 -0.378896 0.310153 +vn -0.815983 -0.487842 0.310133 +vn -0.664706 -0.679698 0.310124 +vn -0.469505 -0.826651 0.310181 +vn -0.194326 -0.955442 0.222191 +vn -0.879904 -0.135045 0.455556 +vn -0.855239 -0.247004 0.455582 +vn -0.698988 -0.551235 0.455583 +vn -0.535390 -0.711194 0.455589 +vn -0.336440 -0.824162 0.455593 +vn -0.216560 -0.779027 0.588403 +vn -0.677461 -0.195758 0.709031 +vn -0.536695 -0.233395 0.810855 +vn -0.646690 -0.281191 0.709031 +vn -0.502250 -0.300445 0.810850 +vn -0.605166 -0.361970 0.709050 +vn -0.409094 -0.418527 0.810850 +vn -0.288899 -0.508964 0.810859 +vn -0.221103 -0.541883 0.810849 +vn -0.161236 -0.564392 0.809608 +vn -0.191481 -0.679988 0.707779 +vn -0.453165 -0.029266 0.890946 +vn -0.445693 -0.068504 0.892561 +vn -0.280181 -0.121862 0.952181 +vn -0.386970 -0.231493 0.892561 +vn -0.315177 -0.322475 0.892566 +vn -0.222558 -0.392155 0.892571 +vn -0.088119 -0.295608 0.951236 +vn -0.038356 0.306631 0.951055 +vn -0.069541 0.354068 0.932631 +vn -0.064749 0.582771 0.810053 +vn -0.147394 0.909673 0.388292 +vn -0.086381 0.886860 0.453892 +vn 0.890967 0.219103 0.397707 +vn 0.902873 0.298195 0.309678 +vn 0.771879 0.241721 0.588026 +vn 0.734922 0.171866 0.656012 +vn 0.079180 0.006427 0.996840 +vn 0.299795 0.089661 0.949781 +vn 0.283993 0.131418 0.949777 +vn 0.415122 0.192075 0.889259 +vn 0.643725 0.297758 0.704953 +vn 0.809529 0.374279 0.452302 +vn 0.383562 0.249228 0.889250 +vn 0.594789 0.386353 0.704952 +vn 0.748046 0.485722 0.452218 +vn 0.062720 0.453085 0.889258 +vn 0.086582 0.300703 0.949780 +vn 0.126588 0.439541 0.889258 +vn 0.097367 0.702546 0.704946 +vn 0.196361 0.681529 0.704955 +vn 0.122585 0.883416 0.452272 +vn 0.247077 0.856982 0.452256 +vn -0.000299 0.987036 0.160497 +vn -0.086381 0.886860 0.453892 +vn -0.003639 0.709261 0.704937 +vn -0.002411 0.457384 0.889266 +vn 0.398874 0.902263 0.163770 +vn 0.291396 0.646636 0.704947 +vn 0.187872 0.417043 0.889258 +vn 0.065958 0.146500 0.987009 +vn 0.478568 0.752614 0.452266 +vn 0.380461 0.598564 0.704961 +vn 0.245331 0.386069 0.889249 +vn 0.580828 0.676810 0.452290 +vn 0.461853 0.538325 0.704910 +vn 0.297796 0.347204 0.889251 +vn 0.744960 0.647980 0.158608 +vn 0.609953 0.533708 0.585759 +vn 0.444392 0.388993 0.806970 +vn -0.449616 -0.837999 0.309196 +vn -0.483422 -0.777360 0.402511 +vn 0.701480 -0.692855 0.166965 +vn -0.107818 -0.944551 0.310160 +vn 0.014460 -0.950581 0.310139 +vn 0.256285 -0.915488 0.310160 +vn 0.481157 -0.819925 0.310179 +vn 0.730284 -0.645963 0.222298 +vn -0.322982 -0.829541 0.455570 +vn -0.213715 -0.864172 0.455558 +vn 0.127888 -0.880990 0.455523 +vn 0.348216 -0.819281 0.455548 +vn 0.545539 -0.703451 0.455570 +vn 0.566340 -0.577073 0.588426 +vn -0.392235 -0.650832 0.650054 +vn -0.324039 -0.628832 0.706802 +vn 0.565620 -0.511125 0.647167 +vn -0.169196 -0.684566 0.709043 +vn -0.066217 -0.581464 0.810873 +vn -0.079819 -0.700633 0.709043 +vn 0.009056 -0.585187 0.810848 +vn 0.010882 -0.705112 0.709012 +vn 0.157905 -0.563525 0.810867 +vn 0.296335 -0.504659 0.810867 +vn 0.358731 -0.462411 0.810856 +vn -0.201438 -0.405829 0.891474 +vn -0.163509 -0.420236 0.892562 +vn 0.313776 -0.326888 0.891453 +vn -0.034554 -0.303564 0.952184 +vn 0.006995 -0.450847 0.892574 +vn 0.121681 -0.434176 0.892572 +vn -0.790637 0.294853 0.536614 +vn -0.752690 0.280312 0.595720 +vn -0.737641 0.332048 0.587903 +vn -0.144434 0.059168 0.987744 +vn -0.087479 0.025813 0.995832 +vn 0.254410 0.874785 0.412342 +vn 0.157275 0.688276 0.708195 +vn 0.192551 0.613605 0.765776 +vn 0.099116 0.291131 0.951535 +vn 0.053927 0.144846 0.987984 +vn 0.014461 0.160009 0.987010 +vn 0.041212 0.455533 0.889265 +vn 0.063999 0.706367 0.704947 +vn 0.080630 0.888215 0.452297 +vn -0.024061 0.456772 0.889258 +vn -0.037198 0.708275 0.704955 +vn -0.046625 0.890663 0.452266 +vn -0.126811 0.098640 0.987010 +vn -0.361020 0.280854 0.889261 +vn -0.317377 0.329399 0.889251 +vn -0.559737 0.435590 0.704951 +vn -0.492008 0.510838 0.704963 +vn -0.703771 0.547869 0.452268 +vn -0.618625 0.642469 0.452257 +vn -0.854936 0.493272 0.160522 +vn -0.703953 0.401702 0.585735 +vn -0.513011 0.292644 0.806956 +vn -0.581948 0.796559 0.163800 +vn -0.473398 0.657871 0.585747 +vn -0.345052 0.479353 0.806945 +vn -0.182857 0.253957 0.949773 +vn -0.439975 0.843627 0.307759 +vn -0.374939 0.718561 0.585740 +vn -0.273269 0.523559 0.806976 +vn -0.315385 0.897668 0.307772 +vn -0.268802 0.764628 0.585738 +vn -0.195970 0.557154 0.806955 +vn -0.103887 0.295201 0.949770 +vn -0.188679 0.969144 0.158618 +vn -0.157232 0.795112 0.585727 +vn -0.114662 0.579348 0.806975 +vn 0.388173 -0.707857 0.590135 +vn 0.433182 -0.683455 0.587574 +vn 0.950777 0.261070 0.166929 +vn 0.764098 -0.565665 0.310124 +vn 0.830454 -0.462767 0.310148 +vn 0.920978 -0.235808 0.310151 +vn 0.950662 0.006724 0.310156 +vn 0.924564 0.309392 0.222391 +vn 0.556905 -0.694484 0.455575 +vn 0.641538 -0.617143 0.455592 +vn 0.826886 -0.329731 0.455561 +vn 0.883604 -0.108075 0.455592 +vn 0.881974 0.120715 0.455577 +vn 0.782933 0.201964 0.588410 +vn 0.508237 -0.488841 0.709035 +vn 0.470470 -0.348085 0.810861 +vn 0.566858 -0.419437 0.709045 +vn 0.511324 -0.284747 0.810843 +vn 0.616061 -0.343121 0.709040 +vn 0.543649 -0.216673 0.810863 +vn 0.567006 -0.145013 0.810849 +vn 0.585224 0.004299 0.810860 +vn 0.579815 0.079466 0.810863 +vn 0.569421 0.142556 0.809591 +vn 0.684648 0.174182 0.707756 +vn 0.321458 -0.493165 0.808365 +vn 0.251932 -0.377849 0.890932 +vn 0.282158 -0.351710 0.892573 +vn 0.366216 -0.456498 0.810861 +vn 0.325026 -0.312528 0.892572 +vn 0.421818 -0.405660 0.810870 +vn 0.421818 -0.405660 0.810870 +vn 0.325026 -0.312528 0.892572 +vn 0.362490 -0.268172 0.892572 +vn 0.418888 -0.166929 0.892562 +vn 0.436867 -0.111710 0.892563 +vn 0.266917 -0.148629 0.952190 +vn -0.363875 -0.271350 0.891047 +vn -0.378169 -0.323376 0.867419 +vn -0.337304 -0.285986 0.896905 +vn -0.724704 -0.519097 0.453148 +vn -0.597502 0.625109 0.502225 +vn -0.660268 0.596924 0.455772 +vn -0.564214 0.594393 0.573026 +vn -0.595289 0.547602 0.588016 +vn -0.198462 0.230511 0.952616 +vn -0.102093 0.122268 0.987232 +vn -0.439541 0.480839 0.758681 +vn -0.131315 0.092532 0.987013 +vn -0.373915 0.263462 0.889255 +vn -0.579720 0.408615 0.704953 +vn -0.728900 0.513954 0.452278 +vn -0.407606 0.207555 0.889257 +vn -0.631993 0.321919 0.704949 +vn -0.794656 0.404957 0.452251 +vn -0.148788 -0.060508 0.987016 +vn -0.155957 -0.038704 0.987005 +vn -0.423754 -0.172220 0.889254 +vn -0.657112 -0.266952 0.704941 +vn -0.688420 -0.170702 0.704939 +vn -0.826355 -0.335562 0.452257 +vn -0.865709 -0.214504 0.452257 +vn -0.854648 -0.493772 0.160521 +vn -0.699849 -0.408788 0.585751 +vn -0.980817 -0.105707 0.163783 +vn -0.705699 -0.070971 0.704948 +vn -0.455123 -0.045827 0.889249 +vn -0.891068 0.038149 0.452263 +vn -0.708630 0.030218 0.704933 +vn -0.456980 0.019422 0.889265 +vn -0.935106 0.175678 0.307756 +vn -0.796577 0.149513 0.585756 +vn -0.580467 0.108854 0.806975 +vn -0.307569 0.057641 0.949778 +vn -0.933641 0.321181 0.158609 +vn -0.767187 0.261381 0.585751 +vn -0.559104 0.190387 0.806942 +vn 0.988559 -0.034031 0.146943 +vn 0.195085 0.960357 0.199138 +vn 0.950534 0.029641 0.309202 +vn 0.871908 0.378902 0.310178 +vn 0.815992 0.487829 0.310130 +vn 0.664704 0.679681 0.310166 +vn 0.469510 0.826660 0.310151 +vn 0.249514 0.917707 0.309123 +vn 0.879894 0.135051 0.455574 +vn 0.855257 0.247005 0.455548 +vn 0.698990 0.551240 0.455575 +vn 0.535396 0.711193 0.455582 +vn 0.336433 0.824157 0.455607 +vn 0.849290 -0.021988 0.527469 +vn 0.808346 0.033052 0.587779 +vn 0.174168 0.834095 0.523404 +vn 0.192867 0.680158 0.707239 +vn 0.677448 0.195757 0.709044 +vn 0.536688 0.233399 0.810858 +vn 0.646672 0.281195 0.709045 +vn 0.502267 0.300431 0.810845 +vn 0.605201 0.361952 0.709029 +vn 0.409106 0.418513 0.810851 +vn 0.288893 0.508968 0.810859 +vn 0.221103 0.541884 0.810848 +vn 0.445703 0.068504 0.892556 +vn 0.126423 0.434626 0.891694 +vn 0.162533 0.562796 0.810459 +vn 0.310132 0.021401 0.950453 +vn 0.280174 0.121858 0.952183 +vn 0.386964 0.231490 0.892564 +vn 0.315174 0.322473 0.892567 +vn 0.222558 0.392167 0.892565 +vn 0.086844 0.295211 0.951477 +vn 0.037349 -0.307071 0.950953 +vn 0.065980 -0.343615 0.936790 +vn -0.884789 -0.217046 0.412359 +vn -0.674706 -0.207926 0.708194 +vn -0.638649 -0.142819 0.756128 +vn -0.301697 -0.059743 0.951530 +vn -0.152418 -0.025734 0.987981 +vn -0.299792 -0.089657 0.949782 +vn -0.283970 -0.131423 0.949784 +vn -0.536023 -0.247978 0.806961 +vn -0.735626 -0.340195 0.585766 +vn -0.134731 -0.087551 0.987007 +vn -0.383579 -0.249211 0.889248 +vn -0.594778 -0.386364 0.704955 +vn -0.748041 -0.485715 0.452234 +vn -0.062725 -0.453092 0.889254 +vn -0.126596 -0.439539 0.889257 +vn -0.081031 -0.585025 0.806957 +vn -0.163488 -0.567531 0.806957 +vn -0.111323 -0.802818 0.585739 +vn -0.224463 -0.778788 0.585752 +vn 0.000299 -0.987040 0.160474 +vn 0.004094 -0.810496 0.585730 +vn 0.082307 -0.806113 0.586010 +vn 0.003073 -0.590581 0.806972 +vn -0.398866 -0.902267 0.163770 +vn -0.333043 -0.738914 0.585738 +vn -0.242591 -0.538466 0.806972 +vn -0.510614 -0.802844 0.307759 +vn -0.434837 -0.683963 0.585757 +vn -0.316777 -0.498464 0.806961 +vn -0.167807 -0.264114 0.949781 +vn -0.619698 -0.721986 0.307751 +vn -0.527789 -0.615098 0.585742 +vn -0.384507 -0.448284 0.806967 +vn -0.744960 -0.647976 0.158625 +vn -0.609962 -0.533703 0.585754 +vn -0.444393 -0.388993 0.806969 +vn 0.502561 0.810076 0.302009 +vn 0.450244 0.837393 0.309925 +vn -0.736344 0.651816 0.181476 +vn 0.107817 0.944551 0.310159 +vn -0.014465 0.950587 0.310122 +vn -0.256278 0.915490 0.310162 +vn -0.481162 0.819930 0.310157 +vn -0.670249 0.674490 0.309564 +vn 0.322986 0.829549 0.455553 +vn 0.213713 0.864149 0.455603 +vn -0.127883 0.880966 0.455571 +vn -0.348204 0.819259 0.455598 +vn -0.545534 0.703452 0.455574 +vn -0.637515 0.570748 0.517515 +vn 0.387989 0.635122 0.667895 +vn 0.324262 0.628033 0.707410 +vn 0.169193 0.684576 0.709034 +vn 0.066214 0.581486 0.810857 +vn 0.079820 0.700634 0.709042 +vn -0.009056 0.585185 0.810849 +vn -0.010880 0.705113 0.709011 +vn -0.084182 0.579153 0.810861 +vn -0.157908 0.563539 0.810857 +vn -0.229024 0.538573 0.810856 +vn -0.296348 0.504664 0.810859 +vn -0.357052 0.608116 0.709019 +vn -0.358744 0.462423 0.810844 +vn -0.407765 0.422237 0.809595 +vn 0.163504 0.420226 0.892568 +vn 0.108156 0.437746 0.892570 +vn 0.140396 0.568156 0.810856 +vn 0.140396 0.568156 0.810856 +vn 0.108156 0.437746 0.892570 +vn 0.051009 0.448022 0.892566 +vn -0.064881 0.446233 0.892562 +vn -0.276390 0.356257 0.892575 +vn -0.004747 0.305478 0.952187 +vn 0.417015 -0.179540 0.890990 +vn 0.538061 -0.236151 0.809150 +vn 0.542583 -0.196840 0.816613 +vn 0.737592 -0.333082 0.587379 +vn -0.242598 -0.829991 0.502256 +vn -0.186818 -0.870284 0.455746 +vn -0.232663 -0.785865 0.572961 +vn -0.176600 -0.789318 0.588039 +vn -0.054877 -0.149535 0.987232 +vn -0.144324 -0.431472 0.890507 +vn -0.014462 -0.160016 0.987009 +vn -0.041214 -0.455561 0.889250 +vn -0.063998 -0.706362 0.704952 +vn -0.080625 -0.888222 0.452285 +vn 0.024063 -0.456768 0.889260 +vn 0.037203 -0.708254 0.704977 +vn 0.046625 -0.890665 0.452263 +vn 0.126818 -0.098647 0.987009 +vn 0.111505 -0.115694 0.987006 +vn 0.317372 -0.329394 0.889255 +vn 0.559741 -0.435597 0.704944 +vn 0.492040 -0.510819 0.704955 +vn 0.703779 -0.547867 0.452257 +vn 0.618619 -0.642459 0.452280 +vn 0.854944 -0.493247 0.160556 +vn 0.513006 -0.292636 0.806963 +vn 0.581946 -0.796559 0.163806 +vn 0.473401 -0.657883 0.585732 +vn 0.345049 -0.479353 0.806946 +vn 0.439969 -0.843630 0.307760 +vn 0.374936 -0.718590 0.585706 +vn 0.273258 -0.523544 0.806990 +vn 0.144824 -0.277386 0.949781 +vn 0.315386 -0.897668 0.307773 +vn 0.268799 -0.764610 0.585764 +vn 0.195971 -0.557149 0.806958 +vn 0.188679 -0.969141 0.158638 +vn 0.157230 -0.795121 0.585715 +vn 0.114664 -0.579364 0.806963 +vn -0.432809 0.683538 0.587751 +vn -0.376225 0.682423 0.626701 +vn -0.367575 0.665076 0.650049 +vn -0.919058 -0.243361 0.310014 +vn -0.906655 -0.300324 0.296280 +vn -0.764699 -0.250345 0.593770 +vn -0.764100 0.565649 0.310148 +vn -0.830440 0.462757 0.310202 +vn -0.920975 0.235802 0.310166 +vn -0.950663 -0.006723 0.310152 +vn -0.556908 0.694464 0.455602 +vn -0.641521 0.617169 0.455580 +vn -0.826885 0.329729 0.455565 +vn -0.883607 0.108077 0.455585 +vn -0.881974 -0.120712 0.455577 +vn -0.508256 0.488822 0.709034 +vn -0.470490 0.348085 0.810849 +vn -0.566859 0.419443 0.709041 +vn -0.511324 0.284745 0.810844 +vn -0.616071 0.343129 0.709027 +vn -0.543641 0.216677 0.810867 +vn -0.567020 0.145012 0.810839 +vn -0.585236 -0.004300 0.810852 +vn -0.579849 -0.079463 0.810839 +vn -0.569483 -0.142346 0.809584 +vn -0.282159 0.351712 0.892572 +vn -0.325004 0.312530 0.892579 +vn -0.421801 0.405654 0.810881 +vn -0.421801 0.405654 0.810881 +vn -0.325004 0.312530 0.892579 +vn -0.362505 0.268170 0.892566 +vn -0.418875 0.166923 0.892570 +vn -0.436855 0.111705 0.892569 +vn -0.173592 0.257906 0.950447 +vn -0.266912 0.148628 0.952191 +vn 0.123373 0.095873 0.987718 +vn 0.206015 0.180463 0.961765 +vn 0.364770 0.271156 0.890740 +vn 0.572898 0.416172 0.706108 +vn 0.775021 0.551124 0.309200 +vn 0.650507 -0.676351 0.345529 +vn 0.293719 -0.385024 0.874920 +vn 0.301773 -0.337471 0.891654 +vn 0.268687 -0.369797 0.889414 +vn 0.429567 -0.404878 0.807184 +vn 0.373921 -0.263467 0.889252 +vn 0.579721 -0.408611 0.704955 +vn 0.728928 -0.513931 0.452260 +vn 0.278883 -0.141977 0.949772 +vn 0.407594 -0.207551 0.889264 +vn 0.632011 -0.321927 0.704929 +vn 0.794635 -0.404961 0.452286 +vn 0.148786 0.060506 0.987017 +vn 0.423756 0.172216 0.889254 +vn 0.443937 0.110149 0.889262 +vn 0.657110 0.266959 0.704939 +vn 0.688420 0.170696 0.704940 +vn 0.826359 0.335554 0.452255 +vn 0.865717 0.214503 0.452242 +vn 0.854642 0.493774 0.160546 +vn 0.699854 0.408777 0.585752 +vn 0.980821 0.105706 0.163755 +vn 0.806423 0.081024 0.585762 +vn 0.587645 0.059133 0.806956 +vn 0.891074 -0.038150 0.452252 +vn 0.708625 -0.030214 0.704938 +vn 0.456976 -0.019421 0.889267 +vn 0.876576 -0.164608 0.452238 +vn 0.697083 -0.130779 0.704963 +vn 0.449542 -0.084276 0.889275 +vn 0.933639 -0.321174 0.158638 +vn 0.767170 -0.261378 0.585775 +vn 0.559103 -0.190394 0.806941 +vn 0.661677 0.107847 0.741992 +vn 0.593205 0.312333 0.741995 +vn 0.504811 0.441823 0.741592 +vn 0.463445 0.484530 0.741923 +vn -0.138576 0.658584 0.739637 +vn -0.593255 0.312294 0.741971 +vn -0.619084 0.258765 0.741469 +vn -0.661693 0.107791 0.741987 +vn -0.669411 0.048926 0.741280 +vn -0.285782 -0.610423 0.738724 +vn 0.506064 -0.442199 0.740513 +vn 0.120596 -0.090612 0.988558 +vn 0.112907 -0.100017 0.988559 +vn 0.347737 -0.261235 0.900464 +vn 0.085697 -0.124136 0.988558 +vn 0.148100 -0.256471 0.955138 +vn 0.247088 -0.357899 0.900475 +vn 0.282012 -0.488349 0.825824 +vn 0.082427 -0.284490 0.955129 +vn 0.059276 -0.290198 0.955129 +vn 0.112844 -0.552516 0.825829 +vn -0.006059 -0.150728 0.988557 +vn -0.018167 -0.149755 0.988556 +vn -0.017471 -0.434574 0.900467 +vn -0.067927 -0.559818 0.825826 +vn -0.053482 -0.141057 0.988556 +vn -0.064651 -0.136292 0.988557 +vn -0.154202 -0.406683 0.900461 +vn -0.120619 0.090609 0.988555 +vn -0.112951 0.100020 0.988554 +vn -0.221744 0.196386 0.955124 +vn -0.347718 0.261236 0.900471 +vn -0.422156 0.373911 0.825818 +vn -0.085722 0.124138 0.988555 +vn -0.075430 0.130634 0.988557 +vn -0.247094 0.357908 0.900470 +vn -0.282008 0.488339 0.825831 +vn -0.041976 0.144895 0.988556 +vn -0.059276 0.290202 0.955128 +vn -0.121043 0.417722 0.900476 +vn 0.018167 0.149755 0.988556 +vn 0.011895 0.295949 0.955130 +vn 0.067924 0.559813 0.825830 +vn 0.053489 0.141060 0.988555 +vn 0.064652 0.136293 0.988557 +vn 0.154184 0.406653 0.900478 +vn 0.241697 0.509501 0.825828 +vn 0.150346 -0.012123 0.988559 +vn 0.296164 0.000030 0.955137 +vn 0.433512 -0.034951 0.900470 +vn 0.563935 0.000050 0.825819 +vn 0.148881 -0.024181 0.988559 +vn 0.429268 -0.069728 0.900481 +vn 0.649981 -0.165578 0.741693 +vn 0.422265 -0.104035 0.900483 +vn 0.143100 -0.047753 0.988556 +vn 0.412580 -0.137685 0.900456 +vn 0.518787 -0.220983 0.825849 +vn 0.272489 -0.116074 0.955132 +vn 0.133575 -0.070088 0.988557 +vn 0.385120 -0.202062 0.900474 +vn 0.563701 -0.362879 0.741997 +vn 0.367620 -0.232410 0.900467 +vn 0.104497 -0.108786 0.988558 +vn 0.301283 -0.313637 0.900478 +vn 0.419554 -0.522589 0.742209 +vn 0.275109 -0.336852 0.900470 +vn 0.126992 -0.267593 0.955127 +vn 0.241787 -0.509444 0.825837 +vn 0.232343 -0.628427 0.742358 +vn 0.154249 -0.406620 0.900482 +vn 0.018197 -0.149754 0.988556 +vn 0.052466 -0.431740 0.900471 +vn 0.021421 -0.669771 0.742259 +vn 0.017554 -0.434561 0.900471 +vn -0.112750 -0.552560 0.825812 +vn -0.086953 -0.426140 0.900469 +vn -0.191687 -0.642523 0.741903 +vn -0.120956 -0.417729 0.900484 +vn -0.281919 -0.488402 0.825824 +vn -0.385397 -0.549778 0.741089 +vn -0.247021 -0.357945 0.900476 +vn -0.085690 -0.124155 0.988556 +vn -0.095357 -0.116860 0.988560 +vn -0.275016 -0.336913 0.900475 +vn -0.205171 -0.213627 0.955128 +vn -0.390605 -0.406746 0.825824 +vn -0.422099 -0.373981 0.825815 +vn -0.221677 -0.196442 0.955128 +vn -0.540497 -0.401275 0.739487 +vn -0.236783 -0.177952 0.955127 +vn -0.250290 -0.158325 0.955138 +vn -0.476607 -0.301451 0.825817 +vn -0.262261 -0.137669 0.955126 +vn -0.499313 -0.262126 0.825819 +vn -0.518784 -0.221086 0.825823 +vn -0.272481 -0.116128 0.955127 +vn -0.642132 -0.212015 0.736693 +vn -0.412520 -0.137763 0.900471 +vn -0.146458 -0.036118 0.988557 +vn -0.422251 -0.104123 0.900479 +vn -0.148889 -0.024215 0.988557 +vn -0.429267 -0.069807 0.900476 +vn -0.669334 -0.049008 0.741343 +vn -0.433514 -0.035037 0.900466 +vn -0.150850 -0.000016 0.988557 +vn -0.434910 -0.000044 0.900474 +vn -0.295217 0.023801 0.955134 +vn -0.148889 0.024183 0.988558 +vn -0.649976 0.165578 0.741698 +vn -0.422275 0.104039 0.900477 +vn -0.287625 0.070853 0.955119 +vn -0.143083 0.047755 0.988558 +vn -0.412572 0.137684 0.900460 +vn -0.400112 0.170435 0.900479 +vn -0.133602 0.070090 0.988554 +vn -0.563672 0.362858 0.742030 +vn -0.367621 0.232411 0.900467 +vn -0.104496 0.108785 0.988558 +vn -0.301297 0.313628 0.900476 +vn -0.419536 0.522569 0.742234 +vn -0.275101 0.336840 0.900477 +vn -0.095398 0.116843 0.988558 +vn -0.064688 0.136279 0.988556 +vn -0.186509 0.392908 0.900465 +vn -0.232348 0.628456 0.742333 +vn -0.154235 0.406617 0.900486 +vn -0.018197 0.149753 0.988556 +vn -0.052463 0.431731 0.900476 +vn -0.021419 0.669773 0.742257 +vn -0.011958 0.295946 0.955130 +vn 0.112745 0.552535 0.825829 +vn 0.059211 0.290215 0.955128 +vn 0.191691 0.642513 0.741911 +vn 0.120961 0.417749 0.900475 +vn 0.281928 0.488394 0.825825 +vn 0.148084 0.256523 0.955127 +vn 0.385384 0.549783 0.741092 +vn 0.247021 0.357945 0.900476 +vn 0.095373 0.116866 0.988558 +vn 0.275012 0.336907 0.900479 +vn 0.104517 0.108804 0.988553 +vn 0.540514 0.401278 0.739473 +vn 0.347687 0.261308 0.900462 +vn 0.236775 0.177962 0.955127 +vn 0.127499 0.080639 0.988555 +vn 0.367584 0.232479 0.900464 +vn 0.133578 0.070120 0.988555 +vn 0.518776 0.221084 0.825829 +vn 0.272509 0.116130 0.955119 +vn 0.642126 0.212015 0.736698 +vn 0.412524 0.137760 0.900470 +vn 0.146463 0.036118 0.988557 +vn 0.422237 0.104124 0.900486 +vn 0.292369 0.047544 0.955123 +vn 0.669334 0.049005 0.741344 +vn 0.433533 0.035040 0.900456 +vn -0.972428 0.159170 0.170436 +vn -0.900700 0.401185 0.166705 +vn -0.715894 0.677711 0.167940 +vn -0.648140 0.743389 0.165186 +vn -0.522656 0.835502 0.169608 +vn -0.441027 0.882522 0.163248 +vn -0.295736 0.939914 0.170591 +vn 0.372508 0.912981 0.166446 +vn 0.820517 0.545604 0.170494 +vn 0.706394 0.687089 0.170047 +vn 0.856517 0.487103 0.170615 +vn 0.982786 0.077786 0.167576 +vn 0.952399 0.254348 0.168055 +vn 0.987631 0.000021 0.156797 +vn 0.982793 -0.077743 0.167550 +vn 0.971178 -0.171392 0.165647 +vn 0.931511 -0.321908 0.169300 +vn 0.897398 -0.409736 0.163686 +vn 0.820550 -0.545568 0.170453 +vn 0.656498 -0.734882 0.170175 +vn 0.283852 -0.944082 0.167741 +vn 0.131428 -0.976943 0.168254 +vn 0.037491 -0.985606 0.164846 +vn -0.118093 -0.978373 0.169824 +vn -0.211087 -0.963802 0.162872 +vn -0.296159 -0.939593 0.171627 +vn -0.522615 -0.835529 0.169604 +vn -0.360361 -0.917073 0.170636 +vn -0.715872 -0.677734 0.167941 +vn -0.580684 -0.796380 0.169070 +vn -0.863334 -0.476542 0.166017 +vn -0.927095 -0.334605 0.168921 +vn -0.955605 -0.244744 0.164070 +vn -0.981187 -0.090917 0.170311 +vn -0.937152 -0.160732 0.309697 +vn -0.866413 -0.391693 0.309685 +vn -0.787769 -0.532481 0.309653 +vn -0.739752 -0.597362 0.309720 +vn -0.686443 -0.657929 0.309717 +vn -0.628154 -0.713789 0.309721 +vn -0.498496 -0.809676 0.309720 +vn -0.428021 -0.849041 0.309721 +vn -0.040312 -0.949973 0.309719 +vn 0.200352 -0.929488 0.309697 +vn 0.278473 -0.909139 0.309708 +vn 0.354556 -0.882257 0.309698 +vn 0.428103 -0.848997 0.309730 +vn 0.498559 -0.809641 0.309709 +vn 0.565422 -0.764450 0.309700 +vn 0.686482 -0.657887 0.309721 +vn 0.739816 -0.597295 0.309695 +vn 0.830113 -0.463685 0.309692 +vn 0.920174 -0.239541 0.309678 +vn 0.947409 0.080672 0.309691 +vn 0.937144 0.160728 0.309722 +vn 0.896505 0.316802 0.309702 +vn 0.866407 0.391693 0.309702 +vn 0.739732 0.597379 0.309732 +vn 0.628150 0.713783 0.309744 +vn 0.565361 0.764480 0.309739 +vn 0.428016 0.849028 0.309763 +vn 0.278386 0.909170 0.309696 +vn 0.200284 0.929501 0.309700 +vn 0.120734 0.943124 0.309743 +vn 0.040311 0.949979 0.309700 +vn -0.040394 0.949970 0.309719 +vn -0.120811 0.943129 0.309698 +vn -0.200351 0.929481 0.309718 +vn -0.354554 0.882250 0.309719 +vn -0.565409 0.764433 0.309765 +vn -0.739817 0.597294 0.309696 +vn -0.787802 0.532413 0.309685 +vn -0.830110 0.463698 0.309681 +vn -0.896520 0.316732 0.309729 +vn -0.920164 0.239542 0.309707 +vn -0.947401 0.080594 0.309736 +vn -0.950834 -0.000041 0.309702 +vn -0.887302 -0.075575 0.454954 +vn -0.861744 -0.224448 0.454995 +vn -0.839628 -0.296719 0.454953 +vn -0.777391 -0.434346 0.454979 +vn -0.529496 -0.716011 0.454931 +vn -0.400858 -0.795197 0.454944 +vn 0.037849 -0.889711 0.454952 +vn 0.113165 -0.883290 0.454964 +vn 0.588392 -0.668438 0.454956 +vn 0.737808 -0.498615 0.454997 +vn 0.811482 -0.366749 0.454965 +vn 0.839659 -0.296619 0.454962 +vn 0.877718 -0.150447 0.454948 +vn 0.861757 0.224450 0.454970 +vn 0.777398 0.434343 0.454971 +vn 0.466857 0.758332 0.454946 +vn -0.113166 0.883311 0.454924 +vn -0.187671 0.870531 0.454924 +vn -0.260821 0.851469 0.454943 +vn -0.400976 0.795150 0.454922 +vn -0.466944 0.758269 0.454964 +vn -0.588391 0.668440 0.454955 +vn -0.642962 0.616164 0.454908 +vn -0.811498 0.366754 0.454931 +vn -0.861795 0.224329 0.454957 +vn -0.796564 -0.136648 0.588908 +vn -0.736404 -0.332949 0.588943 +vn -0.628791 -0.507767 0.588893 +vn -0.583440 -0.559267 0.588913 +vn -0.533924 -0.606738 0.588892 +vn -0.423675 -0.688232 0.588929 +vn -0.301295 -0.749934 0.588915 +vn -0.236600 -0.772795 0.588904 +vn -0.170203 -0.790079 0.588903 +vn -0.102595 -0.801649 0.588926 +vn -0.034237 -0.807474 0.588908 +vn 0.170337 -0.790033 0.588925 +vn 0.236711 -0.772757 0.588910 +vn 0.301406 -0.749882 0.588924 +vn 0.705592 -0.394102 0.588917 +vn 0.762050 -0.269177 0.588917 +vn 0.782152 -0.203578 0.588892 +vn 0.805277 -0.068477 0.588931 +vn 0.808208 0.000065 0.588897 +vn 0.669578 0.452626 0.588892 +vn 0.628766 0.507769 0.588917 +vn 0.583425 0.559246 0.588948 +vn 0.533933 0.606735 0.588888 +vn 0.480556 0.649853 0.588861 +vn 0.423661 0.688213 0.588961 +vn 0.363783 0.721694 0.588914 +vn 0.301305 0.749960 0.588876 +vn 0.236595 0.772780 0.588926 +vn 0.170199 0.790062 0.588927 +vn 0.102600 0.801682 0.588879 +vn 0.034237 0.807463 0.588924 +vn -0.034364 0.807468 0.588909 +vn -0.170347 0.790077 0.588863 +vn -0.236706 0.772747 0.588925 +vn -0.301411 0.749890 0.588911 +vn -0.423792 0.688162 0.588926 +vn -0.480649 0.649754 0.588894 +vn -0.628839 0.507669 0.588927 +vn -0.669621 0.452502 0.588939 +vn -0.705618 0.394106 0.588884 +vn -0.762060 0.269189 0.588899 +vn -0.796567 0.136520 0.588935 +vn -0.805301 0.068474 0.588899 +vn -0.808208 -0.000062 0.588897 +vn -0.703362 -0.059934 0.708301 +vn -0.683144 -0.177951 0.708271 +vn -0.616266 -0.344336 0.708272 +vn -0.584841 -0.395361 0.708273 +vn -0.509604 -0.488499 0.708289 +vn -0.466333 -0.529971 0.708283 +vn -0.419731 -0.567613 0.708267 +vn -0.317747 -0.630376 0.708281 +vn 0.030028 -0.705291 0.708282 +vn 0.089733 -0.700198 0.708287 +vn 0.317885 -0.630328 0.708262 +vn 0.370180 -0.601084 0.708283 +vn 0.423794 -0.688166 0.588919 +vn 0.419832 -0.567515 0.708286 +vn 0.466443 -0.529883 0.708276 +vn 0.509715 -0.488417 0.708265 +vn 0.549290 -0.443423 0.708278 +vn 0.584912 -0.395250 0.708276 +vn 0.665634 -0.235113 0.708275 +vn 0.683180 -0.177816 0.708270 +vn 0.695763 -0.119237 0.708305 +vn 0.703374 0.059933 0.708289 +vn 0.695748 0.119369 0.708298 +vn 0.683136 0.177944 0.708280 +vn 0.665582 0.235246 0.708280 +vn 0.643271 0.290832 0.708251 +vn 0.616245 0.344340 0.708288 +vn -0.089726 0.700167 0.708318 +vn -0.263282 0.654995 0.708283 +vn -0.317878 0.630313 0.708280 +vn -0.419837 0.567533 0.708268 +vn -0.466431 0.529882 0.708285 +vn -0.509707 0.488411 0.708275 +vn -0.616345 0.344224 0.708257 +vn -0.643267 0.290703 0.708308 +vn -0.683195 0.177819 0.708254 +vn -0.577801 -0.099139 0.810134 +vn -0.552715 -0.195357 0.810149 +vn -0.534190 -0.241524 0.810128 +vn -0.456081 -0.368331 0.810137 +vn -0.218525 -0.543984 0.810141 +vn -0.171604 -0.560542 0.810151 +vn -0.123449 -0.573089 0.810142 +vn -0.074403 -0.581505 0.810134 +vn -0.024816 -0.585714 0.810138 +vn 0.123577 -0.573054 0.810147 +vn 0.171717 -0.560509 0.810150 +vn 0.218651 -0.543933 0.810141 +vn 0.511797 -0.285834 0.810163 +vn 0.534223 -0.241414 0.810139 +vn 0.586198 0.000066 0.810168 +vn 0.485664 0.328333 0.810141 +vn 0.456077 0.368327 0.810141 +vn 0.423205 0.405689 0.810132 +vn 0.387235 0.440098 0.810162 +vn 0.263855 0.523472 0.810159 +vn 0.218524 0.543984 0.810142 +vn 0.171605 0.560544 0.810150 +vn 0.123436 0.573077 0.810152 +vn 0.074395 0.581493 0.810143 +vn 0.024819 0.585719 0.810134 +vn -0.024943 0.585691 0.810151 +vn -0.123574 0.573079 0.810130 +vn -0.171724 0.560497 0.810157 +vn -0.307406 0.499154 0.810152 +vn -0.387362 0.440022 0.810142 +vn -0.423271 0.405593 0.810146 +vn -0.456152 0.368234 0.810141 +vn -0.485743 0.328236 0.810133 +vn -0.534212 0.241421 0.810144 +vn -0.552754 0.195232 0.810152 +vn -0.577793 0.099017 0.810155 +vn -0.584155 0.049657 0.810122 +vn -0.586187 -0.000064 0.810176 +vn -0.450475 -0.038396 0.891963 +vn -0.437497 -0.113968 0.891968 +vn -0.394626 -0.220535 0.891984 +vn -0.374563 -0.253214 0.891956 +vn -0.326355 -0.312863 0.891969 +vn -0.298633 -0.339422 0.891970 +vn -0.268796 -0.363514 0.891968 +vn -0.237006 -0.385018 0.891958 +vn -0.203467 -0.403707 0.891976 +vn 0.019242 -0.451690 0.891967 +vn 0.057483 -0.448450 0.891958 +vn 0.203573 -0.403664 0.891972 +vn 0.237094 -0.384956 0.891961 +vn 0.268875 -0.363451 0.891969 +vn 0.298735 -0.339347 0.891965 +vn 0.326405 -0.312793 0.891975 +vn 0.351782 -0.283984 0.891965 +vn 0.374598 -0.253119 0.891968 +vn 0.426293 -0.150559 0.891968 +vn 0.437546 -0.113870 0.891957 +vn 0.445579 -0.076353 0.891981 +vn 0.450507 -0.038287 0.891952 +vn 0.450468 0.038396 0.891967 +vn 0.445600 0.076459 0.891961 +vn 0.437493 0.113970 0.891970 +vn 0.426291 0.150660 0.891952 +vn 0.411961 0.186275 0.891958 +vn 0.394648 0.220532 0.891975 +vn 0.268804 0.363526 0.891960 +vn 0.237002 0.385012 0.891962 +vn 0.019137 0.451723 0.891953 +vn -0.019239 0.451690 0.891967 +vn -0.057481 0.448433 0.891966 +vn -0.168626 0.419488 0.891961 +vn -0.203567 0.403651 0.891979 +vn -0.237091 0.384965 0.891958 +vn -0.268896 0.363461 0.891959 +vn -0.326402 0.312793 0.891977 +vn -0.351801 0.283978 0.891960 +vn -0.394730 0.220433 0.891963 +vn -0.426280 0.150553 0.891975 +vn -0.437545 0.113868 0.891958 +vn -0.302438 -0.051899 0.951755 +vn 0.064684 -0.299965 0.951755 +vn 0.089895 -0.293401 0.951753 +vn 0.114441 -0.284722 0.951754 +vn 0.254230 0.171873 0.951749 +vn 0.221504 0.212369 0.951754 +vn 0.202681 0.230382 0.951759 +vn -0.238769 0.192754 0.951754 +vn -0.254244 0.171802 0.951759 +vn -0.296980 0.077288 0.951751 +vn -0.302460 0.051821 0.951752 +vn 0.125008 -0.935366 0.330854 +vn 0.111725 -0.874280 0.472390 +vn 0.060600 -0.865889 0.496553 +vn 0.827207 0.248686 0.503868 +vn 0.807156 0.331084 0.488757 +vn 0.435991 0.766831 0.471043 +vn 0.371259 0.799384 0.472390 +vn 0.182918 0.858787 0.478566 +vn -0.009796 0.865110 0.501486 +vn -0.090426 0.873405 0.478525 +vn -0.198062 0.850959 0.486456 +vn -0.811883 0.295842 0.503312 +vn -0.866888 -0.160986 0.471794 +vn -0.658689 -0.577883 0.481850 +vn -0.614485 -0.631575 0.472780 +vn -0.511798 -0.692916 0.507868 +vn -0.448875 -0.751414 0.483619 +vn -0.351559 -0.803628 0.480197 +vn -0.076253 0.988338 0.131811 +vn -0.756246 -0.641440 0.129024 +vn 0.729616 -0.624772 0.278067 +vn 0.702051 -0.607245 0.371992 +vn 0.963365 -0.236638 0.126212 +vn 0.920507 0.195173 0.338488 +vn 0.990771 0.067937 0.117290 +vn 0.979681 0.105152 0.170786 +vn 0.946627 0.058223 0.317030 +vn 0.858222 0.001780 0.513275 +vn 0.862021 0.032089 0.505856 +vn 0.946627 -0.058223 0.317030 +vn 0.891952 -0.051129 0.449229 +vn 0.936118 -0.093395 0.339059 +vn 0.920623 -0.195128 0.338200 +vn 0.838139 -0.227079 0.495942 +vn 0.844585 -0.216673 0.489621 +vn 0.824311 -0.251622 0.507146 +vn 0.812965 -0.287756 0.506245 +vn 0.806947 -0.331352 0.488920 +vn 0.818135 -0.465502 0.337585 +vn 0.719759 -0.450908 0.527853 +vn 0.754508 -0.519665 0.400832 +vn 0.684751 -0.648628 0.332261 +vn 0.645172 -0.747514 0.158037 +vn 0.547340 -0.643829 0.534699 +vn 0.637168 -0.695422 0.332274 +vn 0.521689 -0.737062 0.429628 +vn 0.457119 -0.823488 0.336020 +vn 0.388895 -0.908680 0.151862 +vn 0.417956 -0.889816 0.183142 +vn 0.272599 -0.818311 0.506020 +vn 0.300917 -0.851104 0.430198 +vn 0.188113 -0.921446 0.339929 +vn 0.199924 -0.810230 0.550961 +vn 0.043451 -0.912342 0.407117 +vn 0.044459 -0.926714 0.373128 +vn 0.068667 -0.963385 0.259180 +vn -0.007644 -0.859650 0.510827 +vn 0.008400 -0.907235 0.420541 +vn -0.102426 -0.935516 0.338110 +vn -0.204003 -0.918428 0.338929 +vn -0.237339 -0.939166 0.248269 +vn -0.235953 -0.878913 0.414534 +vn -0.273838 -0.817873 0.506060 +vn -0.292919 -0.884470 0.363197 +vn -0.322206 -0.817949 0.476596 +vn -0.477809 -0.746485 0.463096 +vn -0.624404 -0.703601 0.339213 +vn -0.568435 -0.697969 0.435570 +vn -0.571681 -0.705473 0.418914 +vn -0.721385 -0.603255 0.340129 +vn -0.714390 -0.494850 0.494743 +vn -0.740159 -0.525243 0.419862 +vn -0.693349 -0.508301 0.510782 +vn -0.808574 -0.481444 0.338261 +vn -0.914233 -0.381084 0.137672 +vn -0.856784 -0.389943 0.337439 +vn -0.825471 -0.328431 0.459055 +vn -0.780923 -0.315848 0.538886 +vn -0.801856 -0.296012 0.519041 +vn -0.842372 -0.221037 0.491480 +vn -0.844195 -0.263608 0.466740 +vn -0.841523 -0.263374 0.471671 +vn -0.985569 -0.085412 0.146145 +vn -0.963715 0.217545 0.154684 +vn -0.926395 0.175047 0.333393 +vn -0.923316 0.213323 0.319345 +vn -0.856722 0.386649 0.341364 +vn -0.864584 0.353103 0.357509 +vn -0.863766 0.468900 0.184502 +vn -0.854663 0.501851 0.133031 +vn -0.737559 0.465551 0.489151 +vn -0.710397 0.492707 0.502570 +vn -0.724881 0.554936 0.408158 +vn -0.658945 0.579180 0.479940 +vn -0.721380 0.603231 0.340181 +vn -0.539164 0.707745 0.456508 +vn -0.529706 0.679255 0.507960 +vn -0.624508 0.703673 0.338871 +vn -0.473125 0.813206 0.338894 +vn -0.477779 0.746550 0.463023 +vn -0.373310 0.919487 0.123223 +vn -0.381588 0.860183 0.338344 +vn -0.349433 0.877441 0.328625 +vn -0.242284 0.829081 0.503908 +vn -0.273588 0.877808 0.393197 +vn -0.270639 0.817767 0.507949 +vn -0.049978 0.875055 0.481436 +vn -0.057119 0.855113 0.515286 +vn 0.015798 0.861453 0.507592 +vn 0.082639 0.933871 0.347931 +vn 0.227170 0.963659 0.140554 +vn 0.220328 0.905293 0.363181 +vn 0.278484 0.834848 0.474843 +vn 0.278397 0.843857 0.458695 +vn 0.467204 0.764512 0.444119 +vn 0.481466 0.789737 0.380139 +vn 0.598986 0.679551 0.423588 +vn 0.636285 0.695685 0.333413 +vn 0.582978 0.689568 0.429690 +vn 0.740884 0.652901 0.157514 +vn 0.715189 0.674148 0.184470 +vn 0.757413 0.536586 0.372024 +vn 0.689493 0.516513 0.507754 +vn 0.814548 0.468026 0.342729 +vn 0.888691 0.346202 0.300621 +vn 0.871922 0.258539 0.415825 +vn 0.889604 0.277372 0.362862 +vn 0.790459 -0.392016 0.470636 +vn -0.876297 -0.045309 0.479637 +vn -0.874071 -0.103597 0.474624 +vn -0.871827 0.000342 0.489814 +vn -0.874522 0.103897 0.473727 +vn -0.835803 -0.065599 0.545096 +vn 0.111658 0.874260 0.472442 +vn 0.869048 -0.136041 0.475656 +vn -0.775745 -0.412754 0.477341 +vn -0.154199 0.867854 0.472283 +vn 0.790388 0.392070 0.470711 +vn -0.173445 -0.967760 0.182639 +vn -0.450678 -0.875972 0.171940 +vn -0.684181 0.706361 0.181525 +vn 0.973425 0.143461 0.178501 +vn 0.704933 0.401379 0.584777 +vn 0.417654 0.695705 0.584432 +vn 0.022849 0.811380 0.584072 +vn -0.378080 0.718573 0.583702 +vn -0.729450 -0.346935 0.589524 +vn -0.675631 -0.446398 0.586730 +vn -0.465855 -0.660083 0.589297 +vn -0.369960 -0.720572 0.586435 +vn -0.082520 -0.803907 0.589002 +vn 0.030971 -0.809617 0.586141 +vn 0.322253 -0.741335 0.588707 +vn 0.424154 -0.690600 0.585803 +vn 0.644543 -0.488302 0.588324 +vn 0.708526 -0.393967 0.585475 +vn 0.149994 -0.060564 0.986830 +vn 0.141018 -0.079251 0.986830 +vn 0.292072 -0.117957 0.949094 +vn 0.304750 -0.079643 0.949097 +vn 0.445317 -0.116410 0.887773 +vn 0.456557 -0.058507 0.887768 +vn 0.161754 0.000147 0.986831 +vn 0.315004 0.000268 0.949090 +vn 0.460307 0.000355 0.887760 +vn 0.713031 0.000424 0.701133 +vn 0.456473 0.059212 0.887765 +vn 0.707142 0.091591 0.701115 +vn 0.661079 -0.267189 0.701131 +vn 0.517834 -0.291167 0.804407 +vn 0.550811 -0.222563 0.804408 +vn 0.100974 -0.126373 0.986830 +vn 0.083984 -0.138250 0.986830 +vn 0.196611 -0.246101 0.949094 +vn 0.163522 -0.269223 0.949094 +vn 0.287274 -0.359648 0.887765 +vn 0.238907 -0.393429 0.887771 +vn 0.444899 -0.557208 0.701130 +vn 0.025962 -0.159662 0.986830 +vn 0.005330 -0.161667 0.986831 +vn 0.050536 -0.310912 0.949094 +vn 0.010363 -0.314823 0.949094 +vn 0.073814 -0.454330 0.887770 +vn 0.015109 -0.460060 0.887759 +vn 0.114212 -0.703824 0.701133 +vn -0.055724 -0.151849 0.986832 +vn -0.108538 -0.295699 0.949095 +vn -0.145455 -0.279392 0.949096 +vn -0.158640 -0.432100 0.887763 +vn -0.274417 -0.526893 0.804412 +vn -0.245869 -0.669309 0.701124 +vn -0.123061 -0.104966 0.986832 +vn -0.135485 -0.088366 0.986831 +vn -0.239665 -0.204387 0.949098 +vn -0.350257 -0.298645 0.887768 +vn -0.385567 -0.251406 0.887769 +vn -0.542666 -0.462529 0.701128 +vn -0.158750 -0.031064 0.986830 +vn -0.451749 -0.088338 0.887761 +vn -0.314325 -0.020449 0.949095 +vn -0.459327 -0.029850 0.887766 +vn -0.699811 -0.136713 0.701124 +vn -0.711558 -0.046105 0.701113 +vn -0.153574 0.050832 0.986829 +vn -0.145797 0.070051 0.986831 +vn -0.299033 0.099003 0.949093 +vn -0.283900 0.136428 0.949099 +vn -0.436968 0.144705 0.887761 +vn -0.414858 0.199397 0.887769 +vn -0.676844 0.224287 0.701125 +vn -0.642610 0.309005 0.701120 +vn -0.092665 0.132586 0.986830 +vn -0.074947 0.143341 0.986831 +vn -0.180432 0.258192 0.949095 +vn -0.145928 0.279141 0.949097 +vn -0.213222 0.407933 0.887765 +vn -0.340223 0.487024 0.804398 +vn -0.466651 0.658206 0.590763 +vn -0.015680 0.160995 0.986831 +vn 0.005037 0.161675 0.986831 +vn -0.030512 0.313512 0.949094 +vn -0.044556 0.458143 0.887761 +vn 0.014393 0.460061 0.887771 +vn -0.068885 0.709708 0.701120 +vn 0.065340 0.147969 0.986831 +vn 0.083720 0.138399 0.986832 +vn 0.127261 0.288134 0.949096 +vn 0.185993 0.421044 0.887766 +vn 0.238319 0.393800 0.887764 +vn 0.288252 0.652198 0.701105 +vn 0.129554 0.096864 0.986830 +vn 0.140865 0.079504 0.986831 +vn 0.252278 0.188613 0.949095 +vn 0.368672 0.275591 0.887767 +vn 0.400875 0.226183 0.887773 +vn 0.571195 0.426806 0.701122 +vn 0.801469 -0.109602 0.587907 +vn 0.787009 -0.206690 0.581289 +vn 0.571686 -0.426137 0.701129 +vn 0.369102 -0.275025 0.887764 +vn 0.583033 -0.566463 0.582402 +vn 0.427043 -0.412993 0.804407 +vn 0.240843 -0.543070 0.804406 +vn 0.228939 -0.779203 0.583463 +vn 0.169426 -0.569414 0.804402 +vn -0.056643 -0.591385 0.804398 +vn -0.183557 -0.790396 0.584450 +vn -0.131802 -0.579271 0.804409 +vn -0.339549 -0.487472 0.804411 +vn -0.179994 -0.258498 0.949095 +vn -0.547946 -0.597648 0.585297 +vn -0.399098 -0.440067 0.804402 +vn -0.535077 -0.258129 0.804402 +vn -0.283681 -0.136909 0.949095 +vn -0.145673 -0.070315 0.986831 +vn -0.770408 -0.251091 0.586025 +vn -0.563687 -0.187587 0.804405 +vn -0.810973 0.049882 0.582953 +vn -0.592880 0.037659 0.804410 +vn -0.314373 0.019915 0.949091 +vn -0.793953 0.159712 0.586626 +vn -0.583202 0.113162 0.804406 +vn -0.682101 0.440999 0.583317 +vn -0.498121 0.323746 0.804403 +vn -0.612884 0.528864 0.587091 +vn -0.452622 0.384785 0.804409 +vn -0.240020 0.203984 0.949095 +vn -0.309719 0.340502 0.887768 +vn -0.479690 0.527564 0.701123 +vn -0.274102 0.761429 0.587448 +vn -0.205552 0.557377 0.804413 +vn -0.070351 0.307032 0.949095 +vn -0.132590 0.579091 0.804409 +vn 0.135002 0.797740 0.587695 +vn 0.094411 0.586533 0.804404 +vn 0.050014 0.311001 0.949093 +vn 0.130628 0.441370 0.887766 +vn 0.202485 0.683697 0.701112 +vn 0.509123 0.628651 0.587871 +vn 0.370086 0.464717 0.804409 +vn 0.196175 0.246439 0.949096 +vn 0.330423 0.320478 0.887758 +vn 0.511913 0.496361 0.701121 +vn 0.752066 0.297832 0.587957 +vn 0.550526 0.223316 0.804395 +vn 0.291870 0.118455 0.949095 +vn 0.445148 0.117101 0.887767 +vn 0.689621 0.181279 0.701114 +vn -0.164558 0.000004 0.986367 +vn -0.164567 -0.003837 0.986359 +vn -0.152197 -0.008345 0.988315 +vn -0.154321 0.006928 0.987997 +vn 0.947304 0.005105 0.320297 +vn 0.947300 -0.005116 0.320306 +vn 0.949163 0.003178 0.314769 +vn 0.949158 -0.003166 0.314784 +vn 0.988635 0.004273 0.150274 +vn 0.999761 -0.004854 -0.021329 +vn 0.858905 0.006529 -0.512093 +vn 0.758529 -0.006535 -0.651606 +vn 0.494031 0.005610 -0.869426 +vn 0.494091 -0.005823 -0.869391 +vn 0.148311 -0.006594 0.988919 +vn 0.300963 0.007250 0.953608 +vn 0.700690 -0.007250 0.713429 +vn -0.137855 0.560997 0.816259 +vn -0.115171 0.636081 0.762979 +vn -0.121705 0.650948 0.749303 +vn -0.070148 0.884460 0.461314 +vn -0.057596 0.950262 0.306080 +vn -0.165977 0.159945 0.973072 +vn 0.148687 0.967820 0.203018 +vn 0.124426 0.985450 0.115790 +vn 0.098242 0.986185 0.133374 +vn 0.249801 0.819339 0.516026 +vn -0.000373 0.577421 0.816446 +vn 0.713080 0.471070 0.519240 +vn 0.720996 0.581410 0.376998 +vn 0.843535 0.295156 0.448700 +vn 0.136474 0.321379 0.937065 +vn 0.417696 0.342994 0.841359 +vn 0.532111 0.827820 0.177688 +vn 0.752115 0.609138 0.251543 +vn 0.936830 0.157472 0.312332 +vn 0.065413 0.983988 -0.165798 +vn 0.241412 0.945039 -0.220504 +vn 0.179702 0.749595 -0.637036 +vn 0.075307 0.769260 -0.634483 +vn 0.124593 0.612663 -0.780462 +vn 0.582566 0.739989 -0.336205 +vn 0.001282 0.367068 -0.930193 +vn 0.745454 0.502889 -0.437493 +vn 0.595672 0.333556 -0.730695 +vn 0.956693 0.290845 -0.012201 +vn 0.002075 0.986974 -0.160864 +vn 0.004886 0.931571 -0.363527 +vn 0.002062 0.752201 -0.658931 +vn 0.000840 0.531357 -0.847148 +vn -0.001387 0.361382 -0.932417 +vn -0.137713 -0.521331 0.842169 +vn -0.130967 -0.476310 0.869469 +vn -0.155290 -0.403558 0.901680 +vn -0.069301 -0.913569 0.400736 +vn -0.080526 -0.891511 0.445784 +vn -0.065127 -0.928196 0.366347 +vn 0.199800 -0.941706 0.270685 +vn 0.312087 -0.902839 0.295777 +vn 0.499808 -0.794522 0.344858 +vn 0.104201 -0.612560 0.783526 +vn 0.615648 -0.491730 0.615776 +vn 0.138555 -0.319131 0.937528 +vn 0.914380 -0.267465 0.303928 +vn 0.812871 -0.517377 0.267512 +vn 0.611439 -0.764546 0.203989 +vn 0.159735 -0.986203 0.043459 +vn 0.000145 -0.842161 -0.539227 +vn 0.075759 -0.829984 -0.552619 +vn 0.586818 -0.808929 0.035761 +vn 0.503917 -0.739976 -0.445537 +vn 0.746990 -0.664743 0.011083 +vn 0.872252 -0.464528 -0.152938 +vn 0.651642 -0.502904 -0.567848 +vn 0.002544 -0.267943 -0.963431 +vn 0.710391 -0.343951 -0.614038 +vn -0.001185 -0.380177 -0.924913 +vn 0.002098 -0.371909 -0.928267 +vn -0.000327 -0.826836 -0.562444 +vn -0.002290 -0.988451 -0.151522 +vn -0.309700 -0.949380 -0.052573 +vn -0.296919 -0.954626 0.022970 +vn -0.319519 -0.946616 0.042731 +vn -0.143126 0.054705 0.988192 +vn -0.156537 0.050859 0.986362 +vn -0.148304 0.040326 0.988119 +vn -0.156511 0.050864 0.986366 +vn 0.902522 -0.287868 0.320291 +vn 0.899353 -0.297606 0.320303 +vn 0.903690 -0.290286 0.314768 +vn 0.901727 -0.296310 0.314783 +vn -0.587900 -0.807222 -0.052586 +vn -0.577386 -0.816151 0.022876 +vn -0.596465 -0.801500 0.042758 +vn -0.133152 0.096740 0.986363 +vn -0.129302 0.086156 0.987855 +vn -0.119102 0.096259 0.988205 +vn -0.130003 0.101071 0.986349 +vn 0.769391 -0.552675 0.320293 +vn 0.763374 -0.560952 0.320301 +vn 0.769757 -0.555333 0.314769 +vn 0.766017 -0.560469 0.314789 +vn 0.816569 0.575817 -0.040608 +vn 0.802486 0.595465 0.037921 +vn 0.824275 0.565798 0.021076 +vn -0.808591 -0.586020 -0.052551 +vn -0.801368 -0.597731 0.022945 +vn -0.814896 -0.578030 0.042731 +vn -0.098023 0.132228 0.986361 +vn -0.096352 0.121892 0.987856 +vn -0.096740 0.133151 0.986363 +vn -0.084193 0.128589 0.988118 +vn 0.560944 -0.763384 0.320290 +vn 0.552664 -0.769396 0.320302 +vn 0.560478 -0.766018 0.314772 +vn 0.555345 -0.769744 0.314779 +vn -0.950106 -0.307469 -0.052555 +vn -0.946810 -0.320976 0.022931 +vn -0.953663 -0.297831 0.042705 +vn -0.040776 0.148666 0.988046 +vn -0.047762 0.157518 0.986360 +vn -0.050856 0.156531 0.986363 +vn -0.054509 0.143756 0.988111 +vn 0.297591 -0.899359 0.320301 +vn 0.287859 -0.902521 0.320303 +vn 0.296323 -0.901729 0.314765 +vn 0.290296 -0.903681 0.314783 +vn -0.998617 0.001149 -0.052559 +vn -0.999656 -0.012675 0.022940 +vn -0.999022 0.011420 0.042723 +vn -0.008034 0.152639 0.988249 +vn 0.005070 0.157071 0.987574 +vn 0.001135 0.164580 0.986363 +vn -0.000003 0.164582 0.986363 +vn 0.005111 -0.947303 0.320297 +vn -0.005123 -0.947301 0.320305 +vn 0.003172 -0.949163 0.314770 +vn -0.003159 -0.949160 0.314779 +vn 0.054250 0.144673 0.987991 +vn 0.050858 0.156527 0.986363 +vn 0.037838 0.146332 0.988512 +vn 0.050865 0.156532 0.986362 +vn -0.287873 -0.902520 0.320292 +vn -0.297599 -0.899353 0.320312 +vn -0.290290 -0.903686 0.314774 +vn -0.296310 -0.901728 0.314780 +vn 0.799958 -0.598682 -0.040598 +vn 0.814322 -0.579175 0.037905 +vn 0.792788 -0.609131 0.021142 +vn 0.096733 0.133148 0.986364 +vn 0.085407 0.129015 0.987958 +vn 0.096247 0.118944 0.988225 +vn 0.099398 0.131248 0.986354 +vn -0.552678 -0.769390 0.320291 +vn -0.560955 -0.763368 0.320312 +vn -0.555340 -0.769751 0.314771 +vn -0.560453 -0.766032 0.314782 +vn -0.586042 0.808574 -0.052566 +vn -0.597791 0.801323 0.022983 +vn -0.577976 0.814934 0.042734 +vn 0.132252 0.098005 0.986359 +vn 0.121916 0.096343 0.987853 +vn 0.133151 0.096739 0.986363 +vn 0.128656 0.084381 0.988093 +vn -0.763383 -0.560941 0.320298 +vn -0.769393 -0.552667 0.320302 +vn -0.766027 -0.560468 0.314767 +vn -0.769741 -0.555347 0.314785 +vn -0.307509 0.950091 -0.052576 +vn -0.320902 0.946834 0.022975 +vn -0.297886 0.953645 0.042715 +vn 0.156068 0.052347 0.986358 +vn 0.145724 0.053960 0.987853 +vn 0.156522 0.050861 0.986364 +vn 0.147799 0.039714 0.988220 +vn 0.156530 0.050859 0.986363 +vn -0.899361 -0.297594 0.320294 +vn -0.902522 -0.287858 0.320301 +vn -0.901730 -0.296319 0.314767 +vn -0.903678 -0.290301 0.314787 +vn 0.001149 0.998621 -0.052494 +vn -0.012594 0.999658 0.022928 +vn 0.011378 0.999023 0.042704 +vn 0.157058 -0.005071 0.987576 +vn 0.164581 -0.001174 0.986363 +vn 0.152946 0.007820 0.988204 +vn 0.164578 -0.000001 0.986364 +vn -0.947304 -0.005116 0.320294 +vn -0.947301 0.005127 0.320305 +vn -0.949163 -0.003173 0.314768 +vn -0.949159 0.003161 0.314782 +vn 0.309694 0.949383 -0.052546 +vn 0.296898 0.954634 0.022926 +vn 0.319544 0.946610 0.042676 +vn 0.144653 -0.054267 0.987993 +vn 0.156528 -0.050859 0.986363 +vn 0.147895 -0.039806 0.988202 +vn 0.156514 -0.050856 0.986366 +vn -0.902521 0.287868 0.320292 +vn -0.899352 0.297605 0.320307 +vn -0.903687 0.290291 0.314772 +vn -0.901727 0.296311 0.314783 +vn 0.120347 -0.096304 0.988050 +vn 0.133142 -0.096740 0.986364 +vn 0.127925 -0.082402 0.988355 +vn 0.135185 -0.093888 0.986362 +vn -0.769389 0.552678 0.320293 +vn -0.763373 0.560953 0.320301 +vn -0.769761 0.555328 0.314768 +vn -0.766028 0.560457 0.314784 +vn 0.808590 0.586019 -0.052571 +vn 0.801347 0.597759 0.022968 +vn 0.814903 0.578020 0.042727 +vn 0.084705 -0.128786 0.988048 +vn 0.094111 -0.135047 0.986360 +vn 0.096736 -0.133151 0.986364 +vn 0.096244 -0.119136 0.988202 +vn -0.560951 0.763377 0.320298 +vn -0.552665 0.769394 0.320304 +vn -0.560470 0.766024 0.314771 +vn -0.555339 0.769747 0.314781 +vn 0.950103 0.307480 -0.052540 +vn 0.946831 0.320911 0.022963 +vn 0.953648 0.297879 0.042713 +vn 0.052544 -0.155982 0.986361 +vn 0.054092 -0.145222 0.987919 +vn 0.050856 -0.156525 0.986364 +vn 0.040052 -0.148088 0.988163 +vn -0.297589 0.899364 0.320290 +vn -0.287864 0.902520 0.320301 +vn -0.296324 0.901727 0.314769 +vn -0.290303 0.903679 0.314782 +vn 0.998617 -0.001149 -0.052559 +vn 0.999656 0.012672 0.022942 +vn 0.999022 -0.011420 0.042725 +vn -0.000005 -0.164576 0.986364 +vn 0.008414 -0.152081 0.988332 +vn 0.000008 -0.164584 0.986363 +vn -0.006827 -0.154454 0.987976 +vn -0.005113 0.947304 0.320295 +vn 0.005124 0.947301 0.320303 +vn -0.003172 0.949164 0.314766 +vn 0.003159 0.949158 0.314784 +vn 0.949386 -0.309683 -0.052553 +vn 0.954613 -0.296964 0.022934 +vn 0.946618 -0.319513 0.042725 +vn -0.054439 -0.144027 0.988075 +vn -0.050857 -0.156525 0.986364 +vn -0.040908 -0.148737 0.988030 +vn -0.050863 -0.156532 0.986362 +vn 0.287870 0.902523 0.320287 +vn 0.297597 0.899358 0.320299 +vn 0.290293 0.903689 0.314765 +vn 0.296313 0.901725 0.314788 +vn 0.807237 -0.587881 -0.052580 +vn 0.816094 -0.577466 0.022879 +vn 0.801510 -0.596453 0.042725 +vn -0.096284 -0.120367 0.988049 +vn -0.099396 -0.131252 0.986354 +vn -0.096738 -0.133152 0.986363 +vn -0.085366 -0.128996 0.987964 +vn 0.552677 0.769390 0.320291 +vn 0.560951 0.763374 0.320303 +vn 0.555340 0.769750 0.314774 +vn 0.560460 0.766023 0.314791 +vn 0.586084 -0.808544 -0.052565 +vn 0.597834 -0.801292 0.022935 +vn 0.578015 -0.814906 0.042738 +vn -0.128782 -0.084716 0.988048 +vn -0.133157 -0.096740 0.986362 +vn -0.118263 -0.096208 0.988311 +vn -0.133149 -0.096735 0.986364 +vn 0.763383 0.560947 0.320289 +vn 0.769394 0.552663 0.320309 +vn 0.766022 0.560473 0.314771 +vn 0.769737 0.555354 0.314781 +vn 0.307510 -0.950091 -0.052576 +vn 0.320877 -0.946844 0.022897 +vn 0.297889 -0.953645 0.042701 +vn -0.148629 -0.040774 0.988052 +vn -0.156510 -0.050859 0.986366 +vn -0.142112 -0.054985 0.988322 +vn -0.155596 -0.053728 0.986359 +vn 0.899365 0.297583 0.320292 +vn 0.902520 0.287859 0.320304 +vn 0.901727 0.296322 0.314772 +vn 0.903677 0.290308 0.314783 +vn 0.949332 -0.313547 -0.021377 +vn 0.935089 -0.297731 -0.192265 +vn 0.886310 -0.294426 -0.357448 +vn 0.818934 -0.259201 -0.512017 +vn 0.723475 -0.228234 -0.651532 +vn 0.719271 -0.240606 -0.651734 +vn 0.602564 -0.202438 -0.771969 +vn 0.805998 -0.591533 -0.021365 +vn 0.797334 -0.572101 -0.192246 +vn 0.691031 -0.510087 -0.512141 +vn 0.698686 -0.499577 -0.512114 +vn 0.609779 -0.451145 -0.651643 +vn 0.403078 -0.285888 -0.869366 +vn 0.396344 -0.295155 -0.869365 +vn 0.572265 -0.797193 -0.192343 +vn 0.581530 -0.790502 -0.192171 +vn 0.510092 -0.691034 -0.512132 +vn 0.451095 -0.609829 -0.651630 +vn 0.440590 -0.617485 -0.651608 +vn 0.368610 -0.518001 -0.771882 +vn 0.304325 -0.952330 -0.021291 +vn 0.308770 -0.931514 -0.192206 +vn 0.282753 -0.890089 -0.357481 +vn 0.240594 -0.719453 -0.651538 +vn 0.190442 -0.606521 -0.771922 +vn -0.005130 -0.337880 -0.941175 +vn 0.004855 -0.337930 -0.941159 +vn 0.005613 -0.494115 -0.869378 +vn -0.006308 -0.635688 -0.771920 +vn -0.006481 -0.858917 -0.512074 +vn 0.006530 -0.858885 -0.512127 +vn 0.006306 -0.933917 -0.357433 +vn -0.005609 -0.981327 -0.192266 +vn -0.004851 -0.999759 -0.021421 +vn 0.004269 -0.988627 0.150328 +vn -0.056846 -0.192148 -0.979718 +vn -0.109333 -0.319774 -0.941165 +vn -0.147318 -0.471638 -0.869399 +vn -0.202452 -0.602622 -0.771919 +vn -0.259225 -0.818891 -0.512074 +vn -0.308596 -0.931561 -0.192256 +vn -0.591569 -0.805969 -0.021432 +vn -0.572125 -0.797358 -0.192076 +vn -0.553924 -0.751878 -0.357558 +vn -0.499514 -0.698673 -0.512193 +vn -0.440598 -0.617456 -0.651630 +vn -0.451129 -0.609820 -0.651616 +vn -0.378761 -0.510573 -0.771917 +vn -0.811699 -0.583686 -0.021320 +vn -0.790486 -0.581521 -0.192261 +vn -0.698642 -0.499592 -0.512159 +vn -0.691009 -0.510134 -0.512123 +vn -0.617485 -0.440549 -0.651635 +vn -0.396497 -0.294969 -0.869358 +vn -0.403162 -0.285710 -0.869385 +vn -0.938938 -0.309544 0.150258 +vn -0.952326 -0.304334 -0.021337 +vn -0.890114 -0.282688 -0.357469 +vn -0.814856 -0.271609 -0.512093 +vn -0.719433 -0.240536 -0.651582 +vn -0.723292 -0.228212 -0.651743 +vn -0.606486 -0.190454 -0.771947 +vn -0.988636 -0.004271 0.150270 +vn -0.999761 0.004846 -0.021325 +vn -0.933924 0.006170 -0.357419 +vn -0.858907 -0.006537 -0.512090 +vn -0.758500 -0.006487 -0.651641 +vn -0.758461 0.006532 -0.651686 +vn -0.635740 0.006303 -0.771878 +vn -0.949327 0.313566 -0.021322 +vn -0.935101 0.297706 -0.192245 +vn -0.886293 0.294443 -0.357474 +vn -0.723413 0.228221 -0.651605 +vn -0.602632 0.202433 -0.771917 +vn -0.805943 0.591609 -0.021323 +vn -0.797321 0.572128 -0.192221 +vn -0.751926 0.553912 -0.357477 +vn -0.617468 0.440604 -0.651614 +vn -0.510639 0.378730 -0.771888 +vn -0.583697 0.811690 -0.021358 +vn -0.581533 0.790497 -0.192181 +vn -0.499590 0.698667 -0.512127 +vn -0.510128 0.691035 -0.512093 +vn -0.440551 0.617478 -0.651641 +vn -0.294947 0.396477 -0.869375 +vn -0.285751 0.403122 -0.869390 +vn -0.309570 0.938923 0.150299 +vn -0.304327 0.952330 -0.021281 +vn -0.308769 0.931507 -0.192240 +vn -0.282760 0.890071 -0.357519 +vn -0.240576 0.719402 -0.651601 +vn -0.190448 0.606480 -0.771953 +vn -0.147171 0.471712 -0.869384 +vn -0.056444 0.192108 -0.979749 +vn -0.005608 0.494077 -0.869400 +vn 0.006305 0.635685 -0.771923 +vn 0.006479 0.858870 -0.512153 +vn -0.006530 0.858932 -0.512048 +vn -0.006305 0.933917 -0.357435 +vn 0.005611 0.981320 -0.192301 +vn 0.004852 0.999760 -0.021357 +vn -0.004268 0.988638 0.150258 +vn 0.109315 0.319781 -0.941164 +vn 0.147333 0.471681 -0.869374 +vn 0.240609 0.719347 -0.651649 +vn 0.282570 0.890124 -0.357539 +vn 0.308594 0.931570 -0.192218 +vn 0.591572 0.805968 -0.021403 +vn 0.583502 0.811832 -0.021299 +vn 0.510069 0.691030 -0.512159 +vn 0.499581 0.698728 -0.512053 +vn 0.451096 0.609770 -0.651685 +vn 0.285912 0.403065 -0.869363 +vn 0.295124 0.396311 -0.869390 +vn 0.797330 0.584522 0.150330 +vn 0.811674 0.583721 -0.021360 +vn 0.759192 0.543880 -0.357523 +vn 0.691022 0.510138 -0.512102 +vn 0.617502 0.440556 -0.651615 +vn 0.396514 0.294988 -0.869344 +vn 0.952330 0.304326 -0.021302 +vn 0.949248 0.313807 -0.021316 +vn 0.818857 0.259244 -0.512120 +vn 0.723398 0.228187 -0.651633 +vn 0.719405 0.240550 -0.651608 +vn 0.468234 0.158034 -0.869357 +vn 0.471682 0.147151 -0.869404 +vn 0.288456 -0.086101 0.953614 +vn 0.422034 -0.144964 0.894915 +vn 0.668559 -0.209750 0.713467 +vn 0.664147 -0.223407 0.713441 +vn 0.116103 -0.092499 0.988921 +vn 0.365428 -0.256271 0.894867 +vn 0.562720 -0.417693 0.713358 +vn 0.092626 -0.115931 0.988929 +vn 0.182789 -0.239214 0.953606 +vn 0.256305 -0.365444 0.894851 +vn 0.417513 -0.562620 0.713541 +vn 0.406057 -0.571169 0.713361 +vn 0.052271 -0.138883 0.988928 +vn 0.086263 -0.288459 0.953599 +vn 0.145013 -0.422137 0.894858 +vn 0.172333 -0.554527 0.814126 +vn 0.007251 -0.300921 0.953622 +vn -0.007407 -0.446320 0.894843 +vn 0.007405 -0.580560 0.814184 +vn -0.007244 -0.700710 0.713409 +vn 0.007112 -0.700591 0.713528 +vn -0.006813 -0.803613 0.595113 +vn -0.006172 -0.886730 0.462246 +vn -0.052122 -0.138985 0.988922 +vn -0.086113 -0.288475 0.953607 +vn -0.130809 -0.426683 0.894892 +vn -0.144954 -0.422192 0.894842 +vn -0.186516 -0.549923 0.814123 +vn -0.092519 -0.116090 0.988920 +vn -0.171054 -0.247729 0.953610 +vn -0.405980 -0.570995 0.713544 +vn -0.477857 -0.646092 0.595162 +vn -0.115905 -0.092645 0.988930 +vn -0.239211 -0.182763 0.953612 +vn -0.365475 -0.256366 0.894821 +vn -0.562656 -0.417624 0.713448 +vn -0.571106 -0.405986 0.713452 +vn -0.426660 -0.130873 0.894893 +vn -0.422236 -0.144981 0.894817 +vn -0.766354 -0.241864 0.595150 +vn -0.845275 -0.268141 0.462180 +vn -0.300972 -0.007248 0.953605 +vn -0.446218 0.007404 0.894894 +vn -0.700615 -0.007113 0.713504 +vn -0.700688 0.007245 0.713431 +vn -0.139000 0.052096 0.988921 +vn -0.288471 0.086111 0.953609 +vn -0.426725 0.130812 0.894871 +vn -0.422110 0.144962 0.894879 +vn -0.549854 0.186510 0.814171 +vn -0.116097 0.092496 0.988922 +vn -0.247709 0.171017 0.953621 +vn -0.570948 0.406111 0.713507 +vn -0.646150 0.477791 0.595152 +vn -0.081765 0.123841 0.988928 +vn -0.182803 0.239209 0.953605 +vn -0.417559 0.562673 0.713473 +vn -0.099906 0.283993 0.953607 +vn -0.130855 0.426732 0.894861 +vn -0.186453 0.549878 0.814168 +vn -0.209639 0.668636 0.713426 +vn -0.223257 0.664158 0.713477 +vn -0.241851 0.766366 0.595140 +vn -0.268145 0.845239 0.462243 +vn 0.006595 0.148285 0.988923 +vn -0.007249 0.300954 0.953611 +vn 0.007246 0.700674 0.713445 +vn 0.086114 0.288449 0.953615 +vn 0.144931 0.422188 0.894848 +vn 0.209735 0.668568 0.713462 +vn 0.223443 0.664149 0.713428 +vn 0.092480 0.116096 0.988923 +vn 0.256318 0.365427 0.894854 +vn 0.466974 0.653969 0.595198 +vn 0.477852 0.646095 0.595163 +vn 0.123776 0.081828 0.988931 +vn 0.239280 0.182754 0.953596 +vn 0.562626 0.417591 0.713492 +vn 0.284088 0.099890 0.953581 +vn 0.426669 0.130879 0.894888 +vn 0.664135 0.223271 0.713495 +vn 0.668631 0.209644 0.713429 +vn 0.198921 0.872752 0.445796 +vn 0.225303 0.902661 0.366663 +vn 0.238875 0.921553 0.306070 +vn -0.108473 0.203422 0.973064 +vn 0.362620 0.897447 0.251190 +vn 0.683474 0.700508 0.205308 +vn 0.073498 0.617051 0.783484 +vn 0.178067 0.549279 0.816446 +vn 0.823764 0.227606 0.519239 +vn 0.865413 0.330097 0.376958 +vn 0.229214 0.263498 0.937032 +vn 0.456397 0.888611 0.045519 +vn 0.657094 0.740856 0.139141 +vn 0.761951 0.622801 0.177624 +vn 0.903451 0.347147 0.251527 +vn 0.925359 -0.212065 0.314227 +vn 0.730437 0.666473 -0.149252 +vn 0.624061 0.755480 -0.199493 +vn 0.402506 0.657346 -0.637091 +vn 0.309319 0.708276 -0.634561 +vn 0.307841 0.544252 -0.780400 +vn 0.296540 0.643224 -0.705923 +vn 0.421300 0.562153 -0.711681 +vn 0.114674 0.348753 -0.930173 +vn 0.864391 0.247837 -0.437499 +vn 0.669570 0.133132 -0.730720 +vn 0.306974 0.938029 -0.160835 +vn 0.292554 0.884446 -0.363549 +vn 0.234346 0.714721 -0.658981 +vn 0.164947 0.505139 -0.847129 +vn -0.310158 -0.582725 0.751154 +vn -0.334255 -0.661840 0.671000 +vn -0.330417 -0.625769 0.706567 +vn -0.271711 -0.412494 0.869495 +vn -0.338897 -0.819484 0.462164 +vn -0.100999 -0.957358 0.270674 +vn -0.044500 -0.940369 0.337234 +vn -0.100999 -0.957358 0.270674 +vn 0.017776 -0.955023 0.295998 +vn -0.034585 -0.755587 0.654135 +vn 0.123175 -0.717127 0.685972 +vn 0.327977 -0.773055 0.542971 +vn -0.027979 -0.486234 0.873380 +vn 0.526184 -0.524106 0.669659 +vn 0.787029 -0.536830 0.303973 +vn 0.526758 -0.811951 0.251517 +vn 0.345377 -0.916020 0.204013 +vn -0.152876 -0.987290 0.043443 +vn -0.260111 -0.801011 -0.539188 +vn -0.184532 -0.812857 -0.552459 +vn 0.308096 -0.950671 0.036073 +vn 0.250535 -0.859504 -0.445518 +vn 0.504912 -0.863100 0.011035 +vn 0.686087 -0.711274 -0.152886 +vn 0.464394 -0.679606 -0.567868 +vn -0.080326 -0.255602 -0.963439 +vn -0.118668 -0.361248 -0.924888 +vn -0.113016 -0.354398 -0.928240 +vn -0.255866 -0.786294 -0.562382 +vn 0.338968 0.659386 0.671053 +vn 0.367672 0.686433 0.627397 +vn 0.393547 0.715245 0.577534 +vn 0.511950 0.802621 0.306116 +vn 0.537836 0.808640 0.238398 +vn 0.579190 0.814311 0.037898 +vn 0.622216 0.741483 0.251099 +vn 0.866467 0.455086 0.205262 +vn 0.816097 0.409797 0.407495 +vn 0.877554 0.241767 0.414063 +vn 0.339026 0.467527 0.816383 +vn 0.853793 -0.038041 0.519221 +vn 0.495051 0.248171 0.832668 +vn 0.855927 -0.257023 0.448696 +vn 0.299379 0.179747 0.937050 +vn 0.539393 0.031986 0.841447 +vn 0.854086 0.501158 0.139208 +vn 0.916967 0.357258 0.177590 +vn 0.966520 0.050960 0.251482 +vn 0.814496 -0.487736 0.314183 +vn 0.827004 0.525624 -0.199460 +vn 0.585929 0.500758 -0.637125 +vn 0.513125 0.578070 -0.634458 +vn 0.598757 0.564881 -0.567802 +vn 0.827332 0.413971 -0.379670 +vn 0.460953 0.422393 -0.780453 +vn 0.906263 0.256302 -0.336149 +vn 0.216812 0.296233 -0.930182 +vn 0.345540 0.221583 -0.911868 +vn 0.898663 -0.031344 -0.437519 +vn 0.677906 -0.080283 -0.730752 +vn 0.522715 0.717311 -0.460689 +vn 0.530837 0.725162 -0.438579 +vn 0.525902 0.722285 -0.449145 +vn 0.536540 0.738186 -0.408909 +vn 0.384743 0.528641 -0.756645 +vn 0.312990 0.429467 -0.847110 +vn -0.522426 -0.526125 0.671017 +vn -0.505467 -0.503811 0.700484 +vn -0.481126 -0.455125 0.749253 +vn -0.387097 -0.295009 0.873571 +vn -0.575562 -0.674625 0.462179 +vn -0.391893 -0.879293 0.270673 +vn -0.278214 -0.913770 0.296009 +vn -0.135956 -0.903757 0.405882 +vn -0.015772 -0.784640 0.619751 +vn -0.176832 -0.453774 0.873395 +vn 0.209031 -0.759738 0.615715 +vn 0.582625 -0.753752 0.303985 +vn 0.353499 -0.896371 0.267502 +vn 0.045330 -0.977921 0.204001 +vn -0.450398 -0.891770 0.043454 +vn -0.494882 -0.681355 -0.539303 +vn -0.426670 -0.715961 -0.552587 +vn -0.000723 -0.999353 0.035953 +vn -0.027363 -0.894796 -0.445637 +vn 0.213505 -0.976880 0.010989 +vn 0.432669 -0.888476 -0.152997 +vn 0.231641 -0.789940 -0.567748 +vn -0.155424 -0.218279 -0.963430 +vn 0.372568 -0.695811 -0.614036 +vn -0.224439 -0.306870 -0.924910 +vn -0.216901 -0.302108 -0.928270 +vn -0.486240 -0.668658 -0.562554 +vn 0.526158 0.522384 0.671024 +vn 0.561845 0.539208 0.627364 +vn 0.595324 0.558611 0.577531 +vn 0.101898 0.260905 0.959972 +vn 0.964689 0.164978 0.205323 +vn 0.642646 0.193829 0.741240 +vn 0.800259 -0.300035 0.519196 +vn 0.894137 -0.241773 0.376916 +vn 0.340272 0.078450 0.937049 +vn 0.522923 -0.136400 0.841396 +vn 0.967115 0.212863 0.139205 +vn 0.934930 -0.250361 0.251448 +vn 0.623961 -0.715505 0.314206 +vn 0.906449 0.360187 -0.220488 +vn 0.711966 0.295231 -0.637137 +vn 0.666632 0.391293 -0.634422 +vn 0.568918 0.259305 -0.780444 +vn 0.297721 0.214745 -0.930186 +vn 0.845029 -0.307503 -0.437456 +vn 0.619971 -0.285801 -0.730721 +vn 0.760830 0.547017 -0.349156 +vn 0.756545 0.543592 -0.363521 +vn 0.609646 0.440472 -0.659027 +vn 0.430325 0.311656 -0.847167 +vn -0.659438 -0.338942 0.671014 +vn -0.636440 -0.322956 0.700459 +vn -0.598204 -0.284161 0.749269 +vn -0.462325 -0.174023 0.869466 +vn -0.755875 -0.463696 0.462212 +vn -0.644557 -0.715021 0.270725 +vn -0.546793 -0.783246 0.295877 +vn -0.408578 -0.817486 0.405932 +vn -0.257490 -0.741413 0.619682 +vn -0.308422 -0.376900 0.873397 +vn -0.035967 -0.787132 0.615735 +vn 0.422938 -0.851328 0.310425 +vn 0.069508 -0.960156 0.270683 +vn -0.259071 -0.944073 0.203979 +vn -0.703997 -0.708872 0.043468 +vn -0.681201 -0.495121 -0.539278 +vn -0.627038 -0.549280 -0.552372 +vn -0.309537 -0.950204 0.036046 +vn -0.451653 -0.858481 -0.242942 +vn -0.302565 -0.842540 -0.445624 +vn 0.136965 -0.978696 -0.152953 +vn -0.023797 -0.822841 -0.567774 +vn -0.215192 -0.159528 -0.963454 +vn -0.308353 -0.222539 -0.924876 +vn -0.299731 -0.220366 -0.928224 +vn -0.669153 -0.485669 -0.562459 +vn 0.661793 0.334213 0.671068 +vn 0.700928 0.339211 0.627404 +vn 0.738801 0.347311 0.577536 +vn 0.910444 0.338044 0.238365 +vn 0.947206 0.318380 0.037888 +vn 0.249242 0.250313 0.935533 +vn 0.939154 0.234380 0.251109 +vn 0.901095 -0.148219 0.407503 +vn 0.849400 -0.400596 0.343574 +vn 0.852130 -0.320057 0.414050 +vn 0.549035 0.178773 0.816456 +vn 0.668341 -0.532720 0.519163 +vn 0.541377 -0.711014 0.448743 +vn 0.985577 -0.096305 0.139149 +vn 0.866318 -0.443489 0.229806 +vn 0.811864 -0.526884 0.251535 +vn 0.439404 -0.842269 0.312261 +vn 0.977995 -0.060916 -0.199539 +vn 0.912631 -0.151307 -0.379752 +vn 0.883828 -0.325420 -0.336079 +vn 0.572238 -0.258009 -0.778444 +vn 0.612982 -0.063019 -0.787579 +vn 0.687958 -0.161933 -0.707454 +vn 0.679704 -0.466061 -0.566384 +vn 0.708643 -0.553567 -0.437480 +vn 0.708643 -0.553567 -0.437480 +vn 0.719905 -0.627087 -0.297487 +vn 0.396418 -0.656683 -0.641576 +vn 0.844536 0.273065 -0.460646 +vn 0.855803 0.274699 -0.438340 +vn 0.850062 0.275176 -0.449081 +vn 0.867995 0.281831 -0.408847 +vn 0.715877 0.230482 -0.659089 +vn 0.650762 0.212161 -0.729038 +vn 0.575125 0.186871 -0.796436 +vn 0.505506 0.163410 -0.847208 +vn -0.731890 -0.118593 0.671023 +vn -0.705192 -0.110442 0.700362 +vn -0.656665 -0.085436 0.749328 +vn -0.493433 -0.022648 0.869489 +vn -0.910406 -0.287226 0.297762 +vn -0.833891 -0.481116 0.270468 +vn -0.641170 -0.651239 0.405942 +vn -0.474012 -0.625632 0.619594 +vn -0.409828 -0.263217 0.873360 +vn -0.277399 -0.737529 0.615712 +vn 0.028233 -0.952244 0.304030 +vn -0.240893 -0.932950 0.267535 +vn -0.538132 -0.817799 0.204008 +vn -0.741457 -0.656424 0.139100 +vn -0.844601 -0.531133 -0.067432 +vn -0.800873 -0.260382 -0.539262 +vn -0.766111 -0.328458 -0.552439 +vn -0.756004 -0.622800 -0.201442 +vn -0.508509 -0.860461 0.032008 +vn -0.627860 -0.724967 -0.283223 +vn -0.548069 -0.707894 -0.445541 +vn -0.172212 -0.973111 -0.152963 +vn -0.276868 -0.775238 -0.567759 +vn -0.253911 -0.085216 -0.963466 +vn -0.362016 -0.116356 -0.924881 +vn -0.353088 -0.116929 -0.928255 +vn -0.786423 -0.255190 -0.562510 +vn 0.732715 0.113382 0.671024 +vn 0.771442 0.106034 0.627402 +vn 0.809962 0.102045 0.577536 +vn 0.997161 -0.048276 0.057781 +vn 0.999230 0.010114 0.037906 +vn 0.159971 0.166000 0.973064 +vn 0.967883 -0.148595 0.202784 +vn 0.877392 -0.433653 0.205254 +vn 0.609525 0.120806 0.783508 +vn 0.577432 0.000429 0.816439 +vn 0.471080 -0.713082 0.519228 +vn 0.581363 -0.721052 0.376963 +vn 0.295135 -0.843509 0.448763 +vn 0.321414 -0.136514 0.937047 +vn 0.907523 -0.396280 0.139159 +vn 0.609311 -0.751982 0.251521 +vn 0.157677 -0.936811 0.312288 +vn 0.945086 -0.241263 -0.220466 +vn 0.970653 -0.176962 -0.162842 +vn 0.821187 -0.425881 -0.379838 +vn 0.739986 -0.582558 -0.336226 +vn 0.464464 -0.422210 -0.778468 +vn 0.563531 -0.249315 -0.787575 +vn 0.604259 -0.366583 -0.707452 +vn 0.502408 -0.653238 -0.566451 +vn 0.502866 -0.745428 -0.437565 +vn 0.502866 -0.745428 -0.437565 +vn 0.490880 -0.818844 -0.297542 +vn 0.290864 -0.956687 -0.012191 +vn 0.931586 -0.004882 -0.363488 +vn 0.893479 -0.001004 -0.449103 +vn 0.752129 -0.002058 -0.659013 +vn 0.684420 0.000682 -0.729087 +vn 0.604648 0.000032 -0.796493 +vn 0.531281 -0.000836 -0.847195 +vn 0.367017 -0.001301 -0.930213 +vn -0.403521 0.155302 0.901694 +vn -0.379963 0.142933 0.913892 +vn -0.913616 0.069294 0.400629 +vn -0.884114 0.069068 0.462139 +vn -0.941696 -0.199774 0.270738 +vn -0.908118 -0.248217 0.337210 +vn -0.941696 -0.199774 0.270738 +vn -0.902724 -0.312259 0.295947 +vn -0.771526 0.018866 0.635918 +vn -0.794522 -0.499759 0.344930 +vn -0.612559 -0.104169 0.783531 +vn -0.644094 -0.448507 0.619665 +vn -0.441543 0.001876 0.897238 +vn -0.491737 -0.615678 0.615740 +vn -0.471018 -0.123638 0.873416 +vn -0.342922 -0.546792 0.763821 +vn -0.267441 -0.914367 0.303988 +vn -0.517379 -0.812871 0.267506 +vn -0.764498 -0.611489 0.204019 +vn -0.986199 -0.159764 0.043438 +vn -0.842141 -0.000144 -0.539258 +vn -0.830083 -0.075739 -0.552472 +vn -0.809004 -0.586707 0.035882 +vn -0.740017 -0.503845 -0.445549 +vn -0.664804 -0.746938 0.010949 +vn -0.604296 -0.787235 -0.122830 +vn -0.646531 -0.572362 -0.504381 +vn -0.490845 -0.542277 -0.681914 +vn -0.646531 -0.572362 -0.504381 +vn -0.632963 -0.473035 -0.612859 +vn -0.333532 -0.882124 -0.332587 +vn -0.335218 -0.594007 -0.731289 +vn -0.158191 -0.968856 -0.190509 +vn -0.380220 0.001180 -0.924895 +vn -0.371879 -0.002097 -0.928279 +vn -0.267907 -0.002550 -0.963442 +vn -0.389560 -0.001964 -0.920999 +vn -0.826826 0.000330 -0.562458 +vn 0.832599 -0.181371 0.523338 +vn 0.872781 -0.198887 0.445754 +vn 0.801867 -0.153243 0.577517 +vn 0.935289 -0.261617 0.238310 +vn 0.953451 -0.299155 0.037906 +vn 0.203402 0.108452 0.973070 +vn 0.897387 -0.362833 0.251096 +vn 0.700377 -0.683564 0.205455 +vn 0.549356 -0.177953 0.816419 +vn 0.227664 -0.823767 0.519208 +vn 0.330085 -0.865388 0.377025 +vn 0.020056 -0.893446 0.448722 +vn 0.263460 -0.229167 0.937055 +vn 0.740643 -0.657327 0.139176 +vn 0.623028 -0.761775 0.177584 +vn 0.347168 -0.903449 0.251503 +vn -0.212145 -0.925348 0.314207 +vn 0.755431 -0.624088 -0.199595 +vn 0.657334 -0.402572 -0.637062 +vn 0.708449 -0.309294 -0.634379 +vn 0.544240 -0.307866 -0.780399 +vn 0.643181 -0.296557 -0.705955 +vn 0.562208 -0.421174 -0.711713 +vn 0.348628 -0.114683 -0.930218 +vn 0.247913 -0.864367 -0.437503 +vn 0.133159 -0.669547 -0.730736 +vn 0.884474 -0.292472 -0.363545 +vn 0.849437 -0.277107 -0.449076 +vn 0.714667 -0.234386 -0.659025 +vn 0.504964 -0.165016 -0.847220 +vn -0.453268 0.292082 0.842162 +vn -0.412532 0.271738 0.869469 +vn -0.335770 0.272412 0.901693 +vn -0.847455 0.348233 0.400691 +vn -0.823026 0.352040 0.445753 +vn -0.862661 0.348736 0.366332 +vn -0.957353 0.101097 0.270658 +vn -0.955042 -0.017820 0.295936 +vn -0.910059 -0.229859 0.344901 +vn -0.614790 0.090138 0.783523 +vn -0.657874 -0.433578 0.615802 +vn -0.346275 -0.033084 0.937550 +vn -0.536962 -0.786927 0.304002 +vn -0.743209 -0.613262 0.267490 +vn -0.916053 -0.345288 0.204017 +vn -0.987301 0.152806 0.043434 +vn -0.800994 0.260092 -0.539222 +vn -0.812829 0.184400 -0.552544 +vn -0.950660 -0.308138 0.036007 +vn -0.859509 -0.250480 -0.445538 +vn -0.863073 -0.504959 0.011021 +vn -0.817986 -0.561974 -0.122815 +vn -0.791797 -0.344482 -0.504371 +vn -0.634444 -0.364008 -0.681893 +vn -0.791797 -0.344482 -0.504371 +vn -0.748137 -0.254278 -0.612889 +vn -0.589837 -0.735876 -0.332535 +vn -0.502386 -0.461281 -0.731320 +vn -0.449827 -0.872548 -0.190566 +vn -0.361322 0.118614 -0.924866 +vn -0.371113 0.118531 -0.920992 +vn -0.786268 0.255803 -0.562448 +vn -0.939359 0.307625 -0.151562 +vn 0.659416 -0.338964 0.671024 +vn 0.666661 -0.350797 0.657651 +vn 0.686464 -0.367665 0.627367 +vn 0.715247 -0.393503 0.577562 +vn 0.768580 -0.458864 0.445790 +vn 0.788893 -0.493220 0.366581 +vn 0.741358 -0.622368 0.251089 +vn 0.454941 -0.866548 0.205241 +vn 0.409701 -0.816127 0.407532 +vn 0.241814 -0.877550 0.414044 +vn 0.472206 -0.588738 0.656056 +vn -0.038035 -0.853840 0.519144 +vn 0.248123 -0.495073 0.832669 +vn 0.179770 -0.299309 0.937068 +vn 0.311290 -0.375833 0.872839 +vn 0.390706 -0.108709 0.914074 +vn 0.501288 -0.854017 0.139162 +vn 0.357073 -0.917041 0.177581 +vn 0.050923 -0.966519 0.251491 +vn -0.487736 -0.814485 0.314210 +vn 0.408162 -0.900622 -0.149275 +vn 0.525578 -0.827066 -0.199323 +vn 0.414034 -0.827264 -0.379750 +vn 0.127620 -0.614597 -0.778449 +vn 0.309317 -0.532958 -0.787578 +vn 0.273400 -0.651776 -0.707418 +vn 0.022499 -0.823808 -0.566422 +vn -0.031336 -0.898643 -0.437560 +vn 0.717260 -0.522736 -0.460744 +vn 0.607251 -0.443778 -0.659020 +vn 0.554126 -0.401703 -0.729095 +vn 0.489225 -0.355439 -0.796443 +vn 0.429335 -0.313016 -0.847167 +vn 0.296219 -0.216846 -0.930179 +vn -0.455151 0.481072 0.749271 +vn -0.445536 0.467746 0.763355 +vn -0.375888 0.433801 0.818856 +vn -0.308359 0.385877 0.869491 +vn -0.561585 0.540056 0.626867 +vn -0.698396 0.593108 0.400583 +vn -0.712665 0.598260 0.366324 +vn -0.912607 0.379262 0.152670 +vn -0.903753 0.135944 0.405894 +vn -0.784757 0.015825 0.619602 +vn -0.453758 0.176866 0.873397 +vn -0.702497 -0.114208 0.702463 +vn -0.753819 -0.582542 0.303975 +vn -0.896318 -0.353662 0.267464 +vn -0.977914 -0.045373 0.204022 +vn -0.958573 0.261174 0.113693 +vn -0.880829 0.470904 0.048887 +vn -0.891736 0.450468 0.043419 +vn -0.681352 0.494887 -0.539301 +vn -0.716053 0.426649 -0.552484 +vn -0.999351 0.000703 0.036027 +vn -0.894828 0.027355 -0.445572 +vn -0.976885 -0.213484 0.011001 +vn -0.888470 -0.432701 -0.152939 +vn -0.789921 -0.231686 -0.567756 +vn -0.218129 0.155416 -0.963465 +vn -0.307050 0.224438 -0.924850 +vn -0.302085 0.216930 -0.928271 +vn -0.668668 0.486271 -0.562516 +vn -0.798328 0.582838 -0.151565 +vn 0.589155 -0.673911 0.445803 +vn 0.597875 -0.712861 0.366573 +vn 0.605122 -0.734955 0.306053 +vn 0.228275 -0.031817 0.973077 +vn 0.512707 -0.821033 0.251070 +vn 0.164856 -0.964691 0.205409 +vn 0.455956 -0.422140 0.783519 +vn 0.339769 -0.466889 0.816439 +vn -0.300040 -0.800307 0.519119 +vn -0.241632 -0.894155 0.376962 +vn 0.078404 -0.340244 0.937063 +vn -0.136344 -0.522929 0.841401 +vn 0.450656 -0.891541 0.045432 +vn 0.212862 -0.967118 0.139187 +vn 0.056254 -0.982497 0.177582 +vn -0.250182 -0.934958 0.251522 +vn -0.715492 -0.623986 0.314187 +vn 0.109857 -0.982676 -0.149262 +vn 0.244299 -0.948975 -0.199410 +vn 0.295179 -0.712061 -0.637055 +vn 0.391277 -0.666601 -0.634464 +vn 0.259349 -0.568947 -0.780409 +vn 0.346078 -0.618024 -0.705887 +vn 0.207211 -0.671192 -0.711734 +vn -0.036399 -0.941132 -0.336074 +vn 0.214663 -0.297751 -0.930196 +vn -0.307496 -0.844941 -0.437631 +vn -0.285826 -0.619951 -0.730729 +vn 0.578466 -0.799692 -0.160838 +vn 0.543645 -0.756569 -0.363391 +vn 0.440364 -0.609720 -0.659030 +vn 0.311579 -0.430385 -0.847164 +vn 0.213544 -0.291569 -0.932409 +vn -0.338985 0.659392 0.671038 +vn -0.322969 0.636421 0.700471 +vn -0.284182 0.598124 0.749325 +vn -0.173342 0.462770 0.869365 +vn -0.480934 0.779881 0.400610 +vn -0.680631 0.723329 0.116349 +vn -0.817486 0.408587 0.405923 +vn -0.741453 0.257521 0.619621 +vn -0.376914 0.308464 0.873376 +vn -0.787080 0.035927 0.615804 +vn -0.896951 -0.321073 0.303958 +vn -0.961735 -0.059266 0.267495 +vn -0.944086 0.259005 0.204005 +vn -0.766074 0.639186 -0.067619 +vn -0.495081 0.681206 -0.539309 +vn -0.549158 0.626999 -0.552538 +vn -0.975473 0.217778 0.032011 +vn -0.883476 0.373220 -0.283155 +vn -0.842544 0.302586 -0.445602 +vn -0.978698 -0.136963 -0.152942 +vn -0.822794 0.023764 -0.567843 +vn -0.159509 0.215261 -0.963442 +vn -0.776937 -0.139296 -0.613976 +vn -0.222568 0.308280 -0.924893 +vn -0.220327 0.299643 -0.928262 +vn -0.485710 0.669080 -0.562510 +vn 0.334237 -0.661817 0.671032 +vn 0.339206 -0.700928 0.627407 +vn 0.347342 -0.738778 0.577547 +vn 0.338164 -0.910400 0.238363 +vn 0.318349 -0.947214 0.037930 +vn 0.207296 -0.100833 0.973068 +vn 0.157898 -0.966378 0.202933 +vn 0.186322 -0.975656 0.115668 +vn -0.141321 -0.968444 0.205294 +vn 0.303215 -0.542396 0.783497 +vn 0.178835 -0.549123 0.816383 +vn -0.532655 -0.668380 0.519180 +vn -0.506111 -0.775692 0.377033 +vn -0.711034 -0.541422 0.448658 +vn -0.030642 -0.347899 0.937031 +vn -0.250036 -0.951815 0.177565 +vn -0.526805 -0.811924 0.251507 +vn -0.842235 -0.439483 0.312241 +vn 0.241932 -0.956120 -0.165237 +vn 0.062413 -0.973402 -0.220438 +vn -0.151330 -0.912627 -0.379752 +vn -0.325406 -0.883822 -0.336110 +vn -0.257984 -0.572218 -0.778467 +vn -0.063077 -0.612956 -0.787595 +vn -0.161874 -0.687988 -0.707439 +vn -0.465964 -0.679728 -0.566434 +vn -0.553572 -0.708645 -0.437470 +vn -0.553572 -0.708645 -0.437470 +vn -0.627124 -0.719884 -0.297461 +vn -0.819961 -0.572287 -0.012332 +vn 0.283236 -0.887423 -0.363673 +vn 0.275118 -0.850063 -0.449113 +vn 0.230424 -0.715922 -0.659060 +vn 0.212143 -0.650619 -0.729171 +vn 0.186889 -0.575116 -0.796439 +vn 0.163397 -0.505706 -0.847091 +vn 0.113017 -0.343295 -0.932403 +vn 0.079505 -0.257514 -0.962998 +vn -0.118610 0.731885 0.671027 +vn -0.110455 0.705057 0.700496 +vn -0.085410 0.656693 0.749306 +vn -0.022626 0.493419 0.869498 +vn -0.287200 0.910408 0.297781 +vn -0.323450 0.906061 0.272825 +vn -0.481061 0.833865 0.270646 +vn -0.651208 0.641182 0.405973 +vn -0.625597 0.473965 0.619666 +vn -0.263136 0.409782 0.873406 +vn -0.737475 0.277420 0.615767 +vn -0.625955 0.157169 0.763857 +vn -0.952272 -0.028165 0.303948 +vn -0.932960 0.240870 0.267522 +vn -0.817825 0.538082 0.204034 +vn -0.531071 0.844628 -0.067574 +vn -0.260330 0.800838 -0.539339 +vn -0.328520 0.765971 -0.552597 +vn -0.808058 0.587999 0.036052 +vn -0.707884 0.548087 -0.445535 +vn -0.915803 0.401477 0.010970 +vn -0.973115 0.172225 -0.152924 +vn -0.775219 0.276871 -0.567783 +vn -0.085195 0.254031 -0.963437 +vn -0.116401 0.361964 -0.924896 +vn -0.116926 0.353084 -0.928257 +vn -0.255235 0.786487 -0.562399 +vn 0.113371 -0.732713 0.671028 +vn 0.106008 -0.771453 0.627393 +vn 0.102050 -0.809937 0.577571 +vn 0.040240 -0.970348 0.238340 +vn 0.010078 -0.999231 0.037906 +vn 0.165969 -0.160653 0.972957 +vn -0.148621 -0.967849 0.202929 +vn -0.124274 -0.985493 0.115580 +vn -0.433586 -0.877382 0.205439 +vn 0.120809 -0.609529 0.783504 +vn 0.000410 -0.577451 0.816426 +vn -0.713100 -0.471049 0.519231 +vn -0.721031 -0.581373 0.376987 +vn -0.136539 -0.321446 0.937032 +vn -0.531982 -0.827918 0.177614 +vn -0.752031 -0.609250 0.251523 +vn -0.945605 -0.084247 0.314219 +vn -0.065258 -0.984037 -0.165570 +vn -0.241416 -0.945042 -0.220488 +vn -0.179731 -0.749544 -0.637087 +vn -0.075299 -0.769321 -0.634410 +vn -0.124594 -0.612731 -0.780408 +vn -0.582566 -0.740014 -0.336149 +vn -0.001295 -0.367109 -0.930177 +vn -0.745449 -0.502907 -0.437482 +vn -0.595641 -0.333556 -0.730721 +vn -0.914409 -0.267339 0.303950 +vn -0.004885 -0.931562 -0.363550 +vn -0.002055 -0.752192 -0.658940 +vn -0.000840 -0.531337 -0.847160 +vn 0.113375 0.732729 0.671010 +vn 0.112842 0.704729 0.700445 +vn 0.121696 0.650955 0.749298 +vn 0.130934 0.476335 0.869460 +vn 0.069283 0.913568 0.400741 +vn -0.199785 0.941751 0.270539 +vn -0.199785 0.941751 0.270539 +vn -0.312055 0.902812 0.295892 +vn -0.499756 0.794500 0.344983 +vn -0.104234 0.612530 0.783545 +vn -0.615648 0.491746 0.615762 +vn -0.914409 0.267339 0.303951 +vn -0.812869 0.517379 0.267513 +vn -0.611473 0.764512 0.204015 +vn -0.159718 0.986205 0.043464 +vn -0.000138 0.842207 -0.539154 +vn -0.075663 0.830114 -0.552437 +vn -0.586769 0.808960 0.035860 +vn -0.503862 0.739962 -0.445622 +vn -0.746914 0.664830 0.011032 +vn -0.872283 0.464461 -0.152967 +vn -0.651675 0.502879 -0.567831 +vn -0.002544 0.267924 -0.963437 +vn 0.001186 0.380210 -0.924899 +vn 0.000327 0.826832 -0.562449 +vn -0.118602 -0.731876 0.671037 +vn -0.137561 -0.766464 0.627383 +vn -0.153252 -0.801829 0.577567 +vn -0.261601 -0.935288 0.238330 +vn -0.299183 -0.953441 0.037953 +vn 0.017328 -0.405161 0.914081 +vn -0.440317 -0.874623 0.202868 +vn -0.423079 -0.898687 0.115609 +vn -0.683496 -0.700479 0.205335 +vn -0.177998 -0.549305 0.816444 +vn -0.823746 -0.227637 0.519253 +vn -0.865398 -0.330131 0.376961 +vn -0.893459 -0.020095 0.448695 +vn -0.229216 -0.263500 0.937031 +vn -0.761802 -0.622991 0.177594 +vn -0.903498 -0.347010 0.251547 +vn -0.925360 0.212123 0.314186 +vn -0.366130 -0.915661 -0.165871 +vn -0.521604 -0.824196 -0.220524 +vn -0.402524 -0.657322 -0.637104 +vn -0.309320 -0.708355 -0.634471 +vn -0.307839 -0.544243 -0.780407 +vn -0.114664 -0.348729 -0.930183 +vn -0.864367 -0.247914 -0.437503 +vn -0.669551 -0.133154 -0.730733 +vn -0.764329 0.065295 -0.641512 +vn -0.292553 -0.884397 -0.363668 +vn -0.234335 -0.714680 -0.659030 +vn -0.164937 -0.505090 -0.847160 +vn 0.207296 0.100834 0.973068 +vn 0.338865 0.819523 0.462117 +vn 0.342739 0.780806 0.522371 +vn 0.101012 0.957314 0.270826 +vn -0.017775 0.955047 0.295921 +vn 0.256443 0.727923 0.635897 +vn 0.176938 0.778182 0.602599 +vn -0.373013 0.903140 0.212602 +vn 0.090150 0.614793 0.783519 +vn -0.227544 0.751141 0.619687 +vn -0.433551 0.657956 0.615733 +vn -0.786977 0.536917 0.303953 +vn -0.613251 0.743204 0.267528 +vn -0.345372 0.916016 0.204040 +vn 0.074309 0.994234 0.077306 +vn 0.175536 0.983259 0.048866 +vn 0.152823 0.987296 0.043489 +vn 0.066921 0.995459 -0.067691 +vn 0.154873 0.987005 -0.042846 +vn 0.260102 0.800931 -0.539311 +vn 0.184574 0.812744 -0.552612 +vn -0.308112 0.950670 0.035975 +vn -0.250465 0.859456 -0.445649 +vn -0.504958 0.863073 0.011072 +vn -0.686064 0.711285 -0.152936 +vn -0.464388 0.679672 -0.567793 +vn 0.080317 0.255581 -0.963446 +vn 0.118672 0.361263 -0.924882 +vn 0.113016 0.354402 -0.928238 +vn 0.255844 0.786335 -0.562336 +vn -0.393537 -0.715229 0.577560 +vn -0.338976 -0.659402 0.671032 +vn -0.367677 -0.686449 0.627377 +vn -0.537817 -0.808672 0.238333 +vn -0.579145 -0.814342 0.037932 +vn -0.197117 -0.506912 0.839158 +vn -0.249652 -0.563200 0.787705 +vn -0.622281 -0.741424 0.251111 +vn -0.816133 -0.409779 0.407441 +vn -0.877570 -0.241777 0.414023 +vn -0.870230 -0.350049 0.346650 +vn -0.853780 0.038073 0.519240 +vn -0.880144 -0.117685 0.459887 +vn -0.495076 -0.248173 0.832652 +vn -0.299355 -0.179766 0.937054 +vn -0.853977 -0.501361 0.139144 +vn -0.961573 -0.150207 0.229817 +vn -0.966512 -0.050964 0.251511 +vn -0.814549 0.487627 0.314213 +vn -0.826986 -0.525622 -0.199540 +vn -0.585936 -0.500799 -0.637087 +vn -0.513171 -0.578031 -0.634457 +vn -0.460989 -0.422408 -0.780424 +vn -0.480746 -0.520105 -0.705956 +vn -0.574349 -0.404492 -0.711695 +vn -0.216780 -0.296224 -0.930192 +vn -0.898671 0.031331 -0.437503 +vn -0.677900 0.080261 -0.730759 +vn -0.706704 0.298272 -0.641563 +vn -0.551511 -0.750775 -0.363555 +vn -0.525931 -0.722292 -0.449100 +vn -0.443731 -0.607336 -0.658974 +vn -0.312971 -0.429384 -0.847159 +vn -0.211348 -0.293194 -0.932400 +vn 0.417781 0.340824 0.842198 +vn 0.385894 0.308334 0.869492 +vn 0.362850 0.235226 0.901670 +vn 0.593109 0.698380 0.400607 +vn 0.589181 0.673894 0.445795 +vn 0.598277 0.712642 0.366342 +vn 0.391844 0.879328 0.270630 +vn 0.278202 0.913798 0.295934 +vn 0.275722 0.556796 0.783553 +vn 0.015779 0.784688 0.619690 +vn -0.072992 0.836539 0.543024 +vn 0.075478 0.339616 0.937531 +vn -0.582489 0.753873 0.303945 +vn -0.250192 0.934955 0.251520 +vn -0.045349 0.977919 0.204005 +vn 0.450499 0.891719 0.043444 +vn 0.494882 0.681369 -0.539284 +vn 0.426716 0.715982 -0.552524 +vn 0.000728 0.999350 0.036056 +vn 0.027316 0.894840 -0.445550 +vn -0.213482 0.976885 0.011008 +vn -0.432695 0.888481 -0.152894 +vn -0.231606 0.789882 -0.567843 +vn 0.155407 0.218252 -0.963439 +vn 0.224456 0.306899 -0.924896 +vn 0.216908 0.302127 -0.928262 +vn 0.486264 0.668675 -0.562513 +vn 0.582861 0.798311 -0.151566 +vn -0.372830 -0.441266 0.816261 +vn -0.446993 -0.467053 0.762927 +vn -0.455100 -0.481048 0.749318 +vn -0.561807 -0.539229 0.627380 +vn -0.595299 -0.558618 0.577551 +vn -0.761377 -0.602912 0.238331 +vn -0.802450 -0.595514 0.037902 +vn -0.820943 -0.512828 0.251117 +vn -0.964694 -0.164912 0.205353 +vn -0.809751 -0.279546 0.515904 +vn -0.800238 0.300110 0.519185 +vn -0.894133 0.241694 0.376976 +vn -0.547533 -0.083028 0.832655 +vn -0.340241 -0.078447 0.937060 +vn -0.967121 -0.212871 0.139152 +vn -0.982498 -0.056252 0.177579 +vn -0.934915 0.250404 0.251461 +vn -0.623929 0.715535 0.314202 +vn -0.948959 -0.244266 -0.199527 +vn -0.712038 -0.295174 -0.637083 +vn -0.666645 -0.391291 -0.634410 +vn -0.744042 -0.352206 -0.567761 +vn -0.914696 -0.138167 -0.379790 +vn -0.568944 -0.259311 -0.780423 +vn -0.941127 0.036395 -0.336089 +vn -0.297695 -0.214730 -0.930198 +vn -0.397109 -0.103976 -0.911863 +vn -0.845023 0.307477 -0.437487 +vn -0.619936 0.285840 -0.730736 +vn -0.718772 -0.520659 -0.460740 +vn -0.728999 -0.525688 -0.438420 +vn -0.723400 -0.524470 -0.449025 +vn -0.738411 -0.536259 -0.408871 +vn -0.529514 -0.383888 -0.756468 +vn -0.430355 -0.311656 -0.847151 +vn 0.598159 0.284172 0.749301 +vn 0.582589 0.279185 0.763312 +vn 0.528692 0.223425 0.818881 +vn 0.462322 0.174005 0.869472 +vn 0.687140 0.367195 0.626902 +vn 0.804842 0.531844 0.263384 +vn 0.808600 0.537876 0.238444 +vn 0.723018 0.680968 0.116307 +vn 0.610523 0.755527 0.237574 +vn 0.408631 0.817420 0.406011 +vn 0.426605 0.853191 0.300122 +vn 0.257495 0.741415 0.619678 +vn 0.308436 0.376897 0.873393 +vn 0.035974 0.787125 0.615743 +vn -0.267771 0.658942 0.702919 +vn -0.321114 0.896938 0.303953 +vn -0.059253 0.961733 0.267504 +vn 0.259056 0.944071 0.204008 +vn 0.639308 0.765970 -0.067648 +vn 0.681185 0.495115 -0.539303 +vn 0.626998 0.549192 -0.552504 +vn 0.309539 0.950206 0.035964 +vn 0.302518 0.842587 -0.445566 +vn 0.098853 0.995041 0.011002 +vn -0.136943 0.978698 -0.152963 +vn 0.023769 0.822841 -0.567775 +vn 0.215250 0.159547 -0.963438 +vn -0.139316 0.776922 -0.613990 +vn 0.308338 0.222525 -0.924884 +vn 0.299667 0.220316 -0.928257 +vn 0.669214 0.485717 -0.562345 +vn -0.823001 -0.352081 0.445767 +vn -0.862706 -0.348349 0.366594 +vn -0.885958 -0.348411 0.306087 +vn -0.100804 -0.207299 0.973070 +vn -0.966374 -0.158036 0.202843 +vn -0.975674 -0.186136 0.115820 +vn -0.968431 0.141341 0.205338 +vn -0.542335 -0.303232 0.783533 +vn -0.549048 -0.178848 0.816431 +vn -0.668397 0.532596 0.519218 +vn -0.775723 0.506103 0.376980 +vn -0.541395 0.711038 0.448684 +vn -0.347856 0.030527 0.937051 +vn -0.951779 0.250163 0.177583 +vn -0.811864 0.526909 0.251483 +vn -0.439469 0.842203 0.312348 +vn -0.956110 -0.241825 -0.165449 +vn -0.973406 -0.062435 -0.220413 +vn -0.912616 0.151293 -0.379792 +vn -0.883824 0.325390 -0.336120 +vn -0.572204 0.257997 -0.778473 +vn -0.612965 0.063020 -0.787593 +vn -0.687936 0.161939 -0.707474 +vn -0.679659 0.466067 -0.566433 +vn -0.708616 0.553590 -0.437495 +vn -0.708616 0.553590 -0.437495 +vn -0.719883 0.627108 -0.297496 +vn -0.572277 0.819969 -0.012268 +vn -0.939310 -0.303016 -0.160869 +vn -0.887506 -0.283218 -0.363485 +vn -0.850054 -0.275175 -0.449096 +vn -0.715909 -0.230485 -0.659053 +vn -0.650724 -0.212121 -0.729084 +vn -0.575048 -0.186888 -0.796488 +vn -0.505520 -0.163420 -0.847198 +vn 0.731895 0.118617 0.671014 +vn 0.705151 0.110442 0.700403 +vn 0.656647 0.085441 0.749343 +vn 0.493434 0.022649 0.869488 +vn 0.862145 0.207579 0.462187 +vn 0.833796 0.481167 0.270670 +vn 0.762180 0.575752 0.295959 +vn 0.641213 0.651231 0.405888 +vn 0.474037 0.625560 0.619649 +vn 0.409813 0.263160 0.873384 +vn 0.277414 0.737499 0.615741 +vn 0.157187 0.625977 0.763836 +vn -0.028196 0.952275 0.303938 +vn 0.240892 0.932957 0.267512 +vn 0.538135 0.817793 0.204022 +vn 0.848101 0.524163 0.077317 +vn 0.898669 0.435897 0.048867 +vn 0.888591 0.456637 0.043460 +vn 0.844714 0.530929 -0.067626 +vn 0.889481 0.454975 -0.042672 +vn 0.800898 0.260359 -0.539236 +vn 0.766085 0.328465 -0.552471 +vn 0.588010 0.808053 0.035980 +vn 0.548082 0.707854 -0.445588 +vn 0.401463 0.915810 0.010961 +vn 0.331431 0.935464 -0.122724 +vn 0.438066 0.744135 -0.504343 +vn 0.299266 0.667419 -0.681903 +vn 0.438066 0.744135 -0.504343 +vn 0.455779 0.645465 -0.612895 +vn 0.135249 0.668490 -0.731320 +vn 0.002700 0.513295 -0.858208 +vn 0.060684 0.213212 -0.975120 +vn 0.362096 0.116365 -0.924849 +vn 0.353114 0.116914 -0.928247 +vn 0.369949 0.122258 -0.920973 +vn 0.786443 0.255173 -0.562489 +vn -0.732702 -0.113379 0.671039 +vn -0.771459 -0.106009 0.627386 +vn -0.809942 -0.102049 0.577564 +vn -0.970354 -0.040261 0.238310 +vn -0.999230 -0.010114 0.037912 +vn -0.159972 -0.166004 0.973063 +vn -0.967873 0.148583 0.202844 +vn -0.985459 0.124396 0.115739 +vn -0.877420 0.433563 0.205324 +vn -0.633889 0.220884 0.741212 +vn -0.471053 0.713105 0.519221 +vn -0.581351 0.721082 0.376925 +vn -0.516039 -0.130450 0.846573 +vn -0.295164 0.843547 0.448672 +vn -0.321417 0.136513 0.937046 +vn -0.342931 0.417707 0.841379 +vn -0.827966 0.531918 0.177585 +vn -0.609357 0.751948 0.251511 +vn -0.157672 0.936811 0.312289 +vn -0.984034 0.065379 -0.165536 +vn -0.945069 0.241320 -0.220477 +vn -0.821202 0.425891 -0.379795 +vn -0.740010 0.582579 -0.336135 +vn -0.464490 0.422228 -0.778442 +vn -0.563522 0.249307 -0.787584 +vn -0.604231 0.366574 -0.707480 +vn -0.502382 0.653248 -0.566463 +vn -0.502884 0.745457 -0.437495 +vn -0.502884 0.745457 -0.437495 +vn -0.490912 0.818843 -0.297493 +vn -0.290864 0.956686 -0.012208 +vn -0.931565 0.004882 -0.363543 +vn -0.893520 0.000978 -0.449023 +vn -0.752110 0.002065 -0.659035 +vn -0.684411 -0.000687 -0.729096 +vn -0.604707 -0.000032 -0.796448 +vn -0.531245 0.000837 -0.847218 +vn -0.367051 0.001302 -0.930200 +vn 0.732738 -0.113364 0.671002 +vn 0.704774 -0.112809 0.700405 +vn 0.650943 -0.121689 0.749310 +vn 0.475368 -0.133097 0.869661 +vn 0.954577 -0.008153 0.297852 +vn 0.961679 0.027696 0.272776 +vn 0.941707 0.199773 0.270700 +vn 0.811053 0.421254 0.405880 +vn 0.644168 0.448426 0.619647 +vn 0.471076 0.123677 0.873379 +vn 0.491741 0.615701 0.615714 +vn 0.267391 0.914385 0.303977 +vn 0.517367 0.812878 0.267507 +vn 0.764439 0.611562 0.204024 +vn 0.986192 0.159801 0.043454 +vn 0.842128 0.000145 -0.539277 +vn 0.830062 0.075813 -0.552493 +vn 0.809046 0.586651 0.035855 +vn 0.739986 0.503856 -0.445589 +vn 0.664777 0.746960 0.011041 +vn 0.604303 0.787244 -0.122739 +vn 0.646558 0.572410 -0.504291 +vn 0.490876 0.542285 -0.681886 +vn 0.646558 0.572410 -0.504291 +vn 0.632929 0.473117 -0.612831 +vn 0.333541 0.882127 -0.332569 +vn 0.335221 0.594001 -0.731294 +vn 0.158180 0.968867 -0.190460 +vn 0.380232 -0.001185 -0.924890 +vn 0.371889 0.002095 -0.928275 +vn 0.267858 0.002551 -0.963455 +vn 0.389625 0.001964 -0.920972 +vn 0.826827 -0.000330 -0.562457 +vn -0.731871 0.118586 0.671046 +vn -0.766418 0.137558 0.627440 +vn -0.801851 0.153225 0.577544 +vn -0.935296 0.261598 0.238303 +vn -0.953454 0.299149 0.037888 +vn -0.203402 -0.108444 0.973071 +vn -0.874534 0.440509 0.202836 +vn -0.898906 0.422576 0.115751 +vn -0.700431 0.683542 0.205346 +vn -0.617010 0.073483 0.783517 +vn -0.549347 0.178029 0.816409 +vn -0.227668 0.823776 0.519192 +vn -0.330106 0.865397 0.376985 +vn -0.263508 0.229181 0.937038 +vn -0.623001 0.761796 0.177585 +vn -0.347068 0.903489 0.251499 +vn 0.212148 0.925351 0.314195 +vn -0.915720 0.366137 -0.165533 +vn -0.824170 0.521662 -0.220484 +vn -0.657308 0.402585 -0.637080 +vn -0.708443 0.309245 -0.634410 +vn -0.722292 0.394959 -0.567716 +vn -0.649415 0.658830 -0.379742 +vn -0.544227 0.307890 -0.780398 +vn -0.348714 0.114683 -0.930186 +vn -0.317521 0.260216 -0.911849 +vn -0.247917 0.864392 -0.437452 +vn -0.133145 0.669523 -0.730761 +vn -0.077474 0.874645 -0.478533 +vn -0.923731 0.302481 -0.235003 +vn -0.621752 0.202633 -0.756548 +vn -0.505086 0.165011 -0.847148 +vn 0.661838 -0.334225 0.671017 +vn 0.635439 -0.325044 0.700402 +vn 0.581461 -0.316904 0.749317 +vn 0.412533 -0.271764 0.869460 +vn 0.819535 -0.338862 0.462099 +vn 0.957375 -0.100798 0.270689 +vn 0.955045 0.017796 0.295927 +vn 0.778185 -0.176766 0.602646 +vn 0.903099 0.373108 0.212610 +vn 0.614796 -0.090117 0.783521 +vn 0.751203 0.227340 0.619686 +vn 0.657931 0.433549 0.615761 +vn 0.536985 0.786906 0.304016 +vn 0.743166 0.613320 0.267475 +vn 0.916012 0.345399 0.204016 +vn 0.994230 -0.074327 0.077343 +vn 0.983274 -0.175460 0.048853 +vn 0.987286 -0.152893 0.043474 +vn 0.995462 -0.066866 -0.067710 +vn 0.987101 -0.154293 -0.042733 +vn 0.800958 -0.260081 -0.539281 +vn 0.812837 -0.184400 -0.552533 +vn 0.950688 0.308048 0.036031 +vn 0.859456 0.250527 -0.445614 +vn 0.863115 0.504887 0.010984 +vn 0.711277 0.686076 -0.152920 +vn 0.679642 0.464411 -0.567811 +vn 0.255583 -0.080372 -0.963441 +vn 0.361303 -0.118606 -0.924874 +vn 0.786279 -0.255795 -0.562436 +vn -0.659421 0.338950 0.671027 +vn -0.686472 0.367642 0.627372 +vn -0.715223 0.393528 0.577574 +vn -0.808682 0.537801 0.238336 +vn -0.814301 0.579204 0.037898 +vn -0.279630 0.016320 0.959969 +vn -0.455060 0.866441 0.205425 +vn -0.540358 0.824916 0.165913 +vn -0.409705 0.816167 0.407446 +vn -0.241834 0.877542 0.414048 +vn -0.467440 0.339034 0.816429 +vn 0.038066 0.853825 0.519167 +vn -0.248145 0.494947 0.832737 +vn -0.179756 0.299375 0.937050 +vn -0.031967 0.539532 0.841358 +vn -0.618113 0.780322 0.095052 +vn -0.357042 0.917057 0.177560 +vn -0.050887 0.966527 0.251468 +vn 0.487689 0.814526 0.314178 +vn -0.715189 0.650272 -0.256223 +vn -0.408151 0.900632 -0.149247 +vn -0.525617 0.826987 -0.199546 +vn -0.488494 0.864152 -0.120890 +vn -0.500782 0.585945 -0.637092 +vn -0.578102 0.513155 -0.634406 +vn -0.564894 0.598720 -0.567828 +vn -0.414036 0.827268 -0.379739 +vn -0.422429 0.460972 -0.780422 +vn -0.256249 0.906274 -0.336161 +vn -0.296200 0.216834 -0.930187 +vn -0.221577 0.345618 -0.911840 +vn 0.031324 0.898640 -0.437568 +vn 0.080271 0.677905 -0.730754 +vn -0.717274 0.522726 -0.460733 +vn -0.528819 0.384795 -0.756494 +vn -0.429384 0.312998 -0.847149 +vn 0.526174 -0.522381 0.671013 +vn 0.503785 -0.505570 0.700428 +vn 0.455136 -0.481070 0.749282 +vn 0.308368 -0.385883 0.869485 +vn 0.767509 -0.567642 0.297847 +vn 0.794141 -0.543016 0.272899 +vn 0.879345 -0.391790 0.270653 +vn 0.903786 -0.135860 0.405848 +vn 0.784742 -0.015780 0.619622 +vn 0.836538 0.072982 0.543026 +vn 0.453739 -0.176935 0.873393 +vn 0.702456 0.114172 0.702510 +vn 0.759705 0.209054 0.615748 +vn 0.753767 0.582633 0.303932 +vn 0.934924 0.250356 0.251473 +vn 0.977910 0.045427 0.204033 +vn 0.891777 -0.450385 0.043435 +vn 0.681363 -0.494899 -0.539277 +vn 0.715934 -0.426815 -0.552511 +vn 0.999350 -0.000775 0.036035 +vn 0.757737 -0.148785 -0.635372 +vn 0.951607 0.281698 -0.122839 +vn 0.888474 0.432695 -0.152937 +vn 0.218188 -0.155418 -0.963452 +vn 0.695844 0.372563 -0.614002 +vn 0.306928 -0.224443 -0.924890 +vn 0.302017 -0.216935 -0.928291 +vn 0.668692 -0.486277 -0.562482 +vn -0.522406 0.526130 0.671028 +vn -0.539213 0.561798 0.627402 +vn -0.558652 0.595271 0.577547 +vn -0.602886 0.761411 0.238289 +vn -0.595521 0.802446 0.037895 +vn -0.316913 0.186907 0.929856 +vn -0.448919 0.870186 0.203096 +vn -0.478683 0.870310 0.115854 +vn -0.164927 0.964691 0.205352 +vn -0.339794 0.466958 0.816389 +vn 0.300045 0.800245 0.519212 +vn 0.241617 0.894178 0.376918 +vn -0.078428 0.340293 0.937043 +vn -0.056238 0.982494 0.177604 +vn 0.250253 0.934928 0.251561 +vn 0.665171 0.678258 0.312272 +vn -0.525909 0.834248 -0.165678 +vn -0.360083 0.906517 -0.220379 +vn -0.295167 0.712037 -0.637087 +vn -0.391291 0.666609 -0.634448 +vn -0.352219 0.743990 -0.567822 +vn -0.138163 0.914707 -0.379765 +vn -0.259301 0.569034 -0.780361 +vn 0.036393 0.941126 -0.336091 +vn -0.214683 0.297780 -0.930182 +vn -0.104008 0.397171 -0.911832 +vn 0.307500 0.845018 -0.437479 +vn 0.285839 0.619963 -0.730713 +vn 0.603000 0.797648 -0.012186 +vn -0.569547 0.787627 -0.235075 +vn -0.383995 0.529364 -0.756519 +vn -0.311580 0.430388 -0.847162 +vn 0.111526 -0.417773 0.901681 +vn 0.107732 -0.391386 0.913899 +vn 0.680864 -0.723091 0.116462 +vn 0.497656 -0.722987 0.479196 +vn 0.564719 -0.693180 0.447878 +vn 0.783176 -0.546929 0.295810 +vn 0.438076 -0.635283 0.636007 +vn 0.871341 -0.349066 0.344846 +vn 0.444373 -0.434343 0.783504 +vn 0.741466 -0.257504 0.619613 +vn 0.257977 -0.358306 0.897254 +vn 0.787114 -0.035896 0.615762 +vn 0.299704 -0.176761 0.937514 +vn 0.658951 0.267737 0.702923 +vn 0.896934 0.321108 0.303973 +vn 0.961739 0.059194 0.267497 +vn 0.944082 -0.259005 0.204022 +vn 0.766081 -0.639173 -0.067664 +vn 0.495099 -0.681204 -0.539294 +vn 0.549192 -0.626999 -0.552504 +vn 0.950180 -0.309622 0.035939 +vn 0.842543 -0.302602 -0.445593 +vn 0.995035 -0.098908 0.011076 +vn 0.992090 -0.026125 -0.122784 +vn 0.843097 -0.186609 -0.504346 +vn 0.727261 -0.078387 -0.681871 +vn 0.426278 -0.049817 -0.903220 +vn 0.222585 -0.308304 -0.924881 +vn 0.220334 -0.299660 -0.928255 +vn 0.230607 -0.314052 -0.920973 +vn 0.485727 -0.669131 -0.562435 +vn -0.342661 0.780197 0.523331 +vn -0.352072 0.823003 0.445770 +vn -0.347335 0.738763 0.577570 +vn -0.338173 0.910400 0.238350 +vn -0.318359 0.947213 0.037892 +vn -0.316991 0.582078 0.748801 +vn -0.207298 0.100818 0.973069 +vn -0.234196 0.939158 0.251264 +vn 0.141310 0.968429 0.205369 +vn -0.178822 0.549071 0.816421 +vn 0.532635 0.668386 0.519192 +vn 0.506112 0.775740 0.376932 +vn 0.030567 0.347863 0.937047 +vn 0.096406 0.985562 0.139190 +vn 0.250108 0.951786 0.177620 +vn 0.526848 0.811913 0.251452 +vn 0.842132 0.439664 0.312264 +vn 0.060825 0.977993 -0.199575 +vn -0.060740 0.768474 -0.636992 +vn -0.166122 0.754877 -0.634479 +vn -0.070846 0.621278 -0.780381 +vn -0.138181 0.694690 -0.705912 +vn 0.010345 0.702468 -0.711640 +vn 0.325408 0.883822 -0.336109 +vn -0.112204 0.349539 -0.930179 +vn 0.553523 0.708588 -0.437624 +vn 0.463422 0.501297 -0.730713 +vn -0.283291 0.887451 -0.363561 +vn -0.275128 0.850105 -0.449028 +vn -0.230461 0.715966 -0.658999 +vn -0.163379 0.505653 -0.847126 +vn 0.030115 -0.538399 0.842152 +vn 0.022657 -0.493457 0.869475 +vn -0.023004 -0.431817 0.901668 +vn 0.136900 -0.766958 0.626924 +vn 0.299189 -0.933709 0.196655 +vn 0.323134 -0.906116 0.273016 +vn 0.353496 -0.933400 0.061682 +vn 0.423897 -0.898230 0.116166 +vn 0.651204 -0.641248 0.405875 +vn 0.625549 -0.474095 0.619614 +vn 0.263069 -0.409846 0.873396 +vn 0.737525 -0.277363 0.615733 +vn 0.230336 -0.260683 0.937544 +vn 0.733778 -0.114742 0.669630 +vn 0.952251 0.028592 0.303973 +vn 0.932929 -0.241017 0.267497 +vn 0.817835 -0.538075 0.204012 +vn 0.531086 -0.844614 -0.067638 +vn 0.260373 -0.800890 -0.539241 +vn 0.328435 -0.766057 -0.552528 +vn 0.860397 -0.508620 0.031989 +vn 0.725084 -0.627787 -0.283086 +vn 0.707876 -0.548062 -0.445578 +vn 0.973108 -0.172252 -0.152937 +vn 0.775231 -0.276800 -0.567801 +vn 0.085195 -0.254018 -0.963440 +vn 0.781965 -0.107600 -0.613965 +vn 0.116383 -0.361983 -0.924891 +vn 0.116889 -0.353042 -0.928277 +vn 0.255192 -0.786458 -0.562459 +vn 0.698381 -0.644853 -0.310531 +vn 0.695624 -0.602801 -0.390816 +vn 0.491901 -0.418615 -0.763410 +vn 0.433333 -0.395223 -0.809952 +vn 0.106446 -0.119093 -0.987161 +vn 0.394207 -0.434126 -0.810022 +vn 0.564079 -0.650132 -0.509061 +vn 0.546775 -0.595618 -0.588453 +vn 0.698420 -0.698443 -0.156161 +vn 0.572445 -0.572512 -0.586973 +vn 0.416399 -0.416439 -0.808202 +vn 0.219579 -0.219608 -0.950556 +vn 0.464943 -0.829111 -0.310489 +vn 0.475308 -0.788256 -0.390812 +vn 0.397593 -0.703871 -0.588630 +vn 0.396464 -0.648473 -0.649845 +vn 0.289968 -0.509784 -0.809963 +vn 0.062080 -0.142474 -0.987850 +vn 0.240740 -0.534695 -0.810028 +vn 0.335566 -0.792621 -0.509064 +vn 0.335957 -0.735462 -0.588413 +vn 0.378009 -0.891885 -0.248297 +vn 0.431829 -0.847536 -0.308556 +vn 0.367517 -0.721365 -0.586996 +vn 0.267357 -0.524759 -0.808176 +vn 0.140981 -0.276718 -0.950553 +vn 0.185967 -0.932209 -0.310488 +vn 0.208469 -0.896585 -0.390737 +vn 0.151955 -0.627987 -0.763244 +vn 0.118266 -0.574460 -0.809944 +vn 0.016556 -0.161196 -0.986784 +vn 0.063738 -0.582895 -0.810044 +vn 0.074217 -0.857550 -0.509019 +vn 0.092268 -0.803287 -0.588402 +vn 0.154499 -0.975554 -0.156285 +vn 0.126610 -0.799650 -0.586967 +vn 0.092090 -0.581672 -0.808194 +vn 0.048561 -0.306744 -0.950553 +vn -0.060453 -0.757744 -0.649746 +vn -0.079065 -0.702256 -0.707520 +vn -0.060446 -0.757727 -0.649766 +vn -0.033502 -0.151766 -0.987849 +vn -0.119522 -0.574077 -0.810031 +vn -0.194420 -0.838552 -0.508951 +vn -0.160468 -0.792491 -0.588395 +vn -0.148829 -0.939514 -0.308487 +vn -0.126682 -0.799637 -0.586969 +vn -0.092156 -0.581612 -0.808230 +vn -0.048606 -0.306721 -0.950558 +vn -0.397498 -0.863468 -0.310514 +vn -0.358379 -0.847873 -0.390737 +vn -0.335763 -0.735363 -0.588646 +vn -0.291612 -0.701911 -0.649833 +vn -0.124239 -0.281486 -0.951489 +vn -0.078755 -0.133981 -0.987850 +vn -0.291092 -0.509053 -0.810019 +vn -0.444011 -0.737380 -0.509043 +vn -0.397503 -0.704109 -0.588407 +vn -0.499365 -0.830090 -0.248165 +vn -0.431865 -0.847532 -0.308516 +vn -0.367579 -0.721334 -0.586995 +vn -0.267364 -0.524685 -0.808222 +vn -0.644840 -0.698370 -0.310581 +vn -0.602833 -0.695619 -0.390778 +vn -0.395244 -0.433335 -0.809940 +vn -0.418677 -0.492055 -0.763277 +vn -0.434127 -0.394190 -0.810030 +vn -0.470432 -0.397753 -0.787709 +vn -0.455165 -0.394470 -0.798259 +vn -0.650092 -0.564062 -0.509132 +vn -0.595627 -0.546811 -0.588409 +vn -0.698444 -0.698427 -0.156123 +vn -0.572501 -0.572443 -0.586986 +vn -0.416429 -0.416384 -0.808215 +vn -0.219618 -0.219578 -0.950554 +vn -0.829101 -0.464944 -0.310514 +vn -0.788295 -0.475318 -0.390722 +vn -0.509770 -0.290004 -0.809958 +vn -0.550111 -0.338564 -0.763382 +vn -0.534718 -0.240735 -0.810015 +vn -0.570306 -0.232912 -0.787720 +vn -0.554725 -0.234516 -0.798299 +vn -0.792630 -0.335571 -0.509048 +vn -0.735453 -0.335975 -0.588413 +vn -0.880081 -0.448405 -0.156176 +vn -0.721362 -0.367515 -0.587000 +vn -0.524729 -0.267327 -0.808206 +vn -0.276721 -0.140969 -0.950554 +vn -0.932195 -0.185963 -0.310531 +vn -0.896589 -0.208425 -0.390752 +vn -0.792265 -0.160610 -0.588660 +vn -0.739249 -0.176658 -0.649849 +vn -0.154654 -0.015033 -0.987854 +vn -0.582964 -0.063725 -0.809995 +vn -0.857505 -0.074222 -0.509093 +vn -0.803277 -0.092268 -0.588415 +vn -0.975570 -0.154494 -0.156187 +vn -0.799643 -0.126619 -0.586975 +vn -0.581628 -0.092089 -0.808225 +vn -0.306750 -0.048558 -0.950551 +vn -0.757732 0.060458 -0.649760 +vn -0.702234 0.079064 -0.707543 +vn -0.757706 0.060442 -0.649792 +vn -0.449879 0.048725 -0.891759 +vn -0.151761 0.033503 -0.987849 +vn -0.574110 0.119527 -0.810007 +vn -0.838484 0.194393 -0.509073 +vn -0.792479 0.160469 -0.588410 +vn -0.880386 0.139462 -0.453289 +vn -0.699244 0.110785 -0.706247 +vn -0.449765 0.071262 -0.890300 +vn -0.863468 0.397480 -0.310536 +vn -0.847840 0.358406 -0.390785 +vn -0.735370 0.335751 -0.588644 +vn -0.534246 0.241979 -0.809955 +vn -0.597109 0.246215 -0.763439 +vn -0.509065 0.291075 -0.810018 +vn -0.523607 0.324440 -0.787765 +vn -0.515728 0.310908 -0.798349 +vn -0.737393 0.443990 -0.509043 +vn -0.704066 0.397524 -0.588443 +vn -0.847541 0.431866 -0.308491 +vn -0.721350 0.367577 -0.586977 +vn -0.524712 0.267388 -0.808196 +vn -0.276685 0.141011 -0.950558 +vn -0.698397 0.644848 -0.310505 +vn -0.695635 0.602774 -0.390839 +vn -0.595646 0.546544 -0.588639 +vn -0.577517 0.494285 -0.649736 +vn -0.433344 0.395249 -0.809933 +vn -0.106454 0.119104 -0.987158 +vn -0.394214 0.434120 -0.810022 +vn -0.564063 0.650139 -0.509071 +vn -0.546794 0.595630 -0.588423 +vn -0.635119 0.731439 -0.248237 +vn -0.672604 0.672639 -0.308482 +vn -0.572431 0.572500 -0.586998 +vn -0.416375 0.416437 -0.808216 +vn -0.219576 0.219612 -0.950556 +vn -0.464939 0.829110 -0.310496 +vn -0.475316 0.788303 -0.390709 +vn -0.338484 0.550106 -0.763421 +vn -0.289992 0.509802 -0.809942 +vn -0.062077 0.142470 -0.987851 +vn -0.240760 0.534698 -0.810020 +vn -0.335576 0.792617 -0.509066 +vn -0.335977 0.735459 -0.588405 +vn -0.448413 0.880077 -0.156172 +vn -0.367505 0.721367 -0.587000 +vn -0.267317 0.524735 -0.808205 +vn -0.140996 0.276717 -0.950551 +vn -0.185968 0.932203 -0.310505 +vn -0.208405 0.896564 -0.390820 +vn -0.160609 0.792256 -0.588673 +vn -0.176688 0.739328 -0.649751 +vn -0.015030 0.154689 -0.987849 +vn -0.063735 0.582916 -0.810029 +vn -0.074228 0.857535 -0.509043 +vn -0.092264 0.803265 -0.588433 +vn -0.154500 0.975565 -0.156213 +vn -0.126612 0.799645 -0.586973 +vn -0.092090 0.581667 -0.808198 +vn -0.048555 0.306719 -0.950561 +vn 0.060454 0.757741 -0.649749 +vn 0.079062 0.702224 -0.707553 +vn 0.060445 0.757697 -0.649801 +vn 0.033501 0.151760 -0.987850 +vn 0.119529 0.574107 -0.810009 +vn 0.194397 0.838496 -0.509052 +vn 0.160466 0.792459 -0.588439 +vn 0.148827 0.939511 -0.308497 +vn 0.126684 0.799642 -0.586961 +vn 0.092162 0.581655 -0.808198 +vn 0.048605 0.306722 -0.950557 +vn 0.397492 0.863467 -0.310524 +vn 0.358353 0.847883 -0.390739 +vn 0.335755 0.735348 -0.588670 +vn 0.291626 0.701955 -0.649780 +vn 0.124244 0.281496 -0.951485 +vn 0.078751 0.133985 -0.987849 +vn 0.291086 0.509049 -0.810023 +vn 0.444035 0.737341 -0.509079 +vn 0.397488 0.704093 -0.588435 +vn 0.499353 0.830061 -0.248286 +vn 0.431861 0.847527 -0.308536 +vn 0.367583 0.721342 -0.586983 +vn 0.267388 0.524710 -0.808198 +vn 0.644879 0.698372 -0.310497 +vn 0.602852 0.695596 -0.390790 +vn 0.546559 0.595615 -0.588656 +vn 0.494269 0.577488 -0.649773 +vn 0.229542 0.205566 -0.951343 +vn 0.434124 0.394175 -0.810038 +vn 0.650126 0.564094 -0.509053 +vn 0.595618 0.546811 -0.588419 +vn 0.698429 0.698428 -0.156188 +vn 0.572514 0.572455 -0.586960 +vn 0.322003 0.321961 -0.890312 +vn 0.829097 0.464947 -0.310521 +vn 0.788345 0.475318 -0.390622 +vn 0.550163 0.338450 -0.763395 +vn 0.509768 0.290004 -0.809959 +vn 0.142470 0.062100 -0.987849 +vn 0.534708 0.240733 -0.810021 +vn 0.792617 0.335592 -0.509055 +vn 0.735448 0.335989 -0.588412 +vn 0.794220 0.404644 -0.453296 +vn 0.524735 0.267328 -0.808201 +vn 0.276722 0.140971 -0.950554 +vn 0.932196 0.185962 -0.310530 +vn 0.896576 0.208412 -0.390789 +vn 0.574482 0.118276 -0.809927 +vn 0.627850 0.151926 -0.763363 +vn 0.582955 0.063725 -0.810001 +vn 0.614409 0.045306 -0.787686 +vn 0.600023 0.051654 -0.798314 +vn 0.857531 0.074187 -0.509056 +vn 0.803267 0.092265 -0.588430 +vn 0.880386 0.139412 -0.453305 +vn 0.581627 0.092086 -0.808227 +vn 0.306724 0.048558 -0.950559 +vn 0.944042 -0.111208 -0.310511 +vn 0.917111 -0.078816 -0.390762 +vn 0.803108 -0.092077 -0.588677 +vn 0.757737 -0.060406 -0.649759 +vn 0.582862 -0.065043 -0.809964 +vn 0.159542 -0.034404 -0.986592 +vn 0.574133 -0.119521 -0.809991 +vn 0.838459 -0.194434 -0.509099 +vn 0.792468 -0.160470 -0.588425 +vn 0.939509 -0.148826 -0.308502 +vn 0.799634 -0.126681 -0.586973 +vn 0.581655 -0.092158 -0.808199 +vn 0.306708 -0.048601 -0.950562 +vn 0.863483 -0.397468 -0.310510 +vn 0.847851 -0.358404 -0.390762 +vn 0.735386 -0.335751 -0.588625 +vn 0.701938 -0.291604 -0.649808 +vn 0.534236 -0.241977 -0.809962 +vn 0.133966 -0.078760 -0.987851 +vn 0.509075 -0.291079 -0.810010 +vn 0.737405 -0.443955 -0.509056 +vn 0.704084 -0.397512 -0.588430 +vn 0.830109 -0.499365 -0.248098 +vn 0.847520 -0.431874 -0.308536 +vn 0.721355 -0.367580 -0.586969 +vn 0.524716 -0.267388 -0.808194 +vn 0.276679 -0.141006 -0.950561 +vn -0.767952 0.070497 -0.636616 +vn -0.918134 0.000000 -0.396269 +vn -0.767999 -0.070067 -0.636606 +vn -0.815887 -0.139872 -0.561039 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn 0.668553 -0.114965 -0.734724 +vn 0.528669 -0.187095 -0.827952 +vn 0.639528 -0.226290 -0.734708 +vn 0.489433 -0.273738 -0.827963 +vn 0.592084 -0.331123 -0.734707 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.592084 -0.331123 -0.734707 +vn 0.436114 -0.352506 -0.827976 +vn 0.527580 -0.426415 -0.734731 +vn 0.370251 -0.421186 -0.827959 +vn 0.447963 -0.509439 -0.734712 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.447963 -0.509439 -0.734712 +vn 0.293805 -0.477676 -0.827952 +vn 0.355426 -0.577863 -0.734675 +vn 0.208857 -0.520469 -0.827944 +vn 0.252660 -0.629583 -0.734702 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.252660 -0.629583 -0.734702 +vn 0.117836 -0.548262 -0.827963 +vn 0.142582 -0.663185 -0.734749 +vn 0.028491 -0.677770 -0.734722 +vn -0.071528 -0.556229 -0.827945 +vn -0.086480 -0.672851 -0.734706 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.086480 -0.672851 -0.734706 +vn -0.164488 -0.536162 -0.827934 +vn -0.198933 -0.648515 -0.734748 +vn -0.252721 -0.500610 -0.827962 +vn -0.305699 -0.605607 -0.734703 +vn -0.333699 -0.450696 -0.827960 +vn -0.403624 -0.545232 -0.734717 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.403624 -0.545232 -0.734717 +vn -0.405044 -0.387852 -0.827955 +vn -0.489916 -0.469140 -0.734772 +vn -0.464800 -0.313794 -0.827946 +vn -0.562169 -0.379609 -0.734753 +vn -0.618324 -0.279129 -0.734685 +vn -0.542831 -0.141030 -0.827916 +vn -0.542661 0.141597 -0.827931 +vn -0.656432 0.171237 -0.734694 +vn -0.510915 0.231274 -0.827936 +vn -0.618035 0.279736 -0.734698 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.618035 0.279736 -0.734698 +vn -0.464450 0.314275 -0.827960 +vn -0.561799 0.380107 -0.734780 +vn -0.489534 0.469649 -0.734701 +vn -0.333245 0.451034 -0.827959 +vn -0.403151 0.545602 -0.734703 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.403151 0.545602 -0.734703 +vn -0.252209 0.500857 -0.827969 +vn -0.305105 0.605832 -0.734765 +vn -0.163944 0.536313 -0.827944 +vn -0.198347 0.648738 -0.734709 +vn -0.070950 0.556306 -0.827943 +vn -0.085859 0.672933 -0.734704 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn -0.085859 0.672933 -0.734704 +vn 0.024084 0.560268 -0.827961 +vn 0.029101 0.677742 -0.734724 +vn 0.118421 0.548139 -0.827962 +vn 0.143227 0.663090 -0.734709 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.143227 0.663090 -0.734709 +vn 0.209383 0.520219 -0.827968 +vn 0.253220 0.629333 -0.734725 +vn 0.294242 0.477361 -0.827978 +vn 0.355934 0.577479 -0.734731 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.355934 0.577479 -0.734731 +vn 0.370737 0.420788 -0.827944 +vn 0.448420 0.509044 -0.734707 +vn 0.436464 0.352072 -0.827976 +vn 0.527986 0.425934 -0.734718 +vn 0.489720 0.273249 -0.827955 +vn 0.592369 0.330562 -0.734730 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.592369 0.330562 -0.734730 +vn 0.528848 0.186542 -0.827962 +vn 0.639716 0.225697 -0.734727 +vn 0.668660 0.114331 -0.734726 +vn 0.560808 -0.000293 -0.827946 +vn 0.678356 -0.000318 -0.734733 +vn 0.678356 -0.000318 -0.734733 +vn 0.552676 -0.095071 -0.827956 +vn -0.429081 -0.036281 -0.902537 +vn -0.356949 -0.240959 -0.902511 +vn -0.416685 0.108751 -0.902522 +vn 0.988556 0.150855 0.000000 +vn 0.988556 0.150854 0.000000 +vn 0.974927 0.222523 0.000000 +vn 0.974929 0.222515 0.000000 +vn 0.956111 0.293005 0.000000 +vn 0.956115 0.292991 0.000000 +vn 0.205767 0.978601 -0.000011 +vn 0.286211 0.958167 0.000049 +vn 0.288332 0.957531 -0.000008 +vn 0.439889 0.898052 0.000091 +vn 0.591920 0.805997 -0.000001 +vn 0.824990 0.565148 0.000054 +vn 0.910545 0.413411 0.000000 +vn 0.966988 0.254823 0.000027 +vn 0.996376 0.085053 0.000003 +vn 0.967005 -0.254756 0.000027 +vn 0.827372 -0.561655 0.000008 +vn 0.716982 -0.697092 0.000065 +vn 0.446563 -0.894752 0.000007 +vn 0.286645 -0.958037 0.000050 +vn 0.205778 -0.978599 0.000010 +vn 0.675262 0.737578 -0.000009 +vn 0.673611 0.739087 0.000050 +vn 0.786025 0.618195 0.000091 +vn 0.790577 0.612362 -0.000003 +vn 0.948182 0.317727 0.000065 +vn 0.949817 0.312805 0.000000 +vn 0.999807 -0.019631 0.000040 +vn 0.999743 -0.022660 0.000000 +vn 0.934889 -0.354939 0.000014 +vn 0.860400 -0.509620 0.000014 +vn 0.762011 -0.647564 0.000002 +vn 0.639030 -0.769182 0.000039 +vn 0.347623 -0.937634 0.000010 +vn 0.343593 -0.939119 0.000065 +vn -0.155661 -0.987811 0.000006 +vn -0.157373 -0.987539 0.000050 +vn 0.893493 0.449077 -0.000012 +vn 0.927565 0.373661 0.000049 +vn 0.928409 0.371560 -0.000009 +vn 0.976426 0.215852 0.000090 +vn 0.999203 0.039914 0.000001 +vn 0.956220 -0.292648 0.000052 +vn 0.955031 -0.296508 0.000000 +vn 0.802154 -0.597117 0.000027 +vn 0.800941 -0.598743 0.000000 +vn 0.405462 -0.914112 0.000002 +vn 0.403834 -0.914832 0.000025 +vn 0.076621 -0.997060 0.000007 +vn -0.097922 -0.995194 0.000065 +vn -0.421040 -0.907042 0.000006 +vn -0.570278 -0.821452 0.000049 +vn -0.636841 -0.770995 0.000008 +vn 0.999854 0.017116 -0.000011 +vn 0.997827 -0.065888 0.000049 +vn 0.997681 -0.068067 -0.000009 +vn 0.973380 -0.229198 0.000090 +vn 0.917558 -0.397602 0.000000 +vn 0.839532 -0.543311 0.000065 +vn 0.731762 -0.681561 0.000001 +vn 0.608047 -0.793901 0.000038 +vn 0.304726 -0.952440 0.000001 +vn 0.138020 -0.990429 0.000014 +vn -0.202882 -0.979203 0.000041 +vn -0.363678 -0.931525 0.000007 +vn -0.520041 -0.854142 0.000064 +vn -0.654083 -0.756422 0.000013 +vn -0.869424 -0.494066 0.000006 +vn -0.870183 -0.492728 0.000050 +vn 0.869383 -0.494138 -0.000007 +vn 0.870400 -0.492346 0.000050 +vn 0.777570 -0.628796 0.000092 +vn 0.772932 -0.634489 -0.000002 +vn 0.516304 -0.856406 0.000000 +vn 0.367413 -0.930058 0.000051 +vn 0.200365 -0.979721 0.000001 +vn 0.033333 -0.999444 0.000029 +vn -0.305350 -0.952240 0.000013 +vn -0.461788 -0.886990 0.000002 +vn -0.607665 -0.794194 0.000039 +vn -0.836754 -0.547579 0.000010 +vn -0.839175 -0.543862 0.000065 +vn -0.971675 -0.236322 0.000007 +vn -0.997805 -0.066228 0.000049 +vn -0.999854 0.017103 0.000010 +vn 0.568849 -0.822442 -0.000008 +vn 0.570685 -0.821169 0.000049 +vn 0.427848 -0.903851 0.000089 +vn 0.261206 -0.965283 0.000000 +vn -0.072445 -0.997373 0.000053 +vn -0.076629 -0.997060 0.000000 +vn -0.403652 -0.914913 0.000024 +vn -0.405530 -0.914082 0.000001 +vn -0.800816 -0.598911 0.000003 +vn -0.802162 -0.597107 0.000027 +vn -0.955056 -0.296425 0.000009 +vn -0.956009 -0.293336 0.000052 +vn -0.999206 0.039830 0.000012 +vn -0.998974 0.045296 0.000079 +vn -0.928467 0.371414 0.000006 +vn -0.927688 0.373356 0.000049 +vn 0.155682 -0.987807 -0.000007 +vn 0.157830 -0.987466 0.000050 +vn -0.006741 -0.999977 0.000090 +vn -0.014140 -0.999900 -0.000002 +vn -0.342835 -0.939396 0.000066 +vn -0.501472 -0.865174 0.000000 +vn -0.638770 -0.769398 0.000041 +vn -0.761926 -0.647664 0.000001 +vn -0.860392 -0.509633 0.000013 +vn -0.981384 -0.192056 0.000001 +vn -0.981799 -0.189924 0.000027 +vn -0.989095 0.147279 0.000008 +vn -0.948408 0.317054 0.000066 +vn -0.883008 0.469358 0.000013 +vn -0.675256 0.737583 0.000005 +vn -0.673857 0.738862 0.000050 +vn -0.288417 -0.957505 -0.000009 +vn -0.286125 -0.958192 0.000051 +vn -0.439956 -0.898019 0.000091 +vn -0.446561 -0.894753 -0.000004 +vn -0.720017 -0.693957 0.000000 +vn -0.825044 -0.565069 0.000052 +vn -0.967521 -0.252791 0.000000 +vn -0.996298 -0.085965 0.000013 +vn -0.966984 0.254837 0.000026 +vn -0.910610 0.413266 0.000005 +vn -0.825291 0.564707 0.000051 +vn -0.720079 0.693892 0.000011 +vn -0.587431 0.809274 0.000077 +vn -0.288300 0.957540 0.000006 +vn -0.286645 0.958037 0.000050 +vn -0.675217 -0.737619 -0.000009 +vn -0.673565 -0.739128 0.000051 +vn -0.786068 -0.618140 0.000092 +vn -0.790563 -0.612380 -0.000003 +vn -0.949795 -0.312873 0.000001 +vn -0.988504 -0.151196 0.000053 +vn -0.999743 0.022662 0.000000 +vn -0.934918 0.354863 0.000015 +vn -0.934631 0.355618 0.000002 +vn -0.760738 0.649059 0.000025 +vn -0.501622 0.865087 0.000007 +vn -0.498569 0.866850 0.000052 +vn -0.183510 0.983018 0.000013 +vn -0.178189 0.983996 0.000079 +vn 0.155634 0.987815 0.000006 +vn 0.157441 0.987528 0.000050 +vn -0.893282 -0.449497 -0.000011 +vn -0.927622 -0.373521 0.000050 +vn -0.928349 -0.371711 -0.000009 +vn -0.976428 -0.215845 0.000091 +vn -0.999207 -0.039824 0.000000 +vn -0.992126 0.125247 0.000065 +vn -0.892249 0.451543 0.000039 +vn -0.890850 0.454298 0.000001 +vn -0.688453 0.725281 0.000016 +vn -0.554615 0.832107 0.000006 +vn -0.403801 0.914847 0.000026 +vn -0.244585 0.969628 0.000006 +vn -0.073135 0.997322 0.000053 +vn 0.093644 0.995606 0.000009 +vn 0.266410 0.963860 0.000077 +vn 0.421106 0.907011 0.000007 +vn 0.570320 0.821423 0.000049 +vn 0.636841 0.770995 0.000010 +vn -0.997693 0.067891 -0.000008 +vn -0.997821 0.065976 0.000050 +vn -0.973489 0.228733 0.000091 +vn -0.917524 0.397680 -0.000003 +vn -0.734591 0.678510 0.000052 +vn -0.731761 0.681561 0.000001 +vn -0.463667 0.886010 0.000026 +vn -0.138760 0.990326 0.000004 +vn 0.033098 0.999452 0.000026 +vn 0.200365 0.979721 0.000005 +vn 0.366850 0.930280 0.000050 +vn 0.516304 0.856405 0.000012 +vn 0.658231 0.752816 0.000077 +vn 0.869377 0.494149 0.000005 +vn 0.870184 0.492728 0.000050 +vn -0.869298 0.494288 -0.000009 +vn -0.870486 0.492193 0.000051 +vn -0.777654 0.628692 0.000091 +vn -0.654128 0.756384 0.000000 +vn -0.367447 0.930045 0.000052 +vn -0.363613 0.931550 -0.000001 +vn -0.033290 0.999446 0.000025 +vn -0.031245 0.999512 0.000001 +vn 0.305350 0.952240 0.000014 +vn 0.461787 0.886991 0.000001 +vn 0.734134 0.679005 0.000052 +vn 0.836795 0.547517 0.000010 +vn 0.919663 0.392709 0.000079 +vn 0.971696 0.236236 0.000003 +vn 0.997793 0.066406 0.000049 +vn 0.999851 -0.017277 0.000010 +vn -0.636851 0.770987 -0.000011 +vn -0.570642 0.821199 0.000049 +vn -0.568849 0.822442 -0.000009 +vn -0.427782 0.903882 0.000089 +vn -0.261191 0.965287 0.000000 +vn 0.072484 0.997370 0.000053 +vn 0.244565 0.969633 0.000001 +vn 0.403682 0.914899 0.000025 +vn 0.688185 0.725535 0.000013 +vn 0.801012 0.598649 0.000002 +vn 0.892068 0.451901 0.000039 +vn 0.991477 0.130284 0.000010 +vn 0.992038 0.125938 0.000065 +vn 0.977980 -0.208701 0.000007 +vn 0.927781 -0.373126 0.000049 +vn 0.893429 -0.449205 0.000010 +vn -0.155655 0.987812 -0.000008 +vn -0.157871 0.987460 0.000050 +vn 0.006739 0.999977 0.000091 +vn 0.183505 0.983019 0.000001 +vn 0.498059 0.867143 0.000054 +vn 0.641070 0.767482 0.000000 +vn 0.760627 0.649189 0.000027 +vn 0.934602 0.355696 0.000003 +vn 0.981785 0.189995 0.000027 +vn 0.999741 0.022747 0.000006 +vn 0.948434 -0.316975 0.000066 +vn 0.882999 -0.469374 0.000013 +vn 0.675213 -0.737623 0.000005 +vn 0.673991 -0.738739 0.000049 +vn -0.665252 0.201272 -0.718978 +vn -0.662321 0.202977 -0.721201 +vn -0.687990 0.157019 -0.708530 +vn -0.686721 0.107304 -0.718957 +vn 0.051910 0.702048 -0.710235 +vn -0.017739 0.707554 -0.706436 +vn -0.034027 0.706402 -0.706992 +vn -0.245534 0.662428 -0.707744 +vn -0.454005 0.541710 -0.707411 +vn -0.609118 0.359122 -0.707111 +vn -0.609949 0.357573 -0.707180 +vn -0.693530 0.137333 -0.707217 +vn -0.698887 -0.107528 -0.707104 +vn -0.670898 -0.221571 -0.707674 +vn -0.563450 -0.423110 -0.709578 +vn -0.482625 -0.531561 -0.696072 +vn -0.257888 0.654992 -0.710267 +vn -0.322954 0.629783 -0.706452 +vn -0.337193 0.621697 -0.706961 +vn -0.582976 0.400064 -0.707169 +vn -0.704627 0.059206 -0.707104 +vn -0.684435 0.176940 -0.707277 +vn -0.704725 0.057608 -0.707138 +vn -0.684376 -0.177161 -0.707279 +vn -0.643037 -0.294091 -0.707116 +vn -0.508292 -0.490792 -0.707646 +vn -0.324076 -0.625715 -0.709546 +vn -0.204248 -0.688371 -0.696009 +vn -0.512021 0.469982 -0.718993 +vn -0.508645 0.470251 -0.721210 +vn -0.551731 0.439960 -0.708539 +vn -0.572119 0.394638 -0.718986 +vn -0.686711 -0.107306 -0.718967 +vn -0.684825 -0.104521 -0.721172 +vn -0.688008 -0.157017 -0.708513 +vn -0.665244 -0.201279 -0.718984 +vn 0.351348 0.609927 -0.710312 +vn 0.291034 0.645144 -0.706462 +vn 0.275909 0.651194 -0.706980 +vn 0.066176 0.703367 -0.707739 +vn -0.171083 0.686009 -0.707194 +vn -0.174064 0.685058 -0.707388 +vn -0.394324 0.586882 -0.707162 +vn -0.565204 0.424699 -0.707231 +vn -0.566601 0.422977 -0.707144 +vn -0.674848 0.209777 -0.707513 +vn -0.705841 -0.029601 -0.707752 +vn -0.691197 -0.136673 -0.709625 +vn -0.665567 -0.269402 -0.696019 +vn -0.516503 0.478351 -0.710215 +vn -0.564218 0.427225 -0.706496 +vn -0.573550 0.413915 -0.706905 +vn -0.670961 0.221073 -0.707769 +vn -0.699007 0.103382 -0.707603 +vn -0.698829 0.107512 -0.707163 +vn -0.694006 -0.135192 -0.707162 +vn -0.659950 -0.253909 -0.707104 +vn -0.539758 -0.456581 -0.707245 +vn -0.354633 -0.611239 -0.707546 +vn -0.351683 -0.613437 -0.707117 +vn -0.128154 -0.694692 -0.707799 +vn 0.086129 -0.703782 -0.705176 +vn -0.257448 0.645649 -0.718928 +vn -0.254308 0.644440 -0.721128 +vn -0.306168 0.635753 -0.708575 +vn -0.552381 -0.440466 -0.707718 +vn -0.572124 -0.394646 -0.718977 +vn -0.551743 -0.439960 -0.708530 +vn -0.508625 -0.470257 -0.721220 +vn 0.611928 0.346995 -0.710731 +vn 0.625224 0.352699 -0.696203 +vn 0.542126 0.455003 -0.706450 +vn 0.467337 0.530580 -0.707164 +vn 0.364789 0.605009 -0.707738 +vn 0.140404 0.692677 -0.707450 +vn -0.100601 0.699850 -0.707170 +vn -0.216095 0.673319 -0.707068 +vn -0.427374 0.563025 -0.707357 +vn -0.591603 0.386289 -0.707663 +vn -0.594341 0.383027 -0.707141 +vn -0.682679 0.173250 -0.709883 +vn -0.716552 0.045889 -0.696022 +vn -0.652887 0.261943 -0.710721 +vn -0.665605 0.268874 -0.696188 +vn -0.693746 0.140082 -0.706466 +vn -0.706196 0.034601 -0.707171 +vn -0.700453 -0.091917 -0.707755 +vn -0.629092 -0.322067 -0.707472 +vn -0.485600 -0.514025 -0.707086 +vn -0.484411 -0.515016 -0.707181 +vn -0.173753 -0.685106 -0.707417 +vn -0.171028 -0.686142 -0.707077 +vn 0.066739 -0.703329 -0.707725 +vn 0.287100 -0.643456 -0.709605 +vn 0.298210 -0.642780 -0.705624 +vn 0.383047 -0.596692 -0.705148 +vn 0.048193 0.693366 -0.718972 +vn 0.050503 0.690917 -0.721168 +vn 0.000000 0.705639 -0.708571 +vn -0.050503 0.690917 -0.721168 +vn -0.048193 0.693366 -0.718972 +vn -0.306538 -0.636497 -0.707747 +vn -0.344271 -0.603807 -0.718954 +vn -0.306185 -0.635768 -0.708555 +vn -0.254259 -0.644426 -0.721157 +vn 0.701891 0.047174 -0.710721 +vn 0.716312 0.046397 -0.696235 +vn 0.686294 0.173368 -0.706360 +vn 0.674012 0.217508 -0.705973 +vn 0.591218 0.386667 -0.707779 +vn 0.427054 0.563171 -0.707434 +vn 0.214547 0.673764 -0.707115 +vn 0.097602 0.700291 -0.707154 +vn -0.140704 0.692701 -0.707367 +vn -0.143580 0.692343 -0.707139 +vn -0.365406 0.604767 -0.707626 +vn -0.537831 0.455181 -0.709612 +vn -0.625662 0.352341 -0.695991 +vn -0.701908 -0.047116 -0.710707 +vn -0.716312 -0.046395 -0.696236 +vn -0.685865 -0.174685 -0.706452 +vn -0.651249 -0.275296 -0.707168 +vn -0.516725 -0.481951 -0.707614 +vn -0.097141 -0.700386 -0.707123 +vn 0.022586 -0.706725 -0.707127 +vn 0.020422 -0.706659 -0.707259 +vn 0.140659 -0.692672 -0.707404 +vn 0.365418 -0.604758 -0.707628 +vn 0.537829 -0.455181 -0.709612 +vn 0.625587 -0.352328 -0.696064 +vn 0.306172 0.635765 -0.708563 +vn 0.254308 0.644440 -0.721128 +vn 0.257440 0.645631 -0.718948 +vn 0.344248 0.603789 -0.718980 +vn -0.048192 -0.693366 -0.718972 +vn -0.050503 -0.690917 -0.721168 +vn 0.000000 -0.705641 -0.708570 +vn 0.000000 -0.706448 -0.707765 +vn 0.050499 -0.690922 -0.721163 +vn 0.652813 -0.262214 -0.710689 +vn 0.665628 -0.268882 -0.696162 +vn 0.693738 -0.140241 -0.706441 +vn 0.706198 -0.034581 -0.707169 +vn 0.674675 0.210065 -0.707592 +vn 0.566599 0.423008 -0.707128 +vn 0.565160 0.424714 -0.707257 +vn 0.391770 0.588551 -0.707194 +vn 0.173761 0.685138 -0.707384 +vn 0.050711 0.705251 -0.707142 +vn 0.050711 0.705251 -0.707142 +vn -0.066753 0.703395 -0.707658 +vn -0.071083 0.703491 -0.707140 +vn -0.287100 0.643450 -0.709610 +vn -0.298203 0.642748 -0.705656 +vn -0.383014 0.596787 -0.705086 +vn -0.611930 -0.346996 -0.710729 +vn -0.625203 -0.352685 -0.696229 +vn -0.542119 -0.454999 -0.706458 +vn -0.467332 -0.530574 -0.707172 +vn -0.256441 -0.658459 -0.707580 +vn -0.022629 -0.706735 -0.707116 +vn -0.020270 -0.706615 -0.707308 +vn 0.215918 -0.673284 -0.707155 +vn 0.326961 -0.626948 -0.707130 +vn 0.517070 -0.481738 -0.707507 +vn 0.648762 -0.279561 -0.707781 +vn 0.682061 -0.176789 -0.709604 +vn 0.716531 -0.045887 -0.696044 +vn 0.551703 0.439953 -0.708566 +vn 0.508666 0.470236 -0.721206 +vn 0.512032 0.469978 -0.718988 +vn 0.572118 0.394636 -0.718988 +vn 0.257418 -0.645627 -0.718959 +vn 0.254268 -0.644429 -0.721151 +vn 0.306183 -0.635772 -0.708552 +vn 0.306536 -0.636500 -0.707745 +vn 0.345263 -0.600582 -0.721176 +vn 0.516485 -0.478288 -0.710270 +vn 0.564183 -0.427338 -0.706455 +vn 0.573545 -0.413896 -0.706920 +vn 0.671008 -0.221114 -0.707713 +vn 0.699021 -0.103470 -0.707576 +vn 0.698857 -0.107441 -0.707146 +vn 0.694016 0.135200 -0.707151 +vn 0.659913 0.253859 -0.707157 +vn 0.453800 0.541929 -0.707374 +vn 0.351692 0.613415 -0.707131 +vn 0.245083 0.662653 -0.707690 +vn -0.086115 0.703878 -0.705081 +vn -0.400681 -0.578143 -0.710779 +vn -0.410309 -0.589072 -0.696161 +vn -0.291024 -0.645177 -0.706436 +vn -0.190838 -0.680790 -0.707182 +vn 0.054710 -0.704485 -0.707607 +vn 0.286263 -0.646543 -0.707133 +vn 0.394410 -0.586824 -0.707163 +vn 0.629315 -0.321822 -0.707385 +vn 0.630792 -0.319467 -0.707137 +vn 0.700668 -0.091367 -0.707613 +vn 0.691197 0.136646 -0.709630 +vn 0.665529 0.269481 -0.696026 +vn 0.686717 0.107301 -0.718962 +vn 0.684817 0.104520 -0.721181 +vn 0.687962 0.157016 -0.708558 +vn 0.665246 0.201278 -0.718982 +vn 0.512029 -0.469981 -0.718988 +vn 0.508662 -0.470249 -0.721200 +vn 0.551725 -0.439951 -0.708550 +vn 0.572125 -0.394634 -0.718983 +vn 0.257900 -0.654999 -0.710256 +vn 0.322946 -0.629812 -0.706429 +vn 0.337183 -0.621679 -0.706982 +vn 0.582963 -0.400083 -0.707169 +vn 0.584905 -0.396468 -0.707601 +vn 0.704736 -0.057608 -0.707127 +vn 0.704486 0.060917 -0.707099 +vn 0.643981 0.291281 -0.707421 +vn 0.508333 0.490784 -0.707622 +vn 0.324084 0.625673 -0.709579 +vn 0.204258 0.688401 -0.695977 +vn -0.051935 -0.702035 -0.710246 +vn 0.017720 -0.707530 -0.706461 +vn 0.034080 -0.706457 -0.706935 +vn 0.354961 -0.610985 -0.707601 +vn 0.451758 -0.543951 -0.707130 +vn 0.539803 -0.456494 -0.707267 +vn 0.661016 -0.250957 -0.707162 +vn 0.693511 -0.137348 -0.707233 +vn 0.699030 0.103895 -0.707504 +vn 0.698853 0.107467 -0.707146 +vn 0.623084 0.332854 -0.707796 +vn 0.563465 0.423060 -0.709596 +vn 0.482634 0.531571 -0.696058 +vn 0.665227 -0.201277 -0.718999 +vn 0.662321 -0.202977 -0.721201 +vn 0.687978 -0.157015 -0.708543 +vn 0.686699 -0.107306 -0.718978 +vn -0.999966 0.000000 -0.008279 +vn -0.985588 -0.168989 -0.007656 +vn -0.994885 -0.101003 0.001355 +vn -0.942857 -0.333111 -0.007658 +vn -0.967717 -0.251995 0.004777 +vn -0.872990 -0.487678 -0.007658 +vn -0.911216 -0.411902 0.004775 +vn -0.778011 -0.628204 -0.007655 +vn -0.828495 -0.559977 0.004771 +vn -0.660658 -0.750648 -0.007655 +vn -0.721953 -0.691925 0.004772 +vn -0.524292 -0.851504 -0.007658 +vn -0.594629 -0.803986 0.004772 +vn -0.372842 -0.927863 -0.007656 +vn -0.450204 -0.892913 0.004773 +vn -0.210674 -0.977526 -0.007655 +vn -0.292815 -0.956157 0.004775 +vn -0.042441 -0.999070 -0.007655 +vn -0.127012 -0.991890 0.004772 +vn 0.127017 -0.991871 -0.007655 +vn 0.042438 -0.999088 0.004774 +vn 0.292810 -0.956140 -0.007656 +vn 0.210675 -0.977545 0.004773 +vn 0.450181 -0.892904 -0.007656 +vn 0.372864 -0.927874 0.004774 +vn 0.594621 -0.803970 -0.007655 +vn 0.524298 -0.851521 0.004778 +vn 0.721943 -0.691911 -0.007655 +vn 0.660671 -0.750660 0.004773 +vn 0.828489 -0.559953 -0.007655 +vn 0.778017 -0.628225 0.004774 +vn 0.911207 -0.411877 -0.007655 +vn 0.872997 -0.487703 0.004775 +vn 0.967707 -0.251960 -0.007657 +vn 0.942865 -0.333140 0.004773 +vn 0.996369 -0.084798 -0.007657 +vn 0.985605 -0.168995 0.004772 +vn 0.996369 0.084798 -0.007657 +vn 0.999989 0.000000 0.004774 +vn 0.967704 0.251971 -0.007656 +vn 0.985605 0.168994 0.004774 +vn 0.911201 0.411891 -0.007655 +vn 0.942870 0.333126 0.004775 +vn 0.828488 0.559954 -0.007655 +vn 0.872997 0.487702 0.004776 +vn 0.721942 0.691911 -0.007655 +vn 0.778020 0.628222 0.004773 +vn 0.594621 0.803970 -0.007655 +vn 0.660667 0.750664 0.004770 +vn 0.450181 0.892904 -0.007658 +vn 0.524303 0.851519 0.004778 +vn 0.292810 0.956140 -0.007658 +vn 0.372852 0.927879 0.004775 +vn 0.127017 0.991871 -0.007655 +vn 0.210681 0.977543 0.004771 +vn -0.042437 0.999070 -0.007655 +vn 0.042438 0.999088 0.004774 +vn -0.210674 0.977526 -0.007654 +vn -0.127017 0.991889 0.004773 +vn -0.372846 0.927862 -0.007661 +vn -0.292815 0.956157 0.004783 +vn -0.524290 0.851505 -0.007665 +vn -0.450198 0.892916 0.004773 +vn -0.660657 0.750649 -0.007658 +vn -0.594628 0.803987 0.004770 +vn -0.778014 0.628201 -0.007658 +vn -0.721953 0.691926 0.004774 +vn -0.872990 0.487678 -0.007662 +vn -0.828498 0.559972 0.004770 +vn -0.942852 0.333124 -0.007662 +vn -0.911223 0.411887 0.004770 +vn -0.985586 0.169003 -0.007658 +vn -0.967716 0.252000 0.004774 +vn -0.994885 0.101004 0.001356 +s 1 +f 14555/13705/20689 13578/13706/20690 13579/13707/20691 +f 13579/13707/20691 13578/13706/20690 13580/13708/20692 +f 13579/13707/20691 13580/13708/20692 17690/13709/20693 +f 17690/13709/20693 13580/13708/20692 13581/13710/20694 +s 2 +f 14552/13711/20695 13582/13712/20696 13583/13713/20697 +f 13583/13713/20697 13582/13712/20696 13584/13714/20698 +f 13583/13713/20697 13584/13714/20698 17683/13715/20699 +f 17683/13715/20699 13584/13714/20698 13585/13716/20700 +s 3 +f 13586/13717/20701 13587/13718/20702 13588/13719/20703 +f 13588/13719/20703 13587/13718/20702 13589/13720/20704 +f 13588/13719/20703 13589/13720/20704 17676/13721/20705 +f 17676/13721/20705 13589/13720/20704 13694/13722/20706 +s 4 +f 13590/13723/20707 13591/13724/20708 13592/13725/20709 +f 13592/13725/20709 13591/13724/20708 13593/13726/20710 +f 13592/13725/20709 13593/13726/20710 17669/13727/20711 +f 17669/13727/20711 13593/13726/20710 13594/13728/20712 +s 5 +f 13595/13729/20713 13596/13730/20714 13597/13731/20715 +f 13597/13731/20715 13596/13730/20714 13598/13732/20716 +f 13597/13731/20715 13598/13732/20716 17661/13733/20717 +f 17661/13733/20717 13598/13732/20716 13693/13734/20718 +s 6 +f 13599/13735/20719 13600/13736/20720 13601/13737/20721 +f 13601/13737/20721 13600/13736/20720 13602/13738/20722 +f 13601/13737/20721 13602/13738/20722 17654/13739/20723 +f 17654/13739/20723 13602/13738/20722 13701/13740/20724 +s 7 +f 13603/13741/20725 13604/13742/20726 13605/13743/20727 +f 13605/13743/20727 13604/13742/20726 13606/13744/20728 +f 13605/13743/20727 13606/13744/20728 17647/13745/20729 +f 17647/13745/20729 13606/13744/20728 13642/13746/20730 +s 8 +f 17698/13747/20731 13607/13748/20732 13608/13749/20733 +f 13608/13749/20733 13607/13748/20732 13609/13750/20734 +f 13608/13749/20733 13609/13750/20734 17640/13751/20735 +f 17640/13751/20735 13609/13750/20734 13634/13752/20736 +s 9 +f 17699/13753/20737 13610/13754/20738 13611/13755/20739 +f 13611/13755/20739 13610/13754/20738 13612/13756/20740 +f 13611/13755/20739 13612/13756/20740 17633/13757/20741 +f 17633/13757/20741 13612/13756/20740 13613/13758/20742 +s 10 +f 13614/13759/20743 13615/13760/20744 13616/13761/20745 +f 13616/13761/20745 13615/13760/20744 13617/13762/20746 +f 13616/13761/20745 13617/13762/20746 17626/13763/20747 +f 17626/13763/20747 13617/13762/20746 13678/13764/20748 +s 11 +f 13618/13765/20749 13619/13766/20750 13620/13767/20751 +f 13620/13767/20751 13619/13766/20750 13621/13768/20752 +f 13620/13767/20751 13621/13768/20752 17619/13769/20753 +f 17619/13769/20753 13621/13768/20752 13622/13770/20754 +s 12 +f 13623/13771/20755 13624/13772/20756 13625/13773/20757 +f 13625/13773/20757 13624/13772/20756 13626/13774/20758 +f 13625/13773/20757 13626/13774/20758 17613/13775/20759 +f 17613/13775/20759 13626/13774/20758 13665/13776/20760 +s 13 +f 13627/13777/20761 13628/13778/20762 13629/13779/20763 +f 13629/13779/20763 13628/13778/20762 13630/13780/20764 +f 13629/13779/20763 13630/13780/20764 17605/13781/20765 +f 17605/13781/20765 13630/13780/20764 13631/13782/20766 +s 14 +f 13610/13754/20767 13632/13783/20768 13633/13784/20769 +f 13641/13785/20770 13634/13752/20771 13610/13754/20767 +f 13610/13754/20767 13634/13752/20771 13632/13783/20768 +f 13632/13783/20768 13634/13752/20771 13609/13750/20772 +f 13632/13783/20768 13609/13750/20772 13607/13748/20773 +f 13604/13742/20774 13635/13786/20775 13636/13787/20776 +f 13610/13754/20767 13633/13784/20769 13637/13788/20777 +f 13610/13754/20767 13637/13788/20777 13612/13756/20778 +f 13612/13756/20778 13637/13788/20777 13638/13789/20779 +f 13612/13756/20778 13638/13789/20779 13613/13758/20780 +f 13654/13790/20781 13639/13791/20782 13671/13792/20783 +f 13672/13793/20784 13640/13794/20785 13610/13754/20767 +f 13610/13754/20767 13640/13794/20785 13641/13785/20770 +f 13607/13748/20773 13642/13746/20786 13632/13783/20768 +f 13632/13783/20768 13642/13746/20786 13643/13795/20787 +f 13643/13795/20787 13642/13746/20786 13606/13744/20788 +f 13643/13795/20787 13606/13744/20788 13604/13742/20774 +f 13643/13795/20787 13604/13742/20774 13636/13787/20776 +f 13645/13796/20789 13646/13797/20790 13644/13798/20791 +f 13644/13798/20791 13631/13782/20792 17595/13799/20793 +f 17595/13799/20793 13631/13782/20792 13630/13780/20794 +f 17595/13799/20793 13630/13780/20794 13628/13778/20795 +f 17595/13799/20793 13628/13778/20795 13647/13800/20796 +f 13648/13801/20797 13622/13770/20798 13624/13772/20799 +f 13649/13802/20800 13622/13770/20798 13650/13803/20801 +f 13651/13804/20802 13621/13768/20803 13619/13766/20804 +f 13652/13805/20805 13678/13764/20806 13617/13762/20807 +f 13652/13805/20805 13617/13762/20807 13653/13806/20808 +f 13653/13806/20808 13617/13762/20807 13615/13760/20809 +f 13655/13807/20810 13607/13748/20773 13673/13808/20811 +f 13655/13807/20810 13656/13809/20812 13607/13748/20773 +f 13607/13748/20773 13656/13809/20812 13642/13746/20786 +f 13600/13736/20813 13657/13810/20814 13658/13811/20815 +f 13598/13732/20816 13596/13730/20817 13657/13810/20814 +f 13646/13797/20790 13659/13812/20818 13644/13798/20791 +f 13644/13798/20791 13659/13812/20818 13660/13813/20819 +f 13660/13813/20819 13661/13814/20820 13644/13798/20791 +f 13661/13814/20820 13662/13815/20821 13644/13798/20791 +f 13644/13798/20791 13662/13815/20821 13631/13782/20792 +f 13648/13801/20797 13663/13816/20822 13622/13770/20798 +f 13622/13770/20798 13663/13816/20822 13650/13803/20801 +f 13621/13768/20803 13651/13804/20802 13622/13770/20798 +f 13622/13770/20798 13651/13804/20802 13624/13772/20799 +f 13624/13772/20799 13651/13804/20802 13664/13817/20823 +f 13624/13772/20799 13664/13817/20823 13626/13774/20824 +f 13626/13774/20824 13664/13817/20823 13665/13776/20825 +f 13665/13776/20825 13664/13817/20823 13647/13800/20796 +f 13665/13776/20825 13647/13800/20796 13628/13778/20795 +f 13665/13776/20825 13628/13778/20795 13683/13818/20826 +f 13619/13766/20804 13666/13819/20827 13667/13820/20828 +f 13653/13806/20808 13615/13760/20809 13668/13821/20829 +f 13668/13821/20829 13669/13822/20830 13653/13806/20808 +f 13653/13806/20808 13669/13822/20830 13670/13823/20831 +f 13654/13790/20781 13671/13792/20783 13610/13754/20767 +f 13610/13754/20767 13671/13792/20783 13672/13793/20784 +f 13607/13748/20773 13691/13824/20832 13673/13808/20811 +f 13695/13825/20833 13581/13710/20834 13582/13712/20835 +f 13622/13770/20798 13649/13802/20800 13675/13826/20836 +f 13676/13827/20837 13687/13828/20838 13677/13829/20839 +f 13652/13805/20805 13651/13804/20802 13678/13764/20806 +f 13678/13764/20806 13651/13804/20802 13619/13766/20804 +f 13678/13764/20806 13619/13766/20804 13667/13820/20828 +f 13600/13736/20813 13658/13811/20815 13635/13786/20775 +f 13600/13736/20813 13635/13786/20775 13602/13738/20840 +f 13697/13830/20841 13679/13831/20842 13578/13706/20843 +f 13681/13832/20844 13680/13833/20845 13682/13834/20846 +f 13628/13778/20795 13682/13834/20846 13680/13833/20845 +f 13628/13778/20795 13680/13833/20845 13674/13835/20847 +f 13674/13835/20847 13683/13818/20826 13628/13778/20795 +f 13684/13836/20848 13685/13837/20849 13675/13826/20836 +f 13675/13826/20836 13685/13837/20849 13622/13770/20798 +f 13687/13828/20838 13676/13827/20837 13686/13838/20850 +f 13677/13829/20839 13687/13828/20838 13619/13766/20804 +f 13619/13766/20804 13687/13828/20838 13666/13819/20827 +f 13670/13823/20831 13688/13839/20851 13653/13806/20808 +f 13691/13824/20832 13607/13748/20773 13689/13840/20852 +f 13691/13824/20832 13689/13840/20852 13690/13841/20853 +f 13581/13710/20834 13580/13708/20854 13696/13842/20855 +f 13578/13706/20843 13679/13831/20842 13698/13843/20856 +f 13688/13839/20851 13699/13844/20857 13653/13806/20808 +f 13653/13806/20808 13699/13844/20857 13700/13845/20858 +f 13613/13758/20780 13638/13789/20779 13653/13806/20808 +f 13613/13758/20780 13653/13806/20808 13700/13845/20858 +f 13701/13740/20859 13730/13846/20860 13710/13847/20861 +f 13602/13738/20840 13635/13786/20775 13701/13740/20859 +f 13701/13740/20859 13635/13786/20775 13604/13742/20774 +f 13701/13740/20859 13604/13742/20774 13702/13848/20862 +f 13696/13842/20855 13580/13708/20854 13703/13849/20863 +f 13703/13849/20863 13580/13708/20854 13578/13706/20843 +f 13703/13849/20863 13578/13706/20843 13704/13850/20864 +f 13704/13850/20864 13578/13706/20843 13698/13843/20856 +f 13704/13850/20864 13698/13843/20856 13705/13851/20865 +f 13704/13850/20864 13705/13851/20865 13644/13798/20791 +f 13644/13798/20791 13705/13851/20865 13706/13852/20866 +f 13644/13798/20791 13706/13852/20866 13645/13796/20789 +f 13708/13853/20867 13707/13854/20868 13697/13830/20841 +f 13708/13853/20867 13697/13830/20841 13578/13706/20843 +f 13707/13854/20868 13708/13853/20867 13709/13855/20869 +f 13710/13847/20861 13730/13846/20860 13711/13856/20870 +f 13598/13732/20816 13657/13810/20814 13693/13734/20871 +f 13693/13734/20871 13657/13810/20814 13600/13736/20813 +f 13693/13734/20871 13600/13736/20813 13692/13857/20872 +f 13720/13858/20873 13712/13859/20874 13713/13860/20875 +f 13585/13716/20876 13717/13861/20877 13587/13718/20878 +f 13587/13718/20878 13717/13861/20877 13714/13862/20879 +f 13587/13718/20878 13714/13862/20879 13589/13720/20880 +f 13589/13720/20880 13714/13862/20879 13694/13722/20881 +f 13694/13722/20881 13714/13862/20879 13715/13863/20882 +f 13694/13722/20881 13715/13863/20882 13591/13724/20883 +f 13591/13724/20883 13715/13863/20882 13716/13864/20884 +f 13591/13724/20883 13716/13864/20884 13593/13726/20885 +f 13593/13726/20885 13716/13864/20884 13594/13728/20886 +f 13594/13728/20886 13716/13864/20884 13657/13810/20814 +f 13594/13728/20886 13657/13810/20814 13720/13858/20873 +f 13720/13858/20873 13657/13810/20814 13596/13730/20817 +f 13720/13858/20873 13596/13730/20817 13712/13859/20874 +f 13581/13710/20834 13696/13842/20855 13717/13861/20877 +f 13581/13710/20834 13717/13861/20877 13582/13712/20835 +f 13582/13712/20835 13717/13861/20877 13584/13714/20887 +f 13584/13714/20887 13717/13861/20877 13585/13716/20876 +f 13701/13740/20859 13702/13848/20862 13718/13865/20888 +f 13720/13858/20873 13713/13860/20875 13719/13866/20889 +f 13720/13858/20873 13719/13866/20889 13738/13867/20890 +f 13692/13857/20872 13723/13868/20891 13693/13734/20871 +f 13693/13734/20871 13723/13868/20891 13724/13869/20892 +f 13726/13870/20893 13725/13871/20894 13731/13872/20895 +f 13693/13734/20871 13731/13872/20895 13725/13871/20894 +f 13694/13722/20881 13591/13724/20883 13727/13873/20896 +f 13694/13722/20881 13727/13873/20896 13728/13874/20897 +f 13740/13875/20898 13728/13874/20897 13729/13876/20899 +f 13694/13722/20881 13728/13874/20897 13740/13875/20898 +f 13722/13877/20900 13745/13878/20901 13737/13879/20902 +f 13701/13740/20859 13718/13865/20888 13730/13846/20860 +f 13693/13734/20871 13724/13869/20892 13731/13872/20895 +f 13719/13866/20889 13732/13880/20903 13733/13881/20904 +f 13587/13718/20878 13734/13882/20905 13735/13883/20906 +f 13587/13718/20878 13735/13883/20906 13721/13884/20907 +f 13587/13718/20878 13721/13884/20907 13736/13885/20908 +f 13695/13825/20833 13582/13712/20835 13745/13878/20901 +f 13745/13878/20901 13582/13712/20835 13737/13879/20902 +f 13719/13866/20889 13733/13881/20904 13738/13867/20890 +f 13740/13875/20898 13729/13876/20899 13739/13886/20909 +f 13734/13882/20905 13587/13718/20878 13741/13887/20910 +f 13736/13885/20908 13742/13888/20911 13587/13718/20878 +f 13587/13718/20878 13742/13888/20911 13585/13716/20876 +f 13722/13877/20900 13743/13889/20912 13744/13890/20913 +f 13722/13877/20900 13744/13890/20913 13745/13878/20901 +s 39 +f 13749/13891/20914 13755/13892/20915 13750/13893/20916 +f 13749/13891/20914 13750/13893/20916 17517/13894/20917 +f 13753/13895/20918 13749/13891/20914 13754/13896/20919 +f 13753/13895/20918 13751/13897/20920 13749/13891/20914 +f 13749/13891/20914 13751/13897/20920 13752/13898/20921 +f 13749/13891/20914 13752/13898/20921 13755/13892/20915 +f 13755/13892/20915 13752/13898/20921 13748/13899/20922 +f 13751/13897/20920 17323/13900/20923 13752/13898/20921 +f 13752/13898/20921 17323/13900/20923 13747/13901/20924 +f 13747/13901/20924 17323/13900/20923 13746/13902/20925 +f 13757/13903/20926 13756/13904/20927 17296/13905/20928 +f 13757/13903/20926 13758/13906/20929 13756/13904/20927 +f 13756/13904/20927 13758/13906/20929 13759/13907/20930 +f 13758/13906/20929 13760/13908/20931 13761/13909/20932 +f 13761/13909/20932 13760/13908/20931 17508/13910/20933 +f 13762/13911/20934 13761/13909/20932 13763/13912/20935 +f 13762/13911/20934 13764/13913/20936 13761/13909/20932 +f 13761/13909/20932 13764/13913/20936 13759/13907/20930 +f 13761/13909/20932 13759/13907/20930 13758/13906/20929 +f 13759/13907/20930 13764/13913/20936 13765/13914/20937 +f 13764/13913/20936 17268/13915/20938 13765/13914/20937 +f 13765/13914/20937 17268/13915/20938 17267/13916/20939 +f 13766/13917/20940 13767/13918/20941 17238/13919/20942 +f 13767/13918/20941 13766/13917/20940 13768/13920/20943 +f 13766/13917/20940 13769/13921/20944 13770/13922/20945 +f 13770/13922/20945 13769/13921/20944 17499/13923/20946 +f 13771/13924/20947 13770/13922/20945 13772/13925/20948 +f 13771/13924/20947 13773/13926/20949 13770/13922/20945 +f 13770/13922/20945 13773/13926/20949 13768/13920/20943 +f 13770/13922/20945 13768/13920/20943 13766/13917/20940 +f 13768/13920/20943 13773/13926/20949 13774/13927/20950 +f 13773/13926/20949 17216/13928/20951 13774/13927/20950 +f 13774/13927/20950 17216/13928/20951 13775/13929/20952 +f 13778/13930/20953 13777/13931/20954 13776/13932/20955 +f 13778/13930/20953 13776/13932/20955 17187/13933/20956 +f 13778/13930/20953 17200/13934/20957 13779/13935/20958 +f 13779/13935/20958 17200/13934/20957 17489/13936/20959 +f 13780/13937/20960 13779/13935/20958 13781/13938/20961 +f 13780/13937/20960 13782/13939/20962 13779/13935/20958 +f 13779/13935/20958 13782/13939/20962 13777/13931/20954 +f 13779/13935/20958 13777/13931/20954 13778/13930/20953 +f 13777/13931/20954 13782/13939/20962 13783/13940/20963 +f 13782/13939/20962 17159/13941/20964 13783/13940/20963 +f 13783/13940/20963 17159/13941/20964 13784/13942/20965 +f 13787/13943/20966 13786/13944/20967 13785/13945/20968 +f 13787/13943/20966 13785/13945/20968 17130/13946/20969 +f 13787/13943/20966 13788/13947/20970 13789/13948/20971 +f 13789/13948/20971 13788/13947/20970 17480/13949/20972 +f 13790/13950/20973 13789/13948/20971 13791/13951/20974 +f 13790/13950/20973 13792/13952/20975 13789/13948/20971 +f 13789/13948/20971 13792/13952/20975 13786/13944/20967 +f 13789/13948/20971 13786/13944/20967 13787/13943/20966 +f 13786/13944/20967 13792/13952/20975 13793/13953/20976 +f 13792/13952/20975 17106/13954/20977 13793/13953/20976 +f 13793/13953/20976 17106/13954/20977 13794/13955/20978 +f 17077/13956/20979 13796/13957/20980 13795/13958/20981 +f 13795/13958/20981 13796/13957/20980 13797/13959/20982 +f 13797/13959/20982 13796/13957/20980 13798/13960/20983 +f 13798/13960/20983 13796/13957/20980 13799/13961/20984 +f 13798/13960/20983 13799/13961/20984 17470/13962/20985 +f 13800/13963/20986 13801/13964/20987 13798/13960/20983 +f 13798/13960/20983 13801/13964/20987 13802/13965/20988 +f 13798/13960/20983 13802/13965/20988 13797/13959/20982 +f 13802/13965/20988 17048/13966/20989 13797/13959/20982 +f 13797/13959/20982 17048/13966/20989 13803/13967/20990 +f 13804/13968/20991 17019/13969/20992 13811/13970/20993 +f 17019/13969/20992 13805/13971/20994 13811/13970/20993 +f 13811/13970/20993 13805/13971/20994 13806/13972/20995 +f 13806/13972/20995 13805/13971/20994 13807/13973/20996 +f 13806/13972/20995 13807/13973/20996 17459/13974/20997 +f 13808/13975/20998 13809/13976/20999 13806/13972/20995 +f 13806/13972/20995 13809/13976/20999 13810/13977/21000 +f 13806/13972/20995 13810/13977/21000 13811/13970/20993 +f 13810/13977/21000 16995/13978/21001 13811/13970/20993 +f 13811/13970/20993 16995/13978/21001 13812/13979/21002 +f 13814/13980/21003 13816/13981/21004 13815/13982/21005 +f 13816/13981/21004 13814/13980/21003 13817/13983/21006 +f 13817/13983/21006 13814/13980/21003 13818/13984/21007 +f 13817/13983/21006 13818/13984/21007 17449/13985/21008 +f 13820/13986/21009 13819/13987/21010 13817/13983/21006 +f 13821/13988/21011 13816/13981/21004 13817/13983/21006 +f 13821/13988/21011 13817/13983/21006 13819/13987/21010 +f 13816/13981/21004 13821/13988/21011 16944/13989/21012 +f 13816/13981/21004 16944/13989/21012 13813/13990/21013 +f 13813/13990/21013 16944/13989/21012 16943/13991/21014 +f 13822/13992/21015 13823/13993/21016 15983/13994/21017 +f 13822/13992/21015 13824/13995/21018 13825/13996/21019 +f 13825/13996/21019 13824/13995/21018 17438/13997/21020 +f 13826/13998/21021 13825/13996/21019 13827/13999/21022 +f 13826/13998/21021 13828/14000/21023 13825/13996/21019 +f 13825/13996/21019 13828/14000/21023 13823/13993/21016 +f 13825/13996/21019 13823/13993/21016 13822/13992/21015 +f 13823/13993/21016 13828/14000/21023 13829/14001/21024 +f 13828/14000/21023 16888/14002/21025 13829/14001/21024 +f 13829/14001/21024 16888/14002/21025 16887/14003/21026 +f 13830/14004/21027 13831/14005/21028 16858/14006/21029 +f 13831/14005/21028 13830/14004/21027 13832/14007/21030 +f 13830/14004/21027 13833/14008/21031 13834/14009/21032 +f 13834/14009/21032 13833/14008/21031 17429/14010/21033 +f 13835/14011/21034 13834/14009/21032 13836/14012/21035 +f 13835/14011/21034 13837/14013/21036 13834/14009/21032 +f 13834/14009/21032 13837/14013/21036 13832/14007/21030 +f 13834/14009/21032 13832/14007/21030 13830/14004/21027 +f 13832/14007/21030 13837/14013/21036 13838/14014/21037 +f 13837/14013/21036 16833/14015/21038 13838/14014/21037 +f 13838/14014/21037 16833/14015/21038 13839/14016/21039 +f 13842/14017/21040 13841/14018/21041 13840/14019/21042 +f 13842/14017/21040 13840/14019/21042 16804/14020/21043 +f 13842/14017/21040 13843/14021/21044 13844/14022/21045 +f 13844/14022/21045 13843/14021/21044 17420/14023/21046 +f 13845/14024/21047 13844/14022/21045 13846/14025/21048 +f 13845/14024/21047 13847/14026/21049 13844/14022/21045 +f 13844/14022/21045 13847/14026/21049 13841/14018/21041 +f 13844/14022/21045 13841/14018/21041 13842/14017/21040 +f 13841/14018/21041 13847/14026/21049 13848/14027/21050 +f 13847/14026/21049 16779/14028/21051 13848/14027/21050 +f 13848/14027/21050 16779/14028/21051 13849/14029/21052 +f 13852/14030/21053 13851/14031/21054 13850/14032/21055 +f 13852/14030/21053 13850/14032/21055 16747/14033/21056 +f 13852/14030/21053 13853/14034/21057 13854/14035/21058 +f 13854/14035/21058 13853/14034/21057 17410/14036/21059 +f 13855/14037/21060 13854/14035/21058 13856/14038/21061 +f 13855/14037/21060 13857/14039/21062 13854/14035/21058 +f 13854/14035/21058 13857/14039/21062 13851/14031/21054 +f 13854/14035/21058 13851/14031/21054 13852/14030/21053 +f 13851/14031/21054 13857/14039/21062 13858/14040/21063 +f 13857/14039/21062 16725/14041/21064 13858/14040/21063 +f 13858/14040/21063 16725/14041/21064 13859/14042/21065 +f 13860/14043/21066 16695/14044/21067 13861/14045/21068 +f 16695/14044/21067 13862/14046/21069 13861/14045/21068 +f 13861/14045/21068 13862/14046/21069 13863/14047/21070 +f 13863/14047/21070 13862/14046/21069 13864/14048/21071 +f 13863/14047/21070 13864/14048/21071 17400/14049/21072 +f 13865/14050/21073 13866/14051/21074 13863/14047/21070 +f 13863/14047/21070 13866/14051/21074 13867/14052/21075 +f 13863/14047/21070 13867/14052/21075 13861/14045/21068 +f 13867/14052/21075 16672/14053/21076 13861/14045/21068 +f 13861/14045/21068 16672/14053/21076 13868/14054/21077 +f 13870/14055/21078 15959/14056/21079 13871/14057/21080 +f 13870/14055/21078 13871/14057/21080 13875/14058/21081 +f 16645/14059/21082 13872/14060/21083 13873/14061/21084 +f 13873/14061/21084 13872/14060/21083 17390/14062/21085 +f 13876/14063/21086 13873/14061/21084 13877/14064/21087 +f 13876/14063/21086 13874/14065/21088 13873/14061/21084 +f 13873/14061/21084 13874/14065/21088 13875/14058/21081 +f 13873/14061/21084 13875/14058/21081 16645/14059/21082 +f 16645/14059/21082 13875/14058/21081 13871/14057/21080 +f 13875/14058/21081 13874/14065/21088 16617/14066/21089 +f 13875/14058/21081 16617/14066/21089 13869/14067/21090 +f 13869/14067/21090 16617/14066/21089 16616/14068/21091 +f 16589/14069/21092 13878/14070/21093 13879/14071/21094 +f 13878/14070/21093 13880/14072/21095 13881/14073/21096 +f 13881/14073/21096 13880/14072/21095 17381/14074/21097 +f 13882/14075/21098 13881/14073/21096 13883/14076/21099 +f 13882/14075/21098 13884/14077/21100 13881/14073/21096 +f 13881/14073/21096 13884/14077/21100 13879/14071/21094 +f 13881/14073/21096 13879/14071/21094 13878/14070/21093 +f 13879/14071/21094 13884/14077/21100 13885/14078/21101 +f 13884/14077/21100 16561/14079/21102 13885/14078/21101 +f 13885/14078/21101 16561/14079/21102 16560/14080/21103 +f 13886/14081/21104 13887/14082/21105 16533/14083/21106 +f 13887/14082/21105 13886/14081/21104 13888/14084/21107 +f 13886/14081/21104 13889/14085/21108 13890/14086/21109 +f 13890/14086/21109 13889/14085/21108 17371/14087/21110 +f 13891/14088/21111 13890/14086/21109 13892/14089/21112 +f 13891/14088/21111 13893/14090/21113 13890/14086/21109 +f 13890/14086/21109 13893/14090/21113 13888/14084/21107 +f 13890/14086/21109 13888/14084/21107 13886/14081/21104 +f 13888/14084/21107 13893/14090/21113 13894/14091/21114 +f 13893/14090/21113 16508/14092/21115 13894/14091/21114 +f 13894/14091/21114 16508/14092/21115 13895/14093/21116 +f 13898/14094/21117 13897/14095/21118 13896/14096/21119 +f 13898/14094/21117 13896/14096/21119 16477/14097/21120 +f 13898/14094/21117 13899/14098/21121 13900/14099/21122 +f 13900/14099/21122 13899/14098/21121 17361/14100/21123 +f 13901/14101/21124 13900/14099/21122 13902/14102/21125 +f 13901/14101/21124 13903/14103/21126 13900/14099/21122 +f 13900/14099/21122 13903/14103/21126 13897/14095/21118 +f 13900/14099/21122 13897/14095/21118 13898/14094/21117 +f 13897/14095/21118 13903/14103/21126 13904/14104/21127 +f 13903/14103/21126 16453/14105/21128 13904/14104/21127 +f 13904/14104/21127 16453/14105/21128 13905/14106/21129 +f 13908/14107/21130 13907/14108/21131 13906/14109/21132 +f 13908/14107/21130 13906/14109/21132 16426/14110/21133 +f 13908/14107/21130 13909/14111/21134 13910/14112/21135 +f 13910/14112/21135 13909/14111/21134 17350/14113/21136 +f 13911/14114/21137 13910/14112/21135 13912/14115/21138 +f 13911/14114/21137 13913/14116/21139 13910/14112/21135 +f 13910/14112/21135 13913/14116/21139 13907/14108/21131 +f 13910/14112/21135 13907/14108/21131 13908/14107/21130 +f 13907/14108/21131 13913/14116/21139 13914/14117/21140 +f 13913/14116/21139 16399/14118/21141 13914/14117/21140 +f 13914/14117/21140 16399/14118/21141 13915/14119/21142 +f 13918/14120/21143 13917/14121/21144 13916/14122/21145 +f 13918/14120/21143 13916/14122/21145 15934/14123/21146 +f 13918/14120/21143 13919/14124/21147 13920/14125/21148 +f 13920/14125/21148 13919/14124/21147 17538/14126/21149 +f 13921/14127/21150 13920/14125/21148 13922/14128/21151 +f 13921/14127/21150 13923/14129/21152 13920/14125/21148 +f 13920/14125/21148 13923/14129/21152 13917/14121/21144 +f 13920/14125/21148 13917/14121/21144 13918/14120/21143 +f 13917/14121/21144 13923/14129/21152 15932/14130/21153 +f 13923/14129/21152 16345/14131/21154 15932/14130/21153 +f 15932/14130/21153 16345/14131/21154 15931/14132/21155 +f 14035/14133/21156 13924/14134/21157 13925/14135/21158 +f 13997/14136/21159 13926/14137/21160 13927/14138/21161 +f 13962/14139/21162 13928/14140/21163 13929/14141/21164 +f 13930/14142/21165 15320/14143/21166 13931/14144/21167 +f 13930/14142/21165 13931/14144/21167 14037/14145/21168 +f 14037/14145/21168 13931/14144/21167 13932/14146/21169 +f 13934/14147/21170 13933/14148/21171 13935/14149/21172 +f 13935/14149/21172 13936/14150/21173 13934/14147/21170 +f 13934/14147/21170 13936/14150/21173 13937/14151/21174 +f 13937/14151/21174 13936/14150/21173 13930/14142/21165 +f 13930/14142/21165 13936/14150/21173 15320/14143/21166 +f 13947/14152/21175 13938/14153/21176 13939/14154/21177 +f 13938/14153/21176 13947/14152/21175 13940/14155/21178 +f 13941/14156/21179 13940/14155/21178 13942/14157/21180 +f 14724/14158/21181 13944/14159/21182 13945/14160/21183 +f 14724/14158/21181 13945/14160/21183 13946/14161/21184 +f 13944/14159/21182 14724/14158/21181 13943/14162/21185 +f 13943/14162/21185 13947/14152/21175 13944/14159/21182 +f 13944/14159/21182 13947/14152/21175 13939/14154/21177 +f 13949/14163/21186 13948/14164/21187 13950/14165/21188 +f 13949/14163/21186 13950/14165/21188 13951/14166/21189 +f 13949/14163/21186 13951/14166/21189 13952/14167/21190 +f 13952/14167/21190 13951/14166/21189 15378/14168/21191 +f 15378/14168/21191 13955/14169/21192 13952/14167/21190 +f 13945/14160/21183 13953/14170/21193 13946/14161/21184 +f 13946/14161/21184 13953/14170/21193 13954/14171/21194 +f 13954/14171/21194 13953/14170/21193 13955/14169/21192 +f 13954/14171/21194 13955/14169/21192 15378/14168/21191 +f 13956/14172/21195 13957/14173/21196 13958/14174/21197 +f 13958/14174/21197 13959/14175/21198 13956/14172/21195 +f 13959/14175/21198 13958/14174/21197 15411/14176/21199 +f 13959/14175/21198 15411/14176/21199 13960/14177/21200 +f 13960/14177/21200 15411/14176/21199 13961/14178/21201 +f 13957/14173/21196 13956/14172/21195 13963/14179/21202 +f 13957/14173/21196 13963/14179/21202 13964/14180/21203 +f 13965/14181/21204 15439/14182/21205 13966/14183/21206 +f 13965/14181/21204 13966/14183/21206 13967/14184/21207 +f 13967/14184/21207 13966/14183/21206 13964/14180/21203 +f 13967/14184/21207 13964/14180/21203 13968/14185/21208 +f 13968/14185/21208 13964/14180/21203 13963/14179/21202 +f 13970/14186/21209 13969/14187/21210 13971/14188/21211 +f 13970/14186/21209 13971/14188/21211 13972/14189/21212 +f 13972/14189/21212 13971/14188/21211 13965/14181/21204 +f 13965/14181/21204 13971/14188/21211 15439/14182/21205 +f 13981/14190/21213 14083/14191/21214 13973/14192/21215 +f 14083/14191/21214 13981/14190/21213 13974/14193/21216 +f 13975/14194/21217 13974/14193/21216 13976/14195/21218 +f 13979/14196/21219 13977/14197/21220 14667/14198/21221 +f 14667/14198/21221 13977/14197/21220 13978/14199/21222 +f 14667/14198/21221 13980/14200/21223 13979/14196/21219 +f 13980/14200/21223 13981/14190/21213 13979/14196/21219 +f 13979/14196/21219 13981/14190/21213 13973/14192/21215 +f 13982/14201/21224 13983/14202/21225 13984/14203/21226 +f 13985/14204/21227 13984/14203/21226 13986/14205/21228 +f 13985/14204/21227 13986/14205/21228 13987/14206/21229 +f 13985/14204/21227 13987/14206/21229 15151/14207/21230 +f 15151/14207/21230 13989/14208/21231 13985/14204/21227 +f 13978/14199/21222 13977/14197/21220 13988/14209/21232 +f 13978/14199/21222 13988/14209/21232 13990/14210/21233 +f 13990/14210/21233 13988/14209/21232 13989/14208/21231 +f 13990/14210/21233 13989/14208/21231 15151/14207/21230 +f 13991/14211/21234 13992/14212/21235 13994/14213/21236 +f 13991/14211/21234 13994/14213/21236 13993/14214/21237 +f 13993/14214/21237 13994/14213/21236 14071/14215/21238 +f 13994/14213/21236 13995/14216/21239 14071/14215/21238 +f 13995/14216/21239 13996/14217/21240 14071/14215/21238 +f 14071/14215/21238 13996/14217/21240 13997/14136/21159 +f 14001/14218/21241 15207/14219/21242 14000/14220/21243 +f 13992/14212/21235 13991/14211/21234 13998/14221/21244 +f 13992/14212/21235 13998/14221/21244 13999/14222/21245 +f 13999/14222/21245 13998/14221/21244 14000/14220/21243 +f 14000/14220/21243 13998/14221/21244 14001/14218/21241 +f 14002/14223/21246 14003/14224/21247 14004/14225/21248 +f 14002/14223/21246 14004/14225/21248 14005/14226/21249 +f 14004/14225/21248 14006/14227/21250 14005/14226/21249 +f 14006/14227/21250 15207/14219/21242 14005/14226/21249 +f 14005/14226/21249 15207/14219/21242 14007/14228/21251 +f 14007/14228/21251 15207/14219/21242 14001/14218/21241 +f 14018/14229/21252 14008/14230/21253 14009/14231/21254 +f 14018/14229/21252 14010/14232/21255 14011/14233/21256 +f 14010/14232/21255 14018/14229/21252 14009/14231/21254 +f 14012/14234/21257 14008/14230/21253 14013/14235/21258 +f 14015/14236/21259 14016/14237/21260 14017/14238/21261 +f 14017/14238/21261 14016/14237/21260 14605/14239/21262 +f 14017/14238/21261 14605/14239/21262 14011/14233/21256 +f 14011/14233/21256 14605/14239/21262 14014/14240/21263 +f 14014/14240/21263 14018/14229/21252 14011/14233/21256 +f 14019/14241/21264 14028/14242/21265 14016/14237/21260 +f 14019/14241/21264 14016/14237/21260 14015/14236/21259 +f 14020/14243/21266 14021/14244/21267 14022/14245/21268 +f 14020/14243/21266 14022/14245/21268 14023/14246/21269 +f 14023/14246/21269 14022/14245/21268 14024/14247/21270 +f 14024/14247/21270 14025/14248/21271 14023/14246/21269 +f 14023/14246/21269 14025/14248/21271 14026/14249/21272 +f 14023/14246/21269 14026/14249/21272 14027/14250/21273 +f 14026/14249/21272 14028/14242/21265 14027/14250/21273 +f 14027/14250/21273 14028/14242/21265 14019/14241/21264 +f 14029/14251/21274 14031/14252/21275 14030/14253/21276 +f 15295/14254/21277 14032/14255/21278 14031/14252/21275 +f 14031/14252/21275 14032/14255/21278 14030/14253/21276 +f 14032/14255/21278 15295/14254/21277 14033/14256/21279 +f 14033/14256/21279 15295/14254/21277 14034/14257/21280 +f 14030/14253/21276 14036/14258/21281 14029/14251/21274 +f 14029/14251/21274 14036/14258/21281 13932/14146/21169 +f 13932/14146/21169 14036/14258/21281 14037/14145/21168 +f 14038/14259/21282 14039/14260/21283 14040/14261/21284 +f 14041/14262/21285 14047/14263/21286 14039/14260/21283 +f 14039/14260/21283 14047/14263/21286 14040/14261/21284 +f 14042/14264/21287 13933/14148/21171 14043/14265/21288 +f 14043/14265/21288 13933/14148/21171 13934/14147/21170 +f 14043/14265/21288 13934/14147/21170 14044/14266/21289 +f 13934/14147/21170 14045/14267/21290 14044/14266/21289 +f 14044/14266/21289 14045/14267/21290 14046/14268/21291 +f 14044/14266/21289 14046/14268/21291 14041/14262/21285 +f 14041/14262/21285 14046/14268/21291 14047/14263/21286 +f 14034/14257/21280 14035/14133/21156 14033/14256/21279 +f 14033/14256/21279 14035/14133/21156 13925/14135/21158 +f 14033/14256/21279 13925/14135/21158 14048/14269/21292 +f 14048/14269/21292 13925/14135/21158 14049/14270/21293 +f 14050/14271/21294 14051/14272/21295 14049/14270/21293 +f 14049/14270/21293 14051/14272/21295 14048/14269/21292 +f 14052/14273/21296 14053/14274/21297 14054/14275/21298 +f 14054/14275/21298 14053/14274/21297 14055/14276/21299 +f 14054/14275/21298 14055/14276/21299 14050/14271/21294 +f 14050/14271/21294 14055/14276/21299 14051/14272/21295 +f 14020/14243/21266 14023/14246/21269 14056/14277/21300 +f 14020/14243/21266 14056/14277/21300 14057/14278/21301 +f 14057/14278/21301 14056/14277/21300 14058/14279/21302 +f 14057/14278/21301 14058/14279/21302 14052/14273/21296 +f 14052/14273/21296 14058/14279/21302 14059/14280/21303 +f 14052/14273/21296 14059/14280/21303 14053/14274/21297 +f 14009/14231/21254 14008/14230/21253 14012/14234/21257 +f 14009/14231/21254 14012/14234/21257 14060/14281/21304 +f 14060/14281/21304 14012/14234/21257 14061/14282/21305 +f 14060/14281/21304 14061/14282/21305 14062/14283/21306 +f 14062/14283/21306 14061/14282/21305 14063/14284/21307 +f 14062/14283/21306 14063/14284/21307 14064/14285/21308 +f 14064/14285/21308 14063/14284/21307 14065/14286/21309 +f 14064/14285/21308 14065/14286/21309 14068/14287/21310 +f 14066/14288/21311 14067/14289/21312 14065/14286/21309 +f 14065/14286/21309 14067/14289/21312 14068/14287/21310 +f 14002/14223/21246 14005/14226/21249 14069/14290/21313 +f 14002/14223/21246 14069/14290/21313 14066/14288/21311 +f 14066/14288/21311 14069/14290/21313 14070/14291/21314 +f 14066/14288/21311 14070/14291/21314 14067/14289/21312 +f 14071/14215/21238 13997/14136/21159 13927/14138/21161 +f 14071/14215/21238 13927/14138/21161 14072/14292/21315 +f 14071/14215/21238 14072/14292/21315 14073/14293/21316 +f 14073/14293/21316 14072/14292/21315 14074/14294/21317 +f 14074/14294/21317 14072/14292/21315 14075/14295/21318 +f 14074/14294/21317 14075/14295/21318 14076/14296/21319 +f 14076/14296/21319 14075/14295/21318 14077/14297/21320 +f 14076/14296/21319 14077/14297/21320 14082/14298/21321 +f 13984/14203/21226 13985/14204/21227 13982/14201/21224 +f 13982/14201/21224 13985/14204/21227 14080/14299/21322 +f 14080/14299/21322 13985/14204/21227 14078/14300/21323 +f 14080/14299/21322 14078/14300/21323 14079/14301/21324 +f 14080/14299/21322 14079/14301/21324 14081/14302/21325 +f 14080/14299/21322 14081/14302/21325 14077/14297/21320 +f 14077/14297/21320 14081/14302/21325 14082/14298/21321 +f 14083/14191/21214 13974/14193/21216 13975/14194/21217 +f 14083/14191/21214 13975/14194/21217 14084/14303/21326 +f 14083/14191/21214 14084/14303/21326 14091/14304/21327 +f 14086/14305/21328 14085/14306/21329 14087/14307/21330 +f 14086/14305/21328 14087/14307/21330 14088/14308/21331 +f 14088/14308/21331 14087/14307/21330 14089/14309/21332 +f 14089/14309/21332 14087/14307/21330 14090/14310/21333 +f 14089/14309/21332 14090/14310/21333 14084/14303/21326 +f 14084/14303/21326 14090/14310/21333 14091/14304/21327 +f 14085/14306/21329 14086/14305/21328 14092/14311/21334 +f 14092/14311/21334 14086/14305/21328 14093/14312/21335 +f 14092/14311/21334 14093/14312/21335 13970/14186/21209 +f 13970/14186/21209 14093/14312/21335 14094/14313/21336 +f 13970/14186/21209 14094/14313/21336 13969/14187/21210 +f 13969/14187/21210 14094/14313/21336 14450/14314/21337 +f 13961/14178/21201 13962/14139/21162 13960/14177/21200 +f 13960/14177/21200 13962/14139/21162 13929/14141/21164 +f 13960/14177/21200 13929/14141/21164 14095/14315/21338 +f 14095/14315/21338 13929/14141/21164 14096/14316/21339 +f 14095/14315/21338 14096/14316/21339 14098/14317/21340 +f 14098/14317/21340 14096/14316/21339 14097/14318/21341 +f 14098/14317/21340 14097/14318/21341 14099/14319/21342 +f 14098/14317/21340 14099/14319/21342 14100/14320/21343 +f 14101/14321/21344 14102/14322/21345 14099/14319/21342 +f 14099/14319/21342 14102/14322/21345 14100/14320/21343 +f 14103/14323/21346 14104/14324/21347 14101/14321/21344 +f 14101/14321/21344 14104/14324/21347 14102/14322/21345 +f 14105/14325/21348 13948/14164/21187 14106/14326/21349 +f 14106/14326/21349 13948/14164/21187 13949/14163/21186 +f 14106/14326/21349 13949/14163/21186 14107/14327/21350 +f 14107/14327/21350 13949/14163/21186 14108/14328/21351 +f 14107/14327/21350 14108/14328/21351 14109/14329/21352 +f 14109/14329/21352 14108/14328/21351 14110/14330/21353 +f 14109/14329/21352 14110/14330/21353 14103/14323/21346 +f 14103/14323/21346 14110/14330/21353 14111/14331/21354 +f 14103/14323/21346 14111/14331/21354 14104/14324/21347 +f 13938/14153/21176 13940/14155/21178 13941/14156/21179 +f 13938/14153/21176 13941/14156/21179 14112/14332/21355 +f 14112/14332/21355 13941/14156/21179 14038/14259/21282 +f 14112/14332/21355 14038/14259/21282 14113/14333/21356 +f 14113/14333/21356 14038/14259/21282 14040/14261/21284 +s 122 +f 14217/14334/21357 14114/14335/21358 14115/14336/21359 +f 14198/14337/21360 14116/14338/21361 14117/14339/21362 +f 14180/14340/21363 14118/14341/21364 14119/14342/21365 +f 14164/14343/21366 14120/14344/21367 14121/14345/21368 +f 14148/14346/21369 14390/14347/21370 14122/14348/21371 +f 14128/14349/21372 14123/14350/21373 14124/14351/21374 +f 14126/14352/21375 14125/14353/21376 14127/14354/21377 +f 14126/14352/21375 14127/14354/21377 14124/14351/21374 +f 14127/14354/21377 14128/14349/21372 14124/14351/21374 +f 14129/14355/21378 14130/14356/21379 14123/14350/21373 +f 14131/14357/21380 14142/14358/21381 14132/14359/21382 +f 14132/14359/21382 14142/14358/21381 14125/14353/21376 +f 14132/14359/21382 14125/14353/21376 14133/14360/21383 +f 14133/14360/21383 14125/14353/21376 14126/14352/21375 +f 14134/14361/21384 14135/14362/21385 14136/14363/21386 +f 14137/14364/21387 14138/14365/21388 14136/14363/21386 +f 14138/14365/21388 14137/14364/21387 14139/14366/21389 +f 14139/14366/21389 14140/14367/21390 14138/14365/21388 +f 14138/14365/21388 14140/14367/21390 14141/14368/21391 +f 14140/14367/21390 14142/14358/21381 14141/14368/21391 +f 14141/14368/21391 14142/14358/21381 14131/14357/21380 +f 14144/14369/21392 14143/14370/21393 14145/14371/21394 +f 14143/14370/21393 14144/14369/21392 14146/14372/21395 +f 14146/14372/21395 14144/14369/21392 14147/14373/21396 +f 14146/14372/21395 14147/14373/21396 15205/14374/21397 +f 15205/14374/21397 14148/14346/21369 14146/14372/21395 +f 14149/14375/21398 14150/14376/21399 14151/14377/21400 +f 14151/14377/21400 14150/14376/21399 14644/14378/21401 +f 14151/14377/21400 14644/14378/21401 14145/14371/21394 +f 14145/14371/21394 14644/14378/21401 14144/14369/21392 +f 14152/14379/21402 14153/14380/21403 14154/14381/21404 +f 14155/14382/21405 14154/14381/21404 14156/14383/21406 +f 14156/14383/21406 15186/14384/21407 14155/14382/21405 +f 15186/14384/21407 14157/14385/21408 14155/14382/21405 +f 14155/14382/21405 14157/14385/21408 14158/14386/21409 +f 14158/14386/21409 14157/14385/21408 14149/14375/21398 +f 14149/14375/21398 14157/14385/21408 14150/14376/21399 +f 14159/14387/21410 14176/14388/21411 14160/14389/21412 +f 14176/14388/21411 14161/14390/21413 14160/14389/21412 +f 14160/14389/21412 14161/14390/21413 14162/14391/21414 +f 14162/14391/21414 14161/14390/21413 14163/14392/21415 +f 14162/14391/21414 14163/14392/21415 14164/14343/21366 +f 14165/14393/21416 14166/14394/21417 14167/14395/21418 +f 14168/14396/21419 14167/14395/21418 14169/14397/21420 +f 14169/14397/21420 14170/14398/21421 14168/14396/21419 +f 14172/14399/21422 14171/14400/21423 14168/14396/21419 +f 14172/14399/21422 14168/14396/21419 14170/14398/21421 +f 14171/14400/21423 14172/14399/21422 14173/14401/21424 +f 14171/14400/21423 14173/14401/21424 14174/14402/21425 +f 14174/14402/21425 14173/14401/21424 14175/14403/21426 +f 14175/14403/21426 14173/14401/21424 14176/14388/21411 +f 14175/14403/21426 14176/14388/21411 14159/14387/21410 +f 14181/14404/21427 15435/14405/21428 14177/14406/21429 +f 14181/14404/21427 14178/14407/21430 14179/14408/21431 +f 14178/14407/21430 14181/14404/21427 14177/14406/21429 +f 14177/14406/21429 15435/14405/21428 14180/14340/21363 +f 14696/14409/21432 14181/14404/21427 14179/14408/21431 +f 14194/14410/21433 14182/14411/21434 14183/14412/21435 +f 14183/14412/21435 14182/14411/21434 14184/14413/21436 +f 14184/14413/21436 14185/14414/21437 14183/14412/21435 +f 14183/14412/21435 14185/14414/21437 14186/14415/21438 +f 14186/14415/21438 14185/14414/21437 14187/14416/21439 +f 14187/14416/21439 14185/14414/21437 14188/14417/21440 +f 14187/14416/21439 14188/14417/21440 14189/14418/21441 +f 14189/14418/21441 14188/14417/21440 14696/14409/21432 +f 14189/14418/21441 14696/14409/21432 14179/14408/21431 +f 14190/14419/21442 14191/14420/21443 14192/14421/21444 +f 14192/14421/21444 14194/14410/21433 14193/14422/21445 +f 14194/14410/21433 14183/14412/21435 14195/14423/21446 +f 14194/14410/21433 14195/14423/21446 14193/14422/21445 +f 14203/14424/21447 14196/14425/21448 14197/14426/21449 +f 14196/14425/21448 14203/14424/21447 14198/14337/21360 +f 14199/14427/21450 14200/14428/21451 14201/14429/21452 +f 14200/14428/21451 14202/14430/21453 14201/14429/21452 +f 14201/14429/21452 14202/14430/21453 14203/14424/21447 +f 14201/14429/21452 14203/14424/21447 14197/14426/21449 +f 14214/14431/21454 15367/14432/21455 14204/14433/21456 +f 14204/14433/21456 15367/14432/21455 14205/14434/21457 +f 14204/14433/21456 14205/14434/21457 14206/14435/21458 +f 14206/14435/21458 14205/14434/21457 14207/14436/21459 +f 14207/14436/21459 14205/14434/21457 14208/14437/21460 +f 14207/14436/21459 14208/14437/21460 14199/14427/21450 +f 14199/14427/21450 14208/14437/21460 14200/14428/21451 +f 14211/14438/21461 14212/14439/21462 14209/14440/21463 +f 14209/14440/21463 14213/14441/21464 14210/14442/21465 +f 14210/14442/21465 14213/14441/21464 14214/14431/21454 +f 14214/14431/21454 14204/14433/21456 14215/14443/21466 +f 14214/14431/21454 14215/14443/21466 14210/14442/21465 +f 14216/14444/21467 14217/14334/21357 14218/14445/21468 +f 14218/14445/21468 14217/14334/21357 14219/14446/21469 +f 14220/14447/21470 14222/14448/21471 14221/14449/21472 +f 14222/14448/21471 14216/14444/21467 14221/14449/21472 +f 14216/14444/21467 14222/14448/21471 15317/14450/21473 +f 14216/14444/21467 15317/14450/21473 15318/14451/21474 +f 14216/14444/21467 15318/14451/21474 14217/14334/21357 +f 14223/14452/21475 14235/14453/21476 14224/14454/21477 +f 14223/14452/21475 14224/14454/21477 14225/14455/21478 +f 14225/14455/21478 14224/14454/21477 14220/14447/21470 +f 14225/14455/21478 14220/14447/21470 14226/14456/21479 +f 14226/14456/21479 14220/14447/21470 14221/14449/21472 +f 14227/14457/21480 14228/14458/21481 14229/14459/21482 +f 14229/14459/21482 14230/14460/21483 14231/14461/21484 +f 14231/14461/21484 14230/14460/21483 14232/14462/21485 +f 14232/14462/21485 14233/14463/21486 14231/14461/21484 +f 14231/14461/21484 14233/14463/21486 14234/14464/21487 +f 14234/14464/21487 14233/14463/21486 14235/14453/21476 +f 14234/14464/21487 14235/14453/21476 14223/14452/21475 +f 14209/14440/21463 14210/14442/21465 14211/14438/21461 +f 14211/14438/21461 14210/14442/21465 14236/14465/21488 +f 14211/14438/21461 14236/14465/21488 14237/14466/21489 +f 14196/14425/21448 14198/14337/21360 14117/14339/21362 +f 14196/14425/21448 14117/14339/21362 14238/14467/21490 +f 14238/14467/21490 14117/14339/21362 14239/14468/21491 +f 14238/14467/21490 14239/14468/21491 14240/14469/21492 +f 14240/14469/21492 14239/14468/21491 14241/14470/21493 +f 14241/14470/21493 14239/14468/21491 14190/14419/21442 +f 14241/14470/21493 14190/14419/21442 14193/14422/21445 +f 14193/14422/21445 14190/14419/21442 14192/14421/21444 +f 14177/14406/21429 14180/14340/21363 14119/14342/21365 +f 14177/14406/21429 14119/14342/21365 14242/14471/21494 +f 14242/14471/21494 14119/14342/21365 14243/14472/21495 +f 14242/14471/21494 14243/14472/21495 14244/14473/21496 +f 14244/14473/21496 14243/14472/21495 14245/14474/21497 +f 14245/14474/21497 14243/14472/21495 14246/14475/21498 +f 14245/14474/21497 14246/14475/21498 14247/14476/21499 +f 14247/14476/21499 14246/14475/21498 14248/14477/21500 +f 14248/14477/21500 14246/14475/21498 14165/14393/21416 +f 14248/14477/21500 14165/14393/21416 14168/14396/21419 +f 14168/14396/21419 14165/14393/21416 14167/14395/21418 +f 14162/14391/21414 14164/14343/21366 14121/14345/21368 +f 14162/14391/21414 14121/14345/21368 14249/14478/21501 +f 14249/14478/21501 14121/14345/21368 14250/14479/21502 +f 14249/14478/21501 14250/14479/21502 14251/14480/21503 +f 14251/14480/21503 14250/14479/21502 14252/14481/21504 +f 14252/14481/21504 14250/14479/21502 14253/14482/21505 +f 14252/14481/21504 14253/14482/21505 14254/14483/21506 +f 14254/14483/21506 14253/14482/21505 14255/14484/21507 +f 14255/14484/21507 14253/14482/21505 14152/14379/21402 +f 14255/14484/21507 14152/14379/21402 14155/14382/21405 +f 14155/14382/21405 14152/14379/21402 14154/14381/21404 +f 14146/14372/21395 14148/14346/21369 14122/14348/21371 +f 14146/14372/21395 14122/14348/21371 14256/14485/21508 +f 14256/14485/21508 14122/14348/21371 14257/14486/21509 +f 14256/14485/21508 14257/14486/21509 14258/14487/21510 +f 14258/14487/21510 14257/14486/21509 14259/14488/21511 +f 14259/14488/21511 14257/14486/21509 14260/14489/21512 +f 14259/14488/21511 14260/14489/21512 14261/14490/21513 +f 14261/14490/21513 14260/14489/21512 14262/14491/21514 +f 14262/14491/21514 14260/14489/21512 14134/14361/21384 +f 14262/14491/21514 14134/14361/21384 14138/14365/21388 +f 14138/14365/21388 14134/14361/21384 14136/14363/21386 +f 14124/14351/21374 14123/14350/21373 14130/14356/21379 +f 14124/14351/21374 14130/14356/21379 14263/14492/21515 +f 14263/14492/21515 14130/14356/21379 14264/14493/21516 +f 14263/14492/21515 14264/14493/21516 14265/14494/21517 +f 14265/14494/21517 14264/14493/21516 14266/14495/21518 +f 14266/14495/21518 14264/14493/21516 14267/14496/21519 +f 14266/14495/21518 14267/14496/21519 14268/14497/21520 +f 14268/14497/21520 14267/14496/21519 14269/14498/21521 +f 14269/14498/21521 14267/14496/21519 14227/14457/21480 +f 14269/14498/21521 14227/14457/21480 14231/14461/21484 +f 14231/14461/21484 14227/14457/21480 14229/14459/21482 +f 14219/14446/21469 14217/14334/21357 14115/14336/21359 +f 14219/14446/21469 14115/14336/21359 14270/14499/21522 +f 14270/14499/21522 14115/14336/21359 14237/14466/21489 +f 14270/14499/21522 14237/14466/21489 14271/14500/21523 +f 14271/14500/21523 14237/14466/21489 14236/14465/21488 +s 39 +f 14272/14501/21524 16316/14502/21525 14279/14503/21526 +f 16316/14502/21525 14273/14504/21527 14279/14503/21526 +f 14279/14503/21526 14273/14504/21527 14274/14505/21528 +f 14274/14505/21528 14273/14504/21527 14275/14506/21529 +f 14274/14505/21528 14275/14506/21529 17527/14507/21530 +f 14277/14508/21531 14276/14509/21532 14274/14505/21528 +f 14274/14505/21528 14276/14509/21532 14278/14510/21533 +f 14274/14505/21528 14278/14510/21533 14279/14503/21526 +f 14278/14510/21533 16217/14511/21534 14279/14503/21526 +f 14279/14503/21526 16217/14511/21534 15923/14512/21535 +f 15923/14512/21535 16217/14511/21534 16216/14513/21536 +f 14280/14514/21537 14281/14515/21538 14282/14516/21539 +f 14282/14516/21539 14281/14515/21538 14283/14517/21540 +f 14283/14517/21540 14281/14515/21538 14284/14518/21541 +f 14284/14518/21541 14281/14515/21538 14285/14519/21542 +f 14284/14518/21541 14285/14519/21542 14286/14520/21543 +f 14286/14520/21543 14285/14519/21542 14287/14521/21544 +f 14287/14521/21544 14285/14519/21542 14288/14522/21545 +f 14287/14521/21544 14288/14522/21545 14289/14523/21546 +f 14289/14523/21546 14288/14522/21545 14290/14524/21547 +f 14289/14523/21546 14290/14524/21547 14291/14525/21548 +f 14291/14525/21548 14290/14524/21547 14292/14526/21549 +f 14292/14526/21549 14290/14524/21547 14293/14527/21550 +f 14293/14527/21550 14290/14524/21547 14294/14528/21551 +f 14293/14527/21550 14294/14528/21551 14295/14529/21552 +f 14295/14529/21552 14294/14528/21551 14296/14530/21553 +f 14296/14530/21553 14294/14528/21551 14297/14531/21554 +f 14296/14530/21553 14297/14531/21554 14298/14532/21555 +f 14298/14532/21555 14297/14531/21554 14299/14533/21556 +f 14298/14532/21555 14299/14533/21556 14300/14534/21557 +f 14300/14534/21557 14299/14533/21556 15613/14535/21558 +f 14300/14534/21557 15613/14535/21558 14324/14536/21559 +f 14301/14537/21560 14302/14538/21561 14303/14539/21562 +f 14303/14539/21562 14302/14538/21561 14304/14540/21563 +f 14304/14540/21563 14302/14538/21561 14305/14541/21564 +f 14304/14540/21563 14305/14541/21564 14306/14542/21565 +f 14306/14542/21565 14305/14541/21564 14308/14543/21566 +f 14308/14543/21566 14305/14541/21564 14307/14544/21567 +f 14308/14543/21566 14307/14544/21567 14309/14545/21568 +f 14309/14545/21568 14307/14544/21567 14310/14546/21569 +f 14310/14546/21569 14307/14544/21567 14311/14547/21570 +f 14310/14546/21569 14311/14547/21570 14312/14548/21571 +f 14312/14548/21571 14311/14547/21570 14313/14549/21572 +f 14313/14549/21572 14311/14547/21570 14314/14550/21573 +f 14313/14549/21572 14314/14550/21573 14315/14551/21574 +f 14315/14551/21574 14314/14550/21573 14316/14552/21575 +f 14315/14551/21574 14316/14552/21575 14317/14553/21576 +f 14317/14553/21576 14316/14552/21575 15556/14554/21577 +f 14317/14553/21576 15556/14554/21577 14318/14555/21578 +f 14318/14555/21578 15556/14554/21577 14319/14556/21579 +f 14319/14556/21579 15556/14554/21577 14320/14557/21580 +f 14320/14557/21580 15556/14554/21577 14321/14558/21581 +f 14320/14557/21580 14321/14558/21581 14322/14559/21582 +f 14322/14559/21582 14321/14558/21581 14346/14560/21583 +f 14324/14536/21559 15613/14535/21558 14323/14561/21584 +f 14324/14536/21559 14323/14561/21584 14326/14562/21585 +f 14326/14562/21585 14323/14561/21584 14325/14563/21586 +f 14326/14562/21585 14325/14563/21586 14327/14564/21587 +f 14327/14564/21587 14325/14563/21586 14328/14565/21588 +f 14327/14564/21587 14328/14565/21588 14329/14566/21589 +f 14329/14566/21589 14328/14565/21588 14330/14567/21590 +f 14330/14567/21590 14328/14565/21588 14331/14568/21591 +f 14330/14567/21590 14331/14568/21591 14332/14569/21592 +f 14332/14569/21592 14331/14568/21591 14333/14570/21593 +f 14333/14570/21593 14331/14568/21591 14334/14571/21594 +f 14334/14571/21594 14331/14568/21591 15500/14572/21595 +f 14334/14571/21594 15500/14572/21595 14335/14573/21596 +f 14335/14573/21596 15500/14572/21595 14336/14574/21597 +f 14335/14573/21596 14336/14574/21597 14338/14575/21598 +f 14338/14575/21598 14336/14574/21597 14337/14576/21599 +f 14338/14575/21598 14337/14576/21599 14339/14577/21600 +f 14339/14577/21600 14337/14576/21599 14340/14578/21601 +f 14339/14577/21600 14340/14578/21601 14341/14579/21602 +f 14341/14579/21602 14340/14578/21601 14342/14580/21603 +f 14342/14580/21603 14340/14578/21601 14343/14581/21604 +f 14343/14581/21604 14340/14578/21601 14344/14582/21605 +f 14343/14581/21604 14344/14582/21605 14301/14537/21560 +f 14301/14537/21560 14344/14582/21605 14302/14538/21561 +f 14346/14560/21583 14321/14558/21581 14345/14583/21606 +f 14346/14560/21583 14345/14583/21606 14347/14584/21607 +f 14347/14584/21607 14345/14583/21606 15542/14585/21608 +f 14347/14584/21607 15542/14585/21608 14348/14586/21609 +f 14348/14586/21609 15542/14585/21608 14349/14587/21610 +f 14349/14587/21610 15542/14585/21608 14350/14588/21611 +f 14349/14587/21610 14350/14588/21611 14351/14589/21612 +f 14351/14589/21612 14350/14588/21611 14352/14590/21613 +f 14352/14590/21613 14350/14588/21611 14353/14591/21614 +f 14353/14591/21614 14350/14588/21611 14354/14592/21615 +f 14353/14591/21614 14354/14592/21615 14355/14593/21616 +f 14355/14593/21616 14354/14592/21615 14357/14594/21617 +f 14357/14594/21617 14354/14592/21615 14356/14595/21618 +f 14357/14594/21617 14356/14595/21618 14358/14596/21619 +f 14358/14596/21619 14356/14595/21618 14360/14597/21620 +f 14360/14597/21620 14356/14595/21618 14359/14598/21621 +f 14360/14597/21620 14359/14598/21621 14361/14599/21622 +f 14361/14599/21622 14359/14598/21621 15528/14600/21623 +f 14361/14599/21622 15528/14600/21623 14362/14601/21624 +f 14362/14601/21624 15528/14600/21623 14363/14602/21625 +f 14362/14601/21624 14363/14602/21625 14364/14603/21626 +f 14364/14603/21626 14363/14602/21625 14365/14604/21627 +f 14365/14604/21627 14363/14602/21625 14366/14605/21628 +f 14365/14604/21627 14366/14605/21628 14367/14606/21629 +f 14367/14606/21629 14366/14605/21628 14280/14514/21537 +f 14280/14514/21537 14366/14605/21628 14281/14515/21538 +f 14088/14308/21630 14089/14309/21631 14369/14607/21632 +f 14370/14608/21633 14371/14609/21634 16583/14610/21635 +f 16991/14611/21636 14372/14612/21637 16299/14613/21638 +f 17102/14614/21639 14373/14615/21640 14374/14616/21641 +f 14376/14617/21642 16281/14618/21643 16395/14619/21644 +f 16395/14619/21644 16281/14618/21643 16421/14620/21645 +f 14377/14621/21646 16395/14619/21644 13976/14195/21647 +f 13976/14195/21647 16395/14619/21644 13975/14194/21648 +f 13975/14194/21648 16395/14619/21644 16421/14620/21645 +f 13975/14194/21648 16421/14620/21645 14378/14622/21649 +f 16449/14623/21650 14084/14303/21651 13975/14194/21648 +f 16449/14623/21650 13975/14194/21648 14378/14622/21649 +f 14080/14299/21652 16341/14624/21653 13982/14201/21654 +f 13982/14201/21654 16341/14624/21653 13983/14202/21655 +f 16395/14619/21644 14377/14621/21646 13983/14202/21655 +f 16395/14619/21644 13983/14202/21655 14389/14625/21656 +f 14377/14621/21646 14379/14626/21657 13983/14202/21655 +f 13983/14202/21655 14379/14626/21657 14380/14627/21658 +f 13983/14202/21655 14380/14627/21658 14381/14628/21659 +f 14381/14628/21659 14380/14627/21658 14382/14629/21660 +f 14381/14628/21659 14382/14629/21660 14458/14630/21661 +f 14458/14630/21661 14382/14629/21660 14383/14631/21662 +f 14383/14631/21662 14384/14632/21663 14458/14630/21661 +f 14458/14630/21661 14384/14632/21663 14385/14633/21664 +f 14458/14630/21661 14385/14633/21664 14386/14634/21665 +f 14386/14634/21665 14385/14633/21664 14387/14635/21666 +f 14388/14636/21667 16279/14637/21668 16341/14624/21653 +f 16341/14624/21653 16279/14637/21668 16367/14638/21669 +f 16341/14624/21653 16367/14638/21669 13983/14202/21655 +f 13983/14202/21655 16367/14638/21669 14389/14625/21656 +f 14152/14379/21670 14386/14634/21665 14153/14380/21671 +f 14153/14380/21671 14386/14634/21665 14390/14347/21672 +f 14391/14639/21673 14080/14299/21652 14077/14297/21674 +f 14152/14379/21670 14253/14482/21675 14250/14479/21676 +f 14250/14479/21676 14121/14345/21677 14152/14379/21670 +f 14152/14379/21670 14121/14345/21677 14120/14344/21678 +f 14152/14379/21670 14120/14344/21678 14386/14634/21665 +f 14386/14634/21665 14120/14344/21678 14392/14640/21679 +f 14386/14634/21665 14392/14640/21679 14393/14641/21680 +f 14394/14642/21681 14080/14299/21652 16239/14643/21682 +f 16239/14643/21682 14080/14299/21652 14391/14639/21673 +f 16239/14643/21682 14391/14639/21673 16185/14644/21683 +f 16185/14644/21683 14391/14639/21673 14395/14645/21684 +f 14080/14299/21652 14394/14642/21681 16341/14624/21653 +f 14393/14641/21680 14396/14646/21685 14386/14634/21665 +f 14386/14634/21665 14396/14646/21685 14397/14647/21686 +f 14386/14634/21665 14397/14647/21686 14398/14648/21687 +f 14077/14297/21674 14075/14295/21688 14391/14639/21673 +f 14391/14639/21673 14075/14295/21688 14072/14292/21689 +f 14391/14639/21673 14072/14292/21689 13927/14138/21690 +f 14399/14649/21691 14400/14650/21692 14406/14651/21693 +f 14406/14651/21693 14400/14650/21692 14401/14652/21694 +f 14406/14651/21693 14401/14652/21694 14390/14347/21672 +f 14390/14347/21672 14401/14652/21694 14402/14653/21695 +f 14390/14347/21672 14402/14653/21695 14403/14654/21696 +f 14403/14654/21696 14404/14655/21697 14390/14347/21672 +f 14390/14347/21672 14404/14655/21697 14405/14656/21698 +f 14390/14347/21672 14405/14656/21698 14153/14380/21671 +f 14391/14639/21673 13927/14138/21690 14406/14651/21693 +f 14406/14651/21693 13927/14138/21690 13926/14137/21699 +f 14406/14651/21693 13926/14137/21699 14407/14657/21700 +f 14406/14651/21693 14407/14657/21700 14399/14649/21691 +f 14459/14658/21701 14408/14659/21702 14406/14651/21693 +f 14406/14651/21693 14408/14659/21702 14409/14660/21703 +f 14406/14651/21693 14409/14660/21703 14410/14661/21704 +f 14410/14661/21704 14411/14662/21705 14406/14651/21693 +f 14406/14651/21693 14411/14662/21705 14412/14663/21706 +f 14406/14651/21693 14412/14663/21706 14413/14664/21707 +f 14061/14282/21708 14375/14665/21709 14063/14284/21710 +f 14063/14284/21710 14375/14665/21709 14414/14666/21711 +f 14063/14284/21710 14414/14666/21711 14065/14286/21712 +f 14065/14286/21712 14414/14666/21711 14066/14288/21713 +f 14415/14667/21714 16306/14668/21715 17319/14669/21716 +f 17319/14669/21716 16306/14668/21715 14406/14651/21693 +f 14414/14666/21711 17497/14670/21717 14066/14288/21713 +f 14066/14288/21713 17497/14670/21717 14002/14223/21718 +f 14002/14223/21718 17497/14670/21717 14416/14671/21719 +f 14002/14223/21718 14416/14671/21719 14003/14224/21720 +f 14418/14672/21721 17319/14669/21716 14003/14224/21720 +f 14417/14673/21722 17281/14674/21723 14416/14671/21719 +f 14416/14671/21719 17281/14674/21723 17291/14675/21724 +f 14416/14671/21719 17291/14675/21724 14003/14224/21720 +f 14003/14224/21720 17291/14675/21724 14418/14672/21721 +f 14413/14664/21707 14419/14676/21725 14406/14651/21693 +f 14406/14651/21693 14419/14676/21725 14003/14224/21720 +f 14406/14651/21693 14003/14224/21720 17319/14669/21716 +f 17212/14677/21726 14420/14678/21727 16305/14679/21728 +f 14422/14680/21729 16302/14681/21730 17182/14682/21731 +f 14421/14683/21732 17212/14677/21726 14375/14665/21709 +f 14375/14665/21709 17212/14677/21726 14414/14666/21711 +f 14414/14666/21711 17212/14677/21726 16305/14679/21728 +f 14422/14680/21729 17182/14682/21731 14375/14665/21709 +f 14375/14665/21709 17182/14682/21731 14421/14683/21732 +f 17155/14684/21733 14422/14680/21729 14375/14665/21709 +f 17155/14684/21733 14375/14665/21709 14423/14685/21734 +f 17155/14684/21733 14423/14685/21734 17477/14686/21735 +f 14423/14685/21734 17127/14687/21736 17477/14686/21735 +f 14423/14685/21734 14424/14688/21737 14021/14244/21738 +f 14426/14689/21739 14425/14690/21740 17071/14691/21741 +f 17126/14692/21742 17127/14687/21736 14374/14616/21641 +f 14374/14616/21641 17127/14687/21736 14423/14685/21734 +f 14374/14616/21641 14423/14685/21734 17102/14614/21639 +f 17102/14614/21639 14423/14685/21734 14021/14244/21738 +f 17102/14614/21639 14021/14244/21738 14020/14243/21743 +f 17102/14614/21639 14020/14243/21743 17467/14693/21744 +f 17467/14693/21744 14020/14243/21743 14057/14278/21745 +f 17467/14693/21744 14057/14278/21745 17071/14691/21741 +f 16991/14611/21636 16299/14613/21638 17016/14694/21746 +f 14427/14695/21747 14425/14690/21740 17044/14696/21748 +f 17044/14696/21748 14425/14690/21740 14426/14689/21739 +f 17044/14696/21748 14426/14689/21739 14428/14697/21749 +f 16991/14611/21636 17016/14694/21746 14426/14689/21739 +f 14426/14689/21739 17016/14694/21746 14428/14697/21749 +f 14500/14698/21750 14429/14699/21751 14042/14264/21752 +f 14430/14700/21753 16297/14701/21754 14431/14702/21755 +f 14431/14702/21755 16297/14701/21754 16965/14703/21756 +f 14431/14702/21755 16965/14703/21756 14044/14266/21757 +f 14432/14704/21758 14042/14264/21752 16965/14703/21756 +f 16965/14703/21756 14042/14264/21752 14043/14265/21759 +f 16965/14703/21756 14043/14265/21759 14044/14266/21757 +f 14433/14705/21760 14431/14702/21755 14044/14266/21757 +f 14436/14706/21761 14434/14707/21762 16295/14708/21763 +f 14044/14266/21757 14435/14709/21764 14433/14705/21760 +f 14433/14705/21760 14435/14709/21764 14436/14706/21761 +f 14433/14705/21760 14436/14706/21761 16295/14708/21763 +f 14439/14710/21765 14436/14706/21761 14435/14709/21764 +f 16801/14711/21766 17417/14712/21767 14437/14713/21768 +f 17417/14712/21767 16829/14714/21769 14437/14713/21768 +f 14437/14713/21768 16829/14714/21769 14435/14709/21764 +f 14438/14715/21770 16293/14716/21771 16829/14714/21769 +f 16829/14714/21769 16293/14716/21771 16855/14717/21772 +f 16829/14714/21769 16855/14717/21772 14435/14709/21764 +f 14435/14709/21764 16855/14717/21772 14439/14710/21765 +f 14105/14325/21773 14437/14713/21768 14440/14718/21774 +f 14440/14718/21774 14437/14713/21768 14498/14719/21775 +f 14441/14720/21776 16292/14721/21777 14442/14722/21778 +f 14442/14722/21778 16292/14721/21777 16801/14711/21766 +f 14442/14722/21778 16801/14711/21766 14437/14713/21768 +f 14442/14722/21778 14437/14713/21768 14105/14325/21773 +f 14442/14722/21778 14105/14325/21773 14443/14723/21779 +f 14445/14724/21780 16291/14725/21781 14444/14726/21782 +f 14444/14726/21782 16291/14725/21781 14443/14723/21779 +f 14446/14727/21783 16289/14728/21784 16693/14729/21785 +f 14447/14730/21786 14448/14731/21787 16640/14732/21788 +f 16640/14732/21788 14448/14731/21787 14449/14733/21789 +f 16640/14732/21788 14449/14733/21789 16285/14734/21790 +f 14448/14731/21787 14447/14730/21786 16668/14735/21791 +f 14448/14731/21787 16668/14735/21791 16693/14729/21785 +f 16693/14729/21785 16668/14735/21791 14446/14727/21783 +f 14450/14314/21792 16584/14736/21793 17378/14737/21794 +f 14451/14738/21795 14449/14733/21789 16613/14739/21796 +f 16613/14739/21796 14449/14733/21789 14448/14731/21787 +f 16613/14739/21796 14448/14731/21787 14450/14314/21792 +f 16613/14739/21796 14450/14314/21792 17378/14737/21794 +f 14369/14607/21632 14452/14740/21797 16530/14741/21798 +f 16583/14610/21635 16584/14736/21793 14450/14314/21792 +f 16583/14610/21635 14450/14314/21792 14370/14608/21633 +f 14370/14608/21633 14450/14314/21792 14453/14742/21799 +f 14453/14742/21799 14450/14314/21792 14094/14313/21800 +f 14453/14742/21799 14094/14313/21800 14093/14312/21801 +f 14453/14742/21799 14093/14312/21801 16530/14741/21798 +f 16449/14623/21650 14369/14607/21632 14089/14309/21631 +f 16449/14623/21650 14089/14309/21631 14084/14303/21651 +f 14454/14743/21802 14452/14740/21797 16504/14744/21803 +f 16504/14744/21803 14452/14740/21797 14369/14607/21632 +f 16504/14744/21803 14369/14607/21632 14456/14745/21804 +f 14455/14746/21805 16283/14747/21806 16449/14623/21650 +f 16449/14623/21650 16283/14747/21806 16474/14748/21807 +f 16449/14623/21650 16474/14748/21807 14369/14607/21632 +f 14369/14607/21632 16474/14748/21807 14456/14745/21804 +f 14398/14648/21687 14457/14749/21808 14386/14634/21665 +f 14386/14634/21665 14457/14749/21808 14458/14630/21661 +f 14459/14658/21701 14406/14651/21693 14390/14347/21672 +f 14390/14347/21672 14460/14750/21809 14122/14348/21810 +f 14461/14751/21811 14462/14752/21812 14423/14685/21734 +f 14061/14282/21708 14012/14234/21813 14375/14665/21709 +f 14375/14665/21709 14012/14234/21813 14013/14235/21814 +f 14375/14665/21709 14013/14235/21814 14423/14685/21734 +f 14423/14685/21734 14013/14235/21814 14463/14753/21815 +f 14423/14685/21734 14463/14753/21815 14461/14751/21811 +f 14464/14754/21816 14465/14755/21817 14460/14750/21809 +f 14460/14750/21809 14465/14755/21817 14135/14362/21818 +f 14460/14750/21809 14135/14362/21818 14134/14361/21819 +f 14134/14361/21819 14260/14489/21820 14460/14750/21809 +f 14460/14750/21809 14260/14489/21820 14257/14486/21821 +f 14460/14750/21809 14257/14486/21821 14122/14348/21810 +f 14462/14752/21812 14466/14756/21822 14423/14685/21734 +f 14423/14685/21734 14466/14756/21822 14467/14757/21823 +f 14423/14685/21734 14467/14757/21823 14468/14758/21824 +f 16530/14741/21798 14093/14312/21801 14369/14607/21632 +f 14369/14607/21632 14093/14312/21801 14086/14305/21825 +f 14369/14607/21632 14086/14305/21825 14088/14308/21630 +f 14469/14759/21826 14478/14760/21827 14470/14761/21828 +f 14471/14762/21829 14368/14763/21830 14469/14759/21826 +f 14471/14762/21829 14469/14759/21826 14472/14764/21831 +f 14470/14761/21828 14473/14765/21832 14469/14759/21826 +f 14469/14759/21826 14473/14765/21832 14474/14766/21833 +f 14469/14759/21826 14474/14766/21833 14472/14764/21831 +f 14475/14767/21834 14118/14341/21835 14469/14759/21826 +f 14469/14759/21826 14118/14341/21835 14476/14768/21836 +f 14386/14634/21665 14387/14635/21666 14166/14394/21837 +f 14386/14634/21665 14166/14394/21837 14475/14767/21834 +f 14475/14767/21834 14166/14394/21837 14165/14393/21838 +f 14475/14767/21834 14165/14393/21838 14246/14475/21839 +f 14476/14768/21836 14477/14769/21840 14469/14759/21826 +f 14469/14759/21826 14477/14769/21840 14478/14760/21827 +f 14246/14475/21839 14243/14472/21841 14475/14767/21834 +f 14475/14767/21834 14243/14472/21841 14119/14342/21842 +f 14475/14767/21834 14119/14342/21842 14118/14341/21835 +f 14096/14316/21843 13929/14141/21844 14448/14731/21787 +f 14448/14731/21787 13929/14141/21844 13928/14140/21845 +f 14448/14731/21787 13928/14140/21845 14450/14314/21792 +f 14450/14314/21792 13928/14140/21845 14479/14770/21846 +f 14450/14314/21792 14479/14770/21846 14480/14771/21847 +f 14480/14771/21847 14481/14772/21848 14450/14314/21792 +f 14450/14314/21792 14481/14772/21848 14482/14773/21849 +f 14450/14314/21792 14482/14773/21849 14469/14759/21826 +f 14469/14759/21826 14482/14773/21849 14483/14774/21850 +f 14469/14759/21826 14483/14774/21850 14484/14775/21851 +f 14109/14329/21852 14103/14323/21853 14444/14726/21782 +f 14444/14726/21782 14103/14323/21853 16693/14729/21785 +f 14103/14323/21853 14101/14321/21854 16693/14729/21785 +f 16693/14729/21785 14101/14321/21854 14099/14319/21855 +f 16693/14729/21785 14099/14319/21855 14448/14731/21787 +f 14448/14731/21787 14099/14319/21855 14097/14318/21856 +f 14448/14731/21787 14097/14318/21856 14096/14316/21843 +f 14443/14723/21779 14105/14325/21773 14106/14326/21857 +f 14443/14723/21779 14106/14326/21857 14444/14726/21782 +f 14444/14726/21782 14106/14326/21857 14107/14327/21858 +f 14444/14726/21782 14107/14327/21858 14109/14329/21852 +f 14485/14776/21859 14486/14777/21860 14498/14719/21775 +f 14498/14719/21775 14486/14777/21860 14487/14778/21861 +f 14498/14719/21775 14487/14778/21861 14488/14779/21862 +f 14488/14779/21862 14489/14780/21863 14498/14719/21775 +f 14498/14719/21775 14489/14780/21863 14490/14781/21864 +f 14498/14719/21775 14490/14781/21864 14440/14718/21774 +f 14116/14338/21865 14492/14782/21866 14498/14719/21775 +f 14498/14719/21775 14492/14782/21866 14485/14776/21859 +f 14491/14783/21867 14191/14420/21868 14190/14419/21869 +f 14469/14759/21826 14484/14775/21851 14493/14784/21870 +f 14469/14759/21826 14493/14784/21870 14491/14783/21867 +f 14491/14783/21867 14493/14784/21870 14494/14785/21871 +f 14491/14783/21867 14494/14785/21871 14191/14420/21868 +f 14190/14419/21869 14239/14468/21872 14491/14783/21867 +f 14491/14783/21867 14239/14468/21872 14117/14339/21873 +f 14491/14783/21867 14117/14339/21873 14116/14338/21865 +f 13941/14156/21874 13942/14157/21875 14437/14713/21768 +f 14437/14713/21768 13942/14157/21875 14495/14786/21876 +f 14495/14786/21876 14496/14787/21877 14437/14713/21768 +f 14437/14713/21768 14496/14787/21877 14497/14788/21878 +f 14437/14713/21768 14497/14788/21878 14498/14719/21775 +f 14498/14719/21775 14497/14788/21878 14499/14789/21879 +f 14044/14266/21757 14041/14262/21880 14435/14709/21764 +f 14435/14709/21764 14041/14262/21880 14039/14260/21881 +f 14435/14709/21764 14039/14260/21881 14437/14713/21768 +f 14437/14713/21768 14039/14260/21881 14038/14259/21882 +f 14437/14713/21768 14038/14259/21882 13941/14156/21874 +f 14500/14698/21750 14501/14790/21883 14429/14699/21751 +f 14237/14466/21884 14115/14336/21885 14502/14791/21886 +f 14502/14791/21886 14115/14336/21885 14114/14335/21887 +f 14502/14791/21886 14114/14335/21887 14503/14792/21888 +f 14502/14791/21886 14504/14793/21889 14500/14698/21750 +f 14500/14698/21750 14504/14793/21889 14505/14794/21890 +f 14498/14719/21775 14499/14789/21879 14506/14795/21891 +f 14498/14719/21775 14506/14795/21891 14507/14796/21892 +f 14507/14796/21892 14506/14795/21891 14508/14797/21893 +f 14507/14796/21892 14508/14797/21893 14509/14798/21894 +f 14503/14792/21888 14510/14799/21895 14502/14791/21886 +f 14502/14791/21886 14510/14799/21895 14511/14800/21896 +f 14502/14791/21886 14511/14800/21896 14504/14793/21889 +f 14509/14798/21894 14512/14801/21897 14507/14796/21892 +f 14507/14796/21892 14512/14801/21897 14212/14439/21898 +f 14507/14796/21892 14212/14439/21898 14502/14791/21886 +f 14502/14791/21886 14212/14439/21898 14211/14438/21899 +f 14502/14791/21886 14211/14438/21899 14237/14466/21884 +f 13924/14134/21900 16991/14611/21636 13925/14135/21901 +f 13925/14135/21901 16991/14611/21636 14049/14270/21902 +f 14049/14270/21902 16991/14611/21636 14050/14271/21903 +f 14050/14271/21903 16991/14611/21636 14426/14689/21739 +f 14050/14271/21903 14426/14689/21739 14054/14275/21904 +f 14500/14698/21750 14513/14802/21905 14514/14803/21906 +f 14514/14803/21906 14515/14804/21907 14500/14698/21750 +f 14500/14698/21750 14515/14804/21907 14516/14805/21908 +f 14500/14698/21750 14516/14805/21908 14502/14791/21886 +f 14502/14791/21886 14516/14805/21908 14517/14806/21909 +f 14518/14807/21910 14519/14808/21911 14500/14698/21750 +f 14500/14698/21750 14519/14808/21911 14520/14809/21912 +f 14500/14698/21750 14520/14809/21912 14513/14802/21905 +f 14042/14264/21752 14432/14704/21758 14500/14698/21750 +f 14500/14698/21750 14432/14704/21758 16991/14611/21636 +f 14500/14698/21750 16991/14611/21636 14518/14807/21910 +f 14518/14807/21910 16991/14611/21636 13924/14134/21900 +f 17071/14691/21741 14057/14278/21745 14426/14689/21739 +f 14426/14689/21739 14057/14278/21745 14052/14273/21913 +f 14426/14689/21739 14052/14273/21913 14054/14275/21904 +f 14521/14810/21914 14228/14458/21915 14227/14457/21916 +f 14522/14811/21917 14523/14812/21918 14423/14685/21734 +f 14423/14685/21734 14523/14812/21918 14524/14813/21919 +f 14423/14685/21734 14524/14813/21919 14525/14814/21920 +f 14227/14457/21916 14267/14496/21921 14521/14810/21914 +f 14521/14810/21914 14267/14496/21921 14264/14493/21922 +f 14521/14810/21914 14264/14493/21922 14130/14356/21923 +f 14129/14355/21924 14526/14815/21925 14423/14685/21734 +f 14423/14685/21734 14526/14815/21925 14527/14816/21926 +f 14423/14685/21734 14527/14816/21926 14522/14811/21917 +f 14525/14814/21920 14528/14817/21927 14423/14685/21734 +f 14423/14685/21734 14528/14817/21927 14529/14818/21928 +f 14423/14685/21734 14529/14818/21928 14424/14688/21737 +f 14502/14791/21886 14533/14819/21929 14530/14820/21930 +f 14521/14810/21914 14531/14821/21931 14532/14822/21932 +s off +f 17702/14823/21933 17613/13775/21934 14534/14824/21935 +s 39 +f 14535/14825/21936 14502/14791/21886 14534/14824/21937 +f 14532/14822/21932 14536/14826/21938 14521/14810/21914 +f 14521/14810/21914 14536/14826/21938 14502/14791/21886 +f 14521/14810/21914 14502/14791/21886 14228/14458/21915 +f 14228/14458/21915 14502/14791/21886 14517/14806/21909 +f 14502/14791/21886 14536/14826/21938 14538/14827/21939 +f 14540/14828/21940 14541/14829/21941 14550/14830/21942 +f 14507/14796/21892 14542/14831/21943 14543/14832/21944 +f 14537/14833/21945 14546/14834/21946 14538/14827/21939 +f 14538/14827/21939 14546/14834/21946 14502/14791/21886 +f 14502/14791/21886 14546/14834/21946 14533/14819/21929 +f 14530/14820/21930 17702/14823/21947 14534/14824/21937 +f 14530/14820/21930 14534/14824/21937 14502/14791/21886 +f 14507/14796/21892 14548/14835/21948 14547/14836/21949 +f 14553/14837/21950 14548/14835/21948 14507/14796/21892 +f 14550/14830/21942 14541/14829/21941 17703/14838/21951 +s off +f 14550/14830/21952 17703/14838/21953 17605/13781/21954 +s 39 +f 14544/14839/21955 14551/14840/21956 14545/14841/21957 +s off +f 14545/14841/21958 14551/14840/21959 14552/13711/21960 +s 39 +f 14537/14833/21945 14538/14827/21939 17701/14842/21961 +f 14553/14837/21950 14554/14843/21962 14539/14844/21963 +f 14553/14837/21950 14539/14844/21963 17696/14845/21964 +f 14502/14791/21886 14535/14825/21936 14541/14829/21941 +f 14541/14829/21941 14540/14828/21940 14502/14791/21886 +f 14502/14791/21886 14540/14828/21940 14507/14796/21892 +f 14507/14796/21892 14540/14828/21940 14554/14843/21962 +f 14507/14796/21892 14547/14836/21949 14542/14831/21943 +f 14542/14831/21943 14547/14836/21949 14549/14846/21965 +s off +f 14549/14846/21966 14547/14836/21967 14555/13705/21968 +s 39 +f 14553/14837/21950 14507/14796/21892 14554/14843/21962 +f 14460/14750/21809 14573/14847/21969 14556/14848/21970 +f 14460/14750/21809 14556/14848/21970 14521/14810/21914 +f 17700/14849/21971 14531/14821/21931 14521/14810/21914 +f 17700/14849/21971 14521/14810/21914 14556/14848/21970 +f 14570/14850/21972 14557/14851/21973 14390/14347/21672 +f 14390/14347/21672 14557/14851/21973 14558/14852/21974 +f 14574/14853/21975 14562/14854/21976 14386/14634/21665 +f 14390/14347/21672 14559/14855/21977 14564/14856/21978 +s off +f 14563/14857/21979 17661/13733/21980 14565/14858/21981 +s 39 +f 14578/14859/21982 14566/14860/21983 14567/14861/21984 +f 14569/14862/21985 14460/14750/21809 14390/14347/21672 +f 14569/14862/21985 14390/14347/21672 14564/14856/21978 +f 14570/14850/21972 14576/14863/21986 17697/14864/21987 +f 14570/14850/21972 17697/14864/21987 17647/13745/21988 +f 14560/14865/21989 14561/14866/21990 14579/14867/21991 +f 14562/14854/21976 14571/14868/21992 14386/14634/21665 +f 14565/14858/21993 14572/14869/21994 14386/14634/21665 +f 14569/14862/21985 14573/14847/21969 14460/14750/21809 +f 14574/14853/21975 14579/14867/21991 14561/14866/21990 +s 229 +f 14574/14853/21995 14561/14866/21996 17669/13727/21997 +s 39 +f 14571/14868/21992 14563/14857/21998 14565/14858/21993 +f 14571/14868/21992 14565/14858/21993 14386/14634/21665 +f 14386/14634/21665 14572/14869/21994 14567/14861/21984 +f 14386/14634/21665 14567/14861/21984 14566/14860/21983 +f 14386/14634/21665 14566/14860/21983 14390/14347/21672 +f 14390/14347/21672 14558/14852/21974 14559/14855/21977 +f 14559/14855/21977 14558/14852/21974 14568/14870/21999 +s off +f 14568/14870/22000 14558/14852/22001 17698/13747/22002 +s 39 +f 14570/14850/21972 14390/14347/21672 14566/14860/21983 +f 14570/14850/21972 14566/14860/21983 14576/14863/21986 +f 14573/14847/21969 14569/14862/21985 14575/14871/22003 +f 14575/14871/22003 14569/14862/21985 17699/13753/22004 +f 14578/14859/21982 14567/14861/21984 14577/14872/22005 +s off +f 14578/14859/22006 14577/14872/22007 17654/13739/22008 +s 39 +f 14579/14867/21991 14574/14853/21975 14386/14634/21665 +f 14579/14867/21991 14386/14634/21665 14475/14767/21834 +f 14491/14783/21867 14580/14873/22009 14581/14874/22010 +f 14116/14338/21865 14544/14839/21955 14582/14875/22011 +f 14116/14338/21865 14582/14875/22011 14491/14783/21867 +f 14491/14783/21867 14582/14875/22011 14583/14876/22012 +f 14584/14877/22013 14580/14873/22009 14491/14783/21867 +f 14584/14877/22013 14491/14783/21867 14583/14876/22012 +f 14581/14874/22010 14475/14767/21834 14491/14783/21867 +f 14491/14783/21867 14475/14767/21834 14469/14759/21826 +f 14469/14759/21826 14368/14763/21830 14450/14314/21792 +f 14116/14338/21865 14498/14719/21775 14507/14796/21892 +f 14116/14338/21865 14507/14796/21892 14544/14839/21955 +f 14544/14839/21955 14507/14796/21892 14543/14832/21944 +f 14544/14839/21955 14543/14832/21944 14551/14840/21956 +f 14130/14356/21923 14129/14355/21924 14521/14810/21914 +f 14521/14810/21914 14129/14355/21924 14423/14685/21734 +f 14521/14810/21914 14423/14685/21734 14460/14750/21809 +f 14460/14750/21809 14423/14685/21734 14464/14754/21816 +f 14464/14754/21816 14423/14685/21734 14468/14758/21824 +s 232 +f 14136/14363/22014 14135/14362/22015 14585/14878/22016 +f 14585/14878/22016 14135/14362/22015 14465/14755/22017 +f 14585/14878/22016 14465/14755/22017 15244/14879/22018 +f 15244/14879/22018 14465/14755/22017 14464/14754/22019 +f 15244/14879/22018 14464/14754/22019 14586/14880/22020 +f 14586/14880/22020 14464/14754/22019 14468/14758/22021 +f 14586/14880/22020 14468/14758/22021 14587/14881/22022 +f 14467/14757/22023 14588/14882/22024 14468/14758/22021 +f 14468/14758/22021 14588/14882/22024 14587/14881/22022 +f 14466/14756/22025 14590/14883/22026 14467/14757/22023 +f 14467/14757/22023 14590/14883/22026 14588/14882/22024 +f 14462/14752/22027 14589/14884/22028 14466/14756/22025 +f 14466/14756/22025 14589/14884/22028 14590/14883/22026 +f 14461/14751/22029 14591/14885/22030 14592/14886/22031 +f 14461/14751/22029 14592/14886/22031 14462/14752/22027 +f 14462/14752/22027 14592/14886/22031 14589/14884/22028 +f 14591/14885/22030 14461/14751/22029 14593/14887/22032 +f 14593/14887/22032 14461/14751/22029 14463/14753/22033 +f 14593/14887/22032 14463/14753/22033 15242/14888/22034 +f 15242/14888/22034 14463/14753/22033 14013/14235/22035 +f 15242/14888/22034 14013/14235/22035 14008/14230/22036 +f 14022/14245/22037 14021/14244/22038 14594/14889/22039 +f 14594/14889/22039 14021/14244/22038 14424/14688/22040 +f 14594/14889/22039 14424/14688/22040 14595/14890/22041 +f 14595/14890/22041 14424/14688/22040 14529/14818/22042 +f 14595/14890/22041 14529/14818/22042 14528/14817/22043 +f 14595/14890/22041 14528/14817/22043 14596/14891/22044 +f 14596/14891/22044 14528/14817/22043 14525/14814/22045 +f 14596/14891/22044 14525/14814/22045 14597/14892/22046 +f 14524/14813/22047 14598/14893/22048 14525/14814/22045 +f 14525/14814/22045 14598/14893/22048 14597/14892/22046 +f 14523/14812/22049 14600/14894/22050 14524/14813/22047 +f 14524/14813/22047 14600/14894/22050 14598/14893/22048 +f 14522/14811/22051 14599/14895/22052 14523/14812/22049 +f 14523/14812/22049 14599/14895/22052 14600/14894/22050 +f 14527/14816/22053 14601/14896/22054 14522/14811/22051 +f 14522/14811/22051 14601/14896/22054 14599/14895/22052 +f 14526/14815/22055 14602/14897/22056 14603/14898/22057 +f 14526/14815/22055 14603/14898/22057 14527/14816/22053 +f 14527/14816/22053 14603/14898/22057 14601/14896/22054 +f 14602/14897/22056 14526/14815/22055 14604/14899/22058 +f 14604/14899/22058 14526/14815/22055 14129/14355/22059 +f 14604/14899/22058 14129/14355/22059 14123/14350/22060 +f 14605/14239/22061 14016/14237/22062 14607/14900/22063 +f 14016/14237/22062 14028/14242/22064 14607/14900/22063 +f 14607/14900/22063 14028/14242/22064 14606/14901/22065 +f 14607/14900/22063 14606/14901/22065 14608/14902/22066 +f 14608/14902/22066 14606/14901/22065 14609/14903/22067 +f 14609/14903/22067 14606/14901/22065 14610/14904/22068 +f 14611/14905/22069 14614/14906/22070 14612/14907/22071 +f 14612/14907/22071 14614/14906/22070 14142/14358/22072 +f 14142/14358/22072 14614/14906/22070 14125/14353/22073 +f 14613/14908/22074 14615/14909/22075 14611/14905/22069 +f 14611/14905/22069 14615/14909/22075 14614/14906/22070 +f 14606/14901/22065 14615/14909/22075 14610/14904/22068 +f 14610/14904/22068 14615/14909/22075 14613/14908/22074 +s 246 +f 14154/14381/22076 14153/14380/22077 14616/14910/22078 +f 14616/14910/22078 14153/14380/22077 14405/14656/22079 +f 14616/14910/22078 14405/14656/22079 15187/14911/22080 +f 15187/14911/22080 14405/14656/22079 14404/14655/22081 +f 15187/14911/22080 14404/14655/22081 14617/14912/22082 +f 14617/14912/22082 14404/14655/22081 14403/14654/22083 +f 14617/14912/22082 14403/14654/22083 14618/14913/22084 +f 14402/14653/22085 14619/14914/22086 14403/14654/22083 +f 14403/14654/22083 14619/14914/22086 14618/14913/22084 +f 14401/14652/22087 14621/14915/22088 14402/14653/22085 +f 14402/14653/22085 14621/14915/22088 14619/14914/22086 +f 14400/14650/22089 14620/14916/22090 14401/14652/22087 +f 14401/14652/22087 14620/14916/22090 14621/14915/22088 +f 14399/14649/22091 14622/14917/22092 14623/14918/22093 +f 14399/14649/22091 14623/14918/22093 14400/14650/22089 +f 14400/14650/22089 14623/14918/22093 14620/14916/22090 +f 14622/14917/22092 14399/14649/22091 14624/14919/22094 +f 14624/14919/22094 14399/14649/22091 14407/14657/22095 +f 14624/14919/22094 14407/14657/22095 14625/14920/22096 +f 14625/14920/22096 14407/14657/22095 13926/14137/22097 +f 14625/14920/22096 13926/14137/22097 13997/14136/22098 +f 14004/14225/22099 14003/14224/22100 14626/14921/22101 +f 14626/14921/22101 14003/14224/22100 14419/14676/22102 +f 14626/14921/22101 14419/14676/22102 14627/14922/22103 +f 14627/14922/22103 14419/14676/22102 14413/14664/22104 +f 14627/14922/22103 14413/14664/22104 14628/14923/22105 +f 14628/14923/22105 14413/14664/22104 14412/14663/22106 +f 14628/14923/22105 14412/14663/22106 14629/14924/22107 +f 14411/14662/22108 14630/14925/22109 14412/14663/22106 +f 14412/14663/22106 14630/14925/22109 14629/14924/22107 +f 14410/14661/22110 14632/14926/22111 14411/14662/22108 +f 14411/14662/22108 14632/14926/22111 14630/14925/22109 +f 14409/14660/22112 14631/14927/22113 14410/14661/22110 +f 14410/14661/22110 14631/14927/22113 14632/14926/22111 +f 14408/14659/22114 14633/14928/22115 14409/14660/22112 +f 14409/14660/22112 14633/14928/22115 14631/14927/22113 +f 14459/14658/22116 14634/14929/22117 14408/14659/22114 +f 14408/14659/22114 14634/14929/22117 14633/14928/22115 +f 14390/14347/22118 14148/14346/22119 14635/14930/22120 +f 14390/14347/22118 14635/14930/22120 14459/14658/22116 +f 14459/14658/22116 14635/14930/22120 14636/14931/22121 +f 14459/14658/22116 14636/14931/22121 14634/14929/22117 +f 14637/14932/22122 14638/14933/22123 14640/14934/22124 +f 14150/14376/22125 14157/14385/22126 14639/14935/22127 +f 14150/14376/22125 14639/14935/22127 14644/14378/22128 +f 14640/14934/22124 14638/14933/22123 14641/14936/22129 +f 14640/14934/22124 14641/14936/22129 14000/14220/22130 +f 13992/14212/22131 13999/14222/22132 14642/14937/22133 +f 14642/14937/22133 13999/14222/22132 14641/14936/22129 +f 14641/14936/22129 13999/14222/22132 14000/14220/22130 +f 14643/14938/22134 14645/14939/22135 14644/14378/22128 +f 14643/14938/22134 14644/14378/22128 14639/14935/22127 +f 14637/14932/22122 14640/14934/22124 14645/14939/22135 +f 14637/14932/22122 14645/14939/22135 14643/14938/22134 +s 262 +f 14167/14395/22136 14166/14394/22137 14646/14940/22138 +f 14646/14940/22138 14166/14394/22137 14387/14635/22139 +f 14646/14940/22138 14387/14635/22139 15131/14941/22140 +f 15131/14941/22140 14387/14635/22139 14385/14633/22141 +f 14384/14632/22142 14647/14942/22143 14648/14943/22144 +f 14384/14632/22142 14648/14943/22144 14385/14633/22141 +f 14385/14633/22141 14648/14943/22144 15131/14941/22140 +f 14647/14942/22143 14384/14632/22142 14649/14944/22145 +f 14649/14944/22145 14384/14632/22142 14383/14631/22146 +f 14649/14944/22145 14383/14631/22146 14650/14945/22147 +f 14650/14945/22147 14383/14631/22146 14382/14629/22148 +f 14650/14945/22147 14382/14629/22148 14651/14946/22149 +f 14651/14946/22149 14382/14629/22148 14380/14627/22150 +f 14651/14946/22149 14380/14627/22150 14652/14947/22151 +f 14652/14947/22151 14380/14627/22150 14379/14626/22152 +f 14652/14947/22151 14379/14626/22152 14654/14948/22153 +f 14377/14621/22154 14653/14949/22155 14379/14626/22152 +f 14379/14626/22152 14653/14949/22155 14654/14948/22153 +f 13976/14195/22156 13974/14193/22157 14377/14621/22154 +f 14377/14621/22154 13974/14193/22157 14655/14950/22158 +f 14377/14621/22154 14655/14950/22158 14653/14949/22155 +f 13984/14203/22159 13983/14202/22160 14656/14951/22161 +f 14656/14951/22161 13983/14202/22160 14381/14628/22162 +f 14457/14749/22163 14659/14952/22164 14657/14953/22165 +f 14457/14749/22163 14657/14953/22165 14458/14630/22166 +f 14458/14630/22166 14657/14953/22165 14658/14954/22167 +f 14458/14630/22166 14658/14954/22167 14381/14628/22162 +f 14381/14628/22162 14658/14954/22167 14656/14951/22161 +f 14398/14648/22168 14661/14955/22169 14457/14749/22163 +f 14457/14749/22163 14661/14955/22169 14659/14952/22164 +f 14397/14647/22170 14660/14956/22171 14398/14648/22168 +f 14398/14648/22168 14660/14956/22171 14661/14955/22169 +f 14396/14646/22172 14662/14957/22173 14397/14647/22170 +f 14397/14647/22170 14662/14957/22173 14660/14956/22171 +f 14393/14641/22174 14663/14958/22175 14396/14646/22172 +f 14396/14646/22172 14663/14958/22175 14662/14957/22173 +f 14392/14640/22176 14664/14959/22177 14665/14960/22178 +f 14392/14640/22176 14665/14960/22178 14393/14641/22174 +f 14393/14641/22174 14665/14960/22178 14663/14958/22175 +f 14664/14959/22177 14392/14640/22176 14666/14961/22179 +f 14666/14961/22179 14392/14640/22176 14120/14344/22180 +f 14666/14961/22179 14120/14344/22180 14164/14343/22181 +f 14667/14198/22182 13978/14199/22183 14669/14962/22184 +f 14173/14401/22185 14670/14963/22186 14176/14388/22187 +f 13978/14199/22183 13990/14210/22188 14669/14962/22184 +f 14669/14962/22184 13990/14210/22188 14668/14964/22189 +f 14669/14962/22184 14668/14964/22189 14671/14965/22190 +f 14671/14965/22190 14668/14964/22189 14672/14966/22191 +f 14672/14966/22191 14668/14964/22189 14673/14967/22192 +f 14674/14968/22193 14675/14969/22194 14670/14963/22186 +f 14670/14963/22186 14675/14969/22194 14176/14388/22187 +f 14673/14967/22192 14676/14970/22195 14674/14968/22193 +f 14674/14968/22193 14676/14970/22195 14675/14969/22194 +f 14673/14967/22192 14668/14964/22189 14676/14970/22195 +s 276 +f 14192/14421/22196 14191/14420/22197 15414/14971/22198 +f 15414/14971/22198 14191/14420/22197 14494/14785/22199 +f 14493/14784/22200 15416/14972/22201 14494/14785/22199 +f 14494/14785/22199 15416/14972/22201 15414/14971/22198 +f 14484/14775/22202 14677/14973/22203 14493/14784/22200 +f 14493/14784/22200 14677/14973/22203 15416/14972/22201 +f 14483/14774/22204 14680/14974/22205 14484/14775/22202 +f 14484/14775/22202 14680/14974/22205 14678/14975/22206 +f 14484/14775/22202 14678/14975/22206 14677/14973/22203 +f 14482/14773/22207 14679/14976/22208 14483/14774/22204 +f 14483/14774/22204 14679/14976/22208 14680/14974/22205 +f 14481/14772/22209 14681/14977/22210 14482/14773/22207 +f 14482/14773/22207 14681/14977/22210 14679/14976/22208 +f 14480/14771/22211 14682/14978/22212 14683/14979/22213 +f 14480/14771/22211 14683/14979/22213 14481/14772/22209 +f 14481/14772/22209 14683/14979/22213 14681/14977/22210 +f 14682/14978/22212 14480/14771/22211 14684/14980/22214 +f 14684/14980/22214 14480/14771/22211 14479/14770/22215 +f 14684/14980/22214 14479/14770/22215 15413/14981/22216 +f 15413/14981/22216 14479/14770/22215 13928/14140/22217 +f 15413/14981/22216 13928/14140/22217 13962/14139/22218 +f 13969/14187/22219 14450/14314/22220 14368/14763/22221 +f 13969/14187/22219 14368/14763/22221 14685/14982/22222 +f 14685/14982/22222 14368/14763/22221 14686/14983/22223 +f 14686/14983/22223 14368/14763/22221 14471/14762/22224 +f 14686/14983/22223 14471/14762/22224 14472/14764/22225 +f 14686/14983/22223 14472/14764/22225 14687/14984/22226 +f 14687/14984/22226 14472/14764/22225 14474/14766/22227 +f 14687/14984/22226 14474/14766/22227 14688/14985/22228 +f 14473/14765/22229 14689/14986/22230 14474/14766/22227 +f 14474/14766/22227 14689/14986/22230 14688/14985/22228 +f 14470/14761/22231 14692/14987/22232 14473/14765/22229 +f 14473/14765/22229 14692/14987/22232 14689/14986/22230 +f 14477/14769/22233 14690/14988/22234 14478/14760/22235 +f 14478/14760/22235 14690/14988/22234 14691/14989/22236 +f 14478/14760/22235 14691/14989/22236 14470/14761/22231 +f 14470/14761/22231 14691/14989/22236 14692/14987/22232 +f 14695/14990/22237 14693/14991/22238 14476/14768/22239 +f 14476/14768/22239 14693/14991/22238 14694/14992/22240 +f 14476/14768/22239 14694/14992/22240 14477/14769/22233 +f 14477/14769/22233 14694/14992/22240 14690/14988/22234 +f 14695/14990/22237 14476/14768/22239 14118/14341/22241 +f 14695/14990/22237 14118/14341/22241 14180/14340/22242 +f 14705/14993/22243 14698/14994/22244 14696/14409/22245 +f 13957/14173/22246 13964/14180/22247 14697/14995/22248 +f 14696/14409/22245 14698/14994/22244 14700/14996/22249 +f 14700/14996/22249 14698/14994/22244 14699/14997/22250 +f 14700/14996/22249 14699/14997/22250 14701/14998/22251 +f 14700/14996/22249 14701/14998/22251 14703/14999/22252 +f 14703/14999/22252 14701/14998/22251 14702/15000/22253 +f 14703/14999/22252 14702/15000/22253 14704/15001/22254 +f 14703/14999/22252 14704/15001/22254 13966/14183/22255 +f 14705/14993/22243 14188/14417/22256 14185/14414/22257 +f 14697/14995/22248 13964/14180/22247 14704/15001/22254 +f 14704/15001/22254 13964/14180/22247 13966/14183/22255 +f 14696/14409/22245 14188/14417/22256 14705/14993/22243 +s 290 +f 14209/14440/22258 14212/14439/22259 15353/15002/22260 +f 15353/15002/22260 14212/14439/22259 14512/14801/22261 +f 15353/15002/22260 14512/14801/22261 15355/15003/22262 +f 15355/15003/22262 14512/14801/22261 14509/14798/22263 +f 15355/15003/22262 14509/14798/22263 14706/15004/22264 +f 14706/15004/22264 14509/14798/22263 14508/14797/22265 +f 14706/15004/22264 14508/14797/22265 14707/15005/22266 +f 14506/14795/22267 14709/15006/22268 14508/14797/22265 +f 14508/14797/22265 14709/15006/22268 14707/15005/22266 +f 14499/14789/22269 14708/15007/22270 14506/14795/22267 +f 14506/14795/22267 14708/15007/22270 14709/15006/22268 +f 14496/14787/22271 14710/15008/22272 14711/15009/22273 +f 14496/14787/22271 14711/15009/22273 14497/14788/22274 +f 14497/14788/22274 14711/15009/22273 14499/14789/22269 +f 14499/14789/22269 14711/15009/22273 14712/15010/22275 +f 14499/14789/22269 14712/15010/22275 14708/15007/22270 +f 14710/15008/22272 14496/14787/22271 14713/15011/22276 +f 14713/15011/22276 14496/14787/22271 14495/14786/22277 +f 14713/15011/22276 14495/14786/22277 14714/15012/22278 +f 14714/15012/22278 14495/14786/22277 13942/14157/22279 +f 14714/15012/22278 13942/14157/22279 13940/14155/22280 +f 13948/14164/22281 14105/14325/22282 14715/15013/22283 +f 14715/15013/22283 14105/14325/22282 14440/14718/22284 +f 14715/15013/22283 14440/14718/22284 15395/15014/22285 +f 15395/15014/22285 14440/14718/22284 14716/15015/22286 +f 14716/15015/22286 14440/14718/22284 14490/14781/22287 +f 14716/15015/22286 14490/14781/22287 14489/14780/22288 +f 14716/15015/22286 14489/14780/22288 14717/15016/22289 +f 14488/14779/22290 14718/15017/22291 14489/14780/22288 +f 14489/14780/22288 14718/15017/22291 14717/15016/22289 +f 14487/14778/22292 14719/15018/22293 14488/14779/22290 +f 14488/14779/22290 14719/15018/22293 14718/15017/22291 +f 14486/14777/22294 14720/15019/22295 14487/14778/22292 +f 14487/14778/22292 14720/15019/22295 14719/15018/22293 +f 14485/14776/22296 14721/15020/22297 14486/14777/22294 +f 14486/14777/22294 14721/15020/22297 14720/15019/22295 +f 14492/14782/22298 15394/15021/22299 14485/14776/22296 +f 14485/14776/22296 15394/15021/22299 14721/15020/22297 +f 14116/14338/22300 14198/14337/22301 14722/15022/22302 +f 14116/14338/22300 14722/15022/22302 14492/14782/22298 +f 14492/14782/22298 14722/15022/22302 14723/15023/22303 +f 14492/14782/22298 14723/15023/22303 15394/15021/22299 +f 13954/14171/22304 15378/14168/22305 14725/15024/22306 +f 14724/14158/22307 13946/14161/22308 14726/15025/22309 +f 14727/15026/22310 14728/15027/22311 14725/15024/22306 +f 14205/14434/22312 14729/15028/22313 14208/14437/22314 +f 14208/14437/22314 14729/15028/22313 14200/14428/22315 +f 14730/15029/22316 14731/15030/22317 14729/15028/22313 +f 14729/15028/22313 14731/15030/22317 14200/14428/22315 +f 14727/15026/22310 14725/15024/22306 14731/15030/22317 +f 14727/15026/22310 14731/15030/22317 14730/15029/22316 +f 13946/14161/22308 13954/14171/22304 14726/15025/22309 +f 14726/15025/22309 13954/14171/22304 14725/15024/22306 +f 14726/15025/22309 14725/15024/22306 14732/15031/22318 +f 14732/15031/22318 14725/15024/22306 14733/15032/22319 +f 14733/15032/22319 14725/15024/22306 14728/15027/22311 +s 306 +f 14229/14459/22320 14228/14458/22321 15298/15033/22322 +f 15298/15033/22322 14228/14458/22321 14517/14806/22323 +f 15298/15033/22322 14517/14806/22323 15299/15034/22324 +f 15299/15034/22324 14517/14806/22323 14516/14805/22325 +f 15299/15034/22324 14516/14805/22325 14734/15035/22326 +f 14734/15035/22326 14516/14805/22325 14515/14804/22327 +f 14734/15035/22326 14515/14804/22327 14735/15036/22328 +f 14514/14803/22329 14737/15037/22330 14515/14804/22327 +f 14515/14804/22327 14737/15037/22330 14735/15036/22328 +f 14513/14802/22331 14736/15038/22332 14514/14803/22329 +f 14514/14803/22329 14736/15038/22332 14737/15037/22330 +f 14520/14809/22333 14738/15039/22334 14513/14802/22331 +f 14513/14802/22331 14738/15039/22334 14736/15038/22332 +f 14519/14808/22335 14739/15040/22336 14740/15041/22337 +f 14519/14808/22335 14740/15041/22337 14520/14809/22333 +f 14520/14809/22333 14740/15041/22337 14738/15039/22334 +f 14739/15040/22336 14519/14808/22335 14741/15042/22338 +f 14741/15042/22338 14519/14808/22335 14518/14807/22339 +f 14741/15042/22338 14518/14807/22339 15297/15043/22340 +f 15297/15043/22340 14518/14807/22339 13924/14134/22341 +f 15297/15043/22340 13924/14134/22341 14035/14133/22342 +f 13933/14148/22343 14042/14264/22344 14742/15044/22345 +f 14742/15044/22345 14042/14264/22344 14429/14699/22346 +f 14742/15044/22345 14429/14699/22346 14743/15045/22347 +f 14743/15045/22347 14429/14699/22346 14501/14790/22348 +f 14743/15045/22347 14501/14790/22348 14744/15046/22349 +f 14744/15046/22349 14501/14790/22348 14500/14698/22350 +f 14744/15046/22349 14500/14698/22350 14746/15047/22351 +f 14505/14794/22352 14745/15048/22353 14500/14698/22350 +f 14500/14698/22350 14745/15048/22353 14746/15047/22351 +f 14511/14800/22354 14747/15049/22355 14504/14793/22356 +f 14504/14793/22356 14747/15049/22355 14748/15050/22357 +f 14504/14793/22356 14748/15050/22357 14505/14794/22352 +f 14505/14794/22352 14748/15050/22357 14749/15051/22358 +f 14505/14794/22352 14749/15051/22358 14745/15048/22353 +f 14510/14799/22359 14750/15052/22360 14511/14800/22354 +f 14511/14800/22354 14750/15052/22360 14747/15049/22355 +f 14503/14792/22361 14751/15053/22362 14752/15054/22363 +f 14503/14792/22361 14752/15054/22363 14510/14799/22359 +f 14510/14799/22359 14752/15054/22363 14750/15052/22360 +f 14751/15053/22362 14503/14792/22361 14753/15055/22364 +f 14753/15055/22364 14503/14792/22361 14114/14335/22365 +f 14753/15055/22364 14114/14335/22365 14217/14334/22366 +f 14029/14251/22367 13932/14146/22368 14754/15056/22369 +f 14757/15057/22370 14222/14448/22371 14755/15058/22372 +f 14755/15058/22372 14222/14448/22371 14220/14447/22373 +f 14755/15058/22372 14220/14447/22373 14224/14454/22374 +f 14757/15057/22370 14755/15058/22372 14756/15059/22375 +f 14757/15057/22370 14756/15059/22375 14759/15060/22376 +f 14759/15060/22376 14756/15059/22375 14758/15061/22377 +f 14759/15060/22376 14758/15061/22377 14760/15062/22378 +f 14759/15060/22376 14760/15062/22378 13931/14144/22379 +f 13931/14144/22379 14760/15062/22378 14761/15063/22380 +f 14754/15056/22369 13932/14146/22368 14761/15063/22380 +f 14761/15063/22380 13932/14146/22368 13931/14144/22379 +s 39 +f 14762/15064/22381 14763/15065/22382 14765/15066/22383 +f 14765/15066/22383 14763/15065/22382 14764/15067/22384 +f 15571/15068/22385 14766/15069/22386 14768/15070/22387 +f 14768/15070/22387 14766/15069/22386 14767/15071/22388 +f 14768/15070/22387 14767/15071/22388 14769/15072/22389 +f 14769/15072/22389 14767/15071/22388 14770/15073/22390 +f 14769/15072/22389 14770/15073/22390 14771/15074/22391 +f 14771/15074/22391 14770/15073/22390 14772/15075/22392 +f 14771/15074/22391 14772/15075/22392 14773/15076/22393 +f 14773/15076/22393 14772/15075/22392 14774/15077/22394 +f 14773/15076/22393 14774/15077/22394 14776/15078/22395 +f 14776/15078/22395 14774/15077/22394 14775/15079/22396 +f 14776/15078/22395 14775/15079/22396 14777/15080/22397 +f 14776/15078/22395 14777/15080/22397 14778/15081/22398 +f 14778/15081/22398 14777/15080/22397 14779/15082/22399 +f 14778/15081/22398 14779/15082/22399 14780/15083/22400 +f 14780/15083/22400 14779/15082/22399 14781/15084/22401 +f 14780/15083/22400 14781/15084/22401 14783/15085/22402 +f 14783/15085/22402 14781/15084/22401 14782/15086/22403 +f 14783/15085/22402 14782/15086/22403 14784/15087/22404 +f 14783/15085/22402 14784/15087/22404 14786/15088/22405 +f 14786/15088/22405 14784/15087/22404 14785/15089/22406 +f 14786/15088/22405 14785/15089/22406 14787/15090/22407 +f 14787/15090/22407 14785/15089/22406 14788/15091/22408 +f 14787/15090/22407 14788/15091/22408 14791/15092/22409 +f 14791/15092/22409 14788/15091/22408 14789/15093/22410 +f 14791/15092/22409 14789/15093/22410 14790/15094/22411 +f 14791/15092/22409 14790/15094/22411 14792/15095/22412 +f 14791/15092/22409 14792/15095/22412 14762/15064/22381 +f 14762/15064/22381 14792/15095/22412 14763/15065/22382 +f 14765/15066/22383 14764/15067/22384 14793/15096/22413 +f 14793/15096/22413 14764/15067/22384 14794/15097/22414 +f 14793/15096/22413 14794/15097/22414 14795/15098/22415 +f 14795/15098/22415 14794/15097/22414 14796/15099/22416 +f 14795/15098/22415 14796/15099/22416 14797/15100/22417 +f 14796/15099/22416 14798/15101/22418 14797/15100/22417 +f 14797/15100/22417 14798/15101/22418 14799/15102/22419 +f 14797/15100/22417 14799/15102/22419 14801/15103/22420 +f 14801/15103/22420 14799/15102/22419 14800/15104/22421 +f 14801/15103/22420 14800/15104/22421 14802/15105/22422 +f 14801/15103/22420 14802/15105/22422 14804/15106/22423 +f 14804/15106/22423 14802/15105/22422 14803/15107/22424 +f 14804/15106/22423 14803/15107/22424 14805/15108/22425 +f 14804/15106/22423 14805/15108/22425 14806/15109/22426 +f 14806/15109/22426 14805/15108/22425 14807/15110/22427 +f 14806/15109/22426 14807/15110/22427 14808/15111/22428 +f 14808/15111/22428 14807/15110/22427 14809/15112/22429 +f 14808/15111/22428 14809/15112/22429 14811/15113/22430 +f 14811/15113/22430 14809/15112/22429 14810/15114/22431 +f 14811/15113/22430 14810/15114/22431 14812/15115/22432 +f 14811/15113/22430 14812/15115/22432 14814/15116/22433 +f 14814/15116/22433 14812/15115/22432 14813/15117/22434 +f 14814/15116/22433 14813/15117/22434 14815/15118/22435 +f 14815/15118/22435 14813/15117/22434 14816/15119/22436 +f 14815/15118/22435 14816/15119/22436 14818/15120/22437 +f 14818/15120/22437 14816/15119/22436 14817/15121/22438 +f 14818/15120/22437 14817/15121/22438 14819/15122/22439 +f 14818/15120/22437 14819/15122/22439 14820/15123/22440 +f 14820/15123/22440 14819/15122/22439 15943/15124/22441 +f 14820/15123/22440 15943/15124/22441 14821/15125/22442 +f 14821/15125/22442 15943/15124/22441 15945/15126/22443 +f 14821/15125/22442 15945/15126/22443 14822/15127/22444 +f 14822/15127/22444 15945/15126/22443 14823/15128/22445 +f 14822/15127/22444 14823/15128/22445 14825/15129/22446 +f 14825/15129/22446 14823/15128/22445 14824/15130/22447 +f 14824/15130/22447 14826/15131/22448 14825/15129/22446 +f 14825/15129/22446 14826/15131/22448 14827/15132/22449 +f 14825/15129/22446 14827/15132/22449 14828/15133/22450 +f 14828/15133/22450 14827/15132/22449 14829/15134/22451 +f 14828/15133/22450 14829/15134/22451 14831/15135/22452 +f 14831/15135/22452 14829/15134/22451 14830/15136/22453 +f 14831/15135/22452 14830/15136/22453 14832/15137/22454 +f 14832/15137/22454 14830/15136/22453 14833/15138/22455 +f 14832/15137/22454 14833/15138/22455 14834/15139/22456 +f 14834/15139/22456 14833/15138/22455 14835/15140/22457 +f 14834/15139/22456 14835/15140/22457 14836/15141/22458 +f 14837/15142/22459 14838/15143/22460 14840/15144/22461 +f 14840/15144/22461 14838/15143/22460 14839/15145/22462 +f 14836/15141/22458 14835/15140/22457 14841/15146/22463 +f 14836/15141/22458 14841/15146/22463 14842/15147/22464 +f 14842/15147/22464 14841/15146/22463 14843/15148/22465 +f 14842/15147/22464 14843/15148/22465 14845/15149/22466 +f 14845/15149/22466 14843/15148/22465 14844/15150/22467 +f 14845/15149/22466 14844/15150/22467 14846/15151/22468 +f 14846/15151/22468 14844/15150/22467 14847/15152/22469 +f 14846/15151/22468 14847/15152/22469 14848/15153/22470 +f 14848/15153/22470 14847/15152/22469 14849/15154/22471 +f 14848/15153/22470 14849/15154/22471 14850/15155/22472 +f 14850/15155/22472 14849/15154/22471 14851/15156/22473 +f 14850/15155/22472 14851/15156/22473 14853/15157/22474 +f 14853/15157/22474 14851/15156/22473 14852/15158/22475 +f 14853/15157/22474 14852/15158/22475 14854/15159/22476 +f 14853/15157/22474 14854/15159/22476 14856/15160/22477 +f 14856/15160/22477 14854/15159/22476 14855/15161/22478 +f 14856/15160/22477 14855/15161/22478 14857/15162/22479 +f 14857/15162/22479 14855/15161/22478 14858/15163/22480 +f 14857/15162/22479 14858/15163/22480 14859/15164/22481 +f 14859/15164/22481 14858/15163/22480 14860/15165/22482 +f 14859/15164/22481 14860/15165/22482 14861/15166/22483 +f 14861/15166/22483 14860/15165/22482 14862/15167/22484 +f 14861/15166/22483 14862/15167/22484 14863/15168/22485 +f 14863/15168/22485 14862/15167/22484 14864/15169/22486 +f 14863/15168/22485 14864/15169/22486 14866/15170/22487 +f 14866/15170/22487 14864/15169/22486 14865/15171/22488 +f 14866/15170/22487 14865/15171/22488 14868/15172/22489 +f 14868/15172/22489 14865/15171/22488 14867/15173/22490 +f 14868/15172/22489 14867/15173/22490 14869/15174/22491 +f 14868/15172/22489 14869/15174/22491 14837/15142/22459 +f 14837/15142/22459 14869/15174/22491 14838/15143/22460 +f 14840/15144/22461 14839/15145/22462 14871/15175/22492 +f 14871/15175/22492 14839/15145/22462 14870/15176/22493 +f 14871/15175/22492 14870/15176/22493 14872/15177/22494 +f 14871/15175/22492 14872/15177/22494 14873/15178/22495 +f 14872/15177/22494 14874/15179/22496 14873/15178/22495 +f 14873/15178/22495 14874/15179/22496 14875/15180/22497 +f 14873/15178/22495 14875/15180/22497 14876/15181/22498 +f 14876/15181/22498 14875/15180/22497 14877/15182/22499 +f 14877/15182/22499 14875/15180/22497 14878/15183/22500 +f 14877/15182/22499 14878/15183/22500 14880/15184/22501 +f 14880/15184/22501 14878/15183/22500 14879/15185/22502 +f 14880/15184/22501 14879/15185/22502 14881/15186/22503 +f 14881/15186/22503 14879/15185/22502 14882/15187/22504 +f 14881/15186/22503 14882/15187/22504 14883/15188/22505 +f 14883/15188/22505 14882/15187/22504 14884/15189/22506 +f 14884/15189/22506 14882/15187/22504 14885/15190/22507 +f 14884/15189/22506 14885/15190/22507 14886/15191/22508 +f 14886/15191/22508 14885/15190/22507 14887/15192/22509 +f 14886/15191/22508 14887/15192/22509 14888/15193/22510 +f 14888/15193/22510 14887/15192/22509 14889/15194/22511 +f 14888/15193/22510 14889/15194/22511 14891/15195/22512 +f 14891/15195/22512 14889/15194/22511 14890/15196/22513 +f 14891/15195/22512 14890/15196/22513 14892/15197/22514 +f 14892/15197/22514 14890/15196/22513 14893/15198/22515 +f 14892/15197/22514 14893/15198/22515 14895/15199/22516 +f 14895/15199/22516 14893/15198/22515 14894/15200/22517 +f 14895/15199/22516 14894/15200/22517 14896/15201/22518 +f 14895/15199/22516 14896/15201/22518 14898/15202/22519 +f 14898/15202/22519 14896/15201/22518 14897/15203/22520 +f 14898/15202/22519 14897/15203/22520 14899/15204/22521 +f 14898/15202/22519 14899/15204/22521 14901/15205/22522 +f 14901/15205/22522 14899/15204/22521 14900/15206/22523 +f 14901/15205/22522 14900/15206/22523 14902/15207/22524 +f 14902/15207/22524 14900/15206/22523 14903/15208/22525 +f 14902/15207/22524 14903/15208/22525 14905/15209/22526 +f 14905/15209/22526 14903/15208/22525 14904/15210/22527 +f 14905/15209/22526 14904/15210/22527 14906/15211/22528 +f 14905/15209/22526 14906/15211/22528 14907/15212/22529 +f 14907/15212/22529 14906/15211/22528 14908/15213/22530 +f 14907/15212/22529 14908/15213/22530 14910/15214/22531 +f 14910/15214/22531 14908/15213/22530 14909/15215/22532 +f 14910/15214/22531 14909/15215/22532 14911/15216/22533 +f 14911/15216/22533 14909/15215/22532 14912/15217/22534 +f 14911/15216/22533 14912/15217/22534 14913/15218/22535 +f 14913/15218/22535 14912/15217/22534 14914/15219/22536 +f 14913/15218/22535 14914/15219/22536 14915/15220/22537 +f 14916/15221/22538 14917/15222/22539 14918/15223/22540 +f 14915/15220/22537 14914/15219/22536 14919/15224/22541 +f 14915/15220/22537 14919/15224/22541 14921/15225/22542 +f 14921/15225/22542 14919/15224/22541 14920/15226/22543 +f 14921/15225/22542 14920/15226/22543 14922/15227/22544 +f 14921/15225/22542 14922/15227/22544 14924/15228/22545 +f 14924/15228/22545 14922/15227/22544 14923/15229/22546 +f 14924/15228/22545 14923/15229/22546 14925/15230/22547 +f 14924/15228/22545 14925/15230/22547 14926/15231/22548 +f 14926/15231/22548 14925/15230/22547 14927/15232/22549 +f 14926/15231/22548 14927/15232/22549 14928/15233/22550 +f 14928/15233/22550 14927/15232/22549 14929/15234/22551 +f 14928/15233/22550 14929/15234/22551 14931/15235/22552 +f 14931/15235/22552 14929/15234/22551 14930/15236/22553 +f 14931/15235/22552 14930/15236/22553 14933/15237/22554 +f 14933/15237/22554 14930/15236/22553 14932/15238/22555 +f 14933/15237/22554 14932/15238/22555 14934/15239/22556 +f 14934/15239/22556 14932/15238/22555 14935/15240/22557 +f 14934/15239/22556 14935/15240/22557 14937/15241/22558 +f 14937/15241/22558 14935/15240/22557 14936/15242/22559 +f 14937/15241/22558 14936/15242/22559 14938/15243/22560 +f 14937/15241/22558 14938/15243/22560 14939/15244/22561 +f 14939/15244/22561 14938/15243/22560 15986/15245/22562 +f 14939/15244/22561 15986/15245/22562 14941/15246/22563 +f 14941/15246/22563 15986/15245/22562 14940/15247/22564 +f 14941/15246/22563 14940/15247/22564 14942/15248/22565 +f 14942/15248/22565 14940/15247/22564 14943/15249/22566 +f 14942/15248/22565 14943/15249/22566 14944/15250/22567 +f 14944/15250/22567 14943/15249/22566 14945/15251/22568 +f 14944/15250/22567 14945/15251/22568 14916/15221/22538 +f 14916/15221/22538 14945/15251/22568 14917/15222/22539 +f 14918/15223/22540 14917/15222/22539 14947/15252/22569 +f 14947/15252/22569 14917/15222/22539 14946/15253/22570 +f 14947/15252/22569 14946/15253/22570 14948/15254/22571 +f 14947/15252/22569 14948/15254/22571 14949/15255/22572 +f 14949/15255/22572 14948/15254/22571 14950/15256/22573 +f 14949/15255/22572 14950/15256/22573 14951/15257/22574 +f 14951/15257/22574 14950/15256/22573 14952/15258/22575 +f 14952/15258/22575 14950/15256/22573 14953/15259/22576 +f 14952/15258/22575 14953/15259/22576 15571/15068/22385 +f 15571/15068/22385 14953/15259/22576 14954/15260/22577 +f 15571/15068/22385 14954/15260/22577 14766/15069/22386 +s 122 +f 14955/15261/22578 14963/15262/22579 14956/15263/22580 +f 14956/15263/22580 14963/15262/22579 14957/15264/22581 +f 14957/15264/22581 14963/15262/22579 14958/15265/22582 +f 14959/15266/22583 14968/15267/22584 14960/15268/22585 +f 14960/15268/22585 14968/15267/22584 14961/15269/22586 +f 14960/15268/22585 14961/15269/22586 14962/15270/22587 +f 14962/15270/22587 14961/15269/22586 14955/15261/22578 +f 14955/15261/22578 14961/15269/22586 14963/15262/22579 +f 14964/15271/22588 14965/15272/22589 14966/15273/22590 +f 14966/15273/22590 14965/15272/22589 14967/15274/22591 +f 14967/15274/22591 14965/15272/22589 14959/15266/22583 +f 14959/15266/22583 14965/15272/22589 14968/15267/22584 +f 14963/15262/22579 14969/15275/22592 14958/15265/22582 +f 14958/15265/22582 14969/15275/22592 14970/15276/22593 +f 14970/15276/22593 14969/15275/22592 14971/15277/22594 +f 14971/15277/22594 14969/15275/22592 14972/15278/22595 +f 14973/15279/22596 14981/15280/22597 14974/15281/22598 +f 14974/15281/22598 14981/15280/22597 14975/15282/22599 +f 14974/15281/22598 14975/15282/22599 14976/15283/22600 +f 14976/15283/22600 14975/15282/22599 14977/15284/22601 +f 14969/15275/22592 14978/15285/22602 14972/15278/22595 +f 14972/15278/22595 14978/15285/22602 14979/15286/22603 +f 14979/15286/22603 14978/15285/22602 14980/15287/22604 +f 14980/15287/22604 14978/15285/22602 14981/15280/22597 +f 14980/15287/22604 14981/15280/22597 14973/15279/22596 +f 14982/15288/22605 14994/15289/22606 14983/15290/22607 +f 14983/15290/22607 14994/15289/22606 14984/15291/22608 +f 14984/15291/22608 14994/15289/22606 14964/15271/22588 +f 14964/15271/22588 14994/15289/22606 14965/15272/22589 +f 14985/15292/22609 14986/15293/22610 14987/15294/22611 +f 14987/15294/22611 14986/15293/22610 14988/15295/22612 +f 14988/15295/22612 14986/15293/22610 14989/15296/22613 +f 14986/15293/22610 14990/15297/22614 14989/15296/22613 +f 14989/15296/22613 14990/15297/22614 14991/15298/22615 +f 14991/15298/22615 14990/15297/22614 14992/15299/22616 +f 14992/15299/22616 14990/15297/22614 14993/15300/22617 +f 14993/15300/22617 14990/15297/22614 14982/15288/22605 +f 14982/15288/22605 14990/15297/22614 14994/15289/22606 +f 14995/15301/22618 15004/15302/22619 14996/15303/22620 +f 14996/15303/22620 15004/15302/22619 14997/15304/22621 +f 14996/15303/22620 14997/15304/22621 14998/15305/22622 +f 14998/15305/22622 14997/15304/22621 14985/15292/22609 +f 14985/15292/22609 14997/15304/22621 14986/15293/22610 +f 14977/15284/22601 14975/15282/22599 14999/15306/22623 +f 14999/15306/22623 14975/15282/22599 15000/15307/22624 +f 15000/15307/22624 14975/15282/22599 15001/15308/22625 +f 15000/15307/22624 15001/15308/22625 15002/15309/22626 +f 15002/15309/22626 15001/15308/22625 15003/15310/22627 +f 15003/15310/22627 15001/15308/22625 15004/15302/22619 +f 15003/15310/22627 15004/15302/22619 15005/15311/22628 +f 15005/15311/22628 15004/15302/22619 14995/15301/22618 +f 15006/15312/22629 15025/15313/22630 15007/15314/22631 +f 15007/15314/22631 15025/15313/22630 15008/15315/22632 +f 15007/15314/22631 15008/15315/22632 15009/15316/22633 +f 15009/15316/22633 15008/15315/22632 15010/15317/22634 +f 15010/15317/22634 15008/15315/22632 15011/15318/22635 +f 15010/15317/22634 15011/15318/22635 15012/15319/22636 +f 15012/15319/22636 15011/15318/22635 15013/15320/22637 +f 15012/15319/22636 15013/15320/22637 15014/15321/22638 +f 15014/15321/22638 15013/15320/22637 15015/15322/22639 +f 15016/15323/22640 15035/15324/22641 15017/15325/22642 +f 15017/15325/22642 15035/15324/22641 15018/15326/22643 +f 15017/15325/22642 15018/15326/22643 15019/15327/22644 +f 15019/15327/22644 15018/15326/22643 15020/15328/22645 +f 15020/15328/22645 15018/15326/22643 15021/15329/22646 +f 15020/15328/22645 15021/15329/22646 15022/15330/22647 +f 15022/15330/22647 15021/15329/22646 15023/15331/22648 +f 15022/15330/22647 15023/15331/22648 15024/15332/22649 +f 15024/15332/22649 15023/15331/22648 15006/15312/22629 +f 15006/15312/22629 15023/15331/22648 15025/15313/22630 +f 15026/15333/22650 15045/15334/22651 15027/15335/22652 +f 15027/15335/22652 15045/15334/22651 15028/15336/22653 +f 15027/15335/22652 15028/15336/22653 15029/15337/22654 +f 15029/15337/22654 15028/15336/22653 15030/15338/22655 +f 15030/15338/22655 15028/15336/22653 15031/15339/22656 +f 15030/15338/22655 15031/15339/22656 15032/15340/22657 +f 15032/15340/22657 15031/15339/22656 15033/15341/22658 +f 15032/15340/22657 15033/15341/22658 15034/15342/22659 +f 15034/15342/22659 15033/15341/22658 15016/15323/22640 +f 15016/15323/22640 15033/15341/22658 15035/15324/22641 +f 15036/15343/22660 15055/15344/22661 15037/15345/22662 +f 15037/15345/22662 15055/15344/22661 15038/15346/22663 +f 15037/15345/22662 15038/15346/22663 15039/15347/22664 +f 15039/15347/22664 15038/15346/22663 15040/15348/22665 +f 15040/15348/22665 15038/15346/22663 15041/15349/22666 +f 15040/15348/22665 15041/15349/22666 15042/15350/22667 +f 15042/15350/22667 15041/15349/22666 15043/15351/22668 +f 15042/15350/22667 15043/15351/22668 15044/15352/22669 +f 15044/15352/22669 15043/15351/22668 15026/15333/22650 +f 15026/15333/22650 15043/15351/22668 15045/15334/22651 +f 15046/15353/22670 15068/15354/22671 15047/15355/22672 +f 15047/15355/22672 15068/15354/22671 15048/15356/22673 +f 15047/15355/22672 15048/15356/22673 15049/15357/22674 +f 15049/15357/22674 15048/15356/22673 15050/15358/22675 +f 15050/15358/22675 15048/15356/22673 15051/15359/22676 +f 15050/15358/22675 15051/15359/22676 15052/15360/22677 +f 15052/15360/22677 15051/15359/22676 15053/15361/22678 +f 15052/15360/22677 15053/15361/22678 15054/15362/22679 +f 15054/15362/22679 15053/15361/22678 15036/15343/22660 +f 15036/15343/22660 15053/15361/22678 15055/15344/22661 +f 15056/15363/22680 15078/15364/22681 15057/15365/22682 +f 15057/15365/22682 15078/15364/22681 15058/15366/22683 +f 15057/15365/22682 15058/15366/22683 15059/15367/22684 +f 15059/15367/22684 15058/15366/22683 15060/15368/22685 +f 15060/15368/22685 15058/15366/22683 15061/15369/22686 +f 15060/15368/22685 15061/15369/22686 15062/15370/22687 +f 15062/15370/22687 15061/15369/22686 15063/15371/22688 +f 15063/15371/22688 15061/15369/22686 15064/15372/22689 +f 15063/15371/22688 15064/15372/22689 15065/15373/22690 +f 15065/15373/22690 15064/15372/22689 15066/15374/22691 +f 15065/15373/22690 15066/15374/22691 15067/15375/22692 +f 15067/15375/22692 15066/15374/22691 15046/15353/22670 +f 15046/15353/22670 15066/15374/22691 15068/15354/22671 +f 15069/15376/22693 15088/15377/22694 15070/15378/22695 +f 15070/15378/22695 15088/15377/22694 15071/15379/22696 +f 15070/15378/22695 15071/15379/22696 15072/15380/22697 +f 15072/15380/22697 15071/15379/22696 15073/15381/22698 +f 15073/15381/22698 15071/15379/22696 15074/15382/22699 +f 15073/15381/22698 15074/15382/22699 15075/15383/22700 +f 15075/15383/22700 15074/15382/22699 15076/15384/22701 +f 15076/15384/22701 15074/15382/22699 15077/15385/22702 +f 15076/15384/22701 15077/15385/22702 15056/15363/22680 +f 15056/15363/22680 15077/15385/22702 15078/15364/22681 +f 15079/15386/22703 15098/15387/22704 15080/15388/22705 +f 15080/15388/22705 15098/15387/22704 15081/15389/22706 +f 15080/15388/22705 15081/15389/22706 15082/15390/22707 +f 15082/15390/22707 15081/15389/22706 15083/15391/22708 +f 15083/15391/22708 15081/15389/22706 15084/15392/22709 +f 15083/15391/22708 15084/15392/22709 15085/15393/22710 +f 15085/15393/22710 15084/15392/22709 15086/15394/22711 +f 15086/15394/22711 15084/15392/22709 15087/15395/22712 +f 15086/15394/22711 15087/15395/22712 15069/15376/22693 +f 15069/15376/22693 15087/15395/22712 15088/15377/22694 +f 15089/15396/22713 15108/15397/22714 15090/15398/22715 +f 15090/15398/22715 15108/15397/22714 15091/15399/22716 +f 15090/15398/22715 15091/15399/22716 15092/15400/22717 +f 15092/15400/22717 15091/15399/22716 15093/15401/22718 +f 15093/15401/22718 15091/15399/22716 15094/15402/22719 +f 15093/15401/22718 15094/15402/22719 15095/15403/22720 +f 15095/15403/22720 15094/15402/22719 15096/15404/22721 +f 15096/15404/22721 15094/15402/22719 15097/15405/22722 +f 15096/15404/22721 15097/15405/22722 15079/15386/22703 +f 15079/15386/22703 15097/15405/22722 15098/15387/22704 +f 15099/15406/22723 15118/15407/22724 15100/15408/22725 +f 15100/15408/22725 15118/15407/22724 15101/15409/22726 +f 15100/15408/22725 15101/15409/22726 15102/15410/22727 +f 15102/15410/22727 15101/15409/22726 15103/15411/22728 +f 15103/15411/22728 15101/15409/22726 15104/15412/22729 +f 15103/15411/22728 15104/15412/22729 15105/15413/22730 +f 15105/15413/22730 15104/15412/22729 15106/15414/22731 +f 15106/15414/22731 15104/15412/22729 15107/15415/22732 +f 15106/15414/22731 15107/15415/22732 15089/15396/22713 +f 15089/15396/22713 15107/15415/22732 15108/15397/22714 +f 15109/15416/22733 15128/15417/22734 15110/15418/22735 +f 15110/15418/22735 15128/15417/22734 15111/15419/22736 +f 15110/15418/22735 15111/15419/22736 15112/15420/22737 +f 15112/15420/22737 15111/15419/22736 15113/15421/22738 +f 15113/15421/22738 15111/15419/22736 15114/15422/22739 +f 15113/15421/22738 15114/15422/22739 15115/15423/22740 +f 15115/15423/22740 15114/15422/22739 15116/15424/22741 +f 15116/15424/22741 15114/15422/22739 15117/15425/22742 +f 15116/15424/22741 15117/15425/22742 15099/15406/22723 +f 15099/15406/22723 15117/15425/22742 15118/15407/22724 +f 15013/15320/22637 15119/15426/22743 15015/15322/22639 +f 15015/15322/22639 15119/15426/22743 15120/15427/22744 +f 15120/15427/22744 15119/15426/22743 15121/15428/22745 +f 15120/15427/22744 15121/15428/22745 15122/15429/22746 +f 15122/15429/22746 15121/15428/22745 15123/15430/22747 +f 15123/15430/22747 15121/15428/22745 15124/15431/22748 +f 15123/15430/22747 15124/15431/22748 15125/15432/22749 +f 15125/15432/22749 15124/15431/22748 15126/15433/22750 +f 15126/15433/22750 15124/15431/22748 15127/15434/22751 +f 15126/15433/22750 15127/15434/22751 15109/15416/22733 +f 15109/15416/22733 15127/15434/22751 15128/15417/22734 +s 262 +f 13974/14193/22157 13981/14190/22752 15129/15435/22753 +f 14646/14940/22138 15131/14941/22140 15130/15436/22754 +f 14646/14940/22138 15130/15436/22754 14167/14395/22136 +f 13974/14193/22157 15129/15435/22753 14655/14950/22158 +f 14655/14950/22158 15129/15435/22753 14653/14949/22155 +f 14654/14948/22153 15132/15437/22755 14652/14947/22151 +f 14652/14947/22151 15132/15437/22755 15133/15438/22756 +f 14652/14947/22151 15133/15438/22756 14651/14946/22149 +f 14651/14946/22149 15133/15438/22756 14650/14945/22147 +f 14650/14945/22147 15134/15439/22757 14649/14944/22145 +f 14649/14944/22145 15134/15439/22757 14647/14942/22143 +f 14647/14942/22143 15135/15440/22758 14648/14943/22144 +f 14648/14943/22144 15135/15440/22758 15131/14941/22140 +f 15130/15436/22754 14169/14397/22759 14167/14395/22136 +f 15129/15435/22753 15136/15441/22760 14653/14949/22155 +f 14653/14949/22155 15136/15441/22760 15137/15442/22761 +f 14653/14949/22155 15137/15442/22761 14654/14948/22153 +f 14654/14948/22153 15137/15442/22761 15132/15437/22755 +f 15133/15438/22756 15138/15443/22762 14650/14945/22147 +f 14650/14945/22147 15138/15443/22762 15134/15439/22757 +f 15134/15439/22757 15139/15444/22763 14647/14942/22143 +f 14647/14942/22143 15139/15444/22763 15135/15440/22758 +f 15135/15440/22758 15140/15445/22764 15131/14941/22140 +f 15131/14941/22140 15140/15445/22764 15130/15436/22754 +f 15140/15445/22764 14170/14398/22765 15130/15436/22754 +f 15130/15436/22754 14170/14398/22765 14169/14397/22759 +f 15129/15435/22753 13981/14190/22752 15136/15441/22760 +f 15137/15442/22766 15141/15446/22767 15132/15437/22768 +f 15132/15437/22768 15141/15446/22767 15143/15447/22769 +f 15132/15437/22768 15143/15447/22769 15133/15438/22770 +f 15133/15438/22770 15143/15447/22769 15138/15443/22762 +f 15138/15443/22762 15144/15448/22771 15134/15439/22757 +f 15134/15439/22757 15144/15448/22771 15139/15444/22763 +f 15139/15444/22763 15145/15449/22772 15135/15440/22758 +f 15135/15440/22758 15145/15449/22772 15140/15445/22773 +f 15140/15445/22773 14172/14399/22774 14170/14398/22775 +f 13981/14190/22752 13980/14200/22776 15142/15450/22777 +f 13981/14190/22752 15142/15450/22777 15136/15441/22760 +f 15136/15441/22760 15142/15450/22777 15137/15442/22766 +f 15137/15442/22766 15142/15450/22777 15141/15446/22767 +f 15138/15443/22762 15143/15447/22769 15144/15448/22771 +f 15139/15444/22763 15144/15448/22771 15145/15449/22772 +f 15140/15445/22773 15145/15449/22772 14172/14399/22774 +f 15142/15450/22777 15146/15451/22778 15141/15446/22767 +f 15141/15446/22767 15146/15451/22778 15143/15447/22779 +f 15143/15447/22779 14674/14968/22193 15144/15448/22780 +f 15144/15448/22780 14670/14963/22186 15145/15449/22781 +f 13980/14200/22776 14667/14198/22182 15142/15450/22777 +f 15142/15450/22777 14667/14198/22182 14669/14962/22184 +f 15142/15450/22777 14669/14962/22184 15146/15451/22778 +f 15146/15451/22778 14673/14967/22192 15143/15447/22779 +f 15143/15447/22779 14673/14967/22192 14674/14968/22193 +f 15144/15448/22780 14674/14968/22193 14670/14963/22186 +f 15145/15449/22781 14670/14963/22186 14172/14399/22782 +f 14669/14962/22184 14671/14965/22190 15146/15451/22778 +f 15146/15451/22778 14671/14965/22190 14672/14966/22191 +f 15146/15451/22778 14672/14966/22191 14673/14967/22192 +f 14670/14963/22186 14173/14401/22185 14172/14399/22782 +f 15147/15452/22783 14161/14390/22784 14176/14388/22187 +f 14161/14390/22784 15147/15452/22783 14163/14392/22785 +f 14164/14343/22181 14163/14392/22786 15148/15453/22787 +f 14666/14961/22179 14164/14343/22181 15148/15453/22787 +f 13986/14205/22788 13984/14203/22159 15149/15454/22789 +f 13986/14205/22788 15149/15454/22789 15150/15455/22790 +f 15150/15455/22790 13987/14206/22791 13986/14205/22788 +f 15151/14207/22792 14668/14964/22189 13990/14210/22188 +f 15152/15456/22793 14668/14964/22189 15151/14207/22792 +f 15152/15456/22793 15151/14207/22792 13987/14206/22791 +f 15152/15456/22793 13987/14206/22791 15150/15455/22790 +f 15153/15457/22794 14668/14964/22189 15152/15456/22793 +f 15153/15457/22794 15152/15456/22793 15154/15458/22795 +f 15154/15458/22795 15152/15456/22793 15150/15455/22790 +f 15154/15458/22795 15150/15455/22790 15155/15459/22796 +f 15155/15459/22796 15150/15455/22790 15156/15460/22797 +f 15156/15460/22797 15150/15455/22790 15149/15454/22789 +f 15157/15461/22798 15153/15457/22794 15154/15458/22795 +f 15157/15461/22798 15154/15458/22795 15158/15462/22799 +f 15158/15462/22799 15154/15458/22795 15155/15459/22796 +f 15158/15462/22799 15155/15459/22796 15159/15463/22800 +f 15159/15463/22800 15155/15459/22796 15156/15460/22797 +f 15159/15463/22800 15156/15460/22797 14657/14953/22165 +f 15162/15464/22801 15160/15465/22802 15161/15466/22803 +f 15162/15464/22801 15161/15466/22803 15164/15467/22804 +f 15164/15467/22804 15161/15466/22803 15163/15468/22805 +f 15164/15467/22804 15163/15468/22805 15166/15469/22806 +f 15166/15469/22806 15163/15468/22805 15165/15470/22807 +f 15166/15469/22806 15165/15470/22807 14665/14960/22178 +f 14665/14960/22178 15165/15470/22807 14663/14958/22175 +f 15167/15471/22808 14664/14959/22177 14666/14961/22179 +f 15167/15471/22808 14666/14961/22179 15148/15453/22787 +f 15167/15471/22808 15148/15453/22809 14163/14392/22785 +f 15167/15471/22808 14163/14392/22785 15168/15472/22810 +f 15168/15472/22810 14163/14392/22785 15169/15473/22811 +f 15169/15473/22811 14163/14392/22785 15147/15452/22783 +f 14675/14969/22194 15147/15452/22783 14176/14388/22187 +f 15147/15452/22783 14675/14969/22194 15160/15465/22802 +f 15147/15452/22783 15160/15465/22802 15169/15473/22811 +f 15169/15473/22811 15160/15465/22802 15162/15464/22801 +f 15169/15473/22811 15162/15464/22801 15168/15472/22810 +f 15168/15472/22810 15162/15464/22801 15164/15467/22804 +f 15168/15472/22810 15164/15467/22804 15167/15471/22808 +f 15167/15471/22808 15164/15467/22804 15166/15469/22806 +f 15167/15471/22808 15166/15469/22806 14665/14960/22178 +f 15167/15471/22808 14665/14960/22178 14664/14959/22177 +f 15170/15474/22812 14662/14957/22173 14663/14958/22175 +f 15170/15474/22812 14663/14958/22175 15165/15470/22807 +f 15170/15474/22812 15165/15470/22807 15163/15468/22805 +f 15170/15474/22812 15163/15468/22805 15171/15475/22813 +f 15171/15475/22813 15163/15468/22805 15161/15466/22803 +f 15171/15475/22813 15161/15466/22803 15172/15476/22814 +f 15172/15476/22814 15161/15466/22803 15160/15465/22802 +f 15172/15476/22814 15160/15465/22802 15173/15477/22815 +f 15173/15477/22815 15160/15465/22802 14675/14969/22194 +f 14660/14956/22171 14662/14957/22173 15170/15474/22812 +f 14660/14956/22171 15170/15474/22812 15174/15478/22816 +f 15174/15478/22816 15170/15474/22812 15175/15479/22817 +f 15175/15479/22817 15170/15474/22812 15171/15475/22813 +f 15175/15479/22817 15171/15475/22813 15176/15480/22818 +f 15176/15480/22818 15171/15475/22813 15172/15476/22814 +f 15176/15480/22818 15172/15476/22814 15173/15477/22815 +f 14676/14970/22195 15173/15477/22815 14675/14969/22194 +f 14661/14955/22169 14660/14956/22171 15177/15481/22819 +f 15177/15481/22819 14660/14956/22171 15174/15478/22816 +f 15177/15481/22819 15174/15478/22816 15178/15482/22820 +f 15178/15482/22820 15174/15478/22816 15175/15479/22817 +f 15178/15482/22820 15175/15479/22817 15179/15483/22821 +f 15179/15483/22821 15175/15479/22817 15176/15480/22818 +f 15179/15483/22821 15176/15480/22818 15173/15477/22815 +f 15180/15484/22822 14659/14952/22164 14661/14955/22169 +f 15180/15484/22822 14661/14955/22169 15177/15481/22819 +f 15180/15484/22822 15177/15481/22819 15181/15485/22823 +f 15181/15485/22823 15177/15481/22819 15178/15482/22820 +f 15181/15485/22823 15178/15482/22820 15182/15486/22824 +f 15182/15486/22824 15178/15482/22820 15179/15483/22821 +f 15182/15486/22824 15179/15483/22821 15173/15477/22815 +f 15182/15486/22824 15173/15477/22815 14676/14970/22195 +f 14676/14970/22195 14668/14964/22189 15182/15486/22824 +f 15182/15486/22824 14668/14964/22189 15153/15457/22794 +f 15182/15486/22824 15153/15457/22794 15157/15461/22798 +f 15182/15486/22824 15157/15461/22798 15181/15485/22823 +f 15181/15485/22823 15157/15461/22798 15158/15462/22799 +f 15181/15485/22823 15158/15462/22799 15180/15484/22822 +f 15180/15484/22822 15158/15462/22799 15159/15463/22800 +f 15180/15484/22822 15159/15463/22800 14657/14953/22165 +f 15180/15484/22822 14657/14953/22165 14659/14952/22164 +f 15156/15460/22797 15149/15454/22789 14658/14954/22167 +f 15156/15460/22797 14658/14954/22167 14657/14953/22165 +f 15149/15454/22789 13984/14203/22159 14656/14951/22161 +f 15149/15454/22789 14656/14951/22161 14658/14954/22167 +s 246 +f 15183/15487/22825 13997/14136/22098 13996/14217/22826 +f 14616/14910/22078 15187/14911/22080 15184/15488/22827 +f 14616/14910/22078 15184/15488/22827 14154/14381/22076 +f 13997/14136/22098 15183/15487/22825 14625/14920/22096 +f 14625/14920/22096 15183/15487/22825 14624/14919/22094 +f 14622/14917/22092 15188/15489/22828 14623/14918/22093 +f 14623/14918/22093 15188/15489/22828 15189/15490/22829 +f 14623/14918/22093 15189/15490/22829 14620/14916/22090 +f 14620/14916/22090 15189/15490/22829 14621/14915/22088 +f 14621/14915/22088 15190/15491/22830 14619/14914/22086 +f 14619/14914/22086 15190/15491/22830 14618/14913/22084 +f 14618/14913/22084 15191/15492/22831 14617/14912/22082 +f 14617/14912/22082 15191/15492/22831 15187/14911/22080 +f 15184/15488/22827 14156/14383/22832 14154/14381/22076 +f 15183/15487/22825 15192/15493/22833 14624/14919/22094 +f 14624/14919/22094 15192/15493/22833 15193/15494/22834 +f 14624/14919/22094 15193/15494/22834 14622/14917/22092 +f 14622/14917/22092 15193/15494/22834 15188/15489/22828 +f 15189/15490/22829 15194/15495/22835 14621/14915/22088 +f 14621/14915/22088 15194/15495/22835 15190/15491/22830 +f 15190/15491/22830 15195/15496/22836 14618/14913/22084 +f 14618/14913/22084 15195/15496/22836 15191/15492/22831 +f 15191/15492/22831 15196/15497/22837 15187/14911/22080 +f 15187/14911/22080 15196/15497/22837 15184/15488/22827 +f 15196/15497/22837 15185/15498/22838 15184/15488/22827 +f 15184/15488/22827 15185/15498/22838 14156/14383/22832 +f 13996/14217/22839 13995/14216/22840 15183/15487/22825 +f 15183/15487/22825 13995/14216/22840 15192/15493/22833 +f 15185/15498/22838 15186/14384/22841 14156/14383/22832 +f 15193/15494/22842 15197/15499/22843 15188/15489/22844 +f 15188/15489/22844 15197/15499/22843 15199/15500/22845 +f 15188/15489/22844 15199/15500/22845 15189/15490/22846 +f 15189/15490/22846 15199/15500/22845 15194/15495/22835 +f 15194/15495/22835 15200/15501/22847 15190/15491/22830 +f 15190/15491/22830 15200/15501/22847 15195/15496/22836 +f 15195/15496/22836 15201/15502/22848 15191/15492/22831 +f 15191/15492/22831 15201/15502/22848 15196/15497/22849 +f 15196/15497/22837 15186/14384/22841 15185/15498/22838 +f 13995/14216/22840 13994/14213/22850 15198/15503/22851 +f 13995/14216/22840 15198/15503/22851 15192/15493/22833 +f 15192/15493/22833 15198/15503/22851 15193/15494/22842 +f 15193/15494/22842 15198/15503/22851 15197/15499/22843 +f 15194/15495/22835 15199/15500/22845 15200/15501/22847 +f 15195/15496/22836 15200/15501/22847 15201/15502/22848 +f 15196/15497/22849 15201/15502/22848 15186/14384/22852 +f 15198/15503/22851 15202/15504/22853 15197/15499/22843 +f 15197/15499/22843 15202/15504/22853 15199/15500/22854 +f 15199/15500/22854 14643/14938/22134 15200/15501/22855 +f 15200/15501/22855 14639/14935/22127 15201/15502/22848 +f 15201/15502/22848 14157/14385/22126 15186/14384/22852 +f 15198/15503/22851 13994/14213/22850 14642/14937/22133 +f 15198/15503/22851 14642/14937/22133 15202/15504/22853 +f 15202/15504/22853 14637/14932/22122 15199/15500/22854 +f 15199/15500/22854 14637/14932/22122 14643/14938/22134 +f 15200/15501/22855 14643/14938/22134 14639/14935/22127 +f 15201/15502/22848 14639/14935/22127 14157/14385/22126 +f 13994/14213/22850 13992/14212/22131 14642/14937/22133 +f 14642/14937/22133 14641/14936/22129 15202/15504/22853 +f 15202/15504/22853 14641/14936/22129 14638/14933/22123 +f 15202/15504/22853 14638/14933/22123 14637/14932/22122 +f 15205/14374/22856 14147/14373/22857 15204/15505/22858 +f 14644/14378/22128 15203/15506/22859 14144/14369/22860 +f 14147/14373/22857 14144/14369/22860 15203/15506/22859 +f 14148/14346/22119 15205/14374/22856 14635/14930/22120 +f 14006/14227/22861 14004/14225/22099 14626/14921/22101 +f 15206/15507/22862 15207/14219/22863 14006/14227/22861 +f 15207/14219/22863 15208/15508/22864 14000/14220/22130 +f 14000/14220/22130 15208/15508/22864 15209/15509/22865 +f 14640/14934/22124 14000/14220/22130 15209/15509/22865 +f 15206/15507/22862 15208/15508/22864 15207/14219/22863 +f 15210/15510/22866 14640/14934/22124 15209/15509/22865 +f 15210/15510/22866 15209/15509/22865 15208/15508/22864 +f 15210/15510/22866 15208/15508/22864 15211/15511/22867 +f 15211/15511/22867 15208/15508/22864 15206/15507/22862 +f 15211/15511/22867 15206/15507/22862 15212/15512/22868 +f 15212/15512/22868 15206/15507/22862 15213/15513/22869 +f 15214/15514/22870 15210/15510/22866 15211/15511/22867 +f 15214/15514/22870 15211/15511/22867 15215/15515/22871 +f 15215/15515/22871 15211/15511/22867 15212/15512/22868 +f 15215/15515/22871 15212/15512/22868 15216/15516/22872 +f 15216/15516/22872 15212/15512/22868 15213/15513/22869 +f 15216/15516/22872 15213/15513/22869 14628/14923/22105 +f 14644/14378/22128 14645/14939/22135 15217/15517/22873 +f 15219/15518/22874 15217/15517/22873 15218/15519/22875 +f 15219/15518/22874 15218/15519/22875 15221/15520/22876 +f 15221/15520/22876 15218/15519/22875 15220/15521/22877 +f 15221/15520/22876 15220/15521/22877 15223/15522/22878 +f 15223/15522/22878 15220/15521/22877 15222/15523/22879 +f 15223/15522/22878 15222/15523/22879 14634/14929/22117 +f 14634/14929/22117 15222/15523/22879 14633/14928/22115 +f 15224/15524/22880 14636/14931/22121 14635/14930/22120 +f 15224/15524/22880 14635/14930/22120 15205/14374/22856 +f 15224/15524/22880 15205/14374/22856 15225/15525/22881 +f 15225/15525/22881 15205/14374/22856 15204/15505/22858 +f 15225/15525/22881 15204/15505/22858 15226/15526/22882 +f 15226/15526/22882 15204/15505/22858 14147/14373/22857 +f 15226/15526/22882 14147/14373/22857 15203/15506/22859 +f 15203/15506/22859 14644/14378/22128 15217/15517/22873 +f 15203/15506/22859 15217/15517/22873 15226/15526/22882 +f 15226/15526/22882 15217/15517/22873 15219/15518/22874 +f 15226/15526/22882 15219/15518/22874 15225/15525/22881 +f 15225/15525/22881 15219/15518/22874 15221/15520/22876 +f 15225/15525/22881 15221/15520/22876 15224/15524/22880 +f 15224/15524/22880 15221/15520/22876 15223/15522/22878 +f 15224/15524/22880 15223/15522/22878 14634/14929/22117 +f 15224/15524/22880 14634/14929/22117 14636/14931/22121 +f 14632/14926/22111 14631/14927/22113 15227/15527/22883 +f 15227/15527/22883 14631/14927/22113 14633/14928/22115 +f 15227/15527/22883 14633/14928/22115 15222/15523/22879 +f 15227/15527/22883 15222/15523/22879 15228/15528/22884 +f 15228/15528/22884 15222/15523/22879 15220/15521/22877 +f 15228/15528/22884 15220/15521/22877 15229/15529/22885 +f 15229/15529/22885 15220/15521/22877 15218/15519/22875 +f 15229/15529/22885 15218/15519/22875 15230/15530/22886 +f 15230/15530/22886 15218/15519/22875 15217/15517/22873 +f 15230/15530/22886 15217/15517/22873 14645/14939/22135 +f 14632/14926/22111 15227/15527/22883 15231/15531/22887 +f 15231/15531/22887 15227/15527/22883 15232/15532/22888 +f 15232/15532/22888 15227/15527/22883 15228/15528/22884 +f 15232/15532/22888 15228/15528/22884 15233/15533/22889 +f 15233/15533/22889 15228/15528/22884 15229/15529/22885 +f 15233/15533/22889 15229/15529/22885 15230/15530/22886 +f 14630/14925/22109 14632/14926/22111 15234/15534/22890 +f 15234/15534/22890 14632/14926/22111 15231/15531/22887 +f 15234/15534/22890 15231/15531/22887 15235/15535/22891 +f 15235/15535/22891 15231/15531/22887 15232/15532/22888 +f 15235/15535/22891 15232/15532/22888 15236/15536/22892 +f 15236/15536/22892 15232/15532/22888 15233/15533/22889 +f 15236/15536/22892 15233/15533/22889 15237/15537/22893 +f 15237/15537/22893 15233/15533/22889 15230/15530/22886 +f 15237/15537/22893 15230/15530/22886 14640/14934/22124 +f 14640/14934/22124 15230/15530/22886 14645/14939/22135 +f 15238/15538/22894 14629/14924/22107 14630/14925/22109 +f 15238/15538/22894 14630/14925/22109 15234/15534/22890 +f 15238/15538/22894 15234/15534/22890 15239/15539/22895 +f 15239/15539/22895 15234/15534/22890 15235/15535/22891 +f 15239/15539/22895 15235/15535/22891 15240/15540/22896 +f 15240/15540/22896 15235/15535/22891 15236/15536/22892 +f 15240/15540/22896 15236/15536/22892 15237/15537/22893 +f 15237/15537/22893 14640/14934/22124 15210/15510/22866 +f 15237/15537/22893 15210/15510/22866 15240/15540/22896 +f 15240/15540/22896 15210/15510/22866 15214/15514/22870 +f 15240/15540/22896 15214/15514/22870 15239/15539/22895 +f 15239/15539/22895 15214/15514/22870 15215/15515/22871 +f 15239/15539/22895 15215/15515/22871 15238/15538/22894 +f 15238/15538/22894 15215/15515/22871 15216/15516/22872 +f 15238/15538/22894 15216/15516/22872 14628/14923/22105 +f 15238/15538/22894 14628/14923/22105 14629/14924/22107 +f 15206/15507/22862 14006/14227/22861 14626/14921/22101 +f 15206/15507/22862 14626/14921/22101 15213/15513/22869 +f 15213/15513/22869 14626/14921/22101 14627/14922/22103 +f 15213/15513/22869 14627/14922/22103 14628/14923/22105 +s 232 +f 14008/14230/22036 14018/14229/22897 15241/15541/22898 +f 14585/14878/22016 15244/14879/22018 15243/15542/22899 +f 14585/14878/22016 15243/15542/22899 14136/14363/22014 +f 14008/14230/22036 15241/15541/22898 15242/14888/22034 +f 15242/14888/22034 15241/15541/22898 14593/14887/22032 +f 14591/14885/22030 15245/15543/22900 14592/14886/22031 +f 14592/14886/22031 15245/15543/22900 15246/15544/22901 +f 14592/14886/22031 15246/15544/22901 14589/14884/22028 +f 14589/14884/22028 15246/15544/22901 14590/14883/22026 +f 14590/14883/22026 15247/15545/22902 14588/14882/22024 +f 14588/14882/22024 15247/15545/22902 14587/14881/22022 +f 14587/14881/22022 15248/15546/22903 14586/14880/22020 +f 14586/14880/22020 15248/15546/22903 15244/14879/22018 +f 15243/15542/22899 14137/14364/22904 14136/14363/22014 +f 15241/15541/22898 15249/15547/22905 14593/14887/22032 +f 14593/14887/22032 15249/15547/22905 15250/15548/22906 +f 14593/14887/22032 15250/15548/22906 14591/14885/22030 +f 14591/14885/22030 15250/15548/22906 15245/15543/22900 +f 15246/15544/22901 15251/15549/22907 14590/14883/22026 +f 14590/14883/22026 15251/15549/22907 15247/15545/22902 +f 15247/15545/22902 15252/15550/22908 14587/14881/22022 +f 14587/14881/22022 15252/15550/22908 15248/15546/22903 +f 15248/15546/22903 15253/15551/22909 15244/14879/22018 +f 15244/14879/22018 15253/15551/22909 15243/15542/22899 +f 15253/15551/22909 14139/14366/22910 15243/15542/22899 +f 15243/15542/22899 14139/14366/22910 14137/14364/22904 +f 15241/15541/22898 14018/14229/22897 15249/15547/22905 +f 15250/15548/22911 15254/15552/22912 15245/15543/22913 +f 15245/15543/22913 15254/15552/22912 15256/15553/22914 +f 15245/15543/22913 15256/15553/22914 15246/15544/22915 +f 15246/15544/22915 15256/15553/22914 15251/15549/22916 +f 15251/15549/22907 15257/15554/22917 15247/15545/22902 +f 15247/15545/22902 15257/15554/22917 15252/15550/22908 +f 15252/15550/22908 15258/15555/22918 15248/15546/22903 +f 15248/15546/22903 15258/15555/22918 15253/15551/22919 +f 15253/15551/22919 14140/14367/22920 14139/14366/22921 +f 14018/14229/22922 14014/14240/22923 15255/15556/22924 +f 14018/14229/22922 15255/15556/22924 15249/15547/22925 +f 15249/15547/22925 15255/15556/22924 15259/15557/22926 +f 15249/15547/22925 15259/15557/22926 15250/15548/22927 +f 15250/15548/22928 15259/15557/22929 15254/15552/22930 +f 15256/15553/22914 15260/15558/22931 15251/15549/22916 +f 15251/15549/22916 15260/15558/22931 15257/15554/22932 +f 15252/15550/22908 15257/15554/22917 15258/15555/22918 +f 15253/15551/22919 15258/15555/22918 14140/14367/22920 +f 15254/15552/22930 15259/15557/22929 15256/15553/22933 +f 15257/15554/22932 14612/14907/22071 15258/15555/22918 +f 15258/15555/22918 14142/14358/22072 14140/14367/22920 +f 14014/14240/22923 14605/14239/22061 15255/15556/22924 +f 15255/15556/22924 14605/14239/22061 14607/14900/22063 +f 15255/15556/22924 14607/14900/22063 15259/15557/22929 +f 15259/15557/22929 14610/14904/22068 15256/15553/22933 +f 15256/15553/22933 14610/14904/22068 15260/15558/22931 +f 15260/15558/22931 14611/14905/22069 15257/15554/22932 +f 15257/15554/22932 14611/14905/22069 14612/14907/22071 +f 15258/15555/22918 14612/14907/22071 14142/14358/22072 +f 14607/14900/22063 14608/14902/22066 15259/15557/22929 +f 15259/15557/22929 14608/14902/22066 14609/14903/22067 +f 15259/15557/22929 14609/14903/22067 14610/14904/22068 +f 14610/14904/22068 14613/14908/22074 15260/15558/22931 +f 15260/15558/22931 14613/14908/22074 14611/14905/22069 +f 15261/15559/22934 14128/14349/22935 14127/14354/22936 +f 14128/14349/22935 15262/15560/22937 14123/14350/22060 +f 14123/14350/22060 15262/15560/22937 14604/14899/22058 +f 14024/14247/22938 15263/15561/22939 14025/14248/22940 +f 14025/14248/22940 15263/15561/22939 15264/15562/22941 +f 14028/14242/22064 14026/14249/22942 15265/15563/22943 +f 14028/14242/22064 15265/15563/22943 14606/14901/22065 +f 15265/15563/22943 14026/14249/22942 15264/15562/22941 +f 15264/15562/22941 14026/14249/22942 14025/14248/22944 +f 15266/15564/22945 14606/14901/22065 15265/15563/22943 +f 15266/15564/22945 15265/15563/22943 15267/15565/22946 +f 15267/15565/22946 15265/15563/22943 15264/15562/22941 +f 15267/15565/22946 15264/15562/22941 15268/15566/22947 +f 15268/15566/22947 15264/15562/22941 15279/15567/22948 +f 15279/15567/22948 15264/15562/22941 15263/15561/22939 +f 14615/14909/22075 14606/14901/22065 15266/15564/22945 +f 15269/15568/22949 15266/15564/22945 15267/15565/22946 +f 15269/15568/22949 15267/15565/22946 15270/15569/22950 +f 15270/15569/22950 15267/15565/22946 15268/15566/22947 +f 15270/15569/22950 15268/15566/22947 15271/15570/22951 +f 15271/15570/22951 15268/15566/22947 15279/15567/22948 +f 15271/15570/22951 15279/15567/22948 14596/14891/22044 +f 15273/15571/22952 14614/14906/22070 15272/15572/22953 +f 15273/15571/22952 15272/15572/22953 15274/15573/22954 +f 15274/15573/22954 15272/15572/22953 15276/15574/22955 +f 15276/15574/22955 15272/15572/22953 15275/15575/22956 +f 15276/15574/22955 15275/15575/22956 15278/15576/22957 +f 15278/15576/22957 15275/15575/22956 15277/15577/22958 +f 15278/15576/22957 15277/15577/22958 14603/14898/22057 +f 14603/14898/22057 15277/15577/22958 14601/14896/22054 +f 15280/15578/22959 14602/14897/22056 14604/14899/22058 +f 15280/15578/22959 14604/14899/22058 15262/15560/22937 +f 15280/15578/22959 15262/15560/22937 15281/15579/22960 +f 15281/15579/22960 15262/15560/22937 14128/14349/22935 +f 15281/15579/22960 14128/14349/22935 15261/15559/22934 +f 15273/15571/22952 15261/15559/22934 14127/14354/22936 +f 15273/15571/22952 14127/14354/22936 14614/14906/22070 +f 14614/14906/22070 14127/14354/22936 14125/14353/22073 +f 15261/15559/22934 15273/15571/22952 15274/15573/22954 +f 15261/15559/22934 15274/15573/22954 15281/15579/22960 +f 15281/15579/22960 15274/15573/22954 15276/15574/22955 +f 15281/15579/22960 15276/15574/22955 15280/15578/22959 +f 15280/15578/22959 15276/15574/22955 15278/15576/22957 +f 15280/15578/22959 15278/15576/22957 14603/14898/22057 +f 15280/15578/22959 14603/14898/22057 14602/14897/22056 +f 14600/14894/22050 14599/14895/22052 15282/15580/22961 +f 15282/15580/22961 14599/14895/22052 14601/14896/22054 +f 15282/15580/22961 14601/14896/22054 15277/15577/22958 +f 15282/15580/22961 15277/15577/22958 15275/15575/22956 +f 15282/15580/22961 15275/15575/22956 15283/15581/22962 +f 15283/15581/22962 15275/15575/22956 15272/15572/22953 +f 15283/15581/22962 15272/15572/22953 15284/15582/22963 +f 15284/15582/22963 15272/15572/22953 14614/14906/22070 +f 14600/14894/22050 15282/15580/22961 15285/15583/22964 +f 15285/15583/22964 15282/15580/22961 15286/15584/22965 +f 15286/15584/22965 15282/15580/22961 15283/15581/22962 +f 15286/15584/22965 15283/15581/22962 15287/15585/22966 +f 15287/15585/22966 15283/15581/22962 15284/15582/22963 +f 14615/14909/22075 15284/15582/22963 14614/14906/22070 +f 14598/14893/22048 14600/14894/22050 15288/15586/22967 +f 15288/15586/22967 14600/14894/22050 15285/15583/22964 +f 15288/15586/22967 15285/15583/22964 15289/15587/22968 +f 15289/15587/22968 15285/15583/22964 15286/15584/22965 +f 15289/15587/22968 15286/15584/22965 15290/15588/22969 +f 15290/15588/22969 15286/15584/22965 15287/15585/22966 +f 15290/15588/22969 15287/15585/22966 15291/15589/22970 +f 15291/15589/22970 15287/15585/22966 15284/15582/22963 +f 15291/15589/22970 15284/15582/22963 14615/14909/22075 +f 15292/15590/22971 14597/14892/22046 14598/14893/22048 +f 15292/15590/22971 14598/14893/22048 15288/15586/22967 +f 15292/15590/22971 15288/15586/22967 15293/15591/22972 +f 15293/15591/22972 15288/15586/22967 15289/15587/22968 +f 15293/15591/22972 15289/15587/22968 15294/15592/22973 +f 15294/15592/22973 15289/15587/22968 15290/15588/22969 +f 15294/15592/22973 15290/15588/22969 15291/15589/22970 +f 15291/15589/22970 14615/14909/22075 15266/15564/22945 +f 15291/15589/22970 15266/15564/22945 15294/15592/22973 +f 15294/15592/22973 15266/15564/22945 15269/15568/22949 +f 15294/15592/22973 15269/15568/22949 15293/15591/22972 +f 15293/15591/22972 15269/15568/22949 15270/15569/22950 +f 15293/15591/22972 15270/15569/22950 15292/15590/22971 +f 15292/15590/22971 15270/15569/22950 15271/15570/22951 +f 15292/15590/22971 15271/15570/22951 14596/14891/22044 +f 15292/15590/22971 14596/14891/22044 14597/14892/22046 +f 14596/14891/22044 15279/15567/22948 14595/14890/22041 +f 14024/14247/22938 14022/14245/22037 15263/15561/22939 +f 15263/15561/22939 14022/14245/22037 14594/14889/22039 +f 15263/15561/22939 14594/14889/22039 15279/15567/22948 +f 15279/15567/22948 14594/14889/22039 14595/14890/22041 +s 306 +f 14034/14257/22974 15297/15043/22340 14035/14133/22342 +f 15298/15033/22322 14230/14460/22975 14229/14459/22320 +f 14034/14257/22974 15296/15593/22976 15297/15043/22340 +f 15297/15043/22340 15296/15593/22976 14741/15042/22338 +f 14739/15040/22336 15301/15594/22977 14740/15041/22337 +f 14740/15041/22337 15301/15594/22977 15302/15595/22978 +f 14740/15041/22337 15302/15595/22978 14738/15039/22334 +f 14738/15039/22334 15302/15595/22978 14736/15038/22332 +f 14736/15038/22332 15303/15596/22979 14737/15037/22330 +f 14737/15037/22330 15303/15596/22979 14735/15036/22328 +f 14735/15036/22328 15304/15597/22980 14734/15035/22326 +f 14734/15035/22326 15304/15597/22980 15299/15034/22324 +f 15299/15034/22324 15300/15598/22981 15298/15033/22322 +f 15298/15033/22322 15300/15598/22981 14230/14460/22975 +f 15296/15593/22976 15305/15599/22982 14741/15042/22338 +f 14741/15042/22338 15305/15599/22982 15306/15600/22983 +f 14741/15042/22338 15306/15600/22983 14739/15040/22336 +f 14739/15040/22336 15306/15600/22983 15301/15594/22977 +f 15302/15595/22978 15307/15601/22984 14736/15038/22332 +f 14736/15038/22332 15307/15601/22984 15303/15596/22979 +f 15303/15596/22979 15308/15602/22985 14735/15036/22328 +f 14735/15036/22328 15308/15602/22985 15304/15597/22980 +f 15304/15597/22980 15309/15603/22986 15299/15034/22324 +f 15299/15034/22324 15309/15603/22986 15300/15598/22981 +f 14034/14257/22987 15295/14254/22988 15296/15593/22976 +f 15296/15593/22976 15295/14254/22988 15305/15599/22982 +f 15300/15598/22981 14232/14462/22989 14230/14460/22975 +f 15309/15603/22986 14233/14463/22990 15300/15598/22981 +f 15300/15598/22981 14233/14463/22990 14232/14462/22989 +f 15306/15600/22991 15310/15604/22992 15301/15594/22993 +f 15301/15594/22993 15310/15604/22992 15312/15605/22994 +f 15301/15594/22993 15312/15605/22994 15302/15595/22995 +f 15302/15595/22995 15312/15605/22994 15307/15601/22984 +f 15307/15601/22984 15313/15606/22996 15303/15596/22979 +f 15303/15596/22979 15313/15606/22996 15308/15602/22985 +f 15308/15602/22985 15314/15607/22997 15304/15597/22980 +f 15304/15597/22980 15314/15607/22997 15309/15603/22998 +f 15295/14254/22988 15311/15608/22999 15305/15599/22982 +f 15305/15599/22982 15311/15608/22999 15306/15600/22991 +f 15306/15600/22991 15311/15608/22999 15310/15604/22992 +f 15307/15601/22984 15312/15605/22994 15313/15606/22996 +f 15308/15602/22985 15313/15606/22996 15314/15607/22997 +f 15309/15603/22998 15314/15607/22997 14235/14453/23000 +f 15309/15603/22998 14235/14453/23000 14233/14463/23001 +f 15295/14254/22988 14031/14252/23002 15311/15608/22999 +f 15311/15608/22999 15315/15609/23003 15310/15604/22992 +f 15310/15604/22992 15315/15609/23003 15312/15605/23004 +f 15312/15605/23004 14756/15059/22375 15313/15606/23005 +f 15313/15606/23005 14755/15058/22372 15314/15607/23006 +f 15311/15608/22999 14031/14252/23002 14754/15056/22369 +f 15311/15608/22999 14754/15056/22369 15315/15609/23003 +f 15315/15609/23003 14758/15061/22377 15312/15605/23004 +f 15312/15605/23004 14758/15061/22377 14756/15059/22375 +f 15313/15606/23005 14756/15059/22375 14755/15058/22372 +f 15314/15607/23006 14755/15058/22372 14235/14453/23007 +f 14031/14252/23002 14029/14251/22367 14754/15056/22369 +f 14754/15056/22369 14761/15063/22380 15315/15609/23003 +f 15315/15609/23003 14761/15063/22380 14760/15062/22378 +f 15315/15609/23003 14760/15062/22378 14758/15061/22377 +f 14755/15058/22372 14224/14454/22374 14235/14453/23007 +f 15316/15610/23008 15317/14450/23009 14222/14448/22371 +f 13935/14149/23010 13933/14148/22343 14742/15044/22345 +f 15319/15611/23011 13936/14150/23012 13935/14149/23010 +f 13931/14144/22379 15320/14143/23013 15321/15612/23014 +f 15322/15613/23015 15321/15612/23014 15320/14143/23013 +f 15322/15613/23015 15320/14143/23013 15319/15611/23011 +f 15319/15611/23011 15320/14143/23013 13936/14150/23012 +f 14759/15060/22376 13931/14144/22379 15321/15612/23014 +f 15323/15614/23016 15321/15612/23014 15322/15613/23015 +f 15323/15614/23016 15322/15613/23015 15324/15615/23017 +f 15324/15615/23017 15322/15613/23015 15319/15611/23011 +f 15324/15615/23017 15319/15611/23011 15325/15616/23018 +f 15325/15616/23018 15319/15611/23011 14743/15045/22347 +f 15326/15617/23019 14759/15060/22376 15321/15612/23014 +f 15326/15617/23019 15321/15612/23014 15323/15614/23016 +f 15326/15617/23019 15323/15614/23016 15327/15618/23020 +f 15327/15618/23020 15323/15614/23016 15324/15615/23017 +f 15327/15618/23020 15324/15615/23017 15328/15619/23021 +f 15328/15619/23021 15324/15615/23017 15325/15616/23018 +f 15328/15619/23021 15325/15616/23018 15329/15620/23022 +f 15329/15620/23022 15325/15616/23018 14743/15045/22347 +f 15329/15620/23022 14743/15045/22347 14744/15046/22349 +f 15330/15621/23023 15331/15622/23024 15333/15623/23025 +f 15333/15623/23025 15331/15622/23024 15332/15624/23026 +f 15333/15623/23025 15332/15624/23026 15335/15625/23027 +f 15335/15625/23027 15332/15624/23026 15334/15626/23028 +f 15335/15625/23027 15334/15626/23028 14752/15054/22363 +f 14752/15054/22363 15334/15626/23028 14750/15052/22360 +f 15336/15627/23029 14751/15053/22362 14753/15055/22364 +f 15336/15627/23029 14753/15055/22364 14217/14334/22366 +f 15336/15627/23029 14217/14334/22366 15337/15628/23030 +f 15337/15628/23030 14217/14334/22366 15318/14451/23031 +f 15337/15628/23030 15318/14451/23031 15338/15629/23032 +f 15338/15629/23032 15318/14451/23031 15317/14450/23009 +f 15338/15629/23032 15317/14450/23009 15316/15610/23008 +f 14757/15057/22370 15316/15610/23008 14222/14448/22371 +f 15316/15610/23008 14757/15057/22370 15330/15621/23023 +f 15316/15610/23008 15330/15621/23023 15338/15629/23032 +f 15338/15629/23032 15330/15621/23023 15333/15623/23025 +f 15338/15629/23032 15333/15623/23025 15337/15628/23030 +f 15337/15628/23030 15333/15623/23025 15335/15625/23027 +f 15337/15628/23030 15335/15625/23027 15336/15627/23029 +f 15336/15627/23029 15335/15625/23027 14752/15054/22363 +f 15336/15627/23029 14752/15054/22363 14751/15053/22362 +f 14748/15050/22357 14747/15049/22355 15339/15630/23033 +f 15339/15630/23033 14747/15049/22355 14750/15052/22360 +f 15339/15630/23033 14750/15052/22360 15334/15626/23028 +f 15339/15630/23033 15334/15626/23028 15340/15631/23034 +f 15340/15631/23034 15334/15626/23028 15332/15624/23026 +f 15340/15631/23034 15332/15624/23026 15341/15632/23035 +f 15341/15632/23035 15332/15624/23026 15331/15622/23024 +f 15341/15632/23035 15331/15622/23024 15330/15621/23023 +f 15341/15632/23035 15330/15621/23023 14757/15057/22370 +f 14749/15051/22358 14748/15050/22357 15339/15630/23033 +f 14749/15051/22358 15339/15630/23033 15342/15633/23036 +f 15342/15633/23036 15339/15630/23033 15343/15634/23037 +f 15343/15634/23037 15339/15630/23033 15340/15631/23034 +f 15343/15634/23037 15340/15631/23034 15344/15635/23038 +f 15344/15635/23038 15340/15631/23034 15341/15632/23035 +f 15344/15635/23038 15341/15632/23035 15345/15636/23039 +f 15345/15636/23039 15341/15632/23035 14759/15060/22376 +f 14759/15060/22376 15341/15632/23035 14757/15057/22370 +f 14745/15048/22353 14749/15051/22358 15346/15637/23040 +f 15346/15637/23040 14749/15051/22358 15342/15633/23036 +f 15346/15637/23040 15342/15633/23036 15347/15638/23041 +f 15347/15638/23041 15342/15633/23036 15343/15634/23037 +f 15347/15638/23041 15343/15634/23037 15348/15639/23042 +f 15348/15639/23042 15343/15634/23037 15344/15635/23038 +f 15348/15639/23042 15344/15635/23038 15345/15636/23039 +f 15349/15640/23043 14746/15047/22351 14745/15048/22353 +f 15349/15640/23043 14745/15048/22353 15346/15637/23040 +f 15349/15640/23043 15346/15637/23040 15350/15641/23044 +f 15350/15641/23044 15346/15637/23040 15347/15638/23041 +f 15350/15641/23044 15347/15638/23041 15351/15642/23045 +f 15351/15642/23045 15347/15638/23041 15348/15639/23042 +f 15351/15642/23045 15348/15639/23042 15326/15617/23019 +f 15326/15617/23019 15348/15639/23042 15345/15636/23039 +f 15326/15617/23019 15345/15636/23039 14759/15060/22376 +f 15351/15642/23045 15326/15617/23019 15327/15618/23020 +f 15351/15642/23045 15327/15618/23020 15350/15641/23044 +f 15350/15641/23044 15327/15618/23020 15328/15619/23021 +f 15350/15641/23044 15328/15619/23021 15349/15640/23043 +f 15349/15640/23043 15328/15619/23021 15329/15620/23022 +f 15349/15640/23043 15329/15620/23022 14744/15046/22349 +f 15349/15640/23043 14744/15046/22349 14746/15047/22351 +f 15319/15611/23011 13935/14149/23010 14742/15044/22345 +f 15319/15611/23011 14742/15044/22345 14743/15045/22347 +s 290 +f 13940/14155/22280 13947/14152/23046 15352/15643/23047 +f 15353/15002/22260 14213/14441/23048 14209/14440/22258 +f 13940/14155/22280 15352/15643/23047 14714/15012/22278 +f 14714/15012/22278 15352/15643/23047 14713/15011/22276 +f 14710/15008/22272 15356/15644/23049 14711/15009/22273 +f 14711/15009/22273 15356/15644/23049 15357/15645/23050 +f 14711/15009/22273 15357/15645/23050 14712/15010/22275 +f 14712/15010/22275 15357/15645/23050 14708/15007/22270 +f 14708/15007/22270 15358/15646/23051 14709/15006/22268 +f 14709/15006/22268 15358/15646/23051 14707/15005/22266 +f 14707/15005/22266 15359/15647/23052 14706/15004/22264 +f 14706/15004/22264 15359/15647/23052 15355/15003/22262 +f 15355/15003/22262 15354/15648/23053 15353/15002/22260 +f 15353/15002/22260 15354/15648/23053 14213/14441/23048 +f 15352/15643/23047 15360/15649/23054 14713/15011/22276 +f 14713/15011/22276 15360/15649/23054 15361/15650/23055 +f 14713/15011/22276 15361/15650/23055 14710/15008/22272 +f 14710/15008/22272 15361/15650/23055 15356/15644/23049 +f 15357/15645/23050 15362/15651/23056 14708/15007/22270 +f 14708/15007/22270 15362/15651/23056 15358/15646/23051 +f 15358/15646/23051 15363/15652/23057 14707/15005/22266 +f 14707/15005/22266 15363/15652/23057 15359/15647/23052 +f 15359/15647/23052 15364/15653/23058 15355/15003/22262 +f 15355/15003/22262 15364/15653/23058 15354/15648/23053 +f 15354/15648/23053 14214/14431/23059 14213/14441/23048 +f 13947/14152/23060 13943/14162/23061 15352/15643/23047 +f 15352/15643/23047 13943/14162/23061 15360/15649/23054 +f 15361/15650/23062 15365/15654/23063 15356/15644/23064 +f 15356/15644/23064 15365/15654/23063 15369/15655/23065 +f 15356/15644/23064 15369/15655/23065 15357/15645/23066 +f 15357/15645/23066 15369/15655/23065 15362/15651/23067 +f 15362/15651/23056 15370/15656/23068 15358/15646/23051 +f 15358/15646/23051 15370/15656/23068 15363/15652/23069 +f 15363/15652/23069 15366/15657/23070 15359/15647/23071 +f 15359/15647/23071 15366/15657/23070 15364/15653/23072 +f 15364/15653/23072 15367/14432/23073 15354/15648/23053 +f 15354/15648/23053 15367/14432/23073 14214/14431/23059 +f 13943/14162/23061 15368/15658/23074 15360/15649/23054 +f 15360/15649/23054 15368/15658/23074 15371/15659/23075 +f 15360/15649/23054 15371/15659/23075 15361/15650/23076 +f 15361/15650/23077 15371/15659/23078 15365/15654/23079 +f 15369/15655/23065 15372/15660/23080 15362/15651/23067 +f 15362/15651/23067 15372/15660/23080 15370/15656/23068 +f 15363/15652/23069 15370/15656/23068 15366/15657/23070 +f 15366/15657/23070 15373/15661/23081 15364/15653/23072 +f 15364/15653/23072 15373/15661/23081 15367/14432/23073 +f 13943/14162/23061 14724/14158/22307 15368/15658/23074 +f 15365/15654/23079 15371/15659/23078 15369/15655/23082 +f 15370/15656/23068 14729/15028/22313 15366/15657/23070 +f 15366/15657/23070 14729/15028/22313 15373/15661/23081 +f 15368/15658/23074 14724/14158/22307 14726/15025/22309 +f 15368/15658/23074 14726/15025/22309 15371/15659/23078 +f 15371/15659/23078 14728/15027/22311 15369/15655/23082 +f 15369/15655/23082 14728/15027/22311 15372/15660/23080 +f 15372/15660/23080 14729/15028/22313 15370/15656/23068 +f 14726/15025/22309 14732/15031/22318 15371/15659/23078 +f 15371/15659/23078 14732/15031/22318 14733/15032/22319 +f 15371/15659/23078 14733/15032/22319 14728/15027/22311 +f 14728/15027/22311 14727/15026/22310 15372/15660/23080 +f 15372/15660/23080 14727/15026/22310 14730/15029/22316 +f 15372/15660/23080 14730/15029/22316 14729/15028/22313 +f 15373/15661/23081 14729/15028/22313 14205/14434/22312 +f 15373/15661/23081 14205/14434/22312 15367/14432/23073 +f 15374/15662/23083 14203/14424/23084 14202/14430/23085 +f 15374/15662/23083 14202/14430/23085 14200/14428/22315 +f 15375/15663/23086 14198/14337/22301 14203/14424/23084 +f 13950/14165/23087 15376/15664/23088 13951/14166/23089 +f 13951/14166/23089 15376/15664/23088 15377/15665/23090 +f 15378/14168/22305 15379/15666/23091 14725/15024/22306 +f 15379/15666/23091 15378/14168/22305 13951/14166/23092 +f 15379/15666/23091 13951/14166/23092 15377/15665/23090 +f 15380/15667/23093 14725/15024/22306 15379/15666/23091 +f 15380/15667/23093 15379/15666/23091 15381/15668/23094 +f 15381/15668/23094 15379/15666/23091 15377/15665/23090 +f 15381/15668/23094 15377/15665/23090 15382/15669/23095 +f 15382/15669/23095 15377/15665/23090 15383/15670/23096 +f 15383/15670/23096 15377/15665/23090 15376/15664/23088 +f 15384/15671/23097 15380/15667/23093 15381/15668/23094 +f 15384/15671/23097 15381/15668/23094 15385/15672/23098 +f 15385/15672/23098 15381/15668/23094 15382/15669/23095 +f 15385/15672/23098 15382/15669/23095 15386/15673/23099 +f 15386/15673/23099 15382/15669/23095 15383/15670/23096 +f 15386/15673/23099 15383/15670/23096 14716/15015/22286 +f 14200/14428/22315 14731/15030/22317 15389/15674/23100 +f 15389/15674/23100 14731/15030/22317 15387/15675/23101 +f 15389/15674/23100 15387/15675/23101 15388/15676/23102 +f 15389/15674/23100 15388/15676/23102 15391/15677/23103 +f 15391/15677/23103 15388/15676/23102 15390/15678/23104 +f 15391/15677/23103 15390/15678/23104 15393/15679/23105 +f 15393/15679/23105 15390/15678/23104 15392/15680/23106 +f 15393/15679/23105 15392/15680/23106 15394/15021/22299 +f 15394/15021/22299 15392/15680/23106 14721/15020/22297 +f 15396/15681/23107 14723/15023/22303 14722/15022/22302 +f 15396/15681/23107 14722/15022/22302 14198/14337/22301 +f 15396/15681/23107 14198/14337/22301 15375/15663/23086 +f 15375/15663/23086 14203/14424/23084 15397/15682/23108 +f 15397/15682/23108 14203/14424/23084 15374/15662/23083 +f 15374/15662/23083 14200/14428/22315 15389/15674/23100 +f 15374/15662/23083 15389/15674/23100 15397/15682/23108 +f 15397/15682/23108 15389/15674/23100 15375/15663/23086 +f 15375/15663/23086 15389/15674/23100 15391/15677/23103 +f 15375/15663/23086 15391/15677/23103 15396/15681/23107 +f 15396/15681/23107 15391/15677/23103 15393/15679/23105 +f 15396/15681/23107 15393/15679/23105 15394/15021/22299 +f 15396/15681/23107 15394/15021/22299 14723/15023/22303 +f 14719/15018/22293 14720/15019/22295 15398/15683/23109 +f 15398/15683/23109 14720/15019/22295 14721/15020/22297 +f 15398/15683/23109 14721/15020/22297 15392/15680/23106 +f 15398/15683/23109 15392/15680/23106 15399/15684/23110 +f 15399/15684/23110 15392/15680/23106 15390/15678/23104 +f 15399/15684/23110 15390/15678/23104 15400/15685/23111 +f 15400/15685/23111 15390/15678/23104 15388/15676/23102 +f 15400/15685/23111 15388/15676/23102 15387/15675/23101 +f 14719/15018/22293 15398/15683/23109 15401/15686/23112 +f 15401/15686/23112 15398/15683/23109 15402/15687/23113 +f 15402/15687/23113 15398/15683/23109 15399/15684/23110 +f 15402/15687/23113 15399/15684/23110 15403/15688/23114 +f 15403/15688/23114 15399/15684/23110 15400/15685/23111 +f 15403/15688/23114 15400/15685/23111 15404/15689/23115 +f 15404/15689/23115 15400/15685/23111 15387/15675/23101 +f 15404/15689/23115 15387/15675/23101 14731/15030/22317 +f 14718/15017/22291 14719/15018/22293 15405/15690/23116 +f 15405/15690/23116 14719/15018/22293 15401/15686/23112 +f 15405/15690/23116 15401/15686/23112 15406/15691/23117 +f 15406/15691/23117 15401/15686/23112 15402/15687/23113 +f 15406/15691/23117 15402/15687/23113 15407/15692/23118 +f 15407/15692/23118 15402/15687/23113 15403/15688/23114 +f 15407/15692/23118 15403/15688/23114 15404/15689/23115 +f 14725/15024/22306 15404/15689/23115 14731/15030/22317 +f 15408/15693/23119 14717/15016/22289 14718/15017/22291 +f 15408/15693/23119 14718/15017/22291 15405/15690/23116 +f 15408/15693/23119 15405/15690/23116 15409/15694/23120 +f 15409/15694/23120 15405/15690/23116 15406/15691/23117 +f 15409/15694/23120 15406/15691/23117 15410/15695/23121 +f 15410/15695/23121 15406/15691/23117 15407/15692/23118 +f 15410/15695/23121 15407/15692/23118 15404/15689/23115 +f 15410/15695/23121 15404/15689/23115 14725/15024/22306 +f 15410/15695/23121 14725/15024/22306 15380/15667/23093 +f 15410/15695/23121 15380/15667/23093 15384/15671/23097 +f 15410/15695/23121 15384/15671/23097 15409/15694/23120 +f 15409/15694/23120 15384/15671/23097 15385/15672/23098 +f 15409/15694/23120 15385/15672/23098 15408/15693/23119 +f 15408/15693/23119 15385/15672/23098 15386/15673/23099 +f 15408/15693/23119 15386/15673/23099 14716/15015/22286 +f 15408/15693/23119 14716/15015/22286 14717/15016/22289 +f 15383/15670/23096 15376/15664/23088 15395/15014/22285 +f 15383/15670/23096 15395/15014/22285 14716/15015/22286 +f 13950/14165/23087 13948/14164/22281 15376/15664/23088 +f 15376/15664/23088 13948/14164/22281 14715/15013/22283 +f 15376/15664/23088 14715/15013/22283 15395/15014/22285 +s 276 +f 15412/15696/23122 13961/14178/23123 15411/14176/23124 +f 13961/14178/23123 15413/14981/22216 13962/14139/22218 +f 15415/15697/23125 14194/14410/23126 14192/14421/22196 +f 15415/15697/23125 14182/14411/23127 14194/14410/23126 +f 13961/14178/23123 15412/15696/23122 15413/14981/22216 +f 15413/14981/22216 15412/15696/23122 14684/14980/22214 +f 14682/14978/22212 15417/15698/23128 14683/14979/22213 +f 14683/14979/22213 15417/15698/23128 15418/15699/23129 +f 14683/14979/22213 15418/15699/23129 14681/14977/22210 +f 14681/14977/22210 15418/15699/23129 14679/14976/22208 +f 14679/14976/22208 15419/15700/23130 14680/14974/22205 +f 14680/14974/22205 15419/15700/23130 14678/14975/22206 +f 14678/14975/22206 15420/15701/23131 14677/14973/22203 +f 14677/14973/22203 15420/15701/23131 15416/14972/22201 +f 15416/14972/22201 15415/15697/23125 15414/14971/22198 +f 15414/14971/22198 15415/15697/23125 14192/14421/22196 +f 15412/15696/23122 15421/15702/23132 14684/14980/22214 +f 14684/14980/22214 15421/15702/23132 15422/15703/23133 +f 14684/14980/22214 15422/15703/23133 14682/14978/22212 +f 14682/14978/22212 15422/15703/23133 15417/15698/23128 +f 15418/15699/23129 15423/15704/23134 14679/14976/22208 +f 14679/14976/22208 15423/15704/23134 15419/15700/23130 +f 15419/15700/23130 15424/15705/23135 14678/14975/22206 +f 14678/14975/22206 15424/15705/23135 15420/15701/23131 +f 15420/15701/23131 15425/15706/23136 15416/14972/22201 +f 15416/14972/22201 15425/15706/23136 15415/15697/23125 +f 15412/15696/23122 15411/14176/23124 15421/15702/23132 +f 15422/15703/23137 15426/15707/23138 15417/15698/23139 +f 15417/15698/23139 15426/15707/23138 15428/15708/23140 +f 15417/15698/23139 15428/15708/23140 15418/15699/23141 +f 15418/15699/23141 15428/15708/23140 15423/15704/23142 +f 15423/15704/23134 15429/15709/23143 15419/15700/23130 +f 15419/15700/23130 15429/15709/23143 15424/15705/23135 +f 15424/15705/23135 15430/15710/23144 15420/15701/23131 +f 15420/15701/23131 15430/15710/23144 15425/15706/23145 +f 15425/15706/23145 14184/14413/23146 15415/15697/23125 +f 15415/15697/23125 14184/14413/23146 14182/14411/23127 +f 15411/14176/23124 15427/15711/23147 15421/15702/23132 +f 15421/15702/23132 15427/15711/23147 15431/15712/23148 +f 15421/15702/23132 15431/15712/23148 15422/15703/23149 +f 15422/15703/23150 15431/15712/23151 15426/15707/23152 +f 15428/15708/23140 15432/15713/23153 15423/15704/23142 +f 15423/15704/23142 15432/15713/23153 15429/15709/23154 +f 15424/15705/23135 15429/15709/23143 15430/15710/23144 +f 15425/15706/23145 15430/15710/23144 14184/14413/23146 +f 15411/14176/23124 13958/14174/23155 15427/15711/23147 +f 15426/15707/23152 15431/15712/23151 15428/15708/23156 +f 15429/15709/23154 14705/14993/22243 15430/15710/23144 +f 15430/15710/23144 14185/14414/22257 14184/14413/23146 +f 13958/14174/23155 14697/14995/22248 15427/15711/23147 +f 15427/15711/23147 14697/14995/22248 15431/15712/23151 +f 15431/15712/23151 14701/14998/22251 15428/15708/23156 +f 15428/15708/23156 14701/14998/22251 15432/15713/23153 +f 15432/15713/23153 14698/14994/22244 15429/15709/23154 +f 15429/15709/23154 14698/14994/22244 14705/14993/22243 +f 15430/15710/23144 14705/14993/22243 14185/14414/22257 +f 13958/14174/23155 13957/14173/22246 14697/14995/22248 +f 14697/14995/22248 14704/15001/22254 15431/15712/23151 +f 15431/15712/23151 14704/15001/22254 14702/15000/22253 +f 15431/15712/23151 14702/15000/22253 14701/14998/22251 +f 14701/14998/22251 14699/14997/22250 15432/15713/23153 +f 15432/15713/23153 14699/14997/22250 14698/14994/22244 +f 15433/15714/23157 14181/14404/23158 14696/14409/22245 +f 15434/15715/23159 14181/14404/23158 15433/15714/23157 +f 15435/14405/23160 14181/14404/23158 15434/15715/23159 +f 14695/14990/22237 14180/14340/22242 15436/15716/23161 +f 15436/15716/23161 14180/14340/22242 15435/14405/23160 +f 14685/14982/22222 13971/14188/23162 13969/14187/22219 +f 13971/14188/23163 15438/15717/23164 15439/14182/23165 +f 14703/14999/22252 13966/14183/22255 15439/14182/23165 +f 15437/15718/23166 15438/15717/23164 13971/14188/23163 +f 14703/14999/22252 15439/14182/23165 15438/15717/23164 +f 14703/14999/22252 15438/15717/23164 15440/15719/23167 +f 15440/15719/23167 15438/15717/23164 15437/15718/23166 +f 15440/15719/23167 15437/15718/23166 15441/15720/23168 +f 15441/15720/23168 15437/15718/23166 15453/15721/23169 +f 15442/15722/23170 14703/14999/22252 15443/15723/23171 +f 15443/15723/23171 14703/14999/22252 15440/15719/23167 +f 15443/15723/23171 15440/15719/23167 15444/15724/23172 +f 15444/15724/23172 15440/15719/23167 15441/15720/23168 +f 15444/15724/23172 15441/15720/23168 15445/15725/23173 +f 15445/15725/23173 15441/15720/23168 15453/15721/23169 +f 15445/15725/23173 15453/15721/23169 14687/14984/22226 +f 14696/14409/22245 14700/14996/22249 15446/15726/23174 +f 15448/15727/23175 15446/15726/23174 15447/15728/23176 +f 15448/15727/23175 15447/15728/23176 15450/15729/23177 +f 15450/15729/23177 15447/15728/23176 15449/15730/23178 +f 15450/15729/23177 15449/15730/23178 15452/15731/23179 +f 15452/15731/23179 15449/15730/23178 15451/15732/23180 +f 15452/15731/23179 15451/15732/23180 14694/14992/22240 +f 14693/14991/22238 14695/14990/22237 15454/15733/23181 +f 15454/15733/23181 14695/14990/22237 15436/15716/23161 +f 15454/15733/23181 15436/15716/23161 15455/15734/23182 +f 15455/15734/23182 15436/15716/23161 15435/14405/23160 +f 15455/15734/23182 15435/14405/23160 15434/15715/23159 +f 15433/15714/23157 14696/14409/22245 15446/15726/23174 +f 15433/15714/23157 15446/15726/23174 15434/15715/23159 +f 15434/15715/23159 15446/15726/23174 15448/15727/23175 +f 15434/15715/23159 15448/15727/23175 15455/15734/23182 +f 15455/15734/23182 15448/15727/23175 15450/15729/23177 +f 15455/15734/23182 15450/15729/23177 15454/15733/23181 +f 15454/15733/23181 15450/15729/23177 15452/15731/23179 +f 15454/15733/23181 15452/15731/23179 14694/14992/22240 +f 15454/15733/23181 14694/14992/22240 14693/14991/22238 +f 14692/14987/22232 14691/14989/22236 15456/15735/23183 +f 15456/15735/23183 14691/14989/22236 15451/15732/23180 +f 15456/15735/23183 15451/15732/23180 15457/15736/23184 +f 15457/15736/23184 15451/15732/23180 15449/15730/23178 +f 15457/15736/23184 15449/15730/23178 15458/15737/23185 +f 15458/15737/23185 15449/15730/23178 15447/15728/23176 +f 15458/15737/23185 15447/15728/23176 15446/15726/23174 +f 15458/15737/23185 15446/15726/23174 14700/14996/22249 +f 14691/14989/22236 14690/14988/22234 15451/15732/23180 +f 15451/15732/23180 14690/14988/22234 14694/14992/22240 +f 14692/14987/22232 15456/15735/23183 15459/15738/23186 +f 15459/15738/23186 15456/15735/23183 15457/15736/23184 +f 15459/15738/23186 15457/15736/23184 15460/15739/23187 +f 15460/15739/23187 15457/15736/23184 15458/15737/23185 +f 15460/15739/23187 15458/15737/23185 15461/15740/23188 +f 15461/15740/23188 15458/15737/23185 14700/14996/22249 +f 14689/14986/22230 14692/14987/22232 15462/15741/23189 +f 15462/15741/23189 14692/14987/22232 15459/15738/23186 +f 15462/15741/23189 15459/15738/23186 15463/15742/23190 +f 15463/15742/23190 15459/15738/23186 15460/15739/23187 +f 15463/15742/23190 15460/15739/23187 15464/15743/23191 +f 15464/15743/23191 15460/15739/23187 15461/15740/23188 +f 15465/15744/23192 14688/14985/22228 14689/14986/22230 +f 15465/15744/23192 14689/14986/22230 15462/15741/23189 +f 15465/15744/23192 15462/15741/23189 15466/15745/23193 +f 15466/15745/23193 15462/15741/23189 15463/15742/23190 +f 15466/15745/23193 15463/15742/23190 15467/15746/23194 +f 15467/15746/23194 15463/15742/23190 15464/15743/23191 +f 15467/15746/23194 15464/15743/23191 15442/15722/23170 +f 15442/15722/23170 15464/15743/23191 15461/15740/23188 +f 15442/15722/23170 15461/15740/23188 14700/14996/22249 +f 14700/14996/22249 14703/14999/22252 15442/15722/23170 +f 15467/15746/23194 15442/15722/23170 15443/15723/23171 +f 15467/15746/23194 15443/15723/23171 15466/15745/23193 +f 15466/15745/23193 15443/15723/23171 15444/15724/23172 +f 15466/15745/23193 15444/15724/23172 15465/15744/23192 +f 15465/15744/23192 15444/15724/23172 15445/15725/23173 +f 15465/15744/23192 15445/15725/23173 14687/14984/22226 +f 15465/15744/23192 14687/14984/22226 14688/14985/22228 +f 15437/15718/23166 13971/14188/23162 14685/14982/22222 +f 15437/15718/23166 14685/14982/22222 15453/15721/23169 +f 14687/14984/22226 15453/15721/23169 14686/14983/22223 +f 15453/15721/23169 14685/14982/22222 14686/14983/22223 +s 39 +f 14866/15170/22487 14868/15172/22489 15628/15747/23195 +f 14871/15175/22492 14873/15178/22495 15620/15748/23196 +f 14880/15184/22501 14881/15186/22503 15612/15749/23197 +f 14883/15188/22505 14884/15189/22506 15611/15750/23198 +f 14913/15218/22535 14915/15220/22537 15499/15751/23199 +f 14941/15246/22563 14942/15248/22565 15584/15752/23200 +f 14944/15250/22567 14916/15221/22538 15581/15753/23201 +f 14947/15252/22569 14949/15255/22572 15575/15754/23202 +f 14951/15257/22574 14952/15258/22575 15573/15755/23203 +f 14795/15098/22415 14797/15100/22417 15486/15756/23204 +f 14834/15139/22456 14836/15141/22458 15471/15757/23205 +f 15469/15758/23206 14281/14515/21538 15468/15759/23207 +f 15469/15758/23206 15468/15759/23207 15470/15760/23208 +f 15470/15760/23208 15468/15759/23207 15471/15757/23205 +f 15470/15760/23208 15471/15757/23205 14842/15147/22464 +f 14366/14605/21628 14363/14602/21625 15472/15761/23209 +f 15472/15761/23209 14363/14602/21625 15473/15762/23210 +f 15472/15761/23209 15473/15762/23210 15474/15763/23211 +f 15474/15763/23211 15473/15762/23210 15475/15764/23212 +f 15474/15763/23211 15475/15764/23212 14828/15133/22450 +f 15477/15765/23213 14359/14598/21621 15476/15766/23214 +f 15477/15765/23213 15476/15766/23214 15478/15767/23215 +f 15477/15765/23213 15478/15767/23215 14820/15123/22440 +f 14356/14595/21618 14354/14592/21615 15480/15768/23216 +f 15480/15768/23216 14354/14592/21615 15479/15769/23217 +f 15480/15768/23216 15479/15769/23217 15481/15770/23218 +f 15481/15770/23218 15479/15769/23217 15482/15771/23219 +f 15481/15770/23218 15482/15771/23219 14811/15113/22430 +f 15484/15772/23220 14350/14588/21611 15483/15773/23221 +f 15484/15772/23220 15483/15773/23221 15485/15774/23222 +f 15485/15774/23222 15483/15773/23221 15486/15756/23204 +f 15485/15774/23222 15486/15756/23204 14801/15103/22420 +f 15488/15775/23223 14302/14538/21561 15487/15776/23224 +f 15488/15775/23223 15487/15776/23224 15489/15777/23225 +f 15488/15775/23223 15489/15777/23225 15490/15778/23226 +f 15490/15778/23226 15489/15777/23225 15491/15779/23227 +f 15490/15778/23226 15491/15779/23227 14939/15244/22561 +f 15493/15780/23228 14340/14578/21601 15492/15781/23229 +f 15493/15780/23228 15492/15781/23229 15494/15782/23230 +f 15494/15782/23230 15492/15781/23229 15495/15783/23231 +f 15494/15782/23230 15495/15783/23231 14931/15235/22552 +f 14337/14576/21599 14336/14574/21597 15496/15784/23232 +f 15496/15784/23232 14336/14574/21597 15497/15785/23233 +f 15496/15784/23232 15497/15785/23233 15498/15786/23234 +f 15498/15786/23234 15497/15785/23233 15499/15751/23199 +f 15498/15786/23234 15499/15751/23199 14921/15225/22542 +f 15500/14572/21595 14331/14568/21591 15501/15787/23235 +f 15500/14572/21595 15501/15787/23235 15502/15788/23236 +f 15502/15788/23236 15501/15787/23235 15503/15789/23237 +f 15502/15788/23236 15503/15789/23237 14907/15212/22529 +f 15505/15790/23238 14328/14565/21588 15504/15791/23239 +f 15505/15790/23238 15504/15791/23239 15506/15792/23240 +f 15506/15792/23240 15504/15791/23239 15507/15793/23241 +f 15506/15792/23240 15507/15793/23241 14898/15202/22519 +f 14290/14524/21547 15508/15794/23242 15509/15795/23243 +f 15509/15795/23243 15508/15794/23242 15510/15796/23244 +f 15509/15795/23243 15510/15796/23244 15511/15797/23245 +f 15511/15797/23245 15510/15796/23244 14861/15166/22483 +f 15511/15797/23245 14861/15166/22483 14863/15168/22485 +f 15508/15794/23242 14290/14524/21547 15512/15798/23246 +f 15508/15794/23242 15512/15798/23246 15510/15796/23244 +f 15510/15796/23244 15512/15798/23246 15513/15799/23247 +f 15510/15796/23244 15513/15799/23247 14861/15166/22483 +f 14861/15166/22483 15513/15799/23247 14857/15162/22479 +f 14861/15166/22483 14857/15162/22479 14859/15164/22481 +f 15514/15800/23248 14856/15160/22477 14857/15162/22479 +f 15514/15800/23248 14857/15162/22479 15513/15799/23247 +f 15514/15800/23248 15513/15799/23247 15515/15801/23249 +f 15515/15801/23249 15513/15799/23247 15512/15798/23246 +f 15515/15801/23249 15512/15798/23246 14288/14522/21545 +f 14288/14522/21545 15512/15798/23246 14290/14524/21547 +f 15515/15801/23249 14288/14522/21545 15516/15802/23250 +f 15515/15801/23249 15516/15802/23250 15517/15803/23251 +f 15515/15801/23249 15517/15803/23251 15514/15800/23248 +f 15514/15800/23248 15517/15803/23251 14853/15157/22474 +f 15514/15800/23248 14853/15157/22474 14856/15160/22477 +f 14850/15155/22472 14853/15157/22474 15518/15804/23252 +f 15518/15804/23252 14853/15157/22474 15517/15803/23251 +f 15518/15804/23252 15517/15803/23251 15519/15805/23253 +f 15519/15805/23253 15517/15803/23251 15516/15802/23250 +f 15519/15805/23253 15516/15802/23250 14285/14519/21542 +f 14285/14519/21542 15516/15802/23250 14288/14522/21545 +f 15519/15805/23253 14285/14519/21542 15520/15806/23254 +f 15519/15805/23253 15520/15806/23254 15518/15804/23252 +f 15518/15804/23252 15520/15806/23254 15521/15807/23255 +f 15518/15804/23252 15521/15807/23255 14850/15155/22472 +f 14850/15155/22472 15521/15807/23255 14846/15151/22468 +f 14850/15155/22472 14846/15151/22468 14848/15153/22470 +f 15522/15808/23256 14845/15149/22466 14846/15151/22468 +f 15522/15808/23256 14846/15151/22468 15521/15807/23255 +f 15522/15808/23256 15521/15807/23255 15523/15809/23257 +f 15523/15809/23257 15521/15807/23255 15520/15806/23254 +f 15523/15809/23257 15520/15806/23254 14281/14515/21538 +f 14281/14515/21538 15520/15806/23254 14285/14519/21542 +f 15523/15809/23257 14281/14515/21538 15469/15758/23206 +f 15523/15809/23257 15469/15758/23206 15470/15760/23208 +f 15523/15809/23257 15470/15760/23208 15522/15808/23256 +f 15522/15808/23256 15470/15760/23208 14842/15147/22464 +f 15522/15808/23256 14842/15147/22464 14845/15149/22466 +f 15471/15757/23205 14836/15141/22458 14842/15147/22464 +f 14281/14515/21538 14366/14605/21628 15468/15759/23207 +f 15468/15759/23207 14366/14605/21628 15524/15810/23258 +f 15468/15759/23207 15524/15810/23258 15525/15811/23259 +f 15468/15759/23207 15525/15811/23259 15471/15757/23205 +f 15471/15757/23205 15525/15811/23259 14832/15137/22454 +f 15471/15757/23205 14832/15137/22454 14834/15139/22456 +f 15526/15812/23260 14831/15135/22452 14832/15137/22454 +f 15526/15812/23260 14832/15137/22454 15525/15811/23259 +f 15526/15812/23260 15525/15811/23259 15527/15813/23261 +f 15527/15813/23261 15525/15811/23259 15524/15810/23258 +f 15527/15813/23261 15524/15810/23258 14366/14605/21628 +f 15527/15813/23261 14366/14605/21628 15472/15761/23209 +f 15527/15813/23261 15472/15761/23209 15474/15763/23211 +f 15527/15813/23261 15474/15763/23211 15526/15812/23260 +f 15526/15812/23260 15474/15763/23211 14828/15133/22450 +f 15526/15812/23260 14828/15133/22450 14831/15135/22452 +f 15475/15764/23212 14825/15129/22446 14828/15133/22450 +f 14363/14602/21625 15528/14600/21623 15473/15762/23210 +f 15473/15762/23210 15528/14600/21623 15529/15814/23262 +f 15473/15762/23210 15529/15814/23262 15475/15764/23212 +f 15475/15764/23212 15529/15814/23262 15530/15815/23263 +f 15475/15764/23212 15530/15815/23263 14822/15127/22444 +f 15475/15764/23212 14822/15127/22444 14825/15129/22446 +f 15531/15816/23264 14821/15125/22442 14822/15127/22444 +f 15531/15816/23264 14822/15127/22444 15530/15815/23263 +f 15531/15816/23264 15530/15815/23263 15532/15817/23265 +f 15532/15817/23265 15530/15815/23263 15529/15814/23262 +f 15532/15817/23265 15529/15814/23262 15528/14600/21623 +f 15528/14600/21623 14359/14598/21621 15532/15817/23265 +f 15532/15817/23265 14359/14598/21621 15477/15765/23213 +f 15532/15817/23265 15477/15765/23213 15531/15816/23264 +f 15531/15816/23264 15477/15765/23213 14820/15123/22440 +f 15531/15816/23264 14820/15123/22440 14821/15125/22442 +f 15478/15767/23215 14818/15120/22437 14820/15123/22440 +f 14359/14598/21621 14356/14595/21618 15533/15818/23266 +f 14359/14598/21621 15533/15818/23266 15476/15766/23214 +f 15476/15766/23214 15533/15818/23266 15534/15819/23267 +f 15476/15766/23214 15534/15819/23267 15478/15767/23215 +f 15478/15767/23215 15534/15819/23267 14815/15118/22435 +f 15478/15767/23215 14815/15118/22435 14818/15120/22437 +f 15535/15820/23268 14814/15116/22433 14815/15118/22435 +f 15535/15820/23268 14815/15118/22435 15534/15819/23267 +f 15535/15820/23268 15534/15819/23267 15536/15821/23269 +f 15536/15821/23269 15534/15819/23267 15533/15818/23266 +f 15536/15821/23269 15533/15818/23266 14356/14595/21618 +f 15536/15821/23269 14356/14595/21618 15480/15768/23216 +f 15536/15821/23269 15480/15768/23216 15481/15770/23218 +f 15536/15821/23269 15481/15770/23218 15535/15820/23268 +f 15535/15820/23268 15481/15770/23218 14811/15113/22430 +f 15535/15820/23268 14811/15113/22430 14814/15116/22433 +f 15482/15771/23219 14808/15111/22428 14811/15113/22430 +f 14806/15109/22426 14808/15111/22428 15482/15771/23219 +f 14806/15109/22426 15482/15771/23219 15537/15822/23270 +f 15537/15822/23270 15482/15771/23219 15538/15823/23271 +f 15538/15823/23271 15482/15771/23219 15479/15769/23217 +f 15538/15823/23271 15479/15769/23217 14354/14592/21615 +f 15539/15824/23272 14804/15106/22423 14806/15109/22426 +f 15539/15824/23272 14806/15109/22426 15537/15822/23270 +f 15539/15824/23272 15537/15822/23270 15540/15825/23273 +f 15540/15825/23273 15537/15822/23270 15538/15823/23271 +f 15540/15825/23273 15538/15823/23271 14350/14588/21611 +f 14350/14588/21611 15538/15823/23271 14354/14592/21615 +f 15540/15825/23273 14350/14588/21611 15484/15772/23220 +f 15540/15825/23273 15484/15772/23220 15485/15774/23222 +f 15540/15825/23273 15485/15774/23222 15539/15824/23272 +f 15539/15824/23272 15485/15774/23222 14801/15103/22420 +f 15539/15824/23272 14801/15103/22420 14804/15106/22423 +f 15486/15756/23204 14797/15100/22417 14801/15103/22420 +f 14793/15096/22413 14795/15098/22415 15486/15756/23204 +f 14793/15096/22413 15486/15756/23204 15541/15826/23274 +f 15541/15826/23274 15486/15756/23204 15483/15773/23221 +f 15541/15826/23274 15483/15773/23221 15542/14585/21608 +f 15542/14585/21608 15483/15773/23221 14350/14588/21611 +f 15543/15827/23275 14765/15066/22383 14793/15096/22413 +f 15543/15827/23275 14793/15096/22413 15541/15826/23274 +f 15543/15827/23275 15541/15826/23274 15544/15828/23276 +f 15544/15828/23276 15541/15826/23274 15542/14585/21608 +f 15544/15828/23276 15542/14585/21608 15545/15829/23277 +f 15542/14585/21608 14345/14583/21606 15545/15829/23277 +f 15545/15829/23277 14345/14583/21606 15546/15830/23278 +f 15545/15829/23277 15546/15830/23278 15544/15828/23276 +f 15544/15828/23276 15546/15830/23278 15547/15831/23279 +f 15544/15828/23276 15547/15831/23279 15543/15827/23275 +f 15543/15827/23275 15547/15831/23279 14762/15064/22381 +f 15543/15827/23275 14762/15064/22381 14765/15066/22383 +f 15546/15830/23278 14345/14583/21606 15548/15832/23280 +f 15546/15830/23278 15548/15832/23280 15547/15831/23279 +f 15547/15831/23279 15548/15832/23280 15549/15833/23281 +f 15547/15831/23279 15549/15833/23281 14762/15064/22381 +f 14762/15064/22381 15549/15833/23281 14791/15092/22409 +f 14787/15090/22407 14791/15092/22409 15549/15833/23281 +f 14787/15090/22407 15549/15833/23281 15550/15834/23282 +f 15550/15834/23282 15549/15833/23281 15548/15832/23280 +f 15550/15834/23282 15548/15832/23280 15551/15835/23283 +f 15551/15835/23283 15548/15832/23280 14345/14583/21606 +f 15551/15835/23283 14345/14583/21606 14321/14558/21581 +f 15552/15836/23284 14786/15088/22405 14787/15090/22407 +f 15552/15836/23284 14787/15090/22407 15550/15834/23282 +f 15552/15836/23284 15550/15834/23282 15553/15837/23285 +f 15553/15837/23285 15550/15834/23282 15551/15835/23283 +f 15553/15837/23285 15551/15835/23283 14321/14558/21581 +f 15553/15837/23285 14321/14558/21581 15554/15838/23286 +f 15553/15837/23285 15554/15838/23286 15552/15836/23284 +f 15552/15836/23284 15554/15838/23286 15555/15839/23287 +f 15552/15836/23284 15555/15839/23287 14786/15088/22405 +f 14786/15088/22405 15555/15839/23287 14783/15085/22402 +f 14321/14558/21581 15556/14554/21577 15554/15838/23286 +f 15554/15838/23286 15556/14554/21577 15557/15840/23288 +f 15554/15838/23286 15557/15840/23288 15555/15839/23287 +f 15555/15839/23287 15557/15840/23288 15558/15841/23289 +f 15555/15839/23287 15558/15841/23289 14783/15085/22402 +f 14783/15085/22402 15558/15841/23289 14780/15083/22400 +f 14778/15081/22398 14780/15083/22400 15558/15841/23289 +f 14778/15081/22398 15558/15841/23289 15559/15842/23290 +f 15559/15842/23290 15558/15841/23289 15557/15840/23288 +f 15559/15842/23290 15557/15840/23288 15560/15843/23291 +f 15560/15843/23291 15557/15840/23288 15556/14554/21577 +f 15561/15844/23292 14776/15078/22395 14778/15081/22398 +f 15561/15844/23292 14778/15081/22398 15559/15842/23290 +f 15561/15844/23292 15559/15842/23290 15562/15845/23293 +f 15562/15845/23293 15559/15842/23290 15560/15843/23291 +f 15562/15845/23293 15560/15843/23291 15556/14554/21577 +f 15556/14554/21577 14316/14552/21575 15562/15845/23293 +f 15562/15845/23293 14316/14552/21575 15563/15846/23294 +f 15562/15845/23293 15563/15846/23294 15564/15847/23295 +f 15562/15845/23293 15564/15847/23295 15561/15844/23292 +f 15561/15844/23292 15564/15847/23295 14773/15076/22393 +f 15561/15844/23292 14773/15076/22393 14776/15078/22395 +f 15563/15846/23294 14316/14552/21575 15565/15848/23296 +f 15563/15846/23294 15565/15848/23296 15564/15847/23295 +f 15564/15847/23295 15565/15848/23296 15566/15849/23297 +f 15564/15847/23295 15566/15849/23297 14773/15076/22393 +f 14773/15076/22393 15566/15849/23297 14769/15072/22389 +f 14773/15076/22393 14769/15072/22389 14771/15074/22391 +f 15567/15850/23298 14768/15070/22387 14769/15072/22389 +f 15567/15850/23298 14769/15072/22389 15566/15849/23297 +f 15567/15850/23298 15566/15849/23297 15568/15851/23299 +f 15568/15851/23299 15566/15849/23297 15565/15848/23296 +f 15568/15851/23299 15565/15848/23296 14314/14550/21573 +f 14314/14550/21573 15565/15848/23296 14316/14552/21575 +f 15568/15851/23299 14314/14550/21573 15569/15852/23300 +f 15568/15851/23299 15569/15852/23300 15570/15853/23301 +f 15568/15851/23299 15570/15853/23301 15567/15850/23298 +f 15567/15850/23298 15570/15853/23301 15571/15068/22385 +f 15567/15850/23298 15571/15068/22385 14768/15070/22387 +f 14314/14550/21573 14311/14547/21570 15569/15852/23300 +f 15569/15852/23300 14311/14547/21570 15572/15854/23302 +f 15569/15852/23300 15572/15854/23302 15570/15853/23301 +f 15570/15853/23301 15572/15854/23302 15573/15755/23203 +f 15570/15853/23301 15573/15755/23203 15571/15068/22385 +f 15571/15068/22385 15573/15755/23203 14952/15258/22575 +f 14311/14547/21570 15574/15855/23303 15572/15854/23302 +f 15572/15854/23302 15574/15855/23303 15575/15754/23202 +f 15572/15854/23302 15575/15754/23202 15573/15755/23203 +f 15573/15755/23203 15575/15754/23202 14951/15257/22574 +f 14951/15257/22574 15575/15754/23202 14949/15255/22572 +f 15576/15856/23304 14947/15252/22569 15575/15754/23202 +f 15576/15856/23304 15575/15754/23202 15577/15857/23305 +f 15577/15857/23305 15575/15754/23202 15578/15858/23306 +f 15578/15858/23306 15575/15754/23202 15574/15855/23303 +f 15578/15858/23306 15574/15855/23303 14307/14544/21567 +f 14307/14544/21567 15574/15855/23303 14311/14547/21570 +f 15578/15858/23306 14307/14544/21567 15579/15859/23307 +f 15578/15858/23306 15579/15859/23307 15577/15857/23305 +f 15577/15857/23305 15579/15859/23307 15580/15860/23308 +f 15577/15857/23305 15580/15860/23308 15576/15856/23304 +f 15576/15856/23304 15580/15860/23308 14918/15223/22540 +f 15576/15856/23304 14918/15223/22540 14947/15252/22569 +f 14916/15221/22538 14918/15223/22540 15581/15753/23201 +f 15581/15753/23201 14918/15223/22540 15580/15860/23308 +f 15581/15753/23201 15580/15860/23308 15582/15861/23309 +f 15582/15861/23309 15580/15860/23308 15579/15859/23307 +f 15582/15861/23309 15579/15859/23307 14307/14544/21567 +f 14307/14544/21567 14305/14541/21564 15582/15861/23309 +f 15582/15861/23309 14305/14541/21564 15583/15862/23310 +f 15582/15861/23309 15583/15862/23310 15581/15753/23201 +f 15581/15753/23201 15583/15862/23310 15584/15752/23200 +f 15581/15753/23201 15584/15752/23200 14944/15250/22567 +f 14944/15250/22567 15584/15752/23200 14942/15248/22565 +f 15585/15863/23311 14941/15246/22563 15584/15752/23200 +f 15585/15863/23311 15584/15752/23200 15586/15864/23312 +f 15586/15864/23312 15584/15752/23200 15583/15862/23310 +f 15586/15864/23312 15583/15862/23310 14305/14541/21564 +f 14305/14541/21564 14302/14538/21561 15586/15864/23312 +f 15586/15864/23312 14302/14538/21561 15488/15775/23223 +f 15586/15864/23312 15488/15775/23223 15490/15778/23226 +f 15586/15864/23312 15490/15778/23226 15585/15863/23311 +f 15585/15863/23311 15490/15778/23226 14939/15244/22561 +f 15585/15863/23311 14939/15244/22561 14941/15246/22563 +f 15491/15779/23227 14937/15241/22558 14939/15244/22561 +f 14302/14538/21561 14344/14582/21605 15487/15776/23224 +f 15487/15776/23224 14344/14582/21605 15587/15865/23313 +f 15487/15776/23224 15587/15865/23313 15489/15777/23225 +f 15489/15777/23225 15587/15865/23313 15588/15866/23314 +f 15489/15777/23225 15588/15866/23314 15491/15779/23227 +f 15491/15779/23227 15588/15866/23314 14934/15239/22556 +f 15491/15779/23227 14934/15239/22556 14937/15241/22558 +f 15589/15867/23315 14933/15237/22554 14934/15239/22556 +f 15589/15867/23315 14934/15239/22556 15588/15866/23314 +f 15589/15867/23315 15588/15866/23314 15590/15868/23316 +f 15590/15868/23316 15588/15866/23314 15587/15865/23313 +f 15590/15868/23316 15587/15865/23313 15591/15869/23317 +f 15591/15869/23317 15587/15865/23313 14344/14582/21605 +f 14344/14582/21605 14340/14578/21601 15591/15869/23317 +f 15591/15869/23317 14340/14578/21601 15493/15780/23228 +f 15591/15869/23317 15493/15780/23228 15590/15868/23316 +f 15590/15868/23316 15493/15780/23228 15494/15782/23230 +f 15590/15868/23316 15494/15782/23230 15589/15867/23315 +f 15589/15867/23315 15494/15782/23230 14931/15235/22552 +f 15589/15867/23315 14931/15235/22552 14933/15237/22554 +f 15495/15783/23231 14928/15233/22550 14931/15235/22552 +f 15492/15781/23229 14340/14578/21601 15592/15870/23318 +f 15492/15781/23229 15592/15870/23318 15593/15871/23319 +f 15492/15781/23229 15593/15871/23319 15495/15783/23231 +f 15495/15783/23231 15593/15871/23319 14926/15231/22548 +f 15495/15783/23231 14926/15231/22548 14928/15233/22550 +f 15594/15872/23320 14924/15228/22545 14926/15231/22548 +f 15594/15872/23320 14926/15231/22548 15593/15871/23319 +f 15594/15872/23320 15593/15871/23319 15595/15873/23321 +f 15595/15873/23321 15593/15871/23319 15592/15870/23318 +f 15595/15873/23321 15592/15870/23318 14337/14576/21599 +f 14337/14576/21599 15592/15870/23318 14340/14578/21601 +f 15595/15873/23321 14337/14576/21599 15496/15784/23232 +f 15595/15873/23321 15496/15784/23232 15498/15786/23234 +f 15595/15873/23321 15498/15786/23234 15594/15872/23320 +f 15594/15872/23320 15498/15786/23234 14921/15225/22542 +f 15594/15872/23320 14921/15225/22542 14924/15228/22545 +f 15499/15751/23199 14915/15220/22537 14921/15225/22542 +f 14336/14574/21597 15596/15874/23322 15497/15785/23233 +f 15497/15785/23233 15596/15874/23322 15597/15875/23323 +f 15497/15785/23233 15597/15875/23323 15499/15751/23199 +f 15499/15751/23199 15597/15875/23323 14911/15216/22533 +f 15499/15751/23199 14911/15216/22533 14913/15218/22535 +f 15598/15876/23324 14910/15214/22531 14911/15216/22533 +f 15598/15876/23324 14911/15216/22533 15597/15875/23323 +f 15598/15876/23324 15597/15875/23323 15599/15877/23325 +f 15599/15877/23325 15597/15875/23323 15596/15874/23322 +f 15599/15877/23325 15596/15874/23322 15500/14572/21595 +f 15500/14572/21595 15596/15874/23322 14336/14574/21597 +f 15599/15877/23325 15500/14572/21595 15502/15788/23236 +f 15599/15877/23325 15502/15788/23236 15598/15876/23324 +f 15598/15876/23324 15502/15788/23236 14907/15212/22529 +f 15598/15876/23324 14907/15212/22529 14910/15214/22531 +f 15503/15789/23237 14905/15209/22526 14907/15212/22529 +f 14902/15207/22524 14905/15209/22526 15503/15789/23237 +f 14902/15207/22524 15503/15789/23237 15600/15878/23326 +f 15600/15878/23326 15503/15789/23237 15501/15787/23235 +f 15600/15878/23326 15501/15787/23235 15601/15879/23327 +f 15601/15879/23327 15501/15787/23235 14331/14568/21591 +f 15602/15880/23328 14901/15205/22522 14902/15207/22524 +f 15602/15880/23328 14902/15207/22524 15600/15878/23326 +f 15602/15880/23328 15600/15878/23326 15603/15881/23329 +f 15603/15881/23329 15600/15878/23326 15601/15879/23327 +f 15603/15881/23329 15601/15879/23327 14331/14568/21591 +f 14331/14568/21591 14328/14565/21588 15603/15881/23329 +f 15603/15881/23329 14328/14565/21588 15505/15790/23238 +f 15603/15881/23329 15505/15790/23238 15506/15792/23240 +f 15603/15881/23329 15506/15792/23240 15602/15880/23328 +f 15602/15880/23328 15506/15792/23240 14898/15202/22519 +f 15602/15880/23328 14898/15202/22519 14901/15205/22522 +f 15507/15793/23241 14895/15199/22516 14898/15202/22519 +f 14892/15197/22514 14895/15199/22516 15507/15793/23241 +f 14892/15197/22514 15507/15793/23241 15604/15882/23330 +f 15604/15882/23330 15507/15793/23241 15504/15791/23239 +f 15604/15882/23330 15504/15791/23239 15605/15883/23331 +f 15605/15883/23331 15504/15791/23239 14325/14563/21586 +f 14325/14563/21586 15504/15791/23239 14328/14565/21588 +f 15606/15884/23332 14891/15195/22512 14892/15197/22514 +f 15606/15884/23332 14892/15197/22514 15604/15882/23330 +f 15606/15884/23332 15604/15882/23330 15607/15885/23333 +f 15607/15885/23333 15604/15882/23330 15605/15883/23331 +f 15607/15885/23333 15605/15883/23331 14325/14563/21586 +f 14325/14563/21586 14323/14561/21584 15607/15885/23333 +f 15607/15885/23333 14323/14561/21584 15608/15886/23334 +f 15607/15885/23333 15608/15886/23334 15609/15887/23335 +f 15607/15885/23333 15609/15887/23335 15606/15884/23332 +f 15606/15884/23332 15609/15887/23335 14888/15193/22510 +f 15606/15884/23332 14888/15193/22510 14891/15195/22512 +f 15608/15886/23334 14323/14561/21584 15610/15888/23336 +f 15608/15886/23334 15610/15888/23336 15609/15887/23335 +f 15609/15887/23335 15610/15888/23336 15611/15750/23198 +f 15609/15887/23335 15611/15750/23198 14888/15193/22510 +f 14888/15193/22510 15611/15750/23198 14886/15191/22508 +f 14886/15191/22508 15611/15750/23198 14884/15189/22506 +f 14881/15186/22503 14883/15188/22505 15612/15749/23197 +f 15612/15749/23197 14883/15188/22505 15611/15750/23198 +f 15612/15749/23197 15611/15750/23198 15610/15888/23336 +f 15612/15749/23197 15610/15888/23336 15613/14535/21558 +f 15613/14535/21558 15610/15888/23336 14323/14561/21584 +f 15614/15889/23337 14880/15184/22501 15612/15749/23197 +f 15614/15889/23337 15612/15749/23197 15615/15890/23338 +f 15615/15890/23338 15612/15749/23197 15616/15891/23339 +f 15616/15891/23339 15612/15749/23197 15613/14535/21558 +f 15613/14535/21558 14299/14533/21556 15616/15891/23339 +f 15616/15891/23339 14299/14533/21556 15617/15892/23340 +f 15616/15891/23339 15617/15892/23340 15615/15890/23338 +f 15615/15890/23338 15617/15892/23340 15618/15893/23341 +f 15615/15890/23338 15618/15893/23341 15614/15889/23337 +f 15614/15889/23337 15618/15893/23341 14877/15182/22499 +f 15614/15889/23337 14877/15182/22499 14880/15184/22501 +f 15617/15892/23340 14299/14533/21556 15619/15894/23342 +f 15617/15892/23340 15619/15894/23342 15618/15893/23341 +f 15618/15893/23341 15619/15894/23342 15620/15748/23196 +f 15618/15893/23341 15620/15748/23196 14877/15182/22499 +f 14877/15182/22499 15620/15748/23196 14876/15181/22498 +f 14876/15181/22498 15620/15748/23196 14873/15178/22495 +f 14871/15175/22492 15620/15748/23196 15621/15895/23343 +f 15621/15895/23343 15620/15748/23196 15619/15894/23342 +f 15621/15895/23343 15619/15894/23342 15622/15896/23344 +f 15622/15896/23344 15619/15894/23342 14297/14531/21554 +f 14297/14531/21554 15619/15894/23342 14299/14533/21556 +f 15623/15897/23345 14840/15144/22461 14871/15175/22492 +f 15623/15897/23345 14871/15175/22492 15621/15895/23343 +f 15623/15897/23345 15621/15895/23343 15624/15898/23346 +f 15624/15898/23346 15621/15895/23343 15622/15896/23344 +f 15624/15898/23346 15622/15896/23344 14297/14531/21554 +f 14297/14531/21554 14294/14528/21551 15624/15898/23346 +f 15624/15898/23346 14294/14528/21551 15625/15899/23347 +f 15624/15898/23346 15625/15899/23347 15626/15900/23348 +f 15624/15898/23346 15626/15900/23348 15623/15897/23345 +f 15623/15897/23345 15626/15900/23348 14837/15142/22459 +f 15623/15897/23345 14837/15142/22459 14840/15144/22461 +f 15625/15899/23347 14294/14528/21551 15627/15901/23349 +f 15625/15899/23347 15627/15901/23349 15626/15900/23348 +f 15626/15900/23348 15627/15901/23349 15628/15747/23195 +f 15626/15900/23348 15628/15747/23195 14837/15142/22459 +f 14837/15142/22459 15628/15747/23195 14868/15172/22489 +f 15629/15902/23350 14866/15170/22487 15628/15747/23195 +f 15629/15902/23350 15628/15747/23195 15630/15903/23351 +f 15630/15903/23351 15628/15747/23195 15627/15901/23349 +f 15627/15901/23349 14294/14528/21551 14290/14524/21547 +f 15627/15901/23349 14290/14524/21547 15630/15903/23351 +f 15630/15903/23351 14290/14524/21547 15509/15795/23243 +f 15630/15903/23351 15509/15795/23243 15629/15902/23350 +f 15629/15902/23350 15509/15795/23243 15511/15797/23245 +f 15629/15902/23350 15511/15797/23245 14866/15170/22487 +f 14866/15170/22487 15511/15797/23245 14863/15168/22485 +f 14079/14301/21324 14078/14300/21323 14081/14302/21325 +f 14076/14296/21319 14082/14298/21321 15700/15904/23352 +f 15700/15904/23352 14082/14298/21321 14081/14302/21325 +f 14078/14300/21323 13985/14204/21227 15657/15905/23353 +f 15657/15905/23353 13985/14204/21227 13989/14208/21231 +f 13977/14197/21220 13979/14196/21219 15656/15906/23354 +f 15656/15906/23354 13979/14196/21219 15655/15907/23355 +f 15655/15907/23355 13979/14196/21219 13973/14192/21215 +f 15655/15907/23355 13973/14192/21215 14083/14191/21214 +f 14083/14191/21214 14091/14304/21327 15654/15908/23356 +f 15654/15908/23356 14091/14304/21327 15653/15909/23357 +f 15653/15909/23357 14091/14304/21327 14090/14310/21333 +f 15653/15909/23357 14090/14310/21333 14087/14307/21330 +f 13970/14186/21209 13972/14189/21212 14092/14311/21334 +f 14087/14307/21330 14085/14306/21329 15652/15910/23358 +f 15652/15910/23358 14085/14306/21329 14092/14311/21334 +f 13968/14185/21208 13963/14179/21202 13967/14184/21207 +f 13959/14175/21198 13960/14177/21200 15685/15911/23359 +f 15685/15911/23359 13960/14177/21200 14095/14315/21338 +f 15685/15911/23359 14095/14315/21338 14098/14317/21340 +f 13949/14163/21186 15678/15912/23360 14108/14328/21351 +f 14104/14324/21347 14111/14331/21354 15680/15913/23361 +f 15680/15913/23361 14111/14331/21354 14110/14330/21353 +f 15680/15913/23361 14110/14330/21353 14108/14328/21351 +f 13949/14163/21186 13952/14167/21190 15678/15912/23360 +f 15678/15912/23360 13952/14167/21190 13955/14169/21192 +f 15678/15912/23360 13955/14169/21192 15649/15914/23362 +f 15649/15914/23362 13955/14169/21192 13953/14170/21193 +f 13938/14153/21176 15631/15915/23363 13939/14154/21177 +f 13945/14160/21183 13944/14159/21182 15648/15916/23364 +f 15648/15916/23364 13944/14159/21182 13939/14154/21177 +f 13938/14153/21176 14112/14332/21355 15631/15915/23363 +f 15631/15915/23363 14112/14332/21355 14113/14333/21356 +f 15631/15915/23363 14113/14333/21356 15677/15917/23365 +f 15677/15917/23365 14113/14333/21356 14040/14261/21284 +f 15677/15917/23365 14040/14261/21284 15676/15918/23366 +f 15676/15918/23366 14040/14261/21284 14047/14263/21286 +f 15676/15918/23366 14047/14263/21286 15647/15919/23367 +f 15647/15919/23367 14047/14263/21286 14046/14268/21291 +f 14046/14268/21291 14045/14267/21290 15646/15920/23368 +f 15646/15920/23368 14045/14267/21290 13934/14147/21170 +f 15646/15920/23368 13934/14147/21170 15645/15921/23369 +f 15645/15921/23369 13934/14147/21170 13937/14151/21174 +f 15645/15921/23369 13937/14151/21174 13930/14142/21165 +f 13930/14142/21165 14037/14145/21168 15644/15922/23370 +f 15644/15922/23370 14037/14145/21168 14036/14258/21281 +f 14030/14253/21276 14032/14255/21278 15643/15923/23371 +f 15643/15923/23371 14032/14255/21278 14033/14256/21279 +f 15643/15923/23371 14033/14256/21279 14048/14269/21292 +f 14059/14280/21303 15632/15924/23372 14053/14274/21297 +f 14059/14280/21303 14058/14279/21302 15632/15924/23372 +f 15632/15924/23372 14058/14279/21302 14056/14277/21300 +f 14056/14277/21300 14023/14246/21269 15642/15925/23373 +f 15642/15925/23373 14023/14246/21269 15641/15926/23374 +f 15641/15926/23374 14023/14246/21269 14027/14250/21273 +f 15641/15926/23374 14027/14250/21273 14019/14241/21264 +f 14019/14241/21264 14015/14236/21259 15668/15927/23375 +f 15668/15927/23375 14015/14236/21259 15667/15928/23376 +f 15667/15928/23376 14015/14236/21259 14017/14238/21261 +f 15667/15928/23376 14017/14238/21261 15666/15929/23377 +f 15666/15929/23377 14017/14238/21261 14011/14233/21256 +f 14062/14283/21306 15633/15930/23378 14060/14281/21304 +f 15666/15929/23377 14011/14233/21256 14010/14232/21255 +f 15666/15929/23377 14010/14232/21255 15665/15931/23379 +f 15665/15931/23379 14010/14232/21255 14009/14231/21254 +f 15665/15931/23379 14009/14231/21254 14060/14281/21304 +f 14070/14291/21314 15634/15932/23380 14067/14289/21312 +f 14062/14283/21306 14064/14285/21308 15633/15930/23378 +f 15633/15930/23378 14064/14285/21308 14068/14287/21310 +f 15633/15930/23378 14068/14287/21310 15639/15933/23381 +f 15639/15933/23381 14068/14287/21310 14067/14289/21312 +f 14070/14291/21314 14069/14290/21313 15634/15932/23380 +f 15634/15932/23380 14069/14290/21313 14005/14226/21249 +f 14007/14228/21251 14001/14218/21241 15638/15934/23382 +f 15638/15934/23382 14001/14218/21241 13998/14221/21244 +f 13998/14221/21244 13991/14211/21234 15637/15935/23383 +f 15637/15935/23383 13991/14211/21234 15636/15936/23384 +f 15636/15936/23384 13991/14211/21234 13993/14214/21237 +f 15636/15936/23384 13993/14214/21237 14071/14215/21238 +f 14071/14215/21238 14073/14293/21316 15635/15937/23385 +f 15635/15937/23385 14073/14293/21316 14074/14294/21317 +f 15635/15937/23385 15659/15938/23386 14071/14215/21238 +f 14071/14215/21238 15659/15938/23386 15636/15936/23384 +f 15637/15935/23383 15660/15939/23387 13998/14221/21244 +f 13998/14221/21244 15660/15939/23387 15638/15934/23382 +f 15638/15934/23382 15706/15940/23388 14007/14228/21251 +f 14007/14228/21251 15706/15940/23388 15661/15941/23389 +f 14007/14228/21251 15661/15941/23389 14005/14226/21249 +f 14005/14226/21249 15661/15941/23389 15662/15942/23390 +f 14005/14226/21249 15662/15942/23390 15634/15932/23380 +f 15634/15932/23380 15662/15942/23390 15663/15943/23391 +f 15634/15932/23380 15663/15943/23391 14067/14289/21312 +f 14067/14289/21312 15663/15943/23391 15639/15933/23381 +f 15639/15933/23381 15664/15944/23392 15633/15930/23378 +f 15633/15930/23378 15664/15944/23392 15640/15945/23393 +f 15633/15930/23378 15640/15945/23393 14060/14281/21304 +f 14060/14281/21304 15640/15945/23393 15665/15931/23379 +f 15668/15927/23375 15669/15946/23394 14019/14241/21264 +f 14019/14241/21264 15669/15946/23394 15641/15926/23374 +f 15642/15925/23373 15670/15947/23395 14056/14277/21300 +f 14056/14277/21300 15670/15947/23395 15671/15948/23396 +f 14056/14277/21300 15671/15948/23396 15632/15924/23372 +f 15632/15924/23372 15671/15948/23396 15672/15949/23397 +f 15632/15924/23372 15672/15949/23397 14053/14274/21297 +f 14053/14274/21297 15672/15949/23397 15713/15950/23398 +f 14053/14274/21297 15713/15950/23398 14055/14276/21299 +f 14055/14276/21299 15713/15950/23398 15714/15951/23399 +f 14055/14276/21299 15714/15951/23399 14051/14272/21295 +f 14051/14272/21295 15714/15951/23399 15715/15952/23400 +f 14051/14272/21295 15715/15952/23400 14048/14269/21292 +f 14048/14269/21292 15715/15952/23400 15643/15923/23371 +f 15643/15923/23371 15717/15953/23401 14030/14253/21276 +f 14030/14253/21276 15717/15953/23401 15718/15954/23402 +f 14030/14253/21276 15718/15954/23402 14036/14258/21281 +f 14036/14258/21281 15718/15954/23402 15644/15922/23370 +f 15644/15922/23370 15673/15955/23403 13930/14142/21165 +f 13930/14142/21165 15673/15955/23403 15645/15921/23369 +f 15646/15920/23368 15675/15956/23404 14046/14268/21291 +f 14046/14268/21291 15675/15956/23404 15647/15919/23367 +f 15677/15917/23365 15723/15957/23405 15631/15915/23363 +f 15631/15915/23363 15723/15957/23405 15724/15958/23406 +f 15631/15915/23363 15724/15958/23406 13939/14154/21177 +f 13939/14154/21177 15724/15958/23406 15648/15916/23364 +f 15648/15916/23364 15726/15959/23407 13945/14160/21183 +f 13945/14160/21183 15726/15959/23407 15727/15960/23408 +f 13945/14160/21183 15727/15960/23408 13953/14170/21193 +f 13953/14170/21193 15727/15960/23408 15649/15914/23362 +f 15678/15912/23360 15679/15961/23409 14108/14328/21351 +f 14108/14328/21351 15679/15961/23409 15680/15913/23361 +f 15680/15913/23361 15681/15962/23410 14104/14324/21347 +f 14104/14324/21347 15681/15962/23410 15682/15963/23411 +f 14104/14324/21347 15682/15963/23411 14102/14322/21345 +f 14102/14322/21345 15682/15963/23411 14100/14320/21343 +f 14100/14320/21343 15684/15964/23412 14098/14317/21340 +f 14098/14317/21340 15684/15964/23412 15685/15911/23359 +f 15685/15911/23359 15686/15965/23413 13959/14175/21198 +f 13959/14175/21198 15686/15965/23413 15687/15966/23414 +f 13959/14175/21198 15687/15966/23414 13956/14172/21195 +f 13956/14172/21195 15687/15966/23414 15688/15967/23415 +f 13956/14172/21195 15688/15967/23415 13963/14179/21202 +f 13963/14179/21202 15688/15967/23415 15689/15968/23416 +f 13963/14179/21202 15689/15968/23416 13967/14184/21207 +f 13967/14184/21207 15689/15968/23416 15690/15969/23417 +f 13967/14184/21207 15690/15969/23417 13965/14181/21204 +f 13965/14181/21204 15690/15969/23417 15650/15970/23418 +f 13965/14181/21204 15650/15970/23418 13972/14189/21212 +f 13972/14189/21212 15650/15970/23418 15651/15971/23419 +f 13972/14189/21212 15651/15971/23419 14092/14311/21334 +f 14092/14311/21334 15651/15971/23419 15652/15910/23358 +f 15652/15910/23358 15693/15972/23420 14087/14307/21330 +f 14087/14307/21330 15693/15972/23420 15653/15909/23357 +f 15654/15908/23356 15695/15973/23421 14083/14191/21214 +f 14083/14191/21214 15695/15973/23421 15655/15907/23355 +f 15656/15906/23354 15696/15974/23422 13977/14197/21220 +f 13977/14197/21220 15696/15974/23422 15697/15975/23423 +f 13977/14197/21220 15697/15975/23423 13988/14209/21232 +f 13988/14209/21232 15697/15975/23423 15698/15976/23424 +f 13988/14209/21232 15698/15976/23424 13989/14208/21231 +f 13989/14208/21231 15698/15976/23424 15657/15905/23353 +f 15657/15905/23353 15699/15977/23425 14078/14300/21323 +f 14078/14300/21323 15699/15977/23425 15658/15978/23426 +f 14078/14300/21323 15658/15978/23426 14081/14302/21325 +f 14081/14302/21325 15658/15978/23426 15700/15904/23352 +f 15700/15904/23352 15701/15979/23427 14076/14296/21319 +f 14076/14296/21319 15701/15979/23427 15702/15980/23428 +f 14076/14296/21319 15702/15980/23428 14074/14294/21317 +f 14074/14294/21317 15702/15980/23428 15635/15937/23385 +f 15702/15980/23428 15703/15981/23429 15635/15937/23385 +f 15635/15937/23385 15703/15981/23429 15659/15938/23386 +f 15659/15938/23386 15704/15982/23430 15636/15936/23384 +f 15636/15936/23384 15704/15982/23430 15739/15983/23431 +f 15636/15936/23384 15739/15983/23431 15637/15935/23383 +f 15637/15935/23383 15739/15983/23431 15660/15939/23387 +f 15660/15939/23387 15705/15984/23432 15638/15934/23382 +f 15638/15934/23382 15705/15984/23432 15706/15940/23388 +f 15663/15943/23391 15709/15985/23433 15639/15933/23381 +f 15639/15933/23381 15709/15985/23433 15664/15944/23392 +f 15664/15944/23392 15710/15986/23434 15640/15945/23393 +f 15640/15945/23393 15710/15986/23434 15665/15931/23379 +f 15669/15946/23394 15711/15987/23435 15641/15926/23374 +f 15641/15926/23374 15711/15987/23435 15712/15988/23436 +f 15641/15926/23374 15712/15988/23436 15642/15925/23373 +f 15642/15925/23373 15712/15988/23436 15670/15947/23395 +f 15715/15952/23400 15716/15989/23437 15643/15923/23371 +f 15643/15923/23371 15716/15989/23437 15717/15953/23401 +f 15718/15954/23402 15719/15990/23438 15644/15922/23370 +f 15644/15922/23370 15719/15990/23438 15673/15955/23403 +f 15673/15955/23403 15751/15991/23439 15645/15921/23369 +f 15645/15921/23369 15751/15991/23439 15674/15992/23440 +f 15645/15921/23369 15674/15992/23440 15646/15920/23368 +f 15646/15920/23368 15674/15992/23440 15675/15956/23404 +f 15675/15956/23404 15722/15993/23441 15647/15919/23367 +f 15647/15919/23367 15722/15993/23441 15676/15918/23366 +f 15724/15958/23406 15725/15994/23442 15648/15916/23364 +f 15648/15916/23364 15725/15994/23442 15726/15959/23407 +f 15727/15960/23408 15728/15995/23443 15649/15914/23362 +f 15649/15914/23362 15728/15995/23443 15678/15912/23360 +f 15682/15963/23411 15683/15996/23444 14100/14320/21343 +f 14100/14320/21343 15683/15996/23444 15684/15964/23412 +f 15690/15969/23417 15729/15997/23445 15650/15970/23418 +f 15650/15970/23418 15729/15997/23445 15691/15998/23446 +f 15650/15970/23418 15691/15998/23446 15651/15971/23419 +f 15651/15971/23419 15691/15998/23446 15692/15999/23447 +f 15651/15971/23419 15692/15999/23447 15652/15910/23358 +f 15652/15910/23358 15692/15999/23447 15693/15972/23420 +f 15693/15972/23420 15731/16000/23448 15653/15909/23357 +f 15653/15909/23357 15731/16000/23448 15694/16001/23449 +f 15653/15909/23357 15694/16001/23449 15654/15908/23356 +f 15654/15908/23356 15694/16001/23449 15695/15973/23421 +f 15695/15973/23421 15733/16002/23450 15655/15907/23355 +f 15655/15907/23355 15733/16002/23450 15734/16003/23451 +f 15655/15907/23355 15734/16003/23451 15656/15906/23354 +f 15656/15906/23354 15734/16003/23451 15696/15974/23422 +f 15698/15976/23424 15736/16004/23452 15657/15905/23353 +f 15657/15905/23353 15736/16004/23452 15699/15977/23425 +f 15699/15977/23425 15737/16005/23453 15658/15978/23426 +f 15658/15978/23426 15737/16005/23453 15700/15904/23352 +f 15703/15981/23429 15738/16006/23454 15659/15938/23386 +f 15659/15938/23386 15738/16006/23454 15704/15982/23430 +f 15739/15983/23431 15740/16007/23455 15660/15939/23387 +f 15660/15939/23387 15740/16007/23455 15705/15984/23432 +f 15706/15940/23388 15741/16008/23456 15661/15941/23389 +f 15661/15941/23389 15741/16008/23456 15707/16009/23457 +f 15661/15941/23389 15707/16009/23457 15662/15942/23390 +f 15662/15942/23390 15707/16009/23457 15708/16010/23458 +f 15662/15942/23390 15708/16010/23458 15663/15943/23391 +f 15663/15943/23391 15708/16010/23458 15709/15985/23433 +f 15709/15985/23433 15783/16011/23459 15664/15944/23392 +f 15664/15944/23392 15783/16011/23459 15710/15986/23434 +f 15710/15986/23434 15742/16012/23460 15665/15931/23379 +f 15665/15931/23379 15742/16012/23460 15743/16013/23461 +f 15665/15931/23379 15743/16013/23461 15666/15929/23377 +f 15666/15929/23377 15743/16013/23461 15744/16014/23462 +f 15666/15929/23377 15744/16014/23462 15667/15928/23376 +f 15667/15928/23376 15744/16014/23462 15745/16015/23463 +f 15667/15928/23376 15745/16015/23463 15668/15927/23375 +f 15668/15927/23375 15745/16015/23463 15746/16016/23464 +f 15668/15927/23375 15746/16016/23464 15669/15946/23394 +f 15669/15946/23394 15746/16016/23464 15711/15987/23435 +f 15712/15988/23436 15747/16017/23465 15670/15947/23395 +f 15670/15947/23395 15747/16017/23465 15748/16018/23466 +f 15670/15947/23395 15748/16018/23466 15671/15948/23396 +f 15671/15948/23396 15748/16018/23466 15749/16019/23467 +f 15671/15948/23396 15749/16019/23467 15672/15949/23397 +f 15672/15949/23397 15749/16019/23467 15713/15950/23398 +f 15719/15990/23438 15750/16020/23468 15673/15955/23403 +f 15673/15955/23403 15750/16020/23468 15751/15991/23439 +f 15751/15991/23439 15720/16021/23469 15674/15992/23440 +f 15674/15992/23440 15720/16021/23469 15721/16022/23470 +f 15674/15992/23440 15721/16022/23470 15675/15956/23404 +f 15675/15956/23404 15721/16022/23470 15722/15993/23441 +f 15722/15993/23441 15797/16023/23471 15676/15918/23366 +f 15676/15918/23366 15797/16023/23471 15752/16024/23472 +f 15676/15918/23366 15752/16024/23472 15677/15917/23365 +f 15677/15917/23365 15752/16024/23472 15723/15957/23405 +f 15728/15995/23443 15753/16025/23473 15678/15912/23360 +f 15678/15912/23360 15753/16025/23473 15754/16026/23474 +f 15678/15912/23360 15754/16026/23474 15679/15961/23409 +f 15679/15961/23409 15754/16026/23474 15755/16027/23475 +f 15679/15961/23409 15755/16027/23475 15680/15913/23361 +f 15680/15913/23361 15755/16027/23475 15756/16028/23476 +f 15680/15913/23361 15756/16028/23476 15681/15962/23410 +f 15681/15962/23410 15756/16028/23476 15804/16029/23477 +f 15681/15962/23410 15804/16029/23477 15682/15963/23411 +f 15682/15963/23411 15804/16029/23477 15805/16030/23478 +f 15682/15963/23411 15805/16030/23478 15683/15996/23444 +f 15683/15996/23444 15805/16030/23478 15757/16031/23479 +f 15683/15996/23444 15757/16031/23479 15684/15964/23412 +f 15684/15964/23412 15757/16031/23479 15758/16032/23480 +f 15684/15964/23412 15758/16032/23480 15685/15911/23359 +f 15685/15911/23359 15758/16032/23480 15759/16033/23481 +f 15685/15911/23359 15759/16033/23481 15686/15965/23413 +f 15686/15965/23413 15759/16033/23481 15760/16034/23482 +f 15686/15965/23413 15760/16034/23482 15687/15966/23414 +f 15687/15966/23414 15760/16034/23482 15761/16035/23483 +f 15687/15966/23414 15761/16035/23483 15688/15967/23415 +f 15688/15967/23415 15761/16035/23483 15762/16036/23484 +f 15688/15967/23415 15762/16036/23484 15689/15968/23416 +f 15689/15968/23416 15762/16036/23484 15763/16037/23485 +f 15689/15968/23416 15763/16037/23485 15690/15969/23417 +f 15690/15969/23417 15763/16037/23485 15729/15997/23445 +f 15729/15997/23445 15764/16038/23486 15691/15998/23446 +f 15691/15998/23446 15764/16038/23486 15765/16039/23487 +f 15691/15998/23446 15765/16039/23487 15692/15999/23447 +f 15692/15999/23447 15765/16039/23487 15730/16040/23488 +f 15692/15999/23447 15730/16040/23488 15693/15972/23420 +f 15693/15972/23420 15730/16040/23488 15731/16000/23448 +f 15731/16000/23448 15766/16041/23489 15694/16001/23449 +f 15694/16001/23449 15766/16041/23489 15732/16042/23490 +f 15694/16001/23449 15732/16042/23490 15695/15973/23421 +f 15695/15973/23421 15732/16042/23490 15733/16002/23450 +f 15734/16003/23451 15769/16043/23491 15696/15974/23422 +f 15696/15974/23422 15769/16043/23491 15770/16044/23492 +f 15696/15974/23422 15770/16044/23492 15697/15975/23423 +f 15697/15975/23423 15770/16044/23492 15735/16045/23493 +f 15697/15975/23423 15735/16045/23493 15698/15976/23424 +f 15698/15976/23424 15735/16045/23493 15736/16004/23452 +f 15736/16004/23452 15772/16046/23494 15699/15977/23425 +f 15699/15977/23425 15772/16046/23494 15737/16005/23453 +f 15737/16005/23453 15773/16047/23495 15700/15904/23352 +f 15700/15904/23352 15773/16047/23495 15774/16048/23496 +f 15700/15904/23352 15774/16048/23496 15701/15979/23427 +f 15701/15979/23427 15774/16048/23496 15775/16049/23497 +f 15701/15979/23427 15775/16049/23497 15702/15980/23428 +f 15702/15980/23428 15775/16049/23497 15703/15981/23429 +f 15775/16049/23497 15776/16050/23498 15703/15981/23429 +f 15703/15981/23429 15776/16050/23498 15738/16006/23454 +f 15738/16006/23454 15777/16051/23499 15704/15982/23430 +f 15704/15982/23430 15777/16051/23499 15739/15983/23431 +f 15740/16007/23455 15778/16052/23500 15705/15984/23432 +f 15705/15984/23432 15778/16052/23500 15779/16053/23501 +f 15705/15984/23432 15779/16053/23501 15706/15940/23388 +f 15706/15940/23388 15779/16053/23501 15741/16008/23456 +f 15741/16008/23456 15780/16054/23502 15707/16009/23457 +f 15707/16009/23457 15780/16054/23502 15781/16055/23503 +f 15707/16009/23457 15781/16055/23503 15708/16010/23458 +f 15708/16010/23458 15781/16055/23503 15782/16056/23504 +f 15708/16010/23458 15782/16056/23504 15709/15985/23433 +f 15709/15985/23433 15782/16056/23504 15783/16011/23459 +f 15783/16011/23459 15784/16057/23505 15710/15986/23434 +f 15710/15986/23434 15784/16057/23505 15742/16012/23460 +f 15746/16016/23464 15785/16058/23506 15711/15987/23435 +f 15711/15987/23435 15785/16058/23506 15786/16059/23507 +f 15711/15987/23435 15786/16059/23507 15712/15988/23436 +f 15712/15988/23436 15786/16059/23507 15747/16017/23465 +f 15749/16019/23467 15787/16060/23508 15713/15950/23398 +f 15713/15950/23398 15787/16060/23508 15788/16061/23509 +f 15713/15950/23398 15788/16061/23509 15714/15951/23510 +f 15714/15951/23510 15788/16061/23509 15789/16062/23511 +f 15714/15951/23510 15789/16062/23511 15715/15952/23400 +f 15715/15952/23400 15789/16062/23511 15790/16063/23512 +f 15715/15952/23400 15790/16063/23512 15716/15989/23437 +f 15716/15989/23437 15790/16063/23512 15791/16064/23513 +f 15716/15989/23437 15791/16064/23513 15717/15953/23401 +f 15717/15953/23401 15791/16064/23513 15792/16065/23514 +f 15717/15953/23401 15792/16065/23514 15718/15954/23402 +f 15718/15954/23402 15792/16065/23514 15793/16066/23515 +f 15718/15954/23402 15793/16066/23515 15719/15990/23438 +f 15719/15990/23438 15793/16066/23515 15750/16020/23468 +f 15751/15991/23439 15794/16067/23516 15720/16021/23469 +f 15720/16021/23469 15794/16067/23516 15795/16068/23517 +f 15720/16021/23469 15795/16068/23517 15721/16022/23470 +f 15721/16022/23470 15795/16068/23517 15796/16069/23518 +f 15721/16022/23470 15796/16069/23518 15722/15993/23441 +f 15722/15993/23441 15796/16069/23518 15797/16023/23471 +f 15752/16024/23472 15798/16070/23519 15723/15957/23405 +f 15723/15957/23405 15798/16070/23519 15799/16071/23520 +f 15723/15957/23405 15799/16071/23520 15724/15958/23406 +f 15724/15958/23406 15799/16071/23520 15800/16072/23521 +f 15724/15958/23406 15800/16072/23521 15725/15994/23442 +f 15725/15994/23442 15800/16072/23521 15801/16073/23522 +f 15725/15994/23442 15801/16073/23522 15726/15959/23407 +f 15726/15959/23407 15801/16073/23522 15802/16074/23523 +f 15726/15959/23407 15802/16074/23523 15727/15960/23408 +f 15727/15960/23408 15802/16074/23523 15803/16075/23524 +f 15727/15960/23408 15803/16075/23524 15728/15995/23443 +f 15728/15995/23443 15803/16075/23524 15753/16025/23473 +f 15763/16037/23485 15808/16076/23525 15729/15997/23445 +f 15729/15997/23445 15808/16076/23525 15764/16038/23486 +f 15765/16039/23487 15809/16077/23526 15730/16040/23488 +f 15730/16040/23488 15809/16077/23526 15810/16078/23527 +f 15730/16040/23488 15810/16078/23527 15731/16000/23448 +f 15731/16000/23448 15810/16078/23527 15766/16041/23489 +f 15766/16041/23489 15812/16079/23528 15732/16042/23490 +f 15732/16042/23490 15812/16079/23528 15767/16080/23529 +f 15732/16042/23490 15767/16080/23529 15733/16002/23450 +f 15733/16002/23450 15767/16080/23529 15768/16081/23530 +f 15733/16002/23450 15768/16081/23530 15734/16003/23451 +f 15734/16003/23451 15768/16081/23530 15769/16043/23491 +f 15770/16044/23492 15815/16082/23531 15735/16045/23493 +f 15735/16045/23493 15815/16082/23531 15771/16083/23532 +f 15735/16045/23493 15771/16083/23532 15736/16004/23452 +f 15736/16004/23452 15771/16083/23532 15772/16046/23494 +f 15772/16046/23494 15817/16084/23533 15737/16005/23453 +f 15737/16005/23453 15817/16084/23533 15773/16047/23495 +f 15776/16050/23498 15818/16085/23534 15738/16006/23454 +f 15738/16006/23454 15818/16085/23534 15777/16051/23499 +f 15777/16051/23499 15819/16086/23535 15739/15983/23431 +f 15739/15983/23431 15819/16086/23535 15848/16087/23536 +f 15739/15983/23431 15848/16087/23536 15740/16007/23455 +f 15740/16007/23455 15848/16087/23536 15778/16052/23500 +f 15779/16053/23501 15851/16088/23537 15741/16008/23456 +f 15741/16008/23456 15851/16088/23537 15780/16054/23502 +f 15784/16057/23505 15820/16089/23538 15742/16012/23460 +f 15742/16012/23460 15820/16089/23538 15821/16090/23539 +f 15742/16012/23460 15821/16090/23539 15743/16013/23461 +f 15743/16013/23461 15821/16090/23539 15822/16091/23540 +f 15743/16013/23461 15822/16091/23540 15744/16014/23462 +f 15744/16014/23462 15822/16091/23540 15823/16092/23541 +f 15744/16014/23462 15823/16092/23541 15745/16015/23463 +f 15745/16015/23463 15823/16092/23541 15824/16093/23542 +f 15745/16015/23463 15824/16093/23542 15746/16016/23464 +f 15746/16016/23464 15824/16093/23542 15785/16058/23506 +f 15786/16059/23507 15825/16094/23543 15747/16017/23465 +f 15747/16017/23465 15825/16094/23543 15826/16095/23544 +f 15747/16017/23465 15826/16095/23544 15748/16018/23466 +f 15748/16018/23466 15826/16095/23544 15827/16096/23545 +f 15748/16018/23466 15827/16096/23545 15749/16019/23467 +f 15749/16019/23467 15827/16096/23545 15787/16060/23508 +f 15793/16066/23515 15828/16097/23546 15750/16020/23468 +f 15750/16020/23468 15828/16097/23546 15864/16098/23547 +f 15750/16020/23468 15864/16098/23547 15751/15991/23439 +f 15751/15991/23439 15864/16098/23547 15794/16067/23516 +f 15797/16023/23471 15829/16099/23548 15752/16024/23472 +f 15752/16024/23472 15829/16099/23548 15798/16070/23519 +f 15803/16075/23524 15830/16100/23549 15753/16025/23473 +f 15753/16025/23473 15830/16100/23549 15875/16101/23550 +f 15753/16025/23473 15875/16101/23550 15754/16026/23474 +f 15754/16026/23474 15875/16101/23550 15831/16102/23551 +f 15754/16026/23474 15831/16102/23551 15755/16027/23475 +f 15755/16027/23475 15831/16102/23551 15832/16103/23552 +f 15755/16027/23475 15832/16103/23552 15756/16028/23476 +f 15756/16028/23476 15832/16103/23552 15804/16029/23477 +f 15805/16030/23478 15833/16104/23553 15757/16031/23479 +f 15757/16031/23479 15833/16104/23553 15834/16105/23554 +f 15757/16031/23479 15834/16105/23554 15758/16032/23480 +f 15758/16032/23480 15834/16105/23554 15835/16106/23555 +f 15758/16032/23480 15835/16106/23555 15759/16033/23481 +f 15759/16033/23481 15835/16106/23555 15836/16107/23556 +f 15759/16033/23481 15836/16107/23556 15760/16034/23482 +f 15760/16034/23482 15836/16107/23556 15837/16108/23557 +f 15760/16034/23482 15837/16108/23557 15761/16035/23483 +f 15761/16035/23483 15837/16108/23557 15806/16109/23558 +f 15761/16035/23483 15806/16109/23558 15762/16036/23484 +f 15762/16036/23484 15806/16109/23558 15807/16110/23559 +f 15762/16036/23484 15807/16110/23559 15763/16037/23485 +f 15763/16037/23485 15807/16110/23559 15808/16076/23525 +f 15808/16076/23525 15880/16111/23560 15764/16038/23486 +f 15764/16038/23486 15880/16111/23560 15881/16112/23561 +f 15764/16038/23486 15881/16112/23561 15765/16039/23487 +f 15765/16039/23487 15881/16112/23561 15809/16077/23526 +f 15810/16078/23527 15811/16113/23562 15766/16041/23489 +f 15766/16041/23489 15811/16113/23562 15812/16079/23528 +f 15812/16079/23528 15838/16114/23563 15767/16080/23529 +f 15767/16080/23529 15838/16114/23563 15813/16115/23564 +f 15767/16080/23529 15813/16115/23564 15768/16081/23530 +f 15768/16081/23530 15813/16115/23564 15814/16116/23565 +f 15768/16081/23530 15814/16116/23565 15769/16043/23491 +f 15769/16043/23491 15814/16116/23565 15840/16117/23566 +f 15769/16043/23491 15840/16117/23566 15770/16044/23492 +f 15770/16044/23492 15840/16117/23566 15815/16082/23531 +f 15815/16082/23531 15841/16118/23567 15771/16083/23532 +f 15771/16083/23532 15841/16118/23567 15816/16119/23568 +f 15771/16083/23532 15816/16119/23568 15772/16046/23494 +f 15772/16046/23494 15816/16119/23568 15817/16084/23533 +f 15817/16084/23533 15843/16120/23569 15773/16047/23495 +f 15773/16047/23495 15843/16120/23569 15844/16121/23570 +f 15773/16047/23495 15844/16121/23570 15774/16048/23496 +f 15774/16048/23496 15844/16121/23570 15845/16122/23571 +f 15774/16048/23496 15845/16122/23571 15775/16049/23497 +f 15775/16049/23497 15845/16122/23571 15776/16050/23498 +f 15845/16122/23571 15846/16123/23572 15776/16050/23498 +f 15776/16050/23498 15846/16123/23572 15818/16085/23534 +f 15818/16085/23534 15847/16124/23573 15777/16051/23499 +f 15777/16051/23499 15847/16124/23573 15819/16086/23535 +f 15848/16087/23536 15849/16125/23574 15778/16052/23500 +f 15778/16052/23500 15849/16125/23574 15850/16126/23575 +f 15778/16052/23500 15850/16126/23575 15779/16053/23501 +f 15779/16053/23501 15850/16126/23575 15851/16088/23537 +f 15851/16088/23537 15852/16127/23576 15780/16054/23502 +f 15780/16054/23502 15852/16127/23576 15853/16128/23577 +f 15780/16054/23502 15853/16128/23577 15781/16055/23503 +f 15781/16055/23503 15853/16128/23577 15854/16129/23578 +f 15781/16055/23503 15854/16129/23578 15782/16056/23504 +f 15782/16056/23504 15854/16129/23578 15855/16130/23579 +f 15782/16056/23504 15855/16130/23579 15783/16011/23459 +f 15783/16011/23459 15855/16130/23579 15856/16131/23580 +f 15783/16011/23459 15856/16131/23580 15784/16057/23505 +f 15784/16057/23505 15856/16131/23580 15820/16089/23538 +f 15824/16093/23542 15857/16132/23581 15785/16058/23506 +f 15785/16058/23506 15857/16132/23581 15858/16133/23582 +f 15785/16058/23506 15858/16133/23582 15786/16059/23507 +f 15786/16059/23507 15858/16133/23582 15825/16094/23543 +f 15827/16096/23545 15895/16134/23583 15787/16060/23508 +f 15787/16060/23508 15895/16134/23583 15859/16135/23584 +f 15787/16060/23508 15859/16135/23584 15788/16061/23509 +f 15788/16061/23509 15859/16135/23584 15860/16136/23585 +f 15788/16061/23509 15860/16136/23585 15789/16062/23511 +f 15789/16062/23511 15860/16136/23585 15861/16137/23586 +f 15789/16062/23511 15861/16137/23586 15790/16063/23512 +f 15790/16063/23512 15861/16137/23586 15896/16138/23587 +f 15790/16063/23512 15896/16138/23587 15791/16064/23513 +f 15791/16064/23513 15896/16138/23587 15862/16139/23588 +f 15791/16064/23513 15862/16139/23588 15792/16065/23514 +f 15792/16065/23514 15862/16139/23588 15863/16140/23589 +f 15792/16065/23514 15863/16140/23589 15793/16066/23515 +f 15793/16066/23515 15863/16140/23589 15828/16097/23546 +f 15864/16098/23547 15865/16141/23590 15794/16067/23516 +f 15794/16067/23516 15865/16141/23590 15866/16142/23591 +f 15794/16067/23516 15866/16142/23591 15795/16068/23517 +f 15795/16068/23517 15866/16142/23591 15867/16143/23592 +f 15795/16068/23517 15867/16143/23592 15796/16069/23518 +f 15796/16069/23518 15867/16143/23592 15868/16144/23593 +f 15796/16069/23518 15868/16144/23593 15797/16023/23471 +f 15797/16023/23471 15868/16144/23593 15829/16099/23548 +f 15829/16099/23548 15869/16145/23594 15798/16070/23519 +f 15798/16070/23519 15869/16145/23594 15870/16146/23595 +f 15798/16070/23519 15870/16146/23595 15799/16071/23520 +f 15799/16071/23520 15870/16146/23595 15871/16147/23596 +f 15799/16071/23520 15871/16147/23596 15800/16072/23521 +f 15800/16072/23521 15871/16147/23596 15872/16148/23597 +f 15800/16072/23521 15872/16148/23597 15801/16073/23522 +f 15801/16073/23522 15872/16148/23597 15873/16149/23598 +f 15801/16073/23522 15873/16149/23598 15802/16074/23523 +f 15802/16074/23523 15873/16149/23598 15874/16150/23599 +f 15802/16074/23523 15874/16150/23599 15803/16075/23524 +f 15803/16075/23524 15874/16150/23599 15830/16100/23549 +f 15832/16103/23552 15900/16151/23600 15804/16029/23477 +f 15804/16029/23477 15900/16151/23600 15876/16152/23601 +f 15804/16029/23477 15876/16152/23601 15805/16030/23478 +f 15805/16030/23478 15876/16152/23601 15833/16104/23553 +f 15837/16108/23557 15877/16153/23602 15806/16109/23558 +f 15806/16109/23558 15877/16153/23602 15878/16154/23603 +f 15806/16109/23558 15878/16154/23603 15807/16110/23559 +f 15807/16110/23559 15878/16154/23603 15879/16155/23604 +f 15807/16110/23559 15879/16155/23604 15808/16076/23525 +f 15808/16076/23525 15879/16155/23604 15880/16111/23560 +f 15881/16112/23561 15882/16156/23605 15809/16077/23526 +f 15809/16077/23526 15882/16156/23605 15883/16157/23606 +f 15809/16077/23526 15883/16157/23606 15810/16078/23527 +f 15810/16078/23527 15883/16157/23606 15884/16158/23607 +f 15810/16078/23527 15884/16158/23607 15811/16113/23562 +f 15811/16113/23562 15884/16158/23607 15885/16159/23608 +f 15811/16113/23562 15885/16159/23608 15812/16079/23528 +f 15812/16079/23528 15885/16159/23608 15838/16114/23563 +f 15838/16114/23563 15886/16160/23609 15813/16115/23564 +f 15813/16115/23564 15886/16160/23609 15839/16161/23610 +f 15813/16115/23564 15839/16161/23610 15814/16116/23565 +f 15814/16116/23565 15839/16161/23610 15840/16117/23566 +f 15840/16117/23566 15888/16162/23611 15815/16082/23531 +f 15815/16082/23531 15888/16162/23611 15841/16118/23567 +f 15841/16118/23567 15889/16163/23612 15816/16119/23568 +f 15816/16119/23568 15889/16163/23612 15842/16164/23613 +f 15816/16119/23568 15842/16164/23613 15817/16084/23533 +f 15817/16084/23533 15842/16164/23613 15843/16120/23569 +f 15846/16123/23572 15891/16165/23614 15818/16085/23534 +f 15818/16085/23534 15891/16165/23614 15847/16124/23573 +f 15847/16124/23573 14296/14530/21553 15819/16086/23535 +f 15819/16086/23535 14296/14530/21553 15848/16087/23536 +f 15856/16131/23580 14329/14566/21589 15820/16089/23538 +f 15820/16089/23538 14329/14566/21589 14330/14567/21590 +f 15820/16089/23538 14330/14567/21590 15821/16090/23539 +f 15821/16090/23539 14330/14567/21590 14332/14569/21592 +f 15821/16090/23539 14332/14569/21592 15822/16091/23540 +f 15822/16091/23540 14332/14569/21592 14333/14570/21593 +f 15822/16091/23540 14333/14570/21593 15823/16092/23541 +f 15823/16092/23541 14333/14570/21593 14334/14571/21594 +f 15823/16092/23541 14334/14571/21594 15824/16093/23542 +f 15824/16093/23542 14334/14571/21594 15857/16132/23581 +f 15858/16133/23582 15892/16166/23615 15825/16094/23543 +f 15825/16094/23543 15892/16166/23615 15893/16167/23616 +f 15825/16094/23543 15893/16167/23616 15826/16095/23544 +f 15826/16095/23544 15893/16167/23616 15894/16168/23617 +f 15826/16095/23544 15894/16168/23617 15827/16096/23545 +f 15827/16096/23545 15894/16168/23617 15895/16134/23583 +f 15863/16140/23589 14306/14542/21565 15828/16097/23546 +f 15828/16097/23546 14306/14542/21565 15864/16098/23547 +f 15868/16144/23593 14313/14549/21572 15829/16099/23548 +f 15829/16099/23548 14313/14549/21572 15869/16145/23594 +f 15874/16150/23599 15897/16169/23618 15830/16100/23549 +f 15830/16100/23549 15897/16169/23618 15875/16101/23550 +f 15875/16101/23550 15898/16170/23619 15831/16102/23551 +f 15831/16102/23551 15898/16170/23619 15899/16171/23620 +f 15831/16102/23551 15899/16171/23620 15832/16103/23552 +f 15832/16103/23552 15899/16171/23620 15900/16151/23600 +f 15876/16152/23601 14349/14587/21610 15833/16104/23553 +f 15833/16104/23553 14349/14587/21610 14351/14589/21612 +f 15833/16104/23553 14351/14589/21612 15834/16105/23554 +f 15834/16105/23554 14351/14589/21612 14352/14590/21613 +f 15834/16105/23554 14352/14590/21613 15835/16106/23555 +f 15835/16106/23555 14352/14590/21613 14353/14591/21614 +f 15835/16106/23555 14353/14591/21614 15836/16107/23556 +f 15836/16107/23556 14353/14591/21614 14355/14593/21616 +f 15836/16107/23556 14355/14593/21616 15837/16108/23557 +f 15837/16108/23557 14355/14593/21616 15877/16153/23602 +f 15885/16159/23608 14280/14514/21537 15838/16114/23563 +f 15838/16114/23563 14280/14514/21537 15886/16160/23609 +f 15886/16160/23609 15901/16172/23621 15839/16161/23610 +f 15839/16161/23610 15901/16172/23621 15887/16173/23622 +f 15839/16161/23610 15887/16173/23622 15840/16117/23566 +f 15840/16117/23566 15887/16173/23622 15888/16162/23611 +f 15888/16162/23611 14286/14520/21543 15841/16118/23567 +f 15841/16118/23567 14286/14520/21543 15889/16163/23612 +f 15889/16163/23612 15902/16174/23623 15842/16164/23613 +f 15842/16164/23613 15902/16174/23623 15890/16175/23624 +f 15842/16164/23613 15890/16175/23624 15843/16120/23569 +f 15843/16120/23569 15890/16175/23624 14291/14525/21548 +f 15843/16120/23569 14291/14525/21548 15844/16121/23570 +f 15844/16121/23570 14291/14525/21548 14292/14526/21549 +f 15844/16121/23570 14292/14526/21549 15845/16122/23571 +f 15845/16122/23571 14292/14526/21549 15846/16123/23572 +f 14292/14526/21549 14293/14527/21550 15846/16123/23572 +f 15846/16123/23572 14293/14527/21550 15891/16165/23614 +f 15891/16165/23614 14295/14529/21552 15847/16124/23573 +f 15847/16124/23573 14295/14529/21552 14296/14530/21553 +f 14296/14530/21553 14298/14532/21555 15848/16087/23536 +f 15848/16087/23536 14298/14532/21555 15849/16125/23574 +f 15849/16125/23574 14298/14532/21555 14300/14534/21557 +f 15849/16125/23574 14300/14534/21557 15850/16126/23575 +f 15850/16126/23575 14300/14534/21557 15851/16088/23537 +f 15851/16088/23537 14300/14534/21557 14324/14536/21559 +f 15851/16088/23537 14324/14536/21559 15852/16127/23576 +f 15852/16127/23576 14324/14536/21559 15853/16128/23577 +f 15853/16128/23577 14324/14536/21559 14326/14562/21585 +f 15853/16128/23577 14326/14562/21585 15854/16129/23578 +f 15854/16129/23578 14326/14562/21585 15855/16130/23579 +f 15855/16130/23579 14326/14562/21585 14327/14564/21587 +f 15855/16130/23579 14327/14564/21587 15856/16131/23580 +f 15856/16131/23580 14327/14564/21587 14329/14566/21589 +f 14334/14571/21594 14335/14573/21596 15857/16132/23581 +f 15857/16132/23581 14335/14573/21596 15858/16133/23582 +f 15858/16133/23582 14335/14573/21596 15892/16166/23615 +f 15895/16134/23583 14341/14579/21602 15859/16135/23584 +f 15859/16135/23584 14341/14579/21602 14342/14580/21603 +f 15859/16135/23584 14342/14580/21603 15860/16136/23585 +f 15860/16136/23585 14342/14580/21603 14343/14581/21604 +f 15860/16136/23585 14343/14581/21604 15861/16137/23586 +f 15861/16137/23586 14343/14581/21604 15896/16138/23587 +f 15896/16138/23587 14303/14539/21562 15862/16139/23588 +f 15862/16139/23588 14303/14539/21562 14304/14540/21563 +f 15862/16139/23588 14304/14540/21563 15863/16140/23589 +f 15863/16140/23589 14304/14540/21563 14306/14542/21565 +f 14306/14542/21565 14308/14543/21566 15864/16098/23547 +f 15864/16098/23547 14308/14543/21566 15865/16141/23590 +f 15865/16141/23590 14308/14543/21566 14309/14545/21568 +f 15865/16141/23590 14309/14545/21568 15866/16142/23591 +f 15866/16142/23591 14309/14545/21568 14310/14546/21569 +f 15866/16142/23591 14310/14546/21569 15867/16143/23592 +f 15867/16143/23592 14310/14546/21569 14312/14548/21571 +f 15867/16143/23592 14312/14548/21571 15868/16144/23593 +f 15868/16144/23593 14312/14548/21571 14313/14549/21572 +f 14313/14549/21572 14315/14551/21574 15869/16145/23594 +f 15869/16145/23594 14315/14551/21574 15870/16146/23595 +f 15870/16146/23595 14315/14551/21574 14317/14553/21576 +f 15870/16146/23595 14317/14553/21576 15871/16147/23596 +f 15871/16147/23596 14317/14553/21576 15872/16148/23597 +f 15872/16148/23597 14317/14553/21576 14318/14555/21578 +f 15872/16148/23597 14318/14555/21578 15873/16149/23598 +f 15873/16149/23598 14318/14555/21578 14319/14556/21579 +f 15873/16149/23598 14319/14556/21579 15874/16150/23599 +f 15874/16150/23599 14319/14556/21579 15897/16169/23618 +f 15897/16169/23618 14322/14559/21582 15875/16101/23550 +f 15875/16101/23550 14322/14559/21582 15898/16170/23619 +f 15900/16151/23600 14348/14586/21609 15876/16152/23601 +f 15876/16152/23601 14348/14586/21609 14349/14587/21610 +f 14355/14593/21616 14357/14594/21617 15877/16153/23602 +f 15877/16153/23602 14357/14594/21617 15878/16154/23603 +f 15878/16154/23603 14357/14594/21617 14358/14596/21619 +f 15878/16154/23603 14358/14596/21619 15879/16155/23604 +f 15879/16155/23604 14358/14596/21619 14360/14597/21620 +f 15879/16155/23604 14360/14597/21620 15880/16111/23560 +f 15880/16111/23560 14360/14597/21620 15881/16112/23561 +f 15881/16112/23561 14360/14597/21620 14361/14599/21622 +f 15881/16112/23561 14361/14599/21622 15882/16156/23605 +f 15882/16156/23605 14361/14599/21622 14362/14601/21624 +f 15882/16156/23605 14362/14601/21624 15883/16157/23606 +f 15883/16157/23606 14362/14601/21624 14364/14603/21626 +f 15883/16157/23606 14364/14603/21626 15884/16158/23607 +f 15884/16158/23607 14364/14603/21626 14365/14604/21627 +f 15884/16158/23607 14365/14604/21627 15885/16159/23608 +f 15885/16159/23608 14365/14604/21627 14367/14606/21629 +f 15885/16159/23608 14367/14606/21629 14280/14514/21537 +f 15886/16160/23609 14280/14514/21537 15901/16172/23621 +f 15901/16172/23621 14283/14517/21540 15887/16173/23622 +f 15887/16173/23622 14283/14517/21540 14284/14518/21541 +f 15887/16173/23622 14284/14518/21541 15888/16162/23611 +f 15888/16162/23611 14284/14518/21541 14286/14520/21543 +f 14286/14520/21543 14287/14521/21544 15889/16163/23612 +f 15889/16163/23612 14287/14521/21544 15902/16174/23623 +f 15902/16174/23623 14289/14523/21546 15890/16175/23624 +f 15890/16175/23624 14289/14523/21546 14291/14525/21548 +f 15891/16165/23614 14293/14527/21550 14295/14529/21552 +f 14335/14573/21596 14338/14575/21598 15892/16166/23615 +f 15892/16166/23615 14338/14575/21598 15893/16167/23616 +f 15893/16167/23616 14338/14575/21598 15894/16168/23617 +f 15894/16168/23617 14338/14575/21598 14339/14577/21600 +f 15894/16168/23617 14339/14577/21600 15895/16134/23583 +f 15895/16134/23583 14339/14577/21600 14341/14579/21602 +f 14343/14581/21604 14301/14537/21560 15896/16138/23587 +f 15896/16138/23587 14301/14537/21560 14303/14539/21562 +f 14319/14556/21579 14320/14557/21580 15897/16169/23618 +f 15897/16169/23618 14320/14557/21580 14322/14559/21582 +f 14322/14559/21582 14346/14560/21583 15898/16170/23619 +f 15898/16170/23619 14346/14560/21583 15899/16171/23620 +f 15899/16171/23620 14346/14560/21583 14347/14584/21607 +f 15899/16171/23620 14347/14584/21607 15900/16151/23600 +f 15900/16151/23600 14347/14584/21607 14348/14586/21609 +f 14280/14514/21537 14282/14516/21539 15901/16172/23621 +f 15901/16172/23621 14282/14516/21539 14283/14517/21540 +f 15902/16174/23623 14287/14521/21544 14289/14523/21546 +f 16027/16176/23625 15904/16177/23626 15905/16178/23627 +f 14839/15145/22462 14838/15143/22460 15906/16179/23628 +f 14872/15177/22494 14870/15176/22493 16018/16180/23629 +f 14894/15200/22517 14893/15198/22515 16009/16181/23630 +f 14897/15203/22520 14896/15201/22518 15907/16182/23631 +f 14904/15210/22527 14903/15208/22525 16006/16183/23632 +f 14909/15215/22532 14908/15213/22530 15909/16184/23633 +f 14914/15219/22536 14912/15217/22534 16001/16185/23634 +f 14920/15226/22543 14919/15224/22541 15910/16186/23635 +f 15982/16187/23636 14917/15222/22539 14945/15251/22568 +f 14772/15075/22392 14770/15073/22390 15912/16188/23637 +f 14789/15093/22410 14788/15091/22408 15964/16189/23638 +f 14792/15095/22412 14790/15094/22411 16030/16190/23639 +f 14764/15067/22384 14763/15065/22382 15914/16191/23640 +f 14796/15099/22416 14794/15097/22414 15915/16192/23641 +f 14800/15104/22421 14799/15102/22419 15916/16193/23642 +f 17076/16194/23643 17077/13956/20979 13795/13958/20981 +f 16697/16195/23644 16695/14044/21067 13860/14043/21066 +f 13915/14119/21142 16396/16196/23645 15936/16197/23646 +f 16318/16198/23647 16316/14502/21525 14272/14501/21524 +f 13747/13901/20924 13746/13902/20925 16022/16199/23648 +f 16187/16200/23649 13748/13899/20922 15917/16201/23650 +f 16187/16200/23649 15917/16201/23650 15919/16202/23651 +f 15918/16203/23652 15922/16204/23653 14865/15171/22488 +f 14865/15171/22488 15922/16204/23653 15917/16201/23650 +f 15917/16201/23650 15922/16204/23653 15919/16202/23651 +f 15924/16205/23654 15920/16206/23655 15921/16207/23656 +f 15921/16207/23656 15920/16206/23655 15918/16203/23652 +f 15918/16203/23652 15920/16206/23655 15922/16204/23653 +f 16216/14513/21536 15924/16205/23654 15923/14512/21535 +f 15923/14512/21535 15924/16205/23654 15921/16207/23656 +f 15925/16208/23657 15928/16209/23658 15926/16210/23659 +f 16318/16198/23647 14272/14501/21524 15925/16208/23657 +f 16318/16198/23647 15925/16208/23657 15926/16210/23659 +f 15928/16209/23658 15925/16208/23657 15927/16211/23660 +f 15928/16209/23658 15927/16211/23660 15929/16212/23661 +f 15929/16212/23661 15927/16211/23660 15930/16213/23662 +f 15931/14132/21155 15929/16212/23661 15930/16213/23662 +f 15933/16214/23663 15935/16215/23664 15934/14123/21146 +f 14843/15148/22465 15935/16215/23664 15933/16214/23663 +f 14843/15148/22465 15937/16216/23665 15935/16215/23664 +f 15936/16197/23646 16396/16196/23645 15937/16216/23665 +f 16025/16217/23666 13914/14117/21140 13915/14119/21142 +f 13906/14109/21132 16427/16218/23667 16426/14110/21133 +f 16427/16218/23667 13906/14109/21132 15940/16219/23668 +f 15940/16219/23668 13906/14109/21132 15938/16220/23669 +f 15940/16219/23668 15938/16220/23669 14829/15134/22451 +f 14827/15132/22449 15939/16221/23670 15940/16219/23668 +f 14827/15132/22449 15940/16219/23668 14829/15134/22451 +f 13904/14104/21127 13905/14106/21129 16026/16222/23671 +f 16477/14097/21120 13896/14096/21119 15942/16223/23672 +f 15942/16223/23672 13896/14096/21119 15941/16224/23673 +f 15945/15126/22443 15943/15124/22441 15947/16225/23674 +f 15947/16225/23674 15944/16226/23675 15945/15126/22443 +f 15943/15124/22441 14819/15122/22439 15946/16227/23676 +f 15946/16227/23676 16505/16228/23677 15947/16225/23674 +f 15946/16227/23676 15947/16225/23674 15943/15124/22441 +f 13894/14091/21114 13895/14093/21116 15946/16227/23676 +f 15946/16227/23676 13895/14093/21116 16505/16228/23677 +f 15905/16178/23627 15951/16229/23678 15948/16230/23679 +f 15905/16178/23627 15948/16230/23679 15949/16231/23680 +f 15905/16178/23627 15950/16232/23681 15951/16229/23678 +f 15951/16229/23678 15950/16232/23681 15952/16233/23682 +f 13885/14078/21101 16560/14080/21103 16020/16234/23683 +f 16020/16234/23683 16560/14080/21103 15952/16233/23682 +f 15954/16235/23684 15953/16236/23685 16589/14069/21092 +f 15953/16236/23685 15954/16235/23684 15956/16237/23686 +f 15955/16238/23687 15957/16239/23688 15956/16237/23686 +f 15916/16193/23642 15958/16240/23689 15957/16239/23688 +f 16616/14068/21091 15958/16240/23689 13869/14067/21090 +f 13869/14067/21090 15958/16240/23689 15916/16193/23642 +f 15960/16241/23690 15959/14056/21079 13870/14055/21078 +f 15960/16241/23690 13870/14055/21078 15915/16192/23641 +f 15962/16242/23691 15963/16243/23692 15961/16244/23693 +f 13868/14054/21077 15963/16243/23692 15962/16242/23691 +f 16697/16195/23644 13860/14043/21066 15964/16189/23638 +f 16697/16195/23644 15964/16189/23638 15965/16245/23694 +f 15967/16246/23695 15966/16247/23696 15913/16248/23697 +f 15968/16249/23698 13859/14042/21065 15967/16246/23695 +f 16747/14033/21056 13850/14032/21055 16750/16250/23699 +f 15969/16251/23700 15972/16252/23701 15970/16253/23702 +f 15969/16251/23700 15970/16253/23702 16750/16250/23699 +f 15969/16251/23700 16750/16250/23699 13850/14032/21055 +f 15972/16252/23701 15969/16251/23700 15971/16254/23703 +f 15973/16255/23704 15975/16256/23705 15971/16254/23703 +f 15971/16254/23703 15975/16256/23705 15974/16257/23706 +f 15971/16254/23703 15974/16257/23706 15972/16252/23701 +f 13849/14029/21052 15975/16256/23705 15973/16255/23704 +f 15912/16188/23637 13848/14027/21050 13849/14029/21052 +f 16804/14020/21043 13840/14019/21042 15977/16258/23707 +f 16858/14006/21029 13831/14005/21028 16861/16259/23708 +f 16861/16259/23708 13831/14005/21028 15980/16260/23709 +f 16861/16259/23708 15980/16260/23709 15981/16261/23710 +f 15981/16261/23710 14946/15253/22570 15982/16187/23636 +f 13829/14001/21024 16887/14003/21026 16021/16262/23711 +f 16021/16262/23711 16887/14003/21026 16885/16263/23712 +f 15983/13994/21017 13823/13993/21016 15984/16264/23713 +f 15983/13994/21017 15984/16264/23713 16917/16265/23714 +f 15985/16266/23715 15986/15245/22562 15987/16267/23716 +f 15985/16266/23715 15987/16267/23716 16917/16265/23714 +f 15986/15245/22562 15989/16268/23717 15987/16267/23716 +f 15986/15245/22562 15988/16269/23718 15989/16268/23717 +f 15989/16268/23717 15988/16269/23718 15990/16270/23719 +f 16943/13991/21014 15990/16270/23719 13813/13990/21013 +f 13813/13990/21013 15990/16270/23719 15988/16269/23718 +f 14930/15236/22553 15994/16271/23720 15992/16272/23721 +f 14930/15236/22553 15992/16272/23721 14932/15238/22555 +f 14932/15238/22555 15992/16272/23721 15991/16273/23722 +f 15993/16274/23723 15995/16275/23724 15994/16271/23720 +f 15993/16274/23723 15994/16271/23720 14929/15234/22551 +f 14929/15234/22551 15994/16271/23720 14930/15236/22553 +f 13812/13979/21002 15995/16275/23724 15993/16274/23723 +f 17019/13969/20992 13804/13968/20991 17021/16276/23725 +f 15997/16277/23726 15996/16278/23727 17021/16276/23725 +f 15997/16277/23726 17021/16276/23725 13804/13968/20991 +f 16000/16279/23728 15998/16280/23729 15999/16281/23730 +f 15996/16278/23727 15997/16277/23726 15998/16280/23729 +f 15910/16186/23635 13803/13967/20990 16000/16279/23728 +f 16001/16185/23634 16003/16282/23731 16002/16283/23732 +f 17076/16194/23643 13795/13958/20981 16001/16185/23634 +f 17076/16194/23643 16001/16185/23634 16002/16283/23732 +f 16004/16284/23733 16003/16282/23731 15909/16184/23633 +f 15908/16285/23734 13794/13955/20978 16004/16284/23733 +f 17130/13946/20969 13785/13945/20968 17133/16286/23735 +f 16006/16183/23632 16005/16287/23736 17133/16286/23735 +f 16006/16183/23632 17133/16286/23735 13785/13945/20968 +f 16008/16288/23737 16007/16289/23738 14900/15206/22523 +f 13784/13942/20965 15907/16182/23631 13783/13940/20963 +f 17187/13933/20956 13776/13932/20955 16009/16181/23630 +f 16010/16290/23739 17189/16291/23740 16009/16181/23630 +f 16009/16181/23630 17189/16291/23740 17187/13933/20956 +f 13775/13929/20952 17213/16292/23741 13774/13927/20950 +f 13774/13927/20950 17213/16292/23741 16011/16293/23742 +f 16011/16293/23742 17213/16292/23741 16012/16294/23743 +f 16011/16293/23742 16012/16294/23743 14889/15194/22511 +f 17238/13919/20942 13767/13918/20941 17242/16295/23744 +f 17242/16295/23744 13767/13918/20941 16013/16296/23745 +f 14878/15183/22500 16016/16297/23746 16014/16298/23747 +f 16015/16299/23748 16016/16297/23746 14878/15183/22500 +f 13765/13914/20937 17267/13916/20939 16015/16299/23748 +f 16015/16299/23748 17267/13916/20939 16016/16297/23746 +f 16018/16180/23629 16017/16300/23749 17296/13905/20928 +f 15906/16179/23628 16023/16301/23750 16019/16302/23751 +f 16017/16300/23749 16018/16180/23629 16019/16302/23751 +f 14858/15163/22480 14855/15161/22478 15925/16208/23657 +f 14849/15154/22471 16024/16303/23752 15930/16213/23662 +f 15925/16208/23657 14855/15161/22478 14854/15159/22476 +f 15925/16208/23657 14854/15159/22476 15927/16211/23660 +f 15927/16211/23660 14854/15159/22476 14852/15158/22475 +f 15927/16211/23660 14852/15158/22475 15930/16213/23662 +f 15930/16213/23662 14852/15158/22475 14851/15156/22473 +f 15930/16213/23662 14851/15156/22473 14849/15154/22471 +f 15937/16216/23665 14843/15148/22465 15936/16197/23646 +f 15936/16197/23646 14843/15148/22465 14841/15146/22463 +f 14849/15154/22471 14847/15152/22469 16024/16303/23752 +f 16024/16303/23752 14847/15152/22469 14844/15150/22467 +f 16024/16303/23752 14844/15150/22467 15933/16214/23663 +f 15933/16214/23663 14844/15150/22467 14843/15148/22465 +f 14835/15140/22457 14833/15138/22455 15938/16220/23669 +f 15938/16220/23669 14833/15138/22455 14830/15136/22453 +f 15938/16220/23669 14830/15136/22453 14829/15134/22451 +f 14812/15115/22432 15950/16232/23681 14813/15117/22434 +f 14813/15117/22434 15950/16232/23681 15905/16178/23627 +f 14813/15117/22434 15905/16178/23627 15904/16177/23626 +f 14813/15117/22434 15904/16177/23626 14816/15119/22436 +f 14816/15119/22436 15904/16177/23626 14817/15121/22438 +f 14812/15115/22432 14810/15114/22431 15950/16232/23681 +f 15950/16232/23681 14810/15114/22431 16020/16234/23683 +f 15950/16232/23681 16020/16234/23683 15952/16233/23682 +f 15954/16235/23684 14805/15108/22425 14803/15107/22424 +f 15956/16237/23686 15954/16235/23684 15955/16238/23687 +f 15955/16238/23687 15954/16235/23684 14803/15107/22424 +f 15955/16238/23687 14803/15107/22424 14802/15105/22422 +f 15916/16193/23642 15957/16239/23688 15955/16238/23687 +f 15916/16193/23642 15955/16238/23687 14800/15104/22421 +f 14800/15104/22421 15955/16238/23687 14802/15105/22422 +f 15961/16244/23693 15960/16241/23690 15914/16191/23640 +f 15914/16191/23640 15960/16241/23690 15915/16192/23641 +f 15914/16191/23640 15915/16192/23641 14764/15067/22384 +f 14764/15067/22384 15915/16192/23641 14794/15097/22414 +f 14763/15065/22382 14792/15095/22412 15914/16191/23640 +f 15914/16191/23640 14792/15095/22412 15962/16242/23691 +f 15914/16191/23640 15962/16242/23691 15961/16244/23693 +f 15965/16245/23694 15964/16189/23638 15966/16247/23696 +f 15966/16247/23696 15964/16189/23638 15913/16248/23697 +f 15913/16248/23697 15964/16189/23638 14788/15091/22408 +f 15913/16248/23697 14788/15091/22408 14785/15089/22406 +f 14785/15089/22406 14784/15087/22404 15913/16248/23697 +f 15913/16248/23697 14784/15087/22404 15968/16249/23698 +f 15913/16248/23697 15968/16249/23698 15967/16246/23695 +f 14781/15084/22401 14779/15082/22399 15969/16251/23700 +f 14774/15077/22394 15973/16255/23704 14775/15079/22396 +f 14775/15079/22396 15973/16255/23704 15971/16254/23703 +f 14775/15079/22396 15971/16254/23703 14777/15080/22397 +f 14777/15080/22397 15971/16254/23703 15969/16251/23700 +f 14777/15080/22397 15969/16251/23700 14779/15082/22399 +f 14766/15069/22386 15978/16304/23753 14767/15071/22388 +f 14767/15071/22388 15978/16304/23753 15903/16305/23754 +f 14766/15069/22386 14954/15260/22577 15978/16304/23753 +f 15978/16304/23753 14954/15260/22577 14953/15259/22576 +f 15978/16304/23753 14953/15259/22576 15979/16306/23755 +f 14950/15256/22573 15911/16307/23756 14953/15259/22576 +f 15982/16187/23636 14946/15253/22570 14917/15222/22539 +f 16885/16263/23712 15982/16187/23636 16021/16262/23711 +f 16021/16262/23711 15982/16187/23636 14945/15251/22568 +f 14938/15243/22560 15988/16269/23718 15986/15245/22562 +f 15986/15245/22562 15985/16266/23715 14940/15247/22564 +f 15997/16277/23726 14925/15230/22547 14923/15229/22546 +f 15998/16280/23729 15997/16277/23726 15999/16281/23730 +f 15999/16281/23730 15997/16277/23726 14923/15229/22546 +f 15999/16281/23730 14923/15229/22546 14922/15227/22544 +f 15910/16186/23635 16000/16279/23728 15999/16281/23730 +f 15910/16186/23635 15999/16281/23730 14920/15226/22543 +f 14920/15226/22543 15999/16281/23730 14922/15227/22544 +f 15909/16184/23633 16003/16282/23731 16001/16185/23634 +f 15909/16184/23633 16001/16185/23634 14909/15215/22532 +f 14909/15215/22532 16001/16185/23634 14912/15217/22534 +f 14908/15213/22530 14906/15211/22528 15909/16184/23633 +f 15909/16184/23633 14906/15211/22528 15908/16285/23734 +f 15909/16184/23633 15908/16285/23734 16004/16284/23733 +f 16005/16287/23736 16006/16183/23632 16007/16289/23738 +f 16007/16289/23738 16006/16183/23632 14900/15206/22523 +f 14900/15206/22523 16006/16183/23632 14903/15208/22525 +f 14900/15206/22523 14899/15204/22521 16008/16288/23737 +f 16010/16290/23739 14890/15196/22513 14889/15194/22511 +f 16010/16290/23739 14889/15194/22511 16012/16294/23743 +f 14889/15194/22511 14887/15192/22509 16011/16293/23742 +f 16011/16293/23742 14887/15192/22509 14885/15190/22507 +f 16014/16298/23747 14879/15185/22502 14878/15183/22500 +f 16015/16299/23748 14878/15183/22500 14875/15180/22497 +f 15906/16179/23628 16019/16302/23751 16018/16180/23629 +f 15906/16179/23628 16018/16180/23629 14839/15145/22462 +f 14839/15145/22462 16018/16180/23629 14870/15176/22493 +f 14838/15143/22460 14869/15174/22491 15906/16179/23628 +f 15906/16179/23628 14869/15174/22491 16022/16199/23648 +f 15906/16179/23628 16022/16199/23648 16023/16301/23750 +f 16023/16301/23750 16022/16199/23648 13746/13902/20925 +f 14865/15171/22488 14864/15169/22486 15918/16203/23652 +f 15918/16203/23652 14864/15169/22486 14862/15167/22484 +f 15918/16203/23652 14862/15167/22484 15921/16207/23656 +f 14841/15146/22463 14835/15140/22457 15936/16197/23646 +f 15936/16197/23646 14835/15140/22457 16025/16217/23666 +f 15936/16197/23646 16025/16217/23666 13915/14119/21142 +f 14827/15132/22449 14826/15131/22448 16026/16222/23671 +f 14827/15132/22449 16026/16222/23671 15939/16221/23670 +f 15939/16221/23670 16026/16222/23671 13905/14106/21129 +f 14823/15128/22445 15945/15126/22443 15941/16224/23673 +f 15941/16224/23673 15945/15126/22443 15942/16223/23672 +f 15942/16223/23672 15945/15126/22443 15944/16226/23675 +f 16533/14083/21106 13887/14082/21105 15949/16231/23680 +f 15949/16231/23680 13887/14082/21105 16027/16176/23625 +f 15949/16231/23680 16027/16176/23625 15905/16178/23627 +f 14774/15077/22394 14772/15075/22392 15973/16255/23704 +f 15973/16255/23704 14772/15075/22392 15912/16188/23637 +f 15973/16255/23704 15912/16188/23637 13849/14029/21052 +f 15903/16305/23754 15978/16304/23753 15976/16308/23757 +f 15903/16305/23754 15976/16308/23757 13840/14019/21042 +f 13840/14019/21042 15976/16308/23757 15977/16258/23707 +f 14953/15259/22576 15911/16307/23756 15979/16306/23755 +f 15979/16306/23755 15911/16307/23756 13838/14014/21037 +f 15979/16306/23755 13838/14014/21037 13839/14016/21039 +f 15980/16260/23709 14948/15254/22571 14946/15253/22570 +f 15980/16260/23709 14946/15253/22570 15981/16261/23710 +f 14906/15211/22528 14904/15210/22527 15908/16285/23734 +f 15908/16285/23734 14904/15210/22527 16028/16309/23758 +f 15908/16285/23734 16028/16309/23758 13794/13955/20978 +f 13794/13955/20978 16028/16309/23758 13793/13953/20976 +f 14899/15204/22521 14897/15203/22520 16008/16288/23737 +f 16008/16288/23737 14897/15203/22520 15907/16182/23631 +f 16008/16288/23737 15907/16182/23631 13784/13942/20965 +f 14893/15198/22515 14890/15196/22513 16009/16181/23630 +f 16009/16181/23630 14890/15196/22513 16010/16290/23739 +f 14882/15187/22504 14879/15185/22502 16014/16298/23747 +f 14882/15187/22504 16014/16298/23747 16013/16296/23745 +f 16013/16296/23745 16014/16298/23747 17242/16295/23744 +f 14860/15165/22482 14858/15163/22480 16029/16310/23759 +f 16029/16310/23759 14858/15163/22480 15925/16208/23657 +f 16029/16310/23759 15925/16208/23657 14279/14503/21526 +f 14279/14503/21526 15925/16208/23657 14272/14501/21524 +f 15934/14123/21146 13916/14122/21145 15933/16214/23663 +f 15933/16214/23663 13916/14122/21145 15932/14130/21153 +f 15933/16214/23663 15932/14130/21153 16024/16303/23752 +f 16024/16303/23752 15932/14130/21153 15931/14132/21155 +f 16024/16303/23752 15931/14132/21155 15930/16213/23662 +f 14790/15094/22411 14789/15093/22410 16030/16190/23639 +f 16030/16190/23639 14789/15093/22410 15964/16189/23638 +f 16030/16190/23639 15964/16189/23638 13861/14045/21068 +f 13861/14045/21068 15964/16189/23638 13860/14043/21066 +f 14784/15087/22404 14782/15086/22403 15968/16249/23698 +f 15968/16249/23698 14782/15086/22403 16031/16311/23760 +f 15968/16249/23698 16031/16311/23760 13859/14042/21065 +f 13859/14042/21065 16031/16311/23760 13858/14040/21063 +f 14943/15249/22566 14940/15247/22564 15985/16266/23715 +f 14943/15249/22566 15985/16266/23715 15984/16264/23713 +f 15984/16264/23713 15985/16266/23715 16917/16265/23714 +f 16032/16312/23761 14914/15219/22536 16001/16185/23634 +f 16032/16312/23761 16001/16185/23634 13797/13959/20982 +f 13797/13959/20982 16001/16185/23634 13795/13958/20981 +f 14874/15179/22496 14872/15177/22494 16033/16313/23762 +f 16033/16313/23762 14872/15177/22494 16018/16180/23629 +f 16033/16313/23762 16018/16180/23629 13756/13904/20927 +f 13756/13904/20927 16018/16180/23629 17296/13905/20928 +f 14862/15167/22484 14860/15165/22482 15921/16207/23656 +f 15921/16207/23656 14860/15165/22482 16029/16310/23759 +f 15921/16207/23656 16029/16310/23759 15923/14512/21535 +f 15923/14512/21535 16029/16310/23759 14279/14503/21526 +f 15932/14130/21153 13916/14122/21145 13917/14121/21144 +f 16025/16217/23666 14835/15140/22457 15938/16220/23669 +f 16025/16217/23666 15938/16220/23669 13914/14117/21140 +f 13914/14117/21140 15938/16220/23669 13906/14109/21132 +f 13914/14117/21140 13906/14109/21132 13907/14108/21131 +f 13896/14096/21119 13897/14095/21118 15941/16224/23673 +f 15941/16224/23673 13897/14095/21118 13904/14104/21127 +f 15941/16224/23673 13904/14104/21127 16026/16222/23671 +f 15941/16224/23673 16026/16222/23671 14823/15128/22445 +f 14823/15128/22445 16026/16222/23671 14824/15130/22447 +f 14824/15130/22447 16026/16222/23671 14826/15131/22448 +f 13887/14082/21105 13888/14084/21107 16027/16176/23625 +f 16027/16176/23625 13888/14084/21107 13894/14091/21114 +f 16027/16176/23625 13894/14091/21114 15946/16227/23676 +f 16027/16176/23625 15946/16227/23676 15904/16177/23626 +f 15904/16177/23626 15946/16227/23676 14819/15122/22439 +f 15904/16177/23626 14819/15122/22439 14817/15121/22438 +f 16034/16314/23763 13879/14071/21094 13885/14078/21101 +f 16034/16314/23763 13885/14078/21101 16020/16234/23683 +f 16034/16314/23763 16020/16234/23683 14807/15110/22427 +f 14807/15110/22427 16020/16234/23683 14809/15112/22429 +f 14809/15112/22429 16020/16234/23683 14810/15114/22431 +f 14807/15110/22427 14805/15108/22425 15954/16235/23684 +f 14807/15110/22427 15954/16235/23684 16034/16314/23763 +f 16034/16314/23763 15954/16235/23684 16589/14069/21092 +f 16034/16314/23763 16589/14069/21092 13879/14071/21094 +f 16035/16315/23764 13875/14058/21081 13869/14067/21090 +f 16035/16315/23764 13869/14067/21090 15916/16193/23642 +f 16035/16315/23764 15916/16193/23642 14798/15101/22418 +f 14798/15101/22418 15916/16193/23642 14799/15102/22419 +f 14798/15101/22418 14796/15099/22416 16035/16315/23764 +f 16035/16315/23764 14796/15099/22416 15915/16192/23641 +f 16035/16315/23764 15915/16192/23641 13870/14055/21078 +f 16035/16315/23764 13870/14055/21078 13875/14058/21081 +f 15962/16242/23691 14792/15095/22412 16030/16190/23639 +f 15962/16242/23691 16030/16190/23639 13868/14054/21077 +f 13868/14054/21077 16030/16190/23639 13861/14045/21068 +f 14782/15086/22403 14781/15084/22401 16031/16311/23760 +f 16031/16311/23760 14781/15084/22401 15969/16251/23700 +f 16031/16311/23760 15969/16251/23700 13858/14040/21063 +f 13858/14040/21063 15969/16251/23700 13850/14032/21055 +f 13858/14040/21063 13850/14032/21055 13851/14031/21054 +f 14770/15073/22390 14767/15071/22388 15912/16188/23637 +f 15912/16188/23637 14767/15071/22388 15903/16305/23754 +f 15912/16188/23637 15903/16305/23754 13848/14027/21050 +f 13848/14027/21050 15903/16305/23754 13840/14019/21042 +f 13848/14027/21050 13840/14019/21042 13841/14018/21041 +f 13831/14005/21028 13832/14007/21030 13838/14014/21037 +f 13831/14005/21028 13838/14014/21037 15980/16260/23709 +f 15980/16260/23709 13838/14014/21037 15911/16307/23756 +f 15980/16260/23709 15911/16307/23756 14948/15254/22571 +f 14948/15254/22571 15911/16307/23756 14950/15256/22573 +f 15984/16264/23713 13823/13993/21016 13829/14001/21024 +f 15984/16264/23713 13829/14001/21024 16021/16262/23711 +f 15984/16264/23713 16021/16262/23711 14943/15249/22566 +f 14943/15249/22566 16021/16262/23711 14945/15251/22568 +f 16036/16316/23765 13816/13981/21004 13813/13990/21013 +f 16036/16316/23765 13813/13990/21013 15988/16269/23718 +f 16036/16316/23765 15988/16269/23718 14936/15242/22559 +f 14936/15242/22559 15988/16269/23718 14938/15243/22560 +f 14936/15242/22559 14935/15240/22557 16036/16316/23765 +f 16036/16316/23765 14935/15240/22557 14932/15238/22555 +f 16036/16316/23765 14932/15238/22555 15991/16273/23722 +f 16036/16316/23765 15991/16273/23722 13816/13981/21004 +f 13816/13981/21004 15991/16273/23722 13815/13982/21005 +f 14929/15234/22551 14927/15232/22549 15993/16274/23723 +f 15993/16274/23723 14927/15232/22549 13811/13970/20993 +f 15993/16274/23723 13811/13970/20993 13812/13979/21002 +f 13804/13968/20991 13811/13970/20993 15997/16277/23726 +f 15997/16277/23726 13811/13970/20993 14927/15232/22549 +f 15997/16277/23726 14927/15232/22549 14925/15230/22547 +f 14919/15224/22541 14914/15219/22536 15910/16186/23635 +f 15910/16186/23635 14914/15219/22536 16032/16312/23761 +f 15910/16186/23635 16032/16312/23761 13803/13967/20990 +f 13803/13967/20990 16032/16312/23761 13797/13959/20982 +f 16028/16309/23758 14904/15210/22527 16006/16183/23632 +f 16028/16309/23758 16006/16183/23632 13793/13953/20976 +f 13793/13953/20976 16006/16183/23632 13785/13945/20968 +f 13793/13953/20976 13785/13945/20968 13786/13944/20967 +f 14896/15201/22518 14894/15200/22517 15907/16182/23631 +f 15907/16182/23631 14894/15200/22517 16009/16181/23630 +f 15907/16182/23631 16009/16181/23630 13783/13940/20963 +f 13783/13940/20963 16009/16181/23630 13777/13931/20954 +f 13777/13931/20954 16009/16181/23630 13776/13932/20955 +f 13767/13918/20941 13768/13920/20943 16013/16296/23745 +f 16013/16296/23745 13768/13920/20943 13774/13927/20950 +f 16013/16296/23745 13774/13927/20950 16011/16293/23742 +f 16013/16296/23745 16011/16293/23742 14882/15187/22504 +f 14882/15187/22504 16011/16293/23742 14885/15190/22507 +f 13756/13904/20927 13759/13907/20930 13765/13914/20937 +f 13756/13904/20927 13765/13914/20937 16033/16313/23762 +f 16033/16313/23762 13765/13914/20937 16015/16299/23748 +f 16033/16313/23762 16015/16299/23748 14874/15179/22496 +f 14874/15179/22496 16015/16299/23748 14875/15180/22497 +f 16037/16317/23766 13752/13898/20921 13747/13901/20924 +f 16037/16317/23766 13747/13901/20924 16022/16199/23648 +f 16037/16317/23766 16022/16199/23648 14867/15173/22490 +f 14867/15173/22490 16022/16199/23648 14869/15174/22491 +f 14867/15173/22490 14865/15171/22488 16037/16317/23766 +f 16037/16317/23766 14865/15171/22488 15917/16201/23650 +f 16037/16317/23766 15917/16201/23650 13752/13898/20921 +f 13752/13898/20921 15917/16201/23650 13748/13899/20922 +s 122 +f 15063/15371/22688 14254/14483/21506 15062/15370/22687 +f 15062/15370/22687 14254/14483/21506 14255/14484/21507 +f 15062/15370/22687 14255/14484/21507 15060/15368/22685 +f 15060/15368/22685 14255/14484/21507 14155/14382/21405 +f 15060/15368/22685 14155/14382/21405 15059/15367/22684 +f 15059/15367/22684 14155/14382/21405 14158/14386/21409 +f 15059/15367/22684 14158/14386/21409 15057/15365/22682 +f 15057/15365/22682 14158/14386/21409 14149/14375/21398 +f 15057/15365/22682 14149/14375/21398 15056/15363/22680 +f 15056/15363/22680 14149/14375/21398 14151/14377/21400 +f 15056/15363/22680 14151/14377/21400 15076/15384/22701 +f 15076/15384/22701 14151/14377/21400 14145/14371/21394 +f 15076/15384/22701 14145/14371/21394 15075/15383/22700 +f 15075/15383/22700 14145/14371/21394 14143/14370/21393 +f 15075/15383/22700 14143/14370/21393 15073/15381/22698 +f 15073/15381/22698 14143/14370/21393 14146/14372/21395 +f 15073/15381/22698 14146/14372/21395 15072/15380/22697 +f 15072/15380/22697 14146/14372/21395 14256/14485/21508 +f 15072/15380/22697 14256/14485/21508 15070/15378/22695 +f 15070/15378/22695 14256/14485/21508 14258/14487/21510 +f 15070/15378/22695 14258/14487/21510 15069/15376/22693 +f 15069/15376/22693 14258/14487/21510 14259/14488/21511 +f 15069/15376/22693 14259/14488/21511 15086/15394/22711 +f 15086/15394/22711 14259/14488/21511 14261/14490/21513 +f 15086/15394/22711 14261/14490/21513 15085/15393/22710 +f 15085/15393/22710 14261/14490/21513 14262/14491/21514 +f 15085/15393/22710 14262/14491/21514 15083/15391/22708 +f 15083/15391/22708 14262/14491/21514 14138/14365/21388 +f 15083/15391/22708 14138/14365/21388 15082/15390/22707 +f 15082/15390/22707 14138/14365/21388 14141/14368/21391 +f 15082/15390/22707 14141/14368/21391 15080/15388/22705 +f 15080/15388/22705 14141/14368/21391 14131/14357/21380 +f 15080/15388/22705 14131/14357/21380 15079/15386/22703 +f 15079/15386/22703 14131/14357/21380 14132/14359/21382 +f 15079/15386/22703 14132/14359/21382 15096/15404/22721 +f 15096/15404/22721 14132/14359/21382 14133/14360/21383 +f 15096/15404/22721 14133/14360/21383 15095/15403/22720 +f 15095/15403/22720 14133/14360/21383 14126/14352/21375 +f 15095/15403/22720 14126/14352/21375 15093/15401/22718 +f 15093/15401/22718 14126/14352/21375 14124/14351/21374 +f 15093/15401/22718 14124/14351/21374 15092/15400/22717 +f 15092/15400/22717 14124/14351/21374 14263/14492/21515 +f 15092/15400/22717 14263/14492/21515 15090/15398/22715 +f 15090/15398/22715 14263/14492/21515 14265/14494/21517 +f 15090/15398/22715 14265/14494/21517 15089/15396/22713 +f 15089/15396/22713 14265/14494/21517 14266/14495/21518 +f 15089/15396/22713 14266/14495/21518 15106/15414/22731 +f 15106/15414/22731 14266/14495/21518 14268/14497/21520 +f 15106/15414/22731 14268/14497/21520 15105/15413/22730 +f 15105/15413/22730 14268/14497/21520 14269/14498/21521 +f 15105/15413/22730 14269/14498/21521 15103/15411/22728 +f 15103/15411/22728 14269/14498/21521 14231/14461/21484 +f 15103/15411/22728 14231/14461/21484 15102/15410/22727 +f 15102/15410/22727 14231/14461/21484 14234/14464/21487 +f 15102/15410/22727 14234/14464/21487 15100/15408/22725 +f 15100/15408/22725 14234/14464/21487 14223/14452/21475 +f 15100/15408/22725 14223/14452/21475 15099/15406/22723 +f 15099/15406/22723 14223/14452/21475 14225/14455/21478 +f 15099/15406/22723 14225/14455/21478 15116/15424/22741 +f 15116/15424/22741 14225/14455/21478 14226/14456/21479 +f 15116/15424/22741 14226/14456/21479 15115/15423/22740 +f 15115/15423/22740 14226/14456/21479 14221/14449/21472 +f 15115/15423/22740 14221/14449/21472 15113/15421/22738 +f 15113/15421/22738 14221/14449/21472 14216/14444/21467 +f 15113/15421/22738 14216/14444/21467 15112/15420/22737 +f 15112/15420/22737 14216/14444/21467 14218/14445/21468 +f 15112/15420/22737 14218/14445/21468 15110/15418/22735 +f 15110/15418/22735 14218/14445/21468 14219/14446/21469 +f 15110/15418/22735 14219/14446/21469 15109/15416/22733 +f 15109/15416/22733 14219/14446/21469 14270/14499/21522 +f 15109/15416/22733 14270/14499/21522 15126/15433/22750 +f 15126/15433/22750 14270/14499/21522 14271/14500/21523 +f 15126/15433/22750 14271/14500/21523 15125/15432/22749 +f 15125/15432/22749 14271/14500/21523 14236/14465/21488 +f 15125/15432/22749 14236/14465/21488 15123/15430/22747 +f 15123/15430/22747 14236/14465/21488 14210/14442/21465 +f 15123/15430/22747 14210/14442/21465 15122/15429/22746 +f 15122/15429/22746 14210/14442/21465 14215/14443/21466 +f 15122/15429/22746 14215/14443/21466 15120/15427/22744 +f 15120/15427/22744 14215/14443/21466 14204/14433/21456 +f 15120/15427/22744 14204/14433/21456 15015/15322/22639 +f 15015/15322/22639 14204/14433/21456 14206/14435/21458 +f 15015/15322/22639 14206/14435/21458 15014/15321/22638 +f 15014/15321/22638 14206/14435/21458 14207/14436/21459 +f 15014/15321/22638 14207/14436/21459 15012/15319/22636 +f 15012/15319/22636 14207/14436/21459 14199/14427/21450 +f 15012/15319/22636 14199/14427/21450 15010/15317/22634 +f 15010/15317/22634 14199/14427/21450 14201/14429/21452 +f 15010/15317/22634 14201/14429/21452 15009/15316/22633 +f 15009/15316/22633 14201/14429/21452 14197/14426/21449 +f 15009/15316/22633 14197/14426/21449 15007/15314/22631 +f 15007/15314/22631 14197/14426/21449 14196/14425/21448 +f 15007/15314/22631 14196/14425/21448 15006/15312/22629 +f 15006/15312/22629 14196/14425/21448 14238/14467/21490 +f 15006/15312/22629 14238/14467/21490 15024/15332/22649 +f 15024/15332/22649 14238/14467/21490 14240/14469/21492 +f 15024/15332/22649 14240/14469/21492 15022/15330/22647 +f 15022/15330/22647 14240/14469/21492 14241/14470/21493 +f 15022/15330/22647 14241/14470/21493 15020/15328/22645 +f 15020/15328/22645 14241/14470/21493 14193/14422/21445 +f 15020/15328/22645 14193/14422/21445 15019/15327/22644 +f 15019/15327/22644 14193/14422/21445 14195/14423/21446 +f 15019/15327/22644 14195/14423/21446 15017/15325/22642 +f 15017/15325/22642 14195/14423/21446 14183/14412/21435 +f 15017/15325/22642 14183/14412/21435 15016/15323/22640 +f 15016/15323/22640 14183/14412/21435 14186/14415/21438 +f 15016/15323/22640 14186/14415/21438 15034/15342/22659 +f 15034/15342/22659 14186/14415/21438 14187/14416/21439 +f 15034/15342/22659 14187/14416/21439 15032/15340/22657 +f 15032/15340/22657 14187/14416/21439 14189/14418/21441 +f 15032/15340/22657 14189/14418/21441 15030/15338/22655 +f 15030/15338/22655 14189/14418/21441 14179/14408/21431 +f 15030/15338/22655 14179/14408/21431 15029/15337/22654 +f 15029/15337/22654 14179/14408/21431 14178/14407/21430 +f 15029/15337/22654 14178/14407/21430 15027/15335/22652 +f 15027/15335/22652 14178/14407/21430 14177/14406/21429 +f 15027/15335/22652 14177/14406/21429 15026/15333/22650 +f 15026/15333/22650 14177/14406/21429 14242/14471/21494 +f 15026/15333/22650 14242/14471/21494 15044/15352/22669 +f 15044/15352/22669 14242/14471/21494 14244/14473/21496 +f 15044/15352/22669 14244/14473/21496 15042/15350/22667 +f 15042/15350/22667 14244/14473/21496 14245/14474/21497 +f 15042/15350/22667 14245/14474/21497 15040/15348/22665 +f 15040/15348/22665 14245/14474/21497 14247/14476/21499 +f 15040/15348/22665 14247/14476/21499 15039/15347/22664 +f 15039/15347/22664 14247/14476/21499 14248/14477/21500 +f 15039/15347/22664 14248/14477/21500 15037/15345/22662 +f 15037/15345/22662 14248/14477/21500 14168/14396/21419 +f 15037/15345/22662 14168/14396/21419 15036/15343/22660 +f 15036/15343/22660 14168/14396/21419 14171/14400/21423 +f 15036/15343/22660 14171/14400/21423 15054/15362/22679 +f 15054/15362/22679 14171/14400/21423 14174/14402/21425 +f 15054/15362/22679 14174/14402/21425 15052/15360/22677 +f 15052/15360/22677 14174/14402/21425 14175/14403/21426 +f 15052/15360/22677 14175/14403/21426 15050/15358/22675 +f 15050/15358/22675 14175/14403/21426 14159/14387/21410 +f 15050/15358/22675 14159/14387/21410 15049/15357/22674 +f 15049/15357/22674 14159/14387/21410 14160/14389/21412 +f 15049/15357/22674 14160/14389/21412 15047/15355/22672 +f 15047/15355/22672 14160/14389/21412 14162/14391/21414 +f 15047/15355/22672 14162/14391/21414 15046/15353/22670 +f 15046/15353/22670 14162/14391/21414 14249/14478/21501 +f 15046/15353/22670 14249/14478/21501 15067/15375/22692 +f 15067/15375/22692 14249/14478/21501 14251/14480/21503 +f 15067/15375/22692 14251/14480/21503 15065/15373/22690 +f 15065/15373/22690 14251/14480/21503 14252/14481/21504 +f 15065/15373/22690 14252/14481/21504 15063/15371/22688 +f 15063/15371/22688 14252/14481/21504 14254/14483/21506 +f 15078/15364/22681 15077/15385/22702 16120/16318/23767 +f 15088/15377/22694 15087/15395/22712 16114/16319/23768 +f 15098/15387/22704 15097/15405/22722 16108/16320/23769 +f 15108/15397/22714 15107/15415/22732 16102/16321/23770 +f 15119/15426/22743 15013/15320/22637 16142/16322/23771 +f 15013/15320/22637 15011/15318/22635 16081/16323/23772 +f 15025/15313/22630 15023/15331/22648 16137/16324/23773 +f 15023/15331/22648 15021/15329/22646 16074/16325/23774 +f 15035/15324/22641 15033/15341/22658 16133/16326/23775 +f 15033/15341/22658 15031/15339/22656 16067/16327/23776 +f 15045/15334/22651 15043/15351/22668 16129/16328/23777 +f 15043/15351/22668 15041/15349/22666 16059/16329/23778 +f 15055/15344/22661 15053/15361/22678 16039/16330/23779 +f 15053/15361/22678 15051/15359/22676 16049/16331/23780 +f 14978/15285/22602 14969/15275/22592 16040/16332/23781 +f 16040/16332/23781 14969/15275/22592 16126/16333/23782 +f 16040/16332/23781 16126/16333/23782 16052/16334/23783 +f 16041/16335/23784 16040/16332/23781 16052/16334/23783 +f 16041/16335/23784 16052/16334/23783 16123/16336/23785 +f 16042/16337/23786 16041/16335/23784 16123/16336/23785 +f 14981/15280/22597 14978/15285/22602 16180/16338/23787 +f 16180/16338/23787 14978/15285/22602 16040/16332/23781 +f 16180/16338/23787 16040/16332/23781 16043/16339/23788 +f 16043/16339/23788 16040/16332/23781 16041/16335/23784 +f 16043/16339/23788 16041/16335/23784 16044/16340/23789 +f 16044/16340/23789 16041/16335/23784 16042/16337/23786 +f 16044/16340/23789 16042/16337/23786 16047/16341/23790 +f 16045/16342/23791 16043/16339/23788 16044/16340/23789 +f 16045/16342/23791 16044/16340/23789 16038/16343/23792 +f 16038/16343/23792 16044/16340/23789 16047/16341/23790 +f 16049/16331/23780 16048/16344/23793 16051/16345/23794 +f 16051/16345/23794 16048/16344/23793 16050/16346/23795 +f 16051/16345/23794 16050/16346/23795 16052/16334/23783 +f 14969/15275/22592 14963/15262/22579 16053/16347/23796 +f 16053/16347/23796 14963/15262/22579 16054/16348/23797 +f 16053/16347/23796 16054/16348/23797 16055/16349/23798 +f 16055/16349/23798 16054/16348/23797 16056/16350/23799 +f 16055/16349/23798 16056/16350/23799 16058/16351/23800 +f 16058/16351/23800 16056/16350/23799 16057/16352/23801 +f 16058/16351/23800 16057/16352/23801 16060/16353/23802 +f 16060/16353/23802 16057/16352/23801 16059/16329/23778 +f 14963/15262/22579 14961/15269/22586 16061/16354/23803 +f 16061/16354/23803 14961/15269/22586 16062/16355/23804 +f 16061/16354/23803 16062/16355/23804 16063/16356/23805 +f 16063/16356/23805 16062/16355/23804 16064/16357/23806 +f 16063/16356/23805 16064/16357/23806 16066/16358/23807 +f 16066/16358/23807 16064/16357/23806 16065/16359/23808 +f 16066/16358/23807 16065/16359/23808 16068/16360/23809 +f 16068/16360/23809 16065/16359/23808 16067/16327/23776 +f 14968/15267/22584 14965/15272/22589 16069/16361/23810 +f 16070/16362/23811 16069/16361/23810 16071/16363/23812 +f 16070/16362/23811 16071/16363/23812 16072/16364/23813 +f 16072/16364/23813 16071/16363/23812 16073/16365/23814 +f 16072/16364/23813 16073/16365/23814 16075/16366/23815 +f 16075/16366/23815 16073/16365/23814 16074/16325/23774 +f 16076/16367/23816 14994/15289/22606 16077/16368/23817 +f 16076/16367/23816 16077/16368/23817 16078/16369/23818 +f 16078/16369/23818 16077/16368/23817 16080/16370/23819 +f 16080/16370/23819 16077/16368/23817 16079/16371/23820 +f 16080/16370/23819 16079/16371/23820 16082/16372/23821 +f 16082/16372/23821 16079/16371/23820 16081/16323/23772 +f 14994/15289/22606 14990/15297/22614 16083/16373/23822 +f 16086/16374/23823 16084/16375/23824 16085/16376/23825 +f 16086/16374/23823 16085/16376/23825 16088/16377/23826 +f 16088/16377/23826 16085/16376/23825 16087/16378/23827 +f 16089/16379/23828 14990/15297/22614 16090/16380/23829 +f 16089/16379/23828 16090/16380/23829 16091/16381/23830 +f 16091/16381/23830 16090/16380/23829 16092/16382/23831 +f 16091/16381/23830 16092/16382/23831 16094/16383/23832 +f 16094/16383/23832 16092/16382/23831 16093/16384/23833 +f 16094/16383/23832 16093/16384/23833 16096/16385/23834 +f 16096/16385/23834 16093/16384/23833 16095/16386/23835 +f 16157/16387/23836 14997/15304/22621 16097/16388/23837 +f 16157/16387/23836 16097/16388/23837 16099/16389/23838 +f 16099/16389/23838 16097/16388/23837 16098/16390/23839 +f 16099/16389/23838 16098/16390/23839 16100/16391/23840 +f 16099/16389/23838 16100/16391/23840 16101/16392/23841 +f 16101/16392/23841 16100/16391/23840 16102/16321/23770 +f 16101/16392/23841 16102/16321/23770 16103/16393/23842 +f 16163/16394/23843 15004/15302/22619 16104/16395/23844 +f 16163/16394/23843 16104/16395/23844 16105/16396/23845 +f 16107/16397/23846 16105/16396/23845 16106/16398/23847 +f 16107/16397/23846 16106/16398/23847 16109/16399/23848 +f 16109/16399/23848 16106/16398/23847 16108/16320/23769 +f 16168/16400/23849 15001/15308/22625 16110/16401/23850 +f 16168/16400/23849 16110/16401/23850 16111/16402/23851 +f 16113/16403/23852 16111/16402/23851 16112/16404/23853 +f 16113/16403/23852 16112/16404/23853 16115/16405/23854 +f 16115/16405/23854 16112/16404/23853 16114/16319/23768 +f 16174/16406/23855 14975/15282/22599 16116/16407/23856 +f 16174/16406/23855 16116/16407/23856 16117/16408/23857 +f 16119/16409/23858 16117/16408/23857 16118/16410/23859 +f 16119/16409/23858 16118/16410/23859 16121/16411/23860 +f 16121/16411/23860 16118/16410/23859 16120/16318/23767 +f 15064/15372/22689 16047/16341/23790 15066/15374/22691 +f 15066/15374/22691 16047/16341/23790 16046/16412/23861 +f 15066/15374/22691 16046/16412/23861 15068/15354/22671 +f 16122/16413/23862 15068/15354/22671 16046/16412/23861 +f 16122/16413/23862 16046/16412/23861 16123/16336/23785 +f 15048/15356/22673 15068/15354/22671 16048/16344/23793 +f 16048/16344/23793 15068/15354/22671 16122/16413/23862 +f 16048/16344/23793 16122/16413/23862 16050/16346/23795 +f 16050/16346/23795 16122/16413/23862 16123/16336/23785 +f 16049/16331/23780 15051/15359/22676 16048/16344/23793 +f 16048/16344/23793 15051/15359/22676 15048/15356/22673 +f 16039/16330/23779 15053/15361/22678 16049/16331/23780 +f 16039/16330/23779 16049/16331/23780 16124/16414/23863 +f 16124/16414/23863 16049/16331/23780 16051/16345/23794 +f 16124/16414/23863 16051/16345/23794 16125/16415/23864 +f 16125/16415/23864 16051/16345/23794 16052/16334/23783 +f 16125/16415/23864 16052/16334/23783 16126/16333/23782 +f 16127/16416/23865 15055/15344/22661 16039/16330/23779 +f 16127/16416/23865 16039/16330/23779 16124/16414/23863 +f 16127/16416/23865 16124/16414/23863 16128/16417/23866 +f 16128/16417/23866 16124/16414/23863 16125/16415/23864 +f 16128/16417/23866 16125/16415/23864 16055/16349/23798 +f 16055/16349/23798 16125/16415/23864 16053/16347/23796 +f 16053/16347/23796 16125/16415/23864 16126/16333/23782 +f 16053/16347/23796 16126/16333/23782 14969/15275/22592 +f 16128/16417/23866 16055/16349/23798 16058/16351/23800 +f 16128/16417/23866 16058/16351/23800 16127/16416/23865 +f 16127/16416/23865 16058/16351/23800 16060/16353/23802 +f 16127/16416/23865 16060/16353/23802 15055/15344/22661 +f 15055/15344/22661 16060/16353/23802 15038/15346/22663 +f 16059/16329/23778 15041/15349/22666 16060/16353/23802 +f 16060/16353/23802 15041/15349/22666 15038/15346/22663 +f 16129/16328/23777 15043/15351/22668 16059/16329/23778 +f 16129/16328/23777 16059/16329/23778 16130/16418/23867 +f 16130/16418/23867 16059/16329/23778 16057/16352/23801 +f 16130/16418/23867 16057/16352/23801 16056/16350/23799 +f 16131/16419/23868 15045/15334/22651 16129/16328/23777 +f 16131/16419/23868 16129/16328/23777 16132/16420/23869 +f 16132/16420/23869 16129/16328/23777 16130/16418/23867 +f 16132/16420/23869 16130/16418/23867 16063/16356/23805 +f 16063/16356/23805 16130/16418/23867 16056/16350/23799 +f 16063/16356/23805 16056/16350/23799 16061/16354/23803 +f 16061/16354/23803 16056/16350/23799 16054/16348/23797 +f 16061/16354/23803 16054/16348/23797 14963/15262/22579 +f 16132/16420/23869 16063/16356/23805 16066/16358/23807 +f 16132/16420/23869 16066/16358/23807 16131/16419/23868 +f 16131/16419/23868 16066/16358/23807 16068/16360/23809 +f 16131/16419/23868 16068/16360/23809 15045/15334/22651 +f 15045/15334/22651 16068/16360/23809 15028/15336/22653 +f 16067/16327/23776 15031/15339/22656 16068/16360/23809 +f 16068/16360/23809 15031/15339/22656 15028/15336/22653 +f 16133/16326/23775 15033/15341/22658 16067/16327/23776 +f 16133/16326/23775 16067/16327/23776 16134/16421/23870 +f 16134/16421/23870 16067/16327/23776 16065/16359/23808 +f 16134/16421/23870 16065/16359/23808 16064/16357/23806 +f 16135/16422/23871 15035/15324/22641 16133/16326/23775 +f 16135/16422/23871 16133/16326/23775 16136/16423/23872 +f 16136/16423/23872 16133/16326/23775 16134/16421/23870 +f 16136/16423/23872 16134/16421/23870 16070/16362/23811 +f 16070/16362/23811 16134/16421/23870 16064/16357/23806 +f 16070/16362/23811 16064/16357/23806 14968/15267/22584 +f 14968/15267/22584 16064/16357/23806 16062/16355/23804 +f 14968/15267/22584 16062/16355/23804 14961/15269/22586 +f 14968/15267/22584 16069/16361/23810 16070/16362/23811 +f 16136/16423/23872 16070/16362/23811 16072/16364/23813 +f 16136/16423/23872 16072/16364/23813 16135/16422/23871 +f 16135/16422/23871 16072/16364/23813 16075/16366/23815 +f 16135/16422/23871 16075/16366/23815 15035/15324/22641 +f 15035/15324/22641 16075/16366/23815 15018/15326/22643 +f 16074/16325/23774 15021/15329/22646 16075/16366/23815 +f 16075/16366/23815 15021/15329/22646 15018/15326/22643 +f 16137/16324/23773 15023/15331/22648 16074/16325/23774 +f 16137/16324/23773 16074/16325/23774 16138/16424/23873 +f 16138/16424/23873 16074/16325/23774 16073/16365/23814 +f 16138/16424/23873 16073/16365/23814 16071/16363/23812 +f 16138/16424/23873 16071/16363/23812 16139/16425/23874 +f 16139/16425/23874 16071/16363/23812 16069/16361/23810 +f 16139/16425/23874 16069/16361/23810 14965/15272/22589 +f 16140/16426/23875 15025/15313/22630 16137/16324/23773 +f 16140/16426/23875 16137/16324/23773 16141/16427/23876 +f 16141/16427/23876 16137/16324/23773 16138/16424/23873 +f 16141/16427/23876 16138/16424/23873 16078/16369/23818 +f 16078/16369/23818 16138/16424/23873 16139/16425/23874 +f 16078/16369/23818 16139/16425/23874 16076/16367/23816 +f 16076/16367/23816 16139/16425/23874 14965/15272/22589 +f 14965/15272/22589 14994/15289/22606 16076/16367/23816 +f 16141/16427/23876 16078/16369/23818 16080/16370/23819 +f 16141/16427/23876 16080/16370/23819 16140/16426/23875 +f 16140/16426/23875 16080/16370/23819 16082/16372/23821 +f 16140/16426/23875 16082/16372/23821 15025/15313/22630 +f 15025/15313/22630 16082/16372/23821 15008/15315/22632 +f 16081/16323/23772 15011/15318/22635 16082/16372/23821 +f 16082/16372/23821 15011/15318/22635 15008/15315/22632 +f 16142/16322/23771 15013/15320/22637 16081/16323/23772 +f 16142/16322/23771 16081/16323/23772 16143/16428/23877 +f 16143/16428/23877 16081/16323/23772 16079/16371/23820 +f 16143/16428/23877 16079/16371/23820 16144/16429/23878 +f 16144/16429/23878 16079/16371/23820 16077/16368/23817 +f 16144/16429/23878 16077/16368/23817 16145/16430/23879 +f 16145/16430/23879 16077/16368/23817 14994/15289/22606 +f 16146/16431/23880 15119/15426/22743 16142/16322/23771 +f 16146/16431/23880 16142/16322/23771 16147/16432/23881 +f 16147/16432/23881 16142/16322/23771 16143/16428/23877 +f 16147/16432/23881 16143/16428/23877 16144/16429/23878 +f 16145/16430/23879 14994/15289/22606 16083/16373/23822 +f 16145/16430/23879 16083/16373/23822 16144/16429/23878 +f 16144/16429/23878 16083/16373/23822 16084/16375/23824 +f 16144/16429/23878 16084/16375/23824 16147/16432/23881 +f 16147/16432/23881 16084/16375/23824 16086/16374/23823 +f 16147/16432/23881 16086/16374/23823 16146/16431/23880 +f 16146/16431/23880 16086/16374/23823 16088/16377/23826 +f 16146/16431/23880 16088/16377/23826 15119/15426/22743 +f 15119/15426/22743 16088/16377/23826 15121/15428/22745 +f 15128/15417/22734 15127/15434/22751 16148/16433/23882 +f 16148/16433/23882 15127/15434/22751 16087/16378/23827 +f 16148/16433/23882 16087/16378/23827 16149/16434/23883 +f 16149/16434/23883 16087/16378/23827 16085/16376/23825 +f 16149/16434/23883 16085/16376/23825 16150/16435/23884 +f 16150/16435/23884 16085/16376/23825 16084/16375/23824 +f 16150/16435/23884 16084/16375/23824 16083/16373/23822 +f 16150/16435/23884 16083/16373/23822 14990/15297/22614 +f 15127/15434/22751 15124/15431/22748 16087/16378/23827 +f 16087/16378/23827 15124/15431/22748 16088/16377/23826 +f 16088/16377/23826 15124/15431/22748 15121/15428/22745 +f 16151/16436/23885 15128/15417/22734 16148/16433/23882 +f 16151/16436/23885 16148/16433/23882 16152/16437/23886 +f 16152/16437/23886 16148/16433/23882 16149/16434/23883 +f 16152/16437/23886 16149/16434/23883 16091/16381/23830 +f 16091/16381/23830 16149/16434/23883 16150/16435/23884 +f 16091/16381/23830 16150/16435/23884 16089/16379/23828 +f 16089/16379/23828 16150/16435/23884 14990/15297/22614 +f 16152/16437/23886 16091/16381/23830 16094/16383/23832 +f 16152/16437/23886 16094/16383/23832 16151/16436/23885 +f 16151/16436/23885 16094/16383/23832 16096/16385/23834 +f 16151/16436/23885 16096/16385/23834 15128/15417/22734 +f 15128/15417/22734 16096/16385/23834 15111/15419/22736 +f 15118/15407/22724 15117/15425/22742 16153/16438/23887 +f 16153/16438/23887 15117/15425/22742 16095/16386/23835 +f 16153/16438/23887 16095/16386/23835 16154/16439/23888 +f 16154/16439/23888 16095/16386/23835 16093/16384/23833 +f 16154/16439/23888 16093/16384/23833 16092/16382/23831 +f 14986/15293/22610 16090/16380/23829 14990/15297/22614 +f 15117/15425/22742 15114/15422/22739 16095/16386/23835 +f 16095/16386/23835 15114/15422/22739 16096/16385/23834 +f 16096/16385/23834 15114/15422/22739 15111/15419/22736 +f 16155/16440/23889 15118/15407/22724 16153/16438/23887 +f 16155/16440/23889 16153/16438/23887 16156/16441/23890 +f 16156/16441/23890 16153/16438/23887 16154/16439/23888 +f 16156/16441/23890 16154/16439/23888 16158/16442/23891 +f 16158/16442/23891 16154/16439/23888 16092/16382/23831 +f 16158/16442/23891 16092/16382/23831 14986/15293/22610 +f 14986/15293/22610 16092/16382/23831 16090/16380/23829 +f 14986/15293/22610 16157/16387/23836 16158/16442/23891 +f 16156/16441/23890 16158/16442/23891 16159/16443/23892 +f 16156/16441/23890 16159/16443/23892 16155/16440/23889 +f 16155/16440/23889 16159/16443/23892 16160/16444/23893 +f 16155/16440/23889 16160/16444/23893 15118/15407/22724 +f 15118/15407/22724 16160/16444/23893 15101/15409/22726 +f 15104/15412/22729 15101/15409/22726 16103/16393/23842 +f 16103/16393/23842 15101/15409/22726 16160/16444/23893 +f 16103/16393/23842 16160/16444/23893 16101/16392/23841 +f 16101/16392/23841 16160/16444/23893 16159/16443/23892 +f 16101/16392/23841 16159/16443/23892 16099/16389/23838 +f 16099/16389/23838 16159/16443/23892 16158/16442/23891 +f 16099/16389/23838 16158/16442/23891 16157/16387/23836 +f 14997/15304/22621 16157/16387/23836 14986/15293/22610 +f 16102/16321/23770 15107/15415/22732 16103/16393/23842 +f 16103/16393/23842 15107/15415/22732 15104/15412/22729 +f 16161/16445/23894 15108/15397/22714 16102/16321/23770 +f 16161/16445/23894 16102/16321/23770 16162/16446/23895 +f 16162/16446/23895 16102/16321/23770 16100/16391/23840 +f 16162/16446/23895 16100/16391/23840 16098/16390/23839 +f 14997/15304/22621 15004/15302/22619 16097/16388/23837 +f 16097/16388/23837 15004/15302/22619 16163/16394/23843 +f 16097/16388/23837 16163/16394/23843 16098/16390/23839 +f 16098/16390/23839 16163/16394/23843 16164/16447/23896 +f 16098/16390/23839 16164/16447/23896 16162/16446/23895 +f 16162/16446/23895 16164/16447/23896 16165/16448/23897 +f 16162/16446/23895 16165/16448/23897 16161/16445/23894 +f 16161/16445/23894 16165/16448/23897 15091/15399/22716 +f 16161/16445/23894 15091/15399/22716 15108/15397/22714 +f 15094/15402/22719 15091/15399/22716 16109/16399/23848 +f 16109/16399/23848 15091/15399/22716 16165/16448/23897 +f 16109/16399/23848 16165/16448/23897 16107/16397/23846 +f 16107/16397/23846 16165/16448/23897 16164/16447/23896 +f 16107/16397/23846 16164/16447/23896 16105/16396/23845 +f 16105/16396/23845 16164/16447/23896 16163/16394/23843 +f 16108/16320/23769 15097/15405/22722 16109/16399/23848 +f 16109/16399/23848 15097/15405/22722 15094/15402/22719 +f 16166/16449/23898 15098/15387/22704 16108/16320/23769 +f 16166/16449/23898 16108/16320/23769 16167/16450/23899 +f 16167/16450/23899 16108/16320/23769 16106/16398/23847 +f 16167/16450/23899 16106/16398/23847 16169/16451/23900 +f 16169/16451/23900 16106/16398/23847 16105/16396/23845 +f 16169/16451/23900 16105/16396/23845 16104/16395/23844 +f 15004/15302/22619 15001/15308/22625 16104/16395/23844 +f 16104/16395/23844 15001/15308/22625 16168/16400/23849 +f 16104/16395/23844 16168/16400/23849 16169/16451/23900 +f 16167/16450/23899 16169/16451/23900 16170/16452/23901 +f 16167/16450/23899 16170/16452/23901 16166/16449/23898 +f 16166/16449/23898 16170/16452/23901 16171/16453/23902 +f 16166/16449/23898 16171/16453/23902 15098/15387/22704 +f 15098/15387/22704 16171/16453/23902 15081/15389/22706 +f 15084/15392/22709 15081/15389/22706 16115/16405/23854 +f 16115/16405/23854 15081/15389/22706 16171/16453/23902 +f 16115/16405/23854 16171/16453/23902 16113/16403/23852 +f 16113/16403/23852 16171/16453/23902 16170/16452/23901 +f 16113/16403/23852 16170/16452/23901 16111/16402/23851 +f 16111/16402/23851 16170/16452/23901 16169/16451/23900 +f 16111/16402/23851 16169/16451/23900 16168/16400/23849 +f 16114/16319/23768 15087/15395/22712 16115/16405/23854 +f 16115/16405/23854 15087/15395/22712 15084/15392/22709 +f 16172/16454/23903 15088/15377/22694 16114/16319/23768 +f 16172/16454/23903 16114/16319/23768 16173/16455/23904 +f 16173/16455/23904 16114/16319/23768 16112/16404/23853 +f 16173/16455/23904 16112/16404/23853 16175/16456/23905 +f 16175/16456/23905 16112/16404/23853 16111/16402/23851 +f 16175/16456/23905 16111/16402/23851 16110/16401/23850 +f 14975/15282/22599 16110/16401/23850 15001/15308/22625 +f 16110/16401/23850 14975/15282/22599 16174/16406/23855 +f 16110/16401/23850 16174/16406/23855 16175/16456/23905 +f 16173/16455/23904 16175/16456/23905 16176/16457/23906 +f 16173/16455/23904 16176/16457/23906 16172/16454/23903 +f 16172/16454/23903 16176/16457/23906 16177/16458/23907 +f 16172/16454/23903 16177/16458/23907 15088/15377/22694 +f 15088/15377/22694 16177/16458/23907 15071/15379/22696 +f 15074/15382/22699 15071/15379/22696 16121/16411/23860 +f 16121/16411/23860 15071/15379/22696 16177/16458/23907 +f 16121/16411/23860 16177/16458/23907 16119/16409/23858 +f 16119/16409/23858 16177/16458/23907 16176/16457/23906 +f 16119/16409/23858 16176/16457/23906 16117/16408/23857 +f 16117/16408/23857 16176/16457/23906 16175/16456/23905 +f 16117/16408/23857 16175/16456/23905 16174/16406/23855 +f 16120/16318/23767 15077/15385/22702 16121/16411/23860 +f 16121/16411/23860 15077/15385/22702 15074/15382/22699 +f 16178/16459/23908 15078/15364/22681 16120/16318/23767 +f 16178/16459/23908 16120/16318/23767 16179/16460/23909 +f 16179/16460/23909 16120/16318/23767 16118/16410/23859 +f 16179/16460/23909 16118/16410/23859 16181/16461/23910 +f 16181/16461/23910 16118/16410/23859 16117/16408/23857 +f 16181/16461/23910 16117/16408/23857 16116/16407/23856 +f 14975/15282/22599 14981/15280/22597 16116/16407/23856 +f 16116/16407/23856 14981/15280/22597 16180/16338/23787 +f 16116/16407/23856 16180/16338/23787 16181/16461/23910 +f 16179/16460/23909 16181/16461/23910 16182/16462/23911 +f 16179/16460/23909 16182/16462/23911 16178/16459/23908 +f 16178/16459/23908 16182/16462/23911 16183/16463/23912 +f 16178/16459/23908 16183/16463/23912 15078/15364/22681 +f 15078/15364/22681 16183/16463/23912 15058/15366/22683 +f 15061/15369/22686 15058/15366/22683 16038/16343/23792 +f 16038/16343/23792 15058/15366/22683 16183/16463/23912 +f 16038/16343/23792 16183/16463/23912 16045/16342/23791 +f 16045/16342/23791 16183/16463/23912 16182/16462/23911 +f 16045/16342/23791 16182/16462/23911 16043/16339/23788 +f 16043/16339/23788 16182/16462/23911 16181/16461/23910 +f 16043/16339/23788 16181/16461/23910 16180/16338/23787 +f 16052/16334/23783 16050/16346/23795 16123/16336/23785 +f 16042/16337/23786 16123/16336/23785 16046/16412/23861 +f 16042/16337/23786 16046/16412/23861 16047/16341/23790 +f 16038/16343/23792 16047/16341/23790 15064/15372/22689 +f 16038/16343/23792 15064/15372/22689 15061/15369/22686 +s 39 +f 15922/16204/23913 15920/16206/23914 16215/16464/23915 +f 15922/16204/23913 16215/16464/23915 16188/16465/23916 +f 16184/16466/23917 16218/16467/23918 16198/16468/23919 +f 16198/16468/23919 16218/16467/23918 16227/16469/23920 +f 16198/16468/23919 16227/16469/23920 16208/16470/23921 +f 16208/16470/23921 16227/16469/23920 16237/16471/23922 +f 16208/16470/23921 16237/16471/23922 16209/16472/23923 +f 16209/16472/23923 16237/16471/23922 16238/16473/23924 +f 16209/16472/23925 16238/16473/23926 16185/14644/21683 +f 16209/16472/23925 16185/14644/21683 14395/14645/21684 +f 16188/16465/23916 16215/16464/23915 16226/16474/23927 +f 16188/16465/23916 16226/16474/23927 16196/16475/23928 +f 16196/16475/23928 16226/16474/23927 16219/16476/23929 +f 16196/16475/23928 16219/16476/23929 16184/16466/23917 +f 16184/16466/23917 16219/16476/23929 16218/16467/23918 +f 16187/16200/23930 16186/16477/23931 13748/13899/23932 +f 16192/16478/23933 13748/13899/23932 16186/16477/23931 +f 13748/13899/23932 16192/16478/23933 13755/13892/23934 +f 15922/16204/23913 16188/16465/23916 15919/16202/23935 +f 16192/16478/23936 16191/16479/23937 13755/13892/23938 +f 16190/16480/23939 16192/16478/23936 16186/16477/23931 +f 16186/16477/23931 16187/16200/23930 16193/16481/23940 +f 16193/16481/23940 16190/16480/23939 16186/16477/23931 +f 16194/16482/23941 16189/16483/23942 16190/16480/23939 +f 16194/16482/23941 16190/16480/23939 16193/16481/23940 +f 16195/16484/23943 16189/16483/23942 16194/16482/23941 +f 16194/16482/23944 16193/16481/23940 15919/16202/23935 +f 15919/16202/23935 16193/16481/23940 16187/16200/23930 +f 16195/16484/23943 16194/16482/23941 16196/16475/23928 +f 16196/16475/23928 16194/16482/23945 16188/16465/23916 +f 16188/16465/23916 16194/16482/23944 15919/16202/23935 +f 16184/16466/23917 16195/16484/23943 16196/16475/23928 +f 16191/16479/23937 16192/16478/23936 16190/16480/23939 +f 16191/16479/23937 16190/16480/23939 16197/16485/23946 +f 16197/16485/23946 16190/16480/23939 16189/16483/23942 +f 16197/16485/23946 16189/16483/23942 16205/16486/23947 +f 16184/16466/23917 16198/16468/23919 16195/16484/23943 +f 16195/16484/23943 16198/16468/23919 16199/16487/23948 +f 16195/16484/23943 16199/16487/23948 16189/16483/23942 +f 16189/16483/23942 16199/16487/23948 16205/16486/23947 +f 16202/16488/23949 13755/13892/23938 16191/16479/23937 +f 16203/16489/23950 16202/16488/23949 16191/16479/23937 +f 16203/16489/23950 16191/16479/23937 16197/16485/23946 +f 16204/16490/23951 16201/16491/23952 16203/16489/23950 +f 16204/16490/23951 16203/16489/23950 16197/16485/23946 +f 16206/16492/23953 16201/16491/23952 16204/16490/23951 +f 16205/16486/23954 16204/16490/23951 16197/16485/23946 +f 16200/16493/23955 16206/16492/23953 16204/16490/23951 +f 16207/16494/23956 16204/16490/23951 16205/16486/23954 +f 16200/16493/23955 16204/16490/23951 14395/14645/21684 +f 14395/14645/21684 16204/16490/23951 16207/16494/23957 +f 16208/16470/23921 16207/16494/23956 16205/16486/23954 +f 16208/16470/23921 16205/16486/23954 16199/16487/23958 +f 16209/16472/23925 14395/14645/21684 16207/16494/23957 +f 16209/16472/23923 16207/16494/23956 16208/16470/23921 +f 16208/16470/23921 16199/16487/23948 16198/16468/23919 +f 13750/13893/23959 13755/13892/23938 16202/16488/23949 +f 13750/13893/23959 16202/16488/23949 16210/16495/23960 +f 16210/16495/23960 16202/16488/23949 16203/16489/23950 +f 16211/16496/23961 16210/16495/23960 16201/16491/23952 +f 16210/16495/23960 16203/16489/23950 16201/16491/23952 +f 16211/16496/23961 16201/16491/23952 16206/16492/23953 +f 16211/16496/23961 16206/16492/23953 16212/16497/23962 +f 16213/16498/23963 16212/16497/23962 16200/16493/23955 +f 16212/16497/23962 16206/16492/23953 16200/16493/23955 +f 16213/16498/23963 16200/16493/23955 14391/14639/21673 +f 14391/14639/21673 16200/16493/23955 14395/14645/21684 +f 16216/14513/23964 16214/16499/23965 15924/16205/23966 +f 15924/16205/23966 16214/16499/23965 15920/16206/23914 +f 16214/16499/23965 16215/16464/23915 15920/16206/23914 +f 16221/16500/23967 16217/14511/23968 14278/14510/23969 +f 16221/16500/23967 14278/14510/23969 16220/16501/23970 +f 16221/16500/23967 16220/16501/23970 16222/16502/23971 +f 16216/14513/23964 16217/14511/23968 16221/16500/23967 +f 16223/16503/23972 16221/16500/23967 16222/16502/23971 +f 16224/16504/23973 16216/14513/23964 16221/16500/23967 +f 16224/16504/23973 16221/16500/23967 16223/16503/23972 +f 16214/16499/23965 16216/14513/23964 16224/16504/23973 +f 16225/16505/23974 16224/16504/23973 16223/16503/23972 +f 16219/16476/23929 16224/16504/23973 16225/16505/23974 +f 16215/16464/23915 16214/16499/23965 16224/16504/23975 +f 16215/16464/23915 16224/16504/23975 16226/16474/23927 +f 16226/16474/23927 16224/16504/23973 16219/16476/23929 +f 16218/16467/23918 16219/16476/23929 16225/16505/23974 +f 16225/16505/23974 16229/16506/23976 16227/16469/23920 +f 16225/16505/23974 16227/16469/23920 16218/16467/23918 +f 16223/16503/23972 16228/16507/23977 16229/16506/23976 +f 16223/16503/23972 16229/16506/23976 16225/16505/23974 +f 16228/16507/23977 16223/16503/23972 16222/16502/23971 +f 16222/16502/23971 16230/16508/23978 16228/16507/23977 +f 16222/16502/23971 16220/16501/23970 16230/16508/23978 +f 16220/16501/23970 14278/14510/23969 16231/16509/23979 +f 16230/16508/23978 16220/16501/23970 16231/16509/23979 +f 14277/14508/23980 16232/16510/23981 16231/16509/23979 +f 16232/16510/23981 16230/16508/23978 16231/16509/23979 +f 16228/16507/23977 16230/16508/23978 16233/16511/23982 +f 16233/16511/23982 16230/16508/23978 16232/16510/23981 +f 16234/16512/23983 16233/16511/23982 16232/16510/23981 +f 16229/16506/23976 16228/16507/23977 16233/16511/23984 +f 16235/16513/23985 16229/16506/23976 16233/16511/23984 +f 16235/16513/23986 16233/16511/23982 16234/16512/23983 +f 16227/16469/23920 16229/16506/23976 16237/16471/23922 +f 16237/16471/23922 16229/16506/23976 16235/16513/23985 +f 16235/16513/23986 16234/16512/23983 16238/16473/23926 +f 16238/16473/23926 16234/16512/23983 16236/16514/23987 +f 16237/16471/23922 16235/16513/23988 16238/16473/23924 +f 16185/14644/21683 16238/16473/23926 16236/16514/23987 +f 16241/16515/23989 17524/16516/23990 16236/16514/23987 +f 16236/16514/23987 17524/16516/23990 16239/14643/21682 +f 16236/16514/23987 16239/14643/21682 16185/14644/21683 +f 16234/16512/23983 16241/16515/23989 16236/16514/23987 +f 14277/14508/23980 16240/16517/23991 16232/16510/23981 +f 16232/16510/23981 16240/16517/23991 16241/16515/23989 +f 16232/16510/23981 16241/16515/23989 16234/16512/23983 +f 14277/14508/23980 16231/16509/23979 14276/14509/23992 +f 14278/14510/23969 14276/14509/23992 16231/16509/23979 +f 13921/14127/23993 16242/16518/23994 13923/14129/23995 +f 16319/16519/23996 15928/16209/23997 16343/16520/23998 +f 16343/16520/23998 15928/16209/23997 15929/16212/23999 +f 16243/16521/24000 16346/16522/24001 16278/16523/24002 +f 16278/16523/24002 16346/16522/24001 16354/16524/24003 +f 13911/14114/24004 16244/16525/24005 13913/14116/24006 +f 15937/16216/24007 16397/16526/24008 16372/16527/24009 +f 15937/16216/24007 16372/16527/24009 15935/16215/24010 +f 16245/16528/24011 16400/16529/24012 16280/16530/24013 +f 16280/16530/24013 16400/16529/24012 16409/16531/24014 +f 16438/16532/24015 13909/14111/24016 16425/16533/24017 +f 13901/14101/24018 16246/16534/24019 13903/14103/24020 +f 15939/16221/24021 16451/16535/24022 15940/16219/24023 +f 15940/16219/24023 16451/16535/24022 16428/16536/24024 +f 16247/16537/24025 16454/16538/24026 16282/16539/24027 +f 16282/16539/24027 16454/16538/24026 16462/16540/24028 +f 13891/14088/24029 16248/16541/24030 13893/14090/24031 +f 16480/16542/24032 15944/16226/24033 15947/16225/24034 +f 16480/16542/24032 15947/16225/24034 16506/16543/24035 +f 16249/16544/24036 16509/16545/24037 16491/16546/24038 +f 16491/16546/24038 16509/16545/24037 16516/16547/24039 +f 13882/14075/24040 16250/16548/24041 13884/14077/24042 +f 16559/16549/24043 16535/16550/24044 15951/16229/24045 +f 15951/16229/24045 15952/16233/24046 16559/16549/24043 +f 16251/16551/24047 16562/16552/24048 16544/16553/24049 +f 16544/16553/24049 16562/16552/24048 16571/16554/24050 +f 16590/16555/24051 15956/16237/24052 16615/16556/24053 +f 16615/16556/24053 15956/16237/24052 15957/16239/24054 +f 16252/16557/24055 16618/16558/24056 16287/16559/24057 +f 16287/16559/24057 16618/16558/24056 16627/16560/24058 +f 16658/16561/24059 13872/14060/24060 16645/14059/24061 +f 15961/16244/24062 16670/16562/24063 16646/16563/24064 +f 15961/16244/24062 16646/16563/24064 15960/16241/24065 +f 16253/16564/24066 16673/16565/24067 16288/16566/24068 +f 16288/16566/24068 16673/16565/24067 16679/16567/24069 +f 13855/14037/24070 16254/16568/24071 13857/14039/24072 +f 15967/16246/24073 16723/16569/24074 15966/16247/24075 +f 15966/16247/24075 16723/16569/24074 16698/16570/24076 +f 16255/16571/24077 16726/16572/24078 16290/16573/24079 +f 16290/16573/24079 16726/16572/24078 16733/16574/24080 +f 13845/14024/24081 16256/16575/24082 13847/14026/24083 +f 15975/16256/24084 16777/16576/24085 15974/16257/24086 +f 15974/16257/24086 16777/16576/24085 16751/16577/24087 +f 15974/16257/24086 16751/16577/24087 15972/16252/24088 +f 16257/16578/24089 16780/16579/24090 16761/16580/24091 +f 16761/16580/24091 16780/16579/24090 16787/16581/24092 +f 13835/14011/24093 16258/16582/24094 13837/14013/24095 +f 16807/16583/24096 15978/16304/24097 16831/16584/24098 +f 16831/16584/24098 15978/16304/24097 15979/16306/24099 +f 16259/16585/24100 16834/16586/24101 16260/16587/24102 +f 16260/16587/24102 16834/16586/24101 16842/16588/24103 +f 13826/13998/24104 16261/16589/24105 13828/14000/24106 +f 16862/16590/24107 15981/16261/24108 16886/16591/24109 +f 16886/16591/24109 15981/16261/24108 15982/16187/24110 +f 16262/16592/24111 16889/16593/24112 16294/16594/24113 +f 16294/16594/24113 16889/16593/24112 16899/16595/24114 +f 16918/16596/24115 15987/16267/24116 16942/16597/24117 +f 16942/16597/24117 15987/16267/24116 15989/16268/24118 +f 16263/16598/24119 16945/16599/24120 16296/16600/24121 +f 16296/16600/24121 16945/16599/24120 16952/16601/24122 +f 13809/13976/24123 16264/16602/24124 13810/13977/24125 +f 16970/16603/24126 15992/16272/24127 15994/16271/24128 +f 16970/16603/24126 15994/16271/24128 16993/16604/24129 +f 16265/16605/24130 16996/16606/24131 16298/16607/24132 +f 16298/16607/24132 16996/16606/24131 17004/16608/24133 +f 13801/13964/24134 16266/16609/24135 13802/13965/24136 +f 16000/16279/24137 17046/16610/24138 15998/16280/24139 +f 15998/16280/24139 17046/16610/24138 17022/16611/24140 +f 16267/16612/24141 17049/16613/24142 17031/16614/24143 +f 17031/16614/24143 17049/16613/24142 17058/16615/24144 +f 13790/13950/24145 16268/16616/24146 13792/13952/24147 +f 16004/16284/24148 17104/16617/24149 16003/16282/24150 +f 16003/16282/24150 17104/16617/24149 17078/16618/24151 +f 16269/16619/24152 17107/16620/24153 17088/16621/24154 +f 17088/16621/24154 17107/16620/24153 17114/16622/24155 +f 13780/13937/24156 16270/16623/24157 13782/13939/24158 +f 17134/16624/24159 16007/16289/24160 17157/16625/24161 +f 17157/16625/24161 16007/16289/24160 16008/16288/24162 +f 16271/16626/24163 17160/16627/24164 16303/16628/24165 +f 16303/16628/24165 17160/16627/24164 17169/16629/24166 +f 13771/13924/24167 16272/16630/24168 13773/13926/24169 +f 17188/16631/24170 16010/16290/24171 16012/16294/24172 +f 17188/16631/24170 16012/16294/24172 17214/16632/24173 +f 16273/16633/24174 17217/16634/24175 16304/16635/24176 +f 16304/16635/24176 17217/16634/24175 17223/16636/24177 +f 13762/13911/24178 16274/16637/24179 13764/13913/24180 +f 17241/16638/24181 16014/16298/24182 17266/16639/24183 +f 17266/16639/24183 16014/16298/24182 16016/16297/24184 +f 16275/16640/24185 17269/16641/24186 17251/16642/24187 +f 17251/16642/24187 17269/16641/24186 17277/16643/24188 +f 13753/13895/24189 16276/16644/24190 13751/13897/24191 +f 17297/16645/24192 16019/16302/24193 17321/16646/24194 +f 17321/16646/24194 16019/16302/24193 16023/16301/24195 +f 16277/16647/24196 17324/16648/24197 17305/16649/24198 +f 17305/16649/24198 17324/16648/24197 17331/16650/24199 +f 16278/16523/24002 16354/16524/24003 16364/16651/24200 +f 16278/16523/24002 16364/16651/24200 16336/16652/24201 +f 16336/16652/24201 16364/16651/24200 16366/16653/24202 +f 16336/16652/24201 16366/16653/24202 16337/16654/24203 +f 16337/16654/24204 16366/16653/24205 16365/16655/24206 +f 16337/16654/24204 16365/16655/24206 16279/14637/21668 +f 16337/16654/24204 16279/14637/21668 14388/14636/21667 +f 16280/16530/24013 16409/16531/24014 16419/16656/24207 +f 16280/16530/24013 16419/16656/24207 16390/16657/24208 +f 16390/16657/24208 16419/16656/24209 16391/16658/24210 +f 16391/16658/24210 16419/16656/24209 16420/16659/24211 +f 16391/16658/24212 16420/16659/24213 16281/14618/21643 +f 16391/16658/24212 16281/14618/21643 14376/14617/21642 +f 16282/16539/24027 16462/16540/24028 16473/16660/24214 +f 16282/16539/24027 16473/16660/24214 16444/16661/24215 +f 16444/16661/24215 16473/16660/24214 16445/16662/24216 +f 16445/16662/24217 16473/16660/24218 16472/16663/24219 +f 16445/16662/24217 16472/16663/24219 16283/14747/21806 +f 16445/16662/24217 16283/14747/21806 14455/14746/21805 +f 16491/16546/24038 16516/16547/24039 16527/16664/24220 +f 16491/16546/24038 16527/16664/24220 16499/16665/24221 +f 16499/16665/24221 16527/16664/24220 16529/16666/24222 +f 16499/16665/24221 16529/16666/24222 16500/16667/24223 +f 16500/16667/24223 16529/16666/24222 16528/16668/24224 +f 16500/16667/24223 16528/16668/24224 14454/14743/21802 +f 14454/14743/21802 16528/16668/24224 14452/14740/21797 +s 494 +f 16583/14610/24225 14371/14609/24226 16554/16669/24227 +f 16583/14610/24225 16554/16669/24227 16284/16670/24228 +s 495 +f 16284/16670/24229 16554/16669/24230 16553/16671/24231 +f 16284/16670/24229 16553/16671/24231 16581/16672/24232 +s 39 +f 16581/16672/24233 16553/16671/24234 16571/16554/24050 +f 16571/16554/24050 16553/16671/24234 16544/16553/24049 +f 14449/14733/21789 14451/14738/21795 16607/16673/24235 +f 16285/14734/21790 16607/16673/24235 16639/16674/24236 +f 16639/16674/24236 16607/16673/24235 16609/16675/24237 +f 16639/16674/24236 16609/16675/24237 16286/16676/24238 +f 16286/16676/24238 16609/16675/24237 16608/16677/24239 +f 16286/16676/24238 16608/16677/24239 16637/16678/24240 +f 16637/16678/24240 16608/16677/24239 16287/16559/24057 +f 16637/16678/24240 16287/16559/24057 16627/16560/24058 +f 16285/14734/21790 14449/14733/21789 16607/16673/24235 +f 16288/16566/24068 16679/16567/24069 16689/16679/24241 +f 16288/16566/24068 16689/16679/24241 16663/16680/24242 +f 16663/16680/24242 16689/16679/24241 16691/16681/24243 +f 16663/16680/24242 16691/16681/24243 16664/16682/24244 +f 16664/16682/24245 16691/16681/24246 16690/16683/24247 +f 16664/16682/24245 16690/16683/24247 14446/14727/21783 +f 14446/14727/21783 16690/16683/24247 16289/14728/21784 +f 16290/16573/24079 16733/16574/24080 16743/16684/24248 +f 16290/16573/24079 16743/16684/24248 16716/16685/24249 +f 16716/16685/24249 16743/16684/24250 16717/16686/24251 +f 16717/16686/24251 16743/16684/24250 16744/16687/24252 +f 16717/16686/24253 16744/16687/24254 16291/14725/21781 +f 16717/16686/24253 16291/14725/21781 14445/14724/21780 +f 16761/16580/24091 16787/16581/24092 16770/16688/24255 +f 16770/16688/24255 16787/16581/24092 16797/16689/24256 +f 16770/16688/24255 16797/16689/24256 16799/16690/24257 +f 16770/16688/24255 16799/16690/24257 16771/16691/24258 +f 16771/16691/24259 16799/16690/24260 16798/16692/24261 +f 16771/16691/24259 16798/16692/24261 14441/14720/21776 +f 14441/14720/21776 16798/16692/24261 16292/14721/21777 +f 16260/16587/24102 16842/16588/24103 16824/16693/24262 +f 16824/16693/24262 16842/16588/24103 16852/16694/24263 +f 16824/16693/24262 16852/16694/24263 16854/16695/24264 +f 16824/16693/24262 16854/16695/24264 16825/16696/24265 +f 16825/16696/24266 16854/16695/24267 16853/16697/24268 +f 16825/16696/24266 16853/16697/24268 16293/14716/21771 +f 16825/16696/24266 16293/14716/21771 14438/14715/21770 +f 16294/16594/24113 16899/16595/24114 16909/16698/24269 +f 16294/16594/24113 16909/16698/24269 16880/16699/24270 +f 16880/16699/24270 16909/16698/24269 16911/16700/24271 +f 16880/16699/24270 16911/16700/24271 16881/16701/24272 +f 16881/16701/24272 16911/16700/24271 16910/16702/24273 +f 16881/16701/24272 16910/16702/24273 16295/14708/21763 +f 16881/16701/24272 16295/14708/21763 14434/14707/21762 +f 16296/16600/24121 16952/16601/24122 16962/16703/24274 +f 16296/16600/24121 16962/16703/24274 16935/16704/24275 +f 16935/16704/24275 16962/16703/24274 16964/16705/24276 +f 16935/16704/24275 16964/16705/24276 16936/16706/24277 +f 16936/16706/24277 16964/16705/24276 16963/16707/24278 +f 16936/16706/24277 16963/16707/24278 16297/14701/21754 +f 16936/16706/24277 16297/14701/21754 14430/14700/21753 +f 16298/16607/24132 17004/16608/24133 17014/16708/24279 +f 16298/16607/24132 17014/16708/24279 16986/16709/24280 +f 16986/16709/24280 17014/16708/24281 16987/16710/24282 +f 16987/16710/24282 17014/16708/24281 17015/16711/24283 +f 16987/16710/24284 17015/16711/24285 16299/14613/21638 +f 16987/16710/24284 16299/14613/21638 14372/14612/21637 +f 17031/16614/24143 17058/16615/24144 17040/16712/24286 +f 17040/16712/24286 17058/16615/24144 17068/16713/24287 +f 17040/16712/24286 17068/16713/24287 16300/16714/24288 +f 16300/16714/24288 17068/16713/24287 17069/16715/24289 +f 16300/16714/24290 17069/16715/24291 14427/14695/21747 +f 14427/14695/21747 17069/16715/24291 17070/16716/24292 +f 14427/14695/21747 17070/16716/24293 14425/14690/21740 +f 17126/14692/21742 14373/14615/21640 17098/16717/24294 +f 17126/14692/21742 17098/16717/24294 16301/16718/24295 +s 504 +f 16301/16718/24296 17098/16717/24297 17097/16719/24298 +f 16301/16718/24296 17097/16719/24298 17124/16720/24299 +s 39 +f 17124/16720/24300 17097/16719/24301 17114/16622/24155 +f 17114/16622/24155 17097/16719/24301 17088/16621/24154 +f 17126/14692/21742 14374/14616/21641 14373/14615/21640 +f 16302/14681/21730 14422/14680/21729 17180/16721/24302 +f 17180/16721/24302 14422/14680/21729 17151/16722/24303 +f 17180/16721/24302 17151/16722/24303 17181/16723/24304 +f 17181/16723/24304 17151/16722/24303 17150/16724/24305 +f 17181/16723/24304 17150/16724/24305 17179/16725/24306 +f 17179/16725/24306 17150/16724/24305 16303/16628/24165 +f 17179/16725/24306 16303/16628/24165 17169/16629/24166 +f 16304/16635/24176 17223/16636/24177 17233/16726/24307 +f 16304/16635/24176 17233/16726/24307 17207/16727/24308 +f 17207/16727/24308 17233/16726/24309 17208/16728/24310 +f 17208/16728/24310 17233/16726/24309 17234/16729/24311 +f 17208/16728/24312 17234/16729/24313 16305/14679/21728 +f 17208/16728/24312 16305/14679/21728 14420/14678/21727 +f 17251/16642/24187 17277/16643/24188 17260/16730/24314 +f 17260/16730/24314 17277/16643/24188 17288/16731/24315 +f 17260/16730/24314 17288/16731/24315 17289/16732/24316 +f 17260/16730/24314 17289/16732/24316 17261/16733/24317 +f 17261/16733/24317 17289/16732/24316 17290/16734/24318 +f 17261/16733/24319 17290/16734/24318 17281/14674/21723 +f 17261/16733/24319 17281/14674/21723 14417/14673/21722 +f 17305/16649/24198 17331/16650/24199 17341/16735/24320 +f 17305/16649/24198 17341/16735/24320 17314/16736/24321 +f 17314/16736/24321 17341/16735/24322 17342/16737/24323 +f 17314/16736/24321 17342/16737/24323 17315/16738/24324 +f 17315/16738/24325 17342/16737/24326 16306/14668/21715 +f 17315/16738/24325 16306/14668/21715 14415/14667/21714 +f 16319/16519/23996 16343/16520/23998 16307/16739/24327 +f 16307/16739/24327 16343/16520/23998 16353/16740/24328 +f 16307/16739/24329 16353/16740/24330 16346/16522/24001 +f 16307/16739/24329 16346/16522/24001 16243/16521/24000 +f 16372/16527/24009 16397/16526/24008 16408/16741/24331 +f 16372/16527/24009 16408/16741/24331 16380/16742/24332 +f 16380/16742/24332 16408/16741/24331 16401/16743/24333 +f 16380/16742/24332 16401/16743/24333 16245/16528/24011 +f 16245/16528/24011 16401/16743/24333 16400/16529/24012 +f 16428/16536/24334 16451/16535/24022 16433/16744/24335 +f 16433/16744/24335 16451/16535/24022 16461/16745/24336 +f 16433/16744/24337 16461/16745/24338 16454/16538/24026 +f 16433/16744/24337 16454/16538/24026 16247/16537/24025 +f 16480/16542/24032 16506/16543/24035 16488/16746/24339 +f 16488/16746/24339 16506/16543/24035 16515/16747/24340 +f 16488/16746/24339 16515/16747/24340 16487/16748/24341 +f 16487/16748/24341 16515/16747/24340 16510/16749/24342 +f 16487/16748/24341 16510/16749/24342 16249/16544/24036 +f 16249/16544/24036 16510/16749/24342 16509/16545/24037 +f 16535/16550/24044 16559/16549/24043 16308/16750/24343 +f 16308/16750/24343 16559/16549/24043 16570/16751/24344 +f 16308/16750/24345 16570/16751/24346 16251/16551/24347 +f 16251/16551/24347 16570/16751/24346 16563/16752/24348 +f 16251/16551/24047 16563/16752/24349 16562/16552/24048 +f 16590/16555/24051 16615/16556/24053 16626/16753/24350 +f 16590/16555/24051 16626/16753/24350 16309/16754/24351 +f 16309/16754/24352 16626/16753/24353 16619/16755/24354 +f 16309/16754/24352 16619/16755/24354 16252/16557/24055 +f 16252/16557/24055 16619/16755/24354 16618/16558/24056 +f 16646/16563/24064 16670/16562/24063 16678/16756/24355 +f 16646/16563/24064 16678/16756/24355 16652/16757/24356 +f 16652/16757/24357 16678/16756/24358 16253/16564/24066 +f 16253/16564/24066 16678/16756/24358 16673/16565/24067 +f 16698/16570/24359 16723/16569/24074 16704/16758/24360 +f 16704/16758/24360 16723/16569/24074 16732/16759/24361 +f 16704/16758/24362 16732/16759/24363 16726/16572/24078 +f 16704/16758/24362 16726/16572/24078 16255/16571/24077 +f 16751/16577/24087 16777/16576/24085 16786/16760/24364 +f 16751/16577/24087 16786/16760/24364 16759/16761/24365 +f 16759/16761/24365 16786/16760/24364 16781/16762/24366 +f 16759/16761/24365 16781/16762/24367 16257/16578/24089 +f 16257/16578/24089 16781/16762/24367 16780/16579/24090 +f 16807/16583/24096 16831/16584/24098 16310/16763/24368 +f 16310/16763/24368 16831/16584/24098 16841/16764/24369 +f 16310/16763/24370 16841/16764/24371 16834/16586/24101 +f 16310/16763/24370 16834/16586/24101 16259/16585/24100 +f 16862/16590/24107 16886/16591/24109 16898/16765/24372 +f 16862/16590/24107 16898/16765/24372 16311/16766/24373 +f 16311/16766/24374 16898/16765/24375 16890/16767/24376 +f 16311/16766/24374 16890/16767/24376 16262/16592/24111 +f 16262/16592/24111 16890/16767/24376 16889/16593/24112 +f 16918/16596/24115 16942/16597/24117 16951/16768/24377 +f 16918/16596/24115 16951/16768/24377 16924/16769/24378 +f 16924/16769/24379 16951/16768/24380 16263/16598/24119 +f 16263/16598/24119 16951/16768/24380 16945/16599/24120 +f 16970/16603/24126 16993/16604/24129 17003/16770/24381 +f 16970/16603/24126 17003/16770/24381 16976/16771/24382 +f 16976/16771/24383 17003/16770/24381 16996/16606/24131 +f 16976/16771/24383 16996/16606/24131 16265/16605/24130 +f 17022/16611/24140 17046/16610/24138 16312/16772/24384 +f 16312/16772/24384 17046/16610/24138 17057/16773/24385 +f 16312/16772/24386 17057/16773/24387 16267/16612/24388 +f 16267/16612/24388 17057/16773/24387 17050/16774/24389 +f 16267/16612/24141 17050/16774/24390 17049/16613/24142 +f 17078/16618/24151 17104/16617/24149 17113/16775/24391 +f 17078/16618/24151 17113/16775/24391 17086/16776/24392 +f 17086/16776/24392 17113/16775/24391 17108/16777/24393 +f 17086/16776/24392 17108/16777/24393 16269/16619/24152 +f 16269/16619/24152 17108/16777/24393 17107/16620/24153 +f 17134/16624/24159 17157/16625/24161 16313/16778/24394 +f 16313/16778/24394 17157/16625/24161 17168/16779/24395 +f 16313/16778/24396 17168/16779/24397 17160/16627/24164 +f 16313/16778/24396 17160/16627/24164 16271/16626/24163 +f 17188/16631/24170 17214/16632/24173 17222/16780/24398 +f 17188/16631/24170 17222/16780/24398 17196/16781/24399 +f 17196/16781/24400 17222/16780/24401 17217/16634/24175 +f 17196/16781/24400 17217/16634/24175 16273/16633/24174 +f 17241/16638/24181 17266/16639/24183 17276/16782/24402 +f 17241/16638/24181 17276/16782/24402 17249/16783/24403 +f 17249/16783/24404 17276/16782/24402 17269/16641/24186 +f 17249/16783/24404 17269/16641/24186 16275/16640/24185 +f 17297/16645/24192 17321/16646/24194 16315/16784/24405 +f 16315/16784/24405 17321/16646/24194 16314/16785/24406 +f 16315/16784/24407 16314/16785/24408 17324/16648/24197 +f 16315/16784/24407 17324/16648/24197 16277/16647/24196 +f 16316/14502/24409 16317/16786/24410 14273/14504/24411 +f 15928/16209/23997 16319/16519/23996 15926/16210/24412 +f 16322/16787/24413 14273/14504/24411 16317/16786/24410 +f 16321/16788/24414 16322/16787/24413 16317/16786/24410 +f 16316/14502/24409 16318/16198/24415 16323/16789/24416 +f 16323/16789/24416 16321/16788/24414 16317/16786/24410 +f 16323/16789/24416 16317/16786/24410 16316/14502/24409 +f 16324/16790/24417 16320/16791/24418 16321/16788/24414 +f 16324/16790/24417 16321/16788/24414 16323/16789/24416 +f 16243/16521/24000 16320/16791/24418 16324/16790/24417 +f 16324/16790/24419 16323/16789/24416 15926/16210/24412 +f 15926/16210/24412 16323/16789/24416 16318/16198/24415 +f 16319/16519/23996 16324/16790/24419 15926/16210/24412 +f 16307/16739/24329 16243/16521/24000 16324/16790/24417 +f 16307/16739/24327 16324/16790/24419 16319/16519/23996 +f 16330/16792/24420 14273/14504/24411 16322/16787/24413 +f 16330/16792/24420 16322/16787/24413 16325/16793/24421 +f 16322/16787/24413 16321/16788/24414 16326/16794/24422 +f 16326/16794/24422 16321/16788/24414 16320/16791/24418 +f 16326/16794/24422 16320/16791/24418 16333/16795/24423 +f 16243/16521/24000 16278/16523/24002 16327/16796/24424 +f 16243/16521/24000 16327/16796/24424 16320/16791/24418 +f 16320/16791/24418 16327/16796/24424 16333/16795/24423 +f 16322/16787/24413 16326/16794/24422 16325/16793/24421 +f 16326/16794/24425 16331/16797/24426 16325/16793/24421 +f 16332/16798/24427 16329/16799/24428 16331/16797/24426 +f 16332/16798/24427 16331/16797/24426 16326/16794/24425 +f 16325/16793/24421 16331/16797/24426 16330/16792/24420 +f 16334/16800/24429 16329/16799/24430 16332/16798/24431 +f 16333/16795/24423 16332/16798/24427 16326/16794/24425 +f 16328/16801/24432 16334/16800/24429 16332/16798/24431 +f 16335/16802/24433 16332/16798/24427 16333/16795/24423 +f 16328/16801/24432 16332/16798/24431 14388/14636/21667 +f 14388/14636/21667 16332/16798/24431 16335/16802/24434 +f 16335/16802/24433 16333/16795/24423 16336/16652/24201 +f 16336/16652/24201 16333/16795/24423 16327/16796/24424 +f 16337/16654/24204 14388/14636/21667 16335/16802/24434 +f 16337/16654/24203 16335/16802/24433 16336/16652/24201 +f 16278/16523/24002 16336/16652/24201 16327/16796/24424 +f 14275/14506/24435 14273/14504/24411 16330/16792/24420 +f 14275/14506/24435 16330/16792/24420 16338/16803/24436 +f 16338/16803/24436 16330/16792/24420 16331/16797/24426 +f 16339/16804/24437 16338/16803/24436 16329/16799/24430 +f 16338/16803/24436 16331/16797/24426 16329/16799/24430 +f 16339/16804/24437 16329/16799/24430 16334/16800/24429 +f 16339/16804/24437 16334/16800/24429 16340/16805/24438 +f 16340/16805/24438 16334/16800/24429 16328/16801/24432 +f 16340/16805/24438 16328/16801/24432 16341/14624/21653 +f 16341/14624/21653 16328/16801/24432 14388/14636/21667 +f 15931/14132/24439 16345/14131/24440 16344/16806/24441 +f 16344/16806/24441 16342/16807/24442 15931/14132/24439 +f 15931/14132/24439 16342/16807/24442 15929/16212/23999 +f 16342/16807/24442 16343/16520/23998 15929/16212/23999 +f 13923/14129/23995 16349/16808/24443 16345/14131/24440 +f 16349/16808/24443 13923/14129/23995 16242/16518/23994 +f 16349/16808/24443 16242/16518/23994 16348/16809/24444 +f 16349/16808/24445 16348/16809/24446 16350/16810/24447 +f 16344/16806/24441 16345/14131/24440 16349/16808/24443 +f 16344/16806/24448 16349/16808/24445 16350/16810/24447 +f 16352/16811/24449 16344/16806/24448 16350/16810/24447 +f 16352/16811/24449 16350/16810/24447 16351/16812/24450 +f 16342/16807/24442 16344/16806/24441 16352/16811/24451 +f 16353/16740/24328 16342/16807/24442 16352/16811/24451 +f 16353/16740/24330 16352/16811/24449 16347/16813/24452 +f 16347/16813/24452 16352/16811/24449 16351/16812/24450 +f 16343/16520/23998 16342/16807/24442 16353/16740/24328 +f 16346/16522/24001 16347/16813/24452 16351/16812/24450 +f 16353/16740/24330 16347/16813/24452 16346/16522/24001 +f 16351/16812/24450 16356/16814/24453 16354/16524/24003 +f 16351/16812/24450 16354/16524/24003 16346/16522/24001 +f 16350/16810/24447 16355/16815/24454 16351/16812/24450 +f 16351/16812/24450 16355/16815/24454 16356/16814/24453 +f 16350/16810/24447 16357/16816/24455 16355/16815/24454 +f 16350/16810/24447 16348/16809/24446 16357/16816/24455 +f 16348/16809/24446 16242/16518/23994 16358/16817/24456 +f 16357/16816/24455 16348/16809/24446 16358/16817/24456 +f 13922/14128/24457 16359/16818/24458 16358/16817/24456 +f 16359/16818/24458 16357/16816/24455 16358/16817/24456 +f 16355/16815/24454 16357/16816/24455 16360/16819/24459 +f 16360/16819/24459 16357/16816/24455 16359/16818/24458 +f 16361/16820/24460 16360/16819/24459 16359/16818/24458 +f 16356/16814/24453 16355/16815/24454 16360/16819/24461 +f 16362/16821/24462 16356/16814/24453 16360/16819/24461 +f 16362/16821/24463 16360/16819/24459 16361/16820/24460 +f 16354/16524/24003 16356/16814/24453 16364/16651/24200 +f 16364/16651/24200 16356/16814/24453 16362/16821/24462 +f 16362/16821/24463 16361/16820/24460 16365/16655/24206 +f 16365/16655/24206 16361/16820/24460 16363/16822/24464 +f 16366/16653/24202 16364/16651/24200 16362/16821/24462 +f 16366/16653/24205 16362/16821/24463 16365/16655/24206 +f 16279/14637/21668 16365/16655/24206 16363/16822/24464 +f 16369/16823/24465 17535/16824/24466 16363/16822/24464 +f 16363/16822/24464 17535/16824/24466 16367/14638/21669 +f 16363/16822/24464 16367/14638/21669 16279/14637/21668 +f 16361/16820/24460 16369/16823/24465 16363/16822/24464 +f 13922/14128/24457 16368/16825/24467 16359/16818/24458 +f 16359/16818/24458 16368/16825/24467 16369/16823/24465 +f 16359/16818/24458 16369/16823/24465 16361/16820/24460 +f 13922/14128/24457 16358/16817/24456 13921/14127/23993 +f 16242/16518/23994 13921/14127/23993 16358/16817/24456 +f 15934/14123/24468 16370/16826/24469 13918/14120/24470 +f 13918/14120/24471 16370/16826/24469 16371/16827/24472 +f 16371/16827/24472 13919/14124/24473 13918/14120/24471 +f 16375/16828/24474 16371/16827/24472 16370/16826/24469 +f 16374/16829/24475 16375/16828/24474 16370/16826/24469 +f 16376/16830/24476 16374/16829/24475 16370/16826/24469 +f 16373/16831/24477 16374/16829/24475 16376/16830/24476 +f 16370/16826/24469 15934/14123/24468 16377/16832/24478 +f 16377/16832/24478 16376/16830/24476 16370/16826/24469 +f 16378/16833/24479 16373/16831/24477 16376/16830/24476 +f 16378/16833/24479 16376/16830/24476 16377/16832/24480 +f 16379/16834/24481 16373/16831/24477 16378/16833/24479 +f 16378/16833/24482 16377/16832/24478 15935/16215/24010 +f 15935/16215/24010 16377/16832/24478 15934/14123/24468 +f 16379/16834/24481 16378/16833/24479 16380/16742/24332 +f 16380/16742/24332 16378/16833/24483 16372/16527/24009 +f 16372/16527/24009 16378/16833/24482 15935/16215/24010 +f 16245/16528/24011 16379/16834/24481 16380/16742/24332 +f 16371/16827/24472 16375/16828/24474 16381/16835/24484 +f 16375/16828/24474 16374/16829/24475 16382/16836/24485 +f 16382/16836/24485 16374/16829/24475 16373/16831/24477 +f 16382/16836/24485 16373/16831/24477 16387/16837/24486 +f 16245/16528/24011 16280/16530/24013 16379/16834/24481 +f 16379/16834/24481 16280/16530/24013 16383/16838/24487 +f 16379/16834/24481 16383/16838/24487 16373/16831/24477 +f 16373/16831/24477 16383/16838/24487 16387/16837/24486 +f 16375/16828/24474 16382/16836/24485 16381/16835/24484 +f 16382/16836/24485 16385/16839/24488 16381/16835/24484 +f 16386/16840/24489 16392/16841/24490 16385/16839/24491 +f 16386/16840/24492 16385/16839/24488 16382/16836/24485 +f 16388/16842/24493 16392/16841/24490 16386/16840/24489 +f 16387/16837/24494 16386/16840/24492 16382/16836/24485 +f 16384/16843/24495 16388/16842/24493 16386/16840/24496 +f 16389/16844/24497 16386/16840/24492 16387/16837/24494 +f 16384/16843/24495 16386/16840/24496 14376/14617/21642 +f 14376/14617/21642 16386/16840/24496 16389/16844/24498 +f 16389/16844/24497 16387/16837/24494 16390/16657/24208 +f 16390/16657/24208 16387/16837/24494 16383/16838/24487 +f 16391/16658/24212 14376/14617/21642 16389/16844/24498 +f 16391/16658/24210 16389/16844/24497 16390/16657/24208 +f 16280/16530/24013 16390/16657/24208 16383/16838/24487 +f 13919/14124/24473 16371/16827/24472 16381/16835/24484 +s 541 +f 16392/16841/24499 13919/14124/24500 16385/16839/24501 +f 13919/14124/24500 16381/16835/24502 16385/16839/24501 +s 39 +f 16393/16845/24503 16392/16841/24490 16388/16842/24493 +f 16393/16845/24503 16388/16842/24493 16394/16846/24504 +f 16394/16846/24504 16388/16842/24493 16384/16843/24495 +f 16394/16846/24504 16384/16843/24495 16395/14619/21644 +f 16395/14619/21644 16384/16843/24495 14376/14617/21642 +f 16399/14118/24505 16398/16847/24506 13915/14119/24507 +f 13915/14119/24507 16398/16847/24506 16396/16196/24508 +f 16396/16196/24508 16397/16526/24008 15937/16216/24007 +f 13913/14116/24006 16403/16848/24509 16399/14118/24505 +f 16403/16848/24509 13913/14116/24006 16244/16525/24005 +f 16403/16848/24509 16244/16525/24005 16402/16849/24510 +f 16403/16848/24509 16402/16849/24510 16404/16850/24511 +f 16398/16847/24506 16399/14118/24505 16403/16848/24509 +f 16398/16847/24506 16403/16848/24509 16405/16851/24512 +f 16405/16851/24512 16403/16848/24509 16404/16850/24511 +f 16406/16852/24513 16398/16847/24506 16405/16851/24512 +f 16396/16196/24508 16398/16847/24506 16406/16852/24514 +f 16407/16853/24515 16406/16852/24513 16405/16851/24512 +f 16401/16743/24333 16406/16852/24513 16407/16853/24515 +f 16397/16526/24008 16396/16196/24508 16406/16852/24514 +f 16397/16526/24008 16406/16852/24514 16408/16741/24331 +f 16408/16741/24331 16406/16852/24513 16401/16743/24333 +f 16400/16529/24012 16401/16743/24333 16407/16853/24515 +f 16407/16853/24515 16411/16854/24516 16409/16531/24014 +f 16407/16853/24515 16409/16531/24014 16400/16529/24012 +f 16405/16851/24512 16410/16855/24517 16411/16854/24516 +f 16405/16851/24512 16411/16854/24516 16407/16853/24515 +f 16410/16855/24517 16405/16851/24512 16404/16850/24511 +f 16404/16850/24511 16412/16856/24518 16410/16855/24517 +f 16404/16850/24511 16402/16849/24510 16412/16856/24518 +f 16402/16849/24510 16244/16525/24005 16413/16857/24519 +f 16412/16856/24518 16402/16849/24510 16413/16857/24519 +f 13912/14115/24520 16414/16858/24521 16413/16857/24519 +f 16414/16858/24521 16412/16856/24518 16413/16857/24519 +f 16410/16855/24517 16412/16856/24518 16415/16859/24522 +f 16415/16859/24522 16412/16856/24518 16414/16858/24521 +f 16416/16860/24523 16415/16859/24522 16414/16858/24521 +f 16411/16854/24516 16410/16855/24517 16415/16859/24524 +f 16417/16861/24525 16411/16854/24516 16415/16859/24524 +f 16417/16861/24526 16415/16859/24522 16416/16860/24523 +f 16409/16531/24014 16411/16854/24516 16419/16656/24207 +f 16419/16656/24207 16411/16854/24516 16417/16861/24525 +f 16417/16861/24526 16416/16860/24523 16420/16659/24213 +f 16420/16659/24213 16416/16860/24523 16418/16862/24527 +f 16419/16656/24209 16417/16861/24528 16420/16659/24211 +f 16281/14618/21643 16420/16659/24213 16418/16862/24527 +f 16423/16863/24529 17347/16864/24530 16418/16862/24527 +f 16418/16862/24527 17347/16864/24530 16421/14620/21645 +f 16418/16862/24527 16421/14620/21645 16281/14618/21643 +f 16416/16860/24523 16423/16863/24529 16418/16862/24527 +f 13912/14115/24520 16422/16865/24531 16414/16858/24521 +f 16414/16858/24521 16422/16865/24531 16423/16863/24529 +f 16414/16858/24521 16423/16863/24529 16416/16860/24523 +f 13912/14115/24520 16413/16857/24519 13911/14114/24004 +f 16244/16525/24005 13911/14114/24004 16413/16857/24519 +f 16426/14110/24532 16424/16866/24533 13908/14107/24534 +f 13908/14107/24534 16424/16866/24533 16425/16533/24017 +f 16425/16533/24017 13909/14111/24016 13908/14107/24534 +f 15940/16219/24023 16428/16536/24024 16427/16218/24535 +f 16430/16867/24536 16425/16533/24017 16424/16866/24533 +f 16431/16868/24537 16430/16867/24536 16424/16866/24533 +f 16431/16868/24537 16424/16866/24533 16426/14110/24532 +f 16426/14110/24532 16427/16218/24535 16431/16868/24537 +f 16432/16869/24538 16429/16870/24539 16430/16867/24536 +f 16432/16869/24538 16430/16867/24536 16431/16868/24537 +f 16247/16537/24025 16429/16870/24539 16432/16869/24538 +f 16432/16869/24540 16431/16868/24537 16427/16218/24535 +f 16247/16537/24025 16432/16869/24538 16433/16744/24337 +f 16433/16744/24335 16432/16869/24541 16428/16536/24334 +f 16428/16536/24024 16432/16869/24540 16427/16218/24535 +f 16438/16532/24015 16425/16533/24017 16434/16871/24542 +f 16434/16871/24542 16425/16533/24017 16430/16867/24536 +f 16434/16871/24542 16430/16867/24536 16429/16870/24539 +f 16434/16871/24542 16429/16870/24539 16441/16872/24543 +f 16247/16537/24025 16282/16539/24027 16435/16873/24544 +f 16247/16537/24025 16435/16873/24544 16429/16870/24539 +f 16429/16870/24539 16435/16873/24544 16441/16872/24543 +f 16439/16874/24545 16438/16532/24015 16434/16871/24542 +f 16440/16875/24546 16437/16876/24547 16439/16874/24545 +f 16440/16875/24546 16439/16874/24545 16434/16871/24542 +f 16442/16877/24548 16437/16876/24547 16440/16875/24546 +f 16441/16872/24543 16440/16875/24546 16434/16871/24542 +f 16436/16878/24549 16442/16877/24548 16440/16875/24546 +f 16443/16879/24550 16440/16875/24546 16441/16872/24543 +f 16436/16878/24549 16440/16875/24546 14455/14746/21805 +f 14455/14746/21805 16440/16875/24546 16443/16879/24551 +f 16443/16879/24550 16441/16872/24543 16444/16661/24215 +f 16444/16661/24215 16441/16872/24543 16435/16873/24544 +f 16445/16662/24217 14455/14746/21805 16443/16879/24551 +f 16445/16662/24216 16443/16879/24550 16444/16661/24215 +f 16282/16539/24027 16444/16661/24215 16435/16873/24544 +f 13909/14111/24552 16438/16532/24015 16446/16880/24553 +f 16446/16880/24553 16438/16532/24015 16439/16874/24545 +f 16447/16881/24554 16446/16880/24553 16437/16876/24547 +f 16446/16880/24553 16439/16874/24545 16437/16876/24547 +f 16447/16881/24554 16437/16876/24547 16442/16877/24548 +f 16447/16881/24554 16442/16877/24548 16448/16882/24555 +f 16448/16882/24555 16442/16877/24548 16436/16878/24549 +f 16448/16882/24555 16436/16878/24549 16449/14623/21650 +f 16449/14623/21650 16436/16878/24549 14455/14746/21805 +f 16453/14105/24556 16452/16883/24557 13905/14106/24558 +f 16452/16883/24557 16450/16884/24559 13905/14106/24558 +f 13905/14106/24558 16450/16884/24559 15939/16221/24021 +f 15939/16221/24021 16450/16884/24559 16451/16535/24022 +f 13903/14103/24020 16456/16885/24560 16453/14105/24556 +f 16456/16885/24560 13903/14103/24020 16246/16534/24019 +f 16456/16885/24560 16246/16534/24019 16455/16886/24561 +f 16456/16885/24560 16455/16886/24561 16457/16887/24562 +f 16452/16883/24557 16453/14105/24556 16456/16885/24560 +f 16452/16883/24557 16456/16885/24560 16458/16888/24563 +f 16458/16888/24563 16456/16885/24560 16457/16887/24562 +f 16459/16889/24564 16452/16883/24557 16458/16888/24563 +f 16450/16884/24559 16452/16883/24557 16459/16889/24565 +f 16460/16890/24566 16459/16889/24564 16458/16888/24563 +f 16461/16745/24336 16450/16884/24559 16459/16889/24565 +f 16461/16745/24338 16459/16889/24564 16460/16890/24566 +f 16451/16535/24022 16450/16884/24559 16461/16745/24336 +f 16461/16745/24338 16460/16890/24566 16454/16538/24026 +f 16460/16890/24566 16464/16891/24567 16454/16538/24026 +f 16454/16538/24026 16464/16891/24567 16462/16540/24028 +f 16458/16888/24563 16463/16892/24568 16460/16890/24566 +f 16460/16890/24566 16463/16892/24568 16464/16891/24567 +f 16463/16892/24568 16458/16888/24563 16457/16887/24562 +f 16457/16887/24562 16465/16893/24569 16463/16892/24568 +f 16457/16887/24562 16455/16886/24561 16465/16893/24569 +f 16455/16886/24561 16246/16534/24019 16466/16894/24570 +f 16465/16893/24569 16455/16886/24561 16466/16894/24570 +f 13902/14102/24571 16467/16895/24572 16466/16894/24570 +f 16467/16895/24572 16465/16893/24569 16466/16894/24570 +f 16463/16892/24568 16465/16893/24569 16468/16896/24573 +f 16468/16896/24574 16465/16893/24569 16467/16895/24572 +f 16469/16897/24575 16468/16896/24574 16467/16895/24572 +f 16464/16891/24567 16463/16892/24568 16470/16898/24576 +f 16470/16898/24576 16463/16892/24568 16468/16896/24573 +f 16470/16898/24577 16468/16896/24574 16469/16897/24575 +f 16462/16540/24028 16464/16891/24567 16470/16898/24576 +f 16470/16898/24577 16469/16897/24575 16472/16663/24219 +f 16472/16663/24219 16469/16897/24575 16471/16899/24578 +f 16473/16660/24214 16462/16540/24028 16470/16898/24576 +f 16473/16660/24218 16470/16898/24577 16472/16663/24219 +f 16283/14747/21806 16472/16663/24219 16471/16899/24578 +f 16476/16900/24579 17358/16901/24580 16471/16899/24578 +f 16471/16899/24578 17358/16901/24580 16474/14748/21807 +f 16471/16899/24578 16474/14748/21807 16283/14747/21806 +f 16469/16897/24575 16476/16900/24579 16471/16899/24578 +f 13902/14102/24571 16475/16902/24581 16467/16895/24572 +f 16467/16895/24572 16475/16902/24581 16476/16900/24579 +f 16467/16895/24572 16476/16900/24579 16469/16897/24575 +f 13902/14102/24571 16466/16894/24570 13901/14101/24018 +f 16246/16534/24019 13901/14101/24018 16466/16894/24570 +f 16477/14097/24582 16478/16903/24583 13898/14094/24584 +f 13898/14094/24584 16478/16903/24583 16479/16904/24585 +f 16479/16904/24585 13899/14098/24586 13898/14094/24584 +f 15944/16226/24033 16480/16542/24032 15942/16223/24587 +f 16482/16905/24588 16479/16904/24585 16478/16903/24583 +f 16483/16906/24589 16482/16905/24588 16478/16903/24583 +f 16481/16907/24590 16482/16905/24588 16483/16906/24591 +f 16477/14097/24582 15942/16223/24587 16484/16908/24592 +f 16484/16908/24592 16483/16906/24589 16478/16903/24583 +f 16484/16908/24592 16478/16903/24583 16477/14097/24582 +f 16485/16909/24593 16481/16907/24590 16483/16906/24589 +f 16485/16909/24593 16483/16906/24589 16484/16908/24592 +f 16486/16910/24594 16481/16907/24590 16485/16909/24593 +f 16485/16909/24593 16484/16908/24592 16480/16542/24032 +f 16480/16542/24032 16484/16908/24592 15942/16223/24587 +f 16486/16910/24594 16485/16909/24593 16487/16748/24341 +f 16487/16748/24341 16485/16909/24593 16488/16746/24339 +f 16488/16746/24339 16485/16909/24593 16480/16542/24032 +f 16249/16544/24036 16486/16910/24594 16487/16748/24341 +f 16479/16904/24585 16482/16905/24588 16489/16911/24595 +f 16490/16912/24596 16482/16905/24588 16481/16907/24590 +f 16490/16912/24596 16481/16907/24590 16496/16913/24597 +f 16249/16544/24036 16491/16546/24038 16486/16910/24594 +f 16486/16910/24594 16491/16546/24038 16492/16914/24598 +f 16486/16910/24594 16492/16914/24598 16481/16907/24590 +f 16481/16907/24590 16492/16914/24598 16496/16913/24597 +f 16482/16905/24588 16490/16912/24596 16489/16911/24595 +f 16490/16912/24596 16495/16915/24599 16489/16911/24595 +f 16494/16916/24600 16495/16915/24599 16490/16912/24596 +f 16496/16913/24601 16494/16916/24600 16490/16912/24596 +f 16493/16917/24602 16497/16918/24603 16494/16916/24604 +f 16493/16917/24602 16494/16916/24604 16498/16919/24605 +f 16498/16919/24606 16494/16916/24600 16496/16913/24601 +f 16499/16665/24221 16498/16919/24607 16496/16913/24608 +f 16499/16665/24221 16496/16913/24608 16492/16914/24598 +f 16500/16667/24223 16493/16917/24602 16498/16919/24605 +f 16499/16665/24221 16492/16914/24598 16491/16546/24038 +f 14454/14743/21802 16493/16917/24602 16500/16667/24223 +f 16500/16667/24223 16498/16919/24609 16499/16665/24221 +f 13899/14098/24586 16479/16904/24585 16489/16911/24595 +f 16501/16920/24610 13899/14098/24611 16495/16915/24612 +f 13899/14098/24611 16489/16911/24613 16495/16915/24612 +f 16502/16921/24614 16501/16920/24610 16494/16916/24615 +f 16501/16920/24610 16495/16915/24612 16494/16916/24615 +f 16502/16921/24614 16494/16916/24615 16497/16918/24616 +f 16502/16921/24614 16497/16918/24616 16503/16922/24617 +f 16503/16922/24617 16497/16918/24616 16493/16917/24602 +f 16503/16922/24617 16493/16917/24602 16504/14744/21803 +f 16504/14744/21803 16493/16917/24602 14454/14743/21802 +f 16508/14092/24618 16507/16923/24619 13895/14093/24620 +f 16507/16923/24619 16505/16228/24621 13895/14093/24620 +f 16505/16228/24621 16506/16543/24035 15947/16225/24034 +f 16508/14092/24618 13893/14090/24622 16248/16541/24030 +f 16508/14092/24618 16248/16541/24030 16511/16924/24623 +f 16507/16923/24619 16508/14092/24618 16511/16924/24623 +f 16507/16923/24619 16511/16924/24623 16512/16925/24624 +f 16513/16926/24625 16507/16923/24619 16512/16925/24624 +f 16505/16228/24621 16507/16923/24619 16513/16926/24626 +f 16514/16927/24627 16513/16926/24625 16512/16925/24624 +f 16510/16749/24342 16513/16926/24625 16514/16927/24627 +f 16506/16543/24035 16505/16228/24621 16513/16926/24626 +f 16506/16543/24035 16513/16926/24626 16515/16747/24340 +f 16515/16747/24340 16513/16926/24625 16510/16749/24342 +f 16509/16545/24037 16510/16749/24342 16514/16927/24627 +f 16514/16927/24627 16518/16928/24628 16516/16547/24039 +f 16514/16927/24627 16516/16547/24039 16509/16545/24037 +f 16512/16925/24624 16517/16929/24629 16518/16928/24628 +f 16512/16925/24624 16518/16928/24628 16514/16927/24627 +f 16517/16929/24629 16512/16925/24624 16511/16924/24623 +f 16511/16924/24623 16519/16930/24630 16517/16929/24629 +f 16519/16930/24630 16511/16924/24623 16520/16931/24631 +f 16511/16924/24623 16248/16541/24030 16520/16931/24631 +f 16519/16930/24630 16520/16931/24631 16521/16932/24632 +f 13892/14089/24633 16522/16933/24634 16521/16932/24632 +f 16522/16933/24634 16519/16930/24635 16521/16932/24632 +f 16523/16934/24636 16517/16929/24629 16519/16930/24630 +f 16523/16934/24637 16519/16930/24635 16522/16933/24634 +f 16524/16935/24638 16523/16934/24637 16522/16933/24634 +f 16518/16928/24628 16517/16929/24629 16523/16934/24636 +f 16525/16936/24639 16518/16928/24628 16523/16934/24636 +f 16525/16936/24640 16523/16934/24637 16524/16935/24638 +f 16516/16547/24039 16518/16928/24628 16527/16664/24220 +f 16527/16664/24220 16518/16928/24628 16525/16936/24639 +f 16525/16936/24640 16524/16935/24638 16528/16668/24224 +f 16528/16668/24224 16524/16935/24638 16526/16937/24641 +f 16529/16666/24222 16527/16664/24220 16525/16936/24639 +f 16529/16666/24222 16525/16936/24640 16528/16668/24224 +f 16528/16668/24224 16526/16937/24641 14452/14740/21797 +f 16532/16938/24642 17368/16939/24643 16526/16937/24641 +f 16526/16937/24641 17368/16939/24643 16530/14741/21798 +f 16526/16937/24641 16530/14741/21798 14452/14740/21797 +f 16524/16935/24638 16532/16938/24642 16526/16937/24641 +f 13892/14089/24633 16531/16940/24644 16522/16933/24634 +f 16522/16933/24634 16531/16940/24644 16532/16938/24642 +f 16522/16933/24634 16532/16938/24642 16524/16935/24638 +f 13892/14089/24633 16521/16932/24632 16520/16931/24631 +f 13892/14089/24633 16520/16931/24631 13891/14088/24029 +f 16248/16541/24030 13891/14088/24029 16520/16931/24631 +f 16533/14083/24645 16534/16941/24646 13886/14081/24647 +f 16538/16942/24648 13889/14085/24649 13886/14081/24647 +f 15951/16229/24045 16535/16550/24044 15948/16230/24650 +f 16539/16943/24651 16538/16942/24648 13886/14081/24647 +f 16539/16943/24651 13886/14081/24647 16534/16941/24646 +f 16537/16944/24652 16539/16943/24651 16534/16941/24646 +f 16533/14083/24645 15949/16231/24653 16540/16945/24654 +f 16540/16945/24654 16537/16944/24652 16534/16941/24646 +f 16540/16945/24654 16534/16941/24646 16533/14083/24645 +f 16541/16946/24655 16536/16947/24656 16537/16944/24652 +f 16541/16946/24655 16537/16944/24652 16540/16945/24654 +f 16542/16948/24657 16536/16947/24656 16541/16946/24655 +f 16541/16946/24658 16540/16945/24654 15948/16230/24650 +f 15948/16230/24650 16540/16945/24654 15949/16231/24653 +f 16535/16550/24044 16541/16946/24658 15948/16230/24650 +f 16251/16551/24347 16542/16948/24657 16541/16946/24655 +f 16251/16551/24347 16541/16946/24655 16308/16750/24345 +f 16308/16750/24343 16541/16946/24658 16535/16550/24044 +f 16538/16942/24648 16539/16943/24651 16543/16949/24659 +f 16543/16949/24659 16539/16943/24651 16537/16944/24652 +f 16543/16949/24659 16537/16944/24652 16536/16947/24656 +f 16543/16949/24659 16536/16947/24656 16550/16950/24660 +f 16251/16551/24047 16544/16553/24049 16542/16948/24657 +f 16542/16948/24657 16544/16553/24049 16545/16951/24661 +f 16542/16948/24657 16545/16951/24661 16536/16947/24656 +f 16536/16947/24656 16545/16951/24661 16550/16950/24660 +f 16549/16952/24662 16548/16953/24663 16543/16949/24659 +f 16548/16953/24663 16538/16942/24648 16543/16949/24659 +f 16547/16954/24664 16549/16952/24662 16543/16949/24659 +f 16550/16950/24665 16547/16954/24664 16543/16949/24659 +s 494 +f 16546/16955/24666 16551/16956/24667 16547/16954/24668 +f 16546/16955/24666 16547/16954/24668 16552/16957/24669 +s 39 +f 16552/16957/24670 16547/16954/24664 16550/16950/24665 +s 495 +f 16553/16671/24231 16552/16957/24671 16550/16950/24672 +f 16553/16671/24231 16550/16950/24672 16545/16951/24673 +s 494 +f 16554/16669/24227 16546/16955/24666 16552/16957/24669 +s 495 +f 16554/16669/24230 16552/16957/24671 16553/16671/24231 +s 39 +f 16553/16671/24234 16545/16951/24661 16544/16553/24049 +s 494 +f 14371/14609/24226 16546/16955/24666 16554/16669/24227 +s 39 +f 13889/14085/24649 16538/16942/24648 16548/16953/24663 +f 13889/14085/24649 16548/16953/24663 16555/16958/24674 +f 16555/16958/24674 16548/16953/24663 16549/16952/24675 +f 16556/16959/24676 16555/16958/24674 16547/16954/24677 +f 16555/16958/24674 16549/16952/24675 16547/16954/24677 +f 16556/16959/24676 16547/16954/24677 16551/16956/24678 +f 16556/16959/24676 16551/16956/24678 16557/16960/24679 +f 16557/16960/24679 16551/16956/24678 16546/16955/24680 +f 16557/16960/24679 16546/16955/24680 14370/14608/21633 +f 14370/14608/21633 16546/16955/24680 14371/14609/21634 +f 16560/14080/24681 16558/16961/24682 15952/16233/24046 +f 16558/16961/24682 16559/16549/24043 15952/16233/24046 +f 16565/16962/24683 16561/14079/24684 13884/14077/24042 +f 16565/16962/24683 13884/14077/24042 16250/16548/24041 +f 16565/16962/24683 16250/16548/24041 16564/16963/24685 +f 16565/16962/24686 16564/16963/24687 16566/16964/24688 +f 16560/14080/24689 16561/14079/24684 16565/16962/24683 +f 16567/16965/24690 16565/16962/24686 16566/16964/24688 +f 16568/16966/24691 16560/14080/24689 16565/16962/24683 +f 16568/16966/24692 16565/16962/24686 16567/16965/24690 +f 16558/16961/24693 16560/14080/24689 16568/16966/24691 +f 16569/16967/24694 16568/16966/24692 16567/16965/24690 +f 16570/16751/24344 16558/16961/24682 16568/16966/24695 +f 16570/16751/24696 16568/16966/24692 16563/16752/24349 +f 16563/16752/24349 16568/16966/24692 16569/16967/24694 +f 16559/16549/24043 16558/16961/24682 16570/16751/24344 +f 16562/16552/24048 16563/16752/24349 16569/16967/24694 +f 16569/16967/24694 16573/16968/24697 16571/16554/24050 +f 16569/16967/24694 16571/16554/24050 16562/16552/24048 +f 16567/16965/24690 16572/16969/24698 16573/16968/24697 +f 16567/16965/24690 16573/16968/24697 16569/16967/24694 +f 16572/16969/24698 16567/16965/24690 16566/16964/24688 +f 16566/16964/24688 16574/16970/24699 16572/16969/24698 +f 16566/16964/24688 16564/16963/24687 16574/16970/24699 +f 16564/16963/24687 16250/16548/24041 16575/16971/24700 +f 16574/16970/24699 16564/16963/24687 16575/16971/24700 +f 13883/14076/24701 16576/16972/24702 16575/16971/24700 +f 16576/16972/24702 16574/16970/24699 16575/16971/24700 +f 16572/16969/24698 16574/16970/24699 16577/16973/24703 +f 16577/16973/24703 16574/16970/24699 16576/16972/24702 +f 16578/16974/24704 16577/16973/24703 16576/16972/24702 +f 16573/16968/24697 16572/16969/24698 16577/16973/24705 +f 16573/16968/24697 16577/16973/24705 16579/16975/24706 +f 16579/16975/24707 16577/16973/24703 16578/16974/24704 +s 494 +f 16580/16976/24708 16579/16975/24709 16578/16974/24710 +s 39 +f 16571/16554/24050 16573/16968/24697 16581/16672/24233 +f 16581/16672/24233 16573/16968/24697 16579/16975/24706 +f 16581/16672/24233 16579/16975/24706 16582/16977/24711 +s 494 +f 16582/16977/24712 16579/16975/24709 16580/16976/24708 +f 16583/14610/24225 16582/16977/24712 16580/16976/24708 +s 495 +f 16581/16672/24232 16582/16977/24713 16284/16670/24229 +s 494 +f 16284/16670/24228 16582/16977/24712 16583/14610/24225 +s 39 +f 16586/16978/24714 17377/16979/24715 16580/16976/24716 +f 16580/16976/24716 17377/16979/24715 16584/14736/21793 +f 16580/16976/24716 16584/14736/21793 16583/14610/21635 +f 16578/16974/24717 16586/16978/24714 16580/16976/24716 +f 13883/14076/24701 16585/16980/24718 16576/16972/24702 +f 16576/16972/24702 16585/16980/24718 16586/16978/24714 +f 16576/16972/24702 16586/16978/24714 16578/16974/24717 +f 13883/14076/24701 16575/16971/24700 13882/14075/24040 +f 16250/16548/24041 13882/14075/24040 16575/16971/24700 +f 16587/16981/24719 13878/14070/24720 16589/14069/24721 +f 13878/14070/24720 16587/16981/24719 16588/16982/24722 +f 16588/16982/24722 13880/14072/24723 13878/14070/24720 +f 15956/16237/24052 16590/16555/24051 15953/16236/24724 +f 16593/16983/24725 16588/16982/24722 16587/16981/24719 +f 16592/16984/24726 16593/16983/24725 16587/16981/24719 +f 16587/16981/24719 16589/14069/24721 16594/16985/24727 +f 16594/16985/24727 16592/16984/24726 16587/16981/24719 +f 16589/14069/24721 15953/16236/24724 16594/16985/24727 +f 16595/16986/24728 16591/16987/24729 16592/16984/24726 +f 16595/16986/24728 16592/16984/24726 16594/16985/24727 +f 16596/16988/24730 16591/16987/24729 16595/16986/24728 +f 16595/16986/24731 16594/16985/24727 15953/16236/24724 +f 16590/16555/24051 16595/16986/24731 15953/16236/24724 +f 16252/16557/24055 16596/16988/24730 16595/16986/24728 +f 16252/16557/24055 16595/16986/24728 16309/16754/24352 +f 16309/16754/24351 16595/16986/24731 16590/16555/24051 +f 16588/16982/24722 16593/16983/24725 16597/16989/24732 +f 16593/16983/24725 16592/16984/24726 16598/16990/24733 +f 16598/16990/24733 16592/16984/24726 16591/16987/24729 +f 16598/16990/24733 16591/16987/24729 16604/16991/24734 +f 16252/16557/24055 16287/16559/24057 16596/16988/24730 +f 16596/16988/24730 16287/16559/24057 16599/16992/24735 +f 16596/16988/24730 16599/16992/24735 16591/16987/24729 +f 16591/16987/24729 16599/16992/24735 16604/16991/24734 +f 16593/16983/24725 16598/16990/24733 16597/16989/24732 +f 16598/16990/24733 16602/16993/24736 16597/16989/24732 +f 16603/16994/24737 16601/16995/24738 16602/16993/24736 +f 16603/16994/24737 16602/16993/24736 16598/16990/24733 +f 16605/16996/24739 16601/16995/24740 16603/16994/24741 +f 16604/16991/24734 16603/16994/24737 16598/16990/24733 +f 16600/16997/24742 16605/16996/24739 16603/16994/24741 +f 16606/16998/24743 16603/16994/24737 16604/16991/24734 +f 16600/16997/24742 16603/16994/24741 16607/16673/24235 +f 16607/16673/24235 16603/16994/24741 16606/16998/24744 +f 16606/16998/24743 16604/16991/24734 16608/16677/24239 +f 16608/16677/24239 16604/16991/24734 16599/16992/24735 +f 14451/14738/21795 16600/16997/24742 16607/16673/24235 +f 16609/16675/24237 16607/16673/24235 16606/16998/24744 +f 16609/16675/24237 16606/16998/24744 16608/16677/24239 +f 16287/16559/24057 16608/16677/24239 16599/16992/24735 +f 13880/14072/24723 16588/16982/24722 16597/16989/24732 +f 13880/14072/24723 16597/16989/24732 16610/16999/24745 +f 16610/16999/24745 16597/16989/24732 16602/16993/24746 +f 16611/17000/24747 16610/16999/24745 16601/16995/24740 +f 16610/16999/24745 16602/16993/24746 16601/16995/24740 +f 16611/17000/24747 16601/16995/24740 16605/16996/24739 +f 16611/17000/24747 16605/16996/24739 16612/17001/24748 +f 16612/17001/24748 16605/16996/24739 16600/16997/24742 +f 16612/17001/24748 16600/16997/24742 16613/14739/21796 +f 16613/14739/21796 16600/16997/24742 14451/14738/21795 +f 16616/14068/24749 16614/17002/24750 15958/16240/24751 +f 16614/17002/24750 16615/16556/24053 15958/16240/24751 +f 15958/16240/24751 16615/16556/24053 15957/16239/24054 +f 16621/17003/24752 16617/14066/24753 13874/14065/24754 +f 16621/17003/24752 13874/14065/24754 16620/17004/24755 +f 16621/17003/24752 16620/17004/24755 16622/17005/24756 +f 16616/14068/24749 16617/14066/24753 16621/17003/24752 +f 16623/17006/24757 16621/17003/24752 16622/17005/24756 +f 16624/17007/24758 16616/14068/24749 16621/17003/24752 +f 16624/17007/24758 16621/17003/24752 16623/17006/24757 +f 16614/17002/24750 16616/14068/24749 16624/17007/24758 +f 16625/17008/24759 16624/17007/24758 16623/17006/24757 +f 16619/16755/24354 16624/17007/24758 16625/17008/24759 +f 16615/16556/24053 16614/17002/24750 16624/17007/24760 +f 16615/16556/24053 16624/17007/24760 16626/16753/24350 +f 16626/16753/24353 16624/17007/24758 16619/16755/24354 +f 16618/16558/24056 16619/16755/24354 16625/17008/24759 +f 16625/17008/24759 16629/17009/24761 16627/16560/24058 +f 16625/17008/24759 16627/16560/24058 16618/16558/24056 +f 16623/17006/24757 16628/17010/24762 16629/17009/24761 +f 16623/17006/24757 16629/17009/24761 16625/17008/24759 +f 16628/17010/24762 16623/17006/24757 16622/17005/24756 +f 16622/17005/24756 16630/17011/24763 16628/17010/24762 +f 16622/17005/24756 16620/17004/24755 16630/17011/24763 +f 16620/17004/24755 13874/14065/24754 16631/17012/24764 +f 16630/17011/24763 16620/17004/24755 16631/17012/24764 +f 13877/14064/24765 16632/17013/24766 16631/17012/24764 +f 16632/17013/24766 16630/17011/24763 16631/17012/24764 +f 16628/17010/24762 16630/17011/24763 16633/17014/24767 +f 16633/17014/24767 16630/17011/24763 16632/17013/24766 +f 16634/17015/24768 16633/17014/24767 16632/17013/24766 +f 16629/17009/24761 16628/17010/24762 16633/17014/24769 +f 16629/17009/24761 16633/17014/24769 16635/17016/24770 +f 16635/17016/24771 16633/17014/24767 16634/17015/24768 +f 16636/17017/24772 16635/17016/24773 16634/17015/24774 +f 16627/16560/24058 16629/17009/24761 16637/16678/24240 +f 16637/16678/24240 16629/17009/24761 16635/17016/24770 +f 16637/16678/24240 16635/17016/24770 16638/17018/24775 +f 16638/17018/24776 16635/17016/24773 16636/17017/24772 +f 16639/16674/24236 16638/17018/24776 16636/17017/24772 +f 16637/16678/24240 16638/17018/24777 16286/16676/24238 +f 16286/16676/24238 16638/17018/24776 16639/16674/24236 +f 16285/14734/21790 16639/16674/24236 16636/17017/24772 +f 16642/17019/24778 16640/14732/21788 16636/17017/24772 +f 16636/17017/24772 16640/14732/21788 16285/14734/21790 +f 16634/17015/24779 16642/17019/24778 16636/17017/24772 +f 13877/14064/24765 16641/17020/24780 16632/17013/24766 +f 16632/17013/24766 16641/17020/24780 16642/17019/24778 +f 16632/17013/24766 16642/17019/24778 16634/17015/24779 +f 13877/14064/24765 16631/17012/24764 13876/14063/24781 +f 13874/14065/24754 13876/14063/24781 16631/17012/24764 +s 580 +f 15959/14056/24782 16643/17021/24783 16644/17022/24784 +f 15959/14056/24782 16644/17022/24784 13871/14057/24785 +s 39 +f 13871/14057/24786 16644/17022/24787 16645/14059/24061 +f 16649/17023/24788 16645/14059/24061 16644/17022/24787 +f 16648/17024/24789 16649/17023/24788 16644/17022/24787 +f 16650/17025/24790 16648/17024/24789 16644/17022/24787 +f 16647/17026/24791 16648/17024/24789 16650/17025/24790 +s 580 +f 16650/17025/24792 16644/17022/24784 16643/17021/24783 +s 39 +f 16651/17027/24793 16647/17026/24791 16650/17025/24790 +f 16651/17027/24793 16650/17025/24790 16643/17021/24794 +f 16253/16564/24066 16647/17026/24791 16651/17027/24793 +f 16651/17027/24795 16643/17021/24796 15960/16241/24065 +f 15960/16241/24065 16643/17021/24796 15959/14056/24797 +f 16253/16564/24066 16651/17027/24793 16652/16757/24357 +f 16652/16757/24356 16651/17027/24795 16646/16563/24064 +f 16646/16563/24064 16651/17027/24795 15960/16241/24065 +f 16658/16561/24059 16645/14059/24061 16649/17023/24788 +f 16658/16561/24059 16649/17023/24788 16653/17028/24798 +f 16649/17023/24788 16648/17024/24789 16654/17029/24799 +f 16654/17029/24799 16648/17024/24789 16647/17026/24791 +f 16654/17029/24799 16647/17026/24791 16660/17030/24800 +f 16253/16564/24066 16288/16566/24068 16655/17031/24801 +f 16253/16564/24066 16655/17031/24801 16647/17026/24791 +f 16647/17026/24791 16655/17031/24801 16660/17030/24800 +f 16649/17023/24788 16654/17029/24799 16653/17028/24798 +f 16654/17029/24802 16659/17032/24803 16653/17028/24798 +f 16657/17033/24804 16659/17032/24803 16654/17029/24802 +f 16653/17028/24798 16659/17032/24803 16658/16561/24059 +f 16660/17030/24800 16657/17033/24804 16654/17029/24802 +f 16656/17034/24805 16661/17035/24806 16657/17033/24807 +f 16656/17034/24805 16657/17033/24807 16662/17036/24808 +f 16662/17036/24809 16657/17033/24804 16660/17030/24800 +f 16662/17036/24809 16660/17030/24800 16663/16680/24242 +f 16663/16680/24242 16660/17030/24800 16655/17031/24801 +f 16664/16682/24245 16656/17034/24805 16662/17036/24808 +f 16664/16682/24244 16662/17036/24809 16663/16680/24242 +f 14446/14727/21783 16656/17034/24805 16664/16682/24245 +f 16288/16566/24068 16663/16680/24242 16655/17031/24801 +f 16665/17037/24810 13872/14060/24060 16659/17032/24803 +f 13872/14060/24060 16658/16561/24059 16659/17032/24803 +f 16666/17038/24811 16665/17037/24810 16657/17033/24812 +f 16665/17037/24810 16659/17032/24803 16657/17033/24812 +f 16666/17038/24811 16657/17033/24812 16661/17035/24813 +f 16666/17038/24811 16661/17035/24813 16667/17039/24814 +f 16667/17039/24814 16661/17035/24813 16656/17034/24815 +f 14446/14727/21783 16668/14735/21791 16656/17034/24815 +f 16656/17034/24815 16668/14735/21791 16667/17039/24814 +f 13868/14054/24816 16671/17040/24817 15963/16243/24818 +f 16671/17040/24817 16669/17041/24819 15963/16243/24818 +f 16669/17041/24819 16670/16562/24063 15963/16243/24818 +f 15963/16243/24818 16670/16562/24063 15961/16244/24062 +f 13868/14054/24816 16672/14053/24820 16671/17040/24817 +f 16675/17042/24821 16672/14053/24820 13867/14052/24822 +f 13867/14052/24822 16674/17043/24823 16675/17042/24821 +f 16671/17040/24817 16672/14053/24820 16675/17042/24821 +f 16671/17040/24817 16675/17042/24821 16676/17044/24824 +f 16677/17045/24825 16671/17040/24817 16676/17044/24824 +f 16669/17041/24819 16671/17040/24817 16677/17045/24826 +f 16673/16565/24067 16677/17045/24827 16676/17044/24824 +f 16670/16562/24063 16669/17041/24819 16677/17045/24826 +f 16670/16562/24063 16677/17045/24826 16678/16756/24355 +f 16678/16756/24358 16677/17045/24827 16673/16565/24067 +f 16676/17044/24824 16681/17046/24828 16673/16565/24067 +f 16673/16565/24067 16681/17046/24828 16679/16567/24069 +f 16676/17044/24824 16680/17047/24829 16681/17046/24828 +f 16680/17047/24829 16676/17044/24824 16675/17042/24821 +f 16675/17042/24821 16682/17048/24830 16680/17047/24829 +f 16682/17048/24830 16675/17042/24821 16674/17043/24831 +f 16674/17043/24831 13867/14052/24832 16683/17049/24833 +f 16682/17048/24830 16674/17043/24831 16683/17049/24833 +f 13865/14050/24834 16684/17050/24835 16683/17049/24833 +f 16684/17050/24835 16682/17048/24830 16683/17049/24833 +f 16680/17047/24829 16682/17048/24830 16685/17051/24836 +f 16685/17051/24836 16682/17048/24830 16684/17050/24835 +f 16686/17052/24837 16685/17051/24836 16684/17050/24835 +f 16681/17046/24828 16680/17047/24829 16685/17051/24838 +f 16687/17053/24839 16681/17046/24828 16685/17051/24838 +f 16687/17053/24840 16685/17051/24836 16686/17052/24837 +f 16679/16567/24069 16681/17046/24828 16689/16679/24241 +f 16689/16679/24241 16681/17046/24828 16687/17053/24839 +f 16687/17053/24840 16686/17052/24837 16690/16683/24247 +f 16690/16683/24247 16686/17052/24837 16688/17054/24841 +f 16691/16681/24243 16689/16679/24241 16687/17053/24839 +f 16691/16681/24246 16687/17053/24840 16690/16683/24247 +f 16289/14728/21784 16690/16683/24247 16688/17054/24841 +f 16694/17055/24842 16692/17056/24843 16688/17054/24841 +f 16688/17054/24841 16692/17056/24843 16693/14729/21785 +f 16688/17054/24841 16693/14729/21785 16289/14728/21784 +f 16686/17052/24837 16694/17055/24842 16688/17054/24841 +f 13865/14050/24834 17396/17057/24844 16684/17050/24835 +f 16684/17050/24835 17396/17057/24844 16694/17055/24842 +f 16684/17050/24835 16694/17055/24842 16686/17052/24837 +f 13865/14050/24834 16683/17049/24833 13866/14051/24845 +f 13867/14052/24832 13866/14051/24845 16683/17049/24833 +f 16695/14044/24846 16696/17058/24847 13862/14046/24848 +f 15966/16247/24075 16698/16570/24076 15965/16245/24849 +f 16701/17059/24850 13862/14046/24848 16696/17058/24847 +f 16700/17060/24851 16701/17059/24850 16696/17058/24847 +f 16695/14044/24846 16697/16195/24852 16702/17061/24853 +f 16702/17061/24853 16700/17060/24851 16696/17058/24847 +f 16702/17061/24853 16696/17058/24847 16695/14044/24846 +f 16703/17062/24854 16699/17063/24855 16700/17060/24851 +f 16703/17062/24854 16700/17060/24851 16702/17061/24853 +f 16255/16571/24077 16699/17063/24855 16703/17062/24854 +f 16703/17062/24856 16702/17061/24853 15965/16245/24849 +f 15965/16245/24849 16702/17061/24853 16697/16195/24852 +f 16255/16571/24077 16703/17062/24854 16704/16758/24362 +f 16704/16758/24360 16703/17062/24857 16698/16570/24359 +f 16698/16570/24076 16703/17062/24856 15965/16245/24849 +f 16710/17064/24858 13862/14046/24848 16701/17059/24850 +f 16710/17064/24858 16701/17059/24850 16705/17065/24859 +f 16701/17059/24850 16700/17060/24851 16706/17066/24860 +f 16706/17066/24860 16700/17060/24851 16699/17063/24855 +f 16706/17066/24860 16699/17063/24855 16713/17067/24861 +f 16255/16571/24077 16290/16573/24079 16707/17068/24862 +f 16255/16571/24077 16707/17068/24862 16699/17063/24855 +f 16699/17063/24855 16707/17068/24862 16713/17067/24861 +f 16701/17059/24850 16706/17066/24860 16705/17065/24859 +f 16706/17066/24863 16711/17069/24864 16705/17065/24859 +f 16712/17070/24865 16709/17071/24866 16711/17069/24864 +f 16712/17070/24865 16711/17069/24864 16706/17066/24863 +f 16705/17065/24859 16711/17069/24864 16710/17064/24858 +f 16714/17072/24867 16709/17071/24868 16712/17070/24869 +f 16713/17067/24870 16712/17070/24865 16706/17066/24863 +f 16708/17073/24871 16714/17072/24867 16712/17070/24869 +f 16715/17074/24872 16712/17070/24865 16713/17067/24870 +f 16708/17073/24871 16712/17070/24869 14445/14724/21780 +f 14445/14724/21780 16712/17070/24869 16715/17074/24873 +f 16715/17074/24872 16713/17067/24870 16716/16685/24249 +f 16716/16685/24249 16713/17067/24870 16707/17068/24862 +f 16717/16686/24253 14445/14724/21780 16715/17074/24873 +f 16717/16686/24251 16715/17074/24872 16716/16685/24249 +f 16290/16573/24079 16716/16685/24249 16707/17068/24862 +f 13864/14048/24874 13862/14046/24848 16710/17064/24858 +f 13864/14048/24874 16710/17064/24858 16718/17075/24875 +f 16718/17075/24875 16710/17064/24858 16711/17069/24864 +f 16719/17076/24876 16718/17075/24875 16709/17071/24868 +f 16718/17075/24875 16711/17069/24864 16709/17071/24868 +f 16719/17076/24876 16709/17071/24868 16714/17072/24867 +f 16719/17076/24876 16714/17072/24867 16720/17077/24877 +f 16721/17078/24878 16720/17077/24877 16708/17073/24871 +f 16720/17077/24877 16714/17072/24867 16708/17073/24871 +f 16721/17078/24878 16708/17073/24871 14444/14726/21782 +f 14444/14726/21782 16708/17073/24871 14445/14724/21780 +f 16725/14041/24879 16724/17079/24880 13859/14042/24881 +f 13859/14042/24881 16724/17079/24880 16722/17080/24882 +f 13859/14042/24881 16722/17080/24882 15967/16246/24073 +f 16722/17080/24882 16723/16569/24074 15967/16246/24073 +f 16728/17081/24883 16725/14041/24879 13857/14039/24072 +f 13857/14039/24072 16254/16568/24071 16728/17081/24883 +f 16254/16568/24071 16727/17082/24884 16728/17081/24883 +f 16724/17079/24880 16725/14041/24879 16728/17081/24883 +f 16724/17079/24880 16728/17081/24883 16729/17083/24885 +f 16730/17084/24886 16724/17079/24880 16729/17083/24885 +f 16722/17080/24882 16724/17079/24880 16730/17084/24887 +f 16731/17085/24888 16730/17084/24886 16729/17083/24885 +f 16732/16759/24361 16722/17080/24882 16730/17084/24887 +f 16732/16759/24363 16730/17084/24886 16731/17085/24888 +f 16723/16569/24074 16722/17080/24882 16732/16759/24361 +f 16732/16759/24363 16731/17085/24888 16726/16572/24078 +f 16731/17085/24888 16735/17086/24889 16733/16574/24080 +f 16731/17085/24888 16733/16574/24080 16726/16572/24078 +f 16729/17083/24885 16734/17087/24890 16735/17086/24889 +f 16729/17083/24885 16735/17086/24889 16731/17085/24888 +f 16734/17087/24890 16729/17083/24885 16728/17081/24883 +f 16728/17081/24883 16736/17088/24891 16734/17087/24890 +f 16736/17088/24891 16728/17081/24883 16727/17082/24884 +f 16727/17082/24884 16254/16568/24071 13855/14037/24070 +f 16737/17089/24892 16727/17082/24884 13855/14037/24070 +f 16736/17088/24891 16727/17082/24884 16737/17089/24892 +f 13856/14038/24893 16738/17090/24894 16737/17089/24892 +f 16738/17090/24894 16736/17088/24891 16737/17089/24892 +f 16739/17091/24895 16734/17087/24890 16736/17088/24891 +f 16739/17091/24896 16736/17088/24891 16738/17090/24894 +f 16740/17092/24897 16739/17091/24896 16738/17090/24894 +f 16735/17086/24889 16734/17087/24890 16739/17091/24895 +f 16741/17093/24898 16735/17086/24889 16739/17091/24895 +f 16741/17093/24899 16739/17091/24896 16740/17092/24897 +f 16733/16574/24080 16735/17086/24889 16743/16684/24248 +f 16743/16684/24248 16735/17086/24889 16741/17093/24898 +f 16741/17093/24899 16740/17092/24897 16744/16687/24254 +f 16744/16687/24254 16740/17092/24897 16742/17094/24900 +f 16743/16684/24250 16741/17093/24901 16744/16687/24252 +f 16291/14725/21781 16744/16687/24254 16742/17094/24900 +f 16746/17095/24902 16745/17096/24903 16742/17094/24900 +f 16742/17094/24900 16745/17096/24903 14443/14723/21779 +f 16742/17094/24900 14443/14723/21779 16291/14725/21781 +f 16740/17092/24897 16746/17095/24902 16742/17094/24900 +f 13856/14038/24893 17406/17097/24904 16738/17090/24894 +f 16738/17090/24894 17406/17097/24904 16746/17095/24902 +f 16738/17090/24894 16746/17095/24902 16740/17092/24897 +f 13856/14038/24893 16737/17089/24892 13855/14037/24070 +f 16747/14033/24905 16748/17098/24906 13852/14030/24907 +f 13852/14030/24907 16748/17098/24906 16749/17099/24908 +f 16749/17099/24908 13853/14034/24909 13852/14030/24907 +f 15972/16252/24088 16751/16577/24087 15970/16253/24910 +f 16755/17100/24911 16754/17101/24912 16749/17099/24908 +f 16755/17100/24911 16749/17099/24908 16748/17098/24906 +f 16753/17102/24913 16755/17100/24911 16748/17098/24906 +f 16747/14033/24905 16750/16250/24914 16756/17103/24915 +f 16756/17103/24915 16753/17102/24913 16748/17098/24906 +f 16756/17103/24915 16748/17098/24906 16747/14033/24905 +f 16757/17104/24916 16752/17105/24917 16753/17102/24913 +f 16757/17104/24916 16753/17102/24913 16756/17103/24915 +f 16758/17106/24918 16752/17105/24917 16757/17104/24916 +f 16757/17104/24919 16756/17103/24915 15970/16253/24910 +f 15970/16253/24910 16756/17103/24915 16750/16250/24914 +f 16758/17106/24918 16757/17104/24916 16759/16761/24365 +f 16759/16761/24365 16757/17104/24916 16751/16577/24087 +f 16751/16577/24087 16757/17104/24919 15970/16253/24910 +f 16257/16578/24089 16758/17106/24918 16759/16761/24365 +f 16754/17101/24912 16755/17100/24911 16753/17102/24913 +f 16754/17101/24912 16753/17102/24913 16760/17107/24920 +f 16760/17107/24920 16753/17102/24913 16752/17105/24917 +f 16760/17107/24920 16752/17105/24917 16767/17108/24921 +f 16257/16578/24089 16761/16580/24091 16758/17106/24918 +f 16758/17106/24918 16761/16580/24091 16762/17109/24922 +f 16758/17106/24918 16762/17109/24922 16752/17105/24917 +f 16752/17105/24917 16762/17109/24922 16767/17108/24921 +f 16765/17110/24923 16749/17099/24908 16754/17101/24912 +f 16766/17111/24924 16765/17110/24923 16754/17101/24912 +f 16766/17111/24924 16754/17101/24912 16760/17107/24920 +f 16764/17112/24925 16766/17111/24924 16760/17107/24920 +f 16767/17108/24926 16764/17112/24925 16760/17107/24920 +f 16763/17113/24927 16768/17114/24928 16764/17112/24929 +f 16763/17113/24927 16764/17112/24929 16769/17115/24930 +f 16769/17115/24931 16764/17112/24925 16767/17108/24926 +f 16770/16688/24255 16769/17115/24932 16767/17108/24933 +f 16770/16688/24255 16767/17108/24933 16762/17109/24934 +f 16771/16691/24259 16763/17113/24927 16769/17115/24930 +f 16771/16691/24258 16769/17115/24932 16770/16688/24255 +f 16770/16688/24255 16762/17109/24922 16761/16580/24091 +f 14441/14720/21776 16763/17113/24927 16771/16691/24259 +f 13853/14034/24909 16749/17099/24908 16765/17110/24923 +f 13853/14034/24909 16765/17110/24923 16772/17116/24935 +f 16772/17116/24935 16765/17110/24923 16766/17111/24936 +f 16773/17117/24937 16772/17116/24935 16764/17112/24938 +f 16772/17116/24935 16766/17111/24936 16764/17112/24938 +f 16773/17117/24937 16764/17112/24938 16768/17114/24939 +f 16773/17117/24937 16768/17114/24939 16774/17118/24940 +f 16775/17119/24941 16774/17118/24940 16763/17113/24942 +f 16774/17118/24940 16768/17114/24939 16763/17113/24942 +f 16775/17119/24941 16763/17113/24942 14442/14722/21778 +f 14442/14722/21778 16763/17113/24942 14441/14720/21776 +f 16779/14028/24943 16778/17120/24944 13849/14029/24945 +f 16778/17120/24944 16776/17121/24946 13849/14029/24945 +f 13849/14029/24945 16776/17121/24946 15975/16256/24084 +f 16776/17121/24946 16777/16576/24085 15975/16256/24084 +f 16779/14028/24943 13847/14026/24947 16256/16575/24948 +f 16779/14028/24943 16256/16575/24948 16782/17122/24949 +f 16778/17120/24944 16779/14028/24943 16782/17122/24949 +f 16778/17120/24944 16782/17122/24949 16783/17123/24950 +f 16784/17124/24951 16778/17120/24944 16783/17123/24950 +f 16776/17121/24946 16778/17120/24944 16784/17124/24952 +f 16785/17125/24953 16784/17124/24951 16783/17123/24950 +f 16786/16760/24364 16776/17121/24946 16784/17124/24952 +f 16786/16760/24954 16784/17124/24951 16781/16762/24367 +f 16781/16762/24367 16784/17124/24951 16785/17125/24953 +f 16777/16576/24085 16776/17121/24946 16786/16760/24364 +f 16780/16579/24090 16781/16762/24367 16785/17125/24953 +f 16785/17125/24953 16789/17126/24955 16787/16581/24092 +f 16785/17125/24953 16787/16581/24092 16780/16579/24090 +f 16783/17123/24950 16788/17127/24956 16789/17126/24955 +f 16783/17123/24950 16789/17126/24955 16785/17125/24953 +f 16788/17127/24956 16783/17123/24950 16782/17122/24949 +f 16782/17122/24949 16790/17128/24957 16788/17127/24956 +f 16782/17122/24949 16256/16575/24082 16790/17128/24957 +f 16790/17128/24957 16256/16575/24082 13845/14024/24081 +f 16791/17129/24958 16790/17128/24957 13845/14024/24081 +f 13846/14025/24959 16792/17130/24960 16791/17129/24958 +f 16788/17127/24956 16790/17128/24957 16793/17131/24961 +f 16793/17131/24961 16790/17128/24957 16791/17129/24958 +f 16793/17131/24961 16791/17129/24958 16792/17130/24960 +f 16794/17132/24962 16793/17131/24961 16792/17130/24960 +f 16789/17126/24955 16788/17127/24956 16793/17131/24963 +f 16795/17133/24964 16789/17126/24955 16793/17131/24963 +f 16795/17133/24965 16793/17131/24961 16794/17132/24962 +f 16787/16581/24092 16789/17126/24955 16797/16689/24256 +f 16797/16689/24256 16789/17126/24955 16795/17133/24964 +f 16795/17133/24965 16794/17132/24962 16798/16692/24261 +f 16798/16692/24261 16794/17132/24962 16796/17134/24966 +f 16799/16690/24257 16797/16689/24256 16795/17133/24964 +f 16799/16690/24260 16795/17133/24965 16798/16692/24261 +f 16292/14721/21777 16798/16692/24261 16796/17134/24966 +f 16803/17135/24967 16800/17136/24968 16796/17134/24966 +f 16796/17134/24966 16800/17136/24968 16801/14711/21766 +f 16796/17134/24966 16801/14711/21766 16292/14721/21777 +f 16794/17132/24962 16803/17135/24967 16796/17134/24966 +f 13846/14025/24959 16802/17137/24969 16792/17130/24960 +f 16792/17130/24960 16802/17137/24969 16803/17135/24967 +f 16792/17130/24960 16803/17135/24967 16794/17132/24962 +f 13846/14025/24959 16791/17129/24958 13845/14024/24081 +f 16804/14020/24970 16805/17138/24971 13842/14017/24972 +f 13842/14017/24972 16805/17138/24971 16806/17139/24973 +f 16806/17139/24973 13843/14021/24974 13842/14017/24972 +f 16807/16583/24096 15976/16308/24975 15978/16304/24097 +f 16811/17140/24976 16810/17141/24977 16806/17139/24973 +f 16811/17140/24976 16806/17139/24973 16805/17138/24971 +f 16809/17142/24978 16811/17140/24976 16805/17138/24971 +f 16804/14020/24970 15977/16258/24979 16812/17143/24980 +f 16812/17143/24980 16809/17142/24978 16805/17138/24971 +f 16812/17143/24980 16805/17138/24971 16804/14020/24970 +f 16813/17144/24981 16808/17145/24982 16809/17142/24978 +f 16813/17144/24981 16809/17142/24978 16812/17143/24980 +f 16259/16585/24100 16808/17145/24982 16813/17144/24981 +f 16813/17144/24983 16812/17143/24980 15976/16308/24975 +f 15976/16308/24975 16812/17143/24980 15977/16258/24979 +f 16807/16583/24096 16813/17144/24983 15976/16308/24975 +f 16310/16763/24370 16259/16585/24100 16813/17144/24981 +f 16310/16763/24368 16813/17144/24983 16807/16583/24096 +f 16810/17141/24977 16811/17140/24976 16809/17142/24978 +f 16810/17141/24977 16809/17142/24978 16814/17146/24984 +f 16814/17146/24984 16809/17142/24978 16808/17145/24982 +f 16814/17146/24984 16808/17145/24982 16821/17147/24985 +f 16259/16585/24100 16260/16587/24102 16815/17148/24986 +f 16259/16585/24100 16815/17148/24986 16808/17145/24982 +f 16808/17145/24982 16815/17148/24986 16821/17147/24985 +f 16818/17149/24987 16806/17139/24973 16810/17141/24977 +f 16819/17150/24988 16818/17149/24987 16810/17141/24977 +f 16819/17150/24988 16810/17141/24977 16814/17146/24984 +f 16820/17151/24989 16817/17152/24990 16819/17150/24988 +f 16820/17151/24989 16819/17150/24988 16814/17146/24984 +f 16822/17153/24991 16817/17152/24990 16820/17151/24989 +f 16821/17147/24992 16820/17151/24989 16814/17146/24984 +f 16816/17154/24993 16822/17153/24991 16820/17151/24989 +f 16823/17155/24994 16820/17151/24989 16821/17147/24992 +f 16816/17154/24993 16820/17151/24989 14438/14715/21770 +f 14438/14715/21770 16820/17151/24989 16823/17155/24995 +f 16823/17155/24994 16821/17147/24992 16824/16693/24262 +f 16824/16693/24262 16821/17147/24992 16815/17148/24996 +f 16825/16696/24266 14438/14715/21770 16823/17155/24995 +f 16825/16696/24265 16823/17155/24994 16824/16693/24262 +f 16824/16693/24262 16815/17148/24986 16260/16587/24102 +f 13843/14021/24974 16806/17139/24973 16818/17149/24987 +f 13843/14021/24974 16818/17149/24987 16826/17156/24997 +f 16826/17156/24997 16818/17149/24987 16819/17150/24988 +f 16827/17157/24998 16826/17156/24997 16817/17152/24990 +f 16826/17156/24997 16819/17150/24988 16817/17152/24990 +f 16827/17157/24998 16817/17152/24990 16822/17153/24991 +f 16827/17157/24998 16822/17153/24991 16828/17158/24999 +f 16828/17158/24999 16822/17153/24991 16816/17154/24993 +f 16828/17158/24999 16816/17154/24993 16829/14714/21769 +f 16829/14714/21769 16816/17154/24993 14438/14715/21770 +f 16833/14015/25000 16832/17159/25001 13839/14016/25002 +f 16832/17159/25001 16830/17160/25003 13839/14016/25002 +f 13839/14016/25002 16830/17160/25003 15979/16306/24099 +f 15979/16306/24099 16830/17160/25003 16831/16584/24098 +f 16836/17161/25004 16833/14015/25000 13837/14013/24095 +f 16836/17161/25004 13837/14013/24095 16258/16582/24094 +f 16836/17161/25004 16258/16582/24094 16835/17162/25005 +f 16836/17161/25004 16835/17162/25006 16837/17163/25007 +f 16832/17159/25001 16833/14015/25000 16836/17161/25004 +f 16838/17164/25008 16836/17161/25004 16837/17163/25007 +f 16839/17165/25009 16832/17159/25001 16836/17161/25004 +f 16839/17165/25009 16836/17161/25004 16838/17164/25008 +f 16830/17160/25003 16832/17159/25001 16839/17165/25009 +f 16840/17166/25010 16839/17165/25009 16838/17164/25008 +f 16841/16764/24369 16830/17160/25003 16839/17165/25009 +f 16841/16764/24371 16839/17165/25009 16840/17166/25010 +f 16831/16584/24098 16830/17160/25003 16841/16764/24369 +f 16841/16764/24371 16840/17166/25010 16834/16586/24101 +f 16840/17166/25010 16844/17167/25011 16842/16588/24103 +f 16840/17166/25010 16842/16588/24103 16834/16586/24101 +f 16838/17164/25008 16843/17168/25012 16844/17167/25011 +f 16838/17164/25008 16844/17167/25011 16840/17166/25010 +f 16843/17168/25012 16838/17164/25008 16837/17163/25007 +f 16837/17163/25007 16845/17169/25013 16843/17168/25012 +f 16837/17163/25007 16835/17162/25006 16845/17169/25013 +f 16835/17162/25006 16258/16582/24094 16846/17170/25014 +f 16845/17169/25013 16835/17162/25006 16846/17170/25014 +f 13836/14012/25015 16847/17171/25016 16846/17170/25014 +f 16847/17171/25016 16845/17169/25013 16846/17170/25014 +f 16843/17168/25012 16845/17169/25013 16848/17172/25017 +f 16848/17172/25017 16845/17169/25013 16847/17171/25016 +f 16849/17173/25018 16848/17172/25017 16847/17171/25016 +f 16844/17167/25011 16843/17168/25012 16848/17172/25019 +f 16850/17174/25020 16844/17167/25011 16848/17172/25019 +f 16850/17174/25021 16848/17172/25017 16849/17173/25018 +f 16842/16588/24103 16844/17167/25011 16852/16694/24263 +f 16852/16694/24263 16844/17167/25011 16850/17174/25020 +f 16850/17174/25021 16849/17173/25018 16853/16697/24268 +f 16853/16697/24268 16849/17173/25018 16851/17175/25022 +f 16854/16695/24264 16852/16694/24263 16850/17174/25020 +f 16854/16695/24267 16850/17174/25021 16853/16697/24268 +f 16293/14716/21771 16853/16697/24268 16851/17175/25022 +f 16857/17176/25023 16855/14717/21772 16851/17175/25022 +f 16851/17175/25022 16855/14717/21772 16293/14716/21771 +f 16849/17173/25018 16857/17176/25023 16851/17175/25022 +f 13836/14012/25015 16856/17177/25024 16847/17171/25016 +f 16847/17171/25016 16856/17177/25024 16857/17176/25023 +f 16847/17171/25016 16857/17176/25023 16849/17173/25018 +f 13836/14012/25015 16846/17170/25014 13835/14011/24093 +f 16258/16582/24094 13835/14011/24093 16846/17170/25014 +f 16858/14006/25025 16859/17178/25026 13830/14004/25027 +f 13830/14004/25027 16859/17178/25026 16860/17179/25028 +f 16860/17179/25028 13833/14008/25029 13830/14004/25027 +f 15981/16261/24108 16862/16590/24107 16861/16259/25030 +f 16866/17180/25031 16865/17181/25032 16860/17179/25028 +f 16866/17180/25031 16860/17179/25028 16859/17178/25026 +f 16864/17182/25033 16866/17180/25031 16859/17178/25026 +f 16858/14006/25025 16861/16259/25030 16867/17183/25034 +f 16867/17183/25034 16864/17182/25033 16859/17178/25026 +f 16867/17183/25034 16859/17178/25026 16858/14006/25025 +f 16868/17184/25035 16863/17185/25036 16864/17182/25033 +f 16868/17184/25035 16864/17182/25033 16867/17183/25034 +f 16869/17186/25037 16863/17185/25036 16868/17184/25035 +f 16868/17184/25038 16867/17183/25034 16862/16590/24107 +f 16862/16590/24107 16867/17183/25034 16861/16259/25030 +f 16262/16592/24111 16869/17186/25037 16868/17184/25035 +f 16262/16592/24111 16868/17184/25035 16311/16766/24374 +f 16311/16766/24373 16868/17184/25038 16862/16590/24107 +f 16865/17181/25032 16866/17180/25031 16864/17182/25033 +f 16865/17181/25032 16864/17182/25033 16870/17187/25039 +f 16870/17187/25039 16864/17182/25033 16863/17185/25036 +f 16870/17187/25039 16863/17185/25036 16877/17188/25040 +f 16262/16592/24111 16294/16594/24113 16869/17186/25037 +f 16869/17186/25037 16294/16594/24113 16871/17189/25041 +f 16869/17186/25037 16871/17189/25041 16863/17185/25036 +f 16863/17185/25036 16871/17189/25041 16877/17188/25040 +f 16874/17190/25042 16860/17179/25028 16865/17181/25032 +f 16875/17191/25043 16874/17190/25042 16865/17181/25032 +f 16875/17191/25043 16865/17181/25032 16870/17187/25039 +f 16876/17192/25044 16873/17193/25045 16875/17191/25043 +f 16876/17192/25044 16875/17191/25043 16870/17187/25039 +f 16878/17194/25046 16873/17193/25045 16876/17192/25044 +f 16877/17188/25040 16876/17192/25044 16870/17187/25039 +f 16872/17195/25047 16878/17194/25046 16876/17192/25044 +f 16879/17196/25048 16876/17192/25044 16877/17188/25040 +f 16872/17195/25047 16876/17192/25044 14434/14707/21762 +f 14434/14707/21762 16876/17192/25044 16879/17196/25049 +f 16879/17196/25048 16877/17188/25040 16880/16699/24270 +f 16880/16699/24270 16877/17188/25040 16871/17189/25041 +f 16881/16701/24272 14434/14707/21762 16879/17196/25049 +f 16881/16701/24272 16879/17196/25050 16880/16699/24270 +f 16294/16594/24113 16880/16699/24270 16871/17189/25041 +f 13833/14008/25029 16860/17179/25028 16874/17190/25042 +f 13833/14008/25029 16874/17190/25042 16882/17197/25051 +f 16882/17197/25051 16874/17190/25042 16875/17191/25043 +f 16883/17198/25052 16882/17197/25051 16873/17193/25045 +f 16882/17197/25051 16875/17191/25043 16873/17193/25045 +f 16883/17198/25052 16873/17193/25045 16878/17194/25046 +f 16883/17198/25052 16878/17194/25046 16884/17199/25053 +f 16884/17199/25053 16878/17194/25046 16872/17195/25047 +f 16884/17199/25053 16872/17195/25047 14436/14706/21761 +f 14436/14706/21761 16872/17195/25047 14434/14707/21762 +f 16885/16263/25054 16886/16591/24109 15982/16187/24110 +f 13828/14000/24106 16892/17200/25055 16888/14002/25056 +f 16892/17200/25055 13828/14000/24106 16261/16589/24105 +f 16892/17200/25055 16261/16589/24105 16891/17201/25057 +f 16892/17200/25055 16891/17201/25057 16893/17202/25058 +f 16887/14003/25059 16888/14002/25056 16894/17203/25060 +f 16894/17203/25060 16888/14002/25056 16892/17200/25055 +f 16894/17203/25060 16892/17200/25055 16893/17202/25058 +f 16895/17204/25061 16894/17203/25060 16893/17202/25058 +f 16896/17205/25062 16887/14003/25059 16894/17203/25060 +f 16896/17205/25063 16894/17203/25060 16895/17204/25061 +f 16885/16263/25054 16887/14003/25059 16896/17205/25062 +f 16897/17206/25064 16896/17205/25063 16895/17204/25061 +f 16890/16767/24376 16896/17205/25063 16897/17206/25064 +f 16886/16591/24109 16885/16263/25054 16896/17205/25062 +f 16886/16591/24109 16896/17205/25062 16898/16765/24372 +f 16898/16765/24375 16896/17205/25063 16890/16767/24376 +f 16889/16593/24112 16890/16767/24376 16897/17206/25064 +f 16897/17206/25064 16901/17207/25065 16899/16595/24114 +f 16897/17206/25064 16899/16595/24114 16889/16593/24112 +f 16895/17204/25061 16900/17208/25066 16901/17207/25065 +f 16895/17204/25061 16901/17207/25065 16897/17206/25064 +f 16900/17208/25066 16895/17204/25061 16893/17202/25058 +f 16893/17202/25058 16902/17209/25067 16900/17208/25066 +f 16893/17202/25058 16891/17201/25057 16902/17209/25067 +s off +f 16891/17201/25068 16261/16589/25069 13826/13998/25070 +s 39 +f 16903/17210/25071 16891/17201/25057 13826/13998/25072 +f 16902/17209/25067 16891/17201/25057 16903/17210/25071 +f 13827/13999/25073 16904/17211/25074 16903/17210/25071 +f 16900/17208/25066 16902/17209/25067 16905/17212/25075 +f 16905/17212/25075 16902/17209/25067 16903/17210/25071 +f 16905/17212/25075 16903/17210/25071 16904/17211/25074 +f 16906/17213/25076 16905/17212/25075 16904/17211/25074 +f 16901/17207/25065 16900/17208/25066 16905/17212/25077 +f 16907/17214/25078 16901/17207/25065 16905/17212/25077 +f 16907/17214/25079 16905/17212/25075 16906/17213/25076 +f 16899/16595/24114 16901/17207/25065 16909/16698/24269 +f 16909/16698/24269 16901/17207/25065 16907/17214/25078 +f 16907/17214/25079 16906/17213/25076 16910/16702/24273 +f 16910/16702/24273 16906/17213/25076 16908/17215/25080 +f 16911/16700/24271 16909/16698/24269 16907/17214/25078 +f 16911/16700/24271 16907/17214/25079 16910/16702/24273 +f 16295/14708/21763 16910/16702/24273 16908/17215/25080 +f 16914/17216/25081 16912/17217/25082 16908/17215/25080 +f 16908/17215/25080 16912/17217/25082 14433/14705/21760 +f 16908/17215/25080 14433/14705/21760 16295/14708/21763 +f 16906/17213/25076 16914/17216/25081 16908/17215/25080 +f 13827/13999/25073 16913/17218/25083 16904/17211/25074 +f 16904/17211/25074 16913/17218/25083 16914/17216/25081 +f 16904/17211/25074 16914/17216/25081 16906/17213/25076 +f 13827/13999/25073 16903/17210/25071 13826/13998/25072 +f 13822/13992/25084 15983/13994/25085 16915/17219/25086 +f 13822/13992/25084 16915/17219/25086 16916/17220/25087 +f 16916/17220/25087 13824/13995/25088 13822/13992/25084 +f 16917/16265/25089 16922/17221/25090 15983/13994/25085 +f 15983/13994/25085 16922/17221/25090 16915/17219/25086 +f 15987/16267/24116 16918/16596/24115 16917/16265/25089 +f 16920/17222/25091 16916/17220/25087 16915/17219/25086 +f 16921/17223/25092 16920/17222/25091 16915/17219/25086 +f 16919/17224/25093 16920/17222/25091 16921/17223/25094 +f 16922/17221/25090 16921/17223/25092 16915/17219/25086 +f 16923/17225/25095 16919/17224/25093 16921/17223/25096 +f 16923/17225/25095 16921/17223/25096 16922/17221/25097 +f 16263/16598/24119 16919/17224/25093 16923/17225/25095 +f 16923/17225/25098 16922/17221/25090 16917/16265/25089 +f 16263/16598/24119 16923/17225/25095 16924/16769/24379 +f 16924/16769/24378 16923/17225/25098 16918/16596/24115 +f 16918/16596/24115 16923/17225/25098 16917/16265/25089 +f 16916/17220/25087 16920/17222/25091 16925/17226/25099 +f 16926/17227/25100 16920/17222/25091 16919/17224/25093 +f 16926/17227/25100 16919/17224/25093 16932/17228/25101 +f 16263/16598/24119 16296/16600/24121 16927/17229/25102 +f 16263/16598/24119 16927/17229/25102 16919/17224/25093 +f 16919/17224/25093 16927/17229/25102 16932/17228/25101 +f 16920/17222/25091 16926/17227/25100 16925/17226/25099 +f 16926/17227/25100 16930/17230/25103 16925/17226/25099 +f 16931/17231/25104 16929/17232/25105 16930/17230/25103 +f 16931/17231/25104 16930/17230/25103 16926/17227/25100 +f 16933/17233/25106 16929/17232/25107 16931/17231/25108 +f 16932/17228/25101 16931/17231/25104 16926/17227/25100 +f 16928/17234/25109 16933/17233/25106 16931/17231/25108 +f 16934/17235/25110 16931/17231/25104 16932/17228/25101 +f 16928/17234/25109 16931/17231/25108 14430/14700/21753 +f 14430/14700/21753 16931/17231/25108 16934/17235/25111 +f 16934/17235/25110 16932/17228/25101 16935/16704/24275 +f 16935/16704/24275 16932/17228/25101 16927/17229/25102 +f 16936/16706/24277 14430/14700/21753 16934/17235/25111 +f 16936/16706/24277 16934/17235/25112 16935/16704/24275 +f 16296/16600/24121 16935/16704/24275 16927/17229/25102 +f 13824/13995/25088 16916/17220/25087 16925/17226/25099 +f 13824/13995/25088 16925/17226/25099 16937/17236/25113 +f 16937/17236/25113 16925/17226/25099 16930/17230/25114 +f 16938/17237/25115 16937/17236/25113 16929/17232/25107 +f 16937/17236/25113 16930/17230/25114 16929/17232/25107 +f 16938/17237/25115 16929/17232/25107 16933/17233/25106 +f 16938/17237/25115 16933/17233/25106 16939/17238/25116 +f 16940/17239/25117 16939/17238/25116 16928/17234/25109 +f 16939/17238/25116 16933/17233/25106 16928/17234/25109 +f 16940/17239/25117 16928/17234/25109 14431/14702/21755 +f 14431/14702/21755 16928/17234/25109 14430/14700/21753 +f 16943/13991/25118 16941/17240/25119 15990/16270/25120 +f 15990/16270/25120 16941/17240/25119 15989/16268/24118 +f 16941/17240/25119 16942/16597/24117 15989/16268/24118 +f 16947/17241/25121 16944/13989/25122 13821/13988/25123 +f 16947/17241/25121 13821/13988/25123 16946/17242/25124 +f 16947/17241/25121 16946/17242/25124 16948/17243/25125 +f 16943/13991/25118 16944/13989/25122 16947/17241/25121 +f 16950/17244/25126 16943/13991/25118 16947/17241/25121 +f 16950/17244/25127 16947/17241/25121 16949/17245/25128 +f 16949/17245/25128 16947/17241/25121 16948/17243/25125 +f 16941/17240/25119 16943/13991/25118 16950/17244/25126 +f 16945/16599/24120 16950/17244/25127 16949/17245/25128 +f 16942/16597/24117 16941/17240/25119 16950/17244/25129 +f 16942/16597/24117 16950/17244/25129 16951/16768/24377 +f 16951/16768/24380 16950/17244/25127 16945/16599/24120 +f 16949/17245/25128 16954/17246/25130 16945/16599/24120 +f 16945/16599/24120 16954/17246/25130 16952/16601/24122 +f 16948/17243/25125 16953/17247/25131 16949/17245/25128 +f 16949/17245/25128 16953/17247/25131 16954/17246/25130 +f 16948/17243/25125 16955/17248/25132 16953/17247/25131 +f 16948/17243/25125 16946/17242/25124 16955/17248/25132 +f 16946/17242/25124 13821/13988/25123 16956/17249/25133 +f 16955/17248/25132 16946/17242/25124 16956/17249/25133 +f 13820/13986/25134 16957/17250/25135 16956/17249/25133 +f 16957/17250/25135 16955/17248/25132 16956/17249/25133 +f 16953/17247/25131 16955/17248/25132 16958/17251/25136 +f 16958/17251/25136 16955/17248/25132 16957/17250/25135 +f 16959/17252/25137 16958/17251/25136 16957/17250/25135 +f 16954/17246/25130 16953/17247/25131 16958/17251/25138 +f 16960/17253/25139 16954/17246/25130 16958/17251/25138 +f 16960/17253/25140 16958/17251/25136 16959/17252/25137 +f 16952/16601/24122 16954/17246/25130 16962/16703/24274 +f 16962/16703/24274 16954/17246/25130 16960/17253/25139 +f 16960/17253/25140 16959/17252/25137 16963/16707/24278 +f 16963/16707/24278 16959/17252/25137 16961/17254/25141 +f 16964/16705/24276 16962/16703/24274 16960/17253/25139 +f 16964/16705/24276 16960/17253/25140 16963/16707/24278 +f 16297/14701/21754 16963/16707/24278 16961/17254/25141 +f 16967/17255/25142 17446/17256/25143 16961/17254/25141 +f 16961/17254/25141 17446/17256/25143 16965/14703/21756 +f 16961/17254/25141 16965/14703/21756 16297/14701/21754 +f 16959/17252/25137 16967/17255/25142 16961/17254/25141 +f 13820/13986/25134 16966/17257/25144 16957/17250/25135 +f 16957/17250/25135 16966/17257/25144 16967/17255/25142 +f 16957/17250/25135 16967/17255/25142 16959/17252/25137 +f 13820/13986/25134 16956/17249/25133 13819/13987/25145 +f 13821/13988/25123 13819/13987/25145 16956/17249/25133 +f 15991/16273/25146 16974/17258/25147 13815/13982/25148 +f 13815/13982/25148 16974/17258/25147 16968/17259/25149 +f 13815/13982/25148 16968/17259/25149 13814/13980/25150 +f 13814/13980/25150 16968/17259/25149 16969/17260/25151 +f 16969/17260/25151 13818/13984/25152 13814/13980/25150 +f 16973/17261/25153 16969/17260/25151 16968/17259/25149 +f 16972/17262/25154 16973/17261/25153 16968/17259/25149 +f 16972/17262/25155 16968/17259/25149 16974/17258/25147 +f 16975/17263/25156 16971/17264/25157 16972/17262/25154 +f 16975/17263/25156 16972/17262/25154 16974/17258/25158 +f 16265/16605/24130 16971/17264/25157 16975/17263/25156 +f 16975/17263/25159 16974/17258/25147 15992/16272/24127 +f 15992/16272/24127 16974/17258/25147 15991/16273/25146 +f 16265/16605/24130 16975/17263/25156 16976/16771/24383 +f 16976/16771/24382 16975/17263/25159 16970/16603/24126 +f 16970/16603/24126 16975/17263/25159 15992/16272/24127 +f 16969/17260/25151 16973/17261/25153 16977/17265/25160 +f 16973/17261/25153 16972/17262/25154 16978/17266/25161 +f 16978/17266/25161 16972/17262/25154 16971/17264/25157 +f 16978/17266/25161 16971/17264/25157 16983/17267/25162 +f 16265/16605/24130 16298/16607/24132 16979/17268/25163 +f 16265/16605/24130 16979/17268/25163 16971/17264/25157 +f 16971/17264/25157 16979/17268/25163 16983/17267/25162 +f 16973/17261/25153 16978/17266/25161 16977/17265/25160 +f 16978/17266/25161 16981/17269/25164 16977/17265/25160 +f 16982/17270/25165 16988/17271/25166 16981/17269/25167 +f 16982/17270/25168 16981/17269/25164 16978/17266/25161 +f 16984/17272/25169 16988/17271/25166 16982/17270/25165 +f 16983/17267/25170 16982/17270/25168 16978/17266/25161 +f 16980/17273/25171 16984/17272/25169 16982/17270/25172 +f 16985/17274/25173 16982/17270/25168 16983/17267/25170 +f 16980/17273/25171 16982/17270/25172 14372/14612/21637 +f 14372/14612/21637 16982/17270/25172 16985/17274/25174 +f 16985/17274/25173 16983/17267/25170 16986/16709/24280 +f 16986/16709/24280 16983/17267/25170 16979/17268/25163 +f 16987/16710/24284 14372/14612/21637 16985/17274/25174 +f 16987/16710/24282 16985/17274/25173 16986/16709/24280 +f 16298/16607/24132 16986/16709/24280 16979/17268/25163 +f 13818/13984/25152 16969/17260/25151 16977/17265/25160 +s 633 +f 16988/17271/25175 13818/13984/25176 16981/17269/25177 +f 13818/13984/25176 16977/17265/25178 16981/17269/25177 +s 39 +f 16989/17275/25179 16988/17271/25166 16984/17272/25169 +f 16989/17275/25179 16984/17272/25169 16990/17276/25180 +f 16990/17276/25180 16984/17272/25169 16980/17273/25171 +f 16990/17276/25180 16980/17273/25171 16991/14611/21636 +f 16991/14611/21636 16980/17273/25171 14372/14612/21637 +f 13812/13979/25181 16994/17277/25182 15995/16275/25183 +f 16994/17277/25182 16992/17278/25184 15995/16275/25183 +f 16992/17278/25184 16993/16604/24129 15995/16275/25183 +f 15995/16275/25183 16993/16604/24129 15994/16271/24128 +f 13812/13979/25181 16995/13978/25185 16994/17277/25182 +f 16998/17279/25186 16995/13978/25185 13810/13977/25187 +f 13810/13977/25187 16264/16602/24124 16997/17280/25188 +f 16997/17280/25188 16999/17281/25189 16998/17279/25186 +f 16997/17280/25188 16998/17279/25186 13810/13977/25187 +f 16994/17277/25182 16995/13978/25185 16998/17279/25186 +f 16994/17277/25182 16998/17279/25186 17000/17282/25190 +f 17000/17282/25190 16998/17279/25186 16999/17281/25191 +f 17001/17283/25192 16994/17277/25182 17000/17282/25190 +f 16992/17278/25184 16994/17277/25182 17001/17283/25193 +f 17002/17284/25194 17001/17283/25192 17000/17282/25190 +f 16993/16604/24129 16992/17278/25184 17001/17283/25193 +f 16993/16604/24129 17001/17283/25193 17003/16770/24381 +f 17003/16770/24381 17001/17283/25193 17002/17284/25195 +f 17003/16770/24381 17002/17284/25195 16996/16606/24131 +f 17002/17284/25194 17006/17285/25196 17004/16608/24133 +f 17002/17284/25194 17004/16608/24133 16996/16606/24131 +f 17000/17282/25190 17005/17286/25197 17006/17285/25196 +f 17000/17282/25190 17006/17285/25196 17002/17284/25194 +f 17005/17286/25197 17000/17282/25190 16999/17281/25189 +f 16999/17281/25189 17007/17287/25198 17005/17286/25197 +f 17007/17287/25198 16999/17281/25189 16997/17280/25188 +f 17008/17288/25199 16997/17280/25188 16264/16602/24124 +f 17007/17287/25198 16997/17280/25188 17008/17288/25199 +f 13808/13975/25200 17009/17289/25201 17008/17288/25199 +f 17009/17289/25201 17007/17287/25198 17008/17288/25199 +f 17005/17286/25197 17007/17287/25198 17010/17290/25202 +f 17010/17290/25202 17007/17287/25198 17009/17289/25201 +f 17011/17291/25203 17010/17290/25202 17009/17289/25201 +f 17006/17285/25196 17005/17286/25197 17010/17290/25204 +f 17012/17292/25205 17006/17285/25196 17010/17290/25204 +f 17012/17292/25206 17010/17290/25202 17011/17291/25203 +f 17004/16608/24133 17006/17285/25196 17014/16708/24279 +f 17014/16708/24279 17006/17285/25196 17012/17292/25205 +f 17012/17292/25206 17011/17291/25203 17015/16711/24285 +f 17015/16711/24285 17011/17291/25203 17013/17293/25207 +f 17014/16708/24281 17012/17292/25208 17015/16711/24283 +f 16299/14613/21638 17015/16711/24285 17013/17293/25207 +f 17018/17294/25209 17456/17295/25210 17013/17293/25207 +f 17013/17293/25207 17456/17295/25210 17016/14694/21746 +f 17013/17293/25207 17016/14694/21746 16299/14613/21638 +f 17011/17291/25203 17018/17294/25209 17013/17293/25207 +f 13808/13975/25200 17017/17296/25211 17009/17289/25201 +f 17009/17289/25201 17017/17296/25211 17018/17294/25209 +f 17009/17289/25201 17018/17294/25209 17011/17291/25203 +f 13808/13975/25200 17008/17288/25199 16264/16602/24124 +f 13808/13975/25200 16264/16602/24124 13809/13976/24123 +f 17019/13969/25212 17020/17297/25213 13805/13971/25214 +f 15998/16280/24139 17022/16611/24140 15996/16278/25215 +f 17026/17298/25216 17025/17299/25217 13805/13971/25214 +f 17026/17298/25216 13805/13971/25214 17020/17297/25213 +f 17024/17300/25218 17026/17298/25216 17020/17297/25213 +f 17019/13969/25212 17021/16276/25219 17027/17301/25220 +f 17027/17301/25220 17024/17300/25218 17020/17297/25213 +f 17027/17301/25220 17020/17297/25213 17019/13969/25212 +f 17028/17302/25221 17023/17303/25222 17024/17300/25218 +f 17028/17302/25221 17024/17300/25218 17027/17301/25220 +f 17029/17304/25223 17023/17303/25222 17028/17302/25221 +f 17028/17302/25224 17027/17301/25220 15996/16278/25215 +f 15996/16278/25215 17027/17301/25220 17021/16276/25219 +f 17022/16611/24140 17028/17302/25224 15996/16278/25215 +f 16267/16612/24388 17029/17304/25223 17028/17302/25221 +f 16267/16612/24388 17028/17302/25221 16312/16772/24386 +f 16312/16772/24384 17028/17302/25224 17022/16611/24140 +f 17025/17299/25217 17026/17298/25216 17024/17300/25218 +f 17025/17299/25217 17024/17300/25218 17030/17305/25225 +f 17030/17305/25225 17024/17300/25218 17023/17303/25222 +f 17030/17305/25225 17023/17303/25222 17037/17306/25226 +f 16267/16612/24141 17031/16614/24143 17029/17304/25223 +f 17029/17304/25223 17031/16614/24143 17032/17307/25227 +f 17029/17304/25223 17032/17307/25227 17023/17303/25222 +f 17023/17303/25222 17032/17307/25227 17037/17306/25226 +f 17035/17308/25228 13805/13971/25214 17025/17299/25217 +f 17036/17309/25229 17035/17308/25228 17025/17299/25217 +f 17036/17309/25229 17025/17299/25217 17030/17305/25225 +f 17034/17310/25230 17036/17309/25229 17030/17305/25225 +f 17037/17306/25231 17034/17310/25230 17030/17305/25225 +f 17033/17311/25232 17038/17312/25233 17034/17310/25234 +f 17033/17311/25232 17034/17310/25234 17039/17313/25235 +f 17039/17313/25236 17034/17310/25230 17037/17306/25231 +f 17040/16712/24286 17039/17313/25237 17037/17306/25238 +f 17040/16712/24286 17037/17306/25238 17032/17307/25239 +f 17040/16712/24286 17032/17307/25227 17031/16614/24143 +f 14427/14695/21747 17033/17311/25232 17039/17313/25235 +f 14427/14695/21747 17039/17313/25235 16300/16714/24290 +f 16300/16714/24288 17039/17313/25237 17040/16712/24286 +f 13807/13973/25240 13805/13971/25214 17035/17308/25228 +f 13807/13973/25240 17035/17308/25228 17041/17314/25241 +f 17041/17314/25241 17035/17308/25228 17036/17309/25242 +f 17042/17315/25243 17041/17314/25241 17034/17310/25244 +f 17041/17314/25241 17036/17309/25242 17034/17310/25244 +f 17042/17315/25243 17034/17310/25244 17038/17312/25245 +f 17042/17315/25243 17038/17312/25245 17043/17316/25246 +f 17043/17316/25246 17038/17312/25245 17033/17311/25232 +f 17043/17316/25246 17033/17311/25232 17044/14696/21748 +f 17044/14696/21748 17033/17311/25232 14427/14695/21747 +f 17048/13966/25247 17047/17317/25248 13803/13967/25249 +f 17047/17317/25248 17045/17318/25250 13803/13967/25249 +f 13803/13967/25249 17045/17318/25250 16000/16279/24137 +f 17045/17318/25250 17046/16610/24138 16000/16279/24137 +f 13802/13965/24136 17052/17319/25251 17048/13966/25247 +f 17052/17319/25251 13802/13965/24136 16266/16609/24135 +f 17052/17319/25251 16266/16609/24135 17051/17320/25252 +f 17052/17319/25251 17051/17320/25252 17053/17321/25253 +f 17047/17317/25248 17048/13966/25247 17052/17319/25251 +f 17047/17317/25248 17052/17319/25251 17054/17322/25254 +f 17054/17322/25254 17052/17319/25251 17053/17321/25253 +f 17055/17323/25255 17047/17317/25248 17054/17322/25254 +f 17045/17318/25250 17047/17317/25248 17055/17323/25256 +f 17056/17324/25257 17055/17323/25255 17054/17322/25254 +f 17057/16773/24385 17045/17318/25250 17055/17323/25256 +f 17057/16773/25258 17055/17323/25255 17050/16774/24390 +f 17050/16774/24390 17055/17323/25255 17056/17324/25257 +f 17046/16610/24138 17045/17318/25250 17057/16773/24385 +f 17049/16613/24142 17050/16774/24390 17056/17324/25257 +f 17056/17324/25257 17060/17325/25259 17058/16615/24144 +f 17056/17324/25257 17058/16615/24144 17049/16613/24142 +f 17054/17322/25254 17059/17326/25260 17060/17325/25259 +f 17054/17322/25254 17060/17325/25259 17056/17324/25257 +f 17059/17326/25260 17054/17322/25254 17053/17321/25253 +f 17053/17321/25253 17061/17327/25261 17059/17326/25260 +f 17053/17321/25253 17051/17320/25252 17061/17327/25261 +s off +f 17051/17320/25262 16266/16609/25263 13801/13964/25264 +s 39 +f 17062/17328/25265 17051/17320/25252 13801/13964/25266 +f 17061/17327/25261 17051/17320/25252 17062/17328/25265 +f 13800/13963/25267 17063/17329/25268 17062/17328/25265 +f 17059/17326/25260 17061/17327/25261 17064/17330/25269 +f 17064/17330/25269 17061/17327/25261 17062/17328/25265 +f 17064/17330/25269 17062/17328/25265 17063/17329/25268 +f 17065/17331/25270 17064/17330/25269 17063/17329/25268 +f 17060/17325/25259 17059/17326/25260 17064/17330/25271 +f 17060/17325/25259 17064/17330/25271 17066/17332/25272 +f 17066/17332/25273 17064/17330/25269 17065/17331/25270 +s 648 +f 17067/17333/25274 17066/17332/25275 17065/17331/25276 +s 39 +f 17058/16615/24144 17060/17325/25259 17068/16713/24287 +f 17068/16713/24287 17060/17325/25259 17066/17332/25272 +f 17068/16713/24287 17066/17332/25272 17069/16715/24289 +s 648 +f 17069/16715/25277 17066/17332/25275 17067/17333/25274 +f 17070/16716/25278 17069/16715/25277 17067/17333/25274 +s 39 +f 17070/16716/24293 17067/17333/25279 14425/14690/21740 +f 17073/17334/25280 17466/17335/25281 17067/17333/25279 +f 17067/17333/25279 17466/17335/25281 17071/14691/21741 +f 17067/17333/25279 17071/14691/21741 14425/14690/21740 +f 17065/17331/25282 17073/17334/25280 17067/17333/25279 +f 13800/13963/25267 17072/17336/25283 17063/17329/25268 +f 17063/17329/25268 17072/17336/25283 17073/17334/25280 +f 17063/17329/25268 17073/17334/25280 17065/17331/25282 +f 13800/13963/25267 17062/17328/25265 13801/13964/25266 +f 17077/13956/25284 17074/17337/25285 13796/13957/25286 +f 13796/13957/25286 17074/17337/25285 17075/17338/25287 +f 17075/17338/25287 13799/13961/25288 13796/13957/25286 +f 16003/16282/24150 17078/16618/24151 16002/16283/25289 +f 17082/17339/25290 17081/17340/25291 17075/17338/25287 +f 17082/17339/25290 17075/17338/25287 17074/17337/25285 +f 17080/17341/25292 17082/17339/25290 17074/17337/25285 +f 17083/17342/25293 17080/17341/25292 17074/17337/25285 +f 17083/17342/25293 17074/17337/25285 17077/13956/25284 +f 17084/17343/25294 17079/17344/25295 17080/17341/25292 +f 17084/17343/25294 17080/17341/25292 17083/17342/25293 +f 17076/16194/25296 17083/17342/25293 17077/13956/25284 +f 17085/17345/25297 17079/17344/25295 17084/17343/25294 +f 17084/17343/25298 17083/17342/25293 16002/16283/25289 +f 16002/16283/25289 17083/17342/25293 17076/16194/25296 +f 17085/17345/25297 17084/17343/25294 17086/16776/24392 +f 17086/16776/24392 17084/17343/25299 17078/16618/24151 +f 17078/16618/24151 17084/17343/25298 16002/16283/25289 +f 16269/16619/24152 17085/17345/25297 17086/16776/24392 +f 17081/17340/25291 17082/17339/25290 17080/17341/25292 +f 17081/17340/25291 17080/17341/25292 17087/17346/25300 +f 17087/17346/25300 17080/17341/25292 17079/17344/25295 +f 17087/17346/25300 17079/17344/25295 17094/17347/25301 +f 16269/16619/24152 17088/16621/24154 17085/17345/25297 +f 17085/17345/25297 17088/16621/24154 17089/17348/25302 +f 17085/17345/25297 17089/17348/25302 17079/17344/25295 +f 17079/17344/25295 17089/17348/25302 17094/17347/25301 +f 17092/17349/25303 17075/17338/25287 17081/17340/25291 +f 17093/17350/25304 17092/17349/25303 17081/17340/25291 +f 17093/17350/25304 17081/17340/25291 17087/17346/25300 +f 17091/17351/25305 17093/17350/25304 17087/17346/25300 +f 17094/17347/25306 17091/17351/25305 17087/17346/25300 +f 17090/17352/25307 17095/17353/25308 17091/17351/25309 +f 17090/17352/25307 17091/17351/25309 17096/17354/25310 +f 17096/17354/25311 17091/17351/25305 17094/17347/25306 +s 504 +f 17097/16719/24298 17096/17354/25312 17094/17347/25313 +f 17097/16719/24298 17094/17347/25313 17089/17348/25314 +s 39 +f 17098/16717/24294 17090/17352/25307 17096/17354/25310 +s 504 +f 17098/16717/24297 17096/17354/25312 17097/16719/24298 +s 39 +f 17097/16719/24301 17089/17348/25302 17088/16621/24154 +f 14373/14615/21640 17090/17352/25307 17098/16717/24294 +f 13799/13961/25288 17075/17338/25287 17092/17349/25303 +f 13799/13961/25288 17092/17349/25303 17099/17355/25315 +f 17099/17355/25315 17092/17349/25303 17093/17350/25316 +f 17100/17356/25317 17099/17355/25315 17091/17351/25318 +f 17099/17355/25315 17093/17350/25316 17091/17351/25318 +f 17100/17356/25317 17091/17351/25318 17095/17353/25319 +f 17100/17356/25317 17095/17353/25319 17101/17357/25320 +f 17101/17357/25320 17095/17353/25319 17090/17352/25321 +f 17101/17357/25320 17090/17352/25321 17102/14614/21639 +f 17102/14614/21639 17090/17352/25321 14373/14615/21640 +f 17106/13954/25322 17105/17358/25323 13794/13955/25324 +f 13794/13955/25324 17105/17358/25323 17103/17359/25325 +f 13794/13955/25324 17103/17359/25325 16004/16284/24148 +f 17103/17359/25325 17104/16617/24149 16004/16284/24148 +f 17106/13954/25322 13792/13952/25326 16268/16616/25327 +f 17106/13954/25322 16268/16616/25327 17109/17360/25328 +f 17105/17358/25323 17106/13954/25322 17109/17360/25328 +f 17105/17358/25323 17109/17360/25328 17110/17361/25329 +f 17111/17362/25330 17105/17358/25323 17110/17361/25329 +f 17103/17359/25325 17105/17358/25323 17111/17362/25331 +f 17112/17363/25332 17111/17362/25330 17110/17361/25329 +f 17108/16777/24393 17111/17362/25330 17112/17363/25332 +f 17104/16617/24149 17103/17359/25325 17111/17362/25331 +f 17104/16617/24149 17111/17362/25331 17113/16775/24391 +f 17113/16775/24391 17111/17362/25330 17108/16777/24393 +f 17107/16620/24153 17108/16777/24393 17112/17363/25332 +f 17112/17363/25332 17116/17364/25333 17114/16622/24155 +f 17112/17363/25332 17114/16622/24155 17107/16620/24153 +f 17110/17361/25329 17115/17365/25334 17116/17364/25333 +f 17110/17361/25329 17116/17364/25333 17112/17363/25332 +f 17115/17365/25334 17110/17361/25329 17109/17360/25328 +f 17109/17360/25328 17117/17366/25335 17115/17365/25334 +f 17109/17360/25328 16268/16616/24146 17117/17366/25335 +f 17117/17366/25335 16268/16616/24146 17118/17367/25336 +f 13791/13951/25337 17119/17368/25338 17118/17367/25336 +f 17119/17368/25338 17117/17366/25335 17118/17367/25336 +f 17115/17365/25334 17117/17366/25335 17120/17369/25339 +f 17120/17369/25339 17117/17366/25335 17119/17368/25338 +f 17121/17370/25340 17120/17369/25339 17119/17368/25338 +f 17116/17364/25333 17115/17365/25334 17120/17369/25341 +f 17116/17364/25333 17120/17369/25341 17122/17371/25342 +f 17122/17371/25343 17120/17369/25339 17121/17370/25340 +f 17123/17372/25344 17122/17371/25345 17121/17370/25346 +f 17114/16622/24155 17116/17364/25333 17124/16720/24300 +f 17124/16720/24300 17116/17364/25333 17122/17371/25342 +f 17124/16720/24300 17122/17371/25342 17125/17373/25347 +f 17125/17373/25348 17122/17371/25345 17123/17372/25344 +f 17126/14692/21742 17125/17373/25348 17123/17372/25344 +s 504 +f 17124/16720/24299 17125/17373/25349 16301/16718/24296 +s 39 +f 16301/16718/24295 17125/17373/25348 17126/14692/21742 +f 17129/17374/25350 17476/17375/25351 17123/17372/25352 +f 17123/17372/25352 17476/17375/25351 17127/14687/21736 +f 17123/17372/25352 17127/14687/21736 17126/14692/21742 +f 17121/17370/25353 17129/17374/25350 17123/17372/25352 +f 13791/13951/25337 17128/17376/25354 17119/17368/25338 +f 17119/17368/25338 17128/17376/25354 17129/17374/25350 +f 17119/17368/25338 17129/17374/25350 17121/17370/25353 +f 13791/13951/25337 17118/17367/25336 13790/13950/24145 +f 16268/16616/24146 13790/13950/24145 17118/17367/25336 +f 17130/13946/25355 17131/17377/25356 13787/13943/25357 +f 13787/13943/25357 17131/17377/25356 17132/17378/25358 +f 17132/17378/25358 13788/13947/25359 13787/13943/25357 +f 16007/16289/24160 17134/16624/24159 16005/16287/25360 +f 17138/17379/25361 17137/17380/25362 17132/17378/25358 +f 17138/17379/25361 17132/17378/25358 17131/17377/25356 +f 17136/17381/25363 17138/17379/25361 17131/17377/25356 +f 17130/13946/25355 17133/16286/25364 17139/17382/25365 +f 17139/17382/25365 17136/17381/25363 17131/17377/25356 +f 17139/17382/25365 17131/17377/25356 17130/13946/25355 +f 17140/17383/25366 17135/17384/25367 17136/17381/25363 +f 17140/17383/25366 17136/17381/25363 17139/17382/25365 +f 16271/16626/24163 17135/17384/25367 17140/17383/25366 +f 17140/17383/25368 17139/17382/25365 16005/16287/25360 +f 16005/16287/25360 17139/17382/25365 17133/16286/25364 +f 17134/16624/24159 17140/17383/25368 16005/16287/25360 +f 16313/16778/24396 16271/16626/24163 17140/17383/25366 +f 16313/16778/24394 17140/17383/25368 17134/16624/24159 +f 17137/17380/25362 17138/17379/25361 17136/17381/25363 +f 17137/17380/25362 17136/17381/25363 17141/17385/25369 +f 17141/17385/25369 17136/17381/25363 17135/17384/25367 +f 17141/17385/25369 17135/17384/25367 17147/17386/25370 +f 16271/16626/24163 16303/16628/24165 17142/17387/25371 +f 16271/16626/24163 17142/17387/25371 17135/17384/25367 +f 17135/17384/25367 17142/17387/25371 17147/17386/25370 +f 17144/17388/25372 17132/17378/25358 17137/17380/25362 +f 17145/17389/25373 17144/17388/25372 17137/17380/25362 +f 17145/17389/25373 17137/17380/25362 17141/17385/25369 +f 17146/17390/25374 17152/17391/25375 17145/17389/25376 +f 17146/17390/25377 17145/17389/25373 17141/17385/25369 +f 17148/17392/25378 17152/17391/25375 17146/17390/25374 +f 17147/17386/25370 17146/17390/25377 17141/17385/25369 +f 17143/17393/25379 17148/17392/25378 17146/17390/25380 +f 17149/17394/25381 17146/17390/25377 17147/17386/25370 +f 17143/17393/25379 17146/17390/25380 14422/14680/21729 +f 14422/14680/21729 17146/17390/25380 17149/17394/25382 +f 17149/17394/25381 17147/17386/25370 17150/16724/24305 +f 17150/16724/24305 17147/17386/25370 17142/17387/25371 +f 17151/16722/24303 14422/14680/21729 17149/17394/25382 +f 17151/16722/24303 17149/17394/25383 17150/16724/24305 +f 16303/16628/24165 17150/16724/24305 17142/17387/25371 +f 13788/13947/25359 17132/17378/25358 17144/17388/25372 +f 13788/13947/25359 17144/17388/25372 17480/13949/25384 +f 17152/17391/25375 17480/13949/25384 17145/17389/25376 +f 17480/13949/25384 17144/17388/25372 17145/17389/25376 +f 17153/17395/25385 17152/17391/25375 17148/17392/25378 +f 17153/17395/25385 17148/17392/25378 17154/17396/25386 +f 17154/17396/25386 17148/17392/25378 17143/17393/25379 +f 17154/17396/25386 17143/17393/25379 17155/14684/21733 +f 17155/14684/21733 17143/17393/25379 14422/14680/21729 +f 17159/13941/25387 17158/17397/25388 13784/13942/25389 +f 17158/17397/25388 17156/17398/25390 13784/13942/25389 +f 13784/13942/25389 17156/17398/25390 16008/16288/24162 +f 16008/16288/24162 17156/17398/25390 17157/16625/24161 +f 13782/13939/24158 17162/17399/25391 17159/13941/25387 +f 17162/17399/25391 13782/13939/24158 16270/16623/24157 +f 17162/17399/25391 16270/16623/24157 17161/17400/25392 +f 17162/17399/25391 17161/17400/25392 17163/17401/25393 +f 17158/17397/25388 17159/13941/25387 17164/17402/25394 +f 17164/17402/25394 17159/13941/25387 17162/17399/25391 +f 17164/17402/25394 17162/17399/25391 17163/17401/25393 +f 17165/17403/25395 17164/17402/25394 17163/17401/25393 +f 17166/17404/25396 17158/17397/25388 17164/17402/25394 +f 17166/17404/25397 17164/17402/25394 17165/17403/25395 +f 17156/17398/25390 17158/17397/25388 17166/17404/25396 +f 17167/17405/25398 17166/17404/25397 17165/17403/25395 +f 17168/16779/24395 17156/17398/25390 17166/17404/25396 +f 17168/16779/24397 17166/17404/25397 17167/17405/25398 +f 17157/16625/24161 17156/17398/25390 17168/16779/24395 +f 17168/16779/24397 17167/17405/25398 17160/16627/24164 +f 17167/17405/25398 17171/17406/25399 17169/16629/24166 +f 17167/17405/25398 17169/16629/24166 17160/16627/24164 +f 17165/17403/25395 17170/17407/25400 17171/17406/25399 +f 17165/17403/25395 17171/17406/25399 17167/17405/25398 +f 17170/17407/25400 17165/17403/25395 17163/17401/25393 +f 17163/17401/25393 17172/17408/25401 17170/17407/25400 +f 17163/17401/25393 17161/17400/25392 17172/17408/25401 +s off +f 17161/17400/25402 16270/16623/25403 13780/13937/25404 +s 39 +f 17173/17409/25405 17161/17400/25392 13780/13937/25406 +f 17172/17408/25401 17161/17400/25392 17173/17409/25405 +f 13781/13938/25407 17174/17410/25408 17173/17409/25405 +f 17170/17407/25400 17172/17408/25401 17175/17411/25409 +f 17175/17411/25409 17172/17408/25401 17173/17409/25405 +f 17175/17411/25409 17173/17409/25405 17174/17410/25408 +f 17176/17412/25410 17175/17411/25409 17174/17410/25408 +f 17171/17406/25399 17170/17407/25400 17175/17411/25411 +f 17177/17413/25412 17171/17406/25399 17175/17411/25411 +f 17177/17413/25413 17175/17411/25409 17176/17412/25410 +f 17169/16629/24166 17171/17406/25399 17179/16725/24306 +f 17179/16725/24306 17171/17406/25399 17177/17413/25412 +f 17177/17413/25413 17176/17412/25410 17180/16721/24302 +f 17180/16721/24302 17176/17412/25410 17178/17414/25414 +f 17181/16723/24304 17179/16725/24306 17177/17413/25412 +f 17181/16723/24304 17177/17413/25413 17180/16721/24302 +f 16302/14681/21730 17180/16721/24302 17178/17414/25414 +f 17184/17415/25415 17182/14682/21731 17178/17414/25414 +f 17178/17414/25414 17182/14682/21731 16302/14681/21730 +f 17176/17412/25410 17184/17415/25415 17178/17414/25414 +f 13781/13938/25407 17183/17416/25416 17174/17410/25408 +f 17174/17410/25408 17183/17416/25416 17184/17415/25415 +f 17174/17410/25408 17184/17415/25415 17176/17412/25410 +f 13781/13938/25407 17173/17409/25405 13780/13937/25406 +f 17187/13933/25417 17185/17417/25418 13778/13930/25419 +f 13778/13930/25419 17185/17417/25418 17186/17418/25420 +f 17186/17418/25420 17200/13934/25421 13778/13930/25419 +f 16010/16290/24171 17188/16631/24170 17189/16291/25422 +f 17191/17419/25423 17192/17420/25424 17185/17417/25418 +f 17185/17417/25418 17192/17420/25424 17186/17418/25420 +f 17193/17421/25425 17191/17419/25423 17185/17417/25418 +f 17190/17422/25426 17191/17419/25423 17193/17421/25425 +f 17185/17417/25418 17187/13933/25417 17194/17423/25427 +f 17194/17423/25427 17193/17421/25425 17185/17417/25418 +f 17187/13933/25417 17189/16291/25422 17194/17423/25427 +f 17195/17424/25428 17190/17422/25426 17193/17421/25425 +f 17195/17424/25428 17193/17421/25425 17194/17423/25429 +f 16273/16633/24174 17190/17422/25426 17195/17424/25428 +f 17195/17424/25430 17194/17423/25427 17189/16291/25422 +f 16273/16633/24174 17195/17424/25428 17196/16781/24400 +f 17196/16781/24399 17195/17424/25431 17188/16631/24170 +f 17188/16631/24170 17195/17424/25430 17189/16291/25422 +f 17186/17418/25420 17192/17420/25424 17201/17425/25432 +f 17192/17420/25424 17191/17419/25423 17197/17426/25433 +f 17197/17426/25433 17191/17419/25423 17190/17422/25426 +f 17197/17426/25433 17190/17422/25426 17204/17427/25434 +f 16273/16633/24174 16304/16635/24176 17198/17428/25435 +f 16273/16633/24174 17198/17428/25435 17190/17422/25426 +f 17190/17422/25426 17198/17428/25435 17204/17427/25434 +f 17200/13934/25421 17186/17418/25420 17201/17425/25432 +f 17202/17429/25436 17200/13934/25421 17201/17425/25432 +f 17192/17420/25424 17197/17426/25433 17201/17425/25432 +f 17197/17426/25437 17202/17429/25438 17201/17425/25439 +f 17203/17430/25440 17209/17431/25441 17202/17429/25442 +f 17203/17430/25443 17202/17429/25438 17197/17426/25437 +f 17205/17432/25444 17209/17431/25441 17203/17430/25440 +f 17204/17427/25445 17203/17430/25443 17197/17426/25437 +f 17199/17433/25446 17205/17432/25444 17203/17430/25447 +f 17206/17434/25448 17203/17430/25443 17204/17427/25445 +f 17199/17433/25446 17203/17430/25447 14420/14678/21727 +f 14420/14678/21727 17203/17430/25447 17206/17434/25449 +f 17206/17434/25448 17204/17427/25445 17207/16727/24308 +f 17207/16727/24308 17204/17427/25445 17198/17428/25435 +f 17208/16728/24312 14420/14678/21727 17206/17434/25449 +f 17208/16728/24310 17206/17434/25448 17207/16727/24308 +f 16304/16635/24176 17207/16727/24308 17198/17428/25435 +f 17209/17431/25450 17200/13934/25421 17202/17429/25436 +f 17210/17435/25451 17209/17431/25441 17205/17432/25444 +f 17210/17435/25451 17205/17432/25444 17211/17436/25452 +f 17211/17436/25452 17205/17432/25444 17199/17433/25446 +f 17211/17436/25452 17199/17433/25446 17212/14677/21726 +f 17212/14677/21726 17199/17433/25446 14420/14678/21727 +f 17216/13928/25453 17215/17437/25454 13775/13929/25455 +f 17215/17437/25454 17213/16292/25456 13775/13929/25455 +f 17213/16292/25456 17214/16632/24173 16012/16294/24172 +f 17216/13928/25453 13773/13926/25457 16272/16630/25458 +f 17216/13928/25453 16272/16630/25458 17218/17438/25459 +f 17215/17437/25454 17216/13928/25453 17218/17438/25459 +f 17215/17437/25454 17218/17438/25459 17219/17439/25460 +f 17221/17440/25461 17215/17437/25454 17220/17441/25462 +f 17220/17441/25462 17215/17437/25454 17219/17439/25460 +f 17213/16292/25456 17215/17437/25454 17221/17440/25463 +f 17217/16634/24175 17221/17440/25464 17220/17441/25465 +f 17214/16632/24173 17213/16292/25456 17221/17440/25463 +f 17214/16632/24173 17221/17440/25463 17222/16780/24398 +f 17222/16780/24401 17221/17440/25464 17217/16634/24175 +f 17220/17441/25465 17225/17442/25466 17217/16634/24175 +f 17217/16634/24175 17225/17442/25466 17223/16636/24177 +f 17219/17439/25460 17224/17443/25467 17220/17441/25465 +f 17220/17441/25465 17224/17443/25467 17225/17442/25466 +f 17219/17439/25460 17226/17444/25468 17224/17443/25467 +f 17219/17439/25460 17218/17438/25459 17226/17444/25468 +f 17218/17438/25459 16272/16630/24168 17226/17444/25468 +f 17226/17444/25468 16272/16630/24168 17227/17445/25469 +f 13772/13925/25470 17229/17446/25471 17227/17445/25469 +f 17224/17443/25467 17226/17444/25468 17228/17447/25472 +f 17228/17447/25472 17227/17445/25469 17229/17446/25471 +f 17227/17445/25469 17228/17447/25472 17226/17444/25468 +f 17230/17448/25473 17228/17447/25472 17229/17446/25471 +f 17225/17442/25466 17224/17443/25467 17228/17447/25472 +f 17225/17442/25466 17228/17447/25472 17231/17449/25474 +f 17231/17449/25474 17228/17447/25472 17230/17448/25473 +f 17223/16636/24177 17225/17442/25466 17233/16726/24307 +f 17233/16726/24307 17225/17442/25466 17231/17449/25475 +f 17231/17449/25474 17230/17448/25473 17234/16729/24313 +f 17234/16729/24313 17230/17448/25473 17232/17450/25476 +f 17233/16726/24309 17231/17449/25477 17234/16729/24311 +f 16305/14679/21728 17234/16729/24313 17232/17450/25476 +f 17237/17451/25478 17235/17452/25479 17232/17450/25476 +f 17232/17450/25476 17235/17452/25479 14414/14666/21711 +f 17232/17450/25476 14414/14666/21711 16305/14679/21728 +f 17230/17448/25473 17237/17451/25478 17232/17450/25476 +f 13772/13925/25470 17236/17453/25480 17229/17446/25471 +f 17229/17446/25471 17236/17453/25480 17237/17451/25478 +f 17229/17446/25471 17237/17451/25478 17230/17448/25473 +f 13772/13925/25470 17227/17445/25469 13771/13924/24167 +f 16272/16630/24168 13771/13924/24167 17227/17445/25469 +f 17238/13919/25481 17239/17454/25482 13766/13917/25483 +f 13766/13917/25483 17239/17454/25482 17240/17455/25484 +f 17240/17455/25484 13769/13921/25485 13766/13917/25483 +f 16014/16298/24182 17241/16638/24181 17242/16295/25486 +f 17246/17456/25487 17245/17457/25488 17240/17455/25484 +f 17246/17456/25487 17240/17455/25484 17239/17454/25482 +f 17244/17458/25489 17246/17456/25487 17239/17454/25482 +f 17238/13919/25481 17242/16295/25486 17247/17459/25490 +f 17247/17459/25490 17244/17458/25489 17239/17454/25482 +f 17247/17459/25490 17239/17454/25482 17238/13919/25481 +f 17248/17460/25491 17243/17461/25492 17244/17458/25489 +f 17248/17460/25491 17244/17458/25489 17247/17459/25490 +f 16275/16640/24185 17243/17461/25492 17248/17460/25491 +f 17248/17460/25493 17247/17459/25490 17241/16638/24181 +f 17241/16638/24181 17247/17459/25490 17242/16295/25486 +f 16275/16640/24185 17248/17460/25491 17249/16783/24404 +f 17249/16783/24403 17248/17460/25493 17241/16638/24181 +f 17245/17457/25488 17246/17456/25487 17244/17458/25489 +f 17245/17457/25488 17244/17458/25489 17250/17462/25494 +f 17250/17462/25494 17244/17458/25489 17243/17461/25492 +f 17250/17462/25494 17243/17461/25492 17257/17463/25495 +f 16275/16640/24185 17251/16642/24187 17252/17464/25496 +f 16275/16640/24185 17252/17464/25496 17243/17461/25492 +f 17243/17461/25492 17252/17464/25496 17257/17463/25495 +f 17254/17465/25497 17240/17455/25484 17245/17457/25488 +f 17255/17466/25498 17254/17465/25497 17245/17457/25488 +f 17255/17466/25498 17245/17457/25488 17250/17462/25494 +f 17256/17467/25499 17262/17468/25500 17255/17466/25501 +f 17256/17467/25502 17255/17466/25498 17250/17462/25494 +f 17258/17469/25503 17262/17468/25500 17256/17467/25499 +f 17257/17463/25504 17256/17467/25502 17250/17462/25494 +f 17253/17470/25505 17258/17469/25503 17256/17467/25506 +f 17259/17471/25507 17256/17467/25502 17257/17463/25504 +f 17253/17470/25505 17256/17467/25506 14417/14673/21722 +f 14417/14673/21722 17256/17467/25506 17259/17471/25508 +f 17260/16730/24314 17259/17471/25507 17257/17463/25504 +f 17260/16730/24314 17257/17463/25504 17252/17464/25509 +f 17261/16733/24319 14417/14673/21722 17259/17471/25508 +f 17261/16733/24317 17259/17471/25507 17260/16730/24314 +f 17260/16730/24314 17252/17464/25496 17251/16642/24187 +f 13769/13921/25485 17240/17455/25484 17254/17465/25497 +f 13769/13921/25485 17254/17465/25497 17499/13923/25510 +f 17262/17468/25500 17499/13923/25510 17255/17466/25501 +f 17499/13923/25510 17254/17465/25497 17255/17466/25501 +f 17263/17472/25511 17262/17468/25500 17258/17469/25503 +f 17263/17472/25511 17258/17469/25503 17264/17473/25512 +f 17264/17473/25512 17258/17469/25503 17253/17470/25505 +f 17264/17473/25512 17253/17470/25505 14416/14671/21719 +f 14416/14671/21719 17253/17470/25505 14417/14673/21722 +f 17267/13916/25513 17265/17474/25514 16016/16297/24184 +f 17265/17474/25514 17266/16639/24183 16016/16297/24184 +f 13764/13913/24180 16274/16637/24179 17270/17475/25515 +f 17268/13915/25516 13764/13913/24180 17272/17476/25517 +f 17272/17476/25517 13764/13913/24180 17270/17475/25515 +f 17272/17476/25517 17270/17475/25515 17271/17477/25518 +f 17267/13916/25519 17268/13915/25516 17272/17476/25517 +f 17273/17478/25520 17272/17476/25517 17271/17477/25518 +f 17274/17479/25521 17267/13916/25519 17272/17476/25517 +f 17274/17479/25522 17272/17476/25517 17273/17478/25520 +f 17265/17474/25523 17267/13916/25519 17274/17479/25521 +f 17275/17480/25524 17274/17479/25522 17273/17478/25520 +f 17266/16639/24183 17265/17474/25514 17274/17479/25525 +f 17266/16639/24183 17274/17479/25525 17276/16782/24402 +f 17276/16782/24402 17274/17479/25525 17275/17480/25526 +f 17276/16782/24402 17275/17480/25526 17269/16641/24186 +f 17275/17480/25524 17279/17481/25527 17277/16643/24188 +f 17275/17480/25524 17277/16643/24188 17269/16641/24186 +f 17273/17478/25520 17278/17482/25528 17279/17481/25527 +f 17273/17478/25520 17279/17481/25527 17275/17480/25524 +f 17278/17482/25528 17273/17478/25520 17271/17477/25518 +f 17271/17477/25518 17280/17483/25529 17278/17482/25528 +f 17271/17477/25518 17270/17475/25515 17280/17483/25529 +f 17282/17484/25530 17270/17475/25515 16274/16637/24179 +f 17280/17483/25529 17270/17475/25515 17282/17484/25530 +f 13763/13912/25531 17283/17485/25532 17282/17484/25530 +f 17283/17485/25532 17280/17483/25529 17282/17484/25530 +f 17278/17482/25528 17280/17483/25529 17284/17486/25533 +f 17284/17486/25533 17280/17483/25529 17283/17485/25532 +f 17285/17487/25534 17284/17486/25533 17283/17485/25532 +f 17279/17481/25527 17278/17482/25528 17284/17486/25535 +f 17279/17481/25527 17284/17486/25535 17286/17488/25536 +f 17286/17488/25537 17284/17486/25533 17285/17487/25534 +f 17277/16643/24188 17279/17481/25527 17288/16731/24315 +f 17288/16731/24315 17279/17481/25527 17286/17488/25536 +f 17288/16731/24315 17286/17488/25536 17289/16732/24316 +f 17289/16732/24316 17286/17488/25536 17290/16734/24318 +f 17290/16734/24318 17286/17488/25536 17285/17487/25538 +f 17290/16734/24318 17285/17487/25538 17287/17489/25539 +f 17290/16734/24318 17287/17489/25539 17281/14674/21723 +f 17293/17490/25540 17505/17491/25541 17287/17489/25539 +f 17287/17489/25539 17505/17491/25541 17291/14675/21724 +f 17287/17489/25539 17291/14675/21724 17281/14674/21723 +f 17285/17487/25542 17293/17490/25540 17287/17489/25539 +f 13763/13912/25531 17292/17492/25543 17283/17485/25532 +f 17283/17485/25532 17292/17492/25543 17293/17490/25540 +f 17283/17485/25532 17293/17490/25540 17285/17487/25542 +f 13763/13912/25531 17282/17484/25530 16274/16637/24179 +f 13763/13912/25531 16274/16637/24179 13762/13911/24178 +f 17294/17493/25544 13758/13906/25545 13757/13903/25546 +f 13758/13906/25545 17294/17493/25544 17295/17494/25547 +f 17295/17494/25547 13760/13908/25548 13758/13906/25545 +f 17296/13905/25549 17294/17493/25544 13757/13903/25546 +f 16019/16302/24193 17297/16645/24192 16017/16300/25550 +f 17300/17495/25551 17295/17494/25547 17294/17493/25544 +f 17299/17496/25552 17300/17495/25551 17294/17493/25544 +f 17294/17493/25544 17296/13905/25549 17301/17497/25553 +f 17301/17497/25553 17299/17496/25552 17294/17493/25544 +f 17302/17498/25554 17298/17499/25555 17299/17496/25552 +f 17302/17498/25554 17299/17496/25552 17301/17497/25553 +f 16277/16647/24196 17298/17499/25555 17302/17498/25554 +f 17302/17498/25556 17301/17497/25553 16017/16300/25550 +f 16017/16300/25550 17301/17497/25553 17296/13905/25549 +f 17297/16645/24192 17302/17498/25556 16017/16300/25550 +f 16315/16784/24407 16277/16647/24196 17302/17498/25554 +f 16315/16784/24405 17302/17498/25556 17297/16645/24192 +f 17295/17494/25547 17300/17495/25551 17303/17500/25557 +f 17300/17495/25551 17299/17496/25552 17304/17501/25558 +f 17304/17501/25558 17299/17496/25552 17298/17499/25555 +f 17304/17501/25558 17298/17499/25555 17311/17502/25559 +f 16277/16647/24196 17305/16649/24198 17306/17503/25560 +f 16277/16647/24196 17306/17503/25560 17298/17499/25555 +f 17298/17499/25555 17306/17503/25560 17311/17502/25559 +f 17300/17495/25551 17304/17501/25558 17303/17500/25557 +f 17304/17501/25558 17309/17504/25561 17303/17500/25557 +f 17310/17505/25562 17308/17506/25563 17309/17504/25561 +f 17310/17505/25562 17309/17504/25561 17304/17501/25558 +f 17312/17507/25564 17308/17506/25565 17310/17505/25566 +f 17311/17502/25567 17310/17505/25562 17304/17501/25558 +f 17307/17508/25568 17312/17507/25564 17310/17505/25566 +f 17313/17509/25569 17310/17505/25562 17311/17502/25567 +f 17307/17508/25568 17310/17505/25566 14415/14667/21714 +f 14415/14667/21714 17310/17505/25566 17313/17509/25570 +f 17314/16736/24321 17313/17509/25569 17311/17502/25567 +f 17314/16736/24321 17311/17502/25567 17306/17503/25560 +f 17315/16738/24325 14415/14667/21714 17313/17509/25570 +f 17314/16736/24321 17306/17503/25560 17305/16649/24198 +f 17315/16738/24324 17313/17509/25569 17314/16736/24321 +f 13760/13908/25548 17295/17494/25547 17303/17500/25557 +f 13760/13908/25548 17303/17500/25557 17316/17510/25571 +f 17316/17510/25571 17303/17500/25557 17309/17504/25572 +f 17317/17511/25573 17316/17510/25571 17308/17506/25565 +f 17316/17510/25571 17309/17504/25572 17308/17506/25565 +f 17317/17511/25573 17308/17506/25565 17312/17507/25564 +f 17317/17511/25573 17312/17507/25564 17318/17512/25574 +f 17318/17512/25574 17312/17507/25564 17307/17508/25568 +f 17318/17512/25574 17307/17508/25568 17319/14669/21716 +f 17319/14669/21716 17307/17508/25568 14415/14667/21714 +f 17322/17513/25575 17320/17514/25576 13746/13902/25577 +f 13746/13902/25577 17320/17514/25576 16023/16301/24195 +f 17320/17514/25576 17321/16646/24194 16023/16301/24195 +f 13746/13902/25577 17323/13900/25578 17322/17513/25575 +f 17323/13900/25578 13751/13897/25579 17326/17515/25580 +f 13751/13897/25579 16276/16644/25581 17325/17516/25582 +f 13751/13897/25579 17325/17516/25582 17326/17515/25580 +f 17322/17513/25575 17323/13900/25578 17326/17515/25580 +f 17322/17513/25575 17326/17515/25580 17327/17517/25583 +f 17328/17518/25584 17322/17513/25575 17327/17517/25583 +f 17320/17514/25576 17322/17513/25575 17328/17518/25585 +f 17329/17519/25586 17328/17518/25584 17327/17517/25583 +f 17330/17520/25587 17320/17514/25576 17328/17518/25585 +f 17330/17520/25588 17328/17518/25584 17329/17519/25586 +f 17321/16646/24194 17320/17514/25576 17330/17520/25587 +f 17324/16648/24197 17330/17520/25588 17329/17519/25586 +f 17321/16646/24194 17330/17520/25587 16314/16785/24406 +f 16314/16785/24408 17330/17520/25588 17324/16648/24197 +f 17329/17519/25586 17333/17521/25589 17331/16650/24199 +f 17329/17519/25586 17331/16650/24199 17324/16648/24197 +f 17327/17517/25583 17332/17522/25590 17333/17521/25589 +f 17327/17517/25583 17333/17521/25589 17329/17519/25586 +f 17332/17522/25590 17327/17517/25583 17326/17515/25580 +f 17326/17515/25580 17334/17523/25591 17332/17522/25590 +f 17334/17523/25591 17326/17515/25580 17325/17516/25582 +f 17335/17524/25592 17325/17516/25582 16276/16644/24190 +f 17334/17523/25591 17325/17516/25582 17335/17524/25592 +f 13754/13896/25593 17336/17525/25594 17335/17524/25592 +f 17336/17525/25594 17334/17523/25591 17335/17524/25592 +f 17337/17526/25595 17332/17522/25590 17334/17523/25591 +f 17337/17526/25596 17334/17523/25591 17336/17525/25594 +f 17338/17527/25597 17337/17526/25596 17336/17525/25594 +f 17333/17521/25589 17332/17522/25590 17337/17526/25595 +f 17339/17528/25598 17333/17521/25589 17337/17526/25595 +f 17339/17528/25599 17337/17526/25596 17338/17527/25597 +f 17331/16650/24199 17333/17521/25589 17341/16735/24320 +f 17341/16735/24320 17333/17521/25589 17339/17528/25598 +f 17339/17528/25599 17338/17527/25597 17342/16737/24326 +f 17342/16737/24326 17338/17527/25597 17340/17529/25600 +f 17341/16735/24322 17339/17528/25601 17342/16737/24323 +f 16306/14668/21715 17342/16737/24326 17340/17529/25600 +f 17344/17530/25602 17343/17531/25603 17340/17529/25600 +f 17340/17529/25600 17343/17531/25603 14406/14651/21693 +f 17340/17529/25600 14406/14651/21693 16306/14668/21715 +f 17338/17527/25597 17344/17530/25602 17340/17529/25600 +f 13754/13896/25593 17513/17532/25604 17336/17525/25594 +f 17336/17525/25594 17513/17532/25604 17344/17530/25602 +f 17336/17525/25594 17344/17530/25602 17338/17527/25597 +f 13754/13896/25593 17335/17524/25592 16276/16644/24190 +f 13754/13896/25593 16276/16644/24190 13753/13895/24189 +f 13912/14115/21138 13910/14112/21135 17345/17533/25605 +f 17345/17533/25605 16422/16865/25606 13912/14115/21138 +f 16423/16863/25607 16422/16865/25606 17346/17534/25608 +f 16423/16863/25607 17346/17534/25608 17347/16864/24530 +f 14378/14622/21649 16421/14620/21645 17347/16864/24530 +f 16448/16882/24555 16449/14623/21650 17348/17535/25609 +f 16447/16881/25610 16448/16882/24555 17348/17535/25609 +f 16446/16880/25611 16447/16881/25610 17349/17536/25612 +f 16446/16880/25611 17349/17536/25612 17350/14113/21136 +f 16446/16880/25611 17350/14113/21136 13909/14111/21134 +f 13910/14112/21135 17351/17537/25613 17345/17533/25605 +f 17345/17533/25605 17351/17537/25613 16422/16865/25606 +f 16422/16865/25606 17351/17537/25613 17352/17538/25614 +f 16422/16865/25606 17352/17538/25614 17346/17534/25608 +f 17346/17534/25608 17352/17538/25614 17353/17539/25615 +f 17346/17534/25608 17353/17539/25615 17347/16864/24530 +f 17347/16864/24530 17353/17539/25615 17354/17540/25616 +f 17347/16864/24530 17354/17540/25616 14378/14622/21649 +f 13910/14112/21135 17350/14113/21136 17351/17537/25613 +f 17351/17537/25613 17350/14113/21136 17349/17536/25612 +f 17351/17537/25613 17349/17536/25612 17352/17538/25614 +f 17352/17538/25614 17349/17536/25612 16447/16881/25610 +f 17352/17538/25614 16447/16881/25610 17353/17539/25615 +f 17353/17539/25615 16447/16881/25610 17348/17535/25609 +f 17353/17539/25615 17348/17535/25609 17354/17540/25616 +f 17354/17540/25616 17348/17535/25609 14378/14622/21649 +f 14378/14622/21649 17348/17535/25609 16449/14623/21650 +f 17355/17541/25617 16475/16902/25618 13902/14102/21125 +f 17356/17542/25619 16475/16902/25618 17355/17541/25617 +f 16475/16902/25618 17356/17542/25619 16476/16900/25620 +f 16476/16900/25620 17356/17542/25619 17357/17543/25621 +f 16476/16900/25620 17357/17543/25621 17358/16901/24580 +f 14456/14745/21804 16474/14748/21807 17358/16901/24580 +f 16503/16922/24617 16504/14744/21803 17359/17544/25622 +f 16502/16921/25623 16503/16922/24617 17359/17544/25622 +f 16501/16920/25624 16502/16921/25623 17360/17545/25625 +f 13899/14098/21121 17360/17545/25625 17361/14100/21123 +f 13899/14098/21121 16501/16920/25626 17360/17545/25625 +f 13902/14102/21125 13900/14099/21122 17355/17541/25617 +f 17355/17541/25617 13900/14099/21122 17362/17546/25627 +f 17355/17541/25617 17362/17546/25627 17356/17542/25619 +f 17356/17542/25619 17362/17546/25627 17363/17547/25628 +f 17356/17542/25619 17363/17547/25628 17357/17543/25621 +f 17357/17543/25621 17363/17547/25628 17364/17548/25629 +f 17357/17543/25621 17364/17548/25629 17358/16901/24580 +f 17358/16901/24580 17364/17548/25629 17365/17549/25630 +f 17358/16901/24580 17365/17549/25630 14456/14745/21804 +f 13900/14099/21122 17361/14100/21123 17362/17546/25627 +f 17362/17546/25627 17361/14100/21123 17360/17545/25625 +f 17362/17546/25627 17360/17545/25625 17363/17547/25628 +f 17363/17547/25628 17360/17545/25625 16502/16921/25623 +f 17363/17547/25628 16502/16921/25623 17364/17548/25629 +f 17364/17548/25629 16502/16921/25623 17359/17544/25622 +f 17364/17548/25629 17359/17544/25622 17365/17549/25630 +f 17365/17549/25630 17359/17544/25622 14456/14745/21804 +f 14456/14745/21804 17359/17544/25622 16504/14744/21803 +f 13892/14089/21112 13890/14086/21109 17366/17550/25631 +f 17366/17550/25631 16531/16940/25632 13892/14089/21112 +f 16532/16938/25633 16531/16940/25632 17367/17551/25634 +f 16532/16938/25633 17367/17551/25634 17368/16939/24643 +f 14453/14742/21799 16530/14741/21798 17368/16939/24643 +f 14370/14608/21633 14453/14742/21799 17369/17552/25635 +f 17369/17552/25635 16557/16960/24679 14370/14608/21633 +f 16556/16959/25636 16557/16960/24679 17369/17552/25635 +f 16555/16958/25637 16556/16959/25636 17370/17553/25638 +f 16555/16958/25637 17370/17553/25638 17371/14087/21110 +f 16555/16958/25637 17371/14087/21110 13889/14085/21108 +f 13890/14086/21109 17372/17554/25639 17366/17550/25631 +f 17366/17550/25631 17372/17554/25639 16531/16940/25632 +f 16531/16940/25632 17372/17554/25639 17373/17555/25640 +f 16531/16940/25632 17373/17555/25640 17367/17551/25634 +f 17367/17551/25634 17373/17555/25640 17374/17556/25641 +f 17367/17551/25634 17374/17556/25641 17368/16939/24643 +f 17368/16939/24643 17374/17556/25641 17375/17557/25642 +f 17368/16939/24643 17375/17557/25642 14453/14742/21799 +f 13890/14086/21109 17371/14087/21110 17372/17554/25639 +f 17372/17554/25639 17371/14087/21110 17370/17553/25638 +f 17372/17554/25639 17370/17553/25638 17373/17555/25640 +f 17373/17555/25640 17370/17553/25638 16556/16959/25636 +f 17373/17555/25640 16556/16959/25636 17374/17556/25641 +f 17374/17556/25641 16556/16959/25636 17369/17552/25635 +f 17374/17556/25641 17369/17552/25635 17375/17557/25642 +f 17375/17557/25642 17369/17552/25635 14453/14742/21799 +f 16585/16980/25643 17376/17558/25644 16586/16978/25645 +f 17377/16979/24715 16586/16978/25645 17376/17558/25644 +f 17378/14737/21794 16584/14736/21793 17377/16979/24715 +f 16612/17001/24748 16613/14739/21796 17379/17559/25646 +f 16611/17000/25647 16612/17001/24748 17379/17559/25646 +f 16610/16999/25648 16611/17000/25647 17380/17560/25649 +f 16610/16999/25648 17380/17560/25649 17381/14074/21097 +f 16610/16999/25648 17381/14074/21097 13880/14072/21095 +f 13883/14076/21099 13881/14073/21096 17382/17561/25650 +f 13883/14076/21099 17382/17561/25650 16585/16980/25643 +f 16585/16980/25643 17382/17561/25650 17383/17562/25651 +f 16585/16980/25643 17383/17562/25651 17376/17558/25644 +f 17376/17558/25644 17383/17562/25651 17384/17563/25652 +f 17376/17558/25644 17384/17563/25652 17377/16979/24715 +f 17377/16979/24715 17384/17563/25652 17385/17564/25653 +f 17377/16979/24715 17385/17564/25653 17378/14737/21794 +f 13881/14073/21096 17381/14074/21097 17382/17561/25650 +f 17382/17561/25650 17381/14074/21097 17380/17560/25649 +f 17382/17561/25650 17380/17560/25649 17383/17562/25651 +f 17383/17562/25651 17380/17560/25649 16611/17000/25647 +f 17383/17562/25651 16611/17000/25647 17384/17563/25652 +f 17384/17563/25652 16611/17000/25647 17379/17559/25646 +f 17384/17563/25652 17379/17559/25646 17385/17564/25653 +f 17385/17564/25653 17379/17559/25646 17378/14737/21794 +f 17378/14737/21794 17379/17559/25646 16613/14739/21796 +f 17386/17565/25654 16641/17020/25655 13877/14064/21087 +f 17387/17566/25656 16641/17020/25655 17386/17565/25654 +f 16641/17020/25655 17387/17566/25656 16642/17019/25657 +f 16640/14732/21788 16642/17019/25657 17394/17567/25658 +f 14447/14730/21786 16640/14732/21788 17394/17567/25658 +f 16667/17039/24814 16668/14735/21791 17388/17568/25659 +f 16666/17038/25660 16667/17039/24814 17388/17568/25659 +f 16665/17037/25661 16666/17038/25660 17389/17569/25662 +f 13872/14060/21083 17389/17569/25662 17390/14062/21085 +f 13872/14060/21083 16665/17037/25663 17389/17569/25662 +f 13877/14064/21087 13873/14061/21084 17386/17565/25654 +f 17386/17565/25654 13873/14061/21084 17391/17570/25664 +f 17386/17565/25654 17391/17570/25664 17387/17566/25656 +f 17387/17566/25656 17391/17570/25664 17392/17571/25665 +f 17387/17566/25656 17392/17571/25665 16642/17019/25657 +f 16642/17019/25657 17392/17571/25665 17393/17572/25666 +f 16642/17019/25657 17393/17572/25666 17394/17567/25658 +f 13873/14061/21084 17390/14062/21085 17391/17570/25664 +f 17391/17570/25664 17390/14062/21085 17389/17569/25662 +f 17391/17570/25664 17389/17569/25662 17392/17571/25665 +f 17392/17571/25665 17389/17569/25662 16666/17038/25660 +f 17392/17571/25665 16666/17038/25660 17393/17572/25666 +f 17393/17572/25666 16666/17038/25660 17388/17568/25659 +f 17393/17572/25666 17388/17568/25659 17394/17567/25658 +f 17394/17567/25658 17388/17568/25659 14447/14730/21786 +f 14447/14730/21786 17388/17568/25659 16668/14735/21791 +f 17395/17573/25667 13865/14050/21073 13863/14047/21070 +f 13865/14050/21073 17395/17573/25667 17396/17057/25668 +f 17397/17574/25669 16694/17055/25670 17396/17057/25668 +f 17397/17574/25669 16692/17056/24843 16694/17055/25670 +f 17398/17575/25671 16719/17076/25672 16720/17077/25673 +f 17398/17575/25671 16720/17077/25673 16721/17078/24878 +f 16718/17075/25674 16719/17076/25672 17399/17576/25675 +f 17399/17576/25675 16719/17076/25672 17398/17575/25671 +f 16718/17075/25674 17399/17576/25675 17400/14049/21072 +f 16718/17075/25674 17400/14049/21072 13864/14048/21071 +f 13863/14047/21070 17401/17577/25676 17395/17573/25667 +f 17395/17573/25667 17401/17577/25676 17396/17057/25668 +f 17396/17057/25668 17401/17577/25676 17402/17578/25677 +f 17396/17057/25668 17402/17578/25677 17397/17574/25669 +f 17397/17574/25669 17402/17578/25677 17403/17579/25678 +f 17397/17574/25669 17403/17579/25678 16692/17056/24843 +f 16692/17056/24843 17403/17579/25678 17404/17580/25679 +f 16692/17056/24843 17404/17580/25679 16693/14729/21785 +f 16693/14729/21785 17404/17580/25679 14444/14726/21782 +f 13863/14047/21070 17400/14049/21072 17401/17577/25676 +f 17401/17577/25676 17400/14049/21072 17399/17576/25675 +f 17401/17577/25676 17399/17576/25675 17402/17578/25677 +f 17402/17578/25677 17399/17576/25675 17398/17575/25671 +f 17402/17578/25677 17398/17575/25671 17403/17579/25678 +f 17403/17579/25678 17398/17575/25671 16721/17078/24878 +f 17403/17579/25678 16721/17078/24878 17404/17580/25679 +f 17404/17580/25679 16721/17078/24878 14444/14726/21782 +f 17405/17581/25680 13856/14038/21061 13854/14035/21058 +f 13856/14038/21061 17405/17581/25680 17406/17097/25681 +f 17407/17582/25682 16746/17095/25683 17406/17097/25681 +f 17407/17582/25682 16745/17096/24903 16746/17095/25683 +f 17408/17583/25684 16773/17117/25685 16774/17118/25686 +f 17408/17583/25684 16774/17118/25686 16775/17119/24941 +f 16772/17116/25687 16773/17117/25685 17409/17584/25688 +f 17409/17584/25688 16773/17117/25685 17408/17583/25684 +f 16772/17116/25687 17409/17584/25688 17410/14036/21059 +f 16772/17116/25687 17410/14036/21059 13853/14034/21057 +f 13854/14035/21058 17411/17585/25689 17405/17581/25680 +f 17405/17581/25680 17411/17585/25689 17406/17097/25681 +f 17406/17097/25681 17411/17585/25689 17412/17586/25690 +f 17406/17097/25681 17412/17586/25690 17407/17582/25682 +f 17407/17582/25682 17412/17586/25690 17413/17587/25691 +f 17407/17582/25682 17413/17587/25691 16745/17096/24903 +f 16745/17096/24903 17413/17587/25691 17414/17588/25692 +f 16745/17096/24903 17414/17588/25692 14443/14723/21779 +f 14443/14723/21779 17414/17588/25692 14442/14722/21778 +f 13854/14035/21058 17410/14036/21059 17411/17585/25689 +f 17411/17585/25689 17410/14036/21059 17409/17584/25688 +f 17411/17585/25689 17409/17584/25688 17412/17586/25690 +f 17412/17586/25690 17409/17584/25688 17408/17583/25684 +f 17412/17586/25690 17408/17583/25684 17413/17587/25691 +f 17413/17587/25691 17408/17583/25684 16775/17119/24941 +f 17413/17587/25691 16775/17119/24941 17414/17588/25692 +f 17414/17588/25692 16775/17119/24941 14442/14722/21778 +f 17415/17589/25693 13846/14025/21048 13844/14022/21045 +f 13846/14025/21048 17415/17589/25693 16802/17137/25694 +f 16802/17137/25694 17415/17589/25693 17416/17590/25695 +f 17416/17590/25695 16803/17135/25696 16802/17137/25694 +f 16803/17135/25696 17416/17590/25695 16800/17136/24968 +f 16801/14711/21766 16800/17136/24968 17417/14712/21767 +f 16828/17158/24999 16829/14714/21769 17418/17591/25697 +f 16827/17157/25698 16828/17158/24999 17418/17591/25697 +f 16826/17156/25699 16827/17157/25698 17419/17592/25700 +f 16826/17156/25699 17419/17592/25700 17420/14023/21046 +f 16826/17156/25699 17420/14023/21046 13843/14021/21044 +f 13844/14022/21045 17421/17593/25701 17415/17589/25693 +f 17415/17589/25693 17421/17593/25701 17416/17590/25695 +f 17416/17590/25695 17421/17593/25701 17422/17594/25702 +f 17416/17590/25695 17422/17594/25702 17423/17595/25703 +f 17416/17590/25695 17423/17595/25703 16800/17136/24968 +f 16800/17136/24968 17423/17595/25703 17424/17596/25704 +f 16800/17136/24968 17424/17596/25704 17417/14712/21767 +f 13844/14022/21045 17420/14023/21046 17421/17593/25701 +f 17421/17593/25701 17420/14023/21046 17419/17592/25700 +f 17421/17593/25701 17419/17592/25700 17422/17594/25702 +f 17422/17594/25702 17419/17592/25700 16827/17157/25698 +f 17422/17594/25702 16827/17157/25698 17423/17595/25703 +f 17423/17595/25703 16827/17157/25698 17418/17591/25697 +f 17423/17595/25703 17418/17591/25697 17424/17596/25704 +f 17424/17596/25704 17418/17591/25697 17417/14712/21767 +f 17417/14712/21767 17418/17591/25697 16829/14714/21769 +f 16856/17177/25705 17425/17597/25706 16857/17176/25707 +f 17426/17598/25708 16857/17176/25707 17425/17597/25706 +f 16857/17176/25707 17426/17598/25708 16855/14717/21772 +f 14439/14710/21765 16855/14717/21772 17426/17598/25708 +f 17427/17599/25709 16884/17199/25053 14436/14706/21761 +f 16883/17198/25710 16884/17199/25053 17427/17599/25709 +f 16882/17197/25711 16883/17198/25710 17428/17600/25712 +f 16882/17197/25711 17428/17600/25712 17429/14010/21033 +f 16882/17197/25711 17429/14010/21033 13833/14008/21031 +f 13836/14012/21035 13834/14009/21032 16856/17177/25705 +f 16856/17177/25705 13834/14009/21032 17430/17601/25713 +f 16856/17177/25705 17430/17601/25713 17425/17597/25706 +f 17425/17597/25706 17430/17601/25713 17431/17602/25714 +f 17425/17597/25706 17431/17602/25714 17426/17598/25708 +f 17426/17598/25708 17431/17602/25714 17432/17603/25715 +f 17426/17598/25708 17432/17603/25715 14439/14710/21765 +f 13834/14009/21032 17429/14010/21033 17428/17600/25712 +f 13834/14009/21032 17428/17600/25712 17430/17601/25713 +f 17430/17601/25713 17428/17600/25712 17431/17602/25714 +f 17431/17602/25714 17428/17600/25712 16883/17198/25710 +f 17431/17602/25714 16883/17198/25710 17432/17603/25715 +f 17432/17603/25715 16883/17198/25710 17427/17599/25709 +f 17432/17603/25715 17427/17599/25709 14439/14710/21765 +f 14439/14710/21765 17427/17599/25709 14436/14706/21761 +f 13827/13999/21022 17433/17604/25716 16913/17218/25717 +f 16913/17218/25717 17433/17604/25716 17434/17605/25718 +f 17435/17606/25719 16914/17216/25720 17434/17605/25718 +f 17434/17605/25718 16914/17216/25720 16913/17218/25717 +f 17435/17606/25719 16912/17217/25082 16914/17216/25720 +f 17436/17607/25721 16938/17237/25722 16939/17238/25723 +f 17436/17607/25721 16939/17238/25723 16940/17239/25117 +f 16937/17236/25724 16938/17237/25722 17437/17608/25725 +f 17437/17608/25725 16938/17237/25722 17436/17607/25721 +f 16937/17236/25724 17437/17608/25725 17438/13997/21020 +f 16937/17236/25724 17438/13997/21020 13824/13995/21018 +f 13827/13999/21022 13825/13996/21019 17433/17604/25716 +f 17433/17604/25716 13825/13996/21019 17439/17609/25726 +f 17433/17604/25716 17439/17609/25726 17434/17605/25718 +f 17434/17605/25718 17439/17609/25726 17440/17610/25727 +f 17434/17605/25718 17440/17610/25727 17435/17606/25719 +f 17435/17606/25719 17440/17610/25727 17441/17611/25728 +f 17435/17606/25719 17441/17611/25728 16912/17217/25082 +f 16912/17217/25082 17441/17611/25728 17442/17612/25729 +f 16912/17217/25082 17442/17612/25729 14433/14705/21760 +f 14433/14705/21760 17442/17612/25729 14431/14702/21755 +f 13825/13996/21019 17438/13997/21020 17439/17609/25726 +f 17439/17609/25726 17438/13997/21020 17437/17608/25725 +f 17439/17609/25726 17437/17608/25725 17440/17610/25727 +f 17440/17610/25727 17437/17608/25725 17436/17607/25721 +f 17440/17610/25727 17436/17607/25721 17441/17611/25728 +f 17441/17611/25728 17436/17607/25721 16940/17239/25117 +f 17441/17611/25728 16940/17239/25117 17442/17612/25729 +f 17442/17612/25729 16940/17239/25117 14431/14702/21755 +f 17443/17613/25730 16966/17257/25731 13820/13986/21009 +f 17444/17614/25732 16966/17257/25731 17443/17613/25730 +f 16966/17257/25731 17444/17614/25732 16967/17255/25733 +f 16967/17255/25733 17444/17614/25732 17445/17615/25734 +f 16967/17255/25733 17445/17615/25734 17446/17256/25143 +f 14432/14704/21758 16965/14703/21756 17446/17256/25143 +f 16991/14611/21636 14432/14704/21758 17447/17616/25735 +f 16990/17276/25180 16991/14611/21636 17447/17616/25735 +f 16989/17275/25736 16990/17276/25180 17447/17616/25735 +f 16988/17271/25737 16989/17275/25736 17448/17617/25738 +f 13818/13984/21007 17448/17617/25738 17449/13985/21008 +f 13818/13984/21007 16988/17271/25739 17448/17617/25738 +f 13820/13986/21009 13817/13983/21006 17443/17613/25730 +f 17443/17613/25730 13817/13983/21006 17450/17618/25740 +f 17443/17613/25730 17450/17618/25740 17444/17614/25732 +f 17444/17614/25732 17450/17618/25740 17451/17619/25741 +f 17444/17614/25732 17451/17619/25741 17445/17615/25734 +f 17445/17615/25734 17451/17619/25741 17452/17620/25742 +f 17445/17615/25734 17452/17620/25742 17446/17256/25143 +f 17446/17256/25143 17452/17620/25742 17453/17621/25743 +f 17446/17256/25143 17453/17621/25743 14432/14704/21758 +f 13817/13983/21006 17449/13985/21008 17450/17618/25740 +f 17450/17618/25740 17449/13985/21008 17448/17617/25738 +f 17450/17618/25740 17448/17617/25738 17451/17619/25741 +f 17451/17619/25741 17448/17617/25738 16989/17275/25736 +f 17451/17619/25741 16989/17275/25736 17452/17620/25742 +f 17452/17620/25742 16989/17275/25736 17447/17616/25735 +f 17452/17620/25742 17447/17616/25735 17453/17621/25743 +f 17453/17621/25743 17447/17616/25735 14432/14704/21758 +f 13808/13975/20998 13806/13972/20995 17454/17622/25744 +f 17454/17622/25744 17017/17296/25745 13808/13975/20998 +f 17018/17294/25746 17017/17296/25745 17455/17623/25747 +f 17018/17294/25746 17455/17623/25747 17456/17295/25210 +f 14428/14697/21749 17016/14694/21746 17456/17295/25210 +f 17043/17316/25246 17044/14696/21748 17457/17624/25748 +f 17042/17315/25749 17043/17316/25246 17457/17624/25748 +f 17041/17314/25750 17042/17315/25749 17458/17625/25751 +f 17041/17314/25750 17458/17625/25751 17459/13974/20997 +f 17041/17314/25750 17459/13974/20997 13807/13973/20996 +f 13806/13972/20995 17460/17626/25752 17454/17622/25744 +f 17454/17622/25744 17460/17626/25752 17017/17296/25745 +f 17017/17296/25745 17460/17626/25752 17461/17627/25753 +f 17017/17296/25745 17461/17627/25753 17455/17623/25747 +f 17455/17623/25747 17461/17627/25753 17462/17628/25754 +f 17455/17623/25747 17462/17628/25754 17456/17295/25210 +f 17456/17295/25210 17462/17628/25754 17463/17629/25755 +f 17456/17295/25210 17463/17629/25755 14428/14697/21749 +f 13806/13972/20995 17459/13974/20997 17460/17626/25752 +f 17460/17626/25752 17459/13974/20997 17458/17625/25751 +f 17460/17626/25752 17458/17625/25751 17461/17627/25753 +f 17461/17627/25753 17458/17625/25751 17042/17315/25749 +f 17461/17627/25753 17042/17315/25749 17462/17628/25754 +f 17462/17628/25754 17042/17315/25749 17457/17624/25748 +f 17462/17628/25754 17457/17624/25748 17463/17629/25755 +f 17463/17629/25755 17457/17624/25748 14428/14697/21749 +f 14428/14697/21749 17457/17624/25748 17044/14696/21748 +f 13800/13963/20986 13798/13960/20983 17464/17630/25756 +f 17464/17630/25756 17072/17336/25757 13800/13963/20986 +f 17465/17631/25758 17072/17336/25757 17464/17630/25756 +f 17072/17336/25757 17465/17631/25758 17073/17334/25759 +f 17466/17335/25281 17073/17334/25759 17465/17631/25758 +f 17467/14693/21744 17071/14691/21741 17466/17335/25281 +f 17101/17357/25320 17102/14614/21639 17468/17632/25760 +f 17100/17356/25761 17101/17357/25320 17468/17632/25760 +f 17099/17355/25762 17100/17356/25761 17469/17633/25763 +f 17099/17355/25762 17469/17633/25763 17470/13962/20985 +f 17099/17355/25762 17470/13962/20985 13799/13961/20984 +f 13798/13960/20983 17471/17634/25764 17464/17630/25756 +f 17464/17630/25756 17471/17634/25764 17465/17631/25758 +f 17465/17631/25758 17471/17634/25764 17472/17635/25765 +f 17465/17631/25758 17472/17635/25765 17473/17636/25766 +f 17465/17631/25758 17473/17636/25766 17466/17335/25281 +f 17466/17335/25281 17473/17636/25766 17474/17637/25767 +f 17466/17335/25281 17474/17637/25767 17467/14693/21744 +f 13798/13960/20983 17470/13962/20985 17471/17634/25764 +f 17471/17634/25764 17470/13962/20985 17469/17633/25763 +f 17471/17634/25764 17469/17633/25763 17472/17635/25765 +f 17472/17635/25765 17469/17633/25763 17100/17356/25761 +f 17472/17635/25765 17100/17356/25761 17473/17636/25766 +f 17473/17636/25766 17100/17356/25761 17468/17632/25760 +f 17473/17636/25766 17468/17632/25760 17474/17637/25767 +f 17474/17637/25767 17468/17632/25760 17467/14693/21744 +f 17467/14693/21744 17468/17632/25760 17102/14614/21639 +f 17128/17376/25768 17475/17638/25769 17129/17374/25770 +f 17476/17375/25351 17129/17374/25770 17475/17638/25769 +f 17477/14686/21735 17127/14687/21736 17476/17375/25351 +f 17154/17396/25386 17155/14684/21733 17478/17639/25771 +f 17153/17395/25772 17154/17396/25386 17478/17639/25771 +f 17152/17391/25773 17153/17395/25772 17479/17640/25774 +f 17480/13949/20972 17152/17391/25773 17479/17640/25774 +f 13791/13951/20974 13789/13948/20971 17481/17641/25775 +f 13791/13951/20974 17481/17641/25775 17128/17376/25768 +f 17128/17376/25768 17481/17641/25775 17482/17642/25776 +f 17128/17376/25768 17482/17642/25776 17475/17638/25769 +f 17475/17638/25769 17482/17642/25776 17483/17643/25777 +f 17475/17638/25769 17483/17643/25777 17476/17375/25351 +f 17476/17375/25351 17483/17643/25777 17484/17644/25778 +f 17476/17375/25351 17484/17644/25778 17477/14686/21735 +f 13789/13948/20971 17480/13949/20972 17481/17641/25775 +f 17481/17641/25775 17480/13949/20972 17479/17640/25774 +f 17481/17641/25775 17479/17640/25774 17482/17642/25776 +f 17482/17642/25776 17479/17640/25774 17153/17395/25772 +f 17482/17642/25776 17153/17395/25772 17483/17643/25777 +f 17483/17643/25777 17153/17395/25772 17478/17639/25771 +f 17483/17643/25777 17478/17639/25771 17484/17644/25778 +f 17484/17644/25778 17478/17639/25771 17477/14686/21735 +f 17477/14686/21735 17478/17639/25771 17155/14684/21733 +f 17485/17645/25779 17183/17416/25780 13781/13938/20961 +f 17486/17646/25781 17183/17416/25780 17485/17645/25779 +f 17183/17416/25780 17486/17646/25781 17184/17415/25782 +f 17182/14682/21731 17184/17415/25782 17493/17647/25783 +f 14421/14683/21732 17182/14682/21731 17493/17647/25783 +f 17211/17436/25452 17212/14677/21726 17487/17648/25784 +f 17210/17435/25785 17211/17436/25452 17487/17648/25784 +f 17209/17431/25786 17210/17435/25785 17488/17649/25787 +f 17200/13934/20957 17488/17649/25787 17489/13936/20959 +f 17200/13934/20957 17209/17431/25788 17488/17649/25787 +f 13781/13938/20961 13779/13935/20958 17485/17645/25779 +f 17485/17645/25779 13779/13935/20958 17490/17650/25789 +f 17485/17645/25779 17490/17650/25789 17486/17646/25781 +f 17486/17646/25781 17490/17650/25789 17491/17651/25790 +f 17486/17646/25781 17491/17651/25790 17184/17415/25782 +f 17184/17415/25782 17491/17651/25790 17492/17652/25791 +f 17184/17415/25782 17492/17652/25791 17493/17647/25783 +f 13779/13935/20958 17489/13936/20959 17490/17650/25789 +f 17490/17650/25789 17489/13936/20959 17488/17649/25787 +f 17490/17650/25789 17488/17649/25787 17491/17651/25790 +f 17491/17651/25790 17488/17649/25787 17210/17435/25785 +f 17491/17651/25790 17210/17435/25785 17492/17652/25791 +f 17492/17652/25791 17210/17435/25785 17487/17648/25784 +f 17492/17652/25791 17487/17648/25784 17493/17647/25783 +f 17493/17647/25783 17487/17648/25784 14421/14683/21732 +f 14421/14683/21732 17487/17648/25784 17212/14677/21726 +f 17495/17653/25792 13772/13925/20948 13770/13922/20945 +f 13772/13925/20948 17495/17653/25792 17236/17453/25793 +f 17236/17453/25793 17495/17653/25792 17496/17654/25794 +f 17496/17654/25794 17237/17451/25795 17236/17453/25793 +f 17237/17451/25795 17496/17654/25794 17235/17452/25479 +f 17494/17655/25796 14416/14671/21719 17497/14670/21717 +f 17494/17655/25796 17264/17473/25512 14416/14671/21719 +f 17263/17472/25797 17264/17473/25512 17494/17655/25796 +f 17262/17468/25798 17263/17472/25797 17498/17656/25799 +f 17499/13923/20946 17262/17468/25798 17498/17656/25799 +f 13770/13922/20945 17500/17657/25800 17495/17653/25792 +f 17495/17653/25792 17500/17657/25800 17496/17654/25794 +f 17496/17654/25794 17500/17657/25800 17501/17658/25801 +f 17496/17654/25794 17501/17658/25801 17235/17452/25479 +f 17235/17452/25479 17501/17658/25801 17502/17659/25802 +f 17235/17452/25479 17502/17659/25802 14414/14666/21711 +f 14414/14666/21711 17502/17659/25802 17497/14670/21717 +f 13770/13922/20945 17499/13923/20946 17500/17657/25800 +f 17500/17657/25800 17499/13923/20946 17498/17656/25799 +f 17500/17657/25800 17498/17656/25799 17501/17658/25801 +f 17501/17658/25801 17498/17656/25799 17263/17472/25797 +f 17501/17658/25801 17263/17472/25797 17502/17659/25802 +f 17502/17659/25802 17263/17472/25797 17494/17655/25796 +f 17502/17659/25802 17494/17655/25796 17497/14670/21717 +f 17503/17660/25803 17292/17492/25804 13763/13912/20935 +f 17293/17490/25805 17292/17492/25804 17504/17661/25806 +f 17293/17490/25805 17504/17661/25806 17505/17491/25541 +f 14418/14672/21721 17291/14675/21724 17505/17491/25541 +f 17318/17512/25574 17319/14669/21716 17506/17662/25807 +f 17317/17511/25808 17318/17512/25574 17506/17662/25807 +f 17316/17510/25809 17317/17511/25808 17507/17663/25810 +f 17316/17510/25809 17507/17663/25810 17508/13910/20933 +f 17316/17510/25809 17508/13910/20933 13760/13908/20931 +f 13763/13912/20935 13761/13909/20932 17503/17660/25803 +f 17503/17660/25803 13761/13909/20932 17509/17664/25811 +f 17503/17660/25803 17509/17664/25811 17292/17492/25804 +f 17292/17492/25804 17509/17664/25811 17504/17661/25806 +f 17504/17661/25806 17509/17664/25811 17510/17665/25812 +f 17504/17661/25806 17510/17665/25812 17505/17491/25541 +f 17505/17491/25541 17510/17665/25812 17511/17666/25813 +f 17505/17491/25541 17511/17666/25813 14418/14672/21721 +f 13761/13909/20932 17508/13910/20933 17507/17663/25810 +f 13761/13909/20932 17507/17663/25810 17509/17664/25811 +f 17509/17664/25811 17507/17663/25810 17317/17511/25808 +f 17509/17664/25811 17317/17511/25808 17510/17665/25812 +f 17510/17665/25812 17317/17511/25808 17506/17662/25807 +f 17510/17665/25812 17506/17662/25807 17511/17666/25813 +f 17511/17666/25813 17506/17662/25807 14418/14672/21721 +f 14418/14672/21721 17506/17662/25807 17319/14669/21716 +f 13754/13896/20919 17512/17667/25814 17513/17532/25815 +f 17514/17668/25816 17344/17530/25817 17513/17532/25815 +f 17514/17668/25816 17343/17531/25603 17344/17530/25817 +f 17515/17669/25818 16211/16496/25819 16212/16497/25820 +f 17515/17669/25818 16212/16497/25820 16213/16498/23963 +f 16210/16495/25821 16211/16496/25819 17516/17670/25822 +f 17516/17670/25822 16211/16496/25819 17515/17669/25818 +f 16210/16495/25821 17516/17670/25822 17517/13894/20917 +f 16210/16495/25821 17517/13894/20917 13750/13893/20916 +f 13754/13896/20919 13749/13891/20914 17512/17667/25814 +f 17512/17667/25814 13749/13891/20914 17518/17671/25823 +f 17512/17667/25814 17518/17671/25823 17513/17532/25815 +f 17513/17532/25815 17518/17671/25823 17514/17668/25816 +f 17514/17668/25816 17518/17671/25823 17519/17672/25824 +f 17514/17668/25816 17519/17672/25824 17343/17531/25603 +f 17343/17531/25603 17519/17672/25824 17520/17673/25825 +f 17343/17531/25603 17520/17673/25825 14406/14651/21693 +f 14406/14651/21693 17520/17673/25825 14391/14639/21673 +f 13749/13891/20914 17517/13894/20917 17516/17670/25822 +f 13749/13891/20914 17516/17670/25822 17518/17671/25823 +f 17518/17671/25823 17516/17670/25822 17515/17669/25818 +f 17518/17671/25823 17515/17669/25818 17519/17672/25824 +f 17519/17672/25824 17515/17669/25818 16213/16498/23963 +f 17519/17672/25824 16213/16498/23963 17520/17673/25825 +f 17520/17673/25825 16213/16498/23963 14391/14639/21673 +f 17521/17674/25826 16240/16517/25827 14277/14508/21531 +f 17522/17675/25828 16240/16517/25827 17521/17674/25826 +f 16240/16517/25827 17522/17675/25828 16241/16515/25829 +f 16241/16515/25829 17522/17675/25828 17523/17676/25830 +f 16241/16515/25829 17523/17676/25830 17524/16516/23990 +f 14394/14642/21681 16239/14643/21682 17524/16516/23990 +f 17525/17677/25831 16340/16805/24438 16341/14624/21653 +f 16339/16804/25832 16340/16805/24438 17525/17677/25831 +f 16338/16803/25833 16339/16804/25832 17526/17678/25834 +f 16338/16803/25833 17526/17678/25834 17527/14507/21530 +f 16338/16803/25833 17527/14507/21530 14275/14506/21529 +f 14277/14508/21531 14274/14505/21528 17521/17674/25826 +f 17521/17674/25826 14274/14505/21528 17528/17679/25835 +f 17521/17674/25826 17528/17679/25835 17522/17675/25828 +f 17522/17675/25828 17528/17679/25835 17529/17680/25836 +f 17522/17675/25828 17529/17680/25836 17523/17676/25830 +f 17523/17676/25830 17529/17680/25836 17530/17681/25837 +f 17523/17676/25830 17530/17681/25837 17524/16516/23990 +f 17524/16516/23990 17530/17681/25837 17531/17682/25838 +f 17524/16516/23990 17531/17682/25838 14394/14642/21681 +f 14274/14505/21528 17527/14507/21530 17528/17679/25835 +f 17528/17679/25835 17527/14507/21530 17526/17678/25834 +f 17528/17679/25835 17526/17678/25834 17529/17680/25836 +f 17529/17680/25836 17526/17678/25834 16339/16804/25832 +f 17529/17680/25836 16339/16804/25832 17530/17681/25837 +f 17530/17681/25837 16339/16804/25832 17525/17677/25831 +f 17530/17681/25837 17525/17677/25831 17531/17682/25838 +f 17531/17682/25838 17525/17677/25831 14394/14642/21681 +f 14394/14642/21681 17525/17677/25831 16341/14624/21653 +f 17532/17683/25839 16368/16825/25840 13922/14128/21151 +f 17533/17684/25841 16368/16825/25840 17532/17683/25839 +f 16368/16825/25840 17533/17684/25841 16369/16823/25842 +f 16369/16823/25842 17533/17684/25841 17534/17685/25843 +f 16369/16823/25842 17534/17685/25843 17535/16824/24466 +f 14389/14625/21656 16367/14638/21669 17535/16824/24466 +f 16394/16846/24504 16395/14619/21644 17536/17686/25844 +f 16393/16845/25845 16394/16846/24504 17536/17686/25844 +f 16392/16841/25846 16393/16845/25845 17537/17687/25847 +f 13919/14124/21147 17537/17687/25847 17538/14126/21149 +f 13919/14124/21147 16392/16841/25848 17537/17687/25847 +f 13922/14128/21151 13920/14125/21148 17532/17683/25839 +f 17532/17683/25839 13920/14125/21148 17539/17688/25849 +f 17532/17683/25839 17539/17688/25849 17533/17684/25841 +f 17533/17684/25841 17539/17688/25849 17540/17689/25850 +f 17533/17684/25841 17540/17689/25850 17534/17685/25843 +f 17534/17685/25843 17540/17689/25850 17541/17690/25851 +f 17534/17685/25843 17541/17690/25851 17535/16824/24466 +f 17535/16824/24466 17541/17690/25851 17542/17691/25852 +f 17535/16824/24466 17542/17691/25852 14389/14625/21656 +f 13920/14125/21148 17538/14126/21149 17539/17688/25849 +f 17539/17688/25849 17538/14126/21149 17537/17687/25847 +f 17539/17688/25849 17537/17687/25847 17540/17689/25850 +f 17540/17689/25850 17537/17687/25847 16393/16845/25845 +f 17540/17689/25850 16393/16845/25845 17541/17690/25851 +f 17541/17690/25851 16393/16845/25845 17536/17686/25844 +f 17541/17690/25851 17536/17686/25844 17542/17691/25852 +f 17542/17691/25852 17536/17686/25844 14389/14625/21656 +f 14389/14625/21656 17536/17686/25844 16395/14619/21644 +s 14 +f 17559/17692/25853 17562/17693/25854 17580/17694/25855 +f 17580/17694/25855 17562/17693/25854 17561/17695/25856 +s 734 +f 17579/17696/25857 17581/17697/25858 17578/17698/25859 +f 17578/17698/25859 17581/17697/25858 13647/13800/25860 +f 17578/17698/25859 13647/13800/25860 17577/17699/25861 +f 17577/17699/25861 13647/13800/25860 13664/13817/25862 +f 17577/17699/25861 13664/13817/25862 17575/17700/25863 +s 14 +f 17575/17700/25864 13664/13817/20823 17582/17701/25865 +s 735 +f 17575/17700/25866 17582/17701/25867 17576/17702/25868 +f 17576/17702/25868 17582/17701/25867 13651/13804/25869 +f 17576/17702/25868 13651/13804/25869 17574/17703/25870 +s 14 +f 17574/17703/25871 13651/13804/20802 17583/17704/25872 +s 736 +f 17574/17703/25873 17583/17704/25874 17573/17705/25875 +f 17573/17705/25875 17583/17704/25874 13652/13805/25876 +f 17573/17705/25875 13652/13805/25876 17572/17706/25877 +s 14 +f 17572/17706/25878 13652/13805/20805 17584/17707/25879 +s 737 +f 17572/17706/25880 17584/17707/25881 17570/17708/25882 +f 17570/17708/25882 17584/17707/25881 17571/17709/25883 +f 17571/17709/25883 17584/17707/25881 13638/13789/25884 +f 17571/17709/25883 13638/13789/25884 17569/17710/25885 +s 14 +f 17569/17710/25886 13638/13789/20779 17585/17711/25887 +s 738 +f 17569/17710/25888 17585/17711/25889 17568/17712/25890 +f 17568/17712/25890 17585/17711/25889 13637/13788/25891 +f 17568/17712/25890 13637/13788/25891 17565/17713/25892 +f 17565/17713/25892 13637/13788/25891 13633/13784/25893 +f 17565/17713/25892 13633/13784/25893 17567/17714/25894 +s 14 +f 17567/17714/25895 13633/13784/20769 17586/17715/25896 +f 17567/17714/25897 17586/17715/25898 17566/17716/25899 +f 17566/17716/25899 17586/17715/25898 17587/17717/25900 +f 17566/17716/25899 17587/17717/25900 17564/17718/25901 +f 17564/17718/25901 17587/17717/25900 17563/17719/25902 +f 17563/17719/25902 17587/17717/25900 17597/17720/25903 +f 17563/17719/25902 17597/17720/25903 17561/17695/25856 +f 17561/17695/25856 17597/17720/25903 17580/17694/25855 +f 17559/17692/25853 17588/17721/25904 17560/17722/25905 +f 17560/17722/25905 17588/17721/25904 13658/13811/25906 +f 17560/17722/25905 13658/13811/25906 17558/17723/25907 +f 17558/17723/25908 13658/13811/20815 17589/17724/25909 +s 742 +f 17558/17723/25910 17589/17724/25911 17556/17725/25912 +f 17556/17725/25912 17589/17724/25911 17557/17726/25913 +f 17557/17726/25913 17589/17724/25911 13716/13864/25914 +f 17557/17726/25913 13716/13864/25914 17555/17727/25915 +s 14 +f 17555/17727/25916 13716/13864/20884 17590/17728/25917 +s 743 +f 17555/17727/25918 17590/17728/25919 17554/17729/25920 +f 17554/17729/25920 17590/17728/25919 13715/13863/25921 +f 17554/17729/25920 13715/13863/25921 17552/17730/25922 +f 17552/17730/25922 13715/13863/25921 13714/13862/25923 +f 17552/17730/25922 13714/13862/25923 17553/17731/25924 +s 14 +f 17553/17731/25925 13714/13862/20879 17591/17732/25926 +s 744 +f 17553/17731/25927 17591/17732/25928 17551/17733/25929 +f 17551/17733/25929 17591/17732/25928 13717/13861/25930 +f 17551/17733/25929 13717/13861/25930 17549/17734/25931 +s 14 +f 17549/17734/25932 13717/13861/20877 17592/17735/25933 +s 745 +f 17549/17734/25934 17592/17735/25935 17550/17736/25936 +f 17550/17736/25936 17592/17735/25935 13696/13842/25937 +f 17550/17736/25936 13696/13842/25937 17547/17737/25938 +s 14 +f 17547/17737/25939 13696/13842/20855 17593/17738/25940 +s 746 +f 17547/17737/25941 17593/17738/25942 17548/17739/25943 +f 17548/17739/25943 17593/17738/25942 13703/13849/25944 +f 17548/17739/25943 13703/13849/25944 17546/17740/25945 +f 17546/17740/25945 13703/13849/25944 13704/13850/25946 +f 17546/17740/25945 13704/13850/25946 17545/17741/25947 +s 14 +f 17545/17741/25948 13704/13850/20864 17594/17742/25949 +s 747 +f 17545/17741/25950 17594/17742/25951 17544/17743/25952 +f 17544/17743/25952 17594/17742/25951 17543/17744/25953 +f 17543/17744/25953 17594/17742/25951 17595/13799/25954 +f 17543/17744/25953 17595/13799/25954 17579/17696/25955 +s 14 +f 17579/17696/25956 17595/13799/20793 17581/17697/25957 +f 17597/17720/25903 17596/17745/25958 17580/17694/25855 +f 17580/17694/25855 17596/17745/25958 17559/17692/25853 +f 17559/17692/25853 17596/17745/25958 17588/17721/25904 +f 17581/17697/25957 17595/13799/20793 13647/13800/20796 +f 17582/17701/25865 13664/13817/20823 13651/13804/20802 +f 17583/17704/25872 13651/13804/20802 13652/13805/20805 +f 17584/17707/25879 13652/13805/20805 13653/13806/20808 +f 17584/17707/25879 13653/13806/20808 13638/13789/20779 +f 17585/17711/25887 13638/13789/20779 13637/13788/20777 +f 17586/17715/25896 13633/13784/20769 17587/17717/25959 +f 17587/17717/25959 13633/13784/20769 13632/13783/20768 +f 17587/17717/25959 13632/13783/20768 17597/17720/25903 +f 17596/17745/25958 13636/13787/20776 17588/17721/25960 +f 17588/17721/25960 13636/13787/20776 13635/13786/20775 +f 17588/17721/25960 13635/13786/20775 13658/13811/20815 +f 17589/17724/25909 13658/13811/20815 13657/13810/20814 +f 17589/17724/25909 13657/13810/20814 13716/13864/20884 +f 17590/17728/25917 13716/13864/20884 13715/13863/20882 +f 17591/17732/25926 13714/13862/20879 13717/13861/20877 +f 17592/17735/25933 13717/13861/20877 13696/13842/20855 +f 17593/17738/25940 13696/13842/20855 13703/13849/20863 +f 17594/17742/25949 13704/13850/20864 13644/13798/20791 +f 17594/17742/25949 13644/13798/20791 17595/13799/20793 +f 17597/17720/25903 13643/13795/20787 17596/17745/25958 +f 17596/17745/25958 13643/13795/20787 13636/13787/20776 +f 13632/13783/20768 13643/13795/20787 17597/17720/25903 +s 748 +f 17598/17746/25961 13706/13852/25962 17599/17747/25963 +f 17599/17747/25963 13706/13852/25962 13705/13851/25964 +f 17599/17747/25963 13705/13851/25964 17696/14845/25965 +f 17696/14845/25965 13705/13851/25964 13698/13843/25966 +s 749 +f 13706/13852/25967 17598/17746/25968 13645/13796/25969 +f 13645/13796/25969 17598/17746/25968 17600/17748/25970 +f 13645/13796/25969 17600/17748/25970 13646/13797/25971 +f 13646/13797/25971 17600/17748/25970 17601/17749/25972 +f 13646/13797/25971 17601/17749/25972 13659/13812/25973 +f 13659/13812/25973 17601/17749/25972 17602/17750/25974 +f 13659/13812/25973 17602/17750/25974 13660/13813/25975 +f 13660/13813/25975 17602/17750/25974 17603/17751/25976 +f 13660/13813/25975 17603/17751/25976 13661/13814/25977 +f 13661/13814/25977 17603/17751/25976 17604/17752/25978 +f 13661/13814/25977 17604/17752/25978 13662/13815/25979 +f 13662/13815/25979 17604/17752/25978 17605/13781/25980 +f 13662/13815/25979 17605/13781/25980 13631/13782/25981 +s 750 +f 13628/13778/25982 13627/13777/25983 17606/17753/25984 +f 13628/13778/25982 17606/17753/25984 13682/13834/25985 +f 13682/13834/25985 17606/17753/25984 17607/17754/25986 +f 13682/13834/25985 17607/17754/25986 13681/13832/25987 +f 13681/13832/25987 17607/17754/25986 17608/17755/25988 +f 13681/13832/25987 17608/17755/25988 13680/13833/25989 +f 13680/13833/25989 17608/17755/25988 17609/17756/25990 +f 13680/13833/25989 17609/17756/25990 17610/17757/25991 +f 13680/13833/25989 17610/17757/25991 13674/13835/25992 +f 13674/13835/25992 17610/17757/25991 17611/17758/25993 +f 13674/13835/25992 17611/17758/25993 13683/13818/25994 +f 13683/13818/25994 17611/17758/25993 17612/17759/25995 +f 13683/13818/25994 17612/17759/25995 13665/13776/25996 +f 13665/13776/25996 17612/17759/25995 17613/13775/25997 +s 751 +f 13624/13772/25998 13623/13771/25999 13648/13801/26000 +f 13648/13801/26000 13623/13771/25999 17614/17760/26001 +f 13648/13801/26000 17614/17760/26001 13663/13816/26002 +f 13663/13816/26002 17614/17760/26001 17615/17761/26003 +f 13663/13816/26002 17615/17761/26003 13650/13803/26004 +f 13650/13803/26004 17615/17761/26003 17616/17762/26005 +f 13650/13803/26004 17616/17762/26005 13649/13802/26006 +f 13649/13802/26006 17616/17762/26005 13675/13826/26007 +f 13675/13826/26007 17616/17762/26005 17617/17763/26008 +f 13675/13826/26007 17617/17763/26008 13684/13836/26009 +f 13684/13836/26009 17617/17763/26008 17618/17764/26010 +f 13684/13836/26009 17618/17764/26010 13685/13837/26011 +f 13685/13837/26011 17618/17764/26010 17619/13769/26012 +f 13685/13837/26011 17619/13769/26012 13622/13770/26013 +s 752 +f 13619/13766/26014 13618/13765/26015 13677/13829/26016 +f 13677/13829/26016 13618/13765/26015 17620/17765/26017 +f 13677/13829/26016 17620/17765/26017 13676/13827/26018 +f 13676/13827/26018 17620/17765/26017 17621/17766/26019 +f 13676/13827/26018 17621/17766/26019 13686/13838/26020 +f 13686/13838/26020 17621/17766/26019 17622/17767/26021 +f 13686/13838/26020 17622/17767/26021 13687/13828/26022 +f 13687/13828/26022 17622/17767/26021 17623/17768/26023 +f 13687/13828/26022 17623/17768/26023 17624/17769/26024 +f 13687/13828/26022 17624/17769/26024 13666/13819/26025 +f 13666/13819/26025 17624/17769/26024 17625/17770/26026 +f 13666/13819/26025 17625/17770/26026 13667/13820/26027 +f 13667/13820/26027 17625/17770/26026 13678/13764/26028 +f 13678/13764/26028 17625/17770/26026 17626/13763/26029 +s 753 +f 13615/13760/26030 13614/13759/26031 17627/17771/26032 +f 13615/13760/26030 17627/17771/26032 13668/13821/26033 +f 13668/13821/26033 17627/17771/26032 13669/13822/26034 +f 13669/13822/26034 17627/17771/26032 17628/17772/26035 +f 13669/13822/26034 17628/17772/26035 13670/13823/26036 +f 13670/13823/26036 17628/17772/26035 17629/17773/26037 +f 13670/13823/26036 17629/17773/26037 17630/17774/26038 +f 13670/13823/26036 17630/17774/26038 13688/13839/26039 +f 13688/13839/26039 17630/17774/26038 17631/17775/26040 +f 13688/13839/26039 17631/17775/26040 13699/13844/26041 +f 13699/13844/26041 17631/17775/26040 17632/17776/26042 +f 13699/13844/26041 17632/17776/26042 13700/13845/26043 +f 13700/13845/26043 17632/17776/26042 17633/13757/26044 +f 13700/13845/26043 17633/13757/26044 13613/13758/26045 +s 754 +f 13610/13754/26046 17699/13753/26047 17634/17777/26048 +f 13610/13754/26046 17634/17777/26048 13654/13790/26049 +f 13654/13790/26049 17634/17777/26048 17635/17778/26050 +f 13654/13790/26049 17635/17778/26050 13639/13791/26051 +f 13639/13791/26051 17635/17778/26050 17636/17779/26052 +f 13639/13791/26051 17636/17779/26052 13671/13792/26053 +f 13671/13792/26053 17636/17779/26052 13672/13793/26054 +f 13672/13793/26054 17636/17779/26052 17637/17780/26055 +f 13672/13793/26054 17637/17780/26055 13640/13794/26056 +f 13640/13794/26056 17637/17780/26055 17638/17781/26057 +f 13640/13794/26056 17638/17781/26057 13641/13785/26058 +f 13641/13785/26058 17638/17781/26057 17639/17782/26059 +f 13641/13785/26058 17639/17782/26059 13634/13752/26060 +f 13634/13752/26060 17639/17782/26059 17640/13751/26061 +s 755 +f 13607/13748/26062 17698/13747/26063 17641/17783/26064 +f 13607/13748/26062 17641/17783/26064 13689/13840/26065 +f 13689/13840/26065 17641/17783/26064 17642/17784/26066 +f 13689/13840/26065 17642/17784/26066 13690/13841/26067 +f 13690/13841/26067 17642/17784/26066 17643/17785/26068 +f 13690/13841/26067 17643/17785/26068 13691/13824/26069 +f 13691/13824/26069 17643/17785/26068 17644/17786/26070 +f 13691/13824/26069 17644/17786/26070 13673/13808/26071 +f 13673/13808/26071 17644/17786/26070 17645/17787/26072 +f 13673/13808/26071 17645/17787/26072 13655/13807/26073 +f 13655/13807/26073 17645/17787/26072 17646/17788/26074 +f 13655/13807/26073 17646/17788/26074 13656/13809/26075 +f 13656/13809/26075 17646/17788/26074 13642/13746/26076 +f 13642/13746/26076 17646/17788/26074 17647/13745/26077 +s 756 +f 13604/13742/26078 13603/13741/26079 17648/17789/26080 +f 13604/13742/26078 17648/17789/26080 13702/13848/26081 +f 13702/13848/26081 17648/17789/26080 13718/13865/26082 +f 13718/13865/26082 17648/17789/26080 17649/17790/26083 +f 13718/13865/26082 17649/17790/26083 13730/13846/26084 +f 13730/13846/26084 17649/17790/26083 17650/17791/26085 +f 13730/13846/26084 17650/17791/26085 17651/17792/26086 +f 13730/13846/26084 17651/17792/26086 13711/13856/26087 +f 13711/13856/26087 17651/17792/26086 17652/17793/26088 +f 13711/13856/26087 17652/17793/26088 13710/13847/26089 +f 13710/13847/26089 17652/17793/26088 17653/17794/26090 +f 13710/13847/26089 17653/17794/26090 13701/13740/26091 +f 13701/13740/26091 17653/17794/26090 17654/13739/26092 +s 757 +f 13600/13736/26093 13599/13735/26094 17655/17795/26095 +f 13600/13736/26093 17655/17795/26095 13692/13857/26096 +f 13692/13857/26096 17655/17795/26095 13723/13868/26097 +f 13723/13868/26097 17655/17795/26095 17656/17796/26098 +f 13723/13868/26097 17656/17796/26098 13724/13869/26099 +f 13724/13869/26099 17656/17796/26098 17657/17797/26100 +f 13724/13869/26099 17657/17797/26100 13731/13872/26101 +f 13731/13872/26101 17657/17797/26100 17658/17798/26102 +f 13731/13872/26101 17658/17798/26102 13726/13870/26103 +f 13726/13870/26103 17658/17798/26102 17659/17799/26104 +f 13726/13870/26103 17659/17799/26104 13725/13871/26105 +f 13725/13871/26105 17659/17799/26104 17660/17800/26106 +f 13725/13871/26105 17660/17800/26106 13693/13734/26107 +f 13693/13734/26107 17660/17800/26106 17661/13733/26108 +s 758 +f 13596/13730/26109 13595/13729/26110 13712/13859/26111 +f 13712/13859/26111 13595/13729/26110 17662/17801/26112 +f 13712/13859/26111 17662/17801/26112 13713/13860/26113 +f 13713/13860/26113 17662/17801/26112 17663/17802/26114 +f 13713/13860/26113 17663/17802/26114 17664/17803/26115 +f 13713/13860/26113 17664/17803/26115 13719/13866/26116 +f 13719/13866/26116 17664/17803/26115 17665/17804/26117 +f 13719/13866/26116 17665/17804/26117 13732/13880/26118 +f 13732/13880/26118 17665/17804/26117 17666/17805/26119 +f 13732/13880/26118 17666/17805/26119 13733/13881/26120 +f 13733/13881/26120 17666/17805/26119 17667/17806/26121 +f 13733/13881/26120 17667/17806/26121 13738/13867/26122 +f 13738/13867/26122 17667/17806/26121 17668/17807/26123 +f 13738/13867/26122 17668/17807/26123 13720/13858/26124 +f 13720/13858/26124 17668/17807/26123 17669/13727/26125 +f 13720/13858/26124 17669/13727/26125 13594/13728/26126 +s 759 +f 13591/13724/26127 13590/13723/26128 17670/17808/26129 +f 13591/13724/26127 17670/17808/26129 13727/13873/26130 +f 13727/13873/26130 17670/17808/26129 17671/17809/26131 +f 13727/13873/26130 17671/17809/26131 13728/13874/26132 +f 13728/13874/26132 17671/17809/26131 17672/17810/26133 +f 13728/13874/26132 17672/17810/26133 13729/13876/26134 +f 13729/13876/26134 17672/17810/26133 17673/17811/26135 +f 13729/13876/26134 17673/17811/26135 13739/13886/26136 +f 13739/13886/26136 17673/17811/26135 17674/17812/26137 +f 13739/13886/26136 17674/17812/26137 13740/13875/26138 +f 13740/13875/26138 17674/17812/26137 17675/17813/26139 +f 13740/13875/26138 17675/17813/26139 13694/13722/26140 +f 13694/13722/26140 17675/17813/26139 17676/13721/26141 +s 760 +f 13587/13718/26142 13586/13717/26143 17677/17814/26144 +f 13587/13718/26142 17677/17814/26144 13741/13887/26145 +f 13741/13887/26145 17677/17814/26144 17678/17815/26146 +f 13741/13887/26145 17678/17815/26146 13734/13882/26147 +f 13734/13882/26147 17678/17815/26146 17679/17816/26148 +f 13734/13882/26147 17679/17816/26148 13735/13883/26149 +f 13735/13883/26149 17679/17816/26148 17680/17817/26150 +f 13735/13883/26149 17680/17817/26150 13721/13884/26151 +f 13721/13884/26151 17680/17817/26150 17681/17818/26152 +f 13721/13884/26151 17681/17818/26152 13736/13885/26153 +f 13736/13885/26153 17681/17818/26152 17682/17819/26154 +f 13736/13885/26153 17682/17819/26154 13742/13888/26155 +f 13742/13888/26155 17682/17819/26154 17683/13715/26156 +f 13742/13888/26155 17683/13715/26156 13585/13716/26157 +s 761 +f 13582/13712/26158 14552/13711/26159 13737/13879/26160 +f 13737/13879/26160 14552/13711/26159 17684/17820/26161 +f 13737/13879/26160 17684/17820/26161 13722/13877/26162 +f 13722/13877/26162 17684/17820/26161 17685/17821/26163 +f 13722/13877/26162 17685/17821/26163 13743/13889/26164 +f 13743/13889/26164 17685/17821/26163 17686/17822/26165 +f 13743/13889/26164 17686/17822/26165 17687/17823/26166 +f 13743/13889/26164 17687/17823/26166 13744/13890/26167 +f 13744/13890/26167 17687/17823/26166 17688/17824/26168 +f 13744/13890/26167 17688/17824/26168 13745/13878/26169 +f 13745/13878/26169 17688/17824/26168 17689/17825/26170 +f 13745/13878/26169 17689/17825/26170 13695/13825/26171 +f 13695/13825/26171 17689/17825/26170 17690/13709/26172 +f 13695/13825/26171 17690/13709/26172 13581/13710/26173 +s 762 +f 13578/13706/26174 14555/13705/26175 17691/17826/26176 +f 13578/13706/26174 17691/17826/26176 13708/13853/26177 +f 13708/13853/26177 17691/17826/26176 17692/17827/26178 +f 13708/13853/26177 17692/17827/26178 13709/13855/26179 +f 13709/13855/26179 17692/17827/26178 17693/17828/26180 +f 13709/13855/26179 17693/17828/26180 13707/13854/26181 +f 13707/13854/26181 17693/17828/26180 17694/17829/26182 +f 13707/13854/26181 17694/17829/26182 13697/13830/26183 +f 13697/13830/26183 17694/17829/26182 17695/17830/26184 +f 13697/13830/26183 17695/17830/26184 13679/13831/26185 +f 13679/13831/26185 17695/17830/26184 13698/13843/26186 +f 13698/13843/26186 17695/17830/26184 17696/14845/26187 +s 763 +f 14577/14872/26188 13599/13735/26189 13601/13737/26190 +f 14577/14872/26188 13601/13737/26190 17654/13739/26191 +s 764 +f 17661/13733/26192 17660/17800/26193 14565/14858/26194 +f 17660/17800/26193 17659/17799/26195 14565/14858/26194 +f 17659/17799/26195 17658/17798/26196 14565/14858/26194 +f 14565/14858/26194 17658/17798/26196 14572/14869/26197 +f 14572/14869/26197 17658/17798/26196 17657/17797/26198 +f 14572/14869/26197 17657/17797/26198 17656/17796/26199 +f 14572/14869/26197 17656/17796/26199 14567/14861/26200 +f 14567/14861/26200 17656/17796/26199 17655/17795/26201 +f 14567/14861/26200 17655/17795/26201 14577/14872/26202 +f 14577/14872/26202 17655/17795/26201 13599/13735/26203 +s 756 +f 17654/13739/26204 17653/17794/26205 14578/14859/26206 +f 17653/17794/26205 17652/17793/26088 14578/14859/26206 +f 14578/14859/26206 17652/17793/26088 14566/14860/26207 +f 17652/17793/26088 17651/17792/26086 14566/14860/26207 +s 766 +f 14566/14860/26208 17651/17792/26209 17650/17791/26210 +f 14566/14860/26208 17650/17791/26210 17649/17790/26211 +f 14566/14860/26208 17649/17790/26211 14576/14863/26212 +f 14576/14863/26212 17649/17790/26211 17648/17789/26213 +f 14576/14863/26212 17648/17789/26213 17697/14864/26214 +f 17697/14864/26214 17648/17789/26213 13603/13741/26215 +s 767 +f 14563/14857/26216 13595/13729/26217 13597/13731/26218 +f 14563/14857/26216 13597/13731/26218 17661/13733/26219 +s 768 +f 17697/14864/26220 13603/13741/26221 13605/13743/26222 +f 17697/14864/26220 13605/13743/26222 17647/13745/26223 +s 769 +f 17669/13727/26224 17668/17807/26225 14574/14853/26226 +f 17668/17807/26225 17667/17806/26227 14574/14853/26226 +f 14574/14853/26226 17667/17806/26227 14562/14854/26228 +f 17667/17806/26227 17666/17805/26229 14562/14854/26228 +f 14562/14854/26228 17666/17805/26229 17665/17804/26230 +f 14562/14854/26228 17665/17804/26230 17664/17803/26231 +f 14562/14854/26228 17664/17803/26231 14571/14868/26232 +f 14571/14868/26232 17664/17803/26231 17663/17802/26233 +f 14571/14868/26232 17663/17802/26233 17662/17801/26234 +f 14571/14868/26232 17662/17801/26234 14563/14857/26235 +f 14563/14857/26235 17662/17801/26234 13595/13729/26236 +s off +f 17647/13745/26237 17646/17788/26238 14570/14850/26239 +s 770 +f 17646/17788/26240 17645/17787/26241 14570/14850/26242 +f 14570/14850/26242 17645/17787/26241 14557/14851/26243 +f 14557/14851/26243 17645/17787/26241 17644/17786/26244 +f 14557/14851/26243 17644/17786/26244 17643/17785/26245 +f 14557/14851/26243 17643/17785/26245 17642/17784/26246 +f 14557/14851/26243 17642/17784/26246 14558/14852/26247 +f 14558/14852/26247 17642/17784/26246 17641/17783/26248 +f 14558/14852/26247 17641/17783/26248 17698/13747/26249 +s 229 +f 14560/14865/26250 13590/13723/26251 13592/13725/26252 +f 14560/14865/26250 13592/13725/26252 14561/14866/21996 +f 14561/14866/21996 13592/13725/26252 17669/13727/21997 +s 772 +f 14568/14870/26253 17698/13747/26254 13608/13749/26255 +f 14568/14870/26253 13608/13749/26255 17640/13751/26256 +s 773 +f 14580/14873/26257 17676/13721/26258 17675/17813/26259 +f 14580/14873/26257 17675/17813/26259 14581/14874/26260 +f 17675/17813/26259 17674/17812/26261 14581/14874/26260 +f 17674/17812/26261 17673/17811/26262 14581/14874/26260 +f 14581/14874/26260 17673/17811/26262 17672/17810/26263 +f 14581/14874/26260 17672/17810/26263 14475/14767/26264 +f 14475/14767/26264 17672/17810/26263 17671/17809/26265 +f 14475/14767/26264 17671/17809/26265 17670/17808/26266 +f 14475/14767/26264 17670/17808/26266 14579/14867/26267 +f 14579/14867/26267 17670/17808/26266 14560/14865/26268 +f 14560/14865/26268 17670/17808/26266 13590/13723/26269 +s 774 +f 14568/14870/26270 17640/13751/26271 17639/17782/26272 +f 14568/14870/26270 17639/17782/26272 14559/14855/26273 +f 17639/17782/26272 17638/17781/26274 14559/14855/26273 +f 17638/17781/26274 17637/17780/26275 14559/14855/26273 +f 14559/14855/26273 17637/17780/26275 14564/14856/26276 +f 14564/14856/26276 17637/17780/26275 17636/17779/26277 +f 14564/14856/26276 17636/17779/26277 17635/17778/26278 +f 14564/14856/26276 17635/17778/26278 14569/14862/26279 +f 14569/14862/26279 17635/17778/26278 17634/17777/26280 +s off +f 14569/14862/26281 17634/17777/26282 17699/13753/26283 +s 775 +f 14584/14877/26284 13586/13717/26285 13588/13719/26286 +f 13588/13719/26286 17676/13721/26287 14580/14873/26288 +f 14584/14877/26284 13588/13719/26286 14580/14873/26288 +s 776 +f 14575/14871/26289 17699/13753/26290 13611/13755/26291 +f 14575/14871/26289 13611/13755/26291 17633/13757/26292 +s 777 +f 14545/14841/26293 17683/13715/26294 17682/17819/26295 +f 14545/14841/26293 17682/17819/26295 14544/14839/26296 +f 17682/17819/26295 17681/17818/26297 14544/14839/26296 +f 17681/17818/26297 17680/17817/26298 14544/14839/26296 +f 14544/14839/26296 17680/17817/26298 14582/14875/26299 +f 14582/14875/26299 17680/17817/26298 17679/17816/26300 +f 14582/14875/26299 17679/17816/26300 17678/17815/26301 +f 14582/14875/26299 17678/17815/26301 14583/14876/26302 +f 14583/14876/26302 17678/17815/26301 17677/17814/26303 +f 14583/14876/26302 17677/17814/26303 14584/14877/26304 +f 14584/14877/26304 17677/17814/26303 13586/13717/26305 +s 753 +f 14575/14871/26306 17633/13757/26307 17632/17776/26308 +f 14575/14871/26306 17632/17776/26308 14573/14847/26309 +f 17632/17776/26308 17631/17775/26310 14573/14847/26309 +f 17629/17773/26037 14556/14848/26311 17630/17774/26038 +f 17630/17774/26038 14556/14848/26311 14573/14847/26309 +f 17630/17774/26038 14573/14847/26309 17631/17775/26310 +s 779 +f 14556/14848/26312 17629/17773/26313 17628/17772/26314 +f 14556/14848/26312 17628/17772/26314 17627/17771/26315 +f 14556/14848/26312 17627/17771/26315 17700/14849/26316 +f 17700/14849/26316 17627/17771/26315 13614/13759/26317 +s 780 +f 13583/13713/26318 17683/13715/26319 14545/14841/26320 +f 14552/13711/26321 13583/13713/26318 14545/14841/26320 +s 781 +f 17700/14849/26322 13614/13759/26323 13616/13761/26324 +f 14531/14821/26325 17700/14849/26322 13616/13761/26324 +f 14531/14821/26325 13616/13761/26324 17626/13763/26326 +s 782 +f 14549/14846/26327 17690/13709/26328 17689/17825/26329 +f 14549/14846/26327 17689/17825/26329 14542/14831/26330 +f 17689/17825/26329 17688/17824/26331 14542/14831/26330 +f 14542/14831/26330 17688/17824/26331 14543/14832/26332 +f 17688/17824/26331 17687/17823/26333 14543/14832/26332 +f 14543/14832/26332 17687/17823/26333 17686/17822/26334 +f 14543/14832/26332 17686/17822/26334 17685/17821/26335 +s 761 +f 14543/14832/26336 17685/17821/26163 17684/17820/26161 +s off +f 14543/14832/26337 17684/17820/26338 14551/14840/26339 +f 14551/14840/26340 17684/17820/26341 14552/13711/26342 +s 783 +f 14531/14821/26343 17626/13763/26344 17625/17770/26345 +f 14531/14821/26343 17625/17770/26345 14532/14822/26346 +f 17625/17770/26345 17624/17769/26347 14532/14822/26346 +f 14532/14822/26346 17624/17769/26347 14536/14826/26348 +f 17624/17769/26347 17623/17768/26349 14536/14826/26348 +f 14536/14826/26348 17623/17768/26349 17622/17767/26350 +f 14536/14826/26348 17622/17767/26350 14538/14827/26351 +f 14538/14827/26351 17622/17767/26350 17621/17766/26352 +f 14538/14827/26351 17621/17766/26352 17620/17765/26353 +f 14538/14827/26351 17620/17765/26353 17701/14842/26354 +f 17701/14842/26354 17620/17765/26353 13618/13765/26355 +s 784 +f 13579/13707/26356 17690/13709/26357 14549/14846/26358 +f 14555/13705/26359 13579/13707/26356 14549/14846/26358 +s 785 +f 17701/14842/26360 13618/13765/26361 13620/13767/26362 +f 14537/14833/26363 17701/14842/26360 13620/13767/26362 +f 14537/14833/26363 13620/13767/26362 17619/13769/26364 +s off +f 17696/14845/26365 17695/17830/26366 14553/14837/26367 +s 786 +f 17695/17830/26368 17694/17829/26369 14553/14837/26370 +f 14553/14837/26370 17694/17829/26369 14548/14835/26371 +f 14548/14835/26371 17694/17829/26369 17693/17828/26372 +f 14548/14835/26371 17693/17828/26372 17692/17827/26373 +f 14548/14835/26371 17692/17827/26373 14547/14836/26374 +f 14547/14836/26374 17692/17827/26373 17691/17826/26375 +f 14547/14836/26374 17691/17826/26375 14555/13705/26376 +s 787 +f 14537/14833/26377 17619/13769/26378 17618/17764/26379 +f 14537/14833/26377 17618/17764/26379 14546/14834/26380 +f 17618/17764/26379 17617/17763/26381 14546/14834/26380 +f 14546/14834/26380 17617/17763/26381 14533/14819/26382 +f 14533/14819/26382 17617/17763/26381 17616/17762/26383 +f 14533/14819/26382 17616/17762/26383 17615/17761/26384 +f 14533/14819/26382 17615/17761/26384 14530/14820/26385 +f 14530/14820/26385 17615/17761/26384 17614/17760/26386 +f 14530/14820/26385 17614/17760/26386 17702/14823/26387 +f 17702/14823/26387 17614/17760/26386 13623/13771/26388 +s 788 +f 14539/14844/26389 17598/17746/26390 17599/17747/26391 +f 14539/14844/26389 17599/17747/26391 17696/14845/26392 +s 789 +f 17702/14823/26393 13623/13771/26394 13625/13773/26395 +f 17702/14823/26393 13625/13773/26395 17613/13775/26396 +s 790 +f 17605/13781/26397 17604/17752/26398 14550/14830/26399 +f 14550/14830/26399 17604/17752/26398 14540/14828/26400 +f 17604/17752/26398 17603/17751/26401 14540/14828/26400 +f 14540/14828/26400 17603/17751/26401 17602/17750/26402 +f 14540/14828/26400 17602/17750/26402 14554/14843/26403 +f 14554/14843/26403 17602/17750/26402 17601/17749/26404 +f 14554/14843/26403 17601/17749/26404 17600/17748/26405 +f 14554/14843/26403 17600/17748/26405 14539/14844/26406 +f 14539/14844/26406 17600/17748/26405 17598/17746/26407 +s 791 +f 17613/13775/26408 17612/17759/26409 14534/14824/26410 +f 17612/17759/26409 17611/17758/26411 14534/14824/26410 +f 14534/14824/26410 17611/17758/26411 14535/14825/26412 +f 17611/17758/26411 17610/17757/26413 14535/14825/26412 +f 14535/14825/26412 17610/17757/26413 17609/17756/26414 +f 14535/14825/26412 17609/17756/26414 17608/17755/26415 +f 14535/14825/26412 17608/17755/26415 17607/17754/26416 +f 14535/14825/26412 17607/17754/26416 14541/14829/26417 +f 14541/14829/26417 17607/17754/26416 17606/17753/26418 +f 14541/14829/26417 17606/17753/26418 17703/14838/26419 +f 17703/14838/26419 17606/17753/26418 13627/13777/26420 +s 792 +f 17703/14838/26421 13627/13777/26422 13629/13779/26423 +f 17703/14838/26421 13629/13779/26423 17605/13781/26424 +s 793 +f 14980/15287/26425 14973/15279/26426 17562/17693/26427 +f 14974/15281/26428 17561/17695/26429 14973/15279/26426 +f 14973/15279/26426 17561/17695/26429 17562/17693/26427 +f 14976/15283/26430 17563/17719/26431 14974/15281/26428 +f 14974/15281/26428 17563/17719/26431 17561/17695/26429 +f 14977/15284/26432 17564/17718/26433 14976/15283/26430 +f 14976/15283/26430 17564/17718/26433 17563/17719/26431 +f 14999/15306/26434 17566/17716/26435 14977/15284/26432 +f 14977/15284/26432 17566/17716/26435 17564/17718/26433 +f 15000/15307/26436 17567/17714/26437 14999/15306/26434 +f 14999/15306/26434 17567/17714/26437 17566/17716/26435 +f 15002/15309/26438 17565/17713/26439 15000/15307/26436 +f 15000/15307/26436 17565/17713/26439 17567/17714/26437 +f 15003/15310/26440 17568/17712/26441 15002/15309/26438 +f 15002/15309/26438 17568/17712/26441 17565/17713/26439 +f 15005/15311/26442 17569/17710/26443 15003/15310/26440 +f 15003/15310/26440 17569/17710/26443 17568/17712/26441 +f 14995/15301/26444 17571/17709/26445 15005/15311/26442 +f 15005/15311/26442 17571/17709/26445 17569/17710/26443 +f 14996/15303/26446 17570/17708/26447 14995/15301/26444 +f 14995/15301/26444 17570/17708/26447 17571/17709/26445 +f 14998/15305/26448 17572/17706/26449 14996/15303/26446 +f 14996/15303/26446 17572/17706/26449 17570/17708/26447 +f 14985/15292/26450 17573/17705/26451 14998/15305/26448 +f 14998/15305/26448 17573/17705/26451 17572/17706/26449 +f 14987/15294/26452 17574/17703/26453 14985/15292/26450 +f 14985/15292/26450 17574/17703/26453 17573/17705/26451 +f 14988/15295/26454 17576/17702/26455 14987/15294/26452 +f 14987/15294/26452 17576/17702/26455 17574/17703/26453 +f 14989/15296/26456 17575/17700/26457 14988/15295/26454 +f 14988/15295/26454 17575/17700/26457 17576/17702/26455 +f 14991/15298/26458 17577/17699/26459 14989/15296/26456 +f 14989/15296/26456 17577/17699/26459 17575/17700/26457 +f 14992/15299/26460 17578/17698/26461 14991/15298/26458 +f 14991/15298/26458 17578/17698/26461 17577/17699/26459 +f 14993/15300/26462 17579/17696/26463 14992/15299/26460 +f 14992/15299/26460 17579/17696/26463 17578/17698/26461 +f 14982/15288/26464 17543/17744/26465 14993/15300/26462 +f 14993/15300/26462 17543/17744/26465 17579/17696/26463 +f 14983/15290/26466 17544/17743/26467 14982/15288/26464 +f 14982/15288/26464 17544/17743/26467 17543/17744/26465 +f 14984/15291/26468 17545/17741/26469 14983/15290/26466 +f 14983/15290/26466 17545/17741/26469 17544/17743/26467 +f 14964/15271/26470 17546/17740/26471 14984/15291/26468 +f 14984/15291/26468 17546/17740/26471 17545/17741/26469 +f 14966/15273/26472 17548/17739/26473 14964/15271/26470 +f 14964/15271/26470 17548/17739/26473 17546/17740/26471 +f 14967/15274/26474 17547/17737/26475 14966/15273/26472 +f 14966/15273/26472 17547/17737/26475 17548/17739/26473 +f 14959/15266/26476 17550/17736/26477 14967/15274/26474 +f 14967/15274/26474 17550/17736/26477 17547/17737/26475 +f 14960/15268/26478 17549/17734/26479 14959/15266/26476 +f 14959/15266/26476 17549/17734/26479 17550/17736/26477 +f 14962/15270/26480 17551/17733/26481 14960/15268/26478 +f 14960/15268/26478 17551/17733/26481 17549/17734/26479 +f 14955/15261/26482 17553/17731/26483 14962/15270/26480 +f 14962/15270/26480 17553/17731/26483 17551/17733/26481 +f 14956/15263/26484 17552/17730/26485 14955/15261/26482 +f 14955/15261/26482 17552/17730/26485 17553/17731/26483 +f 14957/15264/26486 17554/17729/26487 14956/15263/26484 +f 14956/15263/26484 17554/17729/26487 17552/17730/26485 +f 14958/15265/26488 17555/17727/26489 14957/15264/26486 +f 14957/15264/26486 17555/17727/26489 17554/17729/26487 +f 14970/15276/26490 17557/17726/26491 14958/15265/26488 +f 14958/15265/26488 17557/17726/26491 17555/17727/26489 +f 14971/15277/26492 17556/17725/26493 14970/15276/26490 +f 14970/15276/26490 17556/17725/26493 17557/17726/26491 +f 14972/15278/26494 17558/17723/26495 14971/15277/26492 +f 14971/15277/26492 17558/17723/26495 17556/17725/26493 +f 14979/15286/26496 17560/17722/26497 14972/15278/26494 +f 14972/15278/26494 17560/17722/26497 17558/17723/26495 +f 14980/15287/26425 17562/17693/26427 17559/17692/26498 +f 14980/15287/26425 17559/17692/26498 14979/15286/26496 +f 14979/15286/26496 17559/17692/26498 17560/17722/26497 +v 113.535530 -88.535530 100.000000 +v 113.535538 -88.535530 96.500000 +v 114.571068 -89.330132 100.000000 +v 114.571068 -89.330132 96.500000 +v 115.776970 -89.829628 100.000000 +v 115.776970 -89.829628 96.500000 +v 117.071060 -90.000000 100.000000 +v 117.071068 -90.000000 96.500000 +v 51.464470 -26.464464 100.000000 +v 51.464470 -26.464466 96.500000 +v 135.000000 -85.000000 100.000000 +v 135.000000 -72.071068 100.000000 +v 130.000000 -90.000000 100.000000 +v 134.829636 -86.294098 100.000000 +v 134.330124 -87.500000 100.000000 +v 133.535538 -88.535538 100.000000 +v 132.500000 -89.330132 100.000000 +v 131.294098 -89.829628 100.000000 +v 133.535538 -68.535530 100.000000 +v 134.829636 -70.776970 100.000000 +v 134.330124 -69.571068 100.000000 +v 116.464462 -51.464466 100.000000 +v 115.669876 -50.428932 100.000000 +v 115.170372 -49.223026 100.000000 +v 115.000008 -47.928932 100.000000 +v 51.464470 26.464464 100.000000 +v 115.000000 47.928932 100.000000 +v 115.170372 49.223026 100.000000 +v 115.669876 50.428932 100.000000 +v 113.535538 88.535530 100.000000 +v 116.464470 51.464470 100.000000 +v 133.535538 68.535538 100.000000 +v 134.330124 69.571068 100.000000 +v 134.829636 70.776970 100.000000 +v 135.000000 72.071075 100.000000 +v 135.000000 85.000000 100.000000 +v 117.071068 90.000000 100.000000 +v 130.000000 90.000000 100.000000 +v 134.829636 86.294098 100.000000 +v 134.330124 87.500000 100.000000 +v 133.535538 88.535538 100.000000 +v 132.500000 89.330132 100.000000 +v 131.294098 89.829628 100.000000 +v 115.776970 89.829628 100.000000 +v 114.571068 89.330132 100.000000 +v 50.428932 -25.669874 100.000000 +v 50.428932 25.669874 100.000000 +v 49.223030 -25.170370 100.000000 +v 49.223026 25.170370 100.000000 +v 47.928932 25.000002 100.000000 +v 47.928932 -25.000000 100.000000 +v -47.928932 25.000000 100.000000 +v -47.928932 -25.000000 100.000000 +v -49.223030 -25.170370 100.000000 +v -49.223026 25.170370 100.000000 +v -50.428932 25.669874 100.000000 +v -50.428932 -25.669874 100.000000 +v -51.464474 26.464468 100.000000 +v -51.464470 -26.464466 100.000000 +v -115.000000 -47.928932 100.000000 +v -115.170372 -49.223026 100.000000 +v -113.535530 88.535530 100.000000 +v -115.669876 50.428932 100.000000 +v -115.170372 49.223026 100.000000 +v -115.000000 47.928932 100.000000 +v -114.571068 89.330132 100.000000 +v -117.071060 90.000000 100.000000 +v -135.000000 85.000000 100.000000 +v -135.000000 72.071068 100.000000 +v -115.776970 89.829628 100.000000 +v -130.000000 90.000000 100.000000 +v -134.829636 86.294098 100.000000 +v -134.330124 87.500000 100.000000 +v -133.535538 88.535538 100.000000 +v -132.500000 89.330132 100.000000 +v -131.294098 89.829628 100.000000 +v -133.535538 68.535530 100.000000 +v -134.829636 70.776970 100.000000 +v -134.330124 69.571068 100.000000 +v -116.464462 51.464466 100.000000 +v -115.669876 -50.428932 100.000000 +v -113.535538 -88.535530 100.000000 +v -116.464470 -51.464470 100.000000 +v -133.535538 -68.535538 100.000000 +v -134.330124 -69.571068 100.000000 +v -134.829636 -70.776970 100.000000 +v -135.000000 -72.071075 100.000000 +v -135.000000 -85.000000 100.000000 +v -117.071068 -90.000000 100.000000 +v -130.000000 -90.000000 100.000000 +v -134.829636 -86.294098 100.000000 +v -134.330124 -87.500000 100.000000 +v -133.535538 -88.535538 100.000000 +v -132.500000 -89.330132 100.000000 +v -131.294098 -89.829628 100.000000 +v -115.776970 -89.829628 100.000000 +v -114.571068 -89.330132 100.000000 +v 50.428932 -25.669874 96.500000 +v 49.223030 -25.170370 96.500000 +v 47.928932 -25.000000 96.500000 +v -47.928932 -25.000000 96.500000 +v 130.000000 -90.000000 96.500000 +v 131.294098 -89.829628 96.500000 +v 132.500000 -89.330132 96.500000 +v 133.535538 -88.535538 96.500000 +v 134.330124 -87.500000 96.500000 +v 134.829636 -86.294098 96.500000 +v 135.000000 -85.000000 96.500000 +v 135.000000 -72.071075 96.500000 +v 133.535538 -68.535538 96.500000 +v 134.829636 -70.776970 96.500000 +v 134.330124 -69.571068 96.500000 +v 115.669876 -50.428932 96.500000 +v 116.464470 -51.464470 96.500000 +v 51.464474 26.464468 96.500000 +v 115.000000 -47.928932 96.500000 +v 115.170372 -49.223026 96.500000 +v 50.428932 25.669874 96.500000 +v 49.223026 25.170370 96.500000 +v 47.928932 25.000000 96.500000 +v -47.928932 25.000002 96.500000 +v -49.223030 -25.170370 96.500000 +v -49.223026 25.170370 96.500000 +v -50.428932 25.669874 96.500000 +v -50.428932 -25.669874 96.500000 +v -51.464470 26.464464 96.500000 +v -51.464470 -26.464464 96.500000 +v -115.000008 -47.928932 96.500000 +v -115.170372 -49.223026 96.500000 +v -115.669876 -50.428932 96.500000 +v -113.535530 -88.535530 96.500000 +v -116.464462 -51.464466 96.500000 +v -133.535538 -68.535530 96.500000 +v -135.000000 -72.071068 96.500000 +v -134.829636 -70.776970 96.500000 +v -114.571068 -89.330132 96.500000 +v -117.071060 -90.000000 96.500000 +v -135.000000 -85.000000 96.500000 +v -115.776970 -89.829628 96.500000 +v -130.000000 -90.000000 96.500000 +v -134.829636 -86.294098 96.500000 +v -134.330124 -87.500000 96.500000 +v -133.535538 -88.535538 96.500000 +v -132.500000 -89.330132 96.500000 +v -131.294098 -89.829628 96.500000 +v -134.330124 -69.571068 96.500000 +v -115.000000 47.928932 96.500000 +v -115.170372 49.223026 96.500000 +v -115.669876 50.428932 96.500000 +v -113.535538 88.535530 96.500000 +v -116.464470 51.464470 96.500000 +v -133.535538 68.535538 96.500000 +v -134.330124 69.571068 96.500000 +v -134.829636 70.776970 96.500000 +v -135.000000 72.071075 96.500000 +v -135.000000 85.000000 96.500000 +v -117.071068 90.000000 96.500000 +v -130.000000 90.000000 96.500000 +v -134.829636 86.294098 96.500000 +v -134.330124 87.500000 96.500000 +v -133.535538 88.535538 96.500000 +v -132.500000 89.330132 96.500000 +v -131.294098 89.829628 96.500000 +v -115.776970 89.829628 96.500000 +v -114.571068 89.330132 96.500000 +v 113.535530 88.535530 96.500000 +v 115.669876 50.428932 96.500000 +v 115.170372 49.223026 96.500000 +v 115.000000 47.928932 96.500000 +v 114.571068 89.330132 96.500000 +v 117.071060 90.000000 96.500000 +v 135.000000 85.000000 96.500000 +v 135.000000 72.071068 96.500000 +v 115.776970 89.829628 96.500000 +v 130.000000 90.000000 96.500000 +v 134.829636 86.294098 96.500000 +v 134.330124 87.500000 96.500000 +v 133.535538 88.535538 96.500000 +v 132.500000 89.330132 96.500000 +v 131.294098 89.829628 96.500000 +v 133.535538 68.535530 96.500000 +v 134.829636 70.776970 96.500000 +v 134.330124 69.571068 96.500000 +v 116.464462 51.464466 96.500000 +vt 0.745198 0.011702 +vt 0.745198 0.011702 +vt 0.745266 0.011623 +vt 0.745266 0.011623 +vt 0.745347 0.011574 +vt 0.745347 0.011574 +vt 0.745431 0.011558 +vt 0.745431 0.011558 +vt 0.741094 0.017776 +vt 0.741094 0.017776 +vt 0.746618 0.012048 +vt 0.746618 0.013313 +vt 0.746287 0.011558 +vt 0.746606 0.011920 +vt 0.746572 0.011802 +vt 0.746520 0.011702 +vt 0.746452 0.011623 +vt 0.746373 0.011574 +vt 0.746520 0.013659 +vt 0.746606 0.013439 +vt 0.746572 0.013558 +vt 0.745392 0.015329 +vt 0.745339 0.015430 +vt 0.745305 0.015549 +vt 0.745294 0.015675 +vt 0.741094 0.022956 +vt 0.745294 0.025056 +vt 0.745305 0.025183 +vt 0.745339 0.025300 +vt 0.745198 0.029030 +vt 0.745392 0.025402 +vt 0.746520 0.027073 +vt 0.746572 0.027174 +vt 0.746606 0.027293 +vt 0.746618 0.027419 +vt 0.746618 0.028684 +vt 0.745431 0.029173 +vt 0.746287 0.029173 +vt 0.746606 0.028810 +vt 0.746572 0.028928 +vt 0.746520 0.029030 +vt 0.746452 0.029107 +vt 0.746373 0.029156 +vt 0.745347 0.029156 +vt 0.745266 0.029107 +vt 0.741025 0.017854 +vt 0.741025 0.022879 +vt 0.740946 0.017902 +vt 0.740946 0.022830 +vt 0.740859 0.022813 +vt 0.740859 0.017919 +vt 0.734522 0.022813 +vt 0.734522 0.017919 +vt 0.734435 0.017902 +vt 0.734435 0.022830 +vt 0.734357 0.022879 +vt 0.734357 0.017854 +vt 0.734287 0.022956 +vt 0.734287 0.017776 +vt 0.730087 0.015675 +vt 0.730076 0.015549 +vt 0.730183 0.029030 +vt 0.730042 0.025300 +vt 0.730076 0.025183 +vt 0.730087 0.025056 +vt 0.730115 0.029107 +vt 0.729950 0.029173 +vt 0.728764 0.028684 +vt 0.728764 0.027419 +vt 0.730035 0.029156 +vt 0.729095 0.029173 +vt 0.728775 0.028810 +vt 0.728809 0.028928 +vt 0.728861 0.029030 +vt 0.728929 0.029107 +vt 0.729010 0.029156 +vt 0.728861 0.027073 +vt 0.728775 0.027293 +vt 0.728809 0.027174 +vt 0.729989 0.025402 +vt 0.730042 0.015430 +vt 0.730183 0.011702 +vt 0.729989 0.015329 +vt 0.728861 0.013659 +vt 0.728809 0.013558 +vt 0.728775 0.013439 +vt 0.728764 0.013313 +vt 0.728764 0.012048 +vt 0.729950 0.011558 +vt 0.729095 0.011558 +vt 0.728775 0.011920 +vt 0.728809 0.011802 +vt 0.728861 0.011702 +vt 0.728929 0.011623 +vt 0.729010 0.011574 +vt 0.730035 0.011574 +vt 0.730115 0.011623 +vt 0.741025 0.017854 +vt 0.740946 0.017902 +vt 0.740859 0.017919 +vt 0.734522 0.017919 +vt 0.746287 0.011558 +vt 0.746373 0.011574 +vt 0.746452 0.011623 +vt 0.746520 0.011702 +vt 0.746572 0.011802 +vt 0.746606 0.011920 +vt 0.746618 0.012048 +vt 0.746618 0.013313 +vt 0.746520 0.013659 +vt 0.746606 0.013439 +vt 0.746572 0.013558 +vt 0.745339 0.015430 +vt 0.745392 0.015329 +vt 0.741094 0.022956 +vt 0.745294 0.015675 +vt 0.745305 0.015549 +vt 0.741025 0.022879 +vt 0.740946 0.022830 +vt 0.740859 0.022813 +vt 0.734522 0.022813 +vt 0.734435 0.017902 +vt 0.734435 0.022830 +vt 0.734357 0.022879 +vt 0.734357 0.017854 +vt 0.734287 0.022956 +vt 0.734287 0.017776 +vt 0.730087 0.015675 +vt 0.730076 0.015549 +vt 0.730042 0.015430 +vt 0.730183 0.011702 +vt 0.729989 0.015329 +vt 0.728861 0.013659 +vt 0.728764 0.013313 +vt 0.728775 0.013439 +vt 0.730115 0.011623 +vt 0.729950 0.011558 +vt 0.728764 0.012048 +vt 0.730035 0.011574 +vt 0.729095 0.011558 +vt 0.728775 0.011920 +vt 0.728809 0.011802 +vt 0.728861 0.011702 +vt 0.728929 0.011623 +vt 0.729010 0.011574 +vt 0.728809 0.013558 +vt 0.730087 0.025056 +vt 0.730076 0.025183 +vt 0.730042 0.025300 +vt 0.730183 0.029030 +vt 0.729989 0.025402 +vt 0.728861 0.027073 +vt 0.728809 0.027174 +vt 0.728775 0.027293 +vt 0.728764 0.027419 +vt 0.728764 0.028684 +vt 0.729950 0.029173 +vt 0.729095 0.029173 +vt 0.728775 0.028810 +vt 0.728809 0.028928 +vt 0.728861 0.029030 +vt 0.728929 0.029107 +vt 0.729010 0.029156 +vt 0.730035 0.029156 +vt 0.730115 0.029107 +vt 0.745198 0.029030 +vt 0.745339 0.025300 +vt 0.745305 0.025183 +vt 0.745294 0.025056 +vt 0.745266 0.029107 +vt 0.745431 0.029173 +vt 0.746618 0.028684 +vt 0.746618 0.027419 +vt 0.745347 0.029156 +vt 0.746287 0.029173 +vt 0.746606 0.028810 +vt 0.746572 0.028928 +vt 0.746520 0.029030 +vt 0.746452 0.029107 +vt 0.746373 0.029156 +vt 0.746520 0.027073 +vt 0.746606 0.027293 +vt 0.746572 0.027174 +vt 0.745392 0.025402 +vn -0.608770 -0.793347 0.000000 +vn -0.608770 -0.793347 0.000000 +vn -0.608770 -0.793347 0.000000 +vn -0.608763 -0.793352 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.130528 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.707107 -0.707107 -0.000001 +vn -0.707106 -0.707107 0.000002 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000002 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000005 0.000000 1.000000 +vn 0.000004 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.608756 -0.793358 0.000000 +vn -0.608761 -0.793353 0.000000 +vn -0.382684 -0.923879 0.000000 +vn -0.382687 -0.923878 0.000000 +vn -0.130525 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.608766 -0.793350 0.000000 +vn 0.608753 -0.793360 0.000000 +vn 0.793362 -0.608750 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000004 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000002 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793360 0.608753 0.000000 +vn 0.707107 0.707107 -0.000003 +vn 0.707107 0.707107 0.000003 +vn 0.991444 0.130530 -0.000003 +vn 0.991444 0.130530 -0.000003 +vn 0.991444 0.130530 -0.000003 +vn 0.991444 0.130530 0.000000 +vn 0.923882 0.382678 0.000000 +vn 0.923877 0.382689 0.000000 +vn 0.793361 -0.608752 -0.000002 +vn 0.793361 -0.608752 -0.000002 +vn 0.793361 -0.608752 -0.000002 +vn 0.793355 -0.608759 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923882 -0.382678 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.991444 -0.130530 0.000000 +vn 0.793360 -0.608753 0.000000 +vn 0.793360 -0.608753 0.000000 +vn 0.793360 -0.608753 0.000000 +vn 0.793355 -0.608759 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.991443 -0.130542 0.000000 +vn 0.991448 -0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991448 0.130503 0.000000 +vn 0.991443 0.130542 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.793355 0.608759 0.000000 +vn 0.793362 0.608750 0.000000 +vn 0.608753 0.793360 0.000000 +vn 0.608766 0.793350 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130528 0.991445 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.608763 0.793352 0.000000 +vn -0.608770 0.793347 0.000002 +vn -0.707107 0.707107 0.000001 +vn -0.707106 0.707107 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130524 0.991445 0.000000 +vn -0.382684 0.923879 0.000000 +vn -0.382684 0.923879 0.000000 +vn 0.608757 0.793356 -0.000001 +vn 0.608757 0.793356 -0.000001 +vn 0.608757 0.793356 -0.000001 +vn 0.608763 0.793352 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.382684 0.923879 0.000000 +vn 0.130524 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn 0.608770 0.793347 0.000000 +vn 0.608770 0.793347 0.000000 +vn 0.608770 0.793347 0.000000 +vn 0.608763 0.793352 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.382682 0.923880 0.000000 +vn 0.130528 0.991445 0.000000 +vn 0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.130526 0.991445 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.382682 0.923880 0.000000 +vn -0.608766 0.793350 0.000000 +vn -0.608753 0.793360 0.000000 +vn -0.793362 0.608750 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991448 0.130503 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793360 -0.608753 0.000000 +vn -0.707107 -0.707107 -0.000003 +vn -0.707107 -0.707107 0.000003 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.991444 -0.130530 0.000000 +vn -0.923882 -0.382678 0.000000 +vn -0.923877 -0.382689 0.000000 +vn -0.793361 0.608752 -0.000002 +vn -0.793361 0.608752 -0.000002 +vn -0.793361 0.608752 -0.000002 +vn -0.793355 0.608759 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923882 0.382678 0.000000 +vn -0.991444 0.130532 0.000000 +vn -0.991444 0.130530 0.000002 +vn -0.793360 0.608753 0.000000 +vn -0.793360 0.608753 0.000000 +vn -0.793360 0.608753 0.000000 +vn -0.793355 0.608759 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.991443 0.130542 0.000000 +vn -0.991448 0.130503 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991448 -0.130503 0.000000 +vn -0.991443 -0.130542 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.793355 -0.608759 0.000000 +vn -0.793362 -0.608750 0.000000 +vn -0.608753 -0.793360 0.000000 +vn -0.608766 -0.793350 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.382682 -0.923880 0.000000 +vn -0.130526 -0.991445 0.000000 +vn -0.130526 -0.991445 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.130526 -0.991445 0.000000 +vn 0.130528 -0.991445 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.382682 -0.923880 0.000000 +vn 0.608763 -0.793352 0.000000 +vn 0.608770 -0.793347 0.000002 +vn 0.130526 -0.991445 0.000000 +vn 0.130525 -0.991445 0.000000 +vn 0.382686 -0.923878 0.000000 +vn 0.382684 -0.923879 0.000000 +vn 0.608761 -0.793354 0.000000 +vn 0.608759 -0.793355 0.000000 +s 1 +f 17704/17831/26499 17705/17832/26500 17706/17833/26501 +f 17706/17833/26501 17705/17832/26500 17707/17834/26502 +f 17706/17833/26501 17707/17834/26502 17708/17835/26503 +f 17708/17835/26503 17707/17834/26502 17709/17836/26504 +f 17708/17835/26503 17709/17836/26504 17710/17837/26505 +f 17710/17837/26505 17709/17836/26504 17711/17838/26506 +f 17704/17831/26499 17712/17839/26507 17705/17832/26500 +f 17705/17832/26500 17712/17839/26507 17713/17840/26508 +s 2 +f 17706/17833/26509 17710/17837/26510 17704/17831/26511 +f 17704/17831/26511 17710/17837/26510 17714/17841/26512 +f 17704/17831/26511 17714/17841/26512 17715/17842/26513 +f 17706/17833/26509 17708/17835/26514 17710/17837/26510 +f 17710/17837/26510 17716/17843/26515 17714/17841/26512 +f 17714/17841/26512 17716/17843/26515 17717/17844/26516 +f 17717/17844/26516 17716/17843/26515 17718/17845/26517 +f 17718/17845/26517 17716/17843/26515 17719/17846/26518 +f 17719/17846/26518 17716/17843/26515 17720/17847/26519 +f 17720/17847/26519 17716/17843/26515 17721/17848/26520 +f 17704/17831/26511 17715/17842/26513 17722/17849/26521 +f 17722/17849/26521 17715/17842/26513 17723/17850/26522 +f 17722/17849/26521 17723/17850/26522 17724/17851/26523 +f 17722/17849/26521 17725/17852/26524 17704/17831/26511 +f 17704/17831/26511 17725/17852/26524 17726/17853/26525 +f 17704/17831/26511 17726/17853/26525 17712/17839/26526 +f 17712/17839/26526 17726/17853/26525 17727/17854/26527 +f 17712/17839/26526 17727/17854/26527 17728/17855/26528 +f 17712/17839/26526 17728/17855/26528 17729/17856/26529 +f 17729/17856/26529 17728/17855/26528 17730/17857/26530 +f 17729/17856/26529 17730/17857/26530 17731/17858/26531 +f 17731/17858/26531 17732/17859/26532 17729/17856/26529 +f 17729/17856/26529 17732/17859/26532 17733/17860/26533 +f 17733/17860/26533 17732/17859/26532 17734/17861/26534 +f 17733/17860/26533 17734/17861/26534 17735/17862/26535 +f 17736/17863/26536 17737/17864/26537 17735/17862/26535 +f 17735/17862/26535 17737/17864/26537 17738/17865/26538 +f 17735/17862/26535 17738/17865/26538 17733/17860/26533 +f 17733/17860/26533 17738/17865/26538 17739/17866/26539 +f 17733/17860/26533 17739/17866/26539 17740/17867/26540 +f 17740/17867/26540 17739/17866/26539 17741/17868/26541 +f 17741/17868/26541 17739/17866/26539 17742/17869/26542 +f 17741/17868/26541 17742/17869/26542 17743/17870/26543 +f 17743/17870/26543 17744/17871/26544 17741/17868/26541 +f 17741/17868/26541 17744/17871/26544 17745/17872/26545 +f 17741/17868/26541 17745/17872/26545 17746/17873/26546 +f 17747/17874/26547 17748/17875/26548 17740/17867/26540 +f 17740/17867/26540 17748/17875/26548 17733/17860/26533 +f 17712/17839/26526 17729/17856/26529 17749/17876/26549 +f 17749/17876/26549 17729/17856/26529 17750/17877/26550 +f 17749/17876/26549 17750/17877/26550 17751/17878/26551 +f 17751/17878/26551 17750/17877/26550 17752/17879/26552 +f 17751/17878/26551 17752/17879/26552 17753/17880/26553 +f 17751/17878/26551 17753/17880/26553 17754/17881/26554 +f 17754/17881/26554 17753/17880/26553 17755/17882/26555 +f 17754/17881/26554 17755/17882/26555 17756/17883/26556 +f 17756/17883/26556 17755/17882/26555 17757/17884/26557 +f 17757/17884/26557 17755/17882/26555 17758/17885/26558 +f 17757/17884/26557 17758/17885/26558 17759/17886/26559 +f 17757/17884/26557 17759/17886/26559 17760/17887/26560 +f 17760/17887/26560 17759/17886/26559 17761/17888/26561 +f 17760/17887/26560 17761/17888/26561 17762/17889/26562 +f 17762/17889/26562 17761/17888/26561 17763/17890/26563 +f 17762/17889/26562 17763/17890/26563 17764/17891/26564 +f 17765/17892/26565 17766/17893/26566 17761/17888/26561 +f 17761/17888/26561 17766/17893/26566 17767/17894/26567 +f 17761/17888/26561 17767/17894/26567 17768/17895/26568 +f 17769/17896/26569 17770/17897/26570 17765/17892/26565 +f 17765/17892/26565 17770/17897/26570 17771/17898/26571 +f 17765/17892/26565 17771/17898/26571 17772/17899/26572 +f 17769/17896/26569 17773/17900/26573 17770/17897/26570 +f 17770/17897/26570 17774/17901/26574 17771/17898/26571 +f 17771/17898/26571 17774/17901/26574 17775/17902/26575 +f 17775/17902/26575 17774/17901/26574 17776/17903/26576 +f 17776/17903/26576 17774/17901/26574 17777/17904/26577 +f 17777/17904/26577 17774/17901/26574 17778/17905/26578 +f 17778/17905/26578 17774/17901/26574 17779/17906/26579 +f 17765/17892/26565 17772/17899/26572 17780/17907/26580 +f 17780/17907/26580 17772/17899/26572 17781/17908/26581 +f 17780/17907/26580 17781/17908/26581 17782/17909/26582 +f 17780/17907/26580 17783/17910/26583 17765/17892/26565 +f 17765/17892/26565 17783/17910/26583 17766/17893/26566 +f 17768/17895/26568 17763/17890/26563 17761/17888/26561 +f 17764/17891/26564 17784/17911/26584 17762/17889/26562 +f 17762/17889/26562 17784/17911/26584 17785/17912/26585 +f 17785/17912/26585 17784/17911/26584 17786/17913/26586 +f 17785/17912/26585 17786/17913/26586 17787/17914/26587 +f 17788/17915/26588 17789/17916/26589 17787/17914/26587 +f 17787/17914/26587 17789/17916/26589 17790/17917/26590 +f 17787/17914/26587 17790/17917/26590 17785/17912/26585 +f 17785/17912/26585 17790/17917/26590 17791/17918/26591 +f 17785/17912/26585 17791/17918/26591 17792/17919/26592 +f 17792/17919/26592 17791/17918/26591 17793/17920/26593 +f 17793/17920/26593 17791/17918/26591 17794/17921/26594 +f 17793/17920/26593 17794/17921/26594 17795/17922/26595 +f 17795/17922/26595 17796/17923/26596 17793/17920/26593 +f 17793/17920/26593 17796/17923/26596 17797/17924/26597 +f 17793/17920/26593 17797/17924/26597 17798/17925/26598 +f 17799/17926/26599 17800/17927/26600 17792/17919/26592 +f 17792/17919/26592 17800/17927/26600 17785/17912/26585 +s 1 +f 17713/17840/26508 17712/17839/26507 17801/17928/26601 +f 17801/17928/26601 17712/17839/26507 17749/17876/26602 +f 17801/17928/26601 17749/17876/26602 17802/17929/26603 +f 17802/17929/26603 17749/17876/26602 17751/17878/26604 +f 17802/17929/26603 17751/17878/26604 17803/17930/26605 +f 17803/17930/26605 17751/17878/26604 17754/17881/26606 +f 17754/17881/26606 17756/17883/26607 17803/17930/26605 +f 17803/17930/26605 17756/17883/26607 17804/17931/26608 +f 17716/17843/26609 17805/17932/26610 17721/17848/26611 +f 17721/17848/26611 17805/17932/26610 17806/17933/26612 +f 17721/17848/26611 17806/17933/26612 17720/17847/26613 +f 17720/17847/26613 17806/17933/26612 17807/17934/26614 +f 17720/17847/26613 17807/17934/26614 17719/17846/26615 +f 17719/17846/26615 17807/17934/26614 17808/17935/26616 +f 17719/17846/26615 17808/17935/26616 17718/17845/26617 +f 17718/17845/26617 17808/17935/26616 17809/17936/26618 +f 17718/17845/26617 17809/17936/26618 17717/17844/26619 +f 17717/17844/26619 17809/17936/26618 17810/17937/26620 +f 17717/17844/26619 17810/17937/26620 17714/17841/26621 +f 17714/17841/26621 17810/17937/26620 17811/17938/26622 +f 17811/17938/26622 17812/17939/26623 17714/17841/26621 +f 17714/17841/26621 17812/17939/26623 17715/17842/26624 +s 8 +f 17709/17836/26625 17707/17834/26626 17711/17838/26627 +f 17711/17838/26627 17707/17834/26626 17705/17832/26628 +f 17711/17838/26627 17705/17832/26628 17811/17938/26629 +f 17811/17938/26629 17705/17832/26628 17812/17939/26630 +f 17812/17939/26630 17705/17832/26628 17813/17940/26631 +f 17812/17939/26630 17813/17940/26631 17814/17941/26632 +f 17814/17941/26632 17813/17940/26631 17815/17942/26633 +f 17713/17840/26634 17816/17943/26635 17705/17832/26628 +f 17705/17832/26628 17816/17943/26635 17817/17944/26636 +f 17705/17832/26628 17817/17944/26636 17813/17940/26631 +f 17801/17928/26637 17818/17945/26638 17713/17840/26634 +f 17713/17840/26634 17818/17945/26638 17819/17946/26639 +f 17713/17840/26634 17819/17946/26639 17820/17947/26640 +f 17818/17945/26638 17801/17928/26637 17821/17948/26641 +f 17821/17948/26641 17801/17928/26637 17802/17929/26642 +f 17821/17948/26641 17802/17929/26642 17822/17949/26643 +f 17822/17949/26643 17802/17929/26642 17823/17950/26644 +f 17823/17950/26644 17802/17929/26642 17803/17930/26645 +f 17823/17950/26644 17803/17930/26645 17804/17931/26646 +f 17823/17950/26644 17804/17931/26646 17824/17951/26647 +f 17824/17951/26647 17804/17931/26646 17825/17952/26648 +f 17824/17951/26647 17825/17952/26648 17826/17953/26649 +f 17826/17953/26649 17825/17952/26648 17827/17954/26650 +f 17827/17954/26650 17825/17952/26648 17828/17955/26651 +f 17827/17954/26650 17828/17955/26651 17829/17956/26652 +f 17829/17956/26652 17828/17955/26651 17830/17957/26653 +f 17829/17956/26652 17830/17957/26653 17831/17958/26654 +f 17831/17958/26654 17830/17957/26653 17832/17959/26655 +f 17832/17959/26655 17830/17957/26653 17833/17960/26656 +f 17833/17960/26656 17830/17957/26653 17834/17961/26657 +f 17833/17960/26656 17834/17961/26657 17835/17962/26658 +f 17835/17962/26658 17834/17961/26657 17836/17963/26659 +f 17836/17963/26659 17834/17961/26657 17837/17964/26660 +f 17836/17963/26659 17837/17964/26660 17838/17965/26661 +f 17839/17966/26662 17840/17967/26663 17834/17961/26657 +f 17834/17961/26657 17840/17967/26663 17841/17968/26664 +f 17834/17961/26657 17841/17968/26664 17837/17964/26660 +f 17839/17966/26662 17842/17969/26665 17840/17967/26663 +f 17840/17967/26663 17843/17970/26666 17841/17968/26664 +f 17841/17968/26664 17843/17970/26666 17844/17971/26667 +f 17844/17971/26667 17843/17970/26666 17845/17972/26668 +f 17845/17972/26668 17843/17970/26666 17846/17973/26669 +f 17846/17973/26669 17843/17970/26666 17847/17974/26670 +f 17847/17974/26670 17843/17970/26666 17848/17975/26671 +f 17838/17965/26661 17849/17976/26672 17836/17963/26659 +f 17831/17958/26654 17850/17977/26673 17829/17956/26652 +f 17829/17956/26652 17850/17977/26673 17851/17978/26674 +f 17829/17956/26652 17851/17978/26674 17852/17979/26675 +f 17829/17956/26652 17852/17979/26675 17853/17980/26676 +f 17853/17980/26676 17852/17979/26675 17854/17981/26677 +f 17853/17980/26676 17854/17981/26677 17855/17982/26678 +f 17856/17983/26679 17857/17984/26680 17855/17982/26678 +f 17855/17982/26678 17857/17984/26680 17858/17985/26681 +f 17855/17982/26678 17858/17985/26681 17853/17980/26676 +f 17853/17980/26676 17858/17985/26681 17859/17986/26682 +f 17853/17980/26676 17859/17986/26682 17860/17987/26683 +f 17860/17987/26683 17859/17986/26682 17861/17988/26684 +f 17861/17988/26684 17859/17986/26682 17862/17989/26685 +f 17861/17988/26684 17862/17989/26685 17863/17990/26686 +f 17863/17990/26686 17864/17991/26687 17861/17988/26684 +f 17861/17988/26684 17864/17991/26687 17865/17992/26688 +f 17861/17988/26684 17865/17992/26688 17866/17993/26689 +f 17867/17994/26690 17868/17995/26691 17860/17987/26683 +f 17860/17987/26683 17868/17995/26691 17853/17980/26676 +f 17869/17996/26692 17870/17997/26693 17818/17945/26638 +f 17818/17945/26638 17870/17997/26693 17871/17998/26694 +f 17818/17945/26638 17871/17998/26694 17872/17999/26695 +f 17873/18000/26696 17874/18001/26697 17869/17996/26692 +f 17869/17996/26692 17874/18001/26697 17875/18002/26698 +f 17869/17996/26692 17875/18002/26698 17876/18003/26699 +f 17873/18000/26696 17877/18004/26700 17874/18001/26697 +f 17874/18001/26697 17878/18005/26701 17875/18002/26698 +f 17875/18002/26698 17878/18005/26701 17879/18006/26702 +f 17879/18006/26702 17878/18005/26701 17880/18007/26703 +f 17880/18007/26703 17878/18005/26701 17881/18008/26704 +f 17881/18008/26704 17878/18005/26701 17882/18009/26705 +f 17882/18009/26705 17878/18005/26701 17883/18010/26706 +f 17869/17996/26692 17876/18003/26699 17884/18011/26707 +f 17884/18011/26707 17876/18003/26699 17885/18012/26708 +f 17884/18011/26707 17885/18012/26708 17886/18013/26709 +f 17884/18011/26707 17887/18014/26710 17869/17996/26692 +f 17869/17996/26692 17887/18014/26710 17870/17997/26693 +f 17872/17999/26695 17819/17946/26639 17818/17945/26638 +f 17820/17947/26640 17816/17943/26635 17713/17840/26634 +f 17711/17838/26627 17811/17938/26629 17805/17932/26711 +f 17805/17932/26711 17811/17938/26629 17810/17937/26712 +f 17805/17932/26711 17810/17937/26712 17809/17936/26713 +f 17809/17936/26713 17808/17935/26714 17805/17932/26711 +f 17805/17932/26711 17808/17935/26714 17807/17934/26715 +f 17805/17932/26711 17807/17934/26715 17806/17933/26716 +s 1 +f 17715/17842/26624 17812/17939/26623 17723/17850/26717 +f 17723/17850/26717 17812/17939/26623 17814/17941/26718 +f 17723/17850/26717 17814/17941/26718 17724/17851/26719 +f 17724/17851/26719 17814/17941/26718 17815/17942/26720 +f 17724/17851/26719 17815/17942/26720 17722/17849/26721 +f 17722/17849/26721 17815/17942/26720 17813/17940/26722 +f 17813/17940/26722 17817/17944/26723 17722/17849/26721 +f 17722/17849/26721 17817/17944/26723 17725/17852/26724 +f 17819/17946/26725 17728/17855/26726 17820/17947/26727 +f 17820/17947/26727 17728/17855/26726 17727/17854/26728 +f 17820/17947/26727 17727/17854/26728 17816/17943/26729 +f 17816/17943/26729 17727/17854/26728 17726/17853/26730 +f 17816/17943/26729 17726/17853/26730 17817/17944/26723 +f 17817/17944/26723 17726/17853/26730 17725/17852/26724 +f 17887/18014/26731 17734/17861/26732 17870/17997/26733 +f 17870/17997/26733 17734/17861/26732 17732/17859/26734 +f 17870/17997/26733 17732/17859/26734 17871/17998/26735 +f 17871/17998/26735 17732/17859/26734 17731/17858/26736 +f 17871/17998/26735 17731/17858/26736 17872/17999/26737 +f 17872/17999/26737 17731/17858/26736 17730/17857/26738 +f 17819/17946/26725 17872/17999/26737 17728/17855/26726 +f 17728/17855/26726 17872/17999/26737 17730/17857/26738 +f 17735/17862/26739 17884/18011/26740 17736/17863/26741 +f 17736/17863/26741 17884/18011/26740 17886/18013/26742 +f 17736/17863/26741 17886/18013/26742 17737/17864/26743 +f 17737/17864/26743 17886/18013/26742 17885/18012/26744 +f 17737/17864/26743 17885/18012/26744 17738/17865/26745 +f 17738/17865/26745 17885/18012/26744 17876/18003/26746 +f 17887/18014/26731 17884/18011/26740 17734/17861/26732 +f 17734/17861/26732 17884/18011/26740 17735/17862/26739 +f 17739/17866/26747 17875/18002/26748 17742/17869/26749 +f 17742/17869/26749 17875/18002/26748 17879/18006/26750 +f 17742/17869/26749 17879/18006/26750 17743/17870/26751 +f 17743/17870/26751 17879/18006/26750 17880/18007/26752 +f 17743/17870/26751 17880/18007/26752 17744/17871/26753 +f 17744/17871/26753 17880/18007/26752 17881/18008/26754 +f 17744/17871/26753 17881/18008/26754 17745/17872/26755 +f 17745/17872/26755 17881/18008/26754 17882/18009/26756 +f 17745/17872/26755 17882/18009/26756 17746/17873/26757 +f 17746/17873/26757 17882/18009/26756 17883/18010/26758 +f 17746/17873/26757 17883/18010/26758 17741/17868/26759 +f 17741/17868/26759 17883/18010/26758 17878/18005/26760 +f 17878/18005/26760 17874/18001/26761 17741/17868/26759 +f 17741/17868/26759 17874/18001/26761 17740/17867/26762 +f 17740/17867/26762 17874/18001/26761 17747/17874/26763 +f 17747/17874/26763 17874/18001/26761 17877/18004/26764 +f 17747/17874/26763 17877/18004/26764 17748/17875/26765 +f 17748/17875/26765 17877/18004/26764 17873/18000/26766 +f 17748/17875/26765 17873/18000/26766 17733/17860/26767 +f 17733/17860/26767 17873/18000/26766 17869/17996/26768 +f 17869/17996/26768 17818/17945/26769 17733/17860/26767 +f 17733/17860/26767 17818/17945/26769 17729/17856/26770 +f 17823/17950/26771 17753/17880/26772 17822/17949/26773 +f 17822/17949/26773 17753/17880/26772 17752/17879/26774 +f 17822/17949/26773 17752/17879/26774 17821/17948/26775 +f 17821/17948/26775 17752/17879/26774 17750/17877/26776 +f 17821/17948/26775 17750/17877/26776 17818/17945/26769 +f 17818/17945/26769 17750/17877/26776 17729/17856/26770 +f 17829/17956/26777 17761/17888/26778 17827/17954/26779 +f 17827/17954/26779 17761/17888/26778 17759/17886/26780 +f 17827/17954/26779 17759/17886/26780 17826/17953/26781 +f 17826/17953/26781 17759/17886/26780 17758/17885/26782 +f 17826/17953/26781 17758/17885/26782 17824/17951/26783 +f 17824/17951/26783 17758/17885/26782 17755/17882/26784 +f 17823/17950/26771 17824/17951/26783 17753/17880/26772 +f 17753/17880/26772 17824/17951/26783 17755/17882/26784 +f 17765/17892/26785 17853/17980/26786 17769/17896/26787 +f 17769/17896/26787 17853/17980/26786 17868/17995/26788 +f 17769/17896/26787 17868/17995/26788 17773/17900/26789 +f 17773/17900/26789 17868/17995/26788 17867/17994/26790 +f 17773/17900/26789 17867/17994/26790 17770/17897/26791 +f 17770/17897/26791 17867/17994/26790 17860/17987/26792 +f 17829/17956/26777 17853/17980/26786 17761/17888/26778 +f 17761/17888/26778 17853/17980/26786 17765/17892/26785 +f 17774/17901/26793 17861/17988/26794 17779/17906/26795 +f 17779/17906/26795 17861/17988/26794 17866/17993/26796 +f 17779/17906/26795 17866/17993/26796 17778/17905/26797 +f 17778/17905/26797 17866/17993/26796 17865/17992/26798 +f 17778/17905/26797 17865/17992/26798 17777/17904/26799 +f 17777/17904/26799 17865/17992/26798 17864/17991/26800 +f 17777/17904/26799 17864/17991/26800 17776/17903/26801 +f 17776/17903/26801 17864/17991/26800 17863/17990/26802 +f 17776/17903/26801 17863/17990/26802 17775/17902/26803 +f 17775/17902/26803 17863/17990/26802 17862/17989/26804 +f 17775/17902/26803 17862/17989/26804 17771/17898/26805 +f 17771/17898/26805 17862/17989/26804 17859/17986/26806 +f 17859/17986/26806 17858/17985/26807 17771/17898/26805 +f 17771/17898/26805 17858/17985/26807 17772/17899/26808 +f 17772/17899/26808 17858/17985/26807 17781/17908/26809 +f 17781/17908/26809 17858/17985/26807 17857/17984/26810 +f 17781/17908/26809 17857/17984/26810 17782/17909/26811 +f 17782/17909/26811 17857/17984/26810 17856/17983/26812 +f 17782/17909/26811 17856/17983/26812 17780/17907/26813 +f 17780/17907/26813 17856/17983/26812 17855/17982/26814 +f 17855/17982/26814 17854/17981/26815 17780/17907/26813 +f 17780/17907/26813 17854/17981/26815 17783/17910/26816 +f 17850/17977/26817 17768/17895/26818 17851/17978/26819 +f 17851/17978/26819 17768/17895/26818 17767/17894/26820 +f 17851/17978/26819 17767/17894/26820 17852/17979/26821 +f 17852/17979/26821 17767/17894/26820 17766/17893/26822 +f 17852/17979/26821 17766/17893/26822 17854/17981/26815 +f 17854/17981/26815 17766/17893/26822 17783/17910/26816 +f 17835/17962/26823 17786/17913/26824 17833/17960/26825 +f 17833/17960/26825 17786/17913/26824 17784/17911/26826 +f 17833/17960/26825 17784/17911/26826 17832/17959/26827 +f 17832/17959/26827 17784/17911/26826 17764/17891/26828 +f 17832/17959/26827 17764/17891/26828 17831/17958/26829 +f 17831/17958/26829 17764/17891/26828 17763/17890/26830 +f 17850/17977/26817 17831/17958/26829 17768/17895/26818 +f 17768/17895/26818 17831/17958/26829 17763/17890/26830 +f 17787/17914/26831 17836/17963/26832 17788/17915/26833 +f 17788/17915/26833 17836/17963/26832 17849/17976/26834 +f 17788/17915/26833 17849/17976/26834 17789/17916/26835 +f 17789/17916/26835 17849/17976/26834 17838/17965/26836 +f 17789/17916/26835 17838/17965/26836 17790/17917/26837 +f 17790/17917/26837 17838/17965/26836 17837/17964/26838 +f 17837/17964/26838 17841/17968/26839 17790/17917/26837 +f 17790/17917/26837 17841/17968/26839 17791/17918/26840 +f 17791/17918/26840 17841/17968/26839 17794/17921/26841 +f 17794/17921/26841 17841/17968/26839 17844/17971/26842 +f 17794/17921/26841 17844/17971/26842 17795/17922/26843 +f 17795/17922/26843 17844/17971/26842 17845/17972/26844 +f 17795/17922/26843 17845/17972/26844 17796/17923/26845 +f 17796/17923/26845 17845/17972/26844 17846/17973/26846 +f 17796/17923/26845 17846/17973/26846 17797/17924/26847 +f 17797/17924/26847 17846/17973/26846 17847/17974/26848 +f 17797/17924/26847 17847/17974/26848 17798/17925/26849 +f 17798/17925/26849 17847/17974/26848 17848/17975/26850 +f 17798/17925/26849 17848/17975/26850 17793/17920/26851 +f 17793/17920/26851 17848/17975/26850 17843/17970/26852 +f 17843/17970/26852 17840/17967/26853 17793/17920/26851 +f 17793/17920/26851 17840/17967/26853 17792/17919/26854 +f 17792/17919/26854 17840/17967/26853 17799/17926/26855 +f 17799/17926/26855 17840/17967/26853 17842/17969/26856 +f 17799/17926/26855 17842/17969/26856 17800/17927/26857 +f 17800/17927/26857 17842/17969/26856 17839/17966/26858 +f 17800/17927/26857 17839/17966/26858 17785/17912/26859 +f 17785/17912/26859 17839/17966/26858 17834/17961/26860 +f 17804/17931/26608 17756/17883/26607 17825/17952/26861 +f 17825/17952/26861 17756/17883/26607 17757/17884/26862 +f 17825/17952/26861 17757/17884/26862 17828/17955/26863 +f 17828/17955/26863 17757/17884/26862 17760/17887/26864 +f 17828/17955/26863 17760/17887/26864 17830/17957/26865 +f 17830/17957/26865 17760/17887/26864 17762/17889/26866 +f 17834/17961/26860 17830/17957/26865 17785/17912/26859 +f 17785/17912/26859 17830/17957/26865 17762/17889/26866 +f 17876/18003/26746 17875/18002/26748 17738/17865/26745 +f 17738/17865/26745 17875/18002/26748 17739/17866/26747 +f 17860/17987/26792 17861/17988/26794 17770/17897/26791 +f 17770/17897/26791 17861/17988/26794 17774/17901/26793 +f 17835/17962/26823 17836/17963/26832 17786/17913/26824 +f 17786/17913/26824 17836/17963/26832 17787/17914/26831 +f 17711/17838/26506 17805/17932/26610 17710/17837/26505 +f 17710/17837/26505 17805/17932/26610 17716/17843/26609 +v 137.500000 48.707093 103.792892 +v 137.500000 47.292905 105.207108 +v 137.500000 43.499997 101.414215 +v 137.500000 44.914212 100.000000 +v 137.500000 42.499997 99.000000 +v 137.500000 46.499997 99.000000 +v 137.500000 47.292901 107.792892 +v 137.500000 48.707093 109.207108 +v 137.500000 51.292897 109.207108 +v 137.500000 52.707097 107.792892 +v 137.500000 52.707093 105.207108 +v 137.500000 51.292897 103.792892 +v 137.500000 55.085782 100.000000 +v 137.500000 56.499997 101.414215 +v 137.500000 43.499997 110.000000 +v 137.500000 43.499997 111.585785 +v 137.500000 42.499997 110.000000 +v 137.500000 42.499997 114.000000 +v 137.500000 44.914209 113.000000 +v 137.500000 46.499997 114.000000 +v 137.500000 46.499997 113.000000 +v 137.500000 43.499997 102.992210 +v 137.500000 42.499997 102.992210 +v 137.500000 46.499997 100.000000 +v 137.500000 53.499997 100.000000 +v 137.500000 53.499997 99.000000 +v 137.500000 57.499997 99.000000 +v 137.500000 57.499997 102.992210 +v 137.500000 56.499997 102.992210 +v 137.500000 56.499997 111.585785 +v 137.500000 55.085778 113.000000 +v 137.500000 57.499997 114.000000 +v 137.500000 53.499997 114.000000 +v 137.500000 56.499997 110.000000 +v 137.500000 57.499997 110.000000 +v 137.500000 53.499997 113.000000 +v -137.500000 43.499997 110.000000 +v -137.500000 43.499997 111.585785 +v -137.500000 47.292901 107.792892 +v -137.500000 47.292897 105.207108 +v -137.500000 43.499997 101.414215 +v -137.500000 43.499997 102.992210 +v -137.500000 42.499997 102.992210 +v -137.500000 42.499997 99.000000 +v -137.500000 46.499997 99.000000 +v -137.500000 46.499997 100.000000 +v -137.500000 44.914212 100.000000 +v -137.500000 48.707093 103.792892 +v -137.500000 51.292897 103.792892 +v -137.500000 55.085782 100.000000 +v -137.500000 53.499997 100.000000 +v -137.500000 53.499997 99.000000 +v -137.500000 57.499997 99.000000 +v -137.500000 57.499997 102.992210 +v -137.500000 56.499997 102.992210 +v -137.500000 56.499997 101.414215 +v -137.500000 52.707097 105.207108 +v -137.500000 52.707097 107.792892 +v -137.500000 56.499997 111.585785 +v -137.500000 56.499997 110.000000 +v -137.500000 57.499997 110.000000 +v -137.500000 57.499997 114.000000 +v -137.500000 53.499997 114.000000 +v -137.500000 53.499997 113.000000 +v -137.500000 55.085778 113.000000 +v -137.500000 51.292897 109.207108 +v -137.500000 48.707093 109.207108 +v -137.500000 44.914209 113.000000 +v -137.500000 46.499997 113.000000 +v -137.500000 46.499997 114.000000 +v -137.500000 42.499997 114.000000 +v -137.500000 42.499997 110.000000 +vt 0.915074 0.016061 +vt 0.915074 0.015981 +vt 0.915074 0.015790 +vt 0.915074 0.015864 +vt 0.915074 0.015738 +vt 0.915074 0.015946 +vt 0.915074 0.015988 +vt 0.915074 0.016095 +vt 0.915074 0.016196 +vt 0.915074 0.016276 +vt 0.915074 0.016269 +vt 0.915074 0.016162 +vt 0.915074 0.016393 +vt 0.915074 0.016467 +vt 0.915074 0.015790 +vt 0.915074 0.015790 +vt 0.915074 0.015738 +vt 0.915074 0.015738 +vt 0.915074 0.015864 +vt 0.915074 0.015946 +vt 0.915074 0.015946 +vt 0.915074 0.015790 +vt 0.915074 0.015738 +vt 0.915074 0.015946 +vt 0.915074 0.016311 +vt 0.915074 0.016311 +vt 0.915074 0.016519 +vt 0.915074 0.016519 +vt 0.915074 0.016467 +vt 0.915074 0.016467 +vt 0.915074 0.016393 +vt 0.915074 0.016519 +vt 0.915074 0.016311 +vt 0.915074 0.016467 +vt 0.915074 0.016519 +vt 0.915074 0.016311 +vt 0.905401 0.015790 +vt 0.905401 0.015790 +vt 0.905401 0.015988 +vt 0.905401 0.015981 +vt 0.905401 0.015790 +vt 0.905401 0.015790 +vt 0.905401 0.015738 +vt 0.905401 0.015738 +vt 0.905401 0.015946 +vt 0.905401 0.015946 +vt 0.905401 0.015864 +vt 0.905401 0.016061 +vt 0.905401 0.016162 +vt 0.905401 0.016393 +vt 0.905401 0.016311 +vt 0.905401 0.016311 +vt 0.905401 0.016519 +vt 0.905401 0.016519 +vt 0.905401 0.016467 +vt 0.905401 0.016467 +vt 0.905401 0.016269 +vt 0.905401 0.016276 +vt 0.905401 0.016467 +vt 0.905401 0.016467 +vt 0.905401 0.016519 +vt 0.905401 0.016519 +vt 0.905401 0.016311 +vt 0.905401 0.016311 +vt 0.905401 0.016393 +vt 0.905401 0.016196 +vt 0.905401 0.016095 +vt 0.905401 0.015864 +vt 0.905401 0.015946 +vt 0.905401 0.015946 +vt 0.905401 0.015738 +vt 0.905401 0.015738 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 0.000000 0.000000 +s 1 +f 17888/18015/26867 17889/18016/26868 17891/18018/26869 +f 17889/18016/26868 17890/18017/26870 17891/18018/26869 +f 17891/18018/26869 17890/18017/26870 17892/18019/26871 +f 17891/18018/26869 17892/18019/26871 17893/18020/26872 +f 17888/18015/26867 17899/18026/26873 17898/18025/26874 17897/18024/26875 17896/18023/26876 17895/18022/26877 17894/18021/26878 17889/18016/26868 +f 17898/18025/26874 17899/18026/26873 17901/18028/26879 +f 17899/18026/26873 17900/18027/26880 17901/18028/26879 +f 17902/18029/26881 17903/18030/26882 17904/18031/26883 +f 17904/18031/26883 17903/18030/26882 17905/18032/26884 +f 17905/18032/26884 17903/18030/26882 17906/18033/26885 +f 17905/18032/26884 17906/18033/26885 17907/18034/26886 +f 17907/18034/26886 17906/18033/26885 17908/18035/26887 +f 17906/18033/26885 17903/18030/26882 17895/18022/26877 +f 17895/18022/26877 17903/18030/26882 17894/18021/26878 +f 17909/18036/26888 17910/18037/26889 17890/18017/26870 +f 17890/18017/26870 17910/18037/26889 17892/18019/26871 +f 17893/18020/26872 17911/18038/26890 17891/18018/26869 +f 17912/18039/26891 17913/18040/26892 17900/18027/26880 +f 17900/18027/26880 17913/18040/26892 17914/18041/26893 +f 17900/18027/26880 17914/18041/26893 17901/18028/26879 +f 17901/18028/26879 17914/18041/26893 17915/18042/26894 +f 17901/18028/26879 17915/18042/26894 17916/18043/26895 +f 17897/18024/26875 17917/18044/26896 17896/18023/26876 +f 17896/18023/26876 17917/18044/26896 17918/18045/26897 +f 17918/18045/26897 17917/18044/26896 17919/18046/26898 +f 17918/18045/26897 17919/18046/26898 17920/18047/26899 +f 17921/18048/26900 17922/18049/26901 17917/18044/26896 +f 17917/18044/26896 17922/18049/26901 17919/18046/26898 +f 17920/18047/26899 17923/18050/26902 17918/18045/26897 +s 4 +f 17902/18029/26903 17924/18051/26904 17903/18030/26905 +f 17903/18030/26905 17924/18051/26904 17925/18052/26906 +s 5 +f 17903/18030/26907 17925/18052/26908 17894/18021/26909 +f 17894/18021/26909 17925/18052/26908 17926/18053/26910 +s off +f 17894/18021/26911 17926/18053/26912 17927/18054/26913 17889/18016/26914 +s 6 +f 17889/18016/26915 17927/18054/26916 17890/18017/26917 +f 17890/18017/26917 17927/18054/26916 17928/18055/26918 +s 7 +f 17890/18017/26919 17928/18055/26920 17909/18036/26921 +f 17909/18036/26921 17928/18055/26920 17929/18056/26922 +s 8 +f 17909/18036/26923 17929/18056/26924 17910/18037/26925 +f 17910/18037/26925 17929/18056/26924 17930/18057/26926 +s 9 +f 17910/18037/26927 17930/18057/26928 17892/18019/26929 +f 17892/18019/26929 17930/18057/26928 17931/18058/26930 +s 10 +f 17892/18019/26931 17931/18058/26932 17893/18020/26933 +f 17893/18020/26933 17931/18058/26932 17932/18059/26934 +s 11 +f 17893/18020/26935 17932/18059/26936 17911/18038/26937 +f 17911/18038/26937 17932/18059/26936 17933/18060/26938 +s 12 +f 17911/18038/26939 17933/18060/26940 17891/18018/26941 +f 17891/18018/26941 17933/18060/26940 17934/18061/26942 +s 13 +f 17891/18018/26943 17934/18061/26944 17888/18015/26945 +f 17888/18015/26945 17934/18061/26944 17935/18062/26946 +s off +f 17936/18063/26947 17899/18026/26948 17888/18015/26949 17935/18062/26950 +s 14 +f 17899/18026/26951 17936/18063/26952 17900/18027/26953 +f 17900/18027/26953 17936/18063/26952 17937/18064/26954 +s 15 +f 17900/18027/26955 17937/18064/26956 17912/18039/26957 +f 17912/18039/26957 17937/18064/26956 17938/18065/26958 +s 16 +f 17912/18039/26959 17938/18065/26960 17913/18040/26961 +f 17913/18040/26961 17938/18065/26960 17939/18066/26962 +s 17 +f 17913/18040/26963 17939/18066/26964 17914/18041/26965 +f 17914/18041/26965 17939/18066/26964 17940/18067/26966 +s 18 +f 17914/18041/26967 17940/18067/26968 17915/18042/26969 +f 17915/18042/26969 17940/18067/26968 17941/18068/26970 +s 19 +f 17915/18042/26971 17941/18068/26972 17916/18043/26973 +f 17916/18043/26973 17941/18068/26972 17942/18069/26974 +s 20 +f 17916/18043/26975 17942/18069/26976 17901/18028/26977 +f 17901/18028/26977 17942/18069/26976 17943/18070/26978 +s 21 +f 17901/18028/26979 17943/18070/26980 17898/18025/26981 +f 17898/18025/26981 17943/18070/26980 17944/18071/26982 +s off +f 17945/18072/26983 17897/18024/26984 17898/18025/26985 17944/18071/26986 +s 22 +f 17897/18024/26987 17945/18072/26988 17917/18044/26989 +f 17917/18044/26989 17945/18072/26988 17946/18073/26990 +s 23 +f 17917/18044/26991 17946/18073/26992 17921/18048/26993 +f 17921/18048/26993 17946/18073/26992 17947/18074/26994 +s 24 +f 17921/18048/26995 17947/18074/26996 17922/18049/26997 +f 17922/18049/26997 17947/18074/26996 17948/18075/26998 +s 25 +f 17922/18049/26999 17948/18075/27000 17919/18046/27001 +f 17919/18046/27001 17948/18075/27000 17949/18076/27002 +s 26 +f 17919/18046/27003 17949/18076/27004 17920/18047/27005 +f 17920/18047/27005 17949/18076/27004 17950/18077/27006 +s 27 +f 17920/18047/27007 17950/18077/27008 17923/18050/27009 +f 17923/18050/27009 17950/18077/27008 17951/18078/27010 +s 28 +f 17923/18050/27011 17951/18078/27012 17918/18045/27013 +f 17918/18045/27013 17951/18078/27012 17952/18079/27014 +s 29 +f 17918/18045/27015 17952/18079/27016 17896/18023/27017 +f 17896/18023/27017 17952/18079/27016 17953/18080/27018 +s off +f 17954/18081/27019 17895/18022/27020 17896/18023/27021 17953/18080/27022 +s 30 +f 17895/18022/27023 17954/18081/27024 17906/18033/27025 +f 17906/18033/27025 17954/18081/27024 17955/18082/27026 +s 31 +f 17906/18033/27027 17955/18082/27028 17908/18035/27029 +f 17908/18035/27029 17955/18082/27028 17956/18083/27030 +s 32 +f 17908/18035/27031 17956/18083/27032 17907/18034/27033 +f 17907/18034/27033 17956/18083/27032 17957/18084/27034 +s 33 +f 17907/18034/27035 17957/18084/27036 17905/18032/27037 +f 17905/18032/27037 17957/18084/27036 17958/18085/27038 +s 34 +f 17905/18032/27039 17958/18085/27040 17904/18031/27041 +f 17904/18031/27041 17958/18085/27040 17959/18086/27042 +s 35 +f 17904/18031/27043 17959/18086/27044 17902/18029/27045 +f 17902/18029/27045 17959/18086/27044 17924/18051/27046 +s 36 +f 17935/18062/27047 17934/18061/27048 17927/18054/27049 +f 17934/18061/27048 17928/18055/27050 17927/18054/27049 +f 17926/18053/27051 17954/18081/27052 17953/18080/27053 17945/18072/27054 17944/18071/27055 17936/18063/27056 17935/18062/27047 17927/18054/27049 +f 17944/18071/27055 17943/18070/27057 17936/18063/27056 +f 17943/18070/27057 17937/18064/27058 17936/18063/27056 +f 17937/18064/27058 17943/18070/27057 17940/18067/27059 +f 17937/18064/27058 17940/18067/27059 17939/18066/27060 +f 17924/18051/27061 17959/18086/27062 17925/18052/27063 +f 17925/18052/27063 17959/18086/27062 17958/18085/27064 +f 17925/18052/27063 17958/18085/27064 17955/18082/27065 +f 17955/18082/27065 17958/18085/27064 17957/18084/27066 +f 17955/18082/27065 17957/18084/27066 17956/18083/27067 +f 17955/18082/27065 17954/18081/27052 17925/18052/27063 +f 17925/18052/27063 17954/18081/27052 17926/18053/27051 +f 17945/18072/27054 17953/18080/27053 17946/18073/27068 +f 17946/18073/27068 17953/18080/27053 17952/18079/27069 +f 17946/18073/27068 17952/18079/27069 17949/18076/27070 +f 17949/18076/27070 17952/18079/27069 17950/18077/27071 +f 17950/18077/27071 17952/18079/27069 17951/18078/27072 +f 17949/18076/27070 17948/18075/27073 17946/18073/27068 +f 17946/18073/27068 17948/18075/27073 17947/18074/27074 +f 17942/18069/27075 17941/18068/27076 17943/18070/27057 +f 17943/18070/27057 17941/18068/27076 17940/18067/27059 +f 17939/18066/27060 17938/18065/27077 17937/18064/27058 +f 17933/18060/27078 17932/18059/27079 17934/18061/27048 +f 17934/18061/27048 17932/18059/27079 17931/18058/27080 +f 17934/18061/27048 17931/18058/27080 17928/18055/27050 +f 17928/18055/27050 17931/18058/27080 17930/18057/27081 +f 17928/18055/27050 17930/18057/27081 17929/18056/27082 +v 137.500000 -51.292904 103.792892 +v 137.500000 -52.707092 105.207108 +v 137.500000 -56.500000 101.414215 +v 137.500000 -55.085785 100.000000 +v 137.500000 -57.500000 99.000000 +v 137.500000 -53.500000 99.000000 +v 137.500000 -52.707096 107.792892 +v 137.500000 -51.292904 109.207108 +v 137.500000 -48.707100 109.207108 +v 137.500000 -47.292900 107.792892 +v 137.500000 -47.292904 105.207108 +v 137.500000 -48.707100 103.792892 +v 137.500000 -44.914215 100.000000 +v 137.500000 -43.500000 101.414215 +v 137.500000 -56.500000 110.000000 +v 137.500000 -56.500000 111.585785 +v 137.500000 -57.500000 110.000000 +v 137.500000 -57.500000 114.000000 +v 137.500000 -55.085789 113.000000 +v 137.500000 -53.500000 114.000000 +v 137.500000 -53.500000 113.000000 +v 137.500000 -56.500000 102.992210 +v 137.500000 -57.500000 102.992210 +v 137.500000 -53.500000 100.000000 +v 137.500000 -46.500000 100.000000 +v 137.500000 -46.500000 99.000000 +v 137.500000 -42.500000 99.000000 +v 137.500000 -42.500000 102.992210 +v 137.500000 -43.500000 102.992210 +v 137.500000 -43.500000 111.585785 +v 137.500000 -44.914219 113.000000 +v 137.500000 -42.500000 114.000000 +v 137.500000 -46.500000 114.000000 +v 137.500000 -43.500000 110.000000 +v 137.500000 -42.500000 110.000000 +v 137.500000 -46.500000 113.000000 +v -137.500000 -56.500000 110.000000 +v -137.500000 -56.500000 111.585785 +v -137.500000 -52.707096 107.792892 +v -137.500000 -52.707100 105.207108 +v -137.500000 -56.500000 101.414215 +v -137.500000 -56.500000 102.992210 +v -137.500000 -57.500000 102.992210 +v -137.500000 -57.500000 99.000000 +v -137.500000 -53.500000 99.000000 +v -137.500000 -53.500000 100.000000 +v -137.500000 -55.085785 100.000000 +v -137.500000 -51.292904 103.792892 +v -137.500000 -48.707100 103.792892 +v -137.500000 -44.914215 100.000000 +v -137.500000 -46.500000 100.000000 +v -137.500000 -46.500000 99.000000 +v -137.500000 -42.500000 99.000000 +v -137.500000 -42.500000 102.992210 +v -137.500000 -43.500000 102.992210 +v -137.500000 -43.500000 101.414215 +v -137.500000 -47.292900 105.207108 +v -137.500000 -47.292900 107.792892 +v -137.500000 -43.500000 111.585785 +v -137.500000 -43.500000 110.000000 +v -137.500000 -42.500000 110.000000 +v -137.500000 -42.500000 114.000000 +v -137.500000 -46.500000 114.000000 +v -137.500000 -46.500000 113.000000 +v -137.500000 -44.914219 113.000000 +v -137.500000 -48.707100 109.207108 +v -137.500000 -51.292904 109.207108 +v -137.500000 -55.085789 113.000000 +v -137.500000 -53.500000 113.000000 +v -137.500000 -53.500000 114.000000 +v -137.500000 -57.500000 114.000000 +v -137.500000 -57.500000 110.000000 +vt 0.915074 0.016061 +vt 0.915074 0.015981 +vt 0.915074 0.015790 +vt 0.915074 0.015864 +vt 0.915074 0.015738 +vt 0.915074 0.015946 +vt 0.915074 0.015988 +vt 0.915074 0.016095 +vt 0.915074 0.016196 +vt 0.915074 0.016276 +vt 0.915074 0.016269 +vt 0.915074 0.016162 +vt 0.915074 0.016393 +vt 0.915074 0.016467 +vt 0.915074 0.015790 +vt 0.915074 0.015790 +vt 0.915074 0.015738 +vt 0.915074 0.015738 +vt 0.915074 0.015864 +vt 0.915074 0.015946 +vt 0.915074 0.015946 +vt 0.915074 0.015790 +vt 0.915074 0.015738 +vt 0.915074 0.015946 +vt 0.915074 0.016311 +vt 0.915074 0.016311 +vt 0.915074 0.016519 +vt 0.915074 0.016519 +vt 0.915074 0.016467 +vt 0.915074 0.016467 +vt 0.915074 0.016393 +vt 0.915074 0.016519 +vt 0.915074 0.016311 +vt 0.915074 0.016467 +vt 0.915074 0.016519 +vt 0.915074 0.016311 +vt 0.905401 0.015790 +vt 0.905401 0.015790 +vt 0.905401 0.015988 +vt 0.905401 0.015981 +vt 0.905401 0.015790 +vt 0.905401 0.015790 +vt 0.905401 0.015738 +vt 0.905401 0.015738 +vt 0.905401 0.015946 +vt 0.905401 0.015946 +vt 0.905401 0.015864 +vt 0.905401 0.016061 +vt 0.905401 0.016162 +vt 0.905401 0.016393 +vt 0.905401 0.016311 +vt 0.905401 0.016311 +vt 0.905401 0.016519 +vt 0.905401 0.016519 +vt 0.905401 0.016467 +vt 0.905401 0.016467 +vt 0.905401 0.016269 +vt 0.905401 0.016276 +vt 0.905401 0.016467 +vt 0.905401 0.016467 +vt 0.905401 0.016519 +vt 0.905401 0.016519 +vt 0.905401 0.016311 +vt 0.905401 0.016311 +vt 0.905401 0.016393 +vt 0.905401 0.016196 +vt 0.905401 0.016095 +vt 0.905401 0.015864 +vt 0.905401 0.015946 +vt 0.905401 0.015946 +vt 0.905401 0.015738 +vt 0.905401 0.015738 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000015 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000019 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 -0.000011 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000008 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.707106 -0.707108 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944674 0.328010 +vn 0.000000 -0.944668 -0.328028 +vn 0.000000 -0.993803 0.111159 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707108 +vn 0.000000 -0.707106 0.707107 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707105 +vn 0.000000 0.707108 -0.707106 +vn 0.000000 0.328000 -0.944678 +vn 0.000000 -0.111159 -0.993803 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.327983 -0.944684 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 -0.707108 -0.707106 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707108 +vn 0.000000 0.707106 0.707107 +vn 0.000000 0.944668 0.328029 +vn 0.000000 0.993803 -0.111159 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.944681 -0.327990 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707108 +vn 0.000000 0.707106 -0.707107 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707106 +vn 0.000000 -0.707108 0.707105 +vn 0.000000 -0.327981 0.944684 +vn 0.000000 0.111160 0.993803 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.327981 0.944684 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.707108 0.707106 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000011 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000019 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000015 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000015 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000006 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000008 0.000000 +vn -1.000000 0.000000 0.000000 +s 1 +f 17960/18087/27083 17961/18088/27084 17963/18090/27085 +f 17961/18088/27084 17962/18089/27086 17963/18090/27085 +f 17963/18090/27085 17962/18089/27086 17964/18091/27087 +f 17963/18090/27085 17964/18091/27087 17965/18092/27088 +f 17960/18087/27083 17971/18098/27089 17970/18097/27090 17969/18096/27091 17968/18095/27092 17967/18094/27093 17966/18093/27094 17961/18088/27084 +f 17970/18097/27090 17971/18098/27089 17973/18100/27095 +f 17971/18098/27089 17972/18099/27096 17973/18100/27095 +f 17974/18101/27097 17975/18102/27098 17976/18103/27099 +f 17976/18103/27099 17975/18102/27098 17977/18104/27100 +f 17977/18104/27100 17975/18102/27098 17978/18105/27101 +f 17977/18104/27100 17978/18105/27101 17979/18106/27102 +f 17979/18106/27102 17978/18105/27101 17980/18107/27103 +f 17978/18105/27101 17975/18102/27098 17967/18094/27093 +f 17967/18094/27093 17975/18102/27098 17966/18093/27094 +f 17981/18108/27104 17982/18109/27105 17962/18089/27086 +f 17962/18089/27086 17982/18109/27105 17964/18091/27087 +f 17965/18092/27088 17983/18110/27106 17963/18090/27085 +f 17984/18111/27107 17985/18112/27108 17972/18099/27096 +f 17972/18099/27096 17985/18112/27108 17986/18113/27109 +f 17972/18099/27096 17986/18113/27109 17973/18100/27095 +f 17973/18100/27095 17986/18113/27109 17987/18114/27110 +f 17973/18100/27095 17987/18114/27110 17988/18115/27111 +f 17969/18096/27091 17989/18116/27112 17968/18095/27092 +f 17968/18095/27092 17989/18116/27112 17990/18117/27113 +f 17990/18117/27113 17989/18116/27112 17991/18118/27114 +f 17990/18117/27113 17991/18118/27114 17992/18119/27115 +f 17993/18120/27116 17994/18121/27117 17989/18116/27112 +f 17989/18116/27112 17994/18121/27117 17991/18118/27114 +f 17992/18119/27115 17995/18122/27118 17990/18117/27113 +s 4 +f 17974/18101/27119 17996/18123/27120 17975/18102/27121 +f 17975/18102/27121 17996/18123/27120 17997/18124/27122 +s 5 +f 17975/18102/27123 17997/18124/27124 17966/18093/27125 +f 17966/18093/27125 17997/18124/27124 17998/18125/27126 +s off +f 17966/18093/27127 17998/18125/27128 17999/18126/27129 17961/18088/27130 +s 6 +f 17961/18088/27131 17999/18126/27132 17962/18089/27133 +f 17962/18089/27133 17999/18126/27132 18000/18127/27134 +s 7 +f 17962/18089/27135 18000/18127/27136 17981/18108/27137 +f 17981/18108/27137 18000/18127/27136 18001/18128/27138 +s 8 +f 17981/18108/27139 18001/18128/27140 17982/18109/27141 +f 17982/18109/27141 18001/18128/27140 18002/18129/27142 +s 9 +f 17982/18109/27143 18002/18129/27144 17964/18091/27145 +f 17964/18091/27145 18002/18129/27144 18003/18130/27146 +s 10 +f 17964/18091/27147 18003/18130/27148 17965/18092/27149 +f 17965/18092/27149 18003/18130/27148 18004/18131/27150 +s 11 +f 17965/18092/27151 18004/18131/27152 17983/18110/27153 +f 17983/18110/27153 18004/18131/27152 18005/18132/27154 +s 12 +f 17983/18110/27155 18005/18132/27156 17963/18090/27157 +f 17963/18090/27157 18005/18132/27156 18006/18133/27158 +s 13 +f 17963/18090/27159 18006/18133/27160 17960/18087/27161 +f 17960/18087/27161 18006/18133/27160 18007/18134/27162 +s off +f 18008/18135/27163 17971/18098/27164 17960/18087/27165 18007/18134/27166 +s 14 +f 17971/18098/27167 18008/18135/27168 17972/18099/27169 +f 17972/18099/27169 18008/18135/27168 18009/18136/27170 +s 15 +f 17972/18099/27171 18009/18136/27172 17984/18111/27173 +f 17984/18111/27173 18009/18136/27172 18010/18137/27174 +s 16 +f 17984/18111/27175 18010/18137/27176 17985/18112/27177 +f 17985/18112/27177 18010/18137/27176 18011/18138/27178 +s 17 +f 17985/18112/27179 18011/18138/27180 17986/18113/27181 +f 17986/18113/27181 18011/18138/27180 18012/18139/27182 +s 18 +f 17986/18113/27183 18012/18139/27184 17987/18114/27185 +f 17987/18114/27185 18012/18139/27184 18013/18140/27186 +s 19 +f 17987/18114/27187 18013/18140/27188 17988/18115/27189 +f 17988/18115/27189 18013/18140/27188 18014/18141/27190 +s 20 +f 17988/18115/27191 18014/18141/27192 17973/18100/27193 +f 17973/18100/27193 18014/18141/27192 18015/18142/27194 +s 21 +f 17973/18100/27195 18015/18142/27196 17970/18097/27197 +f 17970/18097/27197 18015/18142/27196 18016/18143/27198 +s off +f 18017/18144/27199 17969/18096/27200 17970/18097/27201 18016/18143/27202 +s 22 +f 17969/18096/27203 18017/18144/27204 17989/18116/27205 +f 17989/18116/27205 18017/18144/27204 18018/18145/27206 +s 23 +f 17989/18116/27207 18018/18145/27208 17993/18120/27209 +f 17993/18120/27209 18018/18145/27208 18019/18146/27210 +s 24 +f 17993/18120/27211 18019/18146/27212 17994/18121/27213 +f 17994/18121/27213 18019/18146/27212 18020/18147/27214 +s 25 +f 17994/18121/27215 18020/18147/27216 17991/18118/27217 +f 17991/18118/27217 18020/18147/27216 18021/18148/27218 +s 26 +f 17991/18118/27219 18021/18148/27220 17992/18119/27221 +f 17992/18119/27221 18021/18148/27220 18022/18149/27222 +s 27 +f 17992/18119/27223 18022/18149/27224 17995/18122/27225 +f 17995/18122/27225 18022/18149/27224 18023/18150/27226 +s 28 +f 17995/18122/27227 18023/18150/27228 17990/18117/27229 +f 17990/18117/27229 18023/18150/27228 18024/18151/27230 +s 29 +f 17990/18117/27231 18024/18151/27232 17968/18095/27233 +f 17968/18095/27233 18024/18151/27232 18025/18152/27234 +s off +f 18026/18153/27235 17967/18094/27236 17968/18095/27237 18025/18152/27238 +s 30 +f 17967/18094/27239 18026/18153/27240 17978/18105/27241 +f 17978/18105/27241 18026/18153/27240 18027/18154/27242 +s 31 +f 17978/18105/27243 18027/18154/27244 17980/18107/27245 +f 17980/18107/27245 18027/18154/27244 18028/18155/27246 +s 32 +f 17980/18107/27247 18028/18155/27248 17979/18106/27249 +f 17979/18106/27249 18028/18155/27248 18029/18156/27250 +s 33 +f 17979/18106/27251 18029/18156/27252 17977/18104/27253 +f 17977/18104/27253 18029/18156/27252 18030/18157/27254 +s 34 +f 17977/18104/27255 18030/18157/27256 17976/18103/27257 +f 17976/18103/27257 18030/18157/27256 18031/18158/27258 +s 35 +f 17976/18103/27259 18031/18158/27260 17974/18101/27261 +f 17974/18101/27261 18031/18158/27260 17996/18123/27262 +s 36 +f 18007/18134/27263 18006/18133/27264 17999/18126/27265 +f 18006/18133/27264 18000/18127/27266 17999/18126/27265 +f 17998/18125/27267 18026/18153/27268 18025/18152/27269 18017/18144/27270 18016/18143/27271 18008/18135/27272 18007/18134/27263 17999/18126/27265 +f 18016/18143/27271 18015/18142/27273 18008/18135/27272 +f 18015/18142/27273 18009/18136/27274 18008/18135/27272 +f 18009/18136/27274 18015/18142/27273 18012/18139/27275 +f 18009/18136/27274 18012/18139/27275 18011/18138/27276 +f 17996/18123/27277 18031/18158/27278 17997/18124/27279 +f 17997/18124/27279 18031/18158/27278 18030/18157/27280 +f 17997/18124/27279 18030/18157/27280 18027/18154/27281 +f 18027/18154/27281 18030/18157/27280 18029/18156/27282 +f 18027/18154/27281 18029/18156/27282 18028/18155/27283 +f 18027/18154/27281 18026/18153/27268 17997/18124/27279 +f 17997/18124/27279 18026/18153/27268 17998/18125/27267 +f 18017/18144/27270 18025/18152/27269 18018/18145/27284 +f 18018/18145/27284 18025/18152/27269 18024/18151/27285 +f 18018/18145/27284 18024/18151/27285 18021/18148/27286 +f 18021/18148/27286 18024/18151/27285 18022/18149/27287 +f 18022/18149/27287 18024/18151/27285 18023/18150/27288 +f 18021/18148/27286 18020/18147/27289 18018/18145/27284 +f 18018/18145/27284 18020/18147/27289 18019/18146/27290 +f 18014/18141/27291 18013/18140/27292 18015/18142/27273 +f 18015/18142/27273 18013/18140/27292 18012/18139/27275 +f 18011/18138/27276 18010/18137/27293 18009/18136/27274 +f 18005/18132/27294 18004/18131/27295 18006/18133/27264 +f 18006/18133/27264 18004/18131/27295 18003/18130/27296 +f 18006/18133/27264 18003/18130/27296 18000/18127/27266 +f 18000/18127/27266 18003/18130/27296 18002/18129/27297 +f 18000/18127/27266 18002/18129/27297 18001/18128/27298 +v -148.792908 -137.500000 103.792892 +v -150.207092 -137.500000 105.207108 +v -154.000000 -137.500000 101.414215 +v -152.585800 -137.500000 100.000000 +v -155.000000 -137.500000 99.000000 +v -151.000000 -137.500000 99.000000 +v -150.207108 -137.500000 107.792892 +v -148.792908 -137.500000 109.207108 +v -146.207108 -137.500000 109.207108 +v -144.792877 -137.500000 107.792892 +v -144.792892 -137.500000 105.207108 +v -146.207108 -137.500000 103.792892 +v -142.414200 -137.500000 100.000000 +v -141.000000 -137.500000 101.414215 +v -154.000000 -137.500000 110.000000 +v -154.000000 -137.500000 111.585785 +v -155.000000 -137.500000 110.000000 +v -155.000000 -137.500000 114.000000 +v -152.585800 -137.500000 113.000000 +v -151.000000 -137.500000 114.000000 +v -151.000000 -137.500000 113.000000 +v -154.000000 -137.500000 102.992210 +v -155.000000 -137.500000 102.992210 +v -151.000000 -137.500000 100.000000 +v -144.000000 -137.500000 100.000000 +v -144.000000 -137.500000 99.000000 +v -140.000000 -137.500000 99.000000 +v -140.000000 -137.500000 102.992210 +v -141.000000 -137.500000 102.992210 +v -141.000000 -137.500000 111.585785 +v -142.414215 -137.500000 113.000000 +v -140.000000 -137.500000 114.000000 +v -144.000000 -137.500000 114.000000 +v -141.000000 -137.500000 110.000000 +v -140.000000 -137.500000 110.000000 +v -144.000000 -137.500000 113.000000 +v -154.000000 137.500000 110.000000 +v -154.000000 137.500000 111.585785 +v -150.207108 137.500000 107.792892 +v -150.207092 137.500000 105.207108 +v -154.000000 137.500000 101.414215 +v -154.000000 137.500000 102.992210 +v -155.000000 137.500000 102.992210 +v -155.000000 137.500000 99.000000 +v -151.000000 137.500000 99.000000 +v -151.000000 137.500000 100.000000 +v -152.585800 137.500000 100.000000 +v -148.792908 137.500000 103.792892 +v -146.207108 137.500000 103.792892 +v -142.414200 137.500000 100.000000 +v -144.000000 137.500000 100.000000 +v -144.000000 137.500000 99.000000 +v -140.000000 137.500000 99.000000 +v -140.000000 137.500000 102.992210 +v -141.000000 137.500000 102.992210 +v -141.000000 137.500000 101.414215 +v -144.792892 137.500000 105.207108 +v -144.792892 137.500000 107.792892 +v -141.000000 137.500000 111.585785 +v -141.000000 137.500000 110.000000 +v -140.000000 137.500000 110.000000 +v -140.000000 137.500000 114.000000 +v -144.000000 137.500000 114.000000 +v -144.000000 137.500000 113.000000 +v -142.414215 137.500000 113.000000 +v -146.207108 137.500000 109.207108 +v -148.792908 137.500000 109.207108 +v -152.585800 137.500000 113.000000 +v -151.000000 137.500000 113.000000 +v -151.000000 137.500000 114.000000 +v -155.000000 137.500000 114.000000 +v -155.000000 137.500000 110.000000 +vt 0.905027 0.011574 +vt 0.904950 0.011574 +vt 0.904821 0.011574 +vt 0.904871 0.011574 +vt 0.904786 0.011574 +vt 0.904926 0.011574 +vt 0.904954 0.011574 +vt 0.905004 0.011574 +vt 0.905072 0.011574 +vt 0.905145 0.011574 +vt 0.905149 0.011574 +vt 0.905095 0.011574 +vt 0.905228 0.011574 +vt 0.905278 0.011574 +vt 0.904821 0.011574 +vt 0.904821 0.011574 +vt 0.904786 0.011574 +vt 0.904786 0.011574 +vt 0.904871 0.011574 +vt 0.904926 0.011574 +vt 0.904926 0.011574 +vt 0.904821 0.011574 +vt 0.904786 0.011574 +vt 0.904926 0.011574 +vt 0.905173 0.011574 +vt 0.905173 0.011574 +vt 0.905313 0.011574 +vt 0.905313 0.011574 +vt 0.905278 0.011574 +vt 0.905278 0.011574 +vt 0.905228 0.011574 +vt 0.905313 0.011574 +vt 0.905173 0.011574 +vt 0.905278 0.011574 +vt 0.905313 0.011574 +vt 0.905173 0.011574 +vt 0.904821 0.025889 +vt 0.904821 0.025889 +vt 0.904954 0.025889 +vt 0.904950 0.025889 +vt 0.904821 0.025889 +vt 0.904821 0.025889 +vt 0.904786 0.025889 +vt 0.904786 0.025889 +vt 0.904926 0.025889 +vt 0.904926 0.025889 +vt 0.904871 0.025889 +vt 0.905027 0.025889 +vt 0.905095 0.025889 +vt 0.905228 0.025889 +vt 0.905173 0.025889 +vt 0.905173 0.025889 +vt 0.905313 0.025889 +vt 0.905313 0.025889 +vt 0.905278 0.025889 +vt 0.905278 0.025889 +vt 0.905149 0.025889 +vt 0.905145 0.025889 +vt 0.905278 0.025889 +vt 0.905278 0.025889 +vt 0.905313 0.025889 +vt 0.905313 0.025889 +vt 0.905173 0.025889 +vt 0.905173 0.025889 +vt 0.905228 0.025889 +vt 0.905072 0.025889 +vt 0.905004 0.025889 +vt 0.904871 0.025889 +vt 0.904926 0.025889 +vt 0.904926 0.025889 +vt 0.904786 0.025889 +vt 0.904786 0.025889 +vn 0.000000 -1.000000 0.000004 +vn 0.000000 -1.000000 0.000004 +vn 0.000000 -1.000000 0.000011 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000031 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000017 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000008 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.944684 0.000000 0.327981 +vn -0.944684 0.000000 0.327981 +vn -0.944678 0.000000 -0.328000 +vn -0.993802 0.000000 0.111164 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn -0.707105 0.000000 0.707108 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.328005 0.000000 -0.944676 +vn 0.328005 0.000000 -0.944676 +vn -0.327986 0.000000 -0.944683 +vn 0.111159 0.000000 -0.993803 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn -0.707106 0.000000 -0.707108 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.944683 0.000000 0.327984 +vn 0.944691 0.000000 0.327963 +vn 0.944692 0.000000 -0.327960 +vn 0.993802 0.000000 0.111164 +vn 0.707108 0.000000 -0.707105 +vn 0.707108 0.000000 -0.707105 +vn 0.707108 0.000000 -0.707105 +vn 0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.327986 0.000000 0.944683 +vn -0.327974 0.000000 0.944687 +vn 0.327986 0.000000 0.944683 +vn -0.111163 0.000000 0.993802 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000009 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000005 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000003 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +s 1 +f 18032/18159/27299 18033/18160/27300 18034/18161/27301 +f 18032/18159/27299 18034/18161/27301 18035/18162/27302 +f 18035/18162/27302 18034/18161/27301 18036/18163/27303 +f 18035/18162/27302 18036/18163/27303 18037/18164/27304 +f 18032/18159/27299 18043/18170/27305 18042/18169/27306 18041/18168/27307 18040/18167/27308 18039/18166/27309 18038/18165/27310 18033/18160/27300 +f 18042/18169/27306 18043/18170/27305 18045/18172/27311 +f 18043/18170/27305 18044/18171/27312 18045/18172/27311 +f 18046/18173/27313 18047/18174/27314 18048/18175/27315 +f 18048/18175/27315 18047/18174/27314 18049/18176/27316 +f 18049/18176/27316 18047/18174/27314 18050/18177/27317 +f 18049/18176/27316 18050/18177/27317 18051/18178/27318 +f 18051/18178/27318 18050/18177/27317 18052/18179/27319 +f 18050/18177/27317 18047/18174/27314 18039/18166/27309 +f 18039/18166/27309 18047/18174/27314 18038/18165/27310 +f 18053/18180/27320 18054/18181/27321 18034/18161/27301 +f 18034/18161/27301 18054/18181/27321 18036/18163/27303 +f 18037/18164/27304 18055/18182/27322 18035/18162/27302 +f 18056/18183/27323 18057/18184/27324 18044/18171/27312 +f 18044/18171/27312 18057/18184/27324 18058/18185/27325 +f 18044/18171/27312 18058/18185/27325 18045/18172/27311 +f 18045/18172/27311 18058/18185/27325 18059/18186/27326 +f 18045/18172/27311 18059/18186/27326 18060/18187/27327 +f 18041/18168/27307 18061/18188/27328 18040/18167/27308 +f 18040/18167/27308 18061/18188/27328 18062/18189/27329 +f 18062/18189/27329 18061/18188/27328 18063/18190/27330 +f 18062/18189/27329 18063/18190/27330 18064/18191/27331 +f 18065/18192/27332 18066/18193/27333 18061/18188/27328 +f 18061/18188/27328 18066/18193/27333 18063/18190/27330 +f 18064/18191/27331 18067/18194/27334 18062/18189/27329 +s 4 +f 18046/18173/27335 18068/18195/27336 18047/18174/27337 +f 18047/18174/27337 18068/18195/27336 18069/18196/27338 +s 5 +f 18047/18174/27339 18069/18196/27340 18038/18165/27341 +f 18038/18165/27341 18069/18196/27340 18070/18197/27342 +s off +f 18038/18165/27343 18070/18197/27344 18071/18198/27345 18033/18160/27346 +s 6 +f 18033/18160/27347 18071/18198/27348 18034/18161/27349 +f 18034/18161/27349 18071/18198/27348 18072/18199/27350 +s 7 +f 18034/18161/27351 18072/18199/27352 18053/18180/27353 +f 18053/18180/27353 18072/18199/27352 18073/18200/27354 +s 8 +f 18053/18180/27355 18073/18200/27356 18054/18181/27357 +f 18054/18181/27357 18073/18200/27356 18074/18201/27358 +s 9 +f 18054/18181/27359 18074/18201/27360 18036/18163/27361 +f 18036/18163/27361 18074/18201/27360 18075/18202/27362 +s 10 +f 18036/18163/27363 18075/18202/27364 18037/18164/27365 +f 18037/18164/27365 18075/18202/27364 18076/18203/27366 +s 11 +f 18037/18164/27367 18076/18203/27368 18055/18182/27369 +f 18055/18182/27369 18076/18203/27368 18077/18204/27370 +s 12 +f 18055/18182/27371 18077/18204/27372 18035/18162/27373 +f 18035/18162/27373 18077/18204/27372 18078/18205/27374 +s 13 +f 18035/18162/27375 18078/18205/27376 18032/18159/27377 +f 18032/18159/27377 18078/18205/27376 18079/18206/27378 +s off +f 18080/18207/27379 18043/18170/27380 18032/18159/27381 18079/18206/27382 +s 14 +f 18043/18170/27383 18080/18207/27384 18044/18171/27385 +f 18044/18171/27385 18080/18207/27384 18081/18208/27386 +s 15 +f 18044/18171/27387 18081/18208/27388 18056/18183/27389 +f 18056/18183/27389 18081/18208/27388 18082/18209/27390 +s 16 +f 18056/18183/27391 18082/18209/27392 18057/18184/27393 +f 18057/18184/27393 18082/18209/27392 18083/18210/27394 +s 17 +f 18057/18184/27395 18083/18210/27396 18058/18185/27397 +f 18058/18185/27397 18083/18210/27396 18084/18211/27398 +s 18 +f 18058/18185/27399 18084/18211/27400 18059/18186/27401 +f 18059/18186/27401 18084/18211/27400 18085/18212/27402 +s 19 +f 18059/18186/27403 18085/18212/27404 18060/18187/27405 +f 18060/18187/27405 18085/18212/27404 18086/18213/27406 +s 20 +f 18060/18187/27407 18086/18213/27408 18045/18172/27409 +f 18045/18172/27409 18086/18213/27408 18087/18214/27410 +s 21 +f 18045/18172/27411 18087/18214/27412 18042/18169/27413 +f 18042/18169/27413 18087/18214/27412 18088/18215/27414 +s off +f 18089/18216/27415 18041/18168/27416 18042/18169/27417 18088/18215/27418 +s 22 +f 18041/18168/27419 18089/18216/27420 18061/18188/27421 +f 18061/18188/27421 18089/18216/27420 18090/18217/27422 +s 23 +f 18061/18188/27423 18090/18217/27424 18065/18192/27425 +f 18065/18192/27425 18090/18217/27424 18091/18218/27426 +s 24 +f 18065/18192/27427 18091/18218/27428 18066/18193/27429 +f 18066/18193/27429 18091/18218/27428 18092/18219/27430 +s 25 +f 18066/18193/27431 18092/18219/27432 18063/18190/27433 +f 18063/18190/27433 18092/18219/27432 18093/18220/27434 +s 26 +f 18063/18190/27435 18093/18220/27436 18064/18191/27437 +f 18064/18191/27437 18093/18220/27436 18094/18221/27438 +s 27 +f 18064/18191/27439 18094/18221/27440 18067/18194/27441 +f 18067/18194/27441 18094/18221/27440 18095/18222/27442 +s 28 +f 18067/18194/27443 18095/18222/27444 18062/18189/27445 +f 18062/18189/27445 18095/18222/27444 18096/18223/27446 +s 29 +f 18062/18189/27447 18096/18223/27448 18040/18167/27449 +f 18040/18167/27449 18096/18223/27448 18097/18224/27450 +s off +f 18098/18225/27451 18039/18166/27452 18040/18167/27453 18097/18224/27454 +s 30 +f 18039/18166/27455 18098/18225/27456 18050/18177/27457 +f 18050/18177/27457 18098/18225/27456 18099/18226/27458 +s 31 +f 18050/18177/27459 18099/18226/27460 18052/18179/27461 +f 18052/18179/27461 18099/18226/27460 18100/18227/27462 +s 32 +f 18052/18179/27463 18100/18227/27464 18051/18178/27465 +f 18051/18178/27465 18100/18227/27464 18101/18228/27466 +s 33 +f 18051/18178/27467 18101/18228/27468 18049/18176/27469 +f 18049/18176/27469 18101/18228/27468 18102/18229/27470 +s 34 +f 18049/18176/27471 18102/18229/27472 18048/18175/27473 +f 18048/18175/27473 18102/18229/27472 18103/18230/27474 +s 35 +f 18048/18175/27475 18103/18230/27476 18046/18173/27477 +f 18046/18173/27477 18103/18230/27476 18068/18195/27478 +s 36 +f 18079/18206/27479 18078/18205/27480 18072/18199/27481 +f 18079/18206/27479 18072/18199/27481 18071/18198/27482 +f 18070/18197/27483 18098/18225/27484 18097/18224/27485 18089/18216/27486 18088/18215/27487 18080/18207/27488 18079/18206/27479 18071/18198/27482 +f 18088/18215/27487 18087/18214/27489 18080/18207/27488 +f 18087/18214/27489 18081/18208/27490 18080/18207/27488 +f 18081/18208/27490 18087/18214/27489 18084/18211/27491 +f 18081/18208/27490 18084/18211/27491 18083/18210/27492 +f 18068/18195/27493 18103/18230/27494 18069/18196/27495 +f 18069/18196/27495 18103/18230/27494 18102/18229/27496 +f 18069/18196/27495 18102/18229/27496 18099/18226/27497 +f 18099/18226/27497 18102/18229/27496 18101/18228/27498 +f 18099/18226/27497 18101/18228/27498 18100/18227/27499 +f 18099/18226/27497 18098/18225/27484 18069/18196/27495 +f 18069/18196/27495 18098/18225/27484 18070/18197/27483 +f 18089/18216/27486 18097/18224/27485 18090/18217/27500 +f 18090/18217/27500 18097/18224/27485 18096/18223/27501 +f 18090/18217/27500 18096/18223/27501 18093/18220/27502 +f 18093/18220/27502 18096/18223/27501 18094/18221/27503 +f 18094/18221/27503 18096/18223/27501 18095/18222/27504 +f 18093/18220/27502 18092/18219/27505 18090/18217/27500 +f 18090/18217/27500 18092/18219/27505 18091/18218/27506 +f 18086/18213/27507 18085/18212/27508 18087/18214/27489 +f 18087/18214/27489 18085/18212/27508 18084/18211/27491 +f 18083/18210/27492 18082/18209/27509 18081/18208/27490 +f 18077/18204/27510 18076/18203/27511 18078/18205/27480 +f 18078/18205/27480 18076/18203/27511 18075/18202/27512 +f 18078/18205/27480 18075/18202/27512 18072/18199/27481 +f 18072/18199/27481 18075/18202/27512 18074/18201/27513 +f 18072/18199/27481 18074/18201/27513 18073/18200/27514 +v 146.207108 -137.500000 103.792892 +v 144.792877 -137.500000 105.207108 +v 141.000000 -137.500000 101.414215 +v 142.414200 -137.500000 100.000000 +v 140.000000 -137.500000 99.000000 +v 144.000000 -137.500000 99.000000 +v 144.792892 -137.500000 107.792892 +v 146.207108 -137.500000 109.207108 +v 148.792908 -137.500000 109.207108 +v 150.207108 -137.500000 107.792892 +v 150.207092 -137.500000 105.207108 +v 148.792908 -137.500000 103.792892 +v 152.585800 -137.500000 100.000000 +v 154.000000 -137.500000 101.414215 +v 141.000000 -137.500000 110.000000 +v 141.000000 -137.500000 111.585785 +v 140.000000 -137.500000 110.000000 +v 140.000000 -137.500000 114.000000 +v 142.414215 -137.500000 113.000000 +v 144.000000 -137.500000 114.000000 +v 144.000000 -137.500000 113.000000 +v 141.000000 -137.500000 102.992210 +v 140.000000 -137.500000 102.992210 +v 144.000000 -137.500000 100.000000 +v 151.000000 -137.500000 100.000000 +v 151.000000 -137.500000 99.000000 +v 155.000000 -137.500000 99.000000 +v 155.000000 -137.500000 102.992210 +v 154.000000 -137.500000 102.992210 +v 154.000000 -137.500000 111.585785 +v 152.585800 -137.500000 113.000000 +v 155.000000 -137.500000 114.000000 +v 151.000000 -137.500000 114.000000 +v 154.000000 -137.500000 110.000000 +v 155.000000 -137.500000 110.000000 +v 151.000000 -137.500000 113.000000 +v 141.000000 137.500000 110.000000 +v 141.000000 137.500000 111.585785 +v 144.792877 137.500000 107.792892 +v 144.792877 137.500000 105.207108 +v 141.000000 137.500000 101.414215 +v 141.000000 137.500000 102.992210 +v 140.000000 137.500000 102.992210 +v 140.000000 137.500000 99.000000 +v 144.000000 137.500000 99.000000 +v 144.000000 137.500000 100.000000 +v 142.414200 137.500000 100.000000 +v 146.207108 137.500000 103.792892 +v 148.792908 137.500000 103.792892 +v 152.585800 137.500000 100.000000 +v 151.000000 137.500000 100.000000 +v 151.000000 137.500000 99.000000 +v 155.000000 137.500000 99.000000 +v 155.000000 137.500000 102.992210 +v 154.000000 137.500000 102.992210 +v 154.000000 137.500000 101.414215 +v 150.207092 137.500000 105.207108 +v 150.207108 137.500000 107.792892 +v 154.000000 137.500000 111.585785 +v 154.000000 137.500000 110.000000 +v 155.000000 137.500000 110.000000 +v 155.000000 137.500000 114.000000 +v 151.000000 137.500000 114.000000 +v 151.000000 137.500000 113.000000 +v 152.585800 137.500000 113.000000 +v 148.792908 137.500000 109.207108 +v 146.207108 137.500000 109.207108 +v 142.414215 137.500000 113.000000 +v 144.000000 137.500000 113.000000 +v 144.000000 137.500000 114.000000 +v 140.000000 137.500000 114.000000 +v 140.000000 137.500000 110.000000 +vt 0.915380 0.011574 +vt 0.915326 0.011574 +vt 0.915197 0.011574 +vt 0.915247 0.011574 +vt 0.915162 0.011574 +vt 0.915302 0.011574 +vt 0.915330 0.011574 +vt 0.915403 0.011574 +vt 0.915471 0.011574 +vt 0.915525 0.011574 +vt 0.915521 0.011574 +vt 0.915448 0.011574 +vt 0.915604 0.011574 +vt 0.915654 0.011574 +vt 0.915197 0.011574 +vt 0.915197 0.011574 +vt 0.915162 0.011574 +vt 0.915162 0.011574 +vt 0.915247 0.011574 +vt 0.915302 0.011574 +vt 0.915302 0.011574 +vt 0.915197 0.011574 +vt 0.915162 0.011574 +vt 0.915302 0.011574 +vt 0.915549 0.011574 +vt 0.915549 0.011574 +vt 0.915689 0.011574 +vt 0.915689 0.011574 +vt 0.915654 0.011574 +vt 0.915654 0.011574 +vt 0.915604 0.011574 +vt 0.915689 0.011574 +vt 0.915549 0.011574 +vt 0.915654 0.011574 +vt 0.915689 0.011574 +vt 0.915549 0.011574 +vt 0.915197 0.025889 +vt 0.915197 0.025889 +vt 0.915330 0.025889 +vt 0.915326 0.025889 +vt 0.915197 0.025889 +vt 0.915197 0.025889 +vt 0.915162 0.025889 +vt 0.915162 0.025889 +vt 0.915302 0.025889 +vt 0.915302 0.025889 +vt 0.915247 0.025889 +vt 0.915380 0.025889 +vt 0.915448 0.025889 +vt 0.915604 0.025889 +vt 0.915549 0.025889 +vt 0.915549 0.025889 +vt 0.915689 0.025889 +vt 0.915689 0.025889 +vt 0.915654 0.025889 +vt 0.915654 0.025889 +vt 0.915521 0.025889 +vt 0.915525 0.025889 +vt 0.915654 0.025889 +vt 0.915654 0.025889 +vt 0.915689 0.025889 +vt 0.915689 0.025889 +vt 0.915549 0.025889 +vt 0.915549 0.025889 +vt 0.915604 0.025889 +vt 0.915471 0.025889 +vt 0.915403 0.025889 +vt 0.915247 0.025889 +vt 0.915302 0.025889 +vt 0.915302 0.025889 +vt 0.915162 0.025889 +vt 0.915162 0.025889 +vn 0.000000 -1.000000 0.000007 +vn 0.000000 -1.000000 0.000007 +vn 0.000000 -1.000000 0.000005 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000015 +vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000006 +vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 @@ -75163,28 +101485,180 @@ vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 -0.000006 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707108 0.000000 -0.707105 +vn -0.944695 0.000000 0.327951 +vn -0.944695 0.000000 0.327951 +vn -0.944685 0.000000 -0.327980 +vn -0.993802 0.000000 0.111164 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.707106 0.000000 -0.707108 +vn 0.327998 0.000000 -0.944678 +vn -0.111159 0.000000 -0.993803 +vn -0.327986 0.000000 -0.944683 +vn -0.327986 0.000000 -0.944683 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn -0.707107 0.000000 -0.707107 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.707105 0.000000 0.707108 +vn 0.944683 0.000000 0.327984 +vn 0.993802 0.000000 -0.111164 +vn 0.944677 0.000000 -0.328001 +vn 0.944677 0.000000 -0.328001 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn 0.707107 0.000000 -0.707107 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.707107 0.000000 0.707107 +vn -0.327993 0.000000 0.944680 +vn 0.111163 0.000000 0.993802 +vn 0.327986 0.000000 0.944683 +vn 0.327986 0.000000 0.944683 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.707107 0.000000 0.707107 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000000 0.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 1.000000 -0.000017 +vn 0.000000 1.000000 -0.000017 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000015 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000011 +vn 0.000000 1.000000 0.000005 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 -0.000006 +vn 0.000000 1.000000 0.000008 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 +vn 0.000000 1.000000 0.000006 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 @@ -75198,18595 +101672,593 @@ vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 +s 1 +f 18104/18231/27515 18105/18232/27516 18107/18234/27517 +f 18105/18232/27516 18106/18233/27518 18107/18234/27517 +f 18107/18234/27517 18106/18233/27518 18108/18235/27519 +f 18107/18234/27517 18108/18235/27519 18109/18236/27520 +f 18104/18231/27515 18115/18242/27521 18114/18241/27522 18113/18240/27523 18112/18239/27524 18111/18238/27525 18110/18237/27526 18105/18232/27516 +f 18114/18241/27522 18115/18242/27521 18116/18243/27527 +f 18114/18241/27522 18116/18243/27527 18117/18244/27528 +f 18118/18245/27529 18119/18246/27530 18120/18247/27531 +f 18120/18247/27531 18119/18246/27530 18121/18248/27532 +f 18121/18248/27532 18119/18246/27530 18122/18249/27533 +f 18121/18248/27532 18122/18249/27533 18123/18250/27534 +f 18123/18250/27534 18122/18249/27533 18124/18251/27535 +f 18122/18249/27533 18119/18246/27530 18111/18238/27525 +f 18111/18238/27525 18119/18246/27530 18110/18237/27526 +f 18125/18252/27536 18126/18253/27537 18106/18233/27518 +f 18106/18233/27518 18126/18253/27537 18108/18235/27519 +f 18109/18236/27520 18127/18254/27538 18107/18234/27517 +f 18128/18255/27539 18129/18256/27540 18116/18243/27527 +f 18116/18243/27527 18129/18256/27540 18130/18257/27541 +f 18116/18243/27527 18130/18257/27541 18117/18244/27528 +f 18117/18244/27528 18130/18257/27541 18131/18258/27542 +f 18117/18244/27528 18131/18258/27542 18132/18259/27543 +f 18113/18240/27523 18133/18260/27544 18112/18239/27524 +f 18112/18239/27524 18133/18260/27544 18134/18261/27545 +f 18134/18261/27545 18133/18260/27544 18135/18262/27546 +f 18134/18261/27545 18135/18262/27546 18136/18263/27547 +f 18137/18264/27548 18138/18265/27549 18133/18260/27544 +f 18133/18260/27544 18138/18265/27549 18135/18262/27546 +f 18136/18263/27547 18139/18266/27550 18134/18261/27545 +s 4 +f 18118/18245/27551 18140/18267/27552 18119/18246/27553 +f 18119/18246/27553 18140/18267/27552 18141/18268/27554 +s 5 +f 18119/18246/27555 18141/18268/27556 18110/18237/27557 +f 18110/18237/27557 18141/18268/27556 18142/18269/27558 +s off +f 18110/18237/27559 18142/18269/27560 18143/18270/27561 18105/18232/27562 +s 6 +f 18105/18232/27563 18143/18270/27564 18106/18233/27565 +f 18106/18233/27565 18143/18270/27564 18144/18271/27566 +s 7 +f 18106/18233/27567 18144/18271/27568 18125/18252/27569 +f 18125/18252/27569 18144/18271/27568 18145/18272/27570 +s 8 +f 18125/18252/27571 18145/18272/27572 18126/18253/27573 +f 18126/18253/27573 18145/18272/27572 18146/18273/27574 +s 9 +f 18126/18253/27575 18146/18273/27576 18108/18235/27577 +f 18108/18235/27577 18146/18273/27576 18147/18274/27578 +s 10 +f 18108/18235/27579 18147/18274/27580 18109/18236/27581 +f 18109/18236/27581 18147/18274/27580 18148/18275/27582 +s 11 +f 18109/18236/27583 18148/18275/27584 18127/18254/27585 +f 18127/18254/27585 18148/18275/27584 18149/18276/27586 +s 12 +f 18127/18254/27587 18149/18276/27588 18107/18234/27589 +f 18107/18234/27589 18149/18276/27588 18150/18277/27590 +s 13 +f 18107/18234/27591 18150/18277/27592 18104/18231/27593 +f 18104/18231/27593 18150/18277/27592 18151/18278/27594 +s off +f 18152/18279/27595 18115/18242/27596 18104/18231/27597 18151/18278/27598 +s 14 +f 18115/18242/27599 18152/18279/27600 18116/18243/27601 +f 18116/18243/27601 18152/18279/27600 18153/18280/27602 +s 15 +f 18116/18243/27603 18153/18280/27604 18128/18255/27605 +f 18128/18255/27605 18153/18280/27604 18154/18281/27606 +s 16 +f 18128/18255/27607 18154/18281/27608 18129/18256/27609 +f 18129/18256/27609 18154/18281/27608 18155/18282/27610 +s 17 +f 18129/18256/27611 18155/18282/27612 18130/18257/27613 +f 18130/18257/27613 18155/18282/27612 18156/18283/27614 +s 18 +f 18130/18257/27615 18156/18283/27616 18131/18258/27617 +f 18131/18258/27617 18156/18283/27616 18157/18284/27618 +s 19 +f 18131/18258/27619 18157/18284/27620 18132/18259/27621 +f 18132/18259/27621 18157/18284/27620 18158/18285/27622 +s 20 +f 18132/18259/27623 18158/18285/27624 18117/18244/27625 +f 18117/18244/27625 18158/18285/27624 18159/18286/27626 +s 21 +f 18117/18244/27627 18159/18286/27628 18114/18241/27629 +f 18114/18241/27629 18159/18286/27628 18160/18287/27630 +s off +f 18161/18288/27631 18113/18240/27632 18114/18241/27633 18160/18287/27634 +s 22 +f 18113/18240/27635 18161/18288/27636 18133/18260/27637 +f 18133/18260/27637 18161/18288/27636 18162/18289/27638 +s 23 +f 18133/18260/27639 18162/18289/27640 18137/18264/27641 +f 18137/18264/27641 18162/18289/27640 18163/18290/27642 +s 24 +f 18137/18264/27643 18163/18290/27644 18138/18265/27645 +f 18138/18265/27645 18163/18290/27644 18164/18291/27646 +s 25 +f 18138/18265/27647 18164/18291/27648 18135/18262/27649 +f 18135/18262/27649 18164/18291/27648 18165/18292/27650 +s 26 +f 18135/18262/27651 18165/18292/27652 18136/18263/27653 +f 18136/18263/27653 18165/18292/27652 18166/18293/27654 +s 27 +f 18136/18263/27655 18166/18293/27656 18139/18266/27657 +f 18139/18266/27657 18166/18293/27656 18167/18294/27658 +s 28 +f 18139/18266/27659 18167/18294/27660 18134/18261/27661 +f 18134/18261/27661 18167/18294/27660 18168/18295/27662 +s 29 +f 18134/18261/27663 18168/18295/27664 18112/18239/27665 +f 18112/18239/27665 18168/18295/27664 18169/18296/27666 +s off +f 18170/18297/27667 18111/18238/27668 18112/18239/27669 18169/18296/27670 +s 30 +f 18111/18238/27671 18170/18297/27672 18122/18249/27673 +f 18122/18249/27673 18170/18297/27672 18171/18298/27674 +s 31 +f 18122/18249/27675 18171/18298/27676 18124/18251/27677 +f 18124/18251/27677 18171/18298/27676 18172/18299/27678 +s 32 +f 18124/18251/27679 18172/18299/27680 18123/18250/27681 +f 18123/18250/27681 18172/18299/27680 18173/18300/27682 +s 33 +f 18123/18250/27683 18173/18300/27684 18121/18248/27685 +f 18121/18248/27685 18173/18300/27684 18174/18301/27686 +s 34 +f 18121/18248/27687 18174/18301/27688 18120/18247/27689 +f 18120/18247/27689 18174/18301/27688 18175/18302/27690 +s 35 +f 18120/18247/27691 18175/18302/27692 18118/18245/27693 +f 18118/18245/27693 18175/18302/27692 18140/18267/27694 +s 36 +f 18151/18278/27695 18150/18277/27696 18143/18270/27697 +f 18150/18277/27696 18144/18271/27698 18143/18270/27697 +f 18142/18269/27699 18170/18297/27700 18169/18296/27701 18161/18288/27702 18160/18287/27703 18152/18279/27704 18151/18278/27695 18143/18270/27697 +f 18160/18287/27703 18159/18286/27705 18153/18280/27706 +f 18153/18280/27706 18159/18286/27705 18156/18283/27707 +f 18153/18280/27706 18156/18283/27707 18155/18282/27708 +f 18152/18279/27704 18160/18287/27703 18153/18280/27706 +f 18140/18267/27709 18175/18302/27710 18141/18268/27711 +f 18141/18268/27711 18175/18302/27710 18174/18301/27712 +f 18141/18268/27711 18174/18301/27712 18171/18298/27713 +f 18171/18298/27713 18174/18301/27712 18173/18300/27714 +f 18171/18298/27713 18173/18300/27714 18172/18299/27715 +f 18171/18298/27713 18170/18297/27700 18141/18268/27711 +f 18141/18268/27711 18170/18297/27700 18142/18269/27699 +f 18161/18288/27702 18169/18296/27701 18162/18289/27716 +f 18162/18289/27716 18169/18296/27701 18168/18295/27717 +f 18162/18289/27716 18168/18295/27717 18165/18292/27718 +f 18165/18292/27718 18168/18295/27717 18166/18293/27719 +f 18166/18293/27719 18168/18295/27717 18167/18294/27720 +f 18165/18292/27718 18164/18291/27721 18162/18289/27716 +f 18162/18289/27716 18164/18291/27721 18163/18290/27722 +f 18158/18285/27723 18157/18284/27724 18159/18286/27705 +f 18159/18286/27705 18157/18284/27724 18156/18283/27707 +f 18155/18282/27708 18154/18281/27725 18153/18280/27706 +f 18149/18276/27726 18148/18275/27727 18150/18277/27696 +f 18150/18277/27696 18148/18275/27727 18147/18274/27728 +f 18150/18277/27696 18147/18274/27728 18144/18271/27698 +f 18144/18271/27698 18147/18274/27728 18146/18273/27729 +f 18144/18271/27698 18146/18273/27729 18145/18272/27730 +v 150.000000 -155.000000 120.000000 +v -150.000000 -155.000000 120.000000 +v 150.000000 -155.000000 114.000000 +v -150.000000 -155.000000 114.000000 +v 155.000000 -150.000000 114.000000 +v 155.000000 -150.000000 120.000000 +v 154.829636 -151.294098 114.000000 +v 154.829636 -151.294098 120.000000 +v 154.330124 -152.500000 114.000000 +v 154.330124 -152.500000 120.000000 +v 153.535538 -153.535538 114.000000 +v 153.535538 -153.535538 120.000000 +v 152.500000 -154.330124 114.000000 +v 152.500000 -154.330124 120.000000 +v 151.294098 -154.829636 114.000000 +v 151.294098 -154.829636 120.000000 +v 155.000000 150.000000 120.000000 +v 155.000000 150.000000 114.000000 +v 150.000000 155.000000 114.000000 +v 150.000000 155.000000 120.000000 +v 151.294098 154.829636 114.000000 +v 151.294098 154.829636 120.000000 +v 152.500000 154.330124 114.000000 +v 152.500000 154.330124 120.000000 +v 153.535538 153.535538 114.000000 +v 153.535538 153.535538 120.000000 +v 154.330124 152.500000 114.000000 +v 154.330124 152.500000 120.000000 +v 154.829636 151.294098 114.000000 +v 154.829636 151.294098 120.000000 +v -150.000000 155.000000 120.000000 +v -150.000000 155.000000 114.000000 +v -155.000000 150.000000 114.000000 +v -155.000000 150.000000 120.000000 +v -154.829636 151.294098 114.000000 +v -154.829636 151.294098 120.000000 +v -154.330124 152.500000 114.000000 +v -154.330124 152.500000 120.000000 +v -153.535538 153.535538 114.000000 +v -153.535538 153.535538 120.000000 +v -152.500000 154.330124 114.000000 +v -152.500000 154.330124 120.000000 +v -151.294098 154.829636 114.000000 +v -151.294098 154.829636 120.000000 +v -155.000000 -150.000000 120.000000 +v -155.000000 -150.000000 114.000000 +v -151.294098 -154.829636 114.000000 +v -151.294098 -154.829636 120.000000 +v -152.500000 -154.330124 114.000000 +v -152.500000 -154.330124 120.000000 +v -153.535538 -153.535538 114.000000 +v -153.535538 -153.535538 120.000000 +v -154.330124 -152.500000 114.000000 +v -154.330124 -152.500000 120.000000 +v -154.829636 -151.294098 114.000000 +v -154.829636 -151.294098 120.000000 +v 150.000000 -155.000000 117.000000 +v -150.000000 -155.000000 117.000000 +v -151.294098 -154.829636 117.000000 +v -152.500000 -154.330124 117.000000 +v -153.535538 -153.535538 117.000000 +v -154.330124 -152.500000 117.000000 +v -154.829636 -151.294098 117.000000 +v -155.000000 -150.000000 117.000000 +v -155.000000 150.000000 117.000000 +v -154.829636 151.294098 117.000000 +v -154.330124 152.500000 117.000000 +v -153.535538 153.535538 117.000000 +v -152.500000 154.330124 117.000000 +v -151.294098 154.829636 117.000000 +v -150.000000 155.000000 117.000000 +v 150.000000 155.000000 117.000000 +v 151.294098 154.829636 117.000000 +v 152.500000 154.330124 117.000000 +v 153.535538 153.535538 117.000000 +v 154.330124 152.500000 117.000000 +v 154.829636 151.294098 117.000000 +v 155.000000 150.000000 117.000000 +v 155.000000 -150.000000 117.000000 +v 154.829636 -151.294098 117.000000 +v 154.330124 -152.500000 117.000000 +v 153.535538 -153.535538 117.000000 +v 152.500000 -154.330124 117.000000 +v 151.294098 -154.829636 117.000000 +vt 0.947110 0.065200 +vt 0.052890 0.065200 +vt 0.768973 0.011074 +vt 0.768973 0.011074 +vt 0.749459 0.011074 +vt 0.962013 0.080104 +vt 0.749459 0.011074 +vt 0.961506 0.076246 +vt 0.769287 0.011315 +vt 0.960017 0.072652 +vt 0.769298 0.011399 +vt 0.957648 0.069565 +vt 0.769298 0.011399 +vt 0.954561 0.067197 +vt 0.769287 0.011315 +vt 0.950967 0.065708 +vt 0.962013 0.974323 +vt 0.769254 0.011236 +vt 0.769254 0.011236 +vt 0.947110 0.989227 +vt 0.769203 0.011169 +vt 0.950967 0.988719 +vt 0.769203 0.011169 +vt 0.954561 0.987230 +vt 0.769135 0.011117 +vt 0.957648 0.984862 +vt 0.769135 0.011117 +vt 0.960017 0.981775 +vt 0.769057 0.011085 +vt 0.961506 0.978180 +vt 0.052890 0.989227 +vt 0.769057 0.011085 +vt 0.769298 0.030913 +vt 0.037987 0.974323 +vt 0.769298 0.030913 +vt 0.038494 0.978180 +vt 0.769057 0.031227 +vt 0.039983 0.981775 +vt 0.768973 0.031238 +vt 0.042352 0.984862 +vt 0.768973 0.031238 +vt 0.045439 0.987230 +vt 0.769057 0.031227 +vt 0.049033 0.988719 +vt 0.037987 0.080104 +vt 0.769135 0.031194 +vt 0.769135 0.031194 +vt 0.049033 0.065708 +vt 0.769203 0.031143 +vt 0.045439 0.067197 +vt 0.769203 0.031143 +vt 0.042352 0.069565 +vt 0.769254 0.031075 +vt 0.039983 0.072652 +vt 0.769254 0.031075 +vt 0.038494 0.076246 +vt 0.947110 0.065200 +vt 0.052890 0.065200 +vt 0.049033 0.065708 +vt 0.045439 0.067197 +vt 0.042352 0.069565 +vt 0.039983 0.072652 +vt 0.038494 0.076246 +vt 0.037987 0.080104 +vt 0.037987 0.974323 +vt 0.038494 0.978180 +vt 0.039983 0.981775 +vt 0.042352 0.984862 +vt 0.045439 0.987230 +vt 0.049033 0.988719 +vt 0.052890 0.989227 +vt 0.947110 0.989227 +vt 0.950967 0.988719 +vt 0.954561 0.987230 +vt 0.957648 0.984862 +vt 0.960017 0.981775 +vt 0.961506 0.978180 +vt 0.962013 0.974323 +vt 0.962013 0.080104 +vt 0.961506 0.076246 +vt 0.960017 0.072652 +vt 0.957648 0.069565 +vt 0.954561 0.067197 +vt 0.950967 0.065708 +vt 0.769287 0.030997 +vt 0.769287 0.030997 +vt 0.749459 0.031238 +vt 0.749459 0.031238 +vt 0.749145 0.030997 +vt 0.749134 0.030913 +vt 0.749134 0.030913 +vt 0.749145 0.030997 +vt 0.749177 0.031075 +vt 0.749177 0.031075 +vt 0.749229 0.031143 +vt 0.749229 0.031143 +vt 0.749296 0.031194 +vt 0.749296 0.031194 +vt 0.749375 0.031227 +vt 0.749375 0.031227 +vt 0.749134 0.011399 +vt 0.749134 0.011399 +vt 0.749375 0.011085 +vt 0.749375 0.011085 +vt 0.749296 0.011117 +vt 0.749296 0.011117 +vt 0.749229 0.011169 +vt 0.749229 0.011169 +vt 0.749177 0.011236 +vt 0.749177 0.011236 +vt 0.749145 0.011315 +vt 0.749145 0.011315 +vn 0.000000 -1.000000 0.000000 +vn 0.000565 -1.000000 0.000000 +vn -0.000565 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.991447 -0.130510 0.000000 +vn 0.991447 -0.130510 0.000000 +vn 1.000000 -0.000565 0.000000 +vn 0.965925 -0.258822 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.866027 -0.499998 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.707108 -0.707106 0.000000 +vn 0.608747 -0.793364 0.000000 +vn 0.500000 -0.866026 0.000000 +vn 0.382693 -0.923876 0.000000 +vn 0.258820 -0.965926 0.000000 +vn 1.000000 0.000000 0.000000 +vn 1.000000 0.000565 0.000000 +vn 0.130520 0.991446 0.000000 +vn 0.130520 0.991446 0.000000 +vn 0.000565 1.000000 0.000000 +vn 0.258820 0.965926 0.000000 +vn 0.382688 0.923878 0.000000 +vn 0.500000 0.866026 0.000000 +vn 0.608762 0.793353 0.000000 +vn 0.707108 0.707106 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.866027 0.499998 0.000000 +vn 0.923877 0.382690 0.000000 +vn 0.965925 0.258822 0.000000 vn 0.000000 1.000000 0.000000 +vn -0.000565 1.000000 0.000000 +vn -0.991447 0.130510 0.000000 +vn -0.991447 0.130510 0.000000 +vn -1.000000 0.000565 0.000000 +vn -0.965925 0.258822 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.866027 0.499998 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.707108 0.707106 0.000000 +vn -0.608747 0.793364 0.000000 +vn -0.500000 0.866026 0.000000 +vn -0.382693 0.923876 0.000000 +vn -0.258820 0.965926 0.000000 +vn -1.000000 0.000000 0.000000 +vn -1.000000 -0.000565 0.000000 +vn -0.130520 -0.991446 0.000000 +vn -0.258820 -0.965926 0.000000 +vn -0.382688 -0.923878 0.000000 +vn -0.500000 -0.866026 0.000000 +vn -0.608762 -0.793353 0.000000 +vn -0.707108 -0.707106 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.866027 -0.499998 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -0.965925 -0.258822 0.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn -0.130522 -0.991445 0.000000 +vn -0.382693 -0.923876 0.000000 +vn -0.608747 -0.793364 0.000000 +vn -0.793361 -0.608752 0.000000 +vn -0.923877 -0.382690 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.991447 0.130510 0.000000 +vn -0.991443 0.130540 0.000000 +vn -0.923877 0.382690 0.000000 +vn -0.793361 0.608752 0.000000 +vn -0.608762 0.793353 0.000000 +vn -0.382688 0.923878 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.130520 0.991446 0.000000 +vn 0.130522 0.991445 0.000000 +vn 0.382693 0.923876 0.000000 +vn 0.608747 0.793364 0.000000 +vn 0.793361 0.608752 0.000000 +vn 0.923877 0.382690 0.000000 vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 1.000000 0.000000 0.000000 -s off -f 1/1/1 2/2/2 3/3/3 -f 3/3/4 2/2/5 4/4/6 -f 5/5/7 6/6/8 7/7/9 -f 7/7/10 6/6/11 8/8/12 -f 7/7/13 8/8/14 9/9/15 -f 9/9/16 8/8/17 10/10/18 -f 9/9/19 10/10/20 11/11/21 -f 11/11/22 10/10/23 12/12/24 -f 11/11/25 12/12/26 13/13/27 -f 13/13/28 12/12/29 14/14/30 -f 13/13/31 14/14/32 15/15/33 -f 15/15/34 14/14/35 16/16/36 -f 15/15/37 16/16/38 3/3/39 -f 3/3/40 16/16/41 1/1/42 -f 17/17/43 6/6/44 18/18/45 -f 18/18/46 6/6/47 5/5/48 -f 19/19/49 20/20/50 21/21/51 -f 21/21/52 20/20/53 22/22/54 -f 21/21/55 22/22/56 23/23/57 -f 23/23/58 22/22/59 24/24/60 -f 23/23/61 24/24/62 25/25/63 -f 25/25/64 24/24/65 26/26/66 -f 25/25/67 26/26/68 27/27/69 -f 27/27/70 26/26/71 28/28/72 -f 27/27/73 28/28/74 29/29/75 -f 29/29/76 28/28/77 30/30/78 -f 29/29/79 30/30/80 18/18/81 -f 18/18/82 30/30/83 17/17/84 -f 31/31/85 20/20/86 32/32/87 -f 32/32/88 20/20/89 19/19/90 -f 33/33/91 34/34/92 35/35/93 -f 35/35/94 34/34/95 36/36/96 -f 35/35/97 36/36/98 37/37/99 -f 37/37/100 36/36/101 38/38/102 -f 37/37/103 38/38/104 39/39/105 -f 39/39/106 38/38/107 40/40/108 -f 39/39/109 40/40/110 41/41/111 -f 41/41/112 40/40/113 42/42/114 -f 41/41/115 42/42/116 43/43/117 -f 43/43/118 42/42/119 44/44/120 -f 43/43/121 44/44/122 32/32/123 -f 32/32/124 44/44/125 31/31/126 -f 45/45/127 34/34/128 46/46/129 -f 46/46/130 34/34/131 33/33/132 -f 4/4/133 2/2/134 47/47/135 -f 47/47/136 2/2/137 48/48/138 -f 47/47/139 48/48/140 49/49/141 -f 49/49/142 48/48/143 50/50/144 -f 49/49/145 50/50/146 51/51/147 -f 51/51/148 50/50/149 52/52/150 -f 51/51/151 52/52/152 53/53/153 -f 53/53/154 52/52/155 54/54/156 -f 53/53/157 54/54/158 55/55/159 -f 55/55/160 54/54/161 56/56/162 -f 55/55/163 56/56/164 46/46/165 -f 46/46/166 56/56/167 45/45/168 -f 56/56/169 54/54/170 45/45/171 -f 45/45/172 54/54/173 52/52/174 -f 45/45/175 52/52/176 50/50/177 -f 50/50/178 48/48/179 45/45/180 -f 45/45/181 48/48/182 2/2/183 -f 45/45/184 2/2/185 1/1/186 -f 16/16/187 6/6/188 1/1/189 -f 1/1/190 6/6/191 34/34/192 -f 1/1/193 34/34/194 45/45/195 -f 16/16/196 14/14/197 6/6/198 -f 6/6/199 14/14/200 12/12/201 -f 6/6/202 12/12/203 10/10/204 -f 10/10/205 8/8/206 6/6/207 -f 34/34/208 6/6/209 31/31/210 -f 31/31/211 6/6/212 17/17/213 -f 31/31/214 17/17/215 20/20/216 -f 20/20/217 17/17/218 30/30/219 -f 20/20/220 30/30/221 28/28/222 -f 28/28/223 26/26/224 20/20/225 -f 20/20/226 26/26/227 24/24/228 -f 20/20/229 24/24/230 22/22/231 -f 44/44/232 42/42/233 31/31/234 -f 31/31/235 42/42/236 40/40/237 -f 31/31/238 40/40/239 38/38/240 -f 38/38/241 36/36/242 31/31/243 -f 31/31/244 36/36/245 34/34/246 -f 47/47/247 46/46/248 4/4/249 -f 4/4/250 46/46/251 18/18/252 -f 4/4/253 18/18/254 5/5/255 -f 47/47/256 49/49/257 46/46/258 -f 46/46/259 49/49/260 51/51/261 -f 46/46/262 51/51/263 53/53/264 -f 53/53/265 55/55/266 46/46/267 -f 18/18/268 46/46/269 19/19/270 -f 19/19/271 46/46/272 33/33/273 -f 19/19/274 33/33/275 32/32/276 -f 32/32/277 33/33/278 35/35/279 -f 32/32/280 35/35/281 37/37/282 -f 37/37/283 39/39/284 32/32/285 -f 32/32/286 39/39/287 41/41/288 -f 32/32/289 41/41/290 43/43/291 -f 21/21/292 23/23/293 19/19/294 -f 19/19/295 23/23/296 25/25/297 -f 19/19/298 25/25/299 27/27/300 -f 27/27/301 29/29/302 19/19/303 -f 19/19/304 29/29/305 18/18/306 -f 7/7/307 9/9/308 5/5/309 -f 5/5/310 9/9/311 11/11/312 -f 5/5/313 11/11/314 13/13/315 -f 13/13/316 15/15/317 5/5/318 -f 5/5/319 15/15/320 3/3/321 -f 5/5/322 3/3/323 4/4/324 -f 57/57/325 58/58/326 59/59/327 -f 57/57/328 59/59/329 60/60/330 -f 57/57/331 60/60/332 61/61/333 -f 61/61/334 60/60/335 62/62/336 -f 61/61/337 62/62/338 63/63/339 -f 58/58/340 57/57/341 61/61/342 -f 64/64/343 65/65/344 66/66/345 -f 66/66/346 65/65/347 67/67/348 -f 66/66/349 67/67/350 68/68/351 -f 65/65/352 64/64/353 69/69/354 -f 69/69/355 64/64/356 70/70/357 -f 69/69/358 70/70/359 71/71/360 -f 69/69/361 71/71/362 72/72/363 -f 72/72/364 71/71/365 73/73/366 -f 72/72/367 73/73/368 74/74/369 -f 72/72/370 74/74/371 75/75/372 -f 75/75/373 74/74/374 76/76/375 -f 75/75/376 76/76/377 77/77/378 -f 77/77/379 76/76/380 78/78/381 -f 78/78/382 76/76/383 79/79/384 -f 78/78/385 79/79/386 80/80/387 -f 80/80/388 79/79/389 81/81/390 -f 80/80/391 81/81/392 82/82/393 -f 80/80/394 82/82/395 83/83/396 -f 83/83/397 82/82/398 84/84/399 -f 83/83/400 84/84/401 85/85/402 -f 83/83/403 85/85/404 86/86/405 -f 86/86/406 85/85/407 87/87/408 -f 86/86/409 87/87/410 88/88/411 -f 88/88/412 87/87/413 89/89/414 -f 89/89/415 87/87/416 90/90/417 -f 89/89/418 90/90/419 91/91/420 -f 91/91/421 90/90/422 92/92/423 -f 91/91/424 92/92/425 93/93/426 -f 91/91/427 93/93/428 94/94/429 -f 94/94/430 93/93/431 95/95/432 -f 94/94/433 95/95/434 96/96/435 -f 94/94/436 96/96/437 97/97/438 -f 97/97/439 96/96/440 98/98/441 -f 97/97/442 98/98/443 99/99/444 -f 99/99/445 98/98/446 100/100/447 -f 100/100/448 98/98/449 101/101/450 -f 100/100/451 101/101/452 58/58/453 -f 58/58/454 101/101/455 102/102/456 -f 58/58/457 102/102/458 103/103/459 -f 58/58/460 103/103/461 59/59/462 -f 59/59/463 103/103/464 104/104/465 -f 59/59/466 104/104/467 105/105/468 -f 59/59/469 105/105/470 68/68/471 -f 68/68/472 105/105/473 66/66/474 -f 106/106/475 91/91/476 94/94/477 -f 106/106/478 94/94/479 107/107/480 -f 106/106/481 107/107/482 108/108/483 -f 106/106/484 108/108/485 91/91/486 -f 109/109/487 110/110/488 111/111/489 -f 111/111/490 110/110/491 112/112/492 -f 112/112/493 110/110/494 113/113/495 -f 112/112/496 113/113/497 114/114/498 -f 114/114/499 113/113/500 115/115/501 -f 113/113/502 110/110/503 72/72/504 -f 72/72/505 110/110/506 69/69/507 -f 116/116/508 117/117/509 60/60/510 -f 60/60/511 117/117/512 62/62/513 -f 63/63/514 118/118/515 61/61/516 -f 119/119/517 120/120/518 107/107/519 -f 107/107/520 120/120/521 121/121/522 -f 107/107/523 121/121/524 108/108/525 -f 108/108/526 121/121/527 122/122/528 -f 108/108/529 122/122/530 123/123/531 -f 83/83/532 124/124/533 80/80/534 -f 80/80/535 124/124/536 125/125/537 -f 125/125/538 124/124/539 126/126/540 -f 125/125/541 126/126/542 127/127/543 -f 128/128/544 129/129/545 124/124/546 -f 124/124/547 129/129/548 126/126/549 -f 127/127/550 130/130/551 125/125/552 -f 105/105/553 132/131/554 66/66/555 -f 66/66/556 132/131/557 133/132/558 -f 66/66/559 133/132/560 64/64/561 -f 64/64/562 133/132/563 134/133/564 -f 64/64/565 134/133/566 70/70/567 -f 70/70/568 134/133/569 135/134/570 -f 70/70/571 135/134/572 71/71/573 -f 71/71/574 135/134/575 136/135/576 -f 71/71/577 136/135/578 73/73/579 -f 73/73/580 136/135/581 137/136/582 -f 73/73/583 137/136/584 74/74/585 -f 74/74/586 137/136/587 138/137/588 -f 74/74/589 138/137/590 76/76/591 -f 76/76/592 138/137/593 139/138/594 -f 76/76/595 139/138/596 79/79/597 -f 79/79/598 139/138/599 140/139/600 -f 79/79/601 140/139/602 81/81/603 -f 81/81/604 140/139/605 141/140/606 -f 81/81/607 141/140/608 82/82/609 -f 82/82/610 141/140/611 142/141/612 -f 82/82/613 142/141/614 84/84/615 -f 84/84/616 142/141/617 143/142/618 -f 84/84/619 143/142/620 85/85/621 -f 85/85/622 143/142/623 144/143/624 -f 85/85/625 144/143/626 87/87/627 -f 87/87/628 144/143/629 145/144/630 -f 87/87/631 145/144/632 90/90/633 -f 90/90/634 145/144/635 146/145/636 -f 90/90/637 146/145/638 92/92/639 -f 92/92/640 146/145/641 147/146/642 -f 92/92/643 147/146/644 93/93/645 -f 93/93/646 147/146/647 148/147/648 -f 93/93/649 148/147/650 95/95/651 -f 95/95/652 148/147/653 149/148/654 -f 95/95/655 149/148/656 96/96/657 -f 96/96/658 149/148/659 150/149/660 -f 96/96/661 150/149/662 98/98/663 -f 98/98/664 150/149/665 151/150/666 -f 98/98/667 151/150/668 101/101/669 -f 101/101/670 151/150/671 152/151/672 -f 101/101/673 152/151/674 102/102/675 -f 102/102/676 152/151/677 153/152/678 -f 102/102/679 153/152/680 103/103/681 -f 103/103/682 153/152/683 154/153/684 -f 103/103/685 154/153/686 104/104/687 -f 104/104/688 154/153/689 155/154/690 -f 104/104/691 155/154/692 105/105/693 -f 105/105/694 155/154/695 132/131/696 -f 156/155/697 157/156/698 158/157/699 -f 158/157/700 157/156/701 159/158/702 -f 158/157/703 159/158/704 160/159/705 -f 160/159/706 159/158/707 161/160/708 -f 160/159/709 161/160/710 162/161/711 -f 162/161/712 161/160/713 163/162/714 -f 162/161/715 163/162/716 164/163/717 -f 164/163/718 163/162/719 165/164/720 -f 164/163/721 165/164/722 166/165/723 -f 166/165/724 165/164/725 167/166/726 -f 166/165/727 167/166/728 168/167/729 -f 168/167/730 167/166/731 169/168/732 -f 168/167/733 169/168/734 170/169/735 -f 170/169/736 169/168/737 171/170/738 -f 170/169/739 171/170/740 172/171/741 -f 172/171/742 171/170/743 173/172/744 -f 172/171/745 173/172/746 174/173/747 -f 174/173/748 173/172/749 175/174/750 -f 174/173/751 175/174/752 176/175/753 -f 176/175/754 175/174/755 177/176/756 -f 176/175/757 177/176/758 178/177/759 -f 178/177/760 177/176/761 179/178/762 -f 178/177/763 179/178/764 180/179/765 -f 180/179/766 179/178/767 181/180/768 -f 180/179/769 181/180/770 182/181/771 -f 182/181/772 181/180/773 183/182/774 -f 182/181/775 183/182/776 184/183/777 -f 184/183/778 183/182/779 185/184/780 -f 184/183/781 185/184/782 186/185/783 -f 186/185/784 185/184/785 187/186/786 -f 186/185/787 187/186/788 188/187/789 -f 188/187/790 187/186/791 189/188/792 -f 188/187/793 189/188/794 190/189/795 -f 190/189/796 189/188/797 191/190/798 -f 190/189/799 191/190/800 192/191/801 -f 192/191/802 191/190/803 193/192/804 -f 192/191/805 193/192/806 194/193/807 -f 194/193/808 193/192/809 195/194/810 -f 194/193/811 195/194/812 196/195/813 -f 196/195/814 195/194/815 197/196/816 -f 196/195/817 197/196/818 198/197/819 -f 198/197/820 197/196/821 199/198/822 -f 198/197/823 199/198/824 200/199/825 -f 200/199/826 199/198/827 201/200/828 -f 200/199/829 201/200/830 202/201/831 -f 202/201/832 201/200/833 203/202/834 -f 202/201/835 203/202/836 156/155/837 -f 156/155/838 203/202/839 157/156/840 -f 133/132/841 204/203/842 134/133/843 -f 134/133/844 204/203/845 205/204/846 -f 134/133/847 205/204/848 135/134/849 -f 135/134/850 205/204/851 206/205/852 -f 135/134/853 206/205/854 136/135/855 -f 136/135/856 206/205/857 207/206/858 -f 136/135/859 207/206/860 137/136/861 -f 137/136/862 207/206/863 208/207/864 -f 137/136/865 208/207/866 138/137/867 -f 138/137/868 208/207/869 209/208/870 -f 138/137/871 209/208/872 139/138/873 -f 139/138/874 209/208/875 210/209/876 -f 139/138/877 210/209/878 140/139/879 -f 140/139/880 210/209/881 211/210/882 -f 140/139/883 211/210/884 141/140/885 -f 141/140/886 211/210/887 212/211/888 -f 141/140/889 212/211/890 142/141/891 -f 142/141/892 212/211/893 213/212/894 -f 142/141/895 213/212/896 143/142/897 -f 143/142/898 213/212/899 214/213/900 -f 143/142/901 214/213/902 144/143/903 -f 144/143/904 214/213/905 215/214/906 -f 144/143/907 215/214/908 145/144/909 -f 145/144/910 215/214/911 216/215/912 -f 145/144/913 216/215/914 146/145/915 -f 146/145/916 216/215/917 217/216/918 -f 146/145/919 217/216/920 147/146/921 -f 147/146/922 217/216/923 218/217/924 -f 147/146/925 218/217/926 148/147/927 -f 148/147/928 218/217/929 219/218/930 -f 148/147/931 219/218/932 149/148/933 -f 149/148/934 219/218/935 220/219/936 -f 149/148/937 220/219/938 150/149/939 -f 150/149/940 220/219/941 221/220/942 -f 150/149/943 221/220/944 151/150/945 -f 151/150/946 221/220/947 222/221/948 -f 151/150/949 222/221/950 152/151/951 -f 152/151/952 222/221/953 223/222/954 -f 152/151/955 223/222/956 153/152/957 -f 153/152/958 223/222/959 224/223/960 -f 153/152/961 224/223/962 154/153/963 -f 154/153/964 224/223/965 225/224/966 -f 154/153/967 225/224/968 155/154/969 -f 155/154/970 225/224/971 226/225/972 -f 155/154/973 226/225/974 132/131/975 -f 132/131/976 226/225/977 227/226/978 -f 132/131/979 227/226/980 133/132/981 -f 133/132/982 227/226/983 204/203/984 -f 204/203/985 228/227/986 205/204/987 -f 205/204/988 228/227/989 229/228/990 -f 205/204/991 229/228/992 206/205/993 -f 206/205/994 229/228/995 230/229/996 -f 206/205/997 230/229/998 207/206/999 -f 207/206/1000 230/229/1001 231/230/1002 -f 207/206/1003 231/230/1004 208/207/1005 -f 208/207/1006 231/230/1007 232/231/1008 -f 208/207/1009 232/231/1010 209/208/1011 -f 209/208/1012 232/231/1013 233/232/1014 -f 209/208/1015 233/232/1016 210/209/1017 -f 210/209/1018 233/232/1019 234/233/1020 -f 210/209/1021 234/233/1022 211/210/1023 -f 211/210/1024 234/233/1025 235/234/1026 -f 211/210/1027 235/234/1028 212/211/1029 -f 212/211/1030 235/234/1031 236/235/1032 -f 212/211/1033 236/235/1034 213/212/1035 -f 213/212/1036 236/235/1037 237/236/1038 -f 213/212/1039 237/236/1040 214/213/1041 -f 214/213/1042 237/236/1043 238/237/1044 -f 214/213/1045 238/237/1046 215/214/1047 -f 215/214/1048 238/237/1049 239/238/1050 -f 215/214/1051 239/238/1052 216/215/1053 -f 216/215/1054 239/238/1055 240/239/1056 -f 216/215/1057 240/239/1058 217/216/1059 -f 217/216/1060 240/239/1061 241/240/1062 -f 217/216/1063 241/240/1064 218/217/1065 -f 218/217/1066 241/240/1067 242/241/1068 -f 218/217/1069 242/241/1070 219/218/1071 -f 219/218/1072 242/241/1073 243/242/1074 -f 219/218/1075 243/242/1076 220/219/1077 -f 220/219/1078 243/242/1079 244/243/1080 -f 220/219/1081 244/243/1082 221/220/1083 -f 221/220/1084 244/243/1085 245/244/1086 -f 221/220/1087 245/244/1088 222/221/1089 -f 222/221/1090 245/244/1091 246/245/1092 -f 222/221/1093 246/245/1094 223/222/1095 -f 223/222/1096 246/245/1097 247/246/1098 -f 223/222/1099 247/246/1100 224/223/1101 -f 224/223/1102 247/246/1103 248/247/1104 -f 224/223/1105 248/247/1106 225/224/1107 -f 225/224/1108 248/247/1109 249/248/1110 -f 225/224/1111 249/248/1112 226/225/1113 -f 226/225/1114 249/248/1115 250/249/1116 -f 226/225/1117 250/249/1118 227/226/1119 -f 227/226/1120 250/249/1121 251/250/1122 -f 227/226/1123 251/250/1124 204/203/1125 -f 204/203/1126 251/250/1127 228/227/1128 -f 228/227/1129 252/251/1130 229/228/1131 -f 229/228/1132 252/251/1133 253/252/1134 -f 229/228/1135 253/252/1136 230/229/1137 -f 230/229/1138 253/252/1139 254/253/1140 -f 230/229/1141 254/253/1142 231/230/1143 -f 231/230/1144 254/253/1145 255/254/1146 -f 231/230/1147 255/254/1148 232/231/1149 -f 232/231/1150 255/254/1151 256/255/1152 -f 232/231/1153 256/255/1154 233/232/1155 -f 233/232/1156 256/255/1157 257/256/1158 -f 233/232/1159 257/256/1160 234/233/1161 -f 234/233/1162 257/256/1163 258/257/1164 -f 234/233/1165 258/257/1166 235/234/1167 -f 235/234/1168 258/257/1169 259/258/1170 -f 235/234/1171 259/258/1172 236/235/1173 -f 236/235/1174 259/258/1175 260/259/1176 -f 236/235/1177 260/259/1178 237/236/1179 -f 237/236/1180 260/259/1181 261/260/1182 -f 237/236/1183 261/260/1184 238/237/1185 -f 238/237/1186 261/260/1187 262/261/1188 -f 238/237/1189 262/261/1190 239/238/1191 -f 239/238/1192 262/261/1193 263/262/1194 -f 239/238/1195 263/262/1196 240/239/1197 -f 240/239/1198 263/262/1199 264/263/1200 -f 240/239/1201 264/263/1202 241/240/1203 -f 241/240/1204 264/263/1205 265/264/1206 -f 241/240/1207 265/264/1208 242/241/1209 -f 242/241/1210 265/264/1211 266/265/1212 -f 242/241/1213 266/265/1214 243/242/1215 -f 243/242/1216 266/265/1217 267/266/1218 -f 243/242/1219 267/266/1220 244/243/1221 -f 244/243/1222 267/266/1223 268/267/1224 -f 244/243/1225 268/267/1226 245/244/1227 -f 245/244/1228 268/267/1229 269/268/1230 -f 245/244/1231 269/268/1232 246/245/1233 -f 246/245/1234 269/268/1235 270/269/1236 -f 246/245/1237 270/269/1238 247/246/1239 -f 247/246/1240 270/269/1241 271/270/1242 -f 247/246/1243 271/270/1244 248/247/1245 -f 248/247/1246 271/270/1247 272/271/1248 -f 248/247/1249 272/271/1250 249/248/1251 -f 249/248/1252 272/271/1253 273/272/1254 -f 249/248/1255 273/272/1256 250/249/1257 -f 250/249/1258 273/272/1259 274/273/1260 -f 250/249/1261 274/273/1262 251/250/1263 -f 251/250/1264 274/273/1265 275/274/1266 -f 251/250/1267 275/274/1268 228/227/1269 -f 228/227/1270 275/274/1271 252/251/1272 -f 252/251/1273 276/275/1274 253/252/1275 -f 253/252/1276 276/275/1277 277/276/1278 -f 253/252/1279 277/276/1280 254/253/1281 -f 254/253/1282 277/276/1283 278/277/1284 -f 254/253/1285 278/277/1286 255/254/1287 -f 255/254/1288 278/277/1289 279/278/1290 -f 255/254/1291 279/278/1292 256/255/1293 -f 256/255/1294 279/278/1295 280/279/1296 -f 256/255/1297 280/279/1298 257/256/1299 -f 257/256/1300 280/279/1301 281/280/1302 -f 257/256/1303 281/280/1304 258/257/1305 -f 258/257/1306 281/280/1307 282/281/1308 -f 258/257/1309 282/281/1310 259/258/1311 -f 259/258/1312 282/281/1313 283/282/1314 -f 259/258/1315 283/282/1316 260/259/1317 -f 260/259/1318 283/282/1319 284/283/1320 -f 260/259/1321 284/283/1322 261/260/1323 -f 261/260/1324 284/283/1325 285/284/1326 -f 261/260/1327 285/284/1328 262/261/1329 -f 262/261/1330 285/284/1331 286/285/1332 -f 262/261/1333 286/285/1334 263/262/1335 -f 263/262/1336 286/285/1337 287/286/1338 -f 263/262/1339 287/286/1340 264/263/1341 -f 264/263/1342 287/286/1343 288/287/1344 -f 264/263/1345 288/287/1346 265/264/1347 -f 265/264/1348 288/287/1349 289/288/1350 -f 265/264/1351 289/288/1352 266/265/1353 -f 266/265/1354 289/288/1355 290/289/1356 -f 266/265/1357 290/289/1358 267/266/1359 -f 267/266/1360 290/289/1361 291/290/1362 -f 267/266/1363 291/290/1364 268/267/1365 -f 268/267/1366 291/290/1367 292/291/1368 -f 268/267/1369 292/291/1370 269/268/1371 -f 269/268/1372 292/291/1373 293/292/1374 -f 269/268/1375 293/292/1376 270/269/1377 -f 270/269/1378 293/292/1379 294/293/1380 -f 270/269/1381 294/293/1382 271/270/1383 -f 271/270/1384 294/293/1385 295/294/1386 -f 271/270/1387 295/294/1388 272/271/1389 -f 272/271/1390 295/294/1391 296/295/1392 -f 272/271/1393 296/295/1394 273/272/1395 -f 273/272/1396 296/295/1397 297/296/1398 -f 273/272/1399 297/296/1400 274/273/1401 -f 274/273/1402 297/296/1403 298/297/1404 -f 274/273/1405 298/297/1406 275/274/1407 -f 275/274/1408 298/297/1409 299/298/1410 -f 275/274/1411 299/298/1412 252/251/1413 -f 252/251/1414 299/298/1415 276/275/1416 -f 276/275/1417 300/299/1418 277/276/1419 -f 277/276/1420 300/299/1421 301/300/1422 -f 277/276/1423 301/300/1424 278/277/1425 -f 278/277/1426 301/300/1427 302/301/1428 -f 278/277/1429 302/301/1430 279/278/1431 -f 279/278/1432 302/301/1433 303/302/1434 -f 279/278/1435 303/302/1436 280/279/1437 -f 280/279/1438 303/302/1439 304/303/1440 -f 280/279/1441 304/303/1442 281/280/1443 -f 281/280/1444 304/303/1445 305/304/1446 -f 281/280/1447 305/304/1448 282/281/1449 -f 282/281/1450 305/304/1451 306/305/1452 -f 282/281/1453 306/305/1454 283/282/1455 -f 283/282/1456 306/305/1457 307/306/1458 -f 283/282/1459 307/306/1460 284/283/1461 -f 284/283/1462 307/306/1463 308/307/1464 -f 284/283/1465 308/307/1466 285/284/1467 -f 285/284/1468 308/307/1469 309/308/1470 -f 285/284/1471 309/308/1472 286/285/1473 -f 286/285/1474 309/308/1475 310/309/1476 -f 286/285/1477 310/309/1478 287/286/1479 -f 287/286/1480 310/309/1481 311/310/1482 -f 287/286/1483 311/310/1484 288/287/1485 -f 288/287/1486 311/310/1487 312/311/1488 -f 288/287/1489 312/311/1490 289/288/1491 -f 289/288/1492 312/311/1493 313/312/1494 -f 289/288/1495 313/312/1496 290/289/1497 -f 290/289/1498 313/312/1499 314/313/1500 -f 290/289/1501 314/313/1502 291/290/1503 -f 291/290/1504 314/313/1505 315/314/1506 -f 291/290/1507 315/314/1508 292/291/1509 -f 292/291/1510 315/314/1511 316/315/1512 -f 292/291/1513 316/315/1514 293/292/1515 -f 293/292/1516 316/315/1517 317/316/1518 -f 293/292/1519 317/316/1520 294/293/1521 -f 294/293/1522 317/316/1523 318/317/1524 -f 294/293/1525 318/317/1526 295/294/1527 -f 295/294/1528 318/317/1529 319/318/1530 -f 295/294/1531 319/318/1532 296/295/1533 -f 296/295/1534 319/318/1535 320/319/1536 -f 296/295/1537 320/319/1538 297/296/1539 -f 297/296/1540 320/319/1541 321/320/1542 -f 297/296/1543 321/320/1544 298/297/1545 -f 298/297/1546 321/320/1547 322/321/1548 -f 298/297/1549 322/321/1550 299/298/1551 -f 299/298/1552 322/321/1553 323/322/1554 -f 299/298/1555 323/322/1556 276/275/1557 -f 276/275/1558 323/322/1559 300/299/1560 -f 300/299/1561 324/323/1562 301/300/1563 -f 301/300/1564 324/323/1565 325/324/1566 -f 301/300/1567 325/324/1568 302/301/1569 -f 302/301/1570 325/324/1571 326/325/1572 -f 302/301/1573 326/325/1574 303/302/1575 -f 303/302/1576 326/325/1577 327/326/1578 -f 303/302/1579 327/326/1580 304/303/1581 -f 304/303/1582 327/326/1583 328/327/1584 -f 304/303/1585 328/327/1586 305/304/1587 -f 305/304/1588 328/327/1589 329/328/1590 -f 305/304/1591 329/328/1592 306/305/1593 -f 306/305/1594 329/328/1595 330/329/1596 -f 306/305/1597 330/329/1598 307/306/1599 -f 307/306/1600 330/329/1601 331/330/1602 -f 307/306/1603 331/330/1604 308/307/1605 -f 308/307/1606 331/330/1607 332/331/1608 -f 308/307/1609 332/331/1610 309/308/1611 -f 309/308/1612 332/331/1613 333/332/1614 -f 309/308/1615 333/332/1616 310/309/1617 -f 310/309/1618 333/332/1619 334/333/1620 -f 310/309/1621 334/333/1622 311/310/1623 -f 311/310/1624 334/333/1625 335/334/1626 -f 311/310/1627 335/334/1628 312/311/1629 -f 312/311/1630 335/334/1631 336/335/1632 -f 312/311/1633 336/335/1634 313/312/1635 -f 313/312/1636 336/335/1637 337/336/1638 -f 313/312/1639 337/336/1640 314/313/1641 -f 314/313/1642 337/336/1643 338/337/1644 -f 314/313/1645 338/337/1646 315/314/1647 -f 315/314/1648 338/337/1649 339/338/1650 -f 315/314/1651 339/338/1652 316/315/1653 -f 316/315/1654 339/338/1655 340/339/1656 -f 316/315/1657 340/339/1658 317/316/1659 -f 317/316/1660 340/339/1661 341/340/1662 -f 317/316/1663 341/340/1664 318/317/1665 -f 318/317/1666 341/340/1667 342/341/1668 -f 318/317/1669 342/341/1670 319/318/1671 -f 319/318/1672 342/341/1673 343/342/1674 -f 319/318/1675 343/342/1676 320/319/1677 -f 320/319/1678 343/342/1679 344/343/1680 -f 320/319/1681 344/343/1682 321/320/1683 -f 321/320/1684 344/343/1685 345/344/1686 -f 321/320/1687 345/344/1688 322/321/1689 -f 322/321/1690 345/344/1691 346/345/1692 -f 322/321/1693 346/345/1694 323/322/1695 -f 323/322/1696 346/345/1697 347/346/1698 -f 323/322/1699 347/346/1700 300/299/1701 -f 300/299/1702 347/346/1703 324/323/1704 -f 324/323/1705 348/347/1706 325/324/1707 -f 325/324/1708 348/347/1709 349/348/1710 -f 325/324/1711 349/348/1712 326/325/1713 -f 326/325/1714 349/348/1715 350/349/1716 -f 326/325/1717 350/349/1718 327/326/1719 -f 327/326/1720 350/349/1721 351/350/1722 -f 327/326/1723 351/350/1724 328/327/1725 -f 328/327/1726 351/350/1727 352/351/1728 -f 328/327/1729 352/351/1730 329/328/1731 -f 329/328/1732 352/351/1733 353/352/1734 -f 329/328/1735 353/352/1736 330/329/1737 -f 330/329/1738 353/352/1739 354/353/1740 -f 330/329/1741 354/353/1742 331/330/1743 -f 331/330/1744 354/353/1745 355/354/1746 -f 331/330/1747 355/354/1748 332/331/1749 -f 332/331/1750 355/354/1751 356/355/1752 -f 332/331/1753 356/355/1754 333/332/1755 -f 333/332/1756 356/355/1757 357/356/1758 -f 333/332/1759 357/356/1760 334/333/1761 -f 334/333/1762 357/356/1763 358/357/1764 -f 334/333/1765 358/357/1766 335/334/1767 -f 335/334/1768 358/357/1769 359/358/1770 -f 335/334/1771 359/358/1772 336/335/1773 -f 336/335/1774 359/358/1775 360/359/1776 -f 336/335/1777 360/359/1778 337/336/1779 -f 337/336/1780 360/359/1781 361/360/1782 -f 337/336/1783 361/360/1784 338/337/1785 -f 338/337/1786 361/360/1787 362/361/1788 -f 338/337/1789 362/361/1790 339/338/1791 -f 339/338/1792 362/361/1793 363/362/1794 -f 339/338/1795 363/362/1796 340/339/1797 -f 340/339/1798 363/362/1799 364/363/1800 -f 340/339/1801 364/363/1802 341/340/1803 -f 341/340/1804 364/363/1805 365/364/1806 -f 341/340/1807 365/364/1808 342/341/1809 -f 342/341/1810 365/364/1811 366/365/1812 -f 342/341/1813 366/365/1814 343/342/1815 -f 343/342/1816 366/365/1817 367/366/1818 -f 343/342/1819 367/366/1820 344/343/1821 -f 344/343/1822 367/366/1823 368/367/1824 -f 344/343/1825 368/367/1826 345/344/1827 -f 345/344/1828 368/367/1829 369/368/1830 -f 345/344/1831 369/368/1832 346/345/1833 -f 346/345/1834 369/368/1835 370/369/1836 -f 346/345/1837 370/369/1838 347/346/1839 -f 347/346/1840 370/369/1841 371/370/1842 -f 347/346/1843 371/370/1844 324/323/1845 -f 324/323/1846 371/370/1847 348/347/1848 -f 348/347/1849 372/371/1850 349/348/1851 -f 349/348/1852 372/371/1853 373/372/1854 -f 349/348/1855 373/372/1856 350/349/1857 -f 350/349/1858 373/372/1859 374/373/1860 -f 350/349/1861 374/373/1862 351/350/1863 -f 351/350/1864 374/373/1865 375/374/1866 -f 351/350/1867 375/374/1868 352/351/1869 -f 352/351/1870 375/374/1871 376/375/1872 -f 352/351/1873 376/375/1874 353/352/1875 -f 353/352/1876 376/375/1877 377/376/1878 -f 353/352/1879 377/376/1880 354/353/1881 -f 354/353/1882 377/376/1883 378/377/1884 -f 354/353/1885 378/377/1886 355/354/1887 -f 355/354/1888 378/377/1889 379/378/1890 -f 355/354/1891 379/378/1892 356/355/1893 -f 356/355/1894 379/378/1895 380/379/1896 -f 356/355/1897 380/379/1898 357/356/1899 -f 357/356/1900 380/379/1901 381/380/1902 -f 357/356/1903 381/380/1904 358/357/1905 -f 358/357/1906 381/380/1907 382/381/1908 -f 358/357/1909 382/381/1910 359/358/1911 -f 359/358/1912 382/381/1913 383/382/1914 -f 359/358/1915 383/382/1916 360/359/1917 -f 360/359/1918 383/382/1919 384/383/1920 -f 360/359/1921 384/383/1922 361/360/1923 -f 361/360/1924 384/383/1925 385/384/1926 -f 361/360/1927 385/384/1928 362/361/1929 -f 362/361/1930 385/384/1931 386/385/1932 -f 362/361/1933 386/385/1934 363/362/1935 -f 363/362/1936 386/385/1937 387/386/1938 -f 363/362/1939 387/386/1940 364/363/1941 -f 364/363/1942 387/386/1943 388/387/1944 -f 364/363/1945 388/387/1946 365/364/1947 -f 365/364/1948 388/387/1949 389/388/1950 -f 365/364/1951 389/388/1952 366/365/1953 -f 366/365/1954 389/388/1955 390/389/1956 -f 366/365/1957 390/389/1958 367/366/1959 -f 367/366/1960 390/389/1961 391/390/1962 -f 367/366/1963 391/390/1964 368/367/1965 -f 368/367/1966 391/390/1967 392/391/1968 -f 368/367/1969 392/391/1970 369/368/1971 -f 369/368/1972 392/391/1973 393/392/1974 -f 369/368/1975 393/392/1976 370/369/1977 -f 370/369/1978 393/392/1979 394/393/1980 -f 370/369/1981 394/393/1982 371/370/1983 -f 371/370/1984 394/393/1985 395/394/1986 -f 371/370/1987 395/394/1988 348/347/1989 -f 348/347/1990 395/394/1991 372/371/1992 -f 372/371/1993 396/395/1994 373/372/1995 -f 373/372/1996 396/395/1997 397/396/1998 -f 373/372/1999 397/396/2000 374/373/2001 -f 374/373/2002 397/396/2003 398/397/2004 -f 374/373/2005 398/397/2006 375/374/2007 -f 375/374/2008 398/397/2009 399/398/2010 -f 375/374/2011 399/398/2012 376/375/2013 -f 376/375/2014 399/398/2015 400/399/2016 -f 376/375/2017 400/399/2018 377/376/2019 -f 377/376/2020 400/399/2021 401/400/2022 -f 377/376/2023 401/400/2024 378/377/2025 -f 378/377/2026 401/400/2027 402/401/2028 -f 378/377/2029 402/401/2030 379/378/2031 -f 379/378/2032 402/401/2033 403/402/2034 -f 379/378/2035 403/402/2036 380/379/2037 -f 380/379/2038 403/402/2039 404/403/2040 -f 380/379/2041 404/403/2042 381/380/2043 -f 381/380/2044 404/403/2045 405/404/2046 -f 381/380/2047 405/404/2048 382/381/2049 -f 382/381/2050 405/404/2051 406/405/2052 -f 382/381/2053 406/405/2054 383/382/2055 -f 383/382/2056 406/405/2057 407/406/2058 -f 383/382/2059 407/406/2060 384/383/2061 -f 384/383/2062 407/406/2063 408/407/2064 -f 384/383/2065 408/407/2066 385/384/2067 -f 385/384/2068 408/407/2069 409/408/2070 -f 385/384/2071 409/408/2072 386/385/2073 -f 386/385/2074 409/408/2075 410/409/2076 -f 386/385/2077 410/409/2078 387/386/2079 -f 387/386/2080 410/409/2081 411/410/2082 -f 387/386/2083 411/410/2084 388/387/2085 -f 388/387/2086 411/410/2087 412/411/2088 -f 388/387/2089 412/411/2090 389/388/2091 -f 389/388/2092 412/411/2093 413/412/2094 -f 389/388/2095 413/412/2096 390/389/2097 -f 390/389/2098 413/412/2099 414/413/2100 -f 390/389/2101 414/413/2102 391/390/2103 -f 391/390/2104 414/413/2105 415/414/2106 -f 391/390/2107 415/414/2108 392/391/2109 -f 392/391/2110 415/414/2111 416/415/2112 -f 392/391/2113 416/415/2114 393/392/2115 -f 393/392/2116 416/415/2117 417/416/2118 -f 393/392/2119 417/416/2120 394/393/2121 -f 394/393/2122 417/416/2123 418/417/2124 -f 394/393/2125 418/417/2126 395/394/2127 -f 395/394/2128 418/417/2129 419/418/2130 -f 395/394/2131 419/418/2132 372/371/2133 -f 372/371/2134 419/418/2135 396/395/2136 -f 396/395/2137 420/419/2138 397/396/2139 -f 397/396/2140 420/419/2141 421/420/2142 -f 397/396/2143 421/420/2144 398/397/2145 -f 398/397/2146 421/420/2147 422/421/2148 -f 398/397/2149 422/421/2150 399/398/2151 -f 399/398/2152 422/421/2153 423/422/2154 -f 399/398/2155 423/422/2156 400/399/2157 -f 400/399/2158 423/422/2159 424/423/2160 -f 400/399/2161 424/423/2162 401/400/2163 -f 401/400/2164 424/423/2165 425/424/2166 -f 401/400/2167 425/424/2168 402/401/2169 -f 402/401/2170 425/424/2171 426/425/2172 -f 402/401/2173 426/425/2174 403/402/2175 -f 403/402/2176 426/425/2177 427/426/2178 -f 403/402/2179 427/426/2180 404/403/2181 -f 404/403/2182 427/426/2183 428/427/2184 -f 404/403/2185 428/427/2186 405/404/2187 -f 405/404/2188 428/427/2189 429/428/2190 -f 405/404/2191 429/428/2192 406/405/2193 -f 406/405/2194 429/428/2195 430/429/2196 -f 406/405/2197 430/429/2198 407/406/2199 -f 407/406/2200 430/429/2201 431/430/2202 -f 407/406/2203 431/430/2204 408/407/2205 -f 408/407/2206 431/430/2207 432/431/2208 -f 408/407/2209 432/431/2210 409/408/2211 -f 409/408/2212 432/431/2213 433/432/2214 -f 409/408/2215 433/432/2216 410/409/2217 -f 410/409/2218 433/432/2219 434/433/2220 -f 410/409/2221 434/433/2222 411/410/2223 -f 411/410/2224 434/433/2225 435/434/2226 -f 411/410/2227 435/434/2228 412/411/2229 -f 412/411/2230 435/434/2231 436/435/2232 -f 412/411/2233 436/435/2234 413/412/2235 -f 413/412/2236 436/435/2237 437/436/2238 -f 413/412/2239 437/436/2240 414/413/2241 -f 414/413/2242 437/436/2243 438/437/2244 -f 414/413/2245 438/437/2246 415/414/2247 -f 415/414/2248 438/437/2249 439/438/2250 -f 415/414/2251 439/438/2252 416/415/2253 -f 416/415/2254 439/438/2255 440/439/2256 -f 416/415/2257 440/439/2258 417/416/2259 -f 417/416/2260 440/439/2261 441/440/2262 -f 417/416/2263 441/440/2264 418/417/2265 -f 418/417/2266 441/440/2267 442/441/2268 -f 418/417/2269 442/441/2270 419/418/2271 -f 419/418/2272 442/441/2273 443/442/2274 -f 419/418/2275 443/442/2276 396/395/2277 -f 396/395/2278 443/442/2279 420/419/2280 -f 420/419/2281 444/443/2282 421/420/2283 -f 421/420/2284 444/443/2285 445/444/2286 -f 421/420/2287 445/444/2288 422/421/2289 -f 422/421/2290 445/444/2291 446/445/2292 -f 422/421/2293 446/445/2294 423/422/2295 -f 423/422/2296 446/445/2297 447/446/2298 -f 423/422/2299 447/446/2300 424/423/2301 -f 424/423/2302 447/446/2303 448/447/2304 -f 424/423/2305 448/447/2306 425/424/2307 -f 425/424/2308 448/447/2309 449/448/2310 -f 425/424/2311 449/448/2312 426/425/2313 -f 426/425/2314 449/448/2315 450/449/2316 -f 426/425/2317 450/449/2318 427/426/2319 -f 427/426/2320 450/449/2321 451/450/2322 -f 427/426/2323 451/450/2324 428/427/2325 -f 428/427/2326 451/450/2327 452/451/2328 -f 428/427/2329 452/451/2330 429/428/2331 -f 429/428/2332 452/451/2333 453/452/2334 -f 429/428/2335 453/452/2336 430/429/2337 -f 430/429/2338 453/452/2339 454/453/2340 -f 430/429/2341 454/453/2342 431/430/2343 -f 431/430/2344 454/453/2345 455/454/2346 -f 431/430/2347 455/454/2348 432/431/2349 -f 432/431/2350 455/454/2351 456/455/2352 -f 432/431/2353 456/455/2354 433/432/2355 -f 433/432/2356 456/455/2357 457/456/2358 -f 433/432/2359 457/456/2360 434/433/2361 -f 434/433/2362 457/456/2363 458/457/2364 -f 434/433/2365 458/457/2366 435/434/2367 -f 435/434/2368 458/457/2369 459/458/2370 -f 435/434/2371 459/458/2372 436/435/2373 -f 436/435/2374 459/458/2375 460/459/2376 -f 436/435/2377 460/459/2378 437/436/2379 -f 437/436/2380 460/459/2381 461/460/2382 -f 437/436/2383 461/460/2384 438/437/2385 -f 438/437/2386 461/460/2387 462/461/2388 -f 438/437/2389 462/461/2390 439/438/2391 -f 439/438/2392 462/461/2393 463/462/2394 -f 439/438/2395 463/462/2396 440/439/2397 -f 440/439/2398 463/462/2399 464/463/2400 -f 440/439/2401 464/463/2402 441/440/2403 -f 441/440/2404 464/463/2405 465/464/2406 -f 441/440/2407 465/464/2408 442/441/2409 -f 442/441/2410 465/464/2411 466/465/2412 -f 442/441/2413 466/465/2414 443/442/2415 -f 443/442/2416 466/465/2417 467/466/2418 -f 443/442/2419 467/466/2420 420/419/2421 -f 420/419/2422 467/466/2423 444/443/2424 -f 444/443/2425 468/467/2426 445/444/2427 -f 445/444/2428 468/467/2429 469/468/2430 -f 445/444/2431 469/468/2432 446/445/2433 -f 446/445/2434 469/468/2435 470/469/2436 -f 446/445/2437 470/469/2438 447/446/2439 -f 447/446/2440 470/469/2441 471/470/2442 -f 447/446/2443 471/470/2444 448/447/2445 -f 448/447/2446 471/470/2447 472/471/2448 -f 448/447/2449 472/471/2450 449/448/2451 -f 449/448/2452 472/471/2453 473/472/2454 -f 449/448/2455 473/472/2456 450/449/2457 -f 450/449/2458 473/472/2459 474/473/2460 -f 450/449/2461 474/473/2462 451/450/2463 -f 451/450/2464 474/473/2465 475/474/2466 -f 451/450/2467 475/474/2468 452/451/2469 -f 452/451/2470 475/474/2471 476/475/2472 -f 452/451/2473 476/475/2474 453/452/2475 -f 453/452/2476 476/475/2477 477/476/2478 -f 453/452/2479 477/476/2480 454/453/2481 -f 454/453/2482 477/476/2483 478/477/2484 -f 454/453/2485 478/477/2486 455/454/2487 -f 455/454/2488 478/477/2489 479/478/2490 -f 455/454/2491 479/478/2492 456/455/2493 -f 456/455/2494 479/478/2495 480/479/2496 -f 456/455/2497 480/479/2498 457/456/2499 -f 457/456/2500 480/479/2501 481/480/2502 -f 457/456/2503 481/480/2504 458/457/2505 -f 458/457/2506 481/480/2507 482/481/2508 -f 458/457/2509 482/481/2510 459/458/2511 -f 459/458/2512 482/481/2513 483/482/2514 -f 459/458/2515 483/482/2516 460/459/2517 -f 460/459/2518 483/482/2519 484/483/2520 -f 460/459/2521 484/483/2522 461/460/2523 -f 461/460/2524 484/483/2525 485/484/2526 -f 461/460/2527 485/484/2528 462/461/2529 -f 462/461/2530 485/484/2531 486/485/2532 -f 462/461/2533 486/485/2534 463/462/2535 -f 463/462/2536 486/485/2537 487/486/2538 -f 463/462/2539 487/486/2540 464/463/2541 -f 464/463/2542 487/486/2543 488/487/2544 -f 464/463/2545 488/487/2546 465/464/2547 -f 465/464/2548 488/487/2549 489/488/2550 -f 465/464/2551 489/488/2552 466/465/2553 -f 466/465/2554 489/488/2555 490/489/2556 -f 466/465/2557 490/489/2558 467/466/2559 -f 467/466/2560 490/489/2561 491/490/2562 -f 467/466/2563 491/490/2564 444/443/2565 -f 444/443/2566 491/490/2567 468/467/2568 -f 468/467/2569 492/491/2570 469/468/2571 -f 469/468/2572 492/491/2573 493/492/2574 -f 469/468/2575 493/492/2576 470/469/2577 -f 470/469/2578 493/492/2579 494/493/2580 -f 470/469/2581 494/493/2582 471/470/2583 -f 471/470/2584 494/493/2585 495/494/2586 -f 471/470/2587 495/494/2588 472/471/2589 -f 472/471/2590 495/494/2591 496/495/2592 -f 472/471/2593 496/495/2594 473/472/2595 -f 473/472/2596 496/495/2597 497/496/2598 -f 473/472/2599 497/496/2600 474/473/2601 -f 474/473/2602 497/496/2603 498/497/2604 -f 474/473/2605 498/497/2606 475/474/2607 -f 475/474/2608 498/497/2609 499/498/2610 -f 475/474/2611 499/498/2612 476/475/2613 -f 476/475/2614 499/498/2615 500/499/2616 -f 476/475/2617 500/499/2618 477/476/2619 -f 477/476/2620 500/499/2621 501/500/2622 -f 477/476/2623 501/500/2624 478/477/2625 -f 478/477/2626 501/500/2627 502/501/2628 -f 478/477/2629 502/501/2630 479/478/2631 -f 479/478/2632 502/501/2633 503/502/2634 -f 479/478/2635 503/502/2636 480/479/2637 -f 480/479/2638 503/502/2639 504/503/2640 -f 480/479/2641 504/503/2642 481/480/2643 -f 481/480/2644 504/503/2645 505/504/2646 -f 481/480/2647 505/504/2648 482/481/2649 -f 482/481/2650 505/504/2651 506/505/2652 -f 482/481/2653 506/505/2654 483/482/2655 -f 483/482/2656 506/505/2657 507/506/2658 -f 483/482/2659 507/506/2660 484/483/2661 -f 484/483/2662 507/506/2663 508/507/2664 -f 484/483/2665 508/507/2666 485/484/2667 -f 485/484/2668 508/507/2669 509/508/2670 -f 485/484/2671 509/508/2672 486/485/2673 -f 486/485/2674 509/508/2675 510/509/2676 -f 486/485/2677 510/509/2678 487/486/2679 -f 487/486/2680 510/509/2681 511/510/2682 -f 487/486/2683 511/510/2684 488/487/2685 -f 488/487/2686 511/510/2687 512/511/2688 -f 488/487/2689 512/511/2690 489/488/2691 -f 489/488/2692 512/511/2693 513/512/2694 -f 489/488/2695 513/512/2696 490/489/2697 -f 490/489/2698 513/512/2699 514/513/2700 -f 490/489/2701 514/513/2702 491/490/2703 -f 491/490/2704 514/513/2705 515/514/2706 -f 491/490/2707 515/514/2708 468/467/2709 -f 468/467/2710 515/514/2711 492/491/2712 -f 492/491/2713 516/515/2714 493/492/2715 -f 493/492/2716 516/515/2717 517/516/2718 -f 493/492/2719 517/516/2720 494/493/2721 -f 494/493/2722 517/516/2723 518/517/2724 -f 494/493/2725 518/517/2726 495/494/2727 -f 495/494/2728 518/517/2729 519/518/2730 -f 495/494/2731 519/518/2732 496/495/2733 -f 496/495/2734 519/518/2735 520/519/2736 -f 496/495/2737 520/519/2738 497/496/2739 -f 497/496/2740 520/519/2741 521/520/2742 -f 497/496/2743 521/520/2744 498/497/2745 -f 498/497/2746 521/520/2747 522/521/2748 -f 498/497/2749 522/521/2750 499/498/2751 -f 499/498/2752 522/521/2753 523/522/2754 -f 499/498/2755 523/522/2756 500/499/2757 -f 500/499/2758 523/522/2759 524/523/2760 -f 500/499/2761 524/523/2762 501/500/2763 -f 501/500/2764 524/523/2765 525/524/2766 -f 501/500/2767 525/524/2768 502/501/2769 -f 502/501/2770 525/524/2771 526/525/2772 -f 502/501/2773 526/525/2774 503/502/2775 -f 503/502/2776 526/525/2777 527/526/2778 -f 503/502/2779 527/526/2780 504/503/2781 -f 504/503/2782 527/526/2783 528/527/2784 -f 504/503/2785 528/527/2786 505/504/2787 -f 505/504/2788 528/527/2789 529/528/2790 -f 505/504/2791 529/528/2792 506/505/2793 -f 506/505/2794 529/528/2795 530/529/2796 -f 506/505/2797 530/529/2798 507/506/2799 -f 507/506/2800 530/529/2801 531/530/2802 -f 507/506/2803 531/530/2804 508/507/2805 -f 508/507/2806 531/530/2807 532/531/2808 -f 508/507/2809 532/531/2810 509/508/2811 -f 509/508/2812 532/531/2813 533/532/2814 -f 509/508/2815 533/532/2816 510/509/2817 -f 510/509/2818 533/532/2819 534/533/2820 -f 510/509/2821 534/533/2822 511/510/2823 -f 511/510/2824 534/533/2825 535/534/2826 -f 511/510/2827 535/534/2828 512/511/2829 -f 512/511/2830 535/534/2831 536/535/2832 -f 512/511/2833 536/535/2834 513/512/2835 -f 513/512/2836 536/535/2837 537/536/2838 -f 513/512/2839 537/536/2840 514/513/2841 -f 514/513/2842 537/536/2843 538/537/2844 -f 514/513/2845 538/537/2846 515/514/2847 -f 515/514/2848 538/537/2849 539/538/2850 -f 515/514/2851 539/538/2852 492/491/2853 -f 492/491/2854 539/538/2855 516/515/2856 -f 516/515/2857 540/539/2858 517/516/2859 -f 517/516/2860 540/539/2861 541/540/2862 -f 517/516/2863 541/540/2864 518/517/2865 -f 518/517/2866 541/540/2867 542/541/2868 -f 518/517/2869 542/541/2870 519/518/2871 -f 519/518/2872 542/541/2873 543/542/2874 -f 519/518/2875 543/542/2876 520/519/2877 -f 520/519/2878 543/542/2879 544/543/2880 -f 520/519/2881 544/543/2882 521/520/2883 -f 521/520/2884 544/543/2885 545/544/2886 -f 521/520/2887 545/544/2888 522/521/2889 -f 522/521/2890 545/544/2891 546/545/2892 -f 522/521/2893 546/545/2894 523/522/2895 -f 523/522/2896 546/545/2897 547/546/2898 -f 523/522/2899 547/546/2900 524/523/2901 -f 524/523/2902 547/546/2903 548/547/2904 -f 524/523/2905 548/547/2906 525/524/2907 -f 525/524/2908 548/547/2909 549/548/2910 -f 525/524/2911 549/548/2912 526/525/2913 -f 526/525/2914 549/548/2915 550/549/2916 -f 526/525/2917 550/549/2918 527/526/2919 -f 527/526/2920 550/549/2921 551/550/2922 -f 527/526/2923 551/550/2924 528/527/2925 -f 528/527/2926 551/550/2927 552/551/2928 -f 528/527/2929 552/551/2930 529/528/2931 -f 529/528/2932 552/551/2933 553/552/2934 -f 529/528/2935 553/552/2936 530/529/2937 -f 530/529/2938 553/552/2939 554/553/2940 -f 530/529/2941 554/553/2942 531/530/2943 -f 531/530/2944 554/553/2945 555/554/2946 -f 531/530/2947 555/554/2948 532/531/2949 -f 532/531/2950 555/554/2951 556/555/2952 -f 532/531/2953 556/555/2954 533/532/2955 -f 533/532/2956 556/555/2957 557/556/2958 -f 533/532/2959 557/556/2960 534/533/2961 -f 534/533/2962 557/556/2963 558/557/2964 -f 534/533/2965 558/557/2966 535/534/2967 -f 535/534/2968 558/557/2969 559/558/2970 -f 535/534/2971 559/558/2972 536/535/2973 -f 536/535/2974 559/558/2975 560/559/2976 -f 536/535/2977 560/559/2978 537/536/2979 -f 537/536/2980 560/559/2981 561/560/2982 -f 537/536/2983 561/560/2984 538/537/2985 -f 538/537/2986 561/560/2987 562/561/2988 -f 538/537/2989 562/561/2990 539/538/2991 -f 539/538/2992 562/561/2993 563/562/2994 -f 539/538/2995 563/562/2996 516/515/2997 -f 516/515/2998 563/562/2999 540/539/3000 -f 540/539/3001 564/563/3002 541/540/3003 -f 541/540/3004 564/563/3005 565/564/3006 -f 541/540/3007 565/564/3008 542/541/3009 -f 542/541/3010 565/564/3011 566/565/3012 -f 542/541/3013 566/565/3014 543/542/3015 -f 543/542/3016 566/565/3017 567/566/3018 -f 543/542/3019 567/566/3020 544/543/3021 -f 544/543/3022 567/566/3023 568/567/3024 -f 544/543/3025 568/567/3026 545/544/3027 -f 545/544/3028 568/567/3029 569/568/3030 -f 545/544/3031 569/568/3032 546/545/3033 -f 546/545/3034 569/568/3035 570/569/3036 -f 546/545/3037 570/569/3038 547/546/3039 -f 547/546/3040 570/569/3041 571/570/3042 -f 547/546/3043 571/570/3044 548/547/3045 -f 548/547/3046 571/570/3047 572/571/3048 -f 548/547/3049 572/571/3050 549/548/3051 -f 549/548/3052 572/571/3053 573/572/3054 -f 549/548/3055 573/572/3056 550/549/3057 -f 550/549/3058 573/572/3059 574/573/3060 -f 550/549/3061 574/573/3062 551/550/3063 -f 551/550/3064 574/573/3065 575/574/3066 -f 551/550/3067 575/574/3068 552/551/3069 -f 552/551/3070 575/574/3071 576/575/3072 -f 552/551/3073 576/575/3074 553/552/3075 -f 553/552/3076 576/575/3077 577/576/3078 -f 553/552/3079 577/576/3080 554/553/3081 -f 554/553/3082 577/576/3083 578/577/3084 -f 554/553/3085 578/577/3086 555/554/3087 -f 555/554/3088 578/577/3089 579/578/3090 -f 555/554/3091 579/578/3092 556/555/3093 -f 556/555/3094 579/578/3095 580/579/3096 -f 556/555/3097 580/579/3098 557/556/3099 -f 557/556/3100 580/579/3101 581/580/3102 -f 557/556/3103 581/580/3104 558/557/3105 -f 558/557/3106 581/580/3107 582/581/3108 -f 558/557/3109 582/581/3110 559/558/3111 -f 559/558/3112 582/581/3113 583/582/3114 -f 559/558/3115 583/582/3116 560/559/3117 -f 560/559/3118 583/582/3119 584/583/3120 -f 560/559/3121 584/583/3122 561/560/3123 -f 561/560/3124 584/583/3125 585/584/3126 -f 561/560/3127 585/584/3128 562/561/3129 -f 562/561/3130 585/584/3131 586/585/3132 -f 562/561/3133 586/585/3134 563/562/3135 -f 563/562/3136 586/585/3137 587/586/3138 -f 563/562/3139 587/586/3140 540/539/3141 -f 540/539/3142 587/586/3143 564/563/3144 -f 564/563/3145 588/587/3146 565/564/3147 -f 565/564/3148 588/587/3149 589/588/3150 -f 565/564/3151 589/588/3152 566/565/3153 -f 566/565/3154 589/588/3155 590/589/3156 -f 566/565/3157 590/589/3158 567/566/3159 -f 567/566/3160 590/589/3161 591/590/3162 -f 567/566/3163 591/590/3164 568/567/3165 -f 568/567/3166 591/590/3167 592/591/3168 -f 568/567/3169 592/591/3170 569/568/3171 -f 569/568/3172 592/591/3173 593/592/3174 -f 569/568/3175 593/592/3176 570/569/3177 -f 570/569/3178 593/592/3179 594/593/3180 -f 570/569/3181 594/593/3182 571/570/3183 -f 571/570/3184 594/593/3185 595/594/3186 -f 571/570/3187 595/594/3188 572/571/3189 -f 572/571/3190 595/594/3191 596/595/3192 -f 572/571/3193 596/595/3194 573/572/3195 -f 573/572/3196 596/595/3197 597/596/3198 -f 573/572/3199 597/596/3200 574/573/3201 -f 574/573/3202 597/596/3203 598/597/3204 -f 574/573/3205 598/597/3206 575/574/3207 -f 575/574/3208 598/597/3209 599/598/3210 -f 575/574/3211 599/598/3212 576/575/3213 -f 576/575/3214 599/598/3215 600/599/3216 -f 576/575/3217 600/599/3218 577/576/3219 -f 577/576/3220 600/599/3221 601/600/3222 -f 577/576/3223 601/600/3224 578/577/3225 -f 578/577/3226 601/600/3227 602/601/3228 -f 578/577/3229 602/601/3230 579/578/3231 -f 579/578/3232 602/601/3233 603/602/3234 -f 579/578/3235 603/602/3236 580/579/3237 -f 580/579/3238 603/602/3239 604/603/3240 -f 580/579/3241 604/603/3242 581/580/3243 -f 581/580/3244 604/603/3245 605/604/3246 -f 581/580/3247 605/604/3248 582/581/3249 -f 582/581/3250 605/604/3251 606/605/3252 -f 582/581/3253 606/605/3254 583/582/3255 -f 583/582/3256 606/605/3257 607/606/3258 -f 583/582/3259 607/606/3260 584/583/3261 -f 584/583/3262 607/606/3263 608/607/3264 -f 584/583/3265 608/607/3266 585/584/3267 -f 585/584/3268 608/607/3269 609/608/3270 -f 585/584/3271 609/608/3272 586/585/3273 -f 586/585/3274 609/608/3275 610/609/3276 -f 586/585/3277 610/609/3278 587/586/3279 -f 587/586/3280 610/609/3281 611/610/3282 -f 587/586/3283 611/610/3284 564/563/3285 -f 564/563/3286 611/610/3287 588/587/3288 -f 588/587/3289 612/611/3290 589/588/3291 -f 589/588/3292 612/611/3293 613/612/3294 -f 589/588/3295 613/612/3296 590/589/3297 -f 590/589/3298 613/612/3299 614/613/3300 -f 590/589/3301 614/613/3302 591/590/3303 -f 591/590/3304 614/613/3305 615/614/3306 -f 591/590/3307 615/614/3308 592/591/3309 -f 592/591/3310 615/614/3311 616/615/3312 -f 592/591/3313 616/615/3314 593/592/3315 -f 593/592/3316 616/615/3317 617/616/3318 -f 593/592/3319 617/616/3320 594/593/3321 -f 594/593/3322 617/616/3323 618/617/3324 -f 594/593/3325 618/617/3326 595/594/3327 -f 595/594/3328 618/617/3329 619/618/3330 -f 595/594/3331 619/618/3332 596/595/3333 -f 596/595/3334 619/618/3335 620/619/3336 -f 596/595/3337 620/619/3338 597/596/3339 -f 597/596/3340 620/619/3341 621/620/3342 -f 597/596/3343 621/620/3344 598/597/3345 -f 598/597/3346 621/620/3347 622/621/3348 -f 598/597/3349 622/621/3350 599/598/3351 -f 599/598/3352 622/621/3353 623/622/3354 -f 599/598/3355 623/622/3356 600/599/3357 -f 600/599/3358 623/622/3359 624/623/3360 -f 600/599/3361 624/623/3362 601/600/3363 -f 601/600/3364 624/623/3365 625/624/3366 -f 601/600/3367 625/624/3368 602/601/3369 -f 602/601/3370 625/624/3371 626/625/3372 -f 602/601/3373 626/625/3374 603/602/3375 -f 603/602/3376 626/625/3377 627/626/3378 -f 603/602/3379 627/626/3380 604/603/3381 -f 604/603/3382 627/626/3383 628/627/3384 -f 604/603/3385 628/627/3386 605/604/3387 -f 605/604/3388 628/627/3389 629/628/3390 -f 605/604/3391 629/628/3392 606/605/3393 -f 606/605/3394 629/628/3395 630/629/3396 -f 606/605/3397 630/629/3398 607/606/3399 -f 607/606/3400 630/629/3401 631/630/3402 -f 607/606/3403 631/630/3404 608/607/3405 -f 608/607/3406 631/630/3407 632/631/3408 -f 608/607/3409 632/631/3410 609/608/3411 -f 609/608/3412 632/631/3413 633/632/3414 -f 609/608/3415 633/632/3416 610/609/3417 -f 610/609/3418 633/632/3419 634/633/3420 -f 610/609/3421 634/633/3422 611/610/3423 -f 611/610/3424 634/633/3425 635/634/3426 -f 611/610/3427 635/634/3428 588/587/3429 -f 588/587/3430 635/634/3431 612/611/3432 -f 612/611/3433 636/635/3434 613/612/3435 -f 613/612/3436 636/635/3437 637/636/3438 -f 613/612/3439 637/636/3440 614/613/3441 -f 614/613/3442 637/636/3443 638/637/3444 -f 614/613/3445 638/637/3446 615/614/3447 -f 615/614/3448 638/637/3449 639/638/3450 -f 615/614/3451 639/638/3452 616/615/3453 -f 616/615/3454 639/638/3455 640/639/3456 -f 616/615/3457 640/639/3458 617/616/3459 -f 617/616/3460 640/639/3461 641/640/3462 -f 617/616/3463 641/640/3464 618/617/3465 -f 618/617/3466 641/640/3467 642/641/3468 -f 618/617/3469 642/641/3470 619/618/3471 -f 619/618/3472 642/641/3473 643/642/3474 -f 619/618/3475 643/642/3476 620/619/3477 -f 620/619/3478 643/642/3479 644/643/3480 -f 620/619/3481 644/643/3482 621/620/3483 -f 621/620/3484 644/643/3485 645/644/3486 -f 621/620/3487 645/644/3488 622/621/3489 -f 622/621/3490 645/644/3491 646/645/3492 -f 622/621/3493 646/645/3494 623/622/3495 -f 623/622/3496 646/645/3497 647/646/3498 -f 623/622/3499 647/646/3500 624/623/3501 -f 624/623/3502 647/646/3503 648/647/3504 -f 624/623/3505 648/647/3506 625/624/3507 -f 625/624/3508 648/647/3509 649/648/3510 -f 625/624/3511 649/648/3512 626/625/3513 -f 626/625/3514 649/648/3515 650/649/3516 -f 626/625/3517 650/649/3518 627/626/3519 -f 627/626/3520 650/649/3521 651/650/3522 -f 627/626/3523 651/650/3524 628/627/3525 -f 628/627/3526 651/650/3527 652/651/3528 -f 628/627/3529 652/651/3530 629/628/3531 -f 629/628/3532 652/651/3533 653/652/3534 -f 629/628/3535 653/652/3536 630/629/3537 -f 630/629/3538 653/652/3539 654/653/3540 -f 630/629/3541 654/653/3542 631/630/3543 -f 631/630/3544 654/653/3545 655/654/3546 -f 631/630/3547 655/654/3548 632/631/3549 -f 632/631/3550 655/654/3551 656/655/3552 -f 632/631/3553 656/655/3554 633/632/3555 -f 633/632/3556 656/655/3557 657/656/3558 -f 633/632/3559 657/656/3560 634/633/3561 -f 634/633/3562 657/656/3563 658/657/3564 -f 634/633/3565 658/657/3566 635/634/3567 -f 635/634/3568 658/657/3569 659/658/3570 -f 635/634/3571 659/658/3572 612/611/3573 -f 612/611/3574 659/658/3575 636/635/3576 -f 636/635/3577 660/659/3578 637/636/3579 -f 637/636/3580 660/659/3581 661/660/3582 -f 637/636/3583 661/660/3584 638/637/3585 -f 638/637/3586 661/660/3587 662/661/3588 -f 638/637/3589 662/661/3590 639/638/3591 -f 639/638/3592 662/661/3593 663/662/3594 -f 639/638/3595 663/662/3596 640/639/3597 -f 640/639/3598 663/662/3599 664/663/3600 -f 640/639/3601 664/663/3602 641/640/3603 -f 641/640/3604 664/663/3605 665/664/3606 -f 641/640/3607 665/664/3608 642/641/3609 -f 642/641/3610 665/664/3611 666/665/3612 -f 642/641/3613 666/665/3614 643/642/3615 -f 643/642/3616 666/665/3617 667/666/3618 -f 643/642/3619 667/666/3620 644/643/3621 -f 644/643/3622 667/666/3623 668/667/3624 -f 644/643/3625 668/667/3626 645/644/3627 -f 645/644/3628 668/667/3629 669/668/3630 -f 645/644/3631 669/668/3632 646/645/3633 -f 646/645/3634 669/668/3635 670/669/3636 -f 646/645/3637 670/669/3638 647/646/3639 -f 647/646/3640 670/669/3641 671/670/3642 -f 647/646/3643 671/670/3644 648/647/3645 -f 648/647/3646 671/670/3647 672/671/3648 -f 648/647/3649 672/671/3650 649/648/3651 -f 649/648/3652 672/671/3653 673/672/3654 -f 649/648/3655 673/672/3656 650/649/3657 -f 650/649/3658 673/672/3659 674/673/3660 -f 650/649/3661 674/673/3662 651/650/3663 -f 651/650/3664 674/673/3665 675/674/3666 -f 651/650/3667 675/674/3668 652/651/3669 -f 652/651/3670 675/674/3671 676/675/3672 -f 652/651/3673 676/675/3674 653/652/3675 -f 653/652/3676 676/675/3677 677/676/3678 -f 653/652/3679 677/676/3680 654/653/3681 -f 654/653/3682 677/676/3683 678/677/3684 -f 654/653/3685 678/677/3686 655/654/3687 -f 655/654/3688 678/677/3689 679/678/3690 -f 655/654/3691 679/678/3692 656/655/3693 -f 656/655/3694 679/678/3695 680/679/3696 -f 656/655/3697 680/679/3698 657/656/3699 -f 657/656/3700 680/679/3701 681/680/3702 -f 657/656/3703 681/680/3704 658/657/3705 -f 658/657/3706 681/680/3707 682/681/3708 -f 658/657/3709 682/681/3710 659/658/3711 -f 659/658/3712 682/681/3713 683/682/3714 -f 659/658/3715 683/682/3716 636/635/3717 -f 636/635/3718 683/682/3719 660/659/3720 -f 660/659/3721 684/683/3722 661/660/3723 -f 661/660/3724 684/683/3725 685/684/3726 -f 661/660/3727 685/684/3728 662/661/3729 -f 662/661/3730 685/684/3731 686/685/3732 -f 662/661/3733 686/685/3734 663/662/3735 -f 663/662/3736 686/685/3737 687/686/3738 -f 663/662/3739 687/686/3740 664/663/3741 -f 664/663/3742 687/686/3743 688/687/3744 -f 664/663/3745 688/687/3746 665/664/3747 -f 665/664/3748 688/687/3749 689/688/3750 -f 665/664/3751 689/688/3752 666/665/3753 -f 666/665/3754 689/688/3755 690/689/3756 -f 666/665/3757 690/689/3758 667/666/3759 -f 667/666/3760 690/689/3761 691/690/3762 -f 667/666/3763 691/690/3764 668/667/3765 -f 668/667/3766 691/690/3767 692/691/3768 -f 668/667/3769 692/691/3770 669/668/3771 -f 669/668/3772 692/691/3773 693/692/3774 -f 669/668/3775 693/692/3776 670/669/3777 -f 670/669/3778 693/692/3779 694/693/3780 -f 670/669/3781 694/693/3782 671/670/3783 -f 671/670/3784 694/693/3785 695/694/3786 -f 671/670/3787 695/694/3788 672/671/3789 -f 672/671/3790 695/694/3791 696/695/3792 -f 672/671/3793 696/695/3794 673/672/3795 -f 673/672/3796 696/695/3797 697/696/3798 -f 673/672/3799 697/696/3800 674/673/3801 -f 674/673/3802 697/696/3803 698/697/3804 -f 674/673/3805 698/697/3806 675/674/3807 -f 675/674/3808 698/697/3809 699/698/3810 -f 675/674/3811 699/698/3812 676/675/3813 -f 676/675/3814 699/698/3815 700/699/3816 -f 676/675/3817 700/699/3818 677/676/3819 -f 677/676/3820 700/699/3821 701/700/3822 -f 677/676/3823 701/700/3824 678/677/3825 -f 678/677/3826 701/700/3827 702/701/3828 -f 678/677/3829 702/701/3830 679/678/3831 -f 679/678/3832 702/701/3833 703/702/3834 -f 679/678/3835 703/702/3836 680/679/3837 -f 680/679/3838 703/702/3839 704/703/3840 -f 680/679/3841 704/703/3842 681/680/3843 -f 681/680/3844 704/703/3845 705/704/3846 -f 681/680/3847 705/704/3848 682/681/3849 -f 682/681/3850 705/704/3851 706/705/3852 -f 682/681/3853 706/705/3854 683/682/3855 -f 683/682/3856 706/705/3857 707/706/3858 -f 683/682/3859 707/706/3860 660/659/3861 -f 660/659/3862 707/706/3863 684/683/3864 -f 684/683/3865 708/707/3866 685/684/3867 -f 685/684/3868 708/707/3869 709/708/3870 -f 685/684/3871 709/708/3872 686/685/3873 -f 686/685/3874 709/708/3875 710/709/3876 -f 686/685/3877 710/709/3878 687/686/3879 -f 687/686/3880 710/709/3881 711/710/3882 -f 687/686/3883 711/710/3884 688/687/3885 -f 688/687/3886 711/710/3887 712/711/3888 -f 688/687/3889 712/711/3890 689/688/3891 -f 689/688/3892 712/711/3893 713/712/3894 -f 689/688/3895 713/712/3896 690/689/3897 -f 690/689/3898 713/712/3899 714/713/3900 -f 690/689/3901 714/713/3902 691/690/3903 -f 691/690/3904 714/713/3905 715/714/3906 -f 691/690/3907 715/714/3908 692/691/3909 -f 692/691/3910 715/714/3911 716/715/3912 -f 692/691/3913 716/715/3914 693/692/3915 -f 693/692/3916 716/715/3917 717/716/3918 -f 693/692/3919 717/716/3920 694/693/3921 -f 694/693/3922 717/716/3923 718/717/3924 -f 694/693/3925 718/717/3926 695/694/3927 -f 695/694/3928 718/717/3929 719/718/3930 -f 695/694/3931 719/718/3932 696/695/3933 -f 696/695/3934 719/718/3935 720/719/3936 -f 696/695/3937 720/719/3938 697/696/3939 -f 697/696/3940 720/719/3941 721/720/3942 -f 697/696/3943 721/720/3944 698/697/3945 -f 698/697/3946 721/720/3947 722/721/3948 -f 698/697/3949 722/721/3950 699/698/3951 -f 699/698/3952 722/721/3953 723/722/3954 -f 699/698/3955 723/722/3956 700/699/3957 -f 700/699/3958 723/722/3959 724/723/3960 -f 700/699/3961 724/723/3962 701/700/3963 -f 701/700/3964 724/723/3965 725/724/3966 -f 701/700/3967 725/724/3968 702/701/3969 -f 702/701/3970 725/724/3971 726/725/3972 -f 702/701/3973 726/725/3974 703/702/3975 -f 703/702/3976 726/725/3977 727/726/3978 -f 703/702/3979 727/726/3980 704/703/3981 -f 704/703/3982 727/726/3983 728/727/3984 -f 704/703/3985 728/727/3986 705/704/3987 -f 705/704/3988 728/727/3989 729/728/3990 -f 705/704/3991 729/728/3992 706/705/3993 -f 706/705/3994 729/728/3995 730/729/3996 -f 706/705/3997 730/729/3998 707/706/3999 -f 707/706/4000 730/729/4001 731/730/4002 -f 707/706/4003 731/730/4004 684/683/4005 -f 684/683/4006 731/730/4007 708/707/4008 -f 708/707/4009 732/731/4010 709/708/4011 -f 709/708/4012 732/731/4013 733/732/4014 -f 709/708/4015 733/732/4016 710/709/4017 -f 710/709/4018 733/732/4019 734/733/4020 -f 710/709/4021 734/733/4022 711/710/4023 -f 711/710/4024 734/733/4025 735/734/4026 -f 711/710/4027 735/734/4028 712/711/4029 -f 712/711/4030 735/734/4031 736/735/4032 -f 712/711/4033 736/735/4034 713/712/4035 -f 713/712/4036 736/735/4037 737/736/4038 -f 713/712/4039 737/736/4040 714/713/4041 -f 714/713/4042 737/736/4043 738/737/4044 -f 714/713/4045 738/737/4046 715/714/4047 -f 715/714/4048 738/737/4049 739/738/4050 -f 715/714/4051 739/738/4052 716/715/4053 -f 716/715/4054 739/738/4055 740/739/4056 -f 716/715/4057 740/739/4058 717/716/4059 -f 717/716/4060 740/739/4061 741/740/4062 -f 717/716/4063 741/740/4064 718/717/4065 -f 718/717/4066 741/740/4067 742/741/4068 -f 718/717/4069 742/741/4070 719/718/4071 -f 719/718/4072 742/741/4073 743/742/4074 -f 719/718/4075 743/742/4076 720/719/4077 -f 720/719/4078 743/742/4079 744/743/4080 -f 720/719/4081 744/743/4082 721/720/4083 -f 721/720/4084 744/743/4085 745/744/4086 -f 721/720/4087 745/744/4088 722/721/4089 -f 722/721/4090 745/744/4091 746/745/4092 -f 722/721/4093 746/745/4094 723/722/4095 -f 723/722/4096 746/745/4097 747/746/4098 -f 723/722/4099 747/746/4100 724/723/4101 -f 724/723/4102 747/746/4103 748/747/4104 -f 724/723/4105 748/747/4106 725/724/4107 -f 725/724/4108 748/747/4109 749/748/4110 -f 725/724/4111 749/748/4112 726/725/4113 -f 726/725/4114 749/748/4115 750/749/4116 -f 726/725/4117 750/749/4118 727/726/4119 -f 727/726/4120 750/749/4121 751/750/4122 -f 727/726/4123 751/750/4124 728/727/4125 -f 728/727/4126 751/750/4127 752/751/4128 -f 728/727/4129 752/751/4130 729/728/4131 -f 729/728/4132 752/751/4133 753/752/4134 -f 729/728/4135 753/752/4136 730/729/4137 -f 730/729/4138 753/752/4139 754/753/4140 -f 730/729/4141 754/753/4142 731/730/4143 -f 731/730/4144 754/753/4145 755/754/4146 -f 731/730/4147 755/754/4148 708/707/4149 -f 708/707/4150 755/754/4151 732/731/4152 -f 732/731/4153 756/755/4154 733/732/4155 -f 733/732/4156 756/755/4157 757/756/4158 -f 733/732/4159 757/756/4160 734/733/4161 -f 734/733/4162 757/756/4163 758/757/4164 -f 734/733/4165 758/757/4166 735/734/4167 -f 735/734/4168 758/757/4169 759/758/4170 -f 735/734/4171 759/758/4172 736/735/4173 -f 736/735/4174 759/758/4175 760/759/4176 -f 736/735/4177 760/759/4178 737/736/4179 -f 737/736/4180 760/759/4181 761/760/4182 -f 737/736/4183 761/760/4184 738/737/4185 -f 738/737/4186 761/760/4187 762/761/4188 -f 738/737/4189 762/761/4190 739/738/4191 -f 739/738/4192 762/761/4193 763/762/4194 -f 739/738/4195 763/762/4196 740/739/4197 -f 740/739/4198 763/762/4199 764/763/4200 -f 740/739/4201 764/763/4202 741/740/4203 -f 741/740/4204 764/763/4205 765/764/4206 -f 741/740/4207 765/764/4208 742/741/4209 -f 742/741/4210 765/764/4211 766/765/4212 -f 742/741/4213 766/765/4214 743/742/4215 -f 743/742/4216 766/765/4217 767/766/4218 -f 743/742/4219 767/766/4220 744/743/4221 -f 744/743/4222 767/766/4223 768/767/4224 -f 744/743/4225 768/767/4226 745/744/4227 -f 745/744/4228 768/767/4229 769/768/4230 -f 745/744/4231 769/768/4232 746/745/4233 -f 746/745/4234 769/768/4235 770/769/4236 -f 746/745/4237 770/769/4238 747/746/4239 -f 747/746/4240 770/769/4241 771/770/4242 -f 747/746/4243 771/770/4244 748/747/4245 -f 748/747/4246 771/770/4247 772/771/4248 -f 748/747/4249 772/771/4250 749/748/4251 -f 749/748/4252 772/771/4253 773/772/4254 -f 749/748/4255 773/772/4256 750/749/4257 -f 750/749/4258 773/772/4259 774/773/4260 -f 750/749/4261 774/773/4262 751/750/4263 -f 751/750/4264 774/773/4265 775/774/4266 -f 751/750/4267 775/774/4268 752/751/4269 -f 752/751/4270 775/774/4271 776/775/4272 -f 752/751/4273 776/775/4274 753/752/4275 -f 753/752/4276 776/775/4277 777/776/4278 -f 753/752/4279 777/776/4280 754/753/4281 -f 754/753/4282 777/776/4283 778/777/4284 -f 754/753/4285 778/777/4286 755/754/4287 -f 755/754/4288 778/777/4289 779/778/4290 -f 755/754/4291 779/778/4292 732/731/4293 -f 732/731/4294 779/778/4295 756/755/4296 -f 756/755/4297 780/779/4298 757/756/4299 -f 757/756/4300 780/779/4301 781/780/4302 -f 757/756/4303 781/780/4304 758/757/4305 -f 758/757/4306 781/780/4307 782/781/4308 -f 758/757/4309 782/781/4310 759/758/4311 -f 759/758/4312 782/781/4313 783/782/4314 -f 759/758/4315 783/782/4316 760/759/4317 -f 760/759/4318 783/782/4319 784/783/4320 -f 760/759/4321 784/783/4322 761/760/4323 -f 761/760/4324 784/783/4325 785/784/4326 -f 761/760/4327 785/784/4328 762/761/4329 -f 762/761/4330 785/784/4331 786/785/4332 -f 762/761/4333 786/785/4334 763/762/4335 -f 763/762/4336 786/785/4337 787/786/4338 -f 763/762/4339 787/786/4340 764/763/4341 -f 764/763/4342 787/786/4343 788/787/4344 -f 764/763/4345 788/787/4346 765/764/4347 -f 765/764/4348 788/787/4349 789/788/4350 -f 765/764/4351 789/788/4352 766/765/4353 -f 766/765/4354 789/788/4355 790/789/4356 -f 766/765/4357 790/789/4358 767/766/4359 -f 767/766/4360 790/789/4361 791/790/4362 -f 767/766/4363 791/790/4364 768/767/4365 -f 768/767/4366 791/790/4367 792/791/4368 -f 768/767/4369 792/791/4370 769/768/4371 -f 769/768/4372 792/791/4373 793/792/4374 -f 769/768/4375 793/792/4376 770/769/4377 -f 770/769/4378 793/792/4379 794/793/4380 -f 770/769/4381 794/793/4382 771/770/4383 -f 771/770/4384 794/793/4385 795/794/4386 -f 771/770/4387 795/794/4388 772/771/4389 -f 772/771/4390 795/794/4391 796/795/4392 -f 772/771/4393 796/795/4394 773/772/4395 -f 773/772/4396 796/795/4397 797/796/4398 -f 773/772/4399 797/796/4400 774/773/4401 -f 774/773/4402 797/796/4403 798/797/4404 -f 774/773/4405 798/797/4406 775/774/4407 -f 775/774/4408 798/797/4409 799/798/4410 -f 775/774/4411 799/798/4412 776/775/4413 -f 776/775/4414 799/798/4415 800/799/4416 -f 776/775/4417 800/799/4418 777/776/4419 -f 777/776/4420 800/799/4421 801/800/4422 -f 777/776/4423 801/800/4424 778/777/4425 -f 778/777/4426 801/800/4427 802/801/4428 -f 778/777/4429 802/801/4430 779/778/4431 -f 779/778/4432 802/801/4433 803/802/4434 -f 779/778/4435 803/802/4436 756/755/4437 -f 756/755/4438 803/802/4439 780/779/4440 -f 780/779/4441 804/803/4442 781/780/4443 -f 781/780/4444 804/803/4445 805/804/4446 -f 781/780/4447 805/804/4448 782/781/4449 -f 782/781/4450 805/804/4451 806/805/4452 -f 782/781/4453 806/805/4454 783/782/4455 -f 783/782/4456 806/805/4457 807/806/4458 -f 783/782/4459 807/806/4460 784/783/4461 -f 784/783/4462 807/806/4463 808/807/4464 -f 784/783/4465 808/807/4466 785/784/4467 -f 785/784/4468 808/807/4469 809/808/4470 -f 785/784/4471 809/808/4472 786/785/4473 -f 786/785/4474 809/808/4475 810/809/4476 -f 786/785/4477 810/809/4478 787/786/4479 -f 787/786/4480 810/809/4481 811/810/4482 -f 787/786/4483 811/810/4484 788/787/4485 -f 788/787/4486 811/810/4487 812/811/4488 -f 788/787/4489 812/811/4490 789/788/4491 -f 789/788/4492 812/811/4493 813/812/4494 -f 789/788/4495 813/812/4496 790/789/4497 -f 790/789/4498 813/812/4499 814/813/4500 -f 790/789/4501 814/813/4502 791/790/4503 -f 791/790/4504 814/813/4505 815/814/4506 -f 791/790/4507 815/814/4508 792/791/4509 -f 792/791/4510 815/814/4511 816/815/4512 -f 792/791/4513 816/815/4514 793/792/4515 -f 793/792/4516 816/815/4517 817/816/4518 -f 793/792/4519 817/816/4520 794/793/4521 -f 794/793/4522 817/816/4523 818/817/4524 -f 794/793/4525 818/817/4526 795/794/4527 -f 795/794/4528 818/817/4529 819/818/4530 -f 795/794/4531 819/818/4532 796/795/4533 -f 796/795/4534 819/818/4535 820/819/4536 -f 796/795/4537 820/819/4538 797/796/4539 -f 797/796/4540 820/819/4541 821/820/4542 -f 797/796/4543 821/820/4544 798/797/4545 -f 798/797/4546 821/820/4547 822/821/4548 -f 798/797/4549 822/821/4550 799/798/4551 -f 799/798/4552 822/821/4553 823/822/4554 -f 799/798/4555 823/822/4556 800/799/4557 -f 800/799/4558 823/822/4559 824/823/4560 -f 800/799/4561 824/823/4562 801/800/4563 -f 801/800/4564 824/823/4565 825/824/4566 -f 801/800/4567 825/824/4568 802/801/4569 -f 802/801/4570 825/824/4571 826/825/4572 -f 802/801/4573 826/825/4574 803/802/4575 -f 803/802/4576 826/825/4577 827/826/4578 -f 803/802/4579 827/826/4580 780/779/4581 -f 780/779/4582 827/826/4583 804/803/4584 -f 804/803/4585 828/827/4586 805/804/4587 -f 805/804/4588 828/827/4589 829/828/4590 -f 805/804/4591 829/828/4592 806/805/4593 -f 806/805/4594 829/828/4595 830/829/4596 -f 806/805/4597 830/829/4598 807/806/4599 -f 807/806/4600 830/829/4601 831/830/4602 -f 807/806/4603 831/830/4604 808/807/4605 -f 808/807/4606 831/830/4607 832/831/4608 -f 808/807/4609 832/831/4610 809/808/4611 -f 809/808/4612 832/831/4613 833/832/4614 -f 809/808/4615 833/832/4616 810/809/4617 -f 810/809/4618 833/832/4619 834/833/4620 -f 810/809/4621 834/833/4622 811/810/4623 -f 811/810/4624 834/833/4625 835/834/4626 -f 811/810/4627 835/834/4628 812/811/4629 -f 812/811/4630 835/834/4631 836/835/4632 -f 812/811/4633 836/835/4634 813/812/4635 -f 813/812/4636 836/835/4637 837/836/4638 -f 813/812/4639 837/836/4640 814/813/4641 -f 814/813/4642 837/836/4643 838/837/4644 -f 814/813/4645 838/837/4646 815/814/4647 -f 815/814/4648 838/837/4649 839/838/4650 -f 815/814/4651 839/838/4652 816/815/4653 -f 816/815/4654 839/838/4655 840/839/4656 -f 816/815/4657 840/839/4658 817/816/4659 -f 817/816/4660 840/839/4661 841/840/4662 -f 817/816/4663 841/840/4664 818/817/4665 -f 818/817/4666 841/840/4667 842/841/4668 -f 818/817/4669 842/841/4670 819/818/4671 -f 819/818/4672 842/841/4673 843/842/4674 -f 819/818/4675 843/842/4676 820/819/4677 -f 820/819/4678 843/842/4679 844/843/4680 -f 820/819/4681 844/843/4682 821/820/4683 -f 821/820/4684 844/843/4685 845/844/4686 -f 821/820/4687 845/844/4688 822/821/4689 -f 822/821/4690 845/844/4691 846/845/4692 -f 822/821/4693 846/845/4694 823/822/4695 -f 823/822/4696 846/845/4697 847/846/4698 -f 823/822/4699 847/846/4700 824/823/4701 -f 824/823/4702 847/846/4703 848/847/4704 -f 824/823/4705 848/847/4706 825/824/4707 -f 825/824/4708 848/847/4709 849/848/4710 -f 825/824/4711 849/848/4712 826/825/4713 -f 826/825/4714 849/848/4715 850/849/4716 -f 826/825/4717 850/849/4718 827/826/4719 -f 827/826/4720 850/849/4721 851/850/4722 -f 827/826/4723 851/850/4724 804/803/4725 -f 804/803/4726 851/850/4727 828/827/4728 -f 828/827/4729 852/851/4730 829/828/4731 -f 829/828/4732 852/851/4733 853/852/4734 -f 829/828/4735 853/852/4736 830/829/4737 -f 830/829/4738 853/852/4739 854/853/4740 -f 830/829/4741 854/853/4742 831/830/4743 -f 831/830/4744 854/853/4745 855/854/4746 -f 831/830/4747 855/854/4748 832/831/4749 -f 832/831/4750 855/854/4751 856/855/4752 -f 832/831/4753 856/855/4754 833/832/4755 -f 833/832/4756 856/855/4757 857/856/4758 -f 833/832/4759 857/856/4760 834/833/4761 -f 834/833/4762 857/856/4763 858/857/4764 -f 834/833/4765 858/857/4766 835/834/4767 -f 835/834/4768 858/857/4769 859/858/4770 -f 835/834/4771 859/858/4772 836/835/4773 -f 836/835/4774 859/858/4775 860/859/4776 -f 836/835/4777 860/859/4778 837/836/4779 -f 837/836/4780 860/859/4781 861/860/4782 -f 837/836/4783 861/860/4784 838/837/4785 -f 838/837/4786 861/860/4787 862/861/4788 -f 838/837/4789 862/861/4790 839/838/4791 -f 839/838/4792 862/861/4793 863/862/4794 -f 839/838/4795 863/862/4796 840/839/4797 -f 840/839/4798 863/862/4799 864/863/4800 -f 840/839/4801 864/863/4802 841/840/4803 -f 841/840/4804 864/863/4805 865/864/4806 -f 841/840/4807 865/864/4808 842/841/4809 -f 842/841/4810 865/864/4811 866/865/4812 -f 842/841/4813 866/865/4814 843/842/4815 -f 843/842/4816 866/865/4817 867/866/4818 -f 843/842/4819 867/866/4820 844/843/4821 -f 844/843/4822 867/866/4823 868/867/4824 -f 844/843/4825 868/867/4826 845/844/4827 -f 845/844/4828 868/867/4829 869/868/4830 -f 845/844/4831 869/868/4832 846/845/4833 -f 846/845/4834 869/868/4835 870/869/4836 -f 846/845/4837 870/869/4838 847/846/4839 -f 847/846/4840 870/869/4841 871/870/4842 -f 847/846/4843 871/870/4844 848/847/4845 -f 848/847/4846 871/870/4847 872/871/4848 -f 848/847/4849 872/871/4850 849/848/4851 -f 849/848/4852 872/871/4853 873/872/4854 -f 849/848/4855 873/872/4856 850/849/4857 -f 850/849/4858 873/872/4859 874/873/4860 -f 850/849/4861 874/873/4862 851/850/4863 -f 851/850/4864 874/873/4865 875/874/4866 -f 851/850/4867 875/874/4868 828/827/4869 -f 828/827/4870 875/874/4871 852/851/4872 -f 852/851/4873 876/875/4874 853/852/4875 -f 853/852/4876 876/875/4877 877/876/4878 -f 853/852/4879 877/876/4880 854/853/4881 -f 854/853/4882 877/876/4883 878/877/4884 -f 854/853/4885 878/877/4886 855/854/4887 -f 855/854/4888 878/877/4889 879/878/4890 -f 855/854/4891 879/878/4892 856/855/4893 -f 856/855/4894 879/878/4895 880/879/4896 -f 856/855/4897 880/879/4898 857/856/4899 -f 857/856/4900 880/879/4901 881/880/4902 -f 857/856/4903 881/880/4904 858/857/4905 -f 858/857/4906 881/880/4907 882/881/4908 -f 858/857/4909 882/881/4910 859/858/4911 -f 859/858/4912 882/881/4913 883/882/4914 -f 859/858/4915 883/882/4916 860/859/4917 -f 860/859/4918 883/882/4919 884/883/4920 -f 860/859/4921 884/883/4922 861/860/4923 -f 861/860/4924 884/883/4925 885/884/4926 -f 861/860/4927 885/884/4928 862/861/4929 -f 862/861/4930 885/884/4931 886/885/4932 -f 862/861/4933 886/885/4934 863/862/4935 -f 863/862/4936 886/885/4937 887/886/4938 -f 863/862/4939 887/886/4940 864/863/4941 -f 864/863/4942 887/886/4943 888/887/4944 -f 864/863/4945 888/887/4946 865/864/4947 -f 865/864/4948 888/887/4949 889/888/4950 -f 865/864/4951 889/888/4952 866/865/4953 -f 866/865/4954 889/888/4955 890/889/4956 -f 866/865/4957 890/889/4958 867/866/4959 -f 867/866/4960 890/889/4961 891/890/4962 -f 867/866/4963 891/890/4964 868/867/4965 -f 868/867/4966 891/890/4967 892/891/4968 -f 868/867/4969 892/891/4970 869/868/4971 -f 869/868/4972 892/891/4973 893/892/4974 -f 869/868/4975 893/892/4976 870/869/4977 -f 870/869/4978 893/892/4979 894/893/4980 -f 870/869/4981 894/893/4982 871/870/4983 -f 871/870/4984 894/893/4985 895/894/4986 -f 871/870/4987 895/894/4988 872/871/4989 -f 872/871/4990 895/894/4991 896/895/4992 -f 872/871/4993 896/895/4994 873/872/4995 -f 873/872/4996 896/895/4997 897/896/4998 -f 873/872/4999 897/896/5000 874/873/5001 -f 874/873/5002 897/896/5003 898/897/5004 -f 874/873/5005 898/897/5006 875/874/5007 -f 875/874/5008 898/897/5009 899/898/5010 -f 875/874/5011 899/898/5012 852/851/5013 -f 852/851/5014 899/898/5015 876/875/5016 -f 876/875/5017 900/899/5018 877/876/5019 -f 877/876/5020 900/899/5021 901/900/5022 -f 877/876/5023 901/900/5024 878/877/5025 -f 878/877/5026 901/900/5027 902/901/5028 -f 878/877/5029 902/901/5030 879/878/5031 -f 879/878/5032 902/901/5033 903/902/5034 -f 879/878/5035 903/902/5036 880/879/5037 -f 880/879/5038 903/902/5039 904/903/5040 -f 880/879/5041 904/903/5042 881/880/5043 -f 881/880/5044 904/903/5045 905/904/5046 -f 881/880/5047 905/904/5048 882/881/5049 -f 882/881/5050 905/904/5051 906/905/5052 -f 882/881/5053 906/905/5054 883/882/5055 -f 883/882/5056 906/905/5057 907/906/5058 -f 883/882/5059 907/906/5060 884/883/5061 -f 884/883/5062 907/906/5063 908/907/5064 -f 884/883/5065 908/907/5066 885/884/5067 -f 885/884/5068 908/907/5069 909/908/5070 -f 885/884/5071 909/908/5072 886/885/5073 -f 886/885/5074 909/908/5075 910/909/5076 -f 886/885/5077 910/909/5078 887/886/5079 -f 887/886/5080 910/909/5081 911/910/5082 -f 887/886/5083 911/910/5084 888/887/5085 -f 888/887/5086 911/910/5087 912/911/5088 -f 888/887/5089 912/911/5090 889/888/5091 -f 889/888/5092 912/911/5093 913/912/5094 -f 889/888/5095 913/912/5096 890/889/5097 -f 890/889/5098 913/912/5099 914/913/5100 -f 890/889/5101 914/913/5102 891/890/5103 -f 891/890/5104 914/913/5105 915/914/5106 -f 891/890/5107 915/914/5108 892/891/5109 -f 892/891/5110 915/914/5111 916/915/5112 -f 892/891/5113 916/915/5114 893/892/5115 -f 893/892/5116 916/915/5117 917/916/5118 -f 893/892/5119 917/916/5120 894/893/5121 -f 894/893/5122 917/916/5123 918/917/5124 -f 894/893/5125 918/917/5126 895/894/5127 -f 895/894/5128 918/917/5129 919/918/5130 -f 895/894/5131 919/918/5132 896/895/5133 -f 896/895/5134 919/918/5135 920/919/5136 -f 896/895/5137 920/919/5138 897/896/5139 -f 897/896/5140 920/919/5141 921/920/5142 -f 897/896/5143 921/920/5144 898/897/5145 -f 898/897/5146 921/920/5147 922/921/5148 -f 898/897/5149 922/921/5150 899/898/5151 -f 899/898/5152 922/921/5153 923/922/5154 -f 899/898/5155 923/922/5156 876/875/5157 -f 876/875/5158 923/922/5159 900/899/5160 -f 900/899/5161 159/158/5162 901/900/5163 -f 901/900/5164 159/158/5165 157/156/5166 -f 901/900/5167 157/156/5168 902/901/5169 -f 902/901/5170 157/156/5171 203/202/5172 -f 902/901/5173 203/202/5174 903/902/5175 -f 903/902/5176 203/202/5177 201/200/5178 -f 903/902/5179 201/200/5180 904/903/5181 -f 904/903/5182 201/200/5183 199/198/5184 -f 904/903/5185 199/198/5186 905/904/5187 -f 905/904/5188 199/198/5189 197/196/5190 -f 905/904/5191 197/196/5192 906/905/5193 -f 906/905/5194 197/196/5195 195/194/5196 -f 906/905/5197 195/194/5198 907/906/5199 -f 907/906/5200 195/194/5201 193/192/5202 -f 907/906/5203 193/192/5204 908/907/5205 -f 908/907/5206 193/192/5207 191/190/5208 -f 908/907/5209 191/190/5210 909/908/5211 -f 909/908/5212 191/190/5213 189/188/5214 -f 909/908/5215 189/188/5216 910/909/5217 -f 910/909/5218 189/188/5219 187/186/5220 -f 910/909/5221 187/186/5222 911/910/5223 -f 911/910/5224 187/186/5225 185/184/5226 -f 911/910/5227 185/184/5228 912/911/5229 -f 912/911/5230 185/184/5231 183/182/5232 -f 912/911/5233 183/182/5234 913/912/5235 -f 913/912/5236 183/182/5237 181/180/5238 -f 913/912/5239 181/180/5240 914/913/5241 -f 914/913/5242 181/180/5243 179/178/5244 -f 914/913/5245 179/178/5246 915/914/5247 -f 915/914/5248 179/178/5249 177/176/5250 -f 915/914/5251 177/176/5252 916/915/5253 -f 916/915/5254 177/176/5255 175/174/5256 -f 916/915/5257 175/174/5258 917/916/5259 -f 917/916/5260 175/174/5261 173/172/5262 -f 917/916/5263 173/172/5264 918/917/5265 -f 918/917/5266 173/172/5267 171/170/5268 -f 918/917/5269 171/170/5270 919/918/5271 -f 919/918/5272 171/170/5273 169/168/5274 -f 919/918/5275 169/168/5276 920/919/5277 -f 920/919/5278 169/168/5279 167/166/5280 -f 920/919/5281 167/166/5282 921/920/5283 -f 921/920/5284 167/166/5285 165/164/5286 -f 921/920/5287 165/164/5288 922/921/5289 -f 922/921/5290 165/164/5291 163/162/5292 -f 922/921/5293 163/162/5294 923/922/5295 -f 923/922/5296 163/162/5297 161/160/5298 -f 923/922/5299 161/160/5300 900/899/5301 -f 900/899/5302 161/160/5303 159/158/5304 -f 109/109/5305 925/923/5306 110/110/5307 -f 110/110/5308 925/923/5309 926/924/5310 -f 110/110/5311 926/924/5312 69/69/5313 -f 69/69/5314 926/924/5315 927/925/5316 -f 927/925/5317 928/926/5318 69/69/5319 -f 69/69/5320 928/926/5321 929/927/5322 -f 69/69/5323 929/927/5324 930/928/5325 -f 930/928/5326 929/927/5327 931/929/5328 -f 930/928/5329 931/929/5330 932/930/5331 -f 932/930/5332 931/929/5333 933/931/5334 -f 932/930/5335 933/931/5336 934/932/5337 -f 934/932/5338 933/931/5339 59/59/5340 -f 934/932/5341 59/59/5342 935/933/5343 -f 935/933/5344 59/59/5345 936/934/5346 -f 935/933/5347 936/934/5348 937/935/5349 -f 937/935/5350 936/934/5351 938/936/5352 -f 937/935/5353 938/936/5354 939/937/5355 -f 939/937/5356 938/936/5357 940/938/5358 -f 939/937/5359 940/938/5360 69/69/5361 -f 69/69/5362 940/938/5363 941/939/5364 -f 69/69/5365 941/939/5366 942/940/5367 -f 942/940/5368 941/939/5369 943/941/5370 -f 942/940/5371 943/941/5372 944/942/5373 -f 944/942/5374 943/941/5375 945/943/5376 -f 944/942/5377 945/943/5378 68/68/5379 -f 68/68/5380 945/943/5381 59/59/5382 -f 59/59/5383 945/943/5384 946/944/5385 -f 59/59/5386 946/944/5387 947/945/5388 -f 947/945/5389 946/944/5390 948/946/5391 -f 947/945/5392 948/946/5393 938/936/5394 -f 938/936/5395 948/946/5396 940/938/5397 -f 949/947/5398 950/948/5399 927/925/5400 -f 927/925/5401 950/948/5402 951/949/5403 -f 927/925/5404 951/949/5405 952/950/5406 -f 952/950/5407 951/949/5408 953/951/5409 -f 952/950/5410 953/951/5411 954/952/5412 -f 954/952/5413 953/951/5414 955/953/5415 -f 954/952/5416 955/953/5417 956/954/5418 -f 956/954/5419 955/953/5420 957/955/5421 -f 956/954/5422 957/955/5423 958/956/5424 -f 958/956/5425 957/955/5426 959/957/5427 -f 958/956/5428 959/957/5429 960/958/5430 -f 960/958/5431 959/957/5432 961/959/5433 -f 960/958/5434 961/959/5435 962/960/5436 -f 962/960/5437 961/959/5438 963/961/5439 -f 962/960/5440 963/961/5441 927/925/5442 -f 927/925/5443 963/961/5444 964/962/5445 -f 927/925/5446 964/962/5447 965/963/5448 -f 965/963/5449 964/962/5450 966/964/5451 -f 965/963/5452 966/964/5453 967/965/5454 -f 967/965/5455 966/964/5456 968/966/5457 -f 967/965/5458 968/966/5459 969/967/5460 -f 969/967/5461 968/966/5462 59/59/5463 -f 969/967/5464 59/59/5465 970/968/5466 -f 970/968/5467 59/59/5468 933/931/5469 -f 970/968/5470 933/931/5471 931/929/5472 -f 950/948/5473 949/947/5474 971/969/5475 -f 971/969/5476 949/947/5477 972/970/5478 -f 971/969/5479 972/970/5480 973/971/5481 -f 973/971/5482 972/970/5483 974/972/5484 -f 973/971/5485 974/972/5486 957/955/5487 -f 59/59/5488 968/966/5489 957/955/5490 -f 957/955/5491 968/966/5492 975/973/5493 -f 957/955/5494 975/973/5495 976/974/5496 -f 976/974/5497 975/973/5498 977/975/5499 -f 976/974/5500 977/975/5501 961/959/5502 -f 961/959/5503 977/975/5504 963/961/5505 -f 68/68/5506 67/67/5507 944/942/5508 -f 944/942/5509 67/67/5510 978/976/5511 -f 944/942/5512 978/976/5513 942/940/5514 -f 942/940/5515 978/976/5516 69/69/5517 -f 67/67/5518 65/65/5519 978/976/5520 -f 978/976/5521 65/65/5522 69/69/5523 -f 951/949/5524 950/948/5525 979/977/5526 -f 979/977/5527 950/948/5528 971/969/5529 -f 979/977/5530 971/969/5531 980/978/5532 -f 980/978/5533 971/969/5534 973/971/5535 -f 980/978/5536 973/971/5537 957/955/5538 -f 952/950/5539 981/979/5540 927/925/5541 -f 927/925/5542 981/979/5543 982/980/5544 -f 927/925/5545 982/980/5546 962/960/5547 -f 962/960/5548 982/980/5549 960/958/5550 -f 952/950/5551 954/952/5552 981/979/5553 -f 981/979/5554 954/952/5555 983/981/5556 -f 981/979/5557 983/981/5558 982/980/5559 -f 982/980/5560 983/981/5561 960/958/5562 -f 928/926/5563 927/925/5564 965/963/5565 -f 966/964/5566 964/962/5567 977/975/5568 -f 977/975/5569 964/962/5570 963/961/5571 -f 965/963/5572 967/965/5573 928/926/5574 -f 928/926/5575 967/965/5576 984/982/5577 -f 928/926/5578 984/982/5579 929/927/5580 -f 929/927/5581 984/982/5582 931/929/5583 -f 930/928/5584 985/983/5585 69/69/5586 -f 69/69/5587 985/983/5588 986/984/5589 -f 69/69/5590 986/984/5591 939/937/5592 -f 939/937/5593 986/984/5594 937/935/5595 -f 930/928/5596 932/930/5597 985/983/5598 -f 985/983/5599 932/930/5600 987/985/5601 -f 985/983/5602 987/985/5603 986/984/5604 -f 986/984/5605 987/985/5606 937/935/5607 -f 943/941/5608 941/939/5609 948/946/5610 -f 948/946/5611 941/939/5612 940/938/5613 -f 951/949/5614 979/977/5615 953/951/5616 -f 953/951/5617 979/977/5618 988/986/5619 -f 953/951/5620 988/986/5621 955/953/5622 -f 955/953/5623 988/986/5624 957/955/5625 -f 988/986/5626 979/977/5627 980/978/5628 -f 958/956/5629 960/958/5630 983/981/5631 -f 958/956/5632 983/981/5633 956/954/5634 -f 956/954/5635 983/981/5636 954/952/5637 -f 976/974/5638 961/959/5639 959/957/5640 -f 968/966/5641 966/964/5642 975/973/5643 -f 975/973/5644 966/964/5645 977/975/5646 -f 970/968/5647 931/929/5648 984/982/5649 -f 970/968/5650 984/982/5651 969/967/5652 -f 969/967/5653 984/982/5654 967/965/5655 -f 935/933/5656 937/935/5657 987/985/5658 -f 935/933/5659 987/985/5660 934/932/5661 -f 934/932/5662 987/985/5663 932/930/5664 -f 947/945/5665 938/936/5666 936/934/5667 -f 945/943/5668 943/941/5669 946/944/5670 -f 946/944/5671 943/941/5672 948/946/5673 -f 957/955/5674 988/986/5675 980/978/5676 -f 957/955/5677 976/974/5678 959/957/5679 -f 59/59/5680 947/945/5681 936/934/5682 -f 59/59/5683 957/955/5684 60/60/5685 -f 60/60/5686 957/955/5687 989/987/5688 -f 60/60/5689 989/987/5690 116/116/5691 -f 116/116/5692 989/987/5693 990/988/5694 -f 116/116/5695 990/988/5696 117/117/5697 -f 117/117/5698 990/988/5699 991/989/5700 -f 117/117/5701 991/989/5702 62/62/5703 -f 62/62/5704 991/989/5705 992/990/5706 -f 62/62/5707 992/990/5708 63/63/5709 -f 63/63/5710 992/990/5711 993/991/5712 -f 63/63/5713 993/991/5714 118/118/5715 -f 118/118/5716 993/991/5717 994/992/5718 -f 118/118/5719 994/992/5720 61/61/5721 -f 61/61/5722 994/992/5723 995/993/5724 -f 61/61/5725 995/993/5726 58/58/5727 -f 58/58/5728 995/993/5729 996/994/5730 -f 996/994/5731 997/995/5732 58/58/5733 -f 58/58/5734 997/995/5735 998/996/5736 -f 58/58/5737 998/996/5738 999/997/5739 -f 999/997/5740 998/996/5741 1000/998/5742 -f 999/997/5743 1000/998/5744 1001/999/5745 -f 1001/999/5746 1000/998/5747 1002/1000/5748 -f 1001/999/5749 1002/1000/5750 1003/1001/5751 -f 1003/1001/5752 1002/1000/5753 94/94/5754 -f 1003/1001/5755 94/94/5756 1004/1002/5757 -f 1004/1002/5758 94/94/5759 1005/1003/5760 -f 1004/1002/5761 1005/1003/5762 1006/1004/5763 -f 1006/1004/5764 1005/1003/5765 1007/1005/5766 -f 1006/1004/5767 1007/1005/5768 1008/1006/5769 -f 1008/1006/5770 1007/1005/5771 1009/1007/5772 -f 1008/1006/5773 1009/1007/5774 58/58/5775 -f 58/58/5776 1009/1007/5777 1010/1008/5778 -f 58/58/5779 1010/1008/5780 1011/1009/5781 -f 1011/1009/5782 1010/1008/5783 1012/1010/5784 -f 1011/1009/5785 1012/1010/5786 1013/1011/5787 -f 1013/1011/5788 1012/1010/5789 1014/1012/5790 -f 1013/1011/5791 1014/1012/5792 97/97/5793 -f 97/97/5794 1014/1012/5795 94/94/5796 -f 94/94/5797 1014/1012/5798 1015/1013/5799 -f 94/94/5800 1015/1013/5801 1016/1014/5802 -f 1016/1014/5803 1015/1013/5804 1017/1015/5805 -f 1016/1014/5806 1017/1015/5807 1007/1005/5808 -f 1007/1005/5809 1017/1015/5810 1009/1007/5811 -f 1018/1016/5812 1019/1017/5813 996/994/5814 -f 996/994/5815 1019/1017/5816 1020/1018/5817 -f 996/994/5818 1020/1018/5819 1021/1019/5820 -f 1021/1019/5821 1020/1018/5822 1022/1020/5823 -f 1021/1019/5824 1022/1020/5825 1023/1021/5826 -f 1023/1021/5827 1022/1020/5828 1024/1022/5829 -f 1023/1021/5830 1024/1022/5831 1025/1023/5832 -f 1025/1023/5833 1024/1022/5834 1026/1024/5835 -f 1025/1023/5836 1026/1024/5837 1027/1025/5838 -f 1027/1025/5839 1026/1024/5840 1028/1026/5841 -f 1027/1025/5842 1028/1026/5843 1029/1027/5844 -f 1029/1027/5845 1028/1026/5846 1030/1028/5847 -f 1029/1027/5848 1030/1028/5849 1031/1029/5850 -f 1031/1029/5851 1030/1028/5852 1032/1030/5853 -f 1031/1029/5854 1032/1030/5855 996/994/5856 -f 996/994/5857 1032/1030/5858 1033/1031/5859 -f 996/994/5860 1033/1031/5861 1034/1032/5862 -f 1034/1032/5863 1033/1031/5864 1035/1033/5865 -f 1034/1032/5866 1035/1033/5867 1036/1034/5868 -f 1036/1034/5869 1035/1033/5870 1037/1035/5871 -f 1036/1034/5872 1037/1035/5873 1038/1036/5874 -f 1038/1036/5875 1037/1035/5876 94/94/5877 -f 1038/1036/5878 94/94/5879 1039/1037/5880 -f 1039/1037/5881 94/94/5882 1002/1000/5883 -f 1039/1037/5884 1002/1000/5885 1000/998/5886 -f 1019/1017/5887 1018/1016/5888 1040/1038/5889 -f 1040/1038/5890 1018/1016/5891 1041/1039/5892 -f 1040/1038/5893 1041/1039/5894 1042/1040/5895 -f 1042/1040/5896 1041/1039/5897 1043/1041/5898 -f 1042/1040/5899 1043/1041/5900 1026/1024/5901 -f 94/94/5902 1037/1035/5903 1026/1024/5904 -f 1026/1024/5905 1037/1035/5906 1044/1042/5907 -f 1026/1024/5908 1044/1042/5909 1045/1043/5910 -f 1045/1043/5911 1044/1042/5912 1046/1044/5913 -f 1045/1043/5914 1046/1044/5915 1030/1028/5916 -f 1030/1028/5917 1046/1044/5918 1032/1030/5919 -f 97/97/5920 99/99/5921 1013/1011/5922 -f 1013/1011/5923 99/99/5924 1047/1045/5925 -f 1013/1011/5926 1047/1045/5927 1011/1009/5928 -f 1011/1009/5929 1047/1045/5930 58/58/5931 -f 99/99/5932 100/100/5933 1047/1045/5934 -f 1047/1045/5935 100/100/5936 58/58/5937 -f 1020/1018/5938 1019/1017/5939 1048/1046/5940 -f 1048/1046/5941 1019/1017/5942 1040/1038/5943 -f 1048/1046/5944 1040/1038/5945 1049/1047/5946 -f 1049/1047/5947 1040/1038/5948 1042/1040/5949 -f 1049/1047/5950 1042/1040/5951 1026/1024/5952 -f 1021/1019/5953 1050/1048/5954 996/994/5955 -f 996/994/5956 1050/1048/5957 1051/1049/5958 -f 996/994/5959 1051/1049/5960 1031/1029/5961 -f 1031/1029/5962 1051/1049/5963 1029/1027/5964 -f 1021/1019/5965 1023/1021/5966 1050/1048/5967 -f 1050/1048/5968 1023/1021/5969 1052/1050/5970 -f 1050/1048/5971 1052/1050/5972 1051/1049/5973 -f 1051/1049/5974 1052/1050/5975 1029/1027/5976 -f 997/995/5977 996/994/5978 1034/1032/5979 -f 1035/1033/5980 1033/1031/5981 1046/1044/5982 -f 1046/1044/5983 1033/1031/5984 1032/1030/5985 -f 1034/1032/5986 1036/1034/5987 997/995/5988 -f 997/995/5989 1036/1034/5990 1053/1051/5991 -f 997/995/5992 1053/1051/5993 998/996/5994 -f 998/996/5995 1053/1051/5996 1000/998/5997 -f 999/997/5998 1054/1052/5999 58/58/6000 -f 58/58/6001 1054/1052/6002 1055/1053/6003 -f 58/58/6004 1055/1053/6005 1008/1006/6006 -f 1008/1006/6007 1055/1053/6008 1006/1004/6009 -f 999/997/6010 1001/999/6011 1054/1052/6012 -f 1054/1052/6013 1001/999/6014 1056/1054/6015 -f 1054/1052/6016 1056/1054/6017 1055/1053/6018 -f 1055/1053/6019 1056/1054/6020 1006/1004/6021 -f 1012/1010/6022 1010/1008/6023 1017/1015/6024 -f 1017/1015/6025 1010/1008/6026 1009/1007/6027 -f 1020/1018/6028 1048/1046/6029 1022/1020/6030 -f 1022/1020/6031 1048/1046/6032 1057/1055/6033 -f 1022/1020/6034 1057/1055/6035 1024/1022/6036 -f 1024/1022/6037 1057/1055/6038 1026/1024/6039 -f 1057/1055/6040 1048/1046/6041 1049/1047/6042 -f 1027/1025/6043 1029/1027/6044 1052/1050/6045 -f 1027/1025/6046 1052/1050/6047 1025/1023/6048 -f 1025/1023/6049 1052/1050/6050 1023/1021/6051 -f 1045/1043/6052 1030/1028/6053 1028/1026/6054 -f 1037/1035/6055 1035/1033/6056 1044/1042/6057 -f 1044/1042/6058 1035/1033/6059 1046/1044/6060 -f 1039/1037/6061 1000/998/6062 1053/1051/6063 -f 1039/1037/6064 1053/1051/6065 1038/1036/6066 -f 1038/1036/6067 1053/1051/6068 1036/1034/6069 -f 1004/1002/6070 1006/1004/6071 1056/1054/6072 -f 1004/1002/6073 1056/1054/6074 1003/1001/6075 -f 1003/1001/6076 1056/1054/6077 1001/999/6078 -f 1016/1014/6079 1007/1005/6080 1005/1003/6081 -f 1014/1012/6082 1012/1010/6083 1015/1013/6084 -f 1015/1013/6085 1012/1010/6086 1017/1015/6087 -f 1026/1024/6088 1057/1055/6089 1049/1047/6090 -f 1026/1024/6091 1045/1043/6092 1028/1026/6093 -f 94/94/6094 1016/1014/6095 1005/1003/6096 -f 94/94/6097 1026/1024/6098 107/107/6099 -f 107/107/6100 1026/1024/6101 1058/1056/6102 -f 107/107/6103 1058/1056/6104 119/119/6105 -f 119/119/6106 1058/1056/6107 1059/1057/6108 -f 119/119/6109 1059/1057/6110 120/120/6111 -f 120/120/6112 1059/1057/6113 1060/1058/6114 -f 120/120/6115 1060/1058/6116 121/121/6117 -f 121/121/6118 1060/1058/6119 1061/1059/6120 -f 121/121/6121 1061/1059/6122 122/122/6123 -f 122/122/6124 1061/1059/6125 1062/1060/6126 -f 122/122/6127 1062/1060/6128 123/123/6129 -f 123/123/6130 1062/1060/6131 1063/1061/6132 -f 123/123/6133 1063/1061/6134 108/108/6135 -f 108/108/6136 1063/1061/6137 1064/1062/6138 -f 108/108/6139 1064/1062/6140 91/91/6141 -f 91/91/6142 1064/1062/6143 1065/1063/6144 -f 1065/1063/6145 1066/1064/6146 91/91/6147 -f 91/91/6148 1066/1064/6149 1067/1065/6150 -f 91/91/6151 1067/1065/6152 1068/1066/6153 -f 1068/1066/6154 1067/1065/6155 1069/1067/6156 -f 1068/1066/6157 1069/1067/6158 1070/1068/6159 -f 1070/1068/6160 1069/1067/6161 1071/1069/6162 -f 1070/1068/6163 1071/1069/6164 1072/1070/6165 -f 1072/1070/6166 1071/1069/6167 83/83/6168 -f 1072/1070/6169 83/83/6170 1073/1071/6171 -f 1073/1071/6172 83/83/6173 1074/1072/6174 -f 1073/1071/6175 1074/1072/6176 1075/1073/6177 -f 1075/1073/6178 1074/1072/6179 1076/1074/6180 -f 1075/1073/6181 1076/1074/6182 1077/1075/6183 -f 1077/1075/6184 1076/1074/6185 1078/1076/6186 -f 1077/1075/6187 1078/1076/6188 91/91/6189 -f 91/91/6190 1078/1076/6191 1079/1077/6192 -f 91/91/6193 1079/1077/6194 1080/1078/6195 -f 1080/1078/6196 1079/1077/6197 1081/1079/6198 -f 1080/1078/6199 1081/1079/6200 1082/1080/6201 -f 1082/1080/6202 1081/1079/6203 1083/1081/6204 -f 1082/1080/6205 1083/1081/6206 86/86/6207 -f 86/86/6208 1083/1081/6209 83/83/6210 -f 83/83/6211 1083/1081/6212 1084/1082/6213 -f 83/83/6214 1084/1082/6215 1085/1083/6216 -f 1085/1083/6217 1084/1082/6218 1086/1084/6219 -f 1085/1083/6220 1086/1084/6221 1076/1074/6222 -f 1076/1074/6223 1086/1084/6224 1078/1076/6225 -f 1087/1085/6226 1088/1086/6227 1065/1063/6228 -f 1065/1063/6229 1088/1086/6230 1089/1087/6231 -f 1065/1063/6232 1089/1087/6233 1090/1088/6234 -f 1090/1088/6235 1089/1087/6236 1091/1089/6237 -f 1090/1088/6238 1091/1089/6239 1092/1090/6240 -f 1092/1090/6241 1091/1089/6242 1093/1091/6243 -f 1092/1090/6244 1093/1091/6245 1094/1092/6246 -f 1094/1092/6247 1093/1091/6248 1095/1093/6249 -f 1094/1092/6250 1095/1093/6251 1096/1094/6252 -f 1096/1094/6253 1095/1093/6254 1097/1095/6255 -f 1096/1094/6256 1097/1095/6257 1098/1096/6258 -f 1098/1096/6259 1097/1095/6260 1099/1097/6261 -f 1098/1096/6262 1099/1097/6263 1100/1098/6264 -f 1100/1098/6265 1099/1097/6266 1101/1099/6267 -f 1100/1098/6268 1101/1099/6269 1065/1063/6270 -f 1065/1063/6271 1101/1099/6272 1102/1100/6273 -f 1065/1063/6274 1102/1100/6275 1103/1101/6276 -f 1103/1101/6277 1102/1100/6278 1104/1102/6279 -f 1103/1101/6280 1104/1102/6281 1105/1103/6282 -f 1105/1103/6283 1104/1102/6284 1106/1104/6285 -f 1105/1103/6286 1106/1104/6287 1107/1105/6288 -f 1107/1105/6289 1106/1104/6290 83/83/6291 -f 1107/1105/6292 83/83/6293 1108/1106/6294 -f 1108/1106/6295 83/83/6296 1071/1069/6297 -f 1108/1106/6298 1071/1069/6299 1069/1067/6300 -f 1088/1086/6301 1087/1085/6302 1109/1107/6303 -f 1109/1107/6304 1087/1085/6305 1110/1108/6306 -f 1109/1107/6307 1110/1108/6308 1111/1109/6309 -f 1111/1109/6310 1110/1108/6311 1112/1110/6312 -f 1111/1109/6313 1112/1110/6314 1095/1093/6315 -f 83/83/6316 1106/1104/6317 1095/1093/6318 -f 1095/1093/6319 1106/1104/6320 1113/1111/6321 -f 1095/1093/6322 1113/1111/6323 1114/1112/6324 -f 1114/1112/6325 1113/1111/6326 1115/1113/6327 -f 1114/1112/6328 1115/1113/6329 1099/1097/6330 -f 1099/1097/6331 1115/1113/6332 1101/1099/6333 -f 86/86/6334 88/88/6335 1082/1080/6336 -f 1082/1080/6337 88/88/6338 1116/1114/6339 -f 1082/1080/6340 1116/1114/6341 1080/1078/6342 -f 1080/1078/6343 1116/1114/6344 91/91/6345 -f 88/88/6346 89/89/6347 1116/1114/6348 -f 1116/1114/6349 89/89/6350 91/91/6351 -f 1089/1087/6352 1088/1086/6353 1117/1115/6354 -f 1117/1115/6355 1088/1086/6356 1109/1107/6357 -f 1117/1115/6358 1109/1107/6359 1118/1116/6360 -f 1118/1116/6361 1109/1107/6362 1111/1109/6363 -f 1118/1116/6364 1111/1109/6365 1095/1093/6366 -f 1090/1088/6367 1119/1117/6368 1065/1063/6369 -f 1065/1063/6370 1119/1117/6371 1120/1118/6372 -f 1065/1063/6373 1120/1118/6374 1100/1098/6375 -f 1100/1098/6376 1120/1118/6377 1098/1096/6378 -f 1090/1088/6379 1092/1090/6380 1119/1117/6381 -f 1119/1117/6382 1092/1090/6383 1121/1119/6384 -f 1119/1117/6385 1121/1119/6386 1120/1118/6387 -f 1120/1118/6388 1121/1119/6389 1098/1096/6390 -f 1066/1064/6391 1065/1063/6392 1103/1101/6393 -f 1104/1102/6394 1102/1100/6395 1115/1113/6396 -f 1115/1113/6397 1102/1100/6398 1101/1099/6399 -f 1103/1101/6400 1105/1103/6401 1066/1064/6402 -f 1066/1064/6403 1105/1103/6404 1122/1120/6405 -f 1066/1064/6406 1122/1120/6407 1067/1065/6408 -f 1067/1065/6409 1122/1120/6410 1069/1067/6411 -f 1068/1066/6412 1123/1121/6413 91/91/6414 -f 91/91/6415 1123/1121/6416 1124/1122/6417 -f 91/91/6418 1124/1122/6419 1077/1075/6420 -f 1077/1075/6421 1124/1122/6422 1075/1073/6423 -f 1068/1066/6424 1070/1068/6425 1123/1121/6426 -f 1123/1121/6427 1070/1068/6428 1125/1123/6429 -f 1123/1121/6430 1125/1123/6431 1124/1122/6432 -f 1124/1122/6433 1125/1123/6434 1075/1073/6435 -f 1081/1079/6436 1079/1077/6437 1086/1084/6438 -f 1086/1084/6439 1079/1077/6440 1078/1076/6441 -f 1089/1087/6442 1117/1115/6443 1091/1089/6444 -f 1091/1089/6445 1117/1115/6446 1126/1124/6447 -f 1091/1089/6448 1126/1124/6449 1093/1091/6450 -f 1093/1091/6451 1126/1124/6452 1095/1093/6453 -f 1126/1124/6454 1117/1115/6455 1118/1116/6456 -f 1096/1094/6457 1098/1096/6458 1121/1119/6459 -f 1096/1094/6460 1121/1119/6461 1094/1092/6462 -f 1094/1092/6463 1121/1119/6464 1092/1090/6465 -f 1114/1112/6466 1099/1097/6467 1097/1095/6468 -f 1106/1104/6469 1104/1102/6470 1113/1111/6471 -f 1113/1111/6472 1104/1102/6473 1115/1113/6474 -f 1108/1106/6475 1069/1067/6476 1122/1120/6477 -f 1108/1106/6478 1122/1120/6479 1107/1105/6480 -f 1107/1105/6481 1122/1120/6482 1105/1103/6483 -f 1073/1071/6484 1075/1073/6485 1125/1123/6486 -f 1073/1071/6487 1125/1123/6488 1072/1070/6489 -f 1072/1070/6490 1125/1123/6491 1070/1068/6492 -f 1085/1083/6493 1076/1074/6494 1074/1072/6495 -f 1083/1081/6496 1081/1079/6497 1084/1082/6498 -f 1084/1082/6499 1081/1079/6500 1086/1084/6501 -f 1095/1093/6502 1126/1124/6503 1118/1116/6504 -f 1095/1093/6505 1114/1112/6506 1097/1095/6507 -f 83/83/6508 1085/1083/6509 1074/1072/6510 -f 83/83/6511 1095/1093/6512 124/124/6513 -f 124/124/6514 1095/1093/6515 1127/1125/6516 -f 124/124/6517 1127/1125/6518 128/128/6519 -f 128/128/6520 1127/1125/6521 1128/1126/6522 -f 128/128/6523 1128/1126/6524 129/129/6525 -f 129/129/6526 1128/1126/6527 1129/1127/6528 -f 129/129/6529 1129/1127/6530 126/126/6531 -f 126/126/6532 1129/1127/6533 1130/1128/6534 -f 126/126/6535 1130/1128/6536 127/127/6537 -f 127/127/6538 1130/1128/6539 1131/1129/6540 -f 127/127/6541 1131/1129/6542 130/130/6543 -f 130/130/6544 1131/1129/6545 1132/1130/6546 -f 130/130/6547 1132/1130/6548 125/125/6549 -f 125/125/6550 1132/1130/6551 1133/1131/6552 -f 125/125/6553 1133/1131/6554 80/80/6555 -f 80/80/6556 1133/1131/6557 1134/1132/6558 -f 1134/1132/6559 1135/1133/6560 80/80/6561 -f 80/80/6562 1135/1133/6563 1136/1134/6564 -f 80/80/6565 1136/1134/6566 1137/1135/6567 -f 1137/1135/6568 1136/1134/6569 1138/1136/6570 -f 1137/1135/6571 1138/1136/6572 1139/1137/6573 -f 1139/1137/6574 1138/1136/6575 1140/1138/6576 -f 1139/1137/6577 1140/1138/6578 1141/1139/6579 -f 1141/1139/6580 1140/1138/6581 72/72/6582 -f 1141/1139/6583 72/72/6584 1142/1140/6585 -f 1142/1140/6586 72/72/6587 1143/1141/6588 -f 1142/1140/6589 1143/1141/6590 1144/1142/6591 -f 1144/1142/6592 1143/1141/6593 1145/1143/6594 -f 1144/1142/6595 1145/1143/6596 1146/1144/6597 -f 1146/1144/6598 1145/1143/6599 1147/1145/6600 -f 1146/1144/6601 1147/1145/6602 80/80/6603 -f 80/80/6604 1147/1145/6605 1148/1146/6606 -f 80/80/6607 1148/1146/6608 1149/1147/6609 -f 1149/1147/6610 1148/1146/6611 1150/1148/6612 -f 1149/1147/6613 1150/1148/6614 1151/1149/6615 -f 1151/1149/6616 1150/1148/6617 1152/1150/6618 -f 1151/1149/6619 1152/1150/6620 75/75/6621 -f 75/75/6622 1152/1150/6623 72/72/6624 -f 72/72/6625 1152/1150/6626 1153/1151/6627 -f 72/72/6628 1153/1151/6629 1154/1152/6630 -f 1154/1152/6631 1153/1151/6632 1155/1153/6633 -f 1154/1152/6634 1155/1153/6635 1145/1143/6636 -f 1145/1143/6637 1155/1153/6638 1147/1145/6639 -f 1156/1154/6640 1157/1155/6641 1134/1132/6642 -f 1134/1132/6643 1157/1155/6644 1158/1156/6645 -f 1134/1132/6646 1158/1156/6647 1159/1157/6648 -f 1159/1157/6649 1158/1156/6650 1160/1158/6651 -f 1159/1157/6652 1160/1158/6653 1161/1159/6654 -f 1161/1159/6655 1160/1158/6656 1162/1160/6657 -f 1161/1159/6658 1162/1160/6659 1163/1161/6660 -f 1163/1161/6661 1162/1160/6662 1164/1162/6663 -f 1163/1161/6664 1164/1162/6665 1165/1163/6666 -f 1165/1163/6667 1164/1162/6668 1166/1164/6669 -f 1165/1163/6670 1166/1164/6671 1167/1165/6672 -f 1167/1165/6673 1166/1164/6674 1168/1166/6675 -f 1167/1165/6676 1168/1166/6677 1169/1167/6678 -f 1169/1167/6679 1168/1166/6680 1170/1168/6681 -f 1169/1167/6682 1170/1168/6683 1134/1132/6684 -f 1134/1132/6685 1170/1168/6686 1171/1169/6687 -f 1134/1132/6688 1171/1169/6689 1172/1170/6690 -f 1172/1170/6691 1171/1169/6692 1173/1171/6693 -f 1172/1170/6694 1173/1171/6695 1174/1172/6696 -f 1174/1172/6697 1173/1171/6698 1175/1173/6699 -f 1174/1172/6700 1175/1173/6701 1176/1174/6702 -f 1176/1174/6703 1175/1173/6704 72/72/6705 -f 1176/1174/6706 72/72/6707 1177/1175/6708 -f 1177/1175/6709 72/72/6710 1140/1138/6711 -f 1177/1175/6712 1140/1138/6713 1138/1136/6714 -f 1157/1155/6715 1156/1154/6716 1178/1176/6717 -f 1178/1176/6718 1156/1154/6719 1179/1177/6720 -f 1178/1176/6721 1179/1177/6722 1180/1178/6723 -f 1180/1178/6724 1179/1177/6725 1181/1179/6726 -f 1180/1178/6727 1181/1179/6728 1164/1162/6729 -f 72/72/6730 1175/1173/6731 1164/1162/6732 -f 1164/1162/6733 1175/1173/6734 1182/1180/6735 -f 1164/1162/6736 1182/1180/6737 1183/1181/6738 -f 1183/1181/6739 1182/1180/6740 1184/1182/6741 -f 1183/1181/6742 1184/1182/6743 1168/1166/6744 -f 1168/1166/6745 1184/1182/6746 1170/1168/6747 -f 75/75/6748 77/77/6749 1151/1149/6750 -f 1151/1149/6751 77/77/6752 1185/1183/6753 -f 1151/1149/6754 1185/1183/6755 1149/1147/6756 -f 1149/1147/6757 1185/1183/6758 80/80/6759 -f 77/77/6760 78/78/6761 1185/1183/6762 -f 1185/1183/6763 78/78/6764 80/80/6765 -f 1158/1156/6766 1157/1155/6767 1186/1184/6768 -f 1186/1184/6769 1157/1155/6770 1178/1176/6771 -f 1186/1184/6772 1178/1176/6773 1187/1185/6774 -f 1187/1185/6775 1178/1176/6776 1180/1178/6777 -f 1187/1185/6778 1180/1178/6779 1164/1162/6780 -f 1159/1157/6781 1188/1186/6782 1134/1132/6783 -f 1134/1132/6784 1188/1186/6785 1189/1187/6786 -f 1134/1132/6787 1189/1187/6788 1169/1167/6789 -f 1169/1167/6790 1189/1187/6791 1167/1165/6792 -f 1159/1157/6793 1161/1159/6794 1188/1186/6795 -f 1188/1186/6796 1161/1159/6797 1190/1188/6798 -f 1188/1186/6799 1190/1188/6800 1189/1187/6801 -f 1189/1187/6802 1190/1188/6803 1167/1165/6804 -f 1135/1133/6805 1134/1132/6806 1172/1170/6807 -f 1173/1171/6808 1171/1169/6809 1184/1182/6810 -f 1184/1182/6811 1171/1169/6812 1170/1168/6813 -f 1172/1170/6814 1174/1172/6815 1135/1133/6816 -f 1135/1133/6817 1174/1172/6818 1191/1189/6819 -f 1135/1133/6820 1191/1189/6821 1136/1134/6822 -f 1136/1134/6823 1191/1189/6824 1138/1136/6825 -f 1137/1135/6826 1192/1190/6827 80/80/6828 -f 80/80/6829 1192/1190/6830 1193/1191/6831 -f 80/80/6832 1193/1191/6833 1146/1144/6834 -f 1146/1144/6835 1193/1191/6836 1144/1142/6837 -f 1137/1135/6838 1139/1137/6839 1192/1190/6840 -f 1192/1190/6841 1139/1137/6842 1194/1192/6843 -f 1192/1190/6844 1194/1192/6845 1193/1191/6846 -f 1193/1191/6847 1194/1192/6848 1144/1142/6849 -f 1150/1148/6850 1148/1146/6851 1155/1153/6852 -f 1155/1153/6853 1148/1146/6854 1147/1145/6855 -f 1158/1156/6856 1186/1184/6857 1160/1158/6858 -f 1160/1158/6859 1186/1184/6860 1195/1193/6861 -f 1160/1158/6862 1195/1193/6863 1162/1160/6864 -f 1162/1160/6865 1195/1193/6866 1164/1162/6867 -f 1195/1193/6868 1186/1184/6869 1187/1185/6870 -f 1165/1163/6871 1167/1165/6872 1190/1188/6873 -f 1165/1163/6874 1190/1188/6875 1163/1161/6876 -f 1163/1161/6877 1190/1188/6878 1161/1159/6879 -f 1183/1181/6880 1168/1166/6881 1166/1164/6882 -f 1175/1173/6883 1173/1171/6884 1182/1180/6885 -f 1182/1180/6886 1173/1171/6887 1184/1182/6888 -f 1177/1175/6889 1138/1136/6890 1191/1189/6891 -f 1177/1175/6892 1191/1189/6893 1176/1174/6894 -f 1176/1174/6895 1191/1189/6896 1174/1172/6897 -f 1142/1140/6898 1144/1142/6899 1194/1192/6900 -f 1142/1140/6901 1194/1192/6902 1141/1139/6903 -f 1141/1139/6904 1194/1192/6905 1139/1137/6906 -f 1154/1152/6907 1145/1143/6908 1143/1141/6909 -f 1152/1150/6910 1150/1148/6911 1153/1151/6912 -f 1153/1151/6913 1150/1148/6914 1155/1153/6915 -f 1164/1162/6916 1195/1193/6917 1187/1185/6918 -f 1164/1162/6919 1183/1181/6920 1166/1164/6921 -f 72/72/6922 1154/1152/6923 1143/1141/6924 -f 72/72/6925 1164/1162/6926 113/113/6927 -f 113/113/6928 1164/1162/6929 1196/1194/6930 -f 113/113/6931 1196/1194/6932 115/115/6933 -f 115/115/6934 1196/1194/6935 1197/1195/6936 -f 115/115/6937 1197/1195/6938 114/114/6939 -f 114/114/6940 1197/1195/6941 1198/1196/6942 -f 114/114/6943 1198/1196/6944 112/112/6945 -f 112/112/6946 1198/1196/6947 1199/1197/6948 -f 112/112/6949 1199/1197/6950 111/111/6951 -f 111/111/6952 1199/1197/6953 1200/1198/6954 -f 111/111/6955 1200/1198/6956 109/109/6957 -f 109/109/6958 1200/1198/6959 925/923/6960 -f 924/1199/6961 996/994/6962 995/993/6963 -f 924/1199/6964 995/993/6965 989/987/6966 -f 924/1199/6967 989/987/6968 957/955/6969 -f 996/994/6970 924/1199/6971 957/955/6972 -f 160/159/6973 974/972/6974 158/157/6975 -f 158/157/6976 974/972/6977 972/970/6978 -f 158/157/6979 972/970/6980 949/947/6981 -f 974/972/6982 160/159/6983 957/955/6984 -f 957/955/6985 160/159/6986 162/161/6987 -f 957/955/6988 162/161/6989 164/163/6990 -f 957/955/6991 164/163/6992 996/994/6993 -f 996/994/6994 164/163/6995 166/165/6996 -f 996/994/6997 166/165/6998 168/167/6999 -f 996/994/7000 168/167/7001 1018/1016/7002 -f 1018/1016/7003 168/167/7004 170/169/7005 -f 1018/1016/7006 170/169/7007 1041/1039/7008 -f 1041/1039/7009 170/169/7010 1043/1041/7011 -f 1043/1041/7012 170/169/7013 172/171/7014 -f 1043/1041/7015 172/171/7016 1026/1024/7017 -f 1026/1024/7018 172/171/7019 174/173/7020 -f 1026/1024/7021 174/173/7022 176/175/7023 -f 1026/1024/7024 176/175/7025 1065/1063/7026 -f 1065/1063/7027 176/175/7028 178/177/7029 -f 1065/1063/7030 178/177/7031 180/179/7032 -f 1065/1063/7033 180/179/7034 1087/1085/7035 -f 1087/1085/7036 180/179/7037 182/181/7038 -f 1087/1085/7039 182/181/7040 1110/1108/7041 -f 1110/1108/7042 182/181/7043 1112/1110/7044 -f 1112/1110/7045 182/181/7046 184/183/7047 -f 1112/1110/7048 184/183/7049 1095/1093/7050 -f 1095/1093/7051 184/183/7052 186/185/7053 -f 1095/1093/7054 186/185/7055 188/187/7056 -f 1095/1093/7057 188/187/7058 1134/1132/7059 -f 1134/1132/7060 188/187/7061 190/189/7062 -f 1134/1132/7063 190/189/7064 192/191/7065 -f 1134/1132/7066 192/191/7067 1156/1154/7068 -f 1156/1154/7069 192/191/7070 194/193/7071 -f 1156/1154/7072 194/193/7073 1179/1177/7074 -f 1179/1177/7075 194/193/7076 1181/1179/7077 -f 1181/1179/7078 194/193/7079 196/195/7080 -f 1181/1179/7081 196/195/7082 1164/1162/7083 -f 1164/1162/7084 196/195/7085 198/197/7086 -f 1164/1162/7087 198/197/7088 200/199/7089 -f 1164/1162/7090 200/199/7091 927/925/7092 -f 927/925/7093 200/199/7094 202/201/7095 -f 927/925/7096 202/201/7097 156/155/7098 -f 927/925/7099 156/155/7100 949/947/7101 -f 949/947/7102 156/155/7103 158/157/7104 -f 131/1200/7105 1065/1063/7106 1064/1062/7107 -f 131/1200/7108 1064/1062/7109 1058/1056/7110 -f 1058/1056/7111 1064/1062/7112 1061/1059/7113 -f 1058/1056/7114 1061/1059/7115 1060/1058/7116 -f 1065/1063/7117 131/1200/7118 1026/1024/7119 -f 1026/1024/7120 131/1200/7121 1058/1056/7122 -f 925/923/7123 1200/1198/7124 926/924/7125 -f 926/924/7126 1200/1198/7127 1199/1197/7128 -f 926/924/7129 1199/1197/7130 1196/1194/7131 -f 1196/1194/7132 1199/1197/7133 1198/1196/7134 -f 1196/1194/7135 1198/1196/7136 1197/1195/7137 -f 1196/1194/7138 1164/1162/7139 926/924/7140 -f 926/924/7141 1164/1162/7142 927/925/7143 -f 1095/1093/7144 1134/1132/7145 1127/1125/7146 -f 1127/1125/7147 1134/1132/7148 1133/1131/7149 -f 1127/1125/7150 1133/1131/7151 1130/1128/7152 -f 1130/1128/7153 1133/1131/7154 1131/1129/7155 -f 1131/1129/7156 1133/1131/7157 1132/1130/7158 -f 1130/1128/7159 1129/1127/7160 1127/1125/7161 -f 1127/1125/7162 1129/1127/7163 1128/1126/7164 -f 1063/1061/7165 1062/1060/7166 1064/1062/7167 -f 1064/1062/7168 1062/1060/7169 1061/1059/7170 -f 1060/1058/7171 1059/1057/7172 1058/1056/7173 -f 994/992/7174 993/991/7175 995/993/7176 -f 995/993/7177 993/991/7178 992/990/7179 -f 995/993/7180 992/990/7181 989/987/7182 -f 989/987/7183 992/990/7184 991/989/7185 -f 989/987/7186 991/989/7187 990/988/7188 -f 1201/1201/7189 1202/1202/7190 1203/1203/7191 -f 1201/1201/7192 1203/1203/7193 1204/1204/7194 -f 1201/1201/7195 1204/1204/7196 1205/1205/7197 -f 1205/1205/7198 1204/1204/7199 1206/1206/7200 -f 1205/1205/7201 1206/1206/7202 1207/1207/7203 -f 1202/1202/7204 1201/1201/7205 1205/1205/7206 -f 1208/1208/7207 1209/1209/7208 1210/1210/7209 -f 1210/1210/7210 1209/1209/7211 1211/1211/7212 -f 1210/1210/7213 1211/1211/7214 1212/1212/7215 -f 1209/1209/7216 1208/1208/7217 1213/1213/7218 -f 1213/1213/7219 1208/1208/7220 1214/1214/7221 -f 1213/1213/7222 1214/1214/7223 1215/1215/7224 -f 1213/1213/7225 1215/1215/7226 1216/1216/7227 -f 1216/1216/7228 1215/1215/7229 1217/1217/7230 -f 1216/1216/7231 1217/1217/7232 1218/1218/7233 -f 1216/1216/7234 1218/1218/7235 1219/1219/7236 -f 1219/1219/7237 1218/1218/7238 1220/1220/7239 -f 1219/1219/7240 1220/1220/7241 1221/1221/7242 -f 1221/1221/7243 1220/1220/7244 1222/1222/7245 -f 1222/1222/7246 1220/1220/7247 1223/1223/7248 -f 1222/1222/7249 1223/1223/7250 1224/1224/7251 -f 1224/1224/7252 1223/1223/7253 1225/1225/7254 -f 1224/1224/7255 1225/1225/7256 1226/1226/7257 -f 1224/1224/7258 1226/1226/7259 1227/1227/7260 -f 1227/1227/7261 1226/1226/7262 1228/1228/7263 -f 1227/1227/7264 1228/1228/7265 1229/1229/7266 -f 1227/1227/7267 1229/1229/7268 1230/1230/7269 -f 1230/1230/7270 1229/1229/7271 1231/1231/7272 -f 1230/1230/7273 1231/1231/7274 1232/1232/7275 -f 1232/1232/7276 1231/1231/7277 1233/1233/7278 -f 1233/1233/7279 1231/1231/7280 1234/1234/7281 -f 1233/1233/7282 1234/1234/7283 1235/1235/7284 -f 1235/1235/7285 1234/1234/7286 1236/1236/7287 -f 1235/1235/7288 1236/1236/7289 1237/1237/7290 -f 1235/1235/7291 1237/1237/7292 1238/1238/7293 -f 1238/1238/7294 1237/1237/7295 1239/1239/7296 -f 1238/1238/7297 1239/1239/7298 1240/1240/7299 -f 1238/1238/7300 1240/1240/7301 1241/1241/7302 -f 1241/1241/7303 1240/1240/7304 1242/1242/7305 -f 1241/1241/7306 1242/1242/7307 1243/1243/7308 -f 1243/1243/7309 1242/1242/7310 1244/1244/7311 -f 1244/1244/7312 1242/1242/7313 1245/1245/7314 -f 1244/1244/7315 1245/1245/7316 1202/1202/7317 -f 1202/1202/7318 1245/1245/7319 1246/1246/7320 -f 1202/1202/7321 1246/1246/7322 1247/1247/7323 -f 1202/1202/7324 1247/1247/7325 1203/1203/7326 -f 1203/1203/7327 1247/1247/7328 1248/1248/7329 -f 1203/1203/7330 1248/1248/7331 1249/1249/7332 -f 1203/1203/7333 1249/1249/7334 1212/1212/7335 -f 1212/1212/7336 1249/1249/7337 1210/1210/7338 -f 1250/1250/7339 1235/1235/7340 1238/1238/7341 -f 1250/1250/7342 1238/1238/7343 1251/1251/7344 -f 1250/1250/7345 1251/1251/7346 1252/1252/7347 -f 1250/1250/7348 1252/1252/7349 1235/1235/7350 -f 1253/1253/7351 1254/1254/7352 1255/1255/7353 -f 1255/1255/7354 1254/1254/7355 1256/1256/7356 -f 1256/1256/7357 1254/1254/7358 1257/1257/7359 -f 1256/1256/7360 1257/1257/7361 1258/1258/7362 -f 1258/1258/7363 1257/1257/7364 1259/1259/7365 -f 1257/1257/7366 1254/1254/7367 1216/1216/7368 -f 1216/1216/7369 1254/1254/7370 1213/1213/7371 -f 1260/1260/7372 1261/1261/7373 1204/1204/7374 -f 1204/1204/7375 1261/1261/7376 1206/1206/7377 -f 1207/1207/7378 1262/1262/7379 1205/1205/7380 -f 1263/1263/7381 1264/1264/7382 1251/1251/7383 -f 1251/1251/7384 1264/1264/7385 1265/1265/7386 -f 1251/1251/7387 1265/1265/7388 1252/1252/7389 -f 1252/1252/7390 1265/1265/7391 1266/1266/7392 -f 1252/1252/7393 1266/1266/7394 1267/1267/7395 -f 1227/1227/7396 1268/1268/7397 1224/1224/7398 -f 1224/1224/7399 1268/1268/7400 1269/1269/7401 -f 1269/1269/7402 1268/1268/7403 1270/1270/7404 -f 1269/1269/7405 1270/1270/7406 1271/1271/7407 -f 1272/1272/7408 1273/1273/7409 1268/1268/7410 -f 1268/1268/7411 1273/1273/7412 1270/1270/7413 -f 1271/1271/7414 1274/1274/7415 1269/1269/7416 -f 1249/1249/7417 1276/1275/7418 1210/1210/7419 -f 1210/1210/7420 1276/1275/7421 1277/1276/7422 -f 1210/1210/7423 1277/1276/7424 1208/1208/7425 -f 1208/1208/7426 1277/1276/7427 1278/1277/7428 -f 1208/1208/7429 1278/1277/7430 1214/1214/7431 -f 1214/1214/7432 1278/1277/7433 1279/1278/7434 -f 1214/1214/7435 1279/1278/7436 1215/1215/7437 -f 1215/1215/7438 1279/1278/7439 1280/1279/7440 -f 1215/1215/7441 1280/1279/7442 1217/1217/7443 -f 1217/1217/7444 1280/1279/7445 1281/1280/7446 -f 1217/1217/7447 1281/1280/7448 1218/1218/7449 -f 1218/1218/7450 1281/1280/7451 1282/1281/7452 -f 1218/1218/7453 1282/1281/7454 1220/1220/7455 -f 1220/1220/7456 1282/1281/7457 1283/1282/7458 -f 1220/1220/7459 1283/1282/7460 1223/1223/7461 -f 1223/1223/7462 1283/1282/7463 1284/1283/7464 -f 1223/1223/7465 1284/1283/7466 1225/1225/7467 -f 1225/1225/7468 1284/1283/7469 1285/1284/7470 -f 1225/1225/7471 1285/1284/7472 1226/1226/7473 -f 1226/1226/7474 1285/1284/7475 1286/1285/7476 -f 1226/1226/7477 1286/1285/7478 1228/1228/7479 -f 1228/1228/7480 1286/1285/7481 1287/1286/7482 -f 1228/1228/7483 1287/1286/7484 1229/1229/7485 -f 1229/1229/7486 1287/1286/7487 1288/1287/7488 -f 1229/1229/7489 1288/1287/7490 1231/1231/7491 -f 1231/1231/7492 1288/1287/7493 1289/1288/7494 -f 1231/1231/7495 1289/1288/7496 1234/1234/7497 -f 1234/1234/7498 1289/1288/7499 1290/1289/7500 -f 1234/1234/7501 1290/1289/7502 1236/1236/7503 -f 1236/1236/7504 1290/1289/7505 1291/1290/7506 -f 1236/1236/7507 1291/1290/7508 1237/1237/7509 -f 1237/1237/7510 1291/1290/7511 1292/1291/7512 -f 1237/1237/7513 1292/1291/7514 1239/1239/7515 -f 1239/1239/7516 1292/1291/7517 1293/1292/7518 -f 1239/1239/7519 1293/1292/7520 1240/1240/7521 -f 1240/1240/7522 1293/1292/7523 1294/1293/7524 -f 1240/1240/7525 1294/1293/7526 1242/1242/7527 -f 1242/1242/7528 1294/1293/7529 1295/1294/7530 -f 1242/1242/7531 1295/1294/7532 1245/1245/7533 -f 1245/1245/7534 1295/1294/7535 1296/1295/7536 -f 1245/1245/7537 1296/1295/7538 1246/1246/7539 -f 1246/1246/7540 1296/1295/7541 1297/1296/7542 -f 1246/1246/7543 1297/1296/7544 1247/1247/7545 -f 1247/1247/7546 1297/1296/7547 1298/1297/7548 -f 1247/1247/7549 1298/1297/7550 1248/1248/7551 -f 1248/1248/7552 1298/1297/7553 1299/1298/7554 -f 1248/1248/7555 1299/1298/7556 1249/1249/7557 -f 1249/1249/7558 1299/1298/7559 1276/1275/7560 -f 1300/1299/7561 1301/1300/7562 1302/1301/7563 -f 1302/1301/7564 1301/1300/7565 1303/1302/7566 -f 1302/1301/7567 1303/1302/7568 1304/1303/7569 -f 1304/1303/7570 1303/1302/7571 1305/1304/7572 -f 1304/1303/7573 1305/1304/7574 1306/1305/7575 -f 1306/1305/7576 1305/1304/7577 1307/1306/7578 -f 1306/1305/7579 1307/1306/7580 1308/1307/7581 -f 1308/1307/7582 1307/1306/7583 1309/1308/7584 -f 1308/1307/7585 1309/1308/7586 1310/1309/7587 -f 1310/1309/7588 1309/1308/7589 1311/1310/7590 -f 1310/1309/7591 1311/1310/7592 1312/1311/7593 -f 1312/1311/7594 1311/1310/7595 1313/1312/7596 -f 1312/1311/7597 1313/1312/7598 1314/1313/7599 -f 1314/1313/7600 1313/1312/7601 1315/1314/7602 -f 1314/1313/7603 1315/1314/7604 1316/1315/7605 -f 1316/1315/7606 1315/1314/7607 1317/1316/7608 -f 1316/1315/7609 1317/1316/7610 1318/1317/7611 -f 1318/1317/7612 1317/1316/7613 1319/1318/7614 -f 1318/1317/7615 1319/1318/7616 1320/1319/7617 -f 1320/1319/7618 1319/1318/7619 1321/1320/7620 -f 1320/1319/7621 1321/1320/7622 1322/1321/7623 -f 1322/1321/7624 1321/1320/7625 1323/1322/7626 -f 1322/1321/7627 1323/1322/7628 1324/1323/7629 -f 1324/1323/7630 1323/1322/7631 1325/1324/7632 -f 1324/1323/7633 1325/1324/7634 1326/1325/7635 -f 1326/1325/7636 1325/1324/7637 1327/1326/7638 -f 1326/1325/7639 1327/1326/7640 1328/1327/7641 -f 1328/1327/7642 1327/1326/7643 1329/1328/7644 -f 1328/1327/7645 1329/1328/7646 1330/1329/7647 -f 1330/1329/7648 1329/1328/7649 1331/1330/7650 -f 1330/1329/7651 1331/1330/7652 1332/1331/7653 -f 1332/1331/7654 1331/1330/7655 1333/1332/7656 -f 1332/1331/7657 1333/1332/7658 1334/1333/7659 -f 1334/1333/7660 1333/1332/7661 1335/1334/7662 -f 1334/1333/7663 1335/1334/7664 1336/1335/7665 -f 1336/1335/7666 1335/1334/7667 1337/1336/7668 -f 1336/1335/7669 1337/1336/7670 1338/1337/7671 -f 1338/1337/7672 1337/1336/7673 1339/1338/7674 -f 1338/1337/7675 1339/1338/7676 1340/1339/7677 -f 1340/1339/7678 1339/1338/7679 1341/1340/7680 -f 1340/1339/7681 1341/1340/7682 1342/1341/7683 -f 1342/1341/7684 1341/1340/7685 1343/1342/7686 -f 1342/1341/7687 1343/1342/7688 1344/1343/7689 -f 1344/1343/7690 1343/1342/7691 1345/1344/7692 -f 1344/1343/7693 1345/1344/7694 1346/1345/7695 -f 1346/1345/7696 1345/1344/7697 1347/1346/7698 -f 1346/1345/7699 1347/1346/7700 1300/1299/7701 -f 1300/1299/7702 1347/1346/7703 1301/1300/7704 -f 1277/1276/7705 1348/1347/7706 1278/1277/7707 -f 1278/1277/7708 1348/1347/7709 1349/1348/7710 -f 1278/1277/7711 1349/1348/7712 1279/1278/7713 -f 1279/1278/7714 1349/1348/7715 1350/1349/7716 -f 1279/1278/7717 1350/1349/7718 1280/1279/7719 -f 1280/1279/7720 1350/1349/7721 1351/1350/7722 -f 1280/1279/7723 1351/1350/7724 1281/1280/7725 -f 1281/1280/7726 1351/1350/7727 1352/1351/7728 -f 1281/1280/7729 1352/1351/7730 1282/1281/7731 -f 1282/1281/7732 1352/1351/7733 1353/1352/7734 -f 1282/1281/7735 1353/1352/7736 1283/1282/7737 -f 1283/1282/7738 1353/1352/7739 1354/1353/7740 -f 1283/1282/7741 1354/1353/7742 1284/1283/7743 -f 1284/1283/7744 1354/1353/7745 1355/1354/7746 -f 1284/1283/7747 1355/1354/7748 1285/1284/7749 -f 1285/1284/7750 1355/1354/7751 1356/1355/7752 -f 1285/1284/7753 1356/1355/7754 1286/1285/7755 -f 1286/1285/7756 1356/1355/7757 1357/1356/7758 -f 1286/1285/7759 1357/1356/7760 1287/1286/7761 -f 1287/1286/7762 1357/1356/7763 1358/1357/7764 -f 1287/1286/7765 1358/1357/7766 1288/1287/7767 -f 1288/1287/7768 1358/1357/7769 1359/1358/7770 -f 1288/1287/7771 1359/1358/7772 1289/1288/7773 -f 1289/1288/7774 1359/1358/7775 1360/1359/7776 -f 1289/1288/7777 1360/1359/7778 1290/1289/7779 -f 1290/1289/7780 1360/1359/7781 1361/1360/7782 -f 1290/1289/7783 1361/1360/7784 1291/1290/7785 -f 1291/1290/7786 1361/1360/7787 1362/1361/7788 -f 1291/1290/7789 1362/1361/7790 1292/1291/7791 -f 1292/1291/7792 1362/1361/7793 1363/1362/7794 -f 1292/1291/7795 1363/1362/7796 1293/1292/7797 -f 1293/1292/7798 1363/1362/7799 1364/1363/7800 -f 1293/1292/7801 1364/1363/7802 1294/1293/7803 -f 1294/1293/7804 1364/1363/7805 1365/1364/7806 -f 1294/1293/7807 1365/1364/7808 1295/1294/7809 -f 1295/1294/7810 1365/1364/7811 1366/1365/7812 -f 1295/1294/7813 1366/1365/7814 1296/1295/7815 -f 1296/1295/7816 1366/1365/7817 1367/1366/7818 -f 1296/1295/7819 1367/1366/7820 1297/1296/7821 -f 1297/1296/7822 1367/1366/7823 1368/1367/7824 -f 1297/1296/7825 1368/1367/7826 1298/1297/7827 -f 1298/1297/7828 1368/1367/7829 1369/1368/7830 -f 1298/1297/7831 1369/1368/7832 1299/1298/7833 -f 1299/1298/7834 1369/1368/7835 1370/1369/7836 -f 1299/1298/7837 1370/1369/7838 1276/1275/7839 -f 1276/1275/7840 1370/1369/7841 1371/1370/7842 -f 1276/1275/7843 1371/1370/7844 1277/1276/7845 -f 1277/1276/7846 1371/1370/7847 1348/1347/7848 -f 1348/1347/7849 1372/1371/7850 1349/1348/7851 -f 1349/1348/7852 1372/1371/7853 1373/1372/7854 -f 1349/1348/7855 1373/1372/7856 1350/1349/7857 -f 1350/1349/7858 1373/1372/7859 1374/1373/7860 -f 1350/1349/7861 1374/1373/7862 1351/1350/7863 -f 1351/1350/7864 1374/1373/7865 1375/1374/7866 -f 1351/1350/7867 1375/1374/7868 1352/1351/7869 -f 1352/1351/7870 1375/1374/7871 1376/1375/7872 -f 1352/1351/7873 1376/1375/7874 1353/1352/7875 -f 1353/1352/7876 1376/1375/7877 1377/1376/7878 -f 1353/1352/7879 1377/1376/7880 1354/1353/7881 -f 1354/1353/7882 1377/1376/7883 1378/1377/7884 -f 1354/1353/7885 1378/1377/7886 1355/1354/7887 -f 1355/1354/7888 1378/1377/7889 1379/1378/7890 -f 1355/1354/7891 1379/1378/7892 1356/1355/7893 -f 1356/1355/7894 1379/1378/7895 1380/1379/7896 -f 1356/1355/7897 1380/1379/7898 1357/1356/7899 -f 1357/1356/7900 1380/1379/7901 1381/1380/7902 -f 1357/1356/7903 1381/1380/7904 1358/1357/7905 -f 1358/1357/7906 1381/1380/7907 1382/1381/7908 -f 1358/1357/7909 1382/1381/7910 1359/1358/7911 -f 1359/1358/7912 1382/1381/7913 1383/1382/7914 -f 1359/1358/7915 1383/1382/7916 1360/1359/7917 -f 1360/1359/7918 1383/1382/7919 1384/1383/7920 -f 1360/1359/7921 1384/1383/7922 1361/1360/7923 -f 1361/1360/7924 1384/1383/7925 1385/1384/7926 -f 1361/1360/7927 1385/1384/7928 1362/1361/7929 -f 1362/1361/7930 1385/1384/7931 1386/1385/7932 -f 1362/1361/7933 1386/1385/7934 1363/1362/7935 -f 1363/1362/7936 1386/1385/7937 1387/1386/7938 -f 1363/1362/7939 1387/1386/7940 1364/1363/7941 -f 1364/1363/7942 1387/1386/7943 1388/1387/7944 -f 1364/1363/7945 1388/1387/7946 1365/1364/7947 -f 1365/1364/7948 1388/1387/7949 1389/1388/7950 -f 1365/1364/7951 1389/1388/7952 1366/1365/7953 -f 1366/1365/7954 1389/1388/7955 1390/1389/7956 -f 1366/1365/7957 1390/1389/7958 1367/1366/7959 -f 1367/1366/7960 1390/1389/7961 1391/1390/7962 -f 1367/1366/7963 1391/1390/7964 1368/1367/7965 -f 1368/1367/7966 1391/1390/7967 1392/1391/7968 -f 1368/1367/7969 1392/1391/7970 1369/1368/7971 -f 1369/1368/7972 1392/1391/7973 1393/1392/7974 -f 1369/1368/7975 1393/1392/7976 1370/1369/7977 -f 1370/1369/7978 1393/1392/7979 1394/1393/7980 -f 1370/1369/7981 1394/1393/7982 1371/1370/7983 -f 1371/1370/7984 1394/1393/7985 1395/1394/7986 -f 1371/1370/7987 1395/1394/7988 1348/1347/7989 -f 1348/1347/7990 1395/1394/7991 1372/1371/7992 -f 1372/1371/7993 1396/1395/7994 1373/1372/7995 -f 1373/1372/7996 1396/1395/7997 1397/1396/7998 -f 1373/1372/7999 1397/1396/8000 1374/1373/8001 -f 1374/1373/8002 1397/1396/8003 1398/1397/8004 -f 1374/1373/8005 1398/1397/8006 1375/1374/8007 -f 1375/1374/8008 1398/1397/8009 1399/1398/8010 -f 1375/1374/8011 1399/1398/8012 1376/1375/8013 -f 1376/1375/8014 1399/1398/8015 1400/1399/8016 -f 1376/1375/8017 1400/1399/8018 1377/1376/8019 -f 1377/1376/8020 1400/1399/8021 1401/1400/8022 -f 1377/1376/8023 1401/1400/8024 1378/1377/8025 -f 1378/1377/8026 1401/1400/8027 1402/1401/8028 -f 1378/1377/8029 1402/1401/8030 1379/1378/8031 -f 1379/1378/8032 1402/1401/8033 1403/1402/8034 -f 1379/1378/8035 1403/1402/8036 1380/1379/8037 -f 1380/1379/8038 1403/1402/8039 1404/1403/8040 -f 1380/1379/8041 1404/1403/8042 1381/1380/8043 -f 1381/1380/8044 1404/1403/8045 1405/1404/8046 -f 1381/1380/8047 1405/1404/8048 1382/1381/8049 -f 1382/1381/8050 1405/1404/8051 1406/1405/8052 -f 1382/1381/8053 1406/1405/8054 1383/1382/8055 -f 1383/1382/8056 1406/1405/8057 1407/1406/8058 -f 1383/1382/8059 1407/1406/8060 1384/1383/8061 -f 1384/1383/8062 1407/1406/8063 1408/1407/8064 -f 1384/1383/8065 1408/1407/8066 1385/1384/8067 -f 1385/1384/8068 1408/1407/8069 1409/1408/8070 -f 1385/1384/8071 1409/1408/8072 1386/1385/8073 -f 1386/1385/8074 1409/1408/8075 1410/1409/8076 -f 1386/1385/8077 1410/1409/8078 1387/1386/8079 -f 1387/1386/8080 1410/1409/8081 1411/1410/8082 -f 1387/1386/8083 1411/1410/8084 1388/1387/8085 -f 1388/1387/8086 1411/1410/8087 1412/1411/8088 -f 1388/1387/8089 1412/1411/8090 1389/1388/8091 -f 1389/1388/8092 1412/1411/8093 1413/1412/8094 -f 1389/1388/8095 1413/1412/8096 1390/1389/8097 -f 1390/1389/8098 1413/1412/8099 1414/1413/8100 -f 1390/1389/8101 1414/1413/8102 1391/1390/8103 -f 1391/1390/8104 1414/1413/8105 1415/1414/8106 -f 1391/1390/8107 1415/1414/8108 1392/1391/8109 -f 1392/1391/8110 1415/1414/8111 1416/1415/8112 -f 1392/1391/8113 1416/1415/8114 1393/1392/8115 -f 1393/1392/8116 1416/1415/8117 1417/1416/8118 -f 1393/1392/8119 1417/1416/8120 1394/1393/8121 -f 1394/1393/8122 1417/1416/8123 1418/1417/8124 -f 1394/1393/8125 1418/1417/8126 1395/1394/8127 -f 1395/1394/8128 1418/1417/8129 1419/1418/8130 -f 1395/1394/8131 1419/1418/8132 1372/1371/8133 -f 1372/1371/8134 1419/1418/8135 1396/1395/8136 -f 1396/1395/8137 1420/1419/8138 1397/1396/8139 -f 1397/1396/8140 1420/1419/8141 1421/1420/8142 -f 1397/1396/8143 1421/1420/8144 1398/1397/8145 -f 1398/1397/8146 1421/1420/8147 1422/1421/8148 -f 1398/1397/8149 1422/1421/8150 1399/1398/8151 -f 1399/1398/8152 1422/1421/8153 1423/1422/8154 -f 1399/1398/8155 1423/1422/8156 1400/1399/8157 -f 1400/1399/8158 1423/1422/8159 1424/1423/8160 -f 1400/1399/8161 1424/1423/8162 1401/1400/8163 -f 1401/1400/8164 1424/1423/8165 1425/1424/8166 -f 1401/1400/8167 1425/1424/8168 1402/1401/8169 -f 1402/1401/8170 1425/1424/8171 1426/1425/8172 -f 1402/1401/8173 1426/1425/8174 1403/1402/8175 -f 1403/1402/8176 1426/1425/8177 1427/1426/8178 -f 1403/1402/8179 1427/1426/8180 1404/1403/8181 -f 1404/1403/8182 1427/1426/8183 1428/1427/8184 -f 1404/1403/8185 1428/1427/8186 1405/1404/8187 -f 1405/1404/8188 1428/1427/8189 1429/1428/8190 -f 1405/1404/8191 1429/1428/8192 1406/1405/8193 -f 1406/1405/8194 1429/1428/8195 1430/1429/8196 -f 1406/1405/8197 1430/1429/8198 1407/1406/8199 -f 1407/1406/8200 1430/1429/8201 1431/1430/8202 -f 1407/1406/8203 1431/1430/8204 1408/1407/8205 -f 1408/1407/8206 1431/1430/8207 1432/1431/8208 -f 1408/1407/8209 1432/1431/8210 1409/1408/8211 -f 1409/1408/8212 1432/1431/8213 1433/1432/8214 -f 1409/1408/8215 1433/1432/8216 1410/1409/8217 -f 1410/1409/8218 1433/1432/8219 1434/1433/8220 -f 1410/1409/8221 1434/1433/8222 1411/1410/8223 -f 1411/1410/8224 1434/1433/8225 1435/1434/8226 -f 1411/1410/8227 1435/1434/8228 1412/1411/8229 -f 1412/1411/8230 1435/1434/8231 1436/1435/8232 -f 1412/1411/8233 1436/1435/8234 1413/1412/8235 -f 1413/1412/8236 1436/1435/8237 1437/1436/8238 -f 1413/1412/8239 1437/1436/8240 1414/1413/8241 -f 1414/1413/8242 1437/1436/8243 1438/1437/8244 -f 1414/1413/8245 1438/1437/8246 1415/1414/8247 -f 1415/1414/8248 1438/1437/8249 1439/1438/8250 -f 1415/1414/8251 1439/1438/8252 1416/1415/8253 -f 1416/1415/8254 1439/1438/8255 1440/1439/8256 -f 1416/1415/8257 1440/1439/8258 1417/1416/8259 -f 1417/1416/8260 1440/1439/8261 1441/1440/8262 -f 1417/1416/8263 1441/1440/8264 1418/1417/8265 -f 1418/1417/8266 1441/1440/8267 1442/1441/8268 -f 1418/1417/8269 1442/1441/8270 1419/1418/8271 -f 1419/1418/8272 1442/1441/8273 1443/1442/8274 -f 1419/1418/8275 1443/1442/8276 1396/1395/8277 -f 1396/1395/8278 1443/1442/8279 1420/1419/8280 -f 1420/1419/8281 1444/1443/8282 1421/1420/8283 -f 1421/1420/8284 1444/1443/8285 1445/1444/8286 -f 1421/1420/8287 1445/1444/8288 1422/1421/8289 -f 1422/1421/8290 1445/1444/8291 1446/1445/8292 -f 1422/1421/8293 1446/1445/8294 1423/1422/8295 -f 1423/1422/8296 1446/1445/8297 1447/1446/8298 -f 1423/1422/8299 1447/1446/8300 1424/1423/8301 -f 1424/1423/8302 1447/1446/8303 1448/1447/8304 -f 1424/1423/8305 1448/1447/8306 1425/1424/8307 -f 1425/1424/8308 1448/1447/8309 1449/1448/8310 -f 1425/1424/8311 1449/1448/8312 1426/1425/8313 -f 1426/1425/8314 1449/1448/8315 1450/1449/8316 -f 1426/1425/8317 1450/1449/8318 1427/1426/8319 -f 1427/1426/8320 1450/1449/8321 1451/1450/8322 -f 1427/1426/8323 1451/1450/8324 1428/1427/8325 -f 1428/1427/8326 1451/1450/8327 1452/1451/8328 -f 1428/1427/8329 1452/1451/8330 1429/1428/8331 -f 1429/1428/8332 1452/1451/8333 1453/1452/8334 -f 1429/1428/8335 1453/1452/8336 1430/1429/8337 -f 1430/1429/8338 1453/1452/8339 1454/1453/8340 -f 1430/1429/8341 1454/1453/8342 1431/1430/8343 -f 1431/1430/8344 1454/1453/8345 1455/1454/8346 -f 1431/1430/8347 1455/1454/8348 1432/1431/8349 -f 1432/1431/8350 1455/1454/8351 1456/1455/8352 -f 1432/1431/8353 1456/1455/8354 1433/1432/8355 -f 1433/1432/8356 1456/1455/8357 1457/1456/8358 -f 1433/1432/8359 1457/1456/8360 1434/1433/8361 -f 1434/1433/8362 1457/1456/8363 1458/1457/8364 -f 1434/1433/8365 1458/1457/8366 1435/1434/8367 -f 1435/1434/8368 1458/1457/8369 1459/1458/8370 -f 1435/1434/8371 1459/1458/8372 1436/1435/8373 -f 1436/1435/8374 1459/1458/8375 1460/1459/8376 -f 1436/1435/8377 1460/1459/8378 1437/1436/8379 -f 1437/1436/8380 1460/1459/8381 1461/1460/8382 -f 1437/1436/8383 1461/1460/8384 1438/1437/8385 -f 1438/1437/8386 1461/1460/8387 1462/1461/8388 -f 1438/1437/8389 1462/1461/8390 1439/1438/8391 -f 1439/1438/8392 1462/1461/8393 1463/1462/8394 -f 1439/1438/8395 1463/1462/8396 1440/1439/8397 -f 1440/1439/8398 1463/1462/8399 1464/1463/8400 -f 1440/1439/8401 1464/1463/8402 1441/1440/8403 -f 1441/1440/8404 1464/1463/8405 1465/1464/8406 -f 1441/1440/8407 1465/1464/8408 1442/1441/8409 -f 1442/1441/8410 1465/1464/8411 1466/1465/8412 -f 1442/1441/8413 1466/1465/8414 1443/1442/8415 -f 1443/1442/8416 1466/1465/8417 1467/1466/8418 -f 1443/1442/8419 1467/1466/8420 1420/1419/8421 -f 1420/1419/8422 1467/1466/8423 1444/1443/8424 -f 1444/1443/8425 1468/1467/8426 1445/1444/8427 -f 1445/1444/8428 1468/1467/8429 1469/1468/8430 -f 1445/1444/8431 1469/1468/8432 1446/1445/8433 -f 1446/1445/8434 1469/1468/8435 1470/1469/8436 -f 1446/1445/8437 1470/1469/8438 1447/1446/8439 -f 1447/1446/8440 1470/1469/8441 1471/1470/8442 -f 1447/1446/8443 1471/1470/8444 1448/1447/8445 -f 1448/1447/8446 1471/1470/8447 1472/1471/8448 -f 1448/1447/8449 1472/1471/8450 1449/1448/8451 -f 1449/1448/8452 1472/1471/8453 1473/1472/8454 -f 1449/1448/8455 1473/1472/8456 1450/1449/8457 -f 1450/1449/8458 1473/1472/8459 1474/1473/8460 -f 1450/1449/8461 1474/1473/8462 1451/1450/8463 -f 1451/1450/8464 1474/1473/8465 1475/1474/8466 -f 1451/1450/8467 1475/1474/8468 1452/1451/8469 -f 1452/1451/8470 1475/1474/8471 1476/1475/8472 -f 1452/1451/8473 1476/1475/8474 1453/1452/8475 -f 1453/1452/8476 1476/1475/8477 1477/1476/8478 -f 1453/1452/8479 1477/1476/8480 1454/1453/8481 -f 1454/1453/8482 1477/1476/8483 1478/1477/8484 -f 1454/1453/8485 1478/1477/8486 1455/1454/8487 -f 1455/1454/8488 1478/1477/8489 1479/1478/8490 -f 1455/1454/8491 1479/1478/8492 1456/1455/8493 -f 1456/1455/8494 1479/1478/8495 1480/1479/8496 -f 1456/1455/8497 1480/1479/8498 1457/1456/8499 -f 1457/1456/8500 1480/1479/8501 1481/1480/8502 -f 1457/1456/8503 1481/1480/8504 1458/1457/8505 -f 1458/1457/8506 1481/1480/8507 1482/1481/8508 -f 1458/1457/8509 1482/1481/8510 1459/1458/8511 -f 1459/1458/8512 1482/1481/8513 1483/1482/8514 -f 1459/1458/8515 1483/1482/8516 1460/1459/8517 -f 1460/1459/8518 1483/1482/8519 1484/1483/8520 -f 1460/1459/8521 1484/1483/8522 1461/1460/8523 -f 1461/1460/8524 1484/1483/8525 1485/1484/8526 -f 1461/1460/8527 1485/1484/8528 1462/1461/8529 -f 1462/1461/8530 1485/1484/8531 1486/1485/8532 -f 1462/1461/8533 1486/1485/8534 1463/1462/8535 -f 1463/1462/8536 1486/1485/8537 1487/1486/8538 -f 1463/1462/8539 1487/1486/8540 1464/1463/8541 -f 1464/1463/8542 1487/1486/8543 1488/1487/8544 -f 1464/1463/8545 1488/1487/8546 1465/1464/8547 -f 1465/1464/8548 1488/1487/8549 1489/1488/8550 -f 1465/1464/8551 1489/1488/8552 1466/1465/8553 -f 1466/1465/8554 1489/1488/8555 1490/1489/8556 -f 1466/1465/8557 1490/1489/8558 1467/1466/8559 -f 1467/1466/8560 1490/1489/8561 1491/1490/8562 -f 1467/1466/8563 1491/1490/8564 1444/1443/8565 -f 1444/1443/8566 1491/1490/8567 1468/1467/8568 -f 1468/1467/8569 1492/1491/8570 1469/1468/8571 -f 1469/1468/8572 1492/1491/8573 1493/1492/8574 -f 1469/1468/8575 1493/1492/8576 1470/1469/8577 -f 1470/1469/8578 1493/1492/8579 1494/1493/8580 -f 1470/1469/8581 1494/1493/8582 1471/1470/8583 -f 1471/1470/8584 1494/1493/8585 1495/1494/8586 -f 1471/1470/8587 1495/1494/8588 1472/1471/8589 -f 1472/1471/8590 1495/1494/8591 1496/1495/8592 -f 1472/1471/8593 1496/1495/8594 1473/1472/8595 -f 1473/1472/8596 1496/1495/8597 1497/1496/8598 -f 1473/1472/8599 1497/1496/8600 1474/1473/8601 -f 1474/1473/8602 1497/1496/8603 1498/1497/8604 -f 1474/1473/8605 1498/1497/8606 1475/1474/8607 -f 1475/1474/8608 1498/1497/8609 1499/1498/8610 -f 1475/1474/8611 1499/1498/8612 1476/1475/8613 -f 1476/1475/8614 1499/1498/8615 1500/1499/8616 -f 1476/1475/8617 1500/1499/8618 1477/1476/8619 -f 1477/1476/8620 1500/1499/8621 1501/1500/8622 -f 1477/1476/8623 1501/1500/8624 1478/1477/8625 -f 1478/1477/8626 1501/1500/8627 1502/1501/8628 -f 1478/1477/8629 1502/1501/8630 1479/1478/8631 -f 1479/1478/8632 1502/1501/8633 1503/1502/8634 -f 1479/1478/8635 1503/1502/8636 1480/1479/8637 -f 1480/1479/8638 1503/1502/8639 1504/1503/8640 -f 1480/1479/8641 1504/1503/8642 1481/1480/8643 -f 1481/1480/8644 1504/1503/8645 1505/1504/8646 -f 1481/1480/8647 1505/1504/8648 1482/1481/8649 -f 1482/1481/8650 1505/1504/8651 1506/1505/8652 -f 1482/1481/8653 1506/1505/8654 1483/1482/8655 -f 1483/1482/8656 1506/1505/8657 1507/1506/8658 -f 1483/1482/8659 1507/1506/8660 1484/1483/8661 -f 1484/1483/8662 1507/1506/8663 1508/1507/8664 -f 1484/1483/8665 1508/1507/8666 1485/1484/8667 -f 1485/1484/8668 1508/1507/8669 1509/1508/8670 -f 1485/1484/8671 1509/1508/8672 1486/1485/8673 -f 1486/1485/8674 1509/1508/8675 1510/1509/8676 -f 1486/1485/8677 1510/1509/8678 1487/1486/8679 -f 1487/1486/8680 1510/1509/8681 1511/1510/8682 -f 1487/1486/8683 1511/1510/8684 1488/1487/8685 -f 1488/1487/8686 1511/1510/8687 1512/1511/8688 -f 1488/1487/8689 1512/1511/8690 1489/1488/8691 -f 1489/1488/8692 1512/1511/8693 1513/1512/8694 -f 1489/1488/8695 1513/1512/8696 1490/1489/8697 -f 1490/1489/8698 1513/1512/8699 1514/1513/8700 -f 1490/1489/8701 1514/1513/8702 1491/1490/8703 -f 1491/1490/8704 1514/1513/8705 1515/1514/8706 -f 1491/1490/8707 1515/1514/8708 1468/1467/8709 -f 1468/1467/8710 1515/1514/8711 1492/1491/8712 -f 1492/1491/8713 1516/1515/8714 1493/1492/8715 -f 1493/1492/8716 1516/1515/8717 1517/1516/8718 -f 1493/1492/8719 1517/1516/8720 1494/1493/8721 -f 1494/1493/8722 1517/1516/8723 1518/1517/8724 -f 1494/1493/8725 1518/1517/8726 1495/1494/8727 -f 1495/1494/8728 1518/1517/8729 1519/1518/8730 -f 1495/1494/8731 1519/1518/8732 1496/1495/8733 -f 1496/1495/8734 1519/1518/8735 1520/1519/8736 -f 1496/1495/8737 1520/1519/8738 1497/1496/8739 -f 1497/1496/8740 1520/1519/8741 1521/1520/8742 -f 1497/1496/8743 1521/1520/8744 1498/1497/8745 -f 1498/1497/8746 1521/1520/8747 1522/1521/8748 -f 1498/1497/8749 1522/1521/8750 1499/1498/8751 -f 1499/1498/8752 1522/1521/8753 1523/1522/8754 -f 1499/1498/8755 1523/1522/8756 1500/1499/8757 -f 1500/1499/8758 1523/1522/8759 1524/1523/8760 -f 1500/1499/8761 1524/1523/8762 1501/1500/8763 -f 1501/1500/8764 1524/1523/8765 1525/1524/8766 -f 1501/1500/8767 1525/1524/8768 1502/1501/8769 -f 1502/1501/8770 1525/1524/8771 1526/1525/8772 -f 1502/1501/8773 1526/1525/8774 1503/1502/8775 -f 1503/1502/8776 1526/1525/8777 1527/1526/8778 -f 1503/1502/8779 1527/1526/8780 1504/1503/8781 -f 1504/1503/8782 1527/1526/8783 1528/1527/8784 -f 1504/1503/8785 1528/1527/8786 1505/1504/8787 -f 1505/1504/8788 1528/1527/8789 1529/1528/8790 -f 1505/1504/8791 1529/1528/8792 1506/1505/8793 -f 1506/1505/8794 1529/1528/8795 1530/1529/8796 -f 1506/1505/8797 1530/1529/8798 1507/1506/8799 -f 1507/1506/8800 1530/1529/8801 1531/1530/8802 -f 1507/1506/8803 1531/1530/8804 1508/1507/8805 -f 1508/1507/8806 1531/1530/8807 1532/1531/8808 -f 1508/1507/8809 1532/1531/8810 1509/1508/8811 -f 1509/1508/8812 1532/1531/8813 1533/1532/8814 -f 1509/1508/8815 1533/1532/8816 1510/1509/8817 -f 1510/1509/8818 1533/1532/8819 1534/1533/8820 -f 1510/1509/8821 1534/1533/8822 1511/1510/8823 -f 1511/1510/8824 1534/1533/8825 1535/1534/8826 -f 1511/1510/8827 1535/1534/8828 1512/1511/8829 -f 1512/1511/8830 1535/1534/8831 1536/1535/8832 -f 1512/1511/8833 1536/1535/8834 1513/1512/8835 -f 1513/1512/8836 1536/1535/8837 1537/1536/8838 -f 1513/1512/8839 1537/1536/8840 1514/1513/8841 -f 1514/1513/8842 1537/1536/8843 1538/1537/8844 -f 1514/1513/8845 1538/1537/8846 1515/1514/8847 -f 1515/1514/8848 1538/1537/8849 1539/1538/8850 -f 1515/1514/8851 1539/1538/8852 1492/1491/8853 -f 1492/1491/8854 1539/1538/8855 1516/1515/8856 -f 1516/1515/8857 1540/1539/8858 1517/1516/8859 -f 1517/1516/8860 1540/1539/8861 1541/1540/8862 -f 1517/1516/8863 1541/1540/8864 1518/1517/8865 -f 1518/1517/8866 1541/1540/8867 1542/1541/8868 -f 1518/1517/8869 1542/1541/8870 1519/1518/8871 -f 1519/1518/8872 1542/1541/8873 1543/1542/8874 -f 1519/1518/8875 1543/1542/8876 1520/1519/8877 -f 1520/1519/8878 1543/1542/8879 1544/1543/8880 -f 1520/1519/8881 1544/1543/8882 1521/1520/8883 -f 1521/1520/8884 1544/1543/8885 1545/1544/8886 -f 1521/1520/8887 1545/1544/8888 1522/1521/8889 -f 1522/1521/8890 1545/1544/8891 1546/1545/8892 -f 1522/1521/8893 1546/1545/8894 1523/1522/8895 -f 1523/1522/8896 1546/1545/8897 1547/1546/8898 -f 1523/1522/8899 1547/1546/8900 1524/1523/8901 -f 1524/1523/8902 1547/1546/8903 1548/1547/8904 -f 1524/1523/8905 1548/1547/8906 1525/1524/8907 -f 1525/1524/8908 1548/1547/8909 1549/1548/8910 -f 1525/1524/8911 1549/1548/8912 1526/1525/8913 -f 1526/1525/8914 1549/1548/8915 1550/1549/8916 -f 1526/1525/8917 1550/1549/8918 1527/1526/8919 -f 1527/1526/8920 1550/1549/8921 1551/1550/8922 -f 1527/1526/8923 1551/1550/8924 1528/1527/8925 -f 1528/1527/8926 1551/1550/8927 1552/1551/8928 -f 1528/1527/8929 1552/1551/8930 1529/1528/8931 -f 1529/1528/8932 1552/1551/8933 1553/1552/8934 -f 1529/1528/8935 1553/1552/8936 1530/1529/8937 -f 1530/1529/8938 1553/1552/8939 1554/1553/8940 -f 1530/1529/8941 1554/1553/8942 1531/1530/8943 -f 1531/1530/8944 1554/1553/8945 1555/1554/8946 -f 1531/1530/8947 1555/1554/8948 1532/1531/8949 -f 1532/1531/8950 1555/1554/8951 1556/1555/8952 -f 1532/1531/8953 1556/1555/8954 1533/1532/8955 -f 1533/1532/8956 1556/1555/8957 1557/1556/8958 -f 1533/1532/8959 1557/1556/8960 1534/1533/8961 -f 1534/1533/8962 1557/1556/8963 1558/1557/8964 -f 1534/1533/8965 1558/1557/8966 1535/1534/8967 -f 1535/1534/8968 1558/1557/8969 1559/1558/8970 -f 1535/1534/8971 1559/1558/8972 1536/1535/8973 -f 1536/1535/8974 1559/1558/8975 1560/1559/8976 -f 1536/1535/8977 1560/1559/8978 1537/1536/8979 -f 1537/1536/8980 1560/1559/8981 1561/1560/8982 -f 1537/1536/8983 1561/1560/8984 1538/1537/8985 -f 1538/1537/8986 1561/1560/8987 1562/1561/8988 -f 1538/1537/8989 1562/1561/8990 1539/1538/8991 -f 1539/1538/8992 1562/1561/8993 1563/1562/8994 -f 1539/1538/8995 1563/1562/8996 1516/1515/8997 -f 1516/1515/8998 1563/1562/8999 1540/1539/9000 -f 1540/1539/9001 1564/1563/9002 1541/1540/9003 -f 1541/1540/9004 1564/1563/9005 1565/1564/9006 -f 1541/1540/9007 1565/1564/9008 1542/1541/9009 -f 1542/1541/9010 1565/1564/9011 1566/1565/9012 -f 1542/1541/9013 1566/1565/9014 1543/1542/9015 -f 1543/1542/9016 1566/1565/9017 1567/1566/9018 -f 1543/1542/9019 1567/1566/9020 1544/1543/9021 -f 1544/1543/9022 1567/1566/9023 1568/1567/9024 -f 1544/1543/9025 1568/1567/9026 1545/1544/9027 -f 1545/1544/9028 1568/1567/9029 1569/1568/9030 -f 1545/1544/9031 1569/1568/9032 1546/1545/9033 -f 1546/1545/9034 1569/1568/9035 1570/1569/9036 -f 1546/1545/9037 1570/1569/9038 1547/1546/9039 -f 1547/1546/9040 1570/1569/9041 1571/1570/9042 -f 1547/1546/9043 1571/1570/9044 1548/1547/9045 -f 1548/1547/9046 1571/1570/9047 1572/1571/9048 -f 1548/1547/9049 1572/1571/9050 1549/1548/9051 -f 1549/1548/9052 1572/1571/9053 1573/1572/9054 -f 1549/1548/9055 1573/1572/9056 1550/1549/9057 -f 1550/1549/9058 1573/1572/9059 1574/1573/9060 -f 1550/1549/9061 1574/1573/9062 1551/1550/9063 -f 1551/1550/9064 1574/1573/9065 1575/1574/9066 -f 1551/1550/9067 1575/1574/9068 1552/1551/9069 -f 1552/1551/9070 1575/1574/9071 1576/1575/9072 -f 1552/1551/9073 1576/1575/9074 1553/1552/9075 -f 1553/1552/9076 1576/1575/9077 1577/1576/9078 -f 1553/1552/9079 1577/1576/9080 1554/1553/9081 -f 1554/1553/9082 1577/1576/9083 1578/1577/9084 -f 1554/1553/9085 1578/1577/9086 1555/1554/9087 -f 1555/1554/9088 1578/1577/9089 1579/1578/9090 -f 1555/1554/9091 1579/1578/9092 1556/1555/9093 -f 1556/1555/9094 1579/1578/9095 1580/1579/9096 -f 1556/1555/9097 1580/1579/9098 1557/1556/9099 -f 1557/1556/9100 1580/1579/9101 1581/1580/9102 -f 1557/1556/9103 1581/1580/9104 1558/1557/9105 -f 1558/1557/9106 1581/1580/9107 1582/1581/9108 -f 1558/1557/9109 1582/1581/9110 1559/1558/9111 -f 1559/1558/9112 1582/1581/9113 1583/1582/9114 -f 1559/1558/9115 1583/1582/9116 1560/1559/9117 -f 1560/1559/9118 1583/1582/9119 1584/1583/9120 -f 1560/1559/9121 1584/1583/9122 1561/1560/9123 -f 1561/1560/9124 1584/1583/9125 1585/1584/9126 -f 1561/1560/9127 1585/1584/9128 1562/1561/9129 -f 1562/1561/9130 1585/1584/9131 1586/1585/9132 -f 1562/1561/9133 1586/1585/9134 1563/1562/9135 -f 1563/1562/9136 1586/1585/9137 1587/1586/9138 -f 1563/1562/9139 1587/1586/9140 1540/1539/9141 -f 1540/1539/9142 1587/1586/9143 1564/1563/9144 -f 1564/1563/9145 1588/1587/9146 1565/1564/9147 -f 1565/1564/9148 1588/1587/9149 1589/1588/9150 -f 1565/1564/9151 1589/1588/9152 1566/1565/9153 -f 1566/1565/9154 1589/1588/9155 1590/1589/9156 -f 1566/1565/9157 1590/1589/9158 1567/1566/9159 -f 1567/1566/9160 1590/1589/9161 1591/1590/9162 -f 1567/1566/9163 1591/1590/9164 1568/1567/9165 -f 1568/1567/9166 1591/1590/9167 1592/1591/9168 -f 1568/1567/9169 1592/1591/9170 1569/1568/9171 -f 1569/1568/9172 1592/1591/9173 1593/1592/9174 -f 1569/1568/9175 1593/1592/9176 1570/1569/9177 -f 1570/1569/9178 1593/1592/9179 1594/1593/9180 -f 1570/1569/9181 1594/1593/9182 1571/1570/9183 -f 1571/1570/9184 1594/1593/9185 1595/1594/9186 -f 1571/1570/9187 1595/1594/9188 1572/1571/9189 -f 1572/1571/9190 1595/1594/9191 1596/1595/9192 -f 1572/1571/9193 1596/1595/9194 1573/1572/9195 -f 1573/1572/9196 1596/1595/9197 1597/1596/9198 -f 1573/1572/9199 1597/1596/9200 1574/1573/9201 -f 1574/1573/9202 1597/1596/9203 1598/1597/9204 -f 1574/1573/9205 1598/1597/9206 1575/1574/9207 -f 1575/1574/9208 1598/1597/9209 1599/1598/9210 -f 1575/1574/9211 1599/1598/9212 1576/1575/9213 -f 1576/1575/9214 1599/1598/9215 1600/1599/9216 -f 1576/1575/9217 1600/1599/9218 1577/1576/9219 -f 1577/1576/9220 1600/1599/9221 1601/1600/9222 -f 1577/1576/9223 1601/1600/9224 1578/1577/9225 -f 1578/1577/9226 1601/1600/9227 1602/1601/9228 -f 1578/1577/9229 1602/1601/9230 1579/1578/9231 -f 1579/1578/9232 1602/1601/9233 1603/1602/9234 -f 1579/1578/9235 1603/1602/9236 1580/1579/9237 -f 1580/1579/9238 1603/1602/9239 1604/1603/9240 -f 1580/1579/9241 1604/1603/9242 1581/1580/9243 -f 1581/1580/9244 1604/1603/9245 1605/1604/9246 -f 1581/1580/9247 1605/1604/9248 1582/1581/9249 -f 1582/1581/9250 1605/1604/9251 1606/1605/9252 -f 1582/1581/9253 1606/1605/9254 1583/1582/9255 -f 1583/1582/9256 1606/1605/9257 1607/1606/9258 -f 1583/1582/9259 1607/1606/9260 1584/1583/9261 -f 1584/1583/9262 1607/1606/9263 1608/1607/9264 -f 1584/1583/9265 1608/1607/9266 1585/1584/9267 -f 1585/1584/9268 1608/1607/9269 1609/1608/9270 -f 1585/1584/9271 1609/1608/9272 1586/1585/9273 -f 1586/1585/9274 1609/1608/9275 1610/1609/9276 -f 1586/1585/9277 1610/1609/9278 1587/1586/9279 -f 1587/1586/9280 1610/1609/9281 1611/1610/9282 -f 1587/1586/9283 1611/1610/9284 1564/1563/9285 -f 1564/1563/9286 1611/1610/9287 1588/1587/9288 -f 1588/1587/9289 1612/1611/9290 1589/1588/9291 -f 1589/1588/9292 1612/1611/9293 1613/1612/9294 -f 1589/1588/9295 1613/1612/9296 1590/1589/9297 -f 1590/1589/9298 1613/1612/9299 1614/1613/9300 -f 1590/1589/9301 1614/1613/9302 1591/1590/9303 -f 1591/1590/9304 1614/1613/9305 1615/1614/9306 -f 1591/1590/9307 1615/1614/9308 1592/1591/9309 -f 1592/1591/9310 1615/1614/9311 1616/1615/9312 -f 1592/1591/9313 1616/1615/9314 1593/1592/9315 -f 1593/1592/9316 1616/1615/9317 1617/1616/9318 -f 1593/1592/9319 1617/1616/9320 1594/1593/9321 -f 1594/1593/9322 1617/1616/9323 1618/1617/9324 -f 1594/1593/9325 1618/1617/9326 1595/1594/9327 -f 1595/1594/9328 1618/1617/9329 1619/1618/9330 -f 1595/1594/9331 1619/1618/9332 1596/1595/9333 -f 1596/1595/9334 1619/1618/9335 1620/1619/9336 -f 1596/1595/9337 1620/1619/9338 1597/1596/9339 -f 1597/1596/9340 1620/1619/9341 1621/1620/9342 -f 1597/1596/9343 1621/1620/9344 1598/1597/9345 -f 1598/1597/9346 1621/1620/9347 1622/1621/9348 -f 1598/1597/9349 1622/1621/9350 1599/1598/9351 -f 1599/1598/9352 1622/1621/9353 1623/1622/9354 -f 1599/1598/9355 1623/1622/9356 1600/1599/9357 -f 1600/1599/9358 1623/1622/9359 1624/1623/9360 -f 1600/1599/9361 1624/1623/9362 1601/1600/9363 -f 1601/1600/9364 1624/1623/9365 1625/1624/9366 -f 1601/1600/9367 1625/1624/9368 1602/1601/9369 -f 1602/1601/9370 1625/1624/9371 1626/1625/9372 -f 1602/1601/9373 1626/1625/9374 1603/1602/9375 -f 1603/1602/9376 1626/1625/9377 1627/1626/9378 -f 1603/1602/9379 1627/1626/9380 1604/1603/9381 -f 1604/1603/9382 1627/1626/9383 1628/1627/9384 -f 1604/1603/9385 1628/1627/9386 1605/1604/9387 -f 1605/1604/9388 1628/1627/9389 1629/1628/9390 -f 1605/1604/9391 1629/1628/9392 1606/1605/9393 -f 1606/1605/9394 1629/1628/9395 1630/1629/9396 -f 1606/1605/9397 1630/1629/9398 1607/1606/9399 -f 1607/1606/9400 1630/1629/9401 1631/1630/9402 -f 1607/1606/9403 1631/1630/9404 1608/1607/9405 -f 1608/1607/9406 1631/1630/9407 1632/1631/9408 -f 1608/1607/9409 1632/1631/9410 1609/1608/9411 -f 1609/1608/9412 1632/1631/9413 1633/1632/9414 -f 1609/1608/9415 1633/1632/9416 1610/1609/9417 -f 1610/1609/9418 1633/1632/9419 1634/1633/9420 -f 1610/1609/9421 1634/1633/9422 1611/1610/9423 -f 1611/1610/9424 1634/1633/9425 1635/1634/9426 -f 1611/1610/9427 1635/1634/9428 1588/1587/9429 -f 1588/1587/9430 1635/1634/9431 1612/1611/9432 -f 1612/1611/9433 1636/1635/9434 1613/1612/9435 -f 1613/1612/9436 1636/1635/9437 1637/1636/9438 -f 1613/1612/9439 1637/1636/9440 1614/1613/9441 -f 1614/1613/9442 1637/1636/9443 1638/1637/9444 -f 1614/1613/9445 1638/1637/9446 1615/1614/9447 -f 1615/1614/9448 1638/1637/9449 1639/1638/9450 -f 1615/1614/9451 1639/1638/9452 1616/1615/9453 -f 1616/1615/9454 1639/1638/9455 1640/1639/9456 -f 1616/1615/9457 1640/1639/9458 1617/1616/9459 -f 1617/1616/9460 1640/1639/9461 1641/1640/9462 -f 1617/1616/9463 1641/1640/9464 1618/1617/9465 -f 1618/1617/9466 1641/1640/9467 1642/1641/9468 -f 1618/1617/9469 1642/1641/9470 1619/1618/9471 -f 1619/1618/9472 1642/1641/9473 1643/1642/9474 -f 1619/1618/9475 1643/1642/9476 1620/1619/9477 -f 1620/1619/9478 1643/1642/9479 1644/1643/9480 -f 1620/1619/9481 1644/1643/9482 1621/1620/9483 -f 1621/1620/9484 1644/1643/9485 1645/1644/9486 -f 1621/1620/9487 1645/1644/9488 1622/1621/9489 -f 1622/1621/9490 1645/1644/9491 1646/1645/9492 -f 1622/1621/9493 1646/1645/9494 1623/1622/9495 -f 1623/1622/9496 1646/1645/9497 1647/1646/9498 -f 1623/1622/9499 1647/1646/9500 1624/1623/9501 -f 1624/1623/9502 1647/1646/9503 1648/1647/9504 -f 1624/1623/9505 1648/1647/9506 1625/1624/9507 -f 1625/1624/9508 1648/1647/9509 1649/1648/9510 -f 1625/1624/9511 1649/1648/9512 1626/1625/9513 -f 1626/1625/9514 1649/1648/9515 1650/1649/9516 -f 1626/1625/9517 1650/1649/9518 1627/1626/9519 -f 1627/1626/9520 1650/1649/9521 1651/1650/9522 -f 1627/1626/9523 1651/1650/9524 1628/1627/9525 -f 1628/1627/9526 1651/1650/9527 1652/1651/9528 -f 1628/1627/9529 1652/1651/9530 1629/1628/9531 -f 1629/1628/9532 1652/1651/9533 1653/1652/9534 -f 1629/1628/9535 1653/1652/9536 1630/1629/9537 -f 1630/1629/9538 1653/1652/9539 1654/1653/9540 -f 1630/1629/9541 1654/1653/9542 1631/1630/9543 -f 1631/1630/9544 1654/1653/9545 1655/1654/9546 -f 1631/1630/9547 1655/1654/9548 1632/1631/9549 -f 1632/1631/9550 1655/1654/9551 1656/1655/9552 -f 1632/1631/9553 1656/1655/9554 1633/1632/9555 -f 1633/1632/9556 1656/1655/9557 1657/1656/9558 -f 1633/1632/9559 1657/1656/9560 1634/1633/9561 -f 1634/1633/9562 1657/1656/9563 1658/1657/9564 -f 1634/1633/9565 1658/1657/9566 1635/1634/9567 -f 1635/1634/9568 1658/1657/9569 1659/1658/9570 -f 1635/1634/9571 1659/1658/9572 1612/1611/9573 -f 1612/1611/9574 1659/1658/9575 1636/1635/9576 -f 1636/1635/9577 1660/1659/9578 1637/1636/9579 -f 1637/1636/9580 1660/1659/9581 1661/1660/9582 -f 1637/1636/9583 1661/1660/9584 1638/1637/9585 -f 1638/1637/9586 1661/1660/9587 1662/1661/9588 -f 1638/1637/9589 1662/1661/9590 1639/1638/9591 -f 1639/1638/9592 1662/1661/9593 1663/1662/9594 -f 1639/1638/9595 1663/1662/9596 1640/1639/9597 -f 1640/1639/9598 1663/1662/9599 1664/1663/9600 -f 1640/1639/9601 1664/1663/9602 1641/1640/9603 -f 1641/1640/9604 1664/1663/9605 1665/1664/9606 -f 1641/1640/9607 1665/1664/9608 1642/1641/9609 -f 1642/1641/9610 1665/1664/9611 1666/1665/9612 -f 1642/1641/9613 1666/1665/9614 1643/1642/9615 -f 1643/1642/9616 1666/1665/9617 1667/1666/9618 -f 1643/1642/9619 1667/1666/9620 1644/1643/9621 -f 1644/1643/9622 1667/1666/9623 1668/1667/9624 -f 1644/1643/9625 1668/1667/9626 1645/1644/9627 -f 1645/1644/9628 1668/1667/9629 1669/1668/9630 -f 1645/1644/9631 1669/1668/9632 1646/1645/9633 -f 1646/1645/9634 1669/1668/9635 1670/1669/9636 -f 1646/1645/9637 1670/1669/9638 1647/1646/9639 -f 1647/1646/9640 1670/1669/9641 1671/1670/9642 -f 1647/1646/9643 1671/1670/9644 1648/1647/9645 -f 1648/1647/9646 1671/1670/9647 1672/1671/9648 -f 1648/1647/9649 1672/1671/9650 1649/1648/9651 -f 1649/1648/9652 1672/1671/9653 1673/1672/9654 -f 1649/1648/9655 1673/1672/9656 1650/1649/9657 -f 1650/1649/9658 1673/1672/9659 1674/1673/9660 -f 1650/1649/9661 1674/1673/9662 1651/1650/9663 -f 1651/1650/9664 1674/1673/9665 1675/1674/9666 -f 1651/1650/9667 1675/1674/9668 1652/1651/9669 -f 1652/1651/9670 1675/1674/9671 1676/1675/9672 -f 1652/1651/9673 1676/1675/9674 1653/1652/9675 -f 1653/1652/9676 1676/1675/9677 1677/1676/9678 -f 1653/1652/9679 1677/1676/9680 1654/1653/9681 -f 1654/1653/9682 1677/1676/9683 1678/1677/9684 -f 1654/1653/9685 1678/1677/9686 1655/1654/9687 -f 1655/1654/9688 1678/1677/9689 1679/1678/9690 -f 1655/1654/9691 1679/1678/9692 1656/1655/9693 -f 1656/1655/9694 1679/1678/9695 1680/1679/9696 -f 1656/1655/9697 1680/1679/9698 1657/1656/9699 -f 1657/1656/9700 1680/1679/9701 1681/1680/9702 -f 1657/1656/9703 1681/1680/9704 1658/1657/9705 -f 1658/1657/9706 1681/1680/9707 1682/1681/9708 -f 1658/1657/9709 1682/1681/9710 1659/1658/9711 -f 1659/1658/9712 1682/1681/9713 1683/1682/9714 -f 1659/1658/9715 1683/1682/9716 1636/1635/9717 -f 1636/1635/9718 1683/1682/9719 1660/1659/9720 -f 1660/1659/9721 1684/1683/9722 1661/1660/9723 -f 1661/1660/9724 1684/1683/9725 1685/1684/9726 -f 1661/1660/9727 1685/1684/9728 1662/1661/9729 -f 1662/1661/9730 1685/1684/9731 1686/1685/9732 -f 1662/1661/9733 1686/1685/9734 1663/1662/9735 -f 1663/1662/9736 1686/1685/9737 1687/1686/9738 -f 1663/1662/9739 1687/1686/9740 1664/1663/9741 -f 1664/1663/9742 1687/1686/9743 1688/1687/9744 -f 1664/1663/9745 1688/1687/9746 1665/1664/9747 -f 1665/1664/9748 1688/1687/9749 1689/1688/9750 -f 1665/1664/9751 1689/1688/9752 1666/1665/9753 -f 1666/1665/9754 1689/1688/9755 1690/1689/9756 -f 1666/1665/9757 1690/1689/9758 1667/1666/9759 -f 1667/1666/9760 1690/1689/9761 1691/1690/9762 -f 1667/1666/9763 1691/1690/9764 1668/1667/9765 -f 1668/1667/9766 1691/1690/9767 1692/1691/9768 -f 1668/1667/9769 1692/1691/9770 1669/1668/9771 -f 1669/1668/9772 1692/1691/9773 1693/1692/9774 -f 1669/1668/9775 1693/1692/9776 1670/1669/9777 -f 1670/1669/9778 1693/1692/9779 1694/1693/9780 -f 1670/1669/9781 1694/1693/9782 1671/1670/9783 -f 1671/1670/9784 1694/1693/9785 1695/1694/9786 -f 1671/1670/9787 1695/1694/9788 1672/1671/9789 -f 1672/1671/9790 1695/1694/9791 1696/1695/9792 -f 1672/1671/9793 1696/1695/9794 1673/1672/9795 -f 1673/1672/9796 1696/1695/9797 1697/1696/9798 -f 1673/1672/9799 1697/1696/9800 1674/1673/9801 -f 1674/1673/9802 1697/1696/9803 1698/1697/9804 -f 1674/1673/9805 1698/1697/9806 1675/1674/9807 -f 1675/1674/9808 1698/1697/9809 1699/1698/9810 -f 1675/1674/9811 1699/1698/9812 1676/1675/9813 -f 1676/1675/9814 1699/1698/9815 1700/1699/9816 -f 1676/1675/9817 1700/1699/9818 1677/1676/9819 -f 1677/1676/9820 1700/1699/9821 1701/1700/9822 -f 1677/1676/9823 1701/1700/9824 1678/1677/9825 -f 1678/1677/9826 1701/1700/9827 1702/1701/9828 -f 1678/1677/9829 1702/1701/9830 1679/1678/9831 -f 1679/1678/9832 1702/1701/9833 1703/1702/9834 -f 1679/1678/9835 1703/1702/9836 1680/1679/9837 -f 1680/1679/9838 1703/1702/9839 1704/1703/9840 -f 1680/1679/9841 1704/1703/9842 1681/1680/9843 -f 1681/1680/9844 1704/1703/9845 1705/1704/9846 -f 1681/1680/9847 1705/1704/9848 1682/1681/9849 -f 1682/1681/9850 1705/1704/9851 1706/1705/9852 -f 1682/1681/9853 1706/1705/9854 1683/1682/9855 -f 1683/1682/9856 1706/1705/9857 1707/1706/9858 -f 1683/1682/9859 1707/1706/9860 1660/1659/9861 -f 1660/1659/9862 1707/1706/9863 1684/1683/9864 -f 1684/1683/9865 1708/1707/9866 1685/1684/9867 -f 1685/1684/9868 1708/1707/9869 1709/1708/9870 -f 1685/1684/9871 1709/1708/9872 1686/1685/9873 -f 1686/1685/9874 1709/1708/9875 1710/1709/9876 -f 1686/1685/9877 1710/1709/9878 1687/1686/9879 -f 1687/1686/9880 1710/1709/9881 1711/1710/9882 -f 1687/1686/9883 1711/1710/9884 1688/1687/9885 -f 1688/1687/9886 1711/1710/9887 1712/1711/9888 -f 1688/1687/9889 1712/1711/9890 1689/1688/9891 -f 1689/1688/9892 1712/1711/9893 1713/1712/9894 -f 1689/1688/9895 1713/1712/9896 1690/1689/9897 -f 1690/1689/9898 1713/1712/9899 1714/1713/9900 -f 1690/1689/9901 1714/1713/9902 1691/1690/9903 -f 1691/1690/9904 1714/1713/9905 1715/1714/9906 -f 1691/1690/9907 1715/1714/9908 1692/1691/9909 -f 1692/1691/9910 1715/1714/9911 1716/1715/9912 -f 1692/1691/9913 1716/1715/9914 1693/1692/9915 -f 1693/1692/9916 1716/1715/9917 1717/1716/9918 -f 1693/1692/9919 1717/1716/9920 1694/1693/9921 -f 1694/1693/9922 1717/1716/9923 1718/1717/9924 -f 1694/1693/9925 1718/1717/9926 1695/1694/9927 -f 1695/1694/9928 1718/1717/9929 1719/1718/9930 -f 1695/1694/9931 1719/1718/9932 1696/1695/9933 -f 1696/1695/9934 1719/1718/9935 1720/1719/9936 -f 1696/1695/9937 1720/1719/9938 1697/1696/9939 -f 1697/1696/9940 1720/1719/9941 1721/1720/9942 -f 1697/1696/9943 1721/1720/9944 1698/1697/9945 -f 1698/1697/9946 1721/1720/9947 1722/1721/9948 -f 1698/1697/9949 1722/1721/9950 1699/1698/9951 -f 1699/1698/9952 1722/1721/9953 1723/1722/9954 -f 1699/1698/9955 1723/1722/9956 1700/1699/9957 -f 1700/1699/9958 1723/1722/9959 1724/1723/9960 -f 1700/1699/9961 1724/1723/9962 1701/1700/9963 -f 1701/1700/9964 1724/1723/9965 1725/1724/9966 -f 1701/1700/9967 1725/1724/9968 1702/1701/9969 -f 1702/1701/9970 1725/1724/9971 1726/1725/9972 -f 1702/1701/9973 1726/1725/9974 1703/1702/9975 -f 1703/1702/9976 1726/1725/9977 1727/1726/9978 -f 1703/1702/9979 1727/1726/9980 1704/1703/9981 -f 1704/1703/9982 1727/1726/9983 1728/1727/9984 -f 1704/1703/9985 1728/1727/9986 1705/1704/9987 -f 1705/1704/9988 1728/1727/9989 1729/1728/9990 -f 1705/1704/9991 1729/1728/9992 1706/1705/9993 -f 1706/1705/9994 1729/1728/9995 1730/1729/9996 -f 1706/1705/9997 1730/1729/9998 1707/1706/9999 -f 1707/1706/10000 1730/1729/10001 1731/1730/10002 -f 1707/1706/10003 1731/1730/10004 1684/1683/10005 -f 1684/1683/10006 1731/1730/10007 1708/1707/10008 -f 1708/1707/10009 1732/1731/10010 1709/1708/10011 -f 1709/1708/10012 1732/1731/10013 1733/1732/10014 -f 1709/1708/10015 1733/1732/10016 1710/1709/10017 -f 1710/1709/10018 1733/1732/10019 1734/1733/10020 -f 1710/1709/10021 1734/1733/10022 1711/1710/10023 -f 1711/1710/10024 1734/1733/10025 1735/1734/10026 -f 1711/1710/10027 1735/1734/10028 1712/1711/10029 -f 1712/1711/10030 1735/1734/10031 1736/1735/10032 -f 1712/1711/10033 1736/1735/10034 1713/1712/10035 -f 1713/1712/10036 1736/1735/10037 1737/1736/10038 -f 1713/1712/10039 1737/1736/10040 1714/1713/10041 -f 1714/1713/10042 1737/1736/10043 1738/1737/10044 -f 1714/1713/10045 1738/1737/10046 1715/1714/10047 -f 1715/1714/10048 1738/1737/10049 1739/1738/10050 -f 1715/1714/10051 1739/1738/10052 1716/1715/10053 -f 1716/1715/10054 1739/1738/10055 1740/1739/10056 -f 1716/1715/10057 1740/1739/10058 1717/1716/10059 -f 1717/1716/10060 1740/1739/10061 1741/1740/10062 -f 1717/1716/10063 1741/1740/10064 1718/1717/10065 -f 1718/1717/10066 1741/1740/10067 1742/1741/10068 -f 1718/1717/10069 1742/1741/10070 1719/1718/10071 -f 1719/1718/10072 1742/1741/10073 1743/1742/10074 -f 1719/1718/10075 1743/1742/10076 1720/1719/10077 -f 1720/1719/10078 1743/1742/10079 1744/1743/10080 -f 1720/1719/10081 1744/1743/10082 1721/1720/10083 -f 1721/1720/10084 1744/1743/10085 1745/1744/10086 -f 1721/1720/10087 1745/1744/10088 1722/1721/10089 -f 1722/1721/10090 1745/1744/10091 1746/1745/10092 -f 1722/1721/10093 1746/1745/10094 1723/1722/10095 -f 1723/1722/10096 1746/1745/10097 1747/1746/10098 -f 1723/1722/10099 1747/1746/10100 1724/1723/10101 -f 1724/1723/10102 1747/1746/10103 1748/1747/10104 -f 1724/1723/10105 1748/1747/10106 1725/1724/10107 -f 1725/1724/10108 1748/1747/10109 1749/1748/10110 -f 1725/1724/10111 1749/1748/10112 1726/1725/10113 -f 1726/1725/10114 1749/1748/10115 1750/1749/10116 -f 1726/1725/10117 1750/1749/10118 1727/1726/10119 -f 1727/1726/10120 1750/1749/10121 1751/1750/10122 -f 1727/1726/10123 1751/1750/10124 1728/1727/10125 -f 1728/1727/10126 1751/1750/10127 1752/1751/10128 -f 1728/1727/10129 1752/1751/10130 1729/1728/10131 -f 1729/1728/10132 1752/1751/10133 1753/1752/10134 -f 1729/1728/10135 1753/1752/10136 1730/1729/10137 -f 1730/1729/10138 1753/1752/10139 1754/1753/10140 -f 1730/1729/10141 1754/1753/10142 1731/1730/10143 -f 1731/1730/10144 1754/1753/10145 1755/1754/10146 -f 1731/1730/10147 1755/1754/10148 1708/1707/10149 -f 1708/1707/10150 1755/1754/10151 1732/1731/10152 -f 1732/1731/10153 1756/1755/10154 1733/1732/10155 -f 1733/1732/10156 1756/1755/10157 1757/1756/10158 -f 1733/1732/10159 1757/1756/10160 1734/1733/10161 -f 1734/1733/10162 1757/1756/10163 1758/1757/10164 -f 1734/1733/10165 1758/1757/10166 1735/1734/10167 -f 1735/1734/10168 1758/1757/10169 1759/1758/10170 -f 1735/1734/10171 1759/1758/10172 1736/1735/10173 -f 1736/1735/10174 1759/1758/10175 1760/1759/10176 -f 1736/1735/10177 1760/1759/10178 1737/1736/10179 -f 1737/1736/10180 1760/1759/10181 1761/1760/10182 -f 1737/1736/10183 1761/1760/10184 1738/1737/10185 -f 1738/1737/10186 1761/1760/10187 1762/1761/10188 -f 1738/1737/10189 1762/1761/10190 1739/1738/10191 -f 1739/1738/10192 1762/1761/10193 1763/1762/10194 -f 1739/1738/10195 1763/1762/10196 1740/1739/10197 -f 1740/1739/10198 1763/1762/10199 1764/1763/10200 -f 1740/1739/10201 1764/1763/10202 1741/1740/10203 -f 1741/1740/10204 1764/1763/10205 1765/1764/10206 -f 1741/1740/10207 1765/1764/10208 1742/1741/10209 -f 1742/1741/10210 1765/1764/10211 1766/1765/10212 -f 1742/1741/10213 1766/1765/10214 1743/1742/10215 -f 1743/1742/10216 1766/1765/10217 1767/1766/10218 -f 1743/1742/10219 1767/1766/10220 1744/1743/10221 -f 1744/1743/10222 1767/1766/10223 1768/1767/10224 -f 1744/1743/10225 1768/1767/10226 1745/1744/10227 -f 1745/1744/10228 1768/1767/10229 1769/1768/10230 -f 1745/1744/10231 1769/1768/10232 1746/1745/10233 -f 1746/1745/10234 1769/1768/10235 1770/1769/10236 -f 1746/1745/10237 1770/1769/10238 1747/1746/10239 -f 1747/1746/10240 1770/1769/10241 1771/1770/10242 -f 1747/1746/10243 1771/1770/10244 1748/1747/10245 -f 1748/1747/10246 1771/1770/10247 1772/1771/10248 -f 1748/1747/10249 1772/1771/10250 1749/1748/10251 -f 1749/1748/10252 1772/1771/10253 1773/1772/10254 -f 1749/1748/10255 1773/1772/10256 1750/1749/10257 -f 1750/1749/10258 1773/1772/10259 1774/1773/10260 -f 1750/1749/10261 1774/1773/10262 1751/1750/10263 -f 1751/1750/10264 1774/1773/10265 1775/1774/10266 -f 1751/1750/10267 1775/1774/10268 1752/1751/10269 -f 1752/1751/10270 1775/1774/10271 1776/1775/10272 -f 1752/1751/10273 1776/1775/10274 1753/1752/10275 -f 1753/1752/10276 1776/1775/10277 1777/1776/10278 -f 1753/1752/10279 1777/1776/10280 1754/1753/10281 -f 1754/1753/10282 1777/1776/10283 1778/1777/10284 -f 1754/1753/10285 1778/1777/10286 1755/1754/10287 -f 1755/1754/10288 1778/1777/10289 1779/1778/10290 -f 1755/1754/10291 1779/1778/10292 1732/1731/10293 -f 1732/1731/10294 1779/1778/10295 1756/1755/10296 -f 1756/1755/10297 1780/1779/10298 1757/1756/10299 -f 1757/1756/10300 1780/1779/10301 1781/1780/10302 -f 1757/1756/10303 1781/1780/10304 1758/1757/10305 -f 1758/1757/10306 1781/1780/10307 1782/1781/10308 -f 1758/1757/10309 1782/1781/10310 1759/1758/10311 -f 1759/1758/10312 1782/1781/10313 1783/1782/10314 -f 1759/1758/10315 1783/1782/10316 1760/1759/10317 -f 1760/1759/10318 1783/1782/10319 1784/1783/10320 -f 1760/1759/10321 1784/1783/10322 1761/1760/10323 -f 1761/1760/10324 1784/1783/10325 1785/1784/10326 -f 1761/1760/10327 1785/1784/10328 1762/1761/10329 -f 1762/1761/10330 1785/1784/10331 1786/1785/10332 -f 1762/1761/10333 1786/1785/10334 1763/1762/10335 -f 1763/1762/10336 1786/1785/10337 1787/1786/10338 -f 1763/1762/10339 1787/1786/10340 1764/1763/10341 -f 1764/1763/10342 1787/1786/10343 1788/1787/10344 -f 1764/1763/10345 1788/1787/10346 1765/1764/10347 -f 1765/1764/10348 1788/1787/10349 1789/1788/10350 -f 1765/1764/10351 1789/1788/10352 1766/1765/10353 -f 1766/1765/10354 1789/1788/10355 1790/1789/10356 -f 1766/1765/10357 1790/1789/10358 1767/1766/10359 -f 1767/1766/10360 1790/1789/10361 1791/1790/10362 -f 1767/1766/10363 1791/1790/10364 1768/1767/10365 -f 1768/1767/10366 1791/1790/10367 1792/1791/10368 -f 1768/1767/10369 1792/1791/10370 1769/1768/10371 -f 1769/1768/10372 1792/1791/10373 1793/1792/10374 -f 1769/1768/10375 1793/1792/10376 1770/1769/10377 -f 1770/1769/10378 1793/1792/10379 1794/1793/10380 -f 1770/1769/10381 1794/1793/10382 1771/1770/10383 -f 1771/1770/10384 1794/1793/10385 1795/1794/10386 -f 1771/1770/10387 1795/1794/10388 1772/1771/10389 -f 1772/1771/10390 1795/1794/10391 1796/1795/10392 -f 1772/1771/10393 1796/1795/10394 1773/1772/10395 -f 1773/1772/10396 1796/1795/10397 1797/1796/10398 -f 1773/1772/10399 1797/1796/10400 1774/1773/10401 -f 1774/1773/10402 1797/1796/10403 1798/1797/10404 -f 1774/1773/10405 1798/1797/10406 1775/1774/10407 -f 1775/1774/10408 1798/1797/10409 1799/1798/10410 -f 1775/1774/10411 1799/1798/10412 1776/1775/10413 -f 1776/1775/10414 1799/1798/10415 1800/1799/10416 -f 1776/1775/10417 1800/1799/10418 1777/1776/10419 -f 1777/1776/10420 1800/1799/10421 1801/1800/10422 -f 1777/1776/10423 1801/1800/10424 1778/1777/10425 -f 1778/1777/10426 1801/1800/10427 1802/1801/10428 -f 1778/1777/10429 1802/1801/10430 1779/1778/10431 -f 1779/1778/10432 1802/1801/10433 1803/1802/10434 -f 1779/1778/10435 1803/1802/10436 1756/1755/10437 -f 1756/1755/10438 1803/1802/10439 1780/1779/10440 -f 1780/1779/10441 1804/1803/10442 1781/1780/10443 -f 1781/1780/10444 1804/1803/10445 1805/1804/10446 -f 1781/1780/10447 1805/1804/10448 1782/1781/10449 -f 1782/1781/10450 1805/1804/10451 1806/1805/10452 -f 1782/1781/10453 1806/1805/10454 1783/1782/10455 -f 1783/1782/10456 1806/1805/10457 1807/1806/10458 -f 1783/1782/10459 1807/1806/10460 1784/1783/10461 -f 1784/1783/10462 1807/1806/10463 1808/1807/10464 -f 1784/1783/10465 1808/1807/10466 1785/1784/10467 -f 1785/1784/10468 1808/1807/10469 1809/1808/10470 -f 1785/1784/10471 1809/1808/10472 1786/1785/10473 -f 1786/1785/10474 1809/1808/10475 1810/1809/10476 -f 1786/1785/10477 1810/1809/10478 1787/1786/10479 -f 1787/1786/10480 1810/1809/10481 1811/1810/10482 -f 1787/1786/10483 1811/1810/10484 1788/1787/10485 -f 1788/1787/10486 1811/1810/10487 1812/1811/10488 -f 1788/1787/10489 1812/1811/10490 1789/1788/10491 -f 1789/1788/10492 1812/1811/10493 1813/1812/10494 -f 1789/1788/10495 1813/1812/10496 1790/1789/10497 -f 1790/1789/10498 1813/1812/10499 1814/1813/10500 -f 1790/1789/10501 1814/1813/10502 1791/1790/10503 -f 1791/1790/10504 1814/1813/10505 1815/1814/10506 -f 1791/1790/10507 1815/1814/10508 1792/1791/10509 -f 1792/1791/10510 1815/1814/10511 1816/1815/10512 -f 1792/1791/10513 1816/1815/10514 1793/1792/10515 -f 1793/1792/10516 1816/1815/10517 1817/1816/10518 -f 1793/1792/10519 1817/1816/10520 1794/1793/10521 -f 1794/1793/10522 1817/1816/10523 1818/1817/10524 -f 1794/1793/10525 1818/1817/10526 1795/1794/10527 -f 1795/1794/10528 1818/1817/10529 1819/1818/10530 -f 1795/1794/10531 1819/1818/10532 1796/1795/10533 -f 1796/1795/10534 1819/1818/10535 1820/1819/10536 -f 1796/1795/10537 1820/1819/10538 1797/1796/10539 -f 1797/1796/10540 1820/1819/10541 1821/1820/10542 -f 1797/1796/10543 1821/1820/10544 1798/1797/10545 -f 1798/1797/10546 1821/1820/10547 1822/1821/10548 -f 1798/1797/10549 1822/1821/10550 1799/1798/10551 -f 1799/1798/10552 1822/1821/10553 1823/1822/10554 -f 1799/1798/10555 1823/1822/10556 1800/1799/10557 -f 1800/1799/10558 1823/1822/10559 1824/1823/10560 -f 1800/1799/10561 1824/1823/10562 1801/1800/10563 -f 1801/1800/10564 1824/1823/10565 1825/1824/10566 -f 1801/1800/10567 1825/1824/10568 1802/1801/10569 -f 1802/1801/10570 1825/1824/10571 1826/1825/10572 -f 1802/1801/10573 1826/1825/10574 1803/1802/10575 -f 1803/1802/10576 1826/1825/10577 1827/1826/10578 -f 1803/1802/10579 1827/1826/10580 1780/1779/10581 -f 1780/1779/10582 1827/1826/10583 1804/1803/10584 -f 1804/1803/10585 1828/1827/10586 1805/1804/10587 -f 1805/1804/10588 1828/1827/10589 1829/1828/10590 -f 1805/1804/10591 1829/1828/10592 1806/1805/10593 -f 1806/1805/10594 1829/1828/10595 1830/1829/10596 -f 1806/1805/10597 1830/1829/10598 1807/1806/10599 -f 1807/1806/10600 1830/1829/10601 1831/1830/10602 -f 1807/1806/10603 1831/1830/10604 1808/1807/10605 -f 1808/1807/10606 1831/1830/10607 1832/1831/10608 -f 1808/1807/10609 1832/1831/10610 1809/1808/10611 -f 1809/1808/10612 1832/1831/10613 1833/1832/10614 -f 1809/1808/10615 1833/1832/10616 1810/1809/10617 -f 1810/1809/10618 1833/1832/10619 1834/1833/10620 -f 1810/1809/10621 1834/1833/10622 1811/1810/10623 -f 1811/1810/10624 1834/1833/10625 1835/1834/10626 -f 1811/1810/10627 1835/1834/10628 1812/1811/10629 -f 1812/1811/10630 1835/1834/10631 1836/1835/10632 -f 1812/1811/10633 1836/1835/10634 1813/1812/10635 -f 1813/1812/10636 1836/1835/10637 1837/1836/10638 -f 1813/1812/10639 1837/1836/10640 1814/1813/10641 -f 1814/1813/10642 1837/1836/10643 1838/1837/10644 -f 1814/1813/10645 1838/1837/10646 1815/1814/10647 -f 1815/1814/10648 1838/1837/10649 1839/1838/10650 -f 1815/1814/10651 1839/1838/10652 1816/1815/10653 -f 1816/1815/10654 1839/1838/10655 1840/1839/10656 -f 1816/1815/10657 1840/1839/10658 1817/1816/10659 -f 1817/1816/10660 1840/1839/10661 1841/1840/10662 -f 1817/1816/10663 1841/1840/10664 1818/1817/10665 -f 1818/1817/10666 1841/1840/10667 1842/1841/10668 -f 1818/1817/10669 1842/1841/10670 1819/1818/10671 -f 1819/1818/10672 1842/1841/10673 1843/1842/10674 -f 1819/1818/10675 1843/1842/10676 1820/1819/10677 -f 1820/1819/10678 1843/1842/10679 1844/1843/10680 -f 1820/1819/10681 1844/1843/10682 1821/1820/10683 -f 1821/1820/10684 1844/1843/10685 1845/1844/10686 -f 1821/1820/10687 1845/1844/10688 1822/1821/10689 -f 1822/1821/10690 1845/1844/10691 1846/1845/10692 -f 1822/1821/10693 1846/1845/10694 1823/1822/10695 -f 1823/1822/10696 1846/1845/10697 1847/1846/10698 -f 1823/1822/10699 1847/1846/10700 1824/1823/10701 -f 1824/1823/10702 1847/1846/10703 1848/1847/10704 -f 1824/1823/10705 1848/1847/10706 1825/1824/10707 -f 1825/1824/10708 1848/1847/10709 1849/1848/10710 -f 1825/1824/10711 1849/1848/10712 1826/1825/10713 -f 1826/1825/10714 1849/1848/10715 1850/1849/10716 -f 1826/1825/10717 1850/1849/10718 1827/1826/10719 -f 1827/1826/10720 1850/1849/10721 1851/1850/10722 -f 1827/1826/10723 1851/1850/10724 1804/1803/10725 -f 1804/1803/10726 1851/1850/10727 1828/1827/10728 -f 1828/1827/10729 1852/1851/10730 1829/1828/10731 -f 1829/1828/10732 1852/1851/10733 1853/1852/10734 -f 1829/1828/10735 1853/1852/10736 1830/1829/10737 -f 1830/1829/10738 1853/1852/10739 1854/1853/10740 -f 1830/1829/10741 1854/1853/10742 1831/1830/10743 -f 1831/1830/10744 1854/1853/10745 1855/1854/10746 -f 1831/1830/10747 1855/1854/10748 1832/1831/10749 -f 1832/1831/10750 1855/1854/10751 1856/1855/10752 -f 1832/1831/10753 1856/1855/10754 1833/1832/10755 -f 1833/1832/10756 1856/1855/10757 1857/1856/10758 -f 1833/1832/10759 1857/1856/10760 1834/1833/10761 -f 1834/1833/10762 1857/1856/10763 1858/1857/10764 -f 1834/1833/10765 1858/1857/10766 1835/1834/10767 -f 1835/1834/10768 1858/1857/10769 1859/1858/10770 -f 1835/1834/10771 1859/1858/10772 1836/1835/10773 -f 1836/1835/10774 1859/1858/10775 1860/1859/10776 -f 1836/1835/10777 1860/1859/10778 1837/1836/10779 -f 1837/1836/10780 1860/1859/10781 1861/1860/10782 -f 1837/1836/10783 1861/1860/10784 1838/1837/10785 -f 1838/1837/10786 1861/1860/10787 1862/1861/10788 -f 1838/1837/10789 1862/1861/10790 1839/1838/10791 -f 1839/1838/10792 1862/1861/10793 1863/1862/10794 -f 1839/1838/10795 1863/1862/10796 1840/1839/10797 -f 1840/1839/10798 1863/1862/10799 1864/1863/10800 -f 1840/1839/10801 1864/1863/10802 1841/1840/10803 -f 1841/1840/10804 1864/1863/10805 1865/1864/10806 -f 1841/1840/10807 1865/1864/10808 1842/1841/10809 -f 1842/1841/10810 1865/1864/10811 1866/1865/10812 -f 1842/1841/10813 1866/1865/10814 1843/1842/10815 -f 1843/1842/10816 1866/1865/10817 1867/1866/10818 -f 1843/1842/10819 1867/1866/10820 1844/1843/10821 -f 1844/1843/10822 1867/1866/10823 1868/1867/10824 -f 1844/1843/10825 1868/1867/10826 1845/1844/10827 -f 1845/1844/10828 1868/1867/10829 1869/1868/10830 -f 1845/1844/10831 1869/1868/10832 1846/1845/10833 -f 1846/1845/10834 1869/1868/10835 1870/1869/10836 -f 1846/1845/10837 1870/1869/10838 1847/1846/10839 -f 1847/1846/10840 1870/1869/10841 1871/1870/10842 -f 1847/1846/10843 1871/1870/10844 1848/1847/10845 -f 1848/1847/10846 1871/1870/10847 1872/1871/10848 -f 1848/1847/10849 1872/1871/10850 1849/1848/10851 -f 1849/1848/10852 1872/1871/10853 1873/1872/10854 -f 1849/1848/10855 1873/1872/10856 1850/1849/10857 -f 1850/1849/10858 1873/1872/10859 1874/1873/10860 -f 1850/1849/10861 1874/1873/10862 1851/1850/10863 -f 1851/1850/10864 1874/1873/10865 1875/1874/10866 -f 1851/1850/10867 1875/1874/10868 1828/1827/10869 -f 1828/1827/10870 1875/1874/10871 1852/1851/10872 -f 1852/1851/10873 1876/1875/10874 1853/1852/10875 -f 1853/1852/10876 1876/1875/10877 1877/1876/10878 -f 1853/1852/10879 1877/1876/10880 1854/1853/10881 -f 1854/1853/10882 1877/1876/10883 1878/1877/10884 -f 1854/1853/10885 1878/1877/10886 1855/1854/10887 -f 1855/1854/10888 1878/1877/10889 1879/1878/10890 -f 1855/1854/10891 1879/1878/10892 1856/1855/10893 -f 1856/1855/10894 1879/1878/10895 1880/1879/10896 -f 1856/1855/10897 1880/1879/10898 1857/1856/10899 -f 1857/1856/10900 1880/1879/10901 1881/1880/10902 -f 1857/1856/10903 1881/1880/10904 1858/1857/10905 -f 1858/1857/10906 1881/1880/10907 1882/1881/10908 -f 1858/1857/10909 1882/1881/10910 1859/1858/10911 -f 1859/1858/10912 1882/1881/10913 1883/1882/10914 -f 1859/1858/10915 1883/1882/10916 1860/1859/10917 -f 1860/1859/10918 1883/1882/10919 1884/1883/10920 -f 1860/1859/10921 1884/1883/10922 1861/1860/10923 -f 1861/1860/10924 1884/1883/10925 1885/1884/10926 -f 1861/1860/10927 1885/1884/10928 1862/1861/10929 -f 1862/1861/10930 1885/1884/10931 1886/1885/10932 -f 1862/1861/10933 1886/1885/10934 1863/1862/10935 -f 1863/1862/10936 1886/1885/10937 1887/1886/10938 -f 1863/1862/10939 1887/1886/10940 1864/1863/10941 -f 1864/1863/10942 1887/1886/10943 1888/1887/10944 -f 1864/1863/10945 1888/1887/10946 1865/1864/10947 -f 1865/1864/10948 1888/1887/10949 1889/1888/10950 -f 1865/1864/10951 1889/1888/10952 1866/1865/10953 -f 1866/1865/10954 1889/1888/10955 1890/1889/10956 -f 1866/1865/10957 1890/1889/10958 1867/1866/10959 -f 1867/1866/10960 1890/1889/10961 1891/1890/10962 -f 1867/1866/10963 1891/1890/10964 1868/1867/10965 -f 1868/1867/10966 1891/1890/10967 1892/1891/10968 -f 1868/1867/10969 1892/1891/10970 1869/1868/10971 -f 1869/1868/10972 1892/1891/10973 1893/1892/10974 -f 1869/1868/10975 1893/1892/10976 1870/1869/10977 -f 1870/1869/10978 1893/1892/10979 1894/1893/10980 -f 1870/1869/10981 1894/1893/10982 1871/1870/10983 -f 1871/1870/10984 1894/1893/10985 1895/1894/10986 -f 1871/1870/10987 1895/1894/10988 1872/1871/10989 -f 1872/1871/10990 1895/1894/10991 1896/1895/10992 -f 1872/1871/10993 1896/1895/10994 1873/1872/10995 -f 1873/1872/10996 1896/1895/10997 1897/1896/10998 -f 1873/1872/10999 1897/1896/11000 1874/1873/11001 -f 1874/1873/11002 1897/1896/11003 1898/1897/11004 -f 1874/1873/11005 1898/1897/11006 1875/1874/11007 -f 1875/1874/11008 1898/1897/11009 1899/1898/11010 -f 1875/1874/11011 1899/1898/11012 1852/1851/11013 -f 1852/1851/11014 1899/1898/11015 1876/1875/11016 -f 1876/1875/11017 1900/1899/11018 1877/1876/11019 -f 1877/1876/11020 1900/1899/11021 1901/1900/11022 -f 1877/1876/11023 1901/1900/11024 1878/1877/11025 -f 1878/1877/11026 1901/1900/11027 1902/1901/11028 -f 1878/1877/11029 1902/1901/11030 1879/1878/11031 -f 1879/1878/11032 1902/1901/11033 1903/1902/11034 -f 1879/1878/11035 1903/1902/11036 1880/1879/11037 -f 1880/1879/11038 1903/1902/11039 1904/1903/11040 -f 1880/1879/11041 1904/1903/11042 1881/1880/11043 -f 1881/1880/11044 1904/1903/11045 1905/1904/11046 -f 1881/1880/11047 1905/1904/11048 1882/1881/11049 -f 1882/1881/11050 1905/1904/11051 1906/1905/11052 -f 1882/1881/11053 1906/1905/11054 1883/1882/11055 -f 1883/1882/11056 1906/1905/11057 1907/1906/11058 -f 1883/1882/11059 1907/1906/11060 1884/1883/11061 -f 1884/1883/11062 1907/1906/11063 1908/1907/11064 -f 1884/1883/11065 1908/1907/11066 1885/1884/11067 -f 1885/1884/11068 1908/1907/11069 1909/1908/11070 -f 1885/1884/11071 1909/1908/11072 1886/1885/11073 -f 1886/1885/11074 1909/1908/11075 1910/1909/11076 -f 1886/1885/11077 1910/1909/11078 1887/1886/11079 -f 1887/1886/11080 1910/1909/11081 1911/1910/11082 -f 1887/1886/11083 1911/1910/11084 1888/1887/11085 -f 1888/1887/11086 1911/1910/11087 1912/1911/11088 -f 1888/1887/11089 1912/1911/11090 1889/1888/11091 -f 1889/1888/11092 1912/1911/11093 1913/1912/11094 -f 1889/1888/11095 1913/1912/11096 1890/1889/11097 -f 1890/1889/11098 1913/1912/11099 1914/1913/11100 -f 1890/1889/11101 1914/1913/11102 1891/1890/11103 -f 1891/1890/11104 1914/1913/11105 1915/1914/11106 -f 1891/1890/11107 1915/1914/11108 1892/1891/11109 -f 1892/1891/11110 1915/1914/11111 1916/1915/11112 -f 1892/1891/11113 1916/1915/11114 1893/1892/11115 -f 1893/1892/11116 1916/1915/11117 1917/1916/11118 -f 1893/1892/11119 1917/1916/11120 1894/1893/11121 -f 1894/1893/11122 1917/1916/11123 1918/1917/11124 -f 1894/1893/11125 1918/1917/11126 1895/1894/11127 -f 1895/1894/11128 1918/1917/11129 1919/1918/11130 -f 1895/1894/11131 1919/1918/11132 1896/1895/11133 -f 1896/1895/11134 1919/1918/11135 1920/1919/11136 -f 1896/1895/11137 1920/1919/11138 1897/1896/11139 -f 1897/1896/11140 1920/1919/11141 1921/1920/11142 -f 1897/1896/11143 1921/1920/11144 1898/1897/11145 -f 1898/1897/11146 1921/1920/11147 1922/1921/11148 -f 1898/1897/11149 1922/1921/11150 1899/1898/11151 -f 1899/1898/11152 1922/1921/11153 1923/1922/11154 -f 1899/1898/11155 1923/1922/11156 1876/1875/11157 -f 1876/1875/11158 1923/1922/11159 1900/1899/11160 -f 1900/1899/11161 1924/1923/11162 1901/1900/11163 -f 1901/1900/11164 1924/1923/11165 1925/1924/11166 -f 1901/1900/11167 1925/1924/11168 1902/1901/11169 -f 1902/1901/11170 1925/1924/11171 1926/1925/11172 -f 1902/1901/11173 1926/1925/11174 1903/1902/11175 -f 1903/1902/11176 1926/1925/11177 1927/1926/11178 -f 1903/1902/11179 1927/1926/11180 1904/1903/11181 -f 1904/1903/11182 1927/1926/11183 1928/1927/11184 -f 1904/1903/11185 1928/1927/11186 1905/1904/11187 -f 1905/1904/11188 1928/1927/11189 1929/1928/11190 -f 1905/1904/11191 1929/1928/11192 1906/1905/11193 -f 1906/1905/11194 1929/1928/11195 1930/1929/11196 -f 1906/1905/11197 1930/1929/11198 1907/1906/11199 -f 1907/1906/11200 1930/1929/11201 1931/1930/11202 -f 1907/1906/11203 1931/1930/11204 1908/1907/11205 -f 1908/1907/11206 1931/1930/11207 1932/1931/11208 -f 1908/1907/11209 1932/1931/11210 1909/1908/11211 -f 1909/1908/11212 1932/1931/11213 1933/1932/11214 -f 1909/1908/11215 1933/1932/11216 1910/1909/11217 -f 1910/1909/11218 1933/1932/11219 1934/1933/11220 -f 1910/1909/11221 1934/1933/11222 1911/1910/11223 -f 1911/1910/11224 1934/1933/11225 1935/1934/11226 -f 1911/1910/11227 1935/1934/11228 1912/1911/11229 -f 1912/1911/11230 1935/1934/11231 1936/1935/11232 -f 1912/1911/11233 1936/1935/11234 1913/1912/11235 -f 1913/1912/11236 1936/1935/11237 1937/1936/11238 -f 1913/1912/11239 1937/1936/11240 1914/1913/11241 -f 1914/1913/11242 1937/1936/11243 1938/1937/11244 -f 1914/1913/11245 1938/1937/11246 1915/1914/11247 -f 1915/1914/11248 1938/1937/11249 1939/1938/11250 -f 1915/1914/11251 1939/1938/11252 1916/1915/11253 -f 1916/1915/11254 1939/1938/11255 1940/1939/11256 -f 1916/1915/11257 1940/1939/11258 1917/1916/11259 -f 1917/1916/11260 1940/1939/11261 1941/1940/11262 -f 1917/1916/11263 1941/1940/11264 1918/1917/11265 -f 1918/1917/11266 1941/1940/11267 1942/1941/11268 -f 1918/1917/11269 1942/1941/11270 1919/1918/11271 -f 1919/1918/11272 1942/1941/11273 1943/1942/11274 -f 1919/1918/11275 1943/1942/11276 1920/1919/11277 -f 1920/1919/11278 1943/1942/11279 1944/1943/11280 -f 1920/1919/11281 1944/1943/11282 1921/1920/11283 -f 1921/1920/11284 1944/1943/11285 1945/1944/11286 -f 1921/1920/11287 1945/1944/11288 1922/1921/11289 -f 1922/1921/11290 1945/1944/11291 1946/1945/11292 -f 1922/1921/11293 1946/1945/11294 1923/1922/11295 -f 1923/1922/11296 1946/1945/11297 1947/1946/11298 -f 1923/1922/11299 1947/1946/11300 1900/1899/11301 -f 1900/1899/11302 1947/1946/11303 1924/1923/11304 -f 1924/1923/11305 1948/1947/11306 1925/1924/11307 -f 1925/1924/11308 1948/1947/11309 1949/1948/11310 -f 1925/1924/11311 1949/1948/11312 1926/1925/11313 -f 1926/1925/11314 1949/1948/11315 1950/1949/11316 -f 1926/1925/11317 1950/1949/11318 1927/1926/11319 -f 1927/1926/11320 1950/1949/11321 1951/1950/11322 -f 1927/1926/11323 1951/1950/11324 1928/1927/11325 -f 1928/1927/11326 1951/1950/11327 1952/1951/11328 -f 1928/1927/11329 1952/1951/11330 1929/1928/11331 -f 1929/1928/11332 1952/1951/11333 1953/1952/11334 -f 1929/1928/11335 1953/1952/11336 1930/1929/11337 -f 1930/1929/11338 1953/1952/11339 1954/1953/11340 -f 1930/1929/11341 1954/1953/11342 1931/1930/11343 -f 1931/1930/11344 1954/1953/11345 1955/1954/11346 -f 1931/1930/11347 1955/1954/11348 1932/1931/11349 -f 1932/1931/11350 1955/1954/11351 1956/1955/11352 -f 1932/1931/11353 1956/1955/11354 1933/1932/11355 -f 1933/1932/11356 1956/1955/11357 1957/1956/11358 -f 1933/1932/11359 1957/1956/11360 1934/1933/11361 -f 1934/1933/11362 1957/1956/11363 1958/1957/11364 -f 1934/1933/11365 1958/1957/11366 1935/1934/11367 -f 1935/1934/11368 1958/1957/11369 1959/1958/11370 -f 1935/1934/11371 1959/1958/11372 1936/1935/11373 -f 1936/1935/11374 1959/1958/11375 1960/1959/11376 -f 1936/1935/11377 1960/1959/11378 1937/1936/11379 -f 1937/1936/11380 1960/1959/11381 1961/1960/11382 -f 1937/1936/11383 1961/1960/11384 1938/1937/11385 -f 1938/1937/11386 1961/1960/11387 1962/1961/11388 -f 1938/1937/11389 1962/1961/11390 1939/1938/11391 -f 1939/1938/11392 1962/1961/11393 1963/1962/11394 -f 1939/1938/11395 1963/1962/11396 1940/1939/11397 -f 1940/1939/11398 1963/1962/11399 1964/1963/11400 -f 1940/1939/11401 1964/1963/11402 1941/1940/11403 -f 1941/1940/11404 1964/1963/11405 1965/1964/11406 -f 1941/1940/11407 1965/1964/11408 1942/1941/11409 -f 1942/1941/11410 1965/1964/11411 1966/1965/11412 -f 1942/1941/11413 1966/1965/11414 1943/1942/11415 -f 1943/1942/11416 1966/1965/11417 1967/1966/11418 -f 1943/1942/11419 1967/1966/11420 1944/1943/11421 -f 1944/1943/11422 1967/1966/11423 1968/1967/11424 -f 1944/1943/11425 1968/1967/11426 1945/1944/11427 -f 1945/1944/11428 1968/1967/11429 1969/1968/11430 -f 1945/1944/11431 1969/1968/11432 1946/1945/11433 -f 1946/1945/11434 1969/1968/11435 1970/1969/11436 -f 1946/1945/11437 1970/1969/11438 1947/1946/11439 -f 1947/1946/11440 1970/1969/11441 1971/1970/11442 -f 1947/1946/11443 1971/1970/11444 1924/1923/11445 -f 1924/1923/11446 1971/1970/11447 1948/1947/11448 -f 1948/1947/11449 1972/1971/11450 1949/1948/11451 -f 1949/1948/11452 1972/1971/11453 1973/1972/11454 -f 1949/1948/11455 1973/1972/11456 1950/1949/11457 -f 1950/1949/11458 1973/1972/11459 1974/1973/11460 -f 1950/1949/11461 1974/1973/11462 1951/1950/11463 -f 1951/1950/11464 1974/1973/11465 1975/1974/11466 -f 1951/1950/11467 1975/1974/11468 1952/1951/11469 -f 1952/1951/11470 1975/1974/11471 1976/1975/11472 -f 1952/1951/11473 1976/1975/11474 1953/1952/11475 -f 1953/1952/11476 1976/1975/11477 1977/1976/11478 -f 1953/1952/11479 1977/1976/11480 1954/1953/11481 -f 1954/1953/11482 1977/1976/11483 1978/1977/11484 -f 1954/1953/11485 1978/1977/11486 1955/1954/11487 -f 1955/1954/11488 1978/1977/11489 1979/1978/11490 -f 1955/1954/11491 1979/1978/11492 1956/1955/11493 -f 1956/1955/11494 1979/1978/11495 1980/1979/11496 -f 1956/1955/11497 1980/1979/11498 1957/1956/11499 -f 1957/1956/11500 1980/1979/11501 1981/1980/11502 -f 1957/1956/11503 1981/1980/11504 1958/1957/11505 -f 1958/1957/11506 1981/1980/11507 1982/1981/11508 -f 1958/1957/11509 1982/1981/11510 1959/1958/11511 -f 1959/1958/11512 1982/1981/11513 1983/1982/11514 -f 1959/1958/11515 1983/1982/11516 1960/1959/11517 -f 1960/1959/11518 1983/1982/11519 1984/1983/11520 -f 1960/1959/11521 1984/1983/11522 1961/1960/11523 -f 1961/1960/11524 1984/1983/11525 1985/1984/11526 -f 1961/1960/11527 1985/1984/11528 1962/1961/11529 -f 1962/1961/11530 1985/1984/11531 1986/1985/11532 -f 1962/1961/11533 1986/1985/11534 1963/1962/11535 -f 1963/1962/11536 1986/1985/11537 1987/1986/11538 -f 1963/1962/11539 1987/1986/11540 1964/1963/11541 -f 1964/1963/11542 1987/1986/11543 1988/1987/11544 -f 1964/1963/11545 1988/1987/11546 1965/1964/11547 -f 1965/1964/11548 1988/1987/11549 1989/1988/11550 -f 1965/1964/11551 1989/1988/11552 1966/1965/11553 -f 1966/1965/11554 1989/1988/11555 1990/1989/11556 -f 1966/1965/11557 1990/1989/11558 1967/1966/11559 -f 1967/1966/11560 1990/1989/11561 1991/1990/11562 -f 1967/1966/11563 1991/1990/11564 1968/1967/11565 -f 1968/1967/11566 1991/1990/11567 1992/1991/11568 -f 1968/1967/11569 1992/1991/11570 1969/1968/11571 -f 1969/1968/11572 1992/1991/11573 1993/1992/11574 -f 1969/1968/11575 1993/1992/11576 1970/1969/11577 -f 1970/1969/11578 1993/1992/11579 1994/1993/11580 -f 1970/1969/11581 1994/1993/11582 1971/1970/11583 -f 1971/1970/11584 1994/1993/11585 1995/1994/11586 -f 1971/1970/11587 1995/1994/11588 1948/1947/11589 -f 1948/1947/11590 1995/1994/11591 1972/1971/11592 -f 1972/1971/11593 1996/1995/11594 1973/1972/11595 -f 1973/1972/11596 1996/1995/11597 1997/1996/11598 -f 1973/1972/11599 1997/1996/11600 1974/1973/11601 -f 1974/1973/11602 1997/1996/11603 1998/1997/11604 -f 1974/1973/11605 1998/1997/11606 1975/1974/11607 -f 1975/1974/11608 1998/1997/11609 1999/1998/11610 -f 1975/1974/11611 1999/1998/11612 1976/1975/11613 -f 1976/1975/11614 1999/1998/11615 2000/1999/11616 -f 1976/1975/11617 2000/1999/11618 1977/1976/11619 -f 1977/1976/11620 2000/1999/11621 2001/2000/11622 -f 1977/1976/11623 2001/2000/11624 1978/1977/11625 -f 1978/1977/11626 2001/2000/11627 2002/2001/11628 -f 1978/1977/11629 2002/2001/11630 1979/1978/11631 -f 1979/1978/11632 2002/2001/11633 2003/2002/11634 -f 1979/1978/11635 2003/2002/11636 1980/1979/11637 -f 1980/1979/11638 2003/2002/11639 2004/2003/11640 -f 1980/1979/11641 2004/2003/11642 1981/1980/11643 -f 1981/1980/11644 2004/2003/11645 2005/2004/11646 -f 1981/1980/11647 2005/2004/11648 1982/1981/11649 -f 1982/1981/11650 2005/2004/11651 2006/2005/11652 -f 1982/1981/11653 2006/2005/11654 1983/1982/11655 -f 1983/1982/11656 2006/2005/11657 2007/2006/11658 -f 1983/1982/11659 2007/2006/11660 1984/1983/11661 -f 1984/1983/11662 2007/2006/11663 2008/2007/11664 -f 1984/1983/11665 2008/2007/11666 1985/1984/11667 -f 1985/1984/11668 2008/2007/11669 2009/2008/11670 -f 1985/1984/11671 2009/2008/11672 1986/1985/11673 -f 1986/1985/11674 2009/2008/11675 2010/2009/11676 -f 1986/1985/11677 2010/2009/11678 1987/1986/11679 -f 1987/1986/11680 2010/2009/11681 2011/2010/11682 -f 1987/1986/11683 2011/2010/11684 1988/1987/11685 -f 1988/1987/11686 2011/2010/11687 2012/2011/11688 -f 1988/1987/11689 2012/2011/11690 1989/1988/11691 -f 1989/1988/11692 2012/2011/11693 2013/2012/11694 -f 1989/1988/11695 2013/2012/11696 1990/1989/11697 -f 1990/1989/11698 2013/2012/11699 2014/2013/11700 -f 1990/1989/11701 2014/2013/11702 1991/1990/11703 -f 1991/1990/11704 2014/2013/11705 2015/2014/11706 -f 1991/1990/11707 2015/2014/11708 1992/1991/11709 -f 1992/1991/11710 2015/2014/11711 2016/2015/11712 -f 1992/1991/11713 2016/2015/11714 1993/1992/11715 -f 1993/1992/11716 2016/2015/11717 2017/2016/11718 -f 1993/1992/11719 2017/2016/11720 1994/1993/11721 -f 1994/1993/11722 2017/2016/11723 2018/2017/11724 -f 1994/1993/11725 2018/2017/11726 1995/1994/11727 -f 1995/1994/11728 2018/2017/11729 2019/2018/11730 -f 1995/1994/11731 2019/2018/11732 1972/1971/11733 -f 1972/1971/11734 2019/2018/11735 1996/1995/11736 -f 1996/1995/11737 2020/2019/11738 1997/1996/11739 -f 1997/1996/11740 2020/2019/11741 2021/2020/11742 -f 1997/1996/11743 2021/2020/11744 1998/1997/11745 -f 1998/1997/11746 2021/2020/11747 2022/2021/11748 -f 1998/1997/11749 2022/2021/11750 1999/1998/11751 -f 1999/1998/11752 2022/2021/11753 2023/2022/11754 -f 1999/1998/11755 2023/2022/11756 2000/1999/11757 -f 2000/1999/11758 2023/2022/11759 2024/2023/11760 -f 2000/1999/11761 2024/2023/11762 2001/2000/11763 -f 2001/2000/11764 2024/2023/11765 2025/2024/11766 -f 2001/2000/11767 2025/2024/11768 2002/2001/11769 -f 2002/2001/11770 2025/2024/11771 2026/2025/11772 -f 2002/2001/11773 2026/2025/11774 2003/2002/11775 -f 2003/2002/11776 2026/2025/11777 2027/2026/11778 -f 2003/2002/11779 2027/2026/11780 2004/2003/11781 -f 2004/2003/11782 2027/2026/11783 2028/2027/11784 -f 2004/2003/11785 2028/2027/11786 2005/2004/11787 -f 2005/2004/11788 2028/2027/11789 2029/2028/11790 -f 2005/2004/11791 2029/2028/11792 2006/2005/11793 -f 2006/2005/11794 2029/2028/11795 2030/2029/11796 -f 2006/2005/11797 2030/2029/11798 2007/2006/11799 -f 2007/2006/11800 2030/2029/11801 2031/2030/11802 -f 2007/2006/11803 2031/2030/11804 2008/2007/11805 -f 2008/2007/11806 2031/2030/11807 2032/2031/11808 -f 2008/2007/11809 2032/2031/11810 2009/2008/11811 -f 2009/2008/11812 2032/2031/11813 2033/2032/11814 -f 2009/2008/11815 2033/2032/11816 2010/2009/11817 -f 2010/2009/11818 2033/2032/11819 2034/2033/11820 -f 2010/2009/11821 2034/2033/11822 2011/2010/11823 -f 2011/2010/11824 2034/2033/11825 2035/2034/11826 -f 2011/2010/11827 2035/2034/11828 2012/2011/11829 -f 2012/2011/11830 2035/2034/11831 2036/2035/11832 -f 2012/2011/11833 2036/2035/11834 2013/2012/11835 -f 2013/2012/11836 2036/2035/11837 2037/2036/11838 -f 2013/2012/11839 2037/2036/11840 2014/2013/11841 -f 2014/2013/11842 2037/2036/11843 2038/2037/11844 -f 2014/2013/11845 2038/2037/11846 2015/2014/11847 -f 2015/2014/11848 2038/2037/11849 2039/2038/11850 -f 2015/2014/11851 2039/2038/11852 2016/2015/11853 -f 2016/2015/11854 2039/2038/11855 2040/2039/11856 -f 2016/2015/11857 2040/2039/11858 2017/2016/11859 -f 2017/2016/11860 2040/2039/11861 2041/2040/11862 -f 2017/2016/11863 2041/2040/11864 2018/2017/11865 -f 2018/2017/11866 2041/2040/11867 2042/2041/11868 -f 2018/2017/11869 2042/2041/11870 2019/2018/11871 -f 2019/2018/11872 2042/2041/11873 2043/2042/11874 -f 2019/2018/11875 2043/2042/11876 1996/1995/11877 -f 1996/1995/11878 2043/2042/11879 2020/2019/11880 -f 2020/2019/11881 2044/2043/11882 2021/2020/11883 -f 2021/2020/11884 2044/2043/11885 2045/2044/11886 -f 2021/2020/11887 2045/2044/11888 2022/2021/11889 -f 2022/2021/11890 2045/2044/11891 2046/2045/11892 -f 2022/2021/11893 2046/2045/11894 2023/2022/11895 -f 2023/2022/11896 2046/2045/11897 2047/2046/11898 -f 2023/2022/11899 2047/2046/11900 2024/2023/11901 -f 2024/2023/11902 2047/2046/11903 2048/2047/11904 -f 2024/2023/11905 2048/2047/11906 2025/2024/11907 -f 2025/2024/11908 2048/2047/11909 2049/2048/11910 -f 2025/2024/11911 2049/2048/11912 2026/2025/11913 -f 2026/2025/11914 2049/2048/11915 2050/2049/11916 -f 2026/2025/11917 2050/2049/11918 2027/2026/11919 -f 2027/2026/11920 2050/2049/11921 2051/2050/11922 -f 2027/2026/11923 2051/2050/11924 2028/2027/11925 -f 2028/2027/11926 2051/2050/11927 2052/2051/11928 -f 2028/2027/11929 2052/2051/11930 2029/2028/11931 -f 2029/2028/11932 2052/2051/11933 2053/2052/11934 -f 2029/2028/11935 2053/2052/11936 2030/2029/11937 -f 2030/2029/11938 2053/2052/11939 2054/2053/11940 -f 2030/2029/11941 2054/2053/11942 2031/2030/11943 -f 2031/2030/11944 2054/2053/11945 2055/2054/11946 -f 2031/2030/11947 2055/2054/11948 2032/2031/11949 -f 2032/2031/11950 2055/2054/11951 2056/2055/11952 -f 2032/2031/11953 2056/2055/11954 2033/2032/11955 -f 2033/2032/11956 2056/2055/11957 2057/2056/11958 -f 2033/2032/11959 2057/2056/11960 2034/2033/11961 -f 2034/2033/11962 2057/2056/11963 2058/2057/11964 -f 2034/2033/11965 2058/2057/11966 2035/2034/11967 -f 2035/2034/11968 2058/2057/11969 2059/2058/11970 -f 2035/2034/11971 2059/2058/11972 2036/2035/11973 -f 2036/2035/11974 2059/2058/11975 2060/2059/11976 -f 2036/2035/11977 2060/2059/11978 2037/2036/11979 -f 2037/2036/11980 2060/2059/11981 2061/2060/11982 -f 2037/2036/11983 2061/2060/11984 2038/2037/11985 -f 2038/2037/11986 2061/2060/11987 2062/2061/11988 -f 2038/2037/11989 2062/2061/11990 2039/2038/11991 -f 2039/2038/11992 2062/2061/11993 2063/2062/11994 -f 2039/2038/11995 2063/2062/11996 2040/2039/11997 -f 2040/2039/11998 2063/2062/11999 2064/2063/12000 -f 2040/2039/12001 2064/2063/12002 2041/2040/12003 -f 2041/2040/12004 2064/2063/12005 2065/2064/12006 -f 2041/2040/12007 2065/2064/12008 2042/2041/12009 -f 2042/2041/12010 2065/2064/12011 2066/2065/12012 -f 2042/2041/12013 2066/2065/12014 2043/2042/12015 -f 2043/2042/12016 2066/2065/12017 2067/2066/12018 -f 2043/2042/12019 2067/2066/12020 2020/2019/12021 -f 2020/2019/12022 2067/2066/12023 2044/2043/12024 -f 2044/2043/12025 1303/1302/12026 2045/2044/12027 -f 2045/2044/12028 1303/1302/12029 1301/1300/12030 -f 2045/2044/12031 1301/1300/12032 2046/2045/12033 -f 2046/2045/12034 1301/1300/12035 1347/1346/12036 -f 2046/2045/12037 1347/1346/12038 2047/2046/12039 -f 2047/2046/12040 1347/1346/12041 1345/1344/12042 -f 2047/2046/12043 1345/1344/12044 2048/2047/12045 -f 2048/2047/12046 1345/1344/12047 1343/1342/12048 -f 2048/2047/12049 1343/1342/12050 2049/2048/12051 -f 2049/2048/12052 1343/1342/12053 1341/1340/12054 -f 2049/2048/12055 1341/1340/12056 2050/2049/12057 -f 2050/2049/12058 1341/1340/12059 1339/1338/12060 -f 2050/2049/12061 1339/1338/12062 2051/2050/12063 -f 2051/2050/12064 1339/1338/12065 1337/1336/12066 -f 2051/2050/12067 1337/1336/12068 2052/2051/12069 -f 2052/2051/12070 1337/1336/12071 1335/1334/12072 -f 2052/2051/12073 1335/1334/12074 2053/2052/12075 -f 2053/2052/12076 1335/1334/12077 1333/1332/12078 -f 2053/2052/12079 1333/1332/12080 2054/2053/12081 -f 2054/2053/12082 1333/1332/12083 1331/1330/12084 -f 2054/2053/12085 1331/1330/12086 2055/2054/12087 -f 2055/2054/12088 1331/1330/12089 1329/1328/12090 -f 2055/2054/12091 1329/1328/12092 2056/2055/12093 -f 2056/2055/12094 1329/1328/12095 1327/1326/12096 -f 2056/2055/12097 1327/1326/12098 2057/2056/12099 -f 2057/2056/12100 1327/1326/12101 1325/1324/12102 -f 2057/2056/12103 1325/1324/12104 2058/2057/12105 -f 2058/2057/12106 1325/1324/12107 1323/1322/12108 -f 2058/2057/12109 1323/1322/12110 2059/2058/12111 -f 2059/2058/12112 1323/1322/12113 1321/1320/12114 -f 2059/2058/12115 1321/1320/12116 2060/2059/12117 -f 2060/2059/12118 1321/1320/12119 1319/1318/12120 -f 2060/2059/12121 1319/1318/12122 2061/2060/12123 -f 2061/2060/12124 1319/1318/12125 1317/1316/12126 -f 2061/2060/12127 1317/1316/12128 2062/2061/12129 -f 2062/2061/12130 1317/1316/12131 1315/1314/12132 -f 2062/2061/12133 1315/1314/12134 2063/2062/12135 -f 2063/2062/12136 1315/1314/12137 1313/1312/12138 -f 2063/2062/12139 1313/1312/12140 2064/2063/12141 -f 2064/2063/12142 1313/1312/12143 1311/1310/12144 -f 2064/2063/12145 1311/1310/12146 2065/2064/12147 -f 2065/2064/12148 1311/1310/12149 1309/1308/12150 -f 2065/2064/12151 1309/1308/12152 2066/2065/12153 -f 2066/2065/12154 1309/1308/12155 1307/1306/12156 -f 2066/2065/12157 1307/1306/12158 2067/2066/12159 -f 2067/2066/12160 1307/1306/12161 1305/1304/12162 -f 2067/2066/12163 1305/1304/12164 2044/2043/12165 -f 2044/2043/12166 1305/1304/12167 1303/1302/12168 -f 1253/1253/12169 2069/2067/12170 1254/1254/12171 -f 1254/1254/12172 2069/2067/12173 2070/2068/12174 -f 1254/1254/12175 2070/2068/12176 1213/1213/12177 -f 1213/1213/12178 2070/2068/12179 2071/2069/12180 -f 2071/2069/12181 2072/2070/12182 1213/1213/12183 -f 1213/1213/12184 2072/2070/12185 2073/2071/12186 -f 1213/1213/12187 2073/2071/12188 2074/2072/12189 -f 2074/2072/12190 2073/2071/12191 2075/2073/12192 -f 2074/2072/12193 2075/2073/12194 2076/2074/12195 -f 2076/2074/12196 2075/2073/12197 2077/2075/12198 -f 2076/2074/12199 2077/2075/12200 2078/2076/12201 -f 2078/2076/12202 2077/2075/12203 1203/1203/12204 -f 2078/2076/12205 1203/1203/12206 2079/2077/12207 -f 2079/2077/12208 1203/1203/12209 2080/2078/12210 -f 2079/2077/12211 2080/2078/12212 2081/2079/12213 -f 2081/2079/12214 2080/2078/12215 2082/2080/12216 -f 2081/2079/12217 2082/2080/12218 2083/2081/12219 -f 2083/2081/12220 2082/2080/12221 2084/2082/12222 -f 2083/2081/12223 2084/2082/12224 1213/1213/12225 -f 1213/1213/12226 2084/2082/12227 2085/2083/12228 -f 1213/1213/12229 2085/2083/12230 2086/2084/12231 -f 2086/2084/12232 2085/2083/12233 2087/2085/12234 -f 2086/2084/12235 2087/2085/12236 2088/2086/12237 -f 2088/2086/12238 2087/2085/12239 2089/2087/12240 -f 2088/2086/12241 2089/2087/12242 1212/1212/12243 -f 1212/1212/12244 2089/2087/12245 1203/1203/12246 -f 1203/1203/12247 2089/2087/12248 2090/2088/12249 -f 1203/1203/12250 2090/2088/12251 2091/2089/12252 -f 2091/2089/12253 2090/2088/12254 2092/2090/12255 -f 2091/2089/12256 2092/2090/12257 2082/2080/12258 -f 2082/2080/12259 2092/2090/12260 2084/2082/12261 -f 2093/2091/12262 2094/2092/12263 2071/2069/12264 -f 2071/2069/12265 2094/2092/12266 2095/2093/12267 -f 2071/2069/12268 2095/2093/12269 2096/2094/12270 -f 2096/2094/12271 2095/2093/12272 2097/2095/12273 -f 2096/2094/12274 2097/2095/12275 2098/2096/12276 -f 2098/2096/12277 2097/2095/12278 2099/2097/12279 -f 2098/2096/12280 2099/2097/12281 2100/2098/12282 -f 2100/2098/12283 2099/2097/12284 2101/2099/12285 -f 2100/2098/12286 2101/2099/12287 2102/2100/12288 -f 2102/2100/12289 2101/2099/12290 2103/2101/12291 -f 2102/2100/12292 2103/2101/12293 2104/2102/12294 -f 2104/2102/12295 2103/2101/12296 2105/2103/12297 -f 2104/2102/12298 2105/2103/12299 2106/2104/12300 -f 2106/2104/12301 2105/2103/12302 2107/2105/12303 -f 2106/2104/12304 2107/2105/12305 2071/2069/12306 -f 2071/2069/12307 2107/2105/12308 2108/2106/12309 -f 2071/2069/12310 2108/2106/12311 2109/2107/12312 -f 2109/2107/12313 2108/2106/12314 2110/2108/12315 -f 2109/2107/12316 2110/2108/12317 2111/2109/12318 -f 2111/2109/12319 2110/2108/12320 2112/2110/12321 -f 2111/2109/12322 2112/2110/12323 2113/2111/12324 -f 2113/2111/12325 2112/2110/12326 1203/1203/12327 -f 2113/2111/12328 1203/1203/12329 2114/2112/12330 -f 2114/2112/12331 1203/1203/12332 2077/2075/12333 -f 2114/2112/12334 2077/2075/12335 2075/2073/12336 -f 2094/2092/12337 2093/2091/12338 2115/2113/12339 -f 2115/2113/12340 2093/2091/12341 2116/2114/12342 -f 2115/2113/12343 2116/2114/12344 2117/2115/12345 -f 2117/2115/12346 2116/2114/12347 2118/2116/12348 -f 2117/2115/12349 2118/2116/12350 2101/2099/12351 -f 1203/1203/12352 2112/2110/12353 2101/2099/12354 -f 2101/2099/12355 2112/2110/12356 2119/2117/12357 -f 2101/2099/12358 2119/2117/12359 2120/2118/12360 -f 2120/2118/12361 2119/2117/12362 2121/2119/12363 -f 2120/2118/12364 2121/2119/12365 2105/2103/12366 -f 2105/2103/12367 2121/2119/12368 2107/2105/12369 -f 1212/1212/12370 1211/1211/12371 2088/2086/12372 -f 2088/2086/12373 1211/1211/12374 2122/2120/12375 -f 2088/2086/12376 2122/2120/12377 2086/2084/12378 -f 2086/2084/12379 2122/2120/12380 1213/1213/12381 -f 1211/1211/12382 1209/1209/12383 2122/2120/12384 -f 2122/2120/12385 1209/1209/12386 1213/1213/12387 -f 2095/2093/12388 2094/2092/12389 2123/2121/12390 -f 2123/2121/12391 2094/2092/12392 2115/2113/12393 -f 2123/2121/12394 2115/2113/12395 2124/2122/12396 -f 2124/2122/12397 2115/2113/12398 2117/2115/12399 -f 2124/2122/12400 2117/2115/12401 2101/2099/12402 -f 2096/2094/12403 2125/2123/12404 2071/2069/12405 -f 2071/2069/12406 2125/2123/12407 2126/2124/12408 -f 2071/2069/12409 2126/2124/12410 2106/2104/12411 -f 2106/2104/12412 2126/2124/12413 2104/2102/12414 -f 2096/2094/12415 2098/2096/12416 2125/2123/12417 -f 2125/2123/12418 2098/2096/12419 2127/2125/12420 -f 2125/2123/12421 2127/2125/12422 2126/2124/12423 -f 2126/2124/12424 2127/2125/12425 2104/2102/12426 -f 2072/2070/12427 2071/2069/12428 2109/2107/12429 -f 2110/2108/12430 2108/2106/12431 2121/2119/12432 -f 2121/2119/12433 2108/2106/12434 2107/2105/12435 -f 2109/2107/12436 2111/2109/12437 2072/2070/12438 -f 2072/2070/12439 2111/2109/12440 2128/2126/12441 -f 2072/2070/12442 2128/2126/12443 2073/2071/12444 -f 2073/2071/12445 2128/2126/12446 2075/2073/12447 -f 2074/2072/12448 2129/2127/12449 1213/1213/12450 -f 1213/1213/12451 2129/2127/12452 2130/2128/12453 -f 1213/1213/12454 2130/2128/12455 2083/2081/12456 -f 2083/2081/12457 2130/2128/12458 2081/2079/12459 -f 2074/2072/12460 2076/2074/12461 2129/2127/12462 -f 2129/2127/12463 2076/2074/12464 2131/2129/12465 -f 2129/2127/12466 2131/2129/12467 2130/2128/12468 -f 2130/2128/12469 2131/2129/12470 2081/2079/12471 -f 2087/2085/12472 2085/2083/12473 2092/2090/12474 -f 2092/2090/12475 2085/2083/12476 2084/2082/12477 -f 2095/2093/12478 2123/2121/12479 2097/2095/12480 -f 2097/2095/12481 2123/2121/12482 2132/2130/12483 -f 2097/2095/12484 2132/2130/12485 2099/2097/12486 -f 2099/2097/12487 2132/2130/12488 2101/2099/12489 -f 2132/2130/12490 2123/2121/12491 2124/2122/12492 -f 2102/2100/12493 2104/2102/12494 2127/2125/12495 -f 2102/2100/12496 2127/2125/12497 2100/2098/12498 -f 2100/2098/12499 2127/2125/12500 2098/2096/12501 -f 2120/2118/12502 2105/2103/12503 2103/2101/12504 -f 2112/2110/12505 2110/2108/12506 2119/2117/12507 -f 2119/2117/12508 2110/2108/12509 2121/2119/12510 -f 2114/2112/12511 2075/2073/12512 2128/2126/12513 -f 2114/2112/12514 2128/2126/12515 2113/2111/12516 -f 2113/2111/12517 2128/2126/12518 2111/2109/12519 -f 2079/2077/12520 2081/2079/12521 2131/2129/12522 -f 2079/2077/12523 2131/2129/12524 2078/2076/12525 -f 2078/2076/12526 2131/2129/12527 2076/2074/12528 -f 2091/2089/12529 2082/2080/12530 2080/2078/12531 -f 2089/2087/12532 2087/2085/12533 2090/2088/12534 -f 2090/2088/12535 2087/2085/12536 2092/2090/12537 -f 2101/2099/12538 2132/2130/12539 2124/2122/12540 -f 2101/2099/12541 2120/2118/12542 2103/2101/12543 -f 1203/1203/12544 2091/2089/12545 2080/2078/12546 -f 1203/1203/12547 2101/2099/12548 1204/1204/12549 -f 1204/1204/12550 2101/2099/12551 2133/2131/12552 -f 1204/1204/12553 2133/2131/12554 1260/1260/12555 -f 1260/1260/12556 2133/2131/12557 2134/2132/12558 -f 1260/1260/12559 2134/2132/12560 1261/1261/12561 -f 1261/1261/12562 2134/2132/12563 2135/2133/12564 -f 1261/1261/12565 2135/2133/12566 1206/1206/12567 -f 1206/1206/12568 2135/2133/12569 2136/2134/12570 -f 1206/1206/12571 2136/2134/12572 1207/1207/12573 -f 1207/1207/12574 2136/2134/12575 2137/2135/12576 -f 1207/1207/12577 2137/2135/12578 1262/1262/12579 -f 1262/1262/12580 2137/2135/12581 2138/2136/12582 -f 1262/1262/12583 2138/2136/12584 1205/1205/12585 -f 1205/1205/12586 2138/2136/12587 2139/2137/12588 -f 1205/1205/12589 2139/2137/12590 1202/1202/12591 -f 1202/1202/12592 2139/2137/12593 2140/2138/12594 -f 2140/2138/12595 2141/2139/12596 1202/1202/12597 -f 1202/1202/12598 2141/2139/12599 2142/2140/12600 -f 1202/1202/12601 2142/2140/12602 2143/2141/12603 -f 2143/2141/12604 2142/2140/12605 2144/2142/12606 -f 2143/2141/12607 2144/2142/12608 2145/2143/12609 -f 2145/2143/12610 2144/2142/12611 2146/2144/12612 -f 2145/2143/12613 2146/2144/12614 2147/2145/12615 -f 2147/2145/12616 2146/2144/12617 1238/1238/12618 -f 2147/2145/12619 1238/1238/12620 2148/2146/12621 -f 2148/2146/12622 1238/1238/12623 2149/2147/12624 -f 2148/2146/12625 2149/2147/12626 2150/2148/12627 -f 2150/2148/12628 2149/2147/12629 2151/2149/12630 -f 2150/2148/12631 2151/2149/12632 2152/2150/12633 -f 2152/2150/12634 2151/2149/12635 2153/2151/12636 -f 2152/2150/12637 2153/2151/12638 1202/1202/12639 -f 1202/1202/12640 2153/2151/12641 2154/2152/12642 -f 1202/1202/12643 2154/2152/12644 2155/2153/12645 -f 2155/2153/12646 2154/2152/12647 2156/2154/12648 -f 2155/2153/12649 2156/2154/12650 2157/2155/12651 -f 2157/2155/12652 2156/2154/12653 2158/2156/12654 -f 2157/2155/12655 2158/2156/12656 1241/1241/12657 -f 1241/1241/12658 2158/2156/12659 1238/1238/12660 -f 1238/1238/12661 2158/2156/12662 2159/2157/12663 -f 1238/1238/12664 2159/2157/12665 2160/2158/12666 -f 2160/2158/12667 2159/2157/12668 2161/2159/12669 -f 2160/2158/12670 2161/2159/12671 2151/2149/12672 -f 2151/2149/12673 2161/2159/12674 2153/2151/12675 -f 2162/2160/12676 2163/2161/12677 2140/2138/12678 -f 2140/2138/12679 2163/2161/12680 2164/2162/12681 -f 2140/2138/12682 2164/2162/12683 2165/2163/12684 -f 2165/2163/12685 2164/2162/12686 2166/2164/12687 -f 2165/2163/12688 2166/2164/12689 2167/2165/12690 -f 2167/2165/12691 2166/2164/12692 2168/2166/12693 -f 2167/2165/12694 2168/2166/12695 2169/2167/12696 -f 2169/2167/12697 2168/2166/12698 2170/2168/12699 -f 2169/2167/12700 2170/2168/12701 2171/2169/12702 -f 2171/2169/12703 2170/2168/12704 2172/2170/12705 -f 2171/2169/12706 2172/2170/12707 2173/2171/12708 -f 2173/2171/12709 2172/2170/12710 2174/2172/12711 -f 2173/2171/12712 2174/2172/12713 2175/2173/12714 -f 2175/2173/12715 2174/2172/12716 2176/2174/12717 -f 2175/2173/12718 2176/2174/12719 2140/2138/12720 -f 2140/2138/12721 2176/2174/12722 2177/2175/12723 -f 2140/2138/12724 2177/2175/12725 2178/2176/12726 -f 2178/2176/12727 2177/2175/12728 2179/2177/12729 -f 2178/2176/12730 2179/2177/12731 2180/2178/12732 -f 2180/2178/12733 2179/2177/12734 2181/2179/12735 -f 2180/2178/12736 2181/2179/12737 2182/2180/12738 -f 2182/2180/12739 2181/2179/12740 1238/1238/12741 -f 2182/2180/12742 1238/1238/12743 2183/2181/12744 -f 2183/2181/12745 1238/1238/12746 2146/2144/12747 -f 2183/2181/12748 2146/2144/12749 2144/2142/12750 -f 2163/2161/12751 2162/2160/12752 2184/2182/12753 -f 2184/2182/12754 2162/2160/12755 2185/2183/12756 -f 2184/2182/12757 2185/2183/12758 2186/2184/12759 -f 2186/2184/12760 2185/2183/12761 2187/2185/12762 -f 2186/2184/12763 2187/2185/12764 2170/2168/12765 -f 1238/1238/12766 2181/2179/12767 2170/2168/12768 -f 2170/2168/12769 2181/2179/12770 2188/2186/12771 -f 2170/2168/12772 2188/2186/12773 2189/2187/12774 -f 2189/2187/12775 2188/2186/12776 2190/2188/12777 -f 2189/2187/12778 2190/2188/12779 2174/2172/12780 -f 2174/2172/12781 2190/2188/12782 2176/2174/12783 -f 1241/1241/12784 1243/1243/12785 2157/2155/12786 -f 2157/2155/12787 1243/1243/12788 2191/2189/12789 -f 2157/2155/12790 2191/2189/12791 2155/2153/12792 -f 2155/2153/12793 2191/2189/12794 1202/1202/12795 -f 1243/1243/12796 1244/1244/12797 2191/2189/12798 -f 2191/2189/12799 1244/1244/12800 1202/1202/12801 -f 2164/2162/12802 2163/2161/12803 2192/2190/12804 -f 2192/2190/12805 2163/2161/12806 2184/2182/12807 -f 2192/2190/12808 2184/2182/12809 2193/2191/12810 -f 2193/2191/12811 2184/2182/12812 2186/2184/12813 -f 2193/2191/12814 2186/2184/12815 2170/2168/12816 -f 2165/2163/12817 2194/2192/12818 2140/2138/12819 -f 2140/2138/12820 2194/2192/12821 2195/2193/12822 -f 2140/2138/12823 2195/2193/12824 2175/2173/12825 -f 2175/2173/12826 2195/2193/12827 2173/2171/12828 -f 2165/2163/12829 2167/2165/12830 2194/2192/12831 -f 2194/2192/12832 2167/2165/12833 2196/2194/12834 -f 2194/2192/12835 2196/2194/12836 2195/2193/12837 -f 2195/2193/12838 2196/2194/12839 2173/2171/12840 -f 2141/2139/12841 2140/2138/12842 2178/2176/12843 -f 2179/2177/12844 2177/2175/12845 2190/2188/12846 -f 2190/2188/12847 2177/2175/12848 2176/2174/12849 -f 2178/2176/12850 2180/2178/12851 2141/2139/12852 -f 2141/2139/12853 2180/2178/12854 2197/2195/12855 -f 2141/2139/12856 2197/2195/12857 2142/2140/12858 -f 2142/2140/12859 2197/2195/12860 2144/2142/12861 -f 2143/2141/12862 2198/2196/12863 1202/1202/12864 -f 1202/1202/12865 2198/2196/12866 2199/2197/12867 -f 1202/1202/12868 2199/2197/12869 2152/2150/12870 -f 2152/2150/12871 2199/2197/12872 2150/2148/12873 -f 2143/2141/12874 2145/2143/12875 2198/2196/12876 -f 2198/2196/12877 2145/2143/12878 2200/2198/12879 -f 2198/2196/12880 2200/2198/12881 2199/2197/12882 -f 2199/2197/12883 2200/2198/12884 2150/2148/12885 -f 2156/2154/12886 2154/2152/12887 2161/2159/12888 -f 2161/2159/12889 2154/2152/12890 2153/2151/12891 -f 2164/2162/12892 2192/2190/12893 2166/2164/12894 -f 2166/2164/12895 2192/2190/12896 2201/2199/12897 -f 2166/2164/12898 2201/2199/12899 2168/2166/12900 -f 2168/2166/12901 2201/2199/12902 2170/2168/12903 -f 2201/2199/12904 2192/2190/12905 2193/2191/12906 -f 2171/2169/12907 2173/2171/12908 2196/2194/12909 -f 2171/2169/12910 2196/2194/12911 2169/2167/12912 -f 2169/2167/12913 2196/2194/12914 2167/2165/12915 -f 2189/2187/12916 2174/2172/12917 2172/2170/12918 -f 2181/2179/12919 2179/2177/12920 2188/2186/12921 -f 2188/2186/12922 2179/2177/12923 2190/2188/12924 -f 2183/2181/12925 2144/2142/12926 2197/2195/12927 -f 2183/2181/12928 2197/2195/12929 2182/2180/12930 -f 2182/2180/12931 2197/2195/12932 2180/2178/12933 -f 2148/2146/12934 2150/2148/12935 2200/2198/12936 -f 2148/2146/12937 2200/2198/12938 2147/2145/12939 -f 2147/2145/12940 2200/2198/12941 2145/2143/12942 -f 2160/2158/12943 2151/2149/12944 2149/2147/12945 -f 2158/2156/12946 2156/2154/12947 2159/2157/12948 -f 2159/2157/12949 2156/2154/12950 2161/2159/12951 -f 2170/2168/12952 2201/2199/12953 2193/2191/12954 -f 2170/2168/12955 2189/2187/12956 2172/2170/12957 -f 1238/1238/12958 2160/2158/12959 2149/2147/12960 -f 1238/1238/12961 2170/2168/12962 1251/1251/12963 -f 1251/1251/12964 2170/2168/12965 2202/2200/12966 -f 1251/1251/12967 2202/2200/12968 1263/1263/12969 -f 1263/1263/12970 2202/2200/12971 2203/2201/12972 -f 1263/1263/12973 2203/2201/12974 1264/1264/12975 -f 1264/1264/12976 2203/2201/12977 2204/2202/12978 -f 1264/1264/12979 2204/2202/12980 1265/1265/12981 -f 1265/1265/12982 2204/2202/12983 2205/2203/12984 -f 1265/1265/12985 2205/2203/12986 1266/1266/12987 -f 1266/1266/12988 2205/2203/12989 2206/2204/12990 -f 1266/1266/12991 2206/2204/12992 1267/1267/12993 -f 1267/1267/12994 2206/2204/12995 2207/2205/12996 -f 1267/1267/12997 2207/2205/12998 1252/1252/12999 -f 1252/1252/13000 2207/2205/13001 2208/2206/13002 -f 1252/1252/13003 2208/2206/13004 1235/1235/13005 -f 1235/1235/13006 2208/2206/13007 2209/2207/13008 -f 2209/2207/13009 2210/2208/13010 1235/1235/13011 -f 1235/1235/13012 2210/2208/13013 2211/2209/13014 -f 1235/1235/13015 2211/2209/13016 2212/2210/13017 -f 2212/2210/13018 2211/2209/13019 2213/2211/13020 -f 2212/2210/13021 2213/2211/13022 2214/2212/13023 -f 2214/2212/13024 2213/2211/13025 2215/2213/13026 -f 2214/2212/13027 2215/2213/13028 2216/2214/13029 -f 2216/2214/13030 2215/2213/13031 1227/1227/13032 -f 2216/2214/13033 1227/1227/13034 2217/2215/13035 -f 2217/2215/13036 1227/1227/13037 2218/2216/13038 -f 2217/2215/13039 2218/2216/13040 2219/2217/13041 -f 2219/2217/13042 2218/2216/13043 2220/2218/13044 -f 2219/2217/13045 2220/2218/13046 2221/2219/13047 -f 2221/2219/13048 2220/2218/13049 2222/2220/13050 -f 2221/2219/13051 2222/2220/13052 1235/1235/13053 -f 1235/1235/13054 2222/2220/13055 2223/2221/13056 -f 1235/1235/13057 2223/2221/13058 2224/2222/13059 -f 2224/2222/13060 2223/2221/13061 2225/2223/13062 -f 2224/2222/13063 2225/2223/13064 2226/2224/13065 -f 2226/2224/13066 2225/2223/13067 2227/2225/13068 -f 2226/2224/13069 2227/2225/13070 1230/1230/13071 -f 1230/1230/13072 2227/2225/13073 1227/1227/13074 -f 1227/1227/13075 2227/2225/13076 2228/2226/13077 -f 1227/1227/13078 2228/2226/13079 2229/2227/13080 -f 2229/2227/13081 2228/2226/13082 2230/2228/13083 -f 2229/2227/13084 2230/2228/13085 2220/2218/13086 -f 2220/2218/13087 2230/2228/13088 2222/2220/13089 -f 2231/2229/13090 2232/2230/13091 2209/2207/13092 -f 2209/2207/13093 2232/2230/13094 2233/2231/13095 -f 2209/2207/13096 2233/2231/13097 2234/2232/13098 -f 2234/2232/13099 2233/2231/13100 2235/2233/13101 -f 2234/2232/13102 2235/2233/13103 2236/2234/13104 -f 2236/2234/13105 2235/2233/13106 2237/2235/13107 -f 2236/2234/13108 2237/2235/13109 2238/2236/13110 -f 2238/2236/13111 2237/2235/13112 2239/2237/13113 -f 2238/2236/13114 2239/2237/13115 2240/2238/13116 -f 2240/2238/13117 2239/2237/13118 2241/2239/13119 -f 2240/2238/13120 2241/2239/13121 2242/2240/13122 -f 2242/2240/13123 2241/2239/13124 2243/2241/13125 -f 2242/2240/13126 2243/2241/13127 2244/2242/13128 -f 2244/2242/13129 2243/2241/13130 2245/2243/13131 -f 2244/2242/13132 2245/2243/13133 2209/2207/13134 -f 2209/2207/13135 2245/2243/13136 2246/2244/13137 -f 2209/2207/13138 2246/2244/13139 2247/2245/13140 -f 2247/2245/13141 2246/2244/13142 2248/2246/13143 -f 2247/2245/13144 2248/2246/13145 2249/2247/13146 -f 2249/2247/13147 2248/2246/13148 2250/2248/13149 -f 2249/2247/13150 2250/2248/13151 2251/2249/13152 -f 2251/2249/13153 2250/2248/13154 1227/1227/13155 -f 2251/2249/13156 1227/1227/13157 2252/2250/13158 -f 2252/2250/13159 1227/1227/13160 2215/2213/13161 -f 2252/2250/13162 2215/2213/13163 2213/2211/13164 -f 2232/2230/13165 2231/2229/13166 2253/2251/13167 -f 2253/2251/13168 2231/2229/13169 2254/2252/13170 -f 2253/2251/13171 2254/2252/13172 2255/2253/13173 -f 2255/2253/13174 2254/2252/13175 2256/2254/13176 -f 2255/2253/13177 2256/2254/13178 2239/2237/13179 -f 1227/1227/13180 2250/2248/13181 2239/2237/13182 -f 2239/2237/13183 2250/2248/13184 2257/2255/13185 -f 2239/2237/13186 2257/2255/13187 2258/2256/13188 -f 2258/2256/13189 2257/2255/13190 2259/2257/13191 -f 2258/2256/13192 2259/2257/13193 2243/2241/13194 -f 2243/2241/13195 2259/2257/13196 2245/2243/13197 -f 1230/1230/13198 1232/1232/13199 2226/2224/13200 -f 2226/2224/13201 1232/1232/13202 2260/2258/13203 -f 2226/2224/13204 2260/2258/13205 2224/2222/13206 -f 2224/2222/13207 2260/2258/13208 1235/1235/13209 -f 1232/1232/13210 1233/1233/13211 2260/2258/13212 -f 2260/2258/13213 1233/1233/13214 1235/1235/13215 -f 2233/2231/13216 2232/2230/13217 2261/2259/13218 -f 2261/2259/13219 2232/2230/13220 2253/2251/13221 -f 2261/2259/13222 2253/2251/13223 2262/2260/13224 -f 2262/2260/13225 2253/2251/13226 2255/2253/13227 -f 2262/2260/13228 2255/2253/13229 2239/2237/13230 -f 2234/2232/13231 2263/2261/13232 2209/2207/13233 -f 2209/2207/13234 2263/2261/13235 2264/2262/13236 -f 2209/2207/13237 2264/2262/13238 2244/2242/13239 -f 2244/2242/13240 2264/2262/13241 2242/2240/13242 -f 2234/2232/13243 2236/2234/13244 2263/2261/13245 -f 2263/2261/13246 2236/2234/13247 2265/2263/13248 -f 2263/2261/13249 2265/2263/13250 2264/2262/13251 -f 2264/2262/13252 2265/2263/13253 2242/2240/13254 -f 2210/2208/13255 2209/2207/13256 2247/2245/13257 -f 2248/2246/13258 2246/2244/13259 2259/2257/13260 -f 2259/2257/13261 2246/2244/13262 2245/2243/13263 -f 2247/2245/13264 2249/2247/13265 2210/2208/13266 -f 2210/2208/13267 2249/2247/13268 2266/2264/13269 -f 2210/2208/13270 2266/2264/13271 2211/2209/13272 -f 2211/2209/13273 2266/2264/13274 2213/2211/13275 -f 2212/2210/13276 2267/2265/13277 1235/1235/13278 -f 1235/1235/13279 2267/2265/13280 2268/2266/13281 -f 1235/1235/13282 2268/2266/13283 2221/2219/13284 -f 2221/2219/13285 2268/2266/13286 2219/2217/13287 -f 2212/2210/13288 2214/2212/13289 2267/2265/13290 -f 2267/2265/13291 2214/2212/13292 2269/2267/13293 -f 2267/2265/13294 2269/2267/13295 2268/2266/13296 -f 2268/2266/13297 2269/2267/13298 2219/2217/13299 -f 2225/2223/13300 2223/2221/13301 2230/2228/13302 -f 2230/2228/13303 2223/2221/13304 2222/2220/13305 -f 2233/2231/13306 2261/2259/13307 2235/2233/13308 -f 2235/2233/13309 2261/2259/13310 2270/2268/13311 -f 2235/2233/13312 2270/2268/13313 2237/2235/13314 -f 2237/2235/13315 2270/2268/13316 2239/2237/13317 -f 2270/2268/13318 2261/2259/13319 2262/2260/13320 -f 2240/2238/13321 2242/2240/13322 2265/2263/13323 -f 2240/2238/13324 2265/2263/13325 2238/2236/13326 -f 2238/2236/13327 2265/2263/13328 2236/2234/13329 -f 2258/2256/13330 2243/2241/13331 2241/2239/13332 -f 2250/2248/13333 2248/2246/13334 2257/2255/13335 -f 2257/2255/13336 2248/2246/13337 2259/2257/13338 -f 2252/2250/13339 2213/2211/13340 2266/2264/13341 -f 2252/2250/13342 2266/2264/13343 2251/2249/13344 -f 2251/2249/13345 2266/2264/13346 2249/2247/13347 -f 2217/2215/13348 2219/2217/13349 2269/2267/13350 -f 2217/2215/13351 2269/2267/13352 2216/2214/13353 -f 2216/2214/13354 2269/2267/13355 2214/2212/13356 -f 2229/2227/13357 2220/2218/13358 2218/2216/13359 -f 2227/2225/13360 2225/2223/13361 2228/2226/13362 -f 2228/2226/13363 2225/2223/13364 2230/2228/13365 -f 2239/2237/13366 2270/2268/13367 2262/2260/13368 -f 2239/2237/13369 2258/2256/13370 2241/2239/13371 -f 1227/1227/13372 2229/2227/13373 2218/2216/13374 -f 1227/1227/13375 2239/2237/13376 1268/1268/13377 -f 1268/1268/13378 2239/2237/13379 2271/2269/13380 -f 1268/1268/13381 2271/2269/13382 1272/1272/13383 -f 1272/1272/13384 2271/2269/13385 2272/2270/13386 -f 1272/1272/13387 2272/2270/13388 1273/1273/13389 -f 1273/1273/13390 2272/2270/13391 2273/2271/13392 -f 1273/1273/13393 2273/2271/13394 1270/1270/13395 -f 1270/1270/13396 2273/2271/13397 2274/2272/13398 -f 1270/1270/13399 2274/2272/13400 1271/1271/13401 -f 1271/1271/13402 2274/2272/13403 2275/2273/13404 -f 1271/1271/13405 2275/2273/13406 1274/1274/13407 -f 1274/1274/13408 2275/2273/13409 2276/2274/13410 -f 1274/1274/13411 2276/2274/13412 1269/1269/13413 -f 1269/1269/13414 2276/2274/13415 2277/2275/13416 -f 1269/1269/13417 2277/2275/13418 1224/1224/13419 -f 1224/1224/13420 2277/2275/13421 2278/2276/13422 -f 2278/2276/13423 2279/2277/13424 1224/1224/13425 -f 1224/1224/13426 2279/2277/13427 2280/2278/13428 -f 1224/1224/13429 2280/2278/13430 2281/2279/13431 -f 2281/2279/13432 2280/2278/13433 2282/2280/13434 -f 2281/2279/13435 2282/2280/13436 2283/2281/13437 -f 2283/2281/13438 2282/2280/13439 2284/2282/13440 -f 2283/2281/13441 2284/2282/13442 2285/2283/13443 -f 2285/2283/13444 2284/2282/13445 1216/1216/13446 -f 2285/2283/13447 1216/1216/13448 2286/2284/13449 -f 2286/2284/13450 1216/1216/13451 2287/2285/13452 -f 2286/2284/13453 2287/2285/13454 2288/2286/13455 -f 2288/2286/13456 2287/2285/13457 2289/2287/13458 -f 2288/2286/13459 2289/2287/13460 2290/2288/13461 -f 2290/2288/13462 2289/2287/13463 2291/2289/13464 -f 2290/2288/13465 2291/2289/13466 1224/1224/13467 -f 1224/1224/13468 2291/2289/13469 2292/2290/13470 -f 1224/1224/13471 2292/2290/13472 2293/2291/13473 -f 2293/2291/13474 2292/2290/13475 2294/2292/13476 -f 2293/2291/13477 2294/2292/13478 2295/2293/13479 -f 2295/2293/13480 2294/2292/13481 2296/2294/13482 -f 2295/2293/13483 2296/2294/13484 1219/1219/13485 -f 1219/1219/13486 2296/2294/13487 1216/1216/13488 -f 1216/1216/13489 2296/2294/13490 2297/2295/13491 -f 1216/1216/13492 2297/2295/13493 2298/2296/13494 -f 2298/2296/13495 2297/2295/13496 2299/2297/13497 -f 2298/2296/13498 2299/2297/13499 2289/2287/13500 -f 2289/2287/13501 2299/2297/13502 2291/2289/13503 -f 2300/2298/13504 2301/2299/13505 2278/2276/13506 -f 2278/2276/13507 2301/2299/13508 2302/2300/13509 -f 2278/2276/13510 2302/2300/13511 2303/2301/13512 -f 2303/2301/13513 2302/2300/13514 2304/2302/13515 -f 2303/2301/13516 2304/2302/13517 2305/2303/13518 -f 2305/2303/13519 2304/2302/13520 2306/2304/13521 -f 2305/2303/13522 2306/2304/13523 2307/2305/13524 -f 2307/2305/13525 2306/2304/13526 2308/2306/13527 -f 2307/2305/13528 2308/2306/13529 2309/2307/13530 -f 2309/2307/13531 2308/2306/13532 2310/2308/13533 -f 2309/2307/13534 2310/2308/13535 2311/2309/13536 -f 2311/2309/13537 2310/2308/13538 2312/2310/13539 -f 2311/2309/13540 2312/2310/13541 2313/2311/13542 -f 2313/2311/13543 2312/2310/13544 2314/2312/13545 -f 2313/2311/13546 2314/2312/13547 2278/2276/13548 -f 2278/2276/13549 2314/2312/13550 2315/2313/13551 -f 2278/2276/13552 2315/2313/13553 2316/2314/13554 -f 2316/2314/13555 2315/2313/13556 2317/2315/13557 -f 2316/2314/13558 2317/2315/13559 2318/2316/13560 -f 2318/2316/13561 2317/2315/13562 2319/2317/13563 -f 2318/2316/13564 2319/2317/13565 2320/2318/13566 -f 2320/2318/13567 2319/2317/13568 1216/1216/13569 -f 2320/2318/13570 1216/1216/13571 2321/2319/13572 -f 2321/2319/13573 1216/1216/13574 2284/2282/13575 -f 2321/2319/13576 2284/2282/13577 2282/2280/13578 -f 2301/2299/13579 2300/2298/13580 2322/2320/13581 -f 2322/2320/13582 2300/2298/13583 2323/2321/13584 -f 2322/2320/13585 2323/2321/13586 2324/2322/13587 -f 2324/2322/13588 2323/2321/13589 2325/2323/13590 -f 2324/2322/13591 2325/2323/13592 2308/2306/13593 -f 1216/1216/13594 2319/2317/13595 2308/2306/13596 -f 2308/2306/13597 2319/2317/13598 2326/2324/13599 -f 2308/2306/13600 2326/2324/13601 2327/2325/13602 -f 2327/2325/13603 2326/2324/13604 2328/2326/13605 -f 2327/2325/13606 2328/2326/13607 2312/2310/13608 -f 2312/2310/13609 2328/2326/13610 2314/2312/13611 -f 1219/1219/13612 1221/1221/13613 2295/2293/13614 -f 2295/2293/13615 1221/1221/13616 2329/2327/13617 -f 2295/2293/13618 2329/2327/13619 2293/2291/13620 -f 2293/2291/13621 2329/2327/13622 1224/1224/13623 -f 1221/1221/13624 1222/1222/13625 2329/2327/13626 -f 2329/2327/13627 1222/1222/13628 1224/1224/13629 -f 2302/2300/13630 2301/2299/13631 2330/2328/13632 -f 2330/2328/13633 2301/2299/13634 2322/2320/13635 -f 2330/2328/13636 2322/2320/13637 2331/2329/13638 -f 2331/2329/13639 2322/2320/13640 2324/2322/13641 -f 2331/2329/13642 2324/2322/13643 2308/2306/13644 -f 2303/2301/13645 2332/2330/13646 2278/2276/13647 -f 2278/2276/13648 2332/2330/13649 2333/2331/13650 -f 2278/2276/13651 2333/2331/13652 2313/2311/13653 -f 2313/2311/13654 2333/2331/13655 2311/2309/13656 -f 2303/2301/13657 2305/2303/13658 2332/2330/13659 -f 2332/2330/13660 2305/2303/13661 2334/2332/13662 -f 2332/2330/13663 2334/2332/13664 2333/2331/13665 -f 2333/2331/13666 2334/2332/13667 2311/2309/13668 -f 2279/2277/13669 2278/2276/13670 2316/2314/13671 -f 2317/2315/13672 2315/2313/13673 2328/2326/13674 -f 2328/2326/13675 2315/2313/13676 2314/2312/13677 -f 2316/2314/13678 2318/2316/13679 2279/2277/13680 -f 2279/2277/13681 2318/2316/13682 2335/2333/13683 -f 2279/2277/13684 2335/2333/13685 2280/2278/13686 -f 2280/2278/13687 2335/2333/13688 2282/2280/13689 -f 2281/2279/13690 2336/2334/13691 1224/1224/13692 -f 1224/1224/13693 2336/2334/13694 2337/2335/13695 -f 1224/1224/13696 2337/2335/13697 2290/2288/13698 -f 2290/2288/13699 2337/2335/13700 2288/2286/13701 -f 2281/2279/13702 2283/2281/13703 2336/2334/13704 -f 2336/2334/13705 2283/2281/13706 2338/2336/13707 -f 2336/2334/13708 2338/2336/13709 2337/2335/13710 -f 2337/2335/13711 2338/2336/13712 2288/2286/13713 -f 2294/2292/13714 2292/2290/13715 2299/2297/13716 -f 2299/2297/13717 2292/2290/13718 2291/2289/13719 -f 2302/2300/13720 2330/2328/13721 2304/2302/13722 -f 2304/2302/13723 2330/2328/13724 2339/2337/13725 -f 2304/2302/13726 2339/2337/13727 2306/2304/13728 -f 2306/2304/13729 2339/2337/13730 2308/2306/13731 -f 2339/2337/13732 2330/2328/13733 2331/2329/13734 -f 2309/2307/13735 2311/2309/13736 2334/2332/13737 -f 2309/2307/13738 2334/2332/13739 2307/2305/13740 -f 2307/2305/13741 2334/2332/13742 2305/2303/13743 -f 2327/2325/13744 2312/2310/13745 2310/2308/13746 -f 2319/2317/13747 2317/2315/13748 2326/2324/13749 -f 2326/2324/13750 2317/2315/13751 2328/2326/13752 -f 2321/2319/13753 2282/2280/13754 2335/2333/13755 -f 2321/2319/13756 2335/2333/13757 2320/2318/13758 -f 2320/2318/13759 2335/2333/13760 2318/2316/13761 -f 2286/2284/13762 2288/2286/13763 2338/2336/13764 -f 2286/2284/13765 2338/2336/13766 2285/2283/13767 -f 2285/2283/13768 2338/2336/13769 2283/2281/13770 -f 2298/2296/13771 2289/2287/13772 2287/2285/13773 -f 2296/2294/13774 2294/2292/13775 2297/2295/13776 -f 2297/2295/13777 2294/2292/13778 2299/2297/13779 -f 2308/2306/13780 2339/2337/13781 2331/2329/13782 -f 2308/2306/13783 2327/2325/13784 2310/2308/13785 -f 1216/1216/13786 2298/2296/13787 2287/2285/13788 -f 1216/1216/13789 2308/2306/13790 1257/1257/13791 -f 1257/1257/13792 2308/2306/13793 2340/2338/13794 -f 1257/1257/13795 2340/2338/13796 1259/1259/13797 -f 1259/1259/13798 2340/2338/13799 2341/2339/13800 -f 1259/1259/13801 2341/2339/13802 1258/1258/13803 -f 1258/1258/13804 2341/2339/13805 2342/2340/13806 -f 1258/1258/13807 2342/2340/13808 1256/1256/13809 -f 1256/1256/13810 2342/2340/13811 2343/2341/13812 -f 1256/1256/13813 2343/2341/13814 1255/1255/13815 -f 1255/1255/13816 2343/2341/13817 2344/2342/13818 -f 1255/1255/13819 2344/2342/13820 1253/1253/13821 -f 1253/1253/13822 2344/2342/13823 2069/2067/13824 -f 2068/2343/13825 2140/2138/13826 2139/2137/13827 -f 2068/2343/13828 2139/2137/13829 2133/2131/13830 -f 2068/2343/13831 2133/2131/13832 2101/2099/13833 -f 2140/2138/13834 2068/2343/13835 2101/2099/13836 -f 1304/1303/13837 2118/2116/13838 1302/1301/13839 -f 1302/1301/13840 2118/2116/13841 2116/2114/13842 -f 1302/1301/13843 2116/2114/13844 2093/2091/13845 -f 2118/2116/13846 1304/1303/13847 2101/2099/13848 -f 2101/2099/13849 1304/1303/13850 1306/1305/13851 -f 2101/2099/13852 1306/1305/13853 1308/1307/13854 -f 2101/2099/13855 1308/1307/13856 2140/2138/13857 -f 2140/2138/13858 1308/1307/13859 1310/1309/13860 -f 2140/2138/13861 1310/1309/13862 1312/1311/13863 -f 2140/2138/13864 1312/1311/13865 2162/2160/13866 -f 2162/2160/13867 1312/1311/13868 1314/1313/13869 -f 2162/2160/13870 1314/1313/13871 2185/2183/13872 -f 2185/2183/13873 1314/1313/13874 2187/2185/13875 -f 2187/2185/13876 1314/1313/13877 1316/1315/13878 -f 2187/2185/13879 1316/1315/13880 2170/2168/13881 -f 2170/2168/13882 1316/1315/13883 1318/1317/13884 -f 2170/2168/13885 1318/1317/13886 1320/1319/13887 -f 2170/2168/13888 1320/1319/13889 2209/2207/13890 -f 2209/2207/13891 1320/1319/13892 1322/1321/13893 -f 2209/2207/13894 1322/1321/13895 1324/1323/13896 -f 2209/2207/13897 1324/1323/13898 2231/2229/13899 -f 2231/2229/13900 1324/1323/13901 1326/1325/13902 -f 2231/2229/13903 1326/1325/13904 2254/2252/13905 -f 2254/2252/13906 1326/1325/13907 2256/2254/13908 -f 2256/2254/13909 1326/1325/13910 1328/1327/13911 -f 2256/2254/13912 1328/1327/13913 2239/2237/13914 -f 2239/2237/13915 1328/1327/13916 1330/1329/13917 -f 2239/2237/13918 1330/1329/13919 1332/1331/13920 -f 2239/2237/13921 1332/1331/13922 2278/2276/13923 -f 2278/2276/13924 1332/1331/13925 1334/1333/13926 -f 2278/2276/13927 1334/1333/13928 1336/1335/13929 -f 2278/2276/13930 1336/1335/13931 2300/2298/13932 -f 2300/2298/13933 1336/1335/13934 1338/1337/13935 -f 2300/2298/13936 1338/1337/13937 2323/2321/13938 -f 2323/2321/13939 1338/1337/13940 2325/2323/13941 -f 2325/2323/13942 1338/1337/13943 1340/1339/13944 -f 2325/2323/13945 1340/1339/13946 2308/2306/13947 -f 2308/2306/13948 1340/1339/13949 1342/1341/13950 -f 2308/2306/13951 1342/1341/13952 1344/1343/13953 -f 2308/2306/13954 1344/1343/13955 2071/2069/13956 -f 2071/2069/13957 1344/1343/13958 1346/1345/13959 -f 2071/2069/13960 1346/1345/13961 1300/1299/13962 -f 2071/2069/13963 1300/1299/13964 2093/2091/13965 -f 2093/2091/13966 1300/1299/13967 1302/1301/13968 -f 1275/2344/13969 2209/2207/13970 2208/2206/13971 -f 1275/2344/13972 2208/2206/13973 2202/2200/13974 -f 2202/2200/13975 2208/2206/13976 2205/2203/13977 -f 2202/2200/13978 2205/2203/13979 2204/2202/13980 -f 2209/2207/13981 1275/2344/13982 2170/2168/13983 -f 2170/2168/13984 1275/2344/13985 2202/2200/13986 -f 2069/2067/13987 2344/2342/13988 2070/2068/13989 -f 2070/2068/13990 2344/2342/13991 2343/2341/13992 -f 2070/2068/13993 2343/2341/13994 2340/2338/13995 -f 2340/2338/13996 2343/2341/13997 2342/2340/13998 -f 2340/2338/13999 2342/2340/14000 2341/2339/14001 -f 2340/2338/14002 2308/2306/14003 2070/2068/14004 -f 2070/2068/14005 2308/2306/14006 2071/2069/14007 -f 2239/2237/14008 2278/2276/14009 2271/2269/14010 -f 2271/2269/14011 2278/2276/14012 2277/2275/14013 -f 2271/2269/14014 2277/2275/14015 2274/2272/14016 -f 2274/2272/14017 2277/2275/14018 2275/2273/14019 -f 2275/2273/14020 2277/2275/14021 2276/2274/14022 -f 2274/2272/14023 2273/2271/14024 2271/2269/14025 -f 2271/2269/14026 2273/2271/14027 2272/2270/14028 -f 2207/2205/14029 2206/2204/14030 2208/2206/14031 -f 2208/2206/14032 2206/2204/14033 2205/2203/14034 -f 2204/2202/14035 2203/2201/14036 2202/2200/14037 -f 2138/2136/14038 2137/2135/14039 2139/2137/14040 -f 2139/2137/14041 2137/2135/14042 2136/2134/14043 -f 2139/2137/14044 2136/2134/14045 2133/2131/14046 -f 2133/2131/14047 2136/2134/14048 2135/2133/14049 -f 2133/2131/14050 2135/2133/14051 2134/2132/14052 -f 2345/2345/14053 2346/2346/14054 2347/2347/14055 -f 2345/2345/14056 2347/2347/14057 2348/2348/14058 -f 2345/2345/14059 2348/2348/14060 2349/2349/14061 -f 2349/2349/14062 2348/2348/14063 2350/2350/14064 -f 2349/2349/14065 2350/2350/14066 2351/2351/14067 -f 2346/2346/14068 2345/2345/14069 2349/2349/14070 -f 2352/2352/14071 2353/2353/14072 2354/2354/14073 -f 2354/2354/14074 2353/2353/14075 2355/2355/14076 -f 2354/2354/14077 2355/2355/14078 2356/2356/14079 -f 2353/2353/14080 2352/2352/14081 2357/2357/14082 -f 2357/2357/14083 2352/2352/14084 2358/2358/14085 -f 2357/2357/14086 2358/2358/14087 2359/2359/14088 -f 2357/2357/14089 2359/2359/14090 2360/2360/14091 -f 2360/2360/14092 2359/2359/14093 2361/2361/14094 -f 2360/2360/14095 2361/2361/14096 2362/2362/14097 -f 2360/2360/14098 2362/2362/14099 2363/2363/14100 -f 2363/2363/14101 2362/2362/14102 2364/2364/14103 -f 2363/2363/14104 2364/2364/14105 2365/2365/14106 -f 2365/2365/14107 2364/2364/14108 2366/2366/14109 -f 2366/2366/14110 2364/2364/14111 2367/2367/14112 -f 2366/2366/14113 2367/2367/14114 2368/2368/14115 -f 2368/2368/14116 2367/2367/14117 2369/2369/14118 -f 2368/2368/14119 2369/2369/14120 2370/2370/14121 -f 2368/2368/14122 2370/2370/14123 2371/2371/14124 -f 2371/2371/14125 2370/2370/14126 2372/2372/14127 -f 2371/2371/14128 2372/2372/14129 2373/2373/14130 -f 2371/2371/14131 2373/2373/14132 2374/2374/14133 -f 2374/2374/14134 2373/2373/14135 2375/2375/14136 -f 2374/2374/14137 2375/2375/14138 2376/2376/14139 -f 2376/2376/14140 2375/2375/14141 2377/2377/14142 -f 2377/2377/14143 2375/2375/14144 2378/2378/14145 -f 2377/2377/14146 2378/2378/14147 2379/2379/14148 -f 2379/2379/14149 2378/2378/14150 2380/2380/14151 -f 2379/2379/14152 2380/2380/14153 2381/2381/14154 -f 2379/2379/14155 2381/2381/14156 2382/2382/14157 -f 2382/2382/14158 2381/2381/14159 2383/2383/14160 -f 2382/2382/14161 2383/2383/14162 2384/2384/14163 -f 2382/2382/14164 2384/2384/14165 2385/2385/14166 -f 2385/2385/14167 2384/2384/14168 2386/2386/14169 -f 2385/2385/14170 2386/2386/14171 2387/2387/14172 -f 2387/2387/14173 2386/2386/14174 2388/2388/14175 -f 2388/2388/14176 2386/2386/14177 2389/2389/14178 -f 2388/2388/14179 2389/2389/14180 2346/2346/14181 -f 2346/2346/14182 2389/2389/14183 2390/2390/14184 -f 2346/2346/14185 2390/2390/14186 2391/2391/14187 -f 2346/2346/14188 2391/2391/14189 2347/2347/14190 -f 2347/2347/14191 2391/2391/14192 2392/2392/14193 -f 2347/2347/14194 2392/2392/14195 2393/2393/14196 -f 2347/2347/14197 2393/2393/14198 2356/2356/14199 -f 2356/2356/14200 2393/2393/14201 2354/2354/14202 -f 2394/2394/14203 2379/2379/14204 2382/2382/14205 -f 2394/2394/14206 2382/2382/14207 2395/2395/14208 -f 2394/2394/14209 2395/2395/14210 2396/2396/14211 -f 2394/2394/14212 2396/2396/14213 2379/2379/14214 -f 2397/2397/14215 2398/2398/14216 2399/2399/14217 -f 2399/2399/14218 2398/2398/14219 2400/2400/14220 -f 2400/2400/14221 2398/2398/14222 2401/2401/14223 -f 2400/2400/14224 2401/2401/14225 2402/2402/14226 -f 2402/2402/14227 2401/2401/14228 2403/2403/14229 -f 2401/2401/14230 2398/2398/14231 2360/2360/14232 -f 2360/2360/14233 2398/2398/14234 2357/2357/14235 -f 2404/2404/14236 2405/2405/14237 2348/2348/14238 -f 2348/2348/14239 2405/2405/14240 2350/2350/14241 -f 2351/2351/14242 2406/2406/14243 2349/2349/14244 -f 2407/2407/14245 2408/2408/14246 2395/2395/14247 -f 2395/2395/14248 2408/2408/14249 2409/2409/14250 -f 2395/2395/14251 2409/2409/14252 2396/2396/14253 -f 2396/2396/14254 2409/2409/14255 2410/2410/14256 -f 2396/2396/14257 2410/2410/14258 2411/2411/14259 -f 2371/2371/14260 2412/2412/14261 2368/2368/14262 -f 2368/2368/14263 2412/2412/14264 2413/2413/14265 -f 2413/2413/14266 2412/2412/14267 2414/2414/14268 -f 2413/2413/14269 2414/2414/14270 2415/2415/14271 -f 2416/2416/14272 2417/2417/14273 2412/2412/14274 -f 2412/2412/14275 2417/2417/14276 2414/2414/14277 -f 2415/2415/14278 2418/2418/14279 2413/2413/14280 -f 2393/2393/14281 2420/2419/14282 2354/2354/14283 -f 2354/2354/14284 2420/2419/14285 2421/2420/14286 -f 2354/2354/14287 2421/2420/14288 2352/2352/14289 -f 2352/2352/14290 2421/2420/14291 2422/2421/14292 -f 2352/2352/14293 2422/2421/14294 2358/2358/14295 -f 2358/2358/14296 2422/2421/14297 2423/2422/14298 -f 2358/2358/14299 2423/2422/14300 2359/2359/14301 -f 2359/2359/14302 2423/2422/14303 2424/2423/14304 -f 2359/2359/14305 2424/2423/14306 2361/2361/14307 -f 2361/2361/14308 2424/2423/14309 2425/2424/14310 -f 2361/2361/14311 2425/2424/14312 2362/2362/14313 -f 2362/2362/14314 2425/2424/14315 2426/2425/14316 -f 2362/2362/14317 2426/2425/14318 2364/2364/14319 -f 2364/2364/14320 2426/2425/14321 2427/2426/14322 -f 2364/2364/14323 2427/2426/14324 2367/2367/14325 -f 2367/2367/14326 2427/2426/14327 2428/2427/14328 -f 2367/2367/14329 2428/2427/14330 2369/2369/14331 -f 2369/2369/14332 2428/2427/14333 2429/2428/14334 -f 2369/2369/14335 2429/2428/14336 2370/2370/14337 -f 2370/2370/14338 2429/2428/14339 2430/2429/14340 -f 2370/2370/14341 2430/2429/14342 2372/2372/14343 -f 2372/2372/14344 2430/2429/14345 2431/2430/14346 -f 2372/2372/14347 2431/2430/14348 2373/2373/14349 -f 2373/2373/14350 2431/2430/14351 2432/2431/14352 -f 2373/2373/14353 2432/2431/14354 2375/2375/14355 -f 2375/2375/14356 2432/2431/14357 2433/2432/14358 -f 2375/2375/14359 2433/2432/14360 2378/2378/14361 -f 2378/2378/14362 2433/2432/14363 2434/2433/14364 -f 2378/2378/14365 2434/2433/14366 2380/2380/14367 -f 2380/2380/14368 2434/2433/14369 2435/2434/14370 -f 2380/2380/14371 2435/2434/14372 2381/2381/14373 -f 2381/2381/14374 2435/2434/14375 2436/2435/14376 -f 2381/2381/14377 2436/2435/14378 2383/2383/14379 -f 2383/2383/14380 2436/2435/14381 2437/2436/14382 -f 2383/2383/14383 2437/2436/14384 2384/2384/14385 -f 2384/2384/14386 2437/2436/14387 2438/2437/14388 -f 2384/2384/14389 2438/2437/14390 2386/2386/14391 -f 2386/2386/14392 2438/2437/14393 2439/2438/14394 -f 2386/2386/14395 2439/2438/14396 2389/2389/14397 -f 2389/2389/14398 2439/2438/14399 2440/2439/14400 -f 2389/2389/14401 2440/2439/14402 2390/2390/14403 -f 2390/2390/14404 2440/2439/14405 2441/2440/14406 -f 2390/2390/14407 2441/2440/14408 2391/2391/14409 -f 2391/2391/14410 2441/2440/14411 2442/2441/14412 -f 2391/2391/14413 2442/2441/14414 2392/2392/14415 -f 2392/2392/14416 2442/2441/14417 2443/2442/14418 -f 2392/2392/14419 2443/2442/14420 2393/2393/14421 -f 2393/2393/14422 2443/2442/14423 2420/2419/14424 -f 2444/2443/14425 2445/2444/14426 2446/2445/14427 -f 2446/2445/14428 2445/2444/14429 2447/2446/14430 -f 2446/2445/14431 2447/2446/14432 2448/2447/14433 -f 2448/2447/14434 2447/2446/14435 2449/2448/14436 -f 2448/2447/14437 2449/2448/14438 2450/2449/14439 -f 2450/2449/14440 2449/2448/14441 2451/2450/14442 -f 2450/2449/14443 2451/2450/14444 2452/2451/14445 -f 2452/2451/14446 2451/2450/14447 2453/2452/14448 -f 2452/2451/14449 2453/2452/14450 2454/2453/14451 -f 2454/2453/14452 2453/2452/14453 2455/2454/14454 -f 2454/2453/14455 2455/2454/14456 2456/2455/14457 -f 2456/2455/14458 2455/2454/14459 2457/2456/14460 -f 2456/2455/14461 2457/2456/14462 2458/2457/14463 -f 2458/2457/14464 2457/2456/14465 2459/2458/14466 -f 2458/2457/14467 2459/2458/14468 2460/2459/14469 -f 2460/2459/14470 2459/2458/14471 2461/2460/14472 -f 2460/2459/14473 2461/2460/14474 2462/2461/14475 -f 2462/2461/14476 2461/2460/14477 2463/2462/14478 -f 2462/2461/14479 2463/2462/14480 2464/2463/14481 -f 2464/2463/14482 2463/2462/14483 2465/2464/14484 -f 2464/2463/14485 2465/2464/14486 2466/2465/14487 -f 2466/2465/14488 2465/2464/14489 2467/2466/14490 -f 2466/2465/14491 2467/2466/14492 2468/2467/14493 -f 2468/2467/14494 2467/2466/14495 2469/2468/14496 -f 2468/2467/14497 2469/2468/14498 2470/2469/14499 -f 2470/2469/14500 2469/2468/14501 2471/2470/14502 -f 2470/2469/14503 2471/2470/14504 2472/2471/14505 -f 2472/2471/14506 2471/2470/14507 2473/2472/14508 -f 2472/2471/14509 2473/2472/14510 2474/2473/14511 -f 2474/2473/14512 2473/2472/14513 2475/2474/14514 -f 2474/2473/14515 2475/2474/14516 2476/2475/14517 -f 2476/2475/14518 2475/2474/14519 2477/2476/14520 -f 2476/2475/14521 2477/2476/14522 2478/2477/14523 -f 2478/2477/14524 2477/2476/14525 2479/2478/14526 -f 2478/2477/14527 2479/2478/14528 2480/2479/14529 -f 2480/2479/14530 2479/2478/14531 2481/2480/14532 -f 2480/2479/14533 2481/2480/14534 2482/2481/14535 -f 2482/2481/14536 2481/2480/14537 2483/2482/14538 -f 2482/2481/14539 2483/2482/14540 2484/2483/14541 -f 2484/2483/14542 2483/2482/14543 2485/2484/14544 -f 2484/2483/14545 2485/2484/14546 2486/2485/14547 -f 2486/2485/14548 2485/2484/14549 2487/2486/14550 -f 2486/2485/14551 2487/2486/14552 2488/2487/14553 -f 2488/2487/14554 2487/2486/14555 2489/2488/14556 -f 2488/2487/14557 2489/2488/14558 2490/2489/14559 -f 2490/2489/14560 2489/2488/14561 2491/2490/14562 -f 2490/2489/14563 2491/2490/14564 2444/2443/14565 -f 2444/2443/14566 2491/2490/14567 2445/2444/14568 -f 2421/2420/14569 2492/2491/14570 2422/2421/14571 -f 2422/2421/14572 2492/2491/14573 2493/2492/14574 -f 2422/2421/14575 2493/2492/14576 2423/2422/14577 -f 2423/2422/14578 2493/2492/14579 2494/2493/14580 -f 2423/2422/14581 2494/2493/14582 2424/2423/14583 -f 2424/2423/14584 2494/2493/14585 2495/2494/14586 -f 2424/2423/14587 2495/2494/14588 2425/2424/14589 -f 2425/2424/14590 2495/2494/14591 2496/2495/14592 -f 2425/2424/14593 2496/2495/14594 2426/2425/14595 -f 2426/2425/14596 2496/2495/14597 2497/2496/14598 -f 2426/2425/14599 2497/2496/14600 2427/2426/14601 -f 2427/2426/14602 2497/2496/14603 2498/2497/14604 -f 2427/2426/14605 2498/2497/14606 2428/2427/14607 -f 2428/2427/14608 2498/2497/14609 2499/2498/14610 -f 2428/2427/14611 2499/2498/14612 2429/2428/14613 -f 2429/2428/14614 2499/2498/14615 2500/2499/14616 -f 2429/2428/14617 2500/2499/14618 2430/2429/14619 -f 2430/2429/14620 2500/2499/14621 2501/2500/14622 -f 2430/2429/14623 2501/2500/14624 2431/2430/14625 -f 2431/2430/14626 2501/2500/14627 2502/2501/14628 -f 2431/2430/14629 2502/2501/14630 2432/2431/14631 -f 2432/2431/14632 2502/2501/14633 2503/2502/14634 -f 2432/2431/14635 2503/2502/14636 2433/2432/14637 -f 2433/2432/14638 2503/2502/14639 2504/2503/14640 -f 2433/2432/14641 2504/2503/14642 2434/2433/14643 -f 2434/2433/14644 2504/2503/14645 2505/2504/14646 -f 2434/2433/14647 2505/2504/14648 2435/2434/14649 -f 2435/2434/14650 2505/2504/14651 2506/2505/14652 -f 2435/2434/14653 2506/2505/14654 2436/2435/14655 -f 2436/2435/14656 2506/2505/14657 2507/2506/14658 -f 2436/2435/14659 2507/2506/14660 2437/2436/14661 -f 2437/2436/14662 2507/2506/14663 2508/2507/14664 -f 2437/2436/14665 2508/2507/14666 2438/2437/14667 -f 2438/2437/14668 2508/2507/14669 2509/2508/14670 -f 2438/2437/14671 2509/2508/14672 2439/2438/14673 -f 2439/2438/14674 2509/2508/14675 2510/2509/14676 -f 2439/2438/14677 2510/2509/14678 2440/2439/14679 -f 2440/2439/14680 2510/2509/14681 2511/2510/14682 -f 2440/2439/14683 2511/2510/14684 2441/2440/14685 -f 2441/2440/14686 2511/2510/14687 2512/2511/14688 -f 2441/2440/14689 2512/2511/14690 2442/2441/14691 -f 2442/2441/14692 2512/2511/14693 2513/2512/14694 -f 2442/2441/14695 2513/2512/14696 2443/2442/14697 -f 2443/2442/14698 2513/2512/14699 2514/2513/14700 -f 2443/2442/14701 2514/2513/14702 2420/2419/14703 -f 2420/2419/14704 2514/2513/14705 2515/2514/14706 -f 2420/2419/14707 2515/2514/14708 2421/2420/14709 -f 2421/2420/14710 2515/2514/14711 2492/2491/14712 -f 2492/2491/14713 2516/2515/14714 2493/2492/14715 -f 2493/2492/14716 2516/2515/14717 2517/2516/14718 -f 2493/2492/14719 2517/2516/14720 2494/2493/14721 -f 2494/2493/14722 2517/2516/14723 2518/2517/14724 -f 2494/2493/14725 2518/2517/14726 2495/2494/14727 -f 2495/2494/14728 2518/2517/14729 2519/2518/14730 -f 2495/2494/14731 2519/2518/14732 2496/2495/14733 -f 2496/2495/14734 2519/2518/14735 2520/2519/14736 -f 2496/2495/14737 2520/2519/14738 2497/2496/14739 -f 2497/2496/14740 2520/2519/14741 2521/2520/14742 -f 2497/2496/14743 2521/2520/14744 2498/2497/14745 -f 2498/2497/14746 2521/2520/14747 2522/2521/14748 -f 2498/2497/14749 2522/2521/14750 2499/2498/14751 -f 2499/2498/14752 2522/2521/14753 2523/2522/14754 -f 2499/2498/14755 2523/2522/14756 2500/2499/14757 -f 2500/2499/14758 2523/2522/14759 2524/2523/14760 -f 2500/2499/14761 2524/2523/14762 2501/2500/14763 -f 2501/2500/14764 2524/2523/14765 2525/2524/14766 -f 2501/2500/14767 2525/2524/14768 2502/2501/14769 -f 2502/2501/14770 2525/2524/14771 2526/2525/14772 -f 2502/2501/14773 2526/2525/14774 2503/2502/14775 -f 2503/2502/14776 2526/2525/14777 2527/2526/14778 -f 2503/2502/14779 2527/2526/14780 2504/2503/14781 -f 2504/2503/14782 2527/2526/14783 2528/2527/14784 -f 2504/2503/14785 2528/2527/14786 2505/2504/14787 -f 2505/2504/14788 2528/2527/14789 2529/2528/14790 -f 2505/2504/14791 2529/2528/14792 2506/2505/14793 -f 2506/2505/14794 2529/2528/14795 2530/2529/14796 -f 2506/2505/14797 2530/2529/14798 2507/2506/14799 -f 2507/2506/14800 2530/2529/14801 2531/2530/14802 -f 2507/2506/14803 2531/2530/14804 2508/2507/14805 -f 2508/2507/14806 2531/2530/14807 2532/2531/14808 -f 2508/2507/14809 2532/2531/14810 2509/2508/14811 -f 2509/2508/14812 2532/2531/14813 2533/2532/14814 -f 2509/2508/14815 2533/2532/14816 2510/2509/14817 -f 2510/2509/14818 2533/2532/14819 2534/2533/14820 -f 2510/2509/14821 2534/2533/14822 2511/2510/14823 -f 2511/2510/14824 2534/2533/14825 2535/2534/14826 -f 2511/2510/14827 2535/2534/14828 2512/2511/14829 -f 2512/2511/14830 2535/2534/14831 2536/2535/14832 -f 2512/2511/14833 2536/2535/14834 2513/2512/14835 -f 2513/2512/14836 2536/2535/14837 2537/2536/14838 -f 2513/2512/14839 2537/2536/14840 2514/2513/14841 -f 2514/2513/14842 2537/2536/14843 2538/2537/14844 -f 2514/2513/14845 2538/2537/14846 2515/2514/14847 -f 2515/2514/14848 2538/2537/14849 2539/2538/14850 -f 2515/2514/14851 2539/2538/14852 2492/2491/14853 -f 2492/2491/14854 2539/2538/14855 2516/2515/14856 -f 2516/2515/14857 2540/2539/14858 2517/2516/14859 -f 2517/2516/14860 2540/2539/14861 2541/2540/14862 -f 2517/2516/14863 2541/2540/14864 2518/2517/14865 -f 2518/2517/14866 2541/2540/14867 2542/2541/14868 -f 2518/2517/14869 2542/2541/14870 2519/2518/14871 -f 2519/2518/14872 2542/2541/14873 2543/2542/14874 -f 2519/2518/14875 2543/2542/14876 2520/2519/14877 -f 2520/2519/14878 2543/2542/14879 2544/2543/14880 -f 2520/2519/14881 2544/2543/14882 2521/2520/14883 -f 2521/2520/14884 2544/2543/14885 2545/2544/14886 -f 2521/2520/14887 2545/2544/14888 2522/2521/14889 -f 2522/2521/14890 2545/2544/14891 2546/2545/14892 -f 2522/2521/14893 2546/2545/14894 2523/2522/14895 -f 2523/2522/14896 2546/2545/14897 2547/2546/14898 -f 2523/2522/14899 2547/2546/14900 2524/2523/14901 -f 2524/2523/14902 2547/2546/14903 2548/2547/14904 -f 2524/2523/14905 2548/2547/14906 2525/2524/14907 -f 2525/2524/14908 2548/2547/14909 2549/2548/14910 -f 2525/2524/14911 2549/2548/14912 2526/2525/14913 -f 2526/2525/14914 2549/2548/14915 2550/2549/14916 -f 2526/2525/14917 2550/2549/14918 2527/2526/14919 -f 2527/2526/14920 2550/2549/14921 2551/2550/14922 -f 2527/2526/14923 2551/2550/14924 2528/2527/14925 -f 2528/2527/14926 2551/2550/14927 2552/2551/14928 -f 2528/2527/14929 2552/2551/14930 2529/2528/14931 -f 2529/2528/14932 2552/2551/14933 2553/2552/14934 -f 2529/2528/14935 2553/2552/14936 2530/2529/14937 -f 2530/2529/14938 2553/2552/14939 2554/2553/14940 -f 2530/2529/14941 2554/2553/14942 2531/2530/14943 -f 2531/2530/14944 2554/2553/14945 2555/2554/14946 -f 2531/2530/14947 2555/2554/14948 2532/2531/14949 -f 2532/2531/14950 2555/2554/14951 2556/2555/14952 -f 2532/2531/14953 2556/2555/14954 2533/2532/14955 -f 2533/2532/14956 2556/2555/14957 2557/2556/14958 -f 2533/2532/14959 2557/2556/14960 2534/2533/14961 -f 2534/2533/14962 2557/2556/14963 2558/2557/14964 -f 2534/2533/14965 2558/2557/14966 2535/2534/14967 -f 2535/2534/14968 2558/2557/14969 2559/2558/14970 -f 2535/2534/14971 2559/2558/14972 2536/2535/14973 -f 2536/2535/14974 2559/2558/14975 2560/2559/14976 -f 2536/2535/14977 2560/2559/14978 2537/2536/14979 -f 2537/2536/14980 2560/2559/14981 2561/2560/14982 -f 2537/2536/14983 2561/2560/14984 2538/2537/14985 -f 2538/2537/14986 2561/2560/14987 2562/2561/14988 -f 2538/2537/14989 2562/2561/14990 2539/2538/14991 -f 2539/2538/14992 2562/2561/14993 2563/2562/14994 -f 2539/2538/14995 2563/2562/14996 2516/2515/14997 -f 2516/2515/14998 2563/2562/14999 2540/2539/15000 -f 2540/2539/15001 2564/2563/15002 2541/2540/15003 -f 2541/2540/15004 2564/2563/15005 2565/2564/15006 -f 2541/2540/15007 2565/2564/15008 2542/2541/15009 -f 2542/2541/15010 2565/2564/15011 2566/2565/15012 -f 2542/2541/15013 2566/2565/15014 2543/2542/15015 -f 2543/2542/15016 2566/2565/15017 2567/2566/15018 -f 2543/2542/15019 2567/2566/15020 2544/2543/15021 -f 2544/2543/15022 2567/2566/15023 2568/2567/15024 -f 2544/2543/15025 2568/2567/15026 2545/2544/15027 -f 2545/2544/15028 2568/2567/15029 2569/2568/15030 -f 2545/2544/15031 2569/2568/15032 2546/2545/15033 -f 2546/2545/15034 2569/2568/15035 2570/2569/15036 -f 2546/2545/15037 2570/2569/15038 2547/2546/15039 -f 2547/2546/15040 2570/2569/15041 2571/2570/15042 -f 2547/2546/15043 2571/2570/15044 2548/2547/15045 -f 2548/2547/15046 2571/2570/15047 2572/2571/15048 -f 2548/2547/15049 2572/2571/15050 2549/2548/15051 -f 2549/2548/15052 2572/2571/15053 2573/2572/15054 -f 2549/2548/15055 2573/2572/15056 2550/2549/15057 -f 2550/2549/15058 2573/2572/15059 2574/2573/15060 -f 2550/2549/15061 2574/2573/15062 2551/2550/15063 -f 2551/2550/15064 2574/2573/15065 2575/2574/15066 -f 2551/2550/15067 2575/2574/15068 2552/2551/15069 -f 2552/2551/15070 2575/2574/15071 2576/2575/15072 -f 2552/2551/15073 2576/2575/15074 2553/2552/15075 -f 2553/2552/15076 2576/2575/15077 2577/2576/15078 -f 2553/2552/15079 2577/2576/15080 2554/2553/15081 -f 2554/2553/15082 2577/2576/15083 2578/2577/15084 -f 2554/2553/15085 2578/2577/15086 2555/2554/15087 -f 2555/2554/15088 2578/2577/15089 2579/2578/15090 -f 2555/2554/15091 2579/2578/15092 2556/2555/15093 -f 2556/2555/15094 2579/2578/15095 2580/2579/15096 -f 2556/2555/15097 2580/2579/15098 2557/2556/15099 -f 2557/2556/15100 2580/2579/15101 2581/2580/15102 -f 2557/2556/15103 2581/2580/15104 2558/2557/15105 -f 2558/2557/15106 2581/2580/15107 2582/2581/15108 -f 2558/2557/15109 2582/2581/15110 2559/2558/15111 -f 2559/2558/15112 2582/2581/15113 2583/2582/15114 -f 2559/2558/15115 2583/2582/15116 2560/2559/15117 -f 2560/2559/15118 2583/2582/15119 2584/2583/15120 -f 2560/2559/15121 2584/2583/15122 2561/2560/15123 -f 2561/2560/15124 2584/2583/15125 2585/2584/15126 -f 2561/2560/15127 2585/2584/15128 2562/2561/15129 -f 2562/2561/15130 2585/2584/15131 2586/2585/15132 -f 2562/2561/15133 2586/2585/15134 2563/2562/15135 -f 2563/2562/15136 2586/2585/15137 2587/2586/15138 -f 2563/2562/15139 2587/2586/15140 2540/2539/15141 -f 2540/2539/15142 2587/2586/15143 2564/2563/15144 -f 2564/2563/15145 2588/2587/15146 2565/2564/15147 -f 2565/2564/15148 2588/2587/15149 2589/2588/15150 -f 2565/2564/15151 2589/2588/15152 2566/2565/15153 -f 2566/2565/15154 2589/2588/15155 2590/2589/15156 -f 2566/2565/15157 2590/2589/15158 2567/2566/15159 -f 2567/2566/15160 2590/2589/15161 2591/2590/15162 -f 2567/2566/15163 2591/2590/15164 2568/2567/15165 -f 2568/2567/15166 2591/2590/15167 2592/2591/15168 -f 2568/2567/15169 2592/2591/15170 2569/2568/15171 -f 2569/2568/15172 2592/2591/15173 2593/2592/15174 -f 2569/2568/15175 2593/2592/15176 2570/2569/15177 -f 2570/2569/15178 2593/2592/15179 2594/2593/15180 -f 2570/2569/15181 2594/2593/15182 2571/2570/15183 -f 2571/2570/15184 2594/2593/15185 2595/2594/15186 -f 2571/2570/15187 2595/2594/15188 2572/2571/15189 -f 2572/2571/15190 2595/2594/15191 2596/2595/15192 -f 2572/2571/15193 2596/2595/15194 2573/2572/15195 -f 2573/2572/15196 2596/2595/15197 2597/2596/15198 -f 2573/2572/15199 2597/2596/15200 2574/2573/15201 -f 2574/2573/15202 2597/2596/15203 2598/2597/15204 -f 2574/2573/15205 2598/2597/15206 2575/2574/15207 -f 2575/2574/15208 2598/2597/15209 2599/2598/15210 -f 2575/2574/15211 2599/2598/15212 2576/2575/15213 -f 2576/2575/15214 2599/2598/15215 2600/2599/15216 -f 2576/2575/15217 2600/2599/15218 2577/2576/15219 -f 2577/2576/15220 2600/2599/15221 2601/2600/15222 -f 2577/2576/15223 2601/2600/15224 2578/2577/15225 -f 2578/2577/15226 2601/2600/15227 2602/2601/15228 -f 2578/2577/15229 2602/2601/15230 2579/2578/15231 -f 2579/2578/15232 2602/2601/15233 2603/2602/15234 -f 2579/2578/15235 2603/2602/15236 2580/2579/15237 -f 2580/2579/15238 2603/2602/15239 2604/2603/15240 -f 2580/2579/15241 2604/2603/15242 2581/2580/15243 -f 2581/2580/15244 2604/2603/15245 2605/2604/15246 -f 2581/2580/15247 2605/2604/15248 2582/2581/15249 -f 2582/2581/15250 2605/2604/15251 2606/2605/15252 -f 2582/2581/15253 2606/2605/15254 2583/2582/15255 -f 2583/2582/15256 2606/2605/15257 2607/2606/15258 -f 2583/2582/15259 2607/2606/15260 2584/2583/15261 -f 2584/2583/15262 2607/2606/15263 2608/2607/15264 -f 2584/2583/15265 2608/2607/15266 2585/2584/15267 -f 2585/2584/15268 2608/2607/15269 2609/2608/15270 -f 2585/2584/15271 2609/2608/15272 2586/2585/15273 -f 2586/2585/15274 2609/2608/15275 2610/2609/15276 -f 2586/2585/15277 2610/2609/15278 2587/2586/15279 -f 2587/2586/15280 2610/2609/15281 2611/2610/15282 -f 2587/2586/15283 2611/2610/15284 2564/2563/15285 -f 2564/2563/15286 2611/2610/15287 2588/2587/15288 -f 2588/2587/15289 2612/2611/15290 2589/2588/15291 -f 2589/2588/15292 2612/2611/15293 2613/2612/15294 -f 2589/2588/15295 2613/2612/15296 2590/2589/15297 -f 2590/2589/15298 2613/2612/15299 2614/2613/15300 -f 2590/2589/15301 2614/2613/15302 2591/2590/15303 -f 2591/2590/15304 2614/2613/15305 2615/2614/15306 -f 2591/2590/15307 2615/2614/15308 2592/2591/15309 -f 2592/2591/15310 2615/2614/15311 2616/2615/15312 -f 2592/2591/15313 2616/2615/15314 2593/2592/15315 -f 2593/2592/15316 2616/2615/15317 2617/2616/15318 -f 2593/2592/15319 2617/2616/15320 2594/2593/15321 -f 2594/2593/15322 2617/2616/15323 2618/2617/15324 -f 2594/2593/15325 2618/2617/15326 2595/2594/15327 -f 2595/2594/15328 2618/2617/15329 2619/2618/15330 -f 2595/2594/15331 2619/2618/15332 2596/2595/15333 -f 2596/2595/15334 2619/2618/15335 2620/2619/15336 -f 2596/2595/15337 2620/2619/15338 2597/2596/15339 -f 2597/2596/15340 2620/2619/15341 2621/2620/15342 -f 2597/2596/15343 2621/2620/15344 2598/2597/15345 -f 2598/2597/15346 2621/2620/15347 2622/2621/15348 -f 2598/2597/15349 2622/2621/15350 2599/2598/15351 -f 2599/2598/15352 2622/2621/15353 2623/2622/15354 -f 2599/2598/15355 2623/2622/15356 2600/2599/15357 -f 2600/2599/15358 2623/2622/15359 2624/2623/15360 -f 2600/2599/15361 2624/2623/15362 2601/2600/15363 -f 2601/2600/15364 2624/2623/15365 2625/2624/15366 -f 2601/2600/15367 2625/2624/15368 2602/2601/15369 -f 2602/2601/15370 2625/2624/15371 2626/2625/15372 -f 2602/2601/15373 2626/2625/15374 2603/2602/15375 -f 2603/2602/15376 2626/2625/15377 2627/2626/15378 -f 2603/2602/15379 2627/2626/15380 2604/2603/15381 -f 2604/2603/15382 2627/2626/15383 2628/2627/15384 -f 2604/2603/15385 2628/2627/15386 2605/2604/15387 -f 2605/2604/15388 2628/2627/15389 2629/2628/15390 -f 2605/2604/15391 2629/2628/15392 2606/2605/15393 -f 2606/2605/15394 2629/2628/15395 2630/2629/15396 -f 2606/2605/15397 2630/2629/15398 2607/2606/15399 -f 2607/2606/15400 2630/2629/15401 2631/2630/15402 -f 2607/2606/15403 2631/2630/15404 2608/2607/15405 -f 2608/2607/15406 2631/2630/15407 2632/2631/15408 -f 2608/2607/15409 2632/2631/15410 2609/2608/15411 -f 2609/2608/15412 2632/2631/15413 2633/2632/15414 -f 2609/2608/15415 2633/2632/15416 2610/2609/15417 -f 2610/2609/15418 2633/2632/15419 2634/2633/15420 -f 2610/2609/15421 2634/2633/15422 2611/2610/15423 -f 2611/2610/15424 2634/2633/15425 2635/2634/15426 -f 2611/2610/15427 2635/2634/15428 2588/2587/15429 -f 2588/2587/15430 2635/2634/15431 2612/2611/15432 -f 2612/2611/15433 2636/2635/15434 2613/2612/15435 -f 2613/2612/15436 2636/2635/15437 2637/2636/15438 -f 2613/2612/15439 2637/2636/15440 2614/2613/15441 -f 2614/2613/15442 2637/2636/15443 2638/2637/15444 -f 2614/2613/15445 2638/2637/15446 2615/2614/15447 -f 2615/2614/15448 2638/2637/15449 2639/2638/15450 -f 2615/2614/15451 2639/2638/15452 2616/2615/15453 -f 2616/2615/15454 2639/2638/15455 2640/2639/15456 -f 2616/2615/15457 2640/2639/15458 2617/2616/15459 -f 2617/2616/15460 2640/2639/15461 2641/2640/15462 -f 2617/2616/15463 2641/2640/15464 2618/2617/15465 -f 2618/2617/15466 2641/2640/15467 2642/2641/15468 -f 2618/2617/15469 2642/2641/15470 2619/2618/15471 -f 2619/2618/15472 2642/2641/15473 2643/2642/15474 -f 2619/2618/15475 2643/2642/15476 2620/2619/15477 -f 2620/2619/15478 2643/2642/15479 2644/2643/15480 -f 2620/2619/15481 2644/2643/15482 2621/2620/15483 -f 2621/2620/15484 2644/2643/15485 2645/2644/15486 -f 2621/2620/15487 2645/2644/15488 2622/2621/15489 -f 2622/2621/15490 2645/2644/15491 2646/2645/15492 -f 2622/2621/15493 2646/2645/15494 2623/2622/15495 -f 2623/2622/15496 2646/2645/15497 2647/2646/15498 -f 2623/2622/15499 2647/2646/15500 2624/2623/15501 -f 2624/2623/15502 2647/2646/15503 2648/2647/15504 -f 2624/2623/15505 2648/2647/15506 2625/2624/15507 -f 2625/2624/15508 2648/2647/15509 2649/2648/15510 -f 2625/2624/15511 2649/2648/15512 2626/2625/15513 -f 2626/2625/15514 2649/2648/15515 2650/2649/15516 -f 2626/2625/15517 2650/2649/15518 2627/2626/15519 -f 2627/2626/15520 2650/2649/15521 2651/2650/15522 -f 2627/2626/15523 2651/2650/15524 2628/2627/15525 -f 2628/2627/15526 2651/2650/15527 2652/2651/15528 -f 2628/2627/15529 2652/2651/15530 2629/2628/15531 -f 2629/2628/15532 2652/2651/15533 2653/2652/15534 -f 2629/2628/15535 2653/2652/15536 2630/2629/15537 -f 2630/2629/15538 2653/2652/15539 2654/2653/15540 -f 2630/2629/15541 2654/2653/15542 2631/2630/15543 -f 2631/2630/15544 2654/2653/15545 2655/2654/15546 -f 2631/2630/15547 2655/2654/15548 2632/2631/15549 -f 2632/2631/15550 2655/2654/15551 2656/2655/15552 -f 2632/2631/15553 2656/2655/15554 2633/2632/15555 -f 2633/2632/15556 2656/2655/15557 2657/2656/15558 -f 2633/2632/15559 2657/2656/15560 2634/2633/15561 -f 2634/2633/15562 2657/2656/15563 2658/2657/15564 -f 2634/2633/15565 2658/2657/15566 2635/2634/15567 -f 2635/2634/15568 2658/2657/15569 2659/2658/15570 -f 2635/2634/15571 2659/2658/15572 2612/2611/15573 -f 2612/2611/15574 2659/2658/15575 2636/2635/15576 -f 2636/2635/15577 2660/2659/15578 2637/2636/15579 -f 2637/2636/15580 2660/2659/15581 2661/2660/15582 -f 2637/2636/15583 2661/2660/15584 2638/2637/15585 -f 2638/2637/15586 2661/2660/15587 2662/2661/15588 -f 2638/2637/15589 2662/2661/15590 2639/2638/15591 -f 2639/2638/15592 2662/2661/15593 2663/2662/15594 -f 2639/2638/15595 2663/2662/15596 2640/2639/15597 -f 2640/2639/15598 2663/2662/15599 2664/2663/15600 -f 2640/2639/15601 2664/2663/15602 2641/2640/15603 -f 2641/2640/15604 2664/2663/15605 2665/2664/15606 -f 2641/2640/15607 2665/2664/15608 2642/2641/15609 -f 2642/2641/15610 2665/2664/15611 2666/2665/15612 -f 2642/2641/15613 2666/2665/15614 2643/2642/15615 -f 2643/2642/15616 2666/2665/15617 2667/2666/15618 -f 2643/2642/15619 2667/2666/15620 2644/2643/15621 -f 2644/2643/15622 2667/2666/15623 2668/2667/15624 -f 2644/2643/15625 2668/2667/15626 2645/2644/15627 -f 2645/2644/15628 2668/2667/15629 2669/2668/15630 -f 2645/2644/15631 2669/2668/15632 2646/2645/15633 -f 2646/2645/15634 2669/2668/15635 2670/2669/15636 -f 2646/2645/15637 2670/2669/15638 2647/2646/15639 -f 2647/2646/15640 2670/2669/15641 2671/2670/15642 -f 2647/2646/15643 2671/2670/15644 2648/2647/15645 -f 2648/2647/15646 2671/2670/15647 2672/2671/15648 -f 2648/2647/15649 2672/2671/15650 2649/2648/15651 -f 2649/2648/15652 2672/2671/15653 2673/2672/15654 -f 2649/2648/15655 2673/2672/15656 2650/2649/15657 -f 2650/2649/15658 2673/2672/15659 2674/2673/15660 -f 2650/2649/15661 2674/2673/15662 2651/2650/15663 -f 2651/2650/15664 2674/2673/15665 2675/2674/15666 -f 2651/2650/15667 2675/2674/15668 2652/2651/15669 -f 2652/2651/15670 2675/2674/15671 2676/2675/15672 -f 2652/2651/15673 2676/2675/15674 2653/2652/15675 -f 2653/2652/15676 2676/2675/15677 2677/2676/15678 -f 2653/2652/15679 2677/2676/15680 2654/2653/15681 -f 2654/2653/15682 2677/2676/15683 2678/2677/15684 -f 2654/2653/15685 2678/2677/15686 2655/2654/15687 -f 2655/2654/15688 2678/2677/15689 2679/2678/15690 -f 2655/2654/15691 2679/2678/15692 2656/2655/15693 -f 2656/2655/15694 2679/2678/15695 2680/2679/15696 -f 2656/2655/15697 2680/2679/15698 2657/2656/15699 -f 2657/2656/15700 2680/2679/15701 2681/2680/15702 -f 2657/2656/15703 2681/2680/15704 2658/2657/15705 -f 2658/2657/15706 2681/2680/15707 2682/2681/15708 -f 2658/2657/15709 2682/2681/15710 2659/2658/15711 -f 2659/2658/15712 2682/2681/15713 2683/2682/15714 -f 2659/2658/15715 2683/2682/15716 2636/2635/15717 -f 2636/2635/15718 2683/2682/15719 2660/2659/15720 -f 2660/2659/15721 2684/2683/15722 2661/2660/15723 -f 2661/2660/15724 2684/2683/15725 2685/2684/15726 -f 2661/2660/15727 2685/2684/15728 2662/2661/15729 -f 2662/2661/15730 2685/2684/15731 2686/2685/15732 -f 2662/2661/15733 2686/2685/15734 2663/2662/15735 -f 2663/2662/15736 2686/2685/15737 2687/2686/15738 -f 2663/2662/15739 2687/2686/15740 2664/2663/15741 -f 2664/2663/15742 2687/2686/15743 2688/2687/15744 -f 2664/2663/15745 2688/2687/15746 2665/2664/15747 -f 2665/2664/15748 2688/2687/15749 2689/2688/15750 -f 2665/2664/15751 2689/2688/15752 2666/2665/15753 -f 2666/2665/15754 2689/2688/15755 2690/2689/15756 -f 2666/2665/15757 2690/2689/15758 2667/2666/15759 -f 2667/2666/15760 2690/2689/15761 2691/2690/15762 -f 2667/2666/15763 2691/2690/15764 2668/2667/15765 -f 2668/2667/15766 2691/2690/15767 2692/2691/15768 -f 2668/2667/15769 2692/2691/15770 2669/2668/15771 -f 2669/2668/15772 2692/2691/15773 2693/2692/15774 -f 2669/2668/15775 2693/2692/15776 2670/2669/15777 -f 2670/2669/15778 2693/2692/15779 2694/2693/15780 -f 2670/2669/15781 2694/2693/15782 2671/2670/15783 -f 2671/2670/15784 2694/2693/15785 2695/2694/15786 -f 2671/2670/15787 2695/2694/15788 2672/2671/15789 -f 2672/2671/15790 2695/2694/15791 2696/2695/15792 -f 2672/2671/15793 2696/2695/15794 2673/2672/15795 -f 2673/2672/15796 2696/2695/15797 2697/2696/15798 -f 2673/2672/15799 2697/2696/15800 2674/2673/15801 -f 2674/2673/15802 2697/2696/15803 2698/2697/15804 -f 2674/2673/15805 2698/2697/15806 2675/2674/15807 -f 2675/2674/15808 2698/2697/15809 2699/2698/15810 -f 2675/2674/15811 2699/2698/15812 2676/2675/15813 -f 2676/2675/15814 2699/2698/15815 2700/2699/15816 -f 2676/2675/15817 2700/2699/15818 2677/2676/15819 -f 2677/2676/15820 2700/2699/15821 2701/2700/15822 -f 2677/2676/15823 2701/2700/15824 2678/2677/15825 -f 2678/2677/15826 2701/2700/15827 2702/2701/15828 -f 2678/2677/15829 2702/2701/15830 2679/2678/15831 -f 2679/2678/15832 2702/2701/15833 2703/2702/15834 -f 2679/2678/15835 2703/2702/15836 2680/2679/15837 -f 2680/2679/15838 2703/2702/15839 2704/2703/15840 -f 2680/2679/15841 2704/2703/15842 2681/2680/15843 -f 2681/2680/15844 2704/2703/15845 2705/2704/15846 -f 2681/2680/15847 2705/2704/15848 2682/2681/15849 -f 2682/2681/15850 2705/2704/15851 2706/2705/15852 -f 2682/2681/15853 2706/2705/15854 2683/2682/15855 -f 2683/2682/15856 2706/2705/15857 2707/2706/15858 -f 2683/2682/15859 2707/2706/15860 2660/2659/15861 -f 2660/2659/15862 2707/2706/15863 2684/2683/15864 -f 2684/2683/15865 2708/2707/15866 2685/2684/15867 -f 2685/2684/15868 2708/2707/15869 2709/2708/15870 -f 2685/2684/15871 2709/2708/15872 2686/2685/15873 -f 2686/2685/15874 2709/2708/15875 2710/2709/15876 -f 2686/2685/15877 2710/2709/15878 2687/2686/15879 -f 2687/2686/15880 2710/2709/15881 2711/2710/15882 -f 2687/2686/15883 2711/2710/15884 2688/2687/15885 -f 2688/2687/15886 2711/2710/15887 2712/2711/15888 -f 2688/2687/15889 2712/2711/15890 2689/2688/15891 -f 2689/2688/15892 2712/2711/15893 2713/2712/15894 -f 2689/2688/15895 2713/2712/15896 2690/2689/15897 -f 2690/2689/15898 2713/2712/15899 2714/2713/15900 -f 2690/2689/15901 2714/2713/15902 2691/2690/15903 -f 2691/2690/15904 2714/2713/15905 2715/2714/15906 -f 2691/2690/15907 2715/2714/15908 2692/2691/15909 -f 2692/2691/15910 2715/2714/15911 2716/2715/15912 -f 2692/2691/15913 2716/2715/15914 2693/2692/15915 -f 2693/2692/15916 2716/2715/15917 2717/2716/15918 -f 2693/2692/15919 2717/2716/15920 2694/2693/15921 -f 2694/2693/15922 2717/2716/15923 2718/2717/15924 -f 2694/2693/15925 2718/2717/15926 2695/2694/15927 -f 2695/2694/15928 2718/2717/15929 2719/2718/15930 -f 2695/2694/15931 2719/2718/15932 2696/2695/15933 -f 2696/2695/15934 2719/2718/15935 2720/2719/15936 -f 2696/2695/15937 2720/2719/15938 2697/2696/15939 -f 2697/2696/15940 2720/2719/15941 2721/2720/15942 -f 2697/2696/15943 2721/2720/15944 2698/2697/15945 -f 2698/2697/15946 2721/2720/15947 2722/2721/15948 -f 2698/2697/15949 2722/2721/15950 2699/2698/15951 -f 2699/2698/15952 2722/2721/15953 2723/2722/15954 -f 2699/2698/15955 2723/2722/15956 2700/2699/15957 -f 2700/2699/15958 2723/2722/15959 2724/2723/15960 -f 2700/2699/15961 2724/2723/15962 2701/2700/15963 -f 2701/2700/15964 2724/2723/15965 2725/2724/15966 -f 2701/2700/15967 2725/2724/15968 2702/2701/15969 -f 2702/2701/15970 2725/2724/15971 2726/2725/15972 -f 2702/2701/15973 2726/2725/15974 2703/2702/15975 -f 2703/2702/15976 2726/2725/15977 2727/2726/15978 -f 2703/2702/15979 2727/2726/15980 2704/2703/15981 -f 2704/2703/15982 2727/2726/15983 2728/2727/15984 -f 2704/2703/15985 2728/2727/15986 2705/2704/15987 -f 2705/2704/15988 2728/2727/15989 2729/2728/15990 -f 2705/2704/15991 2729/2728/15992 2706/2705/15993 -f 2706/2705/15994 2729/2728/15995 2730/2729/15996 -f 2706/2705/15997 2730/2729/15998 2707/2706/15999 -f 2707/2706/16000 2730/2729/16001 2731/2730/16002 -f 2707/2706/16003 2731/2730/16004 2684/2683/16005 -f 2684/2683/16006 2731/2730/16007 2708/2707/16008 -f 2708/2707/16009 2732/2731/16010 2709/2708/16011 -f 2709/2708/16012 2732/2731/16013 2733/2732/16014 -f 2709/2708/16015 2733/2732/16016 2710/2709/16017 -f 2710/2709/16018 2733/2732/16019 2734/2733/16020 -f 2710/2709/16021 2734/2733/16022 2711/2710/16023 -f 2711/2710/16024 2734/2733/16025 2735/2734/16026 -f 2711/2710/16027 2735/2734/16028 2712/2711/16029 -f 2712/2711/16030 2735/2734/16031 2736/2735/16032 -f 2712/2711/16033 2736/2735/16034 2713/2712/16035 -f 2713/2712/16036 2736/2735/16037 2737/2736/16038 -f 2713/2712/16039 2737/2736/16040 2714/2713/16041 -f 2714/2713/16042 2737/2736/16043 2738/2737/16044 -f 2714/2713/16045 2738/2737/16046 2715/2714/16047 -f 2715/2714/16048 2738/2737/16049 2739/2738/16050 -f 2715/2714/16051 2739/2738/16052 2716/2715/16053 -f 2716/2715/16054 2739/2738/16055 2740/2739/16056 -f 2716/2715/16057 2740/2739/16058 2717/2716/16059 -f 2717/2716/16060 2740/2739/16061 2741/2740/16062 -f 2717/2716/16063 2741/2740/16064 2718/2717/16065 -f 2718/2717/16066 2741/2740/16067 2742/2741/16068 -f 2718/2717/16069 2742/2741/16070 2719/2718/16071 -f 2719/2718/16072 2742/2741/16073 2743/2742/16074 -f 2719/2718/16075 2743/2742/16076 2720/2719/16077 -f 2720/2719/16078 2743/2742/16079 2744/2743/16080 -f 2720/2719/16081 2744/2743/16082 2721/2720/16083 -f 2721/2720/16084 2744/2743/16085 2745/2744/16086 -f 2721/2720/16087 2745/2744/16088 2722/2721/16089 -f 2722/2721/16090 2745/2744/16091 2746/2745/16092 -f 2722/2721/16093 2746/2745/16094 2723/2722/16095 -f 2723/2722/16096 2746/2745/16097 2747/2746/16098 -f 2723/2722/16099 2747/2746/16100 2724/2723/16101 -f 2724/2723/16102 2747/2746/16103 2748/2747/16104 -f 2724/2723/16105 2748/2747/16106 2725/2724/16107 -f 2725/2724/16108 2748/2747/16109 2749/2748/16110 -f 2725/2724/16111 2749/2748/16112 2726/2725/16113 -f 2726/2725/16114 2749/2748/16115 2750/2749/16116 -f 2726/2725/16117 2750/2749/16118 2727/2726/16119 -f 2727/2726/16120 2750/2749/16121 2751/2750/16122 -f 2727/2726/16123 2751/2750/16124 2728/2727/16125 -f 2728/2727/16126 2751/2750/16127 2752/2751/16128 -f 2728/2727/16129 2752/2751/16130 2729/2728/16131 -f 2729/2728/16132 2752/2751/16133 2753/2752/16134 -f 2729/2728/16135 2753/2752/16136 2730/2729/16137 -f 2730/2729/16138 2753/2752/16139 2754/2753/16140 -f 2730/2729/16141 2754/2753/16142 2731/2730/16143 -f 2731/2730/16144 2754/2753/16145 2755/2754/16146 -f 2731/2730/16147 2755/2754/16148 2708/2707/16149 -f 2708/2707/16150 2755/2754/16151 2732/2731/16152 -f 2732/2731/16153 2756/2755/16154 2733/2732/16155 -f 2733/2732/16156 2756/2755/16157 2757/2756/16158 -f 2733/2732/16159 2757/2756/16160 2734/2733/16161 -f 2734/2733/16162 2757/2756/16163 2758/2757/16164 -f 2734/2733/16165 2758/2757/16166 2735/2734/16167 -f 2735/2734/16168 2758/2757/16169 2759/2758/16170 -f 2735/2734/16171 2759/2758/16172 2736/2735/16173 -f 2736/2735/16174 2759/2758/16175 2760/2759/16176 -f 2736/2735/16177 2760/2759/16178 2737/2736/16179 -f 2737/2736/16180 2760/2759/16181 2761/2760/16182 -f 2737/2736/16183 2761/2760/16184 2738/2737/16185 -f 2738/2737/16186 2761/2760/16187 2762/2761/16188 -f 2738/2737/16189 2762/2761/16190 2739/2738/16191 -f 2739/2738/16192 2762/2761/16193 2763/2762/16194 -f 2739/2738/16195 2763/2762/16196 2740/2739/16197 -f 2740/2739/16198 2763/2762/16199 2764/2763/16200 -f 2740/2739/16201 2764/2763/16202 2741/2740/16203 -f 2741/2740/16204 2764/2763/16205 2765/2764/16206 -f 2741/2740/16207 2765/2764/16208 2742/2741/16209 -f 2742/2741/16210 2765/2764/16211 2766/2765/16212 -f 2742/2741/16213 2766/2765/16214 2743/2742/16215 -f 2743/2742/16216 2766/2765/16217 2767/2766/16218 -f 2743/2742/16219 2767/2766/16220 2744/2743/16221 -f 2744/2743/16222 2767/2766/16223 2768/2767/16224 -f 2744/2743/16225 2768/2767/16226 2745/2744/16227 -f 2745/2744/16228 2768/2767/16229 2769/2768/16230 -f 2745/2744/16231 2769/2768/16232 2746/2745/16233 -f 2746/2745/16234 2769/2768/16235 2770/2769/16236 -f 2746/2745/16237 2770/2769/16238 2747/2746/16239 -f 2747/2746/16240 2770/2769/16241 2771/2770/16242 -f 2747/2746/16243 2771/2770/16244 2748/2747/16245 -f 2748/2747/16246 2771/2770/16247 2772/2771/16248 -f 2748/2747/16249 2772/2771/16250 2749/2748/16251 -f 2749/2748/16252 2772/2771/16253 2773/2772/16254 -f 2749/2748/16255 2773/2772/16256 2750/2749/16257 -f 2750/2749/16258 2773/2772/16259 2774/2773/16260 -f 2750/2749/16261 2774/2773/16262 2751/2750/16263 -f 2751/2750/16264 2774/2773/16265 2775/2774/16266 -f 2751/2750/16267 2775/2774/16268 2752/2751/16269 -f 2752/2751/16270 2775/2774/16271 2776/2775/16272 -f 2752/2751/16273 2776/2775/16274 2753/2752/16275 -f 2753/2752/16276 2776/2775/16277 2777/2776/16278 -f 2753/2752/16279 2777/2776/16280 2754/2753/16281 -f 2754/2753/16282 2777/2776/16283 2778/2777/16284 -f 2754/2753/16285 2778/2777/16286 2755/2754/16287 -f 2755/2754/16288 2778/2777/16289 2779/2778/16290 -f 2755/2754/16291 2779/2778/16292 2732/2731/16293 -f 2732/2731/16294 2779/2778/16295 2756/2755/16296 -f 2756/2755/16297 2780/2779/16298 2757/2756/16299 -f 2757/2756/16300 2780/2779/16301 2781/2780/16302 -f 2757/2756/16303 2781/2780/16304 2758/2757/16305 -f 2758/2757/16306 2781/2780/16307 2782/2781/16308 -f 2758/2757/16309 2782/2781/16310 2759/2758/16311 -f 2759/2758/16312 2782/2781/16313 2783/2782/16314 -f 2759/2758/16315 2783/2782/16316 2760/2759/16317 -f 2760/2759/16318 2783/2782/16319 2784/2783/16320 -f 2760/2759/16321 2784/2783/16322 2761/2760/16323 -f 2761/2760/16324 2784/2783/16325 2785/2784/16326 -f 2761/2760/16327 2785/2784/16328 2762/2761/16329 -f 2762/2761/16330 2785/2784/16331 2786/2785/16332 -f 2762/2761/16333 2786/2785/16334 2763/2762/16335 -f 2763/2762/16336 2786/2785/16337 2787/2786/16338 -f 2763/2762/16339 2787/2786/16340 2764/2763/16341 -f 2764/2763/16342 2787/2786/16343 2788/2787/16344 -f 2764/2763/16345 2788/2787/16346 2765/2764/16347 -f 2765/2764/16348 2788/2787/16349 2789/2788/16350 -f 2765/2764/16351 2789/2788/16352 2766/2765/16353 -f 2766/2765/16354 2789/2788/16355 2790/2789/16356 -f 2766/2765/16357 2790/2789/16358 2767/2766/16359 -f 2767/2766/16360 2790/2789/16361 2791/2790/16362 -f 2767/2766/16363 2791/2790/16364 2768/2767/16365 -f 2768/2767/16366 2791/2790/16367 2792/2791/16368 -f 2768/2767/16369 2792/2791/16370 2769/2768/16371 -f 2769/2768/16372 2792/2791/16373 2793/2792/16374 -f 2769/2768/16375 2793/2792/16376 2770/2769/16377 -f 2770/2769/16378 2793/2792/16379 2794/2793/16380 -f 2770/2769/16381 2794/2793/16382 2771/2770/16383 -f 2771/2770/16384 2794/2793/16385 2795/2794/16386 -f 2771/2770/16387 2795/2794/16388 2772/2771/16389 -f 2772/2771/16390 2795/2794/16391 2796/2795/16392 -f 2772/2771/16393 2796/2795/16394 2773/2772/16395 -f 2773/2772/16396 2796/2795/16397 2797/2796/16398 -f 2773/2772/16399 2797/2796/16400 2774/2773/16401 -f 2774/2773/16402 2797/2796/16403 2798/2797/16404 -f 2774/2773/16405 2798/2797/16406 2775/2774/16407 -f 2775/2774/16408 2798/2797/16409 2799/2798/16410 -f 2775/2774/16411 2799/2798/16412 2776/2775/16413 -f 2776/2775/16414 2799/2798/16415 2800/2799/16416 -f 2776/2775/16417 2800/2799/16418 2777/2776/16419 -f 2777/2776/16420 2800/2799/16421 2801/2800/16422 -f 2777/2776/16423 2801/2800/16424 2778/2777/16425 -f 2778/2777/16426 2801/2800/16427 2802/2801/16428 -f 2778/2777/16429 2802/2801/16430 2779/2778/16431 -f 2779/2778/16432 2802/2801/16433 2803/2802/16434 -f 2779/2778/16435 2803/2802/16436 2756/2755/16437 -f 2756/2755/16438 2803/2802/16439 2780/2779/16440 -f 2780/2779/16441 2804/2803/16442 2781/2780/16443 -f 2781/2780/16444 2804/2803/16445 2805/2804/16446 -f 2781/2780/16447 2805/2804/16448 2782/2781/16449 -f 2782/2781/16450 2805/2804/16451 2806/2805/16452 -f 2782/2781/16453 2806/2805/16454 2783/2782/16455 -f 2783/2782/16456 2806/2805/16457 2807/2806/16458 -f 2783/2782/16459 2807/2806/16460 2784/2783/16461 -f 2784/2783/16462 2807/2806/16463 2808/2807/16464 -f 2784/2783/16465 2808/2807/16466 2785/2784/16467 -f 2785/2784/16468 2808/2807/16469 2809/2808/16470 -f 2785/2784/16471 2809/2808/16472 2786/2785/16473 -f 2786/2785/16474 2809/2808/16475 2810/2809/16476 -f 2786/2785/16477 2810/2809/16478 2787/2786/16479 -f 2787/2786/16480 2810/2809/16481 2811/2810/16482 -f 2787/2786/16483 2811/2810/16484 2788/2787/16485 -f 2788/2787/16486 2811/2810/16487 2812/2811/16488 -f 2788/2787/16489 2812/2811/16490 2789/2788/16491 -f 2789/2788/16492 2812/2811/16493 2813/2812/16494 -f 2789/2788/16495 2813/2812/16496 2790/2789/16497 -f 2790/2789/16498 2813/2812/16499 2814/2813/16500 -f 2790/2789/16501 2814/2813/16502 2791/2790/16503 -f 2791/2790/16504 2814/2813/16505 2815/2814/16506 -f 2791/2790/16507 2815/2814/16508 2792/2791/16509 -f 2792/2791/16510 2815/2814/16511 2816/2815/16512 -f 2792/2791/16513 2816/2815/16514 2793/2792/16515 -f 2793/2792/16516 2816/2815/16517 2817/2816/16518 -f 2793/2792/16519 2817/2816/16520 2794/2793/16521 -f 2794/2793/16522 2817/2816/16523 2818/2817/16524 -f 2794/2793/16525 2818/2817/16526 2795/2794/16527 -f 2795/2794/16528 2818/2817/16529 2819/2818/16530 -f 2795/2794/16531 2819/2818/16532 2796/2795/16533 -f 2796/2795/16534 2819/2818/16535 2820/2819/16536 -f 2796/2795/16537 2820/2819/16538 2797/2796/16539 -f 2797/2796/16540 2820/2819/16541 2821/2820/16542 -f 2797/2796/16543 2821/2820/16544 2798/2797/16545 -f 2798/2797/16546 2821/2820/16547 2822/2821/16548 -f 2798/2797/16549 2822/2821/16550 2799/2798/16551 -f 2799/2798/16552 2822/2821/16553 2823/2822/16554 -f 2799/2798/16555 2823/2822/16556 2800/2799/16557 -f 2800/2799/16558 2823/2822/16559 2824/2823/16560 -f 2800/2799/16561 2824/2823/16562 2801/2800/16563 -f 2801/2800/16564 2824/2823/16565 2825/2824/16566 -f 2801/2800/16567 2825/2824/16568 2802/2801/16569 -f 2802/2801/16570 2825/2824/16571 2826/2825/16572 -f 2802/2801/16573 2826/2825/16574 2803/2802/16575 -f 2803/2802/16576 2826/2825/16577 2827/2826/16578 -f 2803/2802/16579 2827/2826/16580 2780/2779/16581 -f 2780/2779/16582 2827/2826/16583 2804/2803/16584 -f 2804/2803/16585 2828/2827/16586 2805/2804/16587 -f 2805/2804/16588 2828/2827/16589 2829/2828/16590 -f 2805/2804/16591 2829/2828/16592 2806/2805/16593 -f 2806/2805/16594 2829/2828/16595 2830/2829/16596 -f 2806/2805/16597 2830/2829/16598 2807/2806/16599 -f 2807/2806/16600 2830/2829/16601 2831/2830/16602 -f 2807/2806/16603 2831/2830/16604 2808/2807/16605 -f 2808/2807/16606 2831/2830/16607 2832/2831/16608 -f 2808/2807/16609 2832/2831/16610 2809/2808/16611 -f 2809/2808/16612 2832/2831/16613 2833/2832/16614 -f 2809/2808/16615 2833/2832/16616 2810/2809/16617 -f 2810/2809/16618 2833/2832/16619 2834/2833/16620 -f 2810/2809/16621 2834/2833/16622 2811/2810/16623 -f 2811/2810/16624 2834/2833/16625 2835/2834/16626 -f 2811/2810/16627 2835/2834/16628 2812/2811/16629 -f 2812/2811/16630 2835/2834/16631 2836/2835/16632 -f 2812/2811/16633 2836/2835/16634 2813/2812/16635 -f 2813/2812/16636 2836/2835/16637 2837/2836/16638 -f 2813/2812/16639 2837/2836/16640 2814/2813/16641 -f 2814/2813/16642 2837/2836/16643 2838/2837/16644 -f 2814/2813/16645 2838/2837/16646 2815/2814/16647 -f 2815/2814/16648 2838/2837/16649 2839/2838/16650 -f 2815/2814/16651 2839/2838/16652 2816/2815/16653 -f 2816/2815/16654 2839/2838/16655 2840/2839/16656 -f 2816/2815/16657 2840/2839/16658 2817/2816/16659 -f 2817/2816/16660 2840/2839/16661 2841/2840/16662 -f 2817/2816/16663 2841/2840/16664 2818/2817/16665 -f 2818/2817/16666 2841/2840/16667 2842/2841/16668 -f 2818/2817/16669 2842/2841/16670 2819/2818/16671 -f 2819/2818/16672 2842/2841/16673 2843/2842/16674 -f 2819/2818/16675 2843/2842/16676 2820/2819/16677 -f 2820/2819/16678 2843/2842/16679 2844/2843/16680 -f 2820/2819/16681 2844/2843/16682 2821/2820/16683 -f 2821/2820/16684 2844/2843/16685 2845/2844/16686 -f 2821/2820/16687 2845/2844/16688 2822/2821/16689 -f 2822/2821/16690 2845/2844/16691 2846/2845/16692 -f 2822/2821/16693 2846/2845/16694 2823/2822/16695 -f 2823/2822/16696 2846/2845/16697 2847/2846/16698 -f 2823/2822/16699 2847/2846/16700 2824/2823/16701 -f 2824/2823/16702 2847/2846/16703 2848/2847/16704 -f 2824/2823/16705 2848/2847/16706 2825/2824/16707 -f 2825/2824/16708 2848/2847/16709 2849/2848/16710 -f 2825/2824/16711 2849/2848/16712 2826/2825/16713 -f 2826/2825/16714 2849/2848/16715 2850/2849/16716 -f 2826/2825/16717 2850/2849/16718 2827/2826/16719 -f 2827/2826/16720 2850/2849/16721 2851/2850/16722 -f 2827/2826/16723 2851/2850/16724 2804/2803/16725 -f 2804/2803/16726 2851/2850/16727 2828/2827/16728 -f 2828/2827/16729 2852/2851/16730 2829/2828/16731 -f 2829/2828/16732 2852/2851/16733 2853/2852/16734 -f 2829/2828/16735 2853/2852/16736 2830/2829/16737 -f 2830/2829/16738 2853/2852/16739 2854/2853/16740 -f 2830/2829/16741 2854/2853/16742 2831/2830/16743 -f 2831/2830/16744 2854/2853/16745 2855/2854/16746 -f 2831/2830/16747 2855/2854/16748 2832/2831/16749 -f 2832/2831/16750 2855/2854/16751 2856/2855/16752 -f 2832/2831/16753 2856/2855/16754 2833/2832/16755 -f 2833/2832/16756 2856/2855/16757 2857/2856/16758 -f 2833/2832/16759 2857/2856/16760 2834/2833/16761 -f 2834/2833/16762 2857/2856/16763 2858/2857/16764 -f 2834/2833/16765 2858/2857/16766 2835/2834/16767 -f 2835/2834/16768 2858/2857/16769 2859/2858/16770 -f 2835/2834/16771 2859/2858/16772 2836/2835/16773 -f 2836/2835/16774 2859/2858/16775 2860/2859/16776 -f 2836/2835/16777 2860/2859/16778 2837/2836/16779 -f 2837/2836/16780 2860/2859/16781 2861/2860/16782 -f 2837/2836/16783 2861/2860/16784 2838/2837/16785 -f 2838/2837/16786 2861/2860/16787 2862/2861/16788 -f 2838/2837/16789 2862/2861/16790 2839/2838/16791 -f 2839/2838/16792 2862/2861/16793 2863/2862/16794 -f 2839/2838/16795 2863/2862/16796 2840/2839/16797 -f 2840/2839/16798 2863/2862/16799 2864/2863/16800 -f 2840/2839/16801 2864/2863/16802 2841/2840/16803 -f 2841/2840/16804 2864/2863/16805 2865/2864/16806 -f 2841/2840/16807 2865/2864/16808 2842/2841/16809 -f 2842/2841/16810 2865/2864/16811 2866/2865/16812 -f 2842/2841/16813 2866/2865/16814 2843/2842/16815 -f 2843/2842/16816 2866/2865/16817 2867/2866/16818 -f 2843/2842/16819 2867/2866/16820 2844/2843/16821 -f 2844/2843/16822 2867/2866/16823 2868/2867/16824 -f 2844/2843/16825 2868/2867/16826 2845/2844/16827 -f 2845/2844/16828 2868/2867/16829 2869/2868/16830 -f 2845/2844/16831 2869/2868/16832 2846/2845/16833 -f 2846/2845/16834 2869/2868/16835 2870/2869/16836 -f 2846/2845/16837 2870/2869/16838 2847/2846/16839 -f 2847/2846/16840 2870/2869/16841 2871/2870/16842 -f 2847/2846/16843 2871/2870/16844 2848/2847/16845 -f 2848/2847/16846 2871/2870/16847 2872/2871/16848 -f 2848/2847/16849 2872/2871/16850 2849/2848/16851 -f 2849/2848/16852 2872/2871/16853 2873/2872/16854 -f 2849/2848/16855 2873/2872/16856 2850/2849/16857 -f 2850/2849/16858 2873/2872/16859 2874/2873/16860 -f 2850/2849/16861 2874/2873/16862 2851/2850/16863 -f 2851/2850/16864 2874/2873/16865 2875/2874/16866 -f 2851/2850/16867 2875/2874/16868 2828/2827/16869 -f 2828/2827/16870 2875/2874/16871 2852/2851/16872 -f 2852/2851/16873 2876/2875/16874 2853/2852/16875 -f 2853/2852/16876 2876/2875/16877 2877/2876/16878 -f 2853/2852/16879 2877/2876/16880 2854/2853/16881 -f 2854/2853/16882 2877/2876/16883 2878/2877/16884 -f 2854/2853/16885 2878/2877/16886 2855/2854/16887 -f 2855/2854/16888 2878/2877/16889 2879/2878/16890 -f 2855/2854/16891 2879/2878/16892 2856/2855/16893 -f 2856/2855/16894 2879/2878/16895 2880/2879/16896 -f 2856/2855/16897 2880/2879/16898 2857/2856/16899 -f 2857/2856/16900 2880/2879/16901 2881/2880/16902 -f 2857/2856/16903 2881/2880/16904 2858/2857/16905 -f 2858/2857/16906 2881/2880/16907 2882/2881/16908 -f 2858/2857/16909 2882/2881/16910 2859/2858/16911 -f 2859/2858/16912 2882/2881/16913 2883/2882/16914 -f 2859/2858/16915 2883/2882/16916 2860/2859/16917 -f 2860/2859/16918 2883/2882/16919 2884/2883/16920 -f 2860/2859/16921 2884/2883/16922 2861/2860/16923 -f 2861/2860/16924 2884/2883/16925 2885/2884/16926 -f 2861/2860/16927 2885/2884/16928 2862/2861/16929 -f 2862/2861/16930 2885/2884/16931 2886/2885/16932 -f 2862/2861/16933 2886/2885/16934 2863/2862/16935 -f 2863/2862/16936 2886/2885/16937 2887/2886/16938 -f 2863/2862/16939 2887/2886/16940 2864/2863/16941 -f 2864/2863/16942 2887/2886/16943 2888/2887/16944 -f 2864/2863/16945 2888/2887/16946 2865/2864/16947 -f 2865/2864/16948 2888/2887/16949 2889/2888/16950 -f 2865/2864/16951 2889/2888/16952 2866/2865/16953 -f 2866/2865/16954 2889/2888/16955 2890/2889/16956 -f 2866/2865/16957 2890/2889/16958 2867/2866/16959 -f 2867/2866/16960 2890/2889/16961 2891/2890/16962 -f 2867/2866/16963 2891/2890/16964 2868/2867/16965 -f 2868/2867/16966 2891/2890/16967 2892/2891/16968 -f 2868/2867/16969 2892/2891/16970 2869/2868/16971 -f 2869/2868/16972 2892/2891/16973 2893/2892/16974 -f 2869/2868/16975 2893/2892/16976 2870/2869/16977 -f 2870/2869/16978 2893/2892/16979 2894/2893/16980 -f 2870/2869/16981 2894/2893/16982 2871/2870/16983 -f 2871/2870/16984 2894/2893/16985 2895/2894/16986 -f 2871/2870/16987 2895/2894/16988 2872/2871/16989 -f 2872/2871/16990 2895/2894/16991 2896/2895/16992 -f 2872/2871/16993 2896/2895/16994 2873/2872/16995 -f 2873/2872/16996 2896/2895/16997 2897/2896/16998 -f 2873/2872/16999 2897/2896/17000 2874/2873/17001 -f 2874/2873/17002 2897/2896/17003 2898/2897/17004 -f 2874/2873/17005 2898/2897/17006 2875/2874/17007 -f 2875/2874/17008 2898/2897/17009 2899/2898/17010 -f 2875/2874/17011 2899/2898/17012 2852/2851/17013 -f 2852/2851/17014 2899/2898/17015 2876/2875/17016 -f 2876/2875/17017 2900/2899/17018 2877/2876/17019 -f 2877/2876/17020 2900/2899/17021 2901/2900/17022 -f 2877/2876/17023 2901/2900/17024 2878/2877/17025 -f 2878/2877/17026 2901/2900/17027 2902/2901/17028 -f 2878/2877/17029 2902/2901/17030 2879/2878/17031 -f 2879/2878/17032 2902/2901/17033 2903/2902/17034 -f 2879/2878/17035 2903/2902/17036 2880/2879/17037 -f 2880/2879/17038 2903/2902/17039 2904/2903/17040 -f 2880/2879/17041 2904/2903/17042 2881/2880/17043 -f 2881/2880/17044 2904/2903/17045 2905/2904/17046 -f 2881/2880/17047 2905/2904/17048 2882/2881/17049 -f 2882/2881/17050 2905/2904/17051 2906/2905/17052 -f 2882/2881/17053 2906/2905/17054 2883/2882/17055 -f 2883/2882/17056 2906/2905/17057 2907/2906/17058 -f 2883/2882/17059 2907/2906/17060 2884/2883/17061 -f 2884/2883/17062 2907/2906/17063 2908/2907/17064 -f 2884/2883/17065 2908/2907/17066 2885/2884/17067 -f 2885/2884/17068 2908/2907/17069 2909/2908/17070 -f 2885/2884/17071 2909/2908/17072 2886/2885/17073 -f 2886/2885/17074 2909/2908/17075 2910/2909/17076 -f 2886/2885/17077 2910/2909/17078 2887/2886/17079 -f 2887/2886/17080 2910/2909/17081 2911/2910/17082 -f 2887/2886/17083 2911/2910/17084 2888/2887/17085 -f 2888/2887/17086 2911/2910/17087 2912/2911/17088 -f 2888/2887/17089 2912/2911/17090 2889/2888/17091 -f 2889/2888/17092 2912/2911/17093 2913/2912/17094 -f 2889/2888/17095 2913/2912/17096 2890/2889/17097 -f 2890/2889/17098 2913/2912/17099 2914/2913/17100 -f 2890/2889/17101 2914/2913/17102 2891/2890/17103 -f 2891/2890/17104 2914/2913/17105 2915/2914/17106 -f 2891/2890/17107 2915/2914/17108 2892/2891/17109 -f 2892/2891/17110 2915/2914/17111 2916/2915/17112 -f 2892/2891/17113 2916/2915/17114 2893/2892/17115 -f 2893/2892/17116 2916/2915/17117 2917/2916/17118 -f 2893/2892/17119 2917/2916/17120 2894/2893/17121 -f 2894/2893/17122 2917/2916/17123 2918/2917/17124 -f 2894/2893/17125 2918/2917/17126 2895/2894/17127 -f 2895/2894/17128 2918/2917/17129 2919/2918/17130 -f 2895/2894/17131 2919/2918/17132 2896/2895/17133 -f 2896/2895/17134 2919/2918/17135 2920/2919/17136 -f 2896/2895/17137 2920/2919/17138 2897/2896/17139 -f 2897/2896/17140 2920/2919/17141 2921/2920/17142 -f 2897/2896/17143 2921/2920/17144 2898/2897/17145 -f 2898/2897/17146 2921/2920/17147 2922/2921/17148 -f 2898/2897/17149 2922/2921/17150 2899/2898/17151 -f 2899/2898/17152 2922/2921/17153 2923/2922/17154 -f 2899/2898/17155 2923/2922/17156 2876/2875/17157 -f 2876/2875/17158 2923/2922/17159 2900/2899/17160 -f 2900/2899/17161 2924/2923/17162 2901/2900/17163 -f 2901/2900/17164 2924/2923/17165 2925/2924/17166 -f 2901/2900/17167 2925/2924/17168 2902/2901/17169 -f 2902/2901/17170 2925/2924/17171 2926/2925/17172 -f 2902/2901/17173 2926/2925/17174 2903/2902/17175 -f 2903/2902/17176 2926/2925/17177 2927/2926/17178 -f 2903/2902/17179 2927/2926/17180 2904/2903/17181 -f 2904/2903/17182 2927/2926/17183 2928/2927/17184 -f 2904/2903/17185 2928/2927/17186 2905/2904/17187 -f 2905/2904/17188 2928/2927/17189 2929/2928/17190 -f 2905/2904/17191 2929/2928/17192 2906/2905/17193 -f 2906/2905/17194 2929/2928/17195 2930/2929/17196 -f 2906/2905/17197 2930/2929/17198 2907/2906/17199 -f 2907/2906/17200 2930/2929/17201 2931/2930/17202 -f 2907/2906/17203 2931/2930/17204 2908/2907/17205 -f 2908/2907/17206 2931/2930/17207 2932/2931/17208 -f 2908/2907/17209 2932/2931/17210 2909/2908/17211 -f 2909/2908/17212 2932/2931/17213 2933/2932/17214 -f 2909/2908/17215 2933/2932/17216 2910/2909/17217 -f 2910/2909/17218 2933/2932/17219 2934/2933/17220 -f 2910/2909/17221 2934/2933/17222 2911/2910/17223 -f 2911/2910/17224 2934/2933/17225 2935/2934/17226 -f 2911/2910/17227 2935/2934/17228 2912/2911/17229 -f 2912/2911/17230 2935/2934/17231 2936/2935/17232 -f 2912/2911/17233 2936/2935/17234 2913/2912/17235 -f 2913/2912/17236 2936/2935/17237 2937/2936/17238 -f 2913/2912/17239 2937/2936/17240 2914/2913/17241 -f 2914/2913/17242 2937/2936/17243 2938/2937/17244 -f 2914/2913/17245 2938/2937/17246 2915/2914/17247 -f 2915/2914/17248 2938/2937/17249 2939/2938/17250 -f 2915/2914/17251 2939/2938/17252 2916/2915/17253 -f 2916/2915/17254 2939/2938/17255 2940/2939/17256 -f 2916/2915/17257 2940/2939/17258 2917/2916/17259 -f 2917/2916/17260 2940/2939/17261 2941/2940/17262 -f 2917/2916/17263 2941/2940/17264 2918/2917/17265 -f 2918/2917/17266 2941/2940/17267 2942/2941/17268 -f 2918/2917/17269 2942/2941/17270 2919/2918/17271 -f 2919/2918/17272 2942/2941/17273 2943/2942/17274 -f 2919/2918/17275 2943/2942/17276 2920/2919/17277 -f 2920/2919/17278 2943/2942/17279 2944/2943/17280 -f 2920/2919/17281 2944/2943/17282 2921/2920/17283 -f 2921/2920/17284 2944/2943/17285 2945/2944/17286 -f 2921/2920/17287 2945/2944/17288 2922/2921/17289 -f 2922/2921/17290 2945/2944/17291 2946/2945/17292 -f 2922/2921/17293 2946/2945/17294 2923/2922/17295 -f 2923/2922/17296 2946/2945/17297 2947/2946/17298 -f 2923/2922/17299 2947/2946/17300 2900/2899/17301 -f 2900/2899/17302 2947/2946/17303 2924/2923/17304 -f 2924/2923/17305 2948/2947/17306 2925/2924/17307 -f 2925/2924/17308 2948/2947/17309 2949/2948/17310 -f 2925/2924/17311 2949/2948/17312 2926/2925/17313 -f 2926/2925/17314 2949/2948/17315 2950/2949/17316 -f 2926/2925/17317 2950/2949/17318 2927/2926/17319 -f 2927/2926/17320 2950/2949/17321 2951/2950/17322 -f 2927/2926/17323 2951/2950/17324 2928/2927/17325 -f 2928/2927/17326 2951/2950/17327 2952/2951/17328 -f 2928/2927/17329 2952/2951/17330 2929/2928/17331 -f 2929/2928/17332 2952/2951/17333 2953/2952/17334 -f 2929/2928/17335 2953/2952/17336 2930/2929/17337 -f 2930/2929/17338 2953/2952/17339 2954/2953/17340 -f 2930/2929/17341 2954/2953/17342 2931/2930/17343 -f 2931/2930/17344 2954/2953/17345 2955/2954/17346 -f 2931/2930/17347 2955/2954/17348 2932/2931/17349 -f 2932/2931/17350 2955/2954/17351 2956/2955/17352 -f 2932/2931/17353 2956/2955/17354 2933/2932/17355 -f 2933/2932/17356 2956/2955/17357 2957/2956/17358 -f 2933/2932/17359 2957/2956/17360 2934/2933/17361 -f 2934/2933/17362 2957/2956/17363 2958/2957/17364 -f 2934/2933/17365 2958/2957/17366 2935/2934/17367 -f 2935/2934/17368 2958/2957/17369 2959/2958/17370 -f 2935/2934/17371 2959/2958/17372 2936/2935/17373 -f 2936/2935/17374 2959/2958/17375 2960/2959/17376 -f 2936/2935/17377 2960/2959/17378 2937/2936/17379 -f 2937/2936/17380 2960/2959/17381 2961/2960/17382 -f 2937/2936/17383 2961/2960/17384 2938/2937/17385 -f 2938/2937/17386 2961/2960/17387 2962/2961/17388 -f 2938/2937/17389 2962/2961/17390 2939/2938/17391 -f 2939/2938/17392 2962/2961/17393 2963/2962/17394 -f 2939/2938/17395 2963/2962/17396 2940/2939/17397 -f 2940/2939/17398 2963/2962/17399 2964/2963/17400 -f 2940/2939/17401 2964/2963/17402 2941/2940/17403 -f 2941/2940/17404 2964/2963/17405 2965/2964/17406 -f 2941/2940/17407 2965/2964/17408 2942/2941/17409 -f 2942/2941/17410 2965/2964/17411 2966/2965/17412 -f 2942/2941/17413 2966/2965/17414 2943/2942/17415 -f 2943/2942/17416 2966/2965/17417 2967/2966/17418 -f 2943/2942/17419 2967/2966/17420 2944/2943/17421 -f 2944/2943/17422 2967/2966/17423 2968/2967/17424 -f 2944/2943/17425 2968/2967/17426 2945/2944/17427 -f 2945/2944/17428 2968/2967/17429 2969/2968/17430 -f 2945/2944/17431 2969/2968/17432 2946/2945/17433 -f 2946/2945/17434 2969/2968/17435 2970/2969/17436 -f 2946/2945/17437 2970/2969/17438 2947/2946/17439 -f 2947/2946/17440 2970/2969/17441 2971/2970/17442 -f 2947/2946/17443 2971/2970/17444 2924/2923/17445 -f 2924/2923/17446 2971/2970/17447 2948/2947/17448 -f 2948/2947/17449 2972/2971/17450 2949/2948/17451 -f 2949/2948/17452 2972/2971/17453 2973/2972/17454 -f 2949/2948/17455 2973/2972/17456 2950/2949/17457 -f 2950/2949/17458 2973/2972/17459 2974/2973/17460 -f 2950/2949/17461 2974/2973/17462 2951/2950/17463 -f 2951/2950/17464 2974/2973/17465 2975/2974/17466 -f 2951/2950/17467 2975/2974/17468 2952/2951/17469 -f 2952/2951/17470 2975/2974/17471 2976/2975/17472 -f 2952/2951/17473 2976/2975/17474 2953/2952/17475 -f 2953/2952/17476 2976/2975/17477 2977/2976/17478 -f 2953/2952/17479 2977/2976/17480 2954/2953/17481 -f 2954/2953/17482 2977/2976/17483 2978/2977/17484 -f 2954/2953/17485 2978/2977/17486 2955/2954/17487 -f 2955/2954/17488 2978/2977/17489 2979/2978/17490 -f 2955/2954/17491 2979/2978/17492 2956/2955/17493 -f 2956/2955/17494 2979/2978/17495 2980/2979/17496 -f 2956/2955/17497 2980/2979/17498 2957/2956/17499 -f 2957/2956/17500 2980/2979/17501 2981/2980/17502 -f 2957/2956/17503 2981/2980/17504 2958/2957/17505 -f 2958/2957/17506 2981/2980/17507 2982/2981/17508 -f 2958/2957/17509 2982/2981/17510 2959/2958/17511 -f 2959/2958/17512 2982/2981/17513 2983/2982/17514 -f 2959/2958/17515 2983/2982/17516 2960/2959/17517 -f 2960/2959/17518 2983/2982/17519 2984/2983/17520 -f 2960/2959/17521 2984/2983/17522 2961/2960/17523 -f 2961/2960/17524 2984/2983/17525 2985/2984/17526 -f 2961/2960/17527 2985/2984/17528 2962/2961/17529 -f 2962/2961/17530 2985/2984/17531 2986/2985/17532 -f 2962/2961/17533 2986/2985/17534 2963/2962/17535 -f 2963/2962/17536 2986/2985/17537 2987/2986/17538 -f 2963/2962/17539 2987/2986/17540 2964/2963/17541 -f 2964/2963/17542 2987/2986/17543 2988/2987/17544 -f 2964/2963/17545 2988/2987/17546 2965/2964/17547 -f 2965/2964/17548 2988/2987/17549 2989/2988/17550 -f 2965/2964/17551 2989/2988/17552 2966/2965/17553 -f 2966/2965/17554 2989/2988/17555 2990/2989/17556 -f 2966/2965/17557 2990/2989/17558 2967/2966/17559 -f 2967/2966/17560 2990/2989/17561 2991/2990/17562 -f 2967/2966/17563 2991/2990/17564 2968/2967/17565 -f 2968/2967/17566 2991/2990/17567 2992/2991/17568 -f 2968/2967/17569 2992/2991/17570 2969/2968/17571 -f 2969/2968/17572 2992/2991/17573 2993/2992/17574 -f 2969/2968/17575 2993/2992/17576 2970/2969/17577 -f 2970/2969/17578 2993/2992/17579 2994/2993/17580 -f 2970/2969/17581 2994/2993/17582 2971/2970/17583 -f 2971/2970/17584 2994/2993/17585 2995/2994/17586 -f 2971/2970/17587 2995/2994/17588 2948/2947/17589 -f 2948/2947/17590 2995/2994/17591 2972/2971/17592 -f 2972/2971/17593 2996/2995/17594 2973/2972/17595 -f 2973/2972/17596 2996/2995/17597 2997/2996/17598 -f 2973/2972/17599 2997/2996/17600 2974/2973/17601 -f 2974/2973/17602 2997/2996/17603 2998/2997/17604 -f 2974/2973/17605 2998/2997/17606 2975/2974/17607 -f 2975/2974/17608 2998/2997/17609 2999/2998/17610 -f 2975/2974/17611 2999/2998/17612 2976/2975/17613 -f 2976/2975/17614 2999/2998/17615 3000/2999/17616 -f 2976/2975/17617 3000/2999/17618 2977/2976/17619 -f 2977/2976/17620 3000/2999/17621 3001/3000/17622 -f 2977/2976/17623 3001/3000/17624 2978/2977/17625 -f 2978/2977/17626 3001/3000/17627 3002/3001/17628 -f 2978/2977/17629 3002/3001/17630 2979/2978/17631 -f 2979/2978/17632 3002/3001/17633 3003/3002/17634 -f 2979/2978/17635 3003/3002/17636 2980/2979/17637 -f 2980/2979/17638 3003/3002/17639 3004/3003/17640 -f 2980/2979/17641 3004/3003/17642 2981/2980/17643 -f 2981/2980/17644 3004/3003/17645 3005/3004/17646 -f 2981/2980/17647 3005/3004/17648 2982/2981/17649 -f 2982/2981/17650 3005/3004/17651 3006/3005/17652 -f 2982/2981/17653 3006/3005/17654 2983/2982/17655 -f 2983/2982/17656 3006/3005/17657 3007/3006/17658 -f 2983/2982/17659 3007/3006/17660 2984/2983/17661 -f 2984/2983/17662 3007/3006/17663 3008/3007/17664 -f 2984/2983/17665 3008/3007/17666 2985/2984/17667 -f 2985/2984/17668 3008/3007/17669 3009/3008/17670 -f 2985/2984/17671 3009/3008/17672 2986/2985/17673 -f 2986/2985/17674 3009/3008/17675 3010/3009/17676 -f 2986/2985/17677 3010/3009/17678 2987/2986/17679 -f 2987/2986/17680 3010/3009/17681 3011/3010/17682 -f 2987/2986/17683 3011/3010/17684 2988/2987/17685 -f 2988/2987/17686 3011/3010/17687 3012/3011/17688 -f 2988/2987/17689 3012/3011/17690 2989/2988/17691 -f 2989/2988/17692 3012/3011/17693 3013/3012/17694 -f 2989/2988/17695 3013/3012/17696 2990/2989/17697 -f 2990/2989/17698 3013/3012/17699 3014/3013/17700 -f 2990/2989/17701 3014/3013/17702 2991/2990/17703 -f 2991/2990/17704 3014/3013/17705 3015/3014/17706 -f 2991/2990/17707 3015/3014/17708 2992/2991/17709 -f 2992/2991/17710 3015/3014/17711 3016/3015/17712 -f 2992/2991/17713 3016/3015/17714 2993/2992/17715 -f 2993/2992/17716 3016/3015/17717 3017/3016/17718 -f 2993/2992/17719 3017/3016/17720 2994/2993/17721 -f 2994/2993/17722 3017/3016/17723 3018/3017/17724 -f 2994/2993/17725 3018/3017/17726 2995/2994/17727 -f 2995/2994/17728 3018/3017/17729 3019/3018/17730 -f 2995/2994/17731 3019/3018/17732 2972/2971/17733 -f 2972/2971/17734 3019/3018/17735 2996/2995/17736 -f 2996/2995/17737 3020/3019/17738 2997/2996/17739 -f 2997/2996/17740 3020/3019/17741 3021/3020/17742 -f 2997/2996/17743 3021/3020/17744 2998/2997/17745 -f 2998/2997/17746 3021/3020/17747 3022/3021/17748 -f 2998/2997/17749 3022/3021/17750 2999/2998/17751 -f 2999/2998/17752 3022/3021/17753 3023/3022/17754 -f 2999/2998/17755 3023/3022/17756 3000/2999/17757 -f 3000/2999/17758 3023/3022/17759 3024/3023/17760 -f 3000/2999/17761 3024/3023/17762 3001/3000/17763 -f 3001/3000/17764 3024/3023/17765 3025/3024/17766 -f 3001/3000/17767 3025/3024/17768 3002/3001/17769 -f 3002/3001/17770 3025/3024/17771 3026/3025/17772 -f 3002/3001/17773 3026/3025/17774 3003/3002/17775 -f 3003/3002/17776 3026/3025/17777 3027/3026/17778 -f 3003/3002/17779 3027/3026/17780 3004/3003/17781 -f 3004/3003/17782 3027/3026/17783 3028/3027/17784 -f 3004/3003/17785 3028/3027/17786 3005/3004/17787 -f 3005/3004/17788 3028/3027/17789 3029/3028/17790 -f 3005/3004/17791 3029/3028/17792 3006/3005/17793 -f 3006/3005/17794 3029/3028/17795 3030/3029/17796 -f 3006/3005/17797 3030/3029/17798 3007/3006/17799 -f 3007/3006/17800 3030/3029/17801 3031/3030/17802 -f 3007/3006/17803 3031/3030/17804 3008/3007/17805 -f 3008/3007/17806 3031/3030/17807 3032/3031/17808 -f 3008/3007/17809 3032/3031/17810 3009/3008/17811 -f 3009/3008/17812 3032/3031/17813 3033/3032/17814 -f 3009/3008/17815 3033/3032/17816 3010/3009/17817 -f 3010/3009/17818 3033/3032/17819 3034/3033/17820 -f 3010/3009/17821 3034/3033/17822 3011/3010/17823 -f 3011/3010/17824 3034/3033/17825 3035/3034/17826 -f 3011/3010/17827 3035/3034/17828 3012/3011/17829 -f 3012/3011/17830 3035/3034/17831 3036/3035/17832 -f 3012/3011/17833 3036/3035/17834 3013/3012/17835 -f 3013/3012/17836 3036/3035/17837 3037/3036/17838 -f 3013/3012/17839 3037/3036/17840 3014/3013/17841 -f 3014/3013/17842 3037/3036/17843 3038/3037/17844 -f 3014/3013/17845 3038/3037/17846 3015/3014/17847 -f 3015/3014/17848 3038/3037/17849 3039/3038/17850 -f 3015/3014/17851 3039/3038/17852 3016/3015/17853 -f 3016/3015/17854 3039/3038/17855 3040/3039/17856 -f 3016/3015/17857 3040/3039/17858 3017/3016/17859 -f 3017/3016/17860 3040/3039/17861 3041/3040/17862 -f 3017/3016/17863 3041/3040/17864 3018/3017/17865 -f 3018/3017/17866 3041/3040/17867 3042/3041/17868 -f 3018/3017/17869 3042/3041/17870 3019/3018/17871 -f 3019/3018/17872 3042/3041/17873 3043/3042/17874 -f 3019/3018/17875 3043/3042/17876 2996/2995/17877 -f 2996/2995/17878 3043/3042/17879 3020/3019/17880 -f 3020/3019/17881 3044/3043/17882 3021/3020/17883 -f 3021/3020/17884 3044/3043/17885 3045/3044/17886 -f 3021/3020/17887 3045/3044/17888 3022/3021/17889 -f 3022/3021/17890 3045/3044/17891 3046/3045/17892 -f 3022/3021/17893 3046/3045/17894 3023/3022/17895 -f 3023/3022/17896 3046/3045/17897 3047/3046/17898 -f 3023/3022/17899 3047/3046/17900 3024/3023/17901 -f 3024/3023/17902 3047/3046/17903 3048/3047/17904 -f 3024/3023/17905 3048/3047/17906 3025/3024/17907 -f 3025/3024/17908 3048/3047/17909 3049/3048/17910 -f 3025/3024/17911 3049/3048/17912 3026/3025/17913 -f 3026/3025/17914 3049/3048/17915 3050/3049/17916 -f 3026/3025/17917 3050/3049/17918 3027/3026/17919 -f 3027/3026/17920 3050/3049/17921 3051/3050/17922 -f 3027/3026/17923 3051/3050/17924 3028/3027/17925 -f 3028/3027/17926 3051/3050/17927 3052/3051/17928 -f 3028/3027/17929 3052/3051/17930 3029/3028/17931 -f 3029/3028/17932 3052/3051/17933 3053/3052/17934 -f 3029/3028/17935 3053/3052/17936 3030/3029/17937 -f 3030/3029/17938 3053/3052/17939 3054/3053/17940 -f 3030/3029/17941 3054/3053/17942 3031/3030/17943 -f 3031/3030/17944 3054/3053/17945 3055/3054/17946 -f 3031/3030/17947 3055/3054/17948 3032/3031/17949 -f 3032/3031/17950 3055/3054/17951 3056/3055/17952 -f 3032/3031/17953 3056/3055/17954 3033/3032/17955 -f 3033/3032/17956 3056/3055/17957 3057/3056/17958 -f 3033/3032/17959 3057/3056/17960 3034/3033/17961 -f 3034/3033/17962 3057/3056/17963 3058/3057/17964 -f 3034/3033/17965 3058/3057/17966 3035/3034/17967 -f 3035/3034/17968 3058/3057/17969 3059/3058/17970 -f 3035/3034/17971 3059/3058/17972 3036/3035/17973 -f 3036/3035/17974 3059/3058/17975 3060/3059/17976 -f 3036/3035/17977 3060/3059/17978 3037/3036/17979 -f 3037/3036/17980 3060/3059/17981 3061/3060/17982 -f 3037/3036/17983 3061/3060/17984 3038/3037/17985 -f 3038/3037/17986 3061/3060/17987 3062/3061/17988 -f 3038/3037/17989 3062/3061/17990 3039/3038/17991 -f 3039/3038/17992 3062/3061/17993 3063/3062/17994 -f 3039/3038/17995 3063/3062/17996 3040/3039/17997 -f 3040/3039/17998 3063/3062/17999 3064/3063/18000 -f 3040/3039/18001 3064/3063/18002 3041/3040/18003 -f 3041/3040/18004 3064/3063/18005 3065/3064/18006 -f 3041/3040/18007 3065/3064/18008 3042/3041/18009 -f 3042/3041/18010 3065/3064/18011 3066/3065/18012 -f 3042/3041/18013 3066/3065/18014 3043/3042/18015 -f 3043/3042/18016 3066/3065/18017 3067/3066/18018 -f 3043/3042/18019 3067/3066/18020 3020/3019/18021 -f 3020/3019/18022 3067/3066/18023 3044/3043/18024 -f 3044/3043/18025 3068/3067/18026 3045/3044/18027 -f 3045/3044/18028 3068/3067/18029 3069/3068/18030 -f 3045/3044/18031 3069/3068/18032 3046/3045/18033 -f 3046/3045/18034 3069/3068/18035 3070/3069/18036 -f 3046/3045/18037 3070/3069/18038 3047/3046/18039 -f 3047/3046/18040 3070/3069/18041 3071/3070/18042 -f 3047/3046/18043 3071/3070/18044 3048/3047/18045 -f 3048/3047/18046 3071/3070/18047 3072/3071/18048 -f 3048/3047/18049 3072/3071/18050 3049/3048/18051 -f 3049/3048/18052 3072/3071/18053 3073/3072/18054 -f 3049/3048/18055 3073/3072/18056 3050/3049/18057 -f 3050/3049/18058 3073/3072/18059 3074/3073/18060 -f 3050/3049/18061 3074/3073/18062 3051/3050/18063 -f 3051/3050/18064 3074/3073/18065 3075/3074/18066 -f 3051/3050/18067 3075/3074/18068 3052/3051/18069 -f 3052/3051/18070 3075/3074/18071 3076/3075/18072 -f 3052/3051/18073 3076/3075/18074 3053/3052/18075 -f 3053/3052/18076 3076/3075/18077 3077/3076/18078 -f 3053/3052/18079 3077/3076/18080 3054/3053/18081 -f 3054/3053/18082 3077/3076/18083 3078/3077/18084 -f 3054/3053/18085 3078/3077/18086 3055/3054/18087 -f 3055/3054/18088 3078/3077/18089 3079/3078/18090 -f 3055/3054/18091 3079/3078/18092 3056/3055/18093 -f 3056/3055/18094 3079/3078/18095 3080/3079/18096 -f 3056/3055/18097 3080/3079/18098 3057/3056/18099 -f 3057/3056/18100 3080/3079/18101 3081/3080/18102 -f 3057/3056/18103 3081/3080/18104 3058/3057/18105 -f 3058/3057/18106 3081/3080/18107 3082/3081/18108 -f 3058/3057/18109 3082/3081/18110 3059/3058/18111 -f 3059/3058/18112 3082/3081/18113 3083/3082/18114 -f 3059/3058/18115 3083/3082/18116 3060/3059/18117 -f 3060/3059/18118 3083/3082/18119 3084/3083/18120 -f 3060/3059/18121 3084/3083/18122 3061/3060/18123 -f 3061/3060/18124 3084/3083/18125 3085/3084/18126 -f 3061/3060/18127 3085/3084/18128 3062/3061/18129 -f 3062/3061/18130 3085/3084/18131 3086/3085/18132 -f 3062/3061/18133 3086/3085/18134 3063/3062/18135 -f 3063/3062/18136 3086/3085/18137 3087/3086/18138 -f 3063/3062/18139 3087/3086/18140 3064/3063/18141 -f 3064/3063/18142 3087/3086/18143 3088/3087/18144 -f 3064/3063/18145 3088/3087/18146 3065/3064/18147 -f 3065/3064/18148 3088/3087/18149 3089/3088/18150 -f 3065/3064/18151 3089/3088/18152 3066/3065/18153 -f 3066/3065/18154 3089/3088/18155 3090/3089/18156 -f 3066/3065/18157 3090/3089/18158 3067/3066/18159 -f 3067/3066/18160 3090/3089/18161 3091/3090/18162 -f 3067/3066/18163 3091/3090/18164 3044/3043/18165 -f 3044/3043/18166 3091/3090/18167 3068/3067/18168 -f 3068/3067/18169 3092/3091/18170 3069/3068/18171 -f 3069/3068/18172 3092/3091/18173 3093/3092/18174 -f 3069/3068/18175 3093/3092/18176 3070/3069/18177 -f 3070/3069/18178 3093/3092/18179 3094/3093/18180 -f 3070/3069/18181 3094/3093/18182 3071/3070/18183 -f 3071/3070/18184 3094/3093/18185 3095/3094/18186 -f 3071/3070/18187 3095/3094/18188 3072/3071/18189 -f 3072/3071/18190 3095/3094/18191 3096/3095/18192 -f 3072/3071/18193 3096/3095/18194 3073/3072/18195 -f 3073/3072/18196 3096/3095/18197 3097/3096/18198 -f 3073/3072/18199 3097/3096/18200 3074/3073/18201 -f 3074/3073/18202 3097/3096/18203 3098/3097/18204 -f 3074/3073/18205 3098/3097/18206 3075/3074/18207 -f 3075/3074/18208 3098/3097/18209 3099/3098/18210 -f 3075/3074/18211 3099/3098/18212 3076/3075/18213 -f 3076/3075/18214 3099/3098/18215 3100/3099/18216 -f 3076/3075/18217 3100/3099/18218 3077/3076/18219 -f 3077/3076/18220 3100/3099/18221 3101/3100/18222 -f 3077/3076/18223 3101/3100/18224 3078/3077/18225 -f 3078/3077/18226 3101/3100/18227 3102/3101/18228 -f 3078/3077/18229 3102/3101/18230 3079/3078/18231 -f 3079/3078/18232 3102/3101/18233 3103/3102/18234 -f 3079/3078/18235 3103/3102/18236 3080/3079/18237 -f 3080/3079/18238 3103/3102/18239 3104/3103/18240 -f 3080/3079/18241 3104/3103/18242 3081/3080/18243 -f 3081/3080/18244 3104/3103/18245 3105/3104/18246 -f 3081/3080/18247 3105/3104/18248 3082/3081/18249 -f 3082/3081/18250 3105/3104/18251 3106/3105/18252 -f 3082/3081/18253 3106/3105/18254 3083/3082/18255 -f 3083/3082/18256 3106/3105/18257 3107/3106/18258 -f 3083/3082/18259 3107/3106/18260 3084/3083/18261 -f 3084/3083/18262 3107/3106/18263 3108/3107/18264 -f 3084/3083/18265 3108/3107/18266 3085/3084/18267 -f 3085/3084/18268 3108/3107/18269 3109/3108/18270 -f 3085/3084/18271 3109/3108/18272 3086/3085/18273 -f 3086/3085/18274 3109/3108/18275 3110/3109/18276 -f 3086/3085/18277 3110/3109/18278 3087/3086/18279 -f 3087/3086/18280 3110/3109/18281 3111/3110/18282 -f 3087/3086/18283 3111/3110/18284 3088/3087/18285 -f 3088/3087/18286 3111/3110/18287 3112/3111/18288 -f 3088/3087/18289 3112/3111/18290 3089/3088/18291 -f 3089/3088/18292 3112/3111/18293 3113/3112/18294 -f 3089/3088/18295 3113/3112/18296 3090/3089/18297 -f 3090/3089/18298 3113/3112/18299 3114/3113/18300 -f 3090/3089/18301 3114/3113/18302 3091/3090/18303 -f 3091/3090/18304 3114/3113/18305 3115/3114/18306 -f 3091/3090/18307 3115/3114/18308 3068/3067/18309 -f 3068/3067/18310 3115/3114/18311 3092/3091/18312 -f 3092/3091/18313 3116/3115/18314 3093/3092/18315 -f 3093/3092/18316 3116/3115/18317 3117/3116/18318 -f 3093/3092/18319 3117/3116/18320 3094/3093/18321 -f 3094/3093/18322 3117/3116/18323 3118/3117/18324 -f 3094/3093/18325 3118/3117/18326 3095/3094/18327 -f 3095/3094/18328 3118/3117/18329 3119/3118/18330 -f 3095/3094/18331 3119/3118/18332 3096/3095/18333 -f 3096/3095/18334 3119/3118/18335 3120/3119/18336 -f 3096/3095/18337 3120/3119/18338 3097/3096/18339 -f 3097/3096/18340 3120/3119/18341 3121/3120/18342 -f 3097/3096/18343 3121/3120/18344 3098/3097/18345 -f 3098/3097/18346 3121/3120/18347 3122/3121/18348 -f 3098/3097/18349 3122/3121/18350 3099/3098/18351 -f 3099/3098/18352 3122/3121/18353 3123/3122/18354 -f 3099/3098/18355 3123/3122/18356 3100/3099/18357 -f 3100/3099/18358 3123/3122/18359 3124/3123/18360 -f 3100/3099/18361 3124/3123/18362 3101/3100/18363 -f 3101/3100/18364 3124/3123/18365 3125/3124/18366 -f 3101/3100/18367 3125/3124/18368 3102/3101/18369 -f 3102/3101/18370 3125/3124/18371 3126/3125/18372 -f 3102/3101/18373 3126/3125/18374 3103/3102/18375 -f 3103/3102/18376 3126/3125/18377 3127/3126/18378 -f 3103/3102/18379 3127/3126/18380 3104/3103/18381 -f 3104/3103/18382 3127/3126/18383 3128/3127/18384 -f 3104/3103/18385 3128/3127/18386 3105/3104/18387 -f 3105/3104/18388 3128/3127/18389 3129/3128/18390 -f 3105/3104/18391 3129/3128/18392 3106/3105/18393 -f 3106/3105/18394 3129/3128/18395 3130/3129/18396 -f 3106/3105/18397 3130/3129/18398 3107/3106/18399 -f 3107/3106/18400 3130/3129/18401 3131/3130/18402 -f 3107/3106/18403 3131/3130/18404 3108/3107/18405 -f 3108/3107/18406 3131/3130/18407 3132/3131/18408 -f 3108/3107/18409 3132/3131/18410 3109/3108/18411 -f 3109/3108/18412 3132/3131/18413 3133/3132/18414 -f 3109/3108/18415 3133/3132/18416 3110/3109/18417 -f 3110/3109/18418 3133/3132/18419 3134/3133/18420 -f 3110/3109/18421 3134/3133/18422 3111/3110/18423 -f 3111/3110/18424 3134/3133/18425 3135/3134/18426 -f 3111/3110/18427 3135/3134/18428 3112/3111/18429 -f 3112/3111/18430 3135/3134/18431 3136/3135/18432 -f 3112/3111/18433 3136/3135/18434 3113/3112/18435 -f 3113/3112/18436 3136/3135/18437 3137/3136/18438 -f 3113/3112/18439 3137/3136/18440 3114/3113/18441 -f 3114/3113/18442 3137/3136/18443 3138/3137/18444 -f 3114/3113/18445 3138/3137/18446 3115/3114/18447 -f 3115/3114/18448 3138/3137/18449 3139/3138/18450 -f 3115/3114/18451 3139/3138/18452 3092/3091/18453 -f 3092/3091/18454 3139/3138/18455 3116/3115/18456 -f 3116/3115/18457 3140/3139/18458 3117/3116/18459 -f 3117/3116/18460 3140/3139/18461 3141/3140/18462 -f 3117/3116/18463 3141/3140/18464 3118/3117/18465 -f 3118/3117/18466 3141/3140/18467 3142/3141/18468 -f 3118/3117/18469 3142/3141/18470 3119/3118/18471 -f 3119/3118/18472 3142/3141/18473 3143/3142/18474 -f 3119/3118/18475 3143/3142/18476 3120/3119/18477 -f 3120/3119/18478 3143/3142/18479 3144/3143/18480 -f 3120/3119/18481 3144/3143/18482 3121/3120/18483 -f 3121/3120/18484 3144/3143/18485 3145/3144/18486 -f 3121/3120/18487 3145/3144/18488 3122/3121/18489 -f 3122/3121/18490 3145/3144/18491 3146/3145/18492 -f 3122/3121/18493 3146/3145/18494 3123/3122/18495 -f 3123/3122/18496 3146/3145/18497 3147/3146/18498 -f 3123/3122/18499 3147/3146/18500 3124/3123/18501 -f 3124/3123/18502 3147/3146/18503 3148/3147/18504 -f 3124/3123/18505 3148/3147/18506 3125/3124/18507 -f 3125/3124/18508 3148/3147/18509 3149/3148/18510 -f 3125/3124/18511 3149/3148/18512 3126/3125/18513 -f 3126/3125/18514 3149/3148/18515 3150/3149/18516 -f 3126/3125/18517 3150/3149/18518 3127/3126/18519 -f 3127/3126/18520 3150/3149/18521 3151/3150/18522 -f 3127/3126/18523 3151/3150/18524 3128/3127/18525 -f 3128/3127/18526 3151/3150/18527 3152/3151/18528 -f 3128/3127/18529 3152/3151/18530 3129/3128/18531 -f 3129/3128/18532 3152/3151/18533 3153/3152/18534 -f 3129/3128/18535 3153/3152/18536 3130/3129/18537 -f 3130/3129/18538 3153/3152/18539 3154/3153/18540 -f 3130/3129/18541 3154/3153/18542 3131/3130/18543 -f 3131/3130/18544 3154/3153/18545 3155/3154/18546 -f 3131/3130/18547 3155/3154/18548 3132/3131/18549 -f 3132/3131/18550 3155/3154/18551 3156/3155/18552 -f 3132/3131/18553 3156/3155/18554 3133/3132/18555 -f 3133/3132/18556 3156/3155/18557 3157/3156/18558 -f 3133/3132/18559 3157/3156/18560 3134/3133/18561 -f 3134/3133/18562 3157/3156/18563 3158/3157/18564 -f 3134/3133/18565 3158/3157/18566 3135/3134/18567 -f 3135/3134/18568 3158/3157/18569 3159/3158/18570 -f 3135/3134/18571 3159/3158/18572 3136/3135/18573 -f 3136/3135/18574 3159/3158/18575 3160/3159/18576 -f 3136/3135/18577 3160/3159/18578 3137/3136/18579 -f 3137/3136/18580 3160/3159/18581 3161/3160/18582 -f 3137/3136/18583 3161/3160/18584 3138/3137/18585 -f 3138/3137/18586 3161/3160/18587 3162/3161/18588 -f 3138/3137/18589 3162/3161/18590 3139/3138/18591 -f 3139/3138/18592 3162/3161/18593 3163/3162/18594 -f 3139/3138/18595 3163/3162/18596 3116/3115/18597 -f 3116/3115/18598 3163/3162/18599 3140/3139/18600 -f 3140/3139/18601 3164/3163/18602 3141/3140/18603 -f 3141/3140/18604 3164/3163/18605 3165/3164/18606 -f 3141/3140/18607 3165/3164/18608 3142/3141/18609 -f 3142/3141/18610 3165/3164/18611 3166/3165/18612 -f 3142/3141/18613 3166/3165/18614 3143/3142/18615 -f 3143/3142/18616 3166/3165/18617 3167/3166/18618 -f 3143/3142/18619 3167/3166/18620 3144/3143/18621 -f 3144/3143/18622 3167/3166/18623 3168/3167/18624 -f 3144/3143/18625 3168/3167/18626 3145/3144/18627 -f 3145/3144/18628 3168/3167/18629 3169/3168/18630 -f 3145/3144/18631 3169/3168/18632 3146/3145/18633 -f 3146/3145/18634 3169/3168/18635 3170/3169/18636 -f 3146/3145/18637 3170/3169/18638 3147/3146/18639 -f 3147/3146/18640 3170/3169/18641 3171/3170/18642 -f 3147/3146/18643 3171/3170/18644 3148/3147/18645 -f 3148/3147/18646 3171/3170/18647 3172/3171/18648 -f 3148/3147/18649 3172/3171/18650 3149/3148/18651 -f 3149/3148/18652 3172/3171/18653 3173/3172/18654 -f 3149/3148/18655 3173/3172/18656 3150/3149/18657 -f 3150/3149/18658 3173/3172/18659 3174/3173/18660 -f 3150/3149/18661 3174/3173/18662 3151/3150/18663 -f 3151/3150/18664 3174/3173/18665 3175/3174/18666 -f 3151/3150/18667 3175/3174/18668 3152/3151/18669 -f 3152/3151/18670 3175/3174/18671 3176/3175/18672 -f 3152/3151/18673 3176/3175/18674 3153/3152/18675 -f 3153/3152/18676 3176/3175/18677 3177/3176/18678 -f 3153/3152/18679 3177/3176/18680 3154/3153/18681 -f 3154/3153/18682 3177/3176/18683 3178/3177/18684 -f 3154/3153/18685 3178/3177/18686 3155/3154/18687 -f 3155/3154/18688 3178/3177/18689 3179/3178/18690 -f 3155/3154/18691 3179/3178/18692 3156/3155/18693 -f 3156/3155/18694 3179/3178/18695 3180/3179/18696 -f 3156/3155/18697 3180/3179/18698 3157/3156/18699 -f 3157/3156/18700 3180/3179/18701 3181/3180/18702 -f 3157/3156/18703 3181/3180/18704 3158/3157/18705 -f 3158/3157/18706 3181/3180/18707 3182/3181/18708 -f 3158/3157/18709 3182/3181/18710 3159/3158/18711 -f 3159/3158/18712 3182/3181/18713 3183/3182/18714 -f 3159/3158/18715 3183/3182/18716 3160/3159/18717 -f 3160/3159/18718 3183/3182/18719 3184/3183/18720 -f 3160/3159/18721 3184/3183/18722 3161/3160/18723 -f 3161/3160/18724 3184/3183/18725 3185/3184/18726 -f 3161/3160/18727 3185/3184/18728 3162/3161/18729 -f 3162/3161/18730 3185/3184/18731 3186/3185/18732 -f 3162/3161/18733 3186/3185/18734 3163/3162/18735 -f 3163/3162/18736 3186/3185/18737 3187/3186/18738 -f 3163/3162/18739 3187/3186/18740 3140/3139/18741 -f 3140/3139/18742 3187/3186/18743 3164/3163/18744 -f 3164/3163/18745 3188/3187/18746 3165/3164/18747 -f 3165/3164/18748 3188/3187/18749 3189/3188/18750 -f 3165/3164/18751 3189/3188/18752 3166/3165/18753 -f 3166/3165/18754 3189/3188/18755 3190/3189/18756 -f 3166/3165/18757 3190/3189/18758 3167/3166/18759 -f 3167/3166/18760 3190/3189/18761 3191/3190/18762 -f 3167/3166/18763 3191/3190/18764 3168/3167/18765 -f 3168/3167/18766 3191/3190/18767 3192/3191/18768 -f 3168/3167/18769 3192/3191/18770 3169/3168/18771 -f 3169/3168/18772 3192/3191/18773 3193/3192/18774 -f 3169/3168/18775 3193/3192/18776 3170/3169/18777 -f 3170/3169/18778 3193/3192/18779 3194/3193/18780 -f 3170/3169/18781 3194/3193/18782 3171/3170/18783 -f 3171/3170/18784 3194/3193/18785 3195/3194/18786 -f 3171/3170/18787 3195/3194/18788 3172/3171/18789 -f 3172/3171/18790 3195/3194/18791 3196/3195/18792 -f 3172/3171/18793 3196/3195/18794 3173/3172/18795 -f 3173/3172/18796 3196/3195/18797 3197/3196/18798 -f 3173/3172/18799 3197/3196/18800 3174/3173/18801 -f 3174/3173/18802 3197/3196/18803 3198/3197/18804 -f 3174/3173/18805 3198/3197/18806 3175/3174/18807 -f 3175/3174/18808 3198/3197/18809 3199/3198/18810 -f 3175/3174/18811 3199/3198/18812 3176/3175/18813 -f 3176/3175/18814 3199/3198/18815 3200/3199/18816 -f 3176/3175/18817 3200/3199/18818 3177/3176/18819 -f 3177/3176/18820 3200/3199/18821 3201/3200/18822 -f 3177/3176/18823 3201/3200/18824 3178/3177/18825 -f 3178/3177/18826 3201/3200/18827 3202/3201/18828 -f 3178/3177/18829 3202/3201/18830 3179/3178/18831 -f 3179/3178/18832 3202/3201/18833 3203/3202/18834 -f 3179/3178/18835 3203/3202/18836 3180/3179/18837 -f 3180/3179/18838 3203/3202/18839 3204/3203/18840 -f 3180/3179/18841 3204/3203/18842 3181/3180/18843 -f 3181/3180/18844 3204/3203/18845 3205/3204/18846 -f 3181/3180/18847 3205/3204/18848 3182/3181/18849 -f 3182/3181/18850 3205/3204/18851 3206/3205/18852 -f 3182/3181/18853 3206/3205/18854 3183/3182/18855 -f 3183/3182/18856 3206/3205/18857 3207/3206/18858 -f 3183/3182/18859 3207/3206/18860 3184/3183/18861 -f 3184/3183/18862 3207/3206/18863 3208/3207/18864 -f 3184/3183/18865 3208/3207/18866 3185/3184/18867 -f 3185/3184/18868 3208/3207/18869 3209/3208/18870 -f 3185/3184/18871 3209/3208/18872 3186/3185/18873 -f 3186/3185/18874 3209/3208/18875 3210/3209/18876 -f 3186/3185/18877 3210/3209/18878 3187/3186/18879 -f 3187/3186/18880 3210/3209/18881 3211/3210/18882 -f 3187/3186/18883 3211/3210/18884 3164/3163/18885 -f 3164/3163/18886 3211/3210/18887 3188/3187/18888 -f 3188/3187/18889 2447/2446/18890 3189/3188/18891 -f 3189/3188/18892 2447/2446/18893 2445/2444/18894 -f 3189/3188/18895 2445/2444/18896 3190/3189/18897 -f 3190/3189/18898 2445/2444/18899 2491/2490/18900 -f 3190/3189/18901 2491/2490/18902 3191/3190/18903 -f 3191/3190/18904 2491/2490/18905 2489/2488/18906 -f 3191/3190/18907 2489/2488/18908 3192/3191/18909 -f 3192/3191/18910 2489/2488/18911 2487/2486/18912 -f 3192/3191/18913 2487/2486/18914 3193/3192/18915 -f 3193/3192/18916 2487/2486/18917 2485/2484/18918 -f 3193/3192/18919 2485/2484/18920 3194/3193/18921 -f 3194/3193/18922 2485/2484/18923 2483/2482/18924 -f 3194/3193/18925 2483/2482/18926 3195/3194/18927 -f 3195/3194/18928 2483/2482/18929 2481/2480/18930 -f 3195/3194/18931 2481/2480/18932 3196/3195/18933 -f 3196/3195/18934 2481/2480/18935 2479/2478/18936 -f 3196/3195/18937 2479/2478/18938 3197/3196/18939 -f 3197/3196/18940 2479/2478/18941 2477/2476/18942 -f 3197/3196/18943 2477/2476/18944 3198/3197/18945 -f 3198/3197/18946 2477/2476/18947 2475/2474/18948 -f 3198/3197/18949 2475/2474/18950 3199/3198/18951 -f 3199/3198/18952 2475/2474/18953 2473/2472/18954 -f 3199/3198/18955 2473/2472/18956 3200/3199/18957 -f 3200/3199/18958 2473/2472/18959 2471/2470/18960 -f 3200/3199/18961 2471/2470/18962 3201/3200/18963 -f 3201/3200/18964 2471/2470/18965 2469/2468/18966 -f 3201/3200/18967 2469/2468/18968 3202/3201/18969 -f 3202/3201/18970 2469/2468/18971 2467/2466/18972 -f 3202/3201/18973 2467/2466/18974 3203/3202/18975 -f 3203/3202/18976 2467/2466/18977 2465/2464/18978 -f 3203/3202/18979 2465/2464/18980 3204/3203/18981 -f 3204/3203/18982 2465/2464/18983 2463/2462/18984 -f 3204/3203/18985 2463/2462/18986 3205/3204/18987 -f 3205/3204/18988 2463/2462/18989 2461/2460/18990 -f 3205/3204/18991 2461/2460/18992 3206/3205/18993 -f 3206/3205/18994 2461/2460/18995 2459/2458/18996 -f 3206/3205/18997 2459/2458/18998 3207/3206/18999 -f 3207/3206/19000 2459/2458/19001 2457/2456/19002 -f 3207/3206/19003 2457/2456/19004 3208/3207/19005 -f 3208/3207/19006 2457/2456/19007 2455/2454/19008 -f 3208/3207/19009 2455/2454/19010 3209/3208/19011 -f 3209/3208/19012 2455/2454/19013 2453/2452/19014 -f 3209/3208/19015 2453/2452/19016 3210/3209/19017 -f 3210/3209/19018 2453/2452/19019 2451/2450/19020 -f 3210/3209/19021 2451/2450/19022 3211/3210/19023 -f 3211/3210/19024 2451/2450/19025 2449/2448/19026 -f 3211/3210/19027 2449/2448/19028 3188/3187/19029 -f 3188/3187/19030 2449/2448/19031 2447/2446/19032 -f 2397/2397/19033 3213/3211/19034 2398/2398/19035 -f 2398/2398/19036 3213/3211/19037 3214/3212/19038 -f 2398/2398/19039 3214/3212/19040 2357/2357/19041 -f 2357/2357/19042 3214/3212/19043 3215/3213/19044 -f 3215/3213/19045 3216/3214/19046 2357/2357/19047 -f 2357/2357/19048 3216/3214/19049 3217/3215/19050 -f 2357/2357/19051 3217/3215/19052 3218/3216/19053 -f 3218/3216/19054 3217/3215/19055 3219/3217/19056 -f 3218/3216/19057 3219/3217/19058 3220/3218/19059 -f 3220/3218/19060 3219/3217/19061 3221/3219/19062 -f 3220/3218/19063 3221/3219/19064 3222/3220/19065 -f 3222/3220/19066 3221/3219/19067 2347/2347/19068 -f 3222/3220/19069 2347/2347/19070 3223/3221/19071 -f 3223/3221/19072 2347/2347/19073 3224/3222/19074 -f 3223/3221/19075 3224/3222/19076 3225/3223/19077 -f 3225/3223/19078 3224/3222/19079 3226/3224/19080 -f 3225/3223/19081 3226/3224/19082 3227/3225/19083 -f 3227/3225/19084 3226/3224/19085 3228/3226/19086 -f 3227/3225/19087 3228/3226/19088 2357/2357/19089 -f 2357/2357/19090 3228/3226/19091 3229/3227/19092 -f 2357/2357/19093 3229/3227/19094 3230/3228/19095 -f 3230/3228/19096 3229/3227/19097 3231/3229/19098 -f 3230/3228/19099 3231/3229/19100 3232/3230/19101 -f 3232/3230/19102 3231/3229/19103 3233/3231/19104 -f 3232/3230/19105 3233/3231/19106 2356/2356/19107 -f 2356/2356/19108 3233/3231/19109 2347/2347/19110 -f 2347/2347/19111 3233/3231/19112 3234/3232/19113 -f 2347/2347/19114 3234/3232/19115 3235/3233/19116 -f 3235/3233/19117 3234/3232/19118 3236/3234/19119 -f 3235/3233/19120 3236/3234/19121 3226/3224/19122 -f 3226/3224/19123 3236/3234/19124 3228/3226/19125 -f 3237/3235/19126 3238/3236/19127 3215/3213/19128 -f 3215/3213/19129 3238/3236/19130 3239/3237/19131 -f 3215/3213/19132 3239/3237/19133 3240/3238/19134 -f 3240/3238/19135 3239/3237/19136 3241/3239/19137 -f 3240/3238/19138 3241/3239/19139 3242/3240/19140 -f 3242/3240/19141 3241/3239/19142 3243/3241/19143 -f 3242/3240/19144 3243/3241/19145 3244/3242/19146 -f 3244/3242/19147 3243/3241/19148 3245/3243/19149 -f 3244/3242/19150 3245/3243/19151 3246/3244/19152 -f 3246/3244/19153 3245/3243/19154 3247/3245/19155 -f 3246/3244/19156 3247/3245/19157 3248/3246/19158 -f 3248/3246/19159 3247/3245/19160 3249/3247/19161 -f 3248/3246/19162 3249/3247/19163 3250/3248/19164 -f 3250/3248/19165 3249/3247/19166 3251/3249/19167 -f 3250/3248/19168 3251/3249/19169 3215/3213/19170 -f 3215/3213/19171 3251/3249/19172 3252/3250/19173 -f 3215/3213/19174 3252/3250/19175 3253/3251/19176 -f 3253/3251/19177 3252/3250/19178 3254/3252/19179 -f 3253/3251/19180 3254/3252/19181 3255/3253/19182 -f 3255/3253/19183 3254/3252/19184 3256/3254/19185 -f 3255/3253/19186 3256/3254/19187 3257/3255/19188 -f 3257/3255/19189 3256/3254/19190 2347/2347/19191 -f 3257/3255/19192 2347/2347/19193 3258/3256/19194 -f 3258/3256/19195 2347/2347/19196 3221/3219/19197 -f 3258/3256/19198 3221/3219/19199 3219/3217/19200 -f 3238/3236/19201 3237/3235/19202 3259/3257/19203 -f 3259/3257/19204 3237/3235/19205 3260/3258/19206 -f 3259/3257/19207 3260/3258/19208 3261/3259/19209 -f 3261/3259/19210 3260/3258/19211 3262/3260/19212 -f 3261/3259/19213 3262/3260/19214 3245/3243/19215 -f 2347/2347/19216 3256/3254/19217 3245/3243/19218 -f 3245/3243/19219 3256/3254/19220 3263/3261/19221 -f 3245/3243/19222 3263/3261/19223 3264/3262/19224 -f 3264/3262/19225 3263/3261/19226 3265/3263/19227 -f 3264/3262/19228 3265/3263/19229 3249/3247/19230 -f 3249/3247/19231 3265/3263/19232 3251/3249/19233 -f 2356/2356/19234 2355/2355/19235 3232/3230/19236 -f 3232/3230/19237 2355/2355/19238 3266/3264/19239 -f 3232/3230/19240 3266/3264/19241 3230/3228/19242 -f 3230/3228/19243 3266/3264/19244 2357/2357/19245 -f 2355/2355/19246 2353/2353/19247 3266/3264/19248 -f 3266/3264/19249 2353/2353/19250 2357/2357/19251 -f 3239/3237/19252 3238/3236/19253 3267/3265/19254 -f 3267/3265/19255 3238/3236/19256 3259/3257/19257 -f 3267/3265/19258 3259/3257/19259 3268/3266/19260 -f 3268/3266/19261 3259/3257/19262 3261/3259/19263 -f 3268/3266/19264 3261/3259/19265 3245/3243/19266 -f 3240/3238/19267 3269/3267/19268 3215/3213/19269 -f 3215/3213/19270 3269/3267/19271 3270/3268/19272 -f 3215/3213/19273 3270/3268/19274 3250/3248/19275 -f 3250/3248/19276 3270/3268/19277 3248/3246/19278 -f 3240/3238/19279 3242/3240/19280 3269/3267/19281 -f 3269/3267/19282 3242/3240/19283 3271/3269/19284 -f 3269/3267/19285 3271/3269/19286 3270/3268/19287 -f 3270/3268/19288 3271/3269/19289 3248/3246/19290 -f 3216/3214/19291 3215/3213/19292 3253/3251/19293 -f 3254/3252/19294 3252/3250/19295 3265/3263/19296 -f 3265/3263/19297 3252/3250/19298 3251/3249/19299 -f 3253/3251/19300 3255/3253/19301 3216/3214/19302 -f 3216/3214/19303 3255/3253/19304 3272/3270/19305 -f 3216/3214/19306 3272/3270/19307 3217/3215/19308 -f 3217/3215/19309 3272/3270/19310 3219/3217/19311 -f 3218/3216/19312 3273/3271/19313 2357/2357/19314 -f 2357/2357/19315 3273/3271/19316 3274/3272/19317 -f 2357/2357/19318 3274/3272/19319 3227/3225/19320 -f 3227/3225/19321 3274/3272/19322 3225/3223/19323 -f 3218/3216/19324 3220/3218/19325 3273/3271/19326 -f 3273/3271/19327 3220/3218/19328 3275/3273/19329 -f 3273/3271/19330 3275/3273/19331 3274/3272/19332 -f 3274/3272/19333 3275/3273/19334 3225/3223/19335 -f 3231/3229/19336 3229/3227/19337 3236/3234/19338 -f 3236/3234/19339 3229/3227/19340 3228/3226/19341 -f 3239/3237/19342 3267/3265/19343 3241/3239/19344 -f 3241/3239/19345 3267/3265/19346 3276/3274/19347 -f 3241/3239/19348 3276/3274/19349 3243/3241/19350 -f 3243/3241/19351 3276/3274/19352 3245/3243/19353 -f 3276/3274/19354 3267/3265/19355 3268/3266/19356 -f 3246/3244/19357 3248/3246/19358 3271/3269/19359 -f 3246/3244/19360 3271/3269/19361 3244/3242/19362 -f 3244/3242/19363 3271/3269/19364 3242/3240/19365 -f 3264/3262/19366 3249/3247/19367 3247/3245/19368 -f 3256/3254/19369 3254/3252/19370 3263/3261/19371 -f 3263/3261/19372 3254/3252/19373 3265/3263/19374 -f 3258/3256/19375 3219/3217/19376 3272/3270/19377 -f 3258/3256/19378 3272/3270/19379 3257/3255/19380 -f 3257/3255/19381 3272/3270/19382 3255/3253/19383 -f 3223/3221/19384 3225/3223/19385 3275/3273/19386 -f 3223/3221/19387 3275/3273/19388 3222/3220/19389 -f 3222/3220/19390 3275/3273/19391 3220/3218/19392 -f 3235/3233/19393 3226/3224/19394 3224/3222/19395 -f 3233/3231/19396 3231/3229/19397 3234/3232/19398 -f 3234/3232/19399 3231/3229/19400 3236/3234/19401 -f 3245/3243/19402 3276/3274/19403 3268/3266/19404 -f 3245/3243/19405 3264/3262/19406 3247/3245/19407 -f 2347/2347/19408 3235/3233/19409 3224/3222/19410 -f 2347/2347/19411 3245/3243/19412 2348/2348/19413 -f 2348/2348/19414 3245/3243/19415 3277/3275/19416 -f 2348/2348/19417 3277/3275/19418 2404/2404/19419 -f 2404/2404/19420 3277/3275/19421 3278/3276/19422 -f 2404/2404/19423 3278/3276/19424 2405/2405/19425 -f 2405/2405/19426 3278/3276/19427 3279/3277/19428 -f 2405/2405/19429 3279/3277/19430 2350/2350/19431 -f 2350/2350/19432 3279/3277/19433 3280/3278/19434 -f 2350/2350/19435 3280/3278/19436 2351/2351/19437 -f 2351/2351/19438 3280/3278/19439 3281/3279/19440 -f 2351/2351/19441 3281/3279/19442 2406/2406/19443 -f 2406/2406/19444 3281/3279/19445 3282/3280/19446 -f 2406/2406/19447 3282/3280/19448 2349/2349/19449 -f 2349/2349/19450 3282/3280/19451 3283/3281/19452 -f 2349/2349/19453 3283/3281/19454 2346/2346/19455 -f 2346/2346/19456 3283/3281/19457 3284/3282/19458 -f 3284/3282/19459 3285/3283/19460 2346/2346/19461 -f 2346/2346/19462 3285/3283/19463 3286/3284/19464 -f 2346/2346/19465 3286/3284/19466 3287/3285/19467 -f 3287/3285/19468 3286/3284/19469 3288/3286/19470 -f 3287/3285/19471 3288/3286/19472 3289/3287/19473 -f 3289/3287/19474 3288/3286/19475 3290/3288/19476 -f 3289/3287/19477 3290/3288/19478 3291/3289/19479 -f 3291/3289/19480 3290/3288/19481 2382/2382/19482 -f 3291/3289/19483 2382/2382/19484 3292/3290/19485 -f 3292/3290/19486 2382/2382/19487 3293/3291/19488 -f 3292/3290/19489 3293/3291/19490 3294/3292/19491 -f 3294/3292/19492 3293/3291/19493 3295/3293/19494 -f 3294/3292/19495 3295/3293/19496 3296/3294/19497 -f 3296/3294/19498 3295/3293/19499 3297/3295/19500 -f 3296/3294/19501 3297/3295/19502 2346/2346/19503 -f 2346/2346/19504 3297/3295/19505 3298/3296/19506 -f 2346/2346/19507 3298/3296/19508 3299/3297/19509 -f 3299/3297/19510 3298/3296/19511 3300/3298/19512 -f 3299/3297/19513 3300/3298/19514 3301/3299/19515 -f 3301/3299/19516 3300/3298/19517 3302/3300/19518 -f 3301/3299/19519 3302/3300/19520 2385/2385/19521 -f 2385/2385/19522 3302/3300/19523 2382/2382/19524 -f 2382/2382/19525 3302/3300/19526 3303/3301/19527 -f 2382/2382/19528 3303/3301/19529 3304/3302/19530 -f 3304/3302/19531 3303/3301/19532 3305/3303/19533 -f 3304/3302/19534 3305/3303/19535 3295/3293/19536 -f 3295/3293/19537 3305/3303/19538 3297/3295/19539 -f 3306/3304/19540 3307/3305/19541 3284/3282/19542 -f 3284/3282/19543 3307/3305/19544 3308/3306/19545 -f 3284/3282/19546 3308/3306/19547 3309/3307/19548 -f 3309/3307/19549 3308/3306/19550 3310/3308/19551 -f 3309/3307/19552 3310/3308/19553 3311/3309/19554 -f 3311/3309/19555 3310/3308/19556 3312/3310/19557 -f 3311/3309/19558 3312/3310/19559 3313/3311/19560 -f 3313/3311/19561 3312/3310/19562 3314/3312/19563 -f 3313/3311/19564 3314/3312/19565 3315/3313/19566 -f 3315/3313/19567 3314/3312/19568 3316/3314/19569 -f 3315/3313/19570 3316/3314/19571 3317/3315/19572 -f 3317/3315/19573 3316/3314/19574 3318/3316/19575 -f 3317/3315/19576 3318/3316/19577 3319/3317/19578 -f 3319/3317/19579 3318/3316/19580 3320/3318/19581 -f 3319/3317/19582 3320/3318/19583 3284/3282/19584 -f 3284/3282/19585 3320/3318/19586 3321/3319/19587 -f 3284/3282/19588 3321/3319/19589 3322/3320/19590 -f 3322/3320/19591 3321/3319/19592 3323/3321/19593 -f 3322/3320/19594 3323/3321/19595 3324/3322/19596 -f 3324/3322/19597 3323/3321/19598 3325/3323/19599 -f 3324/3322/19600 3325/3323/19601 3326/3324/19602 -f 3326/3324/19603 3325/3323/19604 2382/2382/19605 -f 3326/3324/19606 2382/2382/19607 3327/3325/19608 -f 3327/3325/19609 2382/2382/19610 3290/3288/19611 -f 3327/3325/19612 3290/3288/19613 3288/3286/19614 -f 3307/3305/19615 3306/3304/19616 3328/3326/19617 -f 3328/3326/19618 3306/3304/19619 3329/3327/19620 -f 3328/3326/19621 3329/3327/19622 3330/3328/19623 -f 3330/3328/19624 3329/3327/19625 3331/3329/19626 -f 3330/3328/19627 3331/3329/19628 3314/3312/19629 -f 2382/2382/19630 3325/3323/19631 3314/3312/19632 -f 3314/3312/19633 3325/3323/19634 3332/3330/19635 -f 3314/3312/19636 3332/3330/19637 3333/3331/19638 -f 3333/3331/19639 3332/3330/19640 3334/3332/19641 -f 3333/3331/19642 3334/3332/19643 3318/3316/19644 -f 3318/3316/19645 3334/3332/19646 3320/3318/19647 -f 2385/2385/19648 2387/2387/19649 3301/3299/19650 -f 3301/3299/19651 2387/2387/19652 3335/3333/19653 -f 3301/3299/19654 3335/3333/19655 3299/3297/19656 -f 3299/3297/19657 3335/3333/19658 2346/2346/19659 -f 2387/2387/19660 2388/2388/19661 3335/3333/19662 -f 3335/3333/19663 2388/2388/19664 2346/2346/19665 -f 3308/3306/19666 3307/3305/19667 3336/3334/19668 -f 3336/3334/19669 3307/3305/19670 3328/3326/19671 -f 3336/3334/19672 3328/3326/19673 3337/3335/19674 -f 3337/3335/19675 3328/3326/19676 3330/3328/19677 -f 3337/3335/19678 3330/3328/19679 3314/3312/19680 -f 3309/3307/19681 3338/3336/19682 3284/3282/19683 -f 3284/3282/19684 3338/3336/19685 3339/3337/19686 -f 3284/3282/19687 3339/3337/19688 3319/3317/19689 -f 3319/3317/19690 3339/3337/19691 3317/3315/19692 -f 3309/3307/19693 3311/3309/19694 3338/3336/19695 -f 3338/3336/19696 3311/3309/19697 3340/3338/19698 -f 3338/3336/19699 3340/3338/19700 3339/3337/19701 -f 3339/3337/19702 3340/3338/19703 3317/3315/19704 -f 3285/3283/19705 3284/3282/19706 3322/3320/19707 -f 3323/3321/19708 3321/3319/19709 3334/3332/19710 -f 3334/3332/19711 3321/3319/19712 3320/3318/19713 -f 3322/3320/19714 3324/3322/19715 3285/3283/19716 -f 3285/3283/19717 3324/3322/19718 3341/3339/19719 -f 3285/3283/19720 3341/3339/19721 3286/3284/19722 -f 3286/3284/19723 3341/3339/19724 3288/3286/19725 -f 3287/3285/19726 3342/3340/19727 2346/2346/19728 -f 2346/2346/19729 3342/3340/19730 3343/3341/19731 -f 2346/2346/19732 3343/3341/19733 3296/3294/19734 -f 3296/3294/19735 3343/3341/19736 3294/3292/19737 -f 3287/3285/19738 3289/3287/19739 3342/3340/19740 -f 3342/3340/19741 3289/3287/19742 3344/3342/19743 -f 3342/3340/19744 3344/3342/19745 3343/3341/19746 -f 3343/3341/19747 3344/3342/19748 3294/3292/19749 -f 3300/3298/19750 3298/3296/19751 3305/3303/19752 -f 3305/3303/19753 3298/3296/19754 3297/3295/19755 -f 3308/3306/19756 3336/3334/19757 3310/3308/19758 -f 3310/3308/19759 3336/3334/19760 3345/3343/19761 -f 3310/3308/19762 3345/3343/19763 3312/3310/19764 -f 3312/3310/19765 3345/3343/19766 3314/3312/19767 -f 3345/3343/19768 3336/3334/19769 3337/3335/19770 -f 3315/3313/19771 3317/3315/19772 3340/3338/19773 -f 3315/3313/19774 3340/3338/19775 3313/3311/19776 -f 3313/3311/19777 3340/3338/19778 3311/3309/19779 -f 3333/3331/19780 3318/3316/19781 3316/3314/19782 -f 3325/3323/19783 3323/3321/19784 3332/3330/19785 -f 3332/3330/19786 3323/3321/19787 3334/3332/19788 -f 3327/3325/19789 3288/3286/19790 3341/3339/19791 -f 3327/3325/19792 3341/3339/19793 3326/3324/19794 -f 3326/3324/19795 3341/3339/19796 3324/3322/19797 -f 3292/3290/19798 3294/3292/19799 3344/3342/19800 -f 3292/3290/19801 3344/3342/19802 3291/3289/19803 -f 3291/3289/19804 3344/3342/19805 3289/3287/19806 -f 3304/3302/19807 3295/3293/19808 3293/3291/19809 -f 3302/3300/19810 3300/3298/19811 3303/3301/19812 -f 3303/3301/19813 3300/3298/19814 3305/3303/19815 -f 3314/3312/19816 3345/3343/19817 3337/3335/19818 -f 3314/3312/19819 3333/3331/19820 3316/3314/19821 -f 2382/2382/19822 3304/3302/19823 3293/3291/19824 -f 2382/2382/19825 3314/3312/19826 2395/2395/19827 -f 2395/2395/19828 3314/3312/19829 3346/3344/19830 -f 2395/2395/19831 3346/3344/19832 2407/2407/19833 -f 2407/2407/19834 3346/3344/19835 3347/3345/19836 -f 2407/2407/19837 3347/3345/19838 2408/2408/19839 -f 2408/2408/19840 3347/3345/19841 3348/3346/19842 -f 2408/2408/19843 3348/3346/19844 2409/2409/19845 -f 2409/2409/19846 3348/3346/19847 3349/3347/19848 -f 2409/2409/19849 3349/3347/19850 2410/2410/19851 -f 2410/2410/19852 3349/3347/19853 3350/3348/19854 -f 2410/2410/19855 3350/3348/19856 2411/2411/19857 -f 2411/2411/19858 3350/3348/19859 3351/3349/19860 -f 2411/2411/19861 3351/3349/19862 2396/2396/19863 -f 2396/2396/19864 3351/3349/19865 3352/3350/19866 -f 2396/2396/19867 3352/3350/19868 2379/2379/19869 -f 2379/2379/19870 3352/3350/19871 3353/3351/19872 -f 3353/3351/19873 3354/3352/19874 2379/2379/19875 -f 2379/2379/19876 3354/3352/19877 3355/3353/19878 -f 2379/2379/19879 3355/3353/19880 3356/3354/19881 -f 3356/3354/19882 3355/3353/19883 3357/3355/19884 -f 3356/3354/19885 3357/3355/19886 3358/3356/19887 -f 3358/3356/19888 3357/3355/19889 3359/3357/19890 -f 3358/3356/19891 3359/3357/19892 3360/3358/19893 -f 3360/3358/19894 3359/3357/19895 2371/2371/19896 -f 3360/3358/19897 2371/2371/19898 3361/3359/19899 -f 3361/3359/19900 2371/2371/19901 3362/3360/19902 -f 3361/3359/19903 3362/3360/19904 3363/3361/19905 -f 3363/3361/19906 3362/3360/19907 3364/3362/19908 -f 3363/3361/19909 3364/3362/19910 3365/3363/19911 -f 3365/3363/19912 3364/3362/19913 3366/3364/19914 -f 3365/3363/19915 3366/3364/19916 2379/2379/19917 -f 2379/2379/19918 3366/3364/19919 3367/3365/19920 -f 2379/2379/19921 3367/3365/19922 3368/3366/19923 -f 3368/3366/19924 3367/3365/19925 3369/3367/19926 -f 3368/3366/19927 3369/3367/19928 3370/3368/19929 -f 3370/3368/19930 3369/3367/19931 3371/3369/19932 -f 3370/3368/19933 3371/3369/19934 2374/2374/19935 -f 2374/2374/19936 3371/3369/19937 2371/2371/19938 -f 2371/2371/19939 3371/3369/19940 3372/3370/19941 -f 2371/2371/19942 3372/3370/19943 3373/3371/19944 -f 3373/3371/19945 3372/3370/19946 3374/3372/19947 -f 3373/3371/19948 3374/3372/19949 3364/3362/19950 -f 3364/3362/19951 3374/3372/19952 3366/3364/19953 -f 3375/3373/19954 3376/3374/19955 3353/3351/19956 -f 3353/3351/19957 3376/3374/19958 3377/3375/19959 -f 3353/3351/19960 3377/3375/19961 3378/3376/19962 -f 3378/3376/19963 3377/3375/19964 3379/3377/19965 -f 3378/3376/19966 3379/3377/19967 3380/3378/19968 -f 3380/3378/19969 3379/3377/19970 3381/3379/19971 -f 3380/3378/19972 3381/3379/19973 3382/3380/19974 -f 3382/3380/19975 3381/3379/19976 3383/3381/19977 -f 3382/3380/19978 3383/3381/19979 3384/3382/19980 -f 3384/3382/19981 3383/3381/19982 3385/3383/19983 -f 3384/3382/19984 3385/3383/19985 3386/3384/19986 -f 3386/3384/19987 3385/3383/19988 3387/3385/19989 -f 3386/3384/19990 3387/3385/19991 3388/3386/19992 -f 3388/3386/19993 3387/3385/19994 3389/3387/19995 -f 3388/3386/19996 3389/3387/19997 3353/3351/19998 -f 3353/3351/19999 3389/3387/20000 3390/3388/20001 -f 3353/3351/20002 3390/3388/20003 3391/3389/20004 -f 3391/3389/20005 3390/3388/20006 3392/3390/20007 -f 3391/3389/20008 3392/3390/20009 3393/3391/20010 -f 3393/3391/20011 3392/3390/20012 3394/3392/20013 -f 3393/3391/20014 3394/3392/20015 3395/3393/20016 -f 3395/3393/20017 3394/3392/20018 2371/2371/20019 -f 3395/3393/20020 2371/2371/20021 3396/3394/20022 -f 3396/3394/20023 2371/2371/20024 3359/3357/20025 -f 3396/3394/20026 3359/3357/20027 3357/3355/20028 -f 3376/3374/20029 3375/3373/20030 3397/3395/20031 -f 3397/3395/20032 3375/3373/20033 3398/3396/20034 -f 3397/3395/20035 3398/3396/20036 3399/3397/20037 -f 3399/3397/20038 3398/3396/20039 3400/3398/20040 -f 3399/3397/20041 3400/3398/20042 3383/3381/20043 -f 2371/2371/20044 3394/3392/20045 3383/3381/20046 -f 3383/3381/20047 3394/3392/20048 3401/3399/20049 -f 3383/3381/20050 3401/3399/20051 3402/3400/20052 -f 3402/3400/20053 3401/3399/20054 3403/3401/20055 -f 3402/3400/20056 3403/3401/20057 3387/3385/20058 -f 3387/3385/20059 3403/3401/20060 3389/3387/20061 -f 2374/2374/20062 2376/2376/20063 3370/3368/20064 -f 3370/3368/20065 2376/2376/20066 3404/3402/20067 -f 3370/3368/20068 3404/3402/20069 3368/3366/20070 -f 3368/3366/20071 3404/3402/20072 2379/2379/20073 -f 2376/2376/20074 2377/2377/20075 3404/3402/20076 -f 3404/3402/20077 2377/2377/20078 2379/2379/20079 -f 3377/3375/20080 3376/3374/20081 3405/3403/20082 -f 3405/3403/20083 3376/3374/20084 3397/3395/20085 -f 3405/3403/20086 3397/3395/20087 3406/3404/20088 -f 3406/3404/20089 3397/3395/20090 3399/3397/20091 -f 3406/3404/20092 3399/3397/20093 3383/3381/20094 -f 3378/3376/20095 3407/3405/20096 3353/3351/20097 -f 3353/3351/20098 3407/3405/20099 3408/3406/20100 -f 3353/3351/20101 3408/3406/20102 3388/3386/20103 -f 3388/3386/20104 3408/3406/20105 3386/3384/20106 -f 3378/3376/20107 3380/3378/20108 3407/3405/20109 -f 3407/3405/20110 3380/3378/20111 3409/3407/20112 -f 3407/3405/20113 3409/3407/20114 3408/3406/20115 -f 3408/3406/20116 3409/3407/20117 3386/3384/20118 -f 3354/3352/20119 3353/3351/20120 3391/3389/20121 -f 3392/3390/20122 3390/3388/20123 3403/3401/20124 -f 3403/3401/20125 3390/3388/20126 3389/3387/20127 -f 3391/3389/20128 3393/3391/20129 3354/3352/20130 -f 3354/3352/20131 3393/3391/20132 3410/3408/20133 -f 3354/3352/20134 3410/3408/20135 3355/3353/20136 -f 3355/3353/20137 3410/3408/20138 3357/3355/20139 -f 3356/3354/20140 3411/3409/20141 2379/2379/20142 -f 2379/2379/20143 3411/3409/20144 3412/3410/20145 -f 2379/2379/20146 3412/3410/20147 3365/3363/20148 -f 3365/3363/20149 3412/3410/20150 3363/3361/20151 -f 3356/3354/20152 3358/3356/20153 3411/3409/20154 -f 3411/3409/20155 3358/3356/20156 3413/3411/20157 -f 3411/3409/20158 3413/3411/20159 3412/3410/20160 -f 3412/3410/20161 3413/3411/20162 3363/3361/20163 -f 3369/3367/20164 3367/3365/20165 3374/3372/20166 -f 3374/3372/20167 3367/3365/20168 3366/3364/20169 -f 3377/3375/20170 3405/3403/20171 3379/3377/20172 -f 3379/3377/20173 3405/3403/20174 3414/3412/20175 -f 3379/3377/20176 3414/3412/20177 3381/3379/20178 -f 3381/3379/20179 3414/3412/20180 3383/3381/20181 -f 3414/3412/20182 3405/3403/20183 3406/3404/20184 -f 3384/3382/20185 3386/3384/20186 3409/3407/20187 -f 3384/3382/20188 3409/3407/20189 3382/3380/20190 -f 3382/3380/20191 3409/3407/20192 3380/3378/20193 -f 3402/3400/20194 3387/3385/20195 3385/3383/20196 -f 3394/3392/20197 3392/3390/20198 3401/3399/20199 -f 3401/3399/20200 3392/3390/20201 3403/3401/20202 -f 3396/3394/20203 3357/3355/20204 3410/3408/20205 -f 3396/3394/20206 3410/3408/20207 3395/3393/20208 -f 3395/3393/20209 3410/3408/20210 3393/3391/20211 -f 3361/3359/20212 3363/3361/20213 3413/3411/20214 -f 3361/3359/20215 3413/3411/20216 3360/3358/20217 -f 3360/3358/20218 3413/3411/20219 3358/3356/20220 -f 3373/3371/20221 3364/3362/20222 3362/3360/20223 -f 3371/3369/20224 3369/3367/20225 3372/3370/20226 -f 3372/3370/20227 3369/3367/20228 3374/3372/20229 -f 3383/3381/20230 3414/3412/20231 3406/3404/20232 -f 3383/3381/20233 3402/3400/20234 3385/3383/20235 -f 2371/2371/20236 3373/3371/20237 3362/3360/20238 -f 2371/2371/20239 3383/3381/20240 2412/2412/20241 -f 2412/2412/20242 3383/3381/20243 3415/3413/20244 -f 2412/2412/20245 3415/3413/20246 2416/2416/20247 -f 2416/2416/20248 3415/3413/20249 3416/3414/20250 -f 2416/2416/20251 3416/3414/20252 2417/2417/20253 -f 2417/2417/20254 3416/3414/20255 3417/3415/20256 -f 2417/2417/20257 3417/3415/20258 2414/2414/20259 -f 2414/2414/20260 3417/3415/20261 3418/3416/20262 -f 2414/2414/20263 3418/3416/20264 2415/2415/20265 -f 2415/2415/20266 3418/3416/20267 3419/3417/20268 -f 2415/2415/20269 3419/3417/20270 2418/2418/20271 -f 2418/2418/20272 3419/3417/20273 3420/3418/20274 -f 2418/2418/20275 3420/3418/20276 2413/2413/20277 -f 2413/2413/20278 3420/3418/20279 3421/3419/20280 -f 2413/2413/20281 3421/3419/20282 2368/2368/20283 -f 2368/2368/20284 3421/3419/20285 3422/3420/20286 -f 3422/3420/20287 3423/3421/20288 2368/2368/20289 -f 2368/2368/20290 3423/3421/20291 3424/3422/20292 -f 2368/2368/20293 3424/3422/20294 3425/3423/20295 -f 3425/3423/20296 3424/3422/20297 3426/3424/20298 -f 3425/3423/20299 3426/3424/20300 3427/3425/20301 -f 3427/3425/20302 3426/3424/20303 3428/3426/20304 -f 3427/3425/20305 3428/3426/20306 3429/3427/20307 -f 3429/3427/20308 3428/3426/20309 2360/2360/20310 -f 3429/3427/20311 2360/2360/20312 3430/3428/20313 -f 3430/3428/20314 2360/2360/20315 3431/3429/20316 -f 3430/3428/20317 3431/3429/20318 3432/3430/20319 -f 3432/3430/20320 3431/3429/20321 3433/3431/20322 -f 3432/3430/20323 3433/3431/20324 3434/3432/20325 -f 3434/3432/20326 3433/3431/20327 3435/3433/20328 -f 3434/3432/20329 3435/3433/20330 2368/2368/20331 -f 2368/2368/20332 3435/3433/20333 3436/3434/20334 -f 2368/2368/20335 3436/3434/20336 3437/3435/20337 -f 3437/3435/20338 3436/3434/20339 3438/3436/20340 -f 3437/3435/20341 3438/3436/20342 3439/3437/20343 -f 3439/3437/20344 3438/3436/20345 3440/3438/20346 -f 3439/3437/20347 3440/3438/20348 2363/2363/20349 -f 2363/2363/20350 3440/3438/20351 2360/2360/20352 -f 2360/2360/20353 3440/3438/20354 3441/3439/20355 -f 2360/2360/20356 3441/3439/20357 3442/3440/20358 -f 3442/3440/20359 3441/3439/20360 3443/3441/20361 -f 3442/3440/20362 3443/3441/20363 3433/3431/20364 -f 3433/3431/20365 3443/3441/20366 3435/3433/20367 -f 3444/3442/20368 3445/3443/20369 3422/3420/20370 -f 3422/3420/20371 3445/3443/20372 3446/3444/20373 -f 3422/3420/20374 3446/3444/20375 3447/3445/20376 -f 3447/3445/20377 3446/3444/20378 3448/3446/20379 -f 3447/3445/20380 3448/3446/20381 3449/3447/20382 -f 3449/3447/20383 3448/3446/20384 3450/3448/20385 -f 3449/3447/20386 3450/3448/20387 3451/3449/20388 -f 3451/3449/20389 3450/3448/20390 3452/3450/20391 -f 3451/3449/20392 3452/3450/20393 3453/3451/20394 -f 3453/3451/20395 3452/3450/20396 3454/3452/20397 -f 3453/3451/20398 3454/3452/20399 3455/3453/20400 -f 3455/3453/20401 3454/3452/20402 3456/3454/20403 -f 3455/3453/20404 3456/3454/20405 3457/3455/20406 -f 3457/3455/20407 3456/3454/20408 3458/3456/20409 -f 3457/3455/20410 3458/3456/20411 3422/3420/20412 -f 3422/3420/20413 3458/3456/20414 3459/3457/20415 -f 3422/3420/20416 3459/3457/20417 3460/3458/20418 -f 3460/3458/20419 3459/3457/20420 3461/3459/20421 -f 3460/3458/20422 3461/3459/20423 3462/3460/20424 -f 3462/3460/20425 3461/3459/20426 3463/3461/20427 -f 3462/3460/20428 3463/3461/20429 3464/3462/20430 -f 3464/3462/20431 3463/3461/20432 2360/2360/20433 -f 3464/3462/20434 2360/2360/20435 3465/3463/20436 -f 3465/3463/20437 2360/2360/20438 3428/3426/20439 -f 3465/3463/20440 3428/3426/20441 3426/3424/20442 -f 3445/3443/20443 3444/3442/20444 3466/3464/20445 -f 3466/3464/20446 3444/3442/20447 3467/3465/20448 -f 3466/3464/20449 3467/3465/20450 3468/3466/20451 -f 3468/3466/20452 3467/3465/20453 3469/3467/20454 -f 3468/3466/20455 3469/3467/20456 3452/3450/20457 -f 2360/2360/20458 3463/3461/20459 3452/3450/20460 -f 3452/3450/20461 3463/3461/20462 3470/3468/20463 -f 3452/3450/20464 3470/3468/20465 3471/3469/20466 -f 3471/3469/20467 3470/3468/20468 3472/3470/20469 -f 3471/3469/20470 3472/3470/20471 3456/3454/20472 -f 3456/3454/20473 3472/3470/20474 3458/3456/20475 -f 2363/2363/20476 2365/2365/20477 3439/3437/20478 -f 3439/3437/20479 2365/2365/20480 3473/3471/20481 -f 3439/3437/20482 3473/3471/20483 3437/3435/20484 -f 3437/3435/20485 3473/3471/20486 2368/2368/20487 -f 2365/2365/20488 2366/2366/20489 3473/3471/20490 -f 3473/3471/20491 2366/2366/20492 2368/2368/20493 -f 3446/3444/20494 3445/3443/20495 3474/3472/20496 -f 3474/3472/20497 3445/3443/20498 3466/3464/20499 -f 3474/3472/20500 3466/3464/20501 3475/3473/20502 -f 3475/3473/20503 3466/3464/20504 3468/3466/20505 -f 3475/3473/20506 3468/3466/20507 3452/3450/20508 -f 3447/3445/20509 3476/3474/20510 3422/3420/20511 -f 3422/3420/20512 3476/3474/20513 3477/3475/20514 -f 3422/3420/20515 3477/3475/20516 3457/3455/20517 -f 3457/3455/20518 3477/3475/20519 3455/3453/20520 -f 3447/3445/20521 3449/3447/20522 3476/3474/20523 -f 3476/3474/20524 3449/3447/20525 3478/3476/20526 -f 3476/3474/20527 3478/3476/20528 3477/3475/20529 -f 3477/3475/20530 3478/3476/20531 3455/3453/20532 -f 3423/3421/20533 3422/3420/20534 3460/3458/20535 -f 3461/3459/20536 3459/3457/20537 3472/3470/20538 -f 3472/3470/20539 3459/3457/20540 3458/3456/20541 -f 3460/3458/20542 3462/3460/20543 3423/3421/20544 -f 3423/3421/20545 3462/3460/20546 3479/3477/20547 -f 3423/3421/20548 3479/3477/20549 3424/3422/20550 -f 3424/3422/20551 3479/3477/20552 3426/3424/20553 -f 3425/3423/20554 3480/3478/20555 2368/2368/20556 -f 2368/2368/20557 3480/3478/20558 3481/3479/20559 -f 2368/2368/20560 3481/3479/20561 3434/3432/20562 -f 3434/3432/20563 3481/3479/20564 3432/3430/20565 -f 3425/3423/20566 3427/3425/20567 3480/3478/20568 -f 3480/3478/20569 3427/3425/20570 3482/3480/20571 -f 3480/3478/20572 3482/3480/20573 3481/3479/20574 -f 3481/3479/20575 3482/3480/20576 3432/3430/20577 -f 3438/3436/20578 3436/3434/20579 3443/3441/20580 -f 3443/3441/20581 3436/3434/20582 3435/3433/20583 -f 3446/3444/20584 3474/3472/20585 3448/3446/20586 -f 3448/3446/20587 3474/3472/20588 3483/3481/20589 -f 3448/3446/20590 3483/3481/20591 3450/3448/20592 -f 3450/3448/20593 3483/3481/20594 3452/3450/20595 -f 3483/3481/20596 3474/3472/20597 3475/3473/20598 -f 3453/3451/20599 3455/3453/20600 3478/3476/20601 -f 3453/3451/20602 3478/3476/20603 3451/3449/20604 -f 3451/3449/20605 3478/3476/20606 3449/3447/20607 -f 3471/3469/20608 3456/3454/20609 3454/3452/20610 -f 3463/3461/20611 3461/3459/20612 3470/3468/20613 -f 3470/3468/20614 3461/3459/20615 3472/3470/20616 -f 3465/3463/20617 3426/3424/20618 3479/3477/20619 -f 3465/3463/20620 3479/3477/20621 3464/3462/20622 -f 3464/3462/20623 3479/3477/20624 3462/3460/20625 -f 3430/3428/20626 3432/3430/20627 3482/3480/20628 -f 3430/3428/20629 3482/3480/20630 3429/3427/20631 -f 3429/3427/20632 3482/3480/20633 3427/3425/20634 -f 3442/3440/20635 3433/3431/20636 3431/3429/20637 -f 3440/3438/20638 3438/3436/20639 3441/3439/20640 -f 3441/3439/20641 3438/3436/20642 3443/3441/20643 -f 3452/3450/20644 3483/3481/20645 3475/3473/20646 -f 3452/3450/20647 3471/3469/20648 3454/3452/20649 -f 2360/2360/20650 3442/3440/20651 3431/3429/20652 -f 2360/2360/20653 3452/3450/20654 2401/2401/20655 -f 2401/2401/20656 3452/3450/20657 3484/3482/20658 -f 2401/2401/20659 3484/3482/20660 2403/2403/20661 -f 2403/2403/20662 3484/3482/20663 3485/3483/20664 -f 2403/2403/20665 3485/3483/20666 2402/2402/20667 -f 2402/2402/20668 3485/3483/20669 3486/3484/20670 -f 2402/2402/20671 3486/3484/20672 2400/2400/20673 -f 2400/2400/20674 3486/3484/20675 3487/3485/20676 -f 2400/2400/20677 3487/3485/20678 2399/2399/20679 -f 2399/2399/20680 3487/3485/20681 3488/3486/20682 -f 2399/2399/20683 3488/3486/20684 2397/2397/20685 -f 2397/2397/20686 3488/3486/20687 3213/3211/20688 -f 3212/3487/20689 3284/3282/20690 3283/3281/20691 -f 3212/3487/20692 3283/3281/20693 3277/3275/20694 -f 3212/3487/20695 3277/3275/20696 3245/3243/20697 -f 3284/3282/20698 3212/3487/20699 3245/3243/20700 -f 2448/2447/20701 3262/3260/20702 2446/2445/20703 -f 2446/2445/20704 3262/3260/20705 3260/3258/20706 -f 2446/2445/20707 3260/3258/20708 3237/3235/20709 -f 3262/3260/20710 2448/2447/20711 3245/3243/20712 -f 3245/3243/20713 2448/2447/20714 2450/2449/20715 -f 3245/3243/20716 2450/2449/20717 2452/2451/20718 -f 3245/3243/20719 2452/2451/20720 3284/3282/20721 -f 3284/3282/20722 2452/2451/20723 2454/2453/20724 -f 3284/3282/20725 2454/2453/20726 2456/2455/20727 -f 3284/3282/20728 2456/2455/20729 3306/3304/20730 -f 3306/3304/20731 2456/2455/20732 2458/2457/20733 -f 3306/3304/20734 2458/2457/20735 3329/3327/20736 -f 3329/3327/20737 2458/2457/20738 3331/3329/20739 -f 3331/3329/20740 2458/2457/20741 2460/2459/20742 -f 3331/3329/20743 2460/2459/20744 3314/3312/20745 -f 3314/3312/20746 2460/2459/20747 2462/2461/20748 -f 3314/3312/20749 2462/2461/20750 2464/2463/20751 -f 3314/3312/20752 2464/2463/20753 3353/3351/20754 -f 3353/3351/20755 2464/2463/20756 2466/2465/20757 -f 3353/3351/20758 2466/2465/20759 2468/2467/20760 -f 3353/3351/20761 2468/2467/20762 3375/3373/20763 -f 3375/3373/20764 2468/2467/20765 2470/2469/20766 -f 3375/3373/20767 2470/2469/20768 3398/3396/20769 -f 3398/3396/20770 2470/2469/20771 3400/3398/20772 -f 3400/3398/20773 2470/2469/20774 2472/2471/20775 -f 3400/3398/20776 2472/2471/20777 3383/3381/20778 -f 3383/3381/20779 2472/2471/20780 2474/2473/20781 -f 3383/3381/20782 2474/2473/20783 2476/2475/20784 -f 3383/3381/20785 2476/2475/20786 3422/3420/20787 -f 3422/3420/20788 2476/2475/20789 2478/2477/20790 -f 3422/3420/20791 2478/2477/20792 2480/2479/20793 -f 3422/3420/20794 2480/2479/20795 3444/3442/20796 -f 3444/3442/20797 2480/2479/20798 2482/2481/20799 -f 3444/3442/20800 2482/2481/20801 3467/3465/20802 -f 3467/3465/20803 2482/2481/20804 3469/3467/20805 -f 3469/3467/20806 2482/2481/20807 2484/2483/20808 -f 3469/3467/20809 2484/2483/20810 3452/3450/20811 -f 3452/3450/20812 2484/2483/20813 2486/2485/20814 -f 3452/3450/20815 2486/2485/20816 2488/2487/20817 -f 3452/3450/20818 2488/2487/20819 3215/3213/20820 -f 3215/3213/20821 2488/2487/20822 2490/2489/20823 -f 3215/3213/20824 2490/2489/20825 2444/2443/20826 -f 3215/3213/20827 2444/2443/20828 3237/3235/20829 -f 3237/3235/20830 2444/2443/20831 2446/2445/20832 -f 2419/3488/20833 3353/3351/20834 3352/3350/20835 -f 2419/3488/20836 3352/3350/20837 3346/3344/20838 -f 3346/3344/20839 3352/3350/20840 3349/3347/20841 -f 3346/3344/20842 3349/3347/20843 3348/3346/20844 -f 3353/3351/20845 2419/3488/20846 3314/3312/20847 -f 3314/3312/20848 2419/3488/20849 3346/3344/20850 -f 3213/3211/20851 3488/3486/20852 3214/3212/20853 -f 3214/3212/20854 3488/3486/20855 3487/3485/20856 -f 3214/3212/20857 3487/3485/20858 3484/3482/20859 -f 3484/3482/20860 3487/3485/20861 3486/3484/20862 -f 3484/3482/20863 3486/3484/20864 3485/3483/20865 -f 3484/3482/20866 3452/3450/20867 3214/3212/20868 -f 3214/3212/20869 3452/3450/20870 3215/3213/20871 -f 3383/3381/20872 3422/3420/20873 3415/3413/20874 -f 3415/3413/20875 3422/3420/20876 3421/3419/20877 -f 3415/3413/20878 3421/3419/20879 3418/3416/20880 -f 3418/3416/20881 3421/3419/20882 3419/3417/20883 -f 3419/3417/20884 3421/3419/20885 3420/3418/20886 -f 3418/3416/20887 3417/3415/20888 3415/3413/20889 -f 3415/3413/20890 3417/3415/20891 3416/3414/20892 -f 3351/3349/20893 3350/3348/20894 3352/3350/20895 -f 3352/3350/20896 3350/3348/20897 3349/3347/20898 -f 3348/3346/20899 3347/3345/20900 3346/3344/20901 -f 3282/3280/20902 3281/3279/20903 3283/3281/20904 -f 3283/3281/20905 3281/3279/20906 3280/3278/20907 -f 3283/3281/20908 3280/3278/20909 3277/3275/20910 -f 3277/3275/20911 3280/3278/20912 3279/3277/20913 -f 3277/3275/20914 3279/3277/20915 3278/3276/20916 -f 3489/3489/20917 3490/3490/20918 3491/3491/20919 -f 3489/3489/20920 3491/3491/20921 3492/3492/20922 -f 3489/3489/20923 3492/3492/20924 3493/3493/20925 -f 3493/3493/20926 3492/3492/20927 3494/3494/20928 -f 3493/3493/20929 3494/3494/20930 3495/3495/20931 -f 3490/3490/20932 3489/3489/20933 3493/3493/20934 -f 3496/3496/20935 3497/3497/20936 3498/3498/20937 -f 3498/3498/20938 3497/3497/20939 3499/3499/20940 -f 3498/3498/20941 3499/3499/20942 3500/3500/20943 -f 3497/3497/20944 3496/3496/20945 3501/3501/20946 -f 3501/3501/20947 3496/3496/20948 3502/3502/20949 -f 3501/3501/20950 3502/3502/20951 3503/3503/20952 -f 3501/3501/20953 3503/3503/20954 3504/3504/20955 -f 3504/3504/20956 3503/3503/20957 3505/3505/20958 -f 3504/3504/20959 3505/3505/20960 3506/3506/20961 -f 3504/3504/20962 3506/3506/20963 3507/3507/20964 -f 3507/3507/20965 3506/3506/20966 3508/3508/20967 -f 3507/3507/20968 3508/3508/20969 3509/3509/20970 -f 3509/3509/20971 3508/3508/20972 3510/3510/20973 -f 3510/3510/20974 3508/3508/20975 3511/3511/20976 -f 3510/3510/20977 3511/3511/20978 3512/3512/20979 -f 3512/3512/20980 3511/3511/20981 3513/3513/20982 -f 3512/3512/20983 3513/3513/20984 3514/3514/20985 -f 3512/3512/20986 3514/3514/20987 3515/3515/20988 -f 3515/3515/20989 3514/3514/20990 3516/3516/20991 -f 3515/3515/20992 3516/3516/20993 3517/3517/20994 -f 3515/3515/20995 3517/3517/20996 3518/3518/20997 -f 3518/3518/20998 3517/3517/20999 3519/3519/21000 -f 3518/3518/21001 3519/3519/21002 3520/3520/21003 -f 3520/3520/21004 3519/3519/21005 3521/3521/21006 -f 3521/3521/21007 3519/3519/21008 3522/3522/21009 -f 3521/3521/21010 3522/3522/21011 3523/3523/21012 -f 3523/3523/21013 3522/3522/21014 3524/3524/21015 -f 3523/3523/21016 3524/3524/21017 3525/3525/21018 -f 3523/3523/21019 3525/3525/21020 3526/3526/21021 -f 3526/3526/21022 3525/3525/21023 3527/3527/21024 -f 3526/3526/21025 3527/3527/21026 3528/3528/21027 -f 3526/3526/21028 3528/3528/21029 3529/3529/21030 -f 3529/3529/21031 3528/3528/21032 3530/3530/21033 -f 3529/3529/21034 3530/3530/21035 3531/3531/21036 -f 3531/3531/21037 3530/3530/21038 3532/3532/21039 -f 3532/3532/21040 3530/3530/21041 3533/3533/21042 -f 3532/3532/21043 3533/3533/21044 3490/3490/21045 -f 3490/3490/21046 3533/3533/21047 3534/3534/21048 -f 3490/3490/21049 3534/3534/21050 3535/3535/21051 -f 3490/3490/21052 3535/3535/21053 3491/3491/21054 -f 3491/3491/21055 3535/3535/21056 3536/3536/21057 -f 3491/3491/21058 3536/3536/21059 3537/3537/21060 -f 3491/3491/21061 3537/3537/21062 3500/3500/21063 -f 3500/3500/21064 3537/3537/21065 3498/3498/21066 -f 3538/3538/21067 3523/3523/21068 3526/3526/21069 -f 3538/3538/21070 3526/3526/21071 3539/3539/21072 -f 3538/3538/21073 3539/3539/21074 3540/3540/21075 -f 3538/3538/21076 3540/3540/21077 3523/3523/21078 -f 3541/3541/21079 3542/3542/21080 3543/3543/21081 -f 3543/3543/21082 3542/3542/21083 3544/3544/21084 -f 3544/3544/21085 3542/3542/21086 3545/3545/21087 -f 3544/3544/21088 3545/3545/21089 3546/3546/21090 -f 3546/3546/21091 3545/3545/21092 3547/3547/21093 -f 3545/3545/21094 3542/3542/21095 3504/3504/21096 -f 3504/3504/21097 3542/3542/21098 3501/3501/21099 -f 3548/3548/21100 3549/3549/21101 3492/3492/21102 -f 3492/3492/21103 3549/3549/21104 3494/3494/21105 -f 3495/3495/21106 3550/3550/21107 3493/3493/21108 -f 3551/3551/21109 3552/3552/21110 3539/3539/21111 -f 3539/3539/21112 3552/3552/21113 3553/3553/21114 -f 3539/3539/21115 3553/3553/21116 3540/3540/21117 -f 3540/3540/21118 3553/3553/21119 3554/3554/21120 -f 3540/3540/21121 3554/3554/21122 3555/3555/21123 -f 3515/3515/21124 3556/3556/21125 3512/3512/21126 -f 3512/3512/21127 3556/3556/21128 3557/3557/21129 -f 3557/3557/21130 3556/3556/21131 3558/3558/21132 -f 3557/3557/21133 3558/3558/21134 3559/3559/21135 -f 3560/3560/21136 3561/3561/21137 3556/3556/21138 -f 3556/3556/21139 3561/3561/21140 3558/3558/21141 -f 3559/3559/21142 3562/3562/21143 3557/3557/21144 -f 3537/3537/21145 3564/3563/21146 3498/3498/21147 -f 3498/3498/21148 3564/3563/21149 3565/3564/21150 -f 3498/3498/21151 3565/3564/21152 3496/3496/21153 -f 3496/3496/21154 3565/3564/21155 3566/3565/21156 -f 3496/3496/21157 3566/3565/21158 3502/3502/21159 -f 3502/3502/21160 3566/3565/21161 3567/3566/21162 -f 3502/3502/21163 3567/3566/21164 3503/3503/21165 -f 3503/3503/21166 3567/3566/21167 3568/3567/21168 -f 3503/3503/21169 3568/3567/21170 3505/3505/21171 -f 3505/3505/21172 3568/3567/21173 3569/3568/21174 -f 3505/3505/21175 3569/3568/21176 3506/3506/21177 -f 3506/3506/21178 3569/3568/21179 3570/3569/21180 -f 3506/3506/21181 3570/3569/21182 3508/3508/21183 -f 3508/3508/21184 3570/3569/21185 3571/3570/21186 -f 3508/3508/21187 3571/3570/21188 3511/3511/21189 -f 3511/3511/21190 3571/3570/21191 3572/3571/21192 -f 3511/3511/21193 3572/3571/21194 3513/3513/21195 -f 3513/3513/21196 3572/3571/21197 3573/3572/21198 -f 3513/3513/21199 3573/3572/21200 3514/3514/21201 -f 3514/3514/21202 3573/3572/21203 3574/3573/21204 -f 3514/3514/21205 3574/3573/21206 3516/3516/21207 -f 3516/3516/21208 3574/3573/21209 3575/3574/21210 -f 3516/3516/21211 3575/3574/21212 3517/3517/21213 -f 3517/3517/21214 3575/3574/21215 3576/3575/21216 -f 3517/3517/21217 3576/3575/21218 3519/3519/21219 -f 3519/3519/21220 3576/3575/21221 3577/3576/21222 -f 3519/3519/21223 3577/3576/21224 3522/3522/21225 -f 3522/3522/21226 3577/3576/21227 3578/3577/21228 -f 3522/3522/21229 3578/3577/21230 3524/3524/21231 -f 3524/3524/21232 3578/3577/21233 3579/3578/21234 -f 3524/3524/21235 3579/3578/21236 3525/3525/21237 -f 3525/3525/21238 3579/3578/21239 3580/3579/21240 -f 3525/3525/21241 3580/3579/21242 3527/3527/21243 -f 3527/3527/21244 3580/3579/21245 3581/3580/21246 -f 3527/3527/21247 3581/3580/21248 3528/3528/21249 -f 3528/3528/21250 3581/3580/21251 3582/3581/21252 -f 3528/3528/21253 3582/3581/21254 3530/3530/21255 -f 3530/3530/21256 3582/3581/21257 3583/3582/21258 -f 3530/3530/21259 3583/3582/21260 3533/3533/21261 -f 3533/3533/21262 3583/3582/21263 3584/3583/21264 -f 3533/3533/21265 3584/3583/21266 3534/3534/21267 -f 3534/3534/21268 3584/3583/21269 3585/3584/21270 -f 3534/3534/21271 3585/3584/21272 3535/3535/21273 -f 3535/3535/21274 3585/3584/21275 3586/3585/21276 -f 3535/3535/21277 3586/3585/21278 3536/3536/21279 -f 3536/3536/21280 3586/3585/21281 3587/3586/21282 -f 3536/3536/21283 3587/3586/21284 3537/3537/21285 -f 3537/3537/21286 3587/3586/21287 3564/3563/21288 -f 3588/3587/21289 3589/3588/21290 3590/3589/21291 -f 3590/3589/21292 3589/3588/21293 3591/3590/21294 -f 3590/3589/21295 3591/3590/21296 3592/3591/21297 -f 3592/3591/21298 3591/3590/21299 3593/3592/21300 -f 3592/3591/21301 3593/3592/21302 3594/3593/21303 -f 3594/3593/21304 3593/3592/21305 3595/3594/21306 -f 3594/3593/21307 3595/3594/21308 3596/3595/21309 -f 3596/3595/21310 3595/3594/21311 3597/3596/21312 -f 3596/3595/21313 3597/3596/21314 3598/3597/21315 -f 3598/3597/21316 3597/3596/21317 3599/3598/21318 -f 3598/3597/21319 3599/3598/21320 3600/3599/21321 -f 3600/3599/21322 3599/3598/21323 3601/3600/21324 -f 3600/3599/21325 3601/3600/21326 3602/3601/21327 -f 3602/3601/21328 3601/3600/21329 3603/3602/21330 -f 3602/3601/21331 3603/3602/21332 3604/3603/21333 -f 3604/3603/21334 3603/3602/21335 3605/3604/21336 -f 3604/3603/21337 3605/3604/21338 3606/3605/21339 -f 3606/3605/21340 3605/3604/21341 3607/3606/21342 -f 3606/3605/21343 3607/3606/21344 3608/3607/21345 -f 3608/3607/21346 3607/3606/21347 3609/3608/21348 -f 3608/3607/21349 3609/3608/21350 3610/3609/21351 -f 3610/3609/21352 3609/3608/21353 3611/3610/21354 -f 3610/3609/21355 3611/3610/21356 3612/3611/21357 -f 3612/3611/21358 3611/3610/21359 3613/3612/21360 -f 3612/3611/21361 3613/3612/21362 3614/3613/21363 -f 3614/3613/21364 3613/3612/21365 3615/3614/21366 -f 3614/3613/21367 3615/3614/21368 3616/3615/21369 -f 3616/3615/21370 3615/3614/21371 3617/3616/21372 -f 3616/3615/21373 3617/3616/21374 3618/3617/21375 -f 3618/3617/21376 3617/3616/21377 3619/3618/21378 -f 3618/3617/21379 3619/3618/21380 3620/3619/21381 -f 3620/3619/21382 3619/3618/21383 3621/3620/21384 -f 3620/3619/21385 3621/3620/21386 3622/3621/21387 -f 3622/3621/21388 3621/3620/21389 3623/3622/21390 -f 3622/3621/21391 3623/3622/21392 3624/3623/21393 -f 3624/3623/21394 3623/3622/21395 3625/3624/21396 -f 3624/3623/21397 3625/3624/21398 3626/3625/21399 -f 3626/3625/21400 3625/3624/21401 3627/3626/21402 -f 3626/3625/21403 3627/3626/21404 3628/3627/21405 -f 3628/3627/21406 3627/3626/21407 3629/3628/21408 -f 3628/3627/21409 3629/3628/21410 3630/3629/21411 -f 3630/3629/21412 3629/3628/21413 3631/3630/21414 -f 3630/3629/21415 3631/3630/21416 3632/3631/21417 -f 3632/3631/21418 3631/3630/21419 3633/3632/21420 -f 3632/3631/21421 3633/3632/21422 3634/3633/21423 -f 3634/3633/21424 3633/3632/21425 3635/3634/21426 -f 3634/3633/21427 3635/3634/21428 3588/3587/21429 -f 3588/3587/21430 3635/3634/21431 3589/3588/21432 -f 3565/3564/21433 3636/3635/21434 3566/3565/21435 -f 3566/3565/21436 3636/3635/21437 3637/3636/21438 -f 3566/3565/21439 3637/3636/21440 3567/3566/21441 -f 3567/3566/21442 3637/3636/21443 3638/3637/21444 -f 3567/3566/21445 3638/3637/21446 3568/3567/21447 -f 3568/3567/21448 3638/3637/21449 3639/3638/21450 -f 3568/3567/21451 3639/3638/21452 3569/3568/21453 -f 3569/3568/21454 3639/3638/21455 3640/3639/21456 -f 3569/3568/21457 3640/3639/21458 3570/3569/21459 -f 3570/3569/21460 3640/3639/21461 3641/3640/21462 -f 3570/3569/21463 3641/3640/21464 3571/3570/21465 -f 3571/3570/21466 3641/3640/21467 3642/3641/21468 -f 3571/3570/21469 3642/3641/21470 3572/3571/21471 -f 3572/3571/21472 3642/3641/21473 3643/3642/21474 -f 3572/3571/21475 3643/3642/21476 3573/3572/21477 -f 3573/3572/21478 3643/3642/21479 3644/3643/21480 -f 3573/3572/21481 3644/3643/21482 3574/3573/21483 -f 3574/3573/21484 3644/3643/21485 3645/3644/21486 -f 3574/3573/21487 3645/3644/21488 3575/3574/21489 -f 3575/3574/21490 3645/3644/21491 3646/3645/21492 -f 3575/3574/21493 3646/3645/21494 3576/3575/21495 -f 3576/3575/21496 3646/3645/21497 3647/3646/21498 -f 3576/3575/21499 3647/3646/21500 3577/3576/21501 -f 3577/3576/21502 3647/3646/21503 3648/3647/21504 -f 3577/3576/21505 3648/3647/21506 3578/3577/21507 -f 3578/3577/21508 3648/3647/21509 3649/3648/21510 -f 3578/3577/21511 3649/3648/21512 3579/3578/21513 -f 3579/3578/21514 3649/3648/21515 3650/3649/21516 -f 3579/3578/21517 3650/3649/21518 3580/3579/21519 -f 3580/3579/21520 3650/3649/21521 3651/3650/21522 -f 3580/3579/21523 3651/3650/21524 3581/3580/21525 -f 3581/3580/21526 3651/3650/21527 3652/3651/21528 -f 3581/3580/21529 3652/3651/21530 3582/3581/21531 -f 3582/3581/21532 3652/3651/21533 3653/3652/21534 -f 3582/3581/21535 3653/3652/21536 3583/3582/21537 -f 3583/3582/21538 3653/3652/21539 3654/3653/21540 -f 3583/3582/21541 3654/3653/21542 3584/3583/21543 -f 3584/3583/21544 3654/3653/21545 3655/3654/21546 -f 3584/3583/21547 3655/3654/21548 3585/3584/21549 -f 3585/3584/21550 3655/3654/21551 3656/3655/21552 -f 3585/3584/21553 3656/3655/21554 3586/3585/21555 -f 3586/3585/21556 3656/3655/21557 3657/3656/21558 -f 3586/3585/21559 3657/3656/21560 3587/3586/21561 -f 3587/3586/21562 3657/3656/21563 3658/3657/21564 -f 3587/3586/21565 3658/3657/21566 3564/3563/21567 -f 3564/3563/21568 3658/3657/21569 3659/3658/21570 -f 3564/3563/21571 3659/3658/21572 3565/3564/21573 -f 3565/3564/21574 3659/3658/21575 3636/3635/21576 -f 3636/3635/21577 3660/3659/21578 3637/3636/21579 -f 3637/3636/21580 3660/3659/21581 3661/3660/21582 -f 3637/3636/21583 3661/3660/21584 3638/3637/21585 -f 3638/3637/21586 3661/3660/21587 3662/3661/21588 -f 3638/3637/21589 3662/3661/21590 3639/3638/21591 -f 3639/3638/21592 3662/3661/21593 3663/3662/21594 -f 3639/3638/21595 3663/3662/21596 3640/3639/21597 -f 3640/3639/21598 3663/3662/21599 3664/3663/21600 -f 3640/3639/21601 3664/3663/21602 3641/3640/21603 -f 3641/3640/21604 3664/3663/21605 3665/3664/21606 -f 3641/3640/21607 3665/3664/21608 3642/3641/21609 -f 3642/3641/21610 3665/3664/21611 3666/3665/21612 -f 3642/3641/21613 3666/3665/21614 3643/3642/21615 -f 3643/3642/21616 3666/3665/21617 3667/3666/21618 -f 3643/3642/21619 3667/3666/21620 3644/3643/21621 -f 3644/3643/21622 3667/3666/21623 3668/3667/21624 -f 3644/3643/21625 3668/3667/21626 3645/3644/21627 -f 3645/3644/21628 3668/3667/21629 3669/3668/21630 -f 3645/3644/21631 3669/3668/21632 3646/3645/21633 -f 3646/3645/21634 3669/3668/21635 3670/3669/21636 -f 3646/3645/21637 3670/3669/21638 3647/3646/21639 -f 3647/3646/21640 3670/3669/21641 3671/3670/21642 -f 3647/3646/21643 3671/3670/21644 3648/3647/21645 -f 3648/3647/21646 3671/3670/21647 3672/3671/21648 -f 3648/3647/21649 3672/3671/21650 3649/3648/21651 -f 3649/3648/21652 3672/3671/21653 3673/3672/21654 -f 3649/3648/21655 3673/3672/21656 3650/3649/21657 -f 3650/3649/21658 3673/3672/21659 3674/3673/21660 -f 3650/3649/21661 3674/3673/21662 3651/3650/21663 -f 3651/3650/21664 3674/3673/21665 3675/3674/21666 -f 3651/3650/21667 3675/3674/21668 3652/3651/21669 -f 3652/3651/21670 3675/3674/21671 3676/3675/21672 -f 3652/3651/21673 3676/3675/21674 3653/3652/21675 -f 3653/3652/21676 3676/3675/21677 3677/3676/21678 -f 3653/3652/21679 3677/3676/21680 3654/3653/21681 -f 3654/3653/21682 3677/3676/21683 3678/3677/21684 -f 3654/3653/21685 3678/3677/21686 3655/3654/21687 -f 3655/3654/21688 3678/3677/21689 3679/3678/21690 -f 3655/3654/21691 3679/3678/21692 3656/3655/21693 -f 3656/3655/21694 3679/3678/21695 3680/3679/21696 -f 3656/3655/21697 3680/3679/21698 3657/3656/21699 -f 3657/3656/21700 3680/3679/21701 3681/3680/21702 -f 3657/3656/21703 3681/3680/21704 3658/3657/21705 -f 3658/3657/21706 3681/3680/21707 3682/3681/21708 -f 3658/3657/21709 3682/3681/21710 3659/3658/21711 -f 3659/3658/21712 3682/3681/21713 3683/3682/21714 -f 3659/3658/21715 3683/3682/21716 3636/3635/21717 -f 3636/3635/21718 3683/3682/21719 3660/3659/21720 -f 3660/3659/21721 3684/3683/21722 3661/3660/21723 -f 3661/3660/21724 3684/3683/21725 3685/3684/21726 -f 3661/3660/21727 3685/3684/21728 3662/3661/21729 -f 3662/3661/21730 3685/3684/21731 3686/3685/21732 -f 3662/3661/21733 3686/3685/21734 3663/3662/21735 -f 3663/3662/21736 3686/3685/21737 3687/3686/21738 -f 3663/3662/21739 3687/3686/21740 3664/3663/21741 -f 3664/3663/21742 3687/3686/21743 3688/3687/21744 -f 3664/3663/21745 3688/3687/21746 3665/3664/21747 -f 3665/3664/21748 3688/3687/21749 3689/3688/21750 -f 3665/3664/21751 3689/3688/21752 3666/3665/21753 -f 3666/3665/21754 3689/3688/21755 3690/3689/21756 -f 3666/3665/21757 3690/3689/21758 3667/3666/21759 -f 3667/3666/21760 3690/3689/21761 3691/3690/21762 -f 3667/3666/21763 3691/3690/21764 3668/3667/21765 -f 3668/3667/21766 3691/3690/21767 3692/3691/21768 -f 3668/3667/21769 3692/3691/21770 3669/3668/21771 -f 3669/3668/21772 3692/3691/21773 3693/3692/21774 -f 3669/3668/21775 3693/3692/21776 3670/3669/21777 -f 3670/3669/21778 3693/3692/21779 3694/3693/21780 -f 3670/3669/21781 3694/3693/21782 3671/3670/21783 -f 3671/3670/21784 3694/3693/21785 3695/3694/21786 -f 3671/3670/21787 3695/3694/21788 3672/3671/21789 -f 3672/3671/21790 3695/3694/21791 3696/3695/21792 -f 3672/3671/21793 3696/3695/21794 3673/3672/21795 -f 3673/3672/21796 3696/3695/21797 3697/3696/21798 -f 3673/3672/21799 3697/3696/21800 3674/3673/21801 -f 3674/3673/21802 3697/3696/21803 3698/3697/21804 -f 3674/3673/21805 3698/3697/21806 3675/3674/21807 -f 3675/3674/21808 3698/3697/21809 3699/3698/21810 -f 3675/3674/21811 3699/3698/21812 3676/3675/21813 -f 3676/3675/21814 3699/3698/21815 3700/3699/21816 -f 3676/3675/21817 3700/3699/21818 3677/3676/21819 -f 3677/3676/21820 3700/3699/21821 3701/3700/21822 -f 3677/3676/21823 3701/3700/21824 3678/3677/21825 -f 3678/3677/21826 3701/3700/21827 3702/3701/21828 -f 3678/3677/21829 3702/3701/21830 3679/3678/21831 -f 3679/3678/21832 3702/3701/21833 3703/3702/21834 -f 3679/3678/21835 3703/3702/21836 3680/3679/21837 -f 3680/3679/21838 3703/3702/21839 3704/3703/21840 -f 3680/3679/21841 3704/3703/21842 3681/3680/21843 -f 3681/3680/21844 3704/3703/21845 3705/3704/21846 -f 3681/3680/21847 3705/3704/21848 3682/3681/21849 -f 3682/3681/21850 3705/3704/21851 3706/3705/21852 -f 3682/3681/21853 3706/3705/21854 3683/3682/21855 -f 3683/3682/21856 3706/3705/21857 3707/3706/21858 -f 3683/3682/21859 3707/3706/21860 3660/3659/21861 -f 3660/3659/21862 3707/3706/21863 3684/3683/21864 -f 3684/3683/21865 3708/3707/21866 3685/3684/21867 -f 3685/3684/21868 3708/3707/21869 3709/3708/21870 -f 3685/3684/21871 3709/3708/21872 3686/3685/21873 -f 3686/3685/21874 3709/3708/21875 3710/3709/21876 -f 3686/3685/21877 3710/3709/21878 3687/3686/21879 -f 3687/3686/21880 3710/3709/21881 3711/3710/21882 -f 3687/3686/21883 3711/3710/21884 3688/3687/21885 -f 3688/3687/21886 3711/3710/21887 3712/3711/21888 -f 3688/3687/21889 3712/3711/21890 3689/3688/21891 -f 3689/3688/21892 3712/3711/21893 3713/3712/21894 -f 3689/3688/21895 3713/3712/21896 3690/3689/21897 -f 3690/3689/21898 3713/3712/21899 3714/3713/21900 -f 3690/3689/21901 3714/3713/21902 3691/3690/21903 -f 3691/3690/21904 3714/3713/21905 3715/3714/21906 -f 3691/3690/21907 3715/3714/21908 3692/3691/21909 -f 3692/3691/21910 3715/3714/21911 3716/3715/21912 -f 3692/3691/21913 3716/3715/21914 3693/3692/21915 -f 3693/3692/21916 3716/3715/21917 3717/3716/21918 -f 3693/3692/21919 3717/3716/21920 3694/3693/21921 -f 3694/3693/21922 3717/3716/21923 3718/3717/21924 -f 3694/3693/21925 3718/3717/21926 3695/3694/21927 -f 3695/3694/21928 3718/3717/21929 3719/3718/21930 -f 3695/3694/21931 3719/3718/21932 3696/3695/21933 -f 3696/3695/21934 3719/3718/21935 3720/3719/21936 -f 3696/3695/21937 3720/3719/21938 3697/3696/21939 -f 3697/3696/21940 3720/3719/21941 3721/3720/21942 -f 3697/3696/21943 3721/3720/21944 3698/3697/21945 -f 3698/3697/21946 3721/3720/21947 3722/3721/21948 -f 3698/3697/21949 3722/3721/21950 3699/3698/21951 -f 3699/3698/21952 3722/3721/21953 3723/3722/21954 -f 3699/3698/21955 3723/3722/21956 3700/3699/21957 -f 3700/3699/21958 3723/3722/21959 3724/3723/21960 -f 3700/3699/21961 3724/3723/21962 3701/3700/21963 -f 3701/3700/21964 3724/3723/21965 3725/3724/21966 -f 3701/3700/21967 3725/3724/21968 3702/3701/21969 -f 3702/3701/21970 3725/3724/21971 3726/3725/21972 -f 3702/3701/21973 3726/3725/21974 3703/3702/21975 -f 3703/3702/21976 3726/3725/21977 3727/3726/21978 -f 3703/3702/21979 3727/3726/21980 3704/3703/21981 -f 3704/3703/21982 3727/3726/21983 3728/3727/21984 -f 3704/3703/21985 3728/3727/21986 3705/3704/21987 -f 3705/3704/21988 3728/3727/21989 3729/3728/21990 -f 3705/3704/21991 3729/3728/21992 3706/3705/21993 -f 3706/3705/21994 3729/3728/21995 3730/3729/21996 -f 3706/3705/21997 3730/3729/21998 3707/3706/21999 -f 3707/3706/22000 3730/3729/22001 3731/3730/22002 -f 3707/3706/22003 3731/3730/22004 3684/3683/22005 -f 3684/3683/22006 3731/3730/22007 3708/3707/22008 -f 3708/3707/22009 3732/3731/22010 3709/3708/22011 -f 3709/3708/22012 3732/3731/22013 3733/3732/22014 -f 3709/3708/22015 3733/3732/22016 3710/3709/22017 -f 3710/3709/22018 3733/3732/22019 3734/3733/22020 -f 3710/3709/22021 3734/3733/22022 3711/3710/22023 -f 3711/3710/22024 3734/3733/22025 3735/3734/22026 -f 3711/3710/22027 3735/3734/22028 3712/3711/22029 -f 3712/3711/22030 3735/3734/22031 3736/3735/22032 -f 3712/3711/22033 3736/3735/22034 3713/3712/22035 -f 3713/3712/22036 3736/3735/22037 3737/3736/22038 -f 3713/3712/22039 3737/3736/22040 3714/3713/22041 -f 3714/3713/22042 3737/3736/22043 3738/3737/22044 -f 3714/3713/22045 3738/3737/22046 3715/3714/22047 -f 3715/3714/22048 3738/3737/22049 3739/3738/22050 -f 3715/3714/22051 3739/3738/22052 3716/3715/22053 -f 3716/3715/22054 3739/3738/22055 3740/3739/22056 -f 3716/3715/22057 3740/3739/22058 3717/3716/22059 -f 3717/3716/22060 3740/3739/22061 3741/3740/22062 -f 3717/3716/22063 3741/3740/22064 3718/3717/22065 -f 3718/3717/22066 3741/3740/22067 3742/3741/22068 -f 3718/3717/22069 3742/3741/22070 3719/3718/22071 -f 3719/3718/22072 3742/3741/22073 3743/3742/22074 -f 3719/3718/22075 3743/3742/22076 3720/3719/22077 -f 3720/3719/22078 3743/3742/22079 3744/3743/22080 -f 3720/3719/22081 3744/3743/22082 3721/3720/22083 -f 3721/3720/22084 3744/3743/22085 3745/3744/22086 -f 3721/3720/22087 3745/3744/22088 3722/3721/22089 -f 3722/3721/22090 3745/3744/22091 3746/3745/22092 -f 3722/3721/22093 3746/3745/22094 3723/3722/22095 -f 3723/3722/22096 3746/3745/22097 3747/3746/22098 -f 3723/3722/22099 3747/3746/22100 3724/3723/22101 -f 3724/3723/22102 3747/3746/22103 3748/3747/22104 -f 3724/3723/22105 3748/3747/22106 3725/3724/22107 -f 3725/3724/22108 3748/3747/22109 3749/3748/22110 -f 3725/3724/22111 3749/3748/22112 3726/3725/22113 -f 3726/3725/22114 3749/3748/22115 3750/3749/22116 -f 3726/3725/22117 3750/3749/22118 3727/3726/22119 -f 3727/3726/22120 3750/3749/22121 3751/3750/22122 -f 3727/3726/22123 3751/3750/22124 3728/3727/22125 -f 3728/3727/22126 3751/3750/22127 3752/3751/22128 -f 3728/3727/22129 3752/3751/22130 3729/3728/22131 -f 3729/3728/22132 3752/3751/22133 3753/3752/22134 -f 3729/3728/22135 3753/3752/22136 3730/3729/22137 -f 3730/3729/22138 3753/3752/22139 3754/3753/22140 -f 3730/3729/22141 3754/3753/22142 3731/3730/22143 -f 3731/3730/22144 3754/3753/22145 3755/3754/22146 -f 3731/3730/22147 3755/3754/22148 3708/3707/22149 -f 3708/3707/22150 3755/3754/22151 3732/3731/22152 -f 3732/3731/22153 3756/3755/22154 3733/3732/22155 -f 3733/3732/22156 3756/3755/22157 3757/3756/22158 -f 3733/3732/22159 3757/3756/22160 3734/3733/22161 -f 3734/3733/22162 3757/3756/22163 3758/3757/22164 -f 3734/3733/22165 3758/3757/22166 3735/3734/22167 -f 3735/3734/22168 3758/3757/22169 3759/3758/22170 -f 3735/3734/22171 3759/3758/22172 3736/3735/22173 -f 3736/3735/22174 3759/3758/22175 3760/3759/22176 -f 3736/3735/22177 3760/3759/22178 3737/3736/22179 -f 3737/3736/22180 3760/3759/22181 3761/3760/22182 -f 3737/3736/22183 3761/3760/22184 3738/3737/22185 -f 3738/3737/22186 3761/3760/22187 3762/3761/22188 -f 3738/3737/22189 3762/3761/22190 3739/3738/22191 -f 3739/3738/22192 3762/3761/22193 3763/3762/22194 -f 3739/3738/22195 3763/3762/22196 3740/3739/22197 -f 3740/3739/22198 3763/3762/22199 3764/3763/22200 -f 3740/3739/22201 3764/3763/22202 3741/3740/22203 -f 3741/3740/22204 3764/3763/22205 3765/3764/22206 -f 3741/3740/22207 3765/3764/22208 3742/3741/22209 -f 3742/3741/22210 3765/3764/22211 3766/3765/22212 -f 3742/3741/22213 3766/3765/22214 3743/3742/22215 -f 3743/3742/22216 3766/3765/22217 3767/3766/22218 -f 3743/3742/22219 3767/3766/22220 3744/3743/22221 -f 3744/3743/22222 3767/3766/22223 3768/3767/22224 -f 3744/3743/22225 3768/3767/22226 3745/3744/22227 -f 3745/3744/22228 3768/3767/22229 3769/3768/22230 -f 3745/3744/22231 3769/3768/22232 3746/3745/22233 -f 3746/3745/22234 3769/3768/22235 3770/3769/22236 -f 3746/3745/22237 3770/3769/22238 3747/3746/22239 -f 3747/3746/22240 3770/3769/22241 3771/3770/22242 -f 3747/3746/22243 3771/3770/22244 3748/3747/22245 -f 3748/3747/22246 3771/3770/22247 3772/3771/22248 -f 3748/3747/22249 3772/3771/22250 3749/3748/22251 -f 3749/3748/22252 3772/3771/22253 3773/3772/22254 -f 3749/3748/22255 3773/3772/22256 3750/3749/22257 -f 3750/3749/22258 3773/3772/22259 3774/3773/22260 -f 3750/3749/22261 3774/3773/22262 3751/3750/22263 -f 3751/3750/22264 3774/3773/22265 3775/3774/22266 -f 3751/3750/22267 3775/3774/22268 3752/3751/22269 -f 3752/3751/22270 3775/3774/22271 3776/3775/22272 -f 3752/3751/22273 3776/3775/22274 3753/3752/22275 -f 3753/3752/22276 3776/3775/22277 3777/3776/22278 -f 3753/3752/22279 3777/3776/22280 3754/3753/22281 -f 3754/3753/22282 3777/3776/22283 3778/3777/22284 -f 3754/3753/22285 3778/3777/22286 3755/3754/22287 -f 3755/3754/22288 3778/3777/22289 3779/3778/22290 -f 3755/3754/22291 3779/3778/22292 3732/3731/22293 -f 3732/3731/22294 3779/3778/22295 3756/3755/22296 -f 3756/3755/22297 3780/3779/22298 3757/3756/22299 -f 3757/3756/22300 3780/3779/22301 3781/3780/22302 -f 3757/3756/22303 3781/3780/22304 3758/3757/22305 -f 3758/3757/22306 3781/3780/22307 3782/3781/22308 -f 3758/3757/22309 3782/3781/22310 3759/3758/22311 -f 3759/3758/22312 3782/3781/22313 3783/3782/22314 -f 3759/3758/22315 3783/3782/22316 3760/3759/22317 -f 3760/3759/22318 3783/3782/22319 3784/3783/22320 -f 3760/3759/22321 3784/3783/22322 3761/3760/22323 -f 3761/3760/22324 3784/3783/22325 3785/3784/22326 -f 3761/3760/22327 3785/3784/22328 3762/3761/22329 -f 3762/3761/22330 3785/3784/22331 3786/3785/22332 -f 3762/3761/22333 3786/3785/22334 3763/3762/22335 -f 3763/3762/22336 3786/3785/22337 3787/3786/22338 -f 3763/3762/22339 3787/3786/22340 3764/3763/22341 -f 3764/3763/22342 3787/3786/22343 3788/3787/22344 -f 3764/3763/22345 3788/3787/22346 3765/3764/22347 -f 3765/3764/22348 3788/3787/22349 3789/3788/22350 -f 3765/3764/22351 3789/3788/22352 3766/3765/22353 -f 3766/3765/22354 3789/3788/22355 3790/3789/22356 -f 3766/3765/22357 3790/3789/22358 3767/3766/22359 -f 3767/3766/22360 3790/3789/22361 3791/3790/22362 -f 3767/3766/22363 3791/3790/22364 3768/3767/22365 -f 3768/3767/22366 3791/3790/22367 3792/3791/22368 -f 3768/3767/22369 3792/3791/22370 3769/3768/22371 -f 3769/3768/22372 3792/3791/22373 3793/3792/22374 -f 3769/3768/22375 3793/3792/22376 3770/3769/22377 -f 3770/3769/22378 3793/3792/22379 3794/3793/22380 -f 3770/3769/22381 3794/3793/22382 3771/3770/22383 -f 3771/3770/22384 3794/3793/22385 3795/3794/22386 -f 3771/3770/22387 3795/3794/22388 3772/3771/22389 -f 3772/3771/22390 3795/3794/22391 3796/3795/22392 -f 3772/3771/22393 3796/3795/22394 3773/3772/22395 -f 3773/3772/22396 3796/3795/22397 3797/3796/22398 -f 3773/3772/22399 3797/3796/22400 3774/3773/22401 -f 3774/3773/22402 3797/3796/22403 3798/3797/22404 -f 3774/3773/22405 3798/3797/22406 3775/3774/22407 -f 3775/3774/22408 3798/3797/22409 3799/3798/22410 -f 3775/3774/22411 3799/3798/22412 3776/3775/22413 -f 3776/3775/22414 3799/3798/22415 3800/3799/22416 -f 3776/3775/22417 3800/3799/22418 3777/3776/22419 -f 3777/3776/22420 3800/3799/22421 3801/3800/22422 -f 3777/3776/22423 3801/3800/22424 3778/3777/22425 -f 3778/3777/22426 3801/3800/22427 3802/3801/22428 -f 3778/3777/22429 3802/3801/22430 3779/3778/22431 -f 3779/3778/22432 3802/3801/22433 3803/3802/22434 -f 3779/3778/22435 3803/3802/22436 3756/3755/22437 -f 3756/3755/22438 3803/3802/22439 3780/3779/22440 -f 3780/3779/22441 3804/3803/22442 3781/3780/22443 -f 3781/3780/22444 3804/3803/22445 3805/3804/22446 -f 3781/3780/22447 3805/3804/22448 3782/3781/22449 -f 3782/3781/22450 3805/3804/22451 3806/3805/22452 -f 3782/3781/22453 3806/3805/22454 3783/3782/22455 -f 3783/3782/22456 3806/3805/22457 3807/3806/22458 -f 3783/3782/22459 3807/3806/22460 3784/3783/22461 -f 3784/3783/22462 3807/3806/22463 3808/3807/22464 -f 3784/3783/22465 3808/3807/22466 3785/3784/22467 -f 3785/3784/22468 3808/3807/22469 3809/3808/22470 -f 3785/3784/22471 3809/3808/22472 3786/3785/22473 -f 3786/3785/22474 3809/3808/22475 3810/3809/22476 -f 3786/3785/22477 3810/3809/22478 3787/3786/22479 -f 3787/3786/22480 3810/3809/22481 3811/3810/22482 -f 3787/3786/22483 3811/3810/22484 3788/3787/22485 -f 3788/3787/22486 3811/3810/22487 3812/3811/22488 -f 3788/3787/22489 3812/3811/22490 3789/3788/22491 -f 3789/3788/22492 3812/3811/22493 3813/3812/22494 -f 3789/3788/22495 3813/3812/22496 3790/3789/22497 -f 3790/3789/22498 3813/3812/22499 3814/3813/22500 -f 3790/3789/22501 3814/3813/22502 3791/3790/22503 -f 3791/3790/22504 3814/3813/22505 3815/3814/22506 -f 3791/3790/22507 3815/3814/22508 3792/3791/22509 -f 3792/3791/22510 3815/3814/22511 3816/3815/22512 -f 3792/3791/22513 3816/3815/22514 3793/3792/22515 -f 3793/3792/22516 3816/3815/22517 3817/3816/22518 -f 3793/3792/22519 3817/3816/22520 3794/3793/22521 -f 3794/3793/22522 3817/3816/22523 3818/3817/22524 -f 3794/3793/22525 3818/3817/22526 3795/3794/22527 -f 3795/3794/22528 3818/3817/22529 3819/3818/22530 -f 3795/3794/22531 3819/3818/22532 3796/3795/22533 -f 3796/3795/22534 3819/3818/22535 3820/3819/22536 -f 3796/3795/22537 3820/3819/22538 3797/3796/22539 -f 3797/3796/22540 3820/3819/22541 3821/3820/22542 -f 3797/3796/22543 3821/3820/22544 3798/3797/22545 -f 3798/3797/22546 3821/3820/22547 3822/3821/22548 -f 3798/3797/22549 3822/3821/22550 3799/3798/22551 -f 3799/3798/22552 3822/3821/22553 3823/3822/22554 -f 3799/3798/22555 3823/3822/22556 3800/3799/22557 -f 3800/3799/22558 3823/3822/22559 3824/3823/22560 -f 3800/3799/22561 3824/3823/22562 3801/3800/22563 -f 3801/3800/22564 3824/3823/22565 3825/3824/22566 -f 3801/3800/22567 3825/3824/22568 3802/3801/22569 -f 3802/3801/22570 3825/3824/22571 3826/3825/22572 -f 3802/3801/22573 3826/3825/22574 3803/3802/22575 -f 3803/3802/22576 3826/3825/22577 3827/3826/22578 -f 3803/3802/22579 3827/3826/22580 3780/3779/22581 -f 3780/3779/22582 3827/3826/22583 3804/3803/22584 -f 3804/3803/22585 3828/3827/22586 3805/3804/22587 -f 3805/3804/22588 3828/3827/22589 3829/3828/22590 -f 3805/3804/22591 3829/3828/22592 3806/3805/22593 -f 3806/3805/22594 3829/3828/22595 3830/3829/22596 -f 3806/3805/22597 3830/3829/22598 3807/3806/22599 -f 3807/3806/22600 3830/3829/22601 3831/3830/22602 -f 3807/3806/22603 3831/3830/22604 3808/3807/22605 -f 3808/3807/22606 3831/3830/22607 3832/3831/22608 -f 3808/3807/22609 3832/3831/22610 3809/3808/22611 -f 3809/3808/22612 3832/3831/22613 3833/3832/22614 -f 3809/3808/22615 3833/3832/22616 3810/3809/22617 -f 3810/3809/22618 3833/3832/22619 3834/3833/22620 -f 3810/3809/22621 3834/3833/22622 3811/3810/22623 -f 3811/3810/22624 3834/3833/22625 3835/3834/22626 -f 3811/3810/22627 3835/3834/22628 3812/3811/22629 -f 3812/3811/22630 3835/3834/22631 3836/3835/22632 -f 3812/3811/22633 3836/3835/22634 3813/3812/22635 -f 3813/3812/22636 3836/3835/22637 3837/3836/22638 -f 3813/3812/22639 3837/3836/22640 3814/3813/22641 -f 3814/3813/22642 3837/3836/22643 3838/3837/22644 -f 3814/3813/22645 3838/3837/22646 3815/3814/22647 -f 3815/3814/22648 3838/3837/22649 3839/3838/22650 -f 3815/3814/22651 3839/3838/22652 3816/3815/22653 -f 3816/3815/22654 3839/3838/22655 3840/3839/22656 -f 3816/3815/22657 3840/3839/22658 3817/3816/22659 -f 3817/3816/22660 3840/3839/22661 3841/3840/22662 -f 3817/3816/22663 3841/3840/22664 3818/3817/22665 -f 3818/3817/22666 3841/3840/22667 3842/3841/22668 -f 3818/3817/22669 3842/3841/22670 3819/3818/22671 -f 3819/3818/22672 3842/3841/22673 3843/3842/22674 -f 3819/3818/22675 3843/3842/22676 3820/3819/22677 -f 3820/3819/22678 3843/3842/22679 3844/3843/22680 -f 3820/3819/22681 3844/3843/22682 3821/3820/22683 -f 3821/3820/22684 3844/3843/22685 3845/3844/22686 -f 3821/3820/22687 3845/3844/22688 3822/3821/22689 -f 3822/3821/22690 3845/3844/22691 3846/3845/22692 -f 3822/3821/22693 3846/3845/22694 3823/3822/22695 -f 3823/3822/22696 3846/3845/22697 3847/3846/22698 -f 3823/3822/22699 3847/3846/22700 3824/3823/22701 -f 3824/3823/22702 3847/3846/22703 3848/3847/22704 -f 3824/3823/22705 3848/3847/22706 3825/3824/22707 -f 3825/3824/22708 3848/3847/22709 3849/3848/22710 -f 3825/3824/22711 3849/3848/22712 3826/3825/22713 -f 3826/3825/22714 3849/3848/22715 3850/3849/22716 -f 3826/3825/22717 3850/3849/22718 3827/3826/22719 -f 3827/3826/22720 3850/3849/22721 3851/3850/22722 -f 3827/3826/22723 3851/3850/22724 3804/3803/22725 -f 3804/3803/22726 3851/3850/22727 3828/3827/22728 -f 3828/3827/22729 3852/3851/22730 3829/3828/22731 -f 3829/3828/22732 3852/3851/22733 3853/3852/22734 -f 3829/3828/22735 3853/3852/22736 3830/3829/22737 -f 3830/3829/22738 3853/3852/22739 3854/3853/22740 -f 3830/3829/22741 3854/3853/22742 3831/3830/22743 -f 3831/3830/22744 3854/3853/22745 3855/3854/22746 -f 3831/3830/22747 3855/3854/22748 3832/3831/22749 -f 3832/3831/22750 3855/3854/22751 3856/3855/22752 -f 3832/3831/22753 3856/3855/22754 3833/3832/22755 -f 3833/3832/22756 3856/3855/22757 3857/3856/22758 -f 3833/3832/22759 3857/3856/22760 3834/3833/22761 -f 3834/3833/22762 3857/3856/22763 3858/3857/22764 -f 3834/3833/22765 3858/3857/22766 3835/3834/22767 -f 3835/3834/22768 3858/3857/22769 3859/3858/22770 -f 3835/3834/22771 3859/3858/22772 3836/3835/22773 -f 3836/3835/22774 3859/3858/22775 3860/3859/22776 -f 3836/3835/22777 3860/3859/22778 3837/3836/22779 -f 3837/3836/22780 3860/3859/22781 3861/3860/22782 -f 3837/3836/22783 3861/3860/22784 3838/3837/22785 -f 3838/3837/22786 3861/3860/22787 3862/3861/22788 -f 3838/3837/22789 3862/3861/22790 3839/3838/22791 -f 3839/3838/22792 3862/3861/22793 3863/3862/22794 -f 3839/3838/22795 3863/3862/22796 3840/3839/22797 -f 3840/3839/22798 3863/3862/22799 3864/3863/22800 -f 3840/3839/22801 3864/3863/22802 3841/3840/22803 -f 3841/3840/22804 3864/3863/22805 3865/3864/22806 -f 3841/3840/22807 3865/3864/22808 3842/3841/22809 -f 3842/3841/22810 3865/3864/22811 3866/3865/22812 -f 3842/3841/22813 3866/3865/22814 3843/3842/22815 -f 3843/3842/22816 3866/3865/22817 3867/3866/22818 -f 3843/3842/22819 3867/3866/22820 3844/3843/22821 -f 3844/3843/22822 3867/3866/22823 3868/3867/22824 -f 3844/3843/22825 3868/3867/22826 3845/3844/22827 -f 3845/3844/22828 3868/3867/22829 3869/3868/22830 -f 3845/3844/22831 3869/3868/22832 3846/3845/22833 -f 3846/3845/22834 3869/3868/22835 3870/3869/22836 -f 3846/3845/22837 3870/3869/22838 3847/3846/22839 -f 3847/3846/22840 3870/3869/22841 3871/3870/22842 -f 3847/3846/22843 3871/3870/22844 3848/3847/22845 -f 3848/3847/22846 3871/3870/22847 3872/3871/22848 -f 3848/3847/22849 3872/3871/22850 3849/3848/22851 -f 3849/3848/22852 3872/3871/22853 3873/3872/22854 -f 3849/3848/22855 3873/3872/22856 3850/3849/22857 -f 3850/3849/22858 3873/3872/22859 3874/3873/22860 -f 3850/3849/22861 3874/3873/22862 3851/3850/22863 -f 3851/3850/22864 3874/3873/22865 3875/3874/22866 -f 3851/3850/22867 3875/3874/22868 3828/3827/22869 -f 3828/3827/22870 3875/3874/22871 3852/3851/22872 -f 3852/3851/22873 3876/3875/22874 3853/3852/22875 -f 3853/3852/22876 3876/3875/22877 3877/3876/22878 -f 3853/3852/22879 3877/3876/22880 3854/3853/22881 -f 3854/3853/22882 3877/3876/22883 3878/3877/22884 -f 3854/3853/22885 3878/3877/22886 3855/3854/22887 -f 3855/3854/22888 3878/3877/22889 3879/3878/22890 -f 3855/3854/22891 3879/3878/22892 3856/3855/22893 -f 3856/3855/22894 3879/3878/22895 3880/3879/22896 -f 3856/3855/22897 3880/3879/22898 3857/3856/22899 -f 3857/3856/22900 3880/3879/22901 3881/3880/22902 -f 3857/3856/22903 3881/3880/22904 3858/3857/22905 -f 3858/3857/22906 3881/3880/22907 3882/3881/22908 -f 3858/3857/22909 3882/3881/22910 3859/3858/22911 -f 3859/3858/22912 3882/3881/22913 3883/3882/22914 -f 3859/3858/22915 3883/3882/22916 3860/3859/22917 -f 3860/3859/22918 3883/3882/22919 3884/3883/22920 -f 3860/3859/22921 3884/3883/22922 3861/3860/22923 -f 3861/3860/22924 3884/3883/22925 3885/3884/22926 -f 3861/3860/22927 3885/3884/22928 3862/3861/22929 -f 3862/3861/22930 3885/3884/22931 3886/3885/22932 -f 3862/3861/22933 3886/3885/22934 3863/3862/22935 -f 3863/3862/22936 3886/3885/22937 3887/3886/22938 -f 3863/3862/22939 3887/3886/22940 3864/3863/22941 -f 3864/3863/22942 3887/3886/22943 3888/3887/22944 -f 3864/3863/22945 3888/3887/22946 3865/3864/22947 -f 3865/3864/22948 3888/3887/22949 3889/3888/22950 -f 3865/3864/22951 3889/3888/22952 3866/3865/22953 -f 3866/3865/22954 3889/3888/22955 3890/3889/22956 -f 3866/3865/22957 3890/3889/22958 3867/3866/22959 -f 3867/3866/22960 3890/3889/22961 3891/3890/22962 -f 3867/3866/22963 3891/3890/22964 3868/3867/22965 -f 3868/3867/22966 3891/3890/22967 3892/3891/22968 -f 3868/3867/22969 3892/3891/22970 3869/3868/22971 -f 3869/3868/22972 3892/3891/22973 3893/3892/22974 -f 3869/3868/22975 3893/3892/22976 3870/3869/22977 -f 3870/3869/22978 3893/3892/22979 3894/3893/22980 -f 3870/3869/22981 3894/3893/22982 3871/3870/22983 -f 3871/3870/22984 3894/3893/22985 3895/3894/22986 -f 3871/3870/22987 3895/3894/22988 3872/3871/22989 -f 3872/3871/22990 3895/3894/22991 3896/3895/22992 -f 3872/3871/22993 3896/3895/22994 3873/3872/22995 -f 3873/3872/22996 3896/3895/22997 3897/3896/22998 -f 3873/3872/22999 3897/3896/23000 3874/3873/23001 -f 3874/3873/23002 3897/3896/23003 3898/3897/23004 -f 3874/3873/23005 3898/3897/23006 3875/3874/23007 -f 3875/3874/23008 3898/3897/23009 3899/3898/23010 -f 3875/3874/23011 3899/3898/23012 3852/3851/23013 -f 3852/3851/23014 3899/3898/23015 3876/3875/23016 -f 3876/3875/23017 3900/3899/23018 3877/3876/23019 -f 3877/3876/23020 3900/3899/23021 3901/3900/23022 -f 3877/3876/23023 3901/3900/23024 3878/3877/23025 -f 3878/3877/23026 3901/3900/23027 3902/3901/23028 -f 3878/3877/23029 3902/3901/23030 3879/3878/23031 -f 3879/3878/23032 3902/3901/23033 3903/3902/23034 -f 3879/3878/23035 3903/3902/23036 3880/3879/23037 -f 3880/3879/23038 3903/3902/23039 3904/3903/23040 -f 3880/3879/23041 3904/3903/23042 3881/3880/23043 -f 3881/3880/23044 3904/3903/23045 3905/3904/23046 -f 3881/3880/23047 3905/3904/23048 3882/3881/23049 -f 3882/3881/23050 3905/3904/23051 3906/3905/23052 -f 3882/3881/23053 3906/3905/23054 3883/3882/23055 -f 3883/3882/23056 3906/3905/23057 3907/3906/23058 -f 3883/3882/23059 3907/3906/23060 3884/3883/23061 -f 3884/3883/23062 3907/3906/23063 3908/3907/23064 -f 3884/3883/23065 3908/3907/23066 3885/3884/23067 -f 3885/3884/23068 3908/3907/23069 3909/3908/23070 -f 3885/3884/23071 3909/3908/23072 3886/3885/23073 -f 3886/3885/23074 3909/3908/23075 3910/3909/23076 -f 3886/3885/23077 3910/3909/23078 3887/3886/23079 -f 3887/3886/23080 3910/3909/23081 3911/3910/23082 -f 3887/3886/23083 3911/3910/23084 3888/3887/23085 -f 3888/3887/23086 3911/3910/23087 3912/3911/23088 -f 3888/3887/23089 3912/3911/23090 3889/3888/23091 -f 3889/3888/23092 3912/3911/23093 3913/3912/23094 -f 3889/3888/23095 3913/3912/23096 3890/3889/23097 -f 3890/3889/23098 3913/3912/23099 3914/3913/23100 -f 3890/3889/23101 3914/3913/23102 3891/3890/23103 -f 3891/3890/23104 3914/3913/23105 3915/3914/23106 -f 3891/3890/23107 3915/3914/23108 3892/3891/23109 -f 3892/3891/23110 3915/3914/23111 3916/3915/23112 -f 3892/3891/23113 3916/3915/23114 3893/3892/23115 -f 3893/3892/23116 3916/3915/23117 3917/3916/23118 -f 3893/3892/23119 3917/3916/23120 3894/3893/23121 -f 3894/3893/23122 3917/3916/23123 3918/3917/23124 -f 3894/3893/23125 3918/3917/23126 3895/3894/23127 -f 3895/3894/23128 3918/3917/23129 3919/3918/23130 -f 3895/3894/23131 3919/3918/23132 3896/3895/23133 -f 3896/3895/23134 3919/3918/23135 3920/3919/23136 -f 3896/3895/23137 3920/3919/23138 3897/3896/23139 -f 3897/3896/23140 3920/3919/23141 3921/3920/23142 -f 3897/3896/23143 3921/3920/23144 3898/3897/23145 -f 3898/3897/23146 3921/3920/23147 3922/3921/23148 -f 3898/3897/23149 3922/3921/23150 3899/3898/23151 -f 3899/3898/23152 3922/3921/23153 3923/3922/23154 -f 3899/3898/23155 3923/3922/23156 3876/3875/23157 -f 3876/3875/23158 3923/3922/23159 3900/3899/23160 -f 3900/3899/23161 3924/3923/23162 3901/3900/23163 -f 3901/3900/23164 3924/3923/23165 3925/3924/23166 -f 3901/3900/23167 3925/3924/23168 3902/3901/23169 -f 3902/3901/23170 3925/3924/23171 3926/3925/23172 -f 3902/3901/23173 3926/3925/23174 3903/3902/23175 -f 3903/3902/23176 3926/3925/23177 3927/3926/23178 -f 3903/3902/23179 3927/3926/23180 3904/3903/23181 -f 3904/3903/23182 3927/3926/23183 3928/3927/23184 -f 3904/3903/23185 3928/3927/23186 3905/3904/23187 -f 3905/3904/23188 3928/3927/23189 3929/3928/23190 -f 3905/3904/23191 3929/3928/23192 3906/3905/23193 -f 3906/3905/23194 3929/3928/23195 3930/3929/23196 -f 3906/3905/23197 3930/3929/23198 3907/3906/23199 -f 3907/3906/23200 3930/3929/23201 3931/3930/23202 -f 3907/3906/23203 3931/3930/23204 3908/3907/23205 -f 3908/3907/23206 3931/3930/23207 3932/3931/23208 -f 3908/3907/23209 3932/3931/23210 3909/3908/23211 -f 3909/3908/23212 3932/3931/23213 3933/3932/23214 -f 3909/3908/23215 3933/3932/23216 3910/3909/23217 -f 3910/3909/23218 3933/3932/23219 3934/3933/23220 -f 3910/3909/23221 3934/3933/23222 3911/3910/23223 -f 3911/3910/23224 3934/3933/23225 3935/3934/23226 -f 3911/3910/23227 3935/3934/23228 3912/3911/23229 -f 3912/3911/23230 3935/3934/23231 3936/3935/23232 -f 3912/3911/23233 3936/3935/23234 3913/3912/23235 -f 3913/3912/23236 3936/3935/23237 3937/3936/23238 -f 3913/3912/23239 3937/3936/23240 3914/3913/23241 -f 3914/3913/23242 3937/3936/23243 3938/3937/23244 -f 3914/3913/23245 3938/3937/23246 3915/3914/23247 -f 3915/3914/23248 3938/3937/23249 3939/3938/23250 -f 3915/3914/23251 3939/3938/23252 3916/3915/23253 -f 3916/3915/23254 3939/3938/23255 3940/3939/23256 -f 3916/3915/23257 3940/3939/23258 3917/3916/23259 -f 3917/3916/23260 3940/3939/23261 3941/3940/23262 -f 3917/3916/23263 3941/3940/23264 3918/3917/23265 -f 3918/3917/23266 3941/3940/23267 3942/3941/23268 -f 3918/3917/23269 3942/3941/23270 3919/3918/23271 -f 3919/3918/23272 3942/3941/23273 3943/3942/23274 -f 3919/3918/23275 3943/3942/23276 3920/3919/23277 -f 3920/3919/23278 3943/3942/23279 3944/3943/23280 -f 3920/3919/23281 3944/3943/23282 3921/3920/23283 -f 3921/3920/23284 3944/3943/23285 3945/3944/23286 -f 3921/3920/23287 3945/3944/23288 3922/3921/23289 -f 3922/3921/23290 3945/3944/23291 3946/3945/23292 -f 3922/3921/23293 3946/3945/23294 3923/3922/23295 -f 3923/3922/23296 3946/3945/23297 3947/3946/23298 -f 3923/3922/23299 3947/3946/23300 3900/3899/23301 -f 3900/3899/23302 3947/3946/23303 3924/3923/23304 -f 3924/3923/23305 3948/3947/23306 3925/3924/23307 -f 3925/3924/23308 3948/3947/23309 3949/3948/23310 -f 3925/3924/23311 3949/3948/23312 3926/3925/23313 -f 3926/3925/23314 3949/3948/23315 3950/3949/23316 -f 3926/3925/23317 3950/3949/23318 3927/3926/23319 -f 3927/3926/23320 3950/3949/23321 3951/3950/23322 -f 3927/3926/23323 3951/3950/23324 3928/3927/23325 -f 3928/3927/23326 3951/3950/23327 3952/3951/23328 -f 3928/3927/23329 3952/3951/23330 3929/3928/23331 -f 3929/3928/23332 3952/3951/23333 3953/3952/23334 -f 3929/3928/23335 3953/3952/23336 3930/3929/23337 -f 3930/3929/23338 3953/3952/23339 3954/3953/23340 -f 3930/3929/23341 3954/3953/23342 3931/3930/23343 -f 3931/3930/23344 3954/3953/23345 3955/3954/23346 -f 3931/3930/23347 3955/3954/23348 3932/3931/23349 -f 3932/3931/23350 3955/3954/23351 3956/3955/23352 -f 3932/3931/23353 3956/3955/23354 3933/3932/23355 -f 3933/3932/23356 3956/3955/23357 3957/3956/23358 -f 3933/3932/23359 3957/3956/23360 3934/3933/23361 -f 3934/3933/23362 3957/3956/23363 3958/3957/23364 -f 3934/3933/23365 3958/3957/23366 3935/3934/23367 -f 3935/3934/23368 3958/3957/23369 3959/3958/23370 -f 3935/3934/23371 3959/3958/23372 3936/3935/23373 -f 3936/3935/23374 3959/3958/23375 3960/3959/23376 -f 3936/3935/23377 3960/3959/23378 3937/3936/23379 -f 3937/3936/23380 3960/3959/23381 3961/3960/23382 -f 3937/3936/23383 3961/3960/23384 3938/3937/23385 -f 3938/3937/23386 3961/3960/23387 3962/3961/23388 -f 3938/3937/23389 3962/3961/23390 3939/3938/23391 -f 3939/3938/23392 3962/3961/23393 3963/3962/23394 -f 3939/3938/23395 3963/3962/23396 3940/3939/23397 -f 3940/3939/23398 3963/3962/23399 3964/3963/23400 -f 3940/3939/23401 3964/3963/23402 3941/3940/23403 -f 3941/3940/23404 3964/3963/23405 3965/3964/23406 -f 3941/3940/23407 3965/3964/23408 3942/3941/23409 -f 3942/3941/23410 3965/3964/23411 3966/3965/23412 -f 3942/3941/23413 3966/3965/23414 3943/3942/23415 -f 3943/3942/23416 3966/3965/23417 3967/3966/23418 -f 3943/3942/23419 3967/3966/23420 3944/3943/23421 -f 3944/3943/23422 3967/3966/23423 3968/3967/23424 -f 3944/3943/23425 3968/3967/23426 3945/3944/23427 -f 3945/3944/23428 3968/3967/23429 3969/3968/23430 -f 3945/3944/23431 3969/3968/23432 3946/3945/23433 -f 3946/3945/23434 3969/3968/23435 3970/3969/23436 -f 3946/3945/23437 3970/3969/23438 3947/3946/23439 -f 3947/3946/23440 3970/3969/23441 3971/3970/23442 -f 3947/3946/23443 3971/3970/23444 3924/3923/23445 -f 3924/3923/23446 3971/3970/23447 3948/3947/23448 -f 3948/3947/23449 3972/3971/23450 3949/3948/23451 -f 3949/3948/23452 3972/3971/23453 3973/3972/23454 -f 3949/3948/23455 3973/3972/23456 3950/3949/23457 -f 3950/3949/23458 3973/3972/23459 3974/3973/23460 -f 3950/3949/23461 3974/3973/23462 3951/3950/23463 -f 3951/3950/23464 3974/3973/23465 3975/3974/23466 -f 3951/3950/23467 3975/3974/23468 3952/3951/23469 -f 3952/3951/23470 3975/3974/23471 3976/3975/23472 -f 3952/3951/23473 3976/3975/23474 3953/3952/23475 -f 3953/3952/23476 3976/3975/23477 3977/3976/23478 -f 3953/3952/23479 3977/3976/23480 3954/3953/23481 -f 3954/3953/23482 3977/3976/23483 3978/3977/23484 -f 3954/3953/23485 3978/3977/23486 3955/3954/23487 -f 3955/3954/23488 3978/3977/23489 3979/3978/23490 -f 3955/3954/23491 3979/3978/23492 3956/3955/23493 -f 3956/3955/23494 3979/3978/23495 3980/3979/23496 -f 3956/3955/23497 3980/3979/23498 3957/3956/23499 -f 3957/3956/23500 3980/3979/23501 3981/3980/23502 -f 3957/3956/23503 3981/3980/23504 3958/3957/23505 -f 3958/3957/23506 3981/3980/23507 3982/3981/23508 -f 3958/3957/23509 3982/3981/23510 3959/3958/23511 -f 3959/3958/23512 3982/3981/23513 3983/3982/23514 -f 3959/3958/23515 3983/3982/23516 3960/3959/23517 -f 3960/3959/23518 3983/3982/23519 3984/3983/23520 -f 3960/3959/23521 3984/3983/23522 3961/3960/23523 -f 3961/3960/23524 3984/3983/23525 3985/3984/23526 -f 3961/3960/23527 3985/3984/23528 3962/3961/23529 -f 3962/3961/23530 3985/3984/23531 3986/3985/23532 -f 3962/3961/23533 3986/3985/23534 3963/3962/23535 -f 3963/3962/23536 3986/3985/23537 3987/3986/23538 -f 3963/3962/23539 3987/3986/23540 3964/3963/23541 -f 3964/3963/23542 3987/3986/23543 3988/3987/23544 -f 3964/3963/23545 3988/3987/23546 3965/3964/23547 -f 3965/3964/23548 3988/3987/23549 3989/3988/23550 -f 3965/3964/23551 3989/3988/23552 3966/3965/23553 -f 3966/3965/23554 3989/3988/23555 3990/3989/23556 -f 3966/3965/23557 3990/3989/23558 3967/3966/23559 -f 3967/3966/23560 3990/3989/23561 3991/3990/23562 -f 3967/3966/23563 3991/3990/23564 3968/3967/23565 -f 3968/3967/23566 3991/3990/23567 3992/3991/23568 -f 3968/3967/23569 3992/3991/23570 3969/3968/23571 -f 3969/3968/23572 3992/3991/23573 3993/3992/23574 -f 3969/3968/23575 3993/3992/23576 3970/3969/23577 -f 3970/3969/23578 3993/3992/23579 3994/3993/23580 -f 3970/3969/23581 3994/3993/23582 3971/3970/23583 -f 3971/3970/23584 3994/3993/23585 3995/3994/23586 -f 3971/3970/23587 3995/3994/23588 3948/3947/23589 -f 3948/3947/23590 3995/3994/23591 3972/3971/23592 -f 3972/3971/23593 3996/3995/23594 3973/3972/23595 -f 3973/3972/23596 3996/3995/23597 3997/3996/23598 -f 3973/3972/23599 3997/3996/23600 3974/3973/23601 -f 3974/3973/23602 3997/3996/23603 3998/3997/23604 -f 3974/3973/23605 3998/3997/23606 3975/3974/23607 -f 3975/3974/23608 3998/3997/23609 3999/3998/23610 -f 3975/3974/23611 3999/3998/23612 3976/3975/23613 -f 3976/3975/23614 3999/3998/23615 4000/3999/23616 -f 3976/3975/23617 4000/3999/23618 3977/3976/23619 -f 3977/3976/23620 4000/3999/23621 4001/4000/23622 -f 3977/3976/23623 4001/4000/23624 3978/3977/23625 -f 3978/3977/23626 4001/4000/23627 4002/4001/23628 -f 3978/3977/23629 4002/4001/23630 3979/3978/23631 -f 3979/3978/23632 4002/4001/23633 4003/4002/23634 -f 3979/3978/23635 4003/4002/23636 3980/3979/23637 -f 3980/3979/23638 4003/4002/23639 4004/4003/23640 -f 3980/3979/23641 4004/4003/23642 3981/3980/23643 -f 3981/3980/23644 4004/4003/23645 4005/4004/23646 -f 3981/3980/23647 4005/4004/23648 3982/3981/23649 -f 3982/3981/23650 4005/4004/23651 4006/4005/23652 -f 3982/3981/23653 4006/4005/23654 3983/3982/23655 -f 3983/3982/23656 4006/4005/23657 4007/4006/23658 -f 3983/3982/23659 4007/4006/23660 3984/3983/23661 -f 3984/3983/23662 4007/4006/23663 4008/4007/23664 -f 3984/3983/23665 4008/4007/23666 3985/3984/23667 -f 3985/3984/23668 4008/4007/23669 4009/4008/23670 -f 3985/3984/23671 4009/4008/23672 3986/3985/23673 -f 3986/3985/23674 4009/4008/23675 4010/4009/23676 -f 3986/3985/23677 4010/4009/23678 3987/3986/23679 -f 3987/3986/23680 4010/4009/23681 4011/4010/23682 -f 3987/3986/23683 4011/4010/23684 3988/3987/23685 -f 3988/3987/23686 4011/4010/23687 4012/4011/23688 -f 3988/3987/23689 4012/4011/23690 3989/3988/23691 -f 3989/3988/23692 4012/4011/23693 4013/4012/23694 -f 3989/3988/23695 4013/4012/23696 3990/3989/23697 -f 3990/3989/23698 4013/4012/23699 4014/4013/23700 -f 3990/3989/23701 4014/4013/23702 3991/3990/23703 -f 3991/3990/23704 4014/4013/23705 4015/4014/23706 -f 3991/3990/23707 4015/4014/23708 3992/3991/23709 -f 3992/3991/23710 4015/4014/23711 4016/4015/23712 -f 3992/3991/23713 4016/4015/23714 3993/3992/23715 -f 3993/3992/23716 4016/4015/23717 4017/4016/23718 -f 3993/3992/23719 4017/4016/23720 3994/3993/23721 -f 3994/3993/23722 4017/4016/23723 4018/4017/23724 -f 3994/3993/23725 4018/4017/23726 3995/3994/23727 -f 3995/3994/23728 4018/4017/23729 4019/4018/23730 -f 3995/3994/23731 4019/4018/23732 3972/3971/23733 -f 3972/3971/23734 4019/4018/23735 3996/3995/23736 -f 3996/3995/23737 4020/4019/23738 3997/3996/23739 -f 3997/3996/23740 4020/4019/23741 4021/4020/23742 -f 3997/3996/23743 4021/4020/23744 3998/3997/23745 -f 3998/3997/23746 4021/4020/23747 4022/4021/23748 -f 3998/3997/23749 4022/4021/23750 3999/3998/23751 -f 3999/3998/23752 4022/4021/23753 4023/4022/23754 -f 3999/3998/23755 4023/4022/23756 4000/3999/23757 -f 4000/3999/23758 4023/4022/23759 4024/4023/23760 -f 4000/3999/23761 4024/4023/23762 4001/4000/23763 -f 4001/4000/23764 4024/4023/23765 4025/4024/23766 -f 4001/4000/23767 4025/4024/23768 4002/4001/23769 -f 4002/4001/23770 4025/4024/23771 4026/4025/23772 -f 4002/4001/23773 4026/4025/23774 4003/4002/23775 -f 4003/4002/23776 4026/4025/23777 4027/4026/23778 -f 4003/4002/23779 4027/4026/23780 4004/4003/23781 -f 4004/4003/23782 4027/4026/23783 4028/4027/23784 -f 4004/4003/23785 4028/4027/23786 4005/4004/23787 -f 4005/4004/23788 4028/4027/23789 4029/4028/23790 -f 4005/4004/23791 4029/4028/23792 4006/4005/23793 -f 4006/4005/23794 4029/4028/23795 4030/4029/23796 -f 4006/4005/23797 4030/4029/23798 4007/4006/23799 -f 4007/4006/23800 4030/4029/23801 4031/4030/23802 -f 4007/4006/23803 4031/4030/23804 4008/4007/23805 -f 4008/4007/23806 4031/4030/23807 4032/4031/23808 -f 4008/4007/23809 4032/4031/23810 4009/4008/23811 -f 4009/4008/23812 4032/4031/23813 4033/4032/23814 -f 4009/4008/23815 4033/4032/23816 4010/4009/23817 -f 4010/4009/23818 4033/4032/23819 4034/4033/23820 -f 4010/4009/23821 4034/4033/23822 4011/4010/23823 -f 4011/4010/23824 4034/4033/23825 4035/4034/23826 -f 4011/4010/23827 4035/4034/23828 4012/4011/23829 -f 4012/4011/23830 4035/4034/23831 4036/4035/23832 -f 4012/4011/23833 4036/4035/23834 4013/4012/23835 -f 4013/4012/23836 4036/4035/23837 4037/4036/23838 -f 4013/4012/23839 4037/4036/23840 4014/4013/23841 -f 4014/4013/23842 4037/4036/23843 4038/4037/23844 -f 4014/4013/23845 4038/4037/23846 4015/4014/23847 -f 4015/4014/23848 4038/4037/23849 4039/4038/23850 -f 4015/4014/23851 4039/4038/23852 4016/4015/23853 -f 4016/4015/23854 4039/4038/23855 4040/4039/23856 -f 4016/4015/23857 4040/4039/23858 4017/4016/23859 -f 4017/4016/23860 4040/4039/23861 4041/4040/23862 -f 4017/4016/23863 4041/4040/23864 4018/4017/23865 -f 4018/4017/23866 4041/4040/23867 4042/4041/23868 -f 4018/4017/23869 4042/4041/23870 4019/4018/23871 -f 4019/4018/23872 4042/4041/23873 4043/4042/23874 -f 4019/4018/23875 4043/4042/23876 3996/3995/23877 -f 3996/3995/23878 4043/4042/23879 4020/4019/23880 -f 4020/4019/23881 4044/4043/23882 4021/4020/23883 -f 4021/4020/23884 4044/4043/23885 4045/4044/23886 -f 4021/4020/23887 4045/4044/23888 4022/4021/23889 -f 4022/4021/23890 4045/4044/23891 4046/4045/23892 -f 4022/4021/23893 4046/4045/23894 4023/4022/23895 -f 4023/4022/23896 4046/4045/23897 4047/4046/23898 -f 4023/4022/23899 4047/4046/23900 4024/4023/23901 -f 4024/4023/23902 4047/4046/23903 4048/4047/23904 -f 4024/4023/23905 4048/4047/23906 4025/4024/23907 -f 4025/4024/23908 4048/4047/23909 4049/4048/23910 -f 4025/4024/23911 4049/4048/23912 4026/4025/23913 -f 4026/4025/23914 4049/4048/23915 4050/4049/23916 -f 4026/4025/23917 4050/4049/23918 4027/4026/23919 -f 4027/4026/23920 4050/4049/23921 4051/4050/23922 -f 4027/4026/23923 4051/4050/23924 4028/4027/23925 -f 4028/4027/23926 4051/4050/23927 4052/4051/23928 -f 4028/4027/23929 4052/4051/23930 4029/4028/23931 -f 4029/4028/23932 4052/4051/23933 4053/4052/23934 -f 4029/4028/23935 4053/4052/23936 4030/4029/23937 -f 4030/4029/23938 4053/4052/23939 4054/4053/23940 -f 4030/4029/23941 4054/4053/23942 4031/4030/23943 -f 4031/4030/23944 4054/4053/23945 4055/4054/23946 -f 4031/4030/23947 4055/4054/23948 4032/4031/23949 -f 4032/4031/23950 4055/4054/23951 4056/4055/23952 -f 4032/4031/23953 4056/4055/23954 4033/4032/23955 -f 4033/4032/23956 4056/4055/23957 4057/4056/23958 -f 4033/4032/23959 4057/4056/23960 4034/4033/23961 -f 4034/4033/23962 4057/4056/23963 4058/4057/23964 -f 4034/4033/23965 4058/4057/23966 4035/4034/23967 -f 4035/4034/23968 4058/4057/23969 4059/4058/23970 -f 4035/4034/23971 4059/4058/23972 4036/4035/23973 -f 4036/4035/23974 4059/4058/23975 4060/4059/23976 -f 4036/4035/23977 4060/4059/23978 4037/4036/23979 -f 4037/4036/23980 4060/4059/23981 4061/4060/23982 -f 4037/4036/23983 4061/4060/23984 4038/4037/23985 -f 4038/4037/23986 4061/4060/23987 4062/4061/23988 -f 4038/4037/23989 4062/4061/23990 4039/4038/23991 -f 4039/4038/23992 4062/4061/23993 4063/4062/23994 -f 4039/4038/23995 4063/4062/23996 4040/4039/23997 -f 4040/4039/23998 4063/4062/23999 4064/4063/24000 -f 4040/4039/24001 4064/4063/24002 4041/4040/24003 -f 4041/4040/24004 4064/4063/24005 4065/4064/24006 -f 4041/4040/24007 4065/4064/24008 4042/4041/24009 -f 4042/4041/24010 4065/4064/24011 4066/4065/24012 -f 4042/4041/24013 4066/4065/24014 4043/4042/24015 -f 4043/4042/24016 4066/4065/24017 4067/4066/24018 -f 4043/4042/24019 4067/4066/24020 4020/4019/24021 -f 4020/4019/24022 4067/4066/24023 4044/4043/24024 -f 4044/4043/24025 4068/4067/24026 4045/4044/24027 -f 4045/4044/24028 4068/4067/24029 4069/4068/24030 -f 4045/4044/24031 4069/4068/24032 4046/4045/24033 -f 4046/4045/24034 4069/4068/24035 4070/4069/24036 -f 4046/4045/24037 4070/4069/24038 4047/4046/24039 -f 4047/4046/24040 4070/4069/24041 4071/4070/24042 -f 4047/4046/24043 4071/4070/24044 4048/4047/24045 -f 4048/4047/24046 4071/4070/24047 4072/4071/24048 -f 4048/4047/24049 4072/4071/24050 4049/4048/24051 -f 4049/4048/24052 4072/4071/24053 4073/4072/24054 -f 4049/4048/24055 4073/4072/24056 4050/4049/24057 -f 4050/4049/24058 4073/4072/24059 4074/4073/24060 -f 4050/4049/24061 4074/4073/24062 4051/4050/24063 -f 4051/4050/24064 4074/4073/24065 4075/4074/24066 -f 4051/4050/24067 4075/4074/24068 4052/4051/24069 -f 4052/4051/24070 4075/4074/24071 4076/4075/24072 -f 4052/4051/24073 4076/4075/24074 4053/4052/24075 -f 4053/4052/24076 4076/4075/24077 4077/4076/24078 -f 4053/4052/24079 4077/4076/24080 4054/4053/24081 -f 4054/4053/24082 4077/4076/24083 4078/4077/24084 -f 4054/4053/24085 4078/4077/24086 4055/4054/24087 -f 4055/4054/24088 4078/4077/24089 4079/4078/24090 -f 4055/4054/24091 4079/4078/24092 4056/4055/24093 -f 4056/4055/24094 4079/4078/24095 4080/4079/24096 -f 4056/4055/24097 4080/4079/24098 4057/4056/24099 -f 4057/4056/24100 4080/4079/24101 4081/4080/24102 -f 4057/4056/24103 4081/4080/24104 4058/4057/24105 -f 4058/4057/24106 4081/4080/24107 4082/4081/24108 -f 4058/4057/24109 4082/4081/24110 4059/4058/24111 -f 4059/4058/24112 4082/4081/24113 4083/4082/24114 -f 4059/4058/24115 4083/4082/24116 4060/4059/24117 -f 4060/4059/24118 4083/4082/24119 4084/4083/24120 -f 4060/4059/24121 4084/4083/24122 4061/4060/24123 -f 4061/4060/24124 4084/4083/24125 4085/4084/24126 -f 4061/4060/24127 4085/4084/24128 4062/4061/24129 -f 4062/4061/24130 4085/4084/24131 4086/4085/24132 -f 4062/4061/24133 4086/4085/24134 4063/4062/24135 -f 4063/4062/24136 4086/4085/24137 4087/4086/24138 -f 4063/4062/24139 4087/4086/24140 4064/4063/24141 -f 4064/4063/24142 4087/4086/24143 4088/4087/24144 -f 4064/4063/24145 4088/4087/24146 4065/4064/24147 -f 4065/4064/24148 4088/4087/24149 4089/4088/24150 -f 4065/4064/24151 4089/4088/24152 4066/4065/24153 -f 4066/4065/24154 4089/4088/24155 4090/4089/24156 -f 4066/4065/24157 4090/4089/24158 4067/4066/24159 -f 4067/4066/24160 4090/4089/24161 4091/4090/24162 -f 4067/4066/24163 4091/4090/24164 4044/4043/24165 -f 4044/4043/24166 4091/4090/24167 4068/4067/24168 -f 4068/4067/24169 4092/4091/24170 4069/4068/24171 -f 4069/4068/24172 4092/4091/24173 4093/4092/24174 -f 4069/4068/24175 4093/4092/24176 4070/4069/24177 -f 4070/4069/24178 4093/4092/24179 4094/4093/24180 -f 4070/4069/24181 4094/4093/24182 4071/4070/24183 -f 4071/4070/24184 4094/4093/24185 4095/4094/24186 -f 4071/4070/24187 4095/4094/24188 4072/4071/24189 -f 4072/4071/24190 4095/4094/24191 4096/4095/24192 -f 4072/4071/24193 4096/4095/24194 4073/4072/24195 -f 4073/4072/24196 4096/4095/24197 4097/4096/24198 -f 4073/4072/24199 4097/4096/24200 4074/4073/24201 -f 4074/4073/24202 4097/4096/24203 4098/4097/24204 -f 4074/4073/24205 4098/4097/24206 4075/4074/24207 -f 4075/4074/24208 4098/4097/24209 4099/4098/24210 -f 4075/4074/24211 4099/4098/24212 4076/4075/24213 -f 4076/4075/24214 4099/4098/24215 4100/4099/24216 -f 4076/4075/24217 4100/4099/24218 4077/4076/24219 -f 4077/4076/24220 4100/4099/24221 4101/4100/24222 -f 4077/4076/24223 4101/4100/24224 4078/4077/24225 -f 4078/4077/24226 4101/4100/24227 4102/4101/24228 -f 4078/4077/24229 4102/4101/24230 4079/4078/24231 -f 4079/4078/24232 4102/4101/24233 4103/4102/24234 -f 4079/4078/24235 4103/4102/24236 4080/4079/24237 -f 4080/4079/24238 4103/4102/24239 4104/4103/24240 -f 4080/4079/24241 4104/4103/24242 4081/4080/24243 -f 4081/4080/24244 4104/4103/24245 4105/4104/24246 -f 4081/4080/24247 4105/4104/24248 4082/4081/24249 -f 4082/4081/24250 4105/4104/24251 4106/4105/24252 -f 4082/4081/24253 4106/4105/24254 4083/4082/24255 -f 4083/4082/24256 4106/4105/24257 4107/4106/24258 -f 4083/4082/24259 4107/4106/24260 4084/4083/24261 -f 4084/4083/24262 4107/4106/24263 4108/4107/24264 -f 4084/4083/24265 4108/4107/24266 4085/4084/24267 -f 4085/4084/24268 4108/4107/24269 4109/4108/24270 -f 4085/4084/24271 4109/4108/24272 4086/4085/24273 -f 4086/4085/24274 4109/4108/24275 4110/4109/24276 -f 4086/4085/24277 4110/4109/24278 4087/4086/24279 -f 4087/4086/24280 4110/4109/24281 4111/4110/24282 -f 4087/4086/24283 4111/4110/24284 4088/4087/24285 -f 4088/4087/24286 4111/4110/24287 4112/4111/24288 -f 4088/4087/24289 4112/4111/24290 4089/4088/24291 -f 4089/4088/24292 4112/4111/24293 4113/4112/24294 -f 4089/4088/24295 4113/4112/24296 4090/4089/24297 -f 4090/4089/24298 4113/4112/24299 4114/4113/24300 -f 4090/4089/24301 4114/4113/24302 4091/4090/24303 -f 4091/4090/24304 4114/4113/24305 4115/4114/24306 -f 4091/4090/24307 4115/4114/24308 4068/4067/24309 -f 4068/4067/24310 4115/4114/24311 4092/4091/24312 -f 4092/4091/24313 4116/4115/24314 4093/4092/24315 -f 4093/4092/24316 4116/4115/24317 4117/4116/24318 -f 4093/4092/24319 4117/4116/24320 4094/4093/24321 -f 4094/4093/24322 4117/4116/24323 4118/4117/24324 -f 4094/4093/24325 4118/4117/24326 4095/4094/24327 -f 4095/4094/24328 4118/4117/24329 4119/4118/24330 -f 4095/4094/24331 4119/4118/24332 4096/4095/24333 -f 4096/4095/24334 4119/4118/24335 4120/4119/24336 -f 4096/4095/24337 4120/4119/24338 4097/4096/24339 -f 4097/4096/24340 4120/4119/24341 4121/4120/24342 -f 4097/4096/24343 4121/4120/24344 4098/4097/24345 -f 4098/4097/24346 4121/4120/24347 4122/4121/24348 -f 4098/4097/24349 4122/4121/24350 4099/4098/24351 -f 4099/4098/24352 4122/4121/24353 4123/4122/24354 -f 4099/4098/24355 4123/4122/24356 4100/4099/24357 -f 4100/4099/24358 4123/4122/24359 4124/4123/24360 -f 4100/4099/24361 4124/4123/24362 4101/4100/24363 -f 4101/4100/24364 4124/4123/24365 4125/4124/24366 -f 4101/4100/24367 4125/4124/24368 4102/4101/24369 -f 4102/4101/24370 4125/4124/24371 4126/4125/24372 -f 4102/4101/24373 4126/4125/24374 4103/4102/24375 -f 4103/4102/24376 4126/4125/24377 4127/4126/24378 -f 4103/4102/24379 4127/4126/24380 4104/4103/24381 -f 4104/4103/24382 4127/4126/24383 4128/4127/24384 -f 4104/4103/24385 4128/4127/24386 4105/4104/24387 -f 4105/4104/24388 4128/4127/24389 4129/4128/24390 -f 4105/4104/24391 4129/4128/24392 4106/4105/24393 -f 4106/4105/24394 4129/4128/24395 4130/4129/24396 -f 4106/4105/24397 4130/4129/24398 4107/4106/24399 -f 4107/4106/24400 4130/4129/24401 4131/4130/24402 -f 4107/4106/24403 4131/4130/24404 4108/4107/24405 -f 4108/4107/24406 4131/4130/24407 4132/4131/24408 -f 4108/4107/24409 4132/4131/24410 4109/4108/24411 -f 4109/4108/24412 4132/4131/24413 4133/4132/24414 -f 4109/4108/24415 4133/4132/24416 4110/4109/24417 -f 4110/4109/24418 4133/4132/24419 4134/4133/24420 -f 4110/4109/24421 4134/4133/24422 4111/4110/24423 -f 4111/4110/24424 4134/4133/24425 4135/4134/24426 -f 4111/4110/24427 4135/4134/24428 4112/4111/24429 -f 4112/4111/24430 4135/4134/24431 4136/4135/24432 -f 4112/4111/24433 4136/4135/24434 4113/4112/24435 -f 4113/4112/24436 4136/4135/24437 4137/4136/24438 -f 4113/4112/24439 4137/4136/24440 4114/4113/24441 -f 4114/4113/24442 4137/4136/24443 4138/4137/24444 -f 4114/4113/24445 4138/4137/24446 4115/4114/24447 -f 4115/4114/24448 4138/4137/24449 4139/4138/24450 -f 4115/4114/24451 4139/4138/24452 4092/4091/24453 -f 4092/4091/24454 4139/4138/24455 4116/4115/24456 -f 4116/4115/24457 4140/4139/24458 4117/4116/24459 -f 4117/4116/24460 4140/4139/24461 4141/4140/24462 -f 4117/4116/24463 4141/4140/24464 4118/4117/24465 -f 4118/4117/24466 4141/4140/24467 4142/4141/24468 -f 4118/4117/24469 4142/4141/24470 4119/4118/24471 -f 4119/4118/24472 4142/4141/24473 4143/4142/24474 -f 4119/4118/24475 4143/4142/24476 4120/4119/24477 -f 4120/4119/24478 4143/4142/24479 4144/4143/24480 -f 4120/4119/24481 4144/4143/24482 4121/4120/24483 -f 4121/4120/24484 4144/4143/24485 4145/4144/24486 -f 4121/4120/24487 4145/4144/24488 4122/4121/24489 -f 4122/4121/24490 4145/4144/24491 4146/4145/24492 -f 4122/4121/24493 4146/4145/24494 4123/4122/24495 -f 4123/4122/24496 4146/4145/24497 4147/4146/24498 -f 4123/4122/24499 4147/4146/24500 4124/4123/24501 -f 4124/4123/24502 4147/4146/24503 4148/4147/24504 -f 4124/4123/24505 4148/4147/24506 4125/4124/24507 -f 4125/4124/24508 4148/4147/24509 4149/4148/24510 -f 4125/4124/24511 4149/4148/24512 4126/4125/24513 -f 4126/4125/24514 4149/4148/24515 4150/4149/24516 -f 4126/4125/24517 4150/4149/24518 4127/4126/24519 -f 4127/4126/24520 4150/4149/24521 4151/4150/24522 -f 4127/4126/24523 4151/4150/24524 4128/4127/24525 -f 4128/4127/24526 4151/4150/24527 4152/4151/24528 -f 4128/4127/24529 4152/4151/24530 4129/4128/24531 -f 4129/4128/24532 4152/4151/24533 4153/4152/24534 -f 4129/4128/24535 4153/4152/24536 4130/4129/24537 -f 4130/4129/24538 4153/4152/24539 4154/4153/24540 -f 4130/4129/24541 4154/4153/24542 4131/4130/24543 -f 4131/4130/24544 4154/4153/24545 4155/4154/24546 -f 4131/4130/24547 4155/4154/24548 4132/4131/24549 -f 4132/4131/24550 4155/4154/24551 4156/4155/24552 -f 4132/4131/24553 4156/4155/24554 4133/4132/24555 -f 4133/4132/24556 4156/4155/24557 4157/4156/24558 -f 4133/4132/24559 4157/4156/24560 4134/4133/24561 -f 4134/4133/24562 4157/4156/24563 4158/4157/24564 -f 4134/4133/24565 4158/4157/24566 4135/4134/24567 -f 4135/4134/24568 4158/4157/24569 4159/4158/24570 -f 4135/4134/24571 4159/4158/24572 4136/4135/24573 -f 4136/4135/24574 4159/4158/24575 4160/4159/24576 -f 4136/4135/24577 4160/4159/24578 4137/4136/24579 -f 4137/4136/24580 4160/4159/24581 4161/4160/24582 -f 4137/4136/24583 4161/4160/24584 4138/4137/24585 -f 4138/4137/24586 4161/4160/24587 4162/4161/24588 -f 4138/4137/24589 4162/4161/24590 4139/4138/24591 -f 4139/4138/24592 4162/4161/24593 4163/4162/24594 -f 4139/4138/24595 4163/4162/24596 4116/4115/24597 -f 4116/4115/24598 4163/4162/24599 4140/4139/24600 -f 4140/4139/24601 4164/4163/24602 4141/4140/24603 -f 4141/4140/24604 4164/4163/24605 4165/4164/24606 -f 4141/4140/24607 4165/4164/24608 4142/4141/24609 -f 4142/4141/24610 4165/4164/24611 4166/4165/24612 -f 4142/4141/24613 4166/4165/24614 4143/4142/24615 -f 4143/4142/24616 4166/4165/24617 4167/4166/24618 -f 4143/4142/24619 4167/4166/24620 4144/4143/24621 -f 4144/4143/24622 4167/4166/24623 4168/4167/24624 -f 4144/4143/24625 4168/4167/24626 4145/4144/24627 -f 4145/4144/24628 4168/4167/24629 4169/4168/24630 -f 4145/4144/24631 4169/4168/24632 4146/4145/24633 -f 4146/4145/24634 4169/4168/24635 4170/4169/24636 -f 4146/4145/24637 4170/4169/24638 4147/4146/24639 -f 4147/4146/24640 4170/4169/24641 4171/4170/24642 -f 4147/4146/24643 4171/4170/24644 4148/4147/24645 -f 4148/4147/24646 4171/4170/24647 4172/4171/24648 -f 4148/4147/24649 4172/4171/24650 4149/4148/24651 -f 4149/4148/24652 4172/4171/24653 4173/4172/24654 -f 4149/4148/24655 4173/4172/24656 4150/4149/24657 -f 4150/4149/24658 4173/4172/24659 4174/4173/24660 -f 4150/4149/24661 4174/4173/24662 4151/4150/24663 -f 4151/4150/24664 4174/4173/24665 4175/4174/24666 -f 4151/4150/24667 4175/4174/24668 4152/4151/24669 -f 4152/4151/24670 4175/4174/24671 4176/4175/24672 -f 4152/4151/24673 4176/4175/24674 4153/4152/24675 -f 4153/4152/24676 4176/4175/24677 4177/4176/24678 -f 4153/4152/24679 4177/4176/24680 4154/4153/24681 -f 4154/4153/24682 4177/4176/24683 4178/4177/24684 -f 4154/4153/24685 4178/4177/24686 4155/4154/24687 -f 4155/4154/24688 4178/4177/24689 4179/4178/24690 -f 4155/4154/24691 4179/4178/24692 4156/4155/24693 -f 4156/4155/24694 4179/4178/24695 4180/4179/24696 -f 4156/4155/24697 4180/4179/24698 4157/4156/24699 -f 4157/4156/24700 4180/4179/24701 4181/4180/24702 -f 4157/4156/24703 4181/4180/24704 4158/4157/24705 -f 4158/4157/24706 4181/4180/24707 4182/4181/24708 -f 4158/4157/24709 4182/4181/24710 4159/4158/24711 -f 4159/4158/24712 4182/4181/24713 4183/4182/24714 -f 4159/4158/24715 4183/4182/24716 4160/4159/24717 -f 4160/4159/24718 4183/4182/24719 4184/4183/24720 -f 4160/4159/24721 4184/4183/24722 4161/4160/24723 -f 4161/4160/24724 4184/4183/24725 4185/4184/24726 -f 4161/4160/24727 4185/4184/24728 4162/4161/24729 -f 4162/4161/24730 4185/4184/24731 4186/4185/24732 -f 4162/4161/24733 4186/4185/24734 4163/4162/24735 -f 4163/4162/24736 4186/4185/24737 4187/4186/24738 -f 4163/4162/24739 4187/4186/24740 4140/4139/24741 -f 4140/4139/24742 4187/4186/24743 4164/4163/24744 -f 4164/4163/24745 4188/4187/24746 4165/4164/24747 -f 4165/4164/24748 4188/4187/24749 4189/4188/24750 -f 4165/4164/24751 4189/4188/24752 4166/4165/24753 -f 4166/4165/24754 4189/4188/24755 4190/4189/24756 -f 4166/4165/24757 4190/4189/24758 4167/4166/24759 -f 4167/4166/24760 4190/4189/24761 4191/4190/24762 -f 4167/4166/24763 4191/4190/24764 4168/4167/24765 -f 4168/4167/24766 4191/4190/24767 4192/4191/24768 -f 4168/4167/24769 4192/4191/24770 4169/4168/24771 -f 4169/4168/24772 4192/4191/24773 4193/4192/24774 -f 4169/4168/24775 4193/4192/24776 4170/4169/24777 -f 4170/4169/24778 4193/4192/24779 4194/4193/24780 -f 4170/4169/24781 4194/4193/24782 4171/4170/24783 -f 4171/4170/24784 4194/4193/24785 4195/4194/24786 -f 4171/4170/24787 4195/4194/24788 4172/4171/24789 -f 4172/4171/24790 4195/4194/24791 4196/4195/24792 -f 4172/4171/24793 4196/4195/24794 4173/4172/24795 -f 4173/4172/24796 4196/4195/24797 4197/4196/24798 -f 4173/4172/24799 4197/4196/24800 4174/4173/24801 -f 4174/4173/24802 4197/4196/24803 4198/4197/24804 -f 4174/4173/24805 4198/4197/24806 4175/4174/24807 -f 4175/4174/24808 4198/4197/24809 4199/4198/24810 -f 4175/4174/24811 4199/4198/24812 4176/4175/24813 -f 4176/4175/24814 4199/4198/24815 4200/4199/24816 -f 4176/4175/24817 4200/4199/24818 4177/4176/24819 -f 4177/4176/24820 4200/4199/24821 4201/4200/24822 -f 4177/4176/24823 4201/4200/24824 4178/4177/24825 -f 4178/4177/24826 4201/4200/24827 4202/4201/24828 -f 4178/4177/24829 4202/4201/24830 4179/4178/24831 -f 4179/4178/24832 4202/4201/24833 4203/4202/24834 -f 4179/4178/24835 4203/4202/24836 4180/4179/24837 -f 4180/4179/24838 4203/4202/24839 4204/4203/24840 -f 4180/4179/24841 4204/4203/24842 4181/4180/24843 -f 4181/4180/24844 4204/4203/24845 4205/4204/24846 -f 4181/4180/24847 4205/4204/24848 4182/4181/24849 -f 4182/4181/24850 4205/4204/24851 4206/4205/24852 -f 4182/4181/24853 4206/4205/24854 4183/4182/24855 -f 4183/4182/24856 4206/4205/24857 4207/4206/24858 -f 4183/4182/24859 4207/4206/24860 4184/4183/24861 -f 4184/4183/24862 4207/4206/24863 4208/4207/24864 -f 4184/4183/24865 4208/4207/24866 4185/4184/24867 -f 4185/4184/24868 4208/4207/24869 4209/4208/24870 -f 4185/4184/24871 4209/4208/24872 4186/4185/24873 -f 4186/4185/24874 4209/4208/24875 4210/4209/24876 -f 4186/4185/24877 4210/4209/24878 4187/4186/24879 -f 4187/4186/24880 4210/4209/24881 4211/4210/24882 -f 4187/4186/24883 4211/4210/24884 4164/4163/24885 -f 4164/4163/24886 4211/4210/24887 4188/4187/24888 -f 4188/4187/24889 4212/4211/24890 4189/4188/24891 -f 4189/4188/24892 4212/4211/24893 4213/4212/24894 -f 4189/4188/24895 4213/4212/24896 4190/4189/24897 -f 4190/4189/24898 4213/4212/24899 4214/4213/24900 -f 4190/4189/24901 4214/4213/24902 4191/4190/24903 -f 4191/4190/24904 4214/4213/24905 4215/4214/24906 -f 4191/4190/24907 4215/4214/24908 4192/4191/24909 -f 4192/4191/24910 4215/4214/24911 4216/4215/24912 -f 4192/4191/24913 4216/4215/24914 4193/4192/24915 -f 4193/4192/24916 4216/4215/24917 4217/4216/24918 -f 4193/4192/24919 4217/4216/24920 4194/4193/24921 -f 4194/4193/24922 4217/4216/24923 4218/4217/24924 -f 4194/4193/24925 4218/4217/24926 4195/4194/24927 -f 4195/4194/24928 4218/4217/24929 4219/4218/24930 -f 4195/4194/24931 4219/4218/24932 4196/4195/24933 -f 4196/4195/24934 4219/4218/24935 4220/4219/24936 -f 4196/4195/24937 4220/4219/24938 4197/4196/24939 -f 4197/4196/24940 4220/4219/24941 4221/4220/24942 -f 4197/4196/24943 4221/4220/24944 4198/4197/24945 -f 4198/4197/24946 4221/4220/24947 4222/4221/24948 -f 4198/4197/24949 4222/4221/24950 4199/4198/24951 -f 4199/4198/24952 4222/4221/24953 4223/4222/24954 -f 4199/4198/24955 4223/4222/24956 4200/4199/24957 -f 4200/4199/24958 4223/4222/24959 4224/4223/24960 -f 4200/4199/24961 4224/4223/24962 4201/4200/24963 -f 4201/4200/24964 4224/4223/24965 4225/4224/24966 -f 4201/4200/24967 4225/4224/24968 4202/4201/24969 -f 4202/4201/24970 4225/4224/24971 4226/4225/24972 -f 4202/4201/24973 4226/4225/24974 4203/4202/24975 -f 4203/4202/24976 4226/4225/24977 4227/4226/24978 -f 4203/4202/24979 4227/4226/24980 4204/4203/24981 -f 4204/4203/24982 4227/4226/24983 4228/4227/24984 -f 4204/4203/24985 4228/4227/24986 4205/4204/24987 -f 4205/4204/24988 4228/4227/24989 4229/4228/24990 -f 4205/4204/24991 4229/4228/24992 4206/4205/24993 -f 4206/4205/24994 4229/4228/24995 4230/4229/24996 -f 4206/4205/24997 4230/4229/24998 4207/4206/24999 -f 4207/4206/25000 4230/4229/25001 4231/4230/25002 -f 4207/4206/25003 4231/4230/25004 4208/4207/25005 -f 4208/4207/25006 4231/4230/25007 4232/4231/25008 -f 4208/4207/25009 4232/4231/25010 4209/4208/25011 -f 4209/4208/25012 4232/4231/25013 4233/4232/25014 -f 4209/4208/25015 4233/4232/25016 4210/4209/25017 -f 4210/4209/25018 4233/4232/25019 4234/4233/25020 -f 4210/4209/25021 4234/4233/25022 4211/4210/25023 -f 4211/4210/25024 4234/4233/25025 4235/4234/25026 -f 4211/4210/25027 4235/4234/25028 4188/4187/25029 -f 4188/4187/25030 4235/4234/25031 4212/4211/25032 -f 4212/4211/25033 4236/4235/25034 4213/4212/25035 -f 4213/4212/25036 4236/4235/25037 4237/4236/25038 -f 4213/4212/25039 4237/4236/25040 4214/4213/25041 -f 4214/4213/25042 4237/4236/25043 4238/4237/25044 -f 4214/4213/25045 4238/4237/25046 4215/4214/25047 -f 4215/4214/25048 4238/4237/25049 4239/4238/25050 -f 4215/4214/25051 4239/4238/25052 4216/4215/25053 -f 4216/4215/25054 4239/4238/25055 4240/4239/25056 -f 4216/4215/25057 4240/4239/25058 4217/4216/25059 -f 4217/4216/25060 4240/4239/25061 4241/4240/25062 -f 4217/4216/25063 4241/4240/25064 4218/4217/25065 -f 4218/4217/25066 4241/4240/25067 4242/4241/25068 -f 4218/4217/25069 4242/4241/25070 4219/4218/25071 -f 4219/4218/25072 4242/4241/25073 4243/4242/25074 -f 4219/4218/25075 4243/4242/25076 4220/4219/25077 -f 4220/4219/25078 4243/4242/25079 4244/4243/25080 -f 4220/4219/25081 4244/4243/25082 4221/4220/25083 -f 4221/4220/25084 4244/4243/25085 4245/4244/25086 -f 4221/4220/25087 4245/4244/25088 4222/4221/25089 -f 4222/4221/25090 4245/4244/25091 4246/4245/25092 -f 4222/4221/25093 4246/4245/25094 4223/4222/25095 -f 4223/4222/25096 4246/4245/25097 4247/4246/25098 -f 4223/4222/25099 4247/4246/25100 4224/4223/25101 -f 4224/4223/25102 4247/4246/25103 4248/4247/25104 -f 4224/4223/25105 4248/4247/25106 4225/4224/25107 -f 4225/4224/25108 4248/4247/25109 4249/4248/25110 -f 4225/4224/25111 4249/4248/25112 4226/4225/25113 -f 4226/4225/25114 4249/4248/25115 4250/4249/25116 -f 4226/4225/25117 4250/4249/25118 4227/4226/25119 -f 4227/4226/25120 4250/4249/25121 4251/4250/25122 -f 4227/4226/25123 4251/4250/25124 4228/4227/25125 -f 4228/4227/25126 4251/4250/25127 4252/4251/25128 -f 4228/4227/25129 4252/4251/25130 4229/4228/25131 -f 4229/4228/25132 4252/4251/25133 4253/4252/25134 -f 4229/4228/25135 4253/4252/25136 4230/4229/25137 -f 4230/4229/25138 4253/4252/25139 4254/4253/25140 -f 4230/4229/25141 4254/4253/25142 4231/4230/25143 -f 4231/4230/25144 4254/4253/25145 4255/4254/25146 -f 4231/4230/25147 4255/4254/25148 4232/4231/25149 -f 4232/4231/25150 4255/4254/25151 4256/4255/25152 -f 4232/4231/25153 4256/4255/25154 4233/4232/25155 -f 4233/4232/25156 4256/4255/25157 4257/4256/25158 -f 4233/4232/25159 4257/4256/25160 4234/4233/25161 -f 4234/4233/25162 4257/4256/25163 4258/4257/25164 -f 4234/4233/25165 4258/4257/25166 4235/4234/25167 -f 4235/4234/25168 4258/4257/25169 4259/4258/25170 -f 4235/4234/25171 4259/4258/25172 4212/4211/25173 -f 4212/4211/25174 4259/4258/25175 4236/4235/25176 -f 4236/4235/25177 4260/4259/25178 4237/4236/25179 -f 4237/4236/25180 4260/4259/25181 4261/4260/25182 -f 4237/4236/25183 4261/4260/25184 4238/4237/25185 -f 4238/4237/25186 4261/4260/25187 4262/4261/25188 -f 4238/4237/25189 4262/4261/25190 4239/4238/25191 -f 4239/4238/25192 4262/4261/25193 4263/4262/25194 -f 4239/4238/25195 4263/4262/25196 4240/4239/25197 -f 4240/4239/25198 4263/4262/25199 4264/4263/25200 -f 4240/4239/25201 4264/4263/25202 4241/4240/25203 -f 4241/4240/25204 4264/4263/25205 4265/4264/25206 -f 4241/4240/25207 4265/4264/25208 4242/4241/25209 -f 4242/4241/25210 4265/4264/25211 4266/4265/25212 -f 4242/4241/25213 4266/4265/25214 4243/4242/25215 -f 4243/4242/25216 4266/4265/25217 4267/4266/25218 -f 4243/4242/25219 4267/4266/25220 4244/4243/25221 -f 4244/4243/25222 4267/4266/25223 4268/4267/25224 -f 4244/4243/25225 4268/4267/25226 4245/4244/25227 -f 4245/4244/25228 4268/4267/25229 4269/4268/25230 -f 4245/4244/25231 4269/4268/25232 4246/4245/25233 -f 4246/4245/25234 4269/4268/25235 4270/4269/25236 -f 4246/4245/25237 4270/4269/25238 4247/4246/25239 -f 4247/4246/25240 4270/4269/25241 4271/4270/25242 -f 4247/4246/25243 4271/4270/25244 4248/4247/25245 -f 4248/4247/25246 4271/4270/25247 4272/4271/25248 -f 4248/4247/25249 4272/4271/25250 4249/4248/25251 -f 4249/4248/25252 4272/4271/25253 4273/4272/25254 -f 4249/4248/25255 4273/4272/25256 4250/4249/25257 -f 4250/4249/25258 4273/4272/25259 4274/4273/25260 -f 4250/4249/25261 4274/4273/25262 4251/4250/25263 -f 4251/4250/25264 4274/4273/25265 4275/4274/25266 -f 4251/4250/25267 4275/4274/25268 4252/4251/25269 -f 4252/4251/25270 4275/4274/25271 4276/4275/25272 -f 4252/4251/25273 4276/4275/25274 4253/4252/25275 -f 4253/4252/25276 4276/4275/25277 4277/4276/25278 -f 4253/4252/25279 4277/4276/25280 4254/4253/25281 -f 4254/4253/25282 4277/4276/25283 4278/4277/25284 -f 4254/4253/25285 4278/4277/25286 4255/4254/25287 -f 4255/4254/25288 4278/4277/25289 4279/4278/25290 -f 4255/4254/25291 4279/4278/25292 4256/4255/25293 -f 4256/4255/25294 4279/4278/25295 4280/4279/25296 -f 4256/4255/25297 4280/4279/25298 4257/4256/25299 -f 4257/4256/25300 4280/4279/25301 4281/4280/25302 -f 4257/4256/25303 4281/4280/25304 4258/4257/25305 -f 4258/4257/25306 4281/4280/25307 4282/4281/25308 -f 4258/4257/25309 4282/4281/25310 4259/4258/25311 -f 4259/4258/25312 4282/4281/25313 4283/4282/25314 -f 4259/4258/25315 4283/4282/25316 4236/4235/25317 -f 4236/4235/25318 4283/4282/25319 4260/4259/25320 -f 4260/4259/25321 4284/4283/25322 4261/4260/25323 -f 4261/4260/25324 4284/4283/25325 4285/4284/25326 -f 4261/4260/25327 4285/4284/25328 4262/4261/25329 -f 4262/4261/25330 4285/4284/25331 4286/4285/25332 -f 4262/4261/25333 4286/4285/25334 4263/4262/25335 -f 4263/4262/25336 4286/4285/25337 4287/4286/25338 -f 4263/4262/25339 4287/4286/25340 4264/4263/25341 -f 4264/4263/25342 4287/4286/25343 4288/4287/25344 -f 4264/4263/25345 4288/4287/25346 4265/4264/25347 -f 4265/4264/25348 4288/4287/25349 4289/4288/25350 -f 4265/4264/25351 4289/4288/25352 4266/4265/25353 -f 4266/4265/25354 4289/4288/25355 4290/4289/25356 -f 4266/4265/25357 4290/4289/25358 4267/4266/25359 -f 4267/4266/25360 4290/4289/25361 4291/4290/25362 -f 4267/4266/25363 4291/4290/25364 4268/4267/25365 -f 4268/4267/25366 4291/4290/25367 4292/4291/25368 -f 4268/4267/25369 4292/4291/25370 4269/4268/25371 -f 4269/4268/25372 4292/4291/25373 4293/4292/25374 -f 4269/4268/25375 4293/4292/25376 4270/4269/25377 -f 4270/4269/25378 4293/4292/25379 4294/4293/25380 -f 4270/4269/25381 4294/4293/25382 4271/4270/25383 -f 4271/4270/25384 4294/4293/25385 4295/4294/25386 -f 4271/4270/25387 4295/4294/25388 4272/4271/25389 -f 4272/4271/25390 4295/4294/25391 4296/4295/25392 -f 4272/4271/25393 4296/4295/25394 4273/4272/25395 -f 4273/4272/25396 4296/4295/25397 4297/4296/25398 -f 4273/4272/25399 4297/4296/25400 4274/4273/25401 -f 4274/4273/25402 4297/4296/25403 4298/4297/25404 -f 4274/4273/25405 4298/4297/25406 4275/4274/25407 -f 4275/4274/25408 4298/4297/25409 4299/4298/25410 -f 4275/4274/25411 4299/4298/25412 4276/4275/25413 -f 4276/4275/25414 4299/4298/25415 4300/4299/25416 -f 4276/4275/25417 4300/4299/25418 4277/4276/25419 -f 4277/4276/25420 4300/4299/25421 4301/4300/25422 -f 4277/4276/25423 4301/4300/25424 4278/4277/25425 -f 4278/4277/25426 4301/4300/25427 4302/4301/25428 -f 4278/4277/25429 4302/4301/25430 4279/4278/25431 -f 4279/4278/25432 4302/4301/25433 4303/4302/25434 -f 4279/4278/25435 4303/4302/25436 4280/4279/25437 -f 4280/4279/25438 4303/4302/25439 4304/4303/25440 -f 4280/4279/25441 4304/4303/25442 4281/4280/25443 -f 4281/4280/25444 4304/4303/25445 4305/4304/25446 -f 4281/4280/25447 4305/4304/25448 4282/4281/25449 -f 4282/4281/25450 4305/4304/25451 4306/4305/25452 -f 4282/4281/25453 4306/4305/25454 4283/4282/25455 -f 4283/4282/25456 4306/4305/25457 4307/4306/25458 -f 4283/4282/25459 4307/4306/25460 4260/4259/25461 -f 4260/4259/25462 4307/4306/25463 4284/4283/25464 -f 4284/4283/25465 4308/4307/25466 4285/4284/25467 -f 4285/4284/25468 4308/4307/25469 4309/4308/25470 -f 4285/4284/25471 4309/4308/25472 4286/4285/25473 -f 4286/4285/25474 4309/4308/25475 4310/4309/25476 -f 4286/4285/25477 4310/4309/25478 4287/4286/25479 -f 4287/4286/25480 4310/4309/25481 4311/4310/25482 -f 4287/4286/25483 4311/4310/25484 4288/4287/25485 -f 4288/4287/25486 4311/4310/25487 4312/4311/25488 -f 4288/4287/25489 4312/4311/25490 4289/4288/25491 -f 4289/4288/25492 4312/4311/25493 4313/4312/25494 -f 4289/4288/25495 4313/4312/25496 4290/4289/25497 -f 4290/4289/25498 4313/4312/25499 4314/4313/25500 -f 4290/4289/25501 4314/4313/25502 4291/4290/25503 -f 4291/4290/25504 4314/4313/25505 4315/4314/25506 -f 4291/4290/25507 4315/4314/25508 4292/4291/25509 -f 4292/4291/25510 4315/4314/25511 4316/4315/25512 -f 4292/4291/25513 4316/4315/25514 4293/4292/25515 -f 4293/4292/25516 4316/4315/25517 4317/4316/25518 -f 4293/4292/25519 4317/4316/25520 4294/4293/25521 -f 4294/4293/25522 4317/4316/25523 4318/4317/25524 -f 4294/4293/25525 4318/4317/25526 4295/4294/25527 -f 4295/4294/25528 4318/4317/25529 4319/4318/25530 -f 4295/4294/25531 4319/4318/25532 4296/4295/25533 -f 4296/4295/25534 4319/4318/25535 4320/4319/25536 -f 4296/4295/25537 4320/4319/25538 4297/4296/25539 -f 4297/4296/25540 4320/4319/25541 4321/4320/25542 -f 4297/4296/25543 4321/4320/25544 4298/4297/25545 -f 4298/4297/25546 4321/4320/25547 4322/4321/25548 -f 4298/4297/25549 4322/4321/25550 4299/4298/25551 -f 4299/4298/25552 4322/4321/25553 4323/4322/25554 -f 4299/4298/25555 4323/4322/25556 4300/4299/25557 -f 4300/4299/25558 4323/4322/25559 4324/4323/25560 -f 4300/4299/25561 4324/4323/25562 4301/4300/25563 -f 4301/4300/25564 4324/4323/25565 4325/4324/25566 -f 4301/4300/25567 4325/4324/25568 4302/4301/25569 -f 4302/4301/25570 4325/4324/25571 4326/4325/25572 -f 4302/4301/25573 4326/4325/25574 4303/4302/25575 -f 4303/4302/25576 4326/4325/25577 4327/4326/25578 -f 4303/4302/25579 4327/4326/25580 4304/4303/25581 -f 4304/4303/25582 4327/4326/25583 4328/4327/25584 -f 4304/4303/25585 4328/4327/25586 4305/4304/25587 -f 4305/4304/25588 4328/4327/25589 4329/4328/25590 -f 4305/4304/25591 4329/4328/25592 4306/4305/25593 -f 4306/4305/25594 4329/4328/25595 4330/4329/25596 -f 4306/4305/25597 4330/4329/25598 4307/4306/25599 -f 4307/4306/25600 4330/4329/25601 4331/4330/25602 -f 4307/4306/25603 4331/4330/25604 4284/4283/25605 -f 4284/4283/25606 4331/4330/25607 4308/4307/25608 -f 4308/4307/25609 4332/4331/25610 4309/4308/25611 -f 4309/4308/25612 4332/4331/25613 4333/4332/25614 -f 4309/4308/25615 4333/4332/25616 4310/4309/25617 -f 4310/4309/25618 4333/4332/25619 4334/4333/25620 -f 4310/4309/25621 4334/4333/25622 4311/4310/25623 -f 4311/4310/25624 4334/4333/25625 4335/4334/25626 -f 4311/4310/25627 4335/4334/25628 4312/4311/25629 -f 4312/4311/25630 4335/4334/25631 4336/4335/25632 -f 4312/4311/25633 4336/4335/25634 4313/4312/25635 -f 4313/4312/25636 4336/4335/25637 4337/4336/25638 -f 4313/4312/25639 4337/4336/25640 4314/4313/25641 -f 4314/4313/25642 4337/4336/25643 4338/4337/25644 -f 4314/4313/25645 4338/4337/25646 4315/4314/25647 -f 4315/4314/25648 4338/4337/25649 4339/4338/25650 -f 4315/4314/25651 4339/4338/25652 4316/4315/25653 -f 4316/4315/25654 4339/4338/25655 4340/4339/25656 -f 4316/4315/25657 4340/4339/25658 4317/4316/25659 -f 4317/4316/25660 4340/4339/25661 4341/4340/25662 -f 4317/4316/25663 4341/4340/25664 4318/4317/25665 -f 4318/4317/25666 4341/4340/25667 4342/4341/25668 -f 4318/4317/25669 4342/4341/25670 4319/4318/25671 -f 4319/4318/25672 4342/4341/25673 4343/4342/25674 -f 4319/4318/25675 4343/4342/25676 4320/4319/25677 -f 4320/4319/25678 4343/4342/25679 4344/4343/25680 -f 4320/4319/25681 4344/4343/25682 4321/4320/25683 -f 4321/4320/25684 4344/4343/25685 4345/4344/25686 -f 4321/4320/25687 4345/4344/25688 4322/4321/25689 -f 4322/4321/25690 4345/4344/25691 4346/4345/25692 -f 4322/4321/25693 4346/4345/25694 4323/4322/25695 -f 4323/4322/25696 4346/4345/25697 4347/4346/25698 -f 4323/4322/25699 4347/4346/25700 4324/4323/25701 -f 4324/4323/25702 4347/4346/25703 4348/4347/25704 -f 4324/4323/25705 4348/4347/25706 4325/4324/25707 -f 4325/4324/25708 4348/4347/25709 4349/4348/25710 -f 4325/4324/25711 4349/4348/25712 4326/4325/25713 -f 4326/4325/25714 4349/4348/25715 4350/4349/25716 -f 4326/4325/25717 4350/4349/25718 4327/4326/25719 -f 4327/4326/25720 4350/4349/25721 4351/4350/25722 -f 4327/4326/25723 4351/4350/25724 4328/4327/25725 -f 4328/4327/25726 4351/4350/25727 4352/4351/25728 -f 4328/4327/25729 4352/4351/25730 4329/4328/25731 -f 4329/4328/25732 4352/4351/25733 4353/4352/25734 -f 4329/4328/25735 4353/4352/25736 4330/4329/25737 -f 4330/4329/25738 4353/4352/25739 4354/4353/25740 -f 4330/4329/25741 4354/4353/25742 4331/4330/25743 -f 4331/4330/25744 4354/4353/25745 4355/4354/25746 -f 4331/4330/25747 4355/4354/25748 4308/4307/25749 -f 4308/4307/25750 4355/4354/25751 4332/4331/25752 -f 4332/4331/25753 3591/3590/25754 4333/4332/25755 -f 4333/4332/25756 3591/3590/25757 3589/3588/25758 -f 4333/4332/25759 3589/3588/25760 4334/4333/25761 -f 4334/4333/25762 3589/3588/25763 3635/3634/25764 -f 4334/4333/25765 3635/3634/25766 4335/4334/25767 -f 4335/4334/25768 3635/3634/25769 3633/3632/25770 -f 4335/4334/25771 3633/3632/25772 4336/4335/25773 -f 4336/4335/25774 3633/3632/25775 3631/3630/25776 -f 4336/4335/25777 3631/3630/25778 4337/4336/25779 -f 4337/4336/25780 3631/3630/25781 3629/3628/25782 -f 4337/4336/25783 3629/3628/25784 4338/4337/25785 -f 4338/4337/25786 3629/3628/25787 3627/3626/25788 -f 4338/4337/25789 3627/3626/25790 4339/4338/25791 -f 4339/4338/25792 3627/3626/25793 3625/3624/25794 -f 4339/4338/25795 3625/3624/25796 4340/4339/25797 -f 4340/4339/25798 3625/3624/25799 3623/3622/25800 -f 4340/4339/25801 3623/3622/25802 4341/4340/25803 -f 4341/4340/25804 3623/3622/25805 3621/3620/25806 -f 4341/4340/25807 3621/3620/25808 4342/4341/25809 -f 4342/4341/25810 3621/3620/25811 3619/3618/25812 -f 4342/4341/25813 3619/3618/25814 4343/4342/25815 -f 4343/4342/25816 3619/3618/25817 3617/3616/25818 -f 4343/4342/25819 3617/3616/25820 4344/4343/25821 -f 4344/4343/25822 3617/3616/25823 3615/3614/25824 -f 4344/4343/25825 3615/3614/25826 4345/4344/25827 -f 4345/4344/25828 3615/3614/25829 3613/3612/25830 -f 4345/4344/25831 3613/3612/25832 4346/4345/25833 -f 4346/4345/25834 3613/3612/25835 3611/3610/25836 -f 4346/4345/25837 3611/3610/25838 4347/4346/25839 -f 4347/4346/25840 3611/3610/25841 3609/3608/25842 -f 4347/4346/25843 3609/3608/25844 4348/4347/25845 -f 4348/4347/25846 3609/3608/25847 3607/3606/25848 -f 4348/4347/25849 3607/3606/25850 4349/4348/25851 -f 4349/4348/25852 3607/3606/25853 3605/3604/25854 -f 4349/4348/25855 3605/3604/25856 4350/4349/25857 -f 4350/4349/25858 3605/3604/25859 3603/3602/25860 -f 4350/4349/25861 3603/3602/25862 4351/4350/25863 -f 4351/4350/25864 3603/3602/25865 3601/3600/25866 -f 4351/4350/25867 3601/3600/25868 4352/4351/25869 -f 4352/4351/25870 3601/3600/25871 3599/3598/25872 -f 4352/4351/25873 3599/3598/25874 4353/4352/25875 -f 4353/4352/25876 3599/3598/25877 3597/3596/25878 -f 4353/4352/25879 3597/3596/25880 4354/4353/25881 -f 4354/4353/25882 3597/3596/25883 3595/3594/25884 -f 4354/4353/25885 3595/3594/25886 4355/4354/25887 -f 4355/4354/25888 3595/3594/25889 3593/3592/25890 -f 4355/4354/25891 3593/3592/25892 4332/4331/25893 -f 4332/4331/25894 3593/3592/25895 3591/3590/25896 -f 3541/3541/25897 4357/4355/25898 3542/3542/25899 -f 3542/3542/25900 4357/4355/25901 4358/4356/25902 -f 3542/3542/25903 4358/4356/25904 3501/3501/25905 -f 3501/3501/25906 4358/4356/25907 4359/4357/25908 -f 4359/4357/25909 4360/4358/25910 3501/3501/25911 -f 3501/3501/25912 4360/4358/25913 4361/4359/25914 -f 3501/3501/25915 4361/4359/25916 4362/4360/25917 -f 4362/4360/25918 4361/4359/25919 4363/4361/25920 -f 4362/4360/25921 4363/4361/25922 4364/4362/25923 -f 4364/4362/25924 4363/4361/25925 4365/4363/25926 -f 4364/4362/25927 4365/4363/25928 4366/4364/25929 -f 4366/4364/25930 4365/4363/25931 3491/3491/25932 -f 4366/4364/25933 3491/3491/25934 4367/4365/25935 -f 4367/4365/25936 3491/3491/25937 4368/4366/25938 -f 4367/4365/25939 4368/4366/25940 4369/4367/25941 -f 4369/4367/25942 4368/4366/25943 4370/4368/25944 -f 4369/4367/25945 4370/4368/25946 4371/4369/25947 -f 4371/4369/25948 4370/4368/25949 4372/4370/25950 -f 4371/4369/25951 4372/4370/25952 3501/3501/25953 -f 3501/3501/25954 4372/4370/25955 4373/4371/25956 -f 3501/3501/25957 4373/4371/25958 4374/4372/25959 -f 4374/4372/25960 4373/4371/25961 4375/4373/25962 -f 4374/4372/25963 4375/4373/25964 4376/4374/25965 -f 4376/4374/25966 4375/4373/25967 4377/4375/25968 -f 4376/4374/25969 4377/4375/25970 3500/3500/25971 -f 3500/3500/25972 4377/4375/25973 3491/3491/25974 -f 3491/3491/25975 4377/4375/25976 4378/4376/25977 -f 3491/3491/25978 4378/4376/25979 4379/4377/25980 -f 4379/4377/25981 4378/4376/25982 4380/4378/25983 -f 4379/4377/25984 4380/4378/25985 4370/4368/25986 -f 4370/4368/25987 4380/4378/25988 4372/4370/25989 -f 4381/4379/25990 4382/4380/25991 4359/4357/25992 -f 4359/4357/25993 4382/4380/25994 4383/4381/25995 -f 4359/4357/25996 4383/4381/25997 4384/4382/25998 -f 4384/4382/25999 4383/4381/26000 4385/4383/26001 -f 4384/4382/26002 4385/4383/26003 4386/4384/26004 -f 4386/4384/26005 4385/4383/26006 4387/4385/26007 -f 4386/4384/26008 4387/4385/26009 4388/4386/26010 -f 4388/4386/26011 4387/4385/26012 4389/4387/26013 -f 4388/4386/26014 4389/4387/26015 4390/4388/26016 -f 4390/4388/26017 4389/4387/26018 4391/4389/26019 -f 4390/4388/26020 4391/4389/26021 4392/4390/26022 -f 4392/4390/26023 4391/4389/26024 4393/4391/26025 -f 4392/4390/26026 4393/4391/26027 4394/4392/26028 -f 4394/4392/26029 4393/4391/26030 4395/4393/26031 -f 4394/4392/26032 4395/4393/26033 4359/4357/26034 -f 4359/4357/26035 4395/4393/26036 4396/4394/26037 -f 4359/4357/26038 4396/4394/26039 4397/4395/26040 -f 4397/4395/26041 4396/4394/26042 4398/4396/26043 -f 4397/4395/26044 4398/4396/26045 4399/4397/26046 -f 4399/4397/26047 4398/4396/26048 4400/4398/26049 -f 4399/4397/26050 4400/4398/26051 4401/4399/26052 -f 4401/4399/26053 4400/4398/26054 3491/3491/26055 -f 4401/4399/26056 3491/3491/26057 4402/4400/26058 -f 4402/4400/26059 3491/3491/26060 4365/4363/26061 -f 4402/4400/26062 4365/4363/26063 4363/4361/26064 -f 4382/4380/26065 4381/4379/26066 4403/4401/26067 -f 4403/4401/26068 4381/4379/26069 4404/4402/26070 -f 4403/4401/26071 4404/4402/26072 4405/4403/26073 -f 4405/4403/26074 4404/4402/26075 4406/4404/26076 -f 4405/4403/26077 4406/4404/26078 4389/4387/26079 -f 3491/3491/26080 4400/4398/26081 4389/4387/26082 -f 4389/4387/26083 4400/4398/26084 4407/4405/26085 -f 4389/4387/26086 4407/4405/26087 4408/4406/26088 -f 4408/4406/26089 4407/4405/26090 4409/4407/26091 -f 4408/4406/26092 4409/4407/26093 4393/4391/26094 -f 4393/4391/26095 4409/4407/26096 4395/4393/26097 -f 3500/3500/26098 3499/3499/26099 4376/4374/26100 -f 4376/4374/26101 3499/3499/26102 4410/4408/26103 -f 4376/4374/26104 4410/4408/26105 4374/4372/26106 -f 4374/4372/26107 4410/4408/26108 3501/3501/26109 -f 3499/3499/26110 3497/3497/26111 4410/4408/26112 -f 4410/4408/26113 3497/3497/26114 3501/3501/26115 -f 4383/4381/26116 4382/4380/26117 4411/4409/26118 -f 4411/4409/26119 4382/4380/26120 4403/4401/26121 -f 4411/4409/26122 4403/4401/26123 4412/4410/26124 -f 4412/4410/26125 4403/4401/26126 4405/4403/26127 -f 4412/4410/26128 4405/4403/26129 4389/4387/26130 -f 4384/4382/26131 4413/4411/26132 4359/4357/26133 -f 4359/4357/26134 4413/4411/26135 4414/4412/26136 -f 4359/4357/26137 4414/4412/26138 4394/4392/26139 -f 4394/4392/26140 4414/4412/26141 4392/4390/26142 -f 4384/4382/26143 4386/4384/26144 4413/4411/26145 -f 4413/4411/26146 4386/4384/26147 4415/4413/26148 -f 4413/4411/26149 4415/4413/26150 4414/4412/26151 -f 4414/4412/26152 4415/4413/26153 4392/4390/26154 -f 4360/4358/26155 4359/4357/26156 4397/4395/26157 -f 4398/4396/26158 4396/4394/26159 4409/4407/26160 -f 4409/4407/26161 4396/4394/26162 4395/4393/26163 -f 4397/4395/26164 4399/4397/26165 4360/4358/26166 -f 4360/4358/26167 4399/4397/26168 4416/4414/26169 -f 4360/4358/26170 4416/4414/26171 4361/4359/26172 -f 4361/4359/26173 4416/4414/26174 4363/4361/26175 -f 4362/4360/26176 4417/4415/26177 3501/3501/26178 -f 3501/3501/26179 4417/4415/26180 4418/4416/26181 -f 3501/3501/26182 4418/4416/26183 4371/4369/26184 -f 4371/4369/26185 4418/4416/26186 4369/4367/26187 -f 4362/4360/26188 4364/4362/26189 4417/4415/26190 -f 4417/4415/26191 4364/4362/26192 4419/4417/26193 -f 4417/4415/26194 4419/4417/26195 4418/4416/26196 -f 4418/4416/26197 4419/4417/26198 4369/4367/26199 -f 4375/4373/26200 4373/4371/26201 4380/4378/26202 -f 4380/4378/26203 4373/4371/26204 4372/4370/26205 -f 4383/4381/26206 4411/4409/26207 4385/4383/26208 -f 4385/4383/26209 4411/4409/26210 4420/4418/26211 -f 4385/4383/26212 4420/4418/26213 4387/4385/26214 -f 4387/4385/26215 4420/4418/26216 4389/4387/26217 -f 4420/4418/26218 4411/4409/26219 4412/4410/26220 -f 4390/4388/26221 4392/4390/26222 4415/4413/26223 -f 4390/4388/26224 4415/4413/26225 4388/4386/26226 -f 4388/4386/26227 4415/4413/26228 4386/4384/26229 -f 4408/4406/26230 4393/4391/26231 4391/4389/26232 -f 4400/4398/26233 4398/4396/26234 4407/4405/26235 -f 4407/4405/26236 4398/4396/26237 4409/4407/26238 -f 4402/4400/26239 4363/4361/26240 4416/4414/26241 -f 4402/4400/26242 4416/4414/26243 4401/4399/26244 -f 4401/4399/26245 4416/4414/26246 4399/4397/26247 -f 4367/4365/26248 4369/4367/26249 4419/4417/26250 -f 4367/4365/26251 4419/4417/26252 4366/4364/26253 -f 4366/4364/26254 4419/4417/26255 4364/4362/26256 -f 4379/4377/26257 4370/4368/26258 4368/4366/26259 -f 4377/4375/26260 4375/4373/26261 4378/4376/26262 -f 4378/4376/26263 4375/4373/26264 4380/4378/26265 -f 4389/4387/26266 4420/4418/26267 4412/4410/26268 -f 4389/4387/26269 4408/4406/26270 4391/4389/26271 -f 3491/3491/26272 4379/4377/26273 4368/4366/26274 -f 3491/3491/26275 4389/4387/26276 3492/3492/26277 -f 3492/3492/26278 4389/4387/26279 4421/4419/26280 -f 3492/3492/26281 4421/4419/26282 3548/3548/26283 -f 3548/3548/26284 4421/4419/26285 4422/4420/26286 -f 3548/3548/26287 4422/4420/26288 3549/3549/26289 -f 3549/3549/26290 4422/4420/26291 4423/4421/26292 -f 3549/3549/26293 4423/4421/26294 3494/3494/26295 -f 3494/3494/26296 4423/4421/26297 4424/4422/26298 -f 3494/3494/26299 4424/4422/26300 3495/3495/26301 -f 3495/3495/26302 4424/4422/26303 4425/4423/26304 -f 3495/3495/26305 4425/4423/26306 3550/3550/26307 -f 3550/3550/26308 4425/4423/26309 4426/4424/26310 -f 3550/3550/26311 4426/4424/26312 3493/3493/26313 -f 3493/3493/26314 4426/4424/26315 4427/4425/26316 -f 3493/3493/26317 4427/4425/26318 3490/3490/26319 -f 3490/3490/26320 4427/4425/26321 4428/4426/26322 -f 4428/4426/26323 4429/4427/26324 3490/3490/26325 -f 3490/3490/26326 4429/4427/26327 4430/4428/26328 -f 3490/3490/26329 4430/4428/26330 4431/4429/26331 -f 4431/4429/26332 4430/4428/26333 4432/4430/26334 -f 4431/4429/26335 4432/4430/26336 4433/4431/26337 -f 4433/4431/26338 4432/4430/26339 4434/4432/26340 -f 4433/4431/26341 4434/4432/26342 4435/4433/26343 -f 4435/4433/26344 4434/4432/26345 3526/3526/26346 -f 4435/4433/26347 3526/3526/26348 4436/4434/26349 -f 4436/4434/26350 3526/3526/26351 4437/4435/26352 -f 4436/4434/26353 4437/4435/26354 4438/4436/26355 -f 4438/4436/26356 4437/4435/26357 4439/4437/26358 -f 4438/4436/26359 4439/4437/26360 4440/4438/26361 -f 4440/4438/26362 4439/4437/26363 4441/4439/26364 -f 4440/4438/26365 4441/4439/26366 3490/3490/26367 -f 3490/3490/26368 4441/4439/26369 4442/4440/26370 -f 3490/3490/26371 4442/4440/26372 4443/4441/26373 -f 4443/4441/26374 4442/4440/26375 4444/4442/26376 -f 4443/4441/26377 4444/4442/26378 4445/4443/26379 -f 4445/4443/26380 4444/4442/26381 4446/4444/26382 -f 4445/4443/26383 4446/4444/26384 3529/3529/26385 -f 3529/3529/26386 4446/4444/26387 3526/3526/26388 -f 3526/3526/26389 4446/4444/26390 4447/4445/26391 -f 3526/3526/26392 4447/4445/26393 4448/4446/26394 -f 4448/4446/26395 4447/4445/26396 4449/4447/26397 -f 4448/4446/26398 4449/4447/26399 4439/4437/26400 -f 4439/4437/26401 4449/4447/26402 4441/4439/26403 -f 4450/4448/26404 4451/4449/26405 4428/4426/26406 -f 4428/4426/26407 4451/4449/26408 4452/4450/26409 -f 4428/4426/26410 4452/4450/26411 4453/4451/26412 -f 4453/4451/26413 4452/4450/26414 4454/4452/26415 -f 4453/4451/26416 4454/4452/26417 4455/4453/26418 -f 4455/4453/26419 4454/4452/26420 4456/4454/26421 -f 4455/4453/26422 4456/4454/26423 4457/4455/26424 -f 4457/4455/26425 4456/4454/26426 4458/4456/26427 -f 4457/4455/26428 4458/4456/26429 4459/4457/26430 -f 4459/4457/26431 4458/4456/26432 4460/4458/26433 -f 4459/4457/26434 4460/4458/26435 4461/4459/26436 -f 4461/4459/26437 4460/4458/26438 4462/4460/26439 -f 4461/4459/26440 4462/4460/26441 4463/4461/26442 -f 4463/4461/26443 4462/4460/26444 4464/4462/26445 -f 4463/4461/26446 4464/4462/26447 4428/4426/26448 -f 4428/4426/26449 4464/4462/26450 4465/4463/26451 -f 4428/4426/26452 4465/4463/26453 4466/4464/26454 -f 4466/4464/26455 4465/4463/26456 4467/4465/26457 -f 4466/4464/26458 4467/4465/26459 4468/4466/26460 -f 4468/4466/26461 4467/4465/26462 4469/4467/26463 -f 4468/4466/26464 4469/4467/26465 4470/4468/26466 -f 4470/4468/26467 4469/4467/26468 3526/3526/26469 -f 4470/4468/26470 3526/3526/26471 4471/4469/26472 -f 4471/4469/26473 3526/3526/26474 4434/4432/26475 -f 4471/4469/26476 4434/4432/26477 4432/4430/26478 -f 4451/4449/26479 4450/4448/26480 4472/4470/26481 -f 4472/4470/26482 4450/4448/26483 4473/4471/26484 -f 4472/4470/26485 4473/4471/26486 4474/4472/26487 -f 4474/4472/26488 4473/4471/26489 4475/4473/26490 -f 4474/4472/26491 4475/4473/26492 4458/4456/26493 -f 3526/3526/26494 4469/4467/26495 4458/4456/26496 -f 4458/4456/26497 4469/4467/26498 4476/4474/26499 -f 4458/4456/26500 4476/4474/26501 4477/4475/26502 -f 4477/4475/26503 4476/4474/26504 4478/4476/26505 -f 4477/4475/26506 4478/4476/26507 4462/4460/26508 -f 4462/4460/26509 4478/4476/26510 4464/4462/26511 -f 3529/3529/26512 3531/3531/26513 4445/4443/26514 -f 4445/4443/26515 3531/3531/26516 4479/4477/26517 -f 4445/4443/26518 4479/4477/26519 4443/4441/26520 -f 4443/4441/26521 4479/4477/26522 3490/3490/26523 -f 3531/3531/26524 3532/3532/26525 4479/4477/26526 -f 4479/4477/26527 3532/3532/26528 3490/3490/26529 -f 4452/4450/26530 4451/4449/26531 4480/4478/26532 -f 4480/4478/26533 4451/4449/26534 4472/4470/26535 -f 4480/4478/26536 4472/4470/26537 4481/4479/26538 -f 4481/4479/26539 4472/4470/26540 4474/4472/26541 -f 4481/4479/26542 4474/4472/26543 4458/4456/26544 -f 4453/4451/26545 4482/4480/26546 4428/4426/26547 -f 4428/4426/26548 4482/4480/26549 4483/4481/26550 -f 4428/4426/26551 4483/4481/26552 4463/4461/26553 -f 4463/4461/26554 4483/4481/26555 4461/4459/26556 -f 4453/4451/26557 4455/4453/26558 4482/4480/26559 -f 4482/4480/26560 4455/4453/26561 4484/4482/26562 -f 4482/4480/26563 4484/4482/26564 4483/4481/26565 -f 4483/4481/26566 4484/4482/26567 4461/4459/26568 -f 4429/4427/26569 4428/4426/26570 4466/4464/26571 -f 4467/4465/26572 4465/4463/26573 4478/4476/26574 -f 4478/4476/26575 4465/4463/26576 4464/4462/26577 -f 4466/4464/26578 4468/4466/26579 4429/4427/26580 -f 4429/4427/26581 4468/4466/26582 4485/4483/26583 -f 4429/4427/26584 4485/4483/26585 4430/4428/26586 -f 4430/4428/26587 4485/4483/26588 4432/4430/26589 -f 4431/4429/26590 4486/4484/26591 3490/3490/26592 -f 3490/3490/26593 4486/4484/26594 4487/4485/26595 -f 3490/3490/26596 4487/4485/26597 4440/4438/26598 -f 4440/4438/26599 4487/4485/26600 4438/4436/26601 -f 4431/4429/26602 4433/4431/26603 4486/4484/26604 -f 4486/4484/26605 4433/4431/26606 4488/4486/26607 -f 4486/4484/26608 4488/4486/26609 4487/4485/26610 -f 4487/4485/26611 4488/4486/26612 4438/4436/26613 -f 4444/4442/26614 4442/4440/26615 4449/4447/26616 -f 4449/4447/26617 4442/4440/26618 4441/4439/26619 -f 4452/4450/26620 4480/4478/26621 4454/4452/26622 -f 4454/4452/26623 4480/4478/26624 4489/4487/26625 -f 4454/4452/26626 4489/4487/26627 4456/4454/26628 -f 4456/4454/26629 4489/4487/26630 4458/4456/26631 -f 4489/4487/26632 4480/4478/26633 4481/4479/26634 -f 4459/4457/26635 4461/4459/26636 4484/4482/26637 -f 4459/4457/26638 4484/4482/26639 4457/4455/26640 -f 4457/4455/26641 4484/4482/26642 4455/4453/26643 -f 4477/4475/26644 4462/4460/26645 4460/4458/26646 -f 4469/4467/26647 4467/4465/26648 4476/4474/26649 -f 4476/4474/26650 4467/4465/26651 4478/4476/26652 -f 4471/4469/26653 4432/4430/26654 4485/4483/26655 -f 4471/4469/26656 4485/4483/26657 4470/4468/26658 -f 4470/4468/26659 4485/4483/26660 4468/4466/26661 -f 4436/4434/26662 4438/4436/26663 4488/4486/26664 -f 4436/4434/26665 4488/4486/26666 4435/4433/26667 -f 4435/4433/26668 4488/4486/26669 4433/4431/26670 -f 4448/4446/26671 4439/4437/26672 4437/4435/26673 -f 4446/4444/26674 4444/4442/26675 4447/4445/26676 -f 4447/4445/26677 4444/4442/26678 4449/4447/26679 -f 4458/4456/26680 4489/4487/26681 4481/4479/26682 -f 4458/4456/26683 4477/4475/26684 4460/4458/26685 -f 3526/3526/26686 4448/4446/26687 4437/4435/26688 -f 3526/3526/26689 4458/4456/26690 3539/3539/26691 -f 3539/3539/26692 4458/4456/26693 4490/4488/26694 -f 3539/3539/26695 4490/4488/26696 3551/3551/26697 -f 3551/3551/26698 4490/4488/26699 4491/4489/26700 -f 3551/3551/26701 4491/4489/26702 3552/3552/26703 -f 3552/3552/26704 4491/4489/26705 4492/4490/26706 -f 3552/3552/26707 4492/4490/26708 3553/3553/26709 -f 3553/3553/26710 4492/4490/26711 4493/4491/26712 -f 3553/3553/26713 4493/4491/26714 3554/3554/26715 -f 3554/3554/26716 4493/4491/26717 4494/4492/26718 -f 3554/3554/26719 4494/4492/26720 3555/3555/26721 -f 3555/3555/26722 4494/4492/26723 4495/4493/26724 -f 3555/3555/26725 4495/4493/26726 3540/3540/26727 -f 3540/3540/26728 4495/4493/26729 4496/4494/26730 -f 3540/3540/26731 4496/4494/26732 3523/3523/26733 -f 3523/3523/26734 4496/4494/26735 4497/4495/26736 -f 4497/4495/26737 4498/4496/26738 3523/3523/26739 -f 3523/3523/26740 4498/4496/26741 4499/4497/26742 -f 3523/3523/26743 4499/4497/26744 4500/4498/26745 -f 4500/4498/26746 4499/4497/26747 4501/4499/26748 -f 4500/4498/26749 4501/4499/26750 4502/4500/26751 -f 4502/4500/26752 4501/4499/26753 4503/4501/26754 -f 4502/4500/26755 4503/4501/26756 4504/4502/26757 -f 4504/4502/26758 4503/4501/26759 3515/3515/26760 -f 4504/4502/26761 3515/3515/26762 4505/4503/26763 -f 4505/4503/26764 3515/3515/26765 4506/4504/26766 -f 4505/4503/26767 4506/4504/26768 4507/4505/26769 -f 4507/4505/26770 4506/4504/26771 4508/4506/26772 -f 4507/4505/26773 4508/4506/26774 4509/4507/26775 -f 4509/4507/26776 4508/4506/26777 4510/4508/26778 -f 4509/4507/26779 4510/4508/26780 3523/3523/26781 -f 3523/3523/26782 4510/4508/26783 4511/4509/26784 -f 3523/3523/26785 4511/4509/26786 4512/4510/26787 -f 4512/4510/26788 4511/4509/26789 4513/4511/26790 -f 4512/4510/26791 4513/4511/26792 4514/4512/26793 -f 4514/4512/26794 4513/4511/26795 4515/4513/26796 -f 4514/4512/26797 4515/4513/26798 3518/3518/26799 -f 3518/3518/26800 4515/4513/26801 3515/3515/26802 -f 3515/3515/26803 4515/4513/26804 4516/4514/26805 -f 3515/3515/26806 4516/4514/26807 4517/4515/26808 -f 4517/4515/26809 4516/4514/26810 4518/4516/26811 -f 4517/4515/26812 4518/4516/26813 4508/4506/26814 -f 4508/4506/26815 4518/4516/26816 4510/4508/26817 -f 4519/4517/26818 4520/4518/26819 4497/4495/26820 -f 4497/4495/26821 4520/4518/26822 4521/4519/26823 -f 4497/4495/26824 4521/4519/26825 4522/4520/26826 -f 4522/4520/26827 4521/4519/26828 4523/4521/26829 -f 4522/4520/26830 4523/4521/26831 4524/4522/26832 -f 4524/4522/26833 4523/4521/26834 4525/4523/26835 -f 4524/4522/26836 4525/4523/26837 4526/4524/26838 -f 4526/4524/26839 4525/4523/26840 4527/4525/26841 -f 4526/4524/26842 4527/4525/26843 4528/4526/26844 -f 4528/4526/26845 4527/4525/26846 4529/4527/26847 -f 4528/4526/26848 4529/4527/26849 4530/4528/26850 -f 4530/4528/26851 4529/4527/26852 4531/4529/26853 -f 4530/4528/26854 4531/4529/26855 4532/4530/26856 -f 4532/4530/26857 4531/4529/26858 4533/4531/26859 -f 4532/4530/26860 4533/4531/26861 4497/4495/26862 -f 4497/4495/26863 4533/4531/26864 4534/4532/26865 -f 4497/4495/26866 4534/4532/26867 4535/4533/26868 -f 4535/4533/26869 4534/4532/26870 4536/4534/26871 -f 4535/4533/26872 4536/4534/26873 4537/4535/26874 -f 4537/4535/26875 4536/4534/26876 4538/4536/26877 -f 4537/4535/26878 4538/4536/26879 4539/4537/26880 -f 4539/4537/26881 4538/4536/26882 3515/3515/26883 -f 4539/4537/26884 3515/3515/26885 4540/4538/26886 -f 4540/4538/26887 3515/3515/26888 4503/4501/26889 -f 4540/4538/26890 4503/4501/26891 4501/4499/26892 -f 4520/4518/26893 4519/4517/26894 4541/4539/26895 -f 4541/4539/26896 4519/4517/26897 4542/4540/26898 -f 4541/4539/26899 4542/4540/26900 4543/4541/26901 -f 4543/4541/26902 4542/4540/26903 4544/4542/26904 -f 4543/4541/26905 4544/4542/26906 4527/4525/26907 -f 3515/3515/26908 4538/4536/26909 4527/4525/26910 -f 4527/4525/26911 4538/4536/26912 4545/4543/26913 -f 4527/4525/26914 4545/4543/26915 4546/4544/26916 -f 4546/4544/26917 4545/4543/26918 4547/4545/26919 -f 4546/4544/26920 4547/4545/26921 4531/4529/26922 -f 4531/4529/26923 4547/4545/26924 4533/4531/26925 -f 3518/3518/26926 3520/3520/26927 4514/4512/26928 -f 4514/4512/26929 3520/3520/26930 4548/4546/26931 -f 4514/4512/26932 4548/4546/26933 4512/4510/26934 -f 4512/4510/26935 4548/4546/26936 3523/3523/26937 -f 3520/3520/26938 3521/3521/26939 4548/4546/26940 -f 4548/4546/26941 3521/3521/26942 3523/3523/26943 -f 4521/4519/26944 4520/4518/26945 4549/4547/26946 -f 4549/4547/26947 4520/4518/26948 4541/4539/26949 -f 4549/4547/26950 4541/4539/26951 4550/4548/26952 -f 4550/4548/26953 4541/4539/26954 4543/4541/26955 -f 4550/4548/26956 4543/4541/26957 4527/4525/26958 -f 4522/4520/26959 4551/4549/26960 4497/4495/26961 -f 4497/4495/26962 4551/4549/26963 4552/4550/26964 -f 4497/4495/26965 4552/4550/26966 4532/4530/26967 -f 4532/4530/26968 4552/4550/26969 4530/4528/26970 -f 4522/4520/26971 4524/4522/26972 4551/4549/26973 -f 4551/4549/26974 4524/4522/26975 4553/4551/26976 -f 4551/4549/26977 4553/4551/26978 4552/4550/26979 -f 4552/4550/26980 4553/4551/26981 4530/4528/26982 -f 4498/4496/26983 4497/4495/26984 4535/4533/26985 -f 4536/4534/26986 4534/4532/26987 4547/4545/26988 -f 4547/4545/26989 4534/4532/26990 4533/4531/26991 -f 4535/4533/26992 4537/4535/26993 4498/4496/26994 -f 4498/4496/26995 4537/4535/26996 4554/4552/26997 -f 4498/4496/26998 4554/4552/26999 4499/4497/27000 -f 4499/4497/27001 4554/4552/27002 4501/4499/27003 -f 4500/4498/27004 4555/4553/27005 3523/3523/27006 -f 3523/3523/27007 4555/4553/27008 4556/4554/27009 -f 3523/3523/27010 4556/4554/27011 4509/4507/27012 -f 4509/4507/27013 4556/4554/27014 4507/4505/27015 -f 4500/4498/27016 4502/4500/27017 4555/4553/27018 -f 4555/4553/27019 4502/4500/27020 4557/4555/27021 -f 4555/4553/27022 4557/4555/27023 4556/4554/27024 -f 4556/4554/27025 4557/4555/27026 4507/4505/27027 -f 4513/4511/27028 4511/4509/27029 4518/4516/27030 -f 4518/4516/27031 4511/4509/27032 4510/4508/27033 -f 4521/4519/27034 4549/4547/27035 4523/4521/27036 -f 4523/4521/27037 4549/4547/27038 4558/4556/27039 -f 4523/4521/27040 4558/4556/27041 4525/4523/27042 -f 4525/4523/27043 4558/4556/27044 4527/4525/27045 -f 4558/4556/27046 4549/4547/27047 4550/4548/27048 -f 4528/4526/27049 4530/4528/27050 4553/4551/27051 -f 4528/4526/27052 4553/4551/27053 4526/4524/27054 -f 4526/4524/27055 4553/4551/27056 4524/4522/27057 -f 4546/4544/27058 4531/4529/27059 4529/4527/27060 -f 4538/4536/27061 4536/4534/27062 4545/4543/27063 -f 4545/4543/27064 4536/4534/27065 4547/4545/27066 -f 4540/4538/27067 4501/4499/27068 4554/4552/27069 -f 4540/4538/27070 4554/4552/27071 4539/4537/27072 -f 4539/4537/27073 4554/4552/27074 4537/4535/27075 -f 4505/4503/27076 4507/4505/27077 4557/4555/27078 -f 4505/4503/27079 4557/4555/27080 4504/4502/27081 -f 4504/4502/27082 4557/4555/27083 4502/4500/27084 -f 4517/4515/27085 4508/4506/27086 4506/4504/27087 -f 4515/4513/27088 4513/4511/27089 4516/4514/27090 -f 4516/4514/27091 4513/4511/27092 4518/4516/27093 -f 4527/4525/27094 4558/4556/27095 4550/4548/27096 -f 4527/4525/27097 4546/4544/27098 4529/4527/27099 -f 3515/3515/27100 4517/4515/27101 4506/4504/27102 -f 3515/3515/27103 4527/4525/27104 3556/3556/27105 -f 3556/3556/27106 4527/4525/27107 4559/4557/27108 -f 3556/3556/27109 4559/4557/27110 3560/3560/27111 -f 3560/3560/27112 4559/4557/27113 4560/4558/27114 -f 3560/3560/27115 4560/4558/27116 3561/3561/27117 -f 3561/3561/27118 4560/4558/27119 4561/4559/27120 -f 3561/3561/27121 4561/4559/27122 3558/3558/27123 -f 3558/3558/27124 4561/4559/27125 4562/4560/27126 -f 3558/3558/27127 4562/4560/27128 3559/3559/27129 -f 3559/3559/27130 4562/4560/27131 4563/4561/27132 -f 3559/3559/27133 4563/4561/27134 3562/3562/27135 -f 3562/3562/27136 4563/4561/27137 4564/4562/27138 -f 3562/3562/27139 4564/4562/27140 3557/3557/27141 -f 3557/3557/27142 4564/4562/27143 4565/4563/27144 -f 3557/3557/27145 4565/4563/27146 3512/3512/27147 -f 3512/3512/27148 4565/4563/27149 4566/4564/27150 -f 4566/4564/27151 4567/4565/27152 3512/3512/27153 -f 3512/3512/27154 4567/4565/27155 4568/4566/27156 -f 3512/3512/27157 4568/4566/27158 4569/4567/27159 -f 4569/4567/27160 4568/4566/27161 4570/4568/27162 -f 4569/4567/27163 4570/4568/27164 4571/4569/27165 -f 4571/4569/27166 4570/4568/27167 4572/4570/27168 -f 4571/4569/27169 4572/4570/27170 4573/4571/27171 -f 4573/4571/27172 4572/4570/27173 3504/3504/27174 -f 4573/4571/27175 3504/3504/27176 4574/4572/27177 -f 4574/4572/27178 3504/3504/27179 4575/4573/27180 -f 4574/4572/27181 4575/4573/27182 4576/4574/27183 -f 4576/4574/27184 4575/4573/27185 4577/4575/27186 -f 4576/4574/27187 4577/4575/27188 4578/4576/27189 -f 4578/4576/27190 4577/4575/27191 4579/4577/27192 -f 4578/4576/27193 4579/4577/27194 3512/3512/27195 -f 3512/3512/27196 4579/4577/27197 4580/4578/27198 -f 3512/3512/27199 4580/4578/27200 4581/4579/27201 -f 4581/4579/27202 4580/4578/27203 4582/4580/27204 -f 4581/4579/27205 4582/4580/27206 4583/4581/27207 -f 4583/4581/27208 4582/4580/27209 4584/4582/27210 -f 4583/4581/27211 4584/4582/27212 3507/3507/27213 -f 3507/3507/27214 4584/4582/27215 3504/3504/27216 -f 3504/3504/27217 4584/4582/27218 4585/4583/27219 -f 3504/3504/27220 4585/4583/27221 4586/4584/27222 -f 4586/4584/27223 4585/4583/27224 4587/4585/27225 -f 4586/4584/27226 4587/4585/27227 4577/4575/27228 -f 4577/4575/27229 4587/4585/27230 4579/4577/27231 -f 4588/4586/27232 4589/4587/27233 4566/4564/27234 -f 4566/4564/27235 4589/4587/27236 4590/4588/27237 -f 4566/4564/27238 4590/4588/27239 4591/4589/27240 -f 4591/4589/27241 4590/4588/27242 4592/4590/27243 -f 4591/4589/27244 4592/4590/27245 4593/4591/27246 -f 4593/4591/27247 4592/4590/27248 4594/4592/27249 -f 4593/4591/27250 4594/4592/27251 4595/4593/27252 -f 4595/4593/27253 4594/4592/27254 4596/4594/27255 -f 4595/4593/27256 4596/4594/27257 4597/4595/27258 -f 4597/4595/27259 4596/4594/27260 4598/4596/27261 -f 4597/4595/27262 4598/4596/27263 4599/4597/27264 -f 4599/4597/27265 4598/4596/27266 4600/4598/27267 -f 4599/4597/27268 4600/4598/27269 4601/4599/27270 -f 4601/4599/27271 4600/4598/27272 4602/4600/27273 -f 4601/4599/27274 4602/4600/27275 4566/4564/27276 -f 4566/4564/27277 4602/4600/27278 4603/4601/27279 -f 4566/4564/27280 4603/4601/27281 4604/4602/27282 -f 4604/4602/27283 4603/4601/27284 4605/4603/27285 -f 4604/4602/27286 4605/4603/27287 4606/4604/27288 -f 4606/4604/27289 4605/4603/27290 4607/4605/27291 -f 4606/4604/27292 4607/4605/27293 4608/4606/27294 -f 4608/4606/27295 4607/4605/27296 3504/3504/27297 -f 4608/4606/27298 3504/3504/27299 4609/4607/27300 -f 4609/4607/27301 3504/3504/27302 4572/4570/27303 -f 4609/4607/27304 4572/4570/27305 4570/4568/27306 -f 4589/4587/27307 4588/4586/27308 4610/4608/27309 -f 4610/4608/27310 4588/4586/27311 4611/4609/27312 -f 4610/4608/27313 4611/4609/27314 4612/4610/27315 -f 4612/4610/27316 4611/4609/27317 4613/4611/27318 -f 4612/4610/27319 4613/4611/27320 4596/4594/27321 -f 3504/3504/27322 4607/4605/27323 4596/4594/27324 -f 4596/4594/27325 4607/4605/27326 4614/4612/27327 -f 4596/4594/27328 4614/4612/27329 4615/4613/27330 -f 4615/4613/27331 4614/4612/27332 4616/4614/27333 -f 4615/4613/27334 4616/4614/27335 4600/4598/27336 -f 4600/4598/27337 4616/4614/27338 4602/4600/27339 -f 3507/3507/27340 3509/3509/27341 4583/4581/27342 -f 4583/4581/27343 3509/3509/27344 4617/4615/27345 -f 4583/4581/27346 4617/4615/27347 4581/4579/27348 -f 4581/4579/27349 4617/4615/27350 3512/3512/27351 -f 3509/3509/27352 3510/3510/27353 4617/4615/27354 -f 4617/4615/27355 3510/3510/27356 3512/3512/27357 -f 4590/4588/27358 4589/4587/27359 4618/4616/27360 -f 4618/4616/27361 4589/4587/27362 4610/4608/27363 -f 4618/4616/27364 4610/4608/27365 4619/4617/27366 -f 4619/4617/27367 4610/4608/27368 4612/4610/27369 -f 4619/4617/27370 4612/4610/27371 4596/4594/27372 -f 4591/4589/27373 4620/4618/27374 4566/4564/27375 -f 4566/4564/27376 4620/4618/27377 4621/4619/27378 -f 4566/4564/27379 4621/4619/27380 4601/4599/27381 -f 4601/4599/27382 4621/4619/27383 4599/4597/27384 -f 4591/4589/27385 4593/4591/27386 4620/4618/27387 -f 4620/4618/27388 4593/4591/27389 4622/4620/27390 -f 4620/4618/27391 4622/4620/27392 4621/4619/27393 -f 4621/4619/27394 4622/4620/27395 4599/4597/27396 -f 4567/4565/27397 4566/4564/27398 4604/4602/27399 -f 4605/4603/27400 4603/4601/27401 4616/4614/27402 -f 4616/4614/27403 4603/4601/27404 4602/4600/27405 -f 4604/4602/27406 4606/4604/27407 4567/4565/27408 -f 4567/4565/27409 4606/4604/27410 4623/4621/27411 -f 4567/4565/27412 4623/4621/27413 4568/4566/27414 -f 4568/4566/27415 4623/4621/27416 4570/4568/27417 -f 4569/4567/27418 4624/4622/27419 3512/3512/27420 -f 3512/3512/27421 4624/4622/27422 4625/4623/27423 -f 3512/3512/27424 4625/4623/27425 4578/4576/27426 -f 4578/4576/27427 4625/4623/27428 4576/4574/27429 -f 4569/4567/27430 4571/4569/27431 4624/4622/27432 -f 4624/4622/27433 4571/4569/27434 4626/4624/27435 -f 4624/4622/27436 4626/4624/27437 4625/4623/27438 -f 4625/4623/27439 4626/4624/27440 4576/4574/27441 -f 4582/4580/27442 4580/4578/27443 4587/4585/27444 -f 4587/4585/27445 4580/4578/27446 4579/4577/27447 -f 4590/4588/27448 4618/4616/27449 4592/4590/27450 -f 4592/4590/27451 4618/4616/27452 4627/4625/27453 -f 4592/4590/27454 4627/4625/27455 4594/4592/27456 -f 4594/4592/27457 4627/4625/27458 4596/4594/27459 -f 4627/4625/27460 4618/4616/27461 4619/4617/27462 -f 4597/4595/27463 4599/4597/27464 4622/4620/27465 -f 4597/4595/27466 4622/4620/27467 4595/4593/27468 -f 4595/4593/27469 4622/4620/27470 4593/4591/27471 -f 4615/4613/27472 4600/4598/27473 4598/4596/27474 -f 4607/4605/27475 4605/4603/27476 4614/4612/27477 -f 4614/4612/27478 4605/4603/27479 4616/4614/27480 -f 4609/4607/27481 4570/4568/27482 4623/4621/27483 -f 4609/4607/27484 4623/4621/27485 4608/4606/27486 -f 4608/4606/27487 4623/4621/27488 4606/4604/27489 -f 4574/4572/27490 4576/4574/27491 4626/4624/27492 -f 4574/4572/27493 4626/4624/27494 4573/4571/27495 -f 4573/4571/27496 4626/4624/27497 4571/4569/27498 -f 4586/4584/27499 4577/4575/27500 4575/4573/27501 -f 4584/4582/27502 4582/4580/27503 4585/4583/27504 -f 4585/4583/27505 4582/4580/27506 4587/4585/27507 -f 4596/4594/27508 4627/4625/27509 4619/4617/27510 -f 4596/4594/27511 4615/4613/27512 4598/4596/27513 -f 3504/3504/27514 4586/4584/27515 4575/4573/27516 -f 3504/3504/27517 4596/4594/27518 3545/3545/27519 -f 3545/3545/27520 4596/4594/27521 4628/4626/27522 -f 3545/3545/27523 4628/4626/27524 3547/3547/27525 -f 3547/3547/27526 4628/4626/27527 4629/4627/27528 -f 3547/3547/27529 4629/4627/27530 3546/3546/27531 -f 3546/3546/27532 4629/4627/27533 4630/4628/27534 -f 3546/3546/27535 4630/4628/27536 3544/3544/27537 -f 3544/3544/27538 4630/4628/27539 4631/4629/27540 -f 3544/3544/27541 4631/4629/27542 3543/3543/27543 -f 3543/3543/27544 4631/4629/27545 4632/4630/27546 -f 3543/3543/27547 4632/4630/27548 3541/3541/27549 -f 3541/3541/27550 4632/4630/27551 4357/4355/27552 -f 4356/4631/27553 4428/4426/27554 4427/4425/27555 -f 4356/4631/27556 4427/4425/27557 4421/4419/27558 -f 4356/4631/27559 4421/4419/27560 4389/4387/27561 -f 4428/4426/27562 4356/4631/27563 4389/4387/27564 -f 3592/3591/27565 4406/4404/27566 3590/3589/27567 -f 3590/3589/27568 4406/4404/27569 4404/4402/27570 -f 3590/3589/27571 4404/4402/27572 4381/4379/27573 -f 4406/4404/27574 3592/3591/27575 4389/4387/27576 -f 4389/4387/27577 3592/3591/27578 3594/3593/27579 -f 4389/4387/27580 3594/3593/27581 3596/3595/27582 -f 4389/4387/27583 3596/3595/27584 4428/4426/27585 -f 4428/4426/27586 3596/3595/27587 3598/3597/27588 -f 4428/4426/27589 3598/3597/27590 3600/3599/27591 -f 4428/4426/27592 3600/3599/27593 4450/4448/27594 -f 4450/4448/27595 3600/3599/27596 3602/3601/27597 -f 4450/4448/27598 3602/3601/27599 4473/4471/27600 -f 4473/4471/27601 3602/3601/27602 4475/4473/27603 -f 4475/4473/27604 3602/3601/27605 3604/3603/27606 -f 4475/4473/27607 3604/3603/27608 4458/4456/27609 -f 4458/4456/27610 3604/3603/27611 3606/3605/27612 -f 4458/4456/27613 3606/3605/27614 3608/3607/27615 -f 4458/4456/27616 3608/3607/27617 4497/4495/27618 -f 4497/4495/27619 3608/3607/27620 3610/3609/27621 -f 4497/4495/27622 3610/3609/27623 3612/3611/27624 -f 4497/4495/27625 3612/3611/27626 4519/4517/27627 -f 4519/4517/27628 3612/3611/27629 3614/3613/27630 -f 4519/4517/27631 3614/3613/27632 4542/4540/27633 -f 4542/4540/27634 3614/3613/27635 4544/4542/27636 -f 4544/4542/27637 3614/3613/27638 3616/3615/27639 -f 4544/4542/27640 3616/3615/27641 4527/4525/27642 -f 4527/4525/27643 3616/3615/27644 3618/3617/27645 -f 4527/4525/27646 3618/3617/27647 3620/3619/27648 -f 4527/4525/27649 3620/3619/27650 4566/4564/27651 -f 4566/4564/27652 3620/3619/27653 3622/3621/27654 -f 4566/4564/27655 3622/3621/27656 3624/3623/27657 -f 4566/4564/27658 3624/3623/27659 4588/4586/27660 -f 4588/4586/27661 3624/3623/27662 3626/3625/27663 -f 4588/4586/27664 3626/3625/27665 4611/4609/27666 -f 4611/4609/27667 3626/3625/27668 4613/4611/27669 -f 4613/4611/27670 3626/3625/27671 3628/3627/27672 -f 4613/4611/27673 3628/3627/27674 4596/4594/27675 -f 4596/4594/27676 3628/3627/27677 3630/3629/27678 -f 4596/4594/27679 3630/3629/27680 3632/3631/27681 -f 4596/4594/27682 3632/3631/27683 4359/4357/27684 -f 4359/4357/27685 3632/3631/27686 3634/3633/27687 -f 4359/4357/27688 3634/3633/27689 3588/3587/27690 -f 4359/4357/27691 3588/3587/27692 4381/4379/27693 -f 4381/4379/27694 3588/3587/27695 3590/3589/27696 -f 3563/4632/27697 4497/4495/27698 4496/4494/27699 -f 3563/4632/27700 4496/4494/27701 4490/4488/27702 -f 4490/4488/27703 4496/4494/27704 4493/4491/27705 -f 4490/4488/27706 4493/4491/27707 4492/4490/27708 -f 4497/4495/27709 3563/4632/27710 4458/4456/27711 -f 4458/4456/27712 3563/4632/27713 4490/4488/27714 -f 4357/4355/27715 4632/4630/27716 4358/4356/27717 -f 4358/4356/27718 4632/4630/27719 4631/4629/27720 -f 4358/4356/27721 4631/4629/27722 4628/4626/27723 -f 4628/4626/27724 4631/4629/27725 4630/4628/27726 -f 4628/4626/27727 4630/4628/27728 4629/4627/27729 -f 4628/4626/27730 4596/4594/27731 4358/4356/27732 -f 4358/4356/27733 4596/4594/27734 4359/4357/27735 -f 4527/4525/27736 4566/4564/27737 4559/4557/27738 -f 4559/4557/27739 4566/4564/27740 4565/4563/27741 -f 4559/4557/27742 4565/4563/27743 4562/4560/27744 -f 4562/4560/27745 4565/4563/27746 4563/4561/27747 -f 4563/4561/27748 4565/4563/27749 4564/4562/27750 -f 4562/4560/27751 4561/4559/27752 4559/4557/27753 -f 4559/4557/27754 4561/4559/27755 4560/4558/27756 -f 4495/4493/27757 4494/4492/27758 4496/4494/27759 -f 4496/4494/27760 4494/4492/27761 4493/4491/27762 -f 4492/4490/27763 4491/4489/27764 4490/4488/27765 -f 4426/4424/27766 4425/4423/27767 4427/4425/27768 -f 4427/4425/27769 4425/4423/27770 4424/4422/27771 -f 4427/4425/27772 4424/4422/27773 4421/4419/27774 -f 4421/4419/27775 4424/4422/27776 4423/4421/27777 -f 4421/4419/27778 4423/4421/27779 4422/4420/27780 -f 4633/4633/27781 4634/4634/27782 4635/4635/27783 -f 4635/4635/27784 4634/4634/27785 4636/4636/27786 -f 4635/4635/27787 4636/4636/27788 4637/4637/27789 -f 4637/4637/27790 4636/4636/27791 4638/4638/27792 -f 4637/4637/27793 4638/4638/27794 4639/4639/27795 -f 4639/4639/27796 4638/4638/27797 4640/4640/27798 -f 4633/4633/27799 4641/4641/27800 4634/4634/27801 -f 4634/4634/27802 4641/4641/27803 4642/4642/27804 -f 4635/4635/27805 4639/4639/27806 4633/4633/27807 -f 4633/4633/27808 4639/4639/27809 4643/4643/27810 -f 4633/4633/27811 4643/4643/27812 4644/4644/27813 -f 4635/4635/27814 4637/4637/27815 4639/4639/27816 -f 4639/4639/27817 4645/4645/27818 4643/4643/27819 -f 4643/4643/27820 4645/4645/27821 4646/4646/27822 -f 4646/4646/27823 4645/4645/27824 4647/4647/27825 -f 4647/4647/27826 4645/4645/27827 4648/4648/27828 -f 4648/4648/27829 4645/4645/27830 4649/4649/27831 -f 4649/4649/27832 4645/4645/27833 4650/4650/27834 -f 4633/4633/27835 4644/4644/27836 4651/4651/27837 -f 4651/4651/27838 4644/4644/27839 4652/4652/27840 -f 4651/4651/27841 4652/4652/27842 4653/4653/27843 -f 4651/4651/27844 4654/4654/27845 4633/4633/27846 -f 4633/4633/27847 4654/4654/27848 4655/4655/27849 -f 4633/4633/27850 4655/4655/27851 4641/4641/27852 -f 4641/4641/27853 4655/4655/27854 4656/4656/27855 -f 4641/4641/27856 4656/4656/27857 4657/4657/27858 -f 4641/4641/27859 4657/4657/27860 4658/4658/27861 -f 4658/4658/27862 4657/4657/27863 4659/4659/27864 -f 4658/4658/27865 4659/4659/27866 4660/4660/27867 -f 4660/4660/27868 4661/4661/27869 4658/4658/27870 -f 4658/4658/27871 4661/4661/27872 4662/4662/27873 -f 4662/4662/27874 4661/4661/27875 4663/4663/27876 -f 4662/4662/27877 4663/4663/27878 4664/4664/27879 -f 4665/4665/27880 4666/4666/27881 4664/4664/27882 -f 4664/4664/27883 4666/4666/27884 4667/4667/27885 -f 4664/4664/27886 4667/4667/27887 4662/4662/27888 -f 4662/4662/27889 4667/4667/27890 4668/4668/27891 -f 4662/4662/27892 4668/4668/27893 4669/4669/27894 -f 4669/4669/27895 4668/4668/27896 4670/4670/27897 -f 4670/4670/27898 4668/4668/27899 4671/4671/27900 -f 4670/4670/27901 4671/4671/27902 4672/4672/27903 -f 4672/4672/27904 4673/4673/27905 4670/4670/27906 -f 4670/4670/27907 4673/4673/27908 4674/4674/27909 -f 4670/4670/27910 4674/4674/27911 4675/4675/27912 -f 4676/4676/27913 4677/4677/27914 4669/4669/27915 -f 4669/4669/27916 4677/4677/27917 4662/4662/27918 -f 4641/4641/27919 4658/4658/27920 4678/4678/27921 -f 4678/4678/27922 4658/4658/27923 4679/4679/27924 -f 4678/4678/27925 4679/4679/27926 4680/4680/27927 -f 4680/4680/27928 4679/4679/27929 4681/4681/27930 -f 4680/4680/27931 4681/4681/27932 4682/4682/27933 -f 4680/4680/27934 4682/4682/27935 4683/4683/27936 -f 4683/4683/27937 4682/4682/27938 4684/4684/27939 -f 4683/4683/27940 4684/4684/27941 4685/4685/27942 -f 4685/4685/27943 4684/4684/27944 4686/4686/27945 -f 4686/4686/27946 4684/4684/27947 4687/4687/27948 -f 4686/4686/27949 4687/4687/27950 4688/4688/27951 -f 4686/4686/27952 4688/4688/27953 4689/4689/27954 -f 4689/4689/27955 4688/4688/27956 4690/4690/27957 -f 4689/4689/27958 4690/4690/27959 4691/4691/27960 -f 4691/4691/27961 4690/4690/27962 4692/4692/27963 -f 4691/4691/27964 4692/4692/27965 4693/4693/27966 -f 4694/4694/27967 4695/4695/27968 4690/4690/27969 -f 4690/4690/27970 4695/4695/27971 4696/4696/27972 -f 4690/4690/27973 4696/4696/27974 4697/4697/27975 -f 4698/4698/27976 4699/4699/27977 4694/4694/27978 -f 4694/4694/27979 4699/4699/27980 4700/4700/27981 -f 4694/4694/27982 4700/4700/27983 4701/4701/27984 -f 4698/4698/27985 4702/4702/27986 4699/4699/27987 -f 4699/4699/27988 4703/4703/27989 4700/4700/27990 -f 4700/4700/27991 4703/4703/27992 4704/4704/27993 -f 4704/4704/27994 4703/4703/27995 4705/4705/27996 -f 4705/4705/27997 4703/4703/27998 4706/4706/27999 -f 4706/4706/28000 4703/4703/28001 4707/4707/28002 -f 4707/4707/28003 4703/4703/28004 4708/4708/28005 -f 4694/4694/28006 4701/4701/28007 4709/4709/28008 -f 4709/4709/28009 4701/4701/28010 4710/4710/28011 -f 4709/4709/28012 4710/4710/28013 4711/4711/28014 -f 4709/4709/28015 4712/4712/28016 4694/4694/28017 -f 4694/4694/28018 4712/4712/28019 4695/4695/28020 -f 4697/4697/28021 4692/4692/28022 4690/4690/28023 -f 4693/4693/28024 4713/4713/28025 4691/4691/28026 -f 4691/4691/28027 4713/4713/28028 4714/4714/28029 -f 4714/4714/28030 4713/4713/28031 4715/4715/28032 -f 4714/4714/28033 4715/4715/28034 4716/4716/28035 -f 4717/4717/28036 4718/4718/28037 4716/4716/28038 -f 4716/4716/28039 4718/4718/28040 4719/4719/28041 -f 4716/4716/28042 4719/4719/28043 4714/4714/28044 -f 4714/4714/28045 4719/4719/28046 4720/4720/28047 -f 4714/4714/28048 4720/4720/28049 4721/4721/28050 -f 4721/4721/28051 4720/4720/28052 4722/4722/28053 -f 4722/4722/28054 4720/4720/28055 4723/4723/28056 -f 4722/4722/28057 4723/4723/28058 4724/4724/28059 -f 4724/4724/28060 4725/4725/28061 4722/4722/28062 -f 4722/4722/28063 4725/4725/28064 4726/4726/28065 -f 4722/4722/28066 4726/4726/28067 4727/4727/28068 -f 4728/4728/28069 4729/4729/28070 4721/4721/28071 -f 4721/4721/28072 4729/4729/28073 4714/4714/28074 -f 4642/4642/28075 4641/4641/28076 4730/4730/28077 -f 4730/4730/28078 4641/4641/28079 4678/4678/28080 -f 4730/4730/28081 4678/4678/28082 4731/4731/28083 -f 4731/4731/28084 4678/4678/28085 4680/4680/28086 -f 4731/4731/28087 4680/4680/28088 4732/4732/28089 -f 4732/4732/28090 4680/4680/28091 4683/4683/28092 -f 4683/4683/28093 4685/4685/28094 4732/4732/28095 -f 4732/4732/28096 4685/4685/28097 4733/4733/28098 -f 4645/4645/28099 4734/4734/28100 4650/4650/28101 -f 4650/4650/28102 4734/4734/28103 4735/4735/28104 -f 4650/4650/28105 4735/4735/28106 4649/4649/28107 -f 4649/4649/28108 4735/4735/28109 4736/4736/28110 -f 4649/4649/28111 4736/4736/28112 4648/4648/28113 -f 4648/4648/28114 4736/4736/28115 4737/4737/28116 -f 4648/4648/28117 4737/4737/28118 4647/4647/28119 -f 4647/4647/28120 4737/4737/28121 4738/4738/28122 -f 4647/4647/28123 4738/4738/28124 4646/4646/28125 -f 4646/4646/28126 4738/4738/28127 4739/4739/28128 -f 4646/4646/28129 4739/4739/28130 4643/4643/28131 -f 4643/4643/28132 4739/4739/28133 4740/4740/28134 -f 4740/4740/28135 4741/4741/28136 4643/4643/28137 -f 4643/4643/28138 4741/4741/28139 4644/4644/28140 -f 4638/4638/28141 4636/4636/28142 4640/4640/28143 -f 4640/4640/28144 4636/4636/28145 4634/4634/28146 -f 4640/4640/28147 4634/4634/28148 4740/4740/28149 -f 4740/4740/28150 4634/4634/28151 4741/4741/28152 -f 4741/4741/28153 4634/4634/28154 4742/4742/28155 -f 4741/4741/28156 4742/4742/28157 4743/4743/28158 -f 4743/4743/28159 4742/4742/28160 4744/4744/28161 -f 4642/4642/28162 4745/4745/28163 4634/4634/28164 -f 4634/4634/28165 4745/4745/28166 4746/4746/28167 -f 4634/4634/28168 4746/4746/28169 4742/4742/28170 -f 4730/4730/28171 4747/4747/28172 4642/4642/28173 -f 4642/4642/28174 4747/4747/28175 4748/4748/28176 -f 4642/4642/28177 4748/4748/28178 4749/4749/28179 -f 4747/4747/28180 4730/4730/28181 4750/4750/28182 -f 4750/4750/28183 4730/4730/28184 4731/4731/28185 -f 4750/4750/28186 4731/4731/28187 4751/4751/28188 -f 4751/4751/28189 4731/4731/28190 4752/4752/28191 -f 4752/4752/28192 4731/4731/28193 4732/4732/28194 -f 4752/4752/28195 4732/4732/28196 4733/4733/28197 -f 4752/4752/28198 4733/4733/28199 4753/4753/28200 -f 4753/4753/28201 4733/4733/28202 4754/4754/28203 -f 4753/4753/28204 4754/4754/28205 4755/4755/28206 -f 4755/4755/28207 4754/4754/28208 4756/4756/28209 -f 4756/4756/28210 4754/4754/28211 4757/4757/28212 -f 4756/4756/28213 4757/4757/28214 4758/4758/28215 -f 4758/4758/28216 4757/4757/28217 4759/4759/28218 -f 4758/4758/28219 4759/4759/28220 4760/4760/28221 -f 4760/4760/28222 4759/4759/28223 4761/4761/28224 -f 4761/4761/28225 4759/4759/28226 4762/4762/28227 -f 4762/4762/28228 4759/4759/28229 4763/4763/28230 -f 4762/4762/28231 4763/4763/28232 4764/4764/28233 -f 4764/4764/28234 4763/4763/28235 4765/4765/28236 -f 4765/4765/28237 4763/4763/28238 4766/4766/28239 -f 4765/4765/28240 4766/4766/28241 4767/4767/28242 -f 4768/4768/28243 4769/4769/28244 4763/4763/28245 -f 4763/4763/28246 4769/4769/28247 4770/4770/28248 -f 4763/4763/28249 4770/4770/28250 4766/4766/28251 -f 4768/4768/28252 4771/4771/28253 4769/4769/28254 -f 4769/4769/28255 4772/4772/28256 4770/4770/28257 -f 4770/4770/28258 4772/4772/28259 4773/4773/28260 -f 4773/4773/28261 4772/4772/28262 4774/4774/28263 -f 4774/4774/28264 4772/4772/28265 4775/4775/28266 -f 4775/4775/28267 4772/4772/28268 4776/4776/28269 -f 4776/4776/28270 4772/4772/28271 4777/4777/28272 -f 4767/4767/28273 4778/4778/28274 4765/4765/28275 -f 4760/4760/28276 4779/4779/28277 4758/4758/28278 -f 4758/4758/28279 4779/4779/28280 4780/4780/28281 -f 4758/4758/28282 4780/4780/28283 4781/4781/28284 -f 4758/4758/28285 4781/4781/28286 4782/4782/28287 -f 4782/4782/28288 4781/4781/28289 4783/4783/28290 -f 4782/4782/28291 4783/4783/28292 4784/4784/28293 -f 4785/4785/28294 4786/4786/28295 4784/4784/28296 -f 4784/4784/28297 4786/4786/28298 4787/4787/28299 -f 4784/4784/28300 4787/4787/28301 4782/4782/28302 -f 4782/4782/28303 4787/4787/28304 4788/4788/28305 -f 4782/4782/28306 4788/4788/28307 4789/4789/28308 -f 4789/4789/28309 4788/4788/28310 4790/4790/28311 -f 4790/4790/28312 4788/4788/28313 4791/4791/28314 -f 4790/4790/28315 4791/4791/28316 4792/4792/28317 -f 4792/4792/28318 4793/4793/28319 4790/4790/28320 -f 4790/4790/28321 4793/4793/28322 4794/4794/28323 -f 4790/4790/28324 4794/4794/28325 4795/4795/28326 -f 4796/4796/28327 4797/4797/28328 4789/4789/28329 -f 4789/4789/28330 4797/4797/28331 4782/4782/28332 -f 4798/4798/28333 4799/4799/28334 4747/4747/28335 -f 4747/4747/28336 4799/4799/28337 4800/4800/28338 -f 4747/4747/28339 4800/4800/28340 4801/4801/28341 -f 4802/4802/28342 4803/4803/28343 4798/4798/28344 -f 4798/4798/28345 4803/4803/28346 4804/4804/28347 -f 4798/4798/28348 4804/4804/28349 4805/4805/28350 -f 4802/4802/28351 4806/4806/28352 4803/4803/28353 -f 4803/4803/28354 4807/4807/28355 4804/4804/28356 -f 4804/4804/28357 4807/4807/28358 4808/4808/28359 -f 4808/4808/28360 4807/4807/28361 4809/4809/28362 -f 4809/4809/28363 4807/4807/28364 4810/4810/28365 -f 4810/4810/28366 4807/4807/28367 4811/4811/28368 -f 4811/4811/28369 4807/4807/28370 4812/4812/28371 -f 4798/4798/28372 4805/4805/28373 4813/4813/28374 -f 4813/4813/28375 4805/4805/28376 4814/4814/28377 -f 4813/4813/28378 4814/4814/28379 4815/4815/28380 -f 4813/4813/28381 4816/4816/28382 4798/4798/28383 -f 4798/4798/28384 4816/4816/28385 4799/4799/28386 -f 4801/4801/28387 4748/4748/28388 4747/4747/28389 -f 4749/4749/28390 4745/4745/28391 4642/4642/28392 -f 4640/4640/28393 4740/4740/28394 4734/4734/28395 -f 4734/4734/28396 4740/4740/28397 4739/4739/28398 -f 4734/4734/28399 4739/4739/28400 4738/4738/28401 -f 4738/4738/28402 4737/4737/28403 4734/4734/28404 -f 4734/4734/28405 4737/4737/28406 4736/4736/28407 -f 4734/4734/28408 4736/4736/28409 4735/4735/28410 -f 4644/4644/28411 4741/4741/28412 4652/4652/28413 -f 4652/4652/28414 4741/4741/28415 4743/4743/28416 -f 4652/4652/28417 4743/4743/28418 4653/4653/28419 -f 4653/4653/28420 4743/4743/28421 4744/4744/28422 -f 4653/4653/28423 4744/4744/28424 4651/4651/28425 -f 4651/4651/28426 4744/4744/28427 4742/4742/28428 -f 4742/4742/28429 4746/4746/28430 4651/4651/28431 -f 4651/4651/28432 4746/4746/28433 4654/4654/28434 -f 4748/4748/28435 4657/4657/28436 4749/4749/28437 -f 4749/4749/28438 4657/4657/28439 4656/4656/28440 -f 4749/4749/28441 4656/4656/28442 4745/4745/28443 -f 4745/4745/28444 4656/4656/28445 4655/4655/28446 -f 4745/4745/28447 4655/4655/28448 4746/4746/28449 -f 4746/4746/28450 4655/4655/28451 4654/4654/28452 -f 4816/4816/28453 4663/4663/28454 4799/4799/28455 -f 4799/4799/28456 4663/4663/28457 4661/4661/28458 -f 4799/4799/28459 4661/4661/28460 4800/4800/28461 -f 4800/4800/28462 4661/4661/28463 4660/4660/28464 -f 4800/4800/28465 4660/4660/28466 4801/4801/28467 -f 4801/4801/28468 4660/4660/28469 4659/4659/28470 -f 4748/4748/28471 4801/4801/28472 4657/4657/28473 -f 4657/4657/28474 4801/4801/28475 4659/4659/28476 -f 4664/4664/28477 4813/4813/28478 4665/4665/28479 -f 4665/4665/28480 4813/4813/28481 4815/4815/28482 -f 4665/4665/28483 4815/4815/28484 4666/4666/28485 -f 4666/4666/28486 4815/4815/28487 4814/4814/28488 -f 4666/4666/28489 4814/4814/28490 4667/4667/28491 -f 4667/4667/28492 4814/4814/28493 4805/4805/28494 -f 4816/4816/28495 4813/4813/28496 4663/4663/28497 -f 4663/4663/28498 4813/4813/28499 4664/4664/28500 -f 4668/4668/28501 4804/4804/28502 4671/4671/28503 -f 4671/4671/28504 4804/4804/28505 4808/4808/28506 -f 4671/4671/28507 4808/4808/28508 4672/4672/28509 -f 4672/4672/28510 4808/4808/28511 4809/4809/28512 -f 4672/4672/28513 4809/4809/28514 4673/4673/28515 -f 4673/4673/28516 4809/4809/28517 4810/4810/28518 -f 4673/4673/28519 4810/4810/28520 4674/4674/28521 -f 4674/4674/28522 4810/4810/28523 4811/4811/28524 -f 4674/4674/28525 4811/4811/28526 4675/4675/28527 -f 4675/4675/28528 4811/4811/28529 4812/4812/28530 -f 4675/4675/28531 4812/4812/28532 4670/4670/28533 -f 4670/4670/28534 4812/4812/28535 4807/4807/28536 -f 4807/4807/28537 4803/4803/28538 4670/4670/28539 -f 4670/4670/28540 4803/4803/28541 4669/4669/28542 -f 4669/4669/28543 4803/4803/28544 4676/4676/28545 -f 4676/4676/28546 4803/4803/28547 4806/4806/28548 -f 4676/4676/28549 4806/4806/28550 4677/4677/28551 -f 4677/4677/28552 4806/4806/28553 4802/4802/28554 -f 4677/4677/28555 4802/4802/28556 4662/4662/28557 -f 4662/4662/28558 4802/4802/28559 4798/4798/28560 -f 4798/4798/28561 4747/4747/28562 4662/4662/28563 -f 4662/4662/28564 4747/4747/28565 4658/4658/28566 -f 4752/4752/28567 4682/4682/28568 4751/4751/28569 -f 4751/4751/28570 4682/4682/28571 4681/4681/28572 -f 4751/4751/28573 4681/4681/28574 4750/4750/28575 -f 4750/4750/28576 4681/4681/28577 4679/4679/28578 -f 4750/4750/28579 4679/4679/28580 4747/4747/28581 -f 4747/4747/28582 4679/4679/28583 4658/4658/28584 -f 4758/4758/28585 4690/4690/28586 4756/4756/28587 -f 4756/4756/28588 4690/4690/28589 4688/4688/28590 -f 4756/4756/28591 4688/4688/28592 4755/4755/28593 -f 4755/4755/28594 4688/4688/28595 4687/4687/28596 -f 4755/4755/28597 4687/4687/28598 4753/4753/28599 -f 4753/4753/28600 4687/4687/28601 4684/4684/28602 -f 4752/4752/28603 4753/4753/28604 4682/4682/28605 -f 4682/4682/28606 4753/4753/28607 4684/4684/28608 -f 4694/4694/28609 4782/4782/28610 4698/4698/28611 -f 4698/4698/28612 4782/4782/28613 4797/4797/28614 -f 4698/4698/28615 4797/4797/28616 4702/4702/28617 -f 4702/4702/28618 4797/4797/28619 4796/4796/28620 -f 4702/4702/28621 4796/4796/28622 4699/4699/28623 -f 4699/4699/28624 4796/4796/28625 4789/4789/28626 -f 4758/4758/28627 4782/4782/28628 4690/4690/28629 -f 4690/4690/28630 4782/4782/28631 4694/4694/28632 -f 4703/4703/28633 4790/4790/28634 4708/4708/28635 -f 4708/4708/28636 4790/4790/28637 4795/4795/28638 -f 4708/4708/28639 4795/4795/28640 4707/4707/28641 -f 4707/4707/28642 4795/4795/28643 4794/4794/28644 -f 4707/4707/28645 4794/4794/28646 4706/4706/28647 -f 4706/4706/28648 4794/4794/28649 4793/4793/28650 -f 4706/4706/28651 4793/4793/28652 4705/4705/28653 -f 4705/4705/28654 4793/4793/28655 4792/4792/28656 -f 4705/4705/28657 4792/4792/28658 4704/4704/28659 -f 4704/4704/28660 4792/4792/28661 4791/4791/28662 -f 4704/4704/28663 4791/4791/28664 4700/4700/28665 -f 4700/4700/28666 4791/4791/28667 4788/4788/28668 -f 4788/4788/28669 4787/4787/28670 4700/4700/28671 -f 4700/4700/28672 4787/4787/28673 4701/4701/28674 -f 4701/4701/28675 4787/4787/28676 4710/4710/28677 -f 4710/4710/28678 4787/4787/28679 4786/4786/28680 -f 4710/4710/28681 4786/4786/28682 4711/4711/28683 -f 4711/4711/28684 4786/4786/28685 4785/4785/28686 -f 4711/4711/28687 4785/4785/28688 4709/4709/28689 -f 4709/4709/28690 4785/4785/28691 4784/4784/28692 -f 4784/4784/28693 4783/4783/28694 4709/4709/28695 -f 4709/4709/28696 4783/4783/28697 4712/4712/28698 -f 4779/4779/28699 4697/4697/28700 4780/4780/28701 -f 4780/4780/28702 4697/4697/28703 4696/4696/28704 -f 4780/4780/28705 4696/4696/28706 4781/4781/28707 -f 4781/4781/28708 4696/4696/28709 4695/4695/28710 -f 4781/4781/28711 4695/4695/28712 4783/4783/28713 -f 4783/4783/28714 4695/4695/28715 4712/4712/28716 -f 4764/4764/28717 4715/4715/28718 4762/4762/28719 -f 4762/4762/28720 4715/4715/28721 4713/4713/28722 -f 4762/4762/28723 4713/4713/28724 4761/4761/28725 -f 4761/4761/28726 4713/4713/28727 4693/4693/28728 -f 4761/4761/28729 4693/4693/28730 4760/4760/28731 -f 4760/4760/28732 4693/4693/28733 4692/4692/28734 -f 4779/4779/28735 4760/4760/28736 4697/4697/28737 -f 4697/4697/28738 4760/4760/28739 4692/4692/28740 -f 4716/4716/28741 4765/4765/28742 4717/4717/28743 -f 4717/4717/28744 4765/4765/28745 4778/4778/28746 -f 4717/4717/28747 4778/4778/28748 4718/4718/28749 -f 4718/4718/28750 4778/4778/28751 4767/4767/28752 -f 4718/4718/28753 4767/4767/28754 4719/4719/28755 -f 4719/4719/28756 4767/4767/28757 4766/4766/28758 -f 4766/4766/28759 4770/4770/28760 4719/4719/28761 -f 4719/4719/28762 4770/4770/28763 4720/4720/28764 -f 4720/4720/28765 4770/4770/28766 4723/4723/28767 -f 4723/4723/28768 4770/4770/28769 4773/4773/28770 -f 4723/4723/28771 4773/4773/28772 4724/4724/28773 -f 4724/4724/28774 4773/4773/28775 4774/4774/28776 -f 4724/4724/28777 4774/4774/28778 4725/4725/28779 -f 4725/4725/28780 4774/4774/28781 4775/4775/28782 -f 4725/4725/28783 4775/4775/28784 4726/4726/28785 -f 4726/4726/28786 4775/4775/28787 4776/4776/28788 -f 4726/4726/28789 4776/4776/28790 4727/4727/28791 -f 4727/4727/28792 4776/4776/28793 4777/4777/28794 -f 4727/4727/28795 4777/4777/28796 4722/4722/28797 -f 4722/4722/28798 4777/4777/28799 4772/4772/28800 -f 4772/4772/28801 4769/4769/28802 4722/4722/28803 -f 4722/4722/28804 4769/4769/28805 4721/4721/28806 -f 4721/4721/28807 4769/4769/28808 4728/4728/28809 -f 4728/4728/28810 4769/4769/28811 4771/4771/28812 -f 4728/4728/28813 4771/4771/28814 4729/4729/28815 -f 4729/4729/28816 4771/4771/28817 4768/4768/28818 -f 4729/4729/28819 4768/4768/28820 4714/4714/28821 -f 4714/4714/28822 4768/4768/28823 4763/4763/28824 -f 4733/4733/28825 4685/4685/28826 4754/4754/28827 -f 4754/4754/28828 4685/4685/28829 4686/4686/28830 -f 4754/4754/28831 4686/4686/28832 4757/4757/28833 -f 4757/4757/28834 4686/4686/28835 4689/4689/28836 -f 4757/4757/28837 4689/4689/28838 4759/4759/28839 -f 4759/4759/28840 4689/4689/28841 4691/4691/28842 -f 4763/4763/28843 4759/4759/28844 4714/4714/28845 -f 4714/4714/28846 4759/4759/28847 4691/4691/28848 -f 4805/4805/28849 4804/4804/28850 4667/4667/28851 -f 4667/4667/28852 4804/4804/28853 4668/4668/28854 -f 4789/4789/28855 4790/4790/28856 4699/4699/28857 -f 4699/4699/28858 4790/4790/28859 4703/4703/28860 -f 4764/4764/28861 4765/4765/28862 4715/4715/28863 -f 4715/4715/28864 4765/4765/28865 4716/4716/28866 -f 4640/4640/28867 4734/4734/28868 4639/4639/28869 -f 4639/4639/28870 4734/4734/28871 4645/4645/28872 -f 4817/4817/28873 4818/4818/28874 4819/4819/28875 -f 4819/4819/28876 4818/4818/28877 4820/4820/28878 -f 4819/4819/28879 4820/4820/28880 4821/4821/28881 -f 4821/4821/28882 4820/4820/28883 4822/4822/28884 -f 4822/4822/28885 4820/4820/28886 4823/4823/28887 -f 4823/4823/28888 4820/4820/28889 4824/4824/28890 -f 4821/4821/28891 4825/4825/28892 4819/4819/28893 -f 4819/4819/28894 4825/4825/28895 4826/4826/28896 -f 4819/4819/28897 4826/4826/28898 4827/4827/28899 -f 4828/4828/28900 4829/4829/28901 4830/4830/28902 -f 4830/4830/28903 4829/4829/28904 4831/4831/28905 -f 4830/4830/28906 4831/4831/28907 4832/4832/28908 -f 4832/4832/28909 4831/4831/28910 4833/4833/28911 -f 4833/4833/28912 4831/4831/28913 4834/4834/28914 -f 4834/4834/28915 4831/4831/28916 4835/4835/28917 -f 4832/4832/28918 4836/4836/28919 4830/4830/28920 -f 4830/4830/28921 4836/4836/28922 4837/4837/28923 -f 4830/4830/28924 4837/4837/28925 4838/4838/28926 -f 4839/4839/28927 4840/4840/28928 4841/4841/28929 -f 4841/4841/28930 4840/4840/28931 4842/4842/28932 -f 4841/4841/28933 4842/4842/28934 4843/4843/28935 -f 4843/4843/28936 4842/4842/28937 4844/4844/28938 -f 4844/4844/28939 4842/4842/28940 4845/4845/28941 -f 4845/4845/28942 4842/4842/28943 4846/4846/28944 -f 4843/4843/28945 4847/4847/28946 4841/4841/28947 -f 4841/4841/28948 4847/4847/28949 4848/4848/28950 -f 4841/4841/28951 4848/4848/28952 4849/4849/28953 -f 4850/4850/28954 4851/4851/28955 4852/4852/28956 -f 4852/4852/28957 4851/4851/28958 4853/4853/28959 -f 4853/4853/28960 4851/4851/28961 4854/4854/28962 -f 4853/4853/28963 4854/4854/28964 4855/4855/28965 -f 4856/4856/28966 4857/4857/28967 4851/4851/28968 -f 4851/4851/28969 4857/4857/28970 4858/4858/28971 -f 4851/4851/28972 4858/4858/28973 4854/4854/28974 -f 4855/4855/28975 4859/4859/28976 4853/4853/28977 -f 4853/4853/28978 4859/4859/28979 4860/4860/28980 -f 4861/4861/28981 4862/4862/28982 4863/4863/28983 -f 4863/4863/28984 4862/4862/28985 4864/4864/28986 -f 4865/4865/28987 4866/4866/28988 4867/4867/28989 -f 4867/4867/28990 4866/4866/28991 4868/4868/28992 -f 4868/4868/28993 4866/4866/28994 4869/4869/28995 -f 4868/4868/28996 4869/4869/28997 4870/4870/28998 -f 4871/4871/28999 4872/4872/29000 4866/4866/29001 -f 4866/4866/29002 4872/4872/29003 4873/4873/29004 -f 4866/4866/29005 4873/4873/29006 4869/4869/29007 -f 4870/4870/29008 4874/4874/29009 4868/4868/29010 -f 4868/4868/29011 4874/4874/29012 4875/4875/29013 -f 4876/4876/29014 4877/4877/29015 4878/4878/29016 -f 4878/4878/29017 4877/4877/29018 4879/4879/29019 -f 4878/4878/29020 4879/4879/29021 4880/4880/29022 -f 4880/4880/29023 4879/4879/29024 4881/4881/29025 -f 4881/4881/29026 4879/4879/29027 4882/4882/29028 -f 4882/4882/29029 4879/4879/29030 4883/4883/29031 -f 4880/4880/29032 4884/4884/29033 4878/4878/29034 -f 4878/4878/29035 4884/4884/29036 4885/4885/29037 -f 4878/4878/29038 4885/4885/29039 4886/4886/29040 -f 4887/4887/29041 4888/4888/29042 4889/4889/29043 -f 4889/4889/29044 4888/4888/29045 4890/4890/29046 -f 4889/4889/29047 4890/4890/29048 4891/4891/29049 -f 4891/4891/29050 4890/4890/29051 4892/4892/29052 -f 4892/4892/29053 4890/4890/29054 4893/4893/29055 -f 4893/4893/29056 4890/4890/29057 4894/4894/29058 -f 4891/4891/29059 4895/4895/29060 4889/4889/29061 -f 4889/4889/29062 4895/4895/29063 4896/4896/29064 -f 4889/4889/29065 4896/4896/29066 4897/4897/29067 -f 4898/4898/29068 4899/4899/29069 4900/4900/29070 -f 4900/4900/29071 4899/4899/29072 4901/4901/29073 -f 4902/4902/29074 4903/4903/29075 4904/4904/29076 -f 4904/4904/29077 4903/4903/29078 4905/4905/29079 -f 4904/4904/29080 4905/4905/29081 4906/4906/29082 -f 4906/4906/29083 4905/4905/29084 4907/4907/29085 -f 4907/4907/29086 4905/4905/29087 4908/4908/29088 -f 4908/4908/29089 4905/4905/29090 4909/4909/29091 -f 4906/4906/29092 4910/4910/29093 4904/4904/29094 -f 4904/4904/29095 4910/4910/29096 4911/4911/29097 -f 4904/4904/29098 4911/4911/29099 4912/4912/29100 -f 4831/4831/29101 4868/4868/29102 4835/4835/29103 -f 4835/4835/29104 4868/4868/29105 4875/4875/29106 -f 4835/4835/29107 4875/4875/29108 4834/4834/29109 -f 4834/4834/29110 4875/4875/29111 4874/4874/29112 -f 4874/4874/29113 4913/4913/29114 4834/4834/29115 -f 4834/4834/29116 4913/4913/29117 4914/4914/29118 -f 4834/4834/29119 4914/4914/29120 4915/4915/29121 -f 4915/4915/29122 4914/4914/29123 4916/4916/29124 -f 4915/4915/29125 4916/4916/29126 4917/4917/29127 -f 4917/4917/29128 4916/4916/29129 4918/4918/29130 -f 4917/4917/29131 4918/4918/29132 4919/4919/29133 -f 4919/4919/29134 4918/4918/29135 4837/4837/29136 -f 4919/4919/29137 4837/4837/29138 4920/4920/29139 -f 4920/4920/29140 4837/4837/29141 4921/4921/29142 -f 4920/4920/29143 4921/4921/29144 4922/4922/29145 -f 4922/4922/29146 4921/4921/29147 4923/4923/29148 -f 4922/4922/29149 4923/4923/29150 4924/4924/29151 -f 4924/4924/29152 4923/4923/29153 4925/4925/29154 -f 4924/4924/29155 4925/4925/29156 4834/4834/29157 -f 4834/4834/29158 4925/4925/29159 4926/4926/29160 -f 4834/4834/29161 4926/4926/29162 4927/4927/29163 -f 4927/4927/29164 4926/4926/29165 4928/4928/29166 -f 4927/4927/29167 4928/4928/29168 4929/4929/29169 -f 4929/4929/29170 4928/4928/29171 4930/4930/29172 -f 4929/4929/29173 4930/4930/29174 4931/4931/29175 -f 4931/4931/29176 4930/4930/29177 4837/4837/29178 -f 4931/4931/29179 4837/4837/29180 4932/4932/29181 -f 4932/4932/29182 4837/4837/29183 4933/4933/29184 -f 4932/4932/29185 4933/4933/29186 4934/4934/29187 -f 4934/4934/29188 4933/4933/29189 4935/4935/29190 -f 4934/4934/29191 4935/4935/29192 4936/4936/29193 -f 4936/4936/29194 4935/4935/29195 4937/4937/29196 -f 4936/4936/29197 4937/4937/29198 4834/4834/29199 -f 4834/4834/29200 4937/4937/29201 4938/4938/29202 -f 4834/4834/29203 4938/4938/29204 4939/4939/29205 -f 4939/4939/29206 4938/4938/29207 4940/4940/29208 -f 4939/4939/29209 4940/4940/29210 4832/4832/29211 -f 4832/4832/29212 4940/4940/29213 4836/4836/29214 -f 4836/4836/29215 4940/4940/29216 4941/4941/29217 -f 4836/4836/29218 4941/4941/29219 4837/4837/29220 -f 4837/4837/29221 4941/4941/29222 4942/4942/29223 -f 4837/4837/29224 4942/4942/29225 4933/4933/29226 -f 4933/4933/29227 4942/4942/29228 4935/4935/29229 -f 4870/4870/29230 4943/4943/29231 4874/4874/29232 -f 4874/4874/29233 4943/4943/29234 4944/4944/29235 -f 4874/4874/29236 4944/4944/29237 4945/4945/29238 -f 4945/4945/29239 4944/4944/29240 4946/4946/29241 -f 4945/4945/29242 4946/4946/29243 4947/4947/29244 -f 4947/4947/29245 4946/4946/29246 4948/4948/29247 -f 4947/4947/29248 4948/4948/29249 4949/4949/29250 -f 4949/4949/29251 4948/4948/29252 4872/4872/29253 -f 4949/4949/29254 4872/4872/29255 4950/4950/29256 -f 4950/4950/29257 4872/4872/29258 4951/4951/29259 -f 4950/4950/29260 4951/4951/29261 4952/4952/29262 -f 4952/4952/29263 4951/4951/29264 4953/4953/29265 -f 4952/4952/29266 4953/4953/29267 4954/4954/29268 -f 4954/4954/29269 4953/4953/29270 4955/4955/29271 -f 4954/4954/29272 4955/4955/29273 4874/4874/29274 -f 4874/4874/29275 4955/4955/29276 4956/4956/29277 -f 4874/4874/29278 4956/4956/29279 4957/4957/29280 -f 4957/4957/29281 4956/4956/29282 4958/4958/29283 -f 4957/4957/29284 4958/4958/29285 4959/4959/29286 -f 4959/4959/29287 4958/4958/29288 4960/4960/29289 -f 4959/4959/29290 4960/4960/29291 4961/4961/29292 -f 4961/4961/29293 4960/4960/29294 4872/4872/29295 -f 4961/4961/29296 4872/4872/29297 4962/4962/29298 -f 4962/4962/29299 4872/4872/29300 4963/4963/29301 -f 4962/4962/29302 4963/4963/29303 4964/4964/29304 -f 4964/4964/29305 4963/4963/29306 4965/4965/29307 -f 4964/4964/29308 4965/4965/29309 4966/4966/29310 -f 4966/4966/29311 4965/4965/29312 4967/4967/29313 -f 4966/4966/29314 4967/4967/29315 4874/4874/29316 -f 4874/4874/29317 4967/4967/29318 4968/4968/29319 -f 4874/4874/29320 4968/4968/29321 4969/4969/29322 -f 4969/4969/29323 4968/4968/29324 4970/4970/29325 -f 4969/4969/29326 4970/4970/29327 4971/4971/29328 -f 4971/4971/29329 4970/4970/29330 4972/4972/29331 -f 4971/4971/29332 4972/4972/29333 4973/4973/29334 -f 4973/4973/29335 4972/4972/29336 4837/4837/29337 -f 4973/4973/29338 4837/4837/29339 4974/4974/29340 -f 4974/4974/29341 4837/4837/29342 4918/4918/29343 -f 4974/4974/29344 4918/4918/29345 4916/4916/29346 -f 4943/4943/29347 4870/4870/29348 4975/4975/29349 -f 4975/4975/29350 4870/4870/29351 4869/4869/29352 -f 4975/4975/29353 4869/4869/29354 4976/4976/29355 -f 4976/4976/29356 4869/4869/29357 4873/4873/29358 -f 4976/4976/29359 4873/4873/29360 4872/4872/29361 -f 4837/4837/29362 4977/4977/29363 4872/4872/29364 -f 4872/4872/29365 4977/4977/29366 4978/4978/29367 -f 4872/4872/29368 4978/4978/29369 4963/4963/29370 -f 4963/4963/29371 4978/4978/29372 4965/4965/29373 -f 4832/4832/29374 4833/4833/29375 4939/4939/29376 -f 4939/4939/29377 4833/4833/29378 4834/4834/29379 -f 4944/4944/29380 4943/4943/29381 4979/4979/29382 -f 4979/4979/29383 4943/4943/29384 4975/4975/29385 -f 4979/4979/29386 4975/4975/29387 4980/4980/29388 -f 4980/4980/29389 4975/4975/29390 4976/4976/29391 -f 4980/4980/29392 4976/4976/29393 4872/4872/29394 -f 4945/4945/29395 4981/4981/29396 4874/4874/29397 -f 4874/4874/29398 4981/4981/29399 4982/4982/29400 -f 4874/4874/29401 4982/4982/29402 4954/4954/29403 -f 4954/4954/29404 4982/4982/29405 4952/4952/29406 -f 4945/4945/29407 4947/4947/29408 4981/4981/29409 -f 4981/4981/29410 4947/4947/29411 4983/4983/29412 -f 4981/4981/29413 4983/4983/29414 4982/4982/29415 -f 4982/4982/29416 4983/4983/29417 4952/4952/29418 -f 4956/4956/29419 4955/4955/29420 4984/4984/29421 -f 4984/4984/29422 4955/4955/29423 4953/4953/29424 -f 4984/4984/29425 4953/4953/29426 4985/4985/29427 -f 4985/4985/29428 4953/4953/29429 4951/4951/29430 -f 4985/4985/29431 4951/4951/29432 4872/4872/29433 -f 4957/4957/29434 4986/4986/29435 4874/4874/29436 -f 4874/4874/29437 4986/4986/29438 4987/4987/29439 -f 4874/4874/29440 4987/4987/29441 4966/4966/29442 -f 4966/4966/29443 4987/4987/29444 4964/4964/29445 -f 4957/4957/29446 4959/4959/29447 4986/4986/29448 -f 4986/4986/29449 4959/4959/29450 4988/4988/29451 -f 4986/4986/29452 4988/4988/29453 4987/4987/29454 -f 4987/4987/29455 4988/4988/29456 4964/4964/29457 -f 4913/4913/29458 4874/4874/29459 4969/4969/29460 -f 4968/4968/29461 4967/4967/29462 4989/4989/29463 -f 4989/4989/29464 4967/4967/29465 4965/4965/29466 -f 4989/4989/29467 4965/4965/29468 4978/4978/29469 -f 4969/4969/29470 4971/4971/29471 4913/4913/29472 -f 4913/4913/29473 4971/4971/29474 4990/4990/29475 -f 4913/4913/29476 4990/4990/29477 4914/4914/29478 -f 4914/4914/29479 4990/4990/29480 4916/4916/29481 -f 4915/4915/29482 4991/4991/29483 4834/4834/29484 -f 4834/4834/29485 4991/4991/29486 4992/4992/29487 -f 4834/4834/29488 4992/4992/29489 4924/4924/29490 -f 4924/4924/29491 4992/4992/29492 4922/4922/29493 -f 4915/4915/29494 4917/4917/29495 4991/4991/29496 -f 4991/4991/29497 4917/4917/29498 4993/4993/29499 -f 4991/4991/29500 4993/4993/29501 4992/4992/29502 -f 4992/4992/29503 4993/4993/29504 4922/4922/29505 -f 4926/4926/29506 4925/4925/29507 4994/4994/29508 -f 4994/4994/29509 4925/4925/29510 4923/4923/29511 -f 4994/4994/29512 4923/4923/29513 4995/4995/29514 -f 4995/4995/29515 4923/4923/29516 4921/4921/29517 -f 4995/4995/29518 4921/4921/29519 4837/4837/29520 -f 4927/4927/29521 4996/4996/29522 4834/4834/29523 -f 4834/4834/29524 4996/4996/29525 4997/4997/29526 -f 4834/4834/29527 4997/4997/29528 4936/4936/29529 -f 4936/4936/29530 4997/4997/29531 4934/4934/29532 -f 4927/4927/29533 4929/4929/29534 4996/4996/29535 -f 4996/4996/29536 4929/4929/29537 4998/4998/29538 -f 4996/4996/29539 4998/4998/29540 4997/4997/29541 -f 4997/4997/29542 4998/4998/29543 4934/4934/29544 -f 4938/4938/29545 4937/4937/29546 4999/4999/29547 -f 4999/4999/29548 4937/4937/29549 4935/4935/29550 -f 4999/4999/29551 4935/4935/29552 4942/4942/29553 -f 4944/4944/29554 4979/4979/29555 4946/4946/29556 -f 4946/4946/29557 4979/4979/29558 5000/5000/29559 -f 4946/4946/29560 5000/5000/29561 4948/4948/29562 -f 4948/4948/29563 5000/5000/29564 4872/4872/29565 -f 5000/5000/29566 4979/4979/29567 4980/4980/29568 -f 4950/4950/29569 4952/4952/29570 4983/4983/29571 -f 4950/4950/29572 4983/4983/29573 4949/4949/29574 -f 4949/4949/29575 4983/4983/29576 4947/4947/29577 -f 4956/4956/29578 4984/4984/29579 4958/4958/29580 -f 4958/4958/29581 4984/4984/29582 5001/5001/29583 -f 4958/4958/29584 5001/5001/29585 4960/4960/29586 -f 4960/4960/29587 5001/5001/29588 4872/4872/29589 -f 5001/5001/29590 4984/4984/29591 4985/4985/29592 -f 4962/4962/29593 4964/4964/29594 4988/4988/29595 -f 4962/4962/29596 4988/4988/29597 4961/4961/29598 -f 4961/4961/29599 4988/4988/29600 4959/4959/29601 -f 4968/4968/29602 4989/4989/29603 4970/4970/29604 -f 4970/4970/29605 4989/4989/29606 4977/4977/29607 -f 4970/4970/29608 4977/4977/29609 4972/4972/29610 -f 4972/4972/29611 4977/4977/29612 4837/4837/29613 -f 4977/4977/29614 4989/4989/29615 4978/4978/29616 -f 4974/4974/29617 4916/4916/29618 4990/4990/29619 -f 4974/4974/29620 4990/4990/29621 4973/4973/29622 -f 4973/4973/29623 4990/4990/29624 4971/4971/29625 -f 4920/4920/29626 4922/4922/29627 4993/4993/29628 -f 4920/4920/29629 4993/4993/29630 4919/4919/29631 -f 4919/4919/29632 4993/4993/29633 4917/4917/29634 -f 4926/4926/29635 4994/4994/29636 4928/4928/29637 -f 4928/4928/29638 4994/4994/29639 5002/5002/29640 -f 4928/4928/29641 5002/5002/29642 4930/4930/29643 -f 4930/4930/29644 5002/5002/29645 4837/4837/29646 -f 5002/5002/29647 4994/4994/29648 4995/4995/29649 -f 4932/4932/29650 4934/4934/29651 4998/4998/29652 -f 4932/4932/29653 4998/4998/29654 4931/4931/29655 -f 4931/4931/29656 4998/4998/29657 4929/4929/29658 -f 4941/4941/29659 4940/4940/29660 4999/4999/29661 -f 4999/4999/29662 4940/4940/29663 4938/4938/29664 -f 4941/4941/29665 4999/4999/29666 4942/4942/29667 -f 4872/4872/29668 5000/5000/29669 4980/4980/29670 -f 4872/4872/29671 5001/5001/29672 4985/4985/29673 -f 4837/4837/29674 5002/5002/29675 4995/4995/29676 -f 4837/4837/29677 4872/4872/29678 4838/4838/29679 -f 4838/4838/29680 4872/4872/29681 4871/4871/29682 -f 4838/4838/29683 4871/4871/29684 4830/4830/29685 -f 4830/4830/29686 4871/4871/29687 4866/4866/29688 -f 4830/4830/29689 4866/4866/29690 4828/4828/29691 -f 4828/4828/29692 4866/4866/29693 4865/4865/29694 -f 4829/4829/29695 4828/4828/29696 4862/4862/29697 -f 4862/4862/29698 4828/4828/29699 4865/4865/29700 -f 4862/4862/29701 4865/4865/29702 4898/4898/29703 -f 4898/4898/29704 4865/4865/29705 4867/4867/29706 -f 4898/4898/29707 4867/4867/29708 4899/4899/29709 -f 4899/4899/29710 4867/4867/29711 4829/4829/29712 -f 4899/4899/29713 4829/4829/29714 4861/4861/29715 -f 4861/4861/29716 4829/4829/29717 4862/4862/29718 -f 4840/4840/29719 4876/4876/29720 4842/4842/29721 -f 4842/4842/29722 4876/4876/29723 4878/4878/29724 -f 4842/4842/29725 4878/4878/29726 4846/4846/29727 -f 4846/4846/29728 4878/4878/29729 4886/4886/29730 -f 4846/4846/29731 4886/4886/29732 4845/4845/29733 -f 4845/4845/29734 4886/4886/29735 4885/4885/29736 -f 4885/4885/29737 5003/5003/29738 4845/4845/29739 -f 4845/4845/29740 5003/5003/29741 5004/5004/29742 -f 4845/4845/29743 5004/5004/29744 5005/5005/29745 -f 5005/5005/29746 5004/5004/29747 5006/5006/29748 -f 5005/5005/29749 5006/5006/29750 5007/5007/29751 -f 5007/5007/29752 5006/5006/29753 5008/5008/29754 -f 5007/5007/29755 5008/5008/29756 5009/5009/29757 -f 5009/5009/29758 5008/5008/29759 4848/4848/29760 -f 5009/5009/29761 4848/4848/29762 5010/5010/29763 -f 5010/5010/29764 4848/4848/29765 5011/5011/29766 -f 5010/5010/29767 5011/5011/29768 5012/5012/29769 -f 5012/5012/29770 5011/5011/29771 5013/5013/29772 -f 5012/5012/29773 5013/5013/29774 5014/5014/29775 -f 5014/5014/29776 5013/5013/29777 5015/5015/29778 -f 5014/5014/29779 5015/5015/29780 4845/4845/29781 -f 4845/4845/29782 5015/5015/29783 5016/5016/29784 -f 4845/4845/29785 5016/5016/29786 5017/5017/29787 -f 5017/5017/29788 5016/5016/29789 5018/5018/29790 -f 5017/5017/29791 5018/5018/29792 5019/5019/29793 -f 5019/5019/29794 5018/5018/29795 5020/5020/29796 -f 5019/5019/29797 5020/5020/29798 5021/5021/29799 -f 5021/5021/29800 5020/5020/29801 4848/4848/29802 -f 5021/5021/29803 4848/4848/29804 5022/5022/29805 -f 5022/5022/29806 4848/4848/29807 5023/5023/29808 -f 5022/5022/29809 5023/5023/29810 5024/5024/29811 -f 5024/5024/29812 5023/5023/29813 5025/5025/29814 -f 5024/5024/29815 5025/5025/29816 5026/5026/29817 -f 5026/5026/29818 5025/5025/29819 5027/5027/29820 -f 5026/5026/29821 5027/5027/29822 4845/4845/29823 -f 4845/4845/29824 5027/5027/29825 5028/5028/29826 -f 4845/4845/29827 5028/5028/29828 5029/5029/29829 -f 5029/5029/29830 5028/5028/29831 5030/5030/29832 -f 5029/5029/29833 5030/5030/29834 4843/4843/29835 -f 4843/4843/29836 5030/5030/29837 4847/4847/29838 -f 4847/4847/29839 5030/5030/29840 5031/5031/29841 -f 4847/4847/29842 5031/5031/29843 4848/4848/29844 -f 4848/4848/29845 5031/5031/29846 5032/5032/29847 -f 4848/4848/29848 5032/5032/29849 5023/5023/29850 -f 5023/5023/29851 5032/5032/29852 5025/5025/29853 -f 4884/4884/29854 5033/5033/29855 4885/4885/29856 -f 4885/4885/29857 5033/5033/29858 5034/5034/29859 -f 4885/4885/29860 5034/5034/29861 5035/5035/29862 -f 5035/5035/29863 5034/5034/29864 5036/5036/29865 -f 5035/5035/29866 5036/5036/29867 5037/5037/29868 -f 5037/5037/29869 5036/5036/29870 5038/5038/29871 -f 5037/5037/29872 5038/5038/29873 5039/5039/29874 -f 5039/5039/29875 5038/5038/29876 4882/4882/29877 -f 5039/5039/29878 4882/4882/29879 5040/5040/29880 -f 5040/5040/29881 4882/4882/29882 5041/5041/29883 -f 5040/5040/29884 5041/5041/29885 5042/5042/29886 -f 5042/5042/29887 5041/5041/29888 5043/5043/29889 -f 5042/5042/29890 5043/5043/29891 5044/5044/29892 -f 5044/5044/29893 5043/5043/29894 5045/5045/29895 -f 5044/5044/29896 5045/5045/29897 4885/4885/29898 -f 4885/4885/29899 5045/5045/29900 5046/5046/29901 -f 4885/4885/29902 5046/5046/29903 5047/5047/29904 -f 5047/5047/29905 5046/5046/29906 5048/5048/29907 -f 5047/5047/29908 5048/5048/29909 5049/5049/29910 -f 5049/5049/29911 5048/5048/29912 5050/5050/29913 -f 5049/5049/29914 5050/5050/29915 5051/5051/29916 -f 5051/5051/29917 5050/5050/29918 4882/4882/29919 -f 5051/5051/29920 4882/4882/29921 5052/5052/29922 -f 5052/5052/29923 4882/4882/29924 5053/5053/29925 -f 5052/5052/29926 5053/5053/29927 5054/5054/29928 -f 5054/5054/29929 5053/5053/29930 5055/5055/29931 -f 5054/5054/29932 5055/5055/29933 5056/5056/29934 -f 5056/5056/29935 5055/5055/29936 5057/5057/29937 -f 5056/5056/29938 5057/5057/29939 4885/4885/29940 -f 4885/4885/29941 5057/5057/29942 5058/5058/29943 -f 4885/4885/29944 5058/5058/29945 5059/5059/29946 -f 5059/5059/29947 5058/5058/29948 5060/5060/29949 -f 5059/5059/29950 5060/5060/29951 5061/5061/29952 -f 5061/5061/29953 5060/5060/29954 5062/5062/29955 -f 5061/5061/29956 5062/5062/29957 5063/5063/29958 -f 5063/5063/29959 5062/5062/29960 4848/4848/29961 -f 5063/5063/29962 4848/4848/29963 5064/5064/29964 -f 5064/5064/29965 4848/4848/29966 5008/5008/29967 -f 5064/5064/29968 5008/5008/29969 5006/5006/29970 -f 5033/5033/29971 4884/4884/29972 5065/5065/29973 -f 5065/5065/29974 4884/4884/29975 4880/4880/29976 -f 5065/5065/29977 4880/4880/29978 5066/5066/29979 -f 5066/5066/29980 4880/4880/29981 4881/4881/29982 -f 5066/5066/29983 4881/4881/29984 4882/4882/29985 -f 4848/4848/29986 5067/5067/29987 4882/4882/29988 -f 4882/4882/29989 5067/5067/29990 5068/5068/29991 -f 4882/4882/29992 5068/5068/29993 5053/5053/29994 -f 5053/5053/29995 5068/5068/29996 5055/5055/29997 -f 4843/4843/29998 4844/4844/29999 5029/5029/30000 -f 5029/5029/30001 4844/4844/30002 4845/4845/30003 -f 5034/5034/30004 5033/5033/30005 5069/5069/30006 -f 5069/5069/30007 5033/5033/30008 5065/5065/30009 -f 5069/5069/30010 5065/5065/30011 5070/5070/30012 -f 5070/5070/30013 5065/5065/30014 5066/5066/30015 -f 5070/5070/30016 5066/5066/30017 4882/4882/30018 -f 5035/5035/30019 5071/5071/30020 4885/4885/30021 -f 4885/4885/30022 5071/5071/30023 5072/5072/30024 -f 4885/4885/30025 5072/5072/30026 5044/5044/30027 -f 5044/5044/30028 5072/5072/30029 5042/5042/30030 -f 5035/5035/30031 5037/5037/30032 5071/5071/30033 -f 5071/5071/30034 5037/5037/30035 5073/5073/30036 -f 5071/5071/30037 5073/5073/30038 5072/5072/30039 -f 5072/5072/30040 5073/5073/30041 5042/5042/30042 -f 5046/5046/30043 5045/5045/30044 5074/5074/30045 -f 5074/5074/30046 5045/5045/30047 5043/5043/30048 -f 5074/5074/30049 5043/5043/30050 5075/5075/30051 -f 5075/5075/30052 5043/5043/30053 5041/5041/30054 -f 5075/5075/30055 5041/5041/30056 4882/4882/30057 -f 5047/5047/30058 5076/5076/30059 4885/4885/30060 -f 4885/4885/30061 5076/5076/30062 5077/5077/30063 -f 4885/4885/30064 5077/5077/30065 5056/5056/30066 -f 5056/5056/30067 5077/5077/30068 5054/5054/30069 -f 5047/5047/30070 5049/5049/30071 5076/5076/30072 -f 5076/5076/30073 5049/5049/30074 5078/5078/30075 -f 5076/5076/30076 5078/5078/30077 5077/5077/30078 -f 5077/5077/30079 5078/5078/30080 5054/5054/30081 -f 5003/5003/30082 4885/4885/30083 5059/5059/30084 -f 5058/5058/30085 5057/5057/30086 5079/5079/30087 -f 5079/5079/30088 5057/5057/30089 5055/5055/30090 -f 5079/5079/30091 5055/5055/30092 5068/5068/30093 -f 5059/5059/30094 5061/5061/30095 5003/5003/30096 -f 5003/5003/30097 5061/5061/30098 5080/5080/30099 -f 5003/5003/30100 5080/5080/30101 5004/5004/30102 -f 5004/5004/30103 5080/5080/30104 5006/5006/30105 -f 5005/5005/30106 5081/5081/30107 4845/4845/30108 -f 4845/4845/30109 5081/5081/30110 5082/5082/30111 -f 4845/4845/30112 5082/5082/30113 5014/5014/30114 -f 5014/5014/30115 5082/5082/30116 5012/5012/30117 -f 5005/5005/30118 5007/5007/30119 5081/5081/30120 -f 5081/5081/30121 5007/5007/30122 5083/5083/30123 -f 5081/5081/30124 5083/5083/30125 5082/5082/30126 -f 5082/5082/30127 5083/5083/30128 5012/5012/30129 -f 5016/5016/30130 5015/5015/30131 5084/5084/30132 -f 5084/5084/30133 5015/5015/30134 5013/5013/30135 -f 5084/5084/30136 5013/5013/30137 5085/5085/30138 -f 5085/5085/30139 5013/5013/30140 5011/5011/30141 -f 5085/5085/30142 5011/5011/30143 4848/4848/30144 -f 5017/5017/30145 5086/5086/30146 4845/4845/30147 -f 4845/4845/30148 5086/5086/30149 5087/5087/30150 -f 4845/4845/30151 5087/5087/30152 5026/5026/30153 -f 5026/5026/30154 5087/5087/30155 5024/5024/30156 -f 5017/5017/30157 5019/5019/30158 5086/5086/30159 -f 5086/5086/30160 5019/5019/30161 5088/5088/30162 -f 5086/5086/30163 5088/5088/30164 5087/5087/30165 -f 5087/5087/30166 5088/5088/30167 5024/5024/30168 -f 5028/5028/30169 5027/5027/30170 5089/5089/30171 -f 5089/5089/30172 5027/5027/30173 5025/5025/30174 -f 5089/5089/30175 5025/5025/30176 5032/5032/30177 -f 5034/5034/30178 5069/5069/30179 5036/5036/30180 -f 5036/5036/30181 5069/5069/30182 5090/5090/30183 -f 5036/5036/30184 5090/5090/30185 5038/5038/30186 -f 5038/5038/30187 5090/5090/30188 4882/4882/30189 -f 5090/5090/30190 5069/5069/30191 5070/5070/30192 -f 5040/5040/30193 5042/5042/30194 5073/5073/30195 -f 5040/5040/30196 5073/5073/30197 5039/5039/30198 -f 5039/5039/30199 5073/5073/30200 5037/5037/30201 -f 5046/5046/30202 5074/5074/30203 5048/5048/30204 -f 5048/5048/30205 5074/5074/30206 5091/5091/30207 -f 5048/5048/30208 5091/5091/30209 5050/5050/30210 -f 5050/5050/30211 5091/5091/30212 4882/4882/30213 -f 5091/5091/30214 5074/5074/30215 5075/5075/30216 -f 5052/5052/30217 5054/5054/30218 5078/5078/30219 -f 5052/5052/30220 5078/5078/30221 5051/5051/30222 -f 5051/5051/30223 5078/5078/30224 5049/5049/30225 -f 5058/5058/30226 5079/5079/30227 5060/5060/30228 -f 5060/5060/30229 5079/5079/30230 5067/5067/30231 -f 5060/5060/30232 5067/5067/30233 5062/5062/30234 -f 5062/5062/30235 5067/5067/30236 4848/4848/30237 -f 5067/5067/30238 5079/5079/30239 5068/5068/30240 -f 5064/5064/30241 5006/5006/30242 5080/5080/30243 -f 5064/5064/30244 5080/5080/30245 5063/5063/30246 -f 5063/5063/30247 5080/5080/30248 5061/5061/30249 -f 5010/5010/30250 5012/5012/30251 5083/5083/30252 -f 5010/5010/30253 5083/5083/30254 5009/5009/30255 -f 5009/5009/30256 5083/5083/30257 5007/5007/30258 -f 5016/5016/30259 5084/5084/30260 5018/5018/30261 -f 5018/5018/30262 5084/5084/30263 5092/5092/30264 -f 5018/5018/30265 5092/5092/30266 5020/5020/30267 -f 5020/5020/30268 5092/5092/30269 4848/4848/30270 -f 5092/5092/30271 5084/5084/30272 5085/5085/30273 -f 5022/5022/30274 5024/5024/30275 5088/5088/30276 -f 5022/5022/30277 5088/5088/30278 5021/5021/30279 -f 5021/5021/30280 5088/5088/30281 5019/5019/30282 -f 5031/5031/30283 5030/5030/30284 5089/5089/30285 -f 5089/5089/30286 5030/5030/30287 5028/5028/30288 -f 5031/5031/30289 5089/5089/30290 5032/5032/30291 -f 4882/4882/30292 5090/5090/30293 5070/5070/30294 -f 4882/4882/30295 5091/5091/30296 5075/5075/30297 -f 4848/4848/30298 5092/5092/30299 5085/5085/30300 -f 4848/4848/30301 4882/4882/30302 4849/4849/30303 -f 4849/4849/30304 4882/4882/30305 4883/4883/30306 -f 4849/4849/30307 4883/4883/30308 4841/4841/30309 -f 4841/4841/30310 4883/4883/30311 4879/4879/30312 -f 4841/4841/30313 4879/4879/30314 4839/4839/30315 -f 4839/4839/30316 4879/4879/30317 4877/4877/30318 -f 4877/4877/30319 4864/4864/30320 4839/4839/30321 -f 4839/4839/30322 4864/4864/30323 4862/4862/30324 -f 4839/4839/30325 4862/4862/30326 4840/4840/30327 -f 4840/4840/30328 4862/4862/30329 4876/4876/30330 -f 4876/4876/30331 4862/4862/30332 4898/4898/30333 -f 4876/4876/30334 4898/4898/30335 4877/4877/30336 -f 4877/4877/30337 4898/4898/30338 4900/4900/30339 -f 4877/4877/30340 4900/4900/30341 4864/4864/30342 -f 4900/4900/30343 4902/4902/30344 4864/4864/30345 -f 4864/4864/30346 4902/4902/30347 4850/4850/30348 -f 4864/4864/30349 4850/4850/30350 4852/4852/30351 -f 4902/4902/30352 4900/4900/30353 4903/4903/30354 -f 4903/4903/30355 4900/4900/30356 4901/4901/30357 -f 4903/4903/30358 4901/4901/30359 4863/4863/30360 -f 4903/4903/30361 4863/4863/30362 4852/4852/30363 -f 4852/4852/30364 4863/4863/30365 4864/4864/30366 -f 4850/4850/30367 4902/4902/30368 4851/4851/30369 -f 4851/4851/30370 4902/4902/30371 4904/4904/30372 -f 4851/4851/30373 4904/4904/30374 4856/4856/30375 -f 4856/4856/30376 4904/4904/30377 4912/4912/30378 -f 4856/4856/30379 4912/4912/30380 4857/4857/30381 -f 4857/4857/30382 4912/4912/30383 4911/4911/30384 -f 4911/4911/30385 5093/5093/30386 4857/4857/30387 -f 4857/4857/30388 5093/5093/30389 5094/5094/30390 -f 4857/4857/30391 5094/5094/30392 5095/5095/30393 -f 5095/5095/30394 5094/5094/30395 5096/5096/30396 -f 5095/5095/30397 5096/5096/30398 5097/5097/30399 -f 5097/5097/30400 5096/5096/30401 5098/5098/30402 -f 5097/5097/30403 5098/5098/30404 5099/5099/30405 -f 5099/5099/30406 5098/5098/30407 4859/4859/30408 -f 5099/5099/30409 4859/4859/30410 5100/5100/30411 -f 5100/5100/30412 4859/4859/30413 5101/5101/30414 -f 5100/5100/30415 5101/5101/30416 5102/5102/30417 -f 5102/5102/30418 5101/5101/30419 5103/5103/30420 -f 5102/5102/30421 5103/5103/30422 5104/5104/30423 -f 5104/5104/30424 5103/5103/30425 5105/5105/30426 -f 5104/5104/30427 5105/5105/30428 4857/4857/30429 -f 4857/4857/30430 5105/5105/30431 5106/5106/30432 -f 4857/4857/30433 5106/5106/30434 5107/5107/30435 -f 5107/5107/30436 5106/5106/30437 5108/5108/30438 -f 5107/5107/30439 5108/5108/30440 5109/5109/30441 -f 5109/5109/30442 5108/5108/30443 5110/5110/30444 -f 5109/5109/30445 5110/5110/30446 5111/5111/30447 -f 5111/5111/30448 5110/5110/30449 4859/4859/30450 -f 5111/5111/30451 4859/4859/30452 5112/5112/30453 -f 5112/5112/30454 4859/4859/30455 5113/5113/30456 -f 5112/5112/30457 5113/5113/30458 5114/5114/30459 -f 5114/5114/30460 5113/5113/30461 5115/5115/30462 -f 5114/5114/30463 5115/5115/30464 5116/5116/30465 -f 5116/5116/30466 5115/5115/30467 5117/5117/30468 -f 5116/5116/30469 5117/5117/30470 4857/4857/30471 -f 4857/4857/30472 5117/5117/30473 5118/5118/30474 -f 4857/4857/30475 5118/5118/30476 5119/5119/30477 -f 5119/5119/30478 5118/5118/30479 5120/5120/30480 -f 5119/5119/30481 5120/5120/30482 4854/4854/30483 -f 4854/4854/30484 5120/5120/30485 4855/4855/30486 -f 4855/4855/30487 5120/5120/30488 5121/5121/30489 -f 4855/4855/30490 5121/5121/30491 4859/4859/30492 -f 4859/4859/30493 5121/5121/30494 5122/5122/30495 -f 4859/4859/30496 5122/5122/30497 5113/5113/30498 -f 5113/5113/30499 5122/5122/30500 5115/5115/30501 -f 4910/4910/30502 5123/5123/30503 4911/4911/30504 -f 4911/4911/30505 5123/5123/30506 5124/5124/30507 -f 4911/4911/30508 5124/5124/30509 5125/5125/30510 -f 5125/5125/30511 5124/5124/30512 5126/5126/30513 -f 5125/5125/30514 5126/5126/30515 5127/5127/30516 -f 5127/5127/30517 5126/5126/30518 5128/5128/30519 -f 5127/5127/30520 5128/5128/30521 5129/5129/30522 -f 5129/5129/30523 5128/5128/30524 4908/4908/30525 -f 5129/5129/30526 4908/4908/30527 5130/5130/30528 -f 5130/5130/30529 4908/4908/30530 5131/5131/30531 -f 5130/5130/30532 5131/5131/30533 5132/5132/30534 -f 5132/5132/30535 5131/5131/30536 5133/5133/30537 -f 5132/5132/30538 5133/5133/30539 5134/5134/30540 -f 5134/5134/30541 5133/5133/30542 5135/5135/30543 -f 5134/5134/30544 5135/5135/30545 4911/4911/30546 -f 4911/4911/30547 5135/5135/30548 5136/5136/30549 -f 4911/4911/30550 5136/5136/30551 5137/5137/30552 -f 5137/5137/30553 5136/5136/30554 5138/5138/30555 -f 5137/5137/30556 5138/5138/30557 5139/5139/30558 -f 5139/5139/30559 5138/5138/30560 5140/5140/30561 -f 5139/5139/30562 5140/5140/30563 5141/5141/30564 -f 5141/5141/30565 5140/5140/30566 4908/4908/30567 -f 5141/5141/30568 4908/4908/30569 5142/5142/30570 -f 5142/5142/30571 4908/4908/30572 5143/5143/30573 -f 5142/5142/30574 5143/5143/30575 5144/5144/30576 -f 5144/5144/30577 5143/5143/30578 5145/5145/30579 -f 5144/5144/30580 5145/5145/30581 5146/5146/30582 -f 5146/5146/30583 5145/5145/30584 5147/5147/30585 -f 5146/5146/30586 5147/5147/30587 4911/4911/30588 -f 4911/4911/30589 5147/5147/30590 5148/5148/30591 -f 4911/4911/30592 5148/5148/30593 5149/5149/30594 -f 5149/5149/30595 5148/5148/30596 5150/5150/30597 -f 5149/5149/30598 5150/5150/30599 5151/5151/30600 -f 5151/5151/30601 5150/5150/30602 5152/5152/30603 -f 5151/5151/30604 5152/5152/30605 5153/5153/30606 -f 5153/5153/30607 5152/5152/30608 4859/4859/30609 -f 5153/5153/30610 4859/4859/30611 5154/5154/30612 -f 5154/5154/30613 4859/4859/30614 5098/5098/30615 -f 5154/5154/30616 5098/5098/30617 5096/5096/30618 -f 5123/5123/30619 4910/4910/30620 5155/5155/30621 -f 5155/5155/30622 4910/4910/30623 4906/4906/30624 -f 5155/5155/30625 4906/4906/30626 5156/5156/30627 -f 5156/5156/30628 4906/4906/30629 4907/4907/30630 -f 5156/5156/30631 4907/4907/30632 4908/4908/30633 -f 4859/4859/30634 5157/5157/30635 4908/4908/30636 -f 4908/4908/30637 5157/5157/30638 5158/5158/30639 -f 4908/4908/30640 5158/5158/30641 5143/5143/30642 -f 5143/5143/30643 5158/5158/30644 5145/5145/30645 -f 4854/4854/30646 4858/4858/30647 5119/5119/30648 -f 5119/5119/30649 4858/4858/30650 4857/4857/30651 -f 5124/5124/30652 5123/5123/30653 5159/5159/30654 -f 5159/5159/30655 5123/5123/30656 5155/5155/30657 -f 5159/5159/30658 5155/5155/30659 5160/5160/30660 -f 5160/5160/30661 5155/5155/30662 5156/5156/30663 -f 5160/5160/30664 5156/5156/30665 4908/4908/30666 -f 5125/5125/30667 5161/5161/30668 4911/4911/30669 -f 4911/4911/30670 5161/5161/30671 5162/5162/30672 -f 4911/4911/30673 5162/5162/30674 5134/5134/30675 -f 5134/5134/30676 5162/5162/30677 5132/5132/30678 -f 5125/5125/30679 5127/5127/30680 5161/5161/30681 -f 5161/5161/30682 5127/5127/30683 5163/5163/30684 -f 5161/5161/30685 5163/5163/30686 5162/5162/30687 -f 5162/5162/30688 5163/5163/30689 5132/5132/30690 -f 5136/5136/30691 5135/5135/30692 5164/5164/30693 -f 5164/5164/30694 5135/5135/30695 5133/5133/30696 -f 5164/5164/30697 5133/5133/30698 5165/5165/30699 -f 5165/5165/30700 5133/5133/30701 5131/5131/30702 -f 5165/5165/30703 5131/5131/30704 4908/4908/30705 -f 5137/5137/30706 5166/5166/30707 4911/4911/30708 -f 4911/4911/30709 5166/5166/30710 5167/5167/30711 -f 4911/4911/30712 5167/5167/30713 5146/5146/30714 -f 5146/5146/30715 5167/5167/30716 5144/5144/30717 -f 5137/5137/30718 5139/5139/30719 5166/5166/30720 -f 5166/5166/30721 5139/5139/30722 5168/5168/30723 -f 5166/5166/30724 5168/5168/30725 5167/5167/30726 -f 5167/5167/30727 5168/5168/30728 5144/5144/30729 -f 5093/5093/30730 4911/4911/30731 5149/5149/30732 -f 5148/5148/30733 5147/5147/30734 5169/5169/30735 -f 5169/5169/30736 5147/5147/30737 5145/5145/30738 -f 5169/5169/30739 5145/5145/30740 5158/5158/30741 -f 5149/5149/30742 5151/5151/30743 5093/5093/30744 -f 5093/5093/30745 5151/5151/30746 5170/5170/30747 -f 5093/5093/30748 5170/5170/30749 5094/5094/30750 -f 5094/5094/30751 5170/5170/30752 5096/5096/30753 -f 5095/5095/30754 5171/5171/30755 4857/4857/30756 -f 4857/4857/30757 5171/5171/30758 5172/5172/30759 -f 4857/4857/30760 5172/5172/30761 5104/5104/30762 -f 5104/5104/30763 5172/5172/30764 5102/5102/30765 -f 5095/5095/30766 5097/5097/30767 5171/5171/30768 -f 5171/5171/30769 5097/5097/30770 5173/5173/30771 -f 5171/5171/30772 5173/5173/30773 5172/5172/30774 -f 5172/5172/30775 5173/5173/30776 5102/5102/30777 -f 5106/5106/30778 5105/5105/30779 5174/5174/30780 -f 5174/5174/30781 5105/5105/30782 5103/5103/30783 -f 5174/5174/30784 5103/5103/30785 5175/5175/30786 -f 5175/5175/30787 5103/5103/30788 5101/5101/30789 -f 5175/5175/30790 5101/5101/30791 4859/4859/30792 -f 5107/5107/30793 5176/5176/30794 4857/4857/30795 -f 4857/4857/30796 5176/5176/30797 5177/5177/30798 -f 4857/4857/30799 5177/5177/30800 5116/5116/30801 -f 5116/5116/30802 5177/5177/30803 5114/5114/30804 -f 5107/5107/30805 5109/5109/30806 5176/5176/30807 -f 5176/5176/30808 5109/5109/30809 5178/5178/30810 -f 5176/5176/30811 5178/5178/30812 5177/5177/30813 -f 5177/5177/30814 5178/5178/30815 5114/5114/30816 -f 5118/5118/30817 5117/5117/30818 5179/5179/30819 -f 5179/5179/30820 5117/5117/30821 5115/5115/30822 -f 5179/5179/30823 5115/5115/30824 5122/5122/30825 -f 5124/5124/30826 5159/5159/30827 5126/5126/30828 -f 5126/5126/30829 5159/5159/30830 5180/5180/30831 -f 5126/5126/30832 5180/5180/30833 5128/5128/30834 -f 5128/5128/30835 5180/5180/30836 4908/4908/30837 -f 5180/5180/30838 5159/5159/30839 5160/5160/30840 -f 5130/5130/30841 5132/5132/30842 5163/5163/30843 -f 5130/5130/30844 5163/5163/30845 5129/5129/30846 -f 5129/5129/30847 5163/5163/30848 5127/5127/30849 -f 5136/5136/30850 5164/5164/30851 5138/5138/30852 -f 5138/5138/30853 5164/5164/30854 5181/5181/30855 -f 5138/5138/30856 5181/5181/30857 5140/5140/30858 -f 5140/5140/30859 5181/5181/30860 4908/4908/30861 -f 5181/5181/30862 5164/5164/30863 5165/5165/30864 -f 5142/5142/30865 5144/5144/30866 5168/5168/30867 -f 5142/5142/30868 5168/5168/30869 5141/5141/30870 -f 5141/5141/30871 5168/5168/30872 5139/5139/30873 -f 5148/5148/30874 5169/5169/30875 5150/5150/30876 -f 5150/5150/30877 5169/5169/30878 5157/5157/30879 -f 5150/5150/30880 5157/5157/30881 5152/5152/30882 -f 5152/5152/30883 5157/5157/30884 4859/4859/30885 -f 5157/5157/30886 5169/5169/30887 5158/5158/30888 -f 5154/5154/30889 5096/5096/30890 5170/5170/30891 -f 5154/5154/30892 5170/5170/30893 5153/5153/30894 -f 5153/5153/30895 5170/5170/30896 5151/5151/30897 -f 5100/5100/30898 5102/5102/30899 5173/5173/30900 -f 5100/5100/30901 5173/5173/30902 5099/5099/30903 -f 5099/5099/30904 5173/5173/30905 5097/5097/30906 -f 5106/5106/30907 5174/5174/30908 5108/5108/30909 -f 5108/5108/30910 5174/5174/30911 5182/5182/30912 -f 5108/5108/30913 5182/5182/30914 5110/5110/30915 -f 5110/5110/30916 5182/5182/30917 4859/4859/30918 -f 5182/5182/30919 5174/5174/30920 5175/5175/30921 -f 5112/5112/30922 5114/5114/30923 5178/5178/30924 -f 5112/5112/30925 5178/5178/30926 5111/5111/30927 -f 5111/5111/30928 5178/5178/30929 5109/5109/30930 -f 5121/5121/30931 5120/5120/30932 5179/5179/30933 -f 5179/5179/30934 5120/5120/30935 5118/5118/30936 -f 5121/5121/30937 5179/5179/30938 5122/5122/30939 -f 4908/4908/30940 5180/5180/30941 5160/5160/30942 -f 4908/4908/30943 5181/5181/30944 5165/5165/30945 -f 4859/4859/30946 5182/5182/30947 5175/5175/30948 -f 4859/4859/30949 4908/4908/30950 4860/4860/30951 -f 4860/4860/30952 4908/4908/30953 4909/4909/30954 -f 4860/4860/30955 4909/4909/30956 4853/4853/30957 -f 4853/4853/30958 4909/4909/30959 4905/4905/30960 -f 4853/4853/30961 4905/4905/30962 4852/4852/30963 -f 4852/4852/30964 4905/4905/30965 4903/4903/30966 -f 4901/4901/30967 4818/4818/30968 4863/4863/30969 -f 4863/4863/30970 4818/4818/30971 4817/4817/30972 -f 4863/4863/30973 4817/4817/30974 4861/4861/30975 -f 4861/4861/30976 4817/4817/30977 4888/4888/30978 -f 4861/4861/30979 4888/4888/30980 4899/4899/30981 -f 4899/4899/30982 4888/4888/30983 4887/4887/30984 -f 4899/4899/30985 4887/4887/30986 4901/4901/30987 -f 4901/4901/30988 4887/4887/30989 4818/4818/30990 -f 4818/4818/30991 4887/4887/30992 4820/4820/30993 -f 4820/4820/30994 4887/4887/30995 4889/4889/30996 -f 4820/4820/30997 4889/4889/30998 4824/4824/30999 -f 4824/4824/31000 4889/4889/31001 4897/4897/31002 -f 4824/4824/31003 4897/4897/31004 4823/4823/31005 -f 4823/4823/31006 4897/4897/31007 4896/4896/31008 -f 4896/4896/31009 5183/5183/31010 4823/4823/31011 -f 4823/4823/31012 5183/5183/31013 5184/5184/31014 -f 4823/4823/31015 5184/5184/31016 5185/5185/31017 -f 5185/5185/31018 5184/5184/31019 5186/5186/31020 -f 5185/5185/31021 5186/5186/31022 5187/5187/31023 -f 5187/5187/31024 5186/5186/31025 5188/5188/31026 -f 5187/5187/31027 5188/5188/31028 5189/5189/31029 -f 5189/5189/31030 5188/5188/31031 4826/4826/31032 -f 5189/5189/31033 4826/4826/31034 5190/5190/31035 -f 5190/5190/31036 4826/4826/31037 5191/5191/31038 -f 5190/5190/31039 5191/5191/31040 5192/5192/31041 -f 5192/5192/31042 5191/5191/31043 5193/5193/31044 -f 5192/5192/31045 5193/5193/31046 5194/5194/31047 -f 5194/5194/31048 5193/5193/31049 5195/5195/31050 -f 5194/5194/31051 5195/5195/31052 4823/4823/31053 -f 4823/4823/31054 5195/5195/31055 5196/5196/31056 -f 4823/4823/31057 5196/5196/31058 5197/5197/31059 -f 5197/5197/31060 5196/5196/31061 5198/5198/31062 -f 5197/5197/31063 5198/5198/31064 5199/5199/31065 -f 5199/5199/31066 5198/5198/31067 5200/5200/31068 -f 5199/5199/31069 5200/5200/31070 5201/5201/31071 -f 5201/5201/31072 5200/5200/31073 4826/4826/31074 -f 5201/5201/31075 4826/4826/31076 5202/5202/31077 -f 5202/5202/31078 4826/4826/31079 5203/5203/31080 -f 5202/5202/31081 5203/5203/31082 5204/5204/31083 -f 5204/5204/31084 5203/5203/31085 5205/5205/31086 -f 5204/5204/31087 5205/5205/31088 5206/5206/31089 -f 5206/5206/31090 5205/5205/31091 5207/5207/31092 -f 5206/5206/31093 5207/5207/31094 4823/4823/31095 -f 4823/4823/31096 5207/5207/31097 5208/5208/31098 -f 4823/4823/31099 5208/5208/31100 5209/5209/31101 -f 5209/5209/31102 5208/5208/31103 5210/5210/31104 -f 5209/5209/31105 5210/5210/31106 4821/4821/31107 -f 4821/4821/31108 5210/5210/31109 4825/4825/31110 -f 4825/4825/31111 5210/5210/31112 5211/5211/31113 -f 4825/4825/31114 5211/5211/31115 4826/4826/31116 -f 4826/4826/31117 5211/5211/31118 5212/5212/31119 -f 4826/4826/31120 5212/5212/31121 5203/5203/31122 -f 5203/5203/31123 5212/5212/31124 5205/5205/31125 -f 4895/4895/31126 5213/5213/31127 4896/4896/31128 -f 4896/4896/31129 5213/5213/31130 5214/5214/31131 -f 4896/4896/31132 5214/5214/31133 5215/5215/31134 -f 5215/5215/31135 5214/5214/31136 5216/5216/31137 -f 5215/5215/31138 5216/5216/31139 5217/5217/31140 -f 5217/5217/31141 5216/5216/31142 5218/5218/31143 -f 5217/5217/31144 5218/5218/31145 5219/5219/31146 -f 5219/5219/31147 5218/5218/31148 4893/4893/31149 -f 5219/5219/31150 4893/4893/31151 5220/5220/31152 -f 5220/5220/31153 4893/4893/31154 5221/5221/31155 -f 5220/5220/31156 5221/5221/31157 5222/5222/31158 -f 5222/5222/31159 5221/5221/31160 5223/5223/31161 -f 5222/5222/31162 5223/5223/31163 5224/5224/31164 -f 5224/5224/31165 5223/5223/31166 5225/5225/31167 -f 5224/5224/31168 5225/5225/31169 4896/4896/31170 -f 4896/4896/31171 5225/5225/31172 5226/5226/31173 -f 4896/4896/31174 5226/5226/31175 5227/5227/31176 -f 5227/5227/31177 5226/5226/31178 5228/5228/31179 -f 5227/5227/31180 5228/5228/31181 5229/5229/31182 -f 5229/5229/31183 5228/5228/31184 5230/5230/31185 -f 5229/5229/31186 5230/5230/31187 5231/5231/31188 -f 5231/5231/31189 5230/5230/31190 4893/4893/31191 -f 5231/5231/31192 4893/4893/31193 5232/5232/31194 -f 5232/5232/31195 4893/4893/31196 5233/5233/31197 -f 5232/5232/31198 5233/5233/31199 5234/5234/31200 -f 5234/5234/31201 5233/5233/31202 5235/5235/31203 -f 5234/5234/31204 5235/5235/31205 5236/5236/31206 -f 5236/5236/31207 5235/5235/31208 5237/5237/31209 -f 5236/5236/31210 5237/5237/31211 4896/4896/31212 -f 4896/4896/31213 5237/5237/31214 5238/5238/31215 -f 4896/4896/31216 5238/5238/31217 5239/5239/31218 -f 5239/5239/31219 5238/5238/31220 5240/5240/31221 -f 5239/5239/31222 5240/5240/31223 5241/5241/31224 -f 5241/5241/31225 5240/5240/31226 5242/5242/31227 -f 5241/5241/31228 5242/5242/31229 5243/5243/31230 -f 5243/5243/31231 5242/5242/31232 4826/4826/31233 -f 5243/5243/31234 4826/4826/31235 5244/5244/31236 -f 5244/5244/31237 4826/4826/31238 5188/5188/31239 -f 5244/5244/31240 5188/5188/31241 5186/5186/31242 -f 5213/5213/31243 4895/4895/31244 5245/5245/31245 -f 5245/5245/31246 4895/4895/31247 4891/4891/31248 -f 5245/5245/31249 4891/4891/31250 5246/5246/31251 -f 5246/5246/31252 4891/4891/31253 4892/4892/31254 -f 5246/5246/31255 4892/4892/31256 4893/4893/31257 -f 4826/4826/31258 5247/5247/31259 4893/4893/31260 -f 4893/4893/31261 5247/5247/31262 5248/5248/31263 -f 4893/4893/31264 5248/5248/31265 5233/5233/31266 -f 5233/5233/31267 5248/5248/31268 5235/5235/31269 -f 4821/4821/31270 4822/4822/31271 5209/5209/31272 -f 5209/5209/31273 4822/4822/31274 4823/4823/31275 -f 5214/5214/31276 5213/5213/31277 5249/5249/31278 -f 5249/5249/31279 5213/5213/31280 5245/5245/31281 -f 5249/5249/31282 5245/5245/31283 5250/5250/31284 -f 5250/5250/31285 5245/5245/31286 5246/5246/31287 -f 5250/5250/31288 5246/5246/31289 4893/4893/31290 -f 5215/5215/31291 5251/5251/31292 4896/4896/31293 -f 4896/4896/31294 5251/5251/31295 5252/5252/31296 -f 4896/4896/31297 5252/5252/31298 5224/5224/31299 -f 5224/5224/31300 5252/5252/31301 5222/5222/31302 -f 5215/5215/31303 5217/5217/31304 5251/5251/31305 -f 5251/5251/31306 5217/5217/31307 5253/5253/31308 -f 5251/5251/31309 5253/5253/31310 5252/5252/31311 -f 5252/5252/31312 5253/5253/31313 5222/5222/31314 -f 5226/5226/31315 5225/5225/31316 5254/5254/31317 -f 5254/5254/31318 5225/5225/31319 5223/5223/31320 -f 5254/5254/31321 5223/5223/31322 5255/5255/31323 -f 5255/5255/31324 5223/5223/31325 5221/5221/31326 -f 5255/5255/31327 5221/5221/31328 4893/4893/31329 -f 5227/5227/31330 5256/5256/31331 4896/4896/31332 -f 4896/4896/31333 5256/5256/31334 5257/5257/31335 -f 4896/4896/31336 5257/5257/31337 5236/5236/31338 -f 5236/5236/31339 5257/5257/31340 5234/5234/31341 -f 5227/5227/31342 5229/5229/31343 5256/5256/31344 -f 5256/5256/31345 5229/5229/31346 5258/5258/31347 -f 5256/5256/31348 5258/5258/31349 5257/5257/31350 -f 5257/5257/31351 5258/5258/31352 5234/5234/31353 -f 5183/5183/31354 4896/4896/31355 5239/5239/31356 -f 5238/5238/31357 5237/5237/31358 5259/5259/31359 -f 5259/5259/31360 5237/5237/31361 5235/5235/31362 -f 5259/5259/31363 5235/5235/31364 5248/5248/31365 -f 5239/5239/31366 5241/5241/31367 5183/5183/31368 -f 5183/5183/31369 5241/5241/31370 5260/5260/31371 -f 5183/5183/31372 5260/5260/31373 5184/5184/31374 -f 5184/5184/31375 5260/5260/31376 5186/5186/31377 -f 5185/5185/31378 5261/5261/31379 4823/4823/31380 -f 4823/4823/31381 5261/5261/31382 5262/5262/31383 -f 4823/4823/31384 5262/5262/31385 5194/5194/31386 -f 5194/5194/31387 5262/5262/31388 5192/5192/31389 -f 5185/5185/31390 5187/5187/31391 5261/5261/31392 -f 5261/5261/31393 5187/5187/31394 5263/5263/31395 -f 5261/5261/31396 5263/5263/31397 5262/5262/31398 -f 5262/5262/31399 5263/5263/31400 5192/5192/31401 -f 5196/5196/31402 5195/5195/31403 5264/5264/31404 -f 5264/5264/31405 5195/5195/31406 5193/5193/31407 -f 5264/5264/31408 5193/5193/31409 5265/5265/31410 -f 5265/5265/31411 5193/5193/31412 5191/5191/31413 -f 5265/5265/31414 5191/5191/31415 4826/4826/31416 -f 5197/5197/31417 5266/5266/31418 4823/4823/31419 -f 4823/4823/31420 5266/5266/31421 5267/5267/31422 -f 4823/4823/31423 5267/5267/31424 5206/5206/31425 -f 5206/5206/31426 5267/5267/31427 5204/5204/31428 -f 5197/5197/31429 5199/5199/31430 5266/5266/31431 -f 5266/5266/31432 5199/5199/31433 5268/5268/31434 -f 5266/5266/31435 5268/5268/31436 5267/5267/31437 -f 5267/5267/31438 5268/5268/31439 5204/5204/31440 -f 5208/5208/31441 5207/5207/31442 5269/5269/31443 -f 5269/5269/31444 5207/5207/31445 5205/5205/31446 -f 5269/5269/31447 5205/5205/31448 5212/5212/31449 -f 5214/5214/31450 5249/5249/31451 5216/5216/31452 -f 5216/5216/31453 5249/5249/31454 5270/5270/31455 -f 5216/5216/31456 5270/5270/31457 5218/5218/31458 -f 5218/5218/31459 5270/5270/31460 4893/4893/31461 -f 5270/5270/31462 5249/5249/31463 5250/5250/31464 -f 5220/5220/31465 5222/5222/31466 5253/5253/31467 -f 5220/5220/31468 5253/5253/31469 5219/5219/31470 -f 5219/5219/31471 5253/5253/31472 5217/5217/31473 -f 5226/5226/31474 5254/5254/31475 5228/5228/31476 -f 5228/5228/31477 5254/5254/31478 5271/5271/31479 -f 5228/5228/31480 5271/5271/31481 5230/5230/31482 -f 5230/5230/31483 5271/5271/31484 4893/4893/31485 -f 5271/5271/31486 5254/5254/31487 5255/5255/31488 -f 5232/5232/31489 5234/5234/31490 5258/5258/31491 -f 5232/5232/31492 5258/5258/31493 5231/5231/31494 -f 5231/5231/31495 5258/5258/31496 5229/5229/31497 -f 5238/5238/31498 5259/5259/31499 5240/5240/31500 -f 5240/5240/31501 5259/5259/31502 5247/5247/31503 -f 5240/5240/31504 5247/5247/31505 5242/5242/31506 -f 5242/5242/31507 5247/5247/31508 4826/4826/31509 -f 5247/5247/31510 5259/5259/31511 5248/5248/31512 -f 5244/5244/31513 5186/5186/31514 5260/5260/31515 -f 5244/5244/31516 5260/5260/31517 5243/5243/31518 -f 5243/5243/31519 5260/5260/31520 5241/5241/31521 -f 5190/5190/31522 5192/5192/31523 5263/5263/31524 -f 5190/5190/31525 5263/5263/31526 5189/5189/31527 -f 5189/5189/31528 5263/5263/31529 5187/5187/31530 -f 5196/5196/31531 5264/5264/31532 5198/5198/31533 -f 5198/5198/31534 5264/5264/31535 5272/5272/31536 -f 5198/5198/31537 5272/5272/31538 5200/5200/31539 -f 5200/5200/31540 5272/5272/31541 4826/4826/31542 -f 5272/5272/31543 5264/5264/31544 5265/5265/31545 -f 5202/5202/31546 5204/5204/31547 5268/5268/31548 -f 5202/5202/31549 5268/5268/31550 5201/5201/31551 -f 5201/5201/31552 5268/5268/31553 5199/5199/31554 -f 5211/5211/31555 5210/5210/31556 5269/5269/31557 -f 5269/5269/31558 5210/5210/31559 5208/5208/31560 -f 5211/5211/31561 5269/5269/31562 5212/5212/31563 -f 4893/4893/31564 5270/5270/31565 5250/5250/31566 -f 4893/4893/31567 5271/5271/31568 5255/5255/31569 -f 4826/4826/31570 5272/5272/31571 5265/5265/31572 -f 4826/4826/31573 4893/4893/31574 4827/4827/31575 -f 4827/4827/31576 4893/4893/31577 4894/4894/31578 -f 4827/4827/31579 4894/4894/31580 4819/4819/31581 -f 4819/4819/31582 4894/4894/31583 4890/4890/31584 -f 4819/4819/31585 4890/4890/31586 4817/4817/31587 -f 4817/4817/31588 4890/4890/31589 4888/4888/31590 -f 4829/4829/31591 4867/4867/31592 4831/4831/31593 -f 4831/4831/31594 4867/4867/31595 4868/4868/31596 -f 5273/5273/31597 5274/5274/31598 5275/5275/31599 -f 5275/5275/31600 5274/5274/31601 5276/5276/31602 -f 5275/5275/31603 5276/5276/31604 5277/5277/31605 -f 5277/5277/31606 5276/5276/31607 5278/5278/31608 -f 5278/5278/31609 5276/5276/31610 5279/5279/31611 -f 5279/5279/31612 5276/5276/31613 5280/5280/31614 -f 5277/5277/31615 5281/5281/31616 5275/5275/31617 -f 5275/5275/31618 5281/5281/31619 5282/5282/31620 -f 5275/5275/31621 5282/5282/31622 5283/5283/31623 -f 5284/5284/31624 5285/5285/31625 5286/5286/31626 -f 5286/5286/31627 5285/5285/31628 5287/5287/31629 -f 5286/5286/31630 5287/5287/31631 5288/5288/31632 -f 5288/5288/31633 5287/5287/31634 5289/5289/31635 -f 5289/5289/31636 5287/5287/31637 5290/5290/31638 -f 5290/5290/31639 5287/5287/31640 5291/5291/31641 -f 5288/5288/31642 5292/5292/31643 5286/5286/31644 -f 5286/5286/31645 5292/5292/31646 5293/5293/31647 -f 5286/5286/31648 5293/5293/31649 5294/5294/31650 -f 5295/5295/31651 5296/5296/31652 5297/5297/31653 -f 5297/5297/31654 5296/5296/31655 5298/5298/31656 -f 5297/5297/31657 5298/5298/31658 5299/5299/31659 -f 5299/5299/31660 5298/5298/31661 5300/5300/31662 -f 5300/5300/31663 5298/5298/31664 5301/5301/31665 -f 5301/5301/31666 5298/5298/31667 5302/5302/31668 -f 5299/5299/31669 5303/5303/31670 5297/5297/31671 -f 5297/5297/31672 5303/5303/31673 5304/5304/31674 -f 5297/5297/31675 5304/5304/31676 5305/5305/31677 -f 5306/5306/31678 5307/5307/31679 5308/5308/31680 -f 5308/5308/31681 5307/5307/31682 5309/5309/31683 -f 5309/5309/31684 5307/5307/31685 5310/5310/31686 -f 5309/5309/31687 5310/5310/31688 5311/5311/31689 -f 5312/5312/31690 5313/5313/31691 5307/5307/31692 -f 5307/5307/31693 5313/5313/31694 5314/5314/31695 -f 5307/5307/31696 5314/5314/31697 5310/5310/31698 -f 5311/5311/31699 5315/5315/31700 5309/5309/31701 -f 5309/5309/31702 5315/5315/31703 5316/5316/31704 -f 5317/5317/31705 5318/5318/31706 5319/5319/31707 -f 5319/5319/31708 5318/5318/31709 5320/5320/31710 -f 5321/5321/31711 5322/5322/31712 5323/5323/31713 -f 5323/5323/31714 5322/5322/31715 5324/5324/31716 -f 5324/5324/31717 5322/5322/31718 5325/5325/31719 -f 5324/5324/31720 5325/5325/31721 5326/5326/31722 -f 5327/5327/31723 5328/5328/31724 5322/5322/31725 -f 5322/5322/31726 5328/5328/31727 5329/5329/31728 -f 5322/5322/31729 5329/5329/31730 5325/5325/31731 -f 5326/5326/31732 5330/5330/31733 5324/5324/31734 -f 5324/5324/31735 5330/5330/31736 5331/5331/31737 -f 5332/5332/31738 5333/5333/31739 5334/5334/31740 -f 5334/5334/31741 5333/5333/31742 5335/5335/31743 -f 5334/5334/31744 5335/5335/31745 5336/5336/31746 -f 5336/5336/31747 5335/5335/31748 5337/5337/31749 -f 5337/5337/31750 5335/5335/31751 5338/5338/31752 -f 5338/5338/31753 5335/5335/31754 5339/5339/31755 -f 5336/5336/31756 5340/5340/31757 5334/5334/31758 -f 5334/5334/31759 5340/5340/31760 5341/5341/31761 -f 5334/5334/31762 5341/5341/31763 5342/5342/31764 -f 5343/5343/31765 5344/5344/31766 5345/5345/31767 -f 5345/5345/31768 5344/5344/31769 5346/5346/31770 -f 5345/5345/31771 5346/5346/31772 5347/5347/31773 -f 5347/5347/31774 5346/5346/31775 5348/5348/31776 -f 5348/5348/31777 5346/5346/31778 5349/5349/31779 -f 5349/5349/31780 5346/5346/31781 5350/5350/31782 -f 5347/5347/31783 5351/5351/31784 5345/5345/31785 -f 5345/5345/31786 5351/5351/31787 5352/5352/31788 -f 5345/5345/31789 5352/5352/31790 5353/5353/31791 -f 5354/5354/31792 5355/5355/31793 5356/5356/31794 -f 5356/5356/31795 5355/5355/31796 5357/5357/31797 -f 5358/5358/31798 5359/5359/31799 5360/5360/31800 -f 5360/5360/31801 5359/5359/31802 5361/5361/31803 -f 5360/5360/31804 5361/5361/31805 5362/5362/31806 -f 5362/5362/31807 5361/5361/31808 5363/5363/31809 -f 5363/5363/31810 5361/5361/31811 5364/5364/31812 -f 5364/5364/31813 5361/5361/31814 5365/5365/31815 -f 5362/5362/31816 5366/5366/31817 5360/5360/31818 -f 5360/5360/31819 5366/5366/31820 5367/5367/31821 -f 5360/5360/31822 5367/5367/31823 5368/5368/31824 -f 5287/5287/31825 5324/5324/31826 5291/5291/31827 -f 5291/5291/31828 5324/5324/31829 5331/5331/31830 -f 5291/5291/31831 5331/5331/31832 5290/5290/31833 -f 5290/5290/31834 5331/5331/31835 5330/5330/31836 -f 5330/5330/31837 5369/5369/31838 5290/5290/31839 -f 5290/5290/31840 5369/5369/31841 5370/5370/31842 -f 5290/5290/31843 5370/5370/31844 5371/5371/31845 -f 5371/5371/31846 5370/5370/31847 5372/5372/31848 -f 5371/5371/31849 5372/5372/31850 5373/5373/31851 -f 5373/5373/31852 5372/5372/31853 5374/5374/31854 -f 5373/5373/31855 5374/5374/31856 5375/5375/31857 -f 5375/5375/31858 5374/5374/31859 5293/5293/31860 -f 5375/5375/31861 5293/5293/31862 5376/5376/31863 -f 5376/5376/31864 5293/5293/31865 5377/5377/31866 -f 5376/5376/31867 5377/5377/31868 5378/5378/31869 -f 5378/5378/31870 5377/5377/31871 5379/5379/31872 -f 5378/5378/31873 5379/5379/31874 5380/5380/31875 -f 5380/5380/31876 5379/5379/31877 5381/5381/31878 -f 5380/5380/31879 5381/5381/31880 5290/5290/31881 -f 5290/5290/31882 5381/5381/31883 5382/5382/31884 -f 5290/5290/31885 5382/5382/31886 5383/5383/31887 -f 5383/5383/31888 5382/5382/31889 5384/5384/31890 -f 5383/5383/31891 5384/5384/31892 5385/5385/31893 -f 5385/5385/31894 5384/5384/31895 5386/5386/31896 -f 5385/5385/31897 5386/5386/31898 5387/5387/31899 -f 5387/5387/31900 5386/5386/31901 5293/5293/31902 -f 5387/5387/31903 5293/5293/31904 5388/5388/31905 -f 5388/5388/31906 5293/5293/31907 5389/5389/31908 -f 5388/5388/31909 5389/5389/31910 5390/5390/31911 -f 5390/5390/31912 5389/5389/31913 5391/5391/31914 -f 5390/5390/31915 5391/5391/31916 5392/5392/31917 -f 5392/5392/31918 5391/5391/31919 5393/5393/31920 -f 5392/5392/31921 5393/5393/31922 5290/5290/31923 -f 5290/5290/31924 5393/5393/31925 5394/5394/31926 -f 5290/5290/31927 5394/5394/31928 5395/5395/31929 -f 5395/5395/31930 5394/5394/31931 5396/5396/31932 -f 5395/5395/31933 5396/5396/31934 5288/5288/31935 -f 5288/5288/31936 5396/5396/31937 5292/5292/31938 -f 5292/5292/31939 5396/5396/31940 5397/5397/31941 -f 5292/5292/31942 5397/5397/31943 5293/5293/31944 -f 5293/5293/31945 5397/5397/31946 5398/5398/31947 -f 5293/5293/31948 5398/5398/31949 5389/5389/31950 -f 5389/5389/31951 5398/5398/31952 5391/5391/31953 -f 5326/5326/31954 5399/5399/31955 5330/5330/31956 -f 5330/5330/31957 5399/5399/31958 5400/5400/31959 -f 5330/5330/31960 5400/5400/31961 5401/5401/31962 -f 5401/5401/31963 5400/5400/31964 5402/5402/31965 -f 5401/5401/31966 5402/5402/31967 5403/5403/31968 -f 5403/5403/31969 5402/5402/31970 5404/5404/31971 -f 5403/5403/31972 5404/5404/31973 5405/5405/31974 -f 5405/5405/31975 5404/5404/31976 5328/5328/31977 -f 5405/5405/31978 5328/5328/31979 5406/5406/31980 -f 5406/5406/31981 5328/5328/31982 5407/5407/31983 -f 5406/5406/31984 5407/5407/31985 5408/5408/31986 -f 5408/5408/31987 5407/5407/31988 5409/5409/31989 -f 5408/5408/31990 5409/5409/31991 5410/5410/31992 -f 5410/5410/31993 5409/5409/31994 5411/5411/31995 -f 5410/5410/31996 5411/5411/31997 5330/5330/31998 -f 5330/5330/31999 5411/5411/32000 5412/5412/32001 -f 5330/5330/32002 5412/5412/32003 5413/5413/32004 -f 5413/5413/32005 5412/5412/32006 5414/5414/32007 -f 5413/5413/32008 5414/5414/32009 5415/5415/32010 -f 5415/5415/32011 5414/5414/32012 5416/5416/32013 -f 5415/5415/32014 5416/5416/32015 5417/5417/32016 -f 5417/5417/32017 5416/5416/32018 5328/5328/32019 -f 5417/5417/32020 5328/5328/32021 5418/5418/32022 -f 5418/5418/32023 5328/5328/32024 5419/5419/32025 -f 5418/5418/32026 5419/5419/32027 5420/5420/32028 -f 5420/5420/32029 5419/5419/32030 5421/5421/32031 -f 5420/5420/32032 5421/5421/32033 5422/5422/32034 -f 5422/5422/32035 5421/5421/32036 5423/5423/32037 -f 5422/5422/32038 5423/5423/32039 5330/5330/32040 -f 5330/5330/32041 5423/5423/32042 5424/5424/32043 -f 5330/5330/32044 5424/5424/32045 5425/5425/32046 -f 5425/5425/32047 5424/5424/32048 5426/5426/32049 -f 5425/5425/32050 5426/5426/32051 5427/5427/32052 -f 5427/5427/32053 5426/5426/32054 5428/5428/32055 -f 5427/5427/32056 5428/5428/32057 5429/5429/32058 -f 5429/5429/32059 5428/5428/32060 5293/5293/32061 -f 5429/5429/32062 5293/5293/32063 5430/5430/32064 -f 5430/5430/32065 5293/5293/32066 5374/5374/32067 -f 5430/5430/32068 5374/5374/32069 5372/5372/32070 -f 5399/5399/32071 5326/5326/32072 5431/5431/32073 -f 5431/5431/32074 5326/5326/32075 5325/5325/32076 -f 5431/5431/32077 5325/5325/32078 5432/5432/32079 -f 5432/5432/32080 5325/5325/32081 5329/5329/32082 -f 5432/5432/32083 5329/5329/32084 5328/5328/32085 -f 5293/5293/32086 5433/5433/32087 5328/5328/32088 -f 5328/5328/32089 5433/5433/32090 5434/5434/32091 -f 5328/5328/32092 5434/5434/32093 5419/5419/32094 -f 5419/5419/32095 5434/5434/32096 5421/5421/32097 -f 5288/5288/32098 5289/5289/32099 5395/5395/32100 -f 5395/5395/32101 5289/5289/32102 5290/5290/32103 -f 5400/5400/32104 5399/5399/32105 5435/5435/32106 -f 5435/5435/32107 5399/5399/32108 5431/5431/32109 -f 5435/5435/32110 5431/5431/32111 5436/5436/32112 -f 5436/5436/32113 5431/5431/32114 5432/5432/32115 -f 5436/5436/32116 5432/5432/32117 5328/5328/32118 -f 5401/5401/32119 5437/5437/32120 5330/5330/32121 -f 5330/5330/32122 5437/5437/32123 5438/5438/32124 -f 5330/5330/32125 5438/5438/32126 5410/5410/32127 -f 5410/5410/32128 5438/5438/32129 5408/5408/32130 -f 5401/5401/32131 5403/5403/32132 5437/5437/32133 -f 5437/5437/32134 5403/5403/32135 5439/5439/32136 -f 5437/5437/32137 5439/5439/32138 5438/5438/32139 -f 5438/5438/32140 5439/5439/32141 5408/5408/32142 -f 5412/5412/32143 5411/5411/32144 5440/5440/32145 -f 5440/5440/32146 5411/5411/32147 5409/5409/32148 -f 5440/5440/32149 5409/5409/32150 5441/5441/32151 -f 5441/5441/32152 5409/5409/32153 5407/5407/32154 -f 5441/5441/32155 5407/5407/32156 5328/5328/32157 -f 5413/5413/32158 5442/5442/32159 5330/5330/32160 -f 5330/5330/32161 5442/5442/32162 5443/5443/32163 -f 5330/5330/32164 5443/5443/32165 5422/5422/32166 -f 5422/5422/32167 5443/5443/32168 5420/5420/32169 -f 5413/5413/32170 5415/5415/32171 5442/5442/32172 -f 5442/5442/32173 5415/5415/32174 5444/5444/32175 -f 5442/5442/32176 5444/5444/32177 5443/5443/32178 -f 5443/5443/32179 5444/5444/32180 5420/5420/32181 -f 5369/5369/32182 5330/5330/32183 5425/5425/32184 -f 5424/5424/32185 5423/5423/32186 5445/5445/32187 -f 5445/5445/32188 5423/5423/32189 5421/5421/32190 -f 5445/5445/32191 5421/5421/32192 5434/5434/32193 -f 5425/5425/32194 5427/5427/32195 5369/5369/32196 -f 5369/5369/32197 5427/5427/32198 5446/5446/32199 -f 5369/5369/32200 5446/5446/32201 5370/5370/32202 -f 5370/5370/32203 5446/5446/32204 5372/5372/32205 -f 5371/5371/32206 5447/5447/32207 5290/5290/32208 -f 5290/5290/32209 5447/5447/32210 5448/5448/32211 -f 5290/5290/32212 5448/5448/32213 5380/5380/32214 -f 5380/5380/32215 5448/5448/32216 5378/5378/32217 -f 5371/5371/32218 5373/5373/32219 5447/5447/32220 -f 5447/5447/32221 5373/5373/32222 5449/5449/32223 -f 5447/5447/32224 5449/5449/32225 5448/5448/32226 -f 5448/5448/32227 5449/5449/32228 5378/5378/32229 -f 5382/5382/32230 5381/5381/32231 5450/5450/32232 -f 5450/5450/32233 5381/5381/32234 5379/5379/32235 -f 5450/5450/32236 5379/5379/32237 5451/5451/32238 -f 5451/5451/32239 5379/5379/32240 5377/5377/32241 -f 5451/5451/32242 5377/5377/32243 5293/5293/32244 -f 5383/5383/32245 5452/5452/32246 5290/5290/32247 -f 5290/5290/32248 5452/5452/32249 5453/5453/32250 -f 5290/5290/32251 5453/5453/32252 5392/5392/32253 -f 5392/5392/32254 5453/5453/32255 5390/5390/32256 -f 5383/5383/32257 5385/5385/32258 5452/5452/32259 -f 5452/5452/32260 5385/5385/32261 5454/5454/32262 -f 5452/5452/32263 5454/5454/32264 5453/5453/32265 -f 5453/5453/32266 5454/5454/32267 5390/5390/32268 -f 5394/5394/32269 5393/5393/32270 5455/5455/32271 -f 5455/5455/32272 5393/5393/32273 5391/5391/32274 -f 5455/5455/32275 5391/5391/32276 5398/5398/32277 -f 5400/5400/32278 5435/5435/32279 5402/5402/32280 -f 5402/5402/32281 5435/5435/32282 5456/5456/32283 -f 5402/5402/32284 5456/5456/32285 5404/5404/32286 -f 5404/5404/32287 5456/5456/32288 5328/5328/32289 -f 5456/5456/32290 5435/5435/32291 5436/5436/32292 -f 5406/5406/32293 5408/5408/32294 5439/5439/32295 -f 5406/5406/32296 5439/5439/32297 5405/5405/32298 -f 5405/5405/32299 5439/5439/32300 5403/5403/32301 -f 5412/5412/32302 5440/5440/32303 5414/5414/32304 -f 5414/5414/32305 5440/5440/32306 5457/5457/32307 -f 5414/5414/32308 5457/5457/32309 5416/5416/32310 -f 5416/5416/32311 5457/5457/32312 5328/5328/32313 -f 5457/5457/32314 5440/5440/32315 5441/5441/32316 -f 5418/5418/32317 5420/5420/32318 5444/5444/32319 -f 5418/5418/32320 5444/5444/32321 5417/5417/32322 -f 5417/5417/32323 5444/5444/32324 5415/5415/32325 -f 5424/5424/32326 5445/5445/32327 5426/5426/32328 -f 5426/5426/32329 5445/5445/32330 5433/5433/32331 -f 5426/5426/32332 5433/5433/32333 5428/5428/32334 -f 5428/5428/32335 5433/5433/32336 5293/5293/32337 -f 5433/5433/32338 5445/5445/32339 5434/5434/32340 -f 5430/5430/32341 5372/5372/32342 5446/5446/32343 -f 5430/5430/32344 5446/5446/32345 5429/5429/32346 -f 5429/5429/32347 5446/5446/32348 5427/5427/32349 -f 5376/5376/32350 5378/5378/32351 5449/5449/32352 -f 5376/5376/32353 5449/5449/32354 5375/5375/32355 -f 5375/5375/32356 5449/5449/32357 5373/5373/32358 -f 5382/5382/32359 5450/5450/32360 5384/5384/32361 -f 5384/5384/32362 5450/5450/32363 5458/5458/32364 -f 5384/5384/32365 5458/5458/32366 5386/5386/32367 -f 5386/5386/32368 5458/5458/32369 5293/5293/32370 -f 5458/5458/32371 5450/5450/32372 5451/5451/32373 -f 5388/5388/32374 5390/5390/32375 5454/5454/32376 -f 5388/5388/32377 5454/5454/32378 5387/5387/32379 -f 5387/5387/32380 5454/5454/32381 5385/5385/32382 -f 5397/5397/32383 5396/5396/32384 5455/5455/32385 -f 5455/5455/32386 5396/5396/32387 5394/5394/32388 -f 5397/5397/32389 5455/5455/32390 5398/5398/32391 -f 5328/5328/32392 5456/5456/32393 5436/5436/32394 -f 5328/5328/32395 5457/5457/32396 5441/5441/32397 -f 5293/5293/32398 5458/5458/32399 5451/5451/32400 -f 5293/5293/32401 5328/5328/32402 5294/5294/32403 -f 5294/5294/32404 5328/5328/32405 5327/5327/32406 -f 5294/5294/32407 5327/5327/32408 5286/5286/32409 -f 5286/5286/32410 5327/5327/32411 5322/5322/32412 -f 5286/5286/32413 5322/5322/32414 5284/5284/32415 -f 5284/5284/32416 5322/5322/32417 5321/5321/32418 -f 5285/5285/32419 5284/5284/32420 5318/5318/32421 -f 5318/5318/32422 5284/5284/32423 5321/5321/32424 -f 5318/5318/32425 5321/5321/32426 5354/5354/32427 -f 5354/5354/32428 5321/5321/32429 5323/5323/32430 -f 5354/5354/32431 5323/5323/32432 5355/5355/32433 -f 5355/5355/32434 5323/5323/32435 5285/5285/32436 -f 5355/5355/32437 5285/5285/32438 5317/5317/32439 -f 5317/5317/32440 5285/5285/32441 5318/5318/32442 -f 5296/5296/32443 5332/5332/32444 5298/5298/32445 -f 5298/5298/32446 5332/5332/32447 5334/5334/32448 -f 5298/5298/32449 5334/5334/32450 5302/5302/32451 -f 5302/5302/32452 5334/5334/32453 5342/5342/32454 -f 5302/5302/32455 5342/5342/32456 5301/5301/32457 -f 5301/5301/32458 5342/5342/32459 5341/5341/32460 -f 5341/5341/32461 5459/5459/32462 5301/5301/32463 -f 5301/5301/32464 5459/5459/32465 5460/5460/32466 -f 5301/5301/32467 5460/5460/32468 5461/5461/32469 -f 5461/5461/32470 5460/5460/32471 5462/5462/32472 -f 5461/5461/32473 5462/5462/32474 5463/5463/32475 -f 5463/5463/32476 5462/5462/32477 5464/5464/32478 -f 5463/5463/32479 5464/5464/32480 5465/5465/32481 -f 5465/5465/32482 5464/5464/32483 5304/5304/32484 -f 5465/5465/32485 5304/5304/32486 5466/5466/32487 -f 5466/5466/32488 5304/5304/32489 5467/5467/32490 -f 5466/5466/32491 5467/5467/32492 5468/5468/32493 -f 5468/5468/32494 5467/5467/32495 5469/5469/32496 -f 5468/5468/32497 5469/5469/32498 5470/5470/32499 -f 5470/5470/32500 5469/5469/32501 5471/5471/32502 -f 5470/5470/32503 5471/5471/32504 5301/5301/32505 -f 5301/5301/32506 5471/5471/32507 5472/5472/32508 -f 5301/5301/32509 5472/5472/32510 5473/5473/32511 -f 5473/5473/32512 5472/5472/32513 5474/5474/32514 -f 5473/5473/32515 5474/5474/32516 5475/5475/32517 -f 5475/5475/32518 5474/5474/32519 5476/5476/32520 -f 5475/5475/32521 5476/5476/32522 5477/5477/32523 -f 5477/5477/32524 5476/5476/32525 5304/5304/32526 -f 5477/5477/32527 5304/5304/32528 5478/5478/32529 -f 5478/5478/32530 5304/5304/32531 5479/5479/32532 -f 5478/5478/32533 5479/5479/32534 5480/5480/32535 -f 5480/5480/32536 5479/5479/32537 5481/5481/32538 -f 5480/5480/32539 5481/5481/32540 5482/5482/32541 -f 5482/5482/32542 5481/5481/32543 5483/5483/32544 -f 5482/5482/32545 5483/5483/32546 5301/5301/32547 -f 5301/5301/32548 5483/5483/32549 5484/5484/32550 -f 5301/5301/32551 5484/5484/32552 5485/5485/32553 -f 5485/5485/32554 5484/5484/32555 5486/5486/32556 -f 5485/5485/32557 5486/5486/32558 5299/5299/32559 -f 5299/5299/32560 5486/5486/32561 5303/5303/32562 -f 5303/5303/32563 5486/5486/32564 5487/5487/32565 -f 5303/5303/32566 5487/5487/32567 5304/5304/32568 -f 5304/5304/32569 5487/5487/32570 5488/5488/32571 -f 5304/5304/32572 5488/5488/32573 5479/5479/32574 -f 5479/5479/32575 5488/5488/32576 5481/5481/32577 -f 5340/5340/32578 5489/5489/32579 5341/5341/32580 -f 5341/5341/32581 5489/5489/32582 5490/5490/32583 -f 5341/5341/32584 5490/5490/32585 5491/5491/32586 -f 5491/5491/32587 5490/5490/32588 5492/5492/32589 -f 5491/5491/32590 5492/5492/32591 5493/5493/32592 -f 5493/5493/32593 5492/5492/32594 5494/5494/32595 -f 5493/5493/32596 5494/5494/32597 5495/5495/32598 -f 5495/5495/32599 5494/5494/32600 5338/5338/32601 -f 5495/5495/32602 5338/5338/32603 5496/5496/32604 -f 5496/5496/32605 5338/5338/32606 5497/5497/32607 -f 5496/5496/32608 5497/5497/32609 5498/5498/32610 -f 5498/5498/32611 5497/5497/32612 5499/5499/32613 -f 5498/5498/32614 5499/5499/32615 5500/5500/32616 -f 5500/5500/32617 5499/5499/32618 5501/5501/32619 -f 5500/5500/32620 5501/5501/32621 5341/5341/32622 -f 5341/5341/32623 5501/5501/32624 5502/5502/32625 -f 5341/5341/32626 5502/5502/32627 5503/5503/32628 -f 5503/5503/32629 5502/5502/32630 5504/5504/32631 -f 5503/5503/32632 5504/5504/32633 5505/5505/32634 -f 5505/5505/32635 5504/5504/32636 5506/5506/32637 -f 5505/5505/32638 5506/5506/32639 5507/5507/32640 -f 5507/5507/32641 5506/5506/32642 5338/5338/32643 -f 5507/5507/32644 5338/5338/32645 5508/5508/32646 -f 5508/5508/32647 5338/5338/32648 5509/5509/32649 -f 5508/5508/32650 5509/5509/32651 5510/5510/32652 -f 5510/5510/32653 5509/5509/32654 5511/5511/32655 -f 5510/5510/32656 5511/5511/32657 5512/5512/32658 -f 5512/5512/32659 5511/5511/32660 5513/5513/32661 -f 5512/5512/32662 5513/5513/32663 5341/5341/32664 -f 5341/5341/32665 5513/5513/32666 5514/5514/32667 -f 5341/5341/32668 5514/5514/32669 5515/5515/32670 -f 5515/5515/32671 5514/5514/32672 5516/5516/32673 -f 5515/5515/32674 5516/5516/32675 5517/5517/32676 -f 5517/5517/32677 5516/5516/32678 5518/5518/32679 -f 5517/5517/32680 5518/5518/32681 5519/5519/32682 -f 5519/5519/32683 5518/5518/32684 5304/5304/32685 -f 5519/5519/32686 5304/5304/32687 5520/5520/32688 -f 5520/5520/32689 5304/5304/32690 5464/5464/32691 -f 5520/5520/32692 5464/5464/32693 5462/5462/32694 -f 5489/5489/32695 5340/5340/32696 5521/5521/32697 -f 5521/5521/32698 5340/5340/32699 5336/5336/32700 -f 5521/5521/32701 5336/5336/32702 5522/5522/32703 -f 5522/5522/32704 5336/5336/32705 5337/5337/32706 -f 5522/5522/32707 5337/5337/32708 5338/5338/32709 -f 5304/5304/32710 5523/5523/32711 5338/5338/32712 -f 5338/5338/32713 5523/5523/32714 5524/5524/32715 -f 5338/5338/32716 5524/5524/32717 5509/5509/32718 -f 5509/5509/32719 5524/5524/32720 5511/5511/32721 -f 5299/5299/32722 5300/5300/32723 5485/5485/32724 -f 5485/5485/32725 5300/5300/32726 5301/5301/32727 -f 5490/5490/32728 5489/5489/32729 5525/5525/32730 -f 5525/5525/32731 5489/5489/32732 5521/5521/32733 -f 5525/5525/32734 5521/5521/32735 5526/5526/32736 -f 5526/5526/32737 5521/5521/32738 5522/5522/32739 -f 5526/5526/32740 5522/5522/32741 5338/5338/32742 -f 5491/5491/32743 5527/5527/32744 5341/5341/32745 -f 5341/5341/32746 5527/5527/32747 5528/5528/32748 -f 5341/5341/32749 5528/5528/32750 5500/5500/32751 -f 5500/5500/32752 5528/5528/32753 5498/5498/32754 -f 5491/5491/32755 5493/5493/32756 5527/5527/32757 -f 5527/5527/32758 5493/5493/32759 5529/5529/32760 -f 5527/5527/32761 5529/5529/32762 5528/5528/32763 -f 5528/5528/32764 5529/5529/32765 5498/5498/32766 -f 5502/5502/32767 5501/5501/32768 5530/5530/32769 -f 5530/5530/32770 5501/5501/32771 5499/5499/32772 -f 5530/5530/32773 5499/5499/32774 5531/5531/32775 -f 5531/5531/32776 5499/5499/32777 5497/5497/32778 -f 5531/5531/32779 5497/5497/32780 5338/5338/32781 -f 5503/5503/32782 5532/5532/32783 5341/5341/32784 -f 5341/5341/32785 5532/5532/32786 5533/5533/32787 -f 5341/5341/32788 5533/5533/32789 5512/5512/32790 -f 5512/5512/32791 5533/5533/32792 5510/5510/32793 -f 5503/5503/32794 5505/5505/32795 5532/5532/32796 -f 5532/5532/32797 5505/5505/32798 5534/5534/32799 -f 5532/5532/32800 5534/5534/32801 5533/5533/32802 -f 5533/5533/32803 5534/5534/32804 5510/5510/32805 -f 5459/5459/32806 5341/5341/32807 5515/5515/32808 -f 5514/5514/32809 5513/5513/32810 5535/5535/32811 -f 5535/5535/32812 5513/5513/32813 5511/5511/32814 -f 5535/5535/32815 5511/5511/32816 5524/5524/32817 -f 5515/5515/32818 5517/5517/32819 5459/5459/32820 -f 5459/5459/32821 5517/5517/32822 5536/5536/32823 -f 5459/5459/32824 5536/5536/32825 5460/5460/32826 -f 5460/5460/32827 5536/5536/32828 5462/5462/32829 -f 5461/5461/32830 5537/5537/32831 5301/5301/32832 -f 5301/5301/32833 5537/5537/32834 5538/5538/32835 -f 5301/5301/32836 5538/5538/32837 5470/5470/32838 -f 5470/5470/32839 5538/5538/32840 5468/5468/32841 -f 5461/5461/32842 5463/5463/32843 5537/5537/32844 -f 5537/5537/32845 5463/5463/32846 5539/5539/32847 -f 5537/5537/32848 5539/5539/32849 5538/5538/32850 -f 5538/5538/32851 5539/5539/32852 5468/5468/32853 -f 5472/5472/32854 5471/5471/32855 5540/5540/32856 -f 5540/5540/32857 5471/5471/32858 5469/5469/32859 -f 5540/5540/32860 5469/5469/32861 5541/5541/32862 -f 5541/5541/32863 5469/5469/32864 5467/5467/32865 -f 5541/5541/32866 5467/5467/32867 5304/5304/32868 -f 5473/5473/32869 5542/5542/32870 5301/5301/32871 -f 5301/5301/32872 5542/5542/32873 5543/5543/32874 -f 5301/5301/32875 5543/5543/32876 5482/5482/32877 -f 5482/5482/32878 5543/5543/32879 5480/5480/32880 -f 5473/5473/32881 5475/5475/32882 5542/5542/32883 -f 5542/5542/32884 5475/5475/32885 5544/5544/32886 -f 5542/5542/32887 5544/5544/32888 5543/5543/32889 -f 5543/5543/32890 5544/5544/32891 5480/5480/32892 -f 5484/5484/32893 5483/5483/32894 5545/5545/32895 -f 5545/5545/32896 5483/5483/32897 5481/5481/32898 -f 5545/5545/32899 5481/5481/32900 5488/5488/32901 -f 5490/5490/32902 5525/5525/32903 5492/5492/32904 -f 5492/5492/32905 5525/5525/32906 5546/5546/32907 -f 5492/5492/32908 5546/5546/32909 5494/5494/32910 -f 5494/5494/32911 5546/5546/32912 5338/5338/32913 -f 5546/5546/32914 5525/5525/32915 5526/5526/32916 -f 5496/5496/32917 5498/5498/32918 5529/5529/32919 -f 5496/5496/32920 5529/5529/32921 5495/5495/32922 -f 5495/5495/32923 5529/5529/32924 5493/5493/32925 -f 5502/5502/32926 5530/5530/32927 5504/5504/32928 -f 5504/5504/32929 5530/5530/32930 5547/5547/32931 -f 5504/5504/32932 5547/5547/32933 5506/5506/32934 -f 5506/5506/32935 5547/5547/32936 5338/5338/32937 -f 5547/5547/32938 5530/5530/32939 5531/5531/32940 -f 5508/5508/32941 5510/5510/32942 5534/5534/32943 -f 5508/5508/32944 5534/5534/32945 5507/5507/32946 -f 5507/5507/32947 5534/5534/32948 5505/5505/32949 -f 5514/5514/32950 5535/5535/32951 5516/5516/32952 -f 5516/5516/32953 5535/5535/32954 5523/5523/32955 -f 5516/5516/32956 5523/5523/32957 5518/5518/32958 -f 5518/5518/32959 5523/5523/32960 5304/5304/32961 -f 5523/5523/32962 5535/5535/32963 5524/5524/32964 -f 5520/5520/32965 5462/5462/32966 5536/5536/32967 -f 5520/5520/32968 5536/5536/32969 5519/5519/32970 -f 5519/5519/32971 5536/5536/32972 5517/5517/32973 -f 5466/5466/32974 5468/5468/32975 5539/5539/32976 -f 5466/5466/32977 5539/5539/32978 5465/5465/32979 -f 5465/5465/32980 5539/5539/32981 5463/5463/32982 -f 5472/5472/32983 5540/5540/32984 5474/5474/32985 -f 5474/5474/32986 5540/5540/32987 5548/5548/32988 -f 5474/5474/32989 5548/5548/32990 5476/5476/32991 -f 5476/5476/32992 5548/5548/32993 5304/5304/32994 -f 5548/5548/32995 5540/5540/32996 5541/5541/32997 -f 5478/5478/32998 5480/5480/32999 5544/5544/33000 -f 5478/5478/33001 5544/5544/33002 5477/5477/33003 -f 5477/5477/33004 5544/5544/33005 5475/5475/33006 -f 5487/5487/33007 5486/5486/33008 5545/5545/33009 -f 5545/5545/33010 5486/5486/33011 5484/5484/33012 -f 5487/5487/33013 5545/5545/33014 5488/5488/33015 -f 5338/5338/33016 5546/5546/33017 5526/5526/33018 -f 5338/5338/33019 5547/5547/33020 5531/5531/33021 -f 5304/5304/33022 5548/5548/33023 5541/5541/33024 -f 5304/5304/33025 5338/5338/33026 5305/5305/33027 -f 5305/5305/33028 5338/5338/33029 5339/5339/33030 -f 5305/5305/33031 5339/5339/33032 5297/5297/33033 -f 5297/5297/33034 5339/5339/33035 5335/5335/33036 -f 5297/5297/33037 5335/5335/33038 5295/5295/33039 -f 5295/5295/33040 5335/5335/33041 5333/5333/33042 -f 5333/5333/33043 5320/5320/33044 5295/5295/33045 -f 5295/5295/33046 5320/5320/33047 5318/5318/33048 -f 5295/5295/33049 5318/5318/33050 5296/5296/33051 -f 5296/5296/33052 5318/5318/33053 5332/5332/33054 -f 5332/5332/33055 5318/5318/33056 5354/5354/33057 -f 5332/5332/33058 5354/5354/33059 5333/5333/33060 -f 5333/5333/33061 5354/5354/33062 5356/5356/33063 -f 5333/5333/33064 5356/5356/33065 5320/5320/33066 -f 5356/5356/33067 5358/5358/33068 5320/5320/33069 -f 5320/5320/33070 5358/5358/33071 5306/5306/33072 -f 5320/5320/33073 5306/5306/33074 5308/5308/33075 -f 5358/5358/33076 5356/5356/33077 5359/5359/33078 -f 5359/5359/33079 5356/5356/33080 5357/5357/33081 -f 5359/5359/33082 5357/5357/33083 5319/5319/33084 -f 5359/5359/33085 5319/5319/33086 5308/5308/33087 -f 5308/5308/33088 5319/5319/33089 5320/5320/33090 -f 5306/5306/33091 5358/5358/33092 5307/5307/33093 -f 5307/5307/33094 5358/5358/33095 5360/5360/33096 -f 5307/5307/33097 5360/5360/33098 5312/5312/33099 -f 5312/5312/33100 5360/5360/33101 5368/5368/33102 -f 5312/5312/33103 5368/5368/33104 5313/5313/33105 -f 5313/5313/33106 5368/5368/33107 5367/5367/33108 -f 5367/5367/33109 5549/5549/33110 5313/5313/33111 -f 5313/5313/33112 5549/5549/33113 5550/5550/33114 -f 5313/5313/33115 5550/5550/33116 5551/5551/33117 -f 5551/5551/33118 5550/5550/33119 5552/5552/33120 -f 5551/5551/33121 5552/5552/33122 5553/5553/33123 -f 5553/5553/33124 5552/5552/33125 5554/5554/33126 -f 5553/5553/33127 5554/5554/33128 5555/5555/33129 -f 5555/5555/33130 5554/5554/33131 5315/5315/33132 -f 5555/5555/33133 5315/5315/33134 5556/5556/33135 -f 5556/5556/33136 5315/5315/33137 5557/5557/33138 -f 5556/5556/33139 5557/5557/33140 5558/5558/33141 -f 5558/5558/33142 5557/5557/33143 5559/5559/33144 -f 5558/5558/33145 5559/5559/33146 5560/5560/33147 -f 5560/5560/33148 5559/5559/33149 5561/5561/33150 -f 5560/5560/33151 5561/5561/33152 5313/5313/33153 -f 5313/5313/33154 5561/5561/33155 5562/5562/33156 -f 5313/5313/33157 5562/5562/33158 5563/5563/33159 -f 5563/5563/33160 5562/5562/33161 5564/5564/33162 -f 5563/5563/33163 5564/5564/33164 5565/5565/33165 -f 5565/5565/33166 5564/5564/33167 5566/5566/33168 -f 5565/5565/33169 5566/5566/33170 5567/5567/33171 -f 5567/5567/33172 5566/5566/33173 5315/5315/33174 -f 5567/5567/33175 5315/5315/33176 5568/5568/33177 -f 5568/5568/33178 5315/5315/33179 5569/5569/33180 -f 5568/5568/33181 5569/5569/33182 5570/5570/33183 -f 5570/5570/33184 5569/5569/33185 5571/5571/33186 -f 5570/5570/33187 5571/5571/33188 5572/5572/33189 -f 5572/5572/33190 5571/5571/33191 5573/5573/33192 -f 5572/5572/33193 5573/5573/33194 5313/5313/33195 -f 5313/5313/33196 5573/5573/33197 5574/5574/33198 -f 5313/5313/33199 5574/5574/33200 5575/5575/33201 -f 5575/5575/33202 5574/5574/33203 5576/5576/33204 -f 5575/5575/33205 5576/5576/33206 5310/5310/33207 -f 5310/5310/33208 5576/5576/33209 5311/5311/33210 -f 5311/5311/33211 5576/5576/33212 5577/5577/33213 -f 5311/5311/33214 5577/5577/33215 5315/5315/33216 -f 5315/5315/33217 5577/5577/33218 5578/5578/33219 -f 5315/5315/33220 5578/5578/33221 5569/5569/33222 -f 5569/5569/33223 5578/5578/33224 5571/5571/33225 -f 5366/5366/33226 5579/5579/33227 5367/5367/33228 -f 5367/5367/33229 5579/5579/33230 5580/5580/33231 -f 5367/5367/33232 5580/5580/33233 5581/5581/33234 -f 5581/5581/33235 5580/5580/33236 5582/5582/33237 -f 5581/5581/33238 5582/5582/33239 5583/5583/33240 -f 5583/5583/33241 5582/5582/33242 5584/5584/33243 -f 5583/5583/33244 5584/5584/33245 5585/5585/33246 -f 5585/5585/33247 5584/5584/33248 5364/5364/33249 -f 5585/5585/33250 5364/5364/33251 5586/5586/33252 -f 5586/5586/33253 5364/5364/33254 5587/5587/33255 -f 5586/5586/33256 5587/5587/33257 5588/5588/33258 -f 5588/5588/33259 5587/5587/33260 5589/5589/33261 -f 5588/5588/33262 5589/5589/33263 5590/5590/33264 -f 5590/5590/33265 5589/5589/33266 5591/5591/33267 -f 5590/5590/33268 5591/5591/33269 5367/5367/33270 -f 5367/5367/33271 5591/5591/33272 5592/5592/33273 -f 5367/5367/33274 5592/5592/33275 5593/5593/33276 -f 5593/5593/33277 5592/5592/33278 5594/5594/33279 -f 5593/5593/33280 5594/5594/33281 5595/5595/33282 -f 5595/5595/33283 5594/5594/33284 5596/5596/33285 -f 5595/5595/33286 5596/5596/33287 5597/5597/33288 -f 5597/5597/33289 5596/5596/33290 5364/5364/33291 -f 5597/5597/33292 5364/5364/33293 5598/5598/33294 -f 5598/5598/33295 5364/5364/33296 5599/5599/33297 -f 5598/5598/33298 5599/5599/33299 5600/5600/33300 -f 5600/5600/33301 5599/5599/33302 5601/5601/33303 -f 5600/5600/33304 5601/5601/33305 5602/5602/33306 -f 5602/5602/33307 5601/5601/33308 5603/5603/33309 -f 5602/5602/33310 5603/5603/33311 5367/5367/33312 -f 5367/5367/33313 5603/5603/33314 5604/5604/33315 -f 5367/5367/33316 5604/5604/33317 5605/5605/33318 -f 5605/5605/33319 5604/5604/33320 5606/5606/33321 -f 5605/5605/33322 5606/5606/33323 5607/5607/33324 -f 5607/5607/33325 5606/5606/33326 5608/5608/33327 -f 5607/5607/33328 5608/5608/33329 5609/5609/33330 -f 5609/5609/33331 5608/5608/33332 5315/5315/33333 -f 5609/5609/33334 5315/5315/33335 5610/5610/33336 -f 5610/5610/33337 5315/5315/33338 5554/5554/33339 -f 5610/5610/33340 5554/5554/33341 5552/5552/33342 -f 5579/5579/33343 5366/5366/33344 5611/5611/33345 -f 5611/5611/33346 5366/5366/33347 5362/5362/33348 -f 5611/5611/33349 5362/5362/33350 5612/5612/33351 -f 5612/5612/33352 5362/5362/33353 5363/5363/33354 -f 5612/5612/33355 5363/5363/33356 5364/5364/33357 -f 5315/5315/33358 5613/5613/33359 5364/5364/33360 -f 5364/5364/33361 5613/5613/33362 5614/5614/33363 -f 5364/5364/33364 5614/5614/33365 5599/5599/33366 -f 5599/5599/33367 5614/5614/33368 5601/5601/33369 -f 5310/5310/33370 5314/5314/33371 5575/5575/33372 -f 5575/5575/33373 5314/5314/33374 5313/5313/33375 -f 5580/5580/33376 5579/5579/33377 5615/5615/33378 -f 5615/5615/33379 5579/5579/33380 5611/5611/33381 -f 5615/5615/33382 5611/5611/33383 5616/5616/33384 -f 5616/5616/33385 5611/5611/33386 5612/5612/33387 -f 5616/5616/33388 5612/5612/33389 5364/5364/33390 -f 5581/5581/33391 5617/5617/33392 5367/5367/33393 -f 5367/5367/33394 5617/5617/33395 5618/5618/33396 -f 5367/5367/33397 5618/5618/33398 5590/5590/33399 -f 5590/5590/33400 5618/5618/33401 5588/5588/33402 -f 5581/5581/33403 5583/5583/33404 5617/5617/33405 -f 5617/5617/33406 5583/5583/33407 5619/5619/33408 -f 5617/5617/33409 5619/5619/33410 5618/5618/33411 -f 5618/5618/33412 5619/5619/33413 5588/5588/33414 -f 5592/5592/33415 5591/5591/33416 5620/5620/33417 -f 5620/5620/33418 5591/5591/33419 5589/5589/33420 -f 5620/5620/33421 5589/5589/33422 5621/5621/33423 -f 5621/5621/33424 5589/5589/33425 5587/5587/33426 -f 5621/5621/33427 5587/5587/33428 5364/5364/33429 -f 5593/5593/33430 5622/5622/33431 5367/5367/33432 -f 5367/5367/33433 5622/5622/33434 5623/5623/33435 -f 5367/5367/33436 5623/5623/33437 5602/5602/33438 -f 5602/5602/33439 5623/5623/33440 5600/5600/33441 -f 5593/5593/33442 5595/5595/33443 5622/5622/33444 -f 5622/5622/33445 5595/5595/33446 5624/5624/33447 -f 5622/5622/33448 5624/5624/33449 5623/5623/33450 -f 5623/5623/33451 5624/5624/33452 5600/5600/33453 -f 5549/5549/33454 5367/5367/33455 5605/5605/33456 -f 5604/5604/33457 5603/5603/33458 5625/5625/33459 -f 5625/5625/33460 5603/5603/33461 5601/5601/33462 -f 5625/5625/33463 5601/5601/33464 5614/5614/33465 -f 5605/5605/33466 5607/5607/33467 5549/5549/33468 -f 5549/5549/33469 5607/5607/33470 5626/5626/33471 -f 5549/5549/33472 5626/5626/33473 5550/5550/33474 -f 5550/5550/33475 5626/5626/33476 5552/5552/33477 -f 5551/5551/33478 5627/5627/33479 5313/5313/33480 -f 5313/5313/33481 5627/5627/33482 5628/5628/33483 -f 5313/5313/33484 5628/5628/33485 5560/5560/33486 -f 5560/5560/33487 5628/5628/33488 5558/5558/33489 -f 5551/5551/33490 5553/5553/33491 5627/5627/33492 -f 5627/5627/33493 5553/5553/33494 5629/5629/33495 -f 5627/5627/33496 5629/5629/33497 5628/5628/33498 -f 5628/5628/33499 5629/5629/33500 5558/5558/33501 -f 5562/5562/33502 5561/5561/33503 5630/5630/33504 -f 5630/5630/33505 5561/5561/33506 5559/5559/33507 -f 5630/5630/33508 5559/5559/33509 5631/5631/33510 -f 5631/5631/33511 5559/5559/33512 5557/5557/33513 -f 5631/5631/33514 5557/5557/33515 5315/5315/33516 -f 5563/5563/33517 5632/5632/33518 5313/5313/33519 -f 5313/5313/33520 5632/5632/33521 5633/5633/33522 -f 5313/5313/33523 5633/5633/33524 5572/5572/33525 -f 5572/5572/33526 5633/5633/33527 5570/5570/33528 -f 5563/5563/33529 5565/5565/33530 5632/5632/33531 -f 5632/5632/33532 5565/5565/33533 5634/5634/33534 -f 5632/5632/33535 5634/5634/33536 5633/5633/33537 -f 5633/5633/33538 5634/5634/33539 5570/5570/33540 -f 5574/5574/33541 5573/5573/33542 5635/5635/33543 -f 5635/5635/33544 5573/5573/33545 5571/5571/33546 -f 5635/5635/33547 5571/5571/33548 5578/5578/33549 -f 5580/5580/33550 5615/5615/33551 5582/5582/33552 -f 5582/5582/33553 5615/5615/33554 5636/5636/33555 -f 5582/5582/33556 5636/5636/33557 5584/5584/33558 -f 5584/5584/33559 5636/5636/33560 5364/5364/33561 -f 5636/5636/33562 5615/5615/33563 5616/5616/33564 -f 5586/5586/33565 5588/5588/33566 5619/5619/33567 -f 5586/5586/33568 5619/5619/33569 5585/5585/33570 -f 5585/5585/33571 5619/5619/33572 5583/5583/33573 -f 5592/5592/33574 5620/5620/33575 5594/5594/33576 -f 5594/5594/33577 5620/5620/33578 5637/5637/33579 -f 5594/5594/33580 5637/5637/33581 5596/5596/33582 -f 5596/5596/33583 5637/5637/33584 5364/5364/33585 -f 5637/5637/33586 5620/5620/33587 5621/5621/33588 -f 5598/5598/33589 5600/5600/33590 5624/5624/33591 -f 5598/5598/33592 5624/5624/33593 5597/5597/33594 -f 5597/5597/33595 5624/5624/33596 5595/5595/33597 -f 5604/5604/33598 5625/5625/33599 5606/5606/33600 -f 5606/5606/33601 5625/5625/33602 5613/5613/33603 -f 5606/5606/33604 5613/5613/33605 5608/5608/33606 -f 5608/5608/33607 5613/5613/33608 5315/5315/33609 -f 5613/5613/33610 5625/5625/33611 5614/5614/33612 -f 5610/5610/33613 5552/5552/33614 5626/5626/33615 -f 5610/5610/33616 5626/5626/33617 5609/5609/33618 -f 5609/5609/33619 5626/5626/33620 5607/5607/33621 -f 5556/5556/33622 5558/5558/33623 5629/5629/33624 -f 5556/5556/33625 5629/5629/33626 5555/5555/33627 -f 5555/5555/33628 5629/5629/33629 5553/5553/33630 -f 5562/5562/33631 5630/5630/33632 5564/5564/33633 -f 5564/5564/33634 5630/5630/33635 5638/5638/33636 -f 5564/5564/33637 5638/5638/33638 5566/5566/33639 -f 5566/5566/33640 5638/5638/33641 5315/5315/33642 -f 5638/5638/33643 5630/5630/33644 5631/5631/33645 -f 5568/5568/33646 5570/5570/33647 5634/5634/33648 -f 5568/5568/33649 5634/5634/33650 5567/5567/33651 -f 5567/5567/33652 5634/5634/33653 5565/5565/33654 -f 5577/5577/33655 5576/5576/33656 5635/5635/33657 -f 5635/5635/33658 5576/5576/33659 5574/5574/33660 -f 5577/5577/33661 5635/5635/33662 5578/5578/33663 -f 5364/5364/33664 5636/5636/33665 5616/5616/33666 -f 5364/5364/33667 5637/5637/33668 5621/5621/33669 -f 5315/5315/33670 5638/5638/33671 5631/5631/33672 -f 5315/5315/33673 5364/5364/33674 5316/5316/33675 -f 5316/5316/33676 5364/5364/33677 5365/5365/33678 -f 5316/5316/33679 5365/5365/33680 5309/5309/33681 -f 5309/5309/33682 5365/5365/33683 5361/5361/33684 -f 5309/5309/33685 5361/5361/33686 5308/5308/33687 -f 5308/5308/33688 5361/5361/33689 5359/5359/33690 -f 5357/5357/33691 5274/5274/33692 5319/5319/33693 -f 5319/5319/33694 5274/5274/33695 5273/5273/33696 -f 5319/5319/33697 5273/5273/33698 5317/5317/33699 -f 5317/5317/33700 5273/5273/33701 5344/5344/33702 -f 5317/5317/33703 5344/5344/33704 5355/5355/33705 -f 5355/5355/33706 5344/5344/33707 5343/5343/33708 -f 5355/5355/33709 5343/5343/33710 5357/5357/33711 -f 5357/5357/33712 5343/5343/33713 5274/5274/33714 -f 5274/5274/33715 5343/5343/33716 5276/5276/33717 -f 5276/5276/33718 5343/5343/33719 5345/5345/33720 -f 5276/5276/33721 5345/5345/33722 5280/5280/33723 -f 5280/5280/33724 5345/5345/33725 5353/5353/33726 -f 5280/5280/33727 5353/5353/33728 5279/5279/33729 -f 5279/5279/33730 5353/5353/33731 5352/5352/33732 -f 5352/5352/33733 5639/5639/33734 5279/5279/33735 -f 5279/5279/33736 5639/5639/33737 5640/5640/33738 -f 5279/5279/33739 5640/5640/33740 5641/5641/33741 -f 5641/5641/33742 5640/5640/33743 5642/5642/33744 -f 5641/5641/33745 5642/5642/33746 5643/5643/33747 -f 5643/5643/33748 5642/5642/33749 5644/5644/33750 -f 5643/5643/33751 5644/5644/33752 5645/5645/33753 -f 5645/5645/33754 5644/5644/33755 5282/5282/33756 -f 5645/5645/33757 5282/5282/33758 5646/5646/33759 -f 5646/5646/33760 5282/5282/33761 5647/5647/33762 -f 5646/5646/33763 5647/5647/33764 5648/5648/33765 -f 5648/5648/33766 5647/5647/33767 5649/5649/33768 -f 5648/5648/33769 5649/5649/33770 5650/5650/33771 -f 5650/5650/33772 5649/5649/33773 5651/5651/33774 -f 5650/5650/33775 5651/5651/33776 5279/5279/33777 -f 5279/5279/33778 5651/5651/33779 5652/5652/33780 -f 5279/5279/33781 5652/5652/33782 5653/5653/33783 -f 5653/5653/33784 5652/5652/33785 5654/5654/33786 -f 5653/5653/33787 5654/5654/33788 5655/5655/33789 -f 5655/5655/33790 5654/5654/33791 5656/5656/33792 -f 5655/5655/33793 5656/5656/33794 5657/5657/33795 -f 5657/5657/33796 5656/5656/33797 5282/5282/33798 -f 5657/5657/33799 5282/5282/33800 5658/5658/33801 -f 5658/5658/33802 5282/5282/33803 5659/5659/33804 -f 5658/5658/33805 5659/5659/33806 5660/5660/33807 -f 5660/5660/33808 5659/5659/33809 5661/5661/33810 -f 5660/5660/33811 5661/5661/33812 5662/5662/33813 -f 5662/5662/33814 5661/5661/33815 5663/5663/33816 -f 5662/5662/33817 5663/5663/33818 5279/5279/33819 -f 5279/5279/33820 5663/5663/33821 5664/5664/33822 -f 5279/5279/33823 5664/5664/33824 5665/5665/33825 -f 5665/5665/33826 5664/5664/33827 5666/5666/33828 -f 5665/5665/33829 5666/5666/33830 5277/5277/33831 -f 5277/5277/33832 5666/5666/33833 5281/5281/33834 -f 5281/5281/33835 5666/5666/33836 5667/5667/33837 -f 5281/5281/33838 5667/5667/33839 5282/5282/33840 -f 5282/5282/33841 5667/5667/33842 5668/5668/33843 -f 5282/5282/33844 5668/5668/33845 5659/5659/33846 -f 5659/5659/33847 5668/5668/33848 5661/5661/33849 -f 5351/5351/33850 5669/5669/33851 5352/5352/33852 -f 5352/5352/33853 5669/5669/33854 5670/5670/33855 -f 5352/5352/33856 5670/5670/33857 5671/5671/33858 -f 5671/5671/33859 5670/5670/33860 5672/5672/33861 -f 5671/5671/33862 5672/5672/33863 5673/5673/33864 -f 5673/5673/33865 5672/5672/33866 5674/5674/33867 -f 5673/5673/33868 5674/5674/33869 5675/5675/33870 -f 5675/5675/33871 5674/5674/33872 5349/5349/33873 -f 5675/5675/33874 5349/5349/33875 5676/5676/33876 -f 5676/5676/33877 5349/5349/33878 5677/5677/33879 -f 5676/5676/33880 5677/5677/33881 5678/5678/33882 -f 5678/5678/33883 5677/5677/33884 5679/5679/33885 -f 5678/5678/33886 5679/5679/33887 5680/5680/33888 -f 5680/5680/33889 5679/5679/33890 5681/5681/33891 -f 5680/5680/33892 5681/5681/33893 5352/5352/33894 -f 5352/5352/33895 5681/5681/33896 5682/5682/33897 -f 5352/5352/33898 5682/5682/33899 5683/5683/33900 -f 5683/5683/33901 5682/5682/33902 5684/5684/33903 -f 5683/5683/33904 5684/5684/33905 5685/5685/33906 -f 5685/5685/33907 5684/5684/33908 5686/5686/33909 -f 5685/5685/33910 5686/5686/33911 5687/5687/33912 -f 5687/5687/33913 5686/5686/33914 5349/5349/33915 -f 5687/5687/33916 5349/5349/33917 5688/5688/33918 -f 5688/5688/33919 5349/5349/33920 5689/5689/33921 -f 5688/5688/33922 5689/5689/33923 5690/5690/33924 -f 5690/5690/33925 5689/5689/33926 5691/5691/33927 -f 5690/5690/33928 5691/5691/33929 5692/5692/33930 -f 5692/5692/33931 5691/5691/33932 5693/5693/33933 -f 5692/5692/33934 5693/5693/33935 5352/5352/33936 -f 5352/5352/33937 5693/5693/33938 5694/5694/33939 -f 5352/5352/33940 5694/5694/33941 5695/5695/33942 -f 5695/5695/33943 5694/5694/33944 5696/5696/33945 -f 5695/5695/33946 5696/5696/33947 5697/5697/33948 -f 5697/5697/33949 5696/5696/33950 5698/5698/33951 -f 5697/5697/33952 5698/5698/33953 5699/5699/33954 -f 5699/5699/33955 5698/5698/33956 5282/5282/33957 -f 5699/5699/33958 5282/5282/33959 5700/5700/33960 -f 5700/5700/33961 5282/5282/33962 5644/5644/33963 -f 5700/5700/33964 5644/5644/33965 5642/5642/33966 -f 5669/5669/33967 5351/5351/33968 5701/5701/33969 -f 5701/5701/33970 5351/5351/33971 5347/5347/33972 -f 5701/5701/33973 5347/5347/33974 5702/5702/33975 -f 5702/5702/33976 5347/5347/33977 5348/5348/33978 -f 5702/5702/33979 5348/5348/33980 5349/5349/33981 -f 5282/5282/33982 5703/5703/33983 5349/5349/33984 -f 5349/5349/33985 5703/5703/33986 5704/5704/33987 -f 5349/5349/33988 5704/5704/33989 5689/5689/33990 -f 5689/5689/33991 5704/5704/33992 5691/5691/33993 -f 5277/5277/33994 5278/5278/33995 5665/5665/33996 -f 5665/5665/33997 5278/5278/33998 5279/5279/33999 -f 5670/5670/34000 5669/5669/34001 5705/5705/34002 -f 5705/5705/34003 5669/5669/34004 5701/5701/34005 -f 5705/5705/34006 5701/5701/34007 5706/5706/34008 -f 5706/5706/34009 5701/5701/34010 5702/5702/34011 -f 5706/5706/34012 5702/5702/34013 5349/5349/34014 -f 5671/5671/34015 5707/5707/34016 5352/5352/34017 -f 5352/5352/34018 5707/5707/34019 5708/5708/34020 -f 5352/5352/34021 5708/5708/34022 5680/5680/34023 -f 5680/5680/34024 5708/5708/34025 5678/5678/34026 -f 5671/5671/34027 5673/5673/34028 5707/5707/34029 -f 5707/5707/34030 5673/5673/34031 5709/5709/34032 -f 5707/5707/34033 5709/5709/34034 5708/5708/34035 -f 5708/5708/34036 5709/5709/34037 5678/5678/34038 -f 5682/5682/34039 5681/5681/34040 5710/5710/34041 -f 5710/5710/34042 5681/5681/34043 5679/5679/34044 -f 5710/5710/34045 5679/5679/34046 5711/5711/34047 -f 5711/5711/34048 5679/5679/34049 5677/5677/34050 -f 5711/5711/34051 5677/5677/34052 5349/5349/34053 -f 5683/5683/34054 5712/5712/34055 5352/5352/34056 -f 5352/5352/34057 5712/5712/34058 5713/5713/34059 -f 5352/5352/34060 5713/5713/34061 5692/5692/34062 -f 5692/5692/34063 5713/5713/34064 5690/5690/34065 -f 5683/5683/34066 5685/5685/34067 5712/5712/34068 -f 5712/5712/34069 5685/5685/34070 5714/5714/34071 -f 5712/5712/34072 5714/5714/34073 5713/5713/34074 -f 5713/5713/34075 5714/5714/34076 5690/5690/34077 -f 5639/5639/34078 5352/5352/34079 5695/5695/34080 -f 5694/5694/34081 5693/5693/34082 5715/5715/34083 -f 5715/5715/34084 5693/5693/34085 5691/5691/34086 -f 5715/5715/34087 5691/5691/34088 5704/5704/34089 -f 5695/5695/34090 5697/5697/34091 5639/5639/34092 -f 5639/5639/34093 5697/5697/34094 5716/5716/34095 -f 5639/5639/34096 5716/5716/34097 5640/5640/34098 -f 5640/5640/34099 5716/5716/34100 5642/5642/34101 -f 5641/5641/34102 5717/5717/34103 5279/5279/34104 -f 5279/5279/34105 5717/5717/34106 5718/5718/34107 -f 5279/5279/34108 5718/5718/34109 5650/5650/34110 -f 5650/5650/34111 5718/5718/34112 5648/5648/34113 -f 5641/5641/34114 5643/5643/34115 5717/5717/34116 -f 5717/5717/34117 5643/5643/34118 5719/5719/34119 -f 5717/5717/34120 5719/5719/34121 5718/5718/34122 -f 5718/5718/34123 5719/5719/34124 5648/5648/34125 -f 5652/5652/34126 5651/5651/34127 5720/5720/34128 -f 5720/5720/34129 5651/5651/34130 5649/5649/34131 -f 5720/5720/34132 5649/5649/34133 5721/5721/34134 -f 5721/5721/34135 5649/5649/34136 5647/5647/34137 -f 5721/5721/34138 5647/5647/34139 5282/5282/34140 -f 5653/5653/34141 5722/5722/34142 5279/5279/34143 -f 5279/5279/34144 5722/5722/34145 5723/5723/34146 -f 5279/5279/34147 5723/5723/34148 5662/5662/34149 -f 5662/5662/34150 5723/5723/34151 5660/5660/34152 -f 5653/5653/34153 5655/5655/34154 5722/5722/34155 -f 5722/5722/34156 5655/5655/34157 5724/5724/34158 -f 5722/5722/34159 5724/5724/34160 5723/5723/34161 -f 5723/5723/34162 5724/5724/34163 5660/5660/34164 -f 5664/5664/34165 5663/5663/34166 5725/5725/34167 -f 5725/5725/34168 5663/5663/34169 5661/5661/34170 -f 5725/5725/34171 5661/5661/34172 5668/5668/34173 -f 5670/5670/34174 5705/5705/34175 5672/5672/34176 -f 5672/5672/34177 5705/5705/34178 5726/5726/34179 -f 5672/5672/34180 5726/5726/34181 5674/5674/34182 -f 5674/5674/34183 5726/5726/34184 5349/5349/34185 -f 5726/5726/34186 5705/5705/34187 5706/5706/34188 -f 5676/5676/34189 5678/5678/34190 5709/5709/34191 -f 5676/5676/34192 5709/5709/34193 5675/5675/34194 -f 5675/5675/34195 5709/5709/34196 5673/5673/34197 -f 5682/5682/34198 5710/5710/34199 5684/5684/34200 -f 5684/5684/34201 5710/5710/34202 5727/5727/34203 -f 5684/5684/34204 5727/5727/34205 5686/5686/34206 -f 5686/5686/34207 5727/5727/34208 5349/5349/34209 -f 5727/5727/34210 5710/5710/34211 5711/5711/34212 -f 5688/5688/34213 5690/5690/34214 5714/5714/34215 -f 5688/5688/34216 5714/5714/34217 5687/5687/34218 -f 5687/5687/34219 5714/5714/34220 5685/5685/34221 -f 5694/5694/34222 5715/5715/34223 5696/5696/34224 -f 5696/5696/34225 5715/5715/34226 5703/5703/34227 -f 5696/5696/34228 5703/5703/34229 5698/5698/34230 -f 5698/5698/34231 5703/5703/34232 5282/5282/34233 -f 5703/5703/34234 5715/5715/34235 5704/5704/34236 -f 5700/5700/34237 5642/5642/34238 5716/5716/34239 -f 5700/5700/34240 5716/5716/34241 5699/5699/34242 -f 5699/5699/34243 5716/5716/34244 5697/5697/34245 -f 5646/5646/34246 5648/5648/34247 5719/5719/34248 -f 5646/5646/34249 5719/5719/34250 5645/5645/34251 -f 5645/5645/34252 5719/5719/34253 5643/5643/34254 -f 5652/5652/34255 5720/5720/34256 5654/5654/34257 -f 5654/5654/34258 5720/5720/34259 5728/5728/34260 -f 5654/5654/34261 5728/5728/34262 5656/5656/34263 -f 5656/5656/34264 5728/5728/34265 5282/5282/34266 -f 5728/5728/34267 5720/5720/34268 5721/5721/34269 -f 5658/5658/34270 5660/5660/34271 5724/5724/34272 -f 5658/5658/34273 5724/5724/34274 5657/5657/34275 -f 5657/5657/34276 5724/5724/34277 5655/5655/34278 -f 5667/5667/34279 5666/5666/34280 5725/5725/34281 -f 5725/5725/34282 5666/5666/34283 5664/5664/34284 -f 5667/5667/34285 5725/5725/34286 5668/5668/34287 -f 5349/5349/34288 5726/5726/34289 5706/5706/34290 -f 5349/5349/34291 5727/5727/34292 5711/5711/34293 -f 5282/5282/34294 5728/5728/34295 5721/5721/34296 -f 5282/5282/34297 5349/5349/34298 5283/5283/34299 -f 5283/5283/34300 5349/5349/34301 5350/5350/34302 -f 5283/5283/34303 5350/5350/34304 5275/5275/34305 -f 5275/5275/34306 5350/5350/34307 5346/5346/34308 -f 5275/5275/34309 5346/5346/34310 5273/5273/34311 -f 5273/5273/34312 5346/5346/34313 5344/5344/34314 -f 5285/5285/34315 5323/5323/34316 5287/5287/34317 -f 5287/5287/34318 5323/5323/34319 5324/5324/34320 -f 5729/5729/34321 5730/5730/34322 5731/5731/34323 -f 5731/5731/34324 5730/5730/34325 5732/5732/34326 -f 5730/5730/34327 5733/5733/34328 5732/5732/34329 -f 5732/5732/34330 5733/5733/34331 5734/5734/34332 -f 5733/5733/34333 5735/5735/34334 5734/5734/34335 -f 5734/5734/34336 5735/5735/34337 5736/5736/34338 -f 5735/5735/34339 5737/5737/34340 5736/5736/34341 -f 5736/5736/34342 5737/5737/34343 5738/5738/34344 -f 5737/5737/34345 5739/5739/34346 5738/5738/34347 -f 5738/5738/34348 5739/5739/34349 5740/5740/34350 -f 5739/5739/34351 5741/5741/34352 5740/5740/34353 -f 5740/5740/34354 5741/5741/34355 5742/5742/34356 -f 5741/5741/34357 5743/5743/34358 5742/5742/34359 -f 5742/5742/34360 5743/5743/34361 5744/5744/34362 -f 5743/5743/34363 5745/5745/34364 5744/5744/34365 -f 5744/5744/34366 5745/5745/34367 5746/5746/34368 -f 5745/5745/34369 5747/5747/34370 5746/5746/34371 -f 5746/5746/34372 5747/5747/34373 5748/5748/34374 -f 5747/5747/34375 5749/5749/34376 5748/5748/34377 -f 5748/5748/34378 5749/5749/34379 5750/5750/34380 -f 5749/5749/34381 5751/5751/34382 5750/5750/34383 -f 5750/5750/34384 5751/5751/34385 5752/5752/34386 -f 5751/5751/34387 5753/5753/34388 5752/5752/34389 -f 5752/5752/34390 5753/5753/34391 5754/5754/34392 -f 5753/5753/34393 5755/5755/34394 5754/5754/34395 -f 5754/5754/34396 5755/5755/34397 5756/5756/34398 -f 5755/5755/34399 5757/5757/34400 5756/5756/34401 -f 5756/5756/34402 5757/5757/34403 5758/5758/34404 -f 5757/5757/34405 5759/5759/34406 5758/5758/34407 -f 5758/5758/34408 5759/5759/34409 5760/5760/34410 -f 5759/5759/34411 5761/5761/34412 5760/5760/34413 -f 5760/5760/34414 5761/5761/34415 5762/5762/34416 -f 5763/5763/34417 5764/5764/34418 5761/5761/34419 -f 5761/5761/34420 5764/5764/34421 5762/5762/34422 -f 5763/5763/34423 5765/5765/34424 5764/5764/34425 -f 5764/5764/34426 5765/5765/34427 5766/5766/34428 -f 5765/5765/34429 5767/5767/34430 5766/5766/34431 -f 5766/5766/34432 5767/5767/34433 5768/5768/34434 -f 5767/5767/34435 5769/5769/34436 5768/5768/34437 -f 5768/5768/34438 5769/5769/34439 5770/5770/34440 -f 5769/5769/34441 5771/5771/34442 5770/5770/34443 -f 5770/5770/34444 5771/5771/34445 5772/5772/34446 -f 5771/5771/34447 5773/5773/34448 5772/5772/34449 -f 5772/5772/34450 5773/5773/34451 5774/5774/34452 -f 5773/5773/34453 5775/5775/34454 5774/5774/34455 -f 5774/5774/34456 5775/5775/34457 5776/5776/34458 -f 5775/5775/34459 5777/5777/34460 5776/5776/34461 -f 5776/5776/34462 5777/5777/34463 5778/5778/34464 -f 5777/5777/34465 5779/5779/34466 5778/5778/34467 -f 5778/5778/34468 5779/5779/34469 5780/5780/34470 -f 5779/5779/34471 5781/5781/34472 5780/5780/34473 -f 5780/5780/34474 5781/5781/34475 5782/5782/34476 -f 5781/5781/34477 5783/5783/34478 5782/5782/34479 -f 5782/5782/34480 5783/5783/34481 5784/5784/34482 -f 5785/5785/34483 5786/5786/34484 5783/5783/34485 -f 5783/5783/34486 5786/5786/34487 5784/5784/34488 -f 5785/5785/34489 5787/5787/34490 5786/5786/34491 -f 5786/5786/34492 5787/5787/34493 5788/5788/34494 -f 5787/5787/34495 5789/5789/34496 5788/5788/34497 -f 5788/5788/34498 5789/5789/34499 5790/5790/34500 -f 5789/5789/34501 5791/5791/34502 5790/5790/34503 -f 5790/5790/34504 5791/5791/34505 5792/5792/34506 -f 5791/5791/34507 5793/5793/34508 5792/5792/34509 -f 5792/5792/34510 5793/5793/34511 5794/5794/34512 -f 5793/5793/34513 5795/5795/34514 5794/5794/34515 -f 5794/5794/34516 5795/5795/34517 5796/5796/34518 -f 5795/5795/34519 5797/5797/34520 5796/5796/34521 -f 5796/5796/34522 5797/5797/34523 5798/5798/34524 -f 5797/5797/34525 5799/5799/34526 5798/5798/34527 -f 5798/5798/34528 5799/5799/34529 5800/5800/34530 -f 5799/5799/34531 5801/5801/34532 5800/5800/34533 -f 5800/5800/34534 5801/5801/34535 5802/5802/34536 -f 5801/5801/34537 5803/5803/34538 5802/5802/34539 -f 5802/5802/34540 5803/5803/34541 5804/5804/34542 -f 5803/5803/34543 5805/5805/34544 5804/5804/34545 -f 5804/5804/34546 5805/5805/34547 5806/5806/34548 -f 5805/5805/34549 5807/5807/34550 5806/5806/34551 -f 5806/5806/34552 5807/5807/34553 5808/5808/34554 -f 5807/5807/34555 5809/5809/34556 5808/5808/34557 -f 5808/5808/34558 5809/5809/34559 5810/5810/34560 -f 5809/5809/34561 5811/5811/34562 5810/5810/34563 -f 5810/5810/34564 5811/5811/34565 5812/5812/34566 -f 5811/5811/34567 5813/5813/34568 5812/5812/34569 -f 5812/5812/34570 5813/5813/34571 5814/5814/34572 -f 5813/5813/34573 5815/5815/34574 5814/5814/34575 -f 5814/5814/34576 5815/5815/34577 5816/5816/34578 -f 5815/5815/34579 5817/5817/34580 5816/5816/34581 -f 5816/5816/34582 5817/5817/34583 5818/5818/34584 -f 5817/5817/34585 5819/5819/34586 5818/5818/34587 -f 5818/5818/34588 5819/5819/34589 5820/5820/34590 -f 5819/5819/34591 5821/5821/34592 5820/5820/34593 -f 5820/5820/34594 5821/5821/34595 5822/5822/34596 -f 5823/5823/34597 5824/5824/34598 5821/5821/34599 -f 5821/5821/34600 5824/5824/34601 5822/5822/34602 -f 5823/5823/34603 5825/5825/34604 5824/5824/34605 -f 5824/5824/34606 5825/5825/34607 5826/5826/34608 -f 5825/5825/34609 5827/5827/34610 5826/5826/34611 -f 5826/5826/34612 5827/5827/34613 5828/5828/34614 -f 5827/5827/34615 5829/5829/34616 5828/5828/34617 -f 5828/5828/34618 5829/5829/34619 5830/5830/34620 -f 5829/5829/34621 5831/5831/34622 5830/5830/34623 -f 5830/5830/34624 5831/5831/34625 5832/5832/34626 -f 5831/5831/34627 5833/5833/34628 5832/5832/34629 -f 5832/5832/34630 5833/5833/34631 5834/5834/34632 -f 5833/5833/34633 5835/5835/34634 5834/5834/34635 -f 5834/5834/34636 5835/5835/34637 5836/5836/34638 -f 5835/5835/34639 5837/5837/34640 5836/5836/34641 -f 5836/5836/34642 5837/5837/34643 5838/5838/34644 -f 5837/5837/34645 5839/5839/34646 5838/5838/34647 -f 5838/5838/34648 5839/5839/34649 5840/5840/34650 -f 5839/5839/34651 5841/5841/34652 5840/5840/34653 -f 5840/5840/34654 5841/5841/34655 5842/5842/34656 -f 5841/5841/34657 5843/5843/34658 5842/5842/34659 -f 5842/5842/34660 5843/5843/34661 5844/5844/34662 -f 5843/5843/34663 5845/5845/34664 5844/5844/34665 -f 5844/5844/34666 5845/5845/34667 5846/5846/34668 -f 5845/5845/34669 5847/5847/34670 5846/5846/34671 -f 5846/5846/34672 5847/5847/34673 5848/5848/34674 -f 5847/5847/34675 5849/5849/34676 5848/5848/34677 -f 5848/5848/34678 5849/5849/34679 5850/5850/34680 -f 5849/5849/34681 5851/5851/34682 5850/5850/34683 -f 5850/5850/34684 5851/5851/34685 5852/5852/34686 -f 5851/5851/34687 5853/5853/34688 5852/5852/34689 -f 5852/5852/34690 5853/5853/34691 5854/5854/34692 -f 5853/5853/34693 5855/5855/34694 5854/5854/34695 -f 5854/5854/34696 5855/5855/34697 5856/5856/34698 -f 5855/5855/34699 5857/5857/34700 5856/5856/34701 -f 5856/5856/34702 5857/5857/34703 5858/5858/34704 -f 5857/5857/34705 5859/5859/34706 5858/5858/34707 -f 5858/5858/34708 5859/5859/34709 5860/5860/34710 -f 5861/5861/34711 5862/5862/34712 5859/5859/34713 -f 5859/5859/34714 5862/5862/34715 5860/5860/34716 -f 5861/5861/34717 5863/5863/34718 5862/5862/34719 -f 5862/5862/34720 5863/5863/34721 5864/5864/34722 -f 5863/5863/34723 5865/5865/34724 5864/5864/34725 -f 5864/5864/34726 5865/5865/34727 5866/5866/34728 -f 5865/5865/34729 5867/5867/34730 5866/5866/34731 -f 5866/5866/34732 5867/5867/34733 5868/5868/34734 -f 5867/5867/34735 5869/5869/34736 5868/5868/34737 -f 5868/5868/34738 5869/5869/34739 5870/5870/34740 -f 5869/5869/34741 5871/5871/34742 5870/5870/34743 -f 5870/5870/34744 5871/5871/34745 5872/5872/34746 -f 5871/5871/34747 5873/5873/34748 5872/5872/34749 -f 5872/5872/34750 5873/5873/34751 5874/5874/34752 -f 5873/5873/34753 5875/5875/34754 5874/5874/34755 -f 5874/5874/34756 5875/5875/34757 5876/5876/34758 -f 5875/5875/34759 5877/5877/34760 5876/5876/34761 -f 5876/5876/34762 5877/5877/34763 5878/5878/34764 -f 5877/5877/34765 5879/5879/34766 5878/5878/34767 -f 5878/5878/34768 5879/5879/34769 5880/5880/34770 -f 5879/5879/34771 5881/5881/34772 5880/5880/34773 -f 5880/5880/34774 5881/5881/34775 5882/5882/34776 -f 5883/5883/34777 5884/5884/34778 5881/5881/34779 -f 5881/5881/34780 5884/5884/34781 5882/5882/34782 -f 5883/5883/34783 5885/5885/34784 5884/5884/34785 -f 5884/5884/34786 5885/5885/34787 5886/5886/34788 -f 5885/5885/34789 5887/5887/34790 5886/5886/34791 -f 5886/5886/34792 5887/5887/34793 5888/5888/34794 -f 5887/5887/34795 5889/5889/34796 5888/5888/34797 -f 5888/5888/34798 5889/5889/34799 5890/5890/34800 -f 5889/5889/34801 5891/5891/34802 5890/5890/34803 -f 5890/5890/34804 5891/5891/34805 5892/5892/34806 -f 5891/5891/34807 5893/5893/34808 5892/5892/34809 -f 5892/5892/34810 5893/5893/34811 5894/5894/34812 -f 5893/5893/34813 5895/5895/34814 5894/5894/34815 -f 5894/5894/34816 5895/5895/34817 5896/5896/34818 -f 5895/5895/34819 5897/5897/34820 5896/5896/34821 -f 5896/5896/34822 5897/5897/34823 5898/5898/34824 -f 5897/5897/34825 5899/5899/34826 5898/5898/34827 -f 5898/5898/34828 5899/5899/34829 5900/5900/34830 -f 5899/5899/34831 5901/5901/34832 5900/5900/34833 -f 5900/5900/34834 5901/5901/34835 5902/5902/34836 -f 5901/5901/34837 5903/5903/34838 5902/5902/34839 -f 5902/5902/34840 5903/5903/34841 5904/5904/34842 -f 5903/5903/34843 5905/5905/34844 5904/5904/34845 -f 5904/5904/34846 5905/5905/34847 5906/5906/34848 -f 5905/5905/34849 5907/5907/34850 5906/5906/34851 -f 5906/5906/34852 5907/5907/34853 5908/5908/34854 -f 5907/5907/34855 5909/5909/34856 5908/5908/34857 -f 5908/5908/34858 5909/5909/34859 5910/5910/34860 -f 5909/5909/34861 5911/5911/34862 5910/5910/34863 -f 5910/5910/34864 5911/5911/34865 5912/5912/34866 -f 5911/5911/34867 5913/5913/34868 5912/5912/34869 -f 5912/5912/34870 5913/5913/34871 5914/5914/34872 -f 5913/5913/34873 5915/5915/34874 5914/5914/34875 -f 5914/5914/34876 5915/5915/34877 5916/5916/34878 -f 5915/5915/34879 5917/5917/34880 5916/5916/34881 -f 5916/5916/34882 5917/5917/34883 5918/5918/34884 -f 5917/5917/34885 5919/5919/34886 5918/5918/34887 -f 5918/5918/34888 5919/5919/34889 5920/5920/34890 -f 5921/5921/34891 5922/5922/34892 5919/5919/34893 -f 5919/5919/34894 5922/5922/34895 5920/5920/34896 -f 5921/5921/34897 5923/5923/34898 5922/5922/34899 -f 5922/5922/34900 5923/5923/34901 5924/5924/34902 -f 5923/5923/34903 5925/5925/34904 5924/5924/34905 -f 5924/5924/34906 5925/5925/34907 5926/5926/34908 -f 5925/5925/34909 5927/5927/34910 5926/5926/34911 -f 5926/5926/34912 5927/5927/34913 5928/5928/34914 -f 5927/5927/34915 5929/5929/34916 5928/5928/34917 -f 5928/5928/34918 5929/5929/34919 5930/5930/34920 -f 5929/5929/34921 5931/5931/34922 5930/5930/34923 -f 5930/5930/34924 5931/5931/34925 5932/5932/34926 -f 5931/5931/34927 5933/5933/34928 5932/5932/34929 -f 5932/5932/34930 5933/5933/34931 5934/5934/34932 -f 5933/5933/34933 5935/5935/34934 5934/5934/34935 -f 5934/5934/34936 5935/5935/34937 5936/5936/34938 -f 5935/5935/34939 5937/5937/34940 5936/5936/34941 -f 5936/5936/34942 5937/5937/34943 5938/5938/34944 -f 5937/5937/34945 5939/5939/34946 5938/5938/34947 -f 5938/5938/34948 5939/5939/34949 5940/5940/34950 -f 5939/5939/34951 5941/5941/34952 5940/5940/34953 -f 5940/5940/34954 5941/5941/34955 5942/5942/34956 -f 5941/5941/34957 5943/5943/34958 5942/5942/34959 -f 5942/5942/34960 5943/5943/34961 5944/5944/34962 -f 5945/5945/34963 5946/5946/34964 5943/5943/34965 -f 5943/5943/34966 5946/5946/34967 5944/5944/34968 -f 5945/5945/34969 5947/5947/34970 5946/5946/34971 -f 5946/5946/34972 5947/5947/34973 5948/5948/34974 -f 5947/5947/34975 5949/5949/34976 5948/5948/34977 -f 5948/5948/34978 5949/5949/34979 5950/5950/34980 -f 5949/5949/34981 5951/5951/34982 5950/5950/34983 -f 5950/5950/34984 5951/5951/34985 5952/5952/34986 -f 5951/5951/34987 5953/5953/34988 5952/5952/34989 -f 5952/5952/34990 5953/5953/34991 5954/5954/34992 -f 5953/5953/34993 5955/5955/34994 5954/5954/34995 -f 5954/5954/34996 5955/5955/34997 5956/5956/34998 -f 5955/5955/34999 5957/5957/35000 5956/5956/35001 -f 5956/5956/35002 5957/5957/35003 5958/5958/35004 -f 5957/5957/35005 5959/5959/35006 5958/5958/35007 -f 5958/5958/35008 5959/5959/35009 5960/5960/35010 -f 5959/5959/35011 5961/5961/35012 5960/5960/35013 -f 5960/5960/35014 5961/5961/35015 5962/5962/35016 -f 5961/5961/35017 5963/5963/35018 5962/5962/35019 -f 5962/5962/35020 5963/5963/35021 5964/5964/35022 -f 5963/5963/35023 5965/5965/35024 5964/5964/35025 -f 5964/5964/35026 5965/5965/35027 5966/5966/35028 -f 5967/5967/35029 5968/5968/35030 5965/5965/35031 -f 5965/5965/35032 5968/5968/35033 5966/5966/35034 -f 5967/5967/35035 5969/5969/35036 5968/5968/35037 -f 5968/5968/35038 5969/5969/35039 5970/5970/35040 -f 5969/5969/35041 5971/5971/35042 5970/5970/35043 -f 5970/5970/35044 5971/5971/35045 5972/5972/35046 -f 5971/5971/35047 5973/5973/35048 5972/5972/35049 -f 5972/5972/35050 5973/5973/35051 5974/5974/35052 -f 5973/5973/35053 5975/5975/35054 5974/5974/35055 -f 5974/5974/35056 5975/5975/35057 5976/5976/35058 -f 5975/5975/35059 5977/5977/35060 5976/5976/35061 -f 5976/5976/35062 5977/5977/35063 5978/5978/35064 -f 5977/5977/35065 5979/5979/35066 5978/5978/35067 -f 5978/5978/35068 5979/5979/35069 5980/5980/35070 -f 5979/5979/35071 5981/5981/35072 5980/5980/35073 -f 5980/5980/35074 5981/5981/35075 5982/5982/35076 -f 5981/5981/35077 5983/5983/35078 5982/5982/35079 -f 5982/5982/35080 5983/5983/35081 5984/5984/35082 -f 5983/5983/35083 5985/5985/35084 5984/5984/35085 -f 5984/5984/35086 5985/5985/35087 5986/5986/35088 -f 5985/5985/35089 5987/5987/35090 5986/5986/35091 -f 5986/5986/35092 5987/5987/35093 5988/5988/35094 -f 5987/5987/35095 5989/5989/35096 5988/5988/35097 -f 5988/5988/35098 5989/5989/35099 5990/5990/35100 -f 5989/5989/35101 5991/5991/35102 5990/5990/35103 -f 5990/5990/35104 5991/5991/35105 5992/5992/35106 -f 5991/5991/35107 5993/5993/35108 5992/5992/35109 -f 5992/5992/35110 5993/5993/35111 5994/5994/35112 -f 5993/5993/35113 5995/5995/35114 5994/5994/35115 -f 5994/5994/35116 5995/5995/35117 5996/5996/35118 -f 5995/5995/35119 5997/5997/35120 5996/5996/35121 -f 5996/5996/35122 5997/5997/35123 5998/5998/35124 -f 5997/5997/35125 5999/5999/35126 5998/5998/35127 -f 5998/5998/35128 5999/5999/35129 6000/6000/35130 -f 5999/5999/35131 6001/6001/35132 6000/6000/35133 -f 6000/6000/35134 6001/6001/35135 6002/6002/35136 -f 6001/6001/35137 6003/6003/35138 6002/6002/35139 -f 6002/6002/35140 6003/6003/35141 6004/6004/35142 -f 6003/6003/35143 6005/6005/35144 6004/6004/35145 -f 6004/6004/35146 6005/6005/35147 6006/6006/35148 -f 6005/6005/35149 6007/6007/35150 6006/6006/35151 -f 6006/6006/35152 6007/6007/35153 6008/6008/35154 -f 6007/6007/35155 6009/6009/35156 6008/6008/35157 -f 6008/6008/35158 6009/6009/35159 6010/6010/35160 -f 6009/6009/35161 6011/6011/35162 6010/6010/35163 -f 6010/6010/35164 6011/6011/35165 6012/6012/35166 -f 6011/6011/35167 6013/6013/35168 6012/6012/35169 -f 6012/6012/35170 6013/6013/35171 6014/6014/35172 -f 6013/6013/35173 6015/6015/35174 6014/6014/35175 -f 6014/6014/35176 6015/6015/35177 6016/6016/35178 -f 6015/6015/35179 6017/6017/35180 6016/6016/35181 -f 6016/6016/35182 6017/6017/35183 6018/6018/35184 -f 6017/6017/35185 6019/6019/35186 6018/6018/35187 -f 6018/6018/35188 6019/6019/35189 6020/6020/35190 -f 6019/6019/35191 6021/6021/35192 6020/6020/35193 -f 6020/6020/35194 6021/6021/35195 6022/6022/35196 -f 6021/6021/35197 6023/6023/35198 6022/6022/35199 -f 6022/6022/35200 6023/6023/35201 6024/6024/35202 -f 6023/6023/35203 6025/6025/35204 6024/6024/35205 -f 6024/6024/35206 6025/6025/35207 6026/6026/35208 -f 6025/6025/35209 6027/6027/35210 6026/6026/35211 -f 6026/6026/35212 6027/6027/35213 6028/6028/35214 -f 6027/6027/35215 6029/6029/35216 6028/6028/35217 -f 6028/6028/35218 6029/6029/35219 6030/6030/35220 -f 6029/6029/35221 6031/6031/35222 6030/6030/35223 -f 6030/6030/35224 6031/6031/35225 6032/6032/35226 -f 6031/6031/35227 6033/6033/35228 6032/6032/35229 -f 6032/6032/35230 6033/6033/35231 6034/6034/35232 -f 6033/6033/35233 6035/6035/35234 6034/6034/35235 -f 6034/6034/35236 6035/6035/35237 6036/6036/35238 -f 6035/6035/35239 6037/6037/35240 6036/6036/35241 -f 6036/6036/35242 6037/6037/35243 6038/6038/35244 -f 6037/6037/35245 6039/6039/35246 6038/6038/35247 -f 6038/6038/35248 6039/6039/35249 6040/6040/35250 -f 6039/6039/35251 6041/6041/35252 6040/6040/35253 -f 6040/6040/35254 6041/6041/35255 6042/6042/35256 -f 6041/6041/35257 6043/6043/35258 6042/6042/35259 -f 6042/6042/35260 6043/6043/35261 6044/6044/35262 -f 6043/6043/35263 6045/6045/35264 6044/6044/35265 -f 6044/6044/35266 6045/6045/35267 6046/6046/35268 -f 6045/6045/35269 6047/6047/35270 6046/6046/35271 -f 6046/6046/35272 6047/6047/35273 6048/6048/35274 -f 6047/6047/35275 6049/6049/35276 6048/6048/35277 -f 6048/6048/35278 6049/6049/35279 6050/6050/35280 -f 6049/6049/35281 6051/6051/35282 6050/6050/35283 -f 6050/6050/35284 6051/6051/35285 6052/6052/35286 -f 6053/6053/35287 6054/6054/35288 6051/6051/35289 -f 6051/6051/35290 6054/6054/35291 6052/6052/35292 -f 6053/6053/35293 6055/6055/35294 6054/6054/35295 -f 6054/6054/35296 6055/6055/35297 6056/6056/35298 -f 6055/6055/35299 6057/6057/35300 6056/6056/35301 -f 6056/6056/35302 6057/6057/35303 6058/6058/35304 -f 6057/6057/35305 6059/6059/35306 6058/6058/35307 -f 6058/6058/35308 6059/6059/35309 6060/6060/35310 -f 6059/6059/35311 6061/6061/35312 6060/6060/35313 -f 6060/6060/35314 6061/6061/35315 6062/6062/35316 -f 6061/6061/35317 6063/6063/35318 6062/6062/35319 -f 6062/6062/35320 6063/6063/35321 6064/6064/35322 -f 6063/6063/35323 6065/6065/35324 6064/6064/35325 -f 6064/6064/35326 6065/6065/35327 6066/6066/35328 -f 6065/6065/35329 6067/6067/35330 6066/6066/35331 -f 6066/6066/35332 6067/6067/35333 6068/6068/35334 -f 6067/6067/35335 6069/6069/35336 6068/6068/35337 -f 6068/6068/35338 6069/6069/35339 6070/6070/35340 -f 6069/6069/35341 6071/6071/35342 6070/6070/35343 -f 6070/6070/35344 6071/6071/35345 6072/6072/35346 -f 6071/6071/35347 6073/6073/35348 6072/6072/35349 -f 6072/6072/35350 6073/6073/35351 6074/6074/35352 -f 6075/6075/35353 6076/6076/35354 6073/6073/35355 -f 6073/6073/35356 6076/6076/35357 6074/6074/35358 -f 6075/6075/35359 6077/6077/35360 6076/6076/35361 -f 6076/6076/35362 6077/6077/35363 6078/6078/35364 -f 6077/6077/35365 6079/6079/35366 6078/6078/35367 -f 6078/6078/35368 6079/6079/35369 6080/6080/35370 -f 6079/6079/35371 6081/6081/35372 6080/6080/35373 -f 6080/6080/35374 6081/6081/35375 6082/6082/35376 -f 6081/6081/35377 6083/6083/35378 6082/6082/35379 -f 6082/6082/35380 6083/6083/35381 6084/6084/35382 -f 6083/6083/35383 6085/6085/35384 6084/6084/35385 -f 6084/6084/35386 6085/6085/35387 6086/6086/35388 -f 6085/6085/35389 6087/6087/35390 6086/6086/35391 -f 6086/6086/35392 6087/6087/35393 6088/6088/35394 -f 6087/6087/35395 6089/6089/35396 6088/6088/35397 -f 6088/6088/35398 6089/6089/35399 6090/6090/35400 -f 6089/6089/35401 6091/6091/35402 6090/6090/35403 -f 6090/6090/35404 6091/6091/35405 6092/6092/35406 -f 6091/6091/35407 6093/6093/35408 6092/6092/35409 -f 6092/6092/35410 6093/6093/35411 6094/6094/35412 -f 6093/6093/35413 6095/6095/35414 6094/6094/35415 -f 6094/6094/35416 6095/6095/35417 6096/6096/35418 -f 6095/6095/35419 6097/6097/35420 6096/6096/35421 -f 6096/6096/35422 6097/6097/35423 6098/6098/35424 -f 6097/6097/35425 6099/6099/35426 6098/6098/35427 -f 6098/6098/35428 6099/6099/35429 6100/6100/35430 -f 6099/6099/35431 6101/6101/35432 6100/6100/35433 -f 6100/6100/35434 6101/6101/35435 6102/6102/35436 -f 6101/6101/35437 6103/6103/35438 6102/6102/35439 -f 6102/6102/35440 6103/6103/35441 6104/6104/35442 -f 6103/6103/35443 6105/6105/35444 6104/6104/35445 -f 6104/6104/35446 6105/6105/35447 6106/6106/35448 -f 6105/6105/35449 6107/6107/35450 6106/6106/35451 -f 6106/6106/35452 6107/6107/35453 6108/6108/35454 -f 6107/6107/35455 6109/6109/35456 6108/6108/35457 -f 6108/6108/35458 6109/6109/35459 6110/6110/35460 -f 6109/6109/35461 6111/6111/35462 6110/6110/35463 -f 6110/6110/35464 6111/6111/35465 6112/6112/35466 -f 6111/6111/35467 6113/6113/35468 6112/6112/35469 -f 6112/6112/35470 6113/6113/35471 6114/6114/35472 -f 6113/6113/35473 6115/6115/35474 6114/6114/35475 -f 6114/6114/35476 6115/6115/35477 6116/6116/35478 -f 6115/6115/35479 6117/6117/35480 6116/6116/35481 -f 6116/6116/35482 6117/6117/35483 6118/6118/35484 -f 6117/6117/35485 6119/6119/35486 6118/6118/35487 -f 6118/6118/35488 6119/6119/35489 6120/6120/35490 -f 6119/6119/35491 6121/6121/35492 6120/6120/35493 -f 6120/6120/35494 6121/6121/35495 6122/6122/35496 -f 6121/6121/35497 6123/6123/35498 6122/6122/35499 -f 6122/6122/35500 6123/6123/35501 6124/6124/35502 -f 6123/6123/35503 6125/6125/35504 6124/6124/35505 -f 6124/6124/35506 6125/6125/35507 6126/6126/35508 -f 6125/6125/35509 6127/6127/35510 6126/6126/35511 -f 6126/6126/35512 6127/6127/35513 6128/6128/35514 -f 6127/6127/35515 6129/6129/35516 6128/6128/35517 -f 6128/6128/35518 6129/6129/35519 6130/6130/35520 -f 6131/6131/35521 6132/6132/35522 6129/6129/35523 -f 6129/6129/35524 6132/6132/35525 6130/6130/35526 -f 6131/6131/35527 6133/6133/35528 6132/6132/35529 -f 6132/6132/35530 6133/6133/35531 6134/6134/35532 -f 6133/6133/35533 6135/6135/35534 6134/6134/35535 -f 6134/6134/35536 6135/6135/35537 6136/6136/35538 -f 6135/6135/35539 6137/6137/35540 6136/6136/35541 -f 6136/6136/35542 6137/6137/35543 6138/6138/35544 -f 6137/6137/35545 6139/6139/35546 6138/6138/35547 -f 6138/6138/35548 6139/6139/35549 6140/6140/35550 -f 6139/6139/35551 6141/6141/35552 6140/6140/35553 -f 6140/6140/35554 6141/6141/35555 6142/6142/35556 -f 6141/6141/35557 6143/6143/35558 6142/6142/35559 -f 6142/6142/35560 6143/6143/35561 6144/6144/35562 -f 6143/6143/35563 6145/6145/35564 6144/6144/35565 -f 6144/6144/35566 6145/6145/35567 6146/6146/35568 -f 6145/6145/35569 6147/6147/35570 6146/6146/35571 -f 6146/6146/35572 6147/6147/35573 6148/6148/35574 -f 6147/6147/35575 6149/6149/35576 6148/6148/35577 -f 6148/6148/35578 6149/6149/35579 6150/6150/35580 -f 6149/6149/35581 6151/6151/35582 6150/6150/35583 -f 6150/6150/35584 6151/6151/35585 6152/6152/35586 -f 6151/6151/35587 6153/6153/35588 6152/6152/35589 -f 6152/6152/35590 6153/6153/35591 6154/6154/35592 -f 6153/6153/35593 6155/6155/35594 6154/6154/35595 -f 6154/6154/35596 6155/6155/35597 6156/6156/35598 -f 6155/6155/35599 6157/6157/35600 6156/6156/35601 -f 6156/6156/35602 6157/6157/35603 6158/6158/35604 -f 6157/6157/35605 6159/6159/35606 6158/6158/35607 -f 6158/6158/35608 6159/6159/35609 6160/6160/35610 -f 6159/6159/35611 6161/6161/35612 6160/6160/35613 -f 6160/6160/35614 6161/6161/35615 6162/6162/35616 -f 6161/6161/35617 6163/6163/35618 6162/6162/35619 -f 6162/6162/35620 6163/6163/35621 6164/6164/35622 -f 6163/6163/35623 6165/6165/35624 6164/6164/35625 -f 6164/6164/35626 6165/6165/35627 6166/6166/35628 -f 6165/6165/35629 6167/6167/35630 6166/6166/35631 -f 6166/6166/35632 6167/6167/35633 6168/6168/35634 -f 6169/6169/35635 6170/6170/35636 6167/6167/35637 -f 6167/6167/35638 6170/6170/35639 6168/6168/35640 -f 6169/6169/35641 6171/6171/35642 6170/6170/35643 -f 6170/6170/35644 6171/6171/35645 6172/6172/35646 -f 6171/6171/35647 6173/6173/35648 6172/6172/35649 -f 6172/6172/35650 6173/6173/35651 6174/6174/35652 -f 6173/6173/35653 6175/6175/35654 6174/6174/35655 -f 6174/6174/35656 6175/6175/35657 6176/6176/35658 -f 6175/6175/35659 6177/6177/35660 6176/6176/35661 -f 6176/6176/35662 6177/6177/35663 6178/6178/35664 -f 6177/6177/35665 6179/6179/35666 6178/6178/35667 -f 6178/6178/35668 6179/6179/35669 6180/6180/35670 -f 6179/6179/35671 6181/6181/35672 6180/6180/35673 -f 6180/6180/35674 6181/6181/35675 6182/6182/35676 -f 6181/6181/35677 6183/6183/35678 6182/6182/35679 -f 6182/6182/35680 6183/6183/35681 6184/6184/35682 -f 6183/6183/35683 6185/6185/35684 6184/6184/35685 -f 6184/6184/35686 6185/6185/35687 6186/6186/35688 -f 6185/6185/35689 6187/6187/35690 6186/6186/35691 -f 6186/6186/35692 6187/6187/35693 6188/6188/35694 -f 6187/6187/35695 6189/6189/35696 6188/6188/35697 -f 6188/6188/35698 6189/6189/35699 6190/6190/35700 -f 6191/6191/35701 6192/6192/35702 6189/6189/35703 -f 6189/6189/35704 6192/6192/35705 6190/6190/35706 -f 6191/6191/35707 6193/6193/35708 6192/6192/35709 -f 6192/6192/35710 6193/6193/35711 6194/6194/35712 -f 6193/6193/35713 6195/6195/35714 6194/6194/35715 -f 6194/6194/35716 6195/6195/35717 6196/6196/35718 -f 6195/6195/35719 6197/6197/35720 6196/6196/35721 -f 6196/6196/35722 6197/6197/35723 6198/6198/35724 -f 6197/6197/35725 6199/6199/35726 6198/6198/35727 -f 6198/6198/35728 6199/6199/35729 6200/6200/35730 -f 6199/6199/35731 6201/6201/35732 6200/6200/35733 -f 6200/6200/35734 6201/6201/35735 6202/6202/35736 -f 6201/6201/35737 6203/6203/35738 6202/6202/35739 -f 6202/6202/35740 6203/6203/35741 6204/6204/35742 -f 6203/6203/35743 6205/6205/35744 6204/6204/35745 -f 6204/6204/35746 6205/6205/35747 6206/6206/35748 -f 6205/6205/35749 6207/6207/35750 6206/6206/35751 -f 6206/6206/35752 6207/6207/35753 6208/6208/35754 -f 6207/6207/35755 6209/6209/35756 6208/6208/35757 -f 6208/6208/35758 6209/6209/35759 6210/6210/35760 -f 6209/6209/35761 6211/6211/35762 6210/6210/35763 -f 6210/6210/35764 6211/6211/35765 6212/6212/35766 -f 6211/6211/35767 6213/6213/35768 6212/6212/35769 -f 6212/6212/35770 6213/6213/35771 6214/6214/35772 -f 6213/6213/35773 6215/6215/35774 6214/6214/35775 -f 6214/6214/35776 6215/6215/35777 6216/6216/35778 -f 6215/6215/35779 6217/6217/35780 6216/6216/35781 -f 6216/6216/35782 6217/6217/35783 6218/6218/35784 -f 6217/6217/35785 6219/6219/35786 6218/6218/35787 -f 6218/6218/35788 6219/6219/35789 6220/6220/35790 -f 6219/6219/35791 6221/6221/35792 6220/6220/35793 -f 6220/6220/35794 6221/6221/35795 6222/6222/35796 -f 6221/6221/35797 6223/6223/35798 6222/6222/35799 -f 6222/6222/35800 6223/6223/35801 6224/6224/35802 -f 6223/6223/35803 6225/6225/35804 6224/6224/35805 -f 6224/6224/35806 6225/6225/35807 6226/6226/35808 -f 6225/6225/35809 6227/6227/35810 6226/6226/35811 -f 6226/6226/35812 6227/6227/35813 6228/6228/35814 -f 6227/6227/35815 6229/6229/35816 6228/6228/35817 -f 6228/6228/35818 6229/6229/35819 6230/6230/35820 -f 6229/6229/35821 6231/6231/35822 6230/6230/35823 -f 6230/6230/35824 6231/6231/35825 6232/6232/35826 -f 6231/6231/35827 6233/6233/35828 6232/6232/35829 -f 6232/6232/35830 6233/6233/35831 6234/6234/35832 -f 6233/6233/35833 6235/6235/35834 6234/6234/35835 -f 6234/6234/35836 6235/6235/35837 6236/6236/35838 -f 6235/6235/35839 6237/6237/35840 6236/6236/35841 -f 6236/6236/35842 6237/6237/35843 6238/6238/35844 -f 6237/6237/35845 6239/6239/35846 6238/6238/35847 -f 6238/6238/35848 6239/6239/35849 6240/6240/35850 -f 6239/6239/35851 6241/6241/35852 6240/6240/35853 -f 6240/6240/35854 6241/6241/35855 6242/6242/35856 -f 6241/6241/35857 6243/6243/35858 6242/6242/35859 -f 6242/6242/35860 6243/6243/35861 6244/6244/35862 -f 6243/6243/35863 6245/6245/35864 6244/6244/35865 -f 6244/6244/35866 6245/6245/35867 6246/6246/35868 -f 6245/6245/35869 6247/6247/35870 6246/6246/35871 -f 6246/6246/35872 6247/6247/35873 6248/6248/35874 -f 6247/6247/35875 6249/6249/35876 6248/6248/35877 -f 6248/6248/35878 6249/6249/35879 6250/6250/35880 -f 6249/6249/35881 6251/6251/35882 6250/6250/35883 -f 6250/6250/35884 6251/6251/35885 6252/6252/35886 -f 6251/6251/35887 6253/6253/35888 6252/6252/35889 -f 6252/6252/35890 6253/6253/35891 6254/6254/35892 -f 6253/6253/35893 6255/6255/35894 6254/6254/35895 -f 6254/6254/35896 6255/6255/35897 6256/6256/35898 -f 6255/6255/35899 6257/6257/35900 6256/6256/35901 -f 6256/6256/35902 6257/6257/35903 6258/6258/35904 -f 6257/6257/35905 5729/5729/35906 6258/6258/35907 -f 6258/6258/35908 5729/5729/35909 5731/5731/35910 -f 6256/6256/35911 6258/6258/35912 5734/5734/35913 -f 5734/5734/35914 6258/6258/35915 5731/5731/35916 -f 5734/5734/35917 5731/5731/35918 5732/5732/35919 -f 6256/6256/35920 5734/5734/35921 6254/6254/35922 -f 6254/6254/35923 5734/5734/35924 5736/5736/35925 -f 6254/6254/35926 5736/5736/35927 6252/6252/35928 -f 6252/6252/35929 5736/5736/35930 6250/6250/35931 -f 6250/6250/35932 5736/5736/35933 6248/6248/35934 -f 6248/6248/35935 5736/5736/35936 6246/6246/35937 -f 6246/6246/35938 5736/5736/35939 6244/6244/35940 -f 6244/6244/35941 5736/5736/35942 6242/6242/35943 -f 6242/6242/35944 5736/5736/35945 6240/6240/35946 -f 6240/6240/35947 5736/5736/35948 6238/6238/35949 -f 6238/6238/35950 5736/5736/35951 6236/6236/35952 -f 6236/6236/35953 5736/5736/35954 6234/6234/35955 -f 6234/6234/35956 5736/5736/35957 6232/6232/35958 -f 6232/6232/35959 5736/5736/35960 6230/6230/35961 -f 6230/6230/35962 5736/5736/35963 6228/6228/35964 -f 6228/6228/35965 5736/5736/35966 6226/6226/35967 -f 6226/6226/35968 5736/5736/35969 6224/6224/35970 -f 6224/6224/35971 5736/5736/35972 6222/6222/35973 -f 6222/6222/35974 5736/5736/35975 6218/6218/35976 -f 6222/6222/35977 6218/6218/35978 6220/6220/35979 -f 5738/5738/35980 6150/6150/35981 5736/5736/35982 -f 5736/5736/35983 6150/6150/35984 6156/6156/35985 -f 5736/5736/35986 6156/6156/35987 6158/6158/35988 -f 5740/5740/35989 6144/6144/35990 5738/5738/35991 -f 5738/5738/35992 6144/6144/35993 6146/6146/35994 -f 5738/5738/35995 6146/6146/35996 6148/6148/35997 -f 6144/6144/35998 5740/5740/35999 6142/6142/36000 -f 6142/6142/36001 5740/5740/36002 5742/5742/36003 -f 6142/6142/36004 5742/5742/36005 6140/6140/36006 -f 6140/6140/36007 5742/5742/36008 5744/5744/36009 -f 6140/6140/36010 5744/5744/36011 6138/6138/36012 -f 6138/6138/36013 5744/5744/36014 6136/6136/36015 -f 6136/6136/36016 5744/5744/36017 5746/5746/36018 -f 6136/6136/36019 5746/5746/36020 5748/5748/36021 -f 6136/6136/36022 5748/5748/36023 6134/6134/36024 -f 6134/6134/36025 5748/5748/36026 5750/5750/36027 -f 6134/6134/36028 5750/5750/36029 6132/6132/36030 -f 6132/6132/36031 5750/5750/36032 6130/6130/36033 -f 6130/6130/36034 5750/5750/36035 5752/5752/36036 -f 6130/6130/36037 5752/5752/36038 5754/5754/36039 -f 6130/6130/36040 5754/5754/36041 6128/6128/36042 -f 6128/6128/36043 5754/5754/36044 5756/5756/36045 -f 6128/6128/36046 5756/5756/36047 6126/6126/36048 -f 6126/6126/36049 5756/5756/36050 5758/5758/36051 -f 6126/6126/36052 5758/5758/36053 6124/6124/36054 -f 6124/6124/36055 5758/5758/36056 5760/5760/36057 -f 6124/6124/36058 5760/5760/36059 6122/6122/36060 -f 6122/6122/36061 5760/5760/36062 5762/5762/36063 -f 6122/6122/36064 5762/5762/36065 6120/6120/36066 -f 6120/6120/36067 5762/5762/36068 5764/5764/36069 -f 6120/6120/36070 5764/5764/36071 6118/6118/36072 -f 6118/6118/36073 5764/5764/36074 5766/5766/36075 -f 6118/6118/36076 5766/5766/36077 6116/6116/36078 -f 6116/6116/36079 5766/5766/36080 6114/6114/36081 -f 6114/6114/36082 5766/5766/36083 5768/5768/36084 -f 6114/6114/36085 5768/5768/36086 5770/5770/36087 -f 6114/6114/36088 5770/5770/36089 6112/6112/36090 -f 6112/6112/36091 5770/5770/36092 5772/5772/36093 -f 6112/6112/36094 5772/5772/36095 6110/6110/36096 -f 6110/6110/36097 5772/5772/36098 5774/5774/36099 -f 6110/6110/36100 5774/5774/36101 5776/5776/36102 -f 6110/6110/36103 5776/5776/36104 6108/6108/36105 -f 6108/6108/36106 5776/5776/36107 5778/5778/36108 -f 6108/6108/36109 5778/5778/36110 6106/6106/36111 -f 6106/6106/36112 5778/5778/36113 5780/5780/36114 -f 6106/6106/36115 5780/5780/36116 5782/5782/36117 -f 6106/6106/36118 5782/5782/36119 5788/5788/36120 -f 5788/5788/36121 5782/5782/36122 5784/5784/36123 -f 5788/5788/36124 5784/5784/36125 5786/5786/36126 -f 6106/6106/36127 5788/5788/36128 5794/5794/36129 -f 5794/5794/36130 5788/5788/36131 5790/5790/36132 -f 5794/5794/36133 5790/5790/36134 5792/5792/36135 -f 6106/6106/36136 5794/5794/36137 5800/5800/36138 -f 5800/5800/36139 5794/5794/36140 5796/5796/36141 -f 5800/5800/36142 5796/5796/36143 5798/5798/36144 -f 5802/5802/36145 5804/5804/36146 5800/5800/36147 -f 5800/5800/36148 5804/5804/36149 6106/6106/36150 -f 6106/6106/36151 5804/5804/36152 5810/5810/36153 -f 5810/5810/36154 5804/5804/36155 5806/5806/36156 -f 5810/5810/36157 5806/5806/36158 5808/5808/36159 -f 6106/6106/36160 5810/5810/36161 5816/5816/36162 -f 5816/5816/36163 5810/5810/36164 5812/5812/36165 -f 5816/5816/36166 5812/5812/36167 5814/5814/36168 -f 5818/5818/36169 5820/5820/36170 5816/5816/36171 -f 5816/5816/36172 5820/5820/36173 6106/6106/36174 -f 6106/6106/36175 5820/5820/36176 6104/6104/36177 -f 6104/6104/36178 5820/5820/36179 5822/5822/36180 -f 6104/6104/36181 5822/5822/36182 5826/5826/36183 -f 5826/5826/36184 5822/5822/36185 5824/5824/36186 -f 6104/6104/36187 5826/5826/36188 5832/5832/36189 -f 5832/5832/36190 5826/5826/36191 5828/5828/36192 -f 5832/5832/36193 5828/5828/36194 5830/5830/36195 -f 6104/6104/36196 5832/5832/36197 5838/5838/36198 -f 5838/5838/36199 5832/5832/36200 5834/5834/36201 -f 5838/5838/36202 5834/5834/36203 5836/5836/36204 -f 5838/5838/36205 5840/5840/36206 6104/6104/36207 -f 6104/6104/36208 5840/5840/36209 5842/5842/36210 -f 6104/6104/36211 5842/5842/36212 5844/5844/36213 -f 5846/5846/36214 6100/6100/36215 5844/5844/36216 -f 5844/5844/36217 6100/6100/36218 6102/6102/36219 -f 5844/5844/36220 6102/6102/36221 6104/6104/36222 -f 5848/5848/36223 6050/6050/36224 5846/5846/36225 -f 5846/5846/36226 6050/6050/36227 6054/6054/36228 -f 5846/5846/36229 6054/6054/36230 6056/6056/36231 -f 6050/6050/36232 5848/5848/36233 6048/6048/36234 -f 6048/6048/36235 5848/5848/36236 5850/5850/36237 -f 6048/6048/36238 5850/5850/36239 6044/6044/36240 -f 6044/6044/36241 5850/5850/36242 5852/5852/36243 -f 6044/6044/36244 5852/5852/36245 6042/6042/36246 -f 6042/6042/36247 5852/5852/36248 6040/6040/36249 -f 6040/6040/36250 5852/5852/36251 5856/5856/36252 -f 6040/6040/36253 5856/5856/36254 6038/6038/36255 -f 6038/6038/36256 5856/5856/36257 5858/5858/36258 -f 6038/6038/36259 5858/5858/36260 6036/6036/36261 -f 6036/6036/36262 5858/5858/36263 6034/6034/36264 -f 6034/6034/36265 5858/5858/36266 5862/5862/36267 -f 6034/6034/36268 5862/5862/36269 6032/6032/36270 -f 6032/6032/36271 5862/5862/36272 5864/5864/36273 -f 6032/6032/36274 5864/5864/36275 6028/6028/36276 -f 6028/6028/36277 5864/5864/36278 5866/5866/36279 -f 6028/6028/36280 5866/5866/36281 5868/5868/36282 -f 5852/5852/36283 5854/5854/36284 5856/5856/36285 -f 5858/5858/36286 5860/5860/36287 5862/5862/36288 -f 6028/6028/36289 5868/5868/36290 6026/6026/36291 -f 6026/6026/36292 5868/5868/36293 5870/5870/36294 -f 6026/6026/36295 5870/5870/36296 6024/6024/36297 -f 6024/6024/36298 5870/5870/36299 6022/6022/36300 -f 6022/6022/36301 5870/5870/36302 5872/5872/36303 -f 6022/6022/36304 5872/5872/36305 5874/5874/36306 -f 5876/5876/36307 5878/5878/36308 5874/5874/36309 -f 5874/5874/36310 5878/5878/36311 6018/6018/36312 -f 5874/5874/36313 6018/6018/36314 6020/6020/36315 -f 6018/6018/36316 5878/5878/36317 6016/6016/36318 -f 6016/6016/36319 5878/5878/36320 5880/5880/36321 -f 6016/6016/36322 5880/5880/36323 6012/6012/36324 -f 6012/6012/36325 5880/5880/36326 5884/5884/36327 -f 6012/6012/36328 5884/5884/36329 6010/6010/36330 -f 6010/6010/36331 5884/5884/36332 5886/5886/36333 -f 6010/6010/36334 5886/5886/36335 6006/6006/36336 -f 6006/6006/36337 5886/5886/36338 5888/5888/36339 -f 6006/6006/36340 5888/5888/36341 5998/5998/36342 -f 5998/5998/36343 5888/5888/36344 5890/5890/36345 -f 5998/5998/36346 5890/5890/36347 5996/5996/36348 -f 5996/5996/36349 5890/5890/36350 5994/5994/36351 -f 5994/5994/36352 5890/5890/36353 5992/5992/36354 -f 5992/5992/36355 5890/5890/36356 5892/5892/36357 -f 5992/5992/36358 5892/5892/36359 5894/5894/36360 -f 5880/5880/36361 5882/5882/36362 5884/5884/36363 -f 5894/5894/36364 5896/5896/36365 5992/5992/36366 -f 5992/5992/36367 5896/5896/36368 5988/5988/36369 -f 5992/5992/36370 5988/5988/36371 5990/5990/36372 -f 5898/5898/36373 5900/5900/36374 5896/5896/36375 -f 5896/5896/36376 5900/5900/36377 5986/5986/36378 -f 5896/5896/36379 5986/5986/36380 5988/5988/36381 -f 5900/5900/36382 5902/5902/36383 5986/5986/36384 -f 5986/5986/36385 5902/5902/36386 5984/5984/36387 -f 5984/5984/36388 5902/5902/36389 5982/5982/36390 -f 5982/5982/36391 5902/5902/36392 5904/5904/36393 -f 5982/5982/36394 5904/5904/36395 5980/5980/36396 -f 5980/5980/36397 5904/5904/36398 5906/5906/36399 -f 5980/5980/36400 5906/5906/36401 5978/5978/36402 -f 5978/5978/36403 5906/5906/36404 5908/5908/36405 -f 5978/5978/36406 5908/5908/36407 5976/5976/36408 -f 5976/5976/36409 5908/5908/36410 5910/5910/36411 -f 5976/5976/36412 5910/5910/36413 5912/5912/36414 -f 5914/5914/36415 5970/5970/36416 5912/5912/36417 -f 5912/5912/36418 5970/5970/36419 5972/5972/36420 -f 5912/5912/36421 5972/5972/36422 5974/5974/36423 -f 5914/5914/36424 5916/5916/36425 5970/5970/36426 -f 5970/5970/36427 5916/5916/36428 5918/5918/36429 -f 5970/5970/36430 5918/5918/36431 5966/5966/36432 -f 5966/5966/36433 5918/5918/36434 5964/5964/36435 -f 5964/5964/36436 5918/5918/36437 5920/5920/36438 -f 5964/5964/36439 5920/5920/36440 5922/5922/36441 -f 5964/5964/36442 5922/5922/36443 5962/5962/36444 -f 5962/5962/36445 5922/5922/36446 5924/5924/36447 -f 5962/5962/36448 5924/5924/36449 5960/5960/36450 -f 5960/5960/36451 5924/5924/36452 5926/5926/36453 -f 5960/5960/36454 5926/5926/36455 5958/5958/36456 -f 5958/5958/36457 5926/5926/36458 5928/5928/36459 -f 5958/5958/36460 5928/5928/36461 5956/5956/36462 -f 5956/5956/36463 5928/5928/36464 5930/5930/36465 -f 5956/5956/36466 5930/5930/36467 5954/5954/36468 -f 5954/5954/36469 5930/5930/36470 5932/5932/36471 -f 5954/5954/36472 5932/5932/36473 5952/5952/36474 -f 5952/5952/36475 5932/5932/36476 5934/5934/36477 -f 5952/5952/36478 5934/5934/36479 5950/5950/36480 -f 5950/5950/36481 5934/5934/36482 5948/5948/36483 -f 5948/5948/36484 5934/5934/36485 5936/5936/36486 -f 5948/5948/36487 5936/5936/36488 5938/5938/36489 -f 5948/5948/36490 5938/5938/36491 5946/5946/36492 -f 5946/5946/36493 5938/5938/36494 5940/5940/36495 -f 5946/5946/36496 5940/5940/36497 5944/5944/36498 -f 5944/5944/36499 5940/5940/36500 5942/5942/36501 -f 5966/5966/36502 5968/5968/36503 5970/5970/36504 -f 5974/5974/36505 5976/5976/36506 5912/5912/36507 -f 5998/5998/36508 6000/6000/36509 6006/6006/36510 -f 6006/6006/36511 6000/6000/36512 6004/6004/36513 -f 6004/6004/36514 6000/6000/36515 6002/6002/36516 -f 6006/6006/36517 6008/6008/36518 6010/6010/36519 -f 6012/6012/36520 6014/6014/36521 6016/6016/36522 -f 6020/6020/36523 6022/6022/36524 5874/5874/36525 -f 6028/6028/36526 6030/6030/36527 6032/6032/36528 -f 6044/6044/36529 6046/6046/36530 6048/6048/36531 -f 6050/6050/36532 6052/6052/36533 6054/6054/36534 -f 6056/6056/36535 6058/6058/36536 5846/5846/36537 -f 5846/5846/36538 6058/6058/36539 6060/6060/36540 -f 5846/5846/36541 6060/6060/36542 6062/6062/36543 -f 6062/6062/36544 6064/6064/36545 5846/5846/36546 -f 5846/5846/36547 6064/6064/36548 6066/6066/36549 -f 5846/5846/36550 6066/6066/36551 6070/6070/36552 -f 6070/6070/36553 6066/6066/36554 6068/6068/36555 -f 6070/6070/36556 6072/6072/36557 5846/5846/36558 -f 5846/5846/36559 6072/6072/36560 6076/6076/36561 -f 5846/5846/36562 6076/6076/36563 6078/6078/36564 -f 6072/6072/36565 6074/6074/36566 6076/6076/36567 -f 6078/6078/36568 6080/6080/36569 5846/5846/36570 -f 5846/5846/36571 6080/6080/36572 6082/6082/36573 -f 5846/5846/36574 6082/6082/36575 6086/6086/36576 -f 6086/6086/36577 6082/6082/36578 6084/6084/36579 -f 6086/6086/36580 6088/6088/36581 5846/5846/36582 -f 5846/5846/36583 6088/6088/36584 6100/6100/36585 -f 6090/6090/36586 6092/6092/36587 6088/6088/36588 -f 6088/6088/36589 6092/6092/36590 6100/6100/36591 -f 6092/6092/36592 6094/6094/36593 6100/6100/36594 -f 6100/6100/36595 6094/6094/36596 6096/6096/36597 -f 6100/6100/36598 6096/6096/36599 6098/6098/36600 -f 6148/6148/36601 6150/6150/36602 5738/5738/36603 -f 6150/6150/36604 6152/6152/36605 6156/6156/36606 -f 6156/6156/36607 6152/6152/36608 6154/6154/36609 -f 6160/6160/36610 6162/6162/36611 6158/6158/36612 -f 6158/6158/36613 6162/6162/36614 5736/5736/36615 -f 6162/6162/36616 6164/6164/36617 5736/5736/36618 -f 5736/5736/36619 6164/6164/36620 6166/6166/36621 -f 5736/5736/36622 6166/6166/36623 6172/6172/36624 -f 6172/6172/36625 6166/6166/36626 6168/6168/36627 -f 6172/6172/36628 6168/6168/36629 6170/6170/36630 -f 5736/5736/36631 6172/6172/36632 6178/6178/36633 -f 6178/6178/36634 6172/6172/36635 6174/6174/36636 -f 6178/6178/36637 6174/6174/36638 6176/6176/36639 -f 6178/6178/36640 6180/6180/36641 5736/5736/36642 -f 5736/5736/36643 6180/6180/36644 6184/6184/36645 -f 5736/5736/36646 6184/6184/36647 6186/6186/36648 -f 6180/6180/36649 6182/6182/36650 6184/6184/36651 -f 6186/6186/36652 6188/6188/36653 5736/5736/36654 -f 5736/5736/36655 6188/6188/36656 6194/6194/36657 -f 5736/5736/36658 6194/6194/36659 6196/6196/36660 -f 6188/6188/36661 6190/6190/36662 6194/6194/36663 -f 6194/6194/36664 6190/6190/36665 6192/6192/36666 -f 6198/6198/36667 6200/6200/36668 6196/6196/36669 -f 6196/6196/36670 6200/6200/36671 5736/5736/36672 -f 6200/6200/36673 6202/6202/36674 5736/5736/36675 -f 5736/5736/36676 6202/6202/36677 6204/6204/36678 -f 5736/5736/36679 6204/6204/36680 6206/6206/36681 -f 6206/6206/36682 6208/6208/36683 5736/5736/36684 -f 5736/5736/36685 6208/6208/36686 6210/6210/36687 -f 5736/5736/36688 6210/6210/36689 6212/6212/36690 -f 6214/6214/36691 6216/6216/36692 6212/6212/36693 -f 6212/6212/36694 6216/6216/36695 5736/5736/36696 -f 6216/6216/36697 6218/6218/36698 5736/5736/36699 -f 6259/6259/36700 6260/6260/36701 6261/6261/36702 -f 6261/6261/36703 6260/6260/36704 6262/6262/36705 -f 6260/6260/36706 6263/6263/36707 6262/6262/36708 -f 6262/6262/36709 6263/6263/36710 6264/6264/36711 -f 6263/6263/36712 6265/6265/36713 6264/6264/36714 -f 6264/6264/36715 6265/6265/36716 6266/6266/36717 -f 6265/6265/36718 6267/6267/36719 6266/6266/36720 -f 6266/6266/36721 6267/6267/36722 6268/6268/36723 -f 6267/6267/36724 6269/6269/36725 6268/6268/36726 -f 6268/6268/36727 6269/6269/36728 6270/6270/36729 -f 6269/6269/36730 6271/6271/36731 6270/6270/36732 -f 6270/6270/36733 6271/6271/36734 6272/6272/36735 -f 6271/6271/36736 6273/6273/36737 6272/6272/36738 -f 6272/6272/36739 6273/6273/36740 6274/6274/36741 -f 6273/6273/36742 6275/6275/36743 6274/6274/36744 -f 6274/6274/36745 6275/6275/36746 6276/6276/36747 -f 6275/6275/36748 6277/6277/36749 6276/6276/36750 -f 6276/6276/36751 6277/6277/36752 6278/6278/36753 -f 6277/6277/36754 6279/6279/36755 6278/6278/36756 -f 6278/6278/36757 6279/6279/36758 6280/6280/36759 -f 6279/6279/36760 6281/6281/36761 6280/6280/36762 -f 6280/6280/36763 6281/6281/36764 6282/6282/36765 -f 6281/6281/36766 6283/6283/36767 6282/6282/36768 -f 6282/6282/36769 6283/6283/36770 6284/6284/36771 -f 6285/6285/36772 6286/6286/36773 6283/6283/36774 -f 6283/6283/36775 6286/6286/36776 6284/6284/36777 -f 6285/6285/36778 6287/6287/36779 6286/6286/36780 -f 6286/6286/36781 6287/6287/36782 6288/6288/36783 -f 6287/6287/36784 6289/6289/36785 6288/6288/36786 -f 6288/6288/36787 6289/6289/36788 6290/6290/36789 -f 6289/6289/36790 6291/6291/36791 6290/6290/36792 -f 6290/6290/36793 6291/6291/36794 6292/6292/36795 -f 6291/6291/36796 6293/6293/36797 6292/6292/36798 -f 6292/6292/36799 6293/6293/36800 6294/6294/36801 -f 6293/6293/36802 6295/6295/36803 6294/6294/36804 -f 6294/6294/36805 6295/6295/36806 6296/6296/36807 -f 6295/6295/36808 6297/6297/36809 6296/6296/36810 -f 6296/6296/36811 6297/6297/36812 6298/6298/36813 -f 6297/6297/36814 6299/6299/36815 6298/6298/36816 -f 6298/6298/36817 6299/6299/36818 6300/6300/36819 -f 6299/6299/36820 6301/6301/36821 6300/6300/36822 -f 6300/6300/36823 6301/6301/36824 6302/6302/36825 -f 6301/6301/36826 6303/6303/36827 6302/6302/36828 -f 6302/6302/36829 6303/6303/36830 6304/6304/36831 -f 6303/6303/36832 6305/6305/36833 6304/6304/36834 -f 6304/6304/36835 6305/6305/36836 6306/6306/36837 -f 6307/6307/36838 6308/6308/36839 6305/6305/36840 -f 6305/6305/36841 6308/6308/36842 6306/6306/36843 -f 6307/6307/36844 6309/6309/36845 6308/6308/36846 -f 6308/6308/36847 6309/6309/36848 6310/6310/36849 -f 6309/6309/36850 6311/6311/36851 6310/6310/36852 -f 6310/6310/36853 6311/6311/36854 6312/6312/36855 -f 6311/6311/36856 6313/6313/36857 6312/6312/36858 -f 6312/6312/36859 6313/6313/36860 6314/6314/36861 -f 6313/6313/36862 6315/6315/36863 6314/6314/36864 -f 6314/6314/36865 6315/6315/36866 6316/6316/36867 -f 6315/6315/36868 6317/6317/36869 6316/6316/36870 -f 6316/6316/36871 6317/6317/36872 6318/6318/36873 -f 6317/6317/36874 6319/6319/36875 6318/6318/36876 -f 6318/6318/36877 6319/6319/36878 6320/6320/36879 -f 6319/6319/36880 6321/6321/36881 6320/6320/36882 -f 6320/6320/36883 6321/6321/36884 6322/6322/36885 -f 6321/6321/36886 6323/6323/36887 6322/6322/36888 -f 6322/6322/36889 6323/6323/36890 6324/6324/36891 -f 6323/6323/36892 6325/6325/36893 6324/6324/36894 -f 6324/6324/36895 6325/6325/36896 6326/6326/36897 -f 6325/6325/36898 6327/6327/36899 6326/6326/36900 -f 6326/6326/36901 6327/6327/36902 6328/6328/36903 -f 6327/6327/36904 6329/6329/36905 6328/6328/36906 -f 6328/6328/36907 6329/6329/36908 6330/6330/36909 -f 6331/6331/36910 6332/6332/36911 6329/6329/36912 -f 6329/6329/36913 6332/6332/36914 6330/6330/36915 -f 6331/6331/36916 6333/6333/36917 6332/6332/36918 -f 6332/6332/36919 6333/6333/36920 6334/6334/36921 -f 6333/6333/36922 6335/6335/36923 6334/6334/36924 -f 6334/6334/36925 6335/6335/36926 6336/6336/36927 -f 6335/6335/36928 6337/6337/36929 6336/6336/36930 -f 6336/6336/36931 6337/6337/36932 6338/6338/36933 -f 6337/6337/36934 6339/6339/36935 6338/6338/36936 -f 6338/6338/36937 6339/6339/36938 6340/6340/36939 -f 6339/6339/36940 6341/6341/36941 6340/6340/36942 -f 6340/6340/36943 6341/6341/36944 6342/6342/36945 -f 6341/6341/36946 6343/6343/36947 6342/6342/36948 -f 6342/6342/36949 6343/6343/36950 6344/6344/36951 -f 6343/6343/36952 6345/6345/36953 6344/6344/36954 -f 6344/6344/36955 6345/6345/36956 6346/6346/36957 -f 6345/6345/36958 6347/6347/36959 6346/6346/36960 -f 6346/6346/36961 6347/6347/36962 6348/6348/36963 -f 6347/6347/36964 6349/6349/36965 6348/6348/36966 -f 6348/6348/36967 6349/6349/36968 6350/6350/36969 -f 6349/6349/36970 6351/6351/36971 6350/6350/36972 -f 6350/6350/36973 6351/6351/36974 6352/6352/36975 -f 6353/6353/36976 6354/6354/36977 6351/6351/36978 -f 6351/6351/36979 6354/6354/36980 6352/6352/36981 -f 6353/6353/36982 6355/6355/36983 6354/6354/36984 -f 6354/6354/36985 6355/6355/36986 6356/6356/36987 -f 6355/6355/36988 6357/6357/36989 6356/6356/36990 -f 6356/6356/36991 6357/6357/36992 6358/6358/36993 -f 6357/6357/36994 6359/6359/36995 6358/6358/36996 -f 6358/6358/36997 6359/6359/36998 6360/6360/36999 -f 6359/6359/37000 6361/6361/37001 6360/6360/37002 -f 6360/6360/37003 6361/6361/37004 6362/6362/37005 -f 6361/6361/37006 6363/6363/37007 6362/6362/37008 -f 6362/6362/37009 6363/6363/37010 6364/6364/37011 -f 6363/6363/37012 6365/6365/37013 6364/6364/37014 -f 6364/6364/37015 6365/6365/37016 6366/6366/37017 -f 6365/6365/37018 6367/6367/37019 6366/6366/37020 -f 6366/6366/37021 6367/6367/37022 6368/6368/37023 -f 6367/6367/37024 6369/6369/37025 6368/6368/37026 -f 6368/6368/37027 6369/6369/37028 6370/6370/37029 -f 6369/6369/37030 6371/6371/37031 6370/6370/37032 -f 6370/6370/37033 6371/6371/37034 6372/6372/37035 -f 6371/6371/37036 6373/6373/37037 6372/6372/37038 -f 6372/6372/37039 6373/6373/37040 6374/6374/37041 -f 6373/6373/37042 6375/6375/37043 6374/6374/37044 -f 6374/6374/37045 6375/6375/37046 6376/6376/37047 -f 6375/6375/37048 6377/6377/37049 6376/6376/37050 -f 6376/6376/37051 6377/6377/37052 6378/6378/37053 -f 6379/6379/37054 6380/6380/37055 6377/6377/37056 -f 6377/6377/37057 6380/6380/37058 6378/6378/37059 -f 6379/6379/37060 6381/6381/37061 6380/6380/37062 -f 6380/6380/37063 6381/6381/37064 6382/6382/37065 -f 6381/6381/37066 6383/6383/37067 6382/6382/37068 -f 6382/6382/37069 6383/6383/37070 6384/6384/37071 -f 6383/6383/37072 6385/6385/37073 6384/6384/37074 -f 6384/6384/37075 6385/6385/37076 6386/6386/37077 -f 6385/6385/37078 6387/6387/37079 6386/6386/37080 -f 6386/6386/37081 6387/6387/37082 6388/6388/37083 -f 6387/6387/37084 6389/6389/37085 6388/6388/37086 -f 6388/6388/37087 6389/6389/37088 6390/6390/37089 -f 6389/6389/37090 6391/6391/37091 6390/6390/37092 -f 6390/6390/37093 6391/6391/37094 6392/6392/37095 -f 6391/6391/37096 6393/6393/37097 6392/6392/37098 -f 6392/6392/37099 6393/6393/37100 6394/6394/37101 -f 6393/6393/37102 6395/6395/37103 6394/6394/37104 -f 6394/6394/37105 6395/6395/37106 6396/6396/37107 -f 6395/6395/37108 6397/6397/37109 6396/6396/37110 -f 6396/6396/37111 6397/6397/37112 6398/6398/37113 -f 6397/6397/37114 6399/6399/37115 6398/6398/37116 -f 6398/6398/37117 6399/6399/37118 6400/6400/37119 -f 6401/6401/37120 6402/6402/37121 6399/6399/37122 -f 6399/6399/37123 6402/6402/37124 6400/6400/37125 -f 6401/6401/37126 6403/6403/37127 6402/6402/37128 -f 6402/6402/37129 6403/6403/37130 6404/6404/37131 -f 6403/6403/37132 6405/6405/37133 6404/6404/37134 -f 6404/6404/37135 6405/6405/37136 6406/6406/37137 -f 6405/6405/37138 6407/6407/37139 6406/6406/37140 -f 6406/6406/37141 6407/6407/37142 6408/6408/37143 -f 6407/6407/37144 6409/6409/37145 6408/6408/37146 -f 6408/6408/37147 6409/6409/37148 6410/6410/37149 -f 6409/6409/37150 6411/6411/37151 6410/6410/37152 -f 6410/6410/37153 6411/6411/37154 6412/6412/37155 -f 6411/6411/37156 6413/6413/37157 6412/6412/37158 -f 6412/6412/37159 6413/6413/37160 6414/6414/37161 -f 6413/6413/37162 6415/6415/37163 6414/6414/37164 -f 6414/6414/37165 6415/6415/37166 6416/6416/37167 -f 6415/6415/37168 6417/6417/37169 6416/6416/37170 -f 6416/6416/37171 6417/6417/37172 6418/6418/37173 -f 6417/6417/37174 6419/6419/37175 6418/6418/37176 -f 6418/6418/37177 6419/6419/37178 6420/6420/37179 -f 6419/6419/37180 6421/6421/37181 6420/6420/37182 -f 6420/6420/37183 6421/6421/37184 6422/6422/37185 -f 6421/6421/37186 6423/6423/37187 6422/6422/37188 -f 6422/6422/37189 6423/6423/37190 6424/6424/37191 -f 6423/6423/37192 6425/6425/37193 6424/6424/37194 -f 6424/6424/37195 6425/6425/37196 6426/6426/37197 -f 6425/6425/37198 6427/6427/37199 6426/6426/37200 -f 6426/6426/37201 6427/6427/37202 6428/6428/37203 -f 6427/6427/37204 6429/6429/37205 6428/6428/37206 -f 6428/6428/37207 6429/6429/37208 6430/6430/37209 -f 6429/6429/37210 6431/6431/37211 6430/6430/37212 -f 6430/6430/37213 6431/6431/37214 6432/6432/37215 -f 6431/6431/37216 6433/6433/37217 6432/6432/37218 -f 6432/6432/37219 6433/6433/37220 6434/6434/37221 -f 6433/6433/37222 6435/6435/37223 6434/6434/37224 -f 6434/6434/37225 6435/6435/37226 6436/6436/37227 -f 6435/6435/37228 6437/6437/37229 6436/6436/37230 -f 6436/6436/37231 6437/6437/37232 6438/6438/37233 -f 6437/6437/37234 6439/6439/37235 6438/6438/37236 -f 6438/6438/37237 6439/6439/37238 6440/6440/37239 -f 6439/6439/37240 6441/6441/37241 6440/6440/37242 -f 6440/6440/37243 6441/6441/37244 6442/6442/37245 -f 6441/6441/37246 6443/6443/37247 6442/6442/37248 -f 6442/6442/37249 6443/6443/37250 6444/6444/37251 -f 6443/6443/37252 6445/6445/37253 6444/6444/37254 -f 6444/6444/37255 6445/6445/37256 6446/6446/37257 -f 6445/6445/37258 6447/6447/37259 6446/6446/37260 -f 6446/6446/37261 6447/6447/37262 6448/6448/37263 -f 6447/6447/37264 6449/6449/37265 6448/6448/37266 -f 6448/6448/37267 6449/6449/37268 6450/6450/37269 -f 6449/6449/37270 6451/6451/37271 6450/6450/37272 -f 6450/6450/37273 6451/6451/37274 6452/6452/37275 -f 6451/6451/37276 6453/6453/37277 6452/6452/37278 -f 6452/6452/37279 6453/6453/37280 6454/6454/37281 -f 6453/6453/37282 6455/6455/37283 6454/6454/37284 -f 6454/6454/37285 6455/6455/37286 6456/6456/37287 -f 6455/6455/37288 6457/6457/37289 6456/6456/37290 -f 6456/6456/37291 6457/6457/37292 6458/6458/37293 -f 6457/6457/37294 6459/6459/37295 6458/6458/37296 -f 6458/6458/37297 6459/6459/37298 6460/6460/37299 -f 6459/6459/37300 6461/6461/37301 6460/6460/37302 -f 6460/6460/37303 6461/6461/37304 6462/6462/37305 -f 6461/6461/37306 6463/6463/37307 6462/6462/37308 -f 6462/6462/37309 6463/6463/37310 6464/6464/37311 -f 6463/6463/37312 6465/6465/37313 6464/6464/37314 -f 6464/6464/37315 6465/6465/37316 6466/6466/37317 -f 6465/6465/37318 6467/6467/37319 6466/6466/37320 -f 6466/6466/37321 6467/6467/37322 6468/6468/37323 -f 6467/6467/37324 6469/6469/37325 6468/6468/37326 -f 6468/6468/37327 6469/6469/37328 6470/6470/37329 -f 6469/6469/37330 6471/6471/37331 6470/6470/37332 -f 6470/6470/37333 6471/6471/37334 6472/6472/37335 -f 6471/6471/37336 6473/6473/37337 6472/6472/37338 -f 6472/6472/37339 6473/6473/37340 6474/6474/37341 -f 6473/6473/37342 6475/6475/37343 6474/6474/37344 -f 6474/6474/37345 6475/6475/37346 6476/6476/37347 -f 6475/6475/37348 6477/6477/37349 6476/6476/37350 -f 6476/6476/37351 6477/6477/37352 6478/6478/37353 -f 6477/6477/37354 6479/6479/37355 6478/6478/37356 -f 6478/6478/37357 6479/6479/37358 6480/6480/37359 -f 6479/6479/37360 6481/6481/37361 6480/6480/37362 -f 6480/6480/37363 6481/6481/37364 6482/6482/37365 -f 6481/6481/37366 6483/6483/37367 6482/6482/37368 -f 6482/6482/37369 6483/6483/37370 6484/6484/37371 -f 6483/6483/37372 6485/6485/37373 6484/6484/37374 -f 6484/6484/37375 6485/6485/37376 6486/6486/37377 -f 6487/6487/37378 6488/6488/37379 6485/6485/37380 -f 6485/6485/37381 6488/6488/37382 6486/6486/37383 -f 6487/6487/37384 6489/6489/37385 6488/6488/37386 -f 6488/6488/37387 6489/6489/37388 6490/6490/37389 -f 6489/6489/37390 6491/6491/37391 6490/6490/37392 -f 6490/6490/37393 6491/6491/37394 6492/6492/37395 -f 6491/6491/37396 6493/6493/37397 6492/6492/37398 -f 6492/6492/37399 6493/6493/37400 6494/6494/37401 -f 6493/6493/37402 6495/6495/37403 6494/6494/37404 -f 6494/6494/37405 6495/6495/37406 6496/6496/37407 -f 6495/6495/37408 6497/6497/37409 6496/6496/37410 -f 6496/6496/37411 6497/6497/37412 6498/6498/37413 -f 6497/6497/37414 6499/6499/37415 6498/6498/37416 -f 6498/6498/37417 6499/6499/37418 6500/6500/37419 -f 6499/6499/37420 6501/6501/37421 6500/6500/37422 -f 6500/6500/37423 6501/6501/37424 6502/6502/37425 -f 6501/6501/37426 6503/6503/37427 6502/6502/37428 -f 6502/6502/37429 6503/6503/37430 6504/6504/37431 -f 6503/6503/37432 6505/6505/37433 6504/6504/37434 -f 6504/6504/37435 6505/6505/37436 6506/6506/37437 -f 6505/6505/37438 6507/6507/37439 6506/6506/37440 -f 6506/6506/37441 6507/6507/37442 6508/6508/37443 -f 6509/6509/37444 6510/6510/37445 6507/6507/37446 -f 6507/6507/37447 6510/6510/37448 6508/6508/37449 -f 6509/6509/37450 6511/6511/37451 6510/6510/37452 -f 6510/6510/37453 6511/6511/37454 6512/6512/37455 -f 6511/6511/37456 6513/6513/37457 6512/6512/37458 -f 6512/6512/37459 6513/6513/37460 6514/6514/37461 -f 6513/6513/37462 6515/6515/37463 6514/6514/37464 -f 6514/6514/37465 6515/6515/37466 6516/6516/37467 -f 6515/6515/37468 6517/6517/37469 6516/6516/37470 -f 6516/6516/37471 6517/6517/37472 6518/6518/37473 -f 6517/6517/37474 6519/6519/37475 6518/6518/37476 -f 6518/6518/37477 6519/6519/37478 6520/6520/37479 -f 6519/6519/37480 6521/6521/37481 6520/6520/37482 -f 6520/6520/37483 6521/6521/37484 6522/6522/37485 -f 6521/6521/37486 6523/6523/37487 6522/6522/37488 -f 6522/6522/37489 6523/6523/37490 6524/6524/37491 -f 6523/6523/37492 6525/6525/37493 6524/6524/37494 -f 6524/6524/37495 6525/6525/37496 6526/6526/37497 -f 6525/6525/37498 6527/6527/37499 6526/6526/37500 -f 6526/6526/37501 6527/6527/37502 6528/6528/37503 -f 6527/6527/37504 6529/6529/37505 6528/6528/37506 -f 6528/6528/37507 6529/6529/37508 6530/6530/37509 -f 6529/6529/37510 6531/6531/37511 6530/6530/37512 -f 6530/6530/37513 6531/6531/37514 6532/6532/37515 -f 6531/6531/37516 6533/6533/37517 6532/6532/37518 -f 6532/6532/37519 6533/6533/37520 6534/6534/37521 -f 6533/6533/37522 6535/6535/37523 6534/6534/37524 -f 6534/6534/37525 6535/6535/37526 6536/6536/37527 -f 6535/6535/37528 6537/6537/37529 6536/6536/37530 -f 6536/6536/37531 6537/6537/37532 6538/6538/37533 -f 6537/6537/37534 6539/6539/37535 6538/6538/37536 -f 6538/6538/37537 6539/6539/37538 6540/6540/37539 -f 6539/6539/37540 6541/6541/37541 6540/6540/37542 -f 6540/6540/37543 6541/6541/37544 6542/6542/37545 -f 6541/6541/37546 6543/6543/37547 6542/6542/37548 -f 6542/6542/37549 6543/6543/37550 6544/6544/37551 -f 6543/6543/37552 6545/6545/37553 6544/6544/37554 -f 6544/6544/37555 6545/6545/37556 6546/6546/37557 -f 6545/6545/37558 6547/6547/37559 6546/6546/37560 -f 6546/6546/37561 6547/6547/37562 6548/6548/37563 -f 6547/6547/37564 6549/6549/37565 6548/6548/37566 -f 6548/6548/37567 6549/6549/37568 6550/6550/37569 -f 6549/6549/37570 6551/6551/37571 6550/6550/37572 -f 6550/6550/37573 6551/6551/37574 6552/6552/37575 -f 6551/6551/37576 6553/6553/37577 6552/6552/37578 -f 6552/6552/37579 6553/6553/37580 6554/6554/37581 -f 6553/6553/37582 6555/6555/37583 6554/6554/37584 -f 6554/6554/37585 6555/6555/37586 6556/6556/37587 -f 6555/6555/37588 6557/6557/37589 6556/6556/37590 -f 6556/6556/37591 6557/6557/37592 6558/6558/37593 -f 6557/6557/37594 6559/6559/37595 6558/6558/37596 -f 6558/6558/37597 6559/6559/37598 6560/6560/37599 -f 6559/6559/37600 6561/6561/37601 6560/6560/37602 -f 6560/6560/37603 6561/6561/37604 6562/6562/37605 -f 6561/6561/37606 6563/6563/37607 6562/6562/37608 -f 6562/6562/37609 6563/6563/37610 6564/6564/37611 -f 6563/6563/37612 6565/6565/37613 6564/6564/37614 -f 6564/6564/37615 6565/6565/37616 6566/6566/37617 -f 6565/6565/37618 6567/6567/37619 6566/6566/37620 -f 6566/6566/37621 6567/6567/37622 6568/6568/37623 -f 6567/6567/37624 6569/6569/37625 6568/6568/37626 -f 6568/6568/37627 6569/6569/37628 6570/6570/37629 -f 6569/6569/37630 6571/6571/37631 6570/6570/37632 -f 6570/6570/37633 6571/6571/37634 6572/6572/37635 -f 6571/6571/37636 6573/6573/37637 6572/6572/37638 -f 6572/6572/37639 6573/6573/37640 6574/6574/37641 -f 6573/6573/37642 6575/6575/37643 6574/6574/37644 -f 6574/6574/37645 6575/6575/37646 6576/6576/37647 -f 6575/6575/37648 6577/6577/37649 6576/6576/37650 -f 6576/6576/37651 6577/6577/37652 6578/6578/37653 -f 6577/6577/37654 6579/6579/37655 6578/6578/37656 -f 6578/6578/37657 6579/6579/37658 6580/6580/37659 -f 6579/6579/37660 6581/6581/37661 6580/6580/37662 -f 6580/6580/37663 6581/6581/37664 6582/6582/37665 -f 6581/6581/37666 6583/6583/37667 6582/6582/37668 -f 6582/6582/37669 6583/6583/37670 6584/6584/37671 -f 6583/6583/37672 6585/6585/37673 6584/6584/37674 -f 6584/6584/37675 6585/6585/37676 6586/6586/37677 -f 6585/6585/37678 6587/6587/37679 6586/6586/37680 -f 6586/6586/37681 6587/6587/37682 6588/6588/37683 -f 6587/6587/37684 6589/6589/37685 6588/6588/37686 -f 6588/6588/37687 6589/6589/37688 6590/6590/37689 -f 6589/6589/37690 6591/6591/37691 6590/6590/37692 -f 6590/6590/37693 6591/6591/37694 6592/6592/37695 -f 6591/6591/37696 6593/6593/37697 6592/6592/37698 -f 6592/6592/37699 6593/6593/37700 6594/6594/37701 -f 6593/6593/37702 6595/6595/37703 6594/6594/37704 -f 6594/6594/37705 6595/6595/37706 6596/6596/37707 -f 6595/6595/37708 6597/6597/37709 6596/6596/37710 -f 6596/6596/37711 6597/6597/37712 6598/6598/37713 -f 6597/6597/37714 6599/6599/37715 6598/6598/37716 -f 6598/6598/37717 6599/6599/37718 6600/6600/37719 -f 6601/6601/37720 6602/6602/37721 6599/6599/37722 -f 6599/6599/37723 6602/6602/37724 6600/6600/37725 -f 6601/6601/37726 6603/6603/37727 6602/6602/37728 -f 6602/6602/37729 6603/6603/37730 6604/6604/37731 -f 6603/6603/37732 6605/6605/37733 6604/6604/37734 -f 6604/6604/37735 6605/6605/37736 6606/6606/37737 -f 6605/6605/37738 6607/6607/37739 6606/6606/37740 -f 6606/6606/37741 6607/6607/37742 6608/6608/37743 -f 6607/6607/37744 6609/6609/37745 6608/6608/37746 -f 6608/6608/37747 6609/6609/37748 6610/6610/37749 -f 6609/6609/37750 6611/6611/37751 6610/6610/37752 -f 6610/6610/37753 6611/6611/37754 6612/6612/37755 -f 6611/6611/37756 6613/6613/37757 6612/6612/37758 -f 6612/6612/37759 6613/6613/37760 6614/6614/37761 -f 6613/6613/37762 6615/6615/37763 6614/6614/37764 -f 6614/6614/37765 6615/6615/37766 6616/6616/37767 -f 6615/6615/37768 6617/6617/37769 6616/6616/37770 -f 6616/6616/37771 6617/6617/37772 6618/6618/37773 -f 6617/6617/37774 6619/6619/37775 6618/6618/37776 -f 6618/6618/37777 6619/6619/37778 6620/6620/37779 -f 6619/6619/37780 6621/6621/37781 6620/6620/37782 -f 6620/6620/37783 6621/6621/37784 6622/6622/37785 -f 6621/6621/37786 6623/6623/37787 6622/6622/37788 -f 6622/6622/37789 6623/6623/37790 6624/6624/37791 -f 6623/6623/37792 6625/6625/37793 6624/6624/37794 -f 6624/6624/37795 6625/6625/37796 6626/6626/37797 -f 6625/6625/37798 6627/6627/37799 6626/6626/37800 -f 6626/6626/37801 6627/6627/37802 6628/6628/37803 -f 6627/6627/37804 6629/6629/37805 6628/6628/37806 -f 6628/6628/37807 6629/6629/37808 6630/6630/37809 -f 6629/6629/37810 6631/6631/37811 6630/6630/37812 -f 6630/6630/37813 6631/6631/37814 6632/6632/37815 -f 6631/6631/37816 6633/6633/37817 6632/6632/37818 -f 6632/6632/37819 6633/6633/37820 6634/6634/37821 -f 6633/6633/37822 6635/6635/37823 6634/6634/37824 -f 6634/6634/37825 6635/6635/37826 6636/6636/37827 -f 6635/6635/37828 6637/6637/37829 6636/6636/37830 -f 6636/6636/37831 6637/6637/37832 6638/6638/37833 -f 6637/6637/37834 6639/6639/37835 6638/6638/37836 -f 6638/6638/37837 6639/6639/37838 6640/6640/37839 -f 6639/6639/37840 6641/6641/37841 6640/6640/37842 -f 6640/6640/37843 6641/6641/37844 6642/6642/37845 -f 6641/6641/37846 6643/6643/37847 6642/6642/37848 -f 6642/6642/37849 6643/6643/37850 6644/6644/37851 -f 6643/6643/37852 6645/6645/37853 6644/6644/37854 -f 6644/6644/37855 6645/6645/37856 6646/6646/37857 -f 6645/6645/37858 6647/6647/37859 6646/6646/37860 -f 6646/6646/37861 6647/6647/37862 6648/6648/37863 -f 6647/6647/37864 6649/6649/37865 6648/6648/37866 -f 6648/6648/37867 6649/6649/37868 6650/6650/37869 -f 6649/6649/37870 6651/6651/37871 6650/6650/37872 -f 6650/6650/37873 6651/6651/37874 6652/6652/37875 -f 6651/6651/37876 6653/6653/37877 6652/6652/37878 -f 6652/6652/37879 6653/6653/37880 6654/6654/37881 -f 6653/6653/37882 6655/6655/37883 6654/6654/37884 -f 6654/6654/37885 6655/6655/37886 6656/6656/37887 -f 6655/6655/37888 6657/6657/37889 6656/6656/37890 -f 6656/6656/37891 6657/6657/37892 6658/6658/37893 -f 6657/6657/37894 6659/6659/37895 6658/6658/37896 -f 6658/6658/37897 6659/6659/37898 6660/6660/37899 -f 6659/6659/37900 6661/6661/37901 6660/6660/37902 -f 6660/6660/37903 6661/6661/37904 6662/6662/37905 -f 6661/6661/37906 6663/6663/37907 6662/6662/37908 -f 6662/6662/37909 6663/6663/37910 6664/6664/37911 -f 6663/6663/37912 6665/6665/37913 6664/6664/37914 -f 6664/6664/37915 6665/6665/37916 6666/6666/37917 -f 6667/6667/37918 6668/6668/37919 6665/6665/37920 -f 6665/6665/37921 6668/6668/37922 6666/6666/37923 -f 6667/6667/37924 6669/6669/37925 6668/6668/37926 -f 6668/6668/37927 6669/6669/37928 6670/6670/37929 -f 6669/6669/37930 6671/6671/37931 6670/6670/37932 -f 6670/6670/37933 6671/6671/37934 6672/6672/37935 -f 6671/6671/37936 6673/6673/37937 6672/6672/37938 -f 6672/6672/37939 6673/6673/37940 6674/6674/37941 -f 6673/6673/37942 6675/6675/37943 6674/6674/37944 -f 6674/6674/37945 6675/6675/37946 6676/6676/37947 -f 6675/6675/37948 6677/6677/37949 6676/6676/37950 -f 6676/6676/37951 6677/6677/37952 6678/6678/37953 -f 6677/6677/37954 6679/6679/37955 6678/6678/37956 -f 6678/6678/37957 6679/6679/37958 6680/6680/37959 -f 6679/6679/37960 6681/6681/37961 6680/6680/37962 -f 6680/6680/37963 6681/6681/37964 6682/6682/37965 -f 6681/6681/37966 6259/6259/37967 6682/6682/37968 -f 6682/6682/37969 6259/6259/37970 6261/6261/37971 -f 6261/6261/37972 6270/6270/37973 6682/6682/37974 -f 6682/6682/37975 6270/6270/37976 6272/6272/37977 -f 6682/6682/37978 6272/6272/37979 6680/6680/37980 -f 6680/6680/37981 6272/6272/37982 6678/6678/37983 -f 6678/6678/37984 6272/6272/37985 6274/6274/37986 -f 6678/6678/37987 6274/6274/37988 6276/6276/37989 -f 6262/6262/37990 6266/6266/37991 6261/6261/37992 -f 6261/6261/37993 6266/6266/37994 6268/6268/37995 -f 6261/6261/37996 6268/6268/37997 6270/6270/37998 -f 6262/6262/37999 6264/6264/38000 6266/6266/38001 -f 6678/6678/38002 6276/6276/38003 6676/6676/38004 -f 6676/6676/38005 6276/6276/38006 6278/6278/38007 -f 6676/6676/38008 6278/6278/38009 6674/6674/38010 -f 6674/6674/38011 6278/6278/38012 6672/6672/38013 -f 6672/6672/38014 6278/6278/38015 6280/6280/38016 -f 6672/6672/38017 6280/6280/38018 6282/6282/38019 -f 6672/6672/38020 6282/6282/38021 6670/6670/38022 -f 6670/6670/38023 6282/6282/38024 6284/6284/38025 -f 6670/6670/38026 6284/6284/38027 6668/6668/38028 -f 6668/6668/38029 6284/6284/38030 6286/6286/38031 -f 6668/6668/38032 6286/6286/38033 6666/6666/38034 -f 6666/6666/38035 6286/6286/38036 6288/6288/38037 -f 6666/6666/38038 6288/6288/38039 6664/6664/38040 -f 6664/6664/38041 6288/6288/38042 6662/6662/38043 -f 6662/6662/38044 6288/6288/38045 6290/6290/38046 -f 6662/6662/38047 6290/6290/38048 6292/6292/38049 -f 6662/6662/38050 6292/6292/38051 6660/6660/38052 -f 6660/6660/38053 6292/6292/38054 6294/6294/38055 -f 6660/6660/38056 6294/6294/38057 6658/6658/38058 -f 6658/6658/38059 6294/6294/38060 6656/6656/38061 -f 6656/6656/38062 6294/6294/38063 6296/6296/38064 -f 6656/6656/38065 6296/6296/38066 6298/6298/38067 -f 6656/6656/38068 6298/6298/38069 6654/6654/38070 -f 6654/6654/38071 6298/6298/38072 6300/6300/38073 -f 6654/6654/38074 6300/6300/38075 6652/6652/38076 -f 6652/6652/38077 6300/6300/38078 6650/6650/38079 -f 6650/6650/38080 6300/6300/38081 6302/6302/38082 -f 6650/6650/38083 6302/6302/38084 6304/6304/38085 -f 6306/6306/38086 6308/6308/38087 6304/6304/38088 -f 6304/6304/38089 6308/6308/38090 6340/6340/38091 -f 6304/6304/38092 6340/6340/38093 6342/6342/38094 -f 6310/6310/38095 6334/6334/38096 6308/6308/38097 -f 6308/6308/38098 6334/6334/38099 6336/6336/38100 -f 6308/6308/38101 6336/6336/38102 6340/6340/38103 -f 6340/6340/38104 6336/6336/38105 6338/6338/38106 -f 6310/6310/38107 6312/6312/38108 6334/6334/38109 -f 6334/6334/38110 6312/6312/38111 6332/6332/38112 -f 6332/6332/38113 6312/6312/38114 6314/6314/38115 -f 6332/6332/38116 6314/6314/38117 6330/6330/38118 -f 6330/6330/38119 6314/6314/38120 6328/6328/38121 -f 6328/6328/38122 6314/6314/38123 6316/6316/38124 -f 6328/6328/38125 6316/6316/38126 6318/6318/38127 -f 6320/6320/38128 6324/6324/38129 6318/6318/38130 -f 6318/6318/38131 6324/6324/38132 6326/6326/38133 -f 6318/6318/38134 6326/6326/38135 6328/6328/38136 -f 6320/6320/38137 6322/6322/38138 6324/6324/38139 -f 6342/6342/38140 6344/6344/38141 6304/6304/38142 -f 6304/6304/38143 6344/6344/38144 6346/6346/38145 -f 6304/6304/38146 6346/6346/38147 6350/6350/38148 -f 6350/6350/38149 6346/6346/38150 6348/6348/38151 -f 6350/6350/38152 6352/6352/38153 6304/6304/38154 -f 6304/6304/38155 6352/6352/38156 6356/6356/38157 -f 6304/6304/38158 6356/6356/38159 6598/6598/38160 -f 6598/6598/38161 6356/6356/38162 6358/6358/38163 -f 6598/6598/38164 6358/6358/38165 6596/6596/38166 -f 6596/6596/38167 6358/6358/38168 6592/6592/38169 -f 6596/6596/38170 6592/6592/38171 6594/6594/38172 -f 6352/6352/38173 6354/6354/38174 6356/6356/38175 -f 6360/6360/38176 6362/6362/38177 6358/6358/38178 -f 6358/6358/38179 6362/6362/38180 6592/6592/38181 -f 6592/6592/38182 6362/6362/38183 6590/6590/38184 -f 6590/6590/38185 6362/6362/38186 6364/6364/38187 -f 6590/6590/38188 6364/6364/38189 6366/6366/38190 -f 6368/6368/38191 6586/6586/38192 6366/6366/38193 -f 6366/6366/38194 6586/6586/38195 6588/6588/38196 -f 6366/6366/38197 6588/6588/38198 6590/6590/38199 -f 6586/6586/38200 6368/6368/38201 6584/6584/38202 -f 6584/6584/38203 6368/6368/38204 6370/6370/38205 -f 6584/6584/38206 6370/6370/38207 6372/6372/38208 -f 6584/6584/38209 6372/6372/38210 6582/6582/38211 -f 6582/6582/38212 6372/6372/38213 6374/6374/38214 -f 6582/6582/38215 6374/6374/38216 6580/6580/38217 -f 6580/6580/38218 6374/6374/38219 6578/6578/38220 -f 6578/6578/38221 6374/6374/38222 6376/6376/38223 -f 6578/6578/38224 6376/6376/38225 6574/6574/38226 -f 6574/6574/38227 6376/6376/38228 6380/6380/38229 -f 6574/6574/38230 6380/6380/38231 6498/6498/38232 -f 6498/6498/38233 6380/6380/38234 6382/6382/38235 -f 6498/6498/38236 6382/6382/38237 6494/6494/38238 -f 6494/6494/38239 6382/6382/38240 6386/6386/38241 -f 6494/6494/38242 6386/6386/38243 6490/6490/38244 -f 6490/6490/38245 6386/6386/38246 6466/6466/38247 -f 6490/6490/38248 6466/6466/38249 6488/6488/38250 -f 6488/6488/38251 6466/6466/38252 6468/6468/38253 -f 6488/6488/38254 6468/6468/38255 6484/6484/38256 -f 6484/6484/38257 6468/6468/38258 6472/6472/38259 -f 6484/6484/38260 6472/6472/38261 6482/6482/38262 -f 6482/6482/38263 6472/6472/38264 6474/6474/38265 -f 6482/6482/38266 6474/6474/38267 6478/6478/38268 -f 6478/6478/38269 6474/6474/38270 6476/6476/38271 -f 6376/6376/38272 6378/6378/38273 6380/6380/38274 -f 6382/6382/38275 6384/6384/38276 6386/6386/38277 -f 6388/6388/38278 6390/6390/38279 6386/6386/38280 -f 6386/6386/38281 6390/6390/38282 6466/6466/38283 -f 6390/6390/38284 6392/6392/38285 6466/6466/38286 -f 6466/6466/38287 6392/6392/38288 6464/6464/38289 -f 6394/6394/38290 6396/6396/38291 6392/6392/38292 -f 6392/6392/38293 6396/6396/38294 6462/6462/38295 -f 6392/6392/38296 6462/6462/38297 6464/6464/38298 -f 6396/6396/38299 6398/6398/38300 6462/6462/38301 -f 6462/6462/38302 6398/6398/38303 6460/6460/38304 -f 6460/6460/38305 6398/6398/38306 6458/6458/38307 -f 6458/6458/38308 6398/6398/38309 6402/6402/38310 -f 6458/6458/38311 6402/6402/38312 6454/6454/38313 -f 6454/6454/38314 6402/6402/38315 6452/6452/38316 -f 6452/6452/38317 6402/6402/38318 6404/6404/38319 -f 6452/6452/38320 6404/6404/38321 6406/6406/38322 -f 6398/6398/38323 6400/6400/38324 6402/6402/38325 -f 6406/6406/38326 6408/6408/38327 6452/6452/38328 -f 6452/6452/38329 6408/6408/38330 6448/6448/38331 -f 6452/6452/38332 6448/6448/38333 6450/6450/38334 -f 6448/6448/38335 6408/6408/38336 6446/6446/38337 -f 6446/6446/38338 6408/6408/38339 6410/6410/38340 -f 6446/6446/38341 6410/6410/38342 6412/6412/38343 -f 6412/6412/38344 6414/6414/38345 6446/6446/38346 -f 6446/6446/38347 6414/6414/38348 6442/6442/38349 -f 6446/6446/38350 6442/6442/38351 6444/6444/38352 -f 6416/6416/38353 6418/6418/38354 6414/6414/38355 -f 6414/6414/38356 6418/6418/38357 6440/6440/38358 -f 6414/6414/38359 6440/6440/38360 6442/6442/38361 -f 6440/6440/38362 6418/6418/38363 6438/6438/38364 -f 6438/6438/38365 6418/6418/38366 6420/6420/38367 -f 6438/6438/38368 6420/6420/38369 6436/6436/38370 -f 6436/6436/38371 6420/6420/38372 6422/6422/38373 -f 6436/6436/38374 6422/6422/38375 6434/6434/38376 -f 6434/6434/38377 6422/6422/38378 6424/6424/38379 -f 6434/6434/38380 6424/6424/38381 6432/6432/38382 -f 6432/6432/38383 6424/6424/38384 6430/6430/38385 -f 6430/6430/38386 6424/6424/38387 6426/6426/38388 -f 6430/6430/38389 6426/6426/38390 6428/6428/38391 -f 6454/6454/38392 6456/6456/38393 6458/6458/38394 -f 6468/6468/38395 6470/6470/38396 6472/6472/38397 -f 6478/6478/38398 6480/6480/38399 6482/6482/38400 -f 6484/6484/38401 6486/6486/38402 6488/6488/38403 -f 6490/6490/38404 6492/6492/38405 6494/6494/38406 -f 6494/6494/38407 6496/6496/38408 6498/6498/38409 -f 6498/6498/38410 6500/6500/38411 6574/6574/38412 -f 6574/6574/38413 6500/6500/38414 6572/6572/38415 -f 6572/6572/38416 6500/6500/38417 6570/6570/38418 -f 6570/6570/38419 6500/6500/38420 6568/6568/38421 -f 6568/6568/38422 6500/6500/38423 6504/6504/38424 -f 6568/6568/38425 6504/6504/38426 6506/6506/38427 -f 6500/6500/38428 6502/6502/38429 6504/6504/38430 -f 6508/6508/38431 6510/6510/38432 6506/6506/38433 -f 6506/6506/38434 6510/6510/38435 6562/6562/38436 -f 6506/6506/38437 6562/6562/38438 6564/6564/38439 -f 6510/6510/38440 6512/6512/38441 6562/6562/38442 -f 6562/6562/38443 6512/6512/38444 6560/6560/38445 -f 6512/6512/38446 6514/6514/38447 6560/6560/38448 -f 6560/6560/38449 6514/6514/38450 6516/6516/38451 -f 6560/6560/38452 6516/6516/38453 6558/6558/38454 -f 6558/6558/38455 6516/6516/38456 6556/6556/38457 -f 6556/6556/38458 6516/6516/38459 6554/6554/38460 -f 6554/6554/38461 6516/6516/38462 6518/6518/38463 -f 6554/6554/38464 6518/6518/38465 6520/6520/38466 -f 6520/6520/38467 6522/6522/38468 6554/6554/38469 -f 6554/6554/38470 6522/6522/38471 6552/6552/38472 -f 6552/6552/38473 6522/6522/38474 6550/6550/38475 -f 6550/6550/38476 6522/6522/38477 6548/6548/38478 -f 6548/6548/38479 6522/6522/38480 6526/6526/38481 -f 6548/6548/38482 6526/6526/38483 6528/6528/38484 -f 6522/6522/38485 6524/6524/38486 6526/6526/38487 -f 6548/6548/38488 6528/6528/38489 6544/6544/38490 -f 6544/6544/38491 6528/6528/38492 6530/6530/38493 -f 6544/6544/38494 6530/6530/38495 6542/6542/38496 -f 6542/6542/38497 6530/6530/38498 6532/6532/38499 -f 6542/6542/38500 6532/6532/38501 6540/6540/38502 -f 6540/6540/38503 6532/6532/38504 6534/6534/38505 -f 6540/6540/38506 6534/6534/38507 6538/6538/38508 -f 6538/6538/38509 6534/6534/38510 6536/6536/38511 -f 6544/6544/38512 6546/6546/38513 6548/6548/38514 -f 6566/6566/38515 6568/6568/38516 6564/6564/38517 -f 6564/6564/38518 6568/6568/38519 6506/6506/38520 -f 6574/6574/38521 6576/6576/38522 6578/6578/38523 -f 6600/6600/38524 6602/6602/38525 6598/6598/38526 -f 6598/6598/38527 6602/6602/38528 6304/6304/38529 -f 6602/6602/38530 6604/6604/38531 6304/6304/38532 -f 6304/6304/38533 6604/6604/38534 6608/6608/38535 -f 6304/6304/38536 6608/6608/38537 6650/6650/38538 -f 6650/6650/38539 6608/6608/38540 6612/6612/38541 -f 6650/6650/38542 6612/6612/38543 6614/6614/38544 -f 6604/6604/38545 6606/6606/38546 6608/6608/38547 -f 6608/6608/38548 6610/6610/38549 6612/6612/38550 -f 6616/6616/38551 6618/6618/38552 6614/6614/38553 -f 6614/6614/38554 6618/6618/38555 6650/6650/38556 -f 6618/6618/38557 6620/6620/38558 6650/6650/38559 -f 6650/6650/38560 6620/6620/38561 6624/6624/38562 -f 6650/6650/38563 6624/6624/38564 6626/6626/38565 -f 6620/6620/38566 6622/6622/38567 6624/6624/38568 -f 6626/6626/38569 6628/6628/38570 6650/6650/38571 -f 6650/6650/38572 6628/6628/38573 6648/6648/38574 -f 6648/6648/38575 6628/6628/38576 6630/6630/38577 -f 6648/6648/38578 6630/6630/38579 6646/6646/38580 -f 6646/6646/38581 6630/6630/38582 6632/6632/38583 -f 6646/6646/38584 6632/6632/38585 6644/6644/38586 -f 6644/6644/38587 6632/6632/38588 6634/6634/38589 -f 6644/6644/38590 6634/6634/38591 6636/6636/38592 -f 6638/6638/38593 6640/6640/38594 6636/6636/38595 -f 6636/6636/38596 6640/6640/38597 6642/6642/38598 -f 6636/6636/38599 6642/6642/38600 6644/6644/38601 -f 6683/6683/38602 6684/6684/38603 6685/6685/38604 -f 6685/6685/38605 6684/6684/38606 6686/6686/38607 -f 6684/6684/38608 6687/6687/38609 6686/6686/38610 -f 6686/6686/38611 6687/6687/38612 6688/6688/38613 -f 6687/6687/38614 6689/6689/38615 6688/6688/38616 -f 6688/6688/38617 6689/6689/38618 6690/6690/38619 -f 6689/6689/38620 6691/6691/38621 6690/6690/38622 -f 6690/6690/38623 6691/6691/38624 6692/6692/38625 -f 6691/6691/38626 6693/6693/38627 6692/6692/38628 -f 6692/6692/38629 6693/6693/38630 6694/6694/38631 -f 6693/6693/38632 6695/6695/38633 6694/6694/38634 -f 6694/6694/38635 6695/6695/38636 6696/6696/38637 -f 6695/6695/38638 6697/6697/38639 6696/6696/38640 -f 6696/6696/38641 6697/6697/38642 6698/6698/38643 -f 6697/6697/38644 6699/6699/38645 6698/6698/38646 -f 6698/6698/38647 6699/6699/38648 6700/6700/38649 -f 6699/6699/38650 6701/6701/38651 6700/6700/38652 -f 6700/6700/38653 6701/6701/38654 6702/6702/38655 -f 6701/6701/38656 6703/6703/38657 6702/6702/38658 -f 6702/6702/38659 6703/6703/38660 6704/6704/38661 -f 6703/6703/38662 6705/6705/38663 6704/6704/38664 -f 6704/6704/38665 6705/6705/38666 6706/6706/38667 -f 6705/6705/38668 6707/6707/38669 6706/6706/38670 -f 6706/6706/38671 6707/6707/38672 6708/6708/38673 -f 6707/6707/38674 6709/6709/38675 6708/6708/38676 -f 6708/6708/38677 6709/6709/38678 6710/6710/38679 -f 6709/6709/38680 6711/6711/38681 6710/6710/38682 -f 6710/6710/38683 6711/6711/38684 6712/6712/38685 -f 6711/6711/38686 6713/6713/38687 6712/6712/38688 -f 6712/6712/38689 6713/6713/38690 6714/6714/38691 -f 6713/6713/38692 6715/6715/38693 6714/6714/38694 -f 6714/6714/38695 6715/6715/38696 6716/6716/38697 -f 6717/6717/38698 6718/6718/38699 6715/6715/38700 -f 6715/6715/38701 6718/6718/38702 6716/6716/38703 -f 6717/6717/38704 6719/6719/38705 6718/6718/38706 -f 6718/6718/38707 6719/6719/38708 6720/6720/38709 -f 6719/6719/38710 6721/6721/38711 6720/6720/38712 -f 6720/6720/38713 6721/6721/38714 6722/6722/38715 -f 6721/6721/38716 6723/6723/38717 6722/6722/38718 -f 6722/6722/38719 6723/6723/38720 6724/6724/38721 -f 6723/6723/38722 6725/6725/38723 6724/6724/38724 -f 6724/6724/38725 6725/6725/38726 6726/6726/38727 -f 6725/6725/38728 6727/6727/38729 6726/6726/38730 -f 6726/6726/38731 6727/6727/38732 6728/6728/38733 -f 6727/6727/38734 6729/6729/38735 6728/6728/38736 -f 6728/6728/38737 6729/6729/38738 6730/6730/38739 -f 6729/6729/38740 6731/6731/38741 6730/6730/38742 -f 6730/6730/38743 6731/6731/38744 6732/6732/38745 -f 6731/6731/38746 6733/6733/38747 6732/6732/38748 -f 6732/6732/38749 6733/6733/38750 6734/6734/38751 -f 6733/6733/38752 6735/6735/38753 6734/6734/38754 -f 6734/6734/38755 6735/6735/38756 6736/6736/38757 -f 6735/6735/38758 6737/6737/38759 6736/6736/38760 -f 6736/6736/38761 6737/6737/38762 6738/6738/38763 -f 6737/6737/38764 6739/6739/38765 6738/6738/38766 -f 6738/6738/38767 6739/6739/38768 6740/6740/38769 -f 6739/6739/38770 6741/6741/38771 6740/6740/38772 -f 6740/6740/38773 6741/6741/38774 6742/6742/38775 -f 6741/6741/38776 6743/6743/38777 6742/6742/38778 -f 6742/6742/38779 6743/6743/38780 6744/6744/38781 -f 6743/6743/38782 6745/6745/38783 6744/6744/38784 -f 6744/6744/38785 6745/6745/38786 6746/6746/38787 -f 6745/6745/38788 6747/6747/38789 6746/6746/38790 -f 6746/6746/38791 6747/6747/38792 6748/6748/38793 -f 6747/6747/38794 6749/6749/38795 6748/6748/38796 -f 6748/6748/38797 6749/6749/38798 6750/6750/38799 -f 6749/6749/38800 6751/6751/38801 6750/6750/38802 -f 6750/6750/38803 6751/6751/38804 6752/6752/38805 -f 6753/6753/38806 6754/6754/38807 6751/6751/38808 -f 6751/6751/38809 6754/6754/38810 6752/6752/38811 -f 6753/6753/38812 6755/6755/38813 6754/6754/38814 -f 6754/6754/38815 6755/6755/38816 6756/6756/38817 -f 6755/6755/38818 6757/6757/38819 6756/6756/38820 -f 6756/6756/38821 6757/6757/38822 6758/6758/38823 -f 6757/6757/38824 6759/6759/38825 6758/6758/38826 -f 6758/6758/38827 6759/6759/38828 6760/6760/38829 -f 6759/6759/38830 6761/6761/38831 6760/6760/38832 -f 6760/6760/38833 6761/6761/38834 6762/6762/38835 -f 6761/6761/38836 6763/6763/38837 6762/6762/38838 -f 6762/6762/38839 6763/6763/38840 6764/6764/38841 -f 6763/6763/38842 6765/6765/38843 6764/6764/38844 -f 6764/6764/38845 6765/6765/38846 6766/6766/38847 -f 6765/6765/38848 6767/6767/38849 6766/6766/38850 -f 6766/6766/38851 6767/6767/38852 6768/6768/38853 -f 6767/6767/38854 6769/6769/38855 6768/6768/38856 -f 6768/6768/38857 6769/6769/38858 6770/6770/38859 -f 6769/6769/38860 6771/6771/38861 6770/6770/38862 -f 6770/6770/38863 6771/6771/38864 6772/6772/38865 -f 6771/6771/38866 6773/6773/38867 6772/6772/38868 -f 6772/6772/38869 6773/6773/38870 6774/6774/38871 -f 6775/6775/38872 6776/6776/38873 6773/6773/38874 -f 6773/6773/38875 6776/6776/38876 6774/6774/38877 -f 6775/6775/38878 6777/6777/38879 6776/6776/38880 -f 6776/6776/38881 6777/6777/38882 6778/6778/38883 -f 6777/6777/38884 6779/6779/38885 6778/6778/38886 -f 6778/6778/38887 6779/6779/38888 6780/6780/38889 -f 6779/6779/38890 6781/6781/38891 6780/6780/38892 -f 6780/6780/38893 6781/6781/38894 6782/6782/38895 -f 6781/6781/38896 6783/6783/38897 6782/6782/38898 -f 6782/6782/38899 6783/6783/38900 6784/6784/38901 -f 6783/6783/38902 6785/6785/38903 6784/6784/38904 -f 6784/6784/38905 6785/6785/38906 6786/6786/38907 -f 6785/6785/38908 6787/6787/38909 6786/6786/38910 -f 6786/6786/38911 6787/6787/38912 6788/6788/38913 -f 6787/6787/38914 6789/6789/38915 6788/6788/38916 -f 6788/6788/38917 6789/6789/38918 6790/6790/38919 -f 6789/6789/38920 6791/6791/38921 6790/6790/38922 -f 6790/6790/38923 6791/6791/38924 6792/6792/38925 -f 6791/6791/38926 6793/6793/38927 6792/6792/38928 -f 6792/6792/38929 6793/6793/38930 6794/6794/38931 -f 6793/6793/38932 6795/6795/38933 6794/6794/38934 -f 6794/6794/38935 6795/6795/38936 6796/6796/38937 -f 6795/6795/38938 6797/6797/38939 6796/6796/38940 -f 6796/6796/38941 6797/6797/38942 6798/6798/38943 -f 6797/6797/38944 6799/6799/38945 6798/6798/38946 -f 6798/6798/38947 6799/6799/38948 6800/6800/38949 -f 6799/6799/38950 6801/6801/38951 6800/6800/38952 -f 6800/6800/38953 6801/6801/38954 6802/6802/38955 -f 6801/6801/38956 6803/6803/38957 6802/6802/38958 -f 6802/6802/38959 6803/6803/38960 6804/6804/38961 -f 6803/6803/38962 6805/6805/38963 6804/6804/38964 -f 6804/6804/38965 6805/6805/38966 6806/6806/38967 -f 6805/6805/38968 6807/6807/38969 6806/6806/38970 -f 6806/6806/38971 6807/6807/38972 6808/6808/38973 -f 6807/6807/38974 6809/6809/38975 6808/6808/38976 -f 6808/6808/38977 6809/6809/38978 6810/6810/38979 -f 6809/6809/38980 6811/6811/38981 6810/6810/38982 -f 6810/6810/38983 6811/6811/38984 6812/6812/38985 -f 6811/6811/38986 6813/6813/38987 6812/6812/38988 -f 6812/6812/38989 6813/6813/38990 6814/6814/38991 -f 6813/6813/38992 6815/6815/38993 6814/6814/38994 -f 6814/6814/38995 6815/6815/38996 6816/6816/38997 -f 6815/6815/38998 6817/6817/38999 6816/6816/39000 -f 6816/6816/39001 6817/6817/39002 6818/6818/39003 -f 6817/6817/39004 6819/6819/39005 6818/6818/39006 -f 6818/6818/39007 6819/6819/39008 6820/6820/39009 -f 6819/6819/39010 6821/6821/39011 6820/6820/39012 -f 6820/6820/39013 6821/6821/39014 6822/6822/39015 -f 6821/6821/39016 6823/6823/39017 6822/6822/39018 -f 6822/6822/39019 6823/6823/39020 6824/6824/39021 -f 6823/6823/39022 6825/6825/39023 6824/6824/39024 -f 6824/6824/39025 6825/6825/39026 6826/6826/39027 -f 6825/6825/39028 6827/6827/39029 6826/6826/39030 -f 6826/6826/39031 6827/6827/39032 6828/6828/39033 -f 6827/6827/39034 6829/6829/39035 6828/6828/39036 -f 6828/6828/39037 6829/6829/39038 6830/6830/39039 -f 6829/6829/39040 6831/6831/39041 6830/6830/39042 -f 6830/6830/39043 6831/6831/39044 6832/6832/39045 -f 6831/6831/39046 6833/6833/39047 6832/6832/39048 -f 6832/6832/39049 6833/6833/39050 6834/6834/39051 -f 6833/6833/39052 6835/6835/39053 6834/6834/39054 -f 6834/6834/39055 6835/6835/39056 6836/6836/39057 -f 6835/6835/39058 6837/6837/39059 6836/6836/39060 -f 6836/6836/39061 6837/6837/39062 6838/6838/39063 -f 6837/6837/39064 6839/6839/39065 6838/6838/39066 -f 6838/6838/39067 6839/6839/39068 6840/6840/39069 -f 6839/6839/39070 6841/6841/39071 6840/6840/39072 -f 6840/6840/39073 6841/6841/39074 6842/6842/39075 -f 6841/6841/39076 6843/6843/39077 6842/6842/39078 -f 6842/6842/39079 6843/6843/39080 6844/6844/39081 -f 6843/6843/39082 6845/6845/39083 6844/6844/39084 -f 6844/6844/39085 6845/6845/39086 6846/6846/39087 -f 6845/6845/39088 6847/6847/39089 6846/6846/39090 -f 6846/6846/39091 6847/6847/39092 6848/6848/39093 -f 6847/6847/39094 6849/6849/39095 6848/6848/39096 -f 6848/6848/39097 6849/6849/39098 6850/6850/39099 -f 6849/6849/39100 6851/6851/39101 6850/6850/39102 -f 6850/6850/39103 6851/6851/39104 6852/6852/39105 -f 6851/6851/39106 6853/6853/39107 6852/6852/39108 -f 6852/6852/39109 6853/6853/39110 6854/6854/39111 -f 6855/6855/39112 6856/6856/39113 6853/6853/39114 -f 6853/6853/39115 6856/6856/39116 6854/6854/39117 -f 6855/6855/39118 6857/6857/39119 6856/6856/39120 -f 6856/6856/39121 6857/6857/39122 6858/6858/39123 -f 6857/6857/39124 6859/6859/39125 6858/6858/39126 -f 6858/6858/39127 6859/6859/39128 6860/6860/39129 -f 6859/6859/39130 6861/6861/39131 6860/6860/39132 -f 6860/6860/39133 6861/6861/39134 6862/6862/39135 -f 6861/6861/39136 6863/6863/39137 6862/6862/39138 -f 6862/6862/39139 6863/6863/39140 6864/6864/39141 -f 6863/6863/39142 6865/6865/39143 6864/6864/39144 -f 6864/6864/39145 6865/6865/39146 6866/6866/39147 -f 6865/6865/39148 6867/6867/39149 6866/6866/39150 -f 6866/6866/39151 6867/6867/39152 6868/6868/39153 -f 6867/6867/39154 6869/6869/39155 6868/6868/39156 -f 6868/6868/39157 6869/6869/39158 6870/6870/39159 -f 6869/6869/39160 6871/6871/39161 6870/6870/39162 -f 6870/6870/39163 6871/6871/39164 6872/6872/39165 -f 6871/6871/39166 6873/6873/39167 6872/6872/39168 -f 6872/6872/39169 6873/6873/39170 6874/6874/39171 -f 6873/6873/39172 6875/6875/39173 6874/6874/39174 -f 6874/6874/39175 6875/6875/39176 6876/6876/39177 -f 6875/6875/39178 6877/6877/39179 6876/6876/39180 -f 6876/6876/39181 6877/6877/39182 6878/6878/39183 -f 6877/6877/39184 6879/6879/39185 6878/6878/39186 -f 6878/6878/39187 6879/6879/39188 6880/6880/39189 -f 6879/6879/39190 6881/6881/39191 6880/6880/39192 -f 6880/6880/39193 6881/6881/39194 6882/6882/39195 -f 6881/6881/39196 6883/6883/39197 6882/6882/39198 -f 6882/6882/39199 6883/6883/39200 6884/6884/39201 -f 6883/6883/39202 6885/6885/39203 6884/6884/39204 -f 6884/6884/39205 6885/6885/39206 6886/6886/39207 -f 6885/6885/39208 6887/6887/39209 6886/6886/39210 -f 6886/6886/39211 6887/6887/39212 6888/6888/39213 -f 6887/6887/39214 6889/6889/39215 6888/6888/39216 -f 6888/6888/39217 6889/6889/39218 6890/6890/39219 -f 6889/6889/39220 6891/6891/39221 6890/6890/39222 -f 6890/6890/39223 6891/6891/39224 6892/6892/39225 -f 6893/6893/39226 6894/6894/39227 6891/6891/39228 -f 6891/6891/39229 6894/6894/39230 6892/6892/39231 -f 6893/6893/39232 6895/6895/39233 6894/6894/39234 -f 6894/6894/39235 6895/6895/39236 6896/6896/39237 -f 6895/6895/39238 6897/6897/39239 6896/6896/39240 -f 6896/6896/39241 6897/6897/39242 6898/6898/39243 -f 6897/6897/39244 6899/6899/39245 6898/6898/39246 -f 6898/6898/39247 6899/6899/39248 6900/6900/39249 -f 6901/6901/39250 6902/6902/39251 6899/6899/39252 -f 6899/6899/39253 6902/6902/39254 6900/6900/39255 -f 6901/6901/39256 6903/6903/39257 6902/6902/39258 -f 6902/6902/39259 6903/6903/39260 6904/6904/39261 -f 6903/6903/39262 6905/6905/39263 6904/6904/39264 -f 6904/6904/39265 6905/6905/39266 6906/6906/39267 -f 6905/6905/39268 6907/6907/39269 6906/6906/39270 -f 6906/6906/39271 6907/6907/39272 6908/6908/39273 -f 6907/6907/39274 6909/6909/39275 6908/6908/39276 -f 6908/6908/39277 6909/6909/39278 6910/6910/39279 -f 6909/6909/39280 6911/6911/39281 6910/6910/39282 -f 6910/6910/39283 6911/6911/39284 6912/6912/39285 -f 6911/6911/39286 6913/6913/39287 6912/6912/39288 -f 6912/6912/39289 6913/6913/39290 6914/6914/39291 -f 6913/6913/39292 6915/6915/39293 6914/6914/39294 -f 6914/6914/39295 6915/6915/39296 6916/6916/39297 -f 6915/6915/39298 6917/6917/39299 6916/6916/39300 -f 6916/6916/39301 6917/6917/39302 6918/6918/39303 -f 6917/6917/39304 6919/6919/39305 6918/6918/39306 -f 6918/6918/39307 6919/6919/39308 6920/6920/39309 -f 6919/6919/39310 6921/6921/39311 6920/6920/39312 -f 6920/6920/39313 6921/6921/39314 6922/6922/39315 -f 6921/6921/39316 6923/6923/39317 6922/6922/39318 -f 6922/6922/39319 6923/6923/39320 6924/6924/39321 -f 6923/6923/39322 6925/6925/39323 6924/6924/39324 -f 6924/6924/39325 6925/6925/39326 6926/6926/39327 -f 6925/6925/39328 6927/6927/39329 6926/6926/39330 -f 6926/6926/39331 6927/6927/39332 6928/6928/39333 -f 6927/6927/39334 6929/6929/39335 6928/6928/39336 -f 6928/6928/39337 6929/6929/39338 6930/6930/39339 -f 6929/6929/39340 6931/6931/39341 6930/6930/39342 -f 6930/6930/39343 6931/6931/39344 6932/6932/39345 -f 6931/6931/39346 6933/6933/39347 6932/6932/39348 -f 6932/6932/39349 6933/6933/39350 6934/6934/39351 -f 6933/6933/39352 6935/6935/39353 6934/6934/39354 -f 6934/6934/39355 6935/6935/39356 6936/6936/39357 -f 6935/6935/39358 6937/6937/39359 6936/6936/39360 -f 6936/6936/39361 6937/6937/39362 6938/6938/39363 -f 6939/6939/39364 6940/6940/39365 6937/6937/39366 -f 6937/6937/39367 6940/6940/39368 6938/6938/39369 -f 6939/6939/39370 6941/6941/39371 6940/6940/39372 -f 6940/6940/39373 6941/6941/39374 6942/6942/39375 -f 6941/6941/39376 6943/6943/39377 6942/6942/39378 -f 6942/6942/39379 6943/6943/39380 6944/6944/39381 -f 6943/6943/39382 6945/6945/39383 6944/6944/39384 -f 6944/6944/39385 6945/6945/39386 6946/6946/39387 -f 6945/6945/39388 6947/6947/39389 6946/6946/39390 -f 6946/6946/39391 6947/6947/39392 6948/6948/39393 -f 6947/6947/39394 6949/6949/39395 6948/6948/39396 -f 6948/6948/39397 6949/6949/39398 6950/6950/39399 -f 6949/6949/39400 6951/6951/39401 6950/6950/39402 -f 6950/6950/39403 6951/6951/39404 6952/6952/39405 -f 6951/6951/39406 6953/6953/39407 6952/6952/39408 -f 6952/6952/39409 6953/6953/39410 6954/6954/39411 -f 6953/6953/39412 6955/6955/39413 6954/6954/39414 -f 6954/6954/39415 6955/6955/39416 6956/6956/39417 -f 6955/6955/39418 6957/6957/39419 6956/6956/39420 -f 6956/6956/39421 6957/6957/39422 6958/6958/39423 -f 6957/6957/39424 6959/6959/39425 6958/6958/39426 -f 6958/6958/39427 6959/6959/39428 6960/6960/39429 -f 6959/6959/39430 6961/6961/39431 6960/6960/39432 -f 6960/6960/39433 6961/6961/39434 6962/6962/39435 -f 6961/6961/39436 6963/6963/39437 6962/6962/39438 -f 6962/6962/39439 6963/6963/39440 6964/6964/39441 -f 6965/6965/39442 6966/6966/39443 6963/6963/39444 -f 6963/6963/39445 6966/6966/39446 6964/6964/39447 -f 6965/6965/39448 6967/6967/39449 6966/6966/39450 -f 6966/6966/39451 6967/6967/39452 6968/6968/39453 -f 6967/6967/39454 6969/6969/39455 6968/6968/39456 -f 6968/6968/39457 6969/6969/39458 6970/6970/39459 -f 6969/6969/39460 6971/6971/39461 6970/6970/39462 -f 6970/6970/39463 6971/6971/39464 6972/6972/39465 -f 6971/6971/39466 6973/6973/39467 6972/6972/39468 -f 6972/6972/39469 6973/6973/39470 6974/6974/39471 -f 6973/6973/39472 6975/6975/39473 6974/6974/39474 -f 6974/6974/39475 6975/6975/39476 6976/6976/39477 -f 6975/6975/39478 6977/6977/39479 6976/6976/39480 -f 6976/6976/39481 6977/6977/39482 6978/6978/39483 -f 6977/6977/39484 6979/6979/39485 6978/6978/39486 -f 6978/6978/39487 6979/6979/39488 6980/6980/39489 -f 6979/6979/39490 6981/6981/39491 6980/6980/39492 -f 6980/6980/39493 6981/6981/39494 6982/6982/39495 -f 6981/6981/39496 6983/6983/39497 6982/6982/39498 -f 6982/6982/39499 6983/6983/39500 6984/6984/39501 -f 6983/6983/39502 6985/6985/39503 6984/6984/39504 -f 6984/6984/39505 6985/6985/39506 6986/6986/39507 -f 6985/6985/39508 6987/6987/39509 6986/6986/39510 -f 6986/6986/39511 6987/6987/39512 6988/6988/39513 -f 6987/6987/39514 6989/6989/39515 6988/6988/39516 -f 6988/6988/39517 6989/6989/39518 6990/6990/39519 -f 6989/6989/39520 6991/6991/39521 6990/6990/39522 -f 6990/6990/39523 6991/6991/39524 6992/6992/39525 -f 6991/6991/39526 6993/6993/39527 6992/6992/39528 -f 6992/6992/39529 6993/6993/39530 6994/6994/39531 -f 6993/6993/39532 6995/6995/39533 6994/6994/39534 -f 6994/6994/39535 6995/6995/39536 6996/6996/39537 -f 6995/6995/39538 6997/6997/39539 6996/6996/39540 -f 6996/6996/39541 6997/6997/39542 6998/6998/39543 -f 6997/6997/39544 6999/6999/39545 6998/6998/39546 -f 6998/6998/39547 6999/6999/39548 7000/7000/39549 -f 6999/6999/39550 7001/7001/39551 7000/7000/39552 -f 7000/7000/39553 7001/7001/39554 7002/7002/39555 -f 7001/7001/39556 7003/7003/39557 7002/7002/39558 -f 7002/7002/39559 7003/7003/39560 7004/7004/39561 -f 7003/7003/39562 7005/7005/39563 7004/7004/39564 -f 7004/7004/39565 7005/7005/39566 7006/7006/39567 -f 7007/7007/39568 7008/7008/39569 7005/7005/39570 -f 7005/7005/39571 7008/7008/39572 7006/7006/39573 -f 7007/7007/39574 7009/7009/39575 7008/7008/39576 -f 7008/7008/39577 7009/7009/39578 7010/7010/39579 -f 7009/7009/39580 7011/7011/39581 7010/7010/39582 -f 7010/7010/39583 7011/7011/39584 7012/7012/39585 -f 7011/7011/39586 7013/7013/39587 7012/7012/39588 -f 7012/7012/39589 7013/7013/39590 7014/7014/39591 -f 7013/7013/39592 7015/7015/39593 7014/7014/39594 -f 7014/7014/39595 7015/7015/39596 7016/7016/39597 -f 7015/7015/39598 7017/7017/39599 7016/7016/39600 -f 7016/7016/39601 7017/7017/39602 7018/7018/39603 -f 7017/7017/39604 7019/7019/39605 7018/7018/39606 -f 7018/7018/39607 7019/7019/39608 7020/7020/39609 -f 7019/7019/39610 7021/7021/39611 7020/7020/39612 -f 7020/7020/39613 7021/7021/39614 7022/7022/39615 -f 7021/7021/39616 7023/7023/39617 7022/7022/39618 -f 7022/7022/39619 7023/7023/39620 7024/7024/39621 -f 7023/7023/39622 7025/7025/39623 7024/7024/39624 -f 7024/7024/39625 7025/7025/39626 7026/7026/39627 -f 7025/7025/39628 7027/7027/39629 7026/7026/39630 -f 7026/7026/39631 7027/7027/39632 7028/7028/39633 -f 7027/7027/39634 7029/7029/39635 7028/7028/39636 -f 7028/7028/39637 7029/7029/39638 7030/7030/39639 -f 7029/7029/39640 7031/7031/39641 7030/7030/39642 -f 7030/7030/39643 7031/7031/39644 7032/7032/39645 -f 7031/7031/39646 7033/7033/39647 7032/7032/39648 -f 7032/7032/39649 7033/7033/39650 7034/7034/39651 -f 7033/7033/39652 7035/7035/39653 7034/7034/39654 -f 7034/7034/39655 7035/7035/39656 7036/7036/39657 -f 7035/7035/39658 7037/7037/39659 7036/7036/39660 -f 7036/7036/39661 7037/7037/39662 7038/7038/39663 -f 7037/7037/39664 7039/7039/39665 7038/7038/39666 -f 7038/7038/39667 7039/7039/39668 7040/7040/39669 -f 7039/7039/39670 7041/7041/39671 7040/7040/39672 -f 7040/7040/39673 7041/7041/39674 7042/7042/39675 -f 7041/7041/39676 7043/7043/39677 7042/7042/39678 -f 7042/7042/39679 7043/7043/39680 7044/7044/39681 -f 7043/7043/39682 7045/7045/39683 7044/7044/39684 -f 7044/7044/39685 7045/7045/39686 7046/7046/39687 -f 7045/7045/39688 7047/7047/39689 7046/7046/39690 -f 7046/7046/39691 7047/7047/39692 7048/7048/39693 -f 7049/7049/39694 7050/7050/39695 7047/7047/39696 -f 7047/7047/39697 7050/7050/39698 7048/7048/39699 -f 7049/7049/39700 7051/7051/39701 7050/7050/39702 -f 7050/7050/39703 7051/7051/39704 7052/7052/39705 -f 7051/7051/39706 7053/7053/39707 7052/7052/39708 -f 7052/7052/39709 7053/7053/39710 7054/7054/39711 -f 7053/7053/39712 7055/7055/39713 7054/7054/39714 -f 7054/7054/39715 7055/7055/39716 7056/7056/39717 -f 7055/7055/39718 7057/7057/39719 7056/7056/39720 -f 7056/7056/39721 7057/7057/39722 7058/7058/39723 -f 7057/7057/39724 7059/7059/39725 7058/7058/39726 -f 7058/7058/39727 7059/7059/39728 7060/7060/39729 -f 7059/7059/39730 7061/7061/39731 7060/7060/39732 -f 7060/7060/39733 7061/7061/39734 7062/7062/39735 -f 7061/7061/39736 7063/7063/39737 7062/7062/39738 -f 7062/7062/39739 7063/7063/39740 7064/7064/39741 -f 7063/7063/39742 7065/7065/39743 7064/7064/39744 -f 7064/7064/39745 7065/7065/39746 7066/7066/39747 -f 7065/7065/39748 7067/7067/39749 7066/7066/39750 -f 7066/7066/39751 7067/7067/39752 7068/7068/39753 -f 7067/7067/39754 7069/7069/39755 7068/7068/39756 -f 7068/7068/39757 7069/7069/39758 7070/7070/39759 -f 7069/7069/39760 7071/7071/39761 7070/7070/39762 -f 7070/7070/39763 7071/7071/39764 7072/7072/39765 -f 7071/7071/39766 7073/7073/39767 7072/7072/39768 -f 7072/7072/39769 7073/7073/39770 7074/7074/39771 -f 7073/7073/39772 7075/7075/39773 7074/7074/39774 -f 7074/7074/39775 7075/7075/39776 7076/7076/39777 -f 7075/7075/39778 7077/7077/39779 7076/7076/39780 -f 7076/7076/39781 7077/7077/39782 7078/7078/39783 -f 7077/7077/39784 7079/7079/39785 7078/7078/39786 -f 7078/7078/39787 7079/7079/39788 7080/7080/39789 -f 7079/7079/39790 7081/7081/39791 7080/7080/39792 -f 7080/7080/39793 7081/7081/39794 7082/7082/39795 -f 7081/7081/39796 7083/7083/39797 7082/7082/39798 -f 7082/7082/39799 7083/7083/39800 7084/7084/39801 -f 7083/7083/39802 7085/7085/39803 7084/7084/39804 -f 7084/7084/39805 7085/7085/39806 7086/7086/39807 -f 7087/7087/39808 7088/7088/39809 7085/7085/39810 -f 7085/7085/39811 7088/7088/39812 7086/7086/39813 -f 7087/7087/39814 7089/7089/39815 7088/7088/39816 -f 7088/7088/39817 7089/7089/39818 7090/7090/39819 -f 7089/7089/39820 7091/7091/39821 7090/7090/39822 -f 7090/7090/39823 7091/7091/39824 7092/7092/39825 -f 7091/7091/39826 7093/7093/39827 7092/7092/39828 -f 7092/7092/39829 7093/7093/39830 7094/7094/39831 -f 7093/7093/39832 7095/7095/39833 7094/7094/39834 -f 7094/7094/39835 7095/7095/39836 7096/7096/39837 -f 7095/7095/39838 7097/7097/39839 7096/7096/39840 -f 7096/7096/39841 7097/7097/39842 7098/7098/39843 -f 7097/7097/39844 7099/7099/39845 7098/7098/39846 -f 7098/7098/39847 7099/7099/39848 7100/7100/39849 -f 7099/7099/39850 7101/7101/39851 7100/7100/39852 -f 7100/7100/39853 7101/7101/39854 7102/7102/39855 -f 7101/7101/39856 6683/6683/39857 7102/7102/39858 -f 7102/7102/39859 6683/6683/39860 6685/6685/39861 -f 6685/6685/39862 6692/6692/39863 7102/7102/39864 -f 7102/7102/39865 6692/6692/39866 6694/6694/39867 -f 7102/7102/39868 6694/6694/39869 7100/7100/39870 -f 7100/7100/39871 6694/6694/39872 6696/6696/39873 -f 7100/7100/39874 6696/6696/39875 7098/7098/39876 -f 7098/7098/39877 6696/6696/39878 7096/7096/39879 -f 7096/7096/39880 6696/6696/39881 6698/6698/39882 -f 7096/7096/39883 6698/6698/39884 7094/7094/39885 -f 7094/7094/39886 6698/6698/39887 7092/7092/39888 -f 7092/7092/39889 6698/6698/39890 6700/6700/39891 -f 7092/7092/39892 6700/6700/39893 6702/6702/39894 -f 6692/6692/39895 6685/6685/39896 6690/6690/39897 -f 6690/6690/39898 6685/6685/39899 6686/6686/39900 -f 6690/6690/39901 6686/6686/39902 6688/6688/39903 -f 7092/7092/39904 6702/6702/39905 7090/7090/39906 -f 7090/7090/39907 6702/6702/39908 6704/6704/39909 -f 7090/7090/39910 6704/6704/39911 7088/7088/39912 -f 7088/7088/39913 6704/6704/39914 6706/6706/39915 -f 7088/7088/39916 6706/6706/39917 7086/7086/39918 -f 7086/7086/39919 6706/6706/39920 6708/6708/39921 -f 7086/7086/39922 6708/6708/39923 7084/7084/39924 -f 7084/7084/39925 6708/6708/39926 6710/6710/39927 -f 7084/7084/39928 6710/6710/39929 7082/7082/39930 -f 7082/7082/39931 6710/6710/39932 6712/6712/39933 -f 7082/7082/39934 6712/6712/39935 7080/7080/39936 -f 7080/7080/39937 6712/6712/39938 6714/6714/39939 -f 7080/7080/39940 6714/6714/39941 7078/7078/39942 -f 7078/7078/39943 6714/6714/39944 7076/7076/39945 -f 7076/7076/39946 6714/6714/39947 6716/6716/39948 -f 7076/7076/39949 6716/6716/39950 6718/6718/39951 -f 7076/7076/39952 6718/6718/39953 7074/7074/39954 -f 7074/7074/39955 6718/6718/39956 6720/6720/39957 -f 7074/7074/39958 6720/6720/39959 7072/7072/39960 -f 7072/7072/39961 6720/6720/39962 7070/7070/39963 -f 7070/7070/39964 6720/6720/39965 6722/6722/39966 -f 7070/7070/39967 6722/6722/39968 6724/6724/39969 -f 7070/7070/39970 6724/6724/39971 7068/7068/39972 -f 7068/7068/39973 6724/6724/39974 6726/6726/39975 -f 7068/7068/39976 6726/6726/39977 7066/7066/39978 -f 7066/7066/39979 6726/6726/39980 6728/6728/39981 -f 7066/7066/39982 6728/6728/39983 7064/7064/39984 -f 7064/7064/39985 6728/6728/39986 6730/6730/39987 -f 7064/7064/39988 6730/6730/39989 7062/7062/39990 -f 7062/7062/39991 6730/6730/39992 6732/6732/39993 -f 7062/7062/39994 6732/6732/39995 7060/7060/39996 -f 7060/7060/39997 6732/6732/39998 6734/6734/39999 -f 7060/7060/40000 6734/6734/40001 7058/7058/40002 -f 7058/7058/40003 6734/6734/40004 6736/6736/40005 -f 7058/7058/40006 6736/6736/40007 7056/7056/40008 -f 7056/7056/40009 6736/6736/40010 7054/7054/40011 -f 7054/7054/40012 6736/6736/40013 6738/6738/40014 -f 7054/7054/40015 6738/6738/40016 6740/6740/40017 -f 7054/7054/40018 6740/6740/40019 7052/7052/40020 -f 7052/7052/40021 6740/6740/40022 6742/6742/40023 -f 7052/7052/40024 6742/6742/40025 7050/7050/40026 -f 7050/7050/40027 6742/6742/40028 7048/7048/40029 -f 7048/7048/40030 6742/6742/40031 6744/6744/40032 -f 7048/7048/40033 6744/6744/40034 6746/6746/40035 -f 6748/6748/40036 7044/7044/40037 6746/6746/40038 -f 6746/6746/40039 7044/7044/40040 7046/7046/40041 -f 6746/6746/40042 7046/7046/40043 7048/7048/40044 -f 7044/7044/40045 6748/6748/40046 7042/7042/40047 -f 7042/7042/40048 6748/6748/40049 6750/6750/40050 -f 7042/7042/40051 6750/6750/40052 7040/7040/40053 -f 7040/7040/40054 6750/6750/40055 6752/6752/40056 -f 7040/7040/40057 6752/6752/40058 7038/7038/40059 -f 7038/7038/40060 6752/6752/40061 6754/6754/40062 -f 7038/7038/40063 6754/6754/40064 7036/7036/40065 -f 7036/7036/40066 6754/6754/40067 6756/6756/40068 -f 7036/7036/40069 6756/6756/40070 7034/7034/40071 -f 7034/7034/40072 6756/6756/40073 7032/7032/40074 -f 7032/7032/40075 6756/6756/40076 6758/6758/40077 -f 7032/7032/40078 6758/6758/40079 6760/6760/40080 -f 7032/7032/40081 6760/6760/40082 7030/7030/40083 -f 7030/7030/40084 6760/6760/40085 6762/6762/40086 -f 7030/7030/40087 6762/6762/40088 6768/6768/40089 -f 6768/6768/40090 6762/6762/40091 6764/6764/40092 -f 6768/6768/40093 6764/6764/40094 6766/6766/40095 -f 6770/6770/40096 6772/6772/40097 6768/6768/40098 -f 6768/6768/40099 6772/6772/40100 7030/7030/40101 -f 7030/7030/40102 6772/6772/40103 6778/6778/40104 -f 6778/6778/40105 6772/6772/40106 6774/6774/40107 -f 6778/6778/40108 6774/6774/40109 6776/6776/40110 -f 7030/7030/40111 6778/6778/40112 6784/6784/40113 -f 6784/6784/40114 6778/6778/40115 6780/6780/40116 -f 6784/6784/40117 6780/6780/40118 6782/6782/40119 -f 7030/7030/40120 6784/6784/40121 6790/6790/40122 -f 6790/6790/40123 6784/6784/40124 6786/6786/40125 -f 6790/6790/40126 6786/6786/40127 6788/6788/40128 -f 6792/6792/40129 6794/6794/40130 6790/6790/40131 -f 6790/6790/40132 6794/6794/40133 7030/7030/40134 -f 7030/7030/40135 6794/6794/40136 6800/6800/40137 -f 6800/6800/40138 6794/6794/40139 6796/6796/40140 -f 6800/6800/40141 6796/6796/40142 6798/6798/40143 -f 6802/6802/40144 6806/6806/40145 6800/6800/40146 -f 6800/6800/40147 6806/6806/40148 7028/7028/40149 -f 6800/6800/40150 7028/7028/40151 7030/7030/40152 -f 6802/6802/40153 6804/6804/40154 6806/6806/40155 -f 6808/6808/40156 6810/6810/40157 6806/6806/40158 -f 6806/6806/40159 6810/6810/40160 7028/7028/40161 -f 6810/6810/40162 6812/6812/40163 7028/7028/40164 -f 7028/7028/40165 6812/6812/40166 6816/6816/40167 -f 7028/7028/40168 6816/6816/40169 6818/6818/40170 -f 7028/7028/40171 6818/6818/40172 6822/6822/40173 -f 6822/6822/40174 6818/6818/40175 6820/6820/40176 -f 6812/6812/40177 6814/6814/40178 6816/6816/40179 -f 7028/7028/40180 6822/6822/40181 6828/6828/40182 -f 6828/6828/40183 6822/6822/40184 6824/6824/40185 -f 6828/6828/40186 6824/6824/40187 6826/6826/40188 -f 6830/6830/40189 6832/6832/40190 6828/6828/40191 -f 6828/6828/40192 6832/6832/40193 7022/7022/40194 -f 6828/6828/40195 7022/7022/40196 7026/7026/40197 -f 7026/7026/40198 7022/7022/40199 7024/7024/40200 -f 6832/6832/40201 6834/6834/40202 7022/7022/40203 -f 7022/7022/40204 6834/6834/40205 6836/6836/40206 -f 7022/7022/40207 6836/6836/40208 7016/7016/40209 -f 7016/7016/40210 6836/6836/40211 6838/6838/40212 -f 7016/7016/40213 6838/6838/40214 6842/6842/40215 -f 6842/6842/40216 6838/6838/40217 6840/6840/40218 -f 6844/6844/40219 6848/6848/40220 6842/6842/40221 -f 6842/6842/40222 6848/6848/40223 7004/7004/40224 -f 6842/6842/40225 7004/7004/40226 7006/7006/40227 -f 6844/6844/40228 6846/6846/40229 6848/6848/40230 -f 6850/6850/40231 6852/6852/40232 6848/6848/40233 -f 6848/6848/40234 6852/6852/40235 7000/7000/40236 -f 6848/6848/40237 7000/7000/40238 7004/7004/40239 -f 7004/7004/40240 7000/7000/40241 7002/7002/40242 -f 7000/7000/40243 6852/6852/40244 6994/6994/40245 -f 6994/6994/40246 6852/6852/40247 6854/6854/40248 -f 6994/6994/40249 6854/6854/40250 6858/6858/40251 -f 6858/6858/40252 6854/6854/40253 6856/6856/40254 -f 6860/6860/40255 6864/6864/40256 6858/6858/40257 -f 6858/6858/40258 6864/6864/40259 6988/6988/40260 -f 6858/6858/40261 6988/6988/40262 6990/6990/40263 -f 6860/6860/40264 6862/6862/40265 6864/6864/40266 -f 6866/6866/40267 6926/6926/40268 6864/6864/40269 -f 6864/6864/40270 6926/6926/40271 6928/6928/40272 -f 6864/6864/40273 6928/6928/40274 6930/6930/40275 -f 6866/6866/40276 6868/6868/40277 6926/6926/40278 -f 6926/6926/40279 6868/6868/40280 6870/6870/40281 -f 6926/6926/40282 6870/6870/40283 6924/6924/40284 -f 6924/6924/40285 6870/6870/40286 6874/6874/40287 -f 6924/6924/40288 6874/6874/40289 6920/6920/40290 -f 6920/6920/40291 6874/6874/40292 6918/6918/40293 -f 6918/6918/40294 6874/6874/40295 6876/6876/40296 -f 6918/6918/40297 6876/6876/40298 6914/6914/40299 -f 6914/6914/40300 6876/6876/40301 6880/6880/40302 -f 6914/6914/40303 6880/6880/40304 6882/6882/40305 -f 6870/6870/40306 6872/6872/40307 6874/6874/40308 -f 6876/6876/40309 6878/6878/40310 6880/6880/40311 -f 6884/6884/40312 6886/6886/40313 6882/6882/40314 -f 6882/6882/40315 6886/6886/40316 6912/6912/40317 -f 6882/6882/40318 6912/6912/40319 6914/6914/40320 -f 6888/6888/40321 6906/6906/40322 6886/6886/40323 -f 6886/6886/40324 6906/6906/40325 6908/6908/40326 -f 6886/6886/40327 6908/6908/40328 6912/6912/40329 -f 6912/6912/40330 6908/6908/40331 6910/6910/40332 -f 6906/6906/40333 6888/6888/40334 6904/6904/40335 -f 6904/6904/40336 6888/6888/40337 6890/6890/40338 -f 6904/6904/40339 6890/6890/40340 6902/6902/40341 -f 6902/6902/40342 6890/6890/40343 6892/6892/40344 -f 6902/6902/40345 6892/6892/40346 6900/6900/40347 -f 6900/6900/40348 6892/6892/40349 6894/6894/40350 -f 6900/6900/40351 6894/6894/40352 6898/6898/40353 -f 6898/6898/40354 6894/6894/40355 6896/6896/40356 -f 6914/6914/40357 6916/6916/40358 6918/6918/40359 -f 6920/6920/40360 6922/6922/40361 6924/6924/40362 -f 6932/6932/40363 6934/6934/40364 6930/6930/40365 -f 6930/6930/40366 6934/6934/40367 6980/6980/40368 -f 6930/6930/40369 6980/6980/40370 6984/6984/40371 -f 6984/6984/40372 6980/6980/40373 6982/6982/40374 -f 6934/6934/40375 6936/6936/40376 6980/6980/40377 -f 6980/6980/40378 6936/6936/40379 6976/6976/40380 -f 6980/6980/40381 6976/6976/40382 6978/6978/40383 -f 6938/6938/40384 6940/6940/40385 6936/6936/40386 -f 6936/6936/40387 6940/6940/40388 6974/6974/40389 -f 6936/6936/40390 6974/6974/40391 6976/6976/40392 -f 6940/6940/40393 6942/6942/40394 6974/6974/40395 -f 6974/6974/40396 6942/6942/40397 6970/6970/40398 -f 6974/6974/40399 6970/6970/40400 6972/6972/40401 -f 6944/6944/40402 6946/6946/40403 6942/6942/40404 -f 6942/6942/40405 6946/6946/40406 6968/6968/40407 -f 6942/6942/40408 6968/6968/40409 6970/6970/40410 -f 6968/6968/40411 6946/6946/40412 6964/6964/40413 -f 6964/6964/40414 6946/6946/40415 6948/6948/40416 -f 6964/6964/40417 6948/6948/40418 6950/6950/40419 -f 6950/6950/40420 6952/6952/40421 6964/6964/40422 -f 6964/6964/40423 6952/6952/40424 6962/6962/40425 -f 6962/6962/40426 6952/6952/40427 6960/6960/40428 -f 6960/6960/40429 6952/6952/40430 6958/6958/40431 -f 6958/6958/40432 6952/6952/40433 6954/6954/40434 -f 6958/6958/40435 6954/6954/40436 6956/6956/40437 -f 6964/6964/40438 6966/6966/40439 6968/6968/40440 -f 6984/6984/40441 6986/6986/40442 6930/6930/40443 -f 6930/6930/40444 6986/6986/40445 6988/6988/40446 -f 6930/6930/40447 6988/6988/40448 6864/6864/40449 -f 6992/6992/40450 6994/6994/40451 6990/6990/40452 -f 6990/6990/40453 6994/6994/40454 6858/6858/40455 -f 6994/6994/40456 6996/6996/40457 7000/7000/40458 -f 7000/7000/40459 6996/6996/40460 6998/6998/40461 -f 7008/7008/40462 7010/7010/40463 7006/7006/40464 -f 7006/7006/40465 7010/7010/40466 6842/6842/40467 -f 6842/6842/40468 7010/7010/40469 7016/7016/40470 -f 7016/7016/40471 7010/7010/40472 7012/7012/40473 -f 7016/7016/40474 7012/7012/40475 7014/7014/40476 -f 7016/7016/40477 7018/7018/40478 7022/7022/40479 -f 7022/7022/40480 7018/7018/40481 7020/7020/40482 -f 7026/7026/40483 7028/7028/40484 6828/6828/40485 -f 7103/7103/40486 7104/7104/40487 7105/7105/40488 -f 7105/7105/40489 7104/7104/40490 7106/7106/40491 -f 7104/7104/40492 7107/7107/40493 7106/7106/40494 -f 7106/7106/40495 7107/7107/40496 7108/7108/40497 -f 7107/7107/40498 7109/7109/40499 7108/7108/40500 -f 7108/7108/40501 7109/7109/40502 7110/7110/40503 -f 7109/7109/40504 7111/7111/40505 7110/7110/40506 -f 7110/7110/40507 7111/7111/40508 7112/7112/40509 -f 7111/7111/40510 7113/7113/40511 7112/7112/40512 -f 7112/7112/40513 7113/7113/40514 7114/7114/40515 -f 7113/7113/40516 7115/7115/40517 7114/7114/40518 -f 7114/7114/40519 7115/7115/40520 7116/7116/40521 -f 7115/7115/40522 7117/7117/40523 7116/7116/40524 -f 7116/7116/40525 7117/7117/40526 7118/7118/40527 -f 7117/7117/40528 7119/7119/40529 7118/7118/40530 -f 7118/7118/40531 7119/7119/40532 7120/7120/40533 -f 7119/7119/40534 7121/7121/40535 7120/7120/40536 -f 7120/7120/40537 7121/7121/40538 7122/7122/40539 -f 7121/7121/40540 7123/7123/40541 7122/7122/40542 -f 7122/7122/40543 7123/7123/40544 7124/7124/40545 -f 7123/7123/40546 7125/7125/40547 7124/7124/40548 -f 7124/7124/40549 7125/7125/40550 7126/7126/40551 -f 7125/7125/40552 7127/7127/40553 7126/7126/40554 -f 7126/7126/40555 7127/7127/40556 7128/7128/40557 -f 7127/7127/40558 7129/7129/40559 7128/7128/40560 -f 7128/7128/40561 7129/7129/40562 7130/7130/40563 -f 7129/7129/40564 7131/7131/40565 7130/7130/40566 -f 7130/7130/40567 7131/7131/40568 7132/7132/40569 -f 7131/7131/40570 7133/7133/40571 7132/7132/40572 -f 7132/7132/40573 7133/7133/40574 7134/7134/40575 -f 7133/7133/40576 7135/7135/40577 7134/7134/40578 -f 7134/7134/40579 7135/7135/40580 7136/7136/40581 -f 7135/7135/40582 7137/7137/40583 7136/7136/40584 -f 7136/7136/40585 7137/7137/40586 7138/7138/40587 -f 7137/7137/40588 7139/7139/40589 7138/7138/40590 -f 7138/7138/40591 7139/7139/40592 7140/7140/40593 -f 7139/7139/40594 7141/7141/40595 7140/7140/40596 -f 7140/7140/40597 7141/7141/40598 7142/7142/40599 -f 7141/7141/40600 7143/7143/40601 7142/7142/40602 -f 7142/7142/40603 7143/7143/40604 7144/7144/40605 -f 7143/7143/40606 7145/7145/40607 7144/7144/40608 -f 7144/7144/40609 7145/7145/40610 7146/7146/40611 -f 7145/7145/40612 7147/7147/40613 7146/7146/40614 -f 7146/7146/40615 7147/7147/40616 7148/7148/40617 -f 7147/7147/40618 7149/7149/40619 7148/7148/40620 -f 7148/7148/40621 7149/7149/40622 7150/7150/40623 -f 7149/7149/40624 7151/7151/40625 7150/7150/40626 -f 7150/7150/40627 7151/7151/40628 7152/7152/40629 -f 7151/7151/40630 7153/7153/40631 7152/7152/40632 -f 7152/7152/40633 7153/7153/40634 7154/7154/40635 -f 7153/7153/40636 7155/7155/40637 7154/7154/40638 -f 7154/7154/40639 7155/7155/40640 7156/7156/40641 -f 7155/7155/40642 7157/7157/40643 7156/7156/40644 -f 7156/7156/40645 7157/7157/40646 7158/7158/40647 -f 7157/7157/40648 7159/7159/40649 7158/7158/40650 -f 7158/7158/40651 7159/7159/40652 7160/7160/40653 -f 7159/7159/40654 7161/7161/40655 7160/7160/40656 -f 7160/7160/40657 7161/7161/40658 7162/7162/40659 -f 7161/7161/40660 7163/7163/40661 7162/7162/40662 -f 7162/7162/40663 7163/7163/40664 7164/7164/40665 -f 7163/7163/40666 7165/7165/40667 7164/7164/40668 -f 7164/7164/40669 7165/7165/40670 7166/7166/40671 -f 7165/7165/40672 7167/7167/40673 7166/7166/40674 -f 7166/7166/40675 7167/7167/40676 7168/7168/40677 -f 7167/7167/40678 7169/7169/40679 7168/7168/40680 -f 7168/7168/40681 7169/7169/40682 7170/7170/40683 -f 7169/7169/40684 7171/7171/40685 7170/7170/40686 -f 7170/7170/40687 7171/7171/40688 7172/7172/40689 -f 7171/7171/40690 7173/7173/40691 7172/7172/40692 -f 7172/7172/40693 7173/7173/40694 7174/7174/40695 -f 7173/7173/40696 7175/7175/40697 7174/7174/40698 -f 7174/7174/40699 7175/7175/40700 7176/7176/40701 -f 7177/7177/40702 7178/7178/40703 7175/7175/40704 -f 7175/7175/40705 7178/7178/40706 7176/7176/40707 -f 7177/7177/40708 7179/7179/40709 7178/7178/40710 -f 7178/7178/40711 7179/7179/40712 7180/7180/40713 -f 7179/7179/40714 7181/7181/40715 7180/7180/40716 -f 7180/7180/40717 7181/7181/40718 7182/7182/40719 -f 7181/7181/40720 7183/7183/40721 7182/7182/40722 -f 7182/7182/40723 7183/7183/40724 7184/7184/40725 -f 7183/7183/40726 7185/7185/40727 7184/7184/40728 -f 7184/7184/40729 7185/7185/40730 7186/7186/40731 -f 7185/7185/40732 7187/7187/40733 7186/7186/40734 -f 7186/7186/40735 7187/7187/40736 7188/7188/40737 -f 7187/7187/40738 7189/7189/40739 7188/7188/40740 -f 7188/7188/40741 7189/7189/40742 7190/7190/40743 -f 7189/7189/40744 7191/7191/40745 7190/7190/40746 -f 7190/7190/40747 7191/7191/40748 7192/7192/40749 -f 7191/7191/40750 7193/7193/40751 7192/7192/40752 -f 7192/7192/40753 7193/7193/40754 7194/7194/40755 -f 7193/7193/40756 7195/7195/40757 7194/7194/40758 -f 7194/7194/40759 7195/7195/40760 7196/7196/40761 -f 7195/7195/40762 7197/7197/40763 7196/7196/40764 -f 7196/7196/40765 7197/7197/40766 7198/7198/40767 -f 7199/7199/40768 7200/7200/40769 7197/7197/40770 -f 7197/7197/40771 7200/7200/40772 7198/7198/40773 -f 7199/7199/40774 7201/7201/40775 7200/7200/40776 -f 7200/7200/40777 7201/7201/40778 7202/7202/40779 -f 7201/7201/40780 7203/7203/40781 7202/7202/40782 -f 7202/7202/40783 7203/7203/40784 7204/7204/40785 -f 7203/7203/40786 7205/7205/40787 7204/7204/40788 -f 7204/7204/40789 7205/7205/40790 7206/7206/40791 -f 7205/7205/40792 7207/7207/40793 7206/7206/40794 -f 7206/7206/40795 7207/7207/40796 7208/7208/40797 -f 7207/7207/40798 7209/7209/40799 7208/7208/40800 -f 7208/7208/40801 7209/7209/40802 7210/7210/40803 -f 7209/7209/40804 7211/7211/40805 7210/7210/40806 -f 7210/7210/40807 7211/7211/40808 7212/7212/40809 -f 7211/7211/40810 7213/7213/40811 7212/7212/40812 -f 7212/7212/40813 7213/7213/40814 7214/7214/40815 -f 7213/7213/40816 7215/7215/40817 7214/7214/40818 -f 7214/7214/40819 7215/7215/40820 7216/7216/40821 -f 7215/7215/40822 7217/7217/40823 7216/7216/40824 -f 7216/7216/40825 7217/7217/40826 7218/7218/40827 -f 7217/7217/40828 7219/7219/40829 7218/7218/40830 -f 7218/7218/40831 7219/7219/40832 7220/7220/40833 -f 7219/7219/40834 7221/7221/40835 7220/7220/40836 -f 7220/7220/40837 7221/7221/40838 7222/7222/40839 -f 7221/7221/40840 7223/7223/40841 7222/7222/40842 -f 7222/7222/40843 7223/7223/40844 7224/7224/40845 -f 7223/7223/40846 7225/7225/40847 7224/7224/40848 -f 7224/7224/40849 7225/7225/40850 7226/7226/40851 -f 7225/7225/40852 7227/7227/40853 7226/7226/40854 -f 7226/7226/40855 7227/7227/40856 7228/7228/40857 -f 7227/7227/40858 7229/7229/40859 7228/7228/40860 -f 7228/7228/40861 7229/7229/40862 7230/7230/40863 -f 7229/7229/40864 7231/7231/40865 7230/7230/40866 -f 7230/7230/40867 7231/7231/40868 7232/7232/40869 -f 7231/7231/40870 7233/7233/40871 7232/7232/40872 -f 7232/7232/40873 7233/7233/40874 7234/7234/40875 -f 7233/7233/40876 7235/7235/40877 7234/7234/40878 -f 7234/7234/40879 7235/7235/40880 7236/7236/40881 -f 7237/7237/40882 7238/7238/40883 7235/7235/40884 -f 7235/7235/40885 7238/7238/40886 7236/7236/40887 -f 7237/7237/40888 7239/7239/40889 7238/7238/40890 -f 7238/7238/40891 7239/7239/40892 7240/7240/40893 -f 7239/7239/40894 7241/7241/40895 7240/7240/40896 -f 7240/7240/40897 7241/7241/40898 7242/7242/40899 -f 7241/7241/40900 7243/7243/40901 7242/7242/40902 -f 7242/7242/40903 7243/7243/40904 7244/7244/40905 -f 7243/7243/40906 7245/7245/40907 7244/7244/40908 -f 7244/7244/40909 7245/7245/40910 7246/7246/40911 -f 7245/7245/40912 7247/7247/40913 7246/7246/40914 -f 7246/7246/40915 7247/7247/40916 7248/7248/40917 -f 7247/7247/40918 7249/7249/40919 7248/7248/40920 -f 7248/7248/40921 7249/7249/40922 7250/7250/40923 -f 7249/7249/40924 7251/7251/40925 7250/7250/40926 -f 7250/7250/40927 7251/7251/40928 7252/7252/40929 -f 7251/7251/40930 7253/7253/40931 7252/7252/40932 -f 7252/7252/40933 7253/7253/40934 7254/7254/40935 -f 7253/7253/40936 7255/7255/40937 7254/7254/40938 -f 7254/7254/40939 7255/7255/40940 7256/7256/40941 -f 7255/7255/40942 7257/7257/40943 7256/7256/40944 -f 7256/7256/40945 7257/7257/40946 7258/7258/40947 -f 7257/7257/40948 7259/7259/40949 7258/7258/40950 -f 7258/7258/40951 7259/7259/40952 7260/7260/40953 -f 7259/7259/40954 7261/7261/40955 7260/7260/40956 -f 7260/7260/40957 7261/7261/40958 7262/7262/40959 -f 7261/7261/40960 7263/7263/40961 7262/7262/40962 -f 7262/7262/40963 7263/7263/40964 7264/7264/40965 -f 7263/7263/40966 7265/7265/40967 7264/7264/40968 -f 7264/7264/40969 7265/7265/40970 7266/7266/40971 -f 7265/7265/40972 7267/7267/40973 7266/7266/40974 -f 7266/7266/40975 7267/7267/40976 7268/7268/40977 -f 7267/7267/40978 7269/7269/40979 7268/7268/40980 -f 7268/7268/40981 7269/7269/40982 7270/7270/40983 -f 7269/7269/40984 7271/7271/40985 7270/7270/40986 -f 7270/7270/40987 7271/7271/40988 7272/7272/40989 -f 7271/7271/40990 7273/7273/40991 7272/7272/40992 -f 7272/7272/40993 7273/7273/40994 7274/7274/40995 -f 7273/7273/40996 7275/7275/40997 7274/7274/40998 -f 7274/7274/40999 7275/7275/41000 7276/7276/41001 -f 7275/7275/41002 7277/7277/41003 7276/7276/41004 -f 7276/7276/41005 7277/7277/41006 7278/7278/41007 -f 7277/7277/41008 7279/7279/41009 7278/7278/41010 -f 7278/7278/41011 7279/7279/41012 7280/7280/41013 -f 7279/7279/41014 7281/7281/41015 7280/7280/41016 -f 7280/7280/41017 7281/7281/41018 7282/7282/41019 -f 7281/7281/41020 7283/7283/41021 7282/7282/41022 -f 7282/7282/41023 7283/7283/41024 7284/7284/41025 -f 7283/7283/41026 7285/7285/41027 7284/7284/41028 -f 7284/7284/41029 7285/7285/41030 7286/7286/41031 -f 7285/7285/41032 7287/7287/41033 7286/7286/41034 -f 7286/7286/41035 7287/7287/41036 7288/7288/41037 -f 7287/7287/41038 7289/7289/41039 7288/7288/41040 -f 7288/7288/41041 7289/7289/41042 7290/7290/41043 -f 7289/7289/41044 7291/7291/41045 7290/7290/41046 -f 7290/7290/41047 7291/7291/41048 7292/7292/41049 -f 7291/7291/41050 7293/7293/41051 7292/7292/41052 -f 7292/7292/41053 7293/7293/41054 7294/7294/41055 -f 7293/7293/41056 7295/7295/41057 7294/7294/41058 -f 7294/7294/41059 7295/7295/41060 7296/7296/41061 -f 7295/7295/41062 7297/7297/41063 7296/7296/41064 -f 7296/7296/41065 7297/7297/41066 7298/7298/41067 -f 7297/7297/41068 7299/7299/41069 7298/7298/41070 -f 7298/7298/41071 7299/7299/41072 7300/7300/41073 -f 7299/7299/41074 7301/7301/41075 7300/7300/41076 -f 7300/7300/41077 7301/7301/41078 7302/7302/41079 -f 7301/7301/41080 7303/7303/41081 7302/7302/41082 -f 7302/7302/41083 7303/7303/41084 7304/7304/41085 -f 7303/7303/41086 7305/7305/41087 7304/7304/41088 -f 7304/7304/41089 7305/7305/41090 7306/7306/41091 -f 7305/7305/41092 7307/7307/41093 7306/7306/41094 -f 7306/7306/41095 7307/7307/41096 7308/7308/41097 -f 7307/7307/41098 7309/7309/41099 7308/7308/41100 -f 7308/7308/41101 7309/7309/41102 7310/7310/41103 -f 7309/7309/41104 7311/7311/41105 7310/7310/41106 -f 7310/7310/41107 7311/7311/41108 7312/7312/41109 -f 7311/7311/41110 7313/7313/41111 7312/7312/41112 -f 7312/7312/41113 7313/7313/41114 7314/7314/41115 -f 7313/7313/41116 7315/7315/41117 7314/7314/41118 -f 7314/7314/41119 7315/7315/41120 7316/7316/41121 -f 7315/7315/41122 7317/7317/41123 7316/7316/41124 -f 7316/7316/41125 7317/7317/41126 7318/7318/41127 -f 7317/7317/41128 7319/7319/41129 7318/7318/41130 -f 7318/7318/41131 7319/7319/41132 7320/7320/41133 -f 7319/7319/41134 7321/7321/41135 7320/7320/41136 -f 7320/7320/41137 7321/7321/41138 7322/7322/41139 -f 7321/7321/41140 7323/7323/41141 7322/7322/41142 -f 7322/7322/41143 7323/7323/41144 7324/7324/41145 -f 7325/7325/41146 7326/7326/41147 7323/7323/41148 -f 7323/7323/41149 7326/7326/41150 7324/7324/41151 -f 7325/7325/41152 7327/7327/41153 7326/7326/41154 -f 7326/7326/41155 7327/7327/41156 7328/7328/41157 -f 7327/7327/41158 7329/7329/41159 7328/7328/41160 -f 7328/7328/41161 7329/7329/41162 7330/7330/41163 -f 7329/7329/41164 7331/7331/41165 7330/7330/41166 -f 7330/7330/41167 7331/7331/41168 7332/7332/41169 -f 7331/7331/41170 7333/7333/41171 7332/7332/41172 -f 7332/7332/41173 7333/7333/41174 7334/7334/41175 -f 7333/7333/41176 7335/7335/41177 7334/7334/41178 -f 7334/7334/41179 7335/7335/41180 7336/7336/41181 -f 7335/7335/41182 7337/7337/41183 7336/7336/41184 -f 7336/7336/41185 7337/7337/41186 7338/7338/41187 -f 7337/7337/41188 7339/7339/41189 7338/7338/41190 -f 7338/7338/41191 7339/7339/41192 7340/7340/41193 -f 7339/7339/41194 7341/7341/41195 7340/7340/41196 -f 7340/7340/41197 7341/7341/41198 7342/7342/41199 -f 7341/7341/41200 7343/7343/41201 7342/7342/41202 -f 7342/7342/41203 7343/7343/41204 7344/7344/41205 -f 7343/7343/41206 7345/7345/41207 7344/7344/41208 -f 7344/7344/41209 7345/7345/41210 7346/7346/41211 -f 7345/7345/41212 7347/7347/41213 7346/7346/41214 -f 7346/7346/41215 7347/7347/41216 7348/7348/41217 -f 7347/7347/41218 7349/7349/41219 7348/7348/41220 -f 7348/7348/41221 7349/7349/41222 7350/7350/41223 -f 7349/7349/41224 7351/7351/41225 7350/7350/41226 -f 7350/7350/41227 7351/7351/41228 7352/7352/41229 -f 7351/7351/41230 7353/7353/41231 7352/7352/41232 -f 7352/7352/41233 7353/7353/41234 7354/7354/41235 -f 7355/7355/41236 7356/7356/41237 7353/7353/41238 -f 7353/7353/41239 7356/7356/41240 7354/7354/41241 -f 7355/7355/41242 7357/7357/41243 7356/7356/41244 -f 7356/7356/41245 7357/7357/41246 7358/7358/41247 -f 7357/7357/41248 7359/7359/41249 7358/7358/41250 -f 7358/7358/41251 7359/7359/41252 7360/7360/41253 -f 7359/7359/41254 7361/7361/41255 7360/7360/41256 -f 7360/7360/41257 7361/7361/41258 7362/7362/41259 -f 7361/7361/41260 7363/7363/41261 7362/7362/41262 -f 7362/7362/41263 7363/7363/41264 7364/7364/41265 -f 7363/7363/41266 7365/7365/41267 7364/7364/41268 -f 7364/7364/41269 7365/7365/41270 7366/7366/41271 -f 7365/7365/41272 7367/7367/41273 7366/7366/41274 -f 7366/7366/41275 7367/7367/41276 7368/7368/41277 -f 7367/7367/41278 7369/7369/41279 7368/7368/41280 -f 7368/7368/41281 7369/7369/41282 7370/7370/41283 -f 7369/7369/41284 7371/7371/41285 7370/7370/41286 -f 7370/7370/41287 7371/7371/41288 7372/7372/41289 -f 7371/7371/41290 7373/7373/41291 7372/7372/41292 -f 7372/7372/41293 7373/7373/41294 7374/7374/41295 -f 7373/7373/41296 7375/7375/41297 7374/7374/41298 -f 7374/7374/41299 7375/7375/41300 7376/7376/41301 -f 7375/7375/41302 7377/7377/41303 7376/7376/41304 -f 7376/7376/41305 7377/7377/41306 7378/7378/41307 -f 7377/7377/41308 7379/7379/41309 7378/7378/41310 -f 7378/7378/41311 7379/7379/41312 7380/7380/41313 -f 7379/7379/41314 7381/7381/41315 7380/7380/41316 -f 7380/7380/41317 7381/7381/41318 7382/7382/41319 -f 7381/7381/41320 7383/7383/41321 7382/7382/41322 -f 7382/7382/41323 7383/7383/41324 7384/7384/41325 -f 7383/7383/41326 7385/7385/41327 7384/7384/41328 -f 7384/7384/41329 7385/7385/41330 7386/7386/41331 -f 7385/7385/41332 7387/7387/41333 7386/7386/41334 -f 7386/7386/41335 7387/7387/41336 7388/7388/41337 -f 7387/7387/41338 7389/7389/41339 7388/7388/41340 -f 7388/7388/41341 7389/7389/41342 7390/7390/41343 -f 7389/7389/41344 7391/7391/41345 7390/7390/41346 -f 7390/7390/41347 7391/7391/41348 7392/7392/41349 -f 7393/7393/41350 7394/7394/41351 7391/7391/41352 -f 7391/7391/41353 7394/7394/41354 7392/7392/41355 -f 7393/7393/41356 7395/7395/41357 7394/7394/41358 -f 7394/7394/41359 7395/7395/41360 7396/7396/41361 -f 7395/7395/41362 7397/7397/41363 7396/7396/41364 -f 7396/7396/41365 7397/7397/41366 7398/7398/41367 -f 7397/7397/41368 7399/7399/41369 7398/7398/41370 -f 7398/7398/41371 7399/7399/41372 7400/7400/41373 -f 7399/7399/41374 7401/7401/41375 7400/7400/41376 -f 7400/7400/41377 7401/7401/41378 7402/7402/41379 -f 7401/7401/41380 7403/7403/41381 7402/7402/41382 -f 7402/7402/41383 7403/7403/41384 7404/7404/41385 -f 7403/7403/41386 7405/7405/41387 7404/7404/41388 -f 7404/7404/41389 7405/7405/41390 7406/7406/41391 -f 7405/7405/41392 7407/7407/41393 7406/7406/41394 -f 7406/7406/41395 7407/7407/41396 7408/7408/41397 -f 7407/7407/41398 7409/7409/41399 7408/7408/41400 -f 7408/7408/41401 7409/7409/41402 7410/7410/41403 -f 7409/7409/41404 7411/7411/41405 7410/7410/41406 -f 7410/7410/41407 7411/7411/41408 7412/7412/41409 -f 7411/7411/41410 7413/7413/41411 7412/7412/41412 -f 7412/7412/41413 7413/7413/41414 7414/7414/41415 -f 7415/7415/41416 7416/7416/41417 7413/7413/41418 -f 7413/7413/41419 7416/7416/41420 7414/7414/41421 -f 7415/7415/41422 7417/7417/41423 7416/7416/41424 -f 7416/7416/41425 7417/7417/41426 7418/7418/41427 -f 7417/7417/41428 7419/7419/41429 7418/7418/41430 -f 7418/7418/41431 7419/7419/41432 7420/7420/41433 -f 7419/7419/41434 7421/7421/41435 7420/7420/41436 -f 7420/7420/41437 7421/7421/41438 7422/7422/41439 -f 7421/7421/41440 7423/7423/41441 7422/7422/41442 -f 7422/7422/41443 7423/7423/41444 7424/7424/41445 -f 7423/7423/41446 7425/7425/41447 7424/7424/41448 -f 7424/7424/41449 7425/7425/41450 7426/7426/41451 -f 7425/7425/41452 7427/7427/41453 7426/7426/41454 -f 7426/7426/41455 7427/7427/41456 7428/7428/41457 -f 7427/7427/41458 7429/7429/41459 7428/7428/41460 -f 7428/7428/41461 7429/7429/41462 7430/7430/41463 -f 7429/7429/41464 7431/7431/41465 7430/7430/41466 -f 7430/7430/41467 7431/7431/41468 7432/7432/41469 -f 7431/7431/41470 7433/7433/41471 7432/7432/41472 -f 7432/7432/41473 7433/7433/41474 7434/7434/41475 -f 7433/7433/41476 7435/7435/41477 7434/7434/41478 -f 7434/7434/41479 7435/7435/41480 7436/7436/41481 -f 7435/7435/41482 7437/7437/41483 7436/7436/41484 -f 7436/7436/41485 7437/7437/41486 7438/7438/41487 -f 7437/7437/41488 7439/7439/41489 7438/7438/41490 -f 7438/7438/41491 7439/7439/41492 7440/7440/41493 -f 7439/7439/41494 7441/7441/41495 7440/7440/41496 -f 7440/7440/41497 7441/7441/41498 7442/7442/41499 -f 7441/7441/41500 7103/7103/41501 7442/7442/41502 -f 7442/7442/41503 7103/7103/41504 7105/7105/41505 -f 7105/7105/41506 7112/7112/41507 7442/7442/41508 -f 7442/7442/41509 7112/7112/41510 7114/7114/41511 -f 7442/7442/41512 7114/7114/41513 7116/7116/41514 -f 7106/7106/41515 7108/7108/41516 7105/7105/41517 -f 7105/7105/41518 7108/7108/41519 7110/7110/41520 -f 7105/7105/41521 7110/7110/41522 7112/7112/41523 -f 7116/7116/41524 7118/7118/41525 7442/7442/41526 -f 7442/7442/41527 7118/7118/41528 7120/7120/41529 -f 7120/7120/41530 7122/7122/41531 7442/7442/41532 -f 7442/7442/41533 7122/7122/41534 7124/7124/41535 -f 7442/7442/41536 7124/7124/41537 7126/7126/41538 -f 7126/7126/41539 7128/7128/41540 7442/7442/41541 -f 7442/7442/41542 7128/7128/41543 7130/7130/41544 -f 7442/7442/41545 7130/7130/41546 7132/7132/41547 -f 7132/7132/41548 7134/7134/41549 7442/7442/41550 -f 7442/7442/41551 7134/7134/41552 7136/7136/41553 -f 7442/7442/41554 7136/7136/41555 7138/7138/41556 -f 7138/7138/41557 7140/7140/41558 7442/7442/41559 -f 7442/7442/41560 7140/7140/41561 7142/7142/41562 -f 7442/7442/41563 7142/7142/41564 7144/7144/41565 -f 7144/7144/41566 7146/7146/41567 7442/7442/41568 -f 7442/7442/41569 7146/7146/41570 7150/7150/41571 -f 7442/7442/41572 7150/7150/41573 7152/7152/41574 -f 7146/7146/41575 7148/7148/41576 7150/7150/41577 -f 7154/7154/41578 7156/7156/41579 7152/7152/41580 -f 7152/7152/41581 7156/7156/41582 7442/7442/41583 -f 7156/7156/41584 7158/7158/41585 7442/7442/41586 -f 7442/7442/41587 7158/7158/41588 7160/7160/41589 -f 7442/7442/41590 7160/7160/41591 7162/7162/41592 -f 7162/7162/41593 7164/7164/41594 7442/7442/41595 -f 7442/7442/41596 7164/7164/41597 7166/7166/41598 -f 7442/7442/41599 7166/7166/41600 7168/7168/41601 -f 7170/7170/41602 7172/7172/41603 7168/7168/41604 -f 7168/7168/41605 7172/7172/41606 7442/7442/41607 -f 7172/7172/41608 7174/7174/41609 7442/7442/41610 -f 7442/7442/41611 7174/7174/41612 7180/7180/41613 -f 7442/7442/41614 7180/7180/41615 7182/7182/41616 -f 7176/7176/41617 7178/7178/41618 7174/7174/41619 -f 7174/7174/41620 7178/7178/41621 7180/7180/41622 -f 7182/7182/41623 7184/7184/41624 7442/7442/41625 -f 7442/7442/41626 7184/7184/41627 7188/7188/41628 -f 7442/7442/41629 7188/7188/41630 7190/7190/41631 -f 7184/7184/41632 7186/7186/41633 7188/7188/41634 -f 7192/7192/41635 7194/7194/41636 7190/7190/41637 -f 7190/7190/41638 7194/7194/41639 7196/7196/41640 -f 7190/7190/41641 7196/7196/41642 7442/7442/41643 -f 7442/7442/41644 7196/7196/41645 7202/7202/41646 -f 7442/7442/41647 7202/7202/41648 7204/7204/41649 -f 7198/7198/41650 7200/7200/41651 7196/7196/41652 -f 7196/7196/41653 7200/7200/41654 7202/7202/41655 -f 7204/7204/41656 7206/7206/41657 7442/7442/41658 -f 7442/7442/41659 7206/7206/41660 7210/7210/41661 -f 7442/7442/41662 7210/7210/41663 7212/7212/41664 -f 7206/7206/41665 7208/7208/41666 7210/7210/41667 -f 7214/7214/41668 7216/7216/41669 7212/7212/41670 -f 7212/7212/41671 7216/7216/41672 7218/7218/41673 -f 7212/7212/41674 7218/7218/41675 7442/7442/41676 -f 7442/7442/41677 7218/7218/41678 7440/7440/41679 -f 7440/7440/41680 7218/7218/41681 7220/7220/41682 -f 7440/7440/41683 7220/7220/41684 7222/7222/41685 -f 7222/7222/41686 7224/7224/41687 7440/7440/41688 -f 7440/7440/41689 7224/7224/41690 7438/7438/41691 -f 7438/7438/41692 7224/7224/41693 7436/7436/41694 -f 7436/7436/41695 7224/7224/41696 7226/7226/41697 -f 7436/7436/41698 7226/7226/41699 7434/7434/41700 -f 7434/7434/41701 7226/7226/41702 7428/7428/41703 -f 7434/7434/41704 7428/7428/41705 7432/7432/41706 -f 7432/7432/41707 7428/7428/41708 7430/7430/41709 -f 7228/7228/41710 7346/7346/41711 7226/7226/41712 -f 7226/7226/41713 7346/7346/41714 7350/7350/41715 -f 7226/7226/41716 7350/7350/41717 7352/7352/41718 -f 7230/7230/41719 7232/7232/41720 7228/7228/41721 -f 7228/7228/41722 7232/7232/41723 7334/7334/41724 -f 7228/7228/41725 7334/7334/41726 7336/7336/41727 -f 7232/7232/41728 7234/7234/41729 7334/7334/41730 -f 7334/7334/41731 7234/7234/41732 7238/7238/41733 -f 7334/7334/41734 7238/7238/41735 7240/7240/41736 -f 7234/7234/41737 7236/7236/41738 7238/7238/41739 -f 7242/7242/41740 7244/7244/41741 7240/7240/41742 -f 7240/7240/41743 7244/7244/41744 7334/7334/41745 -f 7244/7244/41746 7246/7246/41747 7334/7334/41748 -f 7334/7334/41749 7246/7246/41750 7248/7248/41751 -f 7334/7334/41752 7248/7248/41753 7250/7250/41754 -f 7252/7252/41755 7254/7254/41756 7250/7250/41757 -f 7250/7250/41758 7254/7254/41759 7334/7334/41760 -f 7254/7254/41761 7256/7256/41762 7334/7334/41763 -f 7334/7334/41764 7256/7256/41765 7266/7266/41766 -f 7334/7334/41767 7266/7266/41768 7306/7306/41769 -f 7306/7306/41770 7266/7266/41771 7304/7304/41772 -f 7304/7304/41773 7266/7266/41774 7300/7300/41775 -f 7304/7304/41776 7300/7300/41777 7302/7302/41778 -f 7256/7256/41779 7258/7258/41780 7266/7266/41781 -f 7258/7258/41782 7260/7260/41783 7266/7266/41784 -f 7266/7266/41785 7260/7260/41786 7262/7262/41787 -f 7266/7266/41788 7262/7262/41789 7264/7264/41790 -f 7268/7268/41791 7288/7288/41792 7266/7266/41793 -f 7266/7266/41794 7288/7288/41795 7290/7290/41796 -f 7266/7266/41797 7290/7290/41798 7294/7294/41799 -f 7294/7294/41800 7290/7290/41801 7292/7292/41802 -f 7270/7270/41803 7272/7272/41804 7268/7268/41805 -f 7268/7268/41806 7272/7272/41807 7274/7274/41808 -f 7268/7268/41809 7274/7274/41810 7276/7276/41811 -f 7276/7276/41812 7278/7278/41813 7268/7268/41814 -f 7268/7268/41815 7278/7278/41816 7282/7282/41817 -f 7268/7268/41818 7282/7282/41819 7284/7284/41820 -f 7278/7278/41821 7280/7280/41822 7282/7282/41823 -f 7286/7286/41824 7288/7288/41825 7284/7284/41826 -f 7284/7284/41827 7288/7288/41828 7268/7268/41829 -f 7296/7296/41830 7298/7298/41831 7294/7294/41832 -f 7294/7294/41833 7298/7298/41834 7300/7300/41835 -f 7294/7294/41836 7300/7300/41837 7266/7266/41838 -f 7308/7308/41839 7310/7310/41840 7306/7306/41841 -f 7306/7306/41842 7310/7310/41843 7334/7334/41844 -f 7312/7312/41845 7314/7314/41846 7310/7310/41847 -f 7310/7310/41848 7314/7314/41849 7334/7334/41850 -f 7314/7314/41851 7316/7316/41852 7334/7334/41853 -f 7334/7334/41854 7316/7316/41855 7320/7320/41856 -f 7334/7334/41857 7320/7320/41858 7322/7322/41859 -f 7316/7316/41860 7318/7318/41861 7320/7320/41862 -f 7324/7324/41863 7326/7326/41864 7322/7322/41865 -f 7322/7322/41866 7326/7326/41867 7332/7332/41868 -f 7322/7322/41869 7332/7332/41870 7334/7334/41871 -f 7326/7326/41872 7328/7328/41873 7332/7332/41874 -f 7332/7332/41875 7328/7328/41876 7330/7330/41877 -f 7336/7336/41878 7338/7338/41879 7228/7228/41880 -f 7228/7228/41881 7338/7338/41882 7340/7340/41883 -f 7228/7228/41884 7340/7340/41885 7342/7342/41886 -f 7342/7342/41887 7344/7344/41888 7228/7228/41889 -f 7228/7228/41890 7344/7344/41891 7346/7346/41892 -f 7346/7346/41893 7348/7348/41894 7350/7350/41895 -f 7354/7354/41896 7356/7356/41897 7352/7352/41898 -f 7352/7352/41899 7356/7356/41900 7226/7226/41901 -f 7356/7356/41902 7358/7358/41903 7226/7226/41904 -f 7226/7226/41905 7358/7358/41906 7360/7360/41907 -f 7226/7226/41908 7360/7360/41909 7362/7362/41910 -f 7364/7364/41911 7366/7366/41912 7362/7362/41913 -f 7362/7362/41914 7366/7366/41915 7226/7226/41916 -f 7366/7366/41917 7368/7368/41918 7226/7226/41919 -f 7226/7226/41920 7368/7368/41921 7372/7372/41922 -f 7226/7226/41923 7372/7372/41924 7374/7374/41925 -f 7368/7368/41926 7370/7370/41927 7372/7372/41928 -f 7376/7376/41929 7378/7378/41930 7374/7374/41931 -f 7374/7374/41932 7378/7378/41933 7226/7226/41934 -f 7380/7380/41935 7382/7382/41936 7378/7378/41937 -f 7378/7378/41938 7382/7382/41939 7384/7384/41940 -f 7378/7378/41941 7384/7384/41942 7226/7226/41943 -f 7226/7226/41944 7384/7384/41945 7390/7390/41946 -f 7226/7226/41947 7390/7390/41948 7396/7396/41949 -f 7396/7396/41950 7390/7390/41951 7394/7394/41952 -f 7394/7394/41953 7390/7390/41954 7392/7392/41955 -f 7386/7386/41956 7388/7388/41957 7384/7384/41958 -f 7384/7384/41959 7388/7388/41960 7390/7390/41961 -f 7398/7398/41962 7400/7400/41963 7396/7396/41964 -f 7396/7396/41965 7400/7400/41966 7226/7226/41967 -f 7402/7402/41968 7404/7404/41969 7400/7400/41970 -f 7400/7400/41971 7404/7404/41972 7406/7406/41973 -f 7400/7400/41974 7406/7406/41975 7226/7226/41976 -f 7226/7226/41977 7406/7406/41978 7412/7412/41979 -f 7226/7226/41980 7412/7412/41981 7416/7416/41982 -f 7416/7416/41983 7412/7412/41984 7414/7414/41985 -f 7408/7408/41986 7410/7410/41987 7406/7406/41988 -f 7406/7406/41989 7410/7410/41990 7412/7412/41991 -f 7416/7416/41992 7418/7418/41993 7226/7226/41994 -f 7226/7226/41995 7418/7418/41996 7422/7422/41997 -f 7226/7226/41998 7422/7422/41999 7428/7428/42000 -f 7428/7428/42001 7422/7422/42002 7426/7426/42003 -f 7426/7426/42004 7422/7422/42005 7424/7424/42006 -f 7418/7418/42007 7420/7420/42008 7422/7422/42009 -f 7443/7443/42010 7444/7444/42011 7445/7445/42012 -f 7445/7445/42013 7444/7444/42014 7446/7446/42015 -f 7444/7444/42016 7447/7447/42017 7446/7446/42018 -f 7446/7446/42019 7447/7447/42020 7448/7448/42021 -f 7447/7447/42022 7449/7449/42023 7448/7448/42024 -f 7448/7448/42025 7449/7449/42026 7450/7450/42027 -f 7449/7449/42028 7443/7443/42029 7450/7450/42030 -f 7450/7450/42031 7443/7443/42032 7445/7445/42033 -f 7445/7451/42034 7446/7452/42035 7450/7453/42036 -f 7450/7453/42037 7446/7452/42038 7448/7454/42039 -f 7451/7455/42040 7452/7456/42041 7453/7457/42042 -f 7453/7457/42043 7452/7456/42044 7454/7458/42045 -f 7453/7457/42046 7454/7458/42047 7455/7459/42048 -f 7451/7455/42049 7456/7460/42050 7452/7456/42051 -f 7452/7456/42052 7456/7460/42053 7457/7461/42054 -f 7458/7462/42055 7459/7463/42056 7455/7459/42057 -f 7455/7459/42058 7459/7463/42059 7460/7464/42060 -f 7455/7459/42061 7460/7464/42062 7453/7457/42063 -f 7459/7463/42064 7461/7465/42065 7460/7464/42066 -f 7460/7464/42067 7461/7465/42068 7462/7466/42069 -f 7460/7464/42070 7462/7466/42071 7463/7467/42072 -f 7464/7468/42073 7465/7469/42074 7452/7456/42075 -f 7452/7456/42076 7465/7469/42077 7454/7458/42078 -f 7465/7469/42079 7466/7470/42080 7454/7458/42081 -f 7454/7458/42082 7466/7470/42083 7455/7459/42084 -f 7466/7470/42085 7467/7471/42086 7455/7459/42087 -f 7455/7459/42088 7467/7471/42089 7458/7462/42090 -f 7458/7462/42091 7467/7471/42092 7459/7463/42093 -f 7459/7463/42094 7467/7471/42095 7468/7472/42096 -f 7468/7472/42097 7469/7473/42098 7459/7463/42099 -f 7459/7463/42100 7469/7473/42101 7470/7474/42102 -f 7459/7463/42103 7470/7474/42104 7471/7475/42105 -f 7471/7475/42106 7470/7474/42107 7472/7476/42108 -f 7471/7475/42109 7472/7476/42110 7473/7477/42111 -f 7473/7477/42112 7472/7476/42113 7474/7478/42114 -f 7473/7477/42115 7474/7478/42116 7475/7479/42117 -f 7475/7479/42118 7474/7478/42119 7460/7464/42120 -f 7475/7479/42121 7460/7464/42122 7463/7467/42123 -f 7476/7480/42124 7477/7481/42125 7468/7472/42126 -f 7468/7472/42127 7477/7481/42128 7478/7482/42129 -f 7468/7472/42130 7478/7482/42131 7479/7483/42132 -f 7479/7483/42133 7478/7482/42134 7480/7484/42135 -f 7479/7483/42136 7480/7484/42137 7481/7485/42138 -f 7481/7485/42139 7480/7484/42140 7482/7486/42141 -f 7481/7485/42142 7482/7486/42143 7483/7487/42144 -f 7483/7487/42145 7482/7486/42146 7484/7488/42147 -f 7483/7487/42148 7484/7488/42149 7460/7464/42150 -f 7477/7481/42151 7476/7480/42152 7485/7489/42153 -f 7485/7489/42154 7476/7480/42155 7486/7490/42156 -f 7485/7489/42157 7486/7490/42158 7487/7491/42159 -f 7487/7491/42160 7486/7490/42161 7488/7492/42162 -f 7487/7491/42163 7488/7492/42164 7484/7488/42165 -f 7475/7479/42166 7463/7467/42167 7489/7493/42168 -f 7489/7493/42169 7463/7467/42170 7462/7466/42171 -f 7489/7493/42172 7462/7466/42173 7490/7494/42174 -f 7490/7494/42175 7462/7466/42176 7461/7465/42177 -f 7490/7494/42178 7461/7465/42179 7459/7463/42180 -f 7478/7482/42181 7477/7481/42182 7491/7495/42183 -f 7491/7495/42184 7477/7481/42185 7485/7489/42186 -f 7491/7495/42187 7485/7489/42188 7492/7496/42189 -f 7492/7496/42190 7485/7489/42191 7487/7491/42192 -f 7492/7496/42193 7487/7491/42194 7484/7488/42195 -f 7469/7473/42196 7468/7472/42197 7493/7497/42198 -f 7493/7497/42199 7468/7472/42200 7479/7483/42201 -f 7493/7497/42202 7479/7483/42203 7481/7485/42204 -f 7469/7473/42205 7493/7497/42206 7494/7498/42207 -f 7494/7498/42208 7493/7497/42209 7481/7485/42210 -f 7494/7498/42211 7481/7485/42212 7483/7487/42213 -f 7470/7474/42214 7469/7473/42215 7495/7499/42216 -f 7495/7499/42217 7469/7473/42218 7494/7498/42219 -f 7495/7499/42220 7494/7498/42221 7496/7500/42222 -f 7496/7500/42223 7494/7498/42224 7483/7487/42225 -f 7496/7500/42226 7483/7487/42227 7460/7464/42228 -f 7490/7494/42229 7459/7463/42230 7497/7501/42231 -f 7497/7501/42232 7459/7463/42233 7471/7475/42234 -f 7497/7501/42235 7471/7475/42236 7473/7477/42237 -f 7489/7493/42238 7490/7494/42239 7497/7501/42240 -f 7489/7493/42241 7497/7501/42242 7473/7477/42243 -f 7478/7482/42244 7491/7495/42245 7480/7484/42246 -f 7480/7484/42247 7491/7495/42248 7498/7502/42249 -f 7480/7484/42250 7498/7502/42251 7482/7486/42252 -f 7482/7486/42253 7498/7502/42254 7484/7488/42255 -f 7498/7502/42256 7491/7495/42257 7492/7496/42258 -f 7470/7474/42259 7495/7499/42260 7472/7476/42261 -f 7472/7476/42262 7495/7499/42263 7499/7503/42264 -f 7472/7476/42265 7499/7503/42266 7474/7478/42267 -f 7474/7478/42268 7499/7503/42269 7460/7464/42270 -f 7499/7503/42271 7495/7499/42272 7496/7500/42273 -f 7475/7479/42274 7489/7493/42275 7473/7477/42276 -f 7484/7488/42277 7498/7502/42278 7492/7496/42279 -f 7460/7464/42280 7499/7503/42281 7496/7500/42282 -f 5729/7504/42283 6257/7505/42284 5730/7506/42285 -f 5730/7506/42286 6257/7505/42287 6255/7507/42288 -f 5730/7506/42289 6255/7507/42290 7460/7464/42291 -f 7460/7464/42292 6255/7507/42293 6249/7508/42294 -f 7460/7464/42295 6249/7508/42296 6245/7509/42297 -f 6245/7509/42298 6249/7508/42299 6247/7510/42300 -f 6255/7507/42301 6253/7511/42302 6249/7508/42303 -f 6249/7508/42304 6253/7511/42305 6251/7512/42306 -f 6243/7513/42307 6241/7514/42308 6245/7509/42309 -f 6245/7509/42310 6241/7514/42311 7460/7464/42312 -f 7460/7464/42313 6241/7514/42314 6235/7515/42315 -f 6235/7515/42316 6241/7514/42317 6239/7516/42318 -f 6235/7515/42319 6239/7516/42320 6237/7517/42321 -f 6233/7518/42322 6231/7519/42323 6235/7515/42324 -f 6235/7515/42325 6231/7519/42326 6229/7520/42327 -f 6235/7515/42328 6229/7520/42329 7460/7464/42330 -f 7460/7464/42331 6229/7520/42332 6225/7521/42333 -f 7460/7464/42334 6225/7521/42335 6219/7522/42336 -f 6219/7522/42337 6225/7521/42338 6223/7523/42339 -f 6219/7522/42340 6223/7523/42341 6221/7524/42342 -f 6229/7520/42343 6227/7525/42344 6225/7521/42345 -f 7460/7464/42346 6219/7522/42347 6213/7526/42348 -f 6213/7526/42349 6219/7522/42350 6217/7527/42351 -f 6213/7526/42352 6217/7527/42353 6215/7528/42354 -f 6211/7529/42355 6209/7530/42356 6213/7526/42357 -f 6213/7526/42358 6209/7530/42359 6207/7531/42360 -f 6213/7526/42361 6207/7531/42362 6203/7532/42363 -f 6203/7532/42364 6207/7531/42365 6205/7533/42366 -f 6201/7534/42367 6197/7535/42368 6203/7532/42369 -f 6203/7532/42370 6197/7535/42371 7460/7464/42372 -f 6203/7532/42373 7460/7464/42374 6213/7526/42375 -f 6201/7534/42376 6199/7536/42377 6197/7535/42378 -f 7460/7464/42379 6197/7535/42380 6191/7537/42381 -f 6191/7537/42382 6197/7535/42383 6195/7538/42384 -f 6191/7537/42385 6195/7538/42386 6193/7539/42387 -f 6189/7540/42388 6187/7541/42389 6191/7537/42390 -f 6191/7537/42391 6187/7541/42392 6185/7542/42393 -f 6191/7537/42394 6185/7542/42395 6181/7543/42396 -f 6181/7543/42397 6185/7542/42398 6183/7544/42399 -f 6179/7545/42400 6175/7546/42401 6181/7543/42402 -f 6181/7543/42403 6175/7546/42404 7460/7464/42405 -f 6181/7543/42406 7460/7464/42407 6191/7537/42408 -f 6179/7545/42409 6177/7547/42410 6175/7546/42411 -f 7460/7464/42412 6175/7546/42413 6169/7548/42414 -f 6169/7548/42415 6175/7546/42416 6173/7549/42417 -f 6169/7548/42418 6173/7549/42419 6171/7550/42420 -f 6167/7551/42421 6165/7552/42422 6169/7548/42423 -f 6169/7548/42424 6165/7552/42425 6159/7553/42426 -f 6169/7548/42427 6159/7553/42428 7460/7464/42429 -f 7460/7464/42430 6159/7553/42431 6153/7554/42432 -f 7460/7464/42433 6153/7554/42434 6143/7555/42435 -f 6143/7555/42436 6153/7554/42437 6147/7556/42438 -f 6143/7555/42439 6147/7556/42440 6145/7557/42441 -f 6165/7552/42442 6163/7558/42443 6159/7553/42444 -f 6159/7553/42445 6163/7558/42446 6161/7559/42447 -f 6159/7553/42448 6157/7560/42449 6153/7554/42450 -f 6153/7554/42451 6157/7560/42452 6155/7561/42453 -f 6151/7562/42454 6149/7563/42455 6153/7554/42456 -f 6153/7554/42457 6149/7563/42458 6147/7556/42459 -f 7460/7464/42460 6143/7555/42461 6137/7564/42462 -f 6137/7564/42463 6143/7555/42464 6141/7565/42465 -f 6137/7564/42466 6141/7565/42467 6139/7566/42468 -f 7460/7464/42469 6137/7564/42470 6131/7567/42471 -f 6131/7567/42472 6137/7564/42473 6135/7568/42474 -f 6131/7567/42475 6135/7568/42476 6133/7569/42477 -f 6129/7570/42478 6127/7571/42479 6131/7567/42480 -f 6131/7567/42481 6127/7571/42482 6125/7572/42483 -f 6131/7567/42484 6125/7572/42485 6121/7573/42486 -f 6121/7573/42487 6125/7572/42488 6123/7574/42489 -f 6119/7575/42490 6115/7576/42491 6121/7573/42492 -f 6121/7573/42493 6115/7576/42494 7460/7464/42495 -f 6121/7573/42496 7460/7464/42497 6131/7567/42498 -f 6119/7575/42499 6117/7577/42500 6115/7576/42501 -f 7460/7464/42502 6115/7576/42503 6109/7578/42504 -f 6109/7578/42505 6115/7576/42506 6113/7579/42507 -f 6109/7578/42508 6113/7579/42509 6111/7580/42510 -f 6109/7578/42511 6107/7581/42512 6105/7582/42513 -f 6109/7578/42514 6105/7582/42515 7460/7464/42516 -f 7460/7464/42517 6105/7582/42518 6103/7583/42519 -f 7460/7464/42520 6103/7583/42521 6101/7584/42522 -f 6101/7584/42523 6099/7585/42524 7460/7464/42525 -f 7460/7464/42526 6099/7585/42527 7453/7457/42528 -f 7453/7457/42529 6099/7585/42530 6097/7586/42531 -f 7453/7457/42532 6097/7586/42533 6095/7587/42534 -f 7453/7457/42535 6095/7587/42536 6089/7588/42537 -f 6089/7588/42538 6095/7587/42539 6093/7589/42540 -f 6089/7588/42541 6093/7589/42542 6091/7590/42543 -f 6087/7591/42544 6085/7592/42545 6089/7588/42546 -f 6089/7588/42547 6085/7592/42548 6083/7593/42549 -f 6089/7588/42550 6083/7593/42551 7453/7457/42552 -f 7453/7457/42553 6083/7593/42554 6067/7594/42555 -f 7453/7457/42556 6067/7594/42557 6061/7595/42558 -f 6061/7595/42559 6067/7594/42560 6063/7596/42561 -f 6063/7596/42562 6067/7594/42563 6065/7597/42564 -f 6081/7598/42565 6079/7599/42566 6083/7593/42567 -f 6083/7593/42568 6079/7599/42569 6077/7600/42570 -f 6083/7593/42571 6077/7600/42572 6073/7601/42573 -f 6073/7601/42574 6077/7600/42575 6075/7602/42576 -f 6071/7603/42577 6069/7604/42578 6073/7601/42579 -f 6073/7601/42580 6069/7604/42581 6067/7594/42582 -f 6073/7601/42583 6067/7594/42584 6083/7593/42585 -f 6059/7605/42586 6057/7606/42587 6061/7595/42588 -f 6061/7595/42589 6057/7606/42590 6051/7607/42591 -f 6061/7595/42592 6051/7607/42593 7453/7457/42594 -f 7453/7457/42595 6051/7607/42596 6045/7608/42597 -f 7453/7457/42598 6045/7608/42599 6039/7609/42600 -f 6039/7609/42601 6045/7608/42602 6041/7610/42603 -f 6041/7610/42604 6045/7608/42605 6043/7611/42606 -f 6057/7606/42607 6055/7612/42608 6051/7607/42609 -f 6051/7607/42610 6055/7612/42611 6053/7613/42612 -f 6049/7614/42613 6047/7615/42614 6051/7607/42615 -f 6051/7607/42616 6047/7615/42617 6045/7608/42618 -f 6037/7616/42619 6035/7617/42620 6039/7609/42621 -f 6039/7609/42622 6035/7617/42623 6029/7618/42624 -f 6039/7609/42625 6029/7618/42626 7453/7457/42627 -f 7453/7457/42628 6029/7618/42629 6023/7619/42630 -f 7453/7457/42631 6023/7619/42632 6017/7620/42633 -f 6017/7620/42634 6023/7619/42635 6019/7621/42636 -f 6019/7621/42637 6023/7619/42638 6021/7622/42639 -f 6035/7617/42640 6033/7623/42641 6029/7618/42642 -f 6029/7618/42643 6033/7623/42644 6031/7624/42645 -f 6027/7625/42646 6025/7626/42647 6029/7618/42648 -f 6029/7618/42649 6025/7626/42650 6023/7619/42651 -f 6015/7627/42652 6013/7628/42653 6017/7620/42654 -f 6017/7620/42655 6013/7628/42656 6007/7629/42657 -f 6017/7620/42658 6007/7629/42659 7453/7457/42660 -f 7453/7457/42661 6007/7629/42662 6001/7630/42663 -f 7453/7457/42664 6001/7630/42665 6953/7631/42666 -f 6953/7631/42667 6001/7630/42668 6955/7632/42669 -f 6955/7632/42670 6001/7630/42671 5999/7633/42672 -f 6955/7632/42673 5999/7633/42674 5997/7634/42675 -f 6013/7628/42676 6011/7635/42677 6007/7629/42678 -f 6007/7629/42679 6011/7635/42680 6009/7636/42681 -f 6005/7637/42682 6003/7638/42683 6007/7629/42684 -f 6007/7629/42685 6003/7638/42686 6001/7630/42687 -f 5997/7634/42688 5995/7639/42689 6955/7632/42690 -f 6955/7632/42691 5995/7639/42692 5993/7640/42693 -f 6955/7632/42694 5993/7640/42695 5989/7641/42696 -f 5989/7641/42697 5993/7640/42698 5991/7642/42699 -f 5989/7641/42700 5987/7643/42701 6955/7632/42702 -f 6955/7632/42703 5987/7643/42704 6957/7644/42705 -f 6957/7644/42706 5987/7643/42707 6959/7645/42708 -f 6959/7645/42709 5987/7643/42710 6961/7646/42711 -f 6961/7646/42712 5987/7643/42713 6965/7647/42714 -f 6961/7646/42715 6965/7647/42716 6963/7648/42717 -f 5985/7649/42718 6981/7650/42719 5987/7643/42720 -f 5987/7643/42721 6981/7650/42722 6979/7651/42723 -f 5987/7643/42724 6979/7651/42725 6977/7652/42726 -f 6981/7650/42727 5985/7649/42728 6983/7653/42729 -f 6983/7653/42730 5985/7649/42731 5983/7654/42732 -f 6983/7653/42733 5983/7654/42734 6985/7655/42735 -f 6985/7655/42736 5983/7654/42737 5981/7656/42738 -f 6985/7655/42739 5981/7656/42740 5979/7657/42741 -f 6985/7655/42742 5979/7657/42743 6987/7658/42744 -f 6987/7658/42745 5979/7657/42746 5977/7659/42747 -f 6987/7658/42748 5977/7659/42749 6989/7660/42750 -f 6989/7660/42751 5977/7659/42752 5975/7661/42753 -f 6989/7660/42754 5975/7661/42755 6991/7662/42756 -f 6991/7662/42757 5975/7661/42758 5973/7663/42759 -f 6991/7662/42760 5973/7663/42761 6993/7664/42762 -f 6993/7664/42763 5973/7663/42764 5971/7665/42765 -f 6993/7664/42766 5971/7665/42767 6995/7666/42768 -f 6995/7666/42769 5971/7665/42770 5969/7667/42771 -f 6995/7666/42772 5969/7667/42773 6997/7668/42774 -f 6997/7668/42775 5969/7667/42776 5967/7669/42777 -f 6997/7668/42778 5967/7669/42779 6999/7670/42780 -f 6999/7670/42781 5967/7669/42782 5965/7671/42783 -f 6999/7670/42784 5965/7671/42785 7001/7672/42786 -f 7001/7672/42787 5965/7671/42788 5963/7673/42789 -f 7001/7672/42790 5963/7673/42791 7003/7674/42792 -f 7003/7674/42793 5963/7673/42794 5961/7675/42795 -f 7003/7674/42796 5961/7675/42797 7005/7676/42798 -f 7005/7676/42799 5961/7675/42800 5959/7677/42801 -f 7005/7676/42802 5959/7677/42803 7007/7678/42804 -f 7007/7678/42805 5959/7677/42806 5957/7679/42807 -f 7007/7678/42808 5957/7679/42809 7009/7680/42810 -f 7009/7680/42811 5957/7679/42812 5955/7681/42813 -f 7009/7680/42814 5955/7681/42815 7011/7682/42816 -f 7011/7682/42817 5955/7681/42818 5953/7683/42819 -f 7011/7682/42820 5953/7683/42821 7013/7684/42822 -f 7013/7684/42823 5953/7683/42824 5951/7685/42825 -f 7013/7684/42826 5951/7685/42827 7015/7686/42828 -f 7015/7686/42829 5951/7685/42830 5949/7687/42831 -f 7015/7686/42832 5949/7687/42833 7017/7688/42834 -f 7017/7688/42835 5949/7687/42836 5947/7689/42837 -f 7017/7688/42838 5947/7689/42839 7019/7690/42840 -f 7019/7690/42841 5947/7689/42842 5945/7691/42843 -f 7019/7690/42844 5945/7691/42845 7021/7692/42846 -f 7021/7692/42847 5945/7691/42848 5943/7693/42849 -f 7021/7692/42850 5943/7693/42851 7023/7694/42852 -f 7023/7694/42853 5943/7693/42854 7025/7695/42855 -f 7025/7695/42856 5943/7693/42857 5941/7696/42858 -f 7025/7695/42859 5941/7696/42860 7027/7697/42861 -f 7027/7697/42862 5941/7696/42863 5939/7698/42864 -f 7027/7697/42865 5939/7698/42866 7029/7699/42867 -f 7029/7699/42868 5939/7698/42869 7031/7700/42870 -f 7031/7700/42871 5939/7698/42872 5937/7701/42873 -f 7031/7700/42874 5937/7701/42875 7033/7702/42876 -f 7033/7702/42877 5937/7701/42878 5935/7703/42879 -f 7033/7702/42880 5935/7703/42881 5933/7704/42882 -f 5931/7705/42883 7037/7706/42884 5933/7704/42885 -f 5933/7704/42886 7037/7706/42887 7035/7707/42888 -f 5933/7704/42889 7035/7707/42890 7033/7702/42891 -f 5931/7705/42892 5929/7708/42893 7037/7706/42894 -f 7037/7706/42895 5929/7708/42896 7039/7709/42897 -f 7039/7709/42898 5929/7708/42899 5927/7710/42900 -f 7039/7709/42901 5927/7710/42902 7041/7711/42903 -f 7041/7711/42904 5927/7710/42905 7043/7712/42906 -f 7043/7712/42907 5927/7710/42908 5925/7713/42909 -f 7043/7712/42910 5925/7713/42911 7045/7714/42912 -f 7045/7714/42913 5925/7713/42914 5923/7715/42915 -f 7045/7714/42916 5923/7715/42917 7047/7716/42918 -f 7047/7716/42919 5923/7715/42920 5921/7717/42921 -f 7047/7716/42922 5921/7717/42923 5919/7718/42924 -f 7047/7716/42925 5919/7718/42926 7049/7719/42927 -f 7049/7719/42928 5919/7718/42929 5917/7720/42930 -f 7049/7719/42931 5917/7720/42932 7051/7721/42933 -f 7051/7721/42934 5917/7720/42935 7053/7722/42936 -f 7053/7722/42937 5917/7720/42938 5915/7723/42939 -f 7053/7722/42940 5915/7723/42941 7055/7724/42942 -f 7055/7724/42943 5915/7723/42944 5913/7725/42945 -f 7055/7724/42946 5913/7725/42947 5911/7726/42948 -f 5909/7727/42949 7059/7728/42950 5911/7726/42951 -f 5911/7726/42952 7059/7728/42953 7057/7729/42954 -f 5911/7726/42955 7057/7729/42956 7055/7724/42957 -f 7059/7728/42958 5909/7727/42959 7061/7730/42960 -f 7061/7730/42961 5909/7727/42962 5907/7731/42963 -f 7061/7730/42964 5907/7731/42965 5905/7732/42966 -f 5903/7733/42967 7065/7734/42968 5905/7732/42969 -f 5905/7732/42970 7065/7734/42971 7063/7735/42972 -f 5905/7732/42973 7063/7735/42974 7061/7730/42975 -f 5903/7733/42976 5901/7736/42977 7065/7734/42978 -f 7065/7734/42979 5901/7736/42980 7067/7737/42981 -f 7067/7737/42982 5901/7736/42983 7069/7738/42984 -f 7069/7738/42985 5901/7736/42986 5899/7739/42987 -f 7069/7738/42988 5899/7739/42989 7071/7740/42990 -f 7071/7740/42991 5899/7739/42992 5897/7741/42993 -f 7071/7740/42994 5897/7741/42995 7073/7742/42996 -f 7073/7742/42997 5897/7741/42998 6477/7743/42999 -f 7073/7742/43000 6477/7743/43001 6475/7744/43002 -f 5895/7745/43003 5893/7746/43004 5897/7741/43005 -f 5897/7741/43006 5893/7746/43007 5891/7747/43008 -f 5897/7741/43009 5891/7747/43010 6637/7748/43011 -f 6637/7748/43012 5891/7747/43013 5881/7749/43014 -f 6637/7748/43015 5881/7749/43016 5875/7750/43017 -f 5875/7750/43018 5881/7749/43019 5877/7751/43020 -f 5877/7751/43021 5881/7749/43022 5879/7752/43023 -f 5889/7753/43024 5887/7754/43025 5891/7747/43026 -f 5891/7747/43027 5887/7754/43028 5885/7755/43029 -f 5891/7747/43030 5885/7755/43031 5881/7749/43032 -f 5881/7749/43033 5885/7755/43034 5883/7756/43035 -f 5873/7757/43036 5871/7758/43037 5875/7750/43038 -f 5875/7750/43039 5871/7758/43040 5869/7759/43041 -f 5875/7750/43042 5869/7759/43043 6637/7748/43044 -f 6637/7748/43045 5869/7759/43046 5859/7760/43047 -f 6637/7748/43048 5859/7760/43049 5845/7761/43050 -f 5845/7761/43051 5859/7760/43052 5853/7762/43053 -f 5845/7761/43054 5853/7762/43055 5847/7763/43056 -f 5847/7763/43057 5853/7762/43058 5849/7764/43059 -f 5849/7764/43060 5853/7762/43061 5851/7765/43062 -f 5867/7766/43063 5865/7767/43064 5869/7759/43065 -f 5869/7759/43066 5865/7767/43067 5859/7760/43068 -f 5865/7767/43069 5863/7768/43070 5859/7760/43071 -f 5859/7760/43072 5863/7768/43073 5861/7769/43074 -f 5857/7770/43075 5855/7771/43076 5859/7760/43077 -f 5859/7760/43078 5855/7771/43079 5853/7762/43080 -f 5845/7761/43081 5843/7772/43082 6637/7748/43083 -f 6637/7748/43084 5843/7772/43085 6639/7773/43086 -f 6639/7773/43087 5843/7772/43088 6641/7774/43089 -f 6641/7774/43090 5843/7772/43091 6645/7775/43092 -f 6641/7774/43093 6645/7775/43094 6643/7776/43095 -f 5841/7777/43096 6679/7778/43097 5843/7772/43098 -f 5843/7772/43099 6679/7778/43100 6677/7779/43101 -f 5843/7772/43102 6677/7779/43103 6675/7780/43104 -f 5841/7777/43105 5839/7781/43106 6679/7778/43107 -f 6679/7778/43108 5839/7781/43109 6681/7782/43110 -f 6681/7782/43111 5839/7781/43112 6259/7783/43113 -f 6259/7783/43114 5839/7781/43115 5837/7784/43116 -f 6259/7783/43117 5837/7784/43118 5835/7785/43119 -f 6259/7783/43120 5835/7785/43121 6260/7786/43122 -f 6260/7786/43123 5835/7785/43124 5833/7787/43125 -f 6260/7786/43126 5833/7787/43127 5831/7788/43128 -f 6260/7786/43129 5831/7788/43130 6263/7789/43131 -f 6263/7789/43132 5831/7788/43133 5829/7790/43134 -f 6263/7789/43135 5829/7790/43136 5827/7791/43137 -f 5827/7791/43138 5825/7792/43139 6263/7789/43140 -f 6263/7789/43141 5825/7792/43142 5823/7793/43143 -f 6263/7789/43144 5823/7793/43145 5821/7794/43146 -f 5821/7794/43147 5819/7795/43148 6263/7789/43149 -f 6263/7789/43150 5819/7795/43151 5817/7796/43152 -f 6263/7789/43153 5817/7796/43154 5813/7797/43155 -f 5813/7797/43156 5817/7796/43157 5815/7798/43158 -f 5813/7797/43159 5811/7799/43160 6263/7789/43161 -f 6263/7789/43162 5811/7799/43163 5809/7800/43164 -f 6263/7789/43165 5809/7800/43166 5807/7801/43167 -f 5805/7802/43168 5803/7803/43169 5807/7801/43170 -f 5807/7801/43171 5803/7803/43172 6263/7789/43173 -f 5803/7803/43174 5801/7804/43175 6263/7789/43176 -f 6263/7789/43177 5801/7804/43178 5797/7805/43179 -f 6263/7789/43180 5797/7805/43181 5795/7806/43182 -f 5801/7804/43183 5799/7807/43184 5797/7805/43185 -f 5793/7808/43186 5791/7809/43187 5795/7806/43188 -f 5795/7806/43189 5791/7809/43190 6263/7789/43191 -f 6263/7789/43192 5791/7809/43193 5785/7810/43194 -f 5785/7810/43195 5791/7809/43196 5789/7811/43197 -f 5785/7810/43198 5789/7811/43199 5787/7812/43200 -f 5783/7813/43201 5781/7814/43202 5785/7810/43203 -f 5785/7810/43204 5781/7814/43205 6263/7789/43206 -f 5781/7814/43207 5779/7815/43208 6263/7789/43209 -f 6263/7789/43210 5779/7815/43211 5775/7816/43212 -f 6263/7789/43213 5775/7816/43214 5769/7817/43215 -f 5769/7817/43216 5775/7816/43217 5773/7818/43218 -f 5769/7817/43219 5773/7818/43220 5771/7819/43221 -f 5779/7815/43222 5777/7820/43223 5775/7816/43224 -f 6263/7789/43225 5769/7817/43226 5763/7821/43227 -f 5763/7821/43228 5769/7817/43229 5767/7822/43230 -f 5763/7821/43231 5767/7822/43232 5765/7823/43233 -f 5761/7824/43234 5759/7825/43235 5763/7821/43236 -f 5763/7821/43237 5759/7825/43238 6263/7789/43239 -f 6263/7789/43240 5759/7825/43241 6265/7826/43242 -f 6265/7826/43243 5759/7825/43244 5757/7827/43245 -f 6265/7826/43246 5757/7827/43247 5753/7828/43248 -f 5753/7828/43249 5757/7827/43250 5755/7829/43251 -f 6265/7826/43252 5753/7828/43253 5747/7830/43254 -f 5747/7830/43255 5753/7828/43256 5751/7831/43257 -f 5747/7830/43258 5751/7831/43259 5749/7832/43260 -f 5745/7833/43261 5743/7834/43262 5747/7830/43263 -f 5747/7830/43264 5743/7834/43265 5741/7835/43266 -f 5747/7830/43267 5741/7835/43268 6265/7826/43269 -f 6265/7826/43270 5741/7835/43271 5739/7836/43272 -f 6265/7826/43273 5739/7836/43274 5737/7837/43275 -f 5737/7837/43276 5735/7838/43277 6265/7826/43278 -f 6265/7826/43279 5735/7838/43280 7439/7839/43281 -f 6265/7826/43282 7439/7839/43283 6267/7840/43284 -f 6267/7840/43285 7439/7839/43286 6271/7841/43287 -f 6267/7840/43288 6271/7841/43289 6269/7842/43290 -f 7439/7839/43291 5735/7838/43292 7441/7843/43293 -f 7441/7843/43294 5735/7838/43295 5733/7844/43296 -f 7441/7843/43297 5733/7844/43298 7103/7845/43299 -f 7103/7845/43300 5733/7844/43301 5730/7506/43302 -f 7103/7845/43303 5730/7506/43304 7104/7846/43305 -f 7104/7846/43306 5730/7506/43307 7460/7464/43308 -f 7104/7846/43309 7460/7464/43310 7447/7447/43311 -f 7447/7447/43312 7460/7464/43313 7484/7488/43314 -f 7447/7447/43315 7484/7488/43316 7449/7449/43317 -f 7449/7449/43318 7484/7488/43319 7500/7847/43320 -f 7449/7449/43321 7500/7847/43322 7443/7443/43323 -f 7443/7443/43324 7500/7847/43325 7444/7444/43326 -f 7444/7444/43327 7500/7847/43328 7453/7457/43329 -f 7444/7444/43330 7453/7457/43331 6895/7848/43332 -f 6895/7848/43333 7453/7457/43334 6897/7849/43335 -f 6897/7849/43336 7453/7457/43337 6899/7850/43338 -f 6899/7850/43339 7453/7457/43340 6903/7851/43341 -f 6899/7850/43342 6903/7851/43343 6901/7852/43344 -f 6675/7780/43345 6673/7853/43346 5843/7772/43347 -f 5843/7772/43348 6673/7853/43349 6671/7854/43350 -f 5843/7772/43351 6671/7854/43352 6669/7855/43353 -f 6669/7855/43354 6667/7856/43355 5843/7772/43356 -f 5843/7772/43357 6667/7856/43358 6665/7857/43359 -f 5843/7772/43360 6665/7857/43361 6663/7858/43362 -f 6663/7858/43363 6661/7859/43364 5843/7772/43365 -f 5843/7772/43366 6661/7859/43367 6659/7860/43368 -f 5843/7772/43369 6659/7860/43370 6657/7861/43371 -f 6657/7861/43372 6655/7862/43373 5843/7772/43374 -f 5843/7772/43375 6655/7862/43376 6653/7863/43377 -f 5843/7772/43378 6653/7863/43379 6651/7864/43380 -f 6649/7865/43381 6647/7866/43382 6651/7864/43383 -f 6651/7864/43384 6647/7866/43385 5843/7772/43386 -f 6647/7866/43387 6645/7775/43388 5843/7772/43389 -f 6635/7867/43390 6633/7868/43391 6637/7748/43392 -f 6637/7748/43393 6633/7868/43394 6631/7869/43395 -f 6637/7748/43396 6631/7869/43397 6535/7870/43398 -f 6535/7870/43399 6631/7869/43400 6537/7871/43401 -f 6537/7871/43402 6631/7869/43403 6539/7872/43404 -f 6539/7872/43405 6631/7869/43406 6545/7873/43407 -f 6539/7872/43408 6545/7873/43409 6543/7874/43410 -f 6629/7875/43411 6627/7876/43412 6631/7869/43413 -f 6631/7869/43414 6627/7876/43415 6625/7877/43416 -f 6631/7869/43417 6625/7877/43418 6545/7873/43419 -f 6545/7873/43420 6625/7877/43421 6621/7878/43422 -f 6545/7873/43423 6621/7878/43424 6615/7879/43425 -f 6615/7879/43426 6621/7878/43427 6619/7880/43428 -f 6615/7879/43429 6619/7880/43430 6617/7881/43431 -f 6625/7877/43432 6623/7882/43433 6621/7878/43434 -f 6613/7883/43435 6611/7884/43436 6615/7879/43437 -f 6615/7879/43438 6611/7884/43439 6609/7885/43440 -f 6615/7879/43441 6609/7885/43442 6551/7886/43443 -f 6551/7886/43444 6609/7885/43445 6555/7887/43446 -f 6551/7886/43447 6555/7887/43448 6553/7888/43449 -f 6607/7889/43450 6605/7890/43451 6609/7885/43452 -f 6609/7885/43453 6605/7890/43454 6559/7891/43455 -f 6609/7885/43456 6559/7891/43457 6557/7892/43458 -f 6605/7890/43459 6603/7893/43460 6559/7891/43461 -f 6559/7891/43462 6603/7893/43463 6565/7894/43464 -f 6559/7891/43465 6565/7894/43466 6563/7895/43467 -f 6601/7896/43468 6599/7897/43469 6603/7893/43470 -f 6603/7893/43471 6599/7897/43472 6565/7894/43473 -f 6597/7898/43474 6595/7899/43475 6599/7897/43476 -f 6599/7897/43477 6595/7899/43478 6593/7900/43479 -f 6599/7897/43480 6593/7900/43481 6565/7894/43482 -f 6565/7894/43483 6593/7900/43484 6569/7901/43485 -f 6565/7894/43486 6569/7901/43487 6567/7902/43488 -f 6591/7903/43489 6589/7904/43490 6593/7900/43491 -f 6593/7900/43492 6589/7904/43493 6575/7905/43494 -f 6593/7900/43495 6575/7905/43496 6571/7906/43497 -f 6571/7906/43498 6575/7905/43499 6573/7907/43500 -f 6589/7904/43501 6587/7908/43502 6575/7905/43503 -f 6575/7905/43504 6587/7908/43505 6577/7909/43506 -f 6577/7909/43507 6587/7908/43508 6581/7910/43509 -f 6577/7909/43510 6581/7910/43511 6579/7911/43512 -f 6587/7908/43513 6585/7912/43514 6581/7910/43515 -f 6581/7910/43516 6585/7912/43517 6583/7913/43518 -f 6571/7906/43519 6569/7901/43520 6593/7900/43521 -f 6563/7895/43522 6561/7914/43523 6559/7891/43524 -f 6557/7892/43525 6555/7887/43526 6609/7885/43527 -f 6615/7879/43528 6551/7886/43529 6545/7873/43530 -f 6545/7873/43531 6551/7886/43532 6549/7915/43533 -f 6545/7873/43534 6549/7915/43535 6547/7916/43536 -f 6543/7874/43537 6541/7917/43538 6539/7872/43539 -f 6637/7748/43540 6535/7870/43541 5897/7741/43542 -f 5897/7741/43543 6535/7870/43544 6533/7918/43545 -f 5897/7741/43546 6533/7918/43547 6529/7919/43548 -f 6529/7919/43549 6533/7918/43550 6531/7920/43551 -f 5897/7741/43552 6529/7919/43553 6523/7921/43554 -f 6523/7921/43555 6529/7919/43556 6527/7922/43557 -f 6523/7921/43558 6527/7922/43559 6525/7923/43560 -f 6521/7924/43561 6519/7925/43562 6523/7921/43563 -f 6523/7921/43564 6519/7925/43565 6517/7926/43566 -f 6523/7921/43567 6517/7926/43568 5897/7741/43569 -f 5897/7741/43570 6517/7926/43571 6513/7927/43572 -f 5897/7741/43573 6513/7927/43574 6511/7928/43575 -f 6517/7926/43576 6515/7929/43577 6513/7927/43578 -f 6509/7930/43579 6507/7931/43580 6511/7928/43581 -f 6511/7928/43582 6507/7931/43583 5897/7741/43584 -f 6505/7932/43585 6503/7933/43586 6507/7931/43587 -f 6507/7931/43588 6503/7933/43589 6501/7934/43590 -f 6507/7931/43591 6501/7934/43592 5897/7741/43593 -f 5897/7741/43594 6501/7934/43595 6495/7935/43596 -f 5897/7741/43597 6495/7935/43598 6491/7936/43599 -f 6491/7936/43600 6495/7935/43601 6493/7937/43602 -f 6499/7938/43603 6497/7939/43604 6501/7934/43605 -f 6501/7934/43606 6497/7939/43607 6495/7935/43608 -f 6491/7936/43609 6489/7940/43610 5897/7741/43611 -f 5897/7741/43612 6489/7940/43613 6485/7941/43614 -f 5897/7741/43615 6485/7941/43616 6479/7942/43617 -f 6479/7942/43618 6485/7941/43619 6481/7943/43620 -f 6481/7943/43621 6485/7941/43622 6483/7944/43623 -f 6489/7940/43624 6487/7945/43625 6485/7941/43626 -f 6479/7942/43627 6477/7743/43628 5897/7741/43629 -f 7073/7742/43630 6475/7744/43631 6469/7946/43632 -f 6469/7946/43633 6475/7744/43634 6473/7947/43635 -f 6469/7946/43636 6473/7947/43637 6471/7948/43638 -f 7073/7742/43639 6469/7946/43640 6463/7949/43641 -f 6463/7949/43642 6469/7946/43643 6467/7950/43644 -f 6463/7949/43645 6467/7950/43646 6465/7951/43647 -f 6463/7949/43648 6461/7952/43649 7073/7742/43650 -f 6461/7952/43651 6459/7953/43652 7073/7742/43653 -f 7073/7742/43654 6459/7953/43655 6455/7954/43656 -f 7073/7742/43657 6455/7954/43658 6449/7955/43659 -f 6449/7955/43660 6455/7954/43661 6453/7956/43662 -f 6449/7955/43663 6453/7956/43664 6451/7957/43665 -f 6459/7953/43666 6457/7958/43667 6455/7954/43668 -f 6447/7959/43669 6445/7960/43670 6449/7955/43671 -f 6449/7955/43672 6445/7960/43673 6443/7961/43674 -f 6449/7955/43675 6443/7961/43676 7073/7742/43677 -f 7073/7742/43678 6443/7961/43679 6439/7962/43680 -f 7073/7742/43681 6439/7962/43682 6433/7963/43683 -f 6433/7963/43684 6439/7962/43685 6437/7964/43686 -f 6433/7963/43687 6437/7964/43688 6435/7965/43689 -f 6443/7961/43690 6441/7966/43691 6439/7962/43692 -f 6433/7963/43693 6431/7967/43694 7073/7742/43695 -f 7073/7742/43696 6431/7967/43697 6429/7968/43698 -f 7073/7742/43699 6429/7968/43700 6427/7969/43701 -f 6425/7970/43702 7331/7971/43703 6427/7969/43704 -f 6427/7969/43705 7331/7971/43706 6684/7972/43707 -f 6427/7969/43708 6684/7972/43709 6683/7973/43710 -f 6423/7974/43711 6421/7975/43712 6425/7970/43713 -f 6425/7970/43714 6421/7975/43715 6325/7976/43716 -f 6425/7970/43717 6325/7976/43718 6323/7977/43719 -f 6325/7976/43720 6421/7975/43721 6415/7978/43722 -f 6415/7978/43723 6421/7975/43724 6419/7979/43725 -f 6415/7978/43726 6419/7979/43727 6417/7980/43728 -f 6413/7981/43729 6411/7982/43730 6415/7978/43731 -f 6415/7978/43732 6411/7982/43733 6409/7983/43734 -f 6415/7978/43735 6409/7983/43736 6327/7984/43737 -f 6327/7984/43738 6409/7983/43739 6331/7985/43740 -f 6327/7984/43741 6331/7985/43742 6329/7986/43743 -f 6407/7987/43744 6405/7988/43745 6409/7983/43746 -f 6409/7983/43747 6405/7988/43748 6403/7989/43749 -f 6409/7983/43750 6403/7989/43751 6337/7990/43752 -f 6337/7990/43753 6403/7989/43754 6399/7991/43755 -f 6337/7990/43756 6399/7991/43757 6343/7992/43758 -f 6343/7992/43759 6399/7991/43760 6393/7993/43761 -f 6343/7992/43762 6393/7993/43763 6347/7994/43764 -f 6347/7994/43765 6393/7993/43766 6349/7995/43767 -f 6349/7995/43768 6393/7993/43769 6353/7996/43770 -f 6349/7995/43771 6353/7996/43772 6351/7997/43773 -f 6403/7989/43774 6401/7998/43775 6399/7991/43776 -f 6397/7999/43777 6395/8000/43778 6399/7991/43779 -f 6399/7991/43780 6395/8000/43781 6393/7993/43782 -f 6391/8001/43783 6389/8002/43784 6393/7993/43785 -f 6393/7993/43786 6389/8002/43787 6387/8003/43788 -f 6393/7993/43789 6387/8003/43790 6353/7996/43791 -f 6353/7996/43792 6387/8003/43793 6383/8004/43794 -f 6353/7996/43795 6383/8004/43796 6359/8005/43797 -f 6359/8005/43798 6383/8004/43799 6381/8006/43800 -f 6359/8005/43801 6381/8006/43802 6377/8007/43803 -f 6377/8007/43804 6381/8006/43805 6379/8008/43806 -f 6387/8003/43807 6385/8009/43808 6383/8004/43809 -f 6375/8010/43810 6365/8011/43811 6377/8007/43812 -f 6377/8007/43813 6365/8011/43814 6363/8012/43815 -f 6377/8007/43816 6363/8012/43817 6359/8005/43818 -f 6359/8005/43819 6363/8012/43820 6361/8013/43821 -f 6375/8010/43822 6373/8014/43823 6365/8011/43824 -f 6365/8011/43825 6373/8014/43826 6371/8015/43827 -f 6365/8011/43828 6371/8015/43829 6367/8016/43830 -f 6367/8016/43831 6371/8015/43832 6369/8017/43833 -f 6359/8005/43834 6357/8018/43835 6353/7996/43836 -f 6353/7996/43837 6357/8018/43838 6355/8019/43839 -f 6347/7994/43840 6345/8020/43841 6343/7992/43842 -f 6343/7992/43843 6341/8021/43844 6337/7990/43845 -f 6337/7990/43846 6341/8021/43847 6339/8022/43848 -f 6409/7983/43849 6337/7990/43850 6331/7985/43851 -f 6331/7985/43852 6337/7990/43853 6335/8023/43854 -f 6331/7985/43855 6335/8023/43856 6333/8024/43857 -f 6327/7984/43858 6325/7976/43859 6415/7978/43860 -f 6425/7970/43861 6323/7977/43862 7333/8025/43863 -f 7333/8025/43864 6323/7977/43865 6321/8026/43866 -f 7333/8025/43867 6321/8026/43868 6319/8027/43869 -f 6319/8027/43870 6317/8028/43871 7333/8025/43872 -f 7333/8025/43873 6317/8028/43874 6315/8029/43875 -f 7333/8025/43876 6315/8029/43877 6309/8030/43878 -f 6309/8030/43879 6315/8029/43880 6311/8031/43881 -f 6311/8031/43882 6315/8029/43883 6313/8032/43884 -f 6307/8033/43885 6305/8034/43886 6309/8030/43887 -f 6309/8030/43888 6305/8034/43889 7333/8025/43890 -f 6303/8035/43891 6301/8036/43892 6305/8034/43893 -f 6305/8034/43894 6301/8036/43895 6299/8037/43896 -f 6305/8034/43897 6299/8037/43898 7333/8025/43899 -f 7333/8025/43900 6299/8037/43901 6293/8038/43902 -f 7333/8025/43903 6293/8038/43904 6289/8039/43905 -f 6289/8039/43906 6293/8038/43907 6291/8040/43908 -f 6297/8041/43909 6295/8042/43910 6299/8037/43911 -f 6299/8037/43912 6295/8042/43913 6293/8038/43914 -f 6287/8043/43915 7353/8044/43916 6289/8039/43917 -f 6289/8039/43918 7353/8044/43919 7347/8045/43920 -f 6289/8039/43921 7347/8045/43922 7343/8046/43923 -f 7343/8046/43924 7347/8045/43925 7345/8047/43926 -f 6285/8048/43927 6283/8049/43928 6287/8043/43929 -f 6287/8043/43930 6283/8049/43931 7353/8044/43932 -f 6283/8049/43933 6281/8050/43934 7353/8044/43935 -f 7353/8044/43936 6281/8050/43937 6279/8051/43938 -f 7353/8044/43939 6279/8051/43940 6277/8052/43941 -f 6277/8052/43942 6275/8053/43943 7353/8044/43944 -f 7353/8044/43945 6275/8053/43946 7357/8054/43947 -f 7353/8044/43948 7357/8054/43949 7355/8055/43950 -f 6273/8056/43951 7439/7839/43952 6275/8053/43953 -f 6275/8053/43954 7439/7839/43955 7437/8057/43956 -f 6275/8053/43957 7437/8057/43958 7435/8058/43959 -f 6273/8056/43960 6271/7841/43961 7439/7839/43962 -f 7101/8059/43963 7099/8060/43964 6683/7973/43965 -f 6683/7973/43966 7099/8060/43967 6427/7969/43968 -f 6427/7969/43969 7099/8060/43970 7093/8061/43971 -f 7093/8061/43972 7099/8060/43973 7097/8062/43974 -f 7093/8061/43975 7097/8062/43976 7095/8063/43977 -f 6427/7969/43978 7093/8061/43979 7087/8064/43980 -f 7087/8064/43981 7093/8061/43982 7091/8065/43983 -f 7087/8064/43984 7091/8065/43985 7089/8066/43986 -f 7085/8067/43987 7083/8068/43988 7087/8064/43989 -f 7087/8064/43990 7083/8068/43991 6427/7969/43992 -f 6427/7969/43993 7083/8068/43994 7077/8069/43995 -f 7077/8069/43996 7083/8068/43997 7081/8070/43998 -f 7077/8069/43999 7081/8070/44000 7079/8071/44001 -f 7075/8072/44002 7073/7742/44003 7077/8069/44004 -f 7077/8069/44005 7073/7742/44006 6427/7969/44007 -f 6977/7652/44008 6975/8073/44009 5987/7643/44010 -f 5987/7643/44011 6975/8073/44012 6973/8074/44013 -f 5987/7643/44014 6973/8074/44015 6971/8075/44016 -f 6971/8075/44017 6969/8076/44018 5987/7643/44019 -f 5987/7643/44020 6969/8076/44021 6967/8077/44022 -f 5987/7643/44023 6967/8077/44024 6965/7647/44025 -f 6951/8078/44026 6949/8079/44027 6953/7631/44028 -f 6953/7631/44029 6949/8079/44030 6947/8080/44031 -f 6953/7631/44032 6947/8080/44033 7453/7457/44034 -f 7453/7457/44035 6947/8080/44036 6937/8081/44037 -f 7453/7457/44038 6937/8081/44039 6931/8082/44040 -f 6931/8082/44041 6937/8081/44042 6933/8083/44043 -f 6933/8083/44044 6937/8081/44045 6935/8084/44046 -f 6945/8085/44047 6943/8086/44048 6947/8080/44049 -f 6947/8080/44050 6943/8086/44051 6937/8081/44052 -f 6943/8086/44053 6941/8087/44054 6937/8081/44055 -f 6937/8081/44056 6941/8087/44057 6939/8088/44058 -f 6929/8089/44059 6927/8090/44060 6931/8082/44061 -f 6931/8082/44062 6927/8090/44063 6925/8091/44064 -f 6931/8082/44065 6925/8091/44066 7453/7457/44067 -f 7453/7457/44068 6925/8091/44069 6921/8092/44070 -f 7453/7457/44071 6921/8092/44072 6915/8093/44073 -f 6915/8093/44074 6921/8092/44075 6919/8094/44076 -f 6915/8093/44077 6919/8094/44078 6917/8095/44079 -f 6925/8091/44080 6923/8096/44081 6921/8092/44082 -f 6913/8097/44083 6911/8098/44084 6915/8093/44085 -f 6915/8093/44086 6911/8098/44087 6909/8099/44088 -f 6915/8093/44089 6909/8099/44090 7453/7457/44091 -f 7453/7457/44092 6909/8099/44093 6903/7851/44094 -f 6907/8100/44095 6905/8101/44096 6909/8099/44097 -f 6909/8099/44098 6905/8101/44099 6903/7851/44100 -f 6895/7848/44101 6893/8102/44102 7444/7444/44103 -f 7444/7444/44104 6893/8102/44105 6883/8103/44106 -f 7444/7444/44107 6883/8103/44108 6877/8104/44109 -f 6877/8104/44110 6883/8103/44111 6881/8105/44112 -f 6877/8104/44113 6881/8105/44114 6879/8106/44115 -f 6891/8107/44116 6889/8108/44117 6893/8102/44118 -f 6893/8102/44119 6889/8108/44120 6883/8103/44121 -f 6889/8108/44122 6887/8109/44123 6883/8103/44124 -f 6883/8103/44125 6887/8109/44126 6885/8110/44127 -f 6875/8111/44128 6873/8112/44129 6877/8104/44130 -f 6877/8104/44131 6873/8112/44132 6871/8113/44133 -f 6877/8104/44134 6871/8113/44135 6867/8114/44136 -f 6867/8114/44137 6871/8113/44138 6869/8115/44139 -f 6865/8116/44140 6861/8117/44141 6867/8114/44142 -f 6867/8114/44143 6861/8117/44144 7444/7444/44145 -f 6867/8114/44146 7444/7444/44147 6877/8104/44148 -f 6865/8116/44149 6863/8118/44150 6861/8117/44151 -f 7444/7444/44152 6861/8117/44153 6855/8119/44154 -f 6855/8119/44155 6861/8117/44156 6859/8120/44157 -f 6855/8119/44158 6859/8120/44159 6857/8121/44160 -f 6853/8122/44161 6851/8123/44162 6855/8119/44163 -f 6855/8119/44164 6851/8123/44165 6849/8124/44166 -f 6855/8119/44167 6849/8124/44168 6845/8125/44169 -f 6845/8125/44170 6849/8124/44171 6847/8126/44172 -f 6843/8127/44173 6839/8128/44174 6845/8125/44175 -f 6845/8125/44176 6839/8128/44177 7444/7444/44178 -f 6845/8125/44179 7444/7444/44180 6855/8119/44181 -f 6843/8127/44182 6841/8129/44183 6839/8128/44184 -f 7444/7444/44185 6839/8128/44186 6833/8130/44187 -f 6833/8130/44188 6839/8128/44189 6837/8131/44190 -f 6833/8130/44191 6837/8131/44192 6835/8132/44193 -f 6833/8130/44194 6831/8133/44195 6825/8134/44196 -f 6833/8130/44197 6825/8134/44198 7444/7444/44199 -f 7444/7444/44200 6825/8134/44201 6819/8135/44202 -f 7444/7444/44203 6819/8135/44204 6813/8136/44205 -f 6813/8136/44206 6819/8135/44207 6815/8137/44208 -f 6815/8137/44209 6819/8135/44210 6817/8138/44211 -f 6831/8133/44212 6829/8139/44213 6825/8134/44214 -f 6825/8134/44215 6829/8139/44216 6827/8140/44217 -f 6825/8134/44218 6823/8141/44219 6819/8135/44220 -f 6819/8135/44221 6823/8141/44222 6821/8142/44223 -f 6811/8143/44224 6809/8144/44225 6813/8136/44226 -f 6813/8136/44227 6809/8144/44228 7444/7444/44229 -f 7444/7444/44230 6809/8144/44231 6803/8145/44232 -f 6803/8145/44233 6809/8144/44234 6807/8146/44235 -f 6803/8145/44236 6807/8146/44237 6805/8147/44238 -f 7444/7444/44239 6803/8145/44240 6797/8148/44241 -f 6797/8148/44242 6803/8145/44243 6801/8149/44244 -f 6797/8148/44245 6801/8149/44246 6799/8150/44247 -f 6795/8151/44248 6793/8152/44249 6797/8148/44250 -f 6797/8148/44251 6793/8152/44252 6791/8153/44253 -f 6797/8148/44254 6791/8153/44255 6787/8154/44256 -f 6787/8154/44257 6791/8153/44258 6789/8155/44259 -f 6785/8156/44260 6781/8157/44261 6787/8154/44262 -f 6787/8154/44263 6781/8157/44264 7444/7444/44265 -f 6787/8154/44266 7444/7444/44267 6797/8148/44268 -f 6785/8156/44269 6783/8158/44270 6781/8157/44271 -f 7444/7444/44272 6781/8157/44273 6775/8159/44274 -f 6775/8159/44275 6781/8157/44276 6779/8160/44277 -f 6775/8159/44278 6779/8160/44279 6777/8161/44280 -f 6773/8162/44281 6771/8163/44282 6775/8159/44283 -f 6775/8159/44284 6771/8163/44285 6769/8164/44286 -f 6775/8159/44287 6769/8164/44288 6765/8165/44289 -f 6765/8165/44290 6769/8164/44291 6767/8166/44292 -f 6763/8167/44293 6759/8168/44294 6765/8165/44295 -f 6765/8165/44296 6759/8168/44297 7444/7444/44298 -f 6765/8165/44299 7444/7444/44300 6775/8159/44301 -f 6763/8167/44302 6761/8169/44303 6759/8168/44304 -f 7444/7444/44305 6759/8168/44306 6753/8170/44307 -f 6753/8170/44308 6759/8168/44309 6757/8171/44310 -f 6753/8170/44311 6757/8171/44312 6755/8172/44313 -f 6751/8173/44314 6749/8174/44315 6753/8170/44316 -f 6753/8170/44317 6749/8174/44318 7444/7444/44319 -f 6749/8174/44320 6747/8175/44321 7444/7444/44322 -f 7444/7444/44323 6747/8175/44324 7271/8176/44325 -f 7444/7444/44326 7271/8176/44327 7269/8177/44328 -f 6747/8175/44329 6745/8178/44330 7271/8176/44331 -f 7271/8176/44332 6745/8178/44333 6743/8179/44334 -f 7271/8176/44335 6743/8179/44336 7273/8180/44337 -f 7273/8180/44338 6743/8179/44339 7275/8181/44340 -f 7275/8181/44341 6743/8179/44342 7277/8182/44343 -f 7277/8182/44344 6743/8179/44345 7279/8183/44346 -f 7279/8183/44347 6743/8179/44348 7283/8184/44349 -f 7279/8183/44350 7283/8184/44351 7281/8185/44352 -f 6743/8179/44353 6741/8186/44354 7283/8184/44355 -f 7283/8184/44356 6741/8186/44357 6737/8187/44358 -f 7283/8184/44359 6737/8187/44360 6735/8188/44361 -f 6741/8186/44362 6739/8189/44363 6737/8187/44364 -f 6735/8188/44365 6733/8190/44366 7283/8184/44367 -f 7283/8184/44368 6733/8190/44369 6731/8191/44370 -f 7283/8184/44371 6731/8191/44372 6729/8192/44373 -f 6729/8192/44374 6727/8193/44375 7283/8184/44376 -f 7283/8184/44377 6727/8193/44378 6725/8194/44379 -f 7283/8184/44380 6725/8194/44381 6723/8195/44382 -f 6723/8195/44383 6721/8196/44384 7283/8184/44385 -f 7283/8184/44386 6721/8196/44387 6719/8197/44388 -f 7283/8184/44389 6719/8197/44390 7285/8198/44391 -f 7285/8198/44392 6719/8197/44393 6717/8199/44394 -f 7285/8198/44395 6717/8199/44396 7287/8200/44397 -f 7287/8200/44398 6717/8199/44399 6715/8201/44400 -f 7287/8200/44401 6715/8201/44402 7289/8202/44403 -f 7289/8202/44404 6715/8201/44405 6713/8203/44406 -f 7289/8202/44407 6713/8203/44408 7291/8204/44409 -f 7291/8204/44410 6713/8203/44411 6711/8205/44412 -f 7291/8204/44413 6711/8205/44414 7293/8206/44415 -f 7293/8206/44416 6711/8205/44417 6709/8207/44418 -f 7293/8206/44419 6709/8207/44420 7295/8208/44421 -f 7295/8208/44422 6709/8207/44423 6707/8209/44424 -f 7295/8208/44425 6707/8209/44426 7297/8210/44427 -f 7297/8210/44428 6707/8209/44429 6705/8211/44430 -f 7297/8210/44431 6705/8211/44432 7299/8212/44433 -f 7299/8212/44434 6705/8211/44435 6703/8213/44436 -f 7299/8212/44437 6703/8213/44438 7301/8214/44439 -f 7301/8214/44440 6703/8213/44441 6701/8215/44442 -f 7301/8214/44443 6701/8215/44444 7303/8216/44445 -f 7303/8216/44446 6701/8215/44447 6699/8217/44448 -f 7303/8216/44449 6699/8217/44450 7305/8218/44451 -f 7305/8218/44452 6699/8217/44453 6697/8219/44454 -f 7305/8218/44455 6697/8219/44456 7307/8220/44457 -f 7307/8220/44458 6697/8219/44459 7309/8221/44460 -f 7309/8221/44461 6697/8219/44462 7311/8222/44463 -f 7311/8222/44464 6697/8219/44465 7313/8223/44466 -f 7313/8223/44467 6697/8219/44468 7315/8224/44469 -f 7315/8224/44470 6697/8219/44471 7317/8225/44472 -f 7317/8225/44473 6697/8219/44474 7319/8226/44475 -f 7319/8226/44476 6697/8219/44477 7321/8227/44478 -f 7321/8227/44479 6697/8219/44480 7323/8228/44481 -f 7323/8228/44482 6697/8219/44483 7327/8229/44484 -f 7323/8228/44485 7327/8229/44486 7325/8230/44487 -f 6697/8219/44488 6695/8231/44489 7331/7971/44490 -f 6697/8219/44491 7331/7971/44492 7329/8232/44493 -f 6695/8231/44494 6693/8233/44495 7331/7971/44496 -f 7331/7971/44497 6693/8233/44498 6691/8234/44499 -f 7331/7971/44500 6691/8234/44501 6689/8235/44502 -f 6689/8235/44503 6687/8236/44504 7331/7971/44505 -f 7331/7971/44506 6687/8236/44507 6684/7972/44508 -f 6275/8053/44509 7435/8058/44510 7429/8237/44511 -f 7429/8237/44512 7435/8058/44513 7433/8238/44514 -f 7429/8237/44515 7433/8238/44516 7431/8239/44517 -f 7427/8240/44518 7425/8241/44519 7429/8237/44520 -f 7429/8237/44521 7425/8241/44522 7423/8242/44523 -f 7429/8237/44524 7423/8242/44525 6275/8053/44526 -f 6275/8053/44527 7423/8242/44528 7417/8243/44529 -f 6275/8053/44530 7417/8243/44531 7413/8244/44532 -f 7413/8244/44533 7417/8243/44534 7415/8245/44535 -f 7421/8246/44536 7419/8247/44537 7423/8242/44538 -f 7423/8242/44539 7419/8247/44540 7417/8243/44541 -f 7411/8248/44542 7409/8249/44543 7413/8244/44544 -f 7413/8244/44545 7409/8249/44546 7407/8250/44547 -f 7413/8244/44548 7407/8250/44549 6275/8053/44550 -f 6275/8053/44551 7407/8250/44552 7401/8251/44553 -f 6275/8053/44554 7401/8251/44555 7397/8252/44556 -f 7397/8252/44557 7401/8251/44558 7399/8253/44559 -f 7405/8254/44560 7403/8255/44561 7407/8250/44562 -f 7407/8250/44563 7403/8255/44564 7401/8251/44565 -f 7397/8252/44566 7395/8256/44567 6275/8053/44568 -f 6275/8053/44569 7395/8256/44570 7391/8257/44571 -f 6275/8053/44572 7391/8257/44573 7385/8258/44574 -f 7385/8258/44575 7391/8257/44576 7387/8259/44577 -f 7387/8259/44578 7391/8257/44579 7389/8260/44580 -f 7395/8256/44581 7393/8261/44582 7391/8257/44583 -f 7383/8262/44584 7381/8263/44585 7385/8258/44586 -f 7385/8258/44587 7381/8263/44588 7379/8264/44589 -f 7385/8258/44590 7379/8264/44591 6275/8053/44592 -f 6275/8053/44593 7379/8264/44594 7375/8265/44595 -f 6275/8053/44596 7375/8265/44597 7369/8266/44598 -f 7369/8266/44599 7375/8265/44600 7373/8267/44601 -f 7369/8266/44602 7373/8267/44603 7371/8268/44604 -f 7379/8264/44605 7377/8269/44606 7375/8265/44607 -f 7367/8270/44608 7365/8271/44609 7369/8266/44610 -f 7369/8266/44611 7365/8271/44612 7363/8272/44613 -f 7369/8266/44614 7363/8272/44615 6275/8053/44616 -f 6275/8053/44617 7363/8272/44618 7359/8273/44619 -f 6275/8053/44620 7359/8273/44621 7357/8054/44622 -f 7363/8272/44623 7361/8274/44624 7359/8273/44625 -f 7351/8275/44626 7349/8276/44627 7353/8044/44628 -f 7353/8044/44629 7349/8276/44630 7347/8045/44631 -f 7343/8046/44632 7341/8277/44633 6289/8039/44634 -f 6289/8039/44635 7341/8277/44636 7337/8278/44637 -f 6289/8039/44638 7337/8278/44639 7335/8279/44640 -f 7341/8277/44641 7339/8280/44642 7337/8278/44643 -f 7335/8279/44644 7333/8025/44645 6289/8039/44646 -f 7333/8025/44647 7331/7971/44648 6425/7970/44649 -f 7329/8232/44650 7327/8229/44651 6697/8219/44652 -f 7269/8177/44653 7267/8281/44654 7444/7444/44655 -f 7444/7444/44656 7267/8281/44657 7265/8282/44658 -f 7444/7444/44659 7265/8282/44660 7447/7447/44661 -f 7447/7447/44662 7265/8282/44663 7263/8283/44664 -f 7447/7447/44665 7263/8283/44666 7261/8284/44667 -f 7447/7447/44668 7261/8284/44669 7257/8285/44670 -f 7257/8285/44671 7261/8284/44672 7259/8286/44673 -f 7255/8287/44674 7253/8288/44675 7257/8285/44676 -f 7257/8285/44677 7253/8288/44678 7251/8289/44679 -f 7257/8285/44680 7251/8289/44681 7447/7447/44682 -f 7447/7447/44683 7251/8289/44684 7245/8290/44685 -f 7447/7447/44686 7245/8290/44687 7235/8291/44688 -f 7235/8291/44689 7245/8290/44690 7241/8292/44691 -f 7235/8291/44692 7241/8292/44693 7239/8293/44694 -f 7249/8294/44695 7247/8295/44696 7251/8289/44697 -f 7251/8289/44698 7247/8295/44699 7245/8290/44700 -f 7245/8290/44701 7243/8296/44702 7241/8292/44703 -f 7239/8293/44704 7237/8297/44705 7235/8291/44706 -f 7233/8298/44707 7231/8299/44708 7235/8291/44709 -f 7235/8291/44710 7231/8299/44711 7229/8300/44712 -f 7235/8291/44713 7229/8300/44714 7447/7447/44715 -f 7447/7447/44716 7229/8300/44717 7223/8301/44718 -f 7447/7447/44719 7223/8301/44720 7213/8302/44721 -f 7213/8302/44722 7223/8301/44723 7219/8303/44724 -f 7213/8302/44725 7219/8303/44726 7217/8304/44727 -f 7227/8305/44728 7225/8306/44729 7229/8300/44730 -f 7229/8300/44731 7225/8306/44732 7223/8301/44733 -f 7223/8301/44734 7221/8307/44735 7219/8303/44736 -f 7217/8304/44737 7215/8308/44738 7213/8302/44739 -f 7211/8309/44740 7209/8310/44741 7213/8302/44742 -f 7213/8302/44743 7209/8310/44744 7207/8311/44745 -f 7213/8302/44746 7207/8311/44747 7447/7447/44748 -f 7447/7447/44749 7207/8311/44750 7197/8312/44751 -f 7447/7447/44752 7197/8312/44753 7191/8313/44754 -f 7191/8313/44755 7197/8312/44756 7193/8314/44757 -f 7193/8314/44758 7197/8312/44759 7195/8315/44760 -f 7205/8316/44761 7203/8317/44762 7207/8311/44763 -f 7207/8311/44764 7203/8317/44765 7201/8318/44766 -f 7207/8311/44767 7201/8318/44768 7197/8312/44769 -f 7197/8312/44770 7201/8318/44771 7199/8319/44772 -f 7189/8320/44773 7187/8321/44774 7191/8313/44775 -f 7191/8313/44776 7187/8321/44777 7185/8322/44778 -f 7191/8313/44779 7185/8322/44780 7447/7447/44781 -f 7447/7447/44782 7185/8322/44783 7175/8323/44784 -f 7447/7447/44785 7175/8323/44786 7169/8324/44787 -f 7169/8324/44788 7175/8323/44789 7171/8325/44790 -f 7171/8325/44791 7175/8323/44792 7173/8326/44793 -f 7183/8327/44794 7181/8328/44795 7185/8322/44796 -f 7185/8322/44797 7181/8328/44798 7175/8323/44799 -f 7181/8328/44800 7179/8329/44801 7175/8323/44802 -f 7175/8323/44803 7179/8329/44804 7177/8330/44805 -f 7167/8331/44806 7165/8332/44807 7169/8324/44808 -f 7169/8324/44809 7165/8332/44810 7163/8333/44811 -f 7169/8324/44812 7163/8333/44813 7447/7447/44814 -f 7447/7447/44815 7163/8333/44816 7153/8334/44817 -f 7447/7447/44818 7153/8334/44819 7147/8335/44820 -f 7147/8335/44821 7153/8334/44822 7149/8336/44823 -f 7149/8336/44824 7153/8334/44825 7151/8337/44826 -f 7161/8338/44827 7159/8339/44828 7163/8333/44829 -f 7163/8333/44830 7159/8339/44831 7153/8334/44832 -f 7159/8339/44833 7157/8340/44834 7153/8334/44835 -f 7153/8334/44836 7157/8340/44837 7155/8341/44838 -f 7145/8342/44839 7143/8343/44840 7147/8335/44841 -f 7147/8335/44842 7143/8343/44843 7141/8344/44844 -f 7147/8335/44845 7141/8344/44846 7447/7447/44847 -f 7447/7447/44848 7141/8344/44849 7137/8345/44850 -f 7447/7447/44851 7137/8345/44852 7131/8346/44853 -f 7131/8346/44854 7137/8345/44855 7135/8347/44856 -f 7131/8346/44857 7135/8347/44858 7133/8348/44859 -f 7141/8344/44860 7139/8349/44861 7137/8345/44862 -f 7129/8350/44863 7127/8351/44864 7131/8346/44865 -f 7131/8346/44866 7127/8351/44867 7125/8352/44868 -f 7131/8346/44869 7125/8352/44870 7447/7447/44871 -f 7447/7447/44872 7125/8352/44873 7117/8353/44874 -f 7447/7447/44875 7117/8353/44876 7111/8354/44877 -f 7111/8354/44878 7117/8353/44879 7113/8355/44880 -f 7113/8355/44881 7117/8353/44882 7115/8356/44883 -f 7123/8357/44884 7121/8358/44885 7125/8352/44886 -f 7125/8352/44887 7121/8358/44888 7117/8353/44889 -f 7121/8358/44890 7119/8359/44891 7117/8353/44892 -f 7447/7447/44893 7111/8354/44894 7104/7846/44895 -f 7104/7846/44896 7111/8354/44897 7109/8360/44898 -f 7104/7846/44899 7109/8360/44900 7107/8361/44901 -f 7500/7847/44902 7501/8362/44903 7453/7457/44904 -f 7453/7457/44905 7501/8362/44906 7502/8363/44907 -f 7453/7457/44908 7502/8363/44909 7503/8364/44910 -f 7503/8364/44911 7502/8363/44912 7504/8365/44913 -f 7503/8364/44914 7504/8365/44915 7505/8366/44916 -f 7505/8366/44917 7504/8365/44918 7506/8367/44919 -f 7505/8366/44920 7506/8367/44921 7507/8368/44922 -f 7507/8368/44923 7506/8367/44924 7452/7456/44925 -f 7507/8368/44926 7452/7456/44927 7457/7461/44928 -f 7508/8369/44929 7509/8370/44930 7500/7847/44931 -f 7500/7847/44932 7509/8370/44933 7510/8371/44934 -f 7500/7847/44935 7510/8371/44936 7511/8372/44937 -f 7511/8372/44938 7510/8371/44939 7512/8373/44940 -f 7511/8372/44941 7512/8373/44942 7513/8374/44943 -f 7513/8374/44944 7512/8373/44945 7514/8375/44946 -f 7513/8374/44947 7514/8375/44948 7515/8376/44949 -f 7515/8376/44950 7514/8375/44951 7464/7468/44952 -f 7515/8376/44953 7464/7468/44954 7452/7456/44955 -f 7509/8370/44956 7508/8369/44957 7516/8377/44958 -f 7516/8377/44959 7508/8369/44960 7517/8378/44961 -f 7516/8377/44962 7517/8378/44963 7518/8379/44964 -f 7518/8379/44965 7517/8378/44966 7519/8380/44967 -f 7518/8379/44968 7519/8380/44969 7464/7468/44970 -f 7507/8368/44971 7457/7461/44972 7520/8381/44973 -f 7520/8381/44974 7457/7461/44975 7456/7460/44976 -f 7520/8381/44977 7456/7460/44978 7521/8382/44979 -f 7521/8382/44980 7456/7460/44981 7451/7455/44982 -f 7521/8382/44983 7451/7455/44984 7453/7457/44985 -f 7510/8371/44986 7509/8370/44987 7522/8383/44988 -f 7522/8383/44989 7509/8370/44990 7516/8377/44991 -f 7522/8383/44992 7516/8377/44993 7523/8384/44994 -f 7523/8384/44995 7516/8377/44996 7518/8379/44997 -f 7523/8384/44998 7518/8379/44999 7464/7468/45000 -f 7501/8362/45001 7500/7847/45002 7524/8385/45003 -f 7524/8385/45004 7500/7847/45005 7511/8372/45006 -f 7524/8385/45007 7511/8372/45008 7513/8374/45009 -f 7501/8362/45010 7524/8385/45011 7525/8386/45012 -f 7525/8386/45013 7524/8385/45014 7513/8374/45015 -f 7525/8386/45016 7513/8374/45017 7515/8376/45018 -f 7502/8363/45019 7501/8362/45020 7526/8387/45021 -f 7526/8387/45022 7501/8362/45023 7525/8386/45024 -f 7526/8387/45025 7525/8386/45026 7527/8388/45027 -f 7527/8388/45028 7525/8386/45029 7515/8376/45030 -f 7527/8388/45031 7515/8376/45032 7452/7456/45033 -f 7521/8382/45034 7453/7457/45035 7528/8389/45036 -f 7528/8389/45037 7453/7457/45038 7503/8364/45039 -f 7528/8389/45040 7503/8364/45041 7505/8366/45042 -f 7520/8381/45043 7521/8382/45044 7528/8389/45045 -f 7520/8381/45046 7528/8389/45047 7505/8366/45048 -f 7510/8371/45049 7522/8383/45050 7512/8373/45051 -f 7512/8373/45052 7522/8383/45053 7529/8390/45054 -f 7512/8373/45055 7529/8390/45056 7514/8375/45057 -f 7514/8375/45058 7529/8390/45059 7464/7468/45060 -f 7529/8390/45061 7522/8383/45062 7523/8384/45063 -f 7502/8363/45064 7526/8387/45065 7504/8365/45066 -f 7504/8365/45067 7526/8387/45068 7530/8391/45069 -f 7504/8365/45070 7530/8391/45071 7506/8367/45072 -f 7506/8367/45073 7530/8391/45074 7452/7456/45075 -f 7530/8391/45076 7526/8387/45077 7527/8388/45078 -f 7507/8368/45079 7520/8381/45080 7505/8366/45081 -f 7464/7468/45082 7529/8390/45083 7523/8384/45084 -f 7452/7456/45085 7530/8391/45086 7527/8388/45087 -f 7519/8380/45088 7517/8378/45089 7464/7468/45090 -f 7464/7468/45091 7517/8378/45092 7508/8369/45093 -f 7464/7468/45094 7508/8369/45095 7500/7847/45096 -f 7484/7488/45097 7466/7470/45098 7500/7847/45099 -f 7500/7847/45100 7466/7470/45101 7465/7469/45102 -f 7500/7847/45103 7465/7469/45104 7464/7468/45105 -f 7488/7492/45106 7486/7490/45107 7484/7488/45108 -f 7484/7488/45109 7486/7490/45110 7476/7480/45111 -f 7484/7488/45112 7476/7480/45113 7468/7472/45114 -f 7467/7471/45115 7466/7470/45116 7468/7472/45117 -f 7468/7472/45118 7466/7470/45119 7484/7488/45120 -f 7531/8392/45121 7532/8393/45122 7533/8394/45123 -f 7533/8394/45124 7532/8393/45125 7534/8395/45126 -f 7534/8395/45127 7532/8393/45128 7535/8396/45129 -f 7534/8395/45130 7535/8396/45131 7536/8397/45132 -f 7537/8398/45133 7538/8399/45134 7532/8393/45135 -f 7532/8393/45136 7538/8399/45137 7539/8400/45138 -f 7532/8393/45139 7539/8400/45140 7535/8396/45141 -f 7536/8397/45142 7540/8401/45143 7534/8395/45144 -f 7534/8395/45145 7540/8401/45146 7541/8402/45147 -f 7542/8403/45148 7543/8404/45149 7544/8405/45150 -f 7544/8405/45151 7543/8404/45152 7545/8406/45153 -f 7544/8405/45154 7545/8406/45155 7546/8407/45156 -f 7546/8407/45157 7545/8406/45158 7547/8408/45159 -f 7547/8408/45160 7545/8406/45161 7548/8409/45162 -f 7548/8409/45163 7545/8406/45164 7549/8410/45165 -f 7546/8407/45166 7550/8411/45167 7544/8405/45168 -f 7544/8405/45169 7550/8411/45170 7551/8412/45171 -f 7544/8405/45172 7551/8412/45173 7552/8413/45174 -f 7553/8414/45175 7554/8415/45176 7555/8416/45177 -f 7555/8416/45178 7554/8415/45179 7556/8417/45180 -f 7555/8416/45181 7556/8417/45182 7557/8418/45183 -f 7557/8418/45184 7556/8417/45185 7558/8419/45186 -f 7558/8419/45187 7556/8417/45188 7559/8420/45189 -f 7559/8420/45190 7556/8417/45191 7560/8421/45192 -f 7557/8418/45193 7561/8422/45194 7555/8416/45195 -f 7555/8416/45196 7561/8422/45197 7562/8423/45198 -f 7555/8416/45199 7562/8423/45200 7563/8424/45201 -f 7564/8425/45202 7565/8426/45203 7566/8427/45204 -f 7566/8427/45205 7565/8426/45206 7567/8428/45207 -f 7568/8429/45208 7569/8430/45209 7570/8431/45210 -f 7570/8431/45211 7569/8430/45212 7571/8432/45213 -f 7570/8431/45214 7571/8432/45215 7572/8433/45216 -f 7572/8433/45217 7571/8432/45218 7573/8434/45219 -f 7573/8434/45220 7571/8432/45221 7574/8435/45222 -f 7574/8435/45223 7571/8432/45224 7575/8436/45225 -f 7572/8433/45226 7576/8437/45227 7570/8431/45228 -f 7570/8431/45229 7576/8437/45230 7577/8438/45231 -f 7570/8431/45232 7577/8438/45233 7578/8439/45234 -f 7579/8440/45235 7580/8441/45236 7581/8442/45237 -f 7581/8442/45238 7580/8441/45239 7582/8443/45240 -f 7581/8442/45241 7582/8443/45242 7583/8444/45243 -f 7583/8444/45244 7582/8443/45245 7584/8445/45246 -f 7584/8445/45247 7582/8443/45248 7585/8446/45249 -f 7585/8446/45250 7582/8443/45251 7586/8447/45252 -f 7583/8444/45253 7587/8448/45254 7581/8442/45255 -f 7581/8442/45256 7587/8448/45257 7588/8449/45258 -f 7581/8442/45259 7588/8449/45260 7589/8450/45261 -f 7590/8451/45262 7591/8452/45263 7592/8453/45264 -f 7592/8453/45265 7591/8452/45266 7593/8454/45267 -f 7592/8453/45268 7593/8454/45269 7594/8455/45270 -f 7594/8455/45271 7593/8454/45272 7595/8456/45273 -f 7595/8456/45274 7593/8454/45275 7596/8457/45276 -f 7596/8457/45277 7593/8454/45278 7597/8458/45279 -f 7594/8455/45280 7598/8459/45281 7592/8453/45282 -f 7592/8453/45283 7598/8459/45284 7599/8460/45285 -f 7592/8453/45286 7599/8460/45287 7600/8461/45288 -f 7601/8462/45289 7602/8463/45290 7603/8464/45291 -f 7603/8464/45292 7602/8463/45293 7604/8465/45294 -f 7603/8464/45295 7604/8465/45296 7605/8466/45297 -f 7605/8466/45298 7604/8465/45299 7606/8467/45300 -f 7606/8467/45301 7604/8465/45302 7607/8468/45303 -f 7607/8468/45304 7604/8465/45305 7608/8469/45306 -f 7605/8466/45307 7609/8470/45308 7603/8464/45309 -f 7603/8464/45310 7609/8470/45311 7610/8471/45312 -f 7603/8464/45313 7610/8471/45314 7611/8472/45315 -f 7612/8473/45316 7613/8474/45317 7614/8475/45318 -f 7614/8475/45319 7613/8474/45320 7615/8476/45321 -f 7615/8476/45322 7613/8474/45323 7616/8477/45324 -f 7615/8476/45325 7616/8477/45326 7617/8478/45327 -f 7618/8479/45328 7619/8480/45329 7613/8474/45330 -f 7613/8474/45331 7619/8480/45332 7620/8481/45333 -f 7613/8474/45334 7620/8481/45335 7616/8477/45336 -f 7617/8478/45337 7621/8482/45338 7615/8476/45339 -f 7615/8476/45340 7621/8482/45341 7622/8483/45342 -f 7623/8484/45343 7624/8485/45344 7625/8486/45345 -f 7625/8486/45346 7624/8485/45347 7626/8487/45348 -f 7593/8454/45349 7534/8395/45350 7597/8458/45351 -f 7597/8458/45352 7534/8395/45353 7541/8402/45354 -f 7597/8458/45355 7541/8402/45356 7596/8457/45357 -f 7596/8457/45358 7541/8402/45359 7540/8401/45360 -f 7598/8459/45361 7627/8488/45362 7599/8460/45363 -f 7599/8460/45364 7627/8488/45365 7628/8489/45366 -f 7599/8460/45367 7628/8489/45368 7629/8490/45369 -f 7629/8490/45370 7628/8489/45371 7630/8491/45372 -f 7629/8490/45373 7630/8491/45374 7631/8492/45375 -f 7631/8492/45376 7630/8491/45377 7632/8493/45378 -f 7631/8492/45379 7632/8493/45380 7633/8494/45381 -f 7633/8494/45382 7632/8493/45383 7596/8457/45384 -f 7633/8494/45385 7596/8457/45386 7634/8495/45387 -f 7634/8495/45388 7596/8457/45389 7635/8496/45390 -f 7634/8495/45391 7635/8496/45392 7636/8497/45393 -f 7636/8497/45394 7635/8496/45395 7637/8498/45396 -f 7636/8497/45397 7637/8498/45398 7638/8499/45399 -f 7638/8499/45400 7637/8498/45401 7639/8500/45402 -f 7638/8499/45403 7639/8500/45404 7599/8460/45405 -f 7599/8460/45406 7639/8500/45407 7640/8501/45408 -f 7599/8460/45409 7640/8501/45410 7641/8502/45411 -f 7641/8502/45412 7640/8501/45413 7642/8503/45414 -f 7641/8502/45415 7642/8503/45416 7643/8504/45417 -f 7643/8504/45418 7642/8503/45419 7644/8505/45420 -f 7643/8504/45421 7644/8505/45422 7645/8506/45423 -f 7645/8506/45424 7644/8505/45425 7596/8457/45426 -f 7645/8506/45427 7596/8457/45428 7646/8507/45429 -f 7646/8507/45430 7596/8457/45431 7647/8508/45432 -f 7646/8507/45433 7647/8508/45434 7648/8509/45435 -f 7648/8509/45436 7647/8508/45437 7649/8510/45438 -f 7648/8509/45439 7649/8510/45440 7650/8511/45441 -f 7650/8511/45442 7649/8510/45443 7651/8512/45444 -f 7650/8511/45445 7651/8512/45446 7599/8460/45447 -f 7599/8460/45448 7651/8512/45449 7652/8513/45450 -f 7599/8460/45451 7652/8513/45452 7653/8514/45453 -f 7653/8514/45454 7652/8513/45455 7654/8515/45456 -f 7653/8514/45457 7654/8515/45458 7655/8516/45459 -f 7655/8516/45460 7654/8515/45461 7656/8517/45462 -f 7655/8516/45463 7656/8517/45464 7657/8518/45465 -f 7657/8518/45466 7656/8517/45467 7540/8401/45468 -f 7657/8518/45469 7540/8401/45470 7658/8519/45471 -f 7658/8519/45472 7540/8401/45473 7659/8520/45474 -f 7658/8519/45475 7659/8520/45476 7660/8521/45477 -f 7660/8521/45478 7659/8520/45479 7661/8522/45480 -f 7660/8521/45481 7661/8522/45482 7662/8523/45483 -f 7662/8523/45484 7661/8522/45485 7663/8524/45486 -f 7662/8523/45487 7663/8524/45488 7538/8399/45489 -f 7538/8399/45490 7663/8524/45491 7664/8525/45492 -f 7538/8399/45493 7664/8525/45494 7665/8526/45495 -f 7665/8526/45496 7664/8525/45497 7666/8527/45498 -f 7665/8526/45499 7666/8527/45500 7667/8528/45501 -f 7667/8528/45502 7666/8527/45503 7668/8529/45504 -f 7667/8528/45505 7668/8529/45506 7669/8530/45507 -f 7669/8530/45508 7668/8529/45509 7540/8401/45510 -f 7669/8530/45511 7540/8401/45512 7670/8531/45513 -f 7670/8531/45514 7540/8401/45515 7671/8532/45516 -f 7670/8531/45517 7671/8532/45518 7672/8533/45519 -f 7672/8533/45520 7671/8532/45521 7673/8534/45522 -f 7672/8533/45523 7673/8534/45524 7674/8535/45525 -f 7674/8535/45526 7673/8534/45527 7675/8536/45528 -f 7674/8535/45529 7675/8536/45530 7538/8399/45531 -f 7538/8399/45532 7675/8536/45533 7676/8537/45534 -f 7538/8399/45535 7676/8537/45536 7677/8538/45537 -f 7677/8538/45538 7676/8537/45539 7678/8539/45540 -f 7677/8538/45541 7678/8539/45542 7679/8540/45543 -f 7679/8540/45544 7678/8539/45545 7680/8541/45546 -f 7679/8540/45547 7680/8541/45548 7536/8397/45549 -f 7536/8397/45550 7680/8541/45551 7540/8401/45552 -f 7540/8401/45553 7680/8541/45554 7681/8542/45555 -f 7540/8401/45556 7681/8542/45557 7682/8543/45558 -f 7682/8543/45559 7681/8542/45560 7683/8544/45561 -f 7682/8543/45562 7683/8544/45563 7673/8534/45564 -f 7673/8534/45565 7683/8544/45566 7675/8536/45567 -f 7627/8488/45568 7598/8459/45569 7684/8545/45570 -f 7684/8545/45571 7598/8459/45572 7594/8455/45573 -f 7684/8545/45574 7594/8455/45575 7685/8546/45576 -f 7685/8546/45577 7594/8455/45578 7595/8456/45579 -f 7685/8546/45580 7595/8456/45581 7596/8457/45582 -f 7647/8508/45583 7596/8457/45584 7686/8547/45585 -f 7686/8547/45586 7596/8457/45587 7540/8401/45588 -f 7686/8547/45589 7540/8401/45590 7687/8548/45591 -f 7687/8548/45592 7540/8401/45593 7656/8517/45594 -f 7687/8548/45595 7656/8517/45596 7654/8515/45597 -f 7536/8397/45598 7535/8396/45599 7679/8540/45600 -f 7679/8540/45601 7535/8396/45602 7688/8549/45603 -f 7679/8540/45604 7688/8549/45605 7677/8538/45606 -f 7677/8538/45607 7688/8549/45608 7538/8399/45609 -f 7535/8396/45610 7539/8400/45611 7688/8549/45612 -f 7688/8549/45613 7539/8400/45614 7538/8399/45615 -f 7599/8460/45616 7653/8514/45617 7538/8399/45618 -f 7538/8399/45619 7653/8514/45620 7689/8550/45621 -f 7538/8399/45622 7689/8550/45623 7690/8551/45624 -f 7690/8551/45625 7689/8550/45626 7691/8552/45627 -f 7690/8551/45628 7691/8552/45629 7660/8521/45630 -f 7660/8521/45631 7691/8552/45632 7658/8519/45633 -f 7628/8489/45634 7627/8488/45635 7692/8553/45636 -f 7692/8553/45637 7627/8488/45638 7684/8545/45639 -f 7692/8553/45640 7684/8545/45641 7693/8554/45642 -f 7693/8554/45643 7684/8545/45644 7685/8546/45645 -f 7693/8554/45646 7685/8546/45647 7596/8457/45648 -f 7629/8490/45649 7694/8555/45650 7599/8460/45651 -f 7599/8460/45652 7694/8555/45653 7695/8556/45654 -f 7599/8460/45655 7695/8556/45656 7638/8499/45657 -f 7638/8499/45658 7695/8556/45659 7636/8497/45660 -f 7629/8490/45661 7631/8492/45662 7694/8555/45663 -f 7694/8555/45664 7631/8492/45665 7696/8557/45666 -f 7694/8555/45667 7696/8557/45668 7695/8556/45669 -f 7695/8556/45670 7696/8557/45671 7636/8497/45672 -f 7640/8501/45673 7639/8500/45674 7697/8558/45675 -f 7697/8558/45676 7639/8500/45677 7637/8498/45678 -f 7697/8558/45679 7637/8498/45680 7698/8559/45681 -f 7698/8559/45682 7637/8498/45683 7635/8496/45684 -f 7698/8559/45685 7635/8496/45686 7596/8457/45687 -f 7641/8502/45688 7699/8560/45689 7599/8460/45690 -f 7599/8460/45691 7699/8560/45692 7700/8561/45693 -f 7599/8460/45694 7700/8561/45695 7650/8511/45696 -f 7650/8511/45697 7700/8561/45698 7648/8509/45699 -f 7641/8502/45700 7643/8504/45701 7699/8560/45702 -f 7699/8560/45703 7643/8504/45704 7701/8562/45705 -f 7699/8560/45706 7701/8562/45707 7700/8561/45708 -f 7700/8561/45709 7701/8562/45710 7648/8509/45711 -f 7652/8513/45712 7651/8512/45713 7702/8563/45714 -f 7702/8563/45715 7651/8512/45716 7649/8510/45717 -f 7702/8563/45718 7649/8510/45719 7686/8547/45720 -f 7686/8547/45721 7649/8510/45722 7647/8508/45723 -f 7662/8523/45724 7538/8399/45725 7690/8551/45726 -f 7691/8552/45727 7689/8550/45728 7655/8516/45729 -f 7655/8516/45730 7689/8550/45731 7653/8514/45732 -f 7660/8521/45733 7662/8523/45734 7690/8551/45735 -f 7664/8525/45736 7663/8524/45737 7703/8564/45738 -f 7703/8564/45739 7663/8524/45740 7661/8522/45741 -f 7703/8564/45742 7661/8522/45743 7704/8565/45744 -f 7704/8565/45745 7661/8522/45746 7659/8520/45747 -f 7704/8565/45748 7659/8520/45749 7540/8401/45750 -f 7665/8526/45751 7705/8566/45752 7538/8399/45753 -f 7538/8399/45754 7705/8566/45755 7706/8567/45756 -f 7538/8399/45757 7706/8567/45758 7674/8535/45759 -f 7674/8535/45760 7706/8567/45761 7672/8533/45762 -f 7665/8526/45763 7667/8528/45764 7705/8566/45765 -f 7705/8566/45766 7667/8528/45767 7707/8568/45768 -f 7705/8566/45769 7707/8568/45770 7706/8567/45771 -f 7706/8567/45772 7707/8568/45773 7672/8533/45774 -f 7678/8539/45775 7676/8537/45776 7683/8544/45777 -f 7683/8544/45778 7676/8537/45779 7675/8536/45780 -f 7628/8489/45781 7692/8553/45782 7630/8491/45783 -f 7630/8491/45784 7692/8553/45785 7708/8569/45786 -f 7630/8491/45787 7708/8569/45788 7632/8493/45789 -f 7632/8493/45790 7708/8569/45791 7596/8457/45792 -f 7708/8569/45793 7692/8553/45794 7693/8554/45795 -f 7634/8495/45796 7636/8497/45797 7696/8557/45798 -f 7634/8495/45799 7696/8557/45800 7633/8494/45801 -f 7633/8494/45802 7696/8557/45803 7631/8492/45804 -f 7640/8501/45805 7697/8558/45806 7642/8503/45807 -f 7642/8503/45808 7697/8558/45809 7709/8570/45810 -f 7642/8503/45811 7709/8570/45812 7644/8505/45813 -f 7644/8505/45814 7709/8570/45815 7596/8457/45816 -f 7709/8570/45817 7697/8558/45818 7698/8559/45819 -f 7646/8507/45820 7648/8509/45821 7701/8562/45822 -f 7646/8507/45823 7701/8562/45824 7645/8506/45825 -f 7645/8506/45826 7701/8562/45827 7643/8504/45828 -f 7687/8548/45829 7654/8515/45830 7702/8563/45831 -f 7702/8563/45832 7654/8515/45833 7652/8513/45834 -f 7687/8548/45835 7702/8563/45836 7686/8547/45837 -f 7658/8519/45838 7691/8552/45839 7657/8518/45840 -f 7657/8518/45841 7691/8552/45842 7655/8516/45843 -f 7664/8525/45844 7703/8564/45845 7666/8527/45846 -f 7666/8527/45847 7703/8564/45848 7710/8571/45849 -f 7666/8527/45850 7710/8571/45851 7668/8529/45852 -f 7668/8529/45853 7710/8571/45854 7540/8401/45855 -f 7710/8571/45856 7703/8564/45857 7704/8565/45858 -f 7670/8531/45859 7672/8533/45860 7707/8568/45861 -f 7670/8531/45862 7707/8568/45863 7669/8530/45864 -f 7669/8530/45865 7707/8568/45866 7667/8528/45867 -f 7682/8543/45868 7673/8534/45869 7671/8532/45870 -f 7680/8541/45871 7678/8539/45872 7681/8542/45873 -f 7681/8542/45874 7678/8539/45875 7683/8544/45876 -f 7596/8457/45877 7708/8569/45878 7693/8554/45879 -f 7596/8457/45880 7709/8570/45881 7698/8559/45882 -f 7540/8401/45883 7710/8571/45884 7704/8565/45885 -f 7540/8401/45886 7682/8543/45887 7671/8532/45888 -f 7599/8460/45889 7538/8399/45890 7600/8461/45891 -f 7600/8461/45892 7538/8399/45893 7537/8398/45894 -f 7600/8461/45895 7537/8398/45896 7592/8453/45897 -f 7592/8453/45898 7537/8398/45899 7532/8393/45900 -f 7592/8453/45901 7532/8393/45902 7590/8451/45903 -f 7590/8451/45904 7532/8393/45905 7531/8392/45906 -f 7624/8485/45907 7531/8392/45908 7564/8425/45909 -f 7564/8425/45910 7531/8392/45911 7533/8394/45912 -f 7564/8425/45913 7533/8394/45914 7565/8426/45915 -f 7565/8426/45916 7533/8394/45917 7591/8452/45918 -f 7565/8426/45919 7591/8452/45920 7623/8484/45921 -f 7623/8484/45922 7591/8452/45923 7624/8485/45924 -f 7624/8485/45925 7591/8452/45926 7590/8451/45927 -f 7624/8485/45928 7590/8451/45929 7531/8392/45930 -f 7602/8463/45931 7542/8403/45932 7604/8465/45933 -f 7604/8465/45934 7542/8403/45935 7544/8405/45936 -f 7604/8465/45937 7544/8405/45938 7608/8469/45939 -f 7608/8469/45940 7544/8405/45941 7552/8413/45942 -f 7608/8469/45943 7552/8413/45944 7607/8468/45945 -f 7607/8468/45946 7552/8413/45947 7551/8412/45948 -f 7609/8470/45949 7711/8572/45950 7610/8471/45951 -f 7610/8471/45952 7711/8572/45953 7712/8573/45954 -f 7610/8471/45955 7712/8573/45956 7713/8574/45957 -f 7713/8574/45958 7712/8573/45959 7714/8575/45960 -f 7713/8574/45961 7714/8575/45962 7715/8576/45963 -f 7715/8576/45964 7714/8575/45965 7716/8577/45966 -f 7715/8576/45967 7716/8577/45968 7717/8578/45969 -f 7717/8578/45970 7716/8577/45971 7607/8468/45972 -f 7717/8578/45973 7607/8468/45974 7718/8579/45975 -f 7718/8579/45976 7607/8468/45977 7719/8580/45978 -f 7718/8579/45979 7719/8580/45980 7720/8581/45981 -f 7720/8581/45982 7719/8580/45983 7721/8582/45984 -f 7720/8581/45985 7721/8582/45986 7722/8583/45987 -f 7722/8583/45988 7721/8582/45989 7723/8584/45990 -f 7722/8583/45991 7723/8584/45992 7610/8471/45993 -f 7610/8471/45994 7723/8584/45995 7724/8585/45996 -f 7610/8471/45997 7724/8585/45998 7725/8586/45999 -f 7725/8586/46000 7724/8585/46001 7726/8587/46002 -f 7725/8586/46003 7726/8587/46004 7727/8588/46005 -f 7727/8588/46006 7726/8587/46007 7728/8589/46008 -f 7727/8588/46009 7728/8589/46010 7729/8590/46011 -f 7729/8590/46012 7728/8589/46013 7607/8468/46014 -f 7729/8590/46015 7607/8468/46016 7730/8591/46017 -f 7730/8591/46018 7607/8468/46019 7731/8592/46020 -f 7730/8591/46021 7731/8592/46022 7732/8593/46023 -f 7732/8593/46024 7731/8592/46025 7733/8594/46026 -f 7732/8593/46027 7733/8594/46028 7734/8595/46029 -f 7734/8595/46030 7733/8594/46031 7735/8596/46032 -f 7734/8595/46033 7735/8596/46034 7610/8471/46035 -f 7610/8471/46036 7735/8596/46037 7736/8597/46038 -f 7610/8471/46039 7736/8597/46040 7737/8598/46041 -f 7737/8598/46042 7736/8597/46043 7738/8599/46044 -f 7737/8598/46045 7738/8599/46046 7739/8600/46047 -f 7739/8600/46048 7738/8599/46049 7740/8601/46050 -f 7739/8600/46051 7740/8601/46052 7741/8602/46053 -f 7741/8602/46054 7740/8601/46055 7551/8412/46056 -f 7741/8602/46057 7551/8412/46058 7742/8603/46059 -f 7742/8603/46060 7551/8412/46061 7743/8604/46062 -f 7742/8603/46063 7743/8604/46064 7744/8605/46065 -f 7744/8605/46066 7743/8604/46067 7745/8606/46068 -f 7744/8605/46069 7745/8606/46070 7746/8607/46071 -f 7746/8607/46072 7745/8606/46073 7747/8608/46074 -f 7746/8607/46075 7747/8608/46076 7548/8409/46077 -f 7548/8409/46078 7747/8608/46079 7748/8609/46080 -f 7548/8409/46081 7748/8609/46082 7749/8610/46083 -f 7749/8610/46084 7748/8609/46085 7750/8611/46086 -f 7749/8610/46087 7750/8611/46088 7751/8612/46089 -f 7751/8612/46090 7750/8611/46091 7752/8613/46092 -f 7751/8612/46093 7752/8613/46094 7753/8614/46095 -f 7753/8614/46096 7752/8613/46097 7551/8412/46098 -f 7753/8614/46099 7551/8412/46100 7754/8615/46101 -f 7754/8615/46102 7551/8412/46103 7755/8616/46104 -f 7754/8615/46105 7755/8616/46106 7756/8617/46107 -f 7756/8617/46108 7755/8616/46109 7757/8618/46110 -f 7756/8617/46111 7757/8618/46112 7758/8619/46113 -f 7758/8619/46114 7757/8618/46115 7759/8620/46116 -f 7758/8619/46117 7759/8620/46118 7548/8409/46119 -f 7548/8409/46120 7759/8620/46121 7760/8621/46122 -f 7548/8409/46123 7760/8621/46124 7761/8622/46125 -f 7761/8622/46126 7760/8621/46127 7762/8623/46128 -f 7761/8622/46129 7762/8623/46130 7763/8624/46131 -f 7763/8624/46132 7762/8623/46133 7764/8625/46134 -f 7763/8624/46135 7764/8625/46136 7550/8411/46137 -f 7550/8411/46138 7764/8625/46139 7551/8412/46140 -f 7551/8412/46141 7764/8625/46142 7765/8626/46143 -f 7551/8412/46144 7765/8626/46145 7766/8627/46146 -f 7766/8627/46147 7765/8626/46148 7767/8628/46149 -f 7766/8627/46150 7767/8628/46151 7757/8618/46152 -f 7757/8618/46153 7767/8628/46154 7759/8620/46155 -f 7711/8572/46156 7609/8470/46157 7768/8629/46158 -f 7768/8629/46159 7609/8470/46160 7605/8466/46161 -f 7768/8629/46162 7605/8466/46163 7769/8630/46164 -f 7769/8630/46165 7605/8466/46166 7606/8467/46167 -f 7769/8630/46168 7606/8467/46169 7607/8468/46170 -f 7731/8592/46171 7607/8468/46172 7770/8631/46173 -f 7770/8631/46174 7607/8468/46175 7551/8412/46176 -f 7770/8631/46177 7551/8412/46178 7771/8632/46179 -f 7771/8632/46180 7551/8412/46181 7740/8601/46182 -f 7771/8632/46183 7740/8601/46184 7738/8599/46185 -f 7550/8411/46186 7546/8407/46187 7763/8624/46188 -f 7763/8624/46189 7546/8407/46190 7772/8633/46191 -f 7763/8624/46192 7772/8633/46193 7761/8622/46194 -f 7761/8622/46195 7772/8633/46196 7548/8409/46197 -f 7546/8407/46198 7547/8408/46199 7772/8633/46200 -f 7772/8633/46201 7547/8408/46202 7548/8409/46203 -f 7610/8471/46204 7737/8598/46205 7548/8409/46206 -f 7548/8409/46207 7737/8598/46208 7773/8634/46209 -f 7548/8409/46210 7773/8634/46211 7774/8635/46212 -f 7774/8635/46213 7773/8634/46214 7775/8636/46215 -f 7774/8635/46216 7775/8636/46217 7744/8605/46218 -f 7744/8605/46219 7775/8636/46220 7742/8603/46221 -f 7712/8573/46222 7711/8572/46223 7776/8637/46224 -f 7776/8637/46225 7711/8572/46226 7768/8629/46227 -f 7776/8637/46228 7768/8629/46229 7777/8638/46230 -f 7777/8638/46231 7768/8629/46232 7769/8630/46233 -f 7777/8638/46234 7769/8630/46235 7607/8468/46236 -f 7713/8574/46237 7778/8639/46238 7610/8471/46239 -f 7610/8471/46240 7778/8639/46241 7779/8640/46242 -f 7610/8471/46243 7779/8640/46244 7722/8583/46245 -f 7722/8583/46246 7779/8640/46247 7720/8581/46248 -f 7713/8574/46249 7715/8576/46250 7778/8639/46251 -f 7778/8639/46252 7715/8576/46253 7780/8641/46254 -f 7778/8639/46255 7780/8641/46256 7779/8640/46257 -f 7779/8640/46258 7780/8641/46259 7720/8581/46260 -f 7724/8585/46261 7723/8584/46262 7781/8642/46263 -f 7781/8642/46264 7723/8584/46265 7721/8582/46266 -f 7781/8642/46267 7721/8582/46268 7782/8643/46269 -f 7782/8643/46270 7721/8582/46271 7719/8580/46272 -f 7782/8643/46273 7719/8580/46274 7607/8468/46275 -f 7725/8586/46276 7783/8644/46277 7610/8471/46278 -f 7610/8471/46279 7783/8644/46280 7784/8645/46281 -f 7610/8471/46282 7784/8645/46283 7734/8595/46284 -f 7734/8595/46285 7784/8645/46286 7732/8593/46287 -f 7725/8586/46288 7727/8588/46289 7783/8644/46290 -f 7783/8644/46291 7727/8588/46292 7785/8646/46293 -f 7783/8644/46294 7785/8646/46295 7784/8645/46296 -f 7784/8645/46297 7785/8646/46298 7732/8593/46299 -f 7736/8597/46300 7735/8596/46301 7786/8647/46302 -f 7786/8647/46303 7735/8596/46304 7733/8594/46305 -f 7786/8647/46306 7733/8594/46307 7770/8631/46308 -f 7770/8631/46309 7733/8594/46310 7731/8592/46311 -f 7746/8607/46312 7548/8409/46313 7774/8635/46314 -f 7775/8636/46315 7773/8634/46316 7739/8600/46317 -f 7739/8600/46318 7773/8634/46319 7737/8598/46320 -f 7744/8605/46321 7746/8607/46322 7774/8635/46323 -f 7748/8609/46324 7747/8608/46325 7787/8648/46326 -f 7787/8648/46327 7747/8608/46328 7745/8606/46329 -f 7787/8648/46330 7745/8606/46331 7788/8649/46332 -f 7788/8649/46333 7745/8606/46334 7743/8604/46335 -f 7788/8649/46336 7743/8604/46337 7551/8412/46338 -f 7749/8610/46339 7789/8650/46340 7548/8409/46341 -f 7548/8409/46342 7789/8650/46343 7790/8651/46344 -f 7548/8409/46345 7790/8651/46346 7758/8619/46347 -f 7758/8619/46348 7790/8651/46349 7756/8617/46350 -f 7749/8610/46351 7751/8612/46352 7789/8650/46353 -f 7789/8650/46354 7751/8612/46355 7791/8652/46356 -f 7789/8650/46357 7791/8652/46358 7790/8651/46359 -f 7790/8651/46360 7791/8652/46361 7756/8617/46362 -f 7762/8623/46363 7760/8621/46364 7767/8628/46365 -f 7767/8628/46366 7760/8621/46367 7759/8620/46368 -f 7712/8573/46369 7776/8637/46370 7714/8575/46371 -f 7714/8575/46372 7776/8637/46373 7792/8653/46374 -f 7714/8575/46375 7792/8653/46376 7716/8577/46377 -f 7716/8577/46378 7792/8653/46379 7607/8468/46380 -f 7792/8653/46381 7776/8637/46382 7777/8638/46383 -f 7718/8579/46384 7720/8581/46385 7780/8641/46386 -f 7718/8579/46387 7780/8641/46388 7717/8578/46389 -f 7717/8578/46390 7780/8641/46391 7715/8576/46392 -f 7724/8585/46393 7781/8642/46394 7726/8587/46395 -f 7726/8587/46396 7781/8642/46397 7793/8654/46398 -f 7726/8587/46399 7793/8654/46400 7728/8589/46401 -f 7728/8589/46402 7793/8654/46403 7607/8468/46404 -f 7793/8654/46405 7781/8642/46406 7782/8643/46407 -f 7730/8591/46408 7732/8593/46409 7785/8646/46410 -f 7730/8591/46411 7785/8646/46412 7729/8590/46413 -f 7729/8590/46414 7785/8646/46415 7727/8588/46416 -f 7771/8632/46417 7738/8599/46418 7786/8647/46419 -f 7786/8647/46420 7738/8599/46421 7736/8597/46422 -f 7771/8632/46423 7786/8647/46424 7770/8631/46425 -f 7742/8603/46426 7775/8636/46427 7741/8602/46428 -f 7741/8602/46429 7775/8636/46430 7739/8600/46431 -f 7748/8609/46432 7787/8648/46433 7750/8611/46434 -f 7750/8611/46435 7787/8648/46436 7794/8655/46437 -f 7750/8611/46438 7794/8655/46439 7752/8613/46440 -f 7752/8613/46441 7794/8655/46442 7551/8412/46443 -f 7794/8655/46444 7787/8648/46445 7788/8649/46446 -f 7754/8615/46447 7756/8617/46448 7791/8652/46449 -f 7754/8615/46450 7791/8652/46451 7753/8614/46452 -f 7753/8614/46453 7791/8652/46454 7751/8612/46455 -f 7766/8627/46456 7757/8618/46457 7755/8616/46458 -f 7764/8625/46459 7762/8623/46460 7765/8626/46461 -f 7765/8626/46462 7762/8623/46463 7767/8628/46464 -f 7607/8468/46465 7792/8653/46466 7777/8638/46467 -f 7607/8468/46468 7793/8654/46469 7782/8643/46470 -f 7551/8412/46471 7794/8655/46472 7788/8649/46473 -f 7551/8412/46474 7766/8627/46475 7755/8616/46476 -f 7610/8471/46477 7548/8409/46478 7611/8472/46479 -f 7611/8472/46480 7548/8409/46481 7549/8410/46482 -f 7611/8472/46483 7549/8410/46484 7603/8464/46485 -f 7603/8464/46486 7549/8410/46487 7545/8406/46488 -f 7603/8464/46489 7545/8406/46490 7601/8462/46491 -f 7601/8462/46492 7545/8406/46493 7543/8404/46494 -f 7626/8487/46495 7543/8404/46496 7566/8427/46497 -f 7566/8427/46498 7543/8404/46499 7542/8403/46500 -f 7566/8427/46501 7542/8403/46502 7564/8425/46503 -f 7564/8425/46504 7542/8403/46505 7602/8463/46506 -f 7564/8425/46507 7602/8463/46508 7624/8485/46509 -f 7624/8485/46510 7602/8463/46511 7601/8462/46512 -f 7624/8485/46513 7601/8462/46514 7626/8487/46515 -f 7626/8487/46516 7601/8462/46517 7543/8404/46518 -f 7569/8430/46519 7568/8429/46520 7566/8427/46521 -f 7566/8427/46522 7568/8429/46523 7612/8473/46524 -f 7566/8427/46525 7612/8473/46526 7626/8487/46527 -f 7626/8487/46528 7612/8473/46529 7614/8475/46530 -f 7626/8487/46531 7614/8475/46532 7625/8486/46533 -f 7625/8486/46534 7614/8475/46535 7569/8430/46536 -f 7625/8486/46537 7569/8430/46538 7567/8428/46539 -f 7567/8428/46540 7569/8430/46541 7566/8427/46542 -f 7612/8473/46543 7568/8429/46544 7613/8474/46545 -f 7613/8474/46546 7568/8429/46547 7570/8431/46548 -f 7613/8474/46549 7570/8431/46550 7618/8479/46551 -f 7618/8479/46552 7570/8431/46553 7578/8439/46554 -f 7618/8479/46555 7578/8439/46556 7619/8480/46557 -f 7619/8480/46558 7578/8439/46559 7577/8438/46560 -f 7617/8478/46561 7795/8656/46562 7621/8482/46563 -f 7621/8482/46564 7795/8656/46565 7796/8657/46566 -f 7621/8482/46567 7796/8657/46568 7797/8658/46569 -f 7797/8658/46570 7796/8657/46571 7798/8659/46572 -f 7797/8658/46573 7798/8659/46574 7799/8660/46575 -f 7799/8660/46576 7798/8659/46577 7800/8661/46578 -f 7799/8660/46579 7800/8661/46580 7801/8662/46581 -f 7801/8662/46582 7800/8661/46583 7619/8480/46584 -f 7801/8662/46585 7619/8480/46586 7802/8663/46587 -f 7802/8663/46588 7619/8480/46589 7803/8664/46590 -f 7802/8663/46591 7803/8664/46592 7804/8665/46593 -f 7804/8665/46594 7803/8664/46595 7805/8666/46596 -f 7804/8665/46597 7805/8666/46598 7806/8667/46599 -f 7806/8667/46600 7805/8666/46601 7807/8668/46602 -f 7806/8667/46603 7807/8668/46604 7621/8482/46605 -f 7621/8482/46606 7807/8668/46607 7808/8669/46608 -f 7621/8482/46609 7808/8669/46610 7809/8670/46611 -f 7809/8670/46612 7808/8669/46613 7810/8671/46614 -f 7809/8670/46615 7810/8671/46616 7811/8672/46617 -f 7811/8672/46618 7810/8671/46619 7812/8673/46620 -f 7811/8672/46621 7812/8673/46622 7813/8674/46623 -f 7813/8674/46624 7812/8673/46625 7619/8480/46626 -f 7813/8674/46627 7619/8480/46628 7814/8675/46629 -f 7814/8675/46630 7619/8480/46631 7815/8676/46632 -f 7814/8675/46633 7815/8676/46634 7816/8677/46635 -f 7816/8677/46636 7815/8676/46637 7817/8678/46638 -f 7816/8677/46639 7817/8678/46640 7818/8679/46641 -f 7818/8679/46642 7817/8678/46643 7819/8680/46644 -f 7818/8679/46645 7819/8680/46646 7621/8482/46647 -f 7621/8482/46648 7819/8680/46649 7820/8681/46650 -f 7621/8482/46651 7820/8681/46652 7821/8682/46653 -f 7821/8682/46654 7820/8681/46655 7822/8683/46656 -f 7821/8682/46657 7822/8683/46658 7823/8684/46659 -f 7823/8684/46660 7822/8683/46661 7824/8685/46662 -f 7823/8684/46663 7824/8685/46664 7825/8686/46665 -f 7825/8686/46666 7824/8685/46667 7577/8438/46668 -f 7825/8686/46669 7577/8438/46670 7826/8687/46671 -f 7826/8687/46672 7577/8438/46673 7827/8688/46674 -f 7826/8687/46675 7827/8688/46676 7828/8689/46677 -f 7828/8689/46678 7827/8688/46679 7829/8690/46680 -f 7828/8689/46681 7829/8690/46682 7830/8691/46683 -f 7830/8691/46684 7829/8690/46685 7831/8692/46686 -f 7830/8691/46687 7831/8692/46688 7574/8435/46689 -f 7574/8435/46690 7831/8692/46691 7832/8693/46692 -f 7574/8435/46693 7832/8693/46694 7833/8694/46695 -f 7833/8694/46696 7832/8693/46697 7834/8695/46698 -f 7833/8694/46699 7834/8695/46700 7835/8696/46701 -f 7835/8696/46702 7834/8695/46703 7836/8697/46704 -f 7835/8696/46705 7836/8697/46706 7837/8698/46707 -f 7837/8698/46708 7836/8697/46709 7577/8438/46710 -f 7837/8698/46711 7577/8438/46712 7838/8699/46713 -f 7838/8699/46714 7577/8438/46715 7839/8700/46716 -f 7838/8699/46717 7839/8700/46718 7840/8701/46719 -f 7840/8701/46720 7839/8700/46721 7841/8702/46722 -f 7840/8701/46723 7841/8702/46724 7842/8703/46725 -f 7842/8703/46726 7841/8702/46727 7843/8704/46728 -f 7842/8703/46729 7843/8704/46730 7574/8435/46731 -f 7574/8435/46732 7843/8704/46733 7844/8705/46734 -f 7574/8435/46735 7844/8705/46736 7845/8706/46737 -f 7845/8706/46738 7844/8705/46739 7846/8707/46740 -f 7845/8706/46741 7846/8707/46742 7847/8708/46743 -f 7847/8708/46744 7846/8707/46745 7848/8709/46746 -f 7847/8708/46747 7848/8709/46748 7576/8437/46749 -f 7576/8437/46750 7848/8709/46751 7577/8438/46752 -f 7577/8438/46753 7848/8709/46754 7849/8710/46755 -f 7577/8438/46756 7849/8710/46757 7850/8711/46758 -f 7850/8711/46759 7849/8710/46760 7851/8712/46761 -f 7850/8711/46762 7851/8712/46763 7841/8702/46764 -f 7841/8702/46765 7851/8712/46766 7843/8704/46767 -f 7795/8656/46768 7617/8478/46769 7852/8713/46770 -f 7852/8713/46771 7617/8478/46772 7616/8477/46773 -f 7852/8713/46774 7616/8477/46775 7853/8714/46776 -f 7853/8714/46777 7616/8477/46778 7620/8481/46779 -f 7853/8714/46780 7620/8481/46781 7619/8480/46782 -f 7815/8676/46783 7619/8480/46784 7854/8715/46785 -f 7854/8715/46786 7619/8480/46787 7577/8438/46788 -f 7854/8715/46789 7577/8438/46790 7855/8716/46791 -f 7855/8716/46792 7577/8438/46793 7824/8685/46794 -f 7855/8716/46795 7824/8685/46796 7822/8683/46797 -f 7576/8437/46798 7572/8433/46799 7847/8708/46800 -f 7847/8708/46801 7572/8433/46802 7856/8717/46803 -f 7847/8708/46804 7856/8717/46805 7845/8706/46806 -f 7845/8706/46807 7856/8717/46808 7574/8435/46809 -f 7572/8433/46810 7573/8434/46811 7856/8717/46812 -f 7856/8717/46813 7573/8434/46814 7574/8435/46815 -f 7621/8482/46816 7821/8682/46817 7574/8435/46818 -f 7574/8435/46819 7821/8682/46820 7857/8718/46821 -f 7574/8435/46822 7857/8718/46823 7858/8719/46824 -f 7858/8719/46825 7857/8718/46826 7859/8720/46827 -f 7858/8719/46828 7859/8720/46829 7828/8689/46830 -f 7828/8689/46831 7859/8720/46832 7826/8687/46833 -f 7796/8657/46834 7795/8656/46835 7860/8721/46836 -f 7860/8721/46837 7795/8656/46838 7852/8713/46839 -f 7860/8721/46840 7852/8713/46841 7861/8722/46842 -f 7861/8722/46843 7852/8713/46844 7853/8714/46845 -f 7861/8722/46846 7853/8714/46847 7619/8480/46848 -f 7797/8658/46849 7862/8723/46850 7621/8482/46851 -f 7621/8482/46852 7862/8723/46853 7863/8724/46854 -f 7621/8482/46855 7863/8724/46856 7806/8667/46857 -f 7806/8667/46858 7863/8724/46859 7804/8665/46860 -f 7797/8658/46861 7799/8660/46862 7862/8723/46863 -f 7862/8723/46864 7799/8660/46865 7864/8725/46866 -f 7862/8723/46867 7864/8725/46868 7863/8724/46869 -f 7863/8724/46870 7864/8725/46871 7804/8665/46872 -f 7808/8669/46873 7807/8668/46874 7865/8726/46875 -f 7865/8726/46876 7807/8668/46877 7805/8666/46878 -f 7865/8726/46879 7805/8666/46880 7866/8727/46881 -f 7866/8727/46882 7805/8666/46883 7803/8664/46884 -f 7866/8727/46885 7803/8664/46886 7619/8480/46887 -f 7809/8670/46888 7867/8728/46889 7621/8482/46890 -f 7621/8482/46891 7867/8728/46892 7868/8729/46893 -f 7621/8482/46894 7868/8729/46895 7818/8679/46896 -f 7818/8679/46897 7868/8729/46898 7816/8677/46899 -f 7809/8670/46900 7811/8672/46901 7867/8728/46902 -f 7867/8728/46903 7811/8672/46904 7869/8730/46905 -f 7867/8728/46906 7869/8730/46907 7868/8729/46908 -f 7868/8729/46909 7869/8730/46910 7816/8677/46911 -f 7820/8681/46912 7819/8680/46913 7870/8731/46914 -f 7870/8731/46915 7819/8680/46916 7817/8678/46917 -f 7870/8731/46918 7817/8678/46919 7854/8715/46920 -f 7854/8715/46921 7817/8678/46922 7815/8676/46923 -f 7830/8691/46924 7574/8435/46925 7858/8719/46926 -f 7859/8720/46927 7857/8718/46928 7823/8684/46929 -f 7823/8684/46930 7857/8718/46931 7821/8682/46932 -f 7828/8689/46933 7830/8691/46934 7858/8719/46935 -f 7832/8693/46936 7831/8692/46937 7871/8732/46938 -f 7871/8732/46939 7831/8692/46940 7829/8690/46941 -f 7871/8732/46942 7829/8690/46943 7872/8733/46944 -f 7872/8733/46945 7829/8690/46946 7827/8688/46947 -f 7872/8733/46948 7827/8688/46949 7577/8438/46950 -f 7833/8694/46951 7873/8734/46952 7574/8435/46953 -f 7574/8435/46954 7873/8734/46955 7874/8735/46956 -f 7574/8435/46957 7874/8735/46958 7842/8703/46959 -f 7842/8703/46960 7874/8735/46961 7840/8701/46962 -f 7833/8694/46963 7835/8696/46964 7873/8734/46965 -f 7873/8734/46966 7835/8696/46967 7875/8736/46968 -f 7873/8734/46969 7875/8736/46970 7874/8735/46971 -f 7874/8735/46972 7875/8736/46973 7840/8701/46974 -f 7846/8707/46975 7844/8705/46976 7851/8712/46977 -f 7851/8712/46978 7844/8705/46979 7843/8704/46980 -f 7796/8657/46981 7860/8721/46982 7798/8659/46983 -f 7798/8659/46984 7860/8721/46985 7876/8737/46986 -f 7798/8659/46987 7876/8737/46988 7800/8661/46989 -f 7800/8661/46990 7876/8737/46991 7619/8480/46992 -f 7876/8737/46993 7860/8721/46994 7861/8722/46995 -f 7802/8663/46996 7804/8665/46997 7864/8725/46998 -f 7802/8663/46999 7864/8725/47000 7801/8662/47001 -f 7801/8662/47002 7864/8725/47003 7799/8660/47004 -f 7808/8669/47005 7865/8726/47006 7810/8671/47007 -f 7810/8671/47008 7865/8726/47009 7877/8738/47010 -f 7810/8671/47011 7877/8738/47012 7812/8673/47013 -f 7812/8673/47014 7877/8738/47015 7619/8480/47016 -f 7877/8738/47017 7865/8726/47018 7866/8727/47019 -f 7814/8675/47020 7816/8677/47021 7869/8730/47022 -f 7814/8675/47023 7869/8730/47024 7813/8674/47025 -f 7813/8674/47026 7869/8730/47027 7811/8672/47028 -f 7855/8716/47029 7822/8683/47030 7870/8731/47031 -f 7870/8731/47032 7822/8683/47033 7820/8681/47034 -f 7855/8716/47035 7870/8731/47036 7854/8715/47037 -f 7826/8687/47038 7859/8720/47039 7825/8686/47040 -f 7825/8686/47041 7859/8720/47042 7823/8684/47043 -f 7832/8693/47044 7871/8732/47045 7834/8695/47046 -f 7834/8695/47047 7871/8732/47048 7878/8739/47049 -f 7834/8695/47050 7878/8739/47051 7836/8697/47052 -f 7836/8697/47053 7878/8739/47054 7577/8438/47055 -f 7878/8739/47056 7871/8732/47057 7872/8733/47058 -f 7838/8699/47059 7840/8701/47060 7875/8736/47061 -f 7838/8699/47062 7875/8736/47063 7837/8698/47064 -f 7837/8698/47065 7875/8736/47066 7835/8696/47067 -f 7850/8711/47068 7841/8702/47069 7839/8700/47070 -f 7848/8709/47071 7846/8707/47072 7849/8710/47073 -f 7849/8710/47074 7846/8707/47075 7851/8712/47076 -f 7619/8480/47077 7876/8737/47078 7861/8722/47079 -f 7619/8480/47080 7877/8738/47081 7866/8727/47082 -f 7577/8438/47083 7878/8739/47084 7872/8733/47085 -f 7577/8438/47086 7850/8711/47087 7839/8700/47088 -f 7621/8482/47089 7574/8435/47090 7622/8483/47091 -f 7622/8483/47092 7574/8435/47093 7575/8436/47094 -f 7622/8483/47095 7575/8436/47096 7615/8476/47097 -f 7615/8476/47098 7575/8436/47099 7571/8432/47100 -f 7615/8476/47101 7571/8432/47102 7614/8475/47103 -f 7614/8475/47104 7571/8432/47105 7569/8430/47106 -f 7580/8441/47107 7567/8428/47108 7553/8414/47109 -f 7553/8414/47110 7567/8428/47111 7565/8426/47112 -f 7553/8414/47113 7565/8426/47114 7554/8415/47115 -f 7554/8415/47116 7565/8426/47117 7623/8484/47118 -f 7554/8415/47119 7623/8484/47120 7579/8440/47121 -f 7579/8440/47122 7623/8484/47123 7625/8486/47124 -f 7579/8440/47125 7625/8486/47126 7580/8441/47127 -f 7580/8441/47128 7625/8486/47129 7567/8428/47130 -f 7580/8441/47131 7553/8414/47132 7582/8443/47133 -f 7582/8443/47134 7553/8414/47135 7555/8416/47136 -f 7582/8443/47137 7555/8416/47138 7586/8447/47139 -f 7586/8447/47140 7555/8416/47141 7563/8424/47142 -f 7586/8447/47143 7563/8424/47144 7585/8446/47145 -f 7585/8446/47146 7563/8424/47147 7562/8423/47148 -f 7587/8448/47149 7879/8740/47150 7588/8449/47151 -f 7588/8449/47152 7879/8740/47153 7880/8741/47154 -f 7588/8449/47155 7880/8741/47156 7881/8742/47157 -f 7881/8742/47158 7880/8741/47159 7882/8743/47160 -f 7881/8742/47161 7882/8743/47162 7883/8744/47163 -f 7883/8744/47164 7882/8743/47165 7884/8745/47166 -f 7883/8744/47167 7884/8745/47168 7885/8746/47169 -f 7885/8746/47170 7884/8745/47171 7585/8446/47172 -f 7885/8746/47173 7585/8446/47174 7886/8747/47175 -f 7886/8747/47176 7585/8446/47177 7887/8748/47178 -f 7886/8747/47179 7887/8748/47180 7888/8749/47181 -f 7888/8749/47182 7887/8748/47183 7889/8750/47184 -f 7888/8749/47185 7889/8750/47186 7890/8751/47187 -f 7890/8751/47188 7889/8750/47189 7891/8752/47190 -f 7890/8751/47191 7891/8752/47192 7588/8449/47193 -f 7588/8449/47194 7891/8752/47195 7892/8753/47196 -f 7588/8449/47197 7892/8753/47198 7893/8754/47199 -f 7893/8754/47200 7892/8753/47201 7894/8755/47202 -f 7893/8754/47203 7894/8755/47204 7895/8756/47205 -f 7895/8756/47206 7894/8755/47207 7896/8757/47208 -f 7895/8756/47209 7896/8757/47210 7897/8758/47211 -f 7897/8758/47212 7896/8757/47213 7585/8446/47214 -f 7897/8758/47215 7585/8446/47216 7898/8759/47217 -f 7898/8759/47218 7585/8446/47219 7899/8760/47220 -f 7898/8759/47221 7899/8760/47222 7900/8761/47223 -f 7900/8761/47224 7899/8760/47225 7901/8762/47226 -f 7900/8761/47227 7901/8762/47228 7902/8763/47229 -f 7902/8763/47230 7901/8762/47231 7903/8764/47232 -f 7902/8763/47233 7903/8764/47234 7588/8449/47235 -f 7588/8449/47236 7903/8764/47237 7904/8765/47238 -f 7588/8449/47239 7904/8765/47240 7905/8766/47241 -f 7905/8766/47242 7904/8765/47243 7906/8767/47244 -f 7905/8766/47245 7906/8767/47246 7907/8768/47247 -f 7907/8768/47248 7906/8767/47249 7908/8769/47250 -f 7907/8768/47251 7908/8769/47252 7909/8770/47253 -f 7909/8770/47254 7908/8769/47255 7562/8423/47256 -f 7909/8770/47257 7562/8423/47258 7910/8771/47259 -f 7910/8771/47260 7562/8423/47261 7911/8772/47262 -f 7910/8771/47263 7911/8772/47264 7912/8773/47265 -f 7912/8773/47266 7911/8772/47267 7913/8774/47268 -f 7912/8773/47269 7913/8774/47270 7914/8775/47271 -f 7914/8775/47272 7913/8774/47273 7915/8776/47274 -f 7914/8775/47275 7915/8776/47276 7559/8420/47277 -f 7559/8420/47278 7915/8776/47279 7916/8777/47280 -f 7559/8420/47281 7916/8777/47282 7917/8778/47283 -f 7917/8778/47284 7916/8777/47285 7918/8779/47286 -f 7917/8778/47287 7918/8779/47288 7919/8780/47289 -f 7919/8780/47290 7918/8779/47291 7920/8781/47292 -f 7919/8780/47293 7920/8781/47294 7921/8782/47295 -f 7921/8782/47296 7920/8781/47297 7562/8423/47298 -f 7921/8782/47299 7562/8423/47300 7922/8783/47301 -f 7922/8783/47302 7562/8423/47303 7923/8784/47304 -f 7922/8783/47305 7923/8784/47306 7924/8785/47307 -f 7924/8785/47308 7923/8784/47309 7925/8786/47310 -f 7924/8785/47311 7925/8786/47312 7926/8787/47313 -f 7926/8787/47314 7925/8786/47315 7927/8788/47316 -f 7926/8787/47317 7927/8788/47318 7559/8420/47319 -f 7559/8420/47320 7927/8788/47321 7928/8789/47322 -f 7559/8420/47323 7928/8789/47324 7929/8790/47325 -f 7929/8790/47326 7928/8789/47327 7930/8791/47328 -f 7929/8790/47329 7930/8791/47330 7931/8792/47331 -f 7931/8792/47332 7930/8791/47333 7932/8793/47334 -f 7931/8792/47335 7932/8793/47336 7561/8422/47337 -f 7561/8422/47338 7932/8793/47339 7562/8423/47340 -f 7562/8423/47341 7932/8793/47342 7933/8794/47343 -f 7562/8423/47344 7933/8794/47345 7934/8795/47346 -f 7934/8795/47347 7933/8794/47348 7935/8796/47349 -f 7934/8795/47350 7935/8796/47351 7925/8786/47352 -f 7925/8786/47353 7935/8796/47354 7927/8788/47355 -f 7879/8740/47356 7587/8448/47357 7936/8797/47358 -f 7936/8797/47359 7587/8448/47360 7583/8444/47361 -f 7936/8797/47362 7583/8444/47363 7937/8798/47364 -f 7937/8798/47365 7583/8444/47366 7584/8445/47367 -f 7937/8798/47368 7584/8445/47369 7585/8446/47370 -f 7899/8760/47371 7585/8446/47372 7938/8799/47373 -f 7938/8799/47374 7585/8446/47375 7562/8423/47376 -f 7938/8799/47377 7562/8423/47378 7939/8800/47379 -f 7939/8800/47380 7562/8423/47381 7908/8769/47382 -f 7939/8800/47383 7908/8769/47384 7906/8767/47385 -f 7561/8422/47386 7557/8418/47387 7931/8792/47388 -f 7931/8792/47389 7557/8418/47390 7940/8801/47391 -f 7931/8792/47392 7940/8801/47393 7929/8790/47394 -f 7929/8790/47395 7940/8801/47396 7559/8420/47397 -f 7557/8418/47398 7558/8419/47399 7940/8801/47400 -f 7940/8801/47401 7558/8419/47402 7559/8420/47403 -f 7588/8449/47404 7905/8766/47405 7559/8420/47406 -f 7559/8420/47407 7905/8766/47408 7941/8802/47409 -f 7559/8420/47410 7941/8802/47411 7942/8803/47412 -f 7942/8803/47413 7941/8802/47414 7943/8804/47415 -f 7942/8803/47416 7943/8804/47417 7912/8773/47418 -f 7912/8773/47419 7943/8804/47420 7910/8771/47421 -f 7880/8741/47422 7879/8740/47423 7944/8805/47424 -f 7944/8805/47425 7879/8740/47426 7936/8797/47427 -f 7944/8805/47428 7936/8797/47429 7945/8806/47430 -f 7945/8806/47431 7936/8797/47432 7937/8798/47433 -f 7945/8806/47434 7937/8798/47435 7585/8446/47436 -f 7881/8742/47437 7946/8807/47438 7588/8449/47439 -f 7588/8449/47440 7946/8807/47441 7947/8808/47442 -f 7588/8449/47443 7947/8808/47444 7890/8751/47445 -f 7890/8751/47446 7947/8808/47447 7888/8749/47448 -f 7881/8742/47449 7883/8744/47450 7946/8807/47451 -f 7946/8807/47452 7883/8744/47453 7948/8809/47454 -f 7946/8807/47455 7948/8809/47456 7947/8808/47457 -f 7947/8808/47458 7948/8809/47459 7888/8749/47460 -f 7892/8753/47461 7891/8752/47462 7949/8810/47463 -f 7949/8810/47464 7891/8752/47465 7889/8750/47466 -f 7949/8810/47467 7889/8750/47468 7950/8811/47469 -f 7950/8811/47470 7889/8750/47471 7887/8748/47472 -f 7950/8811/47473 7887/8748/47474 7585/8446/47475 -f 7893/8754/47476 7951/8812/47477 7588/8449/47478 -f 7588/8449/47479 7951/8812/47480 7952/8813/47481 -f 7588/8449/47482 7952/8813/47483 7902/8763/47484 -f 7902/8763/47485 7952/8813/47486 7900/8761/47487 -f 7893/8754/47488 7895/8756/47489 7951/8812/47490 -f 7951/8812/47491 7895/8756/47492 7953/8814/47493 -f 7951/8812/47494 7953/8814/47495 7952/8813/47496 -f 7952/8813/47497 7953/8814/47498 7900/8761/47499 -f 7904/8765/47500 7903/8764/47501 7954/8815/47502 -f 7954/8815/47503 7903/8764/47504 7901/8762/47505 -f 7954/8815/47506 7901/8762/47507 7938/8799/47508 -f 7938/8799/47509 7901/8762/47510 7899/8760/47511 -f 7914/8775/47512 7559/8420/47513 7942/8803/47514 -f 7943/8804/47515 7941/8802/47516 7907/8768/47517 -f 7907/8768/47518 7941/8802/47519 7905/8766/47520 -f 7912/8773/47521 7914/8775/47522 7942/8803/47523 -f 7916/8777/47524 7915/8776/47525 7955/8816/47526 -f 7955/8816/47527 7915/8776/47528 7913/8774/47529 -f 7955/8816/47530 7913/8774/47531 7956/8817/47532 -f 7956/8817/47533 7913/8774/47534 7911/8772/47535 -f 7956/8817/47536 7911/8772/47537 7562/8423/47538 -f 7917/8778/47539 7957/8818/47540 7559/8420/47541 -f 7559/8420/47542 7957/8818/47543 7958/8819/47544 -f 7559/8420/47545 7958/8819/47546 7926/8787/47547 -f 7926/8787/47548 7958/8819/47549 7924/8785/47550 -f 7917/8778/47551 7919/8780/47552 7957/8818/47553 -f 7957/8818/47554 7919/8780/47555 7959/8820/47556 -f 7957/8818/47557 7959/8820/47558 7958/8819/47559 -f 7958/8819/47560 7959/8820/47561 7924/8785/47562 -f 7930/8791/47563 7928/8789/47564 7935/8796/47565 -f 7935/8796/47566 7928/8789/47567 7927/8788/47568 -f 7880/8741/47569 7944/8805/47570 7882/8743/47571 -f 7882/8743/47572 7944/8805/47573 7960/8821/47574 -f 7882/8743/47575 7960/8821/47576 7884/8745/47577 -f 7884/8745/47578 7960/8821/47579 7585/8446/47580 -f 7960/8821/47581 7944/8805/47582 7945/8806/47583 -f 7886/8747/47584 7888/8749/47585 7948/8809/47586 -f 7886/8747/47587 7948/8809/47588 7885/8746/47589 -f 7885/8746/47590 7948/8809/47591 7883/8744/47592 -f 7892/8753/47593 7949/8810/47594 7894/8755/47595 -f 7894/8755/47596 7949/8810/47597 7961/8822/47598 -f 7894/8755/47599 7961/8822/47600 7896/8757/47601 -f 7896/8757/47602 7961/8822/47603 7585/8446/47604 -f 7961/8822/47605 7949/8810/47606 7950/8811/47607 -f 7898/8759/47608 7900/8761/47609 7953/8814/47610 -f 7898/8759/47611 7953/8814/47612 7897/8758/47613 -f 7897/8758/47614 7953/8814/47615 7895/8756/47616 -f 7939/8800/47617 7906/8767/47618 7954/8815/47619 -f 7954/8815/47620 7906/8767/47621 7904/8765/47622 -f 7939/8800/47623 7954/8815/47624 7938/8799/47625 -f 7910/8771/47626 7943/8804/47627 7909/8770/47628 -f 7909/8770/47629 7943/8804/47630 7907/8768/47631 -f 7916/8777/47632 7955/8816/47633 7918/8779/47634 -f 7918/8779/47635 7955/8816/47636 7962/8823/47637 -f 7918/8779/47638 7962/8823/47639 7920/8781/47640 -f 7920/8781/47641 7962/8823/47642 7562/8423/47643 -f 7962/8823/47644 7955/8816/47645 7956/8817/47646 -f 7922/8783/47647 7924/8785/47648 7959/8820/47649 -f 7922/8783/47650 7959/8820/47651 7921/8782/47652 -f 7921/8782/47653 7959/8820/47654 7919/8780/47655 -f 7934/8795/47656 7925/8786/47657 7923/8784/47658 -f 7932/8793/47659 7930/8791/47660 7933/8794/47661 -f 7933/8794/47662 7930/8791/47663 7935/8796/47664 -f 7585/8446/47665 7960/8821/47666 7945/8806/47667 -f 7585/8446/47668 7961/8822/47669 7950/8811/47670 -f 7562/8423/47671 7962/8823/47672 7956/8817/47673 -f 7562/8423/47674 7934/8795/47675 7923/8784/47676 -f 7588/8449/47677 7559/8420/47678 7589/8450/47679 -f 7589/8450/47680 7559/8420/47681 7560/8421/47682 -f 7589/8450/47683 7560/8421/47684 7581/8442/47685 -f 7581/8442/47686 7560/8421/47687 7556/8417/47688 -f 7581/8442/47689 7556/8417/47690 7579/8440/47691 -f 7579/8440/47692 7556/8417/47693 7554/8415/47694 -f 7591/8452/47695 7533/8394/47696 7593/8454/47697 -f 7593/8454/47698 7533/8394/47699 7534/8395/47700 -f 7963/8824/47701 7964/8825/47702 7965/8826/47703 -f 7965/8826/47704 7964/8825/47705 7966/8827/47706 -f 7966/8827/47707 7964/8825/47708 7967/8828/47709 -f 7966/8827/47710 7967/8828/47711 7968/8829/47712 -f 7968/8829/47713 7967/8828/47714 7969/8830/47715 -f 7964/8825/47716 7970/8831/47717 7967/8828/47718 -f 7967/8828/47719 7970/8831/47720 7971/8832/47721 -f 7971/8832/47722 7970/8831/47723 7972/8833/47724 -f 7971/8832/47725 7972/8833/47726 7973/8834/47727 -f 7973/8834/47728 7972/8833/47729 7974/8835/47730 -f 7973/8834/47731 7974/8835/47732 7975/8836/47733 -f 7975/8836/47734 7974/8835/47735 7976/8837/47736 -f 7975/8836/47737 7976/8837/47738 7977/8838/47739 -f 7977/8838/47740 7976/8837/47741 7978/8839/47742 -f 7977/8838/47743 7978/8839/47744 7979/8840/47745 -f 7979/8840/47746 7978/8839/47747 7980/8841/47748 -f 7979/8840/47749 7980/8841/47750 7981/8842/47751 -f 7974/8835/47752 7972/8833/47753 7982/8843/47754 -f 7982/8843/47755 7972/8833/47756 7983/8844/47757 -f 7982/8843/47758 7983/8844/47759 7984/8845/47760 -f 7984/8845/47761 7983/8844/47762 7985/8846/47763 -f 7984/8845/47764 7986/8847/47765 7982/8843/47766 -f 7982/8843/47767 7986/8847/47768 7987/8848/47769 -f 7976/8837/47770 7974/8835/47771 7988/8849/47772 -f 7988/8849/47773 7974/8835/47774 7989/8850/47775 -f 7988/8849/47776 7989/8850/47777 7990/8851/47778 -f 7990/8851/47779 7989/8850/47780 7991/8852/47781 -f 7990/8851/47782 7991/8852/47783 7992/8853/47784 -f 7992/8853/47785 7991/8852/47786 7993/8854/47787 -f 7993/8854/47788 7991/8852/47789 7994/8855/47790 -f 7992/8853/47791 7995/8856/47792 7990/8851/47793 -f 7990/8851/47794 7995/8856/47795 7996/8857/47796 -f 7997/8858/47797 7998/8859/47798 7978/8839/47799 -f 7978/8839/47800 7998/8859/47801 7980/8841/47802 -f 7981/8842/47803 7999/8860/47804 7979/8840/47805 -f 7975/8836/47806 8000/8861/47807 7973/8834/47808 -f 7973/8834/47809 8000/8861/47810 8001/8862/47811 -f 8001/8862/47812 8000/8861/47813 8002/8863/47814 -f 8001/8862/47815 8002/8863/47816 8003/8864/47817 -f 8004/8865/47818 8005/8866/47819 8000/8861/47820 -f 8000/8861/47821 8005/8866/47822 8002/8863/47823 -f 7971/8832/47824 7973/8834/47825 8006/8867/47826 -f 8006/8867/47827 7973/8834/47828 8007/8868/47829 -f 8006/8867/47830 8007/8868/47831 8008/8869/47832 -f 8008/8869/47833 8007/8868/47834 8009/8870/47835 -f 8008/8869/47836 8009/8870/47837 8010/8871/47838 -f 8010/8871/47839 8009/8870/47840 8011/8872/47841 -f 8011/8872/47842 8009/8870/47843 8012/8873/47844 -f 8010/8871/47845 8013/8874/47846 8008/8869/47847 -f 8008/8869/47848 8013/8874/47849 8014/8875/47850 -f 8015/8876/47851 7977/8838/47852 8016/8877/47853 -f 8016/8877/47854 7977/8838/47855 7979/8840/47856 -f 8017/8878/47857 7975/8836/47858 8015/8876/47859 -f 8015/8876/47860 7975/8836/47861 7977/8838/47862 -f 8018/8879/47863 8000/8861/47864 8017/8878/47865 -f 8017/8878/47866 8000/8861/47867 7975/8836/47868 -f 8019/8880/47869 8004/8865/47870 8018/8879/47871 -f 8018/8879/47872 8004/8865/47873 8000/8861/47874 -f 8020/8881/47875 8005/8866/47876 8019/8880/47877 -f 8019/8880/47878 8005/8866/47879 8004/8865/47880 -f 8021/8882/47881 8002/8863/47882 8020/8881/47883 -f 8020/8881/47884 8002/8863/47885 8005/8866/47886 -f 8022/8883/47887 8003/8864/47888 8021/8882/47889 -f 8021/8882/47890 8003/8864/47891 8002/8863/47892 -f 8023/8884/47893 8001/8862/47894 8022/8883/47895 -f 8022/8883/47896 8001/8862/47897 8003/8864/47898 -f 8024/8885/47899 7973/8834/47900 8023/8884/47901 -f 8023/8884/47902 7973/8834/47903 8001/8862/47904 -f 8025/8886/47905 8007/8868/47906 8024/8885/47907 -f 8024/8885/47908 8007/8868/47909 7973/8834/47910 -f 8026/8887/47911 8009/8870/47912 8025/8886/47913 -f 8025/8886/47914 8009/8870/47915 8007/8868/47916 -f 8027/8888/47917 8012/8873/47918 8026/8887/47919 -f 8026/8887/47920 8012/8873/47921 8009/8870/47922 -f 8028/8889/47923 8011/8872/47924 8027/8888/47925 -f 8027/8888/47926 8011/8872/47927 8012/8873/47928 -f 8029/8890/47929 8010/8871/47930 8028/8889/47931 -f 8028/8889/47932 8010/8871/47933 8011/8872/47934 -f 8030/8891/47935 8013/8874/47936 8029/8890/47937 -f 8029/8890/47938 8013/8874/47939 8010/8871/47940 -f 7533/8394/47941 8014/8875/47942 8030/8891/47943 -f 8030/8891/47944 8014/8875/47945 8013/8874/47946 -f 8031/8892/47947 8008/8869/47948 7533/8394/47949 -f 7533/8394/47950 8008/8869/47951 8014/8875/47952 -f 8032/8893/47953 8006/8867/47954 8031/8892/47955 -f 8031/8892/47956 8006/8867/47957 8008/8869/47958 -f 8033/8894/47959 7971/8832/47960 8032/8893/47961 -f 8032/8893/47962 7971/8832/47963 8006/8867/47964 -f 8034/8895/47965 7967/8828/47966 8033/8894/47967 -f 8033/8894/47968 7967/8828/47969 7971/8832/47970 -f 7531/8392/47971 7969/8830/47972 8034/8895/47973 -f 8034/8895/47974 7969/8830/47975 7967/8828/47976 -f 8035/8896/47977 7968/8829/47978 7531/8392/47979 -f 7531/8392/47980 7968/8829/47981 7969/8830/47982 -f 8036/8897/47983 7966/8827/47984 8035/8896/47985 -f 8035/8896/47986 7966/8827/47987 7968/8829/47988 -f 8037/8898/47989 7965/8826/47990 8036/8897/47991 -f 8036/8897/47992 7965/8826/47993 7966/8827/47994 -f 8038/8899/47995 7963/8824/47996 8037/8898/47997 -f 8037/8898/47998 7963/8824/47999 7965/8826/48000 -f 8039/8900/48001 7964/8825/48002 8038/8899/48003 -f 8038/8899/48004 7964/8825/48005 7963/8824/48006 -f 8040/8901/48007 7970/8831/48008 8039/8900/48009 -f 8039/8900/48010 7970/8831/48011 7964/8825/48012 -f 8041/8902/48013 7972/8833/48014 8040/8901/48015 -f 8040/8901/48016 7972/8833/48017 7970/8831/48018 -f 8042/8903/48019 7983/8844/48020 8041/8902/48021 -f 8041/8902/48022 7983/8844/48023 7972/8833/48024 -f 8043/8904/48025 7985/8846/48026 8042/8903/48027 -f 8042/8903/48028 7985/8846/48029 7983/8844/48030 -f 8044/8905/48031 7984/8845/48032 8043/8904/48033 -f 8043/8904/48034 7984/8845/48035 7985/8846/48036 -f 8045/8906/48037 7986/8847/48038 8044/8905/48039 -f 8044/8905/48040 7986/8847/48041 7984/8845/48042 -f 8046/8907/48043 7987/8848/48044 8045/8906/48045 -f 8045/8906/48046 7987/8848/48047 7986/8847/48048 -f 8047/8908/48049 7982/8843/48050 8046/8907/48051 -f 8046/8907/48052 7982/8843/48053 7987/8848/48054 -f 8048/8909/48055 7974/8835/48056 8047/8908/48057 -f 8047/8908/48058 7974/8835/48059 7982/8843/48060 -f 8049/8910/48061 7989/8850/48062 8048/8909/48063 -f 8048/8909/48064 7989/8850/48065 7974/8835/48066 -f 8050/8911/48067 7991/8852/48068 8049/8910/48069 -f 8049/8910/48070 7991/8852/48071 7989/8850/48072 -f 8051/8912/48073 7994/8855/48074 8050/8911/48075 -f 8050/8911/48076 7994/8855/48077 7991/8852/48078 -f 8052/8913/48079 7993/8854/48080 8051/8912/48081 -f 8051/8912/48082 7993/8854/48083 7994/8855/48084 -f 8053/8914/48085 7992/8853/48086 8052/8913/48087 -f 8052/8913/48088 7992/8853/48089 7993/8854/48090 -f 8054/8915/48091 7995/8856/48092 8053/8914/48093 -f 8053/8914/48094 7995/8856/48095 7992/8853/48096 -f 8055/8916/48097 7996/8857/48098 8054/8915/48099 -f 8054/8915/48100 7996/8857/48101 7995/8856/48102 -f 8056/8917/48103 7990/8851/48104 8055/8916/48105 -f 8055/8916/48106 7990/8851/48107 7996/8857/48108 -f 8057/8918/48109 7988/8849/48110 8056/8917/48111 -f 8056/8917/48112 7988/8849/48113 7990/8851/48114 -f 8058/8919/48115 7976/8837/48116 8057/8918/48117 -f 8057/8918/48118 7976/8837/48119 7988/8849/48120 -f 8059/8920/48121 7978/8839/48122 8058/8919/48123 -f 8058/8919/48124 7978/8839/48125 7976/8837/48126 -f 8060/8921/48127 7997/8858/48128 8059/8920/48129 -f 8059/8920/48130 7997/8858/48131 7978/8839/48132 -f 8061/8922/48133 7998/8859/48134 8060/8921/48135 -f 8060/8921/48136 7998/8859/48137 7997/8858/48138 -f 8062/8923/48139 7980/8841/48140 8061/8922/48141 -f 8061/8922/48142 7980/8841/48143 7998/8859/48144 -f 8063/8924/48145 7981/8842/48146 8062/8923/48147 -f 8062/8923/48148 7981/8842/48149 7980/8841/48150 -f 8064/8925/48151 7999/8860/48152 8063/8924/48153 -f 8063/8924/48154 7999/8860/48155 7981/8842/48156 -f 8016/8877/48157 7979/8840/48158 8064/8925/48159 -f 8064/8925/48160 7979/8840/48161 7999/8860/48162 -f 8039/8900/48163 8034/8895/48164 8040/8901/48165 -f 8040/8901/48166 8034/8895/48167 8033/8894/48168 -f 8040/8901/48169 8033/8894/48170 8041/8902/48171 -f 8041/8902/48172 8033/8894/48173 8032/8893/48174 -f 8041/8902/48175 8032/8893/48176 8024/8885/48177 -f 8024/8885/48178 8032/8893/48179 8025/8886/48180 -f 8025/8886/48181 8032/8893/48182 8031/8892/48183 -f 8025/8886/48184 8031/8892/48185 8026/8887/48186 -f 8026/8887/48187 8031/8892/48188 8029/8890/48189 -f 8026/8887/48190 8029/8890/48191 8028/8889/48192 -f 8038/8899/48193 8037/8898/48194 8039/8900/48195 -f 8039/8900/48196 8037/8898/48197 8036/8897/48198 -f 8039/8900/48199 8036/8897/48200 8034/8895/48201 -f 8034/8895/48202 8036/8897/48203 8035/8896/48204 -f 8034/8895/48205 8035/8896/48206 7531/8392/48207 -f 7533/8394/48208 8030/8891/48209 8031/8892/48210 -f 8031/8892/48211 8030/8891/48212 8029/8890/48213 -f 8028/8889/48214 8027/8888/48215 8026/8887/48216 -f 8023/8884/48217 8018/8879/48218 8024/8885/48219 -f 8024/8885/48220 8018/8879/48221 8017/8878/48222 -f 8024/8885/48223 8017/8878/48224 8048/8909/48225 -f 8048/8909/48226 8017/8878/48227 8057/8918/48228 -f 8048/8909/48229 8057/8918/48230 8049/8910/48231 -f 8049/8910/48232 8057/8918/48233 8056/8917/48234 -f 8049/8910/48235 8056/8917/48236 8050/8911/48237 -f 8050/8911/48238 8056/8917/48239 8053/8914/48240 -f 8050/8911/48241 8053/8914/48242 8052/8913/48243 -f 8022/8883/48244 8021/8882/48245 8023/8884/48246 -f 8023/8884/48247 8021/8882/48248 8018/8879/48249 -f 8021/8882/48250 8020/8881/48251 8018/8879/48252 -f 8018/8879/48253 8020/8881/48254 8019/8880/48255 -f 8057/8918/48256 8017/8878/48257 8058/8919/48258 -f 8058/8919/48259 8017/8878/48260 8015/8876/48261 -f 8058/8919/48262 8015/8876/48263 8059/8920/48264 -f 8059/8920/48265 8015/8876/48266 8016/8877/48267 -f 8059/8920/48268 8016/8877/48269 8062/8923/48270 -f 8062/8923/48271 8016/8877/48272 8063/8924/48273 -f 8063/8924/48274 8016/8877/48275 8064/8925/48276 -f 8062/8923/48277 8061/8922/48278 8059/8920/48279 -f 8059/8920/48280 8061/8922/48281 8060/8921/48282 -f 8055/8916/48283 8054/8915/48284 8056/8917/48285 -f 8056/8917/48286 8054/8915/48287 8053/8914/48288 -f 8052/8913/48289 8051/8912/48290 8050/8911/48291 -f 8024/8885/48292 8048/8909/48293 8041/8902/48294 -f 8041/8902/48295 8048/8909/48296 8047/8908/48297 -f 8041/8902/48298 8047/8908/48299 8042/8903/48300 -f 8042/8903/48301 8047/8908/48302 8044/8905/48303 -f 8042/8903/48304 8044/8905/48305 8043/8904/48306 -f 8046/8907/48307 8045/8906/48308 8047/8908/48309 -f 8047/8908/48310 8045/8906/48311 8044/8905/48312 -f 8065/8926/48313 8066/8927/48314 8067/8928/48315 -f 8067/8928/48316 8066/8927/48317 8068/8929/48318 -f 8068/8929/48319 8066/8927/48320 8069/8930/48321 -f 8068/8929/48322 8069/8930/48323 8070/8931/48324 -f 8070/8931/48325 8069/8930/48326 8071/8932/48327 -f 8069/8930/48328 8066/8927/48329 8072/8933/48330 -f 8072/8933/48331 8066/8927/48332 8073/8934/48333 -f 8072/8933/48334 8073/8934/48335 8074/8935/48336 -f 8074/8935/48337 8073/8934/48338 8075/8936/48339 -f 8074/8935/48340 8075/8936/48341 8076/8937/48342 -f 8076/8937/48343 8075/8936/48344 8077/8938/48345 -f 8077/8938/48346 8075/8936/48347 8078/8939/48348 -f 8077/8938/48349 8078/8939/48350 8079/8940/48351 -f 8079/8940/48352 8078/8939/48353 8080/8941/48354 -f 8079/8940/48355 8080/8941/48356 8081/8942/48357 -f 8082/8943/48358 8083/8944/48359 8078/8939/48360 -f 8078/8939/48361 8083/8944/48362 8080/8941/48363 -f 8081/8942/48364 8084/8945/48365 8079/8940/48366 -f 8085/8946/48367 8086/8947/48368 8076/8937/48369 -f 8076/8937/48370 8086/8947/48371 8087/8948/48372 -f 8076/8937/48373 8087/8948/48374 8074/8935/48375 -f 8074/8935/48376 8087/8948/48377 8088/8949/48378 -f 8074/8935/48379 8088/8949/48380 8089/8950/48381 -f 8090/8951/48382 8091/8952/48383 8085/8946/48384 -f 8085/8946/48385 8091/8952/48386 8086/8947/48387 -f 8091/8952/48388 8092/8953/48389 8086/8947/48390 -f 8086/8947/48391 8092/8953/48392 8093/8954/48393 -f 8094/8955/48394 8095/8956/48395 8087/8948/48396 -f 8087/8948/48397 8095/8956/48398 8096/8957/48399 -f 8087/8948/48400 8096/8957/48401 8088/8949/48402 -f 8088/8949/48403 8096/8957/48404 8097/8958/48405 -f 8097/8958/48406 8096/8957/48407 8098/8959/48408 -f 8097/8958/48409 8098/8959/48410 8099/8960/48411 -f 8099/8960/48412 8098/8959/48413 8100/8961/48414 -f 8099/8960/48415 8100/8961/48416 8101/8962/48417 -f 8095/8956/48418 8094/8955/48419 8102/8963/48420 -f 8102/8963/48421 8094/8955/48422 8103/8964/48423 -f 8102/8963/48424 8103/8964/48425 8104/8965/48426 -f 8104/8965/48427 8103/8964/48428 8105/8966/48429 -f 8105/8966/48430 8103/8964/48431 8106/8967/48432 -f 8104/8965/48433 8107/8968/48434 8102/8963/48435 -f 8102/8963/48436 8107/8968/48437 8108/8969/48438 -f 8109/8970/48439 8110/8971/48440 8098/8959/48441 -f 8098/8959/48442 8110/8971/48443 8100/8961/48444 -f 8101/8962/48445 8111/8972/48446 8099/8960/48447 -f 8112/8973/48448 8113/8974/48449 8089/8950/48450 -f 8089/8950/48451 8113/8974/48452 8114/8975/48453 -f 8089/8950/48454 8114/8975/48455 8115/8976/48456 -f 8115/8976/48457 8114/8975/48458 8116/8977/48459 -f 8115/8976/48460 8074/8935/48461 8089/8950/48462 -f 8117/8978/48463 8095/8956/48464 8118/8979/48465 -f 8118/8979/48466 8095/8956/48467 8102/8963/48468 -f 8119/8980/48469 8096/8957/48470 8117/8978/48471 -f 8117/8978/48472 8096/8957/48473 8095/8956/48474 -f 8120/8981/48475 8098/8959/48476 8119/8980/48477 -f 8119/8980/48478 8098/8959/48479 8096/8957/48480 -f 7591/8452/48481 8109/8970/48482 8120/8981/48483 -f 8120/8981/48484 8109/8970/48485 8098/8959/48486 -f 8121/8982/48487 8110/8971/48488 7591/8452/48489 -f 7591/8452/48490 8110/8971/48491 8109/8970/48492 -f 8122/8983/48493 8100/8961/48494 8121/8982/48495 -f 8121/8982/48496 8100/8961/48497 8110/8971/48498 -f 8123/8984/48499 8101/8962/48500 8122/8983/48501 -f 8122/8983/48502 8101/8962/48503 8100/8961/48504 -f 8124/8985/48505 8111/8972/48506 8123/8984/48507 -f 8123/8984/48508 8111/8972/48509 8101/8962/48510 -f 8125/8986/48511 8099/8960/48512 8124/8985/48513 -f 8124/8985/48514 8099/8960/48515 8111/8972/48516 -f 8126/8987/48517 8097/8958/48518 8125/8986/48519 -f 8125/8986/48520 8097/8958/48521 8099/8960/48522 -f 8127/8988/48523 8088/8949/48524 8126/8987/48525 -f 8126/8987/48526 8088/8949/48527 8097/8958/48528 -f 8128/8989/48529 8089/8950/48530 8127/8988/48531 -f 8127/8988/48532 8089/8950/48533 8088/8949/48534 -f 8129/8990/48535 8112/8973/48536 8128/8989/48537 -f 8128/8989/48538 8112/8973/48539 8089/8950/48540 -f 8130/8991/48541 8113/8974/48542 8129/8990/48543 -f 8129/8990/48544 8113/8974/48545 8112/8973/48546 -f 8131/8992/48547 8114/8975/48548 8130/8991/48549 -f 8130/8991/48550 8114/8975/48551 8113/8974/48552 -f 8132/8993/48553 8116/8977/48554 8131/8992/48555 -f 8131/8992/48556 8116/8977/48557 8114/8975/48558 -f 8133/8994/48559 8115/8976/48560 8132/8993/48561 -f 8132/8993/48562 8115/8976/48563 8116/8977/48564 -f 8134/8995/48565 8074/8935/48566 8133/8994/48567 -f 8133/8994/48568 8074/8935/48569 8115/8976/48570 -f 8135/8996/48571 8072/8933/48572 8134/8995/48573 -f 8134/8995/48574 8072/8933/48575 8074/8935/48576 -f 8136/8997/48577 8069/8930/48578 8135/8996/48579 -f 8135/8996/48580 8069/8930/48581 8072/8933/48582 -f 8137/8998/48583 8071/8932/48584 8136/8997/48585 -f 8136/8997/48586 8071/8932/48587 8069/8930/48588 -f 8138/8999/48589 8070/8931/48590 8137/8998/48591 -f 8137/8998/48592 8070/8931/48593 8071/8932/48594 -f 8139/9000/48595 8068/8929/48596 8138/8999/48597 -f 8138/8999/48598 8068/8929/48599 8070/8931/48600 -f 8140/9001/48601 8067/8928/48602 8139/9000/48603 -f 8139/9000/48604 8067/8928/48605 8068/8929/48606 -f 8141/9002/48607 8065/8926/48608 8140/9001/48609 -f 8140/9001/48610 8065/8926/48611 8067/8928/48612 -f 8142/9003/48613 8066/8927/48614 8141/9002/48615 -f 8141/9002/48616 8066/8927/48617 8065/8926/48618 -f 8143/9004/48619 8073/8934/48620 8142/9003/48621 -f 8142/9003/48622 8073/8934/48623 8066/8927/48624 -f 8144/9005/48625 8075/8936/48626 8143/9004/48627 -f 8143/9004/48628 8075/8936/48629 8073/8934/48630 -f 8145/9006/48631 8078/8939/48632 8144/9005/48633 -f 8144/9005/48634 8078/8939/48635 8075/8936/48636 -f 8146/9007/48637 8082/8943/48638 8145/9006/48639 -f 8145/9006/48640 8082/8943/48641 8078/8939/48642 -f 8147/9008/48643 8083/8944/48644 8146/9007/48645 -f 8146/9007/48646 8083/8944/48647 8082/8943/48648 -f 8148/9009/48649 8080/8941/48650 8147/9008/48651 -f 8147/9008/48652 8080/8941/48653 8083/8944/48654 -f 8149/9010/48655 8081/8942/48656 8148/9009/48657 -f 8148/9009/48658 8081/8942/48659 8080/8941/48660 -f 8150/9011/48661 8084/8945/48662 8149/9010/48663 -f 8149/9010/48664 8084/8945/48665 8081/8942/48666 -f 8151/9012/48667 8079/8940/48668 8150/9011/48669 -f 8150/9011/48670 8079/8940/48671 8084/8945/48672 -f 8152/9013/48673 8077/8938/48674 8151/9012/48675 -f 8151/9012/48676 8077/8938/48677 8079/8940/48678 -f 8153/9014/48679 8076/8937/48680 8152/9013/48681 -f 8152/9013/48682 8076/8937/48683 8077/8938/48684 -f 8154/9015/48685 8085/8946/48686 8153/9014/48687 -f 8153/9014/48688 8085/8946/48689 8076/8937/48690 -f 8155/9016/48691 8090/8951/48692 8154/9015/48693 -f 8154/9015/48694 8090/8951/48695 8085/8946/48696 -f 8156/9017/48697 8091/8952/48698 8155/9016/48699 -f 8155/9016/48700 8091/8952/48701 8090/8951/48702 -f 8157/9018/48703 8092/8953/48704 8156/9017/48705 -f 8156/9017/48706 8092/8953/48707 8091/8952/48708 -f 8158/9019/48709 8093/8954/48710 8157/9018/48711 -f 8157/9018/48712 8093/8954/48713 8092/8953/48714 -f 8159/9020/48715 8086/8947/48716 8158/9019/48717 -f 8158/9019/48718 8086/8947/48719 8093/8954/48720 -f 8160/9021/48721 8087/8948/48722 8159/9020/48723 -f 8159/9020/48724 8087/8948/48725 8086/8947/48726 -f 8161/9022/48727 8094/8955/48728 8160/9021/48729 -f 8160/9021/48730 8094/8955/48731 8087/8948/48732 -f 8162/9023/48733 8103/8964/48734 8161/9022/48735 -f 8161/9022/48736 8103/8964/48737 8094/8955/48738 -f 8163/9024/48739 8106/8967/48740 8162/9023/48741 -f 8162/9023/48742 8106/8967/48743 8103/8964/48744 -f 8164/9025/48745 8105/8966/48746 8163/9024/48747 -f 8163/9024/48748 8105/8966/48749 8106/8967/48750 -f 8165/9026/48751 8104/8965/48752 8164/9025/48753 -f 8164/9025/48754 8104/8965/48755 8105/8966/48756 -f 8166/9027/48757 8107/8968/48758 8165/9026/48759 -f 8165/9026/48760 8107/8968/48761 8104/8965/48762 -f 7590/8451/48763 8108/8969/48764 8166/9027/48765 -f 8166/9027/48766 8108/8969/48767 8107/8968/48768 -f 8118/8979/48769 8102/8963/48770 7590/8451/48771 -f 7590/8451/48772 8102/8963/48773 8108/8969/48774 -f 8142/9003/48775 8135/8996/48776 8143/9004/48777 -f 8143/9004/48778 8135/8996/48779 8134/8995/48780 -f 8143/9004/48781 8134/8995/48782 8153/9014/48783 -f 8153/9014/48784 8134/8995/48785 8160/9021/48786 -f 8153/9014/48787 8160/9021/48788 8159/9020/48789 -f 8141/9002/48790 8140/9001/48791 8142/9003/48792 -f 8142/9003/48793 8140/9001/48794 8139/9000/48795 -f 8142/9003/48796 8139/9000/48797 8136/8997/48798 -f 8136/8997/48799 8139/9000/48800 8138/8999/48801 -f 8136/8997/48802 8138/8999/48803 8137/8998/48804 -f 8136/8997/48805 8135/8996/48806 8142/9003/48807 -f 8133/8994/48808 8128/8989/48809 8134/8995/48810 -f 8134/8995/48811 8128/8989/48812 8127/8988/48813 -f 8134/8995/48814 8127/8988/48815 8160/9021/48816 -f 8160/9021/48817 8127/8988/48818 8117/8978/48819 -f 8160/9021/48820 8117/8978/48821 8161/9022/48822 -f 8161/9022/48823 8117/8978/48824 8118/8979/48825 -f 8161/9022/48826 8118/8979/48827 8162/9023/48828 -f 8162/9023/48829 8118/8979/48830 8165/9026/48831 -f 8162/9023/48832 8165/9026/48833 8164/9025/48834 -f 8132/8993/48835 8131/8992/48836 8133/8994/48837 -f 8133/8994/48838 8131/8992/48839 8128/8989/48840 -f 8131/8992/48841 8130/8991/48842 8128/8989/48843 -f 8128/8989/48844 8130/8991/48845 8129/8990/48846 -f 8117/8978/48847 8127/8988/48848 8119/8980/48849 -f 8119/8980/48850 8127/8988/48851 8126/8987/48852 -f 8119/8980/48853 8126/8987/48854 8120/8981/48855 -f 8120/8981/48856 8126/8987/48857 8125/8986/48858 -f 8120/8981/48859 8125/8986/48860 8122/8983/48861 -f 8122/8983/48862 8125/8986/48863 8123/8984/48864 -f 8123/8984/48865 8125/8986/48866 8124/8985/48867 -f 8122/8983/48868 8121/8982/48869 8120/8981/48870 -f 8120/8981/48871 8121/8982/48872 7591/8452/48873 -f 7590/8451/48874 8166/9027/48875 8118/8979/48876 -f 8118/8979/48877 8166/9027/48878 8165/9026/48879 -f 8164/9025/48880 8163/9024/48881 8162/9023/48882 -f 8158/9019/48883 8157/9018/48884 8159/9020/48885 -f 8159/9020/48886 8157/9018/48887 8156/9017/48888 -f 8159/9020/48889 8156/9017/48890 8154/9015/48891 -f 8154/9015/48892 8156/9017/48893 8155/9016/48894 -f 8154/9015/48895 8153/9014/48896 8159/9020/48897 -f 8143/9004/48898 8153/9014/48899 8144/9005/48900 -f 8144/9005/48901 8153/9014/48902 8152/9013/48903 -f 8144/9005/48904 8152/9013/48905 8145/9006/48906 -f 8145/9006/48907 8152/9013/48908 8151/9012/48909 -f 8145/9006/48910 8151/9012/48911 8148/9009/48912 -f 8148/9009/48913 8151/9012/48914 8149/9010/48915 -f 8149/9010/48916 8151/9012/48917 8150/9011/48918 -f 8148/9009/48919 8147/9008/48920 8145/9006/48921 -f 8145/9006/48922 8147/9008/48923 8146/9007/48924 -f 8167/9028/48925 8068/8929/48926 8168/9029/48927 -f 8168/9029/48928 8068/8929/48929 8169/9030/48930 -f 8170/9031/48931 8167/9028/48932 8171/9032/48933 -f 8171/9032/48934 8167/9028/48935 8168/9029/48936 -f 7980/8841/48937 8170/9031/48938 8172/9033/48939 -f 8172/9033/48940 8170/9031/48941 8171/9032/48942 -f 8068/8929/48943 7980/8841/48944 8169/9030/48945 -f 8169/9030/48946 7980/8841/48947 8172/9033/48948 -f 7980/8841/48949 8068/8929/48950 8170/9031/48951 -f 8170/9031/48952 8068/8929/48953 8167/9028/48954 -f 8169/9030/48955 8172/9033/48956 8168/9029/48957 -f 8168/9029/48958 8172/9033/48959 8171/9032/48960 -f 8173/9034/48961 8174/9035/48962 8175/9036/48963 -f 8175/9036/48964 8174/9035/48965 8176/9037/48966 -f 8176/9037/48967 8174/9035/48968 8177/9038/48969 -f 8176/9037/48970 8177/9038/48971 8178/9039/48972 -f 8178/9039/48973 8177/9038/48974 8179/9040/48975 -f 8174/9035/48976 8180/9041/48977 8177/9038/48978 -f 8177/9038/48979 8180/9041/48980 8181/9042/48981 -f 8181/9042/48982 8180/9041/48983 8182/9043/48984 -f 8181/9042/48985 8182/9043/48986 8183/9044/48987 -f 8183/9044/48988 8182/9043/48989 8184/9045/48990 -f 8183/9044/48991 8184/9045/48992 8185/9046/48993 -f 8185/9046/48994 8184/9045/48995 8186/9047/48996 -f 8185/9046/48997 8186/9047/48998 8187/9048/48999 -f 8184/9045/49000 8182/9043/49001 8188/9049/49002 -f 8188/9049/49003 8182/9043/49004 8189/9050/49005 -f 8188/9049/49006 8189/9050/49007 8190/9051/49008 -f 8190/9051/49009 8189/9050/49010 8191/9052/49011 -f 8191/9052/49012 8189/9050/49013 8192/9053/49014 -f 8190/9051/49015 8193/9054/49016 8188/9049/49017 -f 8184/9045/49018 8194/9055/49019 8186/9047/49020 -f 8186/9047/49021 8194/9055/49022 8195/9056/49023 -f 8195/9056/49024 8194/9055/49025 8196/9057/49026 -f 8195/9056/49027 8196/9057/49028 8167/9028/49029 -f 8167/9028/49030 8196/9057/49031 8197/9058/49032 -f 8197/9058/49033 8196/9057/49034 8198/9059/49035 -f 8167/9028/49036 8199/9060/49037 8195/9056/49038 -f 8195/9056/49039 8199/9060/49040 8200/9061/49041 -f 8185/9046/49042 8187/9048/49043 8201/9062/49044 -f 8201/9062/49045 8187/9048/49046 8202/9063/49047 -f 8201/9062/49048 8202/9063/49049 8203/9064/49050 -f 8203/9064/49051 8202/9063/49052 8204/9065/49053 -f 8203/9064/49054 8204/9065/49055 8205/9066/49056 -f 8206/9067/49057 8207/9068/49058 8202/9063/49059 -f 8202/9063/49060 8207/9068/49061 8204/9065/49062 -f 8205/9066/49063 8208/9069/49064 8203/9064/49065 -f 8183/9044/49066 8185/9046/49067 8209/9070/49068 -f 8209/9070/49069 8185/9046/49070 8210/9071/49071 -f 8209/9070/49072 8210/9071/49073 8211/9072/49074 -f 8211/9072/49075 8210/9071/49076 8212/9073/49077 -f 8211/9072/49078 8213/9074/49079 8209/9070/49080 -f 8209/9070/49081 8213/9074/49082 8214/9075/49083 -f 8181/9042/49084 8183/9044/49085 8215/9076/49086 -f 8215/9076/49087 8183/9044/49088 8216/9077/49089 -f 8215/9076/49090 8216/9077/49091 8217/9078/49092 -f 8217/9078/49093 8216/9077/49094 8218/9079/49095 -f 8217/9078/49096 8218/9079/49097 8219/9080/49098 -f 8219/9080/49099 8218/9079/49100 8220/9081/49101 -f 8220/9081/49102 8218/9079/49103 8221/9082/49104 -f 8219/9080/49105 8222/9083/49106 8217/9078/49107 -f 8217/9078/49108 8222/9083/49109 8223/9084/49110 -f 8174/9035/49111 8224/9085/49112 8180/9041/49113 -f 8180/9041/49114 8224/9085/49115 8225/9086/49116 -f 8180/9041/49117 8225/9086/49118 8182/9043/49119 -f 8182/9043/49120 8225/9086/49121 8226/9087/49122 -f 8182/9043/49123 8226/9087/49124 8189/9050/49125 -f 8189/9050/49126 8226/9087/49127 8227/9088/49128 -f 8189/9050/49129 8227/9088/49130 8192/9053/49131 -f 8192/9053/49132 8227/9088/49133 8228/9089/49134 -f 8192/9053/49135 8228/9089/49136 8191/9052/49137 -f 8191/9052/49138 8228/9089/49139 8229/9090/49140 -f 8191/9052/49141 8229/9090/49142 8190/9051/49143 -f 8190/9051/49144 8229/9090/49145 8230/9091/49146 -f 8190/9051/49147 8230/9091/49148 8193/9054/49149 -f 8193/9054/49150 8230/9091/49151 8231/9092/49152 -f 8193/9054/49153 8231/9092/49154 8188/9049/49155 -f 8188/9049/49156 8231/9092/49157 8232/9093/49158 -f 8188/9049/49159 8232/9093/49160 8184/9045/49161 -f 8184/9045/49162 8232/9093/49163 8233/9094/49164 -f 8184/9045/49165 8233/9094/49166 8194/9055/49167 -f 8194/9055/49168 8233/9094/49169 8234/9095/49170 -f 8194/9055/49171 8234/9095/49172 8196/9057/49173 -f 8196/9057/49174 8234/9095/49175 8235/9096/49176 -f 8196/9057/49177 8235/9096/49178 8198/9059/49179 -f 8198/9059/49180 8235/9096/49181 8236/9097/49182 -f 8198/9059/49183 8236/9097/49184 8197/9058/49185 -f 8197/9058/49186 8236/9097/49187 8237/9098/49188 -f 8197/9058/49189 8237/9098/49190 8167/9028/49191 -f 8167/9028/49192 8237/9098/49193 8238/9099/49194 -f 8167/9028/49195 8238/9099/49196 8199/9060/49197 -f 8199/9060/49198 8238/9099/49199 8239/9100/49200 -f 8199/9060/49201 8239/9100/49202 8200/9061/49203 -f 8200/9061/49204 8239/9100/49205 8240/9101/49206 -f 8200/9061/49207 8240/9101/49208 8195/9056/49209 -f 8195/9056/49210 8240/9101/49211 8241/9102/49212 -f 8195/9056/49213 8241/9102/49214 8186/9047/49215 -f 8186/9047/49216 8241/9102/49217 8242/9103/49218 -f 8186/9047/49219 8242/9103/49220 8187/9048/49221 -f 8187/9048/49222 8242/9103/49223 8243/9104/49224 -f 8187/9048/49225 8243/9104/49226 8202/9063/49227 -f 8202/9063/49228 8243/9104/49229 8244/9105/49230 -f 8202/9063/49231 8244/9105/49232 8206/9067/49233 -f 8206/9067/49234 8244/9105/49235 8245/9106/49236 -f 8206/9067/49237 8245/9106/49238 8207/9068/49239 -f 8207/9068/49240 8245/9106/49241 8246/9107/49242 -f 8207/9068/49243 8246/9107/49244 8204/9065/49245 -f 8204/9065/49246 8246/9107/49247 8247/9108/49248 -f 8204/9065/49249 8247/9108/49250 8205/9066/49251 -f 8205/9066/49252 8247/9108/49253 8248/9109/49254 -f 8205/9066/49255 8248/9109/49256 8208/9069/49257 -f 8208/9069/49258 8248/9109/49259 8249/9110/49260 -f 8208/9069/49261 8249/9110/49262 8203/9064/49263 -f 8203/9064/49264 8249/9110/49265 8250/9111/49266 -f 8203/9064/49267 8250/9111/49268 8201/9062/49269 -f 8201/9062/49270 8250/9111/49271 8251/9112/49272 -f 8201/9062/49273 8251/9112/49274 8185/9046/49275 -f 8185/9046/49276 8251/9112/49277 8252/9113/49278 -f 8185/9046/49279 8252/9113/49280 8210/9071/49281 -f 8210/9071/49282 8252/9113/49283 8253/9114/49284 -f 8210/9071/49285 8253/9114/49286 8212/9073/49287 -f 8212/9073/49288 8253/9114/49289 8254/9115/49290 -f 8212/9073/49291 8254/9115/49292 8211/9072/49293 -f 8211/9072/49294 8254/9115/49295 8255/9116/49296 -f 8211/9072/49297 8255/9116/49298 8213/9074/49299 -f 8213/9074/49300 8255/9116/49301 8256/9117/49302 -f 8213/9074/49303 8256/9117/49304 8214/9075/49305 -f 8214/9075/49306 8256/9117/49307 8257/9118/49308 -f 8214/9075/49309 8257/9118/49310 8209/9070/49311 -f 8209/9070/49312 8257/9118/49313 8258/9119/49314 -f 8209/9070/49315 8258/9119/49316 8183/9044/49317 -f 8183/9044/49318 8258/9119/49319 8259/9120/49320 -f 8183/9044/49321 8259/9120/49322 8216/9077/49323 -f 8216/9077/49324 8259/9120/49325 8260/9121/49326 -f 8216/9077/49327 8260/9121/49328 8218/9079/49329 -f 8218/9079/49330 8260/9121/49331 8261/9122/49332 -f 8218/9079/49333 8261/9122/49334 8221/9082/49335 -f 8221/9082/49336 8261/9122/49337 8262/9123/49338 -f 8221/9082/49339 8262/9123/49340 8220/9081/49341 -f 8220/9081/49342 8262/9123/49343 8263/9124/49344 -f 8220/9081/49345 8263/9124/49346 8219/9080/49347 -f 8219/9080/49348 8263/9124/49349 8264/9125/49350 -f 8219/9080/49351 8264/9125/49352 8222/9083/49353 -f 8222/9083/49354 8264/9125/49355 8265/9126/49356 -f 8222/9083/49357 8265/9126/49358 8223/9084/49359 -f 8223/9084/49360 8265/9126/49361 8266/9127/49362 -f 8223/9084/49363 8266/9127/49364 8217/9078/49365 -f 8217/9078/49366 8266/9127/49367 8267/9128/49368 -f 8217/9078/49369 8267/9128/49370 8215/9076/49371 -f 8215/9076/49372 8267/9128/49373 8268/9129/49374 -f 8215/9076/49375 8268/9129/49376 8181/9042/49377 -f 8181/9042/49378 8268/9129/49379 8269/9130/49380 -f 8181/9042/49381 8269/9130/49382 8177/9038/49383 -f 8177/9038/49384 8269/9130/49385 8270/9131/49386 -f 8177/9038/49387 8270/9131/49388 8179/9040/49389 -f 8179/9040/49390 8270/9131/49391 8271/9132/49392 -f 8179/9040/49393 8271/9132/49394 8178/9039/49395 -f 8178/9039/49396 8271/9132/49397 8272/9133/49398 -f 8178/9039/49399 8272/9133/49400 8176/9037/49401 -f 8176/9037/49402 8272/9133/49403 8273/9134/49404 -f 8176/9037/49405 8273/9134/49406 8175/9036/49407 -f 8175/9036/49408 8273/9134/49409 8274/9135/49410 -f 8175/9036/49411 8274/9135/49412 8173/9034/49413 -f 8173/9034/49414 8274/9135/49415 8275/9136/49416 -f 8173/9034/49417 8275/9136/49418 8174/9035/49419 -f 8174/9035/49420 8275/9136/49421 8224/9085/49422 -f 8275/9136/49423 8274/9135/49424 8224/9085/49425 -f 8224/9085/49426 8274/9135/49427 8273/9134/49428 -f 8224/9085/49429 8273/9134/49430 8270/9131/49431 -f 8270/9131/49432 8273/9134/49433 8272/9133/49434 -f 8270/9131/49435 8272/9133/49436 8271/9132/49437 -f 8224/9085/49438 8270/9131/49439 8225/9086/49440 -f 8225/9086/49441 8270/9131/49442 8269/9130/49443 -f 8225/9086/49444 8269/9130/49445 8226/9087/49446 -f 8226/9087/49447 8269/9130/49448 8259/9120/49449 -f 8226/9087/49450 8259/9120/49451 8252/9113/49452 -f 8252/9113/49453 8259/9120/49454 8253/9114/49455 -f 8253/9114/49456 8259/9120/49457 8258/9119/49458 -f 8253/9114/49459 8258/9119/49460 8255/9116/49461 -f 8255/9116/49462 8258/9119/49463 8256/9117/49464 -f 8256/9117/49465 8258/9119/49466 8257/9118/49467 -f 8269/9130/49468 8268/9129/49469 8259/9120/49470 -f 8259/9120/49471 8268/9129/49472 8260/9121/49473 -f 8260/9121/49474 8268/9129/49475 8267/9128/49476 -f 8260/9121/49477 8267/9128/49478 8261/9122/49479 -f 8261/9122/49480 8267/9128/49481 8264/9125/49482 -f 8261/9122/49483 8264/9125/49484 8263/9124/49485 -f 8266/9127/49486 8265/9126/49487 8267/9128/49488 -f 8267/9128/49489 8265/9126/49490 8264/9125/49491 -f 8263/9124/49492 8262/9123/49493 8261/9122/49494 -f 8255/9116/49495 8254/9115/49496 8253/9114/49497 -f 8251/9112/49498 8243/9104/49499 8252/9113/49500 -f 8252/9113/49501 8243/9104/49502 8242/9103/49503 -f 8252/9113/49504 8242/9103/49505 8233/9094/49506 -f 8233/9094/49507 8242/9103/49508 8234/9095/49509 -f 8234/9095/49510 8242/9103/49511 8241/9102/49512 -f 8234/9095/49513 8241/9102/49514 8235/9096/49515 -f 8235/9096/49516 8241/9102/49517 8238/9099/49518 -f 8235/9096/49519 8238/9099/49520 8237/9098/49521 -f 8243/9104/49522 8251/9112/49523 8244/9105/49524 -f 8244/9105/49525 8251/9112/49526 8250/9111/49527 -f 8244/9105/49528 8250/9111/49529 8247/9108/49530 -f 8247/9108/49531 8250/9111/49532 8248/9109/49533 -f 8248/9109/49534 8250/9111/49535 8249/9110/49536 -f 8247/9108/49537 8246/9107/49538 8244/9105/49539 -f 8244/9105/49540 8246/9107/49541 8245/9106/49542 -f 8240/9101/49543 8239/9100/49544 8241/9102/49545 -f 8241/9102/49546 8239/9100/49547 8238/9099/49548 -f 8237/9098/49549 8236/9097/49550 8235/9096/49551 -f 8232/9093/49552 8227/9088/49553 8233/9094/49554 -f 8233/9094/49555 8227/9088/49556 8226/9087/49557 -f 8233/9094/49558 8226/9087/49559 8252/9113/49560 -f 8231/9092/49561 8230/9091/49562 8232/9093/49563 -f 8232/9093/49564 8230/9091/49565 8229/9090/49566 -f 8232/9093/49567 8229/9090/49568 8227/9088/49569 -f 8227/9088/49570 8229/9090/49571 8228/9089/49572 -f 8276/9137/49573 8277/9138/49574 8278/9139/49575 -f 8278/9139/49576 8277/9138/49577 8279/9140/49578 -f 8279/9140/49579 8277/9138/49580 8280/9141/49581 -f 8279/9140/49582 8280/9141/49583 8281/9142/49584 -f 8281/9142/49585 8280/9141/49586 8282/9143/49587 -f 8280/9141/49588 8277/9138/49589 8283/9144/49590 -f 8283/9144/49591 8277/9138/49592 8284/9145/49593 -f 8283/9144/49594 8284/9145/49595 8285/9146/49596 -f 8285/9146/49597 8284/9145/49598 8286/9147/49599 -f 8285/9146/49600 8286/9147/49601 8287/9148/49602 -f 8287/9148/49603 8286/9147/49604 8288/9149/49605 -f 8288/9149/49606 8286/9147/49607 8289/9150/49608 -f 8288/9149/49609 8289/9150/49610 8290/9151/49611 -f 8290/9151/49612 8289/9150/49613 8170/9031/49614 -f 8290/9151/49615 8170/9031/49616 8291/9152/49617 -f 8292/9153/49618 8293/9154/49619 8289/9150/49620 -f 8289/9150/49621 8293/9154/49622 8170/9031/49623 -f 8291/9152/49624 8294/9155/49625 8290/9151/49626 -f 8295/9156/49627 8296/9157/49628 8287/9148/49629 -f 8287/9148/49630 8296/9157/49631 8297/9158/49632 -f 8287/9148/49633 8297/9158/49634 8285/9146/49635 -f 8285/9146/49636 8297/9158/49637 8298/9159/49638 -f 8285/9146/49639 8298/9159/49640 8299/9160/49641 -f 8299/9160/49642 8298/9159/49643 8300/9161/49644 -f 8299/9160/49645 8300/9161/49646 8301/9162/49647 -f 8301/9162/49648 8300/9161/49649 8302/9163/49650 -f 8303/9164/49651 8304/9165/49652 8295/9156/49653 -f 8295/9156/49654 8304/9165/49655 8305/9166/49656 -f 8295/9156/49657 8305/9166/49658 8296/9157/49659 -f 8296/9157/49660 8305/9166/49661 8306/9167/49662 -f 8298/9159/49663 8297/9158/49664 8307/9168/49665 -f 8307/9168/49666 8297/9158/49667 8308/9169/49668 -f 8307/9168/49669 8308/9169/49670 8309/9170/49671 -f 8309/9170/49672 8308/9169/49673 8310/9171/49674 -f 8309/9170/49675 8310/9171/49676 8311/9172/49677 -f 8311/9172/49678 8310/9171/49679 8312/9173/49680 -f 8312/9173/49681 8310/9171/49682 8313/9174/49683 -f 8311/9172/49684 8314/9175/49685 8309/9170/49686 -f 8309/9170/49687 8314/9175/49688 8315/9176/49689 -f 8307/9168/49690 8316/9177/49691 8298/9159/49692 -f 8298/9159/49693 8316/9177/49694 8317/9178/49695 -f 8317/9178/49696 8316/9177/49697 8318/9179/49698 -f 8317/9178/49699 8318/9179/49700 8319/9180/49701 -f 8319/9180/49702 8318/9179/49703 8320/9181/49704 -f 8319/9180/49705 8320/9181/49706 8321/9182/49707 -f 8322/9183/49708 8323/9184/49709 8318/9179/49710 -f 8318/9179/49711 8323/9184/49712 8320/9181/49713 -f 8321/9182/49714 8324/9185/49715 8319/9180/49716 -f 8301/9162/49717 8325/9186/49718 8299/9160/49719 -f 8299/9160/49720 8325/9186/49721 8326/9187/49722 -f 8277/9138/49723 8327/9188/49724 8284/9145/49725 -f 8284/9145/49726 8327/9188/49727 8328/9189/49728 -f 8284/9145/49729 8328/9189/49730 8286/9147/49731 -f 8286/9147/49732 8328/9189/49733 8329/9190/49734 -f 8286/9147/49735 8329/9190/49736 8289/9150/49737 -f 8289/9150/49738 8329/9190/49739 8330/9191/49740 -f 8289/9150/49741 8330/9191/49742 8292/9153/49743 -f 8292/9153/49744 8330/9191/49745 8331/9192/49746 -f 8292/9153/49747 8331/9192/49748 8293/9154/49749 -f 8293/9154/49750 8331/9192/49751 8332/9193/49752 -f 8293/9154/49753 8332/9193/49754 8170/9031/49755 -f 8170/9031/49756 8332/9193/49757 8333/9194/49758 -f 8170/9031/49759 8333/9194/49760 8291/9152/49761 -f 8291/9152/49762 8333/9194/49763 8334/9195/49764 -f 8291/9152/49765 8334/9195/49766 8294/9155/49767 -f 8294/9155/49768 8334/9195/49769 8335/9196/49770 -f 8294/9155/49771 8335/9196/49772 8290/9151/49773 -f 8290/9151/49774 8335/9196/49775 8336/9197/49776 -f 8290/9151/49777 8336/9197/49778 8288/9149/49779 -f 8288/9149/49780 8336/9197/49781 8337/9198/49782 -f 8288/9149/49783 8337/9198/49784 8287/9148/49785 -f 8287/9148/49786 8337/9198/49787 8338/9199/49788 -f 8287/9148/49789 8338/9199/49790 8295/9156/49791 -f 8295/9156/49792 8338/9199/49793 8339/9200/49794 -f 8295/9156/49795 8339/9200/49796 8303/9164/49797 -f 8303/9164/49798 8339/9200/49799 8340/9201/49800 -f 8303/9164/49801 8340/9201/49802 8304/9165/49803 -f 8304/9165/49804 8340/9201/49805 8341/9202/49806 -f 8304/9165/49807 8341/9202/49808 8305/9166/49809 -f 8305/9166/49810 8341/9202/49811 8342/9203/49812 -f 8305/9166/49813 8342/9203/49814 8306/9167/49815 -f 8306/9167/49816 8342/9203/49817 8343/9204/49818 -f 8306/9167/49819 8343/9204/49820 8296/9157/49821 -f 8296/9157/49822 8343/9204/49823 8344/9205/49824 -f 8296/9157/49825 8344/9205/49826 8297/9158/49827 -f 8297/9158/49828 8344/9205/49829 8345/9206/49830 -f 8297/9158/49831 8345/9206/49832 8308/9169/49833 -f 8308/9169/49834 8345/9206/49835 8346/9207/49836 -f 8308/9169/49837 8346/9207/49838 8310/9171/49839 -f 8310/9171/49840 8346/9207/49841 8347/9208/49842 -f 8310/9171/49843 8347/9208/49844 8313/9174/49845 -f 8313/9174/49846 8347/9208/49847 8348/9209/49848 -f 8313/9174/49849 8348/9209/49850 8312/9173/49851 -f 8312/9173/49852 8348/9209/49853 8349/9210/49854 -f 8312/9173/49855 8349/9210/49856 8311/9172/49857 -f 8311/9172/49858 8349/9210/49859 8350/9211/49860 -f 8311/9172/49861 8350/9211/49862 8314/9175/49863 -f 8314/9175/49864 8350/9211/49865 8351/9212/49866 -f 8314/9175/49867 8351/9212/49868 8315/9176/49869 -f 8315/9176/49870 8351/9212/49871 8352/9213/49872 -f 8315/9176/49873 8352/9213/49874 8309/9170/49875 -f 8309/9170/49876 8352/9213/49877 8353/9214/49878 -f 8309/9170/49879 8353/9214/49880 8307/9168/49881 -f 8307/9168/49882 8353/9214/49883 8354/9215/49884 -f 8307/9168/49885 8354/9215/49886 8316/9177/49887 -f 8316/9177/49888 8354/9215/49889 8355/9216/49890 -f 8316/9177/49891 8355/9216/49892 8318/9179/49893 -f 8318/9179/49894 8355/9216/49895 8356/9217/49896 -f 8318/9179/49897 8356/9217/49898 8322/9183/49899 -f 8322/9183/49900 8356/9217/49901 8357/9218/49902 -f 8322/9183/49903 8357/9218/49904 8323/9184/49905 -f 8323/9184/49906 8357/9218/49907 8358/9219/49908 -f 8323/9184/49909 8358/9219/49910 8320/9181/49911 -f 8320/9181/49912 8358/9219/49913 8359/9220/49914 -f 8320/9181/49915 8359/9220/49916 8321/9182/49917 -f 8321/9182/49918 8359/9220/49919 8360/9221/49920 -f 8321/9182/49921 8360/9221/49922 8324/9185/49923 -f 8324/9185/49924 8360/9221/49925 8361/9222/49926 -f 8324/9185/49927 8361/9222/49928 8319/9180/49929 -f 8319/9180/49930 8361/9222/49931 8362/9223/49932 -f 8319/9180/49933 8362/9223/49934 8317/9178/49935 -f 8317/9178/49936 8362/9223/49937 8363/9224/49938 -f 8317/9178/49939 8363/9224/49940 8298/9159/49941 -f 8298/9159/49942 8363/9224/49943 8364/9225/49944 -f 8298/9159/49945 8364/9225/49946 8300/9161/49947 -f 8300/9161/49948 8364/9225/49949 8365/9226/49950 -f 8300/9161/49951 8365/9226/49952 8302/9163/49953 -f 8302/9163/49954 8365/9226/49955 8366/9227/49956 -f 8302/9163/49957 8366/9227/49958 8301/9162/49959 -f 8301/9162/49960 8366/9227/49961 8367/9228/49962 -f 8301/9162/49963 8367/9228/49964 8325/9186/49965 -f 8325/9186/49966 8367/9228/49967 8368/9229/49968 -f 8325/9186/49969 8368/9229/49970 8326/9187/49971 -f 8326/9187/49972 8368/9229/49973 8369/9230/49974 -f 8326/9187/49975 8369/9230/49976 8299/9160/49977 -f 8299/9160/49978 8369/9230/49979 8370/9231/49980 -f 8299/9160/49981 8370/9231/49982 8285/9146/49983 -f 8285/9146/49984 8370/9231/49985 8371/9232/49986 -f 8285/9146/49987 8371/9232/49988 8283/9144/49989 -f 8283/9144/49990 8371/9232/49991 8372/9233/49992 -f 8283/9144/49993 8372/9233/49994 8280/9141/49995 -f 8280/9141/49996 8372/9233/49997 8373/9234/49998 -f 8280/9141/49999 8373/9234/50000 8282/9143/50001 -f 8282/9143/50002 8373/9234/50003 8374/9235/50004 -f 8282/9143/50005 8374/9235/50006 8281/9142/50007 -f 8281/9142/50008 8374/9235/50009 8375/9236/50010 -f 8281/9142/50011 8375/9236/50012 8279/9140/50013 -f 8279/9140/50014 8375/9236/50015 8376/9237/50016 -f 8279/9140/50017 8376/9237/50018 8278/9139/50019 -f 8278/9139/50020 8376/9237/50021 8377/9238/50022 -f 8278/9139/50023 8377/9238/50024 8276/9137/50025 -f 8276/9137/50026 8377/9238/50027 8378/9239/50028 -f 8276/9137/50029 8378/9239/50030 8277/9138/50031 -f 8277/9138/50032 8378/9239/50033 8327/9188/50034 -f 8378/9239/50035 8377/9238/50036 8327/9188/50037 -f 8327/9188/50038 8377/9238/50039 8376/9237/50040 -f 8327/9188/50041 8376/9237/50042 8373/9234/50043 -f 8373/9234/50044 8376/9237/50045 8375/9236/50046 -f 8373/9234/50047 8375/9236/50048 8374/9235/50049 -f 8373/9234/50050 8372/9233/50051 8327/9188/50052 -f 8327/9188/50053 8372/9233/50054 8328/9189/50055 -f 8328/9189/50056 8372/9233/50057 8371/9232/50058 -f 8328/9189/50059 8371/9232/50060 8329/9190/50061 -f 8329/9190/50062 8371/9232/50063 8338/9199/50064 -f 8329/9190/50065 8338/9199/50066 8337/9198/50067 -f 8370/9231/50068 8365/9226/50069 8371/9232/50070 -f 8371/9232/50071 8365/9226/50072 8364/9225/50073 -f 8371/9232/50074 8364/9225/50075 8338/9199/50076 -f 8338/9199/50077 8364/9225/50078 8345/9206/50079 -f 8338/9199/50080 8345/9206/50081 8339/9200/50082 -f 8339/9200/50083 8345/9206/50084 8344/9205/50085 -f 8339/9200/50086 8344/9205/50087 8341/9202/50088 -f 8341/9202/50089 8344/9205/50090 8342/9203/50091 -f 8342/9203/50092 8344/9205/50093 8343/9204/50094 -f 8369/9230/50095 8368/9229/50096 8370/9231/50097 -f 8370/9231/50098 8368/9229/50099 8367/9228/50100 -f 8370/9231/50101 8367/9228/50102 8365/9226/50103 -f 8365/9226/50104 8367/9228/50105 8366/9227/50106 -f 8363/9224/50107 8355/9216/50108 8364/9225/50109 -f 8364/9225/50110 8355/9216/50111 8354/9215/50112 -f 8364/9225/50113 8354/9215/50114 8345/9206/50115 -f 8345/9206/50116 8354/9215/50117 8346/9207/50118 -f 8346/9207/50119 8354/9215/50120 8353/9214/50121 -f 8346/9207/50122 8353/9214/50123 8347/9208/50124 -f 8347/9208/50125 8353/9214/50126 8350/9211/50127 -f 8347/9208/50128 8350/9211/50129 8349/9210/50130 -f 8355/9216/50131 8363/9224/50132 8356/9217/50133 -f 8356/9217/50134 8363/9224/50135 8362/9223/50136 -f 8356/9217/50137 8362/9223/50138 8359/9220/50139 -f 8359/9220/50140 8362/9223/50141 8360/9221/50142 -f 8360/9221/50143 8362/9223/50144 8361/9222/50145 -f 8359/9220/50146 8358/9219/50147 8356/9217/50148 -f 8356/9217/50149 8358/9219/50150 8357/9218/50151 -f 8352/9213/50152 8351/9212/50153 8353/9214/50154 -f 8353/9214/50155 8351/9212/50156 8350/9211/50157 -f 8349/9210/50158 8348/9209/50159 8347/9208/50160 -f 8341/9202/50161 8340/9201/50162 8339/9200/50163 -f 8329/9190/50164 8337/9198/50165 8330/9191/50166 -f 8330/9191/50167 8337/9198/50168 8336/9197/50169 -f 8330/9191/50170 8336/9197/50171 8333/9194/50172 -f 8333/9194/50173 8336/9197/50174 8334/9195/50175 -f 8334/9195/50176 8336/9197/50177 8335/9196/50178 -f 8333/9194/50179 8332/9193/50180 8330/9191/50181 -f 8330/9191/50182 8332/9193/50183 8331/9192/50184 -f 8379/9240/50185 8380/9241/50186 8381/9242/50187 -f 8381/9242/50188 8380/9241/50189 8382/9243/50190 -f 8382/9243/50191 8380/9241/50192 8383/9244/50193 -f 8382/9243/50194 8383/9244/50195 8384/9245/50196 -f 8385/9246/50197 8386/9247/50198 8380/9241/50199 -f 8380/9241/50200 8386/9247/50201 8387/9248/50202 -f 8380/9241/50203 8387/9248/50204 8383/9244/50205 -f 8384/9245/50206 8388/9249/50207 8382/9243/50208 -f 8382/9243/50209 8388/9249/50210 8389/9250/50211 -f 8352/9213/50212 8357/9218/50213 8390/9251/50214 -f 8390/9251/50215 8357/9218/50216 8391/9252/50217 -f 8390/9251/50218 8391/9252/50219 8392/9253/50220 -f 8392/9253/50221 8391/9252/50222 8393/9254/50223 -f 8393/9254/50224 8391/9252/50225 8394/9255/50226 -f 8394/9255/50227 8391/9252/50228 8395/9256/50229 -f 8392/9253/50230 8396/9257/50231 8390/9251/50232 -f 8390/9251/50233 8396/9257/50234 8397/9258/50235 -f 8390/9251/50236 8397/9258/50237 8398/9259/50238 -f 8399/9260/50239 8400/9261/50240 8401/9262/50241 -f 8401/9262/50242 8400/9261/50243 8402/9263/50244 -f 8401/9262/50245 8402/9263/50246 8403/9264/50247 -f 8403/9264/50248 8402/9263/50249 8404/9265/50250 -f 8404/9265/50251 8402/9263/50252 8405/9266/50253 -f 8405/9266/50254 8402/9263/50255 8406/9267/50256 -f 8403/9264/50257 8407/9268/50258 8401/9262/50259 -f 8401/9262/50260 8407/9268/50261 8408/9269/50262 -f 8401/9262/50263 8408/9269/50264 8409/9270/50265 -f 8410/9271/50266 8411/9272/50267 8412/9273/50268 -f 8412/9273/50269 8411/9272/50270 8413/9274/50271 -f 8414/9275/50272 8415/9276/50273 8416/9277/50274 -f 8416/9277/50275 8415/9276/50276 8417/9278/50277 -f 8416/9277/50278 8417/9278/50279 8418/9279/50280 -f 8418/9279/50281 8417/9278/50282 8419/9280/50283 -f 8419/9280/50284 8417/9278/50285 8420/9281/50286 -f 8420/9281/50287 8417/9278/50288 8421/9282/50289 -f 8418/9279/50290 8422/9283/50291 8416/9277/50292 -f 8416/9277/50293 8422/9283/50294 8423/9284/50295 -f 8416/9277/50296 8423/9284/50297 8424/9285/50298 -f 8425/9286/50299 8426/9287/50300 8427/9288/50301 -f 8427/9288/50302 8426/9287/50303 8428/9289/50304 -f 8427/9288/50305 8428/9289/50306 8429/9290/50307 -f 8429/9290/50308 8428/9289/50309 8430/9291/50310 -f 8430/9291/50311 8428/9289/50312 8431/9292/50313 -f 8431/9292/50314 8428/9289/50315 8432/9293/50316 -f 8429/9290/50317 8433/9294/50318 8427/9288/50319 -f 8427/9288/50320 8433/9294/50321 8434/9295/50322 -f 8427/9288/50323 8434/9295/50324 8435/9296/50325 -f 8436/9297/50326 8437/9298/50327 8438/9299/50328 -f 8438/9299/50329 8437/9298/50330 8439/9300/50331 -f 8438/9299/50332 8439/9300/50333 8440/9301/50334 -f 8440/9301/50335 8439/9300/50336 8441/9302/50337 -f 8441/9302/50338 8439/9300/50339 8442/9303/50340 -f 8442/9303/50341 8439/9300/50342 8443/9304/50343 -f 8440/9301/50344 8444/9305/50345 8438/9299/50346 -f 8438/9299/50347 8444/9305/50348 8445/9306/50349 -f 8438/9299/50350 8445/9306/50351 8446/9307/50352 -f 8266/9127/50353 8271/9132/50354 8447/9308/50355 -f 8447/9308/50356 8271/9132/50357 8448/9309/50358 -f 8447/9308/50359 8448/9309/50360 8449/9310/50361 -f 8449/9310/50362 8448/9309/50363 8450/9311/50364 -f 8450/9311/50365 8448/9309/50366 8451/9312/50367 -f 8451/9312/50368 8448/9309/50369 8452/9313/50370 -f 8449/9310/50371 8453/9314/50372 8447/9308/50373 -f 8447/9308/50374 8453/9314/50375 8454/9315/50376 -f 8447/9308/50377 8454/9315/50378 8455/9316/50379 -f 8456/9317/50380 8457/9318/50381 8458/9319/50382 -f 8458/9319/50383 8457/9318/50384 8459/9320/50385 -f 8459/9320/50386 8457/9318/50387 8460/9321/50388 -f 8459/9320/50389 8460/9321/50390 8461/9322/50391 -f 8462/9323/50392 8463/9324/50393 8457/9318/50394 -f 8457/9318/50395 8463/9324/50396 8464/9325/50397 -f 8457/9318/50398 8464/9325/50399 8460/9321/50400 -f 8461/9322/50401 8465/9326/50402 8459/9320/50403 -f 8459/9320/50404 8465/9326/50405 8466/9327/50406 -f 8467/9328/50407 8468/9329/50408 8469/9330/50409 -f 8469/9330/50410 8468/9329/50411 8470/9331/50412 -f 8439/9300/50413 8382/9243/50414 8443/9304/50415 -f 8443/9304/50416 8382/9243/50417 8389/9250/50418 -f 8443/9304/50419 8389/9250/50420 8442/9303/50421 -f 8442/9303/50422 8389/9250/50423 8388/9249/50424 -f 8444/9305/50425 8471/9332/50426 8445/9306/50427 -f 8445/9306/50428 8471/9332/50429 8472/9333/50430 -f 8445/9306/50431 8472/9333/50432 8473/9334/50433 -f 8473/9334/50434 8472/9333/50435 8474/9335/50436 -f 8473/9334/50437 8474/9335/50438 8475/9336/50439 -f 8475/9336/50440 8474/9335/50441 8476/9337/50442 -f 8475/9336/50443 8476/9337/50444 8477/9338/50445 -f 8477/9338/50446 8476/9337/50447 8442/9303/50448 -f 8477/9338/50449 8442/9303/50450 8478/9339/50451 -f 8478/9339/50452 8442/9303/50453 8479/9340/50454 -f 8478/9339/50455 8479/9340/50456 8480/9341/50457 -f 8480/9341/50458 8479/9340/50459 8481/9342/50460 -f 8480/9341/50461 8481/9342/50462 8482/9343/50463 -f 8482/9343/50464 8481/9342/50465 8483/9344/50466 -f 8482/9343/50467 8483/9344/50468 8445/9306/50469 -f 8445/9306/50470 8483/9344/50471 8484/9345/50472 -f 8445/9306/50473 8484/9345/50474 8485/9346/50475 -f 8485/9346/50476 8484/9345/50477 8486/9347/50478 -f 8485/9346/50479 8486/9347/50480 8487/9348/50481 -f 8487/9348/50482 8486/9347/50483 8488/9349/50484 -f 8487/9348/50485 8488/9349/50486 8489/9350/50487 -f 8489/9350/50488 8488/9349/50489 8442/9303/50490 -f 8489/9350/50491 8442/9303/50492 8490/9351/50493 -f 8490/9351/50494 8442/9303/50495 8491/9352/50496 -f 8490/9351/50497 8491/9352/50498 8492/9353/50499 -f 8492/9353/50500 8491/9352/50501 8493/9354/50502 -f 8492/9353/50503 8493/9354/50504 8494/9355/50505 -f 8494/9355/50506 8493/9354/50507 8495/9356/50508 -f 8494/9355/50509 8495/9356/50510 8445/9306/50511 -f 8445/9306/50512 8495/9356/50513 8496/9357/50514 -f 8445/9306/50515 8496/9357/50516 8497/9358/50517 -f 8497/9358/50518 8496/9357/50519 8498/9359/50520 -f 8497/9358/50521 8498/9359/50522 8499/9360/50523 -f 8499/9360/50524 8498/9359/50525 8500/9361/50526 -f 8499/9360/50527 8500/9361/50528 8501/9362/50529 -f 8501/9362/50530 8500/9361/50531 8388/9249/50532 -f 8501/9362/50533 8388/9249/50534 8502/9363/50535 -f 8502/9363/50536 8388/9249/50537 8503/9364/50538 -f 8502/9363/50539 8503/9364/50540 8504/9365/50541 -f 8504/9365/50542 8503/9364/50543 8505/9366/50544 -f 8504/9365/50545 8505/9366/50546 8506/9367/50547 -f 8506/9367/50548 8505/9366/50549 8507/9368/50550 -f 8506/9367/50551 8507/9368/50552 8386/9247/50553 -f 8386/9247/50554 8507/9368/50555 8508/9369/50556 -f 8386/9247/50557 8508/9369/50558 8509/9370/50559 -f 8509/9370/50560 8508/9369/50561 8510/9371/50562 -f 8509/9370/50563 8510/9371/50564 8511/9372/50565 -f 8511/9372/50566 8510/9371/50567 8512/9373/50568 -f 8511/9372/50569 8512/9373/50570 8513/9374/50571 -f 8513/9374/50572 8512/9373/50573 8388/9249/50574 -f 8513/9374/50575 8388/9249/50576 8514/9375/50577 -f 8514/9375/50578 8388/9249/50579 8515/9376/50580 -f 8514/9375/50581 8515/9376/50582 8516/9377/50583 -f 8516/9377/50584 8515/9376/50585 8517/9378/50586 -f 8516/9377/50587 8517/9378/50588 8518/9379/50589 -f 8518/9379/50590 8517/9378/50591 8519/9380/50592 -f 8518/9379/50593 8519/9380/50594 8386/9247/50595 -f 8386/9247/50596 8519/9380/50597 8520/9381/50598 -f 8386/9247/50599 8520/9381/50600 8521/9382/50601 -f 8521/9382/50602 8520/9381/50603 8522/9383/50604 -f 8521/9382/50605 8522/9383/50606 8523/9384/50607 -f 8523/9384/50608 8522/9383/50609 8524/9385/50610 -f 8523/9384/50611 8524/9385/50612 8384/9245/50613 -f 8384/9245/50614 8524/9385/50615 8388/9249/50616 -f 8388/9249/50617 8524/9385/50618 8525/9386/50619 -f 8388/9249/50620 8525/9386/50621 8526/9387/50622 -f 8526/9387/50623 8525/9386/50624 8527/9388/50625 -f 8526/9387/50626 8527/9388/50627 8517/9378/50628 -f 8517/9378/50629 8527/9388/50630 8519/9380/50631 -f 8471/9332/50632 8444/9305/50633 8528/9389/50634 -f 8528/9389/50635 8444/9305/50636 8440/9301/50637 -f 8528/9389/50638 8440/9301/50639 8529/9390/50640 -f 8529/9390/50641 8440/9301/50642 8441/9302/50643 -f 8529/9390/50644 8441/9302/50645 8442/9303/50646 -f 8491/9352/50647 8442/9303/50648 8530/9391/50649 -f 8530/9391/50650 8442/9303/50651 8388/9249/50652 -f 8530/9391/50653 8388/9249/50654 8531/9392/50655 -f 8531/9392/50656 8388/9249/50657 8500/9361/50658 -f 8531/9392/50659 8500/9361/50660 8498/9359/50661 -f 8384/9245/50662 8383/9244/50663 8523/9384/50664 -f 8523/9384/50665 8383/9244/50666 8532/9393/50667 -f 8523/9384/50668 8532/9393/50669 8521/9382/50670 -f 8521/9382/50671 8532/9393/50672 8386/9247/50673 -f 8383/9244/50674 8387/9248/50675 8532/9393/50676 -f 8532/9393/50677 8387/9248/50678 8386/9247/50679 -f 8445/9306/50680 8497/9358/50681 8386/9247/50682 -f 8386/9247/50683 8497/9358/50684 8533/9394/50685 -f 8386/9247/50686 8533/9394/50687 8534/9395/50688 -f 8534/9395/50689 8533/9394/50690 8535/9396/50691 -f 8534/9395/50692 8535/9396/50693 8504/9365/50694 -f 8504/9365/50695 8535/9396/50696 8502/9363/50697 -f 8472/9333/50698 8471/9332/50699 8536/9397/50700 -f 8536/9397/50701 8471/9332/50702 8528/9389/50703 -f 8536/9397/50704 8528/9389/50705 8537/9398/50706 -f 8537/9398/50707 8528/9389/50708 8529/9390/50709 -f 8537/9398/50710 8529/9390/50711 8442/9303/50712 -f 8473/9334/50713 8538/9399/50714 8445/9306/50715 -f 8445/9306/50716 8538/9399/50717 8539/9400/50718 -f 8445/9306/50719 8539/9400/50720 8482/9343/50721 -f 8482/9343/50722 8539/9400/50723 8480/9341/50724 -f 8473/9334/50725 8475/9336/50726 8538/9399/50727 -f 8538/9399/50728 8475/9336/50729 8540/9401/50730 -f 8538/9399/50731 8540/9401/50732 8539/9400/50733 -f 8539/9400/50734 8540/9401/50735 8480/9341/50736 -f 8484/9345/50737 8483/9344/50738 8541/9402/50739 -f 8541/9402/50740 8483/9344/50741 8481/9342/50742 -f 8541/9402/50743 8481/9342/50744 8542/9403/50745 -f 8542/9403/50746 8481/9342/50747 8479/9340/50748 -f 8542/9403/50749 8479/9340/50750 8442/9303/50751 -f 8485/9346/50752 8543/9404/50753 8445/9306/50754 -f 8445/9306/50755 8543/9404/50756 8544/9405/50757 -f 8445/9306/50758 8544/9405/50759 8494/9355/50760 -f 8494/9355/50761 8544/9405/50762 8492/9353/50763 -f 8485/9346/50764 8487/9348/50765 8543/9404/50766 -f 8543/9404/50767 8487/9348/50768 8545/9406/50769 -f 8543/9404/50770 8545/9406/50771 8544/9405/50772 -f 8544/9405/50773 8545/9406/50774 8492/9353/50775 -f 8496/9357/50776 8495/9356/50777 8546/9407/50778 -f 8546/9407/50779 8495/9356/50780 8493/9354/50781 -f 8546/9407/50782 8493/9354/50783 8530/9391/50784 -f 8530/9391/50785 8493/9354/50786 8491/9352/50787 -f 8506/9367/50788 8386/9247/50789 8534/9395/50790 -f 8535/9396/50791 8533/9394/50792 8499/9360/50793 -f 8499/9360/50794 8533/9394/50795 8497/9358/50796 -f 8504/9365/50797 8506/9367/50798 8534/9395/50799 -f 8508/9369/50800 8507/9368/50801 8547/9408/50802 -f 8547/9408/50803 8507/9368/50804 8505/9366/50805 -f 8547/9408/50806 8505/9366/50807 8548/9409/50808 -f 8548/9409/50809 8505/9366/50810 8503/9364/50811 -f 8548/9409/50812 8503/9364/50813 8388/9249/50814 -f 8509/9370/50815 8549/9410/50816 8386/9247/50817 -f 8386/9247/50818 8549/9410/50819 8550/9411/50820 -f 8386/9247/50821 8550/9411/50822 8518/9379/50823 -f 8518/9379/50824 8550/9411/50825 8516/9377/50826 -f 8509/9370/50827 8511/9372/50828 8549/9410/50829 -f 8549/9410/50830 8511/9372/50831 8551/9412/50832 -f 8549/9410/50833 8551/9412/50834 8550/9411/50835 -f 8550/9411/50836 8551/9412/50837 8516/9377/50838 -f 8522/9383/50839 8520/9381/50840 8527/9388/50841 -f 8527/9388/50842 8520/9381/50843 8519/9380/50844 -f 8472/9333/50845 8536/9397/50846 8474/9335/50847 -f 8474/9335/50848 8536/9397/50849 8552/9413/50850 -f 8474/9335/50851 8552/9413/50852 8476/9337/50853 -f 8476/9337/50854 8552/9413/50855 8442/9303/50856 -f 8552/9413/50857 8536/9397/50858 8537/9398/50859 -f 8478/9339/50860 8480/9341/50861 8540/9401/50862 -f 8478/9339/50863 8540/9401/50864 8477/9338/50865 -f 8477/9338/50866 8540/9401/50867 8475/9336/50868 -f 8484/9345/50869 8541/9402/50870 8486/9347/50871 -f 8486/9347/50872 8541/9402/50873 8553/9414/50874 -f 8486/9347/50875 8553/9414/50876 8488/9349/50877 -f 8488/9349/50878 8553/9414/50879 8442/9303/50880 -f 8553/9414/50881 8541/9402/50882 8542/9403/50883 -f 8490/9351/50884 8492/9353/50885 8545/9406/50886 -f 8490/9351/50887 8545/9406/50888 8489/9350/50889 -f 8489/9350/50890 8545/9406/50891 8487/9348/50892 -f 8531/9392/50893 8498/9359/50894 8546/9407/50895 -f 8546/9407/50896 8498/9359/50897 8496/9357/50898 -f 8531/9392/50899 8546/9407/50900 8530/9391/50901 -f 8502/9363/50902 8535/9396/50903 8501/9362/50904 -f 8501/9362/50905 8535/9396/50906 8499/9360/50907 -f 8508/9369/50908 8547/9408/50909 8510/9371/50910 -f 8510/9371/50911 8547/9408/50912 8554/9415/50913 -f 8510/9371/50914 8554/9415/50915 8512/9373/50916 -f 8512/9373/50917 8554/9415/50918 8388/9249/50919 -f 8554/9415/50920 8547/9408/50921 8548/9409/50922 -f 8514/9375/50923 8516/9377/50924 8551/9412/50925 -f 8514/9375/50926 8551/9412/50927 8513/9374/50928 -f 8513/9374/50929 8551/9412/50930 8511/9372/50931 -f 8526/9387/50932 8517/9378/50933 8515/9376/50934 -f 8524/9385/50935 8522/9383/50936 8525/9386/50937 -f 8525/9386/50938 8522/9383/50939 8527/9388/50940 -f 8442/9303/50941 8552/9413/50942 8537/9398/50943 -f 8442/9303/50944 8553/9414/50945 8542/9403/50946 -f 8388/9249/50947 8554/9415/50948 8548/9409/50949 -f 8388/9249/50950 8526/9387/50951 8515/9376/50952 -f 8445/9306/50953 8386/9247/50954 8446/9307/50955 -f 8446/9307/50956 8386/9247/50957 8385/9246/50958 -f 8446/9307/50959 8385/9246/50960 8438/9299/50961 -f 8438/9299/50962 8385/9246/50963 8380/9241/50964 -f 8438/9299/50965 8380/9241/50966 8436/9297/50967 -f 8436/9297/50968 8380/9241/50969 8379/9240/50970 -f 8468/9329/50971 8379/9240/50972 8410/9271/50973 -f 8410/9271/50974 8379/9240/50975 8381/9242/50976 -f 8410/9271/50977 8381/9242/50978 8411/9272/50979 -f 8411/9272/50980 8381/9242/50981 8437/9298/50982 -f 8411/9272/50983 8437/9298/50984 8467/9328/50985 -f 8467/9328/50986 8437/9298/50987 8468/9329/50988 -f 8468/9329/50989 8437/9298/50990 8436/9297/50991 -f 8468/9329/50992 8436/9297/50993 8379/9240/50994 -f 8271/9132/50995 8352/9213/50996 8448/9309/50997 -f 8448/9309/50998 8352/9213/50999 8390/9251/51000 -f 8448/9309/51001 8390/9251/51002 8452/9313/51003 -f 8452/9313/51004 8390/9251/51005 8398/9259/51006 -f 8452/9313/51007 8398/9259/51008 8451/9312/51009 -f 8451/9312/51010 8398/9259/51011 8397/9258/51012 -f 8453/9314/51013 8555/9416/51014 8454/9315/51015 -f 8454/9315/51016 8555/9416/51017 8556/9417/51018 -f 8454/9315/51019 8556/9417/51020 8557/9418/51021 -f 8557/9418/51022 8556/9417/51023 8558/9419/51024 -f 8557/9418/51025 8558/9419/51026 8559/9420/51027 -f 8559/9420/51028 8558/9419/51029 8560/9421/51030 -f 8559/9420/51031 8560/9421/51032 8561/9422/51033 -f 8561/9422/51034 8560/9421/51035 8451/9312/51036 -f 8561/9422/51037 8451/9312/51038 8562/9423/51039 -f 8562/9423/51040 8451/9312/51041 8563/9424/51042 -f 8562/9423/51043 8563/9424/51044 8564/9425/51045 -f 8564/9425/51046 8563/9424/51047 8565/9426/51048 -f 8564/9425/51049 8565/9426/51050 8566/9427/51051 -f 8566/9427/51052 8565/9426/51053 8567/9428/51054 -f 8566/9427/51055 8567/9428/51056 8454/9315/51057 -f 8454/9315/51058 8567/9428/51059 8568/9429/51060 -f 8454/9315/51061 8568/9429/51062 8569/9430/51063 -f 8569/9430/51064 8568/9429/51065 8570/9431/51066 -f 8569/9430/51067 8570/9431/51068 8571/9432/51069 -f 8571/9432/51070 8570/9431/51071 8572/9433/51072 -f 8571/9432/51073 8572/9433/51074 8573/9434/51075 -f 8573/9434/51076 8572/9433/51077 8451/9312/51078 -f 8573/9434/51079 8451/9312/51080 8574/9435/51081 -f 8574/9435/51082 8451/9312/51083 8575/9436/51084 -f 8574/9435/51085 8575/9436/51086 8576/9437/51087 -f 8576/9437/51088 8575/9436/51089 8577/9438/51090 -f 8576/9437/51091 8577/9438/51092 8578/9439/51093 -f 8578/9439/51094 8577/9438/51095 8579/9440/51096 -f 8578/9439/51097 8579/9440/51098 8454/9315/51099 -f 8454/9315/51100 8579/9440/51101 8580/9441/51102 -f 8454/9315/51103 8580/9441/51104 8581/9442/51105 -f 8581/9442/51106 8580/9441/51107 8582/9443/51108 -f 8581/9442/51109 8582/9443/51110 8583/9444/51111 -f 8583/9444/51112 8582/9443/51113 8584/9445/51114 -f 8583/9444/51115 8584/9445/51116 8585/9446/51117 -f 8585/9446/51118 8584/9445/51119 8397/9258/51120 -f 8585/9446/51121 8397/9258/51122 8586/9447/51123 -f 8586/9447/51124 8397/9258/51125 8587/9448/51126 -f 8586/9447/51127 8587/9448/51128 8588/9449/51129 -f 8588/9449/51130 8587/9448/51131 8589/9450/51132 -f 8588/9449/51133 8589/9450/51134 8590/9451/51135 -f 8590/9451/51136 8589/9450/51137 8591/9452/51138 -f 8590/9451/51139 8591/9452/51140 8394/9255/51141 -f 8394/9255/51142 8591/9452/51143 8592/9453/51144 -f 8394/9255/51145 8592/9453/51146 8593/9454/51147 -f 8593/9454/51148 8592/9453/51149 8594/9455/51150 -f 8593/9454/51151 8594/9455/51152 8595/9456/51153 -f 8595/9456/51154 8594/9455/51155 8596/9457/51156 -f 8595/9456/51157 8596/9457/51158 8597/9458/51159 -f 8597/9458/51160 8596/9457/51161 8397/9258/51162 -f 8597/9458/51163 8397/9258/51164 8598/9459/51165 -f 8598/9459/51166 8397/9258/51167 8599/9460/51168 -f 8598/9459/51169 8599/9460/51170 8600/9461/51171 -f 8600/9461/51172 8599/9460/51173 8601/9462/51174 -f 8600/9461/51175 8601/9462/51176 8602/9463/51177 -f 8602/9463/51178 8601/9462/51179 8603/9464/51180 -f 8602/9463/51181 8603/9464/51182 8394/9255/51183 -f 8394/9255/51184 8603/9464/51185 8604/9465/51186 -f 8394/9255/51187 8604/9465/51188 8605/9466/51189 -f 8605/9466/51190 8604/9465/51191 8606/9467/51192 -f 8605/9466/51193 8606/9467/51194 8607/9468/51195 -f 8607/9468/51196 8606/9467/51197 8608/9469/51198 -f 8607/9468/51199 8608/9469/51200 8396/9257/51201 -f 8396/9257/51202 8608/9469/51203 8397/9258/51204 -f 8397/9258/51205 8608/9469/51206 8609/9470/51207 -f 8397/9258/51208 8609/9470/51209 8610/9471/51210 -f 8610/9471/51211 8609/9470/51212 8611/9472/51213 -f 8610/9471/51214 8611/9472/51215 8601/9462/51216 -f 8601/9462/51217 8611/9472/51218 8603/9464/51219 -f 8555/9416/51220 8453/9314/51221 8612/9473/51222 -f 8612/9473/51223 8453/9314/51224 8449/9310/51225 -f 8612/9473/51226 8449/9310/51227 8613/9474/51228 -f 8613/9474/51229 8449/9310/51230 8450/9311/51231 -f 8613/9474/51232 8450/9311/51233 8451/9312/51234 -f 8575/9436/51235 8451/9312/51236 8614/9475/51237 -f 8614/9475/51238 8451/9312/51239 8397/9258/51240 -f 8614/9475/51241 8397/9258/51242 8615/9476/51243 -f 8615/9476/51244 8397/9258/51245 8584/9445/51246 -f 8615/9476/51247 8584/9445/51248 8582/9443/51249 -f 8396/9257/51250 8392/9253/51251 8607/9468/51252 -f 8607/9468/51253 8392/9253/51254 8616/9477/51255 -f 8607/9468/51256 8616/9477/51257 8605/9466/51258 -f 8605/9466/51259 8616/9477/51260 8394/9255/51261 -f 8392/9253/51262 8393/9254/51263 8616/9477/51264 -f 8616/9477/51265 8393/9254/51266 8394/9255/51267 -f 8454/9315/51268 8581/9442/51269 8394/9255/51270 -f 8394/9255/51271 8581/9442/51272 8617/9478/51273 -f 8394/9255/51274 8617/9478/51275 8618/9479/51276 -f 8618/9479/51277 8617/9478/51278 8619/9480/51279 -f 8618/9479/51280 8619/9480/51281 8588/9449/51282 -f 8588/9449/51283 8619/9480/51284 8586/9447/51285 -f 8556/9417/51286 8555/9416/51287 8620/9481/51288 -f 8620/9481/51289 8555/9416/51290 8612/9473/51291 -f 8620/9481/51292 8612/9473/51293 8621/9482/51294 -f 8621/9482/51295 8612/9473/51296 8613/9474/51297 -f 8621/9482/51298 8613/9474/51299 8451/9312/51300 -f 8557/9418/51301 8622/9483/51302 8454/9315/51303 -f 8454/9315/51304 8622/9483/51305 8623/9484/51306 -f 8454/9315/51307 8623/9484/51308 8566/9427/51309 -f 8566/9427/51310 8623/9484/51311 8564/9425/51312 -f 8557/9418/51313 8559/9420/51314 8622/9483/51315 -f 8622/9483/51316 8559/9420/51317 8624/9485/51318 -f 8622/9483/51319 8624/9485/51320 8623/9484/51321 -f 8623/9484/51322 8624/9485/51323 8564/9425/51324 -f 8568/9429/51325 8567/9428/51326 8625/9486/51327 -f 8625/9486/51328 8567/9428/51329 8565/9426/51330 -f 8625/9486/51331 8565/9426/51332 8626/9487/51333 -f 8626/9487/51334 8565/9426/51335 8563/9424/51336 -f 8626/9487/51337 8563/9424/51338 8451/9312/51339 -f 8569/9430/51340 8627/9488/51341 8454/9315/51342 -f 8454/9315/51343 8627/9488/51344 8628/9489/51345 -f 8454/9315/51346 8628/9489/51347 8578/9439/51348 -f 8578/9439/51349 8628/9489/51350 8576/9437/51351 -f 8569/9430/51352 8571/9432/51353 8627/9488/51354 -f 8627/9488/51355 8571/9432/51356 8629/9490/51357 -f 8627/9488/51358 8629/9490/51359 8628/9489/51360 -f 8628/9489/51361 8629/9490/51362 8576/9437/51363 -f 8580/9441/51364 8579/9440/51365 8630/9491/51366 -f 8630/9491/51367 8579/9440/51368 8577/9438/51369 -f 8630/9491/51370 8577/9438/51371 8614/9475/51372 -f 8614/9475/51373 8577/9438/51374 8575/9436/51375 -f 8590/9451/51376 8394/9255/51377 8618/9479/51378 -f 8619/9480/51379 8617/9478/51380 8583/9444/51381 -f 8583/9444/51382 8617/9478/51383 8581/9442/51384 -f 8588/9449/51385 8590/9451/51386 8618/9479/51387 -f 8592/9453/51388 8591/9452/51389 8631/9492/51390 -f 8631/9492/51391 8591/9452/51392 8589/9450/51393 -f 8631/9492/51394 8589/9450/51395 8632/9493/51396 -f 8632/9493/51397 8589/9450/51398 8587/9448/51399 -f 8632/9493/51400 8587/9448/51401 8397/9258/51402 -f 8593/9454/51403 8633/9494/51404 8394/9255/51405 -f 8394/9255/51406 8633/9494/51407 8634/9495/51408 -f 8394/9255/51409 8634/9495/51410 8602/9463/51411 -f 8602/9463/51412 8634/9495/51413 8600/9461/51414 -f 8593/9454/51415 8595/9456/51416 8633/9494/51417 -f 8633/9494/51418 8595/9456/51419 8635/9496/51420 -f 8633/9494/51421 8635/9496/51422 8634/9495/51423 -f 8634/9495/51424 8635/9496/51425 8600/9461/51426 -f 8606/9467/51427 8604/9465/51428 8611/9472/51429 -f 8611/9472/51430 8604/9465/51431 8603/9464/51432 -f 8556/9417/51433 8620/9481/51434 8558/9419/51435 -f 8558/9419/51436 8620/9481/51437 8636/9497/51438 -f 8558/9419/51439 8636/9497/51440 8560/9421/51441 -f 8560/9421/51442 8636/9497/51443 8451/9312/51444 -f 8636/9497/51445 8620/9481/51446 8621/9482/51447 -f 8562/9423/51448 8564/9425/51449 8624/9485/51450 -f 8562/9423/51451 8624/9485/51452 8561/9422/51453 -f 8561/9422/51454 8624/9485/51455 8559/9420/51456 -f 8568/9429/51457 8625/9486/51458 8570/9431/51459 -f 8570/9431/51460 8625/9486/51461 8637/9498/51462 -f 8570/9431/51463 8637/9498/51464 8572/9433/51465 -f 8572/9433/51466 8637/9498/51467 8451/9312/51468 -f 8637/9498/51469 8625/9486/51470 8626/9487/51471 -f 8574/9435/51472 8576/9437/51473 8629/9490/51474 -f 8574/9435/51475 8629/9490/51476 8573/9434/51477 -f 8573/9434/51478 8629/9490/51479 8571/9432/51480 -f 8615/9476/51481 8582/9443/51482 8630/9491/51483 -f 8630/9491/51484 8582/9443/51485 8580/9441/51486 -f 8615/9476/51487 8630/9491/51488 8614/9475/51489 -f 8586/9447/51490 8619/9480/51491 8585/9446/51492 -f 8585/9446/51493 8619/9480/51494 8583/9444/51495 -f 8592/9453/51496 8631/9492/51497 8594/9455/51498 -f 8594/9455/51499 8631/9492/51500 8638/9499/51501 -f 8594/9455/51502 8638/9499/51503 8596/9457/51504 -f 8596/9457/51505 8638/9499/51506 8397/9258/51507 -f 8638/9499/51508 8631/9492/51509 8632/9493/51510 -f 8598/9459/51511 8600/9461/51512 8635/9496/51513 -f 8598/9459/51514 8635/9496/51515 8597/9458/51516 -f 8597/9458/51517 8635/9496/51518 8595/9456/51519 -f 8610/9471/51520 8601/9462/51521 8599/9460/51522 -f 8608/9469/51523 8606/9467/51524 8609/9470/51525 -f 8609/9470/51526 8606/9467/51527 8611/9472/51528 -f 8451/9312/51529 8636/9497/51530 8621/9482/51531 -f 8451/9312/51532 8637/9498/51533 8626/9487/51534 -f 8397/9258/51535 8638/9499/51536 8632/9493/51537 -f 8397/9258/51538 8610/9471/51539 8599/9460/51540 -f 8454/9315/51541 8394/9255/51542 8455/9316/51543 -f 8455/9316/51544 8394/9255/51545 8395/9256/51546 -f 8455/9316/51547 8395/9256/51548 8447/9308/51549 -f 8447/9308/51550 8395/9256/51551 8391/9252/51552 -f 8447/9308/51553 8391/9252/51554 8266/9127/51555 -f 8266/9127/51556 8391/9252/51557 8357/9218/51558 -f 8470/9331/51559 8357/9218/51560 8412/9273/51561 -f 8412/9273/51562 8357/9218/51563 8352/9213/51564 -f 8412/9273/51565 8352/9213/51566 8410/9271/51567 -f 8410/9271/51568 8352/9213/51569 8271/9132/51570 -f 8410/9271/51571 8271/9132/51572 8468/9329/51573 -f 8468/9329/51574 8271/9132/51575 8266/9127/51576 -f 8468/9329/51577 8266/9127/51578 8470/9331/51579 -f 8470/9331/51580 8266/9127/51581 8357/9218/51582 -f 8415/9276/51583 8414/9275/51584 8412/9273/51585 -f 8412/9273/51586 8414/9275/51587 8456/9317/51588 -f 8412/9273/51589 8456/9317/51590 8470/9331/51591 -f 8470/9331/51592 8456/9317/51593 8458/9319/51594 -f 8470/9331/51595 8458/9319/51596 8469/9330/51597 -f 8469/9330/51598 8458/9319/51599 8415/9276/51600 -f 8469/9330/51601 8415/9276/51602 8413/9274/51603 -f 8413/9274/51604 8415/9276/51605 8412/9273/51606 -f 8456/9317/51607 8414/9275/51608 8457/9318/51609 -f 8457/9318/51610 8414/9275/51611 8416/9277/51612 -f 8457/9318/51613 8416/9277/51614 8462/9323/51615 -f 8462/9323/51616 8416/9277/51617 8424/9285/51618 -f 8462/9323/51619 8424/9285/51620 8463/9324/51621 -f 8463/9324/51622 8424/9285/51623 8423/9284/51624 -f 8461/9322/51625 8639/9500/51626 8465/9326/51627 -f 8465/9326/51628 8639/9500/51629 8640/9501/51630 -f 8465/9326/51631 8640/9501/51632 8641/9502/51633 -f 8641/9502/51634 8640/9501/51635 8642/9503/51636 -f 8641/9502/51637 8642/9503/51638 8643/9504/51639 -f 8643/9504/51640 8642/9503/51641 8644/9505/51642 -f 8643/9504/51643 8644/9505/51644 8645/9506/51645 -f 8645/9506/51646 8644/9505/51647 8463/9324/51648 -f 8645/9506/51649 8463/9324/51650 8646/9507/51651 -f 8646/9507/51652 8463/9324/51653 8647/9508/51654 -f 8646/9507/51655 8647/9508/51656 8648/9509/51657 -f 8648/9509/51658 8647/9508/51659 8649/9510/51660 -f 8648/9509/51661 8649/9510/51662 8650/9511/51663 -f 8650/9511/51664 8649/9510/51665 8651/9512/51666 -f 8650/9511/51667 8651/9512/51668 8465/9326/51669 -f 8465/9326/51670 8651/9512/51671 8652/9513/51672 -f 8465/9326/51673 8652/9513/51674 8653/9514/51675 -f 8653/9514/51676 8652/9513/51677 8654/9515/51678 -f 8653/9514/51679 8654/9515/51680 8655/9516/51681 -f 8655/9516/51682 8654/9515/51683 8656/9517/51684 -f 8655/9516/51685 8656/9517/51686 8657/9518/51687 -f 8657/9518/51688 8656/9517/51689 8463/9324/51690 -f 8657/9518/51691 8463/9324/51692 8658/9519/51693 -f 8658/9519/51694 8463/9324/51695 8659/9520/51696 -f 8658/9519/51697 8659/9520/51698 8660/9521/51699 -f 8660/9521/51700 8659/9520/51701 8661/9522/51702 -f 8660/9521/51703 8661/9522/51704 8662/9523/51705 -f 8662/9523/51706 8661/9522/51707 8663/9524/51708 -f 8662/9523/51709 8663/9524/51710 8465/9326/51711 -f 8465/9326/51712 8663/9524/51713 8664/9525/51714 -f 8465/9326/51715 8664/9525/51716 8665/9526/51717 -f 8665/9526/51718 8664/9525/51719 8666/9527/51720 -f 8665/9526/51721 8666/9527/51722 8667/9528/51723 -f 8667/9528/51724 8666/9527/51725 8668/9529/51726 -f 8667/9528/51727 8668/9529/51728 8669/9530/51729 -f 8669/9530/51730 8668/9529/51731 8423/9284/51732 -f 8669/9530/51733 8423/9284/51734 8670/9531/51735 -f 8670/9531/51736 8423/9284/51737 8671/9532/51738 -f 8670/9531/51739 8671/9532/51740 8672/9533/51741 -f 8672/9533/51742 8671/9532/51743 8673/9534/51744 -f 8672/9533/51745 8673/9534/51746 8674/9535/51747 -f 8674/9535/51748 8673/9534/51749 8675/9536/51750 -f 8674/9535/51751 8675/9536/51752 8420/9281/51753 -f 8420/9281/51754 8675/9536/51755 8676/9537/51756 -f 8420/9281/51757 8676/9537/51758 8677/9538/51759 -f 8677/9538/51760 8676/9537/51761 8678/9539/51762 -f 8677/9538/51763 8678/9539/51764 8679/9540/51765 -f 8679/9540/51766 8678/9539/51767 8680/9541/51768 -f 8679/9540/51769 8680/9541/51770 8681/9542/51771 -f 8681/9542/51772 8680/9541/51773 8423/9284/51774 -f 8681/9542/51775 8423/9284/51776 8682/9543/51777 -f 8682/9543/51778 8423/9284/51779 8683/9544/51780 -f 8682/9543/51781 8683/9544/51782 8684/9545/51783 -f 8684/9545/51784 8683/9544/51785 8685/9546/51786 -f 8684/9545/51787 8685/9546/51788 8686/9547/51789 -f 8686/9547/51790 8685/9546/51791 8687/9548/51792 -f 8686/9547/51793 8687/9548/51794 8420/9281/51795 -f 8420/9281/51796 8687/9548/51797 8688/9549/51798 -f 8420/9281/51799 8688/9549/51800 8689/9550/51801 -f 8689/9550/51802 8688/9549/51803 8690/9551/51804 -f 8689/9550/51805 8690/9551/51806 8691/9552/51807 -f 8691/9552/51808 8690/9551/51809 8692/9553/51810 -f 8691/9552/51811 8692/9553/51812 8422/9283/51813 -f 8422/9283/51814 8692/9553/51815 8423/9284/51816 -f 8423/9284/51817 8692/9553/51818 8693/9554/51819 -f 8423/9284/51820 8693/9554/51821 8694/9555/51822 -f 8694/9555/51823 8693/9554/51824 8695/9556/51825 -f 8694/9555/51826 8695/9556/51827 8685/9546/51828 -f 8685/9546/51829 8695/9556/51830 8687/9548/51831 -f 8639/9500/51832 8461/9322/51833 8696/9557/51834 -f 8696/9557/51835 8461/9322/51836 8460/9321/51837 -f 8696/9557/51838 8460/9321/51839 8697/9558/51840 -f 8697/9558/51841 8460/9321/51842 8464/9325/51843 -f 8697/9558/51844 8464/9325/51845 8463/9324/51846 -f 8659/9520/51847 8463/9324/51848 8698/9559/51849 -f 8698/9559/51850 8463/9324/51851 8423/9284/51852 -f 8698/9559/51853 8423/9284/51854 8699/9560/51855 -f 8699/9560/51856 8423/9284/51857 8668/9529/51858 -f 8699/9560/51859 8668/9529/51860 8666/9527/51861 -f 8422/9283/51862 8418/9279/51863 8691/9552/51864 -f 8691/9552/51865 8418/9279/51866 8700/9561/51867 -f 8691/9552/51868 8700/9561/51869 8689/9550/51870 -f 8689/9550/51871 8700/9561/51872 8420/9281/51873 -f 8418/9279/51874 8419/9280/51875 8700/9561/51876 -f 8700/9561/51877 8419/9280/51878 8420/9281/51879 -f 8465/9326/51880 8665/9526/51881 8420/9281/51882 -f 8420/9281/51883 8665/9526/51884 8701/9562/51885 -f 8420/9281/51886 8701/9562/51887 8702/9563/51888 -f 8702/9563/51889 8701/9562/51890 8703/9564/51891 -f 8702/9563/51892 8703/9564/51893 8672/9533/51894 -f 8672/9533/51895 8703/9564/51896 8670/9531/51897 -f 8640/9501/51898 8639/9500/51899 8704/9565/51900 -f 8704/9565/51901 8639/9500/51902 8696/9557/51903 -f 8704/9565/51904 8696/9557/51905 8705/9566/51906 -f 8705/9566/51907 8696/9557/51908 8697/9558/51909 -f 8705/9566/51910 8697/9558/51911 8463/9324/51912 -f 8641/9502/51913 8706/9567/51914 8465/9326/51915 -f 8465/9326/51916 8706/9567/51917 8707/9568/51918 -f 8465/9326/51919 8707/9568/51920 8650/9511/51921 -f 8650/9511/51922 8707/9568/51923 8648/9509/51924 -f 8641/9502/51925 8643/9504/51926 8706/9567/51927 -f 8706/9567/51928 8643/9504/51929 8708/9569/51930 -f 8706/9567/51931 8708/9569/51932 8707/9568/51933 -f 8707/9568/51934 8708/9569/51935 8648/9509/51936 -f 8652/9513/51937 8651/9512/51938 8709/9570/51939 -f 8709/9570/51940 8651/9512/51941 8649/9510/51942 -f 8709/9570/51943 8649/9510/51944 8710/9571/51945 -f 8710/9571/51946 8649/9510/51947 8647/9508/51948 -f 8710/9571/51949 8647/9508/51950 8463/9324/51951 -f 8653/9514/51952 8711/9572/51953 8465/9326/51954 -f 8465/9326/51955 8711/9572/51956 8712/9573/51957 -f 8465/9326/51958 8712/9573/51959 8662/9523/51960 -f 8662/9523/51961 8712/9573/51962 8660/9521/51963 -f 8653/9514/51964 8655/9516/51965 8711/9572/51966 -f 8711/9572/51967 8655/9516/51968 8713/9574/51969 -f 8711/9572/51970 8713/9574/51971 8712/9573/51972 -f 8712/9573/51973 8713/9574/51974 8660/9521/51975 -f 8664/9525/51976 8663/9524/51977 8714/9575/51978 -f 8714/9575/51979 8663/9524/51980 8661/9522/51981 -f 8714/9575/51982 8661/9522/51983 8698/9559/51984 -f 8698/9559/51985 8661/9522/51986 8659/9520/51987 -f 8674/9535/51988 8420/9281/51989 8702/9563/51990 -f 8703/9564/51991 8701/9562/51992 8667/9528/51993 -f 8667/9528/51994 8701/9562/51995 8665/9526/51996 -f 8672/9533/51997 8674/9535/51998 8702/9563/51999 -f 8676/9537/52000 8675/9536/52001 8715/9576/52002 -f 8715/9576/52003 8675/9536/52004 8673/9534/52005 -f 8715/9576/52006 8673/9534/52007 8716/9577/52008 -f 8716/9577/52009 8673/9534/52010 8671/9532/52011 -f 8716/9577/52012 8671/9532/52013 8423/9284/52014 -f 8677/9538/52015 8717/9578/52016 8420/9281/52017 -f 8420/9281/52018 8717/9578/52019 8718/9579/52020 -f 8420/9281/52021 8718/9579/52022 8686/9547/52023 -f 8686/9547/52024 8718/9579/52025 8684/9545/52026 -f 8677/9538/52027 8679/9540/52028 8717/9578/52029 -f 8717/9578/52030 8679/9540/52031 8719/9580/52032 -f 8717/9578/52033 8719/9580/52034 8718/9579/52035 -f 8718/9579/52036 8719/9580/52037 8684/9545/52038 -f 8690/9551/52039 8688/9549/52040 8695/9556/52041 -f 8695/9556/52042 8688/9549/52043 8687/9548/52044 -f 8640/9501/52045 8704/9565/52046 8642/9503/52047 -f 8642/9503/52048 8704/9565/52049 8720/9581/52050 -f 8642/9503/52051 8720/9581/52052 8644/9505/52053 -f 8644/9505/52054 8720/9581/52055 8463/9324/52056 -f 8720/9581/52057 8704/9565/52058 8705/9566/52059 -f 8646/9507/52060 8648/9509/52061 8708/9569/52062 -f 8646/9507/52063 8708/9569/52064 8645/9506/52065 -f 8645/9506/52066 8708/9569/52067 8643/9504/52068 -f 8652/9513/52069 8709/9570/52070 8654/9515/52071 -f 8654/9515/52072 8709/9570/52073 8721/9582/52074 -f 8654/9515/52075 8721/9582/52076 8656/9517/52077 -f 8656/9517/52078 8721/9582/52079 8463/9324/52080 -f 8721/9582/52081 8709/9570/52082 8710/9571/52083 -f 8658/9519/52084 8660/9521/52085 8713/9574/52086 -f 8658/9519/52087 8713/9574/52088 8657/9518/52089 -f 8657/9518/52090 8713/9574/52091 8655/9516/52092 -f 8699/9560/52093 8666/9527/52094 8714/9575/52095 -f 8714/9575/52096 8666/9527/52097 8664/9525/52098 -f 8699/9560/52099 8714/9575/52100 8698/9559/52101 -f 8670/9531/52102 8703/9564/52103 8669/9530/52104 -f 8669/9530/52105 8703/9564/52106 8667/9528/52107 -f 8676/9537/52108 8715/9576/52109 8678/9539/52110 -f 8678/9539/52111 8715/9576/52112 8722/9583/52113 -f 8678/9539/52114 8722/9583/52115 8680/9541/52116 -f 8680/9541/52117 8722/9583/52118 8423/9284/52119 -f 8722/9583/52120 8715/9576/52121 8716/9577/52122 -f 8682/9543/52123 8684/9545/52124 8719/9580/52125 -f 8682/9543/52126 8719/9580/52127 8681/9542/52128 -f 8681/9542/52129 8719/9580/52130 8679/9540/52131 -f 8694/9555/52132 8685/9546/52133 8683/9544/52134 -f 8692/9553/52135 8690/9551/52136 8693/9554/52137 -f 8693/9554/52138 8690/9551/52139 8695/9556/52140 -f 8463/9324/52141 8720/9581/52142 8705/9566/52143 -f 8463/9324/52144 8721/9582/52145 8710/9571/52146 -f 8423/9284/52147 8722/9583/52148 8716/9577/52149 -f 8423/9284/52150 8694/9555/52151 8683/9544/52152 -f 8465/9326/52153 8420/9281/52154 8466/9327/52155 -f 8466/9327/52156 8420/9281/52157 8421/9282/52158 -f 8466/9327/52159 8421/9282/52160 8459/9320/52161 -f 8459/9320/52162 8421/9282/52163 8417/9278/52164 -f 8459/9320/52165 8417/9278/52166 8458/9319/52167 -f 8458/9319/52168 8417/9278/52169 8415/9276/52170 -f 8426/9287/52171 8413/9274/52172 8399/9260/52173 -f 8399/9260/52174 8413/9274/52175 8411/9272/52176 -f 8399/9260/52177 8411/9272/52178 8400/9261/52179 -f 8400/9261/52180 8411/9272/52181 8467/9328/52182 -f 8400/9261/52183 8467/9328/52184 8425/9286/52185 -f 8425/9286/52186 8467/9328/52187 8469/9330/52188 -f 8425/9286/52189 8469/9330/52190 8426/9287/52191 -f 8426/9287/52192 8469/9330/52193 8413/9274/52194 -f 8426/9287/52195 8399/9260/52196 8428/9289/52197 -f 8428/9289/52198 8399/9260/52199 8401/9262/52200 -f 8428/9289/52201 8401/9262/52202 8432/9293/52203 -f 8432/9293/52204 8401/9262/52205 8409/9270/52206 -f 8432/9293/52207 8409/9270/52208 8431/9292/52209 -f 8431/9292/52210 8409/9270/52211 8408/9269/52212 -f 8433/9294/52213 8723/9584/52214 8434/9295/52215 -f 8434/9295/52216 8723/9584/52217 8724/9585/52218 -f 8434/9295/52219 8724/9585/52220 8725/9586/52221 -f 8725/9586/52222 8724/9585/52223 8726/9587/52224 -f 8725/9586/52225 8726/9587/52226 8727/9588/52227 -f 8727/9588/52228 8726/9587/52229 8728/9589/52230 -f 8727/9588/52231 8728/9589/52232 8729/9590/52233 -f 8729/9590/52234 8728/9589/52235 8431/9292/52236 -f 8729/9590/52237 8431/9292/52238 8730/9591/52239 -f 8730/9591/52240 8431/9292/52241 8731/9592/52242 -f 8730/9591/52243 8731/9592/52244 8732/9593/52245 -f 8732/9593/52246 8731/9592/52247 8733/9594/52248 -f 8732/9593/52249 8733/9594/52250 8734/9595/52251 -f 8734/9595/52252 8733/9594/52253 8735/9596/52254 -f 8734/9595/52255 8735/9596/52256 8434/9295/52257 -f 8434/9295/52258 8735/9596/52259 8736/9597/52260 -f 8434/9295/52261 8736/9597/52262 8737/9598/52263 -f 8737/9598/52264 8736/9597/52265 8738/9599/52266 -f 8737/9598/52267 8738/9599/52268 8739/9600/52269 -f 8739/9600/52270 8738/9599/52271 8740/9601/52272 -f 8739/9600/52273 8740/9601/52274 8741/9602/52275 -f 8741/9602/52276 8740/9601/52277 8431/9292/52278 -f 8741/9602/52279 8431/9292/52280 8742/9603/52281 -f 8742/9603/52282 8431/9292/52283 8743/9604/52284 -f 8742/9603/52285 8743/9604/52286 8744/9605/52287 -f 8744/9605/52288 8743/9604/52289 8745/9606/52290 -f 8744/9605/52291 8745/9606/52292 8746/9607/52293 -f 8746/9607/52294 8745/9606/52295 8747/9608/52296 -f 8746/9607/52297 8747/9608/52298 8434/9295/52299 -f 8434/9295/52300 8747/9608/52301 8748/9609/52302 -f 8434/9295/52303 8748/9609/52304 8749/9610/52305 -f 8749/9610/52306 8748/9609/52307 8750/9611/52308 -f 8749/9610/52309 8750/9611/52310 8751/9612/52311 -f 8751/9612/52312 8750/9611/52313 8752/9613/52314 -f 8751/9612/52315 8752/9613/52316 8753/9614/52317 -f 8753/9614/52318 8752/9613/52319 8408/9269/52320 -f 8753/9614/52321 8408/9269/52322 8754/9615/52323 -f 8754/9615/52324 8408/9269/52325 8755/9616/52326 -f 8754/9615/52327 8755/9616/52328 8756/9617/52329 -f 8756/9617/52330 8755/9616/52331 8757/9618/52332 -f 8756/9617/52333 8757/9618/52334 8758/9619/52335 -f 8758/9619/52336 8757/9618/52337 8759/9620/52338 -f 8758/9619/52339 8759/9620/52340 8405/9266/52341 -f 8405/9266/52342 8759/9620/52343 8760/9621/52344 -f 8405/9266/52345 8760/9621/52346 8761/9622/52347 -f 8761/9622/52348 8760/9621/52349 8762/9623/52350 -f 8761/9622/52351 8762/9623/52352 8763/9624/52353 -f 8763/9624/52354 8762/9623/52355 8764/9625/52356 -f 8763/9624/52357 8764/9625/52358 8765/9626/52359 -f 8765/9626/52360 8764/9625/52361 8408/9269/52362 -f 8765/9626/52363 8408/9269/52364 8766/9627/52365 -f 8766/9627/52366 8408/9269/52367 8767/9628/52368 -f 8766/9627/52369 8767/9628/52370 8768/9629/52371 -f 8768/9629/52372 8767/9628/52373 8769/9630/52374 -f 8768/9629/52375 8769/9630/52376 8770/9631/52377 -f 8770/9631/52378 8769/9630/52379 8771/9632/52380 -f 8770/9631/52381 8771/9632/52382 8405/9266/52383 -f 8405/9266/52384 8771/9632/52385 8772/9633/52386 -f 8405/9266/52387 8772/9633/52388 8773/9634/52389 -f 8773/9634/52390 8772/9633/52391 8774/9635/52392 -f 8773/9634/52393 8774/9635/52394 8775/9636/52395 -f 8775/9636/52396 8774/9635/52397 8776/9637/52398 -f 8775/9636/52399 8776/9637/52400 8407/9268/52401 -f 8407/9268/52402 8776/9637/52403 8408/9269/52404 -f 8408/9269/52405 8776/9637/52406 8777/9638/52407 -f 8408/9269/52408 8777/9638/52409 8778/9639/52410 -f 8778/9639/52411 8777/9638/52412 8779/9640/52413 -f 8778/9639/52414 8779/9640/52415 8769/9630/52416 -f 8769/9630/52417 8779/9640/52418 8771/9632/52419 -f 8723/9584/52420 8433/9294/52421 8780/9641/52422 -f 8780/9641/52423 8433/9294/52424 8429/9290/52425 -f 8780/9641/52426 8429/9290/52427 8781/9642/52428 -f 8781/9642/52429 8429/9290/52430 8430/9291/52431 -f 8781/9642/52432 8430/9291/52433 8431/9292/52434 -f 8743/9604/52435 8431/9292/52436 8782/9643/52437 -f 8782/9643/52438 8431/9292/52439 8408/9269/52440 -f 8782/9643/52441 8408/9269/52442 8783/9644/52443 -f 8783/9644/52444 8408/9269/52445 8752/9613/52446 -f 8783/9644/52447 8752/9613/52448 8750/9611/52449 -f 8407/9268/52450 8403/9264/52451 8775/9636/52452 -f 8775/9636/52453 8403/9264/52454 8784/9645/52455 -f 8775/9636/52456 8784/9645/52457 8773/9634/52458 -f 8773/9634/52459 8784/9645/52460 8405/9266/52461 -f 8403/9264/52462 8404/9265/52463 8784/9645/52464 -f 8784/9645/52465 8404/9265/52466 8405/9266/52467 -f 8434/9295/52468 8749/9610/52469 8405/9266/52470 -f 8405/9266/52471 8749/9610/52472 8785/9646/52473 -f 8405/9266/52474 8785/9646/52475 8786/9647/52476 -f 8786/9647/52477 8785/9646/52478 8787/9648/52479 -f 8786/9647/52480 8787/9648/52481 8756/9617/52482 -f 8756/9617/52483 8787/9648/52484 8754/9615/52485 -f 8724/9585/52486 8723/9584/52487 8788/9649/52488 -f 8788/9649/52489 8723/9584/52490 8780/9641/52491 -f 8788/9649/52492 8780/9641/52493 8789/9650/52494 -f 8789/9650/52495 8780/9641/52496 8781/9642/52497 -f 8789/9650/52498 8781/9642/52499 8431/9292/52500 -f 8725/9586/52501 8790/9651/52502 8434/9295/52503 -f 8434/9295/52504 8790/9651/52505 8791/9652/52506 -f 8434/9295/52507 8791/9652/52508 8734/9595/52509 -f 8734/9595/52510 8791/9652/52511 8732/9593/52512 -f 8725/9586/52513 8727/9588/52514 8790/9651/52515 -f 8790/9651/52516 8727/9588/52517 8792/9653/52518 -f 8790/9651/52519 8792/9653/52520 8791/9652/52521 -f 8791/9652/52522 8792/9653/52523 8732/9593/52524 -f 8736/9597/52525 8735/9596/52526 8793/9654/52527 -f 8793/9654/52528 8735/9596/52529 8733/9594/52530 -f 8793/9654/52531 8733/9594/52532 8794/9655/52533 -f 8794/9655/52534 8733/9594/52535 8731/9592/52536 -f 8794/9655/52537 8731/9592/52538 8431/9292/52539 -f 8737/9598/52540 8795/9656/52541 8434/9295/52542 -f 8434/9295/52543 8795/9656/52544 8796/9657/52545 -f 8434/9295/52546 8796/9657/52547 8746/9607/52548 -f 8746/9607/52549 8796/9657/52550 8744/9605/52551 -f 8737/9598/52552 8739/9600/52553 8795/9656/52554 -f 8795/9656/52555 8739/9600/52556 8797/9658/52557 -f 8795/9656/52558 8797/9658/52559 8796/9657/52560 -f 8796/9657/52561 8797/9658/52562 8744/9605/52563 -f 8748/9609/52564 8747/9608/52565 8798/9659/52566 -f 8798/9659/52567 8747/9608/52568 8745/9606/52569 -f 8798/9659/52570 8745/9606/52571 8782/9643/52572 -f 8782/9643/52573 8745/9606/52574 8743/9604/52575 -f 8758/9619/52576 8405/9266/52577 8786/9647/52578 -f 8787/9648/52579 8785/9646/52580 8751/9612/52581 -f 8751/9612/52582 8785/9646/52583 8749/9610/52584 -f 8756/9617/52585 8758/9619/52586 8786/9647/52587 -f 8760/9621/52588 8759/9620/52589 8799/9660/52590 -f 8799/9660/52591 8759/9620/52592 8757/9618/52593 -f 8799/9660/52594 8757/9618/52595 8800/9661/52596 -f 8800/9661/52597 8757/9618/52598 8755/9616/52599 -f 8800/9661/52600 8755/9616/52601 8408/9269/52602 -f 8761/9622/52603 8801/9662/52604 8405/9266/52605 -f 8405/9266/52606 8801/9662/52607 8802/9663/52608 -f 8405/9266/52609 8802/9663/52610 8770/9631/52611 -f 8770/9631/52612 8802/9663/52613 8768/9629/52614 -f 8761/9622/52615 8763/9624/52616 8801/9662/52617 -f 8801/9662/52618 8763/9624/52619 8803/9664/52620 -f 8801/9662/52621 8803/9664/52622 8802/9663/52623 -f 8802/9663/52624 8803/9664/52625 8768/9629/52626 -f 8774/9635/52627 8772/9633/52628 8779/9640/52629 -f 8779/9640/52630 8772/9633/52631 8771/9632/52632 -f 8724/9585/52633 8788/9649/52634 8726/9587/52635 -f 8726/9587/52636 8788/9649/52637 8804/9665/52638 -f 8726/9587/52639 8804/9665/52640 8728/9589/52641 -f 8728/9589/52642 8804/9665/52643 8431/9292/52644 -f 8804/9665/52645 8788/9649/52646 8789/9650/52647 -f 8730/9591/52648 8732/9593/52649 8792/9653/52650 -f 8730/9591/52651 8792/9653/52652 8729/9590/52653 -f 8729/9590/52654 8792/9653/52655 8727/9588/52656 -f 8736/9597/52657 8793/9654/52658 8738/9599/52659 -f 8738/9599/52660 8793/9654/52661 8805/9666/52662 -f 8738/9599/52663 8805/9666/52664 8740/9601/52665 -f 8740/9601/52666 8805/9666/52667 8431/9292/52668 -f 8805/9666/52669 8793/9654/52670 8794/9655/52671 -f 8742/9603/52672 8744/9605/52673 8797/9658/52674 -f 8742/9603/52675 8797/9658/52676 8741/9602/52677 -f 8741/9602/52678 8797/9658/52679 8739/9600/52680 -f 8783/9644/52681 8750/9611/52682 8798/9659/52683 -f 8798/9659/52684 8750/9611/52685 8748/9609/52686 -f 8783/9644/52687 8798/9659/52688 8782/9643/52689 -f 8754/9615/52690 8787/9648/52691 8753/9614/52692 -f 8753/9614/52693 8787/9648/52694 8751/9612/52695 -f 8760/9621/52696 8799/9660/52697 8762/9623/52698 -f 8762/9623/52699 8799/9660/52700 8806/9667/52701 -f 8762/9623/52702 8806/9667/52703 8764/9625/52704 -f 8764/9625/52705 8806/9667/52706 8408/9269/52707 -f 8806/9667/52708 8799/9660/52709 8800/9661/52710 -f 8766/9627/52711 8768/9629/52712 8803/9664/52713 -f 8766/9627/52714 8803/9664/52715 8765/9626/52716 -f 8765/9626/52717 8803/9664/52718 8763/9624/52719 -f 8778/9639/52720 8769/9630/52721 8767/9628/52722 -f 8776/9637/52723 8774/9635/52724 8777/9638/52725 -f 8777/9638/52726 8774/9635/52727 8779/9640/52728 -f 8431/9292/52729 8804/9665/52730 8789/9650/52731 -f 8431/9292/52732 8805/9666/52733 8794/9655/52734 -f 8408/9269/52735 8806/9667/52736 8800/9661/52737 -f 8408/9269/52738 8778/9639/52739 8767/9628/52740 -f 8434/9295/52741 8405/9266/52742 8435/9296/52743 -f 8435/9296/52744 8405/9266/52745 8406/9267/52746 -f 8435/9296/52747 8406/9267/52748 8427/9288/52749 -f 8427/9288/52750 8406/9267/52751 8402/9263/52752 -f 8427/9288/52753 8402/9263/52754 8425/9286/52755 -f 8425/9286/52756 8402/9263/52757 8400/9261/52758 -f 8437/9298/52759 8381/9242/52760 8439/9300/52761 -f 8439/9300/52762 8381/9242/52763 8382/9243/52764 -f 8807/9668/52765 8808/9669/52766 8809/9670/52767 -f 8809/9670/52768 8808/9669/52769 8810/9671/52770 -f 8809/9670/52771 8810/9671/52772 8811/9672/52773 -f 8811/9672/52774 8810/9671/52775 8812/9673/52776 -f 8811/9672/52777 8812/9673/52778 8813/9674/52779 -f 8813/9674/52780 8812/9673/52781 8814/9675/52782 -f 8814/9675/52783 8812/9673/52784 8815/9676/52785 -f 8814/9675/52786 8815/9676/52787 8816/9677/52788 -f 8816/9677/52789 8815/9676/52790 8817/9678/52791 -f 8816/9677/52792 8817/9678/52793 8818/9679/52794 -f 8818/9679/52795 8817/9678/52796 8819/9680/52797 -f 8818/9679/52798 8819/9680/52799 8820/9681/52800 -f 8820/9681/52801 8819/9680/52802 8821/9682/52803 -f 8820/9681/52804 8821/9682/52805 8822/9683/52806 -f 8822/9683/52807 8821/9682/52808 8823/9684/52809 -f 8822/9683/52810 8823/9684/52811 8824/9685/52812 -f 8824/9685/52813 8823/9684/52814 8825/9686/52815 -f 8824/9685/52816 8825/9686/52817 8826/9687/52818 -f 8826/9687/52819 8825/9686/52820 8827/9688/52821 -f 8827/9688/52822 8825/9686/52823 8828/9689/52824 -f 8827/9688/52825 8828/9689/52826 8829/9690/52827 -f 8829/9690/52828 8828/9689/52829 8830/9691/52830 -f 8829/9690/52831 8830/9691/52832 8831/9692/52833 -f 8831/9692/52834 8830/9691/52835 8832/9693/52836 -f 8831/9692/52837 8832/9693/52838 8807/9668/52839 -f 8807/9668/52840 8832/9693/52841 8808/9669/52842 -f 8815/9676/52843 8812/9673/52844 8810/9671/52845 -f 8810/9671/52846 8808/9669/52847 8833/9694/52848 -f 8833/9694/52849 8808/9669/52850 8832/9693/52851 -f 8833/9694/52852 8832/9693/52853 8834/9695/52854 -f 8834/9695/52855 8832/9693/52856 8830/9691/52857 -f 8834/9695/52858 8830/9691/52859 8835/9696/52860 -f 8835/9696/52861 8830/9691/52862 8828/9689/52863 -f 8835/9696/52864 8828/9689/52865 8823/9684/52866 -f 8823/9684/52867 8828/9689/52868 8825/9686/52869 -f 8817/9678/52870 8815/9676/52871 8833/9694/52872 -f 8833/9694/52873 8815/9676/52874 8810/9671/52875 -f 8817/9678/52876 8833/9694/52877 8834/9695/52878 -f 8819/9680/52879 8817/9678/52880 8834/9695/52881 -f 8819/9680/52882 8834/9695/52883 8835/9696/52884 -f 8821/9682/52885 8819/9680/52886 8835/9696/52887 -f 8821/9682/52888 8835/9696/52889 8823/9684/52890 -f 8824/9685/52891 8836/9697/52892 8822/9683/52893 -f 8822/9683/52894 8836/9697/52895 8837/9698/52896 -f 8838/9699/52897 8839/9700/52898 8836/9697/52899 -f 8836/9697/52900 8839/9700/52901 8840/9701/52902 -f 8836/9697/52903 8840/9701/52904 8837/9698/52905 -f 8837/9698/52906 8840/9701/52907 8841/9702/52908 -f 8837/9698/52909 8841/9702/52910 8842/9703/52911 -f 8842/9703/52912 8841/9702/52913 8843/9704/52914 -f 8843/9704/52915 8841/9702/52916 8844/9705/52917 -f 8843/9704/52918 8844/9705/52919 8845/9706/52920 -f 8845/9706/52921 8844/9705/52922 8846/9707/52923 -f 8845/9706/52924 8846/9707/52925 8847/9708/52926 -f 8847/9708/52927 8846/9707/52928 8848/9709/52929 -f 8847/9708/52930 8848/9709/52931 8849/9710/52932 -f 8849/9710/52933 8848/9709/52934 8850/9711/52935 -f 8849/9710/52936 8850/9711/52937 8851/9712/52938 -f 8851/9712/52939 8850/9711/52940 8852/9713/52941 -f 8851/9712/52942 8852/9713/52943 8853/9714/52944 -f 8853/9714/52945 8852/9713/52946 8854/9715/52947 -f 8853/9714/52948 8854/9715/52949 8855/9716/52950 -f 8855/9716/52951 8854/9715/52952 8856/9717/52953 -f 8856/9717/52954 8854/9715/52955 8857/9718/52956 -f 8856/9717/52957 8857/9718/52958 8858/9719/52959 -f 8858/9719/52960 8857/9718/52961 8859/9720/52962 -f 8858/9719/52963 8859/9720/52964 8860/9721/52965 -f 8860/9721/52966 8859/9720/52967 8861/9722/52968 -f 8860/9721/52969 8861/9722/52970 8838/9699/52971 -f 8838/9699/52972 8861/9722/52973 8839/9700/52974 -f 8844/9705/52975 8841/9702/52976 8840/9701/52977 -f 8840/9701/52978 8839/9700/52979 8862/9723/52980 -f 8862/9723/52981 8839/9700/52982 8861/9722/52983 -f 8862/9723/52984 8861/9722/52985 8863/9724/52986 -f 8863/9724/52987 8861/9722/52988 8859/9720/52989 -f 8863/9724/52990 8859/9720/52991 8864/9725/52992 -f 8864/9725/52993 8859/9720/52994 8857/9718/52995 -f 8864/9725/52996 8857/9718/52997 8852/9713/52998 -f 8852/9713/52999 8857/9718/53000 8854/9715/53001 -f 8846/9707/53002 8844/9705/53003 8862/9723/53004 -f 8862/9723/53005 8844/9705/53006 8840/9701/53007 -f 8846/9707/53008 8862/9723/53009 8863/9724/53010 -f 8848/9709/53011 8846/9707/53012 8863/9724/53013 -f 8848/9709/53014 8863/9724/53015 8864/9725/53016 -f 8850/9711/53017 8848/9709/53018 8864/9725/53019 -f 8850/9711/53020 8864/9725/53021 8852/9713/53022 -f 8853/9714/53023 8865/9726/53024 8851/9712/53025 -f 8851/9712/53026 8865/9726/53027 8866/9727/53028 -f 8867/9728/53029 8868/9729/53030 8865/9726/53031 -f 8865/9726/53032 8868/9729/53033 8869/9730/53034 -f 8865/9726/53035 8869/9730/53036 8866/9727/53037 -f 8866/9727/53038 8869/9730/53039 8870/9731/53040 -f 8866/9727/53041 8870/9731/53042 8871/9732/53043 -f 8871/9732/53044 8870/9731/53045 8872/9733/53046 -f 8872/9733/53047 8870/9731/53048 8873/9734/53049 -f 8872/9733/53050 8873/9734/53051 8874/9735/53052 -f 8874/9735/53053 8873/9734/53054 8875/9736/53055 -f 8874/9735/53056 8875/9736/53057 8876/9737/53058 -f 8876/9737/53059 8875/9736/53060 8877/9738/53061 -f 8876/9737/53062 8877/9738/53063 8878/9739/53064 -f 8878/9739/53065 8877/9738/53066 8879/9740/53067 -f 8878/9739/53068 8879/9740/53069 8880/9741/53070 -f 8880/9741/53071 8879/9740/53072 8881/9742/53073 -f 8880/9741/53074 8881/9742/53075 8882/9743/53076 -f 8882/9743/53077 8881/9742/53078 8883/9744/53079 -f 8882/9743/53080 8883/9744/53081 8884/9745/53082 -f 8884/9745/53083 8883/9744/53084 8885/9746/53085 -f 8885/9746/53086 8883/9744/53087 8886/9747/53088 -f 8885/9746/53089 8886/9747/53090 8887/9748/53091 -f 8887/9748/53092 8886/9747/53093 8888/9749/53094 -f 8887/9748/53095 8888/9749/53096 8889/9750/53097 -f 8889/9750/53098 8888/9749/53099 8890/9751/53100 -f 8889/9750/53101 8890/9751/53102 8867/9728/53103 -f 8867/9728/53104 8890/9751/53105 8868/9729/53106 -f 8873/9734/53107 8870/9731/53108 8869/9730/53109 -f 8869/9730/53110 8868/9729/53111 8891/9752/53112 -f 8891/9752/53113 8868/9729/53114 8890/9751/53115 -f 8891/9752/53116 8890/9751/53117 8892/9753/53118 -f 8892/9753/53119 8890/9751/53120 8888/9749/53121 -f 8892/9753/53122 8888/9749/53123 8893/9754/53124 -f 8893/9754/53125 8888/9749/53126 8886/9747/53127 -f 8893/9754/53128 8886/9747/53129 8881/9742/53130 -f 8881/9742/53131 8886/9747/53132 8883/9744/53133 -f 8875/9736/53134 8873/9734/53135 8891/9752/53136 -f 8891/9752/53137 8873/9734/53138 8869/9730/53139 -f 8875/9736/53140 8891/9752/53141 8892/9753/53142 -f 8877/9738/53143 8875/9736/53144 8892/9753/53145 -f 8877/9738/53146 8892/9753/53147 8893/9754/53148 -f 8879/9740/53149 8877/9738/53150 8893/9754/53151 -f 8879/9740/53152 8893/9754/53153 8881/9742/53154 -f 8882/9743/53155 8894/9755/53156 8880/9741/53157 -f 8880/9741/53158 8894/9755/53159 8895/9756/53160 -f 8896/9757/53161 8897/9758/53162 8894/9755/53163 -f 8894/9755/53164 8897/9758/53165 8898/9759/53166 -f 8894/9755/53167 8898/9759/53168 8895/9756/53169 -f 8895/9756/53170 8898/9759/53171 8899/9760/53172 -f 8895/9756/53173 8899/9760/53174 8900/9761/53175 -f 8900/9761/53176 8899/9760/53177 8901/9762/53178 -f 8901/9762/53179 8899/9760/53180 8902/9763/53181 -f 8901/9762/53182 8902/9763/53183 8903/9764/53184 -f 8903/9764/53185 8902/9763/53186 8904/9765/53187 -f 8903/9764/53188 8904/9765/53189 8905/9766/53190 -f 8905/9766/53191 8904/9765/53192 8906/9767/53193 -f 8905/9766/53194 8906/9767/53195 8907/9768/53196 -f 8907/9768/53197 8906/9767/53198 8908/9769/53199 -f 8907/9768/53200 8908/9769/53201 8909/9770/53202 -f 8909/9770/53203 8908/9769/53204 8910/9771/53205 -f 8909/9770/53206 8910/9771/53207 8911/9772/53208 -f 8911/9772/53209 8910/9771/53210 8912/9773/53211 -f 8911/9772/53212 8912/9773/53213 8913/9774/53214 -f 8913/9774/53215 8912/9773/53216 8914/9775/53217 -f 8914/9775/53218 8912/9773/53219 8915/9776/53220 -f 8914/9775/53221 8915/9776/53222 8916/9777/53223 -f 8916/9777/53224 8915/9776/53225 8917/9778/53226 -f 8916/9777/53227 8917/9778/53228 8918/9779/53229 -f 8918/9779/53230 8917/9778/53231 8919/9780/53232 -f 8918/9779/53233 8919/9780/53234 8896/9757/53235 -f 8896/9757/53236 8919/9780/53237 8897/9758/53238 -f 8902/9763/53239 8899/9760/53240 8898/9759/53241 -f 8898/9759/53242 8897/9758/53243 8920/9781/53244 -f 8920/9781/53245 8897/9758/53246 8919/9780/53247 -f 8920/9781/53248 8919/9780/53249 8921/9782/53250 -f 8921/9782/53251 8919/9780/53252 8917/9778/53253 -f 8921/9782/53254 8917/9778/53255 8922/9783/53256 -f 8922/9783/53257 8917/9778/53258 8915/9776/53259 -f 8922/9783/53260 8915/9776/53261 8910/9771/53262 -f 8910/9771/53263 8915/9776/53264 8912/9773/53265 -f 8904/9765/53266 8902/9763/53267 8920/9781/53268 -f 8920/9781/53269 8902/9763/53270 8898/9759/53271 -f 8904/9765/53272 8920/9781/53273 8921/9782/53274 -f 8906/9767/53275 8904/9765/53276 8921/9782/53277 -f 8906/9767/53278 8921/9782/53279 8922/9783/53280 -f 8908/9769/53281 8906/9767/53282 8922/9783/53283 -f 8908/9769/53284 8922/9783/53285 8910/9771/53286 -f 8911/9772/53287 8923/9784/53288 8909/9770/53289 -f 8909/9770/53290 8923/9784/53291 8924/9785/53292 -f 8925/9786/53293 8926/9787/53294 8923/9784/53295 -f 8923/9784/53296 8926/9787/53297 8927/9788/53298 -f 8923/9784/53299 8927/9788/53300 8924/9785/53301 -f 8924/9785/53302 8927/9788/53303 8928/9789/53304 -f 8924/9785/53305 8928/9789/53306 8929/9790/53307 -f 8929/9790/53308 8928/9789/53309 8930/9791/53310 -f 8930/9791/53311 8928/9789/53312 8931/9792/53313 -f 8930/9791/53314 8931/9792/53315 8932/9793/53316 -f 8932/9793/53317 8931/9792/53318 8933/9794/53319 -f 8932/9793/53320 8933/9794/53321 8934/9795/53322 -f 8934/9795/53323 8933/9794/53324 8935/9796/53325 -f 8934/9795/53326 8935/9796/53327 8936/9797/53328 -f 8936/9797/53329 8935/9796/53330 8937/9798/53331 -f 8936/9797/53332 8937/9798/53333 8938/9799/53334 -f 8938/9799/53335 8937/9798/53336 8939/9800/53337 -f 8938/9799/53338 8939/9800/53339 8940/9801/53340 -f 8940/9801/53341 8939/9800/53342 8941/9802/53343 -f 8940/9801/53344 8941/9802/53345 8942/9803/53346 -f 8942/9803/53347 8941/9802/53348 8943/9804/53349 -f 8943/9804/53350 8941/9802/53351 8944/9805/53352 -f 8943/9804/53353 8944/9805/53354 8945/9806/53355 -f 8945/9806/53356 8944/9805/53357 8946/9807/53358 -f 8945/9806/53359 8946/9807/53360 8947/9808/53361 -f 8947/9808/53362 8946/9807/53363 8948/9809/53364 -f 8947/9808/53365 8948/9809/53366 8925/9786/53367 -f 8925/9786/53368 8948/9809/53369 8926/9787/53370 -f 8931/9792/53371 8928/9789/53372 8927/9788/53373 -f 8927/9788/53374 8926/9787/53375 8949/9810/53376 -f 8949/9810/53377 8926/9787/53378 8948/9809/53379 -f 8949/9810/53380 8948/9809/53381 8950/9811/53382 -f 8950/9811/53383 8948/9809/53384 8946/9807/53385 -f 8950/9811/53386 8946/9807/53387 8951/9812/53388 -f 8951/9812/53389 8946/9807/53390 8944/9805/53391 -f 8951/9812/53392 8944/9805/53393 8939/9800/53394 -f 8939/9800/53395 8944/9805/53396 8941/9802/53397 -f 8933/9794/53398 8931/9792/53399 8949/9810/53400 -f 8949/9810/53401 8931/9792/53402 8927/9788/53403 -f 8933/9794/53404 8949/9810/53405 8950/9811/53406 -f 8935/9796/53407 8933/9794/53408 8950/9811/53409 -f 8935/9796/53410 8950/9811/53411 8951/9812/53412 -f 8937/9798/53413 8935/9796/53414 8951/9812/53415 -f 8937/9798/53416 8951/9812/53417 8939/9800/53418 -f 8940/9801/53419 8952/9813/53420 8938/9799/53421 -f 8938/9799/53422 8952/9813/53423 8953/9814/53424 -f 8953/9814/53425 8952/9813/53426 8954/9815/53427 -f 8954/9815/53428 8952/9813/53429 8955/9816/53430 -f 8954/9815/53431 8955/9816/53432 8956/9817/53433 -f 8956/9817/53434 8955/9816/53435 8957/9818/53436 -f 8956/9817/53437 8957/9818/53438 8958/9819/53439 -f 8958/9819/53440 8957/9818/53441 8959/9820/53442 -f 8958/9819/53443 8959/9820/53444 8960/9821/53445 -f 8960/9821/53446 8959/9820/53447 8961/9822/53448 -f 8960/9821/53449 8961/9822/53450 8962/9823/53451 -f 8962/9823/53452 8961/9822/53453 8963/9824/53454 -f 8962/9823/53455 8963/9824/53456 8964/9825/53457 -f 8964/9825/53458 8965/9826/53459 8962/9823/53460 -f 8962/9823/53461 8965/9826/53462 8966/9827/53463 -f 8962/9823/53464 8966/9827/53465 8960/9821/53466 -f 8960/9821/53467 8966/9827/53468 8967/9828/53469 -f 8960/9821/53470 8967/9828/53471 8958/9819/53472 -f 8958/9819/53473 8967/9828/53474 8968/9829/53475 -f 8958/9819/53476 8968/9829/53477 8956/9817/53478 -f 8956/9817/53479 8968/9829/53480 8969/9830/53481 -f 8956/9817/53482 8969/9830/53483 8954/9815/53484 -f 8954/9815/53485 8969/9830/53486 8970/9831/53487 -f 8954/9815/53488 8970/9831/53489 8953/9814/53490 -f 8964/9825/53491 8809/9670/53492 8965/9826/53493 -f 8965/9826/53494 8809/9670/53495 8811/9672/53496 -f 8895/9756/53497 8938/9799/53498 8880/9741/53499 -f 8880/9741/53500 8938/9799/53501 8953/9814/53502 -f 8880/9741/53503 8953/9814/53504 8878/9739/53505 -f 8878/9739/53506 8953/9814/53507 8876/9737/53508 -f 8876/9737/53509 8953/9814/53510 8874/9735/53511 -f 8874/9735/53512 8953/9814/53513 8965/9826/53514 -f 8874/9735/53515 8965/9826/53516 8872/9733/53517 -f 8872/9733/53518 8965/9826/53519 8871/9732/53520 -f 8871/9732/53521 8965/9826/53522 8866/9727/53523 -f 8866/9727/53524 8965/9826/53525 8811/9672/53526 -f 8866/9727/53527 8811/9672/53528 8851/9712/53529 -f 8851/9712/53530 8811/9672/53531 8837/9698/53532 -f 8851/9712/53533 8837/9698/53534 8849/9710/53535 -f 8849/9710/53536 8837/9698/53537 8847/9708/53538 -f 8847/9708/53539 8837/9698/53540 8845/9706/53541 -f 8845/9706/53542 8837/9698/53543 8843/9704/53544 -f 8843/9704/53545 8837/9698/53546 8842/9703/53547 -f 8900/9761/53548 8901/9762/53549 8895/9756/53550 -f 8895/9756/53551 8901/9762/53552 8903/9764/53553 -f 8895/9756/53554 8903/9764/53555 8905/9766/53556 -f 8905/9766/53557 8907/9768/53558 8895/9756/53559 -f 8895/9756/53560 8907/9768/53561 8909/9770/53562 -f 8895/9756/53563 8909/9770/53564 8924/9785/53565 -f 8895/9756/53566 8924/9785/53567 8938/9799/53568 -f 8938/9799/53569 8924/9785/53570 8929/9790/53571 -f 8938/9799/53572 8929/9790/53573 8930/9791/53574 -f 8930/9791/53575 8932/9793/53576 8938/9799/53577 -f 8938/9799/53578 8932/9793/53579 8934/9795/53580 -f 8938/9799/53581 8934/9795/53582 8936/9797/53583 -f 8970/9831/53584 8969/9830/53585 8953/9814/53586 -f 8953/9814/53587 8969/9830/53588 8968/9829/53589 -f 8953/9814/53590 8968/9829/53591 8967/9828/53592 -f 8967/9828/53593 8966/9827/53594 8953/9814/53595 -f 8953/9814/53596 8966/9827/53597 8965/9826/53598 -f 8837/9698/53599 8811/9672/53600 8822/9683/53601 -f 8822/9683/53602 8811/9672/53603 8813/9674/53604 -f 8822/9683/53605 8813/9674/53606 8814/9675/53607 -f 8814/9675/53608 8816/9677/53609 8822/9683/53610 -f 8822/9683/53611 8816/9677/53612 8818/9679/53613 -f 8822/9683/53614 8818/9679/53615 8820/9681/53616 -f 8923/9784/53617 8911/9772/53618 8894/9755/53619 -f 8894/9755/53620 8911/9772/53621 8913/9774/53622 -f 8894/9755/53623 8913/9774/53624 8914/9775/53625 -f 8914/9775/53626 8916/9777/53627 8894/9755/53628 -f 8894/9755/53629 8916/9777/53630 8918/9779/53631 -f 8894/9755/53632 8918/9779/53633 8896/9757/53634 -f 8923/9784/53635 8894/9755/53636 8940/9801/53637 -f 8940/9801/53638 8894/9755/53639 8882/9743/53640 -f 8940/9801/53641 8882/9743/53642 8952/9813/53643 -f 8952/9813/53644 8882/9743/53645 8884/9745/53646 -f 8952/9813/53647 8884/9745/53648 8885/9746/53649 -f 8885/9746/53650 8887/9748/53651 8952/9813/53652 -f 8952/9813/53653 8887/9748/53654 8964/9825/53655 -f 8952/9813/53656 8964/9825/53657 8963/9824/53658 -f 8887/9748/53659 8889/9750/53660 8964/9825/53661 -f 8964/9825/53662 8889/9750/53663 8867/9728/53664 -f 8964/9825/53665 8867/9728/53666 8865/9726/53667 -f 8964/9825/53668 8865/9726/53669 8809/9670/53670 -f 8809/9670/53671 8865/9726/53672 8853/9714/53673 -f 8809/9670/53674 8853/9714/53675 8824/9685/53676 -f 8824/9685/53677 8853/9714/53678 8836/9697/53679 -f 8836/9697/53680 8853/9714/53681 8855/9716/53682 -f 8836/9697/53683 8855/9716/53684 8856/9717/53685 -f 8856/9717/53686 8858/9719/53687 8836/9697/53688 -f 8836/9697/53689 8858/9719/53690 8860/9721/53691 -f 8836/9697/53692 8860/9721/53693 8838/9699/53694 -f 8826/9687/53695 8827/9688/53696 8824/9685/53697 -f 8824/9685/53698 8827/9688/53699 8829/9690/53700 -f 8824/9685/53701 8829/9690/53702 8831/9692/53703 -f 8831/9692/53704 8807/9668/53705 8824/9685/53706 -f 8824/9685/53707 8807/9668/53708 8809/9670/53709 -f 8963/9824/53710 8961/9822/53711 8952/9813/53712 -f 8952/9813/53713 8961/9822/53714 8959/9820/53715 -f 8952/9813/53716 8959/9820/53717 8957/9818/53718 -f 8957/9818/53719 8955/9816/53720 8952/9813/53721 -f 8942/9803/53722 8943/9804/53723 8940/9801/53724 -f 8940/9801/53725 8943/9804/53726 8945/9806/53727 -f 8940/9801/53728 8945/9806/53729 8947/9808/53730 -f 8947/9808/53731 8925/9786/53732 8940/9801/53733 -f 8940/9801/53734 8925/9786/53735 8923/9784/53736 -f 8971/9832/53737 8972/9833/53738 8973/9834/53739 -f 8973/9834/53740 8972/9833/53741 8974/9835/53742 -f 8975/9836/53743 8976/9837/53744 8972/9833/53745 -f 8972/9833/53746 8976/9837/53747 8977/9838/53748 -f 8972/9833/53749 8977/9838/53750 8974/9835/53751 -f 8974/9835/53752 8977/9838/53753 8978/9839/53754 -f 8974/9835/53755 8978/9839/53756 8979/9840/53757 -f 8979/9840/53758 8978/9839/53759 8980/9841/53760 -f 8980/9841/53761 8978/9839/53762 8981/9842/53763 -f 8980/9841/53764 8981/9842/53765 8982/9843/53766 -f 8982/9843/53767 8981/9842/53768 8983/9844/53769 -f 8982/9843/53770 8983/9844/53771 8984/9845/53772 -f 8984/9845/53773 8983/9844/53774 8985/9846/53775 -f 8984/9845/53776 8985/9846/53777 8986/9847/53778 -f 8986/9847/53779 8985/9846/53780 8987/9848/53781 -f 8986/9847/53782 8987/9848/53783 8988/9849/53784 -f 8988/9849/53785 8987/9848/53786 8989/9850/53787 -f 8988/9849/53788 8989/9850/53789 8990/9851/53790 -f 8990/9851/53791 8989/9850/53792 8991/9852/53793 -f 8990/9851/53794 8991/9852/53795 8992/9853/53796 -f 8992/9853/53797 8991/9852/53798 8993/9854/53799 -f 8993/9854/53800 8991/9852/53801 8994/9855/53802 -f 8993/9854/53803 8994/9855/53804 8995/9856/53805 -f 8995/9856/53806 8994/9855/53807 8996/9857/53808 -f 8995/9856/53809 8996/9857/53810 8997/9858/53811 -f 8997/9858/53812 8996/9857/53813 8998/9859/53814 -f 8997/9858/53815 8998/9859/53816 8975/9836/53817 -f 8975/9836/53818 8998/9859/53819 8976/9837/53820 -f 8981/9842/53821 8978/9839/53822 8977/9838/53823 -f 8977/9838/53824 8976/9837/53825 8999/9860/53826 -f 8999/9860/53827 8976/9837/53828 8998/9859/53829 -f 8999/9860/53830 8998/9859/53831 9000/9861/53832 -f 9000/9861/53833 8998/9859/53834 8996/9857/53835 -f 9000/9861/53836 8996/9857/53837 9001/9862/53838 -f 9001/9862/53839 8996/9857/53840 8994/9855/53841 -f 9001/9862/53842 8994/9855/53843 8989/9850/53844 -f 8989/9850/53845 8994/9855/53846 8991/9852/53847 -f 8983/9844/53848 8981/9842/53849 8999/9860/53850 -f 8999/9860/53851 8981/9842/53852 8977/9838/53853 -f 8983/9844/53854 8999/9860/53855 9000/9861/53856 -f 8985/9846/53857 8983/9844/53858 9000/9861/53859 -f 8985/9846/53860 9000/9861/53861 9001/9862/53862 -f 8987/9848/53863 8985/9846/53864 9001/9862/53865 -f 8987/9848/53866 9001/9862/53867 8989/9850/53868 -f 8990/9851/53869 9002/9863/53870 8988/9849/53871 -f 8988/9849/53872 9002/9863/53873 9003/9864/53874 -f 9004/9865/53875 9005/9866/53876 9002/9863/53877 -f 9002/9863/53878 9005/9866/53879 9006/9867/53880 -f 9002/9863/53881 9006/9867/53882 9003/9864/53883 -f 9003/9864/53884 9006/9867/53885 9007/9868/53886 -f 9003/9864/53887 9007/9868/53888 9008/9869/53889 -f 9008/9869/53890 9007/9868/53891 9009/9870/53892 -f 9009/9870/53893 9007/9868/53894 9010/9871/53895 -f 9009/9870/53896 9010/9871/53897 9011/9872/53898 -f 9011/9872/53899 9010/9871/53900 9012/9873/53901 -f 9011/9872/53902 9012/9873/53903 9013/9874/53904 -f 9013/9874/53905 9012/9873/53906 9014/9875/53907 -f 9013/9874/53908 9014/9875/53909 9015/9876/53910 -f 9015/9876/53911 9014/9875/53912 9016/9877/53913 -f 9015/9876/53914 9016/9877/53915 9017/9878/53916 -f 9017/9878/53917 9016/9877/53918 9018/9879/53919 -f 9017/9878/53920 9018/9879/53921 9019/9880/53922 -f 9019/9880/53923 9018/9879/53924 9020/9881/53925 -f 9019/9880/53926 9020/9881/53927 9021/9882/53928 -f 9021/9882/53929 9020/9881/53930 9022/9883/53931 -f 9022/9883/53932 9020/9881/53933 9023/9884/53934 -f 9022/9883/53935 9023/9884/53936 9024/9885/53937 -f 9024/9885/53938 9023/9884/53939 9025/9886/53940 -f 9024/9885/53941 9025/9886/53942 9026/9887/53943 -f 9026/9887/53944 9025/9886/53945 9027/9888/53946 -f 9026/9887/53947 9027/9888/53948 9004/9865/53949 -f 9004/9865/53950 9027/9888/53951 9005/9866/53952 -f 9010/9871/53953 9007/9868/53954 9006/9867/53955 -f 9006/9867/53956 9005/9866/53957 9028/9889/53958 -f 9028/9889/53959 9005/9866/53960 9027/9888/53961 -f 9028/9889/53962 9027/9888/53963 9029/9890/53964 -f 9029/9890/53965 9027/9888/53966 9025/9886/53967 -f 9029/9890/53968 9025/9886/53969 9030/9891/53970 -f 9030/9891/53971 9025/9886/53972 9023/9884/53973 -f 9030/9891/53974 9023/9884/53975 9018/9879/53976 -f 9018/9879/53977 9023/9884/53978 9020/9881/53979 -f 9012/9873/53980 9010/9871/53981 9028/9889/53982 -f 9028/9889/53983 9010/9871/53984 9006/9867/53985 -f 9012/9873/53986 9028/9889/53987 9029/9890/53988 -f 9014/9875/53989 9012/9873/53990 9029/9890/53991 -f 9014/9875/53992 9029/9890/53993 9030/9891/53994 -f 9016/9877/53995 9014/9875/53996 9030/9891/53997 -f 9016/9877/53998 9030/9891/53999 9018/9879/54000 -f 9019/9880/54001 9031/9892/54002 9017/9878/54003 -f 9017/9878/54004 9031/9892/54005 9032/9893/54006 -f 9033/9894/54007 9034/9895/54008 9031/9892/54009 -f 9031/9892/54010 9034/9895/54011 9035/9896/54012 -f 9031/9892/54013 9035/9896/54014 9032/9893/54015 -f 9032/9893/54016 9035/9896/54017 9036/9897/54018 -f 9032/9893/54019 9036/9897/54020 9037/9898/54021 -f 9037/9898/54022 9036/9897/54023 9038/9899/54024 -f 9038/9899/54025 9036/9897/54026 9039/9900/54027 -f 9038/9899/54028 9039/9900/54029 9040/9901/54030 -f 9040/9901/54031 9039/9900/54032 9041/9902/54033 -f 9040/9901/54034 9041/9902/54035 9042/9903/54036 -f 9042/9903/54037 9041/9902/54038 9043/9904/54039 -f 9042/9903/54040 9043/9904/54041 9044/9905/54042 -f 9044/9905/54043 9043/9904/54044 9045/9906/54045 -f 9044/9905/54046 9045/9906/54047 9046/9907/54048 -f 9046/9907/54049 9045/9906/54050 9047/9908/54051 -f 9046/9907/54052 9047/9908/54053 9048/9909/54054 -f 9048/9909/54055 9047/9908/54056 9049/9910/54057 -f 9048/9909/54058 9049/9910/54059 9050/9911/54060 -f 9050/9911/54061 9049/9910/54062 9051/9912/54063 -f 9051/9912/54064 9049/9910/54065 9052/9913/54066 -f 9051/9912/54067 9052/9913/54068 9053/9914/54069 -f 9053/9914/54070 9052/9913/54071 9054/9915/54072 -f 9053/9914/54073 9054/9915/54074 9055/9916/54075 -f 9055/9916/54076 9054/9915/54077 9056/9917/54078 -f 9055/9916/54079 9056/9917/54080 9033/9894/54081 -f 9033/9894/54082 9056/9917/54083 9034/9895/54084 -f 9039/9900/54085 9036/9897/54086 9035/9896/54087 -f 9035/9896/54088 9034/9895/54089 9057/9918/54090 -f 9057/9918/54091 9034/9895/54092 9056/9917/54093 -f 9057/9918/54094 9056/9917/54095 9058/9919/54096 -f 9058/9919/54097 9056/9917/54098 9054/9915/54099 -f 9058/9919/54100 9054/9915/54101 9059/9920/54102 -f 9059/9920/54103 9054/9915/54104 9052/9913/54105 -f 9059/9920/54106 9052/9913/54107 9047/9908/54108 -f 9047/9908/54109 9052/9913/54110 9049/9910/54111 -f 9041/9902/54112 9039/9900/54113 9057/9918/54114 -f 9057/9918/54115 9039/9900/54116 9035/9896/54117 -f 9041/9902/54118 9057/9918/54119 9058/9919/54120 -f 9043/9904/54121 9041/9902/54122 9058/9919/54123 -f 9043/9904/54124 9058/9919/54125 9059/9920/54126 -f 9045/9906/54127 9043/9904/54128 9059/9920/54129 -f 9045/9906/54130 9059/9920/54131 9047/9908/54132 -f 9048/9909/54133 9060/9921/54134 9046/9907/54135 -f 9046/9907/54136 9060/9921/54137 9061/9922/54138 -f 9062/9923/54139 9063/9924/54140 9060/9921/54141 -f 9060/9921/54142 9063/9924/54143 9064/9925/54144 -f 9060/9921/54145 9064/9925/54146 9061/9922/54147 -f 9061/9922/54148 9064/9925/54149 9065/9926/54150 -f 9061/9922/54151 9065/9926/54152 9066/9927/54153 -f 9066/9927/54154 9065/9926/54155 9067/9928/54156 -f 9067/9928/54157 9065/9926/54158 9068/9929/54159 -f 9067/9928/54160 9068/9929/54161 9069/9930/54162 -f 9069/9930/54163 9068/9929/54164 9070/9931/54165 -f 9069/9930/54166 9070/9931/54167 9071/9932/54168 -f 9071/9932/54169 9070/9931/54170 9072/9933/54171 -f 9071/9932/54172 9072/9933/54173 9073/9934/54174 -f 9073/9934/54175 9072/9933/54176 9074/9935/54177 -f 9073/9934/54178 9074/9935/54179 9075/9936/54180 -f 9075/9936/54181 9074/9935/54182 9076/9937/54183 -f 9075/9936/54184 9076/9937/54185 9077/9938/54186 -f 9077/9938/54187 9076/9937/54188 9078/9939/54189 -f 9077/9938/54190 9078/9939/54191 9079/9940/54192 -f 9079/9940/54193 9078/9939/54194 9080/9941/54195 -f 9080/9941/54196 9078/9939/54197 9081/9942/54198 -f 9080/9941/54199 9081/9942/54200 9082/9943/54201 -f 9082/9943/54202 9081/9942/54203 9083/9944/54204 -f 9082/9943/54205 9083/9944/54206 9084/9945/54207 -f 9084/9945/54208 9083/9944/54209 9085/9946/54210 -f 9084/9945/54211 9085/9946/54212 9062/9923/54213 -f 9062/9923/54214 9085/9946/54215 9063/9924/54216 -f 9068/9929/54217 9065/9926/54218 9064/9925/54219 -f 9064/9925/54220 9063/9924/54221 9086/9947/54222 -f 9086/9947/54223 9063/9924/54224 9085/9946/54225 -f 9086/9947/54226 9085/9946/54227 9087/9948/54228 -f 9087/9948/54229 9085/9946/54230 9083/9944/54231 -f 9087/9948/54232 9083/9944/54233 9088/9949/54234 -f 9088/9949/54235 9083/9944/54236 9081/9942/54237 -f 9088/9949/54238 9081/9942/54239 9076/9937/54240 -f 9076/9937/54241 9081/9942/54242 9078/9939/54243 -f 9070/9931/54244 9068/9929/54245 9086/9947/54246 -f 9086/9947/54247 9068/9929/54248 9064/9925/54249 -f 9070/9931/54250 9086/9947/54251 9087/9948/54252 -f 9072/9933/54253 9070/9931/54254 9087/9948/54255 -f 9072/9933/54256 9087/9948/54257 9088/9949/54258 -f 9074/9935/54259 9072/9933/54260 9088/9949/54261 -f 9074/9935/54262 9088/9949/54263 9076/9937/54264 -f 9077/9938/54265 9089/9950/54266 9075/9936/54267 -f 9075/9936/54268 9089/9950/54269 9090/9951/54270 -f 9091/9952/54271 9092/9953/54272 9089/9950/54273 -f 9089/9950/54274 9092/9953/54275 9093/9954/54276 -f 9089/9950/54277 9093/9954/54278 9090/9951/54279 -f 9090/9951/54280 9093/9954/54281 9094/9955/54282 -f 9090/9951/54283 9094/9955/54284 9095/9956/54285 -f 9095/9956/54286 9094/9955/54287 9096/9957/54288 -f 9096/9957/54289 9094/9955/54290 9097/9958/54291 -f 9096/9957/54292 9097/9958/54293 9098/9959/54294 -f 9098/9959/54295 9097/9958/54296 9099/9960/54297 -f 9098/9959/54298 9099/9960/54299 9100/9961/54300 -f 9100/9961/54301 9099/9960/54302 9101/9962/54303 -f 9100/9961/54304 9101/9962/54305 9102/9963/54306 -f 9102/9963/54307 9101/9962/54308 9103/9964/54309 -f 9102/9963/54310 9103/9964/54311 9104/9965/54312 -f 9104/9965/54313 9103/9964/54314 9105/9966/54315 -f 9104/9965/54316 9105/9966/54317 9106/9967/54318 -f 9106/9967/54319 9105/9966/54320 9107/9968/54321 -f 9106/9967/54322 9107/9968/54323 9108/9969/54324 -f 9108/9969/54325 9107/9968/54326 9109/9970/54327 -f 9109/9970/54328 9107/9968/54329 9110/9971/54330 -f 9109/9970/54331 9110/9971/54332 9111/9972/54333 -f 9111/9972/54334 9110/9971/54335 9112/9973/54336 -f 9111/9972/54337 9112/9973/54338 9113/9974/54339 -f 9113/9974/54340 9112/9973/54341 9114/9975/54342 -f 9113/9974/54343 9114/9975/54344 9091/9952/54345 -f 9091/9952/54346 9114/9975/54347 9092/9953/54348 -f 9097/9958/54349 9094/9955/54350 9093/9954/54351 -f 9093/9954/54352 9092/9953/54353 9115/9976/54354 -f 9115/9976/54355 9092/9953/54356 9114/9975/54357 -f 9115/9976/54358 9114/9975/54359 9116/9977/54360 -f 9116/9977/54361 9114/9975/54362 9112/9973/54363 -f 9116/9977/54364 9112/9973/54365 9117/9978/54366 -f 9117/9978/54367 9112/9973/54368 9110/9971/54369 -f 9117/9978/54370 9110/9971/54371 9105/9966/54372 -f 9105/9966/54373 9110/9971/54374 9107/9968/54375 -f 9099/9960/54376 9097/9958/54377 9115/9976/54378 -f 9115/9976/54379 9097/9958/54380 9093/9954/54381 -f 9099/9960/54382 9115/9976/54383 9116/9977/54384 -f 9101/9962/54385 9099/9960/54386 9116/9977/54387 -f 9101/9962/54388 9116/9977/54389 9117/9978/54390 -f 9103/9964/54391 9101/9962/54392 9117/9978/54393 -f 9103/9964/54394 9117/9978/54395 9105/9966/54396 -f 9106/9967/54397 9118/9979/54398 9104/9965/54399 -f 9104/9965/54400 9118/9979/54401 9119/9980/54402 -f 9120/9981/54403 9121/9982/54404 9118/9979/54405 -f 9118/9979/54406 9121/9982/54407 9122/9983/54408 -f 9118/9979/54409 9122/9983/54410 9119/9980/54411 -f 9119/9980/54412 9122/9983/54413 9123/9984/54414 -f 9119/9980/54415 9123/9984/54416 9124/9985/54417 -f 9124/9985/54418 9123/9984/54419 9125/9986/54420 -f 9125/9986/54421 9123/9984/54422 9126/9987/54423 -f 9125/9986/54424 9126/9987/54425 9127/9988/54426 -f 9127/9988/54427 9126/9987/54428 9128/9989/54429 -f 9127/9988/54430 9128/9989/54431 9129/9990/54432 -f 9129/9990/54433 9128/9989/54434 9130/9991/54435 -f 9129/9990/54436 9130/9991/54437 9131/9992/54438 -f 9131/9992/54439 9130/9991/54440 9132/9993/54441 -f 9131/9992/54442 9132/9993/54443 8973/9834/54444 -f 8973/9834/54445 9132/9993/54446 9133/9994/54447 -f 8973/9834/54448 9133/9994/54449 8971/9832/54450 -f 8971/9832/54451 9133/9994/54452 9134/9995/54453 -f 8971/9832/54454 9134/9995/54455 9135/9996/54456 -f 9135/9996/54457 9134/9995/54458 9136/9997/54459 -f 9136/9997/54460 9134/9995/54461 9137/9998/54462 -f 9136/9997/54463 9137/9998/54464 9138/9999/54465 -f 9138/9999/54466 9137/9998/54467 9139/10000/54468 -f 9138/9999/54469 9139/10000/54470 9140/10001/54471 -f 9140/10001/54472 9139/10000/54473 9141/10002/54474 -f 9140/10001/54475 9141/10002/54476 9120/9981/54477 -f 9120/9981/54478 9141/10002/54479 9121/9982/54480 -f 9126/9987/54481 9123/9984/54482 9122/9983/54483 -f 9122/9983/54484 9121/9982/54485 9142/10003/54486 -f 9142/10003/54487 9121/9982/54488 9141/10002/54489 -f 9142/10003/54490 9141/10002/54491 9143/10004/54492 -f 9143/10004/54493 9141/10002/54494 9139/10000/54495 -f 9143/10004/54496 9139/10000/54497 9144/10005/54498 -f 9144/10005/54499 9139/10000/54500 9137/9998/54501 -f 9144/10005/54502 9137/9998/54503 9133/9994/54504 -f 9133/9994/54505 9137/9998/54506 9134/9995/54507 -f 9128/9989/54508 9126/9987/54509 9142/10003/54510 -f 9142/10003/54511 9126/9987/54512 9122/9983/54513 -f 9128/9989/54514 9142/10003/54515 9143/10004/54516 -f 9130/9991/54517 9128/9989/54518 9143/10004/54519 -f 9130/9991/54520 9143/10004/54521 9144/10005/54522 -f 9132/9993/54523 9130/9991/54524 9144/10005/54525 -f 9132/9993/54526 9144/10005/54527 9133/9994/54528 -f 9037/9898/54529 9038/9899/54530 9032/9893/54531 -f 9032/9893/54532 9038/9899/54533 9040/9901/54534 -f 9032/9893/54535 9040/9901/54536 9042/9903/54537 -f 9042/9903/54538 9044/9905/54539 9032/9893/54540 -f 9032/9893/54541 9044/9905/54542 9046/9907/54543 -f 9032/9893/54544 9046/9907/54545 9127/9988/54546 -f 9127/9988/54547 9046/9907/54548 9125/9986/54549 -f 9125/9986/54550 9046/9907/54551 9124/9985/54552 -f 9124/9985/54553 9046/9907/54554 9119/9980/54555 -f 9119/9980/54556 9046/9907/54557 9061/9922/54558 -f 9119/9980/54559 9061/9922/54560 9104/9965/54561 -f 9104/9965/54562 9061/9922/54563 9090/9951/54564 -f 9104/9965/54565 9090/9951/54566 9102/9963/54567 -f 9102/9963/54568 9090/9951/54569 9100/9961/54570 -f 9100/9961/54571 9090/9951/54572 9098/9959/54573 -f 9098/9959/54574 9090/9951/54575 9096/9957/54576 -f 9096/9957/54577 9090/9951/54578 9095/9956/54579 -f 9090/9951/54580 9061/9922/54581 9075/9936/54582 -f 9075/9936/54583 9061/9922/54584 9066/9927/54585 -f 9075/9936/54586 9066/9927/54587 9067/9928/54588 -f 9067/9928/54589 9069/9930/54590 9075/9936/54591 -f 9075/9936/54592 9069/9930/54593 9071/9932/54594 -f 9075/9936/54595 9071/9932/54596 9073/9934/54597 -f 9127/9988/54598 9129/9990/54599 9032/9893/54600 -f 9032/9893/54601 9129/9990/54602 9131/9992/54603 -f 9032/9893/54604 9131/9992/54605 8973/9834/54606 -f 9032/9893/54607 8973/9834/54608 9017/9878/54609 -f 9017/9878/54610 8973/9834/54611 8974/9835/54612 -f 9017/9878/54613 8974/9835/54614 9003/9864/54615 -f 9003/9864/54616 8974/9835/54617 8988/9849/54618 -f 8988/9849/54619 8974/9835/54620 8986/9847/54621 -f 8986/9847/54622 8974/9835/54623 8984/9845/54624 -f 8984/9845/54625 8974/9835/54626 8982/9843/54627 -f 8982/9843/54628 8974/9835/54629 8980/9841/54630 -f 8980/9841/54631 8974/9835/54632 8979/9840/54633 -f 9003/9864/54634 9008/9869/54635 9017/9878/54636 -f 9017/9878/54637 9008/9869/54638 9009/9870/54639 -f 9017/9878/54640 9009/9870/54641 9011/9872/54642 -f 9011/9872/54643 9013/9874/54644 9017/9878/54645 -f 9017/9878/54646 9013/9874/54647 9015/9876/54648 -f 9048/9909/54649 9118/9979/54650 9060/9921/54651 -f 9060/9921/54652 9118/9979/54653 9106/9967/54654 -f 9060/9921/54655 9106/9967/54656 9089/9950/54657 -f 9089/9950/54658 9106/9967/54659 9108/9969/54660 -f 9089/9950/54661 9108/9969/54662 9109/9970/54663 -f 9050/9911/54664 9031/9892/54665 9048/9909/54666 -f 9048/9909/54667 9031/9892/54668 9138/9999/54669 -f 9048/9909/54670 9138/9999/54671 9140/10001/54672 -f 9050/9911/54673 9051/9912/54674 9031/9892/54675 -f 9031/9892/54676 9051/9912/54677 9053/9914/54678 -f 9031/9892/54679 9053/9914/54680 9055/9916/54681 -f 9055/9916/54682 9033/9894/54683 9031/9892/54684 -f 9019/9880/54685 8971/9832/54686 9031/9892/54687 -f 9031/9892/54688 8971/9832/54689 9135/9996/54690 -f 9031/9892/54691 9135/9996/54692 9136/9997/54693 -f 9021/9882/54694 9022/9883/54695 9019/9880/54696 -f 9019/9880/54697 9022/9883/54698 9024/9885/54699 -f 9019/9880/54700 9024/9885/54701 9026/9887/54702 -f 9026/9887/54703 9004/9865/54704 9019/9880/54705 -f 9019/9880/54706 9004/9865/54707 9002/9863/54708 -f 9019/9880/54709 9002/9863/54710 8990/9851/54711 -f 9019/9880/54712 8990/9851/54713 8972/9833/54714 -f 8972/9833/54715 8990/9851/54716 8992/9853/54717 -f 8972/9833/54718 8992/9853/54719 8993/9854/54720 -f 8993/9854/54721 8995/9856/54722 8972/9833/54723 -f 8972/9833/54724 8995/9856/54725 8997/9858/54726 -f 8972/9833/54727 8997/9858/54728 8975/9836/54729 -f 8972/9833/54730 8971/9832/54731 9019/9880/54732 -f 9136/9997/54733 9138/9999/54734 9031/9892/54735 -f 9140/10001/54736 9120/9981/54737 9048/9909/54738 -f 9048/9909/54739 9120/9981/54740 9118/9979/54741 -f 9109/9970/54742 9111/9972/54743 9089/9950/54744 -f 9089/9950/54745 9111/9972/54746 9113/9974/54747 -f 9089/9950/54748 9113/9974/54749 9091/9952/54750 -f 9089/9950/54751 9077/9938/54752 9060/9921/54753 -f 9060/9921/54754 9077/9938/54755 9062/9923/54756 -f 9062/9923/54757 9077/9938/54758 9084/9945/54759 -f 9084/9945/54760 9077/9938/54761 9082/9943/54762 -f 9082/9943/54763 9077/9938/54764 9080/9941/54765 -f 9080/9941/54766 9077/9938/54767 9079/9940/54768 -f 9145/10006/54769 9146/10007/54770 9147/10008/54771 -f 9147/10008/54772 9146/10007/54773 9148/10009/54774 -f 9147/10008/54775 9148/10009/54776 9149/10010/54777 -f 9149/10010/54778 9148/10009/54779 9150/10011/54780 -f 9149/10010/54781 9150/10011/54782 9151/10012/54783 -f 9151/10012/54784 9150/10011/54785 9152/10013/54786 -f 9151/10012/54787 9152/10013/54788 9153/10014/54789 -f 9153/10014/54790 9152/10013/54791 9154/10015/54792 -f 9153/10014/54793 9154/10015/54794 9155/10016/54795 -f 9155/10016/54796 9154/10015/54797 9156/10017/54798 -f 9155/10016/54799 9156/10017/54800 9157/10018/54801 -f 9157/10018/54802 9156/10017/54803 9158/10019/54804 -f 9157/10018/54805 9158/10019/54806 9159/10020/54807 -f 9159/10020/54808 9158/10019/54809 9160/10021/54810 -f 9159/10020/54811 9160/10021/54812 9161/10022/54813 -f 9161/10022/54814 9160/10021/54815 9162/10023/54816 -f 9161/10022/54817 9162/10023/54818 9163/10024/54819 -f 9163/10024/54820 9162/10023/54821 9164/10025/54822 -f 9163/10024/54823 9164/10025/54824 9165/10026/54825 -f 9165/10026/54826 9164/10025/54827 9166/10027/54828 -f 9165/10026/54829 9166/10027/54830 9167/10028/54831 -f 9167/10028/54832 9166/10027/54833 9168/10029/54834 -f 9167/10028/54835 9168/10029/54836 9169/10030/54837 -f 9169/10030/54838 9168/10029/54839 9170/10031/54840 -f 9169/10030/54841 9170/10031/54842 9171/10032/54843 -f 9171/10032/54844 9170/10031/54845 9172/10033/54846 -f 9171/10032/54847 9172/10033/54848 9173/10034/54849 -f 9173/10034/54850 9172/10033/54851 9174/10035/54852 -f 9173/10034/54853 9174/10035/54854 9175/10036/54855 -f 9175/10036/54856 9174/10035/54857 9176/10037/54858 -f 9175/10036/54859 9176/10037/54860 9177/10038/54861 -f 9177/10038/54862 9176/10037/54863 9178/10039/54864 -f 9177/10038/54865 9178/10039/54866 9179/10040/54867 -f 9179/10040/54868 9178/10039/54869 9180/10041/54870 -f 9179/10040/54871 9180/10041/54872 9181/10042/54873 -f 9181/10042/54874 9180/10041/54875 9182/10043/54876 -f 9181/10042/54877 9182/10043/54878 9183/10044/54879 -f 9183/10044/54880 9182/10043/54881 9184/10045/54882 -f 9183/10044/54883 9184/10045/54884 9185/10046/54885 -f 9185/10046/54886 9184/10045/54887 9186/10047/54888 -f 9185/10046/54889 9186/10047/54890 9187/10048/54891 -f 9187/10048/54892 9186/10047/54893 9188/10049/54894 -f 9187/10048/54895 9188/10049/54896 9189/10050/54897 -f 9189/10050/54898 9188/10049/54899 9190/10051/54900 -f 9189/10050/54901 9190/10051/54902 9191/10052/54903 -f 9191/10052/54904 9190/10051/54905 9192/10053/54906 -f 9191/10052/54907 9192/10053/54908 9193/10054/54909 -f 9193/10054/54910 9192/10053/54911 9194/10055/54912 -f 9193/10054/54913 9194/10055/54914 9195/10056/54915 -f 9195/10056/54916 9194/10055/54917 9196/10057/54918 -f 9195/10056/54919 9196/10057/54920 9197/10058/54921 -f 9197/10058/54922 9196/10057/54923 9198/10059/54924 -f 9197/10058/54925 9198/10059/54926 9199/10060/54927 -f 9199/10060/54928 9198/10059/54929 9200/10061/54930 -f 9199/10060/54931 9200/10061/54932 9201/10062/54933 -f 9201/10062/54934 9200/10061/54935 9202/10063/54936 -f 9201/10062/54937 9202/10063/54938 9203/10064/54939 -f 9203/10064/54940 9202/10063/54941 9204/10065/54942 -f 9203/10064/54943 9204/10065/54944 9205/10066/54945 -f 9205/10066/54946 9204/10065/54947 9206/10067/54948 -f 9205/10066/54949 9206/10067/54950 9207/10068/54951 -f 9207/10068/54952 9206/10067/54953 9208/10069/54954 -f 9207/10068/54955 9208/10069/54956 9209/10070/54957 -f 9209/10070/54958 9208/10069/54959 9210/10071/54960 -f 9209/10070/54961 9210/10071/54962 9211/10072/54963 -f 9211/10072/54964 9210/10071/54965 9145/10006/54966 -f 9211/10072/54967 9145/10006/54968 9147/10008/54969 -f 9212/10073/54970 9148/10009/54971 9213/10074/54972 -f 9213/10074/54973 9148/10009/54974 9146/10007/54975 -f 9213/10074/54976 9146/10007/54977 9214/10075/54978 -f 9214/10075/54979 9146/10007/54980 9145/10006/54981 -f 9214/10075/54982 9145/10006/54983 9215/10076/54984 -f 9215/10076/54985 9145/10006/54986 9210/10071/54987 -f 9215/10076/54988 9210/10071/54989 9216/10077/54990 -f 9216/10077/54991 9210/10071/54992 9208/10069/54993 -f 9216/10077/54994 9208/10069/54995 9217/10078/54996 -f 9217/10078/54997 9208/10069/54998 9206/10067/54999 -f 9217/10078/55000 9206/10067/55001 9218/10079/55002 -f 9218/10079/55003 9206/10067/55004 9204/10065/55005 -f 9218/10079/55006 9204/10065/55007 9219/10080/55008 -f 9219/10080/55009 9204/10065/55010 9202/10063/55011 -f 9219/10080/55012 9202/10063/55013 9220/10081/55014 -f 9220/10081/55015 9202/10063/55016 9200/10061/55017 -f 9220/10081/55018 9200/10061/55019 9221/10082/55020 -f 9221/10082/55021 9200/10061/55022 9198/10059/55023 -f 9221/10082/55024 9198/10059/55025 9222/10083/55026 -f 9222/10083/55027 9198/10059/55028 9196/10057/55029 -f 9222/10083/55030 9196/10057/55031 9223/10084/55032 -f 9223/10084/55033 9196/10057/55034 9194/10055/55035 -f 9223/10084/55036 9194/10055/55037 9224/10085/55038 -f 9224/10085/55039 9194/10055/55040 9192/10053/55041 -f 9224/10085/55042 9192/10053/55043 9225/10086/55044 -f 9225/10086/55045 9192/10053/55046 9190/10051/55047 -f 9225/10086/55048 9190/10051/55049 9226/10087/55050 -f 9226/10087/55051 9190/10051/55052 9188/10049/55053 -f 9226/10087/55054 9188/10049/55055 9227/10088/55056 -f 9227/10088/55057 9188/10049/55058 9186/10047/55059 -f 9227/10088/55060 9186/10047/55061 9228/10089/55062 -f 9228/10089/55063 9186/10047/55064 9184/10045/55065 -f 9228/10089/55066 9184/10045/55067 9229/10090/55068 -f 9229/10090/55069 9184/10045/55070 9182/10043/55071 -f 9229/10090/55072 9182/10043/55073 9230/10091/55074 -f 9230/10091/55075 9182/10043/55076 9180/10041/55077 -f 9230/10091/55078 9180/10041/55079 9231/10092/55080 -f 9231/10092/55081 9180/10041/55082 9178/10039/55083 -f 9231/10092/55084 9178/10039/55085 9232/10093/55086 -f 9232/10093/55087 9178/10039/55088 9176/10037/55089 -f 9232/10093/55090 9176/10037/55091 9233/10094/55092 -f 9233/10094/55093 9176/10037/55094 9174/10035/55095 -f 9233/10094/55096 9174/10035/55097 9234/10095/55098 -f 9234/10095/55099 9174/10035/55100 9172/10033/55101 -f 9234/10095/55102 9172/10033/55103 9235/10096/55104 -f 9235/10096/55105 9172/10033/55106 9170/10031/55107 -f 9235/10096/55108 9170/10031/55109 9236/10097/55110 -f 9236/10097/55111 9170/10031/55112 9168/10029/55113 -f 9236/10097/55114 9168/10029/55115 9237/10098/55116 -f 9237/10098/55117 9168/10029/55118 9166/10027/55119 -f 9237/10098/55120 9166/10027/55121 9238/10099/55122 -f 9238/10099/55123 9166/10027/55124 9164/10025/55125 -f 9238/10099/55126 9164/10025/55127 9239/10100/55128 -f 9239/10100/55129 9164/10025/55130 9162/10023/55131 -f 9239/10100/55132 9162/10023/55133 9240/10101/55134 -f 9240/10101/55135 9162/10023/55136 9160/10021/55137 -f 9240/10101/55138 9160/10021/55139 9241/10102/55140 -f 9241/10102/55141 9160/10021/55142 9158/10019/55143 -f 9241/10102/55144 9158/10019/55145 9242/10103/55146 -f 9242/10103/55147 9158/10019/55148 9156/10017/55149 -f 9242/10103/55150 9156/10017/55151 9243/10104/55152 -f 9243/10104/55153 9156/10017/55154 9154/10015/55155 -f 9243/10104/55156 9154/10015/55157 9244/10105/55158 -f 9244/10105/55159 9154/10015/55160 9152/10013/55161 -f 9244/10105/55162 9152/10013/55163 9245/10106/55164 -f 9245/10106/55165 9152/10013/55166 9150/10011/55167 -f 9245/10106/55168 9150/10011/55169 9212/10073/55170 -f 9212/10073/55171 9150/10011/55172 9148/10009/55173 -f 9149/10010/55174 9179/10040/55175 9147/10008/55176 -f 9147/10008/55177 9179/10040/55178 9181/10042/55179 -f 9147/10008/55180 9181/10042/55181 9211/10072/55182 -f 9211/10072/55183 9181/10042/55184 9183/10044/55185 -f 9211/10072/55186 9183/10044/55187 9209/10070/55188 -f 9209/10070/55189 9183/10044/55190 9185/10046/55191 -f 9209/10070/55192 9185/10046/55193 9207/10068/55194 -f 9207/10068/55195 9185/10046/55196 9187/10048/55197 -f 9207/10068/55198 9187/10048/55199 9205/10066/55200 -f 9205/10066/55201 9187/10048/55202 9189/10050/55203 -f 9205/10066/55204 9189/10050/55205 9203/10064/55206 -f 9203/10064/55207 9189/10050/55208 9191/10052/55209 -f 9203/10064/55210 9191/10052/55211 9201/10062/55212 -f 9201/10062/55213 9191/10052/55214 9193/10054/55215 -f 9201/10062/55216 9193/10054/55217 9199/10060/55218 -f 9199/10060/55219 9193/10054/55220 9195/10056/55221 -f 9199/10060/55222 9195/10056/55223 9197/10058/55224 -f 9179/10040/55225 9149/10010/55226 9177/10038/55227 -f 9177/10038/55228 9149/10010/55229 9151/10012/55230 -f 9177/10038/55231 9151/10012/55232 9175/10036/55233 -f 9175/10036/55234 9151/10012/55235 9153/10014/55236 -f 9175/10036/55237 9153/10014/55238 9173/10034/55239 -f 9173/10034/55240 9153/10014/55241 9155/10016/55242 -f 9173/10034/55243 9155/10016/55244 9171/10032/55245 -f 9171/10032/55246 9155/10016/55247 9157/10018/55248 -f 9171/10032/55249 9157/10018/55250 9169/10030/55251 -f 9169/10030/55252 9157/10018/55253 9159/10020/55254 -f 9169/10030/55255 9159/10020/55256 9167/10028/55257 -f 9167/10028/55258 9159/10020/55259 9161/10022/55260 -f 9167/10028/55261 9161/10022/55262 9165/10026/55263 -f 9165/10026/55264 9161/10022/55265 9163/10024/55266 -f 9214/10075/55267 9229/10090/55268 9213/10074/55269 -f 9213/10074/55270 9229/10090/55271 9230/10091/55272 -f 9213/10074/55273 9230/10091/55274 9212/10073/55275 -f 9212/10073/55276 9230/10091/55277 9231/10092/55278 -f 9212/10073/55279 9231/10092/55280 9245/10106/55281 -f 9245/10106/55282 9231/10092/55283 9232/10093/55284 -f 9245/10106/55285 9232/10093/55286 9244/10105/55287 -f 9244/10105/55288 9232/10093/55289 9233/10094/55290 -f 9244/10105/55291 9233/10094/55292 9243/10104/55293 -f 9243/10104/55294 9233/10094/55295 9234/10095/55296 -f 9243/10104/55297 9234/10095/55298 9242/10103/55299 -f 9242/10103/55300 9234/10095/55301 9235/10096/55302 -f 9242/10103/55303 9235/10096/55304 9241/10102/55305 -f 9241/10102/55306 9235/10096/55307 9236/10097/55308 -f 9241/10102/55309 9236/10097/55310 9240/10101/55311 -f 9240/10101/55312 9236/10097/55313 9237/10098/55314 -f 9240/10101/55315 9237/10098/55316 9239/10100/55317 -f 9239/10100/55318 9237/10098/55319 9238/10099/55320 -f 9229/10090/55321 9214/10075/55322 9228/10089/55323 -f 9228/10089/55324 9214/10075/55325 9215/10076/55326 -f 9228/10089/55327 9215/10076/55328 9227/10088/55329 -f 9227/10088/55330 9215/10076/55331 9216/10077/55332 -f 9227/10088/55333 9216/10077/55334 9226/10087/55335 -f 9226/10087/55336 9216/10077/55337 9217/10078/55338 -f 9226/10087/55339 9217/10078/55340 9225/10086/55341 -f 9225/10086/55342 9217/10078/55343 9218/10079/55344 -f 9225/10086/55345 9218/10079/55346 9224/10085/55347 -f 9224/10085/55348 9218/10079/55349 9219/10080/55350 -f 9224/10085/55351 9219/10080/55352 9223/10084/55353 -f 9223/10084/55354 9219/10080/55355 9220/10081/55356 -f 9223/10084/55357 9220/10081/55358 9222/10083/55359 -f 9222/10083/55360 9220/10081/55361 9221/10082/55362 -f 9246/10107/55363 9247/10108/55364 9248/10109/55365 -f 9248/10109/55366 9247/10108/55367 9249/10110/55368 -f 9248/10109/55369 9249/10110/55370 9250/10111/55371 -f 9250/10111/55372 9249/10110/55373 9251/10112/55374 -f 9250/10111/55375 9251/10112/55376 9252/10113/55377 -f 9252/10113/55378 9251/10112/55379 9253/10114/55380 -f 9252/10113/55381 9253/10114/55382 9254/10115/55383 -f 9254/10115/55384 9253/10114/55385 9255/10116/55386 -f 9254/10115/55387 9255/10116/55388 9256/10117/55389 -f 9256/10117/55390 9255/10116/55391 9257/10118/55392 -f 9256/10117/55393 9257/10118/55394 9258/10119/55395 -f 9258/10119/55396 9257/10118/55397 9259/10120/55398 -f 9258/10119/55399 9259/10120/55400 9260/10121/55401 -f 9260/10121/55402 9259/10120/55403 9261/10122/55404 -f 9260/10121/55405 9261/10122/55406 9262/10123/55407 -f 9262/10123/55408 9261/10122/55409 9263/10124/55410 -f 9262/10123/55411 9263/10124/55412 9264/10125/55413 -f 9264/10125/55414 9263/10124/55415 9265/10126/55416 -f 9264/10125/55417 9265/10126/55418 9266/10127/55419 -f 9266/10127/55420 9265/10126/55421 9267/10128/55422 -f 9266/10127/55423 9267/10128/55424 9268/10129/55425 -f 9268/10129/55426 9267/10128/55427 9269/10130/55428 -f 9268/10129/55429 9269/10130/55430 9270/10131/55431 -f 9270/10131/55432 9269/10130/55433 9271/10132/55434 -f 9271/10132/55435 9269/10130/55436 9272/10133/55437 -f 9272/10133/55438 9269/10130/55439 9267/10128/55440 -f 9272/10133/55441 9267/10128/55442 9273/10134/55443 -f 9273/10134/55444 9267/10128/55445 9265/10126/55446 -f 9273/10134/55447 9265/10126/55448 9274/10135/55449 -f 9274/10135/55450 9265/10126/55451 9263/10124/55452 -f 9274/10135/55453 9263/10124/55454 9275/10136/55455 -f 9275/10136/55456 9263/10124/55457 9261/10122/55458 -f 9275/10136/55459 9261/10122/55460 9259/10120/55461 -f 9247/10108/55462 9246/10107/55463 9276/10137/55464 -f 9276/10137/55465 9246/10107/55466 9277/10138/55467 -f 9276/10137/55468 9277/10138/55469 9278/10139/55470 -f 9278/10139/55471 9277/10138/55472 9279/10140/55473 -f 9278/10139/55474 9279/10140/55475 9280/10141/55476 -f 9280/10141/55477 9279/10140/55478 9281/10142/55479 -f 9280/10141/55480 9281/10142/55481 9282/10143/55482 -f 9282/10143/55483 9281/10142/55484 9283/10144/55485 -f 9282/10143/55486 9283/10144/55487 9284/10145/55488 -f 9259/10120/55489 9285/10146/55490 9284/10145/55491 -f 9284/10145/55492 9285/10146/55493 9286/10147/55494 -f 9284/10145/55495 9286/10147/55496 9287/10148/55497 -f 9287/10148/55498 9286/10147/55499 9288/10149/55500 -f 9287/10148/55501 9288/10149/55502 9289/10150/55503 -f 9289/10150/55504 9288/10149/55505 9290/10151/55506 -f 9289/10150/55507 9290/10151/55508 9278/10139/55509 -f 9278/10139/55510 9290/10151/55511 9276/10137/55512 -f 9248/10109/55513 9291/10152/55514 9270/10131/55515 -f 9270/10131/55516 9291/10152/55517 9292/10153/55518 -f 9270/10131/55519 9292/10153/55520 9293/10154/55521 -f 9293/10154/55522 9292/10153/55523 9294/10155/55524 -f 9293/10154/55525 9294/10155/55526 9266/10127/55527 -f 9266/10127/55528 9294/10155/55529 9264/10125/55530 -f 9249/10110/55531 9247/10108/55532 9295/10156/55533 -f 9295/10156/55534 9247/10108/55535 9276/10137/55536 -f 9295/10156/55537 9276/10137/55538 9290/10151/55539 -f 9291/10152/55540 9248/10109/55541 9296/10157/55542 -f 9296/10157/55543 9248/10109/55544 9250/10111/55545 -f 9296/10157/55546 9250/10111/55547 9252/10113/55548 -f 9291/10152/55549 9296/10157/55550 9297/10158/55551 -f 9297/10158/55552 9296/10157/55553 9252/10113/55554 -f 9297/10158/55555 9252/10113/55556 9254/10115/55557 -f 9268/10129/55558 9270/10131/55559 9293/10154/55560 -f 9292/10153/55561 9291/10152/55562 9298/10159/55563 -f 9298/10159/55564 9291/10152/55565 9297/10158/55566 -f 9298/10159/55567 9297/10158/55568 9299/10160/55569 -f 9299/10160/55570 9297/10158/55571 9254/10115/55572 -f 9299/10160/55573 9254/10115/55574 9256/10117/55575 -f 9266/10127/55576 9268/10129/55577 9293/10154/55578 -f 9249/10110/55579 9295/10156/55580 9251/10112/55581 -f 9251/10112/55582 9295/10156/55583 9300/10161/55584 -f 9251/10112/55585 9300/10161/55586 9253/10114/55587 -f 9253/10114/55588 9300/10161/55589 9301/10162/55590 -f 9253/10114/55591 9301/10162/55592 9255/10116/55593 -f 9255/10116/55594 9301/10162/55595 9285/10146/55596 -f 9255/10116/55597 9285/10146/55598 9257/10118/55599 -f 9257/10118/55600 9285/10146/55601 9259/10120/55602 -f 9300/10161/55603 9295/10156/55604 9290/10151/55605 -f 9292/10153/55606 9298/10159/55607 9294/10155/55608 -f 9294/10155/55609 9298/10159/55610 9302/10163/55611 -f 9294/10155/55612 9302/10163/55613 9264/10125/55614 -f 9264/10125/55615 9302/10163/55616 9262/10123/55617 -f 9302/10163/55618 9298/10159/55619 9299/10160/55620 -f 9289/10150/55621 9278/10139/55622 9280/10141/55623 -f 9301/10162/55624 9300/10161/55625 9288/10149/55626 -f 9288/10149/55627 9300/10161/55628 9290/10151/55629 -f 9302/10163/55630 9299/10160/55631 9303/10164/55632 -f 9303/10164/55633 9299/10160/55634 9256/10117/55635 -f 9303/10164/55636 9256/10117/55637 9258/10119/55638 -f 9289/10150/55639 9280/10141/55640 9304/10165/55641 -f 9304/10165/55642 9280/10141/55643 9282/10143/55644 -f 9304/10165/55645 9282/10143/55646 9284/10145/55647 -f 9285/10146/55648 9301/10162/55649 9286/10147/55650 -f 9286/10147/55651 9301/10162/55652 9288/10149/55653 -f 9260/10121/55654 9262/10123/55655 9303/10164/55656 -f 9303/10164/55657 9262/10123/55658 9302/10163/55659 -f 9260/10121/55660 9303/10164/55661 9258/10119/55662 -f 9284/10145/55663 9287/10148/55664 9304/10165/55665 -f 9304/10165/55666 9287/10148/55667 9289/10150/55668 -f 9283/10144/55669 9281/10142/55670 9284/10145/55671 -f 9284/10145/55672 9281/10142/55673 9279/10140/55674 -f 9284/10145/55675 9279/10140/55676 9305/10166/55677 -f 9305/10166/55678 9279/10140/55679 9277/10138/55680 -f 9305/10166/55681 9277/10138/55682 9246/10107/55683 -f 9246/10107/55684 9248/10109/55685 9305/10166/55686 -f 9305/10166/55687 9248/10109/55688 7465/7469/55689 -f 9305/10166/55690 7465/7469/55691 8100/8961/55692 -f 9305/10166/55693 8100/8961/55694 9306/10167/55695 -f 9306/10167/55696 8100/8961/55697 9307/10168/55698 -f 9308/10169/55699 9270/10131/55700 9306/10167/55701 -f 9306/10167/55702 9270/10131/55703 9271/10132/55704 -f 9306/10167/55705 9271/10132/55706 9272/10133/55707 -f 9272/10133/55708 9273/10134/55709 9306/10167/55710 -f 9306/10167/55711 9273/10134/55712 9259/10120/55713 -f 9273/10134/55714 9274/10135/55715 9259/10120/55716 -f 9259/10120/55717 9274/10135/55718 9275/10136/55719 -f 9306/10167/55720 9307/10168/55721 9308/10169/55722 -f 7465/7469/55723 9308/10169/55724 8100/8961/55725 -f 8100/8961/55726 9308/10169/55727 9307/10168/55728 -f 9248/10109/55729 9270/10131/55730 7465/7469/55731 -f 7465/7469/55732 9270/10131/55733 9308/10169/55734 +vn 0.991447 -0.130510 0.000000 +vn 0.991443 -0.130540 0.000000 +vn 0.923877 -0.382690 0.000000 +vn 0.793361 -0.608752 0.000000 +vn 0.608762 -0.793353 0.000000 +vn 0.382688 -0.923878 0.000000 +s 1 +f 18178/18305/27731 18232/18306/27732 18233/18307/27733 18179/18309/27734 +f 18182/18311/27735 18180/18313/27736 18254/18315/27737 18255/18317/27738 +f 18184/18320/27739 18182/18311/27735 18255/18317/27738 18256/18321/27740 +f 18186/18323/27741 18184/18320/27739 18256/18321/27740 18257/18325/27742 +f 18188/18327/27743 18186/18323/27741 18257/18325/27742 18258/18329/27744 +f 18190/18331/27745 18188/18327/27743 18258/18329/27744 18259/18334/27746 +f 18178/18305/27731 18190/18331/27745 18259/18334/27746 18232/18306/27732 +f 18193/18335/27747 18253/18337/27748 18254/18315/27737 18180/18313/27736 +f 18196/18339/27749 18194/18341/27750 18247/18343/27751 18248/18345/27752 +f 18198/18348/27753 18196/18339/27749 18248/18345/27752 18249/18349/27754 +f 18200/18351/27755 18198/18348/27753 18249/18349/27754 18250/18353/27756 +f 18202/18355/27757 18200/18351/27755 18250/18353/27756 18251/18357/27758 +f 18204/18387/27759 18202/18355/27757 18251/18357/27758 18252/18388/27760 +f 18193/18335/27747 18204/18387/27759 18252/18388/27760 18253/18337/27748 +f 18207/18389/27761 18246/18390/27762 18247/18343/27751 18194/18341/27750 +f 18210/18391/27763 18208/18392/27764 18240/18393/27765 18241/18394/27766 +f 18212/18395/27767 18210/18391/27763 18241/18394/27766 18242/18396/27768 +f 18214/18397/27769 18212/18395/27767 18242/18396/27768 18243/18398/27770 +f 18216/18399/27771 18214/18397/27769 18243/18398/27770 18244/18400/27772 +f 18218/18401/27773 18216/18399/27771 18244/18400/27772 18245/18402/27774 +f 18207/18389/27761 18218/18401/27773 18245/18402/27774 18246/18390/27762 +f 18221/18403/27775 18239/18404/27776 18240/18393/27765 18208/18392/27764 +f 18222/18405/27777 18179/18309/27734 18233/18307/27733 18234/18406/27778 +f 18224/18407/27779 18222/18405/27777 18234/18406/27778 18235/18408/27780 +f 18226/18409/27781 18224/18407/27779 18235/18408/27780 18236/18410/27782 +f 18228/18411/27783 18226/18409/27781 18236/18410/27782 18237/18412/27784 +f 18230/18413/27785 18228/18411/27783 18237/18412/27784 18238/18414/27786 +f 18221/18403/27775 18230/18413/27785 18238/18414/27786 18239/18404/27776 +s 5 +f 18231/18358/27787 18229/18356/27788 18220/18347/27789 +f 18220/18347/27789 18229/18356/27788 18227/18354/27790 18225/18352/27791 +f 18220/18347/27789 18225/18352/27791 18223/18350/27792 18177/18304/27793 +f 18220/18347/27789 18177/18304/27793 18176/18303/27794 18209/18336/27795 +f 18181/18308/27796 18176/18303/27794 18191/18318/27797 18189/18316/27798 +f 18209/18336/27795 18176/18303/27794 18181/18308/27796 18206/18333/27799 +f 18181/18308/27796 18189/18316/27798 18187/18314/27800 18185/18312/27801 +f 18185/18312/27801 18183/18310/27802 18181/18308/27796 +f 18206/18333/27799 18181/18308/27796 18192/18319/27803 18195/18322/27804 +f 18195/18322/27804 18192/18319/27803 18205/18332/27805 18203/18330/27806 +f 18195/18322/27804 18203/18330/27806 18201/18328/27807 18199/18326/27808 +f 18195/18322/27804 18199/18326/27808 18197/18324/27809 +f 18219/18346/27810 18217/18344/27811 18206/18333/27799 +f 18206/18333/27799 18217/18344/27811 18215/18342/27812 18213/18340/27813 +f 18206/18333/27799 18213/18340/27813 18211/18338/27814 18209/18336/27795 +s 7 +f 18221/18403/27815 18179/18309/27816 18222/18405/27817 18224/18407/27818 +f 18193/18335/27819 18179/18309/27816 18221/18403/27815 18194/18341/27820 +f 18179/18309/27816 18193/18335/27819 18180/18313/27821 18178/18305/27822 +f 18221/18403/27815 18224/18407/27818 18226/18409/27823 18228/18411/27824 +f 18228/18411/27824 18230/18413/27825 18221/18403/27815 +f 18194/18341/27820 18221/18403/27815 18208/18392/27826 18207/18389/27827 +f 18207/18389/27827 18208/18392/27826 18210/18391/27828 18212/18395/27829 +f 18207/18389/27827 18212/18395/27829 18214/18397/27830 18216/18399/27831 +f 18207/18389/27827 18216/18399/27831 18218/18401/27832 +f 18196/18339/27833 18198/18348/27834 18194/18341/27820 +f 18194/18341/27820 18198/18348/27834 18200/18351/27835 18202/18355/27836 +f 18194/18341/27820 18202/18355/27836 18204/18387/27837 18193/18335/27819 +f 18182/18311/27838 18184/18320/27839 18180/18313/27821 +f 18180/18313/27821 18184/18320/27839 18186/18323/27840 18188/18327/27841 +f 18180/18313/27821 18188/18327/27841 18190/18331/27842 18178/18305/27822 +s 1 +f 18232/18359/27732 18176/18303/27843 18177/18304/27844 18233/18360/27733 +f 18234/18361/27778 18233/18360/27733 18177/18304/27844 18223/18350/27845 +f 18235/18362/27780 18234/18361/27778 18223/18350/27845 18225/18352/27846 +f 18236/18363/27782 18235/18362/27780 18225/18352/27846 18227/18354/27847 +f 18237/18364/27784 18236/18363/27782 18227/18354/27847 18229/18356/27848 +f 18238/18365/27786 18237/18364/27784 18229/18356/27848 18231/18358/27849 +f 18239/18366/27776 18238/18365/27786 18231/18358/27849 18220/18347/27850 +f 18240/18367/27765 18239/18366/27776 18220/18347/27850 18209/18336/27851 +f 18241/18368/27766 18240/18367/27765 18209/18336/27851 18211/18338/27852 +f 18242/18369/27768 18241/18368/27766 18211/18338/27852 18213/18340/27853 +f 18243/18370/27770 18242/18369/27768 18213/18340/27853 18215/18342/27854 +f 18244/18371/27772 18243/18370/27770 18215/18342/27854 18217/18344/27855 +f 18245/18372/27774 18244/18371/27772 18217/18344/27855 18219/18346/27856 +f 18246/18373/27762 18245/18372/27774 18219/18346/27856 18206/18333/27857 +f 18247/18374/27751 18246/18373/27762 18206/18333/27857 18195/18322/27858 +f 18248/18375/27752 18247/18374/27751 18195/18322/27858 18197/18324/27859 +f 18249/18376/27754 18248/18375/27752 18197/18324/27859 18199/18326/27860 +f 18250/18377/27756 18249/18376/27754 18199/18326/27860 18201/18328/27861 +f 18251/18378/27758 18250/18377/27756 18201/18328/27861 18203/18330/27862 +f 18252/18379/27760 18251/18378/27758 18203/18330/27862 18205/18332/27863 +f 18253/18380/27748 18252/18379/27760 18205/18332/27863 18192/18319/27864 +f 18254/18381/27737 18253/18380/27748 18192/18319/27864 18181/18308/27865 +f 18255/18382/27738 18254/18381/27737 18181/18308/27865 18183/18310/27866 +f 18256/18383/27740 18255/18382/27738 18183/18310/27866 18185/18312/27867 +f 18257/18384/27742 18256/18383/27740 18185/18312/27867 18187/18314/27868 +f 18258/18385/27744 18257/18384/27742 18187/18314/27868 18189/18316/27869 +f 18259/18386/27746 18258/18385/27744 18189/18316/27869 18191/18318/27870 +f 18232/18359/27732 18259/18386/27746 18191/18318/27870 18176/18303/27843 -- cgit v1.2.3 From a20dcd70e7dc676634017aa37ddbb3996a941680 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Wed, 27 Jan 2021 23:32:33 -0800 Subject: Reduced mesh size by remodeling the bed height adjustment wheels. --- resources/meshes/eryone_thinker_platform.obj | 102929 +++--------------------- 1 file changed, 10644 insertions(+), 92285 deletions(-) (limited to 'resources') diff --git a/resources/meshes/eryone_thinker_platform.obj b/resources/meshes/eryone_thinker_platform.obj index ab030ef6d4..874c0e61d7 100644 --- a/resources/meshes/eryone_thinker_platform.obj +++ b/resources/meshes/eryone_thinker_platform.obj @@ -5410,175 +5410,87 @@ s 4 f 749/784/2081 752/785/2082 748/781/2083 f 748/781/2083 752/785/2082 751/780/2084 v -164.542694 -262.342224 27.657822 -v -164.542694 -261.635071 26.950714 v -164.394684 -262.095947 27.904037 -v -164.394638 -261.388763 27.196968 v -164.394684 -257.385071 32.614937 -v -164.394669 -256.677948 31.907837 v -164.555527 -257.167664 32.832386 -v -164.555527 -256.460571 32.125252 v -174.957123 -252.909698 37.090294 -v -174.957108 -252.202591 36.383186 v -175.190567 -252.768723 37.231270 -v -175.190567 -252.061630 36.524178 v -175.290710 -252.674194 37.325829 -v -175.290680 -251.967072 36.618736 v -175.290680 -243.487915 46.512093 -v -175.290710 -242.780792 45.804977 -v -175.190567 -243.384262 46.615730 -v -175.190582 -242.677155 45.908630 v -175.006958 -243.252380 46.747654 -v -175.006958 -242.545288 46.040527 v -165.530350 -239.363037 50.636971 -v -165.530350 -238.655914 49.929871 v -165.311890 -239.248093 50.751900 -v -165.311890 -238.540985 50.044800 v -171.383041 -236.657104 53.342903 -v -171.383041 -235.949997 52.635796 v -171.526352 -236.603973 53.396049 -v -171.526352 -235.896851 52.688934 v -171.634460 -236.657104 53.342903 -v -171.634460 -235.949997 52.635796 -v -181.186569 -239.855301 48.730476 v -181.489944 -240.685165 49.314842 -v -181.489944 -239.978058 48.607738 v -181.647446 -240.896942 49.103088 -v -181.647446 -240.189804 48.395988 v -181.647446 -255.265167 34.734848 -v -181.647446 -254.558060 34.027740 v -181.519684 -255.421539 34.578476 -v -181.519684 -254.714386 33.871353 v -181.407715 -255.500717 34.499306 -v -181.407730 -254.793640 33.792191 v -164.864227 -262.248779 27.751432 -v -164.864227 -261.541260 27.044308 v -164.864182 -252.767288 37.232746 -v -164.864182 -252.060120 36.525639 v -164.531052 -252.860321 37.139732 -v -164.531021 -252.153168 36.432625 v -164.197891 -252.772491 37.227524 -v -164.197906 -252.065399 36.520416 v -158.535095 -250.450653 39.549438 -v -158.535095 -249.743484 38.842342 v -158.328354 -250.318710 39.681297 -v -158.328339 -249.611603 38.974190 v -158.535034 -250.151398 39.848618 -v -158.535034 -249.444305 39.141510 v -158.651611 -250.083160 39.916832 -v -158.651611 -249.376053 39.209724 v -162.865479 -248.352997 41.646996 -v -162.865479 -247.645935 40.939884 v -163.228333 -248.214935 41.785065 -v -163.228333 -247.507828 41.077957 v -163.198593 -248.116180 41.883850 -v -163.198593 -247.409042 41.176743 v -163.107941 -247.963333 42.036743 -v -163.107941 -247.256165 41.329647 v -157.535706 -245.664230 44.335762 -v -157.535706 -244.957138 43.628662 v -157.455933 -245.607849 44.392197 -v -157.455902 -244.900696 43.685089 v -157.535706 -245.534210 44.465797 -v -157.535706 -244.827118 43.758698 v -157.756104 -245.372269 44.627739 -v -157.756104 -244.665161 43.920631 v -162.372345 -243.487839 46.512089 -v -162.372345 -242.780792 45.804993 v -162.532364 -243.411484 46.588524 -v -162.532364 -242.704376 45.881416 v -162.865479 -243.376495 46.623505 -v -162.865479 -242.669403 45.916405 v -163.198563 -243.431519 46.568501 -v -163.198563 -242.724442 45.861404 v -168.861465 -245.760422 44.239563 -v -168.861465 -245.053329 43.532463 v -168.998276 -245.843384 44.156647 -v -168.998276 -245.136246 43.449539 v -168.845917 -246.063995 43.936012 -v -168.845901 -245.356903 43.228901 v -164.212326 -247.993973 42.006023 -v -164.212311 -247.286880 41.298912 -v -166.531189 -246.314743 42.271057 v -164.101929 -248.198807 41.801201 -v -164.101929 -247.491714 41.094086 v -164.197906 -248.249496 41.750511 -v -164.197906 -247.542389 41.043396 v -164.531021 -248.360504 41.639484 -v -164.531021 -247.653366 40.932377 -v -169.527695 -250.429337 39.570656 -v -169.527695 -249.722214 38.863556 v -169.860809 -250.554230 39.445747 -v -169.860794 -249.847153 38.738640 v -169.713043 -250.789795 39.210205 -v -169.713043 -250.082687 38.503098 v -169.527710 -250.872726 39.127281 -v -169.527695 -250.165634 38.420174 v -153.871490 -242.640366 47.359856 v -153.538361 -242.679672 47.320335 -v -153.871490 -241.932877 46.652756 -v -153.538361 -241.972549 46.613228 v -153.205307 -242.598816 47.401131 -v -153.205307 -241.891739 46.694031 v -147.542374 -240.263229 49.736755 -v -147.542389 -239.556152 49.029655 v -147.439194 -240.190292 49.809731 -v -147.439194 -239.483185 49.102623 v -147.542374 -240.058640 49.941353 -v -147.542389 -239.351562 49.234253 v -147.667297 -239.954742 50.045273 -v -147.667297 -239.247604 49.338165 v -147.875381 -239.867218 50.132748 -v -147.875443 -239.160187 49.425610 v -163.209702 -233.601120 56.398880 -v -163.209702 -232.894043 55.691772 v -163.531693 -233.492432 56.507572 -v -163.531693 -232.785324 55.800468 v -163.864807 -233.492432 56.507572 -v -163.864807 -232.785324 55.800468 v -164.175766 -233.595078 56.404999 -v -164.175735 -232.887848 55.697876 v -169.885406 -235.933075 54.066929 -v -169.885391 -235.225967 53.359818 v -169.860794 -236.025589 53.974434 -v -169.860794 -235.318466 53.267326 v -169.731430 -236.186020 53.813988 -v -169.731430 -235.478912 53.106880 v -162.853821 -262.342224 27.657822 -v -162.853821 -261.635071 26.950712 -v -162.532364 -262.248596 27.751404 -v -162.532364 -261.541504 27.044296 v -145.988846 -255.500778 34.499290 -v -145.988846 -254.793747 33.792213 v -145.876816 -255.421539 34.578476 -v -145.876816 -254.714417 33.871368 v -145.749084 -255.265167 34.734848 -v -145.749069 -254.558105 34.027725 v -145.749069 -241.132446 48.867546 -v -145.749054 -240.425323 48.160446 v -145.756287 -240.896927 49.103088 -v -145.756287 -240.189804 48.395981 v -145.876816 -240.797729 49.202271 -v -145.876816 -240.090622 48.495163 v -146.209946 -240.826645 49.173363 -v -146.209946 -240.119537 48.466255 v -146.347229 -240.896927 49.103088 -v -152.045639 -242.545288 46.040535 v -151.872803 -243.159225 46.840717 v -152.045609 -243.252350 46.747643 v -152.105835 -243.487885 46.512085 -v -152.105820 -242.780792 45.804993 v -152.105820 -252.674149 37.325844 -v -152.105789 -251.967117 36.618744 v -152.205917 -252.768723 37.231270 -v -152.205917 -252.061630 36.524178 v -152.439438 -252.909760 37.090321 -v -152.439438 -252.202515 36.383179 v -162.841034 -257.167664 32.832367 -v -162.841034 -256.460510 32.125263 v -163.001816 -257.385040 32.614937 -v -163.001816 -256.677948 31.907837 v -163.001831 -262.095947 27.904037 -v -163.001846 -261.388763 27.196968 v 155.000000 -229.822311 60.177666 v 75.000000 -229.822281 60.177639 v 155.000000 -229.115219 59.470562 @@ -5613,178 +5525,11 @@ v 205.000015 -222.928955 67.071060 v 205.000000 -221.413574 68.314697 v 205.000000 -219.684692 69.238792 v 205.000000 -217.808746 69.807854 -vt 0.112572 0.010792 -vt 0.112681 0.011012 -vt 0.112499 0.010648 -vt 0.112608 0.010868 -vt 0.112705 0.015271 -vt 0.112632 0.015127 -vt 0.112589 0.015471 -vt 0.112516 0.015327 -vt 0.105048 0.019504 -vt 0.104975 0.019359 -vt 0.104879 0.019635 -vt 0.104806 0.019491 -vt 0.104807 0.019722 -vt 0.104734 0.019578 -vt 0.104854 0.028027 -vt 0.104781 0.027883 -vt 0.104927 0.028119 -vt 0.104854 0.027975 -vt 0.105061 0.028235 -vt 0.104988 0.028091 -vt 0.111971 0.031584 +v -175.154465 -252.790512 37.209469 +v -171.684708 -236.677643 53.322365 +v -168.896973 -245.781952 44.218052 vt 0.405942 0.031859 -vt 0.111898 0.031440 -vt 0.112130 0.031684 -vt 0.112057 0.031540 -vt 0.107729 0.034134 -vt 0.107656 0.033990 -vt 0.107626 0.034184 -vt 0.107552 0.034040 -vt 0.107547 0.034138 -vt 0.107474 0.033994 -vt 0.100509 0.030632 -vt 0.100361 0.030670 -vt 0.100288 0.030526 -vt 0.100246 0.030482 -vt 0.100172 0.030338 -vt 0.100172 0.017492 -vt 0.100099 0.017348 -vt 0.100265 0.017348 -vt 0.100192 0.017204 -vt 0.100346 0.017275 -vt 0.100273 0.017131 -vt 0.112339 0.010883 -vt 0.112265 0.010739 -vt 0.712122 0.019454 -vt 0.712364 0.019364 -vt 0.712049 0.019310 -vt 0.712291 0.019220 -vt 0.712607 0.019438 -vt 0.712534 0.019294 -vt 0.716735 0.021437 -vt 0.716663 0.021293 -vt 0.716887 0.021553 -vt 0.716813 0.021409 -vt 0.716737 0.021708 -vt 0.716664 0.021564 -vt 0.716653 0.021771 -vt 0.716580 0.021627 -vt 0.713598 0.023410 -vt 0.713525 0.023266 -vt 0.713335 0.023541 -vt 0.713262 0.023397 -vt 0.713357 0.023630 -vt 0.713284 0.023486 -vt 0.713424 0.023766 -vt 0.713351 0.023622 -vt 0.717487 0.025747 -vt 0.717413 0.025603 -vt 0.717545 0.025796 -vt 0.717472 0.025652 -vt 0.717487 0.025864 -vt 0.717414 0.025720 -vt 0.717328 0.026014 -vt 0.717255 0.025870 -vt 0.713981 0.027799 -vt 0.713908 0.027655 -vt 0.713865 0.027871 -vt 0.713792 0.027727 -vt 0.713623 0.027909 -vt 0.713550 0.027765 -vt 0.713381 0.027865 -vt 0.713308 0.027721 -vt 0.709252 0.025859 -vt 0.709179 0.025715 -vt 0.709152 0.025787 -vt 0.709079 0.025643 -vt 0.709262 0.025585 -vt 0.709189 0.025441 -vt 0.712621 0.023758 -vt 0.712548 0.023614 -vt 0.710867 0.024534 -vt 0.712700 0.023571 -vt 0.712627 0.023427 -vt 0.712630 0.023527 -vt 0.712557 0.023383 -vt 0.712387 0.023432 -vt 0.712314 0.023288 -vt 0.708744 0.021650 -vt 0.708671 0.021506 -vt 0.708501 0.021543 -vt 0.708428 0.021399 -vt 0.708607 0.021328 -vt 0.708534 0.021184 -vt 0.708742 0.021249 -vt 0.708669 0.021105 -vt 0.120430 0.028416 -vt 0.120672 0.028374 -vt 0.120357 0.028272 -vt 0.120599 0.028230 -vt 0.120915 0.028442 -vt 0.120842 0.028298 vt 0.405949 0.031848 -vt 0.125044 0.030453 -vt 0.124971 0.030309 -vt 0.125119 0.030517 -vt 0.125046 0.030373 -vt 0.125045 0.030638 -vt 0.124972 0.030494 -vt 0.124954 0.030734 -vt 0.124881 0.030590 -vt 0.124804 0.030817 -vt 0.124730 0.030673 -vt 0.113687 0.036752 -vt 0.113614 0.036608 -vt 0.113453 0.036856 -vt 0.113380 0.036712 -vt 0.113211 0.036862 -vt 0.113138 0.036718 -vt 0.112985 0.036775 -vt 0.112912 0.036631 -vt 0.108822 0.034762 -vt 0.108749 0.034618 -vt 0.108839 0.034678 -vt 0.108766 0.034534 -vt 0.108933 0.034530 -vt 0.108859 0.034386 -vt 0.713535 0.010763 -vt 0.713769 0.010842 -vt 0.713462 0.010619 -vt 0.713696 0.010698 -vt 0.725831 0.016650 -vt 0.725758 0.016506 -vt 0.725913 0.016720 -vt 0.725840 0.016576 -vt 0.726007 0.016859 -vt 0.725934 0.016715 -vt 0.726079 0.029636 -vt 0.726006 0.029492 -vt 0.726074 0.029849 -vt 0.726001 0.029705 -vt 0.725987 0.029941 -vt 0.725914 0.029797 -vt 0.725745 0.029920 -vt 0.725672 0.029776 -vt 0.725645 0.029859 -vt 0.721417 0.027686 -vt 0.721616 0.027911 -vt 0.721490 0.027830 -vt 0.721445 0.027618 -vt 0.721372 0.027474 -vt 0.721398 0.019314 -vt 0.721325 0.019169 -vt 0.721325 0.019230 -vt 0.721252 0.019086 -vt 0.721155 0.019106 -vt 0.721082 0.018962 -vt 0.713571 0.015440 -vt 0.713498 0.015296 -vt 0.713453 0.015247 -vt 0.713380 0.015103 -vt 0.713429 0.010988 -vt 0.713356 0.010844 vt 0.405729 0.031242 vt 0.405734 0.031225 vt 0.406552 0.015366 @@ -5903,347 +5648,94 @@ vt 0.404909 0.030853 vt 0.407090 0.012793 vt 0.407321 0.012793 vt 0.407201 0.012793 -vn -0.706939 0.500193 0.500044 -vn -0.964617 0.186482 0.186384 -vn -0.707191 0.499777 0.500104 -vn -0.964629 0.186412 0.186390 -vn -1.000000 0.000044 -0.000032 -vn -1.000000 0.000000 -0.000014 -vn -1.000000 0.000044 -0.000032 -vn -0.900253 -0.307801 -0.307901 -vn -1.000000 0.000000 -0.000014 -vn -0.900198 -0.307956 -0.307908 -vn -0.429990 -0.638400 -0.638400 -vn -0.595215 -0.568207 -0.568207 -vn -0.429950 -0.638444 -0.638382 -vn -0.595221 -0.568227 -0.568181 -vn -0.649448 -0.537661 -0.537716 -vn -0.649408 -0.537713 -0.537713 -vn -0.800412 -0.423841 -0.423910 -vn -0.800472 -0.423853 -0.423784 -vn -1.000000 0.000026 -0.000020 -vn -1.000000 0.000026 -0.000020 -vn -1.000000 0.000026 -0.000020 -vn -1.000000 -0.000019 0.000020 -vn -0.825722 0.398915 0.398811 -vn -0.825722 0.398915 0.398811 -vn -0.825722 0.398915 0.398811 -vn -0.825744 0.398765 0.398915 -vn -0.712748 0.495977 0.495981 -vn -0.712700 0.496006 0.496021 -vn -0.656555 0.533373 0.533338 -vn -0.562926 0.584410 0.584448 -vn -0.596933 0.567291 0.567319 -vn -0.596922 0.567304 0.567318 -vn -0.823750 -0.400876 -0.400916 -vn -0.823751 -0.400876 -0.400916 -vn -0.823750 -0.400876 -0.400916 -vn -0.823715 -0.400962 -0.400903 -vn -0.464372 -0.626266 -0.626219 -vn -0.464446 -0.626215 -0.626215 -vn 0.570803 -0.580596 -0.580596 -vn 0.570803 -0.580596 -0.580596 -vn 0.570803 -0.580596 -0.580596 -vn 0.570793 -0.580579 -0.580623 -vn 0.549407 -0.590821 -0.590832 -vn 0.455290 -0.629592 -0.629543 -vn 0.455316 -0.629583 -0.629533 -vn 0.749351 -0.468195 -0.468259 -vn 0.901313 -0.306284 -0.306310 -vn 0.749247 -0.468406 -0.468215 -vn 0.901295 -0.306310 -0.306336 -vn 0.901313 -0.306284 -0.306310 -vn 1.000000 0.000002 0.000000 -vn 0.901295 -0.306310 -0.306336 -vn 1.000000 0.000000 0.000000 -vn 0.865897 0.353696 0.353726 -vn 0.865897 0.353696 0.353726 -vn 0.865897 0.353696 0.353725 -vn 0.865856 0.353754 0.353769 -vn 0.707091 0.499951 0.500071 -vn 0.707329 0.499891 0.499794 -vn 0.500118 0.612330 0.612318 -vn 0.500068 0.612367 0.612322 -vn 0.491653 0.615642 0.615842 -vn 0.491653 0.615642 0.615842 -vn -0.000166 -0.707670 0.706543 -vn 0.000476 -0.707226 0.706988 -vn 0.000073 -0.706999 0.707214 -vn 0.000004 -0.707104 0.707110 -vn 0.000000 -0.707107 0.707107 -vn -0.000025 -0.707132 0.707082 -vn -0.000118 -0.706754 0.707460 -vn 0.000001 -0.707298 0.706916 -vn 0.000029 -0.707150 0.707064 -vn -0.000073 -0.707143 0.707070 -vn 0.000006 -0.707132 0.707082 -vn 0.000002 -0.707110 0.707104 -vn 0.000004 -0.707104 0.707110 -vn -0.000036 -0.707143 0.707071 -vn -0.000050 -0.707049 0.707164 -vn -0.000103 -0.707235 0.706978 -vn 0.000000 -0.707143 0.707070 -vn -0.000010 -0.707103 0.707111 -vn 0.000000 -0.707107 0.707107 -vn 0.000000 -0.707157 0.707056 -vn -0.000153 -0.706954 0.707259 -vn 0.000059 -0.707166 0.707048 -vn 0.486608 0.617729 0.617757 -vn 0.367407 0.657652 0.657652 -vn 0.486686 0.617712 0.617712 -vn 0.367280 0.657661 0.657714 -vn -0.349268 0.662576 0.662575 -vn -0.349268 0.662576 0.662575 -vn -0.349268 0.662576 0.662575 -vn -0.349202 0.662593 0.662593 -vn -0.453714 0.630165 0.630107 -vn -0.453767 0.630117 0.630117 -vn -0.669883 0.524976 0.525031 -vn -0.669822 0.525090 0.524994 -vn -0.753166 -0.465134 -0.465179 -vn -0.753166 -0.465134 -0.465179 -vn -0.753166 -0.465134 -0.465179 -vn -0.753095 -0.465245 -0.465184 -vn -0.637624 -0.544706 -0.544731 -vn -0.637598 -0.544777 -0.544689 -vn -0.505130 -0.610279 -0.610249 -vn -0.505157 -0.610218 -0.610287 -vn -0.459716 -0.627978 -0.627937 -vn -0.459751 -0.627924 -0.627965 -vn -0.891266 0.320616 0.320703 -vn -0.891266 0.320616 0.320703 -vn -0.891266 0.320616 0.320703 -vn -0.891309 0.320593 0.320607 -vn -0.922269 0.273323 0.273339 -vn -0.922280 0.273288 0.273336 -vn -0.607229 0.561871 0.561760 -vn -0.536307 0.596834 0.596795 -vn -0.607085 0.561851 0.561935 -vn -0.536356 0.596768 0.596817 -vn -0.707129 0.500001 0.499967 -vn -0.707093 0.500061 0.499959 -vn -0.793743 -0.430085 -0.430116 -vn -0.793743 -0.430085 -0.430116 -vn -0.793743 -0.430085 -0.430116 -vn -0.793549 -0.430308 -0.430250 -vn -0.720557 -0.490293 -0.490317 -vn -0.720544 -0.490308 -0.490320 -vn -0.611620 -0.559456 -0.559402 -vn -0.611680 -0.559376 -0.559416 -vn -0.559840 -0.585841 -0.585977 -vn -0.559719 -0.586016 -0.585917 -vn -0.559840 -0.585841 -0.585977 -vn -0.146906 -0.699412 -0.699458 -vn -0.559719 -0.586016 -0.585917 -vn -0.146931 -0.699437 -0.699428 -vn 0.227401 -0.688626 -0.688537 -vn 0.227343 -0.688549 -0.688633 -vn 0.476696 -0.621595 -0.621595 -vn 0.476775 -0.621550 -0.621580 -vn 0.650823 -0.536898 -0.536814 -vn 0.650827 -0.536801 -0.536907 -vn 0.904948 0.300890 0.300890 -vn 0.904948 0.300890 0.300890 -vn 0.904948 0.300890 0.300890 -vn 0.904946 0.300893 0.300893 -vn 0.804648 0.419728 0.419964 -vn 0.431014 0.638087 0.638021 -vn 0.804625 0.419750 0.419987 -vn 0.430954 0.638058 0.638092 -vn 0.488561 0.616961 0.616983 -vn 0.523496 0.602475 0.602475 -vn 0.523036 0.602483 0.602866 -vn 0.523036 0.602483 0.602866 -vn 0.435608 0.636277 0.636708 -vn 0.436307 0.636274 0.636233 -vn 0.949345 0.222208 0.222188 -vn 0.931712 0.256799 0.256842 -vn 0.949378 0.222118 0.222139 -vn 0.931717 0.256826 0.256797 -vn 0.598446 -0.566540 -0.566476 -vn 0.598446 -0.566540 -0.566476 -vn 0.598446 -0.566540 -0.566476 -vn 0.598307 -0.566597 -0.566565 -vn 0.426311 -0.639653 -0.639612 -vn 0.426336 -0.639655 -0.639593 -vn 0.563321 -0.584225 -0.584253 -vn 0.563280 -0.584238 -0.584279 -vn 0.468466 -0.624675 -0.624756 -vn 0.468514 -0.624743 -0.624652 -vn 0.914097 0.286736 0.286720 -vn 0.914097 0.286736 0.286720 -vn 0.914097 0.286736 0.286720 -vn 0.914102 0.286741 0.286699 -vn 0.534743 0.597498 0.597533 -vn 0.534743 0.597498 0.597533 -vn 0.534743 0.597498 0.597533 -vn 0.534718 0.597518 0.597535 -vn -0.000010 -0.707158 0.707056 -vn -0.000011 -0.707151 0.707062 -vn 0.000000 -0.707048 0.707165 -vn -0.000008 -0.707196 0.707017 -vn 0.000089 -0.707107 0.707107 -vn -0.000177 -0.707196 0.707018 -vn 0.000051 -0.707079 0.707135 -vn 0.000044 -0.707194 0.707020 -vn -0.000007 -0.707112 0.707102 -vn 0.000000 -0.707054 0.707159 -vn 0.000000 -0.707054 0.707160 -vn 0.000000 -0.707355 0.706858 -vn 0.000000 -0.707174 0.707039 -vn 0.000008 -0.707115 0.707099 -vn 0.000013 -0.707103 0.707111 -vn -0.000011 -0.707102 0.707111 -vn -0.000007 -0.707111 0.707103 -vn 0.000000 -0.707238 0.706976 -vn 0.000085 -0.707056 0.707158 -vn -0.000059 -0.707166 0.707047 -vn -0.000082 -0.707095 0.707118 -vn 0.000000 -0.707200 0.707013 -vn 0.000260 -0.707107 0.707107 -vn -0.000053 -0.707094 0.707120 -vn 0.000079 -0.707077 0.707137 -vn 0.000044 -0.707136 0.707078 -vn 0.000044 -0.707136 0.707078 -vn -0.000166 -0.707169 0.707045 -vn 0.000017 -0.707100 0.707113 -vn 0.000008 -0.707090 0.707123 -vn 0.000213 -0.707293 0.706921 -vn 0.000069 -0.707148 0.707066 -vn -0.000049 -0.707116 0.707098 -vn 0.000000 -0.707039 0.707175 -vn -0.000065 -0.707075 0.707139 -vn 0.000042 -0.707176 0.707037 -vn 0.000042 -0.707176 0.707037 -vn -0.000066 -0.707008 0.707205 -vn 0.480042 0.620334 0.620279 -vn 0.480042 0.620334 0.620279 -vn 0.480042 0.620334 0.620279 -vn 0.165362 0.697375 0.697369 -vn 0.165419 0.697365 0.697365 -vn -0.324518 0.668838 0.668838 -vn 0.165362 0.697375 0.697369 -vn -0.324464 0.668854 0.668848 -vn -0.484084 0.618752 0.618715 -vn -0.484100 0.618712 0.618742 -vn -0.707039 0.500083 0.500012 -vn -0.707102 0.499997 0.500010 -vn -0.874633 -0.342813 -0.342777 -vn -0.874633 -0.342813 -0.342777 -vn -0.874633 -0.342813 -0.342777 -vn -0.874583 -0.342886 -0.342832 -vn -0.761913 -0.457994 -0.457962 -vn -0.762030 -0.457861 -0.457901 -vn -0.510710 -0.607937 -0.607937 -vn -0.510685 -0.607932 -0.607964 -vn -0.497699 -0.613329 -0.613289 -vn -0.497659 -0.613315 -0.613335 -vn -0.422886 -0.640768 -0.640768 -vn -0.422932 -0.640764 -0.640742 -vn -0.422886 -0.640768 -0.640768 -vn 0.000000 -0.707084 -0.707130 -vn -0.422932 -0.640764 -0.640742 -vn 0.000000 -0.707107 -0.707107 -vn 0.000000 -0.707084 -0.707130 -vn 0.422838 -0.640784 -0.640784 -vn 0.000000 -0.707107 -0.707107 -vn 0.422901 -0.640752 -0.640774 -vn 0.439758 -0.635085 -0.635044 -vn 0.439814 -0.635040 -0.635050 -vn 0.907338 0.297298 0.297240 -vn 0.907338 0.297298 0.297240 -vn 0.907338 0.297298 0.297240 -vn 0.907393 0.297185 0.297185 -vn 0.868720 0.350233 0.350233 -vn 0.868718 0.350242 0.350227 -vn 0.868720 0.350233 0.350233 -vn 0.868718 0.350242 0.350227 -vn 0.000007 -0.706720 0.707493 -vn -0.000012 -0.707997 0.706216 -vn -0.000014 -0.707010 0.707203 -vn 0.000000 -0.707067 0.707146 -vn 0.000009 -0.707070 0.707144 -vn 0.000000 -0.707149 0.707064 -vn 0.000000 -0.707166 0.707048 -vn -0.000002 -0.707256 0.706957 -vn 0.000000 -0.707038 0.707176 -vn 0.000034 -0.707292 0.706922 -vn 0.000001 -0.707024 0.707189 -vn 0.000000 -0.706909 0.707305 -vn -0.000056 -0.707114 0.707100 -vn 0.000033 -0.707156 0.707058 -vn -0.000147 -0.707033 0.707181 -vn -0.491651 0.615640 0.615847 -vn -0.420704 0.641459 0.641513 -vn -0.491577 0.615819 0.615726 -vn -0.420667 0.641515 0.641481 -vn -0.400271 0.647990 0.647990 -vn -0.400317 0.647981 0.647971 -vn -0.707040 0.500107 0.499987 -vn -0.707171 0.499937 0.499973 -vn -0.865941 0.353642 0.353672 -vn -0.865841 0.353809 0.353750 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -1.000000 0.000024 -0.000010 -vn -0.999764 -0.015388 -0.015328 -vn -0.999765 -0.015320 -0.015351 -vn -0.758430 -0.460932 -0.460788 -vn -0.758430 -0.460932 -0.460788 -vn -0.758430 -0.460932 -0.460788 -vn -0.758480 -0.460757 -0.460881 -vn 0.121864 -0.701814 -0.701859 -vn 0.121864 -0.701814 -0.701859 -vn 0.121864 -0.701814 -0.701859 -vn 0.121798 -0.701834 -0.701851 -vn 0.121864 -0.701814 -0.701859 -vn 0.586422 -0.572828 -0.572693 -vn 0.121798 -0.701834 -0.701851 -vn 0.586360 -0.572719 -0.572865 -vn 0.569617 -0.581178 -0.581178 -vn 0.606019 -0.562433 -0.562503 -vn 0.984046 -0.125806 -0.125806 -vn 0.984046 -0.125806 -0.125806 -vn 0.984046 -0.125806 -0.125806 -vn 0.984046 -0.125840 -0.125767 -vn 1.000000 -0.000018 0.000012 -vn 1.000000 -0.000019 0.000023 -vn 0.800609 -0.423734 -0.423645 -vn 0.800609 -0.423734 -0.423645 -vn 0.800609 -0.423734 -0.423645 -vn 0.800427 -0.423838 -0.423884 -vn 0.649340 -0.537791 -0.537716 -vn 0.649418 -0.537688 -0.537725 -vn 0.444057 -0.633543 -0.633591 -vn 0.443935 -0.633621 -0.633597 -vn 0.723405 -0.488231 -0.488177 -vn 0.900207 -0.307907 -0.307931 -vn 0.723524 -0.488041 -0.488189 -vn 0.900247 -0.307860 -0.307860 -vn 0.900207 -0.307907 -0.307931 -vn 1.000000 0.000007 -0.000002 -vn 0.900247 -0.307860 -0.307860 -vn 1.000000 0.000000 -0.000014 -vn 0.706866 0.500141 0.500200 -vn 0.706866 0.500141 0.500200 -vn -0.000044 -0.707070 0.707143 -vn -0.000044 -0.707070 0.707143 -vn -0.000044 -0.707070 0.707143 -vn -0.000129 -0.706718 0.707495 -vn -0.000002 -0.707110 0.707103 -vn -0.000001 -0.707101 0.707112 -vn -0.000001 -0.707134 0.707080 -vn 0.000007 -0.707105 0.707108 -vn -0.000114 -0.707093 0.707121 -vn -0.000010 -0.707120 0.707094 -vn -0.000199 -0.707239 0.706974 -vn 0.000019 -0.707088 0.707126 -vn 0.000183 -0.707472 0.706742 -vn -0.000098 -0.706924 0.707290 -vn -0.000098 -0.706924 0.707290 -vn 0.000047 -0.707107 0.707107 -vn 0.000058 -0.707107 0.707107 +vt 0.930208 0.019495 +vt 0.929918 0.019633 +vt 0.929942 0.019731 +vt 0.930014 0.019883 +vt 0.934474 0.022173 +vt 0.934537 0.022229 +vt 0.934474 0.022302 +vt 0.934297 0.022463 +vt 0.930603 0.024340 +vt 0.930475 0.024416 +vt 0.930208 0.024451 +vt 0.929942 0.024396 +vt 0.925410 0.022077 +vt 0.925300 0.021994 +vt 0.925422 0.021775 +vt 0.929130 0.019853 +vt 0.929219 0.019649 +vt 0.929142 0.019598 +vt 0.928875 0.019488 +vt 0.924610 0.017303 +vt 0.924728 0.017069 +vt 0.924877 0.016986 +vt 0.928609 0.015100 +vt 0.928875 0.015007 +vt 0.929142 0.015094 +vt 0.933674 0.017406 +vt 0.933839 0.017538 +vt 0.933674 0.017704 +vt 0.933581 0.017772 +vt 0.059330 0.034185 +vt 0.059073 0.034293 +vt 0.058806 0.034293 +vt 0.058557 0.034191 +vt 0.053988 0.031863 +vt 0.054008 0.031771 +vt 0.054111 0.031611 +vt 0.066803 0.025184 +vt 0.067070 0.025145 +vt 0.067337 0.025225 +vt 0.071868 0.027551 +vt 0.071951 0.027624 +vt 0.071868 0.027755 +vt 0.071768 0.027858 +vt 0.071602 0.027945 +vt 0.938819 0.015192 +vt 0.938739 0.015098 +vt 0.938552 0.014958 +vt 0.930228 0.010718 +vt 0.930099 0.010501 +vt 0.930099 0.005810 +vt 0.930218 0.005565 +vt 0.943714 0.012378 +vt 0.943804 0.012456 +vt 0.943906 0.012612 +vt 0.943906 0.026685 +vt 0.943900 0.026920 +vt 0.943804 0.027019 +vt 0.943537 0.026990 +vt 0.943428 0.026920 +vt 0.939005 0.024667 +vt 0.938867 0.024574 +vt 0.938819 0.024340 +vt 0.052588 0.031142 +vt 0.044701 0.027131 +vt 0.044575 0.026920 +vt 0.044575 0.012612 +vt 0.044677 0.012456 +vt 0.044767 0.012378 +vt 0.058006 0.005658 +vt 0.058263 0.005565 +vt 0.058382 0.005810 +vt 0.058382 0.010501 +vt 0.058253 0.010718 +vt 0.049929 0.014958 +vt 0.049742 0.015098 +vt 0.049662 0.015192 +vt 0.049662 0.024340 +vt 0.049889 0.024574 +vt 0.057473 0.028447 +vt 0.057648 0.028562 +vt 0.052789 0.031142 +vt 0.052675 0.031195 +vt 0.049771 0.015076 +vt 0.405082 0.032354 +vt 0.406113 0.032176 +vt 0.052548 0.031122 +vt 0.925381 0.022055 +vt 0.405531 0.032032 vn 0.000000 -0.707119 -0.707095 vn 0.000000 -0.707119 -0.707095 vn 0.000000 -0.707119 -0.707095 @@ -6349,15 +5841,16 @@ vn -0.000003 -0.707061 0.707153 vn -0.000017 -0.707051 0.707163 vn 0.000097 -0.707094 0.707119 vn 0.000003 -0.707130 0.707084 +vn -0.000002 -0.707111 0.707103 vn 0.000005 -0.707109 0.707105 vn 0.000019 -0.707101 0.707113 vn -0.000045 -0.707096 0.707118 vn 0.000000 -0.707126 0.707088 +vn 0.000101 -0.707107 0.707107 vn 0.000182 -0.707107 0.707107 vn -0.000013 -0.707132 0.707081 vn -0.000024 -0.707059 0.707155 vn -0.000002 -0.707101 0.707112 -vn -0.000053 -0.706929 0.707285 vn 0.000000 -0.707101 0.707113 vn 0.000000 -0.707104 0.707110 vn 0.000000 -0.707107 0.707107 @@ -6369,11 +5862,11 @@ vn 0.000000 -0.707139 0.707075 vn 0.000001 -0.707079 0.707134 vn -0.001521 -0.705584 0.708625 vn 0.000159 -0.707027 0.707186 -vn 0.000165 -0.706942 0.707271 -vn 0.000165 -0.706942 0.707271 +vn -0.000001 -0.707105 0.707109 vn -0.000040 -0.707161 0.707052 vn -0.000036 -0.707179 0.707035 vn -0.000010 -0.707116 0.707098 +vn 0.000165 -0.706942 0.707271 vn 0.000000 -0.707107 0.707107 vn 0.000086 -0.707150 0.707064 vn -0.000106 -0.707177 0.707036 @@ -6401,9 +5894,6 @@ vn 0.000024 -0.707119 0.707095 vn -0.000105 -0.707002 0.707211 vn 0.000001 -0.707080 0.707134 vn 0.000000 -0.707145 0.707068 -vn 0.000000 -0.706911 0.707303 -vn 0.000001 -0.707080 0.707134 -vn -0.000672 -0.707107 0.707107 vn 0.000000 -0.634419 0.772990 vn 0.000000 -0.290283 0.956941 vn 0.000000 -0.098018 0.995185 @@ -6423,480 +5913,297 @@ vn 1.000000 0.000000 0.000019 vn 1.000000 0.000000 0.000004 vn 1.000000 0.000000 0.000001 vn 1.000000 0.000000 0.000000 +vn -0.000002 -0.707109 0.707104 +vn -0.000002 -0.707109 0.707104 +vn 0.000128 -0.707107 0.707107 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn 0.000009 -0.707100 0.707114 +vn -0.000003 -0.707106 0.707108 +vn -0.000003 -0.707106 0.707107 +vn -0.000003 -0.707105 0.707109 +vn -0.000003 -0.707105 0.707108 +vn -0.000003 -0.707105 0.707108 +vn -0.000003 -0.707105 0.707108 +vn -0.000003 -0.707105 0.707109 +vn -0.000003 -0.707105 0.707108 +vn -0.000003 -0.707105 0.707109 +vn -0.000003 -0.707105 0.707109 +vn 0.000001 -0.707107 0.707107 +vn 0.000001 -0.707107 0.707106 +vn 0.000001 -0.707108 0.707106 +vn 0.000001 -0.707107 0.707106 +vn 0.000008 -0.707097 0.707117 +vn 0.000007 -0.707096 0.707118 +vn 0.000008 -0.707097 0.707116 +vn 0.000008 -0.707097 0.707116 +vn 0.000008 -0.707097 0.707116 +vn 0.000008 -0.707097 0.707116 +vn 0.000008 -0.707097 0.707116 +vn 0.000013 -0.707108 0.707106 +vn 0.000008 -0.707090 0.707124 +vn 0.000029 -0.707158 0.707056 +vn 0.000019 -0.707113 0.707101 +vn 0.000000 -0.707106 0.707108 +vn 0.000001 -0.707106 0.707107 +vn 0.000019 -0.707113 0.707101 +vn 0.000019 -0.707113 0.707101 +vn 0.000019 -0.707113 0.707101 +vn -0.000000 -0.707106 0.707107 +vn -0.000000 -0.707107 0.707107 +vn -0.000001 -0.707102 0.707111 +vn -0.000003 -0.707105 0.707109 +vn -0.000004 -0.707106 0.707107 +vn -0.000004 -0.707106 0.707107 +vn -0.000004 -0.707106 0.707107 +vn -0.000004 -0.707106 0.707107 +vn 0.000055 -0.707062 0.707152 +vn 0.000068 -0.707041 0.707173 +vn -0.000004 -0.707103 0.707111 +vn -0.000003 -0.707103 0.707110 +vn -0.000007 -0.707100 0.707114 +vn -0.000007 -0.707100 0.707113 +vn 0.000004 -0.707146 0.707068 +vn 0.000005 -0.707155 0.707059 +vn -0.000026 -0.707133 0.707080 +vn -0.000019 -0.707148 0.707066 +vn 0.000002 -0.707100 0.707113 +vn 0.000001 -0.707110 0.707104 +vn -0.000000 -0.707104 0.707110 +vn -0.000002 -0.707093 0.707120 +vn -0.000002 -0.707094 0.707120 +vn -0.000173 -0.707245 0.706969 +vn -0.000173 -0.707245 0.706969 +vn 0.000002 -0.707110 0.707104 +vn 0.000001 -0.707099 0.707115 +vn 0.000016 -0.707075 0.707139 +vn 0.000016 -0.707075 0.707139 +vn -0.000002 -0.707109 0.707104 +vn -0.000002 -0.707101 0.707112 +vn -0.000002 -0.707101 0.707112 +vn 0.000000 -0.706999 0.707214 +vn -0.000001 -0.707103 0.707110 +vn 0.000028 -0.706972 0.707241 +vn 0.000101 -0.706988 0.707225 +vn 0.000101 -0.706988 0.707225 s 1 -f 753/786/2085 755/787/2086 754/788/2087 -f 754/788/2087 755/787/2086 756/789/2088 -f 755/787/2086 757/790/2089 756/789/2088 -f 756/789/2088 757/790/2089 758/791/2090 +f 835/790/2085 836/791/2086 837/792/2087 +f 837/792/2087 836/791/2086 838/793/2088 s 2 -f 757/790/2091 759/792/2092 758/791/2093 -f 758/791/2093 759/792/2092 760/793/2094 +f 836/791/2089 839/794/2090 838/793/2091 +f 838/793/2091 839/794/2090 840/799/2092 s 3 -f 759/792/2095 761/794/2096 760/793/2097 -f 760/793/2097 761/794/2096 762/795/2098 -f 761/794/2096 763/796/2099 762/795/2098 -f 762/795/2098 763/796/2099 764/797/2100 -f 763/796/2099 765/798/2101 764/797/2100 -f 764/797/2100 765/798/2101 766/799/2102 +f 839/794/2093 841/800/2094 840/799/2095 +f 840/799/2095 841/800/2094 842/801/2096 s 4 -f 765/798/2103 767/800/2104 766/799/2105 -f 766/799/2105 767/800/2104 768/801/2106 +f 841/800/2097 835/790/2098 842/801/2099 +f 842/801/2099 835/790/2098 837/792/2100 s 5 -f 767/800/2107 769/802/2108 768/801/2109 -f 768/801/2109 769/802/2108 770/803/2110 -f 769/802/2108 771/804/2111 770/803/2110 -f 770/803/2110 771/804/2111 772/805/2112 -f 771/804/2111 773/806/2113 772/805/2112 -f 772/805/2112 773/806/2113 774/808/2114 -f 773/806/2113 775/809/2115 774/808/2114 -f 774/808/2114 775/809/2115 776/810/2116 +f 837/795/2101 838/796/2102 842/797/2103 +f 842/797/2103 838/796/2102 840/798/2104 s 6 -f 775/809/2117 777/811/2118 776/810/2119 -f 776/810/2119 777/811/2118 778/812/2120 -f 777/811/2118 779/813/2121 778/812/2120 -f 778/812/2120 779/813/2121 780/814/2122 +f 843/802/2105 844/803/2106 845/804/2107 +f 845/804/2107 844/803/2106 846/805/2108 +f 845/804/2107 846/805/2108 847/806/2109 +f 843/802/2105 848/807/2110 844/803/2106 +f 844/803/2106 848/807/2110 849/808/2111 +s off +f 850/809/2112 851/810/2113 847/806/2114 +s 7 +f 847/806/2115 851/810/2116 852/811/2117 +s off +f 847/806/2118 852/811/2119 845/804/2120 s 7 -f 779/813/2123 781/815/2124 780/814/2125 -f 780/814/2125 781/815/2124 782/816/2126 -f 782/816/2126 781/815/2124 783/817/2127 -f 781/815/2124 784/818/2128 783/817/2127 -f 783/817/2127 784/818/2128 785/819/2129 +f 851/810/2116 853/812/2121 852/811/2117 +f 852/811/2117 853/812/2121 854/813/2122 +f 852/811/2117 854/813/2122 855/814/2123 s 8 -f 784/818/2130 786/820/2131 785/819/2132 -f 785/819/2132 786/820/2131 787/821/2133 +f 856/815/2124 857/816/2125 844/803/2126 +f 844/803/2126 857/816/2125 846/805/2127 s 9 -f 786/820/2134 788/822/2135 787/821/2136 -f 787/821/2136 788/822/2135 789/823/2137 +f 857/816/2128 858/817/2129 846/805/2130 s 10 -f 788/822/2138 790/824/2139 789/823/2140 -f 789/823/2140 790/824/2139 791/825/2141 -f 790/824/2139 792/826/2142 791/825/2141 -f 791/825/2141 792/826/2142 793/827/2143 -f 792/826/2142 794/828/2144 793/827/2143 -f 793/827/2143 794/828/2144 795/829/2145 -f 794/828/2144 753/786/2146 795/829/2145 -f 795/829/2145 753/786/2146 754/788/2147 -s 11 -f 795/829/2148 754/788/2149 756/789/2150 -f 787/821/2151 789/823/2152 766/799/2153 -f 789/823/2152 791/825/2154 766/799/2153 -f 791/825/2154 793/827/2155 766/799/2153 -f 766/799/2153 793/827/2155 764/797/2156 -f 793/827/2155 795/829/2148 764/797/2156 -f 764/797/2156 795/829/2148 762/795/2157 -f 795/829/2148 756/789/2150 762/795/2157 -f 762/795/2157 756/789/2150 760/793/2158 -f 756/789/2150 758/791/2159 760/793/2158 -f 766/799/2153 768/801/2160 787/821/2151 -f 787/821/2151 768/801/2160 782/816/2161 -f 768/801/2160 770/803/2162 782/816/2161 -f 770/803/2162 772/805/2163 782/816/2161 -f 776/810/2164 778/812/2165 774/808/2166 -f 782/816/2161 772/805/2163 778/812/2165 -f 778/812/2165 772/805/2163 774/808/2166 -f 782/816/2161 778/812/2165 780/814/2167 -f 782/816/2161 783/817/2168 787/821/2151 -f 787/821/2151 783/817/2168 785/819/2169 -s 14 -f 796/830/2170 798/831/2171 797/832/2172 -f 797/832/2172 798/831/2171 799/833/2173 -s 15 -f 798/831/2174 800/834/2175 799/833/2176 -f 799/833/2176 800/834/2175 801/835/2177 -f 800/834/2175 802/836/2178 801/835/2177 -f 801/835/2177 802/836/2178 803/837/2179 -f 802/836/2178 804/838/2180 803/837/2179 -f 803/837/2179 804/838/2180 805/839/2181 -s 16 -f 804/838/2182 806/840/2183 805/839/2184 -f 805/839/2184 806/840/2183 807/841/2185 -f 806/840/2183 808/842/2186 807/841/2185 -f 807/841/2185 808/842/2186 809/843/2187 -f 808/842/2186 810/844/2188 809/843/2187 -f 809/843/2187 810/844/2188 811/845/2189 -f 810/844/2188 812/846/2190 811/845/2189 -f 811/845/2189 812/846/2190 813/847/2191 -s 17 -f 812/846/2192 814/848/2193 813/847/2194 -f 813/847/2194 814/848/2193 815/849/2195 -f 814/848/2193 816/850/2196 815/849/2195 -f 815/849/2195 816/850/2196 817/851/2197 -s 18 -f 816/850/2198 818/852/2199 817/851/2200 -f 817/851/2200 818/852/2199 819/853/2201 -f 818/852/2199 820/854/2202 819/853/2201 -f 819/853/2201 820/854/2202 821/855/2203 -s 19 -f 820/854/2204 822/856/2205 821/855/2206 -f 821/855/2206 822/856/2205 823/857/2207 -f 822/856/2205 824/858/2208 823/857/2207 -f 823/857/2207 824/858/2208 825/859/2209 -f 824/858/2208 826/860/2210 825/859/2209 -f 825/859/2209 826/860/2210 827/861/2211 -f 826/860/2210 828/862/2212 827/861/2211 -f 827/861/2211 828/862/2212 829/863/2213 -s 20 -f 828/862/2214 830/864/2215 829/863/2216 -f 829/863/2216 830/864/2215 831/865/2217 -f 830/864/2215 832/866/2218 831/865/2217 -f 831/865/2217 832/866/2218 833/867/2219 -f 832/866/2218 834/868/2220 833/867/2219 -f 833/867/2219 834/868/2220 835/869/2221 -f 834/868/2220 836/870/2222 835/869/2221 -f 835/869/2221 836/870/2222 837/871/2223 -s 21 -f 836/870/2224 838/872/2225 837/871/2226 -f 837/871/2226 838/872/2225 839/873/2227 -s 22 -f 838/872/2228 840/874/2229 839/873/2230 -f 839/873/2230 840/874/2229 841/875/2231 +f 859/818/2131 850/809/2132 858/817/2133 +s 9 +f 846/805/2130 858/817/2129 847/806/2134 +s 10 +f 847/806/2135 858/817/2133 850/809/2132 +s 8 +f 850/809/2136 859/818/2137 851/810/2138 +f 851/810/2138 859/818/2137 860/819/2139 +f 860/819/2139 861/820/2140 851/810/2138 +f 863/821/2141 852/811/2142 855/814/2143 +f 863/821/2141 864/822/2144 852/811/2142 +f 863/821/2141 855/814/2143 862/823/2145 +f 862/823/2145 855/814/2143 854/813/2146 +f 862/823/2145 854/813/2146 861/820/2140 +f 861/820/2140 854/813/2146 853/812/2147 +f 861/820/2140 853/812/2147 851/810/2138 +f 817/824/2148 753/825/2149 852/811/2142 +f 753/825/2149 772/826/2150 852/811/2142 +f 769/829/2151 852/811/2142 770/828/2152 +f 770/828/2152 852/811/2142 771/827/2153 +f 852/811/2142 772/826/2150 771/827/2153 +f 769/829/2151 768/830/2154 852/811/2142 +f 852/811/2142 768/830/2154 845/804/2155 +f 814/831/2156 765/832/2157 764/833/2158 +f 814/831/2156 764/833/2158 815/834/2159 +f 815/834/2159 764/833/2158 816/835/2160 +f 816/835/2160 764/833/2158 802/836/2161 +f 802/836/2161 764/833/2158 763/787/2162 +f 802/836/2161 763/787/2162 762/786/2163 +f 802/836/2161 762/786/2163 761/837/2164 +f 754/844/2165 833/845/2166 755/843/2167 +f 755/843/2167 833/845/2166 756/842/2168 +f 833/845/2166 832/846/2169 756/842/2168 +f 828/850/2170 803/788/2171 829/849/2172 +f 803/788/2171 802/836/2161 829/849/2172 +f 787/855/2173 786/856/2174 802/836/2161 +f 786/856/2174 785/857/2175 802/836/2161 +f 802/836/2161 785/857/2175 829/849/2172 +f 785/857/2175 784/858/2176 829/849/2172 +f 784/858/2176 778/859/2177 829/849/2172 +f 778/859/2177 777/860/2178 829/849/2172 +f 829/849/2172 777/860/2178 830/848/2179 +f 830/848/2179 777/860/2178 831/847/2180 +f 831/847/2180 777/860/2178 832/846/2169 +f 777/860/2178 776/861/2181 832/846/2169 +f 776/861/2181 775/862/2182 832/846/2169 +f 832/846/2169 775/862/2182 756/842/2168 +f 775/862/2182 774/863/2183 756/842/2168 +f 756/842/2168 774/863/2183 757/841/2184 +f 774/863/2183 773/864/2185 757/841/2184 +f 773/864/2185 801/865/2186 757/841/2184 +f 801/865/2186 800/866/2187 757/841/2184 +f 800/866/2187 799/867/2188 757/841/2184 +f 757/841/2184 799/867/2188 758/840/2189 869/989/2190 +f 758/840/2189 799/867/2188 759/839/2191 +f 759/839/2191 799/867/2188 760/838/2192 +f 799/867/2188 793/868/2193 760/838/2192 +f 760/838/2192 793/868/2193 761/837/2164 +f 787/855/2173 802/836/2161 788/854/2194 +f 793/868/2193 871/993/2195 792/869/2196 761/837/2164 +f 792/869/2196 791/851/2197 761/837/2164 +f 788/854/2194 802/836/2161 789/853/2198 +f 791/851/2197 790/852/2199 761/837/2164 +f 761/837/2164 790/852/2199 802/836/2161 +f 790/852/2199 789/853/2198 802/836/2161 +f 833/845/2166 754/844/2165 834/870/2200 +f 834/870/2200 754/844/2165 753/825/2149 +f 834/870/2200 753/825/2149 817/824/2148 +f 839/794/2201 852/811/2142 864/822/2144 +f 839/794/2201 864/822/2144 841/800/2202 +f 841/800/2202 864/822/2144 865/871/2203 +f 841/800/2202 865/871/2203 835/790/2204 +f 835/790/2204 865/871/2203 836/791/2205 +f 836/791/2205 865/871/2203 845/804/2155 +f 836/791/2205 845/804/2155 811/872/2206 +f 811/872/2206 845/804/2155 812/873/2207 +f 812/873/2207 845/804/2155 813/876/2208 +f 813/876/2208 845/804/2155 814/831/2156 +f 814/831/2156 845/804/2155 765/832/2157 +f 765/832/2157 845/804/2155 766/875/2209 +f 768/830/2154 767/874/2210 845/804/2155 +f 845/804/2155 767/874/2210 870/990/2211 766/875/2209 +f 793/868/2193 799/867/2188 794/879/2212 +f 797/880/2213 795/878/2214 798/877/2215 +f 795/878/2214 794/879/2212 798/877/2215 +f 794/879/2212 799/867/2188 798/877/2215 +f 795/878/2214 797/880/2213 796/881/2216 +f 778/859/2177 784/858/2176 779/883/2217 +f 781/886/2218 780/882/2219 782/885/2220 +f 782/885/2220 780/882/2219 783/884/2221 +f 783/884/2221 780/882/2219 784/858/2176 +f 780/882/2219 779/883/2217 784/858/2176 +f 811/872/2206 810/887/2222 836/791/2205 +f 810/887/2222 809/888/2223 836/791/2205 +f 809/888/2223 808/889/2224 836/791/2205 +f 836/791/2205 808/889/2224 823/890/2225 +f 823/890/2225 822/891/2226 836/791/2205 +f 822/891/2226 821/892/2227 836/791/2205 +f 836/791/2205 821/892/2227 820/893/2228 +f 808/889/2224 807/894/2229 823/890/2225 +f 823/890/2225 807/894/2229 806/895/2230 +f 823/890/2225 806/895/2230 824/896/2231 +f 824/896/2231 806/895/2230 825/897/2232 +f 825/897/2232 806/895/2230 826/898/2233 s off -f 841/875/2232 840/874/2233 842/876/2234 -f 842/876/2235 840/874/2236 841/875/2237 -s 23 -f 840/874/2238 843/877/2239 841/875/2240 -f 841/875/2240 843/877/2239 844/878/2241 -s 24 -f 843/877/2242 845/879/2243 844/878/2244 -f 844/878/2244 845/879/2243 846/880/2245 -f 845/879/2243 847/881/2246 846/880/2245 -f 846/880/2245 847/881/2246 848/882/2247 -f 847/881/2246 849/883/2248 848/882/2247 -f 848/882/2247 849/883/2248 850/884/2249 -f 849/883/2248 851/885/2250 850/884/2249 -f 850/884/2249 851/885/2250 852/886/2251 +f 806/895/2234 805/899/2235 826/898/2236 +s 8 +f 826/898/2237 805/899/2238 804/789/2239 +f 804/789/2239 828/850/2170 827/900/2240 +f 804/789/2239 803/788/2171 828/850/2170 +f 827/900/2240 826/898/2237 804/789/2239 +f 852/811/2142 839/794/2201 817/824/2148 +f 817/824/2148 839/794/2201 818/902/2241 +f 818/902/2241 839/794/2201 819/901/2242 +f 819/901/2242 839/794/2201 820/893/2228 +f 839/794/2201 836/791/2205 820/893/2228 +f 865/871/2203 866/903/2243 845/804/2155 +f 868/904/2244 844/803/2126 849/808/2245 +f 868/904/2244 856/815/2124 844/803/2126 +f 868/904/2244 849/808/2245 867/905/2246 +f 867/905/2246 849/808/2245 848/807/2247 +f 867/905/2246 848/807/2247 866/903/2243 +f 866/903/2243 848/807/2247 843/802/2248 +f 866/903/2243 843/802/2248 845/804/2155 +s 22 +f 868/904/2249 867/905/2250 856/815/2251 +f 856/815/2251 867/905/2250 866/903/2252 +f 856/815/2251 866/903/2252 865/871/2253 +f 864/822/2254 858/817/2255 865/871/2253 +f 865/871/2253 858/817/2255 857/816/2256 +f 865/871/2253 857/816/2256 856/815/2251 +f 863/821/2257 862/823/2258 864/822/2254 +f 864/822/2254 862/823/2258 861/820/2259 +f 864/822/2254 861/820/2259 860/819/2260 +f 859/818/2261 858/817/2255 860/819/2260 +f 860/819/2260 858/817/2255 864/822/2254 s 25 -f 851/885/2252 853/887/2253 852/886/2254 -f 852/886/2254 853/887/2253 854/888/2255 -s 14 -f 853/887/2256 855/889/2257 854/888/2258 -f 854/888/2258 855/889/2257 856/890/2259 -f 855/889/2257 796/830/2170 856/890/2259 -f 856/890/2259 796/830/2170 797/832/2172 -s 27 -f 797/832/2260 801/835/2261 803/837/2262 -f 797/832/2260 799/833/2263 801/835/2261 -f 803/837/2262 807/841/2264 809/843/2265 -f 803/837/2262 809/843/2265 811/845/2266 -f 803/837/2262 805/839/2267 807/841/2264 -f 803/837/2262 811/845/2266 848/882/2268 -f 813/847/2269 846/880/2270 811/845/2266 -f 811/845/2266 846/880/2270 848/882/2268 -f 846/880/2270 813/847/2269 844/878/2271 -f 844/878/2271 813/847/2269 815/849/2272 -f 844/878/2271 815/849/2272 841/875/2273 -f 841/875/2273 815/849/2272 817/851/2274 -f 841/875/2273 817/851/2274 833/867/2275 -f 833/867/2275 817/851/2274 827/861/2276 -f 833/867/2275 827/861/2276 831/865/2277 -f 831/865/2277 827/861/2276 829/863/2278 -f 827/861/2276 817/851/2274 825/859/2279 -f 825/859/2279 817/851/2274 823/857/2280 -f 823/857/2280 817/851/2274 819/853/2281 -f 823/857/2280 819/853/2281 821/855/2282 +f 794/920/2262 871/992/2263 793/919/2264 s off -f 841/875/2283 833/867/2284 842/876/2285 -f 842/876/2286 833/867/2287 841/875/2288 -s 30 -f 841/875/2289 833/867/2290 839/873/2291 -f 839/873/2291 833/867/2290 835/869/2292 -f 839/873/2291 835/869/2292 837/871/2293 +f 810/935/2265 811/936/2266 812/937/2267 813/938/2268 814/939/2269 815/940/2270 816/941/2271 802/942/2272 803/943/2273 804/944/2274 805/945/2275 806/946/2276 807/947/2277 808/948/2278 809/949/2279 +s 26 +f 829/950/2280 820/959/2281 821/960/2282 822/961/2283 823/962/2284 824/963/2285 825/964/2286 826/965/2287 827/966/2288 828/967/2289 s 27 -f 803/837/2262 848/882/2268 797/832/2260 -f 797/832/2260 848/882/2268 850/884/2294 -f 852/886/2295 854/888/2296 850/884/2294 -f 850/884/2294 854/888/2296 856/890/2297 -f 850/884/2294 856/890/2297 797/832/2260 -s 32 -f 857/891/2298 858/892/2299 859/893/2300 -f 859/893/2300 858/892/2299 860/894/2301 -s 33 -f 858/892/2302 861/895/2303 860/894/2304 -f 860/894/2304 861/895/2303 862/896/2305 -f 861/895/2303 863/898/2306 862/896/2305 -f 862/896/2305 863/898/2306 864/899/2307 -f 863/898/2306 865/900/2308 864/899/2307 -f 864/899/2307 865/900/2308 866/901/2309 -s 34 -f 865/900/2310 867/902/2311 866/901/2312 -f 866/901/2312 867/902/2311 868/903/2313 -f 867/902/2311 869/904/2314 868/903/2313 -f 868/903/2313 869/904/2314 870/905/2315 -f 869/904/2314 871/906/2316 870/905/2315 -f 870/905/2315 871/906/2316 872/907/2317 -f 871/906/2316 873/908/2318 872/907/2317 -f 872/907/2317 873/908/2318 874/909/2319 -f 873/908/2318 875/910/2320 874/909/2319 -f 874/909/2319 875/910/2320 876/911/2321 -s 35 -f 875/910/2322 877/912/2323 876/911/2324 -f 876/911/2324 877/912/2323 878/913/2325 -s 36 -f 877/912/2326 879/914/2327 878/913/2328 -f 878/913/2328 879/914/2327 880/915/2329 -f 879/914/2327 881/916/2330 880/915/2329 -f 880/915/2329 881/916/2330 882/917/2331 -s 37 -f 881/916/2332 883/918/2333 882/917/2334 -f 882/917/2334 883/918/2333 884/919/2335 -f 883/918/2333 885/920/2336 884/919/2335 -f 884/919/2335 885/920/2336 886/921/2337 -s 32 -f 885/920/2338 857/891/2298 886/921/2339 -f 886/921/2339 857/891/2298 859/893/2300 -s 38 -f 880/915/2340 874/909/2341 878/913/2342 -f 878/913/2342 874/909/2341 876/911/2343 -f 880/915/2340 859/893/2344 874/909/2341 -f 866/901/2345 868/903/2346 864/899/2347 -f 874/909/2341 859/893/2344 872/907/2348 -f 859/893/2344 860/894/2349 872/907/2348 -f 860/894/2349 862/896/2350 872/907/2348 -f 872/907/2348 862/896/2350 870/905/2351 -f 870/905/2351 862/896/2350 868/903/2346 -f 862/896/2350 864/899/2347 868/903/2346 -f 859/893/2344 880/915/2340 886/921/2352 -f 886/921/2352 880/915/2340 884/919/2353 -f 884/919/2353 880/915/2340 882/917/2354 -s 40 -f 887/922/2355 889/923/2356 888/924/2357 -f 888/924/2357 889/923/2356 890/925/2358 -f 889/923/2356 891/926/2359 890/925/2358 -f 890/925/2358 891/926/2359 892/927/2360 -f 891/926/2359 893/928/2361 892/927/2360 -f 892/927/2360 893/928/2361 894/929/2362 -f 893/928/2361 895/930/2363 894/929/2362 -f 894/929/2362 895/930/2363 896/931/2364 -s 41 -f 895/930/2365 897/932/2366 896/931/2367 -f 896/931/2367 897/932/2366 898/933/2368 -f 897/932/2366 899/934/2369 898/933/2368 -f 898/933/2368 899/934/2369 900/935/2370 -s 42 -f 899/934/2371 901/936/2372 900/935/2373 -f 900/935/2373 901/936/2372 902/937/2374 -s 43 -f 901/936/2375 903/938/2376 902/937/2377 -f 902/937/2377 903/938/2376 904/939/2378 -s 44 -f 903/938/2379 905/940/2380 904/939/2381 -f 904/939/2381 905/940/2380 906/941/2382 -f 905/940/2380 907/942/2383 906/941/2382 -f 907/942/2383 908/943/2384 906/941/2382 -s 45 -f 908/943/2385 909/944/2386 906/941/2387 -f 906/941/2387 909/944/2386 910/945/2388 -f 909/944/2386 911/946/2389 910/945/2388 -f 910/945/2388 911/946/2389 912/947/2390 -s 46 -f 911/946/2391 913/948/2392 912/947/2393 -f 912/947/2393 913/948/2392 914/949/2394 -f 913/948/2392 915/950/2395 914/949/2394 -f 914/949/2394 915/950/2395 916/951/2396 -f 915/950/2395 917/952/2397 916/951/2396 -f 916/951/2396 917/952/2397 918/953/2398 -s 47 -f 917/952/2399 919/954/2400 918/953/2401 -f 918/953/2401 919/954/2400 920/955/2402 -s 48 -f 919/954/2403 921/956/2404 920/955/2405 -f 920/955/2405 921/956/2404 922/957/2406 -f 921/956/2404 887/922/2407 922/957/2406 -f 922/957/2406 887/922/2407 888/924/2408 -s 49 -f 888/924/2409 892/927/2410 922/957/2411 -f 888/924/2409 890/925/2412 892/927/2410 -f 922/957/2411 892/927/2410 920/955/2413 -f 920/955/2413 892/927/2410 918/953/2414 -f 918/953/2414 892/927/2410 916/951/2415 -f 898/933/2416 906/941/2417 896/931/2418 -f 916/951/2415 892/927/2410 914/949/2419 -f 914/949/2419 892/927/2410 912/947/2420 -f 892/927/2410 896/931/2418 912/947/2420 -f 896/931/2418 906/941/2417 912/947/2420 -f 896/931/2418 892/927/2410 894/929/2421 -f 900/935/2422 902/937/2423 898/933/2416 -f 898/933/2416 902/937/2423 904/939/2424 -f 898/933/2416 904/939/2424 906/941/2417 -f 906/941/2417 910/945/2425 912/947/2420 -s 52 -f 923/960/2426 924/961/2427 925/962/2428 -f 925/962/2428 924/961/2427 926/963/2429 -s 53 -f 924/961/2430 927/964/2431 926/963/2432 -f 926/963/2432 927/964/2431 928/969/2433 -s 54 -f 927/964/2434 929/970/2435 928/969/2436 -f 928/969/2436 929/970/2435 930/971/2437 -s 55 -f 929/970/2438 923/960/2439 930/971/2440 -f 930/971/2440 923/960/2439 925/962/2441 -s 56 -f 925/965/2442 926/966/2443 930/967/2444 -f 930/967/2444 926/966/2443 928/968/2445 -s 57 -f 931/972/2446 932/973/2447 933/974/2448 -f 933/974/2448 932/973/2447 934/975/2449 -f 933/974/2448 934/975/2449 935/976/2450 -f 931/972/2446 936/977/2451 932/973/2447 -f 932/973/2447 936/977/2451 937/978/2452 -s off -f 938/979/2453 939/980/2454 935/976/2455 -s 58 -f 935/976/2456 939/980/2457 940/981/2458 -s off -f 935/976/2459 940/981/2460 933/974/2461 -s 58 -f 939/980/2457 941/982/2462 940/981/2458 -f 940/981/2458 941/982/2462 942/983/2463 -f 940/981/2458 942/983/2463 943/984/2464 -s 59 -f 944/985/2465 945/986/2466 932/973/2467 -f 932/973/2467 945/986/2466 934/975/2468 -s 60 -f 945/986/2469 946/987/2470 934/975/2471 -s 61 -f 947/988/2472 938/979/2473 946/987/2474 -s 60 -f 934/975/2471 946/987/2470 935/976/2475 -s 61 -f 935/976/2476 946/987/2474 938/979/2473 -s 59 -f 938/979/2477 947/988/2478 939/980/2479 -f 939/980/2479 947/988/2478 948/989/2480 -f 948/989/2480 949/990/2481 939/980/2479 -f 951/991/2482 940/981/2483 943/984/2484 -f 951/991/2482 952/992/2485 940/981/2483 -f 951/991/2482 943/984/2484 950/993/2486 -f 950/993/2486 943/984/2484 942/983/2487 -f 950/993/2486 942/983/2487 949/990/2481 -f 949/990/2481 942/983/2487 941/982/2488 -f 949/990/2481 941/982/2488 939/980/2479 -f 887/994/2489 753/995/2490 940/981/2483 -f 753/995/2490 794/996/2491 940/981/2483 -f 788/999/2492 940/981/2483 790/998/2493 -f 790/998/2493 940/981/2483 792/997/2494 -f 940/981/2483 794/996/2491 792/997/2494 -f 788/999/2492 786/1000/2495 940/981/2483 -f 940/981/2483 786/1000/2495 933/974/2496 -f 881/1001/2497 779/1002/2498 777/1003/2499 -f 881/1001/2497 777/1003/2499 883/1004/2500 -f 883/1004/2500 777/1003/2499 885/1005/2501 -f 885/1005/2501 777/1003/2499 857/1006/2502 -f 857/1006/2502 777/1003/2499 775/897/2503 -f 857/1006/2502 775/897/2503 773/807/2504 -f 857/1006/2502 773/807/2504 771/1007/2505 -f 755/1014/2506 919/1015/2507 757/1013/2508 -f 757/1013/2508 919/1015/2507 759/1012/2509 -f 919/1015/2507 917/1016/2510 759/1012/2509 -f 909/1020/2511 858/958/2512 911/1019/2513 -f 858/958/2512 857/1006/2502 911/1019/2513 -f 824/1025/2514 822/1026/2515 857/1006/2502 -f 822/1026/2515 820/1027/2516 857/1006/2502 -f 857/1006/2502 820/1027/2516 911/1019/2513 -f 820/1027/2516 818/1028/2517 911/1019/2513 -f 818/1028/2517 806/1029/2518 911/1019/2513 -f 806/1029/2518 804/1030/2519 911/1019/2513 -f 911/1019/2513 804/1030/2519 913/1018/2520 -f 913/1018/2520 804/1030/2519 915/1017/2521 -f 915/1017/2521 804/1030/2519 917/1016/2510 -f 804/1030/2519 802/1031/2522 917/1016/2510 -f 802/1031/2522 800/1032/2523 917/1016/2510 -f 917/1016/2510 800/1032/2523 759/1012/2509 -f 800/1032/2523 798/1033/2524 759/1012/2509 -f 759/1012/2509 798/1033/2524 761/1011/2525 -f 798/1033/2524 796/1034/2526 761/1011/2525 -f 796/1034/2526 855/1035/2527 761/1011/2525 -f 855/1035/2527 853/1036/2528 761/1011/2525 -f 853/1036/2528 851/1037/2529 761/1011/2525 -f 761/1011/2525 851/1037/2529 763/1010/2530 -f 763/1010/2530 851/1037/2529 765/1009/2531 -f 765/1009/2531 851/1037/2529 767/1008/2532 -f 851/1037/2529 836/1038/2533 767/1008/2532 -f 767/1008/2532 836/1038/2533 771/1007/2505 -f 824/1025/2514 857/1006/2502 826/1024/2534 -f 836/1038/2533 834/1039/2535 771/1007/2505 -f 834/1039/2535 832/1021/2536 771/1007/2505 -f 826/1024/2534 857/1006/2502 828/1023/2537 -f 832/1021/2536 830/1022/2538 771/1007/2505 -f 771/1007/2505 830/1022/2538 857/1006/2502 -f 830/1022/2538 828/1023/2537 857/1006/2502 -f 767/800/2532 771/804/2505 769/802/2539 -f 919/1015/2507 755/1014/2506 921/1040/2540 -f 921/1040/2540 755/1014/2506 753/995/2490 -f 921/1040/2540 753/995/2490 887/994/2489 -f 927/964/2541 940/981/2483 952/992/2485 -f 927/964/2541 952/992/2485 929/970/2542 -f 929/970/2542 952/992/2485 953/1041/2543 -f 929/970/2542 953/1041/2543 923/960/2544 -f 923/960/2544 953/1041/2543 924/961/2545 -f 924/961/2545 953/1041/2543 933/974/2496 -f 924/961/2545 933/974/2496 875/1042/2546 -f 875/1042/2546 933/974/2496 877/1043/2547 -f 877/1043/2547 933/974/2496 879/1046/2548 -f 879/1046/2548 933/974/2496 881/1001/2497 -f 881/1001/2497 933/974/2496 779/1002/2498 -f 779/1002/2498 933/974/2496 781/1045/2549 -f 786/1000/2495 784/1044/2550 933/974/2496 -f 933/974/2496 784/1044/2550 781/1045/2549 -f 849/883/2551 847/881/2552 851/885/2529 -f 836/1038/2533 851/1037/2529 838/1049/2553 -f 845/1050/2554 840/1048/2555 847/1047/2552 -f 840/1048/2555 838/1049/2553 847/1047/2552 -f 838/1049/2553 851/1037/2529 847/1047/2552 -f 840/1048/2555 845/1050/2554 843/1051/2556 -f 806/1029/2518 818/1028/2517 808/1053/2557 -f 812/1056/2558 810/1052/2559 814/1055/2560 -f 814/1055/2560 810/1052/2559 816/1054/2561 -f 816/1054/2561 810/1052/2559 818/1028/2517 -f 810/1052/2559 808/1053/2557 818/1028/2517 -f 875/1042/2546 873/1057/2562 924/961/2545 -f 873/1057/2562 871/1058/2563 924/961/2545 -f 871/1058/2563 869/1059/2564 924/961/2545 -f 924/961/2545 869/1059/2564 901/1060/2565 -f 901/1060/2565 899/1061/2566 924/961/2545 -f 899/1061/2566 897/1062/2567 924/961/2545 -f 924/961/2545 897/1062/2567 895/1063/2568 -f 869/1059/2564 867/1064/2569 901/1060/2565 -f 901/1060/2565 867/1064/2569 865/1065/2570 -f 901/1060/2565 865/1065/2570 903/1066/2571 -f 903/1066/2571 865/1065/2570 905/1067/2572 -f 905/1067/2572 865/1065/2570 907/1068/2573 -s off -f 865/1065/2574 863/1069/2575 907/1068/2576 -s 59 -f 907/1068/2577 863/1069/2578 861/959/2579 -f 861/959/2579 909/1020/2511 908/1070/2580 -f 861/959/2579 858/958/2512 909/1020/2511 -f 908/1070/2580 907/1068/2577 861/959/2579 -f 940/981/2483 927/964/2541 887/994/2489 -f 887/994/2489 927/964/2541 891/1072/2581 -f 891/1072/2581 927/964/2541 893/1071/2582 -f 893/1071/2582 927/964/2541 895/1063/2568 -f 927/964/2541 924/961/2545 895/1063/2568 -s off -f 887/922/2583 891/926/2584 889/923/2585 -s 59 -f 953/1041/2543 954/1073/2586 933/974/2496 -f 956/1074/2587 932/973/2467 937/978/2588 -f 956/1074/2587 944/985/2465 932/973/2467 -f 956/1074/2587 937/978/2588 955/1075/2589 -f 955/1075/2589 937/978/2588 936/977/2590 -f 955/1075/2589 936/977/2590 954/1073/2586 -f 954/1073/2586 936/977/2590 931/972/2591 -f 954/1073/2586 931/972/2591 933/974/2496 -s 74 -f 956/1074/2592 955/1075/2593 944/985/2594 -f 944/985/2594 955/1075/2593 954/1073/2595 -f 944/985/2594 954/1073/2595 953/1041/2596 -f 952/992/2597 946/987/2598 953/1041/2596 -f 953/1041/2596 946/987/2598 945/986/2599 -f 953/1041/2596 945/986/2599 944/985/2594 -f 951/991/2600 950/993/2601 952/992/2597 -f 952/992/2597 950/993/2601 949/990/2602 -f 952/992/2597 949/990/2602 948/989/2603 -f 947/988/2604 946/987/2598 948/989/2603 -f 948/989/2603 946/987/2598 952/992/2597 +f 760/982/2290 768/970/2291 769/971/2292 759/981/2293 +f 757/979/2294 771/973/2295 772/974/2296 753/975/2297 754/976/2298 755/977/2299 756/978/2300 +f 759/981/2293 769/971/2292 770/972/2301 869/988/2302 758/980/2303 +f 869/988/2302 770/972/2301 771/973/2295 757/979/2294 +f 766/968/2304 870/991/2305 762/984/2306 763/985/2307 764/986/2308 765/987/2309 +f 761/983/2310 767/969/2311 768/970/2291 760/982/2290 +f 762/984/2306 870/991/2305 767/969/2311 761/983/2310 +s 26 +f 818/957/2312 831/952/2313 832/953/2314 833/954/2315 834/955/2316 817/956/2317 +f 819/958/2318 830/951/2319 831/952/2313 818/957/2312 +f 829/950/2280 830/951/2319 819/958/2318 820/959/2281 +s 25 +f 780/906/2320 775/930/2321 776/931/2322 779/934/2323 +f 797/923/2324 781/907/2325 782/908/2326 796/922/2327 +f 796/922/2327 782/908/2326 783/909/2328 795/921/2329 +f 780/906/2320 781/907/2325 797/923/2324 798/924/2330 +f 787/913/2331 784/910/2332 785/911/2333 786/912/2334 +f 791/917/2335 788/914/2336 789/915/2337 790/916/2338 +f 788/914/2336 783/909/2328 784/910/2332 787/913/2331 +f 795/921/2329 791/917/2335 792/918/2339 871/992/2263 794/920/2262 +f 801/927/2340 799/925/2341 800/926/2342 +f 775/930/2321 773/928/2343 774/929/2344 +f 780/906/2320 798/924/2330 773/928/2343 775/930/2321 +f 795/921/2329 783/909/2328 788/914/2336 791/917/2335 +f 779/934/2323 776/931/2322 777/932/2345 778/933/2346 +f 773/928/2343 798/924/2330 799/925/2341 801/927/2340 v 157.712830 -253.831711 58.795704 v 157.500000 -255.455841 57.171574 v 158.500000 -256.162964 57.878681 @@ -7302,207 +6609,207 @@ vn 0.000000 0.707107 -0.707107 vn 0.000000 0.707136 -0.707078 vn 0.000006 0.707017 -0.707197 s 1 -f 957/1076/2605 958/1077/2606 959/1078/2607 -f 959/1078/2607 958/1077/2606 960/1079/2608 -f 959/1078/2607 960/1079/2608 961/1080/2609 -f 961/1080/2609 960/1079/2608 962/1081/2610 -f 961/1080/2609 962/1081/2610 963/1082/2611 -f 963/1082/2611 962/1081/2610 964/1083/2612 -f 963/1082/2611 964/1083/2612 965/1084/2613 -f 965/1084/2613 964/1083/2612 966/1085/2614 -f 965/1084/2613 966/1085/2614 967/1086/2615 -f 967/1086/2615 966/1085/2614 968/1087/2616 -f 967/1086/2615 968/1087/2616 969/1088/2617 -f 969/1088/2617 968/1087/2616 970/1089/2618 -f 969/1088/2617 970/1089/2618 971/1090/2619 -f 971/1090/2619 970/1089/2618 972/1091/2620 -f 971/1090/2619 972/1091/2620 973/1092/2621 -f 973/1092/2621 972/1091/2620 974/1093/2622 -f 973/1092/2621 974/1093/2622 975/1094/2623 -f 975/1094/2623 974/1093/2622 976/1095/2624 -f 975/1094/2623 976/1095/2624 977/1096/2625 -f 977/1096/2625 976/1095/2624 978/1097/2626 -f 977/1096/2625 978/1097/2626 979/1098/2627 -f 979/1098/2627 978/1097/2626 980/1099/2628 -f 979/1098/2627 980/1099/2628 981/1100/2629 -f 981/1100/2629 980/1099/2628 982/1101/2630 -f 981/1100/2629 982/1101/2630 983/1102/2631 -f 983/1102/2631 982/1101/2630 984/1103/2632 -f 983/1102/2631 984/1103/2632 985/1104/2633 -f 985/1104/2633 984/1103/2632 986/1105/2634 -f 985/1104/2633 986/1105/2634 987/1106/2635 -f 987/1106/2635 986/1105/2634 988/1107/2636 -f 987/1106/2635 988/1107/2636 989/1108/2637 -f 989/1108/2637 988/1107/2636 990/1109/2638 -f 989/1108/2637 990/1109/2638 991/1110/2639 -f 991/1110/2639 990/1109/2638 992/1111/2640 -f 991/1110/2639 992/1111/2640 993/1112/2641 -f 993/1112/2641 992/1111/2640 994/1113/2642 -f 993/1112/2641 994/1113/2642 995/1114/2643 -f 995/1114/2643 994/1113/2642 996/1115/2644 -f 995/1114/2643 996/1115/2644 997/1116/2645 -f 997/1116/2645 996/1115/2644 998/1117/2646 -f 997/1116/2645 998/1117/2646 999/1118/2647 -f 999/1118/2647 998/1117/2646 1000/1119/2648 -f 999/1118/2647 1000/1119/2648 1001/1120/2649 -f 1001/1120/2649 1000/1119/2648 1002/1121/2650 -f 1001/1120/2649 1002/1121/2650 1003/1122/2651 -f 1003/1122/2651 1002/1121/2650 1004/1123/2652 -f 1003/1122/2651 1004/1123/2652 1005/1124/2653 -f 1005/1124/2653 1004/1123/2652 1006/1125/2654 -f 1005/1124/2653 1006/1125/2654 1007/1126/2655 -f 1007/1126/2655 1006/1125/2654 1008/1127/2656 -f 1007/1126/2655 1008/1127/2656 1009/1128/2657 -f 1009/1128/2657 1008/1127/2656 1010/1129/2658 -f 1009/1128/2657 1010/1129/2658 1011/1130/2659 -f 1011/1130/2659 1010/1129/2658 1012/1131/2660 -f 1011/1130/2659 1012/1131/2660 1013/1132/2661 -f 1013/1132/2661 1012/1131/2660 1014/1133/2662 -f 1013/1132/2661 1014/1133/2662 1015/1134/2663 -f 1015/1134/2663 1014/1133/2662 1016/1135/2664 -f 1015/1134/2663 1016/1135/2664 1017/1136/2665 -f 1017/1136/2665 1016/1135/2664 1018/1137/2666 -f 1017/1136/2665 1018/1137/2666 1019/1138/2667 -f 1019/1138/2667 1018/1137/2666 1020/1139/2668 -f 1019/1138/2667 1020/1139/2668 1021/1140/2669 -f 1021/1140/2669 1020/1139/2668 1022/1141/2670 -f 1021/1140/2669 1022/1141/2670 1023/1142/2671 -f 1023/1142/2671 1022/1141/2670 957/1076/2605 -f 1023/1142/2671 957/1076/2605 959/1078/2607 +f 872/994/2347 873/995/2348 874/996/2349 +f 874/996/2349 873/995/2348 875/997/2350 +f 874/996/2349 875/997/2350 876/998/2351 +f 876/998/2351 875/997/2350 877/999/2352 +f 876/998/2351 877/999/2352 878/1000/2353 +f 878/1000/2353 877/999/2352 879/1001/2354 +f 878/1000/2353 879/1001/2354 880/1002/2355 +f 880/1002/2355 879/1001/2354 881/1003/2356 +f 880/1002/2355 881/1003/2356 882/1004/2357 +f 882/1004/2357 881/1003/2356 883/1005/2358 +f 882/1004/2357 883/1005/2358 884/1006/2359 +f 884/1006/2359 883/1005/2358 885/1007/2360 +f 884/1006/2359 885/1007/2360 886/1008/2361 +f 886/1008/2361 885/1007/2360 887/1009/2362 +f 886/1008/2361 887/1009/2362 888/1010/2363 +f 888/1010/2363 887/1009/2362 889/1011/2364 +f 888/1010/2363 889/1011/2364 890/1012/2365 +f 890/1012/2365 889/1011/2364 891/1013/2366 +f 890/1012/2365 891/1013/2366 892/1014/2367 +f 892/1014/2367 891/1013/2366 893/1015/2368 +f 892/1014/2367 893/1015/2368 894/1016/2369 +f 894/1016/2369 893/1015/2368 895/1017/2370 +f 894/1016/2369 895/1017/2370 896/1018/2371 +f 896/1018/2371 895/1017/2370 897/1019/2372 +f 896/1018/2371 897/1019/2372 898/1020/2373 +f 898/1020/2373 897/1019/2372 899/1021/2374 +f 898/1020/2373 899/1021/2374 900/1022/2375 +f 900/1022/2375 899/1021/2374 901/1023/2376 +f 900/1022/2375 901/1023/2376 902/1024/2377 +f 902/1024/2377 901/1023/2376 903/1025/2378 +f 902/1024/2377 903/1025/2378 904/1026/2379 +f 904/1026/2379 903/1025/2378 905/1027/2380 +f 904/1026/2379 905/1027/2380 906/1028/2381 +f 906/1028/2381 905/1027/2380 907/1029/2382 +f 906/1028/2381 907/1029/2382 908/1030/2383 +f 908/1030/2383 907/1029/2382 909/1031/2384 +f 908/1030/2383 909/1031/2384 910/1032/2385 +f 910/1032/2385 909/1031/2384 911/1033/2386 +f 910/1032/2385 911/1033/2386 912/1034/2387 +f 912/1034/2387 911/1033/2386 913/1035/2388 +f 912/1034/2387 913/1035/2388 914/1036/2389 +f 914/1036/2389 913/1035/2388 915/1037/2390 +f 914/1036/2389 915/1037/2390 916/1038/2391 +f 916/1038/2391 915/1037/2390 917/1039/2392 +f 916/1038/2391 917/1039/2392 918/1040/2393 +f 918/1040/2393 917/1039/2392 919/1041/2394 +f 918/1040/2393 919/1041/2394 920/1042/2395 +f 920/1042/2395 919/1041/2394 921/1043/2396 +f 920/1042/2395 921/1043/2396 922/1044/2397 +f 922/1044/2397 921/1043/2396 923/1045/2398 +f 922/1044/2397 923/1045/2398 924/1046/2399 +f 924/1046/2399 923/1045/2398 925/1047/2400 +f 924/1046/2399 925/1047/2400 926/1048/2401 +f 926/1048/2401 925/1047/2400 927/1049/2402 +f 926/1048/2401 927/1049/2402 928/1050/2403 +f 928/1050/2403 927/1049/2402 929/1051/2404 +f 928/1050/2403 929/1051/2404 930/1052/2405 +f 930/1052/2405 929/1051/2404 931/1053/2406 +f 930/1052/2405 931/1053/2406 932/1054/2407 +f 932/1054/2407 931/1053/2406 933/1055/2408 +f 932/1054/2407 933/1055/2408 934/1056/2409 +f 934/1056/2409 933/1055/2408 935/1057/2410 +f 934/1056/2409 935/1057/2410 936/1058/2411 +f 936/1058/2411 935/1057/2410 937/1059/2412 +f 936/1058/2411 937/1059/2412 938/1060/2413 +f 938/1060/2413 937/1059/2412 872/994/2347 +f 938/1060/2413 872/994/2347 874/996/2349 s 2 -f 1024/1143/2672 960/1079/2673 1025/1144/2674 -f 1025/1144/2674 960/1079/2673 958/1077/2675 -f 1025/1144/2674 958/1077/2675 1026/1145/2676 -f 1026/1145/2676 958/1077/2675 957/1076/2677 -f 1026/1145/2676 957/1076/2677 1027/1146/2678 -f 1027/1146/2678 957/1076/2677 1022/1141/2679 -f 1027/1146/2678 1022/1141/2679 1028/1147/2680 -f 1028/1147/2680 1022/1141/2679 1020/1139/2681 -f 1028/1147/2680 1020/1139/2681 1029/1148/2682 -f 1029/1148/2682 1020/1139/2681 1018/1137/2683 -f 1029/1148/2682 1018/1137/2683 1030/1149/2684 -f 1030/1149/2684 1018/1137/2683 1016/1135/2685 -f 1030/1149/2684 1016/1135/2685 1031/1150/2686 -f 1031/1150/2686 1016/1135/2685 1014/1133/2687 -f 1031/1150/2686 1014/1133/2687 1032/1151/2688 -f 1032/1151/2688 1014/1133/2687 1012/1131/2689 -f 1032/1151/2688 1012/1131/2689 1033/1152/2690 -f 1033/1152/2690 1012/1131/2689 1010/1129/2691 -f 1033/1152/2690 1010/1129/2691 1034/1153/2692 -f 1034/1153/2692 1010/1129/2691 1008/1127/2693 -f 1034/1153/2692 1008/1127/2693 1035/1154/2694 -f 1035/1154/2694 1008/1127/2693 1006/1125/2695 -f 1035/1154/2694 1006/1125/2695 1036/1155/2696 -f 1036/1155/2696 1006/1125/2695 1004/1123/2697 -f 1036/1155/2696 1004/1123/2697 1037/1156/2698 -f 1037/1156/2698 1004/1123/2697 1002/1121/2699 -f 1037/1156/2698 1002/1121/2699 1038/1157/2700 -f 1038/1157/2700 1002/1121/2699 1000/1119/2701 -f 1038/1157/2700 1000/1119/2701 1039/1158/2702 -f 1039/1158/2702 1000/1119/2701 998/1117/2703 -f 1039/1158/2702 998/1117/2703 1040/1159/2704 -f 1040/1159/2704 998/1117/2703 996/1115/2705 -f 1040/1159/2704 996/1115/2705 1041/1160/2706 -f 1041/1160/2706 996/1115/2705 994/1113/2707 -f 1041/1160/2706 994/1113/2707 1042/1161/2708 -f 1042/1161/2708 994/1113/2707 992/1111/2709 -f 1042/1161/2708 992/1111/2709 1043/1162/2710 -f 1043/1162/2710 992/1111/2709 990/1109/2711 -f 1043/1162/2710 990/1109/2711 1044/1163/2712 -f 1044/1163/2712 990/1109/2711 988/1107/2713 -f 1044/1163/2712 988/1107/2713 1045/1164/2714 -f 1045/1164/2714 988/1107/2713 986/1105/2715 -f 1045/1164/2714 986/1105/2715 1046/1165/2716 -f 1046/1165/2716 986/1105/2715 984/1103/2717 -f 1046/1165/2716 984/1103/2717 1047/1166/2718 -f 1047/1166/2718 984/1103/2717 982/1101/2719 -f 1047/1166/2718 982/1101/2719 1048/1167/2720 -f 1048/1167/2720 982/1101/2719 980/1099/2721 -f 1048/1167/2720 980/1099/2721 1049/1168/2722 -f 1049/1168/2722 980/1099/2721 978/1097/2723 -f 1049/1168/2722 978/1097/2723 1050/1169/2724 -f 1050/1169/2724 978/1097/2723 976/1095/2725 -f 1050/1169/2724 976/1095/2725 1051/1170/2726 -f 1051/1170/2726 976/1095/2725 974/1093/2727 -f 1051/1170/2726 974/1093/2727 1052/1171/2728 -f 1052/1171/2728 974/1093/2727 972/1091/2729 -f 1052/1171/2728 972/1091/2729 1053/1172/2730 -f 1053/1172/2730 972/1091/2729 970/1089/2731 -f 1053/1172/2730 970/1089/2731 1054/1173/2732 -f 1054/1173/2732 970/1089/2731 968/1087/2733 -f 1054/1173/2732 968/1087/2733 1055/1174/2734 -f 1055/1174/2734 968/1087/2733 966/1085/2735 -f 1055/1174/2734 966/1085/2735 1056/1175/2736 -f 1056/1175/2736 966/1085/2735 964/1083/2737 -f 1056/1175/2736 964/1083/2737 1057/1176/2738 -f 1057/1176/2738 964/1083/2737 962/1081/2739 -f 1057/1176/2738 962/1081/2739 1024/1143/2672 -f 1024/1143/2672 962/1081/2739 960/1079/2673 +f 939/1061/2414 875/997/2415 940/1062/2416 +f 940/1062/2416 875/997/2415 873/995/2417 +f 940/1062/2416 873/995/2417 941/1063/2418 +f 941/1063/2418 873/995/2417 872/994/2419 +f 941/1063/2418 872/994/2419 942/1064/2420 +f 942/1064/2420 872/994/2419 937/1059/2421 +f 942/1064/2420 937/1059/2421 943/1065/2422 +f 943/1065/2422 937/1059/2421 935/1057/2423 +f 943/1065/2422 935/1057/2423 944/1066/2424 +f 944/1066/2424 935/1057/2423 933/1055/2425 +f 944/1066/2424 933/1055/2425 945/1067/2426 +f 945/1067/2426 933/1055/2425 931/1053/2427 +f 945/1067/2426 931/1053/2427 946/1068/2428 +f 946/1068/2428 931/1053/2427 929/1051/2429 +f 946/1068/2428 929/1051/2429 947/1069/2430 +f 947/1069/2430 929/1051/2429 927/1049/2431 +f 947/1069/2430 927/1049/2431 948/1070/2432 +f 948/1070/2432 927/1049/2431 925/1047/2433 +f 948/1070/2432 925/1047/2433 949/1071/2434 +f 949/1071/2434 925/1047/2433 923/1045/2435 +f 949/1071/2434 923/1045/2435 950/1072/2436 +f 950/1072/2436 923/1045/2435 921/1043/2437 +f 950/1072/2436 921/1043/2437 951/1073/2438 +f 951/1073/2438 921/1043/2437 919/1041/2439 +f 951/1073/2438 919/1041/2439 952/1074/2440 +f 952/1074/2440 919/1041/2439 917/1039/2441 +f 952/1074/2440 917/1039/2441 953/1075/2442 +f 953/1075/2442 917/1039/2441 915/1037/2443 +f 953/1075/2442 915/1037/2443 954/1076/2444 +f 954/1076/2444 915/1037/2443 913/1035/2445 +f 954/1076/2444 913/1035/2445 955/1077/2446 +f 955/1077/2446 913/1035/2445 911/1033/2447 +f 955/1077/2446 911/1033/2447 956/1078/2448 +f 956/1078/2448 911/1033/2447 909/1031/2449 +f 956/1078/2448 909/1031/2449 957/1079/2450 +f 957/1079/2450 909/1031/2449 907/1029/2451 +f 957/1079/2450 907/1029/2451 958/1080/2452 +f 958/1080/2452 907/1029/2451 905/1027/2453 +f 958/1080/2452 905/1027/2453 959/1081/2454 +f 959/1081/2454 905/1027/2453 903/1025/2455 +f 959/1081/2454 903/1025/2455 960/1082/2456 +f 960/1082/2456 903/1025/2455 901/1023/2457 +f 960/1082/2456 901/1023/2457 961/1083/2458 +f 961/1083/2458 901/1023/2457 899/1021/2459 +f 961/1083/2458 899/1021/2459 962/1084/2460 +f 962/1084/2460 899/1021/2459 897/1019/2461 +f 962/1084/2460 897/1019/2461 963/1085/2462 +f 963/1085/2462 897/1019/2461 895/1017/2463 +f 963/1085/2462 895/1017/2463 964/1086/2464 +f 964/1086/2464 895/1017/2463 893/1015/2465 +f 964/1086/2464 893/1015/2465 965/1087/2466 +f 965/1087/2466 893/1015/2465 891/1013/2467 +f 965/1087/2466 891/1013/2467 966/1088/2468 +f 966/1088/2468 891/1013/2467 889/1011/2469 +f 966/1088/2468 889/1011/2469 967/1089/2470 +f 967/1089/2470 889/1011/2469 887/1009/2471 +f 967/1089/2470 887/1009/2471 968/1090/2472 +f 968/1090/2472 887/1009/2471 885/1007/2473 +f 968/1090/2472 885/1007/2473 969/1091/2474 +f 969/1091/2474 885/1007/2473 883/1005/2475 +f 969/1091/2474 883/1005/2475 970/1092/2476 +f 970/1092/2476 883/1005/2475 881/1003/2477 +f 970/1092/2476 881/1003/2477 971/1093/2478 +f 971/1093/2478 881/1003/2477 879/1001/2479 +f 971/1093/2478 879/1001/2479 972/1094/2480 +f 972/1094/2480 879/1001/2479 877/999/2481 +f 972/1094/2480 877/999/2481 939/1061/2414 +f 939/1061/2414 877/999/2481 875/997/2415 s 3 -f 961/1080/2740 991/1110/2741 959/1078/2742 -f 959/1078/2742 991/1110/2741 993/1112/2743 -f 959/1078/2742 993/1112/2743 1023/1142/2744 -f 1023/1142/2744 993/1112/2743 995/1114/2745 -f 1023/1142/2744 995/1114/2745 1021/1140/2746 -f 1021/1140/2746 995/1114/2745 997/1116/2747 -f 1021/1140/2746 997/1116/2747 1019/1138/2748 -f 1019/1138/2748 997/1116/2747 999/1118/2749 -f 1019/1138/2748 999/1118/2749 1017/1136/2750 -f 1017/1136/2750 999/1118/2749 1001/1120/2751 -f 1017/1136/2750 1001/1120/2751 1015/1134/2752 -f 1015/1134/2752 1001/1120/2751 1003/1122/2753 -f 1015/1134/2752 1003/1122/2753 1013/1132/2754 -f 1013/1132/2754 1003/1122/2753 1005/1124/2755 -f 1013/1132/2754 1005/1124/2755 1011/1130/2756 -f 1011/1130/2756 1005/1124/2755 1007/1126/2757 -f 1011/1130/2756 1007/1126/2757 1009/1128/2758 -f 991/1110/2741 961/1080/2740 989/1108/2759 -f 989/1108/2759 961/1080/2740 963/1082/2760 -f 989/1108/2759 963/1082/2760 987/1106/2761 -f 987/1106/2761 963/1082/2760 965/1084/2762 -f 987/1106/2761 965/1084/2762 985/1104/2763 -f 985/1104/2763 965/1084/2762 967/1086/2764 -f 985/1104/2763 967/1086/2764 983/1102/2765 -f 983/1102/2765 967/1086/2764 969/1088/2766 -f 983/1102/2765 969/1088/2766 981/1100/2767 -f 981/1100/2767 969/1088/2766 971/1090/2768 -f 981/1100/2767 971/1090/2768 979/1098/2769 -f 979/1098/2769 971/1090/2768 973/1092/2770 -f 979/1098/2769 973/1092/2770 977/1096/2771 -f 977/1096/2771 973/1092/2770 975/1094/2772 +f 876/998/2482 906/1028/2483 874/996/2484 +f 874/996/2484 906/1028/2483 908/1030/2485 +f 874/996/2484 908/1030/2485 938/1060/2486 +f 938/1060/2486 908/1030/2485 910/1032/2487 +f 938/1060/2486 910/1032/2487 936/1058/2488 +f 936/1058/2488 910/1032/2487 912/1034/2489 +f 936/1058/2488 912/1034/2489 934/1056/2490 +f 934/1056/2490 912/1034/2489 914/1036/2491 +f 934/1056/2490 914/1036/2491 932/1054/2492 +f 932/1054/2492 914/1036/2491 916/1038/2493 +f 932/1054/2492 916/1038/2493 930/1052/2494 +f 930/1052/2494 916/1038/2493 918/1040/2495 +f 930/1052/2494 918/1040/2495 928/1050/2496 +f 928/1050/2496 918/1040/2495 920/1042/2497 +f 928/1050/2496 920/1042/2497 926/1048/2498 +f 926/1048/2498 920/1042/2497 922/1044/2499 +f 926/1048/2498 922/1044/2499 924/1046/2500 +f 906/1028/2483 876/998/2482 904/1026/2501 +f 904/1026/2501 876/998/2482 878/1000/2502 +f 904/1026/2501 878/1000/2502 902/1024/2503 +f 902/1024/2503 878/1000/2502 880/1002/2504 +f 902/1024/2503 880/1002/2504 900/1022/2505 +f 900/1022/2505 880/1002/2504 882/1004/2506 +f 900/1022/2505 882/1004/2506 898/1020/2507 +f 898/1020/2507 882/1004/2506 884/1006/2508 +f 898/1020/2507 884/1006/2508 896/1018/2509 +f 896/1018/2509 884/1006/2508 886/1008/2510 +f 896/1018/2509 886/1008/2510 894/1016/2511 +f 894/1016/2511 886/1008/2510 888/1010/2512 +f 894/1016/2511 888/1010/2512 892/1014/2513 +f 892/1014/2513 888/1010/2512 890/1012/2514 s 4 -f 1026/1145/2773 1041/1160/2774 1025/1144/2775 -f 1025/1144/2775 1041/1160/2774 1042/1161/2776 -f 1025/1144/2775 1042/1161/2776 1024/1143/2777 -f 1024/1143/2777 1042/1161/2776 1043/1162/2778 -f 1024/1143/2777 1043/1162/2778 1057/1176/2779 -f 1057/1176/2779 1043/1162/2778 1044/1163/2780 -f 1057/1176/2779 1044/1163/2780 1056/1175/2781 -f 1056/1175/2781 1044/1163/2780 1045/1164/2782 -f 1056/1175/2781 1045/1164/2782 1055/1174/2783 -f 1055/1174/2783 1045/1164/2782 1046/1165/2784 -f 1055/1174/2783 1046/1165/2784 1054/1173/2785 -f 1054/1173/2785 1046/1165/2784 1047/1166/2786 -f 1054/1173/2785 1047/1166/2786 1053/1172/2787 -f 1053/1172/2787 1047/1166/2786 1048/1167/2788 -f 1053/1172/2787 1048/1167/2788 1052/1171/2789 -f 1052/1171/2789 1048/1167/2788 1049/1168/2790 -f 1052/1171/2789 1049/1168/2790 1051/1170/2791 -f 1051/1170/2791 1049/1168/2790 1050/1169/2792 -f 1041/1160/2774 1026/1145/2773 1040/1159/2793 -f 1040/1159/2793 1026/1145/2773 1027/1146/2794 -f 1040/1159/2793 1027/1146/2794 1039/1158/2795 -f 1039/1158/2795 1027/1146/2794 1028/1147/2796 -f 1039/1158/2795 1028/1147/2796 1038/1157/2797 -f 1038/1157/2797 1028/1147/2796 1029/1148/2798 -f 1038/1157/2797 1029/1148/2798 1037/1156/2799 -f 1037/1156/2799 1029/1148/2798 1030/1149/2800 -f 1037/1156/2799 1030/1149/2800 1036/1155/2801 -f 1036/1155/2801 1030/1149/2800 1031/1150/2802 -f 1036/1155/2801 1031/1150/2802 1035/1154/2803 -f 1035/1154/2803 1031/1150/2802 1032/1151/2804 -f 1035/1154/2803 1032/1151/2804 1034/1153/2805 -f 1034/1153/2805 1032/1151/2804 1033/1152/2806 +f 941/1063/2515 956/1078/2516 940/1062/2517 +f 940/1062/2517 956/1078/2516 957/1079/2518 +f 940/1062/2517 957/1079/2518 939/1061/2519 +f 939/1061/2519 957/1079/2518 958/1080/2520 +f 939/1061/2519 958/1080/2520 972/1094/2521 +f 972/1094/2521 958/1080/2520 959/1081/2522 +f 972/1094/2521 959/1081/2522 971/1093/2523 +f 971/1093/2523 959/1081/2522 960/1082/2524 +f 971/1093/2523 960/1082/2524 970/1092/2525 +f 970/1092/2525 960/1082/2524 961/1083/2526 +f 970/1092/2525 961/1083/2526 969/1091/2527 +f 969/1091/2527 961/1083/2526 962/1084/2528 +f 969/1091/2527 962/1084/2528 968/1090/2529 +f 968/1090/2529 962/1084/2528 963/1085/2530 +f 968/1090/2529 963/1085/2530 967/1089/2531 +f 967/1089/2531 963/1085/2530 964/1086/2532 +f 967/1089/2531 964/1086/2532 966/1088/2533 +f 966/1088/2533 964/1086/2532 965/1087/2534 +f 956/1078/2516 941/1063/2515 955/1077/2535 +f 955/1077/2535 941/1063/2515 942/1064/2536 +f 955/1077/2535 942/1064/2536 954/1076/2537 +f 954/1076/2537 942/1064/2536 943/1065/2538 +f 954/1076/2537 943/1065/2538 953/1075/2539 +f 953/1075/2539 943/1065/2538 944/1066/2540 +f 953/1075/2539 944/1066/2540 952/1074/2541 +f 952/1074/2541 944/1066/2540 945/1067/2542 +f 952/1074/2541 945/1067/2542 951/1073/2543 +f 951/1073/2543 945/1067/2542 946/1068/2544 +f 951/1073/2543 946/1068/2544 950/1072/2545 +f 950/1072/2545 946/1068/2544 947/1069/2546 +f 950/1072/2545 947/1069/2546 949/1071/2547 +f 949/1071/2547 947/1069/2546 948/1070/2548 v -86.000000 -205.000000 85.000000 v -79.000000 -205.000000 85.000000 v -86.000000 -205.000000 84.000000 @@ -7868,187 +7175,187 @@ vn 0.000006 0.000000 -1.000000 vn 0.000006 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 s 1 -f 1058/1177/2807 1059/1178/2808 1060/1179/2809 -f 1060/1179/2809 1059/1178/2808 1061/1180/2810 -f 1060/1179/2809 1061/1180/2810 1062/1181/2811 -f 1062/1181/2811 1061/1180/2810 1063/1182/2812 -f 1060/1179/2809 1062/1181/2811 1064/1183/2813 -f 1060/1179/2809 1064/1183/2813 1065/1184/2814 +f 973/1095/2549 974/1096/2550 975/1097/2551 +f 975/1097/2551 974/1096/2550 976/1098/2552 +f 975/1097/2551 976/1098/2552 977/1099/2553 +f 977/1099/2553 976/1098/2552 978/1100/2554 +f 975/1097/2551 977/1099/2553 979/1101/2555 +f 975/1097/2551 979/1101/2555 980/1102/2556 s 2 -f 1066/1185/2815 1067/1186/2816 1068/1187/2817 -f 1068/1187/2817 1067/1186/2816 1069/1188/2818 -f 1068/1187/2817 1069/1188/2818 1070/1189/2819 -f 1070/1189/2819 1069/1188/2818 1071/1190/2820 -f 1068/1187/2817 1070/1189/2819 1072/1191/2821 -f 1068/1187/2817 1072/1191/2821 1073/1192/2822 +f 981/1103/2557 982/1104/2558 983/1105/2559 +f 983/1105/2559 982/1104/2558 984/1106/2560 +f 983/1105/2559 984/1106/2560 985/1107/2561 +f 985/1107/2561 984/1106/2560 986/1108/2562 +f 983/1105/2559 985/1107/2561 987/1109/2563 +f 983/1105/2559 987/1109/2563 988/1110/2564 s 3 -f 1074/1193/2823 1075/1194/2824 1076/1195/2825 -f 1076/1195/2825 1075/1194/2824 1077/1196/2826 -f 1076/1195/2825 1077/1196/2826 1078/1197/2827 -f 1078/1197/2827 1077/1196/2826 1079/1198/2828 -f 1076/1195/2825 1078/1197/2827 1080/1199/2829 -f 1076/1195/2825 1080/1199/2829 1081/1200/2830 +f 989/1111/2565 990/1112/2566 991/1113/2567 +f 991/1113/2567 990/1112/2566 992/1114/2568 +f 991/1113/2567 992/1114/2568 993/1115/2569 +f 993/1115/2569 992/1114/2568 994/1116/2570 +f 991/1113/2567 993/1115/2569 995/1117/2571 +f 991/1113/2567 995/1117/2571 996/1118/2572 s 4 -f 1082/1201/2831 1083/1202/2832 1084/1203/2833 -f 1084/1203/2833 1083/1202/2832 1085/1204/2834 -f 1085/1204/2834 1083/1202/2832 1086/1205/2835 -f 1087/1206/2836 1086/1205/2835 1083/1202/2832 -f 1086/1205/2835 1088/1207/2837 1085/1204/2834 -f 1085/1204/2834 1088/1207/2837 1089/1208/2838 +f 997/1119/2573 998/1120/2574 999/1121/2575 +f 999/1121/2575 998/1120/2574 1000/1122/2576 +f 1000/1122/2576 998/1120/2574 1001/1123/2577 +f 1002/1124/2578 1001/1123/2577 998/1120/2574 +f 1001/1123/2577 1003/1125/2579 1000/1122/2576 +f 1000/1122/2576 1003/1125/2579 1004/1126/2580 s 5 -f 1090/1209/2839 1091/1210/2840 1092/1211/2841 -f 1092/1211/2841 1091/1210/2840 1093/1212/2842 +f 1005/1127/2581 1006/1128/2582 1007/1129/2583 +f 1007/1129/2583 1006/1128/2582 1008/1130/2584 s 6 -f 1094/1213/2843 1095/1214/2844 1096/1215/2845 -f 1096/1215/2845 1095/1214/2844 1097/1216/2846 -f 1097/1216/2846 1095/1214/2844 1098/1217/2847 -f 1099/1218/2848 1100/1219/2849 1095/1214/2844 -f 1095/1214/2844 1100/1219/2849 1098/1217/2847 -f 1097/1216/2846 1098/1217/2847 1101/1220/2850 +f 1009/1131/2585 1010/1132/2586 1011/1133/2587 +f 1011/1133/2587 1010/1132/2586 1012/1134/2588 +f 1012/1134/2588 1010/1132/2586 1013/1135/2589 +f 1014/1136/2590 1015/1137/2591 1010/1132/2586 +f 1010/1132/2586 1015/1137/2591 1013/1135/2589 +f 1012/1134/2588 1013/1135/2589 1016/1138/2592 s 7 -f 1102/1221/2851 1103/1222/2852 1104/1223/2853 -f 1104/1223/2853 1103/1222/2852 1105/1224/2854 -f 1104/1223/2853 1105/1224/2854 1106/1225/2855 -f 1106/1225/2855 1105/1224/2854 1107/1226/2856 -f 1107/1226/2856 1105/1224/2854 1108/1227/2857 -f 1104/1223/2853 1106/1225/2855 1109/1228/2858 +f 1017/1139/2593 1018/1140/2594 1019/1141/2595 +f 1019/1141/2595 1018/1140/2594 1020/1142/2596 +f 1019/1141/2595 1020/1142/2596 1021/1143/2597 +f 1021/1143/2597 1020/1142/2596 1022/1144/2598 +f 1022/1144/2598 1020/1142/2596 1023/1145/2599 +f 1019/1141/2595 1021/1143/2597 1024/1146/2600 s 8 -f 1110/1229/2859 1111/1230/2860 1112/1231/2861 -f 1112/1231/2861 1111/1230/2860 1113/1232/2862 -f 1112/1231/2861 1113/1232/2862 1114/1233/2863 -f 1114/1233/2863 1113/1232/2862 1115/1234/2864 -f 1115/1234/2864 1113/1232/2862 1116/1235/2865 -f 1112/1231/2861 1114/1233/2863 1117/1236/2866 +f 1025/1147/2601 1026/1148/2602 1027/1149/2603 +f 1027/1149/2603 1026/1148/2602 1028/1150/2604 +f 1027/1149/2603 1028/1150/2604 1029/1151/2605 +f 1029/1151/2605 1028/1150/2604 1030/1152/2606 +f 1030/1152/2606 1028/1150/2604 1031/1153/2607 +f 1027/1149/2603 1029/1151/2605 1032/1154/2608 s 9 -f 1118/1237/2867 1119/1238/2868 1120/1239/2869 -f 1120/1239/2869 1119/1238/2868 1121/1240/2870 +f 1033/1155/2609 1034/1156/2610 1035/1157/2611 +f 1035/1157/2611 1034/1156/2610 1036/1158/2612 s 10 -f 1122/1241/2871 1123/1242/2872 1124/1243/2873 -f 1124/1243/2873 1123/1242/2872 1125/1244/2874 -f 1124/1243/2873 1125/1244/2874 1126/1245/2875 -f 1126/1245/2875 1125/1244/2874 1127/1246/2876 -f 1127/1246/2876 1125/1244/2874 1128/1247/2877 -f 1124/1243/2873 1126/1245/2875 1129/1248/2878 +f 1037/1159/2613 1038/1160/2614 1039/1161/2615 +f 1039/1161/2615 1038/1160/2614 1040/1162/2616 +f 1039/1161/2615 1040/1162/2616 1041/1163/2617 +f 1041/1163/2617 1040/1162/2616 1042/1164/2618 +f 1042/1164/2618 1040/1162/2616 1043/1165/2619 +f 1039/1161/2615 1041/1163/2617 1044/1166/2620 s 11 -f 1069/1188/2879 1097/1216/2880 1071/1190/2881 -f 1071/1190/2881 1097/1216/2880 1101/1220/2882 +f 984/1106/2621 1012/1134/2622 986/1108/2623 +f 986/1108/2623 1012/1134/2622 1016/1138/2624 s 12 -f 1071/1190/2883 1101/1220/2884 1070/1189/2885 -f 1070/1189/2885 1101/1220/2884 1098/1217/2886 +f 986/1108/2625 1016/1138/2626 985/1107/2627 +f 985/1107/2627 1016/1138/2626 1013/1135/2628 s 13 -f 1070/1249/2887 1098/1217/2888 1100/1219/2889 -f 1072/1191/2890 1070/1249/2887 1100/1219/2889 +f 985/1167/2629 1013/1135/2630 1015/1137/2631 +f 987/1109/2632 985/1167/2629 1015/1137/2631 s 14 -f 1072/1191/2891 1100/1219/2892 1073/1192/2893 -f 1073/1192/2893 1100/1219/2892 1099/1218/2894 +f 987/1109/2633 1015/1137/2634 988/1110/2635 +f 988/1110/2635 1015/1137/2634 1014/1136/2636 s 15 -f 1073/1192/2895 1099/1218/2896 1068/1187/2897 -f 1068/1187/2897 1099/1218/2896 1095/1214/2898 +f 988/1110/2637 1014/1136/2638 983/1105/2639 +f 983/1105/2639 1014/1136/2638 1010/1132/2640 s 16 -f 1068/1187/2899 1095/1214/2900 1066/1185/2901 -f 1066/1185/2901 1095/1214/2900 1094/1213/2902 +f 983/1105/2641 1010/1132/2642 981/1103/2643 +f 981/1103/2643 1010/1132/2642 1009/1131/2644 s 17 -f 1067/1186/2903 1066/1185/2904 1091/1210/2905 -f 1091/1210/2905 1066/1185/2904 1094/1213/2906 -f 1091/1210/2905 1094/1213/2906 1118/1237/2907 -f 1118/1237/2907 1094/1213/2906 1096/1215/2908 -f 1118/1237/2907 1096/1215/2908 1119/1238/2909 -f 1119/1238/2909 1096/1215/2908 1067/1186/2903 -f 1119/1238/2909 1067/1186/2903 1090/1209/2910 -f 1090/1209/2910 1067/1186/2903 1091/1210/2905 +f 982/1104/2645 981/1103/2646 1006/1128/2647 +f 1006/1128/2647 981/1103/2646 1009/1131/2648 +f 1006/1128/2647 1009/1131/2648 1033/1155/2649 +f 1033/1155/2649 1009/1131/2648 1011/1133/2650 +f 1033/1155/2649 1011/1133/2650 1034/1156/2651 +f 1034/1156/2651 1011/1133/2650 982/1104/2645 +f 1034/1156/2651 982/1104/2645 1005/1127/2652 +f 1005/1127/2652 982/1104/2645 1006/1128/2647 s 18 -f 1075/1194/2911 1102/1221/2912 1077/1196/2913 -f 1077/1196/2913 1102/1221/2912 1104/1223/2914 +f 990/1112/2653 1017/1139/2654 992/1114/2655 +f 992/1114/2655 1017/1139/2654 1019/1141/2656 s 19 -f 1077/1196/2915 1104/1223/2916 1079/1198/2917 -f 1079/1198/2917 1104/1223/2916 1109/1228/2918 +f 992/1114/2657 1019/1141/2658 994/1116/2659 +f 994/1116/2659 1019/1141/2658 1024/1146/2660 s 20 -f 1079/1198/2919 1109/1228/2920 1078/1197/2921 -f 1078/1197/2921 1109/1228/2920 1106/1225/2922 +f 994/1116/2661 1024/1146/2662 993/1115/2663 +f 993/1115/2663 1024/1146/2662 1021/1143/2664 s 21 -f 1078/1250/2923 1106/1225/2924 1107/1226/2925 -f 1080/1199/2926 1078/1250/2923 1107/1226/2925 +f 993/1168/2665 1021/1143/2666 1022/1144/2667 +f 995/1117/2668 993/1168/2665 1022/1144/2667 s 22 -f 1080/1199/2927 1107/1226/2928 1081/1200/2929 -f 1081/1200/2929 1107/1226/2928 1108/1227/2930 +f 995/1117/2669 1022/1144/2670 996/1118/2671 +f 996/1118/2671 1022/1144/2670 1023/1145/2672 s 23 -f 1081/1200/2931 1108/1227/2932 1076/1195/2933 -f 1076/1195/2933 1108/1227/2932 1105/1224/2934 +f 996/1118/2673 1023/1145/2674 991/1113/2675 +f 991/1113/2675 1023/1145/2674 1020/1142/2676 s 24 -f 1076/1195/2935 1105/1224/2936 1074/1193/2937 -f 1074/1193/2937 1105/1224/2936 1103/1222/2938 +f 991/1113/2677 1020/1142/2678 989/1111/2679 +f 989/1111/2679 1020/1142/2678 1018/1140/2680 s 25 -f 1103/1222/2939 1093/1212/2940 1074/1193/2941 -f 1074/1193/2941 1093/1212/2940 1091/1210/2942 -f 1074/1193/2941 1091/1210/2942 1075/1194/2943 -f 1075/1194/2943 1091/1210/2942 1102/1221/2944 -f 1102/1221/2944 1091/1210/2942 1118/1237/2945 -f 1102/1221/2944 1118/1237/2945 1103/1222/2939 -f 1103/1222/2939 1118/1237/2945 1120/1239/2946 -f 1103/1222/2939 1120/1239/2946 1093/1212/2940 +f 1018/1140/2681 1008/1130/2682 989/1111/2683 +f 989/1111/2683 1008/1130/2682 1006/1128/2684 +f 989/1111/2683 1006/1128/2684 990/1112/2685 +f 990/1112/2685 1006/1128/2684 1017/1139/2686 +f 1017/1139/2686 1006/1128/2684 1033/1155/2687 +f 1017/1139/2686 1033/1155/2687 1018/1140/2681 +f 1018/1140/2681 1033/1155/2687 1035/1157/2688 +f 1018/1140/2681 1035/1157/2688 1008/1130/2682 s 26 -f 1120/1239/2947 1122/1241/2948 1093/1212/2949 -f 1093/1212/2949 1122/1241/2948 1082/1201/2950 -f 1093/1212/2949 1082/1201/2950 1084/1203/2951 -f 1122/1241/2948 1120/1239/2947 1123/1242/2952 -f 1123/1242/2952 1120/1239/2947 1121/1240/2953 -f 1123/1242/2952 1121/1240/2953 1092/1211/2954 -f 1123/1242/2952 1092/1211/2954 1084/1203/2951 -f 1084/1203/2951 1092/1211/2954 1093/1212/2949 +f 1035/1157/2689 1037/1159/2690 1008/1130/2691 +f 1008/1130/2691 1037/1159/2690 997/1119/2692 +f 1008/1130/2691 997/1119/2692 999/1121/2693 +f 1037/1159/2690 1035/1157/2689 1038/1160/2694 +f 1038/1160/2694 1035/1157/2689 1036/1158/2695 +f 1038/1160/2694 1036/1158/2695 1007/1129/2696 +f 1038/1160/2694 1007/1129/2696 999/1121/2693 +f 999/1121/2693 1007/1129/2696 1008/1130/2691 s 27 -f 1082/1201/2955 1122/1241/2956 1083/1202/2957 -f 1083/1202/2957 1122/1241/2956 1124/1243/2958 +f 997/1119/2697 1037/1159/2698 998/1120/2699 +f 998/1120/2699 1037/1159/2698 1039/1161/2700 s 28 -f 1083/1202/2959 1124/1243/2960 1087/1206/2961 -f 1087/1206/2961 1124/1243/2960 1129/1248/2962 +f 998/1120/2701 1039/1161/2702 1002/1124/2703 +f 1002/1124/2703 1039/1161/2702 1044/1166/2704 s 29 -f 1087/1206/2963 1129/1248/2964 1086/1205/2965 -f 1086/1205/2965 1129/1248/2964 1126/1245/2966 +f 1002/1124/2705 1044/1166/2706 1001/1123/2707 +f 1001/1123/2707 1044/1166/2706 1041/1163/2708 s 30 -f 1086/1251/2967 1126/1245/2968 1127/1246/2969 -f 1088/1207/2970 1086/1251/2967 1127/1246/2969 +f 1001/1169/2709 1041/1163/2710 1042/1164/2711 +f 1003/1125/2712 1001/1169/2709 1042/1164/2711 s 31 -f 1088/1207/2971 1127/1246/2972 1089/1208/2973 -f 1089/1208/2973 1127/1246/2972 1128/1247/2974 +f 1003/1125/2713 1042/1164/2714 1004/1126/2715 +f 1004/1126/2715 1042/1164/2714 1043/1165/2716 s 32 -f 1089/1208/2975 1128/1247/2976 1085/1204/2977 -f 1085/1204/2977 1128/1247/2976 1125/1244/2978 +f 1004/1126/2717 1043/1165/2718 1000/1122/2719 +f 1000/1122/2719 1043/1165/2718 1040/1162/2720 s 33 -f 1085/1204/2979 1125/1244/2980 1084/1203/2981 -f 1084/1203/2981 1125/1244/2980 1123/1242/2982 +f 1000/1122/2721 1040/1162/2722 999/1121/2723 +f 999/1121/2723 1040/1162/2722 1038/1160/2724 s 34 -f 1121/1240/2983 1059/1178/2984 1092/1211/2985 -f 1092/1211/2985 1059/1178/2984 1058/1177/2986 -f 1092/1211/2985 1058/1177/2986 1090/1209/2987 -f 1090/1209/2987 1058/1177/2986 1111/1230/2988 -f 1090/1209/2987 1111/1230/2988 1119/1238/2989 -f 1119/1238/2989 1111/1230/2988 1110/1229/2990 -f 1119/1238/2989 1110/1229/2990 1121/1240/2983 -f 1121/1240/2983 1110/1229/2990 1059/1178/2984 +f 1036/1158/2725 974/1096/2726 1007/1129/2727 +f 1007/1129/2727 974/1096/2726 973/1095/2728 +f 1007/1129/2727 973/1095/2728 1005/1127/2729 +f 1005/1127/2729 973/1095/2728 1026/1148/2730 +f 1005/1127/2729 1026/1148/2730 1034/1156/2731 +f 1034/1156/2731 1026/1148/2730 1025/1147/2732 +f 1034/1156/2731 1025/1147/2732 1036/1158/2725 +f 1036/1158/2725 1025/1147/2732 974/1096/2726 s 35 -f 1059/1178/2991 1110/1229/2992 1061/1180/2993 -f 1061/1180/2993 1110/1229/2992 1112/1231/2994 +f 974/1096/2733 1025/1147/2734 976/1098/2735 +f 976/1098/2735 1025/1147/2734 1027/1149/2736 s 36 -f 1061/1180/2995 1112/1231/2996 1063/1182/2997 -f 1063/1182/2997 1112/1231/2996 1117/1236/2998 +f 976/1098/2737 1027/1149/2738 978/1100/2739 +f 978/1100/2739 1027/1149/2738 1032/1154/2740 s 37 -f 1063/1182/2999 1117/1236/3000 1062/1181/3001 -f 1062/1181/3001 1117/1236/3000 1114/1233/3002 +f 978/1100/2741 1032/1154/2742 977/1099/2743 +f 977/1099/2743 1032/1154/2742 1029/1151/2744 s 38 -f 1062/1252/3003 1114/1233/3004 1115/1234/3005 -f 1064/1183/3006 1062/1252/3003 1115/1234/3005 +f 977/1170/2745 1029/1151/2746 1030/1152/2747 +f 979/1101/2748 977/1170/2745 1030/1152/2747 s 39 -f 1064/1183/3007 1115/1234/3008 1065/1184/3009 -f 1065/1184/3009 1115/1234/3008 1116/1235/3010 +f 979/1101/2749 1030/1152/2750 980/1102/2751 +f 980/1102/2751 1030/1152/2750 1031/1153/2752 s 40 -f 1065/1184/3011 1116/1235/3012 1060/1179/3013 -f 1060/1179/3013 1116/1235/3012 1113/1232/3014 +f 980/1102/2753 1031/1153/2754 975/1097/2755 +f 975/1097/2755 1031/1153/2754 1028/1150/2756 s 41 -f 1060/1179/3015 1113/1232/3016 1058/1177/3017 -f 1058/1177/3017 1113/1232/3016 1111/1230/3018 +f 975/1097/2757 1028/1150/2758 973/1095/2759 +f 973/1095/2759 1028/1150/2758 1026/1148/2760 s 42 -f 1067/1186/3019 1096/1215/3020 1069/1188/3021 -f 1069/1188/3021 1096/1215/3020 1097/1216/3022 +f 982/1104/2761 1011/1133/2762 984/1106/2763 +f 984/1106/2763 1011/1133/2762 1012/1134/2764 v 79.000000 -205.000000 85.000000 v 86.000000 -205.000000 85.000000 v 79.000000 -205.000000 84.000000 @@ -8430,90211 +7737,9263 @@ vn 0.000006 0.000000 -1.000000 vn 0.000006 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 s 1 -f 1130/1253/3023 1131/1254/3024 1132/1255/3025 -f 1132/1255/3025 1131/1254/3024 1133/1256/3026 -f 1132/1255/3025 1133/1256/3026 1134/1257/3027 -f 1134/1257/3027 1133/1256/3026 1135/1258/3028 -f 1132/1255/3025 1134/1257/3027 1136/1259/3029 -f 1132/1255/3025 1136/1259/3029 1137/1260/3030 +f 1045/1171/2765 1046/1172/2766 1047/1173/2767 +f 1047/1173/2767 1046/1172/2766 1048/1174/2768 +f 1047/1173/2767 1048/1174/2768 1049/1175/2769 +f 1049/1175/2769 1048/1174/2768 1050/1176/2770 +f 1047/1173/2767 1049/1175/2769 1051/1177/2771 +f 1047/1173/2767 1051/1177/2771 1052/1178/2772 s 2 -f 1138/1261/3031 1139/1262/3032 1140/1263/3033 -f 1140/1263/3033 1139/1262/3032 1141/1264/3034 -f 1140/1263/3033 1141/1264/3034 1142/1265/3035 -f 1142/1265/3035 1141/1264/3034 1143/1266/3036 -f 1140/1263/3033 1142/1265/3035 1144/1267/3037 -f 1140/1263/3033 1144/1267/3037 1145/1268/3038 +f 1053/1179/2773 1054/1180/2774 1055/1181/2775 +f 1055/1181/2775 1054/1180/2774 1056/1182/2776 +f 1055/1181/2775 1056/1182/2776 1057/1183/2777 +f 1057/1183/2777 1056/1182/2776 1058/1184/2778 +f 1055/1181/2775 1057/1183/2777 1059/1185/2779 +f 1055/1181/2775 1059/1185/2779 1060/1186/2780 s 3 -f 1146/1269/3039 1147/1270/3040 1148/1271/3041 -f 1148/1271/3041 1147/1270/3040 1149/1272/3042 +f 1061/1187/2781 1062/1188/2782 1063/1189/2783 +f 1063/1189/2783 1062/1188/2782 1064/1190/2784 s 4 -f 1148/1271/3043 1149/1272/3044 1150/1273/3045 +f 1063/1189/2785 1064/1190/2786 1065/1191/2787 s off -f 1150/1273/3046 1149/1272/3047 1151/1274/3048 -f 1151/1274/3049 1149/1272/3050 1152/1275/3051 +f 1065/1191/2788 1064/1190/2789 1066/1192/2790 +f 1066/1192/2791 1064/1190/2792 1067/1193/2793 s 4 -f 1148/1271/3043 1150/1273/3045 1153/1276/3052 +f 1063/1189/2785 1065/1191/2787 1068/1194/2794 s 5 -f 1154/1277/3053 1155/1278/3054 1156/1279/3055 -f 1156/1279/3055 1155/1278/3054 1157/1280/3056 +f 1069/1195/2795 1070/1196/2796 1071/1197/2797 +f 1071/1197/2797 1070/1196/2796 1072/1198/2798 s 6 -f 1157/1280/3057 1155/1278/3058 1158/1281/3059 -f 1159/1282/3060 1158/1281/3059 1155/1278/3058 +f 1072/1198/2799 1070/1196/2800 1073/1199/2801 +f 1074/1200/2802 1073/1199/2801 1070/1196/2800 s off -f 1158/1281/3061 1160/1283/3062 1157/1280/3063 -f 1157/1280/3064 1160/1283/3065 1161/1284/3066 +f 1073/1199/2803 1075/1201/2804 1072/1198/2805 +f 1072/1198/2806 1075/1201/2807 1076/1202/2808 s 7 -f 1162/1285/3067 1163/1286/3068 1164/1287/3069 -f 1164/1287/3069 1163/1286/3068 1165/1288/3070 +f 1077/1203/2809 1078/1204/2810 1079/1205/2811 +f 1079/1205/2811 1078/1204/2810 1080/1206/2812 s 8 -f 1166/1289/3071 1167/1290/3072 1168/1291/3073 -f 1168/1291/3073 1167/1290/3072 1169/1292/3074 -f 1169/1292/3074 1167/1290/3072 1170/1293/3075 -f 1171/1294/3076 1172/1295/3077 1167/1290/3072 -f 1167/1290/3072 1172/1295/3077 1170/1293/3075 -f 1169/1292/3074 1170/1293/3075 1173/1296/3078 +f 1081/1207/2813 1082/1208/2814 1083/1209/2815 +f 1083/1209/2815 1082/1208/2814 1084/1210/2816 +f 1084/1210/2816 1082/1208/2814 1085/1211/2817 +f 1086/1212/2818 1087/1213/2819 1082/1208/2814 +f 1082/1208/2814 1087/1213/2819 1085/1211/2817 +f 1084/1210/2816 1085/1211/2817 1088/1214/2820 s 9 -f 1174/1297/3079 1175/1298/3080 1176/1299/3081 -f 1176/1299/3081 1175/1298/3080 1177/1300/3082 +f 1089/1215/2821 1090/1216/2822 1091/1217/2823 +f 1091/1217/2823 1090/1216/2822 1092/1218/2824 s 10 -f 1176/1299/3083 1177/1300/3084 1150/1273/3085 -f 1150/1273/3085 1177/1300/3084 1178/1301/3086 +f 1091/1217/2825 1092/1218/2826 1065/1191/2827 +f 1065/1191/2827 1092/1218/2826 1093/1219/2828 s off -f 1176/1299/3087 1150/1273/3088 1179/1302/3089 -f 1176/1299/3090 1179/1302/3091 1180/1303/3092 +f 1091/1217/2829 1065/1191/2830 1094/1220/2831 +f 1091/1217/2832 1094/1220/2833 1095/1221/2834 s 11 -f 1181/1304/3093 1182/1305/3094 1183/1306/3095 -f 1183/1306/3095 1182/1305/3094 1184/1307/3096 -f 1183/1306/3095 1184/1307/3096 1185/1308/3097 -f 1185/1308/3097 1184/1307/3096 1186/1309/3098 -f 1186/1309/3098 1184/1307/3096 1187/1310/3099 -f 1183/1306/3095 1185/1308/3097 1188/1311/3100 +f 1096/1222/2835 1097/1223/2836 1098/1224/2837 +f 1098/1224/2837 1097/1223/2836 1099/1225/2838 +f 1098/1224/2837 1099/1225/2838 1100/1226/2839 +f 1100/1226/2839 1099/1225/2838 1101/1227/2840 +f 1101/1227/2840 1099/1225/2838 1102/1228/2841 +f 1098/1224/2837 1100/1226/2839 1103/1229/2842 s 12 -f 1189/1312/3101 1190/1313/3102 1191/1314/3103 -f 1191/1314/3103 1190/1313/3102 1192/1315/3104 +f 1104/1230/2843 1105/1231/2844 1106/1232/2845 +f 1106/1232/2845 1105/1231/2844 1107/1233/2846 s 13 -f 1193/1316/3105 1194/1317/3106 1195/1318/3107 -f 1195/1318/3107 1194/1317/3106 1196/1319/3108 +f 1108/1234/2847 1109/1235/2848 1110/1236/2849 +f 1110/1236/2849 1109/1235/2848 1111/1237/2850 s 14 -f 1195/1318/3109 1196/1319/3110 1158/1281/3111 +f 1110/1236/2851 1111/1237/2852 1073/1199/2853 s off -f 1158/1281/3112 1196/1319/3113 1197/1320/3114 -f 1197/1320/3115 1196/1319/3116 1198/1321/3117 +f 1073/1199/2854 1111/1237/2855 1112/1238/2856 +f 1112/1238/2857 1111/1237/2858 1113/1239/2859 s 14 -f 1195/1318/3109 1158/1281/3111 1199/1322/3118 +f 1110/1236/2851 1073/1199/2853 1114/1240/2860 s 15 -f 1141/1264/3119 1169/1292/3120 1143/1266/3121 -f 1143/1266/3121 1169/1292/3120 1173/1296/3122 +f 1056/1182/2861 1084/1210/2862 1058/1184/2863 +f 1058/1184/2863 1084/1210/2862 1088/1214/2864 s 16 -f 1143/1266/3123 1173/1296/3124 1142/1265/3125 -f 1142/1265/3125 1173/1296/3124 1170/1293/3126 +f 1058/1184/2865 1088/1214/2866 1057/1183/2867 +f 1057/1183/2867 1088/1214/2866 1085/1211/2868 s 17 -f 1142/1323/3127 1170/1293/3128 1172/1295/3129 -f 1144/1267/3130 1142/1324/3127 1172/1295/3129 +f 1057/1241/2869 1085/1211/2870 1087/1213/2871 +f 1059/1185/2872 1057/1242/2869 1087/1213/2871 s 18 -f 1144/1267/3131 1172/1295/3132 1145/1268/3133 -f 1145/1268/3133 1172/1295/3132 1171/1294/3134 +f 1059/1185/2873 1087/1213/2874 1060/1186/2875 +f 1060/1186/2875 1087/1213/2874 1086/1212/2876 s 19 -f 1145/1268/3135 1171/1294/3136 1140/1263/3137 -f 1140/1263/3137 1171/1294/3136 1167/1290/3138 +f 1060/1186/2877 1086/1212/2878 1055/1181/2879 +f 1055/1181/2879 1086/1212/2878 1082/1208/2880 s 20 -f 1140/1263/3139 1167/1290/3140 1138/1261/3141 -f 1138/1261/3141 1167/1290/3140 1166/1289/3142 +f 1055/1181/2881 1082/1208/2882 1053/1179/2883 +f 1053/1179/2883 1082/1208/2882 1081/1207/2884 s 21 -f 1139/1262/3143 1138/1261/3144 1163/1286/3145 -f 1163/1286/3145 1138/1261/3144 1166/1289/3146 -f 1163/1286/3145 1166/1289/3146 1189/1312/3147 -f 1189/1312/3147 1166/1289/3146 1168/1291/3148 -f 1189/1312/3147 1168/1291/3148 1190/1313/3149 -f 1190/1313/3149 1168/1291/3148 1139/1262/3143 -f 1190/1313/3149 1139/1262/3143 1162/1285/3150 -f 1162/1285/3150 1139/1262/3143 1163/1286/3145 +f 1054/1180/2885 1053/1179/2886 1078/1204/2887 +f 1078/1204/2887 1053/1179/2886 1081/1207/2888 +f 1078/1204/2887 1081/1207/2888 1104/1230/2889 +f 1104/1230/2889 1081/1207/2888 1083/1209/2890 +f 1104/1230/2889 1083/1209/2890 1105/1231/2891 +f 1105/1231/2891 1083/1209/2890 1054/1180/2885 +f 1105/1231/2891 1054/1180/2885 1077/1203/2892 +f 1077/1203/2892 1054/1180/2885 1078/1204/2887 s 22 -f 1147/1270/3151 1174/1297/3152 1149/1272/3153 -f 1149/1272/3153 1174/1297/3152 1176/1299/3154 +f 1062/1188/2893 1089/1215/2894 1064/1190/2895 +f 1064/1190/2895 1089/1215/2894 1091/1217/2896 s 23 -f 1149/1272/3155 1176/1299/3156 1152/1275/3157 -f 1152/1275/3157 1176/1299/3156 1180/1303/3158 +f 1064/1190/2897 1091/1217/2898 1067/1193/2899 +f 1067/1193/2899 1091/1217/2898 1095/1221/2900 s 24 -f 1152/1275/3159 1180/1303/3160 1151/1274/3161 -f 1151/1274/3161 1180/1303/3160 1179/1302/3162 +f 1067/1193/2901 1095/1221/2902 1066/1192/2903 +f 1066/1192/2903 1095/1221/2902 1094/1220/2904 s off -f 1179/1302/3163 1150/1325/3164 1151/1274/3165 -f 1153/1276/3166 1150/1273/3167 1178/1301/3168 +f 1094/1220/2905 1065/1243/2906 1066/1192/2907 +f 1068/1194/2908 1065/1191/2909 1093/1219/2910 s 25 -f 1153/1276/3169 1178/1301/3170 1148/1271/3171 -f 1148/1271/3171 1178/1301/3170 1177/1300/3172 +f 1068/1194/2911 1093/1219/2912 1063/1189/2913 +f 1063/1189/2913 1093/1219/2912 1092/1218/2914 s 26 -f 1148/1271/3173 1177/1300/3174 1146/1269/3175 -f 1146/1269/3175 1177/1300/3174 1175/1298/3176 +f 1063/1189/2915 1092/1218/2916 1061/1187/2917 +f 1061/1187/2917 1092/1218/2916 1090/1216/2918 s 27 -f 1175/1298/3177 1165/1288/3178 1146/1269/3179 -f 1146/1269/3179 1165/1288/3178 1163/1286/3180 -f 1146/1269/3179 1163/1286/3180 1147/1270/3181 -f 1147/1270/3181 1163/1286/3180 1174/1297/3182 -f 1174/1297/3182 1163/1286/3180 1189/1312/3183 -f 1174/1297/3182 1189/1312/3183 1175/1298/3177 -f 1175/1298/3177 1189/1312/3183 1191/1314/3184 -f 1175/1298/3177 1191/1314/3184 1165/1288/3178 +f 1090/1216/2919 1080/1206/2920 1061/1187/2921 +f 1061/1187/2921 1080/1206/2920 1078/1204/2922 +f 1061/1187/2921 1078/1204/2922 1062/1188/2923 +f 1062/1188/2923 1078/1204/2922 1089/1215/2924 +f 1089/1215/2924 1078/1204/2922 1104/1230/2925 +f 1089/1215/2924 1104/1230/2925 1090/1216/2919 +f 1090/1216/2919 1104/1230/2925 1106/1232/2926 +f 1090/1216/2919 1106/1232/2926 1080/1206/2920 s 28 -f 1191/1314/3185 1193/1316/3186 1165/1288/3187 -f 1165/1288/3187 1193/1316/3186 1154/1277/3188 -f 1165/1288/3187 1154/1277/3188 1156/1279/3189 -f 1193/1316/3186 1191/1314/3185 1194/1317/3190 -f 1194/1317/3190 1191/1314/3185 1192/1315/3191 -f 1194/1317/3190 1192/1315/3191 1164/1287/3192 -f 1194/1317/3190 1164/1287/3192 1156/1279/3189 -f 1156/1279/3189 1164/1287/3192 1165/1288/3187 +f 1106/1232/2927 1108/1234/2928 1080/1206/2929 +f 1080/1206/2929 1108/1234/2928 1069/1195/2930 +f 1080/1206/2929 1069/1195/2930 1071/1197/2931 +f 1108/1234/2928 1106/1232/2927 1109/1235/2932 +f 1109/1235/2932 1106/1232/2927 1107/1233/2933 +f 1109/1235/2932 1107/1233/2933 1079/1205/2934 +f 1109/1235/2932 1079/1205/2934 1071/1197/2931 +f 1071/1197/2931 1079/1205/2934 1080/1206/2929 s 29 -f 1154/1277/3193 1193/1316/3194 1155/1278/3195 -f 1155/1278/3195 1193/1316/3194 1195/1318/3196 +f 1069/1195/2935 1108/1234/2936 1070/1196/2937 +f 1070/1196/2937 1108/1234/2936 1110/1236/2938 s 30 -f 1155/1278/3197 1195/1318/3198 1159/1282/3199 -f 1159/1282/3199 1195/1318/3198 1199/1322/3200 +f 1070/1196/2939 1110/1236/2940 1074/1200/2941 +f 1074/1200/2941 1110/1236/2940 1114/1240/2942 s off -f 1159/1282/3201 1199/1322/3202 1158/1281/3203 -f 1160/1283/3204 1158/1281/3205 1197/1320/3206 +f 1074/1200/2943 1114/1240/2944 1073/1199/2945 +f 1075/1201/2946 1073/1199/2947 1112/1238/2948 s 31 -f 1160/1283/3207 1197/1320/3208 1161/1284/3209 -f 1161/1284/3209 1197/1320/3208 1198/1321/3210 +f 1075/1201/2949 1112/1238/2950 1076/1202/2951 +f 1076/1202/2951 1112/1238/2950 1113/1239/2952 s 32 -f 1161/1284/3211 1198/1321/3212 1157/1280/3213 -f 1157/1280/3213 1198/1321/3212 1196/1319/3214 +f 1076/1202/2953 1113/1239/2954 1072/1198/2955 +f 1072/1198/2955 1113/1239/2954 1111/1237/2956 s 33 -f 1157/1280/3215 1196/1319/3216 1156/1279/3217 -f 1156/1279/3217 1196/1319/3216 1194/1317/3218 +f 1072/1198/2957 1111/1237/2958 1071/1197/2959 +f 1071/1197/2959 1111/1237/2958 1109/1235/2960 s 34 -f 1192/1315/3219 1131/1254/3220 1164/1287/3221 -f 1164/1287/3221 1131/1254/3220 1130/1253/3222 -f 1164/1287/3221 1130/1253/3222 1162/1285/3223 -f 1162/1285/3223 1130/1253/3222 1182/1305/3224 -f 1162/1285/3223 1182/1305/3224 1190/1313/3225 -f 1190/1313/3225 1182/1305/3224 1181/1304/3226 -f 1190/1313/3225 1181/1304/3226 1192/1315/3219 -f 1192/1315/3219 1181/1304/3226 1131/1254/3220 +f 1107/1233/2961 1046/1172/2962 1079/1205/2963 +f 1079/1205/2963 1046/1172/2962 1045/1171/2964 +f 1079/1205/2963 1045/1171/2964 1077/1203/2965 +f 1077/1203/2965 1045/1171/2964 1097/1223/2966 +f 1077/1203/2965 1097/1223/2966 1105/1231/2967 +f 1105/1231/2967 1097/1223/2966 1096/1222/2968 +f 1105/1231/2967 1096/1222/2968 1107/1233/2961 +f 1107/1233/2961 1096/1222/2968 1046/1172/2962 s 35 -f 1131/1254/3227 1181/1304/3228 1133/1256/3229 -f 1133/1256/3229 1181/1304/3228 1183/1306/3230 +f 1046/1172/2969 1096/1222/2970 1048/1174/2971 +f 1048/1174/2971 1096/1222/2970 1098/1224/2972 s 36 -f 1133/1256/3231 1183/1306/3232 1135/1258/3233 -f 1135/1258/3233 1183/1306/3232 1188/1311/3234 +f 1048/1174/2973 1098/1224/2974 1050/1176/2975 +f 1050/1176/2975 1098/1224/2974 1103/1229/2976 s 37 -f 1135/1258/3235 1188/1311/3236 1134/1257/3237 -f 1134/1257/3237 1188/1311/3236 1185/1308/3238 +f 1050/1176/2977 1103/1229/2978 1049/1175/2979 +f 1049/1175/2979 1103/1229/2978 1100/1226/2980 s 38 -f 1134/1326/3239 1185/1308/3240 1186/1309/3241 -f 1136/1259/3242 1134/1326/3239 1186/1309/3241 +f 1049/1244/2981 1100/1226/2982 1101/1227/2983 +f 1051/1177/2984 1049/1244/2981 1101/1227/2983 s 39 -f 1136/1259/3243 1186/1309/3244 1137/1260/3245 -f 1137/1260/3245 1186/1309/3244 1187/1310/3246 +f 1051/1177/2985 1101/1227/2986 1052/1178/2987 +f 1052/1178/2987 1101/1227/2986 1102/1228/2988 s 40 -f 1137/1260/3247 1187/1310/3248 1132/1255/3249 -f 1132/1255/3249 1187/1310/3248 1184/1307/3250 +f 1052/1178/2989 1102/1228/2990 1047/1173/2991 +f 1047/1173/2991 1102/1228/2990 1099/1225/2992 s 41 -f 1132/1255/3251 1184/1307/3252 1130/1253/3253 -f 1130/1253/3253 1184/1307/3252 1182/1305/3254 +f 1047/1173/2993 1099/1225/2994 1045/1171/2995 +f 1045/1171/2995 1099/1225/2994 1097/1223/2996 s 42 -f 1139/1262/3255 1168/1291/3256 1141/1264/3257 -f 1141/1264/3257 1168/1291/3256 1169/1292/3258 -v -131.127045 76.432442 94.000000 -v -130.543182 75.579460 86.739998 -v -130.543182 75.579460 94.000000 -v -129.841507 74.820435 94.000000 -v -128.972366 74.127319 94.000000 -v -128.076233 73.612137 86.739998 -v -128.076233 73.612129 94.000000 -v -127.114716 73.232719 94.000000 -v -126.030922 72.985352 86.739998 -v -126.030914 72.985352 94.000000 -v -125.000000 72.909996 86.739998 -v -125.000000 72.909996 94.000000 -v -122.885284 73.232719 86.739998 -v -122.885284 73.232719 94.000000 -v -121.923767 73.612137 86.739998 -v -121.923767 73.612129 94.000000 -v -121.027634 74.127319 94.000000 -v -120.158493 74.820435 86.739998 -v -120.158493 74.820435 94.000000 -v -119.456802 75.579460 86.739998 -v -119.456818 75.579460 94.000000 -v -118.390625 77.434021 86.739998 -v -118.390625 77.434021 94.000000 -v -118.087753 78.422325 86.739998 -v -118.087769 78.422325 94.000000 -v -117.931824 80.555832 86.739998 -v -117.931824 80.555840 94.000000 -v -118.087753 81.577675 86.739998 -v -118.087769 81.577675 94.000000 -v -118.872955 83.567558 94.000000 -v -119.456802 84.420540 86.739998 -v -119.456818 84.420540 94.000000 -v -121.027634 85.872681 94.000000 -v -121.923767 86.387871 86.739998 -v -121.923767 86.387871 94.000000 -v -122.885284 86.767281 94.000000 -v -123.969086 87.014648 86.739998 -v -123.969086 87.014648 94.000000 -v -125.000000 87.089996 86.739998 -v -125.000000 87.089996 94.000000 -v -127.114716 86.767281 86.739998 -v -127.114716 86.767281 94.000000 -v -128.076233 86.387871 86.739998 -v -128.076233 86.387871 94.000000 -v -128.972382 85.872681 94.000000 -v -129.841507 85.179565 86.739998 -v -129.841507 85.179565 94.000000 -v -130.543182 84.420540 86.739998 -v -130.543182 84.420540 94.000000 -v -131.609375 82.565979 86.739998 -v -131.609375 82.565979 94.000000 -v -131.912231 81.577675 86.739998 -v -131.912231 81.577675 94.000000 -v -132.068176 80.555832 94.000000 -v -119.587311 82.446693 94.000000 -v -120.776215 84.048164 94.006721 -v -120.158493 85.179565 94.000000 -v -119.587311 77.553307 94.000000 -v -119.081406 79.496254 94.000000 -v -121.521118 84.703758 94.006721 -v -123.286850 85.594025 94.006721 -v -120.498596 86.015808 94.000000 -v -120.100754 85.638878 94.000000 -v -120.076019 85.450531 94.000000 -v -118.390625 82.565979 94.000000 -v -119.251663 81.496750 94.000000 -v -130.940002 80.000000 94.000000 -v -132.250092 79.498940 94.000000 -v -132.403198 79.611382 94.000000 -v -130.107544 82.853241 94.006721 -v -129.912094 85.355934 94.000000 -v -129.749573 85.879341 94.000000 -v -129.863327 85.727180 94.000000 -v -128.067444 84.981842 94.006721 -v -126.232574 85.719154 94.006721 -v -124.245522 85.891899 94.000000 -v -120.688019 86.030365 94.000000 -v -118.139313 82.954750 94.000000 -v -118.198746 82.774323 94.000000 -v -121.467880 75.224258 94.000000 -v -120.152832 76.723885 94.006721 -v -132.541809 79.858383 94.000000 -v -132.541809 80.141617 94.000000 -v -132.403198 80.388618 94.000000 -v -132.250092 80.501060 94.000000 -v -129.919662 85.545753 94.000000 -v -129.551880 83.675385 94.006721 -v -131.127045 83.567558 94.000000 -v -126.354027 87.346161 94.000000 -v -126.191338 87.248077 94.000000 -v -123.808662 87.248077 94.000000 -v -123.645973 87.346161 94.000000 -v -123.459854 87.384224 94.000000 -v -120.324951 85.938774 94.000000 -v -120.187042 85.808121 94.000000 -v -118.143631 83.144676 94.000000 -v -131.665771 83.466980 94.000000 -v -129.591522 85.984711 94.000000 -v -127.026245 87.131111 94.000000 -v -127.101791 86.956810 94.000000 -v -126.030914 87.014648 94.000000 -v -131.801254 77.225685 94.000000 -v -131.856369 83.144676 94.000000 -v -131.860687 82.954750 94.000000 -v -131.801254 82.774323 94.000000 -v -131.409546 83.587677 94.000000 -v -129.311981 86.030365 94.000000 -v -129.128601 85.980743 94.000000 -v -126.896774 87.270134 94.000000 -v -126.540146 87.384224 94.000000 -v -123.103226 87.270134 94.000000 -v -118.590439 83.587677 94.000000 -v -118.334213 83.466980 94.000000 -v -118.211182 83.322227 94.000000 -v -118.198746 77.225685 94.000000 -v -118.872955 76.432442 94.000000 -v -123.969086 72.985352 94.000000 -v -129.912094 74.644066 94.000000 -v -128.865265 75.608215 94.006721 -v -131.860687 77.045250 94.000000 -v -131.609375 77.434021 94.000000 -v -122.973755 87.131111 94.000000 -v -122.898209 86.956810 94.000000 -v -117.931824 79.444168 94.000000 -v -117.668549 80.451378 94.000000 -v -130.107544 77.146759 94.006721 -v -130.516266 78.050980 94.006721 -v -131.912231 78.422325 94.000000 -v -132.068176 79.444168 94.000000 -v -131.830170 76.763664 94.000000 -v -131.501434 76.437729 94.000000 -v -131.733490 76.600143 94.000000 -v -117.668549 79.548622 94.000000 -v -117.490067 79.768539 94.000000 -v -120.087906 74.644066 94.000000 -v -120.080338 74.454239 94.000000 -v -125.248299 74.154808 94.006721 -v -124.256889 74.196922 94.006721 -v -122.366096 74.775970 94.006721 -v -127.181381 74.571419 94.006721 -v -117.536728 80.314606 94.000000 -v -120.187042 74.191879 94.000000 -v -120.871399 74.019257 94.000000 -v -126.896774 72.729866 94.000000 -v -129.311981 73.969643 94.000000 -v -118.139313 77.045250 94.000000 -v -118.143631 76.855331 94.000000 -v -118.590439 76.412323 94.000000 -v -118.412323 76.478363 94.000000 -v -122.973755 72.868889 94.000000 -v -123.103226 72.729866 94.000000 -v -123.364662 72.620918 94.000000 -v -117.442032 80.047668 94.000000 -v -118.266525 76.600143 94.000000 -v -120.324951 74.061226 94.000000 -v -120.498596 73.984192 94.000000 -v -126.445457 72.626854 94.000000 -v -126.635338 72.620918 94.000000 -v -127.026245 72.868889 94.000000 -v -129.128601 74.019257 94.000000 -v -120.688019 73.969643 94.000000 -v -123.554543 72.626854 94.000000 -v -123.808662 72.751923 94.000000 -v -126.268494 72.695930 94.000000 -v -127.101791 73.043190 94.000000 -v -129.591522 74.015289 94.000000 -v -129.863327 74.272820 94.000000 -v -129.919662 74.454239 94.000000 -v -95.995407 87.599258 89.329727 -v -95.784149 86.751480 89.317108 -v -95.072876 82.089951 89.067673 -v -95.381500 84.691109 87.343567 -v -95.102905 82.482765 87.680992 -v -95.798950 86.877457 88.281067 -v -95.375198 84.691910 89.149216 -v -95.798950 86.877464 87.680992 -v -95.830551 86.965057 87.355309 -v -95.102905 82.482765 88.281067 -v -98.054459 93.156250 89.317108 -v -97.237335 91.368156 88.896599 -v -97.313538 91.552483 88.498337 -v -98.283005 93.612640 89.149216 -v -97.333389 91.599960 87.680992 -v -98.280762 93.614128 87.343567 -v -99.353409 95.564476 87.680992 -v -99.410522 95.638016 87.355309 -v -99.380142 95.608437 88.498337 -v -99.126633 95.156425 89.317108 -v -102.238525 99.542656 88.498337 -v -103.193237 100.602539 89.149216 -v -103.800903 101.198822 89.149216 -v -102.272079 99.581673 87.680992 -v -103.786789 101.213203 87.500000 -v -105.418335 102.727921 87.680992 -v -105.495377 102.780220 87.355309 -v -105.457336 102.761475 88.498337 -v -104.823364 102.182259 89.317108 -v -105.848282 103.088654 89.213837 -v -110.328979 106.167946 89.149223 -v -111.390045 106.711121 89.149216 -v -109.319611 105.575867 88.705231 -v -111.385864 106.719231 87.343567 -v -113.400040 107.666603 87.680992 -v -113.489471 107.692535 87.355309 -v -113.447510 107.686462 88.498337 -v -112.356033 107.189674 89.317108 -v -114.099457 107.931938 89.329727 -v -118.802612 109.338387 89.317108 -v -120.310165 109.612068 89.149216 -v -117.990433 109.169609 88.705231 -v -118.122543 109.201042 87.680992 -v -120.306976 109.630661 87.500000 -v -122.517235 109.897087 87.680992 -v -122.610306 109.894112 87.355309 -v -122.568520 109.901306 88.498337 -v -121.039185 109.723061 89.317108 -v -123.077103 109.936218 89.213837 -v -127.834557 109.865784 89.149216 -v -127.347412 109.908020 88.705231 -v -130.082748 109.551888 89.317108 -v -129.693024 109.630661 87.500000 -v -127.482765 109.897087 87.680992 -v -131.965057 109.169449 87.355309 -v -131.877457 109.201042 87.680992 -v -131.927536 109.189201 88.498337 -v -132.422012 109.065247 89.213837 -v -136.606018 107.648674 89.317108 -v -136.599960 107.666603 88.281067 -v -138.619720 106.730186 87.500000 -v -136.599960 107.666603 87.680992 -v -140.638016 105.589478 87.355309 -v -140.564468 105.646584 87.680992 -v -140.564468 105.646584 88.281067 -v -138.663818 106.691742 89.317108 -v -140.899902 105.439987 89.067673 -v -147.560104 99.753235 89.317108 -v -144.542648 102.761475 88.498337 -v -144.281525 102.983101 89.067673 -v -146.206375 101.206749 89.149216 -v -146.204498 101.204498 87.343567 -v -144.581665 102.727921 87.680992 -v -147.727921 99.581673 87.680992 -v -147.780212 99.504623 87.355309 -v -147.727921 99.581665 88.281067 -v -150.619843 95.608437 88.498337 -v -151.714798 93.612190 89.149216 -v -150.646576 95.564476 87.680992 -v -151.719223 93.614128 87.343567 -v -152.666595 91.599960 87.680992 -v -152.692535 91.510529 87.355309 -v -152.686462 91.552483 88.498337 -v -152.424088 92.127167 89.317108 -v -154.189194 86.927536 88.498337 -v -154.450409 85.641083 89.317108 -v -154.609894 84.689865 89.149216 -v -154.201035 86.877464 87.680992 -v -154.618500 84.691109 87.343567 -v -154.897095 82.482765 87.680992 -v -154.894119 82.389694 87.355309 -v -154.901306 82.431480 88.498337 -v -154.792694 83.397621 89.317108 -v -154.933304 81.735588 89.329727 -v -154.792694 76.602379 89.317108 -v -154.609894 75.310135 89.149216 -v -154.908020 77.652588 88.705231 -v -154.897095 77.517235 87.680992 -v -154.630646 75.306969 87.500000 -v -154.201035 73.122543 87.680992 -v -154.169449 73.034943 87.355309 -v -154.189194 73.072464 88.498337 -v -154.450409 74.358917 89.317108 -v -154.065247 72.577988 89.213837 -v -152.424088 67.872833 89.317108 -v -151.714798 66.387802 89.149216 -v -152.718826 68.525391 88.705231 -v -152.666595 68.400040 87.680992 -v -151.730194 66.380280 87.500000 -v -150.646576 64.435532 87.680992 -v -150.589478 64.361984 87.355309 -v -150.619843 64.391563 88.498337 -v -151.428375 65.833511 89.317108 -v -150.349152 63.959595 89.213837 -v -147.570786 60.237411 89.149223 -v -146.001587 58.597145 89.317108 -v -147.727921 60.418335 88.281067 -v -146.213196 58.786797 87.500000 -v -147.727921 60.418335 87.680992 -v -144.504623 57.219780 87.355309 -v -144.581665 57.272079 87.680992 -v -144.581665 57.272079 88.281067 -v -144.281525 57.016899 89.067673 -v -136.606018 52.351326 89.317108 -v -140.643341 54.418083 89.317108 -v -140.680389 54.424133 88.705231 -v -140.564468 54.353416 87.680992 -v -138.614136 53.280777 87.343567 -v -136.599960 52.333397 88.281067 -v -138.618835 53.271706 89.149216 -v -136.599960 52.333397 87.680992 -v -136.510529 52.307465 87.355309 -v -131.927536 50.810806 88.498337 -v -129.691406 50.381653 89.149216 -v -131.877457 50.798965 87.680992 -v -129.693024 50.369347 87.500000 -v -127.482765 50.102913 87.680992 -v -127.389694 50.105881 87.355309 -v -127.431480 50.098694 88.498337 -v -127.833214 50.148338 89.317108 -v -122.568520 50.098694 88.498337 -v -121.037323 50.262863 89.149216 -v -120.310165 50.387932 89.149216 -v -122.517235 50.102913 87.680992 -v -120.306976 50.369347 87.500000 -v -118.122543 50.798965 87.680992 -v -118.034943 50.830551 87.355309 -v -118.072464 50.810806 88.498337 -v -118.802612 50.661613 89.317108 -v -117.577988 50.934753 89.213837 -v -112.350037 52.797455 89.149223 -v -111.390045 53.288879 89.149216 -v -113.525391 52.281174 88.705231 -v -113.400040 52.333397 87.680992 -v -111.385864 53.280777 87.343567 -v -109.435532 54.353416 87.680992 -v -109.361984 54.410522 87.355309 -v -109.391556 54.380150 88.498337 -v -110.335922 53.844437 89.317108 -v -108.809769 54.763298 89.329727 -v -104.823364 57.817749 89.317108 -v -103.800903 58.801178 89.149216 -v -105.521408 57.183670 88.705231 -v -105.418335 57.272079 87.680992 -v -103.786789 58.786797 87.500000 -v -102.272079 60.418335 87.680992 -v -102.219772 60.495377 87.355309 -v -102.238525 60.457352 88.498337 -v -103.203552 59.407211 89.317108 -v -101.911346 60.848274 89.213837 -v -99.114380 64.836403 89.149216 -v -98.283005 66.387360 89.149216 -v -99.424133 64.319595 88.705231 -v -99.353409 64.435532 87.680992 -v -98.280762 66.385872 87.343567 -v -97.333389 68.400040 87.680992 -v -97.307465 68.489471 87.355309 -v -97.313538 68.447517 88.498337 -v -140.648438 96.856049 86.500000 -v -139.964218 97.466316 86.500000 -v -102.578003 85.123932 86.500000 -v -102.391617 84.226234 86.500000 -v -131.773529 58.020027 86.500000 -v -132.644165 58.307449 86.500000 -v -145.079315 91.216980 93.500000 -v -144.801376 91.700653 90.000000 -v -143.772522 93.288795 90.000000 -v -145.631775 90.165131 89.000000 -v -146.429291 88.301514 93.500000 -v -145.548172 90.333099 89.465477 -v -145.366455 90.686569 89.760506 -v -145.958252 89.473732 93.500000 -v -147.805313 77.176178 93.500000 -v -147.669159 76.112984 93.500000 -v -147.421982 74.876068 89.000000 -v -147.825668 77.173569 86.500000 -v -147.421982 74.876076 86.500000 -v -147.242462 74.145714 89.871269 -v -147.257858 74.204498 93.500000 -v -146.697784 72.333687 93.656433 -v -146.446869 71.691437 90.000000 -v -147.328949 74.484779 89.683372 -v -144.119141 67.214920 89.000000 -v -143.759872 66.720566 93.500000 -v -144.177139 67.302071 89.352852 -v -144.365479 67.591202 89.686447 -v -144.055725 67.120575 93.500000 -v -145.958252 70.526268 93.500000 -v -145.263275 69.118851 90.000000 -v -145.079315 68.783020 93.500000 -v -129.848221 57.504196 93.656433 -v -129.920471 57.532486 90.000000 -v -130.671066 57.710114 89.976044 -v -131.738525 57.996391 93.656433 -v -132.637268 58.326981 93.500000 -v -131.638550 57.978882 89.423409 -v -131.773544 58.020027 89.000000 -v -127.922974 57.174072 93.656433 -v -127.122177 57.098114 90.000000 -v -124.023331 57.008423 93.656433 -v -125.232376 57.001175 90.000000 -v -125.976669 57.008423 93.656433 -v -127.120468 57.118118 93.500000 -v -123.487366 57.049789 89.000000 -v -121.475006 57.289780 93.500000 -v -123.919189 57.025406 89.675400 -v -122.077026 57.174072 93.656433 -v -109.804474 62.734535 93.500000 -v -109.343933 63.151039 89.117355 -v -111.139404 61.645599 86.500000 -v -109.351547 63.143951 86.500000 -v -107.105179 65.550941 93.500000 -v -107.081146 65.580750 90.000000 -v -108.395004 64.085403 93.500000 -v -108.618652 63.855301 89.952637 -v -109.059204 63.420166 89.683372 -v -104.105301 70.386909 86.500000 -v -104.368225 69.834877 86.500000 -v -104.368225 69.834877 89.000000 -v -104.041748 70.526268 93.500000 -v -104.445358 69.679779 89.448402 -v -104.679794 69.225533 89.808174 -v -105.934067 67.113686 93.656433 -v -104.920670 68.783020 93.500000 -v -105.445007 67.892059 90.000000 -v -103.313812 87.662216 93.500000 -v -103.082336 86.972511 90.000000 -v -102.742142 85.795494 93.500000 -v -102.826645 86.109116 89.945610 -v -102.712967 85.682281 89.790253 -v -102.633957 85.362808 89.548706 -v -102.578018 85.123924 89.000000 -v -104.041748 89.473732 93.500000 -v -104.105301 89.613091 90.000000 -v -104.966248 91.298172 90.000000 -v -104.920670 91.216980 93.500000 -v -107.081146 94.419250 86.500000 -v -105.880859 92.785088 86.500000 -v -105.880859 92.785080 89.000000 -v -107.105179 94.449066 93.500000 -v -105.777191 92.628685 89.465477 -v -105.944275 92.879425 93.500000 -v -118.236404 101.983032 89.117355 -v -116.040695 101.168037 93.500000 -v -116.424301 101.341446 93.500000 -v -118.265076 101.991837 93.500000 -v -116.034927 101.180824 86.500000 -v -118.226456 101.979973 86.500000 -v -119.208954 102.259018 89.952637 -v -122.078590 102.813713 93.500000 -v -121.472000 102.727806 90.000000 -v -120.154373 102.483772 93.500000 -v -118.611847 102.095055 89.683372 -v -124.023849 102.979279 93.500000 -v -127.122177 102.901886 86.500000 -v -126.512634 102.950203 86.500000 -v -126.512634 102.950203 89.000000 -v -127.921410 102.813713 93.500000 -v -126.408157 102.956848 89.352852 -v -126.063591 102.975395 89.686447 -v -125.592232 102.992035 89.888107 -v -125.976151 102.979279 93.500000 -v -124.291718 102.989090 90.000000 -v -141.997208 95.494995 90.000000 -v -141.613876 95.923119 93.656433 -v -141.377335 96.148132 89.945610 -v -140.195526 97.265457 93.500000 -v -139.957336 97.457771 93.500000 -v -140.751587 96.759705 89.423409 -v -140.648438 96.856041 89.000000 -v -142.894821 94.449066 93.500000 -v -144.055725 92.879425 93.500000 -v -148.000000 80.000000 86.500000 -v -147.825668 82.826431 86.500000 -v -147.917145 81.950539 93.500000 -v -147.305328 85.610016 86.500000 -v -145.631775 90.165131 86.500000 -v -146.446869 88.308563 86.500000 -v -146.629669 87.733917 86.500000 -v -146.686188 87.662216 93.500000 -v -147.257858 85.795494 93.500000 -v -147.669159 83.887024 93.500000 -v -138.676559 98.491928 93.500000 -v -137.704391 99.172852 86.500000 -v -135.251984 100.588753 86.500000 -v -137.059067 99.585175 93.500000 -v -132.644165 101.692558 86.500000 -v -133.575699 101.341446 93.500000 -v -134.566757 100.878784 86.500000 -v -135.354691 100.537292 93.500000 -v -129.845612 102.483772 93.500000 -v -129.925049 102.466202 86.500000 -v -131.734924 101.991837 93.500000 -v -132.637268 101.673019 93.500000 -v -114.645309 100.537292 93.500000 -v -115.433243 100.881226 86.500000 -v -113.508987 99.902504 93.500000 -v -113.500000 99.918579 86.500000 -v -112.940933 99.585175 93.500000 -v -111.139404 98.354393 86.500000 -v -108.988922 96.511971 86.500000 -v -109.804489 97.265457 93.500000 -v -111.323441 98.491928 93.500000 -v -108.395004 95.914597 93.500000 -v -109.002991 96.497292 93.500000 -v -102.330826 83.887024 93.500000 -v -102.043625 81.415901 86.500000 -v -102.082855 81.950539 93.500000 -v -102.000000 80.000000 93.500000 -v -102.043625 78.584099 86.500000 -v -102.082855 78.049469 93.500000 -v -102.391617 75.773758 86.500000 -v -103.302200 72.333687 93.656433 -v -103.100861 73.033165 93.500000 -v -103.082336 73.027489 86.500000 -v -102.742142 74.204506 93.500000 -v -102.330826 76.112984 93.500000 -v -111.323441 61.508064 93.500000 -v -113.500000 60.081413 86.500000 -v -118.265076 58.008163 93.500000 -v -118.705750 57.878006 86.500000 -v -116.424301 58.658554 93.500000 -v -116.034927 58.819168 86.500000 -v -115.433243 59.118774 86.500000 -v -114.645309 59.462708 93.500000 -v -112.940933 60.414825 93.500000 -v -120.154373 57.516228 93.500000 -v -120.272385 57.534912 86.500000 -v -121.472000 57.272194 86.500000 -v -133.575699 58.658554 93.500000 -v -134.566757 59.121216 86.500000 -v -135.251984 59.411240 86.500000 -v -135.354691 59.462708 93.500000 -v -137.704391 60.827148 86.500000 -v -137.065521 60.404343 93.656433 -v -139.964218 62.533691 86.500000 -v -138.676559 61.508064 93.500000 -v -141.401581 63.927444 86.500000 -v -140.195526 62.734535 93.500000 -v -144.119141 67.214920 86.500000 -v -143.772522 66.711197 86.500000 -v -142.402420 65.008553 86.500000 -v -142.894821 65.550941 93.500000 -v -141.997208 64.505005 86.500000 -v -141.984283 64.516373 93.500000 -v -141.604996 64.085403 93.500000 -v -147.917145 78.049469 93.500000 -v -148.000000 80.000000 93.500000 -v -136.333511 83.943558 86.500000 -v -136.827393 82.028015 86.500000 -v -134.081970 72.156677 86.500000 -v -132.928101 70.991928 86.500000 -v -122.748466 68.213120 86.500000 -v -121.486130 68.526001 86.500000 -v -113.666489 76.056442 86.500000 -v -113.387207 76.976265 86.500000 -v -116.336533 88.303268 86.500000 -v -127.251534 91.786880 89.000000 -v -127.528152 91.730659 92.263931 -v -125.509293 91.989189 90.000000 -v -126.522697 91.890991 92.417870 -v -126.431503 91.913879 89.947769 -v -126.995888 91.832855 89.629448 -v -127.251534 91.786880 86.500000 -v -127.528152 91.730659 86.500000 -v -123.477295 91.890991 92.417870 -v -124.491211 91.977280 92.417870 -v -125.508789 91.977280 92.417870 -v -121.486130 91.473999 86.500000 -v -122.329155 91.699005 86.500000 -v -122.329155 91.699005 89.000000 -v -122.442780 91.724365 89.427757 -v -121.486130 91.473999 92.263931 -v -122.747696 91.786743 89.767136 -v -122.962433 91.825508 89.888588 -v -122.474365 91.719009 92.417870 -v -123.471954 91.902313 90.000000 -v -115.672852 87.531151 92.417870 -v -115.437714 87.250008 89.932724 -v -115.067764 86.713020 92.417870 -v -116.336533 88.303276 92.263931 -v -115.663742 87.538849 89.749847 -v -115.918030 87.843323 89.000000 -v -114.076111 84.937904 92.417870 -v -114.065262 84.942818 90.000000 -v -114.534241 85.846527 92.417870 -v -113.387207 83.023743 86.500000 -v -113.532944 83.536476 86.500000 -v -113.532944 83.536476 89.000000 -v -113.387207 83.023743 92.263931 -v -113.567795 83.647568 89.427757 -v -113.849869 84.435585 89.983315 -v -113.696701 83.993706 92.417870 -v -114.076111 75.062096 92.417870 -v -113.696701 76.006294 92.417870 -v -113.896759 75.448837 89.889030 -v -113.398743 76.979263 92.417870 -v -113.783081 75.736130 89.705559 -v -113.666489 76.056442 89.000000 -v -116.336533 71.696732 86.500000 -v -116.203796 71.837479 86.500000 -v -116.203796 71.837479 89.000000 -v -116.336533 71.696732 92.263931 -v -116.125015 71.923203 89.427757 -v -115.918533 72.156082 89.767136 -v -115.672852 72.468849 92.417870 -v -115.672974 72.450203 89.948105 -v -115.057877 73.280304 90.000000 -v -115.067764 73.286980 92.417870 -v -114.534241 74.153473 92.417870 -v -114.127808 74.921089 90.000000 -v -121.486130 68.526001 92.263931 -v -122.474365 68.280991 92.417870 -v -123.477295 68.109016 92.417870 -v -122.748466 68.213120 89.000000 -v -123.228310 68.131653 89.807594 -v -127.337425 68.229851 89.698738 -v -127.528160 68.269341 92.263931 -v -126.962700 68.161591 89.922195 -v -126.705292 68.121918 89.986420 -v -126.522697 68.109016 92.417870 -v -125.508789 68.022720 92.417870 -v -125.509293 68.010818 90.000000 -v -124.491211 68.022720 92.417870 -v -129.474274 68.865326 86.500000 -v -127.670845 68.301003 86.500000 -v -127.661385 68.298843 89.125977 -v -129.474274 68.865326 92.263931 -v -127.540581 68.272049 89.453400 -v -128.510376 68.537399 92.417870 -v -132.928101 70.991936 92.263931 -v -133.654877 71.704979 92.417870 -v -134.086624 72.162056 89.110924 -v -134.932251 73.286980 92.417870 -v -134.834564 73.123856 90.000000 -v -134.327148 72.468849 92.417870 -v -134.434784 72.584816 89.847778 -v -134.282562 72.395119 89.680054 -v -136.303284 76.006294 92.417870 -v -136.073593 75.376625 90.000000 -v -135.923889 75.062096 92.417870 -v -135.465759 74.153473 92.417870 -v -135.476166 74.147659 90.000000 -v -136.467056 76.463524 89.000000 -v -136.827393 77.971985 92.263931 -v -136.827393 77.971992 86.500000 -v -136.467056 76.463524 86.500000 -v -136.438248 76.371445 89.390869 -v -136.357941 76.127426 89.709213 -v -136.601257 76.979263 92.417870 -v -136.314529 83.997681 92.263931 -v -136.322723 83.974426 89.236397 -v -136.601257 83.020729 92.417870 -v -136.827393 82.028015 92.263931 -v -135.476166 85.852341 90.000000 -v -135.923889 84.937904 92.417870 -v -135.872192 85.078911 90.000000 -v -134.327148 87.531151 92.417870 -v -134.540756 87.278328 90.000000 -v -134.932251 86.713020 92.417870 -v -135.465759 85.846527 92.417870 -v -132.928101 89.008064 86.500000 -v -133.796204 88.162521 86.500000 -v -133.796204 88.162521 89.000000 -v -133.835632 88.119835 89.305519 -v -132.928101 89.008064 92.263931 -v -133.956345 87.986481 89.596870 -v -134.122757 87.795639 89.807533 -v -133.654877 88.295021 92.417870 -v -134.336426 87.538635 89.955307 -v -136.956772 78.982330 92.263931 -v -137.000000 80.000000 86.500000 -v -132.135590 70.352036 92.263931 -v -131.291687 69.781654 86.500000 -v -131.285431 69.791801 92.417870 -v -130.402435 69.284889 92.263931 -v -120.525726 68.865326 92.263931 -v -119.597549 69.284889 86.500000 -v -119.602921 69.295532 92.417870 -v -118.708313 69.781654 92.263931 -v -117.864395 70.352036 86.500000 -v -117.871490 70.361618 92.417870 -v -117.071899 70.991928 92.263931 -v -113.172607 77.971992 92.263931 -v -113.043228 78.982330 86.500000 -v -113.055099 78.983337 92.417870 -v -113.000000 80.000000 92.263931 -v -113.043228 81.017670 86.500000 -v -113.055099 81.016663 92.417870 -v -113.172607 82.028015 92.263931 -v -117.071899 89.008064 92.263931 -v -117.864395 89.647964 86.500000 -v -117.871490 89.638382 92.417870 -v -118.708313 90.218353 92.263931 -v -119.597549 90.715118 86.500000 -v -119.602921 90.704468 92.417870 -v -120.525726 91.134674 92.263931 -v -128.513870 91.473999 92.263931 -v -129.474274 91.134674 86.500000 -v -129.469833 91.123611 92.417870 -v -130.402435 90.715118 92.263931 -v -131.291687 90.218353 86.500000 -v -131.285431 90.208199 92.417870 -v -132.135590 89.647964 92.263931 -v -136.956772 81.017670 92.263931 -v -136.988083 80.000000 92.417870 -v -95.784149 73.248520 89.317108 -v -95.798950 73.122543 88.281067 -v -95.381500 75.308891 87.343567 -v -95.798950 73.122543 87.680992 -v -95.102905 77.517235 87.680992 -v -95.105881 77.610306 87.355309 -v -95.102905 77.517235 88.281067 -v -95.375198 75.308090 89.149216 -v -107.785995 63.501709 94.487686 -v -104.598709 64.669434 94.500000 -v -106.327133 64.922722 94.500000 -v -105.245361 66.648209 94.487686 -v -104.184235 68.371613 94.487686 -v -101.522690 69.997253 94.500000 -v -103.273056 70.178802 94.487686 -v -101.774399 73.952530 94.500000 -v -100.222168 73.892815 94.500000 -v -101.499390 75.970421 94.487686 -v -99.480621 80.000000 94.500000 -v -101.242325 77.977921 94.487686 -v -101.156433 80.000000 94.487686 -v -101.345215 84.056023 94.500000 -v -100.222168 86.107185 94.500000 -v -101.925797 86.008057 94.487686 -v -102.518433 87.943245 94.487686 -v -101.522690 90.002747 94.500000 -v -103.130508 89.885628 94.500000 -v -103.431274 93.639236 94.500000 -v -105.115768 93.439392 94.500000 -v -142.326950 96.606537 94.500000 -v -145.401276 95.330566 94.500000 -v -143.551147 94.979004 94.487686 -v -144.754623 93.351791 94.487686 -v -147.596283 91.859444 94.500000 -v -145.815765 91.628387 94.487686 -v -149.206055 88.081169 94.500000 -v -146.869476 89.885628 94.500000 -v -148.225586 86.047470 94.500000 -v -148.654785 84.056023 94.500000 -v -150.436615 82.053459 94.500000 -v -148.757660 82.022079 94.487686 -v -148.843567 80.000000 94.487686 -v -150.436615 77.946541 94.500000 -v -148.913544 77.964661 94.500000 -v -150.188904 75.906403 94.500000 -v -148.225586 73.952530 94.500000 -v -146.869476 70.114372 94.500000 -v -145.952332 68.295319 94.500000 -v -144.884232 66.560608 94.500000 -v -145.401276 64.669434 94.500000 -v -143.551147 65.020996 94.487686 -v -108.860382 99.767433 94.500000 -v -107.673050 96.606537 94.500000 -v -112.240311 102.100426 94.500000 -v -110.728806 99.295929 94.500000 -v -114.195099 101.430222 94.500000 -v -115.950699 103.861031 94.500000 -v -116.109772 102.124184 94.487686 -v -118.018066 102.798431 94.487686 -v -119.895477 105.003647 94.500000 -v -119.976654 103.308411 94.487686 -v -121.971451 103.650452 94.487686 -v -123.988052 103.822083 94.487686 -v -128.048431 103.805611 94.500000 -v -130.134293 105.149429 94.488869 -v -134.049286 103.861031 94.500000 -v -132.027740 102.948006 94.500000 -v -135.804886 101.430222 94.500000 -v -137.759689 102.100426 94.500000 -v -137.501358 100.303497 94.487686 -v -139.178177 99.170158 94.487686 -v -140.752838 97.898705 94.487686 -v -142.677887 98.404633 94.500000 -v -141.139618 60.232559 94.500000 -v -142.326950 63.393463 94.500000 -v -139.271194 60.704071 94.500000 -v -137.501358 59.696503 94.487686 -v -135.734467 58.709465 94.487686 -v -134.049286 56.138969 94.500000 -v -133.890228 57.875816 94.487686 -v -131.981934 57.201576 94.487686 -v -130.023346 56.691597 94.487686 -v -128.076019 54.666687 94.500000 -v -128.028564 56.349556 94.487686 -v -123.972443 54.501320 94.500000 -v -126.018585 56.021622 94.500000 -v -121.951569 56.194389 94.500000 -v -117.900070 55.488174 94.500000 -v -119.943695 56.538673 94.500000 -v -116.051437 57.730667 94.500000 -v -114.195099 58.569778 94.500000 -v -112.165924 57.770721 94.488869 -v -112.498642 59.696503 94.487686 -v -110.821823 60.829842 94.487686 -v -108.860382 60.232559 94.500000 -v -109.247162 62.101295 94.487686 -v -123.031448 57.534912 86.500000 -v -115.433243 57.534912 86.500000 -v -123.897675 51.018990 86.500008 -v -123.899994 48.478844 86.507393 -v -144.367233 104.785278 86.500000 -v -126.099998 111.521156 86.507393 -v -125.000000 111.435486 86.500000 -v -115.433243 102.465088 86.500000 -v -98.921600 62.412605 86.500000 -v -109.335770 64.500504 86.500000 -v -104.493896 59.493904 86.500000 -v -109.549438 65.840210 86.500000 -v -109.986404 67.124550 86.500000 -v -104.765076 71.151237 86.500000 -v -110.634094 68.316589 86.500000 -v -111.473892 69.382050 86.500000 -v -112.481644 70.290298 86.500000 -v -113.628372 71.015198 86.500000 -v -115.433243 72.266090 86.500000 -v -114.881104 71.535919 86.500000 -v -94.763153 71.332062 86.500000 -v -99.160812 66.834274 86.500000 -v -115.918030 87.843323 86.500000 -v -96.019424 81.101799 86.500008 -v -112.298279 76.191788 86.500000 -v -110.927109 76.090858 86.500000 -v -96.357040 75.463402 86.500000 -v -93.564514 81.100006 86.500000 -v -109.593475 75.756638 86.500000 -v -108.336746 75.199005 86.500000 -v -107.194077 74.434425 86.500000 -v -105.011978 86.300682 86.500000 -v -106.342728 86.564430 86.500000 -v -107.698914 86.599533 86.500000 -v -109.041534 86.404984 86.500000 -v -110.331970 85.986359 86.500000 -v -111.533112 85.355721 86.500000 -v -112.610428 84.531189 86.500000 -v -97.096146 87.906837 86.500008 -v -103.744934 85.815865 86.500000 -v -114.578140 90.232903 86.500000 -v -113.621872 91.220764 86.500000 -v -112.510590 92.030296 86.500000 -v -111.277115 92.637596 86.500000 -v -109.957855 93.024727 86.500000 -v -108.591797 93.180244 86.500000 -v -107.073257 102.798218 86.500008 -v -95.442993 90.760262 86.500000 -v -102.201813 97.926147 86.500008 -v -100.214722 99.367233 86.500000 -v -99.160812 93.165726 86.500000 -v -107.219284 93.099579 86.500000 -v -107.412598 106.078407 86.500000 -v -111.834274 105.839188 86.500000 -v -116.332062 110.236847 86.500000 -v -125.000000 102.465088 86.500000 -v -126.968552 102.465088 86.500000 -v -133.667938 110.236847 86.500000 -v -134.566757 102.465088 86.500000 -v -135.786743 109.638489 86.507393 -v -138.165726 105.839188 86.500000 -v -145.234924 88.848763 86.500000 -v -151.078400 97.587395 86.500000 -v -149.094055 96.142807 86.500008 -v -145.506104 100.506104 86.500000 -v -152.220520 90.006660 86.500008 -v -155.236847 88.667938 86.500000 -v -152.217743 87.733917 86.500000 -v -152.902985 87.907394 86.500008 -v -152.217743 72.266083 86.500000 -v -156.435486 78.900002 86.500000 -v -153.642960 84.536598 86.500000 -v -142.780716 66.900429 86.500000 -v -154.638489 69.213264 86.507393 -v -152.220337 69.993805 86.500000 -v -149.094788 63.857391 86.500008 -v -147.798187 62.073853 86.500008 -v -149.785278 60.632767 86.500000 -v -142.637756 53.852287 86.507393 -v -138.165726 54.160812 86.500000 -v -134.566757 57.534912 86.500000 -v -134.566757 50.055206 86.500000 -v -123.487366 57.049789 86.500000 -v -133.667938 49.763161 86.500000 -v -116.332062 49.763161 86.500000 -v -120.463394 51.357040 86.500000 -v -114.213257 50.361519 86.507393 -v -105.632767 55.214722 86.500000 -v -111.834274 54.160812 86.500000 -v -106.199173 73.485481 86.500000 -v -105.381470 72.380203 86.500000 -v -115.351135 89.095894 86.500000 -v -123.200066 87.733910 86.500000 -v -120.462540 100.460472 86.500000 -v -121.356339 99.439880 86.500000 -v -119.409149 101.315369 86.500000 -v -122.904747 94.340523 86.500000 -v -122.729340 92.995270 86.500000 -v -122.064819 98.282944 86.500000 -v -122.567642 97.022919 86.500000 -v -122.850327 95.696068 86.500000 -v -125.000000 63.927444 86.500000 -v -120.826157 63.168709 86.500000 -v -122.545792 58.051666 86.500000 -v -121.789673 59.199951 86.500000 -v -120.916962 61.796829 86.500000 -v -121.241333 60.460754 86.500000 -v -123.070709 72.467072 86.500000 -v -121.947159 67.095886 86.500000 -v -121.348984 65.857956 86.500000 -v -120.971603 64.535873 86.500000 -v -130.590851 58.684639 86.500000 -v -129.537460 59.539536 86.500000 -v -128.643677 60.560120 86.500000 -v -127.935173 61.717056 86.500000 -v -127.432358 62.977074 86.500000 -v -127.149673 64.303932 86.500000 -v -135.421860 69.767097 86.500000 -v -136.378113 68.779236 86.500000 -v -137.489410 67.969704 86.500000 -v -138.722900 67.362404 86.500000 -v -140.042145 66.975273 86.500000 -v -141.408203 66.819748 86.500000 -v -125.000000 72.266090 86.500000 -v -134.648865 70.904106 86.500000 -v -127.095253 65.659477 86.500000 -v -127.270660 67.004730 86.500000 -v -146.255066 74.184135 86.500000 -v -144.988007 73.699318 86.500000 -v -143.657257 73.435570 86.500000 -v -142.402420 72.266090 86.500000 -v -142.301086 73.400467 86.500000 -v -143.800812 86.514519 86.500000 -v -144.618530 87.619797 86.500000 -v -134.566772 87.733925 86.500000 -v -137.701706 83.808212 86.500000 -v -141.663239 84.800995 86.500000 -v -142.805923 85.565575 86.500000 -v -140.958466 73.595024 86.500000 -v -134.566772 72.881027 86.500000 -v -139.668030 74.013641 86.500000 -v -138.466888 74.644279 86.500000 -v -139.072876 83.909149 86.500000 -v -140.406525 84.243362 86.500000 -v -137.389557 75.468811 86.500000 -v -139.365906 91.683411 86.500000 -v -138.526108 90.617950 86.500000 -v -137.518356 89.709702 86.500000 -v -136.371628 88.984802 86.500000 -v -135.118896 88.464081 86.500000 -v -140.664215 95.499496 86.500000 -v -140.450562 94.159798 86.500000 -v -140.013596 92.875450 86.500000 -v -125.000000 87.733910 86.500000 -v -129.028412 95.464119 86.500000 -v -129.173828 96.831291 86.500000 -v -129.083038 98.203171 86.500000 -v -128.758667 99.539246 86.500000 -v -128.052841 92.904114 86.500000 -v -128.651031 94.142044 86.500000 -v -128.210327 100.800049 86.500000 -v -127.454201 101.948334 86.500000 -v -130.130127 85.704567 86.500000 -v -125.896530 87.274963 86.500000 -v -126.261429 87.567635 86.500000 -v -129.915237 86.052994 86.500000 -v -131.577942 83.789825 86.500000 -v -132.054779 83.320923 86.500000 -v -126.802185 87.586205 86.500000 -v -128.964233 86.165527 86.500000 -v -127.231079 87.256348 86.500000 -v -132.292053 79.255219 86.500000 -v -132.773376 80.204681 86.500000 -v -132.064301 82.779938 86.500000 -v -130.130127 74.295433 86.500000 -v -129.807495 73.861069 86.500000 -v -127.231079 72.743660 86.500000 -v -127.348747 73.056488 86.500000 -v -129.419983 86.270889 86.500000 -v -131.577942 76.210175 86.500000 -v -131.994980 76.554909 86.500000 -v -130.128815 74.763199 86.500000 -v -132.466217 80.650116 86.500000 -v -129.146820 73.757339 86.500000 -v -128.972366 74.127319 86.739998 -v -132.097198 77.086243 86.500000 -v -132.658600 79.545845 86.500000 -v -131.127045 76.432442 86.739998 -v -123.738571 87.567635 86.500000 -v -118.005020 83.445091 86.500000 -v -118.422058 83.789825 86.500000 -v -119.921005 85.832550 86.500000 -v -122.651260 73.056496 86.500000 -v -121.819641 73.395897 86.500000 -v -120.192505 73.861076 86.500000 -v -119.871170 74.763199 86.500000 -v -120.192505 86.138924 86.500000 -v -118.422058 76.210175 86.500000 -v -117.202972 80.068909 86.500000 -v -117.935715 77.220070 86.500000 -v -119.871185 85.236801 86.500000 -v -120.580017 86.270889 86.500000 -v -117.902786 82.913757 86.500000 -v -119.921005 74.167450 86.500000 -v -117.945221 76.679077 86.500000 -v -122.954636 87.458641 86.500000 -v -120.717819 73.731422 86.500000 -v -122.651260 86.943512 86.500000 -v -117.341400 80.454155 86.500000 -v -118.106918 77.507118 86.500000 -v -117.533798 79.349884 86.500000 -v -122.704796 72.865646 86.500000 -v -124.103470 72.725037 86.500000 -v -123.738571 72.432365 86.500000 -v -126.667816 72.383125 86.500000 -v -126.261429 72.432365 86.500000 -v -125.896530 72.725037 86.500000 -v -122.634270 92.606064 89.000000 -v -122.912567 94.643295 89.000000 -v -122.853333 95.671806 89.000000 -v -122.662415 96.684174 89.000000 -v -121.900345 98.593880 89.000000 -v -122.342987 97.663612 89.000000 -v -120.676666 100.246269 89.000000 -v -121.341812 99.459549 89.000000 -v -119.915939 100.940979 89.000000 -v -126.989204 102.486275 89.000000 -v -127.712280 101.602715 89.000000 -v -128.302216 100.625214 89.000000 -v -128.747009 99.573700 89.000000 -v -129.037567 98.469574 89.000000 -v -129.135651 96.194069 89.000000 -v -129.155701 97.334801 89.156433 -v -128.941162 95.069038 89.000000 -v -128.084885 92.958511 89.000000 -v -128.588516 93.983147 89.000000 -v -127.440514 92.016014 89.000000 -v -119.628723 102.364021 90.000000 -v -126.895180 101.026222 90.000000 -v -121.397156 100.939735 90.000000 -v -122.145447 100.054680 90.000000 -v -122.773788 99.080795 90.000000 -v -123.271774 98.034248 90.000000 -v -123.845909 95.793465 90.000000 -v -123.829941 93.480347 90.000000 -v -123.631134 96.932381 90.000000 -v -127.970451 95.309265 90.000000 -v -127.800560 99.250839 90.000000 -v -112.899963 84.254242 89.000000 -v -111.274826 85.513885 89.000000 -v -110.354492 85.976837 89.000000 -v -109.382294 86.317688 89.000000 -v -107.347397 86.612556 89.000000 -v -108.374359 86.530769 89.000000 -v -105.304550 86.379021 89.000000 -v -106.318451 86.561691 89.000000 -v -104.322540 86.067566 89.000000 -v -103.388702 85.632500 89.000000 -v -106.520920 92.965843 89.000000 -v -107.647644 93.150269 89.000000 -v -108.789154 93.172424 89.000000 -v -109.922180 93.031845 89.000000 -v -111.023666 92.731422 89.000000 -v -113.043350 91.678619 89.000000 -v -112.071167 92.277267 89.000000 -v -113.920410 90.947670 89.000000 -v -114.684494 90.099319 89.000000 -v -115.814087 88.121552 89.000000 -v -115.320038 89.150848 89.000000 -v -108.517761 87.520432 90.000000 -v -107.362442 87.612442 90.000000 -v -112.740646 85.726868 90.000000 -v -109.728561 92.050774 90.000000 -v -106.204865 87.555222 90.000000 -v -105.064240 87.349716 90.000000 -v -110.745407 86.897263 90.000000 -v -115.057877 86.719696 90.000000 -v -112.459579 90.866699 90.000000 -v -115.265701 71.648186 89.000000 -v -112.501160 70.305038 89.000000 -v -113.362244 70.870590 89.000000 -v -111.719879 69.633514 89.000000 -v -111.031372 68.867157 89.000000 -v -110.447052 68.018677 89.000000 -v -109.976624 67.102142 89.000000 -v -109.406601 65.126587 89.000000 -v -109.627884 66.132751 89.000000 -v -109.316467 64.100319 89.000000 -v -104.531708 70.479568 89.000000 -v -105.486923 72.547203 89.000000 -v -104.935364 71.547554 89.000000 -v -106.175171 73.458153 89.000000 -v -107.909760 74.931549 89.156433 -v -106.994110 74.252518 89.156433 -v -108.907700 75.484550 89.000000 -v -109.979248 75.878639 89.000000 -v -112.235153 76.192329 89.000000 -v -111.095978 76.116180 89.000000 -v -113.373566 76.105537 89.000000 -v -108.317825 64.166321 90.000000 -v -105.489975 70.193672 90.000000 -v -108.667084 66.409981 90.000000 -v -113.910706 72.246521 90.000000 -v -109.059418 67.500542 90.000000 -v -109.588654 68.531647 90.000000 -v -110.246002 69.486191 90.000000 -v -111.899506 71.103798 90.000000 -v -110.256561 74.917862 90.000000 -v -107.637558 73.503174 90.000000 -v -127.087425 65.356705 89.000000 -v -127.146660 64.328201 89.000000 -v -127.657005 62.336388 89.000000 -v -127.337578 63.315826 89.000000 -v -128.099670 61.406120 89.000000 -v -129.323334 59.753731 89.000000 -v -128.658188 60.540451 89.000000 -v -130.084061 59.059021 89.000000 -v -123.010796 57.513733 89.000000 -v -122.287720 58.397293 89.000000 -v -121.697769 59.374786 89.000000 -v -121.252991 60.426300 89.000000 -v -120.974533 61.532700 89.156433 -v -121.058823 64.930962 89.000000 -v -120.864349 63.805923 89.000000 -v -120.844284 62.665207 89.156433 -v -121.915115 67.041481 89.000000 -v -121.411484 66.016853 89.000000 -v -122.559479 67.983986 89.000000 -v -123.962364 68.044945 90.000000 -v -128.602844 59.060265 90.000000 -v -126.154091 64.206535 90.000000 -v -126.368866 63.067627 90.000000 -v -121.859375 63.706337 90.000000 -v -126.728233 61.965759 90.000000 -v -127.226212 60.919205 90.000000 -v -123.104820 58.973778 90.000000 -v -127.854553 59.945320 90.000000 -v -126.170059 66.519653 90.000000 -v -138.725189 74.486115 89.000000 -v -139.645508 74.023163 89.000000 -v -141.625641 73.469231 89.000000 -v -140.617706 73.682312 89.000000 -v -144.695450 73.620979 89.000000 -v -143.681564 73.438309 89.000000 -v -142.652603 73.387444 89.000000 -v -145.677460 73.932434 89.000000 -v -146.611298 74.367500 89.000000 -v -143.479080 67.034164 89.000000 -v -141.210846 66.827583 89.000000 -v -140.077820 66.968147 89.000000 -v -138.976334 67.268570 89.000000 -v -137.928833 67.722733 89.000000 -v -136.956650 68.321381 89.000000 -v -136.079590 69.052322 89.000000 -v -134.185913 71.878448 89.000000 -v -134.679962 70.849152 89.000000 -v -147.122910 73.708992 89.984436 -v -142.261658 67.845612 90.000000 -v -144.935760 72.650284 90.000000 -v -140.348297 72.719284 90.000000 -v -141.482239 72.479568 90.000000 -v -138.219208 73.623566 90.000000 -v -139.254578 73.102737 90.000000 -v -137.540405 69.133301 90.000000 -v -143.795135 72.444778 90.000000 -v -142.637558 72.387558 90.000000 -v -136.637756 89.129410 89.000000 -v -137.498840 89.694962 89.000000 -v -138.968628 91.132843 89.000000 -v -138.280121 90.366486 89.000000 -v -139.552948 91.981323 89.000000 -v -140.372116 93.867249 89.000000 -v -140.023376 92.897858 89.000000 -v -140.593384 94.873413 89.000000 -v -145.468292 89.520432 89.000000 -v -145.053467 88.457611 89.156433 -v -144.513077 87.452797 89.000000 -v -143.013916 85.738144 89.000000 -v -143.824829 86.541847 89.000000 -v -141.092300 84.515457 89.000000 -v -141.653687 84.818695 89.000000 -v -142.096832 85.058067 89.000000 -v -140.017334 84.133194 89.156433 -v -137.764847 83.807678 89.000000 -v -138.902328 83.896027 89.156433 -v -136.626434 83.894455 89.000000 -v -141.332916 93.590019 90.000000 -v -136.089294 87.753479 90.000000 -v -138.100494 88.896202 90.000000 -v -137.769516 84.807663 90.000000 -v -139.753998 90.513817 90.000000 -v -142.362442 86.496826 90.000000 -v -140.411346 91.468353 90.000000 -v -140.940582 92.499458 90.000000 -v -141.569183 59.706436 94.233925 -v -142.413437 55.840683 89.773918 -v -141.701523 55.367432 89.773918 -v -139.940247 58.355324 94.124695 -v -154.759537 78.873047 89.773918 -v -154.589081 76.625595 89.773918 -v -151.214966 77.883713 94.124695 -v -150.859344 75.797447 94.233925 -v -154.249146 74.397476 89.773918 -v -150.667465 74.349884 94.124695 -v -154.065399 73.602432 89.773918 -v -150.437317 73.730263 94.233925 -v -153.741653 72.201447 89.773918 -v -153.208572 70.495094 89.773918 -v -149.946747 71.671555 94.124695 -v -153.069550 70.050087 89.773918 -v -149.195679 69.691185 94.124695 -v -152.236664 67.955719 89.773918 -v -148.287720 67.777664 94.124695 -v -151.247757 65.930336 89.773918 -v -150.501312 64.656097 89.773918 -v -147.228699 65.943420 94.124695 -v -150.108521 63.985550 89.773918 -v -148.825455 62.132492 89.773918 -v -146.025543 64.200333 94.124695 -v -144.686020 62.559708 94.124695 -v -147.405914 60.381767 89.773918 -v -146.605286 59.534348 89.773918 -v -145.858047 58.743423 89.773918 -v -143.218811 61.032196 94.124695 -v -144.190704 57.226837 89.773918 -v -138.150116 57.223320 94.124695 -v -140.536438 54.592926 89.773918 -v -137.309448 56.782104 94.124695 -v -138.943207 53.699677 89.773918 -v -136.274719 56.239029 94.124695 -v -138.570435 53.490685 89.773918 -v -136.526703 52.540291 89.773918 -v -136.017548 52.348892 89.773918 -v -134.326202 55.408844 94.124695 -v -134.416931 51.747185 89.773918 -v -132.961960 51.322685 89.773918 -v -132.317184 54.738144 94.124695 -v -132.253235 51.115913 89.773918 -v -130.260727 54.231262 94.124695 -v -130.048004 50.650078 89.773918 -v -128.170135 53.891518 94.124695 -v -127.813850 50.352364 89.773918 -v -126.611099 50.283997 89.773918 -v -126.059006 53.721085 94.124695 -v -125.563576 50.224464 89.773918 -v -123.310081 50.267120 89.773918 -v -123.940994 53.721085 94.124695 -v -121.829865 53.891518 94.124695 -v -121.066254 50.480072 89.773918 -v -120.185455 50.631569 89.773918 -v -119.739273 54.231262 94.124695 -v -118.844971 50.862122 89.773918 -v -117.682816 54.738144 94.124695 -v -115.673798 55.408844 94.124695 -v -113.725281 56.239029 94.124695 -v -112.442444 52.996147 89.773918 -v -111.058716 53.704498 89.773918 -v -111.849869 57.223320 94.124695 -v -110.436142 54.023201 89.773918 -v -108.513260 55.199043 89.773918 -v -110.059769 58.355324 94.124695 -v -106.684814 56.516937 89.773918 -v -105.733871 57.318291 89.773918 -v -108.366531 59.627701 94.124695 -v -106.781189 61.032196 94.124695 -v -104.961273 57.969345 89.773918 -v -105.921066 61.927673 94.124695 -v -103.352509 59.547951 89.773918 -v -105.313980 62.559708 94.124695 -v -99.562668 86.269745 94.233925 -v -96.574036 88.880592 89.773918 -v -96.794724 89.503174 89.773918 -v -100.053253 88.328445 94.124695 -v -101.867752 61.243698 89.773918 -v -103.974457 64.200333 94.124695 -v -100.515472 63.046875 89.773918 -v -99.303452 64.947159 89.773918 -v -102.771301 65.943420 94.124695 -v -101.802292 67.824905 94.233925 -v -98.238632 66.933670 89.773918 -v -101.148682 68.965424 94.124695 -v -97.987198 67.502228 89.773918 -v -100.897812 69.731018 94.233925 -v -97.327072 68.995018 89.773918 -v -96.794724 70.496826 89.773918 -v -100.053253 71.671555 94.124695 -v -96.574036 71.119408 89.773918 -v -95.983826 73.294662 89.773918 -v -99.463989 73.705940 94.124695 -v -99.140656 75.797447 94.233925 -v -95.559799 75.508324 89.773918 -v -98.873062 77.158768 94.124695 -v -95.414490 76.782494 89.773918 -v -98.886353 77.891891 94.233925 -v -95.304413 77.747711 89.773918 -v -98.699753 80.000000 94.124695 -v -95.219131 80.000000 89.773918 -v -95.304428 82.252289 89.773918 -v -98.785034 82.116287 94.124695 -v -95.559799 84.491676 89.773918 -v -99.040329 84.218857 94.124695 -v -95.983826 86.705338 89.773918 -v -97.327072 91.004974 89.773918 -v -100.804306 90.308815 94.124695 -v -97.987198 92.497772 89.773918 -v -101.712280 92.222336 94.124695 -v -98.238632 93.066330 89.773918 -v -99.303452 95.052834 89.773918 -v -102.479202 93.550667 94.124695 -v -102.857193 94.002266 94.233925 -v -100.515472 96.953125 89.773918 -v -101.867737 98.756302 89.773918 -v -103.974457 95.799667 94.124695 -v -105.313980 97.440285 94.124695 -v -103.352509 100.452057 89.773918 -v -105.921066 98.072327 94.124695 -v -106.781189 98.967804 94.124695 -v -104.961273 102.030647 89.773918 -v -107.983932 100.033356 94.124695 -v -105.733871 102.681709 89.773918 -v -108.430817 100.293571 94.233925 -v -106.684814 103.483063 89.773918 -v -108.513260 104.800957 89.773918 -v -110.059753 101.644676 94.124695 -v -111.849884 102.776680 94.124695 -v -110.436142 105.976799 89.773918 -v -111.058716 106.295502 89.773918 -v -113.725281 103.760963 94.124695 -v -112.442444 107.003853 89.773918 -v -113.983292 107.650650 89.773918 -v -115.673798 104.591156 94.124695 -v -114.520676 107.876228 89.773918 -v -116.658936 108.588928 89.773918 -v -117.682816 105.261856 94.124695 -v -119.739273 105.768738 94.124695 -v -118.844971 109.137878 89.773918 -v -121.066254 109.519928 89.773918 -v -121.829865 106.108490 94.124695 -v -123.310081 109.732880 89.773918 -v -123.940994 106.278915 94.124695 -v -125.563576 109.775543 89.773918 -v -126.611099 109.716003 89.773918 -v -126.059006 106.278915 94.124695 -v -128.170135 106.108490 94.124695 -v -127.813850 109.647644 89.773918 -v -129.251495 105.932755 94.124695 -v -130.048004 109.349922 89.773918 -v -130.260727 105.768738 94.124695 -v -149.195679 90.308815 94.124695 -v -153.069550 89.949913 89.773918 -v -149.946747 88.328445 94.124695 -v -132.253235 108.884094 89.773918 -v -132.961960 108.677315 89.773918 -v -132.317184 105.261856 94.124695 -v -134.416931 108.252808 89.773918 -v -136.017548 107.651115 89.773918 -v -134.326202 104.591156 94.124695 -v -136.526703 107.459709 89.773918 -v -136.274719 103.760963 94.124695 -v -138.570435 106.509315 89.773918 -v -138.150116 102.776680 94.124695 -v -140.536438 105.407074 89.773918 -v -142.413437 104.159309 89.773918 -v -139.940247 101.644676 94.124695 -v -144.190704 102.773163 89.773918 -v -141.633469 100.372307 94.124695 -v -143.218811 98.967804 94.124695 -v -145.858047 101.256577 89.773918 -v -146.605286 100.465660 89.773918 -v -144.686020 97.440285 94.124695 -v -147.405914 99.618225 89.773918 -v -146.025543 95.799667 94.124695 -v -150.108521 96.014450 89.773918 -v -147.228699 94.056580 94.124695 -v -148.287720 92.222336 94.124695 -v -151.247757 94.069664 89.773918 -v -148.851303 91.034576 94.124695 -v -152.236664 92.044281 89.773918 -v -153.741653 87.798553 89.773918 -v -150.536011 86.294067 94.124695 -v -154.249146 85.602524 89.773918 -v -150.959656 84.218857 94.124695 -v -154.589081 83.374397 89.773918 -v -151.126938 82.841232 94.124695 -v -151.214966 82.116287 94.124695 -v -154.759537 81.126953 89.773918 -v -154.780869 80.000000 89.773918 -v -123.858116 74.701645 96.500000 -v -122.979118 74.970840 96.500000 -v -122.158257 75.384712 96.500000 -v -121.419144 75.931351 96.500000 -v -126.587097 74.817581 96.500000 -v -125.688438 74.623901 96.500000 -v -124.719101 71.240570 96.500000 -v -124.769966 74.584885 96.500000 -v -122.506424 71.598297 96.500000 -v -128.912994 76.249695 96.500000 -v -130.013992 72.812065 96.500000 -v -128.222916 75.642334 96.500000 -v -127.440102 75.160339 96.500000 -v -126.950157 71.455795 96.500000 -v -117.363815 75.699387 96.500000 -v -120.783051 76.595047 96.500000 -v -120.268265 77.356697 96.500000 -v -119.889618 78.194382 96.500000 -v -119.657959 80.915985 96.500000 -v -119.889603 81.805618 96.500000 -v -118.704437 86.096916 96.500000 -v -120.268265 82.643311 96.500000 -v -120.783051 83.404953 96.500000 -v -116.522690 77.776993 96.500000 -v -119.657959 79.084015 96.500000 -v -119.580002 80.000000 96.500000 -v -116.308014 81.120705 96.500000 -v -130.245117 78.634277 96.500000 -v -129.938858 77.767494 96.500000 -v -129.490524 76.964935 96.500000 -v -128.222916 84.357666 96.500000 -v -131.673264 85.681030 96.500000 -v -128.912994 83.750305 96.500000 -v -129.490524 83.035065 96.500000 -v -129.938858 82.232506 96.500000 -v -133.745926 80.561508 96.500000 -v -130.245117 81.365723 96.500000 -v -130.400482 80.459648 96.500000 -v -130.400482 79.540352 96.500000 -v -132.344940 75.218971 96.500000 -v -125.688438 85.376099 96.500000 -v -126.587097 85.182419 96.500000 -v -129.053650 87.770096 96.500000 -v -127.440102 84.839661 96.500000 -v -121.419144 84.068642 96.500000 -v -122.158257 84.615288 96.500000 -v -121.452515 88.013855 96.500000 -v -122.979118 85.029160 96.500000 -v -123.858116 85.298347 96.500000 -v -126.950157 88.544205 96.500000 -v -124.769966 85.415115 96.500000 -v -132.858337 71.071182 92.711143 -v -133.587250 71.769783 92.711143 -v -133.035370 73.159386 95.394424 -v -134.254288 72.527679 92.711143 -v -134.854645 73.339424 92.711143 -v -133.844162 74.243088 95.394424 -v -135.384003 74.199150 92.711143 -v -134.507736 75.421318 95.394424 -v -135.838547 75.100670 92.711143 -v -136.214981 76.037491 92.711143 -v -127.505913 68.372543 92.711143 -v -128.482971 68.626945 92.711143 -v -128.644562 70.096542 95.394424 -v -129.434906 68.963287 92.711143 -v -130.354919 69.379158 92.711143 -v -129.881073 70.643906 95.394424 -v -131.236328 69.871552 92.711143 -v -131.037415 71.344894 95.394424 -v -132.072815 70.436913 92.711143 -v -132.094650 72.188004 95.394424 -v -121.517044 68.626945 92.711143 -v -122.494095 68.372543 92.711143 -v -123.315781 69.582481 95.394424 -v -123.489197 68.201912 92.711143 -v -124.495186 68.116287 92.711143 -v -124.661766 69.452637 95.394424 -v -125.504814 68.116287 92.711143 -v -126.013306 69.495979 95.394424 -v -126.510803 68.201912 92.711143 -v -127.348213 69.711792 95.394424 -v -116.412735 71.769783 92.711143 -v -117.141647 71.071182 92.711143 -v -118.420441 71.749496 95.394424 -v -117.927185 70.436913 92.711143 -v -118.763672 69.871552 92.711143 -v -119.529510 70.975861 95.394424 -v -119.645081 69.379158 92.711143 -v -120.728409 70.350403 95.394424 -v -120.565094 68.963287 92.711143 -v -121.997437 69.883385 95.394424 -v -113.489365 77.002869 92.711143 -v -113.785004 76.037491 92.711143 -v -115.218445 76.039886 95.394424 -v -114.161453 75.100670 92.711143 -v -114.615997 74.199150 92.711143 -v -115.805161 74.821564 95.394424 -v -115.145355 73.339424 92.711143 -v -116.542847 73.688271 95.394424 -v -115.745712 72.527679 92.711143 -v -117.419418 72.658615 95.394424 -v -114.161453 84.899330 92.711143 -v -113.785004 83.962502 92.711143 -v -114.792343 82.676765 95.394424 -v -113.489365 82.997131 92.711143 -v -113.276657 82.010162 92.711143 -v -114.533859 81.349457 95.394424 -v -113.148422 81.008720 92.711143 -v -113.105576 80.000000 92.711143 -v -114.447220 80.000000 95.394424 -v -113.148422 78.991280 92.711143 -v -114.533859 78.650543 95.394424 -v -113.276657 77.989830 92.711143 -v -114.792343 77.323242 95.394424 -v -117.927170 89.563087 92.711143 -v -117.141647 88.928818 92.711143 -v -117.419418 87.341385 95.394424 -v -116.412750 88.230217 92.711143 -v -115.745712 87.472321 92.711143 -v -116.542847 86.311737 95.394424 -v -115.145355 86.660583 92.711143 -v -114.615997 85.800850 92.711143 -v -115.805161 85.178436 95.394424 -v -115.218445 83.960114 95.394424 -v -123.489197 91.798088 92.711143 -v -122.494095 91.627457 92.711143 -v -121.997437 90.116615 95.394424 -v -121.517044 91.373055 92.711143 -v -120.565094 91.036713 92.711143 -v -120.728409 89.649597 95.394424 -v -119.645081 90.620842 92.711143 -v -118.763672 90.128456 92.711143 -v -119.529510 89.024139 95.394424 -v -118.420441 88.250504 95.394424 -v -129.434906 91.036713 92.711143 -v -128.482971 91.373055 92.711143 -v -127.348213 90.288208 95.394424 -v -127.505913 91.627457 92.711143 -v -126.510803 91.798088 92.711143 -v -126.013306 90.504028 95.394424 -v -125.504814 91.883705 92.711143 -v -124.495186 91.883705 92.711143 -v -124.661766 90.547363 95.394424 -v -123.315781 90.417519 95.394424 -v -134.254288 87.472321 92.711143 -v -133.587250 88.230217 92.711143 -v -132.094650 87.811996 95.394424 -v -132.858337 88.928818 92.711143 -v -132.072815 89.563087 92.711143 -v -131.037415 88.655098 95.394424 -v -131.236328 90.128456 92.711143 -v -130.354919 90.620842 92.711143 -v -129.881073 89.356094 95.394424 -v -128.644562 89.903458 95.394424 -v -136.723328 82.010162 92.711143 -v -136.510620 82.997131 92.711143 -v -135.015182 83.325272 95.394424 -v -136.214996 83.962502 92.711143 -v -135.838547 84.899330 92.711143 -v -134.507721 84.578682 95.394424 -v -135.384003 85.800850 92.711143 -v -134.854645 86.660583 92.711143 -v -133.844162 85.756912 95.394424 -v -133.035370 86.840614 95.394424 -v -135.015182 76.674728 95.394424 -v -136.510620 77.002869 92.711143 -v -135.358185 77.982742 95.394424 -v -136.723328 77.989830 92.711143 -v -136.851578 78.991280 92.711143 -v -135.531097 79.323883 95.394424 -v -136.894424 80.000000 92.711143 -v -136.851578 81.008720 92.711143 -v -135.531097 80.676117 95.394424 -v -135.358185 82.017258 95.394424 -v -109.207504 64.102844 89.453995 -v -115.253159 71.695496 89.309021 -v -114.288879 71.320793 89.000000 -v -109.876663 67.145569 89.453995 -v -110.353500 68.074585 89.453995 -v -111.643646 69.711426 89.453995 -v -113.308411 70.965355 89.453995 -v -109.217834 65.155510 89.587784 -v -109.444382 66.185699 89.587784 -v -110.881378 68.985382 89.587784 -v -112.386246 70.457588 89.587784 -v -114.216660 71.497589 89.587784 -v -109.475815 67.319672 89.891006 -v -108.963989 66.324310 89.951057 -v -110.488693 69.294891 89.951057 -v -112.085419 70.856972 89.951057 -v -114.027573 71.960457 89.951057 -v -109.722931 68.451401 89.987686 -v -113.272018 75.422058 89.951057 -v -113.357544 75.997734 89.453995 -v -104.578613 70.465576 89.309021 -v -104.812378 70.395836 89.707108 -v -104.918549 68.788956 89.943512 -v -105.054932 70.323471 89.891006 -v -106.066559 72.171066 89.951057 -v -105.309570 71.374672 89.809021 -v -105.108734 71.467461 89.587784 -v -104.979782 71.527023 89.309021 -v -105.832718 72.322815 89.809021 -v -105.647125 72.443237 89.587784 -v -105.527985 72.520561 89.309021 -v -110.170868 75.214760 89.951057 -v -110.093552 75.482590 89.809021 -v -111.152756 75.707893 89.809021 -v -110.032211 75.695145 89.587784 -v -111.122284 75.927017 89.587784 -v -109.992813 75.831612 89.309021 -v -111.102722 76.067696 89.309021 -v -112.234650 76.083336 89.453995 -v -112.233780 75.899445 89.707108 -v -112.232605 75.646324 89.891006 -v -108.952515 75.385201 89.453995 -v -109.028152 75.217575 89.707108 -v -109.132248 74.986855 89.891006 -v -108.356018 74.230232 89.987686 -v -107.961670 74.849983 89.453995 -v -108.060394 74.694824 89.707108 -v -108.196274 74.481270 89.891006 -v -107.057098 74.179169 89.453995 -v -107.176895 74.039642 89.707108 -v -107.341797 73.847610 89.891006 -v -106.212021 73.425934 89.309021 -v -106.318954 73.332443 89.587784 -v -106.695358 73.003334 89.951057 -v -103.297073 85.800064 89.587784 -v -112.934662 84.288757 89.309021 -v -113.035385 84.388908 89.587784 -v -113.666245 83.942818 89.767136 -v -112.128021 84.936493 89.000000 -v -106.306061 86.669983 89.453995 -v -107.349030 86.721535 89.453995 -v -109.411652 86.422646 89.453995 -v -111.329971 85.607895 89.453995 -v -104.253204 86.245514 89.587784 -v -105.258652 86.564407 89.587784 -v -108.401749 86.719772 89.587784 -v -110.429153 86.152618 89.587784 -v -112.245026 85.087440 89.587784 -v -106.256424 87.104172 89.891006 -v -105.138489 87.049751 89.951057 -v -108.473450 87.214607 89.951057 -v -110.624603 86.612831 89.951057 -v -112.551331 85.482635 89.951057 -v -107.360077 87.456024 89.987686 -v -114.720016 88.808151 89.951057 -v -115.541656 88.013977 89.707108 -v -115.840866 87.753082 89.441124 -v -106.588745 92.680908 89.707108 -v -105.546326 92.270081 89.776718 -v -106.647339 92.434669 89.891006 -v -106.716232 92.145203 89.987686 -v -108.753220 92.482368 89.951057 -v -107.685028 92.739746 89.809021 -v -107.664963 92.960068 89.587784 -v -107.652084 93.101524 89.309021 -v -108.767715 92.760757 89.809021 -v -108.779221 92.981689 89.587784 -v -108.786606 93.123535 89.309021 -v -114.139374 89.674706 89.951057 -v -113.634583 90.650650 89.809021 -v -114.359299 89.846016 89.809021 -v -113.787994 90.810059 89.587784 -v -114.533829 89.981964 89.587784 -v -113.886475 90.912407 89.309021 -v -114.645889 90.069244 89.309021 -v -115.277542 89.126572 89.309021 -v -115.154190 89.056122 89.587784 -v -114.962097 88.946404 89.809021 -v -113.014771 91.638885 89.309021 -v -112.931854 91.523552 89.587784 -v -112.802704 91.343933 89.809021 -v -112.639969 91.117592 89.951057 -v -112.048538 92.233864 89.309021 -v -111.982880 92.107910 89.587784 -v -111.880630 91.911736 89.809021 -v -111.007446 92.685249 89.309021 -v -110.960388 92.551231 89.587784 -v -110.887100 92.342491 89.809021 -v -110.794739 92.079468 89.951057 -v -109.912704 92.983833 89.309021 -v -109.885208 92.844482 89.587784 -v -109.842361 92.627441 89.809021 -v -119.128906 101.625282 89.453995 -v -119.072235 101.532181 89.000000 -v -122.681503 92.593262 89.309021 -v -122.839142 93.615700 89.000000 -v -121.429398 99.524414 89.453995 -v -121.995544 98.646950 89.453995 -v -122.768005 96.711220 89.453995 -v -123.021561 94.642540 89.453995 -v -120.035385 101.090004 89.587784 -v -120.814270 100.378716 89.587784 -v -122.520370 97.734390 89.587784 -v -123.042908 95.695038 89.587784 -v -123.028366 93.589851 89.587784 -v -121.780609 99.784492 89.891006 -v -120.348083 101.480164 89.951057 -v -122.377251 98.859741 89.891006 -v -123.539185 95.755867 89.951057 -v -123.523766 93.522171 89.951057 -v -122.019730 99.961578 89.987686 -v -123.479584 96.893555 89.987686 -v -127.728859 93.166290 89.809021 -v -127.355156 92.083794 89.453995 -v -126.953644 102.452644 89.309021 -v -126.776360 102.285072 89.707108 -v -126.376167 101.906799 89.987686 -v -127.686661 100.311310 89.951057 -v -127.375458 101.365082 89.809021 -v -127.556229 101.492615 89.587784 -v -127.934998 100.437950 89.809021 -v -128.132080 100.538452 89.587784 -v -128.258621 100.602982 89.309021 -v -128.270416 95.235031 89.951057 -v -127.488091 93.306793 89.951057 -v -128.206543 94.138123 89.809021 -v -128.755783 95.114914 89.587784 -v -128.411545 94.054947 89.587784 -v -128.893661 95.080795 89.309021 -v -128.543167 94.001549 89.309021 -v -127.672295 101.574493 89.309021 -v -128.042603 92.983185 89.309021 -v -127.919930 93.054779 89.587784 -v -129.027191 96.204926 89.453995 -v -128.844208 96.223236 89.707108 -v -128.296295 96.278076 89.987686 -v -129.059113 97.330635 89.453995 -v -128.875397 97.322716 89.707108 -v -128.622498 97.311821 89.891006 -v -128.989471 98.460526 89.309021 -v -128.849884 98.434273 89.587784 -v -128.632462 98.393372 89.809021 -v -128.358490 98.341843 89.951057 -v -128.700684 99.557892 89.309021 -v -128.566254 99.512032 89.587784 -v -128.356873 99.440613 89.809021 -v -141.091675 96.433212 89.806961 -v -140.792496 95.897156 89.453995 -v -140.683533 95.899681 89.000000 -v -134.734314 88.351814 89.000000 -v -135.711121 88.679207 89.000000 -v -134.762207 88.246460 89.453995 -v -140.123352 92.854431 89.453995 -v -139.646515 91.925415 89.453995 -v -138.356354 90.288574 89.453995 -v -136.691589 89.034645 89.453995 -v -140.782166 94.844490 89.587784 -v -140.555603 93.814301 89.587784 -v -139.118622 91.014618 89.587784 -v -137.613754 89.542419 89.587784 -v -135.783340 88.502411 89.587784 -v -140.524170 92.680328 89.891006 -v -141.036011 93.675690 89.951057 -v -139.511307 90.705109 89.951057 -v -137.914581 89.143036 89.951057 -v -135.972427 88.039543 89.951057 -v -140.277069 91.548599 89.987686 -v -137.768066 84.498642 89.951057 -v -136.105896 84.545212 89.889030 -v -136.260986 84.146126 89.579544 -v -145.187622 89.604164 89.707108 -v -145.153473 91.083199 89.922127 -v -144.659927 89.761604 89.987686 -v -144.945068 89.676529 89.891006 -v -144.568970 88.681435 89.891006 -v -144.798752 88.575287 89.707108 -v -144.965698 88.498161 89.453995 -v -143.304626 86.996666 89.951057 -v -144.167282 87.677185 89.809021 -v -144.352875 87.556763 89.587784 -v -144.472015 87.479439 89.309021 -v -138.787842 84.719353 89.987686 -v -139.869339 84.645958 89.891006 -v -139.939529 84.402771 89.707108 -v -138.863678 84.173927 89.707108 -v -139.990540 84.226082 89.453995 -v -138.889008 83.991776 89.453995 -v -137.765076 83.856613 89.309021 -v -137.765732 83.998657 89.587784 -v -137.766769 84.219879 89.809021 -v -141.072174 84.560066 89.309021 -v -141.013763 84.689537 89.587784 -v -140.808136 85.145294 89.951057 -v -142.070572 85.099358 89.309021 -v -141.994324 85.219193 89.587784 -v -141.875549 85.405846 89.809021 -v -141.725906 85.641037 89.951057 -v -142.982025 85.775276 89.309021 -v -142.889496 85.883041 89.587784 -v -142.745361 86.050880 89.809021 -v -143.787979 86.574066 89.309021 -v -143.681046 86.667557 89.587784 -v -143.514496 86.813179 89.809021 -v -146.663589 74.271873 89.453995 -v -137.100037 75.745758 89.000000 -v -136.964615 75.611092 89.587784 -v -137.871979 75.063507 89.000000 -v -143.693939 73.330017 89.453995 -v -142.650970 73.278465 89.453995 -v -140.588348 73.577354 89.453995 -v -138.670029 74.392105 89.453995 -v -145.746796 73.754486 89.587784 -v -144.741348 73.435593 89.587784 -v -141.598251 73.280220 89.587784 -v -139.570862 73.847382 89.587784 -v -137.754974 74.912560 89.587784 -v -143.743576 72.895836 89.891006 -v -138.448914 74.015160 89.891006 -v -136.261139 75.854340 89.890091 -v -145.928329 73.288605 89.951057 -v -142.644394 72.841492 89.891006 -v -139.375397 73.387169 89.951057 -v -143.777374 72.600204 89.987686 -v -140.390442 72.869942 89.987686 -v -137.448669 74.517372 89.951057 -v -134.828598 72.132240 89.951057 -v -134.845795 70.943878 89.587784 -v -143.467743 67.081772 89.309021 -v -143.411255 67.319092 89.707108 -v -144.874893 68.424660 89.985443 -v -143.283752 67.854797 89.987686 -v -141.246765 67.517632 89.951057 -v -142.314972 67.260254 89.809021 -v -142.335037 67.039932 89.587784 -v -142.347916 66.898476 89.309021 -v -141.232285 67.239243 89.809021 -v -141.220779 67.018311 89.587784 -v -141.213394 66.876465 89.309021 -v -136.558716 69.550217 89.951057 -v -136.365417 69.349350 89.809021 -v -135.860626 70.325294 89.951057 -v -136.212006 69.189941 89.587784 -v -135.466171 70.018044 89.587784 -v -136.113525 69.087593 89.309021 -v -135.354111 69.930756 89.309021 -v -135.315491 69.900681 89.000000 -v -142.352356 66.849731 89.000000 -v -134.722473 70.873428 89.309021 -v -135.037903 71.053596 89.809021 -v -136.985229 68.361122 89.309021 -v -137.068146 68.476440 89.587784 -v -137.197281 68.656067 89.809021 -v -137.951447 67.766136 89.309021 -v -138.017120 67.892090 89.587784 -v -138.119370 68.088264 89.809021 -v -138.248230 68.335464 89.951057 -v -138.992554 67.314751 89.309021 -v -139.039612 67.448769 89.587784 -v -139.112900 67.657509 89.809021 -v -140.087296 67.016167 89.309021 -v -140.114792 67.155518 89.587784 -v -140.211609 67.646057 89.951057 -v -131.222504 57.857727 89.790253 -v -130.828461 58.304688 89.587784 -v -130.927765 58.467819 89.000000 -v -127.365738 67.393936 89.000000 -v -127.181396 67.443886 89.587784 -v -127.160858 66.384300 89.000000 -v -128.570587 60.475586 89.453995 -v -128.004456 61.353050 89.453995 -v -127.231995 63.288773 89.453995 -v -126.978439 65.357460 89.453995 -v -129.964630 58.909988 89.587784 -v -129.185730 59.621292 89.587784 -v -127.479630 62.265602 89.587784 -v -126.957092 64.304962 89.587784 -v -126.971634 66.410149 89.587784 -v -128.219391 60.215500 89.891006 -v -129.651917 58.519836 89.951057 -v -127.622749 61.140259 89.891006 -v -126.460808 64.244133 89.951057 -v -126.476234 66.477829 89.951057 -v -127.980270 60.038422 89.987686 -v -126.520409 63.106445 89.987686 -v -123.220116 67.459412 89.987686 -v -122.271141 66.833710 89.809021 -v -122.961426 68.174423 89.581078 -v -122.644836 67.916214 89.453995 -v -123.223648 57.714928 89.707108 -v -123.407585 57.888802 89.891006 -v -124.756287 57.001289 89.966751 -v -122.624542 58.634926 89.809021 -v -122.443771 58.507385 89.587784 -v -121.906967 60.649391 89.951057 -v -122.065002 59.562057 89.809021 -v -121.867920 59.461548 89.587784 -v -121.741379 59.397018 89.309021 -v -122.051773 65.757072 89.951057 -v -121.458969 64.831940 89.809021 -v -121.793457 65.861877 89.809021 -v -121.244217 64.885086 89.587784 -v -121.588455 65.945053 89.587784 -v -121.106339 64.919205 89.309021 -v -121.456833 65.998451 89.309021 -v -122.327705 58.425507 89.309021 -v -121.957397 67.016815 89.309021 -v -122.080070 66.945221 89.587784 -v -120.913040 63.801056 89.309021 -v -121.054382 63.786911 89.587784 -v -121.551895 63.737106 89.951057 -v -120.940887 62.669365 89.453995 -v -121.124619 62.677284 89.707108 -v -121.674774 62.700996 89.987686 -v -121.069550 61.550568 89.453995 -v -121.250275 61.584564 89.707108 -v -121.499023 61.631348 89.891006 -v -121.299316 60.442108 89.309021 -v -121.433746 60.487961 89.587784 -v -121.643127 60.559387 89.809021 -v -105.678207 62.882385 94.455727 -v -104.363464 64.492653 94.455727 -v -104.252411 64.409195 94.401306 -v -105.477463 62.704536 94.326820 -v -110.418823 58.875519 94.488869 -v -112.093170 57.644730 94.455727 -v -110.257263 58.641457 94.401306 -v -111.959076 57.412460 94.326820 -v -119.808823 54.571922 94.401306 -v -117.779541 55.072090 94.401306 -v -119.782959 54.445251 94.326820 -v -128.111481 54.374573 94.455727 -v -126.039413 54.207291 94.455727 -v -126.045006 54.068481 94.401306 -v -128.143829 54.108322 94.326820 -v -136.066116 56.678658 94.455727 -v -134.153641 55.863831 94.455727 -v -134.202911 55.733932 94.401306 -v -136.181091 56.436340 94.326820 -v -144.212891 97.021149 94.488869 -v -145.636536 95.507347 94.455727 -v -144.321777 97.117615 94.455727 -v -145.747589 95.590797 94.401306 -v -144.522552 97.295471 94.326820 -v -137.906830 102.355263 94.455727 -v -139.663818 101.244209 94.455727 -v -139.742737 101.358543 94.401306 -v -138.040924 102.587540 94.326820 -v -132.141327 104.654732 94.488869 -v -130.163391 105.291962 94.455727 -v -132.220459 104.927910 94.401306 -v -130.217041 105.554749 94.326820 -v -126.027557 105.498680 94.500000 -v -121.888504 105.625427 94.455727 -v -123.954994 105.931519 94.401306 -v -121.856186 105.891678 94.326820 -v -113.933884 103.321350 94.455727 -v -115.846359 104.136169 94.455727 -v -115.797089 104.266068 94.401306 -v -113.818909 103.563660 94.326820 -v -99.270065 77.922867 94.455727 -v -99.047424 80.000000 94.401306 -v -99.131592 77.911690 94.401306 -v -98.918152 80.000000 94.326820 -v -99.520630 75.859200 94.455727 -v -99.383514 75.836914 94.401306 -v -99.676041 73.758209 94.326820 -v -99.936462 73.822395 94.455727 -v -100.514816 71.825645 94.455727 -v -100.383041 71.781654 94.401306 -v -101.124176 69.827461 94.401306 -v -101.251984 69.881912 94.455727 -v -102.143158 68.003799 94.455727 -v -102.020142 67.939240 94.401306 -v -102.955872 66.060150 94.326820 -v -103.182556 66.203491 94.455727 -v -107.118256 61.383141 94.455727 -v -107.022018 61.282944 94.401306 -v -108.504654 59.796875 94.326820 -v -108.674286 60.004623 94.455727 -v -113.996246 56.810089 94.488869 -v -113.874329 56.553146 94.401306 -v -113.818909 56.436340 94.326820 -v -115.751251 55.613052 94.326820 -v -115.797089 55.733932 94.401306 -v -121.888504 54.374573 94.455727 -v -121.871765 54.236664 94.401306 -v -123.949791 53.939308 94.326820 -v -123.960587 54.207291 94.455727 -v -130.217041 54.445251 94.326820 -v -130.163391 54.708038 94.455727 -v -132.256424 54.947914 94.326820 -v -132.181793 55.205536 94.455727 -v -138.040924 57.412460 94.326820 -v -137.834076 57.770721 94.488869 -v -139.816177 58.535065 94.326820 -v -139.742737 58.641457 94.401306 -v -139.581177 58.875519 94.488869 -v -141.325714 60.004623 94.455727 -v -141.413574 59.897018 94.401306 -v -142.881744 61.383141 94.455727 -v -143.067535 61.189713 94.326820 -v -144.425781 62.790268 94.401306 -v -144.212891 62.978859 94.488869 -v -145.850952 64.331535 94.326820 -v -145.636536 64.492653 94.455727 -v -146.934845 66.129242 94.401306 -v -147.044113 66.060150 94.326820 -v -148.477295 69.997253 94.500000 -v -147.979858 67.939240 94.401306 -v -148.094330 67.879158 94.326820 -v -148.875824 69.827461 94.401306 -v -148.748016 69.881912 94.455727 -v -149.739578 71.740715 94.326820 -v -149.485168 71.825645 94.455727 -v -150.063538 73.822395 94.455727 -v -150.198425 73.789146 94.401306 -v -150.479355 75.859200 94.455727 -v -150.616486 75.836914 94.401306 -v -150.997269 77.901283 94.326820 -v -150.729935 77.922867 94.455727 -v -150.668167 80.000000 94.488869 -v -150.952560 80.000000 94.401306 -v -151.300247 80.000000 94.124695 -v -150.729935 82.077133 94.455727 -v -151.113647 82.108109 94.233925 -v -150.335770 84.117462 94.488869 -v -150.744095 84.183823 94.326820 -v -150.323944 86.241791 94.326820 -v -150.198425 86.210854 94.401306 -v -149.922302 86.142792 94.488869 -v -149.485168 88.174355 94.455727 -v -149.616943 88.218353 94.401306 -v -149.102173 90.268982 94.233925 -v -148.748016 90.118088 94.455727 -v -147.856842 91.996193 94.455727 -v -148.094330 92.120842 94.326820 -v -147.044113 93.939850 94.326820 -v -146.817429 93.796509 94.455727 -v -142.780960 98.511940 94.488869 -v -143.067535 98.810287 94.326820 -v -141.495346 100.203125 94.326820 -v -141.413574 100.102982 94.401306 -v -141.233704 99.882690 94.488869 -v -136.066116 103.321350 94.455727 -v -136.125671 103.446854 94.401306 -v -134.248749 104.386955 94.326820 -v -134.153641 104.136169 94.455727 -v -128.093964 105.481018 94.488869 -v -128.128235 105.763336 94.401306 -v -126.050209 106.060699 94.326820 -v -126.039413 105.792702 94.455727 -v -119.808823 105.428078 94.401306 -v -119.836609 105.291962 94.455727 -v -117.743576 105.052086 94.326820 -v -117.818192 104.794464 94.455727 -v -112.023712 102.475578 94.401306 -v -112.093170 102.355263 94.455727 -v -110.183823 101.464935 94.326820 -v -110.336182 101.244209 94.455727 -v -108.674286 99.995369 94.455727 -v -108.586426 100.102982 94.401306 -v -107.118256 98.616859 94.455727 -v -106.851593 98.894501 94.233925 -v -105.477463 97.295471 94.326820 -v -105.787109 97.021149 94.488869 -v -104.149048 95.668465 94.326820 -v -104.252411 95.590797 94.401306 -v -104.479767 95.419952 94.488869 -v -103.182556 93.796509 94.455727 -v -103.065140 93.870758 94.401306 -v -102.143158 91.996193 94.455727 -v -101.905670 92.120842 94.326820 -v -101.124176 90.172539 94.401306 -v -101.251984 90.118088 94.455727 -v -100.260422 88.259285 94.326820 -v -100.514816 88.174355 94.455727 -v -99.936462 86.177612 94.455727 -v -99.801575 86.210854 94.401306 -v -99.520630 84.140800 94.455727 -v -99.255905 84.183823 94.326820 -v -99.002731 82.098717 94.326820 -v -99.131592 82.088318 94.401306 -v -147.929413 78.048416 93.656433 -v -131.738525 102.003609 93.656433 -v -112.934479 99.595650 93.656433 -v -108.386124 95.923119 93.656433 -v -102.034088 81.954681 93.809021 -v -102.694778 85.807831 93.809021 -v -103.267670 87.678520 93.809021 -v -104.877945 91.240852 93.809021 -v -111.294327 98.531288 93.809021 -v -114.623276 100.581001 93.809021 -v -125.978226 103.028175 93.809021 -v -127.927628 102.862251 93.809021 -v -140.227859 97.302200 93.809021 -v -144.096268 92.906830 93.809021 -v -146.002853 89.493889 93.809021 -v -146.732330 87.678520 93.809021 -v -147.717407 83.895294 93.809021 -v -147.305222 74.192169 93.809021 -v -145.122055 68.759148 93.809021 -v -122.072372 57.137741 93.809021 -v -120.144073 57.468384 93.809021 -v -118.261475 57.996391 93.656433 -v -114.623276 59.419006 93.809021 -v -112.915268 60.373154 93.809021 -v -109.772141 62.697800 93.809021 -v -108.359665 64.051544 93.809021 -v -103.997147 70.506111 93.809021 -v -102.694778 74.192169 93.809021 -v -102.223404 83.905434 93.953995 -v -103.942429 89.518623 93.953995 -v -107.020370 94.517532 93.953995 -v -108.316315 95.990013 93.953995 -v -109.732468 97.347290 93.953995 -v -112.883789 99.677979 93.953995 -v -116.406052 101.386864 93.809021 -v -118.250748 102.038635 93.809021 -v -120.144073 102.531616 93.809021 -v -122.072372 102.862251 93.809021 -v -124.019226 103.088173 93.953995 -v -129.868591 102.590317 93.953995 -v -131.766846 102.096054 93.953995 -v -133.616333 101.442581 93.953995 -v -145.174469 91.270142 93.953995 -v -146.788940 87.698524 93.953995 -v -147.363342 85.822960 93.953995 -v -147.965912 81.954681 93.809021 -v -148.048950 80.000000 93.809021 -v -144.096268 67.093170 93.809021 -v -142.932907 65.520187 93.809021 -v -141.640320 64.051544 93.809021 -v -140.227859 62.697800 93.809021 -v -138.705658 61.468712 93.809021 -v -137.116211 60.322021 93.953995 -v -135.376724 59.419006 93.809021 -v -133.593948 58.613136 93.809021 -v -131.766846 57.903946 93.953995 -v -129.855927 57.468384 93.809021 -v -127.927628 57.137741 93.809021 -v -125.978226 56.971825 93.809021 -v -124.021774 56.971825 93.809021 -v -120.131409 57.409683 93.953995 -v -118.233154 57.903946 93.953995 -v -116.406052 58.613136 93.809021 -v -112.883789 60.322021 93.953995 -v -111.258621 61.420433 93.953995 -v -107.020370 65.482468 93.953995 -v -105.853973 67.059547 93.953995 -v -104.877945 68.759148 93.809021 -v -103.211044 72.301476 93.953995 -v -102.282593 76.104713 93.809021 -v -101.974243 78.040222 93.953995 -v -101.891006 80.000000 93.953995 -v -101.892563 81.966736 94.087784 -v -102.557312 85.843613 94.087784 -v -104.753937 91.310120 94.087784 -v -105.853973 92.940453 93.953995 -v -108.257126 96.046738 94.087784 -v -109.678299 97.408829 94.087784 -v -111.209869 98.645485 94.087784 -v -114.559341 100.707832 94.087784 -v -125.984253 103.170090 94.087784 -v -127.945671 103.003143 94.087784 -v -135.403748 100.634621 93.953995 -v -137.116211 99.677979 93.953995 -v -138.741379 98.579567 93.953995 -v -140.321701 97.408829 94.087784 -v -141.683685 95.990013 93.953995 -v -142.979630 94.517532 93.953995 -v -144.213959 92.986366 94.087784 -v -146.866257 87.725838 94.087784 -v -147.442688 85.843613 94.087784 -v -147.857391 83.919296 94.087784 -v -148.025742 78.040222 93.953995 -v -147.776596 76.094559 93.953995 -v -147.363342 74.177040 93.953995 -v -146.788940 72.301476 93.953995 -v -146.057571 70.481377 93.953995 -v -145.246063 68.689873 94.087784 -v -122.064751 57.078178 93.953995 -v -116.353088 58.481339 94.087784 -v -114.596237 59.365379 93.953995 -v -111.209869 61.354515 94.087784 -v -109.678299 62.591171 94.087784 -v -108.316315 64.009987 93.953995 -v -104.753937 68.689873 94.087784 -v -103.942429 70.481377 93.953995 -v -102.557312 74.156380 94.087784 -v -102.042145 83.936523 94.207108 -v -103.133743 87.725838 94.087784 -v -103.774841 89.594376 94.207108 -v -106.956589 94.569038 94.087784 -v -116.315094 101.613220 94.207108 -v -118.179306 102.271889 94.207108 -v -120.092667 102.770088 94.207108 -v -122.041389 103.104233 94.207108 -v -124.011414 103.271904 94.207108 -v -129.907318 102.770088 94.207108 -v -131.820679 102.271889 94.207108 -v -133.684906 101.613220 94.207108 -v -145.335022 91.359825 94.207108 -v -146.132294 89.552399 94.087784 -v -148.292892 80.000000 94.207108 -v -144.298386 66.956566 94.207108 -v -143.122711 65.366936 94.207108 -v -141.816452 63.882736 94.207108 -v -140.389023 62.514664 94.207108 -v -135.486542 59.201172 94.207108 -v -133.684906 58.386780 94.207108 -v -131.820679 57.728111 94.207108 -v -129.907318 57.229912 94.207108 -v -127.958611 56.895767 94.207108 -v -125.988579 56.728096 94.207108 -v -124.011414 56.728096 94.207108 -v -120.114136 57.329529 94.087784 -v -118.209152 57.825554 94.087784 -v -112.840790 60.252197 94.087784 -v -109.610977 62.514664 94.207108 -v -108.183548 63.882736 94.207108 -v -106.956589 65.430962 94.087784 -v -105.786041 67.013634 94.087784 -v -103.774841 70.405632 94.207108 -v -103.133743 72.274162 94.087784 -v -102.042145 76.063484 94.207108 -v -101.791016 78.024628 94.207108 -v -101.707108 80.000000 94.207108 -v -101.672119 81.985497 94.309021 -v -102.343231 85.899368 94.309021 -v -104.560806 91.418015 94.309021 -v -105.602753 93.110252 94.309021 -v -108.183548 96.117256 94.207108 -v -109.610977 97.485329 94.207108 -v -111.149277 98.727425 94.207108 -v -112.787369 99.834579 94.207108 -v -114.513458 100.798828 94.207108 -v -125.993645 103.391121 94.309021 -v -127.973770 103.222588 94.309021 -v -135.540268 100.905373 94.309021 -v -137.275192 99.936188 94.309021 -v -138.921677 98.823357 94.309021 -v -140.467865 97.574898 94.309021 -v -141.902588 96.199821 94.309021 -v -143.215546 94.708015 94.309021 -v -144.397247 93.110252 94.309021 -v -146.962341 87.759796 94.207108 -v -147.541290 85.869301 94.207108 -v -147.957855 83.936523 94.207108 -v -148.208984 81.975372 94.207108 -v -148.327881 78.014503 94.309021 -v -148.075455 76.043320 94.309021 -v -147.656769 74.100639 94.309021 -v -147.074844 72.200462 94.309021 -v -146.333878 70.356476 94.309021 -v -145.439194 68.581985 94.309021 -v -138.850723 61.272583 94.207108 -v -137.212631 60.165421 94.207108 -v -125.993645 56.608879 94.309021 -v -124.006355 56.608879 94.309021 -v -122.026230 56.777412 94.309021 -v -116.315094 58.386780 94.207108 -v -114.513458 59.201172 94.207108 -v -112.724808 60.063812 94.309021 -v -111.149277 61.272583 94.207108 -v -108.097412 63.800179 94.309021 -v -106.784454 65.291977 94.309021 -v -104.664978 68.640175 94.207108 -v -102.925156 72.200462 94.309021 -v -102.458694 74.130707 94.207108 -v -101.792679 83.979294 94.391006 -v -102.798996 87.844116 94.391006 -v -116.270599 101.723938 94.309021 -v -118.144379 102.385986 94.309021 -v -120.067535 102.886726 94.309021 -v -122.026230 103.222588 94.309021 -v -124.006355 103.391121 94.309021 -v -129.960663 103.017525 94.391006 -v -131.894806 102.513916 94.391006 -v -133.779282 101.848083 94.391006 -v -145.556000 91.483276 94.391006 -v -148.412216 80.000000 94.309021 -v -144.508087 66.814827 94.391006 -v -141.999191 63.707596 94.391006 -v -140.556244 62.324661 94.391006 -v -135.540268 59.094627 94.309021 -v -133.729401 58.276062 94.309021 -v -131.855621 57.614021 94.309021 -v -129.932465 57.113266 94.309021 -v -127.973770 56.777412 94.309021 -v -109.532135 62.425095 94.309021 -v -106.680359 65.207924 94.391006 -v -105.491898 66.814827 94.391006 -v -103.666122 70.356476 94.309021 -v -102.213745 74.066925 94.391006 -v -101.924545 76.043320 94.309021 -v -101.672119 78.014503 94.309021 -v -101.587784 80.000000 94.309021 -v -101.538818 81.996841 94.391006 -v -102.073456 85.969604 94.451057 -v -103.544205 89.698631 94.391006 -v -104.444000 91.483276 94.391006 -v -105.491898 93.185173 94.391006 -v -106.680359 94.792076 94.391006 -v -107.896149 96.392708 94.451057 -v -109.347961 97.784164 94.451057 -v -110.912552 99.047485 94.451057 -v -112.578644 100.173561 94.451057 -v -114.334229 101.154297 94.451057 -v -125.999321 103.524788 94.391006 -v -127.990761 103.355293 94.391006 -v -137.421356 100.173561 94.451057 -v -139.087448 99.047485 94.451057 -v -140.652039 97.784164 94.451057 -v -143.432434 94.883148 94.451057 -v -144.628204 93.266357 94.451057 -v -146.455795 89.698631 94.391006 -v -147.337692 87.892410 94.451057 -v -147.926544 85.969604 94.451057 -v -148.350220 84.003799 94.451057 -v -148.605637 82.009132 94.451057 -v -148.461182 78.003159 94.391006 -v -148.207321 76.020706 94.391006 -v -147.786255 74.066925 94.391006 -v -147.201004 72.155884 94.391006 -v -146.455795 70.301369 94.391006 -v -145.556000 68.516731 94.391006 -v -143.319641 65.207924 94.391006 -v -137.421356 59.826439 94.451057 -v -125.999321 56.475204 94.391006 -v -124.000679 56.475204 94.391006 -v -122.009239 56.644699 94.391006 -v -120.039337 56.982475 94.391006 -v -118.105194 57.486084 94.391006 -v -116.166656 58.017395 94.451057 -v -114.334229 58.845703 94.451057 -v -112.578644 59.826439 94.451057 -v -110.912552 60.952515 94.451057 -v -108.000809 63.707596 94.391006 -v -105.371796 66.733643 94.451057 -v -104.317429 68.446030 94.451057 -v -102.798996 72.155884 94.391006 -v -101.649780 75.996208 94.451057 -v -101.649780 84.003799 94.451057 -v -129.991211 103.159241 94.451057 -v -131.937256 102.652527 94.451057 -v -133.833344 101.982605 94.451057 -v -135.665771 101.154297 94.451057 -v -142.103851 96.392708 94.451057 -v -144.628204 66.733643 94.451057 -v -142.103851 63.607285 94.451057 -v -140.652039 62.215836 94.451057 -v -139.087448 60.952515 94.451057 -v -106.567566 65.116852 94.451057 -v -102.073456 74.030396 94.451057 -v -154.750793 76.607155 89.480225 -v -121.053864 50.387100 89.633949 -v -123.304749 50.173477 89.633949 -v -96.484512 88.908562 89.633949 -v -112.402893 107.088905 89.633949 -v -123.304749 109.826530 89.633949 -v -125.565353 109.869316 89.633949 -v -132.276093 108.975060 89.633949 -v -154.682266 83.385033 89.633949 -v -154.341248 74.379837 89.633949 -v -148.900482 62.076218 89.633949 -v -142.468277 55.764603 89.633949 -v -140.585358 54.512901 89.633949 -v -136.563004 52.453812 89.633949 -v -95.142120 82.264603 89.480225 -v -95.125336 80.000000 89.633949 -v -95.074799 81.532623 89.413605 -v -95.080124 78.680992 89.464714 -v -95.210892 77.740616 89.633949 -v -95.077438 81.100006 89.482635 -v -95.100067 77.732208 89.317108 -v -95.066696 78.264412 89.329727 -v -95.892441 73.273544 89.633949 -v -96.065842 72.210220 89.413605 -v -96.484512 71.091431 89.633949 -v -96.202026 71.799576 89.482635 -v -96.881866 69.707253 89.482635 -v -97.239914 68.960358 89.633949 -v -97.124222 68.917587 89.211426 -v -98.054474 66.843750 89.317108 -v -99.163025 64.864891 89.480225 -v -99.763290 63.809769 89.329727 -v -100.019012 63.480637 89.464714 -v -101.794891 61.184616 89.633949 -v -101.438705 61.522034 89.482635 -v -104.851746 57.848946 89.480225 -v -108.480637 55.019028 89.464714 -v -106.346436 56.569611 89.464714 -v -112.373810 52.848564 89.480225 -v -114.099457 52.068069 89.329727 -v -116.658936 51.411072 89.773918 -v -114.499802 51.952110 89.464706 -v -114.520676 52.123772 89.773918 -v -118.811325 50.702881 89.480225 -v -116.799576 51.202026 89.482635 -v -123.467377 50.074806 89.413605 -v -123.243874 50.066376 89.317017 -v -125.565353 50.130684 89.633949 -v -123.899994 50.077431 89.482635 -v -126.099998 50.077431 89.482635 -v -132.789780 51.065842 89.413605 -v -132.276093 51.024940 89.633949 -v -134.446594 51.658203 89.633949 -v -133.200424 51.202026 89.482635 -v -135.292755 51.881866 89.482635 -v -135.705002 52.013054 89.413605 -v -141.190231 54.763298 89.329727 -v -141.519363 55.019028 89.464714 -v -143.477966 56.438698 89.482635 -v -144.251144 57.155113 89.633949 -v -143.829514 56.690865 89.413605 -v -147.476486 60.319984 89.633949 -v -148.309143 61.170486 89.413605 -v -148.561310 61.522034 89.482635 -v -149.854431 63.301872 89.482635 -v -150.187592 63.935112 89.633949 -v -152.322449 67.917786 89.633949 -v -152.986938 69.294998 89.413605 -v -153.157959 70.018753 89.633949 -v -153.118134 69.707253 89.482635 -v -153.832184 72.176880 89.633949 -v -153.353897 70.378792 89.485420 -v -153.797974 71.799576 89.482635 -v -154.925201 78.467377 89.413605 -v -154.933304 78.264412 89.329727 -v -154.922577 78.900002 89.482635 -v -154.919861 81.319008 89.464714 -v -154.408997 85.633148 89.480225 -v -153.863083 87.991295 89.464706 -v -153.118134 90.292747 89.482635 -v -150.439987 95.899910 89.067673 -v -151.391205 94.146553 89.480225 -v -150.187592 96.064888 89.633949 -v -148.825455 97.867516 89.773918 -v -149.980972 96.519356 89.464714 -v -147.476486 99.680016 89.633949 -v -148.430389 98.653557 89.464714 -v -148.196396 98.998474 89.329727 -v -143.998474 103.196396 89.329727 -v -143.653564 103.430389 89.464714 -v -140.621338 105.545937 89.480225 -v -141.698120 104.854431 89.482635 -v -141.349670 105.110847 89.413605 -v -135.705002 107.986946 89.413605 -v -136.589691 107.609779 89.480225 -v -135.292755 108.118134 89.482635 -v -134.446594 108.341789 89.633949 -v -133.200424 108.797974 89.482635 -v -127.822708 109.741005 89.633949 -v -126.532623 109.925201 89.413605 -v -126.099998 109.922569 89.482635 -v -123.900002 109.922569 89.482635 -v -117.210220 108.934158 89.413605 -v -118.811325 109.297119 89.480225 -v -116.799576 108.797966 89.482635 -v -114.884171 108.181885 89.483627 -v -110.356537 106.118767 89.480225 -v -108.480637 104.980980 89.464714 -v -104.898163 102.100037 89.633949 -v -106.522034 103.561302 89.482635 -v -103.234192 100.563820 89.480225 -v -101.438705 98.477959 89.482635 -v -99.222519 95.100250 89.633949 -v -100.145569 96.698128 89.482635 -v -97.013046 90.705002 89.413605 -v -97.239914 91.039642 89.633949 -v -96.881866 90.292747 89.482635 -v -127.822708 50.258987 89.633949 -v -152.385513 92.110107 89.480225 -v -95.892441 86.726456 89.633949 -v -96.136917 87.991295 89.464714 -v -98.154343 66.892517 89.633949 -v -103.234192 59.436172 89.480225 -v -110.390274 53.941383 89.633949 -v -121.044754 50.318741 89.480225 -v -121.044754 109.681259 89.480225 -v -95.398911 75.483772 89.480225 -v -145.923737 58.676476 89.633949 -v -151.391205 65.853439 89.480225 -v -130.075592 109.510323 89.480225 -v -98.092361 93.137741 89.480225 -v -130.075592 50.489670 89.480225 -v -138.644592 53.345810 89.480225 -v -145.972046 101.372749 89.480225 -v -95.398911 84.516228 89.480225 -v -114.695724 81.328590 95.665016 -v -116.673645 73.785881 95.665016 -v -116.217987 77.697083 96.475037 -v -115.690964 78.799736 96.400772 -v -115.135147 78.728065 96.112923 -v -115.690964 81.200264 96.400772 -v -115.053497 80.000000 96.112923 -v -115.135147 81.271935 96.112923 -v -114.695724 78.671410 95.665016 -v -114.814209 80.000000 95.906525 -v -115.369720 76.101135 95.665016 -v -116.124924 75.001656 95.906525 -v -115.780411 76.267403 96.112923 -v -116.333420 75.119072 96.112923 -v -116.299881 76.477707 96.400772 -v -118.478149 73.683937 96.475037 -v -120.293549 72.236206 96.475037 -v -118.257507 73.470261 96.400772 -v -120.134323 71.973557 96.400772 -v -119.843811 71.494316 96.112923 -v -118.798447 72.223503 96.112923 -v -119.719757 71.289696 95.906525 -v -118.522202 71.877090 95.665016 -v -122.416794 71.296310 96.475037 -v -124.709007 70.925720 96.475037 -v -122.329399 71.001854 96.400772 -v -124.699158 70.618729 96.400772 -v -124.681198 70.058601 96.112923 -v -123.412537 70.180984 96.112923 -v -124.673531 69.819443 95.906525 -v -123.341827 69.743591 95.665016 -v -128.135559 71.479698 96.475037 -v -127.088600 70.849236 96.400772 -v -129.476318 71.419754 96.279053 -v -128.435181 70.665512 96.112923 -v -129.600647 71.181435 96.112923 -v -129.711319 70.969284 95.906525 -v -128.588196 70.249710 95.665016 -v -131.103790 73.279060 96.475037 -v -132.866364 74.879562 96.400772 -v -131.310272 73.051682 96.400772 -v -133.336060 74.573830 96.112923 -v -132.573730 73.552391 96.112923 -v -133.536591 74.443298 95.906525 -v -132.911102 73.265175 95.665016 -v -133.911530 78.264481 96.475037 -v -134.213013 78.205765 96.400772 -v -134.926071 79.362724 96.112923 -v -134.763092 78.098640 96.112923 -v -135.368225 79.334343 95.665016 -v -135.197998 78.013947 95.665016 -v -133.911530 81.735519 96.475037 -v -133.179840 83.939209 96.475037 -v -134.213013 81.794235 96.400772 -v -133.456573 84.072479 96.400772 -v -133.961487 84.315628 96.112923 -v -134.439789 83.134224 96.112923 -v -134.360687 84.507874 95.665016 -v -134.860291 83.273842 95.665016 -v -129.199356 88.049385 96.475037 -v -129.341431 88.321701 96.400772 -v -130.536774 87.937386 96.279053 -v -129.600647 88.818573 96.112923 -v -130.827454 88.354103 95.906525 -v -129.711319 89.030716 95.906525 -v -130.944061 88.521240 95.665016 -v -124.709007 89.074280 96.475037 -v -125.901276 89.342720 96.400772 -v -124.681198 89.941399 96.112923 -v -125.955093 89.900543 96.112923 -v -124.673531 90.180557 95.906525 -v -125.997635 90.341568 95.665016 -v -120.293549 87.763794 96.475037 -v -121.200668 88.582764 96.400772 -v -119.843811 88.505684 96.112923 -v -120.973816 89.095215 96.112923 -v -119.719757 88.710304 95.906525 -v -120.794479 89.500366 95.665016 -v -117.089340 84.455200 96.475037 -v -117.477859 85.613922 96.400772 -v -116.333420 84.880928 96.112923 -v -117.028732 85.949112 96.112923 -v -116.124924 84.998352 95.906525 -v -116.673645 86.214119 95.665016 -v -115.147339 77.416328 95.906525 -v -115.378784 77.477020 96.112923 -v -116.836960 73.907776 95.906525 -v -117.244156 74.211662 96.279053 -v -117.089340 75.544800 96.475037 -v -117.683044 72.913918 95.906525 -v -117.854935 73.080391 96.112923 -v -120.794479 70.499634 95.665016 -v -120.973816 70.904785 96.112923 -v -122.101860 70.235207 95.906525 -v -122.169945 70.464600 96.112923 -v -125.997635 69.658432 95.665016 -v -125.955093 70.099449 96.112923 -v -127.266556 70.069588 95.906525 -v -127.213310 70.302872 96.112923 -v -130.944061 71.478752 95.665016 -v -130.690567 71.842148 96.112923 -v -130.369934 72.301788 96.400772 -v -131.847916 72.459679 95.906525 -v -131.687042 72.636818 96.112923 -v -134.360687 75.492134 95.665016 -v -133.961487 75.684372 96.112923 -v -133.456573 75.927528 96.400772 -v -133.179840 76.060791 96.475037 -v -134.666885 76.790375 95.906525 -v -134.439789 76.865776 96.112923 -v -135.164856 80.652603 95.906525 -v -134.926071 80.637276 96.112923 -v -134.366806 80.601372 96.400772 -v -134.997955 81.947098 95.906525 -v -134.763092 81.901367 96.112923 -v -133.536591 85.556709 95.906525 -v -133.336060 85.426170 96.112923 -v -132.755920 86.602722 95.906525 -v -132.573730 86.447609 96.112923 -v -131.103790 86.720947 96.475037 -v -132.147003 86.084328 96.400772 -v -131.687042 87.363182 96.112923 -v -131.984924 87.691185 95.665016 -v -128.517822 89.559052 95.906525 -v -128.435181 89.334488 96.112923 -v -127.020256 88.851318 96.475037 -v -127.153488 89.435066 96.279053 -v -127.266556 89.930420 95.906525 -v -123.374352 90.055229 95.906525 -v -123.412537 89.819016 96.112923 -v -122.416794 88.703690 96.475037 -v -123.501984 89.265778 96.400772 -v -122.169945 89.535400 96.112923 -v -122.043877 89.960152 95.665016 -v -118.649261 87.963577 95.906525 -v -118.798447 87.776497 96.112923 -v -118.478149 86.316063 96.475037 -v -119.147873 87.338341 96.400772 -v -117.854935 86.919617 96.112923 -v -117.536652 87.227852 95.665016 -v -115.558624 83.822395 95.906525 -v -115.780411 83.732597 96.112923 -v -115.995590 81.160988 96.475037 -v -116.299881 83.522293 96.400772 -v -115.378784 82.522980 96.112923 -v -114.950211 82.635361 95.665016 -v -93.797607 81.099998 89.269043 -v -93.564514 78.900002 86.500000 -v -94.524597 82.232513 88.986931 -v -95.066696 81.735588 89.329727 -v -94.353989 81.100006 89.603348 -v -93.967789 81.853256 89.084793 -v -94.195023 82.082153 89.076172 -v -94.142914 82.389244 87.611092 -v -94.603882 82.380898 88.706810 -v -94.315735 81.889145 89.343758 -v -94.084625 81.510681 89.494316 -v -93.807220 81.286118 89.258629 -v -93.921295 81.100006 89.466843 -v -93.778412 82.227592 87.407745 -v -93.090424 81.100006 87.158882 -v -93.128128 81.391098 87.175079 -v -93.626434 81.532410 86.569305 -v -93.931488 82.089310 86.910736 -v -94.291763 82.404030 87.397957 -v -93.926804 82.263527 87.173752 -v -93.453415 81.809509 86.783997 -v -93.267166 81.748329 87.167694 -v -93.692139 81.716095 86.642845 -v -93.236130 81.457550 86.712402 -v -93.064621 81.100006 86.989487 -v -93.185272 81.100006 86.674156 -v -95.180786 82.226479 87.068710 -v -95.372406 81.935898 86.776939 -v -95.531342 81.720734 86.645134 -v -95.713974 81.484413 86.553810 -v -94.398483 78.337036 89.476112 -v -94.353989 78.900002 89.603348 -v -95.072876 77.910049 89.067673 -v -95.091980 77.652588 88.705231 -v -93.797607 78.900002 89.269043 -v -93.869843 78.900002 89.407684 -v -94.532455 77.574440 88.473442 -v -94.406235 77.747017 88.929466 -v -94.229980 77.780968 88.800926 -v -94.078354 77.959694 88.965088 -v -94.195343 78.293701 89.441628 -v -93.889069 78.337036 89.170029 -v -94.048569 78.900002 89.557617 -v -93.090424 78.900002 87.158882 -v -93.596481 77.910690 87.376312 -v -93.266418 78.283913 87.234497 -v -93.936996 77.695099 87.522614 -v -94.291763 77.595970 87.397957 -v -93.931488 77.910690 86.910736 -v -93.446991 78.023682 87.115875 -v -93.629028 78.251678 86.664772 -v -93.187469 78.542450 86.780014 -v -93.591858 78.608902 86.530602 -v -93.097534 78.900002 86.821327 -v -93.328308 78.728783 86.574837 -v -96.018997 78.897667 86.500008 -v -95.250778 77.887001 86.933655 -v -95.506073 78.245811 86.662247 -v -97.042984 68.295349 88.239975 -v -94.936462 71.584076 89.258629 -v -102.028275 60.229027 88.239975 -v -99.110168 62.549614 89.269043 -v -109.262131 54.098022 88.239975 -v -105.624847 55.520477 89.258629 -v -118.036560 50.502487 88.239975 -v -114.311768 50.664680 89.269043 -v -127.492599 49.794380 88.239975 -v -123.900002 48.797607 89.269043 -v -133.595917 49.984848 89.269043 -v -142.294159 54.008553 89.258629 -v -150.901978 64.262131 88.239975 -v -149.479523 60.624855 89.258629 -v -154.497513 73.036545 88.239975 -v -154.335327 69.311768 89.269043 -v -155.205627 82.492599 88.239975 -v -156.192780 78.713882 89.258629 -v -156.909576 78.899994 87.158882 -v -152.957001 91.704659 88.239975 -v -155.015152 88.595909 89.269043 -v -150.991455 97.294159 89.258629 -v -140.840195 106.038445 87.762009 -v -144.375153 104.479523 89.258629 -v -131.963455 109.497513 88.239975 -v -135.688232 109.335320 89.269043 -v -122.507401 110.205620 88.239975 -v -126.099998 111.202393 89.269043 -v -113.295334 107.957024 88.239975 -v -116.584076 110.063530 89.258629 -v -105.229019 102.971718 88.239975 -v -107.705841 105.991447 89.258629 -v -98.961563 95.840195 87.762009 -v -100.520477 99.375145 89.258629 -v -95.341064 87.018600 87.762009 -v -95.731339 90.862274 89.258629 -v -94.312286 71.185562 87.158882 -v -95.442993 69.239738 86.500000 -v -98.538055 62.133942 87.158882 -v -100.214722 60.632767 86.500000 -v -105.354111 54.831177 87.158882 -v -107.412598 53.921600 86.500000 -v -126.099998 48.185272 86.674156 -v -135.760254 50.443001 86.500000 -v -135.877457 50.082321 86.674156 -v -133.814438 49.312279 87.158882 -v -142.866058 53.538055 87.158882 -v -144.367233 55.214722 86.500000 -v -150.168823 60.354111 87.158882 -v -151.078400 62.412605 86.500000 -v -155.236847 71.332062 86.500000 -v -156.435486 81.100006 86.500000 -v -155.687714 88.814438 87.158882 -v -154.557007 90.760262 86.500000 -v -151.461945 97.866058 87.158882 -v -149.785278 99.367226 86.500000 -v -144.645889 105.168823 87.158882 -v -142.587402 106.078407 86.500000 -v -135.892975 109.965446 86.743958 -v -123.899994 111.814728 86.674156 -v -114.239746 109.557007 86.500000 -v -116.185562 110.687721 87.158882 -v -107.133942 106.461945 87.158882 -v -105.632767 104.785278 86.500000 -v -94.763153 88.667938 86.500000 -v -95.223511 71.481644 89.557617 -v -123.899994 49.048576 89.557617 -v -133.518356 50.223526 89.557617 -v -155.951416 78.900002 89.557617 -v -154.776474 88.518349 89.557617 -v -135.610687 109.096634 89.557617 -v -116.481644 109.776482 89.557617 -v -95.159607 88.539124 89.517235 -v -95.903366 90.610680 89.557617 -v -95.857498 72.878548 88.896599 -v -95.326294 72.705826 88.986931 -v -95.995407 72.400742 89.329727 -v -95.513977 71.576019 89.603348 -v -94.913925 72.173065 89.084793 -v -95.059311 72.460991 89.076172 -v -95.274109 72.891861 88.473442 -v -95.233749 72.314720 89.343758 -v -95.130920 71.883369 89.494316 -v -94.787155 72.641914 87.426231 -v -94.487854 72.282829 87.376312 -v -94.258179 71.474068 87.175079 -v -94.688416 71.762444 86.569305 -v -94.806442 72.386353 86.910736 -v -95.340897 72.981339 87.762260 -v -94.946777 72.673172 87.213425 -v -94.438248 71.972519 86.783997 -v -94.280014 71.856773 87.167694 -v -94.694168 71.957443 86.642845 -v -94.340347 71.570633 86.712402 -v -94.255478 71.347137 86.911140 -v -94.402466 71.214874 86.674156 -v -95.952225 72.902870 87.068710 -v -96.224243 72.685715 86.776939 -v -96.441895 72.530205 86.645134 -v -97.097015 72.092606 86.500008 -v -96.410110 68.962036 89.476112 -v -96.193817 69.483696 89.603348 -v -96.571426 68.598343 89.200119 -v -97.237335 68.631844 88.896599 -v -95.664673 69.311768 89.269043 -v -95.896362 68.967255 89.353645 -v -96.773178 68.278168 88.473442 -v -96.599792 68.403290 88.929466 -v -96.421692 68.381119 88.800926 -v -95.925629 68.804619 89.170029 -v -96.230301 68.858047 89.441628 -v -95.975586 69.195969 89.541939 -v -94.992111 69.093239 87.158882 -v -95.779114 68.308731 87.376312 -v -95.349884 68.561691 87.234497 -v -96.169571 68.208916 87.522614 -v -96.537613 68.224266 87.397957 -v -96.097717 68.412247 86.910736 -v -95.602036 68.369995 87.115875 -v -95.704697 68.643082 86.664772 -v -95.194885 68.783173 86.780014 -v -95.558945 68.971329 86.530602 -v -94.967575 69.085266 86.989487 -v -95.271271 69.003906 86.574837 -v -95.034546 69.107025 86.743958 -v -97.778061 69.996002 86.500008 -v -97.359756 68.797401 86.933655 -v -97.491684 69.217545 86.662247 -v -99.032639 63.893143 88.986931 -v -99.097748 64.261948 88.239784 -v -99.433823 62.784760 89.604652 -v -98.805099 63.259033 89.084793 -v -98.802216 63.709076 88.800926 -v -98.925522 64.053955 88.473442 -v -98.888336 63.608322 89.108101 -v -99.065491 63.492584 89.343758 -v -99.100983 63.050568 89.494316 -v -99.008545 62.705841 89.258629 -v -99.258835 62.657623 89.517235 -v -98.743469 63.895050 87.397957 -v -98.365952 63.231766 87.376312 -v -98.397446 62.391609 87.175079 -v -98.717529 62.798828 86.569305 -v -98.681808 63.744812 87.213425 -v -98.414673 62.921310 86.783997 -v -98.299957 62.762329 87.167694 -v -98.662720 62.986053 86.642845 -v -98.445755 62.508842 86.712402 -v -98.543793 62.138115 86.821327 -v -98.614777 62.189690 86.674156 -v -99.567062 64.273972 87.068710 -v -99.892883 64.151505 86.776939 -v -100.147934 64.070862 86.645134 -v -100.906189 63.857117 86.500008 -v -101.690857 61.170486 89.413605 -v -100.853409 61.096802 89.603348 -v -101.516602 60.416359 89.212769 -v -102.109100 60.609116 88.896599 -v -100.403305 60.769775 89.269043 -v -100.461731 60.812241 89.407684 -v -101.776947 60.129303 88.473442 -v -101.827209 60.227669 88.720825 -v -101.410843 60.118599 88.800926 -v -101.183121 60.174072 88.965088 -v -101.081451 60.513054 89.441628 -v -100.808182 60.368088 89.170029 -v -100.606323 60.917290 89.557617 -v -99.831177 60.354111 87.158882 -v -100.822083 59.851189 87.376312 -v -100.335693 59.959129 87.234497 -v -101.224289 59.876923 87.522614 -v -101.569565 60.005249 87.397957 -v -101.093109 60.048096 86.910736 -v -100.634735 59.854736 87.115875 -v -100.647995 60.146179 86.664772 -v -100.119843 60.121887 86.780014 -v -100.407944 60.413330 86.530602 -v -99.836914 60.358276 86.821327 -v -100.124268 60.355408 86.574837 -v -102.201797 62.073586 86.500008 -v -102.174362 60.804398 86.933655 -v -102.169998 61.244736 86.662247 -v -105.280869 56.657120 88.986931 -v -105.129303 56.776955 88.473442 -v -105.848267 56.911346 89.213837 -v -106.001526 56.803604 89.329727 -v -106.096802 55.853416 89.603348 -v -105.260406 55.983734 89.084793 -v -105.208786 56.302116 89.076172 -v -105.435883 56.286316 89.343758 -v -105.606247 55.876900 89.494316 -v -105.842468 55.503365 89.466843 -v -104.846252 56.050545 87.407745 -v -105.140747 55.032784 87.175079 -v -105.319336 55.518982 86.569305 -v -105.048096 56.093109 86.910736 -v -105.130753 56.888603 87.762260 -v -104.904388 56.191727 87.173752 -v -104.993469 55.541885 86.783997 -v -104.933472 55.355240 87.167694 -v -105.209366 55.680107 86.642845 -v -105.150482 55.159210 86.712402 -v -105.213181 54.928505 86.911140 -v -105.409851 54.907913 86.674156 -v -105.671448 57.184448 87.068710 -v -106.019165 57.168655 86.776939 -v -106.286652 57.170776 86.645134 -v -107.073578 57.201797 86.500008 -v -108.358246 54.265381 89.476112 -v -107.876648 54.560287 89.603348 -v -108.717636 54.118080 89.212769 -v -109.221573 54.484489 88.896599 -v -107.549606 54.110168 89.269043 -v -109.053955 53.925537 88.473442 -v -109.071350 54.034607 88.720825 -v -108.709076 53.802216 88.800926 -v -108.475342 53.784607 88.965088 -v -108.273895 54.075577 89.441628 -v -107.939545 53.967636 89.353645 -v -107.869202 54.199226 89.541939 -v -107.133942 53.538055 87.158882 -v -107.962708 53.318077 87.291718 -v -107.548996 53.348267 87.197731 -v -108.606323 53.514717 87.522614 -v -108.895050 53.743469 87.397957 -v -108.428680 53.636978 86.910736 -v -108.052490 53.311440 87.115875 -v -107.975037 53.592712 86.664772 -v -107.480240 53.406403 86.780014 -v -107.664169 53.772614 86.530602 -v -107.412277 53.629868 86.574837 -v -107.160172 53.574150 86.743958 -v -108.857193 55.905937 86.500008 -v -109.223297 54.690384 86.933655 -v -109.083069 55.107826 86.662247 -v -113.764343 52.183456 89.067673 -v -113.459335 51.706055 88.986931 -v -113.295227 52.042694 88.239784 -v -114.483704 51.193825 89.603348 -v -113.647964 51.059303 89.084793 -v -113.298538 51.650864 88.592575 -v -113.500488 51.346153 89.076172 -v -113.721359 51.401306 89.343758 -v -114.009888 51.064568 89.494316 -v -114.137726 50.731339 89.258629 -v -114.368561 50.839447 89.517235 -v -114.411789 50.972496 89.586998 -v -113.224258 51.537621 87.397957 -v -113.308731 50.779114 87.376312 -v -114.093231 49.992111 87.158882 -v -113.828033 50.117928 87.175079 -v -113.847626 50.635506 86.569305 -v -113.428726 50.782776 86.851753 -v -113.262695 51.379837 87.213425 -v -113.531250 50.360542 87.167694 -v -113.693237 50.754761 86.642845 -v -113.798203 50.241165 86.712402 -v -114.095428 49.998871 86.821327 -v -114.141525 50.140755 86.613991 -v -113.667847 52.328270 87.068710 -v -114.003418 52.420700 86.776939 -v -114.257172 52.505379 86.645134 -v -114.995697 52.777939 86.500008 -v -117.210220 51.065842 89.413605 -v -116.551880 50.439697 89.610146 -v -117.512512 50.353302 89.212769 -v -117.878555 50.857506 88.896599 -v -116.404099 49.984848 89.269043 -v -116.426422 50.053543 89.407684 -v -117.830658 50.230293 88.627487 -v -117.385132 49.961273 88.965088 -v -117.103622 50.175758 89.441628 -v -116.967758 49.897858 89.170029 -v -116.504105 50.292664 89.586998 -v -116.185562 49.312279 87.158882 -v -117.282822 49.487846 87.376312 -v -116.825882 49.289276 87.234497 -v -117.510010 49.649345 87.328041 -v -117.981400 50.341072 87.762009 -v -117.676651 49.894081 87.269997 -v -117.386353 49.806450 86.910736 -v -117.129181 49.380600 87.115875 -v -116.968597 49.624176 86.664772 -v -116.555603 49.294083 86.780014 -v -116.617371 49.699203 86.530602 -v -116.177582 49.287735 86.989487 -v -116.421906 49.485611 86.574837 -v -116.199356 49.354713 86.743958 -v -117.092758 52.096779 86.500008 -v -117.816574 51.053856 86.933655 -v -117.554214 51.407532 86.662247 -v -122.910049 50.072884 89.067673 -v -122.767487 49.524597 88.986931 -v -123.899994 49.353989 89.603348 -v -123.146744 48.967789 89.084793 -v -122.917847 49.195030 89.076172 -v -122.509972 49.623634 87.762260 -v -122.574432 49.532463 88.473442 -v -123.110855 49.315735 89.343758 -v -123.489319 49.084633 89.494316 -v -123.713882 48.807228 89.258629 -v -122.772408 48.778412 87.407745 -v -123.899994 48.090431 87.158882 -v -123.608902 48.128136 87.175079 -v -123.467590 48.626434 86.569305 -v -123.023682 48.637047 86.851753 -v -122.595970 49.291771 87.397957 -v -122.736473 48.926804 87.173752 -v -123.251671 48.267166 87.167694 -v -123.283905 48.692139 86.642845 -v -123.542450 48.236130 86.712402 -v -123.899994 48.064629 86.989487 -v -123.899994 48.185272 86.674156 -v -122.773521 50.180786 87.068710 -v -123.064102 50.372398 86.776939 -v -123.279266 50.531342 86.645134 -v -126.662964 49.398476 89.476112 -v -126.100006 49.353989 89.603348 -v -126.922897 50.063782 89.213837 -v -127.232620 50.083191 88.896599 -v -126.099998 48.797607 89.269043 -v -126.099998 48.869843 89.407684 -v -127.425560 49.532463 88.473442 -v -127.252983 49.406227 88.929466 -v -127.219032 49.229980 88.800926 -v -127.040306 49.078354 88.965088 -v -126.706299 49.195343 89.441628 -v -126.662964 48.889061 89.170029 -v -126.306206 49.057510 89.541939 -v -126.099998 48.090431 87.158882 -v -127.089310 48.596481 87.376312 -v -126.716087 48.266434 87.234497 -v -127.304901 48.936996 87.522614 -v -127.404030 49.291771 87.397957 -v -127.089310 48.931480 86.910736 -v -126.976318 48.447006 87.115875 -v -126.748322 48.629036 86.664772 -v -126.809509 48.324409 86.963303 -v -126.391098 48.591858 86.530602 -v -126.099998 48.064629 86.989487 -v -126.457550 48.187469 86.780014 -v -126.099998 48.478844 86.507393 -v -126.102333 51.018990 86.500008 -v -127.112999 50.250778 86.933655 -v -126.754189 50.506073 86.662247 -v -132.294174 50.326286 88.986931 -v -131.963531 50.502174 88.239784 -v -132.422012 50.934753 89.213837 -v -133.423981 50.513992 89.603348 -v -132.826935 49.913933 89.084793 -v -132.539001 50.059311 89.076172 -v -132.108139 50.274109 88.473442 -v -132.685272 50.233749 89.343758 -v -133.116638 50.130920 89.494316 -v -133.415924 49.936478 89.258629 -v -132.203003 50.051849 87.397957 -v -132.717163 49.487846 87.376312 -v -133.525940 49.258179 87.175079 -v -133.237549 49.688431 86.569305 -v -132.613647 49.806450 86.910736 -v -132.326828 49.946785 87.213425 -v -133.027481 49.438255 86.783997 -v -133.143219 49.280014 87.167694 -v -133.042557 49.694153 86.642845 -v -133.429367 49.340347 86.712402 -v -133.561249 49.560982 86.538551 -v -133.652863 49.255470 86.911140 -v -133.766144 49.460915 86.613991 -v -132.097137 50.952225 87.068710 -v -132.314285 51.224251 86.776939 -v -132.469788 51.441910 86.645134 -v -132.907074 52.096504 86.500008 -v -136.037964 51.410103 89.476112 -v -135.516296 51.193825 89.603348 -v -136.235657 52.183456 89.067673 -v -136.474609 52.281174 88.705231 -v -135.688232 50.664680 89.269043 -v -135.665909 50.733383 89.407684 -v -136.721832 51.773186 88.473442 -v -136.596710 51.599808 88.929466 -v -136.618881 51.421692 88.800926 -v -136.495758 51.222260 88.965088 -v -136.141953 51.230309 89.441628 -v -136.195374 50.925629 89.170029 -v -135.588211 50.972496 89.586998 -v -135.906769 49.992111 87.158882 -v -136.691269 50.779114 87.376312 -v -136.438309 50.349884 87.234497 -v -136.791077 51.169579 87.522614 -v -136.775726 51.537621 87.397957 -v -136.587753 51.097717 86.910736 -v -136.630005 50.602036 87.115875 -v -136.356918 50.704704 86.664772 -v -136.509247 50.433891 86.963303 -v -136.028671 50.558952 86.530602 -v -135.914734 49.967575 86.989487 -v -136.216827 50.194901 86.780014 -v -135.836578 50.208130 86.565247 -v -135.153198 52.721245 86.505745 -v -136.202606 52.359764 86.933655 -v -135.782455 52.491684 86.662247 -v -141.507416 54.065491 89.343758 -v -140.940201 54.009583 88.706810 -v -140.564468 54.353416 88.281067 -v -142.123352 54.560287 89.603348 -v -141.740967 53.805099 89.084793 -v -141.290924 53.802216 88.800926 -v -140.946045 53.925537 88.473442 -v -141.391678 53.888336 89.108101 -v -141.949432 54.100990 89.494316 -v -142.302872 54.313202 89.557617 -v -141.334244 53.539665 87.426231 -v -141.768234 53.365959 87.376312 -v -142.608398 53.397446 87.175079 -v -142.201172 53.717529 86.569305 -v -141.835815 53.465187 86.851753 -v -140.840302 53.961403 87.762260 -v -141.255188 53.681808 87.213425 -v -142.237671 53.299957 87.167694 -v -142.013947 53.662720 86.642845 -v -142.491150 53.445755 86.712402 -v -142.729950 53.434097 86.911140 -v -142.810303 53.614784 86.674156 -v -140.726028 54.567062 87.068710 -v -140.848495 54.892876 86.776939 -v -140.929138 55.147934 86.645134 -v -141.142609 55.905212 86.500008 -v -144.332489 56.220306 89.476112 -v -143.903198 55.853416 89.603348 -v -144.583649 56.516602 89.212769 -v -144.478592 57.183678 88.705231 -v -144.375153 55.520477 89.258629 -v -144.870697 56.776955 88.473442 -v -144.892166 56.531471 88.702118 -v -144.739594 55.983734 89.084793 -v -144.486938 56.081451 89.441628 -v -144.082703 55.606331 89.557617 -v -144.645889 54.831177 87.158882 -v -145.148804 55.822083 87.376312 -v -145.040863 55.335693 87.234497 -v -145.123077 56.224289 87.522614 -v -144.994751 56.569572 87.397957 -v -144.951904 56.093109 86.910736 -v -145.145264 55.634743 87.115875 -v -144.853821 55.647995 86.664772 -v -144.878113 55.119850 86.780014 -v -144.586670 55.407944 86.530602 -v -144.661057 54.810303 86.989487 -v -144.644592 55.124268 86.574837 -v -144.619659 54.867279 86.743958 -v -143.438919 57.178741 86.559380 -v -142.926743 57.201782 86.500008 -v -143.755264 57.169998 86.662247 -v -147.890900 60.609116 88.896599 -v -148.342880 60.280869 88.986931 -v -148.196396 61.001526 89.329727 -v -149.146576 61.096802 89.603348 -v -149.016266 60.260414 89.084793 -v -148.697876 60.208794 89.076172 -v -148.223053 60.129303 88.473442 -v -148.713684 60.435890 89.343758 -v -149.123108 60.606239 89.494316 -v -149.496643 60.842476 89.466843 -v -148.711487 59.882278 87.426231 -v -149.177917 59.851189 87.376312 -v -149.967224 60.140762 87.175079 -v -149.481018 60.319336 86.569305 -v -148.906891 60.048096 86.910736 -v -148.111389 60.130745 87.762260 -v -148.592361 59.993042 87.213425 -v -149.458115 59.993469 86.783997 -v -149.644760 59.933487 87.167694 -v -149.319885 60.209351 86.642845 -v -149.840790 60.150482 86.712402 -v -150.163071 60.358276 86.821327 -v -150.092087 60.409851 86.674156 -v -147.815552 60.671448 87.068710 -v -147.831345 61.019157 86.776939 -v -147.829224 61.286652 86.645134 -v -147.820374 61.585190 86.553810 -v -150.734619 63.358246 89.476112 -v -150.439713 62.876648 89.603348 -v -150.881927 63.717636 89.212769 -v -150.515503 64.221573 88.896599 -v -150.889832 62.549614 89.269043 -v -151.352661 63.825211 87.563103 -v -151.170746 63.827118 88.702118 -v -151.215393 63.475357 88.965088 -v -150.924423 63.273903 89.441628 -v -151.032364 62.939545 89.353645 -v -150.800781 62.869202 89.541939 -v -151.461945 62.133942 87.158882 -v -151.634033 63.231766 87.376312 -v -151.681686 62.735825 87.234497 -v -151.550659 63.497726 87.328041 -v -151.369385 63.731842 87.269997 -v -151.363022 63.428665 86.910736 -v -151.688568 63.052490 87.115875 -v -151.407288 62.975037 86.664772 -v -151.593597 62.480247 86.780014 -v -151.227386 62.664177 86.530602 -v -151.456207 62.138115 86.821327 -v -151.370132 62.412292 86.574837 -v -149.588623 63.993637 86.559380 -v -149.892181 64.083069 86.662247 -v -152.816544 68.764351 89.067673 -v -153.293945 68.459343 88.986931 -v -152.957306 68.295235 88.239784 -v -152.931931 69.099457 89.329727 -v -153.954849 69.435394 89.604652 -v -153.940704 68.647972 89.084793 -v -153.653839 68.500496 89.076172 -v -153.608521 68.192329 87.611092 -v -153.226807 68.278168 88.473442 -v -153.598694 68.721359 89.343758 -v -153.935425 69.009888 89.494316 -v -154.268661 69.137733 89.258629 -v -154.266617 69.334091 89.407684 -v -154.005127 68.233429 87.407745 -v -155.007889 69.093239 87.158882 -v -154.882080 68.828033 87.175079 -v -154.364502 68.847626 86.569305 -v -154.217224 68.428726 86.851753 -v -153.462372 68.224266 87.397957 -v -153.852905 68.245110 87.173752 -v -154.639465 68.531258 87.167694 -v -154.245239 68.693237 86.642845 -v -154.758835 68.798210 86.712402 -v -155.032425 69.085266 86.989487 -v -154.917679 69.122543 86.674156 -v -152.671722 68.667847 87.068710 -v -152.579300 69.003418 86.776939 -v -152.494629 69.257172 86.645134 -v -152.393951 69.538361 86.553810 -v -154.617676 72.125183 89.476112 -v -154.486008 71.576027 89.603348 -v -154.646698 72.512505 89.212769 -v -154.142487 72.878548 88.896599 -v -155.015152 71.404099 89.269043 -v -154.946457 71.426414 89.407684 -v -154.769714 72.830658 88.627487 -v -155.038727 72.385132 88.965088 -v -154.824249 72.103622 89.441628 -v -155.102142 71.967766 89.170029 -v -154.831696 71.680519 89.541939 -v -155.687714 71.185562 87.158882 -v -155.512146 72.282829 87.376312 -v -155.710724 71.825890 87.234497 -v -155.254929 72.593094 87.522614 -v -155.130432 72.674629 87.299911 -v -155.193542 72.386353 86.910736 -v -155.619400 72.129181 87.115875 -v -155.375824 71.968597 86.664772 -v -155.705917 71.555603 86.780014 -v -155.300797 71.617363 86.530602 -v -155.712265 71.177589 86.989487 -v -155.514389 71.421913 86.574837 -v -155.645294 71.199348 86.743958 -v -153.331406 72.375336 86.559380 -v -152.903229 72.092751 86.500008 -v -153.946136 72.816566 86.933655 -v -153.592468 72.554207 86.662247 -v -154.927124 77.910049 89.067673 -v -155.475403 77.767494 88.986931 -v -155.205948 77.507393 88.239784 -v -155.646011 78.899994 89.603348 -v -156.032211 78.146751 89.084793 -v -155.804962 77.917847 89.076172 -v -155.857086 77.610756 87.611092 -v -155.467529 77.574440 88.473442 -v -155.684265 78.110855 89.343758 -v -155.915375 78.489326 89.494316 -v -156.221588 77.772408 87.407745 -v -156.871857 78.608902 87.175079 -v -156.373566 78.467590 86.569305 -v -156.068512 77.910690 86.910736 -v -155.708221 77.595970 87.397957 -v -156.073196 77.736473 87.173752 -v -156.546570 78.190491 86.783997 -v -156.732834 78.251678 87.167694 -v -156.307861 78.283913 86.642845 -v -156.763870 78.542450 86.712402 -v -156.935364 78.900002 86.989487 -v -156.814728 78.900002 86.674156 -v -154.819214 77.773521 87.068710 -v -154.627594 78.064102 86.776939 -v -154.468658 78.279266 86.645134 -v -153.980835 78.897881 86.500008 -v -155.601532 81.662964 89.476112 -v -155.646011 81.100006 89.603348 -v -155.509445 82.040306 89.212769 -v -154.916809 82.232620 88.896599 -v -156.202393 81.100006 89.269043 -v -155.467529 82.425568 88.473442 -v -155.593781 82.252991 88.929466 -v -155.770020 82.219032 88.800926 -v -155.921646 82.040306 88.965088 -v -155.804657 81.706299 89.441628 -v -156.088501 81.499245 89.353645 -v -155.942490 81.306213 89.541939 -v -156.909576 81.100006 87.158882 -v -156.403519 82.089310 87.376312 -v -156.733566 81.716095 87.234497 -v -156.063004 82.304893 87.522614 -v -155.708221 82.404030 87.397957 -v -156.068512 82.089310 86.910736 -v -156.552994 81.976318 87.115875 -v -156.370972 81.748329 86.664772 -v -156.812531 81.457550 86.780014 -v -156.408142 81.391098 86.530602 -v -156.935364 81.100006 86.989487 -v -156.671692 81.271217 86.574837 -v -156.864960 81.100006 86.743958 -v -154.081146 81.226662 86.505745 -v -154.749222 82.112999 86.933655 -v -154.493927 81.754189 86.662247 -v -154.108215 87.260323 89.067673 -v -154.673706 87.294174 88.986931 -v -154.497833 86.963531 88.239784 -v -154.004578 87.599258 89.329727 -v -154.486008 88.423981 89.603348 -v -155.086060 87.826935 89.084793 -v -154.940689 87.539009 89.076172 -v -155.085144 87.263062 87.611092 -v -154.725891 87.108139 88.473442 -v -154.766251 87.685280 89.343758 -v -154.869080 88.116638 89.494316 -v -155.063522 88.415924 89.258629 -v -155.381866 87.529434 87.407745 -v -155.741821 88.525940 87.175079 -v -155.311569 88.237556 86.569305 -v -155.193542 87.613647 86.910736 -v -154.948151 87.203003 87.397957 -v -155.251831 87.449402 87.173752 -v -155.561737 88.027481 86.783997 -v -155.719986 88.143227 87.167694 -v -155.305847 88.042557 86.642845 -v -155.659653 88.429367 86.712402 -v -155.744537 88.652863 86.911140 -v -155.539093 88.766144 86.613991 -v -154.047775 87.097137 87.068710 -v -153.775757 87.314285 86.776939 -v -153.558090 87.469795 86.645134 -v -152.986938 90.705002 89.413605 -v -153.806183 90.516296 89.603348 -v -152.876831 91.079590 89.213837 -v -152.762665 91.368156 88.896599 -v -154.335327 90.688232 89.269043 -v -154.266617 90.665909 89.407684 -v -153.226807 91.721832 88.473442 -v -153.148621 91.643806 88.720825 -v -153.578308 91.618889 88.800926 -v -153.563782 91.475235 89.136795 -v -153.777740 91.495758 88.965088 -v -153.769684 91.141945 89.441628 -v -154.074371 91.195381 89.170029 -v -154.027496 90.588211 89.586998 -v -155.007889 90.906761 87.158882 -v -154.220886 91.691269 87.376312 -v -154.650116 91.438309 87.234497 -v -153.830414 91.791084 87.522614 -v -153.681763 91.783875 87.299911 -v -153.902283 91.587746 86.910736 -v -154.397964 91.630005 87.115875 -v -154.295288 91.356918 86.664772 -v -154.805099 91.216827 86.780014 -v -154.441040 91.028664 86.530602 -v -155.032425 90.914734 86.989487 -v -154.728729 90.996094 86.574837 -v -154.965454 90.892975 86.743958 -v -152.402252 90.484299 86.559380 -v -152.640228 91.202599 86.933655 -v -152.508316 90.782455 86.662247 -v -150.967346 96.106857 88.986931 -v -150.902252 95.738052 88.239784 -v -150.236694 96.190231 89.329727 -v -150.439713 97.123352 89.603348 -v -151.194901 96.740967 89.084793 -v -151.129883 96.056984 88.592575 -v -151.111664 96.391678 89.108101 -v -150.934509 96.507416 89.343758 -v -150.899017 96.949432 89.494316 -v -150.686798 97.302872 89.557617 -v -151.256531 96.104950 87.397957 -v -151.634033 96.768242 87.376312 -v -151.602554 97.608391 87.175079 -v -151.282471 97.201172 86.569305 -v -151.363022 96.571327 86.910736 -v -151.318192 96.255188 87.213425 -v -151.585327 97.078690 86.783997 -v -151.700043 97.237663 87.167694 -v -151.337280 97.013954 86.642845 -v -151.554245 97.491150 86.712402 -v -151.565903 97.729950 86.911140 -v -151.335510 97.774200 86.613991 -v -150.432938 95.726036 87.068710 -v -150.107117 95.848488 86.776939 -v -149.852066 95.929138 86.645134 -v -149.565399 96.012970 86.553810 -v -148.779694 99.332489 89.476112 -v -149.146576 98.903198 89.603348 -v -147.983093 99.281525 89.067673 -v -147.816330 99.478584 88.705231 -v -149.479523 99.375145 89.258629 -v -148.223053 99.870697 88.473442 -v -148.426605 99.805267 88.929466 -v -148.589142 99.881401 88.800926 -v -149.016266 99.739594 89.084793 -v -148.918549 99.486946 89.441628 -v -149.393677 99.082710 89.557617 -v -150.168823 99.645889 87.158882 -v -149.177917 100.148811 87.376312 -v -149.664307 100.040871 87.234497 -v -148.775711 100.123077 87.522614 -v -148.430420 99.994751 87.397957 -v -148.906891 99.951904 86.910736 -v -149.365265 100.145264 87.115875 -v -149.352005 99.853821 86.664772 -v -149.880157 99.878113 86.780014 -v -149.592056 99.586670 86.530602 -v -150.189697 99.661064 86.989487 -v -149.875732 99.644592 86.574837 -v -150.132721 99.619667 86.743958 -v -147.798172 97.925919 86.500008 -v -147.825638 99.195602 86.933655 -v -147.830002 98.755264 86.662247 -v -144.792572 103.191513 88.706810 -v -144.771179 102.971992 88.239784 -v -143.903198 104.146584 89.603348 -v -144.739594 104.016266 89.084793 -v -144.791199 103.697884 89.076172 -v -144.870697 103.223053 88.473442 -v -144.564117 103.713684 89.343758 -v -144.393768 104.123108 89.494316 -v -144.082703 104.393669 89.557617 -v -144.994751 103.430428 87.397957 -v -145.148804 104.177917 87.376312 -v -144.859238 104.967216 87.175079 -v -144.680664 104.481018 86.569305 -v -145.006958 103.592361 87.213425 -v -145.006531 104.458107 86.783997 -v -145.066513 104.644768 87.167694 -v -144.790649 104.319893 86.642845 -v -144.849518 104.840790 86.712402 -v -144.641724 105.163078 86.821327 -v -144.590149 105.092094 86.674156 -v -144.328552 102.815559 87.068710 -v -143.980835 102.831337 86.776939 -v -143.713348 102.829224 86.645134 -v -142.926422 102.798195 86.500008 -v -141.641754 105.734619 89.476112 -v -142.123352 105.439705 89.603348 -v -141.282364 105.881912 89.212769 -v -140.680405 105.575867 88.705231 -v -142.450378 105.889832 89.269043 -v -141.174789 106.352669 87.563103 -v -140.953125 106.014343 88.692101 -v -141.172882 106.170746 88.702118 -v -141.524643 106.215401 88.965088 -v -141.726105 105.924431 89.441628 -v -142.060455 106.032364 89.353645 -v -142.260147 105.627991 89.586998 -v -142.866058 106.461945 87.158882 -v -141.768234 106.634041 87.376312 -v -142.264175 106.681694 87.234497 -v -141.393677 106.485283 87.522614 -v -141.104950 106.256531 87.397957 -v -141.571335 106.363029 86.910736 -v -141.947510 106.688560 87.115875 -v -142.024963 106.407288 86.664772 -v -142.519745 106.593597 86.780014 -v -142.335815 106.227394 86.530602 -v -142.861877 106.456207 86.821327 -v -142.587708 106.370132 86.574837 -v -141.142807 104.094063 86.500008 -v -140.776703 105.309616 86.933655 -v -140.916931 104.892174 86.662247 -v -136.368149 107.762665 88.896599 -v -136.540649 108.293945 88.986931 -v -135.900543 107.931938 89.329727 -v -135.516296 108.806175 89.603348 -v -136.352020 108.940697 89.084793 -v -136.499512 108.653847 89.076172 -v -136.807678 108.608521 87.611092 -v -136.721832 108.226814 88.473442 -v -136.278641 108.598694 89.343758 -v -135.990112 108.935432 89.494316 -v -135.862274 109.268661 89.258629 -v -136.766571 109.005135 87.407745 -v -135.906769 110.007881 87.158882 -v -136.171967 109.882080 87.175079 -v -136.152374 109.364494 86.569305 -v -136.571274 109.217224 86.851753 -v -136.775726 108.462379 87.397957 -v -136.754883 108.852898 87.173752 -v -136.468750 109.639458 87.167694 -v -136.306763 109.245239 86.642845 -v -136.201782 109.758835 86.712402 -v -135.914734 110.032425 86.989487 -v -136.332153 107.671730 87.068710 -v -135.996582 107.579300 86.776939 -v -135.742828 107.494621 86.645134 -v -135.004303 107.222061 86.500008 -v -132.874817 109.617668 89.476112 -v -133.423981 109.486015 89.603348 -v -132.487488 109.646698 89.212769 -v -132.121460 109.142494 88.896599 -v -133.595901 110.015152 89.269043 -v -133.573578 109.946457 89.407684 -v -132.108139 109.725891 88.473442 -v -132.125305 109.616783 88.720825 -v -132.398026 109.949745 88.800926 -v -132.614868 110.038727 88.965088 -v -132.896378 109.824242 89.441628 -v -133.032227 110.102142 89.170029 -v -133.319489 109.831696 89.541939 -v -133.814438 110.687721 87.158882 -v -132.717163 110.512154 87.376312 -v -133.174103 110.710724 87.234497 -v -132.406906 110.254929 87.522614 -v -132.325378 110.130424 87.299911 -v -132.613647 110.193550 86.910736 -v -132.870819 110.619400 87.115875 -v -133.031403 110.375824 86.664772 -v -133.067352 110.684448 86.963303 -v -133.382629 110.300797 86.530602 -v -133.822418 110.712257 86.989487 -v -133.800659 110.645279 86.743958 -v -133.744247 110.471710 86.565247 -v -132.907257 107.903221 86.500008 -v -132.183441 108.946144 86.933655 -v -132.445801 108.592468 86.662247 -v -127.232506 110.475403 88.986931 -v -127.492607 110.205956 88.239784 -v -126.735588 109.933296 89.329727 -v -127.089951 109.927116 89.067673 -v -126.100006 110.646004 89.603348 -v -126.853249 111.032204 89.084793 -v -127.082153 110.804970 89.076172 -v -127.389244 110.857086 87.611092 -v -127.425560 110.467537 88.473442 -v -126.889145 110.684265 89.343758 -v -126.510674 110.915367 89.494316 -v -126.286118 111.192772 89.258629 -v -126.099998 111.078705 89.466843 -v -127.227592 111.221588 87.407745 -v -126.100006 111.909576 87.158882 -v -126.391098 111.871872 87.175079 -v -126.532410 111.373566 86.569305 -v -126.976318 111.362953 86.851753 -v -127.404030 110.708229 87.397957 -v -127.263527 111.073196 87.173752 -v -126.748322 111.732826 87.167694 -v -126.716087 111.307861 86.642845 -v -126.457550 111.763870 86.712402 -v -126.099998 111.935371 86.989487 -v -126.099998 111.814728 86.674156 -v -127.226479 109.819214 87.068710 -v -126.935898 109.627602 86.776939 -v -126.720734 109.468658 86.645134 -v -126.102333 108.981010 86.500008 -v -123.337036 110.601524 89.476112 -v -123.899994 110.646011 89.603348 -v -122.959694 110.509438 89.212769 -v -122.767380 109.916809 88.896599 -v -123.899994 111.202393 89.269043 -v -123.899994 111.130150 89.407684 -v -122.619102 110.528122 88.627487 -v -122.959694 110.921646 88.965088 -v -123.293701 110.804649 89.441628 -v -123.337036 111.110939 89.170029 -v -123.899994 110.951424 89.557617 -v -123.899994 111.909576 87.158882 -v -122.910690 111.403511 87.376312 -v -123.283905 111.733574 87.234497 -v -122.695107 111.063004 87.522614 -v -122.595970 110.708229 87.397957 -v -122.910690 111.068520 86.910736 -v -123.023682 111.553001 87.115875 -v -123.251671 111.370972 86.664772 -v -123.190491 111.675598 86.963303 -v -123.608902 111.408142 86.530602 -v -123.899994 111.935371 86.989487 -v -123.542450 111.812531 86.780014 -v -123.899994 111.521156 86.507393 -v -123.897675 108.981010 86.500008 -v -122.887001 109.749222 86.933655 -v -123.245811 109.493927 86.662247 -v -117.739670 109.108208 89.067673 -v -117.705826 109.673714 88.986931 -v -118.036469 109.497833 88.239784 -v -117.400742 109.004585 89.329727 -v -116.576019 109.486015 89.603348 -v -117.173065 110.086067 89.084793 -v -117.460983 109.940689 89.076172 -v -117.736938 110.085144 87.611092 -v -117.891861 109.725891 88.473442 -v -117.314728 109.766243 89.343758 -v -116.883362 109.869080 89.494316 -v -117.470566 110.381859 87.407745 -v -116.474060 110.741821 87.175079 -v -116.762451 110.311577 86.569305 -v -117.796997 109.948151 87.397957 -v -117.550598 110.251831 87.173752 -v -116.972519 110.561745 86.783997 -v -116.856766 110.719978 87.167694 -v -116.957443 110.305840 86.642845 -v -116.570633 110.659645 86.712402 -v -116.347137 110.744522 86.911140 -v -116.233856 110.539085 86.613991 -v -117.902863 109.047775 87.068710 -v -117.685715 108.775749 86.776939 -v -117.530197 108.558098 86.645134 -v -117.092941 107.903496 86.500008 -v -113.962036 108.589897 89.476112 -v -114.483704 108.806175 89.603348 -v -113.631622 108.385712 89.212769 -v -113.631836 107.762665 88.896599 -v -114.311768 109.335320 89.269043 -v -113.278168 108.226814 88.473442 -v -113.356186 108.148628 88.720825 -v -113.381104 108.578308 88.800926 -v -113.524765 108.563782 89.136795 -v -113.504242 108.777748 88.965088 -v -113.858047 108.769691 89.441628 -v -113.967255 109.103638 89.353645 -v -114.195969 109.024414 89.541939 -v -114.093246 110.007881 87.158882 -v -113.308731 109.220886 87.376312 -v -113.561691 109.650116 87.234497 -v -113.208908 108.830421 87.522614 -v -113.216125 108.681770 87.299911 -v -113.412262 108.902283 86.910736 -v -113.369995 109.397964 87.115875 -v -113.643082 109.295296 86.664772 -v -113.783173 109.805107 86.780014 -v -113.971329 109.441048 86.530602 -v -114.085266 110.032425 86.989487 -v -114.003906 109.728729 86.574837 -v -114.107025 109.965446 86.743958 -v -114.846817 107.278748 86.505745 -v -113.797409 107.640236 86.933655 -v -114.217545 107.508316 86.662247 -v -108.893143 105.967354 88.986931 -v -109.261948 105.902245 88.239784 -v -108.959595 105.349159 89.213837 -v -107.784760 105.566177 89.604652 -v -108.809769 105.236702 89.329727 -v -108.259033 106.194901 89.084793 -v -108.709076 106.197784 88.800926 -v -109.053955 106.074471 88.473442 -v -108.608322 106.111664 89.108101 -v -108.492584 105.934509 89.343758 -v -108.050568 105.899010 89.494316 -v -107.657623 105.741165 89.517235 -v -108.231750 106.634041 87.376312 -v -107.391602 106.602554 87.175079 -v -107.798828 106.282471 86.569305 -v -109.435532 105.646584 87.680992 -v -108.665756 106.460335 87.426231 -v -108.744812 106.318192 87.213425 -v -107.921310 106.585320 86.783997 -v -107.762329 106.700043 87.167694 -v -107.986053 106.337280 86.642845 -v -107.508850 106.554237 86.712402 -v -107.124176 106.475388 86.903992 -v -107.189682 106.385223 86.674156 -v -109.273972 105.432938 87.068710 -v -109.151505 105.107124 86.776939 -v -109.070862 104.852066 86.645134 -v -108.857193 104.094063 86.500008 -v -106.170486 103.309143 89.413605 -v -106.096802 104.146584 89.603348 -v -105.416351 103.483398 89.212769 -v -105.609116 102.890900 88.896599 -v -105.624863 104.479523 89.258629 -v -105.129822 103.298317 88.627487 -v -105.118591 103.589149 88.800926 -v -105.260406 104.016266 89.084793 -v -105.513046 103.918549 89.441628 -v -105.917282 104.393669 89.557617 -v -105.354111 105.168823 87.158882 -v -104.851181 104.177917 87.376312 -v -104.959122 104.664307 87.234497 -v -104.876923 103.775711 87.522614 -v -105.005249 103.430428 87.397957 -v -104.835022 104.070953 87.244446 -v -105.048096 103.906891 86.910736 -v -105.146179 104.351997 86.664772 -v -105.121887 104.880150 86.780014 -v -105.413330 104.592056 86.530602 -v -105.358276 105.163078 86.821327 -v -105.355408 104.875732 86.574837 -v -106.561081 102.821259 86.559380 -v -105.804398 102.825638 86.933655 -v -106.244736 102.830002 86.662247 -v -102.016891 99.281525 89.067673 -v -101.657104 99.719124 88.986931 -v -102.028015 99.771179 88.239784 -v -100.966599 99.051018 89.589966 -v -101.803604 98.998474 89.329727 -v -100.983734 99.739594 89.084793 -v -101.302109 99.791206 89.076172 -v -101.440460 100.070282 87.611092 -v -101.776947 99.870697 88.473442 -v -101.286316 99.564110 89.343758 -v -100.876892 99.393753 89.494316 -v -100.606323 99.082710 89.557617 -v -101.050537 100.153748 87.407745 -v -99.831177 99.645882 87.158882 -v -100.032776 99.859245 87.175079 -v -100.518982 99.680664 86.569305 -v -101.569565 99.994751 87.397957 -v -101.191711 100.095604 87.173752 -v -100.541885 100.006531 86.783997 -v -100.355225 100.066521 87.167694 -v -100.680099 99.790642 86.642845 -v -100.159210 99.849518 86.712402 -v -99.810303 99.661064 86.989487 -v -99.907898 99.590149 86.674156 -v -102.184448 99.328560 87.068710 -v -102.168655 98.980843 86.776939 -v -102.170776 98.713348 86.645134 -v -99.265381 96.641754 89.476112 -v -99.560287 97.123360 89.603348 -v -99.650833 96.040405 89.213837 -v -99.484482 95.778427 88.896599 -v -99.110168 97.450386 89.269043 -v -98.925522 95.946045 88.473442 -v -98.802216 96.290932 88.800926 -v -98.924835 96.159866 88.929466 -v -98.784607 96.524651 88.965088 -v -99.075562 96.726105 89.441628 -v -98.967636 97.060455 89.353645 -v -99.372009 97.260147 89.586998 -v -98.538055 97.866058 87.158882 -v -98.365952 96.768242 87.376312 -v -98.318298 97.264175 87.234497 -v -98.514709 96.393677 87.522614 -v -98.921585 97.587402 86.500000 -v -98.743469 96.104950 87.397957 -v -98.636963 96.571327 86.910736 -v -98.311432 96.947510 87.115875 -v -98.592712 97.024971 86.664772 -v -98.310303 97.154518 86.963303 -v -98.772598 97.335823 86.530602 -v -98.517181 97.881226 86.989487 -v -98.543793 97.861877 86.821327 -v -98.664490 97.774200 86.613991 -v -100.905930 96.142807 86.500008 -v -99.690384 95.776703 86.933655 -v -100.107834 95.916931 86.662247 -v -96.706055 91.540657 88.986931 -v -97.042679 91.704773 88.239784 -v -97.068054 90.900543 89.329727 -v -96.045151 90.564613 89.604652 -v -96.059311 91.352028 89.084793 -v -96.346146 91.499512 89.076172 -v -96.773178 91.721832 88.473442 -v -96.401306 91.278641 89.343758 -v -96.064560 90.990112 89.494316 -v -96.537613 91.775734 87.397957 -v -95.779114 91.691269 87.376312 -v -94.992126 90.906761 87.158882 -v -95.117920 91.171967 87.175079 -v -95.635498 91.152374 86.569305 -v -96.097717 91.587746 86.910736 -v -96.379837 91.737312 87.213425 -v -95.556595 91.469368 86.783997 -v -95.360535 91.468742 87.167694 -v -95.754761 91.306763 86.642845 -v -95.241165 91.201790 86.712402 -v -94.976318 90.911896 86.903992 -v -95.140747 90.858467 86.613991 -v -97.328262 91.332161 87.068710 -v -97.420700 90.996582 86.776939 -v -97.505371 90.742836 86.645134 -v -97.778152 90.003746 86.500008 -v -95.382339 87.874817 89.476112 -v -95.365311 88.472290 89.604652 -v -95.353302 87.487488 89.212769 -v -95.830383 87.009567 88.705231 -v -94.984848 88.595909 89.269043 -v -94.938828 87.239716 87.563103 -v -95.112442 87.294113 88.702118 -v -94.961273 87.614868 88.965088 -v -95.175751 87.896378 89.441628 -v -94.897858 88.032234 89.170029 -v -95.168304 88.319481 89.541939 -v -94.312271 88.814438 87.158882 -v -94.487854 87.717171 87.376312 -v -94.289276 88.174110 87.234497 -v -94.649338 87.489990 87.328041 -v -94.894073 87.323349 87.269997 -v -94.806442 87.613647 86.910736 -v -94.380600 87.870819 87.115875 -v -94.624176 88.031403 86.664772 -v -94.294083 88.444397 86.780014 -v -94.699203 88.382629 86.530602 -v -94.319031 88.812241 86.821327 -v -94.485611 88.578094 86.574837 -v -96.668594 87.624664 86.559380 -v -96.407532 87.445793 86.662247 -v -102.583908 60.135849 87.190987 -v -102.855774 60.376778 86.690987 -v -102.178741 61.561081 86.559380 -v -105.561646 58.064423 86.548943 -v -105.175674 57.628845 87.046013 -v -105.111557 57.556488 87.343567 -v -103.821396 58.821404 87.190987 -v -103.921844 58.921844 86.912216 -v -104.078278 59.078278 86.690987 -v -104.275391 59.275391 86.548943 -v -109.819397 54.181114 87.190987 -v -109.891388 54.303558 86.912216 -v -110.003510 54.494263 86.690987 -v -108.993637 55.411385 86.559380 -v -113.291504 53.131256 86.548943 -v -113.059021 52.597717 87.046013 -v -113.020386 52.509087 87.343567 -v -111.429764 53.366913 87.046013 -v -111.466980 53.439972 86.912216 -v -111.567429 53.637093 86.690987 -v -111.693985 53.885475 86.548943 -v -118.540863 50.753716 87.190987 -v -118.619202 51.108437 86.690987 -v -117.375336 51.668594 86.559380 -v -122.167458 50.828178 86.548943 -v -122.111214 50.248917 87.046013 -v -122.101868 50.152679 87.343567 -v -120.314621 50.417694 87.190987 -v -120.336838 50.557983 86.912216 -v -120.371445 50.776489 86.690987 -v -120.415054 51.051826 86.548943 -v -127.871010 50.431953 86.792892 -v -126.503403 50.699081 86.559380 -v -129.536591 51.357040 86.500000 -v -131.320679 51.380646 86.548943 -v -131.446198 50.812347 87.046013 -v -131.467041 50.717941 87.343567 -v -129.685379 50.417694 87.190987 -v -129.663147 50.557983 86.912216 -v -129.628540 50.776489 86.690987 -v -129.584930 51.051826 86.548943 -v -136.964981 52.542664 87.190987 -v -136.908234 52.672882 86.912216 -v -139.855194 54.734573 86.548943 -v -140.150177 54.232880 87.046013 -v -140.199173 54.149536 87.343567 -v -138.570236 53.366913 87.046013 -v -138.533020 53.439972 86.912216 -v -138.432571 53.637093 86.690987 -v -136.708496 53.131256 86.548943 -v -144.864151 57.583908 87.190987 -v -144.195602 57.174362 86.933655 -v -144.623230 57.855789 86.690987 -v -147.144211 60.376778 86.690987 -v -147.371155 60.175674 87.046013 -v -147.443512 60.111557 87.343567 -v -146.178589 58.821404 87.190987 -v -146.078156 58.921844 86.912216 -v -145.921722 59.078278 86.690987 -v -145.724609 59.275391 86.548943 -v -150.818878 64.819389 87.190987 -v -150.309616 64.223297 86.933655 -v -150.505737 65.003510 86.690987 -v -152.124298 68.180145 86.690987 -v -152.402283 68.059006 87.046013 -v -152.490906 68.020386 87.343567 -v -151.686584 66.402504 87.190987 -v -151.560028 66.466988 86.912216 -v -151.362915 66.567429 86.690987 -v -151.114532 66.693985 86.548943 -v -154.246277 73.540855 87.190987 -v -154.008087 73.593468 86.792892 -v -153.642960 75.463402 86.500000 -v -154.171814 77.167458 86.548943 -v -154.751083 77.111214 87.046013 -v -154.847321 77.101875 87.343567 -v -154.582306 75.314621 87.190987 -v -154.442017 75.336845 86.912216 -v -154.223511 75.371452 86.690987 -v -153.948181 75.415062 86.548943 -v -154.568054 82.871010 86.792892 -v -154.171814 82.832542 86.548943 -v -153.619354 86.320686 86.548943 -v -154.187653 86.446198 87.046013 -v -154.282059 86.467041 87.343567 -v -154.522995 84.675987 87.046013 -v -154.341370 84.647217 86.792892 -v -153.948181 84.584938 86.548943 -v -152.457336 91.964973 87.190987 -v -152.327118 91.908234 86.912216 -v -152.124298 91.819855 86.690987 -v -150.505737 94.996490 86.690987 -v -150.767120 95.150177 87.046013 -v -150.850464 95.199181 87.343567 -v -151.633087 93.570236 87.046013 -v -151.560028 93.533012 86.912216 -v -151.362915 93.432571 86.690987 -v -151.114532 93.306015 86.548943 -v -147.416092 99.864143 87.190987 -v -147.309784 99.769958 86.912216 -v -147.144211 99.623230 86.690987 -v -147.821259 98.438919 86.559380 -v -144.438339 101.935577 86.548943 -v -144.824326 102.371155 87.046013 -v -144.888443 102.443512 87.343567 -v -146.136139 101.136139 87.046013 -v -146.078156 101.078156 86.912216 -v -145.921722 100.921722 86.690987 -v -145.724609 100.724602 86.548943 -v -140.180603 105.818886 87.190987 -v -139.996490 105.505737 86.690987 -v -141.006363 104.588615 86.559380 -v -136.708496 106.868744 86.548943 -v -136.940994 107.402283 87.046013 -v -136.979614 107.490913 87.343567 -v -138.597504 106.686584 87.190987 -v -138.533020 106.560028 86.912216 -v -138.432571 106.362915 86.690987 -v -138.306015 106.114525 86.548943 -v -131.459137 109.246284 87.190987 -v -131.406525 109.008072 86.792892 -v -132.624664 108.331398 86.559380 -v -129.536591 108.642960 86.500000 -v -127.832542 109.171822 86.548943 -v -127.888786 109.751091 87.046013 -v -127.898125 109.847321 87.343567 -v -129.685379 109.582306 87.190987 -v -129.663147 109.442017 86.912216 -v -129.628540 109.223511 86.690987 -v -129.584930 108.948174 86.548943 -v -122.128990 109.568047 86.792892 -v -123.496597 109.300911 86.559380 -v -120.463394 108.642960 86.500000 -v -118.679321 108.619354 86.548943 -v -118.553802 109.187653 87.046013 -v -118.029999 109.165222 87.343697 -v -120.314621 109.582306 87.190987 -v -120.336838 109.442017 86.912216 -v -120.371445 109.223511 86.690987 -v -120.415054 108.948174 86.548943 -v -113.035034 107.457336 87.190987 -v -113.091766 107.327118 86.912216 -v -110.144806 105.265419 86.548943 -v -109.849823 105.767120 87.046013 -v -109.800827 105.850464 87.343567 -v -111.429764 106.633087 87.046013 -v -111.466980 106.560028 86.912216 -v -111.567429 106.362915 86.690987 -v -113.291504 106.868744 86.548943 -v -103.064423 99.438347 86.548943 -v -105.135849 102.416084 87.190987 -v -105.297638 102.233521 86.792892 -v -103.295700 99.233391 86.500000 -v -102.690216 99.769958 86.912216 -v -102.218262 99.498291 87.343697 -v -103.821396 101.178596 87.190987 -v -103.993896 101.006096 86.792892 -v -104.275391 100.724602 86.548943 -v -99.181122 95.180611 87.190987 -v -99.494263 94.996490 86.690987 -v -100.411392 96.006363 86.559380 -v -98.131256 91.708496 86.548943 -v -97.597717 91.940987 87.046013 -v -97.509079 91.979614 87.343567 -v -98.439972 93.533012 86.912216 -v -98.637085 93.432571 86.690987 -v -98.885468 93.306015 86.548943 -v -95.753723 86.459145 87.190987 -v -96.053864 87.183434 86.933655 -v -96.108429 86.380798 86.690987 -v -95.550720 82.859482 86.690987 -v -95.248901 82.888786 87.046013 -v -95.152679 82.898132 87.343567 -v -95.557983 84.663155 86.912216 -v -95.776489 84.628548 86.690987 -v -96.051819 84.584938 86.548943 -v -95.189148 77.105408 87.190987 -v -95.330505 77.119141 86.912216 -v -95.550720 77.140518 86.690987 -v -95.699081 78.496597 86.559380 -v -96.380646 73.679321 86.548943 -v -95.812347 73.553802 87.046013 -v -95.717941 73.532959 87.343567 -v -95.476990 75.324013 87.046013 -v -95.557983 75.336845 86.912216 -v -95.776489 75.371452 86.690987 -v -96.051819 75.415062 86.548943 -v -97.542664 68.035019 87.190987 -v -97.672882 68.091766 86.912216 -v -97.875702 68.180145 86.690987 -v -97.597748 69.515701 86.559380 -v -99.734573 65.144806 86.548943 -v -99.232880 64.849823 87.046013 -v -99.149536 64.800827 87.343567 -v -98.366913 66.429764 87.046013 -v -98.439972 66.466988 86.912216 -v -98.637085 66.567429 86.690987 -v -98.885468 66.693985 86.548943 -v -130.342041 79.084015 94.300667 -v -130.110397 78.194382 94.300667 -v -129.731735 77.356697 94.300667 -v -129.216949 76.595047 94.300667 -v -127.841743 75.384712 94.300667 -v -128.580856 75.931358 94.300667 -v -126.141876 74.701653 94.300667 -v -127.020882 74.970840 94.300667 -v -125.230034 74.584885 94.300667 -v -123.412903 74.817581 94.300667 -v -124.311562 74.623901 94.300667 -v -122.559898 75.160339 94.300667 -v -121.777084 75.642334 94.300667 -v -120.509476 76.964935 94.300667 -v -121.087006 76.249695 94.300667 -v -120.061142 77.767494 94.300667 -v -119.599533 79.540352 94.300667 -v -119.754883 78.634277 94.300667 -v -119.754883 81.365723 94.300667 -v -119.599533 80.459648 94.300667 -v -120.061142 82.232506 94.300667 -v -120.509476 83.035065 94.300667 -v -122.559898 84.839661 94.300667 -v -121.087006 83.750305 94.300667 -v -121.777084 84.357666 94.300667 -v -123.412903 85.182419 94.300667 -v -124.311562 85.376099 94.300667 -v -126.141876 85.298347 94.300667 -v -125.230034 85.415115 94.300667 -v -127.020882 85.029160 94.300667 -v -127.841743 84.615288 94.300667 -v -128.580856 84.068642 94.300667 -v -129.731735 82.643311 94.300667 -v -129.216949 83.404953 94.300667 -v -130.110397 81.805618 94.300667 -v -130.342041 80.915985 94.300667 -v -130.419998 80.000000 94.300667 -v -119.549210 80.463928 94.226425 -v -130.597687 80.959816 94.059563 -v -129.418762 83.567902 94.059563 -v -127.977737 84.836151 94.059563 -v -126.196526 85.551903 94.059563 -v -123.336952 85.430428 94.059563 -v -120.899750 83.929779 94.059563 -v -120.294586 83.180305 94.059563 -v -119.503891 78.568924 94.059563 -v -120.294586 76.819695 94.059563 -v -122.443123 74.928741 94.059563 -v -125.241043 74.325745 94.059563 -v -127.117592 74.730171 94.059563 -v -128.752228 75.736656 94.059563 -v -130.354950 78.107979 94.059563 -v -130.766312 80.988739 94.006721 -v -119.257828 80.488731 94.026726 -v -119.503891 81.431076 94.059563 -v -132.068176 79.444168 86.739998 -v -131.912231 78.422325 86.739998 -v -132.328735 79.546959 86.739998 -v -132.462006 79.683830 86.739998 -v -132.557922 79.952049 86.739998 -v -132.509308 80.232460 86.739998 -v -132.329208 80.452629 86.739998 -v -132.068176 80.555832 86.739998 -v -131.746765 82.691208 86.739998 -v -131.837646 82.859604 86.739998 -v -131.866547 83.048454 86.739998 -v -131.830261 83.236053 86.739998 -v -131.732971 83.400330 86.739998 -v -131.586182 83.522278 86.739998 -v -131.406998 83.587830 86.739998 -v -131.127045 83.567558 86.739998 -v -129.923584 85.447365 86.739998 -v -129.899689 85.636902 86.739998 -v -129.749786 85.879120 86.739998 -v -129.500244 86.015961 86.739998 -v -129.215805 86.012413 86.739998 -v -128.972366 85.872681 86.739998 -v -127.102470 86.952774 86.739998 -v -127.027481 87.128822 86.739998 -v -126.817009 87.320732 86.739998 -v -126.539444 87.384109 86.739998 -v -126.352585 87.345390 86.739998 -v -126.189621 87.246170 86.739998 -v -126.030914 87.014648 86.739998 -v -123.810883 87.245796 86.739998 -v -123.647789 87.345276 86.739998 -v -123.364960 87.379097 86.739998 -v -123.183144 87.320801 86.739998 -v -123.031593 87.204834 86.739998 -v -122.927818 87.044731 86.739998 -v -122.885284 86.767281 86.739998 -v -120.784821 86.012299 86.739998 -v -120.594711 86.031158 86.739998 -v -120.325211 85.938911 86.739998 -v -120.136276 85.726082 86.739998 -v -120.080322 85.543655 86.739998 -v -120.089005 85.352341 86.739998 -v -120.158493 85.179565 86.739998 -v -118.689392 83.596893 86.739998 -v -118.501068 83.562958 86.739998 -v -118.335403 83.467804 86.739998 -v -118.169739 83.236053 86.739998 -v -118.133484 83.048737 86.739998 -v -118.200226 82.772217 86.739998 -v -118.390625 82.565979 86.739998 -v -117.671265 80.453033 86.739998 -v -117.490784 80.232727 86.739998 -v -117.442078 80.047951 86.739998 -v -117.490677 79.767548 86.739998 -v -117.598419 79.610062 86.739998 -v -117.753403 79.497559 86.739998 -v -117.931824 79.444168 86.739998 -v -118.200485 77.228355 86.739998 -v -118.133453 76.951553 86.739998 -v -118.211365 76.677536 86.739998 -v -118.335190 76.532394 86.739998 -v -118.500610 76.437256 86.739998 -v -118.689056 76.403137 86.739998 -v -118.872955 76.432442 86.739998 -v -120.089050 74.647995 86.739998 -v -120.080215 74.456848 86.739998 -v -120.136124 74.274155 86.739998 -v -120.250229 74.120880 86.739998 -v -120.499756 73.984047 86.739998 -v -120.690063 73.970093 86.739998 -v -120.874649 74.021118 86.739998 -v -121.027634 74.127319 86.739998 -v -122.927391 72.956078 86.739998 -v -123.031303 72.795441 86.739998 -v -123.271454 72.642242 86.739998 -v -123.555641 72.627228 86.739998 -v -123.733162 72.697227 86.739998 -v -123.877327 72.823296 86.739998 -v -123.969086 72.985352 86.739998 -v -126.189110 72.754204 86.739998 -v -126.352211 72.654724 86.739998 -v -126.635048 72.620903 86.739998 -v -126.816849 72.679199 86.739998 -v -127.027168 72.870773 86.739998 -v -127.102364 73.046906 86.739998 -v -127.114716 73.232719 86.739998 -v -129.215179 73.987701 86.739998 -v -129.405289 73.968842 86.739998 -v -129.674805 74.061089 86.739998 -v -129.813293 74.192490 86.739998 -v -129.899536 74.362732 86.739998 -v -129.923569 74.552010 86.739998 -v -129.841507 74.820435 86.739998 -v -131.406403 76.412010 86.739998 -v -131.585846 76.477501 86.739998 -v -131.788651 76.677544 86.739998 -v -131.866516 76.951271 86.739998 -v -131.799774 77.227783 86.739998 -v -131.609375 77.434021 86.739998 -v -117.707932 80.744781 86.500000 -v -118.872955 83.567558 86.739998 -v -121.027634 85.872681 86.739998 -v -124.103470 87.274963 86.500000 -v -127.348747 86.943512 86.500000 -v -130.128815 85.236801 86.500000 -v -131.893066 82.492882 86.500000 -vt 0.053835 0.024005 -vt 0.053835 0.024005 -vt 0.053531 0.023797 -vt 0.053531 0.023797 -vt 0.053261 0.023547 -vt 0.053261 0.023547 -vt 0.053015 0.023238 -vt 0.053015 0.023238 -vt 0.052832 0.022920 -vt 0.052832 0.022920 -vt 0.052697 0.022578 -vt 0.052697 0.022578 -vt 0.052609 0.022192 -vt 0.052609 0.022192 -vt 0.052582 0.021825 -vt 0.052582 0.021825 -vt 0.052609 0.021459 -vt 0.052609 0.021459 -vt 0.052697 0.021073 -vt 0.052697 0.021073 -vt 0.052832 0.020731 -vt 0.052832 0.020731 -vt 0.053015 0.020413 -vt 0.053015 0.020413 -vt 0.053261 0.020103 -vt 0.053261 0.020103 -vt 0.053531 0.019854 -vt 0.053531 0.019854 -vt 0.053835 0.019646 -vt 0.053835 0.019646 -vt 0.054191 0.019475 -vt 0.054191 0.019475 -vt 0.054543 0.019367 -vt 0.054543 0.019367 -vt 0.054906 0.019311 -vt 0.054906 0.019311 -vt 0.055301 0.019311 -vt 0.055301 0.019311 -vt 0.055665 0.019367 -vt 0.055665 0.019367 -vt 0.056016 0.019475 -vt 0.056016 0.019475 -vt 0.056373 0.019646 -vt 0.056373 0.019646 -vt 0.056676 0.019854 -vt 0.056676 0.019854 -vt 0.056946 0.020103 -vt 0.056946 0.020103 -vt 0.057192 0.020413 -vt 0.057192 0.020413 -vt 0.057376 0.020731 -vt 0.057376 0.020731 -vt 0.057511 0.021073 -vt 0.057511 0.021073 -vt 0.057599 0.021459 -vt 0.057599 0.021459 -vt 0.057625 0.021825 -vt 0.057625 0.021825 -vt 0.057599 0.022192 -vt 0.057599 0.022192 -vt 0.057511 0.022578 -vt 0.057511 0.022578 -vt 0.057376 0.022920 -vt 0.057376 0.022920 -vt 0.057192 0.023238 -vt 0.057192 0.023238 -vt 0.056946 0.023547 -vt 0.056946 0.023547 -vt 0.056676 0.023797 -vt 0.056676 0.023797 -vt 0.056373 0.024005 -vt 0.056373 0.024005 -vt 0.056016 0.024176 -vt 0.056016 0.024176 -vt 0.055665 0.024284 -vt 0.055665 0.024284 -vt 0.055301 0.024339 -vt 0.055301 0.024339 -vt 0.055974 0.019900 -vt 0.056544 0.020323 -vt 0.057042 0.020074 -vt 0.054234 0.019900 -vt 0.054925 0.019720 -vt 0.056777 0.020588 -vt 0.057093 0.021216 -vt 0.057249 0.020292 -vt 0.057243 0.020224 -vt 0.057216 0.020163 -vt 0.057170 0.020113 -vt 0.057109 0.020083 -vt 0.055636 0.019781 -vt 0.054926 0.024404 -vt 0.054966 0.024459 -vt 0.055104 0.023938 -vt 0.055455 0.023876 -vt 0.056119 0.023642 -vt 0.057009 0.023573 -vt 0.057195 0.023515 -vt 0.057141 0.023555 -vt 0.056876 0.022916 -vt 0.057138 0.022264 -vt 0.057199 0.021557 -vt 0.056155 0.019385 -vt 0.056222 0.019387 -vt 0.056090 0.019406 -vt 0.053405 0.020569 -vt 0.053938 0.020101 -vt 0.055053 0.024508 -vt 0.055154 0.024508 -vt 0.055242 0.024459 -vt 0.055282 0.024404 -vt 0.057076 0.023575 -vt 0.056411 0.023444 -vt 0.056380 0.024105 -vt 0.057717 0.022307 -vt 0.057682 0.022249 -vt 0.057682 0.021402 -vt 0.057717 0.021344 -vt 0.057730 0.021278 -vt 0.056285 0.019411 -vt 0.053199 0.023573 -vt 0.057232 0.023458 -vt 0.057640 0.022546 -vt 0.057730 0.022373 -vt 0.057578 0.022573 -vt 0.054053 0.024266 -vt 0.054117 0.024244 -vt 0.056155 0.024266 -vt 0.056222 0.024264 -vt 0.056090 0.024244 -vt 0.056337 0.024196 -vt 0.057249 0.023359 -vt 0.057231 0.023294 -vt 0.057690 0.022500 -vt 0.057690 0.021151 -vt 0.056380 0.019546 -vt 0.056337 0.019455 -vt 0.053542 0.023200 -vt 0.054191 0.024176 -vt 0.057640 0.021105 -vt 0.057578 0.021078 -vt 0.055121 0.019137 -vt 0.054943 0.019218 -vt 0.055264 0.019218 -vt 0.054089 0.023642 -vt 0.054411 0.023787 -vt 0.054543 0.024284 -vt 0.054906 0.024339 -vt 0.053837 0.024138 -vt 0.053953 0.024255 -vt 0.053894 0.024220 -vt 0.055021 0.019154 -vt 0.054117 0.019406 -vt 0.052977 0.020357 -vt 0.053199 0.020078 -vt 0.053131 0.020076 -vt 0.053173 0.022601 -vt 0.053025 0.021914 -vt 0.053040 0.021561 -vt 0.053246 0.020889 -vt 0.055216 0.019171 -vt 0.053038 0.020113 -vt 0.052959 0.020292 -vt 0.054053 0.019385 -vt 0.053985 0.019387 -vt 0.053851 0.019482 -vt 0.053828 0.019546 -vt 0.053894 0.019430 -vt 0.052567 0.021105 -vt 0.052518 0.021151 -vt 0.052526 0.021402 -vt 0.052479 0.021244 -vt 0.052959 0.023359 -vt 0.053131 0.023575 -vt 0.052977 0.023294 -vt 0.052991 0.020163 -vt 0.052964 0.020224 -vt 0.052481 0.022340 -vt 0.052479 0.022407 -vt 0.052518 0.022500 -vt 0.052567 0.022546 -vt 0.052481 0.021311 -vt 0.052506 0.022277 -vt 0.052629 0.022573 -vt 0.052975 0.023458 -vt 0.053067 0.023555 -vt 0.056772 0.011291 -vt 0.055987 0.011192 -vt 0.055987 0.011192 -vt 0.056135 0.011209 -vt 0.057550 0.011439 -vt 0.057581 0.011450 -vt 0.057550 0.011439 -vt 0.056773 0.011288 -vt 0.055847 0.011181 -vt 0.057597 0.011450 -vt 0.057505 0.011434 -vt 0.057807 0.011509 -vt 0.059147 0.011951 -vt 0.059783 0.012241 -vt 0.058981 0.011891 -vt 0.059213 0.011978 -vt 0.059945 0.012323 -vt 0.059230 0.011985 -vt 0.059946 0.012322 -vt 0.059365 0.012047 -vt 0.060640 0.012703 -vt 0.060666 0.012724 -vt 0.060655 0.012713 -vt 0.060495 0.012623 -vt 0.060716 0.012750 -vt 0.060809 0.012809 -vt 0.062055 0.013730 -vt 0.062432 0.014069 -vt 0.061962 0.013651 -vt 0.062644 0.014285 -vt 0.062069 0.013742 -vt 0.062649 0.014280 -vt 0.062039 0.013722 -vt 0.063188 0.014861 -vt 0.063206 0.014888 -vt 0.063199 0.014874 -vt 0.062993 0.014649 -vt 0.063245 0.014928 -vt 0.063316 0.015014 -vt 0.064200 0.016248 -vt 0.064604 0.016985 -vt 0.064411 0.016607 -vt 0.064120 0.016120 -vt 0.064226 0.016289 -vt 0.064607 0.016983 -vt 0.064298 0.016419 -vt 0.064944 0.017700 -vt 0.064953 0.017731 -vt 0.064951 0.017716 -vt 0.064774 0.017328 -vt 0.064978 0.017782 -vt 0.065038 0.017948 -vt 0.065479 0.019332 -vt 0.065636 0.020157 -vt 0.065539 0.019621 -vt 0.065457 0.019243 -vt 0.065490 0.019379 -vt 0.065643 0.020156 -vt 0.065477 0.019346 -vt 0.065737 0.020942 -vt 0.065736 0.020975 -vt 0.065739 0.020961 -vt 0.065676 0.020417 -vt 0.065744 0.021031 -vt 0.065751 0.021141 -vt 0.065748 0.022569 -vt 0.065741 0.022660 -vt 0.065726 0.022834 -vt 0.065615 0.023633 -vt 0.065643 0.023495 -vt 0.065737 0.022708 -vt 0.065720 0.022856 -vt 0.065479 0.024303 -vt 0.065490 0.024271 -vt 0.065486 0.024289 -vt 0.065469 0.024358 -vt 0.065442 0.024465 -vt 0.064938 0.025953 -vt 0.064978 0.025869 -vt 0.064597 0.026685 -vt 0.064944 0.025951 -vt 0.064611 0.026670 -vt 0.064944 0.025951 -vt 0.064882 0.026086 -vt 0.064205 0.027387 -vt 0.064226 0.027361 -vt 0.064226 0.027361 -vt 0.064201 0.027403 -vt 0.064152 0.027481 -vt 0.063199 0.028776 -vt 0.062646 0.029368 -vt 0.063278 0.028683 -vt 0.062646 0.029367 -vt 0.063188 0.028790 -vt 0.063086 0.028899 -vt 0.062041 0.029928 -vt 0.062069 0.029909 -vt 0.062068 0.029909 -vt 0.062032 0.029941 -vt 0.062129 0.029849 -vt 0.061962 0.030000 -vt 0.060655 0.030938 -vt 0.059945 0.031327 -vt 0.060759 0.030874 -vt 0.060640 0.030947 -vt 0.059946 0.031329 -vt 0.060510 0.031020 -vt 0.059230 0.031666 -vt 0.059198 0.031675 -vt 0.059213 0.031673 -vt 0.059417 0.031579 -vt 0.059147 0.031700 -vt 0.059044 0.031741 -vt 0.057568 0.032207 -vt 0.057110 0.032300 -vt 0.057686 0.032179 -vt 0.056772 0.032357 -vt 0.057550 0.032212 -vt 0.056772 0.032360 -vt 0.057404 0.032240 -vt 0.055987 0.032459 -vt 0.055954 0.032458 -vt 0.055969 0.032461 -vt 0.056312 0.032422 -vt 0.055898 0.032466 -vt 0.055721 0.032472 -vt 0.054269 0.032463 -vt 0.053436 0.032357 -vt 0.053895 0.032422 -vt 0.054360 0.032470 -vt 0.054221 0.032459 -vt 0.053435 0.032364 -vt 0.054073 0.032441 -vt 0.052658 0.032212 -vt 0.052626 0.032200 -vt 0.052640 0.032207 -vt 0.053097 0.032300 -vt 0.052571 0.032191 -vt 0.052464 0.032163 -vt 0.051022 0.031684 -vt 0.050262 0.031327 -vt 0.050790 0.031579 -vt 0.051107 0.031719 -vt 0.050978 0.031666 -vt 0.050260 0.031333 -vt 0.050843 0.031603 -vt 0.049568 0.030947 -vt 0.049542 0.030927 -vt 0.049552 0.030938 -vt 0.050065 0.031225 -vt 0.049492 0.030901 -vt 0.049399 0.030841 -vt 0.048075 0.029853 -vt 0.048207 0.029967 -vt 0.047491 0.029295 -vt 0.048139 0.029909 -vt 0.047559 0.029370 -vt 0.048139 0.029909 -vt 0.048030 0.029808 -vt 0.047001 0.028763 -vt 0.047020 0.028790 -vt 0.047020 0.028790 -vt 0.046988 0.028753 -vt 0.046929 0.028683 -vt 0.046005 0.027389 -vt 0.046128 0.027584 -vt 0.046007 0.027403 -vt 0.045597 0.026669 -vt 0.045982 0.027361 -vt 0.045982 0.027361 -vt 0.045600 0.026668 -vt 0.045909 0.027231 -vt 0.045263 0.025951 -vt 0.045254 0.025919 -vt 0.045263 0.025951 -vt 0.045245 0.025907 -vt 0.045270 0.025953 -vt 0.045210 0.025822 -vt 0.044766 0.024465 -vt 0.044722 0.024289 -vt 0.044569 0.023494 -vt 0.044718 0.024272 -vt 0.044565 0.023495 -vt 0.044689 0.024126 -vt 0.044470 0.022708 -vt 0.044471 0.022675 -vt 0.044469 0.022690 -vt 0.044486 0.022833 -vt 0.044463 0.022619 -vt 0.044456 0.022509 -vt 0.044469 0.020961 -vt 0.044527 0.020416 -vt 0.044459 0.021082 -vt 0.044571 0.020157 -vt 0.044470 0.020942 -vt 0.044565 0.020156 -vt 0.044488 0.020795 -vt 0.044718 0.019379 -vt 0.044729 0.019348 -vt 0.044722 0.019361 -vt 0.044669 0.019621 -vt 0.044738 0.019292 -vt 0.044766 0.019186 -vt 0.045245 0.017744 -vt 0.045603 0.016985 -vt 0.045428 0.017326 -vt 0.045210 0.017829 -vt 0.045263 0.017700 -vt 0.045600 0.016983 -vt 0.045326 0.017564 -vt 0.045982 0.016289 -vt 0.046002 0.016263 -vt 0.045991 0.016274 -vt 0.045801 0.016610 -vt 0.046028 0.016213 -vt 0.046128 0.016067 -vt 0.046988 0.014897 -vt 0.047564 0.014285 -vt 0.047214 0.014649 -vt 0.046892 0.015014 -vt 0.047020 0.014861 -vt 0.047559 0.014280 -vt 0.047121 0.014751 -vt 0.048139 0.013742 -vt 0.048166 0.013723 -vt 0.048153 0.013730 -vt 0.047779 0.014073 -vt 0.048207 0.013684 -vt 0.048292 0.013613 -vt 0.049527 0.012729 -vt 0.050262 0.012323 -vt 0.049710 0.012618 -vt 0.049345 0.012849 -vt 0.049568 0.012703 -vt 0.050262 0.012322 -vt 0.049698 0.012631 -vt 0.050978 0.011985 -vt 0.051010 0.011976 -vt 0.050995 0.011978 -vt 0.050424 0.012241 -vt 0.051060 0.011951 -vt 0.051162 0.011911 -vt 0.061099 0.027391 -vt 0.061099 0.027391 -vt 0.061316 0.027148 -vt 0.056926 0.013850 -vt 0.056926 0.013850 -vt 0.056607 0.013784 -vt 0.047286 0.024235 -vt 0.047286 0.024235 -vt 0.047388 0.024544 -vt 0.059093 0.028967 -vt 0.059046 0.028993 -vt 0.059265 0.028868 -vt 0.059685 0.028603 -vt 0.059830 0.028502 -vt 0.058056 0.029447 -vt 0.058719 0.029164 -vt 0.058779 0.029134 -vt 0.058905 0.029069 -vt 0.058473 0.029280 -vt 0.053142 0.029767 -vt 0.054099 0.029937 -vt 0.053721 0.029888 -vt 0.053281 0.029800 -vt 0.054098 0.029944 -vt 0.053281 0.029800 -vt 0.052866 0.029694 -vt 0.053042 0.029742 -vt 0.052377 0.029543 -vt 0.052149 0.029454 -vt 0.053022 0.029737 -vt 0.050381 0.028498 -vt 0.050556 0.028626 -vt 0.050587 0.028646 -vt 0.050690 0.028713 -vt 0.050523 0.028603 -vt 0.050987 0.028894 -vt 0.051114 0.028967 -vt 0.051734 0.029280 -vt 0.051234 0.029033 -vt 0.047103 0.023550 -vt 0.047113 0.023575 -vt 0.047176 0.023842 -vt 0.047278 0.024222 -vt 0.047228 0.024039 -vt 0.047395 0.024542 -vt 0.047271 0.024187 -vt 0.046985 0.022865 -vt 0.046958 0.022580 -vt 0.046926 0.021478 -vt 0.046924 0.021739 -vt 0.046924 0.021908 -vt 0.046926 0.022173 -vt 0.046965 0.022580 -vt 0.047026 0.020572 -vt 0.046941 0.021287 -vt 0.046932 0.021441 -vt 0.046985 0.020786 -vt 0.049207 0.016156 -vt 0.048527 0.016961 -vt 0.048963 0.016421 -vt 0.049111 0.016257 -vt 0.048575 0.016895 -vt 0.049108 0.016260 -vt 0.049443 0.015919 -vt 0.049965 0.015461 -vt 0.049472 0.015892 -vt 0.049975 0.015452 -vt 0.049361 0.015999 -vt 0.051685 0.014394 -vt 0.051488 0.014487 -vt 0.051488 0.014487 -vt 0.051734 0.014371 -vt 0.051433 0.014515 -vt 0.051272 0.014598 -vt 0.051116 0.014683 -vt 0.051114 0.014684 -vt 0.050520 0.015044 -vt 0.050797 0.014870 -vt 0.057829 0.014112 -vt 0.057584 0.014030 -vt 0.057277 0.013939 -vt 0.057165 0.013909 -vt 0.056486 0.013762 -vt 0.057125 0.013898 -vt 0.057011 0.013870 -vt 0.059093 0.014684 -vt 0.059468 0.014906 -vt 0.059122 0.014700 -vt 0.058473 0.014371 -vt 0.058523 0.014394 -vt 0.060232 0.015452 -vt 0.059651 0.015025 -vt 0.059651 0.015025 -vt 0.060243 0.015461 -vt 0.059595 0.014988 -vt 0.059685 0.015048 -vt 0.062962 0.019553 -vt 0.062923 0.019420 -vt 0.062633 0.018639 -vt 0.062694 0.018775 -vt 0.062926 0.019430 -vt 0.062637 0.018637 -vt 0.062922 0.019416 -vt 0.063218 0.020786 -vt 0.063187 0.020571 -vt 0.063101 0.020102 -vt 0.063058 0.019915 -vt 0.063021 0.019766 -vt 0.063277 0.021478 -vt 0.063280 0.021573 -vt 0.063249 0.022580 -vt 0.063267 0.022363 -vt 0.063267 0.022363 -vt 0.063218 0.022864 -vt 0.063269 0.022326 -vt 0.063276 0.022204 -vt 0.063281 0.022036 -vt 0.063277 0.022173 -vt 0.060615 0.027871 -vt 0.060847 0.027650 -vt 0.060767 0.027735 -vt 0.060949 0.027549 -vt 0.061245 0.027230 -vt 0.061313 0.027145 -vt 0.061065 0.027428 -vt 0.060243 0.028190 -vt 0.055104 0.030006 -vt 0.056109 0.029944 -vt 0.055798 0.029976 -vt 0.057099 0.029759 -vt 0.056486 0.029888 -vt 0.058719 0.029164 -vt 0.058059 0.029454 -vt 0.057854 0.029519 -vt 0.057829 0.029539 -vt 0.057165 0.029742 -vt 0.061681 0.026690 -vt 0.061923 0.026344 -vt 0.062427 0.025472 -vt 0.062070 0.026115 -vt 0.062819 0.024544 -vt 0.062694 0.024876 -vt 0.062530 0.025228 -vt 0.062408 0.025508 -vt 0.063101 0.023549 -vt 0.063094 0.023577 -vt 0.062926 0.024221 -vt 0.062812 0.024542 -vt 0.062408 0.018142 -vt 0.062531 0.018423 -vt 0.062183 0.017738 -vt 0.062188 0.017735 -vt 0.062070 0.017536 -vt 0.061632 0.016895 -vt 0.061681 0.016961 -vt 0.060977 0.016131 -vt 0.061245 0.016421 -vt 0.060764 0.015919 -vt 0.060971 0.016136 -vt 0.055607 0.013660 -vt 0.055798 0.013674 -vt 0.055104 0.013645 -vt 0.054600 0.013660 -vt 0.054410 0.013674 -vt 0.053601 0.013784 -vt 0.053721 0.013762 -vt 0.052624 0.014030 -vt 0.052377 0.014108 -vt 0.052626 0.014036 -vt 0.053042 0.013909 -vt 0.048019 0.017735 -vt 0.048138 0.017536 -vt 0.047235 0.019587 -vt 0.047282 0.019430 -vt 0.047513 0.018775 -vt 0.047570 0.018637 -vt 0.047677 0.018423 -vt 0.047799 0.018142 -vt 0.047107 0.020102 -vt 0.047113 0.020144 -vt 0.047020 0.020571 -vt 0.046941 0.021287 -vt 0.047513 0.024876 -vt 0.047678 0.025228 -vt 0.047799 0.025508 -vt 0.047781 0.025472 -vt 0.048284 0.026344 -vt 0.048134 0.026117 -vt 0.048891 0.027148 -vt 0.048527 0.026690 -vt 0.049387 0.027659 -vt 0.048963 0.027230 -vt 0.050556 0.028626 -vt 0.050377 0.028502 -vt 0.049772 0.028015 -vt 0.049965 0.028190 -vt 0.049593 0.027871 -vt 0.049597 0.027866 -vt 0.049443 0.027731 -vt 0.054410 0.029976 -vt 0.055104 0.030006 -vt 0.056517 0.025853 -vt 0.056506 0.025856 -vt 0.055825 0.026032 -vt 0.052316 0.025057 -vt 0.052314 0.025056 -vt 0.051900 0.024645 -vt 0.050911 0.021025 -vt 0.050911 0.021025 -vt 0.051023 0.020576 -vt 0.053701 0.017794 -vt 0.053701 0.017794 -vt 0.054028 0.017695 -vt 0.057893 0.018595 -vt 0.057893 0.018595 -vt 0.058057 0.018744 -vt 0.059312 0.022535 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.022367 -vt 0.059368 0.022007 -vt 0.059341 0.022335 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.021284 -vt 0.059337 0.021282 -vt 0.059364 0.021644 -vt 0.059364 0.022006 -vt 0.059185 0.020576 -vt 0.059265 0.020875 -vt 0.059265 0.020875 -vt 0.059274 0.020916 -vt 0.059185 0.020576 -vt 0.059296 0.021024 -vt 0.059310 0.021101 -vt 0.059272 0.020927 -vt 0.057682 0.018424 -vt 0.057782 0.018508 -vt 0.057491 0.018293 -vt 0.058057 0.018744 -vt 0.057785 0.018505 -vt 0.057861 0.018568 -vt 0.056860 0.017940 -vt 0.056862 0.017936 -vt 0.057183 0.018103 -vt 0.057494 0.018289 -vt 0.056179 0.017695 -vt 0.056362 0.017747 -vt 0.056362 0.017747 -vt 0.056179 0.017695 -vt 0.056401 0.017759 -vt 0.056506 0.017794 -vt 0.056681 0.017860 -vt 0.056524 0.017805 -vt 0.053347 0.017940 -vt 0.053297 0.017958 -vt 0.053683 0.017805 -vt 0.053485 0.017876 -vt 0.054029 0.017699 -vt 0.053587 0.017836 -vt 0.052150 0.018744 -vt 0.052201 0.018697 -vt 0.052201 0.018697 -vt 0.052150 0.018744 -vt 0.052231 0.018669 -vt 0.052314 0.018595 -vt 0.052418 0.018508 -vt 0.052425 0.018508 -vt 0.052714 0.018289 -vt 0.052716 0.018293 -vt 0.053024 0.018103 -vt 0.050882 0.021195 -vt 0.050898 0.021100 -vt 0.051023 0.020576 -vt 0.050936 0.020927 -vt 0.050874 0.021284 -vt 0.050852 0.021456 -vt 0.050932 0.022729 -vt 0.050917 0.022657 -vt 0.050931 0.022725 -vt 0.050893 0.022523 -vt 0.050879 0.022432 -vt 0.050874 0.022367 -vt 0.050844 0.022006 -vt 0.050839 0.022007 -vt 0.050844 0.021644 -vt 0.051143 0.023417 -vt 0.050943 0.022775 -vt 0.050942 0.022772 -vt 0.051143 0.023417 -vt 0.051027 0.023074 -vt 0.052399 0.025127 -vt 0.051900 0.024645 -vt 0.052153 0.024904 -vt 0.052716 0.025358 -vt 0.052658 0.025323 -vt 0.052425 0.025143 -vt 0.052466 0.025181 -vt 0.053726 0.025865 -vt 0.053629 0.025831 -vt 0.053683 0.025846 -vt 0.053459 0.025764 -vt 0.053347 0.025711 -vt 0.053024 0.025548 -vt 0.053022 0.025551 -vt 0.054382 0.026032 -vt 0.053846 0.025904 -vt 0.053846 0.025904 -vt 0.053813 0.025894 -vt 0.054382 0.026032 -vt 0.054029 0.025952 -vt 0.056526 0.025850 -vt 0.056178 0.025952 -vt 0.055825 0.026032 -vt 0.057185 0.025551 -vt 0.056910 0.025692 -vt 0.056860 0.025711 -vt 0.056720 0.025775 -vt 0.056578 0.025831 -vt 0.057782 0.025143 -vt 0.057785 0.025146 -vt 0.057692 0.025219 -vt 0.057491 0.025358 -vt 0.057183 0.025548 -vt 0.058308 0.024645 -vt 0.058007 0.024954 -vt 0.058007 0.024954 -vt 0.057992 0.024968 -vt 0.058308 0.024645 -vt 0.057944 0.025011 -vt 0.057876 0.025070 -vt 0.058054 0.024904 -vt 0.054742 0.026078 -vt 0.055104 0.026093 -vt 0.051672 0.024363 -vt 0.051469 0.024063 -vt 0.051473 0.024061 -vt 0.051293 0.023747 -vt 0.051143 0.020234 -vt 0.051293 0.019904 -vt 0.051296 0.019906 -vt 0.051469 0.019588 -vt 0.051672 0.019287 -vt 0.051676 0.019290 -vt 0.051900 0.019006 -vt 0.054382 0.017619 -vt 0.054742 0.017573 -vt 0.054742 0.017577 -vt 0.055104 0.017557 -vt 0.055466 0.017573 -vt 0.055465 0.017577 -vt 0.055825 0.017619 -vt 0.058308 0.019006 -vt 0.058535 0.019287 -vt 0.058532 0.019290 -vt 0.058738 0.019588 -vt 0.058915 0.019904 -vt 0.058911 0.019906 -vt 0.059064 0.020234 -vt 0.059185 0.023075 -vt 0.059064 0.023417 -vt 0.059060 0.023415 -vt 0.058915 0.023747 -vt 0.058738 0.024063 -vt 0.058735 0.024061 -vt 0.058535 0.024363 -vt 0.055466 0.026078 -vt 0.055104 0.026089 -vt 0.052702 0.011434 -vt 0.052571 0.011460 -vt 0.053435 0.011288 -vt 0.052658 0.011439 -vt 0.053435 0.011291 -vt 0.052658 0.011439 -vt 0.052804 0.011410 -vt 0.054254 0.011193 -vt 0.054221 0.011192 -vt 0.054221 0.011192 -vt 0.054269 0.011188 -vt 0.054297 0.011191 -vt 0.054360 0.011181 -vt 0.049236 0.015703 -vt 0.049651 0.014569 -vt 0.049741 0.015184 -vt 0.050355 0.014799 -vt 0.050968 0.014422 -vt 0.051546 0.013475 -vt 0.051611 0.014098 -vt 0.052953 0.013565 -vt 0.052932 0.013012 -vt 0.053671 0.013467 -vt 0.055104 0.012749 -vt 0.054385 0.013375 -vt 0.055104 0.013345 -vt 0.056546 0.013412 -vt 0.057276 0.013012 -vt 0.057241 0.013618 -vt 0.057929 0.013829 -vt 0.058661 0.013475 -vt 0.058620 0.014047 -vt 0.059955 0.014154 -vt 0.059884 0.014753 -vt 0.061158 0.014992 -vt 0.061010 0.015663 -vt 0.061010 0.027988 -vt 0.060556 0.029082 -vt 0.060431 0.028424 -vt 0.059853 0.028852 -vt 0.059322 0.029862 -vt 0.059240 0.029229 -vt 0.058620 0.029604 -vt 0.057978 0.030435 -vt 0.057255 0.030086 -vt 0.056546 0.030239 -vt 0.055834 0.030873 -vt 0.055823 0.030275 -vt 0.055104 0.030306 -vt 0.054373 0.030873 -vt 0.054380 0.030331 -vt 0.053648 0.030784 -vt 0.052953 0.030086 -vt 0.051546 0.030176 -vt 0.051588 0.029604 -vt 0.050941 0.029278 -vt 0.050324 0.028898 -vt 0.049651 0.029082 -vt 0.049776 0.028424 -vt 0.049197 0.027988 -vt 0.062135 0.016085 -vt 0.061967 0.016749 -vt 0.062964 0.017287 -vt 0.062726 0.017982 -vt 0.063591 0.018607 -vt 0.062973 0.018663 -vt 0.063213 0.019342 -vt 0.063997 0.020010 -vt 0.063394 0.020039 -vt 0.063516 0.020748 -vt 0.063577 0.021465 -vt 0.064173 0.022191 -vt 0.063571 0.022910 -vt 0.064049 0.023652 -vt 0.063266 0.024325 -vt 0.063591 0.025044 -vt 0.062726 0.025668 -vt 0.062964 0.026364 -vt 0.062325 0.026272 -vt 0.061922 0.026868 -vt 0.061470 0.027428 -vt 0.061650 0.028113 -vt 0.048073 0.027566 -vt 0.048241 0.026901 -vt 0.047197 0.026390 -vt 0.047882 0.026272 -vt 0.047531 0.025643 -vt 0.046617 0.025044 -vt 0.047235 0.024987 -vt 0.046995 0.024309 -vt 0.046813 0.023612 -vt 0.046093 0.022919 -vt 0.046692 0.022903 -vt 0.046575 0.022188 -vt 0.046034 0.021460 -vt 0.046637 0.020741 -vt 0.046759 0.020027 -vt 0.046385 0.019300 -vt 0.047183 0.018643 -vt 0.046856 0.017912 -vt 0.047481 0.017982 -vt 0.047197 0.017261 -vt 0.047882 0.017379 -vt 0.048285 0.016783 -vt 0.048073 0.016085 -vt 0.048738 0.016222 -vt 0.047113 0.018423 -vt 0.044796 0.021433 -vt 0.043892 0.021434 -vt 0.043892 0.022217 -vt 0.063213 0.028201 -vt 0.063919 0.028714 -vt 0.064379 0.028081 -vt 0.065412 0.022217 -vt 0.066315 0.022217 -vt 0.066285 0.021825 -vt 0.048848 0.012550 -vt 0.048215 0.013010 -vt 0.049362 0.013256 -vt 0.048728 0.013717 -vt 0.049591 0.016254 -vt 0.047810 0.014532 -vt 0.046995 0.015449 -vt 0.052291 0.011901 -vt 0.050421 0.012635 -vt 0.050067 0.016330 -vt 0.050524 0.016485 -vt 0.051956 0.014628 -vt 0.050948 0.016716 -vt 0.052394 0.014848 -vt 0.051327 0.017014 -vt 0.051650 0.017373 -vt 0.051908 0.017781 -vt 0.052353 0.018423 -vt 0.052093 0.018226 -vt 0.052021 0.011071 -vt 0.051277 0.011313 -vt 0.051546 0.012143 -vt 0.055496 0.011518 -vt 0.053749 0.017308 -vt 0.053713 0.016820 -vt 0.053490 0.011638 -vt 0.054712 0.011517 -vt 0.054712 0.010644 -vt 0.055495 0.010644 -vt 0.053594 0.016346 -vt 0.053396 0.015899 -vt 0.053124 0.015492 -vt 0.057345 0.014716 -vt 0.057439 0.015189 -vt 0.057916 0.011901 -vt 0.057451 0.015672 -vt 0.057382 0.016149 -vt 0.057233 0.016608 -vt 0.057009 0.017035 -vt 0.056715 0.017419 -vt 0.057172 0.014265 -vt 0.058339 0.018393 -vt 0.058743 0.018119 -vt 0.059095 0.017778 -vt 0.059383 0.017383 -vt 0.059599 0.016944 -vt 0.059736 0.016475 -vt 0.059792 0.015989 -vt 0.063094 0.018423 -vt 0.063213 0.015449 -vt 0.058931 0.011313 -vt 0.058187 0.011071 -vt 0.058662 0.012143 -vt 0.061945 0.014106 -vt 0.061480 0.013717 -vt 0.059786 0.012635 -vt 0.061992 0.013010 -vt 0.061359 0.012550 -vt 0.060845 0.013256 -vt 0.059763 0.015501 -vt 0.063673 0.016084 -vt 0.064379 0.015570 -vt 0.063919 0.014937 -vt 0.065858 0.018742 -vt 0.065616 0.017998 -vt 0.064806 0.018214 -vt 0.064294 0.017143 -vt 0.065028 0.019013 -vt 0.063094 0.021825 -vt 0.065291 0.020212 -vt 0.065412 0.021433 -vt 0.063094 0.022526 -vt 0.063094 0.025228 -vt 0.065858 0.024908 -vt 0.065028 0.024638 -vt 0.066315 0.021434 -vt 0.065291 0.023439 -vt 0.063673 0.027567 -vt 0.065645 0.025662 -vt 0.064786 0.025384 -vt 0.064294 0.026508 -vt 0.057421 0.028512 -vt 0.058251 0.029022 -vt 0.061359 0.031101 -vt 0.061992 0.030641 -vt 0.060845 0.030395 -vt 0.061480 0.029934 -vt 0.062397 0.029119 -vt 0.058663 0.031507 -vt 0.057916 0.031750 -vt 0.058187 0.032580 -vt 0.058931 0.032338 -vt 0.057854 0.031506 -vt 0.056717 0.032013 -vt 0.052291 0.031750 -vt 0.053490 0.032013 -vt 0.052353 0.031506 -vt 0.054712 0.032133 -vt 0.054712 0.033006 -vt 0.055495 0.033006 -vt 0.055540 0.032169 -vt 0.050445 0.028150 -vt 0.052353 0.028015 -vt 0.051267 0.032367 -vt 0.052021 0.032580 -vt 0.051545 0.031507 -vt 0.049362 0.030395 -vt 0.048215 0.030641 -vt 0.048848 0.031101 -vt 0.048728 0.029934 -vt 0.045804 0.028099 -vt 0.046288 0.028714 -vt 0.046995 0.028202 -vt 0.045913 0.026508 -vt 0.047113 0.025228 -vt 0.045401 0.025437 -vt 0.044453 0.025228 -vt 0.044591 0.025653 -vt 0.046534 0.027567 -vt 0.044796 0.022217 -vt 0.044916 0.023439 -vt 0.044349 0.024908 -vt 0.045179 0.024638 -vt 0.044349 0.018742 -vt 0.045179 0.019013 -vt 0.044916 0.020212 -vt 0.044562 0.017989 -vt 0.045421 0.018267 -vt 0.045913 0.017143 -vt 0.046288 0.014937 -vt 0.045828 0.015570 -vt 0.046534 0.016084 -vt 0.052787 0.015138 -vt 0.057854 0.021185 -vt 0.062381 0.020211 -vt 0.062018 0.020529 -vt 0.062685 0.019837 -vt 0.060204 0.021080 -vt 0.059726 0.021018 -vt 0.061607 0.020781 -vt 0.061158 0.020960 -vt 0.060686 0.021061 -vt 0.049387 0.021825 -vt 0.049604 0.020393 -vt 0.049117 0.020341 -vt 0.047297 0.020952 -vt 0.047113 0.021125 -vt 0.047706 0.020684 -vt 0.048629 0.020373 -vt 0.048154 0.020489 -vt 0.052424 0.021139 -vt 0.050514 0.020740 -vt 0.050074 0.020527 -vt 0.047522 0.023814 -vt 0.047826 0.023439 -vt 0.048189 0.023121 -vt 0.048601 0.022869 -vt 0.049049 0.022691 -vt 0.049521 0.022590 -vt 0.051464 0.025532 -vt 0.051113 0.025872 -vt 0.050825 0.026268 -vt 0.050609 0.026706 -vt 0.050471 0.027176 -vt 0.050416 0.027661 -vt 0.051869 0.025257 -vt 0.052353 0.021825 -vt 0.050003 0.022571 -vt 0.050482 0.022633 -vt 0.053035 0.029385 -vt 0.052863 0.028935 -vt 0.052769 0.028461 -vt 0.052756 0.027979 -vt 0.057814 0.028803 -vt 0.057854 0.025228 -vt 0.056458 0.026343 -vt 0.056811 0.027752 -vt 0.057083 0.028159 -vt 0.052826 0.027501 -vt 0.052572 0.025228 -vt 0.052975 0.027042 -vt 0.053199 0.026615 -vt 0.056494 0.026831 -vt 0.056613 0.027305 -vt 0.053492 0.026232 -vt 0.059259 0.026935 -vt 0.058880 0.026636 -vt 0.058557 0.026278 -vt 0.058299 0.025870 -vt 0.058114 0.025424 -vt 0.060617 0.027397 -vt 0.060140 0.027321 -vt 0.059683 0.027165 -vt 0.057854 0.021825 -vt 0.060604 0.023258 -vt 0.061090 0.023310 -vt 0.061578 0.023278 -vt 0.062053 0.023162 -vt 0.059693 0.022911 -vt 0.060134 0.023124 -vt 0.062502 0.022967 -vt 0.062910 0.022698 -vt 0.057257 0.023574 -vt 0.057133 0.023650 -vt 0.057691 0.022144 -vt 0.057795 0.022274 -vt 0.056966 0.023650 -vt 0.056452 0.024165 -vt 0.056285 0.024335 -vt 0.057802 0.022466 -vt 0.057685 0.022619 -vt 0.055177 0.024590 -vt 0.056093 0.024338 -vt 0.055335 0.024481 -vt 0.053075 0.023650 -vt 0.052920 0.023535 -vt 0.057297 0.023235 -vt 0.057334 0.023397 -vt 0.053878 0.024313 -vt 0.053756 0.024165 -vt 0.054067 0.024350 -vt 0.055990 0.024277 -vt 0.052523 0.022619 -vt 0.052883 0.023300 -vt 0.052634 0.022661 -vt 0.057573 0.022661 -vt 0.054942 0.024549 -vt 0.054839 0.024419 -vt 0.054191 0.024176 -vt 0.053241 0.023650 -vt 0.057757 0.021098 -vt 0.057795 0.021377 -vt 0.057691 0.021506 -vt 0.056140 0.019301 -vt 0.056329 0.019337 -vt 0.056452 0.019486 -vt 0.052874 0.020302 -vt 0.052920 0.020115 -vt 0.057178 0.020019 -vt 0.057287 0.020115 -vt 0.053241 0.020001 -vt 0.053756 0.019486 -vt 0.054873 0.019170 -vt 0.055128 0.019052 -vt 0.054115 0.019313 -vt 0.057334 0.020253 -vt 0.055265 0.019101 -vt 0.055369 0.019232 -vt 0.052634 0.020990 -vt 0.052755 0.020694 -vt 0.052566 0.021009 -vt 0.053029 0.020019 -vt 0.053923 0.019316 -vt 0.056966 0.020001 -vt 0.057573 0.020990 -vt 0.054217 0.019374 -vt 0.052516 0.021506 -vt 0.052412 0.021377 -vt 0.052395 0.022419 -vt 0.052412 0.022274 -vt 0.052516 0.022144 -vt 0.059587 0.020984 -vt 0.059946 0.021057 -vt 0.060312 0.021083 -vt 0.060678 0.021062 -vt 0.061038 0.020994 -vt 0.061386 0.020880 -vt 0.061717 0.020723 -vt 0.062305 0.020288 -vt 0.062025 0.020524 -vt 0.062552 0.020017 -vt 0.062762 0.019717 -vt 0.063102 0.022533 -vt 0.062787 0.022790 -vt 0.062440 0.023000 -vt 0.062066 0.023158 -vt 0.061673 0.023261 -vt 0.061269 0.023303 -vt 0.060864 0.023296 -vt 0.060463 0.023227 -vt 0.059713 0.022923 -vt 0.060077 0.023102 -vt 0.059378 0.022693 -vt 0.062552 0.020544 -vt 0.062582 0.022499 -vt 0.062237 0.020810 -vt 0.061890 0.021034 -vt 0.061518 0.021211 -vt 0.060721 0.021415 -vt 0.060549 0.022882 -vt 0.059898 0.021409 -vt 0.061126 0.021338 -vt 0.061951 0.022821 -vt 0.056617 0.017522 -vt 0.056860 0.017247 -vt 0.057065 0.016944 -vt 0.057230 0.016616 -vt 0.057351 0.016270 -vt 0.057427 0.015912 -vt 0.057456 0.015547 -vt 0.057373 0.014820 -vt 0.057438 0.015181 -vt 0.057262 0.014471 -vt 0.057107 0.014139 -vt 0.059715 0.015253 -vt 0.059781 0.015654 -vt 0.059789 0.016060 -vt 0.059739 0.016463 -vt 0.059632 0.016854 -vt 0.059470 0.017227 -vt 0.059257 0.017573 -vt 0.058998 0.017885 -vt 0.058696 0.018156 -vt 0.057992 0.018558 -vt 0.058358 0.018382 -vt 0.057779 0.015963 -vt 0.057811 0.015552 -vt 0.059390 0.016394 -vt 0.057141 0.017465 -vt 0.057791 0.015140 -vt 0.057718 0.014735 -vt 0.057557 0.016755 -vt 0.058969 0.017365 -vt 0.052133 0.018363 -vt 0.052017 0.018016 -vt 0.051655 0.017380 -vt 0.051857 0.017686 -vt 0.051417 0.017102 -vt 0.051144 0.016857 -vt 0.050842 0.016649 -vt 0.050516 0.016482 -vt 0.050171 0.016358 -vt 0.049814 0.016279 -vt 0.049449 0.016247 -vt 0.051718 0.014545 -vt 0.052777 0.015130 -vt 0.052453 0.014885 -vt 0.052097 0.014689 -vt 0.053059 0.015421 -vt 0.053301 0.015747 -vt 0.053498 0.016102 -vt 0.053638 0.016483 -vt 0.053749 0.017285 -vt 0.053722 0.016880 -vt 0.053719 0.017690 -vt 0.050270 0.016016 -vt 0.052346 0.017881 -vt 0.051616 0.014886 -vt 0.050658 0.016156 -vt 0.051025 0.016344 -vt 0.051364 0.016578 -vt 0.051940 0.017166 -vt 0.053296 0.016581 -vt 0.052793 0.015650 -vt 0.050620 0.022667 -vt 0.050261 0.022594 -vt 0.049895 0.022568 -vt 0.049170 0.022657 -vt 0.049530 0.022589 -vt 0.048821 0.022770 -vt 0.048490 0.022928 -vt 0.047903 0.023363 -vt 0.048182 0.023126 -vt 0.047656 0.023634 -vt 0.047445 0.023934 -vt 0.047106 0.021118 -vt 0.047420 0.020861 -vt 0.047768 0.020651 -vt 0.048142 0.020493 -vt 0.048535 0.020394 -vt 0.048938 0.020347 -vt 0.049744 0.020424 -vt 0.049344 0.020354 -vt 0.050830 0.020957 -vt 0.050495 0.020728 -vt 0.050130 0.020549 -vt 0.050309 0.022242 -vt 0.049486 0.022236 -vt 0.047656 0.023107 -vt 0.049308 0.020708 -vt 0.049081 0.022312 -vt 0.048689 0.022440 -vt 0.047625 0.021151 -vt 0.048317 0.022617 -vt 0.047971 0.022841 -vt 0.053591 0.026129 -vt 0.053348 0.026404 -vt 0.053143 0.026707 -vt 0.052978 0.027034 -vt 0.052857 0.027380 -vt 0.052781 0.027739 -vt 0.052835 0.028831 -vt 0.052770 0.028470 -vt 0.052752 0.028104 -vt 0.052946 0.029180 -vt 0.053100 0.029512 -vt 0.050492 0.028398 -vt 0.050427 0.027997 -vt 0.050419 0.027591 -vt 0.050469 0.027188 -vt 0.050575 0.026796 -vt 0.050737 0.026424 -vt 0.050950 0.026078 -vt 0.051210 0.025766 -vt 0.051512 0.025494 -vt 0.052215 0.025093 -vt 0.051849 0.025268 -vt 0.050781 0.027965 -vt 0.052490 0.028916 -vt 0.052514 0.027284 -vt 0.052429 0.027688 -vt 0.052836 0.026527 -vt 0.052651 0.026895 -vt 0.051239 0.026286 -vt 0.052417 0.028510 -vt 0.052396 0.028099 -vt 0.058074 0.025288 -vt 0.058191 0.025635 -vt 0.058351 0.025965 -vt 0.058552 0.026271 -vt 0.058791 0.026549 -vt 0.059063 0.026794 -vt 0.059365 0.027002 -vt 0.060036 0.027293 -vt 0.059691 0.027169 -vt 0.060394 0.027372 -vt 0.060759 0.027404 -vt 0.058490 0.029105 -vt 0.058112 0.028958 -vt 0.057755 0.028766 -vt 0.057430 0.028521 -vt 0.057145 0.028233 -vt 0.056710 0.027549 -vt 0.056818 0.027749 -vt 0.056903 0.027906 -vt 0.056574 0.027167 -vt 0.056458 0.026366 -vt 0.056489 0.026770 -vt 0.056489 0.025961 -vt 0.059937 0.027635 -vt 0.056814 0.026367 -vt 0.057861 0.025770 -vt 0.058268 0.026485 -vt 0.057415 0.028001 -vt 0.058843 0.027073 -vt 0.059183 0.027307 -vt 0.059549 0.027495 -vt 0.047886 0.027719 -vt 0.046511 0.028019 -vt 0.047405 0.027139 -vt 0.046342 0.027766 -vt 0.055104 0.031180 -vt 0.054703 0.032410 -vt 0.054351 0.031149 -vt 0.053904 0.032350 -vt 0.053609 0.031023 -vt 0.053111 0.032229 -vt 0.053094 0.030955 -vt 0.052828 0.032163 -vt 0.052874 0.030873 -vt 0.052330 0.032048 -vt 0.052142 0.030698 -vt 0.051723 0.031859 -vt 0.051565 0.031809 -vt 0.051437 0.030431 -vt 0.050820 0.031513 -vt 0.050757 0.030108 -vt 0.050099 0.031161 -vt 0.050104 0.029732 -vt 0.049646 0.030896 -vt 0.049408 0.030756 -vt 0.049484 0.029304 -vt 0.048749 0.030300 -vt 0.048901 0.028827 -vt 0.048126 0.029795 -vt 0.048357 0.028305 -vt 0.047825 0.029510 -vt 0.047543 0.029244 -vt 0.047004 0.028651 -vt 0.047003 0.026503 -vt 0.046067 0.027351 -vt 0.046846 0.026204 -vt 0.045749 0.026785 -vt 0.046653 0.025836 -vt 0.045675 0.026652 -vt 0.045337 0.025925 -vt 0.046357 0.025142 -vt 0.045269 0.025744 -vt 0.045055 0.025175 -vt 0.046119 0.024428 -vt 0.044904 0.024657 -vt 0.044830 0.024405 -vt 0.045938 0.023696 -vt 0.044665 0.023621 -vt 0.045818 0.022953 -vt 0.044559 0.022826 -vt 0.045757 0.022202 -vt 0.044534 0.022398 -vt 0.044513 0.022026 -vt 0.045757 0.021449 -vt 0.044528 0.021224 -vt 0.045818 0.020698 -vt 0.044604 0.020426 -vt 0.045938 0.019954 -vt 0.044658 0.020113 -vt 0.044740 0.019636 -vt 0.046119 0.019223 -vt 0.044935 0.018859 -vt 0.046357 0.018508 -vt 0.045189 0.018098 -vt 0.046653 0.017815 -vt 0.045499 0.017359 -vt 0.047003 0.017148 -vt 0.045751 0.016867 -vt 0.045864 0.016645 -vt 0.046283 0.015961 -vt 0.047405 0.016511 -vt 0.046751 0.015311 -vt 0.047858 0.015909 -vt 0.047036 0.014973 -vt 0.048357 0.015345 -vt 0.047268 0.014698 -vt 0.048676 0.015039 -vt 0.047829 0.014126 -vt 0.048901 0.014823 -vt 0.057334 0.012778 -vt 0.058262 0.011715 -vt 0.058066 0.012952 -vt 0.058484 0.011793 -vt 0.048433 0.013598 -vt 0.049484 0.014347 -vt 0.049074 0.013117 -vt 0.050104 0.013919 -vt 0.049750 0.012686 -vt 0.050773 0.013574 -vt 0.050456 0.012307 -vt 0.051179 0.013342 -vt 0.050659 0.012218 -vt 0.051451 0.013253 -vt 0.051190 0.011983 -vt 0.052142 0.012952 -vt 0.051724 0.011793 -vt 0.051945 0.011715 -vt 0.052865 0.012743 -vt 0.052719 0.011505 -vt 0.053609 0.012628 -vt 0.053506 0.011354 -vt 0.054093 0.012533 -vt 0.053959 0.011302 -vt 0.054354 0.012537 -vt 0.054303 0.011263 -vt 0.055104 0.012471 -vt 0.055104 0.011233 -vt 0.055856 0.012501 -vt 0.055905 0.011263 -vt 0.056604 0.012592 -vt 0.056701 0.011354 -vt 0.057489 0.011505 -vt 0.058770 0.013219 -vt 0.059018 0.011983 -vt 0.059549 0.012218 -vt 0.059451 0.013542 -vt 0.059751 0.012307 -vt 0.060458 0.012686 -vt 0.059923 0.013815 -vt 0.060084 0.013950 -vt 0.061134 0.013117 -vt 0.060723 0.014347 -vt 0.061775 0.013598 -vt 0.061307 0.014823 -vt 0.062378 0.014126 -vt 0.061532 0.015039 -vt 0.061850 0.015345 -vt 0.062940 0.014698 -vt 0.062229 0.015773 -vt 0.063171 0.014973 -vt 0.062322 0.015932 -vt 0.063456 0.015311 -vt 0.062802 0.016511 -vt 0.063925 0.015961 -vt 0.063205 0.017148 -vt 0.064343 0.016645 -vt 0.063555 0.017815 -vt 0.064456 0.016867 -vt 0.064708 0.017359 -vt 0.063850 0.018508 -vt 0.064938 0.017907 -vt 0.065019 0.018098 -vt 0.064089 0.019223 -vt 0.065272 0.018859 -vt 0.064269 0.019954 -vt 0.065467 0.019636 -vt 0.064390 0.020698 -vt 0.065603 0.020426 -vt 0.065679 0.021224 -vt 0.064451 0.021449 -vt 0.065694 0.022026 -vt 0.064451 0.022202 -vt 0.065673 0.022398 -vt 0.064390 0.022953 -vt 0.065649 0.022826 -vt 0.064327 0.023338 -vt 0.065543 0.023621 -vt 0.064269 0.023696 -vt 0.058770 0.030431 -vt 0.058643 0.031809 -vt 0.058066 0.030698 -vt 0.065377 0.024405 -vt 0.064089 0.024428 -vt 0.065304 0.024657 -vt 0.065153 0.025175 -vt 0.063850 0.025142 -vt 0.064939 0.025744 -vt 0.064870 0.025925 -vt 0.063555 0.025836 -vt 0.064532 0.026652 -vt 0.063205 0.026503 -vt 0.064140 0.027351 -vt 0.062802 0.027139 -vt 0.063697 0.028019 -vt 0.062350 0.027741 -vt 0.063204 0.028651 -vt 0.061850 0.028305 -vt 0.062664 0.029244 -vt 0.061307 0.028827 -vt 0.062383 0.029510 -vt 0.062082 0.029795 -vt 0.060723 0.029304 -vt 0.061459 0.030300 -vt 0.060103 0.029732 -vt 0.060800 0.030756 -vt 0.059451 0.030108 -vt 0.060108 0.031161 -vt 0.059028 0.030309 -vt 0.059388 0.031513 -vt 0.057342 0.030908 -vt 0.057877 0.032048 -vt 0.057096 0.032229 -vt 0.056604 0.031059 -vt 0.056304 0.032350 -vt 0.056114 0.031118 -vt 0.055856 0.031149 -vt 0.055505 0.032410 -vt 0.055104 0.032418 -vt 0.053219 0.021419 -vt 0.052115 0.020938 -vt 0.053315 0.021107 -vt 0.053462 0.020815 -vt 0.053657 0.020552 -vt 0.053260 0.022390 -vt 0.052065 0.022519 -vt 0.053192 0.022070 -vt 0.051988 0.021725 -vt 0.053178 0.021744 -vt 0.053770 0.023217 -vt 0.052547 0.023609 -vt 0.053554 0.022972 -vt 0.053382 0.022693 -vt 0.053574 0.019109 -vt 0.053893 0.020326 -vt 0.054164 0.020142 -vt 0.054462 0.020008 -vt 0.055430 0.019925 -vt 0.055502 0.018734 -vt 0.055746 0.020008 -vt 0.057272 0.019586 -vt 0.056044 0.020142 -vt 0.056315 0.020326 -vt 0.054313 0.018810 -vt 0.054778 0.019925 -vt 0.055104 0.019898 -vt 0.054618 0.023691 -vt 0.053403 0.024438 -vt 0.054310 0.023582 -vt 0.054024 0.023423 -vt 0.056654 0.022972 -vt 0.057124 0.024199 -vt 0.056438 0.023217 -vt 0.056183 0.023423 -vt 0.055898 0.023582 -vt 0.055303 0.024936 -vt 0.055589 0.023691 -vt 0.055267 0.023746 -vt 0.054940 0.023746 -vt 0.057016 0.022070 -vt 0.058143 0.022519 -vt 0.056947 0.022390 -vt 0.057867 0.023267 -vt 0.056825 0.022693 -vt 0.056551 0.020552 -vt 0.056745 0.020815 -vt 0.057954 0.020564 -vt 0.056893 0.021107 -vt 0.056988 0.021419 -vt 0.057030 0.021744 -vt 0.051928 0.024620 -vt 0.052325 0.024349 -vt 0.052176 0.024880 -vt 0.052671 0.024683 -vt 0.052446 0.025117 -vt 0.052735 0.025330 -vt 0.053056 0.024971 -vt 0.053040 0.025519 -vt 0.053475 0.025207 -vt 0.053361 0.025680 -vt 0.053694 0.025814 -vt 0.050968 0.022717 -vt 0.051444 0.022661 -vt 0.051059 0.023064 -vt 0.051581 0.023122 -vt 0.051178 0.023403 -vt 0.051326 0.023730 -vt 0.051776 0.023561 -vt 0.051501 0.024044 -vt 0.052025 0.023973 -vt 0.051702 0.024341 -vt 0.051059 0.020587 -vt 0.051505 0.020757 -vt 0.050968 0.020934 -vt 0.051398 0.021226 -vt 0.050907 0.021288 -vt 0.050877 0.021646 -vt 0.051352 0.021705 -vt 0.050877 0.022005 -vt 0.051368 0.022186 -vt 0.050907 0.022363 -vt 0.052176 0.018771 -vt 0.052493 0.019129 -vt 0.051928 0.019030 -vt 0.052169 0.019485 -vt 0.051702 0.019310 -vt 0.051501 0.019607 -vt 0.051894 0.019880 -vt 0.051326 0.019921 -vt 0.051672 0.020306 -vt 0.051178 0.020248 -vt 0.054038 0.017731 -vt 0.054152 0.018195 -vt 0.053694 0.017836 -vt 0.053695 0.018346 -vt 0.053361 0.017970 -vt 0.053040 0.018132 -vt 0.053262 0.018555 -vt 0.052735 0.018320 -vt 0.052859 0.018817 -vt 0.052446 0.018534 -vt 0.056846 0.017970 -vt 0.056512 0.018346 -vt 0.056513 0.017836 -vt 0.056056 0.018195 -vt 0.056170 0.017731 -vt 0.055819 0.017656 -vt 0.055584 0.018103 -vt 0.055463 0.017610 -vt 0.055104 0.017595 -vt 0.055104 0.018072 -vt 0.054745 0.017610 -vt 0.054624 0.018103 -vt 0.054389 0.017656 -vt 0.058505 0.019310 -vt 0.058038 0.019485 -vt 0.058279 0.019030 -vt 0.057715 0.019129 -vt 0.058031 0.018771 -vt 0.057761 0.018534 -vt 0.057349 0.018817 -vt 0.057473 0.018320 -vt 0.057167 0.018132 -vt 0.056946 0.018555 -vt 0.059300 0.021288 -vt 0.058809 0.021226 -vt 0.059239 0.020934 -vt 0.058702 0.020757 -vt 0.059149 0.020587 -vt 0.059029 0.020248 -vt 0.058536 0.020306 -vt 0.058881 0.019921 -vt 0.058706 0.019607 -vt 0.058313 0.019880 -vt 0.059029 0.023403 -vt 0.058626 0.023122 -vt 0.059149 0.023064 -vt 0.058763 0.022661 -vt 0.059239 0.022717 -vt 0.059300 0.022363 -vt 0.058840 0.022186 -vt 0.059331 0.022005 -vt 0.059331 0.021646 -vt 0.058855 0.021705 -vt 0.057761 0.025117 -vt 0.057537 0.024683 -vt 0.058031 0.024880 -vt 0.057882 0.024349 -vt 0.058279 0.024620 -vt 0.058505 0.024341 -vt 0.058182 0.023973 -vt 0.058706 0.024044 -vt 0.058881 0.023730 -vt 0.058431 0.023561 -vt 0.055819 0.025995 -vt 0.055821 0.025510 -vt 0.056170 0.025919 -vt 0.056286 0.025388 -vt 0.056513 0.025814 -vt 0.056846 0.025680 -vt 0.056732 0.025207 -vt 0.057167 0.025519 -vt 0.057473 0.025330 -vt 0.057151 0.024971 -vt 0.053921 0.025388 -vt 0.054038 0.025919 -vt 0.054386 0.025510 -vt 0.054389 0.025995 -vt 0.054745 0.026041 -vt 0.054863 0.025571 -vt 0.055104 0.026056 -vt 0.055463 0.026041 -vt 0.055344 0.025571 -vt 0.049449 0.016208 -vt 0.052150 0.018359 -vt 0.050532 0.016446 -vt 0.050862 0.016616 -vt 0.051444 0.017075 -vt 0.051890 0.017667 -vt 0.049824 0.016212 -vt 0.050190 0.016293 -vt 0.051186 0.016804 -vt 0.051710 0.017339 -vt 0.052080 0.017990 -vt 0.050594 0.016304 -vt 0.051296 0.016664 -vt 0.051852 0.017232 -vt 0.052244 0.017923 -vt 0.050240 0.016122 -vt 0.050996 0.016392 -vt 0.053475 0.017654 -vt 0.053680 0.017684 -vt 0.051713 0.014562 -vt 0.051688 0.014645 -vt 0.051662 0.014731 -vt 0.052319 0.015091 -vt 0.052036 0.014822 -vt 0.052069 0.014750 -vt 0.052090 0.014705 -vt 0.052373 0.015008 -vt 0.052416 0.014942 -vt 0.052443 0.014900 -vt 0.053577 0.016900 -vt 0.053402 0.016551 -vt 0.053497 0.016523 -vt 0.053655 0.016889 -vt 0.053573 0.016502 -vt 0.053705 0.016882 -vt 0.053621 0.016488 -vt 0.053711 0.017285 -vt 0.053645 0.017285 -vt 0.053555 0.017284 -vt 0.053462 0.016118 -vt 0.053403 0.016145 -vt 0.053321 0.016182 -vt 0.053052 0.015905 -vt 0.053272 0.015765 -vt 0.053217 0.015800 -vt 0.053141 0.015849 -vt 0.053033 0.015443 -vt 0.052984 0.015486 -vt 0.052915 0.015545 -vt 0.052766 0.015143 -vt 0.052732 0.015181 -vt 0.052615 0.015315 -vt 0.057167 0.014106 -vt 0.056629 0.017534 -vt 0.057476 0.015176 -vt 0.057494 0.015547 -vt 0.057388 0.016281 -vt 0.057098 0.016963 -vt 0.057325 0.014446 -vt 0.057439 0.014804 -vt 0.057494 0.015922 -vt 0.057292 0.016643 -vt 0.056913 0.017289 -vt 0.056665 0.017570 -vt 0.057631 0.015159 -vt 0.057670 0.015947 -vt 0.057456 0.016712 -vt 0.057054 0.017398 -vt 0.057611 0.014761 -vt 0.057756 0.015551 -vt 0.057954 0.018461 -vt 0.058237 0.018169 -vt 0.059614 0.015277 -vt 0.059526 0.015298 -vt 0.059423 0.015322 -vt 0.059543 0.016047 -vt 0.059635 0.015667 -vt 0.059713 0.015660 -vt 0.059764 0.015655 -vt 0.059642 0.016052 -vt 0.059721 0.016056 -vt 0.059771 0.016059 -vt 0.058545 0.017962 -vt 0.058606 0.018041 -vt 0.058892 0.017783 -vt 0.058654 0.018103 -vt 0.058949 0.017837 -vt 0.058685 0.018143 -vt 0.058985 0.017873 -vt 0.058350 0.018367 -vt 0.058325 0.018323 -vt 0.058286 0.018255 -vt 0.059243 0.017562 -vt 0.059202 0.017533 -vt 0.059138 0.017487 -vt 0.059058 0.017429 -vt 0.059455 0.017219 -vt 0.059410 0.017195 -vt 0.059340 0.017159 -vt 0.059616 0.016849 -vt 0.059568 0.016832 -vt 0.059494 0.016806 -vt 0.059400 0.016773 -vt 0.059722 0.016459 -vt 0.059672 0.016449 -vt 0.059595 0.016434 -vt 0.062795 0.019737 -vt 0.059583 0.021001 -vt 0.062048 0.020555 -vt 0.061736 0.020757 -vt 0.061047 0.021031 -vt 0.060312 0.021122 -vt 0.062605 0.020060 -vt 0.062352 0.020337 -vt 0.061411 0.020943 -vt 0.060686 0.021129 -vt 0.059937 0.021124 -vt 0.062141 0.020680 -vt 0.061812 0.020893 -vt 0.060708 0.021306 -vt 0.059913 0.021300 -vt 0.062744 0.020171 -vt 0.062204 0.020765 -vt 0.061112 0.021285 -vt 0.059787 0.022796 -vt 0.059402 0.022663 -vt 0.063090 0.022520 -vt 0.063030 0.022457 -vt 0.062895 0.022315 -vt 0.062328 0.022781 -vt 0.062703 0.022670 -vt 0.062748 0.022735 -vt 0.062777 0.022776 -vt 0.062373 0.022869 -vt 0.062409 0.022939 -vt 0.062432 0.022984 -vt 0.059837 0.022710 -vt 0.060522 0.022989 -vt 0.060132 0.022966 -vt 0.060103 0.023039 -vt 0.060480 0.023161 -vt 0.060084 0.023086 -vt 0.060468 0.023210 -vt 0.059722 0.022908 -vt 0.059747 0.022864 -vt 0.060867 0.023258 -vt 0.060874 0.023193 -vt 0.060893 0.022998 -vt 0.061268 0.023269 -vt 0.061265 0.023204 -vt 0.061261 0.023114 -vt 0.061670 0.023244 -vt 0.061660 0.023195 -vt 0.061646 0.023117 -vt 0.061627 0.023020 -vt 0.062060 0.023142 -vt 0.062044 0.023094 -vt 0.062018 0.023019 -vt 0.060758 0.027442 -vt 0.059676 0.027204 -vt 0.059345 0.027035 -vt 0.058763 0.026576 -vt 0.058317 0.025984 -vt 0.058037 0.025298 -vt 0.060384 0.027439 -vt 0.060017 0.027358 -vt 0.059021 0.026847 -vt 0.058498 0.026312 -vt 0.058128 0.025661 -vt 0.059614 0.027347 -vt 0.058911 0.026987 -vt 0.058356 0.026419 -vt 0.057963 0.025728 -vt 0.059968 0.027529 -vt 0.059211 0.027259 -vt 0.056704 0.026367 -vt 0.058520 0.029006 -vt 0.058576 0.028818 -vt 0.058545 0.028919 -vt 0.058191 0.028786 -vt 0.058154 0.028867 -vt 0.058126 0.028927 -vt 0.057592 0.028336 -vt 0.057834 0.028643 -vt 0.057792 0.028709 -vt 0.057764 0.028751 -vt 0.056782 0.026729 -vt 0.056756 0.027114 -vt 0.056588 0.026756 -vt 0.056670 0.027139 -vt 0.056524 0.026765 -vt 0.056607 0.027157 -vt 0.056475 0.026366 -vt 0.056526 0.026366 -vt 0.056605 0.026366 -vt 0.056726 0.027542 -vt 0.056772 0.027521 -vt 0.056934 0.027448 -vt 0.056917 0.027897 -vt 0.056960 0.027870 -vt 0.057026 0.027828 -vt 0.057110 0.027774 -vt 0.057158 0.028221 -vt 0.057196 0.028188 -vt 0.057256 0.028137 -vt 0.057442 0.028508 -vt 0.057475 0.028470 -vt 0.057527 0.028411 -vt 0.053066 0.029531 -vt 0.052731 0.028474 -vt 0.052713 0.028103 -vt 0.052819 0.027370 -vt 0.053109 0.026688 -vt 0.053543 0.026081 -vt 0.052882 0.029205 -vt 0.052769 0.028847 -vt 0.052714 0.027729 -vt 0.052915 0.027008 -vt 0.053294 0.026362 -vt 0.052577 0.028492 -vt 0.052558 0.028101 -vt 0.052752 0.026938 -vt 0.052975 0.026609 -vt 0.052717 0.029269 -vt 0.052472 0.028504 -vt 0.052568 0.027299 -vt 0.053154 0.026253 -vt 0.052305 0.025321 -vt 0.051883 0.025327 -vt 0.050509 0.028394 -vt 0.050593 0.028374 -vt 0.050784 0.028328 -vt 0.050664 0.027604 -vt 0.050573 0.027984 -vt 0.050494 0.027991 -vt 0.050444 0.027996 -vt 0.050565 0.027599 -vt 0.050486 0.027595 -vt 0.050436 0.027592 -vt 0.051663 0.025688 -vt 0.051387 0.025937 -vt 0.051316 0.025868 -vt 0.051553 0.025548 -vt 0.051259 0.025813 -vt 0.051522 0.025508 -vt 0.051222 0.025778 -vt 0.051858 0.025283 -vt 0.051922 0.025396 -vt 0.050964 0.026088 -vt 0.051005 0.026118 -vt 0.051069 0.026164 -vt 0.050752 0.026432 -vt 0.050797 0.026455 -vt 0.050867 0.026492 -vt 0.050955 0.026537 -vt 0.050592 0.026802 -vt 0.050640 0.026819 -vt 0.050714 0.026845 -vt 0.050486 0.027192 -vt 0.050535 0.027201 -vt 0.050710 0.027236 -vt 0.047387 0.023898 -vt 0.050638 0.022601 -vt 0.048159 0.023095 -vt 0.048471 0.022894 -vt 0.049160 0.022619 -vt 0.049896 0.022529 -vt 0.047603 0.023591 -vt 0.047855 0.023314 -vt 0.048796 0.022707 -vt 0.049521 0.022521 -vt 0.050270 0.022527 -vt 0.048067 0.022970 -vt 0.048396 0.022758 -vt 0.049500 0.022345 -vt 0.050294 0.022350 -vt 0.047464 0.023480 -vt 0.048004 0.022885 -vt 0.049095 0.022366 -vt 0.050643 0.021192 -vt 0.050421 0.020855 -vt 0.050806 0.020988 -vt 0.047239 0.021259 -vt 0.047177 0.021194 -vt 0.047505 0.020980 -vt 0.047459 0.020916 -vt 0.047430 0.020875 -vt 0.048221 0.020725 -vt 0.047834 0.020781 -vt 0.047799 0.020711 -vt 0.047776 0.020666 -vt 0.050038 0.020777 -vt 0.050075 0.020685 -vt 0.049709 0.020566 -vt 0.050105 0.020612 -vt 0.049728 0.020490 -vt 0.050124 0.020565 -vt 0.049740 0.020440 -vt 0.050486 0.020743 -vt 0.050460 0.020787 -vt 0.049342 0.020372 -vt 0.049337 0.020422 -vt 0.049319 0.020599 -vt 0.048940 0.020382 -vt 0.048942 0.020447 -vt 0.048951 0.020643 -vt 0.048542 0.020427 -vt 0.048554 0.020492 -vt 0.048570 0.020580 -vt 0.048147 0.020509 -vt 0.048164 0.020557 -vt 0.048189 0.020631 -vt 0.056592 0.012669 -vt 0.059415 0.013611 -vt 0.061255 0.014882 -vt 0.061824 0.015370 -vt 0.064193 0.023681 -vt 0.059415 0.030039 -vt 0.058756 0.030398 -vt 0.056592 0.030982 -vt 0.055854 0.031113 -vt 0.046723 0.025802 -vt 0.048952 0.014882 -vt 0.049588 0.014485 -vt 0.049015 0.014953 -vt 0.049558 0.014446 -vt 0.047590 0.016639 -vt 0.047152 0.017235 -vt 0.047507 0.016582 -vt 0.047070 0.017187 -vt 0.046237 0.019257 -vt 0.046060 0.019979 -vt 0.046014 0.019970 -vt 0.045930 0.022195 -vt 0.045989 0.022932 -vt 0.045880 0.022197 -vt 0.045895 0.022944 -vt 0.046519 0.025081 -vt 0.046809 0.025761 -vt 0.046473 0.025099 -vt 0.060619 0.029165 -vt 0.061158 0.028659 -vt 0.061192 0.028698 -vt 0.060649 0.029205 -vt 0.061255 0.028769 -vt 0.062660 0.027041 -vt 0.063055 0.026416 -vt 0.062700 0.027069 -vt 0.063138 0.026464 -vt 0.063873 0.024365 -vt 0.064099 0.023662 -vt 0.063970 0.024393 -vt 0.064218 0.020719 -vt 0.064327 0.021454 -vt 0.064313 0.020707 -vt 0.063688 0.018570 -vt 0.063399 0.017889 -vt 0.063735 0.018552 -vt 0.063485 0.017848 -vt 0.054365 0.012674 -vt 0.055104 0.012595 -vt 0.054361 0.012625 -vt 0.055104 0.012549 -vt 0.053631 0.012763 -vt 0.053623 0.012714 -vt 0.052884 0.012818 -vt 0.052907 0.012911 -vt 0.052196 0.013117 -vt 0.052181 0.013070 -vt 0.051486 0.013333 -vt 0.051505 0.013379 -vt 0.050837 0.013696 -vt 0.050814 0.013652 -vt 0.050146 0.013985 -vt 0.050197 0.014065 -vt 0.048482 0.015465 -vt 0.048447 0.015431 -vt 0.047918 0.015958 -vt 0.047992 0.016019 -vt 0.046764 0.017868 -vt 0.046723 0.017848 -vt 0.046430 0.018536 -vt 0.046473 0.018552 -vt 0.045989 0.020719 -vt 0.045940 0.020713 -vt 0.045835 0.021452 -vt 0.045930 0.021456 -vt 0.046014 0.023681 -vt 0.046108 0.023662 -vt 0.046193 0.024406 -vt 0.046285 0.024380 -vt 0.047070 0.026464 -vt 0.047469 0.027095 -vt 0.047507 0.027069 -vt 0.047590 0.027012 -vt 0.047992 0.027632 -vt 0.047954 0.027663 -vt 0.048482 0.028185 -vt 0.048413 0.028252 -vt 0.048983 0.028735 -vt 0.049050 0.028659 -vt 0.049531 0.029242 -vt 0.049588 0.029165 -vt 0.050170 0.029627 -vt 0.050146 0.029666 -vt 0.050814 0.029999 -vt 0.050793 0.030039 -vt 0.051486 0.030317 -vt 0.051505 0.030272 -vt 0.052166 0.030625 -vt 0.052196 0.030534 -vt 0.052907 0.030740 -vt 0.052895 0.030788 -vt 0.053631 0.030888 -vt 0.053623 0.030937 -vt 0.054357 0.031072 -vt 0.054365 0.030977 -vt 0.055104 0.030955 -vt 0.055104 0.031056 -vt 0.055843 0.030977 -vt 0.056568 0.030837 -vt 0.057324 0.030833 -vt 0.057313 0.030788 -vt 0.057289 0.030690 -vt 0.058011 0.030534 -vt 0.058027 0.030581 -vt 0.058702 0.030272 -vt 0.059370 0.029955 -vt 0.060062 0.029666 -vt 0.060011 0.029585 -vt 0.061688 0.028150 -vt 0.061794 0.028252 -vt 0.062290 0.027692 -vt 0.062254 0.027663 -vt 0.062176 0.027599 -vt 0.063399 0.025761 -vt 0.063443 0.025783 -vt 0.063778 0.025115 -vt 0.063688 0.025081 -vt 0.064167 0.022926 -vt 0.064267 0.022938 -vt 0.064373 0.022199 -vt 0.064278 0.022195 -vt 0.064148 0.019979 -vt 0.064099 0.019989 -vt 0.064014 0.019244 -vt 0.063923 0.019271 -vt 0.063098 0.017210 -vt 0.063055 0.017235 -vt 0.062738 0.016556 -vt 0.062660 0.016610 -vt 0.062216 0.016019 -vt 0.062254 0.015987 -vt 0.061725 0.015465 -vt 0.060677 0.014409 -vt 0.060649 0.014446 -vt 0.060588 0.014527 -vt 0.060011 0.014065 -vt 0.060037 0.014024 -vt 0.059370 0.013696 -vt 0.058722 0.013333 -vt 0.058702 0.013379 -vt 0.058041 0.013026 -vt 0.058011 0.013117 -vt 0.057301 0.012911 -vt 0.057313 0.012863 -vt 0.056577 0.012763 -vt 0.055850 0.012579 -vt 0.055847 0.012625 -vt 0.053718 0.013745 -vt 0.051727 0.014355 -vt 0.049431 0.015907 -vt 0.048950 0.016409 -vt 0.048123 0.017527 -vt 0.047784 0.018135 -vt 0.047278 0.019429 -vt 0.047497 0.024882 -vt 0.050513 0.028618 -vt 0.049431 0.027744 -vt 0.051106 0.028982 -vt 0.054410 0.029981 -vt 0.053038 0.029759 -vt 0.055104 0.030023 -vt 0.055799 0.029994 -vt 0.056489 0.029905 -vt 0.057835 0.029555 -vt 0.058480 0.029296 -vt 0.059694 0.028618 -vt 0.061258 0.027242 -vt 0.062930 0.024222 -vt 0.063235 0.022867 -vt 0.063294 0.022173 -vt 0.063235 0.020784 -vt 0.063118 0.020098 -vt 0.062942 0.019425 -vt 0.062073 0.017534 -vt 0.062711 0.018769 -vt 0.060767 0.015916 -vt 0.061695 0.016951 -vt 0.059102 0.014668 -vt 0.057835 0.014096 -vt 0.057169 0.013892 -vt 0.055799 0.013657 -vt 0.056493 0.013724 -vt 0.058489 0.014336 -vt 0.059706 0.015016 -vt 0.060267 0.015430 -vt 0.060791 0.015891 -vt 0.061274 0.016395 -vt 0.062103 0.017516 -vt 0.062424 0.018135 -vt 0.063316 0.021477 -vt 0.063139 0.023557 -vt 0.062963 0.024232 -vt 0.062730 0.024890 -vt 0.062443 0.025526 -vt 0.062103 0.026135 -vt 0.061712 0.026713 -vt 0.060791 0.027759 -vt 0.060267 0.028220 -vt 0.059112 0.029001 -vt 0.057175 0.029779 -vt 0.054407 0.030015 -vt 0.053715 0.029926 -vt 0.052366 0.029575 -vt 0.051718 0.029315 -vt 0.049954 0.028204 -vt 0.048950 0.027242 -vt 0.048513 0.026700 -vt 0.047784 0.025516 -vt 0.047245 0.024232 -vt 0.047090 0.023553 -vt 0.046972 0.022867 -vt 0.046913 0.022173 -vt 0.046913 0.021477 -vt 0.046972 0.020784 -vt 0.047090 0.020098 -vt 0.047497 0.018769 -vt 0.048495 0.016938 -vt 0.049940 0.015430 -vt 0.050501 0.015016 -vt 0.051106 0.014668 -vt 0.052366 0.014076 -vt 0.053038 0.013892 -vt 0.054407 0.013636 -vt 0.055104 0.013606 -vt 0.055803 0.013607 -vt 0.057182 0.013843 -vt 0.057852 0.014048 -vt 0.059126 0.014624 -vt 0.061736 0.016921 -vt 0.062469 0.018112 -vt 0.063345 0.022175 -vt 0.063285 0.022873 -vt 0.061296 0.027275 -vt 0.059723 0.028659 -vt 0.058501 0.029342 -vt 0.057842 0.029575 -vt 0.056498 0.029955 -vt 0.053033 0.029779 -vt 0.051081 0.029026 -vt 0.048105 0.026135 -vt 0.046951 0.020781 -vt 0.047069 0.020094 -vt 0.047245 0.019419 -vt 0.047764 0.018125 -vt 0.048105 0.017516 -vt 0.048912 0.016376 -vt 0.049416 0.015891 -vt 0.051718 0.014336 -vt 0.053025 0.013843 -vt 0.056504 0.013660 -vt 0.058516 0.014276 -vt 0.060286 0.015408 -vt 0.060811 0.015870 -vt 0.061296 0.016376 -vt 0.062158 0.017482 -vt 0.062791 0.018736 -vt 0.063025 0.019399 -vt 0.063202 0.020080 -vt 0.063321 0.020773 -vt 0.063381 0.021474 -vt 0.063202 0.023571 -vt 0.063025 0.024251 -vt 0.062791 0.024914 -vt 0.059144 0.029058 -vt 0.057852 0.029603 -vt 0.057182 0.029808 -vt 0.055806 0.030080 -vt 0.055104 0.030110 -vt 0.050464 0.028689 -vt 0.049899 0.028271 -vt 0.049371 0.027807 -vt 0.048885 0.027299 -vt 0.048443 0.026752 -vt 0.048049 0.026169 -vt 0.047706 0.025555 -vt 0.047416 0.024914 -vt 0.047182 0.024251 -vt 0.047005 0.023571 -vt 0.046886 0.022878 -vt 0.046826 0.022177 -vt 0.046826 0.021474 -vt 0.047040 0.020088 -vt 0.047217 0.019410 -vt 0.047450 0.018750 -vt 0.048080 0.017501 -vt 0.048472 0.016921 -vt 0.049922 0.015408 -vt 0.050485 0.014991 -vt 0.051081 0.014624 -vt 0.052356 0.014048 -vt 0.053704 0.013660 -vt 0.054401 0.013570 -vt 0.055104 0.013541 -vt 0.055810 0.013528 -vt 0.057202 0.013767 -vt 0.059165 0.014556 -vt 0.059767 0.014926 -vt 0.060836 0.015844 -vt 0.061323 0.016352 -vt 0.061765 0.016899 -vt 0.062501 0.018096 -vt 0.063423 0.022179 -vt 0.063363 0.022883 -vt 0.062539 0.025574 -vt 0.062195 0.026191 -vt 0.061799 0.026777 -vt 0.061355 0.027327 -vt 0.060866 0.027837 -vt 0.060335 0.028304 -vt 0.059767 0.028725 -vt 0.057864 0.029637 -vt 0.057191 0.029843 -vt 0.056504 0.029991 -vt 0.054398 0.030123 -vt 0.053696 0.030033 -vt 0.053005 0.029884 -vt 0.052330 0.029677 -vt 0.051674 0.029413 -vt 0.051043 0.029095 -vt 0.046844 0.020768 -vt 0.047416 0.018736 -vt 0.047706 0.018096 -vt 0.048443 0.016899 -vt 0.048885 0.016352 -vt 0.049371 0.015844 -vt 0.051063 0.014593 -vt 0.051691 0.014276 -vt 0.053016 0.013808 -vt 0.056519 0.013571 -vt 0.057894 0.013929 -vt 0.058553 0.014194 -vt 0.060365 0.015309 -vt 0.062830 0.018721 -vt 0.063066 0.019387 -vt 0.063244 0.020071 -vt 0.063363 0.020768 -vt 0.063423 0.021472 -vt 0.063291 0.023590 -vt 0.063111 0.024278 -vt 0.062875 0.024948 -vt 0.059188 0.029137 -vt 0.058553 0.029457 -vt 0.055104 0.030153 -vt 0.050414 0.028764 -vt 0.049843 0.028341 -vt 0.049309 0.027872 -vt 0.048817 0.027358 -vt 0.047668 0.025574 -vt 0.047377 0.024930 -vt 0.047142 0.024264 -vt 0.046963 0.023580 -vt 0.046844 0.022883 -vt 0.046784 0.022179 -vt 0.046784 0.021472 -vt 0.046917 0.020061 -vt 0.047096 0.019373 -vt 0.048013 0.017459 -vt 0.048853 0.016324 -vt 0.049342 0.015813 -vt 0.049872 0.015346 -vt 0.050414 0.014887 -vt 0.051674 0.014237 -vt 0.052330 0.013974 -vt 0.053696 0.013618 -vt 0.054398 0.013528 -vt 0.055104 0.013498 -vt 0.055814 0.013481 -vt 0.057227 0.013671 -vt 0.059188 0.014514 -vt 0.059793 0.014887 -vt 0.060934 0.015742 -vt 0.061429 0.016258 -vt 0.061878 0.016815 -vt 0.062279 0.017407 -vt 0.062628 0.018032 -vt 0.063471 0.022181 -vt 0.063411 0.022889 -vt 0.062628 0.025619 -vt 0.062279 0.026243 -vt 0.061878 0.026836 -vt 0.061429 0.027392 -vt 0.060934 0.027909 -vt 0.060397 0.028381 -vt 0.059822 0.028807 -vt 0.057911 0.029770 -vt 0.057227 0.029980 -vt 0.056528 0.030131 -vt 0.055818 0.030221 -vt 0.054394 0.030170 -vt 0.053688 0.030080 -vt 0.052993 0.029930 -vt 0.052314 0.029722 -vt 0.051654 0.029457 -vt 0.051019 0.029137 -vt 0.048329 0.026836 -vt 0.047928 0.026243 -vt 0.046736 0.022181 -vt 0.046736 0.021470 -vt 0.046797 0.020762 -vt 0.047285 0.018684 -vt 0.047580 0.018032 -vt 0.047928 0.017407 -vt 0.048329 0.016815 -vt 0.049309 0.015779 -vt 0.049843 0.015309 -vt 0.050994 0.014469 -vt 0.052314 0.013929 -vt 0.052993 0.013721 -vt 0.056528 0.013520 -vt 0.063341 0.023601 -vt 0.063161 0.024293 -vt 0.062922 0.024967 -vt 0.050385 0.028807 -vt 0.049273 0.027909 -vt 0.048778 0.027392 -vt 0.049810 0.015269 -vt 0.050385 0.014844 -vt 0.052980 0.013671 -vt 0.053680 0.013520 -vt 0.044547 0.020419 -vt 0.044571 0.020422 -vt 0.044495 0.021222 -vt 0.058272 0.011683 -vt 0.059030 0.011952 -vt 0.064394 0.016617 -vt 0.064739 0.017345 -vt 0.065524 0.019624 -vt 0.065728 0.022026 -vt 0.065682 0.022829 -vt 0.065409 0.024413 -vt 0.058765 0.031826 -vt 0.053105 0.032261 -vt 0.048104 0.029820 -vt 0.047519 0.029267 -vt 0.046484 0.028038 -vt 0.046039 0.027369 -vt 0.045306 0.025938 -vt 0.065750 0.022443 -vt 0.048346 0.030076 -vt 0.048407 0.013535 -vt 0.048412 0.013572 -vt 0.052401 0.011509 -vt 0.057496 0.011472 -vt 0.055721 0.011179 -vt 0.055909 0.011206 -vt 0.055649 0.011182 -vt 0.055104 0.011200 -vt 0.055495 0.011183 -vt 0.054486 0.011179 -vt 0.054635 0.011184 -vt 0.054300 0.011230 -vt 0.052711 0.011472 -vt 0.052187 0.011583 -vt 0.052333 0.011534 -vt 0.051935 0.011683 -vt 0.051443 0.011824 -vt 0.051177 0.011952 -vt 0.049721 0.012636 -vt 0.049228 0.012940 -vt 0.048532 0.013445 -vt 0.047790 0.014084 -vt 0.046853 0.015068 -vt 0.046770 0.015191 -vt 0.047225 0.014659 -vt 0.046219 0.015950 -vt 0.045835 0.016629 -vt 0.045169 0.017948 -vt 0.045447 0.017335 -vt 0.044861 0.018909 -vt 0.045128 0.018091 -vt 0.044683 0.019624 -vt 0.044813 0.019055 -vt 0.044461 0.021434 -vt 0.044460 0.021280 -vt 0.044457 0.021201 -vt 0.044480 0.022026 -vt 0.044461 0.022217 -vt 0.044526 0.022829 -vt 0.044798 0.024413 -vt 0.044813 0.024596 -vt 0.044861 0.024742 -vt 0.045023 0.025185 -vt 0.045103 0.025486 -vt 0.045149 0.025633 -vt 0.046219 0.027701 -vt 0.046978 0.028673 -vt 0.046813 0.028523 -vt 0.046724 0.028398 -vt 0.048407 0.030116 -vt 0.049165 0.030666 -vt 0.048532 0.030206 -vt 0.048729 0.030326 -vt 0.049390 0.030784 -vt 0.051227 0.031760 -vt 0.050806 0.031543 -vt 0.051443 0.031826 -vt 0.051296 0.031780 -vt 0.051554 0.031841 -vt 0.052321 0.032080 -vt 0.052187 0.032068 -vt 0.051682 0.031910 -vt 0.054486 0.032472 -vt 0.057807 0.032142 -vt 0.057107 0.032286 -vt 0.057946 0.032091 -vt 0.059411 0.031566 -vt 0.058911 0.031780 -vt 0.060135 0.031212 -vt 0.060862 0.030801 -vt 0.060818 0.030784 -vt 0.060979 0.030711 -vt 0.061738 0.030159 -vt 0.062103 0.029820 -vt 0.061861 0.030076 -vt 0.063944 0.027764 -vt 0.063437 0.028460 -vt 0.063354 0.028583 -vt 0.064190 0.027382 -vt 0.064035 0.027641 -vt 0.065038 0.025702 -vt 0.064924 0.025948 -vt 0.065058 0.025633 -vt 0.065347 0.024742 -vt 0.065105 0.025486 -vt 0.065184 0.025185 -vt 0.065746 0.022217 -vt 0.065747 0.022371 -vt 0.065746 0.021434 -vt 0.065712 0.021222 -vt 0.065420 0.019122 -vt 0.065395 0.019055 -vt 0.065127 0.018227 -vt 0.065347 0.018909 -vt 0.063989 0.015950 -vt 0.064080 0.016067 -vt 0.063394 0.015128 -vt 0.062964 0.014676 -vt 0.063484 0.015253 -vt 0.061861 0.013575 -vt 0.062418 0.014084 -vt 0.061043 0.012985 -vt 0.061676 0.013445 -vt 0.060475 0.012657 -vt 0.058911 0.011871 -vt 0.057946 0.011559 -vt 0.058765 0.011824 -vt 0.050442 0.012277 -vt 0.054712 0.032468 -vt 0.053897 0.032407 -vt 0.055573 0.032467 -vt 0.056308 0.032383 -vt 0.054559 0.032469 -vt 0.065661 0.020419 -vt 0.053497 0.011297 -vt 0.050072 0.031212 -vt 0.065600 0.023631 -vt 0.059776 0.012255 -vt 0.044608 0.023631 -vt 0.045623 0.026678 -vt 0.062706 0.029285 -vt 0.056710 0.011297 -vt 0.056882 0.018669 -vt 0.058202 0.019947 -vt 0.058725 0.021709 -vt 0.058316 0.023501 -vt 0.053500 0.025155 -vt 0.053127 0.024862 -vt 0.052073 0.023940 -vt 0.051892 0.023501 -vt 0.051425 0.022180 -vt 0.051483 0.021709 -vt 0.051725 0.020330 -vt 0.052006 0.019947 -vt 0.052894 0.018864 -vt 0.053326 0.018669 -vt 0.054285 0.018702 -vt 0.053519 0.019012 -vt 0.053851 0.018731 -vt 0.054677 0.018514 -vt 0.054206 0.018403 -vt 0.054651 0.018317 -vt 0.055517 0.018623 -vt 0.055531 0.018514 -vt 0.055104 0.018288 -vt 0.055104 0.018203 -vt 0.055556 0.018317 -vt 0.055576 0.018160 -vt 0.053717 0.018400 -vt 0.053368 0.018743 -vt 0.053776 0.018546 -vt 0.052857 0.019506 -vt 0.052342 0.020151 -vt 0.052781 0.019427 -vt 0.052249 0.020095 -vt 0.052338 0.019620 -vt 0.052078 0.019991 -vt 0.052215 0.019521 -vt 0.052008 0.020907 -vt 0.051876 0.021722 -vt 0.051903 0.020875 -vt 0.051767 0.021718 -vt 0.051611 0.021261 -vt 0.051568 0.021712 -vt 0.051456 0.021236 -vt 0.052073 0.022941 -vt 0.051849 0.022568 -vt 0.052052 0.023418 -vt 0.051784 0.023047 -vt 0.051967 0.023462 -vt 0.051636 0.023102 -vt 0.052713 0.023996 -vt 0.053283 0.024623 -vt 0.052632 0.024070 -vt 0.052810 0.024519 -vt 0.053174 0.024790 -vt 0.052708 0.024639 -vt 0.054486 0.024995 -vt 0.054427 0.025298 -vt 0.054466 0.025102 -vt 0.054877 0.025356 -vt 0.054397 0.025453 -vt 0.054867 0.025513 -vt 0.055721 0.024995 -vt 0.056505 0.024735 -vt 0.055742 0.025102 -vt 0.056552 0.024833 -vt 0.056219 0.025183 -vt 0.056639 0.025013 -vt 0.056268 0.025332 -vt 0.056707 0.025155 -vt 0.057494 0.023996 -vt 0.057967 0.023319 -vt 0.057927 0.023795 -vt 0.058064 0.023369 -vt 0.058240 0.023462 -vt 0.058075 0.023898 -vt 0.058135 0.023940 -vt 0.058252 0.022544 -vt 0.058331 0.021722 -vt 0.058427 0.022146 -vt 0.058625 0.022165 -vt 0.058640 0.021712 -vt 0.058782 0.022180 -vt 0.058199 0.020907 -vt 0.057865 0.020151 -vt 0.058156 0.020474 -vt 0.058339 0.020393 -vt 0.058129 0.019991 -vt 0.058483 0.020330 -vt 0.057350 0.019506 -vt 0.056688 0.019012 -vt 0.057100 0.019150 -vt 0.057220 0.018990 -vt 0.056840 0.018743 -vt 0.057314 0.018864 -vt 0.054631 0.018160 -vt 0.054185 0.018321 -vt 0.052937 0.018922 -vt 0.053045 0.019067 -vt 0.052583 0.019223 -vt 0.052643 0.019284 -vt 0.051869 0.020393 -vt 0.051631 0.020795 -vt 0.051712 0.020819 -vt 0.051582 0.022165 -vt 0.051572 0.022632 -vt 0.051655 0.022613 -vt 0.052202 0.023849 -vt 0.052366 0.023735 -vt 0.052422 0.024261 -vt 0.052485 0.024204 -vt 0.053569 0.025013 -vt 0.053655 0.024833 -vt 0.053703 0.024735 -vt 0.053962 0.025264 -vt 0.053989 0.025183 -vt 0.055336 0.025441 -vt 0.055330 0.025356 -vt 0.055318 0.025157 -vt 0.055796 0.025381 -vt 0.055780 0.025298 -vt 0.057080 0.024862 -vt 0.057034 0.024790 -vt 0.057452 0.024584 -vt 0.057397 0.024519 -vt 0.057268 0.024367 -vt 0.057723 0.024204 -vt 0.057839 0.024310 -vt 0.058504 0.023077 -vt 0.058424 0.023047 -vt 0.058460 0.022591 -vt 0.058636 0.022632 -vt 0.058680 0.021247 -vt 0.058596 0.021261 -vt 0.058399 0.021293 -vt 0.058495 0.020819 -vt 0.058646 0.020774 -vt 0.057936 0.019567 -vt 0.057870 0.019620 -vt 0.057714 0.019744 -vt 0.057565 0.019284 -vt 0.057675 0.019171 -vt 0.056463 0.018467 -vt 0.056431 0.018546 -vt 0.056357 0.018731 -vt 0.056001 0.018403 -vt 0.056041 0.018251 -vt 0.054712 0.010925 -vt 0.055495 0.010925 -vt 0.055495 0.010727 -vt 0.054712 0.010727 -vt 0.055495 0.010476 -vt 0.054712 0.010476 -vt 0.055495 0.010467 -vt 0.054712 0.010478 -vt 0.055495 0.010510 -vt 0.054652 0.010560 -vt 0.054712 0.010817 -vt 0.055495 0.010771 -vt 0.054712 0.010753 -vt 0.055898 0.010986 -vt 0.055951 0.011014 -vt 0.055954 0.010850 -vt 0.055844 0.010869 -vt 0.055776 0.010912 -vt 0.055641 0.010829 -vt 0.055763 0.010788 -vt 0.055561 0.010731 -vt 0.055896 0.010721 -vt 0.055726 0.010539 -vt 0.055599 0.010489 -vt 0.055959 0.010903 -vt 0.055909 0.010773 -vt 0.055747 0.010605 -vt 0.055847 0.010775 -vt 0.055714 0.010690 -vt 0.055649 0.010666 -vt 0.055622 0.010528 -vt 0.055896 0.011219 -vt 0.055792 0.011287 -vt 0.055716 0.011344 -vt 0.055632 0.011409 -vt 0.054512 0.010941 -vt 0.054302 0.010944 -vt 0.054241 0.010989 -vt 0.054314 0.010881 -vt 0.054378 0.010827 -vt 0.054497 0.010869 -vt 0.054512 0.010760 -vt 0.054493 0.010538 -vt 0.054361 0.010656 -vt 0.054284 0.010777 -vt 0.054249 0.010903 -vt 0.054361 0.010775 -vt 0.054401 0.010603 -vt 0.054482 0.010667 -vt 0.054585 0.010510 -vt 0.054609 0.010654 -vt 0.054480 0.011335 -vt 0.054569 0.011404 -vt 0.054352 0.011244 -vt 0.050941 0.011882 -vt 0.052108 0.011338 -vt 0.051363 0.011580 -vt 0.052110 0.011132 -vt 0.051302 0.011391 -vt 0.051969 0.010910 -vt 0.051224 0.011152 -vt 0.048072 0.013655 -vt 0.048380 0.013237 -vt 0.048981 0.012732 -vt 0.048897 0.012617 -vt 0.048264 0.013077 -vt 0.048749 0.012413 -vt 0.048116 0.012873 -vt 0.046884 0.014758 -vt 0.046844 0.014758 -vt 0.045891 0.016228 -vt 0.046055 0.015735 -vt 0.046515 0.015102 -vt 0.046397 0.014934 -vt 0.045895 0.015619 -vt 0.046152 0.014838 -vt 0.045692 0.015471 -vt 0.044612 0.019349 -vt 0.044858 0.018085 -vt 0.044590 0.018821 -vt 0.044670 0.018024 -vt 0.044428 0.018768 -vt 0.044431 0.017946 -vt 0.044189 0.018690 -vt 0.044360 0.022712 -vt 0.044204 0.022217 -vt 0.044204 0.021434 -vt 0.044006 0.021434 -vt 0.044006 0.022217 -vt 0.043754 0.021434 -vt 0.043754 0.022217 -vt 0.044616 0.024822 -vt 0.044858 0.025566 -vt 0.044428 0.024883 -vt 0.044670 0.025627 -vt 0.044189 0.024960 -vt 0.044431 0.025705 -vt 0.045842 0.027459 -vt 0.046515 0.028549 -vt 0.046055 0.027916 -vt 0.045859 0.027977 -vt 0.046397 0.028717 -vt 0.045692 0.028180 -vt 0.046152 0.028813 -vt 0.049506 0.031038 -vt 0.049013 0.030874 -vt 0.048380 0.030414 -vt 0.048212 0.030532 -vt 0.048897 0.031034 -vt 0.048116 0.030777 -vt 0.048749 0.031237 -vt 0.052627 0.032317 -vt 0.052108 0.032313 -vt 0.051346 0.032124 -vt 0.051302 0.032259 -vt 0.052046 0.032501 -vt 0.051224 0.032498 -vt 0.051969 0.032740 -vt 0.055990 0.032569 -vt 0.054712 0.032725 -vt 0.055495 0.032725 -vt 0.054646 0.032920 -vt 0.055495 0.032923 -vt 0.054712 0.033175 -vt 0.055495 0.033175 -vt 0.059267 0.031769 -vt 0.058100 0.032313 -vt 0.058844 0.032071 -vt 0.058161 0.032501 -vt 0.058905 0.032259 -vt 0.058239 0.032740 -vt 0.058983 0.032498 -vt 0.061194 0.030874 -vt 0.061827 0.030414 -vt 0.061255 0.031070 -vt 0.061995 0.030532 -vt 0.061458 0.031237 -vt 0.062091 0.030777 -vt 0.064365 0.027459 -vt 0.063692 0.028549 -vt 0.064152 0.027916 -vt 0.063811 0.028717 -vt 0.064312 0.028032 -vt 0.064056 0.028813 -vt 0.064516 0.028180 -vt 0.065595 0.024302 -vt 0.065591 0.024822 -vt 0.065349 0.025566 -vt 0.065538 0.025627 -vt 0.065779 0.024883 -vt 0.065777 0.025705 -vt 0.066019 0.024960 -vt 0.065847 0.020939 -vt 0.066004 0.021434 -vt 0.066004 0.022217 -vt 0.066202 0.022217 -vt 0.066202 0.021434 -vt 0.066453 0.022217 -vt 0.066453 0.021434 -vt 0.065047 0.017662 -vt 0.065591 0.018829 -vt 0.065349 0.018085 -vt 0.065797 0.018832 -vt 0.065538 0.018024 -vt 0.066019 0.018690 -vt 0.065777 0.017946 -vt 0.063274 0.014793 -vt 0.064197 0.015702 -vt 0.063692 0.015102 -vt 0.064348 0.015674 -vt 0.063811 0.014934 -vt 0.064516 0.015471 -vt 0.064056 0.014838 -vt 0.060738 0.012564 -vt 0.061880 0.013277 -vt 0.061194 0.012777 -vt 0.061995 0.013119 -vt 0.061310 0.012617 -vt 0.062091 0.012873 -vt 0.061458 0.012413 -vt 0.057600 0.011276 -vt 0.058861 0.011527 -vt 0.058117 0.011285 -vt 0.058967 0.011415 -vt 0.058161 0.011150 -vt 0.058983 0.011152 -vt 0.058239 0.010910 -vt 0.051222 0.011144 -vt 0.052026 0.010890 -vt 0.051229 0.011167 -vt 0.051979 0.010943 -vt 0.051193 0.011252 -vt 0.048118 0.012875 -vt 0.048751 0.012415 -vt 0.048769 0.012441 -vt 0.048117 0.012978 -vt 0.045705 0.015480 -vt 0.046186 0.014788 -vt 0.046179 0.014858 -vt 0.045724 0.015570 -vt 0.044180 0.018687 -vt 0.044433 0.017947 -vt 0.044204 0.018695 -vt 0.044483 0.017963 -vt 0.044250 0.018774 -vt 0.043788 0.021434 -vt 0.043788 0.022217 -vt 0.043745 0.021434 -vt 0.043745 0.022217 -vt 0.044277 0.024870 -vt 0.044507 0.025680 -vt 0.044242 0.024943 -vt 0.044463 0.025694 -vt 0.044169 0.024903 -vt 0.044422 0.025707 -vt 0.046144 0.028818 -vt 0.045655 0.028132 -vt 0.046165 0.028804 -vt 0.045719 0.028160 -vt 0.046256 0.028813 -vt 0.048751 0.031235 -vt 0.048118 0.030775 -vt 0.048136 0.030750 -vt 0.048848 0.031205 -vt 0.051222 0.032507 -vt 0.051966 0.032749 -vt 0.051974 0.032725 -vt 0.051235 0.032466 -vt 0.052053 0.032679 -vt 0.054712 0.033184 -vt 0.055495 0.033184 -vt 0.055495 0.033159 -vt 0.054712 0.033141 -vt 0.055556 0.033090 -vt 0.058986 0.032507 -vt 0.058181 0.032761 -vt 0.058978 0.032483 -vt 0.058222 0.032687 -vt 0.059015 0.032399 -vt 0.062097 0.030785 -vt 0.061410 0.031274 -vt 0.062082 0.030765 -vt 0.061426 0.031192 -vt 0.062091 0.030673 -vt 0.064514 0.028178 -vt 0.064054 0.028812 -vt 0.064028 0.028793 -vt 0.064483 0.028081 -vt 0.065786 0.025707 -vt 0.066027 0.024963 -vt 0.065762 0.025700 -vt 0.066003 0.024956 -vt 0.065942 0.024935 -vt 0.066419 0.022217 -vt 0.066419 0.021434 -vt 0.066462 0.022217 -vt 0.066462 0.021434 -vt 0.065678 0.017914 -vt 0.065966 0.018707 -vt 0.065762 0.017951 -vt 0.066039 0.018748 -vt 0.065786 0.017943 -vt 0.064054 0.014839 -vt 0.064520 0.015467 -vt 0.064488 0.015491 -vt 0.063951 0.014838 -vt 0.062097 0.012866 -vt 0.061464 0.012406 -vt 0.061457 0.012415 -vt 0.062071 0.012901 -vt 0.061426 0.012458 -vt 0.058238 0.010913 -vt 0.058985 0.011147 -vt 0.058155 0.010972 -vt 0.058966 0.011205 -vt 0.052074 0.011235 -vt 0.051261 0.011502 -vt 0.048316 0.013149 -vt 0.048935 0.012670 -vt 0.048279 0.013098 -vt 0.046391 0.015011 -vt 0.045927 0.015732 -vt 0.044779 0.018059 -vt 0.044538 0.018804 -vt 0.044732 0.018044 -vt 0.044452 0.018776 -vt 0.044095 0.021434 -vt 0.044098 0.022290 -vt 0.044031 0.022217 -vt 0.044779 0.025591 -vt 0.044513 0.024855 -vt 0.044694 0.025619 -vt 0.046427 0.028613 -vt 0.045968 0.027980 -vt 0.048290 0.030538 -vt 0.049011 0.031002 -vt 0.052145 0.032436 -vt 0.051310 0.032235 -vt 0.052054 0.032477 -vt 0.054712 0.032834 -vt 0.055568 0.032831 -vt 0.058870 0.032150 -vt 0.058134 0.032416 -vt 0.058897 0.032235 -vt 0.061891 0.030502 -vt 0.061258 0.030962 -vt 0.064219 0.027964 -vt 0.063780 0.028613 -vt 0.065453 0.025599 -vt 0.065714 0.024784 -vt 0.065755 0.024875 -vt 0.066112 0.021434 -vt 0.066158 0.022217 -vt 0.066176 0.021434 -vt 0.065695 0.018796 -vt 0.065427 0.017983 -vt 0.063780 0.015038 -vt 0.064259 0.015657 -vt 0.061243 0.012710 -vt 0.061891 0.013149 -vt 0.058878 0.011476 -vt 0.058141 0.011212 -vt 0.052509 0.011271 -vt 0.052576 0.011253 -vt 0.052422 0.011176 -vt 0.052370 0.011238 -vt 0.052217 0.011202 -vt 0.052320 0.011124 -vt 0.052607 0.011276 -vt 0.052487 0.011079 -vt 0.052359 0.010973 -vt 0.052207 0.010899 -vt 0.052071 0.010891 -vt 0.052498 0.011136 -vt 0.052249 0.010955 -vt 0.052396 0.011086 -vt 0.052243 0.011046 -vt 0.052174 0.011044 -vt 0.052106 0.010920 -vt 0.052579 0.011494 -vt 0.052502 0.011590 -vt 0.052447 0.011668 -vt 0.051048 0.011714 -vt 0.051178 0.011657 -vt 0.050979 0.011724 -vt 0.050935 0.011786 -vt 0.050971 0.011661 -vt 0.051141 0.011593 -vt 0.051122 0.011484 -vt 0.051180 0.011474 -vt 0.051035 0.011279 -vt 0.050945 0.011432 -vt 0.050910 0.011571 -vt 0.050915 0.011702 -vt 0.050982 0.011545 -vt 0.050967 0.011369 -vt 0.051064 0.011406 -vt 0.051114 0.011224 -vt 0.051181 0.011354 -vt 0.051269 0.012041 -vt 0.051375 0.012079 -vt 0.051119 0.011994 -vt 0.049375 0.012589 -vt 0.049506 0.012613 -vt 0.049432 0.012551 -vt 0.049309 0.012507 -vt 0.049274 0.012538 -vt 0.049149 0.012508 -vt 0.049232 0.012601 -vt 0.049075 0.012614 -vt 0.048953 0.012581 -vt 0.049376 0.012487 -vt 0.049140 0.012352 -vt 0.048973 0.012329 -vt 0.048841 0.012363 -vt 0.049322 0.012465 -vt 0.049029 0.012370 -vt 0.049510 0.012779 -vt 0.049052 0.012458 -vt 0.048986 0.012477 -vt 0.048883 0.012381 -vt 0.049467 0.012895 -vt 0.049438 0.012986 -vt 0.048138 0.013473 -vt 0.048071 0.013583 -vt 0.048036 0.013565 -vt 0.048032 0.013435 -vt 0.048052 0.013354 -vt 0.048173 0.013318 -vt 0.048121 0.013221 -vt 0.047976 0.013053 -vt 0.047937 0.013226 -vt 0.047946 0.013369 -vt 0.047992 0.013492 -vt 0.048007 0.013322 -vt 0.047939 0.013159 -vt 0.048042 0.013164 -vt 0.048034 0.012976 -vt 0.048137 0.013079 -vt 0.048433 0.013705 -vt 0.048545 0.013708 -vt 0.048276 0.013707 -vt 0.046801 0.014812 -vt 0.046675 0.014786 -vt 0.046669 0.014867 -vt 0.046524 0.014927 -vt 0.046562 0.014804 -vt 0.046585 0.014657 -vt 0.046338 0.014688 -vt 0.046223 0.014762 -vt 0.046636 0.014678 -vt 0.046405 0.014710 -vt 0.046601 0.014729 -vt 0.046454 0.014786 -vt 0.046396 0.014825 -vt 0.046268 0.014765 -vt 0.046989 0.014951 -vt 0.046983 0.015074 -vt 0.046984 0.015169 -vt 0.045898 0.016034 -vt 0.045951 0.015906 -vt 0.045868 0.016160 -vt 0.045830 0.016154 -vt 0.045786 0.016031 -vt 0.045780 0.015948 -vt 0.045883 0.015876 -vt 0.045845 0.015757 -vt 0.045624 0.015618 -vt 0.045614 0.015766 -vt 0.045684 0.015995 -vt 0.045765 0.016097 -vt 0.045727 0.015931 -vt 0.045611 0.015798 -vt 0.045711 0.015770 -vt 0.045645 0.015594 -vt 0.045775 0.015659 -vt 0.046250 0.016164 -vt 0.046358 0.016132 -vt 0.046102 0.016214 -vt 0.045040 0.017721 -vt 0.045160 0.017662 -vt 0.045021 0.017663 -vt 0.044912 0.017735 -vt 0.044810 0.017788 -vt 0.044932 0.017814 -vt 0.044812 0.017916 -vt 0.044694 0.017962 -vt 0.044980 0.017637 -vt 0.044711 0.017667 -vt 0.044562 0.017746 -vt 0.044475 0.017852 -vt 0.044924 0.017651 -vt 0.044712 0.017710 -vt 0.044659 0.017859 -vt 0.044702 0.017804 -vt 0.044519 0.017841 -vt 0.045262 0.017795 -vt 0.045294 0.017914 -vt 0.045325 0.018004 -vt 0.044559 0.019162 -vt 0.044515 0.019275 -vt 0.044420 0.019117 -vt 0.044496 0.019017 -vt 0.044397 0.018968 -vt 0.044181 0.018918 -vt 0.044251 0.019081 -vt 0.044309 0.019161 -vt 0.044555 0.019329 -vt 0.044396 0.019221 -vt 0.044365 0.019117 -vt 0.044213 0.019026 -vt 0.044300 0.018969 -vt 0.044182 0.018822 -vt 0.044326 0.018844 -vt 0.044934 0.019177 -vt 0.045027 0.019113 -vt 0.044808 0.019270 -vt 0.044264 0.021031 -vt 0.044300 0.020940 -vt 0.044267 0.020963 -vt 0.044147 0.021085 -vt 0.044190 0.021153 -vt 0.044108 0.021288 -vt 0.044066 0.021166 -vt 0.044009 0.021368 -vt 0.043999 0.021033 -vt 0.043817 0.021204 -vt 0.043768 0.021331 -vt 0.044052 0.021020 -vt 0.044182 0.020970 -vt 0.043949 0.021122 -vt 0.043945 0.021280 -vt 0.043968 0.021215 -vt 0.043806 0.021307 -vt 0.044498 0.021033 -vt 0.044566 0.021137 -vt 0.044622 0.021213 -vt 0.044219 0.022417 -vt 0.044222 0.022627 -vt 0.044267 0.022688 -vt 0.044160 0.022615 -vt 0.044106 0.022551 -vt 0.044147 0.022432 -vt 0.044038 0.022417 -vt 0.043817 0.022436 -vt 0.043934 0.022569 -vt 0.044055 0.022645 -vt 0.044182 0.022680 -vt 0.044053 0.022569 -vt 0.043881 0.022528 -vt 0.043946 0.022447 -vt 0.043837 0.022469 -vt 0.043933 0.022320 -vt 0.043789 0.022344 -vt 0.044613 0.022449 -vt 0.044682 0.022360 -vt 0.044523 0.022577 -vt 0.044549 0.024420 -vt 0.044612 0.024302 -vt 0.044531 0.024354 -vt 0.044455 0.024507 -vt 0.044517 0.024559 -vt 0.044480 0.024712 -vt 0.044403 0.024609 -vt 0.044411 0.024819 -vt 0.044452 0.024387 -vt 0.044251 0.024570 -vt 0.044177 0.024722 -vt 0.044170 0.024858 -vt 0.044414 0.024431 -vt 0.044234 0.024681 -vt 0.044365 0.024533 -vt 0.044325 0.024686 -vt 0.044323 0.024755 -vt 0.044199 0.024823 -vt 0.044772 0.024350 -vt 0.044869 0.024427 -vt 0.044946 0.024482 -vt 0.044935 0.025751 -vt 0.045002 0.025950 -vt 0.045064 0.025995 -vt 0.044939 0.025958 -vt 0.044868 0.025914 -vt 0.044871 0.025788 -vt 0.044763 0.025807 -vt 0.044558 0.025894 -vt 0.044711 0.025984 -vt 0.044849 0.026019 -vt 0.044980 0.026014 -vt 0.044824 0.025947 -vt 0.044648 0.025962 -vt 0.044684 0.025865 -vt 0.044588 0.025919 -vt 0.044632 0.025748 -vt 0.044503 0.025815 -vt 0.045320 0.025660 -vt 0.045273 0.025810 -vt 0.045879 0.027697 -vt 0.045860 0.027495 -vt 0.045830 0.027497 -vt 0.045786 0.027620 -vt 0.045816 0.027656 -vt 0.045787 0.027780 -vt 0.045892 0.027854 -vt 0.045692 0.027635 -vt 0.045631 0.027789 -vt 0.045607 0.027956 -vt 0.045642 0.028088 -vt 0.045743 0.027607 -vt 0.045666 0.027813 -vt 0.045756 0.027943 -vt 0.045736 0.027877 -vt 0.045659 0.028047 -vt 0.046058 0.027419 -vt 0.046174 0.027462 -vt 0.046264 0.027491 -vt 0.046751 0.028791 -vt 0.046646 0.028701 -vt 0.046757 0.028901 -vt 0.046844 0.028893 -vt 0.046562 0.028846 -vt 0.046596 0.028756 -vt 0.046331 0.028953 -vt 0.046504 0.028992 -vt 0.046647 0.028983 -vt 0.046770 0.028937 -vt 0.046601 0.028922 -vt 0.046438 0.028991 -vt 0.046442 0.028887 -vt 0.046254 0.028896 -vt 0.046357 0.028792 -vt 0.046984 0.028496 -vt 0.046987 0.028384 -vt 0.046985 0.028653 -vt 0.048090 0.030128 -vt 0.048036 0.030085 -vt 0.048064 0.030254 -vt 0.048145 0.030260 -vt 0.048206 0.030405 -vt 0.048083 0.030367 -vt 0.048037 0.030046 -vt 0.047948 0.030259 -vt 0.047937 0.030425 -vt 0.047967 0.030591 -vt 0.048040 0.030706 -vt 0.047988 0.030217 -vt 0.047988 0.030525 -vt 0.048007 0.030329 -vt 0.048065 0.030475 -vt 0.048104 0.030533 -vt 0.048044 0.030661 -vt 0.048229 0.029940 -vt 0.048353 0.029946 -vt 0.048448 0.029945 -vt 0.048554 0.029942 -vt 0.049312 0.031031 -vt 0.049185 0.030979 -vt 0.049351 0.031134 -vt 0.049351 0.031198 -vt 0.049226 0.031150 -vt 0.049155 0.031046 -vt 0.049036 0.031084 -vt 0.048963 0.031315 -vt 0.049140 0.031299 -vt 0.049234 0.031269 -vt 0.049318 0.031204 -vt 0.049210 0.031202 -vt 0.049076 0.031318 -vt 0.049048 0.031218 -vt 0.048872 0.031284 -vt 0.048938 0.031154 -vt 0.049442 0.030679 -vt 0.049411 0.030571 -vt 0.049492 0.030827 -vt 0.050999 0.031889 -vt 0.050941 0.031769 -vt 0.050935 0.031865 -vt 0.050904 0.032001 -vt 0.051014 0.032017 -vt 0.051092 0.031997 -vt 0.051195 0.032117 -vt 0.051066 0.032119 -vt 0.051240 0.032236 -vt 0.050919 0.032142 -vt 0.051025 0.032367 -vt 0.051130 0.032454 -vt 0.050915 0.031949 -vt 0.050923 0.032088 -vt 0.050988 0.032217 -vt 0.051137 0.032270 -vt 0.051082 0.032227 -vt 0.051120 0.032410 -vt 0.051073 0.031668 -vt 0.051193 0.031635 -vt 0.051283 0.031605 -vt 0.051383 0.031569 -vt 0.052441 0.032370 -vt 0.052303 0.032360 -vt 0.052554 0.032414 -vt 0.052395 0.032509 -vt 0.052295 0.032433 -vt 0.052247 0.032532 -vt 0.052196 0.032748 -vt 0.052359 0.032678 -vt 0.052469 0.032586 -vt 0.052498 0.032542 -vt 0.052396 0.032565 -vt 0.052304 0.032716 -vt 0.052247 0.032629 -vt 0.052100 0.032747 -vt 0.052122 0.032603 -vt 0.052455 0.031995 -vt 0.052392 0.031902 -vt 0.052549 0.032121 -vt 0.054310 0.032665 -vt 0.054217 0.032569 -vt 0.054241 0.032662 -vt 0.054254 0.032801 -vt 0.054363 0.032782 -vt 0.054432 0.032739 -vt 0.054566 0.032821 -vt 0.054445 0.032863 -vt 0.054311 0.032930 -vt 0.054482 0.033112 -vt 0.054609 0.033161 -vt 0.054249 0.032748 -vt 0.054299 0.032877 -vt 0.054460 0.033046 -vt 0.054361 0.032876 -vt 0.054493 0.032961 -vt 0.054559 0.032984 -vt 0.054585 0.033123 -vt 0.054312 0.032431 -vt 0.054415 0.032363 -vt 0.054492 0.032307 -vt 0.055829 0.032677 -vt 0.055695 0.032710 -vt 0.055905 0.032707 -vt 0.055966 0.032662 -vt 0.055893 0.032770 -vt 0.055829 0.032824 -vt 0.055711 0.032782 -vt 0.055637 0.032883 -vt 0.055714 0.033112 -vt 0.055847 0.032995 -vt 0.055924 0.032874 -vt 0.055959 0.032748 -vt 0.055847 0.032876 -vt 0.055807 0.033048 -vt 0.055726 0.032983 -vt 0.055622 0.033140 -vt 0.055599 0.032997 -vt 0.055728 0.032316 -vt 0.055855 0.032407 -vt 0.057698 0.032380 -vt 0.057580 0.032317 -vt 0.057632 0.032398 -vt 0.057687 0.032526 -vt 0.057785 0.032475 -vt 0.057837 0.032413 -vt 0.057991 0.032449 -vt 0.057888 0.032526 -vt 0.058097 0.032518 -vt 0.057782 0.032632 -vt 0.058000 0.032752 -vt 0.058136 0.032760 -vt 0.057666 0.032477 -vt 0.057753 0.032585 -vt 0.057959 0.032696 -vt 0.057812 0.032565 -vt 0.057964 0.032604 -vt 0.058034 0.032606 -vt 0.058102 0.032730 -vt 0.057628 0.032157 -vt 0.057705 0.032060 -vt 0.057761 0.031983 -vt 0.059245 0.031837 -vt 0.059273 0.031865 -vt 0.059236 0.031990 -vt 0.059185 0.031985 -vt 0.059192 0.032061 -vt 0.059067 0.032058 -vt 0.059086 0.032166 -vt 0.059172 0.032371 -vt 0.059262 0.032219 -vt 0.059298 0.032080 -vt 0.059295 0.032027 -vt 0.059225 0.032105 -vt 0.059240 0.032282 -vt 0.059143 0.032245 -vt 0.059093 0.032426 -vt 0.059026 0.032297 -vt 0.058939 0.031609 -vt 0.058833 0.031572 -vt 0.059088 0.031656 -vt 0.060833 0.031061 -vt 0.060701 0.031038 -vt 0.060975 0.031050 -vt 0.060815 0.031119 -vt 0.060934 0.031113 -vt 0.061058 0.031142 -vt 0.061132 0.031037 -vt 0.060832 0.031164 -vt 0.061068 0.031299 -vt 0.061235 0.031322 -vt 0.061367 0.031287 -vt 0.060885 0.031186 -vt 0.061178 0.031281 -vt 0.060998 0.031202 -vt 0.061155 0.031193 -vt 0.061222 0.031173 -vt 0.061325 0.031270 -vt 0.060697 0.030871 -vt 0.060741 0.030755 -vt 0.060769 0.030665 -vt 0.060799 0.030563 -vt 0.061980 0.030283 -vt 0.062148 0.030158 -vt 0.062171 0.030085 -vt 0.062175 0.030216 -vt 0.062035 0.030333 -vt 0.062125 0.030367 -vt 0.062232 0.030598 -vt 0.062270 0.030425 -vt 0.062261 0.030282 -vt 0.062215 0.030159 -vt 0.062200 0.030329 -vt 0.062269 0.030492 -vt 0.062165 0.030487 -vt 0.062174 0.030675 -vt 0.062070 0.030572 -vt 0.061775 0.029945 -vt 0.061662 0.029942 -vt 0.061931 0.029944 -vt 0.063538 0.028784 -vt 0.063352 0.028865 -vt 0.063274 0.028858 -vt 0.063364 0.028893 -vt 0.063533 0.028865 -vt 0.063684 0.028723 -vt 0.063646 0.028846 -vt 0.063437 0.028937 -vt 0.063703 0.028992 -vt 0.063869 0.028963 -vt 0.063984 0.028889 -vt 0.063495 0.028941 -vt 0.063803 0.028941 -vt 0.063219 0.028700 -vt 0.063754 0.028864 -vt 0.063811 0.028825 -vt 0.063939 0.028885 -vt 0.063224 0.028576 -vt 0.063224 0.028481 -vt 0.064309 0.027617 -vt 0.064257 0.027744 -vt 0.064356 0.027500 -vt 0.064477 0.027578 -vt 0.064412 0.027578 -vt 0.064428 0.027703 -vt 0.064324 0.027774 -vt 0.064363 0.027893 -vt 0.064594 0.027966 -vt 0.064577 0.027789 -vt 0.064524 0.027656 -vt 0.064443 0.027554 -vt 0.064480 0.027719 -vt 0.064596 0.027853 -vt 0.064496 0.027881 -vt 0.064562 0.028057 -vt 0.064432 0.027991 -vt 0.063957 0.027487 -vt 0.063849 0.027518 -vt 0.064106 0.027437 -vt 0.065167 0.025930 -vt 0.065143 0.025995 -vt 0.065279 0.026025 -vt 0.065295 0.025916 -vt 0.065276 0.025837 -vt 0.065395 0.025734 -vt 0.065397 0.025863 -vt 0.065514 0.025689 -vt 0.065420 0.026010 -vt 0.065646 0.025905 -vt 0.065732 0.025799 -vt 0.065227 0.026014 -vt 0.065366 0.026006 -vt 0.065496 0.025941 -vt 0.065548 0.025792 -vt 0.065506 0.025847 -vt 0.065688 0.025810 -vt 0.064946 0.025856 -vt 0.064913 0.025737 -vt 0.064883 0.025646 -vt 0.065648 0.024489 -vt 0.065638 0.024626 -vt 0.065638 0.024360 -vt 0.065677 0.024354 -vt 0.065756 0.024457 -vt 0.065788 0.024534 -vt 0.065712 0.024634 -vt 0.065810 0.024682 -vt 0.066027 0.024733 -vt 0.065956 0.024570 -vt 0.065865 0.024460 -vt 0.065820 0.024431 -vt 0.065843 0.024533 -vt 0.065994 0.024625 -vt 0.065908 0.024682 -vt 0.066017 0.024695 -vt 0.065881 0.024807 -vt 0.065273 0.024474 -vt 0.065181 0.024537 -vt 0.065399 0.024380 -vt 0.065943 0.022619 -vt 0.065847 0.022712 -vt 0.065940 0.022688 -vt 0.066079 0.022675 -vt 0.066060 0.022566 -vt 0.066017 0.022497 -vt 0.066100 0.022363 -vt 0.066141 0.022485 -vt 0.066198 0.022283 -vt 0.066209 0.022618 -vt 0.066390 0.022447 -vt 0.066440 0.022320 -vt 0.066026 0.022680 -vt 0.066156 0.022630 -vt 0.066259 0.022528 -vt 0.066263 0.022370 -vt 0.066239 0.022436 -vt 0.066401 0.022344 -vt 0.065710 0.022617 -vt 0.065642 0.022514 -vt 0.065585 0.022437 -vt 0.065955 0.021100 -vt 0.065988 0.021234 -vt 0.065962 0.020979 -vt 0.066102 0.021100 -vt 0.066060 0.021218 -vt 0.066169 0.021234 -vt 0.066391 0.021215 -vt 0.066273 0.021082 -vt 0.066152 0.021006 -vt 0.066026 0.020970 -vt 0.066154 0.021082 -vt 0.066326 0.021122 -vt 0.066262 0.021204 -vt 0.066370 0.021182 -vt 0.066275 0.021331 -vt 0.066419 0.021307 -vt 0.065594 0.021201 -vt 0.065525 0.021291 -vt 0.065685 0.021074 -vt 0.065658 0.019231 -vt 0.065595 0.019349 -vt 0.065677 0.019297 -vt 0.065804 0.019242 -vt 0.065753 0.019144 -vt 0.065691 0.019092 -vt 0.065727 0.018938 -vt 0.065805 0.019042 -vt 0.065910 0.019147 -vt 0.066030 0.018929 -vt 0.066038 0.018793 -vt 0.065756 0.019263 -vt 0.065864 0.019176 -vt 0.065974 0.018970 -vt 0.065435 0.019301 -vt 0.065883 0.018965 -vt 0.065885 0.018895 -vt 0.066009 0.018827 -vt 0.065339 0.019224 -vt 0.065261 0.019169 -vt 0.065200 0.017782 -vt 0.065272 0.017899 -vt 0.065116 0.017684 -vt 0.065143 0.017656 -vt 0.065268 0.017693 -vt 0.065263 0.017744 -vt 0.065339 0.017737 -vt 0.065336 0.017862 -vt 0.065455 0.017901 -vt 0.065650 0.017757 -vt 0.065497 0.017667 -vt 0.065358 0.017632 -vt 0.065305 0.017634 -vt 0.065384 0.017704 -vt 0.065560 0.017689 -vt 0.065523 0.017786 -vt 0.065705 0.017836 -vt 0.065575 0.017903 -vt 0.064888 0.017990 -vt 0.064935 0.017841 -vt 0.064340 0.016097 -vt 0.064317 0.016228 -vt 0.064422 0.016031 -vt 0.064378 0.016154 -vt 0.064391 0.015995 -vt 0.064421 0.015871 -vt 0.064328 0.015954 -vt 0.064315 0.015797 -vt 0.064515 0.016016 -vt 0.064577 0.015861 -vt 0.064600 0.015694 -vt 0.064566 0.015562 -vt 0.064464 0.016044 -vt 0.064560 0.015751 -vt 0.064150 0.016232 -vt 0.064471 0.015774 -vt 0.064452 0.015707 -vt 0.064548 0.015604 -vt 0.064034 0.016188 -vt 0.063943 0.016160 -vt 0.063456 0.014860 -vt 0.063390 0.014758 -vt 0.063494 0.014754 -vt 0.063611 0.014894 -vt 0.063646 0.014804 -vt 0.063876 0.014697 -vt 0.063703 0.014659 -vt 0.063560 0.014668 -vt 0.063437 0.014714 -vt 0.063607 0.014729 -vt 0.063665 0.014653 -vt 0.063765 0.014764 -vt 0.063953 0.014755 -vt 0.063851 0.014859 -vt 0.063224 0.015155 -vt 0.063221 0.015267 -vt 0.063222 0.014998 -vt 0.062117 0.013523 -vt 0.062136 0.013655 -vt 0.062171 0.013565 -vt 0.062242 0.013446 -vt 0.062143 0.013397 -vt 0.062062 0.013391 -vt 0.062002 0.013245 -vt 0.062125 0.013283 -vt 0.062272 0.013307 -vt 0.062241 0.013060 -vt 0.062167 0.012945 -vt 0.062215 0.013492 -vt 0.062251 0.013357 -vt 0.062220 0.013126 -vt 0.061978 0.013710 -vt 0.062143 0.013175 -vt 0.062104 0.013118 -vt 0.062164 0.012990 -vt 0.061855 0.013705 -vt 0.061760 0.013706 -vt 0.061023 0.012672 -vt 0.060775 0.012551 -vt 0.060851 0.012551 -vt 0.060898 0.012507 -vt 0.060981 0.012501 -vt 0.061053 0.012605 -vt 0.061172 0.012566 -vt 0.061244 0.012335 -vt 0.061068 0.012352 -vt 0.060935 0.012405 -vt 0.060832 0.012487 -vt 0.060998 0.012449 -vt 0.061132 0.012333 -vt 0.061159 0.012433 -vt 0.061205 0.012332 -vt 0.061270 0.012497 -vt 0.060765 0.012972 -vt 0.060797 0.013080 -vt 0.060715 0.012823 -vt 0.059208 0.011762 -vt 0.059267 0.011882 -vt 0.059273 0.011786 -vt 0.059194 0.011634 -vt 0.059115 0.011653 -vt 0.059013 0.011534 -vt 0.059141 0.011532 -vt 0.059292 0.011702 -vt 0.059262 0.011432 -vt 0.059183 0.011283 -vt 0.059077 0.011197 -vt 0.059278 0.011646 -vt 0.059183 0.011353 -vt 0.059225 0.011545 -vt 0.059125 0.011423 -vt 0.059070 0.011381 -vt 0.059088 0.011241 -vt 0.059134 0.011983 -vt 0.059015 0.012016 -vt 0.058925 0.012046 -vt 0.057767 0.011281 -vt 0.057905 0.011291 -vt 0.057698 0.011195 -vt 0.057679 0.011133 -vt 0.057812 0.011141 -vt 0.057912 0.011218 -vt 0.057961 0.011119 -vt 0.058063 0.011215 -vt 0.058011 0.010902 -vt 0.057849 0.010973 -vt 0.057768 0.011030 -vt 0.057708 0.011117 -vt 0.057812 0.011086 -vt 0.057903 0.010935 -vt 0.057960 0.011021 -vt 0.058107 0.010904 -vt 0.058085 0.011048 -vt 0.057752 0.011656 -vt 0.057816 0.011749 -vt 0.057659 0.011530 -vt 0.048039 0.013852 -vt 0.048124 0.013949 -vt 0.047302 0.014912 -vt 0.047147 0.014774 -vt 0.047571 0.014293 -vt 0.047607 0.014328 -vt 0.047662 0.014384 -vt 0.047732 0.014454 -vt 0.045921 0.016426 -vt 0.045964 0.016452 -vt 0.046032 0.016491 -vt 0.045547 0.017661 -vt 0.045357 0.017578 -vt 0.045631 0.016999 -vt 0.045657 0.017012 -vt 0.045727 0.017048 -vt 0.045815 0.017093 -vt 0.044702 0.019528 -vt 0.044828 0.019556 -vt 0.044728 0.020818 -vt 0.044522 0.020798 -vt 0.044582 0.020159 -vt 0.044632 0.020167 -vt 0.044710 0.020179 -vt 0.044808 0.020195 -vt 0.044587 0.022847 -vt 0.044924 0.024073 -vt 0.044722 0.024118 -vt 0.044582 0.023492 -vt 0.044632 0.023484 -vt 0.044710 0.023472 -vt 0.044808 0.023456 -vt 0.045338 0.026081 -vt 0.045384 0.026061 -vt 0.045547 0.025990 -vt 0.046117 0.027109 -vt 0.045939 0.027214 -vt 0.045631 0.026652 -vt 0.045657 0.026639 -vt 0.045727 0.026603 -vt 0.047131 0.028891 -vt 0.047228 0.028805 -vt 0.048124 0.029702 -vt 0.048053 0.029782 -vt 0.047571 0.029358 -vt 0.047607 0.029322 -vt 0.047662 0.029267 -vt 0.047732 0.029197 -vt 0.049704 0.031009 -vt 0.049770 0.030897 -vt 0.050900 0.031473 -vt 0.050857 0.031572 -vt 0.050267 0.031317 -vt 0.050290 0.031272 -vt 0.050326 0.031202 -vt 0.050371 0.031114 -vt 0.052806 0.032228 -vt 0.052825 0.032143 -vt 0.054096 0.032201 -vt 0.054076 0.032407 -vt 0.053437 0.032347 -vt 0.053445 0.032297 -vt 0.053457 0.032220 -vt 0.053473 0.032122 -vt 0.056125 0.032342 -vt 0.056111 0.032201 -vt 0.057352 0.032005 -vt 0.057396 0.032207 -vt 0.056767 0.032326 -vt 0.056757 0.032261 -vt 0.056734 0.032122 -vt 0.059359 0.031591 -vt 0.059339 0.031545 -vt 0.059308 0.031473 -vt 0.060438 0.030897 -vt 0.060492 0.030990 -vt 0.059930 0.031298 -vt 0.059917 0.031272 -vt 0.059881 0.031202 -vt 0.059836 0.031114 -vt 0.062169 0.029798 -vt 0.062135 0.029760 -vt 0.062083 0.029702 -vt 0.062906 0.028739 -vt 0.063061 0.028876 -vt 0.062621 0.029343 -vt 0.062601 0.029322 -vt 0.062545 0.029267 -vt 0.062475 0.029197 -vt 0.064287 0.027225 -vt 0.064176 0.027159 -vt 0.064660 0.025990 -vt 0.064850 0.026073 -vt 0.064596 0.026662 -vt 0.064551 0.026639 -vt 0.064480 0.026603 -vt 0.064392 0.026558 -vt 0.065506 0.024123 -vt 0.065421 0.024104 -vt 0.065479 0.022833 -vt 0.065686 0.022853 -vt 0.065625 0.023492 -vt 0.065576 0.023484 -vt 0.065498 0.023472 -vt 0.065400 0.023456 -vt 0.065620 0.020804 -vt 0.065283 0.019577 -vt 0.065485 0.019533 -vt 0.065625 0.020159 -vt 0.065576 0.020167 -vt 0.065498 0.020179 -vt 0.065400 0.020195 -vt 0.064870 0.017570 -vt 0.064823 0.017590 -vt 0.064660 0.017661 -vt 0.064090 0.016542 -vt 0.064268 0.016437 -vt 0.064576 0.016999 -vt 0.064551 0.017012 -vt 0.064480 0.017048 -vt 0.063077 0.014760 -vt 0.063012 0.014818 -vt 0.062017 0.014023 -vt 0.062135 0.013890 -vt 0.062636 0.014293 -vt 0.062575 0.014354 -vt 0.062475 0.014454 -vt 0.060503 0.012642 -vt 0.060438 0.012754 -vt 0.059268 0.012269 -vt 0.059351 0.012079 -vt 0.059917 0.012379 -vt 0.059881 0.012449 -vt 0.059836 0.012537 -vt 0.057401 0.011423 -vt 0.057373 0.011549 -vt 0.056121 0.011351 -vt 0.056131 0.011244 -vt 0.056762 0.011354 -vt 0.056750 0.011431 -vt 0.056734 0.011529 -vt 0.054074 0.011222 -vt 0.054079 0.011273 -vt 0.054087 0.011351 -vt 0.052856 0.011646 -vt 0.052811 0.011444 -vt 0.053441 0.011325 -vt 0.053445 0.011354 -vt 0.053457 0.011431 -vt 0.053473 0.011529 -vt 0.050848 0.012059 -vt 0.050868 0.012106 -vt 0.050900 0.012178 -vt 0.049820 0.012839 -vt 0.049715 0.012661 -vt 0.050277 0.012353 -vt 0.050290 0.012379 -vt 0.050326 0.012449 -vt 0.050371 0.012537 -vt 0.054940 0.019905 -vt 0.055267 0.019905 -vt 0.055269 0.019887 -vt 0.055589 0.019960 -vt 0.055104 0.023753 -vt 0.055445 0.023816 -vt 0.055430 0.023725 -vt 0.055746 0.023643 -vt 0.056044 0.023508 -vt 0.056373 0.023397 -vt 0.056315 0.023325 -vt 0.056551 0.023099 -vt 0.056824 0.022884 -vt 0.056745 0.022836 -vt 0.056893 0.022544 -vt 0.057078 0.022251 -vt 0.056988 0.022232 -vt 0.057030 0.021907 -vt 0.057016 0.021581 -vt 0.057035 0.021234 -vt 0.056947 0.021261 -vt 0.056825 0.020957 -vt 0.056654 0.020679 -vt 0.056501 0.020367 -vt 0.056438 0.020434 -vt 0.056235 0.020152 -vt 0.056183 0.020228 -vt 0.055898 0.020069 -vt 0.055613 0.019871 -vt 0.054595 0.019871 -vt 0.054618 0.019960 -vt 0.054310 0.020069 -vt 0.053973 0.020152 -vt 0.054024 0.020228 -vt 0.053770 0.020434 -vt 0.053554 0.020679 -vt 0.053300 0.020916 -vt 0.053382 0.020957 -vt 0.053260 0.021261 -vt 0.053192 0.021581 -vt 0.053086 0.021911 -vt 0.053178 0.021907 -vt 0.053219 0.022232 -vt 0.053229 0.022579 -vt 0.053315 0.022544 -vt 0.053462 0.022836 -vt 0.053587 0.023160 -vt 0.053657 0.023099 -vt 0.053893 0.023325 -vt 0.054164 0.023508 -vt 0.054431 0.023730 -vt 0.054462 0.023643 -vt 0.054778 0.023725 -vt 0.055278 0.019783 -vt 0.054906 0.024339 -vt 0.054543 0.024284 -vt 0.054943 0.024432 -vt 0.054991 0.024479 -vt 0.055087 0.024514 -vt 0.055186 0.024496 -vt 0.055265 0.024432 -vt 0.056061 0.024225 -vt 0.056121 0.024257 -vt 0.056188 0.024268 -vt 0.056255 0.024255 -vt 0.056313 0.024220 -vt 0.056357 0.024168 -vt 0.056380 0.024104 -vt 0.057041 0.023577 -vt 0.057109 0.023568 -vt 0.057195 0.023515 -vt 0.057243 0.023426 -vt 0.057242 0.023325 -vt 0.057577 0.022573 -vt 0.057639 0.022547 -vt 0.057708 0.022472 -vt 0.057730 0.022373 -vt 0.057716 0.022306 -vt 0.057681 0.022248 -vt 0.057681 0.021402 -vt 0.057716 0.021344 -vt 0.057728 0.021244 -vt 0.057708 0.021179 -vt 0.057666 0.021125 -vt 0.057609 0.021088 -vt 0.057242 0.020326 -vt 0.057249 0.020258 -vt 0.057216 0.020163 -vt 0.057140 0.020095 -vt 0.057075 0.020076 -vt 0.057007 0.020079 -vt 0.056383 0.019581 -vt 0.056371 0.019514 -vt 0.056337 0.019455 -vt 0.056255 0.019396 -vt 0.056188 0.019383 -vt 0.056090 0.019407 -vt 0.055265 0.019219 -vt 0.055186 0.019155 -vt 0.055121 0.019137 -vt 0.055021 0.019154 -vt 0.054965 0.019193 -vt 0.054925 0.019248 -vt 0.054118 0.019407 -vt 0.054019 0.019383 -vt 0.053922 0.019411 -vt 0.053870 0.019455 -vt 0.053837 0.019514 -vt 0.053824 0.019581 -vt 0.053200 0.020079 -vt 0.053132 0.020076 -vt 0.053067 0.020095 -vt 0.053013 0.020136 -vt 0.052964 0.020225 -vt 0.052959 0.020292 -vt 0.052977 0.020358 -vt 0.052598 0.021088 -vt 0.052541 0.021125 -vt 0.052487 0.021211 -vt 0.052481 0.021312 -vt 0.052506 0.021375 -vt 0.052551 0.021426 -vt 0.052527 0.022248 -vt 0.052491 0.022306 -vt 0.052479 0.022407 -vt 0.052500 0.022472 -vt 0.052568 0.022546 -vt 0.052631 0.022573 -vt 0.052965 0.023325 -vt 0.052959 0.023392 -vt 0.052991 0.023488 -vt 0.053038 0.023537 -vt 0.053099 0.023568 -vt 0.053166 0.023577 -vt 0.053828 0.024104 -vt 0.053851 0.024168 -vt 0.053922 0.024240 -vt 0.054019 0.024268 -vt 0.054118 0.024244 -vn 0.825194 0.564849 -0.000001 -vn 0.825195 0.564848 0.000000 -vn 0.781830 0.623491 0.000000 -vn 0.781831 0.623491 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.498407 0.866943 0.000000 -vn 0.498405 0.866944 0.000002 -vn 0.433887 0.900967 0.000000 -vn 0.433884 0.900969 0.000001 -vn 0.367059 0.930198 0.000000 -vn 0.367054 0.930200 0.000000 -vn 0.072901 0.997339 0.000000 -vn 0.072902 0.997339 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.072901 0.997339 0.000000 -vn -0.072902 0.997339 0.000000 -vn -0.367053 0.930200 0.000000 -vn -0.367054 0.930200 0.000000 -vn -0.433887 0.900967 0.000001 -vn -0.433882 0.900970 0.000000 -vn -0.498412 0.866940 0.000002 -vn -0.498399 0.866948 0.000000 -vn -0.734291 0.678835 0.000000 -vn -0.734313 0.678811 -0.000001 -vn -0.781823 0.623500 -0.000001 -vn -0.781838 0.623482 -0.000001 -vn -0.825195 0.564848 -0.000002 -vn -0.825202 0.564837 0.000000 -vn -0.956110 0.293007 0.000000 -vn -0.956115 0.292993 -0.000002 -vn -0.974928 0.222522 -0.000001 -vn -0.974928 0.222521 -0.000001 -vn -0.988556 0.150856 -0.000002 -vn -0.988554 0.150870 0.000000 -vn -0.988554 -0.150871 0.000000 -vn -0.988556 -0.150857 -0.000002 -vn -0.974928 -0.222522 -0.000001 -vn -0.974928 -0.222522 -0.000001 -vn -0.956115 -0.292993 -0.000002 -vn -0.956111 -0.293006 0.000000 -vn -0.825202 -0.564838 0.000000 -vn -0.825196 -0.564847 -0.000002 -vn -0.781838 -0.623482 -0.000001 -vn -0.781824 -0.623500 -0.000001 -vn -0.734313 -0.678811 -0.000001 -vn -0.734291 -0.678835 0.000000 -vn -0.498397 -0.866949 0.000000 -vn -0.498418 -0.866937 0.000000 -vn -0.433881 -0.900970 0.000000 -vn -0.433888 -0.900967 0.000000 -vn -0.367053 -0.930200 0.000000 -vn -0.367048 -0.930202 0.000000 -vn -0.072894 -0.997340 0.000000 -vn -0.072894 -0.997340 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.433884 -0.900969 0.000000 -vn 0.433887 -0.900967 0.000001 -vn 0.498405 -0.866944 0.000000 -vn 0.498413 -0.866940 0.000002 -vn 0.734307 -0.678818 0.000000 -vn 0.734307 -0.678818 0.000000 -vn 0.781830 -0.623491 0.000000 -vn 0.781834 -0.623487 0.000000 -vn 0.825195 -0.564848 0.000000 -vn 0.825202 -0.564837 0.000000 -vn 0.956115 -0.292992 0.000000 -vn 0.956111 -0.293005 0.000000 -vn 0.974929 -0.222516 0.000000 -vn 0.974928 -0.222522 0.000000 -vn 0.988556 -0.150855 0.000000 -vn 0.988556 -0.150854 0.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004104 -0.001853 -0.999990 -vn -0.009264 -0.006223 -0.999938 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000017 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004344 0.001968 -0.999989 -vn -0.008402 0.002192 -0.999962 -vn -0.002920 -0.003947 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn -0.002192 -0.004337 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004641 -0.001206 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.006232 -0.000004 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn 0.004717 -0.000812 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004109 -0.002299 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001768 -0.004404 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000201 -0.004787 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000758 -0.005893 -0.999982 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.002664 0.003606 -0.999990 -vn -0.008674 0.008328 -0.999928 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003223 -0.003667 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003757 0.003027 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004240 0.002367 -0.999988 -vn 0.004538 0.001600 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +f 1054/1180/2997 1083/1209/2998 1056/1182/2999 +f 1056/1182/2999 1083/1209/2998 1084/1210/3000 +v -145.946974 91.573254 86.500000 +v -140.715160 97.288597 86.500000 +v -145.277283 88.911846 86.500000 +v -140.411060 93.606171 86.500000 +v -143.863266 86.631347 86.500000 +v -139.332594 91.452839 86.500000 +v -141.734829 84.861765 86.500000 +v -138.140039 90.223591 86.500000 +v -138.740927 83.798745 86.500000 +v -136.215507 88.821301 86.500000 +v -136.032269 83.898676 86.500000 +v -133.604313 88.104020 86.500000 +v -136.032269 83.898676 88.971863 +v -135.425342 84.949907 90.000000 +v -135.854505 84.206574 89.698868 +v -138.582271 84.833438 90.000000 +v -138.694457 84.101800 89.698868 +v -138.740927 83.798745 88.971863 +v -133.604313 88.104020 88.971863 +v -133.759933 87.834478 89.698868 +v -134.135633 87.183746 90.000000 +v -136.669073 87.879668 90.000000 +v -136.348353 88.545503 89.698868 +v -136.215507 88.821301 88.971863 +v -141.218302 85.769391 90.000000 +v -141.583542 85.127603 89.698868 +v -141.734829 84.861765 88.971863 +v -138.816666 89.444489 90.000000 +v -138.338219 89.995397 89.698868 +v -138.140039 90.223591 88.971863 +v -143.077503 87.315130 90.000000 +v -143.633123 86.831622 89.698868 +v -143.863266 86.631347 88.971863 +v -140.180899 90.850698 90.000000 +v -139.581055 91.276476 89.698868 +v -139.332594 91.452839 88.971863 +v -144.319237 89.317772 90.000000 +v -144.996677 89.030739 89.698868 +v -145.277283 88.911846 88.971863 +v -141.419355 93.323472 90.000000 +v -140.706385 93.523371 89.698868 +v -140.411060 93.606171 88.971863 +v -145.946974 91.573254 88.971863 +v -145.703407 91.839334 89.698868 +v -145.115377 92.481707 90.000000 +v -140.715160 97.288597 88.971863 +v -141.661432 96.254868 90.000000 +v -140.992317 96.985825 89.698868 +v -113.587315 83.708206 86.574837 +v -115.291790 87.053427 86.574837 +v -117.946573 89.708210 86.574837 +v -121.291794 91.412684 86.574837 +v -125.000000 92.000006 86.574837 +v -128.708206 91.412683 86.574837 +v -132.053426 89.708208 86.574837 +v -134.708207 87.053425 86.574837 +v -136.412682 83.708205 86.574837 +v -137.000003 80.000000 86.574837 +v -136.412682 76.291795 86.574837 +v -134.708206 72.946576 86.574837 +v -132.053424 70.291795 86.574837 +v -128.708205 68.587320 86.574837 +v -125.000000 67.999998 86.574837 +v -121.291796 68.587320 86.574837 +v -117.946577 70.291796 86.574837 +v -115.291796 72.946576 86.574837 +v -113.587321 76.291796 86.574837 +v -113.000000 80.000000 86.574837 +v -125.000000 80.000000 86.574837 +v -125.000000 80.000000 96.400772 +v -113.587315 83.708206 92.053146 +v -113.832438 83.628561 92.987488 +v -115.291790 87.053427 92.053146 +v -115.500304 86.901933 92.987488 +v -117.946573 89.708210 92.053146 +v -118.098067 89.499696 92.987488 +v -121.291794 91.412684 92.053146 +v -121.371439 91.167562 92.987488 +v -125.000000 92.000006 92.053146 +v -125.000000 91.742269 92.987488 +v -128.708206 91.412683 92.053146 +v -128.628561 91.167561 92.987488 +v -132.053426 89.708208 92.053146 +v -131.901932 89.499694 92.987488 +v -134.708207 87.053425 92.053146 +v -134.499693 86.901931 92.987488 +v -136.412682 83.708205 92.053146 +v -136.167559 83.628560 92.987488 +v -137.000003 80.000000 92.053146 +v -136.742266 80.000000 92.987488 +v -136.412682 76.291795 92.053146 +v -136.167559 76.371440 92.987488 +v -134.708206 72.946576 92.053146 +v -134.499692 73.098070 92.987488 +v -132.053424 70.291795 92.053146 +v -131.901930 70.500309 92.987488 +v -128.708205 68.587320 92.053146 +v -128.628560 68.832443 92.987488 +v -125.000000 67.999998 92.053146 +v -125.000000 68.257735 92.987488 +v -121.291796 68.587320 92.053146 +v -121.371441 68.832443 92.987488 +v -117.946577 70.291796 92.053146 +v -118.098071 70.500310 92.987488 +v -115.291796 72.946576 92.053146 +v -115.500310 73.098070 92.987488 +v -113.587321 76.291796 92.053146 +v -113.832444 76.371441 92.987488 +v -113.000000 80.000000 92.053146 +v -113.257737 80.000000 92.987488 +v -115.494551 83.088508 95.920097 +v -116.304054 82.825485 96.400772 +v -117.602787 85.374390 96.400772 +v -116.914183 85.874690 95.920097 +v -119.625611 87.397213 96.400772 +v -119.125310 88.085817 95.920097 +v -122.174516 88.695946 96.400772 +v -121.911493 89.505449 95.920097 +v -125.000000 89.143456 96.400772 +v -125.000000 89.994618 95.920097 +v -127.825484 88.695946 96.400772 +v -128.088507 89.505448 95.920097 +v -130.374389 87.397213 96.400772 +v -130.874689 88.085816 95.920097 +v -132.397211 85.374388 96.400772 +v -133.085815 85.874688 95.920097 +v -133.695944 82.825483 96.400772 +v -134.505446 83.088506 95.920097 +v -134.143455 80.000000 96.400772 +v -134.994617 80.000000 95.920097 +v -133.695944 77.174517 96.400772 +v -134.505446 76.911494 95.920097 +v -132.397211 74.625613 96.400772 +v -133.085814 74.125313 95.920097 +v -130.374388 72.602791 96.400772 +v -130.874688 71.914187 95.920097 +v -127.825483 71.304058 96.400772 +v -128.088507 70.494555 95.920097 +v -125.000001 70.856547 96.400772 +v -125.000001 70.005385 95.920097 +v -122.174518 71.304058 96.400772 +v -121.911494 70.494555 95.920097 +v -119.625614 72.602791 96.400772 +v -119.125314 71.914187 95.920097 +v -117.602792 74.625614 96.400772 +v -116.914187 74.125313 95.920097 +v -116.304059 77.174518 96.400772 +v -115.494556 76.911495 95.920097 +v -115.856548 80.000001 96.400772 +v -115.005386 80.000000 95.920097 +v -96.468287 89.270515 88.759880 +v -100.729473 97.633568 88.759880 +v -107.366432 104.270525 88.759880 +v -115.729486 108.531710 88.759880 +v -125.000000 110.000015 88.759880 +v -134.270514 108.531708 88.759880 +v -142.633564 104.270519 88.759880 +v -149.270517 97.633562 88.759880 +v -153.531704 89.270512 88.759880 +v -155.000008 80.000000 88.759880 +v -153.531704 70.729488 88.759880 +v -149.270515 62.366440 88.759880 +v -142.633560 55.729486 88.759880 +v -134.270512 51.468300 88.759880 +v -125.000001 49.999996 88.759880 +v -115.729491 51.468302 88.759880 +v -107.366444 55.729488 88.759880 +v -100.729490 62.366442 88.759880 +v -96.468304 70.729490 88.759880 +v -95.000000 80.000000 88.759880 +v -101.198009 87.733738 94.455727 +v -104.752811 94.710442 94.455727 +v -110.289559 100.247187 94.455727 +v -117.266265 103.801992 94.455727 +v -125.000001 105.026894 94.455727 +v -132.733737 103.801991 94.455727 +v -139.710438 100.247179 94.455727 +v -145.247177 94.710436 94.455727 +v -148.801987 87.733734 94.455727 +v -150.026886 80.000001 94.455727 +v -148.801987 72.266268 94.455727 +v -145.247177 65.289567 94.455727 +v -139.710434 59.752825 94.455727 +v -132.733734 56.198019 94.455727 +v -125.000001 54.973118 94.455727 +v -117.266270 56.198019 94.455727 +v -110.289570 59.752827 94.455727 +v -104.752831 65.289568 94.455727 +v -101.198021 72.266269 94.455727 +v -99.973122 80.000001 94.455727 +v -103.101017 87.115413 94.455727 +v -106.371609 93.534317 94.455727 +v -111.465685 98.628391 94.455727 +v -117.884591 101.898983 94.455727 +v -125.000001 103.025951 94.455727 +v -132.115412 101.898983 94.455727 +v -138.534313 98.628384 94.455727 +v -143.628384 93.534313 94.455727 +v -146.898977 87.115410 94.455727 +v -148.025946 80.000001 94.455727 +v -146.898977 72.884593 94.455727 +v -143.628382 66.465691 94.455727 +v -138.534311 61.371620 94.455727 +v -132.115409 58.101028 94.455727 +v -125.000002 56.974060 94.455727 +v -117.884595 58.101028 94.455727 +v -111.465694 61.371624 94.455727 +v -106.371624 66.465693 94.455727 +v -103.101028 72.884594 94.455727 +v -101.974060 80.000001 94.455727 +v -103.125687 87.107397 86.574837 +v -106.392597 93.519070 86.574837 +v -111.480932 98.607405 86.574837 +v -117.892607 101.874311 86.574837 +v -125.000001 103.000013 86.574837 +v -132.107395 101.874311 86.574837 +v -138.519067 98.607399 86.574837 +v -143.607397 93.519065 86.574837 +v -146.874306 87.107394 86.574837 +v -148.000006 80.000001 86.574837 +v -146.874306 72.892609 86.574837 +v -143.607395 66.480938 86.574837 +v -138.519064 61.392609 86.574837 +v -132.107393 58.125698 86.574837 +v -125.000002 57.000000 86.574837 +v -117.892611 58.125700 86.574837 +v -111.480942 61.392611 86.574837 +v -106.392611 66.480940 86.574837 +v -103.125700 72.892611 86.574837 +v -102.000000 80.000001 86.574837 +v -96.468287 89.270515 86.574837 +v -100.729473 97.633568 86.574837 +v -107.366432 104.270525 86.574837 +v -115.729486 108.531710 86.574837 +v -125.000000 110.000015 86.574837 +v -134.270514 108.531708 86.574837 +v -142.633564 104.270519 86.574837 +v -149.270517 97.633562 86.574837 +v -153.531704 89.270512 86.574837 +v -155.000008 80.000000 86.574837 +v -153.531704 70.729488 86.574837 +v -149.270515 62.366440 86.574837 +v -142.633560 55.729486 86.574837 +v -134.270512 51.468300 86.574837 +v -125.000001 49.999996 86.574837 +v -115.729491 51.468302 86.574837 +v -107.366444 55.729488 86.574837 +v -100.729490 62.366442 86.574837 +v -96.468304 70.729490 86.574837 +v -95.000000 80.000000 86.574837 +v -124.549244 56.072762 86.500000 +v -132.114784 57.745974 86.500000 +v -122.579243 57.983435 86.500000 +v -129.077759 59.850544 86.500000 +v -121.311281 60.348259 86.500000 +v -127.752152 61.861191 86.500000 +v -120.842998 63.076330 86.500000 +v -127.283869 63.508596 86.500000 +v -121.419347 66.200636 86.500000 +v -127.031717 65.876436 86.500000 +v -122.860218 68.496436 86.500000 +v -127.716131 68.496436 86.500000 +v -122.860218 68.496436 88.971863 +v -124.074075 68.496436 90.000000 +v -123.215748 68.496436 89.698868 +v -122.394744 65.820689 90.000000 +v -121.705034 66.089352 89.698868 +v -121.419347 66.200636 88.971863 +v -127.716131 68.496436 88.971863 +v -127.404891 68.496436 89.698868 +v -126.653490 68.496436 90.000000 +v -125.989456 65.954452 90.000000 +v -126.726446 65.899286 89.698868 +v -127.031717 65.876436 88.971863 +v -121.887288 63.069843 90.000000 +v -121.148863 63.074430 89.698868 +v -120.842998 63.076330 88.971863 +v -126.270833 63.312172 90.000000 +v -126.987158 63.451065 89.698868 +v -127.283869 63.508596 88.971863 +v -122.296337 60.686857 90.000000 +v -121.599797 60.447432 89.698868 +v -121.311281 60.348259 88.971863 +v -126.806531 61.427607 90.000000 +v -127.475186 61.734198 89.698868 +v -127.752152 61.861191 88.971863 +v -123.409809 58.610165 90.000000 +v -122.822510 58.167000 89.698868 +v -122.579243 57.983435 88.971863 +v -128.328787 59.118685 90.000000 +v -128.858391 59.636187 89.698868 +v -129.077759 59.850544 88.971863 +v -124.549244 56.072762 88.971863 +v -124.901461 56.150658 89.698868 +v -125.751786 56.338718 90.000000 +v -132.114784 57.745974 88.971863 +v -130.746412 57.443342 90.000000 +v -131.713997 57.657335 89.698868 +v -104.503782 92.353985 86.500000 +v -102.170055 84.965430 86.500000 +v -107.143475 93.104719 86.500000 +v -105.511181 86.543285 86.500000 +v -109.825452 93.020394 86.500000 +v -107.915255 86.685971 86.500000 +v -112.422174 92.061905 86.500000 +v -109.576092 86.267813 86.500000 +v -114.839727 90.000619 86.500000 +v -111.752776 85.302263 86.500000 +v -116.107512 87.604887 86.500000 +v -113.679556 83.399544 86.500000 +v -116.107512 87.604887 88.971863 +v -115.500585 86.553657 90.000000 +v -115.929748 87.296989 89.698868 +v -114.022985 89.345873 90.000000 +v -114.600509 89.808848 89.698868 +v -114.839727 90.000619 88.971863 +v -113.679556 83.399544 88.971863 +v -113.835176 83.669086 89.698868 +v -114.210876 84.319818 90.000000 +v -112.341471 86.165880 90.000000 +v -111.925200 85.555211 89.698868 +v -111.752776 85.302263 88.971863 +v -111.894411 91.160766 90.000000 +v -112.267595 91.797967 89.698868 +v -112.422174 92.061905 88.971863 +v -109.912500 87.243340 90.000000 +v -109.674623 86.553538 89.698868 +v -109.576092 86.267813 88.971863 +v -109.626160 91.998013 90.000000 +v -109.767080 92.720946 89.698868 +v -109.825452 93.020394 88.971863 +v -108.012571 87.721695 90.000000 +v -107.943758 86.989327 89.698868 +v -107.915255 86.685971 88.971863 +v -107.270954 92.072063 90.000000 +v -107.180813 92.802261 89.698868 +v -107.143475 93.104719 88.971863 +v -105.251856 87.557843 90.000000 +v -105.435225 86.840443 89.698868 +v -105.511181 86.543285 88.971863 +v -104.503782 92.353985 88.971863 +v -104.395134 92.010009 89.698868 +v -104.132837 91.179575 90.000000 +v -102.170055 84.965430 88.971863 +v -102.592157 86.301790 90.000000 +v -102.293686 85.356841 89.698868 +v -145.496218 67.646015 86.500000 +v -147.829945 75.034570 86.500000 +v -142.856525 66.895281 86.500000 +v -144.488819 73.456715 86.500000 +v -140.174548 66.979606 86.500000 +v -142.084745 73.314029 86.500000 +v -137.577826 67.938095 86.500000 +v -140.423908 73.732187 86.500000 +v -135.160273 69.999381 86.500000 +v -138.247224 74.697737 86.500000 +v -133.892488 72.395113 86.500000 +v -136.320444 76.600456 86.500000 +v -133.892488 72.395113 88.971863 +v -134.499415 73.446343 90.000000 +v -134.070252 72.703011 89.698868 +v -135.977015 70.654127 90.000000 +v -135.399491 70.191152 89.698868 +v -135.160273 69.999381 88.971863 +v -136.320444 76.600456 88.971863 +v -136.164824 76.330914 89.698868 +v -135.789124 75.680182 90.000000 +v -137.658529 73.834120 90.000000 +v -138.074800 74.444789 89.698868 +v -138.247224 74.697737 88.971863 +v -138.105589 68.839234 90.000000 +v -137.732405 68.202033 89.698868 +v -137.577826 67.938095 88.971863 +v -140.087500 72.756660 90.000000 +v -140.325377 73.446462 89.698868 +v -140.423908 73.732187 88.971863 +v -140.373840 68.001987 90.000000 +v -140.232920 67.279054 89.698868 +v -140.174548 66.979606 88.971863 +v -141.987429 72.278305 90.000000 +v -142.056242 73.010673 89.698868 +v -142.084745 73.314029 88.971863 +v -142.729046 67.927937 90.000000 +v -142.819187 67.197739 89.698868 +v -142.856525 66.895281 88.971863 +v -144.748144 72.442157 90.000000 +v -144.564775 73.159557 89.698868 +v -144.488819 73.456715 88.971863 +v -145.496218 67.646015 88.971863 +v -145.604866 67.989991 89.698868 +v -145.867163 68.820425 90.000000 +v -147.829945 75.034570 88.971863 +v -147.407843 73.698210 90.000000 +v -147.706314 74.643159 89.698868 +v -125.450756 103.927238 86.500000 +v -117.885216 102.254026 86.500000 +v -127.420757 102.016565 86.500000 +v -120.922241 100.149456 86.500000 +v -128.688719 99.651741 86.500000 +v -122.247848 98.138809 86.500000 +v -129.157002 96.923670 86.500000 +v -122.716131 96.491404 86.500000 +v -128.580653 93.799364 86.500000 +v -122.968283 94.123564 86.500000 +v -127.139782 91.503564 86.500000 +v -122.283869 91.503564 86.500000 +v -127.139782 91.503564 88.971863 +v -125.925925 91.503564 90.000000 +v -126.784252 91.503564 89.698868 +v -127.605256 94.179311 90.000000 +v -128.294966 93.910648 89.698868 +v -128.580653 93.799364 88.971863 +v -122.283869 91.503564 88.971863 +v -122.595109 91.503564 89.698868 +v -123.346510 91.503564 90.000000 +v -124.010544 94.045548 90.000000 +v -123.273554 94.100714 89.698868 +v -122.968283 94.123564 88.971863 +v -128.112712 96.930157 90.000000 +v -128.851137 96.925570 89.698868 +v -129.157002 96.923670 88.971863 +v -123.729167 96.687828 90.000000 +v -123.012842 96.548935 89.698868 +v -122.716131 96.491404 88.971863 +v -127.703663 99.313143 90.000000 +v -128.400203 99.552568 89.698868 +v -128.688719 99.651741 88.971863 +v -123.193469 98.572393 90.000000 +v -122.524814 98.265802 89.698868 +v -122.247848 98.138809 88.971863 +v -126.590191 101.389835 90.000000 +v -127.177490 101.833000 89.698868 +v -127.420757 102.016565 88.971863 +v -121.671213 100.881315 90.000000 +v -121.141609 100.363813 89.698868 +v -120.922241 100.149456 88.971863 +v -125.450756 103.927238 88.971863 +v -125.098539 103.849342 89.698868 +v -124.248214 103.661282 90.000000 +v -117.885216 102.254026 88.971863 +v -119.253588 102.556658 90.000000 +v -118.286003 102.342665 89.698868 +v -104.053026 68.426746 86.500000 +v -109.284840 62.711403 86.500000 +v -104.722717 71.088154 86.500000 +v -109.588940 66.393829 86.500000 +v -106.136734 73.368653 86.500000 +v -110.667406 68.547161 86.500000 +v -108.265171 75.138235 86.500000 +v -111.859961 69.776409 86.500000 +v -111.259073 76.201255 86.500000 +v -113.784493 71.178699 86.500000 +v -113.967731 76.101324 86.500000 +v -116.395687 71.895980 86.500000 +v -113.967731 76.101324 88.971863 +v -114.574658 75.050093 90.000000 +v -114.145495 75.793426 89.698868 +v -111.417729 75.166562 90.000000 +v -111.305543 75.898200 89.698868 +v -111.259073 76.201255 88.971863 +v -116.395687 71.895980 88.971863 +v -116.240067 72.165522 89.698868 +v -115.864367 72.816254 90.000000 +v -113.330927 72.120332 90.000000 +v -113.651647 71.454497 89.698868 +v -113.784493 71.178699 88.971863 +v -108.781698 74.230609 90.000000 +v -108.416458 74.872397 89.698868 +v -108.265171 75.138235 88.971863 +v -111.183334 70.555511 90.000000 +v -111.661781 70.004603 89.698868 +v -111.859961 69.776409 88.971863 +v -106.922497 72.684870 90.000000 +v -106.366877 73.168378 89.698868 +v -106.136734 73.368653 88.971863 +v -109.819101 69.149302 90.000000 +v -110.418945 68.723524 89.698868 +v -110.667406 68.547161 88.971863 +v -105.680763 70.682228 90.000000 +v -105.003323 70.969261 89.698868 +v -104.722717 71.088154 88.971863 +v -108.580645 66.676528 90.000000 +v -109.293615 66.476629 89.698868 +v -109.588940 66.393829 88.971863 +v -104.053026 68.426746 88.971863 +v -104.296593 68.160666 89.698868 +v -104.884623 67.518293 90.000000 +v -109.284840 62.711403 88.971863 +v -108.338568 63.745132 90.000000 +v -109.007683 63.014175 89.698868 +vt 0.016937 0.027515 +vt 0.019416 0.030224 +vt 0.019560 0.028478 +vt 0.017254 0.026254 +vt 0.020071 0.027458 +vt 0.017924 0.025173 +vt 0.020636 0.026875 +vt 0.018933 0.024334 +vt 0.021548 0.026211 +vt 0.020352 0.023831 +vt 0.022786 0.025871 +vt 0.021635 0.023878 +vt 0.022534 0.025435 +vt 0.022712 0.025743 +vt 0.021486 0.026080 +vt 0.021334 0.025765 +vt 0.022786 0.025871 +vt 0.021548 0.026211 +vt 0.017254 0.026254 +vt 0.017387 0.026310 +vt 0.017052 0.027641 +vt 0.016937 0.027515 +vt 0.017708 0.026446 +vt 0.017331 0.027945 +vt 0.020427 0.024321 +vt 0.021923 0.024376 +vt 0.020316 0.026506 +vt 0.019178 0.024764 +vt 0.019669 0.027173 +vt 0.018297 0.025497 +vt 0.019082 0.028344 +vt 0.018968 0.029734 +vt 0.020636 0.026875 +vt 0.020071 0.027458 +vt 0.019560 0.028478 +vt 0.019416 0.030224 +vt 0.021635 0.023878 +vt 0.020352 0.023831 +vt 0.018933 0.024334 +vt 0.017924 0.025173 +vt 0.021720 0.024024 +vt 0.020374 0.023974 +vt 0.020542 0.026767 +vt 0.019004 0.024460 +vt 0.019953 0.027374 +vt 0.018033 0.025268 +vt 0.019420 0.028439 +vt 0.019285 0.030080 +vt 0.031464 0.025373 +vt 0.032272 0.023788 +vt 0.026864 0.022030 +vt 0.030206 0.026631 +vt 0.028621 0.027439 +vt 0.026864 0.027717 +vt 0.025106 0.027439 +vt 0.023521 0.026631 +vt 0.022263 0.025373 +vt 0.021455 0.023788 +vt 0.021177 0.022030 +vt 0.021455 0.020273 +vt 0.022263 0.018688 +vt 0.023521 0.017430 +vt 0.025106 0.016622 +vt 0.026864 0.016344 +vt 0.028621 0.016622 +vt 0.030206 0.017430 +vt 0.031464 0.018688 +vt 0.032272 0.020273 +vt 0.032550 0.022030 +vt 0.032272 0.023788 +vt 0.032156 0.023750 +vt 0.032428 0.022030 +vt 0.032550 0.022030 +vt 0.031464 0.025373 +vt 0.031366 0.025301 +vt 0.030206 0.026631 +vt 0.030134 0.026532 +vt 0.028621 0.027439 +vt 0.028583 0.027323 +vt 0.026864 0.027717 +vt 0.026864 0.027595 +vt 0.025106 0.027439 +vt 0.025144 0.027323 +vt 0.023521 0.026631 +vt 0.023593 0.026532 +vt 0.022263 0.025373 +vt 0.022362 0.025301 +vt 0.021455 0.023788 +vt 0.021571 0.023750 +vt 0.021177 0.022030 +vt 0.021299 0.022030 +vt 0.021455 0.020273 +vt 0.021571 0.020311 +vt 0.022263 0.018688 +vt 0.022362 0.018760 +vt 0.023521 0.017430 +vt 0.023593 0.017528 +vt 0.025106 0.016622 +vt 0.025144 0.016738 +vt 0.026864 0.016344 +vt 0.026864 0.016466 +vt 0.028621 0.016622 +vt 0.028583 0.016738 +vt 0.030206 0.017430 +vt 0.030134 0.017528 +vt 0.031464 0.018688 +vt 0.031366 0.018760 +vt 0.032272 0.020273 +vt 0.032156 0.020311 +vt 0.031368 0.023494 +vt 0.030985 0.023369 +vt 0.031197 0.022030 +vt 0.031600 0.022030 +vt 0.030695 0.024814 +vt 0.030369 0.024577 +vt 0.029648 0.025862 +vt 0.029410 0.025536 +vt 0.028327 0.026535 +vt 0.028203 0.026151 +vt 0.026864 0.026767 +vt 0.026864 0.026363 +vt 0.025400 0.026535 +vt 0.025525 0.026151 +vt 0.024079 0.025862 +vt 0.024317 0.025536 +vt 0.023032 0.024814 +vt 0.023358 0.024577 +vt 0.022359 0.023494 +vt 0.022742 0.023369 +vt 0.022127 0.022030 +vt 0.022530 0.022030 +vt 0.022359 0.020567 +vt 0.022742 0.020691 +vt 0.023032 0.019246 +vt 0.023358 0.019483 +vt 0.024079 0.018198 +vt 0.024317 0.018525 +vt 0.025400 0.017526 +vt 0.025525 0.017909 +vt 0.026864 0.017294 +vt 0.026864 0.017697 +vt 0.028327 0.017526 +vt 0.028203 0.017909 +vt 0.029648 0.018198 +vt 0.029410 0.018525 +vt 0.030695 0.019246 +vt 0.030369 0.019483 +vt 0.031368 0.020567 +vt 0.030985 0.020691 +vt 0.026864 0.022030 +vt 0.040385 0.026424 +vt 0.038365 0.030387 +vt 0.036459 0.029002 +vt 0.038143 0.025696 +vt 0.035220 0.033532 +vt 0.033835 0.031626 +vt 0.031257 0.035552 +vt 0.030529 0.033310 +vt 0.026864 0.036247 +vt 0.026864 0.033891 +vt 0.022470 0.035552 +vt 0.023198 0.033310 +vt 0.018507 0.033532 +vt 0.019892 0.031626 +vt 0.015362 0.030387 +vt 0.017268 0.029002 +vt 0.013342 0.026424 +vt 0.015584 0.025696 +vt 0.012646 0.022030 +vt 0.015003 0.022030 +vt 0.013342 0.017637 +vt 0.015584 0.018365 +vt 0.015362 0.013674 +vt 0.017268 0.015059 +vt 0.018507 0.010529 +vt 0.019892 0.012435 +vt 0.022470 0.008509 +vt 0.023198 0.010751 +vt 0.026864 0.007813 +vt 0.026864 0.010170 +vt 0.031257 0.008509 +vt 0.030529 0.010751 +vt 0.035220 0.010529 +vt 0.033835 0.012435 +vt 0.038365 0.013674 +vt 0.036459 0.015059 +vt 0.040385 0.017637 +vt 0.038143 0.018365 +vt 0.041081 0.022030 +vt 0.038724 0.022030 +vt 0.035692 0.028444 +vt 0.037242 0.025402 +vt 0.033278 0.030859 +vt 0.030236 0.032408 +vt 0.026864 0.032942 +vt 0.023491 0.032408 +vt 0.020450 0.030859 +vt 0.018035 0.028444 +vt 0.016485 0.025402 +vt 0.015951 0.022030 +vt 0.016485 0.018658 +vt 0.018035 0.015616 +vt 0.020450 0.013202 +vt 0.023492 0.011652 +vt 0.026864 0.011118 +vt 0.030236 0.011652 +vt 0.033278 0.013202 +vt 0.035692 0.015616 +vt 0.037242 0.018658 +vt 0.037776 0.022030 +vt 0.038365 0.030387 +vt 0.040385 0.026424 +vt 0.037230 0.025399 +vt 0.035682 0.028437 +vt 0.035220 0.033532 +vt 0.033270 0.030849 +vt 0.031257 0.035552 +vt 0.030232 0.032397 +vt 0.026864 0.036247 +vt 0.026864 0.032930 +vt 0.022470 0.035552 +vt 0.023495 0.032397 +vt 0.018507 0.033532 +vt 0.020457 0.030849 +vt 0.015362 0.030387 +vt 0.018045 0.028437 +vt 0.013342 0.026424 +vt 0.016497 0.025399 +vt 0.012646 0.022030 +vt 0.015964 0.022030 +vt 0.013342 0.017637 +vt 0.016497 0.018662 +vt 0.015362 0.013674 +vt 0.018045 0.015624 +vt 0.018507 0.010529 +vt 0.020457 0.013212 +vt 0.022470 0.008509 +vt 0.023495 0.011664 +vt 0.026864 0.007813 +vt 0.026864 0.011131 +vt 0.031257 0.008509 +vt 0.030232 0.011664 +vt 0.035220 0.010529 +vt 0.033270 0.013212 +vt 0.038365 0.013674 +vt 0.035682 0.015624 +vt 0.040385 0.017637 +vt 0.037230 0.018662 +vt 0.041081 0.022030 +vt 0.037763 0.022030 +vt 0.027077 0.010691 +vt 0.023492 0.011484 +vt 0.024931 0.012481 +vt 0.028011 0.011597 +vt 0.025559 0.013434 +vt 0.028612 0.012717 +vt 0.025781 0.014215 +vt 0.028834 0.014010 +vt 0.025901 0.015337 +vt 0.028560 0.015491 +vt 0.025576 0.016579 +vt 0.027878 0.016579 +vt 0.026080 0.016579 +vt 0.025724 0.016579 +vt 0.026045 0.015348 +vt 0.026395 0.015374 +vt 0.025576 0.016579 +vt 0.025901 0.015337 +vt 0.028011 0.011597 +vt 0.027895 0.011684 +vt 0.026910 0.010728 +vt 0.027077 0.010691 +vt 0.027617 0.011894 +vt 0.026507 0.010817 +vt 0.028098 0.015311 +vt 0.027302 0.016579 +vt 0.026261 0.014122 +vt 0.028339 0.014007 +vt 0.026007 0.013229 +vt 0.028145 0.012878 +vt 0.025286 0.012135 +vt 0.024140 0.011341 +vt 0.025781 0.014215 +vt 0.025559 0.013434 +vt 0.024931 0.012481 +vt 0.023492 0.011484 +vt 0.027878 0.016579 +vt 0.028560 0.015491 +vt 0.028834 0.014010 +vt 0.028612 0.012717 +vt 0.027709 0.016579 +vt 0.028425 0.015438 +vt 0.025922 0.014188 +vt 0.028689 0.014009 +vt 0.025691 0.013374 +vt 0.028475 0.012764 +vt 0.025035 0.012380 +vt 0.023682 0.011442 +vt 0.036577 0.027885 +vt 0.037683 0.024383 +vt 0.036099 0.025131 +vt 0.035326 0.028241 +vt 0.034960 0.025199 +vt 0.034055 0.028201 +vt 0.034173 0.025001 +vt 0.032824 0.027746 +vt 0.033142 0.024543 +vt 0.031679 0.026770 +vt 0.032228 0.023641 +vt 0.031078 0.025634 +vt 0.031977 0.024078 +vt 0.032155 0.023769 +vt 0.033060 0.024663 +vt 0.032863 0.024952 +vt 0.032228 0.023641 +vt 0.033142 0.024543 +vt 0.035326 0.028241 +vt 0.035308 0.028097 +vt 0.036628 0.027722 +vt 0.036577 0.027885 +vt 0.035265 0.027751 +vt 0.036753 0.027329 +vt 0.032066 0.026459 +vt 0.031365 0.025136 +vt 0.034014 0.025463 +vt 0.033074 0.027320 +vt 0.034914 0.025690 +vt 0.034149 0.027716 +vt 0.036222 0.025612 +vt 0.037483 0.025017 +vt 0.034173 0.025001 +vt 0.034960 0.025199 +vt 0.036099 0.025131 +vt 0.037683 0.024383 +vt 0.031078 0.025634 +vt 0.031679 0.026770 +vt 0.032824 0.027746 +vt 0.034055 0.028201 +vt 0.031162 0.025489 +vt 0.031792 0.026679 +vt 0.034126 0.025136 +vt 0.032898 0.027622 +vt 0.034947 0.025343 +vt 0.034083 0.028059 +vt 0.036135 0.025272 +vt 0.037624 0.024569 +vt 0.017150 0.016176 +vt 0.016044 0.019677 +vt 0.017628 0.018930 +vt 0.018401 0.015820 +vt 0.018767 0.018862 +vt 0.019672 0.015860 +vt 0.019554 0.019060 +vt 0.020903 0.016314 +vt 0.020586 0.019518 +vt 0.022049 0.017291 +vt 0.021499 0.020419 +vt 0.022649 0.018426 +vt 0.021751 0.019983 +vt 0.021573 0.020292 +vt 0.020667 0.019398 +vt 0.020865 0.019108 +vt 0.021499 0.020419 +vt 0.020586 0.019518 +vt 0.018401 0.015820 +vt 0.018419 0.015963 +vt 0.017099 0.016339 +vt 0.017150 0.016176 +vt 0.018462 0.016309 +vt 0.016974 0.016732 +vt 0.021661 0.017601 +vt 0.022362 0.018925 +vt 0.019713 0.018598 +vt 0.020653 0.016741 +vt 0.018813 0.018371 +vt 0.019578 0.016345 +vt 0.017505 0.018449 +vt 0.016244 0.019044 +vt 0.019554 0.019060 +vt 0.018767 0.018862 +vt 0.017628 0.018930 +vt 0.016044 0.019677 +vt 0.022649 0.018426 +vt 0.022049 0.017291 +vt 0.020903 0.016314 +vt 0.019672 0.015860 +vt 0.022565 0.018572 +vt 0.021935 0.017382 +vt 0.019601 0.018925 +vt 0.020830 0.016439 +vt 0.018780 0.018718 +vt 0.019645 0.016002 +vt 0.017592 0.018789 +vt 0.016103 0.019492 +vt 0.026650 0.033370 +vt 0.030235 0.032577 +vt 0.028796 0.031579 +vt 0.025716 0.032464 +vt 0.028168 0.030626 +vt 0.025115 0.031343 +vt 0.027946 0.029846 +vt 0.024894 0.030051 +vt 0.027826 0.028724 +vt 0.025167 0.028570 +vt 0.028151 0.027482 +vt 0.025849 0.027482 +vt 0.027647 0.027482 +vt 0.028003 0.027482 +vt 0.027682 0.028713 +vt 0.027332 0.028687 +vt 0.028151 0.027482 +vt 0.027826 0.028724 +vt 0.025716 0.032464 +vt 0.025832 0.032377 +vt 0.026817 0.033333 +vt 0.026650 0.033370 +vt 0.026110 0.032167 +vt 0.027220 0.033243 +vt 0.025629 0.028750 +vt 0.026425 0.027482 +vt 0.027466 0.029939 +vt 0.025388 0.030054 +vt 0.027720 0.030832 +vt 0.025582 0.031183 +vt 0.028441 0.031926 +vt 0.029587 0.032720 +vt 0.027946 0.029846 +vt 0.028168 0.030626 +vt 0.028796 0.031579 +vt 0.030235 0.032577 +vt 0.025849 0.027482 +vt 0.025167 0.028570 +vt 0.024894 0.030051 +vt 0.025115 0.031343 +vt 0.026018 0.027482 +vt 0.025302 0.028623 +vt 0.027805 0.029873 +vt 0.025038 0.030051 +vt 0.028037 0.030687 +vt 0.025252 0.031296 +vt 0.028692 0.031681 +vt 0.030045 0.032619 +vt 0.036790 0.016546 +vt 0.034311 0.013837 +vt 0.034167 0.015582 +vt 0.036473 0.017807 +vt 0.033656 0.016603 +vt 0.035803 0.018888 +vt 0.033091 0.017185 +vt 0.034794 0.019726 +vt 0.032179 0.017850 +vt 0.033376 0.020230 +vt 0.030941 0.018190 +vt 0.032092 0.020183 +vt 0.031193 0.018626 +vt 0.031015 0.018318 +vt 0.032242 0.017981 +vt 0.032394 0.018296 +vt 0.030941 0.018190 +vt 0.032179 0.017850 +vt 0.036473 0.017807 +vt 0.036340 0.017751 +vt 0.036675 0.016420 +vt 0.036790 0.016546 +vt 0.036019 0.017615 +vt 0.036396 0.016115 +vt 0.033300 0.019740 +vt 0.031804 0.019685 +vt 0.033411 0.017555 +vt 0.034550 0.019296 +vt 0.034058 0.016888 +vt 0.035431 0.018564 +vt 0.034645 0.015716 +vt 0.034760 0.014327 +vt 0.033091 0.017185 +vt 0.033656 0.016603 +vt 0.034167 0.015582 +vt 0.034311 0.013837 +vt 0.032092 0.020183 +vt 0.033376 0.020230 +vt 0.034794 0.019726 +vt 0.035803 0.018888 +vt 0.032008 0.020037 +vt 0.033354 0.020087 +vt 0.033185 0.017294 +vt 0.034723 0.019600 +vt 0.033774 0.016686 +vt 0.035694 0.018793 +vt 0.034307 0.015622 +vt 0.034442 0.013981 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.001772 0.004402 -0.999989 vn 0.000000 0.000000 -1.000000 -vn 0.001051 0.004871 -0.999988 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000605 0.004746 -0.999989 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.027246 0.099185 0.994696 +vn 0.101367 0.369011 0.923881 +vn 0.162606 0.340506 0.926075 +vn 0.024686 0.051696 0.998358 +vn 0.244718 0.890880 0.382682 +vn 0.263836 0.960472 0.088798 +vn 0.421697 0.901329 0.098884 +vn 0.391797 0.834209 0.388059 +vn -0.917798 -0.386139 0.092433 +vn -0.851056 -0.355317 0.386592 +vn -0.895950 -0.225449 0.382682 +vn -0.964230 -0.242630 0.106733 +vn -0.351280 -0.141841 0.925464 +vn -0.067114 -0.027100 0.997377 +vn -0.033461 -0.008419 0.999405 +vn -0.371111 -0.093383 0.923881 +vn -0.013205 -0.087412 0.996085 +vn 0.001804 -0.048902 0.998802 +vn 0.033181 0.039248 0.998679 +vn -0.038350 -0.069420 0.996850 +vn 0.038773 0.026020 0.998909 +vn -0.054266 -0.047440 0.997399 +vn 0.050026 0.013017 0.998663 +vn 0.145150 0.011987 0.989337 +vn 0.264882 0.964281 0.000000 +vn 0.423361 0.905961 0.000000 +vn 0.645085 0.764111 0.000000 +vn 0.642080 0.760489 0.096904 +vn 0.830237 0.557411 0.000000 +vn 0.826159 0.554659 0.099067 +vn 0.973065 0.230531 0.000000 +vn 0.968118 0.230508 0.098051 +vn 0.996608 0.082301 0.000000 +vn 0.993768 0.082066 0.075436 +vn 0.036868 -0.999320 0.000000 +vn 0.036661 -0.993693 0.105978 +vn -0.164969 -0.981991 0.092084 +vn -0.166529 -0.986037 0.000000 +vn -0.481914 -0.871511 0.090703 +vn -0.483926 -0.875109 0.000000 +vn -0.749605 -0.655636 0.090740 +vn -0.752703 -0.658361 0.000000 +vn -0.921442 -0.388517 0.000000 +vn -0.969769 -0.244024 0.000000 +vn 0.034062 -0.923251 0.382684 +vn -0.149845 -0.909156 0.388563 +vn 0.014109 -0.382420 0.923881 +vn -0.056284 -0.372613 0.926278 +vn 0.246316 0.291349 0.924361 +vn 0.595792 0.705475 0.383845 +vn -0.445985 -0.806676 0.387778 +vn -0.182604 -0.330547 0.925956 +vn 0.314673 0.211180 0.925410 +vn 0.765772 0.514075 0.386419 +vn -0.694100 -0.607036 0.386954 +vn -0.284919 -0.249074 0.925626 +vn 0.364635 0.094880 0.926304 +vn 0.895601 0.216729 0.388494 +vn 0.381386 0.031495 0.923879 +vn 0.920744 0.076037 0.382686 vn 0.000000 0.000000 -1.000000 -vn -0.001414 0.004627 -0.999988 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.950337 0.308782 0.038887 +vn 0.847784 0.275461 0.453193 +vn 0.891413 -0.000001 0.453192 +vn 0.999244 -0.000001 0.038887 +vn 0.808405 0.587341 0.038887 +vn 0.721168 0.523959 0.453193 +vn 0.587341 0.808405 0.038887 +vn 0.523960 0.721168 0.453193 +vn 0.308783 0.950337 0.038887 +vn 0.275461 0.847784 0.453193 +vn 0.000000 0.999244 0.038887 +vn 0.000000 0.891413 0.453193 +vn -0.308783 0.950337 0.038887 +vn -0.275460 0.847784 0.453193 +vn -0.587340 0.808405 0.038887 +vn -0.523958 0.721168 0.453193 +vn -0.808405 0.587341 0.038887 +vn -0.721167 0.523960 0.453193 +vn -0.950337 0.308783 0.038887 +vn -0.847784 0.275462 0.453193 +vn -0.999244 0.000000 0.038887 +vn -0.891413 0.000000 0.453193 +vn -0.950337 -0.308784 0.038887 +vn -0.847783 -0.275462 0.453193 +vn -0.808405 -0.587341 0.038887 +vn -0.721167 -0.523960 0.453193 +vn -0.587341 -0.808405 0.038887 +vn -0.523959 -0.721168 0.453193 +vn -0.308784 -0.950337 0.038887 +vn -0.275462 -0.847784 0.453193 +vn 0.000000 -0.999244 0.038887 +vn -0.000000 -0.891412 0.453193 +vn 0.308783 -0.950337 0.038887 +vn 0.275460 -0.847784 0.453193 +vn 0.587340 -0.808405 0.038887 +vn 0.523958 -0.721168 0.453193 +vn 0.808405 -0.587341 0.038887 +vn 0.721167 -0.523960 0.453193 +vn 0.950337 -0.308783 0.038887 +vn 0.847784 -0.275462 0.453193 +vn 0.769325 0.249968 0.587925 +vn 0.101726 0.033053 0.994263 +vn 0.106960 -0.000000 0.994263 +vn 0.808916 -0.000001 0.587925 +vn 0.654426 0.475469 0.587925 +vn 0.086534 0.062871 0.994263 +vn 0.475468 0.654427 0.587925 +vn 0.062872 0.086534 0.994263 +vn 0.249968 0.769325 0.587925 +vn 0.033055 0.101727 0.994263 +vn -0.000000 0.808915 0.587925 +vn -0.000000 0.106962 0.994263 +vn -0.249968 0.769325 0.587925 +vn -0.033057 0.101727 0.994263 +vn -0.475468 0.654426 0.587925 +vn -0.062873 0.086534 0.994263 +vn -0.654426 0.475468 0.587925 +vn -0.086534 0.062871 0.994263 +vn -0.769324 0.249969 0.587925 +vn -0.101728 0.033053 0.994263 +vn -0.808915 0.000000 0.587925 +vn -0.106962 0.000000 0.994263 +vn -0.769324 -0.249969 0.587925 +vn -0.101729 -0.033053 0.994263 +vn -0.654426 -0.475469 0.587925 +vn -0.086535 -0.062871 0.994263 +vn -0.475468 -0.654427 0.587925 +vn -0.062870 -0.086534 0.994263 +vn -0.249968 -0.769324 0.587925 +vn -0.033053 -0.101727 0.994263 +vn -0.000001 -0.808915 0.587925 +vn 0.000000 -0.106962 0.994263 +vn 0.249968 -0.769325 0.587925 +vn 0.033053 -0.101727 0.994263 +vn 0.475468 -0.654427 0.587925 +vn 0.062871 -0.086534 0.994263 +vn 0.654426 -0.475469 0.587925 +vn 0.086534 -0.062871 0.994263 +vn 0.769324 -0.249969 0.587925 +vn 0.101727 -0.033053 0.994263 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587785 0.809017 0.000000 +vn 0.309017 0.951057 0.000000 +vn -0.000000 1.000000 0.000000 +vn -0.309017 0.951057 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587785 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951057 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951057 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000000 0.000000 1.000000 +vn 0.814402 0.264614 0.516458 +vn 0.692771 0.503328 0.516458 +vn 0.609417 0.442767 0.657699 +vn 0.716412 0.232776 0.657700 +vn 0.503328 0.692772 0.516458 +vn 0.442768 0.609417 0.657699 +vn 0.264615 0.814402 0.516458 +vn 0.232777 0.716412 0.657699 +vn 0.000000 0.856313 0.516458 +vn 0.000000 0.753281 0.657699 +vn -0.264615 0.814402 0.516458 +vn -0.232776 0.716412 0.657699 +vn -0.503328 0.692771 0.516458 +vn -0.442767 0.609417 0.657699 +vn -0.692771 0.503328 0.516458 +vn -0.609417 0.442767 0.657699 +vn -0.814402 0.264615 0.516458 +vn -0.716412 0.232777 0.657700 +vn -0.856312 -0.000000 0.516458 +vn -0.753280 0.000000 0.657700 +vn -0.814402 -0.264615 0.516458 +vn -0.716412 -0.232776 0.657699 +vn -0.692771 -0.503328 0.516458 +vn -0.609417 -0.442767 0.657699 +vn -0.503328 -0.692771 0.516458 +vn -0.442767 -0.609417 0.657699 +vn -0.264615 -0.814402 0.516458 +vn -0.232777 -0.716412 0.657699 +vn -0.000000 -0.856313 0.516458 +vn -0.000000 -0.753281 0.657699 +vn 0.264615 -0.814402 0.516458 +vn 0.232776 -0.716412 0.657699 +vn 0.503328 -0.692771 0.516458 +vn 0.442767 -0.609417 0.657699 +vn 0.692771 -0.503328 0.516458 +vn 0.609417 -0.442767 0.657699 +vn 0.814402 -0.264615 0.516458 +vn 0.716413 -0.232776 0.657699 +vn 0.856312 -0.000001 0.516458 +vn 0.753281 -0.000001 0.657699 +vn -0.000001 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.632967 -0.205663 -0.746361 +vn -0.538434 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 +vn -0.391195 -0.538435 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn -0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 -0.665542 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391196 -0.538434 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.538435 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.632968 -0.205664 -0.746361 +vn 0.000001 0.000000 -1.000000 +vn 0.665542 -0.000000 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.632968 0.205664 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn 0.538434 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391195 0.538435 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn 0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.665542 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.391196 0.538434 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.538435 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.632968 0.205664 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.665542 0.000001 -0.746360 +vn -0.951052 -0.309014 0.003292 +vn -0.809013 -0.587782 0.003292 +vn -0.587782 -0.809013 0.003292 +vn -0.309015 -0.951052 0.003292 +vn 0.000000 -0.999995 0.003291 +vn 0.309016 -0.951051 0.003291 +vn 0.587782 -0.809013 0.003292 +vn 0.809013 -0.587782 0.003292 +vn 0.951051 -0.309015 0.003292 +vn 0.999995 -0.000000 0.003292 +vn 0.951051 0.309015 0.003292 +vn 0.809013 0.587782 0.003292 +vn 0.587782 0.809013 0.003292 +vn 0.309015 0.951051 0.003291 +vn -0.000000 0.999995 0.003292 +vn -0.309015 0.951051 0.003292 +vn -0.587782 0.809012 0.003292 +vn -0.809013 0.587782 0.003292 +vn -0.951051 0.309015 0.003292 +vn -0.999995 0.000001 0.003292 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587784 0.809018 0.000000 +vn 0.309016 0.951057 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.309017 0.951056 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587786 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951056 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951056 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.099521 -0.025997 0.994696 +vn -0.370259 -0.096720 0.923880 +vn -0.376186 -0.029434 0.926077 +vn -0.057114 -0.004469 0.998358 +vn -0.893883 -0.233507 0.382685 +vn -0.963711 -0.251747 0.088798 +vn -0.991422 -0.085464 0.098885 +vn -0.918344 -0.077800 0.388060 +vn 0.793305 -0.601767 0.092433 +vn 0.733240 -0.559378 0.386593 +vn 0.643214 -0.663196 0.382683 +vn 0.692237 -0.713734 0.106733 +vn 0.298486 -0.233299 0.925461 +vn 0.057028 -0.044573 0.997377 +vn 0.024020 -0.024766 0.999405 +vn 0.266434 -0.274699 0.923879 +vn 0.082303 0.032271 0.996085 +vn 0.041448 0.026013 0.998802 +vn -0.050580 0.009112 0.998679 +vn 0.079294 0.001499 0.996850 +vn -0.041919 0.020567 0.998909 +vn 0.068219 -0.023277 0.997399 +vn -0.036287 0.036816 0.998663 +vn -0.082955 0.119711 0.989337 +vn -0.967533 -0.252745 0.000000 +vn -0.996266 -0.086339 0.000000 +vn -0.984282 0.176605 0.000000 +vn -0.979643 0.175812 0.096905 +vn -0.897851 0.440300 0.000000 +vn -0.893429 0.438145 0.099068 +vn -0.686179 0.727433 0.000000 +vn -0.683685 0.723161 0.098051 +vn -0.569579 0.821937 0.000000 +vn -0.567955 0.819595 0.075436 +vn 0.847003 0.531588 0.000000 +vn 0.842233 0.528595 0.105978 +vn 0.932913 0.348128 0.092084 +vn 0.937197 0.348799 0.000000 +vn 0.995708 0.018406 0.090703 +vn 0.999830 0.018462 0.000000 +vn 0.942600 -0.321360 0.090740 +vn 0.946508 -0.322679 0.000000 +vn 0.797187 -0.603733 0.000000 +vn 0.696216 -0.717833 0.000000 +vn 0.782527 0.491125 0.382684 +vn 0.862275 0.324810 0.388563 +vn 0.324132 0.203428 0.923881 +vn 0.350837 0.137560 0.926278 +vn -0.375467 0.067640 0.924365 +vn -0.908855 0.163229 0.383846 +vn 0.921594 0.017102 0.387778 +vn 0.377565 0.007135 0.925956 +vn -0.340222 0.166926 0.925410 +vn -0.828089 0.406138 0.386421 +vn 0.872758 -0.297591 0.386954 +vn 0.358168 -0.122210 0.925624 +vn -0.264482 0.268343 0.926305 +vn -0.635493 0.667249 0.388493 +vn -0.217962 0.314540 0.923882 +vn -0.526221 0.759372 0.382684 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.072275 -0.073188 0.994696 +vn 0.268894 -0.272290 0.923880 +vn 0.213586 -0.311072 0.926075 +vn 0.032428 -0.047228 0.998358 +vn 0.649165 -0.657372 0.382683 +vn 0.699875 -0.708724 0.088798 +vn 0.569726 -0.815864 0.098885 +vn 0.526550 -0.756409 0.388060 +vn 0.124493 0.987906 0.092433 +vn 0.117812 0.914694 0.386594 +vn 0.252729 0.888640 0.382684 +vn 0.271991 0.956362 0.106733 +vn 0.052801 0.375140 0.925463 +vn 0.010088 0.071673 0.997377 +vn 0.009439 0.033186 0.999405 +vn 0.104679 0.368083 0.923881 +vn -0.069099 0.055142 0.996085 +vn -0.043253 0.022889 0.998802 +vn 0.017399 -0.048360 0.998679 +vn -0.040945 0.067921 0.996850 +vn 0.003148 -0.046587 0.998909 +vn -0.013951 0.070716 0.997399 +vn -0.013739 -0.049834 0.998663 +vn -0.062194 -0.131697 0.989337 +vn 0.702650 -0.711535 0.000000 +vn 0.572905 -0.819622 0.000000 +vn 0.339197 -0.940715 0.000000 +vn 0.337564 -0.936301 0.096905 +vn 0.067613 -0.997712 0.000000 +vn 0.067269 -0.992804 0.099068 +vn -0.286886 -0.957965 0.000000 +vn -0.284433 -0.953669 0.098051 +vn -0.427028 -0.904238 0.000000 +vn -0.425812 -0.901661 0.075436 +vn -0.883871 0.467731 0.000000 +vn -0.878893 0.465097 0.105978 +vn -0.767945 0.633863 0.092084 +vn -0.770668 0.637236 0.000000 +vn -0.513793 0.853106 0.090703 +vn -0.515903 0.856647 0.000000 +vn -0.192995 0.976995 0.090740 +vn -0.193806 0.981040 0.000000 +vn 0.124255 0.992250 0.000000 +vn 0.273554 0.961857 0.000000 +vn -0.816590 0.432128 0.382684 +vn -0.712429 0.584348 0.388564 +vn -0.338240 0.178992 0.923881 +vn -0.294551 0.235052 0.926278 +vn 0.129157 -0.358989 0.924362 +vn 0.313068 -0.868706 0.383847 +vn -0.475607 0.789573 0.387778 +vn -0.194964 0.323412 0.925956 +vn 0.025550 -0.378106 0.925410 +vn 0.062318 -0.920215 0.386421 +vn -0.178658 0.904626 0.386954 +vn -0.073245 0.371284 0.925626 +vn -0.100149 -0.363223 0.926304 +vn -0.260110 -0.883977 0.388493 +vn -0.163416 -0.346034 0.923881 +vn -0.394526 -0.835406 0.382683 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.072275 0.073188 0.994696 +vn -0.268894 0.272290 0.923880 +vn -0.213586 0.311072 0.926075 +vn -0.032428 0.047228 0.998358 +vn -0.649165 0.657372 0.382683 +vn -0.699875 0.708724 0.088798 +vn -0.569726 0.815864 0.098885 +vn -0.526550 0.756409 0.388060 +vn -0.124493 -0.987906 0.092433 +vn -0.117812 -0.914694 0.386594 +vn -0.252729 -0.888640 0.382684 +vn -0.271991 -0.956362 0.106733 +vn -0.052801 -0.375140 0.925463 +vn -0.010088 -0.071673 0.997377 +vn -0.009439 -0.033186 0.999405 +vn -0.104679 -0.368083 0.923881 +vn 0.069099 -0.055142 0.996085 +vn 0.043253 -0.022889 0.998802 +vn -0.017399 0.048360 0.998679 +vn 0.040945 -0.067921 0.996850 +vn -0.003148 0.046587 0.998909 +vn 0.013951 -0.070716 0.997399 +vn 0.013739 0.049834 0.998663 +vn 0.062194 0.131697 0.989337 +vn -0.702650 0.711535 0.000000 +vn -0.572905 0.819622 0.000000 +vn -0.339197 0.940715 0.000000 +vn -0.337564 0.936301 0.096905 +vn -0.067613 0.997712 0.000000 +vn -0.067269 0.992804 0.099068 +vn 0.286886 0.957965 0.000000 +vn 0.284433 0.953669 0.098051 +vn 0.427028 0.904238 0.000000 +vn 0.425812 0.901661 0.075436 +vn 0.883871 -0.467731 0.000000 +vn 0.878893 -0.465097 0.105978 +vn 0.767945 -0.633863 0.092084 +vn 0.770668 -0.637236 0.000000 +vn 0.513793 -0.853106 0.090703 +vn 0.515903 -0.856647 0.000000 +vn 0.192995 -0.976995 0.090740 +vn 0.193806 -0.981040 0.000000 +vn -0.124255 -0.992250 0.000000 +vn -0.273554 -0.961857 0.000000 +vn 0.816590 -0.432128 0.382684 +vn 0.712429 -0.584348 0.388564 +vn 0.338240 -0.178992 0.923881 +vn 0.294551 -0.235052 0.926278 +vn -0.129157 0.358989 0.924362 +vn -0.313068 0.868706 0.383847 +vn 0.475607 -0.789573 0.387778 +vn 0.194964 -0.323412 0.925956 +vn -0.025550 0.378106 0.925410 +vn -0.062318 0.920215 0.386421 +vn 0.178658 -0.904626 0.386954 +vn 0.073245 -0.371284 0.925626 +vn 0.100149 0.363223 0.926304 +vn 0.260110 0.883977 0.388493 +vn 0.163416 0.346034 0.923881 +vn 0.394526 0.835406 0.382683 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.987545 0.157306 -0.003020 -vn 0.992810 0.119695 -0.001570 -vn 0.993143 0.116706 0.006894 -vn 0.992133 0.123193 0.022257 -vn 0.980599 0.195906 0.006859 -vn 0.981587 0.189731 0.022139 -vn 0.981422 0.191840 0.003045 -vn 0.987154 0.159472 0.009823 -vn 0.993658 0.111083 0.017437 -vn 0.980800 0.194638 0.012126 -vn 0.981298 0.192446 0.004264 -vn 0.972060 0.234629 0.006980 -vn 0.913512 0.405504 0.032592 -vn 0.893415 0.445217 -0.059931 -vn 0.910695 0.403083 0.090328 -vn 0.913047 0.407598 0.014446 -vn 0.889869 0.456002 0.013992 -vn 0.906899 0.421345 0.001933 -vn 0.890515 0.454950 0.001861 -vn 0.905510 0.423741 0.022262 -vn 0.872054 0.489362 0.006819 -vn 0.874934 0.483736 0.022133 -vn 0.874868 0.484311 0.006966 -vn 0.878466 0.477702 -0.009929 -vn 0.855352 0.517995 0.007437 -vn 0.855158 0.515749 0.052041 -vn 0.747062 0.664489 0.018797 -vn 0.712156 0.699550 -0.058853 -vn 0.747374 0.663852 0.027072 -vn 0.706454 0.707580 0.015911 -vn 0.732321 0.680956 0.001933 -vn 0.706264 0.707934 0.004654 -vn 0.730248 0.682819 0.022256 -vn 0.678129 0.734911 0.006824 -vn 0.657381 0.753377 -0.016529 -vn 0.683065 0.730300 0.009206 -vn 0.693671 0.719638 -0.030697 -vn 0.657546 0.753324 0.011683 -vn 0.657140 0.751721 0.055528 -vn 0.491271 0.871002 0.002751 -vn 0.454849 0.890405 0.017086 -vn 0.466672 0.881690 -0.069570 -vn 0.510579 0.859561 0.021517 -vn 0.486061 0.873923 0.001954 -vn 0.452906 0.891542 0.005352 -vn 0.483509 0.875056 0.022263 -vn 0.417858 0.908487 0.006833 -vn 0.423496 0.905627 0.022176 -vn 0.424166 0.905532 0.009752 -vn 0.443049 0.895098 -0.050079 -vn 0.397707 0.917374 0.015941 -vn 0.397136 0.915776 0.060309 -vn 0.196076 0.980580 -0.004087 -vn 0.159064 0.987137 0.016067 -vn 0.178109 0.983090 -0.042563 -vn 0.225507 0.974108 0.016110 -vn 0.192226 0.981349 0.001933 -vn 0.155294 0.987861 0.003955 -vn 0.189414 0.981646 0.022232 -vn 0.116688 0.993145 0.006848 -vn 0.122899 0.992171 0.022192 -vn 0.123112 0.992355 0.008641 -vn 0.148251 0.986981 -0.062371 -vn 0.100354 0.994746 0.020242 -vn 0.099779 0.992844 0.065607 -vn -0.080928 0.996663 0.010678 -vn -0.081950 0.996618 0.006012 -vn -0.126498 0.991910 -0.010582 -vn -0.152258 0.988272 0.011635 -vn -0.157435 0.987529 0.000464 -vn -0.120451 0.992717 0.001975 -vn -0.123204 0.992131 0.022288 -vn -0.223106 0.974655 -0.016487 -vn -0.195908 0.980598 0.006857 -vn -0.190719 0.981627 0.005834 -vn -0.206430 0.978154 0.024520 -vn -0.206980 0.975939 0.068572 -vn -0.418043 0.908426 0.001395 -vn -0.413625 0.910443 -0.002827 -vn -0.449569 0.893216 0.007294 -vn -0.417634 0.908541 0.011636 -vn -0.454693 0.890634 -0.005109 -vn -0.417848 0.908491 0.006839 -vn -0.423766 0.905499 0.022250 -vn -0.513374 0.858006 -0.016522 -vn -0.489327 0.872074 0.006844 -vn -0.486354 0.873761 0.001370 -vn -0.491110 0.871028 0.011032 -vn -0.491732 0.870465 0.022130 -vn -0.671396 0.740645 0.025936 -vn -0.697009 0.715893 -0.040945 -vn -0.670749 0.741601 0.011127 -vn -0.707782 0.706430 -0.001162 -vn -0.680955 0.732323 0.001954 -vn -0.682870 0.730201 0.022243 -vn -0.730464 0.682591 0.022170 -vn -0.734863 0.678181 0.006849 -vn -0.731652 0.681664 0.004543 -vn -0.733577 0.679569 -0.007182 -vn -0.730340 0.683066 -0.004976 -vn -0.759992 0.649873 0.008808 -vn -0.864672 0.501869 0.021665 -vn -0.885532 0.460454 -0.061772 -vn -0.864130 0.502334 0.030655 -vn -0.873919 0.486068 0.001948 -vn -0.891512 0.452988 0.003029 -vn -0.875079 0.483469 0.022231 -vn -0.908469 0.417895 0.006846 -vn -0.905640 0.423468 0.022182 -vn -0.905878 0.423466 0.007894 -vn -0.901460 0.432536 -0.016813 -vn -0.921098 0.389231 0.008841 -vn -0.919286 0.390015 0.052924 -vn -0.976322 0.215622 0.017380 -vn -0.984579 0.166176 -0.054675 -vn -0.976005 0.216281 0.025215 -vn -0.987598 0.156166 0.016224 -vn -0.981353 0.192203 0.001970 -vn -0.987863 0.155245 0.005120 -vn -0.981646 0.189408 0.022281 -vn -0.993144 0.116695 0.006842 -vn -0.992171 0.122896 0.022201 -vn -0.992299 0.123498 0.009573 -vn -0.989353 0.140621 -0.037495 -vn -0.995758 0.091069 0.013100 -vn -0.994177 0.091430 0.057030 -vn -0.993353 -0.115111 0.000387 -vn -0.987794 -0.154844 0.016917 -vn -0.988430 -0.138851 -0.061050 -vn -0.995721 -0.090274 0.019772 -vn -0.992716 -0.120462 0.001960 -vn -0.987487 -0.157615 0.005118 -vn -0.992131 -0.123203 0.022281 -vn -0.980593 -0.195934 0.006825 -vn -0.974659 -0.223091 -0.016430 -vn -0.981896 -0.189179 0.009576 -vn -0.984569 -0.165986 -0.055428 -vn -0.976319 -0.215639 0.017378 -vn -0.974575 -0.215328 0.061942 -vn -0.908231 -0.418426 -0.005952 -vn -0.892363 -0.451057 0.015373 -vn -0.901476 -0.431569 -0.033007 -vn -0.921376 -0.388409 0.014305 -vn -0.906907 -0.421327 0.001954 -vn -0.890496 -0.454982 0.003024 -vn -0.905512 -0.423737 0.022247 -vn -0.872049 -0.489371 0.006848 -vn -0.858035 -0.513327 -0.016471 -vn -0.875051 -0.483967 0.007891 -vn -0.885600 -0.460182 -0.062807 -vn -0.864670 -0.501874 0.021666 -vn -0.862620 -0.501340 0.067421 -vn -0.730456 -0.682546 -0.023775 -vn -0.738907 -0.673805 -0.001625 -vn -0.710310 -0.703803 0.011057 -vn -0.733018 -0.680094 0.012567 -vn -0.706435 -0.707777 -0.001162 -vn -0.734873 -0.678170 0.006825 -vn -0.730227 -0.682841 0.022309 -vn -0.657391 -0.753369 -0.016488 -vn -0.678134 -0.734906 0.006873 -vn -0.681663 -0.731652 0.004538 -vn -0.672549 -0.739869 0.016501 -vn -0.670673 -0.740436 0.044188 -vn -0.491968 -0.870470 0.015803 -vn -0.526659 -0.850070 0.003471 -vn -0.493461 -0.869768 -0.000450 -vn -0.478734 -0.877490 0.028733 -vn -0.487025 -0.873384 0.002756 -vn -0.486049 -0.873929 0.001975 -vn -0.453276 -0.891356 -0.005115 -vn -0.483486 -0.875067 0.022320 -vn -0.417874 -0.908480 0.006812 -vn -0.423482 -0.905633 0.022193 -vn -0.421013 -0.907054 0.001376 -vn -0.418311 -0.908302 -0.001852 -vn -0.418200 -0.908258 0.013267 -vn -0.379812 -0.925049 0.005261 -vn -0.206426 -0.978155 0.024526 -vn -0.205068 -0.978626 0.015430 -vn -0.166794 -0.984559 -0.053130 -vn -0.192206 -0.981353 0.001975 -vn -0.155426 -0.987847 0.000478 -vn -0.189413 -0.981645 0.022251 -vn -0.116688 -0.993145 0.006831 -vn -0.122905 -0.992171 0.022182 -vn -0.121964 -0.992517 0.005851 -vn -0.126880 -0.991913 -0.003170 -vn -0.081936 -0.996619 0.006038 -vn -0.084034 -0.995147 0.051198 -vn 0.100351 -0.994745 0.020280 -vn 0.148017 -0.987071 -0.061495 -vn 0.099640 -0.994606 0.028839 -vn 0.157728 -0.987362 0.015438 -vn 0.120458 -0.992716 0.001975 -vn 0.157575 -0.987499 0.003943 -vn 0.123211 -0.992130 0.022311 -vn 0.195910 -0.980598 0.006828 -vn 0.223128 -0.974651 -0.016448 -vn 0.189564 -0.981830 0.008646 -vn 0.177138 -0.983899 -0.023753 -vn 0.224718 -0.974370 0.010273 -vn 0.223365 -0.973223 0.054263 -vn 0.415419 -0.909616 0.005059 -vn 0.453477 -0.891104 0.017096 -vn 0.440235 -0.894554 -0.077237 -vn 0.396976 -0.917530 0.023439 -vn 0.421333 -0.906904 0.001975 -vn 0.455061 -0.890444 0.005353 -vn 0.423753 -0.905503 0.022298 -vn 0.489341 -0.872066 0.006844 -vn 0.483756 -0.874921 0.022210 -vn 0.483272 -0.875416 0.009760 -vn 0.465623 -0.883888 -0.044008 -vn 0.510004 -0.860050 0.014499 -vn 0.508962 -0.858797 0.058532 -vn 0.677491 -0.735529 -0.001901 -vn 0.705498 -0.708518 0.016577 -vn 0.692093 -0.719934 -0.051991 -vn 0.656904 -0.753763 0.017872 -vn 0.680963 -0.732315 0.001933 -vn 0.707935 -0.706262 0.004661 -vn 0.682863 -0.730208 0.022232 -vn 0.734879 -0.678164 0.006811 -vn 0.753420 -0.657332 -0.016535 -vn 0.730303 -0.683062 0.009192 -vn 0.711960 -0.699679 -0.059684 -vn 0.747040 -0.664513 0.018787 -vn 0.745801 -0.663103 0.063839 -vn 0.872680 -0.488239 -0.007241 -vn 0.889405 -0.456940 0.012816 -vn 0.878162 -0.477999 -0.018684 -vn 0.854839 -0.518744 0.012458 -vn 0.873922 -0.486062 0.001946 -vn 0.891489 -0.453038 0.001863 -vn 0.875083 -0.483461 0.022241 -vn 0.908462 -0.417911 0.006856 -vn 0.905637 -0.423476 0.022121 -vn 0.906047 -0.423121 0.006948 -vn 0.893418 -0.445214 -0.059910 -vn 0.913462 -0.406271 0.023063 -vn 0.910693 -0.403088 0.090324 -vn 0.664992 -0.746850 -0.000280 -vn 0.665622 -0.746289 -0.000003 -vn 0.613871 -0.789394 0.004487 -vn -0.979252 -0.202645 -0.000253 -vn -0.979120 -0.203283 -0.000007 -vn -0.990930 -0.134358 0.002163 -vn 0.314229 0.949347 -0.000300 -vn 0.313498 0.949589 0.000000 -vn 0.374323 0.927290 0.004066 -vn 0.892758 -0.450532 0.002099 -vn 0.876681 -0.481056 -0.003908 -vn 0.874176 -0.485590 -0.004245 -vn 0.840611 -0.541639 0.000802 -vn 0.806778 -0.590807 0.007536 -vn 0.924899 -0.380075 0.010268 -vn 0.906533 -0.421878 -0.014695 -vn 0.905382 -0.424297 -0.016002 -vn 0.894163 -0.446680 -0.030798 -vn 0.913129 -0.407360 0.015934 -vn 0.983789 0.179331 -0.000020 -vn 0.989762 0.142573 0.006708 -vn 0.985623 0.167828 0.019506 -vn 0.982315 0.186839 -0.012190 -vn 0.994733 0.102469 0.002509 -vn 0.984912 0.173056 0.000001 -vn 0.949865 0.312657 0.001645 -vn 0.958853 0.283904 -0.000162 -vn 0.948406 0.317060 0.000176 -vn 0.926024 0.377380 0.007978 -vn 0.965757 0.259435 -0.002746 -vn 0.799198 0.600978 0.010383 -vn 0.818406 0.574637 -0.002205 -vn 0.823830 0.566825 -0.003627 -vn 0.833548 0.552409 -0.006569 -vn 0.839176 0.543847 0.003804 -vn 0.850005 0.526753 -0.004788 -vn 0.859527 0.511090 0.000023 -vn 0.927889 0.372854 0.001109 -vn 0.901373 0.432979 0.007471 -vn 0.251368 0.967892 -0.000086 -vn 0.167703 0.985816 0.006487 -vn 0.226023 0.974121 -0.001200 -vn 0.286581 0.958036 0.006197 -vn 0.286709 0.958018 -0.000384 -vn 0.331887 0.943306 0.005016 -vn 0.290515 0.956810 -0.010729 -vn 0.145374 0.989359 0.005985 -vn 0.111930 0.993690 0.007151 -vn -0.000171 0.999999 0.001753 -vn -0.000619 0.999985 -0.005419 -vn 0.034903 0.999389 0.001869 -vn 0.036547 0.999332 -0.000022 -vn 0.084809 0.996397 0.000847 -vn -0.157470 0.987483 0.008999 -vn -0.091393 0.995735 -0.012659 -vn -0.087386 0.996069 -0.014507 -vn -0.116036 0.993071 0.018616 -vn -0.644312 0.764751 0.004307 -vn -0.634408 0.772953 0.008430 -vn -0.648424 0.761169 0.013008 -vn -0.669030 0.742912 -0.021908 -vn -0.584934 0.811080 0.000885 -vn -0.642323 0.766434 0.000000 -vn -0.733461 0.679728 0.002226 -vn -0.752357 0.658751 0.002673 -vn -0.751205 0.660069 -0.000123 -vn -0.788595 0.614893 0.004915 -vn -0.709857 0.704312 -0.006911 -vn -0.929137 0.369733 0.001082 -vn -0.902818 0.430023 0.000000 -vn -0.904271 0.426958 -0.000830 -vn -0.893428 0.449175 0.005398 -vn -0.897427 0.441151 -0.003196 -vn -0.891769 0.452453 -0.005811 -vn -0.882312 0.470502 -0.012362 -vn -0.879511 0.475875 0.002026 -vn -0.819889 0.572496 0.005550 -vn -0.824545 0.565748 0.007413 -vn -0.956163 -0.292833 0.001157 -vn -0.936713 -0.350087 0.002848 -vn -0.956377 -0.292087 -0.005321 -vn -0.970209 -0.242228 0.004495 -vn -0.977749 -0.209692 0.006052 -vn -0.969328 -0.245281 -0.015516 -vn -0.972998 -0.230608 -0.009794 -vn -0.851582 -0.524217 0.002293 -vn -0.854659 -0.519155 -0.006001 -vn -0.857445 -0.514536 -0.006340 -vn -0.928200 -0.371969 0.009161 -vn -0.916523 -0.399981 0.000814 -vn -0.762673 -0.646777 0.003041 -vn -0.805957 -0.591974 -0.000003 -vn -0.805822 -0.592158 -0.000212 -vn -0.804899 -0.593351 0.008527 -vn -0.822291 -0.568903 -0.013667 -vn -0.817386 -0.576009 0.009695 -vn -0.306303 -0.951609 -0.024890 -vn -0.309669 -0.950574 -0.022681 -vn -0.392062 -0.919931 0.003776 -vn -0.357022 -0.933800 0.023513 -vn -0.319611 -0.947529 0.006191 -vn -0.376065 -0.926593 0.000429 -vn -0.342588 -0.939486 0.000000 -vn -0.169000 -0.985615 0.001355 -vn -0.134297 -0.990932 0.004249 -vn -0.211892 -0.977293 0.000853 -vn -0.205630 -0.978627 0.002461 -vn -0.239334 -0.970902 -0.008292 -vn -0.080151 -0.996746 0.008558 -vn -0.081178 -0.996695 0.003185 -vn 0.147009 -0.989134 0.001203 -vn 0.079019 -0.996873 0.000000 -vn 0.090358 -0.995906 -0.002780 -vn 0.084682 -0.996398 0.004526 -vn 0.081022 -0.996704 -0.004208 -vn 0.062496 -0.998017 -0.007459 -vn 0.038728 -0.999147 -0.014365 -vn 0.039451 -0.999216 0.003357 -vn 0.769032 -0.639155 0.008376 -vn 0.730866 -0.682520 -0.000341 -vn 0.705558 -0.708653 0.000208 -vn 0.707833 -0.706252 -0.013449 -vn 0.679210 -0.733917 0.006289 -vn 0.630542 -0.776150 0.003002 -vn 0.684567 -0.728898 -0.008741 -vn 0.750672 -0.660673 0.001498 -vn 0.999989 0.000000 0.004675 -vn 0.992458 -0.122469 0.005331 -vn 0.997638 -0.068668 0.002010 -vn 0.970873 -0.239570 0.003536 -vn 0.983812 -0.179196 0.001584 -vn 0.915642 -0.401994 0.000000 -vn 0.929225 -0.369508 -0.002118 -vn 0.952992 -0.302995 0.001109 -vn 0.949512 -0.313672 0.006074 -vn 0.957627 -0.287965 0.005194 -vn 0.600130 -0.799902 0.001283 -vn 0.551591 -0.834099 0.005211 -vn 0.475202 -0.879871 0.003284 -vn 0.507957 -0.861379 0.002422 -vn 0.323837 -0.946098 0.005312 -vn 0.385084 -0.922878 0.002556 -vn 0.392137 -0.919899 0.003755 -vn 0.411331 -0.911477 0.004168 -vn 0.167153 -0.985911 0.006195 -vn 0.211186 -0.977442 0.002756 -vn 0.279580 -0.960121 0.001777 -vn 0.333142 -0.942877 0.000362 -vn -0.451148 -0.892423 0.006874 -vn -0.448113 -0.893977 0.000631 -vn -0.479910 -0.877286 0.007411 -vn -0.505443 -0.862859 0.001232 -vn -0.543141 -0.839637 0.002895 -vn -0.602316 -0.798244 0.004644 -vn -0.567086 -0.823653 0.002943 -vn -0.696544 -0.717495 0.005301 -vn -0.653778 -0.756685 0.001411 -vn -0.733698 -0.679472 0.002141 -vn -0.691935 -0.721959 0.000411 -vn -0.998071 -0.061937 0.004255 -vn -0.993902 -0.110177 0.004465 -vn -0.999999 0.000000 0.001119 -vn -0.997979 0.063373 0.004703 -vn -0.999099 0.042429 0.000859 -vn -0.983045 0.183310 0.004548 -vn -0.990287 0.138992 0.003513 -vn -0.931901 0.362704 0.002548 -vn -0.935906 0.352219 0.004781 -vn -0.956139 0.292912 0.001112 -vn -0.969154 0.246455 0.001233 -vn -0.507100 0.861879 0.003710 -vn -0.543766 0.839222 0.005063 -vn -0.289257 0.957243 0.003925 -vn -0.318848 0.947797 0.004080 -vn -0.345161 0.938535 0.004031 -vn -0.355497 0.934675 0.002116 -vn -0.443228 0.896400 0.004023 -vn -0.446136 0.894962 0.002465 -vn -0.210518 0.977583 0.003756 -vn -0.211382 0.977400 0.002805 -vn -0.163081 0.986610 -0.002185 -vn -0.109689 0.993966 0.000003 -vn 0.385104 0.922869 0.002617 -vn 0.392132 0.919901 0.003756 -vn 0.411329 0.911478 0.004033 -vn 0.477454 0.878657 0.000629 -vn 0.552285 0.833648 0.003670 -vn 0.506466 0.862241 0.005691 -vn 0.644625 0.764488 0.004115 -vn 0.600186 0.799859 0.001439 -vn 0.696224 0.717823 0.001308 -vn 0.684642 0.728866 0.004526 -vn 0.823797 0.566885 0.000000 -vn 0.784135 0.620587 -0.002080 -vn 0.780856 0.624710 0.000854 -vn 0.781245 0.624190 0.006480 -vn 0.733281 0.679925 0.000686 -vn 0.749090 0.662460 0.003172 -vn 0.706204 0.707981 0.006190 -vn 0.997638 0.068668 0.002010 -vn 0.999999 0.000000 0.001725 -vn -0.968464 0.249155 0.000420 -vn -0.968331 0.249670 0.000000 -vn -0.988074 0.153920 -0.004199 -vn -0.709626 -0.704578 0.000738 -vn -0.710414 -0.703784 0.000000 -vn -0.638237 -0.769827 -0.004594 -vn 0.241286 -0.970454 0.000400 -vn 0.240581 -0.970629 0.000000 -vn 0.333617 -0.942695 -0.005028 -vn 0.956856 -0.290562 0.000006 -vn 0.956868 -0.290522 0.000000 -vn 0.980187 -0.197998 -0.005508 -vn 0.739688 0.672950 0.000002 -vn 0.739622 0.673023 0.000000 -vn 0.674167 0.738555 -0.006044 -vn -0.182938 0.983123 0.001636 -vn -0.186974 0.982364 0.001144 -vn -0.231851 0.972748 0.002633 -vn -0.131337 0.991328 0.004492 -vn -0.072154 0.997365 0.007505 -vn -0.096715 0.995310 0.002196 -vn -0.199177 0.979964 0.000000 -vn -0.284541 0.958641 -0.006599 -vn 0.126129 0.991995 0.006194 -vn 0.057545 0.998236 -0.014641 -vn 0.042490 0.999090 -0.003822 -vn -0.042444 0.999087 0.004915 -vn 0.348257 0.937382 -0.005643 -vn 0.257878 0.966178 0.000000 -vn 0.257844 0.966187 0.000009 -vn 0.239905 0.970783 0.005142 -vn 0.309363 0.950944 0.000495 -vn 0.214191 0.976683 0.014586 -vn 0.190279 0.981354 0.027188 -vn 0.218385 0.975862 -0.001526 -vn 0.808061 0.589087 0.003682 -vn 0.774364 0.632738 0.001845 -vn 0.829579 0.558345 0.007029 -vn 0.707647 0.706565 0.001295 -vn 0.780859 0.624393 0.019811 -vn 0.759519 0.650451 0.006679 -vn 0.910173 0.414167 0.007132 -vn 0.883409 0.468409 -0.013472 -vn 0.873008 0.487691 -0.003754 -vn 0.865515 0.500672 -0.014561 -vn 0.982869 0.184202 -0.006188 -vn 0.961904 0.273389 0.000000 -vn 0.961882 0.273464 0.000004 -vn 0.972847 0.231446 0.001520 -vn 0.957798 0.287432 0.002472 -vn 0.951051 0.308933 0.007914 -vn 0.938257 0.345084 0.024316 -vn 0.944463 0.328607 0.002665 -vn 0.911475 -0.411305 0.006496 -vn 0.923057 -0.384636 0.004614 -vn 0.945798 -0.324728 -0.004345 -vn 0.923289 -0.384032 0.007545 -vn 0.971649 -0.236427 0.000002 -vn 0.933817 -0.356546 0.029329 -vn 0.665546 -0.746326 -0.006748 -vn 0.727499 -0.686108 0.000000 -vn 0.727571 -0.686032 0.000001 -vn 0.706883 -0.707324 0.003086 -vn 0.733341 -0.679861 0.000496 -vn 0.746426 -0.665462 0.002919 -vn 0.761775 -0.647839 0.002060 -vn 0.776648 -0.629897 0.006961 -vn 0.806193 -0.591651 0.001314 -vn 0.829667 -0.558218 0.006709 -vn 0.872197 -0.489154 -0.001096 -vn 0.188604 -0.981733 0.025071 -vn 0.195546 -0.980471 0.020960 -vn 0.300677 -0.953726 -0.001008 -vn 0.219724 -0.975527 -0.008332 -vn 0.130099 -0.991470 0.007823 -vn 0.112599 -0.993640 0.000472 -vn -0.209209 -0.977871 0.000004 -vn -0.204803 -0.978803 0.000078 -vn -0.219048 -0.975696 0.005951 -vn -0.178109 -0.984007 0.002724 -vn -0.151349 -0.988434 0.009544 -vn -0.126081 -0.992001 0.006176 -vn -0.042533 -0.999083 0.004860 -vn -0.025743 -0.999658 -0.004622 -vn 0.039192 -0.999225 0.003530 -vn -0.390036 -0.920790 -0.004276 -vn -0.298638 -0.954367 0.000000 -vn -0.298580 -0.954385 0.000036 -vn -0.363807 -0.931471 -0.002390 -vn -0.301194 -0.953469 -0.013364 -vn -0.722139 -0.691747 -0.001057 -vn -0.662032 -0.749473 -0.001931 -vn -0.715016 -0.698990 -0.012829 -vn -0.830022 -0.557698 0.006096 -vn -0.808062 -0.589087 0.003491 -vn -0.774671 -0.632328 0.006790 -vn -0.794269 -0.607563 0.001768 -vn -0.943219 -0.332171 0.000000 -vn -0.938883 -0.344237 0.000344 -vn -0.944252 -0.329128 0.007883 -vn -0.928372 -0.371633 0.003856 -vn -0.909310 -0.416112 0.002377 -vn -0.875539 -0.483143 0.002114 -vn -0.877182 -0.480156 -0.001247 -vn -0.990600 -0.136714 -0.004681 -vn -0.972632 -0.232349 0.000000 -vn -0.972625 -0.232380 0.000022 -vn -0.967645 -0.252120 0.009891 -vn -0.985885 -0.167418 -0.001685 -vn -0.969787 -0.243719 -0.010645 -vn -0.946202 0.323537 0.005111 -vn -0.969851 0.243393 -0.012166 -vn -0.983188 0.182581 -0.002382 -vn -0.859500 0.511102 -0.005887 -vn -0.893359 0.449337 0.002330 -vn -0.911524 0.411206 0.005794 -vn -0.923133 0.384402 0.007741 -vn -0.933287 0.359128 0.001836 -vn -0.776670 0.629869 0.007000 -vn -0.786380 0.617743 0.000470 -vn -0.827374 0.561579 -0.009000 -vn -0.830131 0.557566 0.001654 -vn -0.873002 0.487692 0.004918 -vn -0.625360 0.780320 -0.005140 -vn -0.697740 0.716351 0.000000 -vn -0.697748 0.716344 0.000005 -vn -0.710347 0.703819 0.006789 -vn -0.652646 0.757663 -0.000566 -vn -0.726346 0.687120 0.016967 -vn -0.742743 0.668853 0.031126 -vn -0.715302 0.698785 -0.006595 -vn -0.996397 -0.084806 0.000346 -vn -0.999975 0.000000 -0.007082 -vn -0.594635 -0.803995 0.000345 -vn -0.524294 -0.851508 -0.007082 -vn -0.524303 -0.851529 0.002008 -vn -0.450204 -0.892926 0.000346 -vn 0.372853 -0.927890 0.000348 -vn 0.450193 -0.892903 -0.007081 -vn 0.450202 -0.892924 0.002008 -vn 0.524308 -0.851529 0.000347 -vn 0.594622 -0.803974 -0.007083 -vn 0.594631 -0.803996 0.002010 -vn 0.660670 -0.750676 0.000344 -vn 0.985617 -0.168996 0.000346 -vn 0.996372 -0.084809 -0.007082 -vn 0.996396 -0.084803 0.002008 -vn 1.000000 0.000000 0.000346 -vn 0.996372 0.084809 -0.007082 -vn 0.996396 0.084804 0.002008 -vn 0.985617 0.168996 0.000346 -vn 0.660668 0.750678 0.000345 -vn 0.594623 0.803973 -0.007082 -vn 0.594635 0.803994 0.002010 -vn 0.524310 0.851527 0.000348 -vn 0.450192 0.892904 -0.007081 -vn 0.450198 0.892927 0.002010 -vn 0.372849 0.927892 0.000346 -vn -0.292820 0.956167 0.000344 -vn -0.372846 0.927866 -0.007082 -vn -0.372855 0.927887 0.002011 -vn -0.450203 0.892926 0.000347 -vn -0.524295 0.851507 -0.007083 -vn -0.524306 0.851527 0.002010 -vn -0.594633 0.803998 0.000345 -vn -0.996398 0.084804 0.000346 -vn -0.999998 0.000000 0.002009 -vn 0.981194 -0.192709 -0.011003 -vn 0.979571 -0.201079 -0.002847 -vn 0.986863 -0.161277 0.009585 -vn 0.980800 -0.194638 0.012122 -vn 0.987822 -0.155559 -0.003018 -vn 0.980600 -0.195900 0.006916 -vn 0.981646 -0.189415 0.022205 -vn 0.992173 -0.122888 0.022170 -vn 0.993142 -0.116718 0.006834 -vn 0.992671 -0.120809 0.003046 -vn 0.993659 -0.111075 0.017432 -vn 0.993449 -0.110283 0.029946 -vn 0.997401 -0.072031 0.001636 -vn -0.005010 0.004798 0.999976 -vn 0.005272 -0.004670 0.999975 -vn -0.005385 0.004350 0.999976 -vn -0.005746 0.003878 0.999976 -vn -0.006047 0.003378 0.999976 -vn 0.006238 -0.003272 0.999975 -vn -0.006310 0.002854 0.999976 -vn -0.006538 0.002309 0.999976 -vn 0.006676 -0.002228 0.999975 -vn -0.006841 0.001172 0.999976 -vn 0.006942 -0.001127 0.999975 -vn -0.006921 0.000588 0.999976 -vn -0.006955 -0.000001 0.999976 -vn -0.006940 -0.000592 0.999976 -vn 0.006910 0.001124 0.999976 -vn -0.006770 -0.001763 0.999976 -vn -0.006609 -0.002336 0.999976 -vn 0.006617 0.002209 0.999976 -vn -0.006407 -0.002896 0.999975 -vn 0.006137 0.003223 0.999976 -vn -0.005863 -0.003964 0.999975 -vn 0.005504 0.004138 0.999976 -vn -0.005004 -0.004800 0.999976 -vn 0.005013 -0.004798 0.999976 -vn -0.005274 0.004670 0.999975 -vn 0.005388 -0.004350 0.999976 -vn 0.005746 -0.003878 0.999976 -vn -0.005951 0.003764 0.999975 -vn 0.006047 -0.003378 0.999976 -vn 0.006315 -0.002854 0.999976 -vn -0.006479 0.002759 0.999975 -vn 0.006709 -0.001747 0.999976 -vn 0.006841 -0.001172 0.999976 -vn -0.006942 0.001127 0.999975 -vn 0.006921 -0.000588 0.999976 -vn 0.006955 0.000001 0.999976 -vn -0.007024 -0.000001 0.999975 -vn 0.006940 0.000592 0.999976 -vn -0.006910 -0.001124 0.999976 -vn 0.006770 0.001763 0.999976 -vn -0.006618 -0.002209 0.999976 -vn 0.006407 0.002896 0.999975 -vn 0.006155 0.003440 0.999975 -vn 0.005863 0.003964 0.999975 -vn -0.005843 -0.003695 0.999976 -vn 0.005535 0.004465 0.999975 -vn 0.005008 0.004800 0.999976 -vn 0.004880 0.005080 0.999975 -vn -0.004114 -0.005570 0.999976 -vn 0.004004 0.005797 0.999975 -vn -0.003121 -0.006187 0.999976 -vn 0.003017 0.006362 0.999975 -vn -0.002584 -0.006432 0.999976 -vn -0.002028 -0.006631 0.999976 -vn 0.001957 0.006761 0.999975 -vn -0.001462 -0.006783 0.999976 -vn -0.000879 -0.006888 0.999976 -vn -0.000294 -0.006945 0.999976 -vn 0.000282 0.007019 0.999975 -vn 0.000292 -0.006954 0.999976 -vn -0.000842 0.006956 0.999976 -vn 0.001470 -0.006828 0.999976 -vn -0.001943 0.006705 0.999976 -vn 0.003167 -0.006286 0.999975 -vn -0.002978 0.006274 0.999976 -vn 0.003701 -0.006015 0.999975 -vn 0.004219 -0.005701 0.999975 -vn 0.004708 -0.005345 0.999975 -vn -0.004350 0.005324 0.999976 -vn -0.004879 -0.005081 0.999975 -vn 0.004118 0.005569 0.999976 -vn -0.004001 -0.005797 0.999975 -vn 0.003633 0.005900 0.999976 -vn 0.003119 0.006188 0.999976 -vn -0.003019 -0.006362 0.999975 -vn 0.002586 0.006432 0.999976 -vn 0.002028 0.006631 0.999976 -vn 0.001463 0.006783 0.999976 -vn -0.001407 -0.006893 0.999975 -vn 0.000882 0.006888 0.999976 -vn 0.000295 0.006945 0.999976 -vn -0.000282 -0.007019 0.999975 -vn -0.000886 0.006915 0.999976 -vn -0.001473 0.006828 0.999976 -vn 0.001400 -0.006854 0.999976 -vn -0.002619 0.006513 0.999975 -vn 0.002470 -0.006511 0.999976 -vn -0.003166 0.006286 0.999975 -vn 0.002978 -0.006275 0.999976 -vn -0.003701 0.006015 0.999975 -vn -0.004211 0.005701 0.999975 -vn 0.003915 -0.005678 0.999976 -vn -0.004700 0.005345 0.999975 vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000366 -0.000086 -1.000000 -vn 0.005482 -0.002657 -0.999981 -vn -0.000001 -0.003292 -0.999995 -vn -0.001394 -0.000682 -0.999999 -vn -0.003978 0.000542 -0.999992 -vn -0.002253 0.004595 -0.999987 -vn -0.000299 0.000168 -1.000000 -vn -0.005491 0.002657 -0.999981 -vn 0.000001 0.003293 -0.999995 -vn 0.003947 0.000713 -0.999992 -vn 0.000543 -0.003985 -0.999992 -vn 0.000340 0.000435 -1.000000 -vn -0.000035 -0.000287 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.001445 -0.001280 -0.999998 -vn 0.001182 -0.001319 -0.999999 vn 0.000000 0.000000 -1.000000 +vn 0.099521 0.025997 0.994696 +vn 0.370259 0.096720 0.923880 +vn 0.376186 0.029434 0.926077 +vn 0.057114 0.004469 0.998358 +vn 0.893883 0.233507 0.382685 +vn 0.963711 0.251747 0.088798 +vn 0.991422 0.085464 0.098885 +vn 0.918344 0.077800 0.388060 +vn -0.793305 0.601767 0.092433 +vn -0.733240 0.559378 0.386593 +vn -0.643214 0.663196 0.382683 +vn -0.692237 0.713734 0.106733 +vn -0.298486 0.233299 0.925461 +vn -0.057028 0.044573 0.997377 +vn -0.024020 0.024766 0.999405 +vn -0.266434 0.274699 0.923879 +vn -0.082303 -0.032271 0.996085 +vn -0.041448 -0.026013 0.998802 +vn 0.050580 -0.009112 0.998679 +vn -0.079294 -0.001499 0.996850 +vn 0.041919 -0.020567 0.998909 +vn -0.068219 0.023277 0.997399 +vn 0.036287 -0.036816 0.998663 +vn 0.082955 -0.119711 0.989337 +vn 0.967533 0.252745 0.000000 +vn 0.996266 0.086339 0.000000 +vn 0.984282 -0.176605 0.000000 +vn 0.979643 -0.175812 0.096905 +vn 0.897851 -0.440300 0.000000 +vn 0.893429 -0.438145 0.099068 +vn 0.686179 -0.727433 0.000000 +vn 0.683685 -0.723161 0.098051 +vn 0.569579 -0.821937 0.000000 +vn 0.567955 -0.819595 0.075436 +vn -0.847003 -0.531588 0.000000 +vn -0.842233 -0.528595 0.105978 +vn -0.932913 -0.348128 0.092084 +vn -0.937197 -0.348799 0.000000 +vn -0.995708 -0.018406 0.090703 +vn -0.999830 -0.018462 0.000000 +vn -0.942600 0.321360 0.090740 +vn -0.946508 0.322679 0.000000 +vn -0.797187 0.603733 0.000000 +vn -0.696216 0.717833 0.000000 +vn -0.782527 -0.491125 0.382684 +vn -0.862275 -0.324810 0.388563 +vn -0.324132 -0.203428 0.923881 +vn -0.350837 -0.137560 0.926278 +vn 0.375467 -0.067640 0.924365 +vn 0.908855 -0.163229 0.383846 +vn -0.921594 -0.017102 0.387778 +vn -0.377565 -0.007135 0.925956 +vn 0.340222 -0.166926 0.925410 +vn 0.828089 -0.406138 0.386421 +vn -0.872758 0.297591 0.386954 +vn -0.358168 0.122210 0.925624 +vn 0.264482 -0.268343 0.926305 +vn 0.635493 -0.667249 0.388493 +vn 0.217962 -0.314540 0.923882 +vn 0.526221 -0.759372 0.382684 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.001558 -0.000360 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001851 -0.000945 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.003533 0.001898 -0.999992 -vn 0.001743 -0.003624 -0.999992 -vn 0.000063 -0.000318 -1.000000 vn 0.000002 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000146 0.000263 -1.000000 +vn -0.027246 -0.099185 0.994696 +vn -0.101367 -0.369011 0.923881 +vn -0.162606 -0.340506 0.926075 +vn -0.024686 -0.051696 0.998358 +vn -0.244718 -0.890880 0.382682 +vn -0.263836 -0.960472 0.088798 +vn -0.421697 -0.901329 0.098884 +vn -0.391797 -0.834209 0.388059 +vn 0.917798 0.386139 0.092433 +vn 0.851056 0.355317 0.386592 +vn 0.895950 0.225449 0.382682 +vn 0.964230 0.242630 0.106733 +vn 0.351280 0.141841 0.925464 +vn 0.067114 0.027100 0.997377 +vn 0.033461 0.008419 0.999405 +vn 0.371111 0.093383 0.923881 +vn 0.013205 0.087412 0.996085 +vn -0.001804 0.048902 0.998802 +vn -0.033181 -0.039248 0.998679 +vn 0.038350 0.069420 0.996850 +vn -0.038773 -0.026020 0.998909 +vn 0.054266 0.047440 0.997399 +vn -0.050026 -0.013017 0.998663 +vn -0.145150 -0.011987 0.989337 +vn -0.264882 -0.964281 0.000000 +vn -0.423361 -0.905961 0.000000 +vn -0.645085 -0.764111 0.000000 +vn -0.642080 -0.760489 0.096904 +vn -0.830237 -0.557411 0.000000 +vn -0.826159 -0.554659 0.099067 +vn -0.973065 -0.230531 0.000000 +vn -0.968118 -0.230508 0.098051 +vn -0.996608 -0.082301 0.000000 +vn -0.993768 -0.082066 0.075436 +vn -0.036868 0.999320 0.000000 +vn -0.036661 0.993693 0.105978 +vn 0.164969 0.981991 0.092084 +vn 0.166529 0.986037 0.000000 +vn 0.481914 0.871511 0.090703 +vn 0.483926 0.875109 0.000000 +vn 0.749605 0.655636 0.090740 +vn 0.752703 0.658361 0.000000 +vn 0.921442 0.388517 0.000000 +vn 0.969769 0.244024 0.000000 +vn -0.034062 0.923251 0.382684 +vn 0.149845 0.909156 0.388563 +vn -0.014109 0.382420 0.923881 +vn 0.056284 0.372613 0.926278 +vn -0.246316 -0.291349 0.924361 +vn -0.595792 -0.705475 0.383845 +vn 0.445985 0.806676 0.387778 +vn 0.182604 0.330547 0.925956 +vn -0.314673 -0.211180 0.925410 +vn -0.765772 -0.514075 0.386419 +vn 0.694100 0.607036 0.386954 +vn 0.284919 0.249074 0.925626 +vn -0.364635 -0.094880 0.926304 +vn -0.895601 -0.216729 0.388494 +vn -0.381386 -0.031495 0.923879 +vn -0.920744 -0.076037 0.382686 +s 1 +f 1115/1245/3001 1116/1246/3002 1118/1247/3003 1117/1248/3004 +f 1117/1248/3004 1118/1247/3003 1120/1249/3005 1119/1250/3006 +f 1119/1250/3006 1120/1249/3005 1122/1251/3007 1121/1252/3008 +f 1121/1252/3008 1122/1251/3007 1124/1253/3009 1123/1254/3010 +f 1123/1254/3010 1124/1253/3009 1126/1255/3011 1125/1256/3012 +s 2 +f 1135/1257/3013 1134/1258/3014 1137/1259/3015 1136/1260/3016 +s 3 +f 1134/1258/3017 1133/1261/3018 1138/1262/3019 1137/1259/3020 +s 4 +f 1153/1263/3021 1152/1264/3022 1158/1265/3023 1157/1266/3024 +s 2 +f 1152/1264/3025 1151/1267/3026 1159/1268/3027 1158/1265/3028 +f 1130/1269/3029 1128/1270/3030 1135/1257/3013 1136/1260/3016 +f 1130/1269/3029 1136/1260/3016 1142/1271/3031 1139/1272/3032 +f 1139/1272/3032 1142/1271/3031 1148/1273/3033 1145/1274/3034 +f 1145/1274/3034 1148/1273/3033 1154/1275/3035 1151/1267/3026 +f 1151/1267/3026 1154/1275/3035 1161/1276/3036 1159/1268/3027 +s 3 +f 1138/1262/3019 1133/1261/3018 1126/1255/3037 1124/1253/3038 +f 1138/1262/3019 1124/1253/3038 1122/1251/3039 1144/1277/3040 +f 1144/1277/3040 1122/1251/3039 1120/1249/3041 1150/1278/3042 +f 1150/1278/3042 1120/1249/3041 1118/1247/3043 1156/1279/3044 +f 1156/1279/3044 1118/1247/3043 1116/1246/3045 1160/1280/3046 +s 4 +f 1125/1256/3047 1127/1281/3048 1132/1282/3049 1123/1254/3050 +f 1123/1254/3050 1132/1282/3049 1141/1283/3051 1121/1252/3052 +f 1121/1252/3052 1141/1283/3051 1147/1284/3053 1119/1250/3054 +f 1119/1250/3054 1147/1284/3053 1153/1263/3021 1117/1248/3055 +f 1117/1248/3055 1153/1263/3021 1157/1266/3024 1115/1245/3056 +f 1127/1281/3048 1129/1285/3057 1131/1286/3058 1132/1282/3049 +s 2 +f 1129/1285/3059 1128/1270/3030 1130/1269/3029 1131/1286/3060 +f 1136/1260/3016 1137/1259/3015 1143/1287/3061 1142/1271/3031 +s 3 +f 1137/1259/3020 1138/1262/3019 1144/1277/3040 1143/1287/3062 +s 4 +f 1132/1282/3049 1131/1286/3058 1140/1288/3063 1141/1283/3051 +s 2 +f 1131/1286/3060 1130/1269/3029 1139/1272/3032 1140/1288/3064 +f 1142/1271/3031 1143/1287/3061 1149/1289/3065 1148/1273/3033 +s 3 +f 1143/1287/3062 1144/1277/3040 1150/1278/3042 1149/1289/3066 +s 4 +f 1141/1283/3051 1140/1288/3063 1146/1290/3067 1147/1284/3053 +s 2 +f 1140/1288/3064 1139/1272/3032 1145/1274/3034 1146/1290/3068 +f 1148/1273/3033 1149/1289/3065 1155/1291/3069 1154/1275/3035 +s 3 +f 1149/1289/3066 1150/1278/3042 1156/1279/3044 1155/1291/3070 +s 4 +f 1147/1284/3053 1146/1290/3067 1152/1264/3022 1153/1263/3021 +s 2 +f 1146/1290/3068 1145/1274/3034 1151/1267/3026 1152/1264/3025 +f 1154/1275/3035 1155/1291/3069 1162/1292/3071 1161/1276/3036 +s 3 +f 1155/1291/3070 1156/1279/3044 1160/1280/3046 1162/1292/3072 +s 7 +f 1164/1293/3073 1163/1294/3074 1183/1295/3075 +f 1165/1296/3076 1164/1293/3073 1183/1295/3075 +f 1166/1297/3077 1165/1296/3076 1183/1295/3075 +f 1167/1298/3078 1166/1297/3077 1183/1295/3075 +f 1168/1299/3079 1167/1298/3078 1183/1295/3075 +f 1169/1300/3080 1168/1299/3079 1183/1295/3075 +f 1170/1301/3081 1169/1300/3080 1183/1295/3075 +f 1171/1302/3082 1170/1301/3081 1183/1295/3075 +f 1172/1303/3083 1171/1302/3082 1183/1295/3075 +f 1173/1304/3084 1172/1303/3083 1183/1295/3075 +f 1174/1305/3085 1173/1304/3084 1183/1295/3075 +f 1175/1306/3086 1174/1305/3085 1183/1295/3075 +f 1176/1307/3087 1175/1306/3086 1183/1295/3075 +f 1177/1308/3088 1176/1307/3087 1183/1295/3075 +f 1178/1309/3089 1177/1308/3088 1183/1295/3075 +f 1179/1310/3090 1178/1309/3089 1183/1295/3075 +f 1180/1311/3091 1179/1310/3090 1183/1295/3075 +f 1181/1312/3092 1180/1311/3091 1183/1295/3075 +f 1182/1313/3093 1181/1312/3092 1183/1295/3075 +f 1163/1294/3074 1182/1313/3093 1183/1295/3075 +s 8 +f 1185/1314/3094 1186/1315/3095 1224/1316/3096 1223/1317/3097 +f 1186/1315/3095 1185/1314/3094 1187/1318/3098 1188/1319/3099 +f 1188/1319/3099 1187/1318/3098 1189/1320/3100 1190/1321/3101 +f 1190/1321/3101 1189/1320/3100 1191/1322/3102 1192/1323/3103 +f 1192/1323/3103 1191/1322/3102 1193/1324/3104 1194/1325/3105 +f 1194/1325/3105 1193/1324/3104 1195/1326/3106 1196/1327/3107 +f 1196/1327/3107 1195/1326/3106 1197/1328/3108 1198/1329/3109 +f 1198/1329/3109 1197/1328/3108 1199/1330/3110 1200/1331/3111 +f 1200/1331/3111 1199/1330/3110 1201/1332/3112 1202/1333/3113 +f 1202/1333/3113 1201/1332/3112 1203/1334/3114 1204/1335/3115 +f 1204/1335/3115 1203/1334/3114 1205/1336/3116 1206/1337/3117 +f 1206/1337/3117 1205/1336/3116 1207/1338/3118 1208/1339/3119 +f 1208/1339/3119 1207/1338/3118 1209/1340/3120 1210/1341/3121 +f 1210/1341/3121 1209/1340/3120 1211/1342/3122 1212/1343/3123 +f 1212/1343/3123 1211/1342/3122 1213/1344/3124 1214/1345/3125 +f 1214/1345/3125 1213/1344/3124 1215/1346/3126 1216/1347/3127 +f 1216/1347/3127 1215/1346/3126 1217/1348/3128 1218/1349/3129 +f 1218/1349/3129 1217/1348/3128 1219/1350/3130 1220/1351/3131 +f 1220/1351/3131 1219/1350/3130 1221/1352/3132 1222/1353/3133 +f 1222/1353/3133 1221/1352/3132 1223/1317/3097 1224/1316/3096 +f 1225/1354/3134 1226/1355/3135 1263/1356/3136 1264/1357/3137 +f 1226/1355/3135 1225/1354/3134 1228/1358/3138 1227/1359/3139 +f 1227/1359/3139 1228/1358/3138 1230/1360/3140 1229/1361/3141 +f 1229/1361/3141 1230/1360/3140 1232/1362/3142 1231/1363/3143 +f 1231/1363/3143 1232/1362/3142 1234/1364/3144 1233/1365/3145 +f 1233/1365/3145 1234/1364/3144 1236/1366/3146 1235/1367/3147 +f 1235/1367/3147 1236/1366/3146 1238/1368/3148 1237/1369/3149 +f 1237/1369/3149 1238/1368/3148 1240/1370/3150 1239/1371/3151 +f 1239/1371/3151 1240/1370/3150 1242/1372/3152 1241/1373/3153 +f 1241/1373/3153 1242/1372/3152 1244/1374/3154 1243/1375/3155 +f 1243/1375/3155 1244/1374/3154 1246/1376/3156 1245/1377/3157 +f 1245/1377/3157 1246/1376/3156 1248/1378/3158 1247/1379/3159 +f 1247/1379/3159 1248/1378/3158 1250/1380/3160 1249/1381/3161 +f 1249/1381/3161 1250/1380/3160 1252/1382/3162 1251/1383/3163 +f 1251/1383/3163 1252/1382/3162 1254/1384/3164 1253/1385/3165 +f 1253/1385/3165 1254/1384/3164 1256/1386/3166 1255/1387/3167 +f 1255/1387/3167 1256/1386/3166 1258/1388/3168 1257/1389/3169 +f 1257/1389/3169 1258/1388/3168 1260/1390/3170 1259/1391/3171 +f 1259/1391/3171 1260/1390/3170 1262/1392/3172 1261/1393/3173 +f 1261/1393/3173 1262/1392/3172 1264/1357/3137 1263/1356/3136 +f 1163/1294/3174 1164/1293/3175 1187/1318/3098 1185/1314/3094 +f 1164/1293/3175 1165/1296/3176 1189/1320/3100 1187/1318/3098 +f 1165/1296/3176 1166/1297/3177 1191/1322/3102 1189/1320/3100 +f 1166/1297/3177 1167/1298/3178 1193/1324/3104 1191/1322/3102 +f 1167/1298/3178 1168/1299/3179 1195/1326/3106 1193/1324/3104 +f 1168/1299/3179 1169/1300/3180 1197/1328/3108 1195/1326/3106 +f 1169/1300/3180 1170/1301/3181 1199/1330/3110 1197/1328/3108 +f 1170/1301/3181 1171/1302/3182 1201/1332/3112 1199/1330/3110 +f 1171/1302/3182 1172/1303/3183 1203/1334/3114 1201/1332/3112 +f 1172/1303/3183 1173/1304/3184 1205/1336/3116 1203/1334/3114 +f 1173/1304/3184 1174/1305/3185 1207/1338/3118 1205/1336/3116 +f 1174/1305/3185 1175/1306/3186 1209/1340/3120 1207/1338/3118 +f 1175/1306/3186 1176/1307/3187 1211/1342/3122 1209/1340/3120 +f 1176/1307/3187 1177/1308/3188 1213/1344/3124 1211/1342/3122 +f 1177/1308/3188 1178/1309/3189 1215/1346/3126 1213/1344/3124 +f 1178/1309/3189 1179/1310/3190 1217/1348/3128 1215/1346/3126 +f 1179/1310/3190 1180/1311/3191 1219/1350/3130 1217/1348/3128 +f 1180/1311/3191 1181/1312/3192 1221/1352/3132 1219/1350/3130 +f 1181/1312/3192 1182/1313/3193 1223/1317/3097 1221/1352/3132 +f 1182/1313/3193 1163/1294/3174 1185/1314/3094 1223/1317/3097 +f 1226/1355/3135 1227/1359/3139 1184/1394/3194 +f 1227/1359/3139 1229/1361/3141 1184/1394/3194 +f 1229/1361/3141 1231/1363/3143 1184/1394/3194 +f 1231/1363/3143 1233/1365/3145 1184/1394/3194 +f 1233/1365/3145 1235/1367/3147 1184/1394/3194 +f 1235/1367/3147 1237/1369/3149 1184/1394/3194 +f 1237/1369/3149 1239/1371/3151 1184/1394/3194 +f 1239/1371/3151 1241/1373/3153 1184/1394/3194 +f 1241/1373/3153 1243/1375/3155 1184/1394/3194 +f 1243/1375/3155 1245/1377/3157 1184/1394/3194 +f 1245/1377/3157 1247/1379/3159 1184/1394/3194 +f 1247/1379/3159 1249/1381/3161 1184/1394/3194 +f 1249/1381/3161 1251/1383/3163 1184/1394/3194 +f 1251/1383/3163 1253/1385/3165 1184/1394/3194 +f 1253/1385/3165 1255/1387/3167 1184/1394/3194 +f 1255/1387/3167 1257/1389/3169 1184/1394/3194 +f 1257/1389/3169 1259/1391/3171 1184/1394/3194 +f 1259/1391/3171 1261/1393/3173 1184/1394/3194 +f 1261/1393/3173 1263/1356/3136 1184/1394/3194 +f 1263/1356/3136 1226/1355/3135 1184/1394/3194 +f 1186/1315/3095 1188/1319/3099 1228/1358/3138 1225/1354/3134 +f 1188/1319/3099 1190/1321/3101 1230/1360/3140 1228/1358/3138 +f 1190/1321/3101 1192/1323/3103 1232/1362/3142 1230/1360/3140 +f 1192/1323/3103 1194/1325/3105 1234/1364/3144 1232/1362/3142 +f 1194/1325/3105 1196/1327/3107 1236/1366/3146 1234/1364/3144 +f 1196/1327/3107 1198/1329/3109 1238/1368/3148 1236/1366/3146 +f 1198/1329/3109 1200/1331/3111 1240/1370/3150 1238/1368/3148 +f 1200/1331/3111 1202/1333/3113 1242/1372/3152 1240/1370/3150 +f 1202/1333/3113 1204/1335/3115 1244/1374/3154 1242/1372/3152 +f 1204/1335/3115 1206/1337/3117 1246/1376/3156 1244/1374/3154 +f 1206/1337/3117 1208/1339/3119 1248/1378/3158 1246/1376/3156 +f 1208/1339/3119 1210/1341/3121 1250/1380/3160 1248/1378/3158 +f 1210/1341/3121 1212/1343/3123 1252/1382/3162 1250/1380/3160 +f 1212/1343/3123 1214/1345/3125 1254/1384/3164 1252/1382/3162 +f 1214/1345/3125 1216/1347/3127 1256/1386/3166 1254/1384/3164 +f 1216/1347/3127 1218/1349/3129 1258/1388/3168 1256/1386/3166 +f 1218/1349/3129 1220/1351/3131 1260/1390/3170 1258/1388/3168 +f 1220/1351/3131 1222/1353/3133 1262/1392/3172 1260/1390/3170 +f 1222/1353/3133 1224/1316/3096 1264/1357/3137 1262/1392/3172 +f 1224/1316/3096 1186/1315/3095 1225/1354/3134 1264/1357/3137 +s 10 +f 1265/1395/3195 1266/1396/3196 1286/1397/3197 1285/1398/3198 +f 1266/1396/3196 1267/1399/3199 1287/1400/3200 1286/1397/3197 +f 1267/1399/3199 1268/1401/3201 1288/1402/3202 1287/1400/3200 +f 1268/1401/3201 1269/1403/3203 1289/1404/3204 1288/1402/3202 +f 1269/1403/3203 1270/1405/3205 1290/1406/3206 1289/1404/3204 +f 1270/1405/3205 1271/1407/3207 1291/1408/3208 1290/1406/3206 +f 1271/1407/3207 1272/1409/3209 1292/1410/3210 1291/1408/3208 +f 1272/1409/3209 1273/1411/3211 1293/1412/3212 1292/1410/3210 +f 1273/1411/3211 1274/1413/3213 1294/1414/3214 1293/1412/3212 +f 1274/1413/3213 1275/1415/3215 1295/1416/3216 1294/1414/3214 +f 1275/1415/3215 1276/1417/3217 1296/1418/3218 1295/1416/3216 +f 1276/1417/3217 1277/1419/3219 1297/1420/3220 1296/1418/3218 +f 1277/1419/3219 1278/1421/3221 1298/1422/3222 1297/1420/3220 +f 1278/1421/3221 1279/1423/3223 1299/1424/3224 1298/1422/3222 +f 1279/1423/3223 1280/1425/3225 1300/1426/3226 1299/1424/3224 +f 1280/1425/3225 1281/1427/3227 1301/1428/3228 1300/1426/3226 +f 1281/1427/3227 1282/1429/3229 1302/1430/3230 1301/1428/3228 +f 1282/1429/3229 1283/1431/3231 1303/1432/3232 1302/1430/3230 +f 1283/1431/3231 1284/1433/3233 1304/1434/3234 1303/1432/3232 +f 1284/1433/3233 1265/1395/3195 1285/1398/3198 1304/1434/3234 +s 11 +f 1285/1398/3235 1286/1397/3236 1306/1435/3237 1305/1436/3238 +f 1286/1397/3236 1287/1400/3239 1307/1437/3240 1306/1435/3237 +f 1287/1400/3239 1288/1402/3241 1308/1438/3242 1307/1437/3240 +f 1288/1402/3241 1289/1404/3243 1309/1439/3244 1308/1438/3242 +f 1289/1404/3243 1290/1406/3245 1310/1440/3246 1309/1439/3244 +f 1290/1406/3245 1291/1408/3247 1311/1441/3248 1310/1440/3246 +f 1291/1408/3247 1292/1410/3249 1312/1442/3250 1311/1441/3248 +f 1292/1410/3249 1293/1412/3251 1313/1443/3252 1312/1442/3250 +f 1293/1412/3251 1294/1414/3253 1314/1444/3254 1313/1443/3252 +f 1294/1414/3253 1295/1416/3255 1315/1445/3256 1314/1444/3254 +f 1295/1416/3255 1296/1418/3257 1316/1446/3258 1315/1445/3256 +f 1296/1418/3257 1297/1420/3259 1317/1447/3260 1316/1446/3258 +f 1297/1420/3259 1298/1422/3261 1318/1448/3262 1317/1447/3260 +f 1298/1422/3261 1299/1424/3263 1319/1449/3264 1318/1448/3262 +f 1299/1424/3263 1300/1426/3265 1320/1450/3266 1319/1449/3264 +f 1300/1426/3265 1301/1428/3267 1321/1451/3268 1320/1450/3266 +f 1301/1428/3267 1302/1430/3269 1322/1452/3270 1321/1451/3268 +f 1302/1430/3269 1303/1432/3271 1323/1453/3272 1322/1452/3270 +f 1303/1432/3271 1304/1434/3273 1324/1454/3274 1323/1453/3272 +f 1304/1434/3273 1285/1398/3235 1305/1436/3238 1324/1454/3274 +s 12 +f 1346/1455/3275 1345/1456/3276 1325/1457/3277 1326/1458/3278 +f 1347/1459/3279 1346/1455/3275 1326/1458/3278 1327/1460/3280 +f 1348/1461/3281 1347/1459/3279 1327/1460/3280 1328/1462/3282 +f 1349/1463/3283 1348/1461/3281 1328/1462/3282 1329/1464/3284 +f 1350/1465/3285 1349/1463/3283 1329/1464/3284 1330/1466/3286 +f 1351/1467/3287 1350/1465/3285 1330/1466/3286 1331/1468/3288 +f 1352/1469/3289 1351/1467/3287 1331/1468/3288 1332/1470/3290 +f 1353/1471/3291 1352/1469/3289 1332/1470/3290 1333/1472/3292 +f 1354/1473/3293 1353/1471/3291 1333/1472/3292 1334/1474/3294 +f 1355/1475/3295 1354/1473/3293 1334/1474/3294 1335/1476/3296 +f 1356/1477/3297 1355/1475/3295 1335/1476/3296 1336/1478/3298 +f 1357/1479/3299 1356/1477/3297 1336/1478/3298 1337/1480/3300 +f 1358/1481/3301 1357/1479/3299 1337/1480/3300 1338/1482/3302 +f 1359/1483/3303 1358/1481/3301 1338/1482/3302 1339/1484/3304 +f 1360/1485/3305 1359/1483/3303 1339/1484/3304 1340/1486/3306 +f 1361/1487/3307 1360/1485/3305 1340/1486/3306 1341/1488/3308 +f 1362/1489/3309 1361/1487/3307 1341/1488/3308 1342/1490/3310 +f 1363/1491/3311 1362/1489/3309 1342/1490/3310 1343/1492/3312 +f 1364/1493/3313 1363/1491/3311 1343/1492/3312 1344/1494/3314 +f 1345/1456/3276 1364/1493/3313 1344/1494/3314 1325/1457/3277 +f 1326/1458/3278 1325/1457/3277 1305/1436/3315 1306/1435/3316 +f 1327/1460/3280 1326/1458/3278 1306/1435/3316 1307/1437/3317 +f 1328/1462/3282 1327/1460/3280 1307/1437/3317 1308/1438/3318 +f 1329/1464/3284 1328/1462/3282 1308/1438/3318 1309/1439/3319 +f 1330/1466/3286 1329/1464/3284 1309/1439/3319 1310/1440/3320 +f 1331/1468/3288 1330/1466/3286 1310/1440/3320 1311/1441/3321 +f 1332/1470/3290 1331/1468/3288 1311/1441/3321 1312/1442/3322 +f 1333/1472/3292 1332/1470/3290 1312/1442/3322 1313/1443/3323 +f 1334/1474/3294 1333/1472/3292 1313/1443/3323 1314/1444/3324 +f 1335/1476/3296 1334/1474/3294 1314/1444/3324 1315/1445/3325 +f 1336/1478/3298 1335/1476/3296 1315/1445/3325 1316/1446/3326 +f 1337/1480/3300 1336/1478/3298 1316/1446/3326 1317/1447/3327 +f 1338/1482/3302 1337/1480/3300 1317/1447/3327 1318/1448/3328 +f 1339/1484/3304 1338/1482/3302 1318/1448/3328 1319/1449/3329 +f 1340/1486/3306 1339/1484/3304 1319/1449/3329 1320/1450/3330 +f 1341/1488/3308 1340/1486/3306 1320/1450/3330 1321/1451/3331 +f 1342/1490/3310 1341/1488/3308 1321/1451/3331 1322/1452/3332 +f 1343/1492/3312 1342/1490/3310 1322/1452/3332 1323/1453/3333 +f 1344/1494/3314 1343/1492/3312 1323/1453/3333 1324/1454/3334 +f 1325/1457/3277 1344/1494/3314 1324/1454/3334 1305/1436/3315 +s 10 +f 1266/1396/3196 1265/1395/3195 1345/1456/3335 1346/1455/3336 +f 1267/1399/3199 1266/1396/3196 1346/1455/3336 1347/1459/3337 +f 1268/1401/3201 1267/1399/3199 1347/1459/3337 1348/1461/3338 +f 1269/1403/3203 1268/1401/3201 1348/1461/3338 1349/1463/3339 +f 1270/1405/3205 1269/1403/3203 1349/1463/3339 1350/1465/3340 +f 1271/1407/3207 1270/1405/3205 1350/1465/3340 1351/1467/3341 +f 1272/1409/3209 1271/1407/3207 1351/1467/3341 1352/1469/3342 +f 1273/1411/3211 1272/1409/3209 1352/1469/3342 1353/1471/3343 +f 1274/1413/3213 1273/1411/3211 1353/1471/3343 1354/1473/3344 +f 1275/1415/3215 1274/1413/3213 1354/1473/3344 1355/1475/3345 +f 1276/1417/3217 1275/1415/3215 1355/1475/3345 1356/1477/3346 +f 1277/1419/3219 1276/1417/3217 1356/1477/3346 1357/1479/3347 +f 1278/1421/3221 1277/1419/3219 1357/1479/3347 1358/1481/3348 +f 1279/1423/3223 1278/1421/3221 1358/1481/3348 1359/1483/3349 +f 1280/1425/3225 1279/1423/3223 1359/1483/3349 1360/1485/3350 +f 1281/1427/3227 1280/1425/3225 1360/1485/3350 1361/1487/3351 +f 1282/1429/3229 1281/1427/3227 1361/1487/3351 1362/1489/3352 +f 1283/1431/3231 1282/1429/3229 1362/1489/3352 1363/1491/3353 +f 1284/1433/3233 1283/1431/3231 1363/1491/3353 1364/1493/3354 +f 1265/1395/3195 1284/1433/3233 1364/1493/3354 1345/1456/3335 +s 13 +f 1365/1495/3355 1366/1496/3356 1368/1497/3357 1367/1498/3358 +f 1367/1498/3358 1368/1497/3357 1370/1499/3359 1369/1500/3360 +f 1369/1500/3360 1370/1499/3359 1372/1501/3361 1371/1502/3362 +f 1371/1502/3362 1372/1501/3361 1374/1503/3363 1373/1504/3364 +f 1373/1504/3364 1374/1503/3363 1376/1505/3365 1375/1506/3366 +s 14 +f 1385/1507/3367 1384/1508/3368 1387/1509/3369 1386/1510/3370 +s 15 +f 1384/1508/3371 1383/1511/3372 1388/1512/3373 1387/1509/3374 +s 16 +f 1403/1513/3375 1402/1514/3376 1408/1515/3377 1407/1516/3378 +s 14 +f 1402/1514/3379 1401/1517/3380 1409/1518/3381 1408/1515/3382 +f 1380/1519/3383 1378/1520/3384 1385/1507/3367 1386/1510/3370 +f 1380/1519/3383 1386/1510/3370 1392/1521/3385 1389/1522/3386 +f 1389/1522/3386 1392/1521/3385 1398/1523/3387 1395/1524/3388 +f 1395/1524/3388 1398/1523/3387 1404/1525/3389 1401/1517/3380 +f 1401/1517/3380 1404/1525/3389 1411/1526/3390 1409/1518/3381 +s 15 +f 1388/1512/3373 1383/1511/3372 1376/1505/3391 1374/1503/3392 +f 1388/1512/3373 1374/1503/3392 1372/1501/3393 1394/1527/3394 +f 1394/1527/3394 1372/1501/3393 1370/1499/3395 1400/1528/3396 +f 1400/1528/3396 1370/1499/3395 1368/1497/3397 1406/1529/3398 +f 1406/1529/3398 1368/1497/3397 1366/1496/3399 1410/1530/3400 +s 16 +f 1375/1506/3401 1377/1531/3402 1382/1532/3403 1373/1504/3404 +f 1373/1504/3404 1382/1532/3403 1391/1533/3405 1371/1502/3406 +f 1371/1502/3406 1391/1533/3405 1397/1534/3407 1369/1500/3408 +f 1369/1500/3408 1397/1534/3407 1403/1513/3375 1367/1498/3409 +f 1367/1498/3409 1403/1513/3375 1407/1516/3378 1365/1495/3410 +f 1377/1531/3402 1379/1535/3411 1381/1536/3412 1382/1532/3403 +s 14 +f 1379/1535/3413 1378/1520/3384 1380/1519/3383 1381/1536/3414 +f 1386/1510/3370 1387/1509/3369 1393/1537/3415 1392/1521/3385 +s 15 +f 1387/1509/3374 1388/1512/3373 1394/1527/3394 1393/1537/3416 +s 16 +f 1382/1532/3403 1381/1536/3412 1390/1538/3417 1391/1533/3405 +s 14 +f 1381/1536/3414 1380/1519/3383 1389/1522/3386 1390/1538/3418 +f 1392/1521/3385 1393/1537/3415 1399/1539/3419 1398/1523/3387 +s 15 +f 1393/1537/3416 1394/1527/3394 1400/1528/3396 1399/1539/3420 +s 16 +f 1391/1533/3405 1390/1538/3417 1396/1540/3421 1397/1534/3407 +s 14 +f 1390/1538/3418 1389/1522/3386 1395/1524/3388 1396/1540/3422 +f 1398/1523/3387 1399/1539/3419 1405/1541/3423 1404/1525/3389 +s 15 +f 1399/1539/3420 1400/1528/3396 1406/1529/3398 1405/1541/3424 +s 16 +f 1397/1534/3407 1396/1540/3421 1402/1514/3376 1403/1513/3375 +s 14 +f 1396/1540/3422 1395/1524/3388 1401/1517/3380 1402/1514/3379 +f 1404/1525/3389 1405/1541/3423 1412/1542/3425 1411/1526/3390 +s 15 +f 1405/1541/3424 1406/1529/3398 1410/1530/3400 1412/1542/3426 +s 19 +f 1413/1543/3427 1414/1544/3428 1416/1545/3429 1415/1546/3430 +f 1415/1546/3430 1416/1545/3429 1418/1547/3431 1417/1548/3432 +f 1417/1548/3432 1418/1547/3431 1420/1549/3433 1419/1550/3434 +f 1419/1550/3434 1420/1549/3433 1422/1551/3435 1421/1552/3436 +f 1421/1552/3436 1422/1551/3435 1424/1553/3437 1423/1554/3438 +s 20 +f 1433/1555/3439 1432/1556/3440 1435/1557/3441 1434/1558/3442 +s 21 +f 1432/1556/3443 1431/1559/3444 1436/1560/3445 1435/1557/3446 +s 22 +f 1451/1561/3447 1450/1562/3448 1456/1563/3449 1455/1564/3450 +s 20 +f 1450/1562/3451 1449/1565/3452 1457/1566/3453 1456/1563/3454 +f 1428/1567/3455 1426/1568/3456 1433/1555/3439 1434/1558/3442 +f 1428/1567/3455 1434/1558/3442 1440/1569/3457 1437/1570/3458 +f 1437/1570/3458 1440/1569/3457 1446/1571/3459 1443/1572/3460 +f 1443/1572/3460 1446/1571/3459 1452/1573/3461 1449/1565/3452 +f 1449/1565/3452 1452/1573/3461 1459/1574/3462 1457/1566/3453 +s 21 +f 1436/1560/3445 1431/1559/3444 1424/1553/3463 1422/1551/3464 +f 1436/1560/3445 1422/1551/3464 1420/1549/3465 1442/1575/3466 +f 1442/1575/3466 1420/1549/3465 1418/1547/3467 1448/1576/3468 +f 1448/1576/3468 1418/1547/3467 1416/1545/3469 1454/1577/3470 +f 1454/1577/3470 1416/1545/3469 1414/1544/3471 1458/1578/3472 +s 22 +f 1423/1554/3473 1425/1579/3474 1430/1580/3475 1421/1552/3476 +f 1421/1552/3476 1430/1580/3475 1439/1581/3477 1419/1550/3478 +f 1419/1550/3478 1439/1581/3477 1445/1582/3479 1417/1548/3480 +f 1417/1548/3480 1445/1582/3479 1451/1561/3447 1415/1546/3481 +f 1415/1546/3481 1451/1561/3447 1455/1564/3450 1413/1543/3482 +f 1425/1579/3474 1427/1583/3483 1429/1584/3484 1430/1580/3475 +s 20 +f 1427/1583/3485 1426/1568/3456 1428/1567/3455 1429/1584/3486 +f 1434/1558/3442 1435/1557/3441 1441/1585/3487 1440/1569/3457 +s 21 +f 1435/1557/3446 1436/1560/3445 1442/1575/3466 1441/1585/3488 +s 22 +f 1430/1580/3475 1429/1584/3484 1438/1586/3489 1439/1581/3477 +s 20 +f 1429/1584/3486 1428/1567/3455 1437/1570/3458 1438/1586/3490 +f 1440/1569/3457 1441/1585/3487 1447/1587/3491 1446/1571/3459 +s 21 +f 1441/1585/3488 1442/1575/3466 1448/1576/3468 1447/1587/3492 +s 22 +f 1439/1581/3477 1438/1586/3489 1444/1588/3493 1445/1582/3479 +s 20 +f 1438/1586/3490 1437/1570/3458 1443/1572/3460 1444/1588/3494 +f 1446/1571/3459 1447/1587/3491 1453/1589/3495 1452/1573/3461 +s 21 +f 1447/1587/3492 1448/1576/3468 1454/1577/3470 1453/1589/3496 +s 22 +f 1445/1582/3479 1444/1588/3493 1450/1562/3448 1451/1561/3447 +s 20 +f 1444/1588/3494 1443/1572/3460 1449/1565/3452 1450/1562/3451 +f 1452/1573/3461 1453/1589/3495 1460/1590/3497 1459/1574/3462 +s 21 +f 1453/1589/3496 1454/1577/3470 1458/1578/3472 1460/1590/3498 +s 25 +f 1461/1591/3499 1462/1592/3500 1464/1593/3501 1463/1594/3502 +f 1463/1594/3502 1464/1593/3501 1466/1595/3503 1465/1596/3504 +f 1465/1596/3504 1466/1595/3503 1468/1597/3505 1467/1598/3506 +f 1467/1598/3506 1468/1597/3505 1470/1599/3507 1469/1600/3508 +f 1469/1600/3508 1470/1599/3507 1472/1601/3509 1471/1602/3510 +s 26 +f 1481/1603/3511 1480/1604/3512 1483/1605/3513 1482/1606/3514 +s 27 +f 1480/1604/3515 1479/1607/3516 1484/1608/3517 1483/1605/3518 +s 28 +f 1499/1609/3519 1498/1610/3520 1504/1611/3521 1503/1612/3522 +s 26 +f 1498/1610/3523 1497/1613/3524 1505/1614/3525 1504/1611/3526 +f 1476/1615/3527 1474/1616/3528 1481/1603/3511 1482/1606/3514 +f 1476/1615/3527 1482/1606/3514 1488/1617/3529 1485/1618/3530 +f 1485/1618/3530 1488/1617/3529 1494/1619/3531 1491/1620/3532 +f 1491/1620/3532 1494/1619/3531 1500/1621/3533 1497/1613/3524 +f 1497/1613/3524 1500/1621/3533 1507/1622/3534 1505/1614/3525 +s 27 +f 1484/1608/3517 1479/1607/3516 1472/1601/3535 1470/1599/3536 +f 1484/1608/3517 1470/1599/3536 1468/1597/3537 1490/1623/3538 +f 1490/1623/3538 1468/1597/3537 1466/1595/3539 1496/1624/3540 +f 1496/1624/3540 1466/1595/3539 1464/1593/3541 1502/1625/3542 +f 1502/1625/3542 1464/1593/3541 1462/1592/3543 1506/1626/3544 +s 28 +f 1471/1602/3545 1473/1627/3546 1478/1628/3547 1469/1600/3548 +f 1469/1600/3548 1478/1628/3547 1487/1629/3549 1467/1598/3550 +f 1467/1598/3550 1487/1629/3549 1493/1630/3551 1465/1596/3552 +f 1465/1596/3552 1493/1630/3551 1499/1609/3519 1463/1594/3553 +f 1463/1594/3553 1499/1609/3519 1503/1612/3522 1461/1591/3554 +f 1473/1627/3546 1475/1631/3555 1477/1632/3556 1478/1628/3547 +s 26 +f 1475/1631/3557 1474/1616/3528 1476/1615/3527 1477/1632/3558 +f 1482/1606/3514 1483/1605/3513 1489/1633/3559 1488/1617/3529 +s 27 +f 1483/1605/3518 1484/1608/3517 1490/1623/3538 1489/1633/3560 +s 28 +f 1478/1628/3547 1477/1632/3556 1486/1634/3561 1487/1629/3549 +s 26 +f 1477/1632/3558 1476/1615/3527 1485/1618/3530 1486/1634/3562 +f 1488/1617/3529 1489/1633/3559 1495/1635/3563 1494/1619/3531 +s 27 +f 1489/1633/3560 1490/1623/3538 1496/1624/3540 1495/1635/3564 +s 28 +f 1487/1629/3549 1486/1634/3561 1492/1636/3565 1493/1630/3551 +s 26 +f 1486/1634/3562 1485/1618/3530 1491/1620/3532 1492/1636/3566 +f 1494/1619/3531 1495/1635/3563 1501/1637/3567 1500/1621/3533 +s 27 +f 1495/1635/3564 1496/1624/3540 1502/1625/3542 1501/1637/3568 +s 28 +f 1493/1630/3551 1492/1636/3565 1498/1610/3520 1499/1609/3519 +s 26 +f 1492/1636/3566 1491/1620/3532 1497/1613/3524 1498/1610/3523 +f 1500/1621/3533 1501/1637/3567 1508/1638/3569 1507/1622/3534 +s 27 +f 1501/1637/3568 1502/1625/3542 1506/1626/3544 1508/1638/3570 +s 31 +f 1509/1639/3571 1510/1640/3572 1512/1641/3573 1511/1642/3574 +f 1511/1642/3574 1512/1641/3573 1514/1643/3575 1513/1644/3576 +f 1513/1644/3576 1514/1643/3575 1516/1645/3577 1515/1646/3578 +f 1515/1646/3578 1516/1645/3577 1518/1647/3579 1517/1648/3580 +f 1517/1648/3580 1518/1647/3579 1520/1649/3581 1519/1650/3582 +s 32 +f 1529/1651/3583 1528/1652/3584 1531/1653/3585 1530/1654/3586 +s 33 +f 1528/1652/3587 1527/1655/3588 1532/1656/3589 1531/1653/3590 +s 34 +f 1547/1657/3591 1546/1658/3592 1552/1659/3593 1551/1660/3594 +s 32 +f 1546/1658/3595 1545/1661/3596 1553/1662/3597 1552/1659/3598 +f 1524/1663/3599 1522/1664/3600 1529/1651/3583 1530/1654/3586 +f 1524/1663/3599 1530/1654/3586 1536/1665/3601 1533/1666/3602 +f 1533/1666/3602 1536/1665/3601 1542/1667/3603 1539/1668/3604 +f 1539/1668/3604 1542/1667/3603 1548/1669/3605 1545/1661/3596 +f 1545/1661/3596 1548/1669/3605 1555/1670/3606 1553/1662/3597 +s 33 +f 1532/1656/3589 1527/1655/3588 1520/1649/3607 1518/1647/3608 +f 1532/1656/3589 1518/1647/3608 1516/1645/3609 1538/1671/3610 +f 1538/1671/3610 1516/1645/3609 1514/1643/3611 1544/1672/3612 +f 1544/1672/3612 1514/1643/3611 1512/1641/3613 1550/1673/3614 +f 1550/1673/3614 1512/1641/3613 1510/1640/3615 1554/1674/3616 +s 34 +f 1519/1650/3617 1521/1675/3618 1526/1676/3619 1517/1648/3620 +f 1517/1648/3620 1526/1676/3619 1535/1677/3621 1515/1646/3622 +f 1515/1646/3622 1535/1677/3621 1541/1678/3623 1513/1644/3624 +f 1513/1644/3624 1541/1678/3623 1547/1657/3591 1511/1642/3625 +f 1511/1642/3625 1547/1657/3591 1551/1660/3594 1509/1639/3626 +f 1521/1675/3618 1523/1679/3627 1525/1680/3628 1526/1676/3619 +s 32 +f 1523/1679/3629 1522/1664/3600 1524/1663/3599 1525/1680/3630 +f 1530/1654/3586 1531/1653/3585 1537/1681/3631 1536/1665/3601 +s 33 +f 1531/1653/3590 1532/1656/3589 1538/1671/3610 1537/1681/3632 +s 34 +f 1526/1676/3619 1525/1680/3628 1534/1682/3633 1535/1677/3621 +s 32 +f 1525/1680/3630 1524/1663/3599 1533/1666/3602 1534/1682/3634 +f 1536/1665/3601 1537/1681/3631 1543/1683/3635 1542/1667/3603 +s 33 +f 1537/1681/3632 1538/1671/3610 1544/1672/3612 1543/1683/3636 +s 34 +f 1535/1677/3621 1534/1682/3633 1540/1684/3637 1541/1678/3623 +s 32 +f 1534/1682/3634 1533/1666/3602 1539/1668/3604 1540/1684/3638 +f 1542/1667/3603 1543/1683/3635 1549/1685/3639 1548/1669/3605 +s 33 +f 1543/1683/3636 1544/1672/3612 1550/1673/3614 1549/1685/3640 +s 34 +f 1541/1678/3623 1540/1684/3637 1546/1658/3592 1547/1657/3591 +s 32 +f 1540/1684/3638 1539/1668/3604 1545/1661/3596 1546/1658/3595 +f 1548/1669/3605 1549/1685/3639 1556/1686/3641 1555/1670/3606 +s 33 +f 1549/1685/3640 1550/1673/3614 1554/1674/3616 1556/1686/3642 +s 37 +f 1557/1687/3643 1558/1688/3644 1560/1689/3645 1559/1690/3646 +f 1559/1690/3646 1560/1689/3645 1562/1691/3647 1561/1692/3648 +f 1561/1692/3648 1562/1691/3647 1564/1693/3649 1563/1694/3650 +f 1563/1694/3650 1564/1693/3649 1566/1695/3651 1565/1696/3652 +f 1565/1696/3652 1566/1695/3651 1568/1697/3653 1567/1698/3654 +s 38 +f 1577/1699/3655 1576/1700/3656 1579/1701/3657 1578/1702/3658 +s 39 +f 1576/1700/3659 1575/1703/3660 1580/1704/3661 1579/1701/3662 +s 40 +f 1595/1705/3663 1594/1706/3664 1600/1707/3665 1599/1708/3666 +s 38 +f 1594/1706/3667 1593/1709/3668 1601/1710/3669 1600/1707/3670 +f 1572/1711/3671 1570/1712/3672 1577/1699/3655 1578/1702/3658 +f 1572/1711/3671 1578/1702/3658 1584/1713/3673 1581/1714/3674 +f 1581/1714/3674 1584/1713/3673 1590/1715/3675 1587/1716/3676 +f 1587/1716/3676 1590/1715/3675 1596/1717/3677 1593/1709/3668 +f 1593/1709/3668 1596/1717/3677 1603/1718/3678 1601/1710/3669 +s 39 +f 1580/1704/3661 1575/1703/3660 1568/1697/3679 1566/1695/3680 +f 1580/1704/3661 1566/1695/3680 1564/1693/3681 1586/1719/3682 +f 1586/1719/3682 1564/1693/3681 1562/1691/3683 1592/1720/3684 +f 1592/1720/3684 1562/1691/3683 1560/1689/3685 1598/1721/3686 +f 1598/1721/3686 1560/1689/3685 1558/1688/3687 1602/1722/3688 +s 40 +f 1567/1698/3689 1569/1723/3690 1574/1724/3691 1565/1696/3692 +f 1565/1696/3692 1574/1724/3691 1583/1725/3693 1563/1694/3694 +f 1563/1694/3694 1583/1725/3693 1589/1726/3695 1561/1692/3696 +f 1561/1692/3696 1589/1726/3695 1595/1705/3663 1559/1690/3697 +f 1559/1690/3697 1595/1705/3663 1599/1708/3666 1557/1687/3698 +f 1569/1723/3690 1571/1727/3699 1573/1728/3700 1574/1724/3691 +s 38 +f 1571/1727/3701 1570/1712/3672 1572/1711/3671 1573/1728/3702 +f 1578/1702/3658 1579/1701/3657 1585/1729/3703 1584/1713/3673 +s 39 +f 1579/1701/3662 1580/1704/3661 1586/1719/3682 1585/1729/3704 +s 40 +f 1574/1724/3691 1573/1728/3700 1582/1730/3705 1583/1725/3693 +s 38 +f 1573/1728/3702 1572/1711/3671 1581/1714/3674 1582/1730/3706 +f 1584/1713/3673 1585/1729/3703 1591/1731/3707 1590/1715/3675 +s 39 +f 1585/1729/3704 1586/1719/3682 1592/1720/3684 1591/1731/3708 +s 40 +f 1583/1725/3693 1582/1730/3705 1588/1732/3709 1589/1726/3695 +s 38 +f 1582/1730/3706 1581/1714/3674 1587/1716/3676 1588/1732/3710 +f 1590/1715/3675 1591/1731/3707 1597/1733/3711 1596/1717/3677 +s 39 +f 1591/1731/3708 1592/1720/3684 1598/1721/3686 1597/1733/3712 +s 40 +f 1589/1726/3695 1588/1732/3709 1594/1706/3664 1595/1705/3663 +s 38 +f 1588/1732/3710 1587/1716/3676 1593/1709/3668 1594/1706/3667 +f 1596/1717/3677 1597/1733/3711 1604/1734/3713 1603/1718/3678 +s 39 +f 1597/1733/3712 1598/1721/3686 1602/1722/3688 1604/1734/3714 +v 104.053026 91.573254 86.500000 +v 109.284840 97.288597 86.500000 +v 104.722717 88.911846 86.500000 +v 109.588940 93.606171 86.500000 +v 106.136734 86.631347 86.500000 +v 110.667406 91.452839 86.500000 +v 108.265171 84.861765 86.500000 +v 111.859961 90.223591 86.500000 +v 111.259073 83.798745 86.500000 +v 113.784493 88.821301 86.500000 +v 113.967731 83.898676 86.500000 +v 116.395687 88.104020 86.500000 +v 113.967731 83.898676 88.971863 +v 114.574658 84.949907 90.000000 +v 114.145495 84.206574 89.698868 +v 111.417729 84.833438 90.000000 +v 111.305543 84.101800 89.698868 +v 111.259073 83.798745 88.971863 +v 116.395687 88.104020 88.971863 +v 116.240067 87.834478 89.698868 +v 115.864367 87.183746 90.000000 +v 113.330927 87.879668 90.000000 +v 113.651647 88.545503 89.698868 +v 113.784493 88.821301 88.971863 +v 108.781698 85.769391 90.000000 +v 108.416458 85.127603 89.698868 +v 108.265171 84.861765 88.971863 +v 111.183334 89.444489 90.000000 +v 111.661781 89.995397 89.698868 +v 111.859961 90.223591 88.971863 +v 106.922497 87.315130 90.000000 +v 106.366877 86.831622 89.698868 +v 106.136734 86.631347 88.971863 +v 109.819101 90.850698 90.000000 +v 110.418945 91.276476 89.698868 +v 110.667406 91.452839 88.971863 +v 105.680763 89.317772 90.000000 +v 105.003323 89.030739 89.698868 +v 104.722717 88.911846 88.971863 +v 108.580645 93.323472 90.000000 +v 109.293615 93.523371 89.698868 +v 109.588940 93.606171 88.971863 +v 104.053026 91.573254 88.971863 +v 104.296593 91.839334 89.698868 +v 104.884623 92.481707 90.000000 +v 109.284840 97.288597 88.971863 +v 108.338568 96.254868 90.000000 +v 109.007683 96.985825 89.698868 +v 136.412685 83.708206 86.574837 +v 134.708210 87.053427 86.574837 +v 132.053427 89.708210 86.574837 +v 128.708206 91.412684 86.574837 +v 125.000000 92.000006 86.574837 +v 121.291794 91.412683 86.574837 +v 117.946574 89.708208 86.574837 +v 115.291793 87.053425 86.574837 +v 113.587318 83.708205 86.574837 +v 112.999997 80.000000 86.574837 +v 113.587318 76.291795 86.574837 +v 115.291794 72.946576 86.574837 +v 117.946576 70.291795 86.574837 +v 121.291795 68.587320 86.574837 +v 125.000000 67.999998 86.574837 +v 128.708204 68.587320 86.574837 +v 132.053423 70.291796 86.574837 +v 134.708204 72.946576 86.574837 +v 136.412679 76.291796 86.574837 +v 137.000000 80.000000 86.574837 +v 125.000000 80.000000 86.574837 +v 125.000000 80.000000 96.400772 +v 136.412685 83.708206 92.053146 +v 136.167562 83.628561 92.987488 +v 134.708210 87.053427 92.053146 +v 134.499696 86.901933 92.987488 +v 132.053427 89.708210 92.053146 +v 131.901933 89.499696 92.987488 +v 128.708206 91.412684 92.053146 +v 128.628561 91.167562 92.987488 +v 125.000000 92.000006 92.053146 +v 125.000000 91.742269 92.987488 +v 121.291794 91.412683 92.053146 +v 121.371439 91.167561 92.987488 +v 117.946574 89.708208 92.053146 +v 118.098068 89.499694 92.987488 +v 115.291793 87.053425 92.053146 +v 115.500307 86.901931 92.987488 +v 113.587318 83.708205 92.053146 +v 113.832441 83.628560 92.987488 +v 112.999997 80.000000 92.053146 +v 113.257734 80.000000 92.987488 +v 113.587318 76.291795 92.053146 +v 113.832441 76.371440 92.987488 +v 115.291794 72.946576 92.053146 +v 115.500308 73.098070 92.987488 +v 117.946576 70.291795 92.053146 +v 118.098070 70.500309 92.987488 +v 121.291795 68.587320 92.053146 +v 121.371440 68.832443 92.987488 +v 125.000000 67.999998 92.053146 +v 125.000000 68.257735 92.987488 +v 128.708204 68.587320 92.053146 +v 128.628559 68.832443 92.987488 +v 132.053423 70.291796 92.053146 +v 131.901929 70.500310 92.987488 +v 134.708204 72.946576 92.053146 +v 134.499690 73.098070 92.987488 +v 136.412679 76.291796 92.053146 +v 136.167556 76.371441 92.987488 +v 137.000000 80.000000 92.053146 +v 136.742263 80.000000 92.987488 +v 134.505449 83.088508 95.920097 +v 133.695946 82.825485 96.400772 +v 132.397213 85.374390 96.400772 +v 133.085817 85.874690 95.920097 +v 130.374389 87.397213 96.400772 +v 130.874690 88.085817 95.920097 +v 127.825484 88.695946 96.400772 +v 128.088507 89.505449 95.920097 +v 125.000000 89.143456 96.400772 +v 125.000000 89.994618 95.920097 +v 122.174516 88.695946 96.400772 +v 121.911493 89.505448 95.920097 +v 119.625611 87.397213 96.400772 +v 119.125311 88.085816 95.920097 +v 117.602789 85.374388 96.400772 +v 116.914185 85.874688 95.920097 +v 116.304056 82.825483 96.400772 +v 115.494554 83.088506 95.920097 +v 115.856545 80.000000 96.400772 +v 115.005383 80.000000 95.920097 +v 116.304056 77.174517 96.400772 +v 115.494554 76.911494 95.920097 +v 117.602789 74.625613 96.400772 +v 116.914186 74.125313 95.920097 +v 119.625612 72.602791 96.400772 +v 119.125312 71.914187 95.920097 +v 122.174517 71.304058 96.400772 +v 121.911493 70.494555 95.920097 +v 124.999999 70.856547 96.400772 +v 124.999999 70.005385 95.920097 +v 127.825482 71.304058 96.400772 +v 128.088506 70.494555 95.920097 +v 130.374386 72.602791 96.400772 +v 130.874686 71.914187 95.920097 +v 132.397208 74.625614 96.400772 +v 133.085813 74.125313 95.920097 +v 133.695941 77.174518 96.400772 +v 134.505444 76.911495 95.920097 +v 134.143452 80.000001 96.400772 +v 134.994614 80.000000 95.920097 +v 153.531713 89.270515 88.759880 +v 149.270527 97.633568 88.759880 +v 142.633568 104.270525 88.759880 +v 134.270514 108.531710 88.759880 +v 125.000000 110.000015 88.759880 +v 115.729486 108.531708 88.759880 +v 107.366436 104.270519 88.759880 +v 100.729483 97.633562 88.759880 +v 96.468296 89.270512 88.759880 +v 94.999992 80.000000 88.759880 +v 96.468296 70.729488 88.759880 +v 100.729485 62.366440 88.759880 +v 107.366440 55.729486 88.759880 +v 115.729488 51.468300 88.759880 +v 124.999999 49.999996 88.759880 +v 134.270509 51.468302 88.759880 +v 142.633556 55.729488 88.759880 +v 149.270510 62.366442 88.759880 +v 153.531696 70.729490 88.759880 +v 155.000000 80.000000 88.759880 +v 148.801991 87.733738 94.455727 +v 145.247189 94.710442 94.455727 +v 139.710441 100.247187 94.455727 +v 132.733735 103.801992 94.455727 +v 124.999999 105.026894 94.455727 +v 117.266263 103.801991 94.455727 +v 110.289562 100.247179 94.455727 +v 104.752823 94.710436 94.455727 +v 101.198013 87.733734 94.455727 +v 99.973114 80.000001 94.455727 +v 101.198013 72.266268 94.455727 +v 104.752823 65.289567 94.455727 +v 110.289566 59.752825 94.455727 +v 117.266266 56.198019 94.455727 +v 124.999999 54.973118 94.455727 +v 132.733730 56.198019 94.455727 +v 139.710430 59.752827 94.455727 +v 145.247169 65.289568 94.455727 +v 148.801979 72.266269 94.455727 +v 150.026878 80.000001 94.455727 +v 146.898983 87.115413 94.455727 +v 143.628391 93.534317 94.455727 +v 138.534315 98.628391 94.455727 +v 132.115409 101.898983 94.455727 +v 124.999999 103.025951 94.455727 +v 117.884588 101.898983 94.455727 +v 111.465687 98.628384 94.455727 +v 106.371616 93.534313 94.455727 +v 103.101023 87.115410 94.455727 +v 101.974054 80.000001 94.455727 +v 103.101023 72.884593 94.455727 +v 106.371618 66.465691 94.455727 +v 111.465689 61.371620 94.455727 +v 117.884591 58.101028 94.455727 +v 124.999998 56.974060 94.455727 +v 132.115405 58.101028 94.455727 +v 138.534306 61.371624 94.455727 +v 143.628376 66.465693 94.455727 +v 146.898972 72.884594 94.455727 +v 148.025940 80.000001 94.455727 +v 146.874313 87.107397 86.574837 +v 143.607403 93.519070 86.574837 +v 138.519068 98.607405 86.574837 +v 132.107393 101.874311 86.574837 +v 124.999999 103.000013 86.574837 +v 117.892605 101.874311 86.574837 +v 111.480933 98.607399 86.574837 +v 106.392603 93.519065 86.574837 +v 103.125694 87.107394 86.574837 +v 101.999994 80.000001 86.574837 +v 103.125694 72.892609 86.574837 +v 106.392605 66.480938 86.574837 +v 111.480936 61.392609 86.574837 +v 117.892607 58.125698 86.574837 +v 124.999998 57.000000 86.574837 +v 132.107389 58.125700 86.574837 +v 138.519058 61.392611 86.574837 +v 143.607389 66.480940 86.574837 +v 146.874300 72.892611 86.574837 +v 148.000000 80.000001 86.574837 +v 153.531713 89.270515 86.574837 +v 149.270527 97.633568 86.574837 +v 142.633568 104.270525 86.574837 +v 134.270514 108.531710 86.574837 +v 125.000000 110.000015 86.574837 +v 115.729486 108.531708 86.574837 +v 107.366436 104.270519 86.574837 +v 100.729483 97.633562 86.574837 +v 96.468296 89.270512 86.574837 +v 94.999992 80.000000 86.574837 +v 96.468296 70.729488 86.574837 +v 100.729485 62.366440 86.574837 +v 107.366440 55.729486 86.574837 +v 115.729488 51.468300 86.574837 +v 124.999999 49.999996 86.574837 +v 134.270509 51.468302 86.574837 +v 142.633556 55.729488 86.574837 +v 149.270510 62.366442 86.574837 +v 153.531696 70.729490 86.574837 +v 155.000000 80.000000 86.574837 +v 125.450756 56.072762 86.500000 +v 117.885216 57.745974 86.500000 +v 127.420757 57.983435 86.500000 +v 120.922241 59.850544 86.500000 +v 128.688719 60.348259 86.500000 +v 122.247848 61.861191 86.500000 +v 129.157002 63.076330 86.500000 +v 122.716131 63.508596 86.500000 +v 128.580653 66.200636 86.500000 +v 122.968283 65.876436 86.500000 +v 127.139782 68.496436 86.500000 +v 122.283869 68.496436 86.500000 +v 127.139782 68.496436 88.971863 +v 125.925925 68.496436 90.000000 +v 126.784252 68.496436 89.698868 +v 127.605256 65.820689 90.000000 +v 128.294966 66.089352 89.698868 +v 128.580653 66.200636 88.971863 +v 122.283869 68.496436 88.971863 +v 122.595109 68.496436 89.698868 +v 123.346510 68.496436 90.000000 +v 124.010544 65.954452 90.000000 +v 123.273554 65.899286 89.698868 +v 122.968283 65.876436 88.971863 +v 128.112712 63.069843 90.000000 +v 128.851137 63.074430 89.698868 +v 129.157002 63.076330 88.971863 +v 123.729167 63.312172 90.000000 +v 123.012842 63.451065 89.698868 +v 122.716131 63.508596 88.971863 +v 127.703663 60.686857 90.000000 +v 128.400203 60.447432 89.698868 +v 128.688719 60.348259 88.971863 +v 123.193469 61.427607 90.000000 +v 122.524814 61.734198 89.698868 +v 122.247848 61.861191 88.971863 +v 126.590191 58.610165 90.000000 +v 127.177490 58.167000 89.698868 +v 127.420757 57.983435 88.971863 +v 121.671213 59.118685 90.000000 +v 121.141609 59.636187 89.698868 +v 120.922241 59.850544 88.971863 +v 125.450756 56.072762 88.971863 +v 125.098539 56.150658 89.698868 +v 124.248214 56.338718 90.000000 +v 117.885216 57.745974 88.971863 +v 119.253588 57.443342 90.000000 +v 118.286003 57.657335 89.698868 +v 145.496218 92.353985 86.500000 +v 147.829945 84.965430 86.500000 +v 142.856525 93.104719 86.500000 +v 144.488819 86.543285 86.500000 +v 140.174548 93.020394 86.500000 +v 142.084745 86.685971 86.500000 +v 137.577826 92.061905 86.500000 +v 140.423908 86.267813 86.500000 +v 135.160273 90.000619 86.500000 +v 138.247224 85.302263 86.500000 +v 133.892488 87.604887 86.500000 +v 136.320444 83.399544 86.500000 +v 133.892488 87.604887 88.971863 +v 134.499415 86.553657 90.000000 +v 134.070252 87.296989 89.698868 +v 135.977015 89.345873 90.000000 +v 135.399491 89.808848 89.698868 +v 135.160273 90.000619 88.971863 +v 136.320444 83.399544 88.971863 +v 136.164824 83.669086 89.698868 +v 135.789124 84.319818 90.000000 +v 137.658529 86.165880 90.000000 +v 138.074800 85.555211 89.698868 +v 138.247224 85.302263 88.971863 +v 138.105589 91.160766 90.000000 +v 137.732405 91.797967 89.698868 +v 137.577826 92.061905 88.971863 +v 140.087500 87.243340 90.000000 +v 140.325377 86.553538 89.698868 +v 140.423908 86.267813 88.971863 +v 140.373840 91.998013 90.000000 +v 140.232920 92.720946 89.698868 +v 140.174548 93.020394 88.971863 +v 141.987429 87.721695 90.000000 +v 142.056242 86.989327 89.698868 +v 142.084745 86.685971 88.971863 +v 142.729046 92.072063 90.000000 +v 142.819187 92.802261 89.698868 +v 142.856525 93.104719 88.971863 +v 144.748144 87.557843 90.000000 +v 144.564775 86.840443 89.698868 +v 144.488819 86.543285 88.971863 +v 145.496218 92.353985 88.971863 +v 145.604866 92.010009 89.698868 +v 145.867163 91.179575 90.000000 +v 147.829945 84.965430 88.971863 +v 147.407843 86.301790 90.000000 +v 147.706314 85.356841 89.698868 +v 104.503782 67.646015 86.500000 +v 102.170055 75.034570 86.500000 +v 107.143475 66.895281 86.500000 +v 105.511181 73.456715 86.500000 +v 109.825452 66.979606 86.500000 +v 107.915255 73.314029 86.500000 +v 112.422174 67.938095 86.500000 +v 109.576092 73.732187 86.500000 +v 114.839727 69.999381 86.500000 +v 111.752776 74.697737 86.500000 +v 116.107512 72.395113 86.500000 +v 113.679556 76.600456 86.500000 +v 116.107512 72.395113 88.971863 +v 115.500585 73.446343 90.000000 +v 115.929748 72.703011 89.698868 +v 114.022985 70.654127 90.000000 +v 114.600509 70.191152 89.698868 +v 114.839727 69.999381 88.971863 +v 113.679556 76.600456 88.971863 +v 113.835176 76.330914 89.698868 +v 114.210876 75.680182 90.000000 +v 112.341471 73.834120 90.000000 +v 111.925200 74.444789 89.698868 +v 111.752776 74.697737 88.971863 +v 111.894411 68.839234 90.000000 +v 112.267595 68.202033 89.698868 +v 112.422174 67.938095 88.971863 +v 109.912500 72.756660 90.000000 +v 109.674623 73.446462 89.698868 +v 109.576092 73.732187 88.971863 +v 109.626160 68.001987 90.000000 +v 109.767080 67.279054 89.698868 +v 109.825452 66.979606 88.971863 +v 108.012571 72.278305 90.000000 +v 107.943758 73.010673 89.698868 +v 107.915255 73.314029 88.971863 +v 107.270954 67.927937 90.000000 +v 107.180813 67.197739 89.698868 +v 107.143475 66.895281 88.971863 +v 105.251856 72.442157 90.000000 +v 105.435225 73.159557 89.698868 +v 105.511181 73.456715 88.971863 +v 104.503782 67.646015 88.971863 +v 104.395134 67.989991 89.698868 +v 104.132837 68.820425 90.000000 +v 102.170055 75.034570 88.971863 +v 102.592157 73.698210 90.000000 +v 102.293686 74.643159 89.698868 +v 124.549244 103.927238 86.500000 +v 132.114784 102.254026 86.500000 +v 122.579243 102.016565 86.500000 +v 129.077759 100.149456 86.500000 +v 121.311281 99.651741 86.500000 +v 127.752152 98.138809 86.500000 +v 120.842998 96.923670 86.500000 +v 127.283869 96.491404 86.500000 +v 121.419347 93.799364 86.500000 +v 127.031717 94.123564 86.500000 +v 122.860218 91.503564 86.500000 +v 127.716131 91.503564 86.500000 +v 122.860218 91.503564 88.971863 +v 124.074075 91.503564 90.000000 +v 123.215748 91.503564 89.698868 +v 122.394744 94.179311 90.000000 +v 121.705034 93.910648 89.698868 +v 121.419347 93.799364 88.971863 +v 127.716131 91.503564 88.971863 +v 127.404891 91.503564 89.698868 +v 126.653490 91.503564 90.000000 +v 125.989456 94.045548 90.000000 +v 126.726446 94.100714 89.698868 +v 127.031717 94.123564 88.971863 +v 121.887288 96.930157 90.000000 +v 121.148863 96.925570 89.698868 +v 120.842998 96.923670 88.971863 +v 126.270833 96.687828 90.000000 +v 126.987158 96.548935 89.698868 +v 127.283869 96.491404 88.971863 +v 122.296337 99.313143 90.000000 +v 121.599797 99.552568 89.698868 +v 121.311281 99.651741 88.971863 +v 126.806531 98.572393 90.000000 +v 127.475186 98.265802 89.698868 +v 127.752152 98.138809 88.971863 +v 123.409809 101.389835 90.000000 +v 122.822510 101.833000 89.698868 +v 122.579243 102.016565 88.971863 +v 128.328787 100.881315 90.000000 +v 128.858391 100.363813 89.698868 +v 129.077759 100.149456 88.971863 +v 124.549244 103.927238 88.971863 +v 124.901461 103.849342 89.698868 +v 125.751786 103.661282 90.000000 +v 132.114784 102.254026 88.971863 +v 130.746412 102.556658 90.000000 +v 131.713997 102.342665 89.698868 +v 145.946974 68.426746 86.500000 +v 140.715160 62.711403 86.500000 +v 145.277283 71.088154 86.500000 +v 140.411060 66.393829 86.500000 +v 143.863266 73.368653 86.500000 +v 139.332594 68.547161 86.500000 +v 141.734829 75.138235 86.500000 +v 138.140039 69.776409 86.500000 +v 138.740927 76.201255 86.500000 +v 136.215507 71.178699 86.500000 +v 136.032269 76.101324 86.500000 +v 133.604313 71.895980 86.500000 +v 136.032269 76.101324 88.971863 +v 135.425342 75.050093 90.000000 +v 135.854505 75.793426 89.698868 +v 138.582271 75.166562 90.000000 +v 138.694457 75.898200 89.698868 +v 138.740927 76.201255 88.971863 +v 133.604313 71.895980 88.971863 +v 133.759933 72.165522 89.698868 +v 134.135633 72.816254 90.000000 +v 136.669073 72.120332 90.000000 +v 136.348353 71.454497 89.698868 +v 136.215507 71.178699 88.971863 +v 141.218302 74.230609 90.000000 +v 141.583542 74.872397 89.698868 +v 141.734829 75.138235 88.971863 +v 138.816666 70.555511 90.000000 +v 138.338219 70.004603 89.698868 +v 138.140039 69.776409 88.971863 +v 143.077503 72.684870 90.000000 +v 143.633123 73.168378 89.698868 +v 143.863266 73.368653 88.971863 +v 140.180899 69.149302 90.000000 +v 139.581055 68.723524 89.698868 +v 139.332594 68.547161 88.971863 +v 144.319237 70.682228 90.000000 +v 144.996677 70.969261 89.698868 +v 145.277283 71.088154 88.971863 +v 141.419355 66.676528 90.000000 +v 140.706385 66.476629 89.698868 +v 140.411060 66.393829 88.971863 +v 145.946974 68.426746 88.971863 +v 145.703407 68.160666 89.698868 +v 145.115377 67.518293 90.000000 +v 140.715160 62.711403 88.971863 +v 141.661432 63.745132 90.000000 +v 140.992317 63.014175 89.698868 +vt 0.016937 0.027515 +vt 0.019416 0.030224 +vt 0.019560 0.028478 +vt 0.017254 0.026254 +vt 0.020071 0.027458 +vt 0.017924 0.025173 +vt 0.020636 0.026875 +vt 0.018933 0.024334 +vt 0.021548 0.026211 +vt 0.020352 0.023831 +vt 0.022786 0.025871 +vt 0.021635 0.023878 +vt 0.022534 0.025435 +vt 0.022712 0.025743 +vt 0.021486 0.026080 +vt 0.021334 0.025765 +vt 0.022786 0.025871 +vt 0.021548 0.026211 +vt 0.017254 0.026254 +vt 0.017387 0.026310 +vt 0.017052 0.027641 +vt 0.016937 0.027515 +vt 0.017708 0.026446 +vt 0.017331 0.027945 +vt 0.020427 0.024321 +vt 0.021923 0.024376 +vt 0.020316 0.026506 +vt 0.019178 0.024764 +vt 0.019669 0.027173 +vt 0.018297 0.025497 +vt 0.019082 0.028344 +vt 0.018968 0.029734 +vt 0.020636 0.026875 +vt 0.020071 0.027458 +vt 0.019560 0.028478 +vt 0.019416 0.030224 +vt 0.021635 0.023878 +vt 0.020352 0.023831 +vt 0.018933 0.024334 +vt 0.017924 0.025173 +vt 0.021720 0.024024 +vt 0.020374 0.023974 +vt 0.020542 0.026767 +vt 0.019004 0.024460 +vt 0.019953 0.027374 +vt 0.018033 0.025268 +vt 0.019420 0.028439 +vt 0.019285 0.030080 +vt 0.031464 0.025373 +vt 0.032272 0.023788 +vt 0.026864 0.022030 +vt 0.030206 0.026631 +vt 0.028621 0.027439 +vt 0.026864 0.027717 +vt 0.025106 0.027439 +vt 0.023521 0.026631 +vt 0.022263 0.025373 +vt 0.021455 0.023788 +vt 0.021177 0.022030 +vt 0.021455 0.020273 +vt 0.022263 0.018688 +vt 0.023521 0.017430 +vt 0.025106 0.016622 +vt 0.026864 0.016344 +vt 0.028621 0.016622 +vt 0.030206 0.017430 +vt 0.031464 0.018688 +vt 0.032272 0.020273 +vt 0.032550 0.022030 +vt 0.032272 0.023788 +vt 0.032156 0.023750 +vt 0.032428 0.022030 +vt 0.032550 0.022030 +vt 0.031464 0.025373 +vt 0.031366 0.025301 +vt 0.030206 0.026631 +vt 0.030134 0.026532 +vt 0.028621 0.027439 +vt 0.028583 0.027323 +vt 0.026864 0.027717 +vt 0.026864 0.027595 +vt 0.025106 0.027439 +vt 0.025144 0.027323 +vt 0.023521 0.026631 +vt 0.023593 0.026532 +vt 0.022263 0.025373 +vt 0.022362 0.025301 +vt 0.021455 0.023788 +vt 0.021571 0.023750 +vt 0.021177 0.022030 +vt 0.021299 0.022030 +vt 0.021455 0.020273 +vt 0.021571 0.020311 +vt 0.022263 0.018688 +vt 0.022362 0.018760 +vt 0.023521 0.017430 +vt 0.023593 0.017528 +vt 0.025106 0.016622 +vt 0.025144 0.016738 +vt 0.026864 0.016344 +vt 0.026864 0.016466 +vt 0.028621 0.016622 +vt 0.028583 0.016738 +vt 0.030206 0.017430 +vt 0.030134 0.017528 +vt 0.031464 0.018688 +vt 0.031366 0.018760 +vt 0.032272 0.020273 +vt 0.032156 0.020311 +vt 0.031368 0.023494 +vt 0.030985 0.023369 +vt 0.031197 0.022030 +vt 0.031600 0.022030 +vt 0.030695 0.024814 +vt 0.030369 0.024577 +vt 0.029648 0.025862 +vt 0.029410 0.025536 +vt 0.028327 0.026535 +vt 0.028203 0.026151 +vt 0.026864 0.026767 +vt 0.026864 0.026363 +vt 0.025400 0.026535 +vt 0.025525 0.026151 +vt 0.024079 0.025862 +vt 0.024317 0.025536 +vt 0.023032 0.024814 +vt 0.023358 0.024577 +vt 0.022359 0.023494 +vt 0.022742 0.023369 +vt 0.022127 0.022030 +vt 0.022530 0.022030 +vt 0.022359 0.020567 +vt 0.022742 0.020691 +vt 0.023032 0.019246 +vt 0.023358 0.019483 +vt 0.024079 0.018198 +vt 0.024317 0.018525 +vt 0.025400 0.017526 +vt 0.025525 0.017909 +vt 0.026864 0.017294 +vt 0.026864 0.017697 +vt 0.028327 0.017526 +vt 0.028203 0.017909 +vt 0.029648 0.018198 +vt 0.029410 0.018525 +vt 0.030695 0.019246 +vt 0.030369 0.019483 +vt 0.031368 0.020567 +vt 0.030985 0.020691 +vt 0.026864 0.022030 +vt 0.040385 0.026424 +vt 0.038365 0.030387 +vt 0.036459 0.029002 +vt 0.038143 0.025696 +vt 0.035220 0.033532 +vt 0.033835 0.031626 +vt 0.031257 0.035552 +vt 0.030529 0.033310 +vt 0.026864 0.036247 +vt 0.026864 0.033891 +vt 0.022470 0.035552 +vt 0.023198 0.033310 +vt 0.018507 0.033532 +vt 0.019892 0.031626 +vt 0.015362 0.030387 +vt 0.017268 0.029002 +vt 0.013342 0.026424 +vt 0.015584 0.025696 +vt 0.012646 0.022030 +vt 0.015003 0.022030 +vt 0.013342 0.017637 +vt 0.015584 0.018365 +vt 0.015362 0.013674 +vt 0.017268 0.015059 +vt 0.018507 0.010529 +vt 0.019892 0.012435 +vt 0.022470 0.008509 +vt 0.023198 0.010751 +vt 0.026864 0.007813 +vt 0.026864 0.010170 +vt 0.031257 0.008509 +vt 0.030529 0.010751 +vt 0.035220 0.010529 +vt 0.033835 0.012435 +vt 0.038365 0.013674 +vt 0.036459 0.015059 +vt 0.040385 0.017637 +vt 0.038143 0.018365 +vt 0.041081 0.022030 +vt 0.038724 0.022030 +vt 0.035692 0.028444 +vt 0.037242 0.025402 +vt 0.033278 0.030859 +vt 0.030236 0.032408 +vt 0.026864 0.032942 +vt 0.023491 0.032408 +vt 0.020450 0.030859 +vt 0.018035 0.028444 +vt 0.016485 0.025402 +vt 0.015951 0.022030 +vt 0.016485 0.018658 +vt 0.018035 0.015616 +vt 0.020450 0.013202 +vt 0.023492 0.011652 +vt 0.026864 0.011118 +vt 0.030236 0.011652 +vt 0.033278 0.013202 +vt 0.035692 0.015616 +vt 0.037242 0.018658 +vt 0.037776 0.022030 +vt 0.038365 0.030387 +vt 0.040385 0.026424 +vt 0.037230 0.025399 +vt 0.035682 0.028437 +vt 0.035220 0.033532 +vt 0.033270 0.030849 +vt 0.031257 0.035552 +vt 0.030232 0.032397 +vt 0.026864 0.036247 +vt 0.026864 0.032930 +vt 0.022470 0.035552 +vt 0.023495 0.032397 +vt 0.018507 0.033532 +vt 0.020457 0.030849 +vt 0.015362 0.030387 +vt 0.018045 0.028437 +vt 0.013342 0.026424 +vt 0.016497 0.025399 +vt 0.012646 0.022030 +vt 0.015964 0.022030 +vt 0.013342 0.017637 +vt 0.016497 0.018662 +vt 0.015362 0.013674 +vt 0.018045 0.015624 +vt 0.018507 0.010529 +vt 0.020457 0.013212 +vt 0.022470 0.008509 +vt 0.023495 0.011664 +vt 0.026864 0.007813 +vt 0.026864 0.011131 +vt 0.031257 0.008509 +vt 0.030232 0.011664 +vt 0.035220 0.010529 +vt 0.033270 0.013212 +vt 0.038365 0.013674 +vt 0.035682 0.015624 +vt 0.040385 0.017637 +vt 0.037230 0.018662 +vt 0.041081 0.022030 +vt 0.037763 0.022030 +vt 0.027077 0.010691 +vt 0.023492 0.011484 +vt 0.024931 0.012481 +vt 0.028011 0.011597 +vt 0.025559 0.013434 +vt 0.028612 0.012717 +vt 0.025781 0.014215 +vt 0.028834 0.014010 +vt 0.025901 0.015337 +vt 0.028560 0.015491 +vt 0.025576 0.016579 +vt 0.027878 0.016579 +vt 0.026080 0.016579 +vt 0.025724 0.016579 +vt 0.026045 0.015348 +vt 0.026395 0.015374 +vt 0.025576 0.016579 +vt 0.025901 0.015337 +vt 0.028011 0.011597 +vt 0.027895 0.011684 +vt 0.026910 0.010728 +vt 0.027077 0.010691 +vt 0.027617 0.011894 +vt 0.026507 0.010817 +vt 0.028098 0.015311 +vt 0.027302 0.016579 +vt 0.026261 0.014122 +vt 0.028339 0.014007 +vt 0.026007 0.013229 +vt 0.028145 0.012878 +vt 0.025286 0.012135 +vt 0.024140 0.011341 +vt 0.025781 0.014215 +vt 0.025559 0.013434 +vt 0.024931 0.012481 +vt 0.023492 0.011484 +vt 0.027878 0.016579 +vt 0.028560 0.015491 +vt 0.028834 0.014010 +vt 0.028612 0.012717 +vt 0.027709 0.016579 +vt 0.028425 0.015438 +vt 0.025922 0.014188 +vt 0.028689 0.014009 +vt 0.025691 0.013374 +vt 0.028475 0.012764 +vt 0.025035 0.012380 +vt 0.023682 0.011442 +vt 0.036577 0.027885 +vt 0.037683 0.024383 +vt 0.036099 0.025131 +vt 0.035326 0.028241 +vt 0.034960 0.025199 +vt 0.034055 0.028201 +vt 0.034173 0.025001 +vt 0.032824 0.027746 +vt 0.033142 0.024543 +vt 0.031679 0.026770 +vt 0.032228 0.023641 +vt 0.031078 0.025634 +vt 0.031977 0.024078 +vt 0.032155 0.023769 +vt 0.033060 0.024663 +vt 0.032863 0.024952 +vt 0.032228 0.023641 +vt 0.033142 0.024543 +vt 0.035326 0.028241 +vt 0.035308 0.028097 +vt 0.036628 0.027722 +vt 0.036577 0.027885 +vt 0.035265 0.027751 +vt 0.036753 0.027329 +vt 0.032066 0.026459 +vt 0.031365 0.025136 +vt 0.034014 0.025463 +vt 0.033074 0.027320 +vt 0.034914 0.025690 +vt 0.034149 0.027716 +vt 0.036222 0.025612 +vt 0.037483 0.025017 +vt 0.034173 0.025001 +vt 0.034960 0.025199 +vt 0.036099 0.025131 +vt 0.037683 0.024383 +vt 0.031078 0.025634 +vt 0.031679 0.026770 +vt 0.032824 0.027746 +vt 0.034055 0.028201 +vt 0.031162 0.025489 +vt 0.031792 0.026679 +vt 0.034126 0.025136 +vt 0.032898 0.027622 +vt 0.034947 0.025343 +vt 0.034083 0.028059 +vt 0.036135 0.025272 +vt 0.037624 0.024569 +vt 0.017150 0.016176 +vt 0.016044 0.019677 +vt 0.017628 0.018930 +vt 0.018401 0.015820 +vt 0.018767 0.018862 +vt 0.019672 0.015860 +vt 0.019554 0.019060 +vt 0.020903 0.016314 +vt 0.020586 0.019518 +vt 0.022049 0.017291 +vt 0.021499 0.020419 +vt 0.022649 0.018426 +vt 0.021751 0.019983 +vt 0.021573 0.020292 +vt 0.020667 0.019398 +vt 0.020865 0.019108 +vt 0.021499 0.020419 +vt 0.020586 0.019518 +vt 0.018401 0.015820 +vt 0.018419 0.015963 +vt 0.017099 0.016339 +vt 0.017150 0.016176 +vt 0.018462 0.016309 +vt 0.016974 0.016732 +vt 0.021661 0.017601 +vt 0.022362 0.018925 +vt 0.019713 0.018598 +vt 0.020653 0.016741 +vt 0.018813 0.018371 +vt 0.019578 0.016345 +vt 0.017505 0.018449 +vt 0.016244 0.019044 +vt 0.019554 0.019060 +vt 0.018767 0.018862 +vt 0.017628 0.018930 +vt 0.016044 0.019677 +vt 0.022649 0.018426 +vt 0.022049 0.017291 +vt 0.020903 0.016314 +vt 0.019672 0.015860 +vt 0.022565 0.018572 +vt 0.021935 0.017382 +vt 0.019601 0.018925 +vt 0.020830 0.016439 +vt 0.018780 0.018718 +vt 0.019645 0.016002 +vt 0.017592 0.018789 +vt 0.016103 0.019492 +vt 0.026650 0.033370 +vt 0.030235 0.032577 +vt 0.028796 0.031579 +vt 0.025716 0.032464 +vt 0.028168 0.030626 +vt 0.025115 0.031343 +vt 0.027946 0.029846 +vt 0.024894 0.030051 +vt 0.027826 0.028724 +vt 0.025167 0.028570 +vt 0.028151 0.027482 +vt 0.025849 0.027482 +vt 0.027647 0.027482 +vt 0.028003 0.027482 +vt 0.027682 0.028713 +vt 0.027332 0.028687 +vt 0.028151 0.027482 +vt 0.027826 0.028724 +vt 0.025716 0.032464 +vt 0.025832 0.032377 +vt 0.026817 0.033333 +vt 0.026650 0.033370 +vt 0.026110 0.032167 +vt 0.027220 0.033243 +vt 0.025629 0.028750 +vt 0.026425 0.027482 +vt 0.027466 0.029939 +vt 0.025388 0.030054 +vt 0.027720 0.030832 +vt 0.025582 0.031183 +vt 0.028441 0.031926 +vt 0.029587 0.032720 +vt 0.027946 0.029846 +vt 0.028168 0.030626 +vt 0.028796 0.031579 +vt 0.030235 0.032577 +vt 0.025849 0.027482 +vt 0.025167 0.028570 +vt 0.024894 0.030051 +vt 0.025115 0.031343 +vt 0.026018 0.027482 +vt 0.025302 0.028623 +vt 0.027805 0.029873 +vt 0.025038 0.030051 +vt 0.028037 0.030687 +vt 0.025252 0.031296 +vt 0.028692 0.031681 +vt 0.030045 0.032619 +vt 0.036790 0.016546 +vt 0.034311 0.013837 +vt 0.034167 0.015582 +vt 0.036473 0.017807 +vt 0.033656 0.016603 +vt 0.035803 0.018888 +vt 0.033091 0.017185 +vt 0.034794 0.019726 +vt 0.032179 0.017850 +vt 0.033376 0.020230 +vt 0.030941 0.018190 +vt 0.032092 0.020183 +vt 0.031193 0.018626 +vt 0.031015 0.018318 +vt 0.032242 0.017981 +vt 0.032394 0.018296 +vt 0.030941 0.018190 +vt 0.032179 0.017850 +vt 0.036473 0.017807 +vt 0.036340 0.017751 +vt 0.036675 0.016420 +vt 0.036790 0.016546 +vt 0.036019 0.017615 +vt 0.036396 0.016115 +vt 0.033300 0.019740 +vt 0.031804 0.019685 +vt 0.033411 0.017555 +vt 0.034550 0.019296 +vt 0.034058 0.016888 +vt 0.035431 0.018564 +vt 0.034645 0.015716 +vt 0.034760 0.014327 +vt 0.033091 0.017185 +vt 0.033656 0.016603 +vt 0.034167 0.015582 +vt 0.034311 0.013837 +vt 0.032092 0.020183 +vt 0.033376 0.020230 +vt 0.034794 0.019726 +vt 0.035803 0.018888 +vt 0.032008 0.020037 +vt 0.033354 0.020087 +vt 0.033185 0.017294 +vt 0.034723 0.019600 +vt 0.033774 0.016686 +vt 0.035694 0.018793 +vt 0.034307 0.015622 +vt 0.034442 0.013981 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.001905 -0.000184 -0.999998 -vn 0.000137 -0.000250 -1.000000 -vn 0.002783 -0.002909 -0.999992 -vn 0.002778 0.002898 -0.999992 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.027246 0.099185 0.994696 +vn 0.101367 0.369011 0.923881 +vn 0.162606 0.340506 0.926075 +vn 0.024686 0.051696 0.998358 +vn 0.244718 0.890880 0.382682 +vn 0.263836 0.960472 0.088798 +vn 0.421697 0.901329 0.098884 +vn 0.391797 0.834209 0.388059 +vn -0.917798 -0.386139 0.092433 +vn -0.851056 -0.355317 0.386592 +vn -0.895950 -0.225449 0.382682 +vn -0.964230 -0.242630 0.106733 +vn -0.351280 -0.141841 0.925464 +vn -0.067114 -0.027100 0.997377 +vn -0.033461 -0.008419 0.999405 +vn -0.371111 -0.093383 0.923881 +vn -0.013205 -0.087412 0.996085 +vn 0.001804 -0.048902 0.998802 +vn 0.033181 0.039248 0.998679 +vn -0.038350 -0.069420 0.996850 +vn 0.038773 0.026020 0.998909 +vn -0.054266 -0.047440 0.997399 +vn 0.050026 0.013017 0.998663 +vn 0.145150 0.011987 0.989337 +vn 0.264882 0.964281 0.000000 +vn 0.423361 0.905961 0.000000 +vn 0.645085 0.764111 0.000000 +vn 0.642080 0.760489 0.096904 +vn 0.830237 0.557411 0.000000 +vn 0.826159 0.554659 0.099067 +vn 0.973065 0.230531 0.000000 +vn 0.968118 0.230508 0.098051 +vn 0.996608 0.082301 0.000000 +vn 0.993768 0.082066 0.075436 +vn 0.036868 -0.999320 0.000000 +vn 0.036661 -0.993693 0.105978 +vn -0.164969 -0.981991 0.092084 +vn -0.166529 -0.986037 0.000000 +vn -0.481914 -0.871511 0.090703 +vn -0.483926 -0.875109 0.000000 +vn -0.749605 -0.655636 0.090740 +vn -0.752703 -0.658361 0.000000 +vn -0.921442 -0.388517 0.000000 +vn -0.969769 -0.244024 0.000000 +vn 0.034062 -0.923251 0.382684 +vn -0.149845 -0.909156 0.388563 +vn 0.014109 -0.382420 0.923881 +vn -0.056284 -0.372613 0.926278 +vn 0.246316 0.291349 0.924361 +vn 0.595792 0.705475 0.383845 +vn -0.445985 -0.806676 0.387778 +vn -0.182604 -0.330547 0.925956 +vn 0.314673 0.211180 0.925410 +vn 0.765772 0.514075 0.386419 +vn -0.694100 -0.607036 0.386954 +vn -0.284919 -0.249074 0.925626 +vn 0.364635 0.094880 0.926304 +vn 0.895601 0.216729 0.388494 +vn 0.381386 0.031495 0.923879 +vn 0.920744 0.076037 0.382686 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.001131 0.000273 -0.999999 vn 0.000000 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001234 0.001469 -0.999998 vn 0.000001 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn 0.001740 0.003613 -0.999992 -vn 0.003541 -0.001908 -0.999992 -vn 0.000054 0.000271 -1.000000 -vn 0.001470 0.001471 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000040 0.000332 -1.000000 -vn -0.000003 0.000001 -1.000000 -vn 0.001802 0.000918 -0.999998 -vn 0.000545 0.003975 -0.999992 -vn 0.003950 -0.000721 -0.999992 -vn 0.000306 -0.000143 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000151 0.000327 -1.000000 -vn -0.000715 0.003948 -0.999992 -vn 0.003986 0.000537 -0.999992 -vn 0.000983 0.003006 -0.999995 -vn 0.005481 0.001047 -0.999985 -vn 0.000707 0.000136 -1.000000 -vn 0.001209 0.002374 -0.999997 -vn -0.000221 0.000242 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000299 0.001890 -0.999998 -vn 0.000145 0.003741 -0.999993 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.001876 0.001625 -0.999997 -vn 0.000195 0.000206 -1.000000 -vn 0.005511 0.002666 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn -0.000299 0.001881 -0.999998 -vn 0.000000 0.000001 -1.000000 -vn 0.000127 0.000323 -1.000000 -vn -0.005478 0.001047 -0.999985 -vn -0.000684 0.000137 -1.000000 -vn -0.001208 0.002374 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000006 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.003948 -0.000713 -0.999992 -vn -0.000540 0.003986 -0.999992 -vn -0.000266 -0.000120 -1.000000 -vn 0.000038 0.000327 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001350 0.001197 -0.999998 -vn 0.000026 0.000001 -1.000000 -vn -0.001788 0.000805 -0.999998 -vn -0.000412 -0.001041 -0.999999 -vn -0.003538 -0.001898 -0.999992 -vn -0.001742 0.003618 -0.999992 -vn 0.000000 0.000001 -1.000000 -vn -0.010925 0.001735 -0.999939 -vn -0.023542 -0.006626 -0.999701 -vn -0.010067 -0.002122 -0.999947 -vn 0.000000 0.000000 -1.000000 -vn -0.008179 -0.000698 -0.999966 -vn -0.002775 -0.002897 -0.999992 -vn -0.002781 0.002909 -0.999992 -vn -0.000355 0.000652 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001742 -0.003609 -0.999992 -vn -0.003542 0.001908 -0.999992 -vn -0.000235 -0.001091 -0.999999 -vn -0.001751 -0.000998 -0.999998 -vn -0.000546 -0.003975 -0.999992 -vn -0.003953 0.000721 -0.999992 -vn 0.000042 -0.000346 -1.000000 -vn 0.004616 -0.003023 -0.999985 -vn -0.004292 -0.000579 -0.999991 -vn -0.001338 0.000656 -0.999999 -vn -0.001082 -0.002473 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000697 -0.000136 -1.000000 -vn -0.000981 -0.003006 -0.999995 -vn -0.005479 -0.001047 -0.999985 -vn -0.000700 -0.001161 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000290 -0.000163 -1.000000 -vn -0.000183 -0.001866 -0.999998 -vn 0.005163 -0.004434 -0.999977 -vn 0.000222 -0.000242 -1.000000 -vn -0.001879 -0.001625 -0.999997 -vn -0.000191 -0.000200 -1.000000 -vn 0.000233 -0.002362 -0.999997 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.005462 -0.001047 -0.999985 -vn 0.000682 -0.000137 -1.000000 -vn 0.001209 -0.002374 -0.999997 -vn 0.003966 -0.000542 -0.999992 -vn -0.000716 -0.003956 -0.999992 -vn -0.000155 -0.000333 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 +vn 0.950337 0.308782 0.038887 +vn 0.847784 0.275461 0.453193 +vn 0.891413 -0.000001 0.453192 +vn 0.999244 -0.000001 0.038887 +vn 0.808405 0.587341 0.038887 +vn 0.721168 0.523959 0.453193 +vn 0.587341 0.808405 0.038887 +vn 0.523960 0.721168 0.453193 +vn 0.308783 0.950337 0.038887 +vn 0.275461 0.847784 0.453193 +vn 0.000000 0.999244 0.038887 +vn 0.000000 0.891413 0.453193 +vn -0.308783 0.950337 0.038887 +vn -0.275460 0.847784 0.453193 +vn -0.587340 0.808405 0.038887 +vn -0.523958 0.721168 0.453193 +vn -0.808405 0.587341 0.038887 +vn -0.721167 0.523960 0.453193 +vn -0.950337 0.308783 0.038887 +vn -0.847784 0.275462 0.453193 +vn -0.999244 0.000000 0.038887 +vn -0.891413 0.000000 0.453193 +vn -0.950337 -0.308784 0.038887 +vn -0.847783 -0.275462 0.453193 +vn -0.808405 -0.587341 0.038887 +vn -0.721167 -0.523960 0.453193 +vn -0.587341 -0.808405 0.038887 +vn -0.523959 -0.721168 0.453193 +vn -0.308784 -0.950337 0.038887 +vn -0.275462 -0.847784 0.453193 +vn 0.000000 -0.999244 0.038887 +vn -0.000000 -0.891412 0.453193 +vn 0.308783 -0.950337 0.038887 +vn 0.275460 -0.847784 0.453193 +vn 0.587340 -0.808405 0.038887 +vn 0.523958 -0.721168 0.453193 +vn 0.808405 -0.587341 0.038887 +vn 0.721167 -0.523960 0.453193 +vn 0.950337 -0.308783 0.038887 +vn 0.847784 -0.275462 0.453193 +vn 0.769325 0.249968 0.587925 +vn 0.101726 0.033053 0.994263 +vn 0.106960 -0.000000 0.994263 +vn 0.808916 -0.000001 0.587925 +vn 0.654426 0.475469 0.587925 +vn 0.086534 0.062871 0.994263 +vn 0.475468 0.654427 0.587925 +vn 0.062872 0.086534 0.994263 +vn 0.249968 0.769325 0.587925 +vn 0.033055 0.101727 0.994263 +vn -0.000000 0.808915 0.587925 +vn -0.000000 0.106962 0.994263 +vn -0.249968 0.769325 0.587925 +vn -0.033057 0.101727 0.994263 +vn -0.475468 0.654426 0.587925 +vn -0.062873 0.086534 0.994263 +vn -0.654426 0.475468 0.587925 +vn -0.086534 0.062871 0.994263 +vn -0.769324 0.249969 0.587925 +vn -0.101728 0.033053 0.994263 +vn -0.808915 0.000000 0.587925 +vn -0.106962 0.000000 0.994263 +vn -0.769324 -0.249969 0.587925 +vn -0.101729 -0.033053 0.994263 +vn -0.654426 -0.475469 0.587925 +vn -0.086535 -0.062871 0.994263 +vn -0.475468 -0.654427 0.587925 +vn -0.062870 -0.086534 0.994263 +vn -0.249968 -0.769324 0.587925 +vn -0.033053 -0.101727 0.994263 +vn -0.000001 -0.808915 0.587925 +vn 0.000000 -0.106962 0.994263 +vn 0.249968 -0.769325 0.587925 +vn 0.033053 -0.101727 0.994263 +vn 0.475468 -0.654427 0.587925 +vn 0.062871 -0.086534 0.994263 +vn 0.654426 -0.475469 0.587925 +vn 0.086534 -0.062871 0.994263 +vn 0.769324 -0.249969 0.587925 +vn 0.101727 -0.033053 0.994263 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587785 0.809017 0.000000 +vn 0.309017 0.951057 0.000000 +vn -0.000000 1.000000 0.000000 +vn -0.309017 0.951057 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587785 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951057 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951057 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000000 0.000000 1.000000 +vn 0.814402 0.264614 0.516458 +vn 0.692771 0.503328 0.516458 +vn 0.609417 0.442767 0.657699 +vn 0.716412 0.232776 0.657700 +vn 0.503328 0.692772 0.516458 +vn 0.442768 0.609417 0.657699 +vn 0.264615 0.814402 0.516458 +vn 0.232777 0.716412 0.657699 +vn 0.000000 0.856313 0.516458 +vn 0.000000 0.753281 0.657699 +vn -0.264615 0.814402 0.516458 +vn -0.232776 0.716412 0.657699 +vn -0.503328 0.692771 0.516458 +vn -0.442767 0.609417 0.657699 +vn -0.692771 0.503328 0.516458 +vn -0.609417 0.442767 0.657699 +vn -0.814402 0.264615 0.516458 +vn -0.716412 0.232777 0.657700 +vn -0.856312 -0.000000 0.516458 +vn -0.753280 0.000000 0.657700 +vn -0.814402 -0.264615 0.516458 +vn -0.716412 -0.232776 0.657699 +vn -0.692771 -0.503328 0.516458 +vn -0.609417 -0.442767 0.657699 +vn -0.503328 -0.692771 0.516458 +vn -0.442767 -0.609417 0.657699 +vn -0.264615 -0.814402 0.516458 +vn -0.232777 -0.716412 0.657699 +vn -0.000000 -0.856313 0.516458 +vn -0.000000 -0.753281 0.657699 +vn 0.264615 -0.814402 0.516458 +vn 0.232776 -0.716412 0.657699 +vn 0.503328 -0.692771 0.516458 +vn 0.442767 -0.609417 0.657699 +vn 0.692771 -0.503328 0.516458 +vn 0.609417 -0.442767 0.657699 +vn 0.814402 -0.264615 0.516458 +vn 0.716413 -0.232776 0.657699 +vn 0.856312 -0.000001 0.516458 +vn 0.753281 -0.000001 0.657699 +vn -0.000001 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.632967 -0.205663 -0.746361 +vn -0.538434 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 +vn -0.391195 -0.538435 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn -0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 -0.665542 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391196 -0.538434 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.538435 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 -vn -0.000007 0.000000 -1.000000 +vn 0.632968 -0.205664 -0.746361 vn 0.000001 0.000000 -1.000000 +vn 0.665542 -0.000000 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.632968 0.205664 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn 0.538434 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391195 0.538435 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn 0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.665542 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.391196 0.538434 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.538435 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.632968 0.205664 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.665542 0.000001 -0.746360 +vn -0.951052 -0.309014 0.003292 +vn -0.809013 -0.587782 0.003292 +vn -0.587782 -0.809013 0.003292 +vn -0.309015 -0.951052 0.003292 +vn 0.000000 -0.999995 0.003291 +vn 0.309016 -0.951051 0.003291 +vn 0.587782 -0.809013 0.003292 +vn 0.809013 -0.587782 0.003292 +vn 0.951051 -0.309015 0.003292 +vn 0.999995 -0.000000 0.003292 +vn 0.951051 0.309015 0.003292 +vn 0.809013 0.587782 0.003292 +vn 0.587782 0.809013 0.003292 +vn 0.309015 0.951051 0.003291 +vn -0.000000 0.999995 0.003292 +vn -0.309015 0.951051 0.003292 +vn -0.587782 0.809012 0.003292 +vn -0.809013 0.587782 0.003292 +vn -0.951051 0.309015 0.003292 +vn -0.999995 0.000001 0.003292 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587784 0.809018 0.000000 +vn 0.309016 0.951057 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.309017 0.951056 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587786 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951056 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951056 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000041 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.099521 -0.025997 0.994696 +vn -0.370259 -0.096720 0.923880 +vn -0.376186 -0.029434 0.926077 +vn -0.057114 -0.004469 0.998358 +vn -0.893883 -0.233507 0.382685 +vn -0.963711 -0.251747 0.088798 +vn -0.991422 -0.085464 0.098885 +vn -0.918344 -0.077800 0.388060 +vn 0.793305 -0.601767 0.092433 +vn 0.733240 -0.559378 0.386593 +vn 0.643214 -0.663196 0.382683 +vn 0.692237 -0.713734 0.106733 +vn 0.298486 -0.233299 0.925461 +vn 0.057028 -0.044573 0.997377 +vn 0.024020 -0.024766 0.999405 +vn 0.266434 -0.274699 0.923879 +vn 0.082303 0.032271 0.996085 +vn 0.041448 0.026013 0.998802 +vn -0.050580 0.009112 0.998679 +vn 0.079294 0.001499 0.996850 +vn -0.041919 0.020567 0.998909 +vn 0.068219 -0.023277 0.997399 +vn -0.036287 0.036816 0.998663 +vn -0.082955 0.119711 0.989337 +vn -0.967533 -0.252745 0.000000 +vn -0.996266 -0.086339 0.000000 +vn -0.984282 0.176605 0.000000 +vn -0.979643 0.175812 0.096905 +vn -0.897851 0.440300 0.000000 +vn -0.893429 0.438145 0.099068 +vn -0.686179 0.727433 0.000000 +vn -0.683685 0.723161 0.098051 +vn -0.569579 0.821937 0.000000 +vn -0.567955 0.819595 0.075436 +vn 0.847003 0.531588 0.000000 +vn 0.842233 0.528595 0.105978 +vn 0.932913 0.348128 0.092084 +vn 0.937197 0.348799 0.000000 +vn 0.995708 0.018406 0.090703 +vn 0.999830 0.018462 0.000000 +vn 0.942600 -0.321360 0.090740 +vn 0.946508 -0.322679 0.000000 +vn 0.797187 -0.603733 0.000000 +vn 0.696216 -0.717833 0.000000 +vn 0.782527 0.491125 0.382684 +vn 0.862275 0.324810 0.388563 +vn 0.324132 0.203428 0.923881 +vn 0.350837 0.137560 0.926278 +vn -0.375467 0.067640 0.924365 +vn -0.908855 0.163229 0.383846 +vn 0.921594 0.017102 0.387778 +vn 0.377565 0.007135 0.925956 +vn -0.340222 0.166926 0.925410 +vn -0.828089 0.406138 0.386421 +vn 0.872758 -0.297591 0.386954 +vn 0.358168 -0.122210 0.925624 +vn -0.264482 0.268343 0.926305 +vn -0.635493 0.667249 0.388493 +vn -0.217962 0.314540 0.923882 +vn -0.526221 0.759372 0.382684 vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000002 0.000000 -1.000000 -vn 0.000012 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000002 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn 0.072275 -0.073188 0.994696 +vn 0.268894 -0.272290 0.923880 +vn 0.213586 -0.311072 0.926075 +vn 0.032428 -0.047228 0.998358 +vn 0.649165 -0.657372 0.382683 +vn 0.699875 -0.708724 0.088798 +vn 0.569726 -0.815864 0.098885 +vn 0.526550 -0.756409 0.388060 +vn 0.124493 0.987906 0.092433 +vn 0.117812 0.914694 0.386594 +vn 0.252729 0.888640 0.382684 +vn 0.271991 0.956362 0.106733 +vn 0.052801 0.375140 0.925463 +vn 0.010088 0.071673 0.997377 +vn 0.009439 0.033186 0.999405 +vn 0.104679 0.368083 0.923881 +vn -0.069099 0.055142 0.996085 +vn -0.043253 0.022889 0.998802 +vn 0.017399 -0.048360 0.998679 +vn -0.040945 0.067921 0.996850 +vn 0.003148 -0.046587 0.998909 +vn -0.013951 0.070716 0.997399 +vn -0.013739 -0.049834 0.998663 +vn -0.062194 -0.131697 0.989337 +vn 0.702650 -0.711535 0.000000 +vn 0.572905 -0.819622 0.000000 +vn 0.339197 -0.940715 0.000000 +vn 0.337564 -0.936301 0.096905 +vn 0.067613 -0.997712 0.000000 +vn 0.067269 -0.992804 0.099068 +vn -0.286886 -0.957965 0.000000 +vn -0.284433 -0.953669 0.098051 +vn -0.427028 -0.904238 0.000000 +vn -0.425812 -0.901661 0.075436 +vn -0.883871 0.467731 0.000000 +vn -0.878893 0.465097 0.105978 +vn -0.767945 0.633863 0.092084 +vn -0.770668 0.637236 0.000000 +vn -0.513793 0.853106 0.090703 +vn -0.515903 0.856647 0.000000 +vn -0.192995 0.976995 0.090740 +vn -0.193806 0.981040 0.000000 +vn 0.124255 0.992250 0.000000 +vn 0.273554 0.961857 0.000000 +vn -0.816590 0.432128 0.382684 +vn -0.712429 0.584348 0.388564 +vn -0.338240 0.178992 0.923881 +vn -0.294551 0.235052 0.926278 +vn 0.129157 -0.358989 0.924362 +vn 0.313068 -0.868706 0.383847 +vn -0.475607 0.789573 0.387778 +vn -0.194964 0.323412 0.925956 +vn 0.025550 -0.378106 0.925410 +vn 0.062318 -0.920215 0.386421 +vn -0.178658 0.904626 0.386954 +vn -0.073245 0.371284 0.925626 +vn -0.100149 -0.363223 0.926304 +vn -0.260110 -0.883977 0.388493 +vn -0.163416 -0.346034 0.923881 +vn -0.394526 -0.835406 0.382683 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.072275 0.073188 0.994696 +vn -0.268894 0.272290 0.923880 +vn -0.213586 0.311072 0.926075 +vn -0.032428 0.047228 0.998358 +vn -0.649165 0.657372 0.382683 +vn -0.699875 0.708724 0.088798 +vn -0.569726 0.815864 0.098885 +vn -0.526550 0.756409 0.388060 +vn -0.124493 -0.987906 0.092433 +vn -0.117812 -0.914694 0.386594 +vn -0.252729 -0.888640 0.382684 +vn -0.271991 -0.956362 0.106733 +vn -0.052801 -0.375140 0.925463 +vn -0.010088 -0.071673 0.997377 +vn -0.009439 -0.033186 0.999405 +vn -0.104679 -0.368083 0.923881 +vn 0.069099 -0.055142 0.996085 +vn 0.043253 -0.022889 0.998802 +vn -0.017399 0.048360 0.998679 +vn 0.040945 -0.067921 0.996850 +vn -0.003148 0.046587 0.998909 +vn 0.013951 -0.070716 0.997399 +vn 0.013739 0.049834 0.998663 +vn 0.062194 0.131697 0.989337 +vn -0.702650 0.711535 0.000000 +vn -0.572905 0.819622 0.000000 +vn -0.339197 0.940715 0.000000 +vn -0.337564 0.936301 0.096905 +vn -0.067613 0.997712 0.000000 +vn -0.067269 0.992804 0.099068 +vn 0.286886 0.957965 0.000000 +vn 0.284433 0.953669 0.098051 +vn 0.427028 0.904238 0.000000 +vn 0.425812 0.901661 0.075436 +vn 0.883871 -0.467731 0.000000 +vn 0.878893 -0.465097 0.105978 +vn 0.767945 -0.633863 0.092084 +vn 0.770668 -0.637236 0.000000 +vn 0.513793 -0.853106 0.090703 +vn 0.515903 -0.856647 0.000000 +vn 0.192995 -0.976995 0.090740 +vn 0.193806 -0.981040 0.000000 +vn -0.124255 -0.992250 0.000000 +vn -0.273554 -0.961857 0.000000 +vn 0.816590 -0.432128 0.382684 +vn 0.712429 -0.584348 0.388564 +vn 0.338240 -0.178992 0.923881 +vn 0.294551 -0.235052 0.926278 +vn -0.129157 0.358989 0.924362 +vn -0.313068 0.868706 0.383847 +vn 0.475607 -0.789573 0.387778 +vn 0.194964 -0.323412 0.925956 +vn -0.025550 0.378106 0.925410 +vn -0.062318 0.920215 0.386421 +vn 0.178658 -0.904626 0.386954 +vn 0.073245 -0.371284 0.925626 +vn 0.100149 0.363223 0.926304 +vn 0.260110 0.883977 0.388493 +vn 0.163416 0.346034 0.923881 +vn 0.394526 0.835406 0.382683 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.099521 0.025997 0.994696 +vn 0.370259 0.096720 0.923880 +vn 0.376186 0.029434 0.926077 +vn 0.057114 0.004469 0.998358 +vn 0.893883 0.233507 0.382685 +vn 0.963711 0.251747 0.088798 +vn 0.991422 0.085464 0.098885 +vn 0.918344 0.077800 0.388060 +vn -0.793305 0.601767 0.092433 +vn -0.733240 0.559378 0.386593 +vn -0.643214 0.663196 0.382683 +vn -0.692237 0.713734 0.106733 +vn -0.298486 0.233299 0.925461 +vn -0.057028 0.044573 0.997377 +vn -0.024020 0.024766 0.999405 +vn -0.266434 0.274699 0.923879 +vn -0.082303 -0.032271 0.996085 +vn -0.041448 -0.026013 0.998802 +vn 0.050580 -0.009112 0.998679 +vn -0.079294 -0.001499 0.996850 +vn 0.041919 -0.020567 0.998909 +vn -0.068219 0.023277 0.997399 +vn 0.036287 -0.036816 0.998663 +vn 0.082955 -0.119711 0.989337 +vn 0.967533 0.252745 0.000000 +vn 0.996266 0.086339 0.000000 +vn 0.984282 -0.176605 0.000000 +vn 0.979643 -0.175812 0.096905 +vn 0.897851 -0.440300 0.000000 +vn 0.893429 -0.438145 0.099068 +vn 0.686179 -0.727433 0.000000 +vn 0.683685 -0.723161 0.098051 +vn 0.569579 -0.821937 0.000000 +vn 0.567955 -0.819595 0.075436 +vn -0.847003 -0.531588 0.000000 +vn -0.842233 -0.528595 0.105978 +vn -0.932913 -0.348128 0.092084 +vn -0.937197 -0.348799 0.000000 +vn -0.995708 -0.018406 0.090703 +vn -0.999830 -0.018462 0.000000 +vn -0.942600 0.321360 0.090740 +vn -0.946508 0.322679 0.000000 +vn -0.797187 0.603733 0.000000 +vn -0.696216 0.717833 0.000000 +vn -0.782527 -0.491125 0.382684 +vn -0.862275 -0.324810 0.388563 +vn -0.324132 -0.203428 0.923881 +vn -0.350837 -0.137560 0.926278 +vn 0.375467 -0.067640 0.924365 +vn 0.908855 -0.163229 0.383846 +vn -0.921594 -0.017102 0.387778 +vn -0.377565 -0.007135 0.925956 +vn 0.340222 -0.166926 0.925410 +vn 0.828089 -0.406138 0.386421 +vn -0.872758 0.297591 0.386954 +vn -0.358168 0.122210 0.925624 +vn 0.264482 -0.268343 0.926305 +vn 0.635493 -0.667249 0.388493 +vn 0.217962 -0.314540 0.923882 +vn 0.526221 -0.759372 0.382684 vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000016 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 vn 0.000002 0.000000 -1.000000 +vn -0.027246 -0.099185 0.994696 +vn -0.101367 -0.369011 0.923881 +vn -0.162606 -0.340506 0.926075 +vn -0.024686 -0.051696 0.998358 +vn -0.244718 -0.890880 0.382682 +vn -0.263836 -0.960472 0.088798 +vn -0.421697 -0.901329 0.098884 +vn -0.391797 -0.834209 0.388059 +vn 0.917798 0.386139 0.092433 +vn 0.851056 0.355317 0.386592 +vn 0.895950 0.225449 0.382682 +vn 0.964230 0.242630 0.106733 +vn 0.351280 0.141841 0.925464 +vn 0.067114 0.027100 0.997377 +vn 0.033461 0.008419 0.999405 +vn 0.371111 0.093383 0.923881 +vn 0.013205 0.087412 0.996085 +vn -0.001804 0.048902 0.998802 +vn -0.033181 -0.039248 0.998679 +vn 0.038350 0.069420 0.996850 +vn -0.038773 -0.026020 0.998909 +vn 0.054266 0.047440 0.997399 +vn -0.050026 -0.013017 0.998663 +vn -0.145150 -0.011987 0.989337 +vn -0.264882 -0.964281 0.000000 +vn -0.423361 -0.905961 0.000000 +vn -0.645085 -0.764111 0.000000 +vn -0.642080 -0.760489 0.096904 +vn -0.830237 -0.557411 0.000000 +vn -0.826159 -0.554659 0.099067 +vn -0.973065 -0.230531 0.000000 +vn -0.968118 -0.230508 0.098051 +vn -0.996608 -0.082301 0.000000 +vn -0.993768 -0.082066 0.075436 +vn -0.036868 0.999320 0.000000 +vn -0.036661 0.993693 0.105978 +vn 0.164969 0.981991 0.092084 +vn 0.166529 0.986037 0.000000 +vn 0.481914 0.871511 0.090703 +vn 0.483926 0.875109 0.000000 +vn 0.749605 0.655636 0.090740 +vn 0.752703 0.658361 0.000000 +vn 0.921442 0.388517 0.000000 +vn 0.969769 0.244024 0.000000 +vn -0.034062 0.923251 0.382684 +vn 0.149845 0.909156 0.388563 +vn -0.014109 0.382420 0.923881 +vn 0.056284 0.372613 0.926278 +vn -0.246316 -0.291349 0.924361 +vn -0.595792 -0.705475 0.383845 +vn 0.445985 0.806676 0.387778 +vn 0.182604 0.330547 0.925956 +vn -0.314673 -0.211180 0.925410 +vn -0.765772 -0.514075 0.386419 +vn 0.694100 0.607036 0.386954 +vn 0.284919 0.249074 0.925626 +vn -0.364635 -0.094880 0.926304 +vn -0.895601 -0.216729 0.388494 +vn -0.381386 -0.031495 0.923879 +vn -0.920744 -0.076037 0.382686 +s 1 +f 1605/1735/3715 1606/1736/3716 1608/1737/3717 1607/1738/3718 +f 1607/1738/3718 1608/1737/3717 1610/1739/3719 1609/1740/3720 +f 1609/1740/3720 1610/1739/3719 1612/1741/3721 1611/1742/3722 +f 1611/1742/3722 1612/1741/3721 1614/1743/3723 1613/1744/3724 +f 1613/1744/3724 1614/1743/3723 1616/1745/3725 1615/1746/3726 +s 2 +f 1625/1747/3727 1624/1748/3728 1627/1749/3729 1626/1750/3730 +s 3 +f 1624/1748/3731 1623/1751/3732 1628/1752/3733 1627/1749/3734 +s 4 +f 1643/1753/3735 1642/1754/3736 1648/1755/3737 1647/1756/3738 +s 2 +f 1642/1754/3739 1641/1757/3740 1649/1758/3741 1648/1755/3742 +f 1620/1759/3743 1618/1760/3744 1625/1747/3727 1626/1750/3730 +f 1620/1759/3743 1626/1750/3730 1632/1761/3745 1629/1762/3746 +f 1629/1762/3746 1632/1761/3745 1638/1763/3747 1635/1764/3748 +f 1635/1764/3748 1638/1763/3747 1644/1765/3749 1641/1757/3740 +f 1641/1757/3740 1644/1765/3749 1651/1766/3750 1649/1758/3741 +s 3 +f 1628/1752/3733 1623/1751/3732 1616/1745/3751 1614/1743/3752 +f 1628/1752/3733 1614/1743/3752 1612/1741/3753 1634/1767/3754 +f 1634/1767/3754 1612/1741/3753 1610/1739/3755 1640/1768/3756 +f 1640/1768/3756 1610/1739/3755 1608/1737/3757 1646/1769/3758 +f 1646/1769/3758 1608/1737/3757 1606/1736/3759 1650/1770/3760 +s 4 +f 1615/1746/3761 1617/1771/3762 1622/1772/3763 1613/1744/3764 +f 1613/1744/3764 1622/1772/3763 1631/1773/3765 1611/1742/3766 +f 1611/1742/3766 1631/1773/3765 1637/1774/3767 1609/1740/3768 +f 1609/1740/3768 1637/1774/3767 1643/1753/3735 1607/1738/3769 +f 1607/1738/3769 1643/1753/3735 1647/1756/3738 1605/1735/3770 +f 1617/1771/3762 1619/1775/3771 1621/1776/3772 1622/1772/3763 +s 2 +f 1619/1775/3773 1618/1760/3744 1620/1759/3743 1621/1776/3774 +f 1626/1750/3730 1627/1749/3729 1633/1777/3775 1632/1761/3745 +s 3 +f 1627/1749/3734 1628/1752/3733 1634/1767/3754 1633/1777/3776 +s 4 +f 1622/1772/3763 1621/1776/3772 1630/1778/3777 1631/1773/3765 +s 2 +f 1621/1776/3774 1620/1759/3743 1629/1762/3746 1630/1778/3778 +f 1632/1761/3745 1633/1777/3775 1639/1779/3779 1638/1763/3747 +s 3 +f 1633/1777/3776 1634/1767/3754 1640/1768/3756 1639/1779/3780 +s 4 +f 1631/1773/3765 1630/1778/3777 1636/1780/3781 1637/1774/3767 +s 2 +f 1630/1778/3778 1629/1762/3746 1635/1764/3748 1636/1780/3782 +f 1638/1763/3747 1639/1779/3779 1645/1781/3783 1644/1765/3749 +s 3 +f 1639/1779/3780 1640/1768/3756 1646/1769/3758 1645/1781/3784 +s 4 +f 1637/1774/3767 1636/1780/3781 1642/1754/3736 1643/1753/3735 +s 2 +f 1636/1780/3782 1635/1764/3748 1641/1757/3740 1642/1754/3739 +f 1644/1765/3749 1645/1781/3783 1652/1782/3785 1651/1766/3750 +s 3 +f 1645/1781/3784 1646/1769/3758 1650/1770/3760 1652/1782/3786 +s 7 +f 1654/1783/3787 1653/1784/3788 1673/1785/3789 +f 1655/1786/3790 1654/1783/3787 1673/1785/3789 +f 1656/1787/3791 1655/1786/3790 1673/1785/3789 +f 1657/1788/3792 1656/1787/3791 1673/1785/3789 +f 1658/1789/3793 1657/1788/3792 1673/1785/3789 +f 1659/1790/3794 1658/1789/3793 1673/1785/3789 +f 1660/1791/3795 1659/1790/3794 1673/1785/3789 +f 1661/1792/3796 1660/1791/3795 1673/1785/3789 +f 1662/1793/3797 1661/1792/3796 1673/1785/3789 +f 1663/1794/3798 1662/1793/3797 1673/1785/3789 +f 1664/1795/3799 1663/1794/3798 1673/1785/3789 +f 1665/1796/3800 1664/1795/3799 1673/1785/3789 +f 1666/1797/3801 1665/1796/3800 1673/1785/3789 +f 1667/1798/3802 1666/1797/3801 1673/1785/3789 +f 1668/1799/3803 1667/1798/3802 1673/1785/3789 +f 1669/1800/3804 1668/1799/3803 1673/1785/3789 +f 1670/1801/3805 1669/1800/3804 1673/1785/3789 +f 1671/1802/3806 1670/1801/3805 1673/1785/3789 +f 1672/1803/3807 1671/1802/3806 1673/1785/3789 +f 1653/1784/3788 1672/1803/3807 1673/1785/3789 +s 8 +f 1675/1804/3808 1676/1805/3809 1714/1806/3810 1713/1807/3811 +f 1676/1805/3809 1675/1804/3808 1677/1808/3812 1678/1809/3813 +f 1678/1809/3813 1677/1808/3812 1679/1810/3814 1680/1811/3815 +f 1680/1811/3815 1679/1810/3814 1681/1812/3816 1682/1813/3817 +f 1682/1813/3817 1681/1812/3816 1683/1814/3818 1684/1815/3819 +f 1684/1815/3819 1683/1814/3818 1685/1816/3820 1686/1817/3821 +f 1686/1817/3821 1685/1816/3820 1687/1818/3822 1688/1819/3823 +f 1688/1819/3823 1687/1818/3822 1689/1820/3824 1690/1821/3825 +f 1690/1821/3825 1689/1820/3824 1691/1822/3826 1692/1823/3827 +f 1692/1823/3827 1691/1822/3826 1693/1824/3828 1694/1825/3829 +f 1694/1825/3829 1693/1824/3828 1695/1826/3830 1696/1827/3831 +f 1696/1827/3831 1695/1826/3830 1697/1828/3832 1698/1829/3833 +f 1698/1829/3833 1697/1828/3832 1699/1830/3834 1700/1831/3835 +f 1700/1831/3835 1699/1830/3834 1701/1832/3836 1702/1833/3837 +f 1702/1833/3837 1701/1832/3836 1703/1834/3838 1704/1835/3839 +f 1704/1835/3839 1703/1834/3838 1705/1836/3840 1706/1837/3841 +f 1706/1837/3841 1705/1836/3840 1707/1838/3842 1708/1839/3843 +f 1708/1839/3843 1707/1838/3842 1709/1840/3844 1710/1841/3845 +f 1710/1841/3845 1709/1840/3844 1711/1842/3846 1712/1843/3847 +f 1712/1843/3847 1711/1842/3846 1713/1807/3811 1714/1806/3810 +f 1715/1844/3848 1716/1845/3849 1753/1846/3850 1754/1847/3851 +f 1716/1845/3849 1715/1844/3848 1718/1848/3852 1717/1849/3853 +f 1717/1849/3853 1718/1848/3852 1720/1850/3854 1719/1851/3855 +f 1719/1851/3855 1720/1850/3854 1722/1852/3856 1721/1853/3857 +f 1721/1853/3857 1722/1852/3856 1724/1854/3858 1723/1855/3859 +f 1723/1855/3859 1724/1854/3858 1726/1856/3860 1725/1857/3861 +f 1725/1857/3861 1726/1856/3860 1728/1858/3862 1727/1859/3863 +f 1727/1859/3863 1728/1858/3862 1730/1860/3864 1729/1861/3865 +f 1729/1861/3865 1730/1860/3864 1732/1862/3866 1731/1863/3867 +f 1731/1863/3867 1732/1862/3866 1734/1864/3868 1733/1865/3869 +f 1733/1865/3869 1734/1864/3868 1736/1866/3870 1735/1867/3871 +f 1735/1867/3871 1736/1866/3870 1738/1868/3872 1737/1869/3873 +f 1737/1869/3873 1738/1868/3872 1740/1870/3874 1739/1871/3875 +f 1739/1871/3875 1740/1870/3874 1742/1872/3876 1741/1873/3877 +f 1741/1873/3877 1742/1872/3876 1744/1874/3878 1743/1875/3879 +f 1743/1875/3879 1744/1874/3878 1746/1876/3880 1745/1877/3881 +f 1745/1877/3881 1746/1876/3880 1748/1878/3882 1747/1879/3883 +f 1747/1879/3883 1748/1878/3882 1750/1880/3884 1749/1881/3885 +f 1749/1881/3885 1750/1880/3884 1752/1882/3886 1751/1883/3887 +f 1751/1883/3887 1752/1882/3886 1754/1847/3851 1753/1846/3850 +f 1653/1784/3888 1654/1783/3889 1677/1808/3812 1675/1804/3808 +f 1654/1783/3889 1655/1786/3890 1679/1810/3814 1677/1808/3812 +f 1655/1786/3890 1656/1787/3891 1681/1812/3816 1679/1810/3814 +f 1656/1787/3891 1657/1788/3892 1683/1814/3818 1681/1812/3816 +f 1657/1788/3892 1658/1789/3893 1685/1816/3820 1683/1814/3818 +f 1658/1789/3893 1659/1790/3894 1687/1818/3822 1685/1816/3820 +f 1659/1790/3894 1660/1791/3895 1689/1820/3824 1687/1818/3822 +f 1660/1791/3895 1661/1792/3896 1691/1822/3826 1689/1820/3824 +f 1661/1792/3896 1662/1793/3897 1693/1824/3828 1691/1822/3826 +f 1662/1793/3897 1663/1794/3898 1695/1826/3830 1693/1824/3828 +f 1663/1794/3898 1664/1795/3899 1697/1828/3832 1695/1826/3830 +f 1664/1795/3899 1665/1796/3900 1699/1830/3834 1697/1828/3832 +f 1665/1796/3900 1666/1797/3901 1701/1832/3836 1699/1830/3834 +f 1666/1797/3901 1667/1798/3902 1703/1834/3838 1701/1832/3836 +f 1667/1798/3902 1668/1799/3903 1705/1836/3840 1703/1834/3838 +f 1668/1799/3903 1669/1800/3904 1707/1838/3842 1705/1836/3840 +f 1669/1800/3904 1670/1801/3905 1709/1840/3844 1707/1838/3842 +f 1670/1801/3905 1671/1802/3906 1711/1842/3846 1709/1840/3844 +f 1671/1802/3906 1672/1803/3907 1713/1807/3811 1711/1842/3846 +f 1672/1803/3907 1653/1784/3888 1675/1804/3808 1713/1807/3811 +f 1716/1845/3849 1717/1849/3853 1674/1884/3908 +f 1717/1849/3853 1719/1851/3855 1674/1884/3908 +f 1719/1851/3855 1721/1853/3857 1674/1884/3908 +f 1721/1853/3857 1723/1855/3859 1674/1884/3908 +f 1723/1855/3859 1725/1857/3861 1674/1884/3908 +f 1725/1857/3861 1727/1859/3863 1674/1884/3908 +f 1727/1859/3863 1729/1861/3865 1674/1884/3908 +f 1729/1861/3865 1731/1863/3867 1674/1884/3908 +f 1731/1863/3867 1733/1865/3869 1674/1884/3908 +f 1733/1865/3869 1735/1867/3871 1674/1884/3908 +f 1735/1867/3871 1737/1869/3873 1674/1884/3908 +f 1737/1869/3873 1739/1871/3875 1674/1884/3908 +f 1739/1871/3875 1741/1873/3877 1674/1884/3908 +f 1741/1873/3877 1743/1875/3879 1674/1884/3908 +f 1743/1875/3879 1745/1877/3881 1674/1884/3908 +f 1745/1877/3881 1747/1879/3883 1674/1884/3908 +f 1747/1879/3883 1749/1881/3885 1674/1884/3908 +f 1749/1881/3885 1751/1883/3887 1674/1884/3908 +f 1751/1883/3887 1753/1846/3850 1674/1884/3908 +f 1753/1846/3850 1716/1845/3849 1674/1884/3908 +f 1676/1805/3809 1678/1809/3813 1718/1848/3852 1715/1844/3848 +f 1678/1809/3813 1680/1811/3815 1720/1850/3854 1718/1848/3852 +f 1680/1811/3815 1682/1813/3817 1722/1852/3856 1720/1850/3854 +f 1682/1813/3817 1684/1815/3819 1724/1854/3858 1722/1852/3856 +f 1684/1815/3819 1686/1817/3821 1726/1856/3860 1724/1854/3858 +f 1686/1817/3821 1688/1819/3823 1728/1858/3862 1726/1856/3860 +f 1688/1819/3823 1690/1821/3825 1730/1860/3864 1728/1858/3862 +f 1690/1821/3825 1692/1823/3827 1732/1862/3866 1730/1860/3864 +f 1692/1823/3827 1694/1825/3829 1734/1864/3868 1732/1862/3866 +f 1694/1825/3829 1696/1827/3831 1736/1866/3870 1734/1864/3868 +f 1696/1827/3831 1698/1829/3833 1738/1868/3872 1736/1866/3870 +f 1698/1829/3833 1700/1831/3835 1740/1870/3874 1738/1868/3872 +f 1700/1831/3835 1702/1833/3837 1742/1872/3876 1740/1870/3874 +f 1702/1833/3837 1704/1835/3839 1744/1874/3878 1742/1872/3876 +f 1704/1835/3839 1706/1837/3841 1746/1876/3880 1744/1874/3878 +f 1706/1837/3841 1708/1839/3843 1748/1878/3882 1746/1876/3880 +f 1708/1839/3843 1710/1841/3845 1750/1880/3884 1748/1878/3882 +f 1710/1841/3845 1712/1843/3847 1752/1882/3886 1750/1880/3884 +f 1712/1843/3847 1714/1806/3810 1754/1847/3851 1752/1882/3886 +f 1714/1806/3810 1676/1805/3809 1715/1844/3848 1754/1847/3851 +s 10 +f 1755/1885/3909 1756/1886/3910 1776/1887/3911 1775/1888/3912 +f 1756/1886/3910 1757/1889/3913 1777/1890/3914 1776/1887/3911 +f 1757/1889/3913 1758/1891/3915 1778/1892/3916 1777/1890/3914 +f 1758/1891/3915 1759/1893/3917 1779/1894/3918 1778/1892/3916 +f 1759/1893/3917 1760/1895/3919 1780/1896/3920 1779/1894/3918 +f 1760/1895/3919 1761/1897/3921 1781/1898/3922 1780/1896/3920 +f 1761/1897/3921 1762/1899/3923 1782/1900/3924 1781/1898/3922 +f 1762/1899/3923 1763/1901/3925 1783/1902/3926 1782/1900/3924 +f 1763/1901/3925 1764/1903/3927 1784/1904/3928 1783/1902/3926 +f 1764/1903/3927 1765/1905/3929 1785/1906/3930 1784/1904/3928 +f 1765/1905/3929 1766/1907/3931 1786/1908/3932 1785/1906/3930 +f 1766/1907/3931 1767/1909/3933 1787/1910/3934 1786/1908/3932 +f 1767/1909/3933 1768/1911/3935 1788/1912/3936 1787/1910/3934 +f 1768/1911/3935 1769/1913/3937 1789/1914/3938 1788/1912/3936 +f 1769/1913/3937 1770/1915/3939 1790/1916/3940 1789/1914/3938 +f 1770/1915/3939 1771/1917/3941 1791/1918/3942 1790/1916/3940 +f 1771/1917/3941 1772/1919/3943 1792/1920/3944 1791/1918/3942 +f 1772/1919/3943 1773/1921/3945 1793/1922/3946 1792/1920/3944 +f 1773/1921/3945 1774/1923/3947 1794/1924/3948 1793/1922/3946 +f 1774/1923/3947 1755/1885/3909 1775/1888/3912 1794/1924/3948 +s 11 +f 1775/1888/3949 1776/1887/3950 1796/1925/3951 1795/1926/3952 +f 1776/1887/3950 1777/1890/3953 1797/1927/3954 1796/1925/3951 +f 1777/1890/3953 1778/1892/3955 1798/1928/3956 1797/1927/3954 +f 1778/1892/3955 1779/1894/3957 1799/1929/3958 1798/1928/3956 +f 1779/1894/3957 1780/1896/3959 1800/1930/3960 1799/1929/3958 +f 1780/1896/3959 1781/1898/3961 1801/1931/3962 1800/1930/3960 +f 1781/1898/3961 1782/1900/3963 1802/1932/3964 1801/1931/3962 +f 1782/1900/3963 1783/1902/3965 1803/1933/3966 1802/1932/3964 +f 1783/1902/3965 1784/1904/3967 1804/1934/3968 1803/1933/3966 +f 1784/1904/3967 1785/1906/3969 1805/1935/3970 1804/1934/3968 +f 1785/1906/3969 1786/1908/3971 1806/1936/3972 1805/1935/3970 +f 1786/1908/3971 1787/1910/3973 1807/1937/3974 1806/1936/3972 +f 1787/1910/3973 1788/1912/3975 1808/1938/3976 1807/1937/3974 +f 1788/1912/3975 1789/1914/3977 1809/1939/3978 1808/1938/3976 +f 1789/1914/3977 1790/1916/3979 1810/1940/3980 1809/1939/3978 +f 1790/1916/3979 1791/1918/3981 1811/1941/3982 1810/1940/3980 +f 1791/1918/3981 1792/1920/3983 1812/1942/3984 1811/1941/3982 +f 1792/1920/3983 1793/1922/3985 1813/1943/3986 1812/1942/3984 +f 1793/1922/3985 1794/1924/3987 1814/1944/3988 1813/1943/3986 +f 1794/1924/3987 1775/1888/3949 1795/1926/3952 1814/1944/3988 +s 12 +f 1836/1945/3989 1835/1946/3990 1815/1947/3991 1816/1948/3992 +f 1837/1949/3993 1836/1945/3989 1816/1948/3992 1817/1950/3994 +f 1838/1951/3995 1837/1949/3993 1817/1950/3994 1818/1952/3996 +f 1839/1953/3997 1838/1951/3995 1818/1952/3996 1819/1954/3998 +f 1840/1955/3999 1839/1953/3997 1819/1954/3998 1820/1956/4000 +f 1841/1957/4001 1840/1955/3999 1820/1956/4000 1821/1958/4002 +f 1842/1959/4003 1841/1957/4001 1821/1958/4002 1822/1960/4004 +f 1843/1961/4005 1842/1959/4003 1822/1960/4004 1823/1962/4006 +f 1844/1963/4007 1843/1961/4005 1823/1962/4006 1824/1964/4008 +f 1845/1965/4009 1844/1963/4007 1824/1964/4008 1825/1966/4010 +f 1846/1967/4011 1845/1965/4009 1825/1966/4010 1826/1968/4012 +f 1847/1969/4013 1846/1967/4011 1826/1968/4012 1827/1970/4014 +f 1848/1971/4015 1847/1969/4013 1827/1970/4014 1828/1972/4016 +f 1849/1973/4017 1848/1971/4015 1828/1972/4016 1829/1974/4018 +f 1850/1975/4019 1849/1973/4017 1829/1974/4018 1830/1976/4020 +f 1851/1977/4021 1850/1975/4019 1830/1976/4020 1831/1978/4022 +f 1852/1979/4023 1851/1977/4021 1831/1978/4022 1832/1980/4024 +f 1853/1981/4025 1852/1979/4023 1832/1980/4024 1833/1982/4026 +f 1854/1983/4027 1853/1981/4025 1833/1982/4026 1834/1984/4028 +f 1835/1946/3990 1854/1983/4027 1834/1984/4028 1815/1947/3991 +f 1816/1948/3992 1815/1947/3991 1795/1926/4029 1796/1925/4030 +f 1817/1950/3994 1816/1948/3992 1796/1925/4030 1797/1927/4031 +f 1818/1952/3996 1817/1950/3994 1797/1927/4031 1798/1928/4032 +f 1819/1954/3998 1818/1952/3996 1798/1928/4032 1799/1929/4033 +f 1820/1956/4000 1819/1954/3998 1799/1929/4033 1800/1930/4034 +f 1821/1958/4002 1820/1956/4000 1800/1930/4034 1801/1931/4035 +f 1822/1960/4004 1821/1958/4002 1801/1931/4035 1802/1932/4036 +f 1823/1962/4006 1822/1960/4004 1802/1932/4036 1803/1933/4037 +f 1824/1964/4008 1823/1962/4006 1803/1933/4037 1804/1934/4038 +f 1825/1966/4010 1824/1964/4008 1804/1934/4038 1805/1935/4039 +f 1826/1968/4012 1825/1966/4010 1805/1935/4039 1806/1936/4040 +f 1827/1970/4014 1826/1968/4012 1806/1936/4040 1807/1937/4041 +f 1828/1972/4016 1827/1970/4014 1807/1937/4041 1808/1938/4042 +f 1829/1974/4018 1828/1972/4016 1808/1938/4042 1809/1939/4043 +f 1830/1976/4020 1829/1974/4018 1809/1939/4043 1810/1940/4044 +f 1831/1978/4022 1830/1976/4020 1810/1940/4044 1811/1941/4045 +f 1832/1980/4024 1831/1978/4022 1811/1941/4045 1812/1942/4046 +f 1833/1982/4026 1832/1980/4024 1812/1942/4046 1813/1943/4047 +f 1834/1984/4028 1833/1982/4026 1813/1943/4047 1814/1944/4048 +f 1815/1947/3991 1834/1984/4028 1814/1944/4048 1795/1926/4029 +s 10 +f 1756/1886/3910 1755/1885/3909 1835/1946/4049 1836/1945/4050 +f 1757/1889/3913 1756/1886/3910 1836/1945/4050 1837/1949/4051 +f 1758/1891/3915 1757/1889/3913 1837/1949/4051 1838/1951/4052 +f 1759/1893/3917 1758/1891/3915 1838/1951/4052 1839/1953/4053 +f 1760/1895/3919 1759/1893/3917 1839/1953/4053 1840/1955/4054 +f 1761/1897/3921 1760/1895/3919 1840/1955/4054 1841/1957/4055 +f 1762/1899/3923 1761/1897/3921 1841/1957/4055 1842/1959/4056 +f 1763/1901/3925 1762/1899/3923 1842/1959/4056 1843/1961/4057 +f 1764/1903/3927 1763/1901/3925 1843/1961/4057 1844/1963/4058 +f 1765/1905/3929 1764/1903/3927 1844/1963/4058 1845/1965/4059 +f 1766/1907/3931 1765/1905/3929 1845/1965/4059 1846/1967/4060 +f 1767/1909/3933 1766/1907/3931 1846/1967/4060 1847/1969/4061 +f 1768/1911/3935 1767/1909/3933 1847/1969/4061 1848/1971/4062 +f 1769/1913/3937 1768/1911/3935 1848/1971/4062 1849/1973/4063 +f 1770/1915/3939 1769/1913/3937 1849/1973/4063 1850/1975/4064 +f 1771/1917/3941 1770/1915/3939 1850/1975/4064 1851/1977/4065 +f 1772/1919/3943 1771/1917/3941 1851/1977/4065 1852/1979/4066 +f 1773/1921/3945 1772/1919/3943 1852/1979/4066 1853/1981/4067 +f 1774/1923/3947 1773/1921/3945 1853/1981/4067 1854/1983/4068 +f 1755/1885/3909 1774/1923/3947 1854/1983/4068 1835/1946/4049 +s 13 +f 1855/1985/4069 1856/1986/4070 1858/1987/4071 1857/1988/4072 +f 1857/1988/4072 1858/1987/4071 1860/1989/4073 1859/1990/4074 +f 1859/1990/4074 1860/1989/4073 1862/1991/4075 1861/1992/4076 +f 1861/1992/4076 1862/1991/4075 1864/1993/4077 1863/1994/4078 +f 1863/1994/4078 1864/1993/4077 1866/1995/4079 1865/1996/4080 +s 14 +f 1875/1997/4081 1874/1998/4082 1877/1999/4083 1876/2000/4084 +s 15 +f 1874/1998/4085 1873/2001/4086 1878/2002/4087 1877/1999/4088 +s 16 +f 1893/2003/4089 1892/2004/4090 1898/2005/4091 1897/2006/4092 +s 14 +f 1892/2004/4093 1891/2007/4094 1899/2008/4095 1898/2005/4096 +f 1870/2009/4097 1868/2010/4098 1875/1997/4081 1876/2000/4084 +f 1870/2009/4097 1876/2000/4084 1882/2011/4099 1879/2012/4100 +f 1879/2012/4100 1882/2011/4099 1888/2013/4101 1885/2014/4102 +f 1885/2014/4102 1888/2013/4101 1894/2015/4103 1891/2007/4094 +f 1891/2007/4094 1894/2015/4103 1901/2016/4104 1899/2008/4095 +s 15 +f 1878/2002/4087 1873/2001/4086 1866/1995/4105 1864/1993/4106 +f 1878/2002/4087 1864/1993/4106 1862/1991/4107 1884/2017/4108 +f 1884/2017/4108 1862/1991/4107 1860/1989/4109 1890/2018/4110 +f 1890/2018/4110 1860/1989/4109 1858/1987/4111 1896/2019/4112 +f 1896/2019/4112 1858/1987/4111 1856/1986/4113 1900/2020/4114 +s 16 +f 1865/1996/4115 1867/2021/4116 1872/2022/4117 1863/1994/4118 +f 1863/1994/4118 1872/2022/4117 1881/2023/4119 1861/1992/4120 +f 1861/1992/4120 1881/2023/4119 1887/2024/4121 1859/1990/4122 +f 1859/1990/4122 1887/2024/4121 1893/2003/4089 1857/1988/4123 +f 1857/1988/4123 1893/2003/4089 1897/2006/4092 1855/1985/4124 +f 1867/2021/4116 1869/2025/4125 1871/2026/4126 1872/2022/4117 +s 14 +f 1869/2025/4127 1868/2010/4098 1870/2009/4097 1871/2026/4128 +f 1876/2000/4084 1877/1999/4083 1883/2027/4129 1882/2011/4099 +s 15 +f 1877/1999/4088 1878/2002/4087 1884/2017/4108 1883/2027/4130 +s 16 +f 1872/2022/4117 1871/2026/4126 1880/2028/4131 1881/2023/4119 +s 14 +f 1871/2026/4128 1870/2009/4097 1879/2012/4100 1880/2028/4132 +f 1882/2011/4099 1883/2027/4129 1889/2029/4133 1888/2013/4101 +s 15 +f 1883/2027/4130 1884/2017/4108 1890/2018/4110 1889/2029/4134 +s 16 +f 1881/2023/4119 1880/2028/4131 1886/2030/4135 1887/2024/4121 +s 14 +f 1880/2028/4132 1879/2012/4100 1885/2014/4102 1886/2030/4136 +f 1888/2013/4101 1889/2029/4133 1895/2031/4137 1894/2015/4103 +s 15 +f 1889/2029/4134 1890/2018/4110 1896/2019/4112 1895/2031/4138 +s 16 +f 1887/2024/4121 1886/2030/4135 1892/2004/4090 1893/2003/4089 +s 14 +f 1886/2030/4136 1885/2014/4102 1891/2007/4094 1892/2004/4093 +f 1894/2015/4103 1895/2031/4137 1902/2032/4139 1901/2016/4104 +s 15 +f 1895/2031/4138 1896/2019/4112 1900/2020/4114 1902/2032/4140 +s 19 +f 1903/2033/4141 1904/2034/4142 1906/2035/4143 1905/2036/4144 +f 1905/2036/4144 1906/2035/4143 1908/2037/4145 1907/2038/4146 +f 1907/2038/4146 1908/2037/4145 1910/2039/4147 1909/2040/4148 +f 1909/2040/4148 1910/2039/4147 1912/2041/4149 1911/2042/4150 +f 1911/2042/4150 1912/2041/4149 1914/2043/4151 1913/2044/4152 +s 20 +f 1923/2045/4153 1922/2046/4154 1925/2047/4155 1924/2048/4156 +s 21 +f 1922/2046/4157 1921/2049/4158 1926/2050/4159 1925/2047/4160 +s 22 +f 1941/2051/4161 1940/2052/4162 1946/2053/4163 1945/2054/4164 +s 20 +f 1940/2052/4165 1939/2055/4166 1947/2056/4167 1946/2053/4168 +f 1918/2057/4169 1916/2058/4170 1923/2045/4153 1924/2048/4156 +f 1918/2057/4169 1924/2048/4156 1930/2059/4171 1927/2060/4172 +f 1927/2060/4172 1930/2059/4171 1936/2061/4173 1933/2062/4174 +f 1933/2062/4174 1936/2061/4173 1942/2063/4175 1939/2055/4166 +f 1939/2055/4166 1942/2063/4175 1949/2064/4176 1947/2056/4167 +s 21 +f 1926/2050/4159 1921/2049/4158 1914/2043/4177 1912/2041/4178 +f 1926/2050/4159 1912/2041/4178 1910/2039/4179 1932/2065/4180 +f 1932/2065/4180 1910/2039/4179 1908/2037/4181 1938/2066/4182 +f 1938/2066/4182 1908/2037/4181 1906/2035/4183 1944/2067/4184 +f 1944/2067/4184 1906/2035/4183 1904/2034/4185 1948/2068/4186 +s 22 +f 1913/2044/4187 1915/2069/4188 1920/2070/4189 1911/2042/4190 +f 1911/2042/4190 1920/2070/4189 1929/2071/4191 1909/2040/4192 +f 1909/2040/4192 1929/2071/4191 1935/2072/4193 1907/2038/4194 +f 1907/2038/4194 1935/2072/4193 1941/2051/4161 1905/2036/4195 +f 1905/2036/4195 1941/2051/4161 1945/2054/4164 1903/2033/4196 +f 1915/2069/4188 1917/2073/4197 1919/2074/4198 1920/2070/4189 +s 20 +f 1917/2073/4199 1916/2058/4170 1918/2057/4169 1919/2074/4200 +f 1924/2048/4156 1925/2047/4155 1931/2075/4201 1930/2059/4171 +s 21 +f 1925/2047/4160 1926/2050/4159 1932/2065/4180 1931/2075/4202 +s 22 +f 1920/2070/4189 1919/2074/4198 1928/2076/4203 1929/2071/4191 +s 20 +f 1919/2074/4200 1918/2057/4169 1927/2060/4172 1928/2076/4204 +f 1930/2059/4171 1931/2075/4201 1937/2077/4205 1936/2061/4173 +s 21 +f 1931/2075/4202 1932/2065/4180 1938/2066/4182 1937/2077/4206 +s 22 +f 1929/2071/4191 1928/2076/4203 1934/2078/4207 1935/2072/4193 +s 20 +f 1928/2076/4204 1927/2060/4172 1933/2062/4174 1934/2078/4208 +f 1936/2061/4173 1937/2077/4205 1943/2079/4209 1942/2063/4175 +s 21 +f 1937/2077/4206 1938/2066/4182 1944/2067/4184 1943/2079/4210 +s 22 +f 1935/2072/4193 1934/2078/4207 1940/2052/4162 1941/2051/4161 +s 20 +f 1934/2078/4208 1933/2062/4174 1939/2055/4166 1940/2052/4165 +f 1942/2063/4175 1943/2079/4209 1950/2080/4211 1949/2064/4176 +s 21 +f 1943/2079/4210 1944/2067/4184 1948/2068/4186 1950/2080/4212 +s 25 +f 1951/2081/4213 1952/2082/4214 1954/2083/4215 1953/2084/4216 +f 1953/2084/4216 1954/2083/4215 1956/2085/4217 1955/2086/4218 +f 1955/2086/4218 1956/2085/4217 1958/2087/4219 1957/2088/4220 +f 1957/2088/4220 1958/2087/4219 1960/2089/4221 1959/2090/4222 +f 1959/2090/4222 1960/2089/4221 1962/2091/4223 1961/2092/4224 +s 26 +f 1971/2093/4225 1970/2094/4226 1973/2095/4227 1972/2096/4228 +s 27 +f 1970/2094/4229 1969/2097/4230 1974/2098/4231 1973/2095/4232 +s 28 +f 1989/2099/4233 1988/2100/4234 1994/2101/4235 1993/2102/4236 +s 26 +f 1988/2100/4237 1987/2103/4238 1995/2104/4239 1994/2101/4240 +f 1966/2105/4241 1964/2106/4242 1971/2093/4225 1972/2096/4228 +f 1966/2105/4241 1972/2096/4228 1978/2107/4243 1975/2108/4244 +f 1975/2108/4244 1978/2107/4243 1984/2109/4245 1981/2110/4246 +f 1981/2110/4246 1984/2109/4245 1990/2111/4247 1987/2103/4238 +f 1987/2103/4238 1990/2111/4247 1997/2112/4248 1995/2104/4239 +s 27 +f 1974/2098/4231 1969/2097/4230 1962/2091/4249 1960/2089/4250 +f 1974/2098/4231 1960/2089/4250 1958/2087/4251 1980/2113/4252 +f 1980/2113/4252 1958/2087/4251 1956/2085/4253 1986/2114/4254 +f 1986/2114/4254 1956/2085/4253 1954/2083/4255 1992/2115/4256 +f 1992/2115/4256 1954/2083/4255 1952/2082/4257 1996/2116/4258 +s 28 +f 1961/2092/4259 1963/2117/4260 1968/2118/4261 1959/2090/4262 +f 1959/2090/4262 1968/2118/4261 1977/2119/4263 1957/2088/4264 +f 1957/2088/4264 1977/2119/4263 1983/2120/4265 1955/2086/4266 +f 1955/2086/4266 1983/2120/4265 1989/2099/4233 1953/2084/4267 +f 1953/2084/4267 1989/2099/4233 1993/2102/4236 1951/2081/4268 +f 1963/2117/4260 1965/2121/4269 1967/2122/4270 1968/2118/4261 +s 26 +f 1965/2121/4271 1964/2106/4242 1966/2105/4241 1967/2122/4272 +f 1972/2096/4228 1973/2095/4227 1979/2123/4273 1978/2107/4243 +s 27 +f 1973/2095/4232 1974/2098/4231 1980/2113/4252 1979/2123/4274 +s 28 +f 1968/2118/4261 1967/2122/4270 1976/2124/4275 1977/2119/4263 +s 26 +f 1967/2122/4272 1966/2105/4241 1975/2108/4244 1976/2124/4276 +f 1978/2107/4243 1979/2123/4273 1985/2125/4277 1984/2109/4245 +s 27 +f 1979/2123/4274 1980/2113/4252 1986/2114/4254 1985/2125/4278 +s 28 +f 1977/2119/4263 1976/2124/4275 1982/2126/4279 1983/2120/4265 +s 26 +f 1976/2124/4276 1975/2108/4244 1981/2110/4246 1982/2126/4280 +f 1984/2109/4245 1985/2125/4277 1991/2127/4281 1990/2111/4247 +s 27 +f 1985/2125/4278 1986/2114/4254 1992/2115/4256 1991/2127/4282 +s 28 +f 1983/2120/4265 1982/2126/4279 1988/2100/4234 1989/2099/4233 +s 26 +f 1982/2126/4280 1981/2110/4246 1987/2103/4238 1988/2100/4237 +f 1990/2111/4247 1991/2127/4281 1998/2128/4283 1997/2112/4248 +s 27 +f 1991/2127/4282 1992/2115/4256 1996/2116/4258 1998/2128/4284 +s 31 +f 1999/2129/4285 2000/2130/4286 2002/2131/4287 2001/2132/4288 +f 2001/2132/4288 2002/2131/4287 2004/2133/4289 2003/2134/4290 +f 2003/2134/4290 2004/2133/4289 2006/2135/4291 2005/2136/4292 +f 2005/2136/4292 2006/2135/4291 2008/2137/4293 2007/2138/4294 +f 2007/2138/4294 2008/2137/4293 2010/2139/4295 2009/2140/4296 +s 32 +f 2019/2141/4297 2018/2142/4298 2021/2143/4299 2020/2144/4300 +s 33 +f 2018/2142/4301 2017/2145/4302 2022/2146/4303 2021/2143/4304 +s 34 +f 2037/2147/4305 2036/2148/4306 2042/2149/4307 2041/2150/4308 +s 32 +f 2036/2148/4309 2035/2151/4310 2043/2152/4311 2042/2149/4312 +f 2014/2153/4313 2012/2154/4314 2019/2141/4297 2020/2144/4300 +f 2014/2153/4313 2020/2144/4300 2026/2155/4315 2023/2156/4316 +f 2023/2156/4316 2026/2155/4315 2032/2157/4317 2029/2158/4318 +f 2029/2158/4318 2032/2157/4317 2038/2159/4319 2035/2151/4310 +f 2035/2151/4310 2038/2159/4319 2045/2160/4320 2043/2152/4311 +s 33 +f 2022/2146/4303 2017/2145/4302 2010/2139/4321 2008/2137/4322 +f 2022/2146/4303 2008/2137/4322 2006/2135/4323 2028/2161/4324 +f 2028/2161/4324 2006/2135/4323 2004/2133/4325 2034/2162/4326 +f 2034/2162/4326 2004/2133/4325 2002/2131/4327 2040/2163/4328 +f 2040/2163/4328 2002/2131/4327 2000/2130/4329 2044/2164/4330 +s 34 +f 2009/2140/4331 2011/2165/4332 2016/2166/4333 2007/2138/4334 +f 2007/2138/4334 2016/2166/4333 2025/2167/4335 2005/2136/4336 +f 2005/2136/4336 2025/2167/4335 2031/2168/4337 2003/2134/4338 +f 2003/2134/4338 2031/2168/4337 2037/2147/4305 2001/2132/4339 +f 2001/2132/4339 2037/2147/4305 2041/2150/4308 1999/2129/4340 +f 2011/2165/4332 2013/2169/4341 2015/2170/4342 2016/2166/4333 +s 32 +f 2013/2169/4343 2012/2154/4314 2014/2153/4313 2015/2170/4344 +f 2020/2144/4300 2021/2143/4299 2027/2171/4345 2026/2155/4315 +s 33 +f 2021/2143/4304 2022/2146/4303 2028/2161/4324 2027/2171/4346 +s 34 +f 2016/2166/4333 2015/2170/4342 2024/2172/4347 2025/2167/4335 +s 32 +f 2015/2170/4344 2014/2153/4313 2023/2156/4316 2024/2172/4348 +f 2026/2155/4315 2027/2171/4345 2033/2173/4349 2032/2157/4317 +s 33 +f 2027/2171/4346 2028/2161/4324 2034/2162/4326 2033/2173/4350 +s 34 +f 2025/2167/4335 2024/2172/4347 2030/2174/4351 2031/2168/4337 +s 32 +f 2024/2172/4348 2023/2156/4316 2029/2158/4318 2030/2174/4352 +f 2032/2157/4317 2033/2173/4349 2039/2175/4353 2038/2159/4319 +s 33 +f 2033/2173/4350 2034/2162/4326 2040/2163/4328 2039/2175/4354 +s 34 +f 2031/2168/4337 2030/2174/4351 2036/2148/4306 2037/2147/4305 +s 32 +f 2030/2174/4352 2029/2158/4318 2035/2151/4310 2036/2148/4309 +f 2038/2159/4319 2039/2175/4353 2046/2176/4355 2045/2160/4320 +s 33 +f 2039/2175/4354 2040/2163/4328 2044/2164/4330 2046/2176/4356 +s 37 +f 2047/2177/4357 2048/2178/4358 2050/2179/4359 2049/2180/4360 +f 2049/2180/4360 2050/2179/4359 2052/2181/4361 2051/2182/4362 +f 2051/2182/4362 2052/2181/4361 2054/2183/4363 2053/2184/4364 +f 2053/2184/4364 2054/2183/4363 2056/2185/4365 2055/2186/4366 +f 2055/2186/4366 2056/2185/4365 2058/2187/4367 2057/2188/4368 +s 38 +f 2067/2189/4369 2066/2190/4370 2069/2191/4371 2068/2192/4372 +s 39 +f 2066/2190/4373 2065/2193/4374 2070/2194/4375 2069/2191/4376 +s 40 +f 2085/2195/4377 2084/2196/4378 2090/2197/4379 2089/2198/4380 +s 38 +f 2084/2196/4381 2083/2199/4382 2091/2200/4383 2090/2197/4384 +f 2062/2201/4385 2060/2202/4386 2067/2189/4369 2068/2192/4372 +f 2062/2201/4385 2068/2192/4372 2074/2203/4387 2071/2204/4388 +f 2071/2204/4388 2074/2203/4387 2080/2205/4389 2077/2206/4390 +f 2077/2206/4390 2080/2205/4389 2086/2207/4391 2083/2199/4382 +f 2083/2199/4382 2086/2207/4391 2093/2208/4392 2091/2200/4383 +s 39 +f 2070/2194/4375 2065/2193/4374 2058/2187/4393 2056/2185/4394 +f 2070/2194/4375 2056/2185/4394 2054/2183/4395 2076/2209/4396 +f 2076/2209/4396 2054/2183/4395 2052/2181/4397 2082/2210/4398 +f 2082/2210/4398 2052/2181/4397 2050/2179/4399 2088/2211/4400 +f 2088/2211/4400 2050/2179/4399 2048/2178/4401 2092/2212/4402 +s 40 +f 2057/2188/4403 2059/2213/4404 2064/2214/4405 2055/2186/4406 +f 2055/2186/4406 2064/2214/4405 2073/2215/4407 2053/2184/4408 +f 2053/2184/4408 2073/2215/4407 2079/2216/4409 2051/2182/4410 +f 2051/2182/4410 2079/2216/4409 2085/2195/4377 2049/2180/4411 +f 2049/2180/4411 2085/2195/4377 2089/2198/4380 2047/2177/4412 +f 2059/2213/4404 2061/2217/4413 2063/2218/4414 2064/2214/4405 +s 38 +f 2061/2217/4415 2060/2202/4386 2062/2201/4385 2063/2218/4416 +f 2068/2192/4372 2069/2191/4371 2075/2219/4417 2074/2203/4387 +s 39 +f 2069/2191/4376 2070/2194/4375 2076/2209/4396 2075/2219/4418 +s 40 +f 2064/2214/4405 2063/2218/4414 2072/2220/4419 2073/2215/4407 +s 38 +f 2063/2218/4416 2062/2201/4385 2071/2204/4388 2072/2220/4420 +f 2074/2203/4387 2075/2219/4417 2081/2221/4421 2080/2205/4389 +s 39 +f 2075/2219/4418 2076/2209/4396 2082/2210/4398 2081/2221/4422 +s 40 +f 2073/2215/4407 2072/2220/4419 2078/2222/4423 2079/2216/4409 +s 38 +f 2072/2220/4420 2071/2204/4388 2077/2206/4390 2078/2222/4424 +f 2080/2205/4389 2081/2221/4421 2087/2223/4425 2086/2207/4391 +s 39 +f 2081/2221/4422 2082/2210/4398 2088/2211/4400 2087/2223/4426 +s 40 +f 2079/2216/4409 2078/2222/4423 2084/2196/4378 2085/2195/4377 +s 38 +f 2078/2222/4424 2077/2206/4390 2083/2199/4382 2084/2196/4381 +f 2086/2207/4391 2087/2223/4425 2094/2224/4427 2093/2208/4392 +s 39 +f 2087/2223/4426 2088/2211/4400 2092/2212/4402 2094/2224/4428 +v -145.946974 -68.426746 86.500000 +v -140.715160 -62.711403 86.500000 +v -145.277283 -71.088154 86.500000 +v -140.411060 -66.393829 86.500000 +v -143.863266 -73.368653 86.500000 +v -139.332594 -68.547161 86.500000 +v -141.734829 -75.138235 86.500000 +v -138.140039 -69.776409 86.500000 +v -138.740927 -76.201255 86.500000 +v -136.215507 -71.178699 86.500000 +v -136.032269 -76.101324 86.500000 +v -133.604313 -71.895980 86.500000 +v -136.032269 -76.101324 88.971863 +v -135.425342 -75.050093 90.000000 +v -135.854505 -75.793426 89.698868 +v -138.582271 -75.166562 90.000000 +v -138.694457 -75.898200 89.698868 +v -138.740927 -76.201255 88.971863 +v -133.604313 -71.895980 88.971863 +v -133.759933 -72.165522 89.698868 +v -134.135633 -72.816254 90.000000 +v -136.669073 -72.120332 90.000000 +v -136.348353 -71.454497 89.698868 +v -136.215507 -71.178699 88.971863 +v -141.218302 -74.230609 90.000000 +v -141.583542 -74.872397 89.698868 +v -141.734829 -75.138235 88.971863 +v -138.816666 -70.555511 90.000000 +v -138.338219 -70.004603 89.698868 +v -138.140039 -69.776409 88.971863 +v -143.077503 -72.684870 90.000000 +v -143.633123 -73.168378 89.698868 +v -143.863266 -73.368653 88.971863 +v -140.180899 -69.149302 90.000000 +v -139.581055 -68.723524 89.698868 +v -139.332594 -68.547161 88.971863 +v -144.319237 -70.682228 90.000000 +v -144.996677 -70.969261 89.698868 +v -145.277283 -71.088154 88.971863 +v -141.419355 -66.676528 90.000000 +v -140.706385 -66.476629 89.698868 +v -140.411060 -66.393829 88.971863 +v -145.946974 -68.426746 88.971863 +v -145.703407 -68.160666 89.698868 +v -145.115377 -67.518293 90.000000 +v -140.715160 -62.711403 88.971863 +v -141.661432 -63.745132 90.000000 +v -140.992317 -63.014175 89.698868 +v -113.587315 -76.291794 86.574837 +v -115.291790 -72.946573 86.574837 +v -117.946573 -70.291790 86.574837 +v -121.291794 -68.587316 86.574837 +v -125.000000 -67.999994 86.574837 +v -128.708206 -68.587317 86.574837 +v -132.053426 -70.291792 86.574837 +v -134.708207 -72.946575 86.574837 +v -136.412682 -76.291795 86.574837 +v -137.000003 -80.000000 86.574837 +v -136.412682 -83.708205 86.574837 +v -134.708206 -87.053424 86.574837 +v -132.053424 -89.708205 86.574837 +v -128.708205 -91.412680 86.574837 +v -125.000000 -92.000002 86.574837 +v -121.291796 -91.412680 86.574837 +v -117.946577 -89.708204 86.574837 +v -115.291796 -87.053424 86.574837 +v -113.587321 -83.708204 86.574837 +v -113.000000 -80.000000 86.574837 +v -125.000000 -80.000000 86.574837 +v -125.000000 -80.000000 96.400772 +v -113.587315 -76.291794 92.053146 +v -113.832438 -76.371439 92.987488 +v -115.291790 -72.946573 92.053146 +v -115.500304 -73.098067 92.987488 +v -117.946573 -70.291790 92.053146 +v -118.098067 -70.500304 92.987488 +v -121.291794 -68.587316 92.053146 +v -121.371439 -68.832438 92.987488 +v -125.000000 -67.999994 92.053146 +v -125.000000 -68.257731 92.987488 +v -128.708206 -68.587317 92.053146 +v -128.628561 -68.832439 92.987488 +v -132.053426 -70.291792 92.053146 +v -131.901932 -70.500306 92.987488 +v -134.708207 -72.946575 92.053146 +v -134.499693 -73.098069 92.987488 +v -136.412682 -76.291795 92.053146 +v -136.167559 -76.371440 92.987488 +v -137.000003 -80.000000 92.053146 +v -136.742266 -80.000000 92.987488 +v -136.412682 -83.708205 92.053146 +v -136.167559 -83.628560 92.987488 +v -134.708206 -87.053424 92.053146 +v -134.499692 -86.901930 92.987488 +v -132.053424 -89.708205 92.053146 +v -131.901930 -89.499691 92.987488 +v -128.708205 -91.412680 92.053146 +v -128.628560 -91.167557 92.987488 +v -125.000000 -92.000002 92.053146 +v -125.000000 -91.742265 92.987488 +v -121.291796 -91.412680 92.053146 +v -121.371441 -91.167557 92.987488 +v -117.946577 -89.708204 92.053146 +v -118.098071 -89.499690 92.987488 +v -115.291796 -87.053424 92.053146 +v -115.500310 -86.901930 92.987488 +v -113.587321 -83.708204 92.053146 +v -113.832444 -83.628559 92.987488 +v -113.000000 -80.000000 92.053146 +v -113.257737 -80.000000 92.987488 +v -115.494551 -76.911492 95.920097 +v -116.304054 -77.174515 96.400772 +v -117.602787 -74.625610 96.400772 +v -116.914183 -74.125310 95.920097 +v -119.625611 -72.602787 96.400772 +v -119.125310 -71.914183 95.920097 +v -122.174516 -71.304054 96.400772 +v -121.911493 -70.494551 95.920097 +v -125.000000 -70.856544 96.400772 +v -125.000000 -70.005382 95.920097 +v -127.825484 -71.304054 96.400772 +v -128.088507 -70.494552 95.920097 +v -130.374389 -72.602787 96.400772 +v -130.874689 -71.914184 95.920097 +v -132.397211 -74.625612 96.400772 +v -133.085815 -74.125312 95.920097 +v -133.695944 -77.174517 96.400772 +v -134.505446 -76.911494 95.920097 +v -134.143455 -80.000000 96.400772 +v -134.994617 -80.000000 95.920097 +v -133.695944 -82.825483 96.400772 +v -134.505446 -83.088506 95.920097 +v -132.397211 -85.374387 96.400772 +v -133.085814 -85.874687 95.920097 +v -130.374388 -87.397209 96.400772 +v -130.874688 -88.085813 95.920097 +v -127.825483 -88.695942 96.400772 +v -128.088507 -89.505445 95.920097 +v -125.000001 -89.143453 96.400772 +v -125.000001 -89.994615 95.920097 +v -122.174518 -88.695942 96.400772 +v -121.911494 -89.505445 95.920097 +v -119.625614 -87.397209 96.400772 +v -119.125314 -88.085813 95.920097 +v -117.602792 -85.374386 96.400772 +v -116.914187 -85.874687 95.920097 +v -116.304059 -82.825482 96.400772 +v -115.494556 -83.088505 95.920097 +v -115.856548 -79.999999 96.400772 +v -115.005386 -80.000000 95.920097 +v -96.468287 -70.729485 88.759880 +v -100.729473 -62.366432 88.759880 +v -107.366432 -55.729475 88.759880 +v -115.729486 -51.468290 88.759880 +v -125.000000 -49.999985 88.759880 +v -134.270514 -51.468292 88.759880 +v -142.633564 -55.729481 88.759880 +v -149.270517 -62.366438 88.759880 +v -153.531704 -70.729488 88.759880 +v -155.000008 -80.000000 88.759880 +v -153.531704 -89.270512 88.759880 +v -149.270515 -97.633560 88.759880 +v -142.633560 -104.270514 88.759880 +v -134.270512 -108.531700 88.759880 +v -125.000001 -110.000004 88.759880 +v -115.729491 -108.531698 88.759880 +v -107.366444 -104.270512 88.759880 +v -100.729490 -97.633558 88.759880 +v -96.468304 -89.270510 88.759880 +v -95.000000 -80.000000 88.759880 +v -101.198009 -72.266262 94.455727 +v -104.752811 -65.289558 94.455727 +v -110.289559 -59.752813 94.455727 +v -117.266265 -56.198008 94.455727 +v -125.000001 -54.973106 94.455727 +v -132.733737 -56.198009 94.455727 +v -139.710438 -59.752821 94.455727 +v -145.247177 -65.289564 94.455727 +v -148.801987 -72.266266 94.455727 +v -150.026886 -79.999999 94.455727 +v -148.801987 -87.733732 94.455727 +v -145.247177 -94.710433 94.455727 +v -139.710434 -100.247175 94.455727 +v -132.733734 -103.801981 94.455727 +v -125.000001 -105.026882 94.455727 +v -117.266270 -103.801981 94.455727 +v -110.289570 -100.247173 94.455727 +v -104.752831 -94.710432 94.455727 +v -101.198021 -87.733731 94.455727 +v -99.973122 -79.999999 94.455727 +v -103.101017 -72.884587 94.455727 +v -106.371609 -66.465683 94.455727 +v -111.465685 -61.371609 94.455727 +v -117.884591 -58.101017 94.455727 +v -125.000001 -56.974049 94.455727 +v -132.115412 -58.101017 94.455727 +v -138.534313 -61.371616 94.455727 +v -143.628384 -66.465687 94.455727 +v -146.898977 -72.884590 94.455727 +v -148.025946 -79.999999 94.455727 +v -146.898977 -87.115407 94.455727 +v -143.628382 -93.534309 94.455727 +v -138.534311 -98.628380 94.455727 +v -132.115409 -101.898972 94.455727 +v -125.000002 -103.025940 94.455727 +v -117.884595 -101.898972 94.455727 +v -111.465694 -98.628376 94.455727 +v -106.371624 -93.534307 94.455727 +v -103.101028 -87.115406 94.455727 +v -101.974060 -79.999999 94.455727 +v -103.125687 -72.892603 86.574837 +v -106.392597 -66.480930 86.574837 +v -111.480932 -61.392595 86.574837 +v -117.892607 -58.125689 86.574837 +v -125.000001 -56.999987 86.574837 +v -132.107395 -58.125689 86.574837 +v -138.519067 -61.392601 86.574837 +v -143.607397 -66.480935 86.574837 +v -146.874306 -72.892606 86.574837 +v -148.000006 -79.999999 86.574837 +v -146.874306 -87.107391 86.574837 +v -143.607395 -93.519062 86.574837 +v -138.519064 -98.607391 86.574837 +v -132.107393 -101.874302 86.574837 +v -125.000002 -103.000000 86.574837 +v -117.892611 -101.874300 86.574837 +v -111.480942 -98.607389 86.574837 +v -106.392611 -93.519060 86.574837 +v -103.125700 -87.107389 86.574837 +v -102.000000 -79.999999 86.574837 +v -96.468287 -70.729485 86.574837 +v -100.729473 -62.366432 86.574837 +v -107.366432 -55.729475 86.574837 +v -115.729486 -51.468290 86.574837 +v -125.000000 -49.999985 86.574837 +v -134.270514 -51.468292 86.574837 +v -142.633564 -55.729481 86.574837 +v -149.270517 -62.366438 86.574837 +v -153.531704 -70.729488 86.574837 +v -155.000008 -80.000000 86.574837 +v -153.531704 -89.270512 86.574837 +v -149.270515 -97.633560 86.574837 +v -142.633560 -104.270514 86.574837 +v -134.270512 -108.531700 86.574837 +v -125.000001 -110.000004 86.574837 +v -115.729491 -108.531698 86.574837 +v -107.366444 -104.270512 86.574837 +v -100.729490 -97.633558 86.574837 +v -96.468304 -89.270510 86.574837 +v -95.000000 -80.000000 86.574837 +v -124.549244 -103.927238 86.500000 +v -132.114784 -102.254026 86.500000 +v -122.579243 -102.016565 86.500000 +v -129.077759 -100.149456 86.500000 +v -121.311281 -99.651741 86.500000 +v -127.752152 -98.138809 86.500000 +v -120.842998 -96.923670 86.500000 +v -127.283869 -96.491404 86.500000 +v -121.419347 -93.799364 86.500000 +v -127.031717 -94.123564 86.500000 +v -122.860218 -91.503564 86.500000 +v -127.716131 -91.503564 86.500000 +v -122.860218 -91.503564 88.971863 +v -124.074075 -91.503564 90.000000 +v -123.215748 -91.503564 89.698868 +v -122.394744 -94.179311 90.000000 +v -121.705034 -93.910648 89.698868 +v -121.419347 -93.799364 88.971863 +v -127.716131 -91.503564 88.971863 +v -127.404891 -91.503564 89.698868 +v -126.653490 -91.503564 90.000000 +v -125.989456 -94.045548 90.000000 +v -126.726446 -94.100714 89.698868 +v -127.031717 -94.123564 88.971863 +v -121.887288 -96.930157 90.000000 +v -121.148863 -96.925570 89.698868 +v -120.842998 -96.923670 88.971863 +v -126.270833 -96.687828 90.000000 +v -126.987158 -96.548935 89.698868 +v -127.283869 -96.491404 88.971863 +v -122.296337 -99.313143 90.000000 +v -121.599797 -99.552568 89.698868 +v -121.311281 -99.651741 88.971863 +v -126.806531 -98.572393 90.000000 +v -127.475186 -98.265802 89.698868 +v -127.752152 -98.138809 88.971863 +v -123.409809 -101.389835 90.000000 +v -122.822510 -101.833000 89.698868 +v -122.579243 -102.016565 88.971863 +v -128.328787 -100.881315 90.000000 +v -128.858391 -100.363813 89.698868 +v -129.077759 -100.149456 88.971863 +v -124.549244 -103.927238 88.971863 +v -124.901461 -103.849342 89.698868 +v -125.751786 -103.661282 90.000000 +v -132.114784 -102.254026 88.971863 +v -130.746412 -102.556658 90.000000 +v -131.713997 -102.342665 89.698868 +v -104.503782 -67.646015 86.500000 +v -102.170055 -75.034570 86.500000 +v -107.143475 -66.895281 86.500000 +v -105.511181 -73.456715 86.500000 +v -109.825452 -66.979606 86.500000 +v -107.915255 -73.314029 86.500000 +v -112.422174 -67.938095 86.500000 +v -109.576092 -73.732187 86.500000 +v -114.839727 -69.999381 86.500000 +v -111.752776 -74.697737 86.500000 +v -116.107512 -72.395113 86.500000 +v -113.679556 -76.600456 86.500000 +v -116.107512 -72.395113 88.971863 +v -115.500585 -73.446343 90.000000 +v -115.929748 -72.703011 89.698868 +v -114.022985 -70.654127 90.000000 +v -114.600509 -70.191152 89.698868 +v -114.839727 -69.999381 88.971863 +v -113.679556 -76.600456 88.971863 +v -113.835176 -76.330914 89.698868 +v -114.210876 -75.680182 90.000000 +v -112.341471 -73.834120 90.000000 +v -111.925200 -74.444789 89.698868 +v -111.752776 -74.697737 88.971863 +v -111.894411 -68.839234 90.000000 +v -112.267595 -68.202033 89.698868 +v -112.422174 -67.938095 88.971863 +v -109.912500 -72.756660 90.000000 +v -109.674623 -73.446462 89.698868 +v -109.576092 -73.732187 88.971863 +v -109.626160 -68.001987 90.000000 +v -109.767080 -67.279054 89.698868 +v -109.825452 -66.979606 88.971863 +v -108.012571 -72.278305 90.000000 +v -107.943758 -73.010673 89.698868 +v -107.915255 -73.314029 88.971863 +v -107.270954 -67.927937 90.000000 +v -107.180813 -67.197739 89.698868 +v -107.143475 -66.895281 88.971863 +v -105.251856 -72.442157 90.000000 +v -105.435225 -73.159557 89.698868 +v -105.511181 -73.456715 88.971863 +v -104.503782 -67.646015 88.971863 +v -104.395134 -67.989991 89.698868 +v -104.132837 -68.820425 90.000000 +v -102.170055 -75.034570 88.971863 +v -102.592157 -73.698210 90.000000 +v -102.293686 -74.643159 89.698868 +v -145.496218 -92.353985 86.500000 +v -147.829945 -84.965430 86.500000 +v -142.856525 -93.104719 86.500000 +v -144.488819 -86.543285 86.500000 +v -140.174548 -93.020394 86.500000 +v -142.084745 -86.685971 86.500000 +v -137.577826 -92.061905 86.500000 +v -140.423908 -86.267813 86.500000 +v -135.160273 -90.000619 86.500000 +v -138.247224 -85.302263 86.500000 +v -133.892488 -87.604887 86.500000 +v -136.320444 -83.399544 86.500000 +v -133.892488 -87.604887 88.971863 +v -134.499415 -86.553657 90.000000 +v -134.070252 -87.296989 89.698868 +v -135.977015 -89.345873 90.000000 +v -135.399491 -89.808848 89.698868 +v -135.160273 -90.000619 88.971863 +v -136.320444 -83.399544 88.971863 +v -136.164824 -83.669086 89.698868 +v -135.789124 -84.319818 90.000000 +v -137.658529 -86.165880 90.000000 +v -138.074800 -85.555211 89.698868 +v -138.247224 -85.302263 88.971863 +v -138.105589 -91.160766 90.000000 +v -137.732405 -91.797967 89.698868 +v -137.577826 -92.061905 88.971863 +v -140.087500 -87.243340 90.000000 +v -140.325377 -86.553538 89.698868 +v -140.423908 -86.267813 88.971863 +v -140.373840 -91.998013 90.000000 +v -140.232920 -92.720946 89.698868 +v -140.174548 -93.020394 88.971863 +v -141.987429 -87.721695 90.000000 +v -142.056242 -86.989327 89.698868 +v -142.084745 -86.685971 88.971863 +v -142.729046 -92.072063 90.000000 +v -142.819187 -92.802261 89.698868 +v -142.856525 -93.104719 88.971863 +v -144.748144 -87.557843 90.000000 +v -144.564775 -86.840443 89.698868 +v -144.488819 -86.543285 88.971863 +v -145.496218 -92.353985 88.971863 +v -145.604866 -92.010009 89.698868 +v -145.867163 -91.179575 90.000000 +v -147.829945 -84.965430 88.971863 +v -147.407843 -86.301790 90.000000 +v -147.706314 -85.356841 89.698868 +v -125.450756 -56.072762 86.500000 +v -117.885216 -57.745974 86.500000 +v -127.420757 -57.983435 86.500000 +v -120.922241 -59.850544 86.500000 +v -128.688719 -60.348259 86.500000 +v -122.247848 -61.861191 86.500000 +v -129.157002 -63.076330 86.500000 +v -122.716131 -63.508596 86.500000 +v -128.580653 -66.200636 86.500000 +v -122.968283 -65.876436 86.500000 +v -127.139782 -68.496436 86.500000 +v -122.283869 -68.496436 86.500000 +v -127.139782 -68.496436 88.971863 +v -125.925925 -68.496436 90.000000 +v -126.784252 -68.496436 89.698868 +v -127.605256 -65.820689 90.000000 +v -128.294966 -66.089352 89.698868 +v -128.580653 -66.200636 88.971863 +v -122.283869 -68.496436 88.971863 +v -122.595109 -68.496436 89.698868 +v -123.346510 -68.496436 90.000000 +v -124.010544 -65.954452 90.000000 +v -123.273554 -65.899286 89.698868 +v -122.968283 -65.876436 88.971863 +v -128.112712 -63.069843 90.000000 +v -128.851137 -63.074430 89.698868 +v -129.157002 -63.076330 88.971863 +v -123.729167 -63.312172 90.000000 +v -123.012842 -63.451065 89.698868 +v -122.716131 -63.508596 88.971863 +v -127.703663 -60.686857 90.000000 +v -128.400203 -60.447432 89.698868 +v -128.688719 -60.348259 88.971863 +v -123.193469 -61.427607 90.000000 +v -122.524814 -61.734198 89.698868 +v -122.247848 -61.861191 88.971863 +v -126.590191 -58.610165 90.000000 +v -127.177490 -58.167000 89.698868 +v -127.420757 -57.983435 88.971863 +v -121.671213 -59.118685 90.000000 +v -121.141609 -59.636187 89.698868 +v -120.922241 -59.850544 88.971863 +v -125.450756 -56.072762 88.971863 +v -125.098539 -56.150658 89.698868 +v -124.248214 -56.338718 90.000000 +v -117.885216 -57.745974 88.971863 +v -119.253588 -57.443342 90.000000 +v -118.286003 -57.657335 89.698868 +v -104.053026 -91.573254 86.500000 +v -109.284840 -97.288597 86.500000 +v -104.722717 -88.911846 86.500000 +v -109.588940 -93.606171 86.500000 +v -106.136734 -86.631347 86.500000 +v -110.667406 -91.452839 86.500000 +v -108.265171 -84.861765 86.500000 +v -111.859961 -90.223591 86.500000 +v -111.259073 -83.798745 86.500000 +v -113.784493 -88.821301 86.500000 +v -113.967731 -83.898676 86.500000 +v -116.395687 -88.104020 86.500000 +v -113.967731 -83.898676 88.971863 +v -114.574658 -84.949907 90.000000 +v -114.145495 -84.206574 89.698868 +v -111.417729 -84.833438 90.000000 +v -111.305543 -84.101800 89.698868 +v -111.259073 -83.798745 88.971863 +v -116.395687 -88.104020 88.971863 +v -116.240067 -87.834478 89.698868 +v -115.864367 -87.183746 90.000000 +v -113.330927 -87.879668 90.000000 +v -113.651647 -88.545503 89.698868 +v -113.784493 -88.821301 88.971863 +v -108.781698 -85.769391 90.000000 +v -108.416458 -85.127603 89.698868 +v -108.265171 -84.861765 88.971863 +v -111.183334 -89.444489 90.000000 +v -111.661781 -89.995397 89.698868 +v -111.859961 -90.223591 88.971863 +v -106.922497 -87.315130 90.000000 +v -106.366877 -86.831622 89.698868 +v -106.136734 -86.631347 88.971863 +v -109.819101 -90.850698 90.000000 +v -110.418945 -91.276476 89.698868 +v -110.667406 -91.452839 88.971863 +v -105.680763 -89.317772 90.000000 +v -105.003323 -89.030739 89.698868 +v -104.722717 -88.911846 88.971863 +v -108.580645 -93.323472 90.000000 +v -109.293615 -93.523371 89.698868 +v -109.588940 -93.606171 88.971863 +v -104.053026 -91.573254 88.971863 +v -104.296593 -91.839334 89.698868 +v -104.884623 -92.481707 90.000000 +v -109.284840 -97.288597 88.971863 +v -108.338568 -96.254868 90.000000 +v -109.007683 -96.985825 89.698868 +vt 0.016937 0.027515 +vt 0.019416 0.030224 +vt 0.019560 0.028478 +vt 0.017254 0.026254 +vt 0.020071 0.027458 +vt 0.017924 0.025173 +vt 0.020636 0.026875 +vt 0.018933 0.024334 +vt 0.021548 0.026211 +vt 0.020352 0.023831 +vt 0.022786 0.025871 +vt 0.021635 0.023878 +vt 0.022534 0.025435 +vt 0.022712 0.025743 +vt 0.021486 0.026080 +vt 0.021334 0.025765 +vt 0.022786 0.025871 +vt 0.021548 0.026211 +vt 0.017254 0.026254 +vt 0.017387 0.026310 +vt 0.017052 0.027641 +vt 0.016937 0.027515 +vt 0.017708 0.026446 +vt 0.017331 0.027945 +vt 0.020427 0.024321 +vt 0.021923 0.024376 +vt 0.020316 0.026506 +vt 0.019178 0.024764 +vt 0.019669 0.027173 +vt 0.018297 0.025497 +vt 0.019082 0.028344 +vt 0.018968 0.029734 +vt 0.020636 0.026875 +vt 0.020071 0.027458 +vt 0.019560 0.028478 +vt 0.019416 0.030224 +vt 0.021635 0.023878 +vt 0.020352 0.023831 +vt 0.018933 0.024334 +vt 0.017924 0.025173 +vt 0.021720 0.024024 +vt 0.020374 0.023974 +vt 0.020542 0.026767 +vt 0.019004 0.024460 +vt 0.019953 0.027374 +vt 0.018033 0.025268 +vt 0.019420 0.028439 +vt 0.019285 0.030080 +vt 0.031464 0.025373 +vt 0.032272 0.023788 +vt 0.026864 0.022030 +vt 0.030206 0.026631 +vt 0.028621 0.027439 +vt 0.026864 0.027717 +vt 0.025106 0.027439 +vt 0.023521 0.026631 +vt 0.022263 0.025373 +vt 0.021455 0.023788 +vt 0.021177 0.022030 +vt 0.021455 0.020273 +vt 0.022263 0.018688 +vt 0.023521 0.017430 +vt 0.025106 0.016622 +vt 0.026864 0.016344 +vt 0.028621 0.016622 +vt 0.030206 0.017430 +vt 0.031464 0.018688 +vt 0.032272 0.020273 +vt 0.032550 0.022030 +vt 0.032272 0.023788 +vt 0.032156 0.023750 +vt 0.032428 0.022030 +vt 0.032550 0.022030 +vt 0.031464 0.025373 +vt 0.031366 0.025301 +vt 0.030206 0.026631 +vt 0.030134 0.026532 +vt 0.028621 0.027439 +vt 0.028583 0.027323 +vt 0.026864 0.027717 +vt 0.026864 0.027595 +vt 0.025106 0.027439 +vt 0.025144 0.027323 +vt 0.023521 0.026631 +vt 0.023593 0.026532 +vt 0.022263 0.025373 +vt 0.022362 0.025301 +vt 0.021455 0.023788 +vt 0.021571 0.023750 +vt 0.021177 0.022030 +vt 0.021299 0.022030 +vt 0.021455 0.020273 +vt 0.021571 0.020311 +vt 0.022263 0.018688 +vt 0.022362 0.018760 +vt 0.023521 0.017430 +vt 0.023593 0.017528 +vt 0.025106 0.016622 +vt 0.025144 0.016738 +vt 0.026864 0.016344 +vt 0.026864 0.016466 +vt 0.028621 0.016622 +vt 0.028583 0.016738 +vt 0.030206 0.017430 +vt 0.030134 0.017528 +vt 0.031464 0.018688 +vt 0.031366 0.018760 +vt 0.032272 0.020273 +vt 0.032156 0.020311 +vt 0.031368 0.023494 +vt 0.030985 0.023369 +vt 0.031197 0.022030 +vt 0.031600 0.022030 +vt 0.030695 0.024814 +vt 0.030369 0.024577 +vt 0.029648 0.025862 +vt 0.029410 0.025536 +vt 0.028327 0.026535 +vt 0.028203 0.026151 +vt 0.026864 0.026767 +vt 0.026864 0.026363 +vt 0.025400 0.026535 +vt 0.025525 0.026151 +vt 0.024079 0.025862 +vt 0.024317 0.025536 +vt 0.023032 0.024814 +vt 0.023358 0.024577 +vt 0.022359 0.023494 +vt 0.022742 0.023369 +vt 0.022127 0.022030 +vt 0.022530 0.022030 +vt 0.022359 0.020567 +vt 0.022742 0.020691 +vt 0.023032 0.019246 +vt 0.023358 0.019483 +vt 0.024079 0.018198 +vt 0.024317 0.018525 +vt 0.025400 0.017526 +vt 0.025525 0.017909 +vt 0.026864 0.017294 +vt 0.026864 0.017697 +vt 0.028327 0.017526 +vt 0.028203 0.017909 +vt 0.029648 0.018198 +vt 0.029410 0.018525 +vt 0.030695 0.019246 +vt 0.030369 0.019483 +vt 0.031368 0.020567 +vt 0.030985 0.020691 +vt 0.026864 0.022030 +vt 0.040385 0.026424 +vt 0.038365 0.030387 +vt 0.036459 0.029002 +vt 0.038143 0.025696 +vt 0.035220 0.033532 +vt 0.033835 0.031626 +vt 0.031257 0.035552 +vt 0.030529 0.033310 +vt 0.026864 0.036247 +vt 0.026864 0.033891 +vt 0.022470 0.035552 +vt 0.023198 0.033310 +vt 0.018507 0.033532 +vt 0.019892 0.031626 +vt 0.015362 0.030387 +vt 0.017268 0.029002 +vt 0.013342 0.026424 +vt 0.015584 0.025696 +vt 0.012646 0.022030 +vt 0.015003 0.022030 +vt 0.013342 0.017637 +vt 0.015584 0.018365 +vt 0.015362 0.013674 +vt 0.017268 0.015059 +vt 0.018507 0.010529 +vt 0.019892 0.012435 +vt 0.022470 0.008509 +vt 0.023198 0.010751 +vt 0.026864 0.007813 +vt 0.026864 0.010170 +vt 0.031257 0.008509 +vt 0.030529 0.010751 +vt 0.035220 0.010529 +vt 0.033835 0.012435 +vt 0.038365 0.013674 +vt 0.036459 0.015059 +vt 0.040385 0.017637 +vt 0.038143 0.018365 +vt 0.041081 0.022030 +vt 0.038724 0.022030 +vt 0.035692 0.028444 +vt 0.037242 0.025402 +vt 0.033278 0.030859 +vt 0.030236 0.032408 +vt 0.026864 0.032942 +vt 0.023491 0.032408 +vt 0.020450 0.030859 +vt 0.018035 0.028444 +vt 0.016485 0.025402 +vt 0.015951 0.022030 +vt 0.016485 0.018658 +vt 0.018035 0.015616 +vt 0.020450 0.013202 +vt 0.023492 0.011652 +vt 0.026864 0.011118 +vt 0.030236 0.011652 +vt 0.033278 0.013202 +vt 0.035692 0.015616 +vt 0.037242 0.018658 +vt 0.037776 0.022030 +vt 0.038365 0.030387 +vt 0.040385 0.026424 +vt 0.037230 0.025399 +vt 0.035682 0.028437 +vt 0.035220 0.033532 +vt 0.033270 0.030849 +vt 0.031257 0.035552 +vt 0.030232 0.032397 +vt 0.026864 0.036247 +vt 0.026864 0.032930 +vt 0.022470 0.035552 +vt 0.023495 0.032397 +vt 0.018507 0.033532 +vt 0.020457 0.030849 +vt 0.015362 0.030387 +vt 0.018045 0.028437 +vt 0.013342 0.026424 +vt 0.016497 0.025399 +vt 0.012646 0.022030 +vt 0.015964 0.022030 +vt 0.013342 0.017637 +vt 0.016497 0.018662 +vt 0.015362 0.013674 +vt 0.018045 0.015624 +vt 0.018507 0.010529 +vt 0.020457 0.013212 +vt 0.022470 0.008509 +vt 0.023495 0.011664 +vt 0.026864 0.007813 +vt 0.026864 0.011131 +vt 0.031257 0.008509 +vt 0.030232 0.011664 +vt 0.035220 0.010529 +vt 0.033270 0.013212 +vt 0.038365 0.013674 +vt 0.035682 0.015624 +vt 0.040385 0.017637 +vt 0.037230 0.018662 +vt 0.041081 0.022030 +vt 0.037763 0.022030 +vt 0.027077 0.010691 +vt 0.023492 0.011484 +vt 0.024931 0.012481 +vt 0.028011 0.011597 +vt 0.025559 0.013434 +vt 0.028612 0.012717 +vt 0.025781 0.014215 +vt 0.028834 0.014010 +vt 0.025901 0.015337 +vt 0.028560 0.015491 +vt 0.025576 0.016579 +vt 0.027878 0.016579 +vt 0.026080 0.016579 +vt 0.025724 0.016579 +vt 0.026045 0.015348 +vt 0.026395 0.015374 +vt 0.025576 0.016579 +vt 0.025901 0.015337 +vt 0.028011 0.011597 +vt 0.027895 0.011684 +vt 0.026910 0.010728 +vt 0.027077 0.010691 +vt 0.027617 0.011894 +vt 0.026507 0.010817 +vt 0.028098 0.015311 +vt 0.027302 0.016579 +vt 0.026261 0.014122 +vt 0.028339 0.014007 +vt 0.026007 0.013229 +vt 0.028145 0.012878 +vt 0.025286 0.012135 +vt 0.024140 0.011341 +vt 0.025781 0.014215 +vt 0.025559 0.013434 +vt 0.024931 0.012481 +vt 0.023492 0.011484 +vt 0.027878 0.016579 +vt 0.028560 0.015491 +vt 0.028834 0.014010 +vt 0.028612 0.012717 +vt 0.027709 0.016579 +vt 0.028425 0.015438 +vt 0.025922 0.014188 +vt 0.028689 0.014009 +vt 0.025691 0.013374 +vt 0.028475 0.012764 +vt 0.025035 0.012380 +vt 0.023682 0.011442 +vt 0.036577 0.027885 +vt 0.037683 0.024383 +vt 0.036099 0.025131 +vt 0.035326 0.028241 +vt 0.034960 0.025199 +vt 0.034055 0.028201 +vt 0.034173 0.025001 +vt 0.032824 0.027746 +vt 0.033142 0.024543 +vt 0.031679 0.026770 +vt 0.032228 0.023641 +vt 0.031078 0.025634 +vt 0.031977 0.024078 +vt 0.032155 0.023769 +vt 0.033060 0.024663 +vt 0.032863 0.024952 +vt 0.032228 0.023641 +vt 0.033142 0.024543 +vt 0.035326 0.028241 +vt 0.035308 0.028097 +vt 0.036628 0.027722 +vt 0.036577 0.027885 +vt 0.035265 0.027751 +vt 0.036753 0.027329 +vt 0.032066 0.026459 +vt 0.031365 0.025136 +vt 0.034014 0.025463 +vt 0.033074 0.027320 +vt 0.034914 0.025690 +vt 0.034149 0.027716 +vt 0.036222 0.025612 +vt 0.037483 0.025017 +vt 0.034173 0.025001 +vt 0.034960 0.025199 +vt 0.036099 0.025131 +vt 0.037683 0.024383 +vt 0.031078 0.025634 +vt 0.031679 0.026770 +vt 0.032824 0.027746 +vt 0.034055 0.028201 +vt 0.031162 0.025489 +vt 0.031792 0.026679 +vt 0.034126 0.025136 +vt 0.032898 0.027622 +vt 0.034947 0.025343 +vt 0.034083 0.028059 +vt 0.036135 0.025272 +vt 0.037624 0.024569 +vt 0.017150 0.016176 +vt 0.016044 0.019677 +vt 0.017628 0.018930 +vt 0.018401 0.015820 +vt 0.018767 0.018862 +vt 0.019672 0.015860 +vt 0.019554 0.019060 +vt 0.020903 0.016314 +vt 0.020586 0.019518 +vt 0.022049 0.017291 +vt 0.021499 0.020419 +vt 0.022649 0.018426 +vt 0.021751 0.019983 +vt 0.021573 0.020292 +vt 0.020667 0.019398 +vt 0.020865 0.019108 +vt 0.021499 0.020419 +vt 0.020586 0.019518 +vt 0.018401 0.015820 +vt 0.018419 0.015963 +vt 0.017099 0.016339 +vt 0.017150 0.016176 +vt 0.018462 0.016309 +vt 0.016974 0.016732 +vt 0.021661 0.017601 +vt 0.022362 0.018925 +vt 0.019713 0.018598 +vt 0.020653 0.016741 +vt 0.018813 0.018371 +vt 0.019578 0.016345 +vt 0.017505 0.018449 +vt 0.016244 0.019044 +vt 0.019554 0.019060 +vt 0.018767 0.018862 +vt 0.017628 0.018930 +vt 0.016044 0.019677 +vt 0.022649 0.018426 +vt 0.022049 0.017291 +vt 0.020903 0.016314 +vt 0.019672 0.015860 +vt 0.022565 0.018572 +vt 0.021935 0.017382 +vt 0.019601 0.018925 +vt 0.020830 0.016439 +vt 0.018780 0.018718 +vt 0.019645 0.016002 +vt 0.017592 0.018789 +vt 0.016103 0.019492 +vt 0.026650 0.033370 +vt 0.030235 0.032577 +vt 0.028796 0.031579 +vt 0.025716 0.032464 +vt 0.028168 0.030626 +vt 0.025115 0.031343 +vt 0.027946 0.029846 +vt 0.024894 0.030051 +vt 0.027826 0.028724 +vt 0.025167 0.028570 +vt 0.028151 0.027482 +vt 0.025849 0.027482 +vt 0.027647 0.027482 +vt 0.028003 0.027482 +vt 0.027682 0.028713 +vt 0.027332 0.028687 +vt 0.028151 0.027482 +vt 0.027826 0.028724 +vt 0.025716 0.032464 +vt 0.025832 0.032377 +vt 0.026817 0.033333 +vt 0.026650 0.033370 +vt 0.026110 0.032167 +vt 0.027220 0.033243 +vt 0.025629 0.028750 +vt 0.026425 0.027482 +vt 0.027466 0.029939 +vt 0.025388 0.030054 +vt 0.027720 0.030832 +vt 0.025582 0.031183 +vt 0.028441 0.031926 +vt 0.029587 0.032720 +vt 0.027946 0.029846 +vt 0.028168 0.030626 +vt 0.028796 0.031579 +vt 0.030235 0.032577 +vt 0.025849 0.027482 +vt 0.025167 0.028570 +vt 0.024894 0.030051 +vt 0.025115 0.031343 +vt 0.026018 0.027482 +vt 0.025302 0.028623 +vt 0.027805 0.029873 +vt 0.025038 0.030051 +vt 0.028037 0.030687 +vt 0.025252 0.031296 +vt 0.028692 0.031681 +vt 0.030045 0.032619 +vt 0.036790 0.016546 +vt 0.034311 0.013837 +vt 0.034167 0.015582 +vt 0.036473 0.017807 +vt 0.033656 0.016603 +vt 0.035803 0.018888 +vt 0.033091 0.017185 +vt 0.034794 0.019726 +vt 0.032179 0.017850 +vt 0.033376 0.020230 +vt 0.030941 0.018190 +vt 0.032092 0.020183 +vt 0.031193 0.018626 +vt 0.031015 0.018318 +vt 0.032242 0.017981 +vt 0.032394 0.018296 +vt 0.030941 0.018190 +vt 0.032179 0.017850 +vt 0.036473 0.017807 +vt 0.036340 0.017751 +vt 0.036675 0.016420 +vt 0.036790 0.016546 +vt 0.036019 0.017615 +vt 0.036396 0.016115 +vt 0.033300 0.019740 +vt 0.031804 0.019685 +vt 0.033411 0.017555 +vt 0.034550 0.019296 +vt 0.034058 0.016888 +vt 0.035431 0.018564 +vt 0.034645 0.015716 +vt 0.034760 0.014327 +vt 0.033091 0.017185 +vt 0.033656 0.016603 +vt 0.034167 0.015582 +vt 0.034311 0.013837 +vt 0.032092 0.020183 +vt 0.033376 0.020230 +vt 0.034794 0.019726 +vt 0.035803 0.018888 +vt 0.032008 0.020037 +vt 0.033354 0.020087 +vt 0.033185 0.017294 +vt 0.034723 0.019600 +vt 0.033774 0.016686 +vt 0.035694 0.018793 +vt 0.034307 0.015622 +vt 0.034442 0.013981 +vn 0.000001 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000008 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.027246 0.099185 0.994696 +vn 0.101367 0.369011 0.923881 +vn 0.162606 0.340506 0.926075 +vn 0.024686 0.051696 0.998358 +vn 0.244718 0.890880 0.382682 +vn 0.263836 0.960472 0.088798 +vn 0.421697 0.901329 0.098884 +vn 0.391797 0.834209 0.388059 +vn -0.917798 -0.386139 0.092433 +vn -0.851056 -0.355317 0.386592 +vn -0.895950 -0.225449 0.382682 +vn -0.964230 -0.242630 0.106733 +vn -0.351280 -0.141841 0.925464 +vn -0.067114 -0.027100 0.997377 +vn -0.033461 -0.008419 0.999405 +vn -0.371111 -0.093383 0.923881 +vn -0.013205 -0.087412 0.996085 +vn 0.001804 -0.048902 0.998802 +vn 0.033181 0.039248 0.998679 +vn -0.038350 -0.069420 0.996850 +vn 0.038773 0.026020 0.998909 +vn -0.054266 -0.047440 0.997399 +vn 0.050026 0.013017 0.998663 +vn 0.145150 0.011987 0.989337 +vn 0.264882 0.964281 0.000000 +vn 0.423361 0.905961 0.000000 +vn 0.645085 0.764111 0.000000 +vn 0.642080 0.760489 0.096904 +vn 0.830237 0.557411 0.000000 +vn 0.826159 0.554659 0.099067 +vn 0.973065 0.230531 0.000000 +vn 0.968118 0.230508 0.098051 +vn 0.996608 0.082301 0.000000 +vn 0.993768 0.082066 0.075436 +vn 0.036868 -0.999320 0.000000 +vn 0.036661 -0.993693 0.105978 +vn -0.164969 -0.981991 0.092084 +vn -0.166529 -0.986037 0.000000 +vn -0.481914 -0.871511 0.090703 +vn -0.483926 -0.875109 0.000000 +vn -0.749605 -0.655636 0.090740 +vn -0.752703 -0.658361 0.000000 +vn -0.921442 -0.388517 0.000000 +vn -0.969769 -0.244024 0.000000 +vn 0.034062 -0.923251 0.382684 +vn -0.149845 -0.909156 0.388563 +vn 0.014109 -0.382420 0.923881 +vn -0.056284 -0.372613 0.926278 +vn 0.246316 0.291349 0.924361 +vn 0.595792 0.705475 0.383845 +vn -0.445985 -0.806676 0.387778 +vn -0.182604 -0.330547 0.925956 +vn 0.314673 0.211180 0.925410 +vn 0.765772 0.514075 0.386419 +vn -0.694100 -0.607036 0.386954 +vn -0.284919 -0.249074 0.925626 +vn 0.364635 0.094880 0.926304 +vn 0.895601 0.216729 0.388494 +vn 0.381386 0.031495 0.923879 +vn 0.920744 0.076037 0.382686 vn 0.000000 0.000000 -1.000000 -vn 0.000027 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000019 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn -0.000001 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000037 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn 0.000011 0.000000 -1.000000 -vn 0.000116 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000114 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000014 0.000000 -1.000000 -vn 0.000076 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000333 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000045 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000034 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000089 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn -0.000086 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.947805 0.318833 0.003458 -vn 0.954158 0.299198 0.007898 -vn 0.958728 0.284276 0.005302 -vn 0.976646 0.214642 0.009592 -vn 0.991462 0.130339 0.003952 -vn 0.999095 0.041634 0.008723 -vn 0.997456 0.071283 0.000754 -vn 0.992219 -0.124318 0.006785 -vn 0.998159 -0.060421 0.005198 -vn 0.957537 -0.288162 0.009218 -vn 0.975842 -0.218419 0.005141 -vn 0.892864 -0.450232 0.009221 -vn 0.928486 -0.371346 0.004030 -vn 0.802653 -0.596434 0.003841 -vn 0.858110 -0.513440 0.005141 -vn 0.695338 -0.718656 0.006205 -vn 0.746497 -0.665297 0.011036 -vn 0.761398 -0.648202 0.010310 -vn 0.628142 -0.778087 0.004198 -vn 0.560550 -0.828065 0.009589 -vn 0.499617 -0.866231 0.005204 -vn 0.486023 -0.873910 0.007894 -vn 0.467899 -0.883782 0.000712 -vn -0.697542 0.716540 0.002223 -vn -0.723598 0.690151 -0.009869 -vn -0.741057 0.671441 -0.000767 -vn -0.732949 0.680274 -0.003542 -vn -0.769453 0.638695 0.003294 -vn -0.798328 0.602214 -0.003395 -vn -0.881296 0.472517 -0.006706 -vn -0.856115 0.516679 0.010505 -vn -0.947637 0.319307 -0.005142 -vn -0.922658 0.385602 0.003614 -vn -0.987853 0.155193 -0.007913 -vn -0.974100 0.226093 0.003487 -vn -0.999769 -0.018952 -0.010136 -vn -0.998128 0.060910 0.005472 -vn -0.981133 -0.193100 -0.009520 -vn -0.994422 -0.105247 0.006891 -vn -0.932925 -0.360018 -0.006207 -vn -0.963568 -0.267414 0.005239 -vn -0.860347 -0.509683 -0.005159 -vn -0.894228 -0.447602 0.002914 -vn -0.905395 -0.424565 0.002129 -vn -0.812506 -0.582947 0.002732 -vn -0.811895 -0.583751 -0.007869 -vn -0.771672 -0.636011 0.003512 -vn 0.004744 -0.005891 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.002285 -0.002195 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.001860 0.002283 0.999996 -vn 0.002074 -0.001534 0.999997 -vn 0.002142 -0.001193 0.999997 -vn 0.002226 -0.000887 0.999997 -vn 0.002805 0.000021 0.999996 -vn -0.003384 -0.001377 0.999993 -vn 0.003100 0.000425 0.999995 -vn 0.003988 0.000881 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002335 -0.000597 0.999997 -vn -0.002905 0.000123 0.999996 -vn 0.750010 -0.661418 0.003459 -vn 0.736179 -0.676740 0.007899 -vn 0.725560 -0.688139 0.005306 -vn 0.674198 -0.738489 0.009593 -vn 0.608616 -0.793455 0.003956 -vn 0.535613 -0.844419 0.008729 -vn 0.560451 -0.828187 0.000758 -vn 0.388461 -0.921440 0.006791 -vn 0.446740 -0.894649 0.005197 -vn 0.229211 -0.973333 0.009222 -vn 0.298765 -0.954313 0.005135 -vn 0.056500 -0.998360 0.009220 -vn 0.142651 -0.989765 0.004029 -vn -0.115207 -0.993334 0.003839 -vn -0.015589 -0.999865 0.005138 -vn -0.274707 -0.961508 0.006205 -vn -0.202908 -0.979136 0.011038 -vn -0.180654 -0.983493 0.010309 -vn -0.359785 -0.933026 0.004196 -vn -0.436849 -0.899484 0.009594 -vn -0.422308 -0.906452 -0.000515 -vn -0.513804 -0.857871 0.007900 -vn -0.531419 -0.847108 0.001451 -vn 0.271775 0.962360 0.001296 -vn 0.232517 0.972533 -0.010787 -vn 0.218227 0.975888 0.004332 -vn 0.142278 0.989779 -0.009739 -vn 0.161519 0.986790 0.012578 -vn -0.031439 0.999483 -0.006710 -vn 0.019404 0.999757 0.010495 -vn -0.197288 0.980332 -0.005141 -vn -0.127406 0.991844 0.003615 -vn -0.359525 0.933102 -0.007909 -vn -0.291234 0.956646 0.003493 -vn -0.516305 0.856345 -0.010135 -vn -0.446333 0.894850 0.005471 -vn -0.657802 0.753131 -0.009519 -vn -0.588339 0.808585 0.006894 -vn -0.778249 0.627926 -0.006207 -vn -0.713375 0.700763 0.005238 -vn -0.840471 0.541845 -0.003557 -vn -0.820374 0.571824 0.002129 -vn -0.911559 0.411095 -0.007849 -vn -0.936667 0.350204 0.003506 -vn -0.910822 0.412792 0.002535 -vn -0.901588 0.432553 0.006043 -vn 0.000347 -0.002372 0.999997 -vn 0.000038 -0.002452 0.999997 -vn 0.000256 0.002835 0.999996 -vn 0.000000 0.000000 1.000000 -vn 0.015834 -0.017299 0.999725 -vn 0.002002 -0.002579 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.000331 -0.002906 0.999996 -vn 0.001213 0.002800 0.999995 -vn -0.001911 -0.005017 0.999986 -vn 0.000000 0.000000 1.000000 -vn -0.001051 -0.004255 0.999990 -vn 0.001415 -0.002418 0.999996 -vn -0.002250 0.002332 0.999995 -vn -0.197795 -0.980237 0.003450 -vn -0.215716 -0.976431 0.007011 -vn -0.239053 -0.970948 0.010650 -vn -0.225142 -0.974317 0.004066 -vn -0.382851 -0.923802 0.003946 -vn -0.463485 -0.886062 0.008726 -vn -0.603768 -0.797131 0.006786 -vn -0.551431 -0.834204 0.005196 -vn -0.524282 -0.851525 0.005766 -vn -0.677071 -0.735900 0.005141 -vn -0.728333 -0.685162 0.009218 -vn -0.743860 -0.668331 0.002489 -vn -0.836359 -0.548105 0.009219 -vn -0.823591 -0.567185 0.000082 -vn -0.917860 -0.396886 0.003843 -vn -0.889636 -0.456648 0.004582 -vn -0.970044 -0.242850 0.006207 -vn -0.949408 -0.313851 0.011033 -vn -0.994542 -0.103897 0.009573 -vn -0.987917 -0.154930 0.004189 -vn -0.999932 0.011653 0.000000 -vn -0.999442 0.032632 0.007142 -vn -0.999963 0.002072 0.008416 -vn 0.969319 0.245797 0.002226 -vn 0.958497 0.284898 -0.010789 -vn 0.954264 0.298934 0.004340 -vn 0.929784 0.367977 -0.009713 -vn 0.802618 0.596482 -0.003549 -vn 0.795805 0.605551 0.001497 -vn 0.810476 0.585768 0.001929 -vn 0.822454 0.568819 -0.003852 -vn 0.896627 0.442755 0.005324 -vn 0.628316 0.777918 -0.007911 -vn 0.682868 0.730534 0.003493 -vn 0.483452 0.875312 -0.010135 -vn 0.551810 0.833952 0.005472 -vn 0.323333 0.946237 -0.009519 -vn 0.406075 0.913814 0.006891 -vn 0.154679 0.987945 -0.006205 -vn 0.250195 0.968181 0.005242 -vn -0.011227 0.999924 -0.005157 -vn 0.059472 0.998226 0.002926 -vn 0.085022 0.996377 0.002136 -vn -0.098604 0.995123 0.002737 -vn -0.099598 0.994997 -0.007874 -vn -0.164898 0.986306 0.002899 -vn -0.007474 -0.001167 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.003042 -0.000880 0.999995 -vn 0.000006 0.000000 1.000000 -vn -0.001315 -0.003239 0.999994 -vn -0.000599 0.004073 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002908 0.000469 0.999996 -vn -0.002365 -0.001029 0.999997 -vn -0.002104 -0.001259 0.999997 -vn -0.001885 -0.001485 0.999997 -vn -0.001376 -0.002439 0.999996 -vn 0.000492 0.003621 0.999993 -vn 0.001560 0.002454 0.999996 -vn -0.947815 -0.318807 0.003076 -vn -0.954160 -0.299192 0.007897 -vn -0.958724 -0.284288 0.005288 -vn -0.976646 -0.214642 0.009591 -vn -0.999094 -0.041643 0.008724 -vn -0.991462 -0.130339 0.003952 -vn -0.996602 0.082224 0.004860 -vn -0.999584 0.028277 0.005771 -vn -0.953583 0.300987 0.009273 -vn -0.975954 0.217887 0.006326 -vn -0.982494 0.186123 0.008034 -vn -0.892854 0.450252 0.009218 -vn -0.928492 0.371330 0.004028 -vn -0.802647 0.596442 0.003840 -vn -0.858112 0.513438 0.005138 -vn -0.695340 0.718654 0.006206 -vn -0.746507 0.665286 0.011040 -vn -0.761398 0.648203 0.010309 -vn -0.628134 0.778094 0.004199 -vn -0.560554 0.828062 0.009592 -vn -0.499556 0.866266 0.005256 -vn -0.486026 0.873909 0.007897 -vn -0.467898 0.883781 0.001455 -vn 0.699668 -0.714448 -0.005369 -vn 0.728731 -0.684800 0.000000 -vn 0.723936 -0.689849 -0.004965 -vn 0.739887 -0.672724 -0.003223 -vn 0.769453 -0.638694 0.003297 -vn 0.798327 -0.602215 -0.003391 -vn 0.881295 -0.472519 -0.006707 -vn 0.856104 -0.516696 0.010512 -vn 0.947637 -0.319307 -0.005143 -vn 0.922672 -0.385569 0.003617 -vn 0.987853 -0.155193 -0.007909 -vn 0.974097 -0.226105 0.003491 -vn 0.999947 -0.003364 -0.009700 -vn 0.998128 -0.060910 0.005471 -vn 0.932925 0.360017 -0.006213 -vn 0.963575 0.267387 0.005241 -vn 0.975881 0.218270 -0.003866 -vn 0.993934 0.109926 0.003386 -vn 0.825492 0.564366 0.007375 -vn 0.894229 0.447601 0.002919 -vn 0.860347 0.509683 -0.005161 -vn 0.905395 0.424565 0.002127 -vn 0.811895 0.583751 -0.007871 -vn 0.771762 0.635908 0.002352 -vn -0.003689 -0.000506 0.999993 -vn -0.002805 -0.000021 0.999996 -vn 0.003384 0.001377 0.999993 -vn -0.003388 0.004163 0.999986 -vn -0.000008 0.000000 1.000000 -vn -0.003154 0.003038 0.999990 -vn 0.003145 0.000780 0.999995 -vn -0.002335 0.000597 0.999997 -vn -0.002224 0.000887 0.999997 -vn 0.002509 -0.001279 0.999996 -vn -0.002140 0.001193 0.999997 -vn -0.002351 0.001739 0.999996 -vn 0.001822 -0.002450 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.013921 -0.004867 0.999891 -vn -0.749998 0.661434 0.002912 -vn -0.736192 0.676727 0.007897 -vn -0.725565 0.688134 0.005283 -vn -0.674210 0.738477 0.009592 -vn -0.608608 0.793461 0.003951 -vn -0.535608 0.844422 0.008726 -vn -0.560450 0.828188 0.000765 -vn -0.388456 0.921442 0.006789 -vn -0.446741 0.894648 0.005197 -vn -0.229212 0.973333 0.009218 -vn -0.298767 0.954312 0.005140 -vn -0.125250 0.992080 0.009483 -vn -0.142652 0.989765 0.004026 -vn 0.274708 0.961508 0.006203 -vn 0.202907 0.979136 0.011040 -vn 0.180653 0.983493 0.010308 -vn 0.113557 0.993531 0.000124 -vn 0.019530 0.999745 0.011364 -vn 0.359787 0.933025 0.004193 -vn 0.436858 0.899479 0.009592 -vn 0.422307 0.906453 -0.000512 -vn 0.513818 0.857863 0.007899 -vn 0.531403 0.847119 0.000727 -vn -0.271773 -0.962359 0.002225 -vn -0.232509 -0.972534 -0.010787 -vn -0.218250 -0.975883 0.004341 -vn -0.187159 -0.982284 -0.009466 -vn -0.060121 -0.998191 -0.000228 -vn -0.026940 -0.999636 0.001484 -vn 0.038688 -0.999251 -0.001258 -vn 0.197289 -0.980332 -0.005141 -vn 0.127401 -0.991845 0.003619 -vn 0.359529 -0.933100 -0.007914 -vn 0.291233 -0.956646 0.003494 -vn 0.516305 -0.856345 -0.010135 -vn 0.446328 -0.894853 0.005472 -vn 0.657797 -0.753135 -0.009521 -vn 0.588345 -0.808581 0.006892 -vn 0.778246 -0.627929 -0.006211 -vn 0.713372 -0.700766 0.005242 -vn 0.840463 -0.541857 -0.003561 -vn 0.820380 -0.571815 0.002128 -vn 0.911566 -0.411078 -0.007851 -vn 0.936648 -0.350259 0.003173 -vn 0.910824 -0.412788 0.002540 -vn 0.901588 -0.432553 0.006044 -vn 0.000000 0.000000 1.000000 -vn -0.004341 -0.009170 0.999949 -vn -0.001048 -0.002752 0.999996 -vn 0.002726 0.007059 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000760 0.003075 0.999995 -vn -0.000651 0.002321 0.999997 -vn -0.000345 0.002372 0.999997 -vn -0.005639 0.006017 0.999966 -vn -0.002360 0.003039 0.999993 -vn 0.000000 0.000000 1.000000 -vn 0.004330 -0.001739 0.999989 -vn -0.001002 0.002371 0.999997 -vn 0.002250 -0.002332 0.999995 -vn 0.000291 0.002562 0.999997 -vn -0.000038 0.002452 0.999997 -vn 0.197796 0.980242 0.001426 -vn 0.215716 0.976431 0.007005 -vn 0.239001 0.970962 0.010602 -vn 0.225139 0.974318 0.004061 -vn 0.382848 0.923803 0.003947 -vn 0.463487 0.886061 0.008724 -vn 0.436999 0.899462 0.000751 -vn 0.603762 0.797136 0.006786 -vn 0.551425 0.834209 0.005197 -vn 0.728325 0.685170 0.009218 -vn 0.677074 0.735897 0.005134 -vn 0.836351 0.548117 0.009221 -vn 0.785837 0.618421 0.004032 -vn 0.917855 0.396897 0.003844 -vn 0.873702 0.486435 0.005140 -vn 0.970043 0.242855 0.006206 -vn 0.949409 0.313850 0.011033 -vn 0.942059 0.335289 0.010311 -vn 0.987918 0.154918 0.004194 -vn 0.997400 0.071420 0.009590 -vn 0.999986 -0.000488 0.005259 -vn 0.999840 -0.016038 0.007896 -vn 0.999327 -0.036659 0.001457 -vn -0.969322 -0.245792 0.001290 -vn -0.958497 -0.284897 -0.010786 -vn -0.954256 -0.298958 0.004331 -vn -0.929781 -0.367984 -0.009712 -vn -0.935340 -0.353527 0.012573 -vn -0.890936 -0.454079 -0.006703 -vn -0.875596 -0.482958 0.009124 -vn -0.750345 -0.661026 -0.005144 -vn -0.795259 -0.606259 0.003616 -vn -0.654152 -0.756333 -0.006742 -vn -0.682866 -0.730535 0.003490 -vn -0.323331 -0.946238 -0.009521 -vn -0.406082 -0.913811 0.006891 -vn -0.472839 -0.881145 -0.002651 -vn -0.487062 -0.873353 0.005044 -vn -0.544434 -0.838799 -0.002858 -vn -0.154681 -0.987945 -0.006212 -vn -0.250193 -0.968182 0.005236 -vn 0.011225 -0.999924 -0.005161 -vn -0.059472 -0.998226 0.002923 -vn -0.085019 -0.996377 0.002138 -vn 0.098606 -0.995123 0.002734 -vn 0.099597 -0.994997 -0.007873 -vn 0.164895 -0.986308 0.002360 -vn 0.005302 0.000854 0.999986 -vn 0.000000 0.000000 1.000000 -vn 0.004209 0.001217 0.999990 -vn 0.000030 -0.004320 0.999991 -vn 0.000625 -0.004392 0.999990 -vn 0.001460 0.003581 0.999993 -vn -0.000008 0.000000 1.000000 -vn 0.002665 0.011416 0.999931 -vn 0.001379 0.002439 0.999996 -vn -0.001560 -0.002455 0.999996 -vn 0.001684 0.001724 0.999997 -vn 0.002104 0.001259 0.999997 -vn -0.002880 -0.000862 0.999996 -vn 0.002682 0.001167 0.999996 -vn -0.478858 -0.614298 0.627162 -vn -0.467933 -0.628017 0.621799 -vn -0.461740 -0.626896 0.627533 -vn -0.431128 -0.653763 0.621871 -vn -0.777712 -0.000001 0.628621 -vn -0.781902 -0.041707 0.622005 -vn -0.776913 -0.049793 0.627636 -vn -0.782465 -0.060309 0.619767 -vn -0.768390 -0.125079 0.627640 -vn -0.771546 -0.135516 0.621573 -vn -0.761756 -0.156232 0.628744 -vn -0.764722 -0.176278 0.619779 -vn -0.752488 -0.200218 0.627435 -vn -0.755039 -0.208337 0.621701 -vn -0.746669 -0.221176 0.627349 -vn -0.749213 -0.234076 0.619587 -vn -0.731853 -0.278516 0.621949 -vn -0.721453 -0.293504 0.627185 -vn -0.723293 -0.300352 0.621801 -vn -0.702858 -0.333636 0.628234 -vn -0.691105 -0.367986 0.622061 -vn -0.673858 -0.389677 0.627748 -vn -0.676556 -0.396226 0.620707 -vn -0.651896 -0.432815 0.622659 -vn -0.639170 -0.446387 0.626259 -vn -0.640702 -0.449284 0.622611 -vn -0.591698 -0.508005 0.625959 -vn -0.594299 -0.508558 0.623038 -vn -0.562122 -0.539320 0.627019 -vn -0.569144 -0.538353 0.621491 -vn -0.540979 -0.564288 0.623635 -vn -0.526249 -0.578749 0.622986 -vn -0.398239 -0.672071 0.624280 -vn -0.405977 -0.667011 0.624723 -vn -0.365200 -0.688666 0.626393 -vn -0.381487 -0.683183 0.622679 -vn -0.328942 -0.705742 0.627475 -vn -0.340145 -0.705522 0.621723 -vn -0.317739 -0.716057 0.621534 -vn -0.304365 -0.715725 0.628569 -vn -0.276557 -0.734762 0.619388 -vn -0.249201 -0.742783 0.621428 -vn -0.236477 -0.741675 0.627692 -vn -0.219785 -0.753789 0.619271 -vn -0.178184 -0.762853 0.621535 -vn -0.163170 -0.761174 0.627686 -vn -0.154707 -0.768338 0.621065 -vn -0.124607 -0.767159 0.629238 -vn -0.080170 -0.779269 0.621541 -vn -0.061205 -0.775674 0.628159 -vn -0.044657 -0.783582 0.619681 -vn -0.005158 -0.783198 0.621751 -vn 0.011394 -0.778810 0.627156 -vn 0.015165 -0.784034 0.620533 -vn 0.086636 -0.774123 0.627079 -vn 0.091565 -0.777598 0.622059 -vn 0.125119 -0.768073 0.628021 -vn 0.132559 -0.772858 0.620580 -vn 0.166421 -0.764737 0.622480 -vn 0.186983 -0.756132 0.627138 -vn 0.190898 -0.760262 0.620935 -vn 0.257041 -0.736089 0.626181 -vn 0.258652 -0.738339 0.622860 -vn 0.329589 -0.706939 0.625786 -vn 0.328036 -0.709817 0.623340 -vn 0.361207 -0.690245 0.626970 -vn 0.357213 -0.697048 0.621710 -vn 0.395701 -0.675534 0.622153 -vn 0.415397 -0.663766 0.621980 -vn 0.416001 -0.657521 0.628179 -vn 0.476586 -0.621698 0.621577 -vn 0.479138 -0.613806 0.627430 -vn 0.506771 -0.597498 0.621433 -vn 0.540386 -0.564528 0.623932 -vn 0.532163 -0.571205 0.624922 -vn 0.558642 -0.543576 0.626454 -vn 0.547716 -0.556969 0.624334 -vn 0.589458 -0.508442 0.627714 -vn 0.752455 0.201308 0.627125 -vn 0.751844 0.219130 0.621863 -vn 0.746866 0.219666 0.627645 -vn 0.736931 0.264549 0.622050 -vn 0.601797 -0.501607 0.621475 -vn 0.603345 -0.490680 0.628655 -vn 0.646756 -0.442197 0.621424 -vn 0.649854 -0.428750 0.627586 -vn 0.662158 -0.421633 0.619493 -vn 0.688195 -0.363903 0.627664 -vn 0.697345 -0.357020 0.621487 -vn 0.702632 -0.332922 0.628865 -vn 0.717455 -0.318010 0.619780 -vn 0.720778 -0.294592 0.627450 -vn 0.727907 -0.289217 0.621695 -vn 0.728494 -0.273868 0.627927 -vn 0.739900 -0.262275 0.619483 -vn 0.751847 -0.219129 0.621859 -vn 0.752439 -0.201140 0.627198 -vn 0.758086 -0.197318 0.621588 -vn 0.768753 -0.126451 0.626920 -vn 0.773139 -0.123563 0.622084 -vn 0.772726 -0.093338 0.627840 -vn 0.779015 -0.088994 0.620658 -vn 0.777919 -0.048046 0.626525 -vn 0.781103 -0.047519 0.622591 -vn 0.779525 -0.000002 0.626371 -vn 0.782299 0.000009 0.622903 -vn 0.778363 0.047322 0.626029 -vn 0.780766 0.046903 0.623060 -vn 0.769816 0.126758 0.625553 -vn 0.772030 0.123193 0.623533 -vn 0.768812 0.147455 0.622242 -vn 0.723505 0.294388 0.624400 -vn 0.726369 0.286702 0.624652 -vn 0.715169 0.318032 0.622406 -vn 0.688514 0.364339 0.627061 -vn 0.696790 0.356936 0.622157 -vn 0.685560 0.379250 0.621431 -vn 0.673016 0.388817 0.629182 -vn 0.649849 0.428748 0.627592 -vn 0.646928 0.442215 0.621233 -vn 0.636666 0.447681 0.627884 -vn 0.628251 0.471191 0.619096 -vn 0.589431 0.508504 0.627690 -vn 0.588272 0.518408 0.620636 -vn 0.560364 0.538230 0.629524 -vn 0.537301 0.563410 0.627595 -vn 0.534013 0.573078 0.621620 -vn 0.514928 0.582785 0.628658 -vn 0.505916 0.599971 0.619745 -vn 0.479133 0.613810 0.627431 -vn 0.476561 0.621566 0.621729 -vn 0.461131 0.627699 0.627178 -vn 0.458729 0.636622 0.619903 -vn 0.398098 0.669496 0.627131 -vn 0.395671 0.675732 0.621957 -vn 0.361425 0.689091 0.628112 -vn 0.357795 0.697776 0.620558 -vn 0.328796 0.710273 0.622420 -vn 0.304768 0.716814 0.627132 -vn 0.303477 0.722859 0.620787 -vn 0.258955 0.738343 0.622729 -vn 0.239599 0.741912 0.626226 -vn 0.239266 0.744940 0.622749 -vn 0.164537 0.762372 0.625873 -vn 0.167006 0.764165 0.623025 -vn 0.125606 0.768824 0.627004 -vn 0.132387 0.772084 0.621578 -vn 0.070351 0.779978 0.621841 -vn 0.062592 0.775541 0.628187 -vn -0.005156 0.783199 0.621750 -vn -0.011139 0.778564 0.627466 -vn -0.047113 0.781865 0.621665 -vn -0.089175 0.776223 0.624120 -vn -0.079138 0.776750 0.624817 -vn -0.120945 0.770030 0.626439 -vn -0.104384 0.775085 0.623175 -vn -0.163437 0.761181 0.627608 -vn -0.721619 0.293391 0.627047 -vn -0.731851 0.278514 0.621952 -vn -0.727796 0.275436 0.628051 -vn -0.178184 0.762850 0.621539 -vn -0.187037 0.754850 0.628664 -vn -0.219784 0.753791 0.619269 -vn -0.249198 0.742783 0.621428 -vn -0.259489 0.734017 0.627602 -vn -0.276557 0.734763 0.619387 -vn -0.317745 0.716058 0.621530 -vn -0.329193 0.705447 0.627675 -vn -0.340753 0.705571 0.621334 -vn -0.361452 0.688248 0.629021 -vn -0.406139 0.669955 0.621459 -vn -0.417395 0.656649 0.628167 -vn -0.434502 0.653693 0.619591 -vn -0.478914 0.614228 0.627189 -vn -0.484737 0.615659 0.621284 -vn -0.536396 0.564933 0.627001 -vn -0.541961 0.565045 0.622095 -vn -0.561561 0.538848 0.627927 -vn -0.569806 0.538663 0.620615 -vn -0.594167 0.509323 0.622540 -vn -0.603811 0.492284 0.626952 -vn -0.608623 0.493499 0.621318 -vn -0.649262 0.431795 0.626109 -vn -0.651440 0.433062 0.622964 -vn -0.689872 0.364143 0.625681 -vn -0.689923 0.367880 0.623435 -vn -0.703314 0.335142 0.626921 -vn -0.703808 0.343344 0.621907 -vn -0.754238 0.202829 0.624488 -vn -0.752426 0.209968 0.624314 -vn -0.763161 0.174389 0.622233 -vn -0.769061 0.125075 0.626818 -vn -0.775603 0.112124 0.621183 -vn -0.771446 0.093634 0.629368 -vn -0.776909 0.049792 0.627641 -vn -0.781971 0.041737 0.621916 -vn -0.787035 0.000000 0.616908 -vn -0.000004 0.000000 1.000000 -vn 0.002168 -0.007260 0.999971 -vn -0.000005 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn -0.001691 -0.007386 0.999971 -vn 0.000002 0.000000 1.000000 -vn -0.000720 -0.007527 0.999971 -vn 0.000000 0.000000 1.000000 +vn 0.950337 0.308782 0.038887 +vn 0.847784 0.275461 0.453193 +vn 0.891413 -0.000001 0.453192 +vn 0.999244 -0.000001 0.038887 +vn 0.808405 0.587341 0.038887 +vn 0.721168 0.523959 0.453193 +vn 0.587341 0.808405 0.038887 +vn 0.523960 0.721168 0.453193 +vn 0.308783 0.950337 0.038887 +vn 0.275461 0.847784 0.453193 +vn 0.000000 0.999244 0.038887 +vn 0.000000 0.891413 0.453193 +vn -0.308783 0.950337 0.038887 +vn -0.275460 0.847784 0.453193 +vn -0.587340 0.808405 0.038887 +vn -0.523958 0.721168 0.453193 +vn -0.808405 0.587341 0.038887 +vn -0.721167 0.523960 0.453193 +vn -0.950337 0.308783 0.038887 +vn -0.847784 0.275462 0.453193 +vn -0.999244 0.000000 0.038887 +vn -0.891413 0.000000 0.453193 +vn -0.950337 -0.308784 0.038887 +vn -0.847783 -0.275462 0.453193 +vn -0.808405 -0.587341 0.038887 +vn -0.721167 -0.523960 0.453193 +vn -0.587341 -0.808405 0.038887 +vn -0.523959 -0.721168 0.453193 +vn -0.308784 -0.950337 0.038887 +vn -0.275462 -0.847784 0.453193 +vn 0.000000 -0.999244 0.038887 +vn -0.000000 -0.891412 0.453193 +vn 0.308783 -0.950337 0.038887 +vn 0.275460 -0.847784 0.453193 +vn 0.587340 -0.808405 0.038887 +vn 0.523958 -0.721168 0.453193 +vn 0.808405 -0.587341 0.038887 +vn 0.721167 -0.523960 0.453193 +vn 0.950337 -0.308783 0.038887 +vn 0.847784 -0.275462 0.453193 +vn 0.769325 0.249968 0.587925 +vn 0.101726 0.033053 0.994263 +vn 0.106960 -0.000000 0.994263 +vn 0.808916 -0.000001 0.587925 +vn 0.654426 0.475469 0.587925 +vn 0.086534 0.062871 0.994263 +vn 0.475468 0.654427 0.587925 +vn 0.062872 0.086534 0.994263 +vn 0.249968 0.769325 0.587925 +vn 0.033055 0.101727 0.994263 +vn -0.000000 0.808915 0.587925 +vn -0.000000 0.106962 0.994263 +vn -0.249968 0.769325 0.587925 +vn -0.033057 0.101727 0.994263 +vn -0.475468 0.654426 0.587925 +vn -0.062873 0.086534 0.994263 +vn -0.654426 0.475468 0.587925 +vn -0.086534 0.062871 0.994263 +vn -0.769324 0.249969 0.587925 +vn -0.101728 0.033053 0.994263 +vn -0.808915 0.000000 0.587925 +vn -0.106962 0.000000 0.994263 +vn -0.769324 -0.249969 0.587925 +vn -0.101729 -0.033053 0.994263 +vn -0.654426 -0.475469 0.587925 +vn -0.086535 -0.062871 0.994263 +vn -0.475468 -0.654427 0.587925 +vn -0.062870 -0.086534 0.994263 +vn -0.249968 -0.769324 0.587925 +vn -0.033053 -0.101727 0.994263 +vn -0.000001 -0.808915 0.587925 +vn 0.000000 -0.106962 0.994263 +vn 0.249968 -0.769325 0.587925 +vn 0.033053 -0.101727 0.994263 +vn 0.475468 -0.654427 0.587925 +vn 0.062871 -0.086534 0.994263 +vn 0.654426 -0.475469 0.587925 +vn 0.086534 -0.062871 0.994263 +vn 0.769324 -0.249969 0.587925 +vn 0.101727 -0.033053 0.994263 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587785 0.809017 0.000000 +vn 0.309017 0.951057 0.000000 +vn -0.000000 1.000000 0.000000 +vn -0.309017 0.951057 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587785 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951057 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951057 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000000 0.000000 1.000000 +vn 0.814402 0.264614 0.516458 +vn 0.692771 0.503328 0.516458 +vn 0.609417 0.442767 0.657699 +vn 0.716412 0.232776 0.657700 +vn 0.503328 0.692772 0.516458 +vn 0.442768 0.609417 0.657699 +vn 0.264615 0.814402 0.516458 +vn 0.232777 0.716412 0.657699 +vn 0.000000 0.856313 0.516458 +vn 0.000000 0.753281 0.657699 +vn -0.264615 0.814402 0.516458 +vn -0.232776 0.716412 0.657699 +vn -0.503328 0.692771 0.516458 +vn -0.442767 0.609417 0.657699 +vn -0.692771 0.503328 0.516458 +vn -0.609417 0.442767 0.657699 +vn -0.814402 0.264615 0.516458 +vn -0.716412 0.232777 0.657700 +vn -0.856312 -0.000000 0.516458 +vn -0.753280 0.000000 0.657700 +vn -0.814402 -0.264615 0.516458 +vn -0.716412 -0.232776 0.657699 +vn -0.692771 -0.503328 0.516458 +vn -0.609417 -0.442767 0.657699 +vn -0.503328 -0.692771 0.516458 +vn -0.442767 -0.609417 0.657699 +vn -0.264615 -0.814402 0.516458 +vn -0.232777 -0.716412 0.657699 +vn -0.000000 -0.856313 0.516458 +vn -0.000000 -0.753281 0.657699 +vn 0.264615 -0.814402 0.516458 +vn 0.232776 -0.716412 0.657699 +vn 0.503328 -0.692771 0.516458 +vn 0.442767 -0.609417 0.657699 +vn 0.692771 -0.503328 0.516458 +vn 0.609417 -0.442767 0.657699 +vn 0.814402 -0.264615 0.516458 +vn 0.716413 -0.232776 0.657699 +vn 0.856312 -0.000001 0.516458 +vn 0.753281 -0.000001 0.657699 +vn -0.000001 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn -0.005086 -0.005612 0.999971 vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.004641 -0.005807 0.999972 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 vn 0.000001 0.000000 1.000000 -vn 0.007328 0.001928 0.999971 +vn 0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 vn -0.000002 0.000000 1.000000 -vn 0.007012 0.002846 0.999971 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.006898 -0.002784 0.999972 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn -0.007187 -0.002393 0.999971 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn -0.005098 0.005602 0.999971 vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 vn 0.000000 0.000000 1.000000 -vn -0.006709 0.003224 0.999972 vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000006 0.000000 1.000000 -vn -0.001698 0.007383 0.999971 -vn 0.000007 0.000000 1.000000 -vn -0.002628 0.007103 0.999971 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 vn 0.000001 0.000000 1.000000 -vn 0.003901 0.006456 0.999972 -vn -0.000007 0.000000 1.000000 -vn -0.000011 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.589968 -0.673732 0.444998 -vn -0.627194 -0.630127 0.457786 -vn -0.646787 -0.620489 0.443463 -vn -0.654441 -0.601686 0.457908 -vn -0.697778 -0.561688 0.444536 -vn -0.740861 -0.503291 0.444773 -vn -0.738910 -0.494743 0.457430 -vn -0.782598 -0.434218 0.446088 -vn -0.776870 -0.431622 0.458450 -vn -0.815342 -0.367182 0.447655 -vn -0.843907 -0.300120 0.444689 -vn -0.185993 -0.875846 0.445310 -vn -0.239794 -0.856130 0.457756 -vn -0.261771 -0.857198 0.443494 -vn -0.276840 -0.844792 0.457915 -vn -0.335380 -0.830540 0.444662 -vn -0.401403 -0.800565 0.444941 -vn -0.402723 -0.792882 0.457333 -vn -0.471369 -0.760727 0.446213 -vn -0.465440 -0.757176 0.458313 -vn -0.532945 -0.717829 0.447986 -vn 0.265212 -0.855024 0.445642 -vn 0.208453 -0.864315 0.457720 -vn 0.189786 -0.875928 0.443545 -vn 0.171542 -0.872298 0.457898 -vn 0.112064 -0.888597 0.444789 -vn 0.039836 -0.894582 0.445125 -vn 0.036350 -0.888609 0.457224 -vn -0.040412 -0.893963 0.446314 -vn -0.034356 -0.888196 0.458179 -vn -0.115562 -0.886370 0.448324 -vn 0.648803 -0.616567 0.445983 -vn 0.603560 -0.652869 0.457686 -vn 0.593050 -0.671933 0.443618 -vn 0.576225 -0.676994 0.457869 -vn 0.531012 -0.721164 0.444914 -vn 0.470846 -0.761574 0.445319 -vn 0.466187 -0.757450 0.457099 -vn 0.400806 -0.800035 0.446428 -vn 0.405627 -0.791013 0.458002 -vn 0.330955 -0.830144 0.448697 -vn 0.867104 -0.221191 0.446324 -vn 0.845259 -0.275826 0.457665 -vn 0.845496 -0.297090 0.443704 -vn 0.833745 -0.308652 0.457825 -vn 0.815166 -0.370722 0.445050 -vn 0.782269 -0.435384 0.445530 -vn 0.777051 -0.432863 0.456969 -vn 0.740140 -0.502798 0.446527 -vn 0.741469 -0.490531 0.457824 -vn 0.693403 -0.563498 0.449067 -vn 0.816693 0.369574 0.443202 -vn 0.833762 0.308687 0.457771 -vn 0.845493 0.297098 0.443705 -vn 0.845221 0.275820 0.457738 -vn 0.867232 0.225725 0.443798 -vn 0.882925 0.153213 0.443812 -vn 0.878239 0.138430 0.457749 -vn 0.892399 0.073756 0.445179 -vn 0.895159 0.001159 0.445746 -vn 0.889552 0.002312 0.456828 -vn 0.891342 -0.077764 0.446612 -vn 0.886841 -0.063911 0.457633 -vn 0.879905 -0.154138 0.449453 -vn 0.532565 0.720954 0.443396 -vn 0.576216 0.677041 0.457811 -vn 0.593051 0.671934 0.443616 -vn 0.603533 0.652839 0.457765 -vn 0.647085 0.619874 0.443889 -vn 0.695919 0.564469 0.443928 -vn 0.698610 0.550000 0.457650 -vn 0.743123 0.499465 0.445312 -vn 0.780966 0.437260 0.445977 -vn 0.774917 0.436973 0.456682 -vn 0.113146 0.889047 0.443614 -vn 0.171525 0.872331 0.457841 -vn 0.189779 0.875930 0.443544 -vn 0.208435 0.864280 0.457793 -vn 0.262753 0.856646 0.443981 -vn 0.332106 0.832183 0.444047 -vn 0.340710 0.821320 0.457548 -vn 0.405236 0.798350 0.445444 -vn 0.468734 0.762349 0.446221 -vn 0.462413 0.760105 0.456524 -vn -0.334960 0.831137 0.443862 -vn -0.276872 0.844814 0.457856 -vn -0.261779 0.857194 0.443497 -vn -0.239799 0.856095 0.457819 -vn -0.188202 0.875996 0.444084 -vn -0.115989 0.888397 0.444183 -vn -0.104204 0.883127 0.457414 -vn -0.035477 0.894538 0.445583 -vn 0.037748 0.893996 0.446483 -vn 0.031793 0.889232 0.456351 -vn -0.697831 0.561955 0.444117 -vn -0.654480 0.601690 0.457849 -vn -0.646793 0.620483 0.443463 -vn -0.627185 0.630088 0.457851 -vn -0.591347 0.673054 0.444193 -vn -0.534524 0.718933 0.444319 -vn -0.522596 0.719579 0.457275 -vn -0.467149 0.763614 0.445719 -vn -0.402666 0.798918 0.446754 -vn -0.407021 0.791351 0.456177 -vn -0.883194 0.149941 0.444394 -vn -0.865044 0.205144 0.457838 -vn -0.867345 0.225984 0.443446 -vn -0.855005 0.243550 0.457876 -vn -0.844379 0.299359 0.444306 -vn -0.817201 0.366930 0.444461 -vn -0.807623 0.371970 0.457584 -vn -0.780166 0.438823 0.445842 -vn -0.740840 0.501311 0.447039 -vn -0.741998 0.491424 0.456006 -vn -0.823839 -0.333536 0.458304 -vn -0.867345 -0.225992 0.443442 -vn -0.865008 -0.205156 0.457900 -vn -0.883126 -0.150264 0.444420 -vn -0.892307 -0.078156 0.444612 -vn -0.886419 -0.070342 0.457508 -vn -0.895043 0.002618 0.445973 -vn -0.891067 0.076714 0.447341 -vn -0.887620 0.066021 0.455820 -vn -0.807204 0.017750 0.590006 -vn -0.808482 -0.033429 0.587570 -vn -0.249273 -0.953929 0.166981 -vn -0.871919 -0.378896 0.310153 -vn -0.815983 -0.487842 0.310133 -vn -0.664706 -0.679698 0.310124 -vn -0.469505 -0.826651 0.310181 -vn -0.194326 -0.955442 0.222191 -vn -0.879904 -0.135045 0.455556 -vn -0.855239 -0.247004 0.455582 -vn -0.698988 -0.551235 0.455583 -vn -0.535390 -0.711194 0.455589 -vn -0.336440 -0.824162 0.455593 -vn -0.216560 -0.779027 0.588403 -vn -0.677461 -0.195758 0.709031 -vn -0.536695 -0.233395 0.810855 -vn -0.646690 -0.281191 0.709031 -vn -0.502250 -0.300445 0.810850 -vn -0.605166 -0.361970 0.709050 -vn -0.409094 -0.418527 0.810850 -vn -0.288899 -0.508964 0.810859 -vn -0.221103 -0.541883 0.810849 -vn -0.161236 -0.564392 0.809608 -vn -0.191481 -0.679988 0.707779 -vn -0.453165 -0.029266 0.890946 -vn -0.445693 -0.068504 0.892561 -vn -0.280181 -0.121862 0.952181 -vn -0.386970 -0.231493 0.892561 -vn -0.315177 -0.322475 0.892566 -vn -0.222558 -0.392155 0.892571 -vn -0.088119 -0.295608 0.951236 -vn -0.038356 0.306631 0.951055 -vn -0.069541 0.354068 0.932631 -vn -0.064749 0.582771 0.810053 -vn -0.147394 0.909673 0.388292 -vn -0.086381 0.886860 0.453892 -vn 0.890967 0.219103 0.397707 -vn 0.902873 0.298195 0.309678 -vn 0.771879 0.241721 0.588026 -vn 0.734922 0.171866 0.656012 -vn 0.079180 0.006427 0.996840 -vn 0.299795 0.089661 0.949781 -vn 0.283993 0.131418 0.949777 -vn 0.415122 0.192075 0.889259 -vn 0.643725 0.297758 0.704953 -vn 0.809529 0.374279 0.452302 -vn 0.383562 0.249228 0.889250 -vn 0.594789 0.386353 0.704952 -vn 0.748046 0.485722 0.452218 -vn 0.062720 0.453085 0.889258 -vn 0.086582 0.300703 0.949780 -vn 0.126588 0.439541 0.889258 -vn 0.097367 0.702546 0.704946 -vn 0.196361 0.681529 0.704955 -vn 0.122585 0.883416 0.452272 -vn 0.247077 0.856982 0.452256 -vn -0.000299 0.987036 0.160497 -vn -0.086381 0.886860 0.453892 -vn -0.003639 0.709261 0.704937 -vn -0.002411 0.457384 0.889266 -vn 0.398874 0.902263 0.163770 -vn 0.291396 0.646636 0.704947 -vn 0.187872 0.417043 0.889258 -vn 0.065958 0.146500 0.987009 -vn 0.478568 0.752614 0.452266 -vn 0.380461 0.598564 0.704961 -vn 0.245331 0.386069 0.889249 -vn 0.580828 0.676810 0.452290 -vn 0.461853 0.538325 0.704910 -vn 0.297796 0.347204 0.889251 -vn 0.744960 0.647980 0.158608 -vn 0.609953 0.533708 0.585759 -vn 0.444392 0.388993 0.806970 -vn -0.449616 -0.837999 0.309196 -vn -0.483422 -0.777360 0.402511 -vn 0.701480 -0.692855 0.166965 -vn -0.107818 -0.944551 0.310160 -vn 0.014460 -0.950581 0.310139 -vn 0.256285 -0.915488 0.310160 -vn 0.481157 -0.819925 0.310179 -vn 0.730284 -0.645963 0.222298 -vn -0.322982 -0.829541 0.455570 -vn -0.213715 -0.864172 0.455558 -vn 0.127888 -0.880990 0.455523 -vn 0.348216 -0.819281 0.455548 -vn 0.545539 -0.703451 0.455570 -vn 0.566340 -0.577073 0.588426 -vn -0.392235 -0.650832 0.650054 -vn -0.324039 -0.628832 0.706802 -vn 0.565620 -0.511125 0.647167 -vn -0.169196 -0.684566 0.709043 -vn -0.066217 -0.581464 0.810873 -vn -0.079819 -0.700633 0.709043 -vn 0.009056 -0.585187 0.810848 -vn 0.010882 -0.705112 0.709012 -vn 0.157905 -0.563525 0.810867 -vn 0.296335 -0.504659 0.810867 -vn 0.358731 -0.462411 0.810856 -vn -0.201438 -0.405829 0.891474 -vn -0.163509 -0.420236 0.892562 -vn 0.313776 -0.326888 0.891453 -vn -0.034554 -0.303564 0.952184 -vn 0.006995 -0.450847 0.892574 -vn 0.121681 -0.434176 0.892572 -vn -0.790637 0.294853 0.536614 -vn -0.752690 0.280312 0.595720 -vn -0.737641 0.332048 0.587903 -vn -0.144434 0.059168 0.987744 -vn -0.087479 0.025813 0.995832 -vn 0.254410 0.874785 0.412342 -vn 0.157275 0.688276 0.708195 -vn 0.192551 0.613605 0.765776 -vn 0.099116 0.291131 0.951535 -vn 0.053927 0.144846 0.987984 -vn 0.014461 0.160009 0.987010 -vn 0.041212 0.455533 0.889265 -vn 0.063999 0.706367 0.704947 -vn 0.080630 0.888215 0.452297 -vn -0.024061 0.456772 0.889258 -vn -0.037198 0.708275 0.704955 -vn -0.046625 0.890663 0.452266 -vn -0.126811 0.098640 0.987010 -vn -0.361020 0.280854 0.889261 -vn -0.317377 0.329399 0.889251 -vn -0.559737 0.435590 0.704951 -vn -0.492008 0.510838 0.704963 -vn -0.703771 0.547869 0.452268 -vn -0.618625 0.642469 0.452257 -vn -0.854936 0.493272 0.160522 -vn -0.703953 0.401702 0.585735 -vn -0.513011 0.292644 0.806956 -vn -0.581948 0.796559 0.163800 -vn -0.473398 0.657871 0.585747 -vn -0.345052 0.479353 0.806945 -vn -0.182857 0.253957 0.949773 -vn -0.439975 0.843627 0.307759 -vn -0.374939 0.718561 0.585740 -vn -0.273269 0.523559 0.806976 -vn -0.315385 0.897668 0.307772 -vn -0.268802 0.764628 0.585738 -vn -0.195970 0.557154 0.806955 -vn -0.103887 0.295201 0.949770 -vn -0.188679 0.969144 0.158618 -vn -0.157232 0.795112 0.585727 -vn -0.114662 0.579348 0.806975 -vn 0.388173 -0.707857 0.590135 -vn 0.433182 -0.683455 0.587574 -vn 0.950777 0.261070 0.166929 -vn 0.764098 -0.565665 0.310124 -vn 0.830454 -0.462767 0.310148 -vn 0.920978 -0.235808 0.310151 -vn 0.950662 0.006724 0.310156 -vn 0.924564 0.309392 0.222391 -vn 0.556905 -0.694484 0.455575 -vn 0.641538 -0.617143 0.455592 -vn 0.826886 -0.329731 0.455561 -vn 0.883604 -0.108075 0.455592 -vn 0.881974 0.120715 0.455577 -vn 0.782933 0.201964 0.588410 -vn 0.508237 -0.488841 0.709035 -vn 0.470470 -0.348085 0.810861 -vn 0.566858 -0.419437 0.709045 -vn 0.511324 -0.284747 0.810843 -vn 0.616061 -0.343121 0.709040 -vn 0.543649 -0.216673 0.810863 -vn 0.567006 -0.145013 0.810849 -vn 0.585224 0.004299 0.810860 -vn 0.579815 0.079466 0.810863 -vn 0.569421 0.142556 0.809591 -vn 0.684648 0.174182 0.707756 -vn 0.321458 -0.493165 0.808365 -vn 0.251932 -0.377849 0.890932 -vn 0.282158 -0.351710 0.892573 -vn 0.366216 -0.456498 0.810861 -vn 0.325026 -0.312528 0.892572 -vn 0.421818 -0.405660 0.810870 -vn 0.421818 -0.405660 0.810870 -vn 0.325026 -0.312528 0.892572 -vn 0.362490 -0.268172 0.892572 -vn 0.418888 -0.166929 0.892562 -vn 0.436867 -0.111710 0.892563 -vn 0.266917 -0.148629 0.952190 -vn -0.363875 -0.271350 0.891047 -vn -0.378169 -0.323376 0.867419 -vn -0.337304 -0.285986 0.896905 -vn -0.724704 -0.519097 0.453148 -vn -0.597502 0.625109 0.502225 -vn -0.660268 0.596924 0.455772 -vn -0.564214 0.594393 0.573026 -vn -0.595289 0.547602 0.588016 -vn -0.198462 0.230511 0.952616 -vn -0.102093 0.122268 0.987232 -vn -0.439541 0.480839 0.758681 -vn -0.131315 0.092532 0.987013 -vn -0.373915 0.263462 0.889255 -vn -0.579720 0.408615 0.704953 -vn -0.728900 0.513954 0.452278 -vn -0.407606 0.207555 0.889257 -vn -0.631993 0.321919 0.704949 -vn -0.794656 0.404957 0.452251 -vn -0.148788 -0.060508 0.987016 -vn -0.155957 -0.038704 0.987005 -vn -0.423754 -0.172220 0.889254 -vn -0.657112 -0.266952 0.704941 -vn -0.688420 -0.170702 0.704939 -vn -0.826355 -0.335562 0.452257 -vn -0.865709 -0.214504 0.452257 -vn -0.854648 -0.493772 0.160521 -vn -0.699849 -0.408788 0.585751 -vn -0.980817 -0.105707 0.163783 -vn -0.705699 -0.070971 0.704948 -vn -0.455123 -0.045827 0.889249 -vn -0.891068 0.038149 0.452263 -vn -0.708630 0.030218 0.704933 -vn -0.456980 0.019422 0.889265 -vn -0.935106 0.175678 0.307756 -vn -0.796577 0.149513 0.585756 -vn -0.580467 0.108854 0.806975 -vn -0.307569 0.057641 0.949778 -vn -0.933641 0.321181 0.158609 -vn -0.767187 0.261381 0.585751 -vn -0.559104 0.190387 0.806942 -vn 0.988559 -0.034031 0.146943 -vn 0.195085 0.960357 0.199138 -vn 0.950534 0.029641 0.309202 -vn 0.871908 0.378902 0.310178 -vn 0.815992 0.487829 0.310130 -vn 0.664704 0.679681 0.310166 -vn 0.469510 0.826660 0.310151 -vn 0.249514 0.917707 0.309123 -vn 0.879894 0.135051 0.455574 -vn 0.855257 0.247005 0.455548 -vn 0.698990 0.551240 0.455575 -vn 0.535396 0.711193 0.455582 -vn 0.336433 0.824157 0.455607 -vn 0.849290 -0.021988 0.527469 -vn 0.808346 0.033052 0.587779 -vn 0.174168 0.834095 0.523404 -vn 0.192867 0.680158 0.707239 -vn 0.677448 0.195757 0.709044 -vn 0.536688 0.233399 0.810858 -vn 0.646672 0.281195 0.709045 -vn 0.502267 0.300431 0.810845 -vn 0.605201 0.361952 0.709029 -vn 0.409106 0.418513 0.810851 -vn 0.288893 0.508968 0.810859 -vn 0.221103 0.541884 0.810848 -vn 0.445703 0.068504 0.892556 -vn 0.126423 0.434626 0.891694 -vn 0.162533 0.562796 0.810459 -vn 0.310132 0.021401 0.950453 -vn 0.280174 0.121858 0.952183 -vn 0.386964 0.231490 0.892564 -vn 0.315174 0.322473 0.892567 -vn 0.222558 0.392167 0.892565 -vn 0.086844 0.295211 0.951477 -vn 0.037349 -0.307071 0.950953 -vn 0.065980 -0.343615 0.936790 -vn -0.884789 -0.217046 0.412359 -vn -0.674706 -0.207926 0.708194 -vn -0.638649 -0.142819 0.756128 -vn -0.301697 -0.059743 0.951530 -vn -0.152418 -0.025734 0.987981 -vn -0.299792 -0.089657 0.949782 -vn -0.283970 -0.131423 0.949784 -vn -0.536023 -0.247978 0.806961 -vn -0.735626 -0.340195 0.585766 -vn -0.134731 -0.087551 0.987007 -vn -0.383579 -0.249211 0.889248 -vn -0.594778 -0.386364 0.704955 -vn -0.748041 -0.485715 0.452234 -vn -0.062725 -0.453092 0.889254 -vn -0.126596 -0.439539 0.889257 -vn -0.081031 -0.585025 0.806957 -vn -0.163488 -0.567531 0.806957 -vn -0.111323 -0.802818 0.585739 -vn -0.224463 -0.778788 0.585752 -vn 0.000299 -0.987040 0.160474 -vn 0.004094 -0.810496 0.585730 -vn 0.082307 -0.806113 0.586010 -vn 0.003073 -0.590581 0.806972 -vn -0.398866 -0.902267 0.163770 -vn -0.333043 -0.738914 0.585738 -vn -0.242591 -0.538466 0.806972 -vn -0.510614 -0.802844 0.307759 -vn -0.434837 -0.683963 0.585757 -vn -0.316777 -0.498464 0.806961 -vn -0.167807 -0.264114 0.949781 -vn -0.619698 -0.721986 0.307751 -vn -0.527789 -0.615098 0.585742 -vn -0.384507 -0.448284 0.806967 -vn -0.744960 -0.647976 0.158625 -vn -0.609962 -0.533703 0.585754 -vn -0.444393 -0.388993 0.806969 -vn 0.502561 0.810076 0.302009 -vn 0.450244 0.837393 0.309925 -vn -0.736344 0.651816 0.181476 -vn 0.107817 0.944551 0.310159 -vn -0.014465 0.950587 0.310122 -vn -0.256278 0.915490 0.310162 -vn -0.481162 0.819930 0.310157 -vn -0.670249 0.674490 0.309564 -vn 0.322986 0.829549 0.455553 -vn 0.213713 0.864149 0.455603 -vn -0.127883 0.880966 0.455571 -vn -0.348204 0.819259 0.455598 -vn -0.545534 0.703452 0.455574 -vn -0.637515 0.570748 0.517515 -vn 0.387989 0.635122 0.667895 -vn 0.324262 0.628033 0.707410 -vn 0.169193 0.684576 0.709034 -vn 0.066214 0.581486 0.810857 -vn 0.079820 0.700634 0.709042 -vn -0.009056 0.585185 0.810849 -vn -0.010880 0.705113 0.709011 -vn -0.084182 0.579153 0.810861 -vn -0.157908 0.563539 0.810857 -vn -0.229024 0.538573 0.810856 -vn -0.296348 0.504664 0.810859 -vn -0.357052 0.608116 0.709019 -vn -0.358744 0.462423 0.810844 -vn -0.407765 0.422237 0.809595 -vn 0.163504 0.420226 0.892568 -vn 0.108156 0.437746 0.892570 -vn 0.140396 0.568156 0.810856 -vn 0.140396 0.568156 0.810856 -vn 0.108156 0.437746 0.892570 -vn 0.051009 0.448022 0.892566 -vn -0.064881 0.446233 0.892562 -vn -0.276390 0.356257 0.892575 -vn -0.004747 0.305478 0.952187 -vn 0.417015 -0.179540 0.890990 -vn 0.538061 -0.236151 0.809150 -vn 0.542583 -0.196840 0.816613 -vn 0.737592 -0.333082 0.587379 -vn -0.242598 -0.829991 0.502256 -vn -0.186818 -0.870284 0.455746 -vn -0.232663 -0.785865 0.572961 -vn -0.176600 -0.789318 0.588039 -vn -0.054877 -0.149535 0.987232 -vn -0.144324 -0.431472 0.890507 -vn -0.014462 -0.160016 0.987009 -vn -0.041214 -0.455561 0.889250 -vn -0.063998 -0.706362 0.704952 -vn -0.080625 -0.888222 0.452285 -vn 0.024063 -0.456768 0.889260 -vn 0.037203 -0.708254 0.704977 -vn 0.046625 -0.890665 0.452263 -vn 0.126818 -0.098647 0.987009 -vn 0.111505 -0.115694 0.987006 -vn 0.317372 -0.329394 0.889255 -vn 0.559741 -0.435597 0.704944 -vn 0.492040 -0.510819 0.704955 -vn 0.703779 -0.547867 0.452257 -vn 0.618619 -0.642459 0.452280 -vn 0.854944 -0.493247 0.160556 -vn 0.513006 -0.292636 0.806963 -vn 0.581946 -0.796559 0.163806 -vn 0.473401 -0.657883 0.585732 -vn 0.345049 -0.479353 0.806946 -vn 0.439969 -0.843630 0.307760 -vn 0.374936 -0.718590 0.585706 -vn 0.273258 -0.523544 0.806990 -vn 0.144824 -0.277386 0.949781 -vn 0.315386 -0.897668 0.307773 -vn 0.268799 -0.764610 0.585764 -vn 0.195971 -0.557149 0.806958 -vn 0.188679 -0.969141 0.158638 -vn 0.157230 -0.795121 0.585715 -vn 0.114664 -0.579364 0.806963 -vn -0.432809 0.683538 0.587751 -vn -0.376225 0.682423 0.626701 -vn -0.367575 0.665076 0.650049 -vn -0.919058 -0.243361 0.310014 -vn -0.906655 -0.300324 0.296280 -vn -0.764699 -0.250345 0.593770 -vn -0.764100 0.565649 0.310148 -vn -0.830440 0.462757 0.310202 -vn -0.920975 0.235802 0.310166 -vn -0.950663 -0.006723 0.310152 -vn -0.556908 0.694464 0.455602 -vn -0.641521 0.617169 0.455580 -vn -0.826885 0.329729 0.455565 -vn -0.883607 0.108077 0.455585 -vn -0.881974 -0.120712 0.455577 -vn -0.508256 0.488822 0.709034 -vn -0.470490 0.348085 0.810849 -vn -0.566859 0.419443 0.709041 -vn -0.511324 0.284745 0.810844 -vn -0.616071 0.343129 0.709027 -vn -0.543641 0.216677 0.810867 -vn -0.567020 0.145012 0.810839 -vn -0.585236 -0.004300 0.810852 -vn -0.579849 -0.079463 0.810839 -vn -0.569483 -0.142346 0.809584 -vn -0.282159 0.351712 0.892572 -vn -0.325004 0.312530 0.892579 -vn -0.421801 0.405654 0.810881 -vn -0.421801 0.405654 0.810881 -vn -0.325004 0.312530 0.892579 -vn -0.362505 0.268170 0.892566 -vn -0.418875 0.166923 0.892570 -vn -0.436855 0.111705 0.892569 -vn -0.173592 0.257906 0.950447 -vn -0.266912 0.148628 0.952191 -vn 0.123373 0.095873 0.987718 -vn 0.206015 0.180463 0.961765 -vn 0.364770 0.271156 0.890740 -vn 0.572898 0.416172 0.706108 -vn 0.775021 0.551124 0.309200 -vn 0.650507 -0.676351 0.345529 -vn 0.293719 -0.385024 0.874920 -vn 0.301773 -0.337471 0.891654 -vn 0.268687 -0.369797 0.889414 -vn 0.429567 -0.404878 0.807184 -vn 0.373921 -0.263467 0.889252 -vn 0.579721 -0.408611 0.704955 -vn 0.728928 -0.513931 0.452260 -vn 0.278883 -0.141977 0.949772 -vn 0.407594 -0.207551 0.889264 -vn 0.632011 -0.321927 0.704929 -vn 0.794635 -0.404961 0.452286 -vn 0.148786 0.060506 0.987017 -vn 0.423756 0.172216 0.889254 -vn 0.443937 0.110149 0.889262 -vn 0.657110 0.266959 0.704939 -vn 0.688420 0.170696 0.704940 -vn 0.826359 0.335554 0.452255 -vn 0.865717 0.214503 0.452242 -vn 0.854642 0.493774 0.160546 -vn 0.699854 0.408777 0.585752 -vn 0.980821 0.105706 0.163755 -vn 0.806423 0.081024 0.585762 -vn 0.587645 0.059133 0.806956 -vn 0.891074 -0.038150 0.452252 -vn 0.708625 -0.030214 0.704938 -vn 0.456976 -0.019421 0.889267 -vn 0.876576 -0.164608 0.452238 -vn 0.697083 -0.130779 0.704963 -vn 0.449542 -0.084276 0.889275 -vn 0.933639 -0.321174 0.158638 -vn 0.767170 -0.261378 0.585775 -vn 0.559103 -0.190394 0.806941 -vn 0.661677 0.107847 0.741992 -vn 0.593205 0.312333 0.741995 -vn 0.504811 0.441823 0.741592 -vn 0.463445 0.484530 0.741923 -vn -0.138576 0.658584 0.739637 -vn -0.593255 0.312294 0.741971 -vn -0.619084 0.258765 0.741469 -vn -0.661693 0.107791 0.741987 -vn -0.669411 0.048926 0.741280 -vn -0.285782 -0.610423 0.738724 -vn 0.506064 -0.442199 0.740513 -vn 0.120596 -0.090612 0.988558 -vn 0.112907 -0.100017 0.988559 -vn 0.347737 -0.261235 0.900464 -vn 0.085697 -0.124136 0.988558 -vn 0.148100 -0.256471 0.955138 -vn 0.247088 -0.357899 0.900475 -vn 0.282012 -0.488349 0.825824 -vn 0.082427 -0.284490 0.955129 -vn 0.059276 -0.290198 0.955129 -vn 0.112844 -0.552516 0.825829 -vn -0.006059 -0.150728 0.988557 -vn -0.018167 -0.149755 0.988556 -vn -0.017471 -0.434574 0.900467 -vn -0.067927 -0.559818 0.825826 -vn -0.053482 -0.141057 0.988556 -vn -0.064651 -0.136292 0.988557 -vn -0.154202 -0.406683 0.900461 -vn -0.120619 0.090609 0.988555 -vn -0.112951 0.100020 0.988554 -vn -0.221744 0.196386 0.955124 -vn -0.347718 0.261236 0.900471 -vn -0.422156 0.373911 0.825818 -vn -0.085722 0.124138 0.988555 -vn -0.075430 0.130634 0.988557 -vn -0.247094 0.357908 0.900470 -vn -0.282008 0.488339 0.825831 -vn -0.041976 0.144895 0.988556 -vn -0.059276 0.290202 0.955128 -vn -0.121043 0.417722 0.900476 -vn 0.018167 0.149755 0.988556 -vn 0.011895 0.295949 0.955130 -vn 0.067924 0.559813 0.825830 -vn 0.053489 0.141060 0.988555 -vn 0.064652 0.136293 0.988557 -vn 0.154184 0.406653 0.900478 -vn 0.241697 0.509501 0.825828 -vn 0.150346 -0.012123 0.988559 -vn 0.296164 0.000030 0.955137 -vn 0.433512 -0.034951 0.900470 -vn 0.563935 0.000050 0.825819 -vn 0.148881 -0.024181 0.988559 -vn 0.429268 -0.069728 0.900481 -vn 0.649981 -0.165578 0.741693 -vn 0.422265 -0.104035 0.900483 -vn 0.143100 -0.047753 0.988556 -vn 0.412580 -0.137685 0.900456 -vn 0.518787 -0.220983 0.825849 -vn 0.272489 -0.116074 0.955132 -vn 0.133575 -0.070088 0.988557 -vn 0.385120 -0.202062 0.900474 -vn 0.563701 -0.362879 0.741997 -vn 0.367620 -0.232410 0.900467 -vn 0.104497 -0.108786 0.988558 -vn 0.301283 -0.313637 0.900478 -vn 0.419554 -0.522589 0.742209 -vn 0.275109 -0.336852 0.900470 -vn 0.126992 -0.267593 0.955127 -vn 0.241787 -0.509444 0.825837 -vn 0.232343 -0.628427 0.742358 -vn 0.154249 -0.406620 0.900482 -vn 0.018197 -0.149754 0.988556 -vn 0.052466 -0.431740 0.900471 -vn 0.021421 -0.669771 0.742259 -vn 0.017554 -0.434561 0.900471 -vn -0.112750 -0.552560 0.825812 -vn -0.086953 -0.426140 0.900469 -vn -0.191687 -0.642523 0.741903 -vn -0.120956 -0.417729 0.900484 -vn -0.281919 -0.488402 0.825824 -vn -0.385397 -0.549778 0.741089 -vn -0.247021 -0.357945 0.900476 -vn -0.085690 -0.124155 0.988556 -vn -0.095357 -0.116860 0.988560 -vn -0.275016 -0.336913 0.900475 -vn -0.205171 -0.213627 0.955128 -vn -0.390605 -0.406746 0.825824 -vn -0.422099 -0.373981 0.825815 -vn -0.221677 -0.196442 0.955128 -vn -0.540497 -0.401275 0.739487 -vn -0.236783 -0.177952 0.955127 -vn -0.250290 -0.158325 0.955138 -vn -0.476607 -0.301451 0.825817 -vn -0.262261 -0.137669 0.955126 -vn -0.499313 -0.262126 0.825819 -vn -0.518784 -0.221086 0.825823 -vn -0.272481 -0.116128 0.955127 -vn -0.642132 -0.212015 0.736693 -vn -0.412520 -0.137763 0.900471 -vn -0.146458 -0.036118 0.988557 -vn -0.422251 -0.104123 0.900479 -vn -0.148889 -0.024215 0.988557 -vn -0.429267 -0.069807 0.900476 -vn -0.669334 -0.049008 0.741343 -vn -0.433514 -0.035037 0.900466 -vn -0.150850 -0.000016 0.988557 -vn -0.434910 -0.000044 0.900474 -vn -0.295217 0.023801 0.955134 -vn -0.148889 0.024183 0.988558 -vn -0.649976 0.165578 0.741698 -vn -0.422275 0.104039 0.900477 -vn -0.287625 0.070853 0.955119 -vn -0.143083 0.047755 0.988558 -vn -0.412572 0.137684 0.900460 -vn -0.400112 0.170435 0.900479 -vn -0.133602 0.070090 0.988554 -vn -0.563672 0.362858 0.742030 -vn -0.367621 0.232411 0.900467 -vn -0.104496 0.108785 0.988558 -vn -0.301297 0.313628 0.900476 -vn -0.419536 0.522569 0.742234 -vn -0.275101 0.336840 0.900477 -vn -0.095398 0.116843 0.988558 -vn -0.064688 0.136279 0.988556 -vn -0.186509 0.392908 0.900465 -vn -0.232348 0.628456 0.742333 -vn -0.154235 0.406617 0.900486 -vn -0.018197 0.149753 0.988556 -vn -0.052463 0.431731 0.900476 -vn -0.021419 0.669773 0.742257 -vn -0.011958 0.295946 0.955130 -vn 0.112745 0.552535 0.825829 -vn 0.059211 0.290215 0.955128 -vn 0.191691 0.642513 0.741911 -vn 0.120961 0.417749 0.900475 -vn 0.281928 0.488394 0.825825 -vn 0.148084 0.256523 0.955127 -vn 0.385384 0.549783 0.741092 -vn 0.247021 0.357945 0.900476 -vn 0.095373 0.116866 0.988558 -vn 0.275012 0.336907 0.900479 -vn 0.104517 0.108804 0.988553 -vn 0.540514 0.401278 0.739473 -vn 0.347687 0.261308 0.900462 -vn 0.236775 0.177962 0.955127 -vn 0.127499 0.080639 0.988555 -vn 0.367584 0.232479 0.900464 -vn 0.133578 0.070120 0.988555 -vn 0.518776 0.221084 0.825829 -vn 0.272509 0.116130 0.955119 -vn 0.642126 0.212015 0.736698 -vn 0.412524 0.137760 0.900470 -vn 0.146463 0.036118 0.988557 -vn 0.422237 0.104124 0.900486 -vn 0.292369 0.047544 0.955123 -vn 0.669334 0.049005 0.741344 -vn 0.433533 0.035040 0.900456 -vn -0.972428 0.159170 0.170436 -vn -0.900700 0.401185 0.166705 -vn -0.715894 0.677711 0.167940 -vn -0.648140 0.743389 0.165186 -vn -0.522656 0.835502 0.169608 -vn -0.441027 0.882522 0.163248 -vn -0.295736 0.939914 0.170591 -vn 0.372508 0.912981 0.166446 -vn 0.820517 0.545604 0.170494 -vn 0.706394 0.687089 0.170047 -vn 0.856517 0.487103 0.170615 -vn 0.982786 0.077786 0.167576 -vn 0.952399 0.254348 0.168055 -vn 0.987631 0.000021 0.156797 -vn 0.982793 -0.077743 0.167550 -vn 0.971178 -0.171392 0.165647 -vn 0.931511 -0.321908 0.169300 -vn 0.897398 -0.409736 0.163686 -vn 0.820550 -0.545568 0.170453 -vn 0.656498 -0.734882 0.170175 -vn 0.283852 -0.944082 0.167741 -vn 0.131428 -0.976943 0.168254 -vn 0.037491 -0.985606 0.164846 -vn -0.118093 -0.978373 0.169824 -vn -0.211087 -0.963802 0.162872 -vn -0.296159 -0.939593 0.171627 -vn -0.522615 -0.835529 0.169604 -vn -0.360361 -0.917073 0.170636 -vn -0.715872 -0.677734 0.167941 -vn -0.580684 -0.796380 0.169070 -vn -0.863334 -0.476542 0.166017 -vn -0.927095 -0.334605 0.168921 -vn -0.955605 -0.244744 0.164070 -vn -0.981187 -0.090917 0.170311 -vn -0.937152 -0.160732 0.309697 -vn -0.866413 -0.391693 0.309685 -vn -0.787769 -0.532481 0.309653 -vn -0.739752 -0.597362 0.309720 -vn -0.686443 -0.657929 0.309717 -vn -0.628154 -0.713789 0.309721 -vn -0.498496 -0.809676 0.309720 -vn -0.428021 -0.849041 0.309721 -vn -0.040312 -0.949973 0.309719 -vn 0.200352 -0.929488 0.309697 -vn 0.278473 -0.909139 0.309708 -vn 0.354556 -0.882257 0.309698 -vn 0.428103 -0.848997 0.309730 -vn 0.498559 -0.809641 0.309709 -vn 0.565422 -0.764450 0.309700 -vn 0.686482 -0.657887 0.309721 -vn 0.739816 -0.597295 0.309695 -vn 0.830113 -0.463685 0.309692 -vn 0.920174 -0.239541 0.309678 -vn 0.947409 0.080672 0.309691 -vn 0.937144 0.160728 0.309722 -vn 0.896505 0.316802 0.309702 -vn 0.866407 0.391693 0.309702 -vn 0.739732 0.597379 0.309732 -vn 0.628150 0.713783 0.309744 -vn 0.565361 0.764480 0.309739 -vn 0.428016 0.849028 0.309763 -vn 0.278386 0.909170 0.309696 -vn 0.200284 0.929501 0.309700 -vn 0.120734 0.943124 0.309743 -vn 0.040311 0.949979 0.309700 -vn -0.040394 0.949970 0.309719 -vn -0.120811 0.943129 0.309698 -vn -0.200351 0.929481 0.309718 -vn -0.354554 0.882250 0.309719 -vn -0.565409 0.764433 0.309765 -vn -0.739817 0.597294 0.309696 -vn -0.787802 0.532413 0.309685 -vn -0.830110 0.463698 0.309681 -vn -0.896520 0.316732 0.309729 -vn -0.920164 0.239542 0.309707 -vn -0.947401 0.080594 0.309736 -vn -0.950834 -0.000041 0.309702 -vn -0.887302 -0.075575 0.454954 -vn -0.861744 -0.224448 0.454995 -vn -0.839628 -0.296719 0.454953 -vn -0.777391 -0.434346 0.454979 -vn -0.529496 -0.716011 0.454931 -vn -0.400858 -0.795197 0.454944 -vn 0.037849 -0.889711 0.454952 -vn 0.113165 -0.883290 0.454964 -vn 0.588392 -0.668438 0.454956 -vn 0.737808 -0.498615 0.454997 -vn 0.811482 -0.366749 0.454965 -vn 0.839659 -0.296619 0.454962 -vn 0.877718 -0.150447 0.454948 -vn 0.861757 0.224450 0.454970 -vn 0.777398 0.434343 0.454971 -vn 0.466857 0.758332 0.454946 -vn -0.113166 0.883311 0.454924 -vn -0.187671 0.870531 0.454924 -vn -0.260821 0.851469 0.454943 -vn -0.400976 0.795150 0.454922 -vn -0.466944 0.758269 0.454964 -vn -0.588391 0.668440 0.454955 -vn -0.642962 0.616164 0.454908 -vn -0.811498 0.366754 0.454931 -vn -0.861795 0.224329 0.454957 -vn -0.796564 -0.136648 0.588908 -vn -0.736404 -0.332949 0.588943 -vn -0.628791 -0.507767 0.588893 -vn -0.583440 -0.559267 0.588913 -vn -0.533924 -0.606738 0.588892 -vn -0.423675 -0.688232 0.588929 -vn -0.301295 -0.749934 0.588915 -vn -0.236600 -0.772795 0.588904 -vn -0.170203 -0.790079 0.588903 -vn -0.102595 -0.801649 0.588926 -vn -0.034237 -0.807474 0.588908 -vn 0.170337 -0.790033 0.588925 -vn 0.236711 -0.772757 0.588910 -vn 0.301406 -0.749882 0.588924 -vn 0.705592 -0.394102 0.588917 -vn 0.762050 -0.269177 0.588917 -vn 0.782152 -0.203578 0.588892 -vn 0.805277 -0.068477 0.588931 -vn 0.808208 0.000065 0.588897 -vn 0.669578 0.452626 0.588892 -vn 0.628766 0.507769 0.588917 -vn 0.583425 0.559246 0.588948 -vn 0.533933 0.606735 0.588888 -vn 0.480556 0.649853 0.588861 -vn 0.423661 0.688213 0.588961 -vn 0.363783 0.721694 0.588914 -vn 0.301305 0.749960 0.588876 -vn 0.236595 0.772780 0.588926 -vn 0.170199 0.790062 0.588927 -vn 0.102600 0.801682 0.588879 -vn 0.034237 0.807463 0.588924 -vn -0.034364 0.807468 0.588909 -vn -0.170347 0.790077 0.588863 -vn -0.236706 0.772747 0.588925 -vn -0.301411 0.749890 0.588911 -vn -0.423792 0.688162 0.588926 -vn -0.480649 0.649754 0.588894 -vn -0.628839 0.507669 0.588927 -vn -0.669621 0.452502 0.588939 -vn -0.705618 0.394106 0.588884 -vn -0.762060 0.269189 0.588899 -vn -0.796567 0.136520 0.588935 -vn -0.805301 0.068474 0.588899 -vn -0.808208 -0.000062 0.588897 -vn -0.703362 -0.059934 0.708301 -vn -0.683144 -0.177951 0.708271 -vn -0.616266 -0.344336 0.708272 -vn -0.584841 -0.395361 0.708273 -vn -0.509604 -0.488499 0.708289 -vn -0.466333 -0.529971 0.708283 -vn -0.419731 -0.567613 0.708267 -vn -0.317747 -0.630376 0.708281 -vn 0.030028 -0.705291 0.708282 -vn 0.089733 -0.700198 0.708287 -vn 0.317885 -0.630328 0.708262 -vn 0.370180 -0.601084 0.708283 -vn 0.423794 -0.688166 0.588919 -vn 0.419832 -0.567515 0.708286 -vn 0.466443 -0.529883 0.708276 -vn 0.509715 -0.488417 0.708265 -vn 0.549290 -0.443423 0.708278 -vn 0.584912 -0.395250 0.708276 -vn 0.665634 -0.235113 0.708275 -vn 0.683180 -0.177816 0.708270 -vn 0.695763 -0.119237 0.708305 -vn 0.703374 0.059933 0.708289 -vn 0.695748 0.119369 0.708298 -vn 0.683136 0.177944 0.708280 -vn 0.665582 0.235246 0.708280 -vn 0.643271 0.290832 0.708251 -vn 0.616245 0.344340 0.708288 -vn -0.089726 0.700167 0.708318 -vn -0.263282 0.654995 0.708283 -vn -0.317878 0.630313 0.708280 -vn -0.419837 0.567533 0.708268 -vn -0.466431 0.529882 0.708285 -vn -0.509707 0.488411 0.708275 -vn -0.616345 0.344224 0.708257 -vn -0.643267 0.290703 0.708308 -vn -0.683195 0.177819 0.708254 -vn -0.577801 -0.099139 0.810134 -vn -0.552715 -0.195357 0.810149 -vn -0.534190 -0.241524 0.810128 -vn -0.456081 -0.368331 0.810137 -vn -0.218525 -0.543984 0.810141 -vn -0.171604 -0.560542 0.810151 -vn -0.123449 -0.573089 0.810142 -vn -0.074403 -0.581505 0.810134 -vn -0.024816 -0.585714 0.810138 -vn 0.123577 -0.573054 0.810147 -vn 0.171717 -0.560509 0.810150 -vn 0.218651 -0.543933 0.810141 -vn 0.511797 -0.285834 0.810163 -vn 0.534223 -0.241414 0.810139 -vn 0.586198 0.000066 0.810168 -vn 0.485664 0.328333 0.810141 -vn 0.456077 0.368327 0.810141 -vn 0.423205 0.405689 0.810132 -vn 0.387235 0.440098 0.810162 -vn 0.263855 0.523472 0.810159 -vn 0.218524 0.543984 0.810142 -vn 0.171605 0.560544 0.810150 -vn 0.123436 0.573077 0.810152 -vn 0.074395 0.581493 0.810143 -vn 0.024819 0.585719 0.810134 -vn -0.024943 0.585691 0.810151 -vn -0.123574 0.573079 0.810130 -vn -0.171724 0.560497 0.810157 -vn -0.307406 0.499154 0.810152 -vn -0.387362 0.440022 0.810142 -vn -0.423271 0.405593 0.810146 -vn -0.456152 0.368234 0.810141 -vn -0.485743 0.328236 0.810133 -vn -0.534212 0.241421 0.810144 -vn -0.552754 0.195232 0.810152 -vn -0.577793 0.099017 0.810155 -vn -0.584155 0.049657 0.810122 -vn -0.586187 -0.000064 0.810176 -vn -0.450475 -0.038396 0.891963 -vn -0.437497 -0.113968 0.891968 -vn -0.394626 -0.220535 0.891984 -vn -0.374563 -0.253214 0.891956 -vn -0.326355 -0.312863 0.891969 -vn -0.298633 -0.339422 0.891970 -vn -0.268796 -0.363514 0.891968 -vn -0.237006 -0.385018 0.891958 -vn -0.203467 -0.403707 0.891976 -vn 0.019242 -0.451690 0.891967 -vn 0.057483 -0.448450 0.891958 -vn 0.203573 -0.403664 0.891972 -vn 0.237094 -0.384956 0.891961 -vn 0.268875 -0.363451 0.891969 -vn 0.298735 -0.339347 0.891965 -vn 0.326405 -0.312793 0.891975 -vn 0.351782 -0.283984 0.891965 -vn 0.374598 -0.253119 0.891968 -vn 0.426293 -0.150559 0.891968 -vn 0.437546 -0.113870 0.891957 -vn 0.445579 -0.076353 0.891981 -vn 0.450507 -0.038287 0.891952 -vn 0.450468 0.038396 0.891967 -vn 0.445600 0.076459 0.891961 -vn 0.437493 0.113970 0.891970 -vn 0.426291 0.150660 0.891952 -vn 0.411961 0.186275 0.891958 -vn 0.394648 0.220532 0.891975 -vn 0.268804 0.363526 0.891960 -vn 0.237002 0.385012 0.891962 -vn 0.019137 0.451723 0.891953 -vn -0.019239 0.451690 0.891967 -vn -0.057481 0.448433 0.891966 -vn -0.168626 0.419488 0.891961 -vn -0.203567 0.403651 0.891979 -vn -0.237091 0.384965 0.891958 -vn -0.268896 0.363461 0.891959 -vn -0.326402 0.312793 0.891977 -vn -0.351801 0.283978 0.891960 -vn -0.394730 0.220433 0.891963 -vn -0.426280 0.150553 0.891975 -vn -0.437545 0.113868 0.891958 -vn -0.302438 -0.051899 0.951755 -vn 0.064684 -0.299965 0.951755 -vn 0.089895 -0.293401 0.951753 -vn 0.114441 -0.284722 0.951754 -vn 0.254230 0.171873 0.951749 -vn 0.221504 0.212369 0.951754 -vn 0.202681 0.230382 0.951759 -vn -0.238769 0.192754 0.951754 -vn -0.254244 0.171802 0.951759 -vn -0.296980 0.077288 0.951751 -vn -0.302460 0.051821 0.951752 -vn 0.125008 -0.935366 0.330854 -vn 0.111725 -0.874280 0.472390 -vn 0.060600 -0.865889 0.496553 -vn 0.827207 0.248686 0.503868 -vn 0.807156 0.331084 0.488757 -vn 0.435991 0.766831 0.471043 -vn 0.371259 0.799384 0.472390 -vn 0.182918 0.858787 0.478566 -vn -0.009796 0.865110 0.501486 -vn -0.090426 0.873405 0.478525 -vn -0.198062 0.850959 0.486456 -vn -0.811883 0.295842 0.503312 -vn -0.866888 -0.160986 0.471794 -vn -0.658689 -0.577883 0.481850 -vn -0.614485 -0.631575 0.472780 -vn -0.511798 -0.692916 0.507868 -vn -0.448875 -0.751414 0.483619 -vn -0.351559 -0.803628 0.480197 -vn -0.076253 0.988338 0.131811 -vn -0.756246 -0.641440 0.129024 -vn 0.729616 -0.624772 0.278067 -vn 0.702051 -0.607245 0.371992 -vn 0.963365 -0.236638 0.126212 -vn 0.920507 0.195173 0.338488 -vn 0.990771 0.067937 0.117290 -vn 0.979681 0.105152 0.170786 -vn 0.946627 0.058223 0.317030 -vn 0.858222 0.001780 0.513275 -vn 0.862021 0.032089 0.505856 -vn 0.946627 -0.058223 0.317030 -vn 0.891952 -0.051129 0.449229 -vn 0.936118 -0.093395 0.339059 -vn 0.920623 -0.195128 0.338200 -vn 0.838139 -0.227079 0.495942 -vn 0.844585 -0.216673 0.489621 -vn 0.824311 -0.251622 0.507146 -vn 0.812965 -0.287756 0.506245 -vn 0.806947 -0.331352 0.488920 -vn 0.818135 -0.465502 0.337585 -vn 0.719759 -0.450908 0.527853 -vn 0.754508 -0.519665 0.400832 -vn 0.684751 -0.648628 0.332261 -vn 0.645172 -0.747514 0.158037 -vn 0.547340 -0.643829 0.534699 -vn 0.637168 -0.695422 0.332274 -vn 0.521689 -0.737062 0.429628 -vn 0.457119 -0.823488 0.336020 -vn 0.388895 -0.908680 0.151862 -vn 0.417956 -0.889816 0.183142 -vn 0.272599 -0.818311 0.506020 -vn 0.300917 -0.851104 0.430198 -vn 0.188113 -0.921446 0.339929 -vn 0.199924 -0.810230 0.550961 -vn 0.043451 -0.912342 0.407117 -vn 0.044459 -0.926714 0.373128 -vn 0.068667 -0.963385 0.259180 -vn -0.007644 -0.859650 0.510827 -vn 0.008400 -0.907235 0.420541 -vn -0.102426 -0.935516 0.338110 -vn -0.204003 -0.918428 0.338929 -vn -0.237339 -0.939166 0.248269 -vn -0.235953 -0.878913 0.414534 -vn -0.273838 -0.817873 0.506060 -vn -0.292919 -0.884470 0.363197 -vn -0.322206 -0.817949 0.476596 -vn -0.477809 -0.746485 0.463096 -vn -0.624404 -0.703601 0.339213 -vn -0.568435 -0.697969 0.435570 -vn -0.571681 -0.705473 0.418914 -vn -0.721385 -0.603255 0.340129 -vn -0.714390 -0.494850 0.494743 -vn -0.740159 -0.525243 0.419862 -vn -0.693349 -0.508301 0.510782 -vn -0.808574 -0.481444 0.338261 -vn -0.914233 -0.381084 0.137672 -vn -0.856784 -0.389943 0.337439 -vn -0.825471 -0.328431 0.459055 -vn -0.780923 -0.315848 0.538886 -vn -0.801856 -0.296012 0.519041 -vn -0.842372 -0.221037 0.491480 -vn -0.844195 -0.263608 0.466740 -vn -0.841523 -0.263374 0.471671 -vn -0.985569 -0.085412 0.146145 -vn -0.963715 0.217545 0.154684 -vn -0.926395 0.175047 0.333393 -vn -0.923316 0.213323 0.319345 -vn -0.856722 0.386649 0.341364 -vn -0.864584 0.353103 0.357509 -vn -0.863766 0.468900 0.184502 -vn -0.854663 0.501851 0.133031 -vn -0.737559 0.465551 0.489151 -vn -0.710397 0.492707 0.502570 -vn -0.724881 0.554936 0.408158 -vn -0.658945 0.579180 0.479940 -vn -0.721380 0.603231 0.340181 -vn -0.539164 0.707745 0.456508 -vn -0.529706 0.679255 0.507960 -vn -0.624508 0.703673 0.338871 -vn -0.473125 0.813206 0.338894 -vn -0.477779 0.746550 0.463023 -vn -0.373310 0.919487 0.123223 -vn -0.381588 0.860183 0.338344 -vn -0.349433 0.877441 0.328625 -vn -0.242284 0.829081 0.503908 -vn -0.273588 0.877808 0.393197 -vn -0.270639 0.817767 0.507949 -vn -0.049978 0.875055 0.481436 -vn -0.057119 0.855113 0.515286 -vn 0.015798 0.861453 0.507592 -vn 0.082639 0.933871 0.347931 -vn 0.227170 0.963659 0.140554 -vn 0.220328 0.905293 0.363181 -vn 0.278484 0.834848 0.474843 -vn 0.278397 0.843857 0.458695 -vn 0.467204 0.764512 0.444119 -vn 0.481466 0.789737 0.380139 -vn 0.598986 0.679551 0.423588 -vn 0.636285 0.695685 0.333413 -vn 0.582978 0.689568 0.429690 -vn 0.740884 0.652901 0.157514 -vn 0.715189 0.674148 0.184470 -vn 0.757413 0.536586 0.372024 -vn 0.689493 0.516513 0.507754 -vn 0.814548 0.468026 0.342729 -vn 0.888691 0.346202 0.300621 -vn 0.871922 0.258539 0.415825 -vn 0.889604 0.277372 0.362862 -vn 0.790459 -0.392016 0.470636 -vn -0.876297 -0.045309 0.479637 -vn -0.874071 -0.103597 0.474624 -vn -0.871827 0.000342 0.489814 -vn -0.874522 0.103897 0.473727 -vn -0.835803 -0.065599 0.545096 -vn 0.111658 0.874260 0.472442 -vn 0.869048 -0.136041 0.475656 -vn -0.775745 -0.412754 0.477341 -vn -0.154199 0.867854 0.472283 -vn 0.790388 0.392070 0.470711 -vn -0.173445 -0.967760 0.182639 -vn -0.450678 -0.875972 0.171940 -vn -0.684181 0.706361 0.181525 -vn 0.973425 0.143461 0.178501 -vn 0.704933 0.401379 0.584777 -vn 0.417654 0.695705 0.584432 -vn 0.022849 0.811380 0.584072 -vn -0.378080 0.718573 0.583702 -vn -0.729450 -0.346935 0.589524 -vn -0.675631 -0.446398 0.586730 -vn -0.465855 -0.660083 0.589297 -vn -0.369960 -0.720572 0.586435 -vn -0.082520 -0.803907 0.589002 -vn 0.030971 -0.809617 0.586141 -vn 0.322253 -0.741335 0.588707 -vn 0.424154 -0.690600 0.585803 -vn 0.644543 -0.488302 0.588324 -vn 0.708526 -0.393967 0.585475 -vn 0.149994 -0.060564 0.986830 -vn 0.141018 -0.079251 0.986830 -vn 0.292072 -0.117957 0.949094 -vn 0.304750 -0.079643 0.949097 -vn 0.445317 -0.116410 0.887773 -vn 0.456557 -0.058507 0.887768 -vn 0.161754 0.000147 0.986831 -vn 0.315004 0.000268 0.949090 -vn 0.460307 0.000355 0.887760 -vn 0.713031 0.000424 0.701133 -vn 0.456473 0.059212 0.887765 -vn 0.707142 0.091591 0.701115 -vn 0.661079 -0.267189 0.701131 -vn 0.517834 -0.291167 0.804407 -vn 0.550811 -0.222563 0.804408 -vn 0.100974 -0.126373 0.986830 -vn 0.083984 -0.138250 0.986830 -vn 0.196611 -0.246101 0.949094 -vn 0.163522 -0.269223 0.949094 -vn 0.287274 -0.359648 0.887765 -vn 0.238907 -0.393429 0.887771 -vn 0.444899 -0.557208 0.701130 -vn 0.025962 -0.159662 0.986830 -vn 0.005330 -0.161667 0.986831 -vn 0.050536 -0.310912 0.949094 -vn 0.010363 -0.314823 0.949094 -vn 0.073814 -0.454330 0.887770 -vn 0.015109 -0.460060 0.887759 -vn 0.114212 -0.703824 0.701133 -vn -0.055724 -0.151849 0.986832 -vn -0.108538 -0.295699 0.949095 -vn -0.145455 -0.279392 0.949096 -vn -0.158640 -0.432100 0.887763 -vn -0.274417 -0.526893 0.804412 -vn -0.245869 -0.669309 0.701124 -vn -0.123061 -0.104966 0.986832 -vn -0.135485 -0.088366 0.986831 -vn -0.239665 -0.204387 0.949098 -vn -0.350257 -0.298645 0.887768 -vn -0.385567 -0.251406 0.887769 -vn -0.542666 -0.462529 0.701128 -vn -0.158750 -0.031064 0.986830 -vn -0.451749 -0.088338 0.887761 -vn -0.314325 -0.020449 0.949095 -vn -0.459327 -0.029850 0.887766 -vn -0.699811 -0.136713 0.701124 -vn -0.711558 -0.046105 0.701113 -vn -0.153574 0.050832 0.986829 -vn -0.145797 0.070051 0.986831 -vn -0.299033 0.099003 0.949093 -vn -0.283900 0.136428 0.949099 -vn -0.436968 0.144705 0.887761 -vn -0.414858 0.199397 0.887769 -vn -0.676844 0.224287 0.701125 -vn -0.642610 0.309005 0.701120 -vn -0.092665 0.132586 0.986830 -vn -0.074947 0.143341 0.986831 -vn -0.180432 0.258192 0.949095 -vn -0.145928 0.279141 0.949097 -vn -0.213222 0.407933 0.887765 -vn -0.340223 0.487024 0.804398 -vn -0.466651 0.658206 0.590763 -vn -0.015680 0.160995 0.986831 -vn 0.005037 0.161675 0.986831 -vn -0.030512 0.313512 0.949094 -vn -0.044556 0.458143 0.887761 -vn 0.014393 0.460061 0.887771 -vn -0.068885 0.709708 0.701120 -vn 0.065340 0.147969 0.986831 -vn 0.083720 0.138399 0.986832 -vn 0.127261 0.288134 0.949096 -vn 0.185993 0.421044 0.887766 -vn 0.238319 0.393800 0.887764 -vn 0.288252 0.652198 0.701105 -vn 0.129554 0.096864 0.986830 -vn 0.140865 0.079504 0.986831 -vn 0.252278 0.188613 0.949095 -vn 0.368672 0.275591 0.887767 -vn 0.400875 0.226183 0.887773 -vn 0.571195 0.426806 0.701122 -vn 0.801469 -0.109602 0.587907 -vn 0.787009 -0.206690 0.581289 -vn 0.571686 -0.426137 0.701129 -vn 0.369102 -0.275025 0.887764 -vn 0.583033 -0.566463 0.582402 -vn 0.427043 -0.412993 0.804407 -vn 0.240843 -0.543070 0.804406 -vn 0.228939 -0.779203 0.583463 -vn 0.169426 -0.569414 0.804402 -vn -0.056643 -0.591385 0.804398 -vn -0.183557 -0.790396 0.584450 -vn -0.131802 -0.579271 0.804409 -vn -0.339549 -0.487472 0.804411 -vn -0.179994 -0.258498 0.949095 -vn -0.547946 -0.597648 0.585297 -vn -0.399098 -0.440067 0.804402 -vn -0.535077 -0.258129 0.804402 -vn -0.283681 -0.136909 0.949095 -vn -0.145673 -0.070315 0.986831 -vn -0.770408 -0.251091 0.586025 -vn -0.563687 -0.187587 0.804405 -vn -0.810973 0.049882 0.582953 -vn -0.592880 0.037659 0.804410 -vn -0.314373 0.019915 0.949091 -vn -0.793953 0.159712 0.586626 -vn -0.583202 0.113162 0.804406 -vn -0.682101 0.440999 0.583317 -vn -0.498121 0.323746 0.804403 -vn -0.612884 0.528864 0.587091 -vn -0.452622 0.384785 0.804409 -vn -0.240020 0.203984 0.949095 -vn -0.309719 0.340502 0.887768 -vn -0.479690 0.527564 0.701123 -vn -0.274102 0.761429 0.587448 -vn -0.205552 0.557377 0.804413 -vn -0.070351 0.307032 0.949095 -vn -0.132590 0.579091 0.804409 -vn 0.135002 0.797740 0.587695 -vn 0.094411 0.586533 0.804404 -vn 0.050014 0.311001 0.949093 -vn 0.130628 0.441370 0.887766 -vn 0.202485 0.683697 0.701112 -vn 0.509123 0.628651 0.587871 -vn 0.370086 0.464717 0.804409 -vn 0.196175 0.246439 0.949096 -vn 0.330423 0.320478 0.887758 -vn 0.511913 0.496361 0.701121 -vn 0.752066 0.297832 0.587957 -vn 0.550526 0.223316 0.804395 -vn 0.291870 0.118455 0.949095 -vn 0.445148 0.117101 0.887767 -vn 0.689621 0.181279 0.701114 -vn -0.164558 0.000004 0.986367 -vn -0.164567 -0.003837 0.986359 -vn -0.152197 -0.008345 0.988315 -vn -0.154321 0.006928 0.987997 -vn 0.947304 0.005105 0.320297 -vn 0.947300 -0.005116 0.320306 -vn 0.949163 0.003178 0.314769 -vn 0.949158 -0.003166 0.314784 -vn 0.988635 0.004273 0.150274 -vn 0.999761 -0.004854 -0.021329 -vn 0.858905 0.006529 -0.512093 -vn 0.758529 -0.006535 -0.651606 -vn 0.494031 0.005610 -0.869426 -vn 0.494091 -0.005823 -0.869391 -vn 0.148311 -0.006594 0.988919 -vn 0.300963 0.007250 0.953608 -vn 0.700690 -0.007250 0.713429 -vn -0.137855 0.560997 0.816259 -vn -0.115171 0.636081 0.762979 -vn -0.121705 0.650948 0.749303 -vn -0.070148 0.884460 0.461314 -vn -0.057596 0.950262 0.306080 -vn -0.165977 0.159945 0.973072 -vn 0.148687 0.967820 0.203018 -vn 0.124426 0.985450 0.115790 -vn 0.098242 0.986185 0.133374 -vn 0.249801 0.819339 0.516026 -vn -0.000373 0.577421 0.816446 -vn 0.713080 0.471070 0.519240 -vn 0.720996 0.581410 0.376998 -vn 0.843535 0.295156 0.448700 -vn 0.136474 0.321379 0.937065 -vn 0.417696 0.342994 0.841359 -vn 0.532111 0.827820 0.177688 -vn 0.752115 0.609138 0.251543 -vn 0.936830 0.157472 0.312332 -vn 0.065413 0.983988 -0.165798 -vn 0.241412 0.945039 -0.220504 -vn 0.179702 0.749595 -0.637036 -vn 0.075307 0.769260 -0.634483 -vn 0.124593 0.612663 -0.780462 -vn 0.582566 0.739989 -0.336205 -vn 0.001282 0.367068 -0.930193 -vn 0.745454 0.502889 -0.437493 -vn 0.595672 0.333556 -0.730695 -vn 0.956693 0.290845 -0.012201 -vn 0.002075 0.986974 -0.160864 -vn 0.004886 0.931571 -0.363527 -vn 0.002062 0.752201 -0.658931 -vn 0.000840 0.531357 -0.847148 -vn -0.001387 0.361382 -0.932417 -vn -0.137713 -0.521331 0.842169 -vn -0.130967 -0.476310 0.869469 -vn -0.155290 -0.403558 0.901680 -vn -0.069301 -0.913569 0.400736 -vn -0.080526 -0.891511 0.445784 -vn -0.065127 -0.928196 0.366347 -vn 0.199800 -0.941706 0.270685 -vn 0.312087 -0.902839 0.295777 -vn 0.499808 -0.794522 0.344858 -vn 0.104201 -0.612560 0.783526 -vn 0.615648 -0.491730 0.615776 -vn 0.138555 -0.319131 0.937528 -vn 0.914380 -0.267465 0.303928 -vn 0.812871 -0.517377 0.267512 -vn 0.611439 -0.764546 0.203989 -vn 0.159735 -0.986203 0.043459 -vn 0.000145 -0.842161 -0.539227 -vn 0.075759 -0.829984 -0.552619 -vn 0.586818 -0.808929 0.035761 -vn 0.503917 -0.739976 -0.445537 -vn 0.746990 -0.664743 0.011083 -vn 0.872252 -0.464528 -0.152938 -vn 0.651642 -0.502904 -0.567848 -vn 0.002544 -0.267943 -0.963431 -vn 0.710391 -0.343951 -0.614038 -vn -0.001185 -0.380177 -0.924913 -vn 0.002098 -0.371909 -0.928267 -vn -0.000327 -0.826836 -0.562444 -vn -0.002290 -0.988451 -0.151522 -vn -0.309700 -0.949380 -0.052573 -vn -0.296919 -0.954626 0.022970 -vn -0.319519 -0.946616 0.042731 -vn -0.143126 0.054705 0.988192 -vn -0.156537 0.050859 0.986362 -vn -0.148304 0.040326 0.988119 -vn -0.156511 0.050864 0.986366 -vn 0.902522 -0.287868 0.320291 -vn 0.899353 -0.297606 0.320303 -vn 0.903690 -0.290286 0.314768 -vn 0.901727 -0.296310 0.314783 -vn -0.587900 -0.807222 -0.052586 -vn -0.577386 -0.816151 0.022876 -vn -0.596465 -0.801500 0.042758 -vn -0.133152 0.096740 0.986363 -vn -0.129302 0.086156 0.987855 -vn -0.119102 0.096259 0.988205 -vn -0.130003 0.101071 0.986349 -vn 0.769391 -0.552675 0.320293 -vn 0.763374 -0.560952 0.320301 -vn 0.769757 -0.555333 0.314769 -vn 0.766017 -0.560469 0.314789 -vn 0.816569 0.575817 -0.040608 -vn 0.802486 0.595465 0.037921 -vn 0.824275 0.565798 0.021076 -vn -0.808591 -0.586020 -0.052551 -vn -0.801368 -0.597731 0.022945 -vn -0.814896 -0.578030 0.042731 -vn -0.098023 0.132228 0.986361 -vn -0.096352 0.121892 0.987856 -vn -0.096740 0.133151 0.986363 -vn -0.084193 0.128589 0.988118 -vn 0.560944 -0.763384 0.320290 -vn 0.552664 -0.769396 0.320302 -vn 0.560478 -0.766018 0.314772 -vn 0.555345 -0.769744 0.314779 -vn -0.950106 -0.307469 -0.052555 -vn -0.946810 -0.320976 0.022931 -vn -0.953663 -0.297831 0.042705 -vn -0.040776 0.148666 0.988046 -vn -0.047762 0.157518 0.986360 -vn -0.050856 0.156531 0.986363 -vn -0.054509 0.143756 0.988111 -vn 0.297591 -0.899359 0.320301 -vn 0.287859 -0.902521 0.320303 -vn 0.296323 -0.901729 0.314765 -vn 0.290296 -0.903681 0.314783 -vn -0.998617 0.001149 -0.052559 -vn -0.999656 -0.012675 0.022940 -vn -0.999022 0.011420 0.042723 -vn -0.008034 0.152639 0.988249 -vn 0.005070 0.157071 0.987574 -vn 0.001135 0.164580 0.986363 -vn -0.000003 0.164582 0.986363 -vn 0.005111 -0.947303 0.320297 -vn -0.005123 -0.947301 0.320305 -vn 0.003172 -0.949163 0.314770 -vn -0.003159 -0.949160 0.314779 -vn 0.054250 0.144673 0.987991 -vn 0.050858 0.156527 0.986363 -vn 0.037838 0.146332 0.988512 -vn 0.050865 0.156532 0.986362 -vn -0.287873 -0.902520 0.320292 -vn -0.297599 -0.899353 0.320312 -vn -0.290290 -0.903686 0.314774 -vn -0.296310 -0.901728 0.314780 -vn 0.799958 -0.598682 -0.040598 -vn 0.814322 -0.579175 0.037905 -vn 0.792788 -0.609131 0.021142 -vn 0.096733 0.133148 0.986364 -vn 0.085407 0.129015 0.987958 -vn 0.096247 0.118944 0.988225 -vn 0.099398 0.131248 0.986354 -vn -0.552678 -0.769390 0.320291 -vn -0.560955 -0.763368 0.320312 -vn -0.555340 -0.769751 0.314771 -vn -0.560453 -0.766032 0.314782 -vn -0.586042 0.808574 -0.052566 -vn -0.597791 0.801323 0.022983 -vn -0.577976 0.814934 0.042734 -vn 0.132252 0.098005 0.986359 -vn 0.121916 0.096343 0.987853 -vn 0.133151 0.096739 0.986363 -vn 0.128656 0.084381 0.988093 -vn -0.763383 -0.560941 0.320298 -vn -0.769393 -0.552667 0.320302 -vn -0.766027 -0.560468 0.314767 -vn -0.769741 -0.555347 0.314785 -vn -0.307509 0.950091 -0.052576 -vn -0.320902 0.946834 0.022975 -vn -0.297886 0.953645 0.042715 -vn 0.156068 0.052347 0.986358 -vn 0.145724 0.053960 0.987853 -vn 0.156522 0.050861 0.986364 -vn 0.147799 0.039714 0.988220 -vn 0.156530 0.050859 0.986363 -vn -0.899361 -0.297594 0.320294 -vn -0.902522 -0.287858 0.320301 -vn -0.901730 -0.296319 0.314767 -vn -0.903678 -0.290301 0.314787 -vn 0.001149 0.998621 -0.052494 -vn -0.012594 0.999658 0.022928 -vn 0.011378 0.999023 0.042704 -vn 0.157058 -0.005071 0.987576 -vn 0.164581 -0.001174 0.986363 -vn 0.152946 0.007820 0.988204 -vn 0.164578 -0.000001 0.986364 -vn -0.947304 -0.005116 0.320294 -vn -0.947301 0.005127 0.320305 -vn -0.949163 -0.003173 0.314768 -vn -0.949159 0.003161 0.314782 -vn 0.309694 0.949383 -0.052546 -vn 0.296898 0.954634 0.022926 -vn 0.319544 0.946610 0.042676 -vn 0.144653 -0.054267 0.987993 -vn 0.156528 -0.050859 0.986363 -vn 0.147895 -0.039806 0.988202 -vn 0.156514 -0.050856 0.986366 -vn -0.902521 0.287868 0.320292 -vn -0.899352 0.297605 0.320307 -vn -0.903687 0.290291 0.314772 -vn -0.901727 0.296311 0.314783 -vn 0.120347 -0.096304 0.988050 -vn 0.133142 -0.096740 0.986364 -vn 0.127925 -0.082402 0.988355 -vn 0.135185 -0.093888 0.986362 -vn -0.769389 0.552678 0.320293 -vn -0.763373 0.560953 0.320301 -vn -0.769761 0.555328 0.314768 -vn -0.766028 0.560457 0.314784 -vn 0.808590 0.586019 -0.052571 -vn 0.801347 0.597759 0.022968 -vn 0.814903 0.578020 0.042727 -vn 0.084705 -0.128786 0.988048 -vn 0.094111 -0.135047 0.986360 -vn 0.096736 -0.133151 0.986364 -vn 0.096244 -0.119136 0.988202 -vn -0.560951 0.763377 0.320298 -vn -0.552665 0.769394 0.320304 -vn -0.560470 0.766024 0.314771 -vn -0.555339 0.769747 0.314781 -vn 0.950103 0.307480 -0.052540 -vn 0.946831 0.320911 0.022963 -vn 0.953648 0.297879 0.042713 -vn 0.052544 -0.155982 0.986361 -vn 0.054092 -0.145222 0.987919 -vn 0.050856 -0.156525 0.986364 -vn 0.040052 -0.148088 0.988163 -vn -0.297589 0.899364 0.320290 -vn -0.287864 0.902520 0.320301 -vn -0.296324 0.901727 0.314769 -vn -0.290303 0.903679 0.314782 -vn 0.998617 -0.001149 -0.052559 -vn 0.999656 0.012672 0.022942 -vn 0.999022 -0.011420 0.042725 -vn -0.000005 -0.164576 0.986364 -vn 0.008414 -0.152081 0.988332 -vn 0.000008 -0.164584 0.986363 -vn -0.006827 -0.154454 0.987976 -vn -0.005113 0.947304 0.320295 -vn 0.005124 0.947301 0.320303 -vn -0.003172 0.949164 0.314766 -vn 0.003159 0.949158 0.314784 -vn 0.949386 -0.309683 -0.052553 -vn 0.954613 -0.296964 0.022934 -vn 0.946618 -0.319513 0.042725 -vn -0.054439 -0.144027 0.988075 -vn -0.050857 -0.156525 0.986364 -vn -0.040908 -0.148737 0.988030 -vn -0.050863 -0.156532 0.986362 -vn 0.287870 0.902523 0.320287 -vn 0.297597 0.899358 0.320299 -vn 0.290293 0.903689 0.314765 -vn 0.296313 0.901725 0.314788 -vn 0.807237 -0.587881 -0.052580 -vn 0.816094 -0.577466 0.022879 -vn 0.801510 -0.596453 0.042725 -vn -0.096284 -0.120367 0.988049 -vn -0.099396 -0.131252 0.986354 -vn -0.096738 -0.133152 0.986363 -vn -0.085366 -0.128996 0.987964 -vn 0.552677 0.769390 0.320291 -vn 0.560951 0.763374 0.320303 -vn 0.555340 0.769750 0.314774 -vn 0.560460 0.766023 0.314791 -vn 0.586084 -0.808544 -0.052565 -vn 0.597834 -0.801292 0.022935 -vn 0.578015 -0.814906 0.042738 -vn -0.128782 -0.084716 0.988048 -vn -0.133157 -0.096740 0.986362 -vn -0.118263 -0.096208 0.988311 -vn -0.133149 -0.096735 0.986364 -vn 0.763383 0.560947 0.320289 -vn 0.769394 0.552663 0.320309 -vn 0.766022 0.560473 0.314771 -vn 0.769737 0.555354 0.314781 -vn 0.307510 -0.950091 -0.052576 -vn 0.320877 -0.946844 0.022897 -vn 0.297889 -0.953645 0.042701 -vn -0.148629 -0.040774 0.988052 -vn -0.156510 -0.050859 0.986366 -vn -0.142112 -0.054985 0.988322 -vn -0.155596 -0.053728 0.986359 -vn 0.899365 0.297583 0.320292 -vn 0.902520 0.287859 0.320304 -vn 0.901727 0.296322 0.314772 -vn 0.903677 0.290308 0.314783 -vn 0.949332 -0.313547 -0.021377 -vn 0.935089 -0.297731 -0.192265 -vn 0.886310 -0.294426 -0.357448 -vn 0.818934 -0.259201 -0.512017 -vn 0.723475 -0.228234 -0.651532 -vn 0.719271 -0.240606 -0.651734 -vn 0.602564 -0.202438 -0.771969 -vn 0.805998 -0.591533 -0.021365 -vn 0.797334 -0.572101 -0.192246 -vn 0.691031 -0.510087 -0.512141 -vn 0.698686 -0.499577 -0.512114 -vn 0.609779 -0.451145 -0.651643 -vn 0.403078 -0.285888 -0.869366 -vn 0.396344 -0.295155 -0.869365 -vn 0.572265 -0.797193 -0.192343 -vn 0.581530 -0.790502 -0.192171 -vn 0.510092 -0.691034 -0.512132 -vn 0.451095 -0.609829 -0.651630 -vn 0.440590 -0.617485 -0.651608 -vn 0.368610 -0.518001 -0.771882 -vn 0.304325 -0.952330 -0.021291 -vn 0.308770 -0.931514 -0.192206 -vn 0.282753 -0.890089 -0.357481 -vn 0.240594 -0.719453 -0.651538 -vn 0.190442 -0.606521 -0.771922 -vn -0.005130 -0.337880 -0.941175 -vn 0.004855 -0.337930 -0.941159 -vn 0.005613 -0.494115 -0.869378 -vn -0.006308 -0.635688 -0.771920 -vn -0.006481 -0.858917 -0.512074 -vn 0.006530 -0.858885 -0.512127 -vn 0.006306 -0.933917 -0.357433 -vn -0.005609 -0.981327 -0.192266 -vn -0.004851 -0.999759 -0.021421 -vn 0.004269 -0.988627 0.150328 -vn -0.056846 -0.192148 -0.979718 -vn -0.109333 -0.319774 -0.941165 -vn -0.147318 -0.471638 -0.869399 -vn -0.202452 -0.602622 -0.771919 -vn -0.259225 -0.818891 -0.512074 -vn -0.308596 -0.931561 -0.192256 -vn -0.591569 -0.805969 -0.021432 -vn -0.572125 -0.797358 -0.192076 -vn -0.553924 -0.751878 -0.357558 -vn -0.499514 -0.698673 -0.512193 -vn -0.440598 -0.617456 -0.651630 -vn -0.451129 -0.609820 -0.651616 -vn -0.378761 -0.510573 -0.771917 -vn -0.811699 -0.583686 -0.021320 -vn -0.790486 -0.581521 -0.192261 -vn -0.698642 -0.499592 -0.512159 -vn -0.691009 -0.510134 -0.512123 -vn -0.617485 -0.440549 -0.651635 -vn -0.396497 -0.294969 -0.869358 -vn -0.403162 -0.285710 -0.869385 -vn -0.938938 -0.309544 0.150258 -vn -0.952326 -0.304334 -0.021337 -vn -0.890114 -0.282688 -0.357469 -vn -0.814856 -0.271609 -0.512093 -vn -0.719433 -0.240536 -0.651582 -vn -0.723292 -0.228212 -0.651743 -vn -0.606486 -0.190454 -0.771947 -vn -0.988636 -0.004271 0.150270 -vn -0.999761 0.004846 -0.021325 -vn -0.933924 0.006170 -0.357419 -vn -0.858907 -0.006537 -0.512090 -vn -0.758500 -0.006487 -0.651641 -vn -0.758461 0.006532 -0.651686 -vn -0.635740 0.006303 -0.771878 -vn -0.949327 0.313566 -0.021322 -vn -0.935101 0.297706 -0.192245 -vn -0.886293 0.294443 -0.357474 -vn -0.723413 0.228221 -0.651605 -vn -0.602632 0.202433 -0.771917 -vn -0.805943 0.591609 -0.021323 -vn -0.797321 0.572128 -0.192221 -vn -0.751926 0.553912 -0.357477 -vn -0.617468 0.440604 -0.651614 -vn -0.510639 0.378730 -0.771888 -vn -0.583697 0.811690 -0.021358 -vn -0.581533 0.790497 -0.192181 -vn -0.499590 0.698667 -0.512127 -vn -0.510128 0.691035 -0.512093 -vn -0.440551 0.617478 -0.651641 -vn -0.294947 0.396477 -0.869375 -vn -0.285751 0.403122 -0.869390 -vn -0.309570 0.938923 0.150299 -vn -0.304327 0.952330 -0.021281 -vn -0.308769 0.931507 -0.192240 -vn -0.282760 0.890071 -0.357519 -vn -0.240576 0.719402 -0.651601 -vn -0.190448 0.606480 -0.771953 -vn -0.147171 0.471712 -0.869384 -vn -0.056444 0.192108 -0.979749 -vn -0.005608 0.494077 -0.869400 -vn 0.006305 0.635685 -0.771923 -vn 0.006479 0.858870 -0.512153 -vn -0.006530 0.858932 -0.512048 -vn -0.006305 0.933917 -0.357435 -vn 0.005611 0.981320 -0.192301 -vn 0.004852 0.999760 -0.021357 -vn -0.004268 0.988638 0.150258 -vn 0.109315 0.319781 -0.941164 -vn 0.147333 0.471681 -0.869374 -vn 0.240609 0.719347 -0.651649 -vn 0.282570 0.890124 -0.357539 -vn 0.308594 0.931570 -0.192218 -vn 0.591572 0.805968 -0.021403 -vn 0.583502 0.811832 -0.021299 -vn 0.510069 0.691030 -0.512159 -vn 0.499581 0.698728 -0.512053 -vn 0.451096 0.609770 -0.651685 -vn 0.285912 0.403065 -0.869363 -vn 0.295124 0.396311 -0.869390 -vn 0.797330 0.584522 0.150330 -vn 0.811674 0.583721 -0.021360 -vn 0.759192 0.543880 -0.357523 -vn 0.691022 0.510138 -0.512102 -vn 0.617502 0.440556 -0.651615 -vn 0.396514 0.294988 -0.869344 -vn 0.952330 0.304326 -0.021302 -vn 0.949248 0.313807 -0.021316 -vn 0.818857 0.259244 -0.512120 -vn 0.723398 0.228187 -0.651633 -vn 0.719405 0.240550 -0.651608 -vn 0.468234 0.158034 -0.869357 -vn 0.471682 0.147151 -0.869404 -vn 0.288456 -0.086101 0.953614 -vn 0.422034 -0.144964 0.894915 -vn 0.668559 -0.209750 0.713467 -vn 0.664147 -0.223407 0.713441 -vn 0.116103 -0.092499 0.988921 -vn 0.365428 -0.256271 0.894867 -vn 0.562720 -0.417693 0.713358 -vn 0.092626 -0.115931 0.988929 -vn 0.182789 -0.239214 0.953606 -vn 0.256305 -0.365444 0.894851 -vn 0.417513 -0.562620 0.713541 -vn 0.406057 -0.571169 0.713361 -vn 0.052271 -0.138883 0.988928 -vn 0.086263 -0.288459 0.953599 -vn 0.145013 -0.422137 0.894858 -vn 0.172333 -0.554527 0.814126 -vn 0.007251 -0.300921 0.953622 -vn -0.007407 -0.446320 0.894843 -vn 0.007405 -0.580560 0.814184 -vn -0.007244 -0.700710 0.713409 -vn 0.007112 -0.700591 0.713528 -vn -0.006813 -0.803613 0.595113 -vn -0.006172 -0.886730 0.462246 -vn -0.052122 -0.138985 0.988922 -vn -0.086113 -0.288475 0.953607 -vn -0.130809 -0.426683 0.894892 -vn -0.144954 -0.422192 0.894842 -vn -0.186516 -0.549923 0.814123 -vn -0.092519 -0.116090 0.988920 -vn -0.171054 -0.247729 0.953610 -vn -0.405980 -0.570995 0.713544 -vn -0.477857 -0.646092 0.595162 -vn -0.115905 -0.092645 0.988930 -vn -0.239211 -0.182763 0.953612 -vn -0.365475 -0.256366 0.894821 -vn -0.562656 -0.417624 0.713448 -vn -0.571106 -0.405986 0.713452 -vn -0.426660 -0.130873 0.894893 -vn -0.422236 -0.144981 0.894817 -vn -0.766354 -0.241864 0.595150 -vn -0.845275 -0.268141 0.462180 -vn -0.300972 -0.007248 0.953605 -vn -0.446218 0.007404 0.894894 -vn -0.700615 -0.007113 0.713504 -vn -0.700688 0.007245 0.713431 -vn -0.139000 0.052096 0.988921 -vn -0.288471 0.086111 0.953609 -vn -0.426725 0.130812 0.894871 -vn -0.422110 0.144962 0.894879 -vn -0.549854 0.186510 0.814171 -vn -0.116097 0.092496 0.988922 -vn -0.247709 0.171017 0.953621 -vn -0.570948 0.406111 0.713507 -vn -0.646150 0.477791 0.595152 -vn -0.081765 0.123841 0.988928 -vn -0.182803 0.239209 0.953605 -vn -0.417559 0.562673 0.713473 -vn -0.099906 0.283993 0.953607 -vn -0.130855 0.426732 0.894861 -vn -0.186453 0.549878 0.814168 -vn -0.209639 0.668636 0.713426 -vn -0.223257 0.664158 0.713477 -vn -0.241851 0.766366 0.595140 -vn -0.268145 0.845239 0.462243 -vn 0.006595 0.148285 0.988923 -vn -0.007249 0.300954 0.953611 -vn 0.007246 0.700674 0.713445 -vn 0.086114 0.288449 0.953615 -vn 0.144931 0.422188 0.894848 -vn 0.209735 0.668568 0.713462 -vn 0.223443 0.664149 0.713428 -vn 0.092480 0.116096 0.988923 -vn 0.256318 0.365427 0.894854 -vn 0.466974 0.653969 0.595198 -vn 0.477852 0.646095 0.595163 -vn 0.123776 0.081828 0.988931 -vn 0.239280 0.182754 0.953596 -vn 0.562626 0.417591 0.713492 -vn 0.284088 0.099890 0.953581 -vn 0.426669 0.130879 0.894888 -vn 0.664135 0.223271 0.713495 -vn 0.668631 0.209644 0.713429 -vn 0.198921 0.872752 0.445796 -vn 0.225303 0.902661 0.366663 -vn 0.238875 0.921553 0.306070 -vn -0.108473 0.203422 0.973064 -vn 0.362620 0.897447 0.251190 -vn 0.683474 0.700508 0.205308 -vn 0.073498 0.617051 0.783484 -vn 0.178067 0.549279 0.816446 -vn 0.823764 0.227606 0.519239 -vn 0.865413 0.330097 0.376958 -vn 0.229214 0.263498 0.937032 -vn 0.456397 0.888611 0.045519 -vn 0.657094 0.740856 0.139141 -vn 0.761951 0.622801 0.177624 -vn 0.903451 0.347147 0.251527 -vn 0.925359 -0.212065 0.314227 -vn 0.730437 0.666473 -0.149252 -vn 0.624061 0.755480 -0.199493 -vn 0.402506 0.657346 -0.637091 -vn 0.309319 0.708276 -0.634561 -vn 0.307841 0.544252 -0.780400 -vn 0.296540 0.643224 -0.705923 -vn 0.421300 0.562153 -0.711681 -vn 0.114674 0.348753 -0.930173 -vn 0.864391 0.247837 -0.437499 -vn 0.669570 0.133132 -0.730720 -vn 0.306974 0.938029 -0.160835 -vn 0.292554 0.884446 -0.363549 -vn 0.234346 0.714721 -0.658981 -vn 0.164947 0.505139 -0.847129 -vn -0.310158 -0.582725 0.751154 -vn -0.334255 -0.661840 0.671000 -vn -0.330417 -0.625769 0.706567 -vn -0.271711 -0.412494 0.869495 -vn -0.338897 -0.819484 0.462164 -vn -0.100999 -0.957358 0.270674 -vn -0.044500 -0.940369 0.337234 -vn -0.100999 -0.957358 0.270674 -vn 0.017776 -0.955023 0.295998 -vn -0.034585 -0.755587 0.654135 -vn 0.123175 -0.717127 0.685972 -vn 0.327977 -0.773055 0.542971 -vn -0.027979 -0.486234 0.873380 -vn 0.526184 -0.524106 0.669659 -vn 0.787029 -0.536830 0.303973 -vn 0.526758 -0.811951 0.251517 -vn 0.345377 -0.916020 0.204013 -vn -0.152876 -0.987290 0.043443 -vn -0.260111 -0.801011 -0.539188 -vn -0.184532 -0.812857 -0.552459 -vn 0.308096 -0.950671 0.036073 -vn 0.250535 -0.859504 -0.445518 -vn 0.504912 -0.863100 0.011035 -vn 0.686087 -0.711274 -0.152886 -vn 0.464394 -0.679606 -0.567868 -vn -0.080326 -0.255602 -0.963439 -vn -0.118668 -0.361248 -0.924888 -vn -0.113016 -0.354398 -0.928240 -vn -0.255866 -0.786294 -0.562382 -vn 0.338968 0.659386 0.671053 -vn 0.367672 0.686433 0.627397 -vn 0.393547 0.715245 0.577534 -vn 0.511950 0.802621 0.306116 -vn 0.537836 0.808640 0.238398 -vn 0.579190 0.814311 0.037898 -vn 0.622216 0.741483 0.251099 -vn 0.866467 0.455086 0.205262 -vn 0.816097 0.409797 0.407495 -vn 0.877554 0.241767 0.414063 -vn 0.339026 0.467527 0.816383 -vn 0.853793 -0.038041 0.519221 -vn 0.495051 0.248171 0.832668 -vn 0.855927 -0.257023 0.448696 -vn 0.299379 0.179747 0.937050 -vn 0.539393 0.031986 0.841447 -vn 0.854086 0.501158 0.139208 -vn 0.916967 0.357258 0.177590 -vn 0.966520 0.050960 0.251482 -vn 0.814496 -0.487736 0.314183 -vn 0.827004 0.525624 -0.199460 -vn 0.585929 0.500758 -0.637125 -vn 0.513125 0.578070 -0.634458 -vn 0.598757 0.564881 -0.567802 -vn 0.827332 0.413971 -0.379670 -vn 0.460953 0.422393 -0.780453 -vn 0.906263 0.256302 -0.336149 -vn 0.216812 0.296233 -0.930182 -vn 0.345540 0.221583 -0.911868 -vn 0.898663 -0.031344 -0.437519 -vn 0.677906 -0.080283 -0.730752 -vn 0.522715 0.717311 -0.460689 -vn 0.530837 0.725162 -0.438579 -vn 0.525902 0.722285 -0.449145 -vn 0.536540 0.738186 -0.408909 -vn 0.384743 0.528641 -0.756645 -vn 0.312990 0.429467 -0.847110 -vn -0.522426 -0.526125 0.671017 -vn -0.505467 -0.503811 0.700484 -vn -0.481126 -0.455125 0.749253 -vn -0.387097 -0.295009 0.873571 -vn -0.575562 -0.674625 0.462179 -vn -0.391893 -0.879293 0.270673 -vn -0.278214 -0.913770 0.296009 -vn -0.135956 -0.903757 0.405882 -vn -0.015772 -0.784640 0.619751 -vn -0.176832 -0.453774 0.873395 -vn 0.209031 -0.759738 0.615715 -vn 0.582625 -0.753752 0.303985 -vn 0.353499 -0.896371 0.267502 -vn 0.045330 -0.977921 0.204001 -vn -0.450398 -0.891770 0.043454 -vn -0.494882 -0.681355 -0.539303 -vn -0.426670 -0.715961 -0.552587 -vn -0.000723 -0.999353 0.035953 -vn -0.027363 -0.894796 -0.445637 -vn 0.213505 -0.976880 0.010989 -vn 0.432669 -0.888476 -0.152997 -vn 0.231641 -0.789940 -0.567748 -vn -0.155424 -0.218279 -0.963430 -vn 0.372568 -0.695811 -0.614036 -vn -0.224439 -0.306870 -0.924910 -vn -0.216901 -0.302108 -0.928270 -vn -0.486240 -0.668658 -0.562554 -vn 0.526158 0.522384 0.671024 -vn 0.561845 0.539208 0.627364 -vn 0.595324 0.558611 0.577531 -vn 0.101898 0.260905 0.959972 -vn 0.964689 0.164978 0.205323 -vn 0.642646 0.193829 0.741240 -vn 0.800259 -0.300035 0.519196 -vn 0.894137 -0.241773 0.376916 -vn 0.340272 0.078450 0.937049 -vn 0.522923 -0.136400 0.841396 -vn 0.967115 0.212863 0.139205 -vn 0.934930 -0.250361 0.251448 -vn 0.623961 -0.715505 0.314206 -vn 0.906449 0.360187 -0.220488 -vn 0.711966 0.295231 -0.637137 -vn 0.666632 0.391293 -0.634422 -vn 0.568918 0.259305 -0.780444 -vn 0.297721 0.214745 -0.930186 -vn 0.845029 -0.307503 -0.437456 -vn 0.619971 -0.285801 -0.730721 -vn 0.760830 0.547017 -0.349156 -vn 0.756545 0.543592 -0.363521 -vn 0.609646 0.440472 -0.659027 -vn 0.430325 0.311656 -0.847167 -vn -0.659438 -0.338942 0.671014 -vn -0.636440 -0.322956 0.700459 -vn -0.598204 -0.284161 0.749269 -vn -0.462325 -0.174023 0.869466 -vn -0.755875 -0.463696 0.462212 -vn -0.644557 -0.715021 0.270725 -vn -0.546793 -0.783246 0.295877 -vn -0.408578 -0.817486 0.405932 -vn -0.257490 -0.741413 0.619682 -vn -0.308422 -0.376900 0.873397 -vn -0.035967 -0.787132 0.615735 -vn 0.422938 -0.851328 0.310425 -vn 0.069508 -0.960156 0.270683 -vn -0.259071 -0.944073 0.203979 -vn -0.703997 -0.708872 0.043468 -vn -0.681201 -0.495121 -0.539278 -vn -0.627038 -0.549280 -0.552372 -vn -0.309537 -0.950204 0.036046 -vn -0.451653 -0.858481 -0.242942 -vn -0.302565 -0.842540 -0.445624 -vn 0.136965 -0.978696 -0.152953 -vn -0.023797 -0.822841 -0.567774 -vn -0.215192 -0.159528 -0.963454 -vn -0.308353 -0.222539 -0.924876 -vn -0.299731 -0.220366 -0.928224 -vn -0.669153 -0.485669 -0.562459 -vn 0.661793 0.334213 0.671068 -vn 0.700928 0.339211 0.627404 -vn 0.738801 0.347311 0.577536 -vn 0.910444 0.338044 0.238365 -vn 0.947206 0.318380 0.037888 -vn 0.249242 0.250313 0.935533 -vn 0.939154 0.234380 0.251109 -vn 0.901095 -0.148219 0.407503 -vn 0.849400 -0.400596 0.343574 -vn 0.852130 -0.320057 0.414050 -vn 0.549035 0.178773 0.816456 -vn 0.668341 -0.532720 0.519163 -vn 0.541377 -0.711014 0.448743 -vn 0.985577 -0.096305 0.139149 -vn 0.866318 -0.443489 0.229806 -vn 0.811864 -0.526884 0.251535 -vn 0.439404 -0.842269 0.312261 -vn 0.977995 -0.060916 -0.199539 -vn 0.912631 -0.151307 -0.379752 -vn 0.883828 -0.325420 -0.336079 -vn 0.572238 -0.258009 -0.778444 -vn 0.612982 -0.063019 -0.787579 -vn 0.687958 -0.161933 -0.707454 -vn 0.679704 -0.466061 -0.566384 -vn 0.708643 -0.553567 -0.437480 -vn 0.708643 -0.553567 -0.437480 -vn 0.719905 -0.627087 -0.297487 -vn 0.396418 -0.656683 -0.641576 -vn 0.844536 0.273065 -0.460646 -vn 0.855803 0.274699 -0.438340 -vn 0.850062 0.275176 -0.449081 -vn 0.867995 0.281831 -0.408847 -vn 0.715877 0.230482 -0.659089 -vn 0.650762 0.212161 -0.729038 -vn 0.575125 0.186871 -0.796436 -vn 0.505506 0.163410 -0.847208 -vn -0.731890 -0.118593 0.671023 -vn -0.705192 -0.110442 0.700362 -vn -0.656665 -0.085436 0.749328 -vn -0.493433 -0.022648 0.869489 -vn -0.910406 -0.287226 0.297762 -vn -0.833891 -0.481116 0.270468 -vn -0.641170 -0.651239 0.405942 -vn -0.474012 -0.625632 0.619594 -vn -0.409828 -0.263217 0.873360 -vn -0.277399 -0.737529 0.615712 -vn 0.028233 -0.952244 0.304030 -vn -0.240893 -0.932950 0.267535 -vn -0.538132 -0.817799 0.204008 -vn -0.741457 -0.656424 0.139100 -vn -0.844601 -0.531133 -0.067432 -vn -0.800873 -0.260382 -0.539262 -vn -0.766111 -0.328458 -0.552439 -vn -0.756004 -0.622800 -0.201442 -vn -0.508509 -0.860461 0.032008 -vn -0.627860 -0.724967 -0.283223 -vn -0.548069 -0.707894 -0.445541 -vn -0.172212 -0.973111 -0.152963 -vn -0.276868 -0.775238 -0.567759 -vn -0.253911 -0.085216 -0.963466 -vn -0.362016 -0.116356 -0.924881 -vn -0.353088 -0.116929 -0.928255 -vn -0.786423 -0.255190 -0.562510 -vn 0.732715 0.113382 0.671024 -vn 0.771442 0.106034 0.627402 -vn 0.809962 0.102045 0.577536 -vn 0.997161 -0.048276 0.057781 -vn 0.999230 0.010114 0.037906 -vn 0.159971 0.166000 0.973064 -vn 0.967883 -0.148595 0.202784 -vn 0.877392 -0.433653 0.205254 -vn 0.609525 0.120806 0.783508 -vn 0.577432 0.000429 0.816439 -vn 0.471080 -0.713082 0.519228 -vn 0.581363 -0.721052 0.376963 -vn 0.295135 -0.843509 0.448763 -vn 0.321414 -0.136514 0.937047 -vn 0.907523 -0.396280 0.139159 -vn 0.609311 -0.751982 0.251521 -vn 0.157677 -0.936811 0.312288 -vn 0.945086 -0.241263 -0.220466 -vn 0.970653 -0.176962 -0.162842 -vn 0.821187 -0.425881 -0.379838 -vn 0.739986 -0.582558 -0.336226 -vn 0.464464 -0.422210 -0.778468 -vn 0.563531 -0.249315 -0.787575 -vn 0.604259 -0.366583 -0.707452 -vn 0.502408 -0.653238 -0.566451 -vn 0.502866 -0.745428 -0.437565 -vn 0.502866 -0.745428 -0.437565 -vn 0.490880 -0.818844 -0.297542 -vn 0.290864 -0.956687 -0.012191 -vn 0.931586 -0.004882 -0.363488 -vn 0.893479 -0.001004 -0.449103 -vn 0.752129 -0.002058 -0.659013 -vn 0.684420 0.000682 -0.729087 -vn 0.604648 0.000032 -0.796493 -vn 0.531281 -0.000836 -0.847195 -vn 0.367017 -0.001301 -0.930213 -vn -0.403521 0.155302 0.901694 -vn -0.379963 0.142933 0.913892 -vn -0.913616 0.069294 0.400629 -vn -0.884114 0.069068 0.462139 -vn -0.941696 -0.199774 0.270738 -vn -0.908118 -0.248217 0.337210 -vn -0.941696 -0.199774 0.270738 -vn -0.902724 -0.312259 0.295947 -vn -0.771526 0.018866 0.635918 -vn -0.794522 -0.499759 0.344930 -vn -0.612559 -0.104169 0.783531 -vn -0.644094 -0.448507 0.619665 -vn -0.441543 0.001876 0.897238 -vn -0.491737 -0.615678 0.615740 -vn -0.471018 -0.123638 0.873416 -vn -0.342922 -0.546792 0.763821 -vn -0.267441 -0.914367 0.303988 -vn -0.517379 -0.812871 0.267506 -vn -0.764498 -0.611489 0.204019 -vn -0.986199 -0.159764 0.043438 -vn -0.842141 -0.000144 -0.539258 -vn -0.830083 -0.075739 -0.552472 -vn -0.809004 -0.586707 0.035882 -vn -0.740017 -0.503845 -0.445549 -vn -0.664804 -0.746938 0.010949 -vn -0.604296 -0.787235 -0.122830 -vn -0.646531 -0.572362 -0.504381 -vn -0.490845 -0.542277 -0.681914 -vn -0.646531 -0.572362 -0.504381 -vn -0.632963 -0.473035 -0.612859 -vn -0.333532 -0.882124 -0.332587 -vn -0.335218 -0.594007 -0.731289 -vn -0.158191 -0.968856 -0.190509 -vn -0.380220 0.001180 -0.924895 -vn -0.371879 -0.002097 -0.928279 -vn -0.267907 -0.002550 -0.963442 -vn -0.389560 -0.001964 -0.920999 -vn -0.826826 0.000330 -0.562458 -vn 0.832599 -0.181371 0.523338 -vn 0.872781 -0.198887 0.445754 -vn 0.801867 -0.153243 0.577517 -vn 0.935289 -0.261617 0.238310 -vn 0.953451 -0.299155 0.037906 -vn 0.203402 0.108452 0.973070 -vn 0.897387 -0.362833 0.251096 -vn 0.700377 -0.683564 0.205455 -vn 0.549356 -0.177953 0.816419 -vn 0.227664 -0.823767 0.519208 -vn 0.330085 -0.865388 0.377025 -vn 0.020056 -0.893446 0.448722 -vn 0.263460 -0.229167 0.937055 -vn 0.740643 -0.657327 0.139176 -vn 0.623028 -0.761775 0.177584 -vn 0.347168 -0.903449 0.251503 -vn -0.212145 -0.925348 0.314207 -vn 0.755431 -0.624088 -0.199595 -vn 0.657334 -0.402572 -0.637062 -vn 0.708449 -0.309294 -0.634379 -vn 0.544240 -0.307866 -0.780399 -vn 0.643181 -0.296557 -0.705955 -vn 0.562208 -0.421174 -0.711713 -vn 0.348628 -0.114683 -0.930218 -vn 0.247913 -0.864367 -0.437503 -vn 0.133159 -0.669547 -0.730736 -vn 0.884474 -0.292472 -0.363545 -vn 0.849437 -0.277107 -0.449076 -vn 0.714667 -0.234386 -0.659025 -vn 0.504964 -0.165016 -0.847220 -vn -0.453268 0.292082 0.842162 -vn -0.412532 0.271738 0.869469 -vn -0.335770 0.272412 0.901693 -vn -0.847455 0.348233 0.400691 -vn -0.823026 0.352040 0.445753 -vn -0.862661 0.348736 0.366332 -vn -0.957353 0.101097 0.270658 -vn -0.955042 -0.017820 0.295936 -vn -0.910059 -0.229859 0.344901 -vn -0.614790 0.090138 0.783523 -vn -0.657874 -0.433578 0.615802 -vn -0.346275 -0.033084 0.937550 -vn -0.536962 -0.786927 0.304002 -vn -0.743209 -0.613262 0.267490 -vn -0.916053 -0.345288 0.204017 -vn -0.987301 0.152806 0.043434 -vn -0.800994 0.260092 -0.539222 -vn -0.812829 0.184400 -0.552544 -vn -0.950660 -0.308138 0.036007 -vn -0.859509 -0.250480 -0.445538 -vn -0.863073 -0.504959 0.011021 -vn -0.817986 -0.561974 -0.122815 -vn -0.791797 -0.344482 -0.504371 -vn -0.634444 -0.364008 -0.681893 -vn -0.791797 -0.344482 -0.504371 -vn -0.748137 -0.254278 -0.612889 -vn -0.589837 -0.735876 -0.332535 -vn -0.502386 -0.461281 -0.731320 -vn -0.449827 -0.872548 -0.190566 -vn -0.361322 0.118614 -0.924866 -vn -0.371113 0.118531 -0.920992 -vn -0.786268 0.255803 -0.562448 -vn -0.939359 0.307625 -0.151562 -vn 0.659416 -0.338964 0.671024 -vn 0.666661 -0.350797 0.657651 -vn 0.686464 -0.367665 0.627367 -vn 0.715247 -0.393503 0.577562 -vn 0.768580 -0.458864 0.445790 -vn 0.788893 -0.493220 0.366581 -vn 0.741358 -0.622368 0.251089 -vn 0.454941 -0.866548 0.205241 -vn 0.409701 -0.816127 0.407532 -vn 0.241814 -0.877550 0.414044 -vn 0.472206 -0.588738 0.656056 -vn -0.038035 -0.853840 0.519144 -vn 0.248123 -0.495073 0.832669 -vn 0.179770 -0.299309 0.937068 -vn 0.311290 -0.375833 0.872839 -vn 0.390706 -0.108709 0.914074 -vn 0.501288 -0.854017 0.139162 -vn 0.357073 -0.917041 0.177581 -vn 0.050923 -0.966519 0.251491 -vn -0.487736 -0.814485 0.314210 -vn 0.408162 -0.900622 -0.149275 -vn 0.525578 -0.827066 -0.199323 -vn 0.414034 -0.827264 -0.379750 -vn 0.127620 -0.614597 -0.778449 -vn 0.309317 -0.532958 -0.787578 -vn 0.273400 -0.651776 -0.707418 -vn 0.022499 -0.823808 -0.566422 -vn -0.031336 -0.898643 -0.437560 -vn 0.717260 -0.522736 -0.460744 -vn 0.607251 -0.443778 -0.659020 -vn 0.554126 -0.401703 -0.729095 -vn 0.489225 -0.355439 -0.796443 -vn 0.429335 -0.313016 -0.847167 -vn 0.296219 -0.216846 -0.930179 -vn -0.455151 0.481072 0.749271 -vn -0.445536 0.467746 0.763355 -vn -0.375888 0.433801 0.818856 -vn -0.308359 0.385877 0.869491 -vn -0.561585 0.540056 0.626867 -vn -0.698396 0.593108 0.400583 -vn -0.712665 0.598260 0.366324 -vn -0.912607 0.379262 0.152670 -vn -0.903753 0.135944 0.405894 -vn -0.784757 0.015825 0.619602 -vn -0.453758 0.176866 0.873397 -vn -0.702497 -0.114208 0.702463 -vn -0.753819 -0.582542 0.303975 -vn -0.896318 -0.353662 0.267464 -vn -0.977914 -0.045373 0.204022 -vn -0.958573 0.261174 0.113693 -vn -0.880829 0.470904 0.048887 -vn -0.891736 0.450468 0.043419 -vn -0.681352 0.494887 -0.539301 -vn -0.716053 0.426649 -0.552484 -vn -0.999351 0.000703 0.036027 -vn -0.894828 0.027355 -0.445572 -vn -0.976885 -0.213484 0.011001 -vn -0.888470 -0.432701 -0.152939 -vn -0.789921 -0.231686 -0.567756 -vn -0.218129 0.155416 -0.963465 -vn -0.307050 0.224438 -0.924850 -vn -0.302085 0.216930 -0.928271 -vn -0.668668 0.486271 -0.562516 -vn -0.798328 0.582838 -0.151565 -vn 0.589155 -0.673911 0.445803 -vn 0.597875 -0.712861 0.366573 -vn 0.605122 -0.734955 0.306053 -vn 0.228275 -0.031817 0.973077 -vn 0.512707 -0.821033 0.251070 -vn 0.164856 -0.964691 0.205409 -vn 0.455956 -0.422140 0.783519 -vn 0.339769 -0.466889 0.816439 -vn -0.300040 -0.800307 0.519119 -vn -0.241632 -0.894155 0.376962 -vn 0.078404 -0.340244 0.937063 -vn -0.136344 -0.522929 0.841401 -vn 0.450656 -0.891541 0.045432 -vn 0.212862 -0.967118 0.139187 -vn 0.056254 -0.982497 0.177582 -vn -0.250182 -0.934958 0.251522 -vn -0.715492 -0.623986 0.314187 -vn 0.109857 -0.982676 -0.149262 -vn 0.244299 -0.948975 -0.199410 -vn 0.295179 -0.712061 -0.637055 -vn 0.391277 -0.666601 -0.634464 -vn 0.259349 -0.568947 -0.780409 -vn 0.346078 -0.618024 -0.705887 -vn 0.207211 -0.671192 -0.711734 -vn -0.036399 -0.941132 -0.336074 -vn 0.214663 -0.297751 -0.930196 -vn -0.307496 -0.844941 -0.437631 -vn -0.285826 -0.619951 -0.730729 -vn 0.578466 -0.799692 -0.160838 -vn 0.543645 -0.756569 -0.363391 -vn 0.440364 -0.609720 -0.659030 -vn 0.311579 -0.430385 -0.847164 -vn 0.213544 -0.291569 -0.932409 -vn -0.338985 0.659392 0.671038 -vn -0.322969 0.636421 0.700471 -vn -0.284182 0.598124 0.749325 -vn -0.173342 0.462770 0.869365 -vn -0.480934 0.779881 0.400610 -vn -0.680631 0.723329 0.116349 -vn -0.817486 0.408587 0.405923 -vn -0.741453 0.257521 0.619621 -vn -0.376914 0.308464 0.873376 -vn -0.787080 0.035927 0.615804 -vn -0.896951 -0.321073 0.303958 -vn -0.961735 -0.059266 0.267495 -vn -0.944086 0.259005 0.204005 -vn -0.766074 0.639186 -0.067619 -vn -0.495081 0.681206 -0.539309 -vn -0.549158 0.626999 -0.552538 -vn -0.975473 0.217778 0.032011 -vn -0.883476 0.373220 -0.283155 -vn -0.842544 0.302586 -0.445602 -vn -0.978698 -0.136963 -0.152942 -vn -0.822794 0.023764 -0.567843 -vn -0.159509 0.215261 -0.963442 -vn -0.776937 -0.139296 -0.613976 -vn -0.222568 0.308280 -0.924893 -vn -0.220327 0.299643 -0.928262 -vn -0.485710 0.669080 -0.562510 -vn 0.334237 -0.661817 0.671032 -vn 0.339206 -0.700928 0.627407 -vn 0.347342 -0.738778 0.577547 -vn 0.338164 -0.910400 0.238363 -vn 0.318349 -0.947214 0.037930 -vn 0.207296 -0.100833 0.973068 -vn 0.157898 -0.966378 0.202933 -vn 0.186322 -0.975656 0.115668 -vn -0.141321 -0.968444 0.205294 -vn 0.303215 -0.542396 0.783497 -vn 0.178835 -0.549123 0.816383 -vn -0.532655 -0.668380 0.519180 -vn -0.506111 -0.775692 0.377033 -vn -0.711034 -0.541422 0.448658 -vn -0.030642 -0.347899 0.937031 -vn -0.250036 -0.951815 0.177565 -vn -0.526805 -0.811924 0.251507 -vn -0.842235 -0.439483 0.312241 -vn 0.241932 -0.956120 -0.165237 -vn 0.062413 -0.973402 -0.220438 -vn -0.151330 -0.912627 -0.379752 -vn -0.325406 -0.883822 -0.336110 -vn -0.257984 -0.572218 -0.778467 -vn -0.063077 -0.612956 -0.787595 -vn -0.161874 -0.687988 -0.707439 -vn -0.465964 -0.679728 -0.566434 -vn -0.553572 -0.708645 -0.437470 -vn -0.553572 -0.708645 -0.437470 -vn -0.627124 -0.719884 -0.297461 -vn -0.819961 -0.572287 -0.012332 -vn 0.283236 -0.887423 -0.363673 -vn 0.275118 -0.850063 -0.449113 -vn 0.230424 -0.715922 -0.659060 -vn 0.212143 -0.650619 -0.729171 -vn 0.186889 -0.575116 -0.796439 -vn 0.163397 -0.505706 -0.847091 -vn 0.113017 -0.343295 -0.932403 -vn 0.079505 -0.257514 -0.962998 -vn -0.118610 0.731885 0.671027 -vn -0.110455 0.705057 0.700496 -vn -0.085410 0.656693 0.749306 -vn -0.022626 0.493419 0.869498 -vn -0.287200 0.910408 0.297781 -vn -0.323450 0.906061 0.272825 -vn -0.481061 0.833865 0.270646 -vn -0.651208 0.641182 0.405973 -vn -0.625597 0.473965 0.619666 -vn -0.263136 0.409782 0.873406 -vn -0.737475 0.277420 0.615767 -vn -0.625955 0.157169 0.763857 -vn -0.952272 -0.028165 0.303948 -vn -0.932960 0.240870 0.267522 -vn -0.817825 0.538082 0.204034 -vn -0.531071 0.844628 -0.067574 -vn -0.260330 0.800838 -0.539339 -vn -0.328520 0.765971 -0.552597 -vn -0.808058 0.587999 0.036052 -vn -0.707884 0.548087 -0.445535 -vn -0.915803 0.401477 0.010970 -vn -0.973115 0.172225 -0.152924 -vn -0.775219 0.276871 -0.567783 -vn -0.085195 0.254031 -0.963437 -vn -0.116401 0.361964 -0.924896 -vn -0.116926 0.353084 -0.928257 -vn -0.255235 0.786487 -0.562399 -vn 0.113371 -0.732713 0.671028 -vn 0.106008 -0.771453 0.627393 -vn 0.102050 -0.809937 0.577571 -vn 0.040240 -0.970348 0.238340 -vn 0.010078 -0.999231 0.037906 -vn 0.165969 -0.160653 0.972957 -vn -0.148621 -0.967849 0.202929 -vn -0.124274 -0.985493 0.115580 -vn -0.433586 -0.877382 0.205439 -vn 0.120809 -0.609529 0.783504 -vn 0.000410 -0.577451 0.816426 -vn -0.713100 -0.471049 0.519231 -vn -0.721031 -0.581373 0.376987 -vn -0.136539 -0.321446 0.937032 -vn -0.531982 -0.827918 0.177614 -vn -0.752031 -0.609250 0.251523 -vn -0.945605 -0.084247 0.314219 -vn -0.065258 -0.984037 -0.165570 -vn -0.241416 -0.945042 -0.220488 -vn -0.179731 -0.749544 -0.637087 -vn -0.075299 -0.769321 -0.634410 -vn -0.124594 -0.612731 -0.780408 -vn -0.582566 -0.740014 -0.336149 -vn -0.001295 -0.367109 -0.930177 -vn -0.745449 -0.502907 -0.437482 -vn -0.595641 -0.333556 -0.730721 -vn -0.914409 -0.267339 0.303950 -vn -0.004885 -0.931562 -0.363550 -vn -0.002055 -0.752192 -0.658940 -vn -0.000840 -0.531337 -0.847160 -vn 0.113375 0.732729 0.671010 -vn 0.112842 0.704729 0.700445 -vn 0.121696 0.650955 0.749298 -vn 0.130934 0.476335 0.869460 -vn 0.069283 0.913568 0.400741 -vn -0.199785 0.941751 0.270539 -vn -0.199785 0.941751 0.270539 -vn -0.312055 0.902812 0.295892 -vn -0.499756 0.794500 0.344983 -vn -0.104234 0.612530 0.783545 -vn -0.615648 0.491746 0.615762 -vn -0.914409 0.267339 0.303951 -vn -0.812869 0.517379 0.267513 -vn -0.611473 0.764512 0.204015 -vn -0.159718 0.986205 0.043464 -vn -0.000138 0.842207 -0.539154 -vn -0.075663 0.830114 -0.552437 -vn -0.586769 0.808960 0.035860 -vn -0.503862 0.739962 -0.445622 -vn -0.746914 0.664830 0.011032 -vn -0.872283 0.464461 -0.152967 -vn -0.651675 0.502879 -0.567831 -vn -0.002544 0.267924 -0.963437 -vn 0.001186 0.380210 -0.924899 -vn 0.000327 0.826832 -0.562449 -vn -0.118602 -0.731876 0.671037 -vn -0.137561 -0.766464 0.627383 -vn -0.153252 -0.801829 0.577567 -vn -0.261601 -0.935288 0.238330 -vn -0.299183 -0.953441 0.037953 -vn 0.017328 -0.405161 0.914081 -vn -0.440317 -0.874623 0.202868 -vn -0.423079 -0.898687 0.115609 -vn -0.683496 -0.700479 0.205335 -vn -0.177998 -0.549305 0.816444 -vn -0.823746 -0.227637 0.519253 -vn -0.865398 -0.330131 0.376961 -vn -0.893459 -0.020095 0.448695 -vn -0.229216 -0.263500 0.937031 -vn -0.761802 -0.622991 0.177594 -vn -0.903498 -0.347010 0.251547 -vn -0.925360 0.212123 0.314186 -vn -0.366130 -0.915661 -0.165871 -vn -0.521604 -0.824196 -0.220524 -vn -0.402524 -0.657322 -0.637104 -vn -0.309320 -0.708355 -0.634471 -vn -0.307839 -0.544243 -0.780407 -vn -0.114664 -0.348729 -0.930183 -vn -0.864367 -0.247914 -0.437503 -vn -0.669551 -0.133154 -0.730733 -vn -0.764329 0.065295 -0.641512 -vn -0.292553 -0.884397 -0.363668 -vn -0.234335 -0.714680 -0.659030 -vn -0.164937 -0.505090 -0.847160 -vn 0.207296 0.100834 0.973068 -vn 0.338865 0.819523 0.462117 -vn 0.342739 0.780806 0.522371 -vn 0.101012 0.957314 0.270826 -vn -0.017775 0.955047 0.295921 -vn 0.256443 0.727923 0.635897 -vn 0.176938 0.778182 0.602599 -vn -0.373013 0.903140 0.212602 -vn 0.090150 0.614793 0.783519 -vn -0.227544 0.751141 0.619687 -vn -0.433551 0.657956 0.615733 -vn -0.786977 0.536917 0.303953 -vn -0.613251 0.743204 0.267528 -vn -0.345372 0.916016 0.204040 -vn 0.074309 0.994234 0.077306 -vn 0.175536 0.983259 0.048866 -vn 0.152823 0.987296 0.043489 -vn 0.066921 0.995459 -0.067691 -vn 0.154873 0.987005 -0.042846 -vn 0.260102 0.800931 -0.539311 -vn 0.184574 0.812744 -0.552612 -vn -0.308112 0.950670 0.035975 -vn -0.250465 0.859456 -0.445649 -vn -0.504958 0.863073 0.011072 -vn -0.686064 0.711285 -0.152936 -vn -0.464388 0.679672 -0.567793 -vn 0.080317 0.255581 -0.963446 -vn 0.118672 0.361263 -0.924882 -vn 0.113016 0.354402 -0.928238 -vn 0.255844 0.786335 -0.562336 -vn -0.393537 -0.715229 0.577560 -vn -0.338976 -0.659402 0.671032 -vn -0.367677 -0.686449 0.627377 -vn -0.537817 -0.808672 0.238333 -vn -0.579145 -0.814342 0.037932 -vn -0.197117 -0.506912 0.839158 -vn -0.249652 -0.563200 0.787705 -vn -0.622281 -0.741424 0.251111 -vn -0.816133 -0.409779 0.407441 -vn -0.877570 -0.241777 0.414023 -vn -0.870230 -0.350049 0.346650 -vn -0.853780 0.038073 0.519240 -vn -0.880144 -0.117685 0.459887 -vn -0.495076 -0.248173 0.832652 -vn -0.299355 -0.179766 0.937054 -vn -0.853977 -0.501361 0.139144 -vn -0.961573 -0.150207 0.229817 -vn -0.966512 -0.050964 0.251511 -vn -0.814549 0.487627 0.314213 -vn -0.826986 -0.525622 -0.199540 -vn -0.585936 -0.500799 -0.637087 -vn -0.513171 -0.578031 -0.634457 -vn -0.460989 -0.422408 -0.780424 -vn -0.480746 -0.520105 -0.705956 -vn -0.574349 -0.404492 -0.711695 -vn -0.216780 -0.296224 -0.930192 -vn -0.898671 0.031331 -0.437503 -vn -0.677900 0.080261 -0.730759 -vn -0.706704 0.298272 -0.641563 -vn -0.551511 -0.750775 -0.363555 -vn -0.525931 -0.722292 -0.449100 -vn -0.443731 -0.607336 -0.658974 -vn -0.312971 -0.429384 -0.847159 -vn -0.211348 -0.293194 -0.932400 -vn 0.417781 0.340824 0.842198 -vn 0.385894 0.308334 0.869492 -vn 0.362850 0.235226 0.901670 -vn 0.593109 0.698380 0.400607 -vn 0.589181 0.673894 0.445795 -vn 0.598277 0.712642 0.366342 -vn 0.391844 0.879328 0.270630 -vn 0.278202 0.913798 0.295934 -vn 0.275722 0.556796 0.783553 -vn 0.015779 0.784688 0.619690 -vn -0.072992 0.836539 0.543024 -vn 0.075478 0.339616 0.937531 -vn -0.582489 0.753873 0.303945 -vn -0.250192 0.934955 0.251520 -vn -0.045349 0.977919 0.204005 -vn 0.450499 0.891719 0.043444 -vn 0.494882 0.681369 -0.539284 -vn 0.426716 0.715982 -0.552524 -vn 0.000728 0.999350 0.036056 -vn 0.027316 0.894840 -0.445550 -vn -0.213482 0.976885 0.011008 -vn -0.432695 0.888481 -0.152894 -vn -0.231606 0.789882 -0.567843 -vn 0.155407 0.218252 -0.963439 -vn 0.224456 0.306899 -0.924896 -vn 0.216908 0.302127 -0.928262 -vn 0.486264 0.668675 -0.562513 -vn 0.582861 0.798311 -0.151566 -vn -0.372830 -0.441266 0.816261 -vn -0.446993 -0.467053 0.762927 -vn -0.455100 -0.481048 0.749318 -vn -0.561807 -0.539229 0.627380 -vn -0.595299 -0.558618 0.577551 -vn -0.761377 -0.602912 0.238331 -vn -0.802450 -0.595514 0.037902 -vn -0.820943 -0.512828 0.251117 -vn -0.964694 -0.164912 0.205353 -vn -0.809751 -0.279546 0.515904 -vn -0.800238 0.300110 0.519185 -vn -0.894133 0.241694 0.376976 -vn -0.547533 -0.083028 0.832655 -vn -0.340241 -0.078447 0.937060 -vn -0.967121 -0.212871 0.139152 -vn -0.982498 -0.056252 0.177579 -vn -0.934915 0.250404 0.251461 -vn -0.623929 0.715535 0.314202 -vn -0.948959 -0.244266 -0.199527 -vn -0.712038 -0.295174 -0.637083 -vn -0.666645 -0.391291 -0.634410 -vn -0.744042 -0.352206 -0.567761 -vn -0.914696 -0.138167 -0.379790 -vn -0.568944 -0.259311 -0.780423 -vn -0.941127 0.036395 -0.336089 -vn -0.297695 -0.214730 -0.930198 -vn -0.397109 -0.103976 -0.911863 -vn -0.845023 0.307477 -0.437487 -vn -0.619936 0.285840 -0.730736 -vn -0.718772 -0.520659 -0.460740 -vn -0.728999 -0.525688 -0.438420 -vn -0.723400 -0.524470 -0.449025 -vn -0.738411 -0.536259 -0.408871 -vn -0.529514 -0.383888 -0.756468 -vn -0.430355 -0.311656 -0.847151 -vn 0.598159 0.284172 0.749301 -vn 0.582589 0.279185 0.763312 -vn 0.528692 0.223425 0.818881 -vn 0.462322 0.174005 0.869472 -vn 0.687140 0.367195 0.626902 -vn 0.804842 0.531844 0.263384 -vn 0.808600 0.537876 0.238444 -vn 0.723018 0.680968 0.116307 -vn 0.610523 0.755527 0.237574 -vn 0.408631 0.817420 0.406011 -vn 0.426605 0.853191 0.300122 -vn 0.257495 0.741415 0.619678 -vn 0.308436 0.376897 0.873393 -vn 0.035974 0.787125 0.615743 -vn -0.267771 0.658942 0.702919 -vn -0.321114 0.896938 0.303953 -vn -0.059253 0.961733 0.267504 -vn 0.259056 0.944071 0.204008 -vn 0.639308 0.765970 -0.067648 -vn 0.681185 0.495115 -0.539303 -vn 0.626998 0.549192 -0.552504 -vn 0.309539 0.950206 0.035964 -vn 0.302518 0.842587 -0.445566 -vn 0.098853 0.995041 0.011002 -vn -0.136943 0.978698 -0.152963 -vn 0.023769 0.822841 -0.567775 -vn 0.215250 0.159547 -0.963438 -vn -0.139316 0.776922 -0.613990 -vn 0.308338 0.222525 -0.924884 -vn 0.299667 0.220316 -0.928257 -vn 0.669214 0.485717 -0.562345 -vn -0.823001 -0.352081 0.445767 -vn -0.862706 -0.348349 0.366594 -vn -0.885958 -0.348411 0.306087 -vn -0.100804 -0.207299 0.973070 -vn -0.966374 -0.158036 0.202843 -vn -0.975674 -0.186136 0.115820 -vn -0.968431 0.141341 0.205338 -vn -0.542335 -0.303232 0.783533 -vn -0.549048 -0.178848 0.816431 -vn -0.668397 0.532596 0.519218 -vn -0.775723 0.506103 0.376980 -vn -0.541395 0.711038 0.448684 -vn -0.347856 0.030527 0.937051 -vn -0.951779 0.250163 0.177583 -vn -0.811864 0.526909 0.251483 -vn -0.439469 0.842203 0.312348 -vn -0.956110 -0.241825 -0.165449 -vn -0.973406 -0.062435 -0.220413 -vn -0.912616 0.151293 -0.379792 -vn -0.883824 0.325390 -0.336120 -vn -0.572204 0.257997 -0.778473 -vn -0.612965 0.063020 -0.787593 -vn -0.687936 0.161939 -0.707474 -vn -0.679659 0.466067 -0.566433 -vn -0.708616 0.553590 -0.437495 -vn -0.708616 0.553590 -0.437495 -vn -0.719883 0.627108 -0.297496 -vn -0.572277 0.819969 -0.012268 -vn -0.939310 -0.303016 -0.160869 -vn -0.887506 -0.283218 -0.363485 -vn -0.850054 -0.275175 -0.449096 -vn -0.715909 -0.230485 -0.659053 -vn -0.650724 -0.212121 -0.729084 -vn -0.575048 -0.186888 -0.796488 -vn -0.505520 -0.163420 -0.847198 -vn 0.731895 0.118617 0.671014 -vn 0.705151 0.110442 0.700403 -vn 0.656647 0.085441 0.749343 -vn 0.493434 0.022649 0.869488 -vn 0.862145 0.207579 0.462187 -vn 0.833796 0.481167 0.270670 -vn 0.762180 0.575752 0.295959 -vn 0.641213 0.651231 0.405888 -vn 0.474037 0.625560 0.619649 -vn 0.409813 0.263160 0.873384 -vn 0.277414 0.737499 0.615741 -vn 0.157187 0.625977 0.763836 -vn -0.028196 0.952275 0.303938 -vn 0.240892 0.932957 0.267512 -vn 0.538135 0.817793 0.204022 -vn 0.848101 0.524163 0.077317 -vn 0.898669 0.435897 0.048867 -vn 0.888591 0.456637 0.043460 -vn 0.844714 0.530929 -0.067626 -vn 0.889481 0.454975 -0.042672 -vn 0.800898 0.260359 -0.539236 -vn 0.766085 0.328465 -0.552471 -vn 0.588010 0.808053 0.035980 -vn 0.548082 0.707854 -0.445588 -vn 0.401463 0.915810 0.010961 -vn 0.331431 0.935464 -0.122724 -vn 0.438066 0.744135 -0.504343 -vn 0.299266 0.667419 -0.681903 -vn 0.438066 0.744135 -0.504343 -vn 0.455779 0.645465 -0.612895 -vn 0.135249 0.668490 -0.731320 -vn 0.002700 0.513295 -0.858208 -vn 0.060684 0.213212 -0.975120 -vn 0.362096 0.116365 -0.924849 -vn 0.353114 0.116914 -0.928247 -vn 0.369949 0.122258 -0.920973 -vn 0.786443 0.255173 -0.562489 -vn -0.732702 -0.113379 0.671039 -vn -0.771459 -0.106009 0.627386 -vn -0.809942 -0.102049 0.577564 -vn -0.970354 -0.040261 0.238310 -vn -0.999230 -0.010114 0.037912 -vn -0.159972 -0.166004 0.973063 -vn -0.967873 0.148583 0.202844 -vn -0.985459 0.124396 0.115739 -vn -0.877420 0.433563 0.205324 -vn -0.633889 0.220884 0.741212 -vn -0.471053 0.713105 0.519221 -vn -0.581351 0.721082 0.376925 -vn -0.516039 -0.130450 0.846573 -vn -0.295164 0.843547 0.448672 -vn -0.321417 0.136513 0.937046 -vn -0.342931 0.417707 0.841379 -vn -0.827966 0.531918 0.177585 -vn -0.609357 0.751948 0.251511 -vn -0.157672 0.936811 0.312289 -vn -0.984034 0.065379 -0.165536 -vn -0.945069 0.241320 -0.220477 -vn -0.821202 0.425891 -0.379795 -vn -0.740010 0.582579 -0.336135 -vn -0.464490 0.422228 -0.778442 -vn -0.563522 0.249307 -0.787584 -vn -0.604231 0.366574 -0.707480 -vn -0.502382 0.653248 -0.566463 -vn -0.502884 0.745457 -0.437495 -vn -0.502884 0.745457 -0.437495 -vn -0.490912 0.818843 -0.297493 -vn -0.290864 0.956686 -0.012208 -vn -0.931565 0.004882 -0.363543 -vn -0.893520 0.000978 -0.449023 -vn -0.752110 0.002065 -0.659035 -vn -0.684411 -0.000687 -0.729096 -vn -0.604707 -0.000032 -0.796448 -vn -0.531245 0.000837 -0.847218 -vn -0.367051 0.001302 -0.930200 -vn 0.732738 -0.113364 0.671002 -vn 0.704774 -0.112809 0.700405 -vn 0.650943 -0.121689 0.749310 -vn 0.475368 -0.133097 0.869661 -vn 0.954577 -0.008153 0.297852 -vn 0.961679 0.027696 0.272776 -vn 0.941707 0.199773 0.270700 -vn 0.811053 0.421254 0.405880 -vn 0.644168 0.448426 0.619647 -vn 0.471076 0.123677 0.873379 -vn 0.491741 0.615701 0.615714 -vn 0.267391 0.914385 0.303977 -vn 0.517367 0.812878 0.267507 -vn 0.764439 0.611562 0.204024 -vn 0.986192 0.159801 0.043454 -vn 0.842128 0.000145 -0.539277 -vn 0.830062 0.075813 -0.552493 -vn 0.809046 0.586651 0.035855 -vn 0.739986 0.503856 -0.445589 -vn 0.664777 0.746960 0.011041 -vn 0.604303 0.787244 -0.122739 -vn 0.646558 0.572410 -0.504291 -vn 0.490876 0.542285 -0.681886 -vn 0.646558 0.572410 -0.504291 -vn 0.632929 0.473117 -0.612831 -vn 0.333541 0.882127 -0.332569 -vn 0.335221 0.594001 -0.731294 -vn 0.158180 0.968867 -0.190460 -vn 0.380232 -0.001185 -0.924890 -vn 0.371889 0.002095 -0.928275 -vn 0.267858 0.002551 -0.963455 -vn 0.389625 0.001964 -0.920972 -vn 0.826827 -0.000330 -0.562457 -vn -0.731871 0.118586 0.671046 -vn -0.766418 0.137558 0.627440 -vn -0.801851 0.153225 0.577544 -vn -0.935296 0.261598 0.238303 -vn -0.953454 0.299149 0.037888 -vn -0.203402 -0.108444 0.973071 -vn -0.874534 0.440509 0.202836 -vn -0.898906 0.422576 0.115751 -vn -0.700431 0.683542 0.205346 -vn -0.617010 0.073483 0.783517 -vn -0.549347 0.178029 0.816409 -vn -0.227668 0.823776 0.519192 -vn -0.330106 0.865397 0.376985 -vn -0.263508 0.229181 0.937038 -vn -0.623001 0.761796 0.177585 -vn -0.347068 0.903489 0.251499 -vn 0.212148 0.925351 0.314195 -vn -0.915720 0.366137 -0.165533 -vn -0.824170 0.521662 -0.220484 -vn -0.657308 0.402585 -0.637080 -vn -0.708443 0.309245 -0.634410 -vn -0.722292 0.394959 -0.567716 -vn -0.649415 0.658830 -0.379742 -vn -0.544227 0.307890 -0.780398 -vn -0.348714 0.114683 -0.930186 -vn -0.317521 0.260216 -0.911849 -vn -0.247917 0.864392 -0.437452 -vn -0.133145 0.669523 -0.730761 -vn -0.077474 0.874645 -0.478533 -vn -0.923731 0.302481 -0.235003 -vn -0.621752 0.202633 -0.756548 -vn -0.505086 0.165011 -0.847148 -vn 0.661838 -0.334225 0.671017 -vn 0.635439 -0.325044 0.700402 -vn 0.581461 -0.316904 0.749317 -vn 0.412533 -0.271764 0.869460 -vn 0.819535 -0.338862 0.462099 -vn 0.957375 -0.100798 0.270689 -vn 0.955045 0.017796 0.295927 -vn 0.778185 -0.176766 0.602646 -vn 0.903099 0.373108 0.212610 -vn 0.614796 -0.090117 0.783521 -vn 0.751203 0.227340 0.619686 -vn 0.657931 0.433549 0.615761 -vn 0.536985 0.786906 0.304016 -vn 0.743166 0.613320 0.267475 -vn 0.916012 0.345399 0.204016 -vn 0.994230 -0.074327 0.077343 -vn 0.983274 -0.175460 0.048853 -vn 0.987286 -0.152893 0.043474 -vn 0.995462 -0.066866 -0.067710 -vn 0.987101 -0.154293 -0.042733 -vn 0.800958 -0.260081 -0.539281 -vn 0.812837 -0.184400 -0.552533 -vn 0.950688 0.308048 0.036031 -vn 0.859456 0.250527 -0.445614 -vn 0.863115 0.504887 0.010984 -vn 0.711277 0.686076 -0.152920 -vn 0.679642 0.464411 -0.567811 -vn 0.255583 -0.080372 -0.963441 -vn 0.361303 -0.118606 -0.924874 -vn 0.786279 -0.255795 -0.562436 -vn -0.659421 0.338950 0.671027 -vn -0.686472 0.367642 0.627372 -vn -0.715223 0.393528 0.577574 -vn -0.808682 0.537801 0.238336 -vn -0.814301 0.579204 0.037898 -vn -0.279630 0.016320 0.959969 -vn -0.455060 0.866441 0.205425 -vn -0.540358 0.824916 0.165913 -vn -0.409705 0.816167 0.407446 -vn -0.241834 0.877542 0.414048 -vn -0.467440 0.339034 0.816429 -vn 0.038066 0.853825 0.519167 -vn -0.248145 0.494947 0.832737 -vn -0.179756 0.299375 0.937050 -vn -0.031967 0.539532 0.841358 -vn -0.618113 0.780322 0.095052 -vn -0.357042 0.917057 0.177560 -vn -0.050887 0.966527 0.251468 -vn 0.487689 0.814526 0.314178 -vn -0.715189 0.650272 -0.256223 -vn -0.408151 0.900632 -0.149247 -vn -0.525617 0.826987 -0.199546 -vn -0.488494 0.864152 -0.120890 -vn -0.500782 0.585945 -0.637092 -vn -0.578102 0.513155 -0.634406 -vn -0.564894 0.598720 -0.567828 -vn -0.414036 0.827268 -0.379739 -vn -0.422429 0.460972 -0.780422 -vn -0.256249 0.906274 -0.336161 -vn -0.296200 0.216834 -0.930187 -vn -0.221577 0.345618 -0.911840 -vn 0.031324 0.898640 -0.437568 -vn 0.080271 0.677905 -0.730754 -vn -0.717274 0.522726 -0.460733 -vn -0.528819 0.384795 -0.756494 -vn -0.429384 0.312998 -0.847149 -vn 0.526174 -0.522381 0.671013 -vn 0.503785 -0.505570 0.700428 -vn 0.455136 -0.481070 0.749282 -vn 0.308368 -0.385883 0.869485 -vn 0.767509 -0.567642 0.297847 -vn 0.794141 -0.543016 0.272899 -vn 0.879345 -0.391790 0.270653 -vn 0.903786 -0.135860 0.405848 -vn 0.784742 -0.015780 0.619622 -vn 0.836538 0.072982 0.543026 -vn 0.453739 -0.176935 0.873393 -vn 0.702456 0.114172 0.702510 -vn 0.759705 0.209054 0.615748 -vn 0.753767 0.582633 0.303932 -vn 0.934924 0.250356 0.251473 -vn 0.977910 0.045427 0.204033 -vn 0.891777 -0.450385 0.043435 -vn 0.681363 -0.494899 -0.539277 -vn 0.715934 -0.426815 -0.552511 -vn 0.999350 -0.000775 0.036035 -vn 0.757737 -0.148785 -0.635372 -vn 0.951607 0.281698 -0.122839 -vn 0.888474 0.432695 -0.152937 -vn 0.218188 -0.155418 -0.963452 -vn 0.695844 0.372563 -0.614002 -vn 0.306928 -0.224443 -0.924890 -vn 0.302017 -0.216935 -0.928291 -vn 0.668692 -0.486277 -0.562482 -vn -0.522406 0.526130 0.671028 -vn -0.539213 0.561798 0.627402 -vn -0.558652 0.595271 0.577547 -vn -0.602886 0.761411 0.238289 -vn -0.595521 0.802446 0.037895 -vn -0.316913 0.186907 0.929856 -vn -0.448919 0.870186 0.203096 -vn -0.478683 0.870310 0.115854 -vn -0.164927 0.964691 0.205352 -vn -0.339794 0.466958 0.816389 -vn 0.300045 0.800245 0.519212 -vn 0.241617 0.894178 0.376918 -vn -0.078428 0.340293 0.937043 -vn -0.056238 0.982494 0.177604 -vn 0.250253 0.934928 0.251561 -vn 0.665171 0.678258 0.312272 -vn -0.525909 0.834248 -0.165678 -vn -0.360083 0.906517 -0.220379 -vn -0.295167 0.712037 -0.637087 -vn -0.391291 0.666609 -0.634448 -vn -0.352219 0.743990 -0.567822 -vn -0.138163 0.914707 -0.379765 -vn -0.259301 0.569034 -0.780361 -vn 0.036393 0.941126 -0.336091 -vn -0.214683 0.297780 -0.930182 -vn -0.104008 0.397171 -0.911832 -vn 0.307500 0.845018 -0.437479 -vn 0.285839 0.619963 -0.730713 -vn 0.603000 0.797648 -0.012186 -vn -0.569547 0.787627 -0.235075 -vn -0.383995 0.529364 -0.756519 -vn -0.311580 0.430388 -0.847162 -vn 0.111526 -0.417773 0.901681 -vn 0.107732 -0.391386 0.913899 -vn 0.680864 -0.723091 0.116462 -vn 0.497656 -0.722987 0.479196 -vn 0.564719 -0.693180 0.447878 -vn 0.783176 -0.546929 0.295810 -vn 0.438076 -0.635283 0.636007 -vn 0.871341 -0.349066 0.344846 -vn 0.444373 -0.434343 0.783504 -vn 0.741466 -0.257504 0.619613 -vn 0.257977 -0.358306 0.897254 -vn 0.787114 -0.035896 0.615762 -vn 0.299704 -0.176761 0.937514 -vn 0.658951 0.267737 0.702923 -vn 0.896934 0.321108 0.303973 -vn 0.961739 0.059194 0.267497 -vn 0.944082 -0.259005 0.204022 -vn 0.766081 -0.639173 -0.067664 -vn 0.495099 -0.681204 -0.539294 -vn 0.549192 -0.626999 -0.552504 -vn 0.950180 -0.309622 0.035939 -vn 0.842543 -0.302602 -0.445593 -vn 0.995035 -0.098908 0.011076 -vn 0.992090 -0.026125 -0.122784 -vn 0.843097 -0.186609 -0.504346 -vn 0.727261 -0.078387 -0.681871 -vn 0.426278 -0.049817 -0.903220 -vn 0.222585 -0.308304 -0.924881 -vn 0.220334 -0.299660 -0.928255 -vn 0.230607 -0.314052 -0.920973 -vn 0.485727 -0.669131 -0.562435 -vn -0.342661 0.780197 0.523331 -vn -0.352072 0.823003 0.445770 -vn -0.347335 0.738763 0.577570 -vn -0.338173 0.910400 0.238350 -vn -0.318359 0.947213 0.037892 -vn -0.316991 0.582078 0.748801 -vn -0.207298 0.100818 0.973069 -vn -0.234196 0.939158 0.251264 -vn 0.141310 0.968429 0.205369 -vn -0.178822 0.549071 0.816421 -vn 0.532635 0.668386 0.519192 -vn 0.506112 0.775740 0.376932 -vn 0.030567 0.347863 0.937047 -vn 0.096406 0.985562 0.139190 -vn 0.250108 0.951786 0.177620 -vn 0.526848 0.811913 0.251452 -vn 0.842132 0.439664 0.312264 -vn 0.060825 0.977993 -0.199575 -vn -0.060740 0.768474 -0.636992 -vn -0.166122 0.754877 -0.634479 -vn -0.070846 0.621278 -0.780381 -vn -0.138181 0.694690 -0.705912 -vn 0.010345 0.702468 -0.711640 -vn 0.325408 0.883822 -0.336109 -vn -0.112204 0.349539 -0.930179 -vn 0.553523 0.708588 -0.437624 -vn 0.463422 0.501297 -0.730713 -vn -0.283291 0.887451 -0.363561 -vn -0.275128 0.850105 -0.449028 -vn -0.230461 0.715966 -0.658999 -vn -0.163379 0.505653 -0.847126 -vn 0.030115 -0.538399 0.842152 -vn 0.022657 -0.493457 0.869475 -vn -0.023004 -0.431817 0.901668 -vn 0.136900 -0.766958 0.626924 -vn 0.299189 -0.933709 0.196655 -vn 0.323134 -0.906116 0.273016 -vn 0.353496 -0.933400 0.061682 -vn 0.423897 -0.898230 0.116166 -vn 0.651204 -0.641248 0.405875 -vn 0.625549 -0.474095 0.619614 -vn 0.263069 -0.409846 0.873396 -vn 0.737525 -0.277363 0.615733 -vn 0.230336 -0.260683 0.937544 -vn 0.733778 -0.114742 0.669630 -vn 0.952251 0.028592 0.303973 -vn 0.932929 -0.241017 0.267497 -vn 0.817835 -0.538075 0.204012 -vn 0.531086 -0.844614 -0.067638 -vn 0.260373 -0.800890 -0.539241 -vn 0.328435 -0.766057 -0.552528 -vn 0.860397 -0.508620 0.031989 -vn 0.725084 -0.627787 -0.283086 -vn 0.707876 -0.548062 -0.445578 -vn 0.973108 -0.172252 -0.152937 -vn 0.775231 -0.276800 -0.567801 -vn 0.085195 -0.254018 -0.963440 -vn 0.781965 -0.107600 -0.613965 -vn 0.116383 -0.361983 -0.924891 -vn 0.116889 -0.353042 -0.928277 -vn 0.255192 -0.786458 -0.562459 -vn 0.698381 -0.644853 -0.310531 -vn 0.695624 -0.602801 -0.390816 -vn 0.491901 -0.418615 -0.763410 -vn 0.433333 -0.395223 -0.809952 -vn 0.106446 -0.119093 -0.987161 -vn 0.394207 -0.434126 -0.810022 -vn 0.564079 -0.650132 -0.509061 -vn 0.546775 -0.595618 -0.588453 -vn 0.698420 -0.698443 -0.156161 -vn 0.572445 -0.572512 -0.586973 -vn 0.416399 -0.416439 -0.808202 -vn 0.219579 -0.219608 -0.950556 -vn 0.464943 -0.829111 -0.310489 -vn 0.475308 -0.788256 -0.390812 -vn 0.397593 -0.703871 -0.588630 -vn 0.396464 -0.648473 -0.649845 -vn 0.289968 -0.509784 -0.809963 -vn 0.062080 -0.142474 -0.987850 -vn 0.240740 -0.534695 -0.810028 -vn 0.335566 -0.792621 -0.509064 -vn 0.335957 -0.735462 -0.588413 -vn 0.378009 -0.891885 -0.248297 -vn 0.431829 -0.847536 -0.308556 -vn 0.367517 -0.721365 -0.586996 -vn 0.267357 -0.524759 -0.808176 -vn 0.140981 -0.276718 -0.950553 -vn 0.185967 -0.932209 -0.310488 -vn 0.208469 -0.896585 -0.390737 -vn 0.151955 -0.627987 -0.763244 -vn 0.118266 -0.574460 -0.809944 -vn 0.016556 -0.161196 -0.986784 -vn 0.063738 -0.582895 -0.810044 -vn 0.074217 -0.857550 -0.509019 -vn 0.092268 -0.803287 -0.588402 -vn 0.154499 -0.975554 -0.156285 -vn 0.126610 -0.799650 -0.586967 -vn 0.092090 -0.581672 -0.808194 -vn 0.048561 -0.306744 -0.950553 -vn -0.060453 -0.757744 -0.649746 -vn -0.079065 -0.702256 -0.707520 -vn -0.060446 -0.757727 -0.649766 -vn -0.033502 -0.151766 -0.987849 -vn -0.119522 -0.574077 -0.810031 -vn -0.194420 -0.838552 -0.508951 -vn -0.160468 -0.792491 -0.588395 -vn -0.148829 -0.939514 -0.308487 -vn -0.126682 -0.799637 -0.586969 -vn -0.092156 -0.581612 -0.808230 -vn -0.048606 -0.306721 -0.950558 -vn -0.397498 -0.863468 -0.310514 -vn -0.358379 -0.847873 -0.390737 -vn -0.335763 -0.735363 -0.588646 -vn -0.291612 -0.701911 -0.649833 -vn -0.124239 -0.281486 -0.951489 -vn -0.078755 -0.133981 -0.987850 -vn -0.291092 -0.509053 -0.810019 -vn -0.444011 -0.737380 -0.509043 -vn -0.397503 -0.704109 -0.588407 -vn -0.499365 -0.830090 -0.248165 -vn -0.431865 -0.847532 -0.308516 -vn -0.367579 -0.721334 -0.586995 -vn -0.267364 -0.524685 -0.808222 -vn -0.644840 -0.698370 -0.310581 -vn -0.602833 -0.695619 -0.390778 -vn -0.395244 -0.433335 -0.809940 -vn -0.418677 -0.492055 -0.763277 -vn -0.434127 -0.394190 -0.810030 -vn -0.470432 -0.397753 -0.787709 -vn -0.455165 -0.394470 -0.798259 -vn -0.650092 -0.564062 -0.509132 -vn -0.595627 -0.546811 -0.588409 -vn -0.698444 -0.698427 -0.156123 -vn -0.572501 -0.572443 -0.586986 -vn -0.416429 -0.416384 -0.808215 -vn -0.219618 -0.219578 -0.950554 -vn -0.829101 -0.464944 -0.310514 -vn -0.788295 -0.475318 -0.390722 -vn -0.509770 -0.290004 -0.809958 -vn -0.550111 -0.338564 -0.763382 -vn -0.534718 -0.240735 -0.810015 -vn -0.570306 -0.232912 -0.787720 -vn -0.554725 -0.234516 -0.798299 -vn -0.792630 -0.335571 -0.509048 -vn -0.735453 -0.335975 -0.588413 -vn -0.880081 -0.448405 -0.156176 -vn -0.721362 -0.367515 -0.587000 -vn -0.524729 -0.267327 -0.808206 -vn -0.276721 -0.140969 -0.950554 -vn -0.932195 -0.185963 -0.310531 -vn -0.896589 -0.208425 -0.390752 -vn -0.792265 -0.160610 -0.588660 -vn -0.739249 -0.176658 -0.649849 -vn -0.154654 -0.015033 -0.987854 -vn -0.582964 -0.063725 -0.809995 -vn -0.857505 -0.074222 -0.509093 -vn -0.803277 -0.092268 -0.588415 -vn -0.975570 -0.154494 -0.156187 -vn -0.799643 -0.126619 -0.586975 -vn -0.581628 -0.092089 -0.808225 -vn -0.306750 -0.048558 -0.950551 -vn -0.757732 0.060458 -0.649760 -vn -0.702234 0.079064 -0.707543 -vn -0.757706 0.060442 -0.649792 -vn -0.449879 0.048725 -0.891759 -vn -0.151761 0.033503 -0.987849 -vn -0.574110 0.119527 -0.810007 -vn -0.838484 0.194393 -0.509073 -vn -0.792479 0.160469 -0.588410 -vn -0.880386 0.139462 -0.453289 -vn -0.699244 0.110785 -0.706247 -vn -0.449765 0.071262 -0.890300 -vn -0.863468 0.397480 -0.310536 -vn -0.847840 0.358406 -0.390785 -vn -0.735370 0.335751 -0.588644 -vn -0.534246 0.241979 -0.809955 -vn -0.597109 0.246215 -0.763439 -vn -0.509065 0.291075 -0.810018 -vn -0.523607 0.324440 -0.787765 -vn -0.515728 0.310908 -0.798349 -vn -0.737393 0.443990 -0.509043 -vn -0.704066 0.397524 -0.588443 -vn -0.847541 0.431866 -0.308491 -vn -0.721350 0.367577 -0.586977 -vn -0.524712 0.267388 -0.808196 -vn -0.276685 0.141011 -0.950558 -vn -0.698397 0.644848 -0.310505 -vn -0.695635 0.602774 -0.390839 -vn -0.595646 0.546544 -0.588639 -vn -0.577517 0.494285 -0.649736 -vn -0.433344 0.395249 -0.809933 -vn -0.106454 0.119104 -0.987158 -vn -0.394214 0.434120 -0.810022 -vn -0.564063 0.650139 -0.509071 -vn -0.546794 0.595630 -0.588423 -vn -0.635119 0.731439 -0.248237 -vn -0.672604 0.672639 -0.308482 -vn -0.572431 0.572500 -0.586998 -vn -0.416375 0.416437 -0.808216 -vn -0.219576 0.219612 -0.950556 -vn -0.464939 0.829110 -0.310496 -vn -0.475316 0.788303 -0.390709 -vn -0.338484 0.550106 -0.763421 -vn -0.289992 0.509802 -0.809942 -vn -0.062077 0.142470 -0.987851 -vn -0.240760 0.534698 -0.810020 -vn -0.335576 0.792617 -0.509066 -vn -0.335977 0.735459 -0.588405 -vn -0.448413 0.880077 -0.156172 -vn -0.367505 0.721367 -0.587000 -vn -0.267317 0.524735 -0.808205 -vn -0.140996 0.276717 -0.950551 -vn -0.185968 0.932203 -0.310505 -vn -0.208405 0.896564 -0.390820 -vn -0.160609 0.792256 -0.588673 -vn -0.176688 0.739328 -0.649751 -vn -0.015030 0.154689 -0.987849 -vn -0.063735 0.582916 -0.810029 -vn -0.074228 0.857535 -0.509043 -vn -0.092264 0.803265 -0.588433 -vn -0.154500 0.975565 -0.156213 -vn -0.126612 0.799645 -0.586973 -vn -0.092090 0.581667 -0.808198 -vn -0.048555 0.306719 -0.950561 -vn 0.060454 0.757741 -0.649749 -vn 0.079062 0.702224 -0.707553 -vn 0.060445 0.757697 -0.649801 -vn 0.033501 0.151760 -0.987850 -vn 0.119529 0.574107 -0.810009 -vn 0.194397 0.838496 -0.509052 -vn 0.160466 0.792459 -0.588439 -vn 0.148827 0.939511 -0.308497 -vn 0.126684 0.799642 -0.586961 -vn 0.092162 0.581655 -0.808198 -vn 0.048605 0.306722 -0.950557 -vn 0.397492 0.863467 -0.310524 -vn 0.358353 0.847883 -0.390739 -vn 0.335755 0.735348 -0.588670 -vn 0.291626 0.701955 -0.649780 -vn 0.124244 0.281496 -0.951485 -vn 0.078751 0.133985 -0.987849 -vn 0.291086 0.509049 -0.810023 -vn 0.444035 0.737341 -0.509079 -vn 0.397488 0.704093 -0.588435 -vn 0.499353 0.830061 -0.248286 -vn 0.431861 0.847527 -0.308536 -vn 0.367583 0.721342 -0.586983 -vn 0.267388 0.524710 -0.808198 -vn 0.644879 0.698372 -0.310497 -vn 0.602852 0.695596 -0.390790 -vn 0.546559 0.595615 -0.588656 -vn 0.494269 0.577488 -0.649773 -vn 0.229542 0.205566 -0.951343 -vn 0.434124 0.394175 -0.810038 -vn 0.650126 0.564094 -0.509053 -vn 0.595618 0.546811 -0.588419 -vn 0.698429 0.698428 -0.156188 -vn 0.572514 0.572455 -0.586960 -vn 0.322003 0.321961 -0.890312 -vn 0.829097 0.464947 -0.310521 -vn 0.788345 0.475318 -0.390622 -vn 0.550163 0.338450 -0.763395 -vn 0.509768 0.290004 -0.809959 -vn 0.142470 0.062100 -0.987849 -vn 0.534708 0.240733 -0.810021 -vn 0.792617 0.335592 -0.509055 -vn 0.735448 0.335989 -0.588412 -vn 0.794220 0.404644 -0.453296 -vn 0.524735 0.267328 -0.808201 -vn 0.276722 0.140971 -0.950554 -vn 0.932196 0.185962 -0.310530 -vn 0.896576 0.208412 -0.390789 -vn 0.574482 0.118276 -0.809927 -vn 0.627850 0.151926 -0.763363 -vn 0.582955 0.063725 -0.810001 -vn 0.614409 0.045306 -0.787686 -vn 0.600023 0.051654 -0.798314 -vn 0.857531 0.074187 -0.509056 -vn 0.803267 0.092265 -0.588430 -vn 0.880386 0.139412 -0.453305 -vn 0.581627 0.092086 -0.808227 -vn 0.306724 0.048558 -0.950559 -vn 0.944042 -0.111208 -0.310511 -vn 0.917111 -0.078816 -0.390762 -vn 0.803108 -0.092077 -0.588677 -vn 0.757737 -0.060406 -0.649759 -vn 0.582862 -0.065043 -0.809964 -vn 0.159542 -0.034404 -0.986592 -vn 0.574133 -0.119521 -0.809991 -vn 0.838459 -0.194434 -0.509099 -vn 0.792468 -0.160470 -0.588425 -vn 0.939509 -0.148826 -0.308502 -vn 0.799634 -0.126681 -0.586973 -vn 0.581655 -0.092158 -0.808199 -vn 0.306708 -0.048601 -0.950562 -vn 0.863483 -0.397468 -0.310510 -vn 0.847851 -0.358404 -0.390762 -vn 0.735386 -0.335751 -0.588625 -vn 0.701938 -0.291604 -0.649808 -vn 0.534236 -0.241977 -0.809962 -vn 0.133966 -0.078760 -0.987851 -vn 0.509075 -0.291079 -0.810010 -vn 0.737405 -0.443955 -0.509056 -vn 0.704084 -0.397512 -0.588430 -vn 0.830109 -0.499365 -0.248098 -vn 0.847520 -0.431874 -0.308536 -vn 0.721355 -0.367580 -0.586969 -vn 0.524716 -0.267388 -0.808194 -vn 0.276679 -0.141006 -0.950561 -vn -0.767952 0.070497 -0.636616 -vn -0.918134 0.000000 -0.396269 -vn -0.767999 -0.070067 -0.636606 -vn -0.815887 -0.139872 -0.561039 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn 0.668553 -0.114965 -0.734724 -vn 0.528669 -0.187095 -0.827952 -vn 0.639528 -0.226290 -0.734708 -vn 0.489433 -0.273738 -0.827963 -vn 0.592084 -0.331123 -0.734707 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.527580 -0.426415 -0.734731 -vn 0.370251 -0.421186 -0.827959 -vn 0.447963 -0.509439 -0.734712 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.355426 -0.577863 -0.734675 -vn 0.208857 -0.520469 -0.827944 -vn 0.252660 -0.629583 -0.734702 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.142582 -0.663185 -0.734749 -vn 0.028491 -0.677770 -0.734722 -vn -0.071528 -0.556229 -0.827945 -vn -0.086480 -0.672851 -0.734706 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.198933 -0.648515 -0.734748 -vn -0.252721 -0.500610 -0.827962 -vn -0.305699 -0.605607 -0.734703 -vn -0.333699 -0.450696 -0.827960 -vn -0.403624 -0.545232 -0.734717 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.489916 -0.469140 -0.734772 -vn -0.464800 -0.313794 -0.827946 -vn -0.562169 -0.379609 -0.734753 -vn -0.618324 -0.279129 -0.734685 -vn -0.542831 -0.141030 -0.827916 -vn -0.542661 0.141597 -0.827931 -vn -0.656432 0.171237 -0.734694 -vn -0.510915 0.231274 -0.827936 -vn -0.618035 0.279736 -0.734698 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.561799 0.380107 -0.734780 -vn -0.489534 0.469649 -0.734701 -vn -0.333245 0.451034 -0.827959 -vn -0.403151 0.545602 -0.734703 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.305105 0.605832 -0.734765 -vn -0.163944 0.536313 -0.827944 -vn -0.198347 0.648738 -0.734709 -vn -0.070950 0.556306 -0.827943 -vn -0.085859 0.672933 -0.734704 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn 0.029101 0.677742 -0.734724 -vn 0.118421 0.548139 -0.827962 -vn 0.143227 0.663090 -0.734709 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.253220 0.629333 -0.734725 -vn 0.294242 0.477361 -0.827978 -vn 0.355934 0.577479 -0.734731 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.448420 0.509044 -0.734707 -vn 0.436464 0.352072 -0.827976 -vn 0.527986 0.425934 -0.734718 -vn 0.489720 0.273249 -0.827955 -vn 0.592369 0.330562 -0.734730 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.639716 0.225697 -0.734727 -vn 0.668660 0.114331 -0.734726 -vn 0.560808 -0.000293 -0.827946 -vn 0.678356 -0.000318 -0.734733 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn -0.429081 -0.036281 -0.902537 -vn -0.356949 -0.240959 -0.902511 -vn -0.416685 0.108751 -0.902522 -vn 0.988556 0.150855 0.000000 -vn 0.988556 0.150854 0.000000 -vn 0.974927 0.222523 0.000000 -vn 0.974929 0.222515 0.000000 -vn 0.956111 0.293005 0.000000 -vn 0.956115 0.292991 0.000000 -vn 0.205767 0.978601 -0.000011 -vn 0.286211 0.958167 0.000049 -vn 0.288332 0.957531 -0.000008 -vn 0.439889 0.898052 0.000091 -vn 0.591920 0.805997 -0.000001 -vn 0.824990 0.565148 0.000054 -vn 0.910545 0.413411 0.000000 -vn 0.966988 0.254823 0.000027 -vn 0.996376 0.085053 0.000003 -vn 0.967005 -0.254756 0.000027 -vn 0.827372 -0.561655 0.000008 -vn 0.716982 -0.697092 0.000065 -vn 0.446563 -0.894752 0.000007 -vn 0.286645 -0.958037 0.000050 -vn 0.205778 -0.978599 0.000010 -vn 0.675262 0.737578 -0.000009 -vn 0.673611 0.739087 0.000050 -vn 0.786025 0.618195 0.000091 -vn 0.790577 0.612362 -0.000003 -vn 0.948182 0.317727 0.000065 -vn 0.949817 0.312805 0.000000 -vn 0.999807 -0.019631 0.000040 -vn 0.999743 -0.022660 0.000000 -vn 0.934889 -0.354939 0.000014 -vn 0.860400 -0.509620 0.000014 -vn 0.762011 -0.647564 0.000002 -vn 0.639030 -0.769182 0.000039 -vn 0.347623 -0.937634 0.000010 -vn 0.343593 -0.939119 0.000065 -vn -0.155661 -0.987811 0.000006 -vn -0.157373 -0.987539 0.000050 -vn 0.893493 0.449077 -0.000012 -vn 0.927565 0.373661 0.000049 -vn 0.928409 0.371560 -0.000009 -vn 0.976426 0.215852 0.000090 -vn 0.999203 0.039914 0.000001 -vn 0.956220 -0.292648 0.000052 -vn 0.955031 -0.296508 0.000000 -vn 0.802154 -0.597117 0.000027 -vn 0.800941 -0.598743 0.000000 -vn 0.405462 -0.914112 0.000002 -vn 0.403834 -0.914832 0.000025 -vn 0.076621 -0.997060 0.000007 -vn -0.097922 -0.995194 0.000065 -vn -0.421040 -0.907042 0.000006 -vn -0.570278 -0.821452 0.000049 -vn -0.636841 -0.770995 0.000008 -vn 0.999854 0.017116 -0.000011 -vn 0.997827 -0.065888 0.000049 -vn 0.997681 -0.068067 -0.000009 -vn 0.973380 -0.229198 0.000090 -vn 0.917558 -0.397602 0.000000 -vn 0.839532 -0.543311 0.000065 -vn 0.731762 -0.681561 0.000001 -vn 0.608047 -0.793901 0.000038 -vn 0.304726 -0.952440 0.000001 -vn 0.138020 -0.990429 0.000014 -vn -0.202882 -0.979203 0.000041 -vn -0.363678 -0.931525 0.000007 -vn -0.520041 -0.854142 0.000064 -vn -0.654083 -0.756422 0.000013 -vn -0.869424 -0.494066 0.000006 -vn -0.870183 -0.492728 0.000050 -vn 0.869383 -0.494138 -0.000007 -vn 0.870400 -0.492346 0.000050 -vn 0.777570 -0.628796 0.000092 -vn 0.772932 -0.634489 -0.000002 -vn 0.516304 -0.856406 0.000000 -vn 0.367413 -0.930058 0.000051 -vn 0.200365 -0.979721 0.000001 -vn 0.033333 -0.999444 0.000029 -vn -0.305350 -0.952240 0.000013 -vn -0.461788 -0.886990 0.000002 -vn -0.607665 -0.794194 0.000039 -vn -0.836754 -0.547579 0.000010 -vn -0.839175 -0.543862 0.000065 -vn -0.971675 -0.236322 0.000007 -vn -0.997805 -0.066228 0.000049 -vn -0.999854 0.017103 0.000010 -vn 0.568849 -0.822442 -0.000008 -vn 0.570685 -0.821169 0.000049 -vn 0.427848 -0.903851 0.000089 -vn 0.261206 -0.965283 0.000000 -vn -0.072445 -0.997373 0.000053 -vn -0.076629 -0.997060 0.000000 -vn -0.403652 -0.914913 0.000024 -vn -0.405530 -0.914082 0.000001 -vn -0.800816 -0.598911 0.000003 -vn -0.802162 -0.597107 0.000027 -vn -0.955056 -0.296425 0.000009 -vn -0.956009 -0.293336 0.000052 -vn -0.999206 0.039830 0.000012 -vn -0.998974 0.045296 0.000079 -vn -0.928467 0.371414 0.000006 -vn -0.927688 0.373356 0.000049 -vn 0.155682 -0.987807 -0.000007 -vn 0.157830 -0.987466 0.000050 -vn -0.006741 -0.999977 0.000090 -vn -0.014140 -0.999900 -0.000002 -vn -0.342835 -0.939396 0.000066 -vn -0.501472 -0.865174 0.000000 -vn -0.638770 -0.769398 0.000041 -vn -0.761926 -0.647664 0.000001 -vn -0.860392 -0.509633 0.000013 -vn -0.981384 -0.192056 0.000001 -vn -0.981799 -0.189924 0.000027 -vn -0.989095 0.147279 0.000008 -vn -0.948408 0.317054 0.000066 -vn -0.883008 0.469358 0.000013 -vn -0.675256 0.737583 0.000005 -vn -0.673857 0.738862 0.000050 -vn -0.288417 -0.957505 -0.000009 -vn -0.286125 -0.958192 0.000051 -vn -0.439956 -0.898019 0.000091 -vn -0.446561 -0.894753 -0.000004 -vn -0.720017 -0.693957 0.000000 -vn -0.825044 -0.565069 0.000052 -vn -0.967521 -0.252791 0.000000 -vn -0.996298 -0.085965 0.000013 -vn -0.966984 0.254837 0.000026 -vn -0.910610 0.413266 0.000005 -vn -0.825291 0.564707 0.000051 -vn -0.720079 0.693892 0.000011 -vn -0.587431 0.809274 0.000077 -vn -0.288300 0.957540 0.000006 -vn -0.286645 0.958037 0.000050 -vn -0.675217 -0.737619 -0.000009 -vn -0.673565 -0.739128 0.000051 -vn -0.786068 -0.618140 0.000092 -vn -0.790563 -0.612380 -0.000003 -vn -0.949795 -0.312873 0.000001 -vn -0.988504 -0.151196 0.000053 -vn -0.999743 0.022662 0.000000 -vn -0.934918 0.354863 0.000015 -vn -0.934631 0.355618 0.000002 -vn -0.760738 0.649059 0.000025 -vn -0.501622 0.865087 0.000007 -vn -0.498569 0.866850 0.000052 -vn -0.183510 0.983018 0.000013 -vn -0.178189 0.983996 0.000079 -vn 0.155634 0.987815 0.000006 -vn 0.157441 0.987528 0.000050 -vn -0.893282 -0.449497 -0.000011 -vn -0.927622 -0.373521 0.000050 -vn -0.928349 -0.371711 -0.000009 -vn -0.976428 -0.215845 0.000091 -vn -0.999207 -0.039824 0.000000 -vn -0.992126 0.125247 0.000065 -vn -0.892249 0.451543 0.000039 -vn -0.890850 0.454298 0.000001 -vn -0.688453 0.725281 0.000016 -vn -0.554615 0.832107 0.000006 -vn -0.403801 0.914847 0.000026 -vn -0.244585 0.969628 0.000006 -vn -0.073135 0.997322 0.000053 -vn 0.093644 0.995606 0.000009 -vn 0.266410 0.963860 0.000077 -vn 0.421106 0.907011 0.000007 -vn 0.570320 0.821423 0.000049 -vn 0.636841 0.770995 0.000010 -vn -0.997693 0.067891 -0.000008 -vn -0.997821 0.065976 0.000050 -vn -0.973489 0.228733 0.000091 -vn -0.917524 0.397680 -0.000003 -vn -0.734591 0.678510 0.000052 -vn -0.731761 0.681561 0.000001 -vn -0.463667 0.886010 0.000026 -vn -0.138760 0.990326 0.000004 -vn 0.033098 0.999452 0.000026 -vn 0.200365 0.979721 0.000005 -vn 0.366850 0.930280 0.000050 -vn 0.516304 0.856405 0.000012 -vn 0.658231 0.752816 0.000077 -vn 0.869377 0.494149 0.000005 -vn 0.870184 0.492728 0.000050 -vn -0.869298 0.494288 -0.000009 -vn -0.870486 0.492193 0.000051 -vn -0.777654 0.628692 0.000091 -vn -0.654128 0.756384 0.000000 -vn -0.367447 0.930045 0.000052 -vn -0.363613 0.931550 -0.000001 -vn -0.033290 0.999446 0.000025 -vn -0.031245 0.999512 0.000001 -vn 0.305350 0.952240 0.000014 -vn 0.461787 0.886991 0.000001 -vn 0.734134 0.679005 0.000052 -vn 0.836795 0.547517 0.000010 -vn 0.919663 0.392709 0.000079 -vn 0.971696 0.236236 0.000003 -vn 0.997793 0.066406 0.000049 -vn 0.999851 -0.017277 0.000010 -vn -0.636851 0.770987 -0.000011 -vn -0.570642 0.821199 0.000049 -vn -0.568849 0.822442 -0.000009 -vn -0.427782 0.903882 0.000089 -vn -0.261191 0.965287 0.000000 -vn 0.072484 0.997370 0.000053 -vn 0.244565 0.969633 0.000001 -vn 0.403682 0.914899 0.000025 -vn 0.688185 0.725535 0.000013 -vn 0.801012 0.598649 0.000002 -vn 0.892068 0.451901 0.000039 -vn 0.991477 0.130284 0.000010 -vn 0.992038 0.125938 0.000065 -vn 0.977980 -0.208701 0.000007 -vn 0.927781 -0.373126 0.000049 -vn 0.893429 -0.449205 0.000010 -vn -0.155655 0.987812 -0.000008 -vn -0.157871 0.987460 0.000050 -vn 0.006739 0.999977 0.000091 -vn 0.183505 0.983019 0.000001 -vn 0.498059 0.867143 0.000054 -vn 0.641070 0.767482 0.000000 -vn 0.760627 0.649189 0.000027 -vn 0.934602 0.355696 0.000003 -vn 0.981785 0.189995 0.000027 -vn 0.999741 0.022747 0.000006 -vn 0.948434 -0.316975 0.000066 -vn 0.882999 -0.469374 0.000013 -vn 0.675213 -0.737623 0.000005 -vn 0.673991 -0.738739 0.000049 -vn -0.665252 0.201272 -0.718978 -vn -0.662321 0.202977 -0.721201 -vn -0.687990 0.157019 -0.708530 -vn -0.686721 0.107304 -0.718957 -vn 0.051910 0.702048 -0.710235 -vn -0.017739 0.707554 -0.706436 -vn -0.034027 0.706402 -0.706992 -vn -0.245534 0.662428 -0.707744 -vn -0.454005 0.541710 -0.707411 -vn -0.609118 0.359122 -0.707111 -vn -0.609949 0.357573 -0.707180 -vn -0.693530 0.137333 -0.707217 -vn -0.698887 -0.107528 -0.707104 -vn -0.670898 -0.221571 -0.707674 -vn -0.563450 -0.423110 -0.709578 -vn -0.482625 -0.531561 -0.696072 -vn -0.257888 0.654992 -0.710267 -vn -0.322954 0.629783 -0.706452 -vn -0.337193 0.621697 -0.706961 -vn -0.582976 0.400064 -0.707169 -vn -0.704627 0.059206 -0.707104 -vn -0.684435 0.176940 -0.707277 -vn -0.704725 0.057608 -0.707138 -vn -0.684376 -0.177161 -0.707279 -vn -0.643037 -0.294091 -0.707116 -vn -0.508292 -0.490792 -0.707646 -vn -0.324076 -0.625715 -0.709546 -vn -0.204248 -0.688371 -0.696009 -vn -0.512021 0.469982 -0.718993 -vn -0.508645 0.470251 -0.721210 -vn -0.551731 0.439960 -0.708539 -vn -0.572119 0.394638 -0.718986 -vn -0.686711 -0.107306 -0.718967 -vn -0.684825 -0.104521 -0.721172 -vn -0.688008 -0.157017 -0.708513 -vn -0.665244 -0.201279 -0.718984 -vn 0.351348 0.609927 -0.710312 -vn 0.291034 0.645144 -0.706462 -vn 0.275909 0.651194 -0.706980 -vn 0.066176 0.703367 -0.707739 -vn -0.171083 0.686009 -0.707194 -vn -0.174064 0.685058 -0.707388 -vn -0.394324 0.586882 -0.707162 -vn -0.565204 0.424699 -0.707231 -vn -0.566601 0.422977 -0.707144 -vn -0.674848 0.209777 -0.707513 -vn -0.705841 -0.029601 -0.707752 -vn -0.691197 -0.136673 -0.709625 -vn -0.665567 -0.269402 -0.696019 -vn -0.516503 0.478351 -0.710215 -vn -0.564218 0.427225 -0.706496 -vn -0.573550 0.413915 -0.706905 -vn -0.670961 0.221073 -0.707769 -vn -0.699007 0.103382 -0.707603 -vn -0.698829 0.107512 -0.707163 -vn -0.694006 -0.135192 -0.707162 -vn -0.659950 -0.253909 -0.707104 -vn -0.539758 -0.456581 -0.707245 -vn -0.354633 -0.611239 -0.707546 -vn -0.351683 -0.613437 -0.707117 -vn -0.128154 -0.694692 -0.707799 -vn 0.086129 -0.703782 -0.705176 -vn -0.257448 0.645649 -0.718928 -vn -0.254308 0.644440 -0.721128 -vn -0.306168 0.635753 -0.708575 -vn -0.552381 -0.440466 -0.707718 -vn -0.572124 -0.394646 -0.718977 -vn -0.551743 -0.439960 -0.708530 -vn -0.508625 -0.470257 -0.721220 -vn 0.611928 0.346995 -0.710731 -vn 0.625224 0.352699 -0.696203 -vn 0.542126 0.455003 -0.706450 -vn 0.467337 0.530580 -0.707164 -vn 0.364789 0.605009 -0.707738 -vn 0.140404 0.692677 -0.707450 -vn -0.100601 0.699850 -0.707170 -vn -0.216095 0.673319 -0.707068 -vn -0.427374 0.563025 -0.707357 -vn -0.591603 0.386289 -0.707663 -vn -0.594341 0.383027 -0.707141 -vn -0.682679 0.173250 -0.709883 -vn -0.716552 0.045889 -0.696022 -vn -0.652887 0.261943 -0.710721 -vn -0.665605 0.268874 -0.696188 -vn -0.693746 0.140082 -0.706466 -vn -0.706196 0.034601 -0.707171 -vn -0.700453 -0.091917 -0.707755 -vn -0.629092 -0.322067 -0.707472 -vn -0.485600 -0.514025 -0.707086 -vn -0.484411 -0.515016 -0.707181 -vn -0.173753 -0.685106 -0.707417 -vn -0.171028 -0.686142 -0.707077 -vn 0.066739 -0.703329 -0.707725 -vn 0.287100 -0.643456 -0.709605 -vn 0.298210 -0.642780 -0.705624 -vn 0.383047 -0.596692 -0.705148 -vn 0.048193 0.693366 -0.718972 -vn 0.050503 0.690917 -0.721168 -vn 0.000000 0.705639 -0.708571 -vn -0.050503 0.690917 -0.721168 -vn -0.048193 0.693366 -0.718972 -vn -0.306538 -0.636497 -0.707747 -vn -0.344271 -0.603807 -0.718954 -vn -0.306185 -0.635768 -0.708555 -vn -0.254259 -0.644426 -0.721157 -vn 0.701891 0.047174 -0.710721 -vn 0.716312 0.046397 -0.696235 -vn 0.686294 0.173368 -0.706360 -vn 0.674012 0.217508 -0.705973 -vn 0.591218 0.386667 -0.707779 -vn 0.427054 0.563171 -0.707434 -vn 0.214547 0.673764 -0.707115 -vn 0.097602 0.700291 -0.707154 -vn -0.140704 0.692701 -0.707367 -vn -0.143580 0.692343 -0.707139 -vn -0.365406 0.604767 -0.707626 -vn -0.537831 0.455181 -0.709612 -vn -0.625662 0.352341 -0.695991 -vn -0.701908 -0.047116 -0.710707 -vn -0.716312 -0.046395 -0.696236 -vn -0.685865 -0.174685 -0.706452 -vn -0.651249 -0.275296 -0.707168 -vn -0.516725 -0.481951 -0.707614 -vn -0.097141 -0.700386 -0.707123 -vn 0.022586 -0.706725 -0.707127 -vn 0.020422 -0.706659 -0.707259 -vn 0.140659 -0.692672 -0.707404 -vn 0.365418 -0.604758 -0.707628 -vn 0.537829 -0.455181 -0.709612 -vn 0.625587 -0.352328 -0.696064 -vn 0.306172 0.635765 -0.708563 -vn 0.254308 0.644440 -0.721128 -vn 0.257440 0.645631 -0.718948 -vn 0.344248 0.603789 -0.718980 -vn -0.048192 -0.693366 -0.718972 -vn -0.050503 -0.690917 -0.721168 -vn 0.000000 -0.705641 -0.708570 -vn 0.000000 -0.706448 -0.707765 -vn 0.050499 -0.690922 -0.721163 -vn 0.652813 -0.262214 -0.710689 -vn 0.665628 -0.268882 -0.696162 -vn 0.693738 -0.140241 -0.706441 -vn 0.706198 -0.034581 -0.707169 -vn 0.674675 0.210065 -0.707592 -vn 0.566599 0.423008 -0.707128 -vn 0.565160 0.424714 -0.707257 -vn 0.391770 0.588551 -0.707194 -vn 0.173761 0.685138 -0.707384 -vn 0.050711 0.705251 -0.707142 -vn 0.050711 0.705251 -0.707142 -vn -0.066753 0.703395 -0.707658 -vn -0.071083 0.703491 -0.707140 -vn -0.287100 0.643450 -0.709610 -vn -0.298203 0.642748 -0.705656 -vn -0.383014 0.596787 -0.705086 -vn -0.611930 -0.346996 -0.710729 -vn -0.625203 -0.352685 -0.696229 -vn -0.542119 -0.454999 -0.706458 -vn -0.467332 -0.530574 -0.707172 -vn -0.256441 -0.658459 -0.707580 -vn -0.022629 -0.706735 -0.707116 -vn -0.020270 -0.706615 -0.707308 -vn 0.215918 -0.673284 -0.707155 -vn 0.326961 -0.626948 -0.707130 -vn 0.517070 -0.481738 -0.707507 -vn 0.648762 -0.279561 -0.707781 -vn 0.682061 -0.176789 -0.709604 -vn 0.716531 -0.045887 -0.696044 -vn 0.551703 0.439953 -0.708566 -vn 0.508666 0.470236 -0.721206 -vn 0.512032 0.469978 -0.718988 -vn 0.572118 0.394636 -0.718988 -vn 0.257418 -0.645627 -0.718959 -vn 0.254268 -0.644429 -0.721151 -vn 0.306183 -0.635772 -0.708552 -vn 0.306536 -0.636500 -0.707745 -vn 0.345263 -0.600582 -0.721176 -vn 0.516485 -0.478288 -0.710270 -vn 0.564183 -0.427338 -0.706455 -vn 0.573545 -0.413896 -0.706920 -vn 0.671008 -0.221114 -0.707713 -vn 0.699021 -0.103470 -0.707576 -vn 0.698857 -0.107441 -0.707146 -vn 0.694016 0.135200 -0.707151 -vn 0.659913 0.253859 -0.707157 -vn 0.453800 0.541929 -0.707374 -vn 0.351692 0.613415 -0.707131 -vn 0.245083 0.662653 -0.707690 -vn -0.086115 0.703878 -0.705081 -vn -0.400681 -0.578143 -0.710779 -vn -0.410309 -0.589072 -0.696161 -vn -0.291024 -0.645177 -0.706436 -vn -0.190838 -0.680790 -0.707182 -vn 0.054710 -0.704485 -0.707607 -vn 0.286263 -0.646543 -0.707133 -vn 0.394410 -0.586824 -0.707163 -vn 0.629315 -0.321822 -0.707385 -vn 0.630792 -0.319467 -0.707137 -vn 0.700668 -0.091367 -0.707613 -vn 0.691197 0.136646 -0.709630 -vn 0.665529 0.269481 -0.696026 -vn 0.686717 0.107301 -0.718962 -vn 0.684817 0.104520 -0.721181 -vn 0.687962 0.157016 -0.708558 -vn 0.665246 0.201278 -0.718982 -vn 0.512029 -0.469981 -0.718988 -vn 0.508662 -0.470249 -0.721200 -vn 0.551725 -0.439951 -0.708550 -vn 0.572125 -0.394634 -0.718983 -vn 0.257900 -0.654999 -0.710256 -vn 0.322946 -0.629812 -0.706429 -vn 0.337183 -0.621679 -0.706982 -vn 0.582963 -0.400083 -0.707169 -vn 0.584905 -0.396468 -0.707601 -vn 0.704736 -0.057608 -0.707127 -vn 0.704486 0.060917 -0.707099 -vn 0.643981 0.291281 -0.707421 -vn 0.508333 0.490784 -0.707622 -vn 0.324084 0.625673 -0.709579 -vn 0.204258 0.688401 -0.695977 -vn -0.051935 -0.702035 -0.710246 -vn 0.017720 -0.707530 -0.706461 -vn 0.034080 -0.706457 -0.706935 -vn 0.354961 -0.610985 -0.707601 -vn 0.451758 -0.543951 -0.707130 -vn 0.539803 -0.456494 -0.707267 -vn 0.661016 -0.250957 -0.707162 -vn 0.693511 -0.137348 -0.707233 -vn 0.699030 0.103895 -0.707504 -vn 0.698853 0.107467 -0.707146 -vn 0.623084 0.332854 -0.707796 -vn 0.563465 0.423060 -0.709596 -vn 0.482634 0.531571 -0.696058 -vn 0.665227 -0.201277 -0.718999 -vn 0.662321 -0.202977 -0.721201 -vn 0.687978 -0.157015 -0.708543 -vn 0.686699 -0.107306 -0.718978 -vn -0.999966 0.000000 -0.008279 -vn -0.985588 -0.168989 -0.007656 -vn -0.994885 -0.101003 0.001355 -vn -0.942857 -0.333111 -0.007658 -vn -0.967717 -0.251995 0.004777 -vn -0.872990 -0.487678 -0.007658 -vn -0.911216 -0.411902 0.004775 -vn -0.778011 -0.628204 -0.007655 -vn -0.828495 -0.559977 0.004771 -vn -0.660658 -0.750648 -0.007655 -vn -0.721953 -0.691925 0.004772 -vn -0.524292 -0.851504 -0.007658 -vn -0.594629 -0.803986 0.004772 -vn -0.372842 -0.927863 -0.007656 -vn -0.450204 -0.892913 0.004773 -vn -0.210674 -0.977526 -0.007655 -vn -0.292815 -0.956157 0.004775 -vn -0.042441 -0.999070 -0.007655 -vn -0.127012 -0.991890 0.004772 -vn 0.127017 -0.991871 -0.007655 -vn 0.042438 -0.999088 0.004774 -vn 0.292810 -0.956140 -0.007656 -vn 0.210675 -0.977545 0.004773 -vn 0.450181 -0.892904 -0.007656 -vn 0.372864 -0.927874 0.004774 -vn 0.594621 -0.803970 -0.007655 -vn 0.524298 -0.851521 0.004778 -vn 0.721943 -0.691911 -0.007655 -vn 0.660671 -0.750660 0.004773 -vn 0.828489 -0.559953 -0.007655 -vn 0.778017 -0.628225 0.004774 -vn 0.911207 -0.411877 -0.007655 -vn 0.872997 -0.487703 0.004775 -vn 0.967707 -0.251960 -0.007657 -vn 0.942865 -0.333140 0.004773 -vn 0.996369 -0.084798 -0.007657 -vn 0.985605 -0.168995 0.004772 -vn 0.996369 0.084798 -0.007657 -vn 0.999989 0.000000 0.004774 -vn 0.967704 0.251971 -0.007656 -vn 0.985605 0.168994 0.004774 -vn 0.911201 0.411891 -0.007655 -vn 0.942870 0.333126 0.004775 -vn 0.828488 0.559954 -0.007655 -vn 0.872997 0.487702 0.004776 -vn 0.721942 0.691911 -0.007655 -vn 0.778020 0.628222 0.004773 -vn 0.594621 0.803970 -0.007655 -vn 0.660667 0.750664 0.004770 -vn 0.450181 0.892904 -0.007658 -vn 0.524303 0.851519 0.004778 -vn 0.292810 0.956140 -0.007658 -vn 0.372852 0.927879 0.004775 -vn 0.127017 0.991871 -0.007655 -vn 0.210681 0.977543 0.004771 -vn -0.042437 0.999070 -0.007655 -vn 0.042438 0.999088 0.004774 -vn -0.210674 0.977526 -0.007654 -vn -0.127017 0.991889 0.004773 -vn -0.372846 0.927862 -0.007661 -vn -0.292815 0.956157 0.004783 -vn -0.524290 0.851505 -0.007665 -vn -0.450198 0.892916 0.004773 -vn -0.660657 0.750649 -0.007658 -vn -0.594628 0.803987 0.004770 -vn -0.778014 0.628201 -0.007658 -vn -0.721953 0.691926 0.004774 -vn -0.872990 0.487678 -0.007662 -vn -0.828498 0.559972 0.004770 -vn -0.942852 0.333124 -0.007662 -vn -0.911223 0.411887 0.004770 -vn -0.985586 0.169003 -0.007658 -vn -0.967716 0.252000 0.004774 -vn -0.994885 0.101004 0.001356 -s 1 -f 2177/1327/3259 1200/1328/3260 1201/1329/3261 -f 1201/1329/3261 1200/1328/3260 1202/1330/3262 -f 1201/1329/3261 1202/1330/3262 5312/1331/3263 -f 5312/1331/3263 1202/1330/3262 1203/1332/3264 -s 2 -f 2174/1333/3265 1204/1334/3266 1205/1335/3267 -f 1205/1335/3267 1204/1334/3266 1206/1336/3268 -f 1205/1335/3267 1206/1336/3268 5305/1337/3269 -f 5305/1337/3269 1206/1336/3268 1207/1338/3270 -s 3 -f 1208/1339/3271 1209/1340/3272 1210/1341/3273 -f 1210/1341/3273 1209/1340/3272 1211/1342/3274 -f 1210/1341/3273 1211/1342/3274 5298/1343/3275 -f 5298/1343/3275 1211/1342/3274 1316/1344/3276 -s 4 -f 1212/1345/3277 1213/1346/3278 1214/1347/3279 -f 1214/1347/3279 1213/1346/3278 1215/1348/3280 -f 1214/1347/3279 1215/1348/3280 5291/1349/3281 -f 5291/1349/3281 1215/1348/3280 1216/1350/3282 -s 5 -f 1217/1351/3283 1218/1352/3284 1219/1353/3285 -f 1219/1353/3285 1218/1352/3284 1220/1354/3286 -f 1219/1353/3285 1220/1354/3286 5283/1355/3287 -f 5283/1355/3287 1220/1354/3286 1315/1356/3288 -s 6 -f 1221/1357/3289 1222/1358/3290 1223/1359/3291 -f 1223/1359/3291 1222/1358/3290 1224/1360/3292 -f 1223/1359/3291 1224/1360/3292 5276/1361/3293 -f 5276/1361/3293 1224/1360/3292 1323/1362/3294 -s 7 -f 1225/1363/3295 1226/1364/3296 1227/1365/3297 -f 1227/1365/3297 1226/1364/3296 1228/1366/3298 -f 1227/1365/3297 1228/1366/3298 5269/1367/3299 -f 5269/1367/3299 1228/1366/3298 1264/1368/3300 -s 8 -f 5320/1369/3301 1229/1370/3302 1230/1371/3303 -f 1230/1371/3303 1229/1370/3302 1231/1372/3304 -f 1230/1371/3303 1231/1372/3304 5262/1373/3305 -f 5262/1373/3305 1231/1372/3304 1256/1374/3306 -s 9 -f 5321/1375/3307 1232/1376/3308 1233/1377/3309 -f 1233/1377/3309 1232/1376/3308 1234/1378/3310 -f 1233/1377/3309 1234/1378/3310 5255/1379/3311 -f 5255/1379/3311 1234/1378/3310 1235/1380/3312 -s 10 -f 1236/1381/3313 1237/1382/3314 1238/1383/3315 -f 1238/1383/3315 1237/1382/3314 1239/1384/3316 -f 1238/1383/3315 1239/1384/3316 5248/1385/3317 -f 5248/1385/3317 1239/1384/3316 1300/1386/3318 -s 11 -f 1240/1387/3319 1241/1388/3320 1242/1389/3321 -f 1242/1389/3321 1241/1388/3320 1243/1390/3322 -f 1242/1389/3321 1243/1390/3322 5241/1391/3323 -f 5241/1391/3323 1243/1390/3322 1244/1392/3324 -s 12 -f 1245/1393/3325 1246/1394/3326 1247/1395/3327 -f 1247/1395/3327 1246/1394/3326 1248/1396/3328 -f 1247/1395/3327 1248/1396/3328 5235/1397/3329 -f 5235/1397/3329 1248/1396/3328 1287/1398/3330 -s 13 -f 1249/1399/3331 1250/1400/3332 1251/1401/3333 -f 1251/1401/3333 1250/1400/3332 1252/1402/3334 -f 1251/1401/3333 1252/1402/3334 5227/1403/3335 -f 5227/1403/3335 1252/1402/3334 1253/1404/3336 -s 14 -f 1232/1376/3337 1254/1405/3338 1255/1406/3339 -f 1263/1407/3340 1256/1374/3341 1232/1376/3337 -f 1232/1376/3337 1256/1374/3341 1254/1405/3338 -f 1254/1405/3338 1256/1374/3341 1231/1372/3342 -f 1254/1405/3338 1231/1372/3342 1229/1370/3343 -f 1226/1364/3344 1257/1408/3345 1258/1409/3346 -f 1232/1376/3337 1255/1406/3339 1259/1410/3347 -f 1232/1376/3337 1259/1410/3347 1234/1378/3348 -f 1234/1378/3348 1259/1410/3347 1260/1411/3349 -f 1234/1378/3348 1260/1411/3349 1235/1380/3350 -f 1276/1412/3351 1261/1413/3352 1293/1414/3353 -f 1294/1415/3354 1262/1416/3355 1232/1376/3337 -f 1232/1376/3337 1262/1416/3355 1263/1407/3340 -f 1229/1370/3343 1264/1368/3356 1254/1405/3338 -f 1254/1405/3338 1264/1368/3356 1265/1417/3357 -f 1265/1417/3357 1264/1368/3356 1228/1366/3358 -f 1265/1417/3357 1228/1366/3358 1226/1364/3344 -f 1265/1417/3357 1226/1364/3344 1258/1409/3346 -f 1267/1418/3359 1268/1419/3360 1266/1420/3361 -f 1266/1420/3361 1253/1404/3362 5217/1421/3363 -f 5217/1421/3363 1253/1404/3362 1252/1402/3364 -f 5217/1421/3363 1252/1402/3364 1250/1400/3365 -f 5217/1421/3363 1250/1400/3365 1269/1422/3366 -f 1270/1423/3367 1244/1392/3368 1246/1394/3369 -f 1271/1424/3370 1244/1392/3368 1272/1425/3371 -f 1273/1426/3372 1243/1390/3373 1241/1388/3374 -f 1274/1427/3375 1300/1386/3376 1239/1384/3377 -f 1274/1427/3375 1239/1384/3377 1275/1428/3378 -f 1275/1428/3378 1239/1384/3377 1237/1382/3379 -f 1277/1429/3380 1229/1370/3343 1295/1430/3381 -f 1277/1429/3380 1278/1431/3382 1229/1370/3343 -f 1229/1370/3343 1278/1431/3382 1264/1368/3356 -f 1222/1358/3383 1279/1432/3384 1280/1433/3385 -f 1220/1354/3386 1218/1352/3387 1279/1432/3384 -f 1268/1419/3360 1281/1434/3388 1266/1420/3361 -f 1266/1420/3361 1281/1434/3388 1282/1435/3389 -f 1282/1435/3389 1283/1436/3390 1266/1420/3361 -f 1283/1436/3390 1284/1437/3391 1266/1420/3361 -f 1266/1420/3361 1284/1437/3391 1253/1404/3362 -f 1270/1423/3367 1285/1438/3392 1244/1392/3368 -f 1244/1392/3368 1285/1438/3392 1272/1425/3371 -f 1243/1390/3373 1273/1426/3372 1244/1392/3368 -f 1244/1392/3368 1273/1426/3372 1246/1394/3369 -f 1246/1394/3369 1273/1426/3372 1286/1439/3393 -f 1246/1394/3369 1286/1439/3393 1248/1396/3394 -f 1248/1396/3394 1286/1439/3393 1287/1398/3395 -f 1287/1398/3395 1286/1439/3393 1269/1422/3366 -f 1287/1398/3395 1269/1422/3366 1250/1400/3365 -f 1287/1398/3395 1250/1400/3365 1305/1440/3396 -f 1241/1388/3374 1288/1441/3397 1289/1442/3398 -f 1275/1428/3378 1237/1382/3379 1290/1443/3399 -f 1290/1443/3399 1291/1444/3400 1275/1428/3378 -f 1275/1428/3378 1291/1444/3400 1292/1445/3401 -f 1276/1412/3351 1293/1414/3353 1232/1376/3337 -f 1232/1376/3337 1293/1414/3353 1294/1415/3354 -f 1229/1370/3343 1313/1446/3402 1295/1430/3381 -f 1317/1447/3403 1203/1332/3404 1204/1334/3405 -f 1244/1392/3368 1271/1424/3370 1297/1448/3406 -f 1298/1449/3407 1309/1450/3408 1299/1451/3409 -f 1274/1427/3375 1273/1426/3372 1300/1386/3376 -f 1300/1386/3376 1273/1426/3372 1241/1388/3374 -f 1300/1386/3376 1241/1388/3374 1289/1442/3398 -f 1222/1358/3383 1280/1433/3385 1257/1408/3345 -f 1222/1358/3383 1257/1408/3345 1224/1360/3410 -f 1319/1452/3411 1301/1453/3412 1200/1328/3413 -f 1303/1454/3414 1302/1455/3415 1304/1456/3416 -f 1250/1400/3365 1304/1456/3416 1302/1455/3415 -f 1250/1400/3365 1302/1455/3415 1296/1457/3417 -f 1296/1457/3417 1305/1440/3396 1250/1400/3365 -f 1306/1458/3418 1307/1459/3419 1297/1448/3406 -f 1297/1448/3406 1307/1459/3419 1244/1392/3368 -f 1309/1450/3408 1298/1449/3407 1308/1460/3420 -f 1299/1451/3409 1309/1450/3408 1241/1388/3374 -f 1241/1388/3374 1309/1450/3408 1288/1441/3397 -f 1292/1445/3401 1310/1461/3421 1275/1428/3378 -f 1313/1446/3402 1229/1370/3343 1311/1462/3422 -f 1313/1446/3402 1311/1462/3422 1312/1463/3423 -f 1203/1332/3404 1202/1330/3424 1318/1464/3425 -f 1200/1328/3413 1301/1453/3412 1320/1465/3426 -f 1310/1461/3421 1321/1466/3427 1275/1428/3378 -f 1275/1428/3378 1321/1466/3427 1322/1467/3428 -f 1235/1380/3350 1260/1411/3349 1275/1428/3378 -f 1235/1380/3350 1275/1428/3378 1322/1467/3428 -f 1323/1362/3429 1352/1468/3430 1332/1469/3431 -f 1224/1360/3410 1257/1408/3345 1323/1362/3429 -f 1323/1362/3429 1257/1408/3345 1226/1364/3344 -f 1323/1362/3429 1226/1364/3344 1324/1470/3432 -f 1318/1464/3425 1202/1330/3424 1325/1471/3433 -f 1325/1471/3433 1202/1330/3424 1200/1328/3413 -f 1325/1471/3433 1200/1328/3413 1326/1472/3434 -f 1326/1472/3434 1200/1328/3413 1320/1465/3426 -f 1326/1472/3434 1320/1465/3426 1327/1473/3435 -f 1326/1472/3434 1327/1473/3435 1266/1420/3361 -f 1266/1420/3361 1327/1473/3435 1328/1474/3436 -f 1266/1420/3361 1328/1474/3436 1267/1418/3359 -f 1330/1475/3437 1329/1476/3438 1319/1452/3411 -f 1330/1475/3437 1319/1452/3411 1200/1328/3413 -f 1329/1476/3438 1330/1475/3437 1331/1477/3439 -f 1332/1469/3431 1352/1468/3430 1333/1478/3440 -f 1220/1354/3386 1279/1432/3384 1315/1356/3441 -f 1315/1356/3441 1279/1432/3384 1222/1358/3383 -f 1315/1356/3441 1222/1358/3383 1314/1479/3442 -f 1342/1480/3443 1334/1481/3444 1335/1482/3445 -f 1207/1338/3446 1339/1483/3447 1209/1340/3448 -f 1209/1340/3448 1339/1483/3447 1336/1484/3449 -f 1209/1340/3448 1336/1484/3449 1211/1342/3450 -f 1211/1342/3450 1336/1484/3449 1316/1344/3451 -f 1316/1344/3451 1336/1484/3449 1337/1485/3452 -f 1316/1344/3451 1337/1485/3452 1213/1346/3453 -f 1213/1346/3453 1337/1485/3452 1338/1486/3454 -f 1213/1346/3453 1338/1486/3454 1215/1348/3455 -f 1215/1348/3455 1338/1486/3454 1216/1350/3456 -f 1216/1350/3456 1338/1486/3454 1279/1432/3384 -f 1216/1350/3456 1279/1432/3384 1342/1480/3443 -f 1342/1480/3443 1279/1432/3384 1218/1352/3387 -f 1342/1480/3443 1218/1352/3387 1334/1481/3444 -f 1203/1332/3404 1318/1464/3425 1339/1483/3447 -f 1203/1332/3404 1339/1483/3447 1204/1334/3405 -f 1204/1334/3405 1339/1483/3447 1206/1336/3457 -f 1206/1336/3457 1339/1483/3447 1207/1338/3446 -f 1323/1362/3429 1324/1470/3432 1340/1487/3458 -f 1342/1480/3443 1335/1482/3445 1341/1488/3459 -f 1342/1480/3443 1341/1488/3459 1360/1489/3460 -f 1314/1479/3442 1345/1490/3461 1315/1356/3441 -f 1315/1356/3441 1345/1490/3461 1346/1491/3462 -f 1348/1492/3463 1347/1493/3464 1353/1494/3465 -f 1315/1356/3441 1353/1494/3465 1347/1493/3464 -f 1316/1344/3451 1213/1346/3453 1349/1495/3466 -f 1316/1344/3451 1349/1495/3466 1350/1496/3467 -f 1362/1497/3468 1350/1496/3467 1351/1498/3469 -f 1316/1344/3451 1350/1496/3467 1362/1497/3468 -f 1344/1499/3470 1367/1500/3471 1359/1501/3472 -f 1323/1362/3429 1340/1487/3458 1352/1468/3430 -f 1315/1356/3441 1346/1491/3462 1353/1494/3465 -f 1341/1488/3459 1354/1502/3473 1355/1503/3474 -f 1209/1340/3448 1356/1504/3475 1357/1505/3476 -f 1209/1340/3448 1357/1505/3476 1343/1506/3477 -f 1209/1340/3448 1343/1506/3477 1358/1507/3478 -f 1317/1447/3403 1204/1334/3405 1367/1500/3471 -f 1367/1500/3471 1204/1334/3405 1359/1501/3472 -f 1341/1488/3459 1355/1503/3474 1360/1489/3460 -f 1362/1497/3468 1351/1498/3469 1361/1508/3479 -f 1356/1504/3475 1209/1340/3448 1363/1509/3480 -f 1358/1507/3478 1364/1510/3481 1209/1340/3448 -f 1209/1340/3448 1364/1510/3481 1207/1338/3446 -f 1344/1499/3470 1365/1511/3482 1366/1512/3483 -f 1344/1499/3470 1366/1512/3483 1367/1500/3471 -s 39 -f 1371/1513/3484 1377/1514/3485 1372/1515/3486 -f 1371/1513/3484 1372/1515/3486 5139/1516/3487 -f 1375/1517/3488 1371/1513/3484 1376/1518/3489 -f 1375/1517/3488 1373/1519/3490 1371/1513/3484 -f 1371/1513/3484 1373/1519/3490 1374/1520/3491 -f 1371/1513/3484 1374/1520/3491 1377/1514/3485 -f 1377/1514/3485 1374/1520/3491 1370/1521/3492 -f 1373/1519/3490 4945/1522/3493 1374/1520/3491 -f 1374/1520/3491 4945/1522/3493 1369/1523/3494 -f 1369/1523/3494 4945/1522/3493 1368/1524/3495 -f 1379/1525/3496 1378/1526/3497 4918/1527/3498 -f 1379/1525/3496 1380/1528/3499 1378/1526/3497 -f 1378/1526/3497 1380/1528/3499 1381/1529/3500 -f 1380/1528/3499 1382/1530/3501 1383/1531/3502 -f 1383/1531/3502 1382/1530/3501 5130/1532/3503 -f 1384/1533/3504 1383/1531/3502 1385/1534/3505 -f 1384/1533/3504 1386/1535/3506 1383/1531/3502 -f 1383/1531/3502 1386/1535/3506 1381/1529/3500 -f 1383/1531/3502 1381/1529/3500 1380/1528/3499 -f 1381/1529/3500 1386/1535/3506 1387/1536/3507 -f 1386/1535/3506 4890/1537/3508 1387/1536/3507 -f 1387/1536/3507 4890/1537/3508 4889/1538/3509 -f 1388/1539/3510 1389/1540/3511 4860/1541/3512 -f 1389/1540/3511 1388/1539/3510 1390/1542/3513 -f 1388/1539/3510 1391/1543/3514 1392/1544/3515 -f 1392/1544/3515 1391/1543/3514 5121/1545/3516 -f 1393/1546/3517 1392/1544/3515 1394/1547/3518 -f 1393/1546/3517 1395/1548/3519 1392/1544/3515 -f 1392/1544/3515 1395/1548/3519 1390/1542/3513 -f 1392/1544/3515 1390/1542/3513 1388/1539/3510 -f 1390/1542/3513 1395/1548/3519 1396/1549/3520 -f 1395/1548/3519 4838/1550/3521 1396/1549/3520 -f 1396/1549/3520 4838/1550/3521 1397/1551/3522 -f 1400/1552/3523 1399/1553/3524 1398/1554/3525 -f 1400/1552/3523 1398/1554/3525 4809/1555/3526 -f 1400/1552/3523 4822/1556/3527 1401/1557/3528 -f 1401/1557/3528 4822/1556/3527 5111/1558/3529 -f 1402/1559/3530 1401/1557/3528 1403/1560/3531 -f 1402/1559/3530 1404/1561/3532 1401/1557/3528 -f 1401/1557/3528 1404/1561/3532 1399/1553/3524 -f 1401/1557/3528 1399/1553/3524 1400/1552/3523 -f 1399/1553/3524 1404/1561/3532 1405/1562/3533 -f 1404/1561/3532 4781/1563/3534 1405/1562/3533 -f 1405/1562/3533 4781/1563/3534 1406/1564/3535 -f 1409/1565/3536 1408/1566/3537 1407/1567/3538 -f 1409/1565/3536 1407/1567/3538 4752/1568/3539 -f 1409/1565/3536 1410/1569/3540 1411/1570/3541 -f 1411/1570/3541 1410/1569/3540 5102/1571/3542 -f 1412/1572/3543 1411/1570/3541 1413/1573/3544 -f 1412/1572/3543 1414/1574/3545 1411/1570/3541 -f 1411/1570/3541 1414/1574/3545 1408/1566/3537 -f 1411/1570/3541 1408/1566/3537 1409/1565/3536 -f 1408/1566/3537 1414/1574/3545 1415/1575/3546 -f 1414/1574/3545 4728/1576/3547 1415/1575/3546 -f 1415/1575/3546 4728/1576/3547 1416/1577/3548 -f 4699/1578/3549 1418/1579/3550 1417/1580/3551 -f 1417/1580/3551 1418/1579/3550 1419/1581/3552 -f 1419/1581/3552 1418/1579/3550 1420/1582/3553 -f 1420/1582/3553 1418/1579/3550 1421/1583/3554 -f 1420/1582/3553 1421/1583/3554 5092/1584/3555 -f 1422/1585/3556 1423/1586/3557 1420/1582/3553 -f 1420/1582/3553 1423/1586/3557 1424/1587/3558 -f 1420/1582/3553 1424/1587/3558 1419/1581/3552 -f 1424/1587/3558 4670/1588/3559 1419/1581/3552 -f 1419/1581/3552 4670/1588/3559 1425/1589/3560 -f 1426/1590/3561 4641/1591/3562 1433/1592/3563 -f 4641/1591/3562 1427/1593/3564 1433/1592/3563 -f 1433/1592/3563 1427/1593/3564 1428/1594/3565 -f 1428/1594/3565 1427/1593/3564 1429/1595/3566 -f 1428/1594/3565 1429/1595/3566 5081/1596/3567 -f 1430/1597/3568 1431/1598/3569 1428/1594/3565 -f 1428/1594/3565 1431/1598/3569 1432/1599/3570 -f 1428/1594/3565 1432/1599/3570 1433/1592/3563 -f 1432/1599/3570 4617/1600/3571 1433/1592/3563 -f 1433/1592/3563 4617/1600/3571 1434/1601/3572 -f 1436/1602/3573 1438/1603/3574 1437/1604/3575 -f 1438/1603/3574 1436/1602/3573 1439/1605/3576 -f 1439/1605/3576 1436/1602/3573 1440/1606/3577 -f 1439/1605/3576 1440/1606/3577 5071/1607/3578 -f 1442/1608/3579 1441/1609/3580 1439/1605/3576 -f 1443/1610/3581 1438/1603/3574 1439/1605/3576 -f 1443/1610/3581 1439/1605/3576 1441/1609/3580 -f 1438/1603/3574 1443/1610/3581 4566/1611/3582 -f 1438/1603/3574 4566/1611/3582 1435/1612/3583 -f 1435/1612/3583 4566/1611/3582 4565/1613/3584 -f 1444/1614/3585 1445/1615/3586 3605/1616/3587 -f 1444/1614/3585 1446/1617/3588 1447/1618/3589 -f 1447/1618/3589 1446/1617/3588 5060/1619/3590 -f 1448/1620/3591 1447/1618/3589 1449/1621/3592 -f 1448/1620/3591 1450/1622/3593 1447/1618/3589 -f 1447/1618/3589 1450/1622/3593 1445/1615/3586 -f 1447/1618/3589 1445/1615/3586 1444/1614/3585 -f 1445/1615/3586 1450/1622/3593 1451/1623/3594 -f 1450/1622/3593 4510/1624/3595 1451/1623/3594 -f 1451/1623/3594 4510/1624/3595 4509/1625/3596 -f 1452/1626/3597 1453/1627/3598 4480/1628/3599 -f 1453/1627/3598 1452/1626/3597 1454/1629/3600 -f 1452/1626/3597 1455/1630/3601 1456/1631/3602 -f 1456/1631/3602 1455/1630/3601 5051/1632/3603 -f 1457/1633/3604 1456/1631/3602 1458/1634/3605 -f 1457/1633/3604 1459/1635/3606 1456/1631/3602 -f 1456/1631/3602 1459/1635/3606 1454/1629/3600 -f 1456/1631/3602 1454/1629/3600 1452/1626/3597 -f 1454/1629/3600 1459/1635/3606 1460/1636/3607 -f 1459/1635/3606 4455/1637/3608 1460/1636/3607 -f 1460/1636/3607 4455/1637/3608 1461/1638/3609 -f 1464/1639/3610 1463/1640/3611 1462/1641/3612 -f 1464/1639/3610 1462/1641/3612 4426/1642/3613 -f 1464/1639/3610 1465/1643/3614 1466/1644/3615 -f 1466/1644/3615 1465/1643/3614 5042/1645/3616 -f 1467/1646/3617 1466/1644/3615 1468/1647/3618 -f 1467/1646/3617 1469/1648/3619 1466/1644/3615 -f 1466/1644/3615 1469/1648/3619 1463/1640/3611 -f 1466/1644/3615 1463/1640/3611 1464/1639/3610 -f 1463/1640/3611 1469/1648/3619 1470/1649/3620 -f 1469/1648/3619 4401/1650/3621 1470/1649/3620 -f 1470/1649/3620 4401/1650/3621 1471/1651/3622 -f 1474/1652/3623 1473/1653/3624 1472/1654/3625 -f 1474/1652/3623 1472/1654/3625 4369/1655/3626 -f 1474/1652/3623 1475/1656/3627 1476/1657/3628 -f 1476/1657/3628 1475/1656/3627 5032/1658/3629 -f 1477/1659/3630 1476/1657/3628 1478/1660/3631 -f 1477/1659/3630 1479/1661/3632 1476/1657/3628 -f 1476/1657/3628 1479/1661/3632 1473/1653/3624 -f 1476/1657/3628 1473/1653/3624 1474/1652/3623 -f 1473/1653/3624 1479/1661/3632 1480/1662/3633 -f 1479/1661/3632 4347/1663/3634 1480/1662/3633 -f 1480/1662/3633 4347/1663/3634 1481/1664/3635 -f 1482/1665/3636 4317/1666/3637 1483/1667/3638 -f 4317/1666/3637 1484/1668/3639 1483/1667/3638 -f 1483/1667/3638 1484/1668/3639 1485/1669/3640 -f 1485/1669/3640 1484/1668/3639 1486/1670/3641 -f 1485/1669/3640 1486/1670/3641 5022/1671/3642 -f 1487/1672/3643 1488/1673/3644 1485/1669/3640 -f 1485/1669/3640 1488/1673/3644 1489/1674/3645 -f 1485/1669/3640 1489/1674/3645 1483/1667/3638 -f 1489/1674/3645 4294/1675/3646 1483/1667/3638 -f 1483/1667/3638 4294/1675/3646 1490/1676/3647 -f 1492/1677/3648 3581/1678/3649 1493/1679/3650 -f 1492/1677/3648 1493/1679/3650 1497/1680/3651 -f 4267/1681/3652 1494/1682/3653 1495/1683/3654 -f 1495/1683/3654 1494/1682/3653 5012/1684/3655 -f 1498/1685/3656 1495/1683/3654 1499/1686/3657 -f 1498/1685/3656 1496/1687/3658 1495/1683/3654 -f 1495/1683/3654 1496/1687/3658 1497/1680/3651 -f 1495/1683/3654 1497/1680/3651 4267/1681/3652 -f 4267/1681/3652 1497/1680/3651 1493/1679/3650 -f 1497/1680/3651 1496/1687/3658 4239/1688/3659 -f 1497/1680/3651 4239/1688/3659 1491/1689/3660 -f 1491/1689/3660 4239/1688/3659 4238/1690/3661 -f 4211/1691/3662 1500/1692/3663 1501/1693/3664 -f 1500/1692/3663 1502/1694/3665 1503/1695/3666 -f 1503/1695/3666 1502/1694/3665 5003/1696/3667 -f 1504/1697/3668 1503/1695/3666 1505/1698/3669 -f 1504/1697/3668 1506/1699/3670 1503/1695/3666 -f 1503/1695/3666 1506/1699/3670 1501/1693/3664 -f 1503/1695/3666 1501/1693/3664 1500/1692/3663 -f 1501/1693/3664 1506/1699/3670 1507/1700/3671 -f 1506/1699/3670 4183/1701/3672 1507/1700/3671 -f 1507/1700/3671 4183/1701/3672 4182/1702/3673 -f 1508/1703/3674 1509/1704/3675 4155/1705/3676 -f 1509/1704/3675 1508/1703/3674 1510/1706/3677 -f 1508/1703/3674 1511/1707/3678 1512/1708/3679 -f 1512/1708/3679 1511/1707/3678 4993/1709/3680 -f 1513/1710/3681 1512/1708/3679 1514/1711/3682 -f 1513/1710/3681 1515/1712/3683 1512/1708/3679 -f 1512/1708/3679 1515/1712/3683 1510/1706/3677 -f 1512/1708/3679 1510/1706/3677 1508/1703/3674 -f 1510/1706/3677 1515/1712/3683 1516/1713/3684 -f 1515/1712/3683 4130/1714/3685 1516/1713/3684 -f 1516/1713/3684 4130/1714/3685 1517/1715/3686 -f 1520/1716/3687 1519/1717/3688 1518/1718/3689 -f 1520/1716/3687 1518/1718/3689 4099/1719/3690 -f 1520/1716/3687 1521/1720/3691 1522/1721/3692 -f 1522/1721/3692 1521/1720/3691 4983/1722/3693 -f 1523/1723/3694 1522/1721/3692 1524/1724/3695 -f 1523/1723/3694 1525/1725/3696 1522/1721/3692 -f 1522/1721/3692 1525/1725/3696 1519/1717/3688 -f 1522/1721/3692 1519/1717/3688 1520/1716/3687 -f 1519/1717/3688 1525/1725/3696 1526/1726/3697 -f 1525/1725/3696 4075/1727/3698 1526/1726/3697 -f 1526/1726/3697 4075/1727/3698 1527/1728/3699 -f 1530/1729/3700 1529/1730/3701 1528/1731/3702 -f 1530/1729/3700 1528/1731/3702 4048/1732/3703 -f 1530/1729/3700 1531/1733/3704 1532/1734/3705 -f 1532/1734/3705 1531/1733/3704 4972/1735/3706 -f 1533/1736/3707 1532/1734/3705 1534/1737/3708 -f 1533/1736/3707 1535/1738/3709 1532/1734/3705 -f 1532/1734/3705 1535/1738/3709 1529/1730/3701 -f 1532/1734/3705 1529/1730/3701 1530/1729/3700 -f 1529/1730/3701 1535/1738/3709 1536/1739/3710 -f 1535/1738/3709 4021/1740/3711 1536/1739/3710 -f 1536/1739/3710 4021/1740/3711 1537/1741/3712 -f 1540/1742/3713 1539/1743/3714 1538/1744/3715 -f 1540/1742/3713 1538/1744/3715 3556/1745/3716 -f 1540/1742/3713 1541/1746/3717 1542/1747/3718 -f 1542/1747/3718 1541/1746/3717 5160/1748/3719 -f 1543/1749/3720 1542/1747/3718 1544/1750/3721 -f 1543/1749/3720 1545/1751/3722 1542/1747/3718 -f 1542/1747/3718 1545/1751/3722 1539/1743/3714 -f 1542/1747/3718 1539/1743/3714 1540/1742/3713 -f 1539/1743/3714 1545/1751/3722 3554/1752/3723 -f 1545/1751/3722 3967/1753/3724 3554/1752/3723 -f 3554/1752/3723 3967/1753/3724 3553/1754/3725 -f 1657/1755/3726 1546/1756/3727 1547/1757/3728 -f 1619/1758/3729 1548/1759/3730 1549/1760/3731 -f 1584/1761/3732 1550/1762/3733 1551/1763/3734 -f 1552/1764/3735 2942/1765/3736 1553/1766/3737 -f 1552/1764/3735 1553/1766/3737 1659/1767/3738 -f 1659/1767/3738 1553/1766/3737 1554/1768/3739 -f 1556/1769/3740 1555/1770/3741 1557/1771/3742 -f 1557/1771/3742 1558/1772/3743 1556/1769/3740 -f 1556/1769/3740 1558/1772/3743 1559/1773/3744 -f 1559/1773/3744 1558/1772/3743 1552/1764/3735 -f 1552/1764/3735 1558/1772/3743 2942/1765/3736 -f 1569/1774/3745 1560/1775/3746 1561/1776/3747 -f 1560/1775/3746 1569/1774/3745 1562/1777/3748 -f 1563/1778/3749 1562/1777/3748 1564/1779/3750 -f 2346/1780/3751 1566/1781/3752 1567/1782/3753 -f 2346/1780/3751 1567/1782/3753 1568/1783/3754 -f 1566/1781/3752 2346/1780/3751 1565/1784/3755 -f 1565/1784/3755 1569/1774/3745 1566/1781/3752 -f 1566/1781/3752 1569/1774/3745 1561/1776/3747 -f 1571/1785/3756 1570/1786/3757 1572/1787/3758 -f 1571/1785/3756 1572/1787/3758 1573/1788/3759 -f 1571/1785/3756 1573/1788/3759 1574/1789/3760 -f 1574/1789/3760 1573/1788/3759 3000/1790/3761 -f 3000/1790/3761 1577/1791/3762 1574/1789/3760 -f 1567/1782/3753 1575/1792/3763 1568/1783/3754 -f 1568/1783/3754 1575/1792/3763 1576/1793/3764 -f 1576/1793/3764 1575/1792/3763 1577/1791/3762 -f 1576/1793/3764 1577/1791/3762 3000/1790/3761 -f 1578/1794/3765 1579/1795/3766 1580/1796/3767 -f 1580/1796/3767 1581/1797/3768 1578/1794/3765 -f 1581/1797/3768 1580/1796/3767 3033/1798/3769 -f 1581/1797/3768 3033/1798/3769 1582/1799/3770 -f 1582/1799/3770 3033/1798/3769 1583/1800/3771 -f 1579/1795/3766 1578/1794/3765 1585/1801/3772 -f 1579/1795/3766 1585/1801/3772 1586/1802/3773 -f 1587/1803/3774 3061/1804/3775 1588/1805/3776 -f 1587/1803/3774 1588/1805/3776 1589/1806/3777 -f 1589/1806/3777 1588/1805/3776 1586/1802/3773 -f 1589/1806/3777 1586/1802/3773 1590/1807/3778 -f 1590/1807/3778 1586/1802/3773 1585/1801/3772 -f 1592/1808/3779 1591/1809/3780 1593/1810/3781 -f 1592/1808/3779 1593/1810/3781 1594/1811/3782 -f 1594/1811/3782 1593/1810/3781 1587/1803/3774 -f 1587/1803/3774 1593/1810/3781 3061/1804/3775 -f 1603/1812/3783 1705/1813/3784 1595/1814/3785 -f 1705/1813/3784 1603/1812/3783 1596/1815/3786 -f 1597/1816/3787 1596/1815/3786 1598/1817/3788 -f 1601/1818/3789 1599/1819/3790 2289/1820/3791 -f 2289/1820/3791 1599/1819/3790 1600/1821/3792 -f 2289/1820/3791 1602/1822/3793 1601/1818/3789 -f 1602/1822/3793 1603/1812/3783 1601/1818/3789 -f 1601/1818/3789 1603/1812/3783 1595/1814/3785 -f 1604/1823/3794 1605/1824/3795 1606/1825/3796 -f 1607/1826/3797 1606/1825/3796 1608/1827/3798 -f 1607/1826/3797 1608/1827/3798 1609/1828/3799 -f 1607/1826/3797 1609/1828/3799 2773/1829/3800 -f 2773/1829/3800 1611/1830/3801 1607/1826/3797 -f 1600/1821/3792 1599/1819/3790 1610/1831/3802 -f 1600/1821/3792 1610/1831/3802 1612/1832/3803 -f 1612/1832/3803 1610/1831/3802 1611/1830/3801 -f 1612/1832/3803 1611/1830/3801 2773/1829/3800 -f 1613/1833/3804 1614/1834/3805 1616/1835/3806 -f 1613/1833/3804 1616/1835/3806 1615/1836/3807 -f 1615/1836/3807 1616/1835/3806 1693/1837/3808 -f 1616/1835/3806 1617/1838/3809 1693/1837/3808 -f 1617/1838/3809 1618/1839/3810 1693/1837/3808 -f 1693/1837/3808 1618/1839/3810 1619/1758/3729 -f 1623/1840/3811 2829/1841/3812 1622/1842/3813 -f 1614/1834/3805 1613/1833/3804 1620/1843/3814 -f 1614/1834/3805 1620/1843/3814 1621/1844/3815 -f 1621/1844/3815 1620/1843/3814 1622/1842/3813 -f 1622/1842/3813 1620/1843/3814 1623/1840/3811 -f 1624/1845/3816 1625/1846/3817 1626/1847/3818 -f 1624/1845/3816 1626/1847/3818 1627/1848/3819 -f 1626/1847/3818 1628/1849/3820 1627/1848/3819 -f 1628/1849/3820 2829/1841/3812 1627/1848/3819 -f 1627/1848/3819 2829/1841/3812 1629/1850/3821 -f 1629/1850/3821 2829/1841/3812 1623/1840/3811 -f 1640/1851/3822 1630/1852/3823 1631/1853/3824 -f 1640/1851/3822 1632/1854/3825 1633/1855/3826 -f 1632/1854/3825 1640/1851/3822 1631/1853/3824 -f 1634/1856/3827 1630/1852/3823 1635/1857/3828 -f 1637/1858/3829 1638/1859/3830 1639/1860/3831 -f 1639/1860/3831 1638/1859/3830 2227/1861/3832 -f 1639/1860/3831 2227/1861/3832 1633/1855/3826 -f 1633/1855/3826 2227/1861/3832 1636/1862/3833 -f 1636/1862/3833 1640/1851/3822 1633/1855/3826 -f 1641/1863/3834 1650/1864/3835 1638/1859/3830 -f 1641/1863/3834 1638/1859/3830 1637/1858/3829 -f 1642/1865/3836 1643/1866/3837 1644/1867/3838 -f 1642/1865/3836 1644/1867/3838 1645/1868/3839 -f 1645/1868/3839 1644/1867/3838 1646/1869/3840 -f 1646/1869/3840 1647/1870/3841 1645/1868/3839 -f 1645/1868/3839 1647/1870/3841 1648/1871/3842 -f 1645/1868/3839 1648/1871/3842 1649/1872/3843 -f 1648/1871/3842 1650/1864/3835 1649/1872/3843 -f 1649/1872/3843 1650/1864/3835 1641/1863/3834 -f 1651/1873/3844 1653/1874/3845 1652/1875/3846 -f 2917/1876/3847 1654/1877/3848 1653/1874/3845 -f 1653/1874/3845 1654/1877/3848 1652/1875/3846 -f 1654/1877/3848 2917/1876/3847 1655/1878/3849 -f 1655/1878/3849 2917/1876/3847 1656/1879/3850 -f 1652/1875/3846 1658/1880/3851 1651/1873/3844 -f 1651/1873/3844 1658/1880/3851 1554/1768/3739 -f 1554/1768/3739 1658/1880/3851 1659/1767/3738 -f 1660/1881/3852 1661/1882/3853 1662/1883/3854 -f 1663/1884/3855 1669/1885/3856 1661/1882/3853 -f 1661/1882/3853 1669/1885/3856 1662/1883/3854 -f 1664/1886/3857 1555/1770/3741 1665/1887/3858 -f 1665/1887/3858 1555/1770/3741 1556/1769/3740 -f 1665/1887/3858 1556/1769/3740 1666/1888/3859 -f 1556/1769/3740 1667/1889/3860 1666/1888/3859 -f 1666/1888/3859 1667/1889/3860 1668/1890/3861 -f 1666/1888/3859 1668/1890/3861 1663/1884/3855 -f 1663/1884/3855 1668/1890/3861 1669/1885/3856 -f 1656/1879/3850 1657/1755/3726 1655/1878/3849 -f 1655/1878/3849 1657/1755/3726 1547/1757/3728 -f 1655/1878/3849 1547/1757/3728 1670/1891/3862 -f 1670/1891/3862 1547/1757/3728 1671/1892/3863 -f 1672/1893/3864 1673/1894/3865 1671/1892/3863 -f 1671/1892/3863 1673/1894/3865 1670/1891/3862 -f 1674/1895/3866 1675/1896/3867 1676/1897/3868 -f 1676/1897/3868 1675/1896/3867 1677/1898/3869 -f 1676/1897/3868 1677/1898/3869 1672/1893/3864 -f 1672/1893/3864 1677/1898/3869 1673/1894/3865 -f 1642/1865/3836 1645/1868/3839 1678/1899/3870 -f 1642/1865/3836 1678/1899/3870 1679/1900/3871 -f 1679/1900/3871 1678/1899/3870 1680/1901/3872 -f 1679/1900/3871 1680/1901/3872 1674/1895/3866 -f 1674/1895/3866 1680/1901/3872 1681/1902/3873 -f 1674/1895/3866 1681/1902/3873 1675/1896/3867 -f 1631/1853/3824 1630/1852/3823 1634/1856/3827 -f 1631/1853/3824 1634/1856/3827 1682/1903/3874 -f 1682/1903/3874 1634/1856/3827 1683/1904/3875 -f 1682/1903/3874 1683/1904/3875 1684/1905/3876 -f 1684/1905/3876 1683/1904/3875 1685/1906/3877 -f 1684/1905/3876 1685/1906/3877 1686/1907/3878 -f 1686/1907/3878 1685/1906/3877 1687/1908/3879 -f 1686/1907/3878 1687/1908/3879 1690/1909/3880 -f 1688/1910/3881 1689/1911/3882 1687/1908/3879 -f 1687/1908/3879 1689/1911/3882 1690/1909/3880 -f 1624/1845/3816 1627/1848/3819 1691/1912/3883 -f 1624/1845/3816 1691/1912/3883 1688/1910/3881 -f 1688/1910/3881 1691/1912/3883 1692/1913/3884 -f 1688/1910/3881 1692/1913/3884 1689/1911/3882 -f 1693/1837/3808 1619/1758/3729 1549/1760/3731 -f 1693/1837/3808 1549/1760/3731 1694/1914/3885 -f 1693/1837/3808 1694/1914/3885 1695/1915/3886 -f 1695/1915/3886 1694/1914/3885 1696/1916/3887 -f 1696/1916/3887 1694/1914/3885 1697/1917/3888 -f 1696/1916/3887 1697/1917/3888 1698/1918/3889 -f 1698/1918/3889 1697/1917/3888 1699/1919/3890 -f 1698/1918/3889 1699/1919/3890 1704/1920/3891 -f 1606/1825/3796 1607/1826/3797 1604/1823/3794 -f 1604/1823/3794 1607/1826/3797 1702/1921/3892 -f 1702/1921/3892 1607/1826/3797 1700/1922/3893 -f 1702/1921/3892 1700/1922/3893 1701/1923/3894 -f 1702/1921/3892 1701/1923/3894 1703/1924/3895 -f 1702/1921/3892 1703/1924/3895 1699/1919/3890 -f 1699/1919/3890 1703/1924/3895 1704/1920/3891 -f 1705/1813/3784 1596/1815/3786 1597/1816/3787 -f 1705/1813/3784 1597/1816/3787 1706/1925/3896 -f 1705/1813/3784 1706/1925/3896 1713/1926/3897 -f 1708/1927/3898 1707/1928/3899 1709/1929/3900 -f 1708/1927/3898 1709/1929/3900 1710/1930/3901 -f 1710/1930/3901 1709/1929/3900 1711/1931/3902 -f 1711/1931/3902 1709/1929/3900 1712/1932/3903 -f 1711/1931/3902 1712/1932/3903 1706/1925/3896 -f 1706/1925/3896 1712/1932/3903 1713/1926/3897 -f 1707/1928/3899 1708/1927/3898 1714/1933/3904 -f 1714/1933/3904 1708/1927/3898 1715/1934/3905 -f 1714/1933/3904 1715/1934/3905 1592/1808/3779 -f 1592/1808/3779 1715/1934/3905 1716/1935/3906 -f 1592/1808/3779 1716/1935/3906 1591/1809/3780 -f 1591/1809/3780 1716/1935/3906 2072/1936/3907 -f 1583/1800/3771 1584/1761/3732 1582/1799/3770 -f 1582/1799/3770 1584/1761/3732 1551/1763/3734 -f 1582/1799/3770 1551/1763/3734 1717/1937/3908 -f 1717/1937/3908 1551/1763/3734 1718/1938/3909 -f 1717/1937/3908 1718/1938/3909 1720/1939/3910 -f 1720/1939/3910 1718/1938/3909 1719/1940/3911 -f 1720/1939/3910 1719/1940/3911 1721/1941/3912 -f 1720/1939/3910 1721/1941/3912 1722/1942/3913 -f 1723/1943/3914 1724/1944/3915 1721/1941/3912 -f 1721/1941/3912 1724/1944/3915 1722/1942/3913 -f 1725/1945/3916 1726/1946/3917 1723/1943/3914 -f 1723/1943/3914 1726/1946/3917 1724/1944/3915 -f 1727/1947/3918 1570/1786/3757 1728/1948/3919 -f 1728/1948/3919 1570/1786/3757 1571/1785/3756 -f 1728/1948/3919 1571/1785/3756 1729/1949/3920 -f 1729/1949/3920 1571/1785/3756 1730/1950/3921 -f 1729/1949/3920 1730/1950/3921 1731/1951/3922 -f 1731/1951/3922 1730/1950/3921 1732/1952/3923 -f 1731/1951/3922 1732/1952/3923 1725/1945/3916 -f 1725/1945/3916 1732/1952/3923 1733/1953/3924 -f 1725/1945/3916 1733/1953/3924 1726/1946/3917 -f 1560/1775/3746 1562/1777/3748 1563/1778/3749 -f 1560/1775/3746 1563/1778/3749 1734/1954/3925 -f 1734/1954/3925 1563/1778/3749 1660/1881/3852 -f 1734/1954/3925 1660/1881/3852 1735/1955/3926 -f 1735/1955/3926 1660/1881/3852 1662/1883/3854 -s 122 -f 1839/1956/3927 1736/1957/3928 1737/1958/3929 -f 1820/1959/3930 1738/1960/3931 1739/1961/3932 -f 1802/1962/3933 1740/1963/3934 1741/1964/3935 -f 1786/1965/3936 1742/1966/3937 1743/1967/3938 -f 1770/1968/3939 2012/1969/3940 1744/1970/3941 -f 1750/1971/3942 1745/1972/3943 1746/1973/3944 -f 1748/1974/3945 1747/1975/3946 1749/1976/3947 -f 1748/1974/3945 1749/1976/3947 1746/1973/3944 -f 1749/1976/3947 1750/1971/3942 1746/1973/3944 -f 1751/1977/3948 1752/1978/3949 1745/1972/3943 -f 1753/1979/3950 1764/1980/3951 1754/1981/3952 -f 1754/1981/3952 1764/1980/3951 1747/1975/3946 -f 1754/1981/3952 1747/1975/3946 1755/1982/3953 -f 1755/1982/3953 1747/1975/3946 1748/1974/3945 -f 1756/1983/3954 1757/1984/3955 1758/1985/3956 -f 1759/1986/3957 1760/1987/3958 1758/1985/3956 -f 1760/1987/3958 1759/1986/3957 1761/1988/3959 -f 1761/1988/3959 1762/1989/3960 1760/1987/3958 -f 1760/1987/3958 1762/1989/3960 1763/1990/3961 -f 1762/1989/3960 1764/1980/3951 1763/1990/3961 -f 1763/1990/3961 1764/1980/3951 1753/1979/3950 -f 1766/1991/3962 1765/1992/3963 1767/1993/3964 -f 1765/1992/3963 1766/1991/3962 1768/1994/3965 -f 1768/1994/3965 1766/1991/3962 1769/1995/3966 -f 1768/1994/3965 1769/1995/3966 2827/1996/3967 -f 2827/1996/3967 1770/1968/3939 1768/1994/3965 -f 1771/1997/3968 1772/1998/3969 1773/1999/3970 -f 1773/1999/3970 1772/1998/3969 2266/2000/3971 -f 1773/1999/3970 2266/2000/3971 1767/1993/3964 -f 1767/1993/3964 2266/2000/3971 1766/1991/3962 -f 1774/2001/3972 1775/2002/3973 1776/2003/3974 -f 1777/2004/3975 1776/2003/3974 1778/2005/3976 -f 1778/2005/3976 2808/2006/3977 1777/2004/3975 -f 2808/2006/3977 1779/2007/3978 1777/2004/3975 -f 1777/2004/3975 1779/2007/3978 1780/2008/3979 -f 1780/2008/3979 1779/2007/3978 1771/1997/3968 -f 1771/1997/3968 1779/2007/3978 1772/1998/3969 -f 1781/2009/3980 1798/2010/3981 1782/2011/3982 -f 1798/2010/3981 1783/2012/3983 1782/2011/3982 -f 1782/2011/3982 1783/2012/3983 1784/2013/3984 -f 1784/2013/3984 1783/2012/3983 1785/2014/3985 -f 1784/2013/3984 1785/2014/3985 1786/1965/3936 -f 1787/2015/3986 1788/2016/3987 1789/2017/3988 -f 1790/2018/3989 1789/2017/3988 1791/2019/3990 -f 1791/2019/3990 1792/2020/3991 1790/2018/3989 -f 1794/2021/3992 1793/2022/3993 1790/2018/3989 -f 1794/2021/3992 1790/2018/3989 1792/2020/3991 -f 1793/2022/3993 1794/2021/3992 1795/2023/3994 -f 1793/2022/3993 1795/2023/3994 1796/2024/3995 -f 1796/2024/3995 1795/2023/3994 1797/2025/3996 -f 1797/2025/3996 1795/2023/3994 1798/2010/3981 -f 1797/2025/3996 1798/2010/3981 1781/2009/3980 -f 1803/2026/3997 3057/2027/3998 1799/2028/3999 -f 1803/2026/3997 1800/2029/4000 1801/2030/4001 -f 1800/2029/4000 1803/2026/3997 1799/2028/3999 -f 1799/2028/3999 3057/2027/3998 1802/1962/3933 -f 2318/2031/4002 1803/2026/3997 1801/2030/4001 -f 1816/2032/4003 1804/2033/4004 1805/2034/4005 -f 1805/2034/4005 1804/2033/4004 1806/2035/4006 -f 1806/2035/4006 1807/2036/4007 1805/2034/4005 -f 1805/2034/4005 1807/2036/4007 1808/2037/4008 -f 1808/2037/4008 1807/2036/4007 1809/2038/4009 -f 1809/2038/4009 1807/2036/4007 1810/2039/4010 -f 1809/2038/4009 1810/2039/4010 1811/2040/4011 -f 1811/2040/4011 1810/2039/4010 2318/2031/4002 -f 1811/2040/4011 2318/2031/4002 1801/2030/4001 -f 1812/2041/4012 1813/2042/4013 1814/2043/4014 -f 1814/2043/4014 1816/2032/4003 1815/2044/4015 -f 1816/2032/4003 1805/2034/4005 1817/2045/4016 -f 1816/2032/4003 1817/2045/4016 1815/2044/4015 -f 1825/2046/4017 1818/2047/4018 1819/2048/4019 -f 1818/2047/4018 1825/2046/4017 1820/1959/3930 -f 1821/2049/4020 1822/2050/4021 1823/2051/4022 -f 1822/2050/4021 1824/2052/4023 1823/2051/4022 -f 1823/2051/4022 1824/2052/4023 1825/2046/4017 -f 1823/2051/4022 1825/2046/4017 1819/2048/4019 -f 1836/2053/4024 2989/2054/4025 1826/2055/4026 -f 1826/2055/4026 2989/2054/4025 1827/2056/4027 -f 1826/2055/4026 1827/2056/4027 1828/2057/4028 -f 1828/2057/4028 1827/2056/4027 1829/2058/4029 -f 1829/2058/4029 1827/2056/4027 1830/2059/4030 -f 1829/2058/4029 1830/2059/4030 1821/2049/4020 -f 1821/2049/4020 1830/2059/4030 1822/2050/4021 -f 1833/2060/4031 1834/2061/4032 1831/2062/4033 -f 1831/2062/4033 1835/2063/4034 1832/2064/4035 -f 1832/2064/4035 1835/2063/4034 1836/2053/4024 -f 1836/2053/4024 1826/2055/4026 1837/2065/4036 -f 1836/2053/4024 1837/2065/4036 1832/2064/4035 -f 1838/2066/4037 1839/1956/3927 1840/2067/4038 -f 1840/2067/4038 1839/1956/3927 1841/2068/4039 -f 1842/2069/4040 1844/2070/4041 1843/2071/4042 -f 1844/2070/4041 1838/2066/4037 1843/2071/4042 -f 1838/2066/4037 1844/2070/4041 2939/2072/4043 -f 1838/2066/4037 2939/2072/4043 2940/2073/4044 -f 1838/2066/4037 2940/2073/4044 1839/1956/3927 -f 1845/2074/4045 1857/2075/4046 1846/2076/4047 -f 1845/2074/4045 1846/2076/4047 1847/2077/4048 -f 1847/2077/4048 1846/2076/4047 1842/2069/4040 -f 1847/2077/4048 1842/2069/4040 1848/2078/4049 -f 1848/2078/4049 1842/2069/4040 1843/2071/4042 -f 1849/2079/4050 1850/2080/4051 1851/2081/4052 -f 1851/2081/4052 1852/2082/4053 1853/2083/4054 -f 1853/2083/4054 1852/2082/4053 1854/2084/4055 -f 1854/2084/4055 1855/2085/4056 1853/2083/4054 -f 1853/2083/4054 1855/2085/4056 1856/2086/4057 -f 1856/2086/4057 1855/2085/4056 1857/2075/4046 -f 1856/2086/4057 1857/2075/4046 1845/2074/4045 -f 1831/2062/4033 1832/2064/4035 1833/2060/4031 -f 1833/2060/4031 1832/2064/4035 1858/2087/4058 -f 1833/2060/4031 1858/2087/4058 1859/2088/4059 -f 1818/2047/4018 1820/1959/3930 1739/1961/3932 -f 1818/2047/4018 1739/1961/3932 1860/2089/4060 -f 1860/2089/4060 1739/1961/3932 1861/2090/4061 -f 1860/2089/4060 1861/2090/4061 1862/2091/4062 -f 1862/2091/4062 1861/2090/4061 1863/2092/4063 -f 1863/2092/4063 1861/2090/4061 1812/2041/4012 -f 1863/2092/4063 1812/2041/4012 1815/2044/4015 -f 1815/2044/4015 1812/2041/4012 1814/2043/4014 -f 1799/2028/3999 1802/1962/3933 1741/1964/3935 -f 1799/2028/3999 1741/1964/3935 1864/2093/4064 -f 1864/2093/4064 1741/1964/3935 1865/2094/4065 -f 1864/2093/4064 1865/2094/4065 1866/2095/4066 -f 1866/2095/4066 1865/2094/4065 1867/2096/4067 -f 1867/2096/4067 1865/2094/4065 1868/2097/4068 -f 1867/2096/4067 1868/2097/4068 1869/2098/4069 -f 1869/2098/4069 1868/2097/4068 1870/2099/4070 -f 1870/2099/4070 1868/2097/4068 1787/2015/3986 -f 1870/2099/4070 1787/2015/3986 1790/2018/3989 -f 1790/2018/3989 1787/2015/3986 1789/2017/3988 -f 1784/2013/3984 1786/1965/3936 1743/1967/3938 -f 1784/2013/3984 1743/1967/3938 1871/2100/4071 -f 1871/2100/4071 1743/1967/3938 1872/2101/4072 -f 1871/2100/4071 1872/2101/4072 1873/2102/4073 -f 1873/2102/4073 1872/2101/4072 1874/2103/4074 -f 1874/2103/4074 1872/2101/4072 1875/2104/4075 -f 1874/2103/4074 1875/2104/4075 1876/2105/4076 -f 1876/2105/4076 1875/2104/4075 1877/2106/4077 -f 1877/2106/4077 1875/2104/4075 1774/2001/3972 -f 1877/2106/4077 1774/2001/3972 1777/2004/3975 -f 1777/2004/3975 1774/2001/3972 1776/2003/3974 -f 1768/1994/3965 1770/1968/3939 1744/1970/3941 -f 1768/1994/3965 1744/1970/3941 1878/2107/4078 -f 1878/2107/4078 1744/1970/3941 1879/2108/4079 -f 1878/2107/4078 1879/2108/4079 1880/2109/4080 -f 1880/2109/4080 1879/2108/4079 1881/2110/4081 -f 1881/2110/4081 1879/2108/4079 1882/2111/4082 -f 1881/2110/4081 1882/2111/4082 1883/2112/4083 -f 1883/2112/4083 1882/2111/4082 1884/2113/4084 -f 1884/2113/4084 1882/2111/4082 1756/1983/3954 -f 1884/2113/4084 1756/1983/3954 1760/1987/3958 -f 1760/1987/3958 1756/1983/3954 1758/1985/3956 -f 1746/1973/3944 1745/1972/3943 1752/1978/3949 -f 1746/1973/3944 1752/1978/3949 1885/2114/4085 -f 1885/2114/4085 1752/1978/3949 1886/2115/4086 -f 1885/2114/4085 1886/2115/4086 1887/2116/4087 -f 1887/2116/4087 1886/2115/4086 1888/2117/4088 -f 1888/2117/4088 1886/2115/4086 1889/2118/4089 -f 1888/2117/4088 1889/2118/4089 1890/2119/4090 -f 1890/2119/4090 1889/2118/4089 1891/2120/4091 -f 1891/2120/4091 1889/2118/4089 1849/2079/4050 -f 1891/2120/4091 1849/2079/4050 1853/2083/4054 -f 1853/2083/4054 1849/2079/4050 1851/2081/4052 -f 1841/2068/4039 1839/1956/3927 1737/1958/3929 -f 1841/2068/4039 1737/1958/3929 1892/2121/4092 -f 1892/2121/4092 1737/1958/3929 1859/2088/4059 -f 1892/2121/4092 1859/2088/4059 1893/2122/4093 -f 1893/2122/4093 1859/2088/4059 1858/2087/4058 -s 39 -f 1894/2123/4094 3938/2124/4095 1901/2125/4096 -f 3938/2124/4095 1895/2126/4097 1901/2125/4096 -f 1901/2125/4096 1895/2126/4097 1896/2127/4098 -f 1896/2127/4098 1895/2126/4097 1897/2128/4099 -f 1896/2127/4098 1897/2128/4099 5149/2129/4100 -f 1899/2130/4101 1898/2131/4102 1896/2127/4098 -f 1896/2127/4098 1898/2131/4102 1900/2132/4103 -f 1896/2127/4098 1900/2132/4103 1901/2125/4096 -f 1900/2132/4103 3839/2133/4104 1901/2125/4096 -f 1901/2125/4096 3839/2133/4104 3545/2134/4105 -f 3545/2134/4105 3839/2133/4104 3838/2135/4106 -f 1902/2136/4107 1903/2137/4108 1904/2138/4109 -f 1904/2138/4109 1903/2137/4108 1905/2139/4110 -f 1905/2139/4110 1903/2137/4108 1906/2140/4111 -f 1906/2140/4111 1903/2137/4108 1907/2141/4112 -f 1906/2140/4111 1907/2141/4112 1908/2142/4113 -f 1908/2142/4113 1907/2141/4112 1909/2143/4114 -f 1909/2143/4114 1907/2141/4112 1910/2144/4115 -f 1909/2143/4114 1910/2144/4115 1911/2145/4116 -f 1911/2145/4116 1910/2144/4115 1912/2146/4117 -f 1911/2145/4116 1912/2146/4117 1913/2147/4118 -f 1913/2147/4118 1912/2146/4117 1914/2148/4119 -f 1914/2148/4119 1912/2146/4117 1915/2149/4120 -f 1915/2149/4120 1912/2146/4117 1916/2150/4121 -f 1915/2149/4120 1916/2150/4121 1917/2151/4122 -f 1917/2151/4122 1916/2150/4121 1918/2152/4123 -f 1918/2152/4123 1916/2150/4121 1919/2153/4124 -f 1918/2152/4123 1919/2153/4124 1920/2154/4125 -f 1920/2154/4125 1919/2153/4124 1921/2155/4126 -f 1920/2154/4125 1921/2155/4126 1922/2156/4127 -f 1922/2156/4127 1921/2155/4126 3235/2157/4128 -f 1922/2156/4127 3235/2157/4128 1946/2158/4129 -f 1923/2159/4130 1924/2160/4131 1925/2161/4132 -f 1925/2161/4132 1924/2160/4131 1926/2162/4133 -f 1926/2162/4133 1924/2160/4131 1927/2163/4134 -f 1926/2162/4133 1927/2163/4134 1928/2164/4135 -f 1928/2164/4135 1927/2163/4134 1930/2165/4136 -f 1930/2165/4136 1927/2163/4134 1929/2166/4137 -f 1930/2165/4136 1929/2166/4137 1931/2167/4138 -f 1931/2167/4138 1929/2166/4137 1932/2168/4139 -f 1932/2168/4139 1929/2166/4137 1933/2169/4140 -f 1932/2168/4139 1933/2169/4140 1934/2170/4141 -f 1934/2170/4141 1933/2169/4140 1935/2171/4142 -f 1935/2171/4142 1933/2169/4140 1936/2172/4143 -f 1935/2171/4142 1936/2172/4143 1937/2173/4144 -f 1937/2173/4144 1936/2172/4143 1938/2174/4145 -f 1937/2173/4144 1938/2174/4145 1939/2175/4146 -f 1939/2175/4146 1938/2174/4145 3178/2176/4147 -f 1939/2175/4146 3178/2176/4147 1940/2177/4148 -f 1940/2177/4148 3178/2176/4147 1941/2178/4149 -f 1941/2178/4149 3178/2176/4147 1942/2179/4150 -f 1942/2179/4150 3178/2176/4147 1943/2180/4151 -f 1942/2179/4150 1943/2180/4151 1944/2181/4152 -f 1944/2181/4152 1943/2180/4151 1968/2182/4153 -f 1946/2158/4129 3235/2157/4128 1945/2183/4154 -f 1946/2158/4129 1945/2183/4154 1948/2184/4155 -f 1948/2184/4155 1945/2183/4154 1947/2185/4156 -f 1948/2184/4155 1947/2185/4156 1949/2186/4157 -f 1949/2186/4157 1947/2185/4156 1950/2187/4158 -f 1949/2186/4157 1950/2187/4158 1951/2188/4159 -f 1951/2188/4159 1950/2187/4158 1952/2189/4160 -f 1952/2189/4160 1950/2187/4158 1953/2190/4161 -f 1952/2189/4160 1953/2190/4161 1954/2191/4162 -f 1954/2191/4162 1953/2190/4161 1955/2192/4163 -f 1955/2192/4163 1953/2190/4161 1956/2193/4164 -f 1956/2193/4164 1953/2190/4161 3122/2194/4165 -f 1956/2193/4164 3122/2194/4165 1957/2195/4166 -f 1957/2195/4166 3122/2194/4165 1958/2196/4167 -f 1957/2195/4166 1958/2196/4167 1960/2197/4168 -f 1960/2197/4168 1958/2196/4167 1959/2198/4169 -f 1960/2197/4168 1959/2198/4169 1961/2199/4170 -f 1961/2199/4170 1959/2198/4169 1962/2200/4171 -f 1961/2199/4170 1962/2200/4171 1963/2201/4172 -f 1963/2201/4172 1962/2200/4171 1964/2202/4173 -f 1964/2202/4173 1962/2200/4171 1965/2203/4174 -f 1965/2203/4174 1962/2200/4171 1966/2204/4175 -f 1965/2203/4174 1966/2204/4175 1923/2159/4130 -f 1923/2159/4130 1966/2204/4175 1924/2160/4131 -f 1968/2182/4153 1943/2180/4151 1967/2205/4176 -f 1968/2182/4153 1967/2205/4176 1969/2206/4177 -f 1969/2206/4177 1967/2205/4176 3164/2207/4178 -f 1969/2206/4177 3164/2207/4178 1970/2208/4179 -f 1970/2208/4179 3164/2207/4178 1971/2209/4180 -f 1971/2209/4180 3164/2207/4178 1972/2210/4181 -f 1971/2209/4180 1972/2210/4181 1973/2211/4182 -f 1973/2211/4182 1972/2210/4181 1974/2212/4183 -f 1974/2212/4183 1972/2210/4181 1975/2213/4184 -f 1975/2213/4184 1972/2210/4181 1976/2214/4185 -f 1975/2213/4184 1976/2214/4185 1977/2215/4186 -f 1977/2215/4186 1976/2214/4185 1979/2216/4187 -f 1979/2216/4187 1976/2214/4185 1978/2217/4188 -f 1979/2216/4187 1978/2217/4188 1980/2218/4189 -f 1980/2218/4189 1978/2217/4188 1982/2219/4190 -f 1982/2219/4190 1978/2217/4188 1981/2220/4191 -f 1982/2219/4190 1981/2220/4191 1983/2221/4192 -f 1983/2221/4192 1981/2220/4191 3150/2222/4193 -f 1983/2221/4192 3150/2222/4193 1984/2223/4194 -f 1984/2223/4194 3150/2222/4193 1985/2224/4195 -f 1984/2223/4194 1985/2224/4195 1986/2225/4196 -f 1986/2225/4196 1985/2224/4195 1987/2226/4197 -f 1987/2226/4197 1985/2224/4195 1988/2227/4198 -f 1987/2226/4197 1988/2227/4198 1989/2228/4199 -f 1989/2228/4199 1988/2227/4198 1902/2136/4107 -f 1902/2136/4107 1988/2227/4198 1903/2137/4108 -f 1710/1930/4200 1711/1931/4201 1991/2229/4202 -f 1992/2230/4203 1993/2231/4204 4205/2232/4205 -f 4613/2233/4206 1994/2234/4207 3921/2235/4208 -f 4724/2236/4209 1995/2237/4210 1996/2238/4211 -f 1998/2239/4212 3903/2240/4213 4017/2241/4214 -f 4017/2241/4214 3903/2240/4213 4043/2242/4215 -f 1999/2243/4216 4017/2241/4214 1598/1817/4217 -f 1598/1817/4217 4017/2241/4214 1597/1816/4218 -f 1597/1816/4218 4017/2241/4214 4043/2242/4215 -f 1597/1816/4218 4043/2242/4215 2000/2244/4219 -f 4071/2245/4220 1706/1925/4221 1597/1816/4218 -f 4071/2245/4220 1597/1816/4218 2000/2244/4219 -f 1702/1921/4222 3963/2246/4223 1604/1823/4224 -f 1604/1823/4224 3963/2246/4223 1605/1824/4225 -f 4017/2241/4214 1999/2243/4216 1605/1824/4225 -f 4017/2241/4214 1605/1824/4225 2011/2247/4226 -f 1999/2243/4216 2001/2248/4227 1605/1824/4225 -f 1605/1824/4225 2001/2248/4227 2002/2249/4228 -f 1605/1824/4225 2002/2249/4228 2003/2250/4229 -f 2003/2250/4229 2002/2249/4228 2004/2251/4230 -f 2003/2250/4229 2004/2251/4230 2080/2252/4231 -f 2080/2252/4231 2004/2251/4230 2005/2253/4232 -f 2005/2253/4232 2006/2254/4233 2080/2252/4231 -f 2080/2252/4231 2006/2254/4233 2007/2255/4234 -f 2080/2252/4231 2007/2255/4234 2008/2256/4235 -f 2008/2256/4235 2007/2255/4234 2009/2257/4236 -f 2010/2258/4237 3901/2259/4238 3963/2246/4223 -f 3963/2246/4223 3901/2259/4238 3989/2260/4239 -f 3963/2246/4223 3989/2260/4239 1605/1824/4225 -f 1605/1824/4225 3989/2260/4239 2011/2247/4226 -f 1774/2001/4240 2008/2256/4235 1775/2002/4241 -f 1775/2002/4241 2008/2256/4235 2012/1969/4242 -f 2013/2261/4243 1702/1921/4222 1699/1919/4244 -f 1774/2001/4240 1875/2104/4245 1872/2101/4246 -f 1872/2101/4246 1743/1967/4247 1774/2001/4240 -f 1774/2001/4240 1743/1967/4247 1742/1966/4248 -f 1774/2001/4240 1742/1966/4248 2008/2256/4235 -f 2008/2256/4235 1742/1966/4248 2014/2262/4249 -f 2008/2256/4235 2014/2262/4249 2015/2263/4250 -f 2016/2264/4251 1702/1921/4222 3861/2265/4252 -f 3861/2265/4252 1702/1921/4222 2013/2261/4243 -f 3861/2265/4252 2013/2261/4243 3807/2266/4253 -f 3807/2266/4253 2013/2261/4243 2017/2267/4254 -f 1702/1921/4222 2016/2264/4251 3963/2246/4223 -f 2015/2263/4250 2018/2268/4255 2008/2256/4235 -f 2008/2256/4235 2018/2268/4255 2019/2269/4256 -f 2008/2256/4235 2019/2269/4256 2020/2270/4257 -f 1699/1919/4244 1697/1917/4258 2013/2261/4243 -f 2013/2261/4243 1697/1917/4258 1694/1914/4259 -f 2013/2261/4243 1694/1914/4259 1549/1760/4260 -f 2021/2271/4261 2022/2272/4262 2028/2273/4263 -f 2028/2273/4263 2022/2272/4262 2023/2274/4264 -f 2028/2273/4263 2023/2274/4264 2012/1969/4242 -f 2012/1969/4242 2023/2274/4264 2024/2275/4265 -f 2012/1969/4242 2024/2275/4265 2025/2276/4266 -f 2025/2276/4266 2026/2277/4267 2012/1969/4242 -f 2012/1969/4242 2026/2277/4267 2027/2278/4268 -f 2012/1969/4242 2027/2278/4268 1775/2002/4241 -f 2013/2261/4243 1549/1760/4260 2028/2273/4263 -f 2028/2273/4263 1549/1760/4260 1548/1759/4269 -f 2028/2273/4263 1548/1759/4269 2029/2279/4270 -f 2028/2273/4263 2029/2279/4270 2021/2271/4261 -f 2081/2280/4271 2030/2281/4272 2028/2273/4263 -f 2028/2273/4263 2030/2281/4272 2031/2282/4273 -f 2028/2273/4263 2031/2282/4273 2032/2283/4274 -f 2032/2283/4274 2033/2284/4275 2028/2273/4263 -f 2028/2273/4263 2033/2284/4275 2034/2285/4276 -f 2028/2273/4263 2034/2285/4276 2035/2286/4277 -f 1683/1904/4278 1997/2287/4279 1685/1906/4280 -f 1685/1906/4280 1997/2287/4279 2036/2288/4281 -f 1685/1906/4280 2036/2288/4281 1687/1908/4282 -f 1687/1908/4282 2036/2288/4281 1688/1910/4283 -f 2037/2289/4284 3928/2290/4285 4941/2291/4286 -f 4941/2291/4286 3928/2290/4285 2028/2273/4263 -f 2036/2288/4281 5119/2292/4287 1688/1910/4283 -f 1688/1910/4283 5119/2292/4287 1624/1845/4288 -f 1624/1845/4288 5119/2292/4287 2038/2293/4289 -f 1624/1845/4288 2038/2293/4289 1625/1846/4290 -f 2040/2294/4291 4941/2291/4286 1625/1846/4290 -f 2039/2295/4292 4903/2296/4293 2038/2293/4289 -f 2038/2293/4289 4903/2296/4293 4913/2297/4294 -f 2038/2293/4289 4913/2297/4294 1625/1846/4290 -f 1625/1846/4290 4913/2297/4294 2040/2294/4291 -f 2035/2286/4277 2041/2298/4295 2028/2273/4263 -f 2028/2273/4263 2041/2298/4295 1625/1846/4290 -f 2028/2273/4263 1625/1846/4290 4941/2291/4286 -f 4834/2299/4296 2042/2300/4297 3927/2301/4298 -f 2044/2302/4299 3924/2303/4300 4804/2304/4301 -f 2043/2305/4302 4834/2299/4296 1997/2287/4279 -f 1997/2287/4279 4834/2299/4296 2036/2288/4281 -f 2036/2288/4281 4834/2299/4296 3927/2301/4298 -f 2044/2302/4299 4804/2304/4301 1997/2287/4279 -f 1997/2287/4279 4804/2304/4301 2043/2305/4302 -f 4777/2306/4303 2044/2302/4299 1997/2287/4279 -f 4777/2306/4303 1997/2287/4279 2045/2307/4304 -f 4777/2306/4303 2045/2307/4304 5099/2308/4305 -f 2045/2307/4304 4749/2309/4306 5099/2308/4305 -f 2045/2307/4304 2046/2310/4307 1643/1866/4308 -f 2048/2311/4309 2047/2312/4310 4693/2313/4311 -f 4748/2314/4312 4749/2309/4306 1996/2238/4211 -f 1996/2238/4211 4749/2309/4306 2045/2307/4304 -f 1996/2238/4211 2045/2307/4304 4724/2236/4209 -f 4724/2236/4209 2045/2307/4304 1643/1866/4308 -f 4724/2236/4209 1643/1866/4308 1642/1865/4313 -f 4724/2236/4209 1642/1865/4313 5089/2315/4314 -f 5089/2315/4314 1642/1865/4313 1679/1900/4315 -f 5089/2315/4314 1679/1900/4315 4693/2313/4311 -f 4613/2233/4206 3921/2235/4208 4638/2316/4316 -f 2049/2317/4317 2047/2312/4310 4666/2318/4318 -f 4666/2318/4318 2047/2312/4310 2048/2311/4309 -f 4666/2318/4318 2048/2311/4309 2050/2319/4319 -f 4613/2233/4206 4638/2316/4316 2048/2311/4309 -f 2048/2311/4309 4638/2316/4316 2050/2319/4319 -f 2122/2320/4320 2051/2321/4321 1664/1886/4322 -f 2052/2322/4323 3919/2323/4324 2053/2324/4325 -f 2053/2324/4325 3919/2323/4324 4587/2325/4326 -f 2053/2324/4325 4587/2325/4326 1666/1888/4327 -f 2054/2326/4328 1664/1886/4322 4587/2325/4326 -f 4587/2325/4326 1664/1886/4322 1665/1887/4329 -f 4587/2325/4326 1665/1887/4329 1666/1888/4327 -f 2055/2327/4330 2053/2324/4325 1666/1888/4327 -f 2058/2328/4331 2056/2329/4332 3917/2330/4333 -f 1666/1888/4327 2057/2331/4334 2055/2327/4330 -f 2055/2327/4330 2057/2331/4334 2058/2328/4331 -f 2055/2327/4330 2058/2328/4331 3917/2330/4333 -f 2061/2332/4335 2058/2328/4331 2057/2331/4334 -f 4423/2333/4336 5039/2334/4337 2059/2335/4338 -f 5039/2334/4337 4451/2336/4339 2059/2335/4338 -f 2059/2335/4338 4451/2336/4339 2057/2331/4334 -f 2060/2337/4340 3915/2338/4341 4451/2336/4339 -f 4451/2336/4339 3915/2338/4341 4477/2339/4342 -f 4451/2336/4339 4477/2339/4342 2057/2331/4334 -f 2057/2331/4334 4477/2339/4342 2061/2332/4335 -f 1727/1947/4343 2059/2335/4338 2062/2340/4344 -f 2062/2340/4344 2059/2335/4338 2120/2341/4345 -f 2063/2342/4346 3914/2343/4347 2064/2344/4348 -f 2064/2344/4348 3914/2343/4347 4423/2333/4336 -f 2064/2344/4348 4423/2333/4336 2059/2335/4338 -f 2064/2344/4348 2059/2335/4338 1727/1947/4343 -f 2064/2344/4348 1727/1947/4343 2065/2345/4349 -f 2067/2346/4350 3913/2347/4351 2066/2348/4352 -f 2066/2348/4352 3913/2347/4351 2065/2345/4349 -f 2068/2349/4353 3911/2350/4354 4315/2351/4355 -f 2069/2352/4356 2070/2353/4357 4262/2354/4358 -f 4262/2354/4358 2070/2353/4357 2071/2355/4359 -f 4262/2354/4358 2071/2355/4359 3907/2356/4360 -f 2070/2353/4357 2069/2352/4356 4290/2357/4361 -f 2070/2353/4357 4290/2357/4361 4315/2351/4355 -f 4315/2351/4355 4290/2357/4361 2068/2349/4353 -f 2072/1936/4362 4206/2358/4363 5000/2359/4364 -f 2073/2360/4365 2071/2355/4359 4235/2361/4366 -f 4235/2361/4366 2071/2355/4359 2070/2353/4357 -f 4235/2361/4366 2070/2353/4357 2072/1936/4362 -f 4235/2361/4366 2072/1936/4362 5000/2359/4364 -f 1991/2229/4202 2074/2362/4367 4152/2363/4368 -f 4205/2232/4205 4206/2358/4363 2072/1936/4362 -f 4205/2232/4205 2072/1936/4362 1992/2230/4203 -f 1992/2230/4203 2072/1936/4362 2075/2364/4369 -f 2075/2364/4369 2072/1936/4362 1716/1935/4370 -f 2075/2364/4369 1716/1935/4370 1715/1934/4371 -f 2075/2364/4369 1715/1934/4371 4152/2363/4368 -f 4071/2245/4220 1991/2229/4202 1711/1931/4201 -f 4071/2245/4220 1711/1931/4201 1706/1925/4221 -f 2076/2365/4372 2074/2362/4367 4126/2366/4373 -f 4126/2366/4373 2074/2362/4367 1991/2229/4202 -f 4126/2366/4373 1991/2229/4202 2078/2367/4374 -f 2077/2368/4375 3905/2369/4376 4071/2245/4220 -f 4071/2245/4220 3905/2369/4376 4096/2370/4377 -f 4071/2245/4220 4096/2370/4377 1991/2229/4202 -f 1991/2229/4202 4096/2370/4377 2078/2367/4374 -f 2020/2270/4257 2079/2371/4378 2008/2256/4235 -f 2008/2256/4235 2079/2371/4378 2080/2252/4231 -f 2081/2280/4271 2028/2273/4263 2012/1969/4242 -f 2012/1969/4242 2082/2372/4379 1744/1970/4380 -f 2083/2373/4381 2084/2374/4382 2045/2307/4304 -f 1683/1904/4278 1634/1856/4383 1997/2287/4279 -f 1997/2287/4279 1634/1856/4383 1635/1857/4384 -f 1997/2287/4279 1635/1857/4384 2045/2307/4304 -f 2045/2307/4304 1635/1857/4384 2085/2375/4385 -f 2045/2307/4304 2085/2375/4385 2083/2373/4381 -f 2086/2376/4386 2087/2377/4387 2082/2372/4379 -f 2082/2372/4379 2087/2377/4387 1757/1984/4388 -f 2082/2372/4379 1757/1984/4388 1756/1983/4389 -f 1756/1983/4389 1882/2111/4390 2082/2372/4379 -f 2082/2372/4379 1882/2111/4390 1879/2108/4391 -f 2082/2372/4379 1879/2108/4391 1744/1970/4380 -f 2084/2374/4382 2088/2378/4392 2045/2307/4304 -f 2045/2307/4304 2088/2378/4392 2089/2379/4393 -f 2045/2307/4304 2089/2379/4393 2090/2380/4394 -f 4152/2363/4368 1715/1934/4371 1991/2229/4202 -f 1991/2229/4202 1715/1934/4371 1708/1927/4395 -f 1991/2229/4202 1708/1927/4395 1710/1930/4200 -f 2091/2381/4396 2100/2382/4397 2092/2383/4398 -f 2093/2384/4399 1990/2385/4400 2091/2381/4396 -f 2093/2384/4399 2091/2381/4396 2094/2386/4401 -f 2092/2383/4398 2095/2387/4402 2091/2381/4396 -f 2091/2381/4396 2095/2387/4402 2096/2388/4403 -f 2091/2381/4396 2096/2388/4403 2094/2386/4401 -f 2097/2389/4404 1740/1963/4405 2091/2381/4396 -f 2091/2381/4396 1740/1963/4405 2098/2390/4406 -f 2008/2256/4235 2009/2257/4236 1788/2016/4407 -f 2008/2256/4235 1788/2016/4407 2097/2389/4404 -f 2097/2389/4404 1788/2016/4407 1787/2015/4408 -f 2097/2389/4404 1787/2015/4408 1868/2097/4409 -f 2098/2390/4406 2099/2391/4410 2091/2381/4396 -f 2091/2381/4396 2099/2391/4410 2100/2382/4397 -f 1868/2097/4409 1865/2094/4411 2097/2389/4404 -f 2097/2389/4404 1865/2094/4411 1741/1964/4412 -f 2097/2389/4404 1741/1964/4412 1740/1963/4405 -f 1718/1938/4413 1551/1763/4414 2070/2353/4357 -f 2070/2353/4357 1551/1763/4414 1550/1762/4415 -f 2070/2353/4357 1550/1762/4415 2072/1936/4362 -f 2072/1936/4362 1550/1762/4415 2101/2392/4416 -f 2072/1936/4362 2101/2392/4416 2102/2393/4417 -f 2102/2393/4417 2103/2394/4418 2072/1936/4362 -f 2072/1936/4362 2103/2394/4418 2104/2395/4419 -f 2072/1936/4362 2104/2395/4419 2091/2381/4396 -f 2091/2381/4396 2104/2395/4419 2105/2396/4420 -f 2091/2381/4396 2105/2396/4420 2106/2397/4421 -f 1731/1951/4422 1725/1945/4423 2066/2348/4352 -f 2066/2348/4352 1725/1945/4423 4315/2351/4355 -f 1725/1945/4423 1723/1943/4424 4315/2351/4355 -f 4315/2351/4355 1723/1943/4424 1721/1941/4425 -f 4315/2351/4355 1721/1941/4425 2070/2353/4357 -f 2070/2353/4357 1721/1941/4425 1719/1940/4426 -f 2070/2353/4357 1719/1940/4426 1718/1938/4413 -f 2065/2345/4349 1727/1947/4343 1728/1948/4427 -f 2065/2345/4349 1728/1948/4427 2066/2348/4352 -f 2066/2348/4352 1728/1948/4427 1729/1949/4428 -f 2066/2348/4352 1729/1949/4428 1731/1951/4422 -f 2107/2398/4429 2108/2399/4430 2120/2341/4345 -f 2120/2341/4345 2108/2399/4430 2109/2400/4431 -f 2120/2341/4345 2109/2400/4431 2110/2401/4432 -f 2110/2401/4432 2111/2402/4433 2120/2341/4345 -f 2120/2341/4345 2111/2402/4433 2112/2403/4434 -f 2120/2341/4345 2112/2403/4434 2062/2340/4344 -f 1738/1960/4435 2114/2404/4436 2120/2341/4345 -f 2120/2341/4345 2114/2404/4436 2107/2398/4429 -f 2113/2405/4437 1813/2042/4438 1812/2041/4439 -f 2091/2381/4396 2106/2397/4421 2115/2406/4440 -f 2091/2381/4396 2115/2406/4440 2113/2405/4437 -f 2113/2405/4437 2115/2406/4440 2116/2407/4441 -f 2113/2405/4437 2116/2407/4441 1813/2042/4438 -f 1812/2041/4439 1861/2090/4442 2113/2405/4437 -f 2113/2405/4437 1861/2090/4442 1739/1961/4443 -f 2113/2405/4437 1739/1961/4443 1738/1960/4435 -f 1563/1778/4444 1564/1779/4445 2059/2335/4338 -f 2059/2335/4338 1564/1779/4445 2117/2408/4446 -f 2117/2408/4446 2118/2409/4447 2059/2335/4338 -f 2059/2335/4338 2118/2409/4447 2119/2410/4448 -f 2059/2335/4338 2119/2410/4448 2120/2341/4345 -f 2120/2341/4345 2119/2410/4448 2121/2411/4449 -f 1666/1888/4327 1663/1884/4450 2057/2331/4334 -f 2057/2331/4334 1663/1884/4450 1661/1882/4451 -f 2057/2331/4334 1661/1882/4451 2059/2335/4338 -f 2059/2335/4338 1661/1882/4451 1660/1881/4452 -f 2059/2335/4338 1660/1881/4452 1563/1778/4444 -f 2122/2320/4320 2123/2412/4453 2051/2321/4321 -f 1859/2088/4454 1737/1958/4455 2124/2413/4456 -f 2124/2413/4456 1737/1958/4455 1736/1957/4457 -f 2124/2413/4456 1736/1957/4457 2125/2414/4458 -f 2124/2413/4456 2126/2415/4459 2122/2320/4320 -f 2122/2320/4320 2126/2415/4459 2127/2416/4460 -f 2120/2341/4345 2121/2411/4449 2128/2417/4461 -f 2120/2341/4345 2128/2417/4461 2129/2418/4462 -f 2129/2418/4462 2128/2417/4461 2130/2419/4463 -f 2129/2418/4462 2130/2419/4463 2131/2420/4464 -f 2125/2414/4458 2132/2421/4465 2124/2413/4456 -f 2124/2413/4456 2132/2421/4465 2133/2422/4466 -f 2124/2413/4456 2133/2422/4466 2126/2415/4459 -f 2131/2420/4464 2134/2423/4467 2129/2418/4462 -f 2129/2418/4462 2134/2423/4467 1834/2061/4468 -f 2129/2418/4462 1834/2061/4468 2124/2413/4456 -f 2124/2413/4456 1834/2061/4468 1833/2060/4469 -f 2124/2413/4456 1833/2060/4469 1859/2088/4454 -f 1546/1756/4470 4613/2233/4206 1547/1757/4471 -f 1547/1757/4471 4613/2233/4206 1671/1892/4472 -f 1671/1892/4472 4613/2233/4206 1672/1893/4473 -f 1672/1893/4473 4613/2233/4206 2048/2311/4309 -f 1672/1893/4473 2048/2311/4309 1676/1897/4474 -f 2122/2320/4320 2135/2424/4475 2136/2425/4476 -f 2136/2425/4476 2137/2426/4477 2122/2320/4320 -f 2122/2320/4320 2137/2426/4477 2138/2427/4478 -f 2122/2320/4320 2138/2427/4478 2124/2413/4456 -f 2124/2413/4456 2138/2427/4478 2139/2428/4479 -f 2140/2429/4480 2141/2430/4481 2122/2320/4320 -f 2122/2320/4320 2141/2430/4481 2142/2431/4482 -f 2122/2320/4320 2142/2431/4482 2135/2424/4475 -f 1664/1886/4322 2054/2326/4328 2122/2320/4320 -f 2122/2320/4320 2054/2326/4328 4613/2233/4206 -f 2122/2320/4320 4613/2233/4206 2140/2429/4480 -f 2140/2429/4480 4613/2233/4206 1546/1756/4470 -f 4693/2313/4311 1679/1900/4315 2048/2311/4309 -f 2048/2311/4309 1679/1900/4315 1674/1895/4483 -f 2048/2311/4309 1674/1895/4483 1676/1897/4474 -f 2143/2432/4484 1850/2080/4485 1849/2079/4486 -f 2144/2433/4487 2145/2434/4488 2045/2307/4304 -f 2045/2307/4304 2145/2434/4488 2146/2435/4489 -f 2045/2307/4304 2146/2435/4489 2147/2436/4490 -f 1849/2079/4486 1889/2118/4491 2143/2432/4484 -f 2143/2432/4484 1889/2118/4491 1886/2115/4492 -f 2143/2432/4484 1886/2115/4492 1752/1978/4493 -f 1751/1977/4494 2148/2437/4495 2045/2307/4304 -f 2045/2307/4304 2148/2437/4495 2149/2438/4496 -f 2045/2307/4304 2149/2438/4496 2144/2433/4487 -f 2147/2436/4490 2150/2439/4497 2045/2307/4304 -f 2045/2307/4304 2150/2439/4497 2151/2440/4498 -f 2045/2307/4304 2151/2440/4498 2046/2310/4307 -f 2124/2413/4456 2155/2441/4499 2152/2442/4500 -f 2143/2432/4484 2153/2443/4501 2154/2444/4502 -s off -f 5324/2445/4503 5235/1397/4504 2156/2446/4505 -s 39 -f 2157/2447/4506 2124/2413/4456 2156/2446/4507 -f 2154/2444/4502 2158/2448/4508 2143/2432/4484 -f 2143/2432/4484 2158/2448/4508 2124/2413/4456 -f 2143/2432/4484 2124/2413/4456 1850/2080/4485 -f 1850/2080/4485 2124/2413/4456 2139/2428/4479 -f 2124/2413/4456 2158/2448/4508 2160/2449/4509 -f 2162/2450/4510 2163/2451/4511 2172/2452/4512 -f 2129/2418/4462 2164/2453/4513 2165/2454/4514 -f 2159/2455/4515 2168/2456/4516 2160/2449/4509 -f 2160/2449/4509 2168/2456/4516 2124/2413/4456 -f 2124/2413/4456 2168/2456/4516 2155/2441/4499 -f 2152/2442/4500 5324/2445/4517 2156/2446/4507 -f 2152/2442/4500 2156/2446/4507 2124/2413/4456 -f 2129/2418/4462 2170/2457/4518 2169/2458/4519 -f 2175/2459/4520 2170/2457/4518 2129/2418/4462 -f 2172/2452/4512 2163/2451/4511 5325/2460/4521 -s off -f 2172/2452/4522 5325/2460/4523 5227/1403/4524 -s 39 -f 2166/2461/4525 2173/2462/4526 2167/2463/4527 -s off -f 2167/2463/4528 2173/2462/4529 2174/1333/4530 -s 39 -f 2159/2455/4515 2160/2449/4509 5323/2464/4531 -f 2175/2459/4520 2176/2465/4532 2161/2466/4533 -f 2175/2459/4520 2161/2466/4533 5318/2467/4534 -f 2124/2413/4456 2157/2447/4506 2163/2451/4511 -f 2163/2451/4511 2162/2450/4510 2124/2413/4456 -f 2124/2413/4456 2162/2450/4510 2129/2418/4462 -f 2129/2418/4462 2162/2450/4510 2176/2465/4532 -f 2129/2418/4462 2169/2458/4519 2164/2453/4513 -f 2164/2453/4513 2169/2458/4519 2171/2468/4535 -s off -f 2171/2468/4536 2169/2458/4537 2177/1327/4538 -s 39 -f 2175/2459/4520 2129/2418/4462 2176/2465/4532 -f 2082/2372/4379 2195/2469/4539 2178/2470/4540 -f 2082/2372/4379 2178/2470/4540 2143/2432/4484 -f 5322/2471/4541 2153/2443/4501 2143/2432/4484 -f 5322/2471/4541 2143/2432/4484 2178/2470/4540 -f 2192/2472/4542 2179/2473/4543 2012/1969/4242 -f 2012/1969/4242 2179/2473/4543 2180/2474/4544 -f 2196/2475/4545 2184/2476/4546 2008/2256/4235 -f 2012/1969/4242 2181/2477/4547 2186/2478/4548 -s off -f 2185/2479/4549 5283/1355/4550 2187/2480/4551 -s 39 -f 2200/2481/4552 2188/2482/4553 2189/2483/4554 -f 2191/2484/4555 2082/2372/4379 2012/1969/4242 -f 2191/2484/4555 2012/1969/4242 2186/2478/4548 -f 2192/2472/4542 2198/2485/4556 5319/2486/4557 -f 2192/2472/4542 5319/2486/4557 5269/1367/4558 -f 2182/2487/4559 2183/2488/4560 2201/2489/4561 -f 2184/2476/4546 2193/2490/4562 2008/2256/4235 -f 2187/2480/4563 2194/2491/4564 2008/2256/4235 -f 2191/2484/4555 2195/2469/4539 2082/2372/4379 -f 2196/2475/4545 2201/2489/4561 2183/2488/4560 -s 229 -f 2196/2475/4565 2183/2488/4566 5291/1349/4567 -s 39 -f 2193/2490/4562 2185/2479/4568 2187/2480/4563 -f 2193/2490/4562 2187/2480/4563 2008/2256/4235 -f 2008/2256/4235 2194/2491/4564 2189/2483/4554 -f 2008/2256/4235 2189/2483/4554 2188/2482/4553 -f 2008/2256/4235 2188/2482/4553 2012/1969/4242 -f 2012/1969/4242 2180/2474/4544 2181/2477/4547 -f 2181/2477/4547 2180/2474/4544 2190/2492/4569 -s off -f 2190/2492/4570 2180/2474/4571 5320/1369/4572 -s 39 -f 2192/2472/4542 2012/1969/4242 2188/2482/4553 -f 2192/2472/4542 2188/2482/4553 2198/2485/4556 -f 2195/2469/4539 2191/2484/4555 2197/2493/4573 -f 2197/2493/4573 2191/2484/4555 5321/1375/4574 -f 2200/2481/4552 2189/2483/4554 2199/2494/4575 -s off -f 2200/2481/4576 2199/2494/4577 5276/1361/4578 -s 39 -f 2201/2489/4561 2196/2475/4545 2008/2256/4235 -f 2201/2489/4561 2008/2256/4235 2097/2389/4404 -f 2113/2405/4437 2202/2495/4579 2203/2496/4580 -f 1738/1960/4435 2166/2461/4525 2204/2497/4581 -f 1738/1960/4435 2204/2497/4581 2113/2405/4437 -f 2113/2405/4437 2204/2497/4581 2205/2498/4582 -f 2206/2499/4583 2202/2495/4579 2113/2405/4437 -f 2206/2499/4583 2113/2405/4437 2205/2498/4582 -f 2203/2496/4580 2097/2389/4404 2113/2405/4437 -f 2113/2405/4437 2097/2389/4404 2091/2381/4396 -f 2091/2381/4396 1990/2385/4400 2072/1936/4362 -f 1738/1960/4435 2120/2341/4345 2129/2418/4462 -f 1738/1960/4435 2129/2418/4462 2166/2461/4525 -f 2166/2461/4525 2129/2418/4462 2165/2454/4514 -f 2166/2461/4525 2165/2454/4514 2173/2462/4526 -f 1752/1978/4493 1751/1977/4494 2143/2432/4484 -f 2143/2432/4484 1751/1977/4494 2045/2307/4304 -f 2143/2432/4484 2045/2307/4304 2082/2372/4379 -f 2082/2372/4379 2045/2307/4304 2086/2376/4386 -f 2086/2376/4386 2045/2307/4304 2090/2380/4394 -s 232 -f 1758/1985/4584 1757/1984/4585 2207/2500/4586 -f 2207/2500/4586 1757/1984/4585 2087/2377/4587 -f 2207/2500/4586 2087/2377/4587 2866/2501/4588 -f 2866/2501/4588 2087/2377/4587 2086/2376/4589 -f 2866/2501/4588 2086/2376/4589 2208/2502/4590 -f 2208/2502/4590 2086/2376/4589 2090/2380/4591 -f 2208/2502/4590 2090/2380/4591 2209/2503/4592 -f 2089/2379/4593 2210/2504/4594 2090/2380/4591 -f 2090/2380/4591 2210/2504/4594 2209/2503/4592 -f 2088/2378/4595 2212/2505/4596 2089/2379/4593 -f 2089/2379/4593 2212/2505/4596 2210/2504/4594 -f 2084/2374/4597 2211/2506/4598 2088/2378/4595 -f 2088/2378/4595 2211/2506/4598 2212/2505/4596 -f 2083/2373/4599 2213/2507/4600 2214/2508/4601 -f 2083/2373/4599 2214/2508/4601 2084/2374/4597 -f 2084/2374/4597 2214/2508/4601 2211/2506/4598 -f 2213/2507/4600 2083/2373/4599 2215/2509/4602 -f 2215/2509/4602 2083/2373/4599 2085/2375/4603 -f 2215/2509/4602 2085/2375/4603 2864/2510/4604 -f 2864/2510/4604 2085/2375/4603 1635/1857/4605 -f 2864/2510/4604 1635/1857/4605 1630/1852/4606 -f 1644/1867/4607 1643/1866/4608 2216/2511/4609 -f 2216/2511/4609 1643/1866/4608 2046/2310/4610 -f 2216/2511/4609 2046/2310/4610 2217/2512/4611 -f 2217/2512/4611 2046/2310/4610 2151/2440/4612 -f 2217/2512/4611 2151/2440/4612 2150/2439/4613 -f 2217/2512/4611 2150/2439/4613 2218/2513/4614 -f 2218/2513/4614 2150/2439/4613 2147/2436/4615 -f 2218/2513/4614 2147/2436/4615 2219/2514/4616 -f 2146/2435/4617 2220/2515/4618 2147/2436/4615 -f 2147/2436/4615 2220/2515/4618 2219/2514/4616 -f 2145/2434/4619 2222/2516/4620 2146/2435/4617 -f 2146/2435/4617 2222/2516/4620 2220/2515/4618 -f 2144/2433/4621 2221/2517/4622 2145/2434/4619 -f 2145/2434/4619 2221/2517/4622 2222/2516/4620 -f 2149/2438/4623 2223/2518/4624 2144/2433/4621 -f 2144/2433/4621 2223/2518/4624 2221/2517/4622 -f 2148/2437/4625 2224/2519/4626 2225/2520/4627 -f 2148/2437/4625 2225/2520/4627 2149/2438/4623 -f 2149/2438/4623 2225/2520/4627 2223/2518/4624 -f 2224/2519/4626 2148/2437/4625 2226/2521/4628 -f 2226/2521/4628 2148/2437/4625 1751/1977/4629 -f 2226/2521/4628 1751/1977/4629 1745/1972/4630 -f 2227/1861/4631 1638/1859/4632 2229/2522/4633 -f 1638/1859/4632 1650/1864/4634 2229/2522/4633 -f 2229/2522/4633 1650/1864/4634 2228/2523/4635 -f 2229/2522/4633 2228/2523/4635 2230/2524/4636 -f 2230/2524/4636 2228/2523/4635 2231/2525/4637 -f 2231/2525/4637 2228/2523/4635 2232/2526/4638 -f 2233/2527/4639 2236/2528/4640 2234/2529/4641 -f 2234/2529/4641 2236/2528/4640 1764/1980/4642 -f 1764/1980/4642 2236/2528/4640 1747/1975/4643 -f 2235/2530/4644 2237/2531/4645 2233/2527/4639 -f 2233/2527/4639 2237/2531/4645 2236/2528/4640 -f 2228/2523/4635 2237/2531/4645 2232/2526/4638 -f 2232/2526/4638 2237/2531/4645 2235/2530/4644 -s 246 -f 1776/2003/4646 1775/2002/4647 2238/2532/4648 -f 2238/2532/4648 1775/2002/4647 2027/2278/4649 -f 2238/2532/4648 2027/2278/4649 2809/2533/4650 -f 2809/2533/4650 2027/2278/4649 2026/2277/4651 -f 2809/2533/4650 2026/2277/4651 2239/2534/4652 -f 2239/2534/4652 2026/2277/4651 2025/2276/4653 -f 2239/2534/4652 2025/2276/4653 2240/2535/4654 -f 2024/2275/4655 2241/2536/4656 2025/2276/4653 -f 2025/2276/4653 2241/2536/4656 2240/2535/4654 -f 2023/2274/4657 2243/2537/4658 2024/2275/4655 -f 2024/2275/4655 2243/2537/4658 2241/2536/4656 -f 2022/2272/4659 2242/2538/4660 2023/2274/4657 -f 2023/2274/4657 2242/2538/4660 2243/2537/4658 -f 2021/2271/4661 2244/2539/4662 2245/2540/4663 -f 2021/2271/4661 2245/2540/4663 2022/2272/4659 -f 2022/2272/4659 2245/2540/4663 2242/2538/4660 -f 2244/2539/4662 2021/2271/4661 2246/2541/4664 -f 2246/2541/4664 2021/2271/4661 2029/2279/4665 -f 2246/2541/4664 2029/2279/4665 2247/2542/4666 -f 2247/2542/4666 2029/2279/4665 1548/1759/4667 -f 2247/2542/4666 1548/1759/4667 1619/1758/4668 -f 1626/1847/4669 1625/1846/4670 2248/2543/4671 -f 2248/2543/4671 1625/1846/4670 2041/2298/4672 -f 2248/2543/4671 2041/2298/4672 2249/2544/4673 -f 2249/2544/4673 2041/2298/4672 2035/2286/4674 -f 2249/2544/4673 2035/2286/4674 2250/2545/4675 -f 2250/2545/4675 2035/2286/4674 2034/2285/4676 -f 2250/2545/4675 2034/2285/4676 2251/2546/4677 -f 2033/2284/4678 2252/2547/4679 2034/2285/4676 -f 2034/2285/4676 2252/2547/4679 2251/2546/4677 -f 2032/2283/4680 2254/2548/4681 2033/2284/4678 -f 2033/2284/4678 2254/2548/4681 2252/2547/4679 -f 2031/2282/4682 2253/2549/4683 2032/2283/4680 -f 2032/2283/4680 2253/2549/4683 2254/2548/4681 -f 2030/2281/4684 2255/2550/4685 2031/2282/4682 -f 2031/2282/4682 2255/2550/4685 2253/2549/4683 -f 2081/2280/4686 2256/2551/4687 2030/2281/4684 -f 2030/2281/4684 2256/2551/4687 2255/2550/4685 -f 2012/1969/4688 1770/1968/4689 2257/2552/4690 -f 2012/1969/4688 2257/2552/4690 2081/2280/4686 -f 2081/2280/4686 2257/2552/4690 2258/2553/4691 -f 2081/2280/4686 2258/2553/4691 2256/2551/4687 -f 2259/2554/4692 2260/2555/4693 2262/2556/4694 -f 1772/1998/4695 1779/2007/4696 2261/2557/4697 -f 1772/1998/4695 2261/2557/4697 2266/2000/4698 -f 2262/2556/4694 2260/2555/4693 2263/2558/4699 -f 2262/2556/4694 2263/2558/4699 1622/1842/4700 -f 1614/1834/4701 1621/1844/4702 2264/2559/4703 -f 2264/2559/4703 1621/1844/4702 2263/2558/4699 -f 2263/2558/4699 1621/1844/4702 1622/1842/4700 -f 2265/2560/4704 2267/2561/4705 2266/2000/4698 -f 2265/2560/4704 2266/2000/4698 2261/2557/4697 -f 2259/2554/4692 2262/2556/4694 2267/2561/4705 -f 2259/2554/4692 2267/2561/4705 2265/2560/4704 -s 262 -f 1789/2017/4706 1788/2016/4707 2268/2562/4708 -f 2268/2562/4708 1788/2016/4707 2009/2257/4709 -f 2268/2562/4708 2009/2257/4709 2753/2563/4710 -f 2753/2563/4710 2009/2257/4709 2007/2255/4711 -f 2006/2254/4712 2269/2564/4713 2270/2565/4714 -f 2006/2254/4712 2270/2565/4714 2007/2255/4711 -f 2007/2255/4711 2270/2565/4714 2753/2563/4710 -f 2269/2564/4713 2006/2254/4712 2271/2566/4715 -f 2271/2566/4715 2006/2254/4712 2005/2253/4716 -f 2271/2566/4715 2005/2253/4716 2272/2567/4717 -f 2272/2567/4717 2005/2253/4716 2004/2251/4718 -f 2272/2567/4717 2004/2251/4718 2273/2568/4719 -f 2273/2568/4719 2004/2251/4718 2002/2249/4720 -f 2273/2568/4719 2002/2249/4720 2274/2569/4721 -f 2274/2569/4721 2002/2249/4720 2001/2248/4722 -f 2274/2569/4721 2001/2248/4722 2276/2570/4723 -f 1999/2243/4724 2275/2571/4725 2001/2248/4722 -f 2001/2248/4722 2275/2571/4725 2276/2570/4723 -f 1598/1817/4726 1596/1815/4727 1999/2243/4724 -f 1999/2243/4724 1596/1815/4727 2277/2572/4728 -f 1999/2243/4724 2277/2572/4728 2275/2571/4725 -f 1606/1825/4729 1605/1824/4730 2278/2573/4731 -f 2278/2573/4731 1605/1824/4730 2003/2250/4732 -f 2079/2371/4733 2281/2574/4734 2279/2575/4735 -f 2079/2371/4733 2279/2575/4735 2080/2252/4736 -f 2080/2252/4736 2279/2575/4735 2280/2576/4737 -f 2080/2252/4736 2280/2576/4737 2003/2250/4732 -f 2003/2250/4732 2280/2576/4737 2278/2573/4731 -f 2020/2270/4738 2283/2577/4739 2079/2371/4733 -f 2079/2371/4733 2283/2577/4739 2281/2574/4734 -f 2019/2269/4740 2282/2578/4741 2020/2270/4738 -f 2020/2270/4738 2282/2578/4741 2283/2577/4739 -f 2018/2268/4742 2284/2579/4743 2019/2269/4740 -f 2019/2269/4740 2284/2579/4743 2282/2578/4741 -f 2015/2263/4744 2285/2580/4745 2018/2268/4742 -f 2018/2268/4742 2285/2580/4745 2284/2579/4743 -f 2014/2262/4746 2286/2581/4747 2287/2582/4748 -f 2014/2262/4746 2287/2582/4748 2015/2263/4744 -f 2015/2263/4744 2287/2582/4748 2285/2580/4745 -f 2286/2581/4747 2014/2262/4746 2288/2583/4749 -f 2288/2583/4749 2014/2262/4746 1742/1966/4750 -f 2288/2583/4749 1742/1966/4750 1786/1965/4751 -f 2289/1820/4752 1600/1821/4753 2291/2584/4754 -f 1795/2023/4755 2292/2585/4756 1798/2010/4757 -f 1600/1821/4753 1612/1832/4758 2291/2584/4754 -f 2291/2584/4754 1612/1832/4758 2290/2586/4759 -f 2291/2584/4754 2290/2586/4759 2293/2587/4760 -f 2293/2587/4760 2290/2586/4759 2294/2588/4761 -f 2294/2588/4761 2290/2586/4759 2295/2589/4762 -f 2296/2590/4763 2297/2591/4764 2292/2585/4756 -f 2292/2585/4756 2297/2591/4764 1798/2010/4757 -f 2295/2589/4762 2298/2592/4765 2296/2590/4763 -f 2296/2590/4763 2298/2592/4765 2297/2591/4764 -f 2295/2589/4762 2290/2586/4759 2298/2592/4765 -s 276 -f 1814/2043/4766 1813/2042/4767 3036/2593/4768 -f 3036/2593/4768 1813/2042/4767 2116/2407/4769 -f 2115/2406/4770 3038/2594/4771 2116/2407/4769 -f 2116/2407/4769 3038/2594/4771 3036/2593/4768 -f 2106/2397/4772 2299/2595/4773 2115/2406/4770 -f 2115/2406/4770 2299/2595/4773 3038/2594/4771 -f 2105/2396/4774 2302/2596/4775 2106/2397/4772 -f 2106/2397/4772 2302/2596/4775 2300/2597/4776 -f 2106/2397/4772 2300/2597/4776 2299/2595/4773 -f 2104/2395/4777 2301/2598/4778 2105/2396/4774 -f 2105/2396/4774 2301/2598/4778 2302/2596/4775 -f 2103/2394/4779 2303/2599/4780 2104/2395/4777 -f 2104/2395/4777 2303/2599/4780 2301/2598/4778 -f 2102/2393/4781 2304/2600/4782 2305/2601/4783 -f 2102/2393/4781 2305/2601/4783 2103/2394/4779 -f 2103/2394/4779 2305/2601/4783 2303/2599/4780 -f 2304/2600/4782 2102/2393/4781 2306/2602/4784 -f 2306/2602/4784 2102/2393/4781 2101/2392/4785 -f 2306/2602/4784 2101/2392/4785 3035/2603/4786 -f 3035/2603/4786 2101/2392/4785 1550/1762/4787 -f 3035/2603/4786 1550/1762/4787 1584/1761/4788 -f 1591/1809/4789 2072/1936/4790 1990/2385/4791 -f 1591/1809/4789 1990/2385/4791 2307/2604/4792 -f 2307/2604/4792 1990/2385/4791 2308/2605/4793 -f 2308/2605/4793 1990/2385/4791 2093/2384/4794 -f 2308/2605/4793 2093/2384/4794 2094/2386/4795 -f 2308/2605/4793 2094/2386/4795 2309/2606/4796 -f 2309/2606/4796 2094/2386/4795 2096/2388/4797 -f 2309/2606/4796 2096/2388/4797 2310/2607/4798 -f 2095/2387/4799 2311/2608/4800 2096/2388/4797 -f 2096/2388/4797 2311/2608/4800 2310/2607/4798 -f 2092/2383/4801 2314/2609/4802 2095/2387/4799 -f 2095/2387/4799 2314/2609/4802 2311/2608/4800 -f 2099/2391/4803 2312/2610/4804 2100/2382/4805 -f 2100/2382/4805 2312/2610/4804 2313/2611/4806 -f 2100/2382/4805 2313/2611/4806 2092/2383/4801 -f 2092/2383/4801 2313/2611/4806 2314/2609/4802 -f 2317/2612/4807 2315/2613/4808 2098/2390/4809 -f 2098/2390/4809 2315/2613/4808 2316/2614/4810 -f 2098/2390/4809 2316/2614/4810 2099/2391/4803 -f 2099/2391/4803 2316/2614/4810 2312/2610/4804 -f 2317/2612/4807 2098/2390/4809 1740/1963/4811 -f 2317/2612/4807 1740/1963/4811 1802/1962/4812 -f 2327/2615/4813 2320/2616/4814 2318/2031/4815 -f 1579/1795/4816 1586/1802/4817 2319/2617/4818 -f 2318/2031/4815 2320/2616/4814 2322/2618/4819 -f 2322/2618/4819 2320/2616/4814 2321/2619/4820 -f 2322/2618/4819 2321/2619/4820 2323/2620/4821 -f 2322/2618/4819 2323/2620/4821 2325/2621/4822 -f 2325/2621/4822 2323/2620/4821 2324/2622/4823 -f 2325/2621/4822 2324/2622/4823 2326/2623/4824 -f 2325/2621/4822 2326/2623/4824 1588/1805/4825 -f 2327/2615/4813 1810/2039/4826 1807/2036/4827 -f 2319/2617/4818 1586/1802/4817 2326/2623/4824 -f 2326/2623/4824 1586/1802/4817 1588/1805/4825 -f 2318/2031/4815 1810/2039/4826 2327/2615/4813 -s 290 -f 1831/2062/4828 1834/2061/4829 2975/2624/4830 -f 2975/2624/4830 1834/2061/4829 2134/2423/4831 -f 2975/2624/4830 2134/2423/4831 2977/2625/4832 -f 2977/2625/4832 2134/2423/4831 2131/2420/4833 -f 2977/2625/4832 2131/2420/4833 2328/2626/4834 -f 2328/2626/4834 2131/2420/4833 2130/2419/4835 -f 2328/2626/4834 2130/2419/4835 2329/2627/4836 -f 2128/2417/4837 2331/2628/4838 2130/2419/4835 -f 2130/2419/4835 2331/2628/4838 2329/2627/4836 -f 2121/2411/4839 2330/2629/4840 2128/2417/4837 -f 2128/2417/4837 2330/2629/4840 2331/2628/4838 -f 2118/2409/4841 2332/2630/4842 2333/2631/4843 -f 2118/2409/4841 2333/2631/4843 2119/2410/4844 -f 2119/2410/4844 2333/2631/4843 2121/2411/4839 -f 2121/2411/4839 2333/2631/4843 2334/2632/4845 -f 2121/2411/4839 2334/2632/4845 2330/2629/4840 -f 2332/2630/4842 2118/2409/4841 2335/2633/4846 -f 2335/2633/4846 2118/2409/4841 2117/2408/4847 -f 2335/2633/4846 2117/2408/4847 2336/2634/4848 -f 2336/2634/4848 2117/2408/4847 1564/1779/4849 -f 2336/2634/4848 1564/1779/4849 1562/1777/4850 -f 1570/1786/4851 1727/1947/4852 2337/2635/4853 -f 2337/2635/4853 1727/1947/4852 2062/2340/4854 -f 2337/2635/4853 2062/2340/4854 3017/2636/4855 -f 3017/2636/4855 2062/2340/4854 2338/2637/4856 -f 2338/2637/4856 2062/2340/4854 2112/2403/4857 -f 2338/2637/4856 2112/2403/4857 2111/2402/4858 -f 2338/2637/4856 2111/2402/4858 2339/2638/4859 -f 2110/2401/4860 2340/2639/4861 2111/2402/4858 -f 2111/2402/4858 2340/2639/4861 2339/2638/4859 -f 2109/2400/4862 2341/2640/4863 2110/2401/4860 -f 2110/2401/4860 2341/2640/4863 2340/2639/4861 -f 2108/2399/4864 2342/2641/4865 2109/2400/4862 -f 2109/2400/4862 2342/2641/4865 2341/2640/4863 -f 2107/2398/4866 2343/2642/4867 2108/2399/4864 -f 2108/2399/4864 2343/2642/4867 2342/2641/4865 -f 2114/2404/4868 3016/2643/4869 2107/2398/4866 -f 2107/2398/4866 3016/2643/4869 2343/2642/4867 -f 1738/1960/4870 1820/1959/4871 2344/2644/4872 -f 1738/1960/4870 2344/2644/4872 2114/2404/4868 -f 2114/2404/4868 2344/2644/4872 2345/2645/4873 -f 2114/2404/4868 2345/2645/4873 3016/2643/4869 -f 1576/1793/4874 3000/1790/4875 2347/2646/4876 -f 2346/1780/4877 1568/1783/4878 2348/2647/4879 -f 2349/2648/4880 2350/2649/4881 2347/2646/4876 -f 1827/2056/4882 2351/2650/4883 1830/2059/4884 -f 1830/2059/4884 2351/2650/4883 1822/2050/4885 -f 2352/2651/4886 2353/2652/4887 2351/2650/4883 -f 2351/2650/4883 2353/2652/4887 1822/2050/4885 -f 2349/2648/4880 2347/2646/4876 2353/2652/4887 -f 2349/2648/4880 2353/2652/4887 2352/2651/4886 -f 1568/1783/4878 1576/1793/4874 2348/2647/4879 -f 2348/2647/4879 1576/1793/4874 2347/2646/4876 -f 2348/2647/4879 2347/2646/4876 2354/2653/4888 -f 2354/2653/4888 2347/2646/4876 2355/2654/4889 -f 2355/2654/4889 2347/2646/4876 2350/2649/4881 -s 306 -f 1851/2081/4890 1850/2080/4891 2920/2655/4892 -f 2920/2655/4892 1850/2080/4891 2139/2428/4893 -f 2920/2655/4892 2139/2428/4893 2921/2656/4894 -f 2921/2656/4894 2139/2428/4893 2138/2427/4895 -f 2921/2656/4894 2138/2427/4895 2356/2657/4896 -f 2356/2657/4896 2138/2427/4895 2137/2426/4897 -f 2356/2657/4896 2137/2426/4897 2357/2658/4898 -f 2136/2425/4899 2359/2659/4900 2137/2426/4897 -f 2137/2426/4897 2359/2659/4900 2357/2658/4898 -f 2135/2424/4901 2358/2660/4902 2136/2425/4899 -f 2136/2425/4899 2358/2660/4902 2359/2659/4900 -f 2142/2431/4903 2360/2661/4904 2135/2424/4901 -f 2135/2424/4901 2360/2661/4904 2358/2660/4902 -f 2141/2430/4905 2361/2662/4906 2362/2663/4907 -f 2141/2430/4905 2362/2663/4907 2142/2431/4903 -f 2142/2431/4903 2362/2663/4907 2360/2661/4904 -f 2361/2662/4906 2141/2430/4905 2363/2664/4908 -f 2363/2664/4908 2141/2430/4905 2140/2429/4909 -f 2363/2664/4908 2140/2429/4909 2919/2665/4910 -f 2919/2665/4910 2140/2429/4909 1546/1756/4911 -f 2919/2665/4910 1546/1756/4911 1657/1755/4912 -f 1555/1770/4913 1664/1886/4914 2364/2666/4915 -f 2364/2666/4915 1664/1886/4914 2051/2321/4916 -f 2364/2666/4915 2051/2321/4916 2365/2667/4917 -f 2365/2667/4917 2051/2321/4916 2123/2412/4918 -f 2365/2667/4917 2123/2412/4918 2366/2668/4919 -f 2366/2668/4919 2123/2412/4918 2122/2320/4920 -f 2366/2668/4919 2122/2320/4920 2368/2669/4921 -f 2127/2416/4922 2367/2670/4923 2122/2320/4920 -f 2122/2320/4920 2367/2670/4923 2368/2669/4921 -f 2133/2422/4924 2369/2671/4925 2126/2415/4926 -f 2126/2415/4926 2369/2671/4925 2370/2672/4927 -f 2126/2415/4926 2370/2672/4927 2127/2416/4922 -f 2127/2416/4922 2370/2672/4927 2371/2673/4928 -f 2127/2416/4922 2371/2673/4928 2367/2670/4923 -f 2132/2421/4929 2372/2674/4930 2133/2422/4924 -f 2133/2422/4924 2372/2674/4930 2369/2671/4925 -f 2125/2414/4931 2373/2675/4932 2374/2676/4933 -f 2125/2414/4931 2374/2676/4933 2132/2421/4929 -f 2132/2421/4929 2374/2676/4933 2372/2674/4930 -f 2373/2675/4932 2125/2414/4931 2375/2677/4934 -f 2375/2677/4934 2125/2414/4931 1736/1957/4935 -f 2375/2677/4934 1736/1957/4935 1839/1956/4936 -f 1651/1873/4937 1554/1768/4938 2376/2678/4939 -f 2379/2679/4940 1844/2070/4941 2377/2680/4942 -f 2377/2680/4942 1844/2070/4941 1842/2069/4943 -f 2377/2680/4942 1842/2069/4943 1846/2076/4944 -f 2379/2679/4940 2377/2680/4942 2378/2681/4945 -f 2379/2679/4940 2378/2681/4945 2381/2682/4946 -f 2381/2682/4946 2378/2681/4945 2380/2683/4947 -f 2381/2682/4946 2380/2683/4947 2382/2684/4948 -f 2381/2682/4946 2382/2684/4948 1553/1766/4949 -f 1553/1766/4949 2382/2684/4948 2383/2685/4950 -f 2376/2678/4939 1554/1768/4938 2383/2685/4950 -f 2383/2685/4950 1554/1768/4938 1553/1766/4949 -s 39 -f 2384/2686/4951 2385/2687/4952 2387/2688/4953 -f 2387/2688/4953 2385/2687/4952 2386/2689/4954 -f 3193/2690/4955 2388/2691/4956 2390/2692/4957 -f 2390/2692/4957 2388/2691/4956 2389/2693/4958 -f 2390/2692/4957 2389/2693/4958 2391/2694/4959 -f 2391/2694/4959 2389/2693/4958 2392/2695/4960 -f 2391/2694/4959 2392/2695/4960 2393/2696/4961 -f 2393/2696/4961 2392/2695/4960 2394/2697/4962 -f 2393/2696/4961 2394/2697/4962 2395/2698/4963 -f 2395/2698/4963 2394/2697/4962 2396/2699/4964 -f 2395/2698/4963 2396/2699/4964 2398/2700/4965 -f 2398/2700/4965 2396/2699/4964 2397/2701/4966 -f 2398/2700/4965 2397/2701/4966 2399/2702/4967 -f 2398/2700/4965 2399/2702/4967 2400/2703/4968 -f 2400/2703/4968 2399/2702/4967 2401/2704/4969 -f 2400/2703/4968 2401/2704/4969 2402/2705/4970 -f 2402/2705/4970 2401/2704/4969 2403/2706/4971 -f 2402/2705/4970 2403/2706/4971 2405/2707/4972 -f 2405/2707/4972 2403/2706/4971 2404/2708/4973 -f 2405/2707/4972 2404/2708/4973 2406/2709/4974 -f 2405/2707/4972 2406/2709/4974 2408/2710/4975 -f 2408/2710/4975 2406/2709/4974 2407/2711/4976 -f 2408/2710/4975 2407/2711/4976 2409/2712/4977 -f 2409/2712/4977 2407/2711/4976 2410/2713/4978 -f 2409/2712/4977 2410/2713/4978 2413/2714/4979 -f 2413/2714/4979 2410/2713/4978 2411/2715/4980 -f 2413/2714/4979 2411/2715/4980 2412/2716/4981 -f 2413/2714/4979 2412/2716/4981 2414/2717/4982 -f 2413/2714/4979 2414/2717/4982 2384/2686/4951 -f 2384/2686/4951 2414/2717/4982 2385/2687/4952 -f 2387/2688/4953 2386/2689/4954 2415/2718/4983 -f 2415/2718/4983 2386/2689/4954 2416/2719/4984 -f 2415/2718/4983 2416/2719/4984 2417/2720/4985 -f 2417/2720/4985 2416/2719/4984 2418/2721/4986 -f 2417/2720/4985 2418/2721/4986 2419/2722/4987 -f 2418/2721/4986 2420/2723/4988 2419/2722/4987 -f 2419/2722/4987 2420/2723/4988 2421/2724/4989 -f 2419/2722/4987 2421/2724/4989 2423/2725/4990 -f 2423/2725/4990 2421/2724/4989 2422/2726/4991 -f 2423/2725/4990 2422/2726/4991 2424/2727/4992 -f 2423/2725/4990 2424/2727/4992 2426/2728/4993 -f 2426/2728/4993 2424/2727/4992 2425/2729/4994 -f 2426/2728/4993 2425/2729/4994 2427/2730/4995 -f 2426/2728/4993 2427/2730/4995 2428/2731/4996 -f 2428/2731/4996 2427/2730/4995 2429/2732/4997 -f 2428/2731/4996 2429/2732/4997 2430/2733/4998 -f 2430/2733/4998 2429/2732/4997 2431/2734/4999 -f 2430/2733/4998 2431/2734/4999 2433/2735/5000 -f 2433/2735/5000 2431/2734/4999 2432/2736/5001 -f 2433/2735/5000 2432/2736/5001 2434/2737/5002 -f 2433/2735/5000 2434/2737/5002 2436/2738/5003 -f 2436/2738/5003 2434/2737/5002 2435/2739/5004 -f 2436/2738/5003 2435/2739/5004 2437/2740/5005 -f 2437/2740/5005 2435/2739/5004 2438/2741/5006 -f 2437/2740/5005 2438/2741/5006 2440/2742/5007 -f 2440/2742/5007 2438/2741/5006 2439/2743/5008 -f 2440/2742/5007 2439/2743/5008 2441/2744/5009 -f 2440/2742/5007 2441/2744/5009 2442/2745/5010 -f 2442/2745/5010 2441/2744/5009 3565/2746/5011 -f 2442/2745/5010 3565/2746/5011 2443/2747/5012 -f 2443/2747/5012 3565/2746/5011 3567/2748/5013 -f 2443/2747/5012 3567/2748/5013 2444/2749/5014 -f 2444/2749/5014 3567/2748/5013 2445/2750/5015 -f 2444/2749/5014 2445/2750/5015 2447/2751/5016 -f 2447/2751/5016 2445/2750/5015 2446/2752/5017 -f 2446/2752/5017 2448/2753/5018 2447/2751/5016 -f 2447/2751/5016 2448/2753/5018 2449/2754/5019 -f 2447/2751/5016 2449/2754/5019 2450/2755/5020 -f 2450/2755/5020 2449/2754/5019 2451/2756/5021 -f 2450/2755/5020 2451/2756/5021 2453/2757/5022 -f 2453/2757/5022 2451/2756/5021 2452/2758/5023 -f 2453/2757/5022 2452/2758/5023 2454/2759/5024 -f 2454/2759/5024 2452/2758/5023 2455/2760/5025 -f 2454/2759/5024 2455/2760/5025 2456/2761/5026 -f 2456/2761/5026 2455/2760/5025 2457/2762/5027 -f 2456/2761/5026 2457/2762/5027 2458/2763/5028 -f 2459/2764/5029 2460/2765/5030 2462/2766/5031 -f 2462/2766/5031 2460/2765/5030 2461/2767/5032 -f 2458/2763/5028 2457/2762/5027 2463/2768/5033 -f 2458/2763/5028 2463/2768/5033 2464/2769/5034 -f 2464/2769/5034 2463/2768/5033 2465/2770/5035 -f 2464/2769/5034 2465/2770/5035 2467/2771/5036 -f 2467/2771/5036 2465/2770/5035 2466/2772/5037 -f 2467/2771/5036 2466/2772/5037 2468/2773/5038 -f 2468/2773/5038 2466/2772/5037 2469/2774/5039 -f 2468/2773/5038 2469/2774/5039 2470/2775/5040 -f 2470/2775/5040 2469/2774/5039 2471/2776/5041 -f 2470/2775/5040 2471/2776/5041 2472/2777/5042 -f 2472/2777/5042 2471/2776/5041 2473/2778/5043 -f 2472/2777/5042 2473/2778/5043 2475/2779/5044 -f 2475/2779/5044 2473/2778/5043 2474/2780/5045 -f 2475/2779/5044 2474/2780/5045 2476/2781/5046 -f 2475/2779/5044 2476/2781/5046 2478/2782/5047 -f 2478/2782/5047 2476/2781/5046 2477/2783/5048 -f 2478/2782/5047 2477/2783/5048 2479/2784/5049 -f 2479/2784/5049 2477/2783/5048 2480/2785/5050 -f 2479/2784/5049 2480/2785/5050 2481/2786/5051 -f 2481/2786/5051 2480/2785/5050 2482/2787/5052 -f 2481/2786/5051 2482/2787/5052 2483/2788/5053 -f 2483/2788/5053 2482/2787/5052 2484/2789/5054 -f 2483/2788/5053 2484/2789/5054 2485/2790/5055 -f 2485/2790/5055 2484/2789/5054 2486/2791/5056 -f 2485/2790/5055 2486/2791/5056 2488/2792/5057 -f 2488/2792/5057 2486/2791/5056 2487/2793/5058 -f 2488/2792/5057 2487/2793/5058 2490/2794/5059 -f 2490/2794/5059 2487/2793/5058 2489/2795/5060 -f 2490/2794/5059 2489/2795/5060 2491/2796/5061 -f 2490/2794/5059 2491/2796/5061 2459/2764/5029 -f 2459/2764/5029 2491/2796/5061 2460/2765/5030 -f 2462/2766/5031 2461/2767/5032 2493/2797/5062 -f 2493/2797/5062 2461/2767/5032 2492/2798/5063 -f 2493/2797/5062 2492/2798/5063 2494/2799/5064 -f 2493/2797/5062 2494/2799/5064 2495/2800/5065 -f 2494/2799/5064 2496/2801/5066 2495/2800/5065 -f 2495/2800/5065 2496/2801/5066 2497/2802/5067 -f 2495/2800/5065 2497/2802/5067 2498/2803/5068 -f 2498/2803/5068 2497/2802/5067 2499/2804/5069 -f 2499/2804/5069 2497/2802/5067 2500/2805/5070 -f 2499/2804/5069 2500/2805/5070 2502/2806/5071 -f 2502/2806/5071 2500/2805/5070 2501/2807/5072 -f 2502/2806/5071 2501/2807/5072 2503/2808/5073 -f 2503/2808/5073 2501/2807/5072 2504/2809/5074 -f 2503/2808/5073 2504/2809/5074 2505/2810/5075 -f 2505/2810/5075 2504/2809/5074 2506/2811/5076 -f 2506/2811/5076 2504/2809/5074 2507/2812/5077 -f 2506/2811/5076 2507/2812/5077 2508/2813/5078 -f 2508/2813/5078 2507/2812/5077 2509/2814/5079 -f 2508/2813/5078 2509/2814/5079 2510/2815/5080 -f 2510/2815/5080 2509/2814/5079 2511/2816/5081 -f 2510/2815/5080 2511/2816/5081 2513/2817/5082 -f 2513/2817/5082 2511/2816/5081 2512/2818/5083 -f 2513/2817/5082 2512/2818/5083 2514/2819/5084 -f 2514/2819/5084 2512/2818/5083 2515/2820/5085 -f 2514/2819/5084 2515/2820/5085 2517/2821/5086 -f 2517/2821/5086 2515/2820/5085 2516/2822/5087 -f 2517/2821/5086 2516/2822/5087 2518/2823/5088 -f 2517/2821/5086 2518/2823/5088 2520/2824/5089 -f 2520/2824/5089 2518/2823/5088 2519/2825/5090 -f 2520/2824/5089 2519/2825/5090 2521/2826/5091 -f 2520/2824/5089 2521/2826/5091 2523/2827/5092 -f 2523/2827/5092 2521/2826/5091 2522/2828/5093 -f 2523/2827/5092 2522/2828/5093 2524/2829/5094 -f 2524/2829/5094 2522/2828/5093 2525/2830/5095 -f 2524/2829/5094 2525/2830/5095 2527/2831/5096 -f 2527/2831/5096 2525/2830/5095 2526/2832/5097 -f 2527/2831/5096 2526/2832/5097 2528/2833/5098 -f 2527/2831/5096 2528/2833/5098 2529/2834/5099 -f 2529/2834/5099 2528/2833/5098 2530/2835/5100 -f 2529/2834/5099 2530/2835/5100 2532/2836/5101 -f 2532/2836/5101 2530/2835/5100 2531/2837/5102 -f 2532/2836/5101 2531/2837/5102 2533/2838/5103 -f 2533/2838/5103 2531/2837/5102 2534/2839/5104 -f 2533/2838/5103 2534/2839/5104 2535/2840/5105 -f 2535/2840/5105 2534/2839/5104 2536/2841/5106 -f 2535/2840/5105 2536/2841/5106 2537/2842/5107 -f 2538/2843/5108 2539/2844/5109 2540/2845/5110 -f 2537/2842/5107 2536/2841/5106 2541/2846/5111 -f 2537/2842/5107 2541/2846/5111 2543/2847/5112 -f 2543/2847/5112 2541/2846/5111 2542/2848/5113 -f 2543/2847/5112 2542/2848/5113 2544/2849/5114 -f 2543/2847/5112 2544/2849/5114 2546/2850/5115 -f 2546/2850/5115 2544/2849/5114 2545/2851/5116 -f 2546/2850/5115 2545/2851/5116 2547/2852/5117 -f 2546/2850/5115 2547/2852/5117 2548/2853/5118 -f 2548/2853/5118 2547/2852/5117 2549/2854/5119 -f 2548/2853/5118 2549/2854/5119 2550/2855/5120 -f 2550/2855/5120 2549/2854/5119 2551/2856/5121 -f 2550/2855/5120 2551/2856/5121 2553/2857/5122 -f 2553/2857/5122 2551/2856/5121 2552/2858/5123 -f 2553/2857/5122 2552/2858/5123 2555/2859/5124 -f 2555/2859/5124 2552/2858/5123 2554/2860/5125 -f 2555/2859/5124 2554/2860/5125 2556/2861/5126 -f 2556/2861/5126 2554/2860/5125 2557/2862/5127 -f 2556/2861/5126 2557/2862/5127 2559/2863/5128 -f 2559/2863/5128 2557/2862/5127 2558/2864/5129 -f 2559/2863/5128 2558/2864/5129 2560/2865/5130 -f 2559/2863/5128 2560/2865/5130 2561/2866/5131 -f 2561/2866/5131 2560/2865/5130 3608/2867/5132 -f 2561/2866/5131 3608/2867/5132 2563/2868/5133 -f 2563/2868/5133 3608/2867/5132 2562/2869/5134 -f 2563/2868/5133 2562/2869/5134 2564/2870/5135 -f 2564/2870/5135 2562/2869/5134 2565/2871/5136 -f 2564/2870/5135 2565/2871/5136 2566/2872/5137 -f 2566/2872/5137 2565/2871/5136 2567/2873/5138 -f 2566/2872/5137 2567/2873/5138 2538/2843/5108 -f 2538/2843/5108 2567/2873/5138 2539/2844/5109 -f 2540/2845/5110 2539/2844/5109 2569/2874/5139 -f 2569/2874/5139 2539/2844/5109 2568/2875/5140 -f 2569/2874/5139 2568/2875/5140 2570/2876/5141 -f 2569/2874/5139 2570/2876/5141 2571/2877/5142 -f 2571/2877/5142 2570/2876/5141 2572/2878/5143 -f 2571/2877/5142 2572/2878/5143 2573/2879/5144 -f 2573/2879/5144 2572/2878/5143 2574/2880/5145 -f 2574/2880/5145 2572/2878/5143 2575/2881/5146 -f 2574/2880/5145 2575/2881/5146 3193/2690/4955 -f 3193/2690/4955 2575/2881/5146 2576/2882/5147 -f 3193/2690/4955 2576/2882/5147 2388/2691/4956 -s 122 -f 2577/2883/5148 2585/2884/5149 2578/2885/5150 -f 2578/2885/5150 2585/2884/5149 2579/2886/5151 -f 2579/2886/5151 2585/2884/5149 2580/2887/5152 -f 2581/2888/5153 2590/2889/5154 2582/2890/5155 -f 2582/2890/5155 2590/2889/5154 2583/2891/5156 -f 2582/2890/5155 2583/2891/5156 2584/2892/5157 -f 2584/2892/5157 2583/2891/5156 2577/2883/5148 -f 2577/2883/5148 2583/2891/5156 2585/2884/5149 -f 2586/2893/5158 2587/2894/5159 2588/2895/5160 -f 2588/2895/5160 2587/2894/5159 2589/2896/5161 -f 2589/2896/5161 2587/2894/5159 2581/2888/5153 -f 2581/2888/5153 2587/2894/5159 2590/2889/5154 -f 2585/2884/5149 2591/2897/5162 2580/2887/5152 -f 2580/2887/5152 2591/2897/5162 2592/2898/5163 -f 2592/2898/5163 2591/2897/5162 2593/2899/5164 -f 2593/2899/5164 2591/2897/5162 2594/2900/5165 -f 2595/2901/5166 2603/2902/5167 2596/2903/5168 -f 2596/2903/5168 2603/2902/5167 2597/2904/5169 -f 2596/2903/5168 2597/2904/5169 2598/2905/5170 -f 2598/2905/5170 2597/2904/5169 2599/2906/5171 -f 2591/2897/5162 2600/2907/5172 2594/2900/5165 -f 2594/2900/5165 2600/2907/5172 2601/2908/5173 -f 2601/2908/5173 2600/2907/5172 2602/2909/5174 -f 2602/2909/5174 2600/2907/5172 2603/2902/5167 -f 2602/2909/5174 2603/2902/5167 2595/2901/5166 -f 2604/2910/5175 2616/2911/5176 2605/2912/5177 -f 2605/2912/5177 2616/2911/5176 2606/2913/5178 -f 2606/2913/5178 2616/2911/5176 2586/2893/5158 -f 2586/2893/5158 2616/2911/5176 2587/2894/5159 -f 2607/2914/5179 2608/2915/5180 2609/2916/5181 -f 2609/2916/5181 2608/2915/5180 2610/2917/5182 -f 2610/2917/5182 2608/2915/5180 2611/2918/5183 -f 2608/2915/5180 2612/2919/5184 2611/2918/5183 -f 2611/2918/5183 2612/2919/5184 2613/2920/5185 -f 2613/2920/5185 2612/2919/5184 2614/2921/5186 -f 2614/2921/5186 2612/2919/5184 2615/2922/5187 -f 2615/2922/5187 2612/2919/5184 2604/2910/5175 -f 2604/2910/5175 2612/2919/5184 2616/2911/5176 -f 2617/2923/5188 2626/2924/5189 2618/2925/5190 -f 2618/2925/5190 2626/2924/5189 2619/2926/5191 -f 2618/2925/5190 2619/2926/5191 2620/2927/5192 -f 2620/2927/5192 2619/2926/5191 2607/2914/5179 -f 2607/2914/5179 2619/2926/5191 2608/2915/5180 -f 2599/2906/5171 2597/2904/5169 2621/2928/5193 -f 2621/2928/5193 2597/2904/5169 2622/2929/5194 -f 2622/2929/5194 2597/2904/5169 2623/2930/5195 -f 2622/2929/5194 2623/2930/5195 2624/2931/5196 -f 2624/2931/5196 2623/2930/5195 2625/2932/5197 -f 2625/2932/5197 2623/2930/5195 2626/2924/5189 -f 2625/2932/5197 2626/2924/5189 2627/2933/5198 -f 2627/2933/5198 2626/2924/5189 2617/2923/5188 -f 2628/2934/5199 2647/2935/5200 2629/2936/5201 -f 2629/2936/5201 2647/2935/5200 2630/2937/5202 -f 2629/2936/5201 2630/2937/5202 2631/2938/5203 -f 2631/2938/5203 2630/2937/5202 2632/2939/5204 -f 2632/2939/5204 2630/2937/5202 2633/2940/5205 -f 2632/2939/5204 2633/2940/5205 2634/2941/5206 -f 2634/2941/5206 2633/2940/5205 2635/2942/5207 -f 2634/2941/5206 2635/2942/5207 2636/2943/5208 -f 2636/2943/5208 2635/2942/5207 2637/2944/5209 -f 2638/2945/5210 2657/2946/5211 2639/2947/5212 -f 2639/2947/5212 2657/2946/5211 2640/2948/5213 -f 2639/2947/5212 2640/2948/5213 2641/2949/5214 -f 2641/2949/5214 2640/2948/5213 2642/2950/5215 -f 2642/2950/5215 2640/2948/5213 2643/2951/5216 -f 2642/2950/5215 2643/2951/5216 2644/2952/5217 -f 2644/2952/5217 2643/2951/5216 2645/2953/5218 -f 2644/2952/5217 2645/2953/5218 2646/2954/5219 -f 2646/2954/5219 2645/2953/5218 2628/2934/5199 -f 2628/2934/5199 2645/2953/5218 2647/2935/5200 -f 2648/2955/5220 2667/2956/5221 2649/2957/5222 -f 2649/2957/5222 2667/2956/5221 2650/2958/5223 -f 2649/2957/5222 2650/2958/5223 2651/2959/5224 -f 2651/2959/5224 2650/2958/5223 2652/2960/5225 -f 2652/2960/5225 2650/2958/5223 2653/2961/5226 -f 2652/2960/5225 2653/2961/5226 2654/2962/5227 -f 2654/2962/5227 2653/2961/5226 2655/2963/5228 -f 2654/2962/5227 2655/2963/5228 2656/2964/5229 -f 2656/2964/5229 2655/2963/5228 2638/2945/5210 -f 2638/2945/5210 2655/2963/5228 2657/2946/5211 -f 2658/2965/5230 2677/2966/5231 2659/2967/5232 -f 2659/2967/5232 2677/2966/5231 2660/2968/5233 -f 2659/2967/5232 2660/2968/5233 2661/2969/5234 -f 2661/2969/5234 2660/2968/5233 2662/2970/5235 -f 2662/2970/5235 2660/2968/5233 2663/2971/5236 -f 2662/2970/5235 2663/2971/5236 2664/2972/5237 -f 2664/2972/5237 2663/2971/5236 2665/2973/5238 -f 2664/2972/5237 2665/2973/5238 2666/2974/5239 -f 2666/2974/5239 2665/2973/5238 2648/2955/5220 -f 2648/2955/5220 2665/2973/5238 2667/2956/5221 -f 2668/2975/5240 2690/2976/5241 2669/2977/5242 -f 2669/2977/5242 2690/2976/5241 2670/2978/5243 -f 2669/2977/5242 2670/2978/5243 2671/2979/5244 -f 2671/2979/5244 2670/2978/5243 2672/2980/5245 -f 2672/2980/5245 2670/2978/5243 2673/2981/5246 -f 2672/2980/5245 2673/2981/5246 2674/2982/5247 -f 2674/2982/5247 2673/2981/5246 2675/2983/5248 -f 2674/2982/5247 2675/2983/5248 2676/2984/5249 -f 2676/2984/5249 2675/2983/5248 2658/2965/5230 -f 2658/2965/5230 2675/2983/5248 2677/2966/5231 -f 2678/2985/5250 2700/2986/5251 2679/2987/5252 -f 2679/2987/5252 2700/2986/5251 2680/2988/5253 -f 2679/2987/5252 2680/2988/5253 2681/2989/5254 -f 2681/2989/5254 2680/2988/5253 2682/2990/5255 -f 2682/2990/5255 2680/2988/5253 2683/2991/5256 -f 2682/2990/5255 2683/2991/5256 2684/2992/5257 -f 2684/2992/5257 2683/2991/5256 2685/2993/5258 -f 2685/2993/5258 2683/2991/5256 2686/2994/5259 -f 2685/2993/5258 2686/2994/5259 2687/2995/5260 -f 2687/2995/5260 2686/2994/5259 2688/2996/5261 -f 2687/2995/5260 2688/2996/5261 2689/2997/5262 -f 2689/2997/5262 2688/2996/5261 2668/2975/5240 -f 2668/2975/5240 2688/2996/5261 2690/2976/5241 -f 2691/2998/5263 2710/2999/5264 2692/3000/5265 -f 2692/3000/5265 2710/2999/5264 2693/3001/5266 -f 2692/3000/5265 2693/3001/5266 2694/3002/5267 -f 2694/3002/5267 2693/3001/5266 2695/3003/5268 -f 2695/3003/5268 2693/3001/5266 2696/3004/5269 -f 2695/3003/5268 2696/3004/5269 2697/3005/5270 -f 2697/3005/5270 2696/3004/5269 2698/3006/5271 -f 2698/3006/5271 2696/3004/5269 2699/3007/5272 -f 2698/3006/5271 2699/3007/5272 2678/2985/5250 -f 2678/2985/5250 2699/3007/5272 2700/2986/5251 -f 2701/3008/5273 2720/3009/5274 2702/3010/5275 -f 2702/3010/5275 2720/3009/5274 2703/3011/5276 -f 2702/3010/5275 2703/3011/5276 2704/3012/5277 -f 2704/3012/5277 2703/3011/5276 2705/3013/5278 -f 2705/3013/5278 2703/3011/5276 2706/3014/5279 -f 2705/3013/5278 2706/3014/5279 2707/3015/5280 -f 2707/3015/5280 2706/3014/5279 2708/3016/5281 -f 2708/3016/5281 2706/3014/5279 2709/3017/5282 -f 2708/3016/5281 2709/3017/5282 2691/2998/5263 -f 2691/2998/5263 2709/3017/5282 2710/2999/5264 -f 2711/3018/5283 2730/3019/5284 2712/3020/5285 -f 2712/3020/5285 2730/3019/5284 2713/3021/5286 -f 2712/3020/5285 2713/3021/5286 2714/3022/5287 -f 2714/3022/5287 2713/3021/5286 2715/3023/5288 -f 2715/3023/5288 2713/3021/5286 2716/3024/5289 -f 2715/3023/5288 2716/3024/5289 2717/3025/5290 -f 2717/3025/5290 2716/3024/5289 2718/3026/5291 -f 2718/3026/5291 2716/3024/5289 2719/3027/5292 -f 2718/3026/5291 2719/3027/5292 2701/3008/5273 -f 2701/3008/5273 2719/3027/5292 2720/3009/5274 -f 2721/3028/5293 2740/3029/5294 2722/3030/5295 -f 2722/3030/5295 2740/3029/5294 2723/3031/5296 -f 2722/3030/5295 2723/3031/5296 2724/3032/5297 -f 2724/3032/5297 2723/3031/5296 2725/3033/5298 -f 2725/3033/5298 2723/3031/5296 2726/3034/5299 -f 2725/3033/5298 2726/3034/5299 2727/3035/5300 -f 2727/3035/5300 2726/3034/5299 2728/3036/5301 -f 2728/3036/5301 2726/3034/5299 2729/3037/5302 -f 2728/3036/5301 2729/3037/5302 2711/3018/5283 -f 2711/3018/5283 2729/3037/5302 2730/3019/5284 -f 2731/3038/5303 2750/3039/5304 2732/3040/5305 -f 2732/3040/5305 2750/3039/5304 2733/3041/5306 -f 2732/3040/5305 2733/3041/5306 2734/3042/5307 -f 2734/3042/5307 2733/3041/5306 2735/3043/5308 -f 2735/3043/5308 2733/3041/5306 2736/3044/5309 -f 2735/3043/5308 2736/3044/5309 2737/3045/5310 -f 2737/3045/5310 2736/3044/5309 2738/3046/5311 -f 2738/3046/5311 2736/3044/5309 2739/3047/5312 -f 2738/3046/5311 2739/3047/5312 2721/3028/5293 -f 2721/3028/5293 2739/3047/5312 2740/3029/5294 -f 2635/2942/5207 2741/3048/5313 2637/2944/5209 -f 2637/2944/5209 2741/3048/5313 2742/3049/5314 -f 2742/3049/5314 2741/3048/5313 2743/3050/5315 -f 2742/3049/5314 2743/3050/5315 2744/3051/5316 -f 2744/3051/5316 2743/3050/5315 2745/3052/5317 -f 2745/3052/5317 2743/3050/5315 2746/3053/5318 -f 2745/3052/5317 2746/3053/5318 2747/3054/5319 -f 2747/3054/5319 2746/3053/5318 2748/3055/5320 -f 2748/3055/5320 2746/3053/5318 2749/3056/5321 -f 2748/3055/5320 2749/3056/5321 2731/3038/5303 -f 2731/3038/5303 2749/3056/5321 2750/3039/5304 -s 262 -f 1596/1815/4727 1603/1812/5322 2751/3057/5323 -f 2268/2562/4708 2753/2563/4710 2752/3058/5324 -f 2268/2562/4708 2752/3058/5324 1789/2017/4706 -f 1596/1815/4727 2751/3057/5323 2277/2572/4728 -f 2277/2572/4728 2751/3057/5323 2275/2571/4725 -f 2276/2570/4723 2754/3059/5325 2274/2569/4721 -f 2274/2569/4721 2754/3059/5325 2755/3060/5326 -f 2274/2569/4721 2755/3060/5326 2273/2568/4719 -f 2273/2568/4719 2755/3060/5326 2272/2567/4717 -f 2272/2567/4717 2756/3061/5327 2271/2566/4715 -f 2271/2566/4715 2756/3061/5327 2269/2564/4713 -f 2269/2564/4713 2757/3062/5328 2270/2565/4714 -f 2270/2565/4714 2757/3062/5328 2753/2563/4710 -f 2752/3058/5324 1791/2019/5329 1789/2017/4706 -f 2751/3057/5323 2758/3063/5330 2275/2571/4725 -f 2275/2571/4725 2758/3063/5330 2759/3064/5331 -f 2275/2571/4725 2759/3064/5331 2276/2570/4723 -f 2276/2570/4723 2759/3064/5331 2754/3059/5325 -f 2755/3060/5326 2760/3065/5332 2272/2567/4717 -f 2272/2567/4717 2760/3065/5332 2756/3061/5327 -f 2756/3061/5327 2761/3066/5333 2269/2564/4713 -f 2269/2564/4713 2761/3066/5333 2757/3062/5328 -f 2757/3062/5328 2762/3067/5334 2753/2563/4710 -f 2753/2563/4710 2762/3067/5334 2752/3058/5324 -f 2762/3067/5334 1792/2020/5335 2752/3058/5324 -f 2752/3058/5324 1792/2020/5335 1791/2019/5329 -f 2751/3057/5323 1603/1812/5322 2758/3063/5330 -f 2759/3064/5336 2763/3068/5337 2754/3059/5338 -f 2754/3059/5338 2763/3068/5337 2765/3069/5339 -f 2754/3059/5338 2765/3069/5339 2755/3060/5340 -f 2755/3060/5340 2765/3069/5339 2760/3065/5332 -f 2760/3065/5332 2766/3070/5341 2756/3061/5327 -f 2756/3061/5327 2766/3070/5341 2761/3066/5333 -f 2761/3066/5333 2767/3071/5342 2757/3062/5328 -f 2757/3062/5328 2767/3071/5342 2762/3067/5343 -f 2762/3067/5343 1794/2021/5344 1792/2020/5345 -f 1603/1812/5322 1602/1822/5346 2764/3072/5347 -f 1603/1812/5322 2764/3072/5347 2758/3063/5330 -f 2758/3063/5330 2764/3072/5347 2759/3064/5336 -f 2759/3064/5336 2764/3072/5347 2763/3068/5337 -f 2760/3065/5332 2765/3069/5339 2766/3070/5341 -f 2761/3066/5333 2766/3070/5341 2767/3071/5342 -f 2762/3067/5343 2767/3071/5342 1794/2021/5344 -f 2764/3072/5347 2768/3073/5348 2763/3068/5337 -f 2763/3068/5337 2768/3073/5348 2765/3069/5349 -f 2765/3069/5349 2296/2590/4763 2766/3070/5350 -f 2766/3070/5350 2292/2585/4756 2767/3071/5351 -f 1602/1822/5346 2289/1820/4752 2764/3072/5347 -f 2764/3072/5347 2289/1820/4752 2291/2584/4754 -f 2764/3072/5347 2291/2584/4754 2768/3073/5348 -f 2768/3073/5348 2295/2589/4762 2765/3069/5349 -f 2765/3069/5349 2295/2589/4762 2296/2590/4763 -f 2766/3070/5350 2296/2590/4763 2292/2585/4756 -f 2767/3071/5351 2292/2585/4756 1794/2021/5352 -f 2291/2584/4754 2293/2587/4760 2768/3073/5348 -f 2768/3073/5348 2293/2587/4760 2294/2588/4761 -f 2768/3073/5348 2294/2588/4761 2295/2589/4762 -f 2292/2585/4756 1795/2023/4755 1794/2021/5352 -f 2769/3074/5353 1783/2012/5354 1798/2010/4757 -f 1783/2012/5354 2769/3074/5353 1785/2014/5355 -f 1786/1965/4751 1785/2014/5356 2770/3075/5357 -f 2288/2583/4749 1786/1965/4751 2770/3075/5357 -f 1608/1827/5358 1606/1825/4729 2771/3076/5359 -f 1608/1827/5358 2771/3076/5359 2772/3077/5360 -f 2772/3077/5360 1609/1828/5361 1608/1827/5358 -f 2773/1829/5362 2290/2586/4759 1612/1832/4758 -f 2774/3078/5363 2290/2586/4759 2773/1829/5362 -f 2774/3078/5363 2773/1829/5362 1609/1828/5361 -f 2774/3078/5363 1609/1828/5361 2772/3077/5360 -f 2775/3079/5364 2290/2586/4759 2774/3078/5363 -f 2775/3079/5364 2774/3078/5363 2776/3080/5365 -f 2776/3080/5365 2774/3078/5363 2772/3077/5360 -f 2776/3080/5365 2772/3077/5360 2777/3081/5366 -f 2777/3081/5366 2772/3077/5360 2778/3082/5367 -f 2778/3082/5367 2772/3077/5360 2771/3076/5359 -f 2779/3083/5368 2775/3079/5364 2776/3080/5365 -f 2779/3083/5368 2776/3080/5365 2780/3084/5369 -f 2780/3084/5369 2776/3080/5365 2777/3081/5366 -f 2780/3084/5369 2777/3081/5366 2781/3085/5370 -f 2781/3085/5370 2777/3081/5366 2778/3082/5367 -f 2781/3085/5370 2778/3082/5367 2279/2575/4735 -f 2784/3086/5371 2782/3087/5372 2783/3088/5373 -f 2784/3086/5371 2783/3088/5373 2786/3089/5374 -f 2786/3089/5374 2783/3088/5373 2785/3090/5375 -f 2786/3089/5374 2785/3090/5375 2788/3091/5376 -f 2788/3091/5376 2785/3090/5375 2787/3092/5377 -f 2788/3091/5376 2787/3092/5377 2287/2582/4748 -f 2287/2582/4748 2787/3092/5377 2285/2580/4745 -f 2789/3093/5378 2286/2581/4747 2288/2583/4749 -f 2789/3093/5378 2288/2583/4749 2770/3075/5357 -f 2789/3093/5378 2770/3075/5379 1785/2014/5355 -f 2789/3093/5378 1785/2014/5355 2790/3094/5380 -f 2790/3094/5380 1785/2014/5355 2791/3095/5381 -f 2791/3095/5381 1785/2014/5355 2769/3074/5353 -f 2297/2591/4764 2769/3074/5353 1798/2010/4757 -f 2769/3074/5353 2297/2591/4764 2782/3087/5372 -f 2769/3074/5353 2782/3087/5372 2791/3095/5381 -f 2791/3095/5381 2782/3087/5372 2784/3086/5371 -f 2791/3095/5381 2784/3086/5371 2790/3094/5380 -f 2790/3094/5380 2784/3086/5371 2786/3089/5374 -f 2790/3094/5380 2786/3089/5374 2789/3093/5378 -f 2789/3093/5378 2786/3089/5374 2788/3091/5376 -f 2789/3093/5378 2788/3091/5376 2287/2582/4748 -f 2789/3093/5378 2287/2582/4748 2286/2581/4747 -f 2792/3096/5382 2284/2579/4743 2285/2580/4745 -f 2792/3096/5382 2285/2580/4745 2787/3092/5377 -f 2792/3096/5382 2787/3092/5377 2785/3090/5375 -f 2792/3096/5382 2785/3090/5375 2793/3097/5383 -f 2793/3097/5383 2785/3090/5375 2783/3088/5373 -f 2793/3097/5383 2783/3088/5373 2794/3098/5384 -f 2794/3098/5384 2783/3088/5373 2782/3087/5372 -f 2794/3098/5384 2782/3087/5372 2795/3099/5385 -f 2795/3099/5385 2782/3087/5372 2297/2591/4764 -f 2282/2578/4741 2284/2579/4743 2792/3096/5382 -f 2282/2578/4741 2792/3096/5382 2796/3100/5386 -f 2796/3100/5386 2792/3096/5382 2797/3101/5387 -f 2797/3101/5387 2792/3096/5382 2793/3097/5383 -f 2797/3101/5387 2793/3097/5383 2798/3102/5388 -f 2798/3102/5388 2793/3097/5383 2794/3098/5384 -f 2798/3102/5388 2794/3098/5384 2795/3099/5385 -f 2298/2592/4765 2795/3099/5385 2297/2591/4764 -f 2283/2577/4739 2282/2578/4741 2799/3103/5389 -f 2799/3103/5389 2282/2578/4741 2796/3100/5386 -f 2799/3103/5389 2796/3100/5386 2800/3104/5390 -f 2800/3104/5390 2796/3100/5386 2797/3101/5387 -f 2800/3104/5390 2797/3101/5387 2801/3105/5391 -f 2801/3105/5391 2797/3101/5387 2798/3102/5388 -f 2801/3105/5391 2798/3102/5388 2795/3099/5385 -f 2802/3106/5392 2281/2574/4734 2283/2577/4739 -f 2802/3106/5392 2283/2577/4739 2799/3103/5389 -f 2802/3106/5392 2799/3103/5389 2803/3107/5393 -f 2803/3107/5393 2799/3103/5389 2800/3104/5390 -f 2803/3107/5393 2800/3104/5390 2804/3108/5394 -f 2804/3108/5394 2800/3104/5390 2801/3105/5391 -f 2804/3108/5394 2801/3105/5391 2795/3099/5385 -f 2804/3108/5394 2795/3099/5385 2298/2592/4765 -f 2298/2592/4765 2290/2586/4759 2804/3108/5394 -f 2804/3108/5394 2290/2586/4759 2775/3079/5364 -f 2804/3108/5394 2775/3079/5364 2779/3083/5368 -f 2804/3108/5394 2779/3083/5368 2803/3107/5393 -f 2803/3107/5393 2779/3083/5368 2780/3084/5369 -f 2803/3107/5393 2780/3084/5369 2802/3106/5392 -f 2802/3106/5392 2780/3084/5369 2781/3085/5370 -f 2802/3106/5392 2781/3085/5370 2279/2575/4735 -f 2802/3106/5392 2279/2575/4735 2281/2574/4734 -f 2778/3082/5367 2771/3076/5359 2280/2576/4737 -f 2778/3082/5367 2280/2576/4737 2279/2575/4735 -f 2771/3076/5359 1606/1825/4729 2278/2573/4731 -f 2771/3076/5359 2278/2573/4731 2280/2576/4737 -s 246 -f 2805/3109/5395 1619/1758/4668 1618/1839/5396 -f 2238/2532/4648 2809/2533/4650 2806/3110/5397 -f 2238/2532/4648 2806/3110/5397 1776/2003/4646 -f 1619/1758/4668 2805/3109/5395 2247/2542/4666 -f 2247/2542/4666 2805/3109/5395 2246/2541/4664 -f 2244/2539/4662 2810/3111/5398 2245/2540/4663 -f 2245/2540/4663 2810/3111/5398 2811/3112/5399 -f 2245/2540/4663 2811/3112/5399 2242/2538/4660 -f 2242/2538/4660 2811/3112/5399 2243/2537/4658 -f 2243/2537/4658 2812/3113/5400 2241/2536/4656 -f 2241/2536/4656 2812/3113/5400 2240/2535/4654 -f 2240/2535/4654 2813/3114/5401 2239/2534/4652 -f 2239/2534/4652 2813/3114/5401 2809/2533/4650 -f 2806/3110/5397 1778/2005/5402 1776/2003/4646 -f 2805/3109/5395 2814/3115/5403 2246/2541/4664 -f 2246/2541/4664 2814/3115/5403 2815/3116/5404 -f 2246/2541/4664 2815/3116/5404 2244/2539/4662 -f 2244/2539/4662 2815/3116/5404 2810/3111/5398 -f 2811/3112/5399 2816/3117/5405 2243/2537/4658 -f 2243/2537/4658 2816/3117/5405 2812/3113/5400 -f 2812/3113/5400 2817/3118/5406 2240/2535/4654 -f 2240/2535/4654 2817/3118/5406 2813/3114/5401 -f 2813/3114/5401 2818/3119/5407 2809/2533/4650 -f 2809/2533/4650 2818/3119/5407 2806/3110/5397 -f 2818/3119/5407 2807/3120/5408 2806/3110/5397 -f 2806/3110/5397 2807/3120/5408 1778/2005/5402 -f 1618/1839/5409 1617/1838/5410 2805/3109/5395 -f 2805/3109/5395 1617/1838/5410 2814/3115/5403 -f 2807/3120/5408 2808/2006/5411 1778/2005/5402 -f 2815/3116/5412 2819/3121/5413 2810/3111/5414 -f 2810/3111/5414 2819/3121/5413 2821/3122/5415 -f 2810/3111/5414 2821/3122/5415 2811/3112/5416 -f 2811/3112/5416 2821/3122/5415 2816/3117/5405 -f 2816/3117/5405 2822/3123/5417 2812/3113/5400 -f 2812/3113/5400 2822/3123/5417 2817/3118/5406 -f 2817/3118/5406 2823/3124/5418 2813/3114/5401 -f 2813/3114/5401 2823/3124/5418 2818/3119/5419 -f 2818/3119/5407 2808/2006/5411 2807/3120/5408 -f 1617/1838/5410 1616/1835/5420 2820/3125/5421 -f 1617/1838/5410 2820/3125/5421 2814/3115/5403 -f 2814/3115/5403 2820/3125/5421 2815/3116/5412 -f 2815/3116/5412 2820/3125/5421 2819/3121/5413 -f 2816/3117/5405 2821/3122/5415 2822/3123/5417 -f 2817/3118/5406 2822/3123/5417 2823/3124/5418 -f 2818/3119/5419 2823/3124/5418 2808/2006/5422 -f 2820/3125/5421 2824/3126/5423 2819/3121/5413 -f 2819/3121/5413 2824/3126/5423 2821/3122/5424 -f 2821/3122/5424 2265/2560/4704 2822/3123/5425 -f 2822/3123/5425 2261/2557/4697 2823/3124/5418 -f 2823/3124/5418 1779/2007/4696 2808/2006/5422 -f 2820/3125/5421 1616/1835/5420 2264/2559/4703 -f 2820/3125/5421 2264/2559/4703 2824/3126/5423 -f 2824/3126/5423 2259/2554/4692 2821/3122/5424 -f 2821/3122/5424 2259/2554/4692 2265/2560/4704 -f 2822/3123/5425 2265/2560/4704 2261/2557/4697 -f 2823/3124/5418 2261/2557/4697 1779/2007/4696 -f 1616/1835/5420 1614/1834/4701 2264/2559/4703 -f 2264/2559/4703 2263/2558/4699 2824/3126/5423 -f 2824/3126/5423 2263/2558/4699 2260/2555/4693 -f 2824/3126/5423 2260/2555/4693 2259/2554/4692 -f 2827/1996/5426 1769/1995/5427 2826/3127/5428 -f 2266/2000/4698 2825/3128/5429 1766/1991/5430 -f 1769/1995/5427 1766/1991/5430 2825/3128/5429 -f 1770/1968/4689 2827/1996/5426 2257/2552/4690 -f 1628/1849/5431 1626/1847/4669 2248/2543/4671 -f 2828/3129/5432 2829/1841/5433 1628/1849/5431 -f 2829/1841/5433 2830/3130/5434 1622/1842/4700 -f 1622/1842/4700 2830/3130/5434 2831/3131/5435 -f 2262/2556/4694 1622/1842/4700 2831/3131/5435 -f 2828/3129/5432 2830/3130/5434 2829/1841/5433 -f 2832/3132/5436 2262/2556/4694 2831/3131/5435 -f 2832/3132/5436 2831/3131/5435 2830/3130/5434 -f 2832/3132/5436 2830/3130/5434 2833/3133/5437 -f 2833/3133/5437 2830/3130/5434 2828/3129/5432 -f 2833/3133/5437 2828/3129/5432 2834/3134/5438 -f 2834/3134/5438 2828/3129/5432 2835/3135/5439 -f 2836/3136/5440 2832/3132/5436 2833/3133/5437 -f 2836/3136/5440 2833/3133/5437 2837/3137/5441 -f 2837/3137/5441 2833/3133/5437 2834/3134/5438 -f 2837/3137/5441 2834/3134/5438 2838/3138/5442 -f 2838/3138/5442 2834/3134/5438 2835/3135/5439 -f 2838/3138/5442 2835/3135/5439 2250/2545/4675 -f 2266/2000/4698 2267/2561/4705 2839/3139/5443 -f 2841/3140/5444 2839/3139/5443 2840/3141/5445 -f 2841/3140/5444 2840/3141/5445 2843/3142/5446 -f 2843/3142/5446 2840/3141/5445 2842/3143/5447 -f 2843/3142/5446 2842/3143/5447 2845/3144/5448 -f 2845/3144/5448 2842/3143/5447 2844/3145/5449 -f 2845/3144/5448 2844/3145/5449 2256/2551/4687 -f 2256/2551/4687 2844/3145/5449 2255/2550/4685 -f 2846/3146/5450 2258/2553/4691 2257/2552/4690 -f 2846/3146/5450 2257/2552/4690 2827/1996/5426 -f 2846/3146/5450 2827/1996/5426 2847/3147/5451 -f 2847/3147/5451 2827/1996/5426 2826/3127/5428 -f 2847/3147/5451 2826/3127/5428 2848/3148/5452 -f 2848/3148/5452 2826/3127/5428 1769/1995/5427 -f 2848/3148/5452 1769/1995/5427 2825/3128/5429 -f 2825/3128/5429 2266/2000/4698 2839/3139/5443 -f 2825/3128/5429 2839/3139/5443 2848/3148/5452 -f 2848/3148/5452 2839/3139/5443 2841/3140/5444 -f 2848/3148/5452 2841/3140/5444 2847/3147/5451 -f 2847/3147/5451 2841/3140/5444 2843/3142/5446 -f 2847/3147/5451 2843/3142/5446 2846/3146/5450 -f 2846/3146/5450 2843/3142/5446 2845/3144/5448 -f 2846/3146/5450 2845/3144/5448 2256/2551/4687 -f 2846/3146/5450 2256/2551/4687 2258/2553/4691 -f 2254/2548/4681 2253/2549/4683 2849/3149/5453 -f 2849/3149/5453 2253/2549/4683 2255/2550/4685 -f 2849/3149/5453 2255/2550/4685 2844/3145/5449 -f 2849/3149/5453 2844/3145/5449 2850/3150/5454 -f 2850/3150/5454 2844/3145/5449 2842/3143/5447 -f 2850/3150/5454 2842/3143/5447 2851/3151/5455 -f 2851/3151/5455 2842/3143/5447 2840/3141/5445 -f 2851/3151/5455 2840/3141/5445 2852/3152/5456 -f 2852/3152/5456 2840/3141/5445 2839/3139/5443 -f 2852/3152/5456 2839/3139/5443 2267/2561/4705 -f 2254/2548/4681 2849/3149/5453 2853/3153/5457 -f 2853/3153/5457 2849/3149/5453 2854/3154/5458 -f 2854/3154/5458 2849/3149/5453 2850/3150/5454 -f 2854/3154/5458 2850/3150/5454 2855/3155/5459 -f 2855/3155/5459 2850/3150/5454 2851/3151/5455 -f 2855/3155/5459 2851/3151/5455 2852/3152/5456 -f 2252/2547/4679 2254/2548/4681 2856/3156/5460 -f 2856/3156/5460 2254/2548/4681 2853/3153/5457 -f 2856/3156/5460 2853/3153/5457 2857/3157/5461 -f 2857/3157/5461 2853/3153/5457 2854/3154/5458 -f 2857/3157/5461 2854/3154/5458 2858/3158/5462 -f 2858/3158/5462 2854/3154/5458 2855/3155/5459 -f 2858/3158/5462 2855/3155/5459 2859/3159/5463 -f 2859/3159/5463 2855/3155/5459 2852/3152/5456 -f 2859/3159/5463 2852/3152/5456 2262/2556/4694 -f 2262/2556/4694 2852/3152/5456 2267/2561/4705 -f 2860/3160/5464 2251/2546/4677 2252/2547/4679 -f 2860/3160/5464 2252/2547/4679 2856/3156/5460 -f 2860/3160/5464 2856/3156/5460 2861/3161/5465 -f 2861/3161/5465 2856/3156/5460 2857/3157/5461 -f 2861/3161/5465 2857/3157/5461 2862/3162/5466 -f 2862/3162/5466 2857/3157/5461 2858/3158/5462 -f 2862/3162/5466 2858/3158/5462 2859/3159/5463 -f 2859/3159/5463 2262/2556/4694 2832/3132/5436 -f 2859/3159/5463 2832/3132/5436 2862/3162/5466 -f 2862/3162/5466 2832/3132/5436 2836/3136/5440 -f 2862/3162/5466 2836/3136/5440 2861/3161/5465 -f 2861/3161/5465 2836/3136/5440 2837/3137/5441 -f 2861/3161/5465 2837/3137/5441 2860/3160/5464 -f 2860/3160/5464 2837/3137/5441 2838/3138/5442 -f 2860/3160/5464 2838/3138/5442 2250/2545/4675 -f 2860/3160/5464 2250/2545/4675 2251/2546/4677 -f 2828/3129/5432 1628/1849/5431 2248/2543/4671 -f 2828/3129/5432 2248/2543/4671 2835/3135/5439 -f 2835/3135/5439 2248/2543/4671 2249/2544/4673 -f 2835/3135/5439 2249/2544/4673 2250/2545/4675 -s 232 -f 1630/1852/4606 1640/1851/5467 2863/3163/5468 -f 2207/2500/4586 2866/2501/4588 2865/3164/5469 -f 2207/2500/4586 2865/3164/5469 1758/1985/4584 -f 1630/1852/4606 2863/3163/5468 2864/2510/4604 -f 2864/2510/4604 2863/3163/5468 2215/2509/4602 -f 2213/2507/4600 2867/3165/5470 2214/2508/4601 -f 2214/2508/4601 2867/3165/5470 2868/3166/5471 -f 2214/2508/4601 2868/3166/5471 2211/2506/4598 -f 2211/2506/4598 2868/3166/5471 2212/2505/4596 -f 2212/2505/4596 2869/3167/5472 2210/2504/4594 -f 2210/2504/4594 2869/3167/5472 2209/2503/4592 -f 2209/2503/4592 2870/3168/5473 2208/2502/4590 -f 2208/2502/4590 2870/3168/5473 2866/2501/4588 -f 2865/3164/5469 1759/1986/5474 1758/1985/4584 -f 2863/3163/5468 2871/3169/5475 2215/2509/4602 -f 2215/2509/4602 2871/3169/5475 2872/3170/5476 -f 2215/2509/4602 2872/3170/5476 2213/2507/4600 -f 2213/2507/4600 2872/3170/5476 2867/3165/5470 -f 2868/3166/5471 2873/3171/5477 2212/2505/4596 -f 2212/2505/4596 2873/3171/5477 2869/3167/5472 -f 2869/3167/5472 2874/3172/5478 2209/2503/4592 -f 2209/2503/4592 2874/3172/5478 2870/3168/5473 -f 2870/3168/5473 2875/3173/5479 2866/2501/4588 -f 2866/2501/4588 2875/3173/5479 2865/3164/5469 -f 2875/3173/5479 1761/1988/5480 2865/3164/5469 -f 2865/3164/5469 1761/1988/5480 1759/1986/5474 -f 2863/3163/5468 1640/1851/5467 2871/3169/5475 -f 2872/3170/5481 2876/3174/5482 2867/3165/5483 -f 2867/3165/5483 2876/3174/5482 2878/3175/5484 -f 2867/3165/5483 2878/3175/5484 2868/3166/5485 -f 2868/3166/5485 2878/3175/5484 2873/3171/5486 -f 2873/3171/5477 2879/3176/5487 2869/3167/5472 -f 2869/3167/5472 2879/3176/5487 2874/3172/5478 -f 2874/3172/5478 2880/3177/5488 2870/3168/5473 -f 2870/3168/5473 2880/3177/5488 2875/3173/5489 -f 2875/3173/5489 1762/1989/5490 1761/1988/5491 -f 1640/1851/5492 1636/1862/5493 2877/3178/5494 -f 1640/1851/5492 2877/3178/5494 2871/3169/5495 -f 2871/3169/5495 2877/3178/5494 2881/3179/5496 -f 2871/3169/5495 2881/3179/5496 2872/3170/5497 -f 2872/3170/5498 2881/3179/5499 2876/3174/5500 -f 2878/3175/5484 2882/3180/5501 2873/3171/5486 -f 2873/3171/5486 2882/3180/5501 2879/3176/5502 -f 2874/3172/5478 2879/3176/5487 2880/3177/5488 -f 2875/3173/5489 2880/3177/5488 1762/1989/5490 -f 2876/3174/5500 2881/3179/5499 2878/3175/5503 -f 2879/3176/5502 2234/2529/4641 2880/3177/5488 -f 2880/3177/5488 1764/1980/4642 1762/1989/5490 -f 1636/1862/5493 2227/1861/4631 2877/3178/5494 -f 2877/3178/5494 2227/1861/4631 2229/2522/4633 -f 2877/3178/5494 2229/2522/4633 2881/3179/5499 -f 2881/3179/5499 2232/2526/4638 2878/3175/5503 -f 2878/3175/5503 2232/2526/4638 2882/3180/5501 -f 2882/3180/5501 2233/2527/4639 2879/3176/5502 -f 2879/3176/5502 2233/2527/4639 2234/2529/4641 -f 2880/3177/5488 2234/2529/4641 1764/1980/4642 -f 2229/2522/4633 2230/2524/4636 2881/3179/5499 -f 2881/3179/5499 2230/2524/4636 2231/2525/4637 -f 2881/3179/5499 2231/2525/4637 2232/2526/4638 -f 2232/2526/4638 2235/2530/4644 2882/3180/5501 -f 2882/3180/5501 2235/2530/4644 2233/2527/4639 -f 2883/3181/5504 1750/1971/5505 1749/1976/5506 -f 1750/1971/5505 2884/3182/5507 1745/1972/4630 -f 1745/1972/4630 2884/3182/5507 2226/2521/4628 -f 1646/1869/5508 2885/3183/5509 1647/1870/5510 -f 1647/1870/5510 2885/3183/5509 2886/3184/5511 -f 1650/1864/4634 1648/1871/5512 2887/3185/5513 -f 1650/1864/4634 2887/3185/5513 2228/2523/4635 -f 2887/3185/5513 1648/1871/5512 2886/3184/5511 -f 2886/3184/5511 1648/1871/5512 1647/1870/5514 -f 2888/3186/5515 2228/2523/4635 2887/3185/5513 -f 2888/3186/5515 2887/3185/5513 2889/3187/5516 -f 2889/3187/5516 2887/3185/5513 2886/3184/5511 -f 2889/3187/5516 2886/3184/5511 2890/3188/5517 -f 2890/3188/5517 2886/3184/5511 2901/3189/5518 -f 2901/3189/5518 2886/3184/5511 2885/3183/5509 -f 2237/2531/4645 2228/2523/4635 2888/3186/5515 -f 2891/3190/5519 2888/3186/5515 2889/3187/5516 -f 2891/3190/5519 2889/3187/5516 2892/3191/5520 -f 2892/3191/5520 2889/3187/5516 2890/3188/5517 -f 2892/3191/5520 2890/3188/5517 2893/3192/5521 -f 2893/3192/5521 2890/3188/5517 2901/3189/5518 -f 2893/3192/5521 2901/3189/5518 2218/2513/4614 -f 2895/3193/5522 2236/2528/4640 2894/3194/5523 -f 2895/3193/5522 2894/3194/5523 2896/3195/5524 -f 2896/3195/5524 2894/3194/5523 2898/3196/5525 -f 2898/3196/5525 2894/3194/5523 2897/3197/5526 -f 2898/3196/5525 2897/3197/5526 2900/3198/5527 -f 2900/3198/5527 2897/3197/5526 2899/3199/5528 -f 2900/3198/5527 2899/3199/5528 2225/2520/4627 -f 2225/2520/4627 2899/3199/5528 2223/2518/4624 -f 2902/3200/5529 2224/2519/4626 2226/2521/4628 -f 2902/3200/5529 2226/2521/4628 2884/3182/5507 -f 2902/3200/5529 2884/3182/5507 2903/3201/5530 -f 2903/3201/5530 2884/3182/5507 1750/1971/5505 -f 2903/3201/5530 1750/1971/5505 2883/3181/5504 -f 2895/3193/5522 2883/3181/5504 1749/1976/5506 -f 2895/3193/5522 1749/1976/5506 2236/2528/4640 -f 2236/2528/4640 1749/1976/5506 1747/1975/4643 -f 2883/3181/5504 2895/3193/5522 2896/3195/5524 -f 2883/3181/5504 2896/3195/5524 2903/3201/5530 -f 2903/3201/5530 2896/3195/5524 2898/3196/5525 -f 2903/3201/5530 2898/3196/5525 2902/3200/5529 -f 2902/3200/5529 2898/3196/5525 2900/3198/5527 -f 2902/3200/5529 2900/3198/5527 2225/2520/4627 -f 2902/3200/5529 2225/2520/4627 2224/2519/4626 -f 2222/2516/4620 2221/2517/4622 2904/3202/5531 -f 2904/3202/5531 2221/2517/4622 2223/2518/4624 -f 2904/3202/5531 2223/2518/4624 2899/3199/5528 -f 2904/3202/5531 2899/3199/5528 2897/3197/5526 -f 2904/3202/5531 2897/3197/5526 2905/3203/5532 -f 2905/3203/5532 2897/3197/5526 2894/3194/5523 -f 2905/3203/5532 2894/3194/5523 2906/3204/5533 -f 2906/3204/5533 2894/3194/5523 2236/2528/4640 -f 2222/2516/4620 2904/3202/5531 2907/3205/5534 -f 2907/3205/5534 2904/3202/5531 2908/3206/5535 -f 2908/3206/5535 2904/3202/5531 2905/3203/5532 -f 2908/3206/5535 2905/3203/5532 2909/3207/5536 -f 2909/3207/5536 2905/3203/5532 2906/3204/5533 -f 2237/2531/4645 2906/3204/5533 2236/2528/4640 -f 2220/2515/4618 2222/2516/4620 2910/3208/5537 -f 2910/3208/5537 2222/2516/4620 2907/3205/5534 -f 2910/3208/5537 2907/3205/5534 2911/3209/5538 -f 2911/3209/5538 2907/3205/5534 2908/3206/5535 -f 2911/3209/5538 2908/3206/5535 2912/3210/5539 -f 2912/3210/5539 2908/3206/5535 2909/3207/5536 -f 2912/3210/5539 2909/3207/5536 2913/3211/5540 -f 2913/3211/5540 2909/3207/5536 2906/3204/5533 -f 2913/3211/5540 2906/3204/5533 2237/2531/4645 -f 2914/3212/5541 2219/2514/4616 2220/2515/4618 -f 2914/3212/5541 2220/2515/4618 2910/3208/5537 -f 2914/3212/5541 2910/3208/5537 2915/3213/5542 -f 2915/3213/5542 2910/3208/5537 2911/3209/5538 -f 2915/3213/5542 2911/3209/5538 2916/3214/5543 -f 2916/3214/5543 2911/3209/5538 2912/3210/5539 -f 2916/3214/5543 2912/3210/5539 2913/3211/5540 -f 2913/3211/5540 2237/2531/4645 2888/3186/5515 -f 2913/3211/5540 2888/3186/5515 2916/3214/5543 -f 2916/3214/5543 2888/3186/5515 2891/3190/5519 -f 2916/3214/5543 2891/3190/5519 2915/3213/5542 -f 2915/3213/5542 2891/3190/5519 2892/3191/5520 -f 2915/3213/5542 2892/3191/5520 2914/3212/5541 -f 2914/3212/5541 2892/3191/5520 2893/3192/5521 -f 2914/3212/5541 2893/3192/5521 2218/2513/4614 -f 2914/3212/5541 2218/2513/4614 2219/2514/4616 -f 2218/2513/4614 2901/3189/5518 2217/2512/4611 -f 1646/1869/5508 1644/1867/4607 2885/3183/5509 -f 2885/3183/5509 1644/1867/4607 2216/2511/4609 -f 2885/3183/5509 2216/2511/4609 2901/3189/5518 -f 2901/3189/5518 2216/2511/4609 2217/2512/4611 -s 306 -f 1656/1879/5544 2919/2665/4910 1657/1755/4912 -f 2920/2655/4892 1852/2082/5545 1851/2081/4890 -f 1656/1879/5544 2918/3215/5546 2919/2665/4910 -f 2919/2665/4910 2918/3215/5546 2363/2664/4908 -f 2361/2662/4906 2923/3216/5547 2362/2663/4907 -f 2362/2663/4907 2923/3216/5547 2924/3217/5548 -f 2362/2663/4907 2924/3217/5548 2360/2661/4904 -f 2360/2661/4904 2924/3217/5548 2358/2660/4902 -f 2358/2660/4902 2925/3218/5549 2359/2659/4900 -f 2359/2659/4900 2925/3218/5549 2357/2658/4898 -f 2357/2658/4898 2926/3219/5550 2356/2657/4896 -f 2356/2657/4896 2926/3219/5550 2921/2656/4894 -f 2921/2656/4894 2922/3220/5551 2920/2655/4892 -f 2920/2655/4892 2922/3220/5551 1852/2082/5545 -f 2918/3215/5546 2927/3221/5552 2363/2664/4908 -f 2363/2664/4908 2927/3221/5552 2928/3222/5553 -f 2363/2664/4908 2928/3222/5553 2361/2662/4906 -f 2361/2662/4906 2928/3222/5553 2923/3216/5547 -f 2924/3217/5548 2929/3223/5554 2358/2660/4902 -f 2358/2660/4902 2929/3223/5554 2925/3218/5549 -f 2925/3218/5549 2930/3224/5555 2357/2658/4898 -f 2357/2658/4898 2930/3224/5555 2926/3219/5550 -f 2926/3219/5550 2931/3225/5556 2921/2656/4894 -f 2921/2656/4894 2931/3225/5556 2922/3220/5551 -f 1656/1879/5557 2917/1876/5558 2918/3215/5546 -f 2918/3215/5546 2917/1876/5558 2927/3221/5552 -f 2922/3220/5551 1854/2084/5559 1852/2082/5545 -f 2931/3225/5556 1855/2085/5560 2922/3220/5551 -f 2922/3220/5551 1855/2085/5560 1854/2084/5559 -f 2928/3222/5561 2932/3226/5562 2923/3216/5563 -f 2923/3216/5563 2932/3226/5562 2934/3227/5564 -f 2923/3216/5563 2934/3227/5564 2924/3217/5565 -f 2924/3217/5565 2934/3227/5564 2929/3223/5554 -f 2929/3223/5554 2935/3228/5566 2925/3218/5549 -f 2925/3218/5549 2935/3228/5566 2930/3224/5555 -f 2930/3224/5555 2936/3229/5567 2926/3219/5550 -f 2926/3219/5550 2936/3229/5567 2931/3225/5568 -f 2917/1876/5558 2933/3230/5569 2927/3221/5552 -f 2927/3221/5552 2933/3230/5569 2928/3222/5561 -f 2928/3222/5561 2933/3230/5569 2932/3226/5562 -f 2929/3223/5554 2934/3227/5564 2935/3228/5566 -f 2930/3224/5555 2935/3228/5566 2936/3229/5567 -f 2931/3225/5568 2936/3229/5567 1857/2075/5570 -f 2931/3225/5568 1857/2075/5570 1855/2085/5571 -f 2917/1876/5558 1653/1874/5572 2933/3230/5569 -f 2933/3230/5569 2937/3231/5573 2932/3226/5562 -f 2932/3226/5562 2937/3231/5573 2934/3227/5574 -f 2934/3227/5574 2378/2681/4945 2935/3228/5575 -f 2935/3228/5575 2377/2680/4942 2936/3229/5576 -f 2933/3230/5569 1653/1874/5572 2376/2678/4939 -f 2933/3230/5569 2376/2678/4939 2937/3231/5573 -f 2937/3231/5573 2380/2683/4947 2934/3227/5574 -f 2934/3227/5574 2380/2683/4947 2378/2681/4945 -f 2935/3228/5575 2378/2681/4945 2377/2680/4942 -f 2936/3229/5576 2377/2680/4942 1857/2075/5577 -f 1653/1874/5572 1651/1873/4937 2376/2678/4939 -f 2376/2678/4939 2383/2685/4950 2937/3231/5573 -f 2937/3231/5573 2383/2685/4950 2382/2684/4948 -f 2937/3231/5573 2382/2684/4948 2380/2683/4947 -f 2377/2680/4942 1846/2076/4944 1857/2075/5577 -f 2938/3232/5578 2939/2072/5579 1844/2070/4941 -f 1557/1771/5580 1555/1770/4913 2364/2666/4915 -f 2941/3233/5581 1558/1772/5582 1557/1771/5580 -f 1553/1766/4949 2942/1765/5583 2943/3234/5584 -f 2944/3235/5585 2943/3234/5584 2942/1765/5583 -f 2944/3235/5585 2942/1765/5583 2941/3233/5581 -f 2941/3233/5581 2942/1765/5583 1558/1772/5582 -f 2381/2682/4946 1553/1766/4949 2943/3234/5584 -f 2945/3236/5586 2943/3234/5584 2944/3235/5585 -f 2945/3236/5586 2944/3235/5585 2946/3237/5587 -f 2946/3237/5587 2944/3235/5585 2941/3233/5581 -f 2946/3237/5587 2941/3233/5581 2947/3238/5588 -f 2947/3238/5588 2941/3233/5581 2365/2667/4917 -f 2948/3239/5589 2381/2682/4946 2943/3234/5584 -f 2948/3239/5589 2943/3234/5584 2945/3236/5586 -f 2948/3239/5589 2945/3236/5586 2949/3240/5590 -f 2949/3240/5590 2945/3236/5586 2946/3237/5587 -f 2949/3240/5590 2946/3237/5587 2950/3241/5591 -f 2950/3241/5591 2946/3237/5587 2947/3238/5588 -f 2950/3241/5591 2947/3238/5588 2951/3242/5592 -f 2951/3242/5592 2947/3238/5588 2365/2667/4917 -f 2951/3242/5592 2365/2667/4917 2366/2668/4919 -f 2952/3243/5593 2953/3244/5594 2955/3245/5595 -f 2955/3245/5595 2953/3244/5594 2954/3246/5596 -f 2955/3245/5595 2954/3246/5596 2957/3247/5597 -f 2957/3247/5597 2954/3246/5596 2956/3248/5598 -f 2957/3247/5597 2956/3248/5598 2374/2676/4933 -f 2374/2676/4933 2956/3248/5598 2372/2674/4930 -f 2958/3249/5599 2373/2675/4932 2375/2677/4934 -f 2958/3249/5599 2375/2677/4934 1839/1956/4936 -f 2958/3249/5599 1839/1956/4936 2959/3250/5600 -f 2959/3250/5600 1839/1956/4936 2940/2073/5601 -f 2959/3250/5600 2940/2073/5601 2960/3251/5602 -f 2960/3251/5602 2940/2073/5601 2939/2072/5579 -f 2960/3251/5602 2939/2072/5579 2938/3232/5578 -f 2379/2679/4940 2938/3232/5578 1844/2070/4941 -f 2938/3232/5578 2379/2679/4940 2952/3243/5593 -f 2938/3232/5578 2952/3243/5593 2960/3251/5602 -f 2960/3251/5602 2952/3243/5593 2955/3245/5595 -f 2960/3251/5602 2955/3245/5595 2959/3250/5600 -f 2959/3250/5600 2955/3245/5595 2957/3247/5597 -f 2959/3250/5600 2957/3247/5597 2958/3249/5599 -f 2958/3249/5599 2957/3247/5597 2374/2676/4933 -f 2958/3249/5599 2374/2676/4933 2373/2675/4932 -f 2370/2672/4927 2369/2671/4925 2961/3252/5603 -f 2961/3252/5603 2369/2671/4925 2372/2674/4930 -f 2961/3252/5603 2372/2674/4930 2956/3248/5598 -f 2961/3252/5603 2956/3248/5598 2962/3253/5604 -f 2962/3253/5604 2956/3248/5598 2954/3246/5596 -f 2962/3253/5604 2954/3246/5596 2963/3254/5605 -f 2963/3254/5605 2954/3246/5596 2953/3244/5594 -f 2963/3254/5605 2953/3244/5594 2952/3243/5593 -f 2963/3254/5605 2952/3243/5593 2379/2679/4940 -f 2371/2673/4928 2370/2672/4927 2961/3252/5603 -f 2371/2673/4928 2961/3252/5603 2964/3255/5606 -f 2964/3255/5606 2961/3252/5603 2965/3256/5607 -f 2965/3256/5607 2961/3252/5603 2962/3253/5604 -f 2965/3256/5607 2962/3253/5604 2966/3257/5608 -f 2966/3257/5608 2962/3253/5604 2963/3254/5605 -f 2966/3257/5608 2963/3254/5605 2967/3258/5609 -f 2967/3258/5609 2963/3254/5605 2381/2682/4946 -f 2381/2682/4946 2963/3254/5605 2379/2679/4940 -f 2367/2670/4923 2371/2673/4928 2968/3259/5610 -f 2968/3259/5610 2371/2673/4928 2964/3255/5606 -f 2968/3259/5610 2964/3255/5606 2969/3260/5611 -f 2969/3260/5611 2964/3255/5606 2965/3256/5607 -f 2969/3260/5611 2965/3256/5607 2970/3261/5612 -f 2970/3261/5612 2965/3256/5607 2966/3257/5608 -f 2970/3261/5612 2966/3257/5608 2967/3258/5609 -f 2971/3262/5613 2368/2669/4921 2367/2670/4923 -f 2971/3262/5613 2367/2670/4923 2968/3259/5610 -f 2971/3262/5613 2968/3259/5610 2972/3263/5614 -f 2972/3263/5614 2968/3259/5610 2969/3260/5611 -f 2972/3263/5614 2969/3260/5611 2973/3264/5615 -f 2973/3264/5615 2969/3260/5611 2970/3261/5612 -f 2973/3264/5615 2970/3261/5612 2948/3239/5589 -f 2948/3239/5589 2970/3261/5612 2967/3258/5609 -f 2948/3239/5589 2967/3258/5609 2381/2682/4946 -f 2973/3264/5615 2948/3239/5589 2949/3240/5590 -f 2973/3264/5615 2949/3240/5590 2972/3263/5614 -f 2972/3263/5614 2949/3240/5590 2950/3241/5591 -f 2972/3263/5614 2950/3241/5591 2971/3262/5613 -f 2971/3262/5613 2950/3241/5591 2951/3242/5592 -f 2971/3262/5613 2951/3242/5592 2366/2668/4919 -f 2971/3262/5613 2366/2668/4919 2368/2669/4921 -f 2941/3233/5581 1557/1771/5580 2364/2666/4915 -f 2941/3233/5581 2364/2666/4915 2365/2667/4917 -s 290 -f 1562/1777/4850 1569/1774/5616 2974/3265/5617 -f 2975/2624/4830 1835/2063/5618 1831/2062/4828 -f 1562/1777/4850 2974/3265/5617 2336/2634/4848 -f 2336/2634/4848 2974/3265/5617 2335/2633/4846 -f 2332/2630/4842 2978/3266/5619 2333/2631/4843 -f 2333/2631/4843 2978/3266/5619 2979/3267/5620 -f 2333/2631/4843 2979/3267/5620 2334/2632/4845 -f 2334/2632/4845 2979/3267/5620 2330/2629/4840 -f 2330/2629/4840 2980/3268/5621 2331/2628/4838 -f 2331/2628/4838 2980/3268/5621 2329/2627/4836 -f 2329/2627/4836 2981/3269/5622 2328/2626/4834 -f 2328/2626/4834 2981/3269/5622 2977/2625/4832 -f 2977/2625/4832 2976/3270/5623 2975/2624/4830 -f 2975/2624/4830 2976/3270/5623 1835/2063/5618 -f 2974/3265/5617 2982/3271/5624 2335/2633/4846 -f 2335/2633/4846 2982/3271/5624 2983/3272/5625 -f 2335/2633/4846 2983/3272/5625 2332/2630/4842 -f 2332/2630/4842 2983/3272/5625 2978/3266/5619 -f 2979/3267/5620 2984/3273/5626 2330/2629/4840 -f 2330/2629/4840 2984/3273/5626 2980/3268/5621 -f 2980/3268/5621 2985/3274/5627 2329/2627/4836 -f 2329/2627/4836 2985/3274/5627 2981/3269/5622 -f 2981/3269/5622 2986/3275/5628 2977/2625/4832 -f 2977/2625/4832 2986/3275/5628 2976/3270/5623 -f 2976/3270/5623 1836/2053/5629 1835/2063/5618 -f 1569/1774/5630 1565/1784/5631 2974/3265/5617 -f 2974/3265/5617 1565/1784/5631 2982/3271/5624 -f 2983/3272/5632 2987/3276/5633 2978/3266/5634 -f 2978/3266/5634 2987/3276/5633 2991/3277/5635 -f 2978/3266/5634 2991/3277/5635 2979/3267/5636 -f 2979/3267/5636 2991/3277/5635 2984/3273/5637 -f 2984/3273/5626 2992/3278/5638 2980/3268/5621 -f 2980/3268/5621 2992/3278/5638 2985/3274/5639 -f 2985/3274/5639 2988/3279/5640 2981/3269/5641 -f 2981/3269/5641 2988/3279/5640 2986/3275/5642 -f 2986/3275/5642 2989/2054/5643 2976/3270/5623 -f 2976/3270/5623 2989/2054/5643 1836/2053/5629 -f 1565/1784/5631 2990/3280/5644 2982/3271/5624 -f 2982/3271/5624 2990/3280/5644 2993/3281/5645 -f 2982/3271/5624 2993/3281/5645 2983/3272/5646 -f 2983/3272/5647 2993/3281/5648 2987/3276/5649 -f 2991/3277/5635 2994/3282/5650 2984/3273/5637 -f 2984/3273/5637 2994/3282/5650 2992/3278/5638 -f 2985/3274/5639 2992/3278/5638 2988/3279/5640 -f 2988/3279/5640 2995/3283/5651 2986/3275/5642 -f 2986/3275/5642 2995/3283/5651 2989/2054/5643 -f 1565/1784/5631 2346/1780/4877 2990/3280/5644 -f 2987/3276/5649 2993/3281/5648 2991/3277/5652 -f 2992/3278/5638 2351/2650/4883 2988/3279/5640 -f 2988/3279/5640 2351/2650/4883 2995/3283/5651 -f 2990/3280/5644 2346/1780/4877 2348/2647/4879 -f 2990/3280/5644 2348/2647/4879 2993/3281/5648 -f 2993/3281/5648 2350/2649/4881 2991/3277/5652 -f 2991/3277/5652 2350/2649/4881 2994/3282/5650 -f 2994/3282/5650 2351/2650/4883 2992/3278/5638 -f 2348/2647/4879 2354/2653/4888 2993/3281/5648 -f 2993/3281/5648 2354/2653/4888 2355/2654/4889 -f 2993/3281/5648 2355/2654/4889 2350/2649/4881 -f 2350/2649/4881 2349/2648/4880 2994/3282/5650 -f 2994/3282/5650 2349/2648/4880 2352/2651/4886 -f 2994/3282/5650 2352/2651/4886 2351/2650/4883 -f 2995/3283/5651 2351/2650/4883 1827/2056/4882 -f 2995/3283/5651 1827/2056/4882 2989/2054/5643 -f 2996/3284/5653 1825/2046/5654 1824/2052/5655 -f 2996/3284/5653 1824/2052/5655 1822/2050/4885 -f 2997/3285/5656 1820/1959/4871 1825/2046/5654 -f 1572/1787/5657 2998/3286/5658 1573/1788/5659 -f 1573/1788/5659 2998/3286/5658 2999/3287/5660 -f 3000/1790/4875 3001/3288/5661 2347/2646/4876 -f 3001/3288/5661 3000/1790/4875 1573/1788/5662 -f 3001/3288/5661 1573/1788/5662 2999/3287/5660 -f 3002/3289/5663 2347/2646/4876 3001/3288/5661 -f 3002/3289/5663 3001/3288/5661 3003/3290/5664 -f 3003/3290/5664 3001/3288/5661 2999/3287/5660 -f 3003/3290/5664 2999/3287/5660 3004/3291/5665 -f 3004/3291/5665 2999/3287/5660 3005/3292/5666 -f 3005/3292/5666 2999/3287/5660 2998/3286/5658 -f 3006/3293/5667 3002/3289/5663 3003/3290/5664 -f 3006/3293/5667 3003/3290/5664 3007/3294/5668 -f 3007/3294/5668 3003/3290/5664 3004/3291/5665 -f 3007/3294/5668 3004/3291/5665 3008/3295/5669 -f 3008/3295/5669 3004/3291/5665 3005/3292/5666 -f 3008/3295/5669 3005/3292/5666 2338/2637/4856 -f 1822/2050/4885 2353/2652/4887 3011/3296/5670 -f 3011/3296/5670 2353/2652/4887 3009/3297/5671 -f 3011/3296/5670 3009/3297/5671 3010/3298/5672 -f 3011/3296/5670 3010/3298/5672 3013/3299/5673 -f 3013/3299/5673 3010/3298/5672 3012/3300/5674 -f 3013/3299/5673 3012/3300/5674 3015/3301/5675 -f 3015/3301/5675 3012/3300/5674 3014/3302/5676 -f 3015/3301/5675 3014/3302/5676 3016/2643/4869 -f 3016/2643/4869 3014/3302/5676 2343/2642/4867 -f 3018/3303/5677 2345/2645/4873 2344/2644/4872 -f 3018/3303/5677 2344/2644/4872 1820/1959/4871 -f 3018/3303/5677 1820/1959/4871 2997/3285/5656 -f 2997/3285/5656 1825/2046/5654 3019/3304/5678 -f 3019/3304/5678 1825/2046/5654 2996/3284/5653 -f 2996/3284/5653 1822/2050/4885 3011/3296/5670 -f 2996/3284/5653 3011/3296/5670 3019/3304/5678 -f 3019/3304/5678 3011/3296/5670 2997/3285/5656 -f 2997/3285/5656 3011/3296/5670 3013/3299/5673 -f 2997/3285/5656 3013/3299/5673 3018/3303/5677 -f 3018/3303/5677 3013/3299/5673 3015/3301/5675 -f 3018/3303/5677 3015/3301/5675 3016/2643/4869 -f 3018/3303/5677 3016/2643/4869 2345/2645/4873 -f 2341/2640/4863 2342/2641/4865 3020/3305/5679 -f 3020/3305/5679 2342/2641/4865 2343/2642/4867 -f 3020/3305/5679 2343/2642/4867 3014/3302/5676 -f 3020/3305/5679 3014/3302/5676 3021/3306/5680 -f 3021/3306/5680 3014/3302/5676 3012/3300/5674 -f 3021/3306/5680 3012/3300/5674 3022/3307/5681 -f 3022/3307/5681 3012/3300/5674 3010/3298/5672 -f 3022/3307/5681 3010/3298/5672 3009/3297/5671 -f 2341/2640/4863 3020/3305/5679 3023/3308/5682 -f 3023/3308/5682 3020/3305/5679 3024/3309/5683 -f 3024/3309/5683 3020/3305/5679 3021/3306/5680 -f 3024/3309/5683 3021/3306/5680 3025/3310/5684 -f 3025/3310/5684 3021/3306/5680 3022/3307/5681 -f 3025/3310/5684 3022/3307/5681 3026/3311/5685 -f 3026/3311/5685 3022/3307/5681 3009/3297/5671 -f 3026/3311/5685 3009/3297/5671 2353/2652/4887 -f 2340/2639/4861 2341/2640/4863 3027/3312/5686 -f 3027/3312/5686 2341/2640/4863 3023/3308/5682 -f 3027/3312/5686 3023/3308/5682 3028/3313/5687 -f 3028/3313/5687 3023/3308/5682 3024/3309/5683 -f 3028/3313/5687 3024/3309/5683 3029/3314/5688 -f 3029/3314/5688 3024/3309/5683 3025/3310/5684 -f 3029/3314/5688 3025/3310/5684 3026/3311/5685 -f 2347/2646/4876 3026/3311/5685 2353/2652/4887 -f 3030/3315/5689 2339/2638/4859 2340/2639/4861 -f 3030/3315/5689 2340/2639/4861 3027/3312/5686 -f 3030/3315/5689 3027/3312/5686 3031/3316/5690 -f 3031/3316/5690 3027/3312/5686 3028/3313/5687 -f 3031/3316/5690 3028/3313/5687 3032/3317/5691 -f 3032/3317/5691 3028/3313/5687 3029/3314/5688 -f 3032/3317/5691 3029/3314/5688 3026/3311/5685 -f 3032/3317/5691 3026/3311/5685 2347/2646/4876 -f 3032/3317/5691 2347/2646/4876 3002/3289/5663 -f 3032/3317/5691 3002/3289/5663 3006/3293/5667 -f 3032/3317/5691 3006/3293/5667 3031/3316/5690 -f 3031/3316/5690 3006/3293/5667 3007/3294/5668 -f 3031/3316/5690 3007/3294/5668 3030/3315/5689 -f 3030/3315/5689 3007/3294/5668 3008/3295/5669 -f 3030/3315/5689 3008/3295/5669 2338/2637/4856 -f 3030/3315/5689 2338/2637/4856 2339/2638/4859 -f 3005/3292/5666 2998/3286/5658 3017/2636/4855 -f 3005/3292/5666 3017/2636/4855 2338/2637/4856 -f 1572/1787/5657 1570/1786/4851 2998/3286/5658 -f 2998/3286/5658 1570/1786/4851 2337/2635/4853 -f 2998/3286/5658 2337/2635/4853 3017/2636/4855 -s 276 -f 3034/3318/5692 1583/1800/5693 3033/1798/5694 -f 1583/1800/5693 3035/2603/4786 1584/1761/4788 -f 3037/3319/5695 1816/2032/5696 1814/2043/4766 -f 3037/3319/5695 1804/2033/5697 1816/2032/5696 -f 1583/1800/5693 3034/3318/5692 3035/2603/4786 -f 3035/2603/4786 3034/3318/5692 2306/2602/4784 -f 2304/2600/4782 3039/3320/5698 2305/2601/4783 -f 2305/2601/4783 3039/3320/5698 3040/3321/5699 -f 2305/2601/4783 3040/3321/5699 2303/2599/4780 -f 2303/2599/4780 3040/3321/5699 2301/2598/4778 -f 2301/2598/4778 3041/3322/5700 2302/2596/4775 -f 2302/2596/4775 3041/3322/5700 2300/2597/4776 -f 2300/2597/4776 3042/3323/5701 2299/2595/4773 -f 2299/2595/4773 3042/3323/5701 3038/2594/4771 -f 3038/2594/4771 3037/3319/5695 3036/2593/4768 -f 3036/2593/4768 3037/3319/5695 1814/2043/4766 -f 3034/3318/5692 3043/3324/5702 2306/2602/4784 -f 2306/2602/4784 3043/3324/5702 3044/3325/5703 -f 2306/2602/4784 3044/3325/5703 2304/2600/4782 -f 2304/2600/4782 3044/3325/5703 3039/3320/5698 -f 3040/3321/5699 3045/3326/5704 2301/2598/4778 -f 2301/2598/4778 3045/3326/5704 3041/3322/5700 -f 3041/3322/5700 3046/3327/5705 2300/2597/4776 -f 2300/2597/4776 3046/3327/5705 3042/3323/5701 -f 3042/3323/5701 3047/3328/5706 3038/2594/4771 -f 3038/2594/4771 3047/3328/5706 3037/3319/5695 -f 3034/3318/5692 3033/1798/5694 3043/3324/5702 -f 3044/3325/5707 3048/3329/5708 3039/3320/5709 -f 3039/3320/5709 3048/3329/5708 3050/3330/5710 -f 3039/3320/5709 3050/3330/5710 3040/3321/5711 -f 3040/3321/5711 3050/3330/5710 3045/3326/5712 -f 3045/3326/5704 3051/3331/5713 3041/3322/5700 -f 3041/3322/5700 3051/3331/5713 3046/3327/5705 -f 3046/3327/5705 3052/3332/5714 3042/3323/5701 -f 3042/3323/5701 3052/3332/5714 3047/3328/5715 -f 3047/3328/5715 1806/2035/5716 3037/3319/5695 -f 3037/3319/5695 1806/2035/5716 1804/2033/5697 -f 3033/1798/5694 3049/3333/5717 3043/3324/5702 -f 3043/3324/5702 3049/3333/5717 3053/3334/5718 -f 3043/3324/5702 3053/3334/5718 3044/3325/5719 -f 3044/3325/5720 3053/3334/5721 3048/3329/5722 -f 3050/3330/5710 3054/3335/5723 3045/3326/5712 -f 3045/3326/5712 3054/3335/5723 3051/3331/5724 -f 3046/3327/5705 3051/3331/5713 3052/3332/5714 -f 3047/3328/5715 3052/3332/5714 1806/2035/5716 -f 3033/1798/5694 1580/1796/5725 3049/3333/5717 -f 3048/3329/5722 3053/3334/5721 3050/3330/5726 -f 3051/3331/5724 2327/2615/4813 3052/3332/5714 -f 3052/3332/5714 1807/2036/4827 1806/2035/5716 -f 1580/1796/5725 2319/2617/4818 3049/3333/5717 -f 3049/3333/5717 2319/2617/4818 3053/3334/5721 -f 3053/3334/5721 2323/2620/4821 3050/3330/5726 -f 3050/3330/5726 2323/2620/4821 3054/3335/5723 -f 3054/3335/5723 2320/2616/4814 3051/3331/5724 -f 3051/3331/5724 2320/2616/4814 2327/2615/4813 -f 3052/3332/5714 2327/2615/4813 1807/2036/4827 -f 1580/1796/5725 1579/1795/4816 2319/2617/4818 -f 2319/2617/4818 2326/2623/4824 3053/3334/5721 -f 3053/3334/5721 2326/2623/4824 2324/2622/4823 -f 3053/3334/5721 2324/2622/4823 2323/2620/4821 -f 2323/2620/4821 2321/2619/4820 3054/3335/5723 -f 3054/3335/5723 2321/2619/4820 2320/2616/4814 -f 3055/3336/5727 1803/2026/5728 2318/2031/4815 -f 3056/3337/5729 1803/2026/5728 3055/3336/5727 -f 3057/2027/5730 1803/2026/5728 3056/3337/5729 -f 2317/2612/4807 1802/1962/4812 3058/3338/5731 -f 3058/3338/5731 1802/1962/4812 3057/2027/5730 -f 2307/2604/4792 1593/1810/5732 1591/1809/4789 -f 1593/1810/5733 3060/3339/5734 3061/1804/5735 -f 2325/2621/4822 1588/1805/4825 3061/1804/5735 -f 3059/3340/5736 3060/3339/5734 1593/1810/5733 -f 2325/2621/4822 3061/1804/5735 3060/3339/5734 -f 2325/2621/4822 3060/3339/5734 3062/3341/5737 -f 3062/3341/5737 3060/3339/5734 3059/3340/5736 -f 3062/3341/5737 3059/3340/5736 3063/3342/5738 -f 3063/3342/5738 3059/3340/5736 3075/3343/5739 -f 3064/3344/5740 2325/2621/4822 3065/3345/5741 -f 3065/3345/5741 2325/2621/4822 3062/3341/5737 -f 3065/3345/5741 3062/3341/5737 3066/3346/5742 -f 3066/3346/5742 3062/3341/5737 3063/3342/5738 -f 3066/3346/5742 3063/3342/5738 3067/3347/5743 -f 3067/3347/5743 3063/3342/5738 3075/3343/5739 -f 3067/3347/5743 3075/3343/5739 2309/2606/4796 -f 2318/2031/4815 2322/2618/4819 3068/3348/5744 -f 3070/3349/5745 3068/3348/5744 3069/3350/5746 -f 3070/3349/5745 3069/3350/5746 3072/3351/5747 -f 3072/3351/5747 3069/3350/5746 3071/3352/5748 -f 3072/3351/5747 3071/3352/5748 3074/3353/5749 -f 3074/3353/5749 3071/3352/5748 3073/3354/5750 -f 3074/3353/5749 3073/3354/5750 2316/2614/4810 -f 2315/2613/4808 2317/2612/4807 3076/3355/5751 -f 3076/3355/5751 2317/2612/4807 3058/3338/5731 -f 3076/3355/5751 3058/3338/5731 3077/3356/5752 -f 3077/3356/5752 3058/3338/5731 3057/2027/5730 -f 3077/3356/5752 3057/2027/5730 3056/3337/5729 -f 3055/3336/5727 2318/2031/4815 3068/3348/5744 -f 3055/3336/5727 3068/3348/5744 3056/3337/5729 -f 3056/3337/5729 3068/3348/5744 3070/3349/5745 -f 3056/3337/5729 3070/3349/5745 3077/3356/5752 -f 3077/3356/5752 3070/3349/5745 3072/3351/5747 -f 3077/3356/5752 3072/3351/5747 3076/3355/5751 -f 3076/3355/5751 3072/3351/5747 3074/3353/5749 -f 3076/3355/5751 3074/3353/5749 2316/2614/4810 -f 3076/3355/5751 2316/2614/4810 2315/2613/4808 -f 2314/2609/4802 2313/2611/4806 3078/3357/5753 -f 3078/3357/5753 2313/2611/4806 3073/3354/5750 -f 3078/3357/5753 3073/3354/5750 3079/3358/5754 -f 3079/3358/5754 3073/3354/5750 3071/3352/5748 -f 3079/3358/5754 3071/3352/5748 3080/3359/5755 -f 3080/3359/5755 3071/3352/5748 3069/3350/5746 -f 3080/3359/5755 3069/3350/5746 3068/3348/5744 -f 3080/3359/5755 3068/3348/5744 2322/2618/4819 -f 2313/2611/4806 2312/2610/4804 3073/3354/5750 -f 3073/3354/5750 2312/2610/4804 2316/2614/4810 -f 2314/2609/4802 3078/3357/5753 3081/3360/5756 -f 3081/3360/5756 3078/3357/5753 3079/3358/5754 -f 3081/3360/5756 3079/3358/5754 3082/3361/5757 -f 3082/3361/5757 3079/3358/5754 3080/3359/5755 -f 3082/3361/5757 3080/3359/5755 3083/3362/5758 -f 3083/3362/5758 3080/3359/5755 2322/2618/4819 -f 2311/2608/4800 2314/2609/4802 3084/3363/5759 -f 3084/3363/5759 2314/2609/4802 3081/3360/5756 -f 3084/3363/5759 3081/3360/5756 3085/3364/5760 -f 3085/3364/5760 3081/3360/5756 3082/3361/5757 -f 3085/3364/5760 3082/3361/5757 3086/3365/5761 -f 3086/3365/5761 3082/3361/5757 3083/3362/5758 -f 3087/3366/5762 2310/2607/4798 2311/2608/4800 -f 3087/3366/5762 2311/2608/4800 3084/3363/5759 -f 3087/3366/5762 3084/3363/5759 3088/3367/5763 -f 3088/3367/5763 3084/3363/5759 3085/3364/5760 -f 3088/3367/5763 3085/3364/5760 3089/3368/5764 -f 3089/3368/5764 3085/3364/5760 3086/3365/5761 -f 3089/3368/5764 3086/3365/5761 3064/3344/5740 -f 3064/3344/5740 3086/3365/5761 3083/3362/5758 -f 3064/3344/5740 3083/3362/5758 2322/2618/4819 -f 2322/2618/4819 2325/2621/4822 3064/3344/5740 -f 3089/3368/5764 3064/3344/5740 3065/3345/5741 -f 3089/3368/5764 3065/3345/5741 3088/3367/5763 -f 3088/3367/5763 3065/3345/5741 3066/3346/5742 -f 3088/3367/5763 3066/3346/5742 3087/3366/5762 -f 3087/3366/5762 3066/3346/5742 3067/3347/5743 -f 3087/3366/5762 3067/3347/5743 2309/2606/4796 -f 3087/3366/5762 2309/2606/4796 2310/2607/4798 -f 3059/3340/5736 1593/1810/5732 2307/2604/4792 -f 3059/3340/5736 2307/2604/4792 3075/3343/5739 -f 2309/2606/4796 3075/3343/5739 2308/2605/4793 -f 3075/3343/5739 2307/2604/4792 2308/2605/4793 -s 39 -f 2488/2792/5057 2490/2794/5059 3250/3369/5765 -f 2493/2797/5062 2495/2800/5065 3242/3370/5766 -f 2502/2806/5071 2503/2808/5073 3234/3371/5767 -f 2505/2810/5075 2506/2811/5076 3233/3372/5768 -f 2535/2840/5105 2537/2842/5107 3121/3373/5769 -f 2563/2868/5133 2564/2870/5135 3206/3374/5770 -f 2566/2872/5137 2538/2843/5108 3203/3375/5771 -f 2569/2874/5139 2571/2877/5142 3197/3376/5772 -f 2573/2879/5144 2574/2880/5145 3195/3377/5773 -f 2417/2720/4985 2419/2722/4987 3108/3378/5774 -f 2456/2761/5026 2458/2763/5028 3093/3379/5775 -f 3091/3380/5776 1903/2137/4108 3090/3381/5777 -f 3091/3380/5776 3090/3381/5777 3092/3382/5778 -f 3092/3382/5778 3090/3381/5777 3093/3379/5775 -f 3092/3382/5778 3093/3379/5775 2464/2769/5034 -f 1988/2227/4198 1985/2224/4195 3094/3383/5779 -f 3094/3383/5779 1985/2224/4195 3095/3384/5780 -f 3094/3383/5779 3095/3384/5780 3096/3385/5781 -f 3096/3385/5781 3095/3384/5780 3097/3386/5782 -f 3096/3385/5781 3097/3386/5782 2450/2755/5020 -f 3099/3387/5783 1981/2220/4191 3098/3388/5784 -f 3099/3387/5783 3098/3388/5784 3100/3389/5785 -f 3099/3387/5783 3100/3389/5785 2442/2745/5010 -f 1978/2217/4188 1976/2214/4185 3102/3390/5786 -f 3102/3390/5786 1976/2214/4185 3101/3391/5787 -f 3102/3390/5786 3101/3391/5787 3103/3392/5788 -f 3103/3392/5788 3101/3391/5787 3104/3393/5789 -f 3103/3392/5788 3104/3393/5789 2433/2735/5000 -f 3106/3394/5790 1972/2210/4181 3105/3395/5791 -f 3106/3394/5790 3105/3395/5791 3107/3396/5792 -f 3107/3396/5792 3105/3395/5791 3108/3378/5774 -f 3107/3396/5792 3108/3378/5774 2423/2725/4990 -f 3110/3397/5793 1924/2160/4131 3109/3398/5794 -f 3110/3397/5793 3109/3398/5794 3111/3399/5795 -f 3110/3397/5793 3111/3399/5795 3112/3400/5796 -f 3112/3400/5796 3111/3399/5795 3113/3401/5797 -f 3112/3400/5796 3113/3401/5797 2561/2866/5131 -f 3115/3402/5798 1962/2200/4171 3114/3403/5799 -f 3115/3402/5798 3114/3403/5799 3116/3404/5800 -f 3116/3404/5800 3114/3403/5799 3117/3405/5801 -f 3116/3404/5800 3117/3405/5801 2553/2857/5122 -f 1959/2198/4169 1958/2196/4167 3118/3406/5802 -f 3118/3406/5802 1958/2196/4167 3119/3407/5803 -f 3118/3406/5802 3119/3407/5803 3120/3408/5804 -f 3120/3408/5804 3119/3407/5803 3121/3373/5769 -f 3120/3408/5804 3121/3373/5769 2543/2847/5112 -f 3122/2194/4165 1953/2190/4161 3123/3409/5805 -f 3122/2194/4165 3123/3409/5805 3124/3410/5806 -f 3124/3410/5806 3123/3409/5805 3125/3411/5807 -f 3124/3410/5806 3125/3411/5807 2529/2834/5099 -f 3127/3412/5808 1950/2187/4158 3126/3413/5809 -f 3127/3412/5808 3126/3413/5809 3128/3414/5810 -f 3128/3414/5810 3126/3413/5809 3129/3415/5811 -f 3128/3414/5810 3129/3415/5811 2520/2824/5089 -f 1912/2146/4117 3130/3416/5812 3131/3417/5813 -f 3131/3417/5813 3130/3416/5812 3132/3418/5814 -f 3131/3417/5813 3132/3418/5814 3133/3419/5815 -f 3133/3419/5815 3132/3418/5814 2483/2788/5053 -f 3133/3419/5815 2483/2788/5053 2485/2790/5055 -f 3130/3416/5812 1912/2146/4117 3134/3420/5816 -f 3130/3416/5812 3134/3420/5816 3132/3418/5814 -f 3132/3418/5814 3134/3420/5816 3135/3421/5817 -f 3132/3418/5814 3135/3421/5817 2483/2788/5053 -f 2483/2788/5053 3135/3421/5817 2479/2784/5049 -f 2483/2788/5053 2479/2784/5049 2481/2786/5051 -f 3136/3422/5818 2478/2782/5047 2479/2784/5049 -f 3136/3422/5818 2479/2784/5049 3135/3421/5817 -f 3136/3422/5818 3135/3421/5817 3137/3423/5819 -f 3137/3423/5819 3135/3421/5817 3134/3420/5816 -f 3137/3423/5819 3134/3420/5816 1910/2144/4115 -f 1910/2144/4115 3134/3420/5816 1912/2146/4117 -f 3137/3423/5819 1910/2144/4115 3138/3424/5820 -f 3137/3423/5819 3138/3424/5820 3139/3425/5821 -f 3137/3423/5819 3139/3425/5821 3136/3422/5818 -f 3136/3422/5818 3139/3425/5821 2475/2779/5044 -f 3136/3422/5818 2475/2779/5044 2478/2782/5047 -f 2472/2777/5042 2475/2779/5044 3140/3426/5822 -f 3140/3426/5822 2475/2779/5044 3139/3425/5821 -f 3140/3426/5822 3139/3425/5821 3141/3427/5823 -f 3141/3427/5823 3139/3425/5821 3138/3424/5820 -f 3141/3427/5823 3138/3424/5820 1907/2141/4112 -f 1907/2141/4112 3138/3424/5820 1910/2144/4115 -f 3141/3427/5823 1907/2141/4112 3142/3428/5824 -f 3141/3427/5823 3142/3428/5824 3140/3426/5822 -f 3140/3426/5822 3142/3428/5824 3143/3429/5825 -f 3140/3426/5822 3143/3429/5825 2472/2777/5042 -f 2472/2777/5042 3143/3429/5825 2468/2773/5038 -f 2472/2777/5042 2468/2773/5038 2470/2775/5040 -f 3144/3430/5826 2467/2771/5036 2468/2773/5038 -f 3144/3430/5826 2468/2773/5038 3143/3429/5825 -f 3144/3430/5826 3143/3429/5825 3145/3431/5827 -f 3145/3431/5827 3143/3429/5825 3142/3428/5824 -f 3145/3431/5827 3142/3428/5824 1903/2137/4108 -f 1903/2137/4108 3142/3428/5824 1907/2141/4112 -f 3145/3431/5827 1903/2137/4108 3091/3380/5776 -f 3145/3431/5827 3091/3380/5776 3092/3382/5778 -f 3145/3431/5827 3092/3382/5778 3144/3430/5826 -f 3144/3430/5826 3092/3382/5778 2464/2769/5034 -f 3144/3430/5826 2464/2769/5034 2467/2771/5036 -f 3093/3379/5775 2458/2763/5028 2464/2769/5034 -f 1903/2137/4108 1988/2227/4198 3090/3381/5777 -f 3090/3381/5777 1988/2227/4198 3146/3432/5828 -f 3090/3381/5777 3146/3432/5828 3147/3433/5829 -f 3090/3381/5777 3147/3433/5829 3093/3379/5775 -f 3093/3379/5775 3147/3433/5829 2454/2759/5024 -f 3093/3379/5775 2454/2759/5024 2456/2761/5026 -f 3148/3434/5830 2453/2757/5022 2454/2759/5024 -f 3148/3434/5830 2454/2759/5024 3147/3433/5829 -f 3148/3434/5830 3147/3433/5829 3149/3435/5831 -f 3149/3435/5831 3147/3433/5829 3146/3432/5828 -f 3149/3435/5831 3146/3432/5828 1988/2227/4198 -f 3149/3435/5831 1988/2227/4198 3094/3383/5779 -f 3149/3435/5831 3094/3383/5779 3096/3385/5781 -f 3149/3435/5831 3096/3385/5781 3148/3434/5830 -f 3148/3434/5830 3096/3385/5781 2450/2755/5020 -f 3148/3434/5830 2450/2755/5020 2453/2757/5022 -f 3097/3386/5782 2447/2751/5016 2450/2755/5020 -f 1985/2224/4195 3150/2222/4193 3095/3384/5780 -f 3095/3384/5780 3150/2222/4193 3151/3436/5832 -f 3095/3384/5780 3151/3436/5832 3097/3386/5782 -f 3097/3386/5782 3151/3436/5832 3152/3437/5833 -f 3097/3386/5782 3152/3437/5833 2444/2749/5014 -f 3097/3386/5782 2444/2749/5014 2447/2751/5016 -f 3153/3438/5834 2443/2747/5012 2444/2749/5014 -f 3153/3438/5834 2444/2749/5014 3152/3437/5833 -f 3153/3438/5834 3152/3437/5833 3154/3439/5835 -f 3154/3439/5835 3152/3437/5833 3151/3436/5832 -f 3154/3439/5835 3151/3436/5832 3150/2222/4193 -f 3150/2222/4193 1981/2220/4191 3154/3439/5835 -f 3154/3439/5835 1981/2220/4191 3099/3387/5783 -f 3154/3439/5835 3099/3387/5783 3153/3438/5834 -f 3153/3438/5834 3099/3387/5783 2442/2745/5010 -f 3153/3438/5834 2442/2745/5010 2443/2747/5012 -f 3100/3389/5785 2440/2742/5007 2442/2745/5010 -f 1981/2220/4191 1978/2217/4188 3155/3440/5836 -f 1981/2220/4191 3155/3440/5836 3098/3388/5784 -f 3098/3388/5784 3155/3440/5836 3156/3441/5837 -f 3098/3388/5784 3156/3441/5837 3100/3389/5785 -f 3100/3389/5785 3156/3441/5837 2437/2740/5005 -f 3100/3389/5785 2437/2740/5005 2440/2742/5007 -f 3157/3442/5838 2436/2738/5003 2437/2740/5005 -f 3157/3442/5838 2437/2740/5005 3156/3441/5837 -f 3157/3442/5838 3156/3441/5837 3158/3443/5839 -f 3158/3443/5839 3156/3441/5837 3155/3440/5836 -f 3158/3443/5839 3155/3440/5836 1978/2217/4188 -f 3158/3443/5839 1978/2217/4188 3102/3390/5786 -f 3158/3443/5839 3102/3390/5786 3103/3392/5788 -f 3158/3443/5839 3103/3392/5788 3157/3442/5838 -f 3157/3442/5838 3103/3392/5788 2433/2735/5000 -f 3157/3442/5838 2433/2735/5000 2436/2738/5003 -f 3104/3393/5789 2430/2733/4998 2433/2735/5000 -f 2428/2731/4996 2430/2733/4998 3104/3393/5789 -f 2428/2731/4996 3104/3393/5789 3159/3444/5840 -f 3159/3444/5840 3104/3393/5789 3160/3445/5841 -f 3160/3445/5841 3104/3393/5789 3101/3391/5787 -f 3160/3445/5841 3101/3391/5787 1976/2214/4185 -f 3161/3446/5842 2426/2728/4993 2428/2731/4996 -f 3161/3446/5842 2428/2731/4996 3159/3444/5840 -f 3161/3446/5842 3159/3444/5840 3162/3447/5843 -f 3162/3447/5843 3159/3444/5840 3160/3445/5841 -f 3162/3447/5843 3160/3445/5841 1972/2210/4181 -f 1972/2210/4181 3160/3445/5841 1976/2214/4185 -f 3162/3447/5843 1972/2210/4181 3106/3394/5790 -f 3162/3447/5843 3106/3394/5790 3107/3396/5792 -f 3162/3447/5843 3107/3396/5792 3161/3446/5842 -f 3161/3446/5842 3107/3396/5792 2423/2725/4990 -f 3161/3446/5842 2423/2725/4990 2426/2728/4993 -f 3108/3378/5774 2419/2722/4987 2423/2725/4990 -f 2415/2718/4983 2417/2720/4985 3108/3378/5774 -f 2415/2718/4983 3108/3378/5774 3163/3448/5844 -f 3163/3448/5844 3108/3378/5774 3105/3395/5791 -f 3163/3448/5844 3105/3395/5791 3164/2207/4178 -f 3164/2207/4178 3105/3395/5791 1972/2210/4181 -f 3165/3449/5845 2387/2688/4953 2415/2718/4983 -f 3165/3449/5845 2415/2718/4983 3163/3448/5844 -f 3165/3449/5845 3163/3448/5844 3166/3450/5846 -f 3166/3450/5846 3163/3448/5844 3164/2207/4178 -f 3166/3450/5846 3164/2207/4178 3167/3451/5847 -f 3164/2207/4178 1967/2205/4176 3167/3451/5847 -f 3167/3451/5847 1967/2205/4176 3168/3452/5848 -f 3167/3451/5847 3168/3452/5848 3166/3450/5846 -f 3166/3450/5846 3168/3452/5848 3169/3453/5849 -f 3166/3450/5846 3169/3453/5849 3165/3449/5845 -f 3165/3449/5845 3169/3453/5849 2384/2686/4951 -f 3165/3449/5845 2384/2686/4951 2387/2688/4953 -f 3168/3452/5848 1967/2205/4176 3170/3454/5850 -f 3168/3452/5848 3170/3454/5850 3169/3453/5849 -f 3169/3453/5849 3170/3454/5850 3171/3455/5851 -f 3169/3453/5849 3171/3455/5851 2384/2686/4951 -f 2384/2686/4951 3171/3455/5851 2413/2714/4979 -f 2409/2712/4977 2413/2714/4979 3171/3455/5851 -f 2409/2712/4977 3171/3455/5851 3172/3456/5852 -f 3172/3456/5852 3171/3455/5851 3170/3454/5850 -f 3172/3456/5852 3170/3454/5850 3173/3457/5853 -f 3173/3457/5853 3170/3454/5850 1967/2205/4176 -f 3173/3457/5853 1967/2205/4176 1943/2180/4151 -f 3174/3458/5854 2408/2710/4975 2409/2712/4977 -f 3174/3458/5854 2409/2712/4977 3172/3456/5852 -f 3174/3458/5854 3172/3456/5852 3175/3459/5855 -f 3175/3459/5855 3172/3456/5852 3173/3457/5853 -f 3175/3459/5855 3173/3457/5853 1943/2180/4151 -f 3175/3459/5855 1943/2180/4151 3176/3460/5856 -f 3175/3459/5855 3176/3460/5856 3174/3458/5854 -f 3174/3458/5854 3176/3460/5856 3177/3461/5857 -f 3174/3458/5854 3177/3461/5857 2408/2710/4975 -f 2408/2710/4975 3177/3461/5857 2405/2707/4972 -f 1943/2180/4151 3178/2176/4147 3176/3460/5856 -f 3176/3460/5856 3178/2176/4147 3179/3462/5858 -f 3176/3460/5856 3179/3462/5858 3177/3461/5857 -f 3177/3461/5857 3179/3462/5858 3180/3463/5859 -f 3177/3461/5857 3180/3463/5859 2405/2707/4972 -f 2405/2707/4972 3180/3463/5859 2402/2705/4970 -f 2400/2703/4968 2402/2705/4970 3180/3463/5859 -f 2400/2703/4968 3180/3463/5859 3181/3464/5860 -f 3181/3464/5860 3180/3463/5859 3179/3462/5858 -f 3181/3464/5860 3179/3462/5858 3182/3465/5861 -f 3182/3465/5861 3179/3462/5858 3178/2176/4147 -f 3183/3466/5862 2398/2700/4965 2400/2703/4968 -f 3183/3466/5862 2400/2703/4968 3181/3464/5860 -f 3183/3466/5862 3181/3464/5860 3184/3467/5863 -f 3184/3467/5863 3181/3464/5860 3182/3465/5861 -f 3184/3467/5863 3182/3465/5861 3178/2176/4147 -f 3178/2176/4147 1938/2174/4145 3184/3467/5863 -f 3184/3467/5863 1938/2174/4145 3185/3468/5864 -f 3184/3467/5863 3185/3468/5864 3186/3469/5865 -f 3184/3467/5863 3186/3469/5865 3183/3466/5862 -f 3183/3466/5862 3186/3469/5865 2395/2698/4963 -f 3183/3466/5862 2395/2698/4963 2398/2700/4965 -f 3185/3468/5864 1938/2174/4145 3187/3470/5866 -f 3185/3468/5864 3187/3470/5866 3186/3469/5865 -f 3186/3469/5865 3187/3470/5866 3188/3471/5867 -f 3186/3469/5865 3188/3471/5867 2395/2698/4963 -f 2395/2698/4963 3188/3471/5867 2391/2694/4959 -f 2395/2698/4963 2391/2694/4959 2393/2696/4961 -f 3189/3472/5868 2390/2692/4957 2391/2694/4959 -f 3189/3472/5868 2391/2694/4959 3188/3471/5867 -f 3189/3472/5868 3188/3471/5867 3190/3473/5869 -f 3190/3473/5869 3188/3471/5867 3187/3470/5866 -f 3190/3473/5869 3187/3470/5866 1936/2172/4143 -f 1936/2172/4143 3187/3470/5866 1938/2174/4145 -f 3190/3473/5869 1936/2172/4143 3191/3474/5870 -f 3190/3473/5869 3191/3474/5870 3192/3475/5871 -f 3190/3473/5869 3192/3475/5871 3189/3472/5868 -f 3189/3472/5868 3192/3475/5871 3193/2690/4955 -f 3189/3472/5868 3193/2690/4955 2390/2692/4957 -f 1936/2172/4143 1933/2169/4140 3191/3474/5870 -f 3191/3474/5870 1933/2169/4140 3194/3476/5872 -f 3191/3474/5870 3194/3476/5872 3192/3475/5871 -f 3192/3475/5871 3194/3476/5872 3195/3377/5773 -f 3192/3475/5871 3195/3377/5773 3193/2690/4955 -f 3193/2690/4955 3195/3377/5773 2574/2880/5145 -f 1933/2169/4140 3196/3477/5873 3194/3476/5872 -f 3194/3476/5872 3196/3477/5873 3197/3376/5772 -f 3194/3476/5872 3197/3376/5772 3195/3377/5773 -f 3195/3377/5773 3197/3376/5772 2573/2879/5144 -f 2573/2879/5144 3197/3376/5772 2571/2877/5142 -f 3198/3478/5874 2569/2874/5139 3197/3376/5772 -f 3198/3478/5874 3197/3376/5772 3199/3479/5875 -f 3199/3479/5875 3197/3376/5772 3200/3480/5876 -f 3200/3480/5876 3197/3376/5772 3196/3477/5873 -f 3200/3480/5876 3196/3477/5873 1929/2166/4137 -f 1929/2166/4137 3196/3477/5873 1933/2169/4140 -f 3200/3480/5876 1929/2166/4137 3201/3481/5877 -f 3200/3480/5876 3201/3481/5877 3199/3479/5875 -f 3199/3479/5875 3201/3481/5877 3202/3482/5878 -f 3199/3479/5875 3202/3482/5878 3198/3478/5874 -f 3198/3478/5874 3202/3482/5878 2540/2845/5110 -f 3198/3478/5874 2540/2845/5110 2569/2874/5139 -f 2538/2843/5108 2540/2845/5110 3203/3375/5771 -f 3203/3375/5771 2540/2845/5110 3202/3482/5878 -f 3203/3375/5771 3202/3482/5878 3204/3483/5879 -f 3204/3483/5879 3202/3482/5878 3201/3481/5877 -f 3204/3483/5879 3201/3481/5877 1929/2166/4137 -f 1929/2166/4137 1927/2163/4134 3204/3483/5879 -f 3204/3483/5879 1927/2163/4134 3205/3484/5880 -f 3204/3483/5879 3205/3484/5880 3203/3375/5771 -f 3203/3375/5771 3205/3484/5880 3206/3374/5770 -f 3203/3375/5771 3206/3374/5770 2566/2872/5137 -f 2566/2872/5137 3206/3374/5770 2564/2870/5135 -f 3207/3485/5881 2563/2868/5133 3206/3374/5770 -f 3207/3485/5881 3206/3374/5770 3208/3486/5882 -f 3208/3486/5882 3206/3374/5770 3205/3484/5880 -f 3208/3486/5882 3205/3484/5880 1927/2163/4134 -f 1927/2163/4134 1924/2160/4131 3208/3486/5882 -f 3208/3486/5882 1924/2160/4131 3110/3397/5793 -f 3208/3486/5882 3110/3397/5793 3112/3400/5796 -f 3208/3486/5882 3112/3400/5796 3207/3485/5881 -f 3207/3485/5881 3112/3400/5796 2561/2866/5131 -f 3207/3485/5881 2561/2866/5131 2563/2868/5133 -f 3113/3401/5797 2559/2863/5128 2561/2866/5131 -f 1924/2160/4131 1966/2204/4175 3109/3398/5794 -f 3109/3398/5794 1966/2204/4175 3209/3487/5883 -f 3109/3398/5794 3209/3487/5883 3111/3399/5795 -f 3111/3399/5795 3209/3487/5883 3210/3488/5884 -f 3111/3399/5795 3210/3488/5884 3113/3401/5797 -f 3113/3401/5797 3210/3488/5884 2556/2861/5126 -f 3113/3401/5797 2556/2861/5126 2559/2863/5128 -f 3211/3489/5885 2555/2859/5124 2556/2861/5126 -f 3211/3489/5885 2556/2861/5126 3210/3488/5884 -f 3211/3489/5885 3210/3488/5884 3212/3490/5886 -f 3212/3490/5886 3210/3488/5884 3209/3487/5883 -f 3212/3490/5886 3209/3487/5883 3213/3491/5887 -f 3213/3491/5887 3209/3487/5883 1966/2204/4175 -f 1966/2204/4175 1962/2200/4171 3213/3491/5887 -f 3213/3491/5887 1962/2200/4171 3115/3402/5798 -f 3213/3491/5887 3115/3402/5798 3212/3490/5886 -f 3212/3490/5886 3115/3402/5798 3116/3404/5800 -f 3212/3490/5886 3116/3404/5800 3211/3489/5885 -f 3211/3489/5885 3116/3404/5800 2553/2857/5122 -f 3211/3489/5885 2553/2857/5122 2555/2859/5124 -f 3117/3405/5801 2550/2855/5120 2553/2857/5122 -f 3114/3403/5799 1962/2200/4171 3214/3492/5888 -f 3114/3403/5799 3214/3492/5888 3215/3493/5889 -f 3114/3403/5799 3215/3493/5889 3117/3405/5801 -f 3117/3405/5801 3215/3493/5889 2548/2853/5118 -f 3117/3405/5801 2548/2853/5118 2550/2855/5120 -f 3216/3494/5890 2546/2850/5115 2548/2853/5118 -f 3216/3494/5890 2548/2853/5118 3215/3493/5889 -f 3216/3494/5890 3215/3493/5889 3217/3495/5891 -f 3217/3495/5891 3215/3493/5889 3214/3492/5888 -f 3217/3495/5891 3214/3492/5888 1959/2198/4169 -f 1959/2198/4169 3214/3492/5888 1962/2200/4171 -f 3217/3495/5891 1959/2198/4169 3118/3406/5802 -f 3217/3495/5891 3118/3406/5802 3120/3408/5804 -f 3217/3495/5891 3120/3408/5804 3216/3494/5890 -f 3216/3494/5890 3120/3408/5804 2543/2847/5112 -f 3216/3494/5890 2543/2847/5112 2546/2850/5115 -f 3121/3373/5769 2537/2842/5107 2543/2847/5112 -f 1958/2196/4167 3218/3496/5892 3119/3407/5803 -f 3119/3407/5803 3218/3496/5892 3219/3497/5893 -f 3119/3407/5803 3219/3497/5893 3121/3373/5769 -f 3121/3373/5769 3219/3497/5893 2533/2838/5103 -f 3121/3373/5769 2533/2838/5103 2535/2840/5105 -f 3220/3498/5894 2532/2836/5101 2533/2838/5103 -f 3220/3498/5894 2533/2838/5103 3219/3497/5893 -f 3220/3498/5894 3219/3497/5893 3221/3499/5895 -f 3221/3499/5895 3219/3497/5893 3218/3496/5892 -f 3221/3499/5895 3218/3496/5892 3122/2194/4165 -f 3122/2194/4165 3218/3496/5892 1958/2196/4167 -f 3221/3499/5895 3122/2194/4165 3124/3410/5806 -f 3221/3499/5895 3124/3410/5806 3220/3498/5894 -f 3220/3498/5894 3124/3410/5806 2529/2834/5099 -f 3220/3498/5894 2529/2834/5099 2532/2836/5101 -f 3125/3411/5807 2527/2831/5096 2529/2834/5099 -f 2524/2829/5094 2527/2831/5096 3125/3411/5807 -f 2524/2829/5094 3125/3411/5807 3222/3500/5896 -f 3222/3500/5896 3125/3411/5807 3123/3409/5805 -f 3222/3500/5896 3123/3409/5805 3223/3501/5897 -f 3223/3501/5897 3123/3409/5805 1953/2190/4161 -f 3224/3502/5898 2523/2827/5092 2524/2829/5094 -f 3224/3502/5898 2524/2829/5094 3222/3500/5896 -f 3224/3502/5898 3222/3500/5896 3225/3503/5899 -f 3225/3503/5899 3222/3500/5896 3223/3501/5897 -f 3225/3503/5899 3223/3501/5897 1953/2190/4161 -f 1953/2190/4161 1950/2187/4158 3225/3503/5899 -f 3225/3503/5899 1950/2187/4158 3127/3412/5808 -f 3225/3503/5899 3127/3412/5808 3128/3414/5810 -f 3225/3503/5899 3128/3414/5810 3224/3502/5898 -f 3224/3502/5898 3128/3414/5810 2520/2824/5089 -f 3224/3502/5898 2520/2824/5089 2523/2827/5092 -f 3129/3415/5811 2517/2821/5086 2520/2824/5089 -f 2514/2819/5084 2517/2821/5086 3129/3415/5811 -f 2514/2819/5084 3129/3415/5811 3226/3504/5900 -f 3226/3504/5900 3129/3415/5811 3126/3413/5809 -f 3226/3504/5900 3126/3413/5809 3227/3505/5901 -f 3227/3505/5901 3126/3413/5809 1947/2185/4156 -f 1947/2185/4156 3126/3413/5809 1950/2187/4158 -f 3228/3506/5902 2513/2817/5082 2514/2819/5084 -f 3228/3506/5902 2514/2819/5084 3226/3504/5900 -f 3228/3506/5902 3226/3504/5900 3229/3507/5903 -f 3229/3507/5903 3226/3504/5900 3227/3505/5901 -f 3229/3507/5903 3227/3505/5901 1947/2185/4156 -f 1947/2185/4156 1945/2183/4154 3229/3507/5903 -f 3229/3507/5903 1945/2183/4154 3230/3508/5904 -f 3229/3507/5903 3230/3508/5904 3231/3509/5905 -f 3229/3507/5903 3231/3509/5905 3228/3506/5902 -f 3228/3506/5902 3231/3509/5905 2510/2815/5080 -f 3228/3506/5902 2510/2815/5080 2513/2817/5082 -f 3230/3508/5904 1945/2183/4154 3232/3510/5906 -f 3230/3508/5904 3232/3510/5906 3231/3509/5905 -f 3231/3509/5905 3232/3510/5906 3233/3372/5768 -f 3231/3509/5905 3233/3372/5768 2510/2815/5080 -f 2510/2815/5080 3233/3372/5768 2508/2813/5078 -f 2508/2813/5078 3233/3372/5768 2506/2811/5076 -f 2503/2808/5073 2505/2810/5075 3234/3371/5767 -f 3234/3371/5767 2505/2810/5075 3233/3372/5768 -f 3234/3371/5767 3233/3372/5768 3232/3510/5906 -f 3234/3371/5767 3232/3510/5906 3235/2157/4128 -f 3235/2157/4128 3232/3510/5906 1945/2183/4154 -f 3236/3511/5907 2502/2806/5071 3234/3371/5767 -f 3236/3511/5907 3234/3371/5767 3237/3512/5908 -f 3237/3512/5908 3234/3371/5767 3238/3513/5909 -f 3238/3513/5909 3234/3371/5767 3235/2157/4128 -f 3235/2157/4128 1921/2155/4126 3238/3513/5909 -f 3238/3513/5909 1921/2155/4126 3239/3514/5910 -f 3238/3513/5909 3239/3514/5910 3237/3512/5908 -f 3237/3512/5908 3239/3514/5910 3240/3515/5911 -f 3237/3512/5908 3240/3515/5911 3236/3511/5907 -f 3236/3511/5907 3240/3515/5911 2499/2804/5069 -f 3236/3511/5907 2499/2804/5069 2502/2806/5071 -f 3239/3514/5910 1921/2155/4126 3241/3516/5912 -f 3239/3514/5910 3241/3516/5912 3240/3515/5911 -f 3240/3515/5911 3241/3516/5912 3242/3370/5766 -f 3240/3515/5911 3242/3370/5766 2499/2804/5069 -f 2499/2804/5069 3242/3370/5766 2498/2803/5068 -f 2498/2803/5068 3242/3370/5766 2495/2800/5065 -f 2493/2797/5062 3242/3370/5766 3243/3517/5913 -f 3243/3517/5913 3242/3370/5766 3241/3516/5912 -f 3243/3517/5913 3241/3516/5912 3244/3518/5914 -f 3244/3518/5914 3241/3516/5912 1919/2153/4124 -f 1919/2153/4124 3241/3516/5912 1921/2155/4126 -f 3245/3519/5915 2462/2766/5031 2493/2797/5062 -f 3245/3519/5915 2493/2797/5062 3243/3517/5913 -f 3245/3519/5915 3243/3517/5913 3246/3520/5916 -f 3246/3520/5916 3243/3517/5913 3244/3518/5914 -f 3246/3520/5916 3244/3518/5914 1919/2153/4124 -f 1919/2153/4124 1916/2150/4121 3246/3520/5916 -f 3246/3520/5916 1916/2150/4121 3247/3521/5917 -f 3246/3520/5916 3247/3521/5917 3248/3522/5918 -f 3246/3520/5916 3248/3522/5918 3245/3519/5915 -f 3245/3519/5915 3248/3522/5918 2459/2764/5029 -f 3245/3519/5915 2459/2764/5029 2462/2766/5031 -f 3247/3521/5917 1916/2150/4121 3249/3523/5919 -f 3247/3521/5917 3249/3523/5919 3248/3522/5918 -f 3248/3522/5918 3249/3523/5919 3250/3369/5765 -f 3248/3522/5918 3250/3369/5765 2459/2764/5029 -f 2459/2764/5029 3250/3369/5765 2490/2794/5059 -f 3251/3524/5920 2488/2792/5057 3250/3369/5765 -f 3251/3524/5920 3250/3369/5765 3252/3525/5921 -f 3252/3525/5921 3250/3369/5765 3249/3523/5919 -f 3249/3523/5919 1916/2150/4121 1912/2146/4117 -f 3249/3523/5919 1912/2146/4117 3252/3525/5921 -f 3252/3525/5921 1912/2146/4117 3131/3417/5813 -f 3252/3525/5921 3131/3417/5813 3251/3524/5920 -f 3251/3524/5920 3131/3417/5813 3133/3419/5815 -f 3251/3524/5920 3133/3419/5815 2488/2792/5057 -f 2488/2792/5057 3133/3419/5815 2485/2790/5055 -f 1701/1923/3894 1700/1922/3893 1703/1924/3895 -f 1698/1918/3889 1704/1920/3891 3322/3526/5922 -f 3322/3526/5922 1704/1920/3891 1703/1924/3895 -f 1700/1922/3893 1607/1826/3797 3279/3527/5923 -f 3279/3527/5923 1607/1826/3797 1611/1830/3801 -f 1599/1819/3790 1601/1818/3789 3278/3528/5924 -f 3278/3528/5924 1601/1818/3789 3277/3529/5925 -f 3277/3529/5925 1601/1818/3789 1595/1814/3785 -f 3277/3529/5925 1595/1814/3785 1705/1813/3784 -f 1705/1813/3784 1713/1926/3897 3276/3530/5926 -f 3276/3530/5926 1713/1926/3897 3275/3531/5927 -f 3275/3531/5927 1713/1926/3897 1712/1932/3903 -f 3275/3531/5927 1712/1932/3903 1709/1929/3900 -f 1592/1808/3779 1594/1811/3782 1714/1933/3904 -f 1709/1929/3900 1707/1928/3899 3274/3532/5928 -f 3274/3532/5928 1707/1928/3899 1714/1933/3904 -f 1590/1807/3778 1585/1801/3772 1589/1806/3777 -f 1581/1797/3768 1582/1799/3770 3307/3533/5929 -f 3307/3533/5929 1582/1799/3770 1717/1937/3908 -f 3307/3533/5929 1717/1937/3908 1720/1939/3910 -f 1571/1785/3756 3300/3534/5930 1730/1950/3921 -f 1726/1946/3917 1733/1953/3924 3302/3535/5931 -f 3302/3535/5931 1733/1953/3924 1732/1952/3923 -f 3302/3535/5931 1732/1952/3923 1730/1950/3921 -f 1571/1785/3756 1574/1789/3760 3300/3534/5930 -f 3300/3534/5930 1574/1789/3760 1577/1791/3762 -f 3300/3534/5930 1577/1791/3762 3271/3536/5932 -f 3271/3536/5932 1577/1791/3762 1575/1792/3763 -f 1560/1775/3746 3253/3537/5933 1561/1776/3747 -f 1567/1782/3753 1566/1781/3752 3270/3538/5934 -f 3270/3538/5934 1566/1781/3752 1561/1776/3747 -f 1560/1775/3746 1734/1954/3925 3253/3537/5933 -f 3253/3537/5933 1734/1954/3925 1735/1955/3926 -f 3253/3537/5933 1735/1955/3926 3299/3539/5935 -f 3299/3539/5935 1735/1955/3926 1662/1883/3854 -f 3299/3539/5935 1662/1883/3854 3298/3540/5936 -f 3298/3540/5936 1662/1883/3854 1669/1885/3856 -f 3298/3540/5936 1669/1885/3856 3269/3541/5937 -f 3269/3541/5937 1669/1885/3856 1668/1890/3861 -f 1668/1890/3861 1667/1889/3860 3268/3542/5938 -f 3268/3542/5938 1667/1889/3860 1556/1769/3740 -f 3268/3542/5938 1556/1769/3740 3267/3543/5939 -f 3267/3543/5939 1556/1769/3740 1559/1773/3744 -f 3267/3543/5939 1559/1773/3744 1552/1764/3735 -f 1552/1764/3735 1659/1767/3738 3266/3544/5940 -f 3266/3544/5940 1659/1767/3738 1658/1880/3851 -f 1652/1875/3846 1654/1877/3848 3265/3545/5941 -f 3265/3545/5941 1654/1877/3848 1655/1878/3849 -f 3265/3545/5941 1655/1878/3849 1670/1891/3862 -f 1681/1902/3873 3254/3546/5942 1675/1896/3867 -f 1681/1902/3873 1680/1901/3872 3254/3546/5942 -f 3254/3546/5942 1680/1901/3872 1678/1899/3870 -f 1678/1899/3870 1645/1868/3839 3264/3547/5943 -f 3264/3547/5943 1645/1868/3839 3263/3548/5944 -f 3263/3548/5944 1645/1868/3839 1649/1872/3843 -f 3263/3548/5944 1649/1872/3843 1641/1863/3834 -f 1641/1863/3834 1637/1858/3829 3290/3549/5945 -f 3290/3549/5945 1637/1858/3829 3289/3550/5946 -f 3289/3550/5946 1637/1858/3829 1639/1860/3831 -f 3289/3550/5946 1639/1860/3831 3288/3551/5947 -f 3288/3551/5947 1639/1860/3831 1633/1855/3826 -f 1684/1905/3876 3255/3552/5948 1682/1903/3874 -f 3288/3551/5947 1633/1855/3826 1632/1854/3825 -f 3288/3551/5947 1632/1854/3825 3287/3553/5949 -f 3287/3553/5949 1632/1854/3825 1631/1853/3824 -f 3287/3553/5949 1631/1853/3824 1682/1903/3874 -f 1692/1913/3884 3256/3554/5950 1689/1911/3882 -f 1684/1905/3876 1686/1907/3878 3255/3552/5948 -f 3255/3552/5948 1686/1907/3878 1690/1909/3880 -f 3255/3552/5948 1690/1909/3880 3261/3555/5951 -f 3261/3555/5951 1690/1909/3880 1689/1911/3882 -f 1692/1913/3884 1691/1912/3883 3256/3554/5950 -f 3256/3554/5950 1691/1912/3883 1627/1848/3819 -f 1629/1850/3821 1623/1840/3811 3260/3556/5952 -f 3260/3556/5952 1623/1840/3811 1620/1843/3814 -f 1620/1843/3814 1613/1833/3804 3259/3557/5953 -f 3259/3557/5953 1613/1833/3804 3258/3558/5954 -f 3258/3558/5954 1613/1833/3804 1615/1836/3807 -f 3258/3558/5954 1615/1836/3807 1693/1837/3808 -f 1693/1837/3808 1695/1915/3886 3257/3559/5955 -f 3257/3559/5955 1695/1915/3886 1696/1916/3887 -f 3257/3559/5955 3281/3560/5956 1693/1837/3808 -f 1693/1837/3808 3281/3560/5956 3258/3558/5954 -f 3259/3557/5953 3282/3561/5957 1620/1843/3814 -f 1620/1843/3814 3282/3561/5957 3260/3556/5952 -f 3260/3556/5952 3328/3562/5958 1629/1850/3821 -f 1629/1850/3821 3328/3562/5958 3283/3563/5959 -f 1629/1850/3821 3283/3563/5959 1627/1848/3819 -f 1627/1848/3819 3283/3563/5959 3284/3564/5960 -f 1627/1848/3819 3284/3564/5960 3256/3554/5950 -f 3256/3554/5950 3284/3564/5960 3285/3565/5961 -f 3256/3554/5950 3285/3565/5961 1689/1911/3882 -f 1689/1911/3882 3285/3565/5961 3261/3555/5951 -f 3261/3555/5951 3286/3566/5962 3255/3552/5948 -f 3255/3552/5948 3286/3566/5962 3262/3567/5963 -f 3255/3552/5948 3262/3567/5963 1682/1903/3874 -f 1682/1903/3874 3262/3567/5963 3287/3553/5949 -f 3290/3549/5945 3291/3568/5964 1641/1863/3834 -f 1641/1863/3834 3291/3568/5964 3263/3548/5944 -f 3264/3547/5943 3292/3569/5965 1678/1899/3870 -f 1678/1899/3870 3292/3569/5965 3293/3570/5966 -f 1678/1899/3870 3293/3570/5966 3254/3546/5942 -f 3254/3546/5942 3293/3570/5966 3294/3571/5967 -f 3254/3546/5942 3294/3571/5967 1675/1896/3867 -f 1675/1896/3867 3294/3571/5967 3335/3572/5968 -f 1675/1896/3867 3335/3572/5968 1677/1898/3869 -f 1677/1898/3869 3335/3572/5968 3336/3573/5969 -f 1677/1898/3869 3336/3573/5969 1673/1894/3865 -f 1673/1894/3865 3336/3573/5969 3337/3574/5970 -f 1673/1894/3865 3337/3574/5970 1670/1891/3862 -f 1670/1891/3862 3337/3574/5970 3265/3545/5941 -f 3265/3545/5941 3339/3575/5971 1652/1875/3846 -f 1652/1875/3846 3339/3575/5971 3340/3576/5972 -f 1652/1875/3846 3340/3576/5972 1658/1880/3851 -f 1658/1880/3851 3340/3576/5972 3266/3544/5940 -f 3266/3544/5940 3295/3577/5973 1552/1764/3735 -f 1552/1764/3735 3295/3577/5973 3267/3543/5939 -f 3268/3542/5938 3297/3578/5974 1668/1890/3861 -f 1668/1890/3861 3297/3578/5974 3269/3541/5937 -f 3299/3539/5935 3345/3579/5975 3253/3537/5933 -f 3253/3537/5933 3345/3579/5975 3346/3580/5976 -f 3253/3537/5933 3346/3580/5976 1561/1776/3747 -f 1561/1776/3747 3346/3580/5976 3270/3538/5934 -f 3270/3538/5934 3348/3581/5977 1567/1782/3753 -f 1567/1782/3753 3348/3581/5977 3349/3582/5978 -f 1567/1782/3753 3349/3582/5978 1575/1792/3763 -f 1575/1792/3763 3349/3582/5978 3271/3536/5932 -f 3300/3534/5930 3301/3583/5979 1730/1950/3921 -f 1730/1950/3921 3301/3583/5979 3302/3535/5931 -f 3302/3535/5931 3303/3584/5980 1726/1946/3917 -f 1726/1946/3917 3303/3584/5980 3304/3585/5981 -f 1726/1946/3917 3304/3585/5981 1724/1944/3915 -f 1724/1944/3915 3304/3585/5981 1722/1942/3913 -f 1722/1942/3913 3306/3586/5982 1720/1939/3910 -f 1720/1939/3910 3306/3586/5982 3307/3533/5929 -f 3307/3533/5929 3308/3587/5983 1581/1797/3768 -f 1581/1797/3768 3308/3587/5983 3309/3588/5984 -f 1581/1797/3768 3309/3588/5984 1578/1794/3765 -f 1578/1794/3765 3309/3588/5984 3310/3589/5985 -f 1578/1794/3765 3310/3589/5985 1585/1801/3772 -f 1585/1801/3772 3310/3589/5985 3311/3590/5986 -f 1585/1801/3772 3311/3590/5986 1589/1806/3777 -f 1589/1806/3777 3311/3590/5986 3312/3591/5987 -f 1589/1806/3777 3312/3591/5987 1587/1803/3774 -f 1587/1803/3774 3312/3591/5987 3272/3592/5988 -f 1587/1803/3774 3272/3592/5988 1594/1811/3782 -f 1594/1811/3782 3272/3592/5988 3273/3593/5989 -f 1594/1811/3782 3273/3593/5989 1714/1933/3904 -f 1714/1933/3904 3273/3593/5989 3274/3532/5928 -f 3274/3532/5928 3315/3594/5990 1709/1929/3900 -f 1709/1929/3900 3315/3594/5990 3275/3531/5927 -f 3276/3530/5926 3317/3595/5991 1705/1813/3784 -f 1705/1813/3784 3317/3595/5991 3277/3529/5925 -f 3278/3528/5924 3318/3596/5992 1599/1819/3790 -f 1599/1819/3790 3318/3596/5992 3319/3597/5993 -f 1599/1819/3790 3319/3597/5993 1610/1831/3802 -f 1610/1831/3802 3319/3597/5993 3320/3598/5994 -f 1610/1831/3802 3320/3598/5994 1611/1830/3801 -f 1611/1830/3801 3320/3598/5994 3279/3527/5923 -f 3279/3527/5923 3321/3599/5995 1700/1922/3893 -f 1700/1922/3893 3321/3599/5995 3280/3600/5996 -f 1700/1922/3893 3280/3600/5996 1703/1924/3895 -f 1703/1924/3895 3280/3600/5996 3322/3526/5922 -f 3322/3526/5922 3323/3601/5997 1698/1918/3889 -f 1698/1918/3889 3323/3601/5997 3324/3602/5998 -f 1698/1918/3889 3324/3602/5998 1696/1916/3887 -f 1696/1916/3887 3324/3602/5998 3257/3559/5955 -f 3324/3602/5998 3325/3603/5999 3257/3559/5955 -f 3257/3559/5955 3325/3603/5999 3281/3560/5956 -f 3281/3560/5956 3326/3604/6000 3258/3558/5954 -f 3258/3558/5954 3326/3604/6000 3361/3605/6001 -f 3258/3558/5954 3361/3605/6001 3259/3557/5953 -f 3259/3557/5953 3361/3605/6001 3282/3561/5957 -f 3282/3561/5957 3327/3606/6002 3260/3556/5952 -f 3260/3556/5952 3327/3606/6002 3328/3562/5958 -f 3285/3565/5961 3331/3607/6003 3261/3555/5951 -f 3261/3555/5951 3331/3607/6003 3286/3566/5962 -f 3286/3566/5962 3332/3608/6004 3262/3567/5963 -f 3262/3567/5963 3332/3608/6004 3287/3553/5949 -f 3291/3568/5964 3333/3609/6005 3263/3548/5944 -f 3263/3548/5944 3333/3609/6005 3334/3610/6006 -f 3263/3548/5944 3334/3610/6006 3264/3547/5943 -f 3264/3547/5943 3334/3610/6006 3292/3569/5965 -f 3337/3574/5970 3338/3611/6007 3265/3545/5941 -f 3265/3545/5941 3338/3611/6007 3339/3575/5971 -f 3340/3576/5972 3341/3612/6008 3266/3544/5940 -f 3266/3544/5940 3341/3612/6008 3295/3577/5973 -f 3295/3577/5973 3373/3613/6009 3267/3543/5939 -f 3267/3543/5939 3373/3613/6009 3296/3614/6010 -f 3267/3543/5939 3296/3614/6010 3268/3542/5938 -f 3268/3542/5938 3296/3614/6010 3297/3578/5974 -f 3297/3578/5974 3344/3615/6011 3269/3541/5937 -f 3269/3541/5937 3344/3615/6011 3298/3540/5936 -f 3346/3580/5976 3347/3616/6012 3270/3538/5934 -f 3270/3538/5934 3347/3616/6012 3348/3581/5977 -f 3349/3582/5978 3350/3617/6013 3271/3536/5932 -f 3271/3536/5932 3350/3617/6013 3300/3534/5930 -f 3304/3585/5981 3305/3618/6014 1722/1942/3913 -f 1722/1942/3913 3305/3618/6014 3306/3586/5982 -f 3312/3591/5987 3351/3619/6015 3272/3592/5988 -f 3272/3592/5988 3351/3619/6015 3313/3620/6016 -f 3272/3592/5988 3313/3620/6016 3273/3593/5989 -f 3273/3593/5989 3313/3620/6016 3314/3621/6017 -f 3273/3593/5989 3314/3621/6017 3274/3532/5928 -f 3274/3532/5928 3314/3621/6017 3315/3594/5990 -f 3315/3594/5990 3353/3622/6018 3275/3531/5927 -f 3275/3531/5927 3353/3622/6018 3316/3623/6019 -f 3275/3531/5927 3316/3623/6019 3276/3530/5926 -f 3276/3530/5926 3316/3623/6019 3317/3595/5991 -f 3317/3595/5991 3355/3624/6020 3277/3529/5925 -f 3277/3529/5925 3355/3624/6020 3356/3625/6021 -f 3277/3529/5925 3356/3625/6021 3278/3528/5924 -f 3278/3528/5924 3356/3625/6021 3318/3596/5992 -f 3320/3598/5994 3358/3626/6022 3279/3527/5923 -f 3279/3527/5923 3358/3626/6022 3321/3599/5995 -f 3321/3599/5995 3359/3627/6023 3280/3600/5996 -f 3280/3600/5996 3359/3627/6023 3322/3526/5922 -f 3325/3603/5999 3360/3628/6024 3281/3560/5956 -f 3281/3560/5956 3360/3628/6024 3326/3604/6000 -f 3361/3605/6001 3362/3629/6025 3282/3561/5957 -f 3282/3561/5957 3362/3629/6025 3327/3606/6002 -f 3328/3562/5958 3363/3630/6026 3283/3563/5959 -f 3283/3563/5959 3363/3630/6026 3329/3631/6027 -f 3283/3563/5959 3329/3631/6027 3284/3564/5960 -f 3284/3564/5960 3329/3631/6027 3330/3632/6028 -f 3284/3564/5960 3330/3632/6028 3285/3565/5961 -f 3285/3565/5961 3330/3632/6028 3331/3607/6003 -f 3331/3607/6003 3405/3633/6029 3286/3566/5962 -f 3286/3566/5962 3405/3633/6029 3332/3608/6004 -f 3332/3608/6004 3364/3634/6030 3287/3553/5949 -f 3287/3553/5949 3364/3634/6030 3365/3635/6031 -f 3287/3553/5949 3365/3635/6031 3288/3551/5947 -f 3288/3551/5947 3365/3635/6031 3366/3636/6032 -f 3288/3551/5947 3366/3636/6032 3289/3550/5946 -f 3289/3550/5946 3366/3636/6032 3367/3637/6033 -f 3289/3550/5946 3367/3637/6033 3290/3549/5945 -f 3290/3549/5945 3367/3637/6033 3368/3638/6034 -f 3290/3549/5945 3368/3638/6034 3291/3568/5964 -f 3291/3568/5964 3368/3638/6034 3333/3609/6005 -f 3334/3610/6006 3369/3639/6035 3292/3569/5965 -f 3292/3569/5965 3369/3639/6035 3370/3640/6036 -f 3292/3569/5965 3370/3640/6036 3293/3570/5966 -f 3293/3570/5966 3370/3640/6036 3371/3641/6037 -f 3293/3570/5966 3371/3641/6037 3294/3571/5967 -f 3294/3571/5967 3371/3641/6037 3335/3572/5968 -f 3341/3612/6008 3372/3642/6038 3295/3577/5973 -f 3295/3577/5973 3372/3642/6038 3373/3613/6009 -f 3373/3613/6009 3342/3643/6039 3296/3614/6010 -f 3296/3614/6010 3342/3643/6039 3343/3644/6040 -f 3296/3614/6010 3343/3644/6040 3297/3578/5974 -f 3297/3578/5974 3343/3644/6040 3344/3615/6011 -f 3344/3615/6011 3419/3645/6041 3298/3540/5936 -f 3298/3540/5936 3419/3645/6041 3374/3646/6042 -f 3298/3540/5936 3374/3646/6042 3299/3539/5935 -f 3299/3539/5935 3374/3646/6042 3345/3579/5975 -f 3350/3617/6013 3375/3647/6043 3300/3534/5930 -f 3300/3534/5930 3375/3647/6043 3376/3648/6044 -f 3300/3534/5930 3376/3648/6044 3301/3583/5979 -f 3301/3583/5979 3376/3648/6044 3377/3649/6045 -f 3301/3583/5979 3377/3649/6045 3302/3535/5931 -f 3302/3535/5931 3377/3649/6045 3378/3650/6046 -f 3302/3535/5931 3378/3650/6046 3303/3584/5980 -f 3303/3584/5980 3378/3650/6046 3426/3651/6047 -f 3303/3584/5980 3426/3651/6047 3304/3585/5981 -f 3304/3585/5981 3426/3651/6047 3427/3652/6048 -f 3304/3585/5981 3427/3652/6048 3305/3618/6014 -f 3305/3618/6014 3427/3652/6048 3379/3653/6049 -f 3305/3618/6014 3379/3653/6049 3306/3586/5982 -f 3306/3586/5982 3379/3653/6049 3380/3654/6050 -f 3306/3586/5982 3380/3654/6050 3307/3533/5929 -f 3307/3533/5929 3380/3654/6050 3381/3655/6051 -f 3307/3533/5929 3381/3655/6051 3308/3587/5983 -f 3308/3587/5983 3381/3655/6051 3382/3656/6052 -f 3308/3587/5983 3382/3656/6052 3309/3588/5984 -f 3309/3588/5984 3382/3656/6052 3383/3657/6053 -f 3309/3588/5984 3383/3657/6053 3310/3589/5985 -f 3310/3589/5985 3383/3657/6053 3384/3658/6054 -f 3310/3589/5985 3384/3658/6054 3311/3590/5986 -f 3311/3590/5986 3384/3658/6054 3385/3659/6055 -f 3311/3590/5986 3385/3659/6055 3312/3591/5987 -f 3312/3591/5987 3385/3659/6055 3351/3619/6015 -f 3351/3619/6015 3386/3660/6056 3313/3620/6016 -f 3313/3620/6016 3386/3660/6056 3387/3661/6057 -f 3313/3620/6016 3387/3661/6057 3314/3621/6017 -f 3314/3621/6017 3387/3661/6057 3352/3662/6058 -f 3314/3621/6017 3352/3662/6058 3315/3594/5990 -f 3315/3594/5990 3352/3662/6058 3353/3622/6018 -f 3353/3622/6018 3388/3663/6059 3316/3623/6019 -f 3316/3623/6019 3388/3663/6059 3354/3664/6060 -f 3316/3623/6019 3354/3664/6060 3317/3595/5991 -f 3317/3595/5991 3354/3664/6060 3355/3624/6020 -f 3356/3625/6021 3391/3665/6061 3318/3596/5992 -f 3318/3596/5992 3391/3665/6061 3392/3666/6062 -f 3318/3596/5992 3392/3666/6062 3319/3597/5993 -f 3319/3597/5993 3392/3666/6062 3357/3667/6063 -f 3319/3597/5993 3357/3667/6063 3320/3598/5994 -f 3320/3598/5994 3357/3667/6063 3358/3626/6022 -f 3358/3626/6022 3394/3668/6064 3321/3599/5995 -f 3321/3599/5995 3394/3668/6064 3359/3627/6023 -f 3359/3627/6023 3395/3669/6065 3322/3526/5922 -f 3322/3526/5922 3395/3669/6065 3396/3670/6066 -f 3322/3526/5922 3396/3670/6066 3323/3601/5997 -f 3323/3601/5997 3396/3670/6066 3397/3671/6067 -f 3323/3601/5997 3397/3671/6067 3324/3602/5998 -f 3324/3602/5998 3397/3671/6067 3325/3603/5999 -f 3397/3671/6067 3398/3672/6068 3325/3603/5999 -f 3325/3603/5999 3398/3672/6068 3360/3628/6024 -f 3360/3628/6024 3399/3673/6069 3326/3604/6000 -f 3326/3604/6000 3399/3673/6069 3361/3605/6001 -f 3362/3629/6025 3400/3674/6070 3327/3606/6002 -f 3327/3606/6002 3400/3674/6070 3401/3675/6071 -f 3327/3606/6002 3401/3675/6071 3328/3562/5958 -f 3328/3562/5958 3401/3675/6071 3363/3630/6026 -f 3363/3630/6026 3402/3676/6072 3329/3631/6027 -f 3329/3631/6027 3402/3676/6072 3403/3677/6073 -f 3329/3631/6027 3403/3677/6073 3330/3632/6028 -f 3330/3632/6028 3403/3677/6073 3404/3678/6074 -f 3330/3632/6028 3404/3678/6074 3331/3607/6003 -f 3331/3607/6003 3404/3678/6074 3405/3633/6029 -f 3405/3633/6029 3406/3679/6075 3332/3608/6004 -f 3332/3608/6004 3406/3679/6075 3364/3634/6030 -f 3368/3638/6034 3407/3680/6076 3333/3609/6005 -f 3333/3609/6005 3407/3680/6076 3408/3681/6077 -f 3333/3609/6005 3408/3681/6077 3334/3610/6006 -f 3334/3610/6006 3408/3681/6077 3369/3639/6035 -f 3371/3641/6037 3409/3682/6078 3335/3572/5968 -f 3335/3572/5968 3409/3682/6078 3410/3683/6079 -f 3335/3572/5968 3410/3683/6079 3336/3573/6080 -f 3336/3573/6080 3410/3683/6079 3411/3684/6081 -f 3336/3573/6080 3411/3684/6081 3337/3574/5970 -f 3337/3574/5970 3411/3684/6081 3412/3685/6082 -f 3337/3574/5970 3412/3685/6082 3338/3611/6007 -f 3338/3611/6007 3412/3685/6082 3413/3686/6083 -f 3338/3611/6007 3413/3686/6083 3339/3575/5971 -f 3339/3575/5971 3413/3686/6083 3414/3687/6084 -f 3339/3575/5971 3414/3687/6084 3340/3576/5972 -f 3340/3576/5972 3414/3687/6084 3415/3688/6085 -f 3340/3576/5972 3415/3688/6085 3341/3612/6008 -f 3341/3612/6008 3415/3688/6085 3372/3642/6038 -f 3373/3613/6009 3416/3689/6086 3342/3643/6039 -f 3342/3643/6039 3416/3689/6086 3417/3690/6087 -f 3342/3643/6039 3417/3690/6087 3343/3644/6040 -f 3343/3644/6040 3417/3690/6087 3418/3691/6088 -f 3343/3644/6040 3418/3691/6088 3344/3615/6011 -f 3344/3615/6011 3418/3691/6088 3419/3645/6041 -f 3374/3646/6042 3420/3692/6089 3345/3579/5975 -f 3345/3579/5975 3420/3692/6089 3421/3693/6090 -f 3345/3579/5975 3421/3693/6090 3346/3580/5976 -f 3346/3580/5976 3421/3693/6090 3422/3694/6091 -f 3346/3580/5976 3422/3694/6091 3347/3616/6012 -f 3347/3616/6012 3422/3694/6091 3423/3695/6092 -f 3347/3616/6012 3423/3695/6092 3348/3581/5977 -f 3348/3581/5977 3423/3695/6092 3424/3696/6093 -f 3348/3581/5977 3424/3696/6093 3349/3582/5978 -f 3349/3582/5978 3424/3696/6093 3425/3697/6094 -f 3349/3582/5978 3425/3697/6094 3350/3617/6013 -f 3350/3617/6013 3425/3697/6094 3375/3647/6043 -f 3385/3659/6055 3430/3698/6095 3351/3619/6015 -f 3351/3619/6015 3430/3698/6095 3386/3660/6056 -f 3387/3661/6057 3431/3699/6096 3352/3662/6058 -f 3352/3662/6058 3431/3699/6096 3432/3700/6097 -f 3352/3662/6058 3432/3700/6097 3353/3622/6018 -f 3353/3622/6018 3432/3700/6097 3388/3663/6059 -f 3388/3663/6059 3434/3701/6098 3354/3664/6060 -f 3354/3664/6060 3434/3701/6098 3389/3702/6099 -f 3354/3664/6060 3389/3702/6099 3355/3624/6020 -f 3355/3624/6020 3389/3702/6099 3390/3703/6100 -f 3355/3624/6020 3390/3703/6100 3356/3625/6021 -f 3356/3625/6021 3390/3703/6100 3391/3665/6061 -f 3392/3666/6062 3437/3704/6101 3357/3667/6063 -f 3357/3667/6063 3437/3704/6101 3393/3705/6102 -f 3357/3667/6063 3393/3705/6102 3358/3626/6022 -f 3358/3626/6022 3393/3705/6102 3394/3668/6064 -f 3394/3668/6064 3439/3706/6103 3359/3627/6023 -f 3359/3627/6023 3439/3706/6103 3395/3669/6065 -f 3398/3672/6068 3440/3707/6104 3360/3628/6024 -f 3360/3628/6024 3440/3707/6104 3399/3673/6069 -f 3399/3673/6069 3441/3708/6105 3361/3605/6001 -f 3361/3605/6001 3441/3708/6105 3470/3709/6106 -f 3361/3605/6001 3470/3709/6106 3362/3629/6025 -f 3362/3629/6025 3470/3709/6106 3400/3674/6070 -f 3401/3675/6071 3473/3710/6107 3363/3630/6026 -f 3363/3630/6026 3473/3710/6107 3402/3676/6072 -f 3406/3679/6075 3442/3711/6108 3364/3634/6030 -f 3364/3634/6030 3442/3711/6108 3443/3712/6109 -f 3364/3634/6030 3443/3712/6109 3365/3635/6031 -f 3365/3635/6031 3443/3712/6109 3444/3713/6110 -f 3365/3635/6031 3444/3713/6110 3366/3636/6032 -f 3366/3636/6032 3444/3713/6110 3445/3714/6111 -f 3366/3636/6032 3445/3714/6111 3367/3637/6033 -f 3367/3637/6033 3445/3714/6111 3446/3715/6112 -f 3367/3637/6033 3446/3715/6112 3368/3638/6034 -f 3368/3638/6034 3446/3715/6112 3407/3680/6076 -f 3408/3681/6077 3447/3716/6113 3369/3639/6035 -f 3369/3639/6035 3447/3716/6113 3448/3717/6114 -f 3369/3639/6035 3448/3717/6114 3370/3640/6036 -f 3370/3640/6036 3448/3717/6114 3449/3718/6115 -f 3370/3640/6036 3449/3718/6115 3371/3641/6037 -f 3371/3641/6037 3449/3718/6115 3409/3682/6078 -f 3415/3688/6085 3450/3719/6116 3372/3642/6038 -f 3372/3642/6038 3450/3719/6116 3486/3720/6117 -f 3372/3642/6038 3486/3720/6117 3373/3613/6009 -f 3373/3613/6009 3486/3720/6117 3416/3689/6086 -f 3419/3645/6041 3451/3721/6118 3374/3646/6042 -f 3374/3646/6042 3451/3721/6118 3420/3692/6089 -f 3425/3697/6094 3452/3722/6119 3375/3647/6043 -f 3375/3647/6043 3452/3722/6119 3497/3723/6120 -f 3375/3647/6043 3497/3723/6120 3376/3648/6044 -f 3376/3648/6044 3497/3723/6120 3453/3724/6121 -f 3376/3648/6044 3453/3724/6121 3377/3649/6045 -f 3377/3649/6045 3453/3724/6121 3454/3725/6122 -f 3377/3649/6045 3454/3725/6122 3378/3650/6046 -f 3378/3650/6046 3454/3725/6122 3426/3651/6047 -f 3427/3652/6048 3455/3726/6123 3379/3653/6049 -f 3379/3653/6049 3455/3726/6123 3456/3727/6124 -f 3379/3653/6049 3456/3727/6124 3380/3654/6050 -f 3380/3654/6050 3456/3727/6124 3457/3728/6125 -f 3380/3654/6050 3457/3728/6125 3381/3655/6051 -f 3381/3655/6051 3457/3728/6125 3458/3729/6126 -f 3381/3655/6051 3458/3729/6126 3382/3656/6052 -f 3382/3656/6052 3458/3729/6126 3459/3730/6127 -f 3382/3656/6052 3459/3730/6127 3383/3657/6053 -f 3383/3657/6053 3459/3730/6127 3428/3731/6128 -f 3383/3657/6053 3428/3731/6128 3384/3658/6054 -f 3384/3658/6054 3428/3731/6128 3429/3732/6129 -f 3384/3658/6054 3429/3732/6129 3385/3659/6055 -f 3385/3659/6055 3429/3732/6129 3430/3698/6095 -f 3430/3698/6095 3502/3733/6130 3386/3660/6056 -f 3386/3660/6056 3502/3733/6130 3503/3734/6131 -f 3386/3660/6056 3503/3734/6131 3387/3661/6057 -f 3387/3661/6057 3503/3734/6131 3431/3699/6096 -f 3432/3700/6097 3433/3735/6132 3388/3663/6059 -f 3388/3663/6059 3433/3735/6132 3434/3701/6098 -f 3434/3701/6098 3460/3736/6133 3389/3702/6099 -f 3389/3702/6099 3460/3736/6133 3435/3737/6134 -f 3389/3702/6099 3435/3737/6134 3390/3703/6100 -f 3390/3703/6100 3435/3737/6134 3436/3738/6135 -f 3390/3703/6100 3436/3738/6135 3391/3665/6061 -f 3391/3665/6061 3436/3738/6135 3462/3739/6136 -f 3391/3665/6061 3462/3739/6136 3392/3666/6062 -f 3392/3666/6062 3462/3739/6136 3437/3704/6101 -f 3437/3704/6101 3463/3740/6137 3393/3705/6102 -f 3393/3705/6102 3463/3740/6137 3438/3741/6138 -f 3393/3705/6102 3438/3741/6138 3394/3668/6064 -f 3394/3668/6064 3438/3741/6138 3439/3706/6103 -f 3439/3706/6103 3465/3742/6139 3395/3669/6065 -f 3395/3669/6065 3465/3742/6139 3466/3743/6140 -f 3395/3669/6065 3466/3743/6140 3396/3670/6066 -f 3396/3670/6066 3466/3743/6140 3467/3744/6141 -f 3396/3670/6066 3467/3744/6141 3397/3671/6067 -f 3397/3671/6067 3467/3744/6141 3398/3672/6068 -f 3467/3744/6141 3468/3745/6142 3398/3672/6068 -f 3398/3672/6068 3468/3745/6142 3440/3707/6104 -f 3440/3707/6104 3469/3746/6143 3399/3673/6069 -f 3399/3673/6069 3469/3746/6143 3441/3708/6105 -f 3470/3709/6106 3471/3747/6144 3400/3674/6070 -f 3400/3674/6070 3471/3747/6144 3472/3748/6145 -f 3400/3674/6070 3472/3748/6145 3401/3675/6071 -f 3401/3675/6071 3472/3748/6145 3473/3710/6107 -f 3473/3710/6107 3474/3749/6146 3402/3676/6072 -f 3402/3676/6072 3474/3749/6146 3475/3750/6147 -f 3402/3676/6072 3475/3750/6147 3403/3677/6073 -f 3403/3677/6073 3475/3750/6147 3476/3751/6148 -f 3403/3677/6073 3476/3751/6148 3404/3678/6074 -f 3404/3678/6074 3476/3751/6148 3477/3752/6149 -f 3404/3678/6074 3477/3752/6149 3405/3633/6029 -f 3405/3633/6029 3477/3752/6149 3478/3753/6150 -f 3405/3633/6029 3478/3753/6150 3406/3679/6075 -f 3406/3679/6075 3478/3753/6150 3442/3711/6108 -f 3446/3715/6112 3479/3754/6151 3407/3680/6076 -f 3407/3680/6076 3479/3754/6151 3480/3755/6152 -f 3407/3680/6076 3480/3755/6152 3408/3681/6077 -f 3408/3681/6077 3480/3755/6152 3447/3716/6113 -f 3449/3718/6115 3517/3756/6153 3409/3682/6078 -f 3409/3682/6078 3517/3756/6153 3481/3757/6154 -f 3409/3682/6078 3481/3757/6154 3410/3683/6079 -f 3410/3683/6079 3481/3757/6154 3482/3758/6155 -f 3410/3683/6079 3482/3758/6155 3411/3684/6081 -f 3411/3684/6081 3482/3758/6155 3483/3759/6156 -f 3411/3684/6081 3483/3759/6156 3412/3685/6082 -f 3412/3685/6082 3483/3759/6156 3518/3760/6157 -f 3412/3685/6082 3518/3760/6157 3413/3686/6083 -f 3413/3686/6083 3518/3760/6157 3484/3761/6158 -f 3413/3686/6083 3484/3761/6158 3414/3687/6084 -f 3414/3687/6084 3484/3761/6158 3485/3762/6159 -f 3414/3687/6084 3485/3762/6159 3415/3688/6085 -f 3415/3688/6085 3485/3762/6159 3450/3719/6116 -f 3486/3720/6117 3487/3763/6160 3416/3689/6086 -f 3416/3689/6086 3487/3763/6160 3488/3764/6161 -f 3416/3689/6086 3488/3764/6161 3417/3690/6087 -f 3417/3690/6087 3488/3764/6161 3489/3765/6162 -f 3417/3690/6087 3489/3765/6162 3418/3691/6088 -f 3418/3691/6088 3489/3765/6162 3490/3766/6163 -f 3418/3691/6088 3490/3766/6163 3419/3645/6041 -f 3419/3645/6041 3490/3766/6163 3451/3721/6118 -f 3451/3721/6118 3491/3767/6164 3420/3692/6089 -f 3420/3692/6089 3491/3767/6164 3492/3768/6165 -f 3420/3692/6089 3492/3768/6165 3421/3693/6090 -f 3421/3693/6090 3492/3768/6165 3493/3769/6166 -f 3421/3693/6090 3493/3769/6166 3422/3694/6091 -f 3422/3694/6091 3493/3769/6166 3494/3770/6167 -f 3422/3694/6091 3494/3770/6167 3423/3695/6092 -f 3423/3695/6092 3494/3770/6167 3495/3771/6168 -f 3423/3695/6092 3495/3771/6168 3424/3696/6093 -f 3424/3696/6093 3495/3771/6168 3496/3772/6169 -f 3424/3696/6093 3496/3772/6169 3425/3697/6094 -f 3425/3697/6094 3496/3772/6169 3452/3722/6119 -f 3454/3725/6122 3522/3773/6170 3426/3651/6047 -f 3426/3651/6047 3522/3773/6170 3498/3774/6171 -f 3426/3651/6047 3498/3774/6171 3427/3652/6048 -f 3427/3652/6048 3498/3774/6171 3455/3726/6123 -f 3459/3730/6127 3499/3775/6172 3428/3731/6128 -f 3428/3731/6128 3499/3775/6172 3500/3776/6173 -f 3428/3731/6128 3500/3776/6173 3429/3732/6129 -f 3429/3732/6129 3500/3776/6173 3501/3777/6174 -f 3429/3732/6129 3501/3777/6174 3430/3698/6095 -f 3430/3698/6095 3501/3777/6174 3502/3733/6130 -f 3503/3734/6131 3504/3778/6175 3431/3699/6096 -f 3431/3699/6096 3504/3778/6175 3505/3779/6176 -f 3431/3699/6096 3505/3779/6176 3432/3700/6097 -f 3432/3700/6097 3505/3779/6176 3506/3780/6177 -f 3432/3700/6097 3506/3780/6177 3433/3735/6132 -f 3433/3735/6132 3506/3780/6177 3507/3781/6178 -f 3433/3735/6132 3507/3781/6178 3434/3701/6098 -f 3434/3701/6098 3507/3781/6178 3460/3736/6133 -f 3460/3736/6133 3508/3782/6179 3435/3737/6134 -f 3435/3737/6134 3508/3782/6179 3461/3783/6180 -f 3435/3737/6134 3461/3783/6180 3436/3738/6135 -f 3436/3738/6135 3461/3783/6180 3462/3739/6136 -f 3462/3739/6136 3510/3784/6181 3437/3704/6101 -f 3437/3704/6101 3510/3784/6181 3463/3740/6137 -f 3463/3740/6137 3511/3785/6182 3438/3741/6138 -f 3438/3741/6138 3511/3785/6182 3464/3786/6183 -f 3438/3741/6138 3464/3786/6183 3439/3706/6103 -f 3439/3706/6103 3464/3786/6183 3465/3742/6139 -f 3468/3745/6142 3513/3787/6184 3440/3707/6104 -f 3440/3707/6104 3513/3787/6184 3469/3746/6143 -f 3469/3746/6143 1918/2152/4123 3441/3708/6105 -f 3441/3708/6105 1918/2152/4123 3470/3709/6106 -f 3478/3753/6150 1951/2188/4159 3442/3711/6108 -f 3442/3711/6108 1951/2188/4159 1952/2189/4160 -f 3442/3711/6108 1952/2189/4160 3443/3712/6109 -f 3443/3712/6109 1952/2189/4160 1954/2191/4162 -f 3443/3712/6109 1954/2191/4162 3444/3713/6110 -f 3444/3713/6110 1954/2191/4162 1955/2192/4163 -f 3444/3713/6110 1955/2192/4163 3445/3714/6111 -f 3445/3714/6111 1955/2192/4163 1956/2193/4164 -f 3445/3714/6111 1956/2193/4164 3446/3715/6112 -f 3446/3715/6112 1956/2193/4164 3479/3754/6151 -f 3480/3755/6152 3514/3788/6185 3447/3716/6113 -f 3447/3716/6113 3514/3788/6185 3515/3789/6186 -f 3447/3716/6113 3515/3789/6186 3448/3717/6114 -f 3448/3717/6114 3515/3789/6186 3516/3790/6187 -f 3448/3717/6114 3516/3790/6187 3449/3718/6115 -f 3449/3718/6115 3516/3790/6187 3517/3756/6153 -f 3485/3762/6159 1928/2164/4135 3450/3719/6116 -f 3450/3719/6116 1928/2164/4135 3486/3720/6117 -f 3490/3766/6163 1935/2171/4142 3451/3721/6118 -f 3451/3721/6118 1935/2171/4142 3491/3767/6164 -f 3496/3772/6169 3519/3791/6188 3452/3722/6119 -f 3452/3722/6119 3519/3791/6188 3497/3723/6120 -f 3497/3723/6120 3520/3792/6189 3453/3724/6121 -f 3453/3724/6121 3520/3792/6189 3521/3793/6190 -f 3453/3724/6121 3521/3793/6190 3454/3725/6122 -f 3454/3725/6122 3521/3793/6190 3522/3773/6170 -f 3498/3774/6171 1971/2209/4180 3455/3726/6123 -f 3455/3726/6123 1971/2209/4180 1973/2211/4182 -f 3455/3726/6123 1973/2211/4182 3456/3727/6124 -f 3456/3727/6124 1973/2211/4182 1974/2212/4183 -f 3456/3727/6124 1974/2212/4183 3457/3728/6125 -f 3457/3728/6125 1974/2212/4183 1975/2213/4184 -f 3457/3728/6125 1975/2213/4184 3458/3729/6126 -f 3458/3729/6126 1975/2213/4184 1977/2215/4186 -f 3458/3729/6126 1977/2215/4186 3459/3730/6127 -f 3459/3730/6127 1977/2215/4186 3499/3775/6172 -f 3507/3781/6178 1902/2136/4107 3460/3736/6133 -f 3460/3736/6133 1902/2136/4107 3508/3782/6179 -f 3508/3782/6179 3523/3794/6191 3461/3783/6180 -f 3461/3783/6180 3523/3794/6191 3509/3795/6192 -f 3461/3783/6180 3509/3795/6192 3462/3739/6136 -f 3462/3739/6136 3509/3795/6192 3510/3784/6181 -f 3510/3784/6181 1908/2142/4113 3463/3740/6137 -f 3463/3740/6137 1908/2142/4113 3511/3785/6182 -f 3511/3785/6182 3524/3796/6193 3464/3786/6183 -f 3464/3786/6183 3524/3796/6193 3512/3797/6194 -f 3464/3786/6183 3512/3797/6194 3465/3742/6139 -f 3465/3742/6139 3512/3797/6194 1913/2147/4118 -f 3465/3742/6139 1913/2147/4118 3466/3743/6140 -f 3466/3743/6140 1913/2147/4118 1914/2148/4119 -f 3466/3743/6140 1914/2148/4119 3467/3744/6141 -f 3467/3744/6141 1914/2148/4119 3468/3745/6142 -f 1914/2148/4119 1915/2149/4120 3468/3745/6142 -f 3468/3745/6142 1915/2149/4120 3513/3787/6184 -f 3513/3787/6184 1917/2151/4122 3469/3746/6143 -f 3469/3746/6143 1917/2151/4122 1918/2152/4123 -f 1918/2152/4123 1920/2154/4125 3470/3709/6106 -f 3470/3709/6106 1920/2154/4125 3471/3747/6144 -f 3471/3747/6144 1920/2154/4125 1922/2156/4127 -f 3471/3747/6144 1922/2156/4127 3472/3748/6145 -f 3472/3748/6145 1922/2156/4127 3473/3710/6107 -f 3473/3710/6107 1922/2156/4127 1946/2158/4129 -f 3473/3710/6107 1946/2158/4129 3474/3749/6146 -f 3474/3749/6146 1946/2158/4129 3475/3750/6147 -f 3475/3750/6147 1946/2158/4129 1948/2184/4155 -f 3475/3750/6147 1948/2184/4155 3476/3751/6148 -f 3476/3751/6148 1948/2184/4155 3477/3752/6149 -f 3477/3752/6149 1948/2184/4155 1949/2186/4157 -f 3477/3752/6149 1949/2186/4157 3478/3753/6150 -f 3478/3753/6150 1949/2186/4157 1951/2188/4159 -f 1956/2193/4164 1957/2195/4166 3479/3754/6151 -f 3479/3754/6151 1957/2195/4166 3480/3755/6152 -f 3480/3755/6152 1957/2195/4166 3514/3788/6185 -f 3517/3756/6153 1963/2201/4172 3481/3757/6154 -f 3481/3757/6154 1963/2201/4172 1964/2202/4173 -f 3481/3757/6154 1964/2202/4173 3482/3758/6155 -f 3482/3758/6155 1964/2202/4173 1965/2203/4174 -f 3482/3758/6155 1965/2203/4174 3483/3759/6156 -f 3483/3759/6156 1965/2203/4174 3518/3760/6157 -f 3518/3760/6157 1925/2161/4132 3484/3761/6158 -f 3484/3761/6158 1925/2161/4132 1926/2162/4133 -f 3484/3761/6158 1926/2162/4133 3485/3762/6159 -f 3485/3762/6159 1926/2162/4133 1928/2164/4135 -f 1928/2164/4135 1930/2165/4136 3486/3720/6117 -f 3486/3720/6117 1930/2165/4136 3487/3763/6160 -f 3487/3763/6160 1930/2165/4136 1931/2167/4138 -f 3487/3763/6160 1931/2167/4138 3488/3764/6161 -f 3488/3764/6161 1931/2167/4138 1932/2168/4139 -f 3488/3764/6161 1932/2168/4139 3489/3765/6162 -f 3489/3765/6162 1932/2168/4139 1934/2170/4141 -f 3489/3765/6162 1934/2170/4141 3490/3766/6163 -f 3490/3766/6163 1934/2170/4141 1935/2171/4142 -f 1935/2171/4142 1937/2173/4144 3491/3767/6164 -f 3491/3767/6164 1937/2173/4144 3492/3768/6165 -f 3492/3768/6165 1937/2173/4144 1939/2175/4146 -f 3492/3768/6165 1939/2175/4146 3493/3769/6166 -f 3493/3769/6166 1939/2175/4146 3494/3770/6167 -f 3494/3770/6167 1939/2175/4146 1940/2177/4148 -f 3494/3770/6167 1940/2177/4148 3495/3771/6168 -f 3495/3771/6168 1940/2177/4148 1941/2178/4149 -f 3495/3771/6168 1941/2178/4149 3496/3772/6169 -f 3496/3772/6169 1941/2178/4149 3519/3791/6188 -f 3519/3791/6188 1944/2181/4152 3497/3723/6120 -f 3497/3723/6120 1944/2181/4152 3520/3792/6189 -f 3522/3773/6170 1970/2208/4179 3498/3774/6171 -f 3498/3774/6171 1970/2208/4179 1971/2209/4180 -f 1977/2215/4186 1979/2216/4187 3499/3775/6172 -f 3499/3775/6172 1979/2216/4187 3500/3776/6173 -f 3500/3776/6173 1979/2216/4187 1980/2218/4189 -f 3500/3776/6173 1980/2218/4189 3501/3777/6174 -f 3501/3777/6174 1980/2218/4189 1982/2219/4190 -f 3501/3777/6174 1982/2219/4190 3502/3733/6130 -f 3502/3733/6130 1982/2219/4190 3503/3734/6131 -f 3503/3734/6131 1982/2219/4190 1983/2221/4192 -f 3503/3734/6131 1983/2221/4192 3504/3778/6175 -f 3504/3778/6175 1983/2221/4192 1984/2223/4194 -f 3504/3778/6175 1984/2223/4194 3505/3779/6176 -f 3505/3779/6176 1984/2223/4194 1986/2225/4196 -f 3505/3779/6176 1986/2225/4196 3506/3780/6177 -f 3506/3780/6177 1986/2225/4196 1987/2226/4197 -f 3506/3780/6177 1987/2226/4197 3507/3781/6178 -f 3507/3781/6178 1987/2226/4197 1989/2228/4199 -f 3507/3781/6178 1989/2228/4199 1902/2136/4107 -f 3508/3782/6179 1902/2136/4107 3523/3794/6191 -f 3523/3794/6191 1905/2139/4110 3509/3795/6192 -f 3509/3795/6192 1905/2139/4110 1906/2140/4111 -f 3509/3795/6192 1906/2140/4111 3510/3784/6181 -f 3510/3784/6181 1906/2140/4111 1908/2142/4113 -f 1908/2142/4113 1909/2143/4114 3511/3785/6182 -f 3511/3785/6182 1909/2143/4114 3524/3796/6193 -f 3524/3796/6193 1911/2145/4116 3512/3797/6194 -f 3512/3797/6194 1911/2145/4116 1913/2147/4118 -f 3513/3787/6184 1915/2149/4120 1917/2151/4122 -f 1957/2195/4166 1960/2197/4168 3514/3788/6185 -f 3514/3788/6185 1960/2197/4168 3515/3789/6186 -f 3515/3789/6186 1960/2197/4168 3516/3790/6187 -f 3516/3790/6187 1960/2197/4168 1961/2199/4170 -f 3516/3790/6187 1961/2199/4170 3517/3756/6153 -f 3517/3756/6153 1961/2199/4170 1963/2201/4172 -f 1965/2203/4174 1923/2159/4130 3518/3760/6157 -f 3518/3760/6157 1923/2159/4130 1925/2161/4132 -f 1941/2178/4149 1942/2179/4150 3519/3791/6188 -f 3519/3791/6188 1942/2179/4150 1944/2181/4152 -f 1944/2181/4152 1968/2182/4153 3520/3792/6189 -f 3520/3792/6189 1968/2182/4153 3521/3793/6190 -f 3521/3793/6190 1968/2182/4153 1969/2206/4177 -f 3521/3793/6190 1969/2206/4177 3522/3773/6170 -f 3522/3773/6170 1969/2206/4177 1970/2208/4179 -f 1902/2136/4107 1904/2138/4109 3523/3794/6191 -f 3523/3794/6191 1904/2138/4109 1905/2139/4110 -f 3524/3796/6193 1909/2143/4114 1911/2145/4116 -f 3649/3798/6195 3526/3799/6196 3527/3800/6197 -f 2461/2767/5032 2460/2765/5030 3528/3801/6198 -f 2494/2799/5064 2492/2798/5063 3640/3802/6199 -f 2516/2822/5087 2515/2820/5085 3631/3803/6200 -f 2519/2825/5090 2518/2823/5088 3529/3804/6201 -f 2526/2832/5097 2525/2830/5095 3628/3805/6202 -f 2531/2837/5102 2530/2835/5100 3531/3806/6203 -f 2536/2841/5106 2534/2839/5104 3623/3807/6204 -f 2542/2848/5113 2541/2846/5111 3532/3808/6205 -f 3604/3809/6206 2539/2844/5109 2567/2873/5138 -f 2394/2697/4962 2392/2695/4960 3534/3810/6207 -f 2411/2715/4980 2410/2713/4978 3586/3811/6208 -f 2414/2717/4982 2412/2716/4981 3652/3812/6209 -f 2386/2689/4954 2385/2687/4952 3536/3813/6210 -f 2418/2721/4986 2416/2719/4984 3537/3814/6211 -f 2422/2726/4991 2421/2724/4989 3538/3815/6212 -f 4698/3816/6213 4699/1578/3549 1417/1580/3551 -f 4319/3817/6214 4317/1666/3637 1482/1665/3636 -f 1537/1741/3712 4018/3818/6215 3558/3819/6216 -f 3940/3820/6217 3938/2124/4095 1894/2123/4094 -f 1369/1523/3494 1368/1524/3495 3644/3821/6218 -f 3809/3822/6219 1370/1521/3492 3539/3823/6220 -f 3809/3822/6219 3539/3823/6220 3541/3824/6221 -f 3540/3825/6222 3544/3826/6223 2487/2793/5058 -f 2487/2793/5058 3544/3826/6223 3539/3823/6220 -f 3539/3823/6220 3544/3826/6223 3541/3824/6221 -f 3546/3827/6224 3542/3828/6225 3543/3829/6226 -f 3543/3829/6226 3542/3828/6225 3540/3825/6222 -f 3540/3825/6222 3542/3828/6225 3544/3826/6223 -f 3838/2135/4106 3546/3827/6224 3545/2134/4105 -f 3545/2134/4105 3546/3827/6224 3543/3829/6226 -f 3547/3830/6227 3550/3831/6228 3548/3832/6229 -f 3940/3820/6217 1894/2123/4094 3547/3830/6227 -f 3940/3820/6217 3547/3830/6227 3548/3832/6229 -f 3550/3831/6228 3547/3830/6227 3549/3833/6230 -f 3550/3831/6228 3549/3833/6230 3551/3834/6231 -f 3551/3834/6231 3549/3833/6230 3552/3835/6232 -f 3553/1754/3725 3551/3834/6231 3552/3835/6232 -f 3555/3836/6233 3557/3837/6234 3556/1745/3716 -f 2465/2770/5035 3557/3837/6234 3555/3836/6233 -f 2465/2770/5035 3559/3838/6235 3557/3837/6234 -f 3558/3819/6216 4018/3818/6215 3559/3838/6235 -f 3647/3839/6236 1536/1739/3710 1537/1741/3712 -f 1528/1731/3702 4049/3840/6237 4048/1732/3703 -f 4049/3840/6237 1528/1731/3702 3562/3841/6238 -f 3562/3841/6238 1528/1731/3702 3560/3842/6239 -f 3562/3841/6238 3560/3842/6239 2451/2756/5021 -f 2449/2754/5019 3561/3843/6240 3562/3841/6238 -f 2449/2754/5019 3562/3841/6238 2451/2756/5021 -f 1526/1726/3697 1527/1728/3699 3648/3844/6241 -f 4099/1719/3690 1518/1718/3689 3564/3845/6242 -f 3564/3845/6242 1518/1718/3689 3563/3846/6243 -f 3567/2748/5013 3565/2746/5011 3569/3847/6244 -f 3569/3847/6244 3566/3848/6245 3567/2748/5013 -f 3565/2746/5011 2441/2744/5009 3568/3849/6246 -f 3568/3849/6246 4127/3850/6247 3569/3847/6244 -f 3568/3849/6246 3569/3847/6244 3565/2746/5011 -f 1516/1713/3684 1517/1715/3686 3568/3849/6246 -f 3568/3849/6246 1517/1715/3686 4127/3850/6247 -f 3527/3800/6197 3573/3851/6248 3570/3852/6249 -f 3527/3800/6197 3570/3852/6249 3571/3853/6250 -f 3527/3800/6197 3572/3854/6251 3573/3851/6248 -f 3573/3851/6248 3572/3854/6251 3574/3855/6252 -f 1507/1700/3671 4182/1702/3673 3642/3856/6253 -f 3642/3856/6253 4182/1702/3673 3574/3855/6252 -f 3576/3857/6254 3575/3858/6255 4211/1691/3662 -f 3575/3858/6255 3576/3857/6254 3578/3859/6256 -f 3577/3860/6257 3579/3861/6258 3578/3859/6256 -f 3538/3815/6212 3580/3862/6259 3579/3861/6258 -f 4238/1690/3661 3580/3862/6259 1491/1689/3660 -f 1491/1689/3660 3580/3862/6259 3538/3815/6212 -f 3582/3863/6260 3581/1678/3649 1492/1677/3648 -f 3582/3863/6260 1492/1677/3648 3537/3814/6211 -f 3584/3864/6261 3585/3865/6262 3583/3866/6263 -f 1490/1676/3647 3585/3865/6262 3584/3864/6261 -f 4319/3817/6214 1482/1665/3636 3586/3811/6208 -f 4319/3817/6214 3586/3811/6208 3587/3867/6264 -f 3589/3868/6265 3588/3869/6266 3535/3870/6267 -f 3590/3871/6268 1481/1664/3635 3589/3868/6265 -f 4369/1655/3626 1472/1654/3625 4372/3872/6269 -f 3591/3873/6270 3594/3874/6271 3592/3875/6272 -f 3591/3873/6270 3592/3875/6272 4372/3872/6269 -f 3591/3873/6270 4372/3872/6269 1472/1654/3625 -f 3594/3874/6271 3591/3873/6270 3593/3876/6273 -f 3595/3877/6274 3597/3878/6275 3593/3876/6273 -f 3593/3876/6273 3597/3878/6275 3596/3879/6276 -f 3593/3876/6273 3596/3879/6276 3594/3874/6271 -f 1471/1651/3622 3597/3878/6275 3595/3877/6274 -f 3534/3810/6207 1470/1649/3620 1471/1651/3622 -f 4426/1642/3613 1462/1641/3612 3599/3880/6277 -f 4480/1628/3599 1453/1627/3598 4483/3881/6278 -f 4483/3881/6278 1453/1627/3598 3602/3882/6279 -f 4483/3881/6278 3602/3882/6279 3603/3883/6280 -f 3603/3883/6280 2568/2875/5140 3604/3809/6206 -f 1451/1623/3594 4509/1625/3596 3643/3884/6281 -f 3643/3884/6281 4509/1625/3596 4507/3885/6282 -f 3605/1616/3587 1445/1615/3586 3606/3886/6283 -f 3605/1616/3587 3606/3886/6283 4539/3887/6284 -f 3607/3888/6285 3608/2867/5132 3609/3889/6286 -f 3607/3888/6285 3609/3889/6286 4539/3887/6284 -f 3608/2867/5132 3611/3890/6287 3609/3889/6286 -f 3608/2867/5132 3610/3891/6288 3611/3890/6287 -f 3611/3890/6287 3610/3891/6288 3612/3892/6289 -f 4565/1613/3584 3612/3892/6289 1435/1612/3583 -f 1435/1612/3583 3612/3892/6289 3610/3891/6288 -f 2552/2858/5123 3616/3893/6290 3614/3894/6291 -f 2552/2858/5123 3614/3894/6291 2554/2860/5125 -f 2554/2860/5125 3614/3894/6291 3613/3895/6292 -f 3615/3896/6293 3617/3897/6294 3616/3893/6290 -f 3615/3896/6293 3616/3893/6290 2551/2856/5121 -f 2551/2856/5121 3616/3893/6290 2552/2858/5123 -f 1434/1601/3572 3617/3897/6294 3615/3896/6293 -f 4641/1591/3562 1426/1590/3561 4643/3898/6295 -f 3619/3899/6296 3618/3900/6297 4643/3898/6295 -f 3619/3899/6296 4643/3898/6295 1426/1590/3561 -f 3622/3901/6298 3620/3902/6299 3621/3903/6300 -f 3618/3900/6297 3619/3899/6296 3620/3902/6299 -f 3532/3808/6205 1425/1589/3560 3622/3901/6298 -f 3623/3807/6204 3625/3904/6301 3624/3905/6302 -f 4698/3816/6213 1417/1580/3551 3623/3807/6204 -f 4698/3816/6213 3623/3807/6204 3624/3905/6302 -f 3626/3906/6303 3625/3904/6301 3531/3806/6203 -f 3530/3907/6304 1416/1577/3548 3626/3906/6303 -f 4752/1568/3539 1407/1567/3538 4755/3908/6305 -f 3628/3805/6202 3627/3909/6306 4755/3908/6305 -f 3628/3805/6202 4755/3908/6305 1407/1567/3538 -f 3630/3910/6307 3629/3911/6308 2522/2828/5093 -f 1406/1564/3535 3529/3804/6201 1405/1562/3533 -f 4809/1555/3526 1398/1554/3525 3631/3803/6200 -f 3632/3912/6309 4811/3913/6310 3631/3803/6200 -f 3631/3803/6200 4811/3913/6310 4809/1555/3526 -f 1397/1551/3522 4835/3914/6311 1396/1549/3520 -f 1396/1549/3520 4835/3914/6311 3633/3915/6312 -f 3633/3915/6312 4835/3914/6311 3634/3916/6313 -f 3633/3915/6312 3634/3916/6313 2511/2816/5081 -f 4860/1541/3512 1389/1540/3511 4864/3917/6314 -f 4864/3917/6314 1389/1540/3511 3635/3918/6315 -f 2500/2805/5070 3638/3919/6316 3636/3920/6317 -f 3637/3921/6318 3638/3919/6316 2500/2805/5070 -f 1387/1536/3507 4889/1538/3509 3637/3921/6318 -f 3637/3921/6318 4889/1538/3509 3638/3919/6316 -f 3640/3802/6199 3639/3922/6319 4918/1527/3498 -f 3528/3801/6198 3645/3923/6320 3641/3924/6321 -f 3639/3922/6319 3640/3802/6199 3641/3924/6321 -f 2480/2785/5050 2477/2783/5048 3547/3830/6227 -f 2471/2776/5041 3646/3925/6322 3552/3835/6232 -f 3547/3830/6227 2477/2783/5048 2476/2781/5046 -f 3547/3830/6227 2476/2781/5046 3549/3833/6230 -f 3549/3833/6230 2476/2781/5046 2474/2780/5045 -f 3549/3833/6230 2474/2780/5045 3552/3835/6232 -f 3552/3835/6232 2474/2780/5045 2473/2778/5043 -f 3552/3835/6232 2473/2778/5043 2471/2776/5041 -f 3559/3838/6235 2465/2770/5035 3558/3819/6216 -f 3558/3819/6216 2465/2770/5035 2463/2768/5033 -f 2471/2776/5041 2469/2774/5039 3646/3925/6322 -f 3646/3925/6322 2469/2774/5039 2466/2772/5037 -f 3646/3925/6322 2466/2772/5037 3555/3836/6233 -f 3555/3836/6233 2466/2772/5037 2465/2770/5035 -f 2457/2762/5027 2455/2760/5025 3560/3842/6239 -f 3560/3842/6239 2455/2760/5025 2452/2758/5023 -f 3560/3842/6239 2452/2758/5023 2451/2756/5021 -f 2434/2737/5002 3572/3854/6251 2435/2739/5004 -f 2435/2739/5004 3572/3854/6251 3527/3800/6197 -f 2435/2739/5004 3527/3800/6197 3526/3799/6196 -f 2435/2739/5004 3526/3799/6196 2438/2741/5006 -f 2438/2741/5006 3526/3799/6196 2439/2743/5008 -f 2434/2737/5002 2432/2736/5001 3572/3854/6251 -f 3572/3854/6251 2432/2736/5001 3642/3856/6253 -f 3572/3854/6251 3642/3856/6253 3574/3855/6252 -f 3576/3857/6254 2427/2730/4995 2425/2729/4994 -f 3578/3859/6256 3576/3857/6254 3577/3860/6257 -f 3577/3860/6257 3576/3857/6254 2425/2729/4994 -f 3577/3860/6257 2425/2729/4994 2424/2727/4992 -f 3538/3815/6212 3579/3861/6258 3577/3860/6257 -f 3538/3815/6212 3577/3860/6257 2422/2726/4991 -f 2422/2726/4991 3577/3860/6257 2424/2727/4992 -f 3583/3866/6263 3582/3863/6260 3536/3813/6210 -f 3536/3813/6210 3582/3863/6260 3537/3814/6211 -f 3536/3813/6210 3537/3814/6211 2386/2689/4954 -f 2386/2689/4954 3537/3814/6211 2416/2719/4984 -f 2385/2687/4952 2414/2717/4982 3536/3813/6210 -f 3536/3813/6210 2414/2717/4982 3584/3864/6261 -f 3536/3813/6210 3584/3864/6261 3583/3866/6263 -f 3587/3867/6264 3586/3811/6208 3588/3869/6266 -f 3588/3869/6266 3586/3811/6208 3535/3870/6267 -f 3535/3870/6267 3586/3811/6208 2410/2713/4978 -f 3535/3870/6267 2410/2713/4978 2407/2711/4976 -f 2407/2711/4976 2406/2709/4974 3535/3870/6267 -f 3535/3870/6267 2406/2709/4974 3590/3871/6268 -f 3535/3870/6267 3590/3871/6268 3589/3868/6265 -f 2403/2706/4971 2401/2704/4969 3591/3873/6270 -f 2396/2699/4964 3595/3877/6274 2397/2701/4966 -f 2397/2701/4966 3595/3877/6274 3593/3876/6273 -f 2397/2701/4966 3593/3876/6273 2399/2702/4967 -f 2399/2702/4967 3593/3876/6273 3591/3873/6270 -f 2399/2702/4967 3591/3873/6270 2401/2704/4969 -f 2388/2691/4956 3600/3926/6323 2389/2693/4958 -f 2389/2693/4958 3600/3926/6323 3525/3927/6324 -f 2388/2691/4956 2576/2882/5147 3600/3926/6323 -f 3600/3926/6323 2576/2882/5147 2575/2881/5146 -f 3600/3926/6323 2575/2881/5146 3601/3928/6325 -f 2572/2878/5143 3533/3929/6326 2575/2881/5146 -f 3604/3809/6206 2568/2875/5140 2539/2844/5109 -f 4507/3885/6282 3604/3809/6206 3643/3884/6281 -f 3643/3884/6281 3604/3809/6206 2567/2873/5138 -f 2560/2865/5130 3610/3891/6288 3608/2867/5132 -f 3608/2867/5132 3607/3888/6285 2562/2869/5134 -f 3619/3899/6296 2547/2852/5117 2545/2851/5116 -f 3620/3902/6299 3619/3899/6296 3621/3903/6300 -f 3621/3903/6300 3619/3899/6296 2545/2851/5116 -f 3621/3903/6300 2545/2851/5116 2544/2849/5114 -f 3532/3808/6205 3622/3901/6298 3621/3903/6300 -f 3532/3808/6205 3621/3903/6300 2542/2848/5113 -f 2542/2848/5113 3621/3903/6300 2544/2849/5114 -f 3531/3806/6203 3625/3904/6301 3623/3807/6204 -f 3531/3806/6203 3623/3807/6204 2531/2837/5102 -f 2531/2837/5102 3623/3807/6204 2534/2839/5104 -f 2530/2835/5100 2528/2833/5098 3531/3806/6203 -f 3531/3806/6203 2528/2833/5098 3530/3907/6304 -f 3531/3806/6203 3530/3907/6304 3626/3906/6303 -f 3627/3909/6306 3628/3805/6202 3629/3911/6308 -f 3629/3911/6308 3628/3805/6202 2522/2828/5093 -f 2522/2828/5093 3628/3805/6202 2525/2830/5095 -f 2522/2828/5093 2521/2826/5091 3630/3910/6307 -f 3632/3912/6309 2512/2818/5083 2511/2816/5081 -f 3632/3912/6309 2511/2816/5081 3634/3916/6313 -f 2511/2816/5081 2509/2814/5079 3633/3915/6312 -f 3633/3915/6312 2509/2814/5079 2507/2812/5077 -f 3636/3920/6317 2501/2807/5072 2500/2805/5070 -f 3637/3921/6318 2500/2805/5070 2497/2802/5067 -f 3528/3801/6198 3641/3924/6321 3640/3802/6199 -f 3528/3801/6198 3640/3802/6199 2461/2767/5032 -f 2461/2767/5032 3640/3802/6199 2492/2798/5063 -f 2460/2765/5030 2491/2796/5061 3528/3801/6198 -f 3528/3801/6198 2491/2796/5061 3644/3821/6218 -f 3528/3801/6198 3644/3821/6218 3645/3923/6320 -f 3645/3923/6320 3644/3821/6218 1368/1524/3495 -f 2487/2793/5058 2486/2791/5056 3540/3825/6222 -f 3540/3825/6222 2486/2791/5056 2484/2789/5054 -f 3540/3825/6222 2484/2789/5054 3543/3829/6226 -f 2463/2768/5033 2457/2762/5027 3558/3819/6216 -f 3558/3819/6216 2457/2762/5027 3647/3839/6236 -f 3558/3819/6216 3647/3839/6236 1537/1741/3712 -f 2449/2754/5019 2448/2753/5018 3648/3844/6241 -f 2449/2754/5019 3648/3844/6241 3561/3843/6240 -f 3561/3843/6240 3648/3844/6241 1527/1728/3699 -f 2445/2750/5015 3567/2748/5013 3563/3846/6243 -f 3563/3846/6243 3567/2748/5013 3564/3845/6242 -f 3564/3845/6242 3567/2748/5013 3566/3848/6245 -f 4155/1705/3676 1509/1704/3675 3571/3853/6250 -f 3571/3853/6250 1509/1704/3675 3649/3798/6195 -f 3571/3853/6250 3649/3798/6195 3527/3800/6197 -f 2396/2699/4964 2394/2697/4962 3595/3877/6274 -f 3595/3877/6274 2394/2697/4962 3534/3810/6207 -f 3595/3877/6274 3534/3810/6207 1471/1651/3622 -f 3525/3927/6324 3600/3926/6323 3598/3930/6327 -f 3525/3927/6324 3598/3930/6327 1462/1641/3612 -f 1462/1641/3612 3598/3930/6327 3599/3880/6277 -f 2575/2881/5146 3533/3929/6326 3601/3928/6325 -f 3601/3928/6325 3533/3929/6326 1460/1636/3607 -f 3601/3928/6325 1460/1636/3607 1461/1638/3609 -f 3602/3882/6279 2570/2876/5141 2568/2875/5140 -f 3602/3882/6279 2568/2875/5140 3603/3883/6280 -f 2528/2833/5098 2526/2832/5097 3530/3907/6304 -f 3530/3907/6304 2526/2832/5097 3650/3931/6328 -f 3530/3907/6304 3650/3931/6328 1416/1577/3548 -f 1416/1577/3548 3650/3931/6328 1415/1575/3546 -f 2521/2826/5091 2519/2825/5090 3630/3910/6307 -f 3630/3910/6307 2519/2825/5090 3529/3804/6201 -f 3630/3910/6307 3529/3804/6201 1406/1564/3535 -f 2515/2820/5085 2512/2818/5083 3631/3803/6200 -f 3631/3803/6200 2512/2818/5083 3632/3912/6309 -f 2504/2809/5074 2501/2807/5072 3636/3920/6317 -f 2504/2809/5074 3636/3920/6317 3635/3918/6315 -f 3635/3918/6315 3636/3920/6317 4864/3917/6314 -f 2482/2787/5052 2480/2785/5050 3651/3932/6329 -f 3651/3932/6329 2480/2785/5050 3547/3830/6227 -f 3651/3932/6329 3547/3830/6227 1901/2125/4096 -f 1901/2125/4096 3547/3830/6227 1894/2123/4094 -f 3556/1745/3716 1538/1744/3715 3555/3836/6233 -f 3555/3836/6233 1538/1744/3715 3554/1752/3723 -f 3555/3836/6233 3554/1752/3723 3646/3925/6322 -f 3646/3925/6322 3554/1752/3723 3553/1754/3725 -f 3646/3925/6322 3553/1754/3725 3552/3835/6232 -f 2412/2716/4981 2411/2715/4980 3652/3812/6209 -f 3652/3812/6209 2411/2715/4980 3586/3811/6208 -f 3652/3812/6209 3586/3811/6208 1483/1667/3638 -f 1483/1667/3638 3586/3811/6208 1482/1665/3636 -f 2406/2709/4974 2404/2708/4973 3590/3871/6268 -f 3590/3871/6268 2404/2708/4973 3653/3933/6330 -f 3590/3871/6268 3653/3933/6330 1481/1664/3635 -f 1481/1664/3635 3653/3933/6330 1480/1662/3633 -f 2565/2871/5136 2562/2869/5134 3607/3888/6285 -f 2565/2871/5136 3607/3888/6285 3606/3886/6283 -f 3606/3886/6283 3607/3888/6285 4539/3887/6284 -f 3654/3934/6331 2536/2841/5106 3623/3807/6204 -f 3654/3934/6331 3623/3807/6204 1419/1581/3552 -f 1419/1581/3552 3623/3807/6204 1417/1580/3551 -f 2496/2801/5066 2494/2799/5064 3655/3935/6332 -f 3655/3935/6332 2494/2799/5064 3640/3802/6199 -f 3655/3935/6332 3640/3802/6199 1378/1526/3497 -f 1378/1526/3497 3640/3802/6199 4918/1527/3498 -f 2484/2789/5054 2482/2787/5052 3543/3829/6226 -f 3543/3829/6226 2482/2787/5052 3651/3932/6329 -f 3543/3829/6226 3651/3932/6329 3545/2134/4105 -f 3545/2134/4105 3651/3932/6329 1901/2125/4096 -f 3554/1752/3723 1538/1744/3715 1539/1743/3714 -f 3647/3839/6236 2457/2762/5027 3560/3842/6239 -f 3647/3839/6236 3560/3842/6239 1536/1739/3710 -f 1536/1739/3710 3560/3842/6239 1528/1731/3702 -f 1536/1739/3710 1528/1731/3702 1529/1730/3701 -f 1518/1718/3689 1519/1717/3688 3563/3846/6243 -f 3563/3846/6243 1519/1717/3688 1526/1726/3697 -f 3563/3846/6243 1526/1726/3697 3648/3844/6241 -f 3563/3846/6243 3648/3844/6241 2445/2750/5015 -f 2445/2750/5015 3648/3844/6241 2446/2752/5017 -f 2446/2752/5017 3648/3844/6241 2448/2753/5018 -f 1509/1704/3675 1510/1706/3677 3649/3798/6195 -f 3649/3798/6195 1510/1706/3677 1516/1713/3684 -f 3649/3798/6195 1516/1713/3684 3568/3849/6246 -f 3649/3798/6195 3568/3849/6246 3526/3799/6196 -f 3526/3799/6196 3568/3849/6246 2441/2744/5009 -f 3526/3799/6196 2441/2744/5009 2439/2743/5008 -f 3656/3936/6333 1501/1693/3664 1507/1700/3671 -f 3656/3936/6333 1507/1700/3671 3642/3856/6253 -f 3656/3936/6333 3642/3856/6253 2429/2732/4997 -f 2429/2732/4997 3642/3856/6253 2431/2734/4999 -f 2431/2734/4999 3642/3856/6253 2432/2736/5001 -f 2429/2732/4997 2427/2730/4995 3576/3857/6254 -f 2429/2732/4997 3576/3857/6254 3656/3936/6333 -f 3656/3936/6333 3576/3857/6254 4211/1691/3662 -f 3656/3936/6333 4211/1691/3662 1501/1693/3664 -f 3657/3937/6334 1497/1680/3651 1491/1689/3660 -f 3657/3937/6334 1491/1689/3660 3538/3815/6212 -f 3657/3937/6334 3538/3815/6212 2420/2723/4988 -f 2420/2723/4988 3538/3815/6212 2421/2724/4989 -f 2420/2723/4988 2418/2721/4986 3657/3937/6334 -f 3657/3937/6334 2418/2721/4986 3537/3814/6211 -f 3657/3937/6334 3537/3814/6211 1492/1677/3648 -f 3657/3937/6334 1492/1677/3648 1497/1680/3651 -f 3584/3864/6261 2414/2717/4982 3652/3812/6209 -f 3584/3864/6261 3652/3812/6209 1490/1676/3647 -f 1490/1676/3647 3652/3812/6209 1483/1667/3638 -f 2404/2708/4973 2403/2706/4971 3653/3933/6330 -f 3653/3933/6330 2403/2706/4971 3591/3873/6270 -f 3653/3933/6330 3591/3873/6270 1480/1662/3633 -f 1480/1662/3633 3591/3873/6270 1472/1654/3625 -f 1480/1662/3633 1472/1654/3625 1473/1653/3624 -f 2392/2695/4960 2389/2693/4958 3534/3810/6207 -f 3534/3810/6207 2389/2693/4958 3525/3927/6324 -f 3534/3810/6207 3525/3927/6324 1470/1649/3620 -f 1470/1649/3620 3525/3927/6324 1462/1641/3612 -f 1470/1649/3620 1462/1641/3612 1463/1640/3611 -f 1453/1627/3598 1454/1629/3600 1460/1636/3607 -f 1453/1627/3598 1460/1636/3607 3602/3882/6279 -f 3602/3882/6279 1460/1636/3607 3533/3929/6326 -f 3602/3882/6279 3533/3929/6326 2570/2876/5141 -f 2570/2876/5141 3533/3929/6326 2572/2878/5143 -f 3606/3886/6283 1445/1615/3586 1451/1623/3594 -f 3606/3886/6283 1451/1623/3594 3643/3884/6281 -f 3606/3886/6283 3643/3884/6281 2565/2871/5136 -f 2565/2871/5136 3643/3884/6281 2567/2873/5138 -f 3658/3938/6335 1438/1603/3574 1435/1612/3583 -f 3658/3938/6335 1435/1612/3583 3610/3891/6288 -f 3658/3938/6335 3610/3891/6288 2558/2864/5129 -f 2558/2864/5129 3610/3891/6288 2560/2865/5130 -f 2558/2864/5129 2557/2862/5127 3658/3938/6335 -f 3658/3938/6335 2557/2862/5127 2554/2860/5125 -f 3658/3938/6335 2554/2860/5125 3613/3895/6292 -f 3658/3938/6335 3613/3895/6292 1438/1603/3574 -f 1438/1603/3574 3613/3895/6292 1437/1604/3575 -f 2551/2856/5121 2549/2854/5119 3615/3896/6293 -f 3615/3896/6293 2549/2854/5119 1433/1592/3563 -f 3615/3896/6293 1433/1592/3563 1434/1601/3572 -f 1426/1590/3561 1433/1592/3563 3619/3899/6296 -f 3619/3899/6296 1433/1592/3563 2549/2854/5119 -f 3619/3899/6296 2549/2854/5119 2547/2852/5117 -f 2541/2846/5111 2536/2841/5106 3532/3808/6205 -f 3532/3808/6205 2536/2841/5106 3654/3934/6331 -f 3532/3808/6205 3654/3934/6331 1425/1589/3560 -f 1425/1589/3560 3654/3934/6331 1419/1581/3552 -f 3650/3931/6328 2526/2832/5097 3628/3805/6202 -f 3650/3931/6328 3628/3805/6202 1415/1575/3546 -f 1415/1575/3546 3628/3805/6202 1407/1567/3538 -f 1415/1575/3546 1407/1567/3538 1408/1566/3537 -f 2518/2823/5088 2516/2822/5087 3529/3804/6201 -f 3529/3804/6201 2516/2822/5087 3631/3803/6200 -f 3529/3804/6201 3631/3803/6200 1405/1562/3533 -f 1405/1562/3533 3631/3803/6200 1399/1553/3524 -f 1399/1553/3524 3631/3803/6200 1398/1554/3525 -f 1389/1540/3511 1390/1542/3513 3635/3918/6315 -f 3635/3918/6315 1390/1542/3513 1396/1549/3520 -f 3635/3918/6315 1396/1549/3520 3633/3915/6312 -f 3635/3918/6315 3633/3915/6312 2504/2809/5074 -f 2504/2809/5074 3633/3915/6312 2507/2812/5077 -f 1378/1526/3497 1381/1529/3500 1387/1536/3507 -f 1378/1526/3497 1387/1536/3507 3655/3935/6332 -f 3655/3935/6332 1387/1536/3507 3637/3921/6318 -f 3655/3935/6332 3637/3921/6318 2496/2801/5066 -f 2496/2801/5066 3637/3921/6318 2497/2802/5067 -f 3659/3939/6336 1374/1520/3491 1369/1523/3494 -f 3659/3939/6336 1369/1523/3494 3644/3821/6218 -f 3659/3939/6336 3644/3821/6218 2489/2795/5060 -f 2489/2795/5060 3644/3821/6218 2491/2796/5061 -f 2489/2795/5060 2487/2793/5058 3659/3939/6336 -f 3659/3939/6336 2487/2793/5058 3539/3823/6220 -f 3659/3939/6336 3539/3823/6220 1374/1520/3491 -f 1374/1520/3491 3539/3823/6220 1370/1521/3492 -s 122 -f 2685/2993/5258 1876/2105/4076 2684/2992/5257 -f 2684/2992/5257 1876/2105/4076 1877/2106/4077 -f 2684/2992/5257 1877/2106/4077 2682/2990/5255 -f 2682/2990/5255 1877/2106/4077 1777/2004/3975 -f 2682/2990/5255 1777/2004/3975 2681/2989/5254 -f 2681/2989/5254 1777/2004/3975 1780/2008/3979 -f 2681/2989/5254 1780/2008/3979 2679/2987/5252 -f 2679/2987/5252 1780/2008/3979 1771/1997/3968 -f 2679/2987/5252 1771/1997/3968 2678/2985/5250 -f 2678/2985/5250 1771/1997/3968 1773/1999/3970 -f 2678/2985/5250 1773/1999/3970 2698/3006/5271 -f 2698/3006/5271 1773/1999/3970 1767/1993/3964 -f 2698/3006/5271 1767/1993/3964 2697/3005/5270 -f 2697/3005/5270 1767/1993/3964 1765/1992/3963 -f 2697/3005/5270 1765/1992/3963 2695/3003/5268 -f 2695/3003/5268 1765/1992/3963 1768/1994/3965 -f 2695/3003/5268 1768/1994/3965 2694/3002/5267 -f 2694/3002/5267 1768/1994/3965 1878/2107/4078 -f 2694/3002/5267 1878/2107/4078 2692/3000/5265 -f 2692/3000/5265 1878/2107/4078 1880/2109/4080 -f 2692/3000/5265 1880/2109/4080 2691/2998/5263 -f 2691/2998/5263 1880/2109/4080 1881/2110/4081 -f 2691/2998/5263 1881/2110/4081 2708/3016/5281 -f 2708/3016/5281 1881/2110/4081 1883/2112/4083 -f 2708/3016/5281 1883/2112/4083 2707/3015/5280 -f 2707/3015/5280 1883/2112/4083 1884/2113/4084 -f 2707/3015/5280 1884/2113/4084 2705/3013/5278 -f 2705/3013/5278 1884/2113/4084 1760/1987/3958 -f 2705/3013/5278 1760/1987/3958 2704/3012/5277 -f 2704/3012/5277 1760/1987/3958 1763/1990/3961 -f 2704/3012/5277 1763/1990/3961 2702/3010/5275 -f 2702/3010/5275 1763/1990/3961 1753/1979/3950 -f 2702/3010/5275 1753/1979/3950 2701/3008/5273 -f 2701/3008/5273 1753/1979/3950 1754/1981/3952 -f 2701/3008/5273 1754/1981/3952 2718/3026/5291 -f 2718/3026/5291 1754/1981/3952 1755/1982/3953 -f 2718/3026/5291 1755/1982/3953 2717/3025/5290 -f 2717/3025/5290 1755/1982/3953 1748/1974/3945 -f 2717/3025/5290 1748/1974/3945 2715/3023/5288 -f 2715/3023/5288 1748/1974/3945 1746/1973/3944 -f 2715/3023/5288 1746/1973/3944 2714/3022/5287 -f 2714/3022/5287 1746/1973/3944 1885/2114/4085 -f 2714/3022/5287 1885/2114/4085 2712/3020/5285 -f 2712/3020/5285 1885/2114/4085 1887/2116/4087 -f 2712/3020/5285 1887/2116/4087 2711/3018/5283 -f 2711/3018/5283 1887/2116/4087 1888/2117/4088 -f 2711/3018/5283 1888/2117/4088 2728/3036/5301 -f 2728/3036/5301 1888/2117/4088 1890/2119/4090 -f 2728/3036/5301 1890/2119/4090 2727/3035/5300 -f 2727/3035/5300 1890/2119/4090 1891/2120/4091 -f 2727/3035/5300 1891/2120/4091 2725/3033/5298 -f 2725/3033/5298 1891/2120/4091 1853/2083/4054 -f 2725/3033/5298 1853/2083/4054 2724/3032/5297 -f 2724/3032/5297 1853/2083/4054 1856/2086/4057 -f 2724/3032/5297 1856/2086/4057 2722/3030/5295 -f 2722/3030/5295 1856/2086/4057 1845/2074/4045 -f 2722/3030/5295 1845/2074/4045 2721/3028/5293 -f 2721/3028/5293 1845/2074/4045 1847/2077/4048 -f 2721/3028/5293 1847/2077/4048 2738/3046/5311 -f 2738/3046/5311 1847/2077/4048 1848/2078/4049 -f 2738/3046/5311 1848/2078/4049 2737/3045/5310 -f 2737/3045/5310 1848/2078/4049 1843/2071/4042 -f 2737/3045/5310 1843/2071/4042 2735/3043/5308 -f 2735/3043/5308 1843/2071/4042 1838/2066/4037 -f 2735/3043/5308 1838/2066/4037 2734/3042/5307 -f 2734/3042/5307 1838/2066/4037 1840/2067/4038 -f 2734/3042/5307 1840/2067/4038 2732/3040/5305 -f 2732/3040/5305 1840/2067/4038 1841/2068/4039 -f 2732/3040/5305 1841/2068/4039 2731/3038/5303 -f 2731/3038/5303 1841/2068/4039 1892/2121/4092 -f 2731/3038/5303 1892/2121/4092 2748/3055/5320 -f 2748/3055/5320 1892/2121/4092 1893/2122/4093 -f 2748/3055/5320 1893/2122/4093 2747/3054/5319 -f 2747/3054/5319 1893/2122/4093 1858/2087/4058 -f 2747/3054/5319 1858/2087/4058 2745/3052/5317 -f 2745/3052/5317 1858/2087/4058 1832/2064/4035 -f 2745/3052/5317 1832/2064/4035 2744/3051/5316 -f 2744/3051/5316 1832/2064/4035 1837/2065/4036 -f 2744/3051/5316 1837/2065/4036 2742/3049/5314 -f 2742/3049/5314 1837/2065/4036 1826/2055/4026 -f 2742/3049/5314 1826/2055/4026 2637/2944/5209 -f 2637/2944/5209 1826/2055/4026 1828/2057/4028 -f 2637/2944/5209 1828/2057/4028 2636/2943/5208 -f 2636/2943/5208 1828/2057/4028 1829/2058/4029 -f 2636/2943/5208 1829/2058/4029 2634/2941/5206 -f 2634/2941/5206 1829/2058/4029 1821/2049/4020 -f 2634/2941/5206 1821/2049/4020 2632/2939/5204 -f 2632/2939/5204 1821/2049/4020 1823/2051/4022 -f 2632/2939/5204 1823/2051/4022 2631/2938/5203 -f 2631/2938/5203 1823/2051/4022 1819/2048/4019 -f 2631/2938/5203 1819/2048/4019 2629/2936/5201 -f 2629/2936/5201 1819/2048/4019 1818/2047/4018 -f 2629/2936/5201 1818/2047/4018 2628/2934/5199 -f 2628/2934/5199 1818/2047/4018 1860/2089/4060 -f 2628/2934/5199 1860/2089/4060 2646/2954/5219 -f 2646/2954/5219 1860/2089/4060 1862/2091/4062 -f 2646/2954/5219 1862/2091/4062 2644/2952/5217 -f 2644/2952/5217 1862/2091/4062 1863/2092/4063 -f 2644/2952/5217 1863/2092/4063 2642/2950/5215 -f 2642/2950/5215 1863/2092/4063 1815/2044/4015 -f 2642/2950/5215 1815/2044/4015 2641/2949/5214 -f 2641/2949/5214 1815/2044/4015 1817/2045/4016 -f 2641/2949/5214 1817/2045/4016 2639/2947/5212 -f 2639/2947/5212 1817/2045/4016 1805/2034/4005 -f 2639/2947/5212 1805/2034/4005 2638/2945/5210 -f 2638/2945/5210 1805/2034/4005 1808/2037/4008 -f 2638/2945/5210 1808/2037/4008 2656/2964/5229 -f 2656/2964/5229 1808/2037/4008 1809/2038/4009 -f 2656/2964/5229 1809/2038/4009 2654/2962/5227 -f 2654/2962/5227 1809/2038/4009 1811/2040/4011 -f 2654/2962/5227 1811/2040/4011 2652/2960/5225 -f 2652/2960/5225 1811/2040/4011 1801/2030/4001 -f 2652/2960/5225 1801/2030/4001 2651/2959/5224 -f 2651/2959/5224 1801/2030/4001 1800/2029/4000 -f 2651/2959/5224 1800/2029/4000 2649/2957/5222 -f 2649/2957/5222 1800/2029/4000 1799/2028/3999 -f 2649/2957/5222 1799/2028/3999 2648/2955/5220 -f 2648/2955/5220 1799/2028/3999 1864/2093/4064 -f 2648/2955/5220 1864/2093/4064 2666/2974/5239 -f 2666/2974/5239 1864/2093/4064 1866/2095/4066 -f 2666/2974/5239 1866/2095/4066 2664/2972/5237 -f 2664/2972/5237 1866/2095/4066 1867/2096/4067 -f 2664/2972/5237 1867/2096/4067 2662/2970/5235 -f 2662/2970/5235 1867/2096/4067 1869/2098/4069 -f 2662/2970/5235 1869/2098/4069 2661/2969/5234 -f 2661/2969/5234 1869/2098/4069 1870/2099/4070 -f 2661/2969/5234 1870/2099/4070 2659/2967/5232 -f 2659/2967/5232 1870/2099/4070 1790/2018/3989 -f 2659/2967/5232 1790/2018/3989 2658/2965/5230 -f 2658/2965/5230 1790/2018/3989 1793/2022/3993 -f 2658/2965/5230 1793/2022/3993 2676/2984/5249 -f 2676/2984/5249 1793/2022/3993 1796/2024/3995 -f 2676/2984/5249 1796/2024/3995 2674/2982/5247 -f 2674/2982/5247 1796/2024/3995 1797/2025/3996 -f 2674/2982/5247 1797/2025/3996 2672/2980/5245 -f 2672/2980/5245 1797/2025/3996 1781/2009/3980 -f 2672/2980/5245 1781/2009/3980 2671/2979/5244 -f 2671/2979/5244 1781/2009/3980 1782/2011/3982 -f 2671/2979/5244 1782/2011/3982 2669/2977/5242 -f 2669/2977/5242 1782/2011/3982 1784/2013/3984 -f 2669/2977/5242 1784/2013/3984 2668/2975/5240 -f 2668/2975/5240 1784/2013/3984 1871/2100/4071 -f 2668/2975/5240 1871/2100/4071 2689/2997/5262 -f 2689/2997/5262 1871/2100/4071 1873/2102/4073 -f 2689/2997/5262 1873/2102/4073 2687/2995/5260 -f 2687/2995/5260 1873/2102/4073 1874/2103/4074 -f 2687/2995/5260 1874/2103/4074 2685/2993/5258 -f 2685/2993/5258 1874/2103/4074 1876/2105/4076 -f 2700/2986/5251 2699/3007/5272 3742/3940/6337 -f 2710/2999/5264 2709/3017/5282 3736/3941/6338 -f 2720/3009/5274 2719/3027/5292 3730/3942/6339 -f 2730/3019/5284 2729/3037/5302 3724/3943/6340 -f 2741/3048/5313 2635/2942/5207 3764/3944/6341 -f 2635/2942/5207 2633/2940/5205 3703/3945/6342 -f 2647/2935/5200 2645/2953/5218 3759/3946/6343 -f 2645/2953/5218 2643/2951/5216 3696/3947/6344 -f 2657/2946/5211 2655/2963/5228 3755/3948/6345 -f 2655/2963/5228 2653/2961/5226 3689/3949/6346 -f 2667/2956/5221 2665/2973/5238 3751/3950/6347 -f 2665/2973/5238 2663/2971/5236 3681/3951/6348 -f 2677/2966/5231 2675/2983/5248 3661/3952/6349 -f 2675/2983/5248 2673/2981/5246 3671/3953/6350 -f 2600/2907/5172 2591/2897/5162 3662/3954/6351 -f 3662/3954/6351 2591/2897/5162 3748/3955/6352 -f 3662/3954/6351 3748/3955/6352 3674/3956/6353 -f 3663/3957/6354 3662/3954/6351 3674/3956/6353 -f 3663/3957/6354 3674/3956/6353 3745/3958/6355 -f 3664/3959/6356 3663/3957/6354 3745/3958/6355 -f 2603/2902/5167 2600/2907/5172 3802/3960/6357 -f 3802/3960/6357 2600/2907/5172 3662/3954/6351 -f 3802/3960/6357 3662/3954/6351 3665/3961/6358 -f 3665/3961/6358 3662/3954/6351 3663/3957/6354 -f 3665/3961/6358 3663/3957/6354 3666/3962/6359 -f 3666/3962/6359 3663/3957/6354 3664/3959/6356 -f 3666/3962/6359 3664/3959/6356 3669/3963/6360 -f 3667/3964/6361 3665/3961/6358 3666/3962/6359 -f 3667/3964/6361 3666/3962/6359 3660/3965/6362 -f 3660/3965/6362 3666/3962/6359 3669/3963/6360 -f 3671/3953/6350 3670/3966/6363 3673/3967/6364 -f 3673/3967/6364 3670/3966/6363 3672/3968/6365 -f 3673/3967/6364 3672/3968/6365 3674/3956/6353 -f 2591/2897/5162 2585/2884/5149 3675/3969/6366 -f 3675/3969/6366 2585/2884/5149 3676/3970/6367 -f 3675/3969/6366 3676/3970/6367 3677/3971/6368 -f 3677/3971/6368 3676/3970/6367 3678/3972/6369 -f 3677/3971/6368 3678/3972/6369 3680/3973/6370 -f 3680/3973/6370 3678/3972/6369 3679/3974/6371 -f 3680/3973/6370 3679/3974/6371 3682/3975/6372 -f 3682/3975/6372 3679/3974/6371 3681/3951/6348 -f 2585/2884/5149 2583/2891/5156 3683/3976/6373 -f 3683/3976/6373 2583/2891/5156 3684/3977/6374 -f 3683/3976/6373 3684/3977/6374 3685/3978/6375 -f 3685/3978/6375 3684/3977/6374 3686/3979/6376 -f 3685/3978/6375 3686/3979/6376 3688/3980/6377 -f 3688/3980/6377 3686/3979/6376 3687/3981/6378 -f 3688/3980/6377 3687/3981/6378 3690/3982/6379 -f 3690/3982/6379 3687/3981/6378 3689/3949/6346 -f 2590/2889/5154 2587/2894/5159 3691/3983/6380 -f 3692/3984/6381 3691/3983/6380 3693/3985/6382 -f 3692/3984/6381 3693/3985/6382 3694/3986/6383 -f 3694/3986/6383 3693/3985/6382 3695/3987/6384 -f 3694/3986/6383 3695/3987/6384 3697/3988/6385 -f 3697/3988/6385 3695/3987/6384 3696/3947/6344 -f 3698/3989/6386 2616/2911/5176 3699/3990/6387 -f 3698/3989/6386 3699/3990/6387 3700/3991/6388 -f 3700/3991/6388 3699/3990/6387 3702/3992/6389 -f 3702/3992/6389 3699/3990/6387 3701/3993/6390 -f 3702/3992/6389 3701/3993/6390 3704/3994/6391 -f 3704/3994/6391 3701/3993/6390 3703/3945/6342 -f 2616/2911/5176 2612/2919/5184 3705/3995/6392 -f 3708/3996/6393 3706/3997/6394 3707/3998/6395 -f 3708/3996/6393 3707/3998/6395 3710/3999/6396 -f 3710/3999/6396 3707/3998/6395 3709/4000/6397 -f 3711/4001/6398 2612/2919/5184 3712/4002/6399 -f 3711/4001/6398 3712/4002/6399 3713/4003/6400 -f 3713/4003/6400 3712/4002/6399 3714/4004/6401 -f 3713/4003/6400 3714/4004/6401 3716/4005/6402 -f 3716/4005/6402 3714/4004/6401 3715/4006/6403 -f 3716/4005/6402 3715/4006/6403 3718/4007/6404 -f 3718/4007/6404 3715/4006/6403 3717/4008/6405 -f 3779/4009/6406 2619/2926/5191 3719/4010/6407 -f 3779/4009/6406 3719/4010/6407 3721/4011/6408 -f 3721/4011/6408 3719/4010/6407 3720/4012/6409 -f 3721/4011/6408 3720/4012/6409 3722/4013/6410 -f 3721/4011/6408 3722/4013/6410 3723/4014/6411 -f 3723/4014/6411 3722/4013/6410 3724/3943/6340 -f 3723/4014/6411 3724/3943/6340 3725/4015/6412 -f 3785/4016/6413 2626/2924/5189 3726/4017/6414 -f 3785/4016/6413 3726/4017/6414 3727/4018/6415 -f 3729/4019/6416 3727/4018/6415 3728/4020/6417 -f 3729/4019/6416 3728/4020/6417 3731/4021/6418 -f 3731/4021/6418 3728/4020/6417 3730/3942/6339 -f 3790/4022/6419 2623/2930/5195 3732/4023/6420 -f 3790/4022/6419 3732/4023/6420 3733/4024/6421 -f 3735/4025/6422 3733/4024/6421 3734/4026/6423 -f 3735/4025/6422 3734/4026/6423 3737/4027/6424 -f 3737/4027/6424 3734/4026/6423 3736/3941/6338 -f 3796/4028/6425 2597/2904/5169 3738/4029/6426 -f 3796/4028/6425 3738/4029/6426 3739/4030/6427 -f 3741/4031/6428 3739/4030/6427 3740/4032/6429 -f 3741/4031/6428 3740/4032/6429 3743/4033/6430 -f 3743/4033/6430 3740/4032/6429 3742/3940/6337 -f 2686/2994/5259 3669/3963/6360 2688/2996/5261 -f 2688/2996/5261 3669/3963/6360 3668/4034/6431 -f 2688/2996/5261 3668/4034/6431 2690/2976/5241 -f 3744/4035/6432 2690/2976/5241 3668/4034/6431 -f 3744/4035/6432 3668/4034/6431 3745/3958/6355 -f 2670/2978/5243 2690/2976/5241 3670/3966/6363 -f 3670/3966/6363 2690/2976/5241 3744/4035/6432 -f 3670/3966/6363 3744/4035/6432 3672/3968/6365 -f 3672/3968/6365 3744/4035/6432 3745/3958/6355 -f 3671/3953/6350 2673/2981/5246 3670/3966/6363 -f 3670/3966/6363 2673/2981/5246 2670/2978/5243 -f 3661/3952/6349 2675/2983/5248 3671/3953/6350 -f 3661/3952/6349 3671/3953/6350 3746/4036/6433 -f 3746/4036/6433 3671/3953/6350 3673/3967/6364 -f 3746/4036/6433 3673/3967/6364 3747/4037/6434 -f 3747/4037/6434 3673/3967/6364 3674/3956/6353 -f 3747/4037/6434 3674/3956/6353 3748/3955/6352 -f 3749/4038/6435 2677/2966/5231 3661/3952/6349 -f 3749/4038/6435 3661/3952/6349 3746/4036/6433 -f 3749/4038/6435 3746/4036/6433 3750/4039/6436 -f 3750/4039/6436 3746/4036/6433 3747/4037/6434 -f 3750/4039/6436 3747/4037/6434 3677/3971/6368 -f 3677/3971/6368 3747/4037/6434 3675/3969/6366 -f 3675/3969/6366 3747/4037/6434 3748/3955/6352 -f 3675/3969/6366 3748/3955/6352 2591/2897/5162 -f 3750/4039/6436 3677/3971/6368 3680/3973/6370 -f 3750/4039/6436 3680/3973/6370 3749/4038/6435 -f 3749/4038/6435 3680/3973/6370 3682/3975/6372 -f 3749/4038/6435 3682/3975/6372 2677/2966/5231 -f 2677/2966/5231 3682/3975/6372 2660/2968/5233 -f 3681/3951/6348 2663/2971/5236 3682/3975/6372 -f 3682/3975/6372 2663/2971/5236 2660/2968/5233 -f 3751/3950/6347 2665/2973/5238 3681/3951/6348 -f 3751/3950/6347 3681/3951/6348 3752/4040/6437 -f 3752/4040/6437 3681/3951/6348 3679/3974/6371 -f 3752/4040/6437 3679/3974/6371 3678/3972/6369 -f 3753/4041/6438 2667/2956/5221 3751/3950/6347 -f 3753/4041/6438 3751/3950/6347 3754/4042/6439 -f 3754/4042/6439 3751/3950/6347 3752/4040/6437 -f 3754/4042/6439 3752/4040/6437 3685/3978/6375 -f 3685/3978/6375 3752/4040/6437 3678/3972/6369 -f 3685/3978/6375 3678/3972/6369 3683/3976/6373 -f 3683/3976/6373 3678/3972/6369 3676/3970/6367 -f 3683/3976/6373 3676/3970/6367 2585/2884/5149 -f 3754/4042/6439 3685/3978/6375 3688/3980/6377 -f 3754/4042/6439 3688/3980/6377 3753/4041/6438 -f 3753/4041/6438 3688/3980/6377 3690/3982/6379 -f 3753/4041/6438 3690/3982/6379 2667/2956/5221 -f 2667/2956/5221 3690/3982/6379 2650/2958/5223 -f 3689/3949/6346 2653/2961/5226 3690/3982/6379 -f 3690/3982/6379 2653/2961/5226 2650/2958/5223 -f 3755/3948/6345 2655/2963/5228 3689/3949/6346 -f 3755/3948/6345 3689/3949/6346 3756/4043/6440 -f 3756/4043/6440 3689/3949/6346 3687/3981/6378 -f 3756/4043/6440 3687/3981/6378 3686/3979/6376 -f 3757/4044/6441 2657/2946/5211 3755/3948/6345 -f 3757/4044/6441 3755/3948/6345 3758/4045/6442 -f 3758/4045/6442 3755/3948/6345 3756/4043/6440 -f 3758/4045/6442 3756/4043/6440 3692/3984/6381 -f 3692/3984/6381 3756/4043/6440 3686/3979/6376 -f 3692/3984/6381 3686/3979/6376 2590/2889/5154 -f 2590/2889/5154 3686/3979/6376 3684/3977/6374 -f 2590/2889/5154 3684/3977/6374 2583/2891/5156 -f 2590/2889/5154 3691/3983/6380 3692/3984/6381 -f 3758/4045/6442 3692/3984/6381 3694/3986/6383 -f 3758/4045/6442 3694/3986/6383 3757/4044/6441 -f 3757/4044/6441 3694/3986/6383 3697/3988/6385 -f 3757/4044/6441 3697/3988/6385 2657/2946/5211 -f 2657/2946/5211 3697/3988/6385 2640/2948/5213 -f 3696/3947/6344 2643/2951/5216 3697/3988/6385 -f 3697/3988/6385 2643/2951/5216 2640/2948/5213 -f 3759/3946/6343 2645/2953/5218 3696/3947/6344 -f 3759/3946/6343 3696/3947/6344 3760/4046/6443 -f 3760/4046/6443 3696/3947/6344 3695/3987/6384 -f 3760/4046/6443 3695/3987/6384 3693/3985/6382 -f 3760/4046/6443 3693/3985/6382 3761/4047/6444 -f 3761/4047/6444 3693/3985/6382 3691/3983/6380 -f 3761/4047/6444 3691/3983/6380 2587/2894/5159 -f 3762/4048/6445 2647/2935/5200 3759/3946/6343 -f 3762/4048/6445 3759/3946/6343 3763/4049/6446 -f 3763/4049/6446 3759/3946/6343 3760/4046/6443 -f 3763/4049/6446 3760/4046/6443 3700/3991/6388 -f 3700/3991/6388 3760/4046/6443 3761/4047/6444 -f 3700/3991/6388 3761/4047/6444 3698/3989/6386 -f 3698/3989/6386 3761/4047/6444 2587/2894/5159 -f 2587/2894/5159 2616/2911/5176 3698/3989/6386 -f 3763/4049/6446 3700/3991/6388 3702/3992/6389 -f 3763/4049/6446 3702/3992/6389 3762/4048/6445 -f 3762/4048/6445 3702/3992/6389 3704/3994/6391 -f 3762/4048/6445 3704/3994/6391 2647/2935/5200 -f 2647/2935/5200 3704/3994/6391 2630/2937/5202 -f 3703/3945/6342 2633/2940/5205 3704/3994/6391 -f 3704/3994/6391 2633/2940/5205 2630/2937/5202 -f 3764/3944/6341 2635/2942/5207 3703/3945/6342 -f 3764/3944/6341 3703/3945/6342 3765/4050/6447 -f 3765/4050/6447 3703/3945/6342 3701/3993/6390 -f 3765/4050/6447 3701/3993/6390 3766/4051/6448 -f 3766/4051/6448 3701/3993/6390 3699/3990/6387 -f 3766/4051/6448 3699/3990/6387 3767/4052/6449 -f 3767/4052/6449 3699/3990/6387 2616/2911/5176 -f 3768/4053/6450 2741/3048/5313 3764/3944/6341 -f 3768/4053/6450 3764/3944/6341 3769/4054/6451 -f 3769/4054/6451 3764/3944/6341 3765/4050/6447 -f 3769/4054/6451 3765/4050/6447 3766/4051/6448 -f 3767/4052/6449 2616/2911/5176 3705/3995/6392 -f 3767/4052/6449 3705/3995/6392 3766/4051/6448 -f 3766/4051/6448 3705/3995/6392 3706/3997/6394 -f 3766/4051/6448 3706/3997/6394 3769/4054/6451 -f 3769/4054/6451 3706/3997/6394 3708/3996/6393 -f 3769/4054/6451 3708/3996/6393 3768/4053/6450 -f 3768/4053/6450 3708/3996/6393 3710/3999/6396 -f 3768/4053/6450 3710/3999/6396 2741/3048/5313 -f 2741/3048/5313 3710/3999/6396 2743/3050/5315 -f 2750/3039/5304 2749/3056/5321 3770/4055/6452 -f 3770/4055/6452 2749/3056/5321 3709/4000/6397 -f 3770/4055/6452 3709/4000/6397 3771/4056/6453 -f 3771/4056/6453 3709/4000/6397 3707/3998/6395 -f 3771/4056/6453 3707/3998/6395 3772/4057/6454 -f 3772/4057/6454 3707/3998/6395 3706/3997/6394 -f 3772/4057/6454 3706/3997/6394 3705/3995/6392 -f 3772/4057/6454 3705/3995/6392 2612/2919/5184 -f 2749/3056/5321 2746/3053/5318 3709/4000/6397 -f 3709/4000/6397 2746/3053/5318 3710/3999/6396 -f 3710/3999/6396 2746/3053/5318 2743/3050/5315 -f 3773/4058/6455 2750/3039/5304 3770/4055/6452 -f 3773/4058/6455 3770/4055/6452 3774/4059/6456 -f 3774/4059/6456 3770/4055/6452 3771/4056/6453 -f 3774/4059/6456 3771/4056/6453 3713/4003/6400 -f 3713/4003/6400 3771/4056/6453 3772/4057/6454 -f 3713/4003/6400 3772/4057/6454 3711/4001/6398 -f 3711/4001/6398 3772/4057/6454 2612/2919/5184 -f 3774/4059/6456 3713/4003/6400 3716/4005/6402 -f 3774/4059/6456 3716/4005/6402 3773/4058/6455 -f 3773/4058/6455 3716/4005/6402 3718/4007/6404 -f 3773/4058/6455 3718/4007/6404 2750/3039/5304 -f 2750/3039/5304 3718/4007/6404 2733/3041/5306 -f 2740/3029/5294 2739/3047/5312 3775/4060/6457 -f 3775/4060/6457 2739/3047/5312 3717/4008/6405 -f 3775/4060/6457 3717/4008/6405 3776/4061/6458 -f 3776/4061/6458 3717/4008/6405 3715/4006/6403 -f 3776/4061/6458 3715/4006/6403 3714/4004/6401 -f 2608/2915/5180 3712/4002/6399 2612/2919/5184 -f 2739/3047/5312 2736/3044/5309 3717/4008/6405 -f 3717/4008/6405 2736/3044/5309 3718/4007/6404 -f 3718/4007/6404 2736/3044/5309 2733/3041/5306 -f 3777/4062/6459 2740/3029/5294 3775/4060/6457 -f 3777/4062/6459 3775/4060/6457 3778/4063/6460 -f 3778/4063/6460 3775/4060/6457 3776/4061/6458 -f 3778/4063/6460 3776/4061/6458 3780/4064/6461 -f 3780/4064/6461 3776/4061/6458 3714/4004/6401 -f 3780/4064/6461 3714/4004/6401 2608/2915/5180 -f 2608/2915/5180 3714/4004/6401 3712/4002/6399 -f 2608/2915/5180 3779/4009/6406 3780/4064/6461 -f 3778/4063/6460 3780/4064/6461 3781/4065/6462 -f 3778/4063/6460 3781/4065/6462 3777/4062/6459 -f 3777/4062/6459 3781/4065/6462 3782/4066/6463 -f 3777/4062/6459 3782/4066/6463 2740/3029/5294 -f 2740/3029/5294 3782/4066/6463 2723/3031/5296 -f 2726/3034/5299 2723/3031/5296 3725/4015/6412 -f 3725/4015/6412 2723/3031/5296 3782/4066/6463 -f 3725/4015/6412 3782/4066/6463 3723/4014/6411 -f 3723/4014/6411 3782/4066/6463 3781/4065/6462 -f 3723/4014/6411 3781/4065/6462 3721/4011/6408 -f 3721/4011/6408 3781/4065/6462 3780/4064/6461 -f 3721/4011/6408 3780/4064/6461 3779/4009/6406 -f 2619/2926/5191 3779/4009/6406 2608/2915/5180 -f 3724/3943/6340 2729/3037/5302 3725/4015/6412 -f 3725/4015/6412 2729/3037/5302 2726/3034/5299 -f 3783/4067/6464 2730/3019/5284 3724/3943/6340 -f 3783/4067/6464 3724/3943/6340 3784/4068/6465 -f 3784/4068/6465 3724/3943/6340 3722/4013/6410 -f 3784/4068/6465 3722/4013/6410 3720/4012/6409 -f 2619/2926/5191 2626/2924/5189 3719/4010/6407 -f 3719/4010/6407 2626/2924/5189 3785/4016/6413 -f 3719/4010/6407 3785/4016/6413 3720/4012/6409 -f 3720/4012/6409 3785/4016/6413 3786/4069/6466 -f 3720/4012/6409 3786/4069/6466 3784/4068/6465 -f 3784/4068/6465 3786/4069/6466 3787/4070/6467 -f 3784/4068/6465 3787/4070/6467 3783/4067/6464 -f 3783/4067/6464 3787/4070/6467 2713/3021/5286 -f 3783/4067/6464 2713/3021/5286 2730/3019/5284 -f 2716/3024/5289 2713/3021/5286 3731/4021/6418 -f 3731/4021/6418 2713/3021/5286 3787/4070/6467 -f 3731/4021/6418 3787/4070/6467 3729/4019/6416 -f 3729/4019/6416 3787/4070/6467 3786/4069/6466 -f 3729/4019/6416 3786/4069/6466 3727/4018/6415 -f 3727/4018/6415 3786/4069/6466 3785/4016/6413 -f 3730/3942/6339 2719/3027/5292 3731/4021/6418 -f 3731/4021/6418 2719/3027/5292 2716/3024/5289 -f 3788/4071/6468 2720/3009/5274 3730/3942/6339 -f 3788/4071/6468 3730/3942/6339 3789/4072/6469 -f 3789/4072/6469 3730/3942/6339 3728/4020/6417 -f 3789/4072/6469 3728/4020/6417 3791/4073/6470 -f 3791/4073/6470 3728/4020/6417 3727/4018/6415 -f 3791/4073/6470 3727/4018/6415 3726/4017/6414 -f 2626/2924/5189 2623/2930/5195 3726/4017/6414 -f 3726/4017/6414 2623/2930/5195 3790/4022/6419 -f 3726/4017/6414 3790/4022/6419 3791/4073/6470 -f 3789/4072/6469 3791/4073/6470 3792/4074/6471 -f 3789/4072/6469 3792/4074/6471 3788/4071/6468 -f 3788/4071/6468 3792/4074/6471 3793/4075/6472 -f 3788/4071/6468 3793/4075/6472 2720/3009/5274 -f 2720/3009/5274 3793/4075/6472 2703/3011/5276 -f 2706/3014/5279 2703/3011/5276 3737/4027/6424 -f 3737/4027/6424 2703/3011/5276 3793/4075/6472 -f 3737/4027/6424 3793/4075/6472 3735/4025/6422 -f 3735/4025/6422 3793/4075/6472 3792/4074/6471 -f 3735/4025/6422 3792/4074/6471 3733/4024/6421 -f 3733/4024/6421 3792/4074/6471 3791/4073/6470 -f 3733/4024/6421 3791/4073/6470 3790/4022/6419 -f 3736/3941/6338 2709/3017/5282 3737/4027/6424 -f 3737/4027/6424 2709/3017/5282 2706/3014/5279 -f 3794/4076/6473 2710/2999/5264 3736/3941/6338 -f 3794/4076/6473 3736/3941/6338 3795/4077/6474 -f 3795/4077/6474 3736/3941/6338 3734/4026/6423 -f 3795/4077/6474 3734/4026/6423 3797/4078/6475 -f 3797/4078/6475 3734/4026/6423 3733/4024/6421 -f 3797/4078/6475 3733/4024/6421 3732/4023/6420 -f 2597/2904/5169 3732/4023/6420 2623/2930/5195 -f 3732/4023/6420 2597/2904/5169 3796/4028/6425 -f 3732/4023/6420 3796/4028/6425 3797/4078/6475 -f 3795/4077/6474 3797/4078/6475 3798/4079/6476 -f 3795/4077/6474 3798/4079/6476 3794/4076/6473 -f 3794/4076/6473 3798/4079/6476 3799/4080/6477 -f 3794/4076/6473 3799/4080/6477 2710/2999/5264 -f 2710/2999/5264 3799/4080/6477 2693/3001/5266 -f 2696/3004/5269 2693/3001/5266 3743/4033/6430 -f 3743/4033/6430 2693/3001/5266 3799/4080/6477 -f 3743/4033/6430 3799/4080/6477 3741/4031/6428 -f 3741/4031/6428 3799/4080/6477 3798/4079/6476 -f 3741/4031/6428 3798/4079/6476 3739/4030/6427 -f 3739/4030/6427 3798/4079/6476 3797/4078/6475 -f 3739/4030/6427 3797/4078/6475 3796/4028/6425 -f 3742/3940/6337 2699/3007/5272 3743/4033/6430 -f 3743/4033/6430 2699/3007/5272 2696/3004/5269 -f 3800/4081/6478 2700/2986/5251 3742/3940/6337 -f 3800/4081/6478 3742/3940/6337 3801/4082/6479 -f 3801/4082/6479 3742/3940/6337 3740/4032/6429 -f 3801/4082/6479 3740/4032/6429 3803/4083/6480 -f 3803/4083/6480 3740/4032/6429 3739/4030/6427 -f 3803/4083/6480 3739/4030/6427 3738/4029/6426 -f 2597/2904/5169 2603/2902/5167 3738/4029/6426 -f 3738/4029/6426 2603/2902/5167 3802/3960/6357 -f 3738/4029/6426 3802/3960/6357 3803/4083/6480 -f 3801/4082/6479 3803/4083/6480 3804/4084/6481 -f 3801/4082/6479 3804/4084/6481 3800/4081/6478 -f 3800/4081/6478 3804/4084/6481 3805/4085/6482 -f 3800/4081/6478 3805/4085/6482 2700/2986/5251 -f 2700/2986/5251 3805/4085/6482 2680/2988/5253 -f 2683/2991/5256 2680/2988/5253 3660/3965/6362 -f 3660/3965/6362 2680/2988/5253 3805/4085/6482 -f 3660/3965/6362 3805/4085/6482 3667/3964/6361 -f 3667/3964/6361 3805/4085/6482 3804/4084/6481 -f 3667/3964/6361 3804/4084/6481 3665/3961/6358 -f 3665/3961/6358 3804/4084/6481 3803/4083/6480 -f 3665/3961/6358 3803/4083/6480 3802/3960/6357 -f 3674/3956/6353 3672/3968/6365 3745/3958/6355 -f 3664/3959/6356 3745/3958/6355 3668/4034/6431 -f 3664/3959/6356 3668/4034/6431 3669/3963/6360 -f 3660/3965/6362 3669/3963/6360 2686/2994/5259 -f 3660/3965/6362 2686/2994/5259 2683/2991/5256 -s 39 -f 3544/3826/6483 3542/3828/6484 3837/4086/6485 -f 3544/3826/6483 3837/4086/6485 3810/4087/6486 -f 3806/4088/6487 3840/4089/6488 3820/4090/6489 -f 3820/4090/6489 3840/4089/6488 3849/4091/6490 -f 3820/4090/6489 3849/4091/6490 3830/4092/6491 -f 3830/4092/6491 3849/4091/6490 3859/4093/6492 -f 3830/4092/6491 3859/4093/6492 3831/4094/6493 -f 3831/4094/6493 3859/4093/6492 3860/4095/6494 -f 3831/4094/6495 3860/4095/6496 3807/2266/4253 -f 3831/4094/6495 3807/2266/4253 2017/2267/4254 -f 3810/4087/6486 3837/4086/6485 3848/4096/6497 -f 3810/4087/6486 3848/4096/6497 3818/4097/6498 -f 3818/4097/6498 3848/4096/6497 3841/4098/6499 -f 3818/4097/6498 3841/4098/6499 3806/4088/6487 -f 3806/4088/6487 3841/4098/6499 3840/4089/6488 -f 3809/3822/6500 3808/4099/6501 1370/1521/6502 -f 3814/4100/6503 1370/1521/6502 3808/4099/6501 -f 1370/1521/6502 3814/4100/6503 1377/1514/6504 -f 3544/3826/6483 3810/4087/6486 3541/3824/6505 -f 3814/4100/6506 3813/4101/6507 1377/1514/6508 -f 3812/4102/6509 3814/4100/6506 3808/4099/6501 -f 3808/4099/6501 3809/3822/6500 3815/4103/6510 -f 3815/4103/6510 3812/4102/6509 3808/4099/6501 -f 3816/4104/6511 3811/4105/6512 3812/4102/6509 -f 3816/4104/6511 3812/4102/6509 3815/4103/6510 -f 3817/4106/6513 3811/4105/6512 3816/4104/6511 -f 3816/4104/6514 3815/4103/6510 3541/3824/6505 -f 3541/3824/6505 3815/4103/6510 3809/3822/6500 -f 3817/4106/6513 3816/4104/6511 3818/4097/6498 -f 3818/4097/6498 3816/4104/6515 3810/4087/6486 -f 3810/4087/6486 3816/4104/6514 3541/3824/6505 -f 3806/4088/6487 3817/4106/6513 3818/4097/6498 -f 3813/4101/6507 3814/4100/6506 3812/4102/6509 -f 3813/4101/6507 3812/4102/6509 3819/4107/6516 -f 3819/4107/6516 3812/4102/6509 3811/4105/6512 -f 3819/4107/6516 3811/4105/6512 3827/4108/6517 -f 3806/4088/6487 3820/4090/6489 3817/4106/6513 -f 3817/4106/6513 3820/4090/6489 3821/4109/6518 -f 3817/4106/6513 3821/4109/6518 3811/4105/6512 -f 3811/4105/6512 3821/4109/6518 3827/4108/6517 -f 3824/4110/6519 1377/1514/6508 3813/4101/6507 -f 3825/4111/6520 3824/4110/6519 3813/4101/6507 -f 3825/4111/6520 3813/4101/6507 3819/4107/6516 -f 3826/4112/6521 3823/4113/6522 3825/4111/6520 -f 3826/4112/6521 3825/4111/6520 3819/4107/6516 -f 3828/4114/6523 3823/4113/6522 3826/4112/6521 -f 3827/4108/6524 3826/4112/6521 3819/4107/6516 -f 3822/4115/6525 3828/4114/6523 3826/4112/6521 -f 3829/4116/6526 3826/4112/6521 3827/4108/6524 -f 3822/4115/6525 3826/4112/6521 2017/2267/4254 -f 2017/2267/4254 3826/4112/6521 3829/4116/6527 -f 3830/4092/6491 3829/4116/6526 3827/4108/6524 -f 3830/4092/6491 3827/4108/6524 3821/4109/6528 -f 3831/4094/6495 2017/2267/4254 3829/4116/6527 -f 3831/4094/6493 3829/4116/6526 3830/4092/6491 -f 3830/4092/6491 3821/4109/6518 3820/4090/6489 -f 1372/1515/6529 1377/1514/6508 3824/4110/6519 -f 1372/1515/6529 3824/4110/6519 3832/4117/6530 -f 3832/4117/6530 3824/4110/6519 3825/4111/6520 -f 3833/4118/6531 3832/4117/6530 3823/4113/6522 -f 3832/4117/6530 3825/4111/6520 3823/4113/6522 -f 3833/4118/6531 3823/4113/6522 3828/4114/6523 -f 3833/4118/6531 3828/4114/6523 3834/4119/6532 -f 3835/4120/6533 3834/4119/6532 3822/4115/6525 -f 3834/4119/6532 3828/4114/6523 3822/4115/6525 -f 3835/4120/6533 3822/4115/6525 2013/2261/4243 -f 2013/2261/4243 3822/4115/6525 2017/2267/4254 -f 3838/2135/6534 3836/4121/6535 3546/3827/6536 -f 3546/3827/6536 3836/4121/6535 3542/3828/6484 -f 3836/4121/6535 3837/4086/6485 3542/3828/6484 -f 3843/4122/6537 3839/2133/6538 1900/2132/6539 -f 3843/4122/6537 1900/2132/6539 3842/4123/6540 -f 3843/4122/6537 3842/4123/6540 3844/4124/6541 -f 3838/2135/6534 3839/2133/6538 3843/4122/6537 -f 3845/4125/6542 3843/4122/6537 3844/4124/6541 -f 3846/4126/6543 3838/2135/6534 3843/4122/6537 -f 3846/4126/6543 3843/4122/6537 3845/4125/6542 -f 3836/4121/6535 3838/2135/6534 3846/4126/6543 -f 3847/4127/6544 3846/4126/6543 3845/4125/6542 -f 3841/4098/6499 3846/4126/6543 3847/4127/6544 -f 3837/4086/6485 3836/4121/6535 3846/4126/6545 -f 3837/4086/6485 3846/4126/6545 3848/4096/6497 -f 3848/4096/6497 3846/4126/6543 3841/4098/6499 -f 3840/4089/6488 3841/4098/6499 3847/4127/6544 -f 3847/4127/6544 3851/4128/6546 3849/4091/6490 -f 3847/4127/6544 3849/4091/6490 3840/4089/6488 -f 3845/4125/6542 3850/4129/6547 3851/4128/6546 -f 3845/4125/6542 3851/4128/6546 3847/4127/6544 -f 3850/4129/6547 3845/4125/6542 3844/4124/6541 -f 3844/4124/6541 3852/4130/6548 3850/4129/6547 -f 3844/4124/6541 3842/4123/6540 3852/4130/6548 -f 3842/4123/6540 1900/2132/6539 3853/4131/6549 -f 3852/4130/6548 3842/4123/6540 3853/4131/6549 -f 1899/2130/6550 3854/4132/6551 3853/4131/6549 -f 3854/4132/6551 3852/4130/6548 3853/4131/6549 -f 3850/4129/6547 3852/4130/6548 3855/4133/6552 -f 3855/4133/6552 3852/4130/6548 3854/4132/6551 -f 3856/4134/6553 3855/4133/6552 3854/4132/6551 -f 3851/4128/6546 3850/4129/6547 3855/4133/6554 -f 3857/4135/6555 3851/4128/6546 3855/4133/6554 -f 3857/4135/6556 3855/4133/6552 3856/4134/6553 -f 3849/4091/6490 3851/4128/6546 3859/4093/6492 -f 3859/4093/6492 3851/4128/6546 3857/4135/6555 -f 3857/4135/6556 3856/4134/6553 3860/4095/6496 -f 3860/4095/6496 3856/4134/6553 3858/4136/6557 -f 3859/4093/6492 3857/4135/6558 3860/4095/6494 -f 3807/2266/4253 3860/4095/6496 3858/4136/6557 -f 3863/4137/6559 5146/4138/6560 3858/4136/6557 -f 3858/4136/6557 5146/4138/6560 3861/2265/4252 -f 3858/4136/6557 3861/2265/4252 3807/2266/4253 -f 3856/4134/6553 3863/4137/6559 3858/4136/6557 -f 1899/2130/6550 3862/4139/6561 3854/4132/6551 -f 3854/4132/6551 3862/4139/6561 3863/4137/6559 -f 3854/4132/6551 3863/4137/6559 3856/4134/6553 -f 1899/2130/6550 3853/4131/6549 1898/2131/6562 -f 1900/2132/6539 1898/2131/6562 3853/4131/6549 -f 1543/1749/6563 3864/4140/6564 1545/1751/6565 -f 3941/4141/6566 3550/3831/6567 3965/4142/6568 -f 3965/4142/6568 3550/3831/6567 3551/3834/6569 -f 3865/4143/6570 3968/4144/6571 3900/4145/6572 -f 3900/4145/6572 3968/4144/6571 3976/4146/6573 -f 1533/1736/6574 3866/4147/6575 1535/1738/6576 -f 3559/3838/6577 4019/4148/6578 3994/4149/6579 -f 3559/3838/6577 3994/4149/6579 3557/3837/6580 -f 3867/4150/6581 4022/4151/6582 3902/4152/6583 -f 3902/4152/6583 4022/4151/6582 4031/4153/6584 -f 4060/4154/6585 1531/1733/6586 4047/4155/6587 -f 1523/1723/6588 3868/4156/6589 1525/1725/6590 -f 3561/3843/6591 4073/4157/6592 3562/3841/6593 -f 3562/3841/6593 4073/4157/6592 4050/4158/6594 -f 3869/4159/6595 4076/4160/6596 3904/4161/6597 -f 3904/4161/6597 4076/4160/6596 4084/4162/6598 -f 1513/1710/6599 3870/4163/6600 1515/1712/6601 -f 4102/4164/6602 3566/3848/6603 3569/3847/6604 -f 4102/4164/6602 3569/3847/6604 4128/4165/6605 -f 3871/4166/6606 4131/4167/6607 4113/4168/6608 -f 4113/4168/6608 4131/4167/6607 4138/4169/6609 -f 1504/1697/6610 3872/4170/6611 1506/1699/6612 -f 4181/4171/6613 4157/4172/6614 3573/3851/6615 -f 3573/3851/6615 3574/3855/6616 4181/4171/6613 -f 3873/4173/6617 4184/4174/6618 4166/4175/6619 -f 4166/4175/6619 4184/4174/6618 4193/4176/6620 -f 4212/4177/6621 3578/3859/6622 4237/4178/6623 -f 4237/4178/6623 3578/3859/6622 3579/3861/6624 -f 3874/4179/6625 4240/4180/6626 3909/4181/6627 -f 3909/4181/6627 4240/4180/6626 4249/4182/6628 -f 4280/4183/6629 1494/1682/6630 4267/1681/6631 -f 3583/3866/6632 4292/4184/6633 4268/4185/6634 -f 3583/3866/6632 4268/4185/6634 3582/3863/6635 -f 3875/4186/6636 4295/4187/6637 3910/4188/6638 -f 3910/4188/6638 4295/4187/6637 4301/4189/6639 -f 1477/1659/6640 3876/4190/6641 1479/1661/6642 -f 3589/3868/6643 4345/4191/6644 3588/3869/6645 -f 3588/3869/6645 4345/4191/6644 4320/4192/6646 -f 3877/4193/6647 4348/4194/6648 3912/4195/6649 -f 3912/4195/6649 4348/4194/6648 4355/4196/6650 -f 1467/1646/6651 3878/4197/6652 1469/1648/6653 -f 3597/3878/6654 4399/4198/6655 3596/3879/6656 -f 3596/3879/6656 4399/4198/6655 4373/4199/6657 -f 3596/3879/6656 4373/4199/6657 3594/3874/6658 -f 3879/4200/6659 4402/4201/6660 4383/4202/6661 -f 4383/4202/6661 4402/4201/6660 4409/4203/6662 -f 1457/1633/6663 3880/4204/6664 1459/1635/6665 -f 4429/4205/6666 3600/3926/6667 4453/4206/6668 -f 4453/4206/6668 3600/3926/6667 3601/3928/6669 -f 3881/4207/6670 4456/4208/6671 3882/4209/6672 -f 3882/4209/6672 4456/4208/6671 4464/4210/6673 -f 1448/1620/6674 3883/4211/6675 1450/1622/6676 -f 4484/4212/6677 3603/3883/6678 4508/4213/6679 -f 4508/4213/6679 3603/3883/6678 3604/3809/6680 -f 3884/4214/6681 4511/4215/6682 3916/4216/6683 -f 3916/4216/6683 4511/4215/6682 4521/4217/6684 -f 4540/4218/6685 3609/3889/6686 4564/4219/6687 -f 4564/4219/6687 3609/3889/6686 3611/3890/6688 -f 3885/4220/6689 4567/4221/6690 3918/4222/6691 -f 3918/4222/6691 4567/4221/6690 4574/4223/6692 -f 1431/1598/6693 3886/4224/6694 1432/1599/6695 -f 4592/4225/6696 3614/3894/6697 3616/3893/6698 -f 4592/4225/6696 3616/3893/6698 4615/4226/6699 -f 3887/4227/6700 4618/4228/6701 3920/4229/6702 -f 3920/4229/6702 4618/4228/6701 4626/4230/6703 -f 1423/1586/6704 3888/4231/6705 1424/1587/6706 -f 3622/3901/6707 4668/4232/6708 3620/3902/6709 -f 3620/3902/6709 4668/4232/6708 4644/4233/6710 -f 3889/4234/6711 4671/4235/6712 4653/4236/6713 -f 4653/4236/6713 4671/4235/6712 4680/4237/6714 -f 1412/1572/6715 3890/4238/6716 1414/1574/6717 -f 3626/3906/6718 4726/4239/6719 3625/3904/6720 -f 3625/3904/6720 4726/4239/6719 4700/4240/6721 -f 3891/4241/6722 4729/4242/6723 4710/4243/6724 -f 4710/4243/6724 4729/4242/6723 4736/4244/6725 -f 1402/1559/6726 3892/4245/6727 1404/1561/6728 -f 4756/4246/6729 3629/3911/6730 4779/4247/6731 -f 4779/4247/6731 3629/3911/6730 3630/3910/6732 -f 3893/4248/6733 4782/4249/6734 3925/4250/6735 -f 3925/4250/6735 4782/4249/6734 4791/4251/6736 -f 1393/1546/6737 3894/4252/6738 1395/1548/6739 -f 4810/4253/6740 3632/3912/6741 3634/3916/6742 -f 4810/4253/6740 3634/3916/6742 4836/4254/6743 -f 3895/4255/6744 4839/4256/6745 3926/4257/6746 -f 3926/4257/6746 4839/4256/6745 4845/4258/6747 -f 1384/1533/6748 3896/4259/6749 1386/1535/6750 -f 4863/4260/6751 3636/3920/6752 4888/4261/6753 -f 4888/4261/6753 3636/3920/6752 3638/3919/6754 -f 3897/4262/6755 4891/4263/6756 4873/4264/6757 -f 4873/4264/6757 4891/4263/6756 4899/4265/6758 -f 1375/1517/6759 3898/4266/6760 1373/1519/6761 -f 4919/4267/6762 3641/3924/6763 4943/4268/6764 -f 4943/4268/6764 3641/3924/6763 3645/3923/6765 -f 3899/4269/6766 4946/4270/6767 4927/4271/6768 -f 4927/4271/6768 4946/4270/6767 4953/4272/6769 -f 3900/4145/6572 3976/4146/6573 3986/4273/6770 -f 3900/4145/6572 3986/4273/6770 3958/4274/6771 -f 3958/4274/6771 3986/4273/6770 3988/4275/6772 -f 3958/4274/6771 3988/4275/6772 3959/4276/6773 -f 3959/4276/6774 3988/4275/6775 3987/4277/6776 -f 3959/4276/6774 3987/4277/6776 3901/2259/4238 -f 3959/4276/6774 3901/2259/4238 2010/2258/4237 -f 3902/4152/6583 4031/4153/6584 4041/4278/6777 -f 3902/4152/6583 4041/4278/6777 4012/4279/6778 -f 4012/4279/6778 4041/4278/6779 4013/4280/6780 -f 4013/4280/6780 4041/4278/6779 4042/4281/6781 -f 4013/4280/6782 4042/4281/6783 3903/2240/4213 -f 4013/4280/6782 3903/2240/4213 1998/2239/4212 -f 3904/4161/6597 4084/4162/6598 4095/4282/6784 -f 3904/4161/6597 4095/4282/6784 4066/4283/6785 -f 4066/4283/6785 4095/4282/6784 4067/4284/6786 -f 4067/4284/6787 4095/4282/6788 4094/4285/6789 -f 4067/4284/6787 4094/4285/6789 3905/2369/4376 -f 4067/4284/6787 3905/2369/4376 2077/2368/4375 -f 4113/4168/6608 4138/4169/6609 4149/4286/6790 -f 4113/4168/6608 4149/4286/6790 4121/4287/6791 -f 4121/4287/6791 4149/4286/6790 4151/4288/6792 -f 4121/4287/6791 4151/4288/6792 4122/4289/6793 -f 4122/4289/6793 4151/4288/6792 4150/4290/6794 -f 4122/4289/6793 4150/4290/6794 2076/2365/4372 -f 2076/2365/4372 4150/4290/6794 2074/2362/4367 -s 494 -f 4205/2232/6795 1993/2231/6796 4176/4291/6797 -f 4205/2232/6795 4176/4291/6797 3906/4292/6798 -s 495 -f 3906/4292/6799 4176/4291/6800 4175/4293/6801 -f 3906/4292/6799 4175/4293/6801 4203/4294/6802 -s 39 -f 4203/4294/6803 4175/4293/6804 4193/4176/6620 -f 4193/4176/6620 4175/4293/6804 4166/4175/6619 -f 2071/2355/4359 2073/2360/4365 4229/4295/6805 -f 3907/2356/4360 4229/4295/6805 4261/4296/6806 -f 4261/4296/6806 4229/4295/6805 4231/4297/6807 -f 4261/4296/6806 4231/4297/6807 3908/4298/6808 -f 3908/4298/6808 4231/4297/6807 4230/4299/6809 -f 3908/4298/6808 4230/4299/6809 4259/4300/6810 -f 4259/4300/6810 4230/4299/6809 3909/4181/6627 -f 4259/4300/6810 3909/4181/6627 4249/4182/6628 -f 3907/2356/4360 2071/2355/4359 4229/4295/6805 -f 3910/4188/6638 4301/4189/6639 4311/4301/6811 -f 3910/4188/6638 4311/4301/6811 4285/4302/6812 -f 4285/4302/6812 4311/4301/6811 4313/4303/6813 -f 4285/4302/6812 4313/4303/6813 4286/4304/6814 -f 4286/4304/6815 4313/4303/6816 4312/4305/6817 -f 4286/4304/6815 4312/4305/6817 2068/2349/4353 -f 2068/2349/4353 4312/4305/6817 3911/2350/4354 -f 3912/4195/6649 4355/4196/6650 4365/4306/6818 -f 3912/4195/6649 4365/4306/6818 4338/4307/6819 -f 4338/4307/6819 4365/4306/6820 4339/4308/6821 -f 4339/4308/6821 4365/4306/6820 4366/4309/6822 -f 4339/4308/6823 4366/4309/6824 3913/2347/4351 -f 4339/4308/6823 3913/2347/4351 2067/2346/4350 -f 4383/4202/6661 4409/4203/6662 4392/4310/6825 -f 4392/4310/6825 4409/4203/6662 4419/4311/6826 -f 4392/4310/6825 4419/4311/6826 4421/4312/6827 -f 4392/4310/6825 4421/4312/6827 4393/4313/6828 -f 4393/4313/6829 4421/4312/6830 4420/4314/6831 -f 4393/4313/6829 4420/4314/6831 2063/2342/4346 -f 2063/2342/4346 4420/4314/6831 3914/2343/4347 -f 3882/4209/6672 4464/4210/6673 4446/4315/6832 -f 4446/4315/6832 4464/4210/6673 4474/4316/6833 -f 4446/4315/6832 4474/4316/6833 4476/4317/6834 -f 4446/4315/6832 4476/4317/6834 4447/4318/6835 -f 4447/4318/6836 4476/4317/6837 4475/4319/6838 -f 4447/4318/6836 4475/4319/6838 3915/2338/4341 -f 4447/4318/6836 3915/2338/4341 2060/2337/4340 -f 3916/4216/6683 4521/4217/6684 4531/4320/6839 -f 3916/4216/6683 4531/4320/6839 4502/4321/6840 -f 4502/4321/6840 4531/4320/6839 4533/4322/6841 -f 4502/4321/6840 4533/4322/6841 4503/4323/6842 -f 4503/4323/6842 4533/4322/6841 4532/4324/6843 -f 4503/4323/6842 4532/4324/6843 3917/2330/4333 -f 4503/4323/6842 3917/2330/4333 2056/2329/4332 -f 3918/4222/6691 4574/4223/6692 4584/4325/6844 -f 3918/4222/6691 4584/4325/6844 4557/4326/6845 -f 4557/4326/6845 4584/4325/6844 4586/4327/6846 -f 4557/4326/6845 4586/4327/6846 4558/4328/6847 -f 4558/4328/6847 4586/4327/6846 4585/4329/6848 -f 4558/4328/6847 4585/4329/6848 3919/2323/4324 -f 4558/4328/6847 3919/2323/4324 2052/2322/4323 -f 3920/4229/6702 4626/4230/6703 4636/4330/6849 -f 3920/4229/6702 4636/4330/6849 4608/4331/6850 -f 4608/4331/6850 4636/4330/6851 4609/4332/6852 -f 4609/4332/6852 4636/4330/6851 4637/4333/6853 -f 4609/4332/6854 4637/4333/6855 3921/2235/4208 -f 4609/4332/6854 3921/2235/4208 1994/2234/4207 -f 4653/4236/6713 4680/4237/6714 4662/4334/6856 -f 4662/4334/6856 4680/4237/6714 4690/4335/6857 -f 4662/4334/6856 4690/4335/6857 3922/4336/6858 -f 3922/4336/6858 4690/4335/6857 4691/4337/6859 -f 3922/4336/6860 4691/4337/6861 2049/2317/4317 -f 2049/2317/4317 4691/4337/6861 4692/4338/6862 -f 2049/2317/4317 4692/4338/6863 2047/2312/4310 -f 4748/2314/4312 1995/2237/4210 4720/4339/6864 -f 4748/2314/4312 4720/4339/6864 3923/4340/6865 -s 504 -f 3923/4340/6866 4720/4339/6867 4719/4341/6868 -f 3923/4340/6866 4719/4341/6868 4746/4342/6869 -s 39 -f 4746/4342/6870 4719/4341/6871 4736/4244/6725 -f 4736/4244/6725 4719/4341/6871 4710/4243/6724 -f 4748/2314/4312 1996/2238/4211 1995/2237/4210 -f 3924/2303/4300 2044/2302/4299 4802/4343/6872 -f 4802/4343/6872 2044/2302/4299 4773/4344/6873 -f 4802/4343/6872 4773/4344/6873 4803/4345/6874 -f 4803/4345/6874 4773/4344/6873 4772/4346/6875 -f 4803/4345/6874 4772/4346/6875 4801/4347/6876 -f 4801/4347/6876 4772/4346/6875 3925/4250/6735 -f 4801/4347/6876 3925/4250/6735 4791/4251/6736 -f 3926/4257/6746 4845/4258/6747 4855/4348/6877 -f 3926/4257/6746 4855/4348/6877 4829/4349/6878 -f 4829/4349/6878 4855/4348/6879 4830/4350/6880 -f 4830/4350/6880 4855/4348/6879 4856/4351/6881 -f 4830/4350/6882 4856/4351/6883 3927/2301/4298 -f 4830/4350/6882 3927/2301/4298 2042/2300/4297 -f 4873/4264/6757 4899/4265/6758 4882/4352/6884 -f 4882/4352/6884 4899/4265/6758 4910/4353/6885 -f 4882/4352/6884 4910/4353/6885 4911/4354/6886 -f 4882/4352/6884 4911/4354/6886 4883/4355/6887 -f 4883/4355/6887 4911/4354/6886 4912/4356/6888 -f 4883/4355/6889 4912/4356/6888 4903/2296/4293 -f 4883/4355/6889 4903/2296/4293 2039/2295/4292 -f 4927/4271/6768 4953/4272/6769 4963/4357/6890 -f 4927/4271/6768 4963/4357/6890 4936/4358/6891 -f 4936/4358/6891 4963/4357/6892 4964/4359/6893 -f 4936/4358/6891 4964/4359/6893 4937/4360/6894 -f 4937/4360/6895 4964/4359/6896 3928/2290/4285 -f 4937/4360/6895 3928/2290/4285 2037/2289/4284 -f 3941/4141/6566 3965/4142/6568 3929/4361/6897 -f 3929/4361/6897 3965/4142/6568 3975/4362/6898 -f 3929/4361/6899 3975/4362/6900 3968/4144/6571 -f 3929/4361/6899 3968/4144/6571 3865/4143/6570 -f 3994/4149/6579 4019/4148/6578 4030/4363/6901 -f 3994/4149/6579 4030/4363/6901 4002/4364/6902 -f 4002/4364/6902 4030/4363/6901 4023/4365/6903 -f 4002/4364/6902 4023/4365/6903 3867/4150/6581 -f 3867/4150/6581 4023/4365/6903 4022/4151/6582 -f 4050/4158/6904 4073/4157/6592 4055/4366/6905 -f 4055/4366/6905 4073/4157/6592 4083/4367/6906 -f 4055/4366/6907 4083/4367/6908 4076/4160/6596 -f 4055/4366/6907 4076/4160/6596 3869/4159/6595 -f 4102/4164/6602 4128/4165/6605 4110/4368/6909 -f 4110/4368/6909 4128/4165/6605 4137/4369/6910 -f 4110/4368/6909 4137/4369/6910 4109/4370/6911 -f 4109/4370/6911 4137/4369/6910 4132/4371/6912 -f 4109/4370/6911 4132/4371/6912 3871/4166/6606 -f 3871/4166/6606 4132/4371/6912 4131/4167/6607 -f 4157/4172/6614 4181/4171/6613 3930/4372/6913 -f 3930/4372/6913 4181/4171/6613 4192/4373/6914 -f 3930/4372/6915 4192/4373/6916 3873/4173/6917 -f 3873/4173/6917 4192/4373/6916 4185/4374/6918 -f 3873/4173/6617 4185/4374/6919 4184/4174/6618 -f 4212/4177/6621 4237/4178/6623 4248/4375/6920 -f 4212/4177/6621 4248/4375/6920 3931/4376/6921 -f 3931/4376/6922 4248/4375/6923 4241/4377/6924 -f 3931/4376/6922 4241/4377/6924 3874/4179/6625 -f 3874/4179/6625 4241/4377/6924 4240/4180/6626 -f 4268/4185/6634 4292/4184/6633 4300/4378/6925 -f 4268/4185/6634 4300/4378/6925 4274/4379/6926 -f 4274/4379/6927 4300/4378/6928 3875/4186/6636 -f 3875/4186/6636 4300/4378/6928 4295/4187/6637 -f 4320/4192/6929 4345/4191/6644 4326/4380/6930 -f 4326/4380/6930 4345/4191/6644 4354/4381/6931 -f 4326/4380/6932 4354/4381/6933 4348/4194/6648 -f 4326/4380/6932 4348/4194/6648 3877/4193/6647 -f 4373/4199/6657 4399/4198/6655 4408/4382/6934 -f 4373/4199/6657 4408/4382/6934 4381/4383/6935 -f 4381/4383/6935 4408/4382/6934 4403/4384/6936 -f 4381/4383/6935 4403/4384/6937 3879/4200/6659 -f 3879/4200/6659 4403/4384/6937 4402/4201/6660 -f 4429/4205/6666 4453/4206/6668 3932/4385/6938 -f 3932/4385/6938 4453/4206/6668 4463/4386/6939 -f 3932/4385/6940 4463/4386/6941 4456/4208/6671 -f 3932/4385/6940 4456/4208/6671 3881/4207/6670 -f 4484/4212/6677 4508/4213/6679 4520/4387/6942 -f 4484/4212/6677 4520/4387/6942 3933/4388/6943 -f 3933/4388/6944 4520/4387/6945 4512/4389/6946 -f 3933/4388/6944 4512/4389/6946 3884/4214/6681 -f 3884/4214/6681 4512/4389/6946 4511/4215/6682 -f 4540/4218/6685 4564/4219/6687 4573/4390/6947 -f 4540/4218/6685 4573/4390/6947 4546/4391/6948 -f 4546/4391/6949 4573/4390/6950 3885/4220/6689 -f 3885/4220/6689 4573/4390/6950 4567/4221/6690 -f 4592/4225/6696 4615/4226/6699 4625/4392/6951 -f 4592/4225/6696 4625/4392/6951 4598/4393/6952 -f 4598/4393/6953 4625/4392/6951 4618/4228/6701 -f 4598/4393/6953 4618/4228/6701 3887/4227/6700 -f 4644/4233/6710 4668/4232/6708 3934/4394/6954 -f 3934/4394/6954 4668/4232/6708 4679/4395/6955 -f 3934/4394/6956 4679/4395/6957 3889/4234/6958 -f 3889/4234/6958 4679/4395/6957 4672/4396/6959 -f 3889/4234/6711 4672/4396/6960 4671/4235/6712 -f 4700/4240/6721 4726/4239/6719 4735/4397/6961 -f 4700/4240/6721 4735/4397/6961 4708/4398/6962 -f 4708/4398/6962 4735/4397/6961 4730/4399/6963 -f 4708/4398/6962 4730/4399/6963 3891/4241/6722 -f 3891/4241/6722 4730/4399/6963 4729/4242/6723 -f 4756/4246/6729 4779/4247/6731 3935/4400/6964 -f 3935/4400/6964 4779/4247/6731 4790/4401/6965 -f 3935/4400/6966 4790/4401/6967 4782/4249/6734 -f 3935/4400/6966 4782/4249/6734 3893/4248/6733 -f 4810/4253/6740 4836/4254/6743 4844/4402/6968 -f 4810/4253/6740 4844/4402/6968 4818/4403/6969 -f 4818/4403/6970 4844/4402/6971 4839/4256/6745 -f 4818/4403/6970 4839/4256/6745 3895/4255/6744 -f 4863/4260/6751 4888/4261/6753 4898/4404/6972 -f 4863/4260/6751 4898/4404/6972 4871/4405/6973 -f 4871/4405/6974 4898/4404/6972 4891/4263/6756 -f 4871/4405/6974 4891/4263/6756 3897/4262/6755 -f 4919/4267/6762 4943/4268/6764 3937/4406/6975 -f 3937/4406/6975 4943/4268/6764 3936/4407/6976 -f 3937/4406/6977 3936/4407/6978 4946/4270/6767 -f 3937/4406/6977 4946/4270/6767 3899/4269/6766 -f 3938/2124/6979 3939/4408/6980 1895/2126/6981 -f 3550/3831/6567 3941/4141/6566 3548/3832/6982 -f 3944/4409/6983 1895/2126/6981 3939/4408/6980 -f 3943/4410/6984 3944/4409/6983 3939/4408/6980 -f 3938/2124/6979 3940/3820/6985 3945/4411/6986 -f 3945/4411/6986 3943/4410/6984 3939/4408/6980 -f 3945/4411/6986 3939/4408/6980 3938/2124/6979 -f 3946/4412/6987 3942/4413/6988 3943/4410/6984 -f 3946/4412/6987 3943/4410/6984 3945/4411/6986 -f 3865/4143/6570 3942/4413/6988 3946/4412/6987 -f 3946/4412/6989 3945/4411/6986 3548/3832/6982 -f 3548/3832/6982 3945/4411/6986 3940/3820/6985 -f 3941/4141/6566 3946/4412/6989 3548/3832/6982 -f 3929/4361/6899 3865/4143/6570 3946/4412/6987 -f 3929/4361/6897 3946/4412/6989 3941/4141/6566 -f 3952/4414/6990 1895/2126/6981 3944/4409/6983 -f 3952/4414/6990 3944/4409/6983 3947/4415/6991 -f 3944/4409/6983 3943/4410/6984 3948/4416/6992 -f 3948/4416/6992 3943/4410/6984 3942/4413/6988 -f 3948/4416/6992 3942/4413/6988 3955/4417/6993 -f 3865/4143/6570 3900/4145/6572 3949/4418/6994 -f 3865/4143/6570 3949/4418/6994 3942/4413/6988 -f 3942/4413/6988 3949/4418/6994 3955/4417/6993 -f 3944/4409/6983 3948/4416/6992 3947/4415/6991 -f 3948/4416/6995 3953/4419/6996 3947/4415/6991 -f 3954/4420/6997 3951/4421/6998 3953/4419/6996 -f 3954/4420/6997 3953/4419/6996 3948/4416/6995 -f 3947/4415/6991 3953/4419/6996 3952/4414/6990 -f 3956/4422/6999 3951/4421/7000 3954/4420/7001 -f 3955/4417/6993 3954/4420/6997 3948/4416/6995 -f 3950/4423/7002 3956/4422/6999 3954/4420/7001 -f 3957/4424/7003 3954/4420/6997 3955/4417/6993 -f 3950/4423/7002 3954/4420/7001 2010/2258/4237 -f 2010/2258/4237 3954/4420/7001 3957/4424/7004 -f 3957/4424/7003 3955/4417/6993 3958/4274/6771 -f 3958/4274/6771 3955/4417/6993 3949/4418/6994 -f 3959/4276/6774 2010/2258/4237 3957/4424/7004 -f 3959/4276/6773 3957/4424/7003 3958/4274/6771 -f 3900/4145/6572 3958/4274/6771 3949/4418/6994 -f 1897/2128/7005 1895/2126/6981 3952/4414/6990 -f 1897/2128/7005 3952/4414/6990 3960/4425/7006 -f 3960/4425/7006 3952/4414/6990 3953/4419/6996 -f 3961/4426/7007 3960/4425/7006 3951/4421/7000 -f 3960/4425/7006 3953/4419/6996 3951/4421/7000 -f 3961/4426/7007 3951/4421/7000 3956/4422/6999 -f 3961/4426/7007 3956/4422/6999 3962/4427/7008 -f 3962/4427/7008 3956/4422/6999 3950/4423/7002 -f 3962/4427/7008 3950/4423/7002 3963/2246/4223 -f 3963/2246/4223 3950/4423/7002 2010/2258/4237 -f 3553/1754/7009 3967/1753/7010 3966/4428/7011 -f 3966/4428/7011 3964/4429/7012 3553/1754/7009 -f 3553/1754/7009 3964/4429/7012 3551/3834/6569 -f 3964/4429/7012 3965/4142/6568 3551/3834/6569 -f 1545/1751/6565 3971/4430/7013 3967/1753/7010 -f 3971/4430/7013 1545/1751/6565 3864/4140/6564 -f 3971/4430/7013 3864/4140/6564 3970/4431/7014 -f 3971/4430/7015 3970/4431/7016 3972/4432/7017 -f 3966/4428/7011 3967/1753/7010 3971/4430/7013 -f 3966/4428/7018 3971/4430/7015 3972/4432/7017 -f 3974/4433/7019 3966/4428/7018 3972/4432/7017 -f 3974/4433/7019 3972/4432/7017 3973/4434/7020 -f 3964/4429/7012 3966/4428/7011 3974/4433/7021 -f 3975/4362/6898 3964/4429/7012 3974/4433/7021 -f 3975/4362/6900 3974/4433/7019 3969/4435/7022 -f 3969/4435/7022 3974/4433/7019 3973/4434/7020 -f 3965/4142/6568 3964/4429/7012 3975/4362/6898 -f 3968/4144/6571 3969/4435/7022 3973/4434/7020 -f 3975/4362/6900 3969/4435/7022 3968/4144/6571 -f 3973/4434/7020 3978/4436/7023 3976/4146/6573 -f 3973/4434/7020 3976/4146/6573 3968/4144/6571 -f 3972/4432/7017 3977/4437/7024 3973/4434/7020 -f 3973/4434/7020 3977/4437/7024 3978/4436/7023 -f 3972/4432/7017 3979/4438/7025 3977/4437/7024 -f 3972/4432/7017 3970/4431/7016 3979/4438/7025 -f 3970/4431/7016 3864/4140/6564 3980/4439/7026 -f 3979/4438/7025 3970/4431/7016 3980/4439/7026 -f 1544/1750/7027 3981/4440/7028 3980/4439/7026 -f 3981/4440/7028 3979/4438/7025 3980/4439/7026 -f 3977/4437/7024 3979/4438/7025 3982/4441/7029 -f 3982/4441/7029 3979/4438/7025 3981/4440/7028 -f 3983/4442/7030 3982/4441/7029 3981/4440/7028 -f 3978/4436/7023 3977/4437/7024 3982/4441/7031 -f 3984/4443/7032 3978/4436/7023 3982/4441/7031 -f 3984/4443/7033 3982/4441/7029 3983/4442/7030 -f 3976/4146/6573 3978/4436/7023 3986/4273/6770 -f 3986/4273/6770 3978/4436/7023 3984/4443/7032 -f 3984/4443/7033 3983/4442/7030 3987/4277/6776 -f 3987/4277/6776 3983/4442/7030 3985/4444/7034 -f 3988/4275/6772 3986/4273/6770 3984/4443/7032 -f 3988/4275/6775 3984/4443/7033 3987/4277/6776 -f 3901/2259/4238 3987/4277/6776 3985/4444/7034 -f 3991/4445/7035 5157/4446/7036 3985/4444/7034 -f 3985/4444/7034 5157/4446/7036 3989/2260/4239 -f 3985/4444/7034 3989/2260/4239 3901/2259/4238 -f 3983/4442/7030 3991/4445/7035 3985/4444/7034 -f 1544/1750/7027 3990/4447/7037 3981/4440/7028 -f 3981/4440/7028 3990/4447/7037 3991/4445/7035 -f 3981/4440/7028 3991/4445/7035 3983/4442/7030 -f 1544/1750/7027 3980/4439/7026 1543/1749/6563 -f 3864/4140/6564 1543/1749/6563 3980/4439/7026 -f 3556/1745/7038 3992/4448/7039 1540/1742/7040 -f 1540/1742/7041 3992/4448/7039 3993/4449/7042 -f 3993/4449/7042 1541/1746/7043 1540/1742/7041 -f 3997/4450/7044 3993/4449/7042 3992/4448/7039 -f 3996/4451/7045 3997/4450/7044 3992/4448/7039 -f 3998/4452/7046 3996/4451/7045 3992/4448/7039 -f 3995/4453/7047 3996/4451/7045 3998/4452/7046 -f 3992/4448/7039 3556/1745/7038 3999/4454/7048 -f 3999/4454/7048 3998/4452/7046 3992/4448/7039 -f 4000/4455/7049 3995/4453/7047 3998/4452/7046 -f 4000/4455/7049 3998/4452/7046 3999/4454/7050 -f 4001/4456/7051 3995/4453/7047 4000/4455/7049 -f 4000/4455/7052 3999/4454/7048 3557/3837/6580 -f 3557/3837/6580 3999/4454/7048 3556/1745/7038 -f 4001/4456/7051 4000/4455/7049 4002/4364/6902 -f 4002/4364/6902 4000/4455/7053 3994/4149/6579 -f 3994/4149/6579 4000/4455/7052 3557/3837/6580 -f 3867/4150/6581 4001/4456/7051 4002/4364/6902 -f 3993/4449/7042 3997/4450/7044 4003/4457/7054 -f 3997/4450/7044 3996/4451/7045 4004/4458/7055 -f 4004/4458/7055 3996/4451/7045 3995/4453/7047 -f 4004/4458/7055 3995/4453/7047 4009/4459/7056 -f 3867/4150/6581 3902/4152/6583 4001/4456/7051 -f 4001/4456/7051 3902/4152/6583 4005/4460/7057 -f 4001/4456/7051 4005/4460/7057 3995/4453/7047 -f 3995/4453/7047 4005/4460/7057 4009/4459/7056 -f 3997/4450/7044 4004/4458/7055 4003/4457/7054 -f 4004/4458/7055 4007/4461/7058 4003/4457/7054 -f 4008/4462/7059 4014/4463/7060 4007/4461/7061 -f 4008/4462/7062 4007/4461/7058 4004/4458/7055 -f 4010/4464/7063 4014/4463/7060 4008/4462/7059 -f 4009/4459/7064 4008/4462/7062 4004/4458/7055 -f 4006/4465/7065 4010/4464/7063 4008/4462/7066 -f 4011/4466/7067 4008/4462/7062 4009/4459/7064 -f 4006/4465/7065 4008/4462/7066 1998/2239/4212 -f 1998/2239/4212 4008/4462/7066 4011/4466/7068 -f 4011/4466/7067 4009/4459/7064 4012/4279/6778 -f 4012/4279/6778 4009/4459/7064 4005/4460/7057 -f 4013/4280/6782 1998/2239/4212 4011/4466/7068 -f 4013/4280/6780 4011/4466/7067 4012/4279/6778 -f 3902/4152/6583 4012/4279/6778 4005/4460/7057 -f 1541/1746/7043 3993/4449/7042 4003/4457/7054 -s 541 -f 4014/4463/7069 1541/1746/7070 4007/4461/7071 -f 1541/1746/7070 4003/4457/7072 4007/4461/7071 -s 39 -f 4015/4467/7073 4014/4463/7060 4010/4464/7063 -f 4015/4467/7073 4010/4464/7063 4016/4468/7074 -f 4016/4468/7074 4010/4464/7063 4006/4465/7065 -f 4016/4468/7074 4006/4465/7065 4017/2241/4214 -f 4017/2241/4214 4006/4465/7065 1998/2239/4212 -f 4021/1740/7075 4020/4469/7076 1537/1741/7077 -f 1537/1741/7077 4020/4469/7076 4018/3818/7078 -f 4018/3818/7078 4019/4148/6578 3559/3838/6577 -f 1535/1738/6576 4025/4470/7079 4021/1740/7075 -f 4025/4470/7079 1535/1738/6576 3866/4147/6575 -f 4025/4470/7079 3866/4147/6575 4024/4471/7080 -f 4025/4470/7079 4024/4471/7080 4026/4472/7081 -f 4020/4469/7076 4021/1740/7075 4025/4470/7079 -f 4020/4469/7076 4025/4470/7079 4027/4473/7082 -f 4027/4473/7082 4025/4470/7079 4026/4472/7081 -f 4028/4474/7083 4020/4469/7076 4027/4473/7082 -f 4018/3818/7078 4020/4469/7076 4028/4474/7084 -f 4029/4475/7085 4028/4474/7083 4027/4473/7082 -f 4023/4365/6903 4028/4474/7083 4029/4475/7085 -f 4019/4148/6578 4018/3818/7078 4028/4474/7084 -f 4019/4148/6578 4028/4474/7084 4030/4363/6901 -f 4030/4363/6901 4028/4474/7083 4023/4365/6903 -f 4022/4151/6582 4023/4365/6903 4029/4475/7085 -f 4029/4475/7085 4033/4476/7086 4031/4153/6584 -f 4029/4475/7085 4031/4153/6584 4022/4151/6582 -f 4027/4473/7082 4032/4477/7087 4033/4476/7086 -f 4027/4473/7082 4033/4476/7086 4029/4475/7085 -f 4032/4477/7087 4027/4473/7082 4026/4472/7081 -f 4026/4472/7081 4034/4478/7088 4032/4477/7087 -f 4026/4472/7081 4024/4471/7080 4034/4478/7088 -f 4024/4471/7080 3866/4147/6575 4035/4479/7089 -f 4034/4478/7088 4024/4471/7080 4035/4479/7089 -f 1534/1737/7090 4036/4480/7091 4035/4479/7089 -f 4036/4480/7091 4034/4478/7088 4035/4479/7089 -f 4032/4477/7087 4034/4478/7088 4037/4481/7092 -f 4037/4481/7092 4034/4478/7088 4036/4480/7091 -f 4038/4482/7093 4037/4481/7092 4036/4480/7091 -f 4033/4476/7086 4032/4477/7087 4037/4481/7094 -f 4039/4483/7095 4033/4476/7086 4037/4481/7094 -f 4039/4483/7096 4037/4481/7092 4038/4482/7093 -f 4031/4153/6584 4033/4476/7086 4041/4278/6777 -f 4041/4278/6777 4033/4476/7086 4039/4483/7095 -f 4039/4483/7096 4038/4482/7093 4042/4281/6783 -f 4042/4281/6783 4038/4482/7093 4040/4484/7097 -f 4041/4278/6779 4039/4483/7098 4042/4281/6781 -f 3903/2240/4213 4042/4281/6783 4040/4484/7097 -f 4045/4485/7099 4969/4486/7100 4040/4484/7097 -f 4040/4484/7097 4969/4486/7100 4043/2242/4215 -f 4040/4484/7097 4043/2242/4215 3903/2240/4213 -f 4038/4482/7093 4045/4485/7099 4040/4484/7097 -f 1534/1737/7090 4044/4487/7101 4036/4480/7091 -f 4036/4480/7091 4044/4487/7101 4045/4485/7099 -f 4036/4480/7091 4045/4485/7099 4038/4482/7093 -f 1534/1737/7090 4035/4479/7089 1533/1736/6574 -f 3866/4147/6575 1533/1736/6574 4035/4479/7089 -f 4048/1732/7102 4046/4488/7103 1530/1729/7104 -f 1530/1729/7104 4046/4488/7103 4047/4155/6587 -f 4047/4155/6587 1531/1733/6586 1530/1729/7104 -f 3562/3841/6593 4050/4158/6594 4049/3840/7105 -f 4052/4489/7106 4047/4155/6587 4046/4488/7103 -f 4053/4490/7107 4052/4489/7106 4046/4488/7103 -f 4053/4490/7107 4046/4488/7103 4048/1732/7102 -f 4048/1732/7102 4049/3840/7105 4053/4490/7107 -f 4054/4491/7108 4051/4492/7109 4052/4489/7106 -f 4054/4491/7108 4052/4489/7106 4053/4490/7107 -f 3869/4159/6595 4051/4492/7109 4054/4491/7108 -f 4054/4491/7110 4053/4490/7107 4049/3840/7105 -f 3869/4159/6595 4054/4491/7108 4055/4366/6907 -f 4055/4366/6905 4054/4491/7111 4050/4158/6904 -f 4050/4158/6594 4054/4491/7110 4049/3840/7105 -f 4060/4154/6585 4047/4155/6587 4056/4493/7112 -f 4056/4493/7112 4047/4155/6587 4052/4489/7106 -f 4056/4493/7112 4052/4489/7106 4051/4492/7109 -f 4056/4493/7112 4051/4492/7109 4063/4494/7113 -f 3869/4159/6595 3904/4161/6597 4057/4495/7114 -f 3869/4159/6595 4057/4495/7114 4051/4492/7109 -f 4051/4492/7109 4057/4495/7114 4063/4494/7113 -f 4061/4496/7115 4060/4154/6585 4056/4493/7112 -f 4062/4497/7116 4059/4498/7117 4061/4496/7115 -f 4062/4497/7116 4061/4496/7115 4056/4493/7112 -f 4064/4499/7118 4059/4498/7117 4062/4497/7116 -f 4063/4494/7113 4062/4497/7116 4056/4493/7112 -f 4058/4500/7119 4064/4499/7118 4062/4497/7116 -f 4065/4501/7120 4062/4497/7116 4063/4494/7113 -f 4058/4500/7119 4062/4497/7116 2077/2368/4375 -f 2077/2368/4375 4062/4497/7116 4065/4501/7121 -f 4065/4501/7120 4063/4494/7113 4066/4283/6785 -f 4066/4283/6785 4063/4494/7113 4057/4495/7114 -f 4067/4284/6787 2077/2368/4375 4065/4501/7121 -f 4067/4284/6786 4065/4501/7120 4066/4283/6785 -f 3904/4161/6597 4066/4283/6785 4057/4495/7114 -f 1531/1733/7122 4060/4154/6585 4068/4502/7123 -f 4068/4502/7123 4060/4154/6585 4061/4496/7115 -f 4069/4503/7124 4068/4502/7123 4059/4498/7117 -f 4068/4502/7123 4061/4496/7115 4059/4498/7117 -f 4069/4503/7124 4059/4498/7117 4064/4499/7118 -f 4069/4503/7124 4064/4499/7118 4070/4504/7125 -f 4070/4504/7125 4064/4499/7118 4058/4500/7119 -f 4070/4504/7125 4058/4500/7119 4071/2245/4220 -f 4071/2245/4220 4058/4500/7119 2077/2368/4375 -f 4075/1727/7126 4074/4505/7127 1527/1728/7128 -f 4074/4505/7127 4072/4506/7129 1527/1728/7128 -f 1527/1728/7128 4072/4506/7129 3561/3843/6591 -f 3561/3843/6591 4072/4506/7129 4073/4157/6592 -f 1525/1725/6590 4078/4507/7130 4075/1727/7126 -f 4078/4507/7130 1525/1725/6590 3868/4156/6589 -f 4078/4507/7130 3868/4156/6589 4077/4508/7131 -f 4078/4507/7130 4077/4508/7131 4079/4509/7132 -f 4074/4505/7127 4075/1727/7126 4078/4507/7130 -f 4074/4505/7127 4078/4507/7130 4080/4510/7133 -f 4080/4510/7133 4078/4507/7130 4079/4509/7132 -f 4081/4511/7134 4074/4505/7127 4080/4510/7133 -f 4072/4506/7129 4074/4505/7127 4081/4511/7135 -f 4082/4512/7136 4081/4511/7134 4080/4510/7133 -f 4083/4367/6906 4072/4506/7129 4081/4511/7135 -f 4083/4367/6908 4081/4511/7134 4082/4512/7136 -f 4073/4157/6592 4072/4506/7129 4083/4367/6906 -f 4083/4367/6908 4082/4512/7136 4076/4160/6596 -f 4082/4512/7136 4086/4513/7137 4076/4160/6596 -f 4076/4160/6596 4086/4513/7137 4084/4162/6598 -f 4080/4510/7133 4085/4514/7138 4082/4512/7136 -f 4082/4512/7136 4085/4514/7138 4086/4513/7137 -f 4085/4514/7138 4080/4510/7133 4079/4509/7132 -f 4079/4509/7132 4087/4515/7139 4085/4514/7138 -f 4079/4509/7132 4077/4508/7131 4087/4515/7139 -f 4077/4508/7131 3868/4156/6589 4088/4516/7140 -f 4087/4515/7139 4077/4508/7131 4088/4516/7140 -f 1524/1724/7141 4089/4517/7142 4088/4516/7140 -f 4089/4517/7142 4087/4515/7139 4088/4516/7140 -f 4085/4514/7138 4087/4515/7139 4090/4518/7143 -f 4090/4518/7144 4087/4515/7139 4089/4517/7142 -f 4091/4519/7145 4090/4518/7144 4089/4517/7142 -f 4086/4513/7137 4085/4514/7138 4092/4520/7146 -f 4092/4520/7146 4085/4514/7138 4090/4518/7143 -f 4092/4520/7147 4090/4518/7144 4091/4519/7145 -f 4084/4162/6598 4086/4513/7137 4092/4520/7146 -f 4092/4520/7147 4091/4519/7145 4094/4285/6789 -f 4094/4285/6789 4091/4519/7145 4093/4521/7148 -f 4095/4282/6784 4084/4162/6598 4092/4520/7146 -f 4095/4282/6788 4092/4520/7147 4094/4285/6789 -f 3905/2369/4376 4094/4285/6789 4093/4521/7148 -f 4098/4522/7149 4980/4523/7150 4093/4521/7148 -f 4093/4521/7148 4980/4523/7150 4096/2370/4377 -f 4093/4521/7148 4096/2370/4377 3905/2369/4376 -f 4091/4519/7145 4098/4522/7149 4093/4521/7148 -f 1524/1724/7141 4097/4524/7151 4089/4517/7142 -f 4089/4517/7142 4097/4524/7151 4098/4522/7149 -f 4089/4517/7142 4098/4522/7149 4091/4519/7145 -f 1524/1724/7141 4088/4516/7140 1523/1723/6588 -f 3868/4156/6589 1523/1723/6588 4088/4516/7140 -f 4099/1719/7152 4100/4525/7153 1520/1716/7154 -f 1520/1716/7154 4100/4525/7153 4101/4526/7155 -f 4101/4526/7155 1521/1720/7156 1520/1716/7154 -f 3566/3848/6603 4102/4164/6602 3564/3845/7157 -f 4104/4527/7158 4101/4526/7155 4100/4525/7153 -f 4105/4528/7159 4104/4527/7158 4100/4525/7153 -f 4103/4529/7160 4104/4527/7158 4105/4528/7161 -f 4099/1719/7152 3564/3845/7157 4106/4530/7162 -f 4106/4530/7162 4105/4528/7159 4100/4525/7153 -f 4106/4530/7162 4100/4525/7153 4099/1719/7152 -f 4107/4531/7163 4103/4529/7160 4105/4528/7159 -f 4107/4531/7163 4105/4528/7159 4106/4530/7162 -f 4108/4532/7164 4103/4529/7160 4107/4531/7163 -f 4107/4531/7163 4106/4530/7162 4102/4164/6602 -f 4102/4164/6602 4106/4530/7162 3564/3845/7157 -f 4108/4532/7164 4107/4531/7163 4109/4370/6911 -f 4109/4370/6911 4107/4531/7163 4110/4368/6909 -f 4110/4368/6909 4107/4531/7163 4102/4164/6602 -f 3871/4166/6606 4108/4532/7164 4109/4370/6911 -f 4101/4526/7155 4104/4527/7158 4111/4533/7165 -f 4112/4534/7166 4104/4527/7158 4103/4529/7160 -f 4112/4534/7166 4103/4529/7160 4118/4535/7167 -f 3871/4166/6606 4113/4168/6608 4108/4532/7164 -f 4108/4532/7164 4113/4168/6608 4114/4536/7168 -f 4108/4532/7164 4114/4536/7168 4103/4529/7160 -f 4103/4529/7160 4114/4536/7168 4118/4535/7167 -f 4104/4527/7158 4112/4534/7166 4111/4533/7165 -f 4112/4534/7166 4117/4537/7169 4111/4533/7165 -f 4116/4538/7170 4117/4537/7169 4112/4534/7166 -f 4118/4535/7171 4116/4538/7170 4112/4534/7166 -f 4115/4539/7172 4119/4540/7173 4116/4538/7174 -f 4115/4539/7172 4116/4538/7174 4120/4541/7175 -f 4120/4541/7176 4116/4538/7170 4118/4535/7171 -f 4121/4287/6791 4120/4541/7177 4118/4535/7178 -f 4121/4287/6791 4118/4535/7178 4114/4536/7168 -f 4122/4289/6793 4115/4539/7172 4120/4541/7175 -f 4121/4287/6791 4114/4536/7168 4113/4168/6608 -f 2076/2365/4372 4115/4539/7172 4122/4289/6793 -f 4122/4289/6793 4120/4541/7179 4121/4287/6791 -f 1521/1720/7156 4101/4526/7155 4111/4533/7165 -f 4123/4542/7180 1521/1720/7181 4117/4537/7182 -f 1521/1720/7181 4111/4533/7183 4117/4537/7182 -f 4124/4543/7184 4123/4542/7180 4116/4538/7185 -f 4123/4542/7180 4117/4537/7182 4116/4538/7185 -f 4124/4543/7184 4116/4538/7185 4119/4540/7186 -f 4124/4543/7184 4119/4540/7186 4125/4544/7187 -f 4125/4544/7187 4119/4540/7186 4115/4539/7172 -f 4125/4544/7187 4115/4539/7172 4126/2366/4373 -f 4126/2366/4373 4115/4539/7172 2076/2365/4372 -f 4130/1714/7188 4129/4545/7189 1517/1715/7190 -f 4129/4545/7189 4127/3850/7191 1517/1715/7190 -f 4127/3850/7191 4128/4165/6605 3569/3847/6604 -f 4130/1714/7188 1515/1712/7192 3870/4163/6600 -f 4130/1714/7188 3870/4163/6600 4133/4546/7193 -f 4129/4545/7189 4130/1714/7188 4133/4546/7193 -f 4129/4545/7189 4133/4546/7193 4134/4547/7194 -f 4135/4548/7195 4129/4545/7189 4134/4547/7194 -f 4127/3850/7191 4129/4545/7189 4135/4548/7196 -f 4136/4549/7197 4135/4548/7195 4134/4547/7194 -f 4132/4371/6912 4135/4548/7195 4136/4549/7197 -f 4128/4165/6605 4127/3850/7191 4135/4548/7196 -f 4128/4165/6605 4135/4548/7196 4137/4369/6910 -f 4137/4369/6910 4135/4548/7195 4132/4371/6912 -f 4131/4167/6607 4132/4371/6912 4136/4549/7197 -f 4136/4549/7197 4140/4550/7198 4138/4169/6609 -f 4136/4549/7197 4138/4169/6609 4131/4167/6607 -f 4134/4547/7194 4139/4551/7199 4140/4550/7198 -f 4134/4547/7194 4140/4550/7198 4136/4549/7197 -f 4139/4551/7199 4134/4547/7194 4133/4546/7193 -f 4133/4546/7193 4141/4552/7200 4139/4551/7199 -f 4141/4552/7200 4133/4546/7193 4142/4553/7201 -f 4133/4546/7193 3870/4163/6600 4142/4553/7201 -f 4141/4552/7200 4142/4553/7201 4143/4554/7202 -f 1514/1711/7203 4144/4555/7204 4143/4554/7202 -f 4144/4555/7204 4141/4552/7205 4143/4554/7202 -f 4145/4556/7206 4139/4551/7199 4141/4552/7200 -f 4145/4556/7207 4141/4552/7205 4144/4555/7204 -f 4146/4557/7208 4145/4556/7207 4144/4555/7204 -f 4140/4550/7198 4139/4551/7199 4145/4556/7206 -f 4147/4558/7209 4140/4550/7198 4145/4556/7206 -f 4147/4558/7210 4145/4556/7207 4146/4557/7208 -f 4138/4169/6609 4140/4550/7198 4149/4286/6790 -f 4149/4286/6790 4140/4550/7198 4147/4558/7209 -f 4147/4558/7210 4146/4557/7208 4150/4290/6794 -f 4150/4290/6794 4146/4557/7208 4148/4559/7211 -f 4151/4288/6792 4149/4286/6790 4147/4558/7209 -f 4151/4288/6792 4147/4558/7210 4150/4290/6794 -f 4150/4290/6794 4148/4559/7211 2074/2362/4367 -f 4154/4560/7212 4990/4561/7213 4148/4559/7211 -f 4148/4559/7211 4990/4561/7213 4152/2363/4368 -f 4148/4559/7211 4152/2363/4368 2074/2362/4367 -f 4146/4557/7208 4154/4560/7212 4148/4559/7211 -f 1514/1711/7203 4153/4562/7214 4144/4555/7204 -f 4144/4555/7204 4153/4562/7214 4154/4560/7212 -f 4144/4555/7204 4154/4560/7212 4146/4557/7208 -f 1514/1711/7203 4143/4554/7202 4142/4553/7201 -f 1514/1711/7203 4142/4553/7201 1513/1710/6599 -f 3870/4163/6600 1513/1710/6599 4142/4553/7201 -f 4155/1705/7215 4156/4563/7216 1508/1703/7217 -f 4160/4564/7218 1511/1707/7219 1508/1703/7217 -f 3573/3851/6615 4157/4172/6614 3570/3852/7220 -f 4161/4565/7221 4160/4564/7218 1508/1703/7217 -f 4161/4565/7221 1508/1703/7217 4156/4563/7216 -f 4159/4566/7222 4161/4565/7221 4156/4563/7216 -f 4155/1705/7215 3571/3853/7223 4162/4567/7224 -f 4162/4567/7224 4159/4566/7222 4156/4563/7216 -f 4162/4567/7224 4156/4563/7216 4155/1705/7215 -f 4163/4568/7225 4158/4569/7226 4159/4566/7222 -f 4163/4568/7225 4159/4566/7222 4162/4567/7224 -f 4164/4570/7227 4158/4569/7226 4163/4568/7225 -f 4163/4568/7228 4162/4567/7224 3570/3852/7220 -f 3570/3852/7220 4162/4567/7224 3571/3853/7223 -f 4157/4172/6614 4163/4568/7228 3570/3852/7220 -f 3873/4173/6917 4164/4570/7227 4163/4568/7225 -f 3873/4173/6917 4163/4568/7225 3930/4372/6915 -f 3930/4372/6913 4163/4568/7228 4157/4172/6614 -f 4160/4564/7218 4161/4565/7221 4165/4571/7229 -f 4165/4571/7229 4161/4565/7221 4159/4566/7222 -f 4165/4571/7229 4159/4566/7222 4158/4569/7226 -f 4165/4571/7229 4158/4569/7226 4172/4572/7230 -f 3873/4173/6617 4166/4175/6619 4164/4570/7227 -f 4164/4570/7227 4166/4175/6619 4167/4573/7231 -f 4164/4570/7227 4167/4573/7231 4158/4569/7226 -f 4158/4569/7226 4167/4573/7231 4172/4572/7230 -f 4171/4574/7232 4170/4575/7233 4165/4571/7229 -f 4170/4575/7233 4160/4564/7218 4165/4571/7229 -f 4169/4576/7234 4171/4574/7232 4165/4571/7229 -f 4172/4572/7235 4169/4576/7234 4165/4571/7229 -s 494 -f 4168/4577/7236 4173/4578/7237 4169/4576/7238 -f 4168/4577/7236 4169/4576/7238 4174/4579/7239 -s 39 -f 4174/4579/7240 4169/4576/7234 4172/4572/7235 -s 495 -f 4175/4293/6801 4174/4579/7241 4172/4572/7242 -f 4175/4293/6801 4172/4572/7242 4167/4573/7243 -s 494 -f 4176/4291/6797 4168/4577/7236 4174/4579/7239 -s 495 -f 4176/4291/6800 4174/4579/7241 4175/4293/6801 -s 39 -f 4175/4293/6804 4167/4573/7231 4166/4175/6619 -s 494 -f 1993/2231/6796 4168/4577/7236 4176/4291/6797 -s 39 -f 1511/1707/7219 4160/4564/7218 4170/4575/7233 -f 1511/1707/7219 4170/4575/7233 4177/4580/7244 -f 4177/4580/7244 4170/4575/7233 4171/4574/7245 -f 4178/4581/7246 4177/4580/7244 4169/4576/7247 -f 4177/4580/7244 4171/4574/7245 4169/4576/7247 -f 4178/4581/7246 4169/4576/7247 4173/4578/7248 -f 4178/4581/7246 4173/4578/7248 4179/4582/7249 -f 4179/4582/7249 4173/4578/7248 4168/4577/7250 -f 4179/4582/7249 4168/4577/7250 1992/2230/4203 -f 1992/2230/4203 4168/4577/7250 1993/2231/4204 -f 4182/1702/7251 4180/4583/7252 3574/3855/6616 -f 4180/4583/7252 4181/4171/6613 3574/3855/6616 -f 4187/4584/7253 4183/1701/7254 1506/1699/6612 -f 4187/4584/7253 1506/1699/6612 3872/4170/6611 -f 4187/4584/7253 3872/4170/6611 4186/4585/7255 -f 4187/4584/7256 4186/4585/7257 4188/4586/7258 -f 4182/1702/7259 4183/1701/7254 4187/4584/7253 -f 4189/4587/7260 4187/4584/7256 4188/4586/7258 -f 4190/4588/7261 4182/1702/7259 4187/4584/7253 -f 4190/4588/7262 4187/4584/7256 4189/4587/7260 -f 4180/4583/7263 4182/1702/7259 4190/4588/7261 -f 4191/4589/7264 4190/4588/7262 4189/4587/7260 -f 4192/4373/6914 4180/4583/7252 4190/4588/7265 -f 4192/4373/7266 4190/4588/7262 4185/4374/6919 -f 4185/4374/6919 4190/4588/7262 4191/4589/7264 -f 4181/4171/6613 4180/4583/7252 4192/4373/6914 -f 4184/4174/6618 4185/4374/6919 4191/4589/7264 -f 4191/4589/7264 4195/4590/7267 4193/4176/6620 -f 4191/4589/7264 4193/4176/6620 4184/4174/6618 -f 4189/4587/7260 4194/4591/7268 4195/4590/7267 -f 4189/4587/7260 4195/4590/7267 4191/4589/7264 -f 4194/4591/7268 4189/4587/7260 4188/4586/7258 -f 4188/4586/7258 4196/4592/7269 4194/4591/7268 -f 4188/4586/7258 4186/4585/7257 4196/4592/7269 -f 4186/4585/7257 3872/4170/6611 4197/4593/7270 -f 4196/4592/7269 4186/4585/7257 4197/4593/7270 -f 1505/1698/7271 4198/4594/7272 4197/4593/7270 -f 4198/4594/7272 4196/4592/7269 4197/4593/7270 -f 4194/4591/7268 4196/4592/7269 4199/4595/7273 -f 4199/4595/7273 4196/4592/7269 4198/4594/7272 -f 4200/4596/7274 4199/4595/7273 4198/4594/7272 -f 4195/4590/7267 4194/4591/7268 4199/4595/7275 -f 4195/4590/7267 4199/4595/7275 4201/4597/7276 -f 4201/4597/7277 4199/4595/7273 4200/4596/7274 -s 494 -f 4202/4598/7278 4201/4597/7279 4200/4596/7280 -s 39 -f 4193/4176/6620 4195/4590/7267 4203/4294/6803 -f 4203/4294/6803 4195/4590/7267 4201/4597/7276 -f 4203/4294/6803 4201/4597/7276 4204/4599/7281 -s 494 -f 4204/4599/7282 4201/4597/7279 4202/4598/7278 -f 4205/2232/6795 4204/4599/7282 4202/4598/7278 -s 495 -f 4203/4294/6802 4204/4599/7283 3906/4292/6799 -s 494 -f 3906/4292/6798 4204/4599/7282 4205/2232/6795 -s 39 -f 4208/4600/7284 4999/4601/7285 4202/4598/7286 -f 4202/4598/7286 4999/4601/7285 4206/2358/4363 -f 4202/4598/7286 4206/2358/4363 4205/2232/4205 -f 4200/4596/7287 4208/4600/7284 4202/4598/7286 -f 1505/1698/7271 4207/4602/7288 4198/4594/7272 -f 4198/4594/7272 4207/4602/7288 4208/4600/7284 -f 4198/4594/7272 4208/4600/7284 4200/4596/7287 -f 1505/1698/7271 4197/4593/7270 1504/1697/6610 -f 3872/4170/6611 1504/1697/6610 4197/4593/7270 -f 4209/4603/7289 1500/1692/7290 4211/1691/7291 -f 1500/1692/7290 4209/4603/7289 4210/4604/7292 -f 4210/4604/7292 1502/1694/7293 1500/1692/7290 -f 3578/3859/6622 4212/4177/6621 3575/3858/7294 -f 4215/4605/7295 4210/4604/7292 4209/4603/7289 -f 4214/4606/7296 4215/4605/7295 4209/4603/7289 -f 4209/4603/7289 4211/1691/7291 4216/4607/7297 -f 4216/4607/7297 4214/4606/7296 4209/4603/7289 -f 4211/1691/7291 3575/3858/7294 4216/4607/7297 -f 4217/4608/7298 4213/4609/7299 4214/4606/7296 -f 4217/4608/7298 4214/4606/7296 4216/4607/7297 -f 4218/4610/7300 4213/4609/7299 4217/4608/7298 -f 4217/4608/7301 4216/4607/7297 3575/3858/7294 -f 4212/4177/6621 4217/4608/7301 3575/3858/7294 -f 3874/4179/6625 4218/4610/7300 4217/4608/7298 -f 3874/4179/6625 4217/4608/7298 3931/4376/6922 -f 3931/4376/6921 4217/4608/7301 4212/4177/6621 -f 4210/4604/7292 4215/4605/7295 4219/4611/7302 -f 4215/4605/7295 4214/4606/7296 4220/4612/7303 -f 4220/4612/7303 4214/4606/7296 4213/4609/7299 -f 4220/4612/7303 4213/4609/7299 4226/4613/7304 -f 3874/4179/6625 3909/4181/6627 4218/4610/7300 -f 4218/4610/7300 3909/4181/6627 4221/4614/7305 -f 4218/4610/7300 4221/4614/7305 4213/4609/7299 -f 4213/4609/7299 4221/4614/7305 4226/4613/7304 -f 4215/4605/7295 4220/4612/7303 4219/4611/7302 -f 4220/4612/7303 4224/4615/7306 4219/4611/7302 -f 4225/4616/7307 4223/4617/7308 4224/4615/7306 -f 4225/4616/7307 4224/4615/7306 4220/4612/7303 -f 4227/4618/7309 4223/4617/7310 4225/4616/7311 -f 4226/4613/7304 4225/4616/7307 4220/4612/7303 -f 4222/4619/7312 4227/4618/7309 4225/4616/7311 -f 4228/4620/7313 4225/4616/7307 4226/4613/7304 -f 4222/4619/7312 4225/4616/7311 4229/4295/6805 -f 4229/4295/6805 4225/4616/7311 4228/4620/7314 -f 4228/4620/7313 4226/4613/7304 4230/4299/6809 -f 4230/4299/6809 4226/4613/7304 4221/4614/7305 -f 2073/2360/4365 4222/4619/7312 4229/4295/6805 -f 4231/4297/6807 4229/4295/6805 4228/4620/7314 -f 4231/4297/6807 4228/4620/7314 4230/4299/6809 -f 3909/4181/6627 4230/4299/6809 4221/4614/7305 -f 1502/1694/7293 4210/4604/7292 4219/4611/7302 -f 1502/1694/7293 4219/4611/7302 4232/4621/7315 -f 4232/4621/7315 4219/4611/7302 4224/4615/7316 -f 4233/4622/7317 4232/4621/7315 4223/4617/7310 -f 4232/4621/7315 4224/4615/7316 4223/4617/7310 -f 4233/4622/7317 4223/4617/7310 4227/4618/7309 -f 4233/4622/7317 4227/4618/7309 4234/4623/7318 -f 4234/4623/7318 4227/4618/7309 4222/4619/7312 -f 4234/4623/7318 4222/4619/7312 4235/2361/4366 -f 4235/2361/4366 4222/4619/7312 2073/2360/4365 -f 4238/1690/7319 4236/4624/7320 3580/3862/7321 -f 4236/4624/7320 4237/4178/6623 3580/3862/7321 -f 3580/3862/7321 4237/4178/6623 3579/3861/6624 -f 4243/4625/7322 4239/1688/7323 1496/1687/7324 -f 4243/4625/7322 1496/1687/7324 4242/4626/7325 -f 4243/4625/7322 4242/4626/7325 4244/4627/7326 -f 4238/1690/7319 4239/1688/7323 4243/4625/7322 -f 4245/4628/7327 4243/4625/7322 4244/4627/7326 -f 4246/4629/7328 4238/1690/7319 4243/4625/7322 -f 4246/4629/7328 4243/4625/7322 4245/4628/7327 -f 4236/4624/7320 4238/1690/7319 4246/4629/7328 -f 4247/4630/7329 4246/4629/7328 4245/4628/7327 -f 4241/4377/6924 4246/4629/7328 4247/4630/7329 -f 4237/4178/6623 4236/4624/7320 4246/4629/7330 -f 4237/4178/6623 4246/4629/7330 4248/4375/6920 -f 4248/4375/6923 4246/4629/7328 4241/4377/6924 -f 4240/4180/6626 4241/4377/6924 4247/4630/7329 -f 4247/4630/7329 4251/4631/7331 4249/4182/6628 -f 4247/4630/7329 4249/4182/6628 4240/4180/6626 -f 4245/4628/7327 4250/4632/7332 4251/4631/7331 -f 4245/4628/7327 4251/4631/7331 4247/4630/7329 -f 4250/4632/7332 4245/4628/7327 4244/4627/7326 -f 4244/4627/7326 4252/4633/7333 4250/4632/7332 -f 4244/4627/7326 4242/4626/7325 4252/4633/7333 -f 4242/4626/7325 1496/1687/7324 4253/4634/7334 -f 4252/4633/7333 4242/4626/7325 4253/4634/7334 -f 1499/1686/7335 4254/4635/7336 4253/4634/7334 -f 4254/4635/7336 4252/4633/7333 4253/4634/7334 -f 4250/4632/7332 4252/4633/7333 4255/4636/7337 -f 4255/4636/7337 4252/4633/7333 4254/4635/7336 -f 4256/4637/7338 4255/4636/7337 4254/4635/7336 -f 4251/4631/7331 4250/4632/7332 4255/4636/7339 -f 4251/4631/7331 4255/4636/7339 4257/4638/7340 -f 4257/4638/7341 4255/4636/7337 4256/4637/7338 -f 4258/4639/7342 4257/4638/7343 4256/4637/7344 -f 4249/4182/6628 4251/4631/7331 4259/4300/6810 -f 4259/4300/6810 4251/4631/7331 4257/4638/7340 -f 4259/4300/6810 4257/4638/7340 4260/4640/7345 -f 4260/4640/7346 4257/4638/7343 4258/4639/7342 -f 4261/4296/6806 4260/4640/7346 4258/4639/7342 -f 4259/4300/6810 4260/4640/7347 3908/4298/6808 -f 3908/4298/6808 4260/4640/7346 4261/4296/6806 -f 3907/2356/4360 4261/4296/6806 4258/4639/7342 -f 4264/4641/7348 4262/2354/4358 4258/4639/7342 -f 4258/4639/7342 4262/2354/4358 3907/2356/4360 -f 4256/4637/7349 4264/4641/7348 4258/4639/7342 -f 1499/1686/7335 4263/4642/7350 4254/4635/7336 -f 4254/4635/7336 4263/4642/7350 4264/4641/7348 -f 4254/4635/7336 4264/4641/7348 4256/4637/7349 -f 1499/1686/7335 4253/4634/7334 1498/1685/7351 -f 1496/1687/7324 1498/1685/7351 4253/4634/7334 -s 580 -f 3581/1678/7352 4265/4643/7353 4266/4644/7354 -f 3581/1678/7352 4266/4644/7354 1493/1679/7355 -s 39 -f 1493/1679/7356 4266/4644/7357 4267/1681/6631 -f 4271/4645/7358 4267/1681/6631 4266/4644/7357 -f 4270/4646/7359 4271/4645/7358 4266/4644/7357 -f 4272/4647/7360 4270/4646/7359 4266/4644/7357 -f 4269/4648/7361 4270/4646/7359 4272/4647/7360 -s 580 -f 4272/4647/7362 4266/4644/7354 4265/4643/7353 -s 39 -f 4273/4649/7363 4269/4648/7361 4272/4647/7360 -f 4273/4649/7363 4272/4647/7360 4265/4643/7364 -f 3875/4186/6636 4269/4648/7361 4273/4649/7363 -f 4273/4649/7365 4265/4643/7366 3582/3863/6635 -f 3582/3863/6635 4265/4643/7366 3581/1678/7367 -f 3875/4186/6636 4273/4649/7363 4274/4379/6927 -f 4274/4379/6926 4273/4649/7365 4268/4185/6634 -f 4268/4185/6634 4273/4649/7365 3582/3863/6635 -f 4280/4183/6629 4267/1681/6631 4271/4645/7358 -f 4280/4183/6629 4271/4645/7358 4275/4650/7368 -f 4271/4645/7358 4270/4646/7359 4276/4651/7369 -f 4276/4651/7369 4270/4646/7359 4269/4648/7361 -f 4276/4651/7369 4269/4648/7361 4282/4652/7370 -f 3875/4186/6636 3910/4188/6638 4277/4653/7371 -f 3875/4186/6636 4277/4653/7371 4269/4648/7361 -f 4269/4648/7361 4277/4653/7371 4282/4652/7370 -f 4271/4645/7358 4276/4651/7369 4275/4650/7368 -f 4276/4651/7372 4281/4654/7373 4275/4650/7368 -f 4279/4655/7374 4281/4654/7373 4276/4651/7372 -f 4275/4650/7368 4281/4654/7373 4280/4183/6629 -f 4282/4652/7370 4279/4655/7374 4276/4651/7372 -f 4278/4656/7375 4283/4657/7376 4279/4655/7377 -f 4278/4656/7375 4279/4655/7377 4284/4658/7378 -f 4284/4658/7379 4279/4655/7374 4282/4652/7370 -f 4284/4658/7379 4282/4652/7370 4285/4302/6812 -f 4285/4302/6812 4282/4652/7370 4277/4653/7371 -f 4286/4304/6815 4278/4656/7375 4284/4658/7378 -f 4286/4304/6814 4284/4658/7379 4285/4302/6812 -f 2068/2349/4353 4278/4656/7375 4286/4304/6815 -f 3910/4188/6638 4285/4302/6812 4277/4653/7371 -f 4287/4659/7380 1494/1682/6630 4281/4654/7373 -f 1494/1682/6630 4280/4183/6629 4281/4654/7373 -f 4288/4660/7381 4287/4659/7380 4279/4655/7382 -f 4287/4659/7380 4281/4654/7373 4279/4655/7382 -f 4288/4660/7381 4279/4655/7382 4283/4657/7383 -f 4288/4660/7381 4283/4657/7383 4289/4661/7384 -f 4289/4661/7384 4283/4657/7383 4278/4656/7385 -f 2068/2349/4353 4290/2357/4361 4278/4656/7385 -f 4278/4656/7385 4290/2357/4361 4289/4661/7384 -f 1490/1676/7386 4293/4662/7387 3585/3865/7388 -f 4293/4662/7387 4291/4663/7389 3585/3865/7388 -f 4291/4663/7389 4292/4184/6633 3585/3865/7388 -f 3585/3865/7388 4292/4184/6633 3583/3866/6632 -f 1490/1676/7386 4294/1675/7390 4293/4662/7387 -f 4297/4664/7391 4294/1675/7390 1489/1674/7392 -f 1489/1674/7392 4296/4665/7393 4297/4664/7391 -f 4293/4662/7387 4294/1675/7390 4297/4664/7391 -f 4293/4662/7387 4297/4664/7391 4298/4666/7394 -f 4299/4667/7395 4293/4662/7387 4298/4666/7394 -f 4291/4663/7389 4293/4662/7387 4299/4667/7396 -f 4295/4187/6637 4299/4667/7397 4298/4666/7394 -f 4292/4184/6633 4291/4663/7389 4299/4667/7396 -f 4292/4184/6633 4299/4667/7396 4300/4378/6925 -f 4300/4378/6928 4299/4667/7397 4295/4187/6637 -f 4298/4666/7394 4303/4668/7398 4295/4187/6637 -f 4295/4187/6637 4303/4668/7398 4301/4189/6639 -f 4298/4666/7394 4302/4669/7399 4303/4668/7398 -f 4302/4669/7399 4298/4666/7394 4297/4664/7391 -f 4297/4664/7391 4304/4670/7400 4302/4669/7399 -f 4304/4670/7400 4297/4664/7391 4296/4665/7401 -f 4296/4665/7401 1489/1674/7402 4305/4671/7403 -f 4304/4670/7400 4296/4665/7401 4305/4671/7403 -f 1487/1672/7404 4306/4672/7405 4305/4671/7403 -f 4306/4672/7405 4304/4670/7400 4305/4671/7403 -f 4302/4669/7399 4304/4670/7400 4307/4673/7406 -f 4307/4673/7406 4304/4670/7400 4306/4672/7405 -f 4308/4674/7407 4307/4673/7406 4306/4672/7405 -f 4303/4668/7398 4302/4669/7399 4307/4673/7408 -f 4309/4675/7409 4303/4668/7398 4307/4673/7408 -f 4309/4675/7410 4307/4673/7406 4308/4674/7407 -f 4301/4189/6639 4303/4668/7398 4311/4301/6811 -f 4311/4301/6811 4303/4668/7398 4309/4675/7409 -f 4309/4675/7410 4308/4674/7407 4312/4305/6817 -f 4312/4305/6817 4308/4674/7407 4310/4676/7411 -f 4313/4303/6813 4311/4301/6811 4309/4675/7409 -f 4313/4303/6816 4309/4675/7410 4312/4305/6817 -f 3911/2350/4354 4312/4305/6817 4310/4676/7411 -f 4316/4677/7412 4314/4678/7413 4310/4676/7411 -f 4310/4676/7411 4314/4678/7413 4315/2351/4355 -f 4310/4676/7411 4315/2351/4355 3911/2350/4354 -f 4308/4674/7407 4316/4677/7412 4310/4676/7411 -f 1487/1672/7404 5018/4679/7414 4306/4672/7405 -f 4306/4672/7405 5018/4679/7414 4316/4677/7412 -f 4306/4672/7405 4316/4677/7412 4308/4674/7407 -f 1487/1672/7404 4305/4671/7403 1488/1673/7415 -f 1489/1674/7402 1488/1673/7415 4305/4671/7403 -f 4317/1666/7416 4318/4680/7417 1484/1668/7418 -f 3588/3869/6645 4320/4192/6646 3587/3867/7419 -f 4323/4681/7420 1484/1668/7418 4318/4680/7417 -f 4322/4682/7421 4323/4681/7420 4318/4680/7417 -f 4317/1666/7416 4319/3817/7422 4324/4683/7423 -f 4324/4683/7423 4322/4682/7421 4318/4680/7417 -f 4324/4683/7423 4318/4680/7417 4317/1666/7416 -f 4325/4684/7424 4321/4685/7425 4322/4682/7421 -f 4325/4684/7424 4322/4682/7421 4324/4683/7423 -f 3877/4193/6647 4321/4685/7425 4325/4684/7424 -f 4325/4684/7426 4324/4683/7423 3587/3867/7419 -f 3587/3867/7419 4324/4683/7423 4319/3817/7422 -f 3877/4193/6647 4325/4684/7424 4326/4380/6932 -f 4326/4380/6930 4325/4684/7427 4320/4192/6929 -f 4320/4192/6646 4325/4684/7426 3587/3867/7419 -f 4332/4686/7428 1484/1668/7418 4323/4681/7420 -f 4332/4686/7428 4323/4681/7420 4327/4687/7429 -f 4323/4681/7420 4322/4682/7421 4328/4688/7430 -f 4328/4688/7430 4322/4682/7421 4321/4685/7425 -f 4328/4688/7430 4321/4685/7425 4335/4689/7431 -f 3877/4193/6647 3912/4195/6649 4329/4690/7432 -f 3877/4193/6647 4329/4690/7432 4321/4685/7425 -f 4321/4685/7425 4329/4690/7432 4335/4689/7431 -f 4323/4681/7420 4328/4688/7430 4327/4687/7429 -f 4328/4688/7433 4333/4691/7434 4327/4687/7429 -f 4334/4692/7435 4331/4693/7436 4333/4691/7434 -f 4334/4692/7435 4333/4691/7434 4328/4688/7433 -f 4327/4687/7429 4333/4691/7434 4332/4686/7428 -f 4336/4694/7437 4331/4693/7438 4334/4692/7439 -f 4335/4689/7440 4334/4692/7435 4328/4688/7433 -f 4330/4695/7441 4336/4694/7437 4334/4692/7439 -f 4337/4696/7442 4334/4692/7435 4335/4689/7440 -f 4330/4695/7441 4334/4692/7439 2067/2346/4350 -f 2067/2346/4350 4334/4692/7439 4337/4696/7443 -f 4337/4696/7442 4335/4689/7440 4338/4307/6819 -f 4338/4307/6819 4335/4689/7440 4329/4690/7432 -f 4339/4308/6823 2067/2346/4350 4337/4696/7443 -f 4339/4308/6821 4337/4696/7442 4338/4307/6819 -f 3912/4195/6649 4338/4307/6819 4329/4690/7432 -f 1486/1670/7444 1484/1668/7418 4332/4686/7428 -f 1486/1670/7444 4332/4686/7428 4340/4697/7445 -f 4340/4697/7445 4332/4686/7428 4333/4691/7434 -f 4341/4698/7446 4340/4697/7445 4331/4693/7438 -f 4340/4697/7445 4333/4691/7434 4331/4693/7438 -f 4341/4698/7446 4331/4693/7438 4336/4694/7437 -f 4341/4698/7446 4336/4694/7437 4342/4699/7447 -f 4343/4700/7448 4342/4699/7447 4330/4695/7441 -f 4342/4699/7447 4336/4694/7437 4330/4695/7441 -f 4343/4700/7448 4330/4695/7441 2066/2348/4352 -f 2066/2348/4352 4330/4695/7441 2067/2346/4350 -f 4347/1663/7449 4346/4701/7450 1481/1664/7451 -f 1481/1664/7451 4346/4701/7450 4344/4702/7452 -f 1481/1664/7451 4344/4702/7452 3589/3868/6643 -f 4344/4702/7452 4345/4191/6644 3589/3868/6643 -f 4350/4703/7453 4347/1663/7449 1479/1661/6642 -f 1479/1661/6642 3876/4190/6641 4350/4703/7453 -f 3876/4190/6641 4349/4704/7454 4350/4703/7453 -f 4346/4701/7450 4347/1663/7449 4350/4703/7453 -f 4346/4701/7450 4350/4703/7453 4351/4705/7455 -f 4352/4706/7456 4346/4701/7450 4351/4705/7455 -f 4344/4702/7452 4346/4701/7450 4352/4706/7457 -f 4353/4707/7458 4352/4706/7456 4351/4705/7455 -f 4354/4381/6931 4344/4702/7452 4352/4706/7457 -f 4354/4381/6933 4352/4706/7456 4353/4707/7458 -f 4345/4191/6644 4344/4702/7452 4354/4381/6931 -f 4354/4381/6933 4353/4707/7458 4348/4194/6648 -f 4353/4707/7458 4357/4708/7459 4355/4196/6650 -f 4353/4707/7458 4355/4196/6650 4348/4194/6648 -f 4351/4705/7455 4356/4709/7460 4357/4708/7459 -f 4351/4705/7455 4357/4708/7459 4353/4707/7458 -f 4356/4709/7460 4351/4705/7455 4350/4703/7453 -f 4350/4703/7453 4358/4710/7461 4356/4709/7460 -f 4358/4710/7461 4350/4703/7453 4349/4704/7454 -f 4349/4704/7454 3876/4190/6641 1477/1659/6640 -f 4359/4711/7462 4349/4704/7454 1477/1659/6640 -f 4358/4710/7461 4349/4704/7454 4359/4711/7462 -f 1478/1660/7463 4360/4712/7464 4359/4711/7462 -f 4360/4712/7464 4358/4710/7461 4359/4711/7462 -f 4361/4713/7465 4356/4709/7460 4358/4710/7461 -f 4361/4713/7466 4358/4710/7461 4360/4712/7464 -f 4362/4714/7467 4361/4713/7466 4360/4712/7464 -f 4357/4708/7459 4356/4709/7460 4361/4713/7465 -f 4363/4715/7468 4357/4708/7459 4361/4713/7465 -f 4363/4715/7469 4361/4713/7466 4362/4714/7467 -f 4355/4196/6650 4357/4708/7459 4365/4306/6818 -f 4365/4306/6818 4357/4708/7459 4363/4715/7468 -f 4363/4715/7469 4362/4714/7467 4366/4309/6824 -f 4366/4309/6824 4362/4714/7467 4364/4716/7470 -f 4365/4306/6820 4363/4715/7471 4366/4309/6822 -f 3913/2347/4351 4366/4309/6824 4364/4716/7470 -f 4368/4717/7472 4367/4718/7473 4364/4716/7470 -f 4364/4716/7470 4367/4718/7473 2065/2345/4349 -f 4364/4716/7470 2065/2345/4349 3913/2347/4351 -f 4362/4714/7467 4368/4717/7472 4364/4716/7470 -f 1478/1660/7463 5028/4719/7474 4360/4712/7464 -f 4360/4712/7464 5028/4719/7474 4368/4717/7472 -f 4360/4712/7464 4368/4717/7472 4362/4714/7467 -f 1478/1660/7463 4359/4711/7462 1477/1659/6640 -f 4369/1655/7475 4370/4720/7476 1474/1652/7477 -f 1474/1652/7477 4370/4720/7476 4371/4721/7478 -f 4371/4721/7478 1475/1656/7479 1474/1652/7477 -f 3594/3874/6658 4373/4199/6657 3592/3875/7480 -f 4377/4722/7481 4376/4723/7482 4371/4721/7478 -f 4377/4722/7481 4371/4721/7478 4370/4720/7476 -f 4375/4724/7483 4377/4722/7481 4370/4720/7476 -f 4369/1655/7475 4372/3872/7484 4378/4725/7485 -f 4378/4725/7485 4375/4724/7483 4370/4720/7476 -f 4378/4725/7485 4370/4720/7476 4369/1655/7475 -f 4379/4726/7486 4374/4727/7487 4375/4724/7483 -f 4379/4726/7486 4375/4724/7483 4378/4725/7485 -f 4380/4728/7488 4374/4727/7487 4379/4726/7486 -f 4379/4726/7489 4378/4725/7485 3592/3875/7480 -f 3592/3875/7480 4378/4725/7485 4372/3872/7484 -f 4380/4728/7488 4379/4726/7486 4381/4383/6935 -f 4381/4383/6935 4379/4726/7486 4373/4199/6657 -f 4373/4199/6657 4379/4726/7489 3592/3875/7480 -f 3879/4200/6659 4380/4728/7488 4381/4383/6935 -f 4376/4723/7482 4377/4722/7481 4375/4724/7483 -f 4376/4723/7482 4375/4724/7483 4382/4729/7490 -f 4382/4729/7490 4375/4724/7483 4374/4727/7487 -f 4382/4729/7490 4374/4727/7487 4389/4730/7491 -f 3879/4200/6659 4383/4202/6661 4380/4728/7488 -f 4380/4728/7488 4383/4202/6661 4384/4731/7492 -f 4380/4728/7488 4384/4731/7492 4374/4727/7487 -f 4374/4727/7487 4384/4731/7492 4389/4730/7491 -f 4387/4732/7493 4371/4721/7478 4376/4723/7482 -f 4388/4733/7494 4387/4732/7493 4376/4723/7482 -f 4388/4733/7494 4376/4723/7482 4382/4729/7490 -f 4386/4734/7495 4388/4733/7494 4382/4729/7490 -f 4389/4730/7496 4386/4734/7495 4382/4729/7490 -f 4385/4735/7497 4390/4736/7498 4386/4734/7499 -f 4385/4735/7497 4386/4734/7499 4391/4737/7500 -f 4391/4737/7501 4386/4734/7495 4389/4730/7496 -f 4392/4310/6825 4391/4737/7502 4389/4730/7503 -f 4392/4310/6825 4389/4730/7503 4384/4731/7504 -f 4393/4313/6829 4385/4735/7497 4391/4737/7500 -f 4393/4313/6828 4391/4737/7502 4392/4310/6825 -f 4392/4310/6825 4384/4731/7492 4383/4202/6661 -f 2063/2342/4346 4385/4735/7497 4393/4313/6829 -f 1475/1656/7479 4371/4721/7478 4387/4732/7493 -f 1475/1656/7479 4387/4732/7493 4394/4738/7505 -f 4394/4738/7505 4387/4732/7493 4388/4733/7506 -f 4395/4739/7507 4394/4738/7505 4386/4734/7508 -f 4394/4738/7505 4388/4733/7506 4386/4734/7508 -f 4395/4739/7507 4386/4734/7508 4390/4736/7509 -f 4395/4739/7507 4390/4736/7509 4396/4740/7510 -f 4397/4741/7511 4396/4740/7510 4385/4735/7512 -f 4396/4740/7510 4390/4736/7509 4385/4735/7512 -f 4397/4741/7511 4385/4735/7512 2064/2344/4348 -f 2064/2344/4348 4385/4735/7512 2063/2342/4346 -f 4401/1650/7513 4400/4742/7514 1471/1651/7515 -f 4400/4742/7514 4398/4743/7516 1471/1651/7515 -f 1471/1651/7515 4398/4743/7516 3597/3878/6654 -f 4398/4743/7516 4399/4198/6655 3597/3878/6654 -f 4401/1650/7513 1469/1648/7517 3878/4197/7518 -f 4401/1650/7513 3878/4197/7518 4404/4744/7519 -f 4400/4742/7514 4401/1650/7513 4404/4744/7519 -f 4400/4742/7514 4404/4744/7519 4405/4745/7520 -f 4406/4746/7521 4400/4742/7514 4405/4745/7520 -f 4398/4743/7516 4400/4742/7514 4406/4746/7522 -f 4407/4747/7523 4406/4746/7521 4405/4745/7520 -f 4408/4382/6934 4398/4743/7516 4406/4746/7522 -f 4408/4382/7524 4406/4746/7521 4403/4384/6937 -f 4403/4384/6937 4406/4746/7521 4407/4747/7523 -f 4399/4198/6655 4398/4743/7516 4408/4382/6934 -f 4402/4201/6660 4403/4384/6937 4407/4747/7523 -f 4407/4747/7523 4411/4748/7525 4409/4203/6662 -f 4407/4747/7523 4409/4203/6662 4402/4201/6660 -f 4405/4745/7520 4410/4749/7526 4411/4748/7525 -f 4405/4745/7520 4411/4748/7525 4407/4747/7523 -f 4410/4749/7526 4405/4745/7520 4404/4744/7519 -f 4404/4744/7519 4412/4750/7527 4410/4749/7526 -f 4404/4744/7519 3878/4197/6652 4412/4750/7527 -f 4412/4750/7527 3878/4197/6652 1467/1646/6651 -f 4413/4751/7528 4412/4750/7527 1467/1646/6651 -f 1468/1647/7529 4414/4752/7530 4413/4751/7528 -f 4410/4749/7526 4412/4750/7527 4415/4753/7531 -f 4415/4753/7531 4412/4750/7527 4413/4751/7528 -f 4415/4753/7531 4413/4751/7528 4414/4752/7530 -f 4416/4754/7532 4415/4753/7531 4414/4752/7530 -f 4411/4748/7525 4410/4749/7526 4415/4753/7533 -f 4417/4755/7534 4411/4748/7525 4415/4753/7533 -f 4417/4755/7535 4415/4753/7531 4416/4754/7532 -f 4409/4203/6662 4411/4748/7525 4419/4311/6826 -f 4419/4311/6826 4411/4748/7525 4417/4755/7534 -f 4417/4755/7535 4416/4754/7532 4420/4314/6831 -f 4420/4314/6831 4416/4754/7532 4418/4756/7536 -f 4421/4312/6827 4419/4311/6826 4417/4755/7534 -f 4421/4312/6830 4417/4755/7535 4420/4314/6831 -f 3914/2343/4347 4420/4314/6831 4418/4756/7536 -f 4425/4757/7537 4422/4758/7538 4418/4756/7536 -f 4418/4756/7536 4422/4758/7538 4423/2333/4336 -f 4418/4756/7536 4423/2333/4336 3914/2343/4347 -f 4416/4754/7532 4425/4757/7537 4418/4756/7536 -f 1468/1647/7529 4424/4759/7539 4414/4752/7530 -f 4414/4752/7530 4424/4759/7539 4425/4757/7537 -f 4414/4752/7530 4425/4757/7537 4416/4754/7532 -f 1468/1647/7529 4413/4751/7528 1467/1646/6651 -f 4426/1642/7540 4427/4760/7541 1464/1639/7542 -f 1464/1639/7542 4427/4760/7541 4428/4761/7543 -f 4428/4761/7543 1465/1643/7544 1464/1639/7542 -f 4429/4205/6666 3598/3930/7545 3600/3926/6667 -f 4433/4762/7546 4432/4763/7547 4428/4761/7543 -f 4433/4762/7546 4428/4761/7543 4427/4760/7541 -f 4431/4764/7548 4433/4762/7546 4427/4760/7541 -f 4426/1642/7540 3599/3880/7549 4434/4765/7550 -f 4434/4765/7550 4431/4764/7548 4427/4760/7541 -f 4434/4765/7550 4427/4760/7541 4426/1642/7540 -f 4435/4766/7551 4430/4767/7552 4431/4764/7548 -f 4435/4766/7551 4431/4764/7548 4434/4765/7550 -f 3881/4207/6670 4430/4767/7552 4435/4766/7551 -f 4435/4766/7553 4434/4765/7550 3598/3930/7545 -f 3598/3930/7545 4434/4765/7550 3599/3880/7549 -f 4429/4205/6666 4435/4766/7553 3598/3930/7545 -f 3932/4385/6940 3881/4207/6670 4435/4766/7551 -f 3932/4385/6938 4435/4766/7553 4429/4205/6666 -f 4432/4763/7547 4433/4762/7546 4431/4764/7548 -f 4432/4763/7547 4431/4764/7548 4436/4768/7554 -f 4436/4768/7554 4431/4764/7548 4430/4767/7552 -f 4436/4768/7554 4430/4767/7552 4443/4769/7555 -f 3881/4207/6670 3882/4209/6672 4437/4770/7556 -f 3881/4207/6670 4437/4770/7556 4430/4767/7552 -f 4430/4767/7552 4437/4770/7556 4443/4769/7555 -f 4440/4771/7557 4428/4761/7543 4432/4763/7547 -f 4441/4772/7558 4440/4771/7557 4432/4763/7547 -f 4441/4772/7558 4432/4763/7547 4436/4768/7554 -f 4442/4773/7559 4439/4774/7560 4441/4772/7558 -f 4442/4773/7559 4441/4772/7558 4436/4768/7554 -f 4444/4775/7561 4439/4774/7560 4442/4773/7559 -f 4443/4769/7562 4442/4773/7559 4436/4768/7554 -f 4438/4776/7563 4444/4775/7561 4442/4773/7559 -f 4445/4777/7564 4442/4773/7559 4443/4769/7562 -f 4438/4776/7563 4442/4773/7559 2060/2337/4340 -f 2060/2337/4340 4442/4773/7559 4445/4777/7565 -f 4445/4777/7564 4443/4769/7562 4446/4315/6832 -f 4446/4315/6832 4443/4769/7562 4437/4770/7566 -f 4447/4318/6836 2060/2337/4340 4445/4777/7565 -f 4447/4318/6835 4445/4777/7564 4446/4315/6832 -f 4446/4315/6832 4437/4770/7556 3882/4209/6672 -f 1465/1643/7544 4428/4761/7543 4440/4771/7557 -f 1465/1643/7544 4440/4771/7557 4448/4778/7567 -f 4448/4778/7567 4440/4771/7557 4441/4772/7558 -f 4449/4779/7568 4448/4778/7567 4439/4774/7560 -f 4448/4778/7567 4441/4772/7558 4439/4774/7560 -f 4449/4779/7568 4439/4774/7560 4444/4775/7561 -f 4449/4779/7568 4444/4775/7561 4450/4780/7569 -f 4450/4780/7569 4444/4775/7561 4438/4776/7563 -f 4450/4780/7569 4438/4776/7563 4451/2336/4339 -f 4451/2336/4339 4438/4776/7563 2060/2337/4340 -f 4455/1637/7570 4454/4781/7571 1461/1638/7572 -f 4454/4781/7571 4452/4782/7573 1461/1638/7572 -f 1461/1638/7572 4452/4782/7573 3601/3928/6669 -f 3601/3928/6669 4452/4782/7573 4453/4206/6668 -f 4458/4783/7574 4455/1637/7570 1459/1635/6665 -f 4458/4783/7574 1459/1635/6665 3880/4204/6664 -f 4458/4783/7574 3880/4204/6664 4457/4784/7575 -f 4458/4783/7574 4457/4784/7576 4459/4785/7577 -f 4454/4781/7571 4455/1637/7570 4458/4783/7574 -f 4460/4786/7578 4458/4783/7574 4459/4785/7577 -f 4461/4787/7579 4454/4781/7571 4458/4783/7574 -f 4461/4787/7579 4458/4783/7574 4460/4786/7578 -f 4452/4782/7573 4454/4781/7571 4461/4787/7579 -f 4462/4788/7580 4461/4787/7579 4460/4786/7578 -f 4463/4386/6939 4452/4782/7573 4461/4787/7579 -f 4463/4386/6941 4461/4787/7579 4462/4788/7580 -f 4453/4206/6668 4452/4782/7573 4463/4386/6939 -f 4463/4386/6941 4462/4788/7580 4456/4208/6671 -f 4462/4788/7580 4466/4789/7581 4464/4210/6673 -f 4462/4788/7580 4464/4210/6673 4456/4208/6671 -f 4460/4786/7578 4465/4790/7582 4466/4789/7581 -f 4460/4786/7578 4466/4789/7581 4462/4788/7580 -f 4465/4790/7582 4460/4786/7578 4459/4785/7577 -f 4459/4785/7577 4467/4791/7583 4465/4790/7582 -f 4459/4785/7577 4457/4784/7576 4467/4791/7583 -f 4457/4784/7576 3880/4204/6664 4468/4792/7584 -f 4467/4791/7583 4457/4784/7576 4468/4792/7584 -f 1458/1634/7585 4469/4793/7586 4468/4792/7584 -f 4469/4793/7586 4467/4791/7583 4468/4792/7584 -f 4465/4790/7582 4467/4791/7583 4470/4794/7587 -f 4470/4794/7587 4467/4791/7583 4469/4793/7586 -f 4471/4795/7588 4470/4794/7587 4469/4793/7586 -f 4466/4789/7581 4465/4790/7582 4470/4794/7589 -f 4472/4796/7590 4466/4789/7581 4470/4794/7589 -f 4472/4796/7591 4470/4794/7587 4471/4795/7588 -f 4464/4210/6673 4466/4789/7581 4474/4316/6833 -f 4474/4316/6833 4466/4789/7581 4472/4796/7590 -f 4472/4796/7591 4471/4795/7588 4475/4319/6838 -f 4475/4319/6838 4471/4795/7588 4473/4797/7592 -f 4476/4317/6834 4474/4316/6833 4472/4796/7590 -f 4476/4317/6837 4472/4796/7591 4475/4319/6838 -f 3915/2338/4341 4475/4319/6838 4473/4797/7592 -f 4479/4798/7593 4477/2339/4342 4473/4797/7592 -f 4473/4797/7592 4477/2339/4342 3915/2338/4341 -f 4471/4795/7588 4479/4798/7593 4473/4797/7592 -f 1458/1634/7585 4478/4799/7594 4469/4793/7586 -f 4469/4793/7586 4478/4799/7594 4479/4798/7593 -f 4469/4793/7586 4479/4798/7593 4471/4795/7588 -f 1458/1634/7585 4468/4792/7584 1457/1633/6663 -f 3880/4204/6664 1457/1633/6663 4468/4792/7584 -f 4480/1628/7595 4481/4800/7596 1452/1626/7597 -f 1452/1626/7597 4481/4800/7596 4482/4801/7598 -f 4482/4801/7598 1455/1630/7599 1452/1626/7597 -f 3603/3883/6678 4484/4212/6677 4483/3881/7600 -f 4488/4802/7601 4487/4803/7602 4482/4801/7598 -f 4488/4802/7601 4482/4801/7598 4481/4800/7596 -f 4486/4804/7603 4488/4802/7601 4481/4800/7596 -f 4480/1628/7595 4483/3881/7600 4489/4805/7604 -f 4489/4805/7604 4486/4804/7603 4481/4800/7596 -f 4489/4805/7604 4481/4800/7596 4480/1628/7595 -f 4490/4806/7605 4485/4807/7606 4486/4804/7603 -f 4490/4806/7605 4486/4804/7603 4489/4805/7604 -f 4491/4808/7607 4485/4807/7606 4490/4806/7605 -f 4490/4806/7608 4489/4805/7604 4484/4212/6677 -f 4484/4212/6677 4489/4805/7604 4483/3881/7600 -f 3884/4214/6681 4491/4808/7607 4490/4806/7605 -f 3884/4214/6681 4490/4806/7605 3933/4388/6944 -f 3933/4388/6943 4490/4806/7608 4484/4212/6677 -f 4487/4803/7602 4488/4802/7601 4486/4804/7603 -f 4487/4803/7602 4486/4804/7603 4492/4809/7609 -f 4492/4809/7609 4486/4804/7603 4485/4807/7606 -f 4492/4809/7609 4485/4807/7606 4499/4810/7610 -f 3884/4214/6681 3916/4216/6683 4491/4808/7607 -f 4491/4808/7607 3916/4216/6683 4493/4811/7611 -f 4491/4808/7607 4493/4811/7611 4485/4807/7606 -f 4485/4807/7606 4493/4811/7611 4499/4810/7610 -f 4496/4812/7612 4482/4801/7598 4487/4803/7602 -f 4497/4813/7613 4496/4812/7612 4487/4803/7602 -f 4497/4813/7613 4487/4803/7602 4492/4809/7609 -f 4498/4814/7614 4495/4815/7615 4497/4813/7613 -f 4498/4814/7614 4497/4813/7613 4492/4809/7609 -f 4500/4816/7616 4495/4815/7615 4498/4814/7614 -f 4499/4810/7610 4498/4814/7614 4492/4809/7609 -f 4494/4817/7617 4500/4816/7616 4498/4814/7614 -f 4501/4818/7618 4498/4814/7614 4499/4810/7610 -f 4494/4817/7617 4498/4814/7614 2056/2329/4332 -f 2056/2329/4332 4498/4814/7614 4501/4818/7619 -f 4501/4818/7618 4499/4810/7610 4502/4321/6840 -f 4502/4321/6840 4499/4810/7610 4493/4811/7611 -f 4503/4323/6842 2056/2329/4332 4501/4818/7619 -f 4503/4323/6842 4501/4818/7620 4502/4321/6840 -f 3916/4216/6683 4502/4321/6840 4493/4811/7611 -f 1455/1630/7599 4482/4801/7598 4496/4812/7612 -f 1455/1630/7599 4496/4812/7612 4504/4819/7621 -f 4504/4819/7621 4496/4812/7612 4497/4813/7613 -f 4505/4820/7622 4504/4819/7621 4495/4815/7615 -f 4504/4819/7621 4497/4813/7613 4495/4815/7615 -f 4505/4820/7622 4495/4815/7615 4500/4816/7616 -f 4505/4820/7622 4500/4816/7616 4506/4821/7623 -f 4506/4821/7623 4500/4816/7616 4494/4817/7617 -f 4506/4821/7623 4494/4817/7617 2058/2328/4331 -f 2058/2328/4331 4494/4817/7617 2056/2329/4332 -f 4507/3885/7624 4508/4213/6679 3604/3809/6680 -f 1450/1622/6676 4514/4822/7625 4510/1624/7626 -f 4514/4822/7625 1450/1622/6676 3883/4211/6675 -f 4514/4822/7625 3883/4211/6675 4513/4823/7627 -f 4514/4822/7625 4513/4823/7627 4515/4824/7628 -f 4509/1625/7629 4510/1624/7626 4516/4825/7630 -f 4516/4825/7630 4510/1624/7626 4514/4822/7625 -f 4516/4825/7630 4514/4822/7625 4515/4824/7628 -f 4517/4826/7631 4516/4825/7630 4515/4824/7628 -f 4518/4827/7632 4509/1625/7629 4516/4825/7630 -f 4518/4827/7633 4516/4825/7630 4517/4826/7631 -f 4507/3885/7624 4509/1625/7629 4518/4827/7632 -f 4519/4828/7634 4518/4827/7633 4517/4826/7631 -f 4512/4389/6946 4518/4827/7633 4519/4828/7634 -f 4508/4213/6679 4507/3885/7624 4518/4827/7632 -f 4508/4213/6679 4518/4827/7632 4520/4387/6942 -f 4520/4387/6945 4518/4827/7633 4512/4389/6946 -f 4511/4215/6682 4512/4389/6946 4519/4828/7634 -f 4519/4828/7634 4523/4829/7635 4521/4217/6684 -f 4519/4828/7634 4521/4217/6684 4511/4215/6682 -f 4517/4826/7631 4522/4830/7636 4523/4829/7635 -f 4517/4826/7631 4523/4829/7635 4519/4828/7634 -f 4522/4830/7636 4517/4826/7631 4515/4824/7628 -f 4515/4824/7628 4524/4831/7637 4522/4830/7636 -f 4515/4824/7628 4513/4823/7627 4524/4831/7637 -s off -f 4513/4823/7638 3883/4211/7639 1448/1620/7640 -s 39 -f 4525/4832/7641 4513/4823/7627 1448/1620/7642 -f 4524/4831/7637 4513/4823/7627 4525/4832/7641 -f 1449/1621/7643 4526/4833/7644 4525/4832/7641 -f 4522/4830/7636 4524/4831/7637 4527/4834/7645 -f 4527/4834/7645 4524/4831/7637 4525/4832/7641 -f 4527/4834/7645 4525/4832/7641 4526/4833/7644 -f 4528/4835/7646 4527/4834/7645 4526/4833/7644 -f 4523/4829/7635 4522/4830/7636 4527/4834/7647 -f 4529/4836/7648 4523/4829/7635 4527/4834/7647 -f 4529/4836/7649 4527/4834/7645 4528/4835/7646 -f 4521/4217/6684 4523/4829/7635 4531/4320/6839 -f 4531/4320/6839 4523/4829/7635 4529/4836/7648 -f 4529/4836/7649 4528/4835/7646 4532/4324/6843 -f 4532/4324/6843 4528/4835/7646 4530/4837/7650 -f 4533/4322/6841 4531/4320/6839 4529/4836/7648 -f 4533/4322/6841 4529/4836/7649 4532/4324/6843 -f 3917/2330/4333 4532/4324/6843 4530/4837/7650 -f 4536/4838/7651 4534/4839/7652 4530/4837/7650 -f 4530/4837/7650 4534/4839/7652 2055/2327/4330 -f 4530/4837/7650 2055/2327/4330 3917/2330/4333 -f 4528/4835/7646 4536/4838/7651 4530/4837/7650 -f 1449/1621/7643 4535/4840/7653 4526/4833/7644 -f 4526/4833/7644 4535/4840/7653 4536/4838/7651 -f 4526/4833/7644 4536/4838/7651 4528/4835/7646 -f 1449/1621/7643 4525/4832/7641 1448/1620/7642 -f 1444/1614/7654 3605/1616/7655 4537/4841/7656 -f 1444/1614/7654 4537/4841/7656 4538/4842/7657 -f 4538/4842/7657 1446/1617/7658 1444/1614/7654 -f 4539/3887/7659 4544/4843/7660 3605/1616/7655 -f 3605/1616/7655 4544/4843/7660 4537/4841/7656 -f 3609/3889/6686 4540/4218/6685 4539/3887/7659 -f 4542/4844/7661 4538/4842/7657 4537/4841/7656 -f 4543/4845/7662 4542/4844/7661 4537/4841/7656 -f 4541/4846/7663 4542/4844/7661 4543/4845/7664 -f 4544/4843/7660 4543/4845/7662 4537/4841/7656 -f 4545/4847/7665 4541/4846/7663 4543/4845/7666 -f 4545/4847/7665 4543/4845/7666 4544/4843/7667 -f 3885/4220/6689 4541/4846/7663 4545/4847/7665 -f 4545/4847/7668 4544/4843/7660 4539/3887/7659 -f 3885/4220/6689 4545/4847/7665 4546/4391/6949 -f 4546/4391/6948 4545/4847/7668 4540/4218/6685 -f 4540/4218/6685 4545/4847/7668 4539/3887/7659 -f 4538/4842/7657 4542/4844/7661 4547/4848/7669 -f 4548/4849/7670 4542/4844/7661 4541/4846/7663 -f 4548/4849/7670 4541/4846/7663 4554/4850/7671 -f 3885/4220/6689 3918/4222/6691 4549/4851/7672 -f 3885/4220/6689 4549/4851/7672 4541/4846/7663 -f 4541/4846/7663 4549/4851/7672 4554/4850/7671 -f 4542/4844/7661 4548/4849/7670 4547/4848/7669 -f 4548/4849/7670 4552/4852/7673 4547/4848/7669 -f 4553/4853/7674 4551/4854/7675 4552/4852/7673 -f 4553/4853/7674 4552/4852/7673 4548/4849/7670 -f 4555/4855/7676 4551/4854/7677 4553/4853/7678 -f 4554/4850/7671 4553/4853/7674 4548/4849/7670 -f 4550/4856/7679 4555/4855/7676 4553/4853/7678 -f 4556/4857/7680 4553/4853/7674 4554/4850/7671 -f 4550/4856/7679 4553/4853/7678 2052/2322/4323 -f 2052/2322/4323 4553/4853/7678 4556/4857/7681 -f 4556/4857/7680 4554/4850/7671 4557/4326/6845 -f 4557/4326/6845 4554/4850/7671 4549/4851/7672 -f 4558/4328/6847 2052/2322/4323 4556/4857/7681 -f 4558/4328/6847 4556/4857/7682 4557/4326/6845 -f 3918/4222/6691 4557/4326/6845 4549/4851/7672 -f 1446/1617/7658 4538/4842/7657 4547/4848/7669 -f 1446/1617/7658 4547/4848/7669 4559/4858/7683 -f 4559/4858/7683 4547/4848/7669 4552/4852/7684 -f 4560/4859/7685 4559/4858/7683 4551/4854/7677 -f 4559/4858/7683 4552/4852/7684 4551/4854/7677 -f 4560/4859/7685 4551/4854/7677 4555/4855/7676 -f 4560/4859/7685 4555/4855/7676 4561/4860/7686 -f 4562/4861/7687 4561/4860/7686 4550/4856/7679 -f 4561/4860/7686 4555/4855/7676 4550/4856/7679 -f 4562/4861/7687 4550/4856/7679 2053/2324/4325 -f 2053/2324/4325 4550/4856/7679 2052/2322/4323 -f 4565/1613/7688 4563/4862/7689 3612/3892/7690 -f 3612/3892/7690 4563/4862/7689 3611/3890/6688 -f 4563/4862/7689 4564/4219/6687 3611/3890/6688 -f 4569/4863/7691 4566/1611/7692 1443/1610/7693 -f 4569/4863/7691 1443/1610/7693 4568/4864/7694 -f 4569/4863/7691 4568/4864/7694 4570/4865/7695 -f 4565/1613/7688 4566/1611/7692 4569/4863/7691 -f 4572/4866/7696 4565/1613/7688 4569/4863/7691 -f 4572/4866/7697 4569/4863/7691 4571/4867/7698 -f 4571/4867/7698 4569/4863/7691 4570/4865/7695 -f 4563/4862/7689 4565/1613/7688 4572/4866/7696 -f 4567/4221/6690 4572/4866/7697 4571/4867/7698 -f 4564/4219/6687 4563/4862/7689 4572/4866/7699 -f 4564/4219/6687 4572/4866/7699 4573/4390/6947 -f 4573/4390/6950 4572/4866/7697 4567/4221/6690 -f 4571/4867/7698 4576/4868/7700 4567/4221/6690 -f 4567/4221/6690 4576/4868/7700 4574/4223/6692 -f 4570/4865/7695 4575/4869/7701 4571/4867/7698 -f 4571/4867/7698 4575/4869/7701 4576/4868/7700 -f 4570/4865/7695 4577/4870/7702 4575/4869/7701 -f 4570/4865/7695 4568/4864/7694 4577/4870/7702 -f 4568/4864/7694 1443/1610/7693 4578/4871/7703 -f 4577/4870/7702 4568/4864/7694 4578/4871/7703 -f 1442/1608/7704 4579/4872/7705 4578/4871/7703 -f 4579/4872/7705 4577/4870/7702 4578/4871/7703 -f 4575/4869/7701 4577/4870/7702 4580/4873/7706 -f 4580/4873/7706 4577/4870/7702 4579/4872/7705 -f 4581/4874/7707 4580/4873/7706 4579/4872/7705 -f 4576/4868/7700 4575/4869/7701 4580/4873/7708 -f 4582/4875/7709 4576/4868/7700 4580/4873/7708 -f 4582/4875/7710 4580/4873/7706 4581/4874/7707 -f 4574/4223/6692 4576/4868/7700 4584/4325/6844 -f 4584/4325/6844 4576/4868/7700 4582/4875/7709 -f 4582/4875/7710 4581/4874/7707 4585/4329/6848 -f 4585/4329/6848 4581/4874/7707 4583/4876/7711 -f 4586/4327/6846 4584/4325/6844 4582/4875/7709 -f 4586/4327/6846 4582/4875/7710 4585/4329/6848 -f 3919/2323/4324 4585/4329/6848 4583/4876/7711 -f 4589/4877/7712 5068/4878/7713 4583/4876/7711 -f 4583/4876/7711 5068/4878/7713 4587/2325/4326 -f 4583/4876/7711 4587/2325/4326 3919/2323/4324 -f 4581/4874/7707 4589/4877/7712 4583/4876/7711 -f 1442/1608/7704 4588/4879/7714 4579/4872/7705 -f 4579/4872/7705 4588/4879/7714 4589/4877/7712 -f 4579/4872/7705 4589/4877/7712 4581/4874/7707 -f 1442/1608/7704 4578/4871/7703 1441/1609/7715 -f 1443/1610/7693 1441/1609/7715 4578/4871/7703 -f 3613/3895/7716 4596/4880/7717 1437/1604/7718 -f 1437/1604/7718 4596/4880/7717 4590/4881/7719 -f 1437/1604/7718 4590/4881/7719 1436/1602/7720 -f 1436/1602/7720 4590/4881/7719 4591/4882/7721 -f 4591/4882/7721 1440/1606/7722 1436/1602/7720 -f 4595/4883/7723 4591/4882/7721 4590/4881/7719 -f 4594/4884/7724 4595/4883/7723 4590/4881/7719 -f 4594/4884/7725 4590/4881/7719 4596/4880/7717 -f 4597/4885/7726 4593/4886/7727 4594/4884/7724 -f 4597/4885/7726 4594/4884/7724 4596/4880/7728 -f 3887/4227/6700 4593/4886/7727 4597/4885/7726 -f 4597/4885/7729 4596/4880/7717 3614/3894/6697 -f 3614/3894/6697 4596/4880/7717 3613/3895/7716 -f 3887/4227/6700 4597/4885/7726 4598/4393/6953 -f 4598/4393/6952 4597/4885/7729 4592/4225/6696 -f 4592/4225/6696 4597/4885/7729 3614/3894/6697 -f 4591/4882/7721 4595/4883/7723 4599/4887/7730 -f 4595/4883/7723 4594/4884/7724 4600/4888/7731 -f 4600/4888/7731 4594/4884/7724 4593/4886/7727 -f 4600/4888/7731 4593/4886/7727 4605/4889/7732 -f 3887/4227/6700 3920/4229/6702 4601/4890/7733 -f 3887/4227/6700 4601/4890/7733 4593/4886/7727 -f 4593/4886/7727 4601/4890/7733 4605/4889/7732 -f 4595/4883/7723 4600/4888/7731 4599/4887/7730 -f 4600/4888/7731 4603/4891/7734 4599/4887/7730 -f 4604/4892/7735 4610/4893/7736 4603/4891/7737 -f 4604/4892/7738 4603/4891/7734 4600/4888/7731 -f 4606/4894/7739 4610/4893/7736 4604/4892/7735 -f 4605/4889/7740 4604/4892/7738 4600/4888/7731 -f 4602/4895/7741 4606/4894/7739 4604/4892/7742 -f 4607/4896/7743 4604/4892/7738 4605/4889/7740 -f 4602/4895/7741 4604/4892/7742 1994/2234/4207 -f 1994/2234/4207 4604/4892/7742 4607/4896/7744 -f 4607/4896/7743 4605/4889/7740 4608/4331/6850 -f 4608/4331/6850 4605/4889/7740 4601/4890/7733 -f 4609/4332/6854 1994/2234/4207 4607/4896/7744 -f 4609/4332/6852 4607/4896/7743 4608/4331/6850 -f 3920/4229/6702 4608/4331/6850 4601/4890/7733 -f 1440/1606/7722 4591/4882/7721 4599/4887/7730 -s 633 -f 4610/4893/7745 1440/1606/7746 4603/4891/7747 -f 1440/1606/7746 4599/4887/7748 4603/4891/7747 -s 39 -f 4611/4897/7749 4610/4893/7736 4606/4894/7739 -f 4611/4897/7749 4606/4894/7739 4612/4898/7750 -f 4612/4898/7750 4606/4894/7739 4602/4895/7741 -f 4612/4898/7750 4602/4895/7741 4613/2233/4206 -f 4613/2233/4206 4602/4895/7741 1994/2234/4207 -f 1434/1601/7751 4616/4899/7752 3617/3897/7753 -f 4616/4899/7752 4614/4900/7754 3617/3897/7753 -f 4614/4900/7754 4615/4226/6699 3617/3897/7753 -f 3617/3897/7753 4615/4226/6699 3616/3893/6698 -f 1434/1601/7751 4617/1600/7755 4616/4899/7752 -f 4620/4901/7756 4617/1600/7755 1432/1599/7757 -f 1432/1599/7757 3886/4224/6694 4619/4902/7758 -f 4619/4902/7758 4621/4903/7759 4620/4901/7756 -f 4619/4902/7758 4620/4901/7756 1432/1599/7757 -f 4616/4899/7752 4617/1600/7755 4620/4901/7756 -f 4616/4899/7752 4620/4901/7756 4622/4904/7760 -f 4622/4904/7760 4620/4901/7756 4621/4903/7761 -f 4623/4905/7762 4616/4899/7752 4622/4904/7760 -f 4614/4900/7754 4616/4899/7752 4623/4905/7763 -f 4624/4906/7764 4623/4905/7762 4622/4904/7760 -f 4615/4226/6699 4614/4900/7754 4623/4905/7763 -f 4615/4226/6699 4623/4905/7763 4625/4392/6951 -f 4625/4392/6951 4623/4905/7763 4624/4906/7765 -f 4625/4392/6951 4624/4906/7765 4618/4228/6701 -f 4624/4906/7764 4628/4907/7766 4626/4230/6703 -f 4624/4906/7764 4626/4230/6703 4618/4228/6701 -f 4622/4904/7760 4627/4908/7767 4628/4907/7766 -f 4622/4904/7760 4628/4907/7766 4624/4906/7764 -f 4627/4908/7767 4622/4904/7760 4621/4903/7759 -f 4621/4903/7759 4629/4909/7768 4627/4908/7767 -f 4629/4909/7768 4621/4903/7759 4619/4902/7758 -f 4630/4910/7769 4619/4902/7758 3886/4224/6694 -f 4629/4909/7768 4619/4902/7758 4630/4910/7769 -f 1430/1597/7770 4631/4911/7771 4630/4910/7769 -f 4631/4911/7771 4629/4909/7768 4630/4910/7769 -f 4627/4908/7767 4629/4909/7768 4632/4912/7772 -f 4632/4912/7772 4629/4909/7768 4631/4911/7771 -f 4633/4913/7773 4632/4912/7772 4631/4911/7771 -f 4628/4907/7766 4627/4908/7767 4632/4912/7774 -f 4634/4914/7775 4628/4907/7766 4632/4912/7774 -f 4634/4914/7776 4632/4912/7772 4633/4913/7773 -f 4626/4230/6703 4628/4907/7766 4636/4330/6849 -f 4636/4330/6849 4628/4907/7766 4634/4914/7775 -f 4634/4914/7776 4633/4913/7773 4637/4333/6855 -f 4637/4333/6855 4633/4913/7773 4635/4915/7777 -f 4636/4330/6851 4634/4914/7778 4637/4333/6853 -f 3921/2235/4208 4637/4333/6855 4635/4915/7777 -f 4640/4916/7779 5078/4917/7780 4635/4915/7777 -f 4635/4915/7777 5078/4917/7780 4638/2316/4316 -f 4635/4915/7777 4638/2316/4316 3921/2235/4208 -f 4633/4913/7773 4640/4916/7779 4635/4915/7777 -f 1430/1597/7770 4639/4918/7781 4631/4911/7771 -f 4631/4911/7771 4639/4918/7781 4640/4916/7779 -f 4631/4911/7771 4640/4916/7779 4633/4913/7773 -f 1430/1597/7770 4630/4910/7769 3886/4224/6694 -f 1430/1597/7770 3886/4224/6694 1431/1598/6693 -f 4641/1591/7782 4642/4919/7783 1427/1593/7784 -f 3620/3902/6709 4644/4233/6710 3618/3900/7785 -f 4648/4920/7786 4647/4921/7787 1427/1593/7784 -f 4648/4920/7786 1427/1593/7784 4642/4919/7783 -f 4646/4922/7788 4648/4920/7786 4642/4919/7783 -f 4641/1591/7782 4643/3898/7789 4649/4923/7790 -f 4649/4923/7790 4646/4922/7788 4642/4919/7783 -f 4649/4923/7790 4642/4919/7783 4641/1591/7782 -f 4650/4924/7791 4645/4925/7792 4646/4922/7788 -f 4650/4924/7791 4646/4922/7788 4649/4923/7790 -f 4651/4926/7793 4645/4925/7792 4650/4924/7791 -f 4650/4924/7794 4649/4923/7790 3618/3900/7785 -f 3618/3900/7785 4649/4923/7790 4643/3898/7789 -f 4644/4233/6710 4650/4924/7794 3618/3900/7785 -f 3889/4234/6958 4651/4926/7793 4650/4924/7791 -f 3889/4234/6958 4650/4924/7791 3934/4394/6956 -f 3934/4394/6954 4650/4924/7794 4644/4233/6710 -f 4647/4921/7787 4648/4920/7786 4646/4922/7788 -f 4647/4921/7787 4646/4922/7788 4652/4927/7795 -f 4652/4927/7795 4646/4922/7788 4645/4925/7792 -f 4652/4927/7795 4645/4925/7792 4659/4928/7796 -f 3889/4234/6711 4653/4236/6713 4651/4926/7793 -f 4651/4926/7793 4653/4236/6713 4654/4929/7797 -f 4651/4926/7793 4654/4929/7797 4645/4925/7792 -f 4645/4925/7792 4654/4929/7797 4659/4928/7796 -f 4657/4930/7798 1427/1593/7784 4647/4921/7787 -f 4658/4931/7799 4657/4930/7798 4647/4921/7787 -f 4658/4931/7799 4647/4921/7787 4652/4927/7795 -f 4656/4932/7800 4658/4931/7799 4652/4927/7795 -f 4659/4928/7801 4656/4932/7800 4652/4927/7795 -f 4655/4933/7802 4660/4934/7803 4656/4932/7804 -f 4655/4933/7802 4656/4932/7804 4661/4935/7805 -f 4661/4935/7806 4656/4932/7800 4659/4928/7801 -f 4662/4334/6856 4661/4935/7807 4659/4928/7808 -f 4662/4334/6856 4659/4928/7808 4654/4929/7809 -f 4662/4334/6856 4654/4929/7797 4653/4236/6713 -f 2049/2317/4317 4655/4933/7802 4661/4935/7805 -f 2049/2317/4317 4661/4935/7805 3922/4336/6860 -f 3922/4336/6858 4661/4935/7807 4662/4334/6856 -f 1429/1595/7810 1427/1593/7784 4657/4930/7798 -f 1429/1595/7810 4657/4930/7798 4663/4936/7811 -f 4663/4936/7811 4657/4930/7798 4658/4931/7812 -f 4664/4937/7813 4663/4936/7811 4656/4932/7814 -f 4663/4936/7811 4658/4931/7812 4656/4932/7814 -f 4664/4937/7813 4656/4932/7814 4660/4934/7815 -f 4664/4937/7813 4660/4934/7815 4665/4938/7816 -f 4665/4938/7816 4660/4934/7815 4655/4933/7802 -f 4665/4938/7816 4655/4933/7802 4666/2318/4318 -f 4666/2318/4318 4655/4933/7802 2049/2317/4317 -f 4670/1588/7817 4669/4939/7818 1425/1589/7819 -f 4669/4939/7818 4667/4940/7820 1425/1589/7819 -f 1425/1589/7819 4667/4940/7820 3622/3901/6707 -f 4667/4940/7820 4668/4232/6708 3622/3901/6707 -f 1424/1587/6706 4674/4941/7821 4670/1588/7817 -f 4674/4941/7821 1424/1587/6706 3888/4231/6705 -f 4674/4941/7821 3888/4231/6705 4673/4942/7822 -f 4674/4941/7821 4673/4942/7822 4675/4943/7823 -f 4669/4939/7818 4670/1588/7817 4674/4941/7821 -f 4669/4939/7818 4674/4941/7821 4676/4944/7824 -f 4676/4944/7824 4674/4941/7821 4675/4943/7823 -f 4677/4945/7825 4669/4939/7818 4676/4944/7824 -f 4667/4940/7820 4669/4939/7818 4677/4945/7826 -f 4678/4946/7827 4677/4945/7825 4676/4944/7824 -f 4679/4395/6955 4667/4940/7820 4677/4945/7826 -f 4679/4395/7828 4677/4945/7825 4672/4396/6960 -f 4672/4396/6960 4677/4945/7825 4678/4946/7827 -f 4668/4232/6708 4667/4940/7820 4679/4395/6955 -f 4671/4235/6712 4672/4396/6960 4678/4946/7827 -f 4678/4946/7827 4682/4947/7829 4680/4237/6714 -f 4678/4946/7827 4680/4237/6714 4671/4235/6712 -f 4676/4944/7824 4681/4948/7830 4682/4947/7829 -f 4676/4944/7824 4682/4947/7829 4678/4946/7827 -f 4681/4948/7830 4676/4944/7824 4675/4943/7823 -f 4675/4943/7823 4683/4949/7831 4681/4948/7830 -f 4675/4943/7823 4673/4942/7822 4683/4949/7831 -s off -f 4673/4942/7832 3888/4231/7833 1423/1586/7834 -s 39 -f 4684/4950/7835 4673/4942/7822 1423/1586/7836 -f 4683/4949/7831 4673/4942/7822 4684/4950/7835 -f 1422/1585/7837 4685/4951/7838 4684/4950/7835 -f 4681/4948/7830 4683/4949/7831 4686/4952/7839 -f 4686/4952/7839 4683/4949/7831 4684/4950/7835 -f 4686/4952/7839 4684/4950/7835 4685/4951/7838 -f 4687/4953/7840 4686/4952/7839 4685/4951/7838 -f 4682/4947/7829 4681/4948/7830 4686/4952/7841 -f 4682/4947/7829 4686/4952/7841 4688/4954/7842 -f 4688/4954/7843 4686/4952/7839 4687/4953/7840 -s 648 -f 4689/4955/7844 4688/4954/7845 4687/4953/7846 -s 39 -f 4680/4237/6714 4682/4947/7829 4690/4335/6857 -f 4690/4335/6857 4682/4947/7829 4688/4954/7842 -f 4690/4335/6857 4688/4954/7842 4691/4337/6859 -s 648 -f 4691/4337/7847 4688/4954/7845 4689/4955/7844 -f 4692/4338/7848 4691/4337/7847 4689/4955/7844 -s 39 -f 4692/4338/6863 4689/4955/7849 2047/2312/4310 -f 4695/4956/7850 5088/4957/7851 4689/4955/7849 -f 4689/4955/7849 5088/4957/7851 4693/2313/4311 -f 4689/4955/7849 4693/2313/4311 2047/2312/4310 -f 4687/4953/7852 4695/4956/7850 4689/4955/7849 -f 1422/1585/7837 4694/4958/7853 4685/4951/7838 -f 4685/4951/7838 4694/4958/7853 4695/4956/7850 -f 4685/4951/7838 4695/4956/7850 4687/4953/7852 -f 1422/1585/7837 4684/4950/7835 1423/1586/7836 -f 4699/1578/7854 4696/4959/7855 1418/1579/7856 -f 1418/1579/7856 4696/4959/7855 4697/4960/7857 -f 4697/4960/7857 1421/1583/7858 1418/1579/7856 -f 3625/3904/6720 4700/4240/6721 3624/3905/7859 -f 4704/4961/7860 4703/4962/7861 4697/4960/7857 -f 4704/4961/7860 4697/4960/7857 4696/4959/7855 -f 4702/4963/7862 4704/4961/7860 4696/4959/7855 -f 4705/4964/7863 4702/4963/7862 4696/4959/7855 -f 4705/4964/7863 4696/4959/7855 4699/1578/7854 -f 4706/4965/7864 4701/4966/7865 4702/4963/7862 -f 4706/4965/7864 4702/4963/7862 4705/4964/7863 -f 4698/3816/7866 4705/4964/7863 4699/1578/7854 -f 4707/4967/7867 4701/4966/7865 4706/4965/7864 -f 4706/4965/7868 4705/4964/7863 3624/3905/7859 -f 3624/3905/7859 4705/4964/7863 4698/3816/7866 -f 4707/4967/7867 4706/4965/7864 4708/4398/6962 -f 4708/4398/6962 4706/4965/7869 4700/4240/6721 -f 4700/4240/6721 4706/4965/7868 3624/3905/7859 -f 3891/4241/6722 4707/4967/7867 4708/4398/6962 -f 4703/4962/7861 4704/4961/7860 4702/4963/7862 -f 4703/4962/7861 4702/4963/7862 4709/4968/7870 -f 4709/4968/7870 4702/4963/7862 4701/4966/7865 -f 4709/4968/7870 4701/4966/7865 4716/4969/7871 -f 3891/4241/6722 4710/4243/6724 4707/4967/7867 -f 4707/4967/7867 4710/4243/6724 4711/4970/7872 -f 4707/4967/7867 4711/4970/7872 4701/4966/7865 -f 4701/4966/7865 4711/4970/7872 4716/4969/7871 -f 4714/4971/7873 4697/4960/7857 4703/4962/7861 -f 4715/4972/7874 4714/4971/7873 4703/4962/7861 -f 4715/4972/7874 4703/4962/7861 4709/4968/7870 -f 4713/4973/7875 4715/4972/7874 4709/4968/7870 -f 4716/4969/7876 4713/4973/7875 4709/4968/7870 -f 4712/4974/7877 4717/4975/7878 4713/4973/7879 -f 4712/4974/7877 4713/4973/7879 4718/4976/7880 -f 4718/4976/7881 4713/4973/7875 4716/4969/7876 -s 504 -f 4719/4341/6868 4718/4976/7882 4716/4969/7883 -f 4719/4341/6868 4716/4969/7883 4711/4970/7884 -s 39 -f 4720/4339/6864 4712/4974/7877 4718/4976/7880 -s 504 -f 4720/4339/6867 4718/4976/7882 4719/4341/6868 -s 39 -f 4719/4341/6871 4711/4970/7872 4710/4243/6724 -f 1995/2237/4210 4712/4974/7877 4720/4339/6864 -f 1421/1583/7858 4697/4960/7857 4714/4971/7873 -f 1421/1583/7858 4714/4971/7873 4721/4977/7885 -f 4721/4977/7885 4714/4971/7873 4715/4972/7886 -f 4722/4978/7887 4721/4977/7885 4713/4973/7888 -f 4721/4977/7885 4715/4972/7886 4713/4973/7888 -f 4722/4978/7887 4713/4973/7888 4717/4975/7889 -f 4722/4978/7887 4717/4975/7889 4723/4979/7890 -f 4723/4979/7890 4717/4975/7889 4712/4974/7891 -f 4723/4979/7890 4712/4974/7891 4724/2236/4209 -f 4724/2236/4209 4712/4974/7891 1995/2237/4210 -f 4728/1576/7892 4727/4980/7893 1416/1577/7894 -f 1416/1577/7894 4727/4980/7893 4725/4981/7895 -f 1416/1577/7894 4725/4981/7895 3626/3906/6718 -f 4725/4981/7895 4726/4239/6719 3626/3906/6718 -f 4728/1576/7892 1414/1574/7896 3890/4238/7897 -f 4728/1576/7892 3890/4238/7897 4731/4982/7898 -f 4727/4980/7893 4728/1576/7892 4731/4982/7898 -f 4727/4980/7893 4731/4982/7898 4732/4983/7899 -f 4733/4984/7900 4727/4980/7893 4732/4983/7899 -f 4725/4981/7895 4727/4980/7893 4733/4984/7901 -f 4734/4985/7902 4733/4984/7900 4732/4983/7899 -f 4730/4399/6963 4733/4984/7900 4734/4985/7902 -f 4726/4239/6719 4725/4981/7895 4733/4984/7901 -f 4726/4239/6719 4733/4984/7901 4735/4397/6961 -f 4735/4397/6961 4733/4984/7900 4730/4399/6963 -f 4729/4242/6723 4730/4399/6963 4734/4985/7902 -f 4734/4985/7902 4738/4986/7903 4736/4244/6725 -f 4734/4985/7902 4736/4244/6725 4729/4242/6723 -f 4732/4983/7899 4737/4987/7904 4738/4986/7903 -f 4732/4983/7899 4738/4986/7903 4734/4985/7902 -f 4737/4987/7904 4732/4983/7899 4731/4982/7898 -f 4731/4982/7898 4739/4988/7905 4737/4987/7904 -f 4731/4982/7898 3890/4238/6716 4739/4988/7905 -f 4739/4988/7905 3890/4238/6716 4740/4989/7906 -f 1413/1573/7907 4741/4990/7908 4740/4989/7906 -f 4741/4990/7908 4739/4988/7905 4740/4989/7906 -f 4737/4987/7904 4739/4988/7905 4742/4991/7909 -f 4742/4991/7909 4739/4988/7905 4741/4990/7908 -f 4743/4992/7910 4742/4991/7909 4741/4990/7908 -f 4738/4986/7903 4737/4987/7904 4742/4991/7911 -f 4738/4986/7903 4742/4991/7911 4744/4993/7912 -f 4744/4993/7913 4742/4991/7909 4743/4992/7910 -f 4745/4994/7914 4744/4993/7915 4743/4992/7916 -f 4736/4244/6725 4738/4986/7903 4746/4342/6870 -f 4746/4342/6870 4738/4986/7903 4744/4993/7912 -f 4746/4342/6870 4744/4993/7912 4747/4995/7917 -f 4747/4995/7918 4744/4993/7915 4745/4994/7914 -f 4748/2314/4312 4747/4995/7918 4745/4994/7914 -s 504 -f 4746/4342/6869 4747/4995/7919 3923/4340/6866 -s 39 -f 3923/4340/6865 4747/4995/7918 4748/2314/4312 -f 4751/4996/7920 5098/4997/7921 4745/4994/7922 -f 4745/4994/7922 5098/4997/7921 4749/2309/4306 -f 4745/4994/7922 4749/2309/4306 4748/2314/4312 -f 4743/4992/7923 4751/4996/7920 4745/4994/7922 -f 1413/1573/7907 4750/4998/7924 4741/4990/7908 -f 4741/4990/7908 4750/4998/7924 4751/4996/7920 -f 4741/4990/7908 4751/4996/7920 4743/4992/7923 -f 1413/1573/7907 4740/4989/7906 1412/1572/6715 -f 3890/4238/6716 1412/1572/6715 4740/4989/7906 -f 4752/1568/7925 4753/4999/7926 1409/1565/7927 -f 1409/1565/7927 4753/4999/7926 4754/5000/7928 -f 4754/5000/7928 1410/1569/7929 1409/1565/7927 -f 3629/3911/6730 4756/4246/6729 3627/3909/7930 -f 4760/5001/7931 4759/5002/7932 4754/5000/7928 -f 4760/5001/7931 4754/5000/7928 4753/4999/7926 -f 4758/5003/7933 4760/5001/7931 4753/4999/7926 -f 4752/1568/7925 4755/3908/7934 4761/5004/7935 -f 4761/5004/7935 4758/5003/7933 4753/4999/7926 -f 4761/5004/7935 4753/4999/7926 4752/1568/7925 -f 4762/5005/7936 4757/5006/7937 4758/5003/7933 -f 4762/5005/7936 4758/5003/7933 4761/5004/7935 -f 3893/4248/6733 4757/5006/7937 4762/5005/7936 -f 4762/5005/7938 4761/5004/7935 3627/3909/7930 -f 3627/3909/7930 4761/5004/7935 4755/3908/7934 -f 4756/4246/6729 4762/5005/7938 3627/3909/7930 -f 3935/4400/6966 3893/4248/6733 4762/5005/7936 -f 3935/4400/6964 4762/5005/7938 4756/4246/6729 -f 4759/5002/7932 4760/5001/7931 4758/5003/7933 -f 4759/5002/7932 4758/5003/7933 4763/5007/7939 -f 4763/5007/7939 4758/5003/7933 4757/5006/7937 -f 4763/5007/7939 4757/5006/7937 4769/5008/7940 -f 3893/4248/6733 3925/4250/6735 4764/5009/7941 -f 3893/4248/6733 4764/5009/7941 4757/5006/7937 -f 4757/5006/7937 4764/5009/7941 4769/5008/7940 -f 4766/5010/7942 4754/5000/7928 4759/5002/7932 -f 4767/5011/7943 4766/5010/7942 4759/5002/7932 -f 4767/5011/7943 4759/5002/7932 4763/5007/7939 -f 4768/5012/7944 4774/5013/7945 4767/5011/7946 -f 4768/5012/7947 4767/5011/7943 4763/5007/7939 -f 4770/5014/7948 4774/5013/7945 4768/5012/7944 -f 4769/5008/7940 4768/5012/7947 4763/5007/7939 -f 4765/5015/7949 4770/5014/7948 4768/5012/7950 -f 4771/5016/7951 4768/5012/7947 4769/5008/7940 -f 4765/5015/7949 4768/5012/7950 2044/2302/4299 -f 2044/2302/4299 4768/5012/7950 4771/5016/7952 -f 4771/5016/7951 4769/5008/7940 4772/4346/6875 -f 4772/4346/6875 4769/5008/7940 4764/5009/7941 -f 4773/4344/6873 2044/2302/4299 4771/5016/7952 -f 4773/4344/6873 4771/5016/7953 4772/4346/6875 -f 3925/4250/6735 4772/4346/6875 4764/5009/7941 -f 1410/1569/7929 4754/5000/7928 4766/5010/7942 -f 1410/1569/7929 4766/5010/7942 5102/1571/7954 -f 4774/5013/7945 5102/1571/7954 4767/5011/7946 -f 5102/1571/7954 4766/5010/7942 4767/5011/7946 -f 4775/5017/7955 4774/5013/7945 4770/5014/7948 -f 4775/5017/7955 4770/5014/7948 4776/5018/7956 -f 4776/5018/7956 4770/5014/7948 4765/5015/7949 -f 4776/5018/7956 4765/5015/7949 4777/2306/4303 -f 4777/2306/4303 4765/5015/7949 2044/2302/4299 -f 4781/1563/7957 4780/5019/7958 1406/1564/7959 -f 4780/5019/7958 4778/5020/7960 1406/1564/7959 -f 1406/1564/7959 4778/5020/7960 3630/3910/6732 -f 3630/3910/6732 4778/5020/7960 4779/4247/6731 -f 1404/1561/6728 4784/5021/7961 4781/1563/7957 -f 4784/5021/7961 1404/1561/6728 3892/4245/6727 -f 4784/5021/7961 3892/4245/6727 4783/5022/7962 -f 4784/5021/7961 4783/5022/7962 4785/5023/7963 -f 4780/5019/7958 4781/1563/7957 4786/5024/7964 -f 4786/5024/7964 4781/1563/7957 4784/5021/7961 -f 4786/5024/7964 4784/5021/7961 4785/5023/7963 -f 4787/5025/7965 4786/5024/7964 4785/5023/7963 -f 4788/5026/7966 4780/5019/7958 4786/5024/7964 -f 4788/5026/7967 4786/5024/7964 4787/5025/7965 -f 4778/5020/7960 4780/5019/7958 4788/5026/7966 -f 4789/5027/7968 4788/5026/7967 4787/5025/7965 -f 4790/4401/6965 4778/5020/7960 4788/5026/7966 -f 4790/4401/6967 4788/5026/7967 4789/5027/7968 -f 4779/4247/6731 4778/5020/7960 4790/4401/6965 -f 4790/4401/6967 4789/5027/7968 4782/4249/6734 -f 4789/5027/7968 4793/5028/7969 4791/4251/6736 -f 4789/5027/7968 4791/4251/6736 4782/4249/6734 -f 4787/5025/7965 4792/5029/7970 4793/5028/7969 -f 4787/5025/7965 4793/5028/7969 4789/5027/7968 -f 4792/5029/7970 4787/5025/7965 4785/5023/7963 -f 4785/5023/7963 4794/5030/7971 4792/5029/7970 -f 4785/5023/7963 4783/5022/7962 4794/5030/7971 -s off -f 4783/5022/7972 3892/4245/7973 1402/1559/7974 -s 39 -f 4795/5031/7975 4783/5022/7962 1402/1559/7976 -f 4794/5030/7971 4783/5022/7962 4795/5031/7975 -f 1403/1560/7977 4796/5032/7978 4795/5031/7975 -f 4792/5029/7970 4794/5030/7971 4797/5033/7979 -f 4797/5033/7979 4794/5030/7971 4795/5031/7975 -f 4797/5033/7979 4795/5031/7975 4796/5032/7978 -f 4798/5034/7980 4797/5033/7979 4796/5032/7978 -f 4793/5028/7969 4792/5029/7970 4797/5033/7981 -f 4799/5035/7982 4793/5028/7969 4797/5033/7981 -f 4799/5035/7983 4797/5033/7979 4798/5034/7980 -f 4791/4251/6736 4793/5028/7969 4801/4347/6876 -f 4801/4347/6876 4793/5028/7969 4799/5035/7982 -f 4799/5035/7983 4798/5034/7980 4802/4343/6872 -f 4802/4343/6872 4798/5034/7980 4800/5036/7984 -f 4803/4345/6874 4801/4347/6876 4799/5035/7982 -f 4803/4345/6874 4799/5035/7983 4802/4343/6872 -f 3924/2303/4300 4802/4343/6872 4800/5036/7984 -f 4806/5037/7985 4804/2304/4301 4800/5036/7984 -f 4800/5036/7984 4804/2304/4301 3924/2303/4300 -f 4798/5034/7980 4806/5037/7985 4800/5036/7984 -f 1403/1560/7977 4805/5038/7986 4796/5032/7978 -f 4796/5032/7978 4805/5038/7986 4806/5037/7985 -f 4796/5032/7978 4806/5037/7985 4798/5034/7980 -f 1403/1560/7977 4795/5031/7975 1402/1559/7976 -f 4809/1555/7987 4807/5039/7988 1400/1552/7989 -f 1400/1552/7989 4807/5039/7988 4808/5040/7990 -f 4808/5040/7990 4822/1556/7991 1400/1552/7989 -f 3632/3912/6741 4810/4253/6740 4811/3913/7992 -f 4813/5041/7993 4814/5042/7994 4807/5039/7988 -f 4807/5039/7988 4814/5042/7994 4808/5040/7990 -f 4815/5043/7995 4813/5041/7993 4807/5039/7988 -f 4812/5044/7996 4813/5041/7993 4815/5043/7995 -f 4807/5039/7988 4809/1555/7987 4816/5045/7997 -f 4816/5045/7997 4815/5043/7995 4807/5039/7988 -f 4809/1555/7987 4811/3913/7992 4816/5045/7997 -f 4817/5046/7998 4812/5044/7996 4815/5043/7995 -f 4817/5046/7998 4815/5043/7995 4816/5045/7999 -f 3895/4255/6744 4812/5044/7996 4817/5046/7998 -f 4817/5046/8000 4816/5045/7997 4811/3913/7992 -f 3895/4255/6744 4817/5046/7998 4818/4403/6970 -f 4818/4403/6969 4817/5046/8001 4810/4253/6740 -f 4810/4253/6740 4817/5046/8000 4811/3913/7992 -f 4808/5040/7990 4814/5042/7994 4823/5047/8002 -f 4814/5042/7994 4813/5041/7993 4819/5048/8003 -f 4819/5048/8003 4813/5041/7993 4812/5044/7996 -f 4819/5048/8003 4812/5044/7996 4826/5049/8004 -f 3895/4255/6744 3926/4257/6746 4820/5050/8005 -f 3895/4255/6744 4820/5050/8005 4812/5044/7996 -f 4812/5044/7996 4820/5050/8005 4826/5049/8004 -f 4822/1556/7991 4808/5040/7990 4823/5047/8002 -f 4824/5051/8006 4822/1556/7991 4823/5047/8002 -f 4814/5042/7994 4819/5048/8003 4823/5047/8002 -f 4819/5048/8007 4824/5051/8008 4823/5047/8009 -f 4825/5052/8010 4831/5053/8011 4824/5051/8012 -f 4825/5052/8013 4824/5051/8008 4819/5048/8007 -f 4827/5054/8014 4831/5053/8011 4825/5052/8010 -f 4826/5049/8015 4825/5052/8013 4819/5048/8007 -f 4821/5055/8016 4827/5054/8014 4825/5052/8017 -f 4828/5056/8018 4825/5052/8013 4826/5049/8015 -f 4821/5055/8016 4825/5052/8017 2042/2300/4297 -f 2042/2300/4297 4825/5052/8017 4828/5056/8019 -f 4828/5056/8018 4826/5049/8015 4829/4349/6878 -f 4829/4349/6878 4826/5049/8015 4820/5050/8005 -f 4830/4350/6882 2042/2300/4297 4828/5056/8019 -f 4830/4350/6880 4828/5056/8018 4829/4349/6878 -f 3926/4257/6746 4829/4349/6878 4820/5050/8005 -f 4831/5053/8020 4822/1556/7991 4824/5051/8006 -f 4832/5057/8021 4831/5053/8011 4827/5054/8014 -f 4832/5057/8021 4827/5054/8014 4833/5058/8022 -f 4833/5058/8022 4827/5054/8014 4821/5055/8016 -f 4833/5058/8022 4821/5055/8016 4834/2299/4296 -f 4834/2299/4296 4821/5055/8016 2042/2300/4297 -f 4838/1550/8023 4837/5059/8024 1397/1551/8025 -f 4837/5059/8024 4835/3914/8026 1397/1551/8025 -f 4835/3914/8026 4836/4254/6743 3634/3916/6742 -f 4838/1550/8023 1395/1548/8027 3894/4252/8028 -f 4838/1550/8023 3894/4252/8028 4840/5060/8029 -f 4837/5059/8024 4838/1550/8023 4840/5060/8029 -f 4837/5059/8024 4840/5060/8029 4841/5061/8030 -f 4843/5062/8031 4837/5059/8024 4842/5063/8032 -f 4842/5063/8032 4837/5059/8024 4841/5061/8030 -f 4835/3914/8026 4837/5059/8024 4843/5062/8033 -f 4839/4256/6745 4843/5062/8034 4842/5063/8035 -f 4836/4254/6743 4835/3914/8026 4843/5062/8033 -f 4836/4254/6743 4843/5062/8033 4844/4402/6968 -f 4844/4402/6971 4843/5062/8034 4839/4256/6745 -f 4842/5063/8035 4847/5064/8036 4839/4256/6745 -f 4839/4256/6745 4847/5064/8036 4845/4258/6747 -f 4841/5061/8030 4846/5065/8037 4842/5063/8035 -f 4842/5063/8035 4846/5065/8037 4847/5064/8036 -f 4841/5061/8030 4848/5066/8038 4846/5065/8037 -f 4841/5061/8030 4840/5060/8029 4848/5066/8038 -f 4840/5060/8029 3894/4252/6738 4848/5066/8038 -f 4848/5066/8038 3894/4252/6738 4849/5067/8039 -f 1394/1547/8040 4851/5068/8041 4849/5067/8039 -f 4846/5065/8037 4848/5066/8038 4850/5069/8042 -f 4850/5069/8042 4849/5067/8039 4851/5068/8041 -f 4849/5067/8039 4850/5069/8042 4848/5066/8038 -f 4852/5070/8043 4850/5069/8042 4851/5068/8041 -f 4847/5064/8036 4846/5065/8037 4850/5069/8042 -f 4847/5064/8036 4850/5069/8042 4853/5071/8044 -f 4853/5071/8044 4850/5069/8042 4852/5070/8043 -f 4845/4258/6747 4847/5064/8036 4855/4348/6877 -f 4855/4348/6877 4847/5064/8036 4853/5071/8045 -f 4853/5071/8044 4852/5070/8043 4856/4351/6883 -f 4856/4351/6883 4852/5070/8043 4854/5072/8046 -f 4855/4348/6879 4853/5071/8047 4856/4351/6881 -f 3927/2301/4298 4856/4351/6883 4854/5072/8046 -f 4859/5073/8048 4857/5074/8049 4854/5072/8046 -f 4854/5072/8046 4857/5074/8049 2036/2288/4281 -f 4854/5072/8046 2036/2288/4281 3927/2301/4298 -f 4852/5070/8043 4859/5073/8048 4854/5072/8046 -f 1394/1547/8040 4858/5075/8050 4851/5068/8041 -f 4851/5068/8041 4858/5075/8050 4859/5073/8048 -f 4851/5068/8041 4859/5073/8048 4852/5070/8043 -f 1394/1547/8040 4849/5067/8039 1393/1546/6737 -f 3894/4252/6738 1393/1546/6737 4849/5067/8039 -f 4860/1541/8051 4861/5076/8052 1388/1539/8053 -f 1388/1539/8053 4861/5076/8052 4862/5077/8054 -f 4862/5077/8054 1391/1543/8055 1388/1539/8053 -f 3636/3920/6752 4863/4260/6751 4864/3917/8056 -f 4868/5078/8057 4867/5079/8058 4862/5077/8054 -f 4868/5078/8057 4862/5077/8054 4861/5076/8052 -f 4866/5080/8059 4868/5078/8057 4861/5076/8052 -f 4860/1541/8051 4864/3917/8056 4869/5081/8060 -f 4869/5081/8060 4866/5080/8059 4861/5076/8052 -f 4869/5081/8060 4861/5076/8052 4860/1541/8051 -f 4870/5082/8061 4865/5083/8062 4866/5080/8059 -f 4870/5082/8061 4866/5080/8059 4869/5081/8060 -f 3897/4262/6755 4865/5083/8062 4870/5082/8061 -f 4870/5082/8063 4869/5081/8060 4863/4260/6751 -f 4863/4260/6751 4869/5081/8060 4864/3917/8056 -f 3897/4262/6755 4870/5082/8061 4871/4405/6974 -f 4871/4405/6973 4870/5082/8063 4863/4260/6751 -f 4867/5079/8058 4868/5078/8057 4866/5080/8059 -f 4867/5079/8058 4866/5080/8059 4872/5084/8064 -f 4872/5084/8064 4866/5080/8059 4865/5083/8062 -f 4872/5084/8064 4865/5083/8062 4879/5085/8065 -f 3897/4262/6755 4873/4264/6757 4874/5086/8066 -f 3897/4262/6755 4874/5086/8066 4865/5083/8062 -f 4865/5083/8062 4874/5086/8066 4879/5085/8065 -f 4876/5087/8067 4862/5077/8054 4867/5079/8058 -f 4877/5088/8068 4876/5087/8067 4867/5079/8058 -f 4877/5088/8068 4867/5079/8058 4872/5084/8064 -f 4878/5089/8069 4884/5090/8070 4877/5088/8071 -f 4878/5089/8072 4877/5088/8068 4872/5084/8064 -f 4880/5091/8073 4884/5090/8070 4878/5089/8069 -f 4879/5085/8074 4878/5089/8072 4872/5084/8064 -f 4875/5092/8075 4880/5091/8073 4878/5089/8076 -f 4881/5093/8077 4878/5089/8072 4879/5085/8074 -f 4875/5092/8075 4878/5089/8076 2039/2295/4292 -f 2039/2295/4292 4878/5089/8076 4881/5093/8078 -f 4882/4352/6884 4881/5093/8077 4879/5085/8074 -f 4882/4352/6884 4879/5085/8074 4874/5086/8079 -f 4883/4355/6889 2039/2295/4292 4881/5093/8078 -f 4883/4355/6887 4881/5093/8077 4882/4352/6884 -f 4882/4352/6884 4874/5086/8066 4873/4264/6757 -f 1391/1543/8055 4862/5077/8054 4876/5087/8067 -f 1391/1543/8055 4876/5087/8067 5121/1545/8080 -f 4884/5090/8070 5121/1545/8080 4877/5088/8071 -f 5121/1545/8080 4876/5087/8067 4877/5088/8071 -f 4885/5094/8081 4884/5090/8070 4880/5091/8073 -f 4885/5094/8081 4880/5091/8073 4886/5095/8082 -f 4886/5095/8082 4880/5091/8073 4875/5092/8075 -f 4886/5095/8082 4875/5092/8075 2038/2293/4289 -f 2038/2293/4289 4875/5092/8075 2039/2295/4292 -f 4889/1538/8083 4887/5096/8084 3638/3919/6754 -f 4887/5096/8084 4888/4261/6753 3638/3919/6754 -f 1386/1535/6750 3896/4259/6749 4892/5097/8085 -f 4890/1537/8086 1386/1535/6750 4894/5098/8087 -f 4894/5098/8087 1386/1535/6750 4892/5097/8085 -f 4894/5098/8087 4892/5097/8085 4893/5099/8088 -f 4889/1538/8089 4890/1537/8086 4894/5098/8087 -f 4895/5100/8090 4894/5098/8087 4893/5099/8088 -f 4896/5101/8091 4889/1538/8089 4894/5098/8087 -f 4896/5101/8092 4894/5098/8087 4895/5100/8090 -f 4887/5096/8093 4889/1538/8089 4896/5101/8091 -f 4897/5102/8094 4896/5101/8092 4895/5100/8090 -f 4888/4261/6753 4887/5096/8084 4896/5101/8095 -f 4888/4261/6753 4896/5101/8095 4898/4404/6972 -f 4898/4404/6972 4896/5101/8095 4897/5102/8096 -f 4898/4404/6972 4897/5102/8096 4891/4263/6756 -f 4897/5102/8094 4901/5103/8097 4899/4265/6758 -f 4897/5102/8094 4899/4265/6758 4891/4263/6756 -f 4895/5100/8090 4900/5104/8098 4901/5103/8097 -f 4895/5100/8090 4901/5103/8097 4897/5102/8094 -f 4900/5104/8098 4895/5100/8090 4893/5099/8088 -f 4893/5099/8088 4902/5105/8099 4900/5104/8098 -f 4893/5099/8088 4892/5097/8085 4902/5105/8099 -f 4904/5106/8100 4892/5097/8085 3896/4259/6749 -f 4902/5105/8099 4892/5097/8085 4904/5106/8100 -f 1385/1534/8101 4905/5107/8102 4904/5106/8100 -f 4905/5107/8102 4902/5105/8099 4904/5106/8100 -f 4900/5104/8098 4902/5105/8099 4906/5108/8103 -f 4906/5108/8103 4902/5105/8099 4905/5107/8102 -f 4907/5109/8104 4906/5108/8103 4905/5107/8102 -f 4901/5103/8097 4900/5104/8098 4906/5108/8105 -f 4901/5103/8097 4906/5108/8105 4908/5110/8106 -f 4908/5110/8107 4906/5108/8103 4907/5109/8104 -f 4899/4265/6758 4901/5103/8097 4910/4353/6885 -f 4910/4353/6885 4901/5103/8097 4908/5110/8106 -f 4910/4353/6885 4908/5110/8106 4911/4354/6886 -f 4911/4354/6886 4908/5110/8106 4912/4356/6888 -f 4912/4356/6888 4908/5110/8106 4907/5109/8108 -f 4912/4356/6888 4907/5109/8108 4909/5111/8109 -f 4912/4356/6888 4909/5111/8109 4903/2296/4293 -f 4915/5112/8110 5127/5113/8111 4909/5111/8109 -f 4909/5111/8109 5127/5113/8111 4913/2297/4294 -f 4909/5111/8109 4913/2297/4294 4903/2296/4293 -f 4907/5109/8112 4915/5112/8110 4909/5111/8109 -f 1385/1534/8101 4914/5114/8113 4905/5107/8102 -f 4905/5107/8102 4914/5114/8113 4915/5112/8110 -f 4905/5107/8102 4915/5112/8110 4907/5109/8112 -f 1385/1534/8101 4904/5106/8100 3896/4259/6749 -f 1385/1534/8101 3896/4259/6749 1384/1533/6748 -f 4916/5115/8114 1380/1528/8115 1379/1525/8116 -f 1380/1528/8115 4916/5115/8114 4917/5116/8117 -f 4917/5116/8117 1382/1530/8118 1380/1528/8115 -f 4918/1527/8119 4916/5115/8114 1379/1525/8116 -f 3641/3924/6763 4919/4267/6762 3639/3922/8120 -f 4922/5117/8121 4917/5116/8117 4916/5115/8114 -f 4921/5118/8122 4922/5117/8121 4916/5115/8114 -f 4916/5115/8114 4918/1527/8119 4923/5119/8123 -f 4923/5119/8123 4921/5118/8122 4916/5115/8114 -f 4924/5120/8124 4920/5121/8125 4921/5118/8122 -f 4924/5120/8124 4921/5118/8122 4923/5119/8123 -f 3899/4269/6766 4920/5121/8125 4924/5120/8124 -f 4924/5120/8126 4923/5119/8123 3639/3922/8120 -f 3639/3922/8120 4923/5119/8123 4918/1527/8119 -f 4919/4267/6762 4924/5120/8126 3639/3922/8120 -f 3937/4406/6977 3899/4269/6766 4924/5120/8124 -f 3937/4406/6975 4924/5120/8126 4919/4267/6762 -f 4917/5116/8117 4922/5117/8121 4925/5122/8127 -f 4922/5117/8121 4921/5118/8122 4926/5123/8128 -f 4926/5123/8128 4921/5118/8122 4920/5121/8125 -f 4926/5123/8128 4920/5121/8125 4933/5124/8129 -f 3899/4269/6766 4927/4271/6768 4928/5125/8130 -f 3899/4269/6766 4928/5125/8130 4920/5121/8125 -f 4920/5121/8125 4928/5125/8130 4933/5124/8129 -f 4922/5117/8121 4926/5123/8128 4925/5122/8127 -f 4926/5123/8128 4931/5126/8131 4925/5122/8127 -f 4932/5127/8132 4930/5128/8133 4931/5126/8131 -f 4932/5127/8132 4931/5126/8131 4926/5123/8128 -f 4934/5129/8134 4930/5128/8135 4932/5127/8136 -f 4933/5124/8137 4932/5127/8132 4926/5123/8128 -f 4929/5130/8138 4934/5129/8134 4932/5127/8136 -f 4935/5131/8139 4932/5127/8132 4933/5124/8137 -f 4929/5130/8138 4932/5127/8136 2037/2289/4284 -f 2037/2289/4284 4932/5127/8136 4935/5131/8140 -f 4936/4358/6891 4935/5131/8139 4933/5124/8137 -f 4936/4358/6891 4933/5124/8137 4928/5125/8130 -f 4937/4360/6895 2037/2289/4284 4935/5131/8140 -f 4936/4358/6891 4928/5125/8130 4927/4271/6768 -f 4937/4360/6894 4935/5131/8139 4936/4358/6891 -f 1382/1530/8118 4917/5116/8117 4925/5122/8127 -f 1382/1530/8118 4925/5122/8127 4938/5132/8141 -f 4938/5132/8141 4925/5122/8127 4931/5126/8142 -f 4939/5133/8143 4938/5132/8141 4930/5128/8135 -f 4938/5132/8141 4931/5126/8142 4930/5128/8135 -f 4939/5133/8143 4930/5128/8135 4934/5129/8134 -f 4939/5133/8143 4934/5129/8134 4940/5134/8144 -f 4940/5134/8144 4934/5129/8134 4929/5130/8138 -f 4940/5134/8144 4929/5130/8138 4941/2291/4286 -f 4941/2291/4286 4929/5130/8138 2037/2289/4284 -f 4944/5135/8145 4942/5136/8146 1368/1524/8147 -f 1368/1524/8147 4942/5136/8146 3645/3923/6765 -f 4942/5136/8146 4943/4268/6764 3645/3923/6765 -f 1368/1524/8147 4945/1522/8148 4944/5135/8145 -f 4945/1522/8148 1373/1519/8149 4948/5137/8150 -f 1373/1519/8149 3898/4266/8151 4947/5138/8152 -f 1373/1519/8149 4947/5138/8152 4948/5137/8150 -f 4944/5135/8145 4945/1522/8148 4948/5137/8150 -f 4944/5135/8145 4948/5137/8150 4949/5139/8153 -f 4950/5140/8154 4944/5135/8145 4949/5139/8153 -f 4942/5136/8146 4944/5135/8145 4950/5140/8155 -f 4951/5141/8156 4950/5140/8154 4949/5139/8153 -f 4952/5142/8157 4942/5136/8146 4950/5140/8155 -f 4952/5142/8158 4950/5140/8154 4951/5141/8156 -f 4943/4268/6764 4942/5136/8146 4952/5142/8157 -f 4946/4270/6767 4952/5142/8158 4951/5141/8156 -f 4943/4268/6764 4952/5142/8157 3936/4407/6976 -f 3936/4407/6978 4952/5142/8158 4946/4270/6767 -f 4951/5141/8156 4955/5143/8159 4953/4272/6769 -f 4951/5141/8156 4953/4272/6769 4946/4270/6767 -f 4949/5139/8153 4954/5144/8160 4955/5143/8159 -f 4949/5139/8153 4955/5143/8159 4951/5141/8156 -f 4954/5144/8160 4949/5139/8153 4948/5137/8150 -f 4948/5137/8150 4956/5145/8161 4954/5144/8160 -f 4956/5145/8161 4948/5137/8150 4947/5138/8152 -f 4957/5146/8162 4947/5138/8152 3898/4266/6760 -f 4956/5145/8161 4947/5138/8152 4957/5146/8162 -f 1376/1518/8163 4958/5147/8164 4957/5146/8162 -f 4958/5147/8164 4956/5145/8161 4957/5146/8162 -f 4959/5148/8165 4954/5144/8160 4956/5145/8161 -f 4959/5148/8166 4956/5145/8161 4958/5147/8164 -f 4960/5149/8167 4959/5148/8166 4958/5147/8164 -f 4955/5143/8159 4954/5144/8160 4959/5148/8165 -f 4961/5150/8168 4955/5143/8159 4959/5148/8165 -f 4961/5150/8169 4959/5148/8166 4960/5149/8167 -f 4953/4272/6769 4955/5143/8159 4963/4357/6890 -f 4963/4357/6890 4955/5143/8159 4961/5150/8168 -f 4961/5150/8169 4960/5149/8167 4964/4359/6896 -f 4964/4359/6896 4960/5149/8167 4962/5151/8170 -f 4963/4357/6892 4961/5150/8171 4964/4359/6893 -f 3928/2290/4285 4964/4359/6896 4962/5151/8170 -f 4966/5152/8172 4965/5153/8173 4962/5151/8170 -f 4962/5151/8170 4965/5153/8173 2028/2273/4263 -f 4962/5151/8170 2028/2273/4263 3928/2290/4285 -f 4960/5149/8167 4966/5152/8172 4962/5151/8170 -f 1376/1518/8163 5135/5154/8174 4958/5147/8164 -f 4958/5147/8164 5135/5154/8174 4966/5152/8172 -f 4958/5147/8164 4966/5152/8172 4960/5149/8167 -f 1376/1518/8163 4957/5146/8162 3898/4266/6760 -f 1376/1518/8163 3898/4266/6760 1375/1517/6759 -f 1534/1737/3708 1532/1734/3705 4967/5155/8175 -f 4967/5155/8175 4044/4487/8176 1534/1737/3708 -f 4045/4485/8177 4044/4487/8176 4968/5156/8178 -f 4045/4485/8177 4968/5156/8178 4969/4486/7100 -f 2000/2244/4219 4043/2242/4215 4969/4486/7100 -f 4070/4504/7125 4071/2245/4220 4970/5157/8179 -f 4069/4503/8180 4070/4504/7125 4970/5157/8179 -f 4068/4502/8181 4069/4503/8180 4971/5158/8182 -f 4068/4502/8181 4971/5158/8182 4972/1735/3706 -f 4068/4502/8181 4972/1735/3706 1531/1733/3704 -f 1532/1734/3705 4973/5159/8183 4967/5155/8175 -f 4967/5155/8175 4973/5159/8183 4044/4487/8176 -f 4044/4487/8176 4973/5159/8183 4974/5160/8184 -f 4044/4487/8176 4974/5160/8184 4968/5156/8178 -f 4968/5156/8178 4974/5160/8184 4975/5161/8185 -f 4968/5156/8178 4975/5161/8185 4969/4486/7100 -f 4969/4486/7100 4975/5161/8185 4976/5162/8186 -f 4969/4486/7100 4976/5162/8186 2000/2244/4219 -f 1532/1734/3705 4972/1735/3706 4973/5159/8183 -f 4973/5159/8183 4972/1735/3706 4971/5158/8182 -f 4973/5159/8183 4971/5158/8182 4974/5160/8184 -f 4974/5160/8184 4971/5158/8182 4069/4503/8180 -f 4974/5160/8184 4069/4503/8180 4975/5161/8185 -f 4975/5161/8185 4069/4503/8180 4970/5157/8179 -f 4975/5161/8185 4970/5157/8179 4976/5162/8186 -f 4976/5162/8186 4970/5157/8179 2000/2244/4219 -f 2000/2244/4219 4970/5157/8179 4071/2245/4220 -f 4977/5163/8187 4097/4524/8188 1524/1724/3695 -f 4978/5164/8189 4097/4524/8188 4977/5163/8187 -f 4097/4524/8188 4978/5164/8189 4098/4522/8190 -f 4098/4522/8190 4978/5164/8189 4979/5165/8191 -f 4098/4522/8190 4979/5165/8191 4980/4523/7150 -f 2078/2367/4374 4096/2370/4377 4980/4523/7150 -f 4125/4544/7187 4126/2366/4373 4981/5166/8192 -f 4124/4543/8193 4125/4544/7187 4981/5166/8192 -f 4123/4542/8194 4124/4543/8193 4982/5167/8195 -f 1521/1720/3691 4982/5167/8195 4983/1722/3693 -f 1521/1720/3691 4123/4542/8196 4982/5167/8195 -f 1524/1724/3695 1522/1721/3692 4977/5163/8187 -f 4977/5163/8187 1522/1721/3692 4984/5168/8197 -f 4977/5163/8187 4984/5168/8197 4978/5164/8189 -f 4978/5164/8189 4984/5168/8197 4985/5169/8198 -f 4978/5164/8189 4985/5169/8198 4979/5165/8191 -f 4979/5165/8191 4985/5169/8198 4986/5170/8199 -f 4979/5165/8191 4986/5170/8199 4980/4523/7150 -f 4980/4523/7150 4986/5170/8199 4987/5171/8200 -f 4980/4523/7150 4987/5171/8200 2078/2367/4374 -f 1522/1721/3692 4983/1722/3693 4984/5168/8197 -f 4984/5168/8197 4983/1722/3693 4982/5167/8195 -f 4984/5168/8197 4982/5167/8195 4985/5169/8198 -f 4985/5169/8198 4982/5167/8195 4124/4543/8193 -f 4985/5169/8198 4124/4543/8193 4986/5170/8199 -f 4986/5170/8199 4124/4543/8193 4981/5166/8192 -f 4986/5170/8199 4981/5166/8192 4987/5171/8200 -f 4987/5171/8200 4981/5166/8192 2078/2367/4374 -f 2078/2367/4374 4981/5166/8192 4126/2366/4373 -f 1514/1711/3682 1512/1708/3679 4988/5172/8201 -f 4988/5172/8201 4153/4562/8202 1514/1711/3682 -f 4154/4560/8203 4153/4562/8202 4989/5173/8204 -f 4154/4560/8203 4989/5173/8204 4990/4561/7213 -f 2075/2364/4369 4152/2363/4368 4990/4561/7213 -f 1992/2230/4203 2075/2364/4369 4991/5174/8205 -f 4991/5174/8205 4179/4582/7249 1992/2230/4203 -f 4178/4581/8206 4179/4582/7249 4991/5174/8205 -f 4177/4580/8207 4178/4581/8206 4992/5175/8208 -f 4177/4580/8207 4992/5175/8208 4993/1709/3680 -f 4177/4580/8207 4993/1709/3680 1511/1707/3678 -f 1512/1708/3679 4994/5176/8209 4988/5172/8201 -f 4988/5172/8201 4994/5176/8209 4153/4562/8202 -f 4153/4562/8202 4994/5176/8209 4995/5177/8210 -f 4153/4562/8202 4995/5177/8210 4989/5173/8204 -f 4989/5173/8204 4995/5177/8210 4996/5178/8211 -f 4989/5173/8204 4996/5178/8211 4990/4561/7213 -f 4990/4561/7213 4996/5178/8211 4997/5179/8212 -f 4990/4561/7213 4997/5179/8212 2075/2364/4369 -f 1512/1708/3679 4993/1709/3680 4994/5176/8209 -f 4994/5176/8209 4993/1709/3680 4992/5175/8208 -f 4994/5176/8209 4992/5175/8208 4995/5177/8210 -f 4995/5177/8210 4992/5175/8208 4178/4581/8206 -f 4995/5177/8210 4178/4581/8206 4996/5178/8211 -f 4996/5178/8211 4178/4581/8206 4991/5174/8205 -f 4996/5178/8211 4991/5174/8205 4997/5179/8212 -f 4997/5179/8212 4991/5174/8205 2075/2364/4369 -f 4207/4602/8213 4998/5180/8214 4208/4600/8215 -f 4999/4601/7285 4208/4600/8215 4998/5180/8214 -f 5000/2359/4364 4206/2358/4363 4999/4601/7285 -f 4234/4623/7318 4235/2361/4366 5001/5181/8216 -f 4233/4622/8217 4234/4623/7318 5001/5181/8216 -f 4232/4621/8218 4233/4622/8217 5002/5182/8219 -f 4232/4621/8218 5002/5182/8219 5003/1696/3667 -f 4232/4621/8218 5003/1696/3667 1502/1694/3665 -f 1505/1698/3669 1503/1695/3666 5004/5183/8220 -f 1505/1698/3669 5004/5183/8220 4207/4602/8213 -f 4207/4602/8213 5004/5183/8220 5005/5184/8221 -f 4207/4602/8213 5005/5184/8221 4998/5180/8214 -f 4998/5180/8214 5005/5184/8221 5006/5185/8222 -f 4998/5180/8214 5006/5185/8222 4999/4601/7285 -f 4999/4601/7285 5006/5185/8222 5007/5186/8223 -f 4999/4601/7285 5007/5186/8223 5000/2359/4364 -f 1503/1695/3666 5003/1696/3667 5004/5183/8220 -f 5004/5183/8220 5003/1696/3667 5002/5182/8219 -f 5004/5183/8220 5002/5182/8219 5005/5184/8221 -f 5005/5184/8221 5002/5182/8219 4233/4622/8217 -f 5005/5184/8221 4233/4622/8217 5006/5185/8222 -f 5006/5185/8222 4233/4622/8217 5001/5181/8216 -f 5006/5185/8222 5001/5181/8216 5007/5186/8223 -f 5007/5186/8223 5001/5181/8216 5000/2359/4364 -f 5000/2359/4364 5001/5181/8216 4235/2361/4366 -f 5008/5187/8224 4263/4642/8225 1499/1686/3657 -f 5009/5188/8226 4263/4642/8225 5008/5187/8224 -f 4263/4642/8225 5009/5188/8226 4264/4641/8227 -f 4262/2354/4358 4264/4641/8227 5016/5189/8228 -f 2069/2352/4356 4262/2354/4358 5016/5189/8228 -f 4289/4661/7384 4290/2357/4361 5010/5190/8229 -f 4288/4660/8230 4289/4661/7384 5010/5190/8229 -f 4287/4659/8231 4288/4660/8230 5011/5191/8232 -f 1494/1682/3653 5011/5191/8232 5012/1684/3655 -f 1494/1682/3653 4287/4659/8233 5011/5191/8232 -f 1499/1686/3657 1495/1683/3654 5008/5187/8224 -f 5008/5187/8224 1495/1683/3654 5013/5192/8234 -f 5008/5187/8224 5013/5192/8234 5009/5188/8226 -f 5009/5188/8226 5013/5192/8234 5014/5193/8235 -f 5009/5188/8226 5014/5193/8235 4264/4641/8227 -f 4264/4641/8227 5014/5193/8235 5015/5194/8236 -f 4264/4641/8227 5015/5194/8236 5016/5189/8228 -f 1495/1683/3654 5012/1684/3655 5013/5192/8234 -f 5013/5192/8234 5012/1684/3655 5011/5191/8232 -f 5013/5192/8234 5011/5191/8232 5014/5193/8235 -f 5014/5193/8235 5011/5191/8232 4288/4660/8230 -f 5014/5193/8235 4288/4660/8230 5015/5194/8236 -f 5015/5194/8236 4288/4660/8230 5010/5190/8229 -f 5015/5194/8236 5010/5190/8229 5016/5189/8228 -f 5016/5189/8228 5010/5190/8229 2069/2352/4356 -f 2069/2352/4356 5010/5190/8229 4290/2357/4361 -f 5017/5195/8237 1487/1672/3643 1485/1669/3640 -f 1487/1672/3643 5017/5195/8237 5018/4679/8238 -f 5019/5196/8239 4316/4677/8240 5018/4679/8238 -f 5019/5196/8239 4314/4678/7413 4316/4677/8240 -f 5020/5197/8241 4341/4698/8242 4342/4699/8243 -f 5020/5197/8241 4342/4699/8243 4343/4700/7448 -f 4340/4697/8244 4341/4698/8242 5021/5198/8245 -f 5021/5198/8245 4341/4698/8242 5020/5197/8241 -f 4340/4697/8244 5021/5198/8245 5022/1671/3642 -f 4340/4697/8244 5022/1671/3642 1486/1670/3641 -f 1485/1669/3640 5023/5199/8246 5017/5195/8237 -f 5017/5195/8237 5023/5199/8246 5018/4679/8238 -f 5018/4679/8238 5023/5199/8246 5024/5200/8247 -f 5018/4679/8238 5024/5200/8247 5019/5196/8239 -f 5019/5196/8239 5024/5200/8247 5025/5201/8248 -f 5019/5196/8239 5025/5201/8248 4314/4678/7413 -f 4314/4678/7413 5025/5201/8248 5026/5202/8249 -f 4314/4678/7413 5026/5202/8249 4315/2351/4355 -f 4315/2351/4355 5026/5202/8249 2066/2348/4352 -f 1485/1669/3640 5022/1671/3642 5023/5199/8246 -f 5023/5199/8246 5022/1671/3642 5021/5198/8245 -f 5023/5199/8246 5021/5198/8245 5024/5200/8247 -f 5024/5200/8247 5021/5198/8245 5020/5197/8241 -f 5024/5200/8247 5020/5197/8241 5025/5201/8248 -f 5025/5201/8248 5020/5197/8241 4343/4700/7448 -f 5025/5201/8248 4343/4700/7448 5026/5202/8249 -f 5026/5202/8249 4343/4700/7448 2066/2348/4352 -f 5027/5203/8250 1478/1660/3631 1476/1657/3628 -f 1478/1660/3631 5027/5203/8250 5028/4719/8251 -f 5029/5204/8252 4368/4717/8253 5028/4719/8251 -f 5029/5204/8252 4367/4718/7473 4368/4717/8253 -f 5030/5205/8254 4395/4739/8255 4396/4740/8256 -f 5030/5205/8254 4396/4740/8256 4397/4741/7511 -f 4394/4738/8257 4395/4739/8255 5031/5206/8258 -f 5031/5206/8258 4395/4739/8255 5030/5205/8254 -f 4394/4738/8257 5031/5206/8258 5032/1658/3629 -f 4394/4738/8257 5032/1658/3629 1475/1656/3627 -f 1476/1657/3628 5033/5207/8259 5027/5203/8250 -f 5027/5203/8250 5033/5207/8259 5028/4719/8251 -f 5028/4719/8251 5033/5207/8259 5034/5208/8260 -f 5028/4719/8251 5034/5208/8260 5029/5204/8252 -f 5029/5204/8252 5034/5208/8260 5035/5209/8261 -f 5029/5204/8252 5035/5209/8261 4367/4718/7473 -f 4367/4718/7473 5035/5209/8261 5036/5210/8262 -f 4367/4718/7473 5036/5210/8262 2065/2345/4349 -f 2065/2345/4349 5036/5210/8262 2064/2344/4348 -f 1476/1657/3628 5032/1658/3629 5033/5207/8259 -f 5033/5207/8259 5032/1658/3629 5031/5206/8258 -f 5033/5207/8259 5031/5206/8258 5034/5208/8260 -f 5034/5208/8260 5031/5206/8258 5030/5205/8254 -f 5034/5208/8260 5030/5205/8254 5035/5209/8261 -f 5035/5209/8261 5030/5205/8254 4397/4741/7511 -f 5035/5209/8261 4397/4741/7511 5036/5210/8262 -f 5036/5210/8262 4397/4741/7511 2064/2344/4348 -f 5037/5211/8263 1468/1647/3618 1466/1644/3615 -f 1468/1647/3618 5037/5211/8263 4424/4759/8264 -f 4424/4759/8264 5037/5211/8263 5038/5212/8265 -f 5038/5212/8265 4425/4757/8266 4424/4759/8264 -f 4425/4757/8266 5038/5212/8265 4422/4758/7538 -f 4423/2333/4336 4422/4758/7538 5039/2334/4337 -f 4450/4780/7569 4451/2336/4339 5040/5213/8267 -f 4449/4779/8268 4450/4780/7569 5040/5213/8267 -f 4448/4778/8269 4449/4779/8268 5041/5214/8270 -f 4448/4778/8269 5041/5214/8270 5042/1645/3616 -f 4448/4778/8269 5042/1645/3616 1465/1643/3614 -f 1466/1644/3615 5043/5215/8271 5037/5211/8263 -f 5037/5211/8263 5043/5215/8271 5038/5212/8265 -f 5038/5212/8265 5043/5215/8271 5044/5216/8272 -f 5038/5212/8265 5044/5216/8272 5045/5217/8273 -f 5038/5212/8265 5045/5217/8273 4422/4758/7538 -f 4422/4758/7538 5045/5217/8273 5046/5218/8274 -f 4422/4758/7538 5046/5218/8274 5039/2334/4337 -f 1466/1644/3615 5042/1645/3616 5043/5215/8271 -f 5043/5215/8271 5042/1645/3616 5041/5214/8270 -f 5043/5215/8271 5041/5214/8270 5044/5216/8272 -f 5044/5216/8272 5041/5214/8270 4449/4779/8268 -f 5044/5216/8272 4449/4779/8268 5045/5217/8273 -f 5045/5217/8273 4449/4779/8268 5040/5213/8267 -f 5045/5217/8273 5040/5213/8267 5046/5218/8274 -f 5046/5218/8274 5040/5213/8267 5039/2334/4337 -f 5039/2334/4337 5040/5213/8267 4451/2336/4339 -f 4478/4799/8275 5047/5219/8276 4479/4798/8277 -f 5048/5220/8278 4479/4798/8277 5047/5219/8276 -f 4479/4798/8277 5048/5220/8278 4477/2339/4342 -f 2061/2332/4335 4477/2339/4342 5048/5220/8278 -f 5049/5221/8279 4506/4821/7623 2058/2328/4331 -f 4505/4820/8280 4506/4821/7623 5049/5221/8279 -f 4504/4819/8281 4505/4820/8280 5050/5222/8282 -f 4504/4819/8281 5050/5222/8282 5051/1632/3603 -f 4504/4819/8281 5051/1632/3603 1455/1630/3601 -f 1458/1634/3605 1456/1631/3602 4478/4799/8275 -f 4478/4799/8275 1456/1631/3602 5052/5223/8283 -f 4478/4799/8275 5052/5223/8283 5047/5219/8276 -f 5047/5219/8276 5052/5223/8283 5053/5224/8284 -f 5047/5219/8276 5053/5224/8284 5048/5220/8278 -f 5048/5220/8278 5053/5224/8284 5054/5225/8285 -f 5048/5220/8278 5054/5225/8285 2061/2332/4335 -f 1456/1631/3602 5051/1632/3603 5050/5222/8282 -f 1456/1631/3602 5050/5222/8282 5052/5223/8283 -f 5052/5223/8283 5050/5222/8282 5053/5224/8284 -f 5053/5224/8284 5050/5222/8282 4505/4820/8280 -f 5053/5224/8284 4505/4820/8280 5054/5225/8285 -f 5054/5225/8285 4505/4820/8280 5049/5221/8279 -f 5054/5225/8285 5049/5221/8279 2061/2332/4335 -f 2061/2332/4335 5049/5221/8279 2058/2328/4331 -f 1449/1621/3592 5055/5226/8286 4535/4840/8287 -f 4535/4840/8287 5055/5226/8286 5056/5227/8288 -f 5057/5228/8289 4536/4838/8290 5056/5227/8288 -f 5056/5227/8288 4536/4838/8290 4535/4840/8287 -f 5057/5228/8289 4534/4839/7652 4536/4838/8290 -f 5058/5229/8291 4560/4859/8292 4561/4860/8293 -f 5058/5229/8291 4561/4860/8293 4562/4861/7687 -f 4559/4858/8294 4560/4859/8292 5059/5230/8295 -f 5059/5230/8295 4560/4859/8292 5058/5229/8291 -f 4559/4858/8294 5059/5230/8295 5060/1619/3590 -f 4559/4858/8294 5060/1619/3590 1446/1617/3588 -f 1449/1621/3592 1447/1618/3589 5055/5226/8286 -f 5055/5226/8286 1447/1618/3589 5061/5231/8296 -f 5055/5226/8286 5061/5231/8296 5056/5227/8288 -f 5056/5227/8288 5061/5231/8296 5062/5232/8297 -f 5056/5227/8288 5062/5232/8297 5057/5228/8289 -f 5057/5228/8289 5062/5232/8297 5063/5233/8298 -f 5057/5228/8289 5063/5233/8298 4534/4839/7652 -f 4534/4839/7652 5063/5233/8298 5064/5234/8299 -f 4534/4839/7652 5064/5234/8299 2055/2327/4330 -f 2055/2327/4330 5064/5234/8299 2053/2324/4325 -f 1447/1618/3589 5060/1619/3590 5061/5231/8296 -f 5061/5231/8296 5060/1619/3590 5059/5230/8295 -f 5061/5231/8296 5059/5230/8295 5062/5232/8297 -f 5062/5232/8297 5059/5230/8295 5058/5229/8291 -f 5062/5232/8297 5058/5229/8291 5063/5233/8298 -f 5063/5233/8298 5058/5229/8291 4562/4861/7687 -f 5063/5233/8298 4562/4861/7687 5064/5234/8299 -f 5064/5234/8299 4562/4861/7687 2053/2324/4325 -f 5065/5235/8300 4588/4879/8301 1442/1608/3579 -f 5066/5236/8302 4588/4879/8301 5065/5235/8300 -f 4588/4879/8301 5066/5236/8302 4589/4877/8303 -f 4589/4877/8303 5066/5236/8302 5067/5237/8304 -f 4589/4877/8303 5067/5237/8304 5068/4878/7713 -f 2054/2326/4328 4587/2325/4326 5068/4878/7713 -f 4613/2233/4206 2054/2326/4328 5069/5238/8305 -f 4612/4898/7750 4613/2233/4206 5069/5238/8305 -f 4611/4897/8306 4612/4898/7750 5069/5238/8305 -f 4610/4893/8307 4611/4897/8306 5070/5239/8308 -f 1440/1606/3577 5070/5239/8308 5071/1607/3578 -f 1440/1606/3577 4610/4893/8309 5070/5239/8308 -f 1442/1608/3579 1439/1605/3576 5065/5235/8300 -f 5065/5235/8300 1439/1605/3576 5072/5240/8310 -f 5065/5235/8300 5072/5240/8310 5066/5236/8302 -f 5066/5236/8302 5072/5240/8310 5073/5241/8311 -f 5066/5236/8302 5073/5241/8311 5067/5237/8304 -f 5067/5237/8304 5073/5241/8311 5074/5242/8312 -f 5067/5237/8304 5074/5242/8312 5068/4878/7713 -f 5068/4878/7713 5074/5242/8312 5075/5243/8313 -f 5068/4878/7713 5075/5243/8313 2054/2326/4328 -f 1439/1605/3576 5071/1607/3578 5072/5240/8310 -f 5072/5240/8310 5071/1607/3578 5070/5239/8308 -f 5072/5240/8310 5070/5239/8308 5073/5241/8311 -f 5073/5241/8311 5070/5239/8308 4611/4897/8306 -f 5073/5241/8311 4611/4897/8306 5074/5242/8312 -f 5074/5242/8312 4611/4897/8306 5069/5238/8305 -f 5074/5242/8312 5069/5238/8305 5075/5243/8313 -f 5075/5243/8313 5069/5238/8305 2054/2326/4328 -f 1430/1597/3568 1428/1594/3565 5076/5244/8314 -f 5076/5244/8314 4639/4918/8315 1430/1597/3568 -f 4640/4916/8316 4639/4918/8315 5077/5245/8317 -f 4640/4916/8316 5077/5245/8317 5078/4917/7780 -f 2050/2319/4319 4638/2316/4316 5078/4917/7780 -f 4665/4938/7816 4666/2318/4318 5079/5246/8318 -f 4664/4937/8319 4665/4938/7816 5079/5246/8318 -f 4663/4936/8320 4664/4937/8319 5080/5247/8321 -f 4663/4936/8320 5080/5247/8321 5081/1596/3567 -f 4663/4936/8320 5081/1596/3567 1429/1595/3566 -f 1428/1594/3565 5082/5248/8322 5076/5244/8314 -f 5076/5244/8314 5082/5248/8322 4639/4918/8315 -f 4639/4918/8315 5082/5248/8322 5083/5249/8323 -f 4639/4918/8315 5083/5249/8323 5077/5245/8317 -f 5077/5245/8317 5083/5249/8323 5084/5250/8324 -f 5077/5245/8317 5084/5250/8324 5078/4917/7780 -f 5078/4917/7780 5084/5250/8324 5085/5251/8325 -f 5078/4917/7780 5085/5251/8325 2050/2319/4319 -f 1428/1594/3565 5081/1596/3567 5082/5248/8322 -f 5082/5248/8322 5081/1596/3567 5080/5247/8321 -f 5082/5248/8322 5080/5247/8321 5083/5249/8323 -f 5083/5249/8323 5080/5247/8321 4664/4937/8319 -f 5083/5249/8323 4664/4937/8319 5084/5250/8324 -f 5084/5250/8324 4664/4937/8319 5079/5246/8318 -f 5084/5250/8324 5079/5246/8318 5085/5251/8325 -f 5085/5251/8325 5079/5246/8318 2050/2319/4319 -f 2050/2319/4319 5079/5246/8318 4666/2318/4318 -f 1422/1585/3556 1420/1582/3553 5086/5252/8326 -f 5086/5252/8326 4694/4958/8327 1422/1585/3556 -f 5087/5253/8328 4694/4958/8327 5086/5252/8326 -f 4694/4958/8327 5087/5253/8328 4695/4956/8329 -f 5088/4957/7851 4695/4956/8329 5087/5253/8328 -f 5089/2315/4314 4693/2313/4311 5088/4957/7851 -f 4723/4979/7890 4724/2236/4209 5090/5254/8330 -f 4722/4978/8331 4723/4979/7890 5090/5254/8330 -f 4721/4977/8332 4722/4978/8331 5091/5255/8333 -f 4721/4977/8332 5091/5255/8333 5092/1584/3555 -f 4721/4977/8332 5092/1584/3555 1421/1583/3554 -f 1420/1582/3553 5093/5256/8334 5086/5252/8326 -f 5086/5252/8326 5093/5256/8334 5087/5253/8328 -f 5087/5253/8328 5093/5256/8334 5094/5257/8335 -f 5087/5253/8328 5094/5257/8335 5095/5258/8336 -f 5087/5253/8328 5095/5258/8336 5088/4957/7851 -f 5088/4957/7851 5095/5258/8336 5096/5259/8337 -f 5088/4957/7851 5096/5259/8337 5089/2315/4314 -f 1420/1582/3553 5092/1584/3555 5093/5256/8334 -f 5093/5256/8334 5092/1584/3555 5091/5255/8333 -f 5093/5256/8334 5091/5255/8333 5094/5257/8335 -f 5094/5257/8335 5091/5255/8333 4722/4978/8331 -f 5094/5257/8335 4722/4978/8331 5095/5258/8336 -f 5095/5258/8336 4722/4978/8331 5090/5254/8330 -f 5095/5258/8336 5090/5254/8330 5096/5259/8337 -f 5096/5259/8337 5090/5254/8330 5089/2315/4314 -f 5089/2315/4314 5090/5254/8330 4724/2236/4209 -f 4750/4998/8338 5097/5260/8339 4751/4996/8340 -f 5098/4997/7921 4751/4996/8340 5097/5260/8339 -f 5099/2308/4305 4749/2309/4306 5098/4997/7921 -f 4776/5018/7956 4777/2306/4303 5100/5261/8341 -f 4775/5017/8342 4776/5018/7956 5100/5261/8341 -f 4774/5013/8343 4775/5017/8342 5101/5262/8344 -f 5102/1571/3542 4774/5013/8343 5101/5262/8344 -f 1413/1573/3544 1411/1570/3541 5103/5263/8345 -f 1413/1573/3544 5103/5263/8345 4750/4998/8338 -f 4750/4998/8338 5103/5263/8345 5104/5264/8346 -f 4750/4998/8338 5104/5264/8346 5097/5260/8339 -f 5097/5260/8339 5104/5264/8346 5105/5265/8347 -f 5097/5260/8339 5105/5265/8347 5098/4997/7921 -f 5098/4997/7921 5105/5265/8347 5106/5266/8348 -f 5098/4997/7921 5106/5266/8348 5099/2308/4305 -f 1411/1570/3541 5102/1571/3542 5103/5263/8345 -f 5103/5263/8345 5102/1571/3542 5101/5262/8344 -f 5103/5263/8345 5101/5262/8344 5104/5264/8346 -f 5104/5264/8346 5101/5262/8344 4775/5017/8342 -f 5104/5264/8346 4775/5017/8342 5105/5265/8347 -f 5105/5265/8347 4775/5017/8342 5100/5261/8341 -f 5105/5265/8347 5100/5261/8341 5106/5266/8348 -f 5106/5266/8348 5100/5261/8341 5099/2308/4305 -f 5099/2308/4305 5100/5261/8341 4777/2306/4303 -f 5107/5267/8349 4805/5038/8350 1403/1560/3531 -f 5108/5268/8351 4805/5038/8350 5107/5267/8349 -f 4805/5038/8350 5108/5268/8351 4806/5037/8352 -f 4804/2304/4301 4806/5037/8352 5115/5269/8353 -f 2043/2305/4302 4804/2304/4301 5115/5269/8353 -f 4833/5058/8022 4834/2299/4296 5109/5270/8354 -f 4832/5057/8355 4833/5058/8022 5109/5270/8354 -f 4831/5053/8356 4832/5057/8355 5110/5271/8357 -f 4822/1556/3527 5110/5271/8357 5111/1558/3529 -f 4822/1556/3527 4831/5053/8358 5110/5271/8357 -f 1403/1560/3531 1401/1557/3528 5107/5267/8349 -f 5107/5267/8349 1401/1557/3528 5112/5272/8359 -f 5107/5267/8349 5112/5272/8359 5108/5268/8351 -f 5108/5268/8351 5112/5272/8359 5113/5273/8360 -f 5108/5268/8351 5113/5273/8360 4806/5037/8352 -f 4806/5037/8352 5113/5273/8360 5114/5274/8361 -f 4806/5037/8352 5114/5274/8361 5115/5269/8353 -f 1401/1557/3528 5111/1558/3529 5112/5272/8359 -f 5112/5272/8359 5111/1558/3529 5110/5271/8357 -f 5112/5272/8359 5110/5271/8357 5113/5273/8360 -f 5113/5273/8360 5110/5271/8357 4832/5057/8355 -f 5113/5273/8360 4832/5057/8355 5114/5274/8361 -f 5114/5274/8361 4832/5057/8355 5109/5270/8354 -f 5114/5274/8361 5109/5270/8354 5115/5269/8353 -f 5115/5269/8353 5109/5270/8354 2043/2305/4302 -f 2043/2305/4302 5109/5270/8354 4834/2299/4296 -f 5117/5275/8362 1394/1547/3518 1392/1544/3515 -f 1394/1547/3518 5117/5275/8362 4858/5075/8363 -f 4858/5075/8363 5117/5275/8362 5118/5276/8364 -f 5118/5276/8364 4859/5073/8365 4858/5075/8363 -f 4859/5073/8365 5118/5276/8364 4857/5074/8049 -f 5116/5277/8366 2038/2293/4289 5119/2292/4287 -f 5116/5277/8366 4886/5095/8082 2038/2293/4289 -f 4885/5094/8367 4886/5095/8082 5116/5277/8366 -f 4884/5090/8368 4885/5094/8367 5120/5278/8369 -f 5121/1545/3516 4884/5090/8368 5120/5278/8369 -f 1392/1544/3515 5122/5279/8370 5117/5275/8362 -f 5117/5275/8362 5122/5279/8370 5118/5276/8364 -f 5118/5276/8364 5122/5279/8370 5123/5280/8371 -f 5118/5276/8364 5123/5280/8371 4857/5074/8049 -f 4857/5074/8049 5123/5280/8371 5124/5281/8372 -f 4857/5074/8049 5124/5281/8372 2036/2288/4281 -f 2036/2288/4281 5124/5281/8372 5119/2292/4287 -f 1392/1544/3515 5121/1545/3516 5122/5279/8370 -f 5122/5279/8370 5121/1545/3516 5120/5278/8369 -f 5122/5279/8370 5120/5278/8369 5123/5280/8371 -f 5123/5280/8371 5120/5278/8369 4885/5094/8367 -f 5123/5280/8371 4885/5094/8367 5124/5281/8372 -f 5124/5281/8372 4885/5094/8367 5116/5277/8366 -f 5124/5281/8372 5116/5277/8366 5119/2292/4287 -f 5125/5282/8373 4914/5114/8374 1385/1534/3505 -f 4915/5112/8375 4914/5114/8374 5126/5283/8376 -f 4915/5112/8375 5126/5283/8376 5127/5113/8111 -f 2040/2294/4291 4913/2297/4294 5127/5113/8111 -f 4940/5134/8144 4941/2291/4286 5128/5284/8377 -f 4939/5133/8378 4940/5134/8144 5128/5284/8377 -f 4938/5132/8379 4939/5133/8378 5129/5285/8380 -f 4938/5132/8379 5129/5285/8380 5130/1532/3503 -f 4938/5132/8379 5130/1532/3503 1382/1530/3501 -f 1385/1534/3505 1383/1531/3502 5125/5282/8373 -f 5125/5282/8373 1383/1531/3502 5131/5286/8381 -f 5125/5282/8373 5131/5286/8381 4914/5114/8374 -f 4914/5114/8374 5131/5286/8381 5126/5283/8376 -f 5126/5283/8376 5131/5286/8381 5132/5287/8382 -f 5126/5283/8376 5132/5287/8382 5127/5113/8111 -f 5127/5113/8111 5132/5287/8382 5133/5288/8383 -f 5127/5113/8111 5133/5288/8383 2040/2294/4291 -f 1383/1531/3502 5130/1532/3503 5129/5285/8380 -f 1383/1531/3502 5129/5285/8380 5131/5286/8381 -f 5131/5286/8381 5129/5285/8380 4939/5133/8378 -f 5131/5286/8381 4939/5133/8378 5132/5287/8382 -f 5132/5287/8382 4939/5133/8378 5128/5284/8377 -f 5132/5287/8382 5128/5284/8377 5133/5288/8383 -f 5133/5288/8383 5128/5284/8377 2040/2294/4291 -f 2040/2294/4291 5128/5284/8377 4941/2291/4286 -f 1376/1518/3489 5134/5289/8384 5135/5154/8385 -f 5136/5290/8386 4966/5152/8387 5135/5154/8385 -f 5136/5290/8386 4965/5153/8173 4966/5152/8387 -f 5137/5291/8388 3833/4118/8389 3834/4119/8390 -f 5137/5291/8388 3834/4119/8390 3835/4120/6533 -f 3832/4117/8391 3833/4118/8389 5138/5292/8392 -f 5138/5292/8392 3833/4118/8389 5137/5291/8388 -f 3832/4117/8391 5138/5292/8392 5139/1516/3487 -f 3832/4117/8391 5139/1516/3487 1372/1515/3486 -f 1376/1518/3489 1371/1513/3484 5134/5289/8384 -f 5134/5289/8384 1371/1513/3484 5140/5293/8393 -f 5134/5289/8384 5140/5293/8393 5135/5154/8385 -f 5135/5154/8385 5140/5293/8393 5136/5290/8386 -f 5136/5290/8386 5140/5293/8393 5141/5294/8394 -f 5136/5290/8386 5141/5294/8394 4965/5153/8173 -f 4965/5153/8173 5141/5294/8394 5142/5295/8395 -f 4965/5153/8173 5142/5295/8395 2028/2273/4263 -f 2028/2273/4263 5142/5295/8395 2013/2261/4243 -f 1371/1513/3484 5139/1516/3487 5138/5292/8392 -f 1371/1513/3484 5138/5292/8392 5140/5293/8393 -f 5140/5293/8393 5138/5292/8392 5137/5291/8388 -f 5140/5293/8393 5137/5291/8388 5141/5294/8394 -f 5141/5294/8394 5137/5291/8388 3835/4120/6533 -f 5141/5294/8394 3835/4120/6533 5142/5295/8395 -f 5142/5295/8395 3835/4120/6533 2013/2261/4243 -f 5143/5296/8396 3862/4139/8397 1899/2130/4101 -f 5144/5297/8398 3862/4139/8397 5143/5296/8396 -f 3862/4139/8397 5144/5297/8398 3863/4137/8399 -f 3863/4137/8399 5144/5297/8398 5145/5298/8400 -f 3863/4137/8399 5145/5298/8400 5146/4138/6560 -f 2016/2264/4251 3861/2265/4252 5146/4138/6560 -f 5147/5299/8401 3962/4427/7008 3963/2246/4223 -f 3961/4426/8402 3962/4427/7008 5147/5299/8401 -f 3960/4425/8403 3961/4426/8402 5148/5300/8404 -f 3960/4425/8403 5148/5300/8404 5149/2129/4100 -f 3960/4425/8403 5149/2129/4100 1897/2128/4099 -f 1899/2130/4101 1896/2127/4098 5143/5296/8396 -f 5143/5296/8396 1896/2127/4098 5150/5301/8405 -f 5143/5296/8396 5150/5301/8405 5144/5297/8398 -f 5144/5297/8398 5150/5301/8405 5151/5302/8406 -f 5144/5297/8398 5151/5302/8406 5145/5298/8400 -f 5145/5298/8400 5151/5302/8406 5152/5303/8407 -f 5145/5298/8400 5152/5303/8407 5146/4138/6560 -f 5146/4138/6560 5152/5303/8407 5153/5304/8408 -f 5146/4138/6560 5153/5304/8408 2016/2264/4251 -f 1896/2127/4098 5149/2129/4100 5150/5301/8405 -f 5150/5301/8405 5149/2129/4100 5148/5300/8404 -f 5150/5301/8405 5148/5300/8404 5151/5302/8406 -f 5151/5302/8406 5148/5300/8404 3961/4426/8402 -f 5151/5302/8406 3961/4426/8402 5152/5303/8407 -f 5152/5303/8407 3961/4426/8402 5147/5299/8401 -f 5152/5303/8407 5147/5299/8401 5153/5304/8408 -f 5153/5304/8408 5147/5299/8401 2016/2264/4251 -f 2016/2264/4251 5147/5299/8401 3963/2246/4223 -f 5154/5305/8409 3990/4447/8410 1544/1750/3721 -f 5155/5306/8411 3990/4447/8410 5154/5305/8409 -f 3990/4447/8410 5155/5306/8411 3991/4445/8412 -f 3991/4445/8412 5155/5306/8411 5156/5307/8413 -f 3991/4445/8412 5156/5307/8413 5157/4446/7036 -f 2011/2247/4226 3989/2260/4239 5157/4446/7036 -f 4016/4468/7074 4017/2241/4214 5158/5308/8414 -f 4015/4467/8415 4016/4468/7074 5158/5308/8414 -f 4014/4463/8416 4015/4467/8415 5159/5309/8417 -f 1541/1746/3717 5159/5309/8417 5160/1748/3719 -f 1541/1746/3717 4014/4463/8418 5159/5309/8417 -f 1544/1750/3721 1542/1747/3718 5154/5305/8409 -f 5154/5305/8409 1542/1747/3718 5161/5310/8419 -f 5154/5305/8409 5161/5310/8419 5155/5306/8411 -f 5155/5306/8411 5161/5310/8419 5162/5311/8420 -f 5155/5306/8411 5162/5311/8420 5156/5307/8413 -f 5156/5307/8413 5162/5311/8420 5163/5312/8421 -f 5156/5307/8413 5163/5312/8421 5157/4446/7036 -f 5157/4446/7036 5163/5312/8421 5164/5313/8422 -f 5157/4446/7036 5164/5313/8422 2011/2247/4226 -f 1542/1747/3718 5160/1748/3719 5161/5310/8419 -f 5161/5310/8419 5160/1748/3719 5159/5309/8417 -f 5161/5310/8419 5159/5309/8417 5162/5311/8420 -f 5162/5311/8420 5159/5309/8417 4015/4467/8415 -f 5162/5311/8420 4015/4467/8415 5163/5312/8421 -f 5163/5312/8421 4015/4467/8415 5158/5308/8414 -f 5163/5312/8421 5158/5308/8414 5164/5313/8422 -f 5164/5313/8422 5158/5308/8414 2011/2247/4226 -f 2011/2247/4226 5158/5308/8414 4017/2241/4214 -s 14 -f 5181/5314/8423 5184/5315/8424 5202/5316/8425 -f 5202/5316/8425 5184/5315/8424 5183/5317/8426 -s 734 -f 5201/5318/8427 5203/5319/8428 5200/5320/8429 -f 5200/5320/8429 5203/5319/8428 1269/1422/8430 -f 5200/5320/8429 1269/1422/8430 5199/5321/8431 -f 5199/5321/8431 1269/1422/8430 1286/1439/8432 -f 5199/5321/8431 1286/1439/8432 5197/5322/8433 -s 14 -f 5197/5322/8434 1286/1439/3393 5204/5323/8435 -s 735 -f 5197/5322/8436 5204/5323/8437 5198/5324/8438 -f 5198/5324/8438 5204/5323/8437 1273/1426/8439 -f 5198/5324/8438 1273/1426/8439 5196/5325/8440 -s 14 -f 5196/5325/8441 1273/1426/3372 5205/5326/8442 -s 736 -f 5196/5325/8443 5205/5326/8444 5195/5327/8445 -f 5195/5327/8445 5205/5326/8444 1274/1427/8446 -f 5195/5327/8445 1274/1427/8446 5194/5328/8447 -s 14 -f 5194/5328/8448 1274/1427/3375 5206/5329/8449 -s 737 -f 5194/5328/8450 5206/5329/8451 5192/5330/8452 -f 5192/5330/8452 5206/5329/8451 5193/5331/8453 -f 5193/5331/8453 5206/5329/8451 1260/1411/8454 -f 5193/5331/8453 1260/1411/8454 5191/5332/8455 -s 14 -f 5191/5332/8456 1260/1411/3349 5207/5333/8457 -s 738 -f 5191/5332/8458 5207/5333/8459 5190/5334/8460 -f 5190/5334/8460 5207/5333/8459 1259/1410/8461 -f 5190/5334/8460 1259/1410/8461 5187/5335/8462 -f 5187/5335/8462 1259/1410/8461 1255/1406/8463 -f 5187/5335/8462 1255/1406/8463 5189/5336/8464 -s 14 -f 5189/5336/8465 1255/1406/3339 5208/5337/8466 -f 5189/5336/8467 5208/5337/8468 5188/5338/8469 -f 5188/5338/8469 5208/5337/8468 5209/5339/8470 -f 5188/5338/8469 5209/5339/8470 5186/5340/8471 -f 5186/5340/8471 5209/5339/8470 5185/5341/8472 -f 5185/5341/8472 5209/5339/8470 5219/5342/8473 -f 5185/5341/8472 5219/5342/8473 5183/5317/8426 -f 5183/5317/8426 5219/5342/8473 5202/5316/8425 -f 5181/5314/8423 5210/5343/8474 5182/5344/8475 -f 5182/5344/8475 5210/5343/8474 1280/1433/8476 -f 5182/5344/8475 1280/1433/8476 5180/5345/8477 -f 5180/5345/8478 1280/1433/3385 5211/5346/8479 -s 742 -f 5180/5345/8480 5211/5346/8481 5178/5347/8482 -f 5178/5347/8482 5211/5346/8481 5179/5348/8483 -f 5179/5348/8483 5211/5346/8481 1338/1486/8484 -f 5179/5348/8483 1338/1486/8484 5177/5349/8485 -s 14 -f 5177/5349/8486 1338/1486/3454 5212/5350/8487 -s 743 -f 5177/5349/8488 5212/5350/8489 5176/5351/8490 -f 5176/5351/8490 5212/5350/8489 1337/1485/8491 -f 5176/5351/8490 1337/1485/8491 5174/5352/8492 -f 5174/5352/8492 1337/1485/8491 1336/1484/8493 -f 5174/5352/8492 1336/1484/8493 5175/5353/8494 -s 14 -f 5175/5353/8495 1336/1484/3449 5213/5354/8496 -s 744 -f 5175/5353/8497 5213/5354/8498 5173/5355/8499 -f 5173/5355/8499 5213/5354/8498 1339/1483/8500 -f 5173/5355/8499 1339/1483/8500 5171/5356/8501 -s 14 -f 5171/5356/8502 1339/1483/3447 5214/5357/8503 -s 745 -f 5171/5356/8504 5214/5357/8505 5172/5358/8506 -f 5172/5358/8506 5214/5357/8505 1318/1464/8507 -f 5172/5358/8506 1318/1464/8507 5169/5359/8508 -s 14 -f 5169/5359/8509 1318/1464/3425 5215/5360/8510 -s 746 -f 5169/5359/8511 5215/5360/8512 5170/5361/8513 -f 5170/5361/8513 5215/5360/8512 1325/1471/8514 -f 5170/5361/8513 1325/1471/8514 5168/5362/8515 -f 5168/5362/8515 1325/1471/8514 1326/1472/8516 -f 5168/5362/8515 1326/1472/8516 5167/5363/8517 -s 14 -f 5167/5363/8518 1326/1472/3434 5216/5364/8519 -s 747 -f 5167/5363/8520 5216/5364/8521 5166/5365/8522 -f 5166/5365/8522 5216/5364/8521 5165/5366/8523 -f 5165/5366/8523 5216/5364/8521 5217/1421/8524 -f 5165/5366/8523 5217/1421/8524 5201/5318/8525 -s 14 -f 5201/5318/8526 5217/1421/3363 5203/5319/8527 -f 5219/5342/8473 5218/5367/8528 5202/5316/8425 -f 5202/5316/8425 5218/5367/8528 5181/5314/8423 -f 5181/5314/8423 5218/5367/8528 5210/5343/8474 -f 5203/5319/8527 5217/1421/3363 1269/1422/3366 -f 5204/5323/8435 1286/1439/3393 1273/1426/3372 -f 5205/5326/8442 1273/1426/3372 1274/1427/3375 -f 5206/5329/8449 1274/1427/3375 1275/1428/3378 -f 5206/5329/8449 1275/1428/3378 1260/1411/3349 -f 5207/5333/8457 1260/1411/3349 1259/1410/3347 -f 5208/5337/8466 1255/1406/3339 5209/5339/8529 -f 5209/5339/8529 1255/1406/3339 1254/1405/3338 -f 5209/5339/8529 1254/1405/3338 5219/5342/8473 -f 5218/5367/8528 1258/1409/3346 5210/5343/8530 -f 5210/5343/8530 1258/1409/3346 1257/1408/3345 -f 5210/5343/8530 1257/1408/3345 1280/1433/3385 -f 5211/5346/8479 1280/1433/3385 1279/1432/3384 -f 5211/5346/8479 1279/1432/3384 1338/1486/3454 -f 5212/5350/8487 1338/1486/3454 1337/1485/3452 -f 5213/5354/8496 1336/1484/3449 1339/1483/3447 -f 5214/5357/8503 1339/1483/3447 1318/1464/3425 -f 5215/5360/8510 1318/1464/3425 1325/1471/3433 -f 5216/5364/8519 1326/1472/3434 1266/1420/3361 -f 5216/5364/8519 1266/1420/3361 5217/1421/3363 -f 5219/5342/8473 1265/1417/3357 5218/5367/8528 -f 5218/5367/8528 1265/1417/3357 1258/1409/3346 -f 1254/1405/3338 1265/1417/3357 5219/5342/8473 -s 748 -f 5220/5368/8531 1328/1474/8532 5221/5369/8533 -f 5221/5369/8533 1328/1474/8532 1327/1473/8534 -f 5221/5369/8533 1327/1473/8534 5318/2467/8535 -f 5318/2467/8535 1327/1473/8534 1320/1465/8536 -s 749 -f 1328/1474/8537 5220/5368/8538 1267/1418/8539 -f 1267/1418/8539 5220/5368/8538 5222/5370/8540 -f 1267/1418/8539 5222/5370/8540 1268/1419/8541 -f 1268/1419/8541 5222/5370/8540 5223/5371/8542 -f 1268/1419/8541 5223/5371/8542 1281/1434/8543 -f 1281/1434/8543 5223/5371/8542 5224/5372/8544 -f 1281/1434/8543 5224/5372/8544 1282/1435/8545 -f 1282/1435/8545 5224/5372/8544 5225/5373/8546 -f 1282/1435/8545 5225/5373/8546 1283/1436/8547 -f 1283/1436/8547 5225/5373/8546 5226/5374/8548 -f 1283/1436/8547 5226/5374/8548 1284/1437/8549 -f 1284/1437/8549 5226/5374/8548 5227/1403/8550 -f 1284/1437/8549 5227/1403/8550 1253/1404/8551 -s 750 -f 1250/1400/8552 1249/1399/8553 5228/5375/8554 -f 1250/1400/8552 5228/5375/8554 1304/1456/8555 -f 1304/1456/8555 5228/5375/8554 5229/5376/8556 -f 1304/1456/8555 5229/5376/8556 1303/1454/8557 -f 1303/1454/8557 5229/5376/8556 5230/5377/8558 -f 1303/1454/8557 5230/5377/8558 1302/1455/8559 -f 1302/1455/8559 5230/5377/8558 5231/5378/8560 -f 1302/1455/8559 5231/5378/8560 5232/5379/8561 -f 1302/1455/8559 5232/5379/8561 1296/1457/8562 -f 1296/1457/8562 5232/5379/8561 5233/5380/8563 -f 1296/1457/8562 5233/5380/8563 1305/1440/8564 -f 1305/1440/8564 5233/5380/8563 5234/5381/8565 -f 1305/1440/8564 5234/5381/8565 1287/1398/8566 -f 1287/1398/8566 5234/5381/8565 5235/1397/8567 -s 751 -f 1246/1394/8568 1245/1393/8569 1270/1423/8570 -f 1270/1423/8570 1245/1393/8569 5236/5382/8571 -f 1270/1423/8570 5236/5382/8571 1285/1438/8572 -f 1285/1438/8572 5236/5382/8571 5237/5383/8573 -f 1285/1438/8572 5237/5383/8573 1272/1425/8574 -f 1272/1425/8574 5237/5383/8573 5238/5384/8575 -f 1272/1425/8574 5238/5384/8575 1271/1424/8576 -f 1271/1424/8576 5238/5384/8575 1297/1448/8577 -f 1297/1448/8577 5238/5384/8575 5239/5385/8578 -f 1297/1448/8577 5239/5385/8578 1306/1458/8579 -f 1306/1458/8579 5239/5385/8578 5240/5386/8580 -f 1306/1458/8579 5240/5386/8580 1307/1459/8581 -f 1307/1459/8581 5240/5386/8580 5241/1391/8582 -f 1307/1459/8581 5241/1391/8582 1244/1392/8583 -s 752 -f 1241/1388/8584 1240/1387/8585 1299/1451/8586 -f 1299/1451/8586 1240/1387/8585 5242/5387/8587 -f 1299/1451/8586 5242/5387/8587 1298/1449/8588 -f 1298/1449/8588 5242/5387/8587 5243/5388/8589 -f 1298/1449/8588 5243/5388/8589 1308/1460/8590 -f 1308/1460/8590 5243/5388/8589 5244/5389/8591 -f 1308/1460/8590 5244/5389/8591 1309/1450/8592 -f 1309/1450/8592 5244/5389/8591 5245/5390/8593 -f 1309/1450/8592 5245/5390/8593 5246/5391/8594 -f 1309/1450/8592 5246/5391/8594 1288/1441/8595 -f 1288/1441/8595 5246/5391/8594 5247/5392/8596 -f 1288/1441/8595 5247/5392/8596 1289/1442/8597 -f 1289/1442/8597 5247/5392/8596 1300/1386/8598 -f 1300/1386/8598 5247/5392/8596 5248/1385/8599 -s 753 -f 1237/1382/8600 1236/1381/8601 5249/5393/8602 -f 1237/1382/8600 5249/5393/8602 1290/1443/8603 -f 1290/1443/8603 5249/5393/8602 1291/1444/8604 -f 1291/1444/8604 5249/5393/8602 5250/5394/8605 -f 1291/1444/8604 5250/5394/8605 1292/1445/8606 -f 1292/1445/8606 5250/5394/8605 5251/5395/8607 -f 1292/1445/8606 5251/5395/8607 5252/5396/8608 -f 1292/1445/8606 5252/5396/8608 1310/1461/8609 -f 1310/1461/8609 5252/5396/8608 5253/5397/8610 -f 1310/1461/8609 5253/5397/8610 1321/1466/8611 -f 1321/1466/8611 5253/5397/8610 5254/5398/8612 -f 1321/1466/8611 5254/5398/8612 1322/1467/8613 -f 1322/1467/8613 5254/5398/8612 5255/1379/8614 -f 1322/1467/8613 5255/1379/8614 1235/1380/8615 -s 754 -f 1232/1376/8616 5321/1375/8617 5256/5399/8618 -f 1232/1376/8616 5256/5399/8618 1276/1412/8619 -f 1276/1412/8619 5256/5399/8618 5257/5400/8620 -f 1276/1412/8619 5257/5400/8620 1261/1413/8621 -f 1261/1413/8621 5257/5400/8620 5258/5401/8622 -f 1261/1413/8621 5258/5401/8622 1293/1414/8623 -f 1293/1414/8623 5258/5401/8622 1294/1415/8624 -f 1294/1415/8624 5258/5401/8622 5259/5402/8625 -f 1294/1415/8624 5259/5402/8625 1262/1416/8626 -f 1262/1416/8626 5259/5402/8625 5260/5403/8627 -f 1262/1416/8626 5260/5403/8627 1263/1407/8628 -f 1263/1407/8628 5260/5403/8627 5261/5404/8629 -f 1263/1407/8628 5261/5404/8629 1256/1374/8630 -f 1256/1374/8630 5261/5404/8629 5262/1373/8631 -s 755 -f 1229/1370/8632 5320/1369/8633 5263/5405/8634 -f 1229/1370/8632 5263/5405/8634 1311/1462/8635 -f 1311/1462/8635 5263/5405/8634 5264/5406/8636 -f 1311/1462/8635 5264/5406/8636 1312/1463/8637 -f 1312/1463/8637 5264/5406/8636 5265/5407/8638 -f 1312/1463/8637 5265/5407/8638 1313/1446/8639 -f 1313/1446/8639 5265/5407/8638 5266/5408/8640 -f 1313/1446/8639 5266/5408/8640 1295/1430/8641 -f 1295/1430/8641 5266/5408/8640 5267/5409/8642 -f 1295/1430/8641 5267/5409/8642 1277/1429/8643 -f 1277/1429/8643 5267/5409/8642 5268/5410/8644 -f 1277/1429/8643 5268/5410/8644 1278/1431/8645 -f 1278/1431/8645 5268/5410/8644 1264/1368/8646 -f 1264/1368/8646 5268/5410/8644 5269/1367/8647 -s 756 -f 1226/1364/8648 1225/1363/8649 5270/5411/8650 -f 1226/1364/8648 5270/5411/8650 1324/1470/8651 -f 1324/1470/8651 5270/5411/8650 1340/1487/8652 -f 1340/1487/8652 5270/5411/8650 5271/5412/8653 -f 1340/1487/8652 5271/5412/8653 1352/1468/8654 -f 1352/1468/8654 5271/5412/8653 5272/5413/8655 -f 1352/1468/8654 5272/5413/8655 5273/5414/8656 -f 1352/1468/8654 5273/5414/8656 1333/1478/8657 -f 1333/1478/8657 5273/5414/8656 5274/5415/8658 -f 1333/1478/8657 5274/5415/8658 1332/1469/8659 -f 1332/1469/8659 5274/5415/8658 5275/5416/8660 -f 1332/1469/8659 5275/5416/8660 1323/1362/8661 -f 1323/1362/8661 5275/5416/8660 5276/1361/8662 -s 757 -f 1222/1358/8663 1221/1357/8664 5277/5417/8665 -f 1222/1358/8663 5277/5417/8665 1314/1479/8666 -f 1314/1479/8666 5277/5417/8665 1345/1490/8667 -f 1345/1490/8667 5277/5417/8665 5278/5418/8668 -f 1345/1490/8667 5278/5418/8668 1346/1491/8669 -f 1346/1491/8669 5278/5418/8668 5279/5419/8670 -f 1346/1491/8669 5279/5419/8670 1353/1494/8671 -f 1353/1494/8671 5279/5419/8670 5280/5420/8672 -f 1353/1494/8671 5280/5420/8672 1348/1492/8673 -f 1348/1492/8673 5280/5420/8672 5281/5421/8674 -f 1348/1492/8673 5281/5421/8674 1347/1493/8675 -f 1347/1493/8675 5281/5421/8674 5282/5422/8676 -f 1347/1493/8675 5282/5422/8676 1315/1356/8677 -f 1315/1356/8677 5282/5422/8676 5283/1355/8678 -s 758 -f 1218/1352/8679 1217/1351/8680 1334/1481/8681 -f 1334/1481/8681 1217/1351/8680 5284/5423/8682 -f 1334/1481/8681 5284/5423/8682 1335/1482/8683 -f 1335/1482/8683 5284/5423/8682 5285/5424/8684 -f 1335/1482/8683 5285/5424/8684 5286/5425/8685 -f 1335/1482/8683 5286/5425/8685 1341/1488/8686 -f 1341/1488/8686 5286/5425/8685 5287/5426/8687 -f 1341/1488/8686 5287/5426/8687 1354/1502/8688 -f 1354/1502/8688 5287/5426/8687 5288/5427/8689 -f 1354/1502/8688 5288/5427/8689 1355/1503/8690 -f 1355/1503/8690 5288/5427/8689 5289/5428/8691 -f 1355/1503/8690 5289/5428/8691 1360/1489/8692 -f 1360/1489/8692 5289/5428/8691 5290/5429/8693 -f 1360/1489/8692 5290/5429/8693 1342/1480/8694 -f 1342/1480/8694 5290/5429/8693 5291/1349/8695 -f 1342/1480/8694 5291/1349/8695 1216/1350/8696 -s 759 -f 1213/1346/8697 1212/1345/8698 5292/5430/8699 -f 1213/1346/8697 5292/5430/8699 1349/1495/8700 -f 1349/1495/8700 5292/5430/8699 5293/5431/8701 -f 1349/1495/8700 5293/5431/8701 1350/1496/8702 -f 1350/1496/8702 5293/5431/8701 5294/5432/8703 -f 1350/1496/8702 5294/5432/8703 1351/1498/8704 -f 1351/1498/8704 5294/5432/8703 5295/5433/8705 -f 1351/1498/8704 5295/5433/8705 1361/1508/8706 -f 1361/1508/8706 5295/5433/8705 5296/5434/8707 -f 1361/1508/8706 5296/5434/8707 1362/1497/8708 -f 1362/1497/8708 5296/5434/8707 5297/5435/8709 -f 1362/1497/8708 5297/5435/8709 1316/1344/8710 -f 1316/1344/8710 5297/5435/8709 5298/1343/8711 -s 760 -f 1209/1340/8712 1208/1339/8713 5299/5436/8714 -f 1209/1340/8712 5299/5436/8714 1363/1509/8715 -f 1363/1509/8715 5299/5436/8714 5300/5437/8716 -f 1363/1509/8715 5300/5437/8716 1356/1504/8717 -f 1356/1504/8717 5300/5437/8716 5301/5438/8718 -f 1356/1504/8717 5301/5438/8718 1357/1505/8719 -f 1357/1505/8719 5301/5438/8718 5302/5439/8720 -f 1357/1505/8719 5302/5439/8720 1343/1506/8721 -f 1343/1506/8721 5302/5439/8720 5303/5440/8722 -f 1343/1506/8721 5303/5440/8722 1358/1507/8723 -f 1358/1507/8723 5303/5440/8722 5304/5441/8724 -f 1358/1507/8723 5304/5441/8724 1364/1510/8725 -f 1364/1510/8725 5304/5441/8724 5305/1337/8726 -f 1364/1510/8725 5305/1337/8726 1207/1338/8727 -s 761 -f 1204/1334/8728 2174/1333/8729 1359/1501/8730 -f 1359/1501/8730 2174/1333/8729 5306/5442/8731 -f 1359/1501/8730 5306/5442/8731 1344/1499/8732 -f 1344/1499/8732 5306/5442/8731 5307/5443/8733 -f 1344/1499/8732 5307/5443/8733 1365/1511/8734 -f 1365/1511/8734 5307/5443/8733 5308/5444/8735 -f 1365/1511/8734 5308/5444/8735 5309/5445/8736 -f 1365/1511/8734 5309/5445/8736 1366/1512/8737 -f 1366/1512/8737 5309/5445/8736 5310/5446/8738 -f 1366/1512/8737 5310/5446/8738 1367/1500/8739 -f 1367/1500/8739 5310/5446/8738 5311/5447/8740 -f 1367/1500/8739 5311/5447/8740 1317/1447/8741 -f 1317/1447/8741 5311/5447/8740 5312/1331/8742 -f 1317/1447/8741 5312/1331/8742 1203/1332/8743 -s 762 -f 1200/1328/8744 2177/1327/8745 5313/5448/8746 -f 1200/1328/8744 5313/5448/8746 1330/1475/8747 -f 1330/1475/8747 5313/5448/8746 5314/5449/8748 -f 1330/1475/8747 5314/5449/8748 1331/1477/8749 -f 1331/1477/8749 5314/5449/8748 5315/5450/8750 -f 1331/1477/8749 5315/5450/8750 1329/1476/8751 -f 1329/1476/8751 5315/5450/8750 5316/5451/8752 -f 1329/1476/8751 5316/5451/8752 1319/1452/8753 -f 1319/1452/8753 5316/5451/8752 5317/5452/8754 -f 1319/1452/8753 5317/5452/8754 1301/1453/8755 -f 1301/1453/8755 5317/5452/8754 1320/1465/8756 -f 1320/1465/8756 5317/5452/8754 5318/2467/8757 -s 763 -f 2199/2494/8758 1221/1357/8759 1223/1359/8760 -f 2199/2494/8758 1223/1359/8760 5276/1361/8761 -s 764 -f 5283/1355/8762 5282/5422/8763 2187/2480/8764 -f 5282/5422/8763 5281/5421/8765 2187/2480/8764 -f 5281/5421/8765 5280/5420/8766 2187/2480/8764 -f 2187/2480/8764 5280/5420/8766 2194/2491/8767 -f 2194/2491/8767 5280/5420/8766 5279/5419/8768 -f 2194/2491/8767 5279/5419/8768 5278/5418/8769 -f 2194/2491/8767 5278/5418/8769 2189/2483/8770 -f 2189/2483/8770 5278/5418/8769 5277/5417/8771 -f 2189/2483/8770 5277/5417/8771 2199/2494/8772 -f 2199/2494/8772 5277/5417/8771 1221/1357/8773 -s 756 -f 5276/1361/8774 5275/5416/8775 2200/2481/8776 -f 5275/5416/8775 5274/5415/8658 2200/2481/8776 -f 2200/2481/8776 5274/5415/8658 2188/2482/8777 -f 5274/5415/8658 5273/5414/8656 2188/2482/8777 -s 766 -f 2188/2482/8778 5273/5414/8779 5272/5413/8780 -f 2188/2482/8778 5272/5413/8780 5271/5412/8781 -f 2188/2482/8778 5271/5412/8781 2198/2485/8782 -f 2198/2485/8782 5271/5412/8781 5270/5411/8783 -f 2198/2485/8782 5270/5411/8783 5319/2486/8784 -f 5319/2486/8784 5270/5411/8783 1225/1363/8785 -s 767 -f 2185/2479/8786 1217/1351/8787 1219/1353/8788 -f 2185/2479/8786 1219/1353/8788 5283/1355/8789 -s 768 -f 5319/2486/8790 1225/1363/8791 1227/1365/8792 -f 5319/2486/8790 1227/1365/8792 5269/1367/8793 -s 769 -f 5291/1349/8794 5290/5429/8795 2196/2475/8796 -f 5290/5429/8795 5289/5428/8797 2196/2475/8796 -f 2196/2475/8796 5289/5428/8797 2184/2476/8798 -f 5289/5428/8797 5288/5427/8799 2184/2476/8798 -f 2184/2476/8798 5288/5427/8799 5287/5426/8800 -f 2184/2476/8798 5287/5426/8800 5286/5425/8801 -f 2184/2476/8798 5286/5425/8801 2193/2490/8802 -f 2193/2490/8802 5286/5425/8801 5285/5424/8803 -f 2193/2490/8802 5285/5424/8803 5284/5423/8804 -f 2193/2490/8802 5284/5423/8804 2185/2479/8805 -f 2185/2479/8805 5284/5423/8804 1217/1351/8806 -s off -f 5269/1367/8807 5268/5410/8808 2192/2472/8809 -s 770 -f 5268/5410/8810 5267/5409/8811 2192/2472/8812 -f 2192/2472/8812 5267/5409/8811 2179/2473/8813 -f 2179/2473/8813 5267/5409/8811 5266/5408/8814 -f 2179/2473/8813 5266/5408/8814 5265/5407/8815 -f 2179/2473/8813 5265/5407/8815 5264/5406/8816 -f 2179/2473/8813 5264/5406/8816 2180/2474/8817 -f 2180/2474/8817 5264/5406/8816 5263/5405/8818 -f 2180/2474/8817 5263/5405/8818 5320/1369/8819 -s 229 -f 2182/2487/8820 1212/1345/8821 1214/1347/8822 -f 2182/2487/8820 1214/1347/8822 2183/2488/4566 -f 2183/2488/4566 1214/1347/8822 5291/1349/4567 -s 772 -f 2190/2492/8823 5320/1369/8824 1230/1371/8825 -f 2190/2492/8823 1230/1371/8825 5262/1373/8826 -s 773 -f 2202/2495/8827 5298/1343/8828 5297/5435/8829 -f 2202/2495/8827 5297/5435/8829 2203/2496/8830 -f 5297/5435/8829 5296/5434/8831 2203/2496/8830 -f 5296/5434/8831 5295/5433/8832 2203/2496/8830 -f 2203/2496/8830 5295/5433/8832 5294/5432/8833 -f 2203/2496/8830 5294/5432/8833 2097/2389/8834 -f 2097/2389/8834 5294/5432/8833 5293/5431/8835 -f 2097/2389/8834 5293/5431/8835 5292/5430/8836 -f 2097/2389/8834 5292/5430/8836 2201/2489/8837 -f 2201/2489/8837 5292/5430/8836 2182/2487/8838 -f 2182/2487/8838 5292/5430/8836 1212/1345/8839 -s 774 -f 2190/2492/8840 5262/1373/8841 5261/5404/8842 -f 2190/2492/8840 5261/5404/8842 2181/2477/8843 -f 5261/5404/8842 5260/5403/8844 2181/2477/8843 -f 5260/5403/8844 5259/5402/8845 2181/2477/8843 -f 2181/2477/8843 5259/5402/8845 2186/2478/8846 -f 2186/2478/8846 5259/5402/8845 5258/5401/8847 -f 2186/2478/8846 5258/5401/8847 5257/5400/8848 -f 2186/2478/8846 5257/5400/8848 2191/2484/8849 -f 2191/2484/8849 5257/5400/8848 5256/5399/8850 -s off -f 2191/2484/8851 5256/5399/8852 5321/1375/8853 -s 775 -f 2206/2499/8854 1208/1339/8855 1210/1341/8856 -f 1210/1341/8856 5298/1343/8857 2202/2495/8858 -f 2206/2499/8854 1210/1341/8856 2202/2495/8858 -s 776 -f 2197/2493/8859 5321/1375/8860 1233/1377/8861 -f 2197/2493/8859 1233/1377/8861 5255/1379/8862 -s 777 -f 2167/2463/8863 5305/1337/8864 5304/5441/8865 -f 2167/2463/8863 5304/5441/8865 2166/2461/8866 -f 5304/5441/8865 5303/5440/8867 2166/2461/8866 -f 5303/5440/8867 5302/5439/8868 2166/2461/8866 -f 2166/2461/8866 5302/5439/8868 2204/2497/8869 -f 2204/2497/8869 5302/5439/8868 5301/5438/8870 -f 2204/2497/8869 5301/5438/8870 5300/5437/8871 -f 2204/2497/8869 5300/5437/8871 2205/2498/8872 -f 2205/2498/8872 5300/5437/8871 5299/5436/8873 -f 2205/2498/8872 5299/5436/8873 2206/2499/8874 -f 2206/2499/8874 5299/5436/8873 1208/1339/8875 -s 753 -f 2197/2493/8876 5255/1379/8877 5254/5398/8878 -f 2197/2493/8876 5254/5398/8878 2195/2469/8879 -f 5254/5398/8878 5253/5397/8880 2195/2469/8879 -f 5251/5395/8607 2178/2470/8881 5252/5396/8608 -f 5252/5396/8608 2178/2470/8881 2195/2469/8879 -f 5252/5396/8608 2195/2469/8879 5253/5397/8880 -s 779 -f 2178/2470/8882 5251/5395/8883 5250/5394/8884 -f 2178/2470/8882 5250/5394/8884 5249/5393/8885 -f 2178/2470/8882 5249/5393/8885 5322/2471/8886 -f 5322/2471/8886 5249/5393/8885 1236/1381/8887 -s 780 -f 1205/1335/8888 5305/1337/8889 2167/2463/8890 -f 2174/1333/8891 1205/1335/8888 2167/2463/8890 -s 781 -f 5322/2471/8892 1236/1381/8893 1238/1383/8894 -f 2153/2443/8895 5322/2471/8892 1238/1383/8894 -f 2153/2443/8895 1238/1383/8894 5248/1385/8896 -s 782 -f 2171/2468/8897 5312/1331/8898 5311/5447/8899 -f 2171/2468/8897 5311/5447/8899 2164/2453/8900 -f 5311/5447/8899 5310/5446/8901 2164/2453/8900 -f 2164/2453/8900 5310/5446/8901 2165/2454/8902 -f 5310/5446/8901 5309/5445/8903 2165/2454/8902 -f 2165/2454/8902 5309/5445/8903 5308/5444/8904 -f 2165/2454/8902 5308/5444/8904 5307/5443/8905 -s 761 -f 2165/2454/8906 5307/5443/8733 5306/5442/8731 -s off -f 2165/2454/8907 5306/5442/8908 2173/2462/8909 -f 2173/2462/8910 5306/5442/8911 2174/1333/8912 -s 783 -f 2153/2443/8913 5248/1385/8914 5247/5392/8915 -f 2153/2443/8913 5247/5392/8915 2154/2444/8916 -f 5247/5392/8915 5246/5391/8917 2154/2444/8916 -f 2154/2444/8916 5246/5391/8917 2158/2448/8918 -f 5246/5391/8917 5245/5390/8919 2158/2448/8918 -f 2158/2448/8918 5245/5390/8919 5244/5389/8920 -f 2158/2448/8918 5244/5389/8920 2160/2449/8921 -f 2160/2449/8921 5244/5389/8920 5243/5388/8922 -f 2160/2449/8921 5243/5388/8922 5242/5387/8923 -f 2160/2449/8921 5242/5387/8923 5323/2464/8924 -f 5323/2464/8924 5242/5387/8923 1240/1387/8925 -s 784 -f 1201/1329/8926 5312/1331/8927 2171/2468/8928 -f 2177/1327/8929 1201/1329/8926 2171/2468/8928 -s 785 -f 5323/2464/8930 1240/1387/8931 1242/1389/8932 -f 2159/2455/8933 5323/2464/8930 1242/1389/8932 -f 2159/2455/8933 1242/1389/8932 5241/1391/8934 -s off -f 5318/2467/8935 5317/5452/8936 2175/2459/8937 -s 786 -f 5317/5452/8938 5316/5451/8939 2175/2459/8940 -f 2175/2459/8940 5316/5451/8939 2170/2457/8941 -f 2170/2457/8941 5316/5451/8939 5315/5450/8942 -f 2170/2457/8941 5315/5450/8942 5314/5449/8943 -f 2170/2457/8941 5314/5449/8943 2169/2458/8944 -f 2169/2458/8944 5314/5449/8943 5313/5448/8945 -f 2169/2458/8944 5313/5448/8945 2177/1327/8946 -s 787 -f 2159/2455/8947 5241/1391/8948 5240/5386/8949 -f 2159/2455/8947 5240/5386/8949 2168/2456/8950 -f 5240/5386/8949 5239/5385/8951 2168/2456/8950 -f 2168/2456/8950 5239/5385/8951 2155/2441/8952 -f 2155/2441/8952 5239/5385/8951 5238/5384/8953 -f 2155/2441/8952 5238/5384/8953 5237/5383/8954 -f 2155/2441/8952 5237/5383/8954 2152/2442/8955 -f 2152/2442/8955 5237/5383/8954 5236/5382/8956 -f 2152/2442/8955 5236/5382/8956 5324/2445/8957 -f 5324/2445/8957 5236/5382/8956 1245/1393/8958 -s 788 -f 2161/2466/8959 5220/5368/8960 5221/5369/8961 -f 2161/2466/8959 5221/5369/8961 5318/2467/8962 -s 789 -f 5324/2445/8963 1245/1393/8964 1247/1395/8965 -f 5324/2445/8963 1247/1395/8965 5235/1397/8966 -s 790 -f 5227/1403/8967 5226/5374/8968 2172/2452/8969 -f 2172/2452/8969 5226/5374/8968 2162/2450/8970 -f 5226/5374/8968 5225/5373/8971 2162/2450/8970 -f 2162/2450/8970 5225/5373/8971 5224/5372/8972 -f 2162/2450/8970 5224/5372/8972 2176/2465/8973 -f 2176/2465/8973 5224/5372/8972 5223/5371/8974 -f 2176/2465/8973 5223/5371/8974 5222/5370/8975 -f 2176/2465/8973 5222/5370/8975 2161/2466/8976 -f 2161/2466/8976 5222/5370/8975 5220/5368/8977 -s 791 -f 5235/1397/8978 5234/5381/8979 2156/2446/8980 -f 5234/5381/8979 5233/5380/8981 2156/2446/8980 -f 2156/2446/8980 5233/5380/8981 2157/2447/8982 -f 5233/5380/8981 5232/5379/8983 2157/2447/8982 -f 2157/2447/8982 5232/5379/8983 5231/5378/8984 -f 2157/2447/8982 5231/5378/8984 5230/5377/8985 -f 2157/2447/8982 5230/5377/8985 5229/5376/8986 -f 2157/2447/8982 5229/5376/8986 2163/2451/8987 -f 2163/2451/8987 5229/5376/8986 5228/5375/8988 -f 2163/2451/8987 5228/5375/8988 5325/2460/8989 -f 5325/2460/8989 5228/5375/8988 1249/1399/8990 -s 792 -f 5325/2460/8991 1249/1399/8992 1251/1401/8993 -f 5325/2460/8991 1251/1401/8993 5227/1403/8994 -s 793 -f 2602/2909/8995 2595/2901/8996 5184/5315/8997 -f 2596/2903/8998 5183/5317/8999 2595/2901/8996 -f 2595/2901/8996 5183/5317/8999 5184/5315/8997 -f 2598/2905/9000 5185/5341/9001 2596/2903/8998 -f 2596/2903/8998 5185/5341/9001 5183/5317/8999 -f 2599/2906/9002 5186/5340/9003 2598/2905/9000 -f 2598/2905/9000 5186/5340/9003 5185/5341/9001 -f 2621/2928/9004 5188/5338/9005 2599/2906/9002 -f 2599/2906/9002 5188/5338/9005 5186/5340/9003 -f 2622/2929/9006 5189/5336/9007 2621/2928/9004 -f 2621/2928/9004 5189/5336/9007 5188/5338/9005 -f 2624/2931/9008 5187/5335/9009 2622/2929/9006 -f 2622/2929/9006 5187/5335/9009 5189/5336/9007 -f 2625/2932/9010 5190/5334/9011 2624/2931/9008 -f 2624/2931/9008 5190/5334/9011 5187/5335/9009 -f 2627/2933/9012 5191/5332/9013 2625/2932/9010 -f 2625/2932/9010 5191/5332/9013 5190/5334/9011 -f 2617/2923/9014 5193/5331/9015 2627/2933/9012 -f 2627/2933/9012 5193/5331/9015 5191/5332/9013 -f 2618/2925/9016 5192/5330/9017 2617/2923/9014 -f 2617/2923/9014 5192/5330/9017 5193/5331/9015 -f 2620/2927/9018 5194/5328/9019 2618/2925/9016 -f 2618/2925/9016 5194/5328/9019 5192/5330/9017 -f 2607/2914/9020 5195/5327/9021 2620/2927/9018 -f 2620/2927/9018 5195/5327/9021 5194/5328/9019 -f 2609/2916/9022 5196/5325/9023 2607/2914/9020 -f 2607/2914/9020 5196/5325/9023 5195/5327/9021 -f 2610/2917/9024 5198/5324/9025 2609/2916/9022 -f 2609/2916/9022 5198/5324/9025 5196/5325/9023 -f 2611/2918/9026 5197/5322/9027 2610/2917/9024 -f 2610/2917/9024 5197/5322/9027 5198/5324/9025 -f 2613/2920/9028 5199/5321/9029 2611/2918/9026 -f 2611/2918/9026 5199/5321/9029 5197/5322/9027 -f 2614/2921/9030 5200/5320/9031 2613/2920/9028 -f 2613/2920/9028 5200/5320/9031 5199/5321/9029 -f 2615/2922/9032 5201/5318/9033 2614/2921/9030 -f 2614/2921/9030 5201/5318/9033 5200/5320/9031 -f 2604/2910/9034 5165/5366/9035 2615/2922/9032 -f 2615/2922/9032 5165/5366/9035 5201/5318/9033 -f 2605/2912/9036 5166/5365/9037 2604/2910/9034 -f 2604/2910/9034 5166/5365/9037 5165/5366/9035 -f 2606/2913/9038 5167/5363/9039 2605/2912/9036 -f 2605/2912/9036 5167/5363/9039 5166/5365/9037 -f 2586/2893/9040 5168/5362/9041 2606/2913/9038 -f 2606/2913/9038 5168/5362/9041 5167/5363/9039 -f 2588/2895/9042 5170/5361/9043 2586/2893/9040 -f 2586/2893/9040 5170/5361/9043 5168/5362/9041 -f 2589/2896/9044 5169/5359/9045 2588/2895/9042 -f 2588/2895/9042 5169/5359/9045 5170/5361/9043 -f 2581/2888/9046 5172/5358/9047 2589/2896/9044 -f 2589/2896/9044 5172/5358/9047 5169/5359/9045 -f 2582/2890/9048 5171/5356/9049 2581/2888/9046 -f 2581/2888/9046 5171/5356/9049 5172/5358/9047 -f 2584/2892/9050 5173/5355/9051 2582/2890/9048 -f 2582/2890/9048 5173/5355/9051 5171/5356/9049 -f 2577/2883/9052 5175/5353/9053 2584/2892/9050 -f 2584/2892/9050 5175/5353/9053 5173/5355/9051 -f 2578/2885/9054 5174/5352/9055 2577/2883/9052 -f 2577/2883/9052 5174/5352/9055 5175/5353/9053 -f 2579/2886/9056 5176/5351/9057 2578/2885/9054 -f 2578/2885/9054 5176/5351/9057 5174/5352/9055 -f 2580/2887/9058 5177/5349/9059 2579/2886/9056 -f 2579/2886/9056 5177/5349/9059 5176/5351/9057 -f 2592/2898/9060 5179/5348/9061 2580/2887/9058 -f 2580/2887/9058 5179/5348/9061 5177/5349/9059 -f 2593/2899/9062 5178/5347/9063 2592/2898/9060 -f 2592/2898/9060 5178/5347/9063 5179/5348/9061 -f 2594/2900/9064 5180/5345/9065 2593/2899/9062 -f 2593/2899/9062 5180/5345/9065 5178/5347/9063 -f 2601/2908/9066 5182/5344/9067 2594/2900/9064 -f 2594/2900/9064 5182/5344/9067 5180/5345/9065 -f 2602/2909/8995 5184/5315/8997 5181/5314/9068 -f 2602/2909/8995 5181/5314/9068 2601/2908/9066 -f 2601/2908/9066 5181/5314/9068 5182/5344/9067 -v 118.872963 76.432442 94.000000 -v 119.456818 75.579460 86.739998 -v 119.456818 75.579460 94.000000 -v 120.158493 74.820435 94.000000 -v 121.027634 74.127319 94.000000 -v 121.923767 73.612137 86.739998 -v 121.923767 73.612129 94.000000 -v 122.885284 73.232719 94.000000 -v 123.969078 72.985352 86.739998 -v 123.969086 72.985352 94.000000 -v 125.000000 72.909996 86.739998 -v 125.000000 72.909996 94.000000 -v 127.114716 73.232719 86.739998 -v 127.114716 73.232719 94.000000 -v 128.076233 73.612137 86.739998 -v 128.076233 73.612129 94.000000 -v 128.972366 74.127319 94.000000 -v 129.841507 74.820435 86.739998 -v 129.841507 74.820435 94.000000 -v 130.543198 75.579460 86.739998 -v 130.543182 75.579460 94.000000 -v 131.609375 77.434021 86.739998 -v 131.609375 77.434021 94.000000 -v 131.912247 78.422325 86.739998 -v 131.912231 78.422325 94.000000 -v 132.068176 80.555832 86.739998 -v 132.068176 80.555840 94.000000 -v 131.912247 81.577675 86.739998 -v 131.912231 81.577675 94.000000 -v 131.127045 83.567558 94.000000 -v 130.543198 84.420540 86.739998 -v 130.543182 84.420540 94.000000 -v 128.972366 85.872681 94.000000 -v 128.076233 86.387871 86.739998 -v 128.076233 86.387871 94.000000 -v 127.114716 86.767281 94.000000 -v 126.030914 87.014648 86.739998 -v 126.030914 87.014648 94.000000 -v 125.000000 87.089996 86.739998 -v 125.000000 87.089996 94.000000 -v 122.885284 86.767281 86.739998 -v 122.885284 86.767281 94.000000 -v 121.923767 86.387871 86.739998 -v 121.923767 86.387871 94.000000 -v 121.027626 85.872681 94.000000 -v 120.158493 85.179565 86.739998 -v 120.158493 85.179565 94.000000 -v 119.456818 84.420540 86.739998 -v 119.456818 84.420540 94.000000 -v 118.390625 82.565979 86.739998 -v 118.390625 82.565979 94.000000 -v 118.087761 81.577675 86.739998 -v 118.087761 81.577675 94.000000 -v 117.931824 80.555832 94.000000 -v 130.412689 82.446693 94.000000 -v 129.223785 84.048164 94.006721 -v 129.841507 85.179565 94.000000 -v 130.412689 77.553307 94.000000 -v 130.918594 79.496254 94.000000 -v 128.478882 84.703758 94.006721 -v 126.713150 85.594025 94.006721 -v 129.501404 86.015808 94.000000 -v 129.899246 85.638878 94.000000 -v 129.923981 85.450531 94.000000 -v 131.609375 82.565979 94.000000 -v 130.748337 81.496750 94.000000 -v 119.059998 80.000000 94.000000 -v 117.749916 79.498940 94.000000 -v 117.596794 79.611382 94.000000 -v 119.892464 82.853241 94.006721 -v 120.087906 85.355934 94.000000 -v 120.250420 85.879341 94.000000 -v 120.136673 85.727180 94.000000 -v 121.932556 84.981842 94.006721 -v 123.767426 85.719154 94.006721 -v 125.754478 85.891899 94.000000 -v 129.311981 86.030365 94.000000 -v 131.860687 82.954750 94.000000 -v 131.801254 82.774323 94.000000 -v 128.532120 75.224258 94.000000 -v 129.847168 76.723885 94.006721 -v 117.458199 79.858383 94.000000 -v 117.458199 80.141617 94.000000 -v 117.596794 80.388618 94.000000 -v 117.749916 80.501060 94.000000 -v 120.080338 85.545753 94.000000 -v 120.448128 83.675385 94.006721 -v 118.872963 83.567558 94.000000 -v 123.645973 87.346161 94.000000 -v 123.808662 87.248077 94.000000 -v 126.191338 87.248077 94.000000 -v 126.354027 87.346161 94.000000 -v 126.540146 87.384224 94.000000 -v 129.675049 85.938774 94.000000 -v 129.812958 85.808121 94.000000 -v 131.856369 83.144676 94.000000 -v 118.334221 83.466980 94.000000 -v 120.408485 85.984711 94.000000 -v 122.973755 87.131111 94.000000 -v 122.898209 86.956810 94.000000 -v 123.969086 87.014648 94.000000 -v 118.198746 77.225685 94.000000 -v 118.143631 83.144676 94.000000 -v 118.139320 82.954750 94.000000 -v 118.198746 82.774323 94.000000 -v 118.590446 83.587677 94.000000 -v 120.688019 86.030365 94.000000 -v 120.871391 85.980743 94.000000 -v 123.103226 87.270134 94.000000 -v 123.459854 87.384224 94.000000 -v 126.896774 87.270134 94.000000 -v 131.409561 83.587677 94.000000 -v 131.665787 83.466980 94.000000 -v 131.788818 83.322227 94.000000 -v 131.801254 77.225685 94.000000 -v 131.127045 76.432442 94.000000 -v 126.030914 72.985352 94.000000 -v 120.087906 74.644066 94.000000 -v 121.134743 75.608215 94.006721 -v 118.139320 77.045250 94.000000 -v 118.390625 77.434021 94.000000 -v 127.026245 87.131111 94.000000 -v 127.101791 86.956810 94.000000 -v 132.068176 79.444168 94.000000 -v 132.331451 80.451378 94.000000 -v 119.892464 77.146759 94.006721 -v 119.483727 78.050980 94.006721 -v 118.087761 78.422325 94.000000 -v 117.931824 79.444168 94.000000 -v 118.169823 76.763664 94.000000 -v 118.498558 76.437729 94.000000 -v 118.266518 76.600143 94.000000 -v 132.331451 79.548622 94.000000 -v 132.509933 79.768539 94.000000 -v 129.912094 74.644066 94.000000 -v 129.919662 74.454239 94.000000 -v 124.751701 74.154808 94.006721 -v 125.743111 74.196922 94.006721 -v 127.633904 74.775970 94.006721 -v 122.818619 74.571419 94.006721 -v 132.463272 80.314606 94.000000 -v 129.812958 74.191879 94.000000 -v 129.128601 74.019257 94.000000 -v 123.103226 72.729866 94.000000 -v 120.688019 73.969643 94.000000 -v 131.860687 77.045250 94.000000 -v 131.856369 76.855331 94.000000 -v 131.409561 76.412323 94.000000 -v 131.587677 76.478363 94.000000 -v 127.026245 72.868889 94.000000 -v 126.896774 72.729866 94.000000 -v 126.635338 72.620918 94.000000 -v 132.557968 80.047668 94.000000 -v 131.733475 76.600143 94.000000 -v 129.675049 74.061226 94.000000 -v 129.501404 73.984192 94.000000 -v 123.554543 72.626854 94.000000 -v 123.364662 72.620918 94.000000 -v 122.973755 72.868889 94.000000 -v 120.871391 74.019257 94.000000 -v 129.311981 73.969643 94.000000 -v 126.445457 72.626854 94.000000 -v 126.191338 72.751923 94.000000 -v 123.731506 72.695930 94.000000 -v 122.898209 73.043190 94.000000 -v 120.408485 74.015289 94.000000 -v 120.136673 74.272820 94.000000 -v 120.080338 74.454239 94.000000 -v 154.004593 87.599258 89.329727 -v 154.215851 86.751480 89.317108 -v 154.927124 82.089951 89.067673 -v 154.618500 84.691109 87.343567 -v 154.897095 82.482765 87.680992 -v 154.201050 86.877457 88.281067 -v 154.624802 84.691910 89.149216 -v 154.201050 86.877464 87.680992 -v 154.169449 86.965057 87.355309 -v 154.897095 82.482765 88.281067 -v 151.945541 93.156250 89.317108 -v 152.762665 91.368156 88.896599 -v 152.686462 91.552483 88.498337 -v 151.716995 93.612640 89.149216 -v 152.666611 91.599960 87.680992 -v 151.719238 93.614128 87.343567 -v 150.646591 95.564476 87.680992 -v 150.589478 95.638016 87.355309 -v 150.619858 95.608437 88.498337 -v 150.873367 95.156425 89.317108 -v 147.761475 99.542656 88.498337 -v 146.806763 100.602539 89.149216 -v 146.199097 101.198822 89.149216 -v 147.727921 99.581673 87.680992 -v 146.213211 101.213203 87.500000 -v 144.581665 102.727921 87.680992 -v 144.504623 102.780220 87.355309 -v 144.542664 102.761475 88.498337 -v 145.176636 102.182259 89.317108 -v 144.151718 103.088654 89.213837 -v 139.671021 106.167946 89.149223 -v 138.609955 106.711121 89.149216 -v 140.680389 105.575867 88.705231 -v 138.614136 106.719231 87.343567 -v 136.599960 107.666603 87.680992 -v 136.510529 107.692535 87.355309 -v 136.552490 107.686462 88.498337 -v 137.643967 107.189674 89.317108 -v 135.900543 107.931938 89.329727 -v 131.197388 109.338387 89.317108 -v 129.689835 109.612068 89.149216 -v 132.009567 109.169609 88.705231 -v 131.877457 109.201042 87.680992 -v 129.693024 109.630661 87.500000 -v 127.482765 109.897087 87.680992 -v 127.389694 109.894112 87.355309 -v 127.431480 109.901306 88.498337 -v 128.960815 109.723061 89.317108 -v 126.922897 109.936218 89.213837 -v 122.165443 109.865784 89.149216 -v 122.652588 109.908020 88.705231 -v 119.917252 109.551888 89.317108 -v 120.306969 109.630661 87.500000 -v 122.517235 109.897087 87.680992 -v 118.034943 109.169449 87.355309 -v 118.122543 109.201042 87.680992 -v 118.072464 109.189201 88.498337 -v 117.577988 109.065247 89.213837 -v 113.393982 107.648674 89.317108 -v 113.400040 107.666603 88.281067 -v 111.380280 106.730186 87.500000 -v 113.400040 107.666603 87.680992 -v 109.361984 105.589478 87.355309 -v 109.435532 105.646584 87.680992 -v 109.435532 105.646584 88.281067 -v 111.336189 106.691742 89.317108 -v 109.100090 105.439987 89.067673 -v 102.439896 99.753235 89.317108 -v 105.457352 102.761475 88.498337 -v 105.718475 102.983101 89.067673 -v 103.793625 101.206749 89.149216 -v 103.795502 101.204498 87.343567 -v 105.418335 102.727921 87.680992 -v 102.272079 99.581673 87.680992 -v 102.219780 99.504623 87.355309 -v 102.272079 99.581665 88.281067 -v 99.380150 95.608437 88.498337 -v 98.285202 93.612190 89.149216 -v 99.353416 95.564476 87.680992 -v 98.280777 93.614128 87.343567 -v 97.333397 91.599960 87.680992 -v 97.307465 91.510529 87.355309 -v 97.313538 91.552483 88.498337 -v 97.575912 92.127167 89.317108 -v 95.810806 86.927536 88.498337 -v 95.549591 85.641083 89.317108 -v 95.390114 84.689865 89.149216 -v 95.798965 86.877464 87.680992 -v 95.381508 84.691109 87.343567 -v 95.102913 82.482765 87.680992 -v 95.105881 82.389694 87.355309 -v 95.098694 82.431480 88.498337 -v 95.207306 83.397621 89.317108 -v 95.066696 81.735588 89.329727 -v 95.207306 76.602379 89.317108 -v 95.390114 75.310135 89.149216 -v 95.091980 77.652588 88.705231 -v 95.102913 77.517235 87.680992 -v 95.369347 75.306969 87.500000 -v 95.798965 73.122543 87.680992 -v 95.830551 73.034943 87.355309 -v 95.810806 73.072464 88.498337 -v 95.549591 74.358917 89.317108 -v 95.934753 72.577988 89.213837 -v 97.575912 67.872833 89.317108 -v 98.285202 66.387802 89.149216 -v 97.281174 68.525391 88.705231 -v 97.333397 68.400040 87.680992 -v 98.269806 66.380280 87.500000 -v 99.353416 64.435532 87.680992 -v 99.410522 64.361984 87.355309 -v 99.380150 64.391563 88.498337 -v 98.571617 65.833511 89.317108 -v 99.650841 63.959595 89.213837 -v 102.429214 60.237411 89.149223 -v 103.998413 58.597145 89.317108 -v 102.272079 60.418335 88.281067 -v 103.786797 58.786797 87.500000 -v 102.272079 60.418335 87.680992 -v 105.495377 57.219780 87.355309 -v 105.418335 57.272079 87.680992 -v 105.418335 57.272079 88.281067 -v 105.718475 57.016899 89.067673 -v 113.393982 52.351326 89.317108 -v 109.356659 54.418083 89.317108 -v 109.319603 54.424133 88.705231 -v 109.435532 54.353416 87.680992 -v 111.385872 53.280777 87.343567 -v 113.400040 52.333397 88.281067 -v 111.381165 53.271706 89.149216 -v 113.400040 52.333397 87.680992 -v 113.489471 52.307465 87.355309 -v 118.072464 50.810806 88.498337 -v 120.308601 50.381653 89.149216 -v 118.122543 50.798965 87.680992 -v 120.306969 50.369347 87.500000 -v 122.517235 50.102913 87.680992 -v 122.610306 50.105881 87.355309 -v 122.568520 50.098694 88.498337 -v 122.166786 50.148338 89.317108 -v 127.431480 50.098694 88.498337 -v 128.962677 50.262863 89.149216 -v 129.689835 50.387932 89.149216 -v 127.482765 50.102913 87.680992 -v 129.693024 50.369347 87.500000 -v 131.877457 50.798965 87.680992 -v 131.965057 50.830551 87.355309 -v 131.927536 50.810806 88.498337 -v 131.197388 50.661613 89.317108 -v 132.422012 50.934753 89.213837 -v 137.649963 52.797455 89.149223 -v 138.609955 53.288879 89.149216 -v 136.474609 52.281174 88.705231 -v 136.599960 52.333397 87.680992 -v 138.614136 53.280777 87.343567 -v 140.564468 54.353416 87.680992 -v 140.638016 54.410522 87.355309 -v 140.608444 54.380150 88.498337 -v 139.664078 53.844437 89.317108 -v 141.190231 54.763298 89.329727 -v 145.176636 57.817749 89.317108 -v 146.199097 58.801178 89.149216 -v 144.478592 57.183670 88.705231 -v 144.581665 57.272079 87.680992 -v 146.213211 58.786797 87.500000 -v 147.727921 60.418335 87.680992 -v 147.780228 60.495377 87.355309 -v 147.761475 60.457352 88.498337 -v 146.796448 59.407211 89.317108 -v 148.088654 60.848274 89.213837 -v 150.885620 64.836403 89.149216 -v 151.716995 66.387360 89.149216 -v 150.575867 64.319595 88.705231 -v 150.646591 64.435532 87.680992 -v 151.719238 66.385872 87.343567 -v 152.666611 68.400040 87.680992 -v 152.692535 68.489471 87.355309 -v 152.686462 68.447517 88.498337 -v 109.351555 96.856049 86.500000 -v 110.035782 97.466316 86.500000 -v 147.421997 85.123932 86.500000 -v 147.608383 84.226234 86.500000 -v 118.226463 58.020027 86.500000 -v 117.355843 58.307449 86.500000 -v 104.920677 91.216980 93.500000 -v 105.198624 91.700653 90.000000 -v 106.227470 93.288795 90.000000 -v 104.368225 90.165131 89.000000 -v 103.570709 88.301514 93.500000 -v 104.451828 90.333099 89.465477 -v 104.633537 90.686569 89.760506 -v 104.041748 89.473732 93.500000 -v 102.194687 77.176178 93.500000 -v 102.330833 76.112984 93.500000 -v 102.578018 74.876068 89.000000 -v 102.174332 77.173569 86.500000 -v 102.578018 74.876076 86.500000 -v 102.757538 74.145714 89.871269 -v 102.742142 74.204498 93.500000 -v 103.302208 72.333687 93.656433 -v 103.553139 71.691437 90.000000 -v 102.671043 74.484779 89.683372 -v 105.880852 67.214920 89.000000 -v 106.240128 66.720566 93.500000 -v 105.822861 67.302071 89.352852 -v 105.634521 67.591202 89.686447 -v 105.944275 67.120575 93.500000 -v 104.041748 70.526268 93.500000 -v 104.736717 69.118851 90.000000 -v 104.920677 68.783020 93.500000 -v 120.151779 57.504196 93.656433 -v 120.079536 57.532486 90.000000 -v 119.328934 57.710114 89.976044 -v 118.261475 57.996391 93.656433 -v 117.362740 58.326981 93.500000 -v 118.361458 57.978882 89.423409 -v 118.226456 58.020027 89.000000 -v 122.077026 57.174072 93.656433 -v 122.877823 57.098114 90.000000 -v 125.976669 57.008423 93.656433 -v 124.767624 57.001175 90.000000 -v 124.023331 57.008423 93.656433 -v 122.879532 57.118118 93.500000 -v 126.512634 57.049789 89.000000 -v 128.524994 57.289780 93.500000 -v 126.080811 57.025406 89.675400 -v 127.922974 57.174072 93.656433 -v 140.195526 62.734535 93.500000 -v 140.656067 63.151039 89.117355 -v 138.860596 61.645599 86.500000 -v 140.648453 63.143951 86.500000 -v 142.894821 65.550941 93.500000 -v 142.918854 65.580750 90.000000 -v 141.604996 64.085403 93.500000 -v 141.381348 63.855301 89.952637 -v 140.940796 63.420166 89.683372 -v 145.894699 70.386909 86.500000 -v 145.631775 69.834877 86.500000 -v 145.631775 69.834877 89.000000 -v 145.958252 70.526268 93.500000 -v 145.554642 69.679779 89.448402 -v 145.320206 69.225533 89.808174 -v 144.065933 67.113686 93.656433 -v 145.079330 68.783020 93.500000 -v 144.554993 67.892059 90.000000 -v 146.686188 87.662216 93.500000 -v 146.917664 86.972511 90.000000 -v 147.257858 85.795494 93.500000 -v 147.173355 86.109116 89.945610 -v 147.287033 85.682281 89.790253 -v 147.366043 85.362808 89.548706 -v 147.421982 85.123924 89.000000 -v 145.958252 89.473732 93.500000 -v 145.894699 89.613091 90.000000 -v 145.033752 91.298172 90.000000 -v 145.079330 91.216980 93.500000 -v 142.918854 94.419250 86.500000 -v 144.119141 92.785088 86.500000 -v 144.119141 92.785080 89.000000 -v 142.894821 94.449066 93.500000 -v 144.222809 92.628685 89.465477 -v 144.055725 92.879425 93.500000 -v 131.763596 101.983032 89.117355 -v 133.959305 101.168037 93.500000 -v 133.575699 101.341446 93.500000 -v 131.734924 101.991837 93.500000 -v 133.965073 101.180824 86.500000 -v 131.773544 101.979973 86.500000 -v 130.791046 102.259018 89.952637 -v 127.921410 102.813713 93.500000 -v 128.528000 102.727806 90.000000 -v 129.845627 102.483772 93.500000 -v 131.388153 102.095055 89.683372 -v 125.976151 102.979279 93.500000 -v 122.877823 102.901886 86.500000 -v 123.487366 102.950203 86.500000 -v 123.487366 102.950203 89.000000 -v 122.078590 102.813713 93.500000 -v 123.591843 102.956848 89.352852 -v 123.936409 102.975395 89.686447 -v 124.407768 102.992035 89.888107 -v 124.023849 102.979279 93.500000 -v 125.708282 102.989090 90.000000 -v 108.002792 95.494995 90.000000 -v 108.386124 95.923119 93.656433 -v 108.622665 96.148132 89.945610 -v 109.804474 97.265457 93.500000 -v 110.042664 97.457771 93.500000 -v 109.248421 96.759705 89.423409 -v 109.351555 96.856041 89.000000 -v 107.105179 94.449066 93.500000 -v 105.944275 92.879425 93.500000 -v 102.000000 80.000000 86.500000 -v 102.174332 82.826431 86.500000 -v 102.082855 81.950539 93.500000 -v 102.694672 85.610016 86.500000 -v 104.368225 90.165131 86.500000 -v 103.553139 88.308563 86.500000 -v 103.370331 87.733917 86.500000 -v 103.313820 87.662216 93.500000 -v 102.742142 85.795494 93.500000 -v 102.330833 83.887024 93.500000 -v 111.323441 98.491928 93.500000 -v 112.295609 99.172852 86.500000 -v 114.748016 100.588753 86.500000 -v 112.940933 99.585175 93.500000 -v 117.355843 101.692558 86.500000 -v 116.424301 101.341446 93.500000 -v 115.433243 100.878784 86.500000 -v 114.645309 100.537292 93.500000 -v 120.154381 102.483772 93.500000 -v 120.074951 102.466202 86.500000 -v 118.265076 101.991837 93.500000 -v 117.362740 101.673019 93.500000 -v 135.354691 100.537292 93.500000 -v 134.566757 100.881226 86.500000 -v 136.491013 99.902504 93.500000 -v 136.500000 99.918579 86.500000 -v 137.059067 99.585175 93.500000 -v 138.860596 98.354393 86.500000 -v 141.011078 96.511971 86.500000 -v 140.195511 97.265457 93.500000 -v 138.676559 98.491928 93.500000 -v 141.604996 95.914597 93.500000 -v 140.997009 96.497292 93.500000 -v 147.669174 83.887024 93.500000 -v 147.956375 81.415901 86.500000 -v 147.917145 81.950539 93.500000 -v 148.000000 80.000000 93.500000 -v 147.956375 78.584099 86.500000 -v 147.917145 78.049469 93.500000 -v 147.608383 75.773758 86.500000 -v 146.697800 72.333687 93.656433 -v 146.899139 73.033165 93.500000 -v 146.917664 73.027489 86.500000 -v 147.257858 74.204506 93.500000 -v 147.669174 76.112984 93.500000 -v 138.676559 61.508064 93.500000 -v 136.500000 60.081413 86.500000 -v 131.734924 58.008163 93.500000 -v 131.294250 57.878006 86.500000 -v 133.575699 58.658554 93.500000 -v 133.965073 58.819168 86.500000 -v 134.566757 59.118774 86.500000 -v 135.354691 59.462708 93.500000 -v 137.059067 60.414825 93.500000 -v 129.845627 57.516228 93.500000 -v 129.727615 57.534912 86.500000 -v 128.528000 57.272194 86.500000 -v 116.424301 58.658554 93.500000 -v 115.433243 59.121216 86.500000 -v 114.748016 59.411240 86.500000 -v 114.645309 59.462708 93.500000 -v 112.295609 60.827148 86.500000 -v 112.934479 60.404343 93.656433 -v 110.035782 62.533691 86.500000 -v 111.323441 61.508064 93.500000 -v 108.598412 63.927444 86.500000 -v 109.804482 62.734535 93.500000 -v 105.880852 67.214920 86.500000 -v 106.227470 66.711197 86.500000 -v 107.597580 65.008553 86.500000 -v 107.105179 65.550941 93.500000 -v 108.002792 64.505005 86.500000 -v 108.015717 64.516373 93.500000 -v 108.395004 64.085403 93.500000 -v 102.082855 78.049469 93.500000 -v 102.000000 80.000000 93.500000 -v 113.666489 83.943558 86.500000 -v 113.172607 82.028015 86.500000 -v 115.918030 72.156677 86.500000 -v 117.071907 70.991928 86.500000 -v 127.251534 68.213120 86.500000 -v 128.513870 68.526001 86.500000 -v 136.333511 76.056442 86.500000 -v 136.612793 76.976265 86.500000 -v 133.663467 88.303268 86.500000 -v 122.748466 91.786880 89.000000 -v 122.471848 91.730659 92.263931 -v 124.490707 91.989189 90.000000 -v 123.477303 91.890991 92.417870 -v 123.568497 91.913879 89.947769 -v 123.004112 91.832855 89.629448 -v 122.748466 91.786880 86.500000 -v 122.471848 91.730659 86.500000 -v 126.522705 91.890991 92.417870 -v 125.508789 91.977280 92.417870 -v 124.491211 91.977280 92.417870 -v 128.513870 91.473999 86.500000 -v 127.670845 91.699005 86.500000 -v 127.670845 91.699005 89.000000 -v 127.557220 91.724365 89.427757 -v 128.513870 91.473999 92.263931 -v 127.252304 91.786743 89.767136 -v 127.037567 91.825508 89.888588 -v 127.525635 91.719009 92.417870 -v 126.528046 91.902313 90.000000 -v 134.327148 87.531151 92.417870 -v 134.562286 87.250008 89.932724 -v 134.932236 86.713020 92.417870 -v 133.663467 88.303276 92.263931 -v 134.336258 87.538849 89.749847 -v 134.081970 87.843323 89.000000 -v 135.923889 84.937904 92.417870 -v 135.934738 84.942818 90.000000 -v 135.465759 85.846527 92.417870 -v 136.612793 83.023743 86.500000 -v 136.467056 83.536476 86.500000 -v 136.467056 83.536476 89.000000 -v 136.612793 83.023743 92.263931 -v 136.432205 83.647568 89.427757 -v 136.150131 84.435585 89.983315 -v 136.303299 83.993706 92.417870 -v 135.923889 75.062096 92.417870 -v 136.303299 76.006294 92.417870 -v 136.103241 75.448837 89.889030 -v 136.601257 76.979263 92.417870 -v 136.216919 75.736130 89.705559 -v 136.333511 76.056442 89.000000 -v 133.663467 71.696732 86.500000 -v 133.796204 71.837479 86.500000 -v 133.796204 71.837479 89.000000 -v 133.663467 71.696732 92.263931 -v 133.874985 71.923203 89.427757 -v 134.081467 72.156082 89.767136 -v 134.327148 72.468849 92.417870 -v 134.327026 72.450203 89.948105 -v 134.942123 73.280304 90.000000 -v 134.932236 73.286980 92.417870 -v 135.465759 74.153473 92.417870 -v 135.872192 74.921089 90.000000 -v 128.513870 68.526001 92.263931 -v 127.525635 68.280991 92.417870 -v 126.522705 68.109016 92.417870 -v 127.251534 68.213120 89.000000 -v 126.771690 68.131653 89.807594 -v 122.662575 68.229851 89.698738 -v 122.471840 68.269341 92.263931 -v 123.037300 68.161591 89.922195 -v 123.294708 68.121918 89.986420 -v 123.477303 68.109016 92.417870 -v 124.491211 68.022720 92.417870 -v 124.490707 68.010818 90.000000 -v 125.508789 68.022720 92.417870 -v 120.525726 68.865326 86.500000 -v 122.329155 68.301003 86.500000 -v 122.338615 68.298843 89.125977 -v 120.525726 68.865326 92.263931 -v 122.459419 68.272049 89.453400 -v 121.489616 68.537399 92.417870 -v 117.071907 70.991936 92.263931 -v 116.345131 71.704979 92.417870 -v 115.913376 72.162056 89.110924 -v 115.067757 73.286980 92.417870 -v 115.165436 73.123856 90.000000 -v 115.672844 72.468849 92.417870 -v 115.565216 72.584816 89.847778 -v 115.717445 72.395119 89.680054 -v 113.696709 76.006294 92.417870 -v 113.926407 75.376625 90.000000 -v 114.076118 75.062096 92.417870 -v 114.534233 74.153473 92.417870 -v 114.523834 74.147659 90.000000 -v 113.532944 76.463524 89.000000 -v 113.172607 77.971985 92.263931 -v 113.172607 77.971992 86.500000 -v 113.532944 76.463524 86.500000 -v 113.561752 76.371445 89.390869 -v 113.642052 76.127426 89.709213 -v 113.398735 76.979263 92.417870 -v 113.685471 83.997681 92.263931 -v 113.677277 83.974426 89.236397 -v 113.398735 83.020729 92.417870 -v 113.172607 82.028015 92.263931 -v 114.523834 85.852341 90.000000 -v 114.076118 84.937904 92.417870 -v 114.127800 85.078911 90.000000 -v 115.672844 87.531151 92.417870 -v 115.459244 87.278328 90.000000 -v 115.067757 86.713020 92.417870 -v 114.534233 85.846527 92.417870 -v 117.071907 89.008064 86.500000 -v 116.203796 88.162521 86.500000 -v 116.203796 88.162521 89.000000 -v 116.164375 88.119835 89.305519 -v 117.071899 89.008064 92.263931 -v 116.043655 87.986481 89.596870 -v 115.877243 87.795639 89.807533 -v 116.345131 88.295021 92.417870 -v 115.663574 87.538635 89.955307 -v 113.043228 78.982330 92.263931 -v 113.000000 80.000000 86.500000 -v 117.864403 70.352036 92.263931 -v 118.708313 69.781654 86.500000 -v 118.714561 69.791801 92.417870 -v 119.597557 69.284889 92.263931 -v 129.474274 68.865326 92.263931 -v 130.402451 69.284889 86.500000 -v 130.397079 69.295532 92.417870 -v 131.291687 69.781654 92.263931 -v 132.135605 70.352036 86.500000 -v 132.128510 70.361618 92.417870 -v 132.928101 70.991928 92.263931 -v 136.827393 77.971992 92.263931 -v 136.956772 78.982330 86.500000 -v 136.944901 78.983337 92.417870 -v 137.000000 80.000000 92.263931 -v 136.956772 81.017670 86.500000 -v 136.944901 81.016663 92.417870 -v 136.827393 82.028015 92.263931 -v 132.928101 89.008064 92.263931 -v 132.135605 89.647964 86.500000 -v 132.128510 89.638382 92.417870 -v 131.291687 90.218353 92.263931 -v 130.402451 90.715118 86.500000 -v 130.397079 90.704468 92.417870 -v 129.474274 91.134674 92.263931 -v 121.486130 91.473999 92.263931 -v 120.525726 91.134674 86.500000 -v 120.530167 91.123611 92.417870 -v 119.597557 90.715118 92.263931 -v 118.708313 90.218353 86.500000 -v 118.714561 90.208199 92.417870 -v 117.864403 89.647964 92.263931 -v 113.043228 81.017670 92.263931 -v 113.011917 80.000000 92.417870 -v 154.215851 73.248520 89.317108 -v 154.201050 73.122543 88.281067 -v 154.618500 75.308891 87.343567 -v 154.201050 73.122543 87.680992 -v 154.897095 77.517235 87.680992 -v 154.894119 77.610306 87.355309 -v 154.897095 77.517235 88.281067 -v 154.624802 75.308090 89.149216 -v 142.214005 63.501709 94.487686 -v 145.401291 64.669434 94.500000 -v 143.672867 64.922722 94.500000 -v 144.754639 66.648209 94.487686 -v 145.815765 68.371613 94.487686 -v 148.477310 69.997253 94.500000 -v 146.726944 70.178802 94.487686 -v 148.225601 73.952530 94.500000 -v 149.777832 73.892815 94.500000 -v 148.500610 75.970421 94.487686 -v 150.519379 80.000000 94.500000 -v 148.757675 77.977921 94.487686 -v 148.843567 80.000000 94.487686 -v 148.654785 84.056023 94.500000 -v 149.777832 86.107185 94.500000 -v 148.074203 86.008057 94.487686 -v 147.481567 87.943245 94.487686 -v 148.477310 90.002747 94.500000 -v 146.869492 89.885628 94.500000 -v 146.568726 93.639236 94.500000 -v 144.884232 93.439392 94.500000 -v 107.673050 96.606537 94.500000 -v 104.598717 95.330566 94.500000 -v 106.448853 94.979004 94.487686 -v 105.245377 93.351791 94.487686 -v 102.403717 91.859444 94.500000 -v 104.184235 91.628387 94.487686 -v 100.793945 88.081169 94.500000 -v 103.130516 89.885628 94.500000 -v 101.774406 86.047470 94.500000 -v 101.345215 84.056023 94.500000 -v 99.563377 82.053459 94.500000 -v 101.242332 82.022079 94.487686 -v 101.156433 80.000000 94.487686 -v 99.563377 77.946541 94.500000 -v 101.086456 77.964661 94.500000 -v 99.811096 75.906403 94.500000 -v 101.774406 73.952530 94.500000 -v 103.130516 70.114372 94.500000 -v 104.047661 68.295319 94.500000 -v 105.115768 66.560608 94.500000 -v 104.598717 64.669434 94.500000 -v 106.448853 65.020996 94.487686 -v 141.139618 99.767433 94.500000 -v 142.326950 96.606537 94.500000 -v 137.759689 102.100426 94.500000 -v 139.271194 99.295929 94.500000 -v 135.804901 101.430222 94.500000 -v 134.049301 103.861031 94.500000 -v 133.890228 102.124184 94.487686 -v 131.981934 102.798431 94.487686 -v 130.104523 105.003647 94.500000 -v 130.023346 103.308411 94.487686 -v 128.028549 103.650452 94.487686 -v 126.011948 103.822083 94.487686 -v 121.951576 103.805611 94.500000 -v 119.865707 105.149429 94.488869 -v 115.950706 103.861031 94.500000 -v 117.972252 102.948006 94.500000 -v 114.195114 101.430222 94.500000 -v 112.240311 102.100426 94.500000 -v 112.498642 100.303497 94.487686 -v 110.821823 99.170158 94.487686 -v 109.247162 97.898705 94.487686 -v 107.322105 98.404633 94.500000 -v 108.860382 60.232559 94.500000 -v 107.673050 63.393463 94.500000 -v 110.728806 60.704071 94.500000 -v 112.498642 59.696503 94.487686 -v 114.265533 58.709465 94.487686 -v 115.950706 56.138969 94.500000 -v 116.109772 57.875816 94.487686 -v 118.018059 57.201576 94.487686 -v 119.976654 56.691597 94.487686 -v 121.923981 54.666687 94.500000 -v 121.971443 56.349556 94.487686 -v 126.027557 54.501320 94.500000 -v 123.981415 56.021622 94.500000 -v 128.048431 56.194389 94.500000 -v 132.099930 55.488174 94.500000 -v 130.056305 56.538673 94.500000 -v 133.948563 57.730667 94.500000 -v 135.804901 58.569778 94.500000 -v 137.834076 57.770721 94.488869 -v 137.501358 59.696503 94.487686 -v 139.178177 60.829842 94.487686 -v 141.139618 60.232559 94.500000 -v 140.752838 62.101295 94.487686 -v 126.968552 57.534912 86.500000 -v 134.566757 57.534912 86.500000 -v 126.102325 51.018990 86.500008 -v 126.100006 48.478844 86.507393 -v 105.632767 104.785278 86.500000 -v 123.900002 111.521156 86.507393 -v 125.000000 111.435486 86.500000 -v 134.566757 102.465088 86.500000 -v 151.078400 62.412605 86.500000 -v 140.664230 64.500504 86.500000 -v 145.506104 59.493904 86.500000 -v 140.450562 65.840210 86.500000 -v 140.013596 67.124550 86.500000 -v 145.234924 71.151237 86.500000 -v 139.365906 68.316589 86.500000 -v 138.526108 69.382050 86.500000 -v 137.518356 70.290298 86.500000 -v 136.371628 71.015198 86.500000 -v 134.566757 72.266090 86.500000 -v 135.118896 71.535919 86.500000 -v 155.236847 71.332062 86.500000 -v 150.839188 66.834274 86.500000 -v 134.081970 87.843323 86.500000 -v 153.980576 81.101799 86.500008 -v 137.701721 76.191788 86.500000 -v 139.072891 76.090858 86.500000 -v 153.642960 75.463402 86.500000 -v 156.435486 81.100006 86.500000 -v 140.406525 75.756638 86.500000 -v 141.663254 75.199005 86.500000 -v 142.805923 74.434425 86.500000 -v 144.988022 86.300682 86.500000 -v 143.657272 86.564430 86.500000 -v 142.301086 86.599533 86.500000 -v 140.958466 86.404984 86.500000 -v 139.668030 85.986359 86.500000 -v 138.466888 85.355721 86.500000 -v 137.389572 84.531189 86.500000 -v 152.903854 87.906837 86.500008 -v 146.255066 85.815865 86.500000 -v 135.421860 90.232903 86.500000 -v 136.378128 91.220764 86.500000 -v 137.489410 92.030296 86.500000 -v 138.722885 92.637596 86.500000 -v 140.042145 93.024727 86.500000 -v 141.408203 93.180244 86.500000 -v 142.926743 102.798218 86.500008 -v 154.557007 90.760262 86.500000 -v 147.798187 97.926147 86.500008 -v 149.785278 99.367233 86.500000 -v 150.839188 93.165726 86.500000 -v 142.780716 93.099579 86.500000 -v 142.587402 106.078407 86.500000 -v 138.165726 105.839188 86.500000 -v 133.667938 110.236847 86.500000 -v 125.000000 102.465088 86.500000 -v 123.031448 102.465088 86.500000 -v 116.332062 110.236847 86.500000 -v 115.433243 102.465088 86.500000 -v 114.213264 109.638489 86.507393 -v 111.834274 105.839188 86.500000 -v 104.765076 88.848763 86.500000 -v 98.921600 97.587395 86.500000 -v 100.905937 96.142807 86.500008 -v 104.493904 100.506104 86.500000 -v 97.779488 90.006660 86.500008 -v 94.763161 88.667938 86.500000 -v 97.782257 87.733917 86.500000 -v 97.097008 87.907394 86.500008 -v 97.782257 72.266083 86.500000 -v 93.564514 78.900002 86.500000 -v 96.357040 84.536598 86.500000 -v 107.219284 66.900429 86.500000 -v 95.361519 69.213264 86.507393 -v 97.779663 69.993805 86.500000 -v 100.905212 63.857391 86.500008 -v 102.201813 62.073853 86.500008 -v 100.214722 60.632767 86.500000 -v 107.362244 53.852287 86.507393 -v 111.834274 54.160812 86.500000 -v 115.433243 57.534912 86.500000 -v 115.433243 50.055206 86.500000 -v 126.512634 57.049789 86.500000 -v 116.332062 49.763161 86.500000 -v 133.667938 49.763161 86.500000 -v 129.536606 51.357040 86.500000 -v 135.786743 50.361519 86.507393 -v 144.367233 55.214722 86.500000 -v 138.165726 54.160812 86.500000 -v 143.800827 73.485481 86.500000 -v 144.618530 72.380203 86.500000 -v 134.648865 89.095894 86.500000 -v 126.799934 87.733910 86.500000 -v 129.537460 100.460472 86.500000 -v 128.643661 99.439880 86.500000 -v 130.590851 101.315369 86.500000 -v 127.095253 94.340523 86.500000 -v 127.270660 92.995270 86.500000 -v 127.935181 98.282944 86.500000 -v 127.432358 97.022919 86.500000 -v 127.149673 95.696068 86.500000 -v 125.000000 63.927444 86.500000 -v 129.173843 63.168709 86.500000 -v 127.454208 58.051666 86.500000 -v 128.210327 59.199951 86.500000 -v 129.083038 61.796829 86.500000 -v 128.758667 60.460754 86.500000 -v 126.929291 72.467072 86.500000 -v 128.052841 67.095886 86.500000 -v 128.651016 65.857956 86.500000 -v 129.028397 64.535873 86.500000 -v 119.409157 58.684639 86.500000 -v 120.462540 59.539536 86.500000 -v 121.356331 60.560120 86.500000 -v 122.064827 61.717056 86.500000 -v 122.567642 62.977074 86.500000 -v 122.850327 64.303932 86.500000 -v 114.578140 69.767097 86.500000 -v 113.621880 68.779236 86.500000 -v 112.510597 67.969704 86.500000 -v 111.277107 67.362404 86.500000 -v 109.957855 66.975273 86.500000 -v 108.591797 66.819748 86.500000 -v 125.000000 72.266090 86.500000 -v 115.351135 70.904106 86.500000 -v 122.904747 65.659477 86.500000 -v 122.729340 67.004730 86.500000 -v 103.744934 74.184135 86.500000 -v 105.011986 73.699318 86.500000 -v 106.342735 73.435570 86.500000 -v 107.597580 72.266090 86.500000 -v 107.698921 73.400467 86.500000 -v 106.199188 86.514519 86.500000 -v 105.381470 87.619797 86.500000 -v 115.433235 87.733925 86.500000 -v 112.298294 83.808212 86.500000 -v 108.336754 84.800995 86.500000 -v 107.194077 85.565575 86.500000 -v 109.041534 73.595024 86.500000 -v 115.433235 72.881027 86.500000 -v 110.331970 74.013641 86.500000 -v 111.533119 74.644279 86.500000 -v 110.927116 83.909149 86.500000 -v 109.593475 84.243362 86.500000 -v 112.610435 75.468811 86.500000 -v 110.634094 91.683411 86.500000 -v 111.473892 90.617950 86.500000 -v 112.481644 89.709702 86.500000 -v 113.628372 88.984802 86.500000 -v 114.881096 88.464081 86.500000 -v 109.335777 95.499496 86.500000 -v 109.549438 94.159798 86.500000 -v 109.986404 92.875450 86.500000 -v 125.000000 87.733910 86.500000 -v 120.971596 95.464119 86.500000 -v 120.826164 96.831291 86.500000 -v 120.916969 98.203171 86.500000 -v 121.241333 99.539246 86.500000 -v 121.947159 92.904114 86.500000 -v 121.348976 94.142044 86.500000 -v 121.789673 100.800049 86.500000 -v 122.545799 101.948334 86.500000 -v 119.869873 85.704567 86.500000 -v 124.103470 87.274963 86.500000 -v 123.738571 87.567635 86.500000 -v 120.084763 86.052994 86.500000 -v 118.422050 83.789825 86.500000 -v 117.945221 83.320923 86.500000 -v 123.197815 87.586205 86.500000 -v 121.035767 86.165527 86.500000 -v 122.768921 87.256348 86.500000 -v 117.707939 79.255219 86.500000 -v 117.226624 80.204681 86.500000 -v 117.935707 82.779938 86.500000 -v 119.869873 74.295433 86.500000 -v 120.192505 73.861069 86.500000 -v 122.768921 72.743660 86.500000 -v 122.651253 73.056488 86.500000 -v 120.580017 86.270889 86.500000 -v 118.422050 76.210175 86.500000 -v 118.005020 76.554909 86.500000 -v 119.871178 74.763199 86.500000 -v 117.533783 80.650116 86.500000 -v 120.853180 73.757339 86.500000 -v 121.027634 74.127319 86.739998 -v 117.902794 77.086243 86.500000 -v 117.341408 79.545845 86.500000 -v 118.872955 76.432442 86.739998 -v 126.261429 87.567635 86.500000 -v 131.994980 83.445091 86.500000 -v 131.577942 83.789825 86.500000 -v 130.078995 85.832550 86.500000 -v 127.348740 73.056496 86.500000 -v 128.180359 73.395897 86.500000 -v 129.807495 73.861076 86.500000 -v 130.128830 74.763199 86.500000 -v 129.807495 86.138924 86.500000 -v 131.577942 76.210175 86.500000 -v 132.797028 80.068909 86.500000 -v 132.064285 77.220070 86.500000 -v 130.128815 85.236801 86.500000 -v 129.419983 86.270889 86.500000 -v 132.097214 82.913757 86.500000 -v 130.078995 74.167450 86.500000 -v 132.054779 76.679077 86.500000 -v 127.045364 87.458641 86.500000 -v 129.282181 73.731422 86.500000 -v 127.348740 86.943512 86.500000 -v 132.658600 80.454155 86.500000 -v 131.893082 77.507118 86.500000 -v 132.466202 79.349884 86.500000 -v 127.295204 72.865646 86.500000 -v 125.896530 72.725037 86.500000 -v 126.261429 72.432365 86.500000 -v 123.332184 72.383125 86.500000 -v 123.738571 72.432365 86.500000 -v 124.103470 72.725037 86.500000 -v 127.365730 92.606064 89.000000 -v 127.087433 94.643295 89.000000 -v 127.146667 95.671806 89.000000 -v 127.337585 96.684174 89.000000 -v 128.099655 98.593880 89.000000 -v 127.657013 97.663612 89.000000 -v 129.323334 100.246269 89.000000 -v 128.658188 99.459549 89.000000 -v 130.084061 100.940979 89.000000 -v 123.010796 102.486275 89.000000 -v 122.287720 101.602715 89.000000 -v 121.697777 100.625214 89.000000 -v 121.252998 99.573700 89.000000 -v 120.962433 98.469574 89.000000 -v 120.864349 96.194069 89.000000 -v 120.844292 97.334801 89.156433 -v 121.058830 95.069038 89.000000 -v 121.915115 92.958511 89.000000 -v 121.411484 93.983147 89.000000 -v 122.559486 92.016014 89.000000 -v 130.371277 102.364021 90.000000 -v 123.104820 101.026222 90.000000 -v 128.602844 100.939735 90.000000 -v 127.854553 100.054680 90.000000 -v 127.226212 99.080795 90.000000 -v 126.728226 98.034248 90.000000 -v 126.154091 95.793465 90.000000 -v 126.170059 93.480347 90.000000 -v 126.368866 96.932381 90.000000 -v 122.029549 95.309265 90.000000 -v 122.199440 99.250839 90.000000 -v 137.100037 84.254242 89.000000 -v 138.725174 85.513885 89.000000 -v 139.645508 85.976837 89.000000 -v 140.617706 86.317688 89.000000 -v 142.652603 86.612556 89.000000 -v 141.625641 86.530769 89.000000 -v 144.695450 86.379021 89.000000 -v 143.681549 86.561691 89.000000 -v 145.677460 86.067566 89.000000 -v 146.611298 85.632500 89.000000 -v 143.479080 92.965843 89.000000 -v 142.352356 93.150269 89.000000 -v 141.210846 93.172424 89.000000 -v 140.077820 93.031845 89.000000 -v 138.976334 92.731422 89.000000 -v 136.956650 91.678619 89.000000 -v 137.928833 92.277267 89.000000 -v 136.079590 90.947670 89.000000 -v 135.315506 90.099319 89.000000 -v 134.185913 88.121552 89.000000 -v 134.679962 89.150848 89.000000 -v 141.482239 87.520432 90.000000 -v 142.637558 87.612442 90.000000 -v 137.259354 85.726868 90.000000 -v 140.271439 92.050774 90.000000 -v 143.795135 87.555222 90.000000 -v 144.935760 87.349716 90.000000 -v 139.254593 86.897263 90.000000 -v 134.942123 86.719696 90.000000 -v 137.540421 90.866699 90.000000 -v 134.734299 71.648186 89.000000 -v 137.498840 70.305038 89.000000 -v 136.637756 70.870590 89.000000 -v 138.280121 69.633514 89.000000 -v 138.968628 68.867157 89.000000 -v 139.552948 68.018677 89.000000 -v 140.023376 67.102142 89.000000 -v 140.593399 65.126587 89.000000 -v 140.372116 66.132751 89.000000 -v 140.683533 64.100319 89.000000 -v 145.468292 70.479568 89.000000 -v 144.513077 72.547203 89.000000 -v 145.064636 71.547554 89.000000 -v 143.824829 73.458153 89.000000 -v 142.090240 74.931549 89.156433 -v 143.005890 74.252518 89.156433 -v 141.092300 75.484550 89.000000 -v 140.020752 75.878639 89.000000 -v 137.764847 76.192329 89.000000 -v 138.904022 76.116180 89.000000 -v 136.626434 76.105537 89.000000 -v 141.682175 64.166321 90.000000 -v 144.510025 70.193672 90.000000 -v 141.332916 66.409981 90.000000 -v 136.089294 72.246521 90.000000 -v 140.940582 67.500542 90.000000 -v 140.411346 68.531647 90.000000 -v 139.753998 69.486191 90.000000 -v 138.100494 71.103798 90.000000 -v 139.743439 74.917862 90.000000 -v 142.362442 73.503174 90.000000 -v 122.912575 65.356705 89.000000 -v 122.853340 64.328201 89.000000 -v 122.342995 62.336388 89.000000 -v 122.662422 63.315826 89.000000 -v 121.900337 61.406120 89.000000 -v 120.676666 59.753731 89.000000 -v 121.341812 60.540451 89.000000 -v 119.915939 59.059021 89.000000 -v 126.989204 57.513733 89.000000 -v 127.712280 58.397293 89.000000 -v 128.302231 59.374786 89.000000 -v 128.747009 60.426300 89.000000 -v 129.025467 61.532700 89.156433 -v 128.941177 64.930962 89.000000 -v 129.135651 63.805923 89.000000 -v 129.155716 62.665207 89.156433 -v 128.084885 67.041481 89.000000 -v 128.588516 66.016853 89.000000 -v 127.440521 67.983986 89.000000 -v 126.037636 68.044945 90.000000 -v 121.397156 59.060265 90.000000 -v 123.845909 64.206535 90.000000 -v 123.631134 63.067627 90.000000 -v 128.140625 63.706337 90.000000 -v 123.271767 61.965759 90.000000 -v 122.773788 60.919205 90.000000 -v 126.895180 58.973778 90.000000 -v 122.145447 59.945320 90.000000 -v 123.829941 66.519653 90.000000 -v 111.274818 74.486115 89.000000 -v 110.354492 74.023163 89.000000 -v 108.374359 73.469231 89.000000 -v 109.382294 73.682312 89.000000 -v 105.304550 73.620979 89.000000 -v 106.318436 73.438309 89.000000 -v 107.347397 73.387444 89.000000 -v 104.322548 73.932434 89.000000 -v 103.388710 74.367500 89.000000 -v 106.520920 67.034164 89.000000 -v 108.789154 66.827583 89.000000 -v 109.922180 66.968147 89.000000 -v 111.023666 67.268570 89.000000 -v 112.071167 67.722733 89.000000 -v 113.043350 68.321381 89.000000 -v 113.920418 69.052322 89.000000 -v 115.814087 71.878448 89.000000 -v 115.320038 70.849152 89.000000 -v 102.877090 73.708992 89.984436 -v 107.738342 67.845612 90.000000 -v 105.064240 72.650284 90.000000 -v 109.651695 72.719284 90.000000 -v 108.517769 72.479568 90.000000 -v 111.780792 73.623566 90.000000 -v 110.745415 73.102737 90.000000 -v 112.459587 69.133301 90.000000 -v 106.204865 72.444778 90.000000 -v 107.362442 72.387558 90.000000 -v 113.362244 89.129410 89.000000 -v 112.501152 89.694962 89.000000 -v 111.031372 91.132843 89.000000 -v 111.719872 90.366486 89.000000 -v 110.447052 91.981323 89.000000 -v 109.627884 93.867249 89.000000 -v 109.976624 92.897858 89.000000 -v 109.406609 94.873413 89.000000 -v 104.531715 89.520432 89.000000 -v 104.946533 88.457611 89.156433 -v 105.486923 87.452797 89.000000 -v 106.986092 85.738144 89.000000 -v 106.175179 86.541847 89.000000 -v 108.907700 84.515457 89.000000 -v 108.346313 84.818695 89.000000 -v 107.903160 85.058067 89.000000 -v 109.982658 84.133194 89.156433 -v 112.235153 83.807678 89.000000 -v 111.097672 83.896027 89.156433 -v 113.373566 83.894455 89.000000 -v 108.667084 93.590019 90.000000 -v 113.910706 87.753479 90.000000 -v 111.899506 88.896202 90.000000 -v 112.230484 84.807663 90.000000 -v 110.246002 90.513817 90.000000 -v 107.637558 86.496826 90.000000 -v 109.588646 91.468353 90.000000 -v 109.059418 92.499458 90.000000 -v 108.430817 59.706436 94.233925 -v 107.586563 55.840683 89.773918 -v 108.298477 55.367432 89.773918 -v 110.059753 58.355324 94.124695 -v 95.240463 78.873047 89.773918 -v 95.410919 76.625595 89.773918 -v 98.785034 77.883713 94.124695 -v 99.140663 75.797447 94.233925 -v 95.750862 74.397476 89.773918 -v 99.332535 74.349884 94.124695 -v 95.934593 73.602432 89.773918 -v 99.562683 73.730263 94.233925 -v 96.258347 72.201447 89.773918 -v 96.791428 70.495094 89.773918 -v 100.053261 71.671555 94.124695 -v 96.930450 70.050087 89.773918 -v 100.804314 69.691185 94.124695 -v 97.763344 67.955719 89.773918 -v 101.712288 67.777664 94.124695 -v 98.752243 65.930336 89.773918 -v 99.498680 64.656097 89.773918 -v 102.771294 65.943420 94.124695 -v 99.891487 63.985550 89.773918 -v 101.174545 62.132492 89.773918 -v 103.974457 64.200333 94.124695 -v 105.313980 62.559708 94.124695 -v 102.594078 60.381767 89.773918 -v 103.394707 59.534348 89.773918 -v 104.141953 58.743423 89.773918 -v 106.781181 61.032196 94.124695 -v 105.809296 57.226837 89.773918 -v 111.849876 57.223320 94.124695 -v 109.463570 54.592926 89.773918 -v 112.690552 56.782104 94.124695 -v 111.056801 53.699677 89.773918 -v 113.725281 56.239029 94.124695 -v 111.429573 53.490685 89.773918 -v 113.473305 52.540291 89.773918 -v 113.982460 52.348892 89.773918 -v 115.673805 55.408844 94.124695 -v 115.583061 51.747185 89.773918 -v 117.038040 51.322685 89.773918 -v 117.682816 54.738144 94.124695 -v 117.746758 51.115913 89.773918 -v 119.739273 54.231262 94.124695 -v 119.951996 50.650078 89.773918 -v 121.829857 53.891518 94.124695 -v 122.186150 50.352364 89.773918 -v 123.388901 50.283997 89.773918 -v 123.940994 53.721085 94.124695 -v 124.436424 50.224464 89.773918 -v 126.689919 50.267120 89.773918 -v 126.059006 53.721085 94.124695 -v 128.170135 53.891518 94.124695 -v 128.933746 50.480072 89.773918 -v 129.814545 50.631569 89.773918 -v 130.260727 54.231262 94.124695 -v 131.155029 50.862122 89.773918 -v 132.317184 54.738144 94.124695 -v 134.326202 55.408844 94.124695 -v 136.274719 56.239029 94.124695 -v 137.557556 52.996147 89.773918 -v 138.941284 53.704498 89.773918 -v 138.150131 57.223320 94.124695 -v 139.563858 54.023201 89.773918 -v 141.486740 55.199043 89.773918 -v 139.940231 58.355324 94.124695 -v 143.315186 56.516937 89.773918 -v 144.266129 57.318291 89.773918 -v 141.633469 59.627701 94.124695 -v 143.218811 61.032196 94.124695 -v 145.038727 57.969345 89.773918 -v 144.078934 61.927673 94.124695 -v 146.647491 59.547951 89.773918 -v 144.686020 62.559708 94.124695 -v 150.437332 86.269745 94.233925 -v 153.425964 88.880592 89.773918 -v 153.205276 89.503174 89.773918 -v 149.946747 88.328445 94.124695 -v 148.132248 61.243698 89.773918 -v 146.025543 64.200333 94.124695 -v 149.484528 63.046875 89.773918 -v 150.696548 64.947159 89.773918 -v 147.228699 65.943420 94.124695 -v 148.197708 67.824905 94.233925 -v 151.761368 66.933670 89.773918 -v 148.851318 68.965424 94.124695 -v 152.012802 67.502228 89.773918 -v 149.102188 69.731018 94.233925 -v 152.672928 68.995018 89.773918 -v 153.205276 70.496826 89.773918 -v 149.946747 71.671555 94.124695 -v 153.425964 71.119408 89.773918 -v 154.016174 73.294662 89.773918 -v 150.536011 73.705940 94.124695 -v 150.859344 75.797447 94.233925 -v 154.440201 75.508324 89.773918 -v 151.126938 77.158768 94.124695 -v 154.585510 76.782494 89.773918 -v 151.113647 77.891891 94.233925 -v 154.695587 77.747711 89.773918 -v 151.300247 80.000000 94.124695 -v 154.780869 80.000000 89.773918 -v 154.695572 82.252289 89.773918 -v 151.214966 82.116287 94.124695 -v 154.440201 84.491676 89.773918 -v 150.959671 84.218857 94.124695 -v 154.016174 86.705338 89.773918 -v 152.672928 91.004974 89.773918 -v 149.195694 90.308815 94.124695 -v 152.012802 92.497772 89.773918 -v 148.287720 92.222336 94.124695 -v 151.761368 93.066330 89.773918 -v 150.696548 95.052834 89.773918 -v 147.520798 93.550667 94.124695 -v 147.142807 94.002266 94.233925 -v 149.484528 96.953125 89.773918 -v 148.132263 98.756302 89.773918 -v 146.025543 95.799667 94.124695 -v 144.686020 97.440285 94.124695 -v 146.647491 100.452057 89.773918 -v 144.078934 98.072327 94.124695 -v 143.218811 98.967804 94.124695 -v 145.038727 102.030647 89.773918 -v 142.016068 100.033356 94.124695 -v 144.266129 102.681709 89.773918 -v 141.569183 100.293571 94.233925 -v 143.315186 103.483063 89.773918 -v 141.486740 104.800957 89.773918 -v 139.940247 101.644676 94.124695 -v 138.150116 102.776680 94.124695 -v 139.563858 105.976799 89.773918 -v 138.941284 106.295502 89.773918 -v 136.274719 103.760963 94.124695 -v 137.557556 107.003853 89.773918 -v 136.016708 107.650650 89.773918 -v 134.326202 104.591156 94.124695 -v 135.479324 107.876228 89.773918 -v 133.341064 108.588928 89.773918 -v 132.317184 105.261856 94.124695 -v 130.260727 105.768738 94.124695 -v 131.155029 109.137878 89.773918 -v 128.933746 109.519928 89.773918 -v 128.170135 106.108490 94.124695 -v 126.689919 109.732880 89.773918 -v 126.059006 106.278915 94.124695 -v 124.436424 109.775543 89.773918 -v 123.388901 109.716003 89.773918 -v 123.940994 106.278915 94.124695 -v 121.829857 106.108490 94.124695 -v 122.186150 109.647644 89.773918 -v 120.748512 105.932755 94.124695 -v 119.951996 109.349922 89.773918 -v 119.739273 105.768738 94.124695 -v 100.804314 90.308815 94.124695 -v 96.930450 89.949913 89.773918 -v 100.053261 88.328445 94.124695 -v 117.746758 108.884094 89.773918 -v 117.038040 108.677315 89.773918 -v 117.682816 105.261856 94.124695 -v 115.583061 108.252808 89.773918 -v 113.982460 107.651115 89.773918 -v 115.673805 104.591156 94.124695 -v 113.473305 107.459709 89.773918 -v 113.725281 103.760963 94.124695 -v 111.429573 106.509315 89.773918 -v 111.849876 102.776680 94.124695 -v 109.463570 105.407074 89.773918 -v 107.586563 104.159309 89.773918 -v 110.059753 101.644676 94.124695 -v 105.809296 102.773163 89.773918 -v 108.366531 100.372307 94.124695 -v 106.781181 98.967804 94.124695 -v 104.141953 101.256577 89.773918 -v 103.394707 100.465660 89.773918 -v 105.313980 97.440285 94.124695 -v 102.594078 99.618225 89.773918 -v 103.974457 95.799667 94.124695 -v 99.891487 96.014450 89.773918 -v 102.771294 94.056580 94.124695 -v 101.712288 92.222336 94.124695 -v 98.752243 94.069664 89.773918 -v 101.148697 91.034576 94.124695 -v 97.763344 92.044281 89.773918 -v 96.258347 87.798553 89.773918 -v 99.463989 86.294067 94.124695 -v 95.750862 85.602524 89.773918 -v 99.040337 84.218857 94.124695 -v 95.410919 83.374397 89.773918 -v 98.873062 82.841232 94.124695 -v 98.785034 82.116287 94.124695 -v 95.240463 81.126953 89.773918 -v 95.219131 80.000000 89.773918 -v 126.141884 74.701645 96.500000 -v 127.020882 74.970840 96.500000 -v 127.841743 75.384712 96.500000 -v 128.580856 75.931351 96.500000 -v 123.412903 74.817581 96.500000 -v 124.311562 74.623901 96.500000 -v 125.280899 71.240570 96.500000 -v 125.230034 74.584885 96.500000 -v 127.493576 71.598297 96.500000 -v 121.086998 76.249695 96.500000 -v 119.986008 72.812065 96.500000 -v 121.777084 75.642334 96.500000 -v 122.559898 75.160339 96.500000 -v 123.049843 71.455795 96.500000 -v 132.636185 75.699387 96.500000 -v 129.216949 76.595047 96.500000 -v 129.731735 77.356697 96.500000 -v 130.110382 78.194382 96.500000 -v 130.342041 80.915985 96.500000 -v 130.110397 81.805618 96.500000 -v 131.295563 86.096916 96.500000 -v 129.731735 82.643311 96.500000 -v 129.216949 83.404953 96.500000 -v 133.477310 77.776993 96.500000 -v 130.342041 79.084015 96.500000 -v 130.419998 80.000000 96.500000 -v 133.691986 81.120705 96.500000 -v 119.754883 78.634277 96.500000 -v 120.061142 77.767494 96.500000 -v 120.509476 76.964935 96.500000 -v 121.777084 84.357666 96.500000 -v 118.326736 85.681030 96.500000 -v 121.086998 83.750305 96.500000 -v 120.509476 83.035065 96.500000 -v 120.061142 82.232506 96.500000 -v 116.254074 80.561508 96.500000 -v 119.754890 81.365723 96.500000 -v 119.599525 80.459648 96.500000 -v 119.599525 79.540352 96.500000 -v 117.655052 75.218971 96.500000 -v 124.311562 85.376099 96.500000 -v 123.412903 85.182419 96.500000 -v 120.946350 87.770096 96.500000 -v 122.559898 84.839661 96.500000 -v 128.580856 84.068642 96.500000 -v 127.841743 84.615288 96.500000 -v 128.547485 88.013855 96.500000 -v 127.020882 85.029160 96.500000 -v 126.141884 85.298347 96.500000 -v 123.049843 88.544205 96.500000 -v 125.230034 85.415115 96.500000 -v 117.141655 71.071182 92.711143 -v 116.412743 71.769783 92.711143 -v 116.964622 73.159386 95.394424 -v 115.745712 72.527679 92.711143 -v 115.145355 73.339424 92.711143 -v 116.155838 74.243088 95.394424 -v 114.615997 74.199150 92.711143 -v 115.492264 75.421318 95.394424 -v 114.161453 75.100670 92.711143 -v 113.785019 76.037491 92.711143 -v 122.494087 68.372543 92.711143 -v 121.517036 68.626945 92.711143 -v 121.355438 70.096542 95.394424 -v 120.565086 68.963287 92.711143 -v 119.645088 69.379158 92.711143 -v 120.118935 70.643906 95.394424 -v 118.763664 69.871552 92.711143 -v 118.962578 71.344894 95.394424 -v 117.927177 70.436913 92.711143 -v 117.905350 72.188004 95.394424 -v 128.482956 68.626945 92.711143 -v 127.505905 68.372543 92.711143 -v 126.684219 69.582481 95.394424 -v 126.510803 68.201912 92.711143 -v 125.504814 68.116287 92.711143 -v 125.338234 69.452637 95.394424 -v 124.495186 68.116287 92.711143 -v 123.986694 69.495979 95.394424 -v 123.489197 68.201912 92.711143 -v 122.651787 69.711792 95.394424 -v 133.587265 71.769783 92.711143 -v 132.858353 71.071182 92.711143 -v 131.579559 71.749496 95.394424 -v 132.072815 70.436913 92.711143 -v 131.236328 69.871552 92.711143 -v 130.470490 70.975861 95.394424 -v 130.354919 69.379158 92.711143 -v 129.271591 70.350403 95.394424 -v 129.434906 68.963287 92.711143 -v 128.002563 69.883385 95.394424 -v 136.510635 77.002869 92.711143 -v 136.214996 76.037491 92.711143 -v 134.781555 76.039886 95.394424 -v 135.838547 75.100670 92.711143 -v 135.384003 74.199150 92.711143 -v 134.194839 74.821564 95.394424 -v 134.854645 73.339424 92.711143 -v 133.457153 73.688271 95.394424 -v 134.254288 72.527679 92.711143 -v 132.580582 72.658615 95.394424 -v 135.838547 84.899330 92.711143 -v 136.214996 83.962502 92.711143 -v 135.207657 82.676765 95.394424 -v 136.510635 82.997131 92.711143 -v 136.723343 82.010162 92.711143 -v 135.466141 81.349457 95.394424 -v 136.851578 81.008720 92.711143 -v 136.894424 80.000000 92.711143 -v 135.552780 80.000000 95.394424 -v 136.851578 78.991280 92.711143 -v 135.466141 78.650543 95.394424 -v 136.723343 77.989830 92.711143 -v 135.207657 77.323242 95.394424 -v 132.072830 89.563087 92.711143 -v 132.858353 88.928818 92.711143 -v 132.580582 87.341385 95.394424 -v 133.587250 88.230217 92.711143 -v 134.254288 87.472321 92.711143 -v 133.457153 86.311737 95.394424 -v 134.854645 86.660583 92.711143 -v 135.384003 85.800850 92.711143 -v 134.194839 85.178436 95.394424 -v 134.781555 83.960114 95.394424 -v 126.510803 91.798088 92.711143 -v 127.505905 91.627457 92.711143 -v 128.002563 90.116615 95.394424 -v 128.482956 91.373055 92.711143 -v 129.434906 91.036713 92.711143 -v 129.271591 89.649597 95.394424 -v 130.354919 90.620842 92.711143 -v 131.236328 90.128456 92.711143 -v 130.470490 89.024139 95.394424 -v 131.579559 88.250504 95.394424 -v 120.565086 91.036713 92.711143 -v 121.517036 91.373055 92.711143 -v 122.651787 90.288208 95.394424 -v 122.494087 91.627457 92.711143 -v 123.489197 91.798088 92.711143 -v 123.986694 90.504028 95.394424 -v 124.495186 91.883705 92.711143 -v 125.504814 91.883705 92.711143 -v 125.338234 90.547363 95.394424 -v 126.684219 90.417519 95.394424 -v 115.745712 87.472321 92.711143 -v 116.412743 88.230217 92.711143 -v 117.905350 87.811996 95.394424 -v 117.141655 88.928818 92.711143 -v 117.927177 89.563087 92.711143 -v 118.962578 88.655098 95.394424 -v 118.763664 90.128456 92.711143 -v 119.645088 90.620842 92.711143 -v 120.118935 89.356094 95.394424 -v 121.355438 89.903458 95.394424 -v 113.276665 82.010162 92.711143 -v 113.489372 82.997131 92.711143 -v 114.984818 83.325272 95.394424 -v 113.785011 83.962502 92.711143 -v 114.161453 84.899330 92.711143 -v 115.492271 84.578682 95.394424 -v 114.615997 85.800850 92.711143 -v 115.145355 86.660583 92.711143 -v 116.155838 85.756912 95.394424 -v 116.964622 86.840614 95.394424 -v 114.984818 76.674728 95.394424 -v 113.489372 77.002869 92.711143 -v 114.641815 77.982742 95.394424 -v 113.276665 77.989830 92.711143 -v 113.148422 78.991280 92.711143 -v 114.468895 79.323883 95.394424 -v 113.105576 80.000000 92.711143 -v 113.148422 81.008720 92.711143 -v 114.468895 80.676117 95.394424 -v 114.641815 82.017258 95.394424 -v 140.792496 64.102844 89.453995 -v 134.746841 71.695496 89.309021 -v 135.711121 71.320793 89.000000 -v 140.123337 67.145569 89.453995 -v 139.646500 68.074585 89.453995 -v 138.356354 69.711426 89.453995 -v 136.691589 70.965355 89.453995 -v 140.782166 65.155510 89.587784 -v 140.555618 66.185699 89.587784 -v 139.118622 68.985382 89.587784 -v 137.613754 70.457588 89.587784 -v 135.783340 71.497589 89.587784 -v 140.524185 67.319672 89.891006 -v 141.036011 66.324310 89.951057 -v 139.511307 69.294891 89.951057 -v 137.914581 70.856972 89.951057 -v 135.972427 71.960457 89.951057 -v 140.277069 68.451401 89.987686 -v 136.727982 75.422058 89.951057 -v 136.642456 75.997734 89.453995 -v 145.421387 70.465576 89.309021 -v 145.187622 70.395836 89.707108 -v 145.081451 68.788956 89.943512 -v 144.945068 70.323471 89.891006 -v 143.933441 72.171066 89.951057 -v 144.690430 71.374672 89.809021 -v 144.891266 71.467461 89.587784 -v 145.020218 71.527023 89.309021 -v 144.167282 72.322815 89.809021 -v 144.352875 72.443237 89.587784 -v 144.472015 72.520561 89.309021 -v 139.829132 75.214760 89.951057 -v 139.906448 75.482590 89.809021 -v 138.847244 75.707893 89.809021 -v 139.967789 75.695145 89.587784 -v 138.877716 75.927017 89.587784 -v 140.007187 75.831612 89.309021 -v 138.897278 76.067696 89.309021 -v 137.765350 76.083336 89.453995 -v 137.766220 75.899445 89.707108 -v 137.767395 75.646324 89.891006 -v 141.047485 75.385201 89.453995 -v 140.971848 75.217575 89.707108 -v 140.867752 74.986855 89.891006 -v 141.643982 74.230232 89.987686 -v 142.038330 74.849983 89.453995 -v 141.939606 74.694824 89.707108 -v 141.803726 74.481270 89.891006 -v 142.942902 74.179169 89.453995 -v 142.823105 74.039642 89.707108 -v 142.658203 73.847610 89.891006 -v 143.787979 73.425934 89.309021 -v 143.681046 73.332443 89.587784 -v 143.304642 73.003334 89.951057 -v 146.702927 85.800064 89.587784 -v 137.065338 84.288757 89.309021 -v 136.964615 84.388908 89.587784 -v 136.333755 83.942818 89.767136 -v 137.871979 84.936493 89.000000 -v 143.693939 86.669983 89.453995 -v 142.650970 86.721535 89.453995 -v 140.588348 86.422646 89.453995 -v 138.670029 85.607895 89.453995 -v 145.746796 86.245514 89.587784 -v 144.741348 86.564407 89.587784 -v 141.598251 86.719772 89.587784 -v 139.570847 86.152618 89.587784 -v 137.754974 85.087440 89.587784 -v 143.743576 87.104172 89.891006 -v 144.861511 87.049751 89.951057 -v 141.526550 87.214607 89.951057 -v 139.375397 86.612831 89.951057 -v 137.448669 85.482635 89.951057 -v 142.639923 87.456024 89.987686 -v 135.279984 88.808151 89.951057 -v 134.458344 88.013977 89.707108 -v 134.159134 87.753082 89.441124 -v 143.411255 92.680908 89.707108 -v 144.453674 92.270081 89.776718 -v 143.352661 92.434669 89.891006 -v 143.283768 92.145203 89.987686 -v 141.246780 92.482368 89.951057 -v 142.314972 92.739746 89.809021 -v 142.335037 92.960068 89.587784 -v 142.347916 93.101524 89.309021 -v 141.232285 92.760757 89.809021 -v 141.220779 92.981689 89.587784 -v 141.213394 93.123535 89.309021 -v 135.860626 89.674706 89.951057 -v 136.365417 90.650650 89.809021 -v 135.640701 89.846016 89.809021 -v 136.212006 90.810059 89.587784 -v 135.466171 89.981964 89.587784 -v 136.113525 90.912407 89.309021 -v 135.354111 90.069244 89.309021 -v 134.722458 89.126572 89.309021 -v 134.845810 89.056122 89.587784 -v 135.037903 88.946404 89.809021 -v 136.985229 91.638885 89.309021 -v 137.068146 91.523552 89.587784 -v 137.197296 91.343933 89.809021 -v 137.360031 91.117592 89.951057 -v 137.951462 92.233864 89.309021 -v 138.017120 92.107910 89.587784 -v 138.119370 91.911736 89.809021 -v 138.992554 92.685249 89.309021 -v 139.039612 92.551231 89.587784 -v 139.112900 92.342491 89.809021 -v 139.205261 92.079468 89.951057 -v 140.087296 92.983833 89.309021 -v 140.114792 92.844482 89.587784 -v 140.157639 92.627441 89.809021 -v 130.871094 101.625282 89.453995 -v 130.927765 101.532181 89.000000 -v 127.318497 92.593262 89.309021 -v 127.160858 93.615700 89.000000 -v 128.570602 99.524414 89.453995 -v 128.004456 98.646950 89.453995 -v 127.231995 96.711220 89.453995 -v 126.978439 94.642540 89.453995 -v 129.964615 101.090004 89.587784 -v 129.185730 100.378716 89.587784 -v 127.479630 97.734390 89.587784 -v 126.957092 95.695038 89.587784 -v 126.971634 93.589851 89.587784 -v 128.219391 99.784492 89.891006 -v 129.651917 101.480164 89.951057 -v 127.622749 98.859741 89.891006 -v 126.460815 95.755867 89.951057 -v 126.476234 93.522171 89.951057 -v 127.980270 99.961578 89.987686 -v 126.520416 96.893555 89.987686 -v 122.271141 93.166290 89.809021 -v 122.644844 92.083794 89.453995 -v 123.046356 102.452644 89.309021 -v 123.223640 102.285072 89.707108 -v 123.623833 101.906799 89.987686 -v 122.313339 100.311310 89.951057 -v 122.624542 101.365082 89.809021 -v 122.443771 101.492615 89.587784 -v 122.065002 100.437950 89.809021 -v 121.867912 100.538452 89.587784 -v 121.741379 100.602982 89.309021 -v 121.729576 95.235031 89.951057 -v 122.511909 93.306793 89.951057 -v 121.793457 94.138123 89.809021 -v 121.244217 95.114914 89.587784 -v 121.588455 94.054947 89.587784 -v 121.106339 95.080795 89.309021 -v 121.456833 94.001549 89.309021 -v 122.327705 101.574493 89.309021 -v 121.957390 92.983185 89.309021 -v 122.080070 93.054779 89.587784 -v 120.972801 96.204926 89.453995 -v 121.155785 96.223236 89.707108 -v 121.703712 96.278076 89.987686 -v 120.940887 97.330635 89.453995 -v 121.124611 97.322716 89.707108 -v 121.377495 97.311821 89.891006 -v 121.010529 98.460526 89.309021 -v 121.150116 98.434273 89.587784 -v 121.367538 98.393372 89.809021 -v 121.641502 98.341843 89.951057 -v 121.299316 99.557892 89.309021 -v 121.433746 99.512032 89.587784 -v 121.643135 99.440613 89.809021 -v 108.908318 96.433212 89.806961 -v 109.207504 95.897156 89.453995 -v 109.316467 95.899681 89.000000 -v 115.265694 88.351814 89.000000 -v 114.288887 88.679207 89.000000 -v 115.237785 88.246460 89.453995 -v 109.876656 92.854431 89.453995 -v 110.353493 91.925415 89.453995 -v 111.643654 90.288574 89.453995 -v 113.308403 89.034645 89.453995 -v 109.217827 94.844490 89.587784 -v 109.444389 93.814301 89.587784 -v 110.881378 91.014618 89.587784 -v 112.386246 89.542419 89.587784 -v 114.216660 88.502411 89.587784 -v 109.475822 92.680328 89.891006 -v 108.963989 93.675690 89.951057 -v 110.488693 90.705109 89.951057 -v 112.085426 89.143036 89.951057 -v 114.027573 88.039543 89.951057 -v 109.722931 91.548599 89.987686 -v 112.231926 84.498642 89.951057 -v 113.894096 84.545212 89.889030 -v 113.739021 84.146126 89.579544 -v 104.812378 89.604164 89.707108 -v 104.846519 91.083199 89.922127 -v 105.340073 89.761604 89.987686 -v 105.054932 89.676529 89.891006 -v 105.431030 88.681435 89.891006 -v 105.201248 88.575287 89.707108 -v 105.034302 88.498161 89.453995 -v 106.695374 86.996666 89.951057 -v 105.832718 87.677185 89.809021 -v 105.647133 87.556763 89.587784 -v 105.527985 87.479439 89.309021 -v 111.212158 84.719353 89.987686 -v 110.130661 84.645958 89.891006 -v 110.060471 84.402771 89.707108 -v 111.136322 84.173927 89.707108 -v 110.009468 84.226082 89.453995 -v 111.110992 83.991776 89.453995 -v 112.234924 83.856613 89.309021 -v 112.234268 83.998657 89.587784 -v 112.233231 84.219879 89.809021 -v 108.927826 84.560066 89.309021 -v 108.986237 84.689537 89.587784 -v 109.191872 85.145294 89.951057 -v 107.929428 85.099358 89.309021 -v 108.005684 85.219193 89.587784 -v 108.124451 85.405846 89.809021 -v 108.274094 85.641037 89.951057 -v 107.017975 85.775276 89.309021 -v 107.110512 85.883041 89.587784 -v 107.254639 86.050880 89.809021 -v 106.212021 86.574066 89.309021 -v 106.318954 86.667557 89.587784 -v 106.485504 86.813179 89.809021 -v 103.336411 74.271873 89.453995 -v 112.899956 75.745758 89.000000 -v 113.035385 75.611092 89.587784 -v 112.128029 75.063507 89.000000 -v 106.306061 73.330017 89.453995 -v 107.349037 73.278465 89.453995 -v 109.411652 73.577354 89.453995 -v 111.329971 74.392105 89.453995 -v 104.253204 73.754486 89.587784 -v 105.258652 73.435593 89.587784 -v 108.401749 73.280220 89.587784 -v 110.429146 73.847382 89.587784 -v 112.245026 74.912560 89.587784 -v 106.256424 72.895836 89.891006 -v 111.551086 74.015160 89.891006 -v 113.738861 75.854340 89.890091 -v 104.071671 73.288605 89.951057 -v 107.355606 72.841492 89.891006 -v 110.624611 73.387169 89.951057 -v 106.222626 72.600204 89.987686 -v 109.609550 72.869942 89.987686 -v 112.551338 74.517372 89.951057 -v 115.171402 72.132240 89.951057 -v 115.154198 70.943878 89.587784 -v 106.532257 67.081772 89.309021 -v 106.588737 67.319092 89.707108 -v 105.125107 68.424660 89.985443 -v 106.716240 67.854797 89.987686 -v 108.753227 67.517632 89.951057 -v 107.685036 67.260254 89.809021 -v 107.664963 67.039932 89.587784 -v 107.652084 66.898476 89.309021 -v 108.767715 67.239243 89.809021 -v 108.779221 67.018311 89.587784 -v 108.786606 66.876465 89.309021 -v 113.441292 69.550217 89.951057 -v 113.634590 69.349350 89.809021 -v 114.139374 70.325294 89.951057 -v 113.787987 69.189941 89.587784 -v 114.533829 70.018044 89.587784 -v 113.886475 69.087593 89.309021 -v 114.645889 69.930756 89.309021 -v 114.684502 69.900681 89.000000 -v 107.647644 66.849731 89.000000 -v 115.277534 70.873428 89.309021 -v 114.962090 71.053596 89.809021 -v 113.014778 68.361122 89.309021 -v 112.931862 68.476440 89.587784 -v 112.802719 68.656067 89.809021 -v 112.048546 67.766136 89.309021 -v 111.982887 67.892090 89.587784 -v 111.880630 68.088264 89.809021 -v 111.751770 68.335464 89.951057 -v 111.007454 67.314751 89.309021 -v 110.960396 67.448769 89.587784 -v 110.887100 67.657509 89.809021 -v 109.912704 67.016167 89.309021 -v 109.885208 67.155518 89.587784 -v 109.788391 67.646057 89.951057 -v 118.777496 57.857727 89.790253 -v 119.171539 58.304688 89.587784 -v 119.072243 58.467819 89.000000 -v 122.634262 67.393936 89.000000 -v 122.818604 67.443886 89.587784 -v 122.839142 66.384300 89.000000 -v 121.429405 60.475586 89.453995 -v 121.995544 61.353050 89.453995 -v 122.768005 63.288773 89.453995 -v 123.021561 65.357460 89.453995 -v 120.035378 58.909988 89.587784 -v 120.814270 59.621292 89.587784 -v 122.520370 62.265602 89.587784 -v 123.042908 64.304962 89.587784 -v 123.028366 66.410149 89.587784 -v 121.780602 60.215500 89.891006 -v 120.348083 58.519836 89.951057 -v 122.377251 61.140259 89.891006 -v 123.539192 64.244133 89.951057 -v 123.523766 66.477829 89.951057 -v 122.019730 60.038422 89.987686 -v 123.479591 63.106445 89.987686 -v 126.779884 67.459412 89.987686 -v 127.728859 66.833710 89.809021 -v 127.038574 68.174423 89.581078 -v 127.355164 67.916214 89.453995 -v 126.776352 57.714928 89.707108 -v 126.592415 57.888802 89.891006 -v 125.243713 57.001289 89.966751 -v 127.375458 58.634926 89.809021 -v 127.556229 58.507385 89.587784 -v 128.093033 60.649391 89.951057 -v 127.934998 59.562057 89.809021 -v 128.132080 59.461548 89.587784 -v 128.258621 59.397018 89.309021 -v 127.948227 65.757072 89.951057 -v 128.541031 64.831940 89.809021 -v 128.206543 65.861877 89.809021 -v 128.755783 64.885086 89.587784 -v 128.411545 65.945053 89.587784 -v 128.893661 64.919205 89.309021 -v 128.543167 65.998451 89.309021 -v 127.672295 58.425507 89.309021 -v 128.042603 67.016815 89.309021 -v 127.919930 66.945221 89.587784 -v 129.086960 63.801056 89.309021 -v 128.945618 63.786911 89.587784 -v 128.448105 63.737106 89.951057 -v 129.059113 62.669365 89.453995 -v 128.875381 62.677284 89.707108 -v 128.325226 62.700996 89.987686 -v 128.930450 61.550568 89.453995 -v 128.749725 61.584564 89.707108 -v 128.500977 61.631348 89.891006 -v 128.700684 60.442108 89.309021 -v 128.566254 60.487961 89.587784 -v 128.356873 60.559387 89.809021 -v 144.321793 62.882385 94.455727 -v 145.636536 64.492653 94.455727 -v 145.747589 64.409195 94.401306 -v 144.522537 62.704536 94.326820 -v 139.581177 58.875519 94.488869 -v 137.906830 57.644730 94.455727 -v 139.742737 58.641457 94.401306 -v 138.040924 57.412460 94.326820 -v 130.191177 54.571922 94.401306 -v 132.220459 55.072090 94.401306 -v 130.217041 54.445251 94.326820 -v 121.888512 54.374573 94.455727 -v 123.960587 54.207291 94.455727 -v 123.954994 54.068481 94.401306 -v 121.856178 54.108322 94.326820 -v 113.933884 56.678658 94.455727 -v 115.846359 55.863831 94.455727 -v 115.797096 55.733932 94.401306 -v 113.818909 56.436340 94.326820 -v 105.787102 97.021149 94.488869 -v 104.363472 95.507347 94.455727 -v 105.678215 97.117615 94.455727 -v 104.252411 95.590797 94.401306 -v 105.477455 97.295471 94.326820 -v 112.093178 102.355263 94.455727 -v 110.336182 101.244209 94.455727 -v 110.257263 101.358543 94.401306 -v 111.959076 102.587540 94.326820 -v 117.858665 104.654732 94.488869 -v 119.836609 105.291962 94.455727 -v 117.779541 104.927910 94.401306 -v 119.782959 105.554749 94.326820 -v 123.972443 105.498680 94.500000 -v 128.111496 105.625427 94.455727 -v 126.045006 105.931519 94.401306 -v 128.143814 105.891678 94.326820 -v 136.066116 103.321350 94.455727 -v 134.153641 104.136169 94.455727 -v 134.202911 104.266068 94.401306 -v 136.181091 103.563660 94.326820 -v 150.729935 77.922867 94.455727 -v 150.952576 80.000000 94.401306 -v 150.868408 77.911690 94.401306 -v 151.081848 80.000000 94.326820 -v 150.479370 75.859200 94.455727 -v 150.616486 75.836914 94.401306 -v 150.323959 73.758209 94.326820 -v 150.063538 73.822395 94.455727 -v 149.485184 71.825645 94.455727 -v 149.616959 71.781654 94.401306 -v 148.875824 69.827461 94.401306 -v 148.748016 69.881912 94.455727 -v 147.856842 68.003799 94.455727 -v 147.979858 67.939240 94.401306 -v 147.044128 66.060150 94.326820 -v 146.817444 66.203491 94.455727 -v 142.881744 61.383141 94.455727 -v 142.977982 61.282944 94.401306 -v 141.495346 59.796875 94.326820 -v 141.325714 60.004623 94.455727 -v 136.003754 56.810089 94.488869 -v 136.125671 56.553146 94.401306 -v 136.181091 56.436340 94.326820 -v 134.248749 55.613052 94.326820 -v 134.202911 55.733932 94.401306 -v 128.111496 54.374573 94.455727 -v 128.128235 54.236664 94.401306 -v 126.050209 53.939308 94.326820 -v 126.039413 54.207291 94.455727 -v 119.782959 54.445251 94.326820 -v 119.836609 54.708038 94.455727 -v 117.743576 54.947914 94.326820 -v 117.818199 55.205536 94.455727 -v 111.959076 57.412460 94.326820 -v 112.165916 57.770721 94.488869 -v 110.183823 58.535065 94.326820 -v 110.257263 58.641457 94.401306 -v 110.418823 58.875519 94.488869 -v 108.674286 60.004623 94.455727 -v 108.586418 59.897018 94.401306 -v 107.118263 61.383141 94.455727 -v 106.932465 61.189713 94.326820 -v 105.574226 62.790268 94.401306 -v 105.787102 62.978859 94.488869 -v 104.149055 64.331535 94.326820 -v 104.363472 64.492653 94.455727 -v 103.065147 66.129242 94.401306 -v 102.955887 66.060150 94.326820 -v 101.522697 69.997253 94.500000 -v 102.020142 67.939240 94.401306 -v 101.905670 67.879158 94.326820 -v 101.124176 69.827461 94.401306 -v 101.251984 69.881912 94.455727 -v 100.260422 71.740715 94.326820 -v 100.514824 71.825645 94.455727 -v 99.936462 73.822395 94.455727 -v 99.801575 73.789146 94.401306 -v 99.520645 75.859200 94.455727 -v 99.383514 75.836914 94.401306 -v 99.002731 77.901283 94.326820 -v 99.270065 77.922867 94.455727 -v 99.331833 80.000000 94.488869 -v 99.047440 80.000000 94.401306 -v 98.699753 80.000000 94.124695 -v 99.270065 82.077133 94.455727 -v 98.886353 82.108109 94.233925 -v 99.664230 84.117462 94.488869 -v 99.255905 84.183823 94.326820 -v 99.676048 86.241791 94.326820 -v 99.801575 86.210854 94.401306 -v 100.077705 86.142792 94.488869 -v 100.514824 88.174355 94.455727 -v 100.383049 88.218353 94.401306 -v 100.897827 90.268982 94.233925 -v 101.251984 90.118088 94.455727 -v 102.143158 91.996193 94.455727 -v 101.905670 92.120842 94.326820 -v 102.955887 93.939850 94.326820 -v 103.182571 93.796509 94.455727 -v 107.219040 98.511940 94.488869 -v 106.932465 98.810287 94.326820 -v 108.504654 100.203125 94.326820 -v 108.586418 100.102982 94.401306 -v 108.766289 99.882690 94.488869 -v 113.933884 103.321350 94.455727 -v 113.874329 103.446854 94.401306 -v 115.751251 104.386955 94.326820 -v 115.846359 104.136169 94.455727 -v 121.906044 105.481018 94.488869 -v 121.871765 105.763336 94.401306 -v 123.949791 106.060699 94.326820 -v 123.960587 105.792702 94.455727 -v 130.191177 105.428078 94.401306 -v 130.163391 105.291962 94.455727 -v 132.256424 105.052086 94.326820 -v 132.181808 104.794464 94.455727 -v 137.976288 102.475578 94.401306 -v 137.906830 102.355263 94.455727 -v 139.816177 101.464935 94.326820 -v 139.663818 101.244209 94.455727 -v 141.325714 99.995369 94.455727 -v 141.413574 100.102982 94.401306 -v 142.881744 98.616859 94.455727 -v 143.148407 98.894501 94.233925 -v 144.522537 97.295471 94.326820 -v 144.212891 97.021149 94.488869 -v 145.850952 95.668465 94.326820 -v 145.747589 95.590797 94.401306 -v 145.520233 95.419952 94.488869 -v 146.817444 93.796509 94.455727 -v 146.934860 93.870758 94.401306 -v 147.856842 91.996193 94.455727 -v 148.094330 92.120842 94.326820 -v 148.875824 90.172539 94.401306 -v 148.748016 90.118088 94.455727 -v 149.739578 88.259285 94.326820 -v 149.485184 88.174355 94.455727 -v 150.063538 86.177612 94.455727 -v 150.198425 86.210854 94.401306 -v 150.479370 84.140800 94.455727 -v 150.744095 84.183823 94.326820 -v 150.997269 82.098717 94.326820 -v 150.868408 82.088318 94.401306 -v 102.070587 78.048416 93.656433 -v 118.261475 102.003609 93.656433 -v 137.065521 99.595650 93.656433 -v 141.613876 95.923119 93.656433 -v 147.965912 81.954681 93.809021 -v 147.305222 85.807831 93.809021 -v 146.732330 87.678520 93.809021 -v 145.122055 91.240852 93.809021 -v 138.705673 98.531288 93.809021 -v 135.376724 100.581001 93.809021 -v 124.021774 103.028175 93.809021 -v 122.072372 102.862251 93.809021 -v 109.772141 97.302200 93.809021 -v 105.903732 92.906830 93.809021 -v 103.997147 89.493889 93.809021 -v 103.267670 87.678520 93.809021 -v 102.282593 83.895294 93.809021 -v 102.694778 74.192169 93.809021 -v 104.877945 68.759148 93.809021 -v 127.927628 57.137741 93.809021 -v 129.855927 57.468384 93.809021 -v 131.738525 57.996391 93.656433 -v 135.376724 59.419006 93.809021 -v 137.084732 60.373154 93.809021 -v 140.227859 62.697800 93.809021 -v 141.640335 64.051544 93.809021 -v 146.002853 70.506111 93.809021 -v 147.305222 74.192169 93.809021 -v 147.776596 83.905434 93.953995 -v 146.057571 89.518623 93.953995 -v 142.979630 94.517532 93.953995 -v 141.683685 95.990013 93.953995 -v 140.267532 97.347290 93.953995 -v 137.116211 99.677979 93.953995 -v 133.593948 101.386864 93.809021 -v 131.749252 102.038635 93.809021 -v 129.855927 102.531616 93.809021 -v 127.927628 102.862251 93.809021 -v 125.980774 103.088173 93.953995 -v 120.131416 102.590317 93.953995 -v 118.233162 102.096054 93.953995 -v 116.383659 101.442581 93.953995 -v 104.825523 91.270142 93.953995 -v 103.211052 87.698524 93.953995 -v 102.636665 85.822960 93.953995 -v 102.034088 81.954681 93.809021 -v 101.951057 80.000000 93.809021 -v 105.903732 67.093170 93.809021 -v 107.067093 65.520187 93.809021 -v 108.359673 64.051544 93.809021 -v 109.772141 62.697800 93.809021 -v 111.294334 61.468712 93.809021 -v 112.883789 60.322021 93.953995 -v 114.623276 59.419006 93.809021 -v 116.406052 58.613136 93.809021 -v 118.233162 57.903946 93.953995 -v 120.144066 57.468384 93.809021 -v 122.072372 57.137741 93.809021 -v 124.021774 56.971825 93.809021 -v 125.978226 56.971825 93.809021 -v 129.868591 57.409683 93.953995 -v 131.766846 57.903946 93.953995 -v 133.593948 58.613136 93.809021 -v 137.116211 60.322021 93.953995 -v 138.741379 61.420433 93.953995 -v 142.979630 65.482468 93.953995 -v 144.146027 67.059547 93.953995 -v 145.122055 68.759148 93.809021 -v 146.788956 72.301476 93.953995 -v 147.717407 76.104713 93.809021 -v 148.025757 78.040222 93.953995 -v 148.108994 80.000000 93.953995 -v 148.107437 81.966736 94.087784 -v 147.442688 85.843613 94.087784 -v 145.246063 91.310120 94.087784 -v 144.146027 92.940453 93.953995 -v 141.742874 96.046738 94.087784 -v 140.321701 97.408829 94.087784 -v 138.790131 98.645485 94.087784 -v 135.440659 100.707832 94.087784 -v 124.015747 103.170090 94.087784 -v 122.054329 103.003143 94.087784 -v 114.596245 100.634621 93.953995 -v 112.883789 99.677979 93.953995 -v 111.258621 98.579567 93.953995 -v 109.678299 97.408829 94.087784 -v 108.316315 95.990013 93.953995 -v 107.020370 94.517532 93.953995 -v 105.786041 92.986366 94.087784 -v 103.133743 87.725838 94.087784 -v 102.557320 85.843613 94.087784 -v 102.142601 83.919296 94.087784 -v 101.974258 78.040222 93.953995 -v 102.223404 76.094559 93.953995 -v 102.636665 74.177040 93.953995 -v 103.211052 72.301476 93.953995 -v 103.942429 70.481377 93.953995 -v 104.753944 68.689873 94.087784 -v 127.935249 57.078178 93.953995 -v 133.646912 58.481339 94.087784 -v 135.403763 59.365379 93.953995 -v 138.790131 61.354515 94.087784 -v 140.321701 62.591171 94.087784 -v 141.683685 64.009987 93.953995 -v 145.246063 68.689873 94.087784 -v 146.057571 70.481377 93.953995 -v 147.442688 74.156380 94.087784 -v 147.957855 83.936523 94.207108 -v 146.866257 87.725838 94.087784 -v 146.225159 89.594376 94.207108 -v 143.043411 94.569038 94.087784 -v 133.684906 101.613220 94.207108 -v 131.820694 102.271889 94.207108 -v 129.907333 102.770088 94.207108 -v 127.958611 103.104233 94.207108 -v 125.988586 103.271904 94.207108 -v 120.092674 102.770088 94.207108 -v 118.179314 102.271889 94.207108 -v 116.315094 101.613220 94.207108 -v 104.664978 91.359825 94.207108 -v 103.867714 89.552399 94.087784 -v 101.707108 80.000000 94.207108 -v 105.701614 66.956566 94.207108 -v 106.877296 65.366936 94.207108 -v 108.183548 63.882736 94.207108 -v 109.610977 62.514664 94.207108 -v 114.513451 59.201172 94.207108 -v 116.315094 58.386780 94.207108 -v 118.179314 57.728111 94.207108 -v 120.092674 57.229912 94.207108 -v 122.041389 56.895767 94.207108 -v 124.011421 56.728096 94.207108 -v 125.988586 56.728096 94.207108 -v 129.885864 57.329529 94.087784 -v 131.790848 57.825554 94.087784 -v 137.159210 60.252197 94.087784 -v 140.389023 62.514664 94.207108 -v 141.816452 63.882736 94.207108 -v 143.043411 65.430962 94.087784 -v 144.213959 67.013634 94.087784 -v 146.225159 70.405632 94.207108 -v 146.866257 72.274162 94.087784 -v 147.957855 76.063484 94.207108 -v 148.208984 78.024628 94.207108 -v 148.292892 80.000000 94.207108 -v 148.327881 81.985497 94.309021 -v 147.656769 85.899368 94.309021 -v 145.439194 91.418015 94.309021 -v 144.397247 93.110252 94.309021 -v 141.816452 96.117256 94.207108 -v 140.389023 97.485329 94.207108 -v 138.850723 98.727425 94.207108 -v 137.212631 99.834579 94.207108 -v 135.486542 100.798828 94.207108 -v 124.006355 103.391121 94.309021 -v 122.026230 103.222588 94.309021 -v 114.459732 100.905373 94.309021 -v 112.724808 99.936188 94.309021 -v 111.078323 98.823357 94.309021 -v 109.532135 97.574898 94.309021 -v 108.097412 96.199821 94.309021 -v 106.784454 94.708015 94.309021 -v 105.602753 93.110252 94.309021 -v 103.037659 87.759796 94.207108 -v 102.458702 85.869301 94.207108 -v 102.042152 83.936523 94.207108 -v 101.791016 81.975372 94.207108 -v 101.672127 78.014503 94.309021 -v 101.924545 76.043320 94.309021 -v 102.343231 74.100639 94.309021 -v 102.925156 72.200462 94.309021 -v 103.666122 70.356476 94.309021 -v 104.560806 68.581985 94.309021 -v 111.149277 61.272583 94.207108 -v 112.787369 60.165421 94.207108 -v 124.006355 56.608879 94.309021 -v 125.993645 56.608879 94.309021 -v 127.973770 56.777412 94.309021 -v 133.684906 58.386780 94.207108 -v 135.486542 59.201172 94.207108 -v 137.275192 60.063812 94.309021 -v 138.850723 61.272583 94.207108 -v 141.902588 63.800179 94.309021 -v 143.215546 65.291977 94.309021 -v 145.335022 68.640175 94.207108 -v 147.074844 72.200462 94.309021 -v 147.541306 74.130707 94.207108 -v 148.207321 83.979294 94.391006 -v 147.201004 87.844116 94.391006 -v 133.729401 101.723938 94.309021 -v 131.855621 102.385986 94.309021 -v 129.932465 102.886726 94.309021 -v 127.973770 103.222588 94.309021 -v 125.993645 103.391121 94.309021 -v 120.039345 103.017525 94.391006 -v 118.105194 102.513916 94.391006 -v 116.220718 101.848083 94.391006 -v 104.444000 91.483276 94.391006 -v 101.587784 80.000000 94.309021 -v 105.491905 66.814827 94.391006 -v 108.000809 63.707596 94.391006 -v 109.443748 62.324661 94.391006 -v 114.459732 59.094627 94.309021 -v 116.270607 58.276062 94.309021 -v 118.144371 57.614021 94.309021 -v 120.067535 57.113266 94.309021 -v 122.026230 56.777412 94.309021 -v 140.467865 62.425095 94.309021 -v 143.319641 65.207924 94.391006 -v 144.508102 66.814827 94.391006 -v 146.333878 70.356476 94.309021 -v 147.786255 74.066925 94.391006 -v 148.075455 76.043320 94.309021 -v 148.327881 78.014503 94.309021 -v 148.412216 80.000000 94.309021 -v 148.461182 81.996841 94.391006 -v 147.926544 85.969604 94.451057 -v 146.455795 89.698631 94.391006 -v 145.556000 91.483276 94.391006 -v 144.508102 93.185173 94.391006 -v 143.319641 94.792076 94.391006 -v 142.103851 96.392708 94.451057 -v 140.652039 97.784164 94.451057 -v 139.087448 99.047485 94.451057 -v 137.421356 100.173561 94.451057 -v 135.665771 101.154297 94.451057 -v 124.000679 103.524788 94.391006 -v 122.009239 103.355293 94.391006 -v 112.578644 100.173561 94.451057 -v 110.912552 99.047485 94.451057 -v 109.347961 97.784164 94.451057 -v 106.567566 94.883148 94.451057 -v 105.371796 93.266357 94.451057 -v 103.544205 89.698631 94.391006 -v 102.662308 87.892410 94.451057 -v 102.073456 85.969604 94.451057 -v 101.649788 84.003799 94.451057 -v 101.394363 82.009132 94.451057 -v 101.538818 78.003159 94.391006 -v 101.792679 76.020706 94.391006 -v 102.213753 74.066925 94.391006 -v 102.798996 72.155884 94.391006 -v 103.544205 70.301369 94.391006 -v 104.444000 68.516731 94.391006 -v 106.680359 65.207924 94.391006 -v 112.578644 59.826439 94.451057 -v 124.000679 56.475204 94.391006 -v 125.999321 56.475204 94.391006 -v 127.990761 56.644699 94.391006 -v 129.960663 56.982475 94.391006 -v 131.894806 57.486084 94.391006 -v 133.833344 58.017395 94.451057 -v 135.665771 58.845703 94.451057 -v 137.421356 59.826439 94.451057 -v 139.087448 60.952515 94.451057 -v 141.999191 63.707596 94.391006 -v 144.628204 66.733643 94.451057 -v 145.682571 68.446030 94.451057 -v 147.201004 72.155884 94.391006 -v 148.350220 75.996208 94.451057 -v 148.350220 84.003799 94.451057 -v 120.008797 103.159241 94.451057 -v 118.062744 102.652527 94.451057 -v 116.166664 101.982605 94.451057 -v 114.334229 101.154297 94.451057 -v 107.896149 96.392708 94.451057 -v 105.371796 66.733643 94.451057 -v 107.896149 63.607285 94.451057 -v 109.347961 62.215836 94.451057 -v 110.912552 60.952515 94.451057 -v 143.432434 65.116852 94.451057 -v 147.926544 74.030396 94.451057 -v 95.249207 76.607155 89.480225 -v 128.946136 50.387100 89.633949 -v 126.695251 50.173477 89.633949 -v 153.515488 88.908562 89.633949 -v 137.597107 107.088905 89.633949 -v 126.695251 109.826530 89.633949 -v 124.434647 109.869316 89.633949 -v 117.723907 108.975060 89.633949 -v 95.317734 83.385033 89.633949 -v 95.658745 74.379837 89.633949 -v 101.099510 62.076218 89.633949 -v 107.531723 55.764603 89.633949 -v 109.414642 54.512901 89.633949 -v 113.436996 52.453812 89.633949 -v 154.857880 82.264603 89.480225 -v 154.874664 80.000000 89.633949 -v 154.925201 81.532623 89.413605 -v 154.919876 78.680992 89.464714 -v 154.789108 77.740616 89.633949 -v 154.922562 81.100006 89.482635 -v 154.899933 77.732208 89.317108 -v 154.933304 78.264412 89.329727 -v 154.107559 73.273544 89.633949 -v 153.934158 72.210220 89.413605 -v 153.515488 71.091431 89.633949 -v 153.797974 71.799576 89.482635 -v 153.118134 69.707253 89.482635 -v 152.760086 68.960358 89.633949 -v 152.875778 68.917587 89.211426 -v 151.945526 66.843750 89.317108 -v 150.836975 64.864891 89.480225 -v 150.236710 63.809769 89.329727 -v 149.980988 63.480637 89.464714 -v 148.205109 61.184616 89.633949 -v 148.561295 61.522034 89.482635 -v 145.148254 57.848946 89.480225 -v 141.519363 55.019028 89.464714 -v 143.653564 56.569611 89.464714 -v 137.626190 52.848564 89.480225 -v 135.900543 52.068069 89.329727 -v 133.341064 51.411072 89.773918 -v 135.500198 51.952110 89.464706 -v 135.479324 52.123772 89.773918 -v 131.188675 50.702881 89.480225 -v 133.200424 51.202026 89.482635 -v 126.532623 50.074806 89.413605 -v 126.756126 50.066376 89.317017 -v 124.434647 50.130684 89.633949 -v 126.100006 50.077431 89.482635 -v 123.900002 50.077431 89.482635 -v 117.210220 51.065842 89.413605 -v 117.723907 51.024940 89.633949 -v 115.553406 51.658203 89.633949 -v 116.799576 51.202026 89.482635 -v 114.707253 51.881866 89.482635 -v 114.294998 52.013054 89.413605 -v 108.809769 54.763298 89.329727 -v 108.480637 55.019028 89.464714 -v 106.522034 56.438698 89.482635 -v 105.748856 57.155113 89.633949 -v 106.170486 56.690865 89.413605 -v 102.523514 60.319984 89.633949 -v 101.690865 61.170486 89.413605 -v 101.438698 61.522034 89.482635 -v 100.145569 63.301872 89.482635 -v 99.812408 63.935112 89.633949 -v 97.677559 67.917786 89.633949 -v 97.013054 69.294998 89.413605 -v 96.842049 70.018753 89.633949 -v 96.881866 69.707253 89.482635 -v 96.167824 72.176880 89.633949 -v 96.646103 70.378792 89.485420 -v 96.202026 71.799576 89.482635 -v 95.074806 78.467377 89.413605 -v 95.066696 78.264412 89.329727 -v 95.077431 78.900002 89.482635 -v 95.080132 81.319008 89.464714 -v 95.591011 85.633148 89.480225 -v 96.136917 87.991295 89.464706 -v 96.881866 90.292747 89.482635 -v 99.560013 95.899910 89.067673 -v 98.608795 94.146553 89.480225 -v 99.812408 96.064888 89.633949 -v 101.174545 97.867516 89.773918 -v 100.019028 96.519356 89.464714 -v 102.523514 99.680016 89.633949 -v 101.569611 98.653557 89.464714 -v 101.803604 98.998474 89.329727 -v 106.001526 103.196396 89.329727 -v 106.346436 103.430389 89.464714 -v 109.378662 105.545937 89.480225 -v 108.301872 104.854431 89.482635 -v 108.650330 105.110847 89.413605 -v 114.294998 107.986946 89.413605 -v 113.410309 107.609779 89.480225 -v 114.707253 108.118134 89.482635 -v 115.553406 108.341789 89.633949 -v 116.799576 108.797974 89.482635 -v 122.177292 109.741005 89.633949 -v 123.467377 109.925201 89.413605 -v 123.900002 109.922569 89.482635 -v 126.099998 109.922569 89.482635 -v 132.789780 108.934158 89.413605 -v 131.188675 109.297119 89.480225 -v 133.200424 108.797966 89.482635 -v 135.115829 108.181885 89.483627 -v 139.643463 106.118767 89.480225 -v 141.519363 104.980980 89.464714 -v 145.101837 102.100037 89.633949 -v 143.477966 103.561302 89.482635 -v 146.765808 100.563820 89.480225 -v 148.561295 98.477959 89.482635 -v 150.777481 95.100250 89.633949 -v 149.854431 96.698128 89.482635 -v 152.986954 90.705002 89.413605 -v 152.760086 91.039642 89.633949 -v 153.118134 90.292747 89.482635 -v 122.177292 50.258987 89.633949 -v 97.614487 92.110107 89.480225 -v 154.107559 86.726456 89.633949 -v 153.863083 87.991295 89.464714 -v 151.845657 66.892517 89.633949 -v 146.765808 59.436172 89.480225 -v 139.609726 53.941383 89.633949 -v 128.955246 50.318741 89.480225 -v 128.955246 109.681259 89.480225 -v 154.601089 75.483772 89.480225 -v 104.076263 58.676476 89.633949 -v 98.608795 65.853439 89.480225 -v 119.924408 109.510323 89.480225 -v 151.907639 93.137741 89.480225 -v 119.924408 50.489670 89.480225 -v 111.355408 53.345810 89.480225 -v 104.027954 101.372749 89.480225 -v 154.601089 84.516228 89.480225 -v 135.304276 81.328590 95.665016 -v 133.326355 73.785881 95.665016 -v 133.782013 77.697083 96.475037 -v 134.309036 78.799736 96.400772 -v 134.864853 78.728065 96.112923 -v 134.309036 81.200264 96.400772 -v 134.946503 80.000000 96.112923 -v 134.864853 81.271935 96.112923 -v 135.304276 78.671410 95.665016 -v 135.185791 80.000000 95.906525 -v 134.630280 76.101135 95.665016 -v 133.875076 75.001656 95.906525 -v 134.219589 76.267403 96.112923 -v 133.666580 75.119072 96.112923 -v 133.700119 76.477707 96.400772 -v 131.521851 73.683937 96.475037 -v 129.706451 72.236206 96.475037 -v 131.742493 73.470261 96.400772 -v 129.865677 71.973557 96.400772 -v 130.156189 71.494316 96.112923 -v 131.201553 72.223503 96.112923 -v 130.280243 71.289696 95.906525 -v 131.477798 71.877090 95.665016 -v 127.583206 71.296310 96.475037 -v 125.290993 70.925720 96.475037 -v 127.670601 71.001854 96.400772 -v 125.300842 70.618729 96.400772 -v 125.318802 70.058601 96.112923 -v 126.587463 70.180984 96.112923 -v 125.326469 69.819443 95.906525 -v 126.658173 69.743591 95.665016 -v 121.864449 71.479698 96.475037 -v 122.911400 70.849236 96.400772 -v 120.523689 71.419754 96.279053 -v 121.564819 70.665512 96.112923 -v 120.399361 71.181435 96.112923 -v 120.288681 70.969284 95.906525 -v 121.411804 70.249710 95.665016 -v 118.896217 73.279060 96.475037 -v 117.133629 74.879562 96.400772 -v 118.689728 73.051682 96.400772 -v 116.663948 74.573830 96.112923 -v 117.426270 73.552391 96.112923 -v 116.463409 74.443298 95.906525 -v 117.088898 73.265175 95.665016 -v 116.088478 78.264481 96.475037 -v 115.786995 78.205765 96.400772 -v 115.073929 79.362724 96.112923 -v 115.236916 78.098640 96.112923 -v 114.631767 79.334343 95.665016 -v 114.802010 78.013947 95.665016 -v 116.088478 81.735519 96.475037 -v 116.820152 83.939209 96.475037 -v 115.786995 81.794235 96.400772 -v 116.543427 84.072479 96.400772 -v 116.038506 84.315628 96.112923 -v 115.560211 83.134224 96.112923 -v 115.639313 84.507874 95.665016 -v 115.139709 83.273842 95.665016 -v 120.800644 88.049385 96.475037 -v 120.658569 88.321701 96.400772 -v 119.463226 87.937386 96.279053 -v 120.399361 88.818573 96.112923 -v 119.172539 88.354103 95.906525 -v 120.288681 89.030716 95.906525 -v 119.055946 88.521240 95.665016 -v 125.290993 89.074280 96.475037 -v 124.098724 89.342720 96.400772 -v 125.318802 89.941399 96.112923 -v 124.044907 89.900543 96.112923 -v 125.326469 90.180557 95.906525 -v 124.002365 90.341568 95.665016 -v 129.706451 87.763794 96.475037 -v 128.799332 88.582764 96.400772 -v 130.156189 88.505684 96.112923 -v 129.026184 89.095215 96.112923 -v 130.280243 88.710304 95.906525 -v 129.205521 89.500366 95.665016 -v 132.910660 84.455200 96.475037 -v 132.522141 85.613922 96.400772 -v 133.666580 84.880928 96.112923 -v 132.971268 85.949112 96.112923 -v 133.875076 84.998352 95.906525 -v 133.326355 86.214119 95.665016 -v 134.852661 77.416328 95.906525 -v 134.621216 77.477020 96.112923 -v 133.163040 73.907776 95.906525 -v 132.755844 74.211662 96.279053 -v 132.910660 75.544800 96.475037 -v 132.316956 72.913918 95.906525 -v 132.145065 73.080391 96.112923 -v 129.205521 70.499634 95.665016 -v 129.026184 70.904785 96.112923 -v 127.898140 70.235207 95.906525 -v 127.830055 70.464600 96.112923 -v 124.002365 69.658432 95.665016 -v 124.044907 70.099449 96.112923 -v 122.733444 70.069588 95.906525 -v 122.786690 70.302872 96.112923 -v 119.055946 71.478752 95.665016 -v 119.309433 71.842148 96.112923 -v 119.630066 72.301788 96.400772 -v 118.152084 72.459679 95.906525 -v 118.312950 72.636818 96.112923 -v 115.639313 75.492134 95.665016 -v 116.038506 75.684372 96.112923 -v 116.543427 75.927528 96.400772 -v 116.820152 76.060791 96.475037 -v 115.333115 76.790375 95.906525 -v 115.560211 76.865776 96.112923 -v 114.835136 80.652603 95.906525 -v 115.073929 80.637276 96.112923 -v 115.633194 80.601372 96.400772 -v 115.002045 81.947098 95.906525 -v 115.236916 81.901367 96.112923 -v 116.463409 85.556709 95.906525 -v 116.663948 85.426170 96.112923 -v 117.244072 86.602722 95.906525 -v 117.426270 86.447609 96.112923 -v 118.896217 86.720947 96.475037 -v 117.853004 86.084328 96.400772 -v 118.312950 87.363182 96.112923 -v 118.015076 87.691185 95.665016 -v 121.482185 89.559052 95.906525 -v 121.564819 89.334488 96.112923 -v 122.979744 88.851318 96.475037 -v 122.846512 89.435066 96.279053 -v 122.733444 89.930420 95.906525 -v 126.625648 90.055229 95.906525 -v 126.587463 89.819016 96.112923 -v 127.583206 88.703690 96.475037 -v 126.498016 89.265778 96.400772 -v 127.830055 89.535400 96.112923 -v 127.956123 89.960152 95.665016 -v 131.350739 87.963577 95.906525 -v 131.201553 87.776497 96.112923 -v 131.521851 86.316063 96.475037 -v 130.852127 87.338341 96.400772 -v 132.145065 86.919617 96.112923 -v 132.463348 87.227852 95.665016 -v 134.441376 83.822395 95.906525 -v 134.219589 83.732597 96.112923 -v 134.004410 81.160988 96.475037 -v 133.700119 83.522293 96.400772 -v 134.621216 82.522980 96.112923 -v 135.049789 82.635361 95.665016 -v 156.202393 81.099998 89.269043 -v 156.435486 78.900002 86.500000 -v 155.475403 82.232513 88.986931 -v 154.933304 81.735588 89.329727 -v 155.646011 81.100006 89.603348 -v 156.032211 81.853256 89.084793 -v 155.804977 82.082153 89.076172 -v 155.857086 82.389244 87.611092 -v 155.396118 82.380898 88.706810 -v 155.684265 81.889145 89.343758 -v 155.915375 81.510681 89.494316 -v 156.192780 81.286118 89.258629 -v 156.078705 81.100006 89.466843 -v 156.221588 82.227592 87.407745 -v 156.909576 81.100006 87.158882 -v 156.871872 81.391098 87.175079 -v 156.373566 81.532410 86.569305 -v 156.068512 82.089310 86.910736 -v 155.708237 82.404030 87.397957 -v 156.073196 82.263527 87.173752 -v 156.546585 81.809509 86.783997 -v 156.732834 81.748329 87.167694 -v 156.307861 81.716095 86.642845 -v 156.763870 81.457550 86.712402 -v 156.935379 81.100006 86.989487 -v 156.814728 81.100006 86.674156 -v 154.819214 82.226479 87.068710 -v 154.627594 81.935898 86.776939 -v 154.468658 81.720734 86.645134 -v 154.286026 81.484413 86.553810 -v 155.601517 78.337036 89.476112 -v 155.646011 78.900002 89.603348 -v 154.927124 77.910049 89.067673 -v 154.908020 77.652588 88.705231 -v 156.202393 78.900002 89.269043 -v 156.130157 78.900002 89.407684 -v 155.467545 77.574440 88.473442 -v 155.593765 77.747017 88.929466 -v 155.770020 77.780968 88.800926 -v 155.921646 77.959694 88.965088 -v 155.804657 78.293701 89.441628 -v 156.110931 78.337036 89.170029 -v 155.951431 78.900002 89.557617 -v 156.909576 78.900002 87.158882 -v 156.403519 77.910690 87.376312 -v 156.733582 78.283913 87.234497 -v 156.063004 77.695099 87.522614 -v 155.708237 77.595970 87.397957 -v 156.068512 77.910690 86.910736 -v 156.553009 78.023682 87.115875 -v 156.370972 78.251678 86.664772 -v 156.812531 78.542450 86.780014 -v 156.408142 78.608902 86.530602 -v 156.902466 78.900002 86.821327 -v 156.671692 78.728783 86.574837 -v 153.981003 78.897667 86.500008 -v 154.749222 77.887001 86.933655 -v 154.493927 78.245811 86.662247 -v 152.957016 68.295349 88.239975 -v 155.063538 71.584076 89.258629 -v 147.971725 60.229027 88.239975 -v 150.889832 62.549614 89.269043 -v 140.737869 54.098022 88.239975 -v 144.375153 55.520477 89.258629 -v 131.963440 50.502487 88.239975 -v 135.688232 50.664680 89.269043 -v 122.507401 49.794380 88.239975 -v 126.099998 48.797607 89.269043 -v 116.404091 49.984848 89.269043 -v 107.705841 54.008553 89.258629 -v 99.098022 64.262131 88.239975 -v 100.520477 60.624855 89.258629 -v 95.502487 73.036545 88.239975 -v 95.664680 69.311768 89.269043 -v 94.794380 82.492599 88.239975 -v 93.807228 78.713882 89.258629 -v 93.090431 78.899994 87.158882 -v 97.042999 91.704659 88.239975 -v 94.984848 88.595909 89.269043 -v 99.008553 97.294159 89.258629 -v 109.159805 106.038445 87.762009 -v 105.624855 104.479523 89.258629 -v 118.036545 109.497513 88.239975 -v 114.311768 109.335320 89.269043 -v 127.492599 110.205620 88.239975 -v 123.900002 111.202393 89.269043 -v 136.704666 107.957024 88.239975 -v 133.415924 110.063530 89.258629 -v 144.770981 102.971718 88.239975 -v 142.294159 105.991447 89.258629 -v 151.038437 95.840195 87.762009 -v 149.479523 99.375145 89.258629 -v 154.658936 87.018600 87.762009 -v 154.268661 90.862274 89.258629 -v 155.687714 71.185562 87.158882 -v 154.557007 69.239738 86.500000 -v 151.461945 62.133942 87.158882 -v 149.785278 60.632767 86.500000 -v 144.645889 54.831177 87.158882 -v 142.587402 53.921600 86.500000 -v 123.900002 48.185272 86.674156 -v 114.239738 50.443001 86.500000 -v 114.122543 50.082321 86.674156 -v 116.185562 49.312279 87.158882 -v 107.133942 53.538055 87.158882 -v 105.632767 55.214722 86.500000 -v 99.831177 60.354111 87.158882 -v 98.921600 62.412605 86.500000 -v 94.763161 71.332062 86.500000 -v 93.564514 81.100006 86.500000 -v 94.312279 88.814438 87.158882 -v 95.443001 90.760262 86.500000 -v 98.538055 97.866058 87.158882 -v 100.214722 99.367226 86.500000 -v 105.354111 105.168823 87.158882 -v 107.412605 106.078407 86.500000 -v 114.107025 109.965446 86.743958 -v 126.100006 111.814728 86.674156 -v 135.760254 109.557007 86.500000 -v 133.814438 110.687721 87.158882 -v 142.866058 106.461945 87.158882 -v 144.367233 104.785278 86.500000 -v 155.236847 88.667938 86.500000 -v 154.776489 71.481644 89.557617 -v 126.100006 49.048576 89.557617 -v 116.481644 50.223526 89.557617 -v 94.048576 78.900002 89.557617 -v 95.223526 88.518349 89.557617 -v 114.389320 109.096634 89.557617 -v 133.518356 109.776482 89.557617 -v 154.840393 88.539124 89.517235 -v 154.096634 90.610680 89.557617 -v 154.142502 72.878548 88.896599 -v 154.673706 72.705826 88.986931 -v 154.004593 72.400742 89.329727 -v 154.486023 71.576019 89.603348 -v 155.086075 72.173065 89.084793 -v 154.940689 72.460991 89.076172 -v 154.725891 72.891861 88.473442 -v 154.766251 72.314720 89.343758 -v 154.869080 71.883369 89.494316 -v 155.212845 72.641914 87.426231 -v 155.512146 72.282829 87.376312 -v 155.741821 71.474068 87.175079 -v 155.311584 71.762444 86.569305 -v 155.193558 72.386353 86.910736 -v 154.659103 72.981339 87.762260 -v 155.053223 72.673172 87.213425 -v 155.561752 71.972519 86.783997 -v 155.719986 71.856773 87.167694 -v 155.305832 71.957443 86.642845 -v 155.659653 71.570633 86.712402 -v 155.744522 71.347137 86.911140 -v 155.597534 71.214874 86.674156 -v 154.047775 72.902870 87.068710 -v 153.775757 72.685715 86.776939 -v 153.558105 72.530205 86.645134 -v 152.902985 72.092606 86.500008 -v 153.589890 68.962036 89.476112 -v 153.806183 69.483696 89.603348 -v 153.428574 68.598343 89.200119 -v 152.762665 68.631844 88.896599 -v 154.335327 69.311768 89.269043 -v 154.103638 68.967255 89.353645 -v 153.226822 68.278168 88.473442 -v 153.400208 68.403290 88.929466 -v 153.578308 68.381119 88.800926 -v 154.074371 68.804619 89.170029 -v 153.769699 68.858047 89.441628 -v 154.024414 69.195969 89.541939 -v 155.007889 69.093239 87.158882 -v 154.220886 68.308731 87.376312 -v 154.650116 68.561691 87.234497 -v 153.830429 68.208916 87.522614 -v 153.462387 68.224266 87.397957 -v 153.902283 68.412247 86.910736 -v 154.397964 68.369995 87.115875 -v 154.295303 68.643082 86.664772 -v 154.805115 68.783173 86.780014 -v 154.441055 68.971329 86.530602 -v 155.032425 69.085266 86.989487 -v 154.728729 69.003906 86.574837 -v 154.965454 69.107025 86.743958 -v 152.221939 69.996002 86.500008 -v 152.640244 68.797401 86.933655 -v 152.508316 69.217545 86.662247 -v 150.967361 63.893143 88.986931 -v 150.902252 64.261948 88.239784 -v 150.566177 62.784760 89.604652 -v 151.194901 63.259033 89.084793 -v 151.197784 63.709076 88.800926 -v 151.074478 64.053955 88.473442 -v 151.111664 63.608322 89.108101 -v 150.934509 63.492584 89.343758 -v 150.899017 63.050568 89.494316 -v 150.991455 62.705841 89.258629 -v 150.741165 62.657623 89.517235 -v 151.256531 63.895050 87.397957 -v 151.634048 63.231766 87.376312 -v 151.602554 62.391609 87.175079 -v 151.282471 62.798828 86.569305 -v 151.318192 63.744812 87.213425 -v 151.585327 62.921310 86.783997 -v 151.700043 62.762329 87.167694 -v 151.337280 62.986053 86.642845 -v 151.554245 62.508842 86.712402 -v 151.456207 62.138115 86.821327 -v 151.385223 62.189690 86.674156 -v 150.432938 64.273972 87.068710 -v 150.107117 64.151505 86.776939 -v 149.852066 64.070862 86.645134 -v 149.093811 63.857117 86.500008 -v 148.309143 61.170486 89.413605 -v 149.146591 61.096802 89.603348 -v 148.483398 60.416359 89.212769 -v 147.890900 60.609116 88.896599 -v 149.596695 60.769775 89.269043 -v 149.538269 60.812241 89.407684 -v 148.223053 60.129303 88.473442 -v 148.172791 60.227669 88.720825 -v 148.589157 60.118599 88.800926 -v 148.816879 60.174072 88.965088 -v 148.918549 60.513054 89.441628 -v 149.191818 60.368088 89.170029 -v 149.393677 60.917290 89.557617 -v 150.168823 60.354111 87.158882 -v 149.177917 59.851189 87.376312 -v 149.664307 59.959129 87.234497 -v 148.775711 59.876923 87.522614 -v 148.430435 60.005249 87.397957 -v 148.906891 60.048096 86.910736 -v 149.365265 59.854736 87.115875 -v 149.352005 60.146179 86.664772 -v 149.880157 60.121887 86.780014 -v 149.592056 60.413330 86.530602 -v 150.163086 60.358276 86.821327 -v 149.875732 60.355408 86.574837 -v 147.798203 62.073586 86.500008 -v 147.825638 60.804398 86.933655 -v 147.830002 61.244736 86.662247 -v 144.719131 56.657120 88.986931 -v 144.870697 56.776955 88.473442 -v 144.151733 56.911346 89.213837 -v 143.998474 56.803604 89.329727 -v 143.903198 55.853416 89.603348 -v 144.739594 55.983734 89.084793 -v 144.791214 56.302116 89.076172 -v 144.564117 56.286316 89.343758 -v 144.393753 55.876900 89.494316 -v 144.157532 55.503365 89.466843 -v 145.153748 56.050545 87.407745 -v 144.859253 55.032784 87.175079 -v 144.680664 55.518982 86.569305 -v 144.951904 56.093109 86.910736 -v 144.869247 56.888603 87.762260 -v 145.095612 56.191727 87.173752 -v 145.006531 55.541885 86.783997 -v 145.066528 55.355240 87.167694 -v 144.790634 55.680107 86.642845 -v 144.849518 55.159210 86.712402 -v 144.786819 54.928505 86.911140 -v 144.590149 54.907913 86.674156 -v 144.328552 57.184448 87.068710 -v 143.980835 57.168655 86.776939 -v 143.713348 57.170776 86.645134 -v 142.926422 57.201797 86.500008 -v 141.641754 54.265381 89.476112 -v 142.123352 54.560287 89.603348 -v 141.282364 54.118080 89.212769 -v 140.778427 54.484489 88.896599 -v 142.450394 54.110168 89.269043 -v 140.946045 53.925537 88.473442 -v 140.928650 54.034607 88.720825 -v 141.290924 53.802216 88.800926 -v 141.524658 53.784607 88.965088 -v 141.726105 54.075577 89.441628 -v 142.060455 53.967636 89.353645 -v 142.130798 54.199226 89.541939 -v 142.866058 53.538055 87.158882 -v 142.037292 53.318077 87.291718 -v 142.451004 53.348267 87.197731 -v 141.393677 53.514717 87.522614 -v 141.104950 53.743469 87.397957 -v 141.571320 53.636978 86.910736 -v 141.947510 53.311440 87.115875 -v 142.024963 53.592712 86.664772 -v 142.519760 53.406403 86.780014 -v 142.335831 53.772614 86.530602 -v 142.587723 53.629868 86.574837 -v 142.839828 53.574150 86.743958 -v 141.142807 55.905937 86.500008 -v 140.776703 54.690384 86.933655 -v 140.916931 55.107826 86.662247 -v 136.235657 52.183456 89.067673 -v 136.540665 51.706055 88.986931 -v 136.704773 52.042694 88.239784 -v 135.516296 51.193825 89.603348 -v 136.352036 51.059303 89.084793 -v 136.701462 51.650864 88.592575 -v 136.499512 51.346153 89.076172 -v 136.278641 51.401306 89.343758 -v 135.990112 51.064568 89.494316 -v 135.862274 50.731339 89.258629 -v 135.631439 50.839447 89.517235 -v 135.588211 50.972496 89.586998 -v 136.775742 51.537621 87.397957 -v 136.691269 50.779114 87.376312 -v 135.906769 49.992111 87.158882 -v 136.171967 50.117928 87.175079 -v 136.152374 50.635506 86.569305 -v 136.571274 50.782776 86.851753 -v 136.737305 51.379837 87.213425 -v 136.468750 50.360542 87.167694 -v 136.306763 50.754761 86.642845 -v 136.201797 50.241165 86.712402 -v 135.904572 49.998871 86.821327 -v 135.858475 50.140755 86.613991 -v 136.332153 52.328270 87.068710 -v 135.996582 52.420700 86.776939 -v 135.742828 52.505379 86.645134 -v 135.004303 52.777939 86.500008 -v 132.789780 51.065842 89.413605 -v 133.448120 50.439697 89.610146 -v 132.487488 50.353302 89.212769 -v 132.121445 50.857506 88.896599 -v 133.595901 49.984848 89.269043 -v 133.573578 50.053543 89.407684 -v 132.169342 50.230293 88.627487 -v 132.614868 49.961273 88.965088 -v 132.896378 50.175758 89.441628 -v 133.032242 49.897858 89.170029 -v 133.495895 50.292664 89.586998 -v 133.814438 49.312279 87.158882 -v 132.717178 49.487846 87.376312 -v 133.174118 49.289276 87.234497 -v 132.489990 49.649345 87.328041 -v 132.018600 50.341072 87.762009 -v 132.323349 49.894081 87.269997 -v 132.613647 49.806450 86.910736 -v 132.870819 49.380600 87.115875 -v 133.031403 49.624176 86.664772 -v 133.444397 49.294083 86.780014 -v 133.382629 49.699203 86.530602 -v 133.822418 49.287735 86.989487 -v 133.578094 49.485611 86.574837 -v 133.800644 49.354713 86.743958 -v 132.907242 52.096779 86.500008 -v 132.183426 51.053856 86.933655 -v 132.445786 51.407532 86.662247 -v 127.089951 50.072884 89.067673 -v 127.232513 49.524597 88.986931 -v 126.100006 49.353989 89.603348 -v 126.853256 48.967789 89.084793 -v 127.082153 49.195030 89.076172 -v 127.490028 49.623634 87.762260 -v 127.425568 49.532463 88.473442 -v 126.889145 49.315735 89.343758 -v 126.510681 49.084633 89.494316 -v 126.286118 48.807228 89.258629 -v 127.227592 48.778412 87.407745 -v 126.100006 48.090431 87.158882 -v 126.391098 48.128136 87.175079 -v 126.532410 48.626434 86.569305 -v 126.976318 48.637047 86.851753 -v 127.404030 49.291771 87.397957 -v 127.263527 48.926804 87.173752 -v 126.748329 48.267166 87.167694 -v 126.716095 48.692139 86.642845 -v 126.457550 48.236130 86.712402 -v 126.100006 48.064629 86.989487 -v 126.100006 48.185272 86.674156 -v 127.226479 50.180786 87.068710 -v 126.935898 50.372398 86.776939 -v 126.720734 50.531342 86.645134 -v 123.337036 49.398476 89.476112 -v 123.899994 49.353989 89.603348 -v 123.077103 50.063782 89.213837 -v 122.767380 50.083191 88.896599 -v 123.900002 48.797607 89.269043 -v 123.900002 48.869843 89.407684 -v 122.574440 49.532463 88.473442 -v 122.747017 49.406227 88.929466 -v 122.780968 49.229980 88.800926 -v 122.959694 49.078354 88.965088 -v 123.293701 49.195343 89.441628 -v 123.337036 48.889061 89.170029 -v 123.693794 49.057510 89.541939 -v 123.900002 48.090431 87.158882 -v 122.910690 48.596481 87.376312 -v 123.283913 48.266434 87.234497 -v 122.695099 48.936996 87.522614 -v 122.595970 49.291771 87.397957 -v 122.910690 48.931480 86.910736 -v 123.023682 48.447006 87.115875 -v 123.251678 48.629036 86.664772 -v 123.190491 48.324409 86.963303 -v 123.608902 48.591858 86.530602 -v 123.900002 48.064629 86.989487 -v 123.542450 48.187469 86.780014 -v 123.900002 48.478844 86.507393 -v 123.897667 51.018990 86.500008 -v 122.887001 50.250778 86.933655 -v 123.245811 50.506073 86.662247 -v 117.705826 50.326286 88.986931 -v 118.036469 50.502174 88.239784 -v 117.577988 50.934753 89.213837 -v 116.576019 50.513992 89.603348 -v 117.173065 49.913933 89.084793 -v 117.460991 50.059311 89.076172 -v 117.891861 50.274109 88.473442 -v 117.314720 50.233749 89.343758 -v 116.883369 50.130920 89.494316 -v 116.584076 49.936478 89.258629 -v 117.797005 50.051849 87.397957 -v 117.282829 49.487846 87.376312 -v 116.474068 49.258179 87.175079 -v 116.762444 49.688431 86.569305 -v 117.386353 49.806450 86.910736 -v 117.673172 49.946785 87.213425 -v 116.972519 49.438255 86.783997 -v 116.856773 49.280014 87.167694 -v 116.957443 49.694153 86.642845 -v 116.570633 49.340347 86.712402 -v 116.438759 49.560982 86.538551 -v 116.347137 49.255470 86.911140 -v 116.233856 49.460915 86.613991 -v 117.902870 50.952225 87.068710 -v 117.685715 51.224251 86.776939 -v 117.530205 51.441910 86.645134 -v 117.092934 52.096504 86.500008 -v 113.962036 51.410103 89.476112 -v 114.483696 51.193825 89.603348 -v 113.764351 52.183456 89.067673 -v 113.525391 52.281174 88.705231 -v 114.311768 50.664680 89.269043 -v 114.334091 50.733383 89.407684 -v 113.278168 51.773186 88.473442 -v 113.403290 51.599808 88.929466 -v 113.381119 51.421692 88.800926 -v 113.504242 51.222260 88.965088 -v 113.858047 51.230309 89.441628 -v 113.804619 50.925629 89.170029 -v 114.411789 50.972496 89.586998 -v 114.093239 49.992111 87.158882 -v 113.308731 50.779114 87.376312 -v 113.561691 50.349884 87.234497 -v 113.208916 51.169579 87.522614 -v 113.224266 51.537621 87.397957 -v 113.412247 51.097717 86.910736 -v 113.369995 50.602036 87.115875 -v 113.643082 50.704704 86.664772 -v 113.490761 50.433891 86.963303 -v 113.971329 50.558952 86.530602 -v 114.085266 49.967575 86.989487 -v 113.783173 50.194901 86.780014 -v 114.163422 50.208130 86.565247 -v 114.846809 52.721245 86.505745 -v 113.797401 52.359764 86.933655 -v 114.217545 52.491684 86.662247 -v 108.492584 54.065491 89.343758 -v 109.059799 54.009583 88.706810 -v 109.435532 54.353416 88.281067 -v 107.876648 54.560287 89.603348 -v 108.259033 53.805099 89.084793 -v 108.709076 53.802216 88.800926 -v 109.053955 53.925537 88.473442 -v 108.608322 53.888336 89.108101 -v 108.050568 54.100990 89.494316 -v 107.697128 54.313202 89.557617 -v 108.665756 53.539665 87.426231 -v 108.231766 53.365959 87.376312 -v 107.391609 53.397446 87.175079 -v 107.798828 53.717529 86.569305 -v 108.164192 53.465187 86.851753 -v 109.159691 53.961403 87.762260 -v 108.744812 53.681808 87.213425 -v 107.762329 53.299957 87.167694 -v 107.986053 53.662720 86.642845 -v 107.508842 53.445755 86.712402 -v 107.270050 53.434097 86.911140 -v 107.189690 53.614784 86.674156 -v 109.273972 54.567062 87.068710 -v 109.151505 54.892876 86.776939 -v 109.070862 55.147934 86.645134 -v 108.857391 55.905212 86.500008 -v 105.667511 56.220306 89.476112 -v 106.096802 55.853416 89.603348 -v 105.416359 56.516602 89.212769 -v 105.521408 57.183678 88.705231 -v 105.624855 55.520477 89.258629 -v 105.129303 56.776955 88.473442 -v 105.107834 56.531471 88.702118 -v 105.260414 55.983734 89.084793 -v 105.513054 56.081451 89.441628 -v 105.917290 55.606331 89.557617 -v 105.354111 54.831177 87.158882 -v 104.851189 55.822083 87.376312 -v 104.959129 55.335693 87.234497 -v 104.876923 56.224289 87.522614 -v 105.005249 56.569572 87.397957 -v 105.048096 56.093109 86.910736 -v 104.854736 55.634743 87.115875 -v 105.146179 55.647995 86.664772 -v 105.121887 55.119850 86.780014 -v 105.413330 55.407944 86.530602 -v 105.338943 54.810303 86.989487 -v 105.355408 55.124268 86.574837 -v 105.380333 54.867279 86.743958 -v 106.561081 57.178741 86.559380 -v 107.073257 57.201782 86.500008 -v 106.244736 57.169998 86.662247 -v 102.109100 60.609116 88.896599 -v 101.657120 60.280869 88.986931 -v 101.803604 61.001526 89.329727 -v 100.853416 61.096802 89.603348 -v 100.983734 60.260414 89.084793 -v 101.302116 60.208794 89.076172 -v 101.776955 60.129303 88.473442 -v 101.286316 60.435890 89.343758 -v 100.876900 60.606239 89.494316 -v 100.503365 60.842476 89.466843 -v 101.288521 59.882278 87.426231 -v 100.822083 59.851189 87.376312 -v 100.032784 60.140762 87.175079 -v 100.518982 60.319336 86.569305 -v 101.093109 60.048096 86.910736 -v 101.888603 60.130745 87.762260 -v 101.407639 59.993042 87.213425 -v 100.541885 59.993469 86.783997 -v 100.355240 59.933487 87.167694 -v 100.680107 60.209351 86.642845 -v 100.159210 60.150482 86.712402 -v 99.836929 60.358276 86.821327 -v 99.907913 60.409851 86.674156 -v 102.184448 60.671448 87.068710 -v 102.168655 61.019157 86.776939 -v 102.170776 61.286652 86.645134 -v 102.179634 61.585190 86.553810 -v 99.265381 63.358246 89.476112 -v 99.560287 62.876648 89.603348 -v 99.118080 63.717636 89.212769 -v 99.484489 64.221573 88.896599 -v 99.110168 62.549614 89.269043 -v 98.647331 63.825211 87.563103 -v 98.829254 63.827118 88.702118 -v 98.784607 63.475357 88.965088 -v 99.075577 63.273903 89.441628 -v 98.967636 62.939545 89.353645 -v 99.199226 62.869202 89.541939 -v 98.538055 62.133942 87.158882 -v 98.365959 63.231766 87.376312 -v 98.318314 62.735825 87.234497 -v 98.449348 63.497726 87.328041 -v 98.630615 63.731842 87.269997 -v 98.636978 63.428665 86.910736 -v 98.311440 63.052490 87.115875 -v 98.592712 62.975037 86.664772 -v 98.406403 62.480247 86.780014 -v 98.772614 62.664177 86.530602 -v 98.543793 62.138115 86.821327 -v 98.629868 62.412292 86.574837 -v 100.411385 63.993637 86.559380 -v 100.107826 64.083069 86.662247 -v 97.183456 68.764351 89.067673 -v 96.706055 68.459343 88.986931 -v 97.042694 68.295235 88.239784 -v 97.068069 69.099457 89.329727 -v 96.045151 69.435394 89.604652 -v 96.059303 68.647972 89.084793 -v 96.346153 68.500496 89.076172 -v 96.391487 68.192329 87.611092 -v 96.773186 68.278168 88.473442 -v 96.401306 68.721359 89.343758 -v 96.064568 69.009888 89.494316 -v 95.731339 69.137733 89.258629 -v 95.733383 69.334091 89.407684 -v 95.994865 68.233429 87.407745 -v 94.992111 69.093239 87.158882 -v 95.117928 68.828033 87.175079 -v 95.635506 68.847626 86.569305 -v 95.782776 68.428726 86.851753 -v 96.537621 68.224266 87.397957 -v 96.147102 68.245110 87.173752 -v 95.360542 68.531258 87.167694 -v 95.754761 68.693237 86.642845 -v 95.241165 68.798210 86.712402 -v 94.967575 69.085266 86.989487 -v 95.082321 69.122543 86.674156 -v 97.328270 68.667847 87.068710 -v 97.420700 69.003418 86.776939 -v 97.505379 69.257172 86.645134 -v 97.606049 69.538361 86.553810 -v 95.382332 72.125183 89.476112 -v 95.513992 71.576027 89.603348 -v 95.353302 72.512505 89.212769 -v 95.857506 72.878548 88.896599 -v 94.984848 71.404099 89.269043 -v 95.053543 71.426414 89.407684 -v 95.230293 72.830658 88.627487 -v 94.961273 72.385132 88.965088 -v 95.175758 72.103622 89.441628 -v 94.897858 71.967766 89.170029 -v 95.168297 71.680519 89.541939 -v 94.312279 71.185562 87.158882 -v 94.487846 72.282829 87.376312 -v 94.289276 71.825890 87.234497 -v 94.745071 72.593094 87.522614 -v 94.869576 72.674629 87.299911 -v 94.806450 72.386353 86.910736 -v 94.380600 72.129181 87.115875 -v 94.624176 71.968597 86.664772 -v 94.294083 71.555603 86.780014 -v 94.699203 71.617363 86.530602 -v 94.287735 71.177589 86.989487 -v 94.485611 71.421913 86.574837 -v 94.354713 71.199348 86.743958 -v 96.668594 72.375336 86.559380 -v 97.096779 72.092751 86.500008 -v 96.053856 72.816566 86.933655 -v 96.407532 72.554207 86.662247 -v 95.072884 77.910049 89.067673 -v 94.524597 77.767494 88.986931 -v 94.794052 77.507393 88.239784 -v 94.353989 78.899994 89.603348 -v 93.967789 78.146751 89.084793 -v 94.195030 77.917847 89.076172 -v 94.142914 77.610756 87.611092 -v 94.532463 77.574440 88.473442 -v 94.315735 78.110855 89.343758 -v 94.084633 78.489326 89.494316 -v 93.778412 77.772408 87.407745 -v 93.128136 78.608902 87.175079 -v 93.626434 78.467590 86.569305 -v 93.931480 77.910690 86.910736 -v 94.291771 77.595970 87.397957 -v 93.926804 77.736473 87.173752 -v 93.453423 78.190491 86.783997 -v 93.267166 78.251678 87.167694 -v 93.692139 78.283913 86.642845 -v 93.236130 78.542450 86.712402 -v 93.064629 78.900002 86.989487 -v 93.185272 78.900002 86.674156 -v 95.180786 77.773521 87.068710 -v 95.372398 78.064102 86.776939 -v 95.531342 78.279266 86.645134 -v 96.019157 78.897881 86.500008 -v 94.398476 81.662964 89.476112 -v 94.353989 81.100006 89.603348 -v 94.490555 82.040306 89.212769 -v 95.083191 82.232620 88.896599 -v 93.797607 81.100006 89.269043 -v 94.532463 82.425568 88.473442 -v 94.406227 82.252991 88.929466 -v 94.229980 82.219032 88.800926 -v 94.078354 82.040306 88.965088 -v 94.195343 81.706299 89.441628 -v 93.911491 81.499245 89.353645 -v 94.057510 81.306213 89.541939 -v 93.090431 81.100006 87.158882 -v 93.596481 82.089310 87.376312 -v 93.266434 81.716095 87.234497 -v 93.936996 82.304893 87.522614 -v 94.291771 82.404030 87.397957 -v 93.931480 82.089310 86.910736 -v 93.447006 81.976318 87.115875 -v 93.629036 81.748329 86.664772 -v 93.187469 81.457550 86.780014 -v 93.591858 81.391098 86.530602 -v 93.064629 81.100006 86.989487 -v 93.328316 81.271217 86.574837 -v 93.135048 81.100006 86.743958 -v 95.918854 81.226662 86.505745 -v 95.250778 82.112999 86.933655 -v 95.506073 81.754189 86.662247 -v 95.891792 87.260323 89.067673 -v 95.326286 87.294174 88.986931 -v 95.502174 86.963531 88.239784 -v 95.995415 87.599258 89.329727 -v 95.513992 88.423981 89.603348 -v 94.913933 87.826935 89.084793 -v 95.059311 87.539009 89.076172 -v 94.914848 87.263062 87.611092 -v 95.274109 87.108139 88.473442 -v 95.233749 87.685280 89.343758 -v 95.130920 88.116638 89.494316 -v 94.936478 88.415924 89.258629 -v 94.618141 87.529434 87.407745 -v 94.258179 88.525940 87.175079 -v 94.688431 88.237556 86.569305 -v 94.806450 87.613647 86.910736 -v 95.051849 87.203003 87.397957 -v 94.748169 87.449402 87.173752 -v 94.438255 88.027481 86.783997 -v 94.280014 88.143227 87.167694 -v 94.694153 88.042557 86.642845 -v 94.340347 88.429367 86.712402 -v 94.255470 88.652863 86.911140 -v 94.460915 88.766144 86.613991 -v 95.952225 87.097137 87.068710 -v 96.224251 87.314285 86.776939 -v 96.441910 87.469795 86.645134 -v 97.013054 90.705002 89.413605 -v 96.193825 90.516296 89.603348 -v 97.123169 91.079590 89.213837 -v 97.237343 91.368156 88.896599 -v 95.664680 90.688232 89.269043 -v 95.733383 90.665909 89.407684 -v 96.773186 91.721832 88.473442 -v 96.851372 91.643806 88.720825 -v 96.421692 91.618889 88.800926 -v 96.436226 91.475235 89.136795 -v 96.222260 91.495758 88.965088 -v 96.230309 91.141945 89.441628 -v 95.925629 91.195381 89.170029 -v 95.972496 90.588211 89.586998 -v 94.992111 90.906761 87.158882 -v 95.779114 91.691269 87.376312 -v 95.349884 91.438309 87.234497 -v 96.169579 91.791084 87.522614 -v 96.318230 91.783875 87.299911 -v 96.097717 91.587746 86.910736 -v 95.602036 91.630005 87.115875 -v 95.704704 91.356918 86.664772 -v 95.194901 91.216827 86.780014 -v 95.558952 91.028664 86.530602 -v 94.967575 90.914734 86.989487 -v 95.271263 90.996094 86.574837 -v 95.034554 90.892975 86.743958 -v 97.597748 90.484299 86.559380 -v 97.359764 91.202599 86.933655 -v 97.491684 90.782455 86.662247 -v 99.032646 96.106857 88.986931 -v 99.097755 95.738052 88.239784 -v 99.763298 96.190231 89.329727 -v 99.560287 97.123352 89.603348 -v 98.805099 96.740967 89.084793 -v 98.870117 96.056984 88.592575 -v 98.888336 96.391678 89.108101 -v 99.065491 96.507416 89.343758 -v 99.100990 96.949432 89.494316 -v 99.313202 97.302872 89.557617 -v 98.743469 96.104950 87.397957 -v 98.365959 96.768242 87.376312 -v 98.397446 97.608391 87.175079 -v 98.717529 97.201172 86.569305 -v 98.636978 96.571327 86.910736 -v 98.681808 96.255188 87.213425 -v 98.414680 97.078690 86.783997 -v 98.299957 97.237663 87.167694 -v 98.662720 97.013954 86.642845 -v 98.445755 97.491150 86.712402 -v 98.434097 97.729950 86.911140 -v 98.664490 97.774200 86.613991 -v 99.567062 95.726036 87.068710 -v 99.892876 95.848488 86.776939 -v 100.147934 95.929138 86.645134 -v 100.434593 96.012970 86.553810 -v 101.220306 99.332489 89.476112 -v 100.853416 98.903198 89.603348 -v 102.016899 99.281525 89.067673 -v 102.183670 99.478584 88.705231 -v 100.520477 99.375145 89.258629 -v 101.776955 99.870697 88.473442 -v 101.573387 99.805267 88.929466 -v 101.410851 99.881401 88.800926 -v 100.983734 99.739594 89.084793 -v 101.081451 99.486946 89.441628 -v 100.606331 99.082710 89.557617 -v 99.831177 99.645889 87.158882 -v 100.822083 100.148811 87.376312 -v 100.335693 100.040871 87.234497 -v 101.224289 100.123077 87.522614 -v 101.569572 99.994751 87.397957 -v 101.093109 99.951904 86.910736 -v 100.634743 100.145264 87.115875 -v 100.647995 99.853821 86.664772 -v 100.119850 99.878113 86.780014 -v 100.407944 99.586670 86.530602 -v 99.810303 99.661064 86.989487 -v 100.124268 99.644592 86.574837 -v 99.867279 99.619667 86.743958 -v 102.201828 97.925919 86.500008 -v 102.174362 99.195602 86.933655 -v 102.169998 98.755264 86.662247 -v 105.207428 103.191513 88.706810 -v 105.228821 102.971992 88.239784 -v 106.096802 104.146584 89.603348 -v 105.260414 104.016266 89.084793 -v 105.208794 103.697884 89.076172 -v 105.129303 103.223053 88.473442 -v 105.435890 103.713684 89.343758 -v 105.606239 104.123108 89.494316 -v 105.917290 104.393669 89.557617 -v 105.005249 103.430428 87.397957 -v 104.851189 104.177917 87.376312 -v 105.140762 104.967216 87.175079 -v 105.319336 104.481018 86.569305 -v 104.993042 103.592361 87.213425 -v 104.993469 104.458107 86.783997 -v 104.933487 104.644768 87.167694 -v 105.209351 104.319893 86.642845 -v 105.150482 104.840790 86.712402 -v 105.358276 105.163078 86.821327 -v 105.409851 105.092094 86.674156 -v 105.671448 102.815559 87.068710 -v 106.019157 102.831337 86.776939 -v 106.286652 102.829224 86.645134 -v 107.073586 102.798195 86.500008 -v 108.358246 105.734619 89.476112 -v 107.876648 105.439705 89.603348 -v 108.717636 105.881912 89.212769 -v 109.319595 105.575867 88.705231 -v 107.549614 105.889832 89.269043 -v 108.825211 106.352669 87.563103 -v 109.046867 106.014343 88.692101 -v 108.827118 106.170746 88.702118 -v 108.475357 106.215401 88.965088 -v 108.273903 105.924431 89.441628 -v 107.939545 106.032364 89.353645 -v 107.739853 105.627991 89.586998 -v 107.133942 106.461945 87.158882 -v 108.231766 106.634041 87.376312 -v 107.735825 106.681694 87.234497 -v 108.606323 106.485283 87.522614 -v 108.895050 106.256531 87.397957 -v 108.428665 106.363029 86.910736 -v 108.052490 106.688560 87.115875 -v 107.975037 106.407288 86.664772 -v 107.480247 106.593597 86.780014 -v 107.664177 106.227394 86.530602 -v 107.138115 106.456207 86.821327 -v 107.412292 106.370132 86.574837 -v 108.857193 104.094063 86.500008 -v 109.223297 105.309616 86.933655 -v 109.083069 104.892174 86.662247 -v 113.631851 107.762665 88.896599 -v 113.459343 108.293945 88.986931 -v 114.099457 107.931938 89.329727 -v 114.483704 108.806175 89.603348 -v 113.647972 108.940697 89.084793 -v 113.500496 108.653847 89.076172 -v 113.192329 108.608521 87.611092 -v 113.278168 108.226814 88.473442 -v 113.721359 108.598694 89.343758 -v 114.009888 108.935432 89.494316 -v 114.137733 109.268661 89.258629 -v 113.233429 109.005135 87.407745 -v 114.093239 110.007881 87.158882 -v 113.828033 109.882080 87.175079 -v 113.847626 109.364494 86.569305 -v 113.428726 109.217224 86.851753 -v 113.224266 108.462379 87.397957 -v 113.245110 108.852898 87.173752 -v 113.531258 109.639458 87.167694 -v 113.693237 109.245239 86.642845 -v 113.798210 109.758835 86.712402 -v 114.085266 110.032425 86.989487 -v 113.667847 107.671730 87.068710 -v 114.003418 107.579300 86.776939 -v 114.257172 107.494621 86.645134 -v 114.995689 107.222061 86.500008 -v 117.125183 109.617668 89.476112 -v 116.576027 109.486015 89.603348 -v 117.512505 109.646698 89.212769 -v 117.878548 109.142494 88.896599 -v 116.404099 110.015152 89.269043 -v 116.426414 109.946457 89.407684 -v 117.891861 109.725891 88.473442 -v 117.874695 109.616783 88.720825 -v 117.601974 109.949745 88.800926 -v 117.385132 110.038727 88.965088 -v 117.103622 109.824242 89.441628 -v 116.967766 110.102142 89.170029 -v 116.680519 109.831696 89.541939 -v 116.185562 110.687721 87.158882 -v 117.282829 110.512154 87.376312 -v 116.825890 110.710724 87.234497 -v 117.593094 110.254929 87.522614 -v 117.674629 110.130424 87.299911 -v 117.386353 110.193550 86.910736 -v 117.129181 110.619400 87.115875 -v 116.968597 110.375824 86.664772 -v 116.932648 110.684448 86.963303 -v 116.617363 110.300797 86.530602 -v 116.177589 110.712257 86.989487 -v 116.199348 110.645279 86.743958 -v 116.255753 110.471710 86.565247 -v 117.092751 107.903221 86.500008 -v 117.816566 108.946144 86.933655 -v 117.554207 108.592468 86.662247 -v 122.767494 110.475403 88.986931 -v 122.507393 110.205956 88.239784 -v 123.264412 109.933296 89.329727 -v 122.910049 109.927116 89.067673 -v 123.899994 110.646004 89.603348 -v 123.146751 111.032204 89.084793 -v 122.917847 110.804970 89.076172 -v 122.610756 110.857086 87.611092 -v 122.574440 110.467537 88.473442 -v 123.110855 110.684265 89.343758 -v 123.489326 110.915367 89.494316 -v 123.713882 111.192772 89.258629 -v 123.900002 111.078705 89.466843 -v 122.772408 111.221588 87.407745 -v 123.899994 111.909576 87.158882 -v 123.608902 111.871872 87.175079 -v 123.467590 111.373566 86.569305 -v 123.023682 111.362953 86.851753 -v 122.595970 110.708229 87.397957 -v 122.736473 111.073196 87.173752 -v 123.251678 111.732826 87.167694 -v 123.283913 111.307861 86.642845 -v 123.542450 111.763870 86.712402 -v 123.900002 111.935371 86.989487 -v 123.900002 111.814728 86.674156 -v 122.773521 109.819214 87.068710 -v 123.064102 109.627602 86.776939 -v 123.279266 109.468658 86.645134 -v 123.897667 108.981010 86.500008 -v 126.662964 110.601524 89.476112 -v 126.100006 110.646011 89.603348 -v 127.040306 110.509438 89.212769 -v 127.232620 109.916809 88.896599 -v 126.100006 111.202393 89.269043 -v 126.100006 111.130150 89.407684 -v 127.380898 110.528122 88.627487 -v 127.040306 110.921646 88.965088 -v 126.706299 110.804649 89.441628 -v 126.662964 111.110939 89.170029 -v 126.100006 110.951424 89.557617 -v 126.100006 111.909576 87.158882 -v 127.089310 111.403511 87.376312 -v 126.716095 111.733574 87.234497 -v 127.304893 111.063004 87.522614 -v 127.404030 110.708229 87.397957 -v 127.089310 111.068520 86.910736 -v 126.976318 111.553001 87.115875 -v 126.748329 111.370972 86.664772 -v 126.809509 111.675598 86.963303 -v 126.391098 111.408142 86.530602 -v 126.100006 111.935371 86.989487 -v 126.457550 111.812531 86.780014 -v 126.100006 111.521156 86.507393 -v 126.102325 108.981010 86.500008 -v 127.112999 109.749222 86.933655 -v 126.754189 109.493927 86.662247 -v 132.260330 109.108208 89.067673 -v 132.294174 109.673714 88.986931 -v 131.963531 109.497833 88.239784 -v 132.599258 109.004585 89.329727 -v 133.423981 109.486015 89.603348 -v 132.826935 110.086067 89.084793 -v 132.539017 109.940689 89.076172 -v 132.263062 110.085144 87.611092 -v 132.108139 109.725891 88.473442 -v 132.685272 109.766243 89.343758 -v 133.116638 109.869080 89.494316 -v 132.529434 110.381859 87.407745 -v 133.525940 110.741821 87.175079 -v 133.237549 110.311577 86.569305 -v 132.203003 109.948151 87.397957 -v 132.449402 110.251831 87.173752 -v 133.027481 110.561745 86.783997 -v 133.143234 110.719978 87.167694 -v 133.042557 110.305840 86.642845 -v 133.429367 110.659645 86.712402 -v 133.652863 110.744522 86.911140 -v 133.766144 110.539085 86.613991 -v 132.097137 109.047775 87.068710 -v 132.314285 108.775749 86.776939 -v 132.469803 108.558098 86.645134 -v 132.907059 107.903496 86.500008 -v 136.037964 108.589897 89.476112 -v 135.516296 108.806175 89.603348 -v 136.368378 108.385712 89.212769 -v 136.368164 107.762665 88.896599 -v 135.688232 109.335320 89.269043 -v 136.721832 108.226814 88.473442 -v 136.643814 108.148628 88.720825 -v 136.618896 108.578308 88.800926 -v 136.475235 108.563782 89.136795 -v 136.495758 108.777748 88.965088 -v 136.141953 108.769691 89.441628 -v 136.032745 109.103638 89.353645 -v 135.804031 109.024414 89.541939 -v 135.906754 110.007881 87.158882 -v 136.691269 109.220886 87.376312 -v 136.438309 109.650116 87.234497 -v 136.791092 108.830421 87.522614 -v 136.783875 108.681770 87.299911 -v 136.587738 108.902283 86.910736 -v 136.630005 109.397964 87.115875 -v 136.356918 109.295296 86.664772 -v 136.216827 109.805107 86.780014 -v 136.028671 109.441048 86.530602 -v 135.914734 110.032425 86.989487 -v 135.996094 109.728729 86.574837 -v 135.892975 109.965446 86.743958 -v 135.153183 107.278748 86.505745 -v 136.202591 107.640236 86.933655 -v 135.782455 107.508316 86.662247 -v 141.106857 105.967354 88.986931 -v 140.738052 105.902245 88.239784 -v 141.040405 105.349159 89.213837 -v 142.215240 105.566177 89.604652 -v 141.190231 105.236702 89.329727 -v 141.740967 106.194901 89.084793 -v 141.290924 106.197784 88.800926 -v 140.946045 106.074471 88.473442 -v 141.391678 106.111664 89.108101 -v 141.507416 105.934509 89.343758 -v 141.949432 105.899010 89.494316 -v 142.342377 105.741165 89.517235 -v 141.768250 106.634041 87.376312 -v 142.608398 106.602554 87.175079 -v 142.201172 106.282471 86.569305 -v 140.564468 105.646584 87.680992 -v 141.334244 106.460335 87.426231 -v 141.255188 106.318192 87.213425 -v 142.078690 106.585320 86.783997 -v 142.237671 106.700043 87.167694 -v 142.013947 106.337280 86.642845 -v 142.491150 106.554237 86.712402 -v 142.875824 106.475388 86.903992 -v 142.810318 106.385223 86.674156 -v 140.726028 105.432938 87.068710 -v 140.848495 105.107124 86.776939 -v 140.929138 104.852066 86.645134 -v 141.142807 104.094063 86.500008 -v 143.829514 103.309143 89.413605 -v 143.903198 104.146584 89.603348 -v 144.583649 103.483398 89.212769 -v 144.390884 102.890900 88.896599 -v 144.375137 104.479523 89.258629 -v 144.870178 103.298317 88.627487 -v 144.881409 103.589149 88.800926 -v 144.739594 104.016266 89.084793 -v 144.486954 103.918549 89.441628 -v 144.082718 104.393669 89.557617 -v 144.645889 105.168823 87.158882 -v 145.148819 104.177917 87.376312 -v 145.040878 104.664307 87.234497 -v 145.123077 103.775711 87.522614 -v 144.994751 103.430428 87.397957 -v 145.164978 104.070953 87.244446 -v 144.951904 103.906891 86.910736 -v 144.853821 104.351997 86.664772 -v 144.878113 104.880150 86.780014 -v 144.586670 104.592056 86.530602 -v 144.641724 105.163078 86.821327 -v 144.644592 104.875732 86.574837 -v 143.438919 102.821259 86.559380 -v 144.195602 102.825638 86.933655 -v 143.755264 102.830002 86.662247 -v 147.983109 99.281525 89.067673 -v 148.342896 99.719124 88.986931 -v 147.971985 99.771179 88.239784 -v 149.033401 99.051018 89.589966 -v 148.196396 98.998474 89.329727 -v 149.016266 99.739594 89.084793 -v 148.697891 99.791206 89.076172 -v 148.559540 100.070282 87.611092 -v 148.223053 99.870697 88.473442 -v 148.713684 99.564110 89.343758 -v 149.123108 99.393753 89.494316 -v 149.393677 99.082710 89.557617 -v 148.949463 100.153748 87.407745 -v 150.168823 99.645882 87.158882 -v 149.967224 99.859245 87.175079 -v 149.481018 99.680664 86.569305 -v 148.430435 99.994751 87.397957 -v 148.808289 100.095604 87.173752 -v 149.458115 100.006531 86.783997 -v 149.644775 100.066521 87.167694 -v 149.319901 99.790642 86.642845 -v 149.840790 99.849518 86.712402 -v 150.189697 99.661064 86.989487 -v 150.092102 99.590149 86.674156 -v 147.815552 99.328560 87.068710 -v 147.831345 98.980843 86.776939 -v 147.829224 98.713348 86.645134 -v 150.734619 96.641754 89.476112 -v 150.439713 97.123360 89.603348 -v 150.349167 96.040405 89.213837 -v 150.515518 95.778427 88.896599 -v 150.889832 97.450386 89.269043 -v 151.074478 95.946045 88.473442 -v 151.197784 96.290932 88.800926 -v 151.075165 96.159866 88.929466 -v 151.215393 96.524651 88.965088 -v 150.924438 96.726105 89.441628 -v 151.032364 97.060455 89.353645 -v 150.627991 97.260147 89.586998 -v 151.461945 97.866058 87.158882 -v 151.634048 96.768242 87.376312 -v 151.681702 97.264175 87.234497 -v 151.485291 96.393677 87.522614 -v 151.078415 97.587402 86.500000 -v 151.256531 96.104950 87.397957 -v 151.363037 96.571327 86.910736 -v 151.688568 96.947510 87.115875 -v 151.407288 97.024971 86.664772 -v 151.689697 97.154518 86.963303 -v 151.227402 97.335823 86.530602 -v 151.482819 97.881226 86.989487 -v 151.456207 97.861877 86.821327 -v 151.335510 97.774200 86.613991 -v 149.094070 96.142807 86.500008 -v 150.309616 95.776703 86.933655 -v 149.892166 95.916931 86.662247 -v 153.293945 91.540657 88.986931 -v 152.957321 91.704773 88.239784 -v 152.931946 90.900543 89.329727 -v 153.954849 90.564613 89.604652 -v 153.940689 91.352028 89.084793 -v 153.653854 91.499512 89.076172 -v 153.226822 91.721832 88.473442 -v 153.598694 91.278641 89.343758 -v 153.935440 90.990112 89.494316 -v 153.462387 91.775734 87.397957 -v 154.220886 91.691269 87.376312 -v 155.007874 90.906761 87.158882 -v 154.882080 91.171967 87.175079 -v 154.364502 91.152374 86.569305 -v 153.902283 91.587746 86.910736 -v 153.620163 91.737312 87.213425 -v 154.443405 91.469368 86.783997 -v 154.639465 91.468742 87.167694 -v 154.245239 91.306763 86.642845 -v 154.758835 91.201790 86.712402 -v 155.023682 90.911896 86.903992 -v 154.859253 90.858467 86.613991 -v 152.671738 91.332161 87.068710 -v 152.579300 90.996582 86.776939 -v 152.494629 90.742836 86.645134 -v 152.221848 90.003746 86.500008 -v 154.617661 87.874817 89.476112 -v 154.634689 88.472290 89.604652 -v 154.646698 87.487488 89.212769 -v 154.169617 87.009567 88.705231 -v 155.015152 88.595909 89.269043 -v 155.061172 87.239716 87.563103 -v 154.887558 87.294113 88.702118 -v 155.038727 87.614868 88.965088 -v 154.824249 87.896378 89.441628 -v 155.102142 88.032234 89.170029 -v 154.831696 88.319481 89.541939 -v 155.687729 88.814438 87.158882 -v 155.512146 87.717171 87.376312 -v 155.710724 88.174110 87.234497 -v 155.350662 87.489990 87.328041 -v 155.105927 87.323349 87.269997 -v 155.193558 87.613647 86.910736 -v 155.619400 87.870819 87.115875 -v 155.375824 88.031403 86.664772 -v 155.705917 88.444397 86.780014 -v 155.300797 88.382629 86.530602 -v 155.680969 88.812241 86.821327 -v 155.514389 88.578094 86.574837 -v 153.331406 87.624664 86.559380 -v 153.592468 87.445793 86.662247 -v 147.416092 60.135849 87.190987 -v 147.144226 60.376778 86.690987 -v 147.821259 61.561081 86.559380 -v 144.438354 58.064423 86.548943 -v 144.824326 57.628845 87.046013 -v 144.888443 57.556488 87.343567 -v 146.178604 58.821404 87.190987 -v 146.078156 58.921844 86.912216 -v 145.921722 59.078278 86.690987 -v 145.724609 59.275391 86.548943 -v 140.180603 54.181114 87.190987 -v 140.108612 54.303558 86.912216 -v 139.996490 54.494263 86.690987 -v 141.006363 55.411385 86.559380 -v 136.708496 53.131256 86.548943 -v 136.940979 52.597717 87.046013 -v 136.979614 52.509087 87.343567 -v 138.570236 53.366913 87.046013 -v 138.533020 53.439972 86.912216 -v 138.432571 53.637093 86.690987 -v 138.306015 53.885475 86.548943 -v 131.459137 50.753716 87.190987 -v 131.380798 51.108437 86.690987 -v 132.624664 51.668594 86.559380 -v 127.832542 50.828178 86.548943 -v 127.888786 50.248917 87.046013 -v 127.898132 50.152679 87.343567 -v 129.685379 50.417694 87.190987 -v 129.663162 50.557983 86.912216 -v 129.628555 50.776489 86.690987 -v 129.584946 51.051826 86.548943 -v 122.128990 50.431953 86.792892 -v 123.496597 50.699081 86.559380 -v 120.463402 51.357040 86.500000 -v 118.679321 51.380646 86.548943 -v 118.553802 50.812347 87.046013 -v 118.532959 50.717941 87.343567 -v 120.314621 50.417694 87.190987 -v 120.336845 50.557983 86.912216 -v 120.371452 50.776489 86.690987 -v 120.415062 51.051826 86.548943 -v 113.035019 52.542664 87.190987 -v 113.091766 52.672882 86.912216 -v 110.144806 54.734573 86.548943 -v 109.849823 54.232880 87.046013 -v 109.800827 54.149536 87.343567 -v 111.429764 53.366913 87.046013 -v 111.466988 53.439972 86.912216 -v 111.567429 53.637093 86.690987 -v 113.291504 53.131256 86.548943 -v 105.135849 57.583908 87.190987 -v 105.804398 57.174362 86.933655 -v 105.376778 57.855789 86.690987 -v 102.855789 60.376778 86.690987 -v 102.628845 60.175674 87.046013 -v 102.556488 60.111557 87.343567 -v 103.821404 58.821404 87.190987 -v 103.921844 58.921844 86.912216 -v 104.078278 59.078278 86.690987 -v 104.275391 59.275391 86.548943 -v 99.181114 64.819389 87.190987 -v 99.690384 64.223297 86.933655 -v 99.494263 65.003510 86.690987 -v 97.875694 68.180145 86.690987 -v 97.597717 68.059006 87.046013 -v 97.509087 68.020386 87.343567 -v 98.313416 66.402504 87.190987 -v 98.439972 66.466988 86.912216 -v 98.637093 66.567429 86.690987 -v 98.885475 66.693985 86.548943 -v 95.753716 73.540855 87.190987 -v 95.991920 73.593468 86.792892 -v 96.357040 75.463402 86.500000 -v 95.828178 77.167458 86.548943 -v 95.248917 77.111214 87.046013 -v 95.152679 77.101875 87.343567 -v 95.417694 75.314621 87.190987 -v 95.557983 75.336845 86.912216 -v 95.776489 75.371452 86.690987 -v 96.051826 75.415062 86.548943 -v 95.431953 82.871010 86.792892 -v 95.828178 82.832542 86.548943 -v 96.380646 86.320686 86.548943 -v 95.812347 86.446198 87.046013 -v 95.717941 86.467041 87.343567 -v 95.477005 84.675987 87.046013 -v 95.658638 84.647217 86.792892 -v 96.051826 84.584938 86.548943 -v 97.542664 91.964973 87.190987 -v 97.672882 91.908234 86.912216 -v 97.875694 91.819855 86.690987 -v 99.494263 94.996490 86.690987 -v 99.232880 95.150177 87.046013 -v 99.149536 95.199181 87.343567 -v 98.366913 93.570236 87.046013 -v 98.439972 93.533012 86.912216 -v 98.637093 93.432571 86.690987 -v 98.885475 93.306015 86.548943 -v 102.583908 99.864143 87.190987 -v 102.690216 99.769958 86.912216 -v 102.855789 99.623230 86.690987 -v 102.178741 98.438919 86.559380 -v 105.561661 101.935577 86.548943 -v 105.175674 102.371155 87.046013 -v 105.111557 102.443512 87.343567 -v 103.863861 101.136139 87.046013 -v 103.921844 101.078156 86.912216 -v 104.078278 100.921722 86.690987 -v 104.275391 100.724602 86.548943 -v 109.819389 105.818886 87.190987 -v 110.003510 105.505737 86.690987 -v 108.993637 104.588615 86.559380 -v 113.291504 106.868744 86.548943 -v 113.059006 107.402283 87.046013 -v 113.020386 107.490913 87.343567 -v 111.402504 106.686584 87.190987 -v 111.466988 106.560028 86.912216 -v 111.567429 106.362915 86.690987 -v 111.693985 106.114525 86.548943 -v 118.540855 109.246284 87.190987 -v 118.593468 109.008072 86.792892 -v 117.375336 108.331398 86.559380 -v 120.463402 108.642960 86.500000 -v 122.167458 109.171822 86.548943 -v 122.111214 109.751091 87.046013 -v 122.101875 109.847321 87.343567 -v 120.314621 109.582306 87.190987 -v 120.336845 109.442017 86.912216 -v 120.371452 109.223511 86.690987 -v 120.415062 108.948174 86.548943 -v 127.871010 109.568047 86.792892 -v 126.503403 109.300911 86.559380 -v 129.536606 108.642960 86.500000 -v 131.320679 108.619354 86.548943 -v 131.446198 109.187653 87.046013 -v 131.970001 109.165222 87.343697 -v 129.685379 109.582306 87.190987 -v 129.663162 109.442017 86.912216 -v 129.628555 109.223511 86.690987 -v 129.584946 108.948174 86.548943 -v 136.964966 107.457336 87.190987 -v 136.908234 107.327118 86.912216 -v 139.855194 105.265419 86.548943 -v 140.150177 105.767120 87.046013 -v 140.199173 105.850464 87.343567 -v 138.570236 106.633087 87.046013 -v 138.533020 106.560028 86.912216 -v 138.432571 106.362915 86.690987 -v 136.708496 106.868744 86.548943 -v 146.935577 99.438347 86.548943 -v 144.864151 102.416084 87.190987 -v 144.702362 102.233521 86.792892 -v 146.704300 99.233391 86.500000 -v 147.309784 99.769958 86.912216 -v 147.781738 99.498291 87.343697 -v 146.178604 101.178596 87.190987 -v 146.006104 101.006096 86.792892 -v 145.724609 100.724602 86.548943 -v 150.818878 95.180611 87.190987 -v 150.505737 94.996490 86.690987 -v 149.588608 96.006363 86.559380 -v 151.868744 91.708496 86.548943 -v 152.402283 91.940987 87.046013 -v 152.490921 91.979614 87.343567 -v 151.560028 93.533012 86.912216 -v 151.362915 93.432571 86.690987 -v 151.114532 93.306015 86.548943 -v 154.246277 86.459145 87.190987 -v 153.946136 87.183434 86.933655 -v 153.891571 86.380798 86.690987 -v 154.449280 82.859482 86.690987 -v 154.751099 82.888786 87.046013 -v 154.847321 82.898132 87.343567 -v 154.442017 84.663155 86.912216 -v 154.223511 84.628548 86.690987 -v 153.948181 84.584938 86.548943 -v 154.810852 77.105408 87.190987 -v 154.669495 77.119141 86.912216 -v 154.449280 77.140518 86.690987 -v 154.300919 78.496597 86.559380 -v 153.619354 73.679321 86.548943 -v 154.187653 73.553802 87.046013 -v 154.282059 73.532959 87.343567 -v 154.523010 75.324013 87.046013 -v 154.442017 75.336845 86.912216 -v 154.223511 75.371452 86.690987 -v 153.948181 75.415062 86.548943 -v 152.457336 68.035019 87.190987 -v 152.327118 68.091766 86.912216 -v 152.124298 68.180145 86.690987 -v 152.402252 69.515701 86.559380 -v 150.265427 65.144806 86.548943 -v 150.767120 64.849823 87.046013 -v 150.850464 64.800827 87.343567 -v 151.633087 66.429764 87.046013 -v 151.560028 66.466988 86.912216 -v 151.362915 66.567429 86.690987 -v 151.114532 66.693985 86.548943 -v 119.657959 79.084015 94.300667 -v 119.889603 78.194382 94.300667 -v 120.268265 77.356697 94.300667 -v 120.783051 76.595047 94.300667 -v 122.158257 75.384712 94.300667 -v 121.419144 75.931358 94.300667 -v 123.858124 74.701653 94.300667 -v 122.979118 74.970840 94.300667 -v 124.769966 74.584885 94.300667 -v 126.587097 74.817581 94.300667 -v 125.688438 74.623901 94.300667 -v 127.440102 75.160339 94.300667 -v 128.222916 75.642334 94.300667 -v 129.490524 76.964935 94.300667 -v 128.912994 76.249695 94.300667 -v 129.938858 77.767494 94.300667 -v 130.400467 79.540352 94.300667 -v 130.245117 78.634277 94.300667 -v 130.245117 81.365723 94.300667 -v 130.400467 80.459648 94.300667 -v 129.938858 82.232506 94.300667 -v 129.490524 83.035065 94.300667 -v 127.440102 84.839661 94.300667 -v 128.912994 83.750305 94.300667 -v 128.222916 84.357666 94.300667 -v 126.587097 85.182419 94.300667 -v 125.688438 85.376099 94.300667 -v 123.858124 85.298347 94.300667 -v 124.769966 85.415115 94.300667 -v 122.979118 85.029160 94.300667 -v 122.158257 84.615288 94.300667 -v 121.419144 84.068642 94.300667 -v 120.268265 82.643311 94.300667 -v 120.783051 83.404953 94.300667 -v 119.889603 81.805618 94.300667 -v 119.657959 80.915985 94.300667 -v 119.580002 80.000000 94.300667 -v 130.450790 80.463928 94.226425 -v 119.402321 80.959816 94.059563 -v 120.581245 83.567902 94.059563 -v 122.022263 84.836151 94.059563 -v 123.803474 85.551903 94.059563 -v 126.663048 85.430428 94.059563 -v 129.100250 83.929779 94.059563 -v 129.705414 83.180305 94.059563 -v 130.496109 78.568924 94.059563 -v 129.705414 76.819695 94.059563 -v 127.556877 74.928741 94.059563 -v 124.758957 74.325745 94.059563 -v 122.882408 74.730171 94.059563 -v 121.247780 75.736656 94.059563 -v 119.645050 78.107979 94.059563 -v 119.233688 80.988739 94.006721 -v 130.742172 80.488731 94.026726 -v 130.496109 81.431076 94.059563 -v 117.931824 79.444168 86.739998 -v 118.087761 78.422325 86.739998 -v 117.671265 79.546959 86.739998 -v 117.537994 79.683830 86.739998 -v 117.442078 79.952049 86.739998 -v 117.490685 80.232460 86.739998 -v 117.670792 80.452629 86.739998 -v 117.931824 80.555832 86.739998 -v 118.253235 82.691208 86.739998 -v 118.162346 82.859604 86.739998 -v 118.133453 83.048454 86.739998 -v 118.169746 83.236053 86.739998 -v 118.267036 83.400330 86.739998 -v 118.413818 83.522278 86.739998 -v 118.593002 83.587830 86.739998 -v 118.872963 83.567558 86.739998 -v 120.076416 85.447365 86.739998 -v 120.100319 85.636902 86.739998 -v 120.250221 85.879120 86.739998 -v 120.499756 86.015961 86.739998 -v 120.784195 86.012413 86.739998 -v 121.027634 85.872681 86.739998 -v 122.897530 86.952774 86.739998 -v 122.972519 87.128822 86.739998 -v 123.182991 87.320732 86.739998 -v 123.460556 87.384109 86.739998 -v 123.647415 87.345390 86.739998 -v 123.810379 87.246170 86.739998 -v 123.969086 87.014648 86.739998 -v 126.189117 87.245796 86.739998 -v 126.352211 87.345276 86.739998 -v 126.635040 87.379097 86.739998 -v 126.816856 87.320801 86.739998 -v 126.968407 87.204834 86.739998 -v 127.072182 87.044731 86.739998 -v 127.114716 86.767281 86.739998 -v 129.215179 86.012299 86.739998 -v 129.405289 86.031158 86.739998 -v 129.674789 85.938911 86.739998 -v 129.863724 85.726082 86.739998 -v 129.919678 85.543655 86.739998 -v 129.910995 85.352341 86.739998 -v 129.841507 85.179565 86.739998 -v 131.310608 83.596893 86.739998 -v 131.498932 83.562958 86.739998 -v 131.664597 83.467804 86.739998 -v 131.830261 83.236053 86.739998 -v 131.866516 83.048737 86.739998 -v 131.799774 82.772217 86.739998 -v 131.609375 82.565979 86.739998 -v 132.328735 80.453033 86.739998 -v 132.509216 80.232727 86.739998 -v 132.557922 80.047951 86.739998 -v 132.509323 79.767548 86.739998 -v 132.401581 79.610062 86.739998 -v 132.246597 79.497559 86.739998 -v 132.068176 79.444168 86.739998 -v 131.799515 77.228355 86.739998 -v 131.866547 76.951553 86.739998 -v 131.788635 76.677536 86.739998 -v 131.664810 76.532394 86.739998 -v 131.499390 76.437256 86.739998 -v 131.310944 76.403137 86.739998 -v 131.127045 76.432442 86.739998 -v 129.910950 74.647995 86.739998 -v 129.919785 74.456848 86.739998 -v 129.863876 74.274155 86.739998 -v 129.749771 74.120880 86.739998 -v 129.500244 73.984047 86.739998 -v 129.309937 73.970093 86.739998 -v 129.125351 74.021118 86.739998 -v 128.972366 74.127319 86.739998 -v 127.072609 72.956078 86.739998 -v 126.968697 72.795441 86.739998 -v 126.728546 72.642242 86.739998 -v 126.444359 72.627228 86.739998 -v 126.266838 72.697227 86.739998 -v 126.122673 72.823296 86.739998 -v 126.030914 72.985352 86.739998 -v 123.810890 72.754204 86.739998 -v 123.647789 72.654724 86.739998 -v 123.364952 72.620903 86.739998 -v 123.183151 72.679199 86.739998 -v 122.972832 72.870773 86.739998 -v 122.897636 73.046906 86.739998 -v 122.885284 73.232719 86.739998 -v 120.784813 73.987701 86.739998 -v 120.594711 73.968842 86.739998 -v 120.325203 74.061089 86.739998 -v 120.186707 74.192490 86.739998 -v 120.100471 74.362732 86.739998 -v 120.076431 74.552010 86.739998 -v 120.158493 74.820435 86.739998 -v 118.593605 76.412010 86.739998 -v 118.414154 76.477501 86.739998 -v 118.211349 76.677544 86.739998 -v 118.133484 76.951271 86.739998 -v 118.200226 77.227783 86.739998 -v 118.390625 77.434021 86.739998 -v 132.292068 80.744781 86.500000 -v 131.127045 83.567558 86.739998 -v 128.972366 85.872681 86.739998 -v 125.896530 87.274963 86.500000 -v 122.651253 86.943512 86.500000 -v 119.871178 85.236801 86.500000 -v 118.106926 82.492882 86.500000 -vt 0.053835 0.024005 -vt 0.053835 0.024005 -vt 0.053531 0.023797 -vt 0.053531 0.023797 -vt 0.053261 0.023547 -vt 0.053261 0.023547 -vt 0.053015 0.023238 -vt 0.053015 0.023238 -vt 0.052832 0.022920 -vt 0.052832 0.022920 -vt 0.052697 0.022578 -vt 0.052697 0.022578 -vt 0.052609 0.022192 -vt 0.052609 0.022192 -vt 0.052582 0.021825 -vt 0.052582 0.021825 -vt 0.052609 0.021459 -vt 0.052609 0.021459 -vt 0.052697 0.021073 -vt 0.052697 0.021073 -vt 0.052832 0.020731 -vt 0.052832 0.020731 -vt 0.053015 0.020413 -vt 0.053015 0.020413 -vt 0.053261 0.020103 -vt 0.053261 0.020103 -vt 0.053531 0.019854 -vt 0.053531 0.019854 -vt 0.053835 0.019646 -vt 0.053835 0.019646 -vt 0.054191 0.019475 -vt 0.054191 0.019475 -vt 0.054543 0.019367 -vt 0.054543 0.019367 -vt 0.054906 0.019311 -vt 0.054906 0.019311 -vt 0.055301 0.019311 -vt 0.055301 0.019311 -vt 0.055665 0.019367 -vt 0.055665 0.019367 -vt 0.056016 0.019475 -vt 0.056016 0.019475 -vt 0.056373 0.019646 -vt 0.056373 0.019646 -vt 0.056676 0.019854 -vt 0.056676 0.019854 -vt 0.056946 0.020103 -vt 0.056946 0.020103 -vt 0.057192 0.020413 -vt 0.057192 0.020413 -vt 0.057376 0.020731 -vt 0.057376 0.020731 -vt 0.057511 0.021073 -vt 0.057511 0.021073 -vt 0.057599 0.021459 -vt 0.057599 0.021459 -vt 0.057625 0.021825 -vt 0.057625 0.021825 -vt 0.057599 0.022192 -vt 0.057599 0.022192 -vt 0.057511 0.022578 -vt 0.057511 0.022578 -vt 0.057376 0.022920 -vt 0.057376 0.022920 -vt 0.057192 0.023238 -vt 0.057192 0.023238 -vt 0.056946 0.023547 -vt 0.056946 0.023547 -vt 0.056676 0.023797 -vt 0.056676 0.023797 -vt 0.056373 0.024005 -vt 0.056373 0.024005 -vt 0.056016 0.024176 -vt 0.056016 0.024176 -vt 0.055665 0.024284 -vt 0.055665 0.024284 -vt 0.055301 0.024339 -vt 0.055301 0.024339 -vt 0.055974 0.019900 -vt 0.056544 0.020323 -vt 0.057042 0.020074 -vt 0.054234 0.019900 -vt 0.054925 0.019720 -vt 0.056777 0.020588 -vt 0.057093 0.021216 -vt 0.057249 0.020292 -vt 0.057243 0.020224 -vt 0.057216 0.020163 -vt 0.057170 0.020113 -vt 0.057109 0.020083 -vt 0.055636 0.019781 -vt 0.054926 0.024404 -vt 0.054966 0.024459 -vt 0.055104 0.023938 -vt 0.055455 0.023876 -vt 0.056119 0.023642 -vt 0.057009 0.023573 -vt 0.057195 0.023515 -vt 0.057141 0.023555 -vt 0.056876 0.022916 -vt 0.057138 0.022264 -vt 0.057199 0.021557 -vt 0.056155 0.019385 -vt 0.056222 0.019387 -vt 0.056090 0.019406 -vt 0.053405 0.020569 -vt 0.053938 0.020101 -vt 0.055053 0.024508 -vt 0.055154 0.024508 -vt 0.055242 0.024459 -vt 0.055282 0.024404 -vt 0.057076 0.023575 -vt 0.056411 0.023444 -vt 0.056380 0.024105 -vt 0.057717 0.022307 -vt 0.057682 0.022249 -vt 0.057682 0.021402 -vt 0.057717 0.021344 -vt 0.057730 0.021278 -vt 0.056285 0.019411 -vt 0.053199 0.023573 -vt 0.057232 0.023458 -vt 0.057640 0.022546 -vt 0.057730 0.022373 -vt 0.057578 0.022573 -vt 0.054053 0.024266 -vt 0.054117 0.024244 -vt 0.056155 0.024266 -vt 0.056222 0.024264 -vt 0.056090 0.024244 -vt 0.056337 0.024196 -vt 0.057249 0.023359 -vt 0.057231 0.023294 -vt 0.057690 0.022500 -vt 0.057690 0.021151 -vt 0.056380 0.019546 -vt 0.056337 0.019455 -vt 0.053542 0.023200 -vt 0.054191 0.024176 -vt 0.057640 0.021105 -vt 0.057578 0.021078 -vt 0.055121 0.019137 -vt 0.054943 0.019218 -vt 0.055264 0.019218 -vt 0.054089 0.023642 -vt 0.054411 0.023787 -vt 0.054543 0.024284 -vt 0.054906 0.024339 -vt 0.053837 0.024138 -vt 0.053953 0.024255 -vt 0.053894 0.024220 -vt 0.055021 0.019154 -vt 0.054117 0.019406 -vt 0.052977 0.020357 -vt 0.053199 0.020078 -vt 0.053131 0.020076 -vt 0.053173 0.022601 -vt 0.053025 0.021914 -vt 0.053040 0.021561 -vt 0.053246 0.020889 -vt 0.055216 0.019171 -vt 0.053038 0.020113 -vt 0.052959 0.020292 -vt 0.054053 0.019385 -vt 0.053985 0.019387 -vt 0.053851 0.019482 -vt 0.053828 0.019546 -vt 0.053894 0.019430 -vt 0.052567 0.021105 -vt 0.052518 0.021151 -vt 0.052526 0.021402 -vt 0.052479 0.021244 -vt 0.052959 0.023359 -vt 0.053131 0.023575 -vt 0.052977 0.023294 -vt 0.052991 0.020163 -vt 0.052964 0.020224 -vt 0.052481 0.022340 -vt 0.052479 0.022407 -vt 0.052518 0.022500 -vt 0.052567 0.022546 -vt 0.052481 0.021311 -vt 0.052506 0.022277 -vt 0.052629 0.022573 -vt 0.052975 0.023458 -vt 0.053067 0.023555 -vt 0.056772 0.011291 -vt 0.055987 0.011192 -vt 0.055987 0.011192 -vt 0.056135 0.011209 -vt 0.057550 0.011439 -vt 0.057581 0.011450 -vt 0.057550 0.011439 -vt 0.056773 0.011288 -vt 0.055847 0.011181 -vt 0.057597 0.011450 -vt 0.057505 0.011434 -vt 0.057807 0.011509 -vt 0.059147 0.011951 -vt 0.059783 0.012241 -vt 0.058981 0.011891 -vt 0.059213 0.011978 -vt 0.059945 0.012323 -vt 0.059230 0.011985 -vt 0.059946 0.012322 -vt 0.059365 0.012047 -vt 0.060640 0.012703 -vt 0.060666 0.012724 -vt 0.060655 0.012713 -vt 0.060495 0.012623 -vt 0.060716 0.012750 -vt 0.060809 0.012809 -vt 0.062055 0.013730 -vt 0.062432 0.014069 -vt 0.061962 0.013651 -vt 0.062644 0.014285 -vt 0.062069 0.013742 -vt 0.062649 0.014280 -vt 0.062039 0.013722 -vt 0.063188 0.014861 -vt 0.063206 0.014888 -vt 0.063199 0.014874 -vt 0.062993 0.014649 -vt 0.063245 0.014928 -vt 0.063316 0.015014 -vt 0.064200 0.016248 -vt 0.064604 0.016985 -vt 0.064411 0.016607 -vt 0.064120 0.016120 -vt 0.064226 0.016289 -vt 0.064607 0.016983 -vt 0.064298 0.016419 -vt 0.064944 0.017700 -vt 0.064953 0.017731 -vt 0.064951 0.017716 -vt 0.064774 0.017328 -vt 0.064978 0.017782 -vt 0.065038 0.017948 -vt 0.065479 0.019332 -vt 0.065636 0.020157 -vt 0.065539 0.019621 -vt 0.065457 0.019243 -vt 0.065490 0.019379 -vt 0.065643 0.020156 -vt 0.065477 0.019346 -vt 0.065737 0.020942 -vt 0.065736 0.020975 -vt 0.065739 0.020961 -vt 0.065676 0.020417 -vt 0.065744 0.021031 -vt 0.065751 0.021141 -vt 0.065748 0.022569 -vt 0.065741 0.022660 -vt 0.065726 0.022834 -vt 0.065615 0.023633 -vt 0.065643 0.023495 -vt 0.065737 0.022708 -vt 0.065720 0.022856 -vt 0.065479 0.024303 -vt 0.065490 0.024271 -vt 0.065486 0.024289 -vt 0.065469 0.024358 -vt 0.065442 0.024465 -vt 0.064938 0.025953 -vt 0.064978 0.025869 -vt 0.064597 0.026685 -vt 0.064944 0.025951 -vt 0.064611 0.026670 -vt 0.064944 0.025951 -vt 0.064882 0.026086 -vt 0.064205 0.027387 -vt 0.064226 0.027361 -vt 0.064226 0.027361 -vt 0.064201 0.027403 -vt 0.064152 0.027481 -vt 0.063199 0.028776 -vt 0.062646 0.029368 -vt 0.063278 0.028683 -vt 0.062646 0.029367 -vt 0.063188 0.028790 -vt 0.063086 0.028899 -vt 0.062041 0.029928 -vt 0.062069 0.029909 -vt 0.062068 0.029909 -vt 0.062032 0.029941 -vt 0.062129 0.029849 -vt 0.061962 0.030000 -vt 0.060655 0.030938 -vt 0.059945 0.031327 -vt 0.060759 0.030874 -vt 0.060640 0.030947 -vt 0.059946 0.031329 -vt 0.060510 0.031020 -vt 0.059230 0.031666 -vt 0.059198 0.031675 -vt 0.059213 0.031673 -vt 0.059417 0.031579 -vt 0.059147 0.031700 -vt 0.059044 0.031741 -vt 0.057568 0.032207 -vt 0.057110 0.032300 -vt 0.057686 0.032179 -vt 0.056772 0.032357 -vt 0.057550 0.032212 -vt 0.056772 0.032360 -vt 0.057404 0.032240 -vt 0.055987 0.032459 -vt 0.055954 0.032458 -vt 0.055969 0.032461 -vt 0.056312 0.032422 -vt 0.055898 0.032466 -vt 0.055721 0.032472 -vt 0.054269 0.032463 -vt 0.053436 0.032357 -vt 0.053895 0.032422 -vt 0.054360 0.032470 -vt 0.054221 0.032459 -vt 0.053435 0.032364 -vt 0.054073 0.032441 -vt 0.052658 0.032212 -vt 0.052626 0.032200 -vt 0.052640 0.032207 -vt 0.053097 0.032300 -vt 0.052571 0.032191 -vt 0.052464 0.032163 -vt 0.051022 0.031684 -vt 0.050262 0.031327 -vt 0.050790 0.031579 -vt 0.051107 0.031719 -vt 0.050978 0.031666 -vt 0.050260 0.031333 -vt 0.050843 0.031603 -vt 0.049568 0.030947 -vt 0.049542 0.030927 -vt 0.049552 0.030938 -vt 0.050065 0.031225 -vt 0.049492 0.030901 -vt 0.049399 0.030841 -vt 0.048075 0.029853 -vt 0.048207 0.029967 -vt 0.047491 0.029295 -vt 0.048139 0.029909 -vt 0.047559 0.029370 -vt 0.048139 0.029909 -vt 0.048030 0.029808 -vt 0.047001 0.028763 -vt 0.047020 0.028790 -vt 0.047020 0.028790 -vt 0.046988 0.028753 -vt 0.046929 0.028683 -vt 0.046005 0.027389 -vt 0.046128 0.027584 -vt 0.046007 0.027403 -vt 0.045597 0.026669 -vt 0.045982 0.027361 -vt 0.045982 0.027361 -vt 0.045600 0.026668 -vt 0.045909 0.027231 -vt 0.045263 0.025951 -vt 0.045254 0.025919 -vt 0.045263 0.025951 -vt 0.045245 0.025907 -vt 0.045270 0.025953 -vt 0.045210 0.025822 -vt 0.044766 0.024465 -vt 0.044722 0.024289 -vt 0.044569 0.023494 -vt 0.044718 0.024272 -vt 0.044565 0.023495 -vt 0.044689 0.024126 -vt 0.044470 0.022708 -vt 0.044471 0.022675 -vt 0.044469 0.022690 -vt 0.044486 0.022833 -vt 0.044463 0.022619 -vt 0.044456 0.022509 -vt 0.044469 0.020961 -vt 0.044527 0.020416 -vt 0.044459 0.021082 -vt 0.044571 0.020157 -vt 0.044470 0.020942 -vt 0.044565 0.020156 -vt 0.044488 0.020795 -vt 0.044718 0.019379 -vt 0.044729 0.019348 -vt 0.044722 0.019361 -vt 0.044669 0.019621 -vt 0.044738 0.019292 -vt 0.044766 0.019186 -vt 0.045245 0.017744 -vt 0.045603 0.016985 -vt 0.045428 0.017326 -vt 0.045210 0.017829 -vt 0.045263 0.017700 -vt 0.045600 0.016983 -vt 0.045326 0.017564 -vt 0.045982 0.016289 -vt 0.046002 0.016263 -vt 0.045991 0.016274 -vt 0.045801 0.016610 -vt 0.046028 0.016213 -vt 0.046128 0.016067 -vt 0.046988 0.014897 -vt 0.047564 0.014285 -vt 0.047214 0.014649 -vt 0.046892 0.015014 -vt 0.047020 0.014861 -vt 0.047559 0.014280 -vt 0.047121 0.014751 -vt 0.048139 0.013742 -vt 0.048166 0.013723 -vt 0.048153 0.013730 -vt 0.047779 0.014073 -vt 0.048207 0.013684 -vt 0.048292 0.013613 -vt 0.049527 0.012729 -vt 0.050262 0.012323 -vt 0.049710 0.012618 -vt 0.049345 0.012849 -vt 0.049568 0.012703 -vt 0.050262 0.012322 -vt 0.049698 0.012631 -vt 0.050978 0.011985 -vt 0.051010 0.011976 -vt 0.050995 0.011978 -vt 0.050424 0.012241 -vt 0.051060 0.011951 -vt 0.051162 0.011911 -vt 0.061099 0.027391 -vt 0.061099 0.027391 -vt 0.061316 0.027148 -vt 0.056926 0.013850 -vt 0.056926 0.013850 -vt 0.056607 0.013784 -vt 0.047286 0.024235 -vt 0.047286 0.024235 -vt 0.047388 0.024544 -vt 0.059093 0.028967 -vt 0.059046 0.028993 -vt 0.059265 0.028868 -vt 0.059685 0.028603 -vt 0.059830 0.028502 -vt 0.058056 0.029447 -vt 0.058719 0.029164 -vt 0.058779 0.029134 -vt 0.058905 0.029069 -vt 0.058473 0.029280 -vt 0.053142 0.029767 -vt 0.054099 0.029937 -vt 0.053721 0.029888 -vt 0.053281 0.029800 -vt 0.054098 0.029944 -vt 0.053281 0.029800 -vt 0.052866 0.029694 -vt 0.053042 0.029742 -vt 0.052377 0.029543 -vt 0.052149 0.029454 -vt 0.053022 0.029737 -vt 0.050381 0.028498 -vt 0.050556 0.028626 -vt 0.050587 0.028646 -vt 0.050690 0.028713 -vt 0.050523 0.028603 -vt 0.050987 0.028894 -vt 0.051114 0.028967 -vt 0.051734 0.029280 -vt 0.051234 0.029033 -vt 0.047103 0.023550 -vt 0.047113 0.023575 -vt 0.047176 0.023842 -vt 0.047278 0.024222 -vt 0.047228 0.024039 -vt 0.047395 0.024542 -vt 0.047271 0.024187 -vt 0.046985 0.022865 -vt 0.046958 0.022580 -vt 0.046926 0.021478 -vt 0.046924 0.021739 -vt 0.046924 0.021908 -vt 0.046926 0.022173 -vt 0.046965 0.022580 -vt 0.047026 0.020572 -vt 0.046941 0.021287 -vt 0.046932 0.021441 -vt 0.046985 0.020786 -vt 0.049207 0.016156 -vt 0.048527 0.016961 -vt 0.048963 0.016421 -vt 0.049111 0.016257 -vt 0.048575 0.016895 -vt 0.049108 0.016260 -vt 0.049443 0.015919 -vt 0.049965 0.015461 -vt 0.049472 0.015892 -vt 0.049975 0.015452 -vt 0.049361 0.015999 -vt 0.051685 0.014394 -vt 0.051488 0.014487 -vt 0.051488 0.014487 -vt 0.051734 0.014371 -vt 0.051433 0.014515 -vt 0.051272 0.014598 -vt 0.051116 0.014683 -vt 0.051114 0.014684 -vt 0.050520 0.015044 -vt 0.050797 0.014870 -vt 0.057829 0.014112 -vt 0.057584 0.014030 -vt 0.057277 0.013939 -vt 0.057165 0.013909 -vt 0.056486 0.013762 -vt 0.057125 0.013898 -vt 0.057011 0.013870 -vt 0.059093 0.014684 -vt 0.059468 0.014906 -vt 0.059122 0.014700 -vt 0.058473 0.014371 -vt 0.058523 0.014394 -vt 0.060232 0.015452 -vt 0.059651 0.015025 -vt 0.059651 0.015025 -vt 0.060243 0.015461 -vt 0.059595 0.014988 -vt 0.059685 0.015048 -vt 0.062962 0.019553 -vt 0.062923 0.019420 -vt 0.062633 0.018639 -vt 0.062694 0.018775 -vt 0.062926 0.019430 -vt 0.062637 0.018637 -vt 0.062922 0.019416 -vt 0.063218 0.020786 -vt 0.063187 0.020571 -vt 0.063101 0.020102 -vt 0.063058 0.019915 -vt 0.063021 0.019766 -vt 0.063277 0.021478 -vt 0.063280 0.021573 -vt 0.063249 0.022580 -vt 0.063267 0.022363 -vt 0.063267 0.022363 -vt 0.063218 0.022864 -vt 0.063269 0.022326 -vt 0.063276 0.022204 -vt 0.063281 0.022036 -vt 0.063277 0.022173 -vt 0.060615 0.027871 -vt 0.060847 0.027650 -vt 0.060767 0.027735 -vt 0.060949 0.027549 -vt 0.061245 0.027230 -vt 0.061313 0.027145 -vt 0.061065 0.027428 -vt 0.060243 0.028190 -vt 0.055104 0.030006 -vt 0.056109 0.029944 -vt 0.055798 0.029976 -vt 0.057099 0.029759 -vt 0.056486 0.029888 -vt 0.058719 0.029164 -vt 0.058059 0.029454 -vt 0.057854 0.029519 -vt 0.057829 0.029539 -vt 0.057165 0.029742 -vt 0.061681 0.026690 -vt 0.061923 0.026344 -vt 0.062427 0.025472 -vt 0.062070 0.026115 -vt 0.062819 0.024544 -vt 0.062694 0.024876 -vt 0.062530 0.025228 -vt 0.062408 0.025508 -vt 0.063101 0.023549 -vt 0.063094 0.023577 -vt 0.062926 0.024221 -vt 0.062812 0.024542 -vt 0.062408 0.018142 -vt 0.062531 0.018423 -vt 0.062183 0.017738 -vt 0.062188 0.017735 -vt 0.062070 0.017536 -vt 0.061632 0.016895 -vt 0.061681 0.016961 -vt 0.060977 0.016131 -vt 0.061245 0.016421 -vt 0.060764 0.015919 -vt 0.060971 0.016136 -vt 0.055607 0.013660 -vt 0.055798 0.013674 -vt 0.055104 0.013645 -vt 0.054600 0.013660 -vt 0.054410 0.013674 -vt 0.053601 0.013784 -vt 0.053721 0.013762 -vt 0.052624 0.014030 -vt 0.052377 0.014108 -vt 0.052626 0.014036 -vt 0.053042 0.013909 -vt 0.048019 0.017735 -vt 0.048138 0.017536 -vt 0.047235 0.019587 -vt 0.047282 0.019430 -vt 0.047513 0.018775 -vt 0.047570 0.018637 -vt 0.047677 0.018423 -vt 0.047799 0.018142 -vt 0.047107 0.020102 -vt 0.047113 0.020144 -vt 0.047020 0.020571 -vt 0.046941 0.021287 -vt 0.047513 0.024876 -vt 0.047678 0.025228 -vt 0.047799 0.025508 -vt 0.047781 0.025472 -vt 0.048284 0.026344 -vt 0.048134 0.026117 -vt 0.048891 0.027148 -vt 0.048527 0.026690 -vt 0.049387 0.027659 -vt 0.048963 0.027230 -vt 0.050556 0.028626 -vt 0.050377 0.028502 -vt 0.049772 0.028015 -vt 0.049965 0.028190 -vt 0.049593 0.027871 -vt 0.049597 0.027866 -vt 0.049443 0.027731 -vt 0.054410 0.029976 -vt 0.055104 0.030006 -vt 0.056517 0.025853 -vt 0.056506 0.025856 -vt 0.055825 0.026032 -vt 0.052316 0.025057 -vt 0.052314 0.025056 -vt 0.051900 0.024645 -vt 0.050911 0.021025 -vt 0.050911 0.021025 -vt 0.051023 0.020576 -vt 0.053701 0.017794 -vt 0.053701 0.017794 -vt 0.054028 0.017695 -vt 0.057893 0.018595 -vt 0.057893 0.018595 -vt 0.058057 0.018744 -vt 0.059312 0.022535 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.022367 -vt 0.059368 0.022007 -vt 0.059341 0.022335 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.021284 -vt 0.059337 0.021282 -vt 0.059364 0.021644 -vt 0.059364 0.022006 -vt 0.059185 0.020576 -vt 0.059265 0.020875 -vt 0.059265 0.020875 -vt 0.059274 0.020916 -vt 0.059185 0.020576 -vt 0.059296 0.021024 -vt 0.059310 0.021101 -vt 0.059272 0.020927 -vt 0.057682 0.018424 -vt 0.057782 0.018508 -vt 0.057491 0.018293 -vt 0.058057 0.018744 -vt 0.057785 0.018505 -vt 0.057861 0.018568 -vt 0.056860 0.017940 -vt 0.056862 0.017936 -vt 0.057183 0.018103 -vt 0.057494 0.018289 -vt 0.056179 0.017695 -vt 0.056362 0.017747 -vt 0.056362 0.017747 -vt 0.056179 0.017695 -vt 0.056401 0.017759 -vt 0.056506 0.017794 -vt 0.056681 0.017860 -vt 0.056524 0.017805 -vt 0.053347 0.017940 -vt 0.053297 0.017958 -vt 0.053683 0.017805 -vt 0.053485 0.017876 -vt 0.054029 0.017699 -vt 0.053587 0.017836 -vt 0.052150 0.018744 -vt 0.052201 0.018697 -vt 0.052201 0.018697 -vt 0.052150 0.018744 -vt 0.052231 0.018669 -vt 0.052314 0.018595 -vt 0.052418 0.018508 -vt 0.052425 0.018508 -vt 0.052714 0.018289 -vt 0.052716 0.018293 -vt 0.053024 0.018103 -vt 0.050882 0.021195 -vt 0.050898 0.021100 -vt 0.051023 0.020576 -vt 0.050936 0.020927 -vt 0.050874 0.021284 -vt 0.050852 0.021456 -vt 0.050932 0.022729 -vt 0.050917 0.022657 -vt 0.050931 0.022725 -vt 0.050893 0.022523 -vt 0.050879 0.022432 -vt 0.050874 0.022367 -vt 0.050844 0.022006 -vt 0.050839 0.022007 -vt 0.050844 0.021644 -vt 0.051143 0.023417 -vt 0.050943 0.022775 -vt 0.050942 0.022772 -vt 0.051143 0.023417 -vt 0.051027 0.023074 -vt 0.052399 0.025127 -vt 0.051900 0.024645 -vt 0.052153 0.024904 -vt 0.052716 0.025358 -vt 0.052658 0.025323 -vt 0.052425 0.025143 -vt 0.052466 0.025181 -vt 0.053726 0.025865 -vt 0.053629 0.025831 -vt 0.053683 0.025846 -vt 0.053459 0.025764 -vt 0.053347 0.025711 -vt 0.053024 0.025548 -vt 0.053022 0.025551 -vt 0.054382 0.026032 -vt 0.053846 0.025904 -vt 0.053846 0.025904 -vt 0.053813 0.025894 -vt 0.054382 0.026032 -vt 0.054029 0.025952 -vt 0.056526 0.025850 -vt 0.056178 0.025952 -vt 0.055825 0.026032 -vt 0.057185 0.025551 -vt 0.056910 0.025692 -vt 0.056860 0.025711 -vt 0.056720 0.025775 -vt 0.056578 0.025831 -vt 0.057782 0.025143 -vt 0.057785 0.025146 -vt 0.057692 0.025219 -vt 0.057491 0.025358 -vt 0.057183 0.025548 -vt 0.058308 0.024645 -vt 0.058007 0.024954 -vt 0.058007 0.024954 -vt 0.057992 0.024968 -vt 0.058308 0.024645 -vt 0.057944 0.025011 -vt 0.057876 0.025070 -vt 0.058054 0.024904 -vt 0.054742 0.026078 -vt 0.055104 0.026093 -vt 0.051672 0.024363 -vt 0.051469 0.024063 -vt 0.051473 0.024061 -vt 0.051293 0.023747 -vt 0.051143 0.020234 -vt 0.051293 0.019904 -vt 0.051296 0.019906 -vt 0.051469 0.019588 -vt 0.051672 0.019287 -vt 0.051676 0.019290 -vt 0.051900 0.019006 -vt 0.054382 0.017619 -vt 0.054742 0.017573 -vt 0.054742 0.017577 -vt 0.055104 0.017557 -vt 0.055466 0.017573 -vt 0.055465 0.017577 -vt 0.055825 0.017619 -vt 0.058308 0.019006 -vt 0.058535 0.019287 -vt 0.058532 0.019290 -vt 0.058738 0.019588 -vt 0.058915 0.019904 -vt 0.058911 0.019906 -vt 0.059064 0.020234 -vt 0.059185 0.023075 -vt 0.059064 0.023417 -vt 0.059060 0.023415 -vt 0.058915 0.023747 -vt 0.058738 0.024063 -vt 0.058735 0.024061 -vt 0.058535 0.024363 -vt 0.055466 0.026078 -vt 0.055104 0.026089 -vt 0.052702 0.011434 -vt 0.052571 0.011460 -vt 0.053435 0.011288 -vt 0.052658 0.011439 -vt 0.053435 0.011291 -vt 0.052658 0.011439 -vt 0.052804 0.011410 -vt 0.054254 0.011193 -vt 0.054221 0.011192 -vt 0.054221 0.011192 -vt 0.054269 0.011188 -vt 0.054297 0.011191 -vt 0.054360 0.011181 -vt 0.049236 0.015703 -vt 0.049651 0.014569 -vt 0.049741 0.015184 -vt 0.050355 0.014799 -vt 0.050968 0.014422 -vt 0.051546 0.013475 -vt 0.051611 0.014098 -vt 0.052953 0.013565 -vt 0.052932 0.013012 -vt 0.053671 0.013467 -vt 0.055104 0.012749 -vt 0.054385 0.013375 -vt 0.055104 0.013345 -vt 0.056546 0.013412 -vt 0.057276 0.013012 -vt 0.057241 0.013618 -vt 0.057929 0.013829 -vt 0.058661 0.013475 -vt 0.058620 0.014047 -vt 0.059955 0.014154 -vt 0.059884 0.014753 -vt 0.061158 0.014992 -vt 0.061010 0.015663 -vt 0.061010 0.027988 -vt 0.060556 0.029082 -vt 0.060431 0.028424 -vt 0.059853 0.028852 -vt 0.059322 0.029862 -vt 0.059240 0.029229 -vt 0.058620 0.029604 -vt 0.057978 0.030435 -vt 0.057255 0.030086 -vt 0.056546 0.030239 -vt 0.055834 0.030873 -vt 0.055823 0.030275 -vt 0.055104 0.030306 -vt 0.054373 0.030873 -vt 0.054380 0.030331 -vt 0.053648 0.030784 -vt 0.052953 0.030086 -vt 0.051546 0.030176 -vt 0.051588 0.029604 -vt 0.050941 0.029278 -vt 0.050324 0.028898 -vt 0.049651 0.029082 -vt 0.049776 0.028424 -vt 0.049197 0.027988 -vt 0.062135 0.016085 -vt 0.061967 0.016749 -vt 0.062964 0.017287 -vt 0.062726 0.017982 -vt 0.063591 0.018607 -vt 0.062973 0.018663 -vt 0.063213 0.019342 -vt 0.063997 0.020010 -vt 0.063394 0.020039 -vt 0.063516 0.020748 -vt 0.063577 0.021465 -vt 0.064173 0.022191 -vt 0.063571 0.022910 -vt 0.064049 0.023652 -vt 0.063266 0.024325 -vt 0.063591 0.025044 -vt 0.062726 0.025668 -vt 0.062964 0.026364 -vt 0.062325 0.026272 -vt 0.061922 0.026868 -vt 0.061470 0.027428 -vt 0.061650 0.028113 -vt 0.048073 0.027566 -vt 0.048241 0.026901 -vt 0.047197 0.026390 -vt 0.047882 0.026272 -vt 0.047531 0.025643 -vt 0.046617 0.025044 -vt 0.047235 0.024987 -vt 0.046995 0.024309 -vt 0.046813 0.023612 -vt 0.046093 0.022919 -vt 0.046692 0.022903 -vt 0.046575 0.022188 -vt 0.046034 0.021460 -vt 0.046637 0.020741 -vt 0.046759 0.020027 -vt 0.046385 0.019300 -vt 0.047183 0.018643 -vt 0.046856 0.017912 -vt 0.047481 0.017982 -vt 0.047197 0.017261 -vt 0.047882 0.017379 -vt 0.048285 0.016783 -vt 0.048073 0.016085 -vt 0.048738 0.016222 -vt 0.047113 0.018423 -vt 0.044796 0.021433 -vt 0.043892 0.021434 -vt 0.043892 0.022217 -vt 0.063213 0.028201 -vt 0.063919 0.028714 -vt 0.064379 0.028081 -vt 0.065412 0.022217 -vt 0.066315 0.022217 -vt 0.066285 0.021825 -vt 0.048848 0.012550 -vt 0.048215 0.013010 -vt 0.049362 0.013256 -vt 0.048728 0.013717 -vt 0.049591 0.016254 -vt 0.047810 0.014532 -vt 0.046995 0.015449 -vt 0.052291 0.011901 -vt 0.050421 0.012635 -vt 0.050067 0.016330 -vt 0.050524 0.016485 -vt 0.051956 0.014628 -vt 0.050948 0.016716 -vt 0.052394 0.014848 -vt 0.051327 0.017014 -vt 0.051650 0.017373 -vt 0.051908 0.017781 -vt 0.052353 0.018423 -vt 0.052093 0.018226 -vt 0.052021 0.011071 -vt 0.051277 0.011313 -vt 0.051546 0.012143 -vt 0.055496 0.011518 -vt 0.053749 0.017308 -vt 0.053713 0.016820 -vt 0.053490 0.011638 -vt 0.054712 0.011517 -vt 0.054712 0.010644 -vt 0.055495 0.010644 -vt 0.053594 0.016346 -vt 0.053396 0.015899 -vt 0.053124 0.015492 -vt 0.057345 0.014716 -vt 0.057439 0.015189 -vt 0.057916 0.011901 -vt 0.057451 0.015672 -vt 0.057382 0.016149 -vt 0.057233 0.016608 -vt 0.057009 0.017035 -vt 0.056715 0.017419 -vt 0.057172 0.014265 -vt 0.058339 0.018393 -vt 0.058743 0.018119 -vt 0.059095 0.017778 -vt 0.059383 0.017383 -vt 0.059599 0.016944 -vt 0.059736 0.016475 -vt 0.059792 0.015989 -vt 0.063094 0.018423 -vt 0.063213 0.015449 -vt 0.058931 0.011313 -vt 0.058187 0.011071 -vt 0.058662 0.012143 -vt 0.061945 0.014106 -vt 0.061480 0.013717 -vt 0.059786 0.012635 -vt 0.061992 0.013010 -vt 0.061359 0.012550 -vt 0.060845 0.013256 -vt 0.059763 0.015501 -vt 0.063673 0.016084 -vt 0.064379 0.015570 -vt 0.063919 0.014937 -vt 0.065858 0.018742 -vt 0.065616 0.017998 -vt 0.064806 0.018214 -vt 0.064294 0.017143 -vt 0.065028 0.019013 -vt 0.063094 0.021825 -vt 0.065291 0.020212 -vt 0.065412 0.021433 -vt 0.063094 0.022526 -vt 0.063094 0.025228 -vt 0.065858 0.024908 -vt 0.065028 0.024638 -vt 0.066315 0.021434 -vt 0.065291 0.023439 -vt 0.063673 0.027567 -vt 0.065645 0.025662 -vt 0.064786 0.025384 -vt 0.064294 0.026508 -vt 0.057421 0.028512 -vt 0.058251 0.029022 -vt 0.061359 0.031101 -vt 0.061992 0.030641 -vt 0.060845 0.030395 -vt 0.061480 0.029934 -vt 0.062397 0.029119 -vt 0.058663 0.031507 -vt 0.057916 0.031750 -vt 0.058187 0.032580 -vt 0.058931 0.032338 -vt 0.057854 0.031506 -vt 0.056717 0.032013 -vt 0.052291 0.031750 -vt 0.053490 0.032013 -vt 0.052353 0.031506 -vt 0.054712 0.032133 -vt 0.054712 0.033006 -vt 0.055495 0.033006 -vt 0.055540 0.032169 -vt 0.050445 0.028150 -vt 0.052353 0.028015 -vt 0.051267 0.032367 -vt 0.052021 0.032580 -vt 0.051545 0.031507 -vt 0.049362 0.030395 -vt 0.048215 0.030641 -vt 0.048848 0.031101 -vt 0.048728 0.029934 -vt 0.045804 0.028099 -vt 0.046288 0.028714 -vt 0.046995 0.028202 -vt 0.045913 0.026508 -vt 0.047113 0.025228 -vt 0.045401 0.025437 -vt 0.044453 0.025228 -vt 0.044591 0.025653 -vt 0.046534 0.027567 -vt 0.044796 0.022217 -vt 0.044916 0.023439 -vt 0.044349 0.024908 -vt 0.045179 0.024638 -vt 0.044349 0.018742 -vt 0.045179 0.019013 -vt 0.044916 0.020212 -vt 0.044562 0.017989 -vt 0.045421 0.018267 -vt 0.045913 0.017143 -vt 0.046288 0.014937 -vt 0.045828 0.015570 -vt 0.046534 0.016084 -vt 0.052787 0.015138 -vt 0.057854 0.021185 -vt 0.062381 0.020211 -vt 0.062018 0.020529 -vt 0.062685 0.019837 -vt 0.060204 0.021080 -vt 0.059726 0.021018 -vt 0.061607 0.020781 -vt 0.061158 0.020960 -vt 0.060686 0.021061 -vt 0.049387 0.021825 -vt 0.049604 0.020393 -vt 0.049117 0.020341 -vt 0.047297 0.020952 -vt 0.047113 0.021125 -vt 0.047706 0.020684 -vt 0.048629 0.020373 -vt 0.048154 0.020489 -vt 0.052424 0.021139 -vt 0.050514 0.020740 -vt 0.050074 0.020527 -vt 0.047522 0.023814 -vt 0.047826 0.023439 -vt 0.048189 0.023121 -vt 0.048601 0.022869 -vt 0.049049 0.022691 -vt 0.049521 0.022590 -vt 0.051464 0.025532 -vt 0.051113 0.025872 -vt 0.050825 0.026268 -vt 0.050609 0.026706 -vt 0.050471 0.027176 -vt 0.050416 0.027661 -vt 0.051869 0.025257 -vt 0.052353 0.021825 -vt 0.050003 0.022571 -vt 0.050482 0.022633 -vt 0.053035 0.029385 -vt 0.052863 0.028935 -vt 0.052769 0.028461 -vt 0.052756 0.027979 -vt 0.057814 0.028803 -vt 0.057854 0.025228 -vt 0.056458 0.026343 -vt 0.056811 0.027752 -vt 0.057083 0.028159 -vt 0.052826 0.027501 -vt 0.052572 0.025228 -vt 0.052975 0.027042 -vt 0.053199 0.026615 -vt 0.056494 0.026831 -vt 0.056613 0.027305 -vt 0.053492 0.026232 -vt 0.059259 0.026935 -vt 0.058880 0.026636 -vt 0.058557 0.026278 -vt 0.058299 0.025870 -vt 0.058114 0.025424 -vt 0.060617 0.027397 -vt 0.060140 0.027321 -vt 0.059683 0.027165 -vt 0.057854 0.021825 -vt 0.060604 0.023258 -vt 0.061090 0.023310 -vt 0.061578 0.023278 -vt 0.062053 0.023162 -vt 0.059693 0.022911 -vt 0.060134 0.023124 -vt 0.062502 0.022967 -vt 0.062910 0.022698 -vt 0.057257 0.023574 -vt 0.057133 0.023650 -vt 0.057691 0.022144 -vt 0.057795 0.022274 -vt 0.056966 0.023650 -vt 0.056452 0.024165 -vt 0.056285 0.024335 -vt 0.057802 0.022466 -vt 0.057685 0.022619 -vt 0.055177 0.024590 -vt 0.056093 0.024338 -vt 0.055335 0.024481 -vt 0.053075 0.023650 -vt 0.052920 0.023535 -vt 0.057297 0.023235 -vt 0.057334 0.023397 -vt 0.053878 0.024313 -vt 0.053756 0.024165 -vt 0.054067 0.024350 -vt 0.055990 0.024277 -vt 0.052523 0.022619 -vt 0.052883 0.023300 -vt 0.052634 0.022661 -vt 0.057573 0.022661 -vt 0.054942 0.024549 -vt 0.054839 0.024419 -vt 0.054191 0.024176 -vt 0.053241 0.023650 -vt 0.057757 0.021098 -vt 0.057795 0.021377 -vt 0.057691 0.021506 -vt 0.056140 0.019301 -vt 0.056329 0.019337 -vt 0.056452 0.019486 -vt 0.052874 0.020302 -vt 0.052920 0.020115 -vt 0.057178 0.020019 -vt 0.057287 0.020115 -vt 0.053241 0.020001 -vt 0.053756 0.019486 -vt 0.054873 0.019170 -vt 0.055128 0.019052 -vt 0.054115 0.019313 -vt 0.057334 0.020253 -vt 0.055265 0.019101 -vt 0.055369 0.019232 -vt 0.052634 0.020990 -vt 0.052755 0.020694 -vt 0.052566 0.021009 -vt 0.053029 0.020019 -vt 0.053923 0.019316 -vt 0.056966 0.020001 -vt 0.057573 0.020990 -vt 0.054217 0.019374 -vt 0.052516 0.021506 -vt 0.052412 0.021377 -vt 0.052395 0.022419 -vt 0.052412 0.022274 -vt 0.052516 0.022144 -vt 0.059587 0.020984 -vt 0.059946 0.021057 -vt 0.060312 0.021083 -vt 0.060678 0.021062 -vt 0.061038 0.020994 -vt 0.061386 0.020880 -vt 0.061717 0.020723 -vt 0.062305 0.020288 -vt 0.062025 0.020524 -vt 0.062552 0.020017 -vt 0.062762 0.019717 -vt 0.063102 0.022533 -vt 0.062787 0.022790 -vt 0.062440 0.023000 -vt 0.062066 0.023158 -vt 0.061673 0.023261 -vt 0.061269 0.023303 -vt 0.060864 0.023296 -vt 0.060463 0.023227 -vt 0.059713 0.022923 -vt 0.060077 0.023102 -vt 0.059378 0.022693 -vt 0.062552 0.020544 -vt 0.062582 0.022499 -vt 0.062237 0.020810 -vt 0.061890 0.021034 -vt 0.061518 0.021211 -vt 0.060721 0.021415 -vt 0.060549 0.022882 -vt 0.059898 0.021409 -vt 0.061126 0.021338 -vt 0.061951 0.022821 -vt 0.056617 0.017522 -vt 0.056860 0.017247 -vt 0.057065 0.016944 -vt 0.057230 0.016616 -vt 0.057351 0.016270 -vt 0.057427 0.015912 -vt 0.057456 0.015547 -vt 0.057373 0.014820 -vt 0.057438 0.015181 -vt 0.057262 0.014471 -vt 0.057107 0.014139 -vt 0.059715 0.015253 -vt 0.059781 0.015654 -vt 0.059789 0.016060 -vt 0.059739 0.016463 -vt 0.059632 0.016854 -vt 0.059470 0.017227 -vt 0.059257 0.017573 -vt 0.058998 0.017885 -vt 0.058696 0.018156 -vt 0.057992 0.018558 -vt 0.058358 0.018382 -vt 0.057779 0.015963 -vt 0.057811 0.015552 -vt 0.059390 0.016394 -vt 0.057141 0.017465 -vt 0.057791 0.015140 -vt 0.057718 0.014735 -vt 0.057557 0.016755 -vt 0.058969 0.017365 -vt 0.052133 0.018363 -vt 0.052017 0.018016 -vt 0.051655 0.017380 -vt 0.051857 0.017686 -vt 0.051417 0.017102 -vt 0.051144 0.016857 -vt 0.050842 0.016649 -vt 0.050516 0.016482 -vt 0.050171 0.016358 -vt 0.049814 0.016279 -vt 0.049449 0.016247 -vt 0.051718 0.014545 -vt 0.052777 0.015130 -vt 0.052453 0.014885 -vt 0.052097 0.014689 -vt 0.053059 0.015421 -vt 0.053301 0.015747 -vt 0.053498 0.016102 -vt 0.053638 0.016483 -vt 0.053749 0.017285 -vt 0.053722 0.016880 -vt 0.053719 0.017690 -vt 0.050270 0.016016 -vt 0.052346 0.017881 -vt 0.051616 0.014886 -vt 0.050658 0.016156 -vt 0.051025 0.016344 -vt 0.051364 0.016578 -vt 0.051940 0.017166 -vt 0.053296 0.016581 -vt 0.052793 0.015650 -vt 0.050620 0.022667 -vt 0.050261 0.022594 -vt 0.049895 0.022568 -vt 0.049170 0.022657 -vt 0.049530 0.022589 -vt 0.048821 0.022770 -vt 0.048490 0.022928 -vt 0.047903 0.023363 -vt 0.048182 0.023126 -vt 0.047656 0.023634 -vt 0.047445 0.023934 -vt 0.047106 0.021118 -vt 0.047420 0.020861 -vt 0.047768 0.020651 -vt 0.048142 0.020493 -vt 0.048535 0.020394 -vt 0.048938 0.020347 -vt 0.049744 0.020424 -vt 0.049344 0.020354 -vt 0.050830 0.020957 -vt 0.050495 0.020728 -vt 0.050130 0.020549 -vt 0.050309 0.022242 -vt 0.049486 0.022236 -vt 0.047656 0.023107 -vt 0.049308 0.020708 -vt 0.049081 0.022312 -vt 0.048689 0.022440 -vt 0.047625 0.021151 -vt 0.048317 0.022617 -vt 0.047971 0.022841 -vt 0.053591 0.026129 -vt 0.053348 0.026404 -vt 0.053143 0.026707 -vt 0.052978 0.027034 -vt 0.052857 0.027380 -vt 0.052781 0.027739 -vt 0.052835 0.028831 -vt 0.052770 0.028470 -vt 0.052752 0.028104 -vt 0.052946 0.029180 -vt 0.053100 0.029512 -vt 0.050492 0.028398 -vt 0.050427 0.027997 -vt 0.050419 0.027591 -vt 0.050469 0.027188 -vt 0.050575 0.026796 -vt 0.050737 0.026424 -vt 0.050950 0.026078 -vt 0.051210 0.025766 -vt 0.051512 0.025494 -vt 0.052215 0.025093 -vt 0.051849 0.025268 -vt 0.050781 0.027965 -vt 0.052490 0.028916 -vt 0.052514 0.027284 -vt 0.052429 0.027688 -vt 0.052836 0.026527 -vt 0.052651 0.026895 -vt 0.051239 0.026286 -vt 0.052417 0.028510 -vt 0.052396 0.028099 -vt 0.058074 0.025288 -vt 0.058191 0.025635 -vt 0.058351 0.025965 -vt 0.058552 0.026271 -vt 0.058791 0.026549 -vt 0.059063 0.026794 -vt 0.059365 0.027002 -vt 0.060036 0.027293 -vt 0.059691 0.027169 -vt 0.060394 0.027372 -vt 0.060759 0.027404 -vt 0.058490 0.029105 -vt 0.058112 0.028958 -vt 0.057755 0.028766 -vt 0.057430 0.028521 -vt 0.057145 0.028233 -vt 0.056710 0.027549 -vt 0.056818 0.027749 -vt 0.056903 0.027906 -vt 0.056574 0.027167 -vt 0.056458 0.026366 -vt 0.056489 0.026770 -vt 0.056489 0.025961 -vt 0.059937 0.027635 -vt 0.056814 0.026367 -vt 0.057861 0.025770 -vt 0.058268 0.026485 -vt 0.057415 0.028001 -vt 0.058843 0.027073 -vt 0.059183 0.027307 -vt 0.059549 0.027495 -vt 0.047886 0.027719 -vt 0.046511 0.028019 -vt 0.047405 0.027139 -vt 0.046342 0.027766 -vt 0.055104 0.031180 -vt 0.054703 0.032410 -vt 0.054351 0.031149 -vt 0.053904 0.032350 -vt 0.053609 0.031023 -vt 0.053111 0.032229 -vt 0.053094 0.030955 -vt 0.052828 0.032163 -vt 0.052874 0.030873 -vt 0.052330 0.032048 -vt 0.052142 0.030698 -vt 0.051723 0.031859 -vt 0.051565 0.031809 -vt 0.051437 0.030431 -vt 0.050820 0.031513 -vt 0.050757 0.030108 -vt 0.050099 0.031161 -vt 0.050104 0.029732 -vt 0.049646 0.030896 -vt 0.049408 0.030756 -vt 0.049484 0.029304 -vt 0.048749 0.030300 -vt 0.048901 0.028827 -vt 0.048126 0.029795 -vt 0.048357 0.028305 -vt 0.047825 0.029510 -vt 0.047543 0.029244 -vt 0.047004 0.028651 -vt 0.047003 0.026503 -vt 0.046067 0.027351 -vt 0.046846 0.026204 -vt 0.045749 0.026785 -vt 0.046653 0.025836 -vt 0.045675 0.026652 -vt 0.045337 0.025925 -vt 0.046357 0.025142 -vt 0.045269 0.025744 -vt 0.045055 0.025175 -vt 0.046119 0.024428 -vt 0.044904 0.024657 -vt 0.044830 0.024405 -vt 0.045938 0.023696 -vt 0.044665 0.023621 -vt 0.045818 0.022953 -vt 0.044559 0.022826 -vt 0.045757 0.022202 -vt 0.044534 0.022398 -vt 0.044513 0.022026 -vt 0.045757 0.021449 -vt 0.044528 0.021224 -vt 0.045818 0.020698 -vt 0.044604 0.020426 -vt 0.045938 0.019954 -vt 0.044658 0.020113 -vt 0.044740 0.019636 -vt 0.046119 0.019223 -vt 0.044935 0.018859 -vt 0.046357 0.018508 -vt 0.045189 0.018098 -vt 0.046653 0.017815 -vt 0.045499 0.017359 -vt 0.047003 0.017148 -vt 0.045751 0.016867 -vt 0.045864 0.016645 -vt 0.046283 0.015961 -vt 0.047405 0.016511 -vt 0.046751 0.015311 -vt 0.047858 0.015909 -vt 0.047036 0.014973 -vt 0.048357 0.015345 -vt 0.047268 0.014698 -vt 0.048676 0.015039 -vt 0.047829 0.014126 -vt 0.048901 0.014823 -vt 0.057334 0.012778 -vt 0.058262 0.011715 -vt 0.058066 0.012952 -vt 0.058484 0.011793 -vt 0.048433 0.013598 -vt 0.049484 0.014347 -vt 0.049074 0.013117 -vt 0.050104 0.013919 -vt 0.049750 0.012686 -vt 0.050773 0.013574 -vt 0.050456 0.012307 -vt 0.051179 0.013342 -vt 0.050659 0.012218 -vt 0.051451 0.013253 -vt 0.051190 0.011983 -vt 0.052142 0.012952 -vt 0.051724 0.011793 -vt 0.051945 0.011715 -vt 0.052865 0.012743 -vt 0.052719 0.011505 -vt 0.053609 0.012628 -vt 0.053506 0.011354 -vt 0.054093 0.012533 -vt 0.053959 0.011302 -vt 0.054354 0.012537 -vt 0.054303 0.011263 -vt 0.055104 0.012471 -vt 0.055104 0.011233 -vt 0.055856 0.012501 -vt 0.055905 0.011263 -vt 0.056604 0.012592 -vt 0.056701 0.011354 -vt 0.057489 0.011505 -vt 0.058770 0.013219 -vt 0.059018 0.011983 -vt 0.059549 0.012218 -vt 0.059451 0.013542 -vt 0.059751 0.012307 -vt 0.060458 0.012686 -vt 0.059923 0.013815 -vt 0.060084 0.013950 -vt 0.061134 0.013117 -vt 0.060723 0.014347 -vt 0.061775 0.013598 -vt 0.061307 0.014823 -vt 0.062378 0.014126 -vt 0.061532 0.015039 -vt 0.061850 0.015345 -vt 0.062940 0.014698 -vt 0.062229 0.015773 -vt 0.063171 0.014973 -vt 0.062322 0.015932 -vt 0.063456 0.015311 -vt 0.062802 0.016511 -vt 0.063925 0.015961 -vt 0.063205 0.017148 -vt 0.064343 0.016645 -vt 0.063555 0.017815 -vt 0.064456 0.016867 -vt 0.064708 0.017359 -vt 0.063850 0.018508 -vt 0.064938 0.017907 -vt 0.065019 0.018098 -vt 0.064089 0.019223 -vt 0.065272 0.018859 -vt 0.064269 0.019954 -vt 0.065467 0.019636 -vt 0.064390 0.020698 -vt 0.065603 0.020426 -vt 0.065679 0.021224 -vt 0.064451 0.021449 -vt 0.065694 0.022026 -vt 0.064451 0.022202 -vt 0.065673 0.022398 -vt 0.064390 0.022953 -vt 0.065649 0.022826 -vt 0.064327 0.023338 -vt 0.065543 0.023621 -vt 0.064269 0.023696 -vt 0.058770 0.030431 -vt 0.058643 0.031809 -vt 0.058066 0.030698 -vt 0.065377 0.024405 -vt 0.064089 0.024428 -vt 0.065304 0.024657 -vt 0.065153 0.025175 -vt 0.063850 0.025142 -vt 0.064939 0.025744 -vt 0.064870 0.025925 -vt 0.063555 0.025836 -vt 0.064532 0.026652 -vt 0.063205 0.026503 -vt 0.064140 0.027351 -vt 0.062802 0.027139 -vt 0.063697 0.028019 -vt 0.062350 0.027741 -vt 0.063204 0.028651 -vt 0.061850 0.028305 -vt 0.062664 0.029244 -vt 0.061307 0.028827 -vt 0.062383 0.029510 -vt 0.062082 0.029795 -vt 0.060723 0.029304 -vt 0.061459 0.030300 -vt 0.060103 0.029732 -vt 0.060800 0.030756 -vt 0.059451 0.030108 -vt 0.060108 0.031161 -vt 0.059028 0.030309 -vt 0.059388 0.031513 -vt 0.057342 0.030908 -vt 0.057877 0.032048 -vt 0.057096 0.032229 -vt 0.056604 0.031059 -vt 0.056304 0.032350 -vt 0.056114 0.031118 -vt 0.055856 0.031149 -vt 0.055505 0.032410 -vt 0.055104 0.032418 -vt 0.053219 0.021419 -vt 0.052115 0.020938 -vt 0.053315 0.021107 -vt 0.053462 0.020815 -vt 0.053657 0.020552 -vt 0.053260 0.022390 -vt 0.052065 0.022519 -vt 0.053192 0.022070 -vt 0.051988 0.021725 -vt 0.053178 0.021744 -vt 0.053770 0.023217 -vt 0.052547 0.023609 -vt 0.053554 0.022972 -vt 0.053382 0.022693 -vt 0.053574 0.019109 -vt 0.053893 0.020326 -vt 0.054164 0.020142 -vt 0.054462 0.020008 -vt 0.055430 0.019925 -vt 0.055502 0.018734 -vt 0.055746 0.020008 -vt 0.057272 0.019586 -vt 0.056044 0.020142 -vt 0.056315 0.020326 -vt 0.054313 0.018810 -vt 0.054778 0.019925 -vt 0.055104 0.019898 -vt 0.054618 0.023691 -vt 0.053403 0.024438 -vt 0.054310 0.023582 -vt 0.054024 0.023423 -vt 0.056654 0.022972 -vt 0.057124 0.024199 -vt 0.056438 0.023217 -vt 0.056183 0.023423 -vt 0.055898 0.023582 -vt 0.055303 0.024936 -vt 0.055589 0.023691 -vt 0.055267 0.023746 -vt 0.054940 0.023746 -vt 0.057016 0.022070 -vt 0.058143 0.022519 -vt 0.056947 0.022390 -vt 0.057867 0.023267 -vt 0.056825 0.022693 -vt 0.056551 0.020552 -vt 0.056745 0.020815 -vt 0.057954 0.020564 -vt 0.056893 0.021107 -vt 0.056988 0.021419 -vt 0.057030 0.021744 -vt 0.051928 0.024620 -vt 0.052325 0.024349 -vt 0.052176 0.024880 -vt 0.052671 0.024683 -vt 0.052446 0.025117 -vt 0.052735 0.025330 -vt 0.053056 0.024971 -vt 0.053040 0.025519 -vt 0.053475 0.025207 -vt 0.053361 0.025680 -vt 0.053694 0.025814 -vt 0.050968 0.022717 -vt 0.051444 0.022661 -vt 0.051059 0.023064 -vt 0.051581 0.023122 -vt 0.051178 0.023403 -vt 0.051326 0.023730 -vt 0.051776 0.023561 -vt 0.051501 0.024044 -vt 0.052025 0.023973 -vt 0.051702 0.024341 -vt 0.051059 0.020587 -vt 0.051505 0.020757 -vt 0.050968 0.020934 -vt 0.051398 0.021226 -vt 0.050907 0.021288 -vt 0.050877 0.021646 -vt 0.051352 0.021705 -vt 0.050877 0.022005 -vt 0.051368 0.022186 -vt 0.050907 0.022363 -vt 0.052176 0.018771 -vt 0.052493 0.019129 -vt 0.051928 0.019030 -vt 0.052169 0.019485 -vt 0.051702 0.019310 -vt 0.051501 0.019607 -vt 0.051894 0.019880 -vt 0.051326 0.019921 -vt 0.051672 0.020306 -vt 0.051178 0.020248 -vt 0.054038 0.017731 -vt 0.054152 0.018195 -vt 0.053694 0.017836 -vt 0.053695 0.018346 -vt 0.053361 0.017970 -vt 0.053040 0.018132 -vt 0.053262 0.018555 -vt 0.052735 0.018320 -vt 0.052859 0.018817 -vt 0.052446 0.018534 -vt 0.056846 0.017970 -vt 0.056512 0.018346 -vt 0.056513 0.017836 -vt 0.056056 0.018195 -vt 0.056170 0.017731 -vt 0.055819 0.017656 -vt 0.055584 0.018103 -vt 0.055463 0.017610 -vt 0.055104 0.017595 -vt 0.055104 0.018072 -vt 0.054745 0.017610 -vt 0.054624 0.018103 -vt 0.054389 0.017656 -vt 0.058505 0.019310 -vt 0.058038 0.019485 -vt 0.058279 0.019030 -vt 0.057715 0.019129 -vt 0.058031 0.018771 -vt 0.057761 0.018534 -vt 0.057349 0.018817 -vt 0.057473 0.018320 -vt 0.057167 0.018132 -vt 0.056946 0.018555 -vt 0.059300 0.021288 -vt 0.058809 0.021226 -vt 0.059239 0.020934 -vt 0.058702 0.020757 -vt 0.059149 0.020587 -vt 0.059029 0.020248 -vt 0.058536 0.020306 -vt 0.058881 0.019921 -vt 0.058706 0.019607 -vt 0.058313 0.019880 -vt 0.059029 0.023403 -vt 0.058626 0.023122 -vt 0.059149 0.023064 -vt 0.058763 0.022661 -vt 0.059239 0.022717 -vt 0.059300 0.022363 -vt 0.058840 0.022186 -vt 0.059331 0.022005 -vt 0.059331 0.021646 -vt 0.058855 0.021705 -vt 0.057761 0.025117 -vt 0.057537 0.024683 -vt 0.058031 0.024880 -vt 0.057882 0.024349 -vt 0.058279 0.024620 -vt 0.058505 0.024341 -vt 0.058182 0.023973 -vt 0.058706 0.024044 -vt 0.058881 0.023730 -vt 0.058431 0.023561 -vt 0.055819 0.025995 -vt 0.055821 0.025510 -vt 0.056170 0.025919 -vt 0.056286 0.025388 -vt 0.056513 0.025814 -vt 0.056846 0.025680 -vt 0.056732 0.025207 -vt 0.057167 0.025519 -vt 0.057473 0.025330 -vt 0.057151 0.024971 -vt 0.053921 0.025388 -vt 0.054038 0.025919 -vt 0.054386 0.025510 -vt 0.054389 0.025995 -vt 0.054745 0.026041 -vt 0.054863 0.025571 -vt 0.055104 0.026056 -vt 0.055463 0.026041 -vt 0.055344 0.025571 -vt 0.049449 0.016208 -vt 0.052150 0.018359 -vt 0.050532 0.016446 -vt 0.050862 0.016616 -vt 0.051444 0.017075 -vt 0.051890 0.017667 -vt 0.049824 0.016212 -vt 0.050190 0.016293 -vt 0.051186 0.016804 -vt 0.051710 0.017339 -vt 0.052080 0.017990 -vt 0.050594 0.016304 -vt 0.051296 0.016664 -vt 0.051852 0.017232 -vt 0.052244 0.017923 -vt 0.050240 0.016122 -vt 0.050996 0.016392 -vt 0.053475 0.017654 -vt 0.053680 0.017684 -vt 0.051713 0.014562 -vt 0.051688 0.014645 -vt 0.051662 0.014731 -vt 0.052319 0.015091 -vt 0.052036 0.014822 -vt 0.052069 0.014750 -vt 0.052090 0.014705 -vt 0.052373 0.015008 -vt 0.052416 0.014942 -vt 0.052443 0.014900 -vt 0.053577 0.016900 -vt 0.053402 0.016551 -vt 0.053497 0.016523 -vt 0.053655 0.016889 -vt 0.053573 0.016502 -vt 0.053705 0.016882 -vt 0.053621 0.016488 -vt 0.053711 0.017285 -vt 0.053645 0.017285 -vt 0.053555 0.017284 -vt 0.053462 0.016118 -vt 0.053403 0.016145 -vt 0.053321 0.016182 -vt 0.053052 0.015905 -vt 0.053272 0.015765 -vt 0.053217 0.015800 -vt 0.053141 0.015849 -vt 0.053033 0.015443 -vt 0.052984 0.015486 -vt 0.052915 0.015545 -vt 0.052766 0.015143 -vt 0.052732 0.015181 -vt 0.052615 0.015315 -vt 0.057167 0.014106 -vt 0.056629 0.017534 -vt 0.057476 0.015176 -vt 0.057494 0.015547 -vt 0.057388 0.016281 -vt 0.057098 0.016963 -vt 0.057325 0.014446 -vt 0.057439 0.014804 -vt 0.057494 0.015922 -vt 0.057292 0.016643 -vt 0.056913 0.017289 -vt 0.056665 0.017570 -vt 0.057631 0.015159 -vt 0.057670 0.015947 -vt 0.057456 0.016712 -vt 0.057054 0.017398 -vt 0.057611 0.014761 -vt 0.057756 0.015551 -vt 0.057954 0.018461 -vt 0.058237 0.018169 -vt 0.059614 0.015277 -vt 0.059526 0.015298 -vt 0.059423 0.015322 -vt 0.059543 0.016047 -vt 0.059635 0.015667 -vt 0.059713 0.015660 -vt 0.059764 0.015655 -vt 0.059642 0.016052 -vt 0.059721 0.016056 -vt 0.059771 0.016059 -vt 0.058545 0.017962 -vt 0.058606 0.018041 -vt 0.058892 0.017783 -vt 0.058654 0.018103 -vt 0.058949 0.017837 -vt 0.058685 0.018143 -vt 0.058985 0.017873 -vt 0.058350 0.018367 -vt 0.058325 0.018323 -vt 0.058286 0.018255 -vt 0.059243 0.017562 -vt 0.059202 0.017533 -vt 0.059138 0.017487 -vt 0.059058 0.017429 -vt 0.059455 0.017219 -vt 0.059410 0.017195 -vt 0.059340 0.017159 -vt 0.059616 0.016849 -vt 0.059568 0.016832 -vt 0.059494 0.016806 -vt 0.059400 0.016773 -vt 0.059722 0.016459 -vt 0.059672 0.016449 -vt 0.059595 0.016434 -vt 0.062795 0.019737 -vt 0.059583 0.021001 -vt 0.062048 0.020555 -vt 0.061736 0.020757 -vt 0.061047 0.021031 -vt 0.060312 0.021122 -vt 0.062605 0.020060 -vt 0.062352 0.020337 -vt 0.061411 0.020943 -vt 0.060686 0.021129 -vt 0.059937 0.021124 -vt 0.062141 0.020680 -vt 0.061812 0.020893 -vt 0.060708 0.021306 -vt 0.059913 0.021300 -vt 0.062744 0.020171 -vt 0.062204 0.020765 -vt 0.061112 0.021285 -vt 0.059787 0.022796 -vt 0.059402 0.022663 -vt 0.063090 0.022520 -vt 0.063030 0.022457 -vt 0.062895 0.022315 -vt 0.062328 0.022781 -vt 0.062703 0.022670 -vt 0.062748 0.022735 -vt 0.062777 0.022776 -vt 0.062373 0.022869 -vt 0.062409 0.022939 -vt 0.062432 0.022984 -vt 0.059837 0.022710 -vt 0.060522 0.022989 -vt 0.060132 0.022966 -vt 0.060103 0.023039 -vt 0.060480 0.023161 -vt 0.060084 0.023086 -vt 0.060468 0.023210 -vt 0.059722 0.022908 -vt 0.059747 0.022864 -vt 0.060867 0.023258 -vt 0.060874 0.023193 -vt 0.060893 0.022998 -vt 0.061268 0.023269 -vt 0.061265 0.023204 -vt 0.061261 0.023114 -vt 0.061670 0.023244 -vt 0.061660 0.023195 -vt 0.061646 0.023117 -vt 0.061627 0.023020 -vt 0.062060 0.023142 -vt 0.062044 0.023094 -vt 0.062018 0.023019 -vt 0.060758 0.027442 -vt 0.059676 0.027204 -vt 0.059345 0.027035 -vt 0.058763 0.026576 -vt 0.058317 0.025984 -vt 0.058037 0.025298 -vt 0.060384 0.027439 -vt 0.060017 0.027358 -vt 0.059021 0.026847 -vt 0.058498 0.026312 -vt 0.058128 0.025661 -vt 0.059614 0.027347 -vt 0.058911 0.026987 -vt 0.058356 0.026419 -vt 0.057963 0.025728 -vt 0.059968 0.027529 -vt 0.059211 0.027259 -vt 0.056704 0.026367 -vt 0.058520 0.029006 -vt 0.058576 0.028818 -vt 0.058545 0.028919 -vt 0.058191 0.028786 -vt 0.058154 0.028867 -vt 0.058126 0.028927 -vt 0.057592 0.028336 -vt 0.057834 0.028643 -vt 0.057792 0.028709 -vt 0.057764 0.028751 -vt 0.056782 0.026729 -vt 0.056756 0.027114 -vt 0.056588 0.026756 -vt 0.056670 0.027139 -vt 0.056524 0.026765 -vt 0.056607 0.027157 -vt 0.056475 0.026366 -vt 0.056526 0.026366 -vt 0.056605 0.026366 -vt 0.056726 0.027542 -vt 0.056772 0.027521 -vt 0.056934 0.027448 -vt 0.056917 0.027897 -vt 0.056960 0.027870 -vt 0.057026 0.027828 -vt 0.057110 0.027774 -vt 0.057158 0.028221 -vt 0.057196 0.028188 -vt 0.057256 0.028137 -vt 0.057442 0.028508 -vt 0.057475 0.028470 -vt 0.057527 0.028411 -vt 0.053066 0.029531 -vt 0.052731 0.028474 -vt 0.052713 0.028103 -vt 0.052819 0.027370 -vt 0.053109 0.026688 -vt 0.053543 0.026081 -vt 0.052882 0.029205 -vt 0.052769 0.028847 -vt 0.052714 0.027729 -vt 0.052915 0.027008 -vt 0.053294 0.026362 -vt 0.052577 0.028492 -vt 0.052558 0.028101 -vt 0.052752 0.026938 -vt 0.052975 0.026609 -vt 0.052717 0.029269 -vt 0.052472 0.028504 -vt 0.052568 0.027299 -vt 0.053154 0.026253 -vt 0.052305 0.025321 -vt 0.051883 0.025327 -vt 0.050509 0.028394 -vt 0.050593 0.028374 -vt 0.050784 0.028328 -vt 0.050664 0.027604 -vt 0.050573 0.027984 -vt 0.050494 0.027991 -vt 0.050444 0.027996 -vt 0.050565 0.027599 -vt 0.050486 0.027595 -vt 0.050436 0.027592 -vt 0.051663 0.025688 -vt 0.051387 0.025937 -vt 0.051316 0.025868 -vt 0.051553 0.025548 -vt 0.051259 0.025813 -vt 0.051522 0.025508 -vt 0.051222 0.025778 -vt 0.051858 0.025283 -vt 0.051922 0.025396 -vt 0.050964 0.026088 -vt 0.051005 0.026118 -vt 0.051069 0.026164 -vt 0.050752 0.026432 -vt 0.050797 0.026455 -vt 0.050867 0.026492 -vt 0.050955 0.026537 -vt 0.050592 0.026802 -vt 0.050640 0.026819 -vt 0.050714 0.026845 -vt 0.050486 0.027192 -vt 0.050535 0.027201 -vt 0.050710 0.027236 -vt 0.047387 0.023898 -vt 0.050638 0.022601 -vt 0.048159 0.023095 -vt 0.048471 0.022894 -vt 0.049160 0.022619 -vt 0.049896 0.022529 -vt 0.047603 0.023591 -vt 0.047855 0.023314 -vt 0.048796 0.022707 -vt 0.049521 0.022521 -vt 0.050270 0.022527 -vt 0.048067 0.022970 -vt 0.048396 0.022758 -vt 0.049500 0.022345 -vt 0.050294 0.022350 -vt 0.047464 0.023480 -vt 0.048004 0.022885 -vt 0.049095 0.022366 -vt 0.050643 0.021192 -vt 0.050421 0.020855 -vt 0.050806 0.020988 -vt 0.047239 0.021259 -vt 0.047177 0.021194 -vt 0.047505 0.020980 -vt 0.047459 0.020916 -vt 0.047430 0.020875 -vt 0.048221 0.020725 -vt 0.047834 0.020781 -vt 0.047799 0.020711 -vt 0.047776 0.020666 -vt 0.050038 0.020777 -vt 0.050075 0.020685 -vt 0.049709 0.020566 -vt 0.050105 0.020612 -vt 0.049728 0.020490 -vt 0.050124 0.020565 -vt 0.049740 0.020440 -vt 0.050486 0.020743 -vt 0.050460 0.020787 -vt 0.049342 0.020372 -vt 0.049337 0.020422 -vt 0.049319 0.020599 -vt 0.048940 0.020382 -vt 0.048942 0.020447 -vt 0.048951 0.020643 -vt 0.048542 0.020427 -vt 0.048554 0.020492 -vt 0.048570 0.020580 -vt 0.048147 0.020509 -vt 0.048164 0.020557 -vt 0.048189 0.020631 -vt 0.056592 0.012669 -vt 0.059415 0.013611 -vt 0.061255 0.014882 -vt 0.061824 0.015370 -vt 0.064193 0.023681 -vt 0.059415 0.030039 -vt 0.058756 0.030398 -vt 0.056592 0.030982 -vt 0.055854 0.031113 -vt 0.046723 0.025802 -vt 0.048952 0.014882 -vt 0.049588 0.014485 -vt 0.049015 0.014953 -vt 0.049558 0.014446 -vt 0.047590 0.016639 -vt 0.047152 0.017235 -vt 0.047507 0.016582 -vt 0.047070 0.017187 -vt 0.046237 0.019257 -vt 0.046060 0.019979 -vt 0.046014 0.019970 -vt 0.045930 0.022195 -vt 0.045989 0.022932 -vt 0.045880 0.022197 -vt 0.045895 0.022944 -vt 0.046519 0.025081 -vt 0.046809 0.025761 -vt 0.046473 0.025099 -vt 0.060619 0.029165 -vt 0.061158 0.028659 -vt 0.061192 0.028698 -vt 0.060649 0.029205 -vt 0.061255 0.028769 -vt 0.062660 0.027041 -vt 0.063055 0.026416 -vt 0.062700 0.027069 -vt 0.063138 0.026464 -vt 0.063873 0.024365 -vt 0.064099 0.023662 -vt 0.063970 0.024393 -vt 0.064218 0.020719 -vt 0.064327 0.021454 -vt 0.064313 0.020707 -vt 0.063688 0.018570 -vt 0.063399 0.017889 -vt 0.063735 0.018552 -vt 0.063485 0.017848 -vt 0.054365 0.012674 -vt 0.055104 0.012595 -vt 0.054361 0.012625 -vt 0.055104 0.012549 -vt 0.053631 0.012763 -vt 0.053623 0.012714 -vt 0.052884 0.012818 -vt 0.052907 0.012911 -vt 0.052196 0.013117 -vt 0.052181 0.013070 -vt 0.051486 0.013333 -vt 0.051505 0.013379 -vt 0.050837 0.013696 -vt 0.050814 0.013652 -vt 0.050146 0.013985 -vt 0.050197 0.014065 -vt 0.048482 0.015465 -vt 0.048447 0.015431 -vt 0.047918 0.015958 -vt 0.047992 0.016019 -vt 0.046764 0.017868 -vt 0.046723 0.017848 -vt 0.046430 0.018536 -vt 0.046473 0.018552 -vt 0.045989 0.020719 -vt 0.045940 0.020713 -vt 0.045835 0.021452 -vt 0.045930 0.021456 -vt 0.046014 0.023681 -vt 0.046108 0.023662 -vt 0.046193 0.024406 -vt 0.046285 0.024380 -vt 0.047070 0.026464 -vt 0.047469 0.027095 -vt 0.047507 0.027069 -vt 0.047590 0.027012 -vt 0.047992 0.027632 -vt 0.047954 0.027663 -vt 0.048482 0.028185 -vt 0.048413 0.028252 -vt 0.048983 0.028735 -vt 0.049050 0.028659 -vt 0.049531 0.029242 -vt 0.049588 0.029165 -vt 0.050170 0.029627 -vt 0.050146 0.029666 -vt 0.050814 0.029999 -vt 0.050793 0.030039 -vt 0.051486 0.030317 -vt 0.051505 0.030272 -vt 0.052166 0.030625 -vt 0.052196 0.030534 -vt 0.052907 0.030740 -vt 0.052895 0.030788 -vt 0.053631 0.030888 -vt 0.053623 0.030937 -vt 0.054357 0.031072 -vt 0.054365 0.030977 -vt 0.055104 0.030955 -vt 0.055104 0.031056 -vt 0.055843 0.030977 -vt 0.056568 0.030837 -vt 0.057324 0.030833 -vt 0.057313 0.030788 -vt 0.057289 0.030690 -vt 0.058011 0.030534 -vt 0.058027 0.030581 -vt 0.058702 0.030272 -vt 0.059370 0.029955 -vt 0.060062 0.029666 -vt 0.060011 0.029585 -vt 0.061688 0.028150 -vt 0.061794 0.028252 -vt 0.062290 0.027692 -vt 0.062254 0.027663 -vt 0.062176 0.027599 -vt 0.063399 0.025761 -vt 0.063443 0.025783 -vt 0.063778 0.025115 -vt 0.063688 0.025081 -vt 0.064167 0.022926 -vt 0.064267 0.022938 -vt 0.064373 0.022199 -vt 0.064278 0.022195 -vt 0.064148 0.019979 -vt 0.064099 0.019989 -vt 0.064014 0.019244 -vt 0.063923 0.019271 -vt 0.063098 0.017210 -vt 0.063055 0.017235 -vt 0.062738 0.016556 -vt 0.062660 0.016610 -vt 0.062216 0.016019 -vt 0.062254 0.015987 -vt 0.061725 0.015465 -vt 0.060677 0.014409 -vt 0.060649 0.014446 -vt 0.060588 0.014527 -vt 0.060011 0.014065 -vt 0.060037 0.014024 -vt 0.059370 0.013696 -vt 0.058722 0.013333 -vt 0.058702 0.013379 -vt 0.058041 0.013026 -vt 0.058011 0.013117 -vt 0.057301 0.012911 -vt 0.057313 0.012863 -vt 0.056577 0.012763 -vt 0.055850 0.012579 -vt 0.055847 0.012625 -vt 0.053718 0.013745 -vt 0.051727 0.014355 -vt 0.049431 0.015907 -vt 0.048950 0.016409 -vt 0.048123 0.017527 -vt 0.047784 0.018135 -vt 0.047278 0.019429 -vt 0.047497 0.024882 -vt 0.050513 0.028618 -vt 0.049431 0.027744 -vt 0.051106 0.028982 -vt 0.054410 0.029981 -vt 0.053038 0.029759 -vt 0.055104 0.030023 -vt 0.055799 0.029994 -vt 0.056489 0.029905 -vt 0.057835 0.029555 -vt 0.058480 0.029296 -vt 0.059694 0.028618 -vt 0.061258 0.027242 -vt 0.062930 0.024222 -vt 0.063235 0.022867 -vt 0.063294 0.022173 -vt 0.063235 0.020784 -vt 0.063118 0.020098 -vt 0.062942 0.019425 -vt 0.062073 0.017534 -vt 0.062711 0.018769 -vt 0.060767 0.015916 -vt 0.061695 0.016951 -vt 0.059102 0.014668 -vt 0.057835 0.014096 -vt 0.057169 0.013892 -vt 0.055799 0.013657 -vt 0.056493 0.013724 -vt 0.058489 0.014336 -vt 0.059706 0.015016 -vt 0.060267 0.015430 -vt 0.060791 0.015891 -vt 0.061274 0.016395 -vt 0.062103 0.017516 -vt 0.062424 0.018135 -vt 0.063316 0.021477 -vt 0.063139 0.023557 -vt 0.062963 0.024232 -vt 0.062730 0.024890 -vt 0.062443 0.025526 -vt 0.062103 0.026135 -vt 0.061712 0.026713 -vt 0.060791 0.027759 -vt 0.060267 0.028220 -vt 0.059112 0.029001 -vt 0.057175 0.029779 -vt 0.054407 0.030015 -vt 0.053715 0.029926 -vt 0.052366 0.029575 -vt 0.051718 0.029315 -vt 0.049954 0.028204 -vt 0.048950 0.027242 -vt 0.048513 0.026700 -vt 0.047784 0.025516 -vt 0.047245 0.024232 -vt 0.047090 0.023553 -vt 0.046972 0.022867 -vt 0.046913 0.022173 -vt 0.046913 0.021477 -vt 0.046972 0.020784 -vt 0.047090 0.020098 -vt 0.047497 0.018769 -vt 0.048495 0.016938 -vt 0.049940 0.015430 -vt 0.050501 0.015016 -vt 0.051106 0.014668 -vt 0.052366 0.014076 -vt 0.053038 0.013892 -vt 0.054407 0.013636 -vt 0.055104 0.013606 -vt 0.055803 0.013607 -vt 0.057182 0.013843 -vt 0.057852 0.014048 -vt 0.059126 0.014624 -vt 0.061736 0.016921 -vt 0.062469 0.018112 -vt 0.063345 0.022175 -vt 0.063285 0.022873 -vt 0.061296 0.027275 -vt 0.059723 0.028659 -vt 0.058501 0.029342 -vt 0.057842 0.029575 -vt 0.056498 0.029955 -vt 0.053033 0.029779 -vt 0.051081 0.029026 -vt 0.048105 0.026135 -vt 0.046951 0.020781 -vt 0.047069 0.020094 -vt 0.047245 0.019419 -vt 0.047764 0.018125 -vt 0.048105 0.017516 -vt 0.048912 0.016376 -vt 0.049416 0.015891 -vt 0.051718 0.014336 -vt 0.053025 0.013843 -vt 0.056504 0.013660 -vt 0.058516 0.014276 -vt 0.060286 0.015408 -vt 0.060811 0.015870 -vt 0.061296 0.016376 -vt 0.062158 0.017482 -vt 0.062791 0.018736 -vt 0.063025 0.019399 -vt 0.063202 0.020080 -vt 0.063321 0.020773 -vt 0.063381 0.021474 -vt 0.063202 0.023571 -vt 0.063025 0.024251 -vt 0.062791 0.024914 -vt 0.059144 0.029058 -vt 0.057852 0.029603 -vt 0.057182 0.029808 -vt 0.055806 0.030080 -vt 0.055104 0.030110 -vt 0.050464 0.028689 -vt 0.049899 0.028271 -vt 0.049371 0.027807 -vt 0.048885 0.027299 -vt 0.048443 0.026752 -vt 0.048049 0.026169 -vt 0.047706 0.025555 -vt 0.047416 0.024914 -vt 0.047182 0.024251 -vt 0.047005 0.023571 -vt 0.046886 0.022878 -vt 0.046826 0.022177 -vt 0.046826 0.021474 -vt 0.047040 0.020088 -vt 0.047217 0.019410 -vt 0.047450 0.018750 -vt 0.048080 0.017501 -vt 0.048472 0.016921 -vt 0.049922 0.015408 -vt 0.050485 0.014991 -vt 0.051081 0.014624 -vt 0.052356 0.014048 -vt 0.053704 0.013660 -vt 0.054401 0.013570 -vt 0.055104 0.013541 -vt 0.055810 0.013528 -vt 0.057202 0.013767 -vt 0.059165 0.014556 -vt 0.059767 0.014926 -vt 0.060836 0.015844 -vt 0.061323 0.016352 -vt 0.061765 0.016899 -vt 0.062501 0.018096 -vt 0.063423 0.022179 -vt 0.063363 0.022883 -vt 0.062539 0.025574 -vt 0.062195 0.026191 -vt 0.061799 0.026777 -vt 0.061355 0.027327 -vt 0.060866 0.027837 -vt 0.060335 0.028304 -vt 0.059767 0.028725 -vt 0.057864 0.029637 -vt 0.057191 0.029843 -vt 0.056504 0.029991 -vt 0.054398 0.030123 -vt 0.053696 0.030033 -vt 0.053005 0.029884 -vt 0.052330 0.029677 -vt 0.051674 0.029413 -vt 0.051043 0.029095 -vt 0.046844 0.020768 -vt 0.047416 0.018736 -vt 0.047706 0.018096 -vt 0.048443 0.016899 -vt 0.048885 0.016352 -vt 0.049371 0.015844 -vt 0.051063 0.014593 -vt 0.051691 0.014276 -vt 0.053016 0.013808 -vt 0.056519 0.013571 -vt 0.057894 0.013929 -vt 0.058553 0.014194 -vt 0.060365 0.015309 -vt 0.062830 0.018721 -vt 0.063066 0.019387 -vt 0.063244 0.020071 -vt 0.063363 0.020768 -vt 0.063423 0.021472 -vt 0.063291 0.023590 -vt 0.063111 0.024278 -vt 0.062875 0.024948 -vt 0.059188 0.029137 -vt 0.058553 0.029457 -vt 0.055104 0.030153 -vt 0.050414 0.028764 -vt 0.049843 0.028341 -vt 0.049309 0.027872 -vt 0.048817 0.027358 -vt 0.047668 0.025574 -vt 0.047377 0.024930 -vt 0.047142 0.024264 -vt 0.046963 0.023580 -vt 0.046844 0.022883 -vt 0.046784 0.022179 -vt 0.046784 0.021472 -vt 0.046917 0.020061 -vt 0.047096 0.019373 -vt 0.048013 0.017459 -vt 0.048853 0.016324 -vt 0.049342 0.015813 -vt 0.049872 0.015346 -vt 0.050414 0.014887 -vt 0.051674 0.014237 -vt 0.052330 0.013974 -vt 0.053696 0.013618 -vt 0.054398 0.013528 -vt 0.055104 0.013498 -vt 0.055814 0.013481 -vt 0.057227 0.013671 -vt 0.059188 0.014514 -vt 0.059793 0.014887 -vt 0.060934 0.015742 -vt 0.061429 0.016258 -vt 0.061878 0.016815 -vt 0.062279 0.017407 -vt 0.062628 0.018032 -vt 0.063471 0.022181 -vt 0.063411 0.022889 -vt 0.062628 0.025619 -vt 0.062279 0.026243 -vt 0.061878 0.026836 -vt 0.061429 0.027392 -vt 0.060934 0.027909 -vt 0.060397 0.028381 -vt 0.059822 0.028807 -vt 0.057911 0.029770 -vt 0.057227 0.029980 -vt 0.056528 0.030131 -vt 0.055818 0.030221 -vt 0.054394 0.030170 -vt 0.053688 0.030080 -vt 0.052993 0.029930 -vt 0.052314 0.029722 -vt 0.051654 0.029457 -vt 0.051019 0.029137 -vt 0.048329 0.026836 -vt 0.047928 0.026243 -vt 0.046736 0.022181 -vt 0.046736 0.021470 -vt 0.046797 0.020762 -vt 0.047285 0.018684 -vt 0.047580 0.018032 -vt 0.047928 0.017407 -vt 0.048329 0.016815 -vt 0.049309 0.015779 -vt 0.049843 0.015309 -vt 0.050994 0.014469 -vt 0.052314 0.013929 -vt 0.052993 0.013721 -vt 0.056528 0.013520 -vt 0.063341 0.023601 -vt 0.063161 0.024293 -vt 0.062922 0.024967 -vt 0.050385 0.028807 -vt 0.049273 0.027909 -vt 0.048778 0.027392 -vt 0.049810 0.015269 -vt 0.050385 0.014844 -vt 0.052980 0.013671 -vt 0.053680 0.013520 -vt 0.044547 0.020419 -vt 0.044571 0.020422 -vt 0.044495 0.021222 -vt 0.058272 0.011683 -vt 0.059030 0.011952 -vt 0.064394 0.016617 -vt 0.064739 0.017345 -vt 0.065524 0.019624 -vt 0.065728 0.022026 -vt 0.065682 0.022829 -vt 0.065409 0.024413 -vt 0.058765 0.031826 -vt 0.053105 0.032261 -vt 0.048104 0.029820 -vt 0.047519 0.029267 -vt 0.046484 0.028038 -vt 0.046039 0.027369 -vt 0.045306 0.025938 -vt 0.065750 0.022443 -vt 0.048346 0.030076 -vt 0.048407 0.013535 -vt 0.048412 0.013572 -vt 0.052401 0.011509 -vt 0.057496 0.011472 -vt 0.055721 0.011179 -vt 0.055909 0.011206 -vt 0.055649 0.011182 -vt 0.055104 0.011200 -vt 0.055495 0.011183 -vt 0.054486 0.011179 -vt 0.054635 0.011184 -vt 0.054300 0.011230 -vt 0.052711 0.011472 -vt 0.052187 0.011583 -vt 0.052333 0.011534 -vt 0.051935 0.011683 -vt 0.051443 0.011824 -vt 0.051177 0.011952 -vt 0.049721 0.012636 -vt 0.049228 0.012940 -vt 0.048532 0.013445 -vt 0.047790 0.014084 -vt 0.046853 0.015068 -vt 0.046770 0.015191 -vt 0.047225 0.014659 -vt 0.046219 0.015950 -vt 0.045835 0.016629 -vt 0.045169 0.017948 -vt 0.045447 0.017335 -vt 0.044861 0.018909 -vt 0.045128 0.018091 -vt 0.044683 0.019624 -vt 0.044813 0.019055 -vt 0.044461 0.021434 -vt 0.044460 0.021280 -vt 0.044457 0.021201 -vt 0.044480 0.022026 -vt 0.044461 0.022217 -vt 0.044526 0.022829 -vt 0.044798 0.024413 -vt 0.044813 0.024596 -vt 0.044861 0.024742 -vt 0.045023 0.025185 -vt 0.045103 0.025486 -vt 0.045149 0.025633 -vt 0.046219 0.027701 -vt 0.046978 0.028673 -vt 0.046813 0.028523 -vt 0.046724 0.028398 -vt 0.048407 0.030116 -vt 0.049165 0.030666 -vt 0.048532 0.030206 -vt 0.048729 0.030326 -vt 0.049390 0.030784 -vt 0.051227 0.031760 -vt 0.050806 0.031543 -vt 0.051443 0.031826 -vt 0.051296 0.031780 -vt 0.051554 0.031841 -vt 0.052321 0.032080 -vt 0.052187 0.032068 -vt 0.051682 0.031910 -vt 0.054486 0.032472 -vt 0.057807 0.032142 -vt 0.057107 0.032286 -vt 0.057946 0.032091 -vt 0.059411 0.031566 -vt 0.058911 0.031780 -vt 0.060135 0.031212 -vt 0.060862 0.030801 -vt 0.060818 0.030784 -vt 0.060979 0.030711 -vt 0.061738 0.030159 -vt 0.062103 0.029820 -vt 0.061861 0.030076 -vt 0.063944 0.027764 -vt 0.063437 0.028460 -vt 0.063354 0.028583 -vt 0.064190 0.027382 -vt 0.064035 0.027641 -vt 0.065038 0.025702 -vt 0.064924 0.025948 -vt 0.065058 0.025633 -vt 0.065347 0.024742 -vt 0.065105 0.025486 -vt 0.065184 0.025185 -vt 0.065746 0.022217 -vt 0.065747 0.022371 -vt 0.065746 0.021434 -vt 0.065712 0.021222 -vt 0.065420 0.019122 -vt 0.065395 0.019055 -vt 0.065127 0.018227 -vt 0.065347 0.018909 -vt 0.063989 0.015950 -vt 0.064080 0.016067 -vt 0.063394 0.015128 -vt 0.062964 0.014676 -vt 0.063484 0.015253 -vt 0.061861 0.013575 -vt 0.062418 0.014084 -vt 0.061043 0.012985 -vt 0.061676 0.013445 -vt 0.060475 0.012657 -vt 0.058911 0.011871 -vt 0.057946 0.011559 -vt 0.058765 0.011824 -vt 0.050442 0.012277 -vt 0.054712 0.032468 -vt 0.053897 0.032407 -vt 0.055573 0.032467 -vt 0.056308 0.032383 -vt 0.054559 0.032469 -vt 0.065661 0.020419 -vt 0.053497 0.011297 -vt 0.050072 0.031212 -vt 0.065600 0.023631 -vt 0.059776 0.012255 -vt 0.044608 0.023631 -vt 0.045623 0.026678 -vt 0.062706 0.029285 -vt 0.056710 0.011297 -vt 0.056882 0.018669 -vt 0.058202 0.019947 -vt 0.058725 0.021709 -vt 0.058316 0.023501 -vt 0.053500 0.025155 -vt 0.053127 0.024862 -vt 0.052073 0.023940 -vt 0.051892 0.023501 -vt 0.051425 0.022180 -vt 0.051483 0.021709 -vt 0.051725 0.020330 -vt 0.052006 0.019947 -vt 0.052894 0.018864 -vt 0.053326 0.018669 -vt 0.054285 0.018702 -vt 0.053519 0.019012 -vt 0.053851 0.018731 -vt 0.054677 0.018514 -vt 0.054206 0.018403 -vt 0.054651 0.018317 -vt 0.055517 0.018623 -vt 0.055531 0.018514 -vt 0.055104 0.018288 -vt 0.055104 0.018203 -vt 0.055556 0.018317 -vt 0.055576 0.018160 -vt 0.053717 0.018400 -vt 0.053368 0.018743 -vt 0.053776 0.018546 -vt 0.052857 0.019506 -vt 0.052342 0.020151 -vt 0.052781 0.019427 -vt 0.052249 0.020095 -vt 0.052338 0.019620 -vt 0.052078 0.019991 -vt 0.052215 0.019521 -vt 0.052008 0.020907 -vt 0.051876 0.021722 -vt 0.051903 0.020875 -vt 0.051767 0.021718 -vt 0.051611 0.021261 -vt 0.051568 0.021712 -vt 0.051456 0.021236 -vt 0.052073 0.022941 -vt 0.051849 0.022568 -vt 0.052052 0.023418 -vt 0.051784 0.023047 -vt 0.051967 0.023462 -vt 0.051636 0.023102 -vt 0.052713 0.023996 -vt 0.053283 0.024623 -vt 0.052632 0.024070 -vt 0.052810 0.024519 -vt 0.053174 0.024790 -vt 0.052708 0.024639 -vt 0.054486 0.024995 -vt 0.054427 0.025298 -vt 0.054466 0.025102 -vt 0.054877 0.025356 -vt 0.054397 0.025453 -vt 0.054867 0.025513 -vt 0.055721 0.024995 -vt 0.056505 0.024735 -vt 0.055742 0.025102 -vt 0.056552 0.024833 -vt 0.056219 0.025183 -vt 0.056639 0.025013 -vt 0.056268 0.025332 -vt 0.056707 0.025155 -vt 0.057494 0.023996 -vt 0.057967 0.023319 -vt 0.057927 0.023795 -vt 0.058064 0.023369 -vt 0.058240 0.023462 -vt 0.058075 0.023898 -vt 0.058135 0.023940 -vt 0.058252 0.022544 -vt 0.058331 0.021722 -vt 0.058427 0.022146 -vt 0.058625 0.022165 -vt 0.058640 0.021712 -vt 0.058782 0.022180 -vt 0.058199 0.020907 -vt 0.057865 0.020151 -vt 0.058156 0.020474 -vt 0.058339 0.020393 -vt 0.058129 0.019991 -vt 0.058483 0.020330 -vt 0.057350 0.019506 -vt 0.056688 0.019012 -vt 0.057100 0.019150 -vt 0.057220 0.018990 -vt 0.056840 0.018743 -vt 0.057314 0.018864 -vt 0.054631 0.018160 -vt 0.054185 0.018321 -vt 0.052937 0.018922 -vt 0.053045 0.019067 -vt 0.052583 0.019223 -vt 0.052643 0.019284 -vt 0.051869 0.020393 -vt 0.051631 0.020795 -vt 0.051712 0.020819 -vt 0.051582 0.022165 -vt 0.051572 0.022632 -vt 0.051655 0.022613 -vt 0.052202 0.023849 -vt 0.052366 0.023735 -vt 0.052422 0.024261 -vt 0.052485 0.024204 -vt 0.053569 0.025013 -vt 0.053655 0.024833 -vt 0.053703 0.024735 -vt 0.053962 0.025264 -vt 0.053989 0.025183 -vt 0.055336 0.025441 -vt 0.055330 0.025356 -vt 0.055318 0.025157 -vt 0.055796 0.025381 -vt 0.055780 0.025298 -vt 0.057080 0.024862 -vt 0.057034 0.024790 -vt 0.057452 0.024584 -vt 0.057397 0.024519 -vt 0.057268 0.024367 -vt 0.057723 0.024204 -vt 0.057839 0.024310 -vt 0.058504 0.023077 -vt 0.058424 0.023047 -vt 0.058460 0.022591 -vt 0.058636 0.022632 -vt 0.058680 0.021247 -vt 0.058596 0.021261 -vt 0.058399 0.021293 -vt 0.058495 0.020819 -vt 0.058646 0.020774 -vt 0.057936 0.019567 -vt 0.057870 0.019620 -vt 0.057714 0.019744 -vt 0.057565 0.019284 -vt 0.057675 0.019171 -vt 0.056463 0.018467 -vt 0.056431 0.018546 -vt 0.056357 0.018731 -vt 0.056001 0.018403 -vt 0.056041 0.018251 -vt 0.054712 0.010925 -vt 0.055495 0.010925 -vt 0.055495 0.010727 -vt 0.054712 0.010727 -vt 0.055495 0.010476 -vt 0.054712 0.010476 -vt 0.055495 0.010467 -vt 0.054712 0.010478 -vt 0.055495 0.010510 -vt 0.054652 0.010560 -vt 0.054712 0.010817 -vt 0.055495 0.010771 -vt 0.054712 0.010753 -vt 0.055898 0.010986 -vt 0.055951 0.011014 -vt 0.055954 0.010850 -vt 0.055844 0.010869 -vt 0.055776 0.010912 -vt 0.055641 0.010829 -vt 0.055763 0.010788 -vt 0.055561 0.010731 -vt 0.055896 0.010721 -vt 0.055726 0.010539 -vt 0.055599 0.010489 -vt 0.055959 0.010903 -vt 0.055909 0.010773 -vt 0.055747 0.010605 -vt 0.055847 0.010775 -vt 0.055714 0.010690 -vt 0.055649 0.010666 -vt 0.055622 0.010528 -vt 0.055896 0.011219 -vt 0.055792 0.011287 -vt 0.055716 0.011344 -vt 0.055632 0.011409 -vt 0.054512 0.010941 -vt 0.054302 0.010944 -vt 0.054241 0.010989 -vt 0.054314 0.010881 -vt 0.054378 0.010827 -vt 0.054497 0.010869 -vt 0.054512 0.010760 -vt 0.054493 0.010538 -vt 0.054361 0.010656 -vt 0.054284 0.010777 -vt 0.054249 0.010903 -vt 0.054361 0.010775 -vt 0.054401 0.010603 -vt 0.054482 0.010667 -vt 0.054585 0.010510 -vt 0.054609 0.010654 -vt 0.054480 0.011335 -vt 0.054569 0.011404 -vt 0.054352 0.011244 -vt 0.050941 0.011882 -vt 0.052108 0.011338 -vt 0.051363 0.011580 -vt 0.052110 0.011132 -vt 0.051302 0.011391 -vt 0.051969 0.010910 -vt 0.051224 0.011152 -vt 0.048072 0.013655 -vt 0.048380 0.013237 -vt 0.048981 0.012732 -vt 0.048897 0.012617 -vt 0.048264 0.013077 -vt 0.048749 0.012413 -vt 0.048116 0.012873 -vt 0.046884 0.014758 -vt 0.046844 0.014758 -vt 0.045891 0.016228 -vt 0.046055 0.015735 -vt 0.046515 0.015102 -vt 0.046397 0.014934 -vt 0.045895 0.015619 -vt 0.046152 0.014838 -vt 0.045692 0.015471 -vt 0.044612 0.019349 -vt 0.044858 0.018085 -vt 0.044590 0.018821 -vt 0.044670 0.018024 -vt 0.044428 0.018768 -vt 0.044431 0.017946 -vt 0.044189 0.018690 -vt 0.044360 0.022712 -vt 0.044204 0.022217 -vt 0.044204 0.021434 -vt 0.044006 0.021434 -vt 0.044006 0.022217 -vt 0.043754 0.021434 -vt 0.043754 0.022217 -vt 0.044616 0.024822 -vt 0.044858 0.025566 -vt 0.044428 0.024883 -vt 0.044670 0.025627 -vt 0.044189 0.024960 -vt 0.044431 0.025705 -vt 0.045842 0.027459 -vt 0.046515 0.028549 -vt 0.046055 0.027916 -vt 0.045859 0.027977 -vt 0.046397 0.028717 -vt 0.045692 0.028180 -vt 0.046152 0.028813 -vt 0.049506 0.031038 -vt 0.049013 0.030874 -vt 0.048380 0.030414 -vt 0.048212 0.030532 -vt 0.048897 0.031034 -vt 0.048116 0.030777 -vt 0.048749 0.031237 -vt 0.052627 0.032317 -vt 0.052108 0.032313 -vt 0.051346 0.032124 -vt 0.051302 0.032259 -vt 0.052046 0.032501 -vt 0.051224 0.032498 -vt 0.051969 0.032740 -vt 0.055990 0.032569 -vt 0.054712 0.032725 -vt 0.055495 0.032725 -vt 0.054646 0.032920 -vt 0.055495 0.032923 -vt 0.054712 0.033175 -vt 0.055495 0.033175 -vt 0.059267 0.031769 -vt 0.058100 0.032313 -vt 0.058844 0.032071 -vt 0.058161 0.032501 -vt 0.058905 0.032259 -vt 0.058239 0.032740 -vt 0.058983 0.032498 -vt 0.061194 0.030874 -vt 0.061827 0.030414 -vt 0.061255 0.031070 -vt 0.061995 0.030532 -vt 0.061458 0.031237 -vt 0.062091 0.030777 -vt 0.064365 0.027459 -vt 0.063692 0.028549 -vt 0.064152 0.027916 -vt 0.063811 0.028717 -vt 0.064312 0.028032 -vt 0.064056 0.028813 -vt 0.064516 0.028180 -vt 0.065595 0.024302 -vt 0.065591 0.024822 -vt 0.065349 0.025566 -vt 0.065538 0.025627 -vt 0.065779 0.024883 -vt 0.065777 0.025705 -vt 0.066019 0.024960 -vt 0.065847 0.020939 -vt 0.066004 0.021434 -vt 0.066004 0.022217 -vt 0.066202 0.022217 -vt 0.066202 0.021434 -vt 0.066453 0.022217 -vt 0.066453 0.021434 -vt 0.065047 0.017662 -vt 0.065591 0.018829 -vt 0.065349 0.018085 -vt 0.065797 0.018832 -vt 0.065538 0.018024 -vt 0.066019 0.018690 -vt 0.065777 0.017946 -vt 0.063274 0.014793 -vt 0.064197 0.015702 -vt 0.063692 0.015102 -vt 0.064348 0.015674 -vt 0.063811 0.014934 -vt 0.064516 0.015471 -vt 0.064056 0.014838 -vt 0.060738 0.012564 -vt 0.061880 0.013277 -vt 0.061194 0.012777 -vt 0.061995 0.013119 -vt 0.061310 0.012617 -vt 0.062091 0.012873 -vt 0.061458 0.012413 -vt 0.057600 0.011276 -vt 0.058861 0.011527 -vt 0.058117 0.011285 -vt 0.058967 0.011415 -vt 0.058161 0.011150 -vt 0.058983 0.011152 -vt 0.058239 0.010910 -vt 0.051222 0.011144 -vt 0.052026 0.010890 -vt 0.051229 0.011167 -vt 0.051979 0.010943 -vt 0.051193 0.011252 -vt 0.048118 0.012875 -vt 0.048751 0.012415 -vt 0.048769 0.012441 -vt 0.048117 0.012978 -vt 0.045705 0.015480 -vt 0.046186 0.014788 -vt 0.046179 0.014858 -vt 0.045724 0.015570 -vt 0.044180 0.018687 -vt 0.044433 0.017947 -vt 0.044204 0.018695 -vt 0.044483 0.017963 -vt 0.044250 0.018774 -vt 0.043788 0.021434 -vt 0.043788 0.022217 -vt 0.043745 0.021434 -vt 0.043745 0.022217 -vt 0.044277 0.024870 -vt 0.044507 0.025680 -vt 0.044242 0.024943 -vt 0.044463 0.025694 -vt 0.044169 0.024903 -vt 0.044422 0.025707 -vt 0.046144 0.028818 -vt 0.045655 0.028132 -vt 0.046165 0.028804 -vt 0.045719 0.028160 -vt 0.046256 0.028813 -vt 0.048751 0.031235 -vt 0.048118 0.030775 -vt 0.048136 0.030750 -vt 0.048848 0.031205 -vt 0.051222 0.032507 -vt 0.051966 0.032749 -vt 0.051974 0.032725 -vt 0.051235 0.032466 -vt 0.052053 0.032679 -vt 0.054712 0.033184 -vt 0.055495 0.033184 -vt 0.055495 0.033159 -vt 0.054712 0.033141 -vt 0.055556 0.033090 -vt 0.058986 0.032507 -vt 0.058181 0.032761 -vt 0.058978 0.032483 -vt 0.058222 0.032687 -vt 0.059015 0.032399 -vt 0.062097 0.030785 -vt 0.061410 0.031274 -vt 0.062082 0.030765 -vt 0.061426 0.031192 -vt 0.062091 0.030673 -vt 0.064514 0.028178 -vt 0.064054 0.028812 -vt 0.064028 0.028793 -vt 0.064483 0.028081 -vt 0.065786 0.025707 -vt 0.066027 0.024963 -vt 0.065762 0.025700 -vt 0.066003 0.024956 -vt 0.065942 0.024935 -vt 0.066419 0.022217 -vt 0.066419 0.021434 -vt 0.066462 0.022217 -vt 0.066462 0.021434 -vt 0.065678 0.017914 -vt 0.065966 0.018707 -vt 0.065762 0.017951 -vt 0.066039 0.018748 -vt 0.065786 0.017943 -vt 0.064054 0.014839 -vt 0.064520 0.015467 -vt 0.064488 0.015491 -vt 0.063951 0.014838 -vt 0.062097 0.012866 -vt 0.061464 0.012406 -vt 0.061457 0.012415 -vt 0.062071 0.012901 -vt 0.061426 0.012458 -vt 0.058238 0.010913 -vt 0.058985 0.011147 -vt 0.058155 0.010972 -vt 0.058966 0.011205 -vt 0.052074 0.011235 -vt 0.051261 0.011502 -vt 0.048316 0.013149 -vt 0.048935 0.012670 -vt 0.048279 0.013098 -vt 0.046391 0.015011 -vt 0.045927 0.015732 -vt 0.044779 0.018059 -vt 0.044538 0.018804 -vt 0.044732 0.018044 -vt 0.044452 0.018776 -vt 0.044095 0.021434 -vt 0.044098 0.022290 -vt 0.044031 0.022217 -vt 0.044779 0.025591 -vt 0.044513 0.024855 -vt 0.044694 0.025619 -vt 0.046427 0.028613 -vt 0.045968 0.027980 -vt 0.048290 0.030538 -vt 0.049011 0.031002 -vt 0.052145 0.032436 -vt 0.051310 0.032235 -vt 0.052054 0.032477 -vt 0.054712 0.032834 -vt 0.055568 0.032831 -vt 0.058870 0.032150 -vt 0.058134 0.032416 -vt 0.058897 0.032235 -vt 0.061891 0.030502 -vt 0.061258 0.030962 -vt 0.064219 0.027964 -vt 0.063780 0.028613 -vt 0.065453 0.025599 -vt 0.065714 0.024784 -vt 0.065755 0.024875 -vt 0.066112 0.021434 -vt 0.066158 0.022217 -vt 0.066176 0.021434 -vt 0.065695 0.018796 -vt 0.065427 0.017983 -vt 0.063780 0.015038 -vt 0.064259 0.015657 -vt 0.061243 0.012710 -vt 0.061891 0.013149 -vt 0.058878 0.011476 -vt 0.058141 0.011212 -vt 0.052509 0.011271 -vt 0.052576 0.011253 -vt 0.052422 0.011176 -vt 0.052370 0.011238 -vt 0.052217 0.011202 -vt 0.052320 0.011124 -vt 0.052607 0.011276 -vt 0.052487 0.011079 -vt 0.052359 0.010973 -vt 0.052207 0.010899 -vt 0.052071 0.010891 -vt 0.052498 0.011136 -vt 0.052249 0.010955 -vt 0.052396 0.011086 -vt 0.052243 0.011046 -vt 0.052174 0.011044 -vt 0.052106 0.010920 -vt 0.052579 0.011494 -vt 0.052502 0.011590 -vt 0.052447 0.011668 -vt 0.051048 0.011714 -vt 0.051178 0.011657 -vt 0.050979 0.011724 -vt 0.050935 0.011786 -vt 0.050971 0.011661 -vt 0.051141 0.011593 -vt 0.051122 0.011484 -vt 0.051180 0.011474 -vt 0.051035 0.011279 -vt 0.050945 0.011432 -vt 0.050910 0.011571 -vt 0.050915 0.011702 -vt 0.050982 0.011545 -vt 0.050967 0.011369 -vt 0.051064 0.011406 -vt 0.051114 0.011224 -vt 0.051181 0.011354 -vt 0.051269 0.012041 -vt 0.051375 0.012079 -vt 0.051119 0.011994 -vt 0.049375 0.012589 -vt 0.049506 0.012613 -vt 0.049432 0.012551 -vt 0.049309 0.012507 -vt 0.049274 0.012538 -vt 0.049149 0.012508 -vt 0.049232 0.012601 -vt 0.049075 0.012614 -vt 0.048953 0.012581 -vt 0.049376 0.012487 -vt 0.049140 0.012352 -vt 0.048973 0.012329 -vt 0.048841 0.012363 -vt 0.049322 0.012465 -vt 0.049029 0.012370 -vt 0.049510 0.012779 -vt 0.049052 0.012458 -vt 0.048986 0.012477 -vt 0.048883 0.012381 -vt 0.049467 0.012895 -vt 0.049438 0.012986 -vt 0.048138 0.013473 -vt 0.048071 0.013583 -vt 0.048036 0.013565 -vt 0.048032 0.013435 -vt 0.048052 0.013354 -vt 0.048173 0.013318 -vt 0.048121 0.013221 -vt 0.047976 0.013053 -vt 0.047937 0.013226 -vt 0.047946 0.013369 -vt 0.047992 0.013492 -vt 0.048007 0.013322 -vt 0.047939 0.013159 -vt 0.048042 0.013164 -vt 0.048034 0.012976 -vt 0.048137 0.013079 -vt 0.048433 0.013705 -vt 0.048545 0.013708 -vt 0.048276 0.013707 -vt 0.046801 0.014812 -vt 0.046675 0.014786 -vt 0.046669 0.014867 -vt 0.046524 0.014927 -vt 0.046562 0.014804 -vt 0.046585 0.014657 -vt 0.046338 0.014688 -vt 0.046223 0.014762 -vt 0.046636 0.014678 -vt 0.046405 0.014710 -vt 0.046601 0.014729 -vt 0.046454 0.014786 -vt 0.046396 0.014825 -vt 0.046268 0.014765 -vt 0.046989 0.014951 -vt 0.046983 0.015074 -vt 0.046984 0.015169 -vt 0.045898 0.016034 -vt 0.045951 0.015906 -vt 0.045868 0.016160 -vt 0.045830 0.016154 -vt 0.045786 0.016031 -vt 0.045780 0.015948 -vt 0.045883 0.015876 -vt 0.045845 0.015757 -vt 0.045624 0.015618 -vt 0.045614 0.015766 -vt 0.045684 0.015995 -vt 0.045765 0.016097 -vt 0.045727 0.015931 -vt 0.045611 0.015798 -vt 0.045711 0.015770 -vt 0.045645 0.015594 -vt 0.045775 0.015659 -vt 0.046250 0.016164 -vt 0.046358 0.016132 -vt 0.046102 0.016214 -vt 0.045040 0.017721 -vt 0.045160 0.017662 -vt 0.045021 0.017663 -vt 0.044912 0.017735 -vt 0.044810 0.017788 -vt 0.044932 0.017814 -vt 0.044812 0.017916 -vt 0.044694 0.017962 -vt 0.044980 0.017637 -vt 0.044711 0.017667 -vt 0.044562 0.017746 -vt 0.044475 0.017852 -vt 0.044924 0.017651 -vt 0.044712 0.017710 -vt 0.044659 0.017859 -vt 0.044702 0.017804 -vt 0.044519 0.017841 -vt 0.045262 0.017795 -vt 0.045294 0.017914 -vt 0.045325 0.018004 -vt 0.044559 0.019162 -vt 0.044515 0.019275 -vt 0.044420 0.019117 -vt 0.044496 0.019017 -vt 0.044397 0.018968 -vt 0.044181 0.018918 -vt 0.044251 0.019081 -vt 0.044309 0.019161 -vt 0.044555 0.019329 -vt 0.044396 0.019221 -vt 0.044365 0.019117 -vt 0.044213 0.019026 -vt 0.044300 0.018969 -vt 0.044182 0.018822 -vt 0.044326 0.018844 -vt 0.044934 0.019177 -vt 0.045027 0.019113 -vt 0.044808 0.019270 -vt 0.044264 0.021031 -vt 0.044300 0.020940 -vt 0.044267 0.020963 -vt 0.044147 0.021085 -vt 0.044190 0.021153 -vt 0.044108 0.021288 -vt 0.044066 0.021166 -vt 0.044009 0.021368 -vt 0.043999 0.021033 -vt 0.043817 0.021204 -vt 0.043768 0.021331 -vt 0.044052 0.021020 -vt 0.044182 0.020970 -vt 0.043949 0.021122 -vt 0.043945 0.021280 -vt 0.043968 0.021215 -vt 0.043806 0.021307 -vt 0.044498 0.021033 -vt 0.044566 0.021137 -vt 0.044622 0.021213 -vt 0.044219 0.022417 -vt 0.044222 0.022627 -vt 0.044267 0.022688 -vt 0.044160 0.022615 -vt 0.044106 0.022551 -vt 0.044147 0.022432 -vt 0.044038 0.022417 -vt 0.043817 0.022436 -vt 0.043934 0.022569 -vt 0.044055 0.022645 -vt 0.044182 0.022680 -vt 0.044053 0.022569 -vt 0.043881 0.022528 -vt 0.043946 0.022447 -vt 0.043837 0.022469 -vt 0.043933 0.022320 -vt 0.043789 0.022344 -vt 0.044613 0.022449 -vt 0.044682 0.022360 -vt 0.044523 0.022577 -vt 0.044549 0.024420 -vt 0.044612 0.024302 -vt 0.044531 0.024354 -vt 0.044455 0.024507 -vt 0.044517 0.024559 -vt 0.044480 0.024712 -vt 0.044403 0.024609 -vt 0.044411 0.024819 -vt 0.044452 0.024387 -vt 0.044251 0.024570 -vt 0.044177 0.024722 -vt 0.044170 0.024858 -vt 0.044414 0.024431 -vt 0.044234 0.024681 -vt 0.044365 0.024533 -vt 0.044325 0.024686 -vt 0.044323 0.024755 -vt 0.044199 0.024823 -vt 0.044772 0.024350 -vt 0.044869 0.024427 -vt 0.044946 0.024482 -vt 0.044935 0.025751 -vt 0.045002 0.025950 -vt 0.045064 0.025995 -vt 0.044939 0.025958 -vt 0.044868 0.025914 -vt 0.044871 0.025788 -vt 0.044763 0.025807 -vt 0.044558 0.025894 -vt 0.044711 0.025984 -vt 0.044849 0.026019 -vt 0.044980 0.026014 -vt 0.044824 0.025947 -vt 0.044648 0.025962 -vt 0.044684 0.025865 -vt 0.044588 0.025919 -vt 0.044632 0.025748 -vt 0.044503 0.025815 -vt 0.045320 0.025660 -vt 0.045273 0.025810 -vt 0.045879 0.027697 -vt 0.045860 0.027495 -vt 0.045830 0.027497 -vt 0.045786 0.027620 -vt 0.045816 0.027656 -vt 0.045787 0.027780 -vt 0.045892 0.027854 -vt 0.045692 0.027635 -vt 0.045631 0.027789 -vt 0.045607 0.027956 -vt 0.045642 0.028088 -vt 0.045743 0.027607 -vt 0.045666 0.027813 -vt 0.045756 0.027943 -vt 0.045736 0.027877 -vt 0.045659 0.028047 -vt 0.046058 0.027419 -vt 0.046174 0.027462 -vt 0.046264 0.027491 -vt 0.046751 0.028791 -vt 0.046646 0.028701 -vt 0.046757 0.028901 -vt 0.046844 0.028893 -vt 0.046562 0.028846 -vt 0.046596 0.028756 -vt 0.046331 0.028953 -vt 0.046504 0.028992 -vt 0.046647 0.028983 -vt 0.046770 0.028937 -vt 0.046601 0.028922 -vt 0.046438 0.028991 -vt 0.046442 0.028887 -vt 0.046254 0.028896 -vt 0.046357 0.028792 -vt 0.046984 0.028496 -vt 0.046987 0.028384 -vt 0.046985 0.028653 -vt 0.048090 0.030128 -vt 0.048036 0.030085 -vt 0.048064 0.030254 -vt 0.048145 0.030260 -vt 0.048206 0.030405 -vt 0.048083 0.030367 -vt 0.048037 0.030046 -vt 0.047948 0.030259 -vt 0.047937 0.030425 -vt 0.047967 0.030591 -vt 0.048040 0.030706 -vt 0.047988 0.030217 -vt 0.047988 0.030525 -vt 0.048007 0.030329 -vt 0.048065 0.030475 -vt 0.048104 0.030533 -vt 0.048044 0.030661 -vt 0.048229 0.029940 -vt 0.048353 0.029946 -vt 0.048448 0.029945 -vt 0.048554 0.029942 -vt 0.049312 0.031031 -vt 0.049185 0.030979 -vt 0.049351 0.031134 -vt 0.049351 0.031198 -vt 0.049226 0.031150 -vt 0.049155 0.031046 -vt 0.049036 0.031084 -vt 0.048963 0.031315 -vt 0.049140 0.031299 -vt 0.049234 0.031269 -vt 0.049318 0.031204 -vt 0.049210 0.031202 -vt 0.049076 0.031318 -vt 0.049048 0.031218 -vt 0.048872 0.031284 -vt 0.048938 0.031154 -vt 0.049442 0.030679 -vt 0.049411 0.030571 -vt 0.049492 0.030827 -vt 0.050999 0.031889 -vt 0.050941 0.031769 -vt 0.050935 0.031865 -vt 0.050904 0.032001 -vt 0.051014 0.032017 -vt 0.051092 0.031997 -vt 0.051195 0.032117 -vt 0.051066 0.032119 -vt 0.051240 0.032236 -vt 0.050919 0.032142 -vt 0.051025 0.032367 -vt 0.051130 0.032454 -vt 0.050915 0.031949 -vt 0.050923 0.032088 -vt 0.050988 0.032217 -vt 0.051137 0.032270 -vt 0.051082 0.032227 -vt 0.051120 0.032410 -vt 0.051073 0.031668 -vt 0.051193 0.031635 -vt 0.051283 0.031605 -vt 0.051383 0.031569 -vt 0.052441 0.032370 -vt 0.052303 0.032360 -vt 0.052554 0.032414 -vt 0.052395 0.032509 -vt 0.052295 0.032433 -vt 0.052247 0.032532 -vt 0.052196 0.032748 -vt 0.052359 0.032678 -vt 0.052469 0.032586 -vt 0.052498 0.032542 -vt 0.052396 0.032565 -vt 0.052304 0.032716 -vt 0.052247 0.032629 -vt 0.052100 0.032747 -vt 0.052122 0.032603 -vt 0.052455 0.031995 -vt 0.052392 0.031902 -vt 0.052549 0.032121 -vt 0.054310 0.032665 -vt 0.054217 0.032569 -vt 0.054241 0.032662 -vt 0.054254 0.032801 -vt 0.054363 0.032782 -vt 0.054432 0.032739 -vt 0.054566 0.032821 -vt 0.054445 0.032863 -vt 0.054311 0.032930 -vt 0.054482 0.033112 -vt 0.054609 0.033161 -vt 0.054249 0.032748 -vt 0.054299 0.032877 -vt 0.054460 0.033046 -vt 0.054361 0.032876 -vt 0.054493 0.032961 -vt 0.054559 0.032984 -vt 0.054585 0.033123 -vt 0.054312 0.032431 -vt 0.054415 0.032363 -vt 0.054492 0.032307 -vt 0.055829 0.032677 -vt 0.055695 0.032710 -vt 0.055905 0.032707 -vt 0.055966 0.032662 -vt 0.055893 0.032770 -vt 0.055829 0.032824 -vt 0.055711 0.032782 -vt 0.055637 0.032883 -vt 0.055714 0.033112 -vt 0.055847 0.032995 -vt 0.055924 0.032874 -vt 0.055959 0.032748 -vt 0.055847 0.032876 -vt 0.055807 0.033048 -vt 0.055726 0.032983 -vt 0.055622 0.033140 -vt 0.055599 0.032997 -vt 0.055728 0.032316 -vt 0.055855 0.032407 -vt 0.057698 0.032380 -vt 0.057580 0.032317 -vt 0.057632 0.032398 -vt 0.057687 0.032526 -vt 0.057785 0.032475 -vt 0.057837 0.032413 -vt 0.057991 0.032449 -vt 0.057888 0.032526 -vt 0.058097 0.032518 -vt 0.057782 0.032632 -vt 0.058000 0.032752 -vt 0.058136 0.032760 -vt 0.057666 0.032477 -vt 0.057753 0.032585 -vt 0.057959 0.032696 -vt 0.057812 0.032565 -vt 0.057964 0.032604 -vt 0.058034 0.032606 -vt 0.058102 0.032730 -vt 0.057628 0.032157 -vt 0.057705 0.032060 -vt 0.057761 0.031983 -vt 0.059245 0.031837 -vt 0.059273 0.031865 -vt 0.059236 0.031990 -vt 0.059185 0.031985 -vt 0.059192 0.032061 -vt 0.059067 0.032058 -vt 0.059086 0.032166 -vt 0.059172 0.032371 -vt 0.059262 0.032219 -vt 0.059298 0.032080 -vt 0.059295 0.032027 -vt 0.059225 0.032105 -vt 0.059240 0.032282 -vt 0.059143 0.032245 -vt 0.059093 0.032426 -vt 0.059026 0.032297 -vt 0.058939 0.031609 -vt 0.058833 0.031572 -vt 0.059088 0.031656 -vt 0.060833 0.031061 -vt 0.060701 0.031038 -vt 0.060975 0.031050 -vt 0.060815 0.031119 -vt 0.060934 0.031113 -vt 0.061058 0.031142 -vt 0.061132 0.031037 -vt 0.060832 0.031164 -vt 0.061068 0.031299 -vt 0.061235 0.031322 -vt 0.061367 0.031287 -vt 0.060885 0.031186 -vt 0.061178 0.031281 -vt 0.060998 0.031202 -vt 0.061155 0.031193 -vt 0.061222 0.031173 -vt 0.061325 0.031270 -vt 0.060697 0.030871 -vt 0.060741 0.030755 -vt 0.060769 0.030665 -vt 0.060799 0.030563 -vt 0.061980 0.030283 -vt 0.062148 0.030158 -vt 0.062171 0.030085 -vt 0.062175 0.030216 -vt 0.062035 0.030333 -vt 0.062125 0.030367 -vt 0.062232 0.030598 -vt 0.062270 0.030425 -vt 0.062261 0.030282 -vt 0.062215 0.030159 -vt 0.062200 0.030329 -vt 0.062269 0.030492 -vt 0.062165 0.030487 -vt 0.062174 0.030675 -vt 0.062070 0.030572 -vt 0.061775 0.029945 -vt 0.061662 0.029942 -vt 0.061931 0.029944 -vt 0.063538 0.028784 -vt 0.063352 0.028865 -vt 0.063274 0.028858 -vt 0.063364 0.028893 -vt 0.063533 0.028865 -vt 0.063684 0.028723 -vt 0.063646 0.028846 -vt 0.063437 0.028937 -vt 0.063703 0.028992 -vt 0.063869 0.028963 -vt 0.063984 0.028889 -vt 0.063495 0.028941 -vt 0.063803 0.028941 -vt 0.063219 0.028700 -vt 0.063754 0.028864 -vt 0.063811 0.028825 -vt 0.063939 0.028885 -vt 0.063224 0.028576 -vt 0.063224 0.028481 -vt 0.064309 0.027617 -vt 0.064257 0.027744 -vt 0.064356 0.027500 -vt 0.064477 0.027578 -vt 0.064412 0.027578 -vt 0.064428 0.027703 -vt 0.064324 0.027774 -vt 0.064363 0.027893 -vt 0.064594 0.027966 -vt 0.064577 0.027789 -vt 0.064524 0.027656 -vt 0.064443 0.027554 -vt 0.064480 0.027719 -vt 0.064596 0.027853 -vt 0.064496 0.027881 -vt 0.064562 0.028057 -vt 0.064432 0.027991 -vt 0.063957 0.027487 -vt 0.063849 0.027518 -vt 0.064106 0.027437 -vt 0.065167 0.025930 -vt 0.065143 0.025995 -vt 0.065279 0.026025 -vt 0.065295 0.025916 -vt 0.065276 0.025837 -vt 0.065395 0.025734 -vt 0.065397 0.025863 -vt 0.065514 0.025689 -vt 0.065420 0.026010 -vt 0.065646 0.025905 -vt 0.065732 0.025799 -vt 0.065227 0.026014 -vt 0.065366 0.026006 -vt 0.065496 0.025941 -vt 0.065548 0.025792 -vt 0.065506 0.025847 -vt 0.065688 0.025810 -vt 0.064946 0.025856 -vt 0.064913 0.025737 -vt 0.064883 0.025646 -vt 0.065648 0.024489 -vt 0.065638 0.024626 -vt 0.065638 0.024360 -vt 0.065677 0.024354 -vt 0.065756 0.024457 -vt 0.065788 0.024534 -vt 0.065712 0.024634 -vt 0.065810 0.024682 -vt 0.066027 0.024733 -vt 0.065956 0.024570 -vt 0.065865 0.024460 -vt 0.065820 0.024431 -vt 0.065843 0.024533 -vt 0.065994 0.024625 -vt 0.065908 0.024682 -vt 0.066017 0.024695 -vt 0.065881 0.024807 -vt 0.065273 0.024474 -vt 0.065181 0.024537 -vt 0.065399 0.024380 -vt 0.065943 0.022619 -vt 0.065847 0.022712 -vt 0.065940 0.022688 -vt 0.066079 0.022675 -vt 0.066060 0.022566 -vt 0.066017 0.022497 -vt 0.066100 0.022363 -vt 0.066141 0.022485 -vt 0.066198 0.022283 -vt 0.066209 0.022618 -vt 0.066390 0.022447 -vt 0.066440 0.022320 -vt 0.066026 0.022680 -vt 0.066156 0.022630 -vt 0.066259 0.022528 -vt 0.066263 0.022370 -vt 0.066239 0.022436 -vt 0.066401 0.022344 -vt 0.065710 0.022617 -vt 0.065642 0.022514 -vt 0.065585 0.022437 -vt 0.065955 0.021100 -vt 0.065988 0.021234 -vt 0.065962 0.020979 -vt 0.066102 0.021100 -vt 0.066060 0.021218 -vt 0.066169 0.021234 -vt 0.066391 0.021215 -vt 0.066273 0.021082 -vt 0.066152 0.021006 -vt 0.066026 0.020970 -vt 0.066154 0.021082 -vt 0.066326 0.021122 -vt 0.066262 0.021204 -vt 0.066370 0.021182 -vt 0.066275 0.021331 -vt 0.066419 0.021307 -vt 0.065594 0.021201 -vt 0.065525 0.021291 -vt 0.065685 0.021074 -vt 0.065658 0.019231 -vt 0.065595 0.019349 -vt 0.065677 0.019297 -vt 0.065804 0.019242 -vt 0.065753 0.019144 -vt 0.065691 0.019092 -vt 0.065727 0.018938 -vt 0.065805 0.019042 -vt 0.065910 0.019147 -vt 0.066030 0.018929 -vt 0.066038 0.018793 -vt 0.065756 0.019263 -vt 0.065864 0.019176 -vt 0.065974 0.018970 -vt 0.065435 0.019301 -vt 0.065883 0.018965 -vt 0.065885 0.018895 -vt 0.066009 0.018827 -vt 0.065339 0.019224 -vt 0.065261 0.019169 -vt 0.065200 0.017782 -vt 0.065272 0.017899 -vt 0.065116 0.017684 -vt 0.065143 0.017656 -vt 0.065268 0.017693 -vt 0.065263 0.017744 -vt 0.065339 0.017737 -vt 0.065336 0.017862 -vt 0.065455 0.017901 -vt 0.065650 0.017757 -vt 0.065497 0.017667 -vt 0.065358 0.017632 -vt 0.065305 0.017634 -vt 0.065384 0.017704 -vt 0.065560 0.017689 -vt 0.065523 0.017786 -vt 0.065705 0.017836 -vt 0.065575 0.017903 -vt 0.064888 0.017990 -vt 0.064935 0.017841 -vt 0.064340 0.016097 -vt 0.064317 0.016228 -vt 0.064422 0.016031 -vt 0.064378 0.016154 -vt 0.064391 0.015995 -vt 0.064421 0.015871 -vt 0.064328 0.015954 -vt 0.064315 0.015797 -vt 0.064515 0.016016 -vt 0.064577 0.015861 -vt 0.064600 0.015694 -vt 0.064566 0.015562 -vt 0.064464 0.016044 -vt 0.064560 0.015751 -vt 0.064150 0.016232 -vt 0.064471 0.015774 -vt 0.064452 0.015707 -vt 0.064548 0.015604 -vt 0.064034 0.016188 -vt 0.063943 0.016160 -vt 0.063456 0.014860 -vt 0.063390 0.014758 -vt 0.063494 0.014754 -vt 0.063611 0.014894 -vt 0.063646 0.014804 -vt 0.063876 0.014697 -vt 0.063703 0.014659 -vt 0.063560 0.014668 -vt 0.063437 0.014714 -vt 0.063607 0.014729 -vt 0.063665 0.014653 -vt 0.063765 0.014764 -vt 0.063953 0.014755 -vt 0.063851 0.014859 -vt 0.063224 0.015155 -vt 0.063221 0.015267 -vt 0.063222 0.014998 -vt 0.062117 0.013523 -vt 0.062136 0.013655 -vt 0.062171 0.013565 -vt 0.062242 0.013446 -vt 0.062143 0.013397 -vt 0.062062 0.013391 -vt 0.062002 0.013245 -vt 0.062125 0.013283 -vt 0.062272 0.013307 -vt 0.062241 0.013060 -vt 0.062167 0.012945 -vt 0.062215 0.013492 -vt 0.062251 0.013357 -vt 0.062220 0.013126 -vt 0.061978 0.013710 -vt 0.062143 0.013175 -vt 0.062104 0.013118 -vt 0.062164 0.012990 -vt 0.061855 0.013705 -vt 0.061760 0.013706 -vt 0.061023 0.012672 -vt 0.060775 0.012551 -vt 0.060851 0.012551 -vt 0.060898 0.012507 -vt 0.060981 0.012501 -vt 0.061053 0.012605 -vt 0.061172 0.012566 -vt 0.061244 0.012335 -vt 0.061068 0.012352 -vt 0.060935 0.012405 -vt 0.060832 0.012487 -vt 0.060998 0.012449 -vt 0.061132 0.012333 -vt 0.061159 0.012433 -vt 0.061205 0.012332 -vt 0.061270 0.012497 -vt 0.060765 0.012972 -vt 0.060797 0.013080 -vt 0.060715 0.012823 -vt 0.059208 0.011762 -vt 0.059267 0.011882 -vt 0.059273 0.011786 -vt 0.059194 0.011634 -vt 0.059115 0.011653 -vt 0.059013 0.011534 -vt 0.059141 0.011532 -vt 0.059292 0.011702 -vt 0.059262 0.011432 -vt 0.059183 0.011283 -vt 0.059077 0.011197 -vt 0.059278 0.011646 -vt 0.059183 0.011353 -vt 0.059225 0.011545 -vt 0.059125 0.011423 -vt 0.059070 0.011381 -vt 0.059088 0.011241 -vt 0.059134 0.011983 -vt 0.059015 0.012016 -vt 0.058925 0.012046 -vt 0.057767 0.011281 -vt 0.057905 0.011291 -vt 0.057698 0.011195 -vt 0.057679 0.011133 -vt 0.057812 0.011141 -vt 0.057912 0.011218 -vt 0.057961 0.011119 -vt 0.058063 0.011215 -vt 0.058011 0.010902 -vt 0.057849 0.010973 -vt 0.057768 0.011030 -vt 0.057708 0.011117 -vt 0.057812 0.011086 -vt 0.057903 0.010935 -vt 0.057960 0.011021 -vt 0.058107 0.010904 -vt 0.058085 0.011048 -vt 0.057752 0.011656 -vt 0.057816 0.011749 -vt 0.057659 0.011530 -vt 0.048039 0.013852 -vt 0.048124 0.013949 -vt 0.047302 0.014912 -vt 0.047147 0.014774 -vt 0.047571 0.014293 -vt 0.047607 0.014328 -vt 0.047662 0.014384 -vt 0.047732 0.014454 -vt 0.045921 0.016426 -vt 0.045964 0.016452 -vt 0.046032 0.016491 -vt 0.045547 0.017661 -vt 0.045357 0.017578 -vt 0.045631 0.016999 -vt 0.045657 0.017012 -vt 0.045727 0.017048 -vt 0.045815 0.017093 -vt 0.044702 0.019528 -vt 0.044828 0.019556 -vt 0.044728 0.020818 -vt 0.044522 0.020798 -vt 0.044582 0.020159 -vt 0.044632 0.020167 -vt 0.044710 0.020179 -vt 0.044808 0.020195 -vt 0.044587 0.022847 -vt 0.044924 0.024073 -vt 0.044722 0.024118 -vt 0.044582 0.023492 -vt 0.044632 0.023484 -vt 0.044710 0.023472 -vt 0.044808 0.023456 -vt 0.045338 0.026081 -vt 0.045384 0.026061 -vt 0.045547 0.025990 -vt 0.046117 0.027109 -vt 0.045939 0.027214 -vt 0.045631 0.026652 -vt 0.045657 0.026639 -vt 0.045727 0.026603 -vt 0.047131 0.028891 -vt 0.047228 0.028805 -vt 0.048124 0.029702 -vt 0.048053 0.029782 -vt 0.047571 0.029358 -vt 0.047607 0.029322 -vt 0.047662 0.029267 -vt 0.047732 0.029197 -vt 0.049704 0.031009 -vt 0.049770 0.030897 -vt 0.050900 0.031473 -vt 0.050857 0.031572 -vt 0.050267 0.031317 -vt 0.050290 0.031272 -vt 0.050326 0.031202 -vt 0.050371 0.031114 -vt 0.052806 0.032228 -vt 0.052825 0.032143 -vt 0.054096 0.032201 -vt 0.054076 0.032407 -vt 0.053437 0.032347 -vt 0.053445 0.032297 -vt 0.053457 0.032220 -vt 0.053473 0.032122 -vt 0.056125 0.032342 -vt 0.056111 0.032201 -vt 0.057352 0.032005 -vt 0.057396 0.032207 -vt 0.056767 0.032326 -vt 0.056757 0.032261 -vt 0.056734 0.032122 -vt 0.059359 0.031591 -vt 0.059339 0.031545 -vt 0.059308 0.031473 -vt 0.060438 0.030897 -vt 0.060492 0.030990 -vt 0.059930 0.031298 -vt 0.059917 0.031272 -vt 0.059881 0.031202 -vt 0.059836 0.031114 -vt 0.062169 0.029798 -vt 0.062135 0.029760 -vt 0.062083 0.029702 -vt 0.062906 0.028739 -vt 0.063061 0.028876 -vt 0.062621 0.029343 -vt 0.062601 0.029322 -vt 0.062545 0.029267 -vt 0.062475 0.029197 -vt 0.064287 0.027225 -vt 0.064176 0.027159 -vt 0.064660 0.025990 -vt 0.064850 0.026073 -vt 0.064596 0.026662 -vt 0.064551 0.026639 -vt 0.064480 0.026603 -vt 0.064392 0.026558 -vt 0.065506 0.024123 -vt 0.065421 0.024104 -vt 0.065479 0.022833 -vt 0.065686 0.022853 -vt 0.065625 0.023492 -vt 0.065576 0.023484 -vt 0.065498 0.023472 -vt 0.065400 0.023456 -vt 0.065620 0.020804 -vt 0.065283 0.019577 -vt 0.065485 0.019533 -vt 0.065625 0.020159 -vt 0.065576 0.020167 -vt 0.065498 0.020179 -vt 0.065400 0.020195 -vt 0.064870 0.017570 -vt 0.064823 0.017590 -vt 0.064660 0.017661 -vt 0.064090 0.016542 -vt 0.064268 0.016437 -vt 0.064576 0.016999 -vt 0.064551 0.017012 -vt 0.064480 0.017048 -vt 0.063077 0.014760 -vt 0.063012 0.014818 -vt 0.062017 0.014023 -vt 0.062135 0.013890 -vt 0.062636 0.014293 -vt 0.062575 0.014354 -vt 0.062475 0.014454 -vt 0.060503 0.012642 -vt 0.060438 0.012754 -vt 0.059268 0.012269 -vt 0.059351 0.012079 -vt 0.059917 0.012379 -vt 0.059881 0.012449 -vt 0.059836 0.012537 -vt 0.057401 0.011423 -vt 0.057373 0.011549 -vt 0.056121 0.011351 -vt 0.056131 0.011244 -vt 0.056762 0.011354 -vt 0.056750 0.011431 -vt 0.056734 0.011529 -vt 0.054074 0.011222 -vt 0.054079 0.011273 -vt 0.054087 0.011351 -vt 0.052856 0.011646 -vt 0.052811 0.011444 -vt 0.053441 0.011325 -vt 0.053445 0.011354 -vt 0.053457 0.011431 -vt 0.053473 0.011529 -vt 0.050848 0.012059 -vt 0.050868 0.012106 -vt 0.050900 0.012178 -vt 0.049820 0.012839 -vt 0.049715 0.012661 -vt 0.050277 0.012353 -vt 0.050290 0.012379 -vt 0.050326 0.012449 -vt 0.050371 0.012537 -vt 0.054940 0.019905 -vt 0.055267 0.019905 -vt 0.055269 0.019887 -vt 0.055589 0.019960 -vt 0.055104 0.023753 -vt 0.055445 0.023816 -vt 0.055430 0.023725 -vt 0.055746 0.023643 -vt 0.056044 0.023508 -vt 0.056373 0.023397 -vt 0.056315 0.023325 -vt 0.056551 0.023099 -vt 0.056824 0.022884 -vt 0.056745 0.022836 -vt 0.056893 0.022544 -vt 0.057078 0.022251 -vt 0.056988 0.022232 -vt 0.057030 0.021907 -vt 0.057016 0.021581 -vt 0.057035 0.021234 -vt 0.056947 0.021261 -vt 0.056825 0.020957 -vt 0.056654 0.020679 -vt 0.056501 0.020367 -vt 0.056438 0.020434 -vt 0.056235 0.020152 -vt 0.056183 0.020228 -vt 0.055898 0.020069 -vt 0.055613 0.019871 -vt 0.054595 0.019871 -vt 0.054618 0.019960 -vt 0.054310 0.020069 -vt 0.053973 0.020152 -vt 0.054024 0.020228 -vt 0.053770 0.020434 -vt 0.053554 0.020679 -vt 0.053300 0.020916 -vt 0.053382 0.020957 -vt 0.053260 0.021261 -vt 0.053192 0.021581 -vt 0.053086 0.021911 -vt 0.053178 0.021907 -vt 0.053219 0.022232 -vt 0.053229 0.022579 -vt 0.053315 0.022544 -vt 0.053462 0.022836 -vt 0.053587 0.023160 -vt 0.053657 0.023099 -vt 0.053893 0.023325 -vt 0.054164 0.023508 -vt 0.054431 0.023730 -vt 0.054462 0.023643 -vt 0.054778 0.023725 -vt 0.055278 0.019783 -vt 0.054906 0.024339 -vt 0.054543 0.024284 -vt 0.054943 0.024432 -vt 0.054991 0.024479 -vt 0.055087 0.024514 -vt 0.055186 0.024496 -vt 0.055265 0.024432 -vt 0.056061 0.024225 -vt 0.056121 0.024257 -vt 0.056188 0.024268 -vt 0.056255 0.024255 -vt 0.056313 0.024220 -vt 0.056357 0.024168 -vt 0.056380 0.024104 -vt 0.057041 0.023577 -vt 0.057109 0.023568 -vt 0.057195 0.023515 -vt 0.057243 0.023426 -vt 0.057242 0.023325 -vt 0.057577 0.022573 -vt 0.057639 0.022547 -vt 0.057708 0.022472 -vt 0.057730 0.022373 -vt 0.057716 0.022306 -vt 0.057681 0.022248 -vt 0.057681 0.021402 -vt 0.057716 0.021344 -vt 0.057728 0.021244 -vt 0.057708 0.021179 -vt 0.057666 0.021125 -vt 0.057609 0.021088 -vt 0.057242 0.020326 -vt 0.057249 0.020258 -vt 0.057216 0.020163 -vt 0.057140 0.020095 -vt 0.057075 0.020076 -vt 0.057007 0.020079 -vt 0.056383 0.019581 -vt 0.056371 0.019514 -vt 0.056337 0.019455 -vt 0.056255 0.019396 -vt 0.056188 0.019383 -vt 0.056090 0.019407 -vt 0.055265 0.019219 -vt 0.055186 0.019155 -vt 0.055121 0.019137 -vt 0.055021 0.019154 -vt 0.054965 0.019193 -vt 0.054925 0.019248 -vt 0.054118 0.019407 -vt 0.054019 0.019383 -vt 0.053922 0.019411 -vt 0.053870 0.019455 -vt 0.053837 0.019514 -vt 0.053824 0.019581 -vt 0.053200 0.020079 -vt 0.053132 0.020076 -vt 0.053067 0.020095 -vt 0.053013 0.020136 -vt 0.052964 0.020225 -vt 0.052959 0.020292 -vt 0.052977 0.020358 -vt 0.052598 0.021088 -vt 0.052541 0.021125 -vt 0.052487 0.021211 -vt 0.052481 0.021312 -vt 0.052506 0.021375 -vt 0.052551 0.021426 -vt 0.052527 0.022248 -vt 0.052491 0.022306 -vt 0.052479 0.022407 -vt 0.052500 0.022472 -vt 0.052568 0.022546 -vt 0.052631 0.022573 -vt 0.052965 0.023325 -vt 0.052959 0.023392 -vt 0.052991 0.023488 -vt 0.053038 0.023537 -vt 0.053099 0.023568 -vt 0.053166 0.023577 -vt 0.053828 0.024104 -vt 0.053851 0.024168 -vt 0.053922 0.024240 -vt 0.054019 0.024268 -vt 0.054118 0.024244 -vn 0.825194 0.564849 -0.000001 -vn 0.825195 0.564848 0.000000 -vn 0.781830 0.623491 0.000000 -vn 0.781831 0.623491 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.498407 0.866943 0.000000 -vn 0.498405 0.866944 0.000002 -vn 0.433887 0.900967 0.000000 -vn 0.433884 0.900969 0.000001 -vn 0.367059 0.930198 0.000000 -vn 0.367054 0.930200 0.000000 -vn 0.072901 0.997339 0.000000 -vn 0.072902 0.997339 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.072901 0.997339 0.000000 -vn -0.072902 0.997339 0.000000 -vn -0.367053 0.930200 0.000000 -vn -0.367054 0.930200 0.000000 -vn -0.433887 0.900967 0.000001 -vn -0.433882 0.900970 0.000000 -vn -0.498412 0.866940 0.000002 -vn -0.498399 0.866948 0.000000 -vn -0.734291 0.678835 0.000000 -vn -0.734313 0.678811 -0.000001 -vn -0.781823 0.623500 -0.000001 -vn -0.781838 0.623482 -0.000001 -vn -0.825195 0.564848 -0.000002 -vn -0.825202 0.564837 0.000000 -vn -0.956110 0.293007 0.000000 -vn -0.956115 0.292993 -0.000002 -vn -0.974928 0.222522 -0.000001 -vn -0.974928 0.222521 -0.000001 -vn -0.988556 0.150856 -0.000002 -vn -0.988554 0.150870 0.000000 -vn -0.988554 -0.150871 0.000000 -vn -0.988556 -0.150857 -0.000002 -vn -0.974928 -0.222522 -0.000001 -vn -0.974928 -0.222522 -0.000001 -vn -0.956115 -0.292993 -0.000002 -vn -0.956111 -0.293006 0.000000 -vn -0.825202 -0.564838 0.000000 -vn -0.825196 -0.564847 -0.000002 -vn -0.781838 -0.623482 -0.000001 -vn -0.781824 -0.623500 -0.000001 -vn -0.734313 -0.678811 -0.000001 -vn -0.734291 -0.678835 0.000000 -vn -0.498397 -0.866949 0.000000 -vn -0.498418 -0.866937 0.000000 -vn -0.433881 -0.900970 0.000000 -vn -0.433888 -0.900967 0.000000 -vn -0.367053 -0.930200 0.000000 -vn -0.367048 -0.930202 0.000000 -vn -0.072894 -0.997340 0.000000 -vn -0.072894 -0.997340 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.433884 -0.900969 0.000000 -vn 0.433887 -0.900967 0.000001 -vn 0.498405 -0.866944 0.000000 -vn 0.498413 -0.866940 0.000002 -vn 0.734307 -0.678818 0.000000 -vn 0.734307 -0.678818 0.000000 -vn 0.781830 -0.623491 0.000000 -vn 0.781834 -0.623487 0.000000 -vn 0.825195 -0.564848 0.000000 -vn 0.825202 -0.564837 0.000000 -vn 0.956115 -0.292992 0.000000 -vn 0.956111 -0.293005 0.000000 -vn 0.974929 -0.222516 0.000000 -vn 0.974928 -0.222522 0.000000 -vn 0.988556 -0.150855 0.000000 -vn 0.988556 -0.150854 0.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004104 -0.001853 -0.999990 -vn -0.009264 -0.006223 -0.999938 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.632967 -0.205663 -0.746361 +vn -0.538434 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 -vn 0.000017 0.000000 -1.000000 +vn -0.391195 -0.538435 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn -0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 -0.665542 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391196 -0.538434 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.538435 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 -vn -0.004344 0.001968 -0.999989 -vn -0.008402 0.002192 -0.999962 -vn -0.002920 -0.003947 -0.999988 +vn 0.632968 -0.205664 -0.746361 +vn 0.000001 0.000000 -1.000000 +vn 0.665542 -0.000000 -0.746361 vn 0.000000 0.000000 -1.000000 -vn -0.002192 -0.004337 -0.999988 +vn 0.632968 0.205664 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn 0.538434 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391195 0.538435 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn 0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.665542 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.391196 0.538434 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.538435 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.632968 0.205664 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.665542 0.000001 -0.746360 +vn -0.951052 -0.309014 0.003292 +vn -0.809013 -0.587782 0.003292 +vn -0.587782 -0.809013 0.003292 +vn -0.309015 -0.951052 0.003292 +vn 0.000000 -0.999995 0.003291 +vn 0.309016 -0.951051 0.003291 +vn 0.587782 -0.809013 0.003292 +vn 0.809013 -0.587782 0.003292 +vn 0.951051 -0.309015 0.003292 +vn 0.999995 -0.000000 0.003292 +vn 0.951051 0.309015 0.003292 +vn 0.809013 0.587782 0.003292 +vn 0.587782 0.809013 0.003292 +vn 0.309015 0.951051 0.003291 +vn -0.000000 0.999995 0.003292 +vn -0.309015 0.951051 0.003292 +vn -0.587782 0.809012 0.003292 +vn -0.809013 0.587782 0.003292 +vn -0.951051 0.309015 0.003292 +vn -0.999995 0.000001 0.003292 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587784 0.809018 0.000000 +vn 0.309016 0.951057 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.309017 0.951056 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587786 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951056 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951056 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.099521 -0.025997 0.994696 +vn -0.370259 -0.096720 0.923880 +vn -0.376186 -0.029434 0.926077 +vn -0.057114 -0.004469 0.998358 +vn -0.893883 -0.233507 0.382685 +vn -0.963711 -0.251747 0.088798 +vn -0.991422 -0.085464 0.098885 +vn -0.918344 -0.077800 0.388060 +vn 0.793305 -0.601767 0.092433 +vn 0.733240 -0.559378 0.386593 +vn 0.643214 -0.663196 0.382683 +vn 0.692237 -0.713734 0.106733 +vn 0.298486 -0.233299 0.925461 +vn 0.057028 -0.044573 0.997377 +vn 0.024020 -0.024766 0.999405 +vn 0.266434 -0.274699 0.923879 +vn 0.082303 0.032271 0.996085 +vn 0.041448 0.026013 0.998802 +vn -0.050580 0.009112 0.998679 +vn 0.079294 0.001499 0.996850 +vn -0.041919 0.020567 0.998909 +vn 0.068219 -0.023277 0.997399 +vn -0.036287 0.036816 0.998663 +vn -0.082955 0.119711 0.989337 +vn -0.967533 -0.252745 0.000000 +vn -0.996266 -0.086339 0.000000 +vn -0.984282 0.176605 0.000000 +vn -0.979643 0.175812 0.096905 +vn -0.897851 0.440300 0.000000 +vn -0.893429 0.438145 0.099068 +vn -0.686179 0.727433 0.000000 +vn -0.683685 0.723161 0.098051 +vn -0.569579 0.821937 0.000000 +vn -0.567955 0.819595 0.075436 +vn 0.847003 0.531588 0.000000 +vn 0.842233 0.528595 0.105978 +vn 0.932913 0.348128 0.092084 +vn 0.937197 0.348799 0.000000 +vn 0.995708 0.018406 0.090703 +vn 0.999830 0.018462 0.000000 +vn 0.942600 -0.321360 0.090740 +vn 0.946508 -0.322679 0.000000 +vn 0.797187 -0.603733 0.000000 +vn 0.696216 -0.717833 0.000000 +vn 0.782527 0.491125 0.382684 +vn 0.862275 0.324810 0.388563 +vn 0.324132 0.203428 0.923881 +vn 0.350837 0.137560 0.926278 +vn -0.375467 0.067640 0.924365 +vn -0.908855 0.163229 0.383846 +vn 0.921594 0.017102 0.387778 +vn 0.377565 0.007135 0.925956 +vn -0.340222 0.166926 0.925410 +vn -0.828089 0.406138 0.386421 +vn 0.872758 -0.297591 0.386954 +vn 0.358168 -0.122210 0.925624 +vn -0.264482 0.268343 0.926305 +vn -0.635493 0.667249 0.388493 +vn -0.217962 0.314540 0.923882 +vn -0.526221 0.759372 0.382684 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.004641 -0.001206 -0.999988 +vn -0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.072275 -0.073188 0.994696 +vn 0.268894 -0.272290 0.923880 +vn 0.213586 -0.311072 0.926075 +vn 0.032428 -0.047228 0.998358 +vn 0.649165 -0.657372 0.382683 +vn 0.699875 -0.708724 0.088798 +vn 0.569726 -0.815864 0.098885 +vn 0.526550 -0.756409 0.388060 +vn 0.124493 0.987906 0.092433 +vn 0.117812 0.914694 0.386594 +vn 0.252729 0.888640 0.382684 +vn 0.271991 0.956362 0.106733 +vn 0.052801 0.375140 0.925463 +vn 0.010088 0.071673 0.997377 +vn 0.009439 0.033186 0.999405 +vn 0.104679 0.368083 0.923881 +vn -0.069099 0.055142 0.996085 +vn -0.043253 0.022889 0.998802 +vn 0.017399 -0.048360 0.998679 +vn -0.040945 0.067921 0.996850 +vn 0.003148 -0.046587 0.998909 +vn -0.013951 0.070716 0.997399 +vn -0.013739 -0.049834 0.998663 +vn -0.062194 -0.131697 0.989337 +vn 0.702650 -0.711535 0.000000 +vn 0.572905 -0.819622 0.000000 +vn 0.339197 -0.940715 0.000000 +vn 0.337564 -0.936301 0.096905 +vn 0.067613 -0.997712 0.000000 +vn 0.067269 -0.992804 0.099068 +vn -0.286886 -0.957965 0.000000 +vn -0.284433 -0.953669 0.098051 +vn -0.427028 -0.904238 0.000000 +vn -0.425812 -0.901661 0.075436 +vn -0.883871 0.467731 0.000000 +vn -0.878893 0.465097 0.105978 +vn -0.767945 0.633863 0.092084 +vn -0.770668 0.637236 0.000000 +vn -0.513793 0.853106 0.090703 +vn -0.515903 0.856647 0.000000 +vn -0.192995 0.976995 0.090740 +vn -0.193806 0.981040 0.000000 +vn 0.124255 0.992250 0.000000 +vn 0.273554 0.961857 0.000000 +vn -0.816590 0.432128 0.382684 +vn -0.712429 0.584348 0.388564 +vn -0.338240 0.178992 0.923881 +vn -0.294551 0.235052 0.926278 +vn 0.129157 -0.358989 0.924362 +vn 0.313068 -0.868706 0.383847 +vn -0.475607 0.789573 0.387778 +vn -0.194964 0.323412 0.925956 +vn 0.025550 -0.378106 0.925410 +vn 0.062318 -0.920215 0.386421 +vn -0.178658 0.904626 0.386954 +vn -0.073245 0.371284 0.925626 +vn -0.100149 -0.363223 0.926304 +vn -0.260110 -0.883977 0.388493 +vn -0.163416 -0.346034 0.923881 +vn -0.394526 -0.835406 0.382683 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.072275 0.073188 0.994696 +vn -0.268894 0.272290 0.923880 +vn -0.213586 0.311072 0.926075 +vn -0.032428 0.047228 0.998358 +vn -0.649165 0.657372 0.382683 +vn -0.699875 0.708724 0.088798 +vn -0.569726 0.815864 0.098885 +vn -0.526550 0.756409 0.388060 +vn -0.124493 -0.987906 0.092433 +vn -0.117812 -0.914694 0.386594 +vn -0.252729 -0.888640 0.382684 +vn -0.271991 -0.956362 0.106733 +vn -0.052801 -0.375140 0.925463 +vn -0.010088 -0.071673 0.997377 +vn -0.009439 -0.033186 0.999405 +vn -0.104679 -0.368083 0.923881 +vn 0.069099 -0.055142 0.996085 +vn 0.043253 -0.022889 0.998802 +vn -0.017399 0.048360 0.998679 +vn 0.040945 -0.067921 0.996850 +vn -0.003148 0.046587 0.998909 +vn 0.013951 -0.070716 0.997399 +vn 0.013739 0.049834 0.998663 +vn 0.062194 0.131697 0.989337 +vn -0.702650 0.711535 0.000000 +vn -0.572905 0.819622 0.000000 +vn -0.339197 0.940715 0.000000 +vn -0.337564 0.936301 0.096905 +vn -0.067613 0.997712 0.000000 +vn -0.067269 0.992804 0.099068 +vn 0.286886 0.957965 0.000000 +vn 0.284433 0.953669 0.098051 +vn 0.427028 0.904238 0.000000 +vn 0.425812 0.901661 0.075436 +vn 0.883871 -0.467731 0.000000 +vn 0.878893 -0.465097 0.105978 +vn 0.767945 -0.633863 0.092084 +vn 0.770668 -0.637236 0.000000 +vn 0.513793 -0.853106 0.090703 +vn 0.515903 -0.856647 0.000000 +vn 0.192995 -0.976995 0.090740 +vn 0.193806 -0.981040 0.000000 +vn -0.124255 -0.992250 0.000000 +vn -0.273554 -0.961857 0.000000 +vn 0.816590 -0.432128 0.382684 +vn 0.712429 -0.584348 0.388564 +vn 0.338240 -0.178992 0.923881 +vn 0.294551 -0.235052 0.926278 +vn -0.129157 0.358989 0.924362 +vn -0.313068 0.868706 0.383847 +vn 0.475607 -0.789573 0.387778 +vn 0.194964 -0.323412 0.925956 +vn -0.025550 0.378106 0.925410 +vn -0.062318 0.920215 0.386421 +vn 0.178658 -0.904626 0.386954 +vn 0.073245 -0.371284 0.925626 +vn 0.100149 0.363223 0.926304 +vn 0.260110 0.883977 0.388493 +vn 0.163416 0.346034 0.923881 +vn 0.394526 0.835406 0.382683 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.006232 -0.000004 -0.999981 vn 0.000000 0.000000 -1.000000 -vn 0.004717 -0.000812 -0.999989 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.004109 -0.002299 -0.999989 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.099521 0.025997 0.994696 +vn 0.370259 0.096720 0.923880 +vn 0.376186 0.029434 0.926077 +vn 0.057114 0.004469 0.998358 +vn 0.893883 0.233507 0.382685 +vn 0.963711 0.251747 0.088798 +vn 0.991422 0.085464 0.098885 +vn 0.918344 0.077800 0.388060 +vn -0.793305 0.601767 0.092433 +vn -0.733240 0.559378 0.386593 +vn -0.643214 0.663196 0.382683 +vn -0.692237 0.713734 0.106733 +vn -0.298486 0.233299 0.925461 +vn -0.057028 0.044573 0.997377 +vn -0.024020 0.024766 0.999405 +vn -0.266434 0.274699 0.923879 +vn -0.082303 -0.032271 0.996085 +vn -0.041448 -0.026013 0.998802 +vn 0.050580 -0.009112 0.998679 +vn -0.079294 -0.001499 0.996850 +vn 0.041919 -0.020567 0.998909 +vn -0.068219 0.023277 0.997399 +vn 0.036287 -0.036816 0.998663 +vn 0.082955 -0.119711 0.989337 +vn 0.967533 0.252745 0.000000 +vn 0.996266 0.086339 0.000000 +vn 0.984282 -0.176605 0.000000 +vn 0.979643 -0.175812 0.096905 +vn 0.897851 -0.440300 0.000000 +vn 0.893429 -0.438145 0.099068 +vn 0.686179 -0.727433 0.000000 +vn 0.683685 -0.723161 0.098051 +vn 0.569579 -0.821937 0.000000 +vn 0.567955 -0.819595 0.075436 +vn -0.847003 -0.531588 0.000000 +vn -0.842233 -0.528595 0.105978 +vn -0.932913 -0.348128 0.092084 +vn -0.937197 -0.348799 0.000000 +vn -0.995708 -0.018406 0.090703 +vn -0.999830 -0.018462 0.000000 +vn -0.942600 0.321360 0.090740 +vn -0.946508 0.322679 0.000000 +vn -0.797187 0.603733 0.000000 +vn -0.696216 0.717833 0.000000 +vn -0.782527 -0.491125 0.382684 +vn -0.862275 -0.324810 0.388563 +vn -0.324132 -0.203428 0.923881 +vn -0.350837 -0.137560 0.926278 +vn 0.375467 -0.067640 0.924365 +vn 0.908855 -0.163229 0.383846 +vn -0.921594 -0.017102 0.387778 +vn -0.377565 -0.007135 0.925956 +vn 0.340222 -0.166926 0.925410 +vn 0.828089 -0.406138 0.386421 +vn -0.872758 0.297591 0.386954 +vn -0.358168 0.122210 0.925624 +vn 0.264482 -0.268343 0.926305 +vn 0.635493 -0.667249 0.388493 +vn 0.217962 -0.314540 0.923882 +vn 0.526221 -0.759372 0.382684 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.027246 -0.099185 0.994696 +vn -0.101367 -0.369011 0.923881 +vn -0.162606 -0.340506 0.926075 +vn -0.024686 -0.051696 0.998358 +vn -0.244718 -0.890880 0.382682 +vn -0.263836 -0.960472 0.088798 +vn -0.421697 -0.901329 0.098884 +vn -0.391797 -0.834209 0.388059 +vn 0.917798 0.386139 0.092433 +vn 0.851056 0.355317 0.386592 +vn 0.895950 0.225449 0.382682 +vn 0.964230 0.242630 0.106733 +vn 0.351280 0.141841 0.925464 +vn 0.067114 0.027100 0.997377 +vn 0.033461 0.008419 0.999405 +vn 0.371111 0.093383 0.923881 +vn 0.013205 0.087412 0.996085 +vn -0.001804 0.048902 0.998802 +vn -0.033181 -0.039248 0.998679 +vn 0.038350 0.069420 0.996850 +vn -0.038773 -0.026020 0.998909 +vn 0.054266 0.047440 0.997399 +vn -0.050026 -0.013017 0.998663 +vn -0.145150 -0.011987 0.989337 +vn -0.264882 -0.964281 0.000000 +vn -0.423361 -0.905961 0.000000 +vn -0.645085 -0.764111 0.000000 +vn -0.642080 -0.760489 0.096904 +vn -0.830237 -0.557411 0.000000 +vn -0.826159 -0.554659 0.099067 +vn -0.973065 -0.230531 0.000000 +vn -0.968118 -0.230508 0.098051 +vn -0.996608 -0.082301 0.000000 +vn -0.993768 -0.082066 0.075436 +vn -0.036868 0.999320 0.000000 +vn -0.036661 0.993693 0.105978 +vn 0.164969 0.981991 0.092084 +vn 0.166529 0.986037 0.000000 +vn 0.481914 0.871511 0.090703 +vn 0.483926 0.875109 0.000000 +vn 0.749605 0.655636 0.090740 +vn 0.752703 0.658361 0.000000 +vn 0.921442 0.388517 0.000000 +vn 0.969769 0.244024 0.000000 +vn -0.034062 0.923251 0.382684 +vn 0.149845 0.909156 0.388563 +vn -0.014109 0.382420 0.923881 +vn 0.056284 0.372613 0.926278 +vn -0.246316 -0.291349 0.924361 +vn -0.595792 -0.705475 0.383845 +vn 0.445985 0.806676 0.387778 +vn 0.182604 0.330547 0.925956 +vn -0.314673 -0.211180 0.925410 +vn -0.765772 -0.514075 0.386419 +vn 0.694100 0.607036 0.386954 +vn 0.284919 0.249074 0.925626 +vn -0.364635 -0.094880 0.926304 +vn -0.895601 -0.216729 0.388494 +vn -0.381386 -0.031495 0.923879 +vn -0.920744 -0.076037 0.382686 +s 1 +f 2095/2225/4429 2096/2226/4430 2098/2227/4431 2097/2228/4432 +f 2097/2228/4432 2098/2227/4431 2100/2229/4433 2099/2230/4434 +f 2099/2230/4434 2100/2229/4433 2102/2231/4435 2101/2232/4436 +f 2101/2232/4436 2102/2231/4435 2104/2233/4437 2103/2234/4438 +f 2103/2234/4438 2104/2233/4437 2106/2235/4439 2105/2236/4440 +s 2 +f 2115/2237/4441 2114/2238/4442 2117/2239/4443 2116/2240/4444 +s 3 +f 2114/2238/4445 2113/2241/4446 2118/2242/4447 2117/2239/4448 +s 4 +f 2133/2243/4449 2132/2244/4450 2138/2245/4451 2137/2246/4452 +s 2 +f 2132/2244/4453 2131/2247/4454 2139/2248/4455 2138/2245/4456 +f 2110/2249/4457 2108/2250/4458 2115/2237/4441 2116/2240/4444 +f 2110/2249/4457 2116/2240/4444 2122/2251/4459 2119/2252/4460 +f 2119/2252/4460 2122/2251/4459 2128/2253/4461 2125/2254/4462 +f 2125/2254/4462 2128/2253/4461 2134/2255/4463 2131/2247/4454 +f 2131/2247/4454 2134/2255/4463 2141/2256/4464 2139/2248/4455 +s 3 +f 2118/2242/4447 2113/2241/4446 2106/2235/4465 2104/2233/4466 +f 2118/2242/4447 2104/2233/4466 2102/2231/4467 2124/2257/4468 +f 2124/2257/4468 2102/2231/4467 2100/2229/4469 2130/2258/4470 +f 2130/2258/4470 2100/2229/4469 2098/2227/4471 2136/2259/4472 +f 2136/2259/4472 2098/2227/4471 2096/2226/4473 2140/2260/4474 +s 4 +f 2105/2236/4475 2107/2261/4476 2112/2262/4477 2103/2234/4478 +f 2103/2234/4478 2112/2262/4477 2121/2263/4479 2101/2232/4480 +f 2101/2232/4480 2121/2263/4479 2127/2264/4481 2099/2230/4482 +f 2099/2230/4482 2127/2264/4481 2133/2243/4449 2097/2228/4483 +f 2097/2228/4483 2133/2243/4449 2137/2246/4452 2095/2225/4484 +f 2107/2261/4476 2109/2265/4485 2111/2266/4486 2112/2262/4477 +s 2 +f 2109/2265/4487 2108/2250/4458 2110/2249/4457 2111/2266/4488 +f 2116/2240/4444 2117/2239/4443 2123/2267/4489 2122/2251/4459 +s 3 +f 2117/2239/4448 2118/2242/4447 2124/2257/4468 2123/2267/4490 +s 4 +f 2112/2262/4477 2111/2266/4486 2120/2268/4491 2121/2263/4479 +s 2 +f 2111/2266/4488 2110/2249/4457 2119/2252/4460 2120/2268/4492 +f 2122/2251/4459 2123/2267/4489 2129/2269/4493 2128/2253/4461 +s 3 +f 2123/2267/4490 2124/2257/4468 2130/2258/4470 2129/2269/4494 +s 4 +f 2121/2263/4479 2120/2268/4491 2126/2270/4495 2127/2264/4481 +s 2 +f 2120/2268/4492 2119/2252/4460 2125/2254/4462 2126/2270/4496 +f 2128/2253/4461 2129/2269/4493 2135/2271/4497 2134/2255/4463 +s 3 +f 2129/2269/4494 2130/2258/4470 2136/2259/4472 2135/2271/4498 +s 4 +f 2127/2264/4481 2126/2270/4495 2132/2244/4450 2133/2243/4449 +s 2 +f 2126/2270/4496 2125/2254/4462 2131/2247/4454 2132/2244/4453 +f 2134/2255/4463 2135/2271/4497 2142/2272/4499 2141/2256/4464 +s 3 +f 2135/2271/4498 2136/2259/4472 2140/2260/4474 2142/2272/4500 +s 7 +f 2144/2273/4501 2143/2274/4502 2163/2275/4503 +f 2145/2276/4504 2144/2273/4501 2163/2275/4503 +f 2146/2277/4505 2145/2276/4504 2163/2275/4503 +f 2147/2278/4506 2146/2277/4505 2163/2275/4503 +f 2148/2279/4507 2147/2278/4506 2163/2275/4503 +f 2149/2280/4508 2148/2279/4507 2163/2275/4503 +f 2150/2281/4509 2149/2280/4508 2163/2275/4503 +f 2151/2282/4510 2150/2281/4509 2163/2275/4503 +f 2152/2283/4511 2151/2282/4510 2163/2275/4503 +f 2153/2284/4512 2152/2283/4511 2163/2275/4503 +f 2154/2285/4513 2153/2284/4512 2163/2275/4503 +f 2155/2286/4514 2154/2285/4513 2163/2275/4503 +f 2156/2287/4515 2155/2286/4514 2163/2275/4503 +f 2157/2288/4516 2156/2287/4515 2163/2275/4503 +f 2158/2289/4517 2157/2288/4516 2163/2275/4503 +f 2159/2290/4518 2158/2289/4517 2163/2275/4503 +f 2160/2291/4519 2159/2290/4518 2163/2275/4503 +f 2161/2292/4520 2160/2291/4519 2163/2275/4503 +f 2162/2293/4521 2161/2292/4520 2163/2275/4503 +f 2143/2274/4502 2162/2293/4521 2163/2275/4503 +s 8 +f 2165/2294/4522 2166/2295/4523 2204/2296/4524 2203/2297/4525 +f 2166/2295/4523 2165/2294/4522 2167/2298/4526 2168/2299/4527 +f 2168/2299/4527 2167/2298/4526 2169/2300/4528 2170/2301/4529 +f 2170/2301/4529 2169/2300/4528 2171/2302/4530 2172/2303/4531 +f 2172/2303/4531 2171/2302/4530 2173/2304/4532 2174/2305/4533 +f 2174/2305/4533 2173/2304/4532 2175/2306/4534 2176/2307/4535 +f 2176/2307/4535 2175/2306/4534 2177/2308/4536 2178/2309/4537 +f 2178/2309/4537 2177/2308/4536 2179/2310/4538 2180/2311/4539 +f 2180/2311/4539 2179/2310/4538 2181/2312/4540 2182/2313/4541 +f 2182/2313/4541 2181/2312/4540 2183/2314/4542 2184/2315/4543 +f 2184/2315/4543 2183/2314/4542 2185/2316/4544 2186/2317/4545 +f 2186/2317/4545 2185/2316/4544 2187/2318/4546 2188/2319/4547 +f 2188/2319/4547 2187/2318/4546 2189/2320/4548 2190/2321/4549 +f 2190/2321/4549 2189/2320/4548 2191/2322/4550 2192/2323/4551 +f 2192/2323/4551 2191/2322/4550 2193/2324/4552 2194/2325/4553 +f 2194/2325/4553 2193/2324/4552 2195/2326/4554 2196/2327/4555 +f 2196/2327/4555 2195/2326/4554 2197/2328/4556 2198/2329/4557 +f 2198/2329/4557 2197/2328/4556 2199/2330/4558 2200/2331/4559 +f 2200/2331/4559 2199/2330/4558 2201/2332/4560 2202/2333/4561 +f 2202/2333/4561 2201/2332/4560 2203/2297/4525 2204/2296/4524 +f 2205/2334/4562 2206/2335/4563 2243/2336/4564 2244/2337/4565 +f 2206/2335/4563 2205/2334/4562 2208/2338/4566 2207/2339/4567 +f 2207/2339/4567 2208/2338/4566 2210/2340/4568 2209/2341/4569 +f 2209/2341/4569 2210/2340/4568 2212/2342/4570 2211/2343/4571 +f 2211/2343/4571 2212/2342/4570 2214/2344/4572 2213/2345/4573 +f 2213/2345/4573 2214/2344/4572 2216/2346/4574 2215/2347/4575 +f 2215/2347/4575 2216/2346/4574 2218/2348/4576 2217/2349/4577 +f 2217/2349/4577 2218/2348/4576 2220/2350/4578 2219/2351/4579 +f 2219/2351/4579 2220/2350/4578 2222/2352/4580 2221/2353/4581 +f 2221/2353/4581 2222/2352/4580 2224/2354/4582 2223/2355/4583 +f 2223/2355/4583 2224/2354/4582 2226/2356/4584 2225/2357/4585 +f 2225/2357/4585 2226/2356/4584 2228/2358/4586 2227/2359/4587 +f 2227/2359/4587 2228/2358/4586 2230/2360/4588 2229/2361/4589 +f 2229/2361/4589 2230/2360/4588 2232/2362/4590 2231/2363/4591 +f 2231/2363/4591 2232/2362/4590 2234/2364/4592 2233/2365/4593 +f 2233/2365/4593 2234/2364/4592 2236/2366/4594 2235/2367/4595 +f 2235/2367/4595 2236/2366/4594 2238/2368/4596 2237/2369/4597 +f 2237/2369/4597 2238/2368/4596 2240/2370/4598 2239/2371/4599 +f 2239/2371/4599 2240/2370/4598 2242/2372/4600 2241/2373/4601 +f 2241/2373/4601 2242/2372/4600 2244/2337/4565 2243/2336/4564 +f 2143/2274/4602 2144/2273/4603 2167/2298/4526 2165/2294/4522 +f 2144/2273/4603 2145/2276/4604 2169/2300/4528 2167/2298/4526 +f 2145/2276/4604 2146/2277/4605 2171/2302/4530 2169/2300/4528 +f 2146/2277/4605 2147/2278/4606 2173/2304/4532 2171/2302/4530 +f 2147/2278/4606 2148/2279/4607 2175/2306/4534 2173/2304/4532 +f 2148/2279/4607 2149/2280/4608 2177/2308/4536 2175/2306/4534 +f 2149/2280/4608 2150/2281/4609 2179/2310/4538 2177/2308/4536 +f 2150/2281/4609 2151/2282/4610 2181/2312/4540 2179/2310/4538 +f 2151/2282/4610 2152/2283/4611 2183/2314/4542 2181/2312/4540 +f 2152/2283/4611 2153/2284/4612 2185/2316/4544 2183/2314/4542 +f 2153/2284/4612 2154/2285/4613 2187/2318/4546 2185/2316/4544 +f 2154/2285/4613 2155/2286/4614 2189/2320/4548 2187/2318/4546 +f 2155/2286/4614 2156/2287/4615 2191/2322/4550 2189/2320/4548 +f 2156/2287/4615 2157/2288/4616 2193/2324/4552 2191/2322/4550 +f 2157/2288/4616 2158/2289/4617 2195/2326/4554 2193/2324/4552 +f 2158/2289/4617 2159/2290/4618 2197/2328/4556 2195/2326/4554 +f 2159/2290/4618 2160/2291/4619 2199/2330/4558 2197/2328/4556 +f 2160/2291/4619 2161/2292/4620 2201/2332/4560 2199/2330/4558 +f 2161/2292/4620 2162/2293/4621 2203/2297/4525 2201/2332/4560 +f 2162/2293/4621 2143/2274/4602 2165/2294/4522 2203/2297/4525 +f 2206/2335/4563 2207/2339/4567 2164/2374/4622 +f 2207/2339/4567 2209/2341/4569 2164/2374/4622 +f 2209/2341/4569 2211/2343/4571 2164/2374/4622 +f 2211/2343/4571 2213/2345/4573 2164/2374/4622 +f 2213/2345/4573 2215/2347/4575 2164/2374/4622 +f 2215/2347/4575 2217/2349/4577 2164/2374/4622 +f 2217/2349/4577 2219/2351/4579 2164/2374/4622 +f 2219/2351/4579 2221/2353/4581 2164/2374/4622 +f 2221/2353/4581 2223/2355/4583 2164/2374/4622 +f 2223/2355/4583 2225/2357/4585 2164/2374/4622 +f 2225/2357/4585 2227/2359/4587 2164/2374/4622 +f 2227/2359/4587 2229/2361/4589 2164/2374/4622 +f 2229/2361/4589 2231/2363/4591 2164/2374/4622 +f 2231/2363/4591 2233/2365/4593 2164/2374/4622 +f 2233/2365/4593 2235/2367/4595 2164/2374/4622 +f 2235/2367/4595 2237/2369/4597 2164/2374/4622 +f 2237/2369/4597 2239/2371/4599 2164/2374/4622 +f 2239/2371/4599 2241/2373/4601 2164/2374/4622 +f 2241/2373/4601 2243/2336/4564 2164/2374/4622 +f 2243/2336/4564 2206/2335/4563 2164/2374/4622 +f 2166/2295/4523 2168/2299/4527 2208/2338/4566 2205/2334/4562 +f 2168/2299/4527 2170/2301/4529 2210/2340/4568 2208/2338/4566 +f 2170/2301/4529 2172/2303/4531 2212/2342/4570 2210/2340/4568 +f 2172/2303/4531 2174/2305/4533 2214/2344/4572 2212/2342/4570 +f 2174/2305/4533 2176/2307/4535 2216/2346/4574 2214/2344/4572 +f 2176/2307/4535 2178/2309/4537 2218/2348/4576 2216/2346/4574 +f 2178/2309/4537 2180/2311/4539 2220/2350/4578 2218/2348/4576 +f 2180/2311/4539 2182/2313/4541 2222/2352/4580 2220/2350/4578 +f 2182/2313/4541 2184/2315/4543 2224/2354/4582 2222/2352/4580 +f 2184/2315/4543 2186/2317/4545 2226/2356/4584 2224/2354/4582 +f 2186/2317/4545 2188/2319/4547 2228/2358/4586 2226/2356/4584 +f 2188/2319/4547 2190/2321/4549 2230/2360/4588 2228/2358/4586 +f 2190/2321/4549 2192/2323/4551 2232/2362/4590 2230/2360/4588 +f 2192/2323/4551 2194/2325/4553 2234/2364/4592 2232/2362/4590 +f 2194/2325/4553 2196/2327/4555 2236/2366/4594 2234/2364/4592 +f 2196/2327/4555 2198/2329/4557 2238/2368/4596 2236/2366/4594 +f 2198/2329/4557 2200/2331/4559 2240/2370/4598 2238/2368/4596 +f 2200/2331/4559 2202/2333/4561 2242/2372/4600 2240/2370/4598 +f 2202/2333/4561 2204/2296/4524 2244/2337/4565 2242/2372/4600 +f 2204/2296/4524 2166/2295/4523 2205/2334/4562 2244/2337/4565 +s 10 +f 2245/2375/4623 2246/2376/4624 2266/2377/4625 2265/2378/4626 +f 2246/2376/4624 2247/2379/4627 2267/2380/4628 2266/2377/4625 +f 2247/2379/4627 2248/2381/4629 2268/2382/4630 2267/2380/4628 +f 2248/2381/4629 2249/2383/4631 2269/2384/4632 2268/2382/4630 +f 2249/2383/4631 2250/2385/4633 2270/2386/4634 2269/2384/4632 +f 2250/2385/4633 2251/2387/4635 2271/2388/4636 2270/2386/4634 +f 2251/2387/4635 2252/2389/4637 2272/2390/4638 2271/2388/4636 +f 2252/2389/4637 2253/2391/4639 2273/2392/4640 2272/2390/4638 +f 2253/2391/4639 2254/2393/4641 2274/2394/4642 2273/2392/4640 +f 2254/2393/4641 2255/2395/4643 2275/2396/4644 2274/2394/4642 +f 2255/2395/4643 2256/2397/4645 2276/2398/4646 2275/2396/4644 +f 2256/2397/4645 2257/2399/4647 2277/2400/4648 2276/2398/4646 +f 2257/2399/4647 2258/2401/4649 2278/2402/4650 2277/2400/4648 +f 2258/2401/4649 2259/2403/4651 2279/2404/4652 2278/2402/4650 +f 2259/2403/4651 2260/2405/4653 2280/2406/4654 2279/2404/4652 +f 2260/2405/4653 2261/2407/4655 2281/2408/4656 2280/2406/4654 +f 2261/2407/4655 2262/2409/4657 2282/2410/4658 2281/2408/4656 +f 2262/2409/4657 2263/2411/4659 2283/2412/4660 2282/2410/4658 +f 2263/2411/4659 2264/2413/4661 2284/2414/4662 2283/2412/4660 +f 2264/2413/4661 2245/2375/4623 2265/2378/4626 2284/2414/4662 +s 11 +f 2265/2378/4663 2266/2377/4664 2286/2415/4665 2285/2416/4666 +f 2266/2377/4664 2267/2380/4667 2287/2417/4668 2286/2415/4665 +f 2267/2380/4667 2268/2382/4669 2288/2418/4670 2287/2417/4668 +f 2268/2382/4669 2269/2384/4671 2289/2419/4672 2288/2418/4670 +f 2269/2384/4671 2270/2386/4673 2290/2420/4674 2289/2419/4672 +f 2270/2386/4673 2271/2388/4675 2291/2421/4676 2290/2420/4674 +f 2271/2388/4675 2272/2390/4677 2292/2422/4678 2291/2421/4676 +f 2272/2390/4677 2273/2392/4679 2293/2423/4680 2292/2422/4678 +f 2273/2392/4679 2274/2394/4681 2294/2424/4682 2293/2423/4680 +f 2274/2394/4681 2275/2396/4683 2295/2425/4684 2294/2424/4682 +f 2275/2396/4683 2276/2398/4685 2296/2426/4686 2295/2425/4684 +f 2276/2398/4685 2277/2400/4687 2297/2427/4688 2296/2426/4686 +f 2277/2400/4687 2278/2402/4689 2298/2428/4690 2297/2427/4688 +f 2278/2402/4689 2279/2404/4691 2299/2429/4692 2298/2428/4690 +f 2279/2404/4691 2280/2406/4693 2300/2430/4694 2299/2429/4692 +f 2280/2406/4693 2281/2408/4695 2301/2431/4696 2300/2430/4694 +f 2281/2408/4695 2282/2410/4697 2302/2432/4698 2301/2431/4696 +f 2282/2410/4697 2283/2412/4699 2303/2433/4700 2302/2432/4698 +f 2283/2412/4699 2284/2414/4701 2304/2434/4702 2303/2433/4700 +f 2284/2414/4701 2265/2378/4663 2285/2416/4666 2304/2434/4702 +s 12 +f 2326/2435/4703 2325/2436/4704 2305/2437/4705 2306/2438/4706 +f 2327/2439/4707 2326/2435/4703 2306/2438/4706 2307/2440/4708 +f 2328/2441/4709 2327/2439/4707 2307/2440/4708 2308/2442/4710 +f 2329/2443/4711 2328/2441/4709 2308/2442/4710 2309/2444/4712 +f 2330/2445/4713 2329/2443/4711 2309/2444/4712 2310/2446/4714 +f 2331/2447/4715 2330/2445/4713 2310/2446/4714 2311/2448/4716 +f 2332/2449/4717 2331/2447/4715 2311/2448/4716 2312/2450/4718 +f 2333/2451/4719 2332/2449/4717 2312/2450/4718 2313/2452/4720 +f 2334/2453/4721 2333/2451/4719 2313/2452/4720 2314/2454/4722 +f 2335/2455/4723 2334/2453/4721 2314/2454/4722 2315/2456/4724 +f 2336/2457/4725 2335/2455/4723 2315/2456/4724 2316/2458/4726 +f 2337/2459/4727 2336/2457/4725 2316/2458/4726 2317/2460/4728 +f 2338/2461/4729 2337/2459/4727 2317/2460/4728 2318/2462/4730 +f 2339/2463/4731 2338/2461/4729 2318/2462/4730 2319/2464/4732 +f 2340/2465/4733 2339/2463/4731 2319/2464/4732 2320/2466/4734 +f 2341/2467/4735 2340/2465/4733 2320/2466/4734 2321/2468/4736 +f 2342/2469/4737 2341/2467/4735 2321/2468/4736 2322/2470/4738 +f 2343/2471/4739 2342/2469/4737 2322/2470/4738 2323/2472/4740 +f 2344/2473/4741 2343/2471/4739 2323/2472/4740 2324/2474/4742 +f 2325/2436/4704 2344/2473/4741 2324/2474/4742 2305/2437/4705 +f 2306/2438/4706 2305/2437/4705 2285/2416/4743 2286/2415/4744 +f 2307/2440/4708 2306/2438/4706 2286/2415/4744 2287/2417/4745 +f 2308/2442/4710 2307/2440/4708 2287/2417/4745 2288/2418/4746 +f 2309/2444/4712 2308/2442/4710 2288/2418/4746 2289/2419/4747 +f 2310/2446/4714 2309/2444/4712 2289/2419/4747 2290/2420/4748 +f 2311/2448/4716 2310/2446/4714 2290/2420/4748 2291/2421/4749 +f 2312/2450/4718 2311/2448/4716 2291/2421/4749 2292/2422/4750 +f 2313/2452/4720 2312/2450/4718 2292/2422/4750 2293/2423/4751 +f 2314/2454/4722 2313/2452/4720 2293/2423/4751 2294/2424/4752 +f 2315/2456/4724 2314/2454/4722 2294/2424/4752 2295/2425/4753 +f 2316/2458/4726 2315/2456/4724 2295/2425/4753 2296/2426/4754 +f 2317/2460/4728 2316/2458/4726 2296/2426/4754 2297/2427/4755 +f 2318/2462/4730 2317/2460/4728 2297/2427/4755 2298/2428/4756 +f 2319/2464/4732 2318/2462/4730 2298/2428/4756 2299/2429/4757 +f 2320/2466/4734 2319/2464/4732 2299/2429/4757 2300/2430/4758 +f 2321/2468/4736 2320/2466/4734 2300/2430/4758 2301/2431/4759 +f 2322/2470/4738 2321/2468/4736 2301/2431/4759 2302/2432/4760 +f 2323/2472/4740 2322/2470/4738 2302/2432/4760 2303/2433/4761 +f 2324/2474/4742 2323/2472/4740 2303/2433/4761 2304/2434/4762 +f 2305/2437/4705 2324/2474/4742 2304/2434/4762 2285/2416/4743 +s 10 +f 2246/2376/4624 2245/2375/4623 2325/2436/4763 2326/2435/4764 +f 2247/2379/4627 2246/2376/4624 2326/2435/4764 2327/2439/4765 +f 2248/2381/4629 2247/2379/4627 2327/2439/4765 2328/2441/4766 +f 2249/2383/4631 2248/2381/4629 2328/2441/4766 2329/2443/4767 +f 2250/2385/4633 2249/2383/4631 2329/2443/4767 2330/2445/4768 +f 2251/2387/4635 2250/2385/4633 2330/2445/4768 2331/2447/4769 +f 2252/2389/4637 2251/2387/4635 2331/2447/4769 2332/2449/4770 +f 2253/2391/4639 2252/2389/4637 2332/2449/4770 2333/2451/4771 +f 2254/2393/4641 2253/2391/4639 2333/2451/4771 2334/2453/4772 +f 2255/2395/4643 2254/2393/4641 2334/2453/4772 2335/2455/4773 +f 2256/2397/4645 2255/2395/4643 2335/2455/4773 2336/2457/4774 +f 2257/2399/4647 2256/2397/4645 2336/2457/4774 2337/2459/4775 +f 2258/2401/4649 2257/2399/4647 2337/2459/4775 2338/2461/4776 +f 2259/2403/4651 2258/2401/4649 2338/2461/4776 2339/2463/4777 +f 2260/2405/4653 2259/2403/4651 2339/2463/4777 2340/2465/4778 +f 2261/2407/4655 2260/2405/4653 2340/2465/4778 2341/2467/4779 +f 2262/2409/4657 2261/2407/4655 2341/2467/4779 2342/2469/4780 +f 2263/2411/4659 2262/2409/4657 2342/2469/4780 2343/2471/4781 +f 2264/2413/4661 2263/2411/4659 2343/2471/4781 2344/2473/4782 +f 2245/2375/4623 2264/2413/4661 2344/2473/4782 2325/2436/4763 +s 13 +f 2345/2475/4783 2346/2476/4784 2348/2477/4785 2347/2478/4786 +f 2347/2478/4786 2348/2477/4785 2350/2479/4787 2349/2480/4788 +f 2349/2480/4788 2350/2479/4787 2352/2481/4789 2351/2482/4790 +f 2351/2482/4790 2352/2481/4789 2354/2483/4791 2353/2484/4792 +f 2353/2484/4792 2354/2483/4791 2356/2485/4793 2355/2486/4794 +s 14 +f 2365/2487/4795 2364/2488/4796 2367/2489/4797 2366/2490/4798 +s 15 +f 2364/2488/4799 2363/2491/4800 2368/2492/4801 2367/2489/4802 +s 16 +f 2383/2493/4803 2382/2494/4804 2388/2495/4805 2387/2496/4806 +s 14 +f 2382/2494/4807 2381/2497/4808 2389/2498/4809 2388/2495/4810 +f 2360/2499/4811 2358/2500/4812 2365/2487/4795 2366/2490/4798 +f 2360/2499/4811 2366/2490/4798 2372/2501/4813 2369/2502/4814 +f 2369/2502/4814 2372/2501/4813 2378/2503/4815 2375/2504/4816 +f 2375/2504/4816 2378/2503/4815 2384/2505/4817 2381/2497/4808 +f 2381/2497/4808 2384/2505/4817 2391/2506/4818 2389/2498/4809 +s 15 +f 2368/2492/4801 2363/2491/4800 2356/2485/4819 2354/2483/4820 +f 2368/2492/4801 2354/2483/4820 2352/2481/4821 2374/2507/4822 +f 2374/2507/4822 2352/2481/4821 2350/2479/4823 2380/2508/4824 +f 2380/2508/4824 2350/2479/4823 2348/2477/4825 2386/2509/4826 +f 2386/2509/4826 2348/2477/4825 2346/2476/4827 2390/2510/4828 +s 16 +f 2355/2486/4829 2357/2511/4830 2362/2512/4831 2353/2484/4832 +f 2353/2484/4832 2362/2512/4831 2371/2513/4833 2351/2482/4834 +f 2351/2482/4834 2371/2513/4833 2377/2514/4835 2349/2480/4836 +f 2349/2480/4836 2377/2514/4835 2383/2493/4803 2347/2478/4837 +f 2347/2478/4837 2383/2493/4803 2387/2496/4806 2345/2475/4838 +f 2357/2511/4830 2359/2515/4839 2361/2516/4840 2362/2512/4831 +s 14 +f 2359/2515/4841 2358/2500/4812 2360/2499/4811 2361/2516/4842 +f 2366/2490/4798 2367/2489/4797 2373/2517/4843 2372/2501/4813 +s 15 +f 2367/2489/4802 2368/2492/4801 2374/2507/4822 2373/2517/4844 +s 16 +f 2362/2512/4831 2361/2516/4840 2370/2518/4845 2371/2513/4833 +s 14 +f 2361/2516/4842 2360/2499/4811 2369/2502/4814 2370/2518/4846 +f 2372/2501/4813 2373/2517/4843 2379/2519/4847 2378/2503/4815 +s 15 +f 2373/2517/4844 2374/2507/4822 2380/2508/4824 2379/2519/4848 +s 16 +f 2371/2513/4833 2370/2518/4845 2376/2520/4849 2377/2514/4835 +s 14 +f 2370/2518/4846 2369/2502/4814 2375/2504/4816 2376/2520/4850 +f 2378/2503/4815 2379/2519/4847 2385/2521/4851 2384/2505/4817 +s 15 +f 2379/2519/4848 2380/2508/4824 2386/2509/4826 2385/2521/4852 +s 16 +f 2377/2514/4835 2376/2520/4849 2382/2494/4804 2383/2493/4803 +s 14 +f 2376/2520/4850 2375/2504/4816 2381/2497/4808 2382/2494/4807 +f 2384/2505/4817 2385/2521/4851 2392/2522/4853 2391/2506/4818 +s 15 +f 2385/2521/4852 2386/2509/4826 2390/2510/4828 2392/2522/4854 +s 19 +f 2393/2523/4855 2394/2524/4856 2396/2525/4857 2395/2526/4858 +f 2395/2526/4858 2396/2525/4857 2398/2527/4859 2397/2528/4860 +f 2397/2528/4860 2398/2527/4859 2400/2529/4861 2399/2530/4862 +f 2399/2530/4862 2400/2529/4861 2402/2531/4863 2401/2532/4864 +f 2401/2532/4864 2402/2531/4863 2404/2533/4865 2403/2534/4866 +s 20 +f 2413/2535/4867 2412/2536/4868 2415/2537/4869 2414/2538/4870 +s 21 +f 2412/2536/4871 2411/2539/4872 2416/2540/4873 2415/2537/4874 +s 22 +f 2431/2541/4875 2430/2542/4876 2436/2543/4877 2435/2544/4878 +s 20 +f 2430/2542/4879 2429/2545/4880 2437/2546/4881 2436/2543/4882 +f 2408/2547/4883 2406/2548/4884 2413/2535/4867 2414/2538/4870 +f 2408/2547/4883 2414/2538/4870 2420/2549/4885 2417/2550/4886 +f 2417/2550/4886 2420/2549/4885 2426/2551/4887 2423/2552/4888 +f 2423/2552/4888 2426/2551/4887 2432/2553/4889 2429/2545/4880 +f 2429/2545/4880 2432/2553/4889 2439/2554/4890 2437/2546/4881 +s 21 +f 2416/2540/4873 2411/2539/4872 2404/2533/4891 2402/2531/4892 +f 2416/2540/4873 2402/2531/4892 2400/2529/4893 2422/2555/4894 +f 2422/2555/4894 2400/2529/4893 2398/2527/4895 2428/2556/4896 +f 2428/2556/4896 2398/2527/4895 2396/2525/4897 2434/2557/4898 +f 2434/2557/4898 2396/2525/4897 2394/2524/4899 2438/2558/4900 +s 22 +f 2403/2534/4901 2405/2559/4902 2410/2560/4903 2401/2532/4904 +f 2401/2532/4904 2410/2560/4903 2419/2561/4905 2399/2530/4906 +f 2399/2530/4906 2419/2561/4905 2425/2562/4907 2397/2528/4908 +f 2397/2528/4908 2425/2562/4907 2431/2541/4875 2395/2526/4909 +f 2395/2526/4909 2431/2541/4875 2435/2544/4878 2393/2523/4910 +f 2405/2559/4902 2407/2563/4911 2409/2564/4912 2410/2560/4903 +s 20 +f 2407/2563/4913 2406/2548/4884 2408/2547/4883 2409/2564/4914 +f 2414/2538/4870 2415/2537/4869 2421/2565/4915 2420/2549/4885 +s 21 +f 2415/2537/4874 2416/2540/4873 2422/2555/4894 2421/2565/4916 +s 22 +f 2410/2560/4903 2409/2564/4912 2418/2566/4917 2419/2561/4905 +s 20 +f 2409/2564/4914 2408/2547/4883 2417/2550/4886 2418/2566/4918 +f 2420/2549/4885 2421/2565/4915 2427/2567/4919 2426/2551/4887 +s 21 +f 2421/2565/4916 2422/2555/4894 2428/2556/4896 2427/2567/4920 +s 22 +f 2419/2561/4905 2418/2566/4917 2424/2568/4921 2425/2562/4907 +s 20 +f 2418/2566/4918 2417/2550/4886 2423/2552/4888 2424/2568/4922 +f 2426/2551/4887 2427/2567/4919 2433/2569/4923 2432/2553/4889 +s 21 +f 2427/2567/4920 2428/2556/4896 2434/2557/4898 2433/2569/4924 +s 22 +f 2425/2562/4907 2424/2568/4921 2430/2542/4876 2431/2541/4875 +s 20 +f 2424/2568/4922 2423/2552/4888 2429/2545/4880 2430/2542/4879 +f 2432/2553/4889 2433/2569/4923 2440/2570/4925 2439/2554/4890 +s 21 +f 2433/2569/4924 2434/2557/4898 2438/2558/4900 2440/2570/4926 +s 25 +f 2441/2571/4927 2442/2572/4928 2444/2573/4929 2443/2574/4930 +f 2443/2574/4930 2444/2573/4929 2446/2575/4931 2445/2576/4932 +f 2445/2576/4932 2446/2575/4931 2448/2577/4933 2447/2578/4934 +f 2447/2578/4934 2448/2577/4933 2450/2579/4935 2449/2580/4936 +f 2449/2580/4936 2450/2579/4935 2452/2581/4937 2451/2582/4938 +s 26 +f 2461/2583/4939 2460/2584/4940 2463/2585/4941 2462/2586/4942 +s 27 +f 2460/2584/4943 2459/2587/4944 2464/2588/4945 2463/2585/4946 +s 28 +f 2479/2589/4947 2478/2590/4948 2484/2591/4949 2483/2592/4950 +s 26 +f 2478/2590/4951 2477/2593/4952 2485/2594/4953 2484/2591/4954 +f 2456/2595/4955 2454/2596/4956 2461/2583/4939 2462/2586/4942 +f 2456/2595/4955 2462/2586/4942 2468/2597/4957 2465/2598/4958 +f 2465/2598/4958 2468/2597/4957 2474/2599/4959 2471/2600/4960 +f 2471/2600/4960 2474/2599/4959 2480/2601/4961 2477/2593/4952 +f 2477/2593/4952 2480/2601/4961 2487/2602/4962 2485/2594/4953 +s 27 +f 2464/2588/4945 2459/2587/4944 2452/2581/4963 2450/2579/4964 +f 2464/2588/4945 2450/2579/4964 2448/2577/4965 2470/2603/4966 +f 2470/2603/4966 2448/2577/4965 2446/2575/4967 2476/2604/4968 +f 2476/2604/4968 2446/2575/4967 2444/2573/4969 2482/2605/4970 +f 2482/2605/4970 2444/2573/4969 2442/2572/4971 2486/2606/4972 +s 28 +f 2451/2582/4973 2453/2607/4974 2458/2608/4975 2449/2580/4976 +f 2449/2580/4976 2458/2608/4975 2467/2609/4977 2447/2578/4978 +f 2447/2578/4978 2467/2609/4977 2473/2610/4979 2445/2576/4980 +f 2445/2576/4980 2473/2610/4979 2479/2589/4947 2443/2574/4981 +f 2443/2574/4981 2479/2589/4947 2483/2592/4950 2441/2571/4982 +f 2453/2607/4974 2455/2611/4983 2457/2612/4984 2458/2608/4975 +s 26 +f 2455/2611/4985 2454/2596/4956 2456/2595/4955 2457/2612/4986 +f 2462/2586/4942 2463/2585/4941 2469/2613/4987 2468/2597/4957 +s 27 +f 2463/2585/4946 2464/2588/4945 2470/2603/4966 2469/2613/4988 +s 28 +f 2458/2608/4975 2457/2612/4984 2466/2614/4989 2467/2609/4977 +s 26 +f 2457/2612/4986 2456/2595/4955 2465/2598/4958 2466/2614/4990 +f 2468/2597/4957 2469/2613/4987 2475/2615/4991 2474/2599/4959 +s 27 +f 2469/2613/4988 2470/2603/4966 2476/2604/4968 2475/2615/4992 +s 28 +f 2467/2609/4977 2466/2614/4989 2472/2616/4993 2473/2610/4979 +s 26 +f 2466/2614/4990 2465/2598/4958 2471/2600/4960 2472/2616/4994 +f 2474/2599/4959 2475/2615/4991 2481/2617/4995 2480/2601/4961 +s 27 +f 2475/2615/4992 2476/2604/4968 2482/2605/4970 2481/2617/4996 +s 28 +f 2473/2610/4979 2472/2616/4993 2478/2590/4948 2479/2589/4947 +s 26 +f 2472/2616/4994 2471/2600/4960 2477/2593/4952 2478/2590/4951 +f 2480/2601/4961 2481/2617/4995 2488/2618/4997 2487/2602/4962 +s 27 +f 2481/2617/4996 2482/2605/4970 2486/2606/4972 2488/2618/4998 +s 31 +f 2489/2619/4999 2490/2620/5000 2492/2621/5001 2491/2622/5002 +f 2491/2622/5002 2492/2621/5001 2494/2623/5003 2493/2624/5004 +f 2493/2624/5004 2494/2623/5003 2496/2625/5005 2495/2626/5006 +f 2495/2626/5006 2496/2625/5005 2498/2627/5007 2497/2628/5008 +f 2497/2628/5008 2498/2627/5007 2500/2629/5009 2499/2630/5010 +s 32 +f 2509/2631/5011 2508/2632/5012 2511/2633/5013 2510/2634/5014 +s 33 +f 2508/2632/5015 2507/2635/5016 2512/2636/5017 2511/2633/5018 +s 34 +f 2527/2637/5019 2526/2638/5020 2532/2639/5021 2531/2640/5022 +s 32 +f 2526/2638/5023 2525/2641/5024 2533/2642/5025 2532/2639/5026 +f 2504/2643/5027 2502/2644/5028 2509/2631/5011 2510/2634/5014 +f 2504/2643/5027 2510/2634/5014 2516/2645/5029 2513/2646/5030 +f 2513/2646/5030 2516/2645/5029 2522/2647/5031 2519/2648/5032 +f 2519/2648/5032 2522/2647/5031 2528/2649/5033 2525/2641/5024 +f 2525/2641/5024 2528/2649/5033 2535/2650/5034 2533/2642/5025 +s 33 +f 2512/2636/5017 2507/2635/5016 2500/2629/5035 2498/2627/5036 +f 2512/2636/5017 2498/2627/5036 2496/2625/5037 2518/2651/5038 +f 2518/2651/5038 2496/2625/5037 2494/2623/5039 2524/2652/5040 +f 2524/2652/5040 2494/2623/5039 2492/2621/5041 2530/2653/5042 +f 2530/2653/5042 2492/2621/5041 2490/2620/5043 2534/2654/5044 +s 34 +f 2499/2630/5045 2501/2655/5046 2506/2656/5047 2497/2628/5048 +f 2497/2628/5048 2506/2656/5047 2515/2657/5049 2495/2626/5050 +f 2495/2626/5050 2515/2657/5049 2521/2658/5051 2493/2624/5052 +f 2493/2624/5052 2521/2658/5051 2527/2637/5019 2491/2622/5053 +f 2491/2622/5053 2527/2637/5019 2531/2640/5022 2489/2619/5054 +f 2501/2655/5046 2503/2659/5055 2505/2660/5056 2506/2656/5047 +s 32 +f 2503/2659/5057 2502/2644/5028 2504/2643/5027 2505/2660/5058 +f 2510/2634/5014 2511/2633/5013 2517/2661/5059 2516/2645/5029 +s 33 +f 2511/2633/5018 2512/2636/5017 2518/2651/5038 2517/2661/5060 +s 34 +f 2506/2656/5047 2505/2660/5056 2514/2662/5061 2515/2657/5049 +s 32 +f 2505/2660/5058 2504/2643/5027 2513/2646/5030 2514/2662/5062 +f 2516/2645/5029 2517/2661/5059 2523/2663/5063 2522/2647/5031 +s 33 +f 2517/2661/5060 2518/2651/5038 2524/2652/5040 2523/2663/5064 +s 34 +f 2515/2657/5049 2514/2662/5061 2520/2664/5065 2521/2658/5051 +s 32 +f 2514/2662/5062 2513/2646/5030 2519/2648/5032 2520/2664/5066 +f 2522/2647/5031 2523/2663/5063 2529/2665/5067 2528/2649/5033 +s 33 +f 2523/2663/5064 2524/2652/5040 2530/2653/5042 2529/2665/5068 +s 34 +f 2521/2658/5051 2520/2664/5065 2526/2638/5020 2527/2637/5019 +s 32 +f 2520/2664/5066 2519/2648/5032 2525/2641/5024 2526/2638/5023 +f 2528/2649/5033 2529/2665/5067 2536/2666/5069 2535/2650/5034 +s 33 +f 2529/2665/5068 2530/2653/5042 2534/2654/5044 2536/2666/5070 +s 37 +f 2537/2667/5071 2538/2668/5072 2540/2669/5073 2539/2670/5074 +f 2539/2670/5074 2540/2669/5073 2542/2671/5075 2541/2672/5076 +f 2541/2672/5076 2542/2671/5075 2544/2673/5077 2543/2674/5078 +f 2543/2674/5078 2544/2673/5077 2546/2675/5079 2545/2676/5080 +f 2545/2676/5080 2546/2675/5079 2548/2677/5081 2547/2678/5082 +s 38 +f 2557/2679/5083 2556/2680/5084 2559/2681/5085 2558/2682/5086 +s 39 +f 2556/2680/5087 2555/2683/5088 2560/2684/5089 2559/2681/5090 +s 40 +f 2575/2685/5091 2574/2686/5092 2580/2687/5093 2579/2688/5094 +s 38 +f 2574/2686/5095 2573/2689/5096 2581/2690/5097 2580/2687/5098 +f 2552/2691/5099 2550/2692/5100 2557/2679/5083 2558/2682/5086 +f 2552/2691/5099 2558/2682/5086 2564/2693/5101 2561/2694/5102 +f 2561/2694/5102 2564/2693/5101 2570/2695/5103 2567/2696/5104 +f 2567/2696/5104 2570/2695/5103 2576/2697/5105 2573/2689/5096 +f 2573/2689/5096 2576/2697/5105 2583/2698/5106 2581/2690/5097 +s 39 +f 2560/2684/5089 2555/2683/5088 2548/2677/5107 2546/2675/5108 +f 2560/2684/5089 2546/2675/5108 2544/2673/5109 2566/2699/5110 +f 2566/2699/5110 2544/2673/5109 2542/2671/5111 2572/2700/5112 +f 2572/2700/5112 2542/2671/5111 2540/2669/5113 2578/2701/5114 +f 2578/2701/5114 2540/2669/5113 2538/2668/5115 2582/2702/5116 +s 40 +f 2547/2678/5117 2549/2703/5118 2554/2704/5119 2545/2676/5120 +f 2545/2676/5120 2554/2704/5119 2563/2705/5121 2543/2674/5122 +f 2543/2674/5122 2563/2705/5121 2569/2706/5123 2541/2672/5124 +f 2541/2672/5124 2569/2706/5123 2575/2685/5091 2539/2670/5125 +f 2539/2670/5125 2575/2685/5091 2579/2688/5094 2537/2667/5126 +f 2549/2703/5118 2551/2707/5127 2553/2708/5128 2554/2704/5119 +s 38 +f 2551/2707/5129 2550/2692/5100 2552/2691/5099 2553/2708/5130 +f 2558/2682/5086 2559/2681/5085 2565/2709/5131 2564/2693/5101 +s 39 +f 2559/2681/5090 2560/2684/5089 2566/2699/5110 2565/2709/5132 +s 40 +f 2554/2704/5119 2553/2708/5128 2562/2710/5133 2563/2705/5121 +s 38 +f 2553/2708/5130 2552/2691/5099 2561/2694/5102 2562/2710/5134 +f 2564/2693/5101 2565/2709/5131 2571/2711/5135 2570/2695/5103 +s 39 +f 2565/2709/5132 2566/2699/5110 2572/2700/5112 2571/2711/5136 +s 40 +f 2563/2705/5121 2562/2710/5133 2568/2712/5137 2569/2706/5123 +s 38 +f 2562/2710/5134 2561/2694/5102 2567/2696/5104 2568/2712/5138 +f 2570/2695/5103 2571/2711/5135 2577/2713/5139 2576/2697/5105 +s 39 +f 2571/2711/5136 2572/2700/5112 2578/2701/5114 2577/2713/5140 +s 40 +f 2569/2706/5123 2568/2712/5137 2574/2686/5092 2575/2685/5091 +s 38 +f 2568/2712/5138 2567/2696/5104 2573/2689/5096 2574/2686/5095 +f 2576/2697/5105 2577/2713/5139 2584/2714/5141 2583/2698/5106 +s 39 +f 2577/2713/5140 2578/2701/5114 2582/2702/5116 2584/2714/5142 +v 104.053026 -68.426746 86.500000 +v 109.284840 -62.711403 86.500000 +v 104.722717 -71.088154 86.500000 +v 109.588940 -66.393829 86.500000 +v 106.136734 -73.368653 86.500000 +v 110.667406 -68.547161 86.500000 +v 108.265171 -75.138235 86.500000 +v 111.859961 -69.776409 86.500000 +v 111.259073 -76.201255 86.500000 +v 113.784493 -71.178699 86.500000 +v 113.967731 -76.101324 86.500000 +v 116.395687 -71.895980 86.500000 +v 113.967731 -76.101324 88.971863 +v 114.574658 -75.050093 90.000000 +v 114.145495 -75.793426 89.698868 +v 111.417729 -75.166562 90.000000 +v 111.305543 -75.898200 89.698868 +v 111.259073 -76.201255 88.971863 +v 116.395687 -71.895980 88.971863 +v 116.240067 -72.165522 89.698868 +v 115.864367 -72.816254 90.000000 +v 113.330927 -72.120332 90.000000 +v 113.651647 -71.454497 89.698868 +v 113.784493 -71.178699 88.971863 +v 108.781698 -74.230609 90.000000 +v 108.416458 -74.872397 89.698868 +v 108.265171 -75.138235 88.971863 +v 111.183334 -70.555511 90.000000 +v 111.661781 -70.004603 89.698868 +v 111.859961 -69.776409 88.971863 +v 106.922497 -72.684870 90.000000 +v 106.366877 -73.168378 89.698868 +v 106.136734 -73.368653 88.971863 +v 109.819101 -69.149302 90.000000 +v 110.418945 -68.723524 89.698868 +v 110.667406 -68.547161 88.971863 +v 105.680763 -70.682228 90.000000 +v 105.003323 -70.969261 89.698868 +v 104.722717 -71.088154 88.971863 +v 108.580645 -66.676528 90.000000 +v 109.293615 -66.476629 89.698868 +v 109.588940 -66.393829 88.971863 +v 104.053026 -68.426746 88.971863 +v 104.296593 -68.160666 89.698868 +v 104.884623 -67.518293 90.000000 +v 109.284840 -62.711403 88.971863 +v 108.338568 -63.745132 90.000000 +v 109.007683 -63.014175 89.698868 +v 136.412685 -76.291794 86.574837 +v 134.708210 -72.946573 86.574837 +v 132.053427 -70.291790 86.574837 +v 128.708206 -68.587316 86.574837 +v 125.000000 -67.999994 86.574837 +v 121.291794 -68.587317 86.574837 +v 117.946574 -70.291792 86.574837 +v 115.291793 -72.946575 86.574837 +v 113.587318 -76.291795 86.574837 +v 112.999997 -80.000000 86.574837 +v 113.587318 -83.708205 86.574837 +v 115.291794 -87.053424 86.574837 +v 117.946576 -89.708205 86.574837 +v 121.291795 -91.412680 86.574837 +v 125.000000 -92.000002 86.574837 +v 128.708204 -91.412680 86.574837 +v 132.053423 -89.708204 86.574837 +v 134.708204 -87.053424 86.574837 +v 136.412679 -83.708204 86.574837 +v 137.000000 -80.000000 86.574837 +v 125.000000 -80.000000 86.574837 +v 125.000000 -80.000000 96.400772 +v 136.412685 -76.291794 92.053146 +v 136.167562 -76.371439 92.987488 +v 134.708210 -72.946573 92.053146 +v 134.499696 -73.098067 92.987488 +v 132.053427 -70.291790 92.053146 +v 131.901933 -70.500304 92.987488 +v 128.708206 -68.587316 92.053146 +v 128.628561 -68.832438 92.987488 +v 125.000000 -67.999994 92.053146 +v 125.000000 -68.257731 92.987488 +v 121.291794 -68.587317 92.053146 +v 121.371439 -68.832439 92.987488 +v 117.946574 -70.291792 92.053146 +v 118.098068 -70.500306 92.987488 +v 115.291793 -72.946575 92.053146 +v 115.500307 -73.098069 92.987488 +v 113.587318 -76.291795 92.053146 +v 113.832441 -76.371440 92.987488 +v 112.999997 -80.000000 92.053146 +v 113.257734 -80.000000 92.987488 +v 113.587318 -83.708205 92.053146 +v 113.832441 -83.628560 92.987488 +v 115.291794 -87.053424 92.053146 +v 115.500308 -86.901930 92.987488 +v 117.946576 -89.708205 92.053146 +v 118.098070 -89.499691 92.987488 +v 121.291795 -91.412680 92.053146 +v 121.371440 -91.167557 92.987488 +v 125.000000 -92.000002 92.053146 +v 125.000000 -91.742265 92.987488 +v 128.708204 -91.412680 92.053146 +v 128.628559 -91.167557 92.987488 +v 132.053423 -89.708204 92.053146 +v 131.901929 -89.499690 92.987488 +v 134.708204 -87.053424 92.053146 +v 134.499690 -86.901930 92.987488 +v 136.412679 -83.708204 92.053146 +v 136.167556 -83.628559 92.987488 +v 137.000000 -80.000000 92.053146 +v 136.742263 -80.000000 92.987488 +v 134.505449 -76.911492 95.920097 +v 133.695946 -77.174515 96.400772 +v 132.397213 -74.625610 96.400772 +v 133.085817 -74.125310 95.920097 +v 130.374389 -72.602787 96.400772 +v 130.874690 -71.914183 95.920097 +v 127.825484 -71.304054 96.400772 +v 128.088507 -70.494551 95.920097 +v 125.000000 -70.856544 96.400772 +v 125.000000 -70.005382 95.920097 +v 122.174516 -71.304054 96.400772 +v 121.911493 -70.494552 95.920097 +v 119.625611 -72.602787 96.400772 +v 119.125311 -71.914184 95.920097 +v 117.602789 -74.625612 96.400772 +v 116.914185 -74.125312 95.920097 +v 116.304056 -77.174517 96.400772 +v 115.494554 -76.911494 95.920097 +v 115.856545 -80.000000 96.400772 +v 115.005383 -80.000000 95.920097 +v 116.304056 -82.825483 96.400772 +v 115.494554 -83.088506 95.920097 +v 117.602789 -85.374387 96.400772 +v 116.914186 -85.874687 95.920097 +v 119.625612 -87.397209 96.400772 +v 119.125312 -88.085813 95.920097 +v 122.174517 -88.695942 96.400772 +v 121.911493 -89.505445 95.920097 +v 124.999999 -89.143453 96.400772 +v 124.999999 -89.994615 95.920097 +v 127.825482 -88.695942 96.400772 +v 128.088506 -89.505445 95.920097 +v 130.374386 -87.397209 96.400772 +v 130.874686 -88.085813 95.920097 +v 132.397208 -85.374386 96.400772 +v 133.085813 -85.874687 95.920097 +v 133.695941 -82.825482 96.400772 +v 134.505444 -83.088505 95.920097 +v 134.143452 -79.999999 96.400772 +v 134.994614 -80.000000 95.920097 +v 153.531713 -70.729485 88.759880 +v 149.270527 -62.366432 88.759880 +v 142.633568 -55.729475 88.759880 +v 134.270514 -51.468290 88.759880 +v 125.000000 -49.999985 88.759880 +v 115.729486 -51.468292 88.759880 +v 107.366436 -55.729481 88.759880 +v 100.729483 -62.366438 88.759880 +v 96.468296 -70.729488 88.759880 +v 94.999992 -80.000000 88.759880 +v 96.468296 -89.270512 88.759880 +v 100.729485 -97.633560 88.759880 +v 107.366440 -104.270514 88.759880 +v 115.729488 -108.531700 88.759880 +v 124.999999 -110.000004 88.759880 +v 134.270509 -108.531698 88.759880 +v 142.633556 -104.270512 88.759880 +v 149.270510 -97.633558 88.759880 +v 153.531696 -89.270510 88.759880 +v 155.000000 -80.000000 88.759880 +v 148.801991 -72.266262 94.455727 +v 145.247189 -65.289558 94.455727 +v 139.710441 -59.752813 94.455727 +v 132.733735 -56.198008 94.455727 +v 124.999999 -54.973106 94.455727 +v 117.266263 -56.198009 94.455727 +v 110.289562 -59.752821 94.455727 +v 104.752823 -65.289564 94.455727 +v 101.198013 -72.266266 94.455727 +v 99.973114 -79.999999 94.455727 +v 101.198013 -87.733732 94.455727 +v 104.752823 -94.710433 94.455727 +v 110.289566 -100.247175 94.455727 +v 117.266266 -103.801981 94.455727 +v 124.999999 -105.026882 94.455727 +v 132.733730 -103.801981 94.455727 +v 139.710430 -100.247173 94.455727 +v 145.247169 -94.710432 94.455727 +v 148.801979 -87.733731 94.455727 +v 150.026878 -79.999999 94.455727 +v 146.898983 -72.884587 94.455727 +v 143.628391 -66.465683 94.455727 +v 138.534315 -61.371609 94.455727 +v 132.115409 -58.101017 94.455727 +v 124.999999 -56.974049 94.455727 +v 117.884588 -58.101017 94.455727 +v 111.465687 -61.371616 94.455727 +v 106.371616 -66.465687 94.455727 +v 103.101023 -72.884590 94.455727 +v 101.974054 -79.999999 94.455727 +v 103.101023 -87.115407 94.455727 +v 106.371618 -93.534309 94.455727 +v 111.465689 -98.628380 94.455727 +v 117.884591 -101.898972 94.455727 +v 124.999998 -103.025940 94.455727 +v 132.115405 -101.898972 94.455727 +v 138.534306 -98.628376 94.455727 +v 143.628376 -93.534307 94.455727 +v 146.898972 -87.115406 94.455727 +v 148.025940 -79.999999 94.455727 +v 146.874313 -72.892603 86.574837 +v 143.607403 -66.480930 86.574837 +v 138.519068 -61.392595 86.574837 +v 132.107393 -58.125689 86.574837 +v 124.999999 -56.999987 86.574837 +v 117.892605 -58.125689 86.574837 +v 111.480933 -61.392601 86.574837 +v 106.392603 -66.480935 86.574837 +v 103.125694 -72.892606 86.574837 +v 101.999994 -79.999999 86.574837 +v 103.125694 -87.107391 86.574837 +v 106.392605 -93.519062 86.574837 +v 111.480936 -98.607391 86.574837 +v 117.892607 -101.874302 86.574837 +v 124.999998 -103.000000 86.574837 +v 132.107389 -101.874300 86.574837 +v 138.519058 -98.607389 86.574837 +v 143.607389 -93.519060 86.574837 +v 146.874300 -87.107389 86.574837 +v 148.000000 -79.999999 86.574837 +v 153.531713 -70.729485 86.574837 +v 149.270527 -62.366432 86.574837 +v 142.633568 -55.729475 86.574837 +v 134.270514 -51.468290 86.574837 +v 125.000000 -49.999985 86.574837 +v 115.729486 -51.468292 86.574837 +v 107.366436 -55.729481 86.574837 +v 100.729483 -62.366438 86.574837 +v 96.468296 -70.729488 86.574837 +v 94.999992 -80.000000 86.574837 +v 96.468296 -89.270512 86.574837 +v 100.729485 -97.633560 86.574837 +v 107.366440 -104.270514 86.574837 +v 115.729488 -108.531700 86.574837 +v 124.999999 -110.000004 86.574837 +v 134.270509 -108.531698 86.574837 +v 142.633556 -104.270512 86.574837 +v 149.270510 -97.633558 86.574837 +v 153.531696 -89.270510 86.574837 +v 155.000000 -80.000000 86.574837 +v 125.450756 -103.927238 86.500000 +v 117.885216 -102.254026 86.500000 +v 127.420757 -102.016565 86.500000 +v 120.922241 -100.149456 86.500000 +v 128.688719 -99.651741 86.500000 +v 122.247848 -98.138809 86.500000 +v 129.157002 -96.923670 86.500000 +v 122.716131 -96.491404 86.500000 +v 128.580653 -93.799364 86.500000 +v 122.968283 -94.123564 86.500000 +v 127.139782 -91.503564 86.500000 +v 122.283869 -91.503564 86.500000 +v 127.139782 -91.503564 88.971863 +v 125.925925 -91.503564 90.000000 +v 126.784252 -91.503564 89.698868 +v 127.605256 -94.179311 90.000000 +v 128.294966 -93.910648 89.698868 +v 128.580653 -93.799364 88.971863 +v 122.283869 -91.503564 88.971863 +v 122.595109 -91.503564 89.698868 +v 123.346510 -91.503564 90.000000 +v 124.010544 -94.045548 90.000000 +v 123.273554 -94.100714 89.698868 +v 122.968283 -94.123564 88.971863 +v 128.112712 -96.930157 90.000000 +v 128.851137 -96.925570 89.698868 +v 129.157002 -96.923670 88.971863 +v 123.729167 -96.687828 90.000000 +v 123.012842 -96.548935 89.698868 +v 122.716131 -96.491404 88.971863 +v 127.703663 -99.313143 90.000000 +v 128.400203 -99.552568 89.698868 +v 128.688719 -99.651741 88.971863 +v 123.193469 -98.572393 90.000000 +v 122.524814 -98.265802 89.698868 +v 122.247848 -98.138809 88.971863 +v 126.590191 -101.389835 90.000000 +v 127.177490 -101.833000 89.698868 +v 127.420757 -102.016565 88.971863 +v 121.671213 -100.881315 90.000000 +v 121.141609 -100.363813 89.698868 +v 120.922241 -100.149456 88.971863 +v 125.450756 -103.927238 88.971863 +v 125.098539 -103.849342 89.698868 +v 124.248214 -103.661282 90.000000 +v 117.885216 -102.254026 88.971863 +v 119.253588 -102.556658 90.000000 +v 118.286003 -102.342665 89.698868 +v 145.496218 -67.646015 86.500000 +v 147.829945 -75.034570 86.500000 +v 142.856525 -66.895281 86.500000 +v 144.488819 -73.456715 86.500000 +v 140.174548 -66.979606 86.500000 +v 142.084745 -73.314029 86.500000 +v 137.577826 -67.938095 86.500000 +v 140.423908 -73.732187 86.500000 +v 135.160273 -69.999381 86.500000 +v 138.247224 -74.697737 86.500000 +v 133.892488 -72.395113 86.500000 +v 136.320444 -76.600456 86.500000 +v 133.892488 -72.395113 88.971863 +v 134.499415 -73.446343 90.000000 +v 134.070252 -72.703011 89.698868 +v 135.977015 -70.654127 90.000000 +v 135.399491 -70.191152 89.698868 +v 135.160273 -69.999381 88.971863 +v 136.320444 -76.600456 88.971863 +v 136.164824 -76.330914 89.698868 +v 135.789124 -75.680182 90.000000 +v 137.658529 -73.834120 90.000000 +v 138.074800 -74.444789 89.698868 +v 138.247224 -74.697737 88.971863 +v 138.105589 -68.839234 90.000000 +v 137.732405 -68.202033 89.698868 +v 137.577826 -67.938095 88.971863 +v 140.087500 -72.756660 90.000000 +v 140.325377 -73.446462 89.698868 +v 140.423908 -73.732187 88.971863 +v 140.373840 -68.001987 90.000000 +v 140.232920 -67.279054 89.698868 +v 140.174548 -66.979606 88.971863 +v 141.987429 -72.278305 90.000000 +v 142.056242 -73.010673 89.698868 +v 142.084745 -73.314029 88.971863 +v 142.729046 -67.927937 90.000000 +v 142.819187 -67.197739 89.698868 +v 142.856525 -66.895281 88.971863 +v 144.748144 -72.442157 90.000000 +v 144.564775 -73.159557 89.698868 +v 144.488819 -73.456715 88.971863 +v 145.496218 -67.646015 88.971863 +v 145.604866 -67.989991 89.698868 +v 145.867163 -68.820425 90.000000 +v 147.829945 -75.034570 88.971863 +v 147.407843 -73.698210 90.000000 +v 147.706314 -74.643159 89.698868 +v 104.503782 -92.353985 86.500000 +v 102.170055 -84.965430 86.500000 +v 107.143475 -93.104719 86.500000 +v 105.511181 -86.543285 86.500000 +v 109.825452 -93.020394 86.500000 +v 107.915255 -86.685971 86.500000 +v 112.422174 -92.061905 86.500000 +v 109.576092 -86.267813 86.500000 +v 114.839727 -90.000619 86.500000 +v 111.752776 -85.302263 86.500000 +v 116.107512 -87.604887 86.500000 +v 113.679556 -83.399544 86.500000 +v 116.107512 -87.604887 88.971863 +v 115.500585 -86.553657 90.000000 +v 115.929748 -87.296989 89.698868 +v 114.022985 -89.345873 90.000000 +v 114.600509 -89.808848 89.698868 +v 114.839727 -90.000619 88.971863 +v 113.679556 -83.399544 88.971863 +v 113.835176 -83.669086 89.698868 +v 114.210876 -84.319818 90.000000 +v 112.341471 -86.165880 90.000000 +v 111.925200 -85.555211 89.698868 +v 111.752776 -85.302263 88.971863 +v 111.894411 -91.160766 90.000000 +v 112.267595 -91.797967 89.698868 +v 112.422174 -92.061905 88.971863 +v 109.912500 -87.243340 90.000000 +v 109.674623 -86.553538 89.698868 +v 109.576092 -86.267813 88.971863 +v 109.626160 -91.998013 90.000000 +v 109.767080 -92.720946 89.698868 +v 109.825452 -93.020394 88.971863 +v 108.012571 -87.721695 90.000000 +v 107.943758 -86.989327 89.698868 +v 107.915255 -86.685971 88.971863 +v 107.270954 -92.072063 90.000000 +v 107.180813 -92.802261 89.698868 +v 107.143475 -93.104719 88.971863 +v 105.251856 -87.557843 90.000000 +v 105.435225 -86.840443 89.698868 +v 105.511181 -86.543285 88.971863 +v 104.503782 -92.353985 88.971863 +v 104.395134 -92.010009 89.698868 +v 104.132837 -91.179575 90.000000 +v 102.170055 -84.965430 88.971863 +v 102.592157 -86.301790 90.000000 +v 102.293686 -85.356841 89.698868 +v 124.549244 -56.072762 86.500000 +v 132.114784 -57.745974 86.500000 +v 122.579243 -57.983435 86.500000 +v 129.077759 -59.850544 86.500000 +v 121.311281 -60.348259 86.500000 +v 127.752152 -61.861191 86.500000 +v 120.842998 -63.076330 86.500000 +v 127.283869 -63.508596 86.500000 +v 121.419347 -66.200636 86.500000 +v 127.031717 -65.876436 86.500000 +v 122.860218 -68.496436 86.500000 +v 127.716131 -68.496436 86.500000 +v 122.860218 -68.496436 88.971863 +v 124.074075 -68.496436 90.000000 +v 123.215748 -68.496436 89.698868 +v 122.394744 -65.820689 90.000000 +v 121.705034 -66.089352 89.698868 +v 121.419347 -66.200636 88.971863 +v 127.716131 -68.496436 88.971863 +v 127.404891 -68.496436 89.698868 +v 126.653490 -68.496436 90.000000 +v 125.989456 -65.954452 90.000000 +v 126.726446 -65.899286 89.698868 +v 127.031717 -65.876436 88.971863 +v 121.887288 -63.069843 90.000000 +v 121.148863 -63.074430 89.698868 +v 120.842998 -63.076330 88.971863 +v 126.270833 -63.312172 90.000000 +v 126.987158 -63.451065 89.698868 +v 127.283869 -63.508596 88.971863 +v 122.296337 -60.686857 90.000000 +v 121.599797 -60.447432 89.698868 +v 121.311281 -60.348259 88.971863 +v 126.806531 -61.427607 90.000000 +v 127.475186 -61.734198 89.698868 +v 127.752152 -61.861191 88.971863 +v 123.409809 -58.610165 90.000000 +v 122.822510 -58.167000 89.698868 +v 122.579243 -57.983435 88.971863 +v 128.328787 -59.118685 90.000000 +v 128.858391 -59.636187 89.698868 +v 129.077759 -59.850544 88.971863 +v 124.549244 -56.072762 88.971863 +v 124.901461 -56.150658 89.698868 +v 125.751786 -56.338718 90.000000 +v 132.114784 -57.745974 88.971863 +v 130.746412 -57.443342 90.000000 +v 131.713997 -57.657335 89.698868 +v 145.946974 -91.573254 86.500000 +v 140.715160 -97.288597 86.500000 +v 145.277283 -88.911846 86.500000 +v 140.411060 -93.606171 86.500000 +v 143.863266 -86.631347 86.500000 +v 139.332594 -91.452839 86.500000 +v 141.734829 -84.861765 86.500000 +v 138.140039 -90.223591 86.500000 +v 138.740927 -83.798745 86.500000 +v 136.215507 -88.821301 86.500000 +v 136.032269 -83.898676 86.500000 +v 133.604313 -88.104020 86.500000 +v 136.032269 -83.898676 88.971863 +v 135.425342 -84.949907 90.000000 +v 135.854505 -84.206574 89.698868 +v 138.582271 -84.833438 90.000000 +v 138.694457 -84.101800 89.698868 +v 138.740927 -83.798745 88.971863 +v 133.604313 -88.104020 88.971863 +v 133.759933 -87.834478 89.698868 +v 134.135633 -87.183746 90.000000 +v 136.669073 -87.879668 90.000000 +v 136.348353 -88.545503 89.698868 +v 136.215507 -88.821301 88.971863 +v 141.218302 -85.769391 90.000000 +v 141.583542 -85.127603 89.698868 +v 141.734829 -84.861765 88.971863 +v 138.816666 -89.444489 90.000000 +v 138.338219 -89.995397 89.698868 +v 138.140039 -90.223591 88.971863 +v 143.077503 -87.315130 90.000000 +v 143.633123 -86.831622 89.698868 +v 143.863266 -86.631347 88.971863 +v 140.180899 -90.850698 90.000000 +v 139.581055 -91.276476 89.698868 +v 139.332594 -91.452839 88.971863 +v 144.319237 -89.317772 90.000000 +v 144.996677 -89.030739 89.698868 +v 145.277283 -88.911846 88.971863 +v 141.419355 -93.323472 90.000000 +v 140.706385 -93.523371 89.698868 +v 140.411060 -93.606171 88.971863 +v 145.946974 -91.573254 88.971863 +v 145.703407 -91.839334 89.698868 +v 145.115377 -92.481707 90.000000 +v 140.715160 -97.288597 88.971863 +v 141.661432 -96.254868 90.000000 +v 140.992317 -96.985825 89.698868 +vt 0.016937 0.027515 +vt 0.019416 0.030224 +vt 0.019560 0.028478 +vt 0.017254 0.026254 +vt 0.020071 0.027458 +vt 0.017924 0.025173 +vt 0.020636 0.026875 +vt 0.018933 0.024334 +vt 0.021548 0.026211 +vt 0.020352 0.023831 +vt 0.022786 0.025871 +vt 0.021635 0.023878 +vt 0.022534 0.025435 +vt 0.022712 0.025743 +vt 0.021486 0.026080 +vt 0.021334 0.025765 +vt 0.022786 0.025871 +vt 0.021548 0.026211 +vt 0.017254 0.026254 +vt 0.017387 0.026310 +vt 0.017052 0.027641 +vt 0.016937 0.027515 +vt 0.017708 0.026446 +vt 0.017331 0.027945 +vt 0.020427 0.024321 +vt 0.021923 0.024376 +vt 0.020316 0.026506 +vt 0.019178 0.024764 +vt 0.019669 0.027173 +vt 0.018297 0.025497 +vt 0.019082 0.028344 +vt 0.018968 0.029734 +vt 0.020636 0.026875 +vt 0.020071 0.027458 +vt 0.019560 0.028478 +vt 0.019416 0.030224 +vt 0.021635 0.023878 +vt 0.020352 0.023831 +vt 0.018933 0.024334 +vt 0.017924 0.025173 +vt 0.021720 0.024024 +vt 0.020374 0.023974 +vt 0.020542 0.026767 +vt 0.019004 0.024460 +vt 0.019953 0.027374 +vt 0.018033 0.025268 +vt 0.019420 0.028439 +vt 0.019285 0.030080 +vt 0.031464 0.025373 +vt 0.032272 0.023788 +vt 0.026864 0.022030 +vt 0.030206 0.026631 +vt 0.028621 0.027439 +vt 0.026864 0.027717 +vt 0.025106 0.027439 +vt 0.023521 0.026631 +vt 0.022263 0.025373 +vt 0.021455 0.023788 +vt 0.021177 0.022030 +vt 0.021455 0.020273 +vt 0.022263 0.018688 +vt 0.023521 0.017430 +vt 0.025106 0.016622 +vt 0.026864 0.016344 +vt 0.028621 0.016622 +vt 0.030206 0.017430 +vt 0.031464 0.018688 +vt 0.032272 0.020273 +vt 0.032550 0.022030 +vt 0.032272 0.023788 +vt 0.032156 0.023750 +vt 0.032428 0.022030 +vt 0.032550 0.022030 +vt 0.031464 0.025373 +vt 0.031366 0.025301 +vt 0.030206 0.026631 +vt 0.030134 0.026532 +vt 0.028621 0.027439 +vt 0.028583 0.027323 +vt 0.026864 0.027717 +vt 0.026864 0.027595 +vt 0.025106 0.027439 +vt 0.025144 0.027323 +vt 0.023521 0.026631 +vt 0.023593 0.026532 +vt 0.022263 0.025373 +vt 0.022362 0.025301 +vt 0.021455 0.023788 +vt 0.021571 0.023750 +vt 0.021177 0.022030 +vt 0.021299 0.022030 +vt 0.021455 0.020273 +vt 0.021571 0.020311 +vt 0.022263 0.018688 +vt 0.022362 0.018760 +vt 0.023521 0.017430 +vt 0.023593 0.017528 +vt 0.025106 0.016622 +vt 0.025144 0.016738 +vt 0.026864 0.016344 +vt 0.026864 0.016466 +vt 0.028621 0.016622 +vt 0.028583 0.016738 +vt 0.030206 0.017430 +vt 0.030134 0.017528 +vt 0.031464 0.018688 +vt 0.031366 0.018760 +vt 0.032272 0.020273 +vt 0.032156 0.020311 +vt 0.031368 0.023494 +vt 0.030985 0.023369 +vt 0.031197 0.022030 +vt 0.031600 0.022030 +vt 0.030695 0.024814 +vt 0.030369 0.024577 +vt 0.029648 0.025862 +vt 0.029410 0.025536 +vt 0.028327 0.026535 +vt 0.028203 0.026151 +vt 0.026864 0.026767 +vt 0.026864 0.026363 +vt 0.025400 0.026535 +vt 0.025525 0.026151 +vt 0.024079 0.025862 +vt 0.024317 0.025536 +vt 0.023032 0.024814 +vt 0.023358 0.024577 +vt 0.022359 0.023494 +vt 0.022742 0.023369 +vt 0.022127 0.022030 +vt 0.022530 0.022030 +vt 0.022359 0.020567 +vt 0.022742 0.020691 +vt 0.023032 0.019246 +vt 0.023358 0.019483 +vt 0.024079 0.018198 +vt 0.024317 0.018525 +vt 0.025400 0.017526 +vt 0.025525 0.017909 +vt 0.026864 0.017294 +vt 0.026864 0.017697 +vt 0.028327 0.017526 +vt 0.028203 0.017909 +vt 0.029648 0.018198 +vt 0.029410 0.018525 +vt 0.030695 0.019246 +vt 0.030369 0.019483 +vt 0.031368 0.020567 +vt 0.030985 0.020691 +vt 0.026864 0.022030 +vt 0.040385 0.026424 +vt 0.038365 0.030387 +vt 0.036459 0.029002 +vt 0.038143 0.025696 +vt 0.035220 0.033532 +vt 0.033835 0.031626 +vt 0.031257 0.035552 +vt 0.030529 0.033310 +vt 0.026864 0.036247 +vt 0.026864 0.033891 +vt 0.022470 0.035552 +vt 0.023198 0.033310 +vt 0.018507 0.033532 +vt 0.019892 0.031626 +vt 0.015362 0.030387 +vt 0.017268 0.029002 +vt 0.013342 0.026424 +vt 0.015584 0.025696 +vt 0.012646 0.022030 +vt 0.015003 0.022030 +vt 0.013342 0.017637 +vt 0.015584 0.018365 +vt 0.015362 0.013674 +vt 0.017268 0.015059 +vt 0.018507 0.010529 +vt 0.019892 0.012435 +vt 0.022470 0.008509 +vt 0.023198 0.010751 +vt 0.026864 0.007813 +vt 0.026864 0.010170 +vt 0.031257 0.008509 +vt 0.030529 0.010751 +vt 0.035220 0.010529 +vt 0.033835 0.012435 +vt 0.038365 0.013674 +vt 0.036459 0.015059 +vt 0.040385 0.017637 +vt 0.038143 0.018365 +vt 0.041081 0.022030 +vt 0.038724 0.022030 +vt 0.035692 0.028444 +vt 0.037242 0.025402 +vt 0.033278 0.030859 +vt 0.030236 0.032408 +vt 0.026864 0.032942 +vt 0.023491 0.032408 +vt 0.020450 0.030859 +vt 0.018035 0.028444 +vt 0.016485 0.025402 +vt 0.015951 0.022030 +vt 0.016485 0.018658 +vt 0.018035 0.015616 +vt 0.020450 0.013202 +vt 0.023492 0.011652 +vt 0.026864 0.011118 +vt 0.030236 0.011652 +vt 0.033278 0.013202 +vt 0.035692 0.015616 +vt 0.037242 0.018658 +vt 0.037776 0.022030 +vt 0.038365 0.030387 +vt 0.040385 0.026424 +vt 0.037230 0.025399 +vt 0.035682 0.028437 +vt 0.035220 0.033532 +vt 0.033270 0.030849 +vt 0.031257 0.035552 +vt 0.030232 0.032397 +vt 0.026864 0.036247 +vt 0.026864 0.032930 +vt 0.022470 0.035552 +vt 0.023495 0.032397 +vt 0.018507 0.033532 +vt 0.020457 0.030849 +vt 0.015362 0.030387 +vt 0.018045 0.028437 +vt 0.013342 0.026424 +vt 0.016497 0.025399 +vt 0.012646 0.022030 +vt 0.015964 0.022030 +vt 0.013342 0.017637 +vt 0.016497 0.018662 +vt 0.015362 0.013674 +vt 0.018045 0.015624 +vt 0.018507 0.010529 +vt 0.020457 0.013212 +vt 0.022470 0.008509 +vt 0.023495 0.011664 +vt 0.026864 0.007813 +vt 0.026864 0.011131 +vt 0.031257 0.008509 +vt 0.030232 0.011664 +vt 0.035220 0.010529 +vt 0.033270 0.013212 +vt 0.038365 0.013674 +vt 0.035682 0.015624 +vt 0.040385 0.017637 +vt 0.037230 0.018662 +vt 0.041081 0.022030 +vt 0.037763 0.022030 +vt 0.027077 0.010691 +vt 0.023492 0.011484 +vt 0.024931 0.012481 +vt 0.028011 0.011597 +vt 0.025559 0.013434 +vt 0.028612 0.012717 +vt 0.025781 0.014215 +vt 0.028834 0.014010 +vt 0.025901 0.015337 +vt 0.028560 0.015491 +vt 0.025576 0.016579 +vt 0.027878 0.016579 +vt 0.026080 0.016579 +vt 0.025724 0.016579 +vt 0.026045 0.015348 +vt 0.026395 0.015374 +vt 0.025576 0.016579 +vt 0.025901 0.015337 +vt 0.028011 0.011597 +vt 0.027895 0.011684 +vt 0.026910 0.010728 +vt 0.027077 0.010691 +vt 0.027617 0.011894 +vt 0.026507 0.010817 +vt 0.028098 0.015311 +vt 0.027302 0.016579 +vt 0.026261 0.014122 +vt 0.028339 0.014007 +vt 0.026007 0.013229 +vt 0.028145 0.012878 +vt 0.025286 0.012135 +vt 0.024140 0.011341 +vt 0.025781 0.014215 +vt 0.025559 0.013434 +vt 0.024931 0.012481 +vt 0.023492 0.011484 +vt 0.027878 0.016579 +vt 0.028560 0.015491 +vt 0.028834 0.014010 +vt 0.028612 0.012717 +vt 0.027709 0.016579 +vt 0.028425 0.015438 +vt 0.025922 0.014188 +vt 0.028689 0.014009 +vt 0.025691 0.013374 +vt 0.028475 0.012764 +vt 0.025035 0.012380 +vt 0.023682 0.011442 +vt 0.036577 0.027885 +vt 0.037683 0.024383 +vt 0.036099 0.025131 +vt 0.035326 0.028241 +vt 0.034960 0.025199 +vt 0.034055 0.028201 +vt 0.034173 0.025001 +vt 0.032824 0.027746 +vt 0.033142 0.024543 +vt 0.031679 0.026770 +vt 0.032228 0.023641 +vt 0.031078 0.025634 +vt 0.031977 0.024078 +vt 0.032155 0.023769 +vt 0.033060 0.024663 +vt 0.032863 0.024952 +vt 0.032228 0.023641 +vt 0.033142 0.024543 +vt 0.035326 0.028241 +vt 0.035308 0.028097 +vt 0.036628 0.027722 +vt 0.036577 0.027885 +vt 0.035265 0.027751 +vt 0.036753 0.027329 +vt 0.032066 0.026459 +vt 0.031365 0.025136 +vt 0.034014 0.025463 +vt 0.033074 0.027320 +vt 0.034914 0.025690 +vt 0.034149 0.027716 +vt 0.036222 0.025612 +vt 0.037483 0.025017 +vt 0.034173 0.025001 +vt 0.034960 0.025199 +vt 0.036099 0.025131 +vt 0.037683 0.024383 +vt 0.031078 0.025634 +vt 0.031679 0.026770 +vt 0.032824 0.027746 +vt 0.034055 0.028201 +vt 0.031162 0.025489 +vt 0.031792 0.026679 +vt 0.034126 0.025136 +vt 0.032898 0.027622 +vt 0.034947 0.025343 +vt 0.034083 0.028059 +vt 0.036135 0.025272 +vt 0.037624 0.024569 +vt 0.017150 0.016176 +vt 0.016044 0.019677 +vt 0.017628 0.018930 +vt 0.018401 0.015820 +vt 0.018767 0.018862 +vt 0.019672 0.015860 +vt 0.019554 0.019060 +vt 0.020903 0.016314 +vt 0.020586 0.019518 +vt 0.022049 0.017291 +vt 0.021499 0.020419 +vt 0.022649 0.018426 +vt 0.021751 0.019983 +vt 0.021573 0.020292 +vt 0.020667 0.019398 +vt 0.020865 0.019108 +vt 0.021499 0.020419 +vt 0.020586 0.019518 +vt 0.018401 0.015820 +vt 0.018419 0.015963 +vt 0.017099 0.016339 +vt 0.017150 0.016176 +vt 0.018462 0.016309 +vt 0.016974 0.016732 +vt 0.021661 0.017601 +vt 0.022362 0.018925 +vt 0.019713 0.018598 +vt 0.020653 0.016741 +vt 0.018813 0.018371 +vt 0.019578 0.016345 +vt 0.017505 0.018449 +vt 0.016244 0.019044 +vt 0.019554 0.019060 +vt 0.018767 0.018862 +vt 0.017628 0.018930 +vt 0.016044 0.019677 +vt 0.022649 0.018426 +vt 0.022049 0.017291 +vt 0.020903 0.016314 +vt 0.019672 0.015860 +vt 0.022565 0.018572 +vt 0.021935 0.017382 +vt 0.019601 0.018925 +vt 0.020830 0.016439 +vt 0.018780 0.018718 +vt 0.019645 0.016002 +vt 0.017592 0.018789 +vt 0.016103 0.019492 +vt 0.026650 0.033370 +vt 0.030235 0.032577 +vt 0.028796 0.031579 +vt 0.025716 0.032464 +vt 0.028168 0.030626 +vt 0.025115 0.031343 +vt 0.027946 0.029846 +vt 0.024894 0.030051 +vt 0.027826 0.028724 +vt 0.025167 0.028570 +vt 0.028151 0.027482 +vt 0.025849 0.027482 +vt 0.027647 0.027482 +vt 0.028003 0.027482 +vt 0.027682 0.028713 +vt 0.027332 0.028687 +vt 0.028151 0.027482 +vt 0.027826 0.028724 +vt 0.025716 0.032464 +vt 0.025832 0.032377 +vt 0.026817 0.033333 +vt 0.026650 0.033370 +vt 0.026110 0.032167 +vt 0.027220 0.033243 +vt 0.025629 0.028750 +vt 0.026425 0.027482 +vt 0.027466 0.029939 +vt 0.025388 0.030054 +vt 0.027720 0.030832 +vt 0.025582 0.031183 +vt 0.028441 0.031926 +vt 0.029587 0.032720 +vt 0.027946 0.029846 +vt 0.028168 0.030626 +vt 0.028796 0.031579 +vt 0.030235 0.032577 +vt 0.025849 0.027482 +vt 0.025167 0.028570 +vt 0.024894 0.030051 +vt 0.025115 0.031343 +vt 0.026018 0.027482 +vt 0.025302 0.028623 +vt 0.027805 0.029873 +vt 0.025038 0.030051 +vt 0.028037 0.030687 +vt 0.025252 0.031296 +vt 0.028692 0.031681 +vt 0.030045 0.032619 +vt 0.036790 0.016546 +vt 0.034311 0.013837 +vt 0.034167 0.015582 +vt 0.036473 0.017807 +vt 0.033656 0.016603 +vt 0.035803 0.018888 +vt 0.033091 0.017185 +vt 0.034794 0.019726 +vt 0.032179 0.017850 +vt 0.033376 0.020230 +vt 0.030941 0.018190 +vt 0.032092 0.020183 +vt 0.031193 0.018626 +vt 0.031015 0.018318 +vt 0.032242 0.017981 +vt 0.032394 0.018296 +vt 0.030941 0.018190 +vt 0.032179 0.017850 +vt 0.036473 0.017807 +vt 0.036340 0.017751 +vt 0.036675 0.016420 +vt 0.036790 0.016546 +vt 0.036019 0.017615 +vt 0.036396 0.016115 +vt 0.033300 0.019740 +vt 0.031804 0.019685 +vt 0.033411 0.017555 +vt 0.034550 0.019296 +vt 0.034058 0.016888 +vt 0.035431 0.018564 +vt 0.034645 0.015716 +vt 0.034760 0.014327 +vt 0.033091 0.017185 +vt 0.033656 0.016603 +vt 0.034167 0.015582 +vt 0.034311 0.013837 +vt 0.032092 0.020183 +vt 0.033376 0.020230 +vt 0.034794 0.019726 +vt 0.035803 0.018888 +vt 0.032008 0.020037 +vt 0.033354 0.020087 +vt 0.033185 0.017294 +vt 0.034723 0.019600 +vt 0.033774 0.016686 +vt 0.035694 0.018793 +vt 0.034307 0.015622 +vt 0.034442 0.013981 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.001768 -0.004404 -0.999989 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000201 -0.004787 -0.999989 vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn 0.027246 0.099185 0.994696 +vn 0.101367 0.369011 0.923881 +vn 0.162606 0.340506 0.926075 +vn 0.024686 0.051696 0.998358 +vn 0.244718 0.890880 0.382682 +vn 0.263836 0.960472 0.088798 +vn 0.421697 0.901329 0.098884 +vn 0.391797 0.834209 0.388059 +vn -0.917798 -0.386139 0.092433 +vn -0.851056 -0.355317 0.386592 +vn -0.895950 -0.225449 0.382682 +vn -0.964230 -0.242630 0.106733 +vn -0.351280 -0.141841 0.925464 +vn -0.067114 -0.027100 0.997377 +vn -0.033461 -0.008419 0.999405 +vn -0.371111 -0.093383 0.923881 +vn -0.013205 -0.087412 0.996085 +vn 0.001804 -0.048902 0.998802 +vn 0.033181 0.039248 0.998679 +vn -0.038350 -0.069420 0.996850 +vn 0.038773 0.026020 0.998909 +vn -0.054266 -0.047440 0.997399 +vn 0.050026 0.013017 0.998663 +vn 0.145150 0.011987 0.989337 +vn 0.264882 0.964281 0.000000 +vn 0.423361 0.905961 0.000000 +vn 0.645085 0.764111 0.000000 +vn 0.642080 0.760489 0.096904 +vn 0.830237 0.557411 0.000000 +vn 0.826159 0.554659 0.099067 +vn 0.973065 0.230531 0.000000 +vn 0.968118 0.230508 0.098051 +vn 0.996608 0.082301 0.000000 +vn 0.993768 0.082066 0.075436 +vn 0.036868 -0.999320 0.000000 +vn 0.036661 -0.993693 0.105978 +vn -0.164969 -0.981991 0.092084 +vn -0.166529 -0.986037 0.000000 +vn -0.481914 -0.871511 0.090703 +vn -0.483926 -0.875109 0.000000 +vn -0.749605 -0.655636 0.090740 +vn -0.752703 -0.658361 0.000000 +vn -0.921442 -0.388517 0.000000 +vn -0.969769 -0.244024 0.000000 +vn 0.034062 -0.923251 0.382684 +vn -0.149845 -0.909156 0.388563 +vn 0.014109 -0.382420 0.923881 +vn -0.056284 -0.372613 0.926278 +vn 0.246316 0.291349 0.924361 +vn 0.595792 0.705475 0.383845 +vn -0.445985 -0.806676 0.387778 +vn -0.182604 -0.330547 0.925956 +vn 0.314673 0.211180 0.925410 +vn 0.765772 0.514075 0.386419 +vn -0.694100 -0.607036 0.386954 +vn -0.284919 -0.249074 0.925626 +vn 0.364635 0.094880 0.926304 +vn 0.895601 0.216729 0.388494 +vn 0.381386 0.031495 0.923879 +vn 0.920744 0.076037 0.382686 vn 0.000000 0.000000 -1.000000 -vn -0.000758 -0.005893 -0.999982 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.002664 0.003606 -0.999990 -vn -0.008674 0.008328 -0.999928 vn 0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.003223 -0.003667 -0.999988 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.950337 0.308782 0.038887 +vn 0.847784 0.275461 0.453193 +vn 0.891413 -0.000001 0.453192 +vn 0.999244 -0.000001 0.038887 +vn 0.808405 0.587341 0.038887 +vn 0.721168 0.523959 0.453193 +vn 0.587341 0.808405 0.038887 +vn 0.523960 0.721168 0.453193 +vn 0.308783 0.950337 0.038887 +vn 0.275461 0.847784 0.453193 +vn 0.000000 0.999244 0.038887 +vn 0.000000 0.891413 0.453193 +vn -0.308783 0.950337 0.038887 +vn -0.275460 0.847784 0.453193 +vn -0.587340 0.808405 0.038887 +vn -0.523958 0.721168 0.453193 +vn -0.808405 0.587341 0.038887 +vn -0.721167 0.523960 0.453193 +vn -0.950337 0.308783 0.038887 +vn -0.847784 0.275462 0.453193 +vn -0.999244 0.000000 0.038887 +vn -0.891413 0.000000 0.453193 +vn -0.950337 -0.308784 0.038887 +vn -0.847783 -0.275462 0.453193 +vn -0.808405 -0.587341 0.038887 +vn -0.721167 -0.523960 0.453193 +vn -0.587341 -0.808405 0.038887 +vn -0.523959 -0.721168 0.453193 +vn -0.308784 -0.950337 0.038887 +vn -0.275462 -0.847784 0.453193 +vn 0.000000 -0.999244 0.038887 +vn -0.000000 -0.891412 0.453193 +vn 0.308783 -0.950337 0.038887 +vn 0.275460 -0.847784 0.453193 +vn 0.587340 -0.808405 0.038887 +vn 0.523958 -0.721168 0.453193 +vn 0.808405 -0.587341 0.038887 +vn 0.721167 -0.523960 0.453193 +vn 0.950337 -0.308783 0.038887 +vn 0.847784 -0.275462 0.453193 +vn 0.769325 0.249968 0.587925 +vn 0.101726 0.033053 0.994263 +vn 0.106960 -0.000000 0.994263 +vn 0.808916 -0.000001 0.587925 +vn 0.654426 0.475469 0.587925 +vn 0.086534 0.062871 0.994263 +vn 0.475468 0.654427 0.587925 +vn 0.062872 0.086534 0.994263 +vn 0.249968 0.769325 0.587925 +vn 0.033055 0.101727 0.994263 +vn -0.000000 0.808915 0.587925 +vn -0.000000 0.106962 0.994263 +vn -0.249968 0.769325 0.587925 +vn -0.033057 0.101727 0.994263 +vn -0.475468 0.654426 0.587925 +vn -0.062873 0.086534 0.994263 +vn -0.654426 0.475468 0.587925 +vn -0.086534 0.062871 0.994263 +vn -0.769324 0.249969 0.587925 +vn -0.101728 0.033053 0.994263 +vn -0.808915 0.000000 0.587925 +vn -0.106962 0.000000 0.994263 +vn -0.769324 -0.249969 0.587925 +vn -0.101729 -0.033053 0.994263 +vn -0.654426 -0.475469 0.587925 +vn -0.086535 -0.062871 0.994263 +vn -0.475468 -0.654427 0.587925 +vn -0.062870 -0.086534 0.994263 +vn -0.249968 -0.769324 0.587925 +vn -0.033053 -0.101727 0.994263 +vn -0.000001 -0.808915 0.587925 +vn 0.000000 -0.106962 0.994263 +vn 0.249968 -0.769325 0.587925 +vn 0.033053 -0.101727 0.994263 +vn 0.475468 -0.654427 0.587925 +vn 0.062871 -0.086534 0.994263 +vn 0.654426 -0.475469 0.587925 +vn 0.086534 -0.062871 0.994263 +vn 0.769324 -0.249969 0.587925 +vn 0.101727 -0.033053 0.994263 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587785 0.809017 0.000000 +vn 0.309017 0.951057 0.000000 +vn -0.000000 1.000000 0.000000 +vn -0.309017 0.951057 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587785 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951057 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951057 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000000 0.000000 1.000000 +vn 0.814402 0.264614 0.516458 +vn 0.692771 0.503328 0.516458 +vn 0.609417 0.442767 0.657699 +vn 0.716412 0.232776 0.657700 +vn 0.503328 0.692772 0.516458 +vn 0.442768 0.609417 0.657699 +vn 0.264615 0.814402 0.516458 +vn 0.232777 0.716412 0.657699 +vn 0.000000 0.856313 0.516458 +vn 0.000000 0.753281 0.657699 +vn -0.264615 0.814402 0.516458 +vn -0.232776 0.716412 0.657699 +vn -0.503328 0.692771 0.516458 +vn -0.442767 0.609417 0.657699 +vn -0.692771 0.503328 0.516458 +vn -0.609417 0.442767 0.657699 +vn -0.814402 0.264615 0.516458 +vn -0.716412 0.232777 0.657700 +vn -0.856312 -0.000000 0.516458 +vn -0.753280 0.000000 0.657700 +vn -0.814402 -0.264615 0.516458 +vn -0.716412 -0.232776 0.657699 +vn -0.692771 -0.503328 0.516458 +vn -0.609417 -0.442767 0.657699 +vn -0.503328 -0.692771 0.516458 +vn -0.442767 -0.609417 0.657699 +vn -0.264615 -0.814402 0.516458 +vn -0.232777 -0.716412 0.657699 +vn -0.000000 -0.856313 0.516458 +vn -0.000000 -0.753281 0.657699 +vn 0.264615 -0.814402 0.516458 +vn 0.232776 -0.716412 0.657699 +vn 0.503328 -0.692771 0.516458 +vn 0.442767 -0.609417 0.657699 +vn 0.692771 -0.503328 0.516458 +vn 0.609417 -0.442767 0.657699 +vn 0.814402 -0.264615 0.516458 +vn 0.716413 -0.232776 0.657699 +vn 0.856312 -0.000001 0.516458 +vn 0.753281 -0.000001 0.657699 +vn -0.000001 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000003 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000002 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000001 0.000000 1.000000 +vn -0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.632967 -0.205663 -0.746361 +vn -0.538434 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 +vn -0.391195 -0.538435 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn -0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.000000 -0.665542 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.205664 -0.632968 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391196 -0.538434 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.538435 -0.391196 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.632968 -0.205664 -0.746361 +vn 0.000001 0.000000 -1.000000 +vn 0.665542 -0.000000 -0.746361 vn 0.000000 0.000000 -1.000000 +vn 0.632968 0.205664 -0.746361 +vn -0.000001 0.000000 -1.000000 +vn 0.538434 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn 0.391195 0.538435 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn 0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.665542 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.205664 0.632968 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.391196 0.538434 -0.746361 +vn 0.000000 0.000000 -1.000000 +vn -0.538435 0.391196 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.632968 0.205664 -0.746361 +vn -0.000000 0.000000 -1.000000 +vn -0.665542 0.000001 -0.746360 +vn -0.951052 -0.309014 0.003292 +vn -0.809013 -0.587782 0.003292 +vn -0.587782 -0.809013 0.003292 +vn -0.309015 -0.951052 0.003292 +vn 0.000000 -0.999995 0.003291 +vn 0.309016 -0.951051 0.003291 +vn 0.587782 -0.809013 0.003292 +vn 0.809013 -0.587782 0.003292 +vn 0.951051 -0.309015 0.003292 +vn 0.999995 -0.000000 0.003292 +vn 0.951051 0.309015 0.003292 +vn 0.809013 0.587782 0.003292 +vn 0.587782 0.809013 0.003292 +vn 0.309015 0.951051 0.003291 +vn -0.000000 0.999995 0.003292 +vn -0.309015 0.951051 0.003292 +vn -0.587782 0.809012 0.003292 +vn -0.809013 0.587782 0.003292 +vn -0.951051 0.309015 0.003292 +vn -0.999995 0.000001 0.003292 +vn 0.951057 0.309016 0.000000 +vn 0.809017 0.587786 0.000000 +vn 0.587784 0.809018 0.000000 +vn 0.309016 0.951057 0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.309017 0.951056 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.809017 0.587785 0.000000 +vn -0.951057 0.309017 0.000000 +vn -1.000000 0.000000 0.000000 +vn -0.951057 -0.309017 0.000000 +vn -0.809017 -0.587786 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.309017 -0.951056 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.309017 -0.951056 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.809017 -0.587785 0.000000 +vn 0.951056 -0.309017 0.000000 +vn 1.000000 -0.000001 0.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.099521 -0.025997 0.994696 +vn -0.370259 -0.096720 0.923880 +vn -0.376186 -0.029434 0.926077 +vn -0.057114 -0.004469 0.998358 +vn -0.893883 -0.233507 0.382685 +vn -0.963711 -0.251747 0.088798 +vn -0.991422 -0.085464 0.098885 +vn -0.918344 -0.077800 0.388060 +vn 0.793305 -0.601767 0.092433 +vn 0.733240 -0.559378 0.386593 +vn 0.643214 -0.663196 0.382683 +vn 0.692237 -0.713734 0.106733 +vn 0.298486 -0.233299 0.925461 +vn 0.057028 -0.044573 0.997377 +vn 0.024020 -0.024766 0.999405 +vn 0.266434 -0.274699 0.923879 +vn 0.082303 0.032271 0.996085 +vn 0.041448 0.026013 0.998802 +vn -0.050580 0.009112 0.998679 +vn 0.079294 0.001499 0.996850 +vn -0.041919 0.020567 0.998909 +vn 0.068219 -0.023277 0.997399 +vn -0.036287 0.036816 0.998663 +vn -0.082955 0.119711 0.989337 +vn -0.967533 -0.252745 0.000000 +vn -0.996266 -0.086339 0.000000 +vn -0.984282 0.176605 0.000000 +vn -0.979643 0.175812 0.096905 +vn -0.897851 0.440300 0.000000 +vn -0.893429 0.438145 0.099068 +vn -0.686179 0.727433 0.000000 +vn -0.683685 0.723161 0.098051 +vn -0.569579 0.821937 0.000000 +vn -0.567955 0.819595 0.075436 +vn 0.847003 0.531588 0.000000 +vn 0.842233 0.528595 0.105978 +vn 0.932913 0.348128 0.092084 +vn 0.937197 0.348799 0.000000 +vn 0.995708 0.018406 0.090703 +vn 0.999830 0.018462 0.000000 +vn 0.942600 -0.321360 0.090740 +vn 0.946508 -0.322679 0.000000 +vn 0.797187 -0.603733 0.000000 +vn 0.696216 -0.717833 0.000000 +vn 0.782527 0.491125 0.382684 +vn 0.862275 0.324810 0.388563 +vn 0.324132 0.203428 0.923881 +vn 0.350837 0.137560 0.926278 +vn -0.375467 0.067640 0.924365 +vn -0.908855 0.163229 0.383846 +vn 0.921594 0.017102 0.387778 +vn 0.377565 0.007135 0.925956 +vn -0.340222 0.166926 0.925410 +vn -0.828089 0.406138 0.386421 +vn 0.872758 -0.297591 0.386954 +vn 0.358168 -0.122210 0.925624 +vn -0.264482 0.268343 0.926305 +vn -0.635493 0.667249 0.388493 +vn -0.217962 0.314540 0.923882 +vn -0.526221 0.759372 0.382684 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.072275 -0.073188 0.994696 +vn 0.268894 -0.272290 0.923880 +vn 0.213586 -0.311072 0.926075 +vn 0.032428 -0.047228 0.998358 +vn 0.649165 -0.657372 0.382683 +vn 0.699875 -0.708724 0.088798 +vn 0.569726 -0.815864 0.098885 +vn 0.526550 -0.756409 0.388060 +vn 0.124493 0.987906 0.092433 +vn 0.117812 0.914694 0.386594 +vn 0.252729 0.888640 0.382684 +vn 0.271991 0.956362 0.106733 +vn 0.052801 0.375140 0.925463 +vn 0.010088 0.071673 0.997377 +vn 0.009439 0.033186 0.999405 +vn 0.104679 0.368083 0.923881 +vn -0.069099 0.055142 0.996085 +vn -0.043253 0.022889 0.998802 +vn 0.017399 -0.048360 0.998679 +vn -0.040945 0.067921 0.996850 +vn 0.003148 -0.046587 0.998909 +vn -0.013951 0.070716 0.997399 +vn -0.013739 -0.049834 0.998663 +vn -0.062194 -0.131697 0.989337 +vn 0.702650 -0.711535 0.000000 +vn 0.572905 -0.819622 0.000000 +vn 0.339197 -0.940715 0.000000 +vn 0.337564 -0.936301 0.096905 +vn 0.067613 -0.997712 0.000000 +vn 0.067269 -0.992804 0.099068 +vn -0.286886 -0.957965 0.000000 +vn -0.284433 -0.953669 0.098051 +vn -0.427028 -0.904238 0.000000 +vn -0.425812 -0.901661 0.075436 +vn -0.883871 0.467731 0.000000 +vn -0.878893 0.465097 0.105978 +vn -0.767945 0.633863 0.092084 +vn -0.770668 0.637236 0.000000 +vn -0.513793 0.853106 0.090703 +vn -0.515903 0.856647 0.000000 +vn -0.192995 0.976995 0.090740 +vn -0.193806 0.981040 0.000000 +vn 0.124255 0.992250 0.000000 +vn 0.273554 0.961857 0.000000 +vn -0.816590 0.432128 0.382684 +vn -0.712429 0.584348 0.388564 +vn -0.338240 0.178992 0.923881 +vn -0.294551 0.235052 0.926278 +vn 0.129157 -0.358989 0.924362 +vn 0.313068 -0.868706 0.383847 +vn -0.475607 0.789573 0.387778 +vn -0.194964 0.323412 0.925956 +vn 0.025550 -0.378106 0.925410 +vn 0.062318 -0.920215 0.386421 +vn -0.178658 0.904626 0.386954 +vn -0.073245 0.371284 0.925626 +vn -0.100149 -0.363223 0.926304 +vn -0.260110 -0.883977 0.388493 +vn -0.163416 -0.346034 0.923881 +vn -0.394526 -0.835406 0.382683 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003757 0.003027 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004240 0.002367 -0.999988 -vn 0.004538 0.001600 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001772 0.004402 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.001051 0.004871 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000605 0.004746 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn -0.001414 0.004627 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.987545 0.157306 -0.003020 -vn 0.992810 0.119695 -0.001570 -vn 0.993143 0.116706 0.006894 -vn 0.992133 0.123193 0.022257 -vn 0.980599 0.195906 0.006859 -vn 0.981587 0.189731 0.022139 -vn 0.981422 0.191840 0.003045 -vn 0.987154 0.159472 0.009823 -vn 0.993658 0.111083 0.017437 -vn 0.980800 0.194638 0.012126 -vn 0.981298 0.192446 0.004264 -vn 0.972060 0.234629 0.006980 -vn 0.913512 0.405504 0.032592 -vn 0.893415 0.445217 -0.059931 -vn 0.910695 0.403083 0.090328 -vn 0.913047 0.407598 0.014446 -vn 0.889869 0.456002 0.013992 -vn 0.906899 0.421345 0.001933 -vn 0.890515 0.454950 0.001861 -vn 0.905510 0.423741 0.022262 -vn 0.872054 0.489362 0.006819 -vn 0.874934 0.483736 0.022133 -vn 0.874868 0.484311 0.006966 -vn 0.878466 0.477702 -0.009929 -vn 0.855352 0.517995 0.007437 -vn 0.855158 0.515749 0.052041 -vn 0.747062 0.664489 0.018797 -vn 0.712156 0.699550 -0.058853 -vn 0.747374 0.663852 0.027072 -vn 0.706454 0.707580 0.015911 -vn 0.732321 0.680956 0.001933 -vn 0.706264 0.707934 0.004654 -vn 0.730248 0.682819 0.022256 -vn 0.678129 0.734911 0.006824 -vn 0.657381 0.753377 -0.016529 -vn 0.683065 0.730300 0.009206 -vn 0.693671 0.719638 -0.030697 -vn 0.657546 0.753324 0.011683 -vn 0.657140 0.751721 0.055528 -vn 0.491271 0.871002 0.002751 -vn 0.454849 0.890405 0.017086 -vn 0.466672 0.881690 -0.069570 -vn 0.510579 0.859561 0.021517 -vn 0.486061 0.873923 0.001954 -vn 0.452906 0.891542 0.005352 -vn 0.483509 0.875056 0.022263 -vn 0.417858 0.908487 0.006833 -vn 0.423496 0.905627 0.022176 -vn 0.424166 0.905532 0.009752 -vn 0.443049 0.895098 -0.050079 -vn 0.397707 0.917374 0.015941 -vn 0.397136 0.915776 0.060309 -vn 0.196076 0.980580 -0.004087 -vn 0.159064 0.987137 0.016067 -vn 0.178109 0.983090 -0.042563 -vn 0.225507 0.974108 0.016110 -vn 0.192226 0.981349 0.001933 -vn 0.155294 0.987861 0.003955 -vn 0.189414 0.981646 0.022232 -vn 0.116688 0.993145 0.006848 -vn 0.122899 0.992171 0.022192 -vn 0.123112 0.992355 0.008641 -vn 0.148251 0.986981 -0.062371 -vn 0.100354 0.994746 0.020242 -vn 0.099779 0.992844 0.065607 -vn -0.080928 0.996663 0.010678 -vn -0.081950 0.996618 0.006012 -vn -0.126498 0.991910 -0.010582 -vn -0.152258 0.988272 0.011635 -vn -0.157435 0.987529 0.000464 -vn -0.120451 0.992717 0.001975 -vn -0.123204 0.992131 0.022288 -vn -0.223106 0.974655 -0.016487 -vn -0.195908 0.980598 0.006857 -vn -0.190719 0.981627 0.005834 -vn -0.206430 0.978154 0.024520 -vn -0.206980 0.975939 0.068572 -vn -0.418043 0.908426 0.001395 -vn -0.413625 0.910443 -0.002827 -vn -0.449569 0.893216 0.007294 -vn -0.417634 0.908541 0.011636 -vn -0.454693 0.890634 -0.005109 -vn -0.417848 0.908491 0.006839 -vn -0.423766 0.905499 0.022250 -vn -0.513374 0.858006 -0.016522 -vn -0.489327 0.872074 0.006844 -vn -0.486354 0.873761 0.001370 -vn -0.491110 0.871028 0.011032 -vn -0.491732 0.870465 0.022130 -vn -0.671396 0.740645 0.025936 -vn -0.697009 0.715893 -0.040945 -vn -0.670749 0.741601 0.011127 -vn -0.707782 0.706430 -0.001162 -vn -0.680955 0.732323 0.001954 -vn -0.682870 0.730201 0.022243 -vn -0.730464 0.682591 0.022170 -vn -0.734863 0.678181 0.006849 -vn -0.731652 0.681664 0.004543 -vn -0.733577 0.679569 -0.007182 -vn -0.730340 0.683066 -0.004976 -vn -0.759992 0.649873 0.008808 -vn -0.864672 0.501869 0.021665 -vn -0.885532 0.460454 -0.061772 -vn -0.864130 0.502334 0.030655 -vn -0.873919 0.486068 0.001948 -vn -0.891512 0.452988 0.003029 -vn -0.875079 0.483469 0.022231 -vn -0.908469 0.417895 0.006846 -vn -0.905640 0.423468 0.022182 -vn -0.905878 0.423466 0.007894 -vn -0.901460 0.432536 -0.016813 -vn -0.921098 0.389231 0.008841 -vn -0.919286 0.390015 0.052924 -vn -0.976322 0.215622 0.017380 -vn -0.984579 0.166176 -0.054675 -vn -0.976005 0.216281 0.025215 -vn -0.987598 0.156166 0.016224 -vn -0.981353 0.192203 0.001970 -vn -0.987863 0.155245 0.005120 -vn -0.981646 0.189408 0.022281 -vn -0.993144 0.116695 0.006842 -vn -0.992171 0.122896 0.022201 -vn -0.992299 0.123498 0.009573 -vn -0.989353 0.140621 -0.037495 -vn -0.995758 0.091069 0.013100 -vn -0.994177 0.091430 0.057030 -vn -0.993353 -0.115111 0.000387 -vn -0.987794 -0.154844 0.016917 -vn -0.988430 -0.138851 -0.061050 -vn -0.995721 -0.090274 0.019772 -vn -0.992716 -0.120462 0.001960 -vn -0.987487 -0.157615 0.005118 -vn -0.992131 -0.123203 0.022281 -vn -0.980593 -0.195934 0.006825 -vn -0.974659 -0.223091 -0.016430 -vn -0.981896 -0.189179 0.009576 -vn -0.984569 -0.165986 -0.055428 -vn -0.976319 -0.215639 0.017378 -vn -0.974575 -0.215328 0.061942 -vn -0.908231 -0.418426 -0.005952 -vn -0.892363 -0.451057 0.015373 -vn -0.901476 -0.431569 -0.033007 -vn -0.921376 -0.388409 0.014305 -vn -0.906907 -0.421327 0.001954 -vn -0.890496 -0.454982 0.003024 -vn -0.905512 -0.423737 0.022247 -vn -0.872049 -0.489371 0.006848 -vn -0.858035 -0.513327 -0.016471 -vn -0.875051 -0.483967 0.007891 -vn -0.885600 -0.460182 -0.062807 -vn -0.864670 -0.501874 0.021666 -vn -0.862620 -0.501340 0.067421 -vn -0.730456 -0.682546 -0.023775 -vn -0.738907 -0.673805 -0.001625 -vn -0.710310 -0.703803 0.011057 -vn -0.733018 -0.680094 0.012567 -vn -0.706435 -0.707777 -0.001162 -vn -0.734873 -0.678170 0.006825 -vn -0.730227 -0.682841 0.022309 -vn -0.657391 -0.753369 -0.016488 -vn -0.678134 -0.734906 0.006873 -vn -0.681663 -0.731652 0.004538 -vn -0.672549 -0.739869 0.016501 -vn -0.670673 -0.740436 0.044188 -vn -0.491968 -0.870470 0.015803 -vn -0.526659 -0.850070 0.003471 -vn -0.493461 -0.869768 -0.000450 -vn -0.478734 -0.877490 0.028733 -vn -0.487025 -0.873384 0.002756 -vn -0.486049 -0.873929 0.001975 -vn -0.453276 -0.891356 -0.005115 -vn -0.483486 -0.875067 0.022320 -vn -0.417874 -0.908480 0.006812 -vn -0.423482 -0.905633 0.022193 -vn -0.421013 -0.907054 0.001376 -vn -0.418311 -0.908302 -0.001852 -vn -0.418200 -0.908258 0.013267 -vn -0.379812 -0.925049 0.005261 -vn -0.206426 -0.978155 0.024526 -vn -0.205068 -0.978626 0.015430 -vn -0.166794 -0.984559 -0.053130 -vn -0.192206 -0.981353 0.001975 -vn -0.155426 -0.987847 0.000478 -vn -0.189413 -0.981645 0.022251 -vn -0.116688 -0.993145 0.006831 -vn -0.122905 -0.992171 0.022182 -vn -0.121964 -0.992517 0.005851 -vn -0.126880 -0.991913 -0.003170 -vn -0.081936 -0.996619 0.006038 -vn -0.084034 -0.995147 0.051198 -vn 0.100351 -0.994745 0.020280 -vn 0.148017 -0.987071 -0.061495 -vn 0.099640 -0.994606 0.028839 -vn 0.157728 -0.987362 0.015438 -vn 0.120458 -0.992716 0.001975 -vn 0.157575 -0.987499 0.003943 -vn 0.123211 -0.992130 0.022311 -vn 0.195910 -0.980598 0.006828 -vn 0.223128 -0.974651 -0.016448 -vn 0.189564 -0.981830 0.008646 -vn 0.177138 -0.983899 -0.023753 -vn 0.224718 -0.974370 0.010273 -vn 0.223365 -0.973223 0.054263 -vn 0.415419 -0.909616 0.005059 -vn 0.453477 -0.891104 0.017096 -vn 0.440235 -0.894554 -0.077237 -vn 0.396976 -0.917530 0.023439 -vn 0.421333 -0.906904 0.001975 -vn 0.455061 -0.890444 0.005353 -vn 0.423753 -0.905503 0.022298 -vn 0.489341 -0.872066 0.006844 -vn 0.483756 -0.874921 0.022210 -vn 0.483272 -0.875416 0.009760 -vn 0.465623 -0.883888 -0.044008 -vn 0.510004 -0.860050 0.014499 -vn 0.508962 -0.858797 0.058532 -vn 0.677491 -0.735529 -0.001901 -vn 0.705498 -0.708518 0.016577 -vn 0.692093 -0.719934 -0.051991 -vn 0.656904 -0.753763 0.017872 -vn 0.680963 -0.732315 0.001933 -vn 0.707935 -0.706262 0.004661 -vn 0.682863 -0.730208 0.022232 -vn 0.734879 -0.678164 0.006811 -vn 0.753420 -0.657332 -0.016535 -vn 0.730303 -0.683062 0.009192 -vn 0.711960 -0.699679 -0.059684 -vn 0.747040 -0.664513 0.018787 -vn 0.745801 -0.663103 0.063839 -vn 0.872680 -0.488239 -0.007241 -vn 0.889405 -0.456940 0.012816 -vn 0.878162 -0.477999 -0.018684 -vn 0.854839 -0.518744 0.012458 -vn 0.873922 -0.486062 0.001946 -vn 0.891489 -0.453038 0.001863 -vn 0.875083 -0.483461 0.022241 -vn 0.908462 -0.417911 0.006856 -vn 0.905637 -0.423476 0.022121 -vn 0.906047 -0.423121 0.006948 -vn 0.893418 -0.445214 -0.059910 -vn 0.913462 -0.406271 0.023063 -vn 0.910693 -0.403088 0.090324 -vn 0.664992 -0.746850 -0.000280 -vn 0.665622 -0.746289 -0.000003 -vn 0.613871 -0.789394 0.004487 -vn -0.979252 -0.202645 -0.000253 -vn -0.979120 -0.203283 -0.000007 -vn -0.990930 -0.134358 0.002163 -vn 0.314229 0.949347 -0.000300 -vn 0.313498 0.949589 0.000000 -vn 0.374323 0.927290 0.004066 -vn 0.892758 -0.450532 0.002099 -vn 0.876681 -0.481056 -0.003908 -vn 0.874176 -0.485590 -0.004245 -vn 0.840611 -0.541639 0.000802 -vn 0.806778 -0.590807 0.007536 -vn 0.924899 -0.380075 0.010268 -vn 0.906533 -0.421878 -0.014695 -vn 0.905382 -0.424297 -0.016002 -vn 0.894163 -0.446680 -0.030798 -vn 0.913129 -0.407360 0.015934 -vn 0.983789 0.179331 -0.000020 -vn 0.989762 0.142573 0.006708 -vn 0.985623 0.167828 0.019506 -vn 0.982315 0.186839 -0.012190 -vn 0.994733 0.102469 0.002509 -vn 0.984912 0.173056 0.000001 -vn 0.949865 0.312657 0.001645 -vn 0.958853 0.283904 -0.000162 -vn 0.948406 0.317060 0.000176 -vn 0.926024 0.377380 0.007978 -vn 0.965757 0.259435 -0.002746 -vn 0.799198 0.600978 0.010383 -vn 0.818406 0.574637 -0.002205 -vn 0.823830 0.566825 -0.003627 -vn 0.833548 0.552409 -0.006569 -vn 0.839176 0.543847 0.003804 -vn 0.850005 0.526753 -0.004788 -vn 0.859527 0.511090 0.000023 -vn 0.927889 0.372854 0.001109 -vn 0.901373 0.432979 0.007471 -vn 0.251368 0.967892 -0.000086 -vn 0.167703 0.985816 0.006487 -vn 0.226023 0.974121 -0.001200 -vn 0.286581 0.958036 0.006197 -vn 0.286709 0.958018 -0.000384 -vn 0.331887 0.943306 0.005016 -vn 0.290515 0.956810 -0.010729 -vn 0.145374 0.989359 0.005985 -vn 0.111930 0.993690 0.007151 -vn -0.000171 0.999999 0.001753 -vn -0.000619 0.999985 -0.005419 -vn 0.034903 0.999389 0.001869 -vn 0.036547 0.999332 -0.000022 -vn 0.084809 0.996397 0.000847 -vn -0.157470 0.987483 0.008999 -vn -0.091393 0.995735 -0.012659 -vn -0.087386 0.996069 -0.014507 -vn -0.116036 0.993071 0.018616 -vn -0.644312 0.764751 0.004307 -vn -0.634408 0.772953 0.008430 -vn -0.648424 0.761169 0.013008 -vn -0.669030 0.742912 -0.021908 -vn -0.584934 0.811080 0.000885 -vn -0.642323 0.766434 0.000000 -vn -0.733461 0.679728 0.002226 -vn -0.752357 0.658751 0.002673 -vn -0.751205 0.660069 -0.000123 -vn -0.788595 0.614893 0.004915 -vn -0.709857 0.704312 -0.006911 -vn -0.929137 0.369733 0.001082 -vn -0.902818 0.430023 0.000000 -vn -0.904271 0.426958 -0.000830 -vn -0.893428 0.449175 0.005398 -vn -0.897427 0.441151 -0.003196 -vn -0.891769 0.452453 -0.005811 -vn -0.882312 0.470502 -0.012362 -vn -0.879511 0.475875 0.002026 -vn -0.819889 0.572496 0.005550 -vn -0.824545 0.565748 0.007413 -vn -0.956163 -0.292833 0.001157 -vn -0.936713 -0.350087 0.002848 -vn -0.956377 -0.292087 -0.005321 -vn -0.970209 -0.242228 0.004495 -vn -0.977749 -0.209692 0.006052 -vn -0.969328 -0.245281 -0.015516 -vn -0.972998 -0.230608 -0.009794 -vn -0.851582 -0.524217 0.002293 -vn -0.854659 -0.519155 -0.006001 -vn -0.857445 -0.514536 -0.006340 -vn -0.928200 -0.371969 0.009161 -vn -0.916523 -0.399981 0.000814 -vn -0.762673 -0.646777 0.003041 -vn -0.805957 -0.591974 -0.000003 -vn -0.805822 -0.592158 -0.000212 -vn -0.804899 -0.593351 0.008527 -vn -0.822291 -0.568903 -0.013667 -vn -0.817386 -0.576009 0.009695 -vn -0.306303 -0.951609 -0.024890 -vn -0.309669 -0.950574 -0.022681 -vn -0.392062 -0.919931 0.003776 -vn -0.357022 -0.933800 0.023513 -vn -0.319611 -0.947529 0.006191 -vn -0.376065 -0.926593 0.000429 -vn -0.342588 -0.939486 0.000000 -vn -0.169000 -0.985615 0.001355 -vn -0.134297 -0.990932 0.004249 -vn -0.211892 -0.977293 0.000853 -vn -0.205630 -0.978627 0.002461 -vn -0.239334 -0.970902 -0.008292 -vn -0.080151 -0.996746 0.008558 -vn -0.081178 -0.996695 0.003185 -vn 0.147009 -0.989134 0.001203 -vn 0.079019 -0.996873 0.000000 -vn 0.090358 -0.995906 -0.002780 -vn 0.084682 -0.996398 0.004526 -vn 0.081022 -0.996704 -0.004208 -vn 0.062496 -0.998017 -0.007459 -vn 0.038728 -0.999147 -0.014365 -vn 0.039451 -0.999216 0.003357 -vn 0.769032 -0.639155 0.008376 -vn 0.730866 -0.682520 -0.000341 -vn 0.705558 -0.708653 0.000208 -vn 0.707833 -0.706252 -0.013449 -vn 0.679210 -0.733917 0.006289 -vn 0.630542 -0.776150 0.003002 -vn 0.684567 -0.728898 -0.008741 -vn 0.750672 -0.660673 0.001498 -vn 0.999989 0.000000 0.004675 -vn 0.992458 -0.122469 0.005331 -vn 0.997638 -0.068668 0.002010 -vn 0.970873 -0.239570 0.003536 -vn 0.983812 -0.179196 0.001584 -vn 0.915642 -0.401994 0.000000 -vn 0.929225 -0.369508 -0.002118 -vn 0.952992 -0.302995 0.001109 -vn 0.949512 -0.313672 0.006074 -vn 0.957627 -0.287965 0.005194 -vn 0.600130 -0.799902 0.001283 -vn 0.551591 -0.834099 0.005211 -vn 0.475202 -0.879871 0.003284 -vn 0.507957 -0.861379 0.002422 -vn 0.323837 -0.946098 0.005312 -vn 0.385084 -0.922878 0.002556 -vn 0.392137 -0.919899 0.003755 -vn 0.411331 -0.911477 0.004168 -vn 0.167153 -0.985911 0.006195 -vn 0.211186 -0.977442 0.002756 -vn 0.279580 -0.960121 0.001777 -vn 0.333142 -0.942877 0.000362 -vn -0.451148 -0.892423 0.006874 -vn -0.448113 -0.893977 0.000631 -vn -0.479910 -0.877286 0.007411 -vn -0.505443 -0.862859 0.001232 -vn -0.543141 -0.839637 0.002895 -vn -0.602316 -0.798244 0.004644 -vn -0.567086 -0.823653 0.002943 -vn -0.696544 -0.717495 0.005301 -vn -0.653778 -0.756685 0.001411 -vn -0.733698 -0.679472 0.002141 -vn -0.691935 -0.721959 0.000411 -vn -0.998071 -0.061937 0.004255 -vn -0.993902 -0.110177 0.004465 -vn -0.999999 0.000000 0.001119 -vn -0.997979 0.063373 0.004703 -vn -0.999099 0.042429 0.000859 -vn -0.983045 0.183310 0.004548 -vn -0.990287 0.138992 0.003513 -vn -0.931901 0.362704 0.002548 -vn -0.935906 0.352219 0.004781 -vn -0.956139 0.292912 0.001112 -vn -0.969154 0.246455 0.001233 -vn -0.507100 0.861879 0.003710 -vn -0.543766 0.839222 0.005063 -vn -0.289257 0.957243 0.003925 -vn -0.318848 0.947797 0.004080 -vn -0.345161 0.938535 0.004031 -vn -0.355497 0.934675 0.002116 -vn -0.443228 0.896400 0.004023 -vn -0.446136 0.894962 0.002465 -vn -0.210518 0.977583 0.003756 -vn -0.211382 0.977400 0.002805 -vn -0.163081 0.986610 -0.002185 -vn -0.109689 0.993966 0.000003 -vn 0.385104 0.922869 0.002617 -vn 0.392132 0.919901 0.003756 -vn 0.411329 0.911478 0.004033 -vn 0.477454 0.878657 0.000629 -vn 0.552285 0.833648 0.003670 -vn 0.506466 0.862241 0.005691 -vn 0.644625 0.764488 0.004115 -vn 0.600186 0.799859 0.001439 -vn 0.696224 0.717823 0.001308 -vn 0.684642 0.728866 0.004526 -vn 0.823797 0.566885 0.000000 -vn 0.784135 0.620587 -0.002080 -vn 0.780856 0.624710 0.000854 -vn 0.781245 0.624190 0.006480 -vn 0.733281 0.679925 0.000686 -vn 0.749090 0.662460 0.003172 -vn 0.706204 0.707981 0.006190 -vn 0.997638 0.068668 0.002010 -vn 0.999999 0.000000 0.001725 -vn -0.968464 0.249155 0.000420 -vn -0.968331 0.249670 0.000000 -vn -0.988074 0.153920 -0.004199 -vn -0.709626 -0.704578 0.000738 -vn -0.710414 -0.703784 0.000000 -vn -0.638237 -0.769827 -0.004594 -vn 0.241286 -0.970454 0.000400 -vn 0.240581 -0.970629 0.000000 -vn 0.333617 -0.942695 -0.005028 -vn 0.956856 -0.290562 0.000006 -vn 0.956868 -0.290522 0.000000 -vn 0.980187 -0.197998 -0.005508 -vn 0.739688 0.672950 0.000002 -vn 0.739622 0.673023 0.000000 -vn 0.674167 0.738555 -0.006044 -vn -0.182938 0.983123 0.001636 -vn -0.186974 0.982364 0.001144 -vn -0.231851 0.972748 0.002633 -vn -0.131337 0.991328 0.004492 -vn -0.072154 0.997365 0.007505 -vn -0.096715 0.995310 0.002196 -vn -0.199177 0.979964 0.000000 -vn -0.284541 0.958641 -0.006599 -vn 0.126129 0.991995 0.006194 -vn 0.057545 0.998236 -0.014641 -vn 0.042490 0.999090 -0.003822 -vn -0.042444 0.999087 0.004915 -vn 0.348257 0.937382 -0.005643 -vn 0.257878 0.966178 0.000000 -vn 0.257844 0.966187 0.000009 -vn 0.239905 0.970783 0.005142 -vn 0.309363 0.950944 0.000495 -vn 0.214191 0.976683 0.014586 -vn 0.190279 0.981354 0.027188 -vn 0.218385 0.975862 -0.001526 -vn 0.808061 0.589087 0.003682 -vn 0.774364 0.632738 0.001845 -vn 0.829579 0.558345 0.007029 -vn 0.707647 0.706565 0.001295 -vn 0.780859 0.624393 0.019811 -vn 0.759519 0.650451 0.006679 -vn 0.910173 0.414167 0.007132 -vn 0.883409 0.468409 -0.013472 -vn 0.873008 0.487691 -0.003754 -vn 0.865515 0.500672 -0.014561 -vn 0.982869 0.184202 -0.006188 -vn 0.961904 0.273389 0.000000 -vn 0.961882 0.273464 0.000004 -vn 0.972847 0.231446 0.001520 -vn 0.957798 0.287432 0.002472 -vn 0.951051 0.308933 0.007914 -vn 0.938257 0.345084 0.024316 -vn 0.944463 0.328607 0.002665 -vn 0.911475 -0.411305 0.006496 -vn 0.923057 -0.384636 0.004614 -vn 0.945798 -0.324728 -0.004345 -vn 0.923289 -0.384032 0.007545 -vn 0.971649 -0.236427 0.000002 -vn 0.933817 -0.356546 0.029329 -vn 0.665546 -0.746326 -0.006748 -vn 0.727499 -0.686108 0.000000 -vn 0.727571 -0.686032 0.000001 -vn 0.706883 -0.707324 0.003086 -vn 0.733341 -0.679861 0.000496 -vn 0.746426 -0.665462 0.002919 -vn 0.761775 -0.647839 0.002060 -vn 0.776648 -0.629897 0.006961 -vn 0.806193 -0.591651 0.001314 -vn 0.829667 -0.558218 0.006709 -vn 0.872197 -0.489154 -0.001096 -vn 0.188604 -0.981733 0.025071 -vn 0.195546 -0.980471 0.020960 -vn 0.300677 -0.953726 -0.001008 -vn 0.219724 -0.975527 -0.008332 -vn 0.130099 -0.991470 0.007823 -vn 0.112599 -0.993640 0.000472 -vn -0.209209 -0.977871 0.000004 -vn -0.204803 -0.978803 0.000078 -vn -0.219048 -0.975696 0.005951 -vn -0.178109 -0.984007 0.002724 -vn -0.151349 -0.988434 0.009544 -vn -0.126081 -0.992001 0.006176 -vn -0.042533 -0.999083 0.004860 -vn -0.025743 -0.999658 -0.004622 -vn 0.039192 -0.999225 0.003530 -vn -0.390036 -0.920790 -0.004276 -vn -0.298638 -0.954367 0.000000 -vn -0.298580 -0.954385 0.000036 -vn -0.363807 -0.931471 -0.002390 -vn -0.301194 -0.953469 -0.013364 -vn -0.722139 -0.691747 -0.001057 -vn -0.662032 -0.749473 -0.001931 -vn -0.715016 -0.698990 -0.012829 -vn -0.830022 -0.557698 0.006096 -vn -0.808062 -0.589087 0.003491 -vn -0.774671 -0.632328 0.006790 -vn -0.794269 -0.607563 0.001768 -vn -0.943219 -0.332171 0.000000 -vn -0.938883 -0.344237 0.000344 -vn -0.944252 -0.329128 0.007883 -vn -0.928372 -0.371633 0.003856 -vn -0.909310 -0.416112 0.002377 -vn -0.875539 -0.483143 0.002114 -vn -0.877182 -0.480156 -0.001247 -vn -0.990600 -0.136714 -0.004681 -vn -0.972632 -0.232349 0.000000 -vn -0.972625 -0.232380 0.000022 -vn -0.967645 -0.252120 0.009891 -vn -0.985885 -0.167418 -0.001685 -vn -0.969787 -0.243719 -0.010645 -vn -0.946202 0.323537 0.005111 -vn -0.969851 0.243393 -0.012166 -vn -0.983188 0.182581 -0.002382 -vn -0.859500 0.511102 -0.005887 -vn -0.893359 0.449337 0.002330 -vn -0.911524 0.411206 0.005794 -vn -0.923133 0.384402 0.007741 -vn -0.933287 0.359128 0.001836 -vn -0.776670 0.629869 0.007000 -vn -0.786380 0.617743 0.000470 -vn -0.827374 0.561579 -0.009000 -vn -0.830131 0.557566 0.001654 -vn -0.873002 0.487692 0.004918 -vn -0.625360 0.780320 -0.005140 -vn -0.697740 0.716351 0.000000 -vn -0.697748 0.716344 0.000005 -vn -0.710347 0.703819 0.006789 -vn -0.652646 0.757663 -0.000566 -vn -0.726346 0.687120 0.016967 -vn -0.742743 0.668853 0.031126 -vn -0.715302 0.698785 -0.006595 -vn -0.996397 -0.084806 0.000346 -vn -0.999975 0.000000 -0.007082 -vn -0.594635 -0.803995 0.000345 -vn -0.524294 -0.851508 -0.007082 -vn -0.524303 -0.851529 0.002008 -vn -0.450204 -0.892926 0.000346 -vn 0.372853 -0.927890 0.000348 -vn 0.450193 -0.892903 -0.007081 -vn 0.450202 -0.892924 0.002008 -vn 0.524308 -0.851529 0.000347 -vn 0.594622 -0.803974 -0.007083 -vn 0.594631 -0.803996 0.002010 -vn 0.660670 -0.750676 0.000344 -vn 0.985617 -0.168996 0.000346 -vn 0.996372 -0.084809 -0.007082 -vn 0.996396 -0.084803 0.002008 -vn 1.000000 0.000000 0.000346 -vn 0.996372 0.084809 -0.007082 -vn 0.996396 0.084804 0.002008 -vn 0.985617 0.168996 0.000346 -vn 0.660668 0.750678 0.000345 -vn 0.594623 0.803973 -0.007082 -vn 0.594635 0.803994 0.002010 -vn 0.524310 0.851527 0.000348 -vn 0.450192 0.892904 -0.007081 -vn 0.450198 0.892927 0.002010 -vn 0.372849 0.927892 0.000346 -vn -0.292820 0.956167 0.000344 -vn -0.372846 0.927866 -0.007082 -vn -0.372855 0.927887 0.002011 -vn -0.450203 0.892926 0.000347 -vn -0.524295 0.851507 -0.007083 -vn -0.524306 0.851527 0.002010 -vn -0.594633 0.803998 0.000345 -vn -0.996398 0.084804 0.000346 -vn -0.999998 0.000000 0.002009 -vn 0.981194 -0.192709 -0.011003 -vn 0.979571 -0.201079 -0.002847 -vn 0.986863 -0.161277 0.009585 -vn 0.980800 -0.194638 0.012122 -vn 0.987822 -0.155559 -0.003018 -vn 0.980600 -0.195900 0.006916 -vn 0.981646 -0.189415 0.022205 -vn 0.992173 -0.122888 0.022170 -vn 0.993142 -0.116718 0.006834 -vn 0.992671 -0.120809 0.003046 -vn 0.993659 -0.111075 0.017432 -vn 0.993449 -0.110283 0.029946 -vn 0.997401 -0.072031 0.001636 -vn -0.005010 0.004798 0.999976 -vn 0.005272 -0.004670 0.999975 -vn -0.005385 0.004350 0.999976 -vn -0.005746 0.003878 0.999976 -vn -0.006047 0.003378 0.999976 -vn 0.006238 -0.003272 0.999975 -vn -0.006310 0.002854 0.999976 -vn -0.006538 0.002309 0.999976 -vn 0.006676 -0.002228 0.999975 -vn -0.006841 0.001172 0.999976 -vn 0.006942 -0.001127 0.999975 -vn -0.006921 0.000588 0.999976 -vn -0.006955 -0.000001 0.999976 -vn -0.006940 -0.000592 0.999976 -vn 0.006910 0.001124 0.999976 -vn -0.006770 -0.001763 0.999976 -vn -0.006609 -0.002336 0.999976 -vn 0.006617 0.002209 0.999976 -vn -0.006407 -0.002896 0.999975 -vn 0.006137 0.003223 0.999976 -vn -0.005863 -0.003964 0.999975 -vn 0.005504 0.004138 0.999976 -vn -0.005004 -0.004800 0.999976 -vn 0.005013 -0.004798 0.999976 -vn -0.005274 0.004670 0.999975 -vn 0.005388 -0.004350 0.999976 -vn 0.005746 -0.003878 0.999976 -vn -0.005951 0.003764 0.999975 -vn 0.006047 -0.003378 0.999976 -vn 0.006315 -0.002854 0.999976 -vn -0.006479 0.002759 0.999975 -vn 0.006709 -0.001747 0.999976 -vn 0.006841 -0.001172 0.999976 -vn -0.006942 0.001127 0.999975 -vn 0.006921 -0.000588 0.999976 -vn 0.006955 0.000001 0.999976 -vn -0.007024 -0.000001 0.999975 -vn 0.006940 0.000592 0.999976 -vn -0.006910 -0.001124 0.999976 -vn 0.006770 0.001763 0.999976 -vn -0.006618 -0.002209 0.999976 -vn 0.006407 0.002896 0.999975 -vn 0.006155 0.003440 0.999975 -vn 0.005863 0.003964 0.999975 -vn -0.005843 -0.003695 0.999976 -vn 0.005535 0.004465 0.999975 -vn 0.005008 0.004800 0.999976 -vn 0.004880 0.005080 0.999975 -vn -0.004114 -0.005570 0.999976 -vn 0.004004 0.005797 0.999975 -vn -0.003121 -0.006187 0.999976 -vn 0.003017 0.006362 0.999975 -vn -0.002584 -0.006432 0.999976 -vn -0.002028 -0.006631 0.999976 -vn 0.001957 0.006761 0.999975 -vn -0.001462 -0.006783 0.999976 -vn -0.000879 -0.006888 0.999976 -vn -0.000294 -0.006945 0.999976 -vn 0.000282 0.007019 0.999975 -vn 0.000292 -0.006954 0.999976 -vn -0.000842 0.006956 0.999976 -vn 0.001470 -0.006828 0.999976 -vn -0.001943 0.006705 0.999976 -vn 0.003167 -0.006286 0.999975 -vn -0.002978 0.006274 0.999976 -vn 0.003701 -0.006015 0.999975 -vn 0.004219 -0.005701 0.999975 -vn 0.004708 -0.005345 0.999975 -vn -0.004350 0.005324 0.999976 -vn -0.004879 -0.005081 0.999975 -vn 0.004118 0.005569 0.999976 -vn -0.004001 -0.005797 0.999975 -vn 0.003633 0.005900 0.999976 -vn 0.003119 0.006188 0.999976 -vn -0.003019 -0.006362 0.999975 -vn 0.002586 0.006432 0.999976 -vn 0.002028 0.006631 0.999976 -vn 0.001463 0.006783 0.999976 -vn -0.001407 -0.006893 0.999975 -vn 0.000882 0.006888 0.999976 -vn 0.000295 0.006945 0.999976 -vn -0.000282 -0.007019 0.999975 -vn -0.000886 0.006915 0.999976 -vn -0.001473 0.006828 0.999976 -vn 0.001400 -0.006854 0.999976 -vn -0.002619 0.006513 0.999975 -vn 0.002470 -0.006511 0.999976 -vn -0.003166 0.006286 0.999975 -vn 0.002978 -0.006275 0.999976 -vn -0.003701 0.006015 0.999975 -vn -0.004211 0.005701 0.999975 -vn 0.003915 -0.005678 0.999976 -vn -0.004700 0.005345 0.999975 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000366 -0.000086 -1.000000 -vn 0.005482 -0.002657 -0.999981 -vn -0.000001 -0.003292 -0.999995 -vn -0.001394 -0.000682 -0.999999 -vn -0.003978 0.000542 -0.999992 -vn -0.002253 0.004595 -0.999987 -vn -0.000299 0.000168 -1.000000 -vn -0.005491 0.002657 -0.999981 -vn 0.000001 0.003293 -0.999995 -vn 0.003947 0.000713 -0.999992 -vn 0.000543 -0.003985 -0.999992 -vn 0.000340 0.000435 -1.000000 -vn -0.000035 -0.000287 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001445 -0.001280 -0.999998 -vn 0.001182 -0.001319 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001558 -0.000360 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001851 -0.000945 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.003533 0.001898 -0.999992 -vn 0.001743 -0.003624 -0.999992 -vn 0.000063 -0.000318 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000146 0.000263 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.001905 -0.000184 -0.999998 -vn 0.000137 -0.000250 -1.000000 -vn 0.002783 -0.002909 -0.999992 -vn 0.002778 0.002898 -0.999992 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001131 0.000273 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001234 0.001469 -0.999998 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.001740 0.003613 -0.999992 -vn 0.003541 -0.001908 -0.999992 -vn 0.000054 0.000271 -1.000000 -vn 0.001470 0.001471 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000040 0.000332 -1.000000 -vn -0.000003 0.000001 -1.000000 -vn 0.001802 0.000918 -0.999998 -vn 0.000545 0.003975 -0.999992 -vn 0.003950 -0.000721 -0.999992 -vn 0.000306 -0.000143 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000151 0.000327 -1.000000 -vn -0.000715 0.003948 -0.999992 -vn 0.003986 0.000537 -0.999992 -vn 0.000983 0.003006 -0.999995 -vn 0.005481 0.001047 -0.999985 -vn 0.000707 0.000136 -1.000000 -vn 0.001209 0.002374 -0.999997 -vn -0.000221 0.000242 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000299 0.001890 -0.999998 -vn 0.000145 0.003741 -0.999993 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.001876 0.001625 -0.999997 -vn 0.000195 0.000206 -1.000000 -vn 0.005511 0.002666 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn -0.000299 0.001881 -0.999998 -vn 0.000000 0.000001 -1.000000 -vn 0.000127 0.000323 -1.000000 -vn -0.005478 0.001047 -0.999985 -vn -0.000684 0.000137 -1.000000 -vn -0.001208 0.002374 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000006 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.003948 -0.000713 -0.999992 -vn -0.000540 0.003986 -0.999992 -vn -0.000266 -0.000120 -1.000000 -vn 0.000038 0.000327 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001350 0.001197 -0.999998 -vn 0.000026 0.000001 -1.000000 -vn -0.001788 0.000805 -0.999998 -vn -0.000412 -0.001041 -0.999999 -vn -0.003538 -0.001898 -0.999992 -vn -0.001742 0.003618 -0.999992 -vn 0.000000 0.000001 -1.000000 -vn -0.010925 0.001735 -0.999939 -vn -0.023542 -0.006626 -0.999701 -vn -0.010067 -0.002122 -0.999947 -vn 0.000000 0.000000 -1.000000 -vn -0.008179 -0.000698 -0.999966 -vn -0.002775 -0.002897 -0.999992 -vn -0.002781 0.002909 -0.999992 -vn -0.000355 0.000652 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001742 -0.003609 -0.999992 -vn -0.003542 0.001908 -0.999992 -vn -0.000235 -0.001091 -0.999999 -vn -0.001751 -0.000998 -0.999998 -vn -0.000546 -0.003975 -0.999992 -vn -0.003953 0.000721 -0.999992 -vn 0.000042 -0.000346 -1.000000 -vn 0.004616 -0.003023 -0.999985 -vn -0.004292 -0.000579 -0.999991 -vn -0.001338 0.000656 -0.999999 -vn -0.001082 -0.002473 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000697 -0.000136 -1.000000 -vn -0.000981 -0.003006 -0.999995 -vn -0.005479 -0.001047 -0.999985 -vn -0.000700 -0.001161 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000290 -0.000163 -1.000000 -vn -0.000183 -0.001866 -0.999998 -vn 0.005163 -0.004434 -0.999977 -vn 0.000222 -0.000242 -1.000000 -vn -0.001879 -0.001625 -0.999997 -vn -0.000191 -0.000200 -1.000000 -vn 0.000233 -0.002362 -0.999997 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.005462 -0.001047 -0.999985 -vn 0.000682 -0.000137 -1.000000 -vn 0.001209 -0.002374 -0.999997 -vn 0.003966 -0.000542 -0.999992 -vn -0.000716 -0.003956 -0.999992 -vn -0.000155 -0.000333 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000007 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000041 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000012 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000016 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000008 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000027 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000019 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000037 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000011 0.000000 -1.000000 -vn 0.000116 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000114 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000014 0.000000 -1.000000 -vn 0.000076 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000333 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000045 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000034 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000089 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn -0.000086 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.947805 0.318833 0.003458 -vn 0.954158 0.299198 0.007898 -vn 0.958728 0.284276 0.005302 -vn 0.976646 0.214642 0.009592 -vn 0.991462 0.130339 0.003952 -vn 0.999095 0.041634 0.008723 -vn 0.997456 0.071283 0.000754 -vn 0.992219 -0.124318 0.006785 -vn 0.998159 -0.060421 0.005198 -vn 0.957537 -0.288162 0.009218 -vn 0.975842 -0.218419 0.005141 -vn 0.892864 -0.450232 0.009221 -vn 0.928486 -0.371346 0.004030 -vn 0.802653 -0.596434 0.003841 -vn 0.858110 -0.513440 0.005141 -vn 0.695338 -0.718656 0.006205 -vn 0.746497 -0.665297 0.011036 -vn 0.761398 -0.648202 0.010310 -vn 0.628142 -0.778087 0.004198 -vn 0.560550 -0.828065 0.009589 -vn 0.499617 -0.866231 0.005204 -vn 0.486023 -0.873910 0.007894 -vn 0.467899 -0.883782 0.000712 -vn -0.697542 0.716540 0.002223 -vn -0.723598 0.690151 -0.009869 -vn -0.741057 0.671441 -0.000767 -vn -0.732949 0.680274 -0.003542 -vn -0.769453 0.638695 0.003294 -vn -0.798328 0.602214 -0.003395 -vn -0.881296 0.472517 -0.006706 -vn -0.856115 0.516679 0.010505 -vn -0.947637 0.319307 -0.005142 -vn -0.922658 0.385602 0.003614 -vn -0.987853 0.155193 -0.007913 -vn -0.974100 0.226093 0.003487 -vn -0.999769 -0.018952 -0.010136 -vn -0.998128 0.060910 0.005472 -vn -0.981133 -0.193100 -0.009520 -vn -0.994422 -0.105247 0.006891 -vn -0.932925 -0.360018 -0.006207 -vn -0.963568 -0.267414 0.005239 -vn -0.860347 -0.509683 -0.005159 -vn -0.894228 -0.447602 0.002914 -vn -0.905395 -0.424565 0.002129 -vn -0.812506 -0.582947 0.002732 -vn -0.811895 -0.583751 -0.007869 -vn -0.771672 -0.636011 0.003512 -vn 0.004744 -0.005891 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.002285 -0.002195 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.001860 0.002283 0.999996 -vn 0.002074 -0.001534 0.999997 -vn 0.002142 -0.001193 0.999997 -vn 0.002226 -0.000887 0.999997 -vn 0.002805 0.000021 0.999996 -vn -0.003384 -0.001377 0.999993 -vn 0.003100 0.000425 0.999995 -vn 0.003988 0.000881 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002335 -0.000597 0.999997 -vn -0.002905 0.000123 0.999996 -vn 0.750010 -0.661418 0.003459 -vn 0.736179 -0.676740 0.007899 -vn 0.725560 -0.688139 0.005306 -vn 0.674198 -0.738489 0.009593 -vn 0.608616 -0.793455 0.003956 -vn 0.535613 -0.844419 0.008729 -vn 0.560451 -0.828187 0.000758 -vn 0.388461 -0.921440 0.006791 -vn 0.446740 -0.894649 0.005197 -vn 0.229211 -0.973333 0.009222 -vn 0.298765 -0.954313 0.005135 -vn 0.056500 -0.998360 0.009220 -vn 0.142651 -0.989765 0.004029 -vn -0.115207 -0.993334 0.003839 -vn -0.015589 -0.999865 0.005138 -vn -0.274707 -0.961508 0.006205 -vn -0.202908 -0.979136 0.011038 -vn -0.180654 -0.983493 0.010309 -vn -0.359785 -0.933026 0.004196 -vn -0.436849 -0.899484 0.009594 -vn -0.422308 -0.906452 -0.000515 -vn -0.513804 -0.857871 0.007900 -vn -0.531419 -0.847108 0.001451 -vn 0.271775 0.962360 0.001296 -vn 0.232517 0.972533 -0.010787 -vn 0.218227 0.975888 0.004332 -vn 0.142278 0.989779 -0.009739 -vn 0.161519 0.986790 0.012578 -vn -0.031439 0.999483 -0.006710 -vn 0.019404 0.999757 0.010495 -vn -0.197288 0.980332 -0.005141 -vn -0.127406 0.991844 0.003615 -vn -0.359525 0.933102 -0.007909 -vn -0.291234 0.956646 0.003493 -vn -0.516305 0.856345 -0.010135 -vn -0.446333 0.894850 0.005471 -vn -0.657802 0.753131 -0.009519 -vn -0.588339 0.808585 0.006894 -vn -0.778249 0.627926 -0.006207 -vn -0.713375 0.700763 0.005238 -vn -0.840471 0.541845 -0.003557 -vn -0.820374 0.571824 0.002129 -vn -0.911559 0.411095 -0.007849 -vn -0.936667 0.350204 0.003506 -vn -0.910822 0.412792 0.002535 -vn -0.901588 0.432553 0.006043 -vn 0.000347 -0.002372 0.999997 -vn 0.000038 -0.002452 0.999997 -vn 0.000256 0.002835 0.999996 -vn 0.000000 0.000000 1.000000 -vn 0.015834 -0.017299 0.999725 -vn 0.002002 -0.002579 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.000331 -0.002906 0.999996 -vn 0.001213 0.002800 0.999995 -vn -0.001911 -0.005017 0.999986 -vn 0.000000 0.000000 1.000000 -vn -0.001051 -0.004255 0.999990 -vn 0.001415 -0.002418 0.999996 -vn -0.002250 0.002332 0.999995 -vn -0.197795 -0.980237 0.003450 -vn -0.215716 -0.976431 0.007011 -vn -0.239053 -0.970948 0.010650 -vn -0.225142 -0.974317 0.004066 -vn -0.382851 -0.923802 0.003946 -vn -0.463485 -0.886062 0.008726 -vn -0.603768 -0.797131 0.006786 -vn -0.551431 -0.834204 0.005196 -vn -0.524282 -0.851525 0.005766 -vn -0.677071 -0.735900 0.005141 -vn -0.728333 -0.685162 0.009218 -vn -0.743860 -0.668331 0.002489 -vn -0.836359 -0.548105 0.009219 -vn -0.823591 -0.567185 0.000082 -vn -0.917860 -0.396886 0.003843 -vn -0.889636 -0.456648 0.004582 -vn -0.970044 -0.242850 0.006207 -vn -0.949408 -0.313851 0.011033 -vn -0.994542 -0.103897 0.009573 -vn -0.987917 -0.154930 0.004189 -vn -0.999932 0.011653 0.000000 -vn -0.999442 0.032632 0.007142 -vn -0.999963 0.002072 0.008416 -vn 0.969319 0.245797 0.002226 -vn 0.958497 0.284898 -0.010789 -vn 0.954264 0.298934 0.004340 -vn 0.929784 0.367977 -0.009713 -vn 0.802618 0.596482 -0.003549 -vn 0.795805 0.605551 0.001497 -vn 0.810476 0.585768 0.001929 -vn 0.822454 0.568819 -0.003852 -vn 0.896627 0.442755 0.005324 -vn 0.628316 0.777918 -0.007911 -vn 0.682868 0.730534 0.003493 -vn 0.483452 0.875312 -0.010135 -vn 0.551810 0.833952 0.005472 -vn 0.323333 0.946237 -0.009519 -vn 0.406075 0.913814 0.006891 -vn 0.154679 0.987945 -0.006205 -vn 0.250195 0.968181 0.005242 -vn -0.011227 0.999924 -0.005157 -vn 0.059472 0.998226 0.002926 -vn 0.085022 0.996377 0.002136 -vn -0.098604 0.995123 0.002737 -vn -0.099598 0.994997 -0.007874 -vn -0.164898 0.986306 0.002899 -vn -0.007474 -0.001167 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.003042 -0.000880 0.999995 -vn 0.000006 0.000000 1.000000 -vn -0.001315 -0.003239 0.999994 -vn -0.000599 0.004073 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002908 0.000469 0.999996 -vn -0.002365 -0.001029 0.999997 -vn -0.002104 -0.001259 0.999997 -vn -0.001885 -0.001485 0.999997 -vn -0.001376 -0.002439 0.999996 -vn 0.000492 0.003621 0.999993 -vn 0.001560 0.002454 0.999996 -vn -0.947815 -0.318807 0.003076 -vn -0.954160 -0.299192 0.007897 -vn -0.958724 -0.284288 0.005288 -vn -0.976646 -0.214642 0.009591 -vn -0.999094 -0.041643 0.008724 -vn -0.991462 -0.130339 0.003952 -vn -0.996602 0.082224 0.004860 -vn -0.999584 0.028277 0.005771 -vn -0.953583 0.300987 0.009273 -vn -0.975954 0.217887 0.006326 -vn -0.982494 0.186123 0.008034 -vn -0.892854 0.450252 0.009218 -vn -0.928492 0.371330 0.004028 -vn -0.802647 0.596442 0.003840 -vn -0.858112 0.513438 0.005138 -vn -0.695340 0.718654 0.006206 -vn -0.746507 0.665286 0.011040 -vn -0.761398 0.648203 0.010309 -vn -0.628134 0.778094 0.004199 -vn -0.560554 0.828062 0.009592 -vn -0.499556 0.866266 0.005256 -vn -0.486026 0.873909 0.007897 -vn -0.467898 0.883781 0.001455 -vn 0.699668 -0.714448 -0.005369 -vn 0.728731 -0.684800 0.000000 -vn 0.723936 -0.689849 -0.004965 -vn 0.739887 -0.672724 -0.003223 -vn 0.769453 -0.638694 0.003297 -vn 0.798327 -0.602215 -0.003391 -vn 0.881295 -0.472519 -0.006707 -vn 0.856104 -0.516696 0.010512 -vn 0.947637 -0.319307 -0.005143 -vn 0.922672 -0.385569 0.003617 -vn 0.987853 -0.155193 -0.007909 -vn 0.974097 -0.226105 0.003491 -vn 0.999947 -0.003364 -0.009700 -vn 0.998128 -0.060910 0.005471 -vn 0.932925 0.360017 -0.006213 -vn 0.963575 0.267387 0.005241 -vn 0.975881 0.218270 -0.003866 -vn 0.993934 0.109926 0.003386 -vn 0.825492 0.564366 0.007375 -vn 0.894229 0.447601 0.002919 -vn 0.860347 0.509683 -0.005161 -vn 0.905395 0.424565 0.002127 -vn 0.811895 0.583751 -0.007871 -vn 0.771762 0.635908 0.002352 -vn -0.003689 -0.000506 0.999993 -vn -0.002805 -0.000021 0.999996 -vn 0.003384 0.001377 0.999993 -vn -0.003388 0.004163 0.999986 -vn -0.000008 0.000000 1.000000 -vn -0.003154 0.003038 0.999990 -vn 0.003145 0.000780 0.999995 -vn -0.002335 0.000597 0.999997 -vn -0.002224 0.000887 0.999997 -vn 0.002509 -0.001279 0.999996 -vn -0.002140 0.001193 0.999997 -vn -0.002351 0.001739 0.999996 -vn 0.001822 -0.002450 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.013921 -0.004867 0.999891 -vn -0.749998 0.661434 0.002912 -vn -0.736192 0.676727 0.007897 -vn -0.725565 0.688134 0.005283 -vn -0.674210 0.738477 0.009592 -vn -0.608608 0.793461 0.003951 -vn -0.535608 0.844422 0.008726 -vn -0.560450 0.828188 0.000765 -vn -0.388456 0.921442 0.006789 -vn -0.446741 0.894648 0.005197 -vn -0.229212 0.973333 0.009218 -vn -0.298767 0.954312 0.005140 -vn -0.125250 0.992080 0.009483 -vn -0.142652 0.989765 0.004026 -vn 0.274708 0.961508 0.006203 -vn 0.202907 0.979136 0.011040 -vn 0.180653 0.983493 0.010308 -vn 0.113557 0.993531 0.000124 -vn 0.019530 0.999745 0.011364 -vn 0.359787 0.933025 0.004193 -vn 0.436858 0.899479 0.009592 -vn 0.422307 0.906453 -0.000512 -vn 0.513818 0.857863 0.007899 -vn 0.531403 0.847119 0.000727 -vn -0.271773 -0.962359 0.002225 -vn -0.232509 -0.972534 -0.010787 -vn -0.218250 -0.975883 0.004341 -vn -0.187159 -0.982284 -0.009466 -vn -0.060121 -0.998191 -0.000228 -vn -0.026940 -0.999636 0.001484 -vn 0.038688 -0.999251 -0.001258 -vn 0.197289 -0.980332 -0.005141 -vn 0.127401 -0.991845 0.003619 -vn 0.359529 -0.933100 -0.007914 -vn 0.291233 -0.956646 0.003494 -vn 0.516305 -0.856345 -0.010135 -vn 0.446328 -0.894853 0.005472 -vn 0.657797 -0.753135 -0.009521 -vn 0.588345 -0.808581 0.006892 -vn 0.778246 -0.627929 -0.006211 -vn 0.713372 -0.700766 0.005242 -vn 0.840463 -0.541857 -0.003561 -vn 0.820380 -0.571815 0.002128 -vn 0.911566 -0.411078 -0.007851 -vn 0.936648 -0.350259 0.003173 -vn 0.910824 -0.412788 0.002540 -vn 0.901588 -0.432553 0.006044 -vn 0.000000 0.000000 1.000000 -vn -0.004341 -0.009170 0.999949 -vn -0.001048 -0.002752 0.999996 -vn 0.002726 0.007059 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000760 0.003075 0.999995 -vn -0.000651 0.002321 0.999997 -vn -0.000345 0.002372 0.999997 -vn -0.005639 0.006017 0.999966 -vn -0.002360 0.003039 0.999993 -vn 0.000000 0.000000 1.000000 -vn 0.004330 -0.001739 0.999989 -vn -0.001002 0.002371 0.999997 -vn 0.002250 -0.002332 0.999995 -vn 0.000291 0.002562 0.999997 -vn -0.000038 0.002452 0.999997 -vn 0.197796 0.980242 0.001426 -vn 0.215716 0.976431 0.007005 -vn 0.239001 0.970962 0.010602 -vn 0.225139 0.974318 0.004061 -vn 0.382848 0.923803 0.003947 -vn 0.463487 0.886061 0.008724 -vn 0.436999 0.899462 0.000751 -vn 0.603762 0.797136 0.006786 -vn 0.551425 0.834209 0.005197 -vn 0.728325 0.685170 0.009218 -vn 0.677074 0.735897 0.005134 -vn 0.836351 0.548117 0.009221 -vn 0.785837 0.618421 0.004032 -vn 0.917855 0.396897 0.003844 -vn 0.873702 0.486435 0.005140 -vn 0.970043 0.242855 0.006206 -vn 0.949409 0.313850 0.011033 -vn 0.942059 0.335289 0.010311 -vn 0.987918 0.154918 0.004194 -vn 0.997400 0.071420 0.009590 -vn 0.999986 -0.000488 0.005259 -vn 0.999840 -0.016038 0.007896 -vn 0.999327 -0.036659 0.001457 -vn -0.969322 -0.245792 0.001290 -vn -0.958497 -0.284897 -0.010786 -vn -0.954256 -0.298958 0.004331 -vn -0.929781 -0.367984 -0.009712 -vn -0.935340 -0.353527 0.012573 -vn -0.890936 -0.454079 -0.006703 -vn -0.875596 -0.482958 0.009124 -vn -0.750345 -0.661026 -0.005144 -vn -0.795259 -0.606259 0.003616 -vn -0.654152 -0.756333 -0.006742 -vn -0.682866 -0.730535 0.003490 -vn -0.323331 -0.946238 -0.009521 -vn -0.406082 -0.913811 0.006891 -vn -0.472839 -0.881145 -0.002651 -vn -0.487062 -0.873353 0.005044 -vn -0.544434 -0.838799 -0.002858 -vn -0.154681 -0.987945 -0.006212 -vn -0.250193 -0.968182 0.005236 -vn 0.011225 -0.999924 -0.005161 -vn -0.059472 -0.998226 0.002923 -vn -0.085019 -0.996377 0.002138 -vn 0.098606 -0.995123 0.002734 -vn 0.099597 -0.994997 -0.007873 -vn 0.164895 -0.986308 0.002360 -vn 0.005302 0.000854 0.999986 -vn 0.000000 0.000000 1.000000 -vn 0.004209 0.001217 0.999990 -vn 0.000030 -0.004320 0.999991 -vn 0.000625 -0.004392 0.999990 -vn 0.001460 0.003581 0.999993 -vn -0.000008 0.000000 1.000000 -vn 0.002665 0.011416 0.999931 -vn 0.001379 0.002439 0.999996 -vn -0.001560 -0.002455 0.999996 -vn 0.001684 0.001724 0.999997 -vn 0.002104 0.001259 0.999997 -vn -0.002880 -0.000862 0.999996 -vn 0.002682 0.001167 0.999996 -vn -0.478858 -0.614298 0.627162 -vn -0.467933 -0.628017 0.621799 -vn -0.461740 -0.626896 0.627533 -vn -0.431128 -0.653763 0.621871 -vn -0.777712 -0.000001 0.628621 -vn -0.781902 -0.041707 0.622005 -vn -0.776913 -0.049793 0.627636 -vn -0.782465 -0.060309 0.619767 -vn -0.768390 -0.125079 0.627640 -vn -0.771546 -0.135516 0.621573 -vn -0.761756 -0.156232 0.628744 -vn -0.764722 -0.176278 0.619779 -vn -0.752488 -0.200218 0.627435 -vn -0.755039 -0.208337 0.621701 -vn -0.746669 -0.221176 0.627349 -vn -0.749213 -0.234076 0.619587 -vn -0.731853 -0.278516 0.621949 -vn -0.721453 -0.293504 0.627185 -vn -0.723293 -0.300352 0.621801 -vn -0.702858 -0.333636 0.628234 -vn -0.691105 -0.367986 0.622061 -vn -0.673858 -0.389677 0.627748 -vn -0.676556 -0.396226 0.620707 -vn -0.651896 -0.432815 0.622659 -vn -0.639170 -0.446387 0.626259 -vn -0.640702 -0.449284 0.622611 -vn -0.591698 -0.508005 0.625959 -vn -0.594299 -0.508558 0.623038 -vn -0.562122 -0.539320 0.627019 -vn -0.569144 -0.538353 0.621491 -vn -0.540979 -0.564288 0.623635 -vn -0.526249 -0.578749 0.622986 -vn -0.398239 -0.672071 0.624280 -vn -0.405977 -0.667011 0.624723 -vn -0.365200 -0.688666 0.626393 -vn -0.381487 -0.683183 0.622679 -vn -0.328942 -0.705742 0.627475 -vn -0.340145 -0.705522 0.621723 -vn -0.317739 -0.716057 0.621534 -vn -0.304365 -0.715725 0.628569 -vn -0.276557 -0.734762 0.619388 -vn -0.249201 -0.742783 0.621428 -vn -0.236477 -0.741675 0.627692 -vn -0.219785 -0.753789 0.619271 -vn -0.178184 -0.762853 0.621535 -vn -0.163170 -0.761174 0.627686 -vn -0.154707 -0.768338 0.621065 -vn -0.124607 -0.767159 0.629238 -vn -0.080170 -0.779269 0.621541 -vn -0.061205 -0.775674 0.628159 -vn -0.044657 -0.783582 0.619681 -vn -0.005158 -0.783198 0.621751 -vn 0.011394 -0.778810 0.627156 -vn 0.015165 -0.784034 0.620533 -vn 0.086636 -0.774123 0.627079 -vn 0.091565 -0.777598 0.622059 -vn 0.125119 -0.768073 0.628021 -vn 0.132559 -0.772858 0.620580 -vn 0.166421 -0.764737 0.622480 -vn 0.186983 -0.756132 0.627138 -vn 0.190898 -0.760262 0.620935 -vn 0.257041 -0.736089 0.626181 -vn 0.258652 -0.738339 0.622860 -vn 0.329589 -0.706939 0.625786 -vn 0.328036 -0.709817 0.623340 -vn 0.361207 -0.690245 0.626970 -vn 0.357213 -0.697048 0.621710 -vn 0.395701 -0.675534 0.622153 -vn 0.415397 -0.663766 0.621980 -vn 0.416001 -0.657521 0.628179 -vn 0.476586 -0.621698 0.621577 -vn 0.479138 -0.613806 0.627430 -vn 0.506771 -0.597498 0.621433 -vn 0.540386 -0.564528 0.623932 -vn 0.532163 -0.571205 0.624922 -vn 0.558642 -0.543576 0.626454 -vn 0.547716 -0.556969 0.624334 -vn 0.589458 -0.508442 0.627714 -vn 0.752455 0.201308 0.627125 -vn 0.751844 0.219130 0.621863 -vn 0.746866 0.219666 0.627645 -vn 0.736931 0.264549 0.622050 -vn 0.601797 -0.501607 0.621475 -vn 0.603345 -0.490680 0.628655 -vn 0.646756 -0.442197 0.621424 -vn 0.649854 -0.428750 0.627586 -vn 0.662158 -0.421633 0.619493 -vn 0.688195 -0.363903 0.627664 -vn 0.697345 -0.357020 0.621487 -vn 0.702632 -0.332922 0.628865 -vn 0.717455 -0.318010 0.619780 -vn 0.720778 -0.294592 0.627450 -vn 0.727907 -0.289217 0.621695 -vn 0.728494 -0.273868 0.627927 -vn 0.739900 -0.262275 0.619483 -vn 0.751847 -0.219129 0.621859 -vn 0.752439 -0.201140 0.627198 -vn 0.758086 -0.197318 0.621588 -vn 0.768753 -0.126451 0.626920 -vn 0.773139 -0.123563 0.622084 -vn 0.772726 -0.093338 0.627840 -vn 0.779015 -0.088994 0.620658 -vn 0.777919 -0.048046 0.626525 -vn 0.781103 -0.047519 0.622591 -vn 0.779525 -0.000002 0.626371 -vn 0.782299 0.000009 0.622903 -vn 0.778363 0.047322 0.626029 -vn 0.780766 0.046903 0.623060 -vn 0.769816 0.126758 0.625553 -vn 0.772030 0.123193 0.623533 -vn 0.768812 0.147455 0.622242 -vn 0.723505 0.294388 0.624400 -vn 0.726369 0.286702 0.624652 -vn 0.715169 0.318032 0.622406 -vn 0.688514 0.364339 0.627061 -vn 0.696790 0.356936 0.622157 -vn 0.685560 0.379250 0.621431 -vn 0.673016 0.388817 0.629182 -vn 0.649849 0.428748 0.627592 -vn 0.646928 0.442215 0.621233 -vn 0.636666 0.447681 0.627884 -vn 0.628251 0.471191 0.619096 -vn 0.589431 0.508504 0.627690 -vn 0.588272 0.518408 0.620636 -vn 0.560364 0.538230 0.629524 -vn 0.537301 0.563410 0.627595 -vn 0.534013 0.573078 0.621620 -vn 0.514928 0.582785 0.628658 -vn 0.505916 0.599971 0.619745 -vn 0.479133 0.613810 0.627431 -vn 0.476561 0.621566 0.621729 -vn 0.461131 0.627699 0.627178 -vn 0.458729 0.636622 0.619903 -vn 0.398098 0.669496 0.627131 -vn 0.395671 0.675732 0.621957 -vn 0.361425 0.689091 0.628112 -vn 0.357795 0.697776 0.620558 -vn 0.328796 0.710273 0.622420 -vn 0.304768 0.716814 0.627132 -vn 0.303477 0.722859 0.620787 -vn 0.258955 0.738343 0.622729 -vn 0.239599 0.741912 0.626226 -vn 0.239266 0.744940 0.622749 -vn 0.164537 0.762372 0.625873 -vn 0.167006 0.764165 0.623025 -vn 0.125606 0.768824 0.627004 -vn 0.132387 0.772084 0.621578 -vn 0.070351 0.779978 0.621841 -vn 0.062592 0.775541 0.628187 -vn -0.005156 0.783199 0.621750 -vn -0.011139 0.778564 0.627466 -vn -0.047113 0.781865 0.621665 -vn -0.089175 0.776223 0.624120 -vn -0.079138 0.776750 0.624817 -vn -0.120945 0.770030 0.626439 -vn -0.104384 0.775085 0.623175 -vn -0.163437 0.761181 0.627608 -vn -0.721619 0.293391 0.627047 -vn -0.731851 0.278514 0.621952 -vn -0.727796 0.275436 0.628051 -vn -0.178184 0.762850 0.621539 -vn -0.187037 0.754850 0.628664 -vn -0.219784 0.753791 0.619269 -vn -0.249198 0.742783 0.621428 -vn -0.259489 0.734017 0.627602 -vn -0.276557 0.734763 0.619387 -vn -0.317745 0.716058 0.621530 -vn -0.329193 0.705447 0.627675 -vn -0.340753 0.705571 0.621334 -vn -0.361452 0.688248 0.629021 -vn -0.406139 0.669955 0.621459 -vn -0.417395 0.656649 0.628167 -vn -0.434502 0.653693 0.619591 -vn -0.478914 0.614228 0.627189 -vn -0.484737 0.615659 0.621284 -vn -0.536396 0.564933 0.627001 -vn -0.541961 0.565045 0.622095 -vn -0.561561 0.538848 0.627927 -vn -0.569806 0.538663 0.620615 -vn -0.594167 0.509323 0.622540 -vn -0.603811 0.492284 0.626952 -vn -0.608623 0.493499 0.621318 -vn -0.649262 0.431795 0.626109 -vn -0.651440 0.433062 0.622964 -vn -0.689872 0.364143 0.625681 -vn -0.689923 0.367880 0.623435 -vn -0.703314 0.335142 0.626921 -vn -0.703808 0.343344 0.621907 -vn -0.754238 0.202829 0.624488 -vn -0.752426 0.209968 0.624314 -vn -0.763161 0.174389 0.622233 -vn -0.769061 0.125075 0.626818 -vn -0.775603 0.112124 0.621183 -vn -0.771446 0.093634 0.629368 -vn -0.776909 0.049792 0.627641 -vn -0.781971 0.041737 0.621916 -vn -0.787035 0.000000 0.616908 -vn -0.000004 0.000000 1.000000 -vn 0.002168 -0.007260 0.999971 -vn -0.000005 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn -0.001691 -0.007386 0.999971 -vn 0.000002 0.000000 1.000000 -vn -0.000720 -0.007527 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.005086 -0.005612 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.004641 -0.005807 0.999972 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.007328 0.001928 0.999971 -vn -0.000002 0.000000 1.000000 -vn 0.007012 0.002846 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.006898 -0.002784 0.999972 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.007187 -0.002393 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.005098 0.005602 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.006709 0.003224 0.999972 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000006 0.000000 1.000000 -vn -0.001698 0.007383 0.999971 -vn 0.000007 0.000000 1.000000 -vn -0.002628 0.007103 0.999971 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.003901 0.006456 0.999972 -vn -0.000007 0.000000 1.000000 -vn -0.000011 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.589968 -0.673732 0.444998 -vn -0.627194 -0.630127 0.457786 -vn -0.646787 -0.620489 0.443463 -vn -0.654441 -0.601686 0.457908 -vn -0.697778 -0.561688 0.444536 -vn -0.740861 -0.503291 0.444773 -vn -0.738910 -0.494743 0.457430 -vn -0.782598 -0.434218 0.446088 -vn -0.776870 -0.431622 0.458450 -vn -0.815342 -0.367182 0.447655 -vn -0.843907 -0.300120 0.444689 -vn -0.185993 -0.875846 0.445310 -vn -0.239794 -0.856130 0.457756 -vn -0.261771 -0.857198 0.443494 -vn -0.276840 -0.844792 0.457915 -vn -0.335380 -0.830540 0.444662 -vn -0.401403 -0.800565 0.444941 -vn -0.402723 -0.792882 0.457333 -vn -0.471369 -0.760727 0.446213 -vn -0.465440 -0.757176 0.458313 -vn -0.532945 -0.717829 0.447986 -vn 0.265212 -0.855024 0.445642 -vn 0.208453 -0.864315 0.457720 -vn 0.189786 -0.875928 0.443545 -vn 0.171542 -0.872298 0.457898 -vn 0.112064 -0.888597 0.444789 -vn 0.039836 -0.894582 0.445125 -vn 0.036350 -0.888609 0.457224 -vn -0.040412 -0.893963 0.446314 -vn -0.034356 -0.888196 0.458179 -vn -0.115562 -0.886370 0.448324 -vn 0.648803 -0.616567 0.445983 -vn 0.603560 -0.652869 0.457686 -vn 0.593050 -0.671933 0.443618 -vn 0.576225 -0.676994 0.457869 -vn 0.531012 -0.721164 0.444914 -vn 0.470846 -0.761574 0.445319 -vn 0.466187 -0.757450 0.457099 -vn 0.400806 -0.800035 0.446428 -vn 0.405627 -0.791013 0.458002 -vn 0.330955 -0.830144 0.448697 -vn 0.867104 -0.221191 0.446324 -vn 0.845259 -0.275826 0.457665 -vn 0.845496 -0.297090 0.443704 -vn 0.833745 -0.308652 0.457825 -vn 0.815166 -0.370722 0.445050 -vn 0.782269 -0.435384 0.445530 -vn 0.777051 -0.432863 0.456969 -vn 0.740140 -0.502798 0.446527 -vn 0.741469 -0.490531 0.457824 -vn 0.693403 -0.563498 0.449067 -vn 0.816693 0.369574 0.443202 -vn 0.833762 0.308687 0.457771 -vn 0.845493 0.297098 0.443705 -vn 0.845221 0.275820 0.457738 -vn 0.867232 0.225725 0.443798 -vn 0.882925 0.153213 0.443812 -vn 0.878239 0.138430 0.457749 -vn 0.892399 0.073756 0.445179 -vn 0.895159 0.001159 0.445746 -vn 0.889552 0.002312 0.456828 -vn 0.891342 -0.077764 0.446612 -vn 0.886841 -0.063911 0.457633 -vn 0.879905 -0.154138 0.449453 -vn 0.532565 0.720954 0.443396 -vn 0.576216 0.677041 0.457811 -vn 0.593051 0.671934 0.443616 -vn 0.603533 0.652839 0.457765 -vn 0.647085 0.619874 0.443889 -vn 0.695919 0.564469 0.443928 -vn 0.698610 0.550000 0.457650 -vn 0.743123 0.499465 0.445312 -vn 0.780966 0.437260 0.445977 -vn 0.774917 0.436973 0.456682 -vn 0.113146 0.889047 0.443614 -vn 0.171525 0.872331 0.457841 -vn 0.189779 0.875930 0.443544 -vn 0.208435 0.864280 0.457793 -vn 0.262753 0.856646 0.443981 -vn 0.332106 0.832183 0.444047 -vn 0.340710 0.821320 0.457548 -vn 0.405236 0.798350 0.445444 -vn 0.468734 0.762349 0.446221 -vn 0.462413 0.760105 0.456524 -vn -0.334960 0.831137 0.443862 -vn -0.276872 0.844814 0.457856 -vn -0.261779 0.857194 0.443497 -vn -0.239799 0.856095 0.457819 -vn -0.188202 0.875996 0.444084 -vn -0.115989 0.888397 0.444183 -vn -0.104204 0.883127 0.457414 -vn -0.035477 0.894538 0.445583 -vn 0.037748 0.893996 0.446483 -vn 0.031793 0.889232 0.456351 -vn -0.697831 0.561955 0.444117 -vn -0.654480 0.601690 0.457849 -vn -0.646793 0.620483 0.443463 -vn -0.627185 0.630088 0.457851 -vn -0.591347 0.673054 0.444193 -vn -0.534524 0.718933 0.444319 -vn -0.522596 0.719579 0.457275 -vn -0.467149 0.763614 0.445719 -vn -0.402666 0.798918 0.446754 -vn -0.407021 0.791351 0.456177 -vn -0.883194 0.149941 0.444394 -vn -0.865044 0.205144 0.457838 -vn -0.867345 0.225984 0.443446 -vn -0.855005 0.243550 0.457876 -vn -0.844379 0.299359 0.444306 -vn -0.817201 0.366930 0.444461 -vn -0.807623 0.371970 0.457584 -vn -0.780166 0.438823 0.445842 -vn -0.740840 0.501311 0.447039 -vn -0.741998 0.491424 0.456006 -vn -0.823839 -0.333536 0.458304 -vn -0.867345 -0.225992 0.443442 -vn -0.865008 -0.205156 0.457900 -vn -0.883126 -0.150264 0.444420 -vn -0.892307 -0.078156 0.444612 -vn -0.886419 -0.070342 0.457508 -vn -0.895043 0.002618 0.445973 -vn -0.891067 0.076714 0.447341 -vn -0.887620 0.066021 0.455820 -vn -0.807204 0.017750 0.590006 -vn -0.808482 -0.033429 0.587570 -vn -0.249273 -0.953929 0.166981 -vn -0.871919 -0.378896 0.310153 -vn -0.815983 -0.487842 0.310133 -vn -0.664706 -0.679698 0.310124 -vn -0.469505 -0.826651 0.310181 -vn -0.194326 -0.955442 0.222191 -vn -0.879904 -0.135045 0.455556 -vn -0.855239 -0.247004 0.455582 -vn -0.698988 -0.551235 0.455583 -vn -0.535390 -0.711194 0.455589 -vn -0.336440 -0.824162 0.455593 -vn -0.216560 -0.779027 0.588403 -vn -0.677461 -0.195758 0.709031 -vn -0.536695 -0.233395 0.810855 -vn -0.646690 -0.281191 0.709031 -vn -0.502250 -0.300445 0.810850 -vn -0.605166 -0.361970 0.709050 -vn -0.409094 -0.418527 0.810850 -vn -0.288899 -0.508964 0.810859 -vn -0.221103 -0.541883 0.810849 -vn -0.161236 -0.564392 0.809608 -vn -0.191481 -0.679988 0.707779 -vn -0.453165 -0.029266 0.890946 -vn -0.445693 -0.068504 0.892561 -vn -0.280181 -0.121862 0.952181 -vn -0.386970 -0.231493 0.892561 -vn -0.315177 -0.322475 0.892566 -vn -0.222558 -0.392155 0.892571 -vn -0.088119 -0.295608 0.951236 -vn -0.038356 0.306631 0.951055 -vn -0.069541 0.354068 0.932631 -vn -0.064749 0.582771 0.810053 -vn -0.147394 0.909673 0.388292 -vn -0.086381 0.886860 0.453892 -vn 0.890967 0.219103 0.397707 -vn 0.902873 0.298195 0.309678 -vn 0.771879 0.241721 0.588026 -vn 0.734922 0.171866 0.656012 -vn 0.079180 0.006427 0.996840 -vn 0.299795 0.089661 0.949781 -vn 0.283993 0.131418 0.949777 -vn 0.415122 0.192075 0.889259 -vn 0.643725 0.297758 0.704953 -vn 0.809529 0.374279 0.452302 -vn 0.383562 0.249228 0.889250 -vn 0.594789 0.386353 0.704952 -vn 0.748046 0.485722 0.452218 -vn 0.062720 0.453085 0.889258 -vn 0.086582 0.300703 0.949780 -vn 0.126588 0.439541 0.889258 -vn 0.097367 0.702546 0.704946 -vn 0.196361 0.681529 0.704955 -vn 0.122585 0.883416 0.452272 -vn 0.247077 0.856982 0.452256 -vn -0.000299 0.987036 0.160497 -vn -0.086381 0.886860 0.453892 -vn -0.003639 0.709261 0.704937 -vn -0.002411 0.457384 0.889266 -vn 0.398874 0.902263 0.163770 -vn 0.291396 0.646636 0.704947 -vn 0.187872 0.417043 0.889258 -vn 0.065958 0.146500 0.987009 -vn 0.478568 0.752614 0.452266 -vn 0.380461 0.598564 0.704961 -vn 0.245331 0.386069 0.889249 -vn 0.580828 0.676810 0.452290 -vn 0.461853 0.538325 0.704910 -vn 0.297796 0.347204 0.889251 -vn 0.744960 0.647980 0.158608 -vn 0.609953 0.533708 0.585759 -vn 0.444392 0.388993 0.806970 -vn -0.449616 -0.837999 0.309196 -vn -0.483422 -0.777360 0.402511 -vn 0.701480 -0.692855 0.166965 -vn -0.107818 -0.944551 0.310160 -vn 0.014460 -0.950581 0.310139 -vn 0.256285 -0.915488 0.310160 -vn 0.481157 -0.819925 0.310179 -vn 0.730284 -0.645963 0.222298 -vn -0.322982 -0.829541 0.455570 -vn -0.213715 -0.864172 0.455558 -vn 0.127888 -0.880990 0.455523 -vn 0.348216 -0.819281 0.455548 -vn 0.545539 -0.703451 0.455570 -vn 0.566340 -0.577073 0.588426 -vn -0.392235 -0.650832 0.650054 -vn -0.324039 -0.628832 0.706802 -vn 0.565620 -0.511125 0.647167 -vn -0.169196 -0.684566 0.709043 -vn -0.066217 -0.581464 0.810873 -vn -0.079819 -0.700633 0.709043 -vn 0.009056 -0.585187 0.810848 -vn 0.010882 -0.705112 0.709012 -vn 0.157905 -0.563525 0.810867 -vn 0.296335 -0.504659 0.810867 -vn 0.358731 -0.462411 0.810856 -vn -0.201438 -0.405829 0.891474 -vn -0.163509 -0.420236 0.892562 -vn 0.313776 -0.326888 0.891453 -vn -0.034554 -0.303564 0.952184 -vn 0.006995 -0.450847 0.892574 -vn 0.121681 -0.434176 0.892572 -vn -0.790637 0.294853 0.536614 -vn -0.752690 0.280312 0.595720 -vn -0.737641 0.332048 0.587903 -vn -0.144434 0.059168 0.987744 -vn -0.087479 0.025813 0.995832 -vn 0.254410 0.874785 0.412342 -vn 0.157275 0.688276 0.708195 -vn 0.192551 0.613605 0.765776 -vn 0.099116 0.291131 0.951535 -vn 0.053927 0.144846 0.987984 -vn 0.014461 0.160009 0.987010 -vn 0.041212 0.455533 0.889265 -vn 0.063999 0.706367 0.704947 -vn 0.080630 0.888215 0.452297 -vn -0.024061 0.456772 0.889258 -vn -0.037198 0.708275 0.704955 -vn -0.046625 0.890663 0.452266 -vn -0.126811 0.098640 0.987010 -vn -0.361020 0.280854 0.889261 -vn -0.317377 0.329399 0.889251 -vn -0.559737 0.435590 0.704951 -vn -0.492008 0.510838 0.704963 -vn -0.703771 0.547869 0.452268 -vn -0.618625 0.642469 0.452257 -vn -0.854936 0.493272 0.160522 -vn -0.703953 0.401702 0.585735 -vn -0.513011 0.292644 0.806956 -vn -0.581948 0.796559 0.163800 -vn -0.473398 0.657871 0.585747 -vn -0.345052 0.479353 0.806945 -vn -0.182857 0.253957 0.949773 -vn -0.439975 0.843627 0.307759 -vn -0.374939 0.718561 0.585740 -vn -0.273269 0.523559 0.806976 -vn -0.315385 0.897668 0.307772 -vn -0.268802 0.764628 0.585738 -vn -0.195970 0.557154 0.806955 -vn -0.103887 0.295201 0.949770 -vn -0.188679 0.969144 0.158618 -vn -0.157232 0.795112 0.585727 -vn -0.114662 0.579348 0.806975 -vn 0.388173 -0.707857 0.590135 -vn 0.433182 -0.683455 0.587574 -vn 0.950777 0.261070 0.166929 -vn 0.764098 -0.565665 0.310124 -vn 0.830454 -0.462767 0.310148 -vn 0.920978 -0.235808 0.310151 -vn 0.950662 0.006724 0.310156 -vn 0.924564 0.309392 0.222391 -vn 0.556905 -0.694484 0.455575 -vn 0.641538 -0.617143 0.455592 -vn 0.826886 -0.329731 0.455561 -vn 0.883604 -0.108075 0.455592 -vn 0.881974 0.120715 0.455577 -vn 0.782933 0.201964 0.588410 -vn 0.508237 -0.488841 0.709035 -vn 0.470470 -0.348085 0.810861 -vn 0.566858 -0.419437 0.709045 -vn 0.511324 -0.284747 0.810843 -vn 0.616061 -0.343121 0.709040 -vn 0.543649 -0.216673 0.810863 -vn 0.567006 -0.145013 0.810849 -vn 0.585224 0.004299 0.810860 -vn 0.579815 0.079466 0.810863 -vn 0.569421 0.142556 0.809591 -vn 0.684648 0.174182 0.707756 -vn 0.321458 -0.493165 0.808365 -vn 0.251932 -0.377849 0.890932 -vn 0.282158 -0.351710 0.892573 -vn 0.366216 -0.456498 0.810861 -vn 0.325026 -0.312528 0.892572 -vn 0.421818 -0.405660 0.810870 -vn 0.421818 -0.405660 0.810870 -vn 0.325026 -0.312528 0.892572 -vn 0.362490 -0.268172 0.892572 -vn 0.418888 -0.166929 0.892562 -vn 0.436867 -0.111710 0.892563 -vn 0.266917 -0.148629 0.952190 -vn -0.363875 -0.271350 0.891047 -vn -0.378169 -0.323376 0.867419 -vn -0.337304 -0.285986 0.896905 -vn -0.724704 -0.519097 0.453148 -vn -0.597502 0.625109 0.502225 -vn -0.660268 0.596924 0.455772 -vn -0.564214 0.594393 0.573026 -vn -0.595289 0.547602 0.588016 -vn -0.198462 0.230511 0.952616 -vn -0.102093 0.122268 0.987232 -vn -0.439541 0.480839 0.758681 -vn -0.131315 0.092532 0.987013 -vn -0.373915 0.263462 0.889255 -vn -0.579720 0.408615 0.704953 -vn -0.728900 0.513954 0.452278 -vn -0.407606 0.207555 0.889257 -vn -0.631993 0.321919 0.704949 -vn -0.794656 0.404957 0.452251 -vn -0.148788 -0.060508 0.987016 -vn -0.155957 -0.038704 0.987005 -vn -0.423754 -0.172220 0.889254 -vn -0.657112 -0.266952 0.704941 -vn -0.688420 -0.170702 0.704939 -vn -0.826355 -0.335562 0.452257 -vn -0.865709 -0.214504 0.452257 -vn -0.854648 -0.493772 0.160521 -vn -0.699849 -0.408788 0.585751 -vn -0.980817 -0.105707 0.163783 -vn -0.705699 -0.070971 0.704948 -vn -0.455123 -0.045827 0.889249 -vn -0.891068 0.038149 0.452263 -vn -0.708630 0.030218 0.704933 -vn -0.456980 0.019422 0.889265 -vn -0.935106 0.175678 0.307756 -vn -0.796577 0.149513 0.585756 -vn -0.580467 0.108854 0.806975 -vn -0.307569 0.057641 0.949778 -vn -0.933641 0.321181 0.158609 -vn -0.767187 0.261381 0.585751 -vn -0.559104 0.190387 0.806942 -vn 0.988559 -0.034031 0.146943 -vn 0.195085 0.960357 0.199138 -vn 0.950534 0.029641 0.309202 -vn 0.871908 0.378902 0.310178 -vn 0.815992 0.487829 0.310130 -vn 0.664704 0.679681 0.310166 -vn 0.469510 0.826660 0.310151 -vn 0.249514 0.917707 0.309123 -vn 0.879894 0.135051 0.455574 -vn 0.855257 0.247005 0.455548 -vn 0.698990 0.551240 0.455575 -vn 0.535396 0.711193 0.455582 -vn 0.336433 0.824157 0.455607 -vn 0.849290 -0.021988 0.527469 -vn 0.808346 0.033052 0.587779 -vn 0.174168 0.834095 0.523404 -vn 0.192867 0.680158 0.707239 -vn 0.677448 0.195757 0.709044 -vn 0.536688 0.233399 0.810858 -vn 0.646672 0.281195 0.709045 -vn 0.502267 0.300431 0.810845 -vn 0.605201 0.361952 0.709029 -vn 0.409106 0.418513 0.810851 -vn 0.288893 0.508968 0.810859 -vn 0.221103 0.541884 0.810848 -vn 0.445703 0.068504 0.892556 -vn 0.126423 0.434626 0.891694 -vn 0.162533 0.562796 0.810459 -vn 0.310132 0.021401 0.950453 -vn 0.280174 0.121858 0.952183 -vn 0.386964 0.231490 0.892564 -vn 0.315174 0.322473 0.892567 -vn 0.222558 0.392167 0.892565 -vn 0.086844 0.295211 0.951477 -vn 0.037349 -0.307071 0.950953 -vn 0.065980 -0.343615 0.936790 -vn -0.884789 -0.217046 0.412359 -vn -0.674706 -0.207926 0.708194 -vn -0.638649 -0.142819 0.756128 -vn -0.301697 -0.059743 0.951530 -vn -0.152418 -0.025734 0.987981 -vn -0.299792 -0.089657 0.949782 -vn -0.283970 -0.131423 0.949784 -vn -0.536023 -0.247978 0.806961 -vn -0.735626 -0.340195 0.585766 -vn -0.134731 -0.087551 0.987007 -vn -0.383579 -0.249211 0.889248 -vn -0.594778 -0.386364 0.704955 -vn -0.748041 -0.485715 0.452234 -vn -0.062725 -0.453092 0.889254 -vn -0.126596 -0.439539 0.889257 -vn -0.081031 -0.585025 0.806957 -vn -0.163488 -0.567531 0.806957 -vn -0.111323 -0.802818 0.585739 -vn -0.224463 -0.778788 0.585752 -vn 0.000299 -0.987040 0.160474 -vn 0.004094 -0.810496 0.585730 -vn 0.082307 -0.806113 0.586010 -vn 0.003073 -0.590581 0.806972 -vn -0.398866 -0.902267 0.163770 -vn -0.333043 -0.738914 0.585738 -vn -0.242591 -0.538466 0.806972 -vn -0.510614 -0.802844 0.307759 -vn -0.434837 -0.683963 0.585757 -vn -0.316777 -0.498464 0.806961 -vn -0.167807 -0.264114 0.949781 -vn -0.619698 -0.721986 0.307751 -vn -0.527789 -0.615098 0.585742 -vn -0.384507 -0.448284 0.806967 -vn -0.744960 -0.647976 0.158625 -vn -0.609962 -0.533703 0.585754 -vn -0.444393 -0.388993 0.806969 -vn 0.502561 0.810076 0.302009 -vn 0.450244 0.837393 0.309925 -vn -0.736344 0.651816 0.181476 -vn 0.107817 0.944551 0.310159 -vn -0.014465 0.950587 0.310122 -vn -0.256278 0.915490 0.310162 -vn -0.481162 0.819930 0.310157 -vn -0.670249 0.674490 0.309564 -vn 0.322986 0.829549 0.455553 -vn 0.213713 0.864149 0.455603 -vn -0.127883 0.880966 0.455571 -vn -0.348204 0.819259 0.455598 -vn -0.545534 0.703452 0.455574 -vn -0.637515 0.570748 0.517515 -vn 0.387989 0.635122 0.667895 -vn 0.324262 0.628033 0.707410 -vn 0.169193 0.684576 0.709034 -vn 0.066214 0.581486 0.810857 -vn 0.079820 0.700634 0.709042 -vn -0.009056 0.585185 0.810849 -vn -0.010880 0.705113 0.709011 -vn -0.084182 0.579153 0.810861 -vn -0.157908 0.563539 0.810857 -vn -0.229024 0.538573 0.810856 -vn -0.296348 0.504664 0.810859 -vn -0.357052 0.608116 0.709019 -vn -0.358744 0.462423 0.810844 -vn -0.407765 0.422237 0.809595 -vn 0.163504 0.420226 0.892568 -vn 0.108156 0.437746 0.892570 -vn 0.140396 0.568156 0.810856 -vn 0.140396 0.568156 0.810856 -vn 0.108156 0.437746 0.892570 -vn 0.051009 0.448022 0.892566 -vn -0.064881 0.446233 0.892562 -vn -0.276390 0.356257 0.892575 -vn -0.004747 0.305478 0.952187 -vn 0.417015 -0.179540 0.890990 -vn 0.538061 -0.236151 0.809150 -vn 0.542583 -0.196840 0.816613 -vn 0.737592 -0.333082 0.587379 -vn -0.242598 -0.829991 0.502256 -vn -0.186818 -0.870284 0.455746 -vn -0.232663 -0.785865 0.572961 -vn -0.176600 -0.789318 0.588039 -vn -0.054877 -0.149535 0.987232 -vn -0.144324 -0.431472 0.890507 -vn -0.014462 -0.160016 0.987009 -vn -0.041214 -0.455561 0.889250 -vn -0.063998 -0.706362 0.704952 -vn -0.080625 -0.888222 0.452285 -vn 0.024063 -0.456768 0.889260 -vn 0.037203 -0.708254 0.704977 -vn 0.046625 -0.890665 0.452263 -vn 0.126818 -0.098647 0.987009 -vn 0.111505 -0.115694 0.987006 -vn 0.317372 -0.329394 0.889255 -vn 0.559741 -0.435597 0.704944 -vn 0.492040 -0.510819 0.704955 -vn 0.703779 -0.547867 0.452257 -vn 0.618619 -0.642459 0.452280 -vn 0.854944 -0.493247 0.160556 -vn 0.513006 -0.292636 0.806963 -vn 0.581946 -0.796559 0.163806 -vn 0.473401 -0.657883 0.585732 -vn 0.345049 -0.479353 0.806946 -vn 0.439969 -0.843630 0.307760 -vn 0.374936 -0.718590 0.585706 -vn 0.273258 -0.523544 0.806990 -vn 0.144824 -0.277386 0.949781 -vn 0.315386 -0.897668 0.307773 -vn 0.268799 -0.764610 0.585764 -vn 0.195971 -0.557149 0.806958 -vn 0.188679 -0.969141 0.158638 -vn 0.157230 -0.795121 0.585715 -vn 0.114664 -0.579364 0.806963 -vn -0.432809 0.683538 0.587751 -vn -0.376225 0.682423 0.626701 -vn -0.367575 0.665076 0.650049 -vn -0.919058 -0.243361 0.310014 -vn -0.906655 -0.300324 0.296280 -vn -0.764699 -0.250345 0.593770 -vn -0.764100 0.565649 0.310148 -vn -0.830440 0.462757 0.310202 -vn -0.920975 0.235802 0.310166 -vn -0.950663 -0.006723 0.310152 -vn -0.556908 0.694464 0.455602 -vn -0.641521 0.617169 0.455580 -vn -0.826885 0.329729 0.455565 -vn -0.883607 0.108077 0.455585 -vn -0.881974 -0.120712 0.455577 -vn -0.508256 0.488822 0.709034 -vn -0.470490 0.348085 0.810849 -vn -0.566859 0.419443 0.709041 -vn -0.511324 0.284745 0.810844 -vn -0.616071 0.343129 0.709027 -vn -0.543641 0.216677 0.810867 -vn -0.567020 0.145012 0.810839 -vn -0.585236 -0.004300 0.810852 -vn -0.579849 -0.079463 0.810839 -vn -0.569483 -0.142346 0.809584 -vn -0.282159 0.351712 0.892572 -vn -0.325004 0.312530 0.892579 -vn -0.421801 0.405654 0.810881 -vn -0.421801 0.405654 0.810881 -vn -0.325004 0.312530 0.892579 -vn -0.362505 0.268170 0.892566 -vn -0.418875 0.166923 0.892570 -vn -0.436855 0.111705 0.892569 -vn -0.173592 0.257906 0.950447 -vn -0.266912 0.148628 0.952191 -vn 0.123373 0.095873 0.987718 -vn 0.206015 0.180463 0.961765 -vn 0.364770 0.271156 0.890740 -vn 0.572898 0.416172 0.706108 -vn 0.775021 0.551124 0.309200 -vn 0.650507 -0.676351 0.345529 -vn 0.293719 -0.385024 0.874920 -vn 0.301773 -0.337471 0.891654 -vn 0.268687 -0.369797 0.889414 -vn 0.429567 -0.404878 0.807184 -vn 0.373921 -0.263467 0.889252 -vn 0.579721 -0.408611 0.704955 -vn 0.728928 -0.513931 0.452260 -vn 0.278883 -0.141977 0.949772 -vn 0.407594 -0.207551 0.889264 -vn 0.632011 -0.321927 0.704929 -vn 0.794635 -0.404961 0.452286 -vn 0.148786 0.060506 0.987017 -vn 0.423756 0.172216 0.889254 -vn 0.443937 0.110149 0.889262 -vn 0.657110 0.266959 0.704939 -vn 0.688420 0.170696 0.704940 -vn 0.826359 0.335554 0.452255 -vn 0.865717 0.214503 0.452242 -vn 0.854642 0.493774 0.160546 -vn 0.699854 0.408777 0.585752 -vn 0.980821 0.105706 0.163755 -vn 0.806423 0.081024 0.585762 -vn 0.587645 0.059133 0.806956 -vn 0.891074 -0.038150 0.452252 -vn 0.708625 -0.030214 0.704938 -vn 0.456976 -0.019421 0.889267 -vn 0.876576 -0.164608 0.452238 -vn 0.697083 -0.130779 0.704963 -vn 0.449542 -0.084276 0.889275 -vn 0.933639 -0.321174 0.158638 -vn 0.767170 -0.261378 0.585775 -vn 0.559103 -0.190394 0.806941 -vn 0.661677 0.107847 0.741992 -vn 0.593205 0.312333 0.741995 -vn 0.504811 0.441823 0.741592 -vn 0.463445 0.484530 0.741923 -vn -0.138576 0.658584 0.739637 -vn -0.593255 0.312294 0.741971 -vn -0.619084 0.258765 0.741469 -vn -0.661693 0.107791 0.741987 -vn -0.669411 0.048926 0.741280 -vn -0.285782 -0.610423 0.738724 -vn 0.506064 -0.442199 0.740513 -vn 0.120596 -0.090612 0.988558 -vn 0.112907 -0.100017 0.988559 -vn 0.347737 -0.261235 0.900464 -vn 0.085697 -0.124136 0.988558 -vn 0.148100 -0.256471 0.955138 -vn 0.247088 -0.357899 0.900475 -vn 0.282012 -0.488349 0.825824 -vn 0.082427 -0.284490 0.955129 -vn 0.059276 -0.290198 0.955129 -vn 0.112844 -0.552516 0.825829 -vn -0.006059 -0.150728 0.988557 -vn -0.018167 -0.149755 0.988556 -vn -0.017471 -0.434574 0.900467 -vn -0.067927 -0.559818 0.825826 -vn -0.053482 -0.141057 0.988556 -vn -0.064651 -0.136292 0.988557 -vn -0.154202 -0.406683 0.900461 -vn -0.120619 0.090609 0.988555 -vn -0.112951 0.100020 0.988554 -vn -0.221744 0.196386 0.955124 -vn -0.347718 0.261236 0.900471 -vn -0.422156 0.373911 0.825818 -vn -0.085722 0.124138 0.988555 -vn -0.075430 0.130634 0.988557 -vn -0.247094 0.357908 0.900470 -vn -0.282008 0.488339 0.825831 -vn -0.041976 0.144895 0.988556 -vn -0.059276 0.290202 0.955128 -vn -0.121043 0.417722 0.900476 -vn 0.018167 0.149755 0.988556 -vn 0.011895 0.295949 0.955130 -vn 0.067924 0.559813 0.825830 -vn 0.053489 0.141060 0.988555 -vn 0.064652 0.136293 0.988557 -vn 0.154184 0.406653 0.900478 -vn 0.241697 0.509501 0.825828 -vn 0.150346 -0.012123 0.988559 -vn 0.296164 0.000030 0.955137 -vn 0.433512 -0.034951 0.900470 -vn 0.563935 0.000050 0.825819 -vn 0.148881 -0.024181 0.988559 -vn 0.429268 -0.069728 0.900481 -vn 0.649981 -0.165578 0.741693 -vn 0.422265 -0.104035 0.900483 -vn 0.143100 -0.047753 0.988556 -vn 0.412580 -0.137685 0.900456 -vn 0.518787 -0.220983 0.825849 -vn 0.272489 -0.116074 0.955132 -vn 0.133575 -0.070088 0.988557 -vn 0.385120 -0.202062 0.900474 -vn 0.563701 -0.362879 0.741997 -vn 0.367620 -0.232410 0.900467 -vn 0.104497 -0.108786 0.988558 -vn 0.301283 -0.313637 0.900478 -vn 0.419554 -0.522589 0.742209 -vn 0.275109 -0.336852 0.900470 -vn 0.126992 -0.267593 0.955127 -vn 0.241787 -0.509444 0.825837 -vn 0.232343 -0.628427 0.742358 -vn 0.154249 -0.406620 0.900482 -vn 0.018197 -0.149754 0.988556 -vn 0.052466 -0.431740 0.900471 -vn 0.021421 -0.669771 0.742259 -vn 0.017554 -0.434561 0.900471 -vn -0.112750 -0.552560 0.825812 -vn -0.086953 -0.426140 0.900469 -vn -0.191687 -0.642523 0.741903 -vn -0.120956 -0.417729 0.900484 -vn -0.281919 -0.488402 0.825824 -vn -0.385397 -0.549778 0.741089 -vn -0.247021 -0.357945 0.900476 -vn -0.085690 -0.124155 0.988556 -vn -0.095357 -0.116860 0.988560 -vn -0.275016 -0.336913 0.900475 -vn -0.205171 -0.213627 0.955128 -vn -0.390605 -0.406746 0.825824 -vn -0.422099 -0.373981 0.825815 -vn -0.221677 -0.196442 0.955128 -vn -0.540497 -0.401275 0.739487 -vn -0.236783 -0.177952 0.955127 -vn -0.250290 -0.158325 0.955138 -vn -0.476607 -0.301451 0.825817 -vn -0.262261 -0.137669 0.955126 -vn -0.499313 -0.262126 0.825819 -vn -0.518784 -0.221086 0.825823 -vn -0.272481 -0.116128 0.955127 -vn -0.642132 -0.212015 0.736693 -vn -0.412520 -0.137763 0.900471 -vn -0.146458 -0.036118 0.988557 -vn -0.422251 -0.104123 0.900479 -vn -0.148889 -0.024215 0.988557 -vn -0.429267 -0.069807 0.900476 -vn -0.669334 -0.049008 0.741343 -vn -0.433514 -0.035037 0.900466 -vn -0.150850 -0.000016 0.988557 -vn -0.434910 -0.000044 0.900474 -vn -0.295217 0.023801 0.955134 -vn -0.148889 0.024183 0.988558 -vn -0.649976 0.165578 0.741698 -vn -0.422275 0.104039 0.900477 -vn -0.287625 0.070853 0.955119 -vn -0.143083 0.047755 0.988558 -vn -0.412572 0.137684 0.900460 -vn -0.400112 0.170435 0.900479 -vn -0.133602 0.070090 0.988554 -vn -0.563672 0.362858 0.742030 -vn -0.367621 0.232411 0.900467 -vn -0.104496 0.108785 0.988558 -vn -0.301297 0.313628 0.900476 -vn -0.419536 0.522569 0.742234 -vn -0.275101 0.336840 0.900477 -vn -0.095398 0.116843 0.988558 -vn -0.064688 0.136279 0.988556 -vn -0.186509 0.392908 0.900465 -vn -0.232348 0.628456 0.742333 -vn -0.154235 0.406617 0.900486 -vn -0.018197 0.149753 0.988556 -vn -0.052463 0.431731 0.900476 -vn -0.021419 0.669773 0.742257 -vn -0.011958 0.295946 0.955130 -vn 0.112745 0.552535 0.825829 -vn 0.059211 0.290215 0.955128 -vn 0.191691 0.642513 0.741911 -vn 0.120961 0.417749 0.900475 -vn 0.281928 0.488394 0.825825 -vn 0.148084 0.256523 0.955127 -vn 0.385384 0.549783 0.741092 -vn 0.247021 0.357945 0.900476 -vn 0.095373 0.116866 0.988558 -vn 0.275012 0.336907 0.900479 -vn 0.104517 0.108804 0.988553 -vn 0.540514 0.401278 0.739473 -vn 0.347687 0.261308 0.900462 -vn 0.236775 0.177962 0.955127 -vn 0.127499 0.080639 0.988555 -vn 0.367584 0.232479 0.900464 -vn 0.133578 0.070120 0.988555 -vn 0.518776 0.221084 0.825829 -vn 0.272509 0.116130 0.955119 -vn 0.642126 0.212015 0.736698 -vn 0.412524 0.137760 0.900470 -vn 0.146463 0.036118 0.988557 -vn 0.422237 0.104124 0.900486 -vn 0.292369 0.047544 0.955123 -vn 0.669334 0.049005 0.741344 -vn 0.433533 0.035040 0.900456 -vn -0.972428 0.159170 0.170436 -vn -0.900700 0.401185 0.166705 -vn -0.715894 0.677711 0.167940 -vn -0.648140 0.743389 0.165186 -vn -0.522656 0.835502 0.169608 -vn -0.441027 0.882522 0.163248 -vn -0.295736 0.939914 0.170591 -vn 0.372508 0.912981 0.166446 -vn 0.820517 0.545604 0.170494 -vn 0.706394 0.687089 0.170047 -vn 0.856517 0.487103 0.170615 -vn 0.982786 0.077786 0.167576 -vn 0.952399 0.254348 0.168055 -vn 0.987631 0.000021 0.156797 -vn 0.982793 -0.077743 0.167550 -vn 0.971178 -0.171392 0.165647 -vn 0.931511 -0.321908 0.169300 -vn 0.897398 -0.409736 0.163686 -vn 0.820550 -0.545568 0.170453 -vn 0.656498 -0.734882 0.170175 -vn 0.283852 -0.944082 0.167741 -vn 0.131428 -0.976943 0.168254 -vn 0.037491 -0.985606 0.164846 -vn -0.118093 -0.978373 0.169824 -vn -0.211087 -0.963802 0.162872 -vn -0.296159 -0.939593 0.171627 -vn -0.522615 -0.835529 0.169604 -vn -0.360361 -0.917073 0.170636 -vn -0.715872 -0.677734 0.167941 -vn -0.580684 -0.796380 0.169070 -vn -0.863334 -0.476542 0.166017 -vn -0.927095 -0.334605 0.168921 -vn -0.955605 -0.244744 0.164070 -vn -0.981187 -0.090917 0.170311 -vn -0.937152 -0.160732 0.309697 -vn -0.866413 -0.391693 0.309685 -vn -0.787769 -0.532481 0.309653 -vn -0.739752 -0.597362 0.309720 -vn -0.686443 -0.657929 0.309717 -vn -0.628154 -0.713789 0.309721 -vn -0.498496 -0.809676 0.309720 -vn -0.428021 -0.849041 0.309721 -vn -0.040312 -0.949973 0.309719 -vn 0.200352 -0.929488 0.309697 -vn 0.278473 -0.909139 0.309708 -vn 0.354556 -0.882257 0.309698 -vn 0.428103 -0.848997 0.309730 -vn 0.498559 -0.809641 0.309709 -vn 0.565422 -0.764450 0.309700 -vn 0.686482 -0.657887 0.309721 -vn 0.739816 -0.597295 0.309695 -vn 0.830113 -0.463685 0.309692 -vn 0.920174 -0.239541 0.309678 -vn 0.947409 0.080672 0.309691 -vn 0.937144 0.160728 0.309722 -vn 0.896505 0.316802 0.309702 -vn 0.866407 0.391693 0.309702 -vn 0.739732 0.597379 0.309732 -vn 0.628150 0.713783 0.309744 -vn 0.565361 0.764480 0.309739 -vn 0.428016 0.849028 0.309763 -vn 0.278386 0.909170 0.309696 -vn 0.200284 0.929501 0.309700 -vn 0.120734 0.943124 0.309743 -vn 0.040311 0.949979 0.309700 -vn -0.040394 0.949970 0.309719 -vn -0.120811 0.943129 0.309698 -vn -0.200351 0.929481 0.309718 -vn -0.354554 0.882250 0.309719 -vn -0.565409 0.764433 0.309765 -vn -0.739817 0.597294 0.309696 -vn -0.787802 0.532413 0.309685 -vn -0.830110 0.463698 0.309681 -vn -0.896520 0.316732 0.309729 -vn -0.920164 0.239542 0.309707 -vn -0.947401 0.080594 0.309736 -vn -0.950834 -0.000041 0.309702 -vn -0.887302 -0.075575 0.454954 -vn -0.861744 -0.224448 0.454995 -vn -0.839628 -0.296719 0.454953 -vn -0.777391 -0.434346 0.454979 -vn -0.529496 -0.716011 0.454931 -vn -0.400858 -0.795197 0.454944 -vn 0.037849 -0.889711 0.454952 -vn 0.113165 -0.883290 0.454964 -vn 0.588392 -0.668438 0.454956 -vn 0.737808 -0.498615 0.454997 -vn 0.811482 -0.366749 0.454965 -vn 0.839659 -0.296619 0.454962 -vn 0.877718 -0.150447 0.454948 -vn 0.861757 0.224450 0.454970 -vn 0.777398 0.434343 0.454971 -vn 0.466857 0.758332 0.454946 -vn -0.113166 0.883311 0.454924 -vn -0.187671 0.870531 0.454924 -vn -0.260821 0.851469 0.454943 -vn -0.400976 0.795150 0.454922 -vn -0.466944 0.758269 0.454964 -vn -0.588391 0.668440 0.454955 -vn -0.642962 0.616164 0.454908 -vn -0.811498 0.366754 0.454931 -vn -0.861795 0.224329 0.454957 -vn -0.796564 -0.136648 0.588908 -vn -0.736404 -0.332949 0.588943 -vn -0.628791 -0.507767 0.588893 -vn -0.583440 -0.559267 0.588913 -vn -0.533924 -0.606738 0.588892 -vn -0.423675 -0.688232 0.588929 -vn -0.301295 -0.749934 0.588915 -vn -0.236600 -0.772795 0.588904 -vn -0.170203 -0.790079 0.588903 -vn -0.102595 -0.801649 0.588926 -vn -0.034237 -0.807474 0.588908 -vn 0.170337 -0.790033 0.588925 -vn 0.236711 -0.772757 0.588910 -vn 0.301406 -0.749882 0.588924 -vn 0.705592 -0.394102 0.588917 -vn 0.762050 -0.269177 0.588917 -vn 0.782152 -0.203578 0.588892 -vn 0.805277 -0.068477 0.588931 -vn 0.808208 0.000065 0.588897 -vn 0.669578 0.452626 0.588892 -vn 0.628766 0.507769 0.588917 -vn 0.583425 0.559246 0.588948 -vn 0.533933 0.606735 0.588888 -vn 0.480556 0.649853 0.588861 -vn 0.423661 0.688213 0.588961 -vn 0.363783 0.721694 0.588914 -vn 0.301305 0.749960 0.588876 -vn 0.236595 0.772780 0.588926 -vn 0.170199 0.790062 0.588927 -vn 0.102600 0.801682 0.588879 -vn 0.034237 0.807463 0.588924 -vn -0.034364 0.807468 0.588909 -vn -0.170347 0.790077 0.588863 -vn -0.236706 0.772747 0.588925 -vn -0.301411 0.749890 0.588911 -vn -0.423792 0.688162 0.588926 -vn -0.480649 0.649754 0.588894 -vn -0.628839 0.507669 0.588927 -vn -0.669621 0.452502 0.588939 -vn -0.705618 0.394106 0.588884 -vn -0.762060 0.269189 0.588899 -vn -0.796567 0.136520 0.588935 -vn -0.805301 0.068474 0.588899 -vn -0.808208 -0.000062 0.588897 -vn -0.703362 -0.059934 0.708301 -vn -0.683144 -0.177951 0.708271 -vn -0.616266 -0.344336 0.708272 -vn -0.584841 -0.395361 0.708273 -vn -0.509604 -0.488499 0.708289 -vn -0.466333 -0.529971 0.708283 -vn -0.419731 -0.567613 0.708267 -vn -0.317747 -0.630376 0.708281 -vn 0.030028 -0.705291 0.708282 -vn 0.089733 -0.700198 0.708287 -vn 0.317885 -0.630328 0.708262 -vn 0.370180 -0.601084 0.708283 -vn 0.423794 -0.688166 0.588919 -vn 0.419832 -0.567515 0.708286 -vn 0.466443 -0.529883 0.708276 -vn 0.509715 -0.488417 0.708265 -vn 0.549290 -0.443423 0.708278 -vn 0.584912 -0.395250 0.708276 -vn 0.665634 -0.235113 0.708275 -vn 0.683180 -0.177816 0.708270 -vn 0.695763 -0.119237 0.708305 -vn 0.703374 0.059933 0.708289 -vn 0.695748 0.119369 0.708298 -vn 0.683136 0.177944 0.708280 -vn 0.665582 0.235246 0.708280 -vn 0.643271 0.290832 0.708251 -vn 0.616245 0.344340 0.708288 -vn -0.089726 0.700167 0.708318 -vn -0.263282 0.654995 0.708283 -vn -0.317878 0.630313 0.708280 -vn -0.419837 0.567533 0.708268 -vn -0.466431 0.529882 0.708285 -vn -0.509707 0.488411 0.708275 -vn -0.616345 0.344224 0.708257 -vn -0.643267 0.290703 0.708308 -vn -0.683195 0.177819 0.708254 -vn -0.577801 -0.099139 0.810134 -vn -0.552715 -0.195357 0.810149 -vn -0.534190 -0.241524 0.810128 -vn -0.456081 -0.368331 0.810137 -vn -0.218525 -0.543984 0.810141 -vn -0.171604 -0.560542 0.810151 -vn -0.123449 -0.573089 0.810142 -vn -0.074403 -0.581505 0.810134 -vn -0.024816 -0.585714 0.810138 -vn 0.123577 -0.573054 0.810147 -vn 0.171717 -0.560509 0.810150 -vn 0.218651 -0.543933 0.810141 -vn 0.511797 -0.285834 0.810163 -vn 0.534223 -0.241414 0.810139 -vn 0.586198 0.000066 0.810168 -vn 0.485664 0.328333 0.810141 -vn 0.456077 0.368327 0.810141 -vn 0.423205 0.405689 0.810132 -vn 0.387235 0.440098 0.810162 -vn 0.263855 0.523472 0.810159 -vn 0.218524 0.543984 0.810142 -vn 0.171605 0.560544 0.810150 -vn 0.123436 0.573077 0.810152 -vn 0.074395 0.581493 0.810143 -vn 0.024819 0.585719 0.810134 -vn -0.024943 0.585691 0.810151 -vn -0.123574 0.573079 0.810130 -vn -0.171724 0.560497 0.810157 -vn -0.307406 0.499154 0.810152 -vn -0.387362 0.440022 0.810142 -vn -0.423271 0.405593 0.810146 -vn -0.456152 0.368234 0.810141 -vn -0.485743 0.328236 0.810133 -vn -0.534212 0.241421 0.810144 -vn -0.552754 0.195232 0.810152 -vn -0.577793 0.099017 0.810155 -vn -0.584155 0.049657 0.810122 -vn -0.586187 -0.000064 0.810176 -vn -0.450475 -0.038396 0.891963 -vn -0.437497 -0.113968 0.891968 -vn -0.394626 -0.220535 0.891984 -vn -0.374563 -0.253214 0.891956 -vn -0.326355 -0.312863 0.891969 -vn -0.298633 -0.339422 0.891970 -vn -0.268796 -0.363514 0.891968 -vn -0.237006 -0.385018 0.891958 -vn -0.203467 -0.403707 0.891976 -vn 0.019242 -0.451690 0.891967 -vn 0.057483 -0.448450 0.891958 -vn 0.203573 -0.403664 0.891972 -vn 0.237094 -0.384956 0.891961 -vn 0.268875 -0.363451 0.891969 -vn 0.298735 -0.339347 0.891965 -vn 0.326405 -0.312793 0.891975 -vn 0.351782 -0.283984 0.891965 -vn 0.374598 -0.253119 0.891968 -vn 0.426293 -0.150559 0.891968 -vn 0.437546 -0.113870 0.891957 -vn 0.445579 -0.076353 0.891981 -vn 0.450507 -0.038287 0.891952 -vn 0.450468 0.038396 0.891967 -vn 0.445600 0.076459 0.891961 -vn 0.437493 0.113970 0.891970 -vn 0.426291 0.150660 0.891952 -vn 0.411961 0.186275 0.891958 -vn 0.394648 0.220532 0.891975 -vn 0.268804 0.363526 0.891960 -vn 0.237002 0.385012 0.891962 -vn 0.019137 0.451723 0.891953 -vn -0.019239 0.451690 0.891967 -vn -0.057481 0.448433 0.891966 -vn -0.168626 0.419488 0.891961 -vn -0.203567 0.403651 0.891979 -vn -0.237091 0.384965 0.891958 -vn -0.268896 0.363461 0.891959 -vn -0.326402 0.312793 0.891977 -vn -0.351801 0.283978 0.891960 -vn -0.394730 0.220433 0.891963 -vn -0.426280 0.150553 0.891975 -vn -0.437545 0.113868 0.891958 -vn -0.302438 -0.051899 0.951755 -vn 0.064684 -0.299965 0.951755 -vn 0.089895 -0.293401 0.951753 -vn 0.114441 -0.284722 0.951754 -vn 0.254230 0.171873 0.951749 -vn 0.221504 0.212369 0.951754 -vn 0.202681 0.230382 0.951759 -vn -0.238769 0.192754 0.951754 -vn -0.254244 0.171802 0.951759 -vn -0.296980 0.077288 0.951751 -vn -0.302460 0.051821 0.951752 -vn 0.125008 -0.935366 0.330854 -vn 0.111725 -0.874280 0.472390 -vn 0.060600 -0.865889 0.496553 -vn 0.827207 0.248686 0.503868 -vn 0.807156 0.331084 0.488757 -vn 0.435991 0.766831 0.471043 -vn 0.371259 0.799384 0.472390 -vn 0.182918 0.858787 0.478566 -vn -0.009796 0.865110 0.501486 -vn -0.090426 0.873405 0.478525 -vn -0.198062 0.850959 0.486456 -vn -0.811883 0.295842 0.503312 -vn -0.866888 -0.160986 0.471794 -vn -0.658689 -0.577883 0.481850 -vn -0.614485 -0.631575 0.472780 -vn -0.511798 -0.692916 0.507868 -vn -0.448875 -0.751414 0.483619 -vn -0.351559 -0.803628 0.480197 -vn -0.076253 0.988338 0.131811 -vn -0.756246 -0.641440 0.129024 -vn 0.729616 -0.624772 0.278067 -vn 0.702051 -0.607245 0.371992 -vn 0.963365 -0.236638 0.126212 -vn 0.920507 0.195173 0.338488 -vn 0.990771 0.067937 0.117290 -vn 0.979681 0.105152 0.170786 -vn 0.946627 0.058223 0.317030 -vn 0.858222 0.001780 0.513275 -vn 0.862021 0.032089 0.505856 -vn 0.946627 -0.058223 0.317030 -vn 0.891952 -0.051129 0.449229 -vn 0.936118 -0.093395 0.339059 -vn 0.920623 -0.195128 0.338200 -vn 0.838139 -0.227079 0.495942 -vn 0.844585 -0.216673 0.489621 -vn 0.824311 -0.251622 0.507146 -vn 0.812965 -0.287756 0.506245 -vn 0.806947 -0.331352 0.488920 -vn 0.818135 -0.465502 0.337585 -vn 0.719759 -0.450908 0.527853 -vn 0.754508 -0.519665 0.400832 -vn 0.684751 -0.648628 0.332261 -vn 0.645172 -0.747514 0.158037 -vn 0.547340 -0.643829 0.534699 -vn 0.637168 -0.695422 0.332274 -vn 0.521689 -0.737062 0.429628 -vn 0.457119 -0.823488 0.336020 -vn 0.388895 -0.908680 0.151862 -vn 0.417956 -0.889816 0.183142 -vn 0.272599 -0.818311 0.506020 -vn 0.300917 -0.851104 0.430198 -vn 0.188113 -0.921446 0.339929 -vn 0.199924 -0.810230 0.550961 -vn 0.043451 -0.912342 0.407117 -vn 0.044459 -0.926714 0.373128 -vn 0.068667 -0.963385 0.259180 -vn -0.007644 -0.859650 0.510827 -vn 0.008400 -0.907235 0.420541 -vn -0.102426 -0.935516 0.338110 -vn -0.204003 -0.918428 0.338929 -vn -0.237339 -0.939166 0.248269 -vn -0.235953 -0.878913 0.414534 -vn -0.273838 -0.817873 0.506060 -vn -0.292919 -0.884470 0.363197 -vn -0.322206 -0.817949 0.476596 -vn -0.477809 -0.746485 0.463096 -vn -0.624404 -0.703601 0.339213 -vn -0.568435 -0.697969 0.435570 -vn -0.571681 -0.705473 0.418914 -vn -0.721385 -0.603255 0.340129 -vn -0.714390 -0.494850 0.494743 -vn -0.740159 -0.525243 0.419862 -vn -0.693349 -0.508301 0.510782 -vn -0.808574 -0.481444 0.338261 -vn -0.914233 -0.381084 0.137672 -vn -0.856784 -0.389943 0.337439 -vn -0.825471 -0.328431 0.459055 -vn -0.780923 -0.315848 0.538886 -vn -0.801856 -0.296012 0.519041 -vn -0.842372 -0.221037 0.491480 -vn -0.844195 -0.263608 0.466740 -vn -0.841523 -0.263374 0.471671 -vn -0.985569 -0.085412 0.146145 -vn -0.963715 0.217545 0.154684 -vn -0.926395 0.175047 0.333393 -vn -0.923316 0.213323 0.319345 -vn -0.856722 0.386649 0.341364 -vn -0.864584 0.353103 0.357509 -vn -0.863766 0.468900 0.184502 -vn -0.854663 0.501851 0.133031 -vn -0.737559 0.465551 0.489151 -vn -0.710397 0.492707 0.502570 -vn -0.724881 0.554936 0.408158 -vn -0.658945 0.579180 0.479940 -vn -0.721380 0.603231 0.340181 -vn -0.539164 0.707745 0.456508 -vn -0.529706 0.679255 0.507960 -vn -0.624508 0.703673 0.338871 -vn -0.473125 0.813206 0.338894 -vn -0.477779 0.746550 0.463023 -vn -0.373310 0.919487 0.123223 -vn -0.381588 0.860183 0.338344 -vn -0.349433 0.877441 0.328625 -vn -0.242284 0.829081 0.503908 -vn -0.273588 0.877808 0.393197 -vn -0.270639 0.817767 0.507949 -vn -0.049978 0.875055 0.481436 -vn -0.057119 0.855113 0.515286 -vn 0.015798 0.861453 0.507592 -vn 0.082639 0.933871 0.347931 -vn 0.227170 0.963659 0.140554 -vn 0.220328 0.905293 0.363181 -vn 0.278484 0.834848 0.474843 -vn 0.278397 0.843857 0.458695 -vn 0.467204 0.764512 0.444119 -vn 0.481466 0.789737 0.380139 -vn 0.598986 0.679551 0.423588 -vn 0.636285 0.695685 0.333413 -vn 0.582978 0.689568 0.429690 -vn 0.740884 0.652901 0.157514 -vn 0.715189 0.674148 0.184470 -vn 0.757413 0.536586 0.372024 -vn 0.689493 0.516513 0.507754 -vn 0.814548 0.468026 0.342729 -vn 0.888691 0.346202 0.300621 -vn 0.871922 0.258539 0.415825 -vn 0.889604 0.277372 0.362862 -vn 0.790459 -0.392016 0.470636 -vn -0.876297 -0.045309 0.479637 -vn -0.874071 -0.103597 0.474624 -vn -0.871827 0.000342 0.489814 -vn -0.874522 0.103897 0.473727 -vn -0.835803 -0.065599 0.545096 -vn 0.111658 0.874260 0.472442 -vn 0.869048 -0.136041 0.475656 -vn -0.775745 -0.412754 0.477341 -vn -0.154199 0.867854 0.472283 -vn 0.790388 0.392070 0.470711 -vn -0.173445 -0.967760 0.182639 -vn -0.450678 -0.875972 0.171940 -vn -0.684181 0.706361 0.181525 -vn 0.973425 0.143461 0.178501 -vn 0.704933 0.401379 0.584777 -vn 0.417654 0.695705 0.584432 -vn 0.022849 0.811380 0.584072 -vn -0.378080 0.718573 0.583702 -vn -0.729450 -0.346935 0.589524 -vn -0.675631 -0.446398 0.586730 -vn -0.465855 -0.660083 0.589297 -vn -0.369960 -0.720572 0.586435 -vn -0.082520 -0.803907 0.589002 -vn 0.030971 -0.809617 0.586141 -vn 0.322253 -0.741335 0.588707 -vn 0.424154 -0.690600 0.585803 -vn 0.644543 -0.488302 0.588324 -vn 0.708526 -0.393967 0.585475 -vn 0.149994 -0.060564 0.986830 -vn 0.141018 -0.079251 0.986830 -vn 0.292072 -0.117957 0.949094 -vn 0.304750 -0.079643 0.949097 -vn 0.445317 -0.116410 0.887773 -vn 0.456557 -0.058507 0.887768 -vn 0.161754 0.000147 0.986831 -vn 0.315004 0.000268 0.949090 -vn 0.460307 0.000355 0.887760 -vn 0.713031 0.000424 0.701133 -vn 0.456473 0.059212 0.887765 -vn 0.707142 0.091591 0.701115 -vn 0.661079 -0.267189 0.701131 -vn 0.517834 -0.291167 0.804407 -vn 0.550811 -0.222563 0.804408 -vn 0.100974 -0.126373 0.986830 -vn 0.083984 -0.138250 0.986830 -vn 0.196611 -0.246101 0.949094 -vn 0.163522 -0.269223 0.949094 -vn 0.287274 -0.359648 0.887765 -vn 0.238907 -0.393429 0.887771 -vn 0.444899 -0.557208 0.701130 -vn 0.025962 -0.159662 0.986830 -vn 0.005330 -0.161667 0.986831 -vn 0.050536 -0.310912 0.949094 -vn 0.010363 -0.314823 0.949094 -vn 0.073814 -0.454330 0.887770 -vn 0.015109 -0.460060 0.887759 -vn 0.114212 -0.703824 0.701133 -vn -0.055724 -0.151849 0.986832 -vn -0.108538 -0.295699 0.949095 -vn -0.145455 -0.279392 0.949096 -vn -0.158640 -0.432100 0.887763 -vn -0.274417 -0.526893 0.804412 -vn -0.245869 -0.669309 0.701124 -vn -0.123061 -0.104966 0.986832 -vn -0.135485 -0.088366 0.986831 -vn -0.239665 -0.204387 0.949098 -vn -0.350257 -0.298645 0.887768 -vn -0.385567 -0.251406 0.887769 -vn -0.542666 -0.462529 0.701128 -vn -0.158750 -0.031064 0.986830 -vn -0.451749 -0.088338 0.887761 -vn -0.314325 -0.020449 0.949095 -vn -0.459327 -0.029850 0.887766 -vn -0.699811 -0.136713 0.701124 -vn -0.711558 -0.046105 0.701113 -vn -0.153574 0.050832 0.986829 -vn -0.145797 0.070051 0.986831 -vn -0.299033 0.099003 0.949093 -vn -0.283900 0.136428 0.949099 -vn -0.436968 0.144705 0.887761 -vn -0.414858 0.199397 0.887769 -vn -0.676844 0.224287 0.701125 -vn -0.642610 0.309005 0.701120 -vn -0.092665 0.132586 0.986830 -vn -0.074947 0.143341 0.986831 -vn -0.180432 0.258192 0.949095 -vn -0.145928 0.279141 0.949097 -vn -0.213222 0.407933 0.887765 -vn -0.340223 0.487024 0.804398 -vn -0.466651 0.658206 0.590763 -vn -0.015680 0.160995 0.986831 -vn 0.005037 0.161675 0.986831 -vn -0.030512 0.313512 0.949094 -vn -0.044556 0.458143 0.887761 -vn 0.014393 0.460061 0.887771 -vn -0.068885 0.709708 0.701120 -vn 0.065340 0.147969 0.986831 -vn 0.083720 0.138399 0.986832 -vn 0.127261 0.288134 0.949096 -vn 0.185993 0.421044 0.887766 -vn 0.238319 0.393800 0.887764 -vn 0.288252 0.652198 0.701105 -vn 0.129554 0.096864 0.986830 -vn 0.140865 0.079504 0.986831 -vn 0.252278 0.188613 0.949095 -vn 0.368672 0.275591 0.887767 -vn 0.400875 0.226183 0.887773 -vn 0.571195 0.426806 0.701122 -vn 0.801469 -0.109602 0.587907 -vn 0.787009 -0.206690 0.581289 -vn 0.571686 -0.426137 0.701129 -vn 0.369102 -0.275025 0.887764 -vn 0.583033 -0.566463 0.582402 -vn 0.427043 -0.412993 0.804407 -vn 0.240843 -0.543070 0.804406 -vn 0.228939 -0.779203 0.583463 -vn 0.169426 -0.569414 0.804402 -vn -0.056643 -0.591385 0.804398 -vn -0.183557 -0.790396 0.584450 -vn -0.131802 -0.579271 0.804409 -vn -0.339549 -0.487472 0.804411 -vn -0.179994 -0.258498 0.949095 -vn -0.547946 -0.597648 0.585297 -vn -0.399098 -0.440067 0.804402 -vn -0.535077 -0.258129 0.804402 -vn -0.283681 -0.136909 0.949095 -vn -0.145673 -0.070315 0.986831 -vn -0.770408 -0.251091 0.586025 -vn -0.563687 -0.187587 0.804405 -vn -0.810973 0.049882 0.582953 -vn -0.592880 0.037659 0.804410 -vn -0.314373 0.019915 0.949091 -vn -0.793953 0.159712 0.586626 -vn -0.583202 0.113162 0.804406 -vn -0.682101 0.440999 0.583317 -vn -0.498121 0.323746 0.804403 -vn -0.612884 0.528864 0.587091 -vn -0.452622 0.384785 0.804409 -vn -0.240020 0.203984 0.949095 -vn -0.309719 0.340502 0.887768 -vn -0.479690 0.527564 0.701123 -vn -0.274102 0.761429 0.587448 -vn -0.205552 0.557377 0.804413 -vn -0.070351 0.307032 0.949095 -vn -0.132590 0.579091 0.804409 -vn 0.135002 0.797740 0.587695 -vn 0.094411 0.586533 0.804404 -vn 0.050014 0.311001 0.949093 -vn 0.130628 0.441370 0.887766 -vn 0.202485 0.683697 0.701112 -vn 0.509123 0.628651 0.587871 -vn 0.370086 0.464717 0.804409 -vn 0.196175 0.246439 0.949096 -vn 0.330423 0.320478 0.887758 -vn 0.511913 0.496361 0.701121 -vn 0.752066 0.297832 0.587957 -vn 0.550526 0.223316 0.804395 -vn 0.291870 0.118455 0.949095 -vn 0.445148 0.117101 0.887767 -vn 0.689621 0.181279 0.701114 -vn -0.164558 0.000004 0.986367 -vn -0.164567 -0.003837 0.986359 -vn -0.152197 -0.008345 0.988315 -vn -0.154321 0.006928 0.987997 -vn 0.947304 0.005105 0.320297 -vn 0.947300 -0.005116 0.320306 -vn 0.949163 0.003178 0.314769 -vn 0.949158 -0.003166 0.314784 -vn 0.988635 0.004273 0.150274 -vn 0.999761 -0.004854 -0.021329 -vn 0.858905 0.006529 -0.512093 -vn 0.758529 -0.006535 -0.651606 -vn 0.494031 0.005610 -0.869426 -vn 0.494091 -0.005823 -0.869391 -vn 0.148311 -0.006594 0.988919 -vn 0.300963 0.007250 0.953608 -vn 0.700690 -0.007250 0.713429 -vn -0.137855 0.560997 0.816259 -vn -0.115171 0.636081 0.762979 -vn -0.121705 0.650948 0.749303 -vn -0.070148 0.884460 0.461314 -vn -0.057596 0.950262 0.306080 -vn -0.165977 0.159945 0.973072 -vn 0.148687 0.967820 0.203018 -vn 0.124426 0.985450 0.115790 -vn 0.098242 0.986185 0.133374 -vn 0.249801 0.819339 0.516026 -vn -0.000373 0.577421 0.816446 -vn 0.713080 0.471070 0.519240 -vn 0.720996 0.581410 0.376998 -vn 0.843535 0.295156 0.448700 -vn 0.136474 0.321379 0.937065 -vn 0.417696 0.342994 0.841359 -vn 0.532111 0.827820 0.177688 -vn 0.752115 0.609138 0.251543 -vn 0.936830 0.157472 0.312332 -vn 0.065413 0.983988 -0.165798 -vn 0.241412 0.945039 -0.220504 -vn 0.179702 0.749595 -0.637036 -vn 0.075307 0.769260 -0.634483 -vn 0.124593 0.612663 -0.780462 -vn 0.582566 0.739989 -0.336205 -vn 0.001282 0.367068 -0.930193 -vn 0.745454 0.502889 -0.437493 -vn 0.595672 0.333556 -0.730695 -vn 0.956693 0.290845 -0.012201 -vn 0.002075 0.986974 -0.160864 -vn 0.004886 0.931571 -0.363527 -vn 0.002062 0.752201 -0.658931 -vn 0.000840 0.531357 -0.847148 -vn -0.001387 0.361382 -0.932417 -vn -0.137713 -0.521331 0.842169 -vn -0.130967 -0.476310 0.869469 -vn -0.155290 -0.403558 0.901680 -vn -0.069301 -0.913569 0.400736 -vn -0.080526 -0.891511 0.445784 -vn -0.065127 -0.928196 0.366347 -vn 0.199800 -0.941706 0.270685 -vn 0.312087 -0.902839 0.295777 -vn 0.499808 -0.794522 0.344858 -vn 0.104201 -0.612560 0.783526 -vn 0.615648 -0.491730 0.615776 -vn 0.138555 -0.319131 0.937528 -vn 0.914380 -0.267465 0.303928 -vn 0.812871 -0.517377 0.267512 -vn 0.611439 -0.764546 0.203989 -vn 0.159735 -0.986203 0.043459 -vn 0.000145 -0.842161 -0.539227 -vn 0.075759 -0.829984 -0.552619 -vn 0.586818 -0.808929 0.035761 -vn 0.503917 -0.739976 -0.445537 -vn 0.746990 -0.664743 0.011083 -vn 0.872252 -0.464528 -0.152938 -vn 0.651642 -0.502904 -0.567848 -vn 0.002544 -0.267943 -0.963431 -vn 0.710391 -0.343951 -0.614038 -vn -0.001185 -0.380177 -0.924913 -vn 0.002098 -0.371909 -0.928267 -vn -0.000327 -0.826836 -0.562444 -vn -0.002290 -0.988451 -0.151522 -vn -0.309700 -0.949380 -0.052573 -vn -0.296919 -0.954626 0.022970 -vn -0.319519 -0.946616 0.042731 -vn -0.143126 0.054705 0.988192 -vn -0.156537 0.050859 0.986362 -vn -0.148304 0.040326 0.988119 -vn -0.156511 0.050864 0.986366 -vn 0.902522 -0.287868 0.320291 -vn 0.899353 -0.297606 0.320303 -vn 0.903690 -0.290286 0.314768 -vn 0.901727 -0.296310 0.314783 -vn -0.587900 -0.807222 -0.052586 -vn -0.577386 -0.816151 0.022876 -vn -0.596465 -0.801500 0.042758 -vn -0.133152 0.096740 0.986363 -vn -0.129302 0.086156 0.987855 -vn -0.119102 0.096259 0.988205 -vn -0.130003 0.101071 0.986349 -vn 0.769391 -0.552675 0.320293 -vn 0.763374 -0.560952 0.320301 -vn 0.769757 -0.555333 0.314769 -vn 0.766017 -0.560469 0.314789 -vn 0.816569 0.575817 -0.040608 -vn 0.802486 0.595465 0.037921 -vn 0.824275 0.565798 0.021076 -vn -0.808591 -0.586020 -0.052551 -vn -0.801368 -0.597731 0.022945 -vn -0.814896 -0.578030 0.042731 -vn -0.098023 0.132228 0.986361 -vn -0.096352 0.121892 0.987856 -vn -0.096740 0.133151 0.986363 -vn -0.084193 0.128589 0.988118 -vn 0.560944 -0.763384 0.320290 -vn 0.552664 -0.769396 0.320302 -vn 0.560478 -0.766018 0.314772 -vn 0.555345 -0.769744 0.314779 -vn -0.950106 -0.307469 -0.052555 -vn -0.946810 -0.320976 0.022931 -vn -0.953663 -0.297831 0.042705 -vn -0.040776 0.148666 0.988046 -vn -0.047762 0.157518 0.986360 -vn -0.050856 0.156531 0.986363 -vn -0.054509 0.143756 0.988111 -vn 0.297591 -0.899359 0.320301 -vn 0.287859 -0.902521 0.320303 -vn 0.296323 -0.901729 0.314765 -vn 0.290296 -0.903681 0.314783 -vn -0.998617 0.001149 -0.052559 -vn -0.999656 -0.012675 0.022940 -vn -0.999022 0.011420 0.042723 -vn -0.008034 0.152639 0.988249 -vn 0.005070 0.157071 0.987574 -vn 0.001135 0.164580 0.986363 -vn -0.000003 0.164582 0.986363 -vn 0.005111 -0.947303 0.320297 -vn -0.005123 -0.947301 0.320305 -vn 0.003172 -0.949163 0.314770 -vn -0.003159 -0.949160 0.314779 -vn 0.054250 0.144673 0.987991 -vn 0.050858 0.156527 0.986363 -vn 0.037838 0.146332 0.988512 -vn 0.050865 0.156532 0.986362 -vn -0.287873 -0.902520 0.320292 -vn -0.297599 -0.899353 0.320312 -vn -0.290290 -0.903686 0.314774 -vn -0.296310 -0.901728 0.314780 -vn 0.799958 -0.598682 -0.040598 -vn 0.814322 -0.579175 0.037905 -vn 0.792788 -0.609131 0.021142 -vn 0.096733 0.133148 0.986364 -vn 0.085407 0.129015 0.987958 -vn 0.096247 0.118944 0.988225 -vn 0.099398 0.131248 0.986354 -vn -0.552678 -0.769390 0.320291 -vn -0.560955 -0.763368 0.320312 -vn -0.555340 -0.769751 0.314771 -vn -0.560453 -0.766032 0.314782 -vn -0.586042 0.808574 -0.052566 -vn -0.597791 0.801323 0.022983 -vn -0.577976 0.814934 0.042734 -vn 0.132252 0.098005 0.986359 -vn 0.121916 0.096343 0.987853 -vn 0.133151 0.096739 0.986363 -vn 0.128656 0.084381 0.988093 -vn -0.763383 -0.560941 0.320298 -vn -0.769393 -0.552667 0.320302 -vn -0.766027 -0.560468 0.314767 -vn -0.769741 -0.555347 0.314785 -vn -0.307509 0.950091 -0.052576 -vn -0.320902 0.946834 0.022975 -vn -0.297886 0.953645 0.042715 -vn 0.156068 0.052347 0.986358 -vn 0.145724 0.053960 0.987853 -vn 0.156522 0.050861 0.986364 -vn 0.147799 0.039714 0.988220 -vn 0.156530 0.050859 0.986363 -vn -0.899361 -0.297594 0.320294 -vn -0.902522 -0.287858 0.320301 -vn -0.901730 -0.296319 0.314767 -vn -0.903678 -0.290301 0.314787 -vn 0.001149 0.998621 -0.052494 -vn -0.012594 0.999658 0.022928 -vn 0.011378 0.999023 0.042704 -vn 0.157058 -0.005071 0.987576 -vn 0.164581 -0.001174 0.986363 -vn 0.152946 0.007820 0.988204 -vn 0.164578 -0.000001 0.986364 -vn -0.947304 -0.005116 0.320294 -vn -0.947301 0.005127 0.320305 -vn -0.949163 -0.003173 0.314768 -vn -0.949159 0.003161 0.314782 -vn 0.309694 0.949383 -0.052546 -vn 0.296898 0.954634 0.022926 -vn 0.319544 0.946610 0.042676 -vn 0.144653 -0.054267 0.987993 -vn 0.156528 -0.050859 0.986363 -vn 0.147895 -0.039806 0.988202 -vn 0.156514 -0.050856 0.986366 -vn -0.902521 0.287868 0.320292 -vn -0.899352 0.297605 0.320307 -vn -0.903687 0.290291 0.314772 -vn -0.901727 0.296311 0.314783 -vn 0.120347 -0.096304 0.988050 -vn 0.133142 -0.096740 0.986364 -vn 0.127925 -0.082402 0.988355 -vn 0.135185 -0.093888 0.986362 -vn -0.769389 0.552678 0.320293 -vn -0.763373 0.560953 0.320301 -vn -0.769761 0.555328 0.314768 -vn -0.766028 0.560457 0.314784 -vn 0.808590 0.586019 -0.052571 -vn 0.801347 0.597759 0.022968 -vn 0.814903 0.578020 0.042727 -vn 0.084705 -0.128786 0.988048 -vn 0.094111 -0.135047 0.986360 -vn 0.096736 -0.133151 0.986364 -vn 0.096244 -0.119136 0.988202 -vn -0.560951 0.763377 0.320298 -vn -0.552665 0.769394 0.320304 -vn -0.560470 0.766024 0.314771 -vn -0.555339 0.769747 0.314781 -vn 0.950103 0.307480 -0.052540 -vn 0.946831 0.320911 0.022963 -vn 0.953648 0.297879 0.042713 -vn 0.052544 -0.155982 0.986361 -vn 0.054092 -0.145222 0.987919 -vn 0.050856 -0.156525 0.986364 -vn 0.040052 -0.148088 0.988163 -vn -0.297589 0.899364 0.320290 -vn -0.287864 0.902520 0.320301 -vn -0.296324 0.901727 0.314769 -vn -0.290303 0.903679 0.314782 -vn 0.998617 -0.001149 -0.052559 -vn 0.999656 0.012672 0.022942 -vn 0.999022 -0.011420 0.042725 -vn -0.000005 -0.164576 0.986364 -vn 0.008414 -0.152081 0.988332 -vn 0.000008 -0.164584 0.986363 -vn -0.006827 -0.154454 0.987976 -vn -0.005113 0.947304 0.320295 -vn 0.005124 0.947301 0.320303 -vn -0.003172 0.949164 0.314766 -vn 0.003159 0.949158 0.314784 -vn 0.949386 -0.309683 -0.052553 -vn 0.954613 -0.296964 0.022934 -vn 0.946618 -0.319513 0.042725 -vn -0.054439 -0.144027 0.988075 -vn -0.050857 -0.156525 0.986364 -vn -0.040908 -0.148737 0.988030 -vn -0.050863 -0.156532 0.986362 -vn 0.287870 0.902523 0.320287 -vn 0.297597 0.899358 0.320299 -vn 0.290293 0.903689 0.314765 -vn 0.296313 0.901725 0.314788 -vn 0.807237 -0.587881 -0.052580 -vn 0.816094 -0.577466 0.022879 -vn 0.801510 -0.596453 0.042725 -vn -0.096284 -0.120367 0.988049 -vn -0.099396 -0.131252 0.986354 -vn -0.096738 -0.133152 0.986363 -vn -0.085366 -0.128996 0.987964 -vn 0.552677 0.769390 0.320291 -vn 0.560951 0.763374 0.320303 -vn 0.555340 0.769750 0.314774 -vn 0.560460 0.766023 0.314791 -vn 0.586084 -0.808544 -0.052565 -vn 0.597834 -0.801292 0.022935 -vn 0.578015 -0.814906 0.042738 -vn -0.128782 -0.084716 0.988048 -vn -0.133157 -0.096740 0.986362 -vn -0.118263 -0.096208 0.988311 -vn -0.133149 -0.096735 0.986364 -vn 0.763383 0.560947 0.320289 -vn 0.769394 0.552663 0.320309 -vn 0.766022 0.560473 0.314771 -vn 0.769737 0.555354 0.314781 -vn 0.307510 -0.950091 -0.052576 -vn 0.320877 -0.946844 0.022897 -vn 0.297889 -0.953645 0.042701 -vn -0.148629 -0.040774 0.988052 -vn -0.156510 -0.050859 0.986366 -vn -0.142112 -0.054985 0.988322 -vn -0.155596 -0.053728 0.986359 -vn 0.899365 0.297583 0.320292 -vn 0.902520 0.287859 0.320304 -vn 0.901727 0.296322 0.314772 -vn 0.903677 0.290308 0.314783 -vn 0.949332 -0.313547 -0.021377 -vn 0.935089 -0.297731 -0.192265 -vn 0.886310 -0.294426 -0.357448 -vn 0.818934 -0.259201 -0.512017 -vn 0.723475 -0.228234 -0.651532 -vn 0.719271 -0.240606 -0.651734 -vn 0.602564 -0.202438 -0.771969 -vn 0.805998 -0.591533 -0.021365 -vn 0.797334 -0.572101 -0.192246 -vn 0.691031 -0.510087 -0.512141 -vn 0.698686 -0.499577 -0.512114 -vn 0.609779 -0.451145 -0.651643 -vn 0.403078 -0.285888 -0.869366 -vn 0.396344 -0.295155 -0.869365 -vn 0.572265 -0.797193 -0.192343 -vn 0.581530 -0.790502 -0.192171 -vn 0.510092 -0.691034 -0.512132 -vn 0.451095 -0.609829 -0.651630 -vn 0.440590 -0.617485 -0.651608 -vn 0.368610 -0.518001 -0.771882 -vn 0.304325 -0.952330 -0.021291 -vn 0.308770 -0.931514 -0.192206 -vn 0.282753 -0.890089 -0.357481 -vn 0.240594 -0.719453 -0.651538 -vn 0.190442 -0.606521 -0.771922 -vn -0.005130 -0.337880 -0.941175 -vn 0.004855 -0.337930 -0.941159 -vn 0.005613 -0.494115 -0.869378 -vn -0.006308 -0.635688 -0.771920 -vn -0.006481 -0.858917 -0.512074 -vn 0.006530 -0.858885 -0.512127 -vn 0.006306 -0.933917 -0.357433 -vn -0.005609 -0.981327 -0.192266 -vn -0.004851 -0.999759 -0.021421 -vn 0.004269 -0.988627 0.150328 -vn -0.056846 -0.192148 -0.979718 -vn -0.109333 -0.319774 -0.941165 -vn -0.147318 -0.471638 -0.869399 -vn -0.202452 -0.602622 -0.771919 -vn -0.259225 -0.818891 -0.512074 -vn -0.308596 -0.931561 -0.192256 -vn -0.591569 -0.805969 -0.021432 -vn -0.572125 -0.797358 -0.192076 -vn -0.553924 -0.751878 -0.357558 -vn -0.499514 -0.698673 -0.512193 -vn -0.440598 -0.617456 -0.651630 -vn -0.451129 -0.609820 -0.651616 -vn -0.378761 -0.510573 -0.771917 -vn -0.811699 -0.583686 -0.021320 -vn -0.790486 -0.581521 -0.192261 -vn -0.698642 -0.499592 -0.512159 -vn -0.691009 -0.510134 -0.512123 -vn -0.617485 -0.440549 -0.651635 -vn -0.396497 -0.294969 -0.869358 -vn -0.403162 -0.285710 -0.869385 -vn -0.938938 -0.309544 0.150258 -vn -0.952326 -0.304334 -0.021337 -vn -0.890114 -0.282688 -0.357469 -vn -0.814856 -0.271609 -0.512093 -vn -0.719433 -0.240536 -0.651582 -vn -0.723292 -0.228212 -0.651743 -vn -0.606486 -0.190454 -0.771947 -vn -0.988636 -0.004271 0.150270 -vn -0.999761 0.004846 -0.021325 -vn -0.933924 0.006170 -0.357419 -vn -0.858907 -0.006537 -0.512090 -vn -0.758500 -0.006487 -0.651641 -vn -0.758461 0.006532 -0.651686 -vn -0.635740 0.006303 -0.771878 -vn -0.949327 0.313566 -0.021322 -vn -0.935101 0.297706 -0.192245 -vn -0.886293 0.294443 -0.357474 -vn -0.723413 0.228221 -0.651605 -vn -0.602632 0.202433 -0.771917 -vn -0.805943 0.591609 -0.021323 -vn -0.797321 0.572128 -0.192221 -vn -0.751926 0.553912 -0.357477 -vn -0.617468 0.440604 -0.651614 -vn -0.510639 0.378730 -0.771888 -vn -0.583697 0.811690 -0.021358 -vn -0.581533 0.790497 -0.192181 -vn -0.499590 0.698667 -0.512127 -vn -0.510128 0.691035 -0.512093 -vn -0.440551 0.617478 -0.651641 -vn -0.294947 0.396477 -0.869375 -vn -0.285751 0.403122 -0.869390 -vn -0.309570 0.938923 0.150299 -vn -0.304327 0.952330 -0.021281 -vn -0.308769 0.931507 -0.192240 -vn -0.282760 0.890071 -0.357519 -vn -0.240576 0.719402 -0.651601 -vn -0.190448 0.606480 -0.771953 -vn -0.147171 0.471712 -0.869384 -vn -0.056444 0.192108 -0.979749 -vn -0.005608 0.494077 -0.869400 -vn 0.006305 0.635685 -0.771923 -vn 0.006479 0.858870 -0.512153 -vn -0.006530 0.858932 -0.512048 -vn -0.006305 0.933917 -0.357435 -vn 0.005611 0.981320 -0.192301 -vn 0.004852 0.999760 -0.021357 -vn -0.004268 0.988638 0.150258 -vn 0.109315 0.319781 -0.941164 -vn 0.147333 0.471681 -0.869374 -vn 0.240609 0.719347 -0.651649 -vn 0.282570 0.890124 -0.357539 -vn 0.308594 0.931570 -0.192218 -vn 0.591572 0.805968 -0.021403 -vn 0.583502 0.811832 -0.021299 -vn 0.510069 0.691030 -0.512159 -vn 0.499581 0.698728 -0.512053 -vn 0.451096 0.609770 -0.651685 -vn 0.285912 0.403065 -0.869363 -vn 0.295124 0.396311 -0.869390 -vn 0.797330 0.584522 0.150330 -vn 0.811674 0.583721 -0.021360 -vn 0.759192 0.543880 -0.357523 -vn 0.691022 0.510138 -0.512102 -vn 0.617502 0.440556 -0.651615 -vn 0.396514 0.294988 -0.869344 -vn 0.952330 0.304326 -0.021302 -vn 0.949248 0.313807 -0.021316 -vn 0.818857 0.259244 -0.512120 -vn 0.723398 0.228187 -0.651633 -vn 0.719405 0.240550 -0.651608 -vn 0.468234 0.158034 -0.869357 -vn 0.471682 0.147151 -0.869404 -vn 0.288456 -0.086101 0.953614 -vn 0.422034 -0.144964 0.894915 -vn 0.668559 -0.209750 0.713467 -vn 0.664147 -0.223407 0.713441 -vn 0.116103 -0.092499 0.988921 -vn 0.365428 -0.256271 0.894867 -vn 0.562720 -0.417693 0.713358 -vn 0.092626 -0.115931 0.988929 -vn 0.182789 -0.239214 0.953606 -vn 0.256305 -0.365444 0.894851 -vn 0.417513 -0.562620 0.713541 -vn 0.406057 -0.571169 0.713361 -vn 0.052271 -0.138883 0.988928 -vn 0.086263 -0.288459 0.953599 -vn 0.145013 -0.422137 0.894858 -vn 0.172333 -0.554527 0.814126 -vn 0.007251 -0.300921 0.953622 -vn -0.007407 -0.446320 0.894843 -vn 0.007405 -0.580560 0.814184 -vn -0.007244 -0.700710 0.713409 -vn 0.007112 -0.700591 0.713528 -vn -0.006813 -0.803613 0.595113 -vn -0.006172 -0.886730 0.462246 -vn -0.052122 -0.138985 0.988922 -vn -0.086113 -0.288475 0.953607 -vn -0.130809 -0.426683 0.894892 -vn -0.144954 -0.422192 0.894842 -vn -0.186516 -0.549923 0.814123 -vn -0.092519 -0.116090 0.988920 -vn -0.171054 -0.247729 0.953610 -vn -0.405980 -0.570995 0.713544 -vn -0.477857 -0.646092 0.595162 -vn -0.115905 -0.092645 0.988930 -vn -0.239211 -0.182763 0.953612 -vn -0.365475 -0.256366 0.894821 -vn -0.562656 -0.417624 0.713448 -vn -0.571106 -0.405986 0.713452 -vn -0.426660 -0.130873 0.894893 -vn -0.422236 -0.144981 0.894817 -vn -0.766354 -0.241864 0.595150 -vn -0.845275 -0.268141 0.462180 -vn -0.300972 -0.007248 0.953605 -vn -0.446218 0.007404 0.894894 -vn -0.700615 -0.007113 0.713504 -vn -0.700688 0.007245 0.713431 -vn -0.139000 0.052096 0.988921 -vn -0.288471 0.086111 0.953609 -vn -0.426725 0.130812 0.894871 -vn -0.422110 0.144962 0.894879 -vn -0.549854 0.186510 0.814171 -vn -0.116097 0.092496 0.988922 -vn -0.247709 0.171017 0.953621 -vn -0.570948 0.406111 0.713507 -vn -0.646150 0.477791 0.595152 -vn -0.081765 0.123841 0.988928 -vn -0.182803 0.239209 0.953605 -vn -0.417559 0.562673 0.713473 -vn -0.099906 0.283993 0.953607 -vn -0.130855 0.426732 0.894861 -vn -0.186453 0.549878 0.814168 -vn -0.209639 0.668636 0.713426 -vn -0.223257 0.664158 0.713477 -vn -0.241851 0.766366 0.595140 -vn -0.268145 0.845239 0.462243 -vn 0.006595 0.148285 0.988923 -vn -0.007249 0.300954 0.953611 -vn 0.007246 0.700674 0.713445 -vn 0.086114 0.288449 0.953615 -vn 0.144931 0.422188 0.894848 -vn 0.209735 0.668568 0.713462 -vn 0.223443 0.664149 0.713428 -vn 0.092480 0.116096 0.988923 -vn 0.256318 0.365427 0.894854 -vn 0.466974 0.653969 0.595198 -vn 0.477852 0.646095 0.595163 -vn 0.123776 0.081828 0.988931 -vn 0.239280 0.182754 0.953596 -vn 0.562626 0.417591 0.713492 -vn 0.284088 0.099890 0.953581 -vn 0.426669 0.130879 0.894888 -vn 0.664135 0.223271 0.713495 -vn 0.668631 0.209644 0.713429 -vn 0.198921 0.872752 0.445796 -vn 0.225303 0.902661 0.366663 -vn 0.238875 0.921553 0.306070 -vn -0.108473 0.203422 0.973064 -vn 0.362620 0.897447 0.251190 -vn 0.683474 0.700508 0.205308 -vn 0.073498 0.617051 0.783484 -vn 0.178067 0.549279 0.816446 -vn 0.823764 0.227606 0.519239 -vn 0.865413 0.330097 0.376958 -vn 0.229214 0.263498 0.937032 -vn 0.456397 0.888611 0.045519 -vn 0.657094 0.740856 0.139141 -vn 0.761951 0.622801 0.177624 -vn 0.903451 0.347147 0.251527 -vn 0.925359 -0.212065 0.314227 -vn 0.730437 0.666473 -0.149252 -vn 0.624061 0.755480 -0.199493 -vn 0.402506 0.657346 -0.637091 -vn 0.309319 0.708276 -0.634561 -vn 0.307841 0.544252 -0.780400 -vn 0.296540 0.643224 -0.705923 -vn 0.421300 0.562153 -0.711681 -vn 0.114674 0.348753 -0.930173 -vn 0.864391 0.247837 -0.437499 -vn 0.669570 0.133132 -0.730720 -vn 0.306974 0.938029 -0.160835 -vn 0.292554 0.884446 -0.363549 -vn 0.234346 0.714721 -0.658981 -vn 0.164947 0.505139 -0.847129 -vn -0.310158 -0.582725 0.751154 -vn -0.334255 -0.661840 0.671000 -vn -0.330417 -0.625769 0.706567 -vn -0.271711 -0.412494 0.869495 -vn -0.338897 -0.819484 0.462164 -vn -0.100999 -0.957358 0.270674 -vn -0.044500 -0.940369 0.337234 -vn -0.100999 -0.957358 0.270674 -vn 0.017776 -0.955023 0.295998 -vn -0.034585 -0.755587 0.654135 -vn 0.123175 -0.717127 0.685972 -vn 0.327977 -0.773055 0.542971 -vn -0.027979 -0.486234 0.873380 -vn 0.526184 -0.524106 0.669659 -vn 0.787029 -0.536830 0.303973 -vn 0.526758 -0.811951 0.251517 -vn 0.345377 -0.916020 0.204013 -vn -0.152876 -0.987290 0.043443 -vn -0.260111 -0.801011 -0.539188 -vn -0.184532 -0.812857 -0.552459 -vn 0.308096 -0.950671 0.036073 -vn 0.250535 -0.859504 -0.445518 -vn 0.504912 -0.863100 0.011035 -vn 0.686087 -0.711274 -0.152886 -vn 0.464394 -0.679606 -0.567868 -vn -0.080326 -0.255602 -0.963439 -vn -0.118668 -0.361248 -0.924888 -vn -0.113016 -0.354398 -0.928240 -vn -0.255866 -0.786294 -0.562382 -vn 0.338968 0.659386 0.671053 -vn 0.367672 0.686433 0.627397 -vn 0.393547 0.715245 0.577534 -vn 0.511950 0.802621 0.306116 -vn 0.537836 0.808640 0.238398 -vn 0.579190 0.814311 0.037898 -vn 0.622216 0.741483 0.251099 -vn 0.866467 0.455086 0.205262 -vn 0.816097 0.409797 0.407495 -vn 0.877554 0.241767 0.414063 -vn 0.339026 0.467527 0.816383 -vn 0.853793 -0.038041 0.519221 -vn 0.495051 0.248171 0.832668 -vn 0.855927 -0.257023 0.448696 -vn 0.299379 0.179747 0.937050 -vn 0.539393 0.031986 0.841447 -vn 0.854086 0.501158 0.139208 -vn 0.916967 0.357258 0.177590 -vn 0.966520 0.050960 0.251482 -vn 0.814496 -0.487736 0.314183 -vn 0.827004 0.525624 -0.199460 -vn 0.585929 0.500758 -0.637125 -vn 0.513125 0.578070 -0.634458 -vn 0.598757 0.564881 -0.567802 -vn 0.827332 0.413971 -0.379670 -vn 0.460953 0.422393 -0.780453 -vn 0.906263 0.256302 -0.336149 -vn 0.216812 0.296233 -0.930182 -vn 0.345540 0.221583 -0.911868 -vn 0.898663 -0.031344 -0.437519 -vn 0.677906 -0.080283 -0.730752 -vn 0.522715 0.717311 -0.460689 -vn 0.530837 0.725162 -0.438579 -vn 0.525902 0.722285 -0.449145 -vn 0.536540 0.738186 -0.408909 -vn 0.384743 0.528641 -0.756645 -vn 0.312990 0.429467 -0.847110 -vn -0.522426 -0.526125 0.671017 -vn -0.505467 -0.503811 0.700484 -vn -0.481126 -0.455125 0.749253 -vn -0.387097 -0.295009 0.873571 -vn -0.575562 -0.674625 0.462179 -vn -0.391893 -0.879293 0.270673 -vn -0.278214 -0.913770 0.296009 -vn -0.135956 -0.903757 0.405882 -vn -0.015772 -0.784640 0.619751 -vn -0.176832 -0.453774 0.873395 -vn 0.209031 -0.759738 0.615715 -vn 0.582625 -0.753752 0.303985 -vn 0.353499 -0.896371 0.267502 -vn 0.045330 -0.977921 0.204001 -vn -0.450398 -0.891770 0.043454 -vn -0.494882 -0.681355 -0.539303 -vn -0.426670 -0.715961 -0.552587 -vn -0.000723 -0.999353 0.035953 -vn -0.027363 -0.894796 -0.445637 -vn 0.213505 -0.976880 0.010989 -vn 0.432669 -0.888476 -0.152997 -vn 0.231641 -0.789940 -0.567748 -vn -0.155424 -0.218279 -0.963430 -vn 0.372568 -0.695811 -0.614036 -vn -0.224439 -0.306870 -0.924910 -vn -0.216901 -0.302108 -0.928270 -vn -0.486240 -0.668658 -0.562554 -vn 0.526158 0.522384 0.671024 -vn 0.561845 0.539208 0.627364 -vn 0.595324 0.558611 0.577531 -vn 0.101898 0.260905 0.959972 -vn 0.964689 0.164978 0.205323 -vn 0.642646 0.193829 0.741240 -vn 0.800259 -0.300035 0.519196 -vn 0.894137 -0.241773 0.376916 -vn 0.340272 0.078450 0.937049 -vn 0.522923 -0.136400 0.841396 -vn 0.967115 0.212863 0.139205 -vn 0.934930 -0.250361 0.251448 -vn 0.623961 -0.715505 0.314206 -vn 0.906449 0.360187 -0.220488 -vn 0.711966 0.295231 -0.637137 -vn 0.666632 0.391293 -0.634422 -vn 0.568918 0.259305 -0.780444 -vn 0.297721 0.214745 -0.930186 -vn 0.845029 -0.307503 -0.437456 -vn 0.619971 -0.285801 -0.730721 -vn 0.760830 0.547017 -0.349156 -vn 0.756545 0.543592 -0.363521 -vn 0.609646 0.440472 -0.659027 -vn 0.430325 0.311656 -0.847167 -vn -0.659438 -0.338942 0.671014 -vn -0.636440 -0.322956 0.700459 -vn -0.598204 -0.284161 0.749269 -vn -0.462325 -0.174023 0.869466 -vn -0.755875 -0.463696 0.462212 -vn -0.644557 -0.715021 0.270725 -vn -0.546793 -0.783246 0.295877 -vn -0.408578 -0.817486 0.405932 -vn -0.257490 -0.741413 0.619682 -vn -0.308422 -0.376900 0.873397 -vn -0.035967 -0.787132 0.615735 -vn 0.422938 -0.851328 0.310425 -vn 0.069508 -0.960156 0.270683 -vn -0.259071 -0.944073 0.203979 -vn -0.703997 -0.708872 0.043468 -vn -0.681201 -0.495121 -0.539278 -vn -0.627038 -0.549280 -0.552372 -vn -0.309537 -0.950204 0.036046 -vn -0.451653 -0.858481 -0.242942 -vn -0.302565 -0.842540 -0.445624 -vn 0.136965 -0.978696 -0.152953 -vn -0.023797 -0.822841 -0.567774 -vn -0.215192 -0.159528 -0.963454 -vn -0.308353 -0.222539 -0.924876 -vn -0.299731 -0.220366 -0.928224 -vn -0.669153 -0.485669 -0.562459 -vn 0.661793 0.334213 0.671068 -vn 0.700928 0.339211 0.627404 -vn 0.738801 0.347311 0.577536 -vn 0.910444 0.338044 0.238365 -vn 0.947206 0.318380 0.037888 -vn 0.249242 0.250313 0.935533 -vn 0.939154 0.234380 0.251109 -vn 0.901095 -0.148219 0.407503 -vn 0.849400 -0.400596 0.343574 -vn 0.852130 -0.320057 0.414050 -vn 0.549035 0.178773 0.816456 -vn 0.668341 -0.532720 0.519163 -vn 0.541377 -0.711014 0.448743 -vn 0.985577 -0.096305 0.139149 -vn 0.866318 -0.443489 0.229806 -vn 0.811864 -0.526884 0.251535 -vn 0.439404 -0.842269 0.312261 -vn 0.977995 -0.060916 -0.199539 -vn 0.912631 -0.151307 -0.379752 -vn 0.883828 -0.325420 -0.336079 -vn 0.572238 -0.258009 -0.778444 -vn 0.612982 -0.063019 -0.787579 -vn 0.687958 -0.161933 -0.707454 -vn 0.679704 -0.466061 -0.566384 -vn 0.708643 -0.553567 -0.437480 -vn 0.708643 -0.553567 -0.437480 -vn 0.719905 -0.627087 -0.297487 -vn 0.396418 -0.656683 -0.641576 -vn 0.844536 0.273065 -0.460646 -vn 0.855803 0.274699 -0.438340 -vn 0.850062 0.275176 -0.449081 -vn 0.867995 0.281831 -0.408847 -vn 0.715877 0.230482 -0.659089 -vn 0.650762 0.212161 -0.729038 -vn 0.575125 0.186871 -0.796436 -vn 0.505506 0.163410 -0.847208 -vn -0.731890 -0.118593 0.671023 -vn -0.705192 -0.110442 0.700362 -vn -0.656665 -0.085436 0.749328 -vn -0.493433 -0.022648 0.869489 -vn -0.910406 -0.287226 0.297762 -vn -0.833891 -0.481116 0.270468 -vn -0.641170 -0.651239 0.405942 -vn -0.474012 -0.625632 0.619594 -vn -0.409828 -0.263217 0.873360 -vn -0.277399 -0.737529 0.615712 -vn 0.028233 -0.952244 0.304030 -vn -0.240893 -0.932950 0.267535 -vn -0.538132 -0.817799 0.204008 -vn -0.741457 -0.656424 0.139100 -vn -0.844601 -0.531133 -0.067432 -vn -0.800873 -0.260382 -0.539262 -vn -0.766111 -0.328458 -0.552439 -vn -0.756004 -0.622800 -0.201442 -vn -0.508509 -0.860461 0.032008 -vn -0.627860 -0.724967 -0.283223 -vn -0.548069 -0.707894 -0.445541 -vn -0.172212 -0.973111 -0.152963 -vn -0.276868 -0.775238 -0.567759 -vn -0.253911 -0.085216 -0.963466 -vn -0.362016 -0.116356 -0.924881 -vn -0.353088 -0.116929 -0.928255 -vn -0.786423 -0.255190 -0.562510 -vn 0.732715 0.113382 0.671024 -vn 0.771442 0.106034 0.627402 -vn 0.809962 0.102045 0.577536 -vn 0.997161 -0.048276 0.057781 -vn 0.999230 0.010114 0.037906 -vn 0.159971 0.166000 0.973064 -vn 0.967883 -0.148595 0.202784 -vn 0.877392 -0.433653 0.205254 -vn 0.609525 0.120806 0.783508 -vn 0.577432 0.000429 0.816439 -vn 0.471080 -0.713082 0.519228 -vn 0.581363 -0.721052 0.376963 -vn 0.295135 -0.843509 0.448763 -vn 0.321414 -0.136514 0.937047 -vn 0.907523 -0.396280 0.139159 -vn 0.609311 -0.751982 0.251521 -vn 0.157677 -0.936811 0.312288 -vn 0.945086 -0.241263 -0.220466 -vn 0.970653 -0.176962 -0.162842 -vn 0.821187 -0.425881 -0.379838 -vn 0.739986 -0.582558 -0.336226 -vn 0.464464 -0.422210 -0.778468 -vn 0.563531 -0.249315 -0.787575 -vn 0.604259 -0.366583 -0.707452 -vn 0.502408 -0.653238 -0.566451 -vn 0.502866 -0.745428 -0.437565 -vn 0.502866 -0.745428 -0.437565 -vn 0.490880 -0.818844 -0.297542 -vn 0.290864 -0.956687 -0.012191 -vn 0.931586 -0.004882 -0.363488 -vn 0.893479 -0.001004 -0.449103 -vn 0.752129 -0.002058 -0.659013 -vn 0.684420 0.000682 -0.729087 -vn 0.604648 0.000032 -0.796493 -vn 0.531281 -0.000836 -0.847195 -vn 0.367017 -0.001301 -0.930213 -vn -0.403521 0.155302 0.901694 -vn -0.379963 0.142933 0.913892 -vn -0.913616 0.069294 0.400629 -vn -0.884114 0.069068 0.462139 -vn -0.941696 -0.199774 0.270738 -vn -0.908118 -0.248217 0.337210 -vn -0.941696 -0.199774 0.270738 -vn -0.902724 -0.312259 0.295947 -vn -0.771526 0.018866 0.635918 -vn -0.794522 -0.499759 0.344930 -vn -0.612559 -0.104169 0.783531 -vn -0.644094 -0.448507 0.619665 -vn -0.441543 0.001876 0.897238 -vn -0.491737 -0.615678 0.615740 -vn -0.471018 -0.123638 0.873416 -vn -0.342922 -0.546792 0.763821 -vn -0.267441 -0.914367 0.303988 -vn -0.517379 -0.812871 0.267506 -vn -0.764498 -0.611489 0.204019 -vn -0.986199 -0.159764 0.043438 -vn -0.842141 -0.000144 -0.539258 -vn -0.830083 -0.075739 -0.552472 -vn -0.809004 -0.586707 0.035882 -vn -0.740017 -0.503845 -0.445549 -vn -0.664804 -0.746938 0.010949 -vn -0.604296 -0.787235 -0.122830 -vn -0.646531 -0.572362 -0.504381 -vn -0.490845 -0.542277 -0.681914 -vn -0.646531 -0.572362 -0.504381 -vn -0.632963 -0.473035 -0.612859 -vn -0.333532 -0.882124 -0.332587 -vn -0.335218 -0.594007 -0.731289 -vn -0.158191 -0.968856 -0.190509 -vn -0.380220 0.001180 -0.924895 -vn -0.371879 -0.002097 -0.928279 -vn -0.267907 -0.002550 -0.963442 -vn -0.389560 -0.001964 -0.920999 -vn -0.826826 0.000330 -0.562458 -vn 0.832599 -0.181371 0.523338 -vn 0.872781 -0.198887 0.445754 -vn 0.801867 -0.153243 0.577517 -vn 0.935289 -0.261617 0.238310 -vn 0.953451 -0.299155 0.037906 -vn 0.203402 0.108452 0.973070 -vn 0.897387 -0.362833 0.251096 -vn 0.700377 -0.683564 0.205455 -vn 0.549356 -0.177953 0.816419 -vn 0.227664 -0.823767 0.519208 -vn 0.330085 -0.865388 0.377025 -vn 0.020056 -0.893446 0.448722 -vn 0.263460 -0.229167 0.937055 -vn 0.740643 -0.657327 0.139176 -vn 0.623028 -0.761775 0.177584 -vn 0.347168 -0.903449 0.251503 -vn -0.212145 -0.925348 0.314207 -vn 0.755431 -0.624088 -0.199595 -vn 0.657334 -0.402572 -0.637062 -vn 0.708449 -0.309294 -0.634379 -vn 0.544240 -0.307866 -0.780399 -vn 0.643181 -0.296557 -0.705955 -vn 0.562208 -0.421174 -0.711713 -vn 0.348628 -0.114683 -0.930218 -vn 0.247913 -0.864367 -0.437503 -vn 0.133159 -0.669547 -0.730736 -vn 0.884474 -0.292472 -0.363545 -vn 0.849437 -0.277107 -0.449076 -vn 0.714667 -0.234386 -0.659025 -vn 0.504964 -0.165016 -0.847220 -vn -0.453268 0.292082 0.842162 -vn -0.412532 0.271738 0.869469 -vn -0.335770 0.272412 0.901693 -vn -0.847455 0.348233 0.400691 -vn -0.823026 0.352040 0.445753 -vn -0.862661 0.348736 0.366332 -vn -0.957353 0.101097 0.270658 -vn -0.955042 -0.017820 0.295936 -vn -0.910059 -0.229859 0.344901 -vn -0.614790 0.090138 0.783523 -vn -0.657874 -0.433578 0.615802 -vn -0.346275 -0.033084 0.937550 -vn -0.536962 -0.786927 0.304002 -vn -0.743209 -0.613262 0.267490 -vn -0.916053 -0.345288 0.204017 -vn -0.987301 0.152806 0.043434 -vn -0.800994 0.260092 -0.539222 -vn -0.812829 0.184400 -0.552544 -vn -0.950660 -0.308138 0.036007 -vn -0.859509 -0.250480 -0.445538 -vn -0.863073 -0.504959 0.011021 -vn -0.817986 -0.561974 -0.122815 -vn -0.791797 -0.344482 -0.504371 -vn -0.634444 -0.364008 -0.681893 -vn -0.791797 -0.344482 -0.504371 -vn -0.748137 -0.254278 -0.612889 -vn -0.589837 -0.735876 -0.332535 -vn -0.502386 -0.461281 -0.731320 -vn -0.449827 -0.872548 -0.190566 -vn -0.361322 0.118614 -0.924866 -vn -0.371113 0.118531 -0.920992 -vn -0.786268 0.255803 -0.562448 -vn -0.939359 0.307625 -0.151562 -vn 0.659416 -0.338964 0.671024 -vn 0.666661 -0.350797 0.657651 -vn 0.686464 -0.367665 0.627367 -vn 0.715247 -0.393503 0.577562 -vn 0.768580 -0.458864 0.445790 -vn 0.788893 -0.493220 0.366581 -vn 0.741358 -0.622368 0.251089 -vn 0.454941 -0.866548 0.205241 -vn 0.409701 -0.816127 0.407532 -vn 0.241814 -0.877550 0.414044 -vn 0.472206 -0.588738 0.656056 -vn -0.038035 -0.853840 0.519144 -vn 0.248123 -0.495073 0.832669 -vn 0.179770 -0.299309 0.937068 -vn 0.311290 -0.375833 0.872839 -vn 0.390706 -0.108709 0.914074 -vn 0.501288 -0.854017 0.139162 -vn 0.357073 -0.917041 0.177581 -vn 0.050923 -0.966519 0.251491 -vn -0.487736 -0.814485 0.314210 -vn 0.408162 -0.900622 -0.149275 -vn 0.525578 -0.827066 -0.199323 -vn 0.414034 -0.827264 -0.379750 -vn 0.127620 -0.614597 -0.778449 -vn 0.309317 -0.532958 -0.787578 -vn 0.273400 -0.651776 -0.707418 -vn 0.022499 -0.823808 -0.566422 -vn -0.031336 -0.898643 -0.437560 -vn 0.717260 -0.522736 -0.460744 -vn 0.607251 -0.443778 -0.659020 -vn 0.554126 -0.401703 -0.729095 -vn 0.489225 -0.355439 -0.796443 -vn 0.429335 -0.313016 -0.847167 -vn 0.296219 -0.216846 -0.930179 -vn -0.455151 0.481072 0.749271 -vn -0.445536 0.467746 0.763355 -vn -0.375888 0.433801 0.818856 -vn -0.308359 0.385877 0.869491 -vn -0.561585 0.540056 0.626867 -vn -0.698396 0.593108 0.400583 -vn -0.712665 0.598260 0.366324 -vn -0.912607 0.379262 0.152670 -vn -0.903753 0.135944 0.405894 -vn -0.784757 0.015825 0.619602 -vn -0.453758 0.176866 0.873397 -vn -0.702497 -0.114208 0.702463 -vn -0.753819 -0.582542 0.303975 -vn -0.896318 -0.353662 0.267464 -vn -0.977914 -0.045373 0.204022 -vn -0.958573 0.261174 0.113693 -vn -0.880829 0.470904 0.048887 -vn -0.891736 0.450468 0.043419 -vn -0.681352 0.494887 -0.539301 -vn -0.716053 0.426649 -0.552484 -vn -0.999351 0.000703 0.036027 -vn -0.894828 0.027355 -0.445572 -vn -0.976885 -0.213484 0.011001 -vn -0.888470 -0.432701 -0.152939 -vn -0.789921 -0.231686 -0.567756 -vn -0.218129 0.155416 -0.963465 -vn -0.307050 0.224438 -0.924850 -vn -0.302085 0.216930 -0.928271 -vn -0.668668 0.486271 -0.562516 -vn -0.798328 0.582838 -0.151565 -vn 0.589155 -0.673911 0.445803 -vn 0.597875 -0.712861 0.366573 -vn 0.605122 -0.734955 0.306053 -vn 0.228275 -0.031817 0.973077 -vn 0.512707 -0.821033 0.251070 -vn 0.164856 -0.964691 0.205409 -vn 0.455956 -0.422140 0.783519 -vn 0.339769 -0.466889 0.816439 -vn -0.300040 -0.800307 0.519119 -vn -0.241632 -0.894155 0.376962 -vn 0.078404 -0.340244 0.937063 -vn -0.136344 -0.522929 0.841401 -vn 0.450656 -0.891541 0.045432 -vn 0.212862 -0.967118 0.139187 -vn 0.056254 -0.982497 0.177582 -vn -0.250182 -0.934958 0.251522 -vn -0.715492 -0.623986 0.314187 -vn 0.109857 -0.982676 -0.149262 -vn 0.244299 -0.948975 -0.199410 -vn 0.295179 -0.712061 -0.637055 -vn 0.391277 -0.666601 -0.634464 -vn 0.259349 -0.568947 -0.780409 -vn 0.346078 -0.618024 -0.705887 -vn 0.207211 -0.671192 -0.711734 -vn -0.036399 -0.941132 -0.336074 -vn 0.214663 -0.297751 -0.930196 -vn -0.307496 -0.844941 -0.437631 -vn -0.285826 -0.619951 -0.730729 -vn 0.578466 -0.799692 -0.160838 -vn 0.543645 -0.756569 -0.363391 -vn 0.440364 -0.609720 -0.659030 -vn 0.311579 -0.430385 -0.847164 -vn 0.213544 -0.291569 -0.932409 -vn -0.338985 0.659392 0.671038 -vn -0.322969 0.636421 0.700471 -vn -0.284182 0.598124 0.749325 -vn -0.173342 0.462770 0.869365 -vn -0.480934 0.779881 0.400610 -vn -0.680631 0.723329 0.116349 -vn -0.817486 0.408587 0.405923 -vn -0.741453 0.257521 0.619621 -vn -0.376914 0.308464 0.873376 -vn -0.787080 0.035927 0.615804 -vn -0.896951 -0.321073 0.303958 -vn -0.961735 -0.059266 0.267495 -vn -0.944086 0.259005 0.204005 -vn -0.766074 0.639186 -0.067619 -vn -0.495081 0.681206 -0.539309 -vn -0.549158 0.626999 -0.552538 -vn -0.975473 0.217778 0.032011 -vn -0.883476 0.373220 -0.283155 -vn -0.842544 0.302586 -0.445602 -vn -0.978698 -0.136963 -0.152942 -vn -0.822794 0.023764 -0.567843 -vn -0.159509 0.215261 -0.963442 -vn -0.776937 -0.139296 -0.613976 -vn -0.222568 0.308280 -0.924893 -vn -0.220327 0.299643 -0.928262 -vn -0.485710 0.669080 -0.562510 -vn 0.334237 -0.661817 0.671032 -vn 0.339206 -0.700928 0.627407 -vn 0.347342 -0.738778 0.577547 -vn 0.338164 -0.910400 0.238363 -vn 0.318349 -0.947214 0.037930 -vn 0.207296 -0.100833 0.973068 -vn 0.157898 -0.966378 0.202933 -vn 0.186322 -0.975656 0.115668 -vn -0.141321 -0.968444 0.205294 -vn 0.303215 -0.542396 0.783497 -vn 0.178835 -0.549123 0.816383 -vn -0.532655 -0.668380 0.519180 -vn -0.506111 -0.775692 0.377033 -vn -0.711034 -0.541422 0.448658 -vn -0.030642 -0.347899 0.937031 -vn -0.250036 -0.951815 0.177565 -vn -0.526805 -0.811924 0.251507 -vn -0.842235 -0.439483 0.312241 -vn 0.241932 -0.956120 -0.165237 -vn 0.062413 -0.973402 -0.220438 -vn -0.151330 -0.912627 -0.379752 -vn -0.325406 -0.883822 -0.336110 -vn -0.257984 -0.572218 -0.778467 -vn -0.063077 -0.612956 -0.787595 -vn -0.161874 -0.687988 -0.707439 -vn -0.465964 -0.679728 -0.566434 -vn -0.553572 -0.708645 -0.437470 -vn -0.553572 -0.708645 -0.437470 -vn -0.627124 -0.719884 -0.297461 -vn -0.819961 -0.572287 -0.012332 -vn 0.283236 -0.887423 -0.363673 -vn 0.275118 -0.850063 -0.449113 -vn 0.230424 -0.715922 -0.659060 -vn 0.212143 -0.650619 -0.729171 -vn 0.186889 -0.575116 -0.796439 -vn 0.163397 -0.505706 -0.847091 -vn 0.113017 -0.343295 -0.932403 -vn 0.079505 -0.257514 -0.962998 -vn -0.118610 0.731885 0.671027 -vn -0.110455 0.705057 0.700496 -vn -0.085410 0.656693 0.749306 -vn -0.022626 0.493419 0.869498 -vn -0.287200 0.910408 0.297781 -vn -0.323450 0.906061 0.272825 -vn -0.481061 0.833865 0.270646 -vn -0.651208 0.641182 0.405973 -vn -0.625597 0.473965 0.619666 -vn -0.263136 0.409782 0.873406 -vn -0.737475 0.277420 0.615767 -vn -0.625955 0.157169 0.763857 -vn -0.952272 -0.028165 0.303948 -vn -0.932960 0.240870 0.267522 -vn -0.817825 0.538082 0.204034 -vn -0.531071 0.844628 -0.067574 -vn -0.260330 0.800838 -0.539339 -vn -0.328520 0.765971 -0.552597 -vn -0.808058 0.587999 0.036052 -vn -0.707884 0.548087 -0.445535 -vn -0.915803 0.401477 0.010970 -vn -0.973115 0.172225 -0.152924 -vn -0.775219 0.276871 -0.567783 -vn -0.085195 0.254031 -0.963437 -vn -0.116401 0.361964 -0.924896 -vn -0.116926 0.353084 -0.928257 -vn -0.255235 0.786487 -0.562399 -vn 0.113371 -0.732713 0.671028 -vn 0.106008 -0.771453 0.627393 -vn 0.102050 -0.809937 0.577571 -vn 0.040240 -0.970348 0.238340 -vn 0.010078 -0.999231 0.037906 -vn 0.165969 -0.160653 0.972957 -vn -0.148621 -0.967849 0.202929 -vn -0.124274 -0.985493 0.115580 -vn -0.433586 -0.877382 0.205439 -vn 0.120809 -0.609529 0.783504 -vn 0.000410 -0.577451 0.816426 -vn -0.713100 -0.471049 0.519231 -vn -0.721031 -0.581373 0.376987 -vn -0.136539 -0.321446 0.937032 -vn -0.531982 -0.827918 0.177614 -vn -0.752031 -0.609250 0.251523 -vn -0.945605 -0.084247 0.314219 -vn -0.065258 -0.984037 -0.165570 -vn -0.241416 -0.945042 -0.220488 -vn -0.179731 -0.749544 -0.637087 -vn -0.075299 -0.769321 -0.634410 -vn -0.124594 -0.612731 -0.780408 -vn -0.582566 -0.740014 -0.336149 -vn -0.001295 -0.367109 -0.930177 -vn -0.745449 -0.502907 -0.437482 -vn -0.595641 -0.333556 -0.730721 -vn -0.914409 -0.267339 0.303950 -vn -0.004885 -0.931562 -0.363550 -vn -0.002055 -0.752192 -0.658940 -vn -0.000840 -0.531337 -0.847160 -vn 0.113375 0.732729 0.671010 -vn 0.112842 0.704729 0.700445 -vn 0.121696 0.650955 0.749298 -vn 0.130934 0.476335 0.869460 -vn 0.069283 0.913568 0.400741 -vn -0.199785 0.941751 0.270539 -vn -0.199785 0.941751 0.270539 -vn -0.312055 0.902812 0.295892 -vn -0.499756 0.794500 0.344983 -vn -0.104234 0.612530 0.783545 -vn -0.615648 0.491746 0.615762 -vn -0.914409 0.267339 0.303951 -vn -0.812869 0.517379 0.267513 -vn -0.611473 0.764512 0.204015 -vn -0.159718 0.986205 0.043464 -vn -0.000138 0.842207 -0.539154 -vn -0.075663 0.830114 -0.552437 -vn -0.586769 0.808960 0.035860 -vn -0.503862 0.739962 -0.445622 -vn -0.746914 0.664830 0.011032 -vn -0.872283 0.464461 -0.152967 -vn -0.651675 0.502879 -0.567831 -vn -0.002544 0.267924 -0.963437 -vn 0.001186 0.380210 -0.924899 -vn 0.000327 0.826832 -0.562449 -vn -0.118602 -0.731876 0.671037 -vn -0.137561 -0.766464 0.627383 -vn -0.153252 -0.801829 0.577567 -vn -0.261601 -0.935288 0.238330 -vn -0.299183 -0.953441 0.037953 -vn 0.017328 -0.405161 0.914081 -vn -0.440317 -0.874623 0.202868 -vn -0.423079 -0.898687 0.115609 -vn -0.683496 -0.700479 0.205335 -vn -0.177998 -0.549305 0.816444 -vn -0.823746 -0.227637 0.519253 -vn -0.865398 -0.330131 0.376961 -vn -0.893459 -0.020095 0.448695 -vn -0.229216 -0.263500 0.937031 -vn -0.761802 -0.622991 0.177594 -vn -0.903498 -0.347010 0.251547 -vn -0.925360 0.212123 0.314186 -vn -0.366130 -0.915661 -0.165871 -vn -0.521604 -0.824196 -0.220524 -vn -0.402524 -0.657322 -0.637104 -vn -0.309320 -0.708355 -0.634471 -vn -0.307839 -0.544243 -0.780407 -vn -0.114664 -0.348729 -0.930183 -vn -0.864367 -0.247914 -0.437503 -vn -0.669551 -0.133154 -0.730733 -vn -0.764329 0.065295 -0.641512 -vn -0.292553 -0.884397 -0.363668 -vn -0.234335 -0.714680 -0.659030 -vn -0.164937 -0.505090 -0.847160 -vn 0.207296 0.100834 0.973068 -vn 0.338865 0.819523 0.462117 -vn 0.342739 0.780806 0.522371 -vn 0.101012 0.957314 0.270826 -vn -0.017775 0.955047 0.295921 -vn 0.256443 0.727923 0.635897 -vn 0.176938 0.778182 0.602599 -vn -0.373013 0.903140 0.212602 -vn 0.090150 0.614793 0.783519 -vn -0.227544 0.751141 0.619687 -vn -0.433551 0.657956 0.615733 -vn -0.786977 0.536917 0.303953 -vn -0.613251 0.743204 0.267528 -vn -0.345372 0.916016 0.204040 -vn 0.074309 0.994234 0.077306 -vn 0.175536 0.983259 0.048866 -vn 0.152823 0.987296 0.043489 -vn 0.066921 0.995459 -0.067691 -vn 0.154873 0.987005 -0.042846 -vn 0.260102 0.800931 -0.539311 -vn 0.184574 0.812744 -0.552612 -vn -0.308112 0.950670 0.035975 -vn -0.250465 0.859456 -0.445649 -vn -0.504958 0.863073 0.011072 -vn -0.686064 0.711285 -0.152936 -vn -0.464388 0.679672 -0.567793 -vn 0.080317 0.255581 -0.963446 -vn 0.118672 0.361263 -0.924882 -vn 0.113016 0.354402 -0.928238 -vn 0.255844 0.786335 -0.562336 -vn -0.393537 -0.715229 0.577560 -vn -0.338976 -0.659402 0.671032 -vn -0.367677 -0.686449 0.627377 -vn -0.537817 -0.808672 0.238333 -vn -0.579145 -0.814342 0.037932 -vn -0.197117 -0.506912 0.839158 -vn -0.249652 -0.563200 0.787705 -vn -0.622281 -0.741424 0.251111 -vn -0.816133 -0.409779 0.407441 -vn -0.877570 -0.241777 0.414023 -vn -0.870230 -0.350049 0.346650 -vn -0.853780 0.038073 0.519240 -vn -0.880144 -0.117685 0.459887 -vn -0.495076 -0.248173 0.832652 -vn -0.299355 -0.179766 0.937054 -vn -0.853977 -0.501361 0.139144 -vn -0.961573 -0.150207 0.229817 -vn -0.966512 -0.050964 0.251511 -vn -0.814549 0.487627 0.314213 -vn -0.826986 -0.525622 -0.199540 -vn -0.585936 -0.500799 -0.637087 -vn -0.513171 -0.578031 -0.634457 -vn -0.460989 -0.422408 -0.780424 -vn -0.480746 -0.520105 -0.705956 -vn -0.574349 -0.404492 -0.711695 -vn -0.216780 -0.296224 -0.930192 -vn -0.898671 0.031331 -0.437503 -vn -0.677900 0.080261 -0.730759 -vn -0.706704 0.298272 -0.641563 -vn -0.551511 -0.750775 -0.363555 -vn -0.525931 -0.722292 -0.449100 -vn -0.443731 -0.607336 -0.658974 -vn -0.312971 -0.429384 -0.847159 -vn -0.211348 -0.293194 -0.932400 -vn 0.417781 0.340824 0.842198 -vn 0.385894 0.308334 0.869492 -vn 0.362850 0.235226 0.901670 -vn 0.593109 0.698380 0.400607 -vn 0.589181 0.673894 0.445795 -vn 0.598277 0.712642 0.366342 -vn 0.391844 0.879328 0.270630 -vn 0.278202 0.913798 0.295934 -vn 0.275722 0.556796 0.783553 -vn 0.015779 0.784688 0.619690 -vn -0.072992 0.836539 0.543024 -vn 0.075478 0.339616 0.937531 -vn -0.582489 0.753873 0.303945 -vn -0.250192 0.934955 0.251520 -vn -0.045349 0.977919 0.204005 -vn 0.450499 0.891719 0.043444 -vn 0.494882 0.681369 -0.539284 -vn 0.426716 0.715982 -0.552524 -vn 0.000728 0.999350 0.036056 -vn 0.027316 0.894840 -0.445550 -vn -0.213482 0.976885 0.011008 -vn -0.432695 0.888481 -0.152894 -vn -0.231606 0.789882 -0.567843 -vn 0.155407 0.218252 -0.963439 -vn 0.224456 0.306899 -0.924896 -vn 0.216908 0.302127 -0.928262 -vn 0.486264 0.668675 -0.562513 -vn 0.582861 0.798311 -0.151566 -vn -0.372830 -0.441266 0.816261 -vn -0.446993 -0.467053 0.762927 -vn -0.455100 -0.481048 0.749318 -vn -0.561807 -0.539229 0.627380 -vn -0.595299 -0.558618 0.577551 -vn -0.761377 -0.602912 0.238331 -vn -0.802450 -0.595514 0.037902 -vn -0.820943 -0.512828 0.251117 -vn -0.964694 -0.164912 0.205353 -vn -0.809751 -0.279546 0.515904 -vn -0.800238 0.300110 0.519185 -vn -0.894133 0.241694 0.376976 -vn -0.547533 -0.083028 0.832655 -vn -0.340241 -0.078447 0.937060 -vn -0.967121 -0.212871 0.139152 -vn -0.982498 -0.056252 0.177579 -vn -0.934915 0.250404 0.251461 -vn -0.623929 0.715535 0.314202 -vn -0.948959 -0.244266 -0.199527 -vn -0.712038 -0.295174 -0.637083 -vn -0.666645 -0.391291 -0.634410 -vn -0.744042 -0.352206 -0.567761 -vn -0.914696 -0.138167 -0.379790 -vn -0.568944 -0.259311 -0.780423 -vn -0.941127 0.036395 -0.336089 -vn -0.297695 -0.214730 -0.930198 -vn -0.397109 -0.103976 -0.911863 -vn -0.845023 0.307477 -0.437487 -vn -0.619936 0.285840 -0.730736 -vn -0.718772 -0.520659 -0.460740 -vn -0.728999 -0.525688 -0.438420 -vn -0.723400 -0.524470 -0.449025 -vn -0.738411 -0.536259 -0.408871 -vn -0.529514 -0.383888 -0.756468 -vn -0.430355 -0.311656 -0.847151 -vn 0.598159 0.284172 0.749301 -vn 0.582589 0.279185 0.763312 -vn 0.528692 0.223425 0.818881 -vn 0.462322 0.174005 0.869472 -vn 0.687140 0.367195 0.626902 -vn 0.804842 0.531844 0.263384 -vn 0.808600 0.537876 0.238444 -vn 0.723018 0.680968 0.116307 -vn 0.610523 0.755527 0.237574 -vn 0.408631 0.817420 0.406011 -vn 0.426605 0.853191 0.300122 -vn 0.257495 0.741415 0.619678 -vn 0.308436 0.376897 0.873393 -vn 0.035974 0.787125 0.615743 -vn -0.267771 0.658942 0.702919 -vn -0.321114 0.896938 0.303953 -vn -0.059253 0.961733 0.267504 -vn 0.259056 0.944071 0.204008 -vn 0.639308 0.765970 -0.067648 -vn 0.681185 0.495115 -0.539303 -vn 0.626998 0.549192 -0.552504 -vn 0.309539 0.950206 0.035964 -vn 0.302518 0.842587 -0.445566 -vn 0.098853 0.995041 0.011002 -vn -0.136943 0.978698 -0.152963 -vn 0.023769 0.822841 -0.567775 -vn 0.215250 0.159547 -0.963438 -vn -0.139316 0.776922 -0.613990 -vn 0.308338 0.222525 -0.924884 -vn 0.299667 0.220316 -0.928257 -vn 0.669214 0.485717 -0.562345 -vn -0.823001 -0.352081 0.445767 -vn -0.862706 -0.348349 0.366594 -vn -0.885958 -0.348411 0.306087 -vn -0.100804 -0.207299 0.973070 -vn -0.966374 -0.158036 0.202843 -vn -0.975674 -0.186136 0.115820 -vn -0.968431 0.141341 0.205338 -vn -0.542335 -0.303232 0.783533 -vn -0.549048 -0.178848 0.816431 -vn -0.668397 0.532596 0.519218 -vn -0.775723 0.506103 0.376980 -vn -0.541395 0.711038 0.448684 -vn -0.347856 0.030527 0.937051 -vn -0.951779 0.250163 0.177583 -vn -0.811864 0.526909 0.251483 -vn -0.439469 0.842203 0.312348 -vn -0.956110 -0.241825 -0.165449 -vn -0.973406 -0.062435 -0.220413 -vn -0.912616 0.151293 -0.379792 -vn -0.883824 0.325390 -0.336120 -vn -0.572204 0.257997 -0.778473 -vn -0.612965 0.063020 -0.787593 -vn -0.687936 0.161939 -0.707474 -vn -0.679659 0.466067 -0.566433 -vn -0.708616 0.553590 -0.437495 -vn -0.708616 0.553590 -0.437495 -vn -0.719883 0.627108 -0.297496 -vn -0.572277 0.819969 -0.012268 -vn -0.939310 -0.303016 -0.160869 -vn -0.887506 -0.283218 -0.363485 -vn -0.850054 -0.275175 -0.449096 -vn -0.715909 -0.230485 -0.659053 -vn -0.650724 -0.212121 -0.729084 -vn -0.575048 -0.186888 -0.796488 -vn -0.505520 -0.163420 -0.847198 -vn 0.731895 0.118617 0.671014 -vn 0.705151 0.110442 0.700403 -vn 0.656647 0.085441 0.749343 -vn 0.493434 0.022649 0.869488 -vn 0.862145 0.207579 0.462187 -vn 0.833796 0.481167 0.270670 -vn 0.762180 0.575752 0.295959 -vn 0.641213 0.651231 0.405888 -vn 0.474037 0.625560 0.619649 -vn 0.409813 0.263160 0.873384 -vn 0.277414 0.737499 0.615741 -vn 0.157187 0.625977 0.763836 -vn -0.028196 0.952275 0.303938 -vn 0.240892 0.932957 0.267512 -vn 0.538135 0.817793 0.204022 -vn 0.848101 0.524163 0.077317 -vn 0.898669 0.435897 0.048867 -vn 0.888591 0.456637 0.043460 -vn 0.844714 0.530929 -0.067626 -vn 0.889481 0.454975 -0.042672 -vn 0.800898 0.260359 -0.539236 -vn 0.766085 0.328465 -0.552471 -vn 0.588010 0.808053 0.035980 -vn 0.548082 0.707854 -0.445588 -vn 0.401463 0.915810 0.010961 -vn 0.331431 0.935464 -0.122724 -vn 0.438066 0.744135 -0.504343 -vn 0.299266 0.667419 -0.681903 -vn 0.438066 0.744135 -0.504343 -vn 0.455779 0.645465 -0.612895 -vn 0.135249 0.668490 -0.731320 -vn 0.002700 0.513295 -0.858208 -vn 0.060684 0.213212 -0.975120 -vn 0.362096 0.116365 -0.924849 -vn 0.353114 0.116914 -0.928247 -vn 0.369949 0.122258 -0.920973 -vn 0.786443 0.255173 -0.562489 -vn -0.732702 -0.113379 0.671039 -vn -0.771459 -0.106009 0.627386 -vn -0.809942 -0.102049 0.577564 -vn -0.970354 -0.040261 0.238310 -vn -0.999230 -0.010114 0.037912 -vn -0.159972 -0.166004 0.973063 -vn -0.967873 0.148583 0.202844 -vn -0.985459 0.124396 0.115739 -vn -0.877420 0.433563 0.205324 -vn -0.633889 0.220884 0.741212 -vn -0.471053 0.713105 0.519221 -vn -0.581351 0.721082 0.376925 -vn -0.516039 -0.130450 0.846573 -vn -0.295164 0.843547 0.448672 -vn -0.321417 0.136513 0.937046 -vn -0.342931 0.417707 0.841379 -vn -0.827966 0.531918 0.177585 -vn -0.609357 0.751948 0.251511 -vn -0.157672 0.936811 0.312289 -vn -0.984034 0.065379 -0.165536 -vn -0.945069 0.241320 -0.220477 -vn -0.821202 0.425891 -0.379795 -vn -0.740010 0.582579 -0.336135 -vn -0.464490 0.422228 -0.778442 -vn -0.563522 0.249307 -0.787584 -vn -0.604231 0.366574 -0.707480 -vn -0.502382 0.653248 -0.566463 -vn -0.502884 0.745457 -0.437495 -vn -0.502884 0.745457 -0.437495 -vn -0.490912 0.818843 -0.297493 -vn -0.290864 0.956686 -0.012208 -vn -0.931565 0.004882 -0.363543 -vn -0.893520 0.000978 -0.449023 -vn -0.752110 0.002065 -0.659035 -vn -0.684411 -0.000687 -0.729096 -vn -0.604707 -0.000032 -0.796448 -vn -0.531245 0.000837 -0.847218 -vn -0.367051 0.001302 -0.930200 -vn 0.732738 -0.113364 0.671002 -vn 0.704774 -0.112809 0.700405 -vn 0.650943 -0.121689 0.749310 -vn 0.475368 -0.133097 0.869661 -vn 0.954577 -0.008153 0.297852 -vn 0.961679 0.027696 0.272776 -vn 0.941707 0.199773 0.270700 -vn 0.811053 0.421254 0.405880 -vn 0.644168 0.448426 0.619647 -vn 0.471076 0.123677 0.873379 -vn 0.491741 0.615701 0.615714 -vn 0.267391 0.914385 0.303977 -vn 0.517367 0.812878 0.267507 -vn 0.764439 0.611562 0.204024 -vn 0.986192 0.159801 0.043454 -vn 0.842128 0.000145 -0.539277 -vn 0.830062 0.075813 -0.552493 -vn 0.809046 0.586651 0.035855 -vn 0.739986 0.503856 -0.445589 -vn 0.664777 0.746960 0.011041 -vn 0.604303 0.787244 -0.122739 -vn 0.646558 0.572410 -0.504291 -vn 0.490876 0.542285 -0.681886 -vn 0.646558 0.572410 -0.504291 -vn 0.632929 0.473117 -0.612831 -vn 0.333541 0.882127 -0.332569 -vn 0.335221 0.594001 -0.731294 -vn 0.158180 0.968867 -0.190460 -vn 0.380232 -0.001185 -0.924890 -vn 0.371889 0.002095 -0.928275 -vn 0.267858 0.002551 -0.963455 -vn 0.389625 0.001964 -0.920972 -vn 0.826827 -0.000330 -0.562457 -vn -0.731871 0.118586 0.671046 -vn -0.766418 0.137558 0.627440 -vn -0.801851 0.153225 0.577544 -vn -0.935296 0.261598 0.238303 -vn -0.953454 0.299149 0.037888 -vn -0.203402 -0.108444 0.973071 -vn -0.874534 0.440509 0.202836 -vn -0.898906 0.422576 0.115751 -vn -0.700431 0.683542 0.205346 -vn -0.617010 0.073483 0.783517 -vn -0.549347 0.178029 0.816409 -vn -0.227668 0.823776 0.519192 -vn -0.330106 0.865397 0.376985 -vn -0.263508 0.229181 0.937038 -vn -0.623001 0.761796 0.177585 -vn -0.347068 0.903489 0.251499 -vn 0.212148 0.925351 0.314195 -vn -0.915720 0.366137 -0.165533 -vn -0.824170 0.521662 -0.220484 -vn -0.657308 0.402585 -0.637080 -vn -0.708443 0.309245 -0.634410 -vn -0.722292 0.394959 -0.567716 -vn -0.649415 0.658830 -0.379742 -vn -0.544227 0.307890 -0.780398 -vn -0.348714 0.114683 -0.930186 -vn -0.317521 0.260216 -0.911849 -vn -0.247917 0.864392 -0.437452 -vn -0.133145 0.669523 -0.730761 -vn -0.077474 0.874645 -0.478533 -vn -0.923731 0.302481 -0.235003 -vn -0.621752 0.202633 -0.756548 -vn -0.505086 0.165011 -0.847148 -vn 0.661838 -0.334225 0.671017 -vn 0.635439 -0.325044 0.700402 -vn 0.581461 -0.316904 0.749317 -vn 0.412533 -0.271764 0.869460 -vn 0.819535 -0.338862 0.462099 -vn 0.957375 -0.100798 0.270689 -vn 0.955045 0.017796 0.295927 -vn 0.778185 -0.176766 0.602646 -vn 0.903099 0.373108 0.212610 -vn 0.614796 -0.090117 0.783521 -vn 0.751203 0.227340 0.619686 -vn 0.657931 0.433549 0.615761 -vn 0.536985 0.786906 0.304016 -vn 0.743166 0.613320 0.267475 -vn 0.916012 0.345399 0.204016 -vn 0.994230 -0.074327 0.077343 -vn 0.983274 -0.175460 0.048853 -vn 0.987286 -0.152893 0.043474 -vn 0.995462 -0.066866 -0.067710 -vn 0.987101 -0.154293 -0.042733 -vn 0.800958 -0.260081 -0.539281 -vn 0.812837 -0.184400 -0.552533 -vn 0.950688 0.308048 0.036031 -vn 0.859456 0.250527 -0.445614 -vn 0.863115 0.504887 0.010984 -vn 0.711277 0.686076 -0.152920 -vn 0.679642 0.464411 -0.567811 -vn 0.255583 -0.080372 -0.963441 -vn 0.361303 -0.118606 -0.924874 -vn 0.786279 -0.255795 -0.562436 -vn -0.659421 0.338950 0.671027 -vn -0.686472 0.367642 0.627372 -vn -0.715223 0.393528 0.577574 -vn -0.808682 0.537801 0.238336 -vn -0.814301 0.579204 0.037898 -vn -0.279630 0.016320 0.959969 -vn -0.455060 0.866441 0.205425 -vn -0.540358 0.824916 0.165913 -vn -0.409705 0.816167 0.407446 -vn -0.241834 0.877542 0.414048 -vn -0.467440 0.339034 0.816429 -vn 0.038066 0.853825 0.519167 -vn -0.248145 0.494947 0.832737 -vn -0.179756 0.299375 0.937050 -vn -0.031967 0.539532 0.841358 -vn -0.618113 0.780322 0.095052 -vn -0.357042 0.917057 0.177560 -vn -0.050887 0.966527 0.251468 -vn 0.487689 0.814526 0.314178 -vn -0.715189 0.650272 -0.256223 -vn -0.408151 0.900632 -0.149247 -vn -0.525617 0.826987 -0.199546 -vn -0.488494 0.864152 -0.120890 -vn -0.500782 0.585945 -0.637092 -vn -0.578102 0.513155 -0.634406 -vn -0.564894 0.598720 -0.567828 -vn -0.414036 0.827268 -0.379739 -vn -0.422429 0.460972 -0.780422 -vn -0.256249 0.906274 -0.336161 -vn -0.296200 0.216834 -0.930187 -vn -0.221577 0.345618 -0.911840 -vn 0.031324 0.898640 -0.437568 -vn 0.080271 0.677905 -0.730754 -vn -0.717274 0.522726 -0.460733 -vn -0.528819 0.384795 -0.756494 -vn -0.429384 0.312998 -0.847149 -vn 0.526174 -0.522381 0.671013 -vn 0.503785 -0.505570 0.700428 -vn 0.455136 -0.481070 0.749282 -vn 0.308368 -0.385883 0.869485 -vn 0.767509 -0.567642 0.297847 -vn 0.794141 -0.543016 0.272899 -vn 0.879345 -0.391790 0.270653 -vn 0.903786 -0.135860 0.405848 -vn 0.784742 -0.015780 0.619622 -vn 0.836538 0.072982 0.543026 -vn 0.453739 -0.176935 0.873393 -vn 0.702456 0.114172 0.702510 -vn 0.759705 0.209054 0.615748 -vn 0.753767 0.582633 0.303932 -vn 0.934924 0.250356 0.251473 -vn 0.977910 0.045427 0.204033 -vn 0.891777 -0.450385 0.043435 -vn 0.681363 -0.494899 -0.539277 -vn 0.715934 -0.426815 -0.552511 -vn 0.999350 -0.000775 0.036035 -vn 0.757737 -0.148785 -0.635372 -vn 0.951607 0.281698 -0.122839 -vn 0.888474 0.432695 -0.152937 -vn 0.218188 -0.155418 -0.963452 -vn 0.695844 0.372563 -0.614002 -vn 0.306928 -0.224443 -0.924890 -vn 0.302017 -0.216935 -0.928291 -vn 0.668692 -0.486277 -0.562482 -vn -0.522406 0.526130 0.671028 -vn -0.539213 0.561798 0.627402 -vn -0.558652 0.595271 0.577547 -vn -0.602886 0.761411 0.238289 -vn -0.595521 0.802446 0.037895 -vn -0.316913 0.186907 0.929856 -vn -0.448919 0.870186 0.203096 -vn -0.478683 0.870310 0.115854 -vn -0.164927 0.964691 0.205352 -vn -0.339794 0.466958 0.816389 -vn 0.300045 0.800245 0.519212 -vn 0.241617 0.894178 0.376918 -vn -0.078428 0.340293 0.937043 -vn -0.056238 0.982494 0.177604 -vn 0.250253 0.934928 0.251561 -vn 0.665171 0.678258 0.312272 -vn -0.525909 0.834248 -0.165678 -vn -0.360083 0.906517 -0.220379 -vn -0.295167 0.712037 -0.637087 -vn -0.391291 0.666609 -0.634448 -vn -0.352219 0.743990 -0.567822 -vn -0.138163 0.914707 -0.379765 -vn -0.259301 0.569034 -0.780361 -vn 0.036393 0.941126 -0.336091 -vn -0.214683 0.297780 -0.930182 -vn -0.104008 0.397171 -0.911832 -vn 0.307500 0.845018 -0.437479 -vn 0.285839 0.619963 -0.730713 -vn 0.603000 0.797648 -0.012186 -vn -0.569547 0.787627 -0.235075 -vn -0.383995 0.529364 -0.756519 -vn -0.311580 0.430388 -0.847162 -vn 0.111526 -0.417773 0.901681 -vn 0.107732 -0.391386 0.913899 -vn 0.680864 -0.723091 0.116462 -vn 0.497656 -0.722987 0.479196 -vn 0.564719 -0.693180 0.447878 -vn 0.783176 -0.546929 0.295810 -vn 0.438076 -0.635283 0.636007 -vn 0.871341 -0.349066 0.344846 -vn 0.444373 -0.434343 0.783504 -vn 0.741466 -0.257504 0.619613 -vn 0.257977 -0.358306 0.897254 -vn 0.787114 -0.035896 0.615762 -vn 0.299704 -0.176761 0.937514 -vn 0.658951 0.267737 0.702923 -vn 0.896934 0.321108 0.303973 -vn 0.961739 0.059194 0.267497 -vn 0.944082 -0.259005 0.204022 -vn 0.766081 -0.639173 -0.067664 -vn 0.495099 -0.681204 -0.539294 -vn 0.549192 -0.626999 -0.552504 -vn 0.950180 -0.309622 0.035939 -vn 0.842543 -0.302602 -0.445593 -vn 0.995035 -0.098908 0.011076 -vn 0.992090 -0.026125 -0.122784 -vn 0.843097 -0.186609 -0.504346 -vn 0.727261 -0.078387 -0.681871 -vn 0.426278 -0.049817 -0.903220 -vn 0.222585 -0.308304 -0.924881 -vn 0.220334 -0.299660 -0.928255 -vn 0.230607 -0.314052 -0.920973 -vn 0.485727 -0.669131 -0.562435 -vn -0.342661 0.780197 0.523331 -vn -0.352072 0.823003 0.445770 -vn -0.347335 0.738763 0.577570 -vn -0.338173 0.910400 0.238350 -vn -0.318359 0.947213 0.037892 -vn -0.316991 0.582078 0.748801 -vn -0.207298 0.100818 0.973069 -vn -0.234196 0.939158 0.251264 -vn 0.141310 0.968429 0.205369 -vn -0.178822 0.549071 0.816421 -vn 0.532635 0.668386 0.519192 -vn 0.506112 0.775740 0.376932 -vn 0.030567 0.347863 0.937047 -vn 0.096406 0.985562 0.139190 -vn 0.250108 0.951786 0.177620 -vn 0.526848 0.811913 0.251452 -vn 0.842132 0.439664 0.312264 -vn 0.060825 0.977993 -0.199575 -vn -0.060740 0.768474 -0.636992 -vn -0.166122 0.754877 -0.634479 -vn -0.070846 0.621278 -0.780381 -vn -0.138181 0.694690 -0.705912 -vn 0.010345 0.702468 -0.711640 -vn 0.325408 0.883822 -0.336109 -vn -0.112204 0.349539 -0.930179 -vn 0.553523 0.708588 -0.437624 -vn 0.463422 0.501297 -0.730713 -vn -0.283291 0.887451 -0.363561 -vn -0.275128 0.850105 -0.449028 -vn -0.230461 0.715966 -0.658999 -vn -0.163379 0.505653 -0.847126 -vn 0.030115 -0.538399 0.842152 -vn 0.022657 -0.493457 0.869475 -vn -0.023004 -0.431817 0.901668 -vn 0.136900 -0.766958 0.626924 -vn 0.299189 -0.933709 0.196655 -vn 0.323134 -0.906116 0.273016 -vn 0.353496 -0.933400 0.061682 -vn 0.423897 -0.898230 0.116166 -vn 0.651204 -0.641248 0.405875 -vn 0.625549 -0.474095 0.619614 -vn 0.263069 -0.409846 0.873396 -vn 0.737525 -0.277363 0.615733 -vn 0.230336 -0.260683 0.937544 -vn 0.733778 -0.114742 0.669630 -vn 0.952251 0.028592 0.303973 -vn 0.932929 -0.241017 0.267497 -vn 0.817835 -0.538075 0.204012 -vn 0.531086 -0.844614 -0.067638 -vn 0.260373 -0.800890 -0.539241 -vn 0.328435 -0.766057 -0.552528 -vn 0.860397 -0.508620 0.031989 -vn 0.725084 -0.627787 -0.283086 -vn 0.707876 -0.548062 -0.445578 -vn 0.973108 -0.172252 -0.152937 -vn 0.775231 -0.276800 -0.567801 -vn 0.085195 -0.254018 -0.963440 -vn 0.781965 -0.107600 -0.613965 -vn 0.116383 -0.361983 -0.924891 -vn 0.116889 -0.353042 -0.928277 -vn 0.255192 -0.786458 -0.562459 -vn 0.698381 -0.644853 -0.310531 -vn 0.695624 -0.602801 -0.390816 -vn 0.491901 -0.418615 -0.763410 -vn 0.433333 -0.395223 -0.809952 -vn 0.106446 -0.119093 -0.987161 -vn 0.394207 -0.434126 -0.810022 -vn 0.564079 -0.650132 -0.509061 -vn 0.546775 -0.595618 -0.588453 -vn 0.698420 -0.698443 -0.156161 -vn 0.572445 -0.572512 -0.586973 -vn 0.416399 -0.416439 -0.808202 -vn 0.219579 -0.219608 -0.950556 -vn 0.464943 -0.829111 -0.310489 -vn 0.475308 -0.788256 -0.390812 -vn 0.397593 -0.703871 -0.588630 -vn 0.396464 -0.648473 -0.649845 -vn 0.289968 -0.509784 -0.809963 -vn 0.062080 -0.142474 -0.987850 -vn 0.240740 -0.534695 -0.810028 -vn 0.335566 -0.792621 -0.509064 -vn 0.335957 -0.735462 -0.588413 -vn 0.378009 -0.891885 -0.248297 -vn 0.431829 -0.847536 -0.308556 -vn 0.367517 -0.721365 -0.586996 -vn 0.267357 -0.524759 -0.808176 -vn 0.140981 -0.276718 -0.950553 -vn 0.185967 -0.932209 -0.310488 -vn 0.208469 -0.896585 -0.390737 -vn 0.151955 -0.627987 -0.763244 -vn 0.118266 -0.574460 -0.809944 -vn 0.016556 -0.161196 -0.986784 -vn 0.063738 -0.582895 -0.810044 -vn 0.074217 -0.857550 -0.509019 -vn 0.092268 -0.803287 -0.588402 -vn 0.154499 -0.975554 -0.156285 -vn 0.126610 -0.799650 -0.586967 -vn 0.092090 -0.581672 -0.808194 -vn 0.048561 -0.306744 -0.950553 -vn -0.060453 -0.757744 -0.649746 -vn -0.079065 -0.702256 -0.707520 -vn -0.060446 -0.757727 -0.649766 -vn -0.033502 -0.151766 -0.987849 -vn -0.119522 -0.574077 -0.810031 -vn -0.194420 -0.838552 -0.508951 -vn -0.160468 -0.792491 -0.588395 -vn -0.148829 -0.939514 -0.308487 -vn -0.126682 -0.799637 -0.586969 -vn -0.092156 -0.581612 -0.808230 -vn -0.048606 -0.306721 -0.950558 -vn -0.397498 -0.863468 -0.310514 -vn -0.358379 -0.847873 -0.390737 -vn -0.335763 -0.735363 -0.588646 -vn -0.291612 -0.701911 -0.649833 -vn -0.124239 -0.281486 -0.951489 -vn -0.078755 -0.133981 -0.987850 -vn -0.291092 -0.509053 -0.810019 -vn -0.444011 -0.737380 -0.509043 -vn -0.397503 -0.704109 -0.588407 -vn -0.499365 -0.830090 -0.248165 -vn -0.431865 -0.847532 -0.308516 -vn -0.367579 -0.721334 -0.586995 -vn -0.267364 -0.524685 -0.808222 -vn -0.644840 -0.698370 -0.310581 -vn -0.602833 -0.695619 -0.390778 -vn -0.395244 -0.433335 -0.809940 -vn -0.418677 -0.492055 -0.763277 -vn -0.434127 -0.394190 -0.810030 -vn -0.470432 -0.397753 -0.787709 -vn -0.455165 -0.394470 -0.798259 -vn -0.650092 -0.564062 -0.509132 -vn -0.595627 -0.546811 -0.588409 -vn -0.698444 -0.698427 -0.156123 -vn -0.572501 -0.572443 -0.586986 -vn -0.416429 -0.416384 -0.808215 -vn -0.219618 -0.219578 -0.950554 -vn -0.829101 -0.464944 -0.310514 -vn -0.788295 -0.475318 -0.390722 -vn -0.509770 -0.290004 -0.809958 -vn -0.550111 -0.338564 -0.763382 -vn -0.534718 -0.240735 -0.810015 -vn -0.570306 -0.232912 -0.787720 -vn -0.554725 -0.234516 -0.798299 -vn -0.792630 -0.335571 -0.509048 -vn -0.735453 -0.335975 -0.588413 -vn -0.880081 -0.448405 -0.156176 -vn -0.721362 -0.367515 -0.587000 -vn -0.524729 -0.267327 -0.808206 -vn -0.276721 -0.140969 -0.950554 -vn -0.932195 -0.185963 -0.310531 -vn -0.896589 -0.208425 -0.390752 -vn -0.792265 -0.160610 -0.588660 -vn -0.739249 -0.176658 -0.649849 -vn -0.154654 -0.015033 -0.987854 -vn -0.582964 -0.063725 -0.809995 -vn -0.857505 -0.074222 -0.509093 -vn -0.803277 -0.092268 -0.588415 -vn -0.975570 -0.154494 -0.156187 -vn -0.799643 -0.126619 -0.586975 -vn -0.581628 -0.092089 -0.808225 -vn -0.306750 -0.048558 -0.950551 -vn -0.757732 0.060458 -0.649760 -vn -0.702234 0.079064 -0.707543 -vn -0.757706 0.060442 -0.649792 -vn -0.449879 0.048725 -0.891759 -vn -0.151761 0.033503 -0.987849 -vn -0.574110 0.119527 -0.810007 -vn -0.838484 0.194393 -0.509073 -vn -0.792479 0.160469 -0.588410 -vn -0.880386 0.139462 -0.453289 -vn -0.699244 0.110785 -0.706247 -vn -0.449765 0.071262 -0.890300 -vn -0.863468 0.397480 -0.310536 -vn -0.847840 0.358406 -0.390785 -vn -0.735370 0.335751 -0.588644 -vn -0.534246 0.241979 -0.809955 -vn -0.597109 0.246215 -0.763439 -vn -0.509065 0.291075 -0.810018 -vn -0.523607 0.324440 -0.787765 -vn -0.515728 0.310908 -0.798349 -vn -0.737393 0.443990 -0.509043 -vn -0.704066 0.397524 -0.588443 -vn -0.847541 0.431866 -0.308491 -vn -0.721350 0.367577 -0.586977 -vn -0.524712 0.267388 -0.808196 -vn -0.276685 0.141011 -0.950558 -vn -0.698397 0.644848 -0.310505 -vn -0.695635 0.602774 -0.390839 -vn -0.595646 0.546544 -0.588639 -vn -0.577517 0.494285 -0.649736 -vn -0.433344 0.395249 -0.809933 -vn -0.106454 0.119104 -0.987158 -vn -0.394214 0.434120 -0.810022 -vn -0.564063 0.650139 -0.509071 -vn -0.546794 0.595630 -0.588423 -vn -0.635119 0.731439 -0.248237 -vn -0.672604 0.672639 -0.308482 -vn -0.572431 0.572500 -0.586998 -vn -0.416375 0.416437 -0.808216 -vn -0.219576 0.219612 -0.950556 -vn -0.464939 0.829110 -0.310496 -vn -0.475316 0.788303 -0.390709 -vn -0.338484 0.550106 -0.763421 -vn -0.289992 0.509802 -0.809942 -vn -0.062077 0.142470 -0.987851 -vn -0.240760 0.534698 -0.810020 -vn -0.335576 0.792617 -0.509066 -vn -0.335977 0.735459 -0.588405 -vn -0.448413 0.880077 -0.156172 -vn -0.367505 0.721367 -0.587000 -vn -0.267317 0.524735 -0.808205 -vn -0.140996 0.276717 -0.950551 -vn -0.185968 0.932203 -0.310505 -vn -0.208405 0.896564 -0.390820 -vn -0.160609 0.792256 -0.588673 -vn -0.176688 0.739328 -0.649751 -vn -0.015030 0.154689 -0.987849 -vn -0.063735 0.582916 -0.810029 -vn -0.074228 0.857535 -0.509043 -vn -0.092264 0.803265 -0.588433 -vn -0.154500 0.975565 -0.156213 -vn -0.126612 0.799645 -0.586973 -vn -0.092090 0.581667 -0.808198 -vn -0.048555 0.306719 -0.950561 -vn 0.060454 0.757741 -0.649749 -vn 0.079062 0.702224 -0.707553 -vn 0.060445 0.757697 -0.649801 -vn 0.033501 0.151760 -0.987850 -vn 0.119529 0.574107 -0.810009 -vn 0.194397 0.838496 -0.509052 -vn 0.160466 0.792459 -0.588439 -vn 0.148827 0.939511 -0.308497 -vn 0.126684 0.799642 -0.586961 -vn 0.092162 0.581655 -0.808198 -vn 0.048605 0.306722 -0.950557 -vn 0.397492 0.863467 -0.310524 -vn 0.358353 0.847883 -0.390739 -vn 0.335755 0.735348 -0.588670 -vn 0.291626 0.701955 -0.649780 -vn 0.124244 0.281496 -0.951485 -vn 0.078751 0.133985 -0.987849 -vn 0.291086 0.509049 -0.810023 -vn 0.444035 0.737341 -0.509079 -vn 0.397488 0.704093 -0.588435 -vn 0.499353 0.830061 -0.248286 -vn 0.431861 0.847527 -0.308536 -vn 0.367583 0.721342 -0.586983 -vn 0.267388 0.524710 -0.808198 -vn 0.644879 0.698372 -0.310497 -vn 0.602852 0.695596 -0.390790 -vn 0.546559 0.595615 -0.588656 -vn 0.494269 0.577488 -0.649773 -vn 0.229542 0.205566 -0.951343 -vn 0.434124 0.394175 -0.810038 -vn 0.650126 0.564094 -0.509053 -vn 0.595618 0.546811 -0.588419 -vn 0.698429 0.698428 -0.156188 -vn 0.572514 0.572455 -0.586960 -vn 0.322003 0.321961 -0.890312 -vn 0.829097 0.464947 -0.310521 -vn 0.788345 0.475318 -0.390622 -vn 0.550163 0.338450 -0.763395 -vn 0.509768 0.290004 -0.809959 -vn 0.142470 0.062100 -0.987849 -vn 0.534708 0.240733 -0.810021 -vn 0.792617 0.335592 -0.509055 -vn 0.735448 0.335989 -0.588412 -vn 0.794220 0.404644 -0.453296 -vn 0.524735 0.267328 -0.808201 -vn 0.276722 0.140971 -0.950554 -vn 0.932196 0.185962 -0.310530 -vn 0.896576 0.208412 -0.390789 -vn 0.574482 0.118276 -0.809927 -vn 0.627850 0.151926 -0.763363 -vn 0.582955 0.063725 -0.810001 -vn 0.614409 0.045306 -0.787686 -vn 0.600023 0.051654 -0.798314 -vn 0.857531 0.074187 -0.509056 -vn 0.803267 0.092265 -0.588430 -vn 0.880386 0.139412 -0.453305 -vn 0.581627 0.092086 -0.808227 -vn 0.306724 0.048558 -0.950559 -vn 0.944042 -0.111208 -0.310511 -vn 0.917111 -0.078816 -0.390762 -vn 0.803108 -0.092077 -0.588677 -vn 0.757737 -0.060406 -0.649759 -vn 0.582862 -0.065043 -0.809964 -vn 0.159542 -0.034404 -0.986592 -vn 0.574133 -0.119521 -0.809991 -vn 0.838459 -0.194434 -0.509099 -vn 0.792468 -0.160470 -0.588425 -vn 0.939509 -0.148826 -0.308502 -vn 0.799634 -0.126681 -0.586973 -vn 0.581655 -0.092158 -0.808199 -vn 0.306708 -0.048601 -0.950562 -vn 0.863483 -0.397468 -0.310510 -vn 0.847851 -0.358404 -0.390762 -vn 0.735386 -0.335751 -0.588625 -vn 0.701938 -0.291604 -0.649808 -vn 0.534236 -0.241977 -0.809962 -vn 0.133966 -0.078760 -0.987851 -vn 0.509075 -0.291079 -0.810010 -vn 0.737405 -0.443955 -0.509056 -vn 0.704084 -0.397512 -0.588430 -vn 0.830109 -0.499365 -0.248098 -vn 0.847520 -0.431874 -0.308536 -vn 0.721355 -0.367580 -0.586969 -vn 0.524716 -0.267388 -0.808194 -vn 0.276679 -0.141006 -0.950561 -vn -0.767952 0.070497 -0.636616 -vn -0.918134 0.000000 -0.396269 -vn -0.767999 -0.070067 -0.636606 -vn -0.815887 -0.139872 -0.561039 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn 0.668553 -0.114965 -0.734724 -vn 0.528669 -0.187095 -0.827952 -vn 0.639528 -0.226290 -0.734708 -vn 0.489433 -0.273738 -0.827963 -vn 0.592084 -0.331123 -0.734707 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.527580 -0.426415 -0.734731 -vn 0.370251 -0.421186 -0.827959 -vn 0.447963 -0.509439 -0.734712 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.355426 -0.577863 -0.734675 -vn 0.208857 -0.520469 -0.827944 -vn 0.252660 -0.629583 -0.734702 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.142582 -0.663185 -0.734749 -vn 0.028491 -0.677770 -0.734722 -vn -0.071528 -0.556229 -0.827945 -vn -0.086480 -0.672851 -0.734706 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.198933 -0.648515 -0.734748 -vn -0.252721 -0.500610 -0.827962 -vn -0.305699 -0.605607 -0.734703 -vn -0.333699 -0.450696 -0.827960 -vn -0.403624 -0.545232 -0.734717 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.489916 -0.469140 -0.734772 -vn -0.464800 -0.313794 -0.827946 -vn -0.562169 -0.379609 -0.734753 -vn -0.618324 -0.279129 -0.734685 -vn -0.542831 -0.141030 -0.827916 -vn -0.542661 0.141597 -0.827931 -vn -0.656432 0.171237 -0.734694 -vn -0.510915 0.231274 -0.827936 -vn -0.618035 0.279736 -0.734698 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.561799 0.380107 -0.734780 -vn -0.489534 0.469649 -0.734701 -vn -0.333245 0.451034 -0.827959 -vn -0.403151 0.545602 -0.734703 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.305105 0.605832 -0.734765 -vn -0.163944 0.536313 -0.827944 -vn -0.198347 0.648738 -0.734709 -vn -0.070950 0.556306 -0.827943 -vn -0.085859 0.672933 -0.734704 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn 0.029101 0.677742 -0.734724 -vn 0.118421 0.548139 -0.827962 -vn 0.143227 0.663090 -0.734709 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.253220 0.629333 -0.734725 -vn 0.294242 0.477361 -0.827978 -vn 0.355934 0.577479 -0.734731 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.448420 0.509044 -0.734707 -vn 0.436464 0.352072 -0.827976 -vn 0.527986 0.425934 -0.734718 -vn 0.489720 0.273249 -0.827955 -vn 0.592369 0.330562 -0.734730 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.639716 0.225697 -0.734727 -vn 0.668660 0.114331 -0.734726 -vn 0.560808 -0.000293 -0.827946 -vn 0.678356 -0.000318 -0.734733 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn -0.429081 -0.036281 -0.902537 -vn -0.356949 -0.240959 -0.902511 -vn -0.416685 0.108751 -0.902522 -vn 0.988556 0.150855 0.000000 -vn 0.988556 0.150854 0.000000 -vn 0.974927 0.222523 0.000000 -vn 0.974929 0.222515 0.000000 -vn 0.956111 0.293005 0.000000 -vn 0.956115 0.292991 0.000000 -vn 0.205767 0.978601 -0.000011 -vn 0.286211 0.958167 0.000049 -vn 0.288332 0.957531 -0.000008 -vn 0.439889 0.898052 0.000091 -vn 0.591920 0.805997 -0.000001 -vn 0.824990 0.565148 0.000054 -vn 0.910545 0.413411 0.000000 -vn 0.966988 0.254823 0.000027 -vn 0.996376 0.085053 0.000003 -vn 0.967005 -0.254756 0.000027 -vn 0.827372 -0.561655 0.000008 -vn 0.716982 -0.697092 0.000065 -vn 0.446563 -0.894752 0.000007 -vn 0.286645 -0.958037 0.000050 -vn 0.205778 -0.978599 0.000010 -vn 0.675262 0.737578 -0.000009 -vn 0.673611 0.739087 0.000050 -vn 0.786025 0.618195 0.000091 -vn 0.790577 0.612362 -0.000003 -vn 0.948182 0.317727 0.000065 -vn 0.949817 0.312805 0.000000 -vn 0.999807 -0.019631 0.000040 -vn 0.999743 -0.022660 0.000000 -vn 0.934889 -0.354939 0.000014 -vn 0.860400 -0.509620 0.000014 -vn 0.762011 -0.647564 0.000002 -vn 0.639030 -0.769182 0.000039 -vn 0.347623 -0.937634 0.000010 -vn 0.343593 -0.939119 0.000065 -vn -0.155661 -0.987811 0.000006 -vn -0.157373 -0.987539 0.000050 -vn 0.893493 0.449077 -0.000012 -vn 0.927565 0.373661 0.000049 -vn 0.928409 0.371560 -0.000009 -vn 0.976426 0.215852 0.000090 -vn 0.999203 0.039914 0.000001 -vn 0.956220 -0.292648 0.000052 -vn 0.955031 -0.296508 0.000000 -vn 0.802154 -0.597117 0.000027 -vn 0.800941 -0.598743 0.000000 -vn 0.405462 -0.914112 0.000002 -vn 0.403834 -0.914832 0.000025 -vn 0.076621 -0.997060 0.000007 -vn -0.097922 -0.995194 0.000065 -vn -0.421040 -0.907042 0.000006 -vn -0.570278 -0.821452 0.000049 -vn -0.636841 -0.770995 0.000008 -vn 0.999854 0.017116 -0.000011 -vn 0.997827 -0.065888 0.000049 -vn 0.997681 -0.068067 -0.000009 -vn 0.973380 -0.229198 0.000090 -vn 0.917558 -0.397602 0.000000 -vn 0.839532 -0.543311 0.000065 -vn 0.731762 -0.681561 0.000001 -vn 0.608047 -0.793901 0.000038 -vn 0.304726 -0.952440 0.000001 -vn 0.138020 -0.990429 0.000014 -vn -0.202882 -0.979203 0.000041 -vn -0.363678 -0.931525 0.000007 -vn -0.520041 -0.854142 0.000064 -vn -0.654083 -0.756422 0.000013 -vn -0.869424 -0.494066 0.000006 -vn -0.870183 -0.492728 0.000050 -vn 0.869383 -0.494138 -0.000007 -vn 0.870400 -0.492346 0.000050 -vn 0.777570 -0.628796 0.000092 -vn 0.772932 -0.634489 -0.000002 -vn 0.516304 -0.856406 0.000000 -vn 0.367413 -0.930058 0.000051 -vn 0.200365 -0.979721 0.000001 -vn 0.033333 -0.999444 0.000029 -vn -0.305350 -0.952240 0.000013 -vn -0.461788 -0.886990 0.000002 -vn -0.607665 -0.794194 0.000039 -vn -0.836754 -0.547579 0.000010 -vn -0.839175 -0.543862 0.000065 -vn -0.971675 -0.236322 0.000007 -vn -0.997805 -0.066228 0.000049 -vn -0.999854 0.017103 0.000010 -vn 0.568849 -0.822442 -0.000008 -vn 0.570685 -0.821169 0.000049 -vn 0.427848 -0.903851 0.000089 -vn 0.261206 -0.965283 0.000000 -vn -0.072445 -0.997373 0.000053 -vn -0.076629 -0.997060 0.000000 -vn -0.403652 -0.914913 0.000024 -vn -0.405530 -0.914082 0.000001 -vn -0.800816 -0.598911 0.000003 -vn -0.802162 -0.597107 0.000027 -vn -0.955056 -0.296425 0.000009 -vn -0.956009 -0.293336 0.000052 -vn -0.999206 0.039830 0.000012 -vn -0.998974 0.045296 0.000079 -vn -0.928467 0.371414 0.000006 -vn -0.927688 0.373356 0.000049 -vn 0.155682 -0.987807 -0.000007 -vn 0.157830 -0.987466 0.000050 -vn -0.006741 -0.999977 0.000090 -vn -0.014140 -0.999900 -0.000002 -vn -0.342835 -0.939396 0.000066 -vn -0.501472 -0.865174 0.000000 -vn -0.638770 -0.769398 0.000041 -vn -0.761926 -0.647664 0.000001 -vn -0.860392 -0.509633 0.000013 -vn -0.981384 -0.192056 0.000001 -vn -0.981799 -0.189924 0.000027 -vn -0.989095 0.147279 0.000008 -vn -0.948408 0.317054 0.000066 -vn -0.883008 0.469358 0.000013 -vn -0.675256 0.737583 0.000005 -vn -0.673857 0.738862 0.000050 -vn -0.288417 -0.957505 -0.000009 -vn -0.286125 -0.958192 0.000051 -vn -0.439956 -0.898019 0.000091 -vn -0.446561 -0.894753 -0.000004 -vn -0.720017 -0.693957 0.000000 -vn -0.825044 -0.565069 0.000052 -vn -0.967521 -0.252791 0.000000 -vn -0.996298 -0.085965 0.000013 -vn -0.966984 0.254837 0.000026 -vn -0.910610 0.413266 0.000005 -vn -0.825291 0.564707 0.000051 -vn -0.720079 0.693892 0.000011 -vn -0.587431 0.809274 0.000077 -vn -0.288300 0.957540 0.000006 -vn -0.286645 0.958037 0.000050 -vn -0.675217 -0.737619 -0.000009 -vn -0.673565 -0.739128 0.000051 -vn -0.786068 -0.618140 0.000092 -vn -0.790563 -0.612380 -0.000003 -vn -0.949795 -0.312873 0.000001 -vn -0.988504 -0.151196 0.000053 -vn -0.999743 0.022662 0.000000 -vn -0.934918 0.354863 0.000015 -vn -0.934631 0.355618 0.000002 -vn -0.760738 0.649059 0.000025 -vn -0.501622 0.865087 0.000007 -vn -0.498569 0.866850 0.000052 -vn -0.183510 0.983018 0.000013 -vn -0.178189 0.983996 0.000079 -vn 0.155634 0.987815 0.000006 -vn 0.157441 0.987528 0.000050 -vn -0.893282 -0.449497 -0.000011 -vn -0.927622 -0.373521 0.000050 -vn -0.928349 -0.371711 -0.000009 -vn -0.976428 -0.215845 0.000091 -vn -0.999207 -0.039824 0.000000 -vn -0.992126 0.125247 0.000065 -vn -0.892249 0.451543 0.000039 -vn -0.890850 0.454298 0.000001 -vn -0.688453 0.725281 0.000016 -vn -0.554615 0.832107 0.000006 -vn -0.403801 0.914847 0.000026 -vn -0.244585 0.969628 0.000006 -vn -0.073135 0.997322 0.000053 -vn 0.093644 0.995606 0.000009 -vn 0.266410 0.963860 0.000077 -vn 0.421106 0.907011 0.000007 -vn 0.570320 0.821423 0.000049 -vn 0.636841 0.770995 0.000010 -vn -0.997693 0.067891 -0.000008 -vn -0.997821 0.065976 0.000050 -vn -0.973489 0.228733 0.000091 -vn -0.917524 0.397680 -0.000003 -vn -0.734591 0.678510 0.000052 -vn -0.731761 0.681561 0.000001 -vn -0.463667 0.886010 0.000026 -vn -0.138760 0.990326 0.000004 -vn 0.033098 0.999452 0.000026 -vn 0.200365 0.979721 0.000005 -vn 0.366850 0.930280 0.000050 -vn 0.516304 0.856405 0.000012 -vn 0.658231 0.752816 0.000077 -vn 0.869377 0.494149 0.000005 -vn 0.870184 0.492728 0.000050 -vn -0.869298 0.494288 -0.000009 -vn -0.870486 0.492193 0.000051 -vn -0.777654 0.628692 0.000091 -vn -0.654128 0.756384 0.000000 -vn -0.367447 0.930045 0.000052 -vn -0.363613 0.931550 -0.000001 -vn -0.033290 0.999446 0.000025 -vn -0.031245 0.999512 0.000001 -vn 0.305350 0.952240 0.000014 -vn 0.461787 0.886991 0.000001 -vn 0.734134 0.679005 0.000052 -vn 0.836795 0.547517 0.000010 -vn 0.919663 0.392709 0.000079 -vn 0.971696 0.236236 0.000003 -vn 0.997793 0.066406 0.000049 -vn 0.999851 -0.017277 0.000010 -vn -0.636851 0.770987 -0.000011 -vn -0.570642 0.821199 0.000049 -vn -0.568849 0.822442 -0.000009 -vn -0.427782 0.903882 0.000089 -vn -0.261191 0.965287 0.000000 -vn 0.072484 0.997370 0.000053 -vn 0.244565 0.969633 0.000001 -vn 0.403682 0.914899 0.000025 -vn 0.688185 0.725535 0.000013 -vn 0.801012 0.598649 0.000002 -vn 0.892068 0.451901 0.000039 -vn 0.991477 0.130284 0.000010 -vn 0.992038 0.125938 0.000065 -vn 0.977980 -0.208701 0.000007 -vn 0.927781 -0.373126 0.000049 -vn 0.893429 -0.449205 0.000010 -vn -0.155655 0.987812 -0.000008 -vn -0.157871 0.987460 0.000050 -vn 0.006739 0.999977 0.000091 -vn 0.183505 0.983019 0.000001 -vn 0.498059 0.867143 0.000054 -vn 0.641070 0.767482 0.000000 -vn 0.760627 0.649189 0.000027 -vn 0.934602 0.355696 0.000003 -vn 0.981785 0.189995 0.000027 -vn 0.999741 0.022747 0.000006 -vn 0.948434 -0.316975 0.000066 -vn 0.882999 -0.469374 0.000013 -vn 0.675213 -0.737623 0.000005 -vn 0.673991 -0.738739 0.000049 -vn -0.665252 0.201272 -0.718978 -vn -0.662321 0.202977 -0.721201 -vn -0.687990 0.157019 -0.708530 -vn -0.686721 0.107304 -0.718957 -vn 0.051910 0.702048 -0.710235 -vn -0.017739 0.707554 -0.706436 -vn -0.034027 0.706402 -0.706992 -vn -0.245534 0.662428 -0.707744 -vn -0.454005 0.541710 -0.707411 -vn -0.609118 0.359122 -0.707111 -vn -0.609949 0.357573 -0.707180 -vn -0.693530 0.137333 -0.707217 -vn -0.698887 -0.107528 -0.707104 -vn -0.670898 -0.221571 -0.707674 -vn -0.563450 -0.423110 -0.709578 -vn -0.482625 -0.531561 -0.696072 -vn -0.257888 0.654992 -0.710267 -vn -0.322954 0.629783 -0.706452 -vn -0.337193 0.621697 -0.706961 -vn -0.582976 0.400064 -0.707169 -vn -0.704627 0.059206 -0.707104 -vn -0.684435 0.176940 -0.707277 -vn -0.704725 0.057608 -0.707138 -vn -0.684376 -0.177161 -0.707279 -vn -0.643037 -0.294091 -0.707116 -vn -0.508292 -0.490792 -0.707646 -vn -0.324076 -0.625715 -0.709546 -vn -0.204248 -0.688371 -0.696009 -vn -0.512021 0.469982 -0.718993 -vn -0.508645 0.470251 -0.721210 -vn -0.551731 0.439960 -0.708539 -vn -0.572119 0.394638 -0.718986 -vn -0.686711 -0.107306 -0.718967 -vn -0.684825 -0.104521 -0.721172 -vn -0.688008 -0.157017 -0.708513 -vn -0.665244 -0.201279 -0.718984 -vn 0.351348 0.609927 -0.710312 -vn 0.291034 0.645144 -0.706462 -vn 0.275909 0.651194 -0.706980 -vn 0.066176 0.703367 -0.707739 -vn -0.171083 0.686009 -0.707194 -vn -0.174064 0.685058 -0.707388 -vn -0.394324 0.586882 -0.707162 -vn -0.565204 0.424699 -0.707231 -vn -0.566601 0.422977 -0.707144 -vn -0.674848 0.209777 -0.707513 -vn -0.705841 -0.029601 -0.707752 -vn -0.691197 -0.136673 -0.709625 -vn -0.665567 -0.269402 -0.696019 -vn -0.516503 0.478351 -0.710215 -vn -0.564218 0.427225 -0.706496 -vn -0.573550 0.413915 -0.706905 -vn -0.670961 0.221073 -0.707769 -vn -0.699007 0.103382 -0.707603 -vn -0.698829 0.107512 -0.707163 -vn -0.694006 -0.135192 -0.707162 -vn -0.659950 -0.253909 -0.707104 -vn -0.539758 -0.456581 -0.707245 -vn -0.354633 -0.611239 -0.707546 -vn -0.351683 -0.613437 -0.707117 -vn -0.128154 -0.694692 -0.707799 -vn 0.086129 -0.703782 -0.705176 -vn -0.257448 0.645649 -0.718928 -vn -0.254308 0.644440 -0.721128 -vn -0.306168 0.635753 -0.708575 -vn -0.552381 -0.440466 -0.707718 -vn -0.572124 -0.394646 -0.718977 -vn -0.551743 -0.439960 -0.708530 -vn -0.508625 -0.470257 -0.721220 -vn 0.611928 0.346995 -0.710731 -vn 0.625224 0.352699 -0.696203 -vn 0.542126 0.455003 -0.706450 -vn 0.467337 0.530580 -0.707164 -vn 0.364789 0.605009 -0.707738 -vn 0.140404 0.692677 -0.707450 -vn -0.100601 0.699850 -0.707170 -vn -0.216095 0.673319 -0.707068 -vn -0.427374 0.563025 -0.707357 -vn -0.591603 0.386289 -0.707663 -vn -0.594341 0.383027 -0.707141 -vn -0.682679 0.173250 -0.709883 -vn -0.716552 0.045889 -0.696022 -vn -0.652887 0.261943 -0.710721 -vn -0.665605 0.268874 -0.696188 -vn -0.693746 0.140082 -0.706466 -vn -0.706196 0.034601 -0.707171 -vn -0.700453 -0.091917 -0.707755 -vn -0.629092 -0.322067 -0.707472 -vn -0.485600 -0.514025 -0.707086 -vn -0.484411 -0.515016 -0.707181 -vn -0.173753 -0.685106 -0.707417 -vn -0.171028 -0.686142 -0.707077 -vn 0.066739 -0.703329 -0.707725 -vn 0.287100 -0.643456 -0.709605 -vn 0.298210 -0.642780 -0.705624 -vn 0.383047 -0.596692 -0.705148 -vn 0.048193 0.693366 -0.718972 -vn 0.050503 0.690917 -0.721168 -vn 0.000000 0.705639 -0.708571 -vn -0.050503 0.690917 -0.721168 -vn -0.048193 0.693366 -0.718972 -vn -0.306538 -0.636497 -0.707747 -vn -0.344271 -0.603807 -0.718954 -vn -0.306185 -0.635768 -0.708555 -vn -0.254259 -0.644426 -0.721157 -vn 0.701891 0.047174 -0.710721 -vn 0.716312 0.046397 -0.696235 -vn 0.686294 0.173368 -0.706360 -vn 0.674012 0.217508 -0.705973 -vn 0.591218 0.386667 -0.707779 -vn 0.427054 0.563171 -0.707434 -vn 0.214547 0.673764 -0.707115 -vn 0.097602 0.700291 -0.707154 -vn -0.140704 0.692701 -0.707367 -vn -0.143580 0.692343 -0.707139 -vn -0.365406 0.604767 -0.707626 -vn -0.537831 0.455181 -0.709612 -vn -0.625662 0.352341 -0.695991 -vn -0.701908 -0.047116 -0.710707 -vn -0.716312 -0.046395 -0.696236 -vn -0.685865 -0.174685 -0.706452 -vn -0.651249 -0.275296 -0.707168 -vn -0.516725 -0.481951 -0.707614 -vn -0.097141 -0.700386 -0.707123 -vn 0.022586 -0.706725 -0.707127 -vn 0.020422 -0.706659 -0.707259 -vn 0.140659 -0.692672 -0.707404 -vn 0.365418 -0.604758 -0.707628 -vn 0.537829 -0.455181 -0.709612 -vn 0.625587 -0.352328 -0.696064 -vn 0.306172 0.635765 -0.708563 -vn 0.254308 0.644440 -0.721128 -vn 0.257440 0.645631 -0.718948 -vn 0.344248 0.603789 -0.718980 -vn -0.048192 -0.693366 -0.718972 -vn -0.050503 -0.690917 -0.721168 -vn 0.000000 -0.705641 -0.708570 -vn 0.000000 -0.706448 -0.707765 -vn 0.050499 -0.690922 -0.721163 -vn 0.652813 -0.262214 -0.710689 -vn 0.665628 -0.268882 -0.696162 -vn 0.693738 -0.140241 -0.706441 -vn 0.706198 -0.034581 -0.707169 -vn 0.674675 0.210065 -0.707592 -vn 0.566599 0.423008 -0.707128 -vn 0.565160 0.424714 -0.707257 -vn 0.391770 0.588551 -0.707194 -vn 0.173761 0.685138 -0.707384 -vn 0.050711 0.705251 -0.707142 -vn 0.050711 0.705251 -0.707142 -vn -0.066753 0.703395 -0.707658 -vn -0.071083 0.703491 -0.707140 -vn -0.287100 0.643450 -0.709610 -vn -0.298203 0.642748 -0.705656 -vn -0.383014 0.596787 -0.705086 -vn -0.611930 -0.346996 -0.710729 -vn -0.625203 -0.352685 -0.696229 -vn -0.542119 -0.454999 -0.706458 -vn -0.467332 -0.530574 -0.707172 -vn -0.256441 -0.658459 -0.707580 -vn -0.022629 -0.706735 -0.707116 -vn -0.020270 -0.706615 -0.707308 -vn 0.215918 -0.673284 -0.707155 -vn 0.326961 -0.626948 -0.707130 -vn 0.517070 -0.481738 -0.707507 -vn 0.648762 -0.279561 -0.707781 -vn 0.682061 -0.176789 -0.709604 -vn 0.716531 -0.045887 -0.696044 -vn 0.551703 0.439953 -0.708566 -vn 0.508666 0.470236 -0.721206 -vn 0.512032 0.469978 -0.718988 -vn 0.572118 0.394636 -0.718988 -vn 0.257418 -0.645627 -0.718959 -vn 0.254268 -0.644429 -0.721151 -vn 0.306183 -0.635772 -0.708552 -vn 0.306536 -0.636500 -0.707745 -vn 0.345263 -0.600582 -0.721176 -vn 0.516485 -0.478288 -0.710270 -vn 0.564183 -0.427338 -0.706455 -vn 0.573545 -0.413896 -0.706920 -vn 0.671008 -0.221114 -0.707713 -vn 0.699021 -0.103470 -0.707576 -vn 0.698857 -0.107441 -0.707146 -vn 0.694016 0.135200 -0.707151 -vn 0.659913 0.253859 -0.707157 -vn 0.453800 0.541929 -0.707374 -vn 0.351692 0.613415 -0.707131 -vn 0.245083 0.662653 -0.707690 -vn -0.086115 0.703878 -0.705081 -vn -0.400681 -0.578143 -0.710779 -vn -0.410309 -0.589072 -0.696161 -vn -0.291024 -0.645177 -0.706436 -vn -0.190838 -0.680790 -0.707182 -vn 0.054710 -0.704485 -0.707607 -vn 0.286263 -0.646543 -0.707133 -vn 0.394410 -0.586824 -0.707163 -vn 0.629315 -0.321822 -0.707385 -vn 0.630792 -0.319467 -0.707137 -vn 0.700668 -0.091367 -0.707613 -vn 0.691197 0.136646 -0.709630 -vn 0.665529 0.269481 -0.696026 -vn 0.686717 0.107301 -0.718962 -vn 0.684817 0.104520 -0.721181 -vn 0.687962 0.157016 -0.708558 -vn 0.665246 0.201278 -0.718982 -vn 0.512029 -0.469981 -0.718988 -vn 0.508662 -0.470249 -0.721200 -vn 0.551725 -0.439951 -0.708550 -vn 0.572125 -0.394634 -0.718983 -vn 0.257900 -0.654999 -0.710256 -vn 0.322946 -0.629812 -0.706429 -vn 0.337183 -0.621679 -0.706982 -vn 0.582963 -0.400083 -0.707169 -vn 0.584905 -0.396468 -0.707601 -vn 0.704736 -0.057608 -0.707127 -vn 0.704486 0.060917 -0.707099 -vn 0.643981 0.291281 -0.707421 -vn 0.508333 0.490784 -0.707622 -vn 0.324084 0.625673 -0.709579 -vn 0.204258 0.688401 -0.695977 -vn -0.051935 -0.702035 -0.710246 -vn 0.017720 -0.707530 -0.706461 -vn 0.034080 -0.706457 -0.706935 -vn 0.354961 -0.610985 -0.707601 -vn 0.451758 -0.543951 -0.707130 -vn 0.539803 -0.456494 -0.707267 -vn 0.661016 -0.250957 -0.707162 -vn 0.693511 -0.137348 -0.707233 -vn 0.699030 0.103895 -0.707504 -vn 0.698853 0.107467 -0.707146 -vn 0.623084 0.332854 -0.707796 -vn 0.563465 0.423060 -0.709596 -vn 0.482634 0.531571 -0.696058 -vn 0.665227 -0.201277 -0.718999 -vn 0.662321 -0.202977 -0.721201 -vn 0.687978 -0.157015 -0.708543 -vn 0.686699 -0.107306 -0.718978 -vn -0.999966 0.000000 -0.008279 -vn -0.985588 -0.168989 -0.007656 -vn -0.994885 -0.101003 0.001355 -vn -0.942857 -0.333111 -0.007658 -vn -0.967717 -0.251995 0.004777 -vn -0.872990 -0.487678 -0.007658 -vn -0.911216 -0.411902 0.004775 -vn -0.778011 -0.628204 -0.007655 -vn -0.828495 -0.559977 0.004771 -vn -0.660658 -0.750648 -0.007655 -vn -0.721953 -0.691925 0.004772 -vn -0.524292 -0.851504 -0.007658 -vn -0.594629 -0.803986 0.004772 -vn -0.372842 -0.927863 -0.007656 -vn -0.450204 -0.892913 0.004773 -vn -0.210674 -0.977526 -0.007655 -vn -0.292815 -0.956157 0.004775 -vn -0.042441 -0.999070 -0.007655 -vn -0.127012 -0.991890 0.004772 -vn 0.127017 -0.991871 -0.007655 -vn 0.042438 -0.999088 0.004774 -vn 0.292810 -0.956140 -0.007656 -vn 0.210675 -0.977545 0.004773 -vn 0.450181 -0.892904 -0.007656 -vn 0.372864 -0.927874 0.004774 -vn 0.594621 -0.803970 -0.007655 -vn 0.524298 -0.851521 0.004778 -vn 0.721943 -0.691911 -0.007655 -vn 0.660671 -0.750660 0.004773 -vn 0.828489 -0.559953 -0.007655 -vn 0.778017 -0.628225 0.004774 -vn 0.911207 -0.411877 -0.007655 -vn 0.872997 -0.487703 0.004775 -vn 0.967707 -0.251960 -0.007657 -vn 0.942865 -0.333140 0.004773 -vn 0.996369 -0.084798 -0.007657 -vn 0.985605 -0.168995 0.004772 -vn 0.996369 0.084798 -0.007657 -vn 0.999989 0.000000 0.004774 -vn 0.967704 0.251971 -0.007656 -vn 0.985605 0.168994 0.004774 -vn 0.911201 0.411891 -0.007655 -vn 0.942870 0.333126 0.004775 -vn 0.828488 0.559954 -0.007655 -vn 0.872997 0.487702 0.004776 -vn 0.721942 0.691911 -0.007655 -vn 0.778020 0.628222 0.004773 -vn 0.594621 0.803970 -0.007655 -vn 0.660667 0.750664 0.004770 -vn 0.450181 0.892904 -0.007658 -vn 0.524303 0.851519 0.004778 -vn 0.292810 0.956140 -0.007658 -vn 0.372852 0.927879 0.004775 -vn 0.127017 0.991871 -0.007655 -vn 0.210681 0.977543 0.004771 -vn -0.042437 0.999070 -0.007655 -vn 0.042438 0.999088 0.004774 -vn -0.210674 0.977526 -0.007654 -vn -0.127017 0.991889 0.004773 -vn -0.372846 0.927862 -0.007661 -vn -0.292815 0.956157 0.004783 -vn -0.524290 0.851505 -0.007665 -vn -0.450198 0.892916 0.004773 -vn -0.660657 0.750649 -0.007658 -vn -0.594628 0.803987 0.004770 -vn -0.778014 0.628201 -0.007658 -vn -0.721953 0.691926 0.004774 -vn -0.872990 0.487678 -0.007662 -vn -0.828498 0.559972 0.004770 -vn -0.942852 0.333124 -0.007662 -vn -0.911223 0.411887 0.004770 -vn -0.985586 0.169003 -0.007658 -vn -0.967716 0.252000 0.004774 -vn -0.994885 0.101004 0.001356 -s 1 -f 6303/5453/9069 5326/5454/9070 5327/5455/9071 -f 5327/5455/9071 5326/5454/9070 5328/5456/9072 -f 5327/5455/9071 5328/5456/9072 9438/5457/9073 -f 9438/5457/9073 5328/5456/9072 5329/5458/9074 -s 2 -f 6300/5459/9075 5330/5460/9076 5331/5461/9077 -f 5331/5461/9077 5330/5460/9076 5332/5462/9078 -f 5331/5461/9077 5332/5462/9078 9431/5463/9079 -f 9431/5463/9079 5332/5462/9078 5333/5464/9080 -s 3 -f 5334/5465/9081 5335/5466/9082 5336/5467/9083 -f 5336/5467/9083 5335/5466/9082 5337/5468/9084 -f 5336/5467/9083 5337/5468/9084 9424/5469/9085 -f 9424/5469/9085 5337/5468/9084 5442/5470/9086 -s 4 -f 5338/5471/9087 5339/5472/9088 5340/5473/9089 -f 5340/5473/9089 5339/5472/9088 5341/5474/9090 -f 5340/5473/9089 5341/5474/9090 9417/5475/9091 -f 9417/5475/9091 5341/5474/9090 5342/5476/9092 -s 5 -f 5343/5477/9093 5344/5478/9094 5345/5479/9095 -f 5345/5479/9095 5344/5478/9094 5346/5480/9096 -f 5345/5479/9095 5346/5480/9096 9409/5481/9097 -f 9409/5481/9097 5346/5480/9096 5441/5482/9098 -s 6 -f 5347/5483/9099 5348/5484/9100 5349/5485/9101 -f 5349/5485/9101 5348/5484/9100 5350/5486/9102 -f 5349/5485/9101 5350/5486/9102 9402/5487/9103 -f 9402/5487/9103 5350/5486/9102 5449/5488/9104 -s 7 -f 5351/5489/9105 5352/5490/9106 5353/5491/9107 -f 5353/5491/9107 5352/5490/9106 5354/5492/9108 -f 5353/5491/9107 5354/5492/9108 9395/5493/9109 -f 9395/5493/9109 5354/5492/9108 5390/5494/9110 -s 8 -f 9446/5495/9111 5355/5496/9112 5356/5497/9113 -f 5356/5497/9113 5355/5496/9112 5357/5498/9114 -f 5356/5497/9113 5357/5498/9114 9388/5499/9115 -f 9388/5499/9115 5357/5498/9114 5382/5500/9116 -s 9 -f 9447/5501/9117 5358/5502/9118 5359/5503/9119 -f 5359/5503/9119 5358/5502/9118 5360/5504/9120 -f 5359/5503/9119 5360/5504/9120 9381/5505/9121 -f 9381/5505/9121 5360/5504/9120 5361/5506/9122 -s 10 -f 5362/5507/9123 5363/5508/9124 5364/5509/9125 -f 5364/5509/9125 5363/5508/9124 5365/5510/9126 -f 5364/5509/9125 5365/5510/9126 9374/5511/9127 -f 9374/5511/9127 5365/5510/9126 5426/5512/9128 -s 11 -f 5366/5513/9129 5367/5514/9130 5368/5515/9131 -f 5368/5515/9131 5367/5514/9130 5369/5516/9132 -f 5368/5515/9131 5369/5516/9132 9367/5517/9133 -f 9367/5517/9133 5369/5516/9132 5370/5518/9134 -s 12 -f 5371/5519/9135 5372/5520/9136 5373/5521/9137 -f 5373/5521/9137 5372/5520/9136 5374/5522/9138 -f 5373/5521/9137 5374/5522/9138 9361/5523/9139 -f 9361/5523/9139 5374/5522/9138 5413/5524/9140 -s 13 -f 5375/5525/9141 5376/5526/9142 5377/5527/9143 -f 5377/5527/9143 5376/5526/9142 5378/5528/9144 -f 5377/5527/9143 5378/5528/9144 9353/5529/9145 -f 9353/5529/9145 5378/5528/9144 5379/5530/9146 -s 14 -f 5358/5502/9147 5380/5531/9148 5381/5532/9149 -f 5389/5533/9150 5382/5500/9151 5358/5502/9147 -f 5358/5502/9147 5382/5500/9151 5380/5531/9148 -f 5380/5531/9148 5382/5500/9151 5357/5498/9152 -f 5380/5531/9148 5357/5498/9152 5355/5496/9153 -f 5352/5490/9154 5383/5534/9155 5384/5535/9156 -f 5358/5502/9147 5381/5532/9149 5385/5536/9157 -f 5358/5502/9147 5385/5536/9157 5360/5504/9158 -f 5360/5504/9158 5385/5536/9157 5386/5537/9159 -f 5360/5504/9158 5386/5537/9159 5361/5506/9160 -f 5402/5538/9161 5387/5539/9162 5419/5540/9163 -f 5420/5541/9164 5388/5542/9165 5358/5502/9147 -f 5358/5502/9147 5388/5542/9165 5389/5533/9150 -f 5355/5496/9153 5390/5494/9166 5380/5531/9148 -f 5380/5531/9148 5390/5494/9166 5391/5543/9167 -f 5391/5543/9167 5390/5494/9166 5354/5492/9168 -f 5391/5543/9167 5354/5492/9168 5352/5490/9154 -f 5391/5543/9167 5352/5490/9154 5384/5535/9156 -f 5393/5544/9169 5394/5545/9170 5392/5546/9171 -f 5392/5546/9171 5379/5530/9172 9343/5547/9173 -f 9343/5547/9173 5379/5530/9172 5378/5528/9174 -f 9343/5547/9173 5378/5528/9174 5376/5526/9175 -f 9343/5547/9173 5376/5526/9175 5395/5548/9176 -f 5396/5549/9177 5370/5518/9178 5372/5520/9179 -f 5397/5550/9180 5370/5518/9178 5398/5551/9181 -f 5399/5552/9182 5369/5516/9183 5367/5514/9184 -f 5400/5553/9185 5426/5512/9186 5365/5510/9187 -f 5400/5553/9185 5365/5510/9187 5401/5554/9188 -f 5401/5554/9188 5365/5510/9187 5363/5508/9189 -f 5403/5555/9190 5355/5496/9153 5421/5556/9191 -f 5403/5555/9190 5404/5557/9192 5355/5496/9153 -f 5355/5496/9153 5404/5557/9192 5390/5494/9166 -f 5348/5484/9193 5405/5558/9194 5406/5559/9195 -f 5346/5480/9196 5344/5478/9197 5405/5558/9194 -f 5394/5545/9170 5407/5560/9198 5392/5546/9171 -f 5392/5546/9171 5407/5560/9198 5408/5561/9199 -f 5408/5561/9199 5409/5562/9200 5392/5546/9171 -f 5409/5562/9200 5410/5563/9201 5392/5546/9171 -f 5392/5546/9171 5410/5563/9201 5379/5530/9172 -f 5396/5549/9177 5411/5564/9202 5370/5518/9178 -f 5370/5518/9178 5411/5564/9202 5398/5551/9181 -f 5369/5516/9183 5399/5552/9182 5370/5518/9178 -f 5370/5518/9178 5399/5552/9182 5372/5520/9179 -f 5372/5520/9179 5399/5552/9182 5412/5565/9203 -f 5372/5520/9179 5412/5565/9203 5374/5522/9204 -f 5374/5522/9204 5412/5565/9203 5413/5524/9205 -f 5413/5524/9205 5412/5565/9203 5395/5548/9176 -f 5413/5524/9205 5395/5548/9176 5376/5526/9175 -f 5413/5524/9205 5376/5526/9175 5431/5566/9206 -f 5367/5514/9184 5414/5567/9207 5415/5568/9208 -f 5401/5554/9188 5363/5508/9189 5416/5569/9209 -f 5416/5569/9209 5417/5570/9210 5401/5554/9188 -f 5401/5554/9188 5417/5570/9210 5418/5571/9211 -f 5402/5538/9161 5419/5540/9163 5358/5502/9147 -f 5358/5502/9147 5419/5540/9163 5420/5541/9164 -f 5355/5496/9153 5439/5572/9212 5421/5556/9191 -f 5443/5573/9213 5329/5458/9214 5330/5460/9215 -f 5370/5518/9178 5397/5550/9180 5423/5574/9216 -f 5424/5575/9217 5435/5576/9218 5425/5577/9219 -f 5400/5553/9185 5399/5552/9182 5426/5512/9186 -f 5426/5512/9186 5399/5552/9182 5367/5514/9184 -f 5426/5512/9186 5367/5514/9184 5415/5568/9208 -f 5348/5484/9193 5406/5559/9195 5383/5534/9155 -f 5348/5484/9193 5383/5534/9155 5350/5486/9220 -f 5445/5578/9221 5427/5579/9222 5326/5454/9223 -f 5429/5580/9224 5428/5581/9225 5430/5582/9226 -f 5376/5526/9175 5430/5582/9226 5428/5581/9225 -f 5376/5526/9175 5428/5581/9225 5422/5583/9227 -f 5422/5583/9227 5431/5566/9206 5376/5526/9175 -f 5432/5584/9228 5433/5585/9229 5423/5574/9216 -f 5423/5574/9216 5433/5585/9229 5370/5518/9178 -f 5435/5576/9218 5424/5575/9217 5434/5586/9230 -f 5425/5577/9219 5435/5576/9218 5367/5514/9184 -f 5367/5514/9184 5435/5576/9218 5414/5567/9207 -f 5418/5571/9211 5436/5587/9231 5401/5554/9188 -f 5439/5572/9212 5355/5496/9153 5437/5588/9232 -f 5439/5572/9212 5437/5588/9232 5438/5589/9233 -f 5329/5458/9214 5328/5456/9234 5444/5590/9235 -f 5326/5454/9223 5427/5579/9222 5446/5591/9236 -f 5436/5587/9231 5447/5592/9237 5401/5554/9188 -f 5401/5554/9188 5447/5592/9237 5448/5593/9238 -f 5361/5506/9160 5386/5537/9159 5401/5554/9188 -f 5361/5506/9160 5401/5554/9188 5448/5593/9238 -f 5449/5488/9239 5478/5594/9240 5458/5595/9241 -f 5350/5486/9220 5383/5534/9155 5449/5488/9239 -f 5449/5488/9239 5383/5534/9155 5352/5490/9154 -f 5449/5488/9239 5352/5490/9154 5450/5596/9242 -f 5444/5590/9235 5328/5456/9234 5451/5597/9243 -f 5451/5597/9243 5328/5456/9234 5326/5454/9223 -f 5451/5597/9243 5326/5454/9223 5452/5598/9244 -f 5452/5598/9244 5326/5454/9223 5446/5591/9236 -f 5452/5598/9244 5446/5591/9236 5453/5599/9245 -f 5452/5598/9244 5453/5599/9245 5392/5546/9171 -f 5392/5546/9171 5453/5599/9245 5454/5600/9246 -f 5392/5546/9171 5454/5600/9246 5393/5544/9169 -f 5456/5601/9247 5455/5602/9248 5445/5578/9221 -f 5456/5601/9247 5445/5578/9221 5326/5454/9223 -f 5455/5602/9248 5456/5601/9247 5457/5603/9249 -f 5458/5595/9241 5478/5594/9240 5459/5604/9250 -f 5346/5480/9196 5405/5558/9194 5441/5482/9251 -f 5441/5482/9251 5405/5558/9194 5348/5484/9193 -f 5441/5482/9251 5348/5484/9193 5440/5605/9252 -f 5468/5606/9253 5460/5607/9254 5461/5608/9255 -f 5333/5464/9256 5465/5609/9257 5335/5466/9258 -f 5335/5466/9258 5465/5609/9257 5462/5610/9259 -f 5335/5466/9258 5462/5610/9259 5337/5468/9260 -f 5337/5468/9260 5462/5610/9259 5442/5470/9261 -f 5442/5470/9261 5462/5610/9259 5463/5611/9262 -f 5442/5470/9261 5463/5611/9262 5339/5472/9263 -f 5339/5472/9263 5463/5611/9262 5464/5612/9264 -f 5339/5472/9263 5464/5612/9264 5341/5474/9265 -f 5341/5474/9265 5464/5612/9264 5342/5476/9266 -f 5342/5476/9266 5464/5612/9264 5405/5558/9194 -f 5342/5476/9266 5405/5558/9194 5468/5606/9253 -f 5468/5606/9253 5405/5558/9194 5344/5478/9197 -f 5468/5606/9253 5344/5478/9197 5460/5607/9254 -f 5329/5458/9214 5444/5590/9235 5465/5609/9257 -f 5329/5458/9214 5465/5609/9257 5330/5460/9215 -f 5330/5460/9215 5465/5609/9257 5332/5462/9267 -f 5332/5462/9267 5465/5609/9257 5333/5464/9256 -f 5449/5488/9239 5450/5596/9242 5466/5613/9268 -f 5468/5606/9253 5461/5608/9255 5467/5614/9269 -f 5468/5606/9253 5467/5614/9269 5486/5615/9270 -f 5440/5605/9252 5471/5616/9271 5441/5482/9251 -f 5441/5482/9251 5471/5616/9271 5472/5617/9272 -f 5474/5618/9273 5473/5619/9274 5479/5620/9275 -f 5441/5482/9251 5479/5620/9275 5473/5619/9274 -f 5442/5470/9261 5339/5472/9263 5475/5621/9276 -f 5442/5470/9261 5475/5621/9276 5476/5622/9277 -f 5488/5623/9278 5476/5622/9277 5477/5624/9279 -f 5442/5470/9261 5476/5622/9277 5488/5623/9278 -f 5470/5625/9280 5493/5626/9281 5485/5627/9282 -f 5449/5488/9239 5466/5613/9268 5478/5594/9240 -f 5441/5482/9251 5472/5617/9272 5479/5620/9275 -f 5467/5614/9269 5480/5628/9283 5481/5629/9284 -f 5335/5466/9258 5482/5630/9285 5483/5631/9286 -f 5335/5466/9258 5483/5631/9286 5469/5632/9287 -f 5335/5466/9258 5469/5632/9287 5484/5633/9288 -f 5443/5573/9213 5330/5460/9215 5493/5626/9281 -f 5493/5626/9281 5330/5460/9215 5485/5627/9282 -f 5467/5614/9269 5481/5629/9284 5486/5615/9270 -f 5488/5623/9278 5477/5624/9279 5487/5634/9289 -f 5482/5630/9285 5335/5466/9258 5489/5635/9290 -f 5484/5633/9288 5490/5636/9291 5335/5466/9258 -f 5335/5466/9258 5490/5636/9291 5333/5464/9256 -f 5470/5625/9280 5491/5637/9292 5492/5638/9293 -f 5470/5625/9280 5492/5638/9293 5493/5626/9281 -s 39 -f 5497/5639/9294 5503/5640/9295 5498/5641/9296 -f 5497/5639/9294 5498/5641/9296 9265/5642/9297 -f 5501/5643/9298 5497/5639/9294 5502/5644/9299 -f 5501/5643/9298 5499/5645/9300 5497/5639/9294 -f 5497/5639/9294 5499/5645/9300 5500/5646/9301 -f 5497/5639/9294 5500/5646/9301 5503/5640/9295 -f 5503/5640/9295 5500/5646/9301 5496/5647/9302 -f 5499/5645/9300 9071/5648/9303 5500/5646/9301 -f 5500/5646/9301 9071/5648/9303 5495/5649/9304 -f 5495/5649/9304 9071/5648/9303 5494/5650/9305 -f 5505/5651/9306 5504/5652/9307 9044/5653/9308 -f 5505/5651/9306 5506/5654/9309 5504/5652/9307 -f 5504/5652/9307 5506/5654/9309 5507/5655/9310 -f 5506/5654/9309 5508/5656/9311 5509/5657/9312 -f 5509/5657/9312 5508/5656/9311 9256/5658/9313 -f 5510/5659/9314 5509/5657/9312 5511/5660/9315 -f 5510/5659/9314 5512/5661/9316 5509/5657/9312 -f 5509/5657/9312 5512/5661/9316 5507/5655/9310 -f 5509/5657/9312 5507/5655/9310 5506/5654/9309 -f 5507/5655/9310 5512/5661/9316 5513/5662/9317 -f 5512/5661/9316 9016/5663/9318 5513/5662/9317 -f 5513/5662/9317 9016/5663/9318 9015/5664/9319 -f 5514/5665/9320 5515/5666/9321 8986/5667/9322 -f 5515/5666/9321 5514/5665/9320 5516/5668/9323 -f 5514/5665/9320 5517/5669/9324 5518/5670/9325 -f 5518/5670/9325 5517/5669/9324 9247/5671/9326 -f 5519/5672/9327 5518/5670/9325 5520/5673/9328 -f 5519/5672/9327 5521/5674/9329 5518/5670/9325 -f 5518/5670/9325 5521/5674/9329 5516/5668/9323 -f 5518/5670/9325 5516/5668/9323 5514/5665/9320 -f 5516/5668/9323 5521/5674/9329 5522/5675/9330 -f 5521/5674/9329 8964/5676/9331 5522/5675/9330 -f 5522/5675/9330 8964/5676/9331 5523/5677/9332 -f 5526/5678/9333 5525/5679/9334 5524/5680/9335 -f 5526/5678/9333 5524/5680/9335 8935/5681/9336 -f 5526/5678/9333 8948/5682/9337 5527/5683/9338 -f 5527/5683/9338 8948/5682/9337 9237/5684/9339 -f 5528/5685/9340 5527/5683/9338 5529/5686/9341 -f 5528/5685/9340 5530/5687/9342 5527/5683/9338 -f 5527/5683/9338 5530/5687/9342 5525/5679/9334 -f 5527/5683/9338 5525/5679/9334 5526/5678/9333 -f 5525/5679/9334 5530/5687/9342 5531/5688/9343 -f 5530/5687/9342 8907/5689/9344 5531/5688/9343 -f 5531/5688/9343 8907/5689/9344 5532/5690/9345 -f 5535/5691/9346 5534/5692/9347 5533/5693/9348 -f 5535/5691/9346 5533/5693/9348 8878/5694/9349 -f 5535/5691/9346 5536/5695/9350 5537/5696/9351 -f 5537/5696/9351 5536/5695/9350 9228/5697/9352 -f 5538/5698/9353 5537/5696/9351 5539/5699/9354 -f 5538/5698/9353 5540/5700/9355 5537/5696/9351 -f 5537/5696/9351 5540/5700/9355 5534/5692/9347 -f 5537/5696/9351 5534/5692/9347 5535/5691/9346 -f 5534/5692/9347 5540/5700/9355 5541/5701/9356 -f 5540/5700/9355 8854/5702/9357 5541/5701/9356 -f 5541/5701/9356 8854/5702/9357 5542/5703/9358 -f 8825/5704/9359 5544/5705/9360 5543/5706/9361 -f 5543/5706/9361 5544/5705/9360 5545/5707/9362 -f 5545/5707/9362 5544/5705/9360 5546/5708/9363 -f 5546/5708/9363 5544/5705/9360 5547/5709/9364 -f 5546/5708/9363 5547/5709/9364 9218/5710/9365 -f 5548/5711/9366 5549/5712/9367 5546/5708/9363 -f 5546/5708/9363 5549/5712/9367 5550/5713/9368 -f 5546/5708/9363 5550/5713/9368 5545/5707/9362 -f 5550/5713/9368 8796/5714/9369 5545/5707/9362 -f 5545/5707/9362 8796/5714/9369 5551/5715/9370 -f 5552/5716/9371 8767/5717/9372 5559/5718/9373 -f 8767/5717/9372 5553/5719/9374 5559/5718/9373 -f 5559/5718/9373 5553/5719/9374 5554/5720/9375 -f 5554/5720/9375 5553/5719/9374 5555/5721/9376 -f 5554/5720/9375 5555/5721/9376 9207/5722/9377 -f 5556/5723/9378 5557/5724/9379 5554/5720/9375 -f 5554/5720/9375 5557/5724/9379 5558/5725/9380 -f 5554/5720/9375 5558/5725/9380 5559/5718/9373 -f 5558/5725/9380 8743/5726/9381 5559/5718/9373 -f 5559/5718/9373 8743/5726/9381 5560/5727/9382 -f 5562/5728/9383 5564/5729/9384 5563/5730/9385 -f 5564/5729/9384 5562/5728/9383 5565/5731/9386 -f 5565/5731/9386 5562/5728/9383 5566/5732/9387 -f 5565/5731/9386 5566/5732/9387 9197/5733/9388 -f 5568/5734/9389 5567/5735/9390 5565/5731/9386 -f 5569/5736/9391 5564/5729/9384 5565/5731/9386 -f 5569/5736/9391 5565/5731/9386 5567/5735/9390 -f 5564/5729/9384 5569/5736/9391 8692/5737/9392 -f 5564/5729/9384 8692/5737/9392 5561/5738/9393 -f 5561/5738/9393 8692/5737/9392 8691/5739/9394 -f 5570/5740/9395 5571/5741/9396 7731/5742/9397 -f 5570/5740/9395 5572/5743/9398 5573/5744/9399 -f 5573/5744/9399 5572/5743/9398 9186/5745/9400 -f 5574/5746/9401 5573/5744/9399 5575/5747/9402 -f 5574/5746/9401 5576/5748/9403 5573/5744/9399 -f 5573/5744/9399 5576/5748/9403 5571/5741/9396 -f 5573/5744/9399 5571/5741/9396 5570/5740/9395 -f 5571/5741/9396 5576/5748/9403 5577/5749/9404 -f 5576/5748/9403 8636/5750/9405 5577/5749/9404 -f 5577/5749/9404 8636/5750/9405 8635/5751/9406 -f 5578/5752/9407 5579/5753/9408 8606/5754/9409 -f 5579/5753/9408 5578/5752/9407 5580/5755/9410 -f 5578/5752/9407 5581/5756/9411 5582/5757/9412 -f 5582/5757/9412 5581/5756/9411 9177/5758/9413 -f 5583/5759/9414 5582/5757/9412 5584/5760/9415 -f 5583/5759/9414 5585/5761/9416 5582/5757/9412 -f 5582/5757/9412 5585/5761/9416 5580/5755/9410 -f 5582/5757/9412 5580/5755/9410 5578/5752/9407 -f 5580/5755/9410 5585/5761/9416 5586/5762/9417 -f 5585/5761/9416 8581/5763/9418 5586/5762/9417 -f 5586/5762/9417 8581/5763/9418 5587/5764/9419 -f 5590/5765/9420 5589/5766/9421 5588/5767/9422 -f 5590/5765/9420 5588/5767/9422 8552/5768/9423 -f 5590/5765/9420 5591/5769/9424 5592/5770/9425 -f 5592/5770/9425 5591/5769/9424 9168/5771/9426 -f 5593/5772/9427 5592/5770/9425 5594/5773/9428 -f 5593/5772/9427 5595/5774/9429 5592/5770/9425 -f 5592/5770/9425 5595/5774/9429 5589/5766/9421 -f 5592/5770/9425 5589/5766/9421 5590/5765/9420 -f 5589/5766/9421 5595/5774/9429 5596/5775/9430 -f 5595/5774/9429 8527/5776/9431 5596/5775/9430 -f 5596/5775/9430 8527/5776/9431 5597/5777/9432 -f 5600/5778/9433 5599/5779/9434 5598/5780/9435 -f 5600/5778/9433 5598/5780/9435 8495/5781/9436 -f 5600/5778/9433 5601/5782/9437 5602/5783/9438 -f 5602/5783/9438 5601/5782/9437 9158/5784/9439 -f 5603/5785/9440 5602/5783/9438 5604/5786/9441 -f 5603/5785/9440 5605/5787/9442 5602/5783/9438 -f 5602/5783/9438 5605/5787/9442 5599/5779/9434 -f 5602/5783/9438 5599/5779/9434 5600/5778/9433 -f 5599/5779/9434 5605/5787/9442 5606/5788/9443 -f 5605/5787/9442 8473/5789/9444 5606/5788/9443 -f 5606/5788/9443 8473/5789/9444 5607/5790/9445 -f 5608/5791/9446 8443/5792/9447 5609/5793/9448 -f 8443/5792/9447 5610/5794/9449 5609/5793/9448 -f 5609/5793/9448 5610/5794/9449 5611/5795/9450 -f 5611/5795/9450 5610/5794/9449 5612/5796/9451 -f 5611/5795/9450 5612/5796/9451 9148/5797/9452 -f 5613/5798/9453 5614/5799/9454 5611/5795/9450 -f 5611/5795/9450 5614/5799/9454 5615/5800/9455 -f 5611/5795/9450 5615/5800/9455 5609/5793/9448 -f 5615/5800/9455 8420/5801/9456 5609/5793/9448 -f 5609/5793/9448 8420/5801/9456 5616/5802/9457 -f 5618/5803/9458 7707/5804/9459 5619/5805/9460 -f 5618/5803/9458 5619/5805/9460 5623/5806/9461 -f 8393/5807/9462 5620/5808/9463 5621/5809/9464 -f 5621/5809/9464 5620/5808/9463 9138/5810/9465 -f 5624/5811/9466 5621/5809/9464 5625/5812/9467 -f 5624/5811/9466 5622/5813/9468 5621/5809/9464 -f 5621/5809/9464 5622/5813/9468 5623/5806/9461 -f 5621/5809/9464 5623/5806/9461 8393/5807/9462 -f 8393/5807/9462 5623/5806/9461 5619/5805/9460 -f 5623/5806/9461 5622/5813/9468 8365/5814/9469 -f 5623/5806/9461 8365/5814/9469 5617/5815/9470 -f 5617/5815/9470 8365/5814/9469 8364/5816/9471 -f 8337/5817/9472 5626/5818/9473 5627/5819/9474 -f 5626/5818/9473 5628/5820/9475 5629/5821/9476 -f 5629/5821/9476 5628/5820/9475 9129/5822/9477 -f 5630/5823/9478 5629/5821/9476 5631/5824/9479 -f 5630/5823/9478 5632/5825/9480 5629/5821/9476 -f 5629/5821/9476 5632/5825/9480 5627/5819/9474 -f 5629/5821/9476 5627/5819/9474 5626/5818/9473 -f 5627/5819/9474 5632/5825/9480 5633/5826/9481 -f 5632/5825/9480 8309/5827/9482 5633/5826/9481 -f 5633/5826/9481 8309/5827/9482 8308/5828/9483 -f 5634/5829/9484 5635/5830/9485 8281/5831/9486 -f 5635/5830/9485 5634/5829/9484 5636/5832/9487 -f 5634/5829/9484 5637/5833/9488 5638/5834/9489 -f 5638/5834/9489 5637/5833/9488 9119/5835/9490 -f 5639/5836/9491 5638/5834/9489 5640/5837/9492 -f 5639/5836/9491 5641/5838/9493 5638/5834/9489 -f 5638/5834/9489 5641/5838/9493 5636/5832/9487 -f 5638/5834/9489 5636/5832/9487 5634/5829/9484 -f 5636/5832/9487 5641/5838/9493 5642/5839/9494 -f 5641/5838/9493 8256/5840/9495 5642/5839/9494 -f 5642/5839/9494 8256/5840/9495 5643/5841/9496 -f 5646/5842/9497 5645/5843/9498 5644/5844/9499 -f 5646/5842/9497 5644/5844/9499 8225/5845/9500 -f 5646/5842/9497 5647/5846/9501 5648/5847/9502 -f 5648/5847/9502 5647/5846/9501 9109/5848/9503 -f 5649/5849/9504 5648/5847/9502 5650/5850/9505 -f 5649/5849/9504 5651/5851/9506 5648/5847/9502 -f 5648/5847/9502 5651/5851/9506 5645/5843/9498 -f 5648/5847/9502 5645/5843/9498 5646/5842/9497 -f 5645/5843/9498 5651/5851/9506 5652/5852/9507 -f 5651/5851/9506 8201/5853/9508 5652/5852/9507 -f 5652/5852/9507 8201/5853/9508 5653/5854/9509 -f 5656/5855/9510 5655/5856/9511 5654/5857/9512 -f 5656/5855/9510 5654/5857/9512 8174/5858/9513 -f 5656/5855/9510 5657/5859/9514 5658/5860/9515 -f 5658/5860/9515 5657/5859/9514 9098/5861/9516 -f 5659/5862/9517 5658/5860/9515 5660/5863/9518 -f 5659/5862/9517 5661/5864/9519 5658/5860/9515 -f 5658/5860/9515 5661/5864/9519 5655/5856/9511 -f 5658/5860/9515 5655/5856/9511 5656/5855/9510 -f 5655/5856/9511 5661/5864/9519 5662/5865/9520 -f 5661/5864/9519 8147/5866/9521 5662/5865/9520 -f 5662/5865/9520 8147/5866/9521 5663/5867/9522 -f 5666/5868/9523 5665/5869/9524 5664/5870/9525 -f 5666/5868/9523 5664/5870/9525 7682/5871/9526 -f 5666/5868/9523 5667/5872/9527 5668/5873/9528 -f 5668/5873/9528 5667/5872/9527 9286/5874/9529 -f 5669/5875/9530 5668/5873/9528 5670/5876/9531 -f 5669/5875/9530 5671/5877/9532 5668/5873/9528 -f 5668/5873/9528 5671/5877/9532 5665/5869/9524 -f 5668/5873/9528 5665/5869/9524 5666/5868/9523 -f 5665/5869/9524 5671/5877/9532 7680/5878/9533 -f 5671/5877/9532 8093/5879/9534 7680/5878/9533 -f 7680/5878/9533 8093/5879/9534 7679/5880/9535 -f 5783/5881/9536 5672/5882/9537 5673/5883/9538 -f 5745/5884/9539 5674/5885/9540 5675/5886/9541 -f 5710/5887/9542 5676/5888/9543 5677/5889/9544 -f 5678/5890/9545 7068/5891/9546 5679/5892/9547 -f 5678/5890/9545 5679/5892/9547 5785/5893/9548 -f 5785/5893/9548 5679/5892/9547 5680/5894/9549 -f 5682/5895/9550 5681/5896/9551 5683/5897/9552 -f 5683/5897/9552 5684/5898/9553 5682/5895/9550 -f 5682/5895/9550 5684/5898/9553 5685/5899/9554 -f 5685/5899/9554 5684/5898/9553 5678/5890/9545 -f 5678/5890/9545 5684/5898/9553 7068/5891/9546 -f 5695/5900/9555 5686/5901/9556 5687/5902/9557 -f 5686/5901/9556 5695/5900/9555 5688/5903/9558 -f 5689/5904/9559 5688/5903/9558 5690/5905/9560 -f 6472/5906/9561 5692/5907/9562 5693/5908/9563 -f 6472/5906/9561 5693/5908/9563 5694/5909/9564 -f 5692/5907/9562 6472/5906/9561 5691/5910/9565 -f 5691/5910/9565 5695/5900/9555 5692/5907/9562 -f 5692/5907/9562 5695/5900/9555 5687/5902/9557 -f 5697/5911/9566 5696/5912/9567 5698/5913/9568 -f 5697/5911/9566 5698/5913/9568 5699/5914/9569 -f 5697/5911/9566 5699/5914/9569 5700/5915/9570 -f 5700/5915/9570 5699/5914/9569 7126/5916/9571 -f 7126/5916/9571 5703/5917/9572 5700/5915/9570 -f 5693/5908/9563 5701/5918/9573 5694/5909/9564 -f 5694/5909/9564 5701/5918/9573 5702/5919/9574 -f 5702/5919/9574 5701/5918/9573 5703/5917/9572 -f 5702/5919/9574 5703/5917/9572 7126/5916/9571 -f 5704/5920/9575 5705/5921/9576 5706/5922/9577 -f 5706/5922/9577 5707/5923/9578 5704/5920/9575 -f 5707/5923/9578 5706/5922/9577 7159/5924/9579 -f 5707/5923/9578 7159/5924/9579 5708/5925/9580 -f 5708/5925/9580 7159/5924/9579 5709/5926/9581 -f 5705/5921/9576 5704/5920/9575 5711/5927/9582 -f 5705/5921/9576 5711/5927/9582 5712/5928/9583 -f 5713/5929/9584 7187/5930/9585 5714/5931/9586 -f 5713/5929/9584 5714/5931/9586 5715/5932/9587 -f 5715/5932/9587 5714/5931/9586 5712/5928/9583 -f 5715/5932/9587 5712/5928/9583 5716/5933/9588 -f 5716/5933/9588 5712/5928/9583 5711/5927/9582 -f 5718/5934/9589 5717/5935/9590 5719/5936/9591 -f 5718/5934/9589 5719/5936/9591 5720/5937/9592 -f 5720/5937/9592 5719/5936/9591 5713/5929/9584 -f 5713/5929/9584 5719/5936/9591 7187/5930/9585 -f 5729/5938/9593 5831/5939/9594 5721/5940/9595 -f 5831/5939/9594 5729/5938/9593 5722/5941/9596 -f 5723/5942/9597 5722/5941/9596 5724/5943/9598 -f 5727/5944/9599 5725/5945/9600 6415/5946/9601 -f 6415/5946/9601 5725/5945/9600 5726/5947/9602 -f 6415/5946/9601 5728/5948/9603 5727/5944/9599 -f 5728/5948/9603 5729/5938/9593 5727/5944/9599 -f 5727/5944/9599 5729/5938/9593 5721/5940/9595 -f 5730/5949/9604 5731/5950/9605 5732/5951/9606 -f 5733/5952/9607 5732/5951/9606 5734/5953/9608 -f 5733/5952/9607 5734/5953/9608 5735/5954/9609 -f 5733/5952/9607 5735/5954/9609 6899/5955/9610 -f 6899/5955/9610 5737/5956/9611 5733/5952/9607 -f 5726/5947/9602 5725/5945/9600 5736/5957/9612 -f 5726/5947/9602 5736/5957/9612 5738/5958/9613 -f 5738/5958/9613 5736/5957/9612 5737/5956/9611 -f 5738/5958/9613 5737/5956/9611 6899/5955/9610 -f 5739/5959/9614 5740/5960/9615 5742/5961/9616 -f 5739/5959/9614 5742/5961/9616 5741/5962/9617 -f 5741/5962/9617 5742/5961/9616 5819/5963/9618 -f 5742/5961/9616 5743/5964/9619 5819/5963/9618 -f 5743/5964/9619 5744/5965/9620 5819/5963/9618 -f 5819/5963/9618 5744/5965/9620 5745/5884/9539 -f 5749/5966/9621 6955/5967/9622 5748/5968/9623 -f 5740/5960/9615 5739/5959/9614 5746/5969/9624 -f 5740/5960/9615 5746/5969/9624 5747/5970/9625 -f 5747/5970/9625 5746/5969/9624 5748/5968/9623 -f 5748/5968/9623 5746/5969/9624 5749/5966/9621 -f 5750/5971/9626 5751/5972/9627 5752/5973/9628 -f 5750/5971/9626 5752/5973/9628 5753/5974/9629 -f 5752/5973/9628 5754/5975/9630 5753/5974/9629 -f 5754/5975/9630 6955/5967/9622 5753/5974/9629 -f 5753/5974/9629 6955/5967/9622 5755/5976/9631 -f 5755/5976/9631 6955/5967/9622 5749/5966/9621 -f 5766/5977/9632 5756/5978/9633 5757/5979/9634 -f 5766/5977/9632 5758/5980/9635 5759/5981/9636 -f 5758/5980/9635 5766/5977/9632 5757/5979/9634 -f 5760/5982/9637 5756/5978/9633 5761/5983/9638 -f 5763/5984/9639 5764/5985/9640 5765/5986/9641 -f 5765/5986/9641 5764/5985/9640 6353/5987/9642 -f 5765/5986/9641 6353/5987/9642 5759/5981/9636 -f 5759/5981/9636 6353/5987/9642 5762/5988/9643 -f 5762/5988/9643 5766/5977/9632 5759/5981/9636 -f 5767/5989/9644 5776/5990/9645 5764/5985/9640 -f 5767/5989/9644 5764/5985/9640 5763/5984/9639 -f 5768/5991/9646 5769/5992/9647 5770/5993/9648 -f 5768/5991/9646 5770/5993/9648 5771/5994/9649 -f 5771/5994/9649 5770/5993/9648 5772/5995/9650 -f 5772/5995/9650 5773/5996/9651 5771/5994/9649 -f 5771/5994/9649 5773/5996/9651 5774/5997/9652 -f 5771/5994/9649 5774/5997/9652 5775/5998/9653 -f 5774/5997/9652 5776/5990/9645 5775/5998/9653 -f 5775/5998/9653 5776/5990/9645 5767/5989/9644 -f 5777/5999/9654 5779/6000/9655 5778/6001/9656 -f 7043/6002/9657 5780/6003/9658 5779/6000/9655 -f 5779/6000/9655 5780/6003/9658 5778/6001/9656 -f 5780/6003/9658 7043/6002/9657 5781/6004/9659 -f 5781/6004/9659 7043/6002/9657 5782/6005/9660 -f 5778/6001/9656 5784/6006/9661 5777/5999/9654 -f 5777/5999/9654 5784/6006/9661 5680/5894/9549 -f 5680/5894/9549 5784/6006/9661 5785/5893/9548 -f 5786/6007/9662 5787/6008/9663 5788/6009/9664 -f 5789/6010/9665 5795/6011/9666 5787/6008/9663 -f 5787/6008/9663 5795/6011/9666 5788/6009/9664 -f 5790/6012/9667 5681/5896/9551 5791/6013/9668 -f 5791/6013/9668 5681/5896/9551 5682/5895/9550 -f 5791/6013/9668 5682/5895/9550 5792/6014/9669 -f 5682/5895/9550 5793/6015/9670 5792/6014/9669 -f 5792/6014/9669 5793/6015/9670 5794/6016/9671 -f 5792/6014/9669 5794/6016/9671 5789/6010/9665 -f 5789/6010/9665 5794/6016/9671 5795/6011/9666 -f 5782/6005/9660 5783/5881/9536 5781/6004/9659 -f 5781/6004/9659 5783/5881/9536 5673/5883/9538 -f 5781/6004/9659 5673/5883/9538 5796/6017/9672 -f 5796/6017/9672 5673/5883/9538 5797/6018/9673 -f 5798/6019/9674 5799/6020/9675 5797/6018/9673 -f 5797/6018/9673 5799/6020/9675 5796/6017/9672 -f 5800/6021/9676 5801/6022/9677 5802/6023/9678 -f 5802/6023/9678 5801/6022/9677 5803/6024/9679 -f 5802/6023/9678 5803/6024/9679 5798/6019/9674 -f 5798/6019/9674 5803/6024/9679 5799/6020/9675 -f 5768/5991/9646 5771/5994/9649 5804/6025/9680 -f 5768/5991/9646 5804/6025/9680 5805/6026/9681 -f 5805/6026/9681 5804/6025/9680 5806/6027/9682 -f 5805/6026/9681 5806/6027/9682 5800/6021/9676 -f 5800/6021/9676 5806/6027/9682 5807/6028/9683 -f 5800/6021/9676 5807/6028/9683 5801/6022/9677 -f 5757/5979/9634 5756/5978/9633 5760/5982/9637 -f 5757/5979/9634 5760/5982/9637 5808/6029/9684 -f 5808/6029/9684 5760/5982/9637 5809/6030/9685 -f 5808/6029/9684 5809/6030/9685 5810/6031/9686 -f 5810/6031/9686 5809/6030/9685 5811/6032/9687 -f 5810/6031/9686 5811/6032/9687 5812/6033/9688 -f 5812/6033/9688 5811/6032/9687 5813/6034/9689 -f 5812/6033/9688 5813/6034/9689 5816/6035/9690 -f 5814/6036/9691 5815/6037/9692 5813/6034/9689 -f 5813/6034/9689 5815/6037/9692 5816/6035/9690 -f 5750/5971/9626 5753/5974/9629 5817/6038/9693 -f 5750/5971/9626 5817/6038/9693 5814/6036/9691 -f 5814/6036/9691 5817/6038/9693 5818/6039/9694 -f 5814/6036/9691 5818/6039/9694 5815/6037/9692 -f 5819/5963/9618 5745/5884/9539 5675/5886/9541 -f 5819/5963/9618 5675/5886/9541 5820/6040/9695 -f 5819/5963/9618 5820/6040/9695 5821/6041/9696 -f 5821/6041/9696 5820/6040/9695 5822/6042/9697 -f 5822/6042/9697 5820/6040/9695 5823/6043/9698 -f 5822/6042/9697 5823/6043/9698 5824/6044/9699 -f 5824/6044/9699 5823/6043/9698 5825/6045/9700 -f 5824/6044/9699 5825/6045/9700 5830/6046/9701 -f 5732/5951/9606 5733/5952/9607 5730/5949/9604 -f 5730/5949/9604 5733/5952/9607 5828/6047/9702 -f 5828/6047/9702 5733/5952/9607 5826/6048/9703 -f 5828/6047/9702 5826/6048/9703 5827/6049/9704 -f 5828/6047/9702 5827/6049/9704 5829/6050/9705 -f 5828/6047/9702 5829/6050/9705 5825/6045/9700 -f 5825/6045/9700 5829/6050/9705 5830/6046/9701 -f 5831/5939/9594 5722/5941/9596 5723/5942/9597 -f 5831/5939/9594 5723/5942/9597 5832/6051/9706 -f 5831/5939/9594 5832/6051/9706 5839/6052/9707 -f 5834/6053/9708 5833/6054/9709 5835/6055/9710 -f 5834/6053/9708 5835/6055/9710 5836/6056/9711 -f 5836/6056/9711 5835/6055/9710 5837/6057/9712 -f 5837/6057/9712 5835/6055/9710 5838/6058/9713 -f 5837/6057/9712 5838/6058/9713 5832/6051/9706 -f 5832/6051/9706 5838/6058/9713 5839/6052/9707 -f 5833/6054/9709 5834/6053/9708 5840/6059/9714 -f 5840/6059/9714 5834/6053/9708 5841/6060/9715 -f 5840/6059/9714 5841/6060/9715 5718/5934/9589 -f 5718/5934/9589 5841/6060/9715 5842/6061/9716 -f 5718/5934/9589 5842/6061/9716 5717/5935/9590 -f 5717/5935/9590 5842/6061/9716 6198/6062/9717 -f 5709/5926/9581 5710/5887/9542 5708/5925/9580 -f 5708/5925/9580 5710/5887/9542 5677/5889/9544 -f 5708/5925/9580 5677/5889/9544 5843/6063/9718 -f 5843/6063/9718 5677/5889/9544 5844/6064/9719 -f 5843/6063/9718 5844/6064/9719 5846/6065/9720 -f 5846/6065/9720 5844/6064/9719 5845/6066/9721 -f 5846/6065/9720 5845/6066/9721 5847/6067/9722 -f 5846/6065/9720 5847/6067/9722 5848/6068/9723 -f 5849/6069/9724 5850/6070/9725 5847/6067/9722 -f 5847/6067/9722 5850/6070/9725 5848/6068/9723 -f 5851/6071/9726 5852/6072/9727 5849/6069/9724 -f 5849/6069/9724 5852/6072/9727 5850/6070/9725 -f 5853/6073/9728 5696/5912/9567 5854/6074/9729 -f 5854/6074/9729 5696/5912/9567 5697/5911/9566 -f 5854/6074/9729 5697/5911/9566 5855/6075/9730 -f 5855/6075/9730 5697/5911/9566 5856/6076/9731 -f 5855/6075/9730 5856/6076/9731 5857/6077/9732 -f 5857/6077/9732 5856/6076/9731 5858/6078/9733 -f 5857/6077/9732 5858/6078/9733 5851/6071/9726 -f 5851/6071/9726 5858/6078/9733 5859/6079/9734 -f 5851/6071/9726 5859/6079/9734 5852/6072/9727 -f 5686/5901/9556 5688/5903/9558 5689/5904/9559 -f 5686/5901/9556 5689/5904/9559 5860/6080/9735 -f 5860/6080/9735 5689/5904/9559 5786/6007/9662 -f 5860/6080/9735 5786/6007/9662 5861/6081/9736 -f 5861/6081/9736 5786/6007/9662 5788/6009/9664 -s 122 -f 5965/6082/9737 5862/6083/9738 5863/6084/9739 -f 5946/6085/9740 5864/6086/9741 5865/6087/9742 -f 5928/6088/9743 5866/6089/9744 5867/6090/9745 -f 5912/6091/9746 5868/6092/9747 5869/6093/9748 -f 5896/6094/9749 6138/6095/9750 5870/6096/9751 -f 5876/6097/9752 5871/6098/9753 5872/6099/9754 -f 5874/6100/9755 5873/6101/9756 5875/6102/9757 -f 5874/6100/9755 5875/6102/9757 5872/6099/9754 -f 5875/6102/9757 5876/6097/9752 5872/6099/9754 -f 5877/6103/9758 5878/6104/9759 5871/6098/9753 -f 5879/6105/9760 5890/6106/9761 5880/6107/9762 -f 5880/6107/9762 5890/6106/9761 5873/6101/9756 -f 5880/6107/9762 5873/6101/9756 5881/6108/9763 -f 5881/6108/9763 5873/6101/9756 5874/6100/9755 -f 5882/6109/9764 5883/6110/9765 5884/6111/9766 -f 5885/6112/9767 5886/6113/9768 5884/6111/9766 -f 5886/6113/9768 5885/6112/9767 5887/6114/9769 -f 5887/6114/9769 5888/6115/9770 5886/6113/9768 -f 5886/6113/9768 5888/6115/9770 5889/6116/9771 -f 5888/6115/9770 5890/6106/9761 5889/6116/9771 -f 5889/6116/9771 5890/6106/9761 5879/6105/9760 -f 5892/6117/9772 5891/6118/9773 5893/6119/9774 -f 5891/6118/9773 5892/6117/9772 5894/6120/9775 -f 5894/6120/9775 5892/6117/9772 5895/6121/9776 -f 5894/6120/9775 5895/6121/9776 6953/6122/9777 -f 6953/6122/9777 5896/6094/9749 5894/6120/9775 -f 5897/6123/9778 5898/6124/9779 5899/6125/9780 -f 5899/6125/9780 5898/6124/9779 6392/6126/9781 -f 5899/6125/9780 6392/6126/9781 5893/6119/9774 -f 5893/6119/9774 6392/6126/9781 5892/6117/9772 -f 5900/6127/9782 5901/6128/9783 5902/6129/9784 -f 5903/6130/9785 5902/6129/9784 5904/6131/9786 -f 5904/6131/9786 6934/6132/9787 5903/6130/9785 -f 6934/6132/9787 5905/6133/9788 5903/6130/9785 -f 5903/6130/9785 5905/6133/9788 5906/6134/9789 -f 5906/6134/9789 5905/6133/9788 5897/6123/9778 -f 5897/6123/9778 5905/6133/9788 5898/6124/9779 -f 5907/6135/9790 5924/6136/9791 5908/6137/9792 -f 5924/6136/9791 5909/6138/9793 5908/6137/9792 -f 5908/6137/9792 5909/6138/9793 5910/6139/9794 -f 5910/6139/9794 5909/6138/9793 5911/6140/9795 -f 5910/6139/9794 5911/6140/9795 5912/6091/9746 -f 5913/6141/9796 5914/6142/9797 5915/6143/9798 -f 5916/6144/9799 5915/6143/9798 5917/6145/9800 -f 5917/6145/9800 5918/6146/9801 5916/6144/9799 -f 5920/6147/9802 5919/6148/9803 5916/6144/9799 -f 5920/6147/9802 5916/6144/9799 5918/6146/9801 -f 5919/6148/9803 5920/6147/9802 5921/6149/9804 -f 5919/6148/9803 5921/6149/9804 5922/6150/9805 -f 5922/6150/9805 5921/6149/9804 5923/6151/9806 -f 5923/6151/9806 5921/6149/9804 5924/6136/9791 -f 5923/6151/9806 5924/6136/9791 5907/6135/9790 -f 5929/6152/9807 7183/6153/9808 5925/6154/9809 -f 5929/6152/9807 5926/6155/9810 5927/6156/9811 -f 5926/6155/9810 5929/6152/9807 5925/6154/9809 -f 5925/6154/9809 7183/6153/9808 5928/6088/9743 -f 6444/6157/9812 5929/6152/9807 5927/6156/9811 -f 5942/6158/9813 5930/6159/9814 5931/6160/9815 -f 5931/6160/9815 5930/6159/9814 5932/6161/9816 -f 5932/6161/9816 5933/6162/9817 5931/6160/9815 -f 5931/6160/9815 5933/6162/9817 5934/6163/9818 -f 5934/6163/9818 5933/6162/9817 5935/6164/9819 -f 5935/6164/9819 5933/6162/9817 5936/6165/9820 -f 5935/6164/9819 5936/6165/9820 5937/6166/9821 -f 5937/6166/9821 5936/6165/9820 6444/6157/9812 -f 5937/6166/9821 6444/6157/9812 5927/6156/9811 -f 5938/6167/9822 5939/6168/9823 5940/6169/9824 -f 5940/6169/9824 5942/6158/9813 5941/6170/9825 -f 5942/6158/9813 5931/6160/9815 5943/6171/9826 -f 5942/6158/9813 5943/6171/9826 5941/6170/9825 -f 5951/6172/9827 5944/6173/9828 5945/6174/9829 -f 5944/6173/9828 5951/6172/9827 5946/6085/9740 -f 5947/6175/9830 5948/6176/9831 5949/6177/9832 -f 5948/6176/9831 5950/6178/9833 5949/6177/9832 -f 5949/6177/9832 5950/6178/9833 5951/6172/9827 -f 5949/6177/9832 5951/6172/9827 5945/6174/9829 -f 5962/6179/9834 7115/6180/9835 5952/6181/9836 -f 5952/6181/9836 7115/6180/9835 5953/6182/9837 -f 5952/6181/9836 5953/6182/9837 5954/6183/9838 -f 5954/6183/9838 5953/6182/9837 5955/6184/9839 -f 5955/6184/9839 5953/6182/9837 5956/6185/9840 -f 5955/6184/9839 5956/6185/9840 5947/6175/9830 -f 5947/6175/9830 5956/6185/9840 5948/6176/9831 -f 5959/6186/9841 5960/6187/9842 5957/6188/9843 -f 5957/6188/9843 5961/6189/9844 5958/6190/9845 -f 5958/6190/9845 5961/6189/9844 5962/6179/9834 -f 5962/6179/9834 5952/6181/9836 5963/6191/9846 -f 5962/6179/9834 5963/6191/9846 5958/6190/9845 -f 5964/6192/9847 5965/6082/9737 5966/6193/9848 -f 5966/6193/9848 5965/6082/9737 5967/6194/9849 -f 5968/6195/9850 5970/6196/9851 5969/6197/9852 -f 5970/6196/9851 5964/6192/9847 5969/6197/9852 -f 5964/6192/9847 5970/6196/9851 7065/6198/9853 -f 5964/6192/9847 7065/6198/9853 7066/6199/9854 -f 5964/6192/9847 7066/6199/9854 5965/6082/9737 -f 5971/6200/9855 5983/6201/9856 5972/6202/9857 -f 5971/6200/9855 5972/6202/9857 5973/6203/9858 -f 5973/6203/9858 5972/6202/9857 5968/6195/9850 -f 5973/6203/9858 5968/6195/9850 5974/6204/9859 -f 5974/6204/9859 5968/6195/9850 5969/6197/9852 -f 5975/6205/9860 5976/6206/9861 5977/6207/9862 -f 5977/6207/9862 5978/6208/9863 5979/6209/9864 -f 5979/6209/9864 5978/6208/9863 5980/6210/9865 -f 5980/6210/9865 5981/6211/9866 5979/6209/9864 -f 5979/6209/9864 5981/6211/9866 5982/6212/9867 -f 5982/6212/9867 5981/6211/9866 5983/6201/9856 -f 5982/6212/9867 5983/6201/9856 5971/6200/9855 -f 5957/6188/9843 5958/6190/9845 5959/6186/9841 -f 5959/6186/9841 5958/6190/9845 5984/6213/9868 -f 5959/6186/9841 5984/6213/9868 5985/6214/9869 -f 5944/6173/9828 5946/6085/9740 5865/6087/9742 -f 5944/6173/9828 5865/6087/9742 5986/6215/9870 -f 5986/6215/9870 5865/6087/9742 5987/6216/9871 -f 5986/6215/9870 5987/6216/9871 5988/6217/9872 -f 5988/6217/9872 5987/6216/9871 5989/6218/9873 -f 5989/6218/9873 5987/6216/9871 5938/6167/9822 -f 5989/6218/9873 5938/6167/9822 5941/6170/9825 -f 5941/6170/9825 5938/6167/9822 5940/6169/9824 -f 5925/6154/9809 5928/6088/9743 5867/6090/9745 -f 5925/6154/9809 5867/6090/9745 5990/6219/9874 -f 5990/6219/9874 5867/6090/9745 5991/6220/9875 -f 5990/6219/9874 5991/6220/9875 5992/6221/9876 -f 5992/6221/9876 5991/6220/9875 5993/6222/9877 -f 5993/6222/9877 5991/6220/9875 5994/6223/9878 -f 5993/6222/9877 5994/6223/9878 5995/6224/9879 -f 5995/6224/9879 5994/6223/9878 5996/6225/9880 -f 5996/6225/9880 5994/6223/9878 5913/6141/9796 -f 5996/6225/9880 5913/6141/9796 5916/6144/9799 -f 5916/6144/9799 5913/6141/9796 5915/6143/9798 -f 5910/6139/9794 5912/6091/9746 5869/6093/9748 -f 5910/6139/9794 5869/6093/9748 5997/6226/9881 -f 5997/6226/9881 5869/6093/9748 5998/6227/9882 -f 5997/6226/9881 5998/6227/9882 5999/6228/9883 -f 5999/6228/9883 5998/6227/9882 6000/6229/9884 -f 6000/6229/9884 5998/6227/9882 6001/6230/9885 -f 6000/6229/9884 6001/6230/9885 6002/6231/9886 -f 6002/6231/9886 6001/6230/9885 6003/6232/9887 -f 6003/6232/9887 6001/6230/9885 5900/6127/9782 -f 6003/6232/9887 5900/6127/9782 5903/6130/9785 -f 5903/6130/9785 5900/6127/9782 5902/6129/9784 -f 5894/6120/9775 5896/6094/9749 5870/6096/9751 -f 5894/6120/9775 5870/6096/9751 6004/6233/9888 -f 6004/6233/9888 5870/6096/9751 6005/6234/9889 -f 6004/6233/9888 6005/6234/9889 6006/6235/9890 -f 6006/6235/9890 6005/6234/9889 6007/6236/9891 -f 6007/6236/9891 6005/6234/9889 6008/6237/9892 -f 6007/6236/9891 6008/6237/9892 6009/6238/9893 -f 6009/6238/9893 6008/6237/9892 6010/6239/9894 -f 6010/6239/9894 6008/6237/9892 5882/6109/9764 -f 6010/6239/9894 5882/6109/9764 5886/6113/9768 -f 5886/6113/9768 5882/6109/9764 5884/6111/9766 -f 5872/6099/9754 5871/6098/9753 5878/6104/9759 -f 5872/6099/9754 5878/6104/9759 6011/6240/9895 -f 6011/6240/9895 5878/6104/9759 6012/6241/9896 -f 6011/6240/9895 6012/6241/9896 6013/6242/9897 -f 6013/6242/9897 6012/6241/9896 6014/6243/9898 -f 6014/6243/9898 6012/6241/9896 6015/6244/9899 -f 6014/6243/9898 6015/6244/9899 6016/6245/9900 -f 6016/6245/9900 6015/6244/9899 6017/6246/9901 -f 6017/6246/9901 6015/6244/9899 5975/6205/9860 -f 6017/6246/9901 5975/6205/9860 5979/6209/9864 -f 5979/6209/9864 5975/6205/9860 5977/6207/9862 -f 5967/6194/9849 5965/6082/9737 5863/6084/9739 -f 5967/6194/9849 5863/6084/9739 6018/6247/9902 -f 6018/6247/9902 5863/6084/9739 5985/6214/9869 -f 6018/6247/9902 5985/6214/9869 6019/6248/9903 -f 6019/6248/9903 5985/6214/9869 5984/6213/9868 -s 39 -f 6020/6249/9904 8064/6250/9905 6027/6251/9906 -f 8064/6250/9905 6021/6252/9907 6027/6251/9906 -f 6027/6251/9906 6021/6252/9907 6022/6253/9908 -f 6022/6253/9908 6021/6252/9907 6023/6254/9909 -f 6022/6253/9908 6023/6254/9909 9275/6255/9910 -f 6025/6256/9911 6024/6257/9912 6022/6253/9908 -f 6022/6253/9908 6024/6257/9912 6026/6258/9913 -f 6022/6253/9908 6026/6258/9913 6027/6251/9906 -f 6026/6258/9913 7965/6259/9914 6027/6251/9906 -f 6027/6251/9906 7965/6259/9914 7671/6260/9915 -f 7671/6260/9915 7965/6259/9914 7964/6261/9916 -f 6028/6262/9917 6029/6263/9918 6030/6264/9919 -f 6030/6264/9919 6029/6263/9918 6031/6265/9920 -f 6031/6265/9920 6029/6263/9918 6032/6266/9921 -f 6032/6266/9921 6029/6263/9918 6033/6267/9922 -f 6032/6266/9921 6033/6267/9922 6034/6268/9923 -f 6034/6268/9923 6033/6267/9922 6035/6269/9924 -f 6035/6269/9924 6033/6267/9922 6036/6270/9925 -f 6035/6269/9924 6036/6270/9925 6037/6271/9926 -f 6037/6271/9926 6036/6270/9925 6038/6272/9927 -f 6037/6271/9926 6038/6272/9927 6039/6273/9928 -f 6039/6273/9928 6038/6272/9927 6040/6274/9929 -f 6040/6274/9929 6038/6272/9927 6041/6275/9930 -f 6041/6275/9930 6038/6272/9927 6042/6276/9931 -f 6041/6275/9930 6042/6276/9931 6043/6277/9932 -f 6043/6277/9932 6042/6276/9931 6044/6278/9933 -f 6044/6278/9933 6042/6276/9931 6045/6279/9934 -f 6044/6278/9933 6045/6279/9934 6046/6280/9935 -f 6046/6280/9935 6045/6279/9934 6047/6281/9936 -f 6046/6280/9935 6047/6281/9936 6048/6282/9937 -f 6048/6282/9937 6047/6281/9936 7361/6283/9938 -f 6048/6282/9937 7361/6283/9938 6072/6284/9939 -f 6049/6285/9940 6050/6286/9941 6051/6287/9942 -f 6051/6287/9942 6050/6286/9941 6052/6288/9943 -f 6052/6288/9943 6050/6286/9941 6053/6289/9944 -f 6052/6288/9943 6053/6289/9944 6054/6290/9945 -f 6054/6290/9945 6053/6289/9944 6056/6291/9946 -f 6056/6291/9946 6053/6289/9944 6055/6292/9947 -f 6056/6291/9946 6055/6292/9947 6057/6293/9948 -f 6057/6293/9948 6055/6292/9947 6058/6294/9949 -f 6058/6294/9949 6055/6292/9947 6059/6295/9950 -f 6058/6294/9949 6059/6295/9950 6060/6296/9951 -f 6060/6296/9951 6059/6295/9950 6061/6297/9952 -f 6061/6297/9952 6059/6295/9950 6062/6298/9953 -f 6061/6297/9952 6062/6298/9953 6063/6299/9954 -f 6063/6299/9954 6062/6298/9953 6064/6300/9955 -f 6063/6299/9954 6064/6300/9955 6065/6301/9956 -f 6065/6301/9956 6064/6300/9955 7304/6302/9957 -f 6065/6301/9956 7304/6302/9957 6066/6303/9958 -f 6066/6303/9958 7304/6302/9957 6067/6304/9959 -f 6067/6304/9959 7304/6302/9957 6068/6305/9960 -f 6068/6305/9960 7304/6302/9957 6069/6306/9961 -f 6068/6305/9960 6069/6306/9961 6070/6307/9962 -f 6070/6307/9962 6069/6306/9961 6094/6308/9963 -f 6072/6284/9939 7361/6283/9938 6071/6309/9964 -f 6072/6284/9939 6071/6309/9964 6074/6310/9965 -f 6074/6310/9965 6071/6309/9964 6073/6311/9966 -f 6074/6310/9965 6073/6311/9966 6075/6312/9967 -f 6075/6312/9967 6073/6311/9966 6076/6313/9968 -f 6075/6312/9967 6076/6313/9968 6077/6314/9969 -f 6077/6314/9969 6076/6313/9968 6078/6315/9970 -f 6078/6315/9970 6076/6313/9968 6079/6316/9971 -f 6078/6315/9970 6079/6316/9971 6080/6317/9972 -f 6080/6317/9972 6079/6316/9971 6081/6318/9973 -f 6081/6318/9973 6079/6316/9971 6082/6319/9974 -f 6082/6319/9974 6079/6316/9971 7248/6320/9975 -f 6082/6319/9974 7248/6320/9975 6083/6321/9976 -f 6083/6321/9976 7248/6320/9975 6084/6322/9977 -f 6083/6321/9976 6084/6322/9977 6086/6323/9978 -f 6086/6323/9978 6084/6322/9977 6085/6324/9979 -f 6086/6323/9978 6085/6324/9979 6087/6325/9980 -f 6087/6325/9980 6085/6324/9979 6088/6326/9981 -f 6087/6325/9980 6088/6326/9981 6089/6327/9982 -f 6089/6327/9982 6088/6326/9981 6090/6328/9983 -f 6090/6328/9983 6088/6326/9981 6091/6329/9984 -f 6091/6329/9984 6088/6326/9981 6092/6330/9985 -f 6091/6329/9984 6092/6330/9985 6049/6285/9940 -f 6049/6285/9940 6092/6330/9985 6050/6286/9941 -f 6094/6308/9963 6069/6306/9961 6093/6331/9986 -f 6094/6308/9963 6093/6331/9986 6095/6332/9987 -f 6095/6332/9987 6093/6331/9986 7290/6333/9988 -f 6095/6332/9987 7290/6333/9988 6096/6334/9989 -f 6096/6334/9989 7290/6333/9988 6097/6335/9990 -f 6097/6335/9990 7290/6333/9988 6098/6336/9991 -f 6097/6335/9990 6098/6336/9991 6099/6337/9992 -f 6099/6337/9992 6098/6336/9991 6100/6338/9993 -f 6100/6338/9993 6098/6336/9991 6101/6339/9994 -f 6101/6339/9994 6098/6336/9991 6102/6340/9995 -f 6101/6339/9994 6102/6340/9995 6103/6341/9996 -f 6103/6341/9996 6102/6340/9995 6105/6342/9997 -f 6105/6342/9997 6102/6340/9995 6104/6343/9998 -f 6105/6342/9997 6104/6343/9998 6106/6344/9999 -f 6106/6344/9999 6104/6343/9998 6108/6345/10000 -f 6108/6345/10000 6104/6343/9998 6107/6346/10001 -f 6108/6345/10000 6107/6346/10001 6109/6347/10002 -f 6109/6347/10002 6107/6346/10001 7276/6348/10003 -f 6109/6347/10002 7276/6348/10003 6110/6349/10004 -f 6110/6349/10004 7276/6348/10003 6111/6350/10005 -f 6110/6349/10004 6111/6350/10005 6112/6351/10006 -f 6112/6351/10006 6111/6350/10005 6113/6352/10007 -f 6113/6352/10007 6111/6350/10005 6114/6353/10008 -f 6113/6352/10007 6114/6353/10008 6115/6354/10009 -f 6115/6354/10009 6114/6353/10008 6028/6262/9917 -f 6028/6262/9917 6114/6353/10008 6029/6263/9918 -f 5836/6056/10010 5837/6057/10011 6117/6355/10012 -f 6118/6356/10013 6119/6357/10014 8331/6358/10015 -f 8739/6359/10016 6120/6360/10017 8047/6361/10018 -f 8850/6362/10019 6121/6363/10020 6122/6364/10021 -f 6124/6365/10022 8029/6366/10023 8143/6367/10024 -f 8143/6367/10024 8029/6366/10023 8169/6368/10025 -f 6125/6369/10026 8143/6367/10024 5724/5943/10027 -f 5724/5943/10027 8143/6367/10024 5723/5942/10028 -f 5723/5942/10028 8143/6367/10024 8169/6368/10025 -f 5723/5942/10028 8169/6368/10025 6126/6370/10029 -f 8197/6371/10030 5832/6051/10031 5723/5942/10028 -f 8197/6371/10030 5723/5942/10028 6126/6370/10029 -f 5828/6047/10032 8089/6372/10033 5730/5949/10034 -f 5730/5949/10034 8089/6372/10033 5731/5950/10035 -f 8143/6367/10024 6125/6369/10026 5731/5950/10035 -f 8143/6367/10024 5731/5950/10035 6137/6373/10036 -f 6125/6369/10026 6127/6374/10037 5731/5950/10035 -f 5731/5950/10035 6127/6374/10037 6128/6375/10038 -f 5731/5950/10035 6128/6375/10038 6129/6376/10039 -f 6129/6376/10039 6128/6375/10038 6130/6377/10040 -f 6129/6376/10039 6130/6377/10040 6206/6378/10041 -f 6206/6378/10041 6130/6377/10040 6131/6379/10042 -f 6131/6379/10042 6132/6380/10043 6206/6378/10041 -f 6206/6378/10041 6132/6380/10043 6133/6381/10044 -f 6206/6378/10041 6133/6381/10044 6134/6382/10045 -f 6134/6382/10045 6133/6381/10044 6135/6383/10046 -f 6136/6384/10047 8027/6385/10048 8089/6372/10033 -f 8089/6372/10033 8027/6385/10048 8115/6386/10049 -f 8089/6372/10033 8115/6386/10049 5731/5950/10035 -f 5731/5950/10035 8115/6386/10049 6137/6373/10036 -f 5900/6127/10050 6134/6382/10045 5901/6128/10051 -f 5901/6128/10051 6134/6382/10045 6138/6095/10052 -f 6139/6387/10053 5828/6047/10032 5825/6045/10054 -f 5900/6127/10050 6001/6230/10055 5998/6227/10056 -f 5998/6227/10056 5869/6093/10057 5900/6127/10050 -f 5900/6127/10050 5869/6093/10057 5868/6092/10058 -f 5900/6127/10050 5868/6092/10058 6134/6382/10045 -f 6134/6382/10045 5868/6092/10058 6140/6388/10059 -f 6134/6382/10045 6140/6388/10059 6141/6389/10060 -f 6142/6390/10061 5828/6047/10032 7987/6391/10062 -f 7987/6391/10062 5828/6047/10032 6139/6387/10053 -f 7987/6391/10062 6139/6387/10053 7933/6392/10063 -f 7933/6392/10063 6139/6387/10053 6143/6393/10064 -f 5828/6047/10032 6142/6390/10061 8089/6372/10033 -f 6141/6389/10060 6144/6394/10065 6134/6382/10045 -f 6134/6382/10045 6144/6394/10065 6145/6395/10066 -f 6134/6382/10045 6145/6395/10066 6146/6396/10067 -f 5825/6045/10054 5823/6043/10068 6139/6387/10053 -f 6139/6387/10053 5823/6043/10068 5820/6040/10069 -f 6139/6387/10053 5820/6040/10069 5675/5886/10070 -f 6147/6397/10071 6148/6398/10072 6154/6399/10073 -f 6154/6399/10073 6148/6398/10072 6149/6400/10074 -f 6154/6399/10073 6149/6400/10074 6138/6095/10052 -f 6138/6095/10052 6149/6400/10074 6150/6401/10075 -f 6138/6095/10052 6150/6401/10075 6151/6402/10076 -f 6151/6402/10076 6152/6403/10077 6138/6095/10052 -f 6138/6095/10052 6152/6403/10077 6153/6404/10078 -f 6138/6095/10052 6153/6404/10078 5901/6128/10051 -f 6139/6387/10053 5675/5886/10070 6154/6399/10073 -f 6154/6399/10073 5675/5886/10070 5674/5885/10079 -f 6154/6399/10073 5674/5885/10079 6155/6405/10080 -f 6154/6399/10073 6155/6405/10080 6147/6397/10071 -f 6207/6406/10081 6156/6407/10082 6154/6399/10073 -f 6154/6399/10073 6156/6407/10082 6157/6408/10083 -f 6154/6399/10073 6157/6408/10083 6158/6409/10084 -f 6158/6409/10084 6159/6410/10085 6154/6399/10073 -f 6154/6399/10073 6159/6410/10085 6160/6411/10086 -f 6154/6399/10073 6160/6411/10086 6161/6412/10087 -f 5809/6030/10088 6123/6413/10089 5811/6032/10090 -f 5811/6032/10090 6123/6413/10089 6162/6414/10091 -f 5811/6032/10090 6162/6414/10091 5813/6034/10092 -f 5813/6034/10092 6162/6414/10091 5814/6036/10093 -f 6163/6415/10094 8054/6416/10095 9067/6417/10096 -f 9067/6417/10096 8054/6416/10095 6154/6399/10073 -f 6162/6414/10091 9245/6418/10097 5814/6036/10093 -f 5814/6036/10093 9245/6418/10097 5750/5971/10098 -f 5750/5971/10098 9245/6418/10097 6164/6419/10099 -f 5750/5971/10098 6164/6419/10099 5751/5972/10100 -f 6166/6420/10101 9067/6417/10096 5751/5972/10100 -f 6165/6421/10102 9029/6422/10103 6164/6419/10099 -f 6164/6419/10099 9029/6422/10103 9039/6423/10104 -f 6164/6419/10099 9039/6423/10104 5751/5972/10100 -f 5751/5972/10100 9039/6423/10104 6166/6420/10101 -f 6161/6412/10087 6167/6424/10105 6154/6399/10073 -f 6154/6399/10073 6167/6424/10105 5751/5972/10100 -f 6154/6399/10073 5751/5972/10100 9067/6417/10096 -f 8960/6425/10106 6168/6426/10107 8053/6427/10108 -f 6170/6428/10109 8050/6429/10110 8930/6430/10111 -f 6169/6431/10112 8960/6425/10106 6123/6413/10089 -f 6123/6413/10089 8960/6425/10106 6162/6414/10091 -f 6162/6414/10091 8960/6425/10106 8053/6427/10108 -f 6170/6428/10109 8930/6430/10111 6123/6413/10089 -f 6123/6413/10089 8930/6430/10111 6169/6431/10112 -f 8903/6432/10113 6170/6428/10109 6123/6413/10089 -f 8903/6432/10113 6123/6413/10089 6171/6433/10114 -f 8903/6432/10113 6171/6433/10114 9225/6434/10115 -f 6171/6433/10114 8875/6435/10116 9225/6434/10115 -f 6171/6433/10114 6172/6436/10117 5769/5992/10118 -f 6174/6437/10119 6173/6438/10120 8819/6439/10121 -f 8874/6440/10122 8875/6435/10116 6122/6364/10021 -f 6122/6364/10021 8875/6435/10116 6171/6433/10114 -f 6122/6364/10021 6171/6433/10114 8850/6362/10019 -f 8850/6362/10019 6171/6433/10114 5769/5992/10118 -f 8850/6362/10019 5769/5992/10118 5768/5991/10123 -f 8850/6362/10019 5768/5991/10123 9215/6441/10124 -f 9215/6441/10124 5768/5991/10123 5805/6026/10125 -f 9215/6441/10124 5805/6026/10125 8819/6439/10121 -f 8739/6359/10016 8047/6361/10018 8764/6442/10126 -f 6175/6443/10127 6173/6438/10120 8792/6444/10128 -f 8792/6444/10128 6173/6438/10120 6174/6437/10119 -f 8792/6444/10128 6174/6437/10119 6176/6445/10129 -f 8739/6359/10016 8764/6442/10126 6174/6437/10119 -f 6174/6437/10119 8764/6442/10126 6176/6445/10129 -f 6248/6446/10130 6177/6447/10131 5790/6012/10132 -f 6178/6448/10133 8045/6449/10134 6179/6450/10135 -f 6179/6450/10135 8045/6449/10134 8713/6451/10136 -f 6179/6450/10135 8713/6451/10136 5792/6014/10137 -f 6180/6452/10138 5790/6012/10132 8713/6451/10136 -f 8713/6451/10136 5790/6012/10132 5791/6013/10139 -f 8713/6451/10136 5791/6013/10139 5792/6014/10137 -f 6181/6453/10140 6179/6450/10135 5792/6014/10137 -f 6184/6454/10141 6182/6455/10142 8043/6456/10143 -f 5792/6014/10137 6183/6457/10144 6181/6453/10140 -f 6181/6453/10140 6183/6457/10144 6184/6454/10141 -f 6181/6453/10140 6184/6454/10141 8043/6456/10143 -f 6187/6458/10145 6184/6454/10141 6183/6457/10144 -f 8549/6459/10146 9165/6460/10147 6185/6461/10148 -f 9165/6460/10147 8577/6462/10149 6185/6461/10148 -f 6185/6461/10148 8577/6462/10149 6183/6457/10144 -f 6186/6463/10150 8041/6464/10151 8577/6462/10149 -f 8577/6462/10149 8041/6464/10151 8603/6465/10152 -f 8577/6462/10149 8603/6465/10152 6183/6457/10144 -f 6183/6457/10144 8603/6465/10152 6187/6458/10145 -f 5853/6073/10153 6185/6461/10148 6188/6466/10154 -f 6188/6466/10154 6185/6461/10148 6246/6467/10155 -f 6189/6468/10156 8040/6469/10157 6190/6470/10158 -f 6190/6470/10158 8040/6469/10157 8549/6459/10146 -f 6190/6470/10158 8549/6459/10146 6185/6461/10148 -f 6190/6470/10158 6185/6461/10148 5853/6073/10153 -f 6190/6470/10158 5853/6073/10153 6191/6471/10159 -f 6193/6472/10160 8039/6473/10161 6192/6474/10162 -f 6192/6474/10162 8039/6473/10161 6191/6471/10159 -f 6194/6475/10163 8037/6476/10164 8441/6477/10165 -f 6195/6478/10166 6196/6479/10167 8388/6480/10168 -f 8388/6480/10168 6196/6479/10167 6197/6481/10169 -f 8388/6480/10168 6197/6481/10169 8033/6482/10170 -f 6196/6479/10167 6195/6478/10166 8416/6483/10171 -f 6196/6479/10167 8416/6483/10171 8441/6477/10165 -f 8441/6477/10165 8416/6483/10171 6194/6475/10163 -f 6198/6062/10172 8332/6484/10173 9126/6485/10174 -f 6199/6486/10175 6197/6481/10169 8361/6487/10176 -f 8361/6487/10176 6197/6481/10169 6196/6479/10167 -f 8361/6487/10176 6196/6479/10167 6198/6062/10172 -f 8361/6487/10176 6198/6062/10172 9126/6485/10174 -f 6117/6355/10012 6200/6488/10177 8278/6489/10178 -f 8331/6358/10015 8332/6484/10173 6198/6062/10172 -f 8331/6358/10015 6198/6062/10172 6118/6356/10013 -f 6118/6356/10013 6198/6062/10172 6201/6490/10179 -f 6201/6490/10179 6198/6062/10172 5842/6061/10180 -f 6201/6490/10179 5842/6061/10180 5841/6060/10181 -f 6201/6490/10179 5841/6060/10181 8278/6489/10178 -f 8197/6371/10030 6117/6355/10012 5837/6057/10011 -f 8197/6371/10030 5837/6057/10011 5832/6051/10031 -f 6202/6491/10182 6200/6488/10177 8252/6492/10183 -f 8252/6492/10183 6200/6488/10177 6117/6355/10012 -f 8252/6492/10183 6117/6355/10012 6204/6493/10184 -f 6203/6494/10185 8031/6495/10186 8197/6371/10030 -f 8197/6371/10030 8031/6495/10186 8222/6496/10187 -f 8197/6371/10030 8222/6496/10187 6117/6355/10012 -f 6117/6355/10012 8222/6496/10187 6204/6493/10184 -f 6146/6396/10067 6205/6497/10188 6134/6382/10045 -f 6134/6382/10045 6205/6497/10188 6206/6378/10041 -f 6207/6406/10081 6154/6399/10073 6138/6095/10052 -f 6138/6095/10052 6208/6498/10189 5870/6096/10190 -f 6209/6499/10191 6210/6500/10192 6171/6433/10114 -f 5809/6030/10088 5760/5982/10193 6123/6413/10089 -f 6123/6413/10089 5760/5982/10193 5761/5983/10194 -f 6123/6413/10089 5761/5983/10194 6171/6433/10114 -f 6171/6433/10114 5761/5983/10194 6211/6501/10195 -f 6171/6433/10114 6211/6501/10195 6209/6499/10191 -f 6212/6502/10196 6213/6503/10197 6208/6498/10189 -f 6208/6498/10189 6213/6503/10197 5883/6110/10198 -f 6208/6498/10189 5883/6110/10198 5882/6109/10199 -f 5882/6109/10199 6008/6237/10200 6208/6498/10189 -f 6208/6498/10189 6008/6237/10200 6005/6234/10201 -f 6208/6498/10189 6005/6234/10201 5870/6096/10190 -f 6210/6500/10192 6214/6504/10202 6171/6433/10114 -f 6171/6433/10114 6214/6504/10202 6215/6505/10203 -f 6171/6433/10114 6215/6505/10203 6216/6506/10204 -f 8278/6489/10178 5841/6060/10181 6117/6355/10012 -f 6117/6355/10012 5841/6060/10181 5834/6053/10205 -f 6117/6355/10012 5834/6053/10205 5836/6056/10010 -f 6217/6507/10206 6226/6508/10207 6218/6509/10208 -f 6219/6510/10209 6116/6511/10210 6217/6507/10206 -f 6219/6510/10209 6217/6507/10206 6220/6512/10211 -f 6218/6509/10208 6221/6513/10212 6217/6507/10206 -f 6217/6507/10206 6221/6513/10212 6222/6514/10213 -f 6217/6507/10206 6222/6514/10213 6220/6512/10211 -f 6223/6515/10214 5866/6089/10215 6217/6507/10206 -f 6217/6507/10206 5866/6089/10215 6224/6516/10216 -f 6134/6382/10045 6135/6383/10046 5914/6142/10217 -f 6134/6382/10045 5914/6142/10217 6223/6515/10214 -f 6223/6515/10214 5914/6142/10217 5913/6141/10218 -f 6223/6515/10214 5913/6141/10218 5994/6223/10219 -f 6224/6516/10216 6225/6517/10220 6217/6507/10206 -f 6217/6507/10206 6225/6517/10220 6226/6508/10207 -f 5994/6223/10219 5991/6220/10221 6223/6515/10214 -f 6223/6515/10214 5991/6220/10221 5867/6090/10222 -f 6223/6515/10214 5867/6090/10222 5866/6089/10215 -f 5844/6064/10223 5677/5889/10224 6196/6479/10167 -f 6196/6479/10167 5677/5889/10224 5676/5888/10225 -f 6196/6479/10167 5676/5888/10225 6198/6062/10172 -f 6198/6062/10172 5676/5888/10225 6227/6518/10226 -f 6198/6062/10172 6227/6518/10226 6228/6519/10227 -f 6228/6519/10227 6229/6520/10228 6198/6062/10172 -f 6198/6062/10172 6229/6520/10228 6230/6521/10229 -f 6198/6062/10172 6230/6521/10229 6217/6507/10206 -f 6217/6507/10206 6230/6521/10229 6231/6522/10230 -f 6217/6507/10206 6231/6522/10230 6232/6523/10231 -f 5857/6077/10232 5851/6071/10233 6192/6474/10162 -f 6192/6474/10162 5851/6071/10233 8441/6477/10165 -f 5851/6071/10233 5849/6069/10234 8441/6477/10165 -f 8441/6477/10165 5849/6069/10234 5847/6067/10235 -f 8441/6477/10165 5847/6067/10235 6196/6479/10167 -f 6196/6479/10167 5847/6067/10235 5845/6066/10236 -f 6196/6479/10167 5845/6066/10236 5844/6064/10223 -f 6191/6471/10159 5853/6073/10153 5854/6074/10237 -f 6191/6471/10159 5854/6074/10237 6192/6474/10162 -f 6192/6474/10162 5854/6074/10237 5855/6075/10238 -f 6192/6474/10162 5855/6075/10238 5857/6077/10232 -f 6233/6524/10239 6234/6525/10240 6246/6467/10155 -f 6246/6467/10155 6234/6525/10240 6235/6526/10241 -f 6246/6467/10155 6235/6526/10241 6236/6527/10242 -f 6236/6527/10242 6237/6528/10243 6246/6467/10155 -f 6246/6467/10155 6237/6528/10243 6238/6529/10244 -f 6246/6467/10155 6238/6529/10244 6188/6466/10154 -f 5864/6086/10245 6240/6530/10246 6246/6467/10155 -f 6246/6467/10155 6240/6530/10246 6233/6524/10239 -f 6239/6531/10247 5939/6168/10248 5938/6167/10249 -f 6217/6507/10206 6232/6523/10231 6241/6532/10250 -f 6217/6507/10206 6241/6532/10250 6239/6531/10247 -f 6239/6531/10247 6241/6532/10250 6242/6533/10251 -f 6239/6531/10247 6242/6533/10251 5939/6168/10248 -f 5938/6167/10249 5987/6216/10252 6239/6531/10247 -f 6239/6531/10247 5987/6216/10252 5865/6087/10253 -f 6239/6531/10247 5865/6087/10253 5864/6086/10245 -f 5689/5904/10254 5690/5905/10255 6185/6461/10148 -f 6185/6461/10148 5690/5905/10255 6243/6534/10256 -f 6243/6534/10256 6244/6535/10257 6185/6461/10148 -f 6185/6461/10148 6244/6535/10257 6245/6536/10258 -f 6185/6461/10148 6245/6536/10258 6246/6467/10155 -f 6246/6467/10155 6245/6536/10258 6247/6537/10259 -f 5792/6014/10137 5789/6010/10260 6183/6457/10144 -f 6183/6457/10144 5789/6010/10260 5787/6008/10261 -f 6183/6457/10144 5787/6008/10261 6185/6461/10148 -f 6185/6461/10148 5787/6008/10261 5786/6007/10262 -f 6185/6461/10148 5786/6007/10262 5689/5904/10254 -f 6248/6446/10130 6249/6538/10263 6177/6447/10131 -f 5985/6214/10264 5863/6084/10265 6250/6539/10266 -f 6250/6539/10266 5863/6084/10265 5862/6083/10267 -f 6250/6539/10266 5862/6083/10267 6251/6540/10268 -f 6250/6539/10266 6252/6541/10269 6248/6446/10130 -f 6248/6446/10130 6252/6541/10269 6253/6542/10270 -f 6246/6467/10155 6247/6537/10259 6254/6543/10271 -f 6246/6467/10155 6254/6543/10271 6255/6544/10272 -f 6255/6544/10272 6254/6543/10271 6256/6545/10273 -f 6255/6544/10272 6256/6545/10273 6257/6546/10274 -f 6251/6540/10268 6258/6547/10275 6250/6539/10266 -f 6250/6539/10266 6258/6547/10275 6259/6548/10276 -f 6250/6539/10266 6259/6548/10276 6252/6541/10269 -f 6257/6546/10274 6260/6549/10277 6255/6544/10272 -f 6255/6544/10272 6260/6549/10277 5960/6187/10278 -f 6255/6544/10272 5960/6187/10278 6250/6539/10266 -f 6250/6539/10266 5960/6187/10278 5959/6186/10279 -f 6250/6539/10266 5959/6186/10279 5985/6214/10264 -f 5672/5882/10280 8739/6359/10016 5673/5883/10281 -f 5673/5883/10281 8739/6359/10016 5797/6018/10282 -f 5797/6018/10282 8739/6359/10016 5798/6019/10283 -f 5798/6019/10283 8739/6359/10016 6174/6437/10119 -f 5798/6019/10283 6174/6437/10119 5802/6023/10284 -f 6248/6446/10130 6261/6550/10285 6262/6551/10286 -f 6262/6551/10286 6263/6552/10287 6248/6446/10130 -f 6248/6446/10130 6263/6552/10287 6264/6553/10288 -f 6248/6446/10130 6264/6553/10288 6250/6539/10266 -f 6250/6539/10266 6264/6553/10288 6265/6554/10289 -f 6266/6555/10290 6267/6556/10291 6248/6446/10130 -f 6248/6446/10130 6267/6556/10291 6268/6557/10292 -f 6248/6446/10130 6268/6557/10292 6261/6550/10285 -f 5790/6012/10132 6180/6452/10138 6248/6446/10130 -f 6248/6446/10130 6180/6452/10138 8739/6359/10016 -f 6248/6446/10130 8739/6359/10016 6266/6555/10290 -f 6266/6555/10290 8739/6359/10016 5672/5882/10280 -f 8819/6439/10121 5805/6026/10125 6174/6437/10119 -f 6174/6437/10119 5805/6026/10125 5800/6021/10293 -f 6174/6437/10119 5800/6021/10293 5802/6023/10284 -f 6269/6558/10294 5976/6206/10295 5975/6205/10296 -f 6270/6559/10297 6271/6560/10298 6171/6433/10114 -f 6171/6433/10114 6271/6560/10298 6272/6561/10299 -f 6171/6433/10114 6272/6561/10299 6273/6562/10300 -f 5975/6205/10296 6015/6244/10301 6269/6558/10294 -f 6269/6558/10294 6015/6244/10301 6012/6241/10302 -f 6269/6558/10294 6012/6241/10302 5878/6104/10303 -f 5877/6103/10304 6274/6563/10305 6171/6433/10114 -f 6171/6433/10114 6274/6563/10305 6275/6564/10306 -f 6171/6433/10114 6275/6564/10306 6270/6559/10297 -f 6273/6562/10300 6276/6565/10307 6171/6433/10114 -f 6171/6433/10114 6276/6565/10307 6277/6566/10308 -f 6171/6433/10114 6277/6566/10308 6172/6436/10117 -f 6250/6539/10266 6281/6567/10309 6278/6568/10310 -f 6269/6558/10294 6279/6569/10311 6280/6570/10312 -s off -f 9450/6571/10313 9361/5523/10314 6282/6572/10315 -s 39 -f 6283/6573/10316 6250/6539/10266 6282/6572/10317 -f 6280/6570/10312 6284/6574/10318 6269/6558/10294 -f 6269/6558/10294 6284/6574/10318 6250/6539/10266 -f 6269/6558/10294 6250/6539/10266 5976/6206/10295 -f 5976/6206/10295 6250/6539/10266 6265/6554/10289 -f 6250/6539/10266 6284/6574/10318 6286/6575/10319 -f 6288/6576/10320 6289/6577/10321 6298/6578/10322 -f 6255/6544/10272 6290/6579/10323 6291/6580/10324 -f 6285/6581/10325 6294/6582/10326 6286/6575/10319 -f 6286/6575/10319 6294/6582/10326 6250/6539/10266 -f 6250/6539/10266 6294/6582/10326 6281/6567/10309 -f 6278/6568/10310 9450/6571/10327 6282/6572/10317 -f 6278/6568/10310 6282/6572/10317 6250/6539/10266 -f 6255/6544/10272 6296/6583/10328 6295/6584/10329 -f 6301/6585/10330 6296/6583/10328 6255/6544/10272 -f 6298/6578/10322 6289/6577/10321 9451/6586/10331 -s off -f 6298/6578/10332 9451/6586/10333 9353/5529/10334 -s 39 -f 6292/6587/10335 6299/6588/10336 6293/6589/10337 -s off -f 6293/6589/10338 6299/6588/10339 6300/5459/10340 -s 39 -f 6285/6581/10325 6286/6575/10319 9449/6590/10341 -f 6301/6585/10330 6302/6591/10342 6287/6592/10343 -f 6301/6585/10330 6287/6592/10343 9444/6593/10344 -f 6250/6539/10266 6283/6573/10316 6289/6577/10321 -f 6289/6577/10321 6288/6576/10320 6250/6539/10266 -f 6250/6539/10266 6288/6576/10320 6255/6544/10272 -f 6255/6544/10272 6288/6576/10320 6302/6591/10342 -f 6255/6544/10272 6295/6584/10329 6290/6579/10323 -f 6290/6579/10323 6295/6584/10329 6297/6594/10345 -s off -f 6297/6594/10346 6295/6584/10347 6303/5453/10348 -s 39 -f 6301/6585/10330 6255/6544/10272 6302/6591/10342 -f 6208/6498/10189 6321/6595/10349 6304/6596/10350 -f 6208/6498/10189 6304/6596/10350 6269/6558/10294 -f 9448/6597/10351 6279/6569/10311 6269/6558/10294 -f 9448/6597/10351 6269/6558/10294 6304/6596/10350 -f 6318/6598/10352 6305/6599/10353 6138/6095/10052 -f 6138/6095/10052 6305/6599/10353 6306/6600/10354 -f 6322/6601/10355 6310/6602/10356 6134/6382/10045 -f 6138/6095/10052 6307/6603/10357 6312/6604/10358 -s off -f 6311/6605/10359 9409/5481/10360 6313/6606/10361 -s 39 -f 6326/6607/10362 6314/6608/10363 6315/6609/10364 -f 6317/6610/10365 6208/6498/10189 6138/6095/10052 -f 6317/6610/10365 6138/6095/10052 6312/6604/10358 -f 6318/6598/10352 6324/6611/10366 9445/6612/10367 -f 6318/6598/10352 9445/6612/10367 9395/5493/10368 -f 6308/6613/10369 6309/6614/10370 6327/6615/10371 -f 6310/6602/10356 6319/6616/10372 6134/6382/10045 -f 6313/6606/10373 6320/6617/10374 6134/6382/10045 -f 6317/6610/10365 6321/6595/10349 6208/6498/10189 -f 6322/6601/10355 6327/6615/10371 6309/6614/10370 -s 229 -f 6322/6601/10375 6309/6614/10376 9417/5475/10377 -s 39 -f 6319/6616/10372 6311/6605/10378 6313/6606/10373 -f 6319/6616/10372 6313/6606/10373 6134/6382/10045 -f 6134/6382/10045 6320/6617/10374 6315/6609/10364 -f 6134/6382/10045 6315/6609/10364 6314/6608/10363 -f 6134/6382/10045 6314/6608/10363 6138/6095/10052 -f 6138/6095/10052 6306/6600/10354 6307/6603/10357 -f 6307/6603/10357 6306/6600/10354 6316/6618/10379 -s off -f 6316/6618/10380 6306/6600/10381 9446/5495/10382 -s 39 -f 6318/6598/10352 6138/6095/10052 6314/6608/10363 -f 6318/6598/10352 6314/6608/10363 6324/6611/10366 -f 6321/6595/10349 6317/6610/10365 6323/6619/10383 -f 6323/6619/10383 6317/6610/10365 9447/5501/10384 -f 6326/6607/10362 6315/6609/10364 6325/6620/10385 -s off -f 6326/6607/10386 6325/6620/10387 9402/5487/10388 -s 39 -f 6327/6615/10371 6322/6601/10355 6134/6382/10045 -f 6327/6615/10371 6134/6382/10045 6223/6515/10214 -f 6239/6531/10247 6328/6621/10389 6329/6622/10390 -f 5864/6086/10245 6292/6587/10335 6330/6623/10391 -f 5864/6086/10245 6330/6623/10391 6239/6531/10247 -f 6239/6531/10247 6330/6623/10391 6331/6624/10392 -f 6332/6625/10393 6328/6621/10389 6239/6531/10247 -f 6332/6625/10393 6239/6531/10247 6331/6624/10392 -f 6329/6622/10390 6223/6515/10214 6239/6531/10247 -f 6239/6531/10247 6223/6515/10214 6217/6507/10206 -f 6217/6507/10206 6116/6511/10210 6198/6062/10172 -f 5864/6086/10245 6246/6467/10155 6255/6544/10272 -f 5864/6086/10245 6255/6544/10272 6292/6587/10335 -f 6292/6587/10335 6255/6544/10272 6291/6580/10324 -f 6292/6587/10335 6291/6580/10324 6299/6588/10336 -f 5878/6104/10303 5877/6103/10304 6269/6558/10294 -f 6269/6558/10294 5877/6103/10304 6171/6433/10114 -f 6269/6558/10294 6171/6433/10114 6208/6498/10189 -f 6208/6498/10189 6171/6433/10114 6212/6502/10196 -f 6212/6502/10196 6171/6433/10114 6216/6506/10204 -s 232 -f 5884/6111/10394 5883/6110/10395 6333/6626/10396 -f 6333/6626/10396 5883/6110/10395 6213/6503/10397 -f 6333/6626/10396 6213/6503/10397 6992/6627/10398 -f 6992/6627/10398 6213/6503/10397 6212/6502/10399 -f 6992/6627/10398 6212/6502/10399 6334/6628/10400 -f 6334/6628/10400 6212/6502/10399 6216/6506/10401 -f 6334/6628/10400 6216/6506/10401 6335/6629/10402 -f 6215/6505/10403 6336/6630/10404 6216/6506/10401 -f 6216/6506/10401 6336/6630/10404 6335/6629/10402 -f 6214/6504/10405 6338/6631/10406 6215/6505/10403 -f 6215/6505/10403 6338/6631/10406 6336/6630/10404 -f 6210/6500/10407 6337/6632/10408 6214/6504/10405 -f 6214/6504/10405 6337/6632/10408 6338/6631/10406 -f 6209/6499/10409 6339/6633/10410 6340/6634/10411 -f 6209/6499/10409 6340/6634/10411 6210/6500/10407 -f 6210/6500/10407 6340/6634/10411 6337/6632/10408 -f 6339/6633/10410 6209/6499/10409 6341/6635/10412 -f 6341/6635/10412 6209/6499/10409 6211/6501/10413 -f 6341/6635/10412 6211/6501/10413 6990/6636/10414 -f 6990/6636/10414 6211/6501/10413 5761/5983/10415 -f 6990/6636/10414 5761/5983/10415 5756/5978/10416 -f 5770/5993/10417 5769/5992/10418 6342/6637/10419 -f 6342/6637/10419 5769/5992/10418 6172/6436/10420 -f 6342/6637/10419 6172/6436/10420 6343/6638/10421 -f 6343/6638/10421 6172/6436/10420 6277/6566/10422 -f 6343/6638/10421 6277/6566/10422 6276/6565/10423 -f 6343/6638/10421 6276/6565/10423 6344/6639/10424 -f 6344/6639/10424 6276/6565/10423 6273/6562/10425 -f 6344/6639/10424 6273/6562/10425 6345/6640/10426 -f 6272/6561/10427 6346/6641/10428 6273/6562/10425 -f 6273/6562/10425 6346/6641/10428 6345/6640/10426 -f 6271/6560/10429 6348/6642/10430 6272/6561/10427 -f 6272/6561/10427 6348/6642/10430 6346/6641/10428 -f 6270/6559/10431 6347/6643/10432 6271/6560/10429 -f 6271/6560/10429 6347/6643/10432 6348/6642/10430 -f 6275/6564/10433 6349/6644/10434 6270/6559/10431 -f 6270/6559/10431 6349/6644/10434 6347/6643/10432 -f 6274/6563/10435 6350/6645/10436 6351/6646/10437 -f 6274/6563/10435 6351/6646/10437 6275/6564/10433 -f 6275/6564/10433 6351/6646/10437 6349/6644/10434 -f 6350/6645/10436 6274/6563/10435 6352/6647/10438 -f 6352/6647/10438 6274/6563/10435 5877/6103/10439 -f 6352/6647/10438 5877/6103/10439 5871/6098/10440 -f 6353/5987/10441 5764/5985/10442 6355/6648/10443 -f 5764/5985/10442 5776/5990/10444 6355/6648/10443 -f 6355/6648/10443 5776/5990/10444 6354/6649/10445 -f 6355/6648/10443 6354/6649/10445 6356/6650/10446 -f 6356/6650/10446 6354/6649/10445 6357/6651/10447 -f 6357/6651/10447 6354/6649/10445 6358/6652/10448 -f 6359/6653/10449 6362/6654/10450 6360/6655/10451 -f 6360/6655/10451 6362/6654/10450 5890/6106/10452 -f 5890/6106/10452 6362/6654/10450 5873/6101/10453 -f 6361/6656/10454 6363/6657/10455 6359/6653/10449 -f 6359/6653/10449 6363/6657/10455 6362/6654/10450 -f 6354/6649/10445 6363/6657/10455 6358/6652/10448 -f 6358/6652/10448 6363/6657/10455 6361/6656/10454 -s 246 -f 5902/6129/10456 5901/6128/10457 6364/6658/10458 -f 6364/6658/10458 5901/6128/10457 6153/6404/10459 -f 6364/6658/10458 6153/6404/10459 6935/6659/10460 -f 6935/6659/10460 6153/6404/10459 6152/6403/10461 -f 6935/6659/10460 6152/6403/10461 6365/6660/10462 -f 6365/6660/10462 6152/6403/10461 6151/6402/10463 -f 6365/6660/10462 6151/6402/10463 6366/6661/10464 -f 6150/6401/10465 6367/6662/10466 6151/6402/10463 -f 6151/6402/10463 6367/6662/10466 6366/6661/10464 -f 6149/6400/10467 6369/6663/10468 6150/6401/10465 -f 6150/6401/10465 6369/6663/10468 6367/6662/10466 -f 6148/6398/10469 6368/6664/10470 6149/6400/10467 -f 6149/6400/10467 6368/6664/10470 6369/6663/10468 -f 6147/6397/10471 6370/6665/10472 6371/6666/10473 -f 6147/6397/10471 6371/6666/10473 6148/6398/10469 -f 6148/6398/10469 6371/6666/10473 6368/6664/10470 -f 6370/6665/10472 6147/6397/10471 6372/6667/10474 -f 6372/6667/10474 6147/6397/10471 6155/6405/10475 -f 6372/6667/10474 6155/6405/10475 6373/6668/10476 -f 6373/6668/10476 6155/6405/10475 5674/5885/10477 -f 6373/6668/10476 5674/5885/10477 5745/5884/10478 -f 5752/5973/10479 5751/5972/10480 6374/6669/10481 -f 6374/6669/10481 5751/5972/10480 6167/6424/10482 -f 6374/6669/10481 6167/6424/10482 6375/6670/10483 -f 6375/6670/10483 6167/6424/10482 6161/6412/10484 -f 6375/6670/10483 6161/6412/10484 6376/6671/10485 -f 6376/6671/10485 6161/6412/10484 6160/6411/10486 -f 6376/6671/10485 6160/6411/10486 6377/6672/10487 -f 6159/6410/10488 6378/6673/10489 6160/6411/10486 -f 6160/6411/10486 6378/6673/10489 6377/6672/10487 -f 6158/6409/10490 6380/6674/10491 6159/6410/10488 -f 6159/6410/10488 6380/6674/10491 6378/6673/10489 -f 6157/6408/10492 6379/6675/10493 6158/6409/10490 -f 6158/6409/10490 6379/6675/10493 6380/6674/10491 -f 6156/6407/10494 6381/6676/10495 6157/6408/10492 -f 6157/6408/10492 6381/6676/10495 6379/6675/10493 -f 6207/6406/10496 6382/6677/10497 6156/6407/10494 -f 6156/6407/10494 6382/6677/10497 6381/6676/10495 -f 6138/6095/10498 5896/6094/10499 6383/6678/10500 -f 6138/6095/10498 6383/6678/10500 6207/6406/10496 -f 6207/6406/10496 6383/6678/10500 6384/6679/10501 -f 6207/6406/10496 6384/6679/10501 6382/6677/10497 -f 6385/6680/10502 6386/6681/10503 6388/6682/10504 -f 5898/6124/10505 5905/6133/10506 6387/6683/10507 -f 5898/6124/10505 6387/6683/10507 6392/6126/10508 -f 6388/6682/10504 6386/6681/10503 6389/6684/10509 -f 6388/6682/10504 6389/6684/10509 5748/5968/10510 -f 5740/5960/10511 5747/5970/10512 6390/6685/10513 -f 6390/6685/10513 5747/5970/10512 6389/6684/10509 -f 6389/6684/10509 5747/5970/10512 5748/5968/10510 -f 6391/6686/10514 6393/6687/10515 6392/6126/10508 -f 6391/6686/10514 6392/6126/10508 6387/6683/10507 -f 6385/6680/10502 6388/6682/10504 6393/6687/10515 -f 6385/6680/10502 6393/6687/10515 6391/6686/10514 -s 262 -f 5915/6143/10516 5914/6142/10517 6394/6688/10518 -f 6394/6688/10518 5914/6142/10517 6135/6383/10519 -f 6394/6688/10518 6135/6383/10519 6879/6689/10520 -f 6879/6689/10520 6135/6383/10519 6133/6381/10521 -f 6132/6380/10522 6395/6690/10523 6396/6691/10524 -f 6132/6380/10522 6396/6691/10524 6133/6381/10521 -f 6133/6381/10521 6396/6691/10524 6879/6689/10520 -f 6395/6690/10523 6132/6380/10522 6397/6692/10525 -f 6397/6692/10525 6132/6380/10522 6131/6379/10526 -f 6397/6692/10525 6131/6379/10526 6398/6693/10527 -f 6398/6693/10527 6131/6379/10526 6130/6377/10528 -f 6398/6693/10527 6130/6377/10528 6399/6694/10529 -f 6399/6694/10529 6130/6377/10528 6128/6375/10530 -f 6399/6694/10529 6128/6375/10530 6400/6695/10531 -f 6400/6695/10531 6128/6375/10530 6127/6374/10532 -f 6400/6695/10531 6127/6374/10532 6402/6696/10533 -f 6125/6369/10534 6401/6697/10535 6127/6374/10532 -f 6127/6374/10532 6401/6697/10535 6402/6696/10533 -f 5724/5943/10536 5722/5941/10537 6125/6369/10534 -f 6125/6369/10534 5722/5941/10537 6403/6698/10538 -f 6125/6369/10534 6403/6698/10538 6401/6697/10535 -f 5732/5951/10539 5731/5950/10540 6404/6699/10541 -f 6404/6699/10541 5731/5950/10540 6129/6376/10542 -f 6205/6497/10543 6407/6700/10544 6405/6701/10545 -f 6205/6497/10543 6405/6701/10545 6206/6378/10546 -f 6206/6378/10546 6405/6701/10545 6406/6702/10547 -f 6206/6378/10546 6406/6702/10547 6129/6376/10542 -f 6129/6376/10542 6406/6702/10547 6404/6699/10541 -f 6146/6396/10548 6409/6703/10549 6205/6497/10543 -f 6205/6497/10543 6409/6703/10549 6407/6700/10544 -f 6145/6395/10550 6408/6704/10551 6146/6396/10548 -f 6146/6396/10548 6408/6704/10551 6409/6703/10549 -f 6144/6394/10552 6410/6705/10553 6145/6395/10550 -f 6145/6395/10550 6410/6705/10553 6408/6704/10551 -f 6141/6389/10554 6411/6706/10555 6144/6394/10552 -f 6144/6394/10552 6411/6706/10555 6410/6705/10553 -f 6140/6388/10556 6412/6707/10557 6413/6708/10558 -f 6140/6388/10556 6413/6708/10558 6141/6389/10554 -f 6141/6389/10554 6413/6708/10558 6411/6706/10555 -f 6412/6707/10557 6140/6388/10556 6414/6709/10559 -f 6414/6709/10559 6140/6388/10556 5868/6092/10560 -f 6414/6709/10559 5868/6092/10560 5912/6091/10561 -f 6415/5946/10562 5726/5947/10563 6417/6710/10564 -f 5921/6149/10565 6418/6711/10566 5924/6136/10567 -f 5726/5947/10563 5738/5958/10568 6417/6710/10564 -f 6417/6710/10564 5738/5958/10568 6416/6712/10569 -f 6417/6710/10564 6416/6712/10569 6419/6713/10570 -f 6419/6713/10570 6416/6712/10569 6420/6714/10571 -f 6420/6714/10571 6416/6712/10569 6421/6715/10572 -f 6422/6716/10573 6423/6717/10574 6418/6711/10566 -f 6418/6711/10566 6423/6717/10574 5924/6136/10567 -f 6421/6715/10572 6424/6718/10575 6422/6716/10573 -f 6422/6716/10573 6424/6718/10575 6423/6717/10574 -f 6421/6715/10572 6416/6712/10569 6424/6718/10575 -s 276 -f 5940/6169/10576 5939/6168/10577 7162/6719/10578 -f 7162/6719/10578 5939/6168/10577 6242/6533/10579 -f 6241/6532/10580 7164/6720/10581 6242/6533/10579 -f 6242/6533/10579 7164/6720/10581 7162/6719/10578 -f 6232/6523/10582 6425/6721/10583 6241/6532/10580 -f 6241/6532/10580 6425/6721/10583 7164/6720/10581 -f 6231/6522/10584 6428/6722/10585 6232/6523/10582 -f 6232/6523/10582 6428/6722/10585 6426/6723/10586 -f 6232/6523/10582 6426/6723/10586 6425/6721/10583 -f 6230/6521/10587 6427/6724/10588 6231/6522/10584 -f 6231/6522/10584 6427/6724/10588 6428/6722/10585 -f 6229/6520/10589 6429/6725/10590 6230/6521/10587 -f 6230/6521/10587 6429/6725/10590 6427/6724/10588 -f 6228/6519/10591 6430/6726/10592 6431/6727/10593 -f 6228/6519/10591 6431/6727/10593 6229/6520/10589 -f 6229/6520/10589 6431/6727/10593 6429/6725/10590 -f 6430/6726/10592 6228/6519/10591 6432/6728/10594 -f 6432/6728/10594 6228/6519/10591 6227/6518/10595 -f 6432/6728/10594 6227/6518/10595 7161/6729/10596 -f 7161/6729/10596 6227/6518/10595 5676/5888/10597 -f 7161/6729/10596 5676/5888/10597 5710/5887/10598 -f 5717/5935/10599 6198/6062/10600 6116/6511/10601 -f 5717/5935/10599 6116/6511/10601 6433/6730/10602 -f 6433/6730/10602 6116/6511/10601 6434/6731/10603 -f 6434/6731/10603 6116/6511/10601 6219/6510/10604 -f 6434/6731/10603 6219/6510/10604 6220/6512/10605 -f 6434/6731/10603 6220/6512/10605 6435/6732/10606 -f 6435/6732/10606 6220/6512/10605 6222/6514/10607 -f 6435/6732/10606 6222/6514/10607 6436/6733/10608 -f 6221/6513/10609 6437/6734/10610 6222/6514/10607 -f 6222/6514/10607 6437/6734/10610 6436/6733/10608 -f 6218/6509/10611 6440/6735/10612 6221/6513/10609 -f 6221/6513/10609 6440/6735/10612 6437/6734/10610 -f 6225/6517/10613 6438/6736/10614 6226/6508/10615 -f 6226/6508/10615 6438/6736/10614 6439/6737/10616 -f 6226/6508/10615 6439/6737/10616 6218/6509/10611 -f 6218/6509/10611 6439/6737/10616 6440/6735/10612 -f 6443/6738/10617 6441/6739/10618 6224/6516/10619 -f 6224/6516/10619 6441/6739/10618 6442/6740/10620 -f 6224/6516/10619 6442/6740/10620 6225/6517/10613 -f 6225/6517/10613 6442/6740/10620 6438/6736/10614 -f 6443/6738/10617 6224/6516/10619 5866/6089/10621 -f 6443/6738/10617 5866/6089/10621 5928/6088/10622 -f 6453/6741/10623 6446/6742/10624 6444/6157/10625 -f 5705/5921/10626 5712/5928/10627 6445/6743/10628 -f 6444/6157/10625 6446/6742/10624 6448/6744/10629 -f 6448/6744/10629 6446/6742/10624 6447/6745/10630 -f 6448/6744/10629 6447/6745/10630 6449/6746/10631 -f 6448/6744/10629 6449/6746/10631 6451/6747/10632 -f 6451/6747/10632 6449/6746/10631 6450/6748/10633 -f 6451/6747/10632 6450/6748/10633 6452/6749/10634 -f 6451/6747/10632 6452/6749/10634 5714/5931/10635 -f 6453/6741/10623 5936/6165/10636 5933/6162/10637 -f 6445/6743/10628 5712/5928/10627 6452/6749/10634 -f 6452/6749/10634 5712/5928/10627 5714/5931/10635 -f 6444/6157/10625 5936/6165/10636 6453/6741/10623 -s 290 -f 5957/6188/10638 5960/6187/10639 7101/6750/10640 -f 7101/6750/10640 5960/6187/10639 6260/6549/10641 -f 7101/6750/10640 6260/6549/10641 7103/6751/10642 -f 7103/6751/10642 6260/6549/10641 6257/6546/10643 -f 7103/6751/10642 6257/6546/10643 6454/6752/10644 -f 6454/6752/10644 6257/6546/10643 6256/6545/10645 -f 6454/6752/10644 6256/6545/10645 6455/6753/10646 -f 6254/6543/10647 6457/6754/10648 6256/6545/10645 -f 6256/6545/10645 6457/6754/10648 6455/6753/10646 -f 6247/6537/10649 6456/6755/10650 6254/6543/10647 -f 6254/6543/10647 6456/6755/10650 6457/6754/10648 -f 6244/6535/10651 6458/6756/10652 6459/6757/10653 -f 6244/6535/10651 6459/6757/10653 6245/6536/10654 -f 6245/6536/10654 6459/6757/10653 6247/6537/10649 -f 6247/6537/10649 6459/6757/10653 6460/6758/10655 -f 6247/6537/10649 6460/6758/10655 6456/6755/10650 -f 6458/6756/10652 6244/6535/10651 6461/6759/10656 -f 6461/6759/10656 6244/6535/10651 6243/6534/10657 -f 6461/6759/10656 6243/6534/10657 6462/6760/10658 -f 6462/6760/10658 6243/6534/10657 5690/5905/10659 -f 6462/6760/10658 5690/5905/10659 5688/5903/10660 -f 5696/5912/10661 5853/6073/10662 6463/6761/10663 -f 6463/6761/10663 5853/6073/10662 6188/6466/10664 -f 6463/6761/10663 6188/6466/10664 7143/6762/10665 -f 7143/6762/10665 6188/6466/10664 6464/6763/10666 -f 6464/6763/10666 6188/6466/10664 6238/6529/10667 -f 6464/6763/10666 6238/6529/10667 6237/6528/10668 -f 6464/6763/10666 6237/6528/10668 6465/6764/10669 -f 6236/6527/10670 6466/6765/10671 6237/6528/10668 -f 6237/6528/10668 6466/6765/10671 6465/6764/10669 -f 6235/6526/10672 6467/6766/10673 6236/6527/10670 -f 6236/6527/10670 6467/6766/10673 6466/6765/10671 -f 6234/6525/10674 6468/6767/10675 6235/6526/10672 -f 6235/6526/10672 6468/6767/10675 6467/6766/10673 -f 6233/6524/10676 6469/6768/10677 6234/6525/10674 -f 6234/6525/10674 6469/6768/10677 6468/6767/10675 -f 6240/6530/10678 7142/6769/10679 6233/6524/10676 -f 6233/6524/10676 7142/6769/10679 6469/6768/10677 -f 5864/6086/10680 5946/6085/10681 6470/6770/10682 -f 5864/6086/10680 6470/6770/10682 6240/6530/10678 -f 6240/6530/10678 6470/6770/10682 6471/6771/10683 -f 6240/6530/10678 6471/6771/10683 7142/6769/10679 -f 5702/5919/10684 7126/5916/10685 6473/6772/10686 -f 6472/5906/10687 5694/5909/10688 6474/6773/10689 -f 6475/6774/10690 6476/6775/10691 6473/6772/10686 -f 5953/6182/10692 6477/6776/10693 5956/6185/10694 -f 5956/6185/10694 6477/6776/10693 5948/6176/10695 -f 6478/6777/10696 6479/6778/10697 6477/6776/10693 -f 6477/6776/10693 6479/6778/10697 5948/6176/10695 -f 6475/6774/10690 6473/6772/10686 6479/6778/10697 -f 6475/6774/10690 6479/6778/10697 6478/6777/10696 -f 5694/5909/10688 5702/5919/10684 6474/6773/10689 -f 6474/6773/10689 5702/5919/10684 6473/6772/10686 -f 6474/6773/10689 6473/6772/10686 6480/6779/10698 -f 6480/6779/10698 6473/6772/10686 6481/6780/10699 -f 6481/6780/10699 6473/6772/10686 6476/6775/10691 -s 306 -f 5977/6207/10700 5976/6206/10701 7046/6781/10702 -f 7046/6781/10702 5976/6206/10701 6265/6554/10703 -f 7046/6781/10702 6265/6554/10703 7047/6782/10704 -f 7047/6782/10704 6265/6554/10703 6264/6553/10705 -f 7047/6782/10704 6264/6553/10705 6482/6783/10706 -f 6482/6783/10706 6264/6553/10705 6263/6552/10707 -f 6482/6783/10706 6263/6552/10707 6483/6784/10708 -f 6262/6551/10709 6485/6785/10710 6263/6552/10707 -f 6263/6552/10707 6485/6785/10710 6483/6784/10708 -f 6261/6550/10711 6484/6786/10712 6262/6551/10709 -f 6262/6551/10709 6484/6786/10712 6485/6785/10710 -f 6268/6557/10713 6486/6787/10714 6261/6550/10711 -f 6261/6550/10711 6486/6787/10714 6484/6786/10712 -f 6267/6556/10715 6487/6788/10716 6488/6789/10717 -f 6267/6556/10715 6488/6789/10717 6268/6557/10713 -f 6268/6557/10713 6488/6789/10717 6486/6787/10714 -f 6487/6788/10716 6267/6556/10715 6489/6790/10718 -f 6489/6790/10718 6267/6556/10715 6266/6555/10719 -f 6489/6790/10718 6266/6555/10719 7045/6791/10720 -f 7045/6791/10720 6266/6555/10719 5672/5882/10721 -f 7045/6791/10720 5672/5882/10721 5783/5881/10722 -f 5681/5896/10723 5790/6012/10724 6490/6792/10725 -f 6490/6792/10725 5790/6012/10724 6177/6447/10726 -f 6490/6792/10725 6177/6447/10726 6491/6793/10727 -f 6491/6793/10727 6177/6447/10726 6249/6538/10728 -f 6491/6793/10727 6249/6538/10728 6492/6794/10729 -f 6492/6794/10729 6249/6538/10728 6248/6446/10730 -f 6492/6794/10729 6248/6446/10730 6494/6795/10731 -f 6253/6542/10732 6493/6796/10733 6248/6446/10730 -f 6248/6446/10730 6493/6796/10733 6494/6795/10731 -f 6259/6548/10734 6495/6797/10735 6252/6541/10736 -f 6252/6541/10736 6495/6797/10735 6496/6798/10737 -f 6252/6541/10736 6496/6798/10737 6253/6542/10732 -f 6253/6542/10732 6496/6798/10737 6497/6799/10738 -f 6253/6542/10732 6497/6799/10738 6493/6796/10733 -f 6258/6547/10739 6498/6800/10740 6259/6548/10734 -f 6259/6548/10734 6498/6800/10740 6495/6797/10735 -f 6251/6540/10741 6499/6801/10742 6500/6802/10743 -f 6251/6540/10741 6500/6802/10743 6258/6547/10739 -f 6258/6547/10739 6500/6802/10743 6498/6800/10740 -f 6499/6801/10742 6251/6540/10741 6501/6803/10744 -f 6501/6803/10744 6251/6540/10741 5862/6083/10745 -f 6501/6803/10744 5862/6083/10745 5965/6082/10746 -f 5777/5999/10747 5680/5894/10748 6502/6804/10749 -f 6505/6805/10750 5970/6196/10751 6503/6806/10752 -f 6503/6806/10752 5970/6196/10751 5968/6195/10753 -f 6503/6806/10752 5968/6195/10753 5972/6202/10754 -f 6505/6805/10750 6503/6806/10752 6504/6807/10755 -f 6505/6805/10750 6504/6807/10755 6507/6808/10756 -f 6507/6808/10756 6504/6807/10755 6506/6809/10757 -f 6507/6808/10756 6506/6809/10757 6508/6810/10758 -f 6507/6808/10756 6508/6810/10758 5679/5892/10759 -f 5679/5892/10759 6508/6810/10758 6509/6811/10760 -f 6502/6804/10749 5680/5894/10748 6509/6811/10760 -f 6509/6811/10760 5680/5894/10748 5679/5892/10759 -s 39 -f 6510/6812/10761 6511/6813/10762 6513/6814/10763 -f 6513/6814/10763 6511/6813/10762 6512/6815/10764 -f 7319/6816/10765 6514/6817/10766 6516/6818/10767 -f 6516/6818/10767 6514/6817/10766 6515/6819/10768 -f 6516/6818/10767 6515/6819/10768 6517/6820/10769 -f 6517/6820/10769 6515/6819/10768 6518/6821/10770 -f 6517/6820/10769 6518/6821/10770 6519/6822/10771 -f 6519/6822/10771 6518/6821/10770 6520/6823/10772 -f 6519/6822/10771 6520/6823/10772 6521/6824/10773 -f 6521/6824/10773 6520/6823/10772 6522/6825/10774 -f 6521/6824/10773 6522/6825/10774 6524/6826/10775 -f 6524/6826/10775 6522/6825/10774 6523/6827/10776 -f 6524/6826/10775 6523/6827/10776 6525/6828/10777 -f 6524/6826/10775 6525/6828/10777 6526/6829/10778 -f 6526/6829/10778 6525/6828/10777 6527/6830/10779 -f 6526/6829/10778 6527/6830/10779 6528/6831/10780 -f 6528/6831/10780 6527/6830/10779 6529/6832/10781 -f 6528/6831/10780 6529/6832/10781 6531/6833/10782 -f 6531/6833/10782 6529/6832/10781 6530/6834/10783 -f 6531/6833/10782 6530/6834/10783 6532/6835/10784 -f 6531/6833/10782 6532/6835/10784 6534/6836/10785 -f 6534/6836/10785 6532/6835/10784 6533/6837/10786 -f 6534/6836/10785 6533/6837/10786 6535/6838/10787 -f 6535/6838/10787 6533/6837/10786 6536/6839/10788 -f 6535/6838/10787 6536/6839/10788 6539/6840/10789 -f 6539/6840/10789 6536/6839/10788 6537/6841/10790 -f 6539/6840/10789 6537/6841/10790 6538/6842/10791 -f 6539/6840/10789 6538/6842/10791 6540/6843/10792 -f 6539/6840/10789 6540/6843/10792 6510/6812/10761 -f 6510/6812/10761 6540/6843/10792 6511/6813/10762 -f 6513/6814/10763 6512/6815/10764 6541/6844/10793 -f 6541/6844/10793 6512/6815/10764 6542/6845/10794 -f 6541/6844/10793 6542/6845/10794 6543/6846/10795 -f 6543/6846/10795 6542/6845/10794 6544/6847/10796 -f 6543/6846/10795 6544/6847/10796 6545/6848/10797 -f 6544/6847/10796 6546/6849/10798 6545/6848/10797 -f 6545/6848/10797 6546/6849/10798 6547/6850/10799 -f 6545/6848/10797 6547/6850/10799 6549/6851/10800 -f 6549/6851/10800 6547/6850/10799 6548/6852/10801 -f 6549/6851/10800 6548/6852/10801 6550/6853/10802 -f 6549/6851/10800 6550/6853/10802 6552/6854/10803 -f 6552/6854/10803 6550/6853/10802 6551/6855/10804 -f 6552/6854/10803 6551/6855/10804 6553/6856/10805 -f 6552/6854/10803 6553/6856/10805 6554/6857/10806 -f 6554/6857/10806 6553/6856/10805 6555/6858/10807 -f 6554/6857/10806 6555/6858/10807 6556/6859/10808 -f 6556/6859/10808 6555/6858/10807 6557/6860/10809 -f 6556/6859/10808 6557/6860/10809 6559/6861/10810 -f 6559/6861/10810 6557/6860/10809 6558/6862/10811 -f 6559/6861/10810 6558/6862/10811 6560/6863/10812 -f 6559/6861/10810 6560/6863/10812 6562/6864/10813 -f 6562/6864/10813 6560/6863/10812 6561/6865/10814 -f 6562/6864/10813 6561/6865/10814 6563/6866/10815 -f 6563/6866/10815 6561/6865/10814 6564/6867/10816 -f 6563/6866/10815 6564/6867/10816 6566/6868/10817 -f 6566/6868/10817 6564/6867/10816 6565/6869/10818 -f 6566/6868/10817 6565/6869/10818 6567/6870/10819 -f 6566/6868/10817 6567/6870/10819 6568/6871/10820 -f 6568/6871/10820 6567/6870/10819 7691/6872/10821 -f 6568/6871/10820 7691/6872/10821 6569/6873/10822 -f 6569/6873/10822 7691/6872/10821 7693/6874/10823 -f 6569/6873/10822 7693/6874/10823 6570/6875/10824 -f 6570/6875/10824 7693/6874/10823 6571/6876/10825 -f 6570/6875/10824 6571/6876/10825 6573/6877/10826 -f 6573/6877/10826 6571/6876/10825 6572/6878/10827 -f 6572/6878/10827 6574/6879/10828 6573/6877/10826 -f 6573/6877/10826 6574/6879/10828 6575/6880/10829 -f 6573/6877/10826 6575/6880/10829 6576/6881/10830 -f 6576/6881/10830 6575/6880/10829 6577/6882/10831 -f 6576/6881/10830 6577/6882/10831 6579/6883/10832 -f 6579/6883/10832 6577/6882/10831 6578/6884/10833 -f 6579/6883/10832 6578/6884/10833 6580/6885/10834 -f 6580/6885/10834 6578/6884/10833 6581/6886/10835 -f 6580/6885/10834 6581/6886/10835 6582/6887/10836 -f 6582/6887/10836 6581/6886/10835 6583/6888/10837 -f 6582/6887/10836 6583/6888/10837 6584/6889/10838 -f 6585/6890/10839 6586/6891/10840 6588/6892/10841 -f 6588/6892/10841 6586/6891/10840 6587/6893/10842 -f 6584/6889/10838 6583/6888/10837 6589/6894/10843 -f 6584/6889/10838 6589/6894/10843 6590/6895/10844 -f 6590/6895/10844 6589/6894/10843 6591/6896/10845 -f 6590/6895/10844 6591/6896/10845 6593/6897/10846 -f 6593/6897/10846 6591/6896/10845 6592/6898/10847 -f 6593/6897/10846 6592/6898/10847 6594/6899/10848 -f 6594/6899/10848 6592/6898/10847 6595/6900/10849 -f 6594/6899/10848 6595/6900/10849 6596/6901/10850 -f 6596/6901/10850 6595/6900/10849 6597/6902/10851 -f 6596/6901/10850 6597/6902/10851 6598/6903/10852 -f 6598/6903/10852 6597/6902/10851 6599/6904/10853 -f 6598/6903/10852 6599/6904/10853 6601/6905/10854 -f 6601/6905/10854 6599/6904/10853 6600/6906/10855 -f 6601/6905/10854 6600/6906/10855 6602/6907/10856 -f 6601/6905/10854 6602/6907/10856 6604/6908/10857 -f 6604/6908/10857 6602/6907/10856 6603/6909/10858 -f 6604/6908/10857 6603/6909/10858 6605/6910/10859 -f 6605/6910/10859 6603/6909/10858 6606/6911/10860 -f 6605/6910/10859 6606/6911/10860 6607/6912/10861 -f 6607/6912/10861 6606/6911/10860 6608/6913/10862 -f 6607/6912/10861 6608/6913/10862 6609/6914/10863 -f 6609/6914/10863 6608/6913/10862 6610/6915/10864 -f 6609/6914/10863 6610/6915/10864 6611/6916/10865 -f 6611/6916/10865 6610/6915/10864 6612/6917/10866 -f 6611/6916/10865 6612/6917/10866 6614/6918/10867 -f 6614/6918/10867 6612/6917/10866 6613/6919/10868 -f 6614/6918/10867 6613/6919/10868 6616/6920/10869 -f 6616/6920/10869 6613/6919/10868 6615/6921/10870 -f 6616/6920/10869 6615/6921/10870 6617/6922/10871 -f 6616/6920/10869 6617/6922/10871 6585/6890/10839 -f 6585/6890/10839 6617/6922/10871 6586/6891/10840 -f 6588/6892/10841 6587/6893/10842 6619/6923/10872 -f 6619/6923/10872 6587/6893/10842 6618/6924/10873 -f 6619/6923/10872 6618/6924/10873 6620/6925/10874 -f 6619/6923/10872 6620/6925/10874 6621/6926/10875 -f 6620/6925/10874 6622/6927/10876 6621/6926/10875 -f 6621/6926/10875 6622/6927/10876 6623/6928/10877 -f 6621/6926/10875 6623/6928/10877 6624/6929/10878 -f 6624/6929/10878 6623/6928/10877 6625/6930/10879 -f 6625/6930/10879 6623/6928/10877 6626/6931/10880 -f 6625/6930/10879 6626/6931/10880 6628/6932/10881 -f 6628/6932/10881 6626/6931/10880 6627/6933/10882 -f 6628/6932/10881 6627/6933/10882 6629/6934/10883 -f 6629/6934/10883 6627/6933/10882 6630/6935/10884 -f 6629/6934/10883 6630/6935/10884 6631/6936/10885 -f 6631/6936/10885 6630/6935/10884 6632/6937/10886 -f 6632/6937/10886 6630/6935/10884 6633/6938/10887 -f 6632/6937/10886 6633/6938/10887 6634/6939/10888 -f 6634/6939/10888 6633/6938/10887 6635/6940/10889 -f 6634/6939/10888 6635/6940/10889 6636/6941/10890 -f 6636/6941/10890 6635/6940/10889 6637/6942/10891 -f 6636/6941/10890 6637/6942/10891 6639/6943/10892 -f 6639/6943/10892 6637/6942/10891 6638/6944/10893 -f 6639/6943/10892 6638/6944/10893 6640/6945/10894 -f 6640/6945/10894 6638/6944/10893 6641/6946/10895 -f 6640/6945/10894 6641/6946/10895 6643/6947/10896 -f 6643/6947/10896 6641/6946/10895 6642/6948/10897 -f 6643/6947/10896 6642/6948/10897 6644/6949/10898 -f 6643/6947/10896 6644/6949/10898 6646/6950/10899 -f 6646/6950/10899 6644/6949/10898 6645/6951/10900 -f 6646/6950/10899 6645/6951/10900 6647/6952/10901 -f 6646/6950/10899 6647/6952/10901 6649/6953/10902 -f 6649/6953/10902 6647/6952/10901 6648/6954/10903 -f 6649/6953/10902 6648/6954/10903 6650/6955/10904 -f 6650/6955/10904 6648/6954/10903 6651/6956/10905 -f 6650/6955/10904 6651/6956/10905 6653/6957/10906 -f 6653/6957/10906 6651/6956/10905 6652/6958/10907 -f 6653/6957/10906 6652/6958/10907 6654/6959/10908 -f 6653/6957/10906 6654/6959/10908 6655/6960/10909 -f 6655/6960/10909 6654/6959/10908 6656/6961/10910 -f 6655/6960/10909 6656/6961/10910 6658/6962/10911 -f 6658/6962/10911 6656/6961/10910 6657/6963/10912 -f 6658/6962/10911 6657/6963/10912 6659/6964/10913 -f 6659/6964/10913 6657/6963/10912 6660/6965/10914 -f 6659/6964/10913 6660/6965/10914 6661/6966/10915 -f 6661/6966/10915 6660/6965/10914 6662/6967/10916 -f 6661/6966/10915 6662/6967/10916 6663/6968/10917 -f 6664/6969/10918 6665/6970/10919 6666/6971/10920 -f 6663/6968/10917 6662/6967/10916 6667/6972/10921 -f 6663/6968/10917 6667/6972/10921 6669/6973/10922 -f 6669/6973/10922 6667/6972/10921 6668/6974/10923 -f 6669/6973/10922 6668/6974/10923 6670/6975/10924 -f 6669/6973/10922 6670/6975/10924 6672/6976/10925 -f 6672/6976/10925 6670/6975/10924 6671/6977/10926 -f 6672/6976/10925 6671/6977/10926 6673/6978/10927 -f 6672/6976/10925 6673/6978/10927 6674/6979/10928 -f 6674/6979/10928 6673/6978/10927 6675/6980/10929 -f 6674/6979/10928 6675/6980/10929 6676/6981/10930 -f 6676/6981/10930 6675/6980/10929 6677/6982/10931 -f 6676/6981/10930 6677/6982/10931 6679/6983/10932 -f 6679/6983/10932 6677/6982/10931 6678/6984/10933 -f 6679/6983/10932 6678/6984/10933 6681/6985/10934 -f 6681/6985/10934 6678/6984/10933 6680/6986/10935 -f 6681/6985/10934 6680/6986/10935 6682/6987/10936 -f 6682/6987/10936 6680/6986/10935 6683/6988/10937 -f 6682/6987/10936 6683/6988/10937 6685/6989/10938 -f 6685/6989/10938 6683/6988/10937 6684/6990/10939 -f 6685/6989/10938 6684/6990/10939 6686/6991/10940 -f 6685/6989/10938 6686/6991/10940 6687/6992/10941 -f 6687/6992/10941 6686/6991/10940 7734/6993/10942 -f 6687/6992/10941 7734/6993/10942 6689/6994/10943 -f 6689/6994/10943 7734/6993/10942 6688/6995/10944 -f 6689/6994/10943 6688/6995/10944 6690/6996/10945 -f 6690/6996/10945 6688/6995/10944 6691/6997/10946 -f 6690/6996/10945 6691/6997/10946 6692/6998/10947 -f 6692/6998/10947 6691/6997/10946 6693/6999/10948 -f 6692/6998/10947 6693/6999/10948 6664/6969/10918 -f 6664/6969/10918 6693/6999/10948 6665/6970/10919 -f 6666/6971/10920 6665/6970/10919 6695/7000/10949 -f 6695/7000/10949 6665/6970/10919 6694/7001/10950 -f 6695/7000/10949 6694/7001/10950 6696/7002/10951 -f 6695/7000/10949 6696/7002/10951 6697/7003/10952 -f 6697/7003/10952 6696/7002/10951 6698/7004/10953 -f 6697/7003/10952 6698/7004/10953 6699/7005/10954 -f 6699/7005/10954 6698/7004/10953 6700/7006/10955 -f 6700/7006/10955 6698/7004/10953 6701/7007/10956 -f 6700/7006/10955 6701/7007/10956 7319/6816/10765 -f 7319/6816/10765 6701/7007/10956 6702/7008/10957 -f 7319/6816/10765 6702/7008/10957 6514/6817/10766 -s 122 -f 6703/7009/10958 6711/7010/10959 6704/7011/10960 -f 6704/7011/10960 6711/7010/10959 6705/7012/10961 -f 6705/7012/10961 6711/7010/10959 6706/7013/10962 -f 6707/7014/10963 6716/7015/10964 6708/7016/10965 -f 6708/7016/10965 6716/7015/10964 6709/7017/10966 -f 6708/7016/10965 6709/7017/10966 6710/7018/10967 -f 6710/7018/10967 6709/7017/10966 6703/7009/10958 -f 6703/7009/10958 6709/7017/10966 6711/7010/10959 -f 6712/7019/10968 6713/7020/10969 6714/7021/10970 -f 6714/7021/10970 6713/7020/10969 6715/7022/10971 -f 6715/7022/10971 6713/7020/10969 6707/7014/10963 -f 6707/7014/10963 6713/7020/10969 6716/7015/10964 -f 6711/7010/10959 6717/7023/10972 6706/7013/10962 -f 6706/7013/10962 6717/7023/10972 6718/7024/10973 -f 6718/7024/10973 6717/7023/10972 6719/7025/10974 -f 6719/7025/10974 6717/7023/10972 6720/7026/10975 -f 6721/7027/10976 6729/7028/10977 6722/7029/10978 -f 6722/7029/10978 6729/7028/10977 6723/7030/10979 -f 6722/7029/10978 6723/7030/10979 6724/7031/10980 -f 6724/7031/10980 6723/7030/10979 6725/7032/10981 -f 6717/7023/10972 6726/7033/10982 6720/7026/10975 -f 6720/7026/10975 6726/7033/10982 6727/7034/10983 -f 6727/7034/10983 6726/7033/10982 6728/7035/10984 -f 6728/7035/10984 6726/7033/10982 6729/7028/10977 -f 6728/7035/10984 6729/7028/10977 6721/7027/10976 -f 6730/7036/10985 6742/7037/10986 6731/7038/10987 -f 6731/7038/10987 6742/7037/10986 6732/7039/10988 -f 6732/7039/10988 6742/7037/10986 6712/7019/10968 -f 6712/7019/10968 6742/7037/10986 6713/7020/10969 -f 6733/7040/10989 6734/7041/10990 6735/7042/10991 -f 6735/7042/10991 6734/7041/10990 6736/7043/10992 -f 6736/7043/10992 6734/7041/10990 6737/7044/10993 -f 6734/7041/10990 6738/7045/10994 6737/7044/10993 -f 6737/7044/10993 6738/7045/10994 6739/7046/10995 -f 6739/7046/10995 6738/7045/10994 6740/7047/10996 -f 6740/7047/10996 6738/7045/10994 6741/7048/10997 -f 6741/7048/10997 6738/7045/10994 6730/7036/10985 -f 6730/7036/10985 6738/7045/10994 6742/7037/10986 -f 6743/7049/10998 6752/7050/10999 6744/7051/11000 -f 6744/7051/11000 6752/7050/10999 6745/7052/11001 -f 6744/7051/11000 6745/7052/11001 6746/7053/11002 -f 6746/7053/11002 6745/7052/11001 6733/7040/10989 -f 6733/7040/10989 6745/7052/11001 6734/7041/10990 -f 6725/7032/10981 6723/7030/10979 6747/7054/11003 -f 6747/7054/11003 6723/7030/10979 6748/7055/11004 -f 6748/7055/11004 6723/7030/10979 6749/7056/11005 -f 6748/7055/11004 6749/7056/11005 6750/7057/11006 -f 6750/7057/11006 6749/7056/11005 6751/7058/11007 -f 6751/7058/11007 6749/7056/11005 6752/7050/10999 -f 6751/7058/11007 6752/7050/10999 6753/7059/11008 -f 6753/7059/11008 6752/7050/10999 6743/7049/10998 -f 6754/7060/11009 6773/7061/11010 6755/7062/11011 -f 6755/7062/11011 6773/7061/11010 6756/7063/11012 -f 6755/7062/11011 6756/7063/11012 6757/7064/11013 -f 6757/7064/11013 6756/7063/11012 6758/7065/11014 -f 6758/7065/11014 6756/7063/11012 6759/7066/11015 -f 6758/7065/11014 6759/7066/11015 6760/7067/11016 -f 6760/7067/11016 6759/7066/11015 6761/7068/11017 -f 6760/7067/11016 6761/7068/11017 6762/7069/11018 -f 6762/7069/11018 6761/7068/11017 6763/7070/11019 -f 6764/7071/11020 6783/7072/11021 6765/7073/11022 -f 6765/7073/11022 6783/7072/11021 6766/7074/11023 -f 6765/7073/11022 6766/7074/11023 6767/7075/11024 -f 6767/7075/11024 6766/7074/11023 6768/7076/11025 -f 6768/7076/11025 6766/7074/11023 6769/7077/11026 -f 6768/7076/11025 6769/7077/11026 6770/7078/11027 -f 6770/7078/11027 6769/7077/11026 6771/7079/11028 -f 6770/7078/11027 6771/7079/11028 6772/7080/11029 -f 6772/7080/11029 6771/7079/11028 6754/7060/11009 -f 6754/7060/11009 6771/7079/11028 6773/7061/11010 -f 6774/7081/11030 6793/7082/11031 6775/7083/11032 -f 6775/7083/11032 6793/7082/11031 6776/7084/11033 -f 6775/7083/11032 6776/7084/11033 6777/7085/11034 -f 6777/7085/11034 6776/7084/11033 6778/7086/11035 -f 6778/7086/11035 6776/7084/11033 6779/7087/11036 -f 6778/7086/11035 6779/7087/11036 6780/7088/11037 -f 6780/7088/11037 6779/7087/11036 6781/7089/11038 -f 6780/7088/11037 6781/7089/11038 6782/7090/11039 -f 6782/7090/11039 6781/7089/11038 6764/7071/11020 -f 6764/7071/11020 6781/7089/11038 6783/7072/11021 -f 6784/7091/11040 6803/7092/11041 6785/7093/11042 -f 6785/7093/11042 6803/7092/11041 6786/7094/11043 -f 6785/7093/11042 6786/7094/11043 6787/7095/11044 -f 6787/7095/11044 6786/7094/11043 6788/7096/11045 -f 6788/7096/11045 6786/7094/11043 6789/7097/11046 -f 6788/7096/11045 6789/7097/11046 6790/7098/11047 -f 6790/7098/11047 6789/7097/11046 6791/7099/11048 -f 6790/7098/11047 6791/7099/11048 6792/7100/11049 -f 6792/7100/11049 6791/7099/11048 6774/7081/11030 -f 6774/7081/11030 6791/7099/11048 6793/7082/11031 -f 6794/7101/11050 6816/7102/11051 6795/7103/11052 -f 6795/7103/11052 6816/7102/11051 6796/7104/11053 -f 6795/7103/11052 6796/7104/11053 6797/7105/11054 -f 6797/7105/11054 6796/7104/11053 6798/7106/11055 -f 6798/7106/11055 6796/7104/11053 6799/7107/11056 -f 6798/7106/11055 6799/7107/11056 6800/7108/11057 -f 6800/7108/11057 6799/7107/11056 6801/7109/11058 -f 6800/7108/11057 6801/7109/11058 6802/7110/11059 -f 6802/7110/11059 6801/7109/11058 6784/7091/11040 -f 6784/7091/11040 6801/7109/11058 6803/7092/11041 -f 6804/7111/11060 6826/7112/11061 6805/7113/11062 -f 6805/7113/11062 6826/7112/11061 6806/7114/11063 -f 6805/7113/11062 6806/7114/11063 6807/7115/11064 -f 6807/7115/11064 6806/7114/11063 6808/7116/11065 -f 6808/7116/11065 6806/7114/11063 6809/7117/11066 -f 6808/7116/11065 6809/7117/11066 6810/7118/11067 -f 6810/7118/11067 6809/7117/11066 6811/7119/11068 -f 6811/7119/11068 6809/7117/11066 6812/7120/11069 -f 6811/7119/11068 6812/7120/11069 6813/7121/11070 -f 6813/7121/11070 6812/7120/11069 6814/7122/11071 -f 6813/7121/11070 6814/7122/11071 6815/7123/11072 -f 6815/7123/11072 6814/7122/11071 6794/7101/11050 -f 6794/7101/11050 6814/7122/11071 6816/7102/11051 -f 6817/7124/11073 6836/7125/11074 6818/7126/11075 -f 6818/7126/11075 6836/7125/11074 6819/7127/11076 -f 6818/7126/11075 6819/7127/11076 6820/7128/11077 -f 6820/7128/11077 6819/7127/11076 6821/7129/11078 -f 6821/7129/11078 6819/7127/11076 6822/7130/11079 -f 6821/7129/11078 6822/7130/11079 6823/7131/11080 -f 6823/7131/11080 6822/7130/11079 6824/7132/11081 -f 6824/7132/11081 6822/7130/11079 6825/7133/11082 -f 6824/7132/11081 6825/7133/11082 6804/7111/11060 -f 6804/7111/11060 6825/7133/11082 6826/7112/11061 -f 6827/7134/11083 6846/7135/11084 6828/7136/11085 -f 6828/7136/11085 6846/7135/11084 6829/7137/11086 -f 6828/7136/11085 6829/7137/11086 6830/7138/11087 -f 6830/7138/11087 6829/7137/11086 6831/7139/11088 -f 6831/7139/11088 6829/7137/11086 6832/7140/11089 -f 6831/7139/11088 6832/7140/11089 6833/7141/11090 -f 6833/7141/11090 6832/7140/11089 6834/7142/11091 -f 6834/7142/11091 6832/7140/11089 6835/7143/11092 -f 6834/7142/11091 6835/7143/11092 6817/7124/11073 -f 6817/7124/11073 6835/7143/11092 6836/7125/11074 -f 6837/7144/11093 6856/7145/11094 6838/7146/11095 -f 6838/7146/11095 6856/7145/11094 6839/7147/11096 -f 6838/7146/11095 6839/7147/11096 6840/7148/11097 -f 6840/7148/11097 6839/7147/11096 6841/7149/11098 -f 6841/7149/11098 6839/7147/11096 6842/7150/11099 -f 6841/7149/11098 6842/7150/11099 6843/7151/11100 -f 6843/7151/11100 6842/7150/11099 6844/7152/11101 -f 6844/7152/11101 6842/7150/11099 6845/7153/11102 -f 6844/7152/11101 6845/7153/11102 6827/7134/11083 -f 6827/7134/11083 6845/7153/11102 6846/7135/11084 -f 6847/7154/11103 6866/7155/11104 6848/7156/11105 -f 6848/7156/11105 6866/7155/11104 6849/7157/11106 -f 6848/7156/11105 6849/7157/11106 6850/7158/11107 -f 6850/7158/11107 6849/7157/11106 6851/7159/11108 -f 6851/7159/11108 6849/7157/11106 6852/7160/11109 -f 6851/7159/11108 6852/7160/11109 6853/7161/11110 -f 6853/7161/11110 6852/7160/11109 6854/7162/11111 -f 6854/7162/11111 6852/7160/11109 6855/7163/11112 -f 6854/7162/11111 6855/7163/11112 6837/7144/11093 -f 6837/7144/11093 6855/7163/11112 6856/7145/11094 -f 6857/7164/11113 6876/7165/11114 6858/7166/11115 -f 6858/7166/11115 6876/7165/11114 6859/7167/11116 -f 6858/7166/11115 6859/7167/11116 6860/7168/11117 -f 6860/7168/11117 6859/7167/11116 6861/7169/11118 -f 6861/7169/11118 6859/7167/11116 6862/7170/11119 -f 6861/7169/11118 6862/7170/11119 6863/7171/11120 -f 6863/7171/11120 6862/7170/11119 6864/7172/11121 -f 6864/7172/11121 6862/7170/11119 6865/7173/11122 -f 6864/7172/11121 6865/7173/11122 6847/7154/11103 -f 6847/7154/11103 6865/7173/11122 6866/7155/11104 -f 6761/7068/11017 6867/7174/11123 6763/7070/11019 -f 6763/7070/11019 6867/7174/11123 6868/7175/11124 -f 6868/7175/11124 6867/7174/11123 6869/7176/11125 -f 6868/7175/11124 6869/7176/11125 6870/7177/11126 -f 6870/7177/11126 6869/7176/11125 6871/7178/11127 -f 6871/7178/11127 6869/7176/11125 6872/7179/11128 -f 6871/7178/11127 6872/7179/11128 6873/7180/11129 -f 6873/7180/11129 6872/7179/11128 6874/7181/11130 -f 6874/7181/11130 6872/7179/11128 6875/7182/11131 -f 6874/7181/11130 6875/7182/11131 6857/7164/11113 -f 6857/7164/11113 6875/7182/11131 6876/7165/11114 -s 262 -f 5722/5941/10537 5729/5938/11132 6877/7183/11133 -f 6394/6688/10518 6879/6689/10520 6878/7184/11134 -f 6394/6688/10518 6878/7184/11134 5915/6143/10516 -f 5722/5941/10537 6877/7183/11133 6403/6698/10538 -f 6403/6698/10538 6877/7183/11133 6401/6697/10535 -f 6402/6696/10533 6880/7185/11135 6400/6695/10531 -f 6400/6695/10531 6880/7185/11135 6881/7186/11136 -f 6400/6695/10531 6881/7186/11136 6399/6694/10529 -f 6399/6694/10529 6881/7186/11136 6398/6693/10527 -f 6398/6693/10527 6882/7187/11137 6397/6692/10525 -f 6397/6692/10525 6882/7187/11137 6395/6690/10523 -f 6395/6690/10523 6883/7188/11138 6396/6691/10524 -f 6396/6691/10524 6883/7188/11138 6879/6689/10520 -f 6878/7184/11134 5917/6145/11139 5915/6143/10516 -f 6877/7183/11133 6884/7189/11140 6401/6697/10535 -f 6401/6697/10535 6884/7189/11140 6885/7190/11141 -f 6401/6697/10535 6885/7190/11141 6402/6696/10533 -f 6402/6696/10533 6885/7190/11141 6880/7185/11135 -f 6881/7186/11136 6886/7191/11142 6398/6693/10527 -f 6398/6693/10527 6886/7191/11142 6882/7187/11137 -f 6882/7187/11137 6887/7192/11143 6395/6690/10523 -f 6395/6690/10523 6887/7192/11143 6883/7188/11138 -f 6883/7188/11138 6888/7193/11144 6879/6689/10520 -f 6879/6689/10520 6888/7193/11144 6878/7184/11134 -f 6888/7193/11144 5918/6146/11145 6878/7184/11134 -f 6878/7184/11134 5918/6146/11145 5917/6145/11139 -f 6877/7183/11133 5729/5938/11132 6884/7189/11140 -f 6885/7190/11146 6889/7194/11147 6880/7185/11148 -f 6880/7185/11148 6889/7194/11147 6891/7195/11149 -f 6880/7185/11148 6891/7195/11149 6881/7186/11150 -f 6881/7186/11150 6891/7195/11149 6886/7191/11142 -f 6886/7191/11142 6892/7196/11151 6882/7187/11137 -f 6882/7187/11137 6892/7196/11151 6887/7192/11143 -f 6887/7192/11143 6893/7197/11152 6883/7188/11138 -f 6883/7188/11138 6893/7197/11152 6888/7193/11153 -f 6888/7193/11153 5920/6147/11154 5918/6146/11155 -f 5729/5938/11132 5728/5948/11156 6890/7198/11157 -f 5729/5938/11132 6890/7198/11157 6884/7189/11140 -f 6884/7189/11140 6890/7198/11157 6885/7190/11146 -f 6885/7190/11146 6890/7198/11157 6889/7194/11147 -f 6886/7191/11142 6891/7195/11149 6892/7196/11151 -f 6887/7192/11143 6892/7196/11151 6893/7197/11152 -f 6888/7193/11153 6893/7197/11152 5920/6147/11154 -f 6890/7198/11157 6894/7199/11158 6889/7194/11147 -f 6889/7194/11147 6894/7199/11158 6891/7195/11159 -f 6891/7195/11159 6422/6716/10573 6892/7196/11160 -f 6892/7196/11160 6418/6711/10566 6893/7197/11161 -f 5728/5948/11156 6415/5946/10562 6890/7198/11157 -f 6890/7198/11157 6415/5946/10562 6417/6710/10564 -f 6890/7198/11157 6417/6710/10564 6894/7199/11158 -f 6894/7199/11158 6421/6715/10572 6891/7195/11159 -f 6891/7195/11159 6421/6715/10572 6422/6716/10573 -f 6892/7196/11160 6422/6716/10573 6418/6711/10566 -f 6893/7197/11161 6418/6711/10566 5920/6147/11162 -f 6417/6710/10564 6419/6713/10570 6894/7199/11158 -f 6894/7199/11158 6419/6713/10570 6420/6714/10571 -f 6894/7199/11158 6420/6714/10571 6421/6715/10572 -f 6418/6711/10566 5921/6149/10565 5920/6147/11162 -f 6895/7200/11163 5909/6138/11164 5924/6136/10567 -f 5909/6138/11164 6895/7200/11163 5911/6140/11165 -f 5912/6091/10561 5911/6140/11166 6896/7201/11167 -f 6414/6709/10559 5912/6091/10561 6896/7201/11167 -f 5734/5953/11168 5732/5951/10539 6897/7202/11169 -f 5734/5953/11168 6897/7202/11169 6898/7203/11170 -f 6898/7203/11170 5735/5954/11171 5734/5953/11168 -f 6899/5955/11172 6416/6712/10569 5738/5958/10568 -f 6900/7204/11173 6416/6712/10569 6899/5955/11172 -f 6900/7204/11173 6899/5955/11172 5735/5954/11171 -f 6900/7204/11173 5735/5954/11171 6898/7203/11170 -f 6901/7205/11174 6416/6712/10569 6900/7204/11173 -f 6901/7205/11174 6900/7204/11173 6902/7206/11175 -f 6902/7206/11175 6900/7204/11173 6898/7203/11170 -f 6902/7206/11175 6898/7203/11170 6903/7207/11176 -f 6903/7207/11176 6898/7203/11170 6904/7208/11177 -f 6904/7208/11177 6898/7203/11170 6897/7202/11169 -f 6905/7209/11178 6901/7205/11174 6902/7206/11175 -f 6905/7209/11178 6902/7206/11175 6906/7210/11179 -f 6906/7210/11179 6902/7206/11175 6903/7207/11176 -f 6906/7210/11179 6903/7207/11176 6907/7211/11180 -f 6907/7211/11180 6903/7207/11176 6904/7208/11177 -f 6907/7211/11180 6904/7208/11177 6405/6701/10545 -f 6910/7212/11181 6908/7213/11182 6909/7214/11183 -f 6910/7212/11181 6909/7214/11183 6912/7215/11184 -f 6912/7215/11184 6909/7214/11183 6911/7216/11185 -f 6912/7215/11184 6911/7216/11185 6914/7217/11186 -f 6914/7217/11186 6911/7216/11185 6913/7218/11187 -f 6914/7217/11186 6913/7218/11187 6413/6708/10558 -f 6413/6708/10558 6913/7218/11187 6411/6706/10555 -f 6915/7219/11188 6412/6707/10557 6414/6709/10559 -f 6915/7219/11188 6414/6709/10559 6896/7201/11167 -f 6915/7219/11188 6896/7201/11189 5911/6140/11165 -f 6915/7219/11188 5911/6140/11165 6916/7220/11190 -f 6916/7220/11190 5911/6140/11165 6917/7221/11191 -f 6917/7221/11191 5911/6140/11165 6895/7200/11163 -f 6423/6717/10574 6895/7200/11163 5924/6136/10567 -f 6895/7200/11163 6423/6717/10574 6908/7213/11182 -f 6895/7200/11163 6908/7213/11182 6917/7221/11191 -f 6917/7221/11191 6908/7213/11182 6910/7212/11181 -f 6917/7221/11191 6910/7212/11181 6916/7220/11190 -f 6916/7220/11190 6910/7212/11181 6912/7215/11184 -f 6916/7220/11190 6912/7215/11184 6915/7219/11188 -f 6915/7219/11188 6912/7215/11184 6914/7217/11186 -f 6915/7219/11188 6914/7217/11186 6413/6708/10558 -f 6915/7219/11188 6413/6708/10558 6412/6707/10557 -f 6918/7222/11192 6410/6705/10553 6411/6706/10555 -f 6918/7222/11192 6411/6706/10555 6913/7218/11187 -f 6918/7222/11192 6913/7218/11187 6911/7216/11185 -f 6918/7222/11192 6911/7216/11185 6919/7223/11193 -f 6919/7223/11193 6911/7216/11185 6909/7214/11183 -f 6919/7223/11193 6909/7214/11183 6920/7224/11194 -f 6920/7224/11194 6909/7214/11183 6908/7213/11182 -f 6920/7224/11194 6908/7213/11182 6921/7225/11195 -f 6921/7225/11195 6908/7213/11182 6423/6717/10574 -f 6408/6704/10551 6410/6705/10553 6918/7222/11192 -f 6408/6704/10551 6918/7222/11192 6922/7226/11196 -f 6922/7226/11196 6918/7222/11192 6923/7227/11197 -f 6923/7227/11197 6918/7222/11192 6919/7223/11193 -f 6923/7227/11197 6919/7223/11193 6924/7228/11198 -f 6924/7228/11198 6919/7223/11193 6920/7224/11194 -f 6924/7228/11198 6920/7224/11194 6921/7225/11195 -f 6424/6718/10575 6921/7225/11195 6423/6717/10574 -f 6409/6703/10549 6408/6704/10551 6925/7229/11199 -f 6925/7229/11199 6408/6704/10551 6922/7226/11196 -f 6925/7229/11199 6922/7226/11196 6926/7230/11200 -f 6926/7230/11200 6922/7226/11196 6923/7227/11197 -f 6926/7230/11200 6923/7227/11197 6927/7231/11201 -f 6927/7231/11201 6923/7227/11197 6924/7228/11198 -f 6927/7231/11201 6924/7228/11198 6921/7225/11195 -f 6928/7232/11202 6407/6700/10544 6409/6703/10549 -f 6928/7232/11202 6409/6703/10549 6925/7229/11199 -f 6928/7232/11202 6925/7229/11199 6929/7233/11203 -f 6929/7233/11203 6925/7229/11199 6926/7230/11200 -f 6929/7233/11203 6926/7230/11200 6930/7234/11204 -f 6930/7234/11204 6926/7230/11200 6927/7231/11201 -f 6930/7234/11204 6927/7231/11201 6921/7225/11195 -f 6930/7234/11204 6921/7225/11195 6424/6718/10575 -f 6424/6718/10575 6416/6712/10569 6930/7234/11204 -f 6930/7234/11204 6416/6712/10569 6901/7205/11174 -f 6930/7234/11204 6901/7205/11174 6905/7209/11178 -f 6930/7234/11204 6905/7209/11178 6929/7233/11203 -f 6929/7233/11203 6905/7209/11178 6906/7210/11179 -f 6929/7233/11203 6906/7210/11179 6928/7232/11202 -f 6928/7232/11202 6906/7210/11179 6907/7211/11180 -f 6928/7232/11202 6907/7211/11180 6405/6701/10545 -f 6928/7232/11202 6405/6701/10545 6407/6700/10544 -f 6904/7208/11177 6897/7202/11169 6406/6702/10547 -f 6904/7208/11177 6406/6702/10547 6405/6701/10545 -f 6897/7202/11169 5732/5951/10539 6404/6699/10541 -f 6897/7202/11169 6404/6699/10541 6406/6702/10547 -s 246 -f 6931/7235/11205 5745/5884/10478 5744/5965/11206 -f 6364/6658/10458 6935/6659/10460 6932/7236/11207 -f 6364/6658/10458 6932/7236/11207 5902/6129/10456 -f 5745/5884/10478 6931/7235/11205 6373/6668/10476 -f 6373/6668/10476 6931/7235/11205 6372/6667/10474 -f 6370/6665/10472 6936/7237/11208 6371/6666/10473 -f 6371/6666/10473 6936/7237/11208 6937/7238/11209 -f 6371/6666/10473 6937/7238/11209 6368/6664/10470 -f 6368/6664/10470 6937/7238/11209 6369/6663/10468 -f 6369/6663/10468 6938/7239/11210 6367/6662/10466 -f 6367/6662/10466 6938/7239/11210 6366/6661/10464 -f 6366/6661/10464 6939/7240/11211 6365/6660/10462 -f 6365/6660/10462 6939/7240/11211 6935/6659/10460 -f 6932/7236/11207 5904/6131/11212 5902/6129/10456 -f 6931/7235/11205 6940/7241/11213 6372/6667/10474 -f 6372/6667/10474 6940/7241/11213 6941/7242/11214 -f 6372/6667/10474 6941/7242/11214 6370/6665/10472 -f 6370/6665/10472 6941/7242/11214 6936/7237/11208 -f 6937/7238/11209 6942/7243/11215 6369/6663/10468 -f 6369/6663/10468 6942/7243/11215 6938/7239/11210 -f 6938/7239/11210 6943/7244/11216 6366/6661/10464 -f 6366/6661/10464 6943/7244/11216 6939/7240/11211 -f 6939/7240/11211 6944/7245/11217 6935/6659/10460 -f 6935/6659/10460 6944/7245/11217 6932/7236/11207 -f 6944/7245/11217 6933/7246/11218 6932/7236/11207 -f 6932/7236/11207 6933/7246/11218 5904/6131/11212 -f 5744/5965/11219 5743/5964/11220 6931/7235/11205 -f 6931/7235/11205 5743/5964/11220 6940/7241/11213 -f 6933/7246/11218 6934/6132/11221 5904/6131/11212 -f 6941/7242/11222 6945/7247/11223 6936/7237/11224 -f 6936/7237/11224 6945/7247/11223 6947/7248/11225 -f 6936/7237/11224 6947/7248/11225 6937/7238/11226 -f 6937/7238/11226 6947/7248/11225 6942/7243/11215 -f 6942/7243/11215 6948/7249/11227 6938/7239/11210 -f 6938/7239/11210 6948/7249/11227 6943/7244/11216 -f 6943/7244/11216 6949/7250/11228 6939/7240/11211 -f 6939/7240/11211 6949/7250/11228 6944/7245/11229 -f 6944/7245/11217 6934/6132/11221 6933/7246/11218 -f 5743/5964/11220 5742/5961/11230 6946/7251/11231 -f 5743/5964/11220 6946/7251/11231 6940/7241/11213 -f 6940/7241/11213 6946/7251/11231 6941/7242/11222 -f 6941/7242/11222 6946/7251/11231 6945/7247/11223 -f 6942/7243/11215 6947/7248/11225 6948/7249/11227 -f 6943/7244/11216 6948/7249/11227 6949/7250/11228 -f 6944/7245/11229 6949/7250/11228 6934/6132/11232 -f 6946/7251/11231 6950/7252/11233 6945/7247/11223 -f 6945/7247/11223 6950/7252/11233 6947/7248/11234 -f 6947/7248/11234 6391/6686/10514 6948/7249/11235 -f 6948/7249/11235 6387/6683/10507 6949/7250/11228 -f 6949/7250/11228 5905/6133/10506 6934/6132/11232 -f 6946/7251/11231 5742/5961/11230 6390/6685/10513 -f 6946/7251/11231 6390/6685/10513 6950/7252/11233 -f 6950/7252/11233 6385/6680/10502 6947/7248/11234 -f 6947/7248/11234 6385/6680/10502 6391/6686/10514 -f 6948/7249/11235 6391/6686/10514 6387/6683/10507 -f 6949/7250/11228 6387/6683/10507 5905/6133/10506 -f 5742/5961/11230 5740/5960/10511 6390/6685/10513 -f 6390/6685/10513 6389/6684/10509 6950/7252/11233 -f 6950/7252/11233 6389/6684/10509 6386/6681/10503 -f 6950/7252/11233 6386/6681/10503 6385/6680/10502 -f 6953/6122/11236 5895/6121/11237 6952/7253/11238 -f 6392/6126/10508 6951/7254/11239 5892/6117/11240 -f 5895/6121/11237 5892/6117/11240 6951/7254/11239 -f 5896/6094/10499 6953/6122/11236 6383/6678/10500 -f 5754/5975/11241 5752/5973/10479 6374/6669/10481 -f 6954/7255/11242 6955/5967/11243 5754/5975/11241 -f 6955/5967/11243 6956/7256/11244 5748/5968/10510 -f 5748/5968/10510 6956/7256/11244 6957/7257/11245 -f 6388/6682/10504 5748/5968/10510 6957/7257/11245 -f 6954/7255/11242 6956/7256/11244 6955/5967/11243 -f 6958/7258/11246 6388/6682/10504 6957/7257/11245 -f 6958/7258/11246 6957/7257/11245 6956/7256/11244 -f 6958/7258/11246 6956/7256/11244 6959/7259/11247 -f 6959/7259/11247 6956/7256/11244 6954/7255/11242 -f 6959/7259/11247 6954/7255/11242 6960/7260/11248 -f 6960/7260/11248 6954/7255/11242 6961/7261/11249 -f 6962/7262/11250 6958/7258/11246 6959/7259/11247 -f 6962/7262/11250 6959/7259/11247 6963/7263/11251 -f 6963/7263/11251 6959/7259/11247 6960/7260/11248 -f 6963/7263/11251 6960/7260/11248 6964/7264/11252 -f 6964/7264/11252 6960/7260/11248 6961/7261/11249 -f 6964/7264/11252 6961/7261/11249 6376/6671/10485 -f 6392/6126/10508 6393/6687/10515 6965/7265/11253 -f 6967/7266/11254 6965/7265/11253 6966/7267/11255 -f 6967/7266/11254 6966/7267/11255 6969/7268/11256 -f 6969/7268/11256 6966/7267/11255 6968/7269/11257 -f 6969/7268/11256 6968/7269/11257 6971/7270/11258 -f 6971/7270/11258 6968/7269/11257 6970/7271/11259 -f 6971/7270/11258 6970/7271/11259 6382/6677/10497 -f 6382/6677/10497 6970/7271/11259 6381/6676/10495 -f 6972/7272/11260 6384/6679/10501 6383/6678/10500 -f 6972/7272/11260 6383/6678/10500 6953/6122/11236 -f 6972/7272/11260 6953/6122/11236 6973/7273/11261 -f 6973/7273/11261 6953/6122/11236 6952/7253/11238 -f 6973/7273/11261 6952/7253/11238 6974/7274/11262 -f 6974/7274/11262 6952/7253/11238 5895/6121/11237 -f 6974/7274/11262 5895/6121/11237 6951/7254/11239 -f 6951/7254/11239 6392/6126/10508 6965/7265/11253 -f 6951/7254/11239 6965/7265/11253 6974/7274/11262 -f 6974/7274/11262 6965/7265/11253 6967/7266/11254 -f 6974/7274/11262 6967/7266/11254 6973/7273/11261 -f 6973/7273/11261 6967/7266/11254 6969/7268/11256 -f 6973/7273/11261 6969/7268/11256 6972/7272/11260 -f 6972/7272/11260 6969/7268/11256 6971/7270/11258 -f 6972/7272/11260 6971/7270/11258 6382/6677/10497 -f 6972/7272/11260 6382/6677/10497 6384/6679/10501 -f 6380/6674/10491 6379/6675/10493 6975/7275/11263 -f 6975/7275/11263 6379/6675/10493 6381/6676/10495 -f 6975/7275/11263 6381/6676/10495 6970/7271/11259 -f 6975/7275/11263 6970/7271/11259 6976/7276/11264 -f 6976/7276/11264 6970/7271/11259 6968/7269/11257 -f 6976/7276/11264 6968/7269/11257 6977/7277/11265 -f 6977/7277/11265 6968/7269/11257 6966/7267/11255 -f 6977/7277/11265 6966/7267/11255 6978/7278/11266 -f 6978/7278/11266 6966/7267/11255 6965/7265/11253 -f 6978/7278/11266 6965/7265/11253 6393/6687/10515 -f 6380/6674/10491 6975/7275/11263 6979/7279/11267 -f 6979/7279/11267 6975/7275/11263 6980/7280/11268 -f 6980/7280/11268 6975/7275/11263 6976/7276/11264 -f 6980/7280/11268 6976/7276/11264 6981/7281/11269 -f 6981/7281/11269 6976/7276/11264 6977/7277/11265 -f 6981/7281/11269 6977/7277/11265 6978/7278/11266 -f 6378/6673/10489 6380/6674/10491 6982/7282/11270 -f 6982/7282/11270 6380/6674/10491 6979/7279/11267 -f 6982/7282/11270 6979/7279/11267 6983/7283/11271 -f 6983/7283/11271 6979/7279/11267 6980/7280/11268 -f 6983/7283/11271 6980/7280/11268 6984/7284/11272 -f 6984/7284/11272 6980/7280/11268 6981/7281/11269 -f 6984/7284/11272 6981/7281/11269 6985/7285/11273 -f 6985/7285/11273 6981/7281/11269 6978/7278/11266 -f 6985/7285/11273 6978/7278/11266 6388/6682/10504 -f 6388/6682/10504 6978/7278/11266 6393/6687/10515 -f 6986/7286/11274 6377/6672/10487 6378/6673/10489 -f 6986/7286/11274 6378/6673/10489 6982/7282/11270 -f 6986/7286/11274 6982/7282/11270 6987/7287/11275 -f 6987/7287/11275 6982/7282/11270 6983/7283/11271 -f 6987/7287/11275 6983/7283/11271 6988/7288/11276 -f 6988/7288/11276 6983/7283/11271 6984/7284/11272 -f 6988/7288/11276 6984/7284/11272 6985/7285/11273 -f 6985/7285/11273 6388/6682/10504 6958/7258/11246 -f 6985/7285/11273 6958/7258/11246 6988/7288/11276 -f 6988/7288/11276 6958/7258/11246 6962/7262/11250 -f 6988/7288/11276 6962/7262/11250 6987/7287/11275 -f 6987/7287/11275 6962/7262/11250 6963/7263/11251 -f 6987/7287/11275 6963/7263/11251 6986/7286/11274 -f 6986/7286/11274 6963/7263/11251 6964/7264/11252 -f 6986/7286/11274 6964/7264/11252 6376/6671/10485 -f 6986/7286/11274 6376/6671/10485 6377/6672/10487 -f 6954/7255/11242 5754/5975/11241 6374/6669/10481 -f 6954/7255/11242 6374/6669/10481 6961/7261/11249 -f 6961/7261/11249 6374/6669/10481 6375/6670/10483 -f 6961/7261/11249 6375/6670/10483 6376/6671/10485 -s 232 -f 5756/5978/10416 5766/5977/11277 6989/7289/11278 -f 6333/6626/10396 6992/6627/10398 6991/7290/11279 -f 6333/6626/10396 6991/7290/11279 5884/6111/10394 -f 5756/5978/10416 6989/7289/11278 6990/6636/10414 -f 6990/6636/10414 6989/7289/11278 6341/6635/10412 -f 6339/6633/10410 6993/7291/11280 6340/6634/10411 -f 6340/6634/10411 6993/7291/11280 6994/7292/11281 -f 6340/6634/10411 6994/7292/11281 6337/6632/10408 -f 6337/6632/10408 6994/7292/11281 6338/6631/10406 -f 6338/6631/10406 6995/7293/11282 6336/6630/10404 -f 6336/6630/10404 6995/7293/11282 6335/6629/10402 -f 6335/6629/10402 6996/7294/11283 6334/6628/10400 -f 6334/6628/10400 6996/7294/11283 6992/6627/10398 -f 6991/7290/11279 5885/6112/11284 5884/6111/10394 -f 6989/7289/11278 6997/7295/11285 6341/6635/10412 -f 6341/6635/10412 6997/7295/11285 6998/7296/11286 -f 6341/6635/10412 6998/7296/11286 6339/6633/10410 -f 6339/6633/10410 6998/7296/11286 6993/7291/11280 -f 6994/7292/11281 6999/7297/11287 6338/6631/10406 -f 6338/6631/10406 6999/7297/11287 6995/7293/11282 -f 6995/7293/11282 7000/7298/11288 6335/6629/10402 -f 6335/6629/10402 7000/7298/11288 6996/7294/11283 -f 6996/7294/11283 7001/7299/11289 6992/6627/10398 -f 6992/6627/10398 7001/7299/11289 6991/7290/11279 -f 7001/7299/11289 5887/6114/11290 6991/7290/11279 -f 6991/7290/11279 5887/6114/11290 5885/6112/11284 -f 6989/7289/11278 5766/5977/11277 6997/7295/11285 -f 6998/7296/11291 7002/7300/11292 6993/7291/11293 -f 6993/7291/11293 7002/7300/11292 7004/7301/11294 -f 6993/7291/11293 7004/7301/11294 6994/7292/11295 -f 6994/7292/11295 7004/7301/11294 6999/7297/11296 -f 6999/7297/11287 7005/7302/11297 6995/7293/11282 -f 6995/7293/11282 7005/7302/11297 7000/7298/11288 -f 7000/7298/11288 7006/7303/11298 6996/7294/11283 -f 6996/7294/11283 7006/7303/11298 7001/7299/11299 -f 7001/7299/11299 5888/6115/11300 5887/6114/11301 -f 5766/5977/11302 5762/5988/11303 7003/7304/11304 -f 5766/5977/11302 7003/7304/11304 6997/7295/11305 -f 6997/7295/11305 7003/7304/11304 7007/7305/11306 -f 6997/7295/11305 7007/7305/11306 6998/7296/11307 -f 6998/7296/11308 7007/7305/11309 7002/7300/11310 -f 7004/7301/11294 7008/7306/11311 6999/7297/11296 -f 6999/7297/11296 7008/7306/11311 7005/7302/11312 -f 7000/7298/11288 7005/7302/11297 7006/7303/11298 -f 7001/7299/11299 7006/7303/11298 5888/6115/11300 -f 7002/7300/11310 7007/7305/11309 7004/7301/11313 -f 7005/7302/11312 6360/6655/10451 7006/7303/11298 -f 7006/7303/11298 5890/6106/10452 5888/6115/11300 -f 5762/5988/11303 6353/5987/10441 7003/7304/11304 -f 7003/7304/11304 6353/5987/10441 6355/6648/10443 -f 7003/7304/11304 6355/6648/10443 7007/7305/11309 -f 7007/7305/11309 6358/6652/10448 7004/7301/11313 -f 7004/7301/11313 6358/6652/10448 7008/7306/11311 -f 7008/7306/11311 6359/6653/10449 7005/7302/11312 -f 7005/7302/11312 6359/6653/10449 6360/6655/10451 -f 7006/7303/11298 6360/6655/10451 5890/6106/10452 -f 6355/6648/10443 6356/6650/10446 7007/7305/11309 -f 7007/7305/11309 6356/6650/10446 6357/6651/10447 -f 7007/7305/11309 6357/6651/10447 6358/6652/10448 -f 6358/6652/10448 6361/6656/10454 7008/7306/11311 -f 7008/7306/11311 6361/6656/10454 6359/6653/10449 -f 7009/7307/11314 5876/6097/11315 5875/6102/11316 -f 5876/6097/11315 7010/7308/11317 5871/6098/10440 -f 5871/6098/10440 7010/7308/11317 6352/6647/10438 -f 5772/5995/11318 7011/7309/11319 5773/5996/11320 -f 5773/5996/11320 7011/7309/11319 7012/7310/11321 -f 5776/5990/10444 5774/5997/11322 7013/7311/11323 -f 5776/5990/10444 7013/7311/11323 6354/6649/10445 -f 7013/7311/11323 5774/5997/11322 7012/7310/11321 -f 7012/7310/11321 5774/5997/11322 5773/5996/11324 -f 7014/7312/11325 6354/6649/10445 7013/7311/11323 -f 7014/7312/11325 7013/7311/11323 7015/7313/11326 -f 7015/7313/11326 7013/7311/11323 7012/7310/11321 -f 7015/7313/11326 7012/7310/11321 7016/7314/11327 -f 7016/7314/11327 7012/7310/11321 7027/7315/11328 -f 7027/7315/11328 7012/7310/11321 7011/7309/11319 -f 6363/6657/10455 6354/6649/10445 7014/7312/11325 -f 7017/7316/11329 7014/7312/11325 7015/7313/11326 -f 7017/7316/11329 7015/7313/11326 7018/7317/11330 -f 7018/7317/11330 7015/7313/11326 7016/7314/11327 -f 7018/7317/11330 7016/7314/11327 7019/7318/11331 -f 7019/7318/11331 7016/7314/11327 7027/7315/11328 -f 7019/7318/11331 7027/7315/11328 6344/6639/10424 -f 7021/7319/11332 6362/6654/10450 7020/7320/11333 -f 7021/7319/11332 7020/7320/11333 7022/7321/11334 -f 7022/7321/11334 7020/7320/11333 7024/7322/11335 -f 7024/7322/11335 7020/7320/11333 7023/7323/11336 -f 7024/7322/11335 7023/7323/11336 7026/7324/11337 -f 7026/7324/11337 7023/7323/11336 7025/7325/11338 -f 7026/7324/11337 7025/7325/11338 6351/6646/10437 -f 6351/6646/10437 7025/7325/11338 6349/6644/10434 -f 7028/7326/11339 6350/6645/10436 6352/6647/10438 -f 7028/7326/11339 6352/6647/10438 7010/7308/11317 -f 7028/7326/11339 7010/7308/11317 7029/7327/11340 -f 7029/7327/11340 7010/7308/11317 5876/6097/11315 -f 7029/7327/11340 5876/6097/11315 7009/7307/11314 -f 7021/7319/11332 7009/7307/11314 5875/6102/11316 -f 7021/7319/11332 5875/6102/11316 6362/6654/10450 -f 6362/6654/10450 5875/6102/11316 5873/6101/10453 -f 7009/7307/11314 7021/7319/11332 7022/7321/11334 -f 7009/7307/11314 7022/7321/11334 7029/7327/11340 -f 7029/7327/11340 7022/7321/11334 7024/7322/11335 -f 7029/7327/11340 7024/7322/11335 7028/7326/11339 -f 7028/7326/11339 7024/7322/11335 7026/7324/11337 -f 7028/7326/11339 7026/7324/11337 6351/6646/10437 -f 7028/7326/11339 6351/6646/10437 6350/6645/10436 -f 6348/6642/10430 6347/6643/10432 7030/7328/11341 -f 7030/7328/11341 6347/6643/10432 6349/6644/10434 -f 7030/7328/11341 6349/6644/10434 7025/7325/11338 -f 7030/7328/11341 7025/7325/11338 7023/7323/11336 -f 7030/7328/11341 7023/7323/11336 7031/7329/11342 -f 7031/7329/11342 7023/7323/11336 7020/7320/11333 -f 7031/7329/11342 7020/7320/11333 7032/7330/11343 -f 7032/7330/11343 7020/7320/11333 6362/6654/10450 -f 6348/6642/10430 7030/7328/11341 7033/7331/11344 -f 7033/7331/11344 7030/7328/11341 7034/7332/11345 -f 7034/7332/11345 7030/7328/11341 7031/7329/11342 -f 7034/7332/11345 7031/7329/11342 7035/7333/11346 -f 7035/7333/11346 7031/7329/11342 7032/7330/11343 -f 6363/6657/10455 7032/7330/11343 6362/6654/10450 -f 6346/6641/10428 6348/6642/10430 7036/7334/11347 -f 7036/7334/11347 6348/6642/10430 7033/7331/11344 -f 7036/7334/11347 7033/7331/11344 7037/7335/11348 -f 7037/7335/11348 7033/7331/11344 7034/7332/11345 -f 7037/7335/11348 7034/7332/11345 7038/7336/11349 -f 7038/7336/11349 7034/7332/11345 7035/7333/11346 -f 7038/7336/11349 7035/7333/11346 7039/7337/11350 -f 7039/7337/11350 7035/7333/11346 7032/7330/11343 -f 7039/7337/11350 7032/7330/11343 6363/6657/10455 -f 7040/7338/11351 6345/6640/10426 6346/6641/10428 -f 7040/7338/11351 6346/6641/10428 7036/7334/11347 -f 7040/7338/11351 7036/7334/11347 7041/7339/11352 -f 7041/7339/11352 7036/7334/11347 7037/7335/11348 -f 7041/7339/11352 7037/7335/11348 7042/7340/11353 -f 7042/7340/11353 7037/7335/11348 7038/7336/11349 -f 7042/7340/11353 7038/7336/11349 7039/7337/11350 -f 7039/7337/11350 6363/6657/10455 7014/7312/11325 -f 7039/7337/11350 7014/7312/11325 7042/7340/11353 -f 7042/7340/11353 7014/7312/11325 7017/7316/11329 -f 7042/7340/11353 7017/7316/11329 7041/7339/11352 -f 7041/7339/11352 7017/7316/11329 7018/7317/11330 -f 7041/7339/11352 7018/7317/11330 7040/7338/11351 -f 7040/7338/11351 7018/7317/11330 7019/7318/11331 -f 7040/7338/11351 7019/7318/11331 6344/6639/10424 -f 7040/7338/11351 6344/6639/10424 6345/6640/10426 -f 6344/6639/10424 7027/7315/11328 6343/6638/10421 -f 5772/5995/11318 5770/5993/10417 7011/7309/11319 -f 7011/7309/11319 5770/5993/10417 6342/6637/10419 -f 7011/7309/11319 6342/6637/10419 7027/7315/11328 -f 7027/7315/11328 6342/6637/10419 6343/6638/10421 -s 306 -f 5782/6005/11354 7045/6791/10720 5783/5881/10722 -f 7046/6781/10702 5978/6208/11355 5977/6207/10700 -f 5782/6005/11354 7044/7341/11356 7045/6791/10720 -f 7045/6791/10720 7044/7341/11356 6489/6790/10718 -f 6487/6788/10716 7049/7342/11357 6488/6789/10717 -f 6488/6789/10717 7049/7342/11357 7050/7343/11358 -f 6488/6789/10717 7050/7343/11358 6486/6787/10714 -f 6486/6787/10714 7050/7343/11358 6484/6786/10712 -f 6484/6786/10712 7051/7344/11359 6485/6785/10710 -f 6485/6785/10710 7051/7344/11359 6483/6784/10708 -f 6483/6784/10708 7052/7345/11360 6482/6783/10706 -f 6482/6783/10706 7052/7345/11360 7047/6782/10704 -f 7047/6782/10704 7048/7346/11361 7046/6781/10702 -f 7046/6781/10702 7048/7346/11361 5978/6208/11355 -f 7044/7341/11356 7053/7347/11362 6489/6790/10718 -f 6489/6790/10718 7053/7347/11362 7054/7348/11363 -f 6489/6790/10718 7054/7348/11363 6487/6788/10716 -f 6487/6788/10716 7054/7348/11363 7049/7342/11357 -f 7050/7343/11358 7055/7349/11364 6484/6786/10712 -f 6484/6786/10712 7055/7349/11364 7051/7344/11359 -f 7051/7344/11359 7056/7350/11365 6483/6784/10708 -f 6483/6784/10708 7056/7350/11365 7052/7345/11360 -f 7052/7345/11360 7057/7351/11366 7047/6782/10704 -f 7047/6782/10704 7057/7351/11366 7048/7346/11361 -f 5782/6005/11367 7043/6002/11368 7044/7341/11356 -f 7044/7341/11356 7043/6002/11368 7053/7347/11362 -f 7048/7346/11361 5980/6210/11369 5978/6208/11355 -f 7057/7351/11366 5981/6211/11370 7048/7346/11361 -f 7048/7346/11361 5981/6211/11370 5980/6210/11369 -f 7054/7348/11371 7058/7352/11372 7049/7342/11373 -f 7049/7342/11373 7058/7352/11372 7060/7353/11374 -f 7049/7342/11373 7060/7353/11374 7050/7343/11375 -f 7050/7343/11375 7060/7353/11374 7055/7349/11364 -f 7055/7349/11364 7061/7354/11376 7051/7344/11359 -f 7051/7344/11359 7061/7354/11376 7056/7350/11365 -f 7056/7350/11365 7062/7355/11377 7052/7345/11360 -f 7052/7345/11360 7062/7355/11377 7057/7351/11378 -f 7043/6002/11368 7059/7356/11379 7053/7347/11362 -f 7053/7347/11362 7059/7356/11379 7054/7348/11371 -f 7054/7348/11371 7059/7356/11379 7058/7352/11372 -f 7055/7349/11364 7060/7353/11374 7061/7354/11376 -f 7056/7350/11365 7061/7354/11376 7062/7355/11377 -f 7057/7351/11378 7062/7355/11377 5983/6201/11380 -f 7057/7351/11378 5983/6201/11380 5981/6211/11381 -f 7043/6002/11368 5779/6000/11382 7059/7356/11379 -f 7059/7356/11379 7063/7357/11383 7058/7352/11372 -f 7058/7352/11372 7063/7357/11383 7060/7353/11384 -f 7060/7353/11384 6504/6807/10755 7061/7354/11385 -f 7061/7354/11385 6503/6806/10752 7062/7355/11386 -f 7059/7356/11379 5779/6000/11382 6502/6804/10749 -f 7059/7356/11379 6502/6804/10749 7063/7357/11383 -f 7063/7357/11383 6506/6809/10757 7060/7353/11384 -f 7060/7353/11384 6506/6809/10757 6504/6807/10755 -f 7061/7354/11385 6504/6807/10755 6503/6806/10752 -f 7062/7355/11386 6503/6806/10752 5983/6201/11387 -f 5779/6000/11382 5777/5999/10747 6502/6804/10749 -f 6502/6804/10749 6509/6811/10760 7063/7357/11383 -f 7063/7357/11383 6509/6811/10760 6508/6810/10758 -f 7063/7357/11383 6508/6810/10758 6506/6809/10757 -f 6503/6806/10752 5972/6202/10754 5983/6201/11387 -f 7064/7358/11388 7065/6198/11389 5970/6196/10751 -f 5683/5897/11390 5681/5896/10723 6490/6792/10725 -f 7067/7359/11391 5684/5898/11392 5683/5897/11390 -f 5679/5892/10759 7068/5891/11393 7069/7360/11394 -f 7070/7361/11395 7069/7360/11394 7068/5891/11393 -f 7070/7361/11395 7068/5891/11393 7067/7359/11391 -f 7067/7359/11391 7068/5891/11393 5684/5898/11392 -f 6507/6808/10756 5679/5892/10759 7069/7360/11394 -f 7071/7362/11396 7069/7360/11394 7070/7361/11395 -f 7071/7362/11396 7070/7361/11395 7072/7363/11397 -f 7072/7363/11397 7070/7361/11395 7067/7359/11391 -f 7072/7363/11397 7067/7359/11391 7073/7364/11398 -f 7073/7364/11398 7067/7359/11391 6491/6793/10727 -f 7074/7365/11399 6507/6808/10756 7069/7360/11394 -f 7074/7365/11399 7069/7360/11394 7071/7362/11396 -f 7074/7365/11399 7071/7362/11396 7075/7366/11400 -f 7075/7366/11400 7071/7362/11396 7072/7363/11397 -f 7075/7366/11400 7072/7363/11397 7076/7367/11401 -f 7076/7367/11401 7072/7363/11397 7073/7364/11398 -f 7076/7367/11401 7073/7364/11398 7077/7368/11402 -f 7077/7368/11402 7073/7364/11398 6491/6793/10727 -f 7077/7368/11402 6491/6793/10727 6492/6794/10729 -f 7078/7369/11403 7079/7370/11404 7081/7371/11405 -f 7081/7371/11405 7079/7370/11404 7080/7372/11406 -f 7081/7371/11405 7080/7372/11406 7083/7373/11407 -f 7083/7373/11407 7080/7372/11406 7082/7374/11408 -f 7083/7373/11407 7082/7374/11408 6500/6802/10743 -f 6500/6802/10743 7082/7374/11408 6498/6800/10740 -f 7084/7375/11409 6499/6801/10742 6501/6803/10744 -f 7084/7375/11409 6501/6803/10744 5965/6082/10746 -f 7084/7375/11409 5965/6082/10746 7085/7376/11410 -f 7085/7376/11410 5965/6082/10746 7066/6199/11411 -f 7085/7376/11410 7066/6199/11411 7086/7377/11412 -f 7086/7377/11412 7066/6199/11411 7065/6198/11389 -f 7086/7377/11412 7065/6198/11389 7064/7358/11388 -f 6505/6805/10750 7064/7358/11388 5970/6196/10751 -f 7064/7358/11388 6505/6805/10750 7078/7369/11403 -f 7064/7358/11388 7078/7369/11403 7086/7377/11412 -f 7086/7377/11412 7078/7369/11403 7081/7371/11405 -f 7086/7377/11412 7081/7371/11405 7085/7376/11410 -f 7085/7376/11410 7081/7371/11405 7083/7373/11407 -f 7085/7376/11410 7083/7373/11407 7084/7375/11409 -f 7084/7375/11409 7083/7373/11407 6500/6802/10743 -f 7084/7375/11409 6500/6802/10743 6499/6801/10742 -f 6496/6798/10737 6495/6797/10735 7087/7378/11413 -f 7087/7378/11413 6495/6797/10735 6498/6800/10740 -f 7087/7378/11413 6498/6800/10740 7082/7374/11408 -f 7087/7378/11413 7082/7374/11408 7088/7379/11414 -f 7088/7379/11414 7082/7374/11408 7080/7372/11406 -f 7088/7379/11414 7080/7372/11406 7089/7380/11415 -f 7089/7380/11415 7080/7372/11406 7079/7370/11404 -f 7089/7380/11415 7079/7370/11404 7078/7369/11403 -f 7089/7380/11415 7078/7369/11403 6505/6805/10750 -f 6497/6799/10738 6496/6798/10737 7087/7378/11413 -f 6497/6799/10738 7087/7378/11413 7090/7381/11416 -f 7090/7381/11416 7087/7378/11413 7091/7382/11417 -f 7091/7382/11417 7087/7378/11413 7088/7379/11414 -f 7091/7382/11417 7088/7379/11414 7092/7383/11418 -f 7092/7383/11418 7088/7379/11414 7089/7380/11415 -f 7092/7383/11418 7089/7380/11415 7093/7384/11419 -f 7093/7384/11419 7089/7380/11415 6507/6808/10756 -f 6507/6808/10756 7089/7380/11415 6505/6805/10750 -f 6493/6796/10733 6497/6799/10738 7094/7385/11420 -f 7094/7385/11420 6497/6799/10738 7090/7381/11416 -f 7094/7385/11420 7090/7381/11416 7095/7386/11421 -f 7095/7386/11421 7090/7381/11416 7091/7382/11417 -f 7095/7386/11421 7091/7382/11417 7096/7387/11422 -f 7096/7387/11422 7091/7382/11417 7092/7383/11418 -f 7096/7387/11422 7092/7383/11418 7093/7384/11419 -f 7097/7388/11423 6494/6795/10731 6493/6796/10733 -f 7097/7388/11423 6493/6796/10733 7094/7385/11420 -f 7097/7388/11423 7094/7385/11420 7098/7389/11424 -f 7098/7389/11424 7094/7385/11420 7095/7386/11421 -f 7098/7389/11424 7095/7386/11421 7099/7390/11425 -f 7099/7390/11425 7095/7386/11421 7096/7387/11422 -f 7099/7390/11425 7096/7387/11422 7074/7365/11399 -f 7074/7365/11399 7096/7387/11422 7093/7384/11419 -f 7074/7365/11399 7093/7384/11419 6507/6808/10756 -f 7099/7390/11425 7074/7365/11399 7075/7366/11400 -f 7099/7390/11425 7075/7366/11400 7098/7389/11424 -f 7098/7389/11424 7075/7366/11400 7076/7367/11401 -f 7098/7389/11424 7076/7367/11401 7097/7388/11423 -f 7097/7388/11423 7076/7367/11401 7077/7368/11402 -f 7097/7388/11423 7077/7368/11402 6492/6794/10729 -f 7097/7388/11423 6492/6794/10729 6494/6795/10731 -f 7067/7359/11391 5683/5897/11390 6490/6792/10725 -f 7067/7359/11391 6490/6792/10725 6491/6793/10727 -s 290 -f 5688/5903/10660 5695/5900/11426 7100/7391/11427 -f 7101/6750/10640 5961/6189/11428 5957/6188/10638 -f 5688/5903/10660 7100/7391/11427 6462/6760/10658 -f 6462/6760/10658 7100/7391/11427 6461/6759/10656 -f 6458/6756/10652 7104/7392/11429 6459/6757/10653 -f 6459/6757/10653 7104/7392/11429 7105/7393/11430 -f 6459/6757/10653 7105/7393/11430 6460/6758/10655 -f 6460/6758/10655 7105/7393/11430 6456/6755/10650 -f 6456/6755/10650 7106/7394/11431 6457/6754/10648 -f 6457/6754/10648 7106/7394/11431 6455/6753/10646 -f 6455/6753/10646 7107/7395/11432 6454/6752/10644 -f 6454/6752/10644 7107/7395/11432 7103/6751/10642 -f 7103/6751/10642 7102/7396/11433 7101/6750/10640 -f 7101/6750/10640 7102/7396/11433 5961/6189/11428 -f 7100/7391/11427 7108/7397/11434 6461/6759/10656 -f 6461/6759/10656 7108/7397/11434 7109/7398/11435 -f 6461/6759/10656 7109/7398/11435 6458/6756/10652 -f 6458/6756/10652 7109/7398/11435 7104/7392/11429 -f 7105/7393/11430 7110/7399/11436 6456/6755/10650 -f 6456/6755/10650 7110/7399/11436 7106/7394/11431 -f 7106/7394/11431 7111/7400/11437 6455/6753/10646 -f 6455/6753/10646 7111/7400/11437 7107/7395/11432 -f 7107/7395/11432 7112/7401/11438 7103/6751/10642 -f 7103/6751/10642 7112/7401/11438 7102/7396/11433 -f 7102/7396/11433 5962/6179/11439 5961/6189/11428 -f 5695/5900/11440 5691/5910/11441 7100/7391/11427 -f 7100/7391/11427 5691/5910/11441 7108/7397/11434 -f 7109/7398/11442 7113/7402/11443 7104/7392/11444 -f 7104/7392/11444 7113/7402/11443 7117/7403/11445 -f 7104/7392/11444 7117/7403/11445 7105/7393/11446 -f 7105/7393/11446 7117/7403/11445 7110/7399/11447 -f 7110/7399/11436 7118/7404/11448 7106/7394/11431 -f 7106/7394/11431 7118/7404/11448 7111/7400/11449 -f 7111/7400/11449 7114/7405/11450 7107/7395/11451 -f 7107/7395/11451 7114/7405/11450 7112/7401/11452 -f 7112/7401/11452 7115/6180/11453 7102/7396/11433 -f 7102/7396/11433 7115/6180/11453 5962/6179/11439 -f 5691/5910/11441 7116/7406/11454 7108/7397/11434 -f 7108/7397/11434 7116/7406/11454 7119/7407/11455 -f 7108/7397/11434 7119/7407/11455 7109/7398/11456 -f 7109/7398/11457 7119/7407/11458 7113/7402/11459 -f 7117/7403/11445 7120/7408/11460 7110/7399/11447 -f 7110/7399/11447 7120/7408/11460 7118/7404/11448 -f 7111/7400/11449 7118/7404/11448 7114/7405/11450 -f 7114/7405/11450 7121/7409/11461 7112/7401/11452 -f 7112/7401/11452 7121/7409/11461 7115/6180/11453 -f 5691/5910/11441 6472/5906/10687 7116/7406/11454 -f 7113/7402/11459 7119/7407/11458 7117/7403/11462 -f 7118/7404/11448 6477/6776/10693 7114/7405/11450 -f 7114/7405/11450 6477/6776/10693 7121/7409/11461 -f 7116/7406/11454 6472/5906/10687 6474/6773/10689 -f 7116/7406/11454 6474/6773/10689 7119/7407/11458 -f 7119/7407/11458 6476/6775/10691 7117/7403/11462 -f 7117/7403/11462 6476/6775/10691 7120/7408/11460 -f 7120/7408/11460 6477/6776/10693 7118/7404/11448 -f 6474/6773/10689 6480/6779/10698 7119/7407/11458 -f 7119/7407/11458 6480/6779/10698 6481/6780/10699 -f 7119/7407/11458 6481/6780/10699 6476/6775/10691 -f 6476/6775/10691 6475/6774/10690 7120/7408/11460 -f 7120/7408/11460 6475/6774/10690 6478/6777/10696 -f 7120/7408/11460 6478/6777/10696 6477/6776/10693 -f 7121/7409/11461 6477/6776/10693 5953/6182/10692 -f 7121/7409/11461 5953/6182/10692 7115/6180/11453 -f 7122/7410/11463 5951/6172/11464 5950/6178/11465 -f 7122/7410/11463 5950/6178/11465 5948/6176/10695 -f 7123/7411/11466 5946/6085/10681 5951/6172/11464 -f 5698/5913/11467 7124/7412/11468 5699/5914/11469 -f 5699/5914/11469 7124/7412/11468 7125/7413/11470 -f 7126/5916/10685 7127/7414/11471 6473/6772/10686 -f 7127/7414/11471 7126/5916/10685 5699/5914/11472 -f 7127/7414/11471 5699/5914/11472 7125/7413/11470 -f 7128/7415/11473 6473/6772/10686 7127/7414/11471 -f 7128/7415/11473 7127/7414/11471 7129/7416/11474 -f 7129/7416/11474 7127/7414/11471 7125/7413/11470 -f 7129/7416/11474 7125/7413/11470 7130/7417/11475 -f 7130/7417/11475 7125/7413/11470 7131/7418/11476 -f 7131/7418/11476 7125/7413/11470 7124/7412/11468 -f 7132/7419/11477 7128/7415/11473 7129/7416/11474 -f 7132/7419/11477 7129/7416/11474 7133/7420/11478 -f 7133/7420/11478 7129/7416/11474 7130/7417/11475 -f 7133/7420/11478 7130/7417/11475 7134/7421/11479 -f 7134/7421/11479 7130/7417/11475 7131/7418/11476 -f 7134/7421/11479 7131/7418/11476 6464/6763/10666 -f 5948/6176/10695 6479/6778/10697 7137/7422/11480 -f 7137/7422/11480 6479/6778/10697 7135/7423/11481 -f 7137/7422/11480 7135/7423/11481 7136/7424/11482 -f 7137/7422/11480 7136/7424/11482 7139/7425/11483 -f 7139/7425/11483 7136/7424/11482 7138/7426/11484 -f 7139/7425/11483 7138/7426/11484 7141/7427/11485 -f 7141/7427/11485 7138/7426/11484 7140/7428/11486 -f 7141/7427/11485 7140/7428/11486 7142/6769/10679 -f 7142/6769/10679 7140/7428/11486 6469/6768/10677 -f 7144/7429/11487 6471/6771/10683 6470/6770/10682 -f 7144/7429/11487 6470/6770/10682 5946/6085/10681 -f 7144/7429/11487 5946/6085/10681 7123/7411/11466 -f 7123/7411/11466 5951/6172/11464 7145/7430/11488 -f 7145/7430/11488 5951/6172/11464 7122/7410/11463 -f 7122/7410/11463 5948/6176/10695 7137/7422/11480 -f 7122/7410/11463 7137/7422/11480 7145/7430/11488 -f 7145/7430/11488 7137/7422/11480 7123/7411/11466 -f 7123/7411/11466 7137/7422/11480 7139/7425/11483 -f 7123/7411/11466 7139/7425/11483 7144/7429/11487 -f 7144/7429/11487 7139/7425/11483 7141/7427/11485 -f 7144/7429/11487 7141/7427/11485 7142/6769/10679 -f 7144/7429/11487 7142/6769/10679 6471/6771/10683 -f 6467/6766/10673 6468/6767/10675 7146/7431/11489 -f 7146/7431/11489 6468/6767/10675 6469/6768/10677 -f 7146/7431/11489 6469/6768/10677 7140/7428/11486 -f 7146/7431/11489 7140/7428/11486 7147/7432/11490 -f 7147/7432/11490 7140/7428/11486 7138/7426/11484 -f 7147/7432/11490 7138/7426/11484 7148/7433/11491 -f 7148/7433/11491 7138/7426/11484 7136/7424/11482 -f 7148/7433/11491 7136/7424/11482 7135/7423/11481 -f 6467/6766/10673 7146/7431/11489 7149/7434/11492 -f 7149/7434/11492 7146/7431/11489 7150/7435/11493 -f 7150/7435/11493 7146/7431/11489 7147/7432/11490 -f 7150/7435/11493 7147/7432/11490 7151/7436/11494 -f 7151/7436/11494 7147/7432/11490 7148/7433/11491 -f 7151/7436/11494 7148/7433/11491 7152/7437/11495 -f 7152/7437/11495 7148/7433/11491 7135/7423/11481 -f 7152/7437/11495 7135/7423/11481 6479/6778/10697 -f 6466/6765/10671 6467/6766/10673 7153/7438/11496 -f 7153/7438/11496 6467/6766/10673 7149/7434/11492 -f 7153/7438/11496 7149/7434/11492 7154/7439/11497 -f 7154/7439/11497 7149/7434/11492 7150/7435/11493 -f 7154/7439/11497 7150/7435/11493 7155/7440/11498 -f 7155/7440/11498 7150/7435/11493 7151/7436/11494 -f 7155/7440/11498 7151/7436/11494 7152/7437/11495 -f 6473/6772/10686 7152/7437/11495 6479/6778/10697 -f 7156/7441/11499 6465/6764/10669 6466/6765/10671 -f 7156/7441/11499 6466/6765/10671 7153/7438/11496 -f 7156/7441/11499 7153/7438/11496 7157/7442/11500 -f 7157/7442/11500 7153/7438/11496 7154/7439/11497 -f 7157/7442/11500 7154/7439/11497 7158/7443/11501 -f 7158/7443/11501 7154/7439/11497 7155/7440/11498 -f 7158/7443/11501 7155/7440/11498 7152/7437/11495 -f 7158/7443/11501 7152/7437/11495 6473/6772/10686 -f 7158/7443/11501 6473/6772/10686 7128/7415/11473 -f 7158/7443/11501 7128/7415/11473 7132/7419/11477 -f 7158/7443/11501 7132/7419/11477 7157/7442/11500 -f 7157/7442/11500 7132/7419/11477 7133/7420/11478 -f 7157/7442/11500 7133/7420/11478 7156/7441/11499 -f 7156/7441/11499 7133/7420/11478 7134/7421/11479 -f 7156/7441/11499 7134/7421/11479 6464/6763/10666 -f 7156/7441/11499 6464/6763/10666 6465/6764/10669 -f 7131/7418/11476 7124/7412/11468 7143/6762/10665 -f 7131/7418/11476 7143/6762/10665 6464/6763/10666 -f 5698/5913/11467 5696/5912/10661 7124/7412/11468 -f 7124/7412/11468 5696/5912/10661 6463/6761/10663 -f 7124/7412/11468 6463/6761/10663 7143/6762/10665 -s 276 -f 7160/7444/11502 5709/5926/11503 7159/5924/11504 -f 5709/5926/11503 7161/6729/10596 5710/5887/10598 -f 7163/7445/11505 5942/6158/11506 5940/6169/10576 -f 7163/7445/11505 5930/6159/11507 5942/6158/11506 -f 5709/5926/11503 7160/7444/11502 7161/6729/10596 -f 7161/6729/10596 7160/7444/11502 6432/6728/10594 -f 6430/6726/10592 7165/7446/11508 6431/6727/10593 -f 6431/6727/10593 7165/7446/11508 7166/7447/11509 -f 6431/6727/10593 7166/7447/11509 6429/6725/10590 -f 6429/6725/10590 7166/7447/11509 6427/6724/10588 -f 6427/6724/10588 7167/7448/11510 6428/6722/10585 -f 6428/6722/10585 7167/7448/11510 6426/6723/10586 -f 6426/6723/10586 7168/7449/11511 6425/6721/10583 -f 6425/6721/10583 7168/7449/11511 7164/6720/10581 -f 7164/6720/10581 7163/7445/11505 7162/6719/10578 -f 7162/6719/10578 7163/7445/11505 5940/6169/10576 -f 7160/7444/11502 7169/7450/11512 6432/6728/10594 -f 6432/6728/10594 7169/7450/11512 7170/7451/11513 -f 6432/6728/10594 7170/7451/11513 6430/6726/10592 -f 6430/6726/10592 7170/7451/11513 7165/7446/11508 -f 7166/7447/11509 7171/7452/11514 6427/6724/10588 -f 6427/6724/10588 7171/7452/11514 7167/7448/11510 -f 7167/7448/11510 7172/7453/11515 6426/6723/10586 -f 6426/6723/10586 7172/7453/11515 7168/7449/11511 -f 7168/7449/11511 7173/7454/11516 7164/6720/10581 -f 7164/6720/10581 7173/7454/11516 7163/7445/11505 -f 7160/7444/11502 7159/5924/11504 7169/7450/11512 -f 7170/7451/11517 7174/7455/11518 7165/7446/11519 -f 7165/7446/11519 7174/7455/11518 7176/7456/11520 -f 7165/7446/11519 7176/7456/11520 7166/7447/11521 -f 7166/7447/11521 7176/7456/11520 7171/7452/11522 -f 7171/7452/11514 7177/7457/11523 7167/7448/11510 -f 7167/7448/11510 7177/7457/11523 7172/7453/11515 -f 7172/7453/11515 7178/7458/11524 7168/7449/11511 -f 7168/7449/11511 7178/7458/11524 7173/7454/11525 -f 7173/7454/11525 5932/6161/11526 7163/7445/11505 -f 7163/7445/11505 5932/6161/11526 5930/6159/11507 -f 7159/5924/11504 7175/7459/11527 7169/7450/11512 -f 7169/7450/11512 7175/7459/11527 7179/7460/11528 -f 7169/7450/11512 7179/7460/11528 7170/7451/11529 -f 7170/7451/11530 7179/7460/11531 7174/7455/11532 -f 7176/7456/11520 7180/7461/11533 7171/7452/11522 -f 7171/7452/11522 7180/7461/11533 7177/7457/11534 -f 7172/7453/11515 7177/7457/11523 7178/7458/11524 -f 7173/7454/11525 7178/7458/11524 5932/6161/11526 -f 7159/5924/11504 5706/5922/11535 7175/7459/11527 -f 7174/7455/11532 7179/7460/11531 7176/7456/11536 -f 7177/7457/11534 6453/6741/10623 7178/7458/11524 -f 7178/7458/11524 5933/6162/10637 5932/6161/11526 -f 5706/5922/11535 6445/6743/10628 7175/7459/11527 -f 7175/7459/11527 6445/6743/10628 7179/7460/11531 -f 7179/7460/11531 6449/6746/10631 7176/7456/11536 -f 7176/7456/11536 6449/6746/10631 7180/7461/11533 -f 7180/7461/11533 6446/6742/10624 7177/7457/11534 -f 7177/7457/11534 6446/6742/10624 6453/6741/10623 -f 7178/7458/11524 6453/6741/10623 5933/6162/10637 -f 5706/5922/11535 5705/5921/10626 6445/6743/10628 -f 6445/6743/10628 6452/6749/10634 7179/7460/11531 -f 7179/7460/11531 6452/6749/10634 6450/6748/10633 -f 7179/7460/11531 6450/6748/10633 6449/6746/10631 -f 6449/6746/10631 6447/6745/10630 7180/7461/11533 -f 7180/7461/11533 6447/6745/10630 6446/6742/10624 -f 7181/7462/11537 5929/6152/11538 6444/6157/10625 -f 7182/7463/11539 5929/6152/11538 7181/7462/11537 -f 7183/6153/11540 5929/6152/11538 7182/7463/11539 -f 6443/6738/10617 5928/6088/10622 7184/7464/11541 -f 7184/7464/11541 5928/6088/10622 7183/6153/11540 -f 6433/6730/10602 5719/5936/11542 5717/5935/10599 -f 5719/5936/11543 7186/7465/11544 7187/5930/11545 -f 6451/6747/10632 5714/5931/10635 7187/5930/11545 -f 7185/7466/11546 7186/7465/11544 5719/5936/11543 -f 6451/6747/10632 7187/5930/11545 7186/7465/11544 -f 6451/6747/10632 7186/7465/11544 7188/7467/11547 -f 7188/7467/11547 7186/7465/11544 7185/7466/11546 -f 7188/7467/11547 7185/7466/11546 7189/7468/11548 -f 7189/7468/11548 7185/7466/11546 7201/7469/11549 -f 7190/7470/11550 6451/6747/10632 7191/7471/11551 -f 7191/7471/11551 6451/6747/10632 7188/7467/11547 -f 7191/7471/11551 7188/7467/11547 7192/7472/11552 -f 7192/7472/11552 7188/7467/11547 7189/7468/11548 -f 7192/7472/11552 7189/7468/11548 7193/7473/11553 -f 7193/7473/11553 7189/7468/11548 7201/7469/11549 -f 7193/7473/11553 7201/7469/11549 6435/6732/10606 -f 6444/6157/10625 6448/6744/10629 7194/7474/11554 -f 7196/7475/11555 7194/7474/11554 7195/7476/11556 -f 7196/7475/11555 7195/7476/11556 7198/7477/11557 -f 7198/7477/11557 7195/7476/11556 7197/7478/11558 -f 7198/7477/11557 7197/7478/11558 7200/7479/11559 -f 7200/7479/11559 7197/7478/11558 7199/7480/11560 -f 7200/7479/11559 7199/7480/11560 6442/6740/10620 -f 6441/6739/10618 6443/6738/10617 7202/7481/11561 -f 7202/7481/11561 6443/6738/10617 7184/7464/11541 -f 7202/7481/11561 7184/7464/11541 7203/7482/11562 -f 7203/7482/11562 7184/7464/11541 7183/6153/11540 -f 7203/7482/11562 7183/6153/11540 7182/7463/11539 -f 7181/7462/11537 6444/6157/10625 7194/7474/11554 -f 7181/7462/11537 7194/7474/11554 7182/7463/11539 -f 7182/7463/11539 7194/7474/11554 7196/7475/11555 -f 7182/7463/11539 7196/7475/11555 7203/7482/11562 -f 7203/7482/11562 7196/7475/11555 7198/7477/11557 -f 7203/7482/11562 7198/7477/11557 7202/7481/11561 -f 7202/7481/11561 7198/7477/11557 7200/7479/11559 -f 7202/7481/11561 7200/7479/11559 6442/6740/10620 -f 7202/7481/11561 6442/6740/10620 6441/6739/10618 -f 6440/6735/10612 6439/6737/10616 7204/7483/11563 -f 7204/7483/11563 6439/6737/10616 7199/7480/11560 -f 7204/7483/11563 7199/7480/11560 7205/7484/11564 -f 7205/7484/11564 7199/7480/11560 7197/7478/11558 -f 7205/7484/11564 7197/7478/11558 7206/7485/11565 -f 7206/7485/11565 7197/7478/11558 7195/7476/11556 -f 7206/7485/11565 7195/7476/11556 7194/7474/11554 -f 7206/7485/11565 7194/7474/11554 6448/6744/10629 -f 6439/6737/10616 6438/6736/10614 7199/7480/11560 -f 7199/7480/11560 6438/6736/10614 6442/6740/10620 -f 6440/6735/10612 7204/7483/11563 7207/7486/11566 -f 7207/7486/11566 7204/7483/11563 7205/7484/11564 -f 7207/7486/11566 7205/7484/11564 7208/7487/11567 -f 7208/7487/11567 7205/7484/11564 7206/7485/11565 -f 7208/7487/11567 7206/7485/11565 7209/7488/11568 -f 7209/7488/11568 7206/7485/11565 6448/6744/10629 -f 6437/6734/10610 6440/6735/10612 7210/7489/11569 -f 7210/7489/11569 6440/6735/10612 7207/7486/11566 -f 7210/7489/11569 7207/7486/11566 7211/7490/11570 -f 7211/7490/11570 7207/7486/11566 7208/7487/11567 -f 7211/7490/11570 7208/7487/11567 7212/7491/11571 -f 7212/7491/11571 7208/7487/11567 7209/7488/11568 -f 7213/7492/11572 6436/6733/10608 6437/6734/10610 -f 7213/7492/11572 6437/6734/10610 7210/7489/11569 -f 7213/7492/11572 7210/7489/11569 7214/7493/11573 -f 7214/7493/11573 7210/7489/11569 7211/7490/11570 -f 7214/7493/11573 7211/7490/11570 7215/7494/11574 -f 7215/7494/11574 7211/7490/11570 7212/7491/11571 -f 7215/7494/11574 7212/7491/11571 7190/7470/11550 -f 7190/7470/11550 7212/7491/11571 7209/7488/11568 -f 7190/7470/11550 7209/7488/11568 6448/6744/10629 -f 6448/6744/10629 6451/6747/10632 7190/7470/11550 -f 7215/7494/11574 7190/7470/11550 7191/7471/11551 -f 7215/7494/11574 7191/7471/11551 7214/7493/11573 -f 7214/7493/11573 7191/7471/11551 7192/7472/11552 -f 7214/7493/11573 7192/7472/11552 7213/7492/11572 -f 7213/7492/11572 7192/7472/11552 7193/7473/11553 -f 7213/7492/11572 7193/7473/11553 6435/6732/10606 -f 7213/7492/11572 6435/6732/10606 6436/6733/10608 -f 7185/7466/11546 5719/5936/11542 6433/6730/10602 -f 7185/7466/11546 6433/6730/10602 7201/7469/11549 -f 6435/6732/10606 7201/7469/11549 6434/6731/10603 -f 7201/7469/11549 6433/6730/10602 6434/6731/10603 -s 39 -f 6614/6918/10867 6616/6920/10869 7376/7495/11575 -f 6619/6923/10872 6621/6926/10875 7368/7496/11576 -f 6628/6932/10881 6629/6934/10883 7360/7497/11577 -f 6631/6936/10885 6632/6937/10886 7359/7498/11578 -f 6661/6966/10915 6663/6968/10917 7247/7499/11579 -f 6689/6994/10943 6690/6996/10945 7332/7500/11580 -f 6692/6998/10947 6664/6969/10918 7329/7501/11581 -f 6695/7000/10949 6697/7003/10952 7323/7502/11582 -f 6699/7005/10954 6700/7006/10955 7321/7503/11583 -f 6543/6846/10795 6545/6848/10797 7234/7504/11584 -f 6582/6887/10836 6584/6889/10838 7219/7505/11585 -f 7217/7506/11586 6029/6263/9918 7216/7507/11587 -f 7217/7506/11586 7216/7507/11587 7218/7508/11588 -f 7218/7508/11588 7216/7507/11587 7219/7505/11585 -f 7218/7508/11588 7219/7505/11585 6590/6895/10844 -f 6114/6353/10008 6111/6350/10005 7220/7509/11589 -f 7220/7509/11589 6111/6350/10005 7221/7510/11590 -f 7220/7509/11589 7221/7510/11590 7222/7511/11591 -f 7222/7511/11591 7221/7510/11590 7223/7512/11592 -f 7222/7511/11591 7223/7512/11592 6576/6881/10830 -f 7225/7513/11593 6107/6346/10001 7224/7514/11594 -f 7225/7513/11593 7224/7514/11594 7226/7515/11595 -f 7225/7513/11593 7226/7515/11595 6568/6871/10820 -f 6104/6343/9998 6102/6340/9995 7228/7516/11596 -f 7228/7516/11596 6102/6340/9995 7227/7517/11597 -f 7228/7516/11596 7227/7517/11597 7229/7518/11598 -f 7229/7518/11598 7227/7517/11597 7230/7519/11599 -f 7229/7518/11598 7230/7519/11599 6559/6861/10810 -f 7232/7520/11600 6098/6336/9991 7231/7521/11601 -f 7232/7520/11600 7231/7521/11601 7233/7522/11602 -f 7233/7522/11602 7231/7521/11601 7234/7504/11584 -f 7233/7522/11602 7234/7504/11584 6549/6851/10800 -f 7236/7523/11603 6050/6286/9941 7235/7524/11604 -f 7236/7523/11603 7235/7524/11604 7237/7525/11605 -f 7236/7523/11603 7237/7525/11605 7238/7526/11606 -f 7238/7526/11606 7237/7525/11605 7239/7527/11607 -f 7238/7526/11606 7239/7527/11607 6687/6992/10941 -f 7241/7528/11608 6088/6326/9981 7240/7529/11609 -f 7241/7528/11608 7240/7529/11609 7242/7530/11610 -f 7242/7530/11610 7240/7529/11609 7243/7531/11611 -f 7242/7530/11610 7243/7531/11611 6679/6983/10932 -f 6085/6324/9979 6084/6322/9977 7244/7532/11612 -f 7244/7532/11612 6084/6322/9977 7245/7533/11613 -f 7244/7532/11612 7245/7533/11613 7246/7534/11614 -f 7246/7534/11614 7245/7533/11613 7247/7499/11579 -f 7246/7534/11614 7247/7499/11579 6669/6973/10922 -f 7248/6320/9975 6079/6316/9971 7249/7535/11615 -f 7248/6320/9975 7249/7535/11615 7250/7536/11616 -f 7250/7536/11616 7249/7535/11615 7251/7537/11617 -f 7250/7536/11616 7251/7537/11617 6655/6960/10909 -f 7253/7538/11618 6076/6313/9968 7252/7539/11619 -f 7253/7538/11618 7252/7539/11619 7254/7540/11620 -f 7254/7540/11620 7252/7539/11619 7255/7541/11621 -f 7254/7540/11620 7255/7541/11621 6646/6950/10899 -f 6038/6272/9927 7256/7542/11622 7257/7543/11623 -f 7257/7543/11623 7256/7542/11622 7258/7544/11624 -f 7257/7543/11623 7258/7544/11624 7259/7545/11625 -f 7259/7545/11625 7258/7544/11624 6609/6914/10863 -f 7259/7545/11625 6609/6914/10863 6611/6916/10865 -f 7256/7542/11622 6038/6272/9927 7260/7546/11626 -f 7256/7542/11622 7260/7546/11626 7258/7544/11624 -f 7258/7544/11624 7260/7546/11626 7261/7547/11627 -f 7258/7544/11624 7261/7547/11627 6609/6914/10863 -f 6609/6914/10863 7261/7547/11627 6605/6910/10859 -f 6609/6914/10863 6605/6910/10859 6607/6912/10861 -f 7262/7548/11628 6604/6908/10857 6605/6910/10859 -f 7262/7548/11628 6605/6910/10859 7261/7547/11627 -f 7262/7548/11628 7261/7547/11627 7263/7549/11629 -f 7263/7549/11629 7261/7547/11627 7260/7546/11626 -f 7263/7549/11629 7260/7546/11626 6036/6270/9925 -f 6036/6270/9925 7260/7546/11626 6038/6272/9927 -f 7263/7549/11629 6036/6270/9925 7264/7550/11630 -f 7263/7549/11629 7264/7550/11630 7265/7551/11631 -f 7263/7549/11629 7265/7551/11631 7262/7548/11628 -f 7262/7548/11628 7265/7551/11631 6601/6905/10854 -f 7262/7548/11628 6601/6905/10854 6604/6908/10857 -f 6598/6903/10852 6601/6905/10854 7266/7552/11632 -f 7266/7552/11632 6601/6905/10854 7265/7551/11631 -f 7266/7552/11632 7265/7551/11631 7267/7553/11633 -f 7267/7553/11633 7265/7551/11631 7264/7550/11630 -f 7267/7553/11633 7264/7550/11630 6033/6267/9922 -f 6033/6267/9922 7264/7550/11630 6036/6270/9925 -f 7267/7553/11633 6033/6267/9922 7268/7554/11634 -f 7267/7553/11633 7268/7554/11634 7266/7552/11632 -f 7266/7552/11632 7268/7554/11634 7269/7555/11635 -f 7266/7552/11632 7269/7555/11635 6598/6903/10852 -f 6598/6903/10852 7269/7555/11635 6594/6899/10848 -f 6598/6903/10852 6594/6899/10848 6596/6901/10850 -f 7270/7556/11636 6593/6897/10846 6594/6899/10848 -f 7270/7556/11636 6594/6899/10848 7269/7555/11635 -f 7270/7556/11636 7269/7555/11635 7271/7557/11637 -f 7271/7557/11637 7269/7555/11635 7268/7554/11634 -f 7271/7557/11637 7268/7554/11634 6029/6263/9918 -f 6029/6263/9918 7268/7554/11634 6033/6267/9922 -f 7271/7557/11637 6029/6263/9918 7217/7506/11586 -f 7271/7557/11637 7217/7506/11586 7218/7508/11588 -f 7271/7557/11637 7218/7508/11588 7270/7556/11636 -f 7270/7556/11636 7218/7508/11588 6590/6895/10844 -f 7270/7556/11636 6590/6895/10844 6593/6897/10846 -f 7219/7505/11585 6584/6889/10838 6590/6895/10844 -f 6029/6263/9918 6114/6353/10008 7216/7507/11587 -f 7216/7507/11587 6114/6353/10008 7272/7558/11638 -f 7216/7507/11587 7272/7558/11638 7273/7559/11639 -f 7216/7507/11587 7273/7559/11639 7219/7505/11585 -f 7219/7505/11585 7273/7559/11639 6580/6885/10834 -f 7219/7505/11585 6580/6885/10834 6582/6887/10836 -f 7274/7560/11640 6579/6883/10832 6580/6885/10834 -f 7274/7560/11640 6580/6885/10834 7273/7559/11639 -f 7274/7560/11640 7273/7559/11639 7275/7561/11641 -f 7275/7561/11641 7273/7559/11639 7272/7558/11638 -f 7275/7561/11641 7272/7558/11638 6114/6353/10008 -f 7275/7561/11641 6114/6353/10008 7220/7509/11589 -f 7275/7561/11641 7220/7509/11589 7222/7511/11591 -f 7275/7561/11641 7222/7511/11591 7274/7560/11640 -f 7274/7560/11640 7222/7511/11591 6576/6881/10830 -f 7274/7560/11640 6576/6881/10830 6579/6883/10832 -f 7223/7512/11592 6573/6877/10826 6576/6881/10830 -f 6111/6350/10005 7276/6348/10003 7221/7510/11590 -f 7221/7510/11590 7276/6348/10003 7277/7562/11642 -f 7221/7510/11590 7277/7562/11642 7223/7512/11592 -f 7223/7512/11592 7277/7562/11642 7278/7563/11643 -f 7223/7512/11592 7278/7563/11643 6570/6875/10824 -f 7223/7512/11592 6570/6875/10824 6573/6877/10826 -f 7279/7564/11644 6569/6873/10822 6570/6875/10824 -f 7279/7564/11644 6570/6875/10824 7278/7563/11643 -f 7279/7564/11644 7278/7563/11643 7280/7565/11645 -f 7280/7565/11645 7278/7563/11643 7277/7562/11642 -f 7280/7565/11645 7277/7562/11642 7276/6348/10003 -f 7276/6348/10003 6107/6346/10001 7280/7565/11645 -f 7280/7565/11645 6107/6346/10001 7225/7513/11593 -f 7280/7565/11645 7225/7513/11593 7279/7564/11644 -f 7279/7564/11644 7225/7513/11593 6568/6871/10820 -f 7279/7564/11644 6568/6871/10820 6569/6873/10822 -f 7226/7515/11595 6566/6868/10817 6568/6871/10820 -f 6107/6346/10001 6104/6343/9998 7281/7566/11646 -f 6107/6346/10001 7281/7566/11646 7224/7514/11594 -f 7224/7514/11594 7281/7566/11646 7282/7567/11647 -f 7224/7514/11594 7282/7567/11647 7226/7515/11595 -f 7226/7515/11595 7282/7567/11647 6563/6866/10815 -f 7226/7515/11595 6563/6866/10815 6566/6868/10817 -f 7283/7568/11648 6562/6864/10813 6563/6866/10815 -f 7283/7568/11648 6563/6866/10815 7282/7567/11647 -f 7283/7568/11648 7282/7567/11647 7284/7569/11649 -f 7284/7569/11649 7282/7567/11647 7281/7566/11646 -f 7284/7569/11649 7281/7566/11646 6104/6343/9998 -f 7284/7569/11649 6104/6343/9998 7228/7516/11596 -f 7284/7569/11649 7228/7516/11596 7229/7518/11598 -f 7284/7569/11649 7229/7518/11598 7283/7568/11648 -f 7283/7568/11648 7229/7518/11598 6559/6861/10810 -f 7283/7568/11648 6559/6861/10810 6562/6864/10813 -f 7230/7519/11599 6556/6859/10808 6559/6861/10810 -f 6554/6857/10806 6556/6859/10808 7230/7519/11599 -f 6554/6857/10806 7230/7519/11599 7285/7570/11650 -f 7285/7570/11650 7230/7519/11599 7286/7571/11651 -f 7286/7571/11651 7230/7519/11599 7227/7517/11597 -f 7286/7571/11651 7227/7517/11597 6102/6340/9995 -f 7287/7572/11652 6552/6854/10803 6554/6857/10806 -f 7287/7572/11652 6554/6857/10806 7285/7570/11650 -f 7287/7572/11652 7285/7570/11650 7288/7573/11653 -f 7288/7573/11653 7285/7570/11650 7286/7571/11651 -f 7288/7573/11653 7286/7571/11651 6098/6336/9991 -f 6098/6336/9991 7286/7571/11651 6102/6340/9995 -f 7288/7573/11653 6098/6336/9991 7232/7520/11600 -f 7288/7573/11653 7232/7520/11600 7233/7522/11602 -f 7288/7573/11653 7233/7522/11602 7287/7572/11652 -f 7287/7572/11652 7233/7522/11602 6549/6851/10800 -f 7287/7572/11652 6549/6851/10800 6552/6854/10803 -f 7234/7504/11584 6545/6848/10797 6549/6851/10800 -f 6541/6844/10793 6543/6846/10795 7234/7504/11584 -f 6541/6844/10793 7234/7504/11584 7289/7574/11654 -f 7289/7574/11654 7234/7504/11584 7231/7521/11601 -f 7289/7574/11654 7231/7521/11601 7290/6333/9988 -f 7290/6333/9988 7231/7521/11601 6098/6336/9991 -f 7291/7575/11655 6513/6814/10763 6541/6844/10793 -f 7291/7575/11655 6541/6844/10793 7289/7574/11654 -f 7291/7575/11655 7289/7574/11654 7292/7576/11656 -f 7292/7576/11656 7289/7574/11654 7290/6333/9988 -f 7292/7576/11656 7290/6333/9988 7293/7577/11657 -f 7290/6333/9988 6093/6331/9986 7293/7577/11657 -f 7293/7577/11657 6093/6331/9986 7294/7578/11658 -f 7293/7577/11657 7294/7578/11658 7292/7576/11656 -f 7292/7576/11656 7294/7578/11658 7295/7579/11659 -f 7292/7576/11656 7295/7579/11659 7291/7575/11655 -f 7291/7575/11655 7295/7579/11659 6510/6812/10761 -f 7291/7575/11655 6510/6812/10761 6513/6814/10763 -f 7294/7578/11658 6093/6331/9986 7296/7580/11660 -f 7294/7578/11658 7296/7580/11660 7295/7579/11659 -f 7295/7579/11659 7296/7580/11660 7297/7581/11661 -f 7295/7579/11659 7297/7581/11661 6510/6812/10761 -f 6510/6812/10761 7297/7581/11661 6539/6840/10789 -f 6535/6838/10787 6539/6840/10789 7297/7581/11661 -f 6535/6838/10787 7297/7581/11661 7298/7582/11662 -f 7298/7582/11662 7297/7581/11661 7296/7580/11660 -f 7298/7582/11662 7296/7580/11660 7299/7583/11663 -f 7299/7583/11663 7296/7580/11660 6093/6331/9986 -f 7299/7583/11663 6093/6331/9986 6069/6306/9961 -f 7300/7584/11664 6534/6836/10785 6535/6838/10787 -f 7300/7584/11664 6535/6838/10787 7298/7582/11662 -f 7300/7584/11664 7298/7582/11662 7301/7585/11665 -f 7301/7585/11665 7298/7582/11662 7299/7583/11663 -f 7301/7585/11665 7299/7583/11663 6069/6306/9961 -f 7301/7585/11665 6069/6306/9961 7302/7586/11666 -f 7301/7585/11665 7302/7586/11666 7300/7584/11664 -f 7300/7584/11664 7302/7586/11666 7303/7587/11667 -f 7300/7584/11664 7303/7587/11667 6534/6836/10785 -f 6534/6836/10785 7303/7587/11667 6531/6833/10782 -f 6069/6306/9961 7304/6302/9957 7302/7586/11666 -f 7302/7586/11666 7304/6302/9957 7305/7588/11668 -f 7302/7586/11666 7305/7588/11668 7303/7587/11667 -f 7303/7587/11667 7305/7588/11668 7306/7589/11669 -f 7303/7587/11667 7306/7589/11669 6531/6833/10782 -f 6531/6833/10782 7306/7589/11669 6528/6831/10780 -f 6526/6829/10778 6528/6831/10780 7306/7589/11669 -f 6526/6829/10778 7306/7589/11669 7307/7590/11670 -f 7307/7590/11670 7306/7589/11669 7305/7588/11668 -f 7307/7590/11670 7305/7588/11668 7308/7591/11671 -f 7308/7591/11671 7305/7588/11668 7304/6302/9957 -f 7309/7592/11672 6524/6826/10775 6526/6829/10778 -f 7309/7592/11672 6526/6829/10778 7307/7590/11670 -f 7309/7592/11672 7307/7590/11670 7310/7593/11673 -f 7310/7593/11673 7307/7590/11670 7308/7591/11671 -f 7310/7593/11673 7308/7591/11671 7304/6302/9957 -f 7304/6302/9957 6064/6300/9955 7310/7593/11673 -f 7310/7593/11673 6064/6300/9955 7311/7594/11674 -f 7310/7593/11673 7311/7594/11674 7312/7595/11675 -f 7310/7593/11673 7312/7595/11675 7309/7592/11672 -f 7309/7592/11672 7312/7595/11675 6521/6824/10773 -f 7309/7592/11672 6521/6824/10773 6524/6826/10775 -f 7311/7594/11674 6064/6300/9955 7313/7596/11676 -f 7311/7594/11674 7313/7596/11676 7312/7595/11675 -f 7312/7595/11675 7313/7596/11676 7314/7597/11677 -f 7312/7595/11675 7314/7597/11677 6521/6824/10773 -f 6521/6824/10773 7314/7597/11677 6517/6820/10769 -f 6521/6824/10773 6517/6820/10769 6519/6822/10771 -f 7315/7598/11678 6516/6818/10767 6517/6820/10769 -f 7315/7598/11678 6517/6820/10769 7314/7597/11677 -f 7315/7598/11678 7314/7597/11677 7316/7599/11679 -f 7316/7599/11679 7314/7597/11677 7313/7596/11676 -f 7316/7599/11679 7313/7596/11676 6062/6298/9953 -f 6062/6298/9953 7313/7596/11676 6064/6300/9955 -f 7316/7599/11679 6062/6298/9953 7317/7600/11680 -f 7316/7599/11679 7317/7600/11680 7318/7601/11681 -f 7316/7599/11679 7318/7601/11681 7315/7598/11678 -f 7315/7598/11678 7318/7601/11681 7319/6816/10765 -f 7315/7598/11678 7319/6816/10765 6516/6818/10767 -f 6062/6298/9953 6059/6295/9950 7317/7600/11680 -f 7317/7600/11680 6059/6295/9950 7320/7602/11682 -f 7317/7600/11680 7320/7602/11682 7318/7601/11681 -f 7318/7601/11681 7320/7602/11682 7321/7503/11583 -f 7318/7601/11681 7321/7503/11583 7319/6816/10765 -f 7319/6816/10765 7321/7503/11583 6700/7006/10955 -f 6059/6295/9950 7322/7603/11683 7320/7602/11682 -f 7320/7602/11682 7322/7603/11683 7323/7502/11582 -f 7320/7602/11682 7323/7502/11582 7321/7503/11583 -f 7321/7503/11583 7323/7502/11582 6699/7005/10954 -f 6699/7005/10954 7323/7502/11582 6697/7003/10952 -f 7324/7604/11684 6695/7000/10949 7323/7502/11582 -f 7324/7604/11684 7323/7502/11582 7325/7605/11685 -f 7325/7605/11685 7323/7502/11582 7326/7606/11686 -f 7326/7606/11686 7323/7502/11582 7322/7603/11683 -f 7326/7606/11686 7322/7603/11683 6055/6292/9947 -f 6055/6292/9947 7322/7603/11683 6059/6295/9950 -f 7326/7606/11686 6055/6292/9947 7327/7607/11687 -f 7326/7606/11686 7327/7607/11687 7325/7605/11685 -f 7325/7605/11685 7327/7607/11687 7328/7608/11688 -f 7325/7605/11685 7328/7608/11688 7324/7604/11684 -f 7324/7604/11684 7328/7608/11688 6666/6971/10920 -f 7324/7604/11684 6666/6971/10920 6695/7000/10949 -f 6664/6969/10918 6666/6971/10920 7329/7501/11581 -f 7329/7501/11581 6666/6971/10920 7328/7608/11688 -f 7329/7501/11581 7328/7608/11688 7330/7609/11689 -f 7330/7609/11689 7328/7608/11688 7327/7607/11687 -f 7330/7609/11689 7327/7607/11687 6055/6292/9947 -f 6055/6292/9947 6053/6289/9944 7330/7609/11689 -f 7330/7609/11689 6053/6289/9944 7331/7610/11690 -f 7330/7609/11689 7331/7610/11690 7329/7501/11581 -f 7329/7501/11581 7331/7610/11690 7332/7500/11580 -f 7329/7501/11581 7332/7500/11580 6692/6998/10947 -f 6692/6998/10947 7332/7500/11580 6690/6996/10945 -f 7333/7611/11691 6689/6994/10943 7332/7500/11580 -f 7333/7611/11691 7332/7500/11580 7334/7612/11692 -f 7334/7612/11692 7332/7500/11580 7331/7610/11690 -f 7334/7612/11692 7331/7610/11690 6053/6289/9944 -f 6053/6289/9944 6050/6286/9941 7334/7612/11692 -f 7334/7612/11692 6050/6286/9941 7236/7523/11603 -f 7334/7612/11692 7236/7523/11603 7238/7526/11606 -f 7334/7612/11692 7238/7526/11606 7333/7611/11691 -f 7333/7611/11691 7238/7526/11606 6687/6992/10941 -f 7333/7611/11691 6687/6992/10941 6689/6994/10943 -f 7239/7527/11607 6685/6989/10938 6687/6992/10941 -f 6050/6286/9941 6092/6330/9985 7235/7524/11604 -f 7235/7524/11604 6092/6330/9985 7335/7613/11693 -f 7235/7524/11604 7335/7613/11693 7237/7525/11605 -f 7237/7525/11605 7335/7613/11693 7336/7614/11694 -f 7237/7525/11605 7336/7614/11694 7239/7527/11607 -f 7239/7527/11607 7336/7614/11694 6682/6987/10936 -f 7239/7527/11607 6682/6987/10936 6685/6989/10938 -f 7337/7615/11695 6681/6985/10934 6682/6987/10936 -f 7337/7615/11695 6682/6987/10936 7336/7614/11694 -f 7337/7615/11695 7336/7614/11694 7338/7616/11696 -f 7338/7616/11696 7336/7614/11694 7335/7613/11693 -f 7338/7616/11696 7335/7613/11693 7339/7617/11697 -f 7339/7617/11697 7335/7613/11693 6092/6330/9985 -f 6092/6330/9985 6088/6326/9981 7339/7617/11697 -f 7339/7617/11697 6088/6326/9981 7241/7528/11608 -f 7339/7617/11697 7241/7528/11608 7338/7616/11696 -f 7338/7616/11696 7241/7528/11608 7242/7530/11610 -f 7338/7616/11696 7242/7530/11610 7337/7615/11695 -f 7337/7615/11695 7242/7530/11610 6679/6983/10932 -f 7337/7615/11695 6679/6983/10932 6681/6985/10934 -f 7243/7531/11611 6676/6981/10930 6679/6983/10932 -f 7240/7529/11609 6088/6326/9981 7340/7618/11698 -f 7240/7529/11609 7340/7618/11698 7341/7619/11699 -f 7240/7529/11609 7341/7619/11699 7243/7531/11611 -f 7243/7531/11611 7341/7619/11699 6674/6979/10928 -f 7243/7531/11611 6674/6979/10928 6676/6981/10930 -f 7342/7620/11700 6672/6976/10925 6674/6979/10928 -f 7342/7620/11700 6674/6979/10928 7341/7619/11699 -f 7342/7620/11700 7341/7619/11699 7343/7621/11701 -f 7343/7621/11701 7341/7619/11699 7340/7618/11698 -f 7343/7621/11701 7340/7618/11698 6085/6324/9979 -f 6085/6324/9979 7340/7618/11698 6088/6326/9981 -f 7343/7621/11701 6085/6324/9979 7244/7532/11612 -f 7343/7621/11701 7244/7532/11612 7246/7534/11614 -f 7343/7621/11701 7246/7534/11614 7342/7620/11700 -f 7342/7620/11700 7246/7534/11614 6669/6973/10922 -f 7342/7620/11700 6669/6973/10922 6672/6976/10925 -f 7247/7499/11579 6663/6968/10917 6669/6973/10922 -f 6084/6322/9977 7344/7622/11702 7245/7533/11613 -f 7245/7533/11613 7344/7622/11702 7345/7623/11703 -f 7245/7533/11613 7345/7623/11703 7247/7499/11579 -f 7247/7499/11579 7345/7623/11703 6659/6964/10913 -f 7247/7499/11579 6659/6964/10913 6661/6966/10915 -f 7346/7624/11704 6658/6962/10911 6659/6964/10913 -f 7346/7624/11704 6659/6964/10913 7345/7623/11703 -f 7346/7624/11704 7345/7623/11703 7347/7625/11705 -f 7347/7625/11705 7345/7623/11703 7344/7622/11702 -f 7347/7625/11705 7344/7622/11702 7248/6320/9975 -f 7248/6320/9975 7344/7622/11702 6084/6322/9977 -f 7347/7625/11705 7248/6320/9975 7250/7536/11616 -f 7347/7625/11705 7250/7536/11616 7346/7624/11704 -f 7346/7624/11704 7250/7536/11616 6655/6960/10909 -f 7346/7624/11704 6655/6960/10909 6658/6962/10911 -f 7251/7537/11617 6653/6957/10906 6655/6960/10909 -f 6650/6955/10904 6653/6957/10906 7251/7537/11617 -f 6650/6955/10904 7251/7537/11617 7348/7626/11706 -f 7348/7626/11706 7251/7537/11617 7249/7535/11615 -f 7348/7626/11706 7249/7535/11615 7349/7627/11707 -f 7349/7627/11707 7249/7535/11615 6079/6316/9971 -f 7350/7628/11708 6649/6953/10902 6650/6955/10904 -f 7350/7628/11708 6650/6955/10904 7348/7626/11706 -f 7350/7628/11708 7348/7626/11706 7351/7629/11709 -f 7351/7629/11709 7348/7626/11706 7349/7627/11707 -f 7351/7629/11709 7349/7627/11707 6079/6316/9971 -f 6079/6316/9971 6076/6313/9968 7351/7629/11709 -f 7351/7629/11709 6076/6313/9968 7253/7538/11618 -f 7351/7629/11709 7253/7538/11618 7254/7540/11620 -f 7351/7629/11709 7254/7540/11620 7350/7628/11708 -f 7350/7628/11708 7254/7540/11620 6646/6950/10899 -f 7350/7628/11708 6646/6950/10899 6649/6953/10902 -f 7255/7541/11621 6643/6947/10896 6646/6950/10899 -f 6640/6945/10894 6643/6947/10896 7255/7541/11621 -f 6640/6945/10894 7255/7541/11621 7352/7630/11710 -f 7352/7630/11710 7255/7541/11621 7252/7539/11619 -f 7352/7630/11710 7252/7539/11619 7353/7631/11711 -f 7353/7631/11711 7252/7539/11619 6073/6311/9966 -f 6073/6311/9966 7252/7539/11619 6076/6313/9968 -f 7354/7632/11712 6639/6943/10892 6640/6945/10894 -f 7354/7632/11712 6640/6945/10894 7352/7630/11710 -f 7354/7632/11712 7352/7630/11710 7355/7633/11713 -f 7355/7633/11713 7352/7630/11710 7353/7631/11711 -f 7355/7633/11713 7353/7631/11711 6073/6311/9966 -f 6073/6311/9966 6071/6309/9964 7355/7633/11713 -f 7355/7633/11713 6071/6309/9964 7356/7634/11714 -f 7355/7633/11713 7356/7634/11714 7357/7635/11715 -f 7355/7633/11713 7357/7635/11715 7354/7632/11712 -f 7354/7632/11712 7357/7635/11715 6636/6941/10890 -f 7354/7632/11712 6636/6941/10890 6639/6943/10892 -f 7356/7634/11714 6071/6309/9964 7358/7636/11716 -f 7356/7634/11714 7358/7636/11716 7357/7635/11715 -f 7357/7635/11715 7358/7636/11716 7359/7498/11578 -f 7357/7635/11715 7359/7498/11578 6636/6941/10890 -f 6636/6941/10890 7359/7498/11578 6634/6939/10888 -f 6634/6939/10888 7359/7498/11578 6632/6937/10886 -f 6629/6934/10883 6631/6936/10885 7360/7497/11577 -f 7360/7497/11577 6631/6936/10885 7359/7498/11578 -f 7360/7497/11577 7359/7498/11578 7358/7636/11716 -f 7360/7497/11577 7358/7636/11716 7361/6283/9938 -f 7361/6283/9938 7358/7636/11716 6071/6309/9964 -f 7362/7637/11717 6628/6932/10881 7360/7497/11577 -f 7362/7637/11717 7360/7497/11577 7363/7638/11718 -f 7363/7638/11718 7360/7497/11577 7364/7639/11719 -f 7364/7639/11719 7360/7497/11577 7361/6283/9938 -f 7361/6283/9938 6047/6281/9936 7364/7639/11719 -f 7364/7639/11719 6047/6281/9936 7365/7640/11720 -f 7364/7639/11719 7365/7640/11720 7363/7638/11718 -f 7363/7638/11718 7365/7640/11720 7366/7641/11721 -f 7363/7638/11718 7366/7641/11721 7362/7637/11717 -f 7362/7637/11717 7366/7641/11721 6625/6930/10879 -f 7362/7637/11717 6625/6930/10879 6628/6932/10881 -f 7365/7640/11720 6047/6281/9936 7367/7642/11722 -f 7365/7640/11720 7367/7642/11722 7366/7641/11721 -f 7366/7641/11721 7367/7642/11722 7368/7496/11576 -f 7366/7641/11721 7368/7496/11576 6625/6930/10879 -f 6625/6930/10879 7368/7496/11576 6624/6929/10878 -f 6624/6929/10878 7368/7496/11576 6621/6926/10875 -f 6619/6923/10872 7368/7496/11576 7369/7643/11723 -f 7369/7643/11723 7368/7496/11576 7367/7642/11722 -f 7369/7643/11723 7367/7642/11722 7370/7644/11724 -f 7370/7644/11724 7367/7642/11722 6045/6279/9934 -f 6045/6279/9934 7367/7642/11722 6047/6281/9936 -f 7371/7645/11725 6588/6892/10841 6619/6923/10872 -f 7371/7645/11725 6619/6923/10872 7369/7643/11723 -f 7371/7645/11725 7369/7643/11723 7372/7646/11726 -f 7372/7646/11726 7369/7643/11723 7370/7644/11724 -f 7372/7646/11726 7370/7644/11724 6045/6279/9934 -f 6045/6279/9934 6042/6276/9931 7372/7646/11726 -f 7372/7646/11726 6042/6276/9931 7373/7647/11727 -f 7372/7646/11726 7373/7647/11727 7374/7648/11728 -f 7372/7646/11726 7374/7648/11728 7371/7645/11725 -f 7371/7645/11725 7374/7648/11728 6585/6890/10839 -f 7371/7645/11725 6585/6890/10839 6588/6892/10841 -f 7373/7647/11727 6042/6276/9931 7375/7649/11729 -f 7373/7647/11727 7375/7649/11729 7374/7648/11728 -f 7374/7648/11728 7375/7649/11729 7376/7495/11575 -f 7374/7648/11728 7376/7495/11575 6585/6890/10839 -f 6585/6890/10839 7376/7495/11575 6616/6920/10869 -f 7377/7650/11730 6614/6918/10867 7376/7495/11575 -f 7377/7650/11730 7376/7495/11575 7378/7651/11731 -f 7378/7651/11731 7376/7495/11575 7375/7649/11729 -f 7375/7649/11729 6042/6276/9931 6038/6272/9927 -f 7375/7649/11729 6038/6272/9927 7378/7651/11731 -f 7378/7651/11731 6038/6272/9927 7257/7543/11623 -f 7378/7651/11731 7257/7543/11623 7377/7650/11730 -f 7377/7650/11730 7257/7543/11623 7259/7545/11625 -f 7377/7650/11730 7259/7545/11625 6614/6918/10867 -f 6614/6918/10867 7259/7545/11625 6611/6916/10865 -f 5827/6049/9704 5826/6048/9703 5829/6050/9705 -f 5824/6044/9699 5830/6046/9701 7448/7652/11732 -f 7448/7652/11732 5830/6046/9701 5829/6050/9705 -f 5826/6048/9703 5733/5952/9607 7405/7653/11733 -f 7405/7653/11733 5733/5952/9607 5737/5956/9611 -f 5725/5945/9600 5727/5944/9599 7404/7654/11734 -f 7404/7654/11734 5727/5944/9599 7403/7655/11735 -f 7403/7655/11735 5727/5944/9599 5721/5940/9595 -f 7403/7655/11735 5721/5940/9595 5831/5939/9594 -f 5831/5939/9594 5839/6052/9707 7402/7656/11736 -f 7402/7656/11736 5839/6052/9707 7401/7657/11737 -f 7401/7657/11737 5839/6052/9707 5838/6058/9713 -f 7401/7657/11737 5838/6058/9713 5835/6055/9710 -f 5718/5934/9589 5720/5937/9592 5840/6059/9714 -f 5835/6055/9710 5833/6054/9709 7400/7658/11738 -f 7400/7658/11738 5833/6054/9709 5840/6059/9714 -f 5716/5933/9588 5711/5927/9582 5715/5932/9587 -f 5707/5923/9578 5708/5925/9580 7433/7659/11739 -f 7433/7659/11739 5708/5925/9580 5843/6063/9718 -f 7433/7659/11739 5843/6063/9718 5846/6065/9720 -f 5697/5911/9566 7426/7660/11740 5856/6076/9731 -f 5852/6072/9727 5859/6079/9734 7428/7661/11741 -f 7428/7661/11741 5859/6079/9734 5858/6078/9733 -f 7428/7661/11741 5858/6078/9733 5856/6076/9731 -f 5697/5911/9566 5700/5915/9570 7426/7660/11740 -f 7426/7660/11740 5700/5915/9570 5703/5917/9572 -f 7426/7660/11740 5703/5917/9572 7397/7662/11742 -f 7397/7662/11742 5703/5917/9572 5701/5918/9573 -f 5686/5901/9556 7379/7663/11743 5687/5902/9557 -f 5693/5908/9563 5692/5907/9562 7396/7664/11744 -f 7396/7664/11744 5692/5907/9562 5687/5902/9557 -f 5686/5901/9556 5860/6080/9735 7379/7663/11743 -f 7379/7663/11743 5860/6080/9735 5861/6081/9736 -f 7379/7663/11743 5861/6081/9736 7425/7665/11745 -f 7425/7665/11745 5861/6081/9736 5788/6009/9664 -f 7425/7665/11745 5788/6009/9664 7424/7666/11746 -f 7424/7666/11746 5788/6009/9664 5795/6011/9666 -f 7424/7666/11746 5795/6011/9666 7395/7667/11747 -f 7395/7667/11747 5795/6011/9666 5794/6016/9671 -f 5794/6016/9671 5793/6015/9670 7394/7668/11748 -f 7394/7668/11748 5793/6015/9670 5682/5895/9550 -f 7394/7668/11748 5682/5895/9550 7393/7669/11749 -f 7393/7669/11749 5682/5895/9550 5685/5899/9554 -f 7393/7669/11749 5685/5899/9554 5678/5890/9545 -f 5678/5890/9545 5785/5893/9548 7392/7670/11750 -f 7392/7670/11750 5785/5893/9548 5784/6006/9661 -f 5778/6001/9656 5780/6003/9658 7391/7671/11751 -f 7391/7671/11751 5780/6003/9658 5781/6004/9659 -f 7391/7671/11751 5781/6004/9659 5796/6017/9672 -f 5807/6028/9683 7380/7672/11752 5801/6022/9677 -f 5807/6028/9683 5806/6027/9682 7380/7672/11752 -f 7380/7672/11752 5806/6027/9682 5804/6025/9680 -f 5804/6025/9680 5771/5994/9649 7390/7673/11753 -f 7390/7673/11753 5771/5994/9649 7389/7674/11754 -f 7389/7674/11754 5771/5994/9649 5775/5998/9653 -f 7389/7674/11754 5775/5998/9653 5767/5989/9644 -f 5767/5989/9644 5763/5984/9639 7416/7675/11755 -f 7416/7675/11755 5763/5984/9639 7415/7676/11756 -f 7415/7676/11756 5763/5984/9639 5765/5986/9641 -f 7415/7676/11756 5765/5986/9641 7414/7677/11757 -f 7414/7677/11757 5765/5986/9641 5759/5981/9636 -f 5810/6031/9686 7381/7678/11758 5808/6029/9684 -f 7414/7677/11757 5759/5981/9636 5758/5980/9635 -f 7414/7677/11757 5758/5980/9635 7413/7679/11759 -f 7413/7679/11759 5758/5980/9635 5757/5979/9634 -f 7413/7679/11759 5757/5979/9634 5808/6029/9684 -f 5818/6039/9694 7382/7680/11760 5815/6037/9692 -f 5810/6031/9686 5812/6033/9688 7381/7678/11758 -f 7381/7678/11758 5812/6033/9688 5816/6035/9690 -f 7381/7678/11758 5816/6035/9690 7387/7681/11761 -f 7387/7681/11761 5816/6035/9690 5815/6037/9692 -f 5818/6039/9694 5817/6038/9693 7382/7680/11760 -f 7382/7680/11760 5817/6038/9693 5753/5974/9629 -f 5755/5976/9631 5749/5966/9621 7386/7682/11762 -f 7386/7682/11762 5749/5966/9621 5746/5969/9624 -f 5746/5969/9624 5739/5959/9614 7385/7683/11763 -f 7385/7683/11763 5739/5959/9614 7384/7684/11764 -f 7384/7684/11764 5739/5959/9614 5741/5962/9617 -f 7384/7684/11764 5741/5962/9617 5819/5963/9618 -f 5819/5963/9618 5821/6041/9696 7383/7685/11765 -f 7383/7685/11765 5821/6041/9696 5822/6042/9697 -f 7383/7685/11765 7407/7686/11766 5819/5963/9618 -f 5819/5963/9618 7407/7686/11766 7384/7684/11764 -f 7385/7683/11763 7408/7687/11767 5746/5969/9624 -f 5746/5969/9624 7408/7687/11767 7386/7682/11762 -f 7386/7682/11762 7454/7688/11768 5755/5976/9631 -f 5755/5976/9631 7454/7688/11768 7409/7689/11769 -f 5755/5976/9631 7409/7689/11769 5753/5974/9629 -f 5753/5974/9629 7409/7689/11769 7410/7690/11770 -f 5753/5974/9629 7410/7690/11770 7382/7680/11760 -f 7382/7680/11760 7410/7690/11770 7411/7691/11771 -f 7382/7680/11760 7411/7691/11771 5815/6037/9692 -f 5815/6037/9692 7411/7691/11771 7387/7681/11761 -f 7387/7681/11761 7412/7692/11772 7381/7678/11758 -f 7381/7678/11758 7412/7692/11772 7388/7693/11773 -f 7381/7678/11758 7388/7693/11773 5808/6029/9684 -f 5808/6029/9684 7388/7693/11773 7413/7679/11759 -f 7416/7675/11755 7417/7694/11774 5767/5989/9644 -f 5767/5989/9644 7417/7694/11774 7389/7674/11754 -f 7390/7673/11753 7418/7695/11775 5804/6025/9680 -f 5804/6025/9680 7418/7695/11775 7419/7696/11776 -f 5804/6025/9680 7419/7696/11776 7380/7672/11752 -f 7380/7672/11752 7419/7696/11776 7420/7697/11777 -f 7380/7672/11752 7420/7697/11777 5801/6022/9677 -f 5801/6022/9677 7420/7697/11777 7461/7698/11778 -f 5801/6022/9677 7461/7698/11778 5803/6024/9679 -f 5803/6024/9679 7461/7698/11778 7462/7699/11779 -f 5803/6024/9679 7462/7699/11779 5799/6020/9675 -f 5799/6020/9675 7462/7699/11779 7463/7700/11780 -f 5799/6020/9675 7463/7700/11780 5796/6017/9672 -f 5796/6017/9672 7463/7700/11780 7391/7671/11751 -f 7391/7671/11751 7465/7701/11781 5778/6001/9656 -f 5778/6001/9656 7465/7701/11781 7466/7702/11782 -f 5778/6001/9656 7466/7702/11782 5784/6006/9661 -f 5784/6006/9661 7466/7702/11782 7392/7670/11750 -f 7392/7670/11750 7421/7703/11783 5678/5890/9545 -f 5678/5890/9545 7421/7703/11783 7393/7669/11749 -f 7394/7668/11748 7423/7704/11784 5794/6016/9671 -f 5794/6016/9671 7423/7704/11784 7395/7667/11747 -f 7425/7665/11745 7471/7705/11785 7379/7663/11743 -f 7379/7663/11743 7471/7705/11785 7472/7706/11786 -f 7379/7663/11743 7472/7706/11786 5687/5902/9557 -f 5687/5902/9557 7472/7706/11786 7396/7664/11744 -f 7396/7664/11744 7474/7707/11787 5693/5908/9563 -f 5693/5908/9563 7474/7707/11787 7475/7708/11788 -f 5693/5908/9563 7475/7708/11788 5701/5918/9573 -f 5701/5918/9573 7475/7708/11788 7397/7662/11742 -f 7426/7660/11740 7427/7709/11789 5856/6076/9731 -f 5856/6076/9731 7427/7709/11789 7428/7661/11741 -f 7428/7661/11741 7429/7710/11790 5852/6072/9727 -f 5852/6072/9727 7429/7710/11790 7430/7711/11791 -f 5852/6072/9727 7430/7711/11791 5850/6070/9725 -f 5850/6070/9725 7430/7711/11791 5848/6068/9723 -f 5848/6068/9723 7432/7712/11792 5846/6065/9720 -f 5846/6065/9720 7432/7712/11792 7433/7659/11739 -f 7433/7659/11739 7434/7713/11793 5707/5923/9578 -f 5707/5923/9578 7434/7713/11793 7435/7714/11794 -f 5707/5923/9578 7435/7714/11794 5704/5920/9575 -f 5704/5920/9575 7435/7714/11794 7436/7715/11795 -f 5704/5920/9575 7436/7715/11795 5711/5927/9582 -f 5711/5927/9582 7436/7715/11795 7437/7716/11796 -f 5711/5927/9582 7437/7716/11796 5715/5932/9587 -f 5715/5932/9587 7437/7716/11796 7438/7717/11797 -f 5715/5932/9587 7438/7717/11797 5713/5929/9584 -f 5713/5929/9584 7438/7717/11797 7398/7718/11798 -f 5713/5929/9584 7398/7718/11798 5720/5937/9592 -f 5720/5937/9592 7398/7718/11798 7399/7719/11799 -f 5720/5937/9592 7399/7719/11799 5840/6059/9714 -f 5840/6059/9714 7399/7719/11799 7400/7658/11738 -f 7400/7658/11738 7441/7720/11800 5835/6055/9710 -f 5835/6055/9710 7441/7720/11800 7401/7657/11737 -f 7402/7656/11736 7443/7721/11801 5831/5939/9594 -f 5831/5939/9594 7443/7721/11801 7403/7655/11735 -f 7404/7654/11734 7444/7722/11802 5725/5945/9600 -f 5725/5945/9600 7444/7722/11802 7445/7723/11803 -f 5725/5945/9600 7445/7723/11803 5736/5957/9612 -f 5736/5957/9612 7445/7723/11803 7446/7724/11804 -f 5736/5957/9612 7446/7724/11804 5737/5956/9611 -f 5737/5956/9611 7446/7724/11804 7405/7653/11733 -f 7405/7653/11733 7447/7725/11805 5826/6048/9703 -f 5826/6048/9703 7447/7725/11805 7406/7726/11806 -f 5826/6048/9703 7406/7726/11806 5829/6050/9705 -f 5829/6050/9705 7406/7726/11806 7448/7652/11732 -f 7448/7652/11732 7449/7727/11807 5824/6044/9699 -f 5824/6044/9699 7449/7727/11807 7450/7728/11808 -f 5824/6044/9699 7450/7728/11808 5822/6042/9697 -f 5822/6042/9697 7450/7728/11808 7383/7685/11765 -f 7450/7728/11808 7451/7729/11809 7383/7685/11765 -f 7383/7685/11765 7451/7729/11809 7407/7686/11766 -f 7407/7686/11766 7452/7730/11810 7384/7684/11764 -f 7384/7684/11764 7452/7730/11810 7487/7731/11811 -f 7384/7684/11764 7487/7731/11811 7385/7683/11763 -f 7385/7683/11763 7487/7731/11811 7408/7687/11767 -f 7408/7687/11767 7453/7732/11812 7386/7682/11762 -f 7386/7682/11762 7453/7732/11812 7454/7688/11768 -f 7411/7691/11771 7457/7733/11813 7387/7681/11761 -f 7387/7681/11761 7457/7733/11813 7412/7692/11772 -f 7412/7692/11772 7458/7734/11814 7388/7693/11773 -f 7388/7693/11773 7458/7734/11814 7413/7679/11759 -f 7417/7694/11774 7459/7735/11815 7389/7674/11754 -f 7389/7674/11754 7459/7735/11815 7460/7736/11816 -f 7389/7674/11754 7460/7736/11816 7390/7673/11753 -f 7390/7673/11753 7460/7736/11816 7418/7695/11775 -f 7463/7700/11780 7464/7737/11817 7391/7671/11751 -f 7391/7671/11751 7464/7737/11817 7465/7701/11781 -f 7466/7702/11782 7467/7738/11818 7392/7670/11750 -f 7392/7670/11750 7467/7738/11818 7421/7703/11783 -f 7421/7703/11783 7499/7739/11819 7393/7669/11749 -f 7393/7669/11749 7499/7739/11819 7422/7740/11820 -f 7393/7669/11749 7422/7740/11820 7394/7668/11748 -f 7394/7668/11748 7422/7740/11820 7423/7704/11784 -f 7423/7704/11784 7470/7741/11821 7395/7667/11747 -f 7395/7667/11747 7470/7741/11821 7424/7666/11746 -f 7472/7706/11786 7473/7742/11822 7396/7664/11744 -f 7396/7664/11744 7473/7742/11822 7474/7707/11787 -f 7475/7708/11788 7476/7743/11823 7397/7662/11742 -f 7397/7662/11742 7476/7743/11823 7426/7660/11740 -f 7430/7711/11791 7431/7744/11824 5848/6068/9723 -f 5848/6068/9723 7431/7744/11824 7432/7712/11792 -f 7438/7717/11797 7477/7745/11825 7398/7718/11798 -f 7398/7718/11798 7477/7745/11825 7439/7746/11826 -f 7398/7718/11798 7439/7746/11826 7399/7719/11799 -f 7399/7719/11799 7439/7746/11826 7440/7747/11827 -f 7399/7719/11799 7440/7747/11827 7400/7658/11738 -f 7400/7658/11738 7440/7747/11827 7441/7720/11800 -f 7441/7720/11800 7479/7748/11828 7401/7657/11737 -f 7401/7657/11737 7479/7748/11828 7442/7749/11829 -f 7401/7657/11737 7442/7749/11829 7402/7656/11736 -f 7402/7656/11736 7442/7749/11829 7443/7721/11801 -f 7443/7721/11801 7481/7750/11830 7403/7655/11735 -f 7403/7655/11735 7481/7750/11830 7482/7751/11831 -f 7403/7655/11735 7482/7751/11831 7404/7654/11734 -f 7404/7654/11734 7482/7751/11831 7444/7722/11802 -f 7446/7724/11804 7484/7752/11832 7405/7653/11733 -f 7405/7653/11733 7484/7752/11832 7447/7725/11805 -f 7447/7725/11805 7485/7753/11833 7406/7726/11806 -f 7406/7726/11806 7485/7753/11833 7448/7652/11732 -f 7451/7729/11809 7486/7754/11834 7407/7686/11766 -f 7407/7686/11766 7486/7754/11834 7452/7730/11810 -f 7487/7731/11811 7488/7755/11835 7408/7687/11767 -f 7408/7687/11767 7488/7755/11835 7453/7732/11812 -f 7454/7688/11768 7489/7756/11836 7409/7689/11769 -f 7409/7689/11769 7489/7756/11836 7455/7757/11837 -f 7409/7689/11769 7455/7757/11837 7410/7690/11770 -f 7410/7690/11770 7455/7757/11837 7456/7758/11838 -f 7410/7690/11770 7456/7758/11838 7411/7691/11771 -f 7411/7691/11771 7456/7758/11838 7457/7733/11813 -f 7457/7733/11813 7531/7759/11839 7412/7692/11772 -f 7412/7692/11772 7531/7759/11839 7458/7734/11814 -f 7458/7734/11814 7490/7760/11840 7413/7679/11759 -f 7413/7679/11759 7490/7760/11840 7491/7761/11841 -f 7413/7679/11759 7491/7761/11841 7414/7677/11757 -f 7414/7677/11757 7491/7761/11841 7492/7762/11842 -f 7414/7677/11757 7492/7762/11842 7415/7676/11756 -f 7415/7676/11756 7492/7762/11842 7493/7763/11843 -f 7415/7676/11756 7493/7763/11843 7416/7675/11755 -f 7416/7675/11755 7493/7763/11843 7494/7764/11844 -f 7416/7675/11755 7494/7764/11844 7417/7694/11774 -f 7417/7694/11774 7494/7764/11844 7459/7735/11815 -f 7460/7736/11816 7495/7765/11845 7418/7695/11775 -f 7418/7695/11775 7495/7765/11845 7496/7766/11846 -f 7418/7695/11775 7496/7766/11846 7419/7696/11776 -f 7419/7696/11776 7496/7766/11846 7497/7767/11847 -f 7419/7696/11776 7497/7767/11847 7420/7697/11777 -f 7420/7697/11777 7497/7767/11847 7461/7698/11778 -f 7467/7738/11818 7498/7768/11848 7421/7703/11783 -f 7421/7703/11783 7498/7768/11848 7499/7739/11819 -f 7499/7739/11819 7468/7769/11849 7422/7740/11820 -f 7422/7740/11820 7468/7769/11849 7469/7770/11850 -f 7422/7740/11820 7469/7770/11850 7423/7704/11784 -f 7423/7704/11784 7469/7770/11850 7470/7741/11821 -f 7470/7741/11821 7545/7771/11851 7424/7666/11746 -f 7424/7666/11746 7545/7771/11851 7500/7772/11852 -f 7424/7666/11746 7500/7772/11852 7425/7665/11745 -f 7425/7665/11745 7500/7772/11852 7471/7705/11785 -f 7476/7743/11823 7501/7773/11853 7426/7660/11740 -f 7426/7660/11740 7501/7773/11853 7502/7774/11854 -f 7426/7660/11740 7502/7774/11854 7427/7709/11789 -f 7427/7709/11789 7502/7774/11854 7503/7775/11855 -f 7427/7709/11789 7503/7775/11855 7428/7661/11741 -f 7428/7661/11741 7503/7775/11855 7504/7776/11856 -f 7428/7661/11741 7504/7776/11856 7429/7710/11790 -f 7429/7710/11790 7504/7776/11856 7552/7777/11857 -f 7429/7710/11790 7552/7777/11857 7430/7711/11791 -f 7430/7711/11791 7552/7777/11857 7553/7778/11858 -f 7430/7711/11791 7553/7778/11858 7431/7744/11824 -f 7431/7744/11824 7553/7778/11858 7505/7779/11859 -f 7431/7744/11824 7505/7779/11859 7432/7712/11792 -f 7432/7712/11792 7505/7779/11859 7506/7780/11860 -f 7432/7712/11792 7506/7780/11860 7433/7659/11739 -f 7433/7659/11739 7506/7780/11860 7507/7781/11861 -f 7433/7659/11739 7507/7781/11861 7434/7713/11793 -f 7434/7713/11793 7507/7781/11861 7508/7782/11862 -f 7434/7713/11793 7508/7782/11862 7435/7714/11794 -f 7435/7714/11794 7508/7782/11862 7509/7783/11863 -f 7435/7714/11794 7509/7783/11863 7436/7715/11795 -f 7436/7715/11795 7509/7783/11863 7510/7784/11864 -f 7436/7715/11795 7510/7784/11864 7437/7716/11796 -f 7437/7716/11796 7510/7784/11864 7511/7785/11865 -f 7437/7716/11796 7511/7785/11865 7438/7717/11797 -f 7438/7717/11797 7511/7785/11865 7477/7745/11825 -f 7477/7745/11825 7512/7786/11866 7439/7746/11826 -f 7439/7746/11826 7512/7786/11866 7513/7787/11867 -f 7439/7746/11826 7513/7787/11867 7440/7747/11827 -f 7440/7747/11827 7513/7787/11867 7478/7788/11868 -f 7440/7747/11827 7478/7788/11868 7441/7720/11800 -f 7441/7720/11800 7478/7788/11868 7479/7748/11828 -f 7479/7748/11828 7514/7789/11869 7442/7749/11829 -f 7442/7749/11829 7514/7789/11869 7480/7790/11870 -f 7442/7749/11829 7480/7790/11870 7443/7721/11801 -f 7443/7721/11801 7480/7790/11870 7481/7750/11830 -f 7482/7751/11831 7517/7791/11871 7444/7722/11802 -f 7444/7722/11802 7517/7791/11871 7518/7792/11872 -f 7444/7722/11802 7518/7792/11872 7445/7723/11803 -f 7445/7723/11803 7518/7792/11872 7483/7793/11873 -f 7445/7723/11803 7483/7793/11873 7446/7724/11804 -f 7446/7724/11804 7483/7793/11873 7484/7752/11832 -f 7484/7752/11832 7520/7794/11874 7447/7725/11805 -f 7447/7725/11805 7520/7794/11874 7485/7753/11833 -f 7485/7753/11833 7521/7795/11875 7448/7652/11732 -f 7448/7652/11732 7521/7795/11875 7522/7796/11876 -f 7448/7652/11732 7522/7796/11876 7449/7727/11807 -f 7449/7727/11807 7522/7796/11876 7523/7797/11877 -f 7449/7727/11807 7523/7797/11877 7450/7728/11808 -f 7450/7728/11808 7523/7797/11877 7451/7729/11809 -f 7523/7797/11877 7524/7798/11878 7451/7729/11809 -f 7451/7729/11809 7524/7798/11878 7486/7754/11834 -f 7486/7754/11834 7525/7799/11879 7452/7730/11810 -f 7452/7730/11810 7525/7799/11879 7487/7731/11811 -f 7488/7755/11835 7526/7800/11880 7453/7732/11812 -f 7453/7732/11812 7526/7800/11880 7527/7801/11881 -f 7453/7732/11812 7527/7801/11881 7454/7688/11768 -f 7454/7688/11768 7527/7801/11881 7489/7756/11836 -f 7489/7756/11836 7528/7802/11882 7455/7757/11837 -f 7455/7757/11837 7528/7802/11882 7529/7803/11883 -f 7455/7757/11837 7529/7803/11883 7456/7758/11838 -f 7456/7758/11838 7529/7803/11883 7530/7804/11884 -f 7456/7758/11838 7530/7804/11884 7457/7733/11813 -f 7457/7733/11813 7530/7804/11884 7531/7759/11839 -f 7531/7759/11839 7532/7805/11885 7458/7734/11814 -f 7458/7734/11814 7532/7805/11885 7490/7760/11840 -f 7494/7764/11844 7533/7806/11886 7459/7735/11815 -f 7459/7735/11815 7533/7806/11886 7534/7807/11887 -f 7459/7735/11815 7534/7807/11887 7460/7736/11816 -f 7460/7736/11816 7534/7807/11887 7495/7765/11845 -f 7497/7767/11847 7535/7808/11888 7461/7698/11778 -f 7461/7698/11778 7535/7808/11888 7536/7809/11889 -f 7461/7698/11778 7536/7809/11889 7462/7699/11890 -f 7462/7699/11890 7536/7809/11889 7537/7810/11891 -f 7462/7699/11890 7537/7810/11891 7463/7700/11780 -f 7463/7700/11780 7537/7810/11891 7538/7811/11892 -f 7463/7700/11780 7538/7811/11892 7464/7737/11817 -f 7464/7737/11817 7538/7811/11892 7539/7812/11893 -f 7464/7737/11817 7539/7812/11893 7465/7701/11781 -f 7465/7701/11781 7539/7812/11893 7540/7813/11894 -f 7465/7701/11781 7540/7813/11894 7466/7702/11782 -f 7466/7702/11782 7540/7813/11894 7541/7814/11895 -f 7466/7702/11782 7541/7814/11895 7467/7738/11818 -f 7467/7738/11818 7541/7814/11895 7498/7768/11848 -f 7499/7739/11819 7542/7815/11896 7468/7769/11849 -f 7468/7769/11849 7542/7815/11896 7543/7816/11897 -f 7468/7769/11849 7543/7816/11897 7469/7770/11850 -f 7469/7770/11850 7543/7816/11897 7544/7817/11898 -f 7469/7770/11850 7544/7817/11898 7470/7741/11821 -f 7470/7741/11821 7544/7817/11898 7545/7771/11851 -f 7500/7772/11852 7546/7818/11899 7471/7705/11785 -f 7471/7705/11785 7546/7818/11899 7547/7819/11900 -f 7471/7705/11785 7547/7819/11900 7472/7706/11786 -f 7472/7706/11786 7547/7819/11900 7548/7820/11901 -f 7472/7706/11786 7548/7820/11901 7473/7742/11822 -f 7473/7742/11822 7548/7820/11901 7549/7821/11902 -f 7473/7742/11822 7549/7821/11902 7474/7707/11787 -f 7474/7707/11787 7549/7821/11902 7550/7822/11903 -f 7474/7707/11787 7550/7822/11903 7475/7708/11788 -f 7475/7708/11788 7550/7822/11903 7551/7823/11904 -f 7475/7708/11788 7551/7823/11904 7476/7743/11823 -f 7476/7743/11823 7551/7823/11904 7501/7773/11853 -f 7511/7785/11865 7556/7824/11905 7477/7745/11825 -f 7477/7745/11825 7556/7824/11905 7512/7786/11866 -f 7513/7787/11867 7557/7825/11906 7478/7788/11868 -f 7478/7788/11868 7557/7825/11906 7558/7826/11907 -f 7478/7788/11868 7558/7826/11907 7479/7748/11828 -f 7479/7748/11828 7558/7826/11907 7514/7789/11869 -f 7514/7789/11869 7560/7827/11908 7480/7790/11870 -f 7480/7790/11870 7560/7827/11908 7515/7828/11909 -f 7480/7790/11870 7515/7828/11909 7481/7750/11830 -f 7481/7750/11830 7515/7828/11909 7516/7829/11910 -f 7481/7750/11830 7516/7829/11910 7482/7751/11831 -f 7482/7751/11831 7516/7829/11910 7517/7791/11871 -f 7518/7792/11872 7563/7830/11911 7483/7793/11873 -f 7483/7793/11873 7563/7830/11911 7519/7831/11912 -f 7483/7793/11873 7519/7831/11912 7484/7752/11832 -f 7484/7752/11832 7519/7831/11912 7520/7794/11874 -f 7520/7794/11874 7565/7832/11913 7485/7753/11833 -f 7485/7753/11833 7565/7832/11913 7521/7795/11875 -f 7524/7798/11878 7566/7833/11914 7486/7754/11834 -f 7486/7754/11834 7566/7833/11914 7525/7799/11879 -f 7525/7799/11879 7567/7834/11915 7487/7731/11811 -f 7487/7731/11811 7567/7834/11915 7596/7835/11916 -f 7487/7731/11811 7596/7835/11916 7488/7755/11835 -f 7488/7755/11835 7596/7835/11916 7526/7800/11880 -f 7527/7801/11881 7599/7836/11917 7489/7756/11836 -f 7489/7756/11836 7599/7836/11917 7528/7802/11882 -f 7532/7805/11885 7568/7837/11918 7490/7760/11840 -f 7490/7760/11840 7568/7837/11918 7569/7838/11919 -f 7490/7760/11840 7569/7838/11919 7491/7761/11841 -f 7491/7761/11841 7569/7838/11919 7570/7839/11920 -f 7491/7761/11841 7570/7839/11920 7492/7762/11842 -f 7492/7762/11842 7570/7839/11920 7571/7840/11921 -f 7492/7762/11842 7571/7840/11921 7493/7763/11843 -f 7493/7763/11843 7571/7840/11921 7572/7841/11922 -f 7493/7763/11843 7572/7841/11922 7494/7764/11844 -f 7494/7764/11844 7572/7841/11922 7533/7806/11886 -f 7534/7807/11887 7573/7842/11923 7495/7765/11845 -f 7495/7765/11845 7573/7842/11923 7574/7843/11924 -f 7495/7765/11845 7574/7843/11924 7496/7766/11846 -f 7496/7766/11846 7574/7843/11924 7575/7844/11925 -f 7496/7766/11846 7575/7844/11925 7497/7767/11847 -f 7497/7767/11847 7575/7844/11925 7535/7808/11888 -f 7541/7814/11895 7576/7845/11926 7498/7768/11848 -f 7498/7768/11848 7576/7845/11926 7612/7846/11927 -f 7498/7768/11848 7612/7846/11927 7499/7739/11819 -f 7499/7739/11819 7612/7846/11927 7542/7815/11896 -f 7545/7771/11851 7577/7847/11928 7500/7772/11852 -f 7500/7772/11852 7577/7847/11928 7546/7818/11899 -f 7551/7823/11904 7578/7848/11929 7501/7773/11853 -f 7501/7773/11853 7578/7848/11929 7623/7849/11930 -f 7501/7773/11853 7623/7849/11930 7502/7774/11854 -f 7502/7774/11854 7623/7849/11930 7579/7850/11931 -f 7502/7774/11854 7579/7850/11931 7503/7775/11855 -f 7503/7775/11855 7579/7850/11931 7580/7851/11932 -f 7503/7775/11855 7580/7851/11932 7504/7776/11856 -f 7504/7776/11856 7580/7851/11932 7552/7777/11857 -f 7553/7778/11858 7581/7852/11933 7505/7779/11859 -f 7505/7779/11859 7581/7852/11933 7582/7853/11934 -f 7505/7779/11859 7582/7853/11934 7506/7780/11860 -f 7506/7780/11860 7582/7853/11934 7583/7854/11935 -f 7506/7780/11860 7583/7854/11935 7507/7781/11861 -f 7507/7781/11861 7583/7854/11935 7584/7855/11936 -f 7507/7781/11861 7584/7855/11936 7508/7782/11862 -f 7508/7782/11862 7584/7855/11936 7585/7856/11937 -f 7508/7782/11862 7585/7856/11937 7509/7783/11863 -f 7509/7783/11863 7585/7856/11937 7554/7857/11938 -f 7509/7783/11863 7554/7857/11938 7510/7784/11864 -f 7510/7784/11864 7554/7857/11938 7555/7858/11939 -f 7510/7784/11864 7555/7858/11939 7511/7785/11865 -f 7511/7785/11865 7555/7858/11939 7556/7824/11905 -f 7556/7824/11905 7628/7859/11940 7512/7786/11866 -f 7512/7786/11866 7628/7859/11940 7629/7860/11941 -f 7512/7786/11866 7629/7860/11941 7513/7787/11867 -f 7513/7787/11867 7629/7860/11941 7557/7825/11906 -f 7558/7826/11907 7559/7861/11942 7514/7789/11869 -f 7514/7789/11869 7559/7861/11942 7560/7827/11908 -f 7560/7827/11908 7586/7862/11943 7515/7828/11909 -f 7515/7828/11909 7586/7862/11943 7561/7863/11944 -f 7515/7828/11909 7561/7863/11944 7516/7829/11910 -f 7516/7829/11910 7561/7863/11944 7562/7864/11945 -f 7516/7829/11910 7562/7864/11945 7517/7791/11871 -f 7517/7791/11871 7562/7864/11945 7588/7865/11946 -f 7517/7791/11871 7588/7865/11946 7518/7792/11872 -f 7518/7792/11872 7588/7865/11946 7563/7830/11911 -f 7563/7830/11911 7589/7866/11947 7519/7831/11912 -f 7519/7831/11912 7589/7866/11947 7564/7867/11948 -f 7519/7831/11912 7564/7867/11948 7520/7794/11874 -f 7520/7794/11874 7564/7867/11948 7565/7832/11913 -f 7565/7832/11913 7591/7868/11949 7521/7795/11875 -f 7521/7795/11875 7591/7868/11949 7592/7869/11950 -f 7521/7795/11875 7592/7869/11950 7522/7796/11876 -f 7522/7796/11876 7592/7869/11950 7593/7870/11951 -f 7522/7796/11876 7593/7870/11951 7523/7797/11877 -f 7523/7797/11877 7593/7870/11951 7524/7798/11878 -f 7593/7870/11951 7594/7871/11952 7524/7798/11878 -f 7524/7798/11878 7594/7871/11952 7566/7833/11914 -f 7566/7833/11914 7595/7872/11953 7525/7799/11879 -f 7525/7799/11879 7595/7872/11953 7567/7834/11915 -f 7596/7835/11916 7597/7873/11954 7526/7800/11880 -f 7526/7800/11880 7597/7873/11954 7598/7874/11955 -f 7526/7800/11880 7598/7874/11955 7527/7801/11881 -f 7527/7801/11881 7598/7874/11955 7599/7836/11917 -f 7599/7836/11917 7600/7875/11956 7528/7802/11882 -f 7528/7802/11882 7600/7875/11956 7601/7876/11957 -f 7528/7802/11882 7601/7876/11957 7529/7803/11883 -f 7529/7803/11883 7601/7876/11957 7602/7877/11958 -f 7529/7803/11883 7602/7877/11958 7530/7804/11884 -f 7530/7804/11884 7602/7877/11958 7603/7878/11959 -f 7530/7804/11884 7603/7878/11959 7531/7759/11839 -f 7531/7759/11839 7603/7878/11959 7604/7879/11960 -f 7531/7759/11839 7604/7879/11960 7532/7805/11885 -f 7532/7805/11885 7604/7879/11960 7568/7837/11918 -f 7572/7841/11922 7605/7880/11961 7533/7806/11886 -f 7533/7806/11886 7605/7880/11961 7606/7881/11962 -f 7533/7806/11886 7606/7881/11962 7534/7807/11887 -f 7534/7807/11887 7606/7881/11962 7573/7842/11923 -f 7575/7844/11925 7643/7882/11963 7535/7808/11888 -f 7535/7808/11888 7643/7882/11963 7607/7883/11964 -f 7535/7808/11888 7607/7883/11964 7536/7809/11889 -f 7536/7809/11889 7607/7883/11964 7608/7884/11965 -f 7536/7809/11889 7608/7884/11965 7537/7810/11891 -f 7537/7810/11891 7608/7884/11965 7609/7885/11966 -f 7537/7810/11891 7609/7885/11966 7538/7811/11892 -f 7538/7811/11892 7609/7885/11966 7644/7886/11967 -f 7538/7811/11892 7644/7886/11967 7539/7812/11893 -f 7539/7812/11893 7644/7886/11967 7610/7887/11968 -f 7539/7812/11893 7610/7887/11968 7540/7813/11894 -f 7540/7813/11894 7610/7887/11968 7611/7888/11969 -f 7540/7813/11894 7611/7888/11969 7541/7814/11895 -f 7541/7814/11895 7611/7888/11969 7576/7845/11926 -f 7612/7846/11927 7613/7889/11970 7542/7815/11896 -f 7542/7815/11896 7613/7889/11970 7614/7890/11971 -f 7542/7815/11896 7614/7890/11971 7543/7816/11897 -f 7543/7816/11897 7614/7890/11971 7615/7891/11972 -f 7543/7816/11897 7615/7891/11972 7544/7817/11898 -f 7544/7817/11898 7615/7891/11972 7616/7892/11973 -f 7544/7817/11898 7616/7892/11973 7545/7771/11851 -f 7545/7771/11851 7616/7892/11973 7577/7847/11928 -f 7577/7847/11928 7617/7893/11974 7546/7818/11899 -f 7546/7818/11899 7617/7893/11974 7618/7894/11975 -f 7546/7818/11899 7618/7894/11975 7547/7819/11900 -f 7547/7819/11900 7618/7894/11975 7619/7895/11976 -f 7547/7819/11900 7619/7895/11976 7548/7820/11901 -f 7548/7820/11901 7619/7895/11976 7620/7896/11977 -f 7548/7820/11901 7620/7896/11977 7549/7821/11902 -f 7549/7821/11902 7620/7896/11977 7621/7897/11978 -f 7549/7821/11902 7621/7897/11978 7550/7822/11903 -f 7550/7822/11903 7621/7897/11978 7622/7898/11979 -f 7550/7822/11903 7622/7898/11979 7551/7823/11904 -f 7551/7823/11904 7622/7898/11979 7578/7848/11929 -f 7580/7851/11932 7648/7899/11980 7552/7777/11857 -f 7552/7777/11857 7648/7899/11980 7624/7900/11981 -f 7552/7777/11857 7624/7900/11981 7553/7778/11858 -f 7553/7778/11858 7624/7900/11981 7581/7852/11933 -f 7585/7856/11937 7625/7901/11982 7554/7857/11938 -f 7554/7857/11938 7625/7901/11982 7626/7902/11983 -f 7554/7857/11938 7626/7902/11983 7555/7858/11939 -f 7555/7858/11939 7626/7902/11983 7627/7903/11984 -f 7555/7858/11939 7627/7903/11984 7556/7824/11905 -f 7556/7824/11905 7627/7903/11984 7628/7859/11940 -f 7629/7860/11941 7630/7904/11985 7557/7825/11906 -f 7557/7825/11906 7630/7904/11985 7631/7905/11986 -f 7557/7825/11906 7631/7905/11986 7558/7826/11907 -f 7558/7826/11907 7631/7905/11986 7632/7906/11987 -f 7558/7826/11907 7632/7906/11987 7559/7861/11942 -f 7559/7861/11942 7632/7906/11987 7633/7907/11988 -f 7559/7861/11942 7633/7907/11988 7560/7827/11908 -f 7560/7827/11908 7633/7907/11988 7586/7862/11943 -f 7586/7862/11943 7634/7908/11989 7561/7863/11944 -f 7561/7863/11944 7634/7908/11989 7587/7909/11990 -f 7561/7863/11944 7587/7909/11990 7562/7864/11945 -f 7562/7864/11945 7587/7909/11990 7588/7865/11946 -f 7588/7865/11946 7636/7910/11991 7563/7830/11911 -f 7563/7830/11911 7636/7910/11991 7589/7866/11947 -f 7589/7866/11947 7637/7911/11992 7564/7867/11948 -f 7564/7867/11948 7637/7911/11992 7590/7912/11993 -f 7564/7867/11948 7590/7912/11993 7565/7832/11913 -f 7565/7832/11913 7590/7912/11993 7591/7868/11949 -f 7594/7871/11952 7639/7913/11994 7566/7833/11914 -f 7566/7833/11914 7639/7913/11994 7595/7872/11953 -f 7595/7872/11953 6044/6278/9933 7567/7834/11915 -f 7567/7834/11915 6044/6278/9933 7596/7835/11916 -f 7604/7879/11960 6077/6314/9969 7568/7837/11918 -f 7568/7837/11918 6077/6314/9969 6078/6315/9970 -f 7568/7837/11918 6078/6315/9970 7569/7838/11919 -f 7569/7838/11919 6078/6315/9970 6080/6317/9972 -f 7569/7838/11919 6080/6317/9972 7570/7839/11920 -f 7570/7839/11920 6080/6317/9972 6081/6318/9973 -f 7570/7839/11920 6081/6318/9973 7571/7840/11921 -f 7571/7840/11921 6081/6318/9973 6082/6319/9974 -f 7571/7840/11921 6082/6319/9974 7572/7841/11922 -f 7572/7841/11922 6082/6319/9974 7605/7880/11961 -f 7606/7881/11962 7640/7914/11995 7573/7842/11923 -f 7573/7842/11923 7640/7914/11995 7641/7915/11996 -f 7573/7842/11923 7641/7915/11996 7574/7843/11924 -f 7574/7843/11924 7641/7915/11996 7642/7916/11997 -f 7574/7843/11924 7642/7916/11997 7575/7844/11925 -f 7575/7844/11925 7642/7916/11997 7643/7882/11963 -f 7611/7888/11969 6054/6290/9945 7576/7845/11926 -f 7576/7845/11926 6054/6290/9945 7612/7846/11927 -f 7616/7892/11973 6061/6297/9952 7577/7847/11928 -f 7577/7847/11928 6061/6297/9952 7617/7893/11974 -f 7622/7898/11979 7645/7917/11998 7578/7848/11929 -f 7578/7848/11929 7645/7917/11998 7623/7849/11930 -f 7623/7849/11930 7646/7918/11999 7579/7850/11931 -f 7579/7850/11931 7646/7918/11999 7647/7919/12000 -f 7579/7850/11931 7647/7919/12000 7580/7851/11932 -f 7580/7851/11932 7647/7919/12000 7648/7899/11980 -f 7624/7900/11981 6097/6335/9990 7581/7852/11933 -f 7581/7852/11933 6097/6335/9990 6099/6337/9992 -f 7581/7852/11933 6099/6337/9992 7582/7853/11934 -f 7582/7853/11934 6099/6337/9992 6100/6338/9993 -f 7582/7853/11934 6100/6338/9993 7583/7854/11935 -f 7583/7854/11935 6100/6338/9993 6101/6339/9994 -f 7583/7854/11935 6101/6339/9994 7584/7855/11936 -f 7584/7855/11936 6101/6339/9994 6103/6341/9996 -f 7584/7855/11936 6103/6341/9996 7585/7856/11937 -f 7585/7856/11937 6103/6341/9996 7625/7901/11982 -f 7633/7907/11988 6028/6262/9917 7586/7862/11943 -f 7586/7862/11943 6028/6262/9917 7634/7908/11989 -f 7634/7908/11989 7649/7920/12001 7587/7909/11990 -f 7587/7909/11990 7649/7920/12001 7635/7921/12002 -f 7587/7909/11990 7635/7921/12002 7588/7865/11946 -f 7588/7865/11946 7635/7921/12002 7636/7910/11991 -f 7636/7910/11991 6034/6268/9923 7589/7866/11947 -f 7589/7866/11947 6034/6268/9923 7637/7911/11992 -f 7637/7911/11992 7650/7922/12003 7590/7912/11993 -f 7590/7912/11993 7650/7922/12003 7638/7923/12004 -f 7590/7912/11993 7638/7923/12004 7591/7868/11949 -f 7591/7868/11949 7638/7923/12004 6039/6273/9928 -f 7591/7868/11949 6039/6273/9928 7592/7869/11950 -f 7592/7869/11950 6039/6273/9928 6040/6274/9929 -f 7592/7869/11950 6040/6274/9929 7593/7870/11951 -f 7593/7870/11951 6040/6274/9929 7594/7871/11952 -f 6040/6274/9929 6041/6275/9930 7594/7871/11952 -f 7594/7871/11952 6041/6275/9930 7639/7913/11994 -f 7639/7913/11994 6043/6277/9932 7595/7872/11953 -f 7595/7872/11953 6043/6277/9932 6044/6278/9933 -f 6044/6278/9933 6046/6280/9935 7596/7835/11916 -f 7596/7835/11916 6046/6280/9935 7597/7873/11954 -f 7597/7873/11954 6046/6280/9935 6048/6282/9937 -f 7597/7873/11954 6048/6282/9937 7598/7874/11955 -f 7598/7874/11955 6048/6282/9937 7599/7836/11917 -f 7599/7836/11917 6048/6282/9937 6072/6284/9939 -f 7599/7836/11917 6072/6284/9939 7600/7875/11956 -f 7600/7875/11956 6072/6284/9939 7601/7876/11957 -f 7601/7876/11957 6072/6284/9939 6074/6310/9965 -f 7601/7876/11957 6074/6310/9965 7602/7877/11958 -f 7602/7877/11958 6074/6310/9965 7603/7878/11959 -f 7603/7878/11959 6074/6310/9965 6075/6312/9967 -f 7603/7878/11959 6075/6312/9967 7604/7879/11960 -f 7604/7879/11960 6075/6312/9967 6077/6314/9969 -f 6082/6319/9974 6083/6321/9976 7605/7880/11961 -f 7605/7880/11961 6083/6321/9976 7606/7881/11962 -f 7606/7881/11962 6083/6321/9976 7640/7914/11995 -f 7643/7882/11963 6089/6327/9982 7607/7883/11964 -f 7607/7883/11964 6089/6327/9982 6090/6328/9983 -f 7607/7883/11964 6090/6328/9983 7608/7884/11965 -f 7608/7884/11965 6090/6328/9983 6091/6329/9984 -f 7608/7884/11965 6091/6329/9984 7609/7885/11966 -f 7609/7885/11966 6091/6329/9984 7644/7886/11967 -f 7644/7886/11967 6051/6287/9942 7610/7887/11968 -f 7610/7887/11968 6051/6287/9942 6052/6288/9943 -f 7610/7887/11968 6052/6288/9943 7611/7888/11969 -f 7611/7888/11969 6052/6288/9943 6054/6290/9945 -f 6054/6290/9945 6056/6291/9946 7612/7846/11927 -f 7612/7846/11927 6056/6291/9946 7613/7889/11970 -f 7613/7889/11970 6056/6291/9946 6057/6293/9948 -f 7613/7889/11970 6057/6293/9948 7614/7890/11971 -f 7614/7890/11971 6057/6293/9948 6058/6294/9949 -f 7614/7890/11971 6058/6294/9949 7615/7891/11972 -f 7615/7891/11972 6058/6294/9949 6060/6296/9951 -f 7615/7891/11972 6060/6296/9951 7616/7892/11973 -f 7616/7892/11973 6060/6296/9951 6061/6297/9952 -f 6061/6297/9952 6063/6299/9954 7617/7893/11974 -f 7617/7893/11974 6063/6299/9954 7618/7894/11975 -f 7618/7894/11975 6063/6299/9954 6065/6301/9956 -f 7618/7894/11975 6065/6301/9956 7619/7895/11976 -f 7619/7895/11976 6065/6301/9956 7620/7896/11977 -f 7620/7896/11977 6065/6301/9956 6066/6303/9958 -f 7620/7896/11977 6066/6303/9958 7621/7897/11978 -f 7621/7897/11978 6066/6303/9958 6067/6304/9959 -f 7621/7897/11978 6067/6304/9959 7622/7898/11979 -f 7622/7898/11979 6067/6304/9959 7645/7917/11998 -f 7645/7917/11998 6070/6307/9962 7623/7849/11930 -f 7623/7849/11930 6070/6307/9962 7646/7918/11999 -f 7648/7899/11980 6096/6334/9989 7624/7900/11981 -f 7624/7900/11981 6096/6334/9989 6097/6335/9990 -f 6103/6341/9996 6105/6342/9997 7625/7901/11982 -f 7625/7901/11982 6105/6342/9997 7626/7902/11983 -f 7626/7902/11983 6105/6342/9997 6106/6344/9999 -f 7626/7902/11983 6106/6344/9999 7627/7903/11984 -f 7627/7903/11984 6106/6344/9999 6108/6345/10000 -f 7627/7903/11984 6108/6345/10000 7628/7859/11940 -f 7628/7859/11940 6108/6345/10000 7629/7860/11941 -f 7629/7860/11941 6108/6345/10000 6109/6347/10002 -f 7629/7860/11941 6109/6347/10002 7630/7904/11985 -f 7630/7904/11985 6109/6347/10002 6110/6349/10004 -f 7630/7904/11985 6110/6349/10004 7631/7905/11986 -f 7631/7905/11986 6110/6349/10004 6112/6351/10006 -f 7631/7905/11986 6112/6351/10006 7632/7906/11987 -f 7632/7906/11987 6112/6351/10006 6113/6352/10007 -f 7632/7906/11987 6113/6352/10007 7633/7907/11988 -f 7633/7907/11988 6113/6352/10007 6115/6354/10009 -f 7633/7907/11988 6115/6354/10009 6028/6262/9917 -f 7634/7908/11989 6028/6262/9917 7649/7920/12001 -f 7649/7920/12001 6031/6265/9920 7635/7921/12002 -f 7635/7921/12002 6031/6265/9920 6032/6266/9921 -f 7635/7921/12002 6032/6266/9921 7636/7910/11991 -f 7636/7910/11991 6032/6266/9921 6034/6268/9923 -f 6034/6268/9923 6035/6269/9924 7637/7911/11992 -f 7637/7911/11992 6035/6269/9924 7650/7922/12003 -f 7650/7922/12003 6037/6271/9926 7638/7923/12004 -f 7638/7923/12004 6037/6271/9926 6039/6273/9928 -f 7639/7913/11994 6041/6275/9930 6043/6277/9932 -f 6083/6321/9976 6086/6323/9978 7640/7914/11995 -f 7640/7914/11995 6086/6323/9978 7641/7915/11996 -f 7641/7915/11996 6086/6323/9978 7642/7916/11997 -f 7642/7916/11997 6086/6323/9978 6087/6325/9980 -f 7642/7916/11997 6087/6325/9980 7643/7882/11963 -f 7643/7882/11963 6087/6325/9980 6089/6327/9982 -f 6091/6329/9984 6049/6285/9940 7644/7886/11967 -f 7644/7886/11967 6049/6285/9940 6051/6287/9942 -f 6067/6304/9959 6068/6305/9960 7645/7917/11998 -f 7645/7917/11998 6068/6305/9960 6070/6307/9962 -f 6070/6307/9962 6094/6308/9963 7646/7918/11999 -f 7646/7918/11999 6094/6308/9963 7647/7919/12000 -f 7647/7919/12000 6094/6308/9963 6095/6332/9987 -f 7647/7919/12000 6095/6332/9987 7648/7899/11980 -f 7648/7899/11980 6095/6332/9987 6096/6334/9989 -f 6028/6262/9917 6030/6264/9919 7649/7920/12001 -f 7649/7920/12001 6030/6264/9919 6031/6265/9920 -f 7650/7922/12003 6035/6269/9924 6037/6271/9926 -f 7775/7924/12005 7652/7925/12006 7653/7926/12007 -f 6587/6893/10842 6586/6891/10840 7654/7927/12008 -f 6620/6925/10874 6618/6924/10873 7766/7928/12009 -f 6642/6948/10897 6641/6946/10895 7757/7929/12010 -f 6645/6951/10900 6644/6949/10898 7655/7930/12011 -f 6652/6958/10907 6651/6956/10905 7754/7931/12012 -f 6657/6963/10912 6656/6961/10910 7657/7932/12013 -f 6662/6967/10916 6660/6965/10914 7749/7933/12014 -f 6668/6974/10923 6667/6972/10921 7658/7934/12015 -f 7730/7935/12016 6665/6970/10919 6693/6999/10948 -f 6520/6823/10772 6518/6821/10770 7660/7936/12017 -f 6537/6841/10790 6536/6839/10788 7712/7937/12018 -f 6540/6843/10792 6538/6842/10791 7778/7938/12019 -f 6512/6815/10764 6511/6813/10762 7662/7939/12020 -f 6544/6847/10796 6542/6845/10794 7663/7940/12021 -f 6548/6852/10801 6547/6850/10799 7664/7941/12022 -f 8824/7942/12023 8825/5704/9359 5543/5706/9361 -f 8445/7943/12024 8443/5792/9447 5608/5791/9446 -f 5663/5867/9522 8144/7944/12025 7684/7945/12026 -f 8066/7946/12027 8064/6250/9905 6020/6249/9904 -f 5495/5649/9304 5494/5650/9305 7770/7947/12028 -f 7935/7948/12029 5496/5647/9302 7665/7949/12030 -f 7935/7948/12029 7665/7949/12030 7667/7950/12031 -f 7666/7951/12032 7670/7952/12033 6613/6919/10868 -f 6613/6919/10868 7670/7952/12033 7665/7949/12030 -f 7665/7949/12030 7670/7952/12033 7667/7950/12031 -f 7672/7953/12034 7668/7954/12035 7669/7955/12036 -f 7669/7955/12036 7668/7954/12035 7666/7951/12032 -f 7666/7951/12032 7668/7954/12035 7670/7952/12033 -f 7964/6261/9916 7672/7953/12034 7671/6260/9915 -f 7671/6260/9915 7672/7953/12034 7669/7955/12036 -f 7673/7956/12037 7676/7957/12038 7674/7958/12039 -f 8066/7946/12027 6020/6249/9904 7673/7956/12037 -f 8066/7946/12027 7673/7956/12037 7674/7958/12039 -f 7676/7957/12038 7673/7956/12037 7675/7959/12040 -f 7676/7957/12038 7675/7959/12040 7677/7960/12041 -f 7677/7960/12041 7675/7959/12040 7678/7961/12042 -f 7679/5880/9535 7677/7960/12041 7678/7961/12042 -f 7681/7962/12043 7683/7963/12044 7682/5871/9526 -f 6591/6896/10845 7683/7963/12044 7681/7962/12043 -f 6591/6896/10845 7685/7964/12045 7683/7963/12044 -f 7684/7945/12026 8144/7944/12025 7685/7964/12045 -f 7773/7965/12046 5662/5865/9520 5663/5867/9522 -f 5654/5857/9512 8175/7966/12047 8174/5858/9513 -f 8175/7966/12047 5654/5857/9512 7688/7967/12048 -f 7688/7967/12048 5654/5857/9512 7686/7968/12049 -f 7688/7967/12048 7686/7968/12049 6577/6882/10831 -f 6575/6880/10829 7687/7969/12050 7688/7967/12048 -f 6575/6880/10829 7688/7967/12048 6577/6882/10831 -f 5652/5852/9507 5653/5854/9509 7774/7970/12051 -f 8225/5845/9500 5644/5844/9499 7690/7971/12052 -f 7690/7971/12052 5644/5844/9499 7689/7972/12053 -f 7693/6874/10823 7691/6872/10821 7695/7973/12054 -f 7695/7973/12054 7692/7974/12055 7693/6874/10823 -f 7691/6872/10821 6567/6870/10819 7694/7975/12056 -f 7694/7975/12056 8253/7976/12057 7695/7973/12054 -f 7694/7975/12056 7695/7973/12054 7691/6872/10821 -f 5642/5839/9494 5643/5841/9496 7694/7975/12056 -f 7694/7975/12056 5643/5841/9496 8253/7976/12057 -f 7653/7926/12007 7699/7977/12058 7696/7978/12059 -f 7653/7926/12007 7696/7978/12059 7697/7979/12060 -f 7653/7926/12007 7698/7980/12061 7699/7977/12058 -f 7699/7977/12058 7698/7980/12061 7700/7981/12062 -f 5633/5826/9481 8308/5828/9483 7768/7982/12063 -f 7768/7982/12063 8308/5828/9483 7700/7981/12062 -f 7702/7983/12064 7701/7984/12065 8337/5817/9472 -f 7701/7984/12065 7702/7983/12064 7704/7985/12066 -f 7703/7986/12067 7705/7987/12068 7704/7985/12066 -f 7664/7941/12022 7706/7988/12069 7705/7987/12068 -f 8364/5816/9471 7706/7988/12069 5617/5815/9470 -f 5617/5815/9470 7706/7988/12069 7664/7941/12022 -f 7708/7989/12070 7707/5804/9459 5618/5803/9458 -f 7708/7989/12070 5618/5803/9458 7663/7940/12021 -f 7710/7990/12071 7711/7991/12072 7709/7992/12073 -f 5616/5802/9457 7711/7991/12072 7710/7990/12071 -f 8445/7943/12024 5608/5791/9446 7712/7937/12018 -f 8445/7943/12024 7712/7937/12018 7713/7993/12074 -f 7715/7994/12075 7714/7995/12076 7661/7996/12077 -f 7716/7997/12078 5607/5790/9445 7715/7994/12075 -f 8495/5781/9436 5598/5780/9435 8498/7998/12079 -f 7717/7999/12080 7720/8000/12081 7718/8001/12082 -f 7717/7999/12080 7718/8001/12082 8498/7998/12079 -f 7717/7999/12080 8498/7998/12079 5598/5780/9435 -f 7720/8000/12081 7717/7999/12080 7719/8002/12083 -f 7721/8003/12084 7723/8004/12085 7719/8002/12083 -f 7719/8002/12083 7723/8004/12085 7722/8005/12086 -f 7719/8002/12083 7722/8005/12086 7720/8000/12081 -f 5597/5777/9432 7723/8004/12085 7721/8003/12084 -f 7660/7936/12017 5596/5775/9430 5597/5777/9432 -f 8552/5768/9423 5588/5767/9422 7725/8006/12087 -f 8606/5754/9409 5579/5753/9408 8609/8007/12088 -f 8609/8007/12088 5579/5753/9408 7728/8008/12089 -f 8609/8007/12088 7728/8008/12089 7729/8009/12090 -f 7729/8009/12090 6694/7001/10950 7730/7935/12016 -f 5577/5749/9404 8635/5751/9406 7769/8010/12091 -f 7769/8010/12091 8635/5751/9406 8633/8011/12092 -f 7731/5742/9397 5571/5741/9396 7732/8012/12093 -f 7731/5742/9397 7732/8012/12093 8665/8013/12094 -f 7733/8014/12095 7734/6993/10942 7735/8015/12096 -f 7733/8014/12095 7735/8015/12096 8665/8013/12094 -f 7734/6993/10942 7737/8016/12097 7735/8015/12096 -f 7734/6993/10942 7736/8017/12098 7737/8016/12097 -f 7737/8016/12097 7736/8017/12098 7738/8018/12099 -f 8691/5739/9394 7738/8018/12099 5561/5738/9393 -f 5561/5738/9393 7738/8018/12099 7736/8017/12098 -f 6678/6984/10933 7742/8019/12100 7740/8020/12101 -f 6678/6984/10933 7740/8020/12101 6680/6986/10935 -f 6680/6986/10935 7740/8020/12101 7739/8021/12102 -f 7741/8022/12103 7743/8023/12104 7742/8019/12100 -f 7741/8022/12103 7742/8019/12100 6677/6982/10931 -f 6677/6982/10931 7742/8019/12100 6678/6984/10933 -f 5560/5727/9382 7743/8023/12104 7741/8022/12103 -f 8767/5717/9372 5552/5716/9371 8769/8024/12105 -f 7745/8025/12106 7744/8026/12107 8769/8024/12105 -f 7745/8025/12106 8769/8024/12105 5552/5716/9371 -f 7748/8027/12108 7746/8028/12109 7747/8029/12110 -f 7744/8026/12107 7745/8025/12106 7746/8028/12109 -f 7658/7934/12015 5551/5715/9370 7748/8027/12108 -f 7749/7933/12014 7751/8030/12111 7750/8031/12112 -f 8824/7942/12023 5543/5706/9361 7749/7933/12014 -f 8824/7942/12023 7749/7933/12014 7750/8031/12112 -f 7752/8032/12113 7751/8030/12111 7657/7932/12013 -f 7656/8033/12114 5542/5703/9358 7752/8032/12113 -f 8878/5694/9349 5533/5693/9348 8881/8034/12115 -f 7754/7931/12012 7753/8035/12116 8881/8034/12115 -f 7754/7931/12012 8881/8034/12115 5533/5693/9348 -f 7756/8036/12117 7755/8037/12118 6648/6954/10903 -f 5532/5690/9345 7655/7930/12011 5531/5688/9343 -f 8935/5681/9336 5524/5680/9335 7757/7929/12010 -f 7758/8038/12119 8937/8039/12120 7757/7929/12010 -f 7757/7929/12010 8937/8039/12120 8935/5681/9336 -f 5523/5677/9332 8961/8040/12121 5522/5675/9330 -f 5522/5675/9330 8961/8040/12121 7759/8041/12122 -f 7759/8041/12122 8961/8040/12121 7760/8042/12123 -f 7759/8041/12122 7760/8042/12123 6637/6942/10891 -f 8986/5667/9322 5515/5666/9321 8990/8043/12124 -f 8990/8043/12124 5515/5666/9321 7761/8044/12125 -f 6626/6931/10880 7764/8045/12126 7762/8046/12127 -f 7763/8047/12128 7764/8045/12126 6626/6931/10880 -f 5513/5662/9317 9015/5664/9319 7763/8047/12128 -f 7763/8047/12128 9015/5664/9319 7764/8045/12126 -f 7766/7928/12009 7765/8048/12129 9044/5653/9308 -f 7654/7927/12008 7771/8049/12130 7767/8050/12131 -f 7765/8048/12129 7766/7928/12009 7767/8050/12131 -f 6606/6911/10860 6603/6909/10858 7673/7956/12037 -f 6597/6902/10851 7772/8051/12132 7678/7961/12042 -f 7673/7956/12037 6603/6909/10858 6602/6907/10856 -f 7673/7956/12037 6602/6907/10856 7675/7959/12040 -f 7675/7959/12040 6602/6907/10856 6600/6906/10855 -f 7675/7959/12040 6600/6906/10855 7678/7961/12042 -f 7678/7961/12042 6600/6906/10855 6599/6904/10853 -f 7678/7961/12042 6599/6904/10853 6597/6902/10851 -f 7685/7964/12045 6591/6896/10845 7684/7945/12026 -f 7684/7945/12026 6591/6896/10845 6589/6894/10843 -f 6597/6902/10851 6595/6900/10849 7772/8051/12132 -f 7772/8051/12132 6595/6900/10849 6592/6898/10847 -f 7772/8051/12132 6592/6898/10847 7681/7962/12043 -f 7681/7962/12043 6592/6898/10847 6591/6896/10845 -f 6583/6888/10837 6581/6886/10835 7686/7968/12049 -f 7686/7968/12049 6581/6886/10835 6578/6884/10833 -f 7686/7968/12049 6578/6884/10833 6577/6882/10831 -f 6560/6863/10812 7698/7980/12061 6561/6865/10814 -f 6561/6865/10814 7698/7980/12061 7653/7926/12007 -f 6561/6865/10814 7653/7926/12007 7652/7925/12006 -f 6561/6865/10814 7652/7925/12006 6564/6867/10816 -f 6564/6867/10816 7652/7925/12006 6565/6869/10818 -f 6560/6863/10812 6558/6862/10811 7698/7980/12061 -f 7698/7980/12061 6558/6862/10811 7768/7982/12063 -f 7698/7980/12061 7768/7982/12063 7700/7981/12062 -f 7702/7983/12064 6553/6856/10805 6551/6855/10804 -f 7704/7985/12066 7702/7983/12064 7703/7986/12067 -f 7703/7986/12067 7702/7983/12064 6551/6855/10804 -f 7703/7986/12067 6551/6855/10804 6550/6853/10802 -f 7664/7941/12022 7705/7987/12068 7703/7986/12067 -f 7664/7941/12022 7703/7986/12067 6548/6852/10801 -f 6548/6852/10801 7703/7986/12067 6550/6853/10802 -f 7709/7992/12073 7708/7989/12070 7662/7939/12020 -f 7662/7939/12020 7708/7989/12070 7663/7940/12021 -f 7662/7939/12020 7663/7940/12021 6512/6815/10764 -f 6512/6815/10764 7663/7940/12021 6542/6845/10794 -f 6511/6813/10762 6540/6843/10792 7662/7939/12020 -f 7662/7939/12020 6540/6843/10792 7710/7990/12071 -f 7662/7939/12020 7710/7990/12071 7709/7992/12073 -f 7713/7993/12074 7712/7937/12018 7714/7995/12076 -f 7714/7995/12076 7712/7937/12018 7661/7996/12077 -f 7661/7996/12077 7712/7937/12018 6536/6839/10788 -f 7661/7996/12077 6536/6839/10788 6533/6837/10786 -f 6533/6837/10786 6532/6835/10784 7661/7996/12077 -f 7661/7996/12077 6532/6835/10784 7716/7997/12078 -f 7661/7996/12077 7716/7997/12078 7715/7994/12075 -f 6529/6832/10781 6527/6830/10779 7717/7999/12080 -f 6522/6825/10774 7721/8003/12084 6523/6827/10776 -f 6523/6827/10776 7721/8003/12084 7719/8002/12083 -f 6523/6827/10776 7719/8002/12083 6525/6828/10777 -f 6525/6828/10777 7719/8002/12083 7717/7999/12080 -f 6525/6828/10777 7717/7999/12080 6527/6830/10779 -f 6514/6817/10766 7726/8052/12133 6515/6819/10768 -f 6515/6819/10768 7726/8052/12133 7651/8053/12134 -f 6514/6817/10766 6702/7008/10957 7726/8052/12133 -f 7726/8052/12133 6702/7008/10957 6701/7007/10956 -f 7726/8052/12133 6701/7007/10956 7727/8054/12135 -f 6698/7004/10953 7659/8055/12136 6701/7007/10956 -f 7730/7935/12016 6694/7001/10950 6665/6970/10919 -f 8633/8011/12092 7730/7935/12016 7769/8010/12091 -f 7769/8010/12091 7730/7935/12016 6693/6999/10948 -f 6686/6991/10940 7736/8017/12098 7734/6993/10942 -f 7734/6993/10942 7733/8014/12095 6688/6995/10944 -f 7745/8025/12106 6673/6978/10927 6671/6977/10926 -f 7746/8028/12109 7745/8025/12106 7747/8029/12110 -f 7747/8029/12110 7745/8025/12106 6671/6977/10926 -f 7747/8029/12110 6671/6977/10926 6670/6975/10924 -f 7658/7934/12015 7748/8027/12108 7747/8029/12110 -f 7658/7934/12015 7747/8029/12110 6668/6974/10923 -f 6668/6974/10923 7747/8029/12110 6670/6975/10924 -f 7657/7932/12013 7751/8030/12111 7749/7933/12014 -f 7657/7932/12013 7749/7933/12014 6657/6963/10912 -f 6657/6963/10912 7749/7933/12014 6660/6965/10914 -f 6656/6961/10910 6654/6959/10908 7657/7932/12013 -f 7657/7932/12013 6654/6959/10908 7656/8033/12114 -f 7657/7932/12013 7656/8033/12114 7752/8032/12113 -f 7753/8035/12116 7754/7931/12012 7755/8037/12118 -f 7755/8037/12118 7754/7931/12012 6648/6954/10903 -f 6648/6954/10903 7754/7931/12012 6651/6956/10905 -f 6648/6954/10903 6647/6952/10901 7756/8036/12117 -f 7758/8038/12119 6638/6944/10893 6637/6942/10891 -f 7758/8038/12119 6637/6942/10891 7760/8042/12123 -f 6637/6942/10891 6635/6940/10889 7759/8041/12122 -f 7759/8041/12122 6635/6940/10889 6633/6938/10887 -f 7762/8046/12127 6627/6933/10882 6626/6931/10880 -f 7763/8047/12128 6626/6931/10880 6623/6928/10877 -f 7654/7927/12008 7767/8050/12131 7766/7928/12009 -f 7654/7927/12008 7766/7928/12009 6587/6893/10842 -f 6587/6893/10842 7766/7928/12009 6618/6924/10873 -f 6586/6891/10840 6617/6922/10871 7654/7927/12008 -f 7654/7927/12008 6617/6922/10871 7770/7947/12028 -f 7654/7927/12008 7770/7947/12028 7771/8049/12130 -f 7771/8049/12130 7770/7947/12028 5494/5650/9305 -f 6613/6919/10868 6612/6917/10866 7666/7951/12032 -f 7666/7951/12032 6612/6917/10866 6610/6915/10864 -f 7666/7951/12032 6610/6915/10864 7669/7955/12036 -f 6589/6894/10843 6583/6888/10837 7684/7945/12026 -f 7684/7945/12026 6583/6888/10837 7773/7965/12046 -f 7684/7945/12026 7773/7965/12046 5663/5867/9522 -f 6575/6880/10829 6574/6879/10828 7774/7970/12051 -f 6575/6880/10829 7774/7970/12051 7687/7969/12050 -f 7687/7969/12050 7774/7970/12051 5653/5854/9509 -f 6571/6876/10825 7693/6874/10823 7689/7972/12053 -f 7689/7972/12053 7693/6874/10823 7690/7971/12052 -f 7690/7971/12052 7693/6874/10823 7692/7974/12055 -f 8281/5831/9486 5635/5830/9485 7697/7979/12060 -f 7697/7979/12060 5635/5830/9485 7775/7924/12005 -f 7697/7979/12060 7775/7924/12005 7653/7926/12007 -f 6522/6825/10774 6520/6823/10772 7721/8003/12084 -f 7721/8003/12084 6520/6823/10772 7660/7936/12017 -f 7721/8003/12084 7660/7936/12017 5597/5777/9432 -f 7651/8053/12134 7726/8052/12133 7724/8056/12137 -f 7651/8053/12134 7724/8056/12137 5588/5767/9422 -f 5588/5767/9422 7724/8056/12137 7725/8006/12087 -f 6701/7007/10956 7659/8055/12136 7727/8054/12135 -f 7727/8054/12135 7659/8055/12136 5586/5762/9417 -f 7727/8054/12135 5586/5762/9417 5587/5764/9419 -f 7728/8008/12089 6696/7002/10951 6694/7001/10950 -f 7728/8008/12089 6694/7001/10950 7729/8009/12090 -f 6654/6959/10908 6652/6958/10907 7656/8033/12114 -f 7656/8033/12114 6652/6958/10907 7776/8057/12138 -f 7656/8033/12114 7776/8057/12138 5542/5703/9358 -f 5542/5703/9358 7776/8057/12138 5541/5701/9356 -f 6647/6952/10901 6645/6951/10900 7756/8036/12117 -f 7756/8036/12117 6645/6951/10900 7655/7930/12011 -f 7756/8036/12117 7655/7930/12011 5532/5690/9345 -f 6641/6946/10895 6638/6944/10893 7757/7929/12010 -f 7757/7929/12010 6638/6944/10893 7758/8038/12119 -f 6630/6935/10884 6627/6933/10882 7762/8046/12127 -f 6630/6935/10884 7762/8046/12127 7761/8044/12125 -f 7761/8044/12125 7762/8046/12127 8990/8043/12124 -f 6608/6913/10862 6606/6911/10860 7777/8058/12139 -f 7777/8058/12139 6606/6911/10860 7673/7956/12037 -f 7777/8058/12139 7673/7956/12037 6027/6251/9906 -f 6027/6251/9906 7673/7956/12037 6020/6249/9904 -f 7682/5871/9526 5664/5870/9525 7681/7962/12043 -f 7681/7962/12043 5664/5870/9525 7680/5878/9533 -f 7681/7962/12043 7680/5878/9533 7772/8051/12132 -f 7772/8051/12132 7680/5878/9533 7679/5880/9535 -f 7772/8051/12132 7679/5880/9535 7678/7961/12042 -f 6538/6842/10791 6537/6841/10790 7778/7938/12019 -f 7778/7938/12019 6537/6841/10790 7712/7937/12018 -f 7778/7938/12019 7712/7937/12018 5609/5793/9448 -f 5609/5793/9448 7712/7937/12018 5608/5791/9446 -f 6532/6835/10784 6530/6834/10783 7716/7997/12078 -f 7716/7997/12078 6530/6834/10783 7779/8059/12140 -f 7716/7997/12078 7779/8059/12140 5607/5790/9445 -f 5607/5790/9445 7779/8059/12140 5606/5788/9443 -f 6691/6997/10946 6688/6995/10944 7733/8014/12095 -f 6691/6997/10946 7733/8014/12095 7732/8012/12093 -f 7732/8012/12093 7733/8014/12095 8665/8013/12094 -f 7780/8060/12141 6662/6967/10916 7749/7933/12014 -f 7780/8060/12141 7749/7933/12014 5545/5707/9362 -f 5545/5707/9362 7749/7933/12014 5543/5706/9361 -f 6622/6927/10876 6620/6925/10874 7781/8061/12142 -f 7781/8061/12142 6620/6925/10874 7766/7928/12009 -f 7781/8061/12142 7766/7928/12009 5504/5652/9307 -f 5504/5652/9307 7766/7928/12009 9044/5653/9308 -f 6610/6915/10864 6608/6913/10862 7669/7955/12036 -f 7669/7955/12036 6608/6913/10862 7777/8058/12139 -f 7669/7955/12036 7777/8058/12139 7671/6260/9915 -f 7671/6260/9915 7777/8058/12139 6027/6251/9906 -f 7680/5878/9533 5664/5870/9525 5665/5869/9524 -f 7773/7965/12046 6583/6888/10837 7686/7968/12049 -f 7773/7965/12046 7686/7968/12049 5662/5865/9520 -f 5662/5865/9520 7686/7968/12049 5654/5857/9512 -f 5662/5865/9520 5654/5857/9512 5655/5856/9511 -f 5644/5844/9499 5645/5843/9498 7689/7972/12053 -f 7689/7972/12053 5645/5843/9498 5652/5852/9507 -f 7689/7972/12053 5652/5852/9507 7774/7970/12051 -f 7689/7972/12053 7774/7970/12051 6571/6876/10825 -f 6571/6876/10825 7774/7970/12051 6572/6878/10827 -f 6572/6878/10827 7774/7970/12051 6574/6879/10828 -f 5635/5830/9485 5636/5832/9487 7775/7924/12005 -f 7775/7924/12005 5636/5832/9487 5642/5839/9494 -f 7775/7924/12005 5642/5839/9494 7694/7975/12056 -f 7775/7924/12005 7694/7975/12056 7652/7925/12006 -f 7652/7925/12006 7694/7975/12056 6567/6870/10819 -f 7652/7925/12006 6567/6870/10819 6565/6869/10818 -f 7782/8062/12143 5627/5819/9474 5633/5826/9481 -f 7782/8062/12143 5633/5826/9481 7768/7982/12063 -f 7782/8062/12143 7768/7982/12063 6555/6858/10807 -f 6555/6858/10807 7768/7982/12063 6557/6860/10809 -f 6557/6860/10809 7768/7982/12063 6558/6862/10811 -f 6555/6858/10807 6553/6856/10805 7702/7983/12064 -f 6555/6858/10807 7702/7983/12064 7782/8062/12143 -f 7782/8062/12143 7702/7983/12064 8337/5817/9472 -f 7782/8062/12143 8337/5817/9472 5627/5819/9474 -f 7783/8063/12144 5623/5806/9461 5617/5815/9470 -f 7783/8063/12144 5617/5815/9470 7664/7941/12022 -f 7783/8063/12144 7664/7941/12022 6546/6849/10798 -f 6546/6849/10798 7664/7941/12022 6547/6850/10799 -f 6546/6849/10798 6544/6847/10796 7783/8063/12144 -f 7783/8063/12144 6544/6847/10796 7663/7940/12021 -f 7783/8063/12144 7663/7940/12021 5618/5803/9458 -f 7783/8063/12144 5618/5803/9458 5623/5806/9461 -f 7710/7990/12071 6540/6843/10792 7778/7938/12019 -f 7710/7990/12071 7778/7938/12019 5616/5802/9457 -f 5616/5802/9457 7778/7938/12019 5609/5793/9448 -f 6530/6834/10783 6529/6832/10781 7779/8059/12140 -f 7779/8059/12140 6529/6832/10781 7717/7999/12080 -f 7779/8059/12140 7717/7999/12080 5606/5788/9443 -f 5606/5788/9443 7717/7999/12080 5598/5780/9435 -f 5606/5788/9443 5598/5780/9435 5599/5779/9434 -f 6518/6821/10770 6515/6819/10768 7660/7936/12017 -f 7660/7936/12017 6515/6819/10768 7651/8053/12134 -f 7660/7936/12017 7651/8053/12134 5596/5775/9430 -f 5596/5775/9430 7651/8053/12134 5588/5767/9422 -f 5596/5775/9430 5588/5767/9422 5589/5766/9421 -f 5579/5753/9408 5580/5755/9410 5586/5762/9417 -f 5579/5753/9408 5586/5762/9417 7728/8008/12089 -f 7728/8008/12089 5586/5762/9417 7659/8055/12136 -f 7728/8008/12089 7659/8055/12136 6696/7002/10951 -f 6696/7002/10951 7659/8055/12136 6698/7004/10953 -f 7732/8012/12093 5571/5741/9396 5577/5749/9404 -f 7732/8012/12093 5577/5749/9404 7769/8010/12091 -f 7732/8012/12093 7769/8010/12091 6691/6997/10946 -f 6691/6997/10946 7769/8010/12091 6693/6999/10948 -f 7784/8064/12145 5564/5729/9384 5561/5738/9393 -f 7784/8064/12145 5561/5738/9393 7736/8017/12098 -f 7784/8064/12145 7736/8017/12098 6684/6990/10939 -f 6684/6990/10939 7736/8017/12098 6686/6991/10940 -f 6684/6990/10939 6683/6988/10937 7784/8064/12145 -f 7784/8064/12145 6683/6988/10937 6680/6986/10935 -f 7784/8064/12145 6680/6986/10935 7739/8021/12102 -f 7784/8064/12145 7739/8021/12102 5564/5729/9384 -f 5564/5729/9384 7739/8021/12102 5563/5730/9385 -f 6677/6982/10931 6675/6980/10929 7741/8022/12103 -f 7741/8022/12103 6675/6980/10929 5559/5718/9373 -f 7741/8022/12103 5559/5718/9373 5560/5727/9382 -f 5552/5716/9371 5559/5718/9373 7745/8025/12106 -f 7745/8025/12106 5559/5718/9373 6675/6980/10929 -f 7745/8025/12106 6675/6980/10929 6673/6978/10927 -f 6667/6972/10921 6662/6967/10916 7658/7934/12015 -f 7658/7934/12015 6662/6967/10916 7780/8060/12141 -f 7658/7934/12015 7780/8060/12141 5551/5715/9370 -f 5551/5715/9370 7780/8060/12141 5545/5707/9362 -f 7776/8057/12138 6652/6958/10907 7754/7931/12012 -f 7776/8057/12138 7754/7931/12012 5541/5701/9356 -f 5541/5701/9356 7754/7931/12012 5533/5693/9348 -f 5541/5701/9356 5533/5693/9348 5534/5692/9347 -f 6644/6949/10898 6642/6948/10897 7655/7930/12011 -f 7655/7930/12011 6642/6948/10897 7757/7929/12010 -f 7655/7930/12011 7757/7929/12010 5531/5688/9343 -f 5531/5688/9343 7757/7929/12010 5525/5679/9334 -f 5525/5679/9334 7757/7929/12010 5524/5680/9335 -f 5515/5666/9321 5516/5668/9323 7761/8044/12125 -f 7761/8044/12125 5516/5668/9323 5522/5675/9330 -f 7761/8044/12125 5522/5675/9330 7759/8041/12122 -f 7761/8044/12125 7759/8041/12122 6630/6935/10884 -f 6630/6935/10884 7759/8041/12122 6633/6938/10887 -f 5504/5652/9307 5507/5655/9310 5513/5662/9317 -f 5504/5652/9307 5513/5662/9317 7781/8061/12142 -f 7781/8061/12142 5513/5662/9317 7763/8047/12128 -f 7781/8061/12142 7763/8047/12128 6622/6927/10876 -f 6622/6927/10876 7763/8047/12128 6623/6928/10877 -f 7785/8065/12146 5500/5646/9301 5495/5649/9304 -f 7785/8065/12146 5495/5649/9304 7770/7947/12028 -f 7785/8065/12146 7770/7947/12028 6615/6921/10870 -f 6615/6921/10870 7770/7947/12028 6617/6922/10871 -f 6615/6921/10870 6613/6919/10868 7785/8065/12146 -f 7785/8065/12146 6613/6919/10868 7665/7949/12030 -f 7785/8065/12146 7665/7949/12030 5500/5646/9301 -f 5500/5646/9301 7665/7949/12030 5496/5647/9302 -s 122 -f 6811/7119/11068 6002/6231/9886 6810/7118/11067 -f 6810/7118/11067 6002/6231/9886 6003/6232/9887 -f 6810/7118/11067 6003/6232/9887 6808/7116/11065 -f 6808/7116/11065 6003/6232/9887 5903/6130/9785 -f 6808/7116/11065 5903/6130/9785 6807/7115/11064 -f 6807/7115/11064 5903/6130/9785 5906/6134/9789 -f 6807/7115/11064 5906/6134/9789 6805/7113/11062 -f 6805/7113/11062 5906/6134/9789 5897/6123/9778 -f 6805/7113/11062 5897/6123/9778 6804/7111/11060 -f 6804/7111/11060 5897/6123/9778 5899/6125/9780 -f 6804/7111/11060 5899/6125/9780 6824/7132/11081 -f 6824/7132/11081 5899/6125/9780 5893/6119/9774 -f 6824/7132/11081 5893/6119/9774 6823/7131/11080 -f 6823/7131/11080 5893/6119/9774 5891/6118/9773 -f 6823/7131/11080 5891/6118/9773 6821/7129/11078 -f 6821/7129/11078 5891/6118/9773 5894/6120/9775 -f 6821/7129/11078 5894/6120/9775 6820/7128/11077 -f 6820/7128/11077 5894/6120/9775 6004/6233/9888 -f 6820/7128/11077 6004/6233/9888 6818/7126/11075 -f 6818/7126/11075 6004/6233/9888 6006/6235/9890 -f 6818/7126/11075 6006/6235/9890 6817/7124/11073 -f 6817/7124/11073 6006/6235/9890 6007/6236/9891 -f 6817/7124/11073 6007/6236/9891 6834/7142/11091 -f 6834/7142/11091 6007/6236/9891 6009/6238/9893 -f 6834/7142/11091 6009/6238/9893 6833/7141/11090 -f 6833/7141/11090 6009/6238/9893 6010/6239/9894 -f 6833/7141/11090 6010/6239/9894 6831/7139/11088 -f 6831/7139/11088 6010/6239/9894 5886/6113/9768 -f 6831/7139/11088 5886/6113/9768 6830/7138/11087 -f 6830/7138/11087 5886/6113/9768 5889/6116/9771 -f 6830/7138/11087 5889/6116/9771 6828/7136/11085 -f 6828/7136/11085 5889/6116/9771 5879/6105/9760 -f 6828/7136/11085 5879/6105/9760 6827/7134/11083 -f 6827/7134/11083 5879/6105/9760 5880/6107/9762 -f 6827/7134/11083 5880/6107/9762 6844/7152/11101 -f 6844/7152/11101 5880/6107/9762 5881/6108/9763 -f 6844/7152/11101 5881/6108/9763 6843/7151/11100 -f 6843/7151/11100 5881/6108/9763 5874/6100/9755 -f 6843/7151/11100 5874/6100/9755 6841/7149/11098 -f 6841/7149/11098 5874/6100/9755 5872/6099/9754 -f 6841/7149/11098 5872/6099/9754 6840/7148/11097 -f 6840/7148/11097 5872/6099/9754 6011/6240/9895 -f 6840/7148/11097 6011/6240/9895 6838/7146/11095 -f 6838/7146/11095 6011/6240/9895 6013/6242/9897 -f 6838/7146/11095 6013/6242/9897 6837/7144/11093 -f 6837/7144/11093 6013/6242/9897 6014/6243/9898 -f 6837/7144/11093 6014/6243/9898 6854/7162/11111 -f 6854/7162/11111 6014/6243/9898 6016/6245/9900 -f 6854/7162/11111 6016/6245/9900 6853/7161/11110 -f 6853/7161/11110 6016/6245/9900 6017/6246/9901 -f 6853/7161/11110 6017/6246/9901 6851/7159/11108 -f 6851/7159/11108 6017/6246/9901 5979/6209/9864 -f 6851/7159/11108 5979/6209/9864 6850/7158/11107 -f 6850/7158/11107 5979/6209/9864 5982/6212/9867 -f 6850/7158/11107 5982/6212/9867 6848/7156/11105 -f 6848/7156/11105 5982/6212/9867 5971/6200/9855 -f 6848/7156/11105 5971/6200/9855 6847/7154/11103 -f 6847/7154/11103 5971/6200/9855 5973/6203/9858 -f 6847/7154/11103 5973/6203/9858 6864/7172/11121 -f 6864/7172/11121 5973/6203/9858 5974/6204/9859 -f 6864/7172/11121 5974/6204/9859 6863/7171/11120 -f 6863/7171/11120 5974/6204/9859 5969/6197/9852 -f 6863/7171/11120 5969/6197/9852 6861/7169/11118 -f 6861/7169/11118 5969/6197/9852 5964/6192/9847 -f 6861/7169/11118 5964/6192/9847 6860/7168/11117 -f 6860/7168/11117 5964/6192/9847 5966/6193/9848 -f 6860/7168/11117 5966/6193/9848 6858/7166/11115 -f 6858/7166/11115 5966/6193/9848 5967/6194/9849 -f 6858/7166/11115 5967/6194/9849 6857/7164/11113 -f 6857/7164/11113 5967/6194/9849 6018/6247/9902 -f 6857/7164/11113 6018/6247/9902 6874/7181/11130 -f 6874/7181/11130 6018/6247/9902 6019/6248/9903 -f 6874/7181/11130 6019/6248/9903 6873/7180/11129 -f 6873/7180/11129 6019/6248/9903 5984/6213/9868 -f 6873/7180/11129 5984/6213/9868 6871/7178/11127 -f 6871/7178/11127 5984/6213/9868 5958/6190/9845 -f 6871/7178/11127 5958/6190/9845 6870/7177/11126 -f 6870/7177/11126 5958/6190/9845 5963/6191/9846 -f 6870/7177/11126 5963/6191/9846 6868/7175/11124 -f 6868/7175/11124 5963/6191/9846 5952/6181/9836 -f 6868/7175/11124 5952/6181/9836 6763/7070/11019 -f 6763/7070/11019 5952/6181/9836 5954/6183/9838 -f 6763/7070/11019 5954/6183/9838 6762/7069/11018 -f 6762/7069/11018 5954/6183/9838 5955/6184/9839 -f 6762/7069/11018 5955/6184/9839 6760/7067/11016 -f 6760/7067/11016 5955/6184/9839 5947/6175/9830 -f 6760/7067/11016 5947/6175/9830 6758/7065/11014 -f 6758/7065/11014 5947/6175/9830 5949/6177/9832 -f 6758/7065/11014 5949/6177/9832 6757/7064/11013 -f 6757/7064/11013 5949/6177/9832 5945/6174/9829 -f 6757/7064/11013 5945/6174/9829 6755/7062/11011 -f 6755/7062/11011 5945/6174/9829 5944/6173/9828 -f 6755/7062/11011 5944/6173/9828 6754/7060/11009 -f 6754/7060/11009 5944/6173/9828 5986/6215/9870 -f 6754/7060/11009 5986/6215/9870 6772/7080/11029 -f 6772/7080/11029 5986/6215/9870 5988/6217/9872 -f 6772/7080/11029 5988/6217/9872 6770/7078/11027 -f 6770/7078/11027 5988/6217/9872 5989/6218/9873 -f 6770/7078/11027 5989/6218/9873 6768/7076/11025 -f 6768/7076/11025 5989/6218/9873 5941/6170/9825 -f 6768/7076/11025 5941/6170/9825 6767/7075/11024 -f 6767/7075/11024 5941/6170/9825 5943/6171/9826 -f 6767/7075/11024 5943/6171/9826 6765/7073/11022 -f 6765/7073/11022 5943/6171/9826 5931/6160/9815 -f 6765/7073/11022 5931/6160/9815 6764/7071/11020 -f 6764/7071/11020 5931/6160/9815 5934/6163/9818 -f 6764/7071/11020 5934/6163/9818 6782/7090/11039 -f 6782/7090/11039 5934/6163/9818 5935/6164/9819 -f 6782/7090/11039 5935/6164/9819 6780/7088/11037 -f 6780/7088/11037 5935/6164/9819 5937/6166/9821 -f 6780/7088/11037 5937/6166/9821 6778/7086/11035 -f 6778/7086/11035 5937/6166/9821 5927/6156/9811 -f 6778/7086/11035 5927/6156/9811 6777/7085/11034 -f 6777/7085/11034 5927/6156/9811 5926/6155/9810 -f 6777/7085/11034 5926/6155/9810 6775/7083/11032 -f 6775/7083/11032 5926/6155/9810 5925/6154/9809 -f 6775/7083/11032 5925/6154/9809 6774/7081/11030 -f 6774/7081/11030 5925/6154/9809 5990/6219/9874 -f 6774/7081/11030 5990/6219/9874 6792/7100/11049 -f 6792/7100/11049 5990/6219/9874 5992/6221/9876 -f 6792/7100/11049 5992/6221/9876 6790/7098/11047 -f 6790/7098/11047 5992/6221/9876 5993/6222/9877 -f 6790/7098/11047 5993/6222/9877 6788/7096/11045 -f 6788/7096/11045 5993/6222/9877 5995/6224/9879 -f 6788/7096/11045 5995/6224/9879 6787/7095/11044 -f 6787/7095/11044 5995/6224/9879 5996/6225/9880 -f 6787/7095/11044 5996/6225/9880 6785/7093/11042 -f 6785/7093/11042 5996/6225/9880 5916/6144/9799 -f 6785/7093/11042 5916/6144/9799 6784/7091/11040 -f 6784/7091/11040 5916/6144/9799 5919/6148/9803 -f 6784/7091/11040 5919/6148/9803 6802/7110/11059 -f 6802/7110/11059 5919/6148/9803 5922/6150/9805 -f 6802/7110/11059 5922/6150/9805 6800/7108/11057 -f 6800/7108/11057 5922/6150/9805 5923/6151/9806 -f 6800/7108/11057 5923/6151/9806 6798/7106/11055 -f 6798/7106/11055 5923/6151/9806 5907/6135/9790 -f 6798/7106/11055 5907/6135/9790 6797/7105/11054 -f 6797/7105/11054 5907/6135/9790 5908/6137/9792 -f 6797/7105/11054 5908/6137/9792 6795/7103/11052 -f 6795/7103/11052 5908/6137/9792 5910/6139/9794 -f 6795/7103/11052 5910/6139/9794 6794/7101/11050 -f 6794/7101/11050 5910/6139/9794 5997/6226/9881 -f 6794/7101/11050 5997/6226/9881 6815/7123/11072 -f 6815/7123/11072 5997/6226/9881 5999/6228/9883 -f 6815/7123/11072 5999/6228/9883 6813/7121/11070 -f 6813/7121/11070 5999/6228/9883 6000/6229/9884 -f 6813/7121/11070 6000/6229/9884 6811/7119/11068 -f 6811/7119/11068 6000/6229/9884 6002/6231/9886 -f 6826/7112/11061 6825/7133/11082 7868/8066/12147 -f 6836/7125/11074 6835/7143/11092 7862/8067/12148 -f 6846/7135/11084 6845/7153/11102 7856/8068/12149 -f 6856/7145/11094 6855/7163/11112 7850/8069/12150 -f 6867/7174/11123 6761/7068/11017 7890/8070/12151 -f 6761/7068/11017 6759/7066/11015 7829/8071/12152 -f 6773/7061/11010 6771/7079/11028 7885/8072/12153 -f 6771/7079/11028 6769/7077/11026 7822/8073/12154 -f 6783/7072/11021 6781/7089/11038 7881/8074/12155 -f 6781/7089/11038 6779/7087/11036 7815/8075/12156 -f 6793/7082/11031 6791/7099/11048 7877/8076/12157 -f 6791/7099/11048 6789/7097/11046 7807/8077/12158 -f 6803/7092/11041 6801/7109/11058 7787/8078/12159 -f 6801/7109/11058 6799/7107/11056 7797/8079/12160 -f 6726/7033/10982 6717/7023/10972 7788/8080/12161 -f 7788/8080/12161 6717/7023/10972 7874/8081/12162 -f 7788/8080/12161 7874/8081/12162 7800/8082/12163 -f 7789/8083/12164 7788/8080/12161 7800/8082/12163 -f 7789/8083/12164 7800/8082/12163 7871/8084/12165 -f 7790/8085/12166 7789/8083/12164 7871/8084/12165 -f 6729/7028/10977 6726/7033/10982 7928/8086/12167 -f 7928/8086/12167 6726/7033/10982 7788/8080/12161 -f 7928/8086/12167 7788/8080/12161 7791/8087/12168 -f 7791/8087/12168 7788/8080/12161 7789/8083/12164 -f 7791/8087/12168 7789/8083/12164 7792/8088/12169 -f 7792/8088/12169 7789/8083/12164 7790/8085/12166 -f 7792/8088/12169 7790/8085/12166 7795/8089/12170 -f 7793/8090/12171 7791/8087/12168 7792/8088/12169 -f 7793/8090/12171 7792/8088/12169 7786/8091/12172 -f 7786/8091/12172 7792/8088/12169 7795/8089/12170 -f 7797/8079/12160 7796/8092/12173 7799/8093/12174 -f 7799/8093/12174 7796/8092/12173 7798/8094/12175 -f 7799/8093/12174 7798/8094/12175 7800/8082/12163 -f 6717/7023/10972 6711/7010/10959 7801/8095/12176 -f 7801/8095/12176 6711/7010/10959 7802/8096/12177 -f 7801/8095/12176 7802/8096/12177 7803/8097/12178 -f 7803/8097/12178 7802/8096/12177 7804/8098/12179 -f 7803/8097/12178 7804/8098/12179 7806/8099/12180 -f 7806/8099/12180 7804/8098/12179 7805/8100/12181 -f 7806/8099/12180 7805/8100/12181 7808/8101/12182 -f 7808/8101/12182 7805/8100/12181 7807/8077/12158 -f 6711/7010/10959 6709/7017/10966 7809/8102/12183 -f 7809/8102/12183 6709/7017/10966 7810/8103/12184 -f 7809/8102/12183 7810/8103/12184 7811/8104/12185 -f 7811/8104/12185 7810/8103/12184 7812/8105/12186 -f 7811/8104/12185 7812/8105/12186 7814/8106/12187 -f 7814/8106/12187 7812/8105/12186 7813/8107/12188 -f 7814/8106/12187 7813/8107/12188 7816/8108/12189 -f 7816/8108/12189 7813/8107/12188 7815/8075/12156 -f 6716/7015/10964 6713/7020/10969 7817/8109/12190 -f 7818/8110/12191 7817/8109/12190 7819/8111/12192 -f 7818/8110/12191 7819/8111/12192 7820/8112/12193 -f 7820/8112/12193 7819/8111/12192 7821/8113/12194 -f 7820/8112/12193 7821/8113/12194 7823/8114/12195 -f 7823/8114/12195 7821/8113/12194 7822/8073/12154 -f 7824/8115/12196 6742/7037/10986 7825/8116/12197 -f 7824/8115/12196 7825/8116/12197 7826/8117/12198 -f 7826/8117/12198 7825/8116/12197 7828/8118/12199 -f 7828/8118/12199 7825/8116/12197 7827/8119/12200 -f 7828/8118/12199 7827/8119/12200 7830/8120/12201 -f 7830/8120/12201 7827/8119/12200 7829/8071/12152 -f 6742/7037/10986 6738/7045/10994 7831/8121/12202 -f 7834/8122/12203 7832/8123/12204 7833/8124/12205 -f 7834/8122/12203 7833/8124/12205 7836/8125/12206 -f 7836/8125/12206 7833/8124/12205 7835/8126/12207 -f 7837/8127/12208 6738/7045/10994 7838/8128/12209 -f 7837/8127/12208 7838/8128/12209 7839/8129/12210 -f 7839/8129/12210 7838/8128/12209 7840/8130/12211 -f 7839/8129/12210 7840/8130/12211 7842/8131/12212 -f 7842/8131/12212 7840/8130/12211 7841/8132/12213 -f 7842/8131/12212 7841/8132/12213 7844/8133/12214 -f 7844/8133/12214 7841/8132/12213 7843/8134/12215 -f 7905/8135/12216 6745/7052/11001 7845/8136/12217 -f 7905/8135/12216 7845/8136/12217 7847/8137/12218 -f 7847/8137/12218 7845/8136/12217 7846/8138/12219 -f 7847/8137/12218 7846/8138/12219 7848/8139/12220 -f 7847/8137/12218 7848/8139/12220 7849/8140/12221 -f 7849/8140/12221 7848/8139/12220 7850/8069/12150 -f 7849/8140/12221 7850/8069/12150 7851/8141/12222 -f 7911/8142/12223 6752/7050/10999 7852/8143/12224 -f 7911/8142/12223 7852/8143/12224 7853/8144/12225 -f 7855/8145/12226 7853/8144/12225 7854/8146/12227 -f 7855/8145/12226 7854/8146/12227 7857/8147/12228 -f 7857/8147/12228 7854/8146/12227 7856/8068/12149 -f 7916/8148/12229 6749/7056/11005 7858/8149/12230 -f 7916/8148/12229 7858/8149/12230 7859/8150/12231 -f 7861/8151/12232 7859/8150/12231 7860/8152/12233 -f 7861/8151/12232 7860/8152/12233 7863/8153/12234 -f 7863/8153/12234 7860/8152/12233 7862/8067/12148 -f 7922/8154/12235 6723/7030/10979 7864/8155/12236 -f 7922/8154/12235 7864/8155/12236 7865/8156/12237 -f 7867/8157/12238 7865/8156/12237 7866/8158/12239 -f 7867/8157/12238 7866/8158/12239 7869/8159/12240 -f 7869/8159/12240 7866/8158/12239 7868/8066/12147 -f 6812/7120/11069 7795/8089/12170 6814/7122/11071 -f 6814/7122/11071 7795/8089/12170 7794/8160/12241 -f 6814/7122/11071 7794/8160/12241 6816/7102/11051 -f 7870/8161/12242 6816/7102/11051 7794/8160/12241 -f 7870/8161/12242 7794/8160/12241 7871/8084/12165 -f 6796/7104/11053 6816/7102/11051 7796/8092/12173 -f 7796/8092/12173 6816/7102/11051 7870/8161/12242 -f 7796/8092/12173 7870/8161/12242 7798/8094/12175 -f 7798/8094/12175 7870/8161/12242 7871/8084/12165 -f 7797/8079/12160 6799/7107/11056 7796/8092/12173 -f 7796/8092/12173 6799/7107/11056 6796/7104/11053 -f 7787/8078/12159 6801/7109/11058 7797/8079/12160 -f 7787/8078/12159 7797/8079/12160 7872/8162/12243 -f 7872/8162/12243 7797/8079/12160 7799/8093/12174 -f 7872/8162/12243 7799/8093/12174 7873/8163/12244 -f 7873/8163/12244 7799/8093/12174 7800/8082/12163 -f 7873/8163/12244 7800/8082/12163 7874/8081/12162 -f 7875/8164/12245 6803/7092/11041 7787/8078/12159 -f 7875/8164/12245 7787/8078/12159 7872/8162/12243 -f 7875/8164/12245 7872/8162/12243 7876/8165/12246 -f 7876/8165/12246 7872/8162/12243 7873/8163/12244 -f 7876/8165/12246 7873/8163/12244 7803/8097/12178 -f 7803/8097/12178 7873/8163/12244 7801/8095/12176 -f 7801/8095/12176 7873/8163/12244 7874/8081/12162 -f 7801/8095/12176 7874/8081/12162 6717/7023/10972 -f 7876/8165/12246 7803/8097/12178 7806/8099/12180 -f 7876/8165/12246 7806/8099/12180 7875/8164/12245 -f 7875/8164/12245 7806/8099/12180 7808/8101/12182 -f 7875/8164/12245 7808/8101/12182 6803/7092/11041 -f 6803/7092/11041 7808/8101/12182 6786/7094/11043 -f 7807/8077/12158 6789/7097/11046 7808/8101/12182 -f 7808/8101/12182 6789/7097/11046 6786/7094/11043 -f 7877/8076/12157 6791/7099/11048 7807/8077/12158 -f 7877/8076/12157 7807/8077/12158 7878/8166/12247 -f 7878/8166/12247 7807/8077/12158 7805/8100/12181 -f 7878/8166/12247 7805/8100/12181 7804/8098/12179 -f 7879/8167/12248 6793/7082/11031 7877/8076/12157 -f 7879/8167/12248 7877/8076/12157 7880/8168/12249 -f 7880/8168/12249 7877/8076/12157 7878/8166/12247 -f 7880/8168/12249 7878/8166/12247 7811/8104/12185 -f 7811/8104/12185 7878/8166/12247 7804/8098/12179 -f 7811/8104/12185 7804/8098/12179 7809/8102/12183 -f 7809/8102/12183 7804/8098/12179 7802/8096/12177 -f 7809/8102/12183 7802/8096/12177 6711/7010/10959 -f 7880/8168/12249 7811/8104/12185 7814/8106/12187 -f 7880/8168/12249 7814/8106/12187 7879/8167/12248 -f 7879/8167/12248 7814/8106/12187 7816/8108/12189 -f 7879/8167/12248 7816/8108/12189 6793/7082/11031 -f 6793/7082/11031 7816/8108/12189 6776/7084/11033 -f 7815/8075/12156 6779/7087/11036 7816/8108/12189 -f 7816/8108/12189 6779/7087/11036 6776/7084/11033 -f 7881/8074/12155 6781/7089/11038 7815/8075/12156 -f 7881/8074/12155 7815/8075/12156 7882/8169/12250 -f 7882/8169/12250 7815/8075/12156 7813/8107/12188 -f 7882/8169/12250 7813/8107/12188 7812/8105/12186 -f 7883/8170/12251 6783/7072/11021 7881/8074/12155 -f 7883/8170/12251 7881/8074/12155 7884/8171/12252 -f 7884/8171/12252 7881/8074/12155 7882/8169/12250 -f 7884/8171/12252 7882/8169/12250 7818/8110/12191 -f 7818/8110/12191 7882/8169/12250 7812/8105/12186 -f 7818/8110/12191 7812/8105/12186 6716/7015/10964 -f 6716/7015/10964 7812/8105/12186 7810/8103/12184 -f 6716/7015/10964 7810/8103/12184 6709/7017/10966 -f 6716/7015/10964 7817/8109/12190 7818/8110/12191 -f 7884/8171/12252 7818/8110/12191 7820/8112/12193 -f 7884/8171/12252 7820/8112/12193 7883/8170/12251 -f 7883/8170/12251 7820/8112/12193 7823/8114/12195 -f 7883/8170/12251 7823/8114/12195 6783/7072/11021 -f 6783/7072/11021 7823/8114/12195 6766/7074/11023 -f 7822/8073/12154 6769/7077/11026 7823/8114/12195 -f 7823/8114/12195 6769/7077/11026 6766/7074/11023 -f 7885/8072/12153 6771/7079/11028 7822/8073/12154 -f 7885/8072/12153 7822/8073/12154 7886/8172/12253 -f 7886/8172/12253 7822/8073/12154 7821/8113/12194 -f 7886/8172/12253 7821/8113/12194 7819/8111/12192 -f 7886/8172/12253 7819/8111/12192 7887/8173/12254 -f 7887/8173/12254 7819/8111/12192 7817/8109/12190 -f 7887/8173/12254 7817/8109/12190 6713/7020/10969 -f 7888/8174/12255 6773/7061/11010 7885/8072/12153 -f 7888/8174/12255 7885/8072/12153 7889/8175/12256 -f 7889/8175/12256 7885/8072/12153 7886/8172/12253 -f 7889/8175/12256 7886/8172/12253 7826/8117/12198 -f 7826/8117/12198 7886/8172/12253 7887/8173/12254 -f 7826/8117/12198 7887/8173/12254 7824/8115/12196 -f 7824/8115/12196 7887/8173/12254 6713/7020/10969 -f 6713/7020/10969 6742/7037/10986 7824/8115/12196 -f 7889/8175/12256 7826/8117/12198 7828/8118/12199 -f 7889/8175/12256 7828/8118/12199 7888/8174/12255 -f 7888/8174/12255 7828/8118/12199 7830/8120/12201 -f 7888/8174/12255 7830/8120/12201 6773/7061/11010 -f 6773/7061/11010 7830/8120/12201 6756/7063/11012 -f 7829/8071/12152 6759/7066/11015 7830/8120/12201 -f 7830/8120/12201 6759/7066/11015 6756/7063/11012 -f 7890/8070/12151 6761/7068/11017 7829/8071/12152 -f 7890/8070/12151 7829/8071/12152 7891/8176/12257 -f 7891/8176/12257 7829/8071/12152 7827/8119/12200 -f 7891/8176/12257 7827/8119/12200 7892/8177/12258 -f 7892/8177/12258 7827/8119/12200 7825/8116/12197 -f 7892/8177/12258 7825/8116/12197 7893/8178/12259 -f 7893/8178/12259 7825/8116/12197 6742/7037/10986 -f 7894/8179/12260 6867/7174/11123 7890/8070/12151 -f 7894/8179/12260 7890/8070/12151 7895/8180/12261 -f 7895/8180/12261 7890/8070/12151 7891/8176/12257 -f 7895/8180/12261 7891/8176/12257 7892/8177/12258 -f 7893/8178/12259 6742/7037/10986 7831/8121/12202 -f 7893/8178/12259 7831/8121/12202 7892/8177/12258 -f 7892/8177/12258 7831/8121/12202 7832/8123/12204 -f 7892/8177/12258 7832/8123/12204 7895/8180/12261 -f 7895/8180/12261 7832/8123/12204 7834/8122/12203 -f 7895/8180/12261 7834/8122/12203 7894/8179/12260 -f 7894/8179/12260 7834/8122/12203 7836/8125/12206 -f 7894/8179/12260 7836/8125/12206 6867/7174/11123 -f 6867/7174/11123 7836/8125/12206 6869/7176/11125 -f 6876/7165/11114 6875/7182/11131 7896/8181/12262 -f 7896/8181/12262 6875/7182/11131 7835/8126/12207 -f 7896/8181/12262 7835/8126/12207 7897/8182/12263 -f 7897/8182/12263 7835/8126/12207 7833/8124/12205 -f 7897/8182/12263 7833/8124/12205 7898/8183/12264 -f 7898/8183/12264 7833/8124/12205 7832/8123/12204 -f 7898/8183/12264 7832/8123/12204 7831/8121/12202 -f 7898/8183/12264 7831/8121/12202 6738/7045/10994 -f 6875/7182/11131 6872/7179/11128 7835/8126/12207 -f 7835/8126/12207 6872/7179/11128 7836/8125/12206 -f 7836/8125/12206 6872/7179/11128 6869/7176/11125 -f 7899/8184/12265 6876/7165/11114 7896/8181/12262 -f 7899/8184/12265 7896/8181/12262 7900/8185/12266 -f 7900/8185/12266 7896/8181/12262 7897/8182/12263 -f 7900/8185/12266 7897/8182/12263 7839/8129/12210 -f 7839/8129/12210 7897/8182/12263 7898/8183/12264 -f 7839/8129/12210 7898/8183/12264 7837/8127/12208 -f 7837/8127/12208 7898/8183/12264 6738/7045/10994 -f 7900/8185/12266 7839/8129/12210 7842/8131/12212 -f 7900/8185/12266 7842/8131/12212 7899/8184/12265 -f 7899/8184/12265 7842/8131/12212 7844/8133/12214 -f 7899/8184/12265 7844/8133/12214 6876/7165/11114 -f 6876/7165/11114 7844/8133/12214 6859/7167/11116 -f 6866/7155/11104 6865/7173/11122 7901/8186/12267 -f 7901/8186/12267 6865/7173/11122 7843/8134/12215 -f 7901/8186/12267 7843/8134/12215 7902/8187/12268 -f 7902/8187/12268 7843/8134/12215 7841/8132/12213 -f 7902/8187/12268 7841/8132/12213 7840/8130/12211 -f 6734/7041/10990 7838/8128/12209 6738/7045/10994 -f 6865/7173/11122 6862/7170/11119 7843/8134/12215 -f 7843/8134/12215 6862/7170/11119 7844/8133/12214 -f 7844/8133/12214 6862/7170/11119 6859/7167/11116 -f 7903/8188/12269 6866/7155/11104 7901/8186/12267 -f 7903/8188/12269 7901/8186/12267 7904/8189/12270 -f 7904/8189/12270 7901/8186/12267 7902/8187/12268 -f 7904/8189/12270 7902/8187/12268 7906/8190/12271 -f 7906/8190/12271 7902/8187/12268 7840/8130/12211 -f 7906/8190/12271 7840/8130/12211 6734/7041/10990 -f 6734/7041/10990 7840/8130/12211 7838/8128/12209 -f 6734/7041/10990 7905/8135/12216 7906/8190/12271 -f 7904/8189/12270 7906/8190/12271 7907/8191/12272 -f 7904/8189/12270 7907/8191/12272 7903/8188/12269 -f 7903/8188/12269 7907/8191/12272 7908/8192/12273 -f 7903/8188/12269 7908/8192/12273 6866/7155/11104 -f 6866/7155/11104 7908/8192/12273 6849/7157/11106 -f 6852/7160/11109 6849/7157/11106 7851/8141/12222 -f 7851/8141/12222 6849/7157/11106 7908/8192/12273 -f 7851/8141/12222 7908/8192/12273 7849/8140/12221 -f 7849/8140/12221 7908/8192/12273 7907/8191/12272 -f 7849/8140/12221 7907/8191/12272 7847/8137/12218 -f 7847/8137/12218 7907/8191/12272 7906/8190/12271 -f 7847/8137/12218 7906/8190/12271 7905/8135/12216 -f 6745/7052/11001 7905/8135/12216 6734/7041/10990 -f 7850/8069/12150 6855/7163/11112 7851/8141/12222 -f 7851/8141/12222 6855/7163/11112 6852/7160/11109 -f 7909/8193/12274 6856/7145/11094 7850/8069/12150 -f 7909/8193/12274 7850/8069/12150 7910/8194/12275 -f 7910/8194/12275 7850/8069/12150 7848/8139/12220 -f 7910/8194/12275 7848/8139/12220 7846/8138/12219 -f 6745/7052/11001 6752/7050/10999 7845/8136/12217 -f 7845/8136/12217 6752/7050/10999 7911/8142/12223 -f 7845/8136/12217 7911/8142/12223 7846/8138/12219 -f 7846/8138/12219 7911/8142/12223 7912/8195/12276 -f 7846/8138/12219 7912/8195/12276 7910/8194/12275 -f 7910/8194/12275 7912/8195/12276 7913/8196/12277 -f 7910/8194/12275 7913/8196/12277 7909/8193/12274 -f 7909/8193/12274 7913/8196/12277 6839/7147/11096 -f 7909/8193/12274 6839/7147/11096 6856/7145/11094 -f 6842/7150/11099 6839/7147/11096 7857/8147/12228 -f 7857/8147/12228 6839/7147/11096 7913/8196/12277 -f 7857/8147/12228 7913/8196/12277 7855/8145/12226 -f 7855/8145/12226 7913/8196/12277 7912/8195/12276 -f 7855/8145/12226 7912/8195/12276 7853/8144/12225 -f 7853/8144/12225 7912/8195/12276 7911/8142/12223 -f 7856/8068/12149 6845/7153/11102 7857/8147/12228 -f 7857/8147/12228 6845/7153/11102 6842/7150/11099 -f 7914/8197/12278 6846/7135/11084 7856/8068/12149 -f 7914/8197/12278 7856/8068/12149 7915/8198/12279 -f 7915/8198/12279 7856/8068/12149 7854/8146/12227 -f 7915/8198/12279 7854/8146/12227 7917/8199/12280 -f 7917/8199/12280 7854/8146/12227 7853/8144/12225 -f 7917/8199/12280 7853/8144/12225 7852/8143/12224 -f 6752/7050/10999 6749/7056/11005 7852/8143/12224 -f 7852/8143/12224 6749/7056/11005 7916/8148/12229 -f 7852/8143/12224 7916/8148/12229 7917/8199/12280 -f 7915/8198/12279 7917/8199/12280 7918/8200/12281 -f 7915/8198/12279 7918/8200/12281 7914/8197/12278 -f 7914/8197/12278 7918/8200/12281 7919/8201/12282 -f 7914/8197/12278 7919/8201/12282 6846/7135/11084 -f 6846/7135/11084 7919/8201/12282 6829/7137/11086 -f 6832/7140/11089 6829/7137/11086 7863/8153/12234 -f 7863/8153/12234 6829/7137/11086 7919/8201/12282 -f 7863/8153/12234 7919/8201/12282 7861/8151/12232 -f 7861/8151/12232 7919/8201/12282 7918/8200/12281 -f 7861/8151/12232 7918/8200/12281 7859/8150/12231 -f 7859/8150/12231 7918/8200/12281 7917/8199/12280 -f 7859/8150/12231 7917/8199/12280 7916/8148/12229 -f 7862/8067/12148 6835/7143/11092 7863/8153/12234 -f 7863/8153/12234 6835/7143/11092 6832/7140/11089 -f 7920/8202/12283 6836/7125/11074 7862/8067/12148 -f 7920/8202/12283 7862/8067/12148 7921/8203/12284 -f 7921/8203/12284 7862/8067/12148 7860/8152/12233 -f 7921/8203/12284 7860/8152/12233 7923/8204/12285 -f 7923/8204/12285 7860/8152/12233 7859/8150/12231 -f 7923/8204/12285 7859/8150/12231 7858/8149/12230 -f 6723/7030/10979 7858/8149/12230 6749/7056/11005 -f 7858/8149/12230 6723/7030/10979 7922/8154/12235 -f 7858/8149/12230 7922/8154/12235 7923/8204/12285 -f 7921/8203/12284 7923/8204/12285 7924/8205/12286 -f 7921/8203/12284 7924/8205/12286 7920/8202/12283 -f 7920/8202/12283 7924/8205/12286 7925/8206/12287 -f 7920/8202/12283 7925/8206/12287 6836/7125/11074 -f 6836/7125/11074 7925/8206/12287 6819/7127/11076 -f 6822/7130/11079 6819/7127/11076 7869/8159/12240 -f 7869/8159/12240 6819/7127/11076 7925/8206/12287 -f 7869/8159/12240 7925/8206/12287 7867/8157/12238 -f 7867/8157/12238 7925/8206/12287 7924/8205/12286 -f 7867/8157/12238 7924/8205/12286 7865/8156/12237 -f 7865/8156/12237 7924/8205/12286 7923/8204/12285 -f 7865/8156/12237 7923/8204/12285 7922/8154/12235 -f 7868/8066/12147 6825/7133/11082 7869/8159/12240 -f 7869/8159/12240 6825/7133/11082 6822/7130/11079 -f 7926/8207/12288 6826/7112/11061 7868/8066/12147 -f 7926/8207/12288 7868/8066/12147 7927/8208/12289 -f 7927/8208/12289 7868/8066/12147 7866/8158/12239 -f 7927/8208/12289 7866/8158/12239 7929/8209/12290 -f 7929/8209/12290 7866/8158/12239 7865/8156/12237 -f 7929/8209/12290 7865/8156/12237 7864/8155/12236 -f 6723/7030/10979 6729/7028/10977 7864/8155/12236 -f 7864/8155/12236 6729/7028/10977 7928/8086/12167 -f 7864/8155/12236 7928/8086/12167 7929/8209/12290 -f 7927/8208/12289 7929/8209/12290 7930/8210/12291 -f 7927/8208/12289 7930/8210/12291 7926/8207/12288 -f 7926/8207/12288 7930/8210/12291 7931/8211/12292 -f 7926/8207/12288 7931/8211/12292 6826/7112/11061 -f 6826/7112/11061 7931/8211/12292 6806/7114/11063 -f 6809/7117/11066 6806/7114/11063 7786/8091/12172 -f 7786/8091/12172 6806/7114/11063 7931/8211/12292 -f 7786/8091/12172 7931/8211/12292 7793/8090/12171 -f 7793/8090/12171 7931/8211/12292 7930/8210/12291 -f 7793/8090/12171 7930/8210/12291 7791/8087/12168 -f 7791/8087/12168 7930/8210/12291 7929/8209/12290 -f 7791/8087/12168 7929/8209/12290 7928/8086/12167 -f 7800/8082/12163 7798/8094/12175 7871/8084/12165 -f 7790/8085/12166 7871/8084/12165 7794/8160/12241 -f 7790/8085/12166 7794/8160/12241 7795/8089/12170 -f 7786/8091/12172 7795/8089/12170 6812/7120/11069 -f 7786/8091/12172 6812/7120/11069 6809/7117/11066 -s 39 -f 7670/7952/12293 7668/7954/12294 7963/8212/12295 -f 7670/7952/12293 7963/8212/12295 7936/8213/12296 -f 7932/8214/12297 7966/8215/12298 7946/8216/12299 -f 7946/8216/12299 7966/8215/12298 7975/8217/12300 -f 7946/8216/12299 7975/8217/12300 7956/8218/12301 -f 7956/8218/12301 7975/8217/12300 7985/8219/12302 -f 7956/8218/12301 7985/8219/12302 7957/8220/12303 -f 7957/8220/12303 7985/8219/12302 7986/8221/12304 -f 7957/8220/12305 7986/8221/12306 7933/6392/10063 -f 7957/8220/12305 7933/6392/10063 6143/6393/10064 -f 7936/8213/12296 7963/8212/12295 7974/8222/12307 -f 7936/8213/12296 7974/8222/12307 7944/8223/12308 -f 7944/8223/12308 7974/8222/12307 7967/8224/12309 -f 7944/8223/12308 7967/8224/12309 7932/8214/12297 -f 7932/8214/12297 7967/8224/12309 7966/8215/12298 -f 7935/7948/12310 7934/8225/12311 5496/5647/12312 -f 7940/8226/12313 5496/5647/12312 7934/8225/12311 -f 5496/5647/12312 7940/8226/12313 5503/5640/12314 -f 7670/7952/12293 7936/8213/12296 7667/7950/12315 -f 7940/8226/12316 7939/8227/12317 5503/5640/12318 -f 7938/8228/12319 7940/8226/12316 7934/8225/12311 -f 7934/8225/12311 7935/7948/12310 7941/8229/12320 -f 7941/8229/12320 7938/8228/12319 7934/8225/12311 -f 7942/8230/12321 7937/8231/12322 7938/8228/12319 -f 7942/8230/12321 7938/8228/12319 7941/8229/12320 -f 7943/8232/12323 7937/8231/12322 7942/8230/12321 -f 7942/8230/12324 7941/8229/12320 7667/7950/12315 -f 7667/7950/12315 7941/8229/12320 7935/7948/12310 -f 7943/8232/12323 7942/8230/12321 7944/8223/12308 -f 7944/8223/12308 7942/8230/12325 7936/8213/12296 -f 7936/8213/12296 7942/8230/12324 7667/7950/12315 -f 7932/8214/12297 7943/8232/12323 7944/8223/12308 -f 7939/8227/12317 7940/8226/12316 7938/8228/12319 -f 7939/8227/12317 7938/8228/12319 7945/8233/12326 -f 7945/8233/12326 7938/8228/12319 7937/8231/12322 -f 7945/8233/12326 7937/8231/12322 7953/8234/12327 -f 7932/8214/12297 7946/8216/12299 7943/8232/12323 -f 7943/8232/12323 7946/8216/12299 7947/8235/12328 -f 7943/8232/12323 7947/8235/12328 7937/8231/12322 -f 7937/8231/12322 7947/8235/12328 7953/8234/12327 -f 7950/8236/12329 5503/5640/12318 7939/8227/12317 -f 7951/8237/12330 7950/8236/12329 7939/8227/12317 -f 7951/8237/12330 7939/8227/12317 7945/8233/12326 -f 7952/8238/12331 7949/8239/12332 7951/8237/12330 -f 7952/8238/12331 7951/8237/12330 7945/8233/12326 -f 7954/8240/12333 7949/8239/12332 7952/8238/12331 -f 7953/8234/12334 7952/8238/12331 7945/8233/12326 -f 7948/8241/12335 7954/8240/12333 7952/8238/12331 -f 7955/8242/12336 7952/8238/12331 7953/8234/12334 -f 7948/8241/12335 7952/8238/12331 6143/6393/10064 -f 6143/6393/10064 7952/8238/12331 7955/8242/12337 -f 7956/8218/12301 7955/8242/12336 7953/8234/12334 -f 7956/8218/12301 7953/8234/12334 7947/8235/12338 -f 7957/8220/12305 6143/6393/10064 7955/8242/12337 -f 7957/8220/12303 7955/8242/12336 7956/8218/12301 -f 7956/8218/12301 7947/8235/12328 7946/8216/12299 -f 5498/5641/12339 5503/5640/12318 7950/8236/12329 -f 5498/5641/12339 7950/8236/12329 7958/8243/12340 -f 7958/8243/12340 7950/8236/12329 7951/8237/12330 -f 7959/8244/12341 7958/8243/12340 7949/8239/12332 -f 7958/8243/12340 7951/8237/12330 7949/8239/12332 -f 7959/8244/12341 7949/8239/12332 7954/8240/12333 -f 7959/8244/12341 7954/8240/12333 7960/8245/12342 -f 7961/8246/12343 7960/8245/12342 7948/8241/12335 -f 7960/8245/12342 7954/8240/12333 7948/8241/12335 -f 7961/8246/12343 7948/8241/12335 6139/6387/10053 -f 6139/6387/10053 7948/8241/12335 6143/6393/10064 -f 7964/6261/12344 7962/8247/12345 7672/7953/12346 -f 7672/7953/12346 7962/8247/12345 7668/7954/12294 -f 7962/8247/12345 7963/8212/12295 7668/7954/12294 -f 7969/8248/12347 7965/6259/12348 6026/6258/12349 -f 7969/8248/12347 6026/6258/12349 7968/8249/12350 -f 7969/8248/12347 7968/8249/12350 7970/8250/12351 -f 7964/6261/12344 7965/6259/12348 7969/8248/12347 -f 7971/8251/12352 7969/8248/12347 7970/8250/12351 -f 7972/8252/12353 7964/6261/12344 7969/8248/12347 -f 7972/8252/12353 7969/8248/12347 7971/8251/12352 -f 7962/8247/12345 7964/6261/12344 7972/8252/12353 -f 7973/8253/12354 7972/8252/12353 7971/8251/12352 -f 7967/8224/12309 7972/8252/12353 7973/8253/12354 -f 7963/8212/12295 7962/8247/12345 7972/8252/12355 -f 7963/8212/12295 7972/8252/12355 7974/8222/12307 -f 7974/8222/12307 7972/8252/12353 7967/8224/12309 -f 7966/8215/12298 7967/8224/12309 7973/8253/12354 -f 7973/8253/12354 7977/8254/12356 7975/8217/12300 -f 7973/8253/12354 7975/8217/12300 7966/8215/12298 -f 7971/8251/12352 7976/8255/12357 7977/8254/12356 -f 7971/8251/12352 7977/8254/12356 7973/8253/12354 -f 7976/8255/12357 7971/8251/12352 7970/8250/12351 -f 7970/8250/12351 7978/8256/12358 7976/8255/12357 -f 7970/8250/12351 7968/8249/12350 7978/8256/12358 -f 7968/8249/12350 6026/6258/12349 7979/8257/12359 -f 7978/8256/12358 7968/8249/12350 7979/8257/12359 -f 6025/6256/12360 7980/8258/12361 7979/8257/12359 -f 7980/8258/12361 7978/8256/12358 7979/8257/12359 -f 7976/8255/12357 7978/8256/12358 7981/8259/12362 -f 7981/8259/12362 7978/8256/12358 7980/8258/12361 -f 7982/8260/12363 7981/8259/12362 7980/8258/12361 -f 7977/8254/12356 7976/8255/12357 7981/8259/12364 -f 7983/8261/12365 7977/8254/12356 7981/8259/12364 -f 7983/8261/12366 7981/8259/12362 7982/8260/12363 -f 7975/8217/12300 7977/8254/12356 7985/8219/12302 -f 7985/8219/12302 7977/8254/12356 7983/8261/12365 -f 7983/8261/12366 7982/8260/12363 7986/8221/12306 -f 7986/8221/12306 7982/8260/12363 7984/8262/12367 -f 7985/8219/12302 7983/8261/12368 7986/8221/12304 -f 7933/6392/10063 7986/8221/12306 7984/8262/12367 -f 7989/8263/12369 9272/8264/12370 7984/8262/12367 -f 7984/8262/12367 9272/8264/12370 7987/6391/10062 -f 7984/8262/12367 7987/6391/10062 7933/6392/10063 -f 7982/8260/12363 7989/8263/12369 7984/8262/12367 -f 6025/6256/12360 7988/8265/12371 7980/8258/12361 -f 7980/8258/12361 7988/8265/12371 7989/8263/12369 -f 7980/8258/12361 7989/8263/12369 7982/8260/12363 -f 6025/6256/12360 7979/8257/12359 6024/6257/12372 -f 6026/6258/12349 6024/6257/12372 7979/8257/12359 -f 5669/5875/12373 7990/8266/12374 5671/5877/12375 -f 8067/8267/12376 7676/7957/12377 8091/8268/12378 -f 8091/8268/12378 7676/7957/12377 7677/7960/12379 -f 7991/8269/12380 8094/8270/12381 8026/8271/12382 -f 8026/8271/12382 8094/8270/12381 8102/8272/12383 -f 5659/5862/12384 7992/8273/12385 5661/5864/12386 -f 7685/7964/12387 8145/8274/12388 8120/8275/12389 -f 7685/7964/12387 8120/8275/12389 7683/7963/12390 -f 7993/8276/12391 8148/8277/12392 8028/8278/12393 -f 8028/8278/12393 8148/8277/12392 8157/8279/12394 -f 8186/8280/12395 5657/5859/12396 8173/8281/12397 -f 5649/5849/12398 7994/8282/12399 5651/5851/12400 -f 7687/7969/12401 8199/8283/12402 7688/7967/12403 -f 7688/7967/12403 8199/8283/12402 8176/8284/12404 -f 7995/8285/12405 8202/8286/12406 8030/8287/12407 -f 8030/8287/12407 8202/8286/12406 8210/8288/12408 -f 5639/5836/12409 7996/8289/12410 5641/5838/12411 -f 8228/8290/12412 7692/7974/12413 7695/7973/12414 -f 8228/8290/12412 7695/7973/12414 8254/8291/12415 -f 7997/8292/12416 8257/8293/12417 8239/8294/12418 -f 8239/8294/12418 8257/8293/12417 8264/8295/12419 -f 5630/5823/12420 7998/8296/12421 5632/5825/12422 -f 8307/8297/12423 8283/8298/12424 7699/7977/12425 -f 7699/7977/12425 7700/7981/12426 8307/8297/12423 -f 7999/8299/12427 8310/8300/12428 8292/8301/12429 -f 8292/8301/12429 8310/8300/12428 8319/8302/12430 -f 8338/8303/12431 7704/7985/12432 8363/8304/12433 -f 8363/8304/12433 7704/7985/12432 7705/7987/12434 -f 8000/8305/12435 8366/8306/12436 8035/8307/12437 -f 8035/8307/12437 8366/8306/12436 8375/8308/12438 -f 8406/8309/12439 5620/5808/12440 8393/5807/12441 -f 7709/7992/12442 8418/8310/12443 8394/8311/12444 -f 7709/7992/12442 8394/8311/12444 7708/7989/12445 -f 8001/8312/12446 8421/8313/12447 8036/8314/12448 -f 8036/8314/12448 8421/8313/12447 8427/8315/12449 -f 5603/5785/12450 8002/8316/12451 5605/5787/12452 -f 7715/7994/12453 8471/8317/12454 7714/7995/12455 -f 7714/7995/12455 8471/8317/12454 8446/8318/12456 -f 8003/8319/12457 8474/8320/12458 8038/8321/12459 -f 8038/8321/12459 8474/8320/12458 8481/8322/12460 -f 5593/5772/12461 8004/8323/12462 5595/5774/12463 -f 7723/8004/12464 8525/8324/12465 7722/8005/12466 -f 7722/8005/12466 8525/8324/12465 8499/8325/12467 -f 7722/8005/12466 8499/8325/12467 7720/8000/12468 -f 8005/8326/12469 8528/8327/12470 8509/8328/12471 -f 8509/8328/12471 8528/8327/12470 8535/8329/12472 -f 5583/5759/12473 8006/8330/12474 5585/5761/12475 -f 8555/8331/12476 7726/8052/12477 8579/8332/12478 -f 8579/8332/12478 7726/8052/12477 7727/8054/12479 -f 8007/8333/12480 8582/8334/12481 8008/8335/12482 -f 8008/8335/12482 8582/8334/12481 8590/8336/12483 -f 5574/5746/12484 8009/8337/12485 5576/5748/12486 -f 8610/8338/12487 7729/8009/12488 8634/8339/12489 -f 8634/8339/12489 7729/8009/12488 7730/7935/12490 -f 8010/8340/12491 8637/8341/12492 8042/8342/12493 -f 8042/8342/12493 8637/8341/12492 8647/8343/12494 -f 8666/8344/12495 7735/8015/12496 8690/8345/12497 -f 8690/8345/12497 7735/8015/12496 7737/8016/12498 -f 8011/8346/12499 8693/8347/12500 8044/8348/12501 -f 8044/8348/12501 8693/8347/12500 8700/8349/12502 -f 5557/5724/12503 8012/8350/12504 5558/5725/12505 -f 8718/8351/12506 7740/8020/12507 7742/8019/12508 -f 8718/8351/12506 7742/8019/12508 8741/8352/12509 -f 8013/8353/12510 8744/8354/12511 8046/8355/12512 -f 8046/8355/12512 8744/8354/12511 8752/8356/12513 -f 5549/5712/12514 8014/8357/12515 5550/5713/12516 -f 7748/8027/12517 8794/8358/12518 7746/8028/12519 -f 7746/8028/12519 8794/8358/12518 8770/8359/12520 -f 8015/8360/12521 8797/8361/12522 8779/8362/12523 -f 8779/8362/12523 8797/8361/12522 8806/8363/12524 -f 5538/5698/12525 8016/8364/12526 5540/5700/12527 -f 7752/8032/12528 8852/8365/12529 7751/8030/12530 -f 7751/8030/12530 8852/8365/12529 8826/8366/12531 -f 8017/8367/12532 8855/8368/12533 8836/8369/12534 -f 8836/8369/12534 8855/8368/12533 8862/8370/12535 -f 5528/5685/12536 8018/8371/12537 5530/5687/12538 -f 8882/8372/12539 7755/8037/12540 8905/8373/12541 -f 8905/8373/12541 7755/8037/12540 7756/8036/12542 -f 8019/8374/12543 8908/8375/12544 8051/8376/12545 -f 8051/8376/12545 8908/8375/12544 8917/8377/12546 -f 5519/5672/12547 8020/8378/12548 5521/5674/12549 -f 8936/8379/12550 7758/8038/12551 7760/8042/12552 -f 8936/8379/12550 7760/8042/12552 8962/8380/12553 -f 8021/8381/12554 8965/8382/12555 8052/8383/12556 -f 8052/8383/12556 8965/8382/12555 8971/8384/12557 -f 5510/5659/12558 8022/8385/12559 5512/5661/12560 -f 8989/8386/12561 7762/8046/12562 9014/8387/12563 -f 9014/8387/12563 7762/8046/12562 7764/8045/12564 -f 8023/8388/12565 9017/8389/12566 8999/8390/12567 -f 8999/8390/12567 9017/8389/12566 9025/8391/12568 -f 5501/5643/12569 8024/8392/12570 5499/5645/12571 -f 9045/8393/12572 7767/8050/12573 9069/8394/12574 -f 9069/8394/12574 7767/8050/12573 7771/8049/12575 -f 8025/8395/12576 9072/8396/12577 9053/8397/12578 -f 9053/8397/12578 9072/8396/12577 9079/8398/12579 -f 8026/8271/12382 8102/8272/12383 8112/8399/12580 -f 8026/8271/12382 8112/8399/12580 8084/8400/12581 -f 8084/8400/12581 8112/8399/12580 8114/8401/12582 -f 8084/8400/12581 8114/8401/12582 8085/8402/12583 -f 8085/8402/12584 8114/8401/12585 8113/8403/12586 -f 8085/8402/12584 8113/8403/12586 8027/6385/10048 -f 8085/8402/12584 8027/6385/10048 6136/6384/10047 -f 8028/8278/12393 8157/8279/12394 8167/8404/12587 -f 8028/8278/12393 8167/8404/12587 8138/8405/12588 -f 8138/8405/12588 8167/8404/12589 8139/8406/12590 -f 8139/8406/12590 8167/8404/12589 8168/8407/12591 -f 8139/8406/12592 8168/8407/12593 8029/6366/10023 -f 8139/8406/12592 8029/6366/10023 6124/6365/10022 -f 8030/8287/12407 8210/8288/12408 8221/8408/12594 -f 8030/8287/12407 8221/8408/12594 8192/8409/12595 -f 8192/8409/12595 8221/8408/12594 8193/8410/12596 -f 8193/8410/12597 8221/8408/12598 8220/8411/12599 -f 8193/8410/12597 8220/8411/12599 8031/6495/10186 -f 8193/8410/12597 8031/6495/10186 6203/6494/10185 -f 8239/8294/12418 8264/8295/12419 8275/8412/12600 -f 8239/8294/12418 8275/8412/12600 8247/8413/12601 -f 8247/8413/12601 8275/8412/12600 8277/8414/12602 -f 8247/8413/12601 8277/8414/12602 8248/8415/12603 -f 8248/8415/12603 8277/8414/12602 8276/8416/12604 -f 8248/8415/12603 8276/8416/12604 6202/6491/10182 -f 6202/6491/10182 8276/8416/12604 6200/6488/10177 -s 494 -f 8331/6358/12605 6119/6357/12606 8302/8417/12607 -f 8331/6358/12605 8302/8417/12607 8032/8418/12608 -s 495 -f 8032/8418/12609 8302/8417/12610 8301/8419/12611 -f 8032/8418/12609 8301/8419/12611 8329/8420/12612 -s 39 -f 8329/8420/12613 8301/8419/12614 8319/8302/12430 -f 8319/8302/12430 8301/8419/12614 8292/8301/12429 -f 6197/6481/10169 6199/6486/10175 8355/8421/12615 -f 8033/6482/10170 8355/8421/12615 8387/8422/12616 -f 8387/8422/12616 8355/8421/12615 8357/8423/12617 -f 8387/8422/12616 8357/8423/12617 8034/8424/12618 -f 8034/8424/12618 8357/8423/12617 8356/8425/12619 -f 8034/8424/12618 8356/8425/12619 8385/8426/12620 -f 8385/8426/12620 8356/8425/12619 8035/8307/12437 -f 8385/8426/12620 8035/8307/12437 8375/8308/12438 -f 8033/6482/10170 6197/6481/10169 8355/8421/12615 -f 8036/8314/12448 8427/8315/12449 8437/8427/12621 -f 8036/8314/12448 8437/8427/12621 8411/8428/12622 -f 8411/8428/12622 8437/8427/12621 8439/8429/12623 -f 8411/8428/12622 8439/8429/12623 8412/8430/12624 -f 8412/8430/12625 8439/8429/12626 8438/8431/12627 -f 8412/8430/12625 8438/8431/12627 6194/6475/10163 -f 6194/6475/10163 8438/8431/12627 8037/6476/10164 -f 8038/8321/12459 8481/8322/12460 8491/8432/12628 -f 8038/8321/12459 8491/8432/12628 8464/8433/12629 -f 8464/8433/12629 8491/8432/12630 8465/8434/12631 -f 8465/8434/12631 8491/8432/12630 8492/8435/12632 -f 8465/8434/12633 8492/8435/12634 8039/6473/10161 -f 8465/8434/12633 8039/6473/10161 6193/6472/10160 -f 8509/8328/12471 8535/8329/12472 8518/8436/12635 -f 8518/8436/12635 8535/8329/12472 8545/8437/12636 -f 8518/8436/12635 8545/8437/12636 8547/8438/12637 -f 8518/8436/12635 8547/8438/12637 8519/8439/12638 -f 8519/8439/12639 8547/8438/12640 8546/8440/12641 -f 8519/8439/12639 8546/8440/12641 6189/6468/10156 -f 6189/6468/10156 8546/8440/12641 8040/6469/10157 -f 8008/8335/12482 8590/8336/12483 8572/8441/12642 -f 8572/8441/12642 8590/8336/12483 8600/8442/12643 -f 8572/8441/12642 8600/8442/12643 8602/8443/12644 -f 8572/8441/12642 8602/8443/12644 8573/8444/12645 -f 8573/8444/12646 8602/8443/12647 8601/8445/12648 -f 8573/8444/12646 8601/8445/12648 8041/6464/10151 -f 8573/8444/12646 8041/6464/10151 6186/6463/10150 -f 8042/8342/12493 8647/8343/12494 8657/8446/12649 -f 8042/8342/12493 8657/8446/12649 8628/8447/12650 -f 8628/8447/12650 8657/8446/12649 8659/8448/12651 -f 8628/8447/12650 8659/8448/12651 8629/8449/12652 -f 8629/8449/12652 8659/8448/12651 8658/8450/12653 -f 8629/8449/12652 8658/8450/12653 8043/6456/10143 -f 8629/8449/12652 8043/6456/10143 6182/6455/10142 -f 8044/8348/12501 8700/8349/12502 8710/8451/12654 -f 8044/8348/12501 8710/8451/12654 8683/8452/12655 -f 8683/8452/12655 8710/8451/12654 8712/8453/12656 -f 8683/8452/12655 8712/8453/12656 8684/8454/12657 -f 8684/8454/12657 8712/8453/12656 8711/8455/12658 -f 8684/8454/12657 8711/8455/12658 8045/6449/10134 -f 8684/8454/12657 8045/6449/10134 6178/6448/10133 -f 8046/8355/12512 8752/8356/12513 8762/8456/12659 -f 8046/8355/12512 8762/8456/12659 8734/8457/12660 -f 8734/8457/12660 8762/8456/12661 8735/8458/12662 -f 8735/8458/12662 8762/8456/12661 8763/8459/12663 -f 8735/8458/12664 8763/8459/12665 8047/6361/10018 -f 8735/8458/12664 8047/6361/10018 6120/6360/10017 -f 8779/8362/12523 8806/8363/12524 8788/8460/12666 -f 8788/8460/12666 8806/8363/12524 8816/8461/12667 -f 8788/8460/12666 8816/8461/12667 8048/8462/12668 -f 8048/8462/12668 8816/8461/12667 8817/8463/12669 -f 8048/8462/12670 8817/8463/12671 6175/6443/10127 -f 6175/6443/10127 8817/8463/12671 8818/8464/12672 -f 6175/6443/10127 8818/8464/12673 6173/6438/10120 -f 8874/6440/10122 6121/6363/10020 8846/8465/12674 -f 8874/6440/10122 8846/8465/12674 8049/8466/12675 -s 504 -f 8049/8466/12676 8846/8465/12677 8845/8467/12678 -f 8049/8466/12676 8845/8467/12678 8872/8468/12679 -s 39 -f 8872/8468/12680 8845/8467/12681 8862/8370/12535 -f 8862/8370/12535 8845/8467/12681 8836/8369/12534 -f 8874/6440/10122 6122/6364/10021 6121/6363/10020 -f 8050/6429/10110 6170/6428/10109 8928/8469/12682 -f 8928/8469/12682 6170/6428/10109 8899/8470/12683 -f 8928/8469/12682 8899/8470/12683 8929/8471/12684 -f 8929/8471/12684 8899/8470/12683 8898/8472/12685 -f 8929/8471/12684 8898/8472/12685 8927/8473/12686 -f 8927/8473/12686 8898/8472/12685 8051/8376/12545 -f 8927/8473/12686 8051/8376/12545 8917/8377/12546 -f 8052/8383/12556 8971/8384/12557 8981/8474/12687 -f 8052/8383/12556 8981/8474/12687 8955/8475/12688 -f 8955/8475/12688 8981/8474/12689 8956/8476/12690 -f 8956/8476/12690 8981/8474/12689 8982/8477/12691 -f 8956/8476/12692 8982/8477/12693 8053/6427/10108 -f 8956/8476/12692 8053/6427/10108 6168/6426/10107 -f 8999/8390/12567 9025/8391/12568 9008/8478/12694 -f 9008/8478/12694 9025/8391/12568 9036/8479/12695 -f 9008/8478/12694 9036/8479/12695 9037/8480/12696 -f 9008/8478/12694 9037/8480/12696 9009/8481/12697 -f 9009/8481/12697 9037/8480/12696 9038/8482/12698 -f 9009/8481/12699 9038/8482/12698 9029/6422/10103 -f 9009/8481/12699 9029/6422/10103 6165/6421/10102 -f 9053/8397/12578 9079/8398/12579 9089/8483/12700 -f 9053/8397/12578 9089/8483/12700 9062/8484/12701 -f 9062/8484/12701 9089/8483/12702 9090/8485/12703 -f 9062/8484/12701 9090/8485/12703 9063/8486/12704 -f 9063/8486/12705 9090/8485/12706 8054/6416/10095 -f 9063/8486/12705 8054/6416/10095 6163/6415/10094 -f 8067/8267/12376 8091/8268/12378 8055/8487/12707 -f 8055/8487/12707 8091/8268/12378 8101/8488/12708 -f 8055/8487/12709 8101/8488/12710 8094/8270/12381 -f 8055/8487/12709 8094/8270/12381 7991/8269/12380 -f 8120/8275/12389 8145/8274/12388 8156/8489/12711 -f 8120/8275/12389 8156/8489/12711 8128/8490/12712 -f 8128/8490/12712 8156/8489/12711 8149/8491/12713 -f 8128/8490/12712 8149/8491/12713 7993/8276/12391 -f 7993/8276/12391 8149/8491/12713 8148/8277/12392 -f 8176/8284/12714 8199/8283/12402 8181/8492/12715 -f 8181/8492/12715 8199/8283/12402 8209/8493/12716 -f 8181/8492/12717 8209/8493/12718 8202/8286/12406 -f 8181/8492/12717 8202/8286/12406 7995/8285/12405 -f 8228/8290/12412 8254/8291/12415 8236/8494/12719 -f 8236/8494/12719 8254/8291/12415 8263/8495/12720 -f 8236/8494/12719 8263/8495/12720 8235/8496/12721 -f 8235/8496/12721 8263/8495/12720 8258/8497/12722 -f 8235/8496/12721 8258/8497/12722 7997/8292/12416 -f 7997/8292/12416 8258/8497/12722 8257/8293/12417 -f 8283/8298/12424 8307/8297/12423 8056/8498/12723 -f 8056/8498/12723 8307/8297/12423 8318/8499/12724 -f 8056/8498/12725 8318/8499/12726 7999/8299/12727 -f 7999/8299/12727 8318/8499/12726 8311/8500/12728 -f 7999/8299/12427 8311/8500/12729 8310/8300/12428 -f 8338/8303/12431 8363/8304/12433 8374/8501/12730 -f 8338/8303/12431 8374/8501/12730 8057/8502/12731 -f 8057/8502/12732 8374/8501/12733 8367/8503/12734 -f 8057/8502/12732 8367/8503/12734 8000/8305/12435 -f 8000/8305/12435 8367/8503/12734 8366/8306/12436 -f 8394/8311/12444 8418/8310/12443 8426/8504/12735 -f 8394/8311/12444 8426/8504/12735 8400/8505/12736 -f 8400/8505/12737 8426/8504/12738 8001/8312/12446 -f 8001/8312/12446 8426/8504/12738 8421/8313/12447 -f 8446/8318/12739 8471/8317/12454 8452/8506/12740 -f 8452/8506/12740 8471/8317/12454 8480/8507/12741 -f 8452/8506/12742 8480/8507/12743 8474/8320/12458 -f 8452/8506/12742 8474/8320/12458 8003/8319/12457 -f 8499/8325/12467 8525/8324/12465 8534/8508/12744 -f 8499/8325/12467 8534/8508/12744 8507/8509/12745 -f 8507/8509/12745 8534/8508/12744 8529/8510/12746 -f 8507/8509/12745 8529/8510/12747 8005/8326/12469 -f 8005/8326/12469 8529/8510/12747 8528/8327/12470 -f 8555/8331/12476 8579/8332/12478 8058/8511/12748 -f 8058/8511/12748 8579/8332/12478 8589/8512/12749 -f 8058/8511/12750 8589/8512/12751 8582/8334/12481 -f 8058/8511/12750 8582/8334/12481 8007/8333/12480 -f 8610/8338/12487 8634/8339/12489 8646/8513/12752 -f 8610/8338/12487 8646/8513/12752 8059/8514/12753 -f 8059/8514/12754 8646/8513/12755 8638/8515/12756 -f 8059/8514/12754 8638/8515/12756 8010/8340/12491 -f 8010/8340/12491 8638/8515/12756 8637/8341/12492 -f 8666/8344/12495 8690/8345/12497 8699/8516/12757 -f 8666/8344/12495 8699/8516/12757 8672/8517/12758 -f 8672/8517/12759 8699/8516/12760 8011/8346/12499 -f 8011/8346/12499 8699/8516/12760 8693/8347/12500 -f 8718/8351/12506 8741/8352/12509 8751/8518/12761 -f 8718/8351/12506 8751/8518/12761 8724/8519/12762 -f 8724/8519/12763 8751/8518/12761 8744/8354/12511 -f 8724/8519/12763 8744/8354/12511 8013/8353/12510 -f 8770/8359/12520 8794/8358/12518 8060/8520/12764 -f 8060/8520/12764 8794/8358/12518 8805/8521/12765 -f 8060/8520/12766 8805/8521/12767 8015/8360/12768 -f 8015/8360/12768 8805/8521/12767 8798/8522/12769 -f 8015/8360/12521 8798/8522/12770 8797/8361/12522 -f 8826/8366/12531 8852/8365/12529 8861/8523/12771 -f 8826/8366/12531 8861/8523/12771 8834/8524/12772 -f 8834/8524/12772 8861/8523/12771 8856/8525/12773 -f 8834/8524/12772 8856/8525/12773 8017/8367/12532 -f 8017/8367/12532 8856/8525/12773 8855/8368/12533 -f 8882/8372/12539 8905/8373/12541 8061/8526/12774 -f 8061/8526/12774 8905/8373/12541 8916/8527/12775 -f 8061/8526/12776 8916/8527/12777 8908/8375/12544 -f 8061/8526/12776 8908/8375/12544 8019/8374/12543 -f 8936/8379/12550 8962/8380/12553 8970/8528/12778 -f 8936/8379/12550 8970/8528/12778 8944/8529/12779 -f 8944/8529/12780 8970/8528/12781 8965/8382/12555 -f 8944/8529/12780 8965/8382/12555 8021/8381/12554 -f 8989/8386/12561 9014/8387/12563 9024/8530/12782 -f 8989/8386/12561 9024/8530/12782 8997/8531/12783 -f 8997/8531/12784 9024/8530/12782 9017/8389/12566 -f 8997/8531/12784 9017/8389/12566 8023/8388/12565 -f 9045/8393/12572 9069/8394/12574 8063/8532/12785 -f 8063/8532/12785 9069/8394/12574 8062/8533/12786 -f 8063/8532/12787 8062/8533/12788 9072/8396/12577 -f 8063/8532/12787 9072/8396/12577 8025/8395/12576 -f 8064/6250/12789 8065/8534/12790 6021/6252/12791 -f 7676/7957/12377 8067/8267/12376 7674/7958/12792 -f 8070/8535/12793 6021/6252/12791 8065/8534/12790 -f 8069/8536/12794 8070/8535/12793 8065/8534/12790 -f 8064/6250/12789 8066/7946/12795 8071/8537/12796 -f 8071/8537/12796 8069/8536/12794 8065/8534/12790 -f 8071/8537/12796 8065/8534/12790 8064/6250/12789 -f 8072/8538/12797 8068/8539/12798 8069/8536/12794 -f 8072/8538/12797 8069/8536/12794 8071/8537/12796 -f 7991/8269/12380 8068/8539/12798 8072/8538/12797 -f 8072/8538/12799 8071/8537/12796 7674/7958/12792 -f 7674/7958/12792 8071/8537/12796 8066/7946/12795 -f 8067/8267/12376 8072/8538/12799 7674/7958/12792 -f 8055/8487/12709 7991/8269/12380 8072/8538/12797 -f 8055/8487/12707 8072/8538/12799 8067/8267/12376 -f 8078/8540/12800 6021/6252/12791 8070/8535/12793 -f 8078/8540/12800 8070/8535/12793 8073/8541/12801 -f 8070/8535/12793 8069/8536/12794 8074/8542/12802 -f 8074/8542/12802 8069/8536/12794 8068/8539/12798 -f 8074/8542/12802 8068/8539/12798 8081/8543/12803 -f 7991/8269/12380 8026/8271/12382 8075/8544/12804 -f 7991/8269/12380 8075/8544/12804 8068/8539/12798 -f 8068/8539/12798 8075/8544/12804 8081/8543/12803 -f 8070/8535/12793 8074/8542/12802 8073/8541/12801 -f 8074/8542/12805 8079/8545/12806 8073/8541/12801 -f 8080/8546/12807 8077/8547/12808 8079/8545/12806 -f 8080/8546/12807 8079/8545/12806 8074/8542/12805 -f 8073/8541/12801 8079/8545/12806 8078/8540/12800 -f 8082/8548/12809 8077/8547/12810 8080/8546/12811 -f 8081/8543/12803 8080/8546/12807 8074/8542/12805 -f 8076/8549/12812 8082/8548/12809 8080/8546/12811 -f 8083/8550/12813 8080/8546/12807 8081/8543/12803 -f 8076/8549/12812 8080/8546/12811 6136/6384/10047 -f 6136/6384/10047 8080/8546/12811 8083/8550/12814 -f 8083/8550/12813 8081/8543/12803 8084/8400/12581 -f 8084/8400/12581 8081/8543/12803 8075/8544/12804 -f 8085/8402/12584 6136/6384/10047 8083/8550/12814 -f 8085/8402/12583 8083/8550/12813 8084/8400/12581 -f 8026/8271/12382 8084/8400/12581 8075/8544/12804 -f 6023/6254/12815 6021/6252/12791 8078/8540/12800 -f 6023/6254/12815 8078/8540/12800 8086/8551/12816 -f 8086/8551/12816 8078/8540/12800 8079/8545/12806 -f 8087/8552/12817 8086/8551/12816 8077/8547/12810 -f 8086/8551/12816 8079/8545/12806 8077/8547/12810 -f 8087/8552/12817 8077/8547/12810 8082/8548/12809 -f 8087/8552/12817 8082/8548/12809 8088/8553/12818 -f 8088/8553/12818 8082/8548/12809 8076/8549/12812 -f 8088/8553/12818 8076/8549/12812 8089/6372/10033 -f 8089/6372/10033 8076/8549/12812 6136/6384/10047 -f 7679/5880/12819 8093/5879/12820 8092/8554/12821 -f 8092/8554/12821 8090/8555/12822 7679/5880/12819 -f 7679/5880/12819 8090/8555/12822 7677/7960/12379 -f 8090/8555/12822 8091/8268/12378 7677/7960/12379 -f 5671/5877/12375 8097/8556/12823 8093/5879/12820 -f 8097/8556/12823 5671/5877/12375 7990/8266/12374 -f 8097/8556/12823 7990/8266/12374 8096/8557/12824 -f 8097/8556/12825 8096/8557/12826 8098/8558/12827 -f 8092/8554/12821 8093/5879/12820 8097/8556/12823 -f 8092/8554/12828 8097/8556/12825 8098/8558/12827 -f 8100/8559/12829 8092/8554/12828 8098/8558/12827 -f 8100/8559/12829 8098/8558/12827 8099/8560/12830 -f 8090/8555/12822 8092/8554/12821 8100/8559/12831 -f 8101/8488/12708 8090/8555/12822 8100/8559/12831 -f 8101/8488/12710 8100/8559/12829 8095/8561/12832 -f 8095/8561/12832 8100/8559/12829 8099/8560/12830 -f 8091/8268/12378 8090/8555/12822 8101/8488/12708 -f 8094/8270/12381 8095/8561/12832 8099/8560/12830 -f 8101/8488/12710 8095/8561/12832 8094/8270/12381 -f 8099/8560/12830 8104/8562/12833 8102/8272/12383 -f 8099/8560/12830 8102/8272/12383 8094/8270/12381 -f 8098/8558/12827 8103/8563/12834 8099/8560/12830 -f 8099/8560/12830 8103/8563/12834 8104/8562/12833 -f 8098/8558/12827 8105/8564/12835 8103/8563/12834 -f 8098/8558/12827 8096/8557/12826 8105/8564/12835 -f 8096/8557/12826 7990/8266/12374 8106/8565/12836 -f 8105/8564/12835 8096/8557/12826 8106/8565/12836 -f 5670/5876/12837 8107/8566/12838 8106/8565/12836 -f 8107/8566/12838 8105/8564/12835 8106/8565/12836 -f 8103/8563/12834 8105/8564/12835 8108/8567/12839 -f 8108/8567/12839 8105/8564/12835 8107/8566/12838 -f 8109/8568/12840 8108/8567/12839 8107/8566/12838 -f 8104/8562/12833 8103/8563/12834 8108/8567/12841 -f 8110/8569/12842 8104/8562/12833 8108/8567/12841 -f 8110/8569/12843 8108/8567/12839 8109/8568/12840 -f 8102/8272/12383 8104/8562/12833 8112/8399/12580 -f 8112/8399/12580 8104/8562/12833 8110/8569/12842 -f 8110/8569/12843 8109/8568/12840 8113/8403/12586 -f 8113/8403/12586 8109/8568/12840 8111/8570/12844 -f 8114/8401/12582 8112/8399/12580 8110/8569/12842 -f 8114/8401/12585 8110/8569/12843 8113/8403/12586 -f 8027/6385/10048 8113/8403/12586 8111/8570/12844 -f 8117/8571/12845 9283/8572/12846 8111/8570/12844 -f 8111/8570/12844 9283/8572/12846 8115/6386/10049 -f 8111/8570/12844 8115/6386/10049 8027/6385/10048 -f 8109/8568/12840 8117/8571/12845 8111/8570/12844 -f 5670/5876/12837 8116/8573/12847 8107/8566/12838 -f 8107/8566/12838 8116/8573/12847 8117/8571/12845 -f 8107/8566/12838 8117/8571/12845 8109/8568/12840 -f 5670/5876/12837 8106/8565/12836 5669/5875/12373 -f 7990/8266/12374 5669/5875/12373 8106/8565/12836 -f 7682/5871/12848 8118/8574/12849 5666/5868/12850 -f 5666/5868/12851 8118/8574/12849 8119/8575/12852 -f 8119/8575/12852 5667/5872/12853 5666/5868/12851 -f 8123/8576/12854 8119/8575/12852 8118/8574/12849 -f 8122/8577/12855 8123/8576/12854 8118/8574/12849 -f 8124/8578/12856 8122/8577/12855 8118/8574/12849 -f 8121/8579/12857 8122/8577/12855 8124/8578/12856 -f 8118/8574/12849 7682/5871/12848 8125/8580/12858 -f 8125/8580/12858 8124/8578/12856 8118/8574/12849 -f 8126/8581/12859 8121/8579/12857 8124/8578/12856 -f 8126/8581/12859 8124/8578/12856 8125/8580/12860 -f 8127/8582/12861 8121/8579/12857 8126/8581/12859 -f 8126/8581/12862 8125/8580/12858 7683/7963/12390 -f 7683/7963/12390 8125/8580/12858 7682/5871/12848 -f 8127/8582/12861 8126/8581/12859 8128/8490/12712 -f 8128/8490/12712 8126/8581/12863 8120/8275/12389 -f 8120/8275/12389 8126/8581/12862 7683/7963/12390 -f 7993/8276/12391 8127/8582/12861 8128/8490/12712 -f 8119/8575/12852 8123/8576/12854 8129/8583/12864 -f 8123/8576/12854 8122/8577/12855 8130/8584/12865 -f 8130/8584/12865 8122/8577/12855 8121/8579/12857 -f 8130/8584/12865 8121/8579/12857 8135/8585/12866 -f 7993/8276/12391 8028/8278/12393 8127/8582/12861 -f 8127/8582/12861 8028/8278/12393 8131/8586/12867 -f 8127/8582/12861 8131/8586/12867 8121/8579/12857 -f 8121/8579/12857 8131/8586/12867 8135/8585/12866 -f 8123/8576/12854 8130/8584/12865 8129/8583/12864 -f 8130/8584/12865 8133/8587/12868 8129/8583/12864 -f 8134/8588/12869 8140/8589/12870 8133/8587/12871 -f 8134/8588/12872 8133/8587/12868 8130/8584/12865 -f 8136/8590/12873 8140/8589/12870 8134/8588/12869 -f 8135/8585/12874 8134/8588/12872 8130/8584/12865 -f 8132/8591/12875 8136/8590/12873 8134/8588/12876 -f 8137/8592/12877 8134/8588/12872 8135/8585/12874 -f 8132/8591/12875 8134/8588/12876 6124/6365/10022 -f 6124/6365/10022 8134/8588/12876 8137/8592/12878 -f 8137/8592/12877 8135/8585/12874 8138/8405/12588 -f 8138/8405/12588 8135/8585/12874 8131/8586/12867 -f 8139/8406/12592 6124/6365/10022 8137/8592/12878 -f 8139/8406/12590 8137/8592/12877 8138/8405/12588 -f 8028/8278/12393 8138/8405/12588 8131/8586/12867 -f 5667/5872/12853 8119/8575/12852 8129/8583/12864 -s 541 -f 8140/8589/12879 5667/5872/12880 8133/8587/12881 -f 5667/5872/12880 8129/8583/12882 8133/8587/12881 -s 39 -f 8141/8593/12883 8140/8589/12870 8136/8590/12873 -f 8141/8593/12883 8136/8590/12873 8142/8594/12884 -f 8142/8594/12884 8136/8590/12873 8132/8591/12875 -f 8142/8594/12884 8132/8591/12875 8143/6367/10024 -f 8143/6367/10024 8132/8591/12875 6124/6365/10022 -f 8147/5866/12885 8146/8595/12886 5663/5867/12887 -f 5663/5867/12887 8146/8595/12886 8144/7944/12888 -f 8144/7944/12888 8145/8274/12388 7685/7964/12387 -f 5661/5864/12386 8151/8596/12889 8147/5866/12885 -f 8151/8596/12889 5661/5864/12386 7992/8273/12385 -f 8151/8596/12889 7992/8273/12385 8150/8597/12890 -f 8151/8596/12889 8150/8597/12890 8152/8598/12891 -f 8146/8595/12886 8147/5866/12885 8151/8596/12889 -f 8146/8595/12886 8151/8596/12889 8153/8599/12892 -f 8153/8599/12892 8151/8596/12889 8152/8598/12891 -f 8154/8600/12893 8146/8595/12886 8153/8599/12892 -f 8144/7944/12888 8146/8595/12886 8154/8600/12894 -f 8155/8601/12895 8154/8600/12893 8153/8599/12892 -f 8149/8491/12713 8154/8600/12893 8155/8601/12895 -f 8145/8274/12388 8144/7944/12888 8154/8600/12894 -f 8145/8274/12388 8154/8600/12894 8156/8489/12711 -f 8156/8489/12711 8154/8600/12893 8149/8491/12713 -f 8148/8277/12392 8149/8491/12713 8155/8601/12895 -f 8155/8601/12895 8159/8602/12896 8157/8279/12394 -f 8155/8601/12895 8157/8279/12394 8148/8277/12392 -f 8153/8599/12892 8158/8603/12897 8159/8602/12896 -f 8153/8599/12892 8159/8602/12896 8155/8601/12895 -f 8158/8603/12897 8153/8599/12892 8152/8598/12891 -f 8152/8598/12891 8160/8604/12898 8158/8603/12897 -f 8152/8598/12891 8150/8597/12890 8160/8604/12898 -f 8150/8597/12890 7992/8273/12385 8161/8605/12899 -f 8160/8604/12898 8150/8597/12890 8161/8605/12899 -f 5660/5863/12900 8162/8606/12901 8161/8605/12899 -f 8162/8606/12901 8160/8604/12898 8161/8605/12899 -f 8158/8603/12897 8160/8604/12898 8163/8607/12902 -f 8163/8607/12902 8160/8604/12898 8162/8606/12901 -f 8164/8608/12903 8163/8607/12902 8162/8606/12901 -f 8159/8602/12896 8158/8603/12897 8163/8607/12904 -f 8165/8609/12905 8159/8602/12896 8163/8607/12904 -f 8165/8609/12906 8163/8607/12902 8164/8608/12903 -f 8157/8279/12394 8159/8602/12896 8167/8404/12587 -f 8167/8404/12587 8159/8602/12896 8165/8609/12905 -f 8165/8609/12906 8164/8608/12903 8168/8407/12593 -f 8168/8407/12593 8164/8608/12903 8166/8610/12907 -f 8167/8404/12589 8165/8609/12908 8168/8407/12591 -f 8029/6366/10023 8168/8407/12593 8166/8610/12907 -f 8171/8611/12909 9095/8612/12910 8166/8610/12907 -f 8166/8610/12907 9095/8612/12910 8169/6368/10025 -f 8166/8610/12907 8169/6368/10025 8029/6366/10023 -f 8164/8608/12903 8171/8611/12909 8166/8610/12907 -f 5660/5863/12900 8170/8613/12911 8162/8606/12901 -f 8162/8606/12901 8170/8613/12911 8171/8611/12909 -f 8162/8606/12901 8171/8611/12909 8164/8608/12903 -f 5660/5863/12900 8161/8605/12899 5659/5862/12384 -f 7992/8273/12385 5659/5862/12384 8161/8605/12899 -f 8174/5858/12912 8172/8614/12913 5656/5855/12914 -f 5656/5855/12914 8172/8614/12913 8173/8281/12397 -f 8173/8281/12397 5657/5859/12396 5656/5855/12914 -f 7688/7967/12403 8176/8284/12404 8175/7966/12915 -f 8178/8615/12916 8173/8281/12397 8172/8614/12913 -f 8179/8616/12917 8178/8615/12916 8172/8614/12913 -f 8179/8616/12917 8172/8614/12913 8174/5858/12912 -f 8174/5858/12912 8175/7966/12915 8179/8616/12917 -f 8180/8617/12918 8177/8618/12919 8178/8615/12916 -f 8180/8617/12918 8178/8615/12916 8179/8616/12917 -f 7995/8285/12405 8177/8618/12919 8180/8617/12918 -f 8180/8617/12920 8179/8616/12917 8175/7966/12915 -f 7995/8285/12405 8180/8617/12918 8181/8492/12717 -f 8181/8492/12715 8180/8617/12921 8176/8284/12714 -f 8176/8284/12404 8180/8617/12920 8175/7966/12915 -f 8186/8280/12395 8173/8281/12397 8182/8619/12922 -f 8182/8619/12922 8173/8281/12397 8178/8615/12916 -f 8182/8619/12922 8178/8615/12916 8177/8618/12919 -f 8182/8619/12922 8177/8618/12919 8189/8620/12923 -f 7995/8285/12405 8030/8287/12407 8183/8621/12924 -f 7995/8285/12405 8183/8621/12924 8177/8618/12919 -f 8177/8618/12919 8183/8621/12924 8189/8620/12923 -f 8187/8622/12925 8186/8280/12395 8182/8619/12922 -f 8188/8623/12926 8185/8624/12927 8187/8622/12925 -f 8188/8623/12926 8187/8622/12925 8182/8619/12922 -f 8190/8625/12928 8185/8624/12927 8188/8623/12926 -f 8189/8620/12923 8188/8623/12926 8182/8619/12922 -f 8184/8626/12929 8190/8625/12928 8188/8623/12926 -f 8191/8627/12930 8188/8623/12926 8189/8620/12923 -f 8184/8626/12929 8188/8623/12926 6203/6494/10185 -f 6203/6494/10185 8188/8623/12926 8191/8627/12931 -f 8191/8627/12930 8189/8620/12923 8192/8409/12595 -f 8192/8409/12595 8189/8620/12923 8183/8621/12924 -f 8193/8410/12597 6203/6494/10185 8191/8627/12931 -f 8193/8410/12596 8191/8627/12930 8192/8409/12595 -f 8030/8287/12407 8192/8409/12595 8183/8621/12924 -f 5657/5859/12932 8186/8280/12395 8194/8628/12933 -f 8194/8628/12933 8186/8280/12395 8187/8622/12925 -f 8195/8629/12934 8194/8628/12933 8185/8624/12927 -f 8194/8628/12933 8187/8622/12925 8185/8624/12927 -f 8195/8629/12934 8185/8624/12927 8190/8625/12928 -f 8195/8629/12934 8190/8625/12928 8196/8630/12935 -f 8196/8630/12935 8190/8625/12928 8184/8626/12929 -f 8196/8630/12935 8184/8626/12929 8197/6371/10030 -f 8197/6371/10030 8184/8626/12929 6203/6494/10185 -f 8201/5853/12936 8200/8631/12937 5653/5854/12938 -f 8200/8631/12937 8198/8632/12939 5653/5854/12938 -f 5653/5854/12938 8198/8632/12939 7687/7969/12401 -f 7687/7969/12401 8198/8632/12939 8199/8283/12402 -f 5651/5851/12400 8204/8633/12940 8201/5853/12936 -f 8204/8633/12940 5651/5851/12400 7994/8282/12399 -f 8204/8633/12940 7994/8282/12399 8203/8634/12941 -f 8204/8633/12940 8203/8634/12941 8205/8635/12942 -f 8200/8631/12937 8201/5853/12936 8204/8633/12940 -f 8200/8631/12937 8204/8633/12940 8206/8636/12943 -f 8206/8636/12943 8204/8633/12940 8205/8635/12942 -f 8207/8637/12944 8200/8631/12937 8206/8636/12943 -f 8198/8632/12939 8200/8631/12937 8207/8637/12945 -f 8208/8638/12946 8207/8637/12944 8206/8636/12943 -f 8209/8493/12716 8198/8632/12939 8207/8637/12945 -f 8209/8493/12718 8207/8637/12944 8208/8638/12946 -f 8199/8283/12402 8198/8632/12939 8209/8493/12716 -f 8209/8493/12718 8208/8638/12946 8202/8286/12406 -f 8208/8638/12946 8212/8639/12947 8202/8286/12406 -f 8202/8286/12406 8212/8639/12947 8210/8288/12408 -f 8206/8636/12943 8211/8640/12948 8208/8638/12946 -f 8208/8638/12946 8211/8640/12948 8212/8639/12947 -f 8211/8640/12948 8206/8636/12943 8205/8635/12942 -f 8205/8635/12942 8213/8641/12949 8211/8640/12948 -f 8205/8635/12942 8203/8634/12941 8213/8641/12949 -f 8203/8634/12941 7994/8282/12399 8214/8642/12950 -f 8213/8641/12949 8203/8634/12941 8214/8642/12950 -f 5650/5850/12951 8215/8643/12952 8214/8642/12950 -f 8215/8643/12952 8213/8641/12949 8214/8642/12950 -f 8211/8640/12948 8213/8641/12949 8216/8644/12953 -f 8216/8644/12954 8213/8641/12949 8215/8643/12952 -f 8217/8645/12955 8216/8644/12954 8215/8643/12952 -f 8212/8639/12947 8211/8640/12948 8218/8646/12956 -f 8218/8646/12956 8211/8640/12948 8216/8644/12953 -f 8218/8646/12957 8216/8644/12954 8217/8645/12955 -f 8210/8288/12408 8212/8639/12947 8218/8646/12956 -f 8218/8646/12957 8217/8645/12955 8220/8411/12599 -f 8220/8411/12599 8217/8645/12955 8219/8647/12958 -f 8221/8408/12594 8210/8288/12408 8218/8646/12956 -f 8221/8408/12598 8218/8646/12957 8220/8411/12599 -f 8031/6495/10186 8220/8411/12599 8219/8647/12958 -f 8224/8648/12959 9106/8649/12960 8219/8647/12958 -f 8219/8647/12958 9106/8649/12960 8222/6496/10187 -f 8219/8647/12958 8222/6496/10187 8031/6495/10186 -f 8217/8645/12955 8224/8648/12959 8219/8647/12958 -f 5650/5850/12951 8223/8650/12961 8215/8643/12952 -f 8215/8643/12952 8223/8650/12961 8224/8648/12959 -f 8215/8643/12952 8224/8648/12959 8217/8645/12955 -f 5650/5850/12951 8214/8642/12950 5649/5849/12398 -f 7994/8282/12399 5649/5849/12398 8214/8642/12950 -f 8225/5845/12962 8226/8651/12963 5646/5842/12964 -f 5646/5842/12964 8226/8651/12963 8227/8652/12965 -f 8227/8652/12965 5647/5846/12966 5646/5842/12964 -f 7692/7974/12413 8228/8290/12412 7690/7971/12967 -f 8230/8653/12968 8227/8652/12965 8226/8651/12963 -f 8231/8654/12969 8230/8653/12968 8226/8651/12963 -f 8229/8655/12970 8230/8653/12968 8231/8654/12971 -f 8225/5845/12962 7690/7971/12967 8232/8656/12972 -f 8232/8656/12972 8231/8654/12969 8226/8651/12963 -f 8232/8656/12972 8226/8651/12963 8225/5845/12962 -f 8233/8657/12973 8229/8655/12970 8231/8654/12969 -f 8233/8657/12973 8231/8654/12969 8232/8656/12972 -f 8234/8658/12974 8229/8655/12970 8233/8657/12973 -f 8233/8657/12973 8232/8656/12972 8228/8290/12412 -f 8228/8290/12412 8232/8656/12972 7690/7971/12967 -f 8234/8658/12974 8233/8657/12973 8235/8496/12721 -f 8235/8496/12721 8233/8657/12973 8236/8494/12719 -f 8236/8494/12719 8233/8657/12973 8228/8290/12412 -f 7997/8292/12416 8234/8658/12974 8235/8496/12721 -f 8227/8652/12965 8230/8653/12968 8237/8659/12975 -f 8238/8660/12976 8230/8653/12968 8229/8655/12970 -f 8238/8660/12976 8229/8655/12970 8244/8661/12977 -f 7997/8292/12416 8239/8294/12418 8234/8658/12974 -f 8234/8658/12974 8239/8294/12418 8240/8662/12978 -f 8234/8658/12974 8240/8662/12978 8229/8655/12970 -f 8229/8655/12970 8240/8662/12978 8244/8661/12977 -f 8230/8653/12968 8238/8660/12976 8237/8659/12975 -f 8238/8660/12976 8243/8663/12979 8237/8659/12975 -f 8242/8664/12980 8243/8663/12979 8238/8660/12976 -f 8244/8661/12981 8242/8664/12980 8238/8660/12976 -f 8241/8665/12982 8245/8666/12983 8242/8664/12984 -f 8241/8665/12982 8242/8664/12984 8246/8667/12985 -f 8246/8667/12986 8242/8664/12980 8244/8661/12981 -f 8247/8413/12601 8246/8667/12987 8244/8661/12988 -f 8247/8413/12601 8244/8661/12988 8240/8662/12978 -f 8248/8415/12603 8241/8665/12982 8246/8667/12985 -f 8247/8413/12601 8240/8662/12978 8239/8294/12418 -f 6202/6491/10182 8241/8665/12982 8248/8415/12603 -f 8248/8415/12603 8246/8667/12989 8247/8413/12601 -f 5647/5846/12966 8227/8652/12965 8237/8659/12975 -f 8249/8668/12990 5647/5846/12991 8243/8663/12992 -f 5647/5846/12991 8237/8659/12993 8243/8663/12992 -f 8250/8669/12994 8249/8668/12990 8242/8664/12995 -f 8249/8668/12990 8243/8663/12992 8242/8664/12995 -f 8250/8669/12994 8242/8664/12995 8245/8666/12996 -f 8250/8669/12994 8245/8666/12996 8251/8670/12997 -f 8251/8670/12997 8245/8666/12996 8241/8665/12982 -f 8251/8670/12997 8241/8665/12982 8252/6492/10183 -f 8252/6492/10183 8241/8665/12982 6202/6491/10182 -f 8256/5840/12998 8255/8671/12999 5643/5841/13000 -f 8255/8671/12999 8253/7976/13001 5643/5841/13000 -f 8253/7976/13001 8254/8291/12415 7695/7973/12414 -f 8256/5840/12998 5641/5838/13002 7996/8289/12410 -f 8256/5840/12998 7996/8289/12410 8259/8672/13003 -f 8255/8671/12999 8256/5840/12998 8259/8672/13003 -f 8255/8671/12999 8259/8672/13003 8260/8673/13004 -f 8261/8674/13005 8255/8671/12999 8260/8673/13004 -f 8253/7976/13001 8255/8671/12999 8261/8674/13006 -f 8262/8675/13007 8261/8674/13005 8260/8673/13004 -f 8258/8497/12722 8261/8674/13005 8262/8675/13007 -f 8254/8291/12415 8253/7976/13001 8261/8674/13006 -f 8254/8291/12415 8261/8674/13006 8263/8495/12720 -f 8263/8495/12720 8261/8674/13005 8258/8497/12722 -f 8257/8293/12417 8258/8497/12722 8262/8675/13007 -f 8262/8675/13007 8266/8676/13008 8264/8295/12419 -f 8262/8675/13007 8264/8295/12419 8257/8293/12417 -f 8260/8673/13004 8265/8677/13009 8266/8676/13008 -f 8260/8673/13004 8266/8676/13008 8262/8675/13007 -f 8265/8677/13009 8260/8673/13004 8259/8672/13003 -f 8259/8672/13003 8267/8678/13010 8265/8677/13009 -f 8267/8678/13010 8259/8672/13003 8268/8679/13011 -f 8259/8672/13003 7996/8289/12410 8268/8679/13011 -f 8267/8678/13010 8268/8679/13011 8269/8680/13012 -f 5640/5837/13013 8270/8681/13014 8269/8680/13012 -f 8270/8681/13014 8267/8678/13015 8269/8680/13012 -f 8271/8682/13016 8265/8677/13009 8267/8678/13010 -f 8271/8682/13017 8267/8678/13015 8270/8681/13014 -f 8272/8683/13018 8271/8682/13017 8270/8681/13014 -f 8266/8676/13008 8265/8677/13009 8271/8682/13016 -f 8273/8684/13019 8266/8676/13008 8271/8682/13016 -f 8273/8684/13020 8271/8682/13017 8272/8683/13018 -f 8264/8295/12419 8266/8676/13008 8275/8412/12600 -f 8275/8412/12600 8266/8676/13008 8273/8684/13019 -f 8273/8684/13020 8272/8683/13018 8276/8416/12604 -f 8276/8416/12604 8272/8683/13018 8274/8685/13021 -f 8277/8414/12602 8275/8412/12600 8273/8684/13019 -f 8277/8414/12602 8273/8684/13020 8276/8416/12604 -f 8276/8416/12604 8274/8685/13021 6200/6488/10177 -f 8280/8686/13022 9116/8687/13023 8274/8685/13021 -f 8274/8685/13021 9116/8687/13023 8278/6489/10178 -f 8274/8685/13021 8278/6489/10178 6200/6488/10177 -f 8272/8683/13018 8280/8686/13022 8274/8685/13021 -f 5640/5837/13013 8279/8688/13024 8270/8681/13014 -f 8270/8681/13014 8279/8688/13024 8280/8686/13022 -f 8270/8681/13014 8280/8686/13022 8272/8683/13018 -f 5640/5837/13013 8269/8680/13012 8268/8679/13011 -f 5640/5837/13013 8268/8679/13011 5639/5836/12409 -f 7996/8289/12410 5639/5836/12409 8268/8679/13011 -f 8281/5831/13025 8282/8689/13026 5634/5829/13027 -f 8286/8690/13028 5637/5833/13029 5634/5829/13027 -f 7699/7977/12425 8283/8298/12424 7696/7978/13030 -f 8287/8691/13031 8286/8690/13028 5634/5829/13027 -f 8287/8691/13031 5634/5829/13027 8282/8689/13026 -f 8285/8692/13032 8287/8691/13031 8282/8689/13026 -f 8281/5831/13025 7697/7979/13033 8288/8693/13034 -f 8288/8693/13034 8285/8692/13032 8282/8689/13026 -f 8288/8693/13034 8282/8689/13026 8281/5831/13025 -f 8289/8694/13035 8284/8695/13036 8285/8692/13032 -f 8289/8694/13035 8285/8692/13032 8288/8693/13034 -f 8290/8696/13037 8284/8695/13036 8289/8694/13035 -f 8289/8694/13038 8288/8693/13034 7696/7978/13030 -f 7696/7978/13030 8288/8693/13034 7697/7979/13033 -f 8283/8298/12424 8289/8694/13038 7696/7978/13030 -f 7999/8299/12727 8290/8696/13037 8289/8694/13035 -f 7999/8299/12727 8289/8694/13035 8056/8498/12725 -f 8056/8498/12723 8289/8694/13038 8283/8298/12424 -f 8286/8690/13028 8287/8691/13031 8291/8697/13039 -f 8291/8697/13039 8287/8691/13031 8285/8692/13032 -f 8291/8697/13039 8285/8692/13032 8284/8695/13036 -f 8291/8697/13039 8284/8695/13036 8298/8698/13040 -f 7999/8299/12427 8292/8301/12429 8290/8696/13037 -f 8290/8696/13037 8292/8301/12429 8293/8699/13041 -f 8290/8696/13037 8293/8699/13041 8284/8695/13036 -f 8284/8695/13036 8293/8699/13041 8298/8698/13040 -f 8297/8700/13042 8296/8701/13043 8291/8697/13039 -f 8296/8701/13043 8286/8690/13028 8291/8697/13039 -f 8295/8702/13044 8297/8700/13042 8291/8697/13039 -f 8298/8698/13045 8295/8702/13044 8291/8697/13039 -s 494 -f 8294/8703/13046 8299/8704/13047 8295/8702/13048 -f 8294/8703/13046 8295/8702/13048 8300/8705/13049 -s 39 -f 8300/8705/13050 8295/8702/13044 8298/8698/13045 -s 495 -f 8301/8419/12611 8300/8705/13051 8298/8698/13052 -f 8301/8419/12611 8298/8698/13052 8293/8699/13053 -s 494 -f 8302/8417/12607 8294/8703/13046 8300/8705/13049 -s 495 -f 8302/8417/12610 8300/8705/13051 8301/8419/12611 -s 39 -f 8301/8419/12614 8293/8699/13041 8292/8301/12429 -s 494 -f 6119/6357/12606 8294/8703/13046 8302/8417/12607 -s 39 -f 5637/5833/13029 8286/8690/13028 8296/8701/13043 -f 5637/5833/13029 8296/8701/13043 8303/8706/13054 -f 8303/8706/13054 8296/8701/13043 8297/8700/13055 -f 8304/8707/13056 8303/8706/13054 8295/8702/13057 -f 8303/8706/13054 8297/8700/13055 8295/8702/13057 -f 8304/8707/13056 8295/8702/13057 8299/8704/13058 -f 8304/8707/13056 8299/8704/13058 8305/8708/13059 -f 8305/8708/13059 8299/8704/13058 8294/8703/13060 -f 8305/8708/13059 8294/8703/13060 6118/6356/10013 -f 6118/6356/10013 8294/8703/13060 6119/6357/10014 -f 8308/5828/13061 8306/8709/13062 7700/7981/12426 -f 8306/8709/13062 8307/8297/12423 7700/7981/12426 -f 8313/8710/13063 8309/5827/13064 5632/5825/12422 -f 8313/8710/13063 5632/5825/12422 7998/8296/12421 -f 8313/8710/13063 7998/8296/12421 8312/8711/13065 -f 8313/8710/13066 8312/8711/13067 8314/8712/13068 -f 8308/5828/13069 8309/5827/13064 8313/8710/13063 -f 8315/8713/13070 8313/8710/13066 8314/8712/13068 -f 8316/8714/13071 8308/5828/13069 8313/8710/13063 -f 8316/8714/13072 8313/8710/13066 8315/8713/13070 -f 8306/8709/13073 8308/5828/13069 8316/8714/13071 -f 8317/8715/13074 8316/8714/13072 8315/8713/13070 -f 8318/8499/12724 8306/8709/13062 8316/8714/13075 -f 8318/8499/13076 8316/8714/13072 8311/8500/12729 -f 8311/8500/12729 8316/8714/13072 8317/8715/13074 -f 8307/8297/12423 8306/8709/13062 8318/8499/12724 -f 8310/8300/12428 8311/8500/12729 8317/8715/13074 -f 8317/8715/13074 8321/8716/13077 8319/8302/12430 -f 8317/8715/13074 8319/8302/12430 8310/8300/12428 -f 8315/8713/13070 8320/8717/13078 8321/8716/13077 -f 8315/8713/13070 8321/8716/13077 8317/8715/13074 -f 8320/8717/13078 8315/8713/13070 8314/8712/13068 -f 8314/8712/13068 8322/8718/13079 8320/8717/13078 -f 8314/8712/13068 8312/8711/13067 8322/8718/13079 -f 8312/8711/13067 7998/8296/12421 8323/8719/13080 -f 8322/8718/13079 8312/8711/13067 8323/8719/13080 -f 5631/5824/13081 8324/8720/13082 8323/8719/13080 -f 8324/8720/13082 8322/8718/13079 8323/8719/13080 -f 8320/8717/13078 8322/8718/13079 8325/8721/13083 -f 8325/8721/13083 8322/8718/13079 8324/8720/13082 -f 8326/8722/13084 8325/8721/13083 8324/8720/13082 -f 8321/8716/13077 8320/8717/13078 8325/8721/13085 -f 8321/8716/13077 8325/8721/13085 8327/8723/13086 -f 8327/8723/13087 8325/8721/13083 8326/8722/13084 -s 494 -f 8328/8724/13088 8327/8723/13089 8326/8722/13090 -s 39 -f 8319/8302/12430 8321/8716/13077 8329/8420/12613 -f 8329/8420/12613 8321/8716/13077 8327/8723/13086 -f 8329/8420/12613 8327/8723/13086 8330/8725/13091 -s 494 -f 8330/8725/13092 8327/8723/13089 8328/8724/13088 -f 8331/6358/12605 8330/8725/13092 8328/8724/13088 -s 495 -f 8329/8420/12612 8330/8725/13093 8032/8418/12609 -s 494 -f 8032/8418/12608 8330/8725/13092 8331/6358/12605 -s 39 -f 8334/8726/13094 9125/8727/13095 8328/8724/13096 -f 8328/8724/13096 9125/8727/13095 8332/6484/10173 -f 8328/8724/13096 8332/6484/10173 8331/6358/10015 -f 8326/8722/13097 8334/8726/13094 8328/8724/13096 -f 5631/5824/13081 8333/8728/13098 8324/8720/13082 -f 8324/8720/13082 8333/8728/13098 8334/8726/13094 -f 8324/8720/13082 8334/8726/13094 8326/8722/13097 -f 5631/5824/13081 8323/8719/13080 5630/5823/12420 -f 7998/8296/12421 5630/5823/12420 8323/8719/13080 -f 8335/8729/13099 5626/5818/13100 8337/5817/13101 -f 5626/5818/13100 8335/8729/13099 8336/8730/13102 -f 8336/8730/13102 5628/5820/13103 5626/5818/13100 -f 7704/7985/12432 8338/8303/12431 7701/7984/13104 -f 8341/8731/13105 8336/8730/13102 8335/8729/13099 -f 8340/8732/13106 8341/8731/13105 8335/8729/13099 -f 8335/8729/13099 8337/5817/13101 8342/8733/13107 -f 8342/8733/13107 8340/8732/13106 8335/8729/13099 -f 8337/5817/13101 7701/7984/13104 8342/8733/13107 -f 8343/8734/13108 8339/8735/13109 8340/8732/13106 -f 8343/8734/13108 8340/8732/13106 8342/8733/13107 -f 8344/8736/13110 8339/8735/13109 8343/8734/13108 -f 8343/8734/13111 8342/8733/13107 7701/7984/13104 -f 8338/8303/12431 8343/8734/13111 7701/7984/13104 -f 8000/8305/12435 8344/8736/13110 8343/8734/13108 -f 8000/8305/12435 8343/8734/13108 8057/8502/12732 -f 8057/8502/12731 8343/8734/13111 8338/8303/12431 -f 8336/8730/13102 8341/8731/13105 8345/8737/13112 -f 8341/8731/13105 8340/8732/13106 8346/8738/13113 -f 8346/8738/13113 8340/8732/13106 8339/8735/13109 -f 8346/8738/13113 8339/8735/13109 8352/8739/13114 -f 8000/8305/12435 8035/8307/12437 8344/8736/13110 -f 8344/8736/13110 8035/8307/12437 8347/8740/13115 -f 8344/8736/13110 8347/8740/13115 8339/8735/13109 -f 8339/8735/13109 8347/8740/13115 8352/8739/13114 -f 8341/8731/13105 8346/8738/13113 8345/8737/13112 -f 8346/8738/13113 8350/8741/13116 8345/8737/13112 -f 8351/8742/13117 8349/8743/13118 8350/8741/13116 -f 8351/8742/13117 8350/8741/13116 8346/8738/13113 -f 8353/8744/13119 8349/8743/13120 8351/8742/13121 -f 8352/8739/13114 8351/8742/13117 8346/8738/13113 -f 8348/8745/13122 8353/8744/13119 8351/8742/13121 -f 8354/8746/13123 8351/8742/13117 8352/8739/13114 -f 8348/8745/13122 8351/8742/13121 8355/8421/12615 -f 8355/8421/12615 8351/8742/13121 8354/8746/13124 -f 8354/8746/13123 8352/8739/13114 8356/8425/12619 -f 8356/8425/12619 8352/8739/13114 8347/8740/13115 -f 6199/6486/10175 8348/8745/13122 8355/8421/12615 -f 8357/8423/12617 8355/8421/12615 8354/8746/13124 -f 8357/8423/12617 8354/8746/13124 8356/8425/12619 -f 8035/8307/12437 8356/8425/12619 8347/8740/13115 -f 5628/5820/13103 8336/8730/13102 8345/8737/13112 -f 5628/5820/13103 8345/8737/13112 8358/8747/13125 -f 8358/8747/13125 8345/8737/13112 8350/8741/13126 -f 8359/8748/13127 8358/8747/13125 8349/8743/13120 -f 8358/8747/13125 8350/8741/13126 8349/8743/13120 -f 8359/8748/13127 8349/8743/13120 8353/8744/13119 -f 8359/8748/13127 8353/8744/13119 8360/8749/13128 -f 8360/8749/13128 8353/8744/13119 8348/8745/13122 -f 8360/8749/13128 8348/8745/13122 8361/6487/10176 -f 8361/6487/10176 8348/8745/13122 6199/6486/10175 -f 8364/5816/13129 8362/8750/13130 7706/7988/13131 -f 8362/8750/13130 8363/8304/12433 7706/7988/13131 -f 7706/7988/13131 8363/8304/12433 7705/7987/12434 -f 8369/8751/13132 8365/5814/13133 5622/5813/13134 -f 8369/8751/13132 5622/5813/13134 8368/8752/13135 -f 8369/8751/13132 8368/8752/13135 8370/8753/13136 -f 8364/5816/13129 8365/5814/13133 8369/8751/13132 -f 8371/8754/13137 8369/8751/13132 8370/8753/13136 -f 8372/8755/13138 8364/5816/13129 8369/8751/13132 -f 8372/8755/13138 8369/8751/13132 8371/8754/13137 -f 8362/8750/13130 8364/5816/13129 8372/8755/13138 -f 8373/8756/13139 8372/8755/13138 8371/8754/13137 -f 8367/8503/12734 8372/8755/13138 8373/8756/13139 -f 8363/8304/12433 8362/8750/13130 8372/8755/13140 -f 8363/8304/12433 8372/8755/13140 8374/8501/12730 -f 8374/8501/12733 8372/8755/13138 8367/8503/12734 -f 8366/8306/12436 8367/8503/12734 8373/8756/13139 -f 8373/8756/13139 8377/8757/13141 8375/8308/12438 -f 8373/8756/13139 8375/8308/12438 8366/8306/12436 -f 8371/8754/13137 8376/8758/13142 8377/8757/13141 -f 8371/8754/13137 8377/8757/13141 8373/8756/13139 -f 8376/8758/13142 8371/8754/13137 8370/8753/13136 -f 8370/8753/13136 8378/8759/13143 8376/8758/13142 -f 8370/8753/13136 8368/8752/13135 8378/8759/13143 -f 8368/8752/13135 5622/5813/13134 8379/8760/13144 -f 8378/8759/13143 8368/8752/13135 8379/8760/13144 -f 5625/5812/13145 8380/8761/13146 8379/8760/13144 -f 8380/8761/13146 8378/8759/13143 8379/8760/13144 -f 8376/8758/13142 8378/8759/13143 8381/8762/13147 -f 8381/8762/13147 8378/8759/13143 8380/8761/13146 -f 8382/8763/13148 8381/8762/13147 8380/8761/13146 -f 8377/8757/13141 8376/8758/13142 8381/8762/13149 -f 8377/8757/13141 8381/8762/13149 8383/8764/13150 -f 8383/8764/13151 8381/8762/13147 8382/8763/13148 -f 8384/8765/13152 8383/8764/13153 8382/8763/13154 -f 8375/8308/12438 8377/8757/13141 8385/8426/12620 -f 8385/8426/12620 8377/8757/13141 8383/8764/13150 -f 8385/8426/12620 8383/8764/13150 8386/8766/13155 -f 8386/8766/13156 8383/8764/13153 8384/8765/13152 -f 8387/8422/12616 8386/8766/13156 8384/8765/13152 -f 8385/8426/12620 8386/8766/13157 8034/8424/12618 -f 8034/8424/12618 8386/8766/13156 8387/8422/12616 -f 8033/6482/10170 8387/8422/12616 8384/8765/13152 -f 8390/8767/13158 8388/6480/10168 8384/8765/13152 -f 8384/8765/13152 8388/6480/10168 8033/6482/10170 -f 8382/8763/13159 8390/8767/13158 8384/8765/13152 -f 5625/5812/13145 8389/8768/13160 8380/8761/13146 -f 8380/8761/13146 8389/8768/13160 8390/8767/13158 -f 8380/8761/13146 8390/8767/13158 8382/8763/13159 -f 5625/5812/13145 8379/8760/13144 5624/5811/13161 -f 5622/5813/13134 5624/5811/13161 8379/8760/13144 -s 580 -f 7707/5804/13162 8391/8769/13163 8392/8770/13164 -f 7707/5804/13162 8392/8770/13164 5619/5805/13165 -s 39 -f 5619/5805/13166 8392/8770/13167 8393/5807/12441 -f 8397/8771/13168 8393/5807/12441 8392/8770/13167 -f 8396/8772/13169 8397/8771/13168 8392/8770/13167 -f 8398/8773/13170 8396/8772/13169 8392/8770/13167 -f 8395/8774/13171 8396/8772/13169 8398/8773/13170 -s 580 -f 8398/8773/13172 8392/8770/13164 8391/8769/13163 -s 39 -f 8399/8775/13173 8395/8774/13171 8398/8773/13170 -f 8399/8775/13173 8398/8773/13170 8391/8769/13174 -f 8001/8312/12446 8395/8774/13171 8399/8775/13173 -f 8399/8775/13175 8391/8769/13176 7708/7989/12445 -f 7708/7989/12445 8391/8769/13176 7707/5804/13177 -f 8001/8312/12446 8399/8775/13173 8400/8505/12737 -f 8400/8505/12736 8399/8775/13175 8394/8311/12444 -f 8394/8311/12444 8399/8775/13175 7708/7989/12445 -f 8406/8309/12439 8393/5807/12441 8397/8771/13168 -f 8406/8309/12439 8397/8771/13168 8401/8776/13178 -f 8397/8771/13168 8396/8772/13169 8402/8777/13179 -f 8402/8777/13179 8396/8772/13169 8395/8774/13171 -f 8402/8777/13179 8395/8774/13171 8408/8778/13180 -f 8001/8312/12446 8036/8314/12448 8403/8779/13181 -f 8001/8312/12446 8403/8779/13181 8395/8774/13171 -f 8395/8774/13171 8403/8779/13181 8408/8778/13180 -f 8397/8771/13168 8402/8777/13179 8401/8776/13178 -f 8402/8777/13182 8407/8780/13183 8401/8776/13178 -f 8405/8781/13184 8407/8780/13183 8402/8777/13182 -f 8401/8776/13178 8407/8780/13183 8406/8309/12439 -f 8408/8778/13180 8405/8781/13184 8402/8777/13182 -f 8404/8782/13185 8409/8783/13186 8405/8781/13187 -f 8404/8782/13185 8405/8781/13187 8410/8784/13188 -f 8410/8784/13189 8405/8781/13184 8408/8778/13180 -f 8410/8784/13189 8408/8778/13180 8411/8428/12622 -f 8411/8428/12622 8408/8778/13180 8403/8779/13181 -f 8412/8430/12625 8404/8782/13185 8410/8784/13188 -f 8412/8430/12624 8410/8784/13189 8411/8428/12622 -f 6194/6475/10163 8404/8782/13185 8412/8430/12625 -f 8036/8314/12448 8411/8428/12622 8403/8779/13181 -f 8413/8785/13190 5620/5808/12440 8407/8780/13183 -f 5620/5808/12440 8406/8309/12439 8407/8780/13183 -f 8414/8786/13191 8413/8785/13190 8405/8781/13192 -f 8413/8785/13190 8407/8780/13183 8405/8781/13192 -f 8414/8786/13191 8405/8781/13192 8409/8783/13193 -f 8414/8786/13191 8409/8783/13193 8415/8787/13194 -f 8415/8787/13194 8409/8783/13193 8404/8782/13195 -f 6194/6475/10163 8416/6483/10171 8404/8782/13195 -f 8404/8782/13195 8416/6483/10171 8415/8787/13194 -f 5616/5802/13196 8419/8788/13197 7711/7991/13198 -f 8419/8788/13197 8417/8789/13199 7711/7991/13198 -f 8417/8789/13199 8418/8310/12443 7711/7991/13198 -f 7711/7991/13198 8418/8310/12443 7709/7992/12442 -f 5616/5802/13196 8420/5801/13200 8419/8788/13197 -f 8423/8790/13201 8420/5801/13200 5615/5800/13202 -f 5615/5800/13202 8422/8791/13203 8423/8790/13201 -f 8419/8788/13197 8420/5801/13200 8423/8790/13201 -f 8419/8788/13197 8423/8790/13201 8424/8792/13204 -f 8425/8793/13205 8419/8788/13197 8424/8792/13204 -f 8417/8789/13199 8419/8788/13197 8425/8793/13206 -f 8421/8313/12447 8425/8793/13207 8424/8792/13204 -f 8418/8310/12443 8417/8789/13199 8425/8793/13206 -f 8418/8310/12443 8425/8793/13206 8426/8504/12735 -f 8426/8504/12738 8425/8793/13207 8421/8313/12447 -f 8424/8792/13204 8429/8794/13208 8421/8313/12447 -f 8421/8313/12447 8429/8794/13208 8427/8315/12449 -f 8424/8792/13204 8428/8795/13209 8429/8794/13208 -f 8428/8795/13209 8424/8792/13204 8423/8790/13201 -f 8423/8790/13201 8430/8796/13210 8428/8795/13209 -f 8430/8796/13210 8423/8790/13201 8422/8791/13211 -f 8422/8791/13211 5615/5800/13212 8431/8797/13213 -f 8430/8796/13210 8422/8791/13211 8431/8797/13213 -f 5613/5798/13214 8432/8798/13215 8431/8797/13213 -f 8432/8798/13215 8430/8796/13210 8431/8797/13213 -f 8428/8795/13209 8430/8796/13210 8433/8799/13216 -f 8433/8799/13216 8430/8796/13210 8432/8798/13215 -f 8434/8800/13217 8433/8799/13216 8432/8798/13215 -f 8429/8794/13208 8428/8795/13209 8433/8799/13218 -f 8435/8801/13219 8429/8794/13208 8433/8799/13218 -f 8435/8801/13220 8433/8799/13216 8434/8800/13217 -f 8427/8315/12449 8429/8794/13208 8437/8427/12621 -f 8437/8427/12621 8429/8794/13208 8435/8801/13219 -f 8435/8801/13220 8434/8800/13217 8438/8431/12627 -f 8438/8431/12627 8434/8800/13217 8436/8802/13221 -f 8439/8429/12623 8437/8427/12621 8435/8801/13219 -f 8439/8429/12626 8435/8801/13220 8438/8431/12627 -f 8037/6476/10164 8438/8431/12627 8436/8802/13221 -f 8442/8803/13222 8440/8804/13223 8436/8802/13221 -f 8436/8802/13221 8440/8804/13223 8441/6477/10165 -f 8436/8802/13221 8441/6477/10165 8037/6476/10164 -f 8434/8800/13217 8442/8803/13222 8436/8802/13221 -f 5613/5798/13214 9144/8805/13224 8432/8798/13215 -f 8432/8798/13215 9144/8805/13224 8442/8803/13222 -f 8432/8798/13215 8442/8803/13222 8434/8800/13217 -f 5613/5798/13214 8431/8797/13213 5614/5799/13225 -f 5615/5800/13212 5614/5799/13225 8431/8797/13213 -f 8443/5792/13226 8444/8806/13227 5610/5794/13228 -f 7714/7995/12455 8446/8318/12456 7713/7993/13229 -f 8449/8807/13230 5610/5794/13228 8444/8806/13227 -f 8448/8808/13231 8449/8807/13230 8444/8806/13227 -f 8443/5792/13226 8445/7943/13232 8450/8809/13233 -f 8450/8809/13233 8448/8808/13231 8444/8806/13227 -f 8450/8809/13233 8444/8806/13227 8443/5792/13226 -f 8451/8810/13234 8447/8811/13235 8448/8808/13231 -f 8451/8810/13234 8448/8808/13231 8450/8809/13233 -f 8003/8319/12457 8447/8811/13235 8451/8810/13234 -f 8451/8810/13236 8450/8809/13233 7713/7993/13229 -f 7713/7993/13229 8450/8809/13233 8445/7943/13232 -f 8003/8319/12457 8451/8810/13234 8452/8506/12742 -f 8452/8506/12740 8451/8810/13237 8446/8318/12739 -f 8446/8318/12456 8451/8810/13236 7713/7993/13229 -f 8458/8812/13238 5610/5794/13228 8449/8807/13230 -f 8458/8812/13238 8449/8807/13230 8453/8813/13239 -f 8449/8807/13230 8448/8808/13231 8454/8814/13240 -f 8454/8814/13240 8448/8808/13231 8447/8811/13235 -f 8454/8814/13240 8447/8811/13235 8461/8815/13241 -f 8003/8319/12457 8038/8321/12459 8455/8816/13242 -f 8003/8319/12457 8455/8816/13242 8447/8811/13235 -f 8447/8811/13235 8455/8816/13242 8461/8815/13241 -f 8449/8807/13230 8454/8814/13240 8453/8813/13239 -f 8454/8814/13243 8459/8817/13244 8453/8813/13239 -f 8460/8818/13245 8457/8819/13246 8459/8817/13244 -f 8460/8818/13245 8459/8817/13244 8454/8814/13243 -f 8453/8813/13239 8459/8817/13244 8458/8812/13238 -f 8462/8820/13247 8457/8819/13248 8460/8818/13249 -f 8461/8815/13250 8460/8818/13245 8454/8814/13243 -f 8456/8821/13251 8462/8820/13247 8460/8818/13249 -f 8463/8822/13252 8460/8818/13245 8461/8815/13250 -f 8456/8821/13251 8460/8818/13249 6193/6472/10160 -f 6193/6472/10160 8460/8818/13249 8463/8822/13253 -f 8463/8822/13252 8461/8815/13250 8464/8433/12629 -f 8464/8433/12629 8461/8815/13250 8455/8816/13242 -f 8465/8434/12633 6193/6472/10160 8463/8822/13253 -f 8465/8434/12631 8463/8822/13252 8464/8433/12629 -f 8038/8321/12459 8464/8433/12629 8455/8816/13242 -f 5612/5796/13254 5610/5794/13228 8458/8812/13238 -f 5612/5796/13254 8458/8812/13238 8466/8823/13255 -f 8466/8823/13255 8458/8812/13238 8459/8817/13244 -f 8467/8824/13256 8466/8823/13255 8457/8819/13248 -f 8466/8823/13255 8459/8817/13244 8457/8819/13248 -f 8467/8824/13256 8457/8819/13248 8462/8820/13247 -f 8467/8824/13256 8462/8820/13247 8468/8825/13257 -f 8469/8826/13258 8468/8825/13257 8456/8821/13251 -f 8468/8825/13257 8462/8820/13247 8456/8821/13251 -f 8469/8826/13258 8456/8821/13251 6192/6474/10162 -f 6192/6474/10162 8456/8821/13251 6193/6472/10160 -f 8473/5789/13259 8472/8827/13260 5607/5790/13261 -f 5607/5790/13261 8472/8827/13260 8470/8828/13262 -f 5607/5790/13261 8470/8828/13262 7715/7994/12453 -f 8470/8828/13262 8471/8317/12454 7715/7994/12453 -f 8476/8829/13263 8473/5789/13259 5605/5787/12452 -f 5605/5787/12452 8002/8316/12451 8476/8829/13263 -f 8002/8316/12451 8475/8830/13264 8476/8829/13263 -f 8472/8827/13260 8473/5789/13259 8476/8829/13263 -f 8472/8827/13260 8476/8829/13263 8477/8831/13265 -f 8478/8832/13266 8472/8827/13260 8477/8831/13265 -f 8470/8828/13262 8472/8827/13260 8478/8832/13267 -f 8479/8833/13268 8478/8832/13266 8477/8831/13265 -f 8480/8507/12741 8470/8828/13262 8478/8832/13267 -f 8480/8507/12743 8478/8832/13266 8479/8833/13268 -f 8471/8317/12454 8470/8828/13262 8480/8507/12741 -f 8480/8507/12743 8479/8833/13268 8474/8320/12458 -f 8479/8833/13268 8483/8834/13269 8481/8322/12460 -f 8479/8833/13268 8481/8322/12460 8474/8320/12458 -f 8477/8831/13265 8482/8835/13270 8483/8834/13269 -f 8477/8831/13265 8483/8834/13269 8479/8833/13268 -f 8482/8835/13270 8477/8831/13265 8476/8829/13263 -f 8476/8829/13263 8484/8836/13271 8482/8835/13270 -f 8484/8836/13271 8476/8829/13263 8475/8830/13264 -f 8475/8830/13264 8002/8316/12451 5603/5785/12450 -f 8485/8837/13272 8475/8830/13264 5603/5785/12450 -f 8484/8836/13271 8475/8830/13264 8485/8837/13272 -f 5604/5786/13273 8486/8838/13274 8485/8837/13272 -f 8486/8838/13274 8484/8836/13271 8485/8837/13272 -f 8487/8839/13275 8482/8835/13270 8484/8836/13271 -f 8487/8839/13276 8484/8836/13271 8486/8838/13274 -f 8488/8840/13277 8487/8839/13276 8486/8838/13274 -f 8483/8834/13269 8482/8835/13270 8487/8839/13275 -f 8489/8841/13278 8483/8834/13269 8487/8839/13275 -f 8489/8841/13279 8487/8839/13276 8488/8840/13277 -f 8481/8322/12460 8483/8834/13269 8491/8432/12628 -f 8491/8432/12628 8483/8834/13269 8489/8841/13278 -f 8489/8841/13279 8488/8840/13277 8492/8435/12634 -f 8492/8435/12634 8488/8840/13277 8490/8842/13280 -f 8491/8432/12630 8489/8841/13281 8492/8435/12632 -f 8039/6473/10161 8492/8435/12634 8490/8842/13280 -f 8494/8843/13282 8493/8844/13283 8490/8842/13280 -f 8490/8842/13280 8493/8844/13283 6191/6471/10159 -f 8490/8842/13280 6191/6471/10159 8039/6473/10161 -f 8488/8840/13277 8494/8843/13282 8490/8842/13280 -f 5604/5786/13273 9154/8845/13284 8486/8838/13274 -f 8486/8838/13274 9154/8845/13284 8494/8843/13282 -f 8486/8838/13274 8494/8843/13282 8488/8840/13277 -f 5604/5786/13273 8485/8837/13272 5603/5785/12450 -f 8495/5781/13285 8496/8846/13286 5600/5778/13287 -f 5600/5778/13287 8496/8846/13286 8497/8847/13288 -f 8497/8847/13288 5601/5782/13289 5600/5778/13287 -f 7720/8000/12468 8499/8325/12467 7718/8001/13290 -f 8503/8848/13291 8502/8849/13292 8497/8847/13288 -f 8503/8848/13291 8497/8847/13288 8496/8846/13286 -f 8501/8850/13293 8503/8848/13291 8496/8846/13286 -f 8495/5781/13285 8498/7998/13294 8504/8851/13295 -f 8504/8851/13295 8501/8850/13293 8496/8846/13286 -f 8504/8851/13295 8496/8846/13286 8495/5781/13285 -f 8505/8852/13296 8500/8853/13297 8501/8850/13293 -f 8505/8852/13296 8501/8850/13293 8504/8851/13295 -f 8506/8854/13298 8500/8853/13297 8505/8852/13296 -f 8505/8852/13299 8504/8851/13295 7718/8001/13290 -f 7718/8001/13290 8504/8851/13295 8498/7998/13294 -f 8506/8854/13298 8505/8852/13296 8507/8509/12745 -f 8507/8509/12745 8505/8852/13296 8499/8325/12467 -f 8499/8325/12467 8505/8852/13299 7718/8001/13290 -f 8005/8326/12469 8506/8854/13298 8507/8509/12745 -f 8502/8849/13292 8503/8848/13291 8501/8850/13293 -f 8502/8849/13292 8501/8850/13293 8508/8855/13300 -f 8508/8855/13300 8501/8850/13293 8500/8853/13297 -f 8508/8855/13300 8500/8853/13297 8515/8856/13301 -f 8005/8326/12469 8509/8328/12471 8506/8854/13298 -f 8506/8854/13298 8509/8328/12471 8510/8857/13302 -f 8506/8854/13298 8510/8857/13302 8500/8853/13297 -f 8500/8853/13297 8510/8857/13302 8515/8856/13301 -f 8513/8858/13303 8497/8847/13288 8502/8849/13292 -f 8514/8859/13304 8513/8858/13303 8502/8849/13292 -f 8514/8859/13304 8502/8849/13292 8508/8855/13300 -f 8512/8860/13305 8514/8859/13304 8508/8855/13300 -f 8515/8856/13306 8512/8860/13305 8508/8855/13300 -f 8511/8861/13307 8516/8862/13308 8512/8860/13309 -f 8511/8861/13307 8512/8860/13309 8517/8863/13310 -f 8517/8863/13311 8512/8860/13305 8515/8856/13306 -f 8518/8436/12635 8517/8863/13312 8515/8856/13313 -f 8518/8436/12635 8515/8856/13313 8510/8857/13314 -f 8519/8439/12639 8511/8861/13307 8517/8863/13310 -f 8519/8439/12638 8517/8863/13312 8518/8436/12635 -f 8518/8436/12635 8510/8857/13302 8509/8328/12471 -f 6189/6468/10156 8511/8861/13307 8519/8439/12639 -f 5601/5782/13289 8497/8847/13288 8513/8858/13303 -f 5601/5782/13289 8513/8858/13303 8520/8864/13315 -f 8520/8864/13315 8513/8858/13303 8514/8859/13316 -f 8521/8865/13317 8520/8864/13315 8512/8860/13318 -f 8520/8864/13315 8514/8859/13316 8512/8860/13318 -f 8521/8865/13317 8512/8860/13318 8516/8862/13319 -f 8521/8865/13317 8516/8862/13319 8522/8866/13320 -f 8523/8867/13321 8522/8866/13320 8511/8861/13322 -f 8522/8866/13320 8516/8862/13319 8511/8861/13322 -f 8523/8867/13321 8511/8861/13322 6190/6470/10158 -f 6190/6470/10158 8511/8861/13322 6189/6468/10156 -f 8527/5776/13323 8526/8868/13324 5597/5777/13325 -f 8526/8868/13324 8524/8869/13326 5597/5777/13325 -f 5597/5777/13325 8524/8869/13326 7723/8004/12464 -f 8524/8869/13326 8525/8324/12465 7723/8004/12464 -f 8527/5776/13323 5595/5774/13327 8004/8323/13328 -f 8527/5776/13323 8004/8323/13328 8530/8870/13329 -f 8526/8868/13324 8527/5776/13323 8530/8870/13329 -f 8526/8868/13324 8530/8870/13329 8531/8871/13330 -f 8532/8872/13331 8526/8868/13324 8531/8871/13330 -f 8524/8869/13326 8526/8868/13324 8532/8872/13332 -f 8533/8873/13333 8532/8872/13331 8531/8871/13330 -f 8534/8508/12744 8524/8869/13326 8532/8872/13332 -f 8534/8508/13334 8532/8872/13331 8529/8510/12747 -f 8529/8510/12747 8532/8872/13331 8533/8873/13333 -f 8525/8324/12465 8524/8869/13326 8534/8508/12744 -f 8528/8327/12470 8529/8510/12747 8533/8873/13333 -f 8533/8873/13333 8537/8874/13335 8535/8329/12472 -f 8533/8873/13333 8535/8329/12472 8528/8327/12470 -f 8531/8871/13330 8536/8875/13336 8537/8874/13335 -f 8531/8871/13330 8537/8874/13335 8533/8873/13333 -f 8536/8875/13336 8531/8871/13330 8530/8870/13329 -f 8530/8870/13329 8538/8876/13337 8536/8875/13336 -f 8530/8870/13329 8004/8323/12462 8538/8876/13337 -f 8538/8876/13337 8004/8323/12462 5593/5772/12461 -f 8539/8877/13338 8538/8876/13337 5593/5772/12461 -f 5594/5773/13339 8540/8878/13340 8539/8877/13338 -f 8536/8875/13336 8538/8876/13337 8541/8879/13341 -f 8541/8879/13341 8538/8876/13337 8539/8877/13338 -f 8541/8879/13341 8539/8877/13338 8540/8878/13340 -f 8542/8880/13342 8541/8879/13341 8540/8878/13340 -f 8537/8874/13335 8536/8875/13336 8541/8879/13343 -f 8543/8881/13344 8537/8874/13335 8541/8879/13343 -f 8543/8881/13345 8541/8879/13341 8542/8880/13342 -f 8535/8329/12472 8537/8874/13335 8545/8437/12636 -f 8545/8437/12636 8537/8874/13335 8543/8881/13344 -f 8543/8881/13345 8542/8880/13342 8546/8440/12641 -f 8546/8440/12641 8542/8880/13342 8544/8882/13346 -f 8547/8438/12637 8545/8437/12636 8543/8881/13344 -f 8547/8438/12640 8543/8881/13345 8546/8440/12641 -f 8040/6469/10157 8546/8440/12641 8544/8882/13346 -f 8551/8883/13347 8548/8884/13348 8544/8882/13346 -f 8544/8882/13346 8548/8884/13348 8549/6459/10146 -f 8544/8882/13346 8549/6459/10146 8040/6469/10157 -f 8542/8880/13342 8551/8883/13347 8544/8882/13346 -f 5594/5773/13339 8550/8885/13349 8540/8878/13340 -f 8540/8878/13340 8550/8885/13349 8551/8883/13347 -f 8540/8878/13340 8551/8883/13347 8542/8880/13342 -f 5594/5773/13339 8539/8877/13338 5593/5772/12461 -f 8552/5768/13350 8553/8886/13351 5590/5765/13352 -f 5590/5765/13352 8553/8886/13351 8554/8887/13353 -f 8554/8887/13353 5591/5769/13354 5590/5765/13352 -f 8555/8331/12476 7724/8056/13355 7726/8052/12477 -f 8559/8888/13356 8558/8889/13357 8554/8887/13353 -f 8559/8888/13356 8554/8887/13353 8553/8886/13351 -f 8557/8890/13358 8559/8888/13356 8553/8886/13351 -f 8552/5768/13350 7725/8006/13359 8560/8891/13360 -f 8560/8891/13360 8557/8890/13358 8553/8886/13351 -f 8560/8891/13360 8553/8886/13351 8552/5768/13350 -f 8561/8892/13361 8556/8893/13362 8557/8890/13358 -f 8561/8892/13361 8557/8890/13358 8560/8891/13360 -f 8007/8333/12480 8556/8893/13362 8561/8892/13361 -f 8561/8892/13363 8560/8891/13360 7724/8056/13355 -f 7724/8056/13355 8560/8891/13360 7725/8006/13359 -f 8555/8331/12476 8561/8892/13363 7724/8056/13355 -f 8058/8511/12750 8007/8333/12480 8561/8892/13361 -f 8058/8511/12748 8561/8892/13363 8555/8331/12476 -f 8558/8889/13357 8559/8888/13356 8557/8890/13358 -f 8558/8889/13357 8557/8890/13358 8562/8894/13364 -f 8562/8894/13364 8557/8890/13358 8556/8893/13362 -f 8562/8894/13364 8556/8893/13362 8569/8895/13365 -f 8007/8333/12480 8008/8335/12482 8563/8896/13366 -f 8007/8333/12480 8563/8896/13366 8556/8893/13362 -f 8556/8893/13362 8563/8896/13366 8569/8895/13365 -f 8566/8897/13367 8554/8887/13353 8558/8889/13357 -f 8567/8898/13368 8566/8897/13367 8558/8889/13357 -f 8567/8898/13368 8558/8889/13357 8562/8894/13364 -f 8568/8899/13369 8565/8900/13370 8567/8898/13368 -f 8568/8899/13369 8567/8898/13368 8562/8894/13364 -f 8570/8901/13371 8565/8900/13370 8568/8899/13369 -f 8569/8895/13372 8568/8899/13369 8562/8894/13364 -f 8564/8902/13373 8570/8901/13371 8568/8899/13369 -f 8571/8903/13374 8568/8899/13369 8569/8895/13372 -f 8564/8902/13373 8568/8899/13369 6186/6463/10150 -f 6186/6463/10150 8568/8899/13369 8571/8903/13375 -f 8571/8903/13374 8569/8895/13372 8572/8441/12642 -f 8572/8441/12642 8569/8895/13372 8563/8896/13376 -f 8573/8444/12646 6186/6463/10150 8571/8903/13375 -f 8573/8444/12645 8571/8903/13374 8572/8441/12642 -f 8572/8441/12642 8563/8896/13366 8008/8335/12482 -f 5591/5769/13354 8554/8887/13353 8566/8897/13367 -f 5591/5769/13354 8566/8897/13367 8574/8904/13377 -f 8574/8904/13377 8566/8897/13367 8567/8898/13368 -f 8575/8905/13378 8574/8904/13377 8565/8900/13370 -f 8574/8904/13377 8567/8898/13368 8565/8900/13370 -f 8575/8905/13378 8565/8900/13370 8570/8901/13371 -f 8575/8905/13378 8570/8901/13371 8576/8906/13379 -f 8576/8906/13379 8570/8901/13371 8564/8902/13373 -f 8576/8906/13379 8564/8902/13373 8577/6462/10149 -f 8577/6462/10149 8564/8902/13373 6186/6463/10150 -f 8581/5763/13380 8580/8907/13381 5587/5764/13382 -f 8580/8907/13381 8578/8908/13383 5587/5764/13382 -f 5587/5764/13382 8578/8908/13383 7727/8054/12479 -f 7727/8054/12479 8578/8908/13383 8579/8332/12478 -f 8584/8909/13384 8581/5763/13380 5585/5761/12475 -f 8584/8909/13384 5585/5761/12475 8006/8330/12474 -f 8584/8909/13384 8006/8330/12474 8583/8910/13385 -f 8584/8909/13384 8583/8910/13386 8585/8911/13387 -f 8580/8907/13381 8581/5763/13380 8584/8909/13384 -f 8586/8912/13388 8584/8909/13384 8585/8911/13387 -f 8587/8913/13389 8580/8907/13381 8584/8909/13384 -f 8587/8913/13389 8584/8909/13384 8586/8912/13388 -f 8578/8908/13383 8580/8907/13381 8587/8913/13389 -f 8588/8914/13390 8587/8913/13389 8586/8912/13388 -f 8589/8512/12749 8578/8908/13383 8587/8913/13389 -f 8589/8512/12751 8587/8913/13389 8588/8914/13390 -f 8579/8332/12478 8578/8908/13383 8589/8512/12749 -f 8589/8512/12751 8588/8914/13390 8582/8334/12481 -f 8588/8914/13390 8592/8915/13391 8590/8336/12483 -f 8588/8914/13390 8590/8336/12483 8582/8334/12481 -f 8586/8912/13388 8591/8916/13392 8592/8915/13391 -f 8586/8912/13388 8592/8915/13391 8588/8914/13390 -f 8591/8916/13392 8586/8912/13388 8585/8911/13387 -f 8585/8911/13387 8593/8917/13393 8591/8916/13392 -f 8585/8911/13387 8583/8910/13386 8593/8917/13393 -f 8583/8910/13386 8006/8330/12474 8594/8918/13394 -f 8593/8917/13393 8583/8910/13386 8594/8918/13394 -f 5584/5760/13395 8595/8919/13396 8594/8918/13394 -f 8595/8919/13396 8593/8917/13393 8594/8918/13394 -f 8591/8916/13392 8593/8917/13393 8596/8920/13397 -f 8596/8920/13397 8593/8917/13393 8595/8919/13396 -f 8597/8921/13398 8596/8920/13397 8595/8919/13396 -f 8592/8915/13391 8591/8916/13392 8596/8920/13399 -f 8598/8922/13400 8592/8915/13391 8596/8920/13399 -f 8598/8922/13401 8596/8920/13397 8597/8921/13398 -f 8590/8336/12483 8592/8915/13391 8600/8442/12643 -f 8600/8442/12643 8592/8915/13391 8598/8922/13400 -f 8598/8922/13401 8597/8921/13398 8601/8445/12648 -f 8601/8445/12648 8597/8921/13398 8599/8923/13402 -f 8602/8443/12644 8600/8442/12643 8598/8922/13400 -f 8602/8443/12647 8598/8922/13401 8601/8445/12648 -f 8041/6464/10151 8601/8445/12648 8599/8923/13402 -f 8605/8924/13403 8603/6465/10152 8599/8923/13402 -f 8599/8923/13402 8603/6465/10152 8041/6464/10151 -f 8597/8921/13398 8605/8924/13403 8599/8923/13402 -f 5584/5760/13395 8604/8925/13404 8595/8919/13396 -f 8595/8919/13396 8604/8925/13404 8605/8924/13403 -f 8595/8919/13396 8605/8924/13403 8597/8921/13398 -f 5584/5760/13395 8594/8918/13394 5583/5759/12473 -f 8006/8330/12474 5583/5759/12473 8594/8918/13394 -f 8606/5754/13405 8607/8926/13406 5578/5752/13407 -f 5578/5752/13407 8607/8926/13406 8608/8927/13408 -f 8608/8927/13408 5581/5756/13409 5578/5752/13407 -f 7729/8009/12488 8610/8338/12487 8609/8007/13410 -f 8614/8928/13411 8613/8929/13412 8608/8927/13408 -f 8614/8928/13411 8608/8927/13408 8607/8926/13406 -f 8612/8930/13413 8614/8928/13411 8607/8926/13406 -f 8606/5754/13405 8609/8007/13410 8615/8931/13414 -f 8615/8931/13414 8612/8930/13413 8607/8926/13406 -f 8615/8931/13414 8607/8926/13406 8606/5754/13405 -f 8616/8932/13415 8611/8933/13416 8612/8930/13413 -f 8616/8932/13415 8612/8930/13413 8615/8931/13414 -f 8617/8934/13417 8611/8933/13416 8616/8932/13415 -f 8616/8932/13418 8615/8931/13414 8610/8338/12487 -f 8610/8338/12487 8615/8931/13414 8609/8007/13410 -f 8010/8340/12491 8617/8934/13417 8616/8932/13415 -f 8010/8340/12491 8616/8932/13415 8059/8514/12754 -f 8059/8514/12753 8616/8932/13418 8610/8338/12487 -f 8613/8929/13412 8614/8928/13411 8612/8930/13413 -f 8613/8929/13412 8612/8930/13413 8618/8935/13419 -f 8618/8935/13419 8612/8930/13413 8611/8933/13416 -f 8618/8935/13419 8611/8933/13416 8625/8936/13420 -f 8010/8340/12491 8042/8342/12493 8617/8934/13417 -f 8617/8934/13417 8042/8342/12493 8619/8937/13421 -f 8617/8934/13417 8619/8937/13421 8611/8933/13416 -f 8611/8933/13416 8619/8937/13421 8625/8936/13420 -f 8622/8938/13422 8608/8927/13408 8613/8929/13412 -f 8623/8939/13423 8622/8938/13422 8613/8929/13412 -f 8623/8939/13423 8613/8929/13412 8618/8935/13419 -f 8624/8940/13424 8621/8941/13425 8623/8939/13423 -f 8624/8940/13424 8623/8939/13423 8618/8935/13419 -f 8626/8942/13426 8621/8941/13425 8624/8940/13424 -f 8625/8936/13420 8624/8940/13424 8618/8935/13419 -f 8620/8943/13427 8626/8942/13426 8624/8940/13424 -f 8627/8944/13428 8624/8940/13424 8625/8936/13420 -f 8620/8943/13427 8624/8940/13424 6182/6455/10142 -f 6182/6455/10142 8624/8940/13424 8627/8944/13429 -f 8627/8944/13428 8625/8936/13420 8628/8447/12650 -f 8628/8447/12650 8625/8936/13420 8619/8937/13421 -f 8629/8449/12652 6182/6455/10142 8627/8944/13429 -f 8629/8449/12652 8627/8944/13430 8628/8447/12650 -f 8042/8342/12493 8628/8447/12650 8619/8937/13421 -f 5581/5756/13409 8608/8927/13408 8622/8938/13422 -f 5581/5756/13409 8622/8938/13422 8630/8945/13431 -f 8630/8945/13431 8622/8938/13422 8623/8939/13423 -f 8631/8946/13432 8630/8945/13431 8621/8941/13425 -f 8630/8945/13431 8623/8939/13423 8621/8941/13425 -f 8631/8946/13432 8621/8941/13425 8626/8942/13426 -f 8631/8946/13432 8626/8942/13426 8632/8947/13433 -f 8632/8947/13433 8626/8942/13426 8620/8943/13427 -f 8632/8947/13433 8620/8943/13427 6184/6454/10141 -f 6184/6454/10141 8620/8943/13427 6182/6455/10142 -f 8633/8011/13434 8634/8339/12489 7730/7935/12490 -f 5576/5748/12486 8640/8948/13435 8636/5750/13436 -f 8640/8948/13435 5576/5748/12486 8009/8337/12485 -f 8640/8948/13435 8009/8337/12485 8639/8949/13437 -f 8640/8948/13435 8639/8949/13437 8641/8950/13438 -f 8635/5751/13439 8636/5750/13436 8642/8951/13440 -f 8642/8951/13440 8636/5750/13436 8640/8948/13435 -f 8642/8951/13440 8640/8948/13435 8641/8950/13438 -f 8643/8952/13441 8642/8951/13440 8641/8950/13438 -f 8644/8953/13442 8635/5751/13439 8642/8951/13440 -f 8644/8953/13443 8642/8951/13440 8643/8952/13441 -f 8633/8011/13434 8635/5751/13439 8644/8953/13442 -f 8645/8954/13444 8644/8953/13443 8643/8952/13441 -f 8638/8515/12756 8644/8953/13443 8645/8954/13444 -f 8634/8339/12489 8633/8011/13434 8644/8953/13442 -f 8634/8339/12489 8644/8953/13442 8646/8513/12752 -f 8646/8513/12755 8644/8953/13443 8638/8515/12756 -f 8637/8341/12492 8638/8515/12756 8645/8954/13444 -f 8645/8954/13444 8649/8955/13445 8647/8343/12494 -f 8645/8954/13444 8647/8343/12494 8637/8341/12492 -f 8643/8952/13441 8648/8956/13446 8649/8955/13445 -f 8643/8952/13441 8649/8955/13445 8645/8954/13444 -f 8648/8956/13446 8643/8952/13441 8641/8950/13438 -f 8641/8950/13438 8650/8957/13447 8648/8956/13446 -f 8641/8950/13438 8639/8949/13437 8650/8957/13447 -s off -f 8639/8949/13448 8009/8337/13449 5574/5746/13450 -s 39 -f 8651/8958/13451 8639/8949/13437 5574/5746/13452 -f 8650/8957/13447 8639/8949/13437 8651/8958/13451 -f 5575/5747/13453 8652/8959/13454 8651/8958/13451 -f 8648/8956/13446 8650/8957/13447 8653/8960/13455 -f 8653/8960/13455 8650/8957/13447 8651/8958/13451 -f 8653/8960/13455 8651/8958/13451 8652/8959/13454 -f 8654/8961/13456 8653/8960/13455 8652/8959/13454 -f 8649/8955/13445 8648/8956/13446 8653/8960/13457 -f 8655/8962/13458 8649/8955/13445 8653/8960/13457 -f 8655/8962/13459 8653/8960/13455 8654/8961/13456 -f 8647/8343/12494 8649/8955/13445 8657/8446/12649 -f 8657/8446/12649 8649/8955/13445 8655/8962/13458 -f 8655/8962/13459 8654/8961/13456 8658/8450/12653 -f 8658/8450/12653 8654/8961/13456 8656/8963/13460 -f 8659/8448/12651 8657/8446/12649 8655/8962/13458 -f 8659/8448/12651 8655/8962/13459 8658/8450/12653 -f 8043/6456/10143 8658/8450/12653 8656/8963/13460 -f 8662/8964/13461 8660/8965/13462 8656/8963/13460 -f 8656/8963/13460 8660/8965/13462 6181/6453/10140 -f 8656/8963/13460 6181/6453/10140 8043/6456/10143 -f 8654/8961/13456 8662/8964/13461 8656/8963/13460 -f 5575/5747/13453 8661/8966/13463 8652/8959/13454 -f 8652/8959/13454 8661/8966/13463 8662/8964/13461 -f 8652/8959/13454 8662/8964/13461 8654/8961/13456 -f 5575/5747/13453 8651/8958/13451 5574/5746/13452 -f 5570/5740/13464 7731/5742/13465 8663/8967/13466 -f 5570/5740/13464 8663/8967/13466 8664/8968/13467 -f 8664/8968/13467 5572/5743/13468 5570/5740/13464 -f 8665/8013/13469 8670/8969/13470 7731/5742/13465 -f 7731/5742/13465 8670/8969/13470 8663/8967/13466 -f 7735/8015/12496 8666/8344/12495 8665/8013/13469 -f 8668/8970/13471 8664/8968/13467 8663/8967/13466 -f 8669/8971/13472 8668/8970/13471 8663/8967/13466 -f 8667/8972/13473 8668/8970/13471 8669/8971/13474 -f 8670/8969/13470 8669/8971/13472 8663/8967/13466 -f 8671/8973/13475 8667/8972/13473 8669/8971/13476 -f 8671/8973/13475 8669/8971/13476 8670/8969/13477 -f 8011/8346/12499 8667/8972/13473 8671/8973/13475 -f 8671/8973/13478 8670/8969/13470 8665/8013/13469 -f 8011/8346/12499 8671/8973/13475 8672/8517/12759 -f 8672/8517/12758 8671/8973/13478 8666/8344/12495 -f 8666/8344/12495 8671/8973/13478 8665/8013/13469 -f 8664/8968/13467 8668/8970/13471 8673/8974/13479 -f 8674/8975/13480 8668/8970/13471 8667/8972/13473 -f 8674/8975/13480 8667/8972/13473 8680/8976/13481 -f 8011/8346/12499 8044/8348/12501 8675/8977/13482 -f 8011/8346/12499 8675/8977/13482 8667/8972/13473 -f 8667/8972/13473 8675/8977/13482 8680/8976/13481 -f 8668/8970/13471 8674/8975/13480 8673/8974/13479 -f 8674/8975/13480 8678/8978/13483 8673/8974/13479 -f 8679/8979/13484 8677/8980/13485 8678/8978/13483 -f 8679/8979/13484 8678/8978/13483 8674/8975/13480 -f 8681/8981/13486 8677/8980/13487 8679/8979/13488 -f 8680/8976/13481 8679/8979/13484 8674/8975/13480 -f 8676/8982/13489 8681/8981/13486 8679/8979/13488 -f 8682/8983/13490 8679/8979/13484 8680/8976/13481 -f 8676/8982/13489 8679/8979/13488 6178/6448/10133 -f 6178/6448/10133 8679/8979/13488 8682/8983/13491 -f 8682/8983/13490 8680/8976/13481 8683/8452/12655 -f 8683/8452/12655 8680/8976/13481 8675/8977/13482 -f 8684/8454/12657 6178/6448/10133 8682/8983/13491 -f 8684/8454/12657 8682/8983/13492 8683/8452/12655 -f 8044/8348/12501 8683/8452/12655 8675/8977/13482 -f 5572/5743/13468 8664/8968/13467 8673/8974/13479 -f 5572/5743/13468 8673/8974/13479 8685/8984/13493 -f 8685/8984/13493 8673/8974/13479 8678/8978/13494 -f 8686/8985/13495 8685/8984/13493 8677/8980/13487 -f 8685/8984/13493 8678/8978/13494 8677/8980/13487 -f 8686/8985/13495 8677/8980/13487 8681/8981/13486 -f 8686/8985/13495 8681/8981/13486 8687/8986/13496 -f 8688/8987/13497 8687/8986/13496 8676/8982/13489 -f 8687/8986/13496 8681/8981/13486 8676/8982/13489 -f 8688/8987/13497 8676/8982/13489 6179/6450/10135 -f 6179/6450/10135 8676/8982/13489 6178/6448/10133 -f 8691/5739/13498 8689/8988/13499 7738/8018/13500 -f 7738/8018/13500 8689/8988/13499 7737/8016/12498 -f 8689/8988/13499 8690/8345/12497 7737/8016/12498 -f 8695/8989/13501 8692/5737/13502 5569/5736/13503 -f 8695/8989/13501 5569/5736/13503 8694/8990/13504 -f 8695/8989/13501 8694/8990/13504 8696/8991/13505 -f 8691/5739/13498 8692/5737/13502 8695/8989/13501 -f 8698/8992/13506 8691/5739/13498 8695/8989/13501 -f 8698/8992/13507 8695/8989/13501 8697/8993/13508 -f 8697/8993/13508 8695/8989/13501 8696/8991/13505 -f 8689/8988/13499 8691/5739/13498 8698/8992/13506 -f 8693/8347/12500 8698/8992/13507 8697/8993/13508 -f 8690/8345/12497 8689/8988/13499 8698/8992/13509 -f 8690/8345/12497 8698/8992/13509 8699/8516/12757 -f 8699/8516/12760 8698/8992/13507 8693/8347/12500 -f 8697/8993/13508 8702/8994/13510 8693/8347/12500 -f 8693/8347/12500 8702/8994/13510 8700/8349/12502 -f 8696/8991/13505 8701/8995/13511 8697/8993/13508 -f 8697/8993/13508 8701/8995/13511 8702/8994/13510 -f 8696/8991/13505 8703/8996/13512 8701/8995/13511 -f 8696/8991/13505 8694/8990/13504 8703/8996/13512 -f 8694/8990/13504 5569/5736/13503 8704/8997/13513 -f 8703/8996/13512 8694/8990/13504 8704/8997/13513 -f 5568/5734/13514 8705/8998/13515 8704/8997/13513 -f 8705/8998/13515 8703/8996/13512 8704/8997/13513 -f 8701/8995/13511 8703/8996/13512 8706/8999/13516 -f 8706/8999/13516 8703/8996/13512 8705/8998/13515 -f 8707/9000/13517 8706/8999/13516 8705/8998/13515 -f 8702/8994/13510 8701/8995/13511 8706/8999/13518 -f 8708/9001/13519 8702/8994/13510 8706/8999/13518 -f 8708/9001/13520 8706/8999/13516 8707/9000/13517 -f 8700/8349/12502 8702/8994/13510 8710/8451/12654 -f 8710/8451/12654 8702/8994/13510 8708/9001/13519 -f 8708/9001/13520 8707/9000/13517 8711/8455/12658 -f 8711/8455/12658 8707/9000/13517 8709/9002/13521 -f 8712/8453/12656 8710/8451/12654 8708/9001/13519 -f 8712/8453/12656 8708/9001/13520 8711/8455/12658 -f 8045/6449/10134 8711/8455/12658 8709/9002/13521 -f 8715/9003/13522 9194/9004/13523 8709/9002/13521 -f 8709/9002/13521 9194/9004/13523 8713/6451/10136 -f 8709/9002/13521 8713/6451/10136 8045/6449/10134 -f 8707/9000/13517 8715/9003/13522 8709/9002/13521 -f 5568/5734/13514 8714/9005/13524 8705/8998/13515 -f 8705/8998/13515 8714/9005/13524 8715/9003/13522 -f 8705/8998/13515 8715/9003/13522 8707/9000/13517 -f 5568/5734/13514 8704/8997/13513 5567/5735/13525 -f 5569/5736/13503 5567/5735/13525 8704/8997/13513 -f 7739/8021/13526 8722/9006/13527 5563/5730/13528 -f 5563/5730/13528 8722/9006/13527 8716/9007/13529 -f 5563/5730/13528 8716/9007/13529 5562/5728/13530 -f 5562/5728/13530 8716/9007/13529 8717/9008/13531 -f 8717/9008/13531 5566/5732/13532 5562/5728/13530 -f 8721/9009/13533 8717/9008/13531 8716/9007/13529 -f 8720/9010/13534 8721/9009/13533 8716/9007/13529 -f 8720/9010/13535 8716/9007/13529 8722/9006/13527 -f 8723/9011/13536 8719/9012/13537 8720/9010/13534 -f 8723/9011/13536 8720/9010/13534 8722/9006/13538 -f 8013/8353/12510 8719/9012/13537 8723/9011/13536 -f 8723/9011/13539 8722/9006/13527 7740/8020/12507 -f 7740/8020/12507 8722/9006/13527 7739/8021/13526 -f 8013/8353/12510 8723/9011/13536 8724/8519/12763 -f 8724/8519/12762 8723/9011/13539 8718/8351/12506 -f 8718/8351/12506 8723/9011/13539 7740/8020/12507 -f 8717/9008/13531 8721/9009/13533 8725/9013/13540 -f 8721/9009/13533 8720/9010/13534 8726/9014/13541 -f 8726/9014/13541 8720/9010/13534 8719/9012/13537 -f 8726/9014/13541 8719/9012/13537 8731/9015/13542 -f 8013/8353/12510 8046/8355/12512 8727/9016/13543 -f 8013/8353/12510 8727/9016/13543 8719/9012/13537 -f 8719/9012/13537 8727/9016/13543 8731/9015/13542 -f 8721/9009/13533 8726/9014/13541 8725/9013/13540 -f 8726/9014/13541 8729/9017/13544 8725/9013/13540 -f 8730/9018/13545 8736/9019/13546 8729/9017/13547 -f 8730/9018/13548 8729/9017/13544 8726/9014/13541 -f 8732/9020/13549 8736/9019/13546 8730/9018/13545 -f 8731/9015/13550 8730/9018/13548 8726/9014/13541 -f 8728/9021/13551 8732/9020/13549 8730/9018/13552 -f 8733/9022/13553 8730/9018/13548 8731/9015/13550 -f 8728/9021/13551 8730/9018/13552 6120/6360/10017 -f 6120/6360/10017 8730/9018/13552 8733/9022/13554 -f 8733/9022/13553 8731/9015/13550 8734/8457/12660 -f 8734/8457/12660 8731/9015/13550 8727/9016/13543 -f 8735/8458/12664 6120/6360/10017 8733/9022/13554 -f 8735/8458/12662 8733/9022/13553 8734/8457/12660 -f 8046/8355/12512 8734/8457/12660 8727/9016/13543 -f 5566/5732/13532 8717/9008/13531 8725/9013/13540 -s 633 -f 8736/9019/13555 5566/5732/13556 8729/9017/13557 -f 5566/5732/13556 8725/9013/13558 8729/9017/13557 -s 39 -f 8737/9023/13559 8736/9019/13546 8732/9020/13549 -f 8737/9023/13559 8732/9020/13549 8738/9024/13560 -f 8738/9024/13560 8732/9020/13549 8728/9021/13551 -f 8738/9024/13560 8728/9021/13551 8739/6359/10016 -f 8739/6359/10016 8728/9021/13551 6120/6360/10017 -f 5560/5727/13561 8742/9025/13562 7743/8023/13563 -f 8742/9025/13562 8740/9026/13564 7743/8023/13563 -f 8740/9026/13564 8741/8352/12509 7743/8023/13563 -f 7743/8023/13563 8741/8352/12509 7742/8019/12508 -f 5560/5727/13561 8743/5726/13565 8742/9025/13562 -f 8746/9027/13566 8743/5726/13565 5558/5725/13567 -f 5558/5725/13567 8012/8350/12504 8745/9028/13568 -f 8745/9028/13568 8747/9029/13569 8746/9027/13566 -f 8745/9028/13568 8746/9027/13566 5558/5725/13567 -f 8742/9025/13562 8743/5726/13565 8746/9027/13566 -f 8742/9025/13562 8746/9027/13566 8748/9030/13570 -f 8748/9030/13570 8746/9027/13566 8747/9029/13571 -f 8749/9031/13572 8742/9025/13562 8748/9030/13570 -f 8740/9026/13564 8742/9025/13562 8749/9031/13573 -f 8750/9032/13574 8749/9031/13572 8748/9030/13570 -f 8741/8352/12509 8740/9026/13564 8749/9031/13573 -f 8741/8352/12509 8749/9031/13573 8751/8518/12761 -f 8751/8518/12761 8749/9031/13573 8750/9032/13575 -f 8751/8518/12761 8750/9032/13575 8744/8354/12511 -f 8750/9032/13574 8754/9033/13576 8752/8356/12513 -f 8750/9032/13574 8752/8356/12513 8744/8354/12511 -f 8748/9030/13570 8753/9034/13577 8754/9033/13576 -f 8748/9030/13570 8754/9033/13576 8750/9032/13574 -f 8753/9034/13577 8748/9030/13570 8747/9029/13569 -f 8747/9029/13569 8755/9035/13578 8753/9034/13577 -f 8755/9035/13578 8747/9029/13569 8745/9028/13568 -f 8756/9036/13579 8745/9028/13568 8012/8350/12504 -f 8755/9035/13578 8745/9028/13568 8756/9036/13579 -f 5556/5723/13580 8757/9037/13581 8756/9036/13579 -f 8757/9037/13581 8755/9035/13578 8756/9036/13579 -f 8753/9034/13577 8755/9035/13578 8758/9038/13582 -f 8758/9038/13582 8755/9035/13578 8757/9037/13581 -f 8759/9039/13583 8758/9038/13582 8757/9037/13581 -f 8754/9033/13576 8753/9034/13577 8758/9038/13584 -f 8760/9040/13585 8754/9033/13576 8758/9038/13584 -f 8760/9040/13586 8758/9038/13582 8759/9039/13583 -f 8752/8356/12513 8754/9033/13576 8762/8456/12659 -f 8762/8456/12659 8754/9033/13576 8760/9040/13585 -f 8760/9040/13586 8759/9039/13583 8763/8459/12665 -f 8763/8459/12665 8759/9039/13583 8761/9041/13587 -f 8762/8456/12661 8760/9040/13588 8763/8459/12663 -f 8047/6361/10018 8763/8459/12665 8761/9041/13587 -f 8766/9042/13589 9204/9043/13590 8761/9041/13587 -f 8761/9041/13587 9204/9043/13590 8764/6442/10126 -f 8761/9041/13587 8764/6442/10126 8047/6361/10018 -f 8759/9039/13583 8766/9042/13589 8761/9041/13587 -f 5556/5723/13580 8765/9044/13591 8757/9037/13581 -f 8757/9037/13581 8765/9044/13591 8766/9042/13589 -f 8757/9037/13581 8766/9042/13589 8759/9039/13583 -f 5556/5723/13580 8756/9036/13579 8012/8350/12504 -f 5556/5723/13580 8012/8350/12504 5557/5724/12503 -f 8767/5717/13592 8768/9045/13593 5553/5719/13594 -f 7746/8028/12519 8770/8359/12520 7744/8026/13595 -f 8774/9046/13596 8773/9047/13597 5553/5719/13594 -f 8774/9046/13596 5553/5719/13594 8768/9045/13593 -f 8772/9048/13598 8774/9046/13596 8768/9045/13593 -f 8767/5717/13592 8769/8024/13599 8775/9049/13600 -f 8775/9049/13600 8772/9048/13598 8768/9045/13593 -f 8775/9049/13600 8768/9045/13593 8767/5717/13592 -f 8776/9050/13601 8771/9051/13602 8772/9048/13598 -f 8776/9050/13601 8772/9048/13598 8775/9049/13600 -f 8777/9052/13603 8771/9051/13602 8776/9050/13601 -f 8776/9050/13604 8775/9049/13600 7744/8026/13595 -f 7744/8026/13595 8775/9049/13600 8769/8024/13599 -f 8770/8359/12520 8776/9050/13604 7744/8026/13595 -f 8015/8360/12768 8777/9052/13603 8776/9050/13601 -f 8015/8360/12768 8776/9050/13601 8060/8520/12766 -f 8060/8520/12764 8776/9050/13604 8770/8359/12520 -f 8773/9047/13597 8774/9046/13596 8772/9048/13598 -f 8773/9047/13597 8772/9048/13598 8778/9053/13605 -f 8778/9053/13605 8772/9048/13598 8771/9051/13602 -f 8778/9053/13605 8771/9051/13602 8785/9054/13606 -f 8015/8360/12521 8779/8362/12523 8777/9052/13603 -f 8777/9052/13603 8779/8362/12523 8780/9055/13607 -f 8777/9052/13603 8780/9055/13607 8771/9051/13602 -f 8771/9051/13602 8780/9055/13607 8785/9054/13606 -f 8783/9056/13608 5553/5719/13594 8773/9047/13597 -f 8784/9057/13609 8783/9056/13608 8773/9047/13597 -f 8784/9057/13609 8773/9047/13597 8778/9053/13605 -f 8782/9058/13610 8784/9057/13609 8778/9053/13605 -f 8785/9054/13611 8782/9058/13610 8778/9053/13605 -f 8781/9059/13612 8786/9060/13613 8782/9058/13614 -f 8781/9059/13612 8782/9058/13614 8787/9061/13615 -f 8787/9061/13616 8782/9058/13610 8785/9054/13611 -f 8788/8460/12666 8787/9061/13617 8785/9054/13618 -f 8788/8460/12666 8785/9054/13618 8780/9055/13619 -f 8788/8460/12666 8780/9055/13607 8779/8362/12523 -f 6175/6443/10127 8781/9059/13612 8787/9061/13615 -f 6175/6443/10127 8787/9061/13615 8048/8462/12670 -f 8048/8462/12668 8787/9061/13617 8788/8460/12666 -f 5555/5721/13620 5553/5719/13594 8783/9056/13608 -f 5555/5721/13620 8783/9056/13608 8789/9062/13621 -f 8789/9062/13621 8783/9056/13608 8784/9057/13622 -f 8790/9063/13623 8789/9062/13621 8782/9058/13624 -f 8789/9062/13621 8784/9057/13622 8782/9058/13624 -f 8790/9063/13623 8782/9058/13624 8786/9060/13625 -f 8790/9063/13623 8786/9060/13625 8791/9064/13626 -f 8791/9064/13626 8786/9060/13625 8781/9059/13612 -f 8791/9064/13626 8781/9059/13612 8792/6444/10128 -f 8792/6444/10128 8781/9059/13612 6175/6443/10127 -f 8796/5714/13627 8795/9065/13628 5551/5715/13629 -f 8795/9065/13628 8793/9066/13630 5551/5715/13629 -f 5551/5715/13629 8793/9066/13630 7748/8027/12517 -f 8793/9066/13630 8794/8358/12518 7748/8027/12517 -f 5550/5713/12516 8800/9067/13631 8796/5714/13627 -f 8800/9067/13631 5550/5713/12516 8014/8357/12515 -f 8800/9067/13631 8014/8357/12515 8799/9068/13632 -f 8800/9067/13631 8799/9068/13632 8801/9069/13633 -f 8795/9065/13628 8796/5714/13627 8800/9067/13631 -f 8795/9065/13628 8800/9067/13631 8802/9070/13634 -f 8802/9070/13634 8800/9067/13631 8801/9069/13633 -f 8803/9071/13635 8795/9065/13628 8802/9070/13634 -f 8793/9066/13630 8795/9065/13628 8803/9071/13636 -f 8804/9072/13637 8803/9071/13635 8802/9070/13634 -f 8805/8521/12765 8793/9066/13630 8803/9071/13636 -f 8805/8521/13638 8803/9071/13635 8798/8522/12770 -f 8798/8522/12770 8803/9071/13635 8804/9072/13637 -f 8794/8358/12518 8793/9066/13630 8805/8521/12765 -f 8797/8361/12522 8798/8522/12770 8804/9072/13637 -f 8804/9072/13637 8808/9073/13639 8806/8363/12524 -f 8804/9072/13637 8806/8363/12524 8797/8361/12522 -f 8802/9070/13634 8807/9074/13640 8808/9073/13639 -f 8802/9070/13634 8808/9073/13639 8804/9072/13637 -f 8807/9074/13640 8802/9070/13634 8801/9069/13633 -f 8801/9069/13633 8809/9075/13641 8807/9074/13640 -f 8801/9069/13633 8799/9068/13632 8809/9075/13641 -s off -f 8799/9068/13642 8014/8357/13643 5549/5712/13644 -s 39 -f 8810/9076/13645 8799/9068/13632 5549/5712/13646 -f 8809/9075/13641 8799/9068/13632 8810/9076/13645 -f 5548/5711/13647 8811/9077/13648 8810/9076/13645 -f 8807/9074/13640 8809/9075/13641 8812/9078/13649 -f 8812/9078/13649 8809/9075/13641 8810/9076/13645 -f 8812/9078/13649 8810/9076/13645 8811/9077/13648 -f 8813/9079/13650 8812/9078/13649 8811/9077/13648 -f 8808/9073/13639 8807/9074/13640 8812/9078/13651 -f 8808/9073/13639 8812/9078/13651 8814/9080/13652 -f 8814/9080/13653 8812/9078/13649 8813/9079/13650 -s 648 -f 8815/9081/13654 8814/9080/13655 8813/9079/13656 -s 39 -f 8806/8363/12524 8808/9073/13639 8816/8461/12667 -f 8816/8461/12667 8808/9073/13639 8814/9080/13652 -f 8816/8461/12667 8814/9080/13652 8817/8463/12669 -s 648 -f 8817/8463/13657 8814/9080/13655 8815/9081/13654 -f 8818/8464/13658 8817/8463/13657 8815/9081/13654 -s 39 -f 8818/8464/12673 8815/9081/13659 6173/6438/10120 -f 8821/9082/13660 9214/9083/13661 8815/9081/13659 -f 8815/9081/13659 9214/9083/13661 8819/6439/10121 -f 8815/9081/13659 8819/6439/10121 6173/6438/10120 -f 8813/9079/13662 8821/9082/13660 8815/9081/13659 -f 5548/5711/13647 8820/9084/13663 8811/9077/13648 -f 8811/9077/13648 8820/9084/13663 8821/9082/13660 -f 8811/9077/13648 8821/9082/13660 8813/9079/13662 -f 5548/5711/13647 8810/9076/13645 5549/5712/13646 -f 8825/5704/13664 8822/9085/13665 5544/5705/13666 -f 5544/5705/13666 8822/9085/13665 8823/9086/13667 -f 8823/9086/13667 5547/5709/13668 5544/5705/13666 -f 7751/8030/12530 8826/8366/12531 7750/8031/13669 -f 8830/9087/13670 8829/9088/13671 8823/9086/13667 -f 8830/9087/13670 8823/9086/13667 8822/9085/13665 -f 8828/9089/13672 8830/9087/13670 8822/9085/13665 -f 8831/9090/13673 8828/9089/13672 8822/9085/13665 -f 8831/9090/13673 8822/9085/13665 8825/5704/13664 -f 8832/9091/13674 8827/9092/13675 8828/9089/13672 -f 8832/9091/13674 8828/9089/13672 8831/9090/13673 -f 8824/7942/13676 8831/9090/13673 8825/5704/13664 -f 8833/9093/13677 8827/9092/13675 8832/9091/13674 -f 8832/9091/13678 8831/9090/13673 7750/8031/13669 -f 7750/8031/13669 8831/9090/13673 8824/7942/13676 -f 8833/9093/13677 8832/9091/13674 8834/8524/12772 -f 8834/8524/12772 8832/9091/13679 8826/8366/12531 -f 8826/8366/12531 8832/9091/13678 7750/8031/13669 -f 8017/8367/12532 8833/9093/13677 8834/8524/12772 -f 8829/9088/13671 8830/9087/13670 8828/9089/13672 -f 8829/9088/13671 8828/9089/13672 8835/9094/13680 -f 8835/9094/13680 8828/9089/13672 8827/9092/13675 -f 8835/9094/13680 8827/9092/13675 8842/9095/13681 -f 8017/8367/12532 8836/8369/12534 8833/9093/13677 -f 8833/9093/13677 8836/8369/12534 8837/9096/13682 -f 8833/9093/13677 8837/9096/13682 8827/9092/13675 -f 8827/9092/13675 8837/9096/13682 8842/9095/13681 -f 8840/9097/13683 8823/9086/13667 8829/9088/13671 -f 8841/9098/13684 8840/9097/13683 8829/9088/13671 -f 8841/9098/13684 8829/9088/13671 8835/9094/13680 -f 8839/9099/13685 8841/9098/13684 8835/9094/13680 -f 8842/9095/13686 8839/9099/13685 8835/9094/13680 -f 8838/9100/13687 8843/9101/13688 8839/9099/13689 -f 8838/9100/13687 8839/9099/13689 8844/9102/13690 -f 8844/9102/13691 8839/9099/13685 8842/9095/13686 -s 504 -f 8845/8467/12678 8844/9102/13692 8842/9095/13693 -f 8845/8467/12678 8842/9095/13693 8837/9096/13694 -s 39 -f 8846/8465/12674 8838/9100/13687 8844/9102/13690 -s 504 -f 8846/8465/12677 8844/9102/13692 8845/8467/12678 -s 39 -f 8845/8467/12681 8837/9096/13682 8836/8369/12534 -f 6121/6363/10020 8838/9100/13687 8846/8465/12674 -f 5547/5709/13668 8823/9086/13667 8840/9097/13683 -f 5547/5709/13668 8840/9097/13683 8847/9103/13695 -f 8847/9103/13695 8840/9097/13683 8841/9098/13696 -f 8848/9104/13697 8847/9103/13695 8839/9099/13698 -f 8847/9103/13695 8841/9098/13696 8839/9099/13698 -f 8848/9104/13697 8839/9099/13698 8843/9101/13699 -f 8848/9104/13697 8843/9101/13699 8849/9105/13700 -f 8849/9105/13700 8843/9101/13699 8838/9100/13701 -f 8849/9105/13700 8838/9100/13701 8850/6362/10019 -f 8850/6362/10019 8838/9100/13701 6121/6363/10020 -f 8854/5702/13702 8853/9106/13703 5542/5703/13704 -f 5542/5703/13704 8853/9106/13703 8851/9107/13705 -f 5542/5703/13704 8851/9107/13705 7752/8032/12528 -f 8851/9107/13705 8852/8365/12529 7752/8032/12528 -f 8854/5702/13702 5540/5700/13706 8016/8364/13707 -f 8854/5702/13702 8016/8364/13707 8857/9108/13708 -f 8853/9106/13703 8854/5702/13702 8857/9108/13708 -f 8853/9106/13703 8857/9108/13708 8858/9109/13709 -f 8859/9110/13710 8853/9106/13703 8858/9109/13709 -f 8851/9107/13705 8853/9106/13703 8859/9110/13711 -f 8860/9111/13712 8859/9110/13710 8858/9109/13709 -f 8856/8525/12773 8859/9110/13710 8860/9111/13712 -f 8852/8365/12529 8851/9107/13705 8859/9110/13711 -f 8852/8365/12529 8859/9110/13711 8861/8523/12771 -f 8861/8523/12771 8859/9110/13710 8856/8525/12773 -f 8855/8368/12533 8856/8525/12773 8860/9111/13712 -f 8860/9111/13712 8864/9112/13713 8862/8370/12535 -f 8860/9111/13712 8862/8370/12535 8855/8368/12533 -f 8858/9109/13709 8863/9113/13714 8864/9112/13713 -f 8858/9109/13709 8864/9112/13713 8860/9111/13712 -f 8863/9113/13714 8858/9109/13709 8857/9108/13708 -f 8857/9108/13708 8865/9114/13715 8863/9113/13714 -f 8857/9108/13708 8016/8364/12526 8865/9114/13715 -f 8865/9114/13715 8016/8364/12526 8866/9115/13716 -f 5539/5699/13717 8867/9116/13718 8866/9115/13716 -f 8867/9116/13718 8865/9114/13715 8866/9115/13716 -f 8863/9113/13714 8865/9114/13715 8868/9117/13719 -f 8868/9117/13719 8865/9114/13715 8867/9116/13718 -f 8869/9118/13720 8868/9117/13719 8867/9116/13718 -f 8864/9112/13713 8863/9113/13714 8868/9117/13721 -f 8864/9112/13713 8868/9117/13721 8870/9119/13722 -f 8870/9119/13723 8868/9117/13719 8869/9118/13720 -f 8871/9120/13724 8870/9119/13725 8869/9118/13726 -f 8862/8370/12535 8864/9112/13713 8872/8468/12680 -f 8872/8468/12680 8864/9112/13713 8870/9119/13722 -f 8872/8468/12680 8870/9119/13722 8873/9121/13727 -f 8873/9121/13728 8870/9119/13725 8871/9120/13724 -f 8874/6440/10122 8873/9121/13728 8871/9120/13724 -s 504 -f 8872/8468/12679 8873/9121/13729 8049/8466/12676 -s 39 -f 8049/8466/12675 8873/9121/13728 8874/6440/10122 -f 8877/9122/13730 9224/9123/13731 8871/9120/13732 -f 8871/9120/13732 9224/9123/13731 8875/6435/10116 -f 8871/9120/13732 8875/6435/10116 8874/6440/10122 -f 8869/9118/13733 8877/9122/13730 8871/9120/13732 -f 5539/5699/13717 8876/9124/13734 8867/9116/13718 -f 8867/9116/13718 8876/9124/13734 8877/9122/13730 -f 8867/9116/13718 8877/9122/13730 8869/9118/13733 -f 5539/5699/13717 8866/9115/13716 5538/5698/12525 -f 8016/8364/12526 5538/5698/12525 8866/9115/13716 -f 8878/5694/13735 8879/9125/13736 5535/5691/13737 -f 5535/5691/13737 8879/9125/13736 8880/9126/13738 -f 8880/9126/13738 5536/5695/13739 5535/5691/13737 -f 7755/8037/12540 8882/8372/12539 7753/8035/13740 -f 8886/9127/13741 8885/9128/13742 8880/9126/13738 -f 8886/9127/13741 8880/9126/13738 8879/9125/13736 -f 8884/9129/13743 8886/9127/13741 8879/9125/13736 -f 8878/5694/13735 8881/8034/13744 8887/9130/13745 -f 8887/9130/13745 8884/9129/13743 8879/9125/13736 -f 8887/9130/13745 8879/9125/13736 8878/5694/13735 -f 8888/9131/13746 8883/9132/13747 8884/9129/13743 -f 8888/9131/13746 8884/9129/13743 8887/9130/13745 -f 8019/8374/12543 8883/9132/13747 8888/9131/13746 -f 8888/9131/13748 8887/9130/13745 7753/8035/13740 -f 7753/8035/13740 8887/9130/13745 8881/8034/13744 -f 8882/8372/12539 8888/9131/13748 7753/8035/13740 -f 8061/8526/12776 8019/8374/12543 8888/9131/13746 -f 8061/8526/12774 8888/9131/13748 8882/8372/12539 -f 8885/9128/13742 8886/9127/13741 8884/9129/13743 -f 8885/9128/13742 8884/9129/13743 8889/9133/13749 -f 8889/9133/13749 8884/9129/13743 8883/9132/13747 -f 8889/9133/13749 8883/9132/13747 8895/9134/13750 -f 8019/8374/12543 8051/8376/12545 8890/9135/13751 -f 8019/8374/12543 8890/9135/13751 8883/9132/13747 -f 8883/9132/13747 8890/9135/13751 8895/9134/13750 -f 8892/9136/13752 8880/9126/13738 8885/9128/13742 -f 8893/9137/13753 8892/9136/13752 8885/9128/13742 -f 8893/9137/13753 8885/9128/13742 8889/9133/13749 -f 8894/9138/13754 8900/9139/13755 8893/9137/13756 -f 8894/9138/13757 8893/9137/13753 8889/9133/13749 -f 8896/9140/13758 8900/9139/13755 8894/9138/13754 -f 8895/9134/13750 8894/9138/13757 8889/9133/13749 -f 8891/9141/13759 8896/9140/13758 8894/9138/13760 -f 8897/9142/13761 8894/9138/13757 8895/9134/13750 -f 8891/9141/13759 8894/9138/13760 6170/6428/10109 -f 6170/6428/10109 8894/9138/13760 8897/9142/13762 -f 8897/9142/13761 8895/9134/13750 8898/8472/12685 -f 8898/8472/12685 8895/9134/13750 8890/9135/13751 -f 8899/8470/12683 6170/6428/10109 8897/9142/13762 -f 8899/8470/12683 8897/9142/13763 8898/8472/12685 -f 8051/8376/12545 8898/8472/12685 8890/9135/13751 -f 5536/5695/13739 8880/9126/13738 8892/9136/13752 -f 5536/5695/13739 8892/9136/13752 9228/5697/13764 -f 8900/9139/13755 9228/5697/13764 8893/9137/13756 -f 9228/5697/13764 8892/9136/13752 8893/9137/13756 -f 8901/9143/13765 8900/9139/13755 8896/9140/13758 -f 8901/9143/13765 8896/9140/13758 8902/9144/13766 -f 8902/9144/13766 8896/9140/13758 8891/9141/13759 -f 8902/9144/13766 8891/9141/13759 8903/6432/10113 -f 8903/6432/10113 8891/9141/13759 6170/6428/10109 -f 8907/5689/13767 8906/9145/13768 5532/5690/13769 -f 8906/9145/13768 8904/9146/13770 5532/5690/13769 -f 5532/5690/13769 8904/9146/13770 7756/8036/12542 -f 7756/8036/12542 8904/9146/13770 8905/8373/12541 -f 5530/5687/12538 8910/9147/13771 8907/5689/13767 -f 8910/9147/13771 5530/5687/12538 8018/8371/12537 -f 8910/9147/13771 8018/8371/12537 8909/9148/13772 -f 8910/9147/13771 8909/9148/13772 8911/9149/13773 -f 8906/9145/13768 8907/5689/13767 8912/9150/13774 -f 8912/9150/13774 8907/5689/13767 8910/9147/13771 -f 8912/9150/13774 8910/9147/13771 8911/9149/13773 -f 8913/9151/13775 8912/9150/13774 8911/9149/13773 -f 8914/9152/13776 8906/9145/13768 8912/9150/13774 -f 8914/9152/13777 8912/9150/13774 8913/9151/13775 -f 8904/9146/13770 8906/9145/13768 8914/9152/13776 -f 8915/9153/13778 8914/9152/13777 8913/9151/13775 -f 8916/8527/12775 8904/9146/13770 8914/9152/13776 -f 8916/8527/12777 8914/9152/13777 8915/9153/13778 -f 8905/8373/12541 8904/9146/13770 8916/8527/12775 -f 8916/8527/12777 8915/9153/13778 8908/8375/12544 -f 8915/9153/13778 8919/9154/13779 8917/8377/12546 -f 8915/9153/13778 8917/8377/12546 8908/8375/12544 -f 8913/9151/13775 8918/9155/13780 8919/9154/13779 -f 8913/9151/13775 8919/9154/13779 8915/9153/13778 -f 8918/9155/13780 8913/9151/13775 8911/9149/13773 -f 8911/9149/13773 8920/9156/13781 8918/9155/13780 -f 8911/9149/13773 8909/9148/13772 8920/9156/13781 -s off -f 8909/9148/13782 8018/8371/13783 5528/5685/13784 -s 39 -f 8921/9157/13785 8909/9148/13772 5528/5685/13786 -f 8920/9156/13781 8909/9148/13772 8921/9157/13785 -f 5529/5686/13787 8922/9158/13788 8921/9157/13785 -f 8918/9155/13780 8920/9156/13781 8923/9159/13789 -f 8923/9159/13789 8920/9156/13781 8921/9157/13785 -f 8923/9159/13789 8921/9157/13785 8922/9158/13788 -f 8924/9160/13790 8923/9159/13789 8922/9158/13788 -f 8919/9154/13779 8918/9155/13780 8923/9159/13791 -f 8925/9161/13792 8919/9154/13779 8923/9159/13791 -f 8925/9161/13793 8923/9159/13789 8924/9160/13790 -f 8917/8377/12546 8919/9154/13779 8927/8473/12686 -f 8927/8473/12686 8919/9154/13779 8925/9161/13792 -f 8925/9161/13793 8924/9160/13790 8928/8469/12682 -f 8928/8469/12682 8924/9160/13790 8926/9162/13794 -f 8929/8471/12684 8927/8473/12686 8925/9161/13792 -f 8929/8471/12684 8925/9161/13793 8928/8469/12682 -f 8050/6429/10110 8928/8469/12682 8926/9162/13794 -f 8932/9163/13795 8930/6430/10111 8926/9162/13794 -f 8926/9162/13794 8930/6430/10111 8050/6429/10110 -f 8924/9160/13790 8932/9163/13795 8926/9162/13794 -f 5529/5686/13787 8931/9164/13796 8922/9158/13788 -f 8922/9158/13788 8931/9164/13796 8932/9163/13795 -f 8922/9158/13788 8932/9163/13795 8924/9160/13790 -f 5529/5686/13787 8921/9157/13785 5528/5685/13786 -f 8935/5681/13797 8933/9165/13798 5526/5678/13799 -f 5526/5678/13799 8933/9165/13798 8934/9166/13800 -f 8934/9166/13800 8948/5682/13801 5526/5678/13799 -f 7758/8038/12551 8936/8379/12550 8937/8039/13802 -f 8939/9167/13803 8940/9168/13804 8933/9165/13798 -f 8933/9165/13798 8940/9168/13804 8934/9166/13800 -f 8941/9169/13805 8939/9167/13803 8933/9165/13798 -f 8938/9170/13806 8939/9167/13803 8941/9169/13805 -f 8933/9165/13798 8935/5681/13797 8942/9171/13807 -f 8942/9171/13807 8941/9169/13805 8933/9165/13798 -f 8935/5681/13797 8937/8039/13802 8942/9171/13807 -f 8943/9172/13808 8938/9170/13806 8941/9169/13805 -f 8943/9172/13808 8941/9169/13805 8942/9171/13809 -f 8021/8381/12554 8938/9170/13806 8943/9172/13808 -f 8943/9172/13810 8942/9171/13807 8937/8039/13802 -f 8021/8381/12554 8943/9172/13808 8944/8529/12780 -f 8944/8529/12779 8943/9172/13811 8936/8379/12550 -f 8936/8379/12550 8943/9172/13810 8937/8039/13802 -f 8934/9166/13800 8940/9168/13804 8949/9173/13812 -f 8940/9168/13804 8939/9167/13803 8945/9174/13813 -f 8945/9174/13813 8939/9167/13803 8938/9170/13806 -f 8945/9174/13813 8938/9170/13806 8952/9175/13814 -f 8021/8381/12554 8052/8383/12556 8946/9176/13815 -f 8021/8381/12554 8946/9176/13815 8938/9170/13806 -f 8938/9170/13806 8946/9176/13815 8952/9175/13814 -f 8948/5682/13801 8934/9166/13800 8949/9173/13812 -f 8950/9177/13816 8948/5682/13801 8949/9173/13812 -f 8940/9168/13804 8945/9174/13813 8949/9173/13812 -f 8945/9174/13817 8950/9177/13818 8949/9173/13819 -f 8951/9178/13820 8957/9179/13821 8950/9177/13822 -f 8951/9178/13823 8950/9177/13818 8945/9174/13817 -f 8953/9180/13824 8957/9179/13821 8951/9178/13820 -f 8952/9175/13825 8951/9178/13823 8945/9174/13817 -f 8947/9181/13826 8953/9180/13824 8951/9178/13827 -f 8954/9182/13828 8951/9178/13823 8952/9175/13825 -f 8947/9181/13826 8951/9178/13827 6168/6426/10107 -f 6168/6426/10107 8951/9178/13827 8954/9182/13829 -f 8954/9182/13828 8952/9175/13825 8955/8475/12688 -f 8955/8475/12688 8952/9175/13825 8946/9176/13815 -f 8956/8476/12692 6168/6426/10107 8954/9182/13829 -f 8956/8476/12690 8954/9182/13828 8955/8475/12688 -f 8052/8383/12556 8955/8475/12688 8946/9176/13815 -f 8957/9179/13830 8948/5682/13801 8950/9177/13816 -f 8958/9183/13831 8957/9179/13821 8953/9180/13824 -f 8958/9183/13831 8953/9180/13824 8959/9184/13832 -f 8959/9184/13832 8953/9180/13824 8947/9181/13826 -f 8959/9184/13832 8947/9181/13826 8960/6425/10106 -f 8960/6425/10106 8947/9181/13826 6168/6426/10107 -f 8964/5676/13833 8963/9185/13834 5523/5677/13835 -f 8963/9185/13834 8961/8040/13836 5523/5677/13835 -f 8961/8040/13836 8962/8380/12553 7760/8042/12552 -f 8964/5676/13833 5521/5674/13837 8020/8378/13838 -f 8964/5676/13833 8020/8378/13838 8966/9186/13839 -f 8963/9185/13834 8964/5676/13833 8966/9186/13839 -f 8963/9185/13834 8966/9186/13839 8967/9187/13840 -f 8969/9188/13841 8963/9185/13834 8968/9189/13842 -f 8968/9189/13842 8963/9185/13834 8967/9187/13840 -f 8961/8040/13836 8963/9185/13834 8969/9188/13843 -f 8965/8382/12555 8969/9188/13844 8968/9189/13845 -f 8962/8380/12553 8961/8040/13836 8969/9188/13843 -f 8962/8380/12553 8969/9188/13843 8970/8528/12778 -f 8970/8528/12781 8969/9188/13844 8965/8382/12555 -f 8968/9189/13845 8973/9190/13846 8965/8382/12555 -f 8965/8382/12555 8973/9190/13846 8971/8384/12557 -f 8967/9187/13840 8972/9191/13847 8968/9189/13845 -f 8968/9189/13845 8972/9191/13847 8973/9190/13846 -f 8967/9187/13840 8974/9192/13848 8972/9191/13847 -f 8967/9187/13840 8966/9186/13839 8974/9192/13848 -f 8966/9186/13839 8020/8378/12548 8974/9192/13848 -f 8974/9192/13848 8020/8378/12548 8975/9193/13849 -f 5520/5673/13850 8977/9194/13851 8975/9193/13849 -f 8972/9191/13847 8974/9192/13848 8976/9195/13852 -f 8976/9195/13852 8975/9193/13849 8977/9194/13851 -f 8975/9193/13849 8976/9195/13852 8974/9192/13848 -f 8978/9196/13853 8976/9195/13852 8977/9194/13851 -f 8973/9190/13846 8972/9191/13847 8976/9195/13852 -f 8973/9190/13846 8976/9195/13852 8979/9197/13854 -f 8979/9197/13854 8976/9195/13852 8978/9196/13853 -f 8971/8384/12557 8973/9190/13846 8981/8474/12687 -f 8981/8474/12687 8973/9190/13846 8979/9197/13855 -f 8979/9197/13854 8978/9196/13853 8982/8477/12693 -f 8982/8477/12693 8978/9196/13853 8980/9198/13856 -f 8981/8474/12689 8979/9197/13857 8982/8477/12691 -f 8053/6427/10108 8982/8477/12693 8980/9198/13856 -f 8985/9199/13858 8983/9200/13859 8980/9198/13856 -f 8980/9198/13856 8983/9200/13859 6162/6414/10091 -f 8980/9198/13856 6162/6414/10091 8053/6427/10108 -f 8978/9196/13853 8985/9199/13858 8980/9198/13856 -f 5520/5673/13850 8984/9201/13860 8977/9194/13851 -f 8977/9194/13851 8984/9201/13860 8985/9199/13858 -f 8977/9194/13851 8985/9199/13858 8978/9196/13853 -f 5520/5673/13850 8975/9193/13849 5519/5672/12547 -f 8020/8378/12548 5519/5672/12547 8975/9193/13849 -f 8986/5667/13861 8987/9202/13862 5514/5665/13863 -f 5514/5665/13863 8987/9202/13862 8988/9203/13864 -f 8988/9203/13864 5517/5669/13865 5514/5665/13863 -f 7762/8046/12562 8989/8386/12561 8990/8043/13866 -f 8994/9204/13867 8993/9205/13868 8988/9203/13864 -f 8994/9204/13867 8988/9203/13864 8987/9202/13862 -f 8992/9206/13869 8994/9204/13867 8987/9202/13862 -f 8986/5667/13861 8990/8043/13866 8995/9207/13870 -f 8995/9207/13870 8992/9206/13869 8987/9202/13862 -f 8995/9207/13870 8987/9202/13862 8986/5667/13861 -f 8996/9208/13871 8991/9209/13872 8992/9206/13869 -f 8996/9208/13871 8992/9206/13869 8995/9207/13870 -f 8023/8388/12565 8991/9209/13872 8996/9208/13871 -f 8996/9208/13873 8995/9207/13870 8989/8386/12561 -f 8989/8386/12561 8995/9207/13870 8990/8043/13866 -f 8023/8388/12565 8996/9208/13871 8997/8531/12784 -f 8997/8531/12783 8996/9208/13873 8989/8386/12561 -f 8993/9205/13868 8994/9204/13867 8992/9206/13869 -f 8993/9205/13868 8992/9206/13869 8998/9210/13874 -f 8998/9210/13874 8992/9206/13869 8991/9209/13872 -f 8998/9210/13874 8991/9209/13872 9005/9211/13875 -f 8023/8388/12565 8999/8390/12567 9000/9212/13876 -f 8023/8388/12565 9000/9212/13876 8991/9209/13872 -f 8991/9209/13872 9000/9212/13876 9005/9211/13875 -f 9002/9213/13877 8988/9203/13864 8993/9205/13868 -f 9003/9214/13878 9002/9213/13877 8993/9205/13868 -f 9003/9214/13878 8993/9205/13868 8998/9210/13874 -f 9004/9215/13879 9010/9216/13880 9003/9214/13881 -f 9004/9215/13882 9003/9214/13878 8998/9210/13874 -f 9006/9217/13883 9010/9216/13880 9004/9215/13879 -f 9005/9211/13884 9004/9215/13882 8998/9210/13874 -f 9001/9218/13885 9006/9217/13883 9004/9215/13886 -f 9007/9219/13887 9004/9215/13882 9005/9211/13884 -f 9001/9218/13885 9004/9215/13886 6165/6421/10102 -f 6165/6421/10102 9004/9215/13886 9007/9219/13888 -f 9008/8478/12694 9007/9219/13887 9005/9211/13884 -f 9008/8478/12694 9005/9211/13884 9000/9212/13889 -f 9009/8481/12699 6165/6421/10102 9007/9219/13888 -f 9009/8481/12697 9007/9219/13887 9008/8478/12694 -f 9008/8478/12694 9000/9212/13876 8999/8390/12567 -f 5517/5669/13865 8988/9203/13864 9002/9213/13877 -f 5517/5669/13865 9002/9213/13877 9247/5671/13890 -f 9010/9216/13880 9247/5671/13890 9003/9214/13881 -f 9247/5671/13890 9002/9213/13877 9003/9214/13881 -f 9011/9220/13891 9010/9216/13880 9006/9217/13883 -f 9011/9220/13891 9006/9217/13883 9012/9221/13892 -f 9012/9221/13892 9006/9217/13883 9001/9218/13885 -f 9012/9221/13892 9001/9218/13885 6164/6419/10099 -f 6164/6419/10099 9001/9218/13885 6165/6421/10102 -f 9015/5664/13893 9013/9222/13894 7764/8045/12564 -f 9013/9222/13894 9014/8387/12563 7764/8045/12564 -f 5512/5661/12560 8022/8385/12559 9018/9223/13895 -f 9016/5663/13896 5512/5661/12560 9020/9224/13897 -f 9020/9224/13897 5512/5661/12560 9018/9223/13895 -f 9020/9224/13897 9018/9223/13895 9019/9225/13898 -f 9015/5664/13899 9016/5663/13896 9020/9224/13897 -f 9021/9226/13900 9020/9224/13897 9019/9225/13898 -f 9022/9227/13901 9015/5664/13899 9020/9224/13897 -f 9022/9227/13902 9020/9224/13897 9021/9226/13900 -f 9013/9222/13903 9015/5664/13899 9022/9227/13901 -f 9023/9228/13904 9022/9227/13902 9021/9226/13900 -f 9014/8387/12563 9013/9222/13894 9022/9227/13905 -f 9014/8387/12563 9022/9227/13905 9024/8530/12782 -f 9024/8530/12782 9022/9227/13905 9023/9228/13906 -f 9024/8530/12782 9023/9228/13906 9017/8389/12566 -f 9023/9228/13904 9027/9229/13907 9025/8391/12568 -f 9023/9228/13904 9025/8391/12568 9017/8389/12566 -f 9021/9226/13900 9026/9230/13908 9027/9229/13907 -f 9021/9226/13900 9027/9229/13907 9023/9228/13904 -f 9026/9230/13908 9021/9226/13900 9019/9225/13898 -f 9019/9225/13898 9028/9231/13909 9026/9230/13908 -f 9019/9225/13898 9018/9223/13895 9028/9231/13909 -f 9030/9232/13910 9018/9223/13895 8022/8385/12559 -f 9028/9231/13909 9018/9223/13895 9030/9232/13910 -f 5511/5660/13911 9031/9233/13912 9030/9232/13910 -f 9031/9233/13912 9028/9231/13909 9030/9232/13910 -f 9026/9230/13908 9028/9231/13909 9032/9234/13913 -f 9032/9234/13913 9028/9231/13909 9031/9233/13912 -f 9033/9235/13914 9032/9234/13913 9031/9233/13912 -f 9027/9229/13907 9026/9230/13908 9032/9234/13915 -f 9027/9229/13907 9032/9234/13915 9034/9236/13916 -f 9034/9236/13917 9032/9234/13913 9033/9235/13914 -f 9025/8391/12568 9027/9229/13907 9036/8479/12695 -f 9036/8479/12695 9027/9229/13907 9034/9236/13916 -f 9036/8479/12695 9034/9236/13916 9037/8480/12696 -f 9037/8480/12696 9034/9236/13916 9038/8482/12698 -f 9038/8482/12698 9034/9236/13916 9033/9235/13918 -f 9038/8482/12698 9033/9235/13918 9035/9237/13919 -f 9038/8482/12698 9035/9237/13919 9029/6422/10103 -f 9041/9238/13920 9253/9239/13921 9035/9237/13919 -f 9035/9237/13919 9253/9239/13921 9039/6423/10104 -f 9035/9237/13919 9039/6423/10104 9029/6422/10103 -f 9033/9235/13922 9041/9238/13920 9035/9237/13919 -f 5511/5660/13911 9040/9240/13923 9031/9233/13912 -f 9031/9233/13912 9040/9240/13923 9041/9238/13920 -f 9031/9233/13912 9041/9238/13920 9033/9235/13922 -f 5511/5660/13911 9030/9232/13910 8022/8385/12559 -f 5511/5660/13911 8022/8385/12559 5510/5659/12558 -f 9042/9241/13924 5506/5654/13925 5505/5651/13926 -f 5506/5654/13925 9042/9241/13924 9043/9242/13927 -f 9043/9242/13927 5508/5656/13928 5506/5654/13925 -f 9044/5653/13929 9042/9241/13924 5505/5651/13926 -f 7767/8050/12573 9045/8393/12572 7765/8048/13930 -f 9048/9243/13931 9043/9242/13927 9042/9241/13924 -f 9047/9244/13932 9048/9243/13931 9042/9241/13924 -f 9042/9241/13924 9044/5653/13929 9049/9245/13933 -f 9049/9245/13933 9047/9244/13932 9042/9241/13924 -f 9050/9246/13934 9046/9247/13935 9047/9244/13932 -f 9050/9246/13934 9047/9244/13932 9049/9245/13933 -f 8025/8395/12576 9046/9247/13935 9050/9246/13934 -f 9050/9246/13936 9049/9245/13933 7765/8048/13930 -f 7765/8048/13930 9049/9245/13933 9044/5653/13929 -f 9045/8393/12572 9050/9246/13936 7765/8048/13930 -f 8063/8532/12787 8025/8395/12576 9050/9246/13934 -f 8063/8532/12785 9050/9246/13936 9045/8393/12572 -f 9043/9242/13927 9048/9243/13931 9051/9248/13937 -f 9048/9243/13931 9047/9244/13932 9052/9249/13938 -f 9052/9249/13938 9047/9244/13932 9046/9247/13935 -f 9052/9249/13938 9046/9247/13935 9059/9250/13939 -f 8025/8395/12576 9053/8397/12578 9054/9251/13940 -f 8025/8395/12576 9054/9251/13940 9046/9247/13935 -f 9046/9247/13935 9054/9251/13940 9059/9250/13939 -f 9048/9243/13931 9052/9249/13938 9051/9248/13937 -f 9052/9249/13938 9057/9252/13941 9051/9248/13937 -f 9058/9253/13942 9056/9254/13943 9057/9252/13941 -f 9058/9253/13942 9057/9252/13941 9052/9249/13938 -f 9060/9255/13944 9056/9254/13945 9058/9253/13946 -f 9059/9250/13947 9058/9253/13942 9052/9249/13938 -f 9055/9256/13948 9060/9255/13944 9058/9253/13946 -f 9061/9257/13949 9058/9253/13942 9059/9250/13947 -f 9055/9256/13948 9058/9253/13946 6163/6415/10094 -f 6163/6415/10094 9058/9253/13946 9061/9257/13950 -f 9062/8484/12701 9061/9257/13949 9059/9250/13947 -f 9062/8484/12701 9059/9250/13947 9054/9251/13940 -f 9063/8486/12705 6163/6415/10094 9061/9257/13950 -f 9062/8484/12701 9054/9251/13940 9053/8397/12578 -f 9063/8486/12704 9061/9257/13949 9062/8484/12701 -f 5508/5656/13928 9043/9242/13927 9051/9248/13937 -f 5508/5656/13928 9051/9248/13937 9064/9258/13951 -f 9064/9258/13951 9051/9248/13937 9057/9252/13952 -f 9065/9259/13953 9064/9258/13951 9056/9254/13945 -f 9064/9258/13951 9057/9252/13952 9056/9254/13945 -f 9065/9259/13953 9056/9254/13945 9060/9255/13944 -f 9065/9259/13953 9060/9255/13944 9066/9260/13954 -f 9066/9260/13954 9060/9255/13944 9055/9256/13948 -f 9066/9260/13954 9055/9256/13948 9067/6417/10096 -f 9067/6417/10096 9055/9256/13948 6163/6415/10094 -f 9070/9261/13955 9068/9262/13956 5494/5650/13957 -f 5494/5650/13957 9068/9262/13956 7771/8049/12575 -f 9068/9262/13956 9069/8394/12574 7771/8049/12575 -f 5494/5650/13957 9071/5648/13958 9070/9261/13955 -f 9071/5648/13958 5499/5645/13959 9074/9263/13960 -f 5499/5645/13959 8024/8392/13961 9073/9264/13962 -f 5499/5645/13959 9073/9264/13962 9074/9263/13960 -f 9070/9261/13955 9071/5648/13958 9074/9263/13960 -f 9070/9261/13955 9074/9263/13960 9075/9265/13963 -f 9076/9266/13964 9070/9261/13955 9075/9265/13963 -f 9068/9262/13956 9070/9261/13955 9076/9266/13965 -f 9077/9267/13966 9076/9266/13964 9075/9265/13963 -f 9078/9268/13967 9068/9262/13956 9076/9266/13965 -f 9078/9268/13968 9076/9266/13964 9077/9267/13966 -f 9069/8394/12574 9068/9262/13956 9078/9268/13967 -f 9072/8396/12577 9078/9268/13968 9077/9267/13966 -f 9069/8394/12574 9078/9268/13967 8062/8533/12786 -f 8062/8533/12788 9078/9268/13968 9072/8396/12577 -f 9077/9267/13966 9081/9269/13969 9079/8398/12579 -f 9077/9267/13966 9079/8398/12579 9072/8396/12577 -f 9075/9265/13963 9080/9270/13970 9081/9269/13969 -f 9075/9265/13963 9081/9269/13969 9077/9267/13966 -f 9080/9270/13970 9075/9265/13963 9074/9263/13960 -f 9074/9263/13960 9082/9271/13971 9080/9270/13970 -f 9082/9271/13971 9074/9263/13960 9073/9264/13962 -f 9083/9272/13972 9073/9264/13962 8024/8392/12570 -f 9082/9271/13971 9073/9264/13962 9083/9272/13972 -f 5502/5644/13973 9084/9273/13974 9083/9272/13972 -f 9084/9273/13974 9082/9271/13971 9083/9272/13972 -f 9085/9274/13975 9080/9270/13970 9082/9271/13971 -f 9085/9274/13976 9082/9271/13971 9084/9273/13974 -f 9086/9275/13977 9085/9274/13976 9084/9273/13974 -f 9081/9269/13969 9080/9270/13970 9085/9274/13975 -f 9087/9276/13978 9081/9269/13969 9085/9274/13975 -f 9087/9276/13979 9085/9274/13976 9086/9275/13977 -f 9079/8398/12579 9081/9269/13969 9089/8483/12700 -f 9089/8483/12700 9081/9269/13969 9087/9276/13978 -f 9087/9276/13979 9086/9275/13977 9090/8485/12706 -f 9090/8485/12706 9086/9275/13977 9088/9277/13980 -f 9089/8483/12702 9087/9276/13981 9090/8485/12703 -f 8054/6416/10095 9090/8485/12706 9088/9277/13980 -f 9092/9278/13982 9091/9279/13983 9088/9277/13980 -f 9088/9277/13980 9091/9279/13983 6154/6399/10073 -f 9088/9277/13980 6154/6399/10073 8054/6416/10095 -f 9086/9275/13977 9092/9278/13982 9088/9277/13980 -f 5502/5644/13973 9261/9280/13984 9084/9273/13974 -f 9084/9273/13974 9261/9280/13984 9092/9278/13982 -f 9084/9273/13974 9092/9278/13982 9086/9275/13977 -f 5502/5644/13973 9083/9272/13972 8024/8392/12570 -f 5502/5644/13973 8024/8392/12570 5501/5643/12569 -f 5660/5863/9518 5658/5860/9515 9093/9281/13985 -f 9093/9281/13985 8170/8613/13986 5660/5863/9518 -f 8171/8611/13987 8170/8613/13986 9094/9282/13988 -f 8171/8611/13987 9094/9282/13988 9095/8612/12910 -f 6126/6370/10029 8169/6368/10025 9095/8612/12910 -f 8196/8630/12935 8197/6371/10030 9096/9283/13989 -f 8195/8629/13990 8196/8630/12935 9096/9283/13989 -f 8194/8628/13991 8195/8629/13990 9097/9284/13992 -f 8194/8628/13991 9097/9284/13992 9098/5861/9516 -f 8194/8628/13991 9098/5861/9516 5657/5859/9514 -f 5658/5860/9515 9099/9285/13993 9093/9281/13985 -f 9093/9281/13985 9099/9285/13993 8170/8613/13986 -f 8170/8613/13986 9099/9285/13993 9100/9286/13994 -f 8170/8613/13986 9100/9286/13994 9094/9282/13988 -f 9094/9282/13988 9100/9286/13994 9101/9287/13995 -f 9094/9282/13988 9101/9287/13995 9095/8612/12910 -f 9095/8612/12910 9101/9287/13995 9102/9288/13996 -f 9095/8612/12910 9102/9288/13996 6126/6370/10029 -f 5658/5860/9515 9098/5861/9516 9099/9285/13993 -f 9099/9285/13993 9098/5861/9516 9097/9284/13992 -f 9099/9285/13993 9097/9284/13992 9100/9286/13994 -f 9100/9286/13994 9097/9284/13992 8195/8629/13990 -f 9100/9286/13994 8195/8629/13990 9101/9287/13995 -f 9101/9287/13995 8195/8629/13990 9096/9283/13989 -f 9101/9287/13995 9096/9283/13989 9102/9288/13996 -f 9102/9288/13996 9096/9283/13989 6126/6370/10029 -f 6126/6370/10029 9096/9283/13989 8197/6371/10030 -f 9103/9289/13997 8223/8650/13998 5650/5850/9505 -f 9104/9290/13999 8223/8650/13998 9103/9289/13997 -f 8223/8650/13998 9104/9290/13999 8224/8648/14000 -f 8224/8648/14000 9104/9290/13999 9105/9291/14001 -f 8224/8648/14000 9105/9291/14001 9106/8649/12960 -f 6204/6493/10184 8222/6496/10187 9106/8649/12960 -f 8251/8670/12997 8252/6492/10183 9107/9292/14002 -f 8250/8669/14003 8251/8670/12997 9107/9292/14002 -f 8249/8668/14004 8250/8669/14003 9108/9293/14005 -f 5647/5846/9501 9108/9293/14005 9109/5848/9503 -f 5647/5846/9501 8249/8668/14006 9108/9293/14005 -f 5650/5850/9505 5648/5847/9502 9103/9289/13997 -f 9103/9289/13997 5648/5847/9502 9110/9294/14007 -f 9103/9289/13997 9110/9294/14007 9104/9290/13999 -f 9104/9290/13999 9110/9294/14007 9111/9295/14008 -f 9104/9290/13999 9111/9295/14008 9105/9291/14001 -f 9105/9291/14001 9111/9295/14008 9112/9296/14009 -f 9105/9291/14001 9112/9296/14009 9106/8649/12960 -f 9106/8649/12960 9112/9296/14009 9113/9297/14010 -f 9106/8649/12960 9113/9297/14010 6204/6493/10184 -f 5648/5847/9502 9109/5848/9503 9110/9294/14007 -f 9110/9294/14007 9109/5848/9503 9108/9293/14005 -f 9110/9294/14007 9108/9293/14005 9111/9295/14008 -f 9111/9295/14008 9108/9293/14005 8250/8669/14003 -f 9111/9295/14008 8250/8669/14003 9112/9296/14009 -f 9112/9296/14009 8250/8669/14003 9107/9292/14002 -f 9112/9296/14009 9107/9292/14002 9113/9297/14010 -f 9113/9297/14010 9107/9292/14002 6204/6493/10184 -f 6204/6493/10184 9107/9292/14002 8252/6492/10183 -f 5640/5837/9492 5638/5834/9489 9114/9298/14011 -f 9114/9298/14011 8279/8688/14012 5640/5837/9492 -f 8280/8686/14013 8279/8688/14012 9115/9299/14014 -f 8280/8686/14013 9115/9299/14014 9116/8687/13023 -f 6201/6490/10179 8278/6489/10178 9116/8687/13023 -f 6118/6356/10013 6201/6490/10179 9117/9300/14015 -f 9117/9300/14015 8305/8708/13059 6118/6356/10013 -f 8304/8707/14016 8305/8708/13059 9117/9300/14015 -f 8303/8706/14017 8304/8707/14016 9118/9301/14018 -f 8303/8706/14017 9118/9301/14018 9119/5835/9490 -f 8303/8706/14017 9119/5835/9490 5637/5833/9488 -f 5638/5834/9489 9120/9302/14019 9114/9298/14011 -f 9114/9298/14011 9120/9302/14019 8279/8688/14012 -f 8279/8688/14012 9120/9302/14019 9121/9303/14020 -f 8279/8688/14012 9121/9303/14020 9115/9299/14014 -f 9115/9299/14014 9121/9303/14020 9122/9304/14021 -f 9115/9299/14014 9122/9304/14021 9116/8687/13023 -f 9116/8687/13023 9122/9304/14021 9123/9305/14022 -f 9116/8687/13023 9123/9305/14022 6201/6490/10179 -f 5638/5834/9489 9119/5835/9490 9120/9302/14019 -f 9120/9302/14019 9119/5835/9490 9118/9301/14018 -f 9120/9302/14019 9118/9301/14018 9121/9303/14020 -f 9121/9303/14020 9118/9301/14018 8304/8707/14016 -f 9121/9303/14020 8304/8707/14016 9122/9304/14021 -f 9122/9304/14021 8304/8707/14016 9117/9300/14015 -f 9122/9304/14021 9117/9300/14015 9123/9305/14022 -f 9123/9305/14022 9117/9300/14015 6201/6490/10179 -f 8333/8728/14023 9124/9306/14024 8334/8726/14025 -f 9125/8727/13095 8334/8726/14025 9124/9306/14024 -f 9126/6485/10174 8332/6484/10173 9125/8727/13095 -f 8360/8749/13128 8361/6487/10176 9127/9307/14026 -f 8359/8748/14027 8360/8749/13128 9127/9307/14026 -f 8358/8747/14028 8359/8748/14027 9128/9308/14029 -f 8358/8747/14028 9128/9308/14029 9129/5822/9477 -f 8358/8747/14028 9129/5822/9477 5628/5820/9475 -f 5631/5824/9479 5629/5821/9476 9130/9309/14030 -f 5631/5824/9479 9130/9309/14030 8333/8728/14023 -f 8333/8728/14023 9130/9309/14030 9131/9310/14031 -f 8333/8728/14023 9131/9310/14031 9124/9306/14024 -f 9124/9306/14024 9131/9310/14031 9132/9311/14032 -f 9124/9306/14024 9132/9311/14032 9125/8727/13095 -f 9125/8727/13095 9132/9311/14032 9133/9312/14033 -f 9125/8727/13095 9133/9312/14033 9126/6485/10174 -f 5629/5821/9476 9129/5822/9477 9130/9309/14030 -f 9130/9309/14030 9129/5822/9477 9128/9308/14029 -f 9130/9309/14030 9128/9308/14029 9131/9310/14031 -f 9131/9310/14031 9128/9308/14029 8359/8748/14027 -f 9131/9310/14031 8359/8748/14027 9132/9311/14032 -f 9132/9311/14032 8359/8748/14027 9127/9307/14026 -f 9132/9311/14032 9127/9307/14026 9133/9312/14033 -f 9133/9312/14033 9127/9307/14026 9126/6485/10174 -f 9126/6485/10174 9127/9307/14026 8361/6487/10176 -f 9134/9313/14034 8389/8768/14035 5625/5812/9467 -f 9135/9314/14036 8389/8768/14035 9134/9313/14034 -f 8389/8768/14035 9135/9314/14036 8390/8767/14037 -f 8388/6480/10168 8390/8767/14037 9142/9315/14038 -f 6195/6478/10166 8388/6480/10168 9142/9315/14038 -f 8415/8787/13194 8416/6483/10171 9136/9316/14039 -f 8414/8786/14040 8415/8787/13194 9136/9316/14039 -f 8413/8785/14041 8414/8786/14040 9137/9317/14042 -f 5620/5808/9463 9137/9317/14042 9138/5810/9465 -f 5620/5808/9463 8413/8785/14043 9137/9317/14042 -f 5625/5812/9467 5621/5809/9464 9134/9313/14034 -f 9134/9313/14034 5621/5809/9464 9139/9318/14044 -f 9134/9313/14034 9139/9318/14044 9135/9314/14036 -f 9135/9314/14036 9139/9318/14044 9140/9319/14045 -f 9135/9314/14036 9140/9319/14045 8390/8767/14037 -f 8390/8767/14037 9140/9319/14045 9141/9320/14046 -f 8390/8767/14037 9141/9320/14046 9142/9315/14038 -f 5621/5809/9464 9138/5810/9465 9139/9318/14044 -f 9139/9318/14044 9138/5810/9465 9137/9317/14042 -f 9139/9318/14044 9137/9317/14042 9140/9319/14045 -f 9140/9319/14045 9137/9317/14042 8414/8786/14040 -f 9140/9319/14045 8414/8786/14040 9141/9320/14046 -f 9141/9320/14046 8414/8786/14040 9136/9316/14039 -f 9141/9320/14046 9136/9316/14039 9142/9315/14038 -f 9142/9315/14038 9136/9316/14039 6195/6478/10166 -f 6195/6478/10166 9136/9316/14039 8416/6483/10171 -f 9143/9321/14047 5613/5798/9453 5611/5795/9450 -f 5613/5798/9453 9143/9321/14047 9144/8805/14048 -f 9145/9322/14049 8442/8803/14050 9144/8805/14048 -f 9145/9322/14049 8440/8804/13223 8442/8803/14050 -f 9146/9323/14051 8467/8824/14052 8468/8825/14053 -f 9146/9323/14051 8468/8825/14053 8469/8826/13258 -f 8466/8823/14054 8467/8824/14052 9147/9324/14055 -f 9147/9324/14055 8467/8824/14052 9146/9323/14051 -f 8466/8823/14054 9147/9324/14055 9148/5797/9452 -f 8466/8823/14054 9148/5797/9452 5612/5796/9451 -f 5611/5795/9450 9149/9325/14056 9143/9321/14047 -f 9143/9321/14047 9149/9325/14056 9144/8805/14048 -f 9144/8805/14048 9149/9325/14056 9150/9326/14057 -f 9144/8805/14048 9150/9326/14057 9145/9322/14049 -f 9145/9322/14049 9150/9326/14057 9151/9327/14058 -f 9145/9322/14049 9151/9327/14058 8440/8804/13223 -f 8440/8804/13223 9151/9327/14058 9152/9328/14059 -f 8440/8804/13223 9152/9328/14059 8441/6477/10165 -f 8441/6477/10165 9152/9328/14059 6192/6474/10162 -f 5611/5795/9450 9148/5797/9452 9149/9325/14056 -f 9149/9325/14056 9148/5797/9452 9147/9324/14055 -f 9149/9325/14056 9147/9324/14055 9150/9326/14057 -f 9150/9326/14057 9147/9324/14055 9146/9323/14051 -f 9150/9326/14057 9146/9323/14051 9151/9327/14058 -f 9151/9327/14058 9146/9323/14051 8469/8826/13258 -f 9151/9327/14058 8469/8826/13258 9152/9328/14059 -f 9152/9328/14059 8469/8826/13258 6192/6474/10162 -f 9153/9329/14060 5604/5786/9441 5602/5783/9438 -f 5604/5786/9441 9153/9329/14060 9154/8845/14061 -f 9155/9330/14062 8494/8843/14063 9154/8845/14061 -f 9155/9330/14062 8493/8844/13283 8494/8843/14063 -f 9156/9331/14064 8521/8865/14065 8522/8866/14066 -f 9156/9331/14064 8522/8866/14066 8523/8867/13321 -f 8520/8864/14067 8521/8865/14065 9157/9332/14068 -f 9157/9332/14068 8521/8865/14065 9156/9331/14064 -f 8520/8864/14067 9157/9332/14068 9158/5784/9439 -f 8520/8864/14067 9158/5784/9439 5601/5782/9437 -f 5602/5783/9438 9159/9333/14069 9153/9329/14060 -f 9153/9329/14060 9159/9333/14069 9154/8845/14061 -f 9154/8845/14061 9159/9333/14069 9160/9334/14070 -f 9154/8845/14061 9160/9334/14070 9155/9330/14062 -f 9155/9330/14062 9160/9334/14070 9161/9335/14071 -f 9155/9330/14062 9161/9335/14071 8493/8844/13283 -f 8493/8844/13283 9161/9335/14071 9162/9336/14072 -f 8493/8844/13283 9162/9336/14072 6191/6471/10159 -f 6191/6471/10159 9162/9336/14072 6190/6470/10158 -f 5602/5783/9438 9158/5784/9439 9159/9333/14069 -f 9159/9333/14069 9158/5784/9439 9157/9332/14068 -f 9159/9333/14069 9157/9332/14068 9160/9334/14070 -f 9160/9334/14070 9157/9332/14068 9156/9331/14064 -f 9160/9334/14070 9156/9331/14064 9161/9335/14071 -f 9161/9335/14071 9156/9331/14064 8523/8867/13321 -f 9161/9335/14071 8523/8867/13321 9162/9336/14072 -f 9162/9336/14072 8523/8867/13321 6190/6470/10158 -f 9163/9337/14073 5594/5773/9428 5592/5770/9425 -f 5594/5773/9428 9163/9337/14073 8550/8885/14074 -f 8550/8885/14074 9163/9337/14073 9164/9338/14075 -f 9164/9338/14075 8551/8883/14076 8550/8885/14074 -f 8551/8883/14076 9164/9338/14075 8548/8884/13348 -f 8549/6459/10146 8548/8884/13348 9165/6460/10147 -f 8576/8906/13379 8577/6462/10149 9166/9339/14077 -f 8575/8905/14078 8576/8906/13379 9166/9339/14077 -f 8574/8904/14079 8575/8905/14078 9167/9340/14080 -f 8574/8904/14079 9167/9340/14080 9168/5771/9426 -f 8574/8904/14079 9168/5771/9426 5591/5769/9424 -f 5592/5770/9425 9169/9341/14081 9163/9337/14073 -f 9163/9337/14073 9169/9341/14081 9164/9338/14075 -f 9164/9338/14075 9169/9341/14081 9170/9342/14082 -f 9164/9338/14075 9170/9342/14082 9171/9343/14083 -f 9164/9338/14075 9171/9343/14083 8548/8884/13348 -f 8548/8884/13348 9171/9343/14083 9172/9344/14084 -f 8548/8884/13348 9172/9344/14084 9165/6460/10147 -f 5592/5770/9425 9168/5771/9426 9169/9341/14081 -f 9169/9341/14081 9168/5771/9426 9167/9340/14080 -f 9169/9341/14081 9167/9340/14080 9170/9342/14082 -f 9170/9342/14082 9167/9340/14080 8575/8905/14078 -f 9170/9342/14082 8575/8905/14078 9171/9343/14083 -f 9171/9343/14083 8575/8905/14078 9166/9339/14077 -f 9171/9343/14083 9166/9339/14077 9172/9344/14084 -f 9172/9344/14084 9166/9339/14077 9165/6460/10147 -f 9165/6460/10147 9166/9339/14077 8577/6462/10149 -f 8604/8925/14085 9173/9345/14086 8605/8924/14087 -f 9174/9346/14088 8605/8924/14087 9173/9345/14086 -f 8605/8924/14087 9174/9346/14088 8603/6465/10152 -f 6187/6458/10145 8603/6465/10152 9174/9346/14088 -f 9175/9347/14089 8632/8947/13433 6184/6454/10141 -f 8631/8946/14090 8632/8947/13433 9175/9347/14089 -f 8630/8945/14091 8631/8946/14090 9176/9348/14092 -f 8630/8945/14091 9176/9348/14092 9177/5758/9413 -f 8630/8945/14091 9177/5758/9413 5581/5756/9411 -f 5584/5760/9415 5582/5757/9412 8604/8925/14085 -f 8604/8925/14085 5582/5757/9412 9178/9349/14093 -f 8604/8925/14085 9178/9349/14093 9173/9345/14086 -f 9173/9345/14086 9178/9349/14093 9179/9350/14094 -f 9173/9345/14086 9179/9350/14094 9174/9346/14088 -f 9174/9346/14088 9179/9350/14094 9180/9351/14095 -f 9174/9346/14088 9180/9351/14095 6187/6458/10145 -f 5582/5757/9412 9177/5758/9413 9176/9348/14092 -f 5582/5757/9412 9176/9348/14092 9178/9349/14093 -f 9178/9349/14093 9176/9348/14092 9179/9350/14094 -f 9179/9350/14094 9176/9348/14092 8631/8946/14090 -f 9179/9350/14094 8631/8946/14090 9180/9351/14095 -f 9180/9351/14095 8631/8946/14090 9175/9347/14089 -f 9180/9351/14095 9175/9347/14089 6187/6458/10145 -f 6187/6458/10145 9175/9347/14089 6184/6454/10141 -f 5575/5747/9402 9181/9352/14096 8661/8966/14097 -f 8661/8966/14097 9181/9352/14096 9182/9353/14098 -f 9183/9354/14099 8662/8964/14100 9182/9353/14098 -f 9182/9353/14098 8662/8964/14100 8661/8966/14097 -f 9183/9354/14099 8660/8965/13462 8662/8964/14100 -f 9184/9355/14101 8686/8985/14102 8687/8986/14103 -f 9184/9355/14101 8687/8986/14103 8688/8987/13497 -f 8685/8984/14104 8686/8985/14102 9185/9356/14105 -f 9185/9356/14105 8686/8985/14102 9184/9355/14101 -f 8685/8984/14104 9185/9356/14105 9186/5745/9400 -f 8685/8984/14104 9186/5745/9400 5572/5743/9398 -f 5575/5747/9402 5573/5744/9399 9181/9352/14096 -f 9181/9352/14096 5573/5744/9399 9187/9357/14106 -f 9181/9352/14096 9187/9357/14106 9182/9353/14098 -f 9182/9353/14098 9187/9357/14106 9188/9358/14107 -f 9182/9353/14098 9188/9358/14107 9183/9354/14099 -f 9183/9354/14099 9188/9358/14107 9189/9359/14108 -f 9183/9354/14099 9189/9359/14108 8660/8965/13462 -f 8660/8965/13462 9189/9359/14108 9190/9360/14109 -f 8660/8965/13462 9190/9360/14109 6181/6453/10140 -f 6181/6453/10140 9190/9360/14109 6179/6450/10135 -f 5573/5744/9399 9186/5745/9400 9187/9357/14106 -f 9187/9357/14106 9186/5745/9400 9185/9356/14105 -f 9187/9357/14106 9185/9356/14105 9188/9358/14107 -f 9188/9358/14107 9185/9356/14105 9184/9355/14101 -f 9188/9358/14107 9184/9355/14101 9189/9359/14108 -f 9189/9359/14108 9184/9355/14101 8688/8987/13497 -f 9189/9359/14108 8688/8987/13497 9190/9360/14109 -f 9190/9360/14109 8688/8987/13497 6179/6450/10135 -f 9191/9361/14110 8714/9005/14111 5568/5734/9389 -f 9192/9362/14112 8714/9005/14111 9191/9361/14110 -f 8714/9005/14111 9192/9362/14112 8715/9003/14113 -f 8715/9003/14113 9192/9362/14112 9193/9363/14114 -f 8715/9003/14113 9193/9363/14114 9194/9004/13523 -f 6180/6452/10138 8713/6451/10136 9194/9004/13523 -f 8739/6359/10016 6180/6452/10138 9195/9364/14115 -f 8738/9024/13560 8739/6359/10016 9195/9364/14115 -f 8737/9023/14116 8738/9024/13560 9195/9364/14115 -f 8736/9019/14117 8737/9023/14116 9196/9365/14118 -f 5566/5732/9387 9196/9365/14118 9197/5733/9388 -f 5566/5732/9387 8736/9019/14119 9196/9365/14118 -f 5568/5734/9389 5565/5731/9386 9191/9361/14110 -f 9191/9361/14110 5565/5731/9386 9198/9366/14120 -f 9191/9361/14110 9198/9366/14120 9192/9362/14112 -f 9192/9362/14112 9198/9366/14120 9199/9367/14121 -f 9192/9362/14112 9199/9367/14121 9193/9363/14114 -f 9193/9363/14114 9199/9367/14121 9200/9368/14122 -f 9193/9363/14114 9200/9368/14122 9194/9004/13523 -f 9194/9004/13523 9200/9368/14122 9201/9369/14123 -f 9194/9004/13523 9201/9369/14123 6180/6452/10138 -f 5565/5731/9386 9197/5733/9388 9198/9366/14120 -f 9198/9366/14120 9197/5733/9388 9196/9365/14118 -f 9198/9366/14120 9196/9365/14118 9199/9367/14121 -f 9199/9367/14121 9196/9365/14118 8737/9023/14116 -f 9199/9367/14121 8737/9023/14116 9200/9368/14122 -f 9200/9368/14122 8737/9023/14116 9195/9364/14115 -f 9200/9368/14122 9195/9364/14115 9201/9369/14123 -f 9201/9369/14123 9195/9364/14115 6180/6452/10138 -f 5556/5723/9378 5554/5720/9375 9202/9370/14124 -f 9202/9370/14124 8765/9044/14125 5556/5723/9378 -f 8766/9042/14126 8765/9044/14125 9203/9371/14127 -f 8766/9042/14126 9203/9371/14127 9204/9043/13590 -f 6176/6445/10129 8764/6442/10126 9204/9043/13590 -f 8791/9064/13626 8792/6444/10128 9205/9372/14128 -f 8790/9063/14129 8791/9064/13626 9205/9372/14128 -f 8789/9062/14130 8790/9063/14129 9206/9373/14131 -f 8789/9062/14130 9206/9373/14131 9207/5722/9377 -f 8789/9062/14130 9207/5722/9377 5555/5721/9376 -f 5554/5720/9375 9208/9374/14132 9202/9370/14124 -f 9202/9370/14124 9208/9374/14132 8765/9044/14125 -f 8765/9044/14125 9208/9374/14132 9209/9375/14133 -f 8765/9044/14125 9209/9375/14133 9203/9371/14127 -f 9203/9371/14127 9209/9375/14133 9210/9376/14134 -f 9203/9371/14127 9210/9376/14134 9204/9043/13590 -f 9204/9043/13590 9210/9376/14134 9211/9377/14135 -f 9204/9043/13590 9211/9377/14135 6176/6445/10129 -f 5554/5720/9375 9207/5722/9377 9208/9374/14132 -f 9208/9374/14132 9207/5722/9377 9206/9373/14131 -f 9208/9374/14132 9206/9373/14131 9209/9375/14133 -f 9209/9375/14133 9206/9373/14131 8790/9063/14129 -f 9209/9375/14133 8790/9063/14129 9210/9376/14134 -f 9210/9376/14134 8790/9063/14129 9205/9372/14128 -f 9210/9376/14134 9205/9372/14128 9211/9377/14135 -f 9211/9377/14135 9205/9372/14128 6176/6445/10129 -f 6176/6445/10129 9205/9372/14128 8792/6444/10128 -f 5548/5711/9366 5546/5708/9363 9212/9378/14136 -f 9212/9378/14136 8820/9084/14137 5548/5711/9366 -f 9213/9379/14138 8820/9084/14137 9212/9378/14136 -f 8820/9084/14137 9213/9379/14138 8821/9082/14139 -f 9214/9083/13661 8821/9082/14139 9213/9379/14138 -f 9215/6441/10124 8819/6439/10121 9214/9083/13661 -f 8849/9105/13700 8850/6362/10019 9216/9380/14140 -f 8848/9104/14141 8849/9105/13700 9216/9380/14140 -f 8847/9103/14142 8848/9104/14141 9217/9381/14143 -f 8847/9103/14142 9217/9381/14143 9218/5710/9365 -f 8847/9103/14142 9218/5710/9365 5547/5709/9364 -f 5546/5708/9363 9219/9382/14144 9212/9378/14136 -f 9212/9378/14136 9219/9382/14144 9213/9379/14138 -f 9213/9379/14138 9219/9382/14144 9220/9383/14145 -f 9213/9379/14138 9220/9383/14145 9221/9384/14146 -f 9213/9379/14138 9221/9384/14146 9214/9083/13661 -f 9214/9083/13661 9221/9384/14146 9222/9385/14147 -f 9214/9083/13661 9222/9385/14147 9215/6441/10124 -f 5546/5708/9363 9218/5710/9365 9219/9382/14144 -f 9219/9382/14144 9218/5710/9365 9217/9381/14143 -f 9219/9382/14144 9217/9381/14143 9220/9383/14145 -f 9220/9383/14145 9217/9381/14143 8848/9104/14141 -f 9220/9383/14145 8848/9104/14141 9221/9384/14146 -f 9221/9384/14146 8848/9104/14141 9216/9380/14140 -f 9221/9384/14146 9216/9380/14140 9222/9385/14147 -f 9222/9385/14147 9216/9380/14140 9215/6441/10124 -f 9215/6441/10124 9216/9380/14140 8850/6362/10019 -f 8876/9124/14148 9223/9386/14149 8877/9122/14150 -f 9224/9123/13731 8877/9122/14150 9223/9386/14149 -f 9225/6434/10115 8875/6435/10116 9224/9123/13731 -f 8902/9144/13766 8903/6432/10113 9226/9387/14151 -f 8901/9143/14152 8902/9144/13766 9226/9387/14151 -f 8900/9139/14153 8901/9143/14152 9227/9388/14154 -f 9228/5697/9352 8900/9139/14153 9227/9388/14154 -f 5539/5699/9354 5537/5696/9351 9229/9389/14155 -f 5539/5699/9354 9229/9389/14155 8876/9124/14148 -f 8876/9124/14148 9229/9389/14155 9230/9390/14156 -f 8876/9124/14148 9230/9390/14156 9223/9386/14149 -f 9223/9386/14149 9230/9390/14156 9231/9391/14157 -f 9223/9386/14149 9231/9391/14157 9224/9123/13731 -f 9224/9123/13731 9231/9391/14157 9232/9392/14158 -f 9224/9123/13731 9232/9392/14158 9225/6434/10115 -f 5537/5696/9351 9228/5697/9352 9229/9389/14155 -f 9229/9389/14155 9228/5697/9352 9227/9388/14154 -f 9229/9389/14155 9227/9388/14154 9230/9390/14156 -f 9230/9390/14156 9227/9388/14154 8901/9143/14152 -f 9230/9390/14156 8901/9143/14152 9231/9391/14157 -f 9231/9391/14157 8901/9143/14152 9226/9387/14151 -f 9231/9391/14157 9226/9387/14151 9232/9392/14158 -f 9232/9392/14158 9226/9387/14151 9225/6434/10115 -f 9225/6434/10115 9226/9387/14151 8903/6432/10113 -f 9233/9393/14159 8931/9164/14160 5529/5686/9341 -f 9234/9394/14161 8931/9164/14160 9233/9393/14159 -f 8931/9164/14160 9234/9394/14161 8932/9163/14162 -f 8930/6430/10111 8932/9163/14162 9241/9395/14163 -f 6169/6431/10112 8930/6430/10111 9241/9395/14163 -f 8959/9184/13832 8960/6425/10106 9235/9396/14164 -f 8958/9183/14165 8959/9184/13832 9235/9396/14164 -f 8957/9179/14166 8958/9183/14165 9236/9397/14167 -f 8948/5682/9337 9236/9397/14167 9237/5684/9339 -f 8948/5682/9337 8957/9179/14168 9236/9397/14167 -f 5529/5686/9341 5527/5683/9338 9233/9393/14159 -f 9233/9393/14159 5527/5683/9338 9238/9398/14169 -f 9233/9393/14159 9238/9398/14169 9234/9394/14161 -f 9234/9394/14161 9238/9398/14169 9239/9399/14170 -f 9234/9394/14161 9239/9399/14170 8932/9163/14162 -f 8932/9163/14162 9239/9399/14170 9240/9400/14171 -f 8932/9163/14162 9240/9400/14171 9241/9395/14163 -f 5527/5683/9338 9237/5684/9339 9238/9398/14169 -f 9238/9398/14169 9237/5684/9339 9236/9397/14167 -f 9238/9398/14169 9236/9397/14167 9239/9399/14170 -f 9239/9399/14170 9236/9397/14167 8958/9183/14165 -f 9239/9399/14170 8958/9183/14165 9240/9400/14171 -f 9240/9400/14171 8958/9183/14165 9235/9396/14164 -f 9240/9400/14171 9235/9396/14164 9241/9395/14163 -f 9241/9395/14163 9235/9396/14164 6169/6431/10112 -f 6169/6431/10112 9235/9396/14164 8960/6425/10106 -f 9243/9401/14172 5520/5673/9328 5518/5670/9325 -f 5520/5673/9328 9243/9401/14172 8984/9201/14173 -f 8984/9201/14173 9243/9401/14172 9244/9402/14174 -f 9244/9402/14174 8985/9199/14175 8984/9201/14173 -f 8985/9199/14175 9244/9402/14174 8983/9200/13859 -f 9242/9403/14176 6164/6419/10099 9245/6418/10097 -f 9242/9403/14176 9012/9221/13892 6164/6419/10099 -f 9011/9220/14177 9012/9221/13892 9242/9403/14176 -f 9010/9216/14178 9011/9220/14177 9246/9404/14179 -f 9247/5671/9326 9010/9216/14178 9246/9404/14179 -f 5518/5670/9325 9248/9405/14180 9243/9401/14172 -f 9243/9401/14172 9248/9405/14180 9244/9402/14174 -f 9244/9402/14174 9248/9405/14180 9249/9406/14181 -f 9244/9402/14174 9249/9406/14181 8983/9200/13859 -f 8983/9200/13859 9249/9406/14181 9250/9407/14182 -f 8983/9200/13859 9250/9407/14182 6162/6414/10091 -f 6162/6414/10091 9250/9407/14182 9245/6418/10097 -f 5518/5670/9325 9247/5671/9326 9248/9405/14180 -f 9248/9405/14180 9247/5671/9326 9246/9404/14179 -f 9248/9405/14180 9246/9404/14179 9249/9406/14181 -f 9249/9406/14181 9246/9404/14179 9011/9220/14177 -f 9249/9406/14181 9011/9220/14177 9250/9407/14182 -f 9250/9407/14182 9011/9220/14177 9242/9403/14176 -f 9250/9407/14182 9242/9403/14176 9245/6418/10097 -f 9251/9408/14183 9040/9240/14184 5511/5660/9315 -f 9041/9238/14185 9040/9240/14184 9252/9409/14186 -f 9041/9238/14185 9252/9409/14186 9253/9239/13921 -f 6166/6420/10101 9039/6423/10104 9253/9239/13921 -f 9066/9260/13954 9067/6417/10096 9254/9410/14187 -f 9065/9259/14188 9066/9260/13954 9254/9410/14187 -f 9064/9258/14189 9065/9259/14188 9255/9411/14190 -f 9064/9258/14189 9255/9411/14190 9256/5658/9313 -f 9064/9258/14189 9256/5658/9313 5508/5656/9311 -f 5511/5660/9315 5509/5657/9312 9251/9408/14183 -f 9251/9408/14183 5509/5657/9312 9257/9412/14191 -f 9251/9408/14183 9257/9412/14191 9040/9240/14184 -f 9040/9240/14184 9257/9412/14191 9252/9409/14186 -f 9252/9409/14186 9257/9412/14191 9258/9413/14192 -f 9252/9409/14186 9258/9413/14192 9253/9239/13921 -f 9253/9239/13921 9258/9413/14192 9259/9414/14193 -f 9253/9239/13921 9259/9414/14193 6166/6420/10101 -f 5509/5657/9312 9256/5658/9313 9255/9411/14190 -f 5509/5657/9312 9255/9411/14190 9257/9412/14191 -f 9257/9412/14191 9255/9411/14190 9065/9259/14188 -f 9257/9412/14191 9065/9259/14188 9258/9413/14192 -f 9258/9413/14192 9065/9259/14188 9254/9410/14187 -f 9258/9413/14192 9254/9410/14187 9259/9414/14193 -f 9259/9414/14193 9254/9410/14187 6166/6420/10101 -f 6166/6420/10101 9254/9410/14187 9067/6417/10096 -f 5502/5644/9299 9260/9415/14194 9261/9280/14195 -f 9262/9416/14196 9092/9278/14197 9261/9280/14195 -f 9262/9416/14196 9091/9279/13983 9092/9278/14197 -f 9263/9417/14198 7959/8244/14199 7960/8245/14200 -f 9263/9417/14198 7960/8245/14200 7961/8246/12343 -f 7958/8243/14201 7959/8244/14199 9264/9418/14202 -f 9264/9418/14202 7959/8244/14199 9263/9417/14198 -f 7958/8243/14201 9264/9418/14202 9265/5642/9297 -f 7958/8243/14201 9265/5642/9297 5498/5641/9296 -f 5502/5644/9299 5497/5639/9294 9260/9415/14194 -f 9260/9415/14194 5497/5639/9294 9266/9419/14203 -f 9260/9415/14194 9266/9419/14203 9261/9280/14195 -f 9261/9280/14195 9266/9419/14203 9262/9416/14196 -f 9262/9416/14196 9266/9419/14203 9267/9420/14204 -f 9262/9416/14196 9267/9420/14204 9091/9279/13983 -f 9091/9279/13983 9267/9420/14204 9268/9421/14205 -f 9091/9279/13983 9268/9421/14205 6154/6399/10073 -f 6154/6399/10073 9268/9421/14205 6139/6387/10053 -f 5497/5639/9294 9265/5642/9297 9264/9418/14202 -f 5497/5639/9294 9264/9418/14202 9266/9419/14203 -f 9266/9419/14203 9264/9418/14202 9263/9417/14198 -f 9266/9419/14203 9263/9417/14198 9267/9420/14204 -f 9267/9420/14204 9263/9417/14198 7961/8246/12343 -f 9267/9420/14204 7961/8246/12343 9268/9421/14205 -f 9268/9421/14205 7961/8246/12343 6139/6387/10053 -f 9269/9422/14206 7988/8265/14207 6025/6256/9911 -f 9270/9423/14208 7988/8265/14207 9269/9422/14206 -f 7988/8265/14207 9270/9423/14208 7989/8263/14209 -f 7989/8263/14209 9270/9423/14208 9271/9424/14210 -f 7989/8263/14209 9271/9424/14210 9272/8264/12370 -f 6142/6390/10061 7987/6391/10062 9272/8264/12370 -f 9273/9425/14211 8088/8553/12818 8089/6372/10033 -f 8087/8552/14212 8088/8553/12818 9273/9425/14211 -f 8086/8551/14213 8087/8552/14212 9274/9426/14214 -f 8086/8551/14213 9274/9426/14214 9275/6255/9910 -f 8086/8551/14213 9275/6255/9910 6023/6254/9909 -f 6025/6256/9911 6022/6253/9908 9269/9422/14206 -f 9269/9422/14206 6022/6253/9908 9276/9427/14215 -f 9269/9422/14206 9276/9427/14215 9270/9423/14208 -f 9270/9423/14208 9276/9427/14215 9277/9428/14216 -f 9270/9423/14208 9277/9428/14216 9271/9424/14210 -f 9271/9424/14210 9277/9428/14216 9278/9429/14217 -f 9271/9424/14210 9278/9429/14217 9272/8264/12370 -f 9272/8264/12370 9278/9429/14217 9279/9430/14218 -f 9272/8264/12370 9279/9430/14218 6142/6390/10061 -f 6022/6253/9908 9275/6255/9910 9276/9427/14215 -f 9276/9427/14215 9275/6255/9910 9274/9426/14214 -f 9276/9427/14215 9274/9426/14214 9277/9428/14216 -f 9277/9428/14216 9274/9426/14214 8087/8552/14212 -f 9277/9428/14216 8087/8552/14212 9278/9429/14217 -f 9278/9429/14217 8087/8552/14212 9273/9425/14211 -f 9278/9429/14217 9273/9425/14211 9279/9430/14218 -f 9279/9430/14218 9273/9425/14211 6142/6390/10061 -f 6142/6390/10061 9273/9425/14211 8089/6372/10033 -f 9280/9431/14219 8116/8573/14220 5670/5876/9531 -f 9281/9432/14221 8116/8573/14220 9280/9431/14219 -f 8116/8573/14220 9281/9432/14221 8117/8571/14222 -f 8117/8571/14222 9281/9432/14221 9282/9433/14223 -f 8117/8571/14222 9282/9433/14223 9283/8572/12846 -f 6137/6373/10036 8115/6386/10049 9283/8572/12846 -f 8142/8594/12884 8143/6367/10024 9284/9434/14224 -f 8141/8593/14225 8142/8594/12884 9284/9434/14224 -f 8140/8589/14226 8141/8593/14225 9285/9435/14227 -f 5667/5872/9527 9285/9435/14227 9286/5874/9529 -f 5667/5872/9527 8140/8589/14228 9285/9435/14227 -f 5670/5876/9531 5668/5873/9528 9280/9431/14219 -f 9280/9431/14219 5668/5873/9528 9287/9436/14229 -f 9280/9431/14219 9287/9436/14229 9281/9432/14221 -f 9281/9432/14221 9287/9436/14229 9288/9437/14230 -f 9281/9432/14221 9288/9437/14230 9282/9433/14223 -f 9282/9433/14223 9288/9437/14230 9289/9438/14231 -f 9282/9433/14223 9289/9438/14231 9283/8572/12846 -f 9283/8572/12846 9289/9438/14231 9290/9439/14232 -f 9283/8572/12846 9290/9439/14232 6137/6373/10036 -f 5668/5873/9528 9286/5874/9529 9287/9436/14229 -f 9287/9436/14229 9286/5874/9529 9285/9435/14227 -f 9287/9436/14229 9285/9435/14227 9288/9437/14230 -f 9288/9437/14230 9285/9435/14227 8141/8593/14225 -f 9288/9437/14230 8141/8593/14225 9289/9438/14231 -f 9289/9438/14231 8141/8593/14225 9284/9434/14224 -f 9289/9438/14231 9284/9434/14224 9290/9439/14232 -f 9290/9439/14232 9284/9434/14224 6137/6373/10036 -f 6137/6373/10036 9284/9434/14224 8143/6367/10024 -s 14 -f 9307/9440/14233 9310/9441/14234 9328/9442/14235 -f 9328/9442/14235 9310/9441/14234 9309/9443/14236 -s 734 -f 9327/9444/14237 9329/9445/14238 9326/9446/14239 -f 9326/9446/14239 9329/9445/14238 5395/5548/14240 -f 9326/9446/14239 5395/5548/14240 9325/9447/14241 -f 9325/9447/14241 5395/5548/14240 5412/5565/14242 -f 9325/9447/14241 5412/5565/14242 9323/9448/14243 -s 14 -f 9323/9448/14244 5412/5565/9203 9330/9449/14245 -s 735 -f 9323/9448/14246 9330/9449/14247 9324/9450/14248 -f 9324/9450/14248 9330/9449/14247 5399/5552/14249 -f 9324/9450/14248 5399/5552/14249 9322/9451/14250 -s 14 -f 9322/9451/14251 5399/5552/9182 9331/9452/14252 -s 736 -f 9322/9451/14253 9331/9452/14254 9321/9453/14255 -f 9321/9453/14255 9331/9452/14254 5400/5553/14256 -f 9321/9453/14255 5400/5553/14256 9320/9454/14257 -s 14 -f 9320/9454/14258 5400/5553/9185 9332/9455/14259 -s 737 -f 9320/9454/14260 9332/9455/14261 9318/9456/14262 -f 9318/9456/14262 9332/9455/14261 9319/9457/14263 -f 9319/9457/14263 9332/9455/14261 5386/5537/14264 -f 9319/9457/14263 5386/5537/14264 9317/9458/14265 -s 14 -f 9317/9458/14266 5386/5537/9159 9333/9459/14267 -s 738 -f 9317/9458/14268 9333/9459/14269 9316/9460/14270 -f 9316/9460/14270 9333/9459/14269 5385/5536/14271 -f 9316/9460/14270 5385/5536/14271 9313/9461/14272 -f 9313/9461/14272 5385/5536/14271 5381/5532/14273 -f 9313/9461/14272 5381/5532/14273 9315/9462/14274 -s 14 -f 9315/9462/14275 5381/5532/9149 9334/9463/14276 -f 9315/9462/14277 9334/9463/14278 9314/9464/14279 -f 9314/9464/14279 9334/9463/14278 9335/9465/14280 -f 9314/9464/14279 9335/9465/14280 9312/9466/14281 -f 9312/9466/14281 9335/9465/14280 9311/9467/14282 -f 9311/9467/14282 9335/9465/14280 9345/9468/14283 -f 9311/9467/14282 9345/9468/14283 9309/9443/14236 -f 9309/9443/14236 9345/9468/14283 9328/9442/14235 -f 9307/9440/14233 9336/9469/14284 9308/9470/14285 -f 9308/9470/14285 9336/9469/14284 5406/5559/14286 -f 9308/9470/14285 5406/5559/14286 9306/9471/14287 -f 9306/9471/14288 5406/5559/9195 9337/9472/14289 -s 742 -f 9306/9471/14290 9337/9472/14291 9304/9473/14292 -f 9304/9473/14292 9337/9472/14291 9305/9474/14293 -f 9305/9474/14293 9337/9472/14291 5464/5612/14294 -f 9305/9474/14293 5464/5612/14294 9303/9475/14295 -s 14 -f 9303/9475/14296 5464/5612/9264 9338/9476/14297 -s 743 -f 9303/9475/14298 9338/9476/14299 9302/9477/14300 -f 9302/9477/14300 9338/9476/14299 5463/5611/14301 -f 9302/9477/14300 5463/5611/14301 9300/9478/14302 -f 9300/9478/14302 5463/5611/14301 5462/5610/14303 -f 9300/9478/14302 5462/5610/14303 9301/9479/14304 -s 14 -f 9301/9479/14305 5462/5610/9259 9339/9480/14306 -s 744 -f 9301/9479/14307 9339/9480/14308 9299/9481/14309 -f 9299/9481/14309 9339/9480/14308 5465/5609/14310 -f 9299/9481/14309 5465/5609/14310 9297/9482/14311 -s 14 -f 9297/9482/14312 5465/5609/9257 9340/9483/14313 -s 745 -f 9297/9482/14314 9340/9483/14315 9298/9484/14316 -f 9298/9484/14316 9340/9483/14315 5444/5590/14317 -f 9298/9484/14316 5444/5590/14317 9295/9485/14318 -s 14 -f 9295/9485/14319 5444/5590/9235 9341/9486/14320 -s 746 -f 9295/9485/14321 9341/9486/14322 9296/9487/14323 -f 9296/9487/14323 9341/9486/14322 5451/5597/14324 -f 9296/9487/14323 5451/5597/14324 9294/9488/14325 -f 9294/9488/14325 5451/5597/14324 5452/5598/14326 -f 9294/9488/14325 5452/5598/14326 9293/9489/14327 -s 14 -f 9293/9489/14328 5452/5598/9244 9342/9490/14329 -s 747 -f 9293/9489/14330 9342/9490/14331 9292/9491/14332 -f 9292/9491/14332 9342/9490/14331 9291/9492/14333 -f 9291/9492/14333 9342/9490/14331 9343/5547/14334 -f 9291/9492/14333 9343/5547/14334 9327/9444/14335 -s 14 -f 9327/9444/14336 9343/5547/9173 9329/9445/14337 -f 9345/9468/14283 9344/9493/14338 9328/9442/14235 -f 9328/9442/14235 9344/9493/14338 9307/9440/14233 -f 9307/9440/14233 9344/9493/14338 9336/9469/14284 -f 9329/9445/14337 9343/5547/9173 5395/5548/9176 -f 9330/9449/14245 5412/5565/9203 5399/5552/9182 -f 9331/9452/14252 5399/5552/9182 5400/5553/9185 -f 9332/9455/14259 5400/5553/9185 5401/5554/9188 -f 9332/9455/14259 5401/5554/9188 5386/5537/9159 -f 9333/9459/14267 5386/5537/9159 5385/5536/9157 -f 9334/9463/14276 5381/5532/9149 9335/9465/14339 -f 9335/9465/14339 5381/5532/9149 5380/5531/9148 -f 9335/9465/14339 5380/5531/9148 9345/9468/14283 -f 9344/9493/14338 5384/5535/9156 9336/9469/14340 -f 9336/9469/14340 5384/5535/9156 5383/5534/9155 -f 9336/9469/14340 5383/5534/9155 5406/5559/9195 -f 9337/9472/14289 5406/5559/9195 5405/5558/9194 -f 9337/9472/14289 5405/5558/9194 5464/5612/9264 -f 9338/9476/14297 5464/5612/9264 5463/5611/9262 -f 9339/9480/14306 5462/5610/9259 5465/5609/9257 -f 9340/9483/14313 5465/5609/9257 5444/5590/9235 -f 9341/9486/14320 5444/5590/9235 5451/5597/9243 -f 9342/9490/14329 5452/5598/9244 5392/5546/9171 -f 9342/9490/14329 5392/5546/9171 9343/5547/9173 -f 9345/9468/14283 5391/5543/9167 9344/9493/14338 -f 9344/9493/14338 5391/5543/9167 5384/5535/9156 -f 5380/5531/9148 5391/5543/9167 9345/9468/14283 -s 748 -f 9346/9494/14341 5454/5600/14342 9347/9495/14343 -f 9347/9495/14343 5454/5600/14342 5453/5599/14344 -f 9347/9495/14343 5453/5599/14344 9444/6593/14345 -f 9444/6593/14345 5453/5599/14344 5446/5591/14346 -s 749 -f 5454/5600/14347 9346/9494/14348 5393/5544/14349 -f 5393/5544/14349 9346/9494/14348 9348/9496/14350 -f 5393/5544/14349 9348/9496/14350 5394/5545/14351 -f 5394/5545/14351 9348/9496/14350 9349/9497/14352 -f 5394/5545/14351 9349/9497/14352 5407/5560/14353 -f 5407/5560/14353 9349/9497/14352 9350/9498/14354 -f 5407/5560/14353 9350/9498/14354 5408/5561/14355 -f 5408/5561/14355 9350/9498/14354 9351/9499/14356 -f 5408/5561/14355 9351/9499/14356 5409/5562/14357 -f 5409/5562/14357 9351/9499/14356 9352/9500/14358 -f 5409/5562/14357 9352/9500/14358 5410/5563/14359 -f 5410/5563/14359 9352/9500/14358 9353/5529/14360 -f 5410/5563/14359 9353/5529/14360 5379/5530/14361 -s 750 -f 5376/5526/14362 5375/5525/14363 9354/9501/14364 -f 5376/5526/14362 9354/9501/14364 5430/5582/14365 -f 5430/5582/14365 9354/9501/14364 9355/9502/14366 -f 5430/5582/14365 9355/9502/14366 5429/5580/14367 -f 5429/5580/14367 9355/9502/14366 9356/9503/14368 -f 5429/5580/14367 9356/9503/14368 5428/5581/14369 -f 5428/5581/14369 9356/9503/14368 9357/9504/14370 -f 5428/5581/14369 9357/9504/14370 9358/9505/14371 -f 5428/5581/14369 9358/9505/14371 5422/5583/14372 -f 5422/5583/14372 9358/9505/14371 9359/9506/14373 -f 5422/5583/14372 9359/9506/14373 5431/5566/14374 -f 5431/5566/14374 9359/9506/14373 9360/9507/14375 -f 5431/5566/14374 9360/9507/14375 5413/5524/14376 -f 5413/5524/14376 9360/9507/14375 9361/5523/14377 -s 751 -f 5372/5520/14378 5371/5519/14379 5396/5549/14380 -f 5396/5549/14380 5371/5519/14379 9362/9508/14381 -f 5396/5549/14380 9362/9508/14381 5411/5564/14382 -f 5411/5564/14382 9362/9508/14381 9363/9509/14383 -f 5411/5564/14382 9363/9509/14383 5398/5551/14384 -f 5398/5551/14384 9363/9509/14383 9364/9510/14385 -f 5398/5551/14384 9364/9510/14385 5397/5550/14386 -f 5397/5550/14386 9364/9510/14385 5423/5574/14387 -f 5423/5574/14387 9364/9510/14385 9365/9511/14388 -f 5423/5574/14387 9365/9511/14388 5432/5584/14389 -f 5432/5584/14389 9365/9511/14388 9366/9512/14390 -f 5432/5584/14389 9366/9512/14390 5433/5585/14391 -f 5433/5585/14391 9366/9512/14390 9367/5517/14392 -f 5433/5585/14391 9367/5517/14392 5370/5518/14393 -s 752 -f 5367/5514/14394 5366/5513/14395 5425/5577/14396 -f 5425/5577/14396 5366/5513/14395 9368/9513/14397 -f 5425/5577/14396 9368/9513/14397 5424/5575/14398 -f 5424/5575/14398 9368/9513/14397 9369/9514/14399 -f 5424/5575/14398 9369/9514/14399 5434/5586/14400 -f 5434/5586/14400 9369/9514/14399 9370/9515/14401 -f 5434/5586/14400 9370/9515/14401 5435/5576/14402 -f 5435/5576/14402 9370/9515/14401 9371/9516/14403 -f 5435/5576/14402 9371/9516/14403 9372/9517/14404 -f 5435/5576/14402 9372/9517/14404 5414/5567/14405 -f 5414/5567/14405 9372/9517/14404 9373/9518/14406 -f 5414/5567/14405 9373/9518/14406 5415/5568/14407 -f 5415/5568/14407 9373/9518/14406 5426/5512/14408 -f 5426/5512/14408 9373/9518/14406 9374/5511/14409 -s 753 -f 5363/5508/14410 5362/5507/14411 9375/9519/14412 -f 5363/5508/14410 9375/9519/14412 5416/5569/14413 -f 5416/5569/14413 9375/9519/14412 5417/5570/14414 -f 5417/5570/14414 9375/9519/14412 9376/9520/14415 -f 5417/5570/14414 9376/9520/14415 5418/5571/14416 -f 5418/5571/14416 9376/9520/14415 9377/9521/14417 -f 5418/5571/14416 9377/9521/14417 9378/9522/14418 -f 5418/5571/14416 9378/9522/14418 5436/5587/14419 -f 5436/5587/14419 9378/9522/14418 9379/9523/14420 -f 5436/5587/14419 9379/9523/14420 5447/5592/14421 -f 5447/5592/14421 9379/9523/14420 9380/9524/14422 -f 5447/5592/14421 9380/9524/14422 5448/5593/14423 -f 5448/5593/14423 9380/9524/14422 9381/5505/14424 -f 5448/5593/14423 9381/5505/14424 5361/5506/14425 -s 754 -f 5358/5502/14426 9447/5501/14427 9382/9525/14428 -f 5358/5502/14426 9382/9525/14428 5402/5538/14429 -f 5402/5538/14429 9382/9525/14428 9383/9526/14430 -f 5402/5538/14429 9383/9526/14430 5387/5539/14431 -f 5387/5539/14431 9383/9526/14430 9384/9527/14432 -f 5387/5539/14431 9384/9527/14432 5419/5540/14433 -f 5419/5540/14433 9384/9527/14432 5420/5541/14434 -f 5420/5541/14434 9384/9527/14432 9385/9528/14435 -f 5420/5541/14434 9385/9528/14435 5388/5542/14436 -f 5388/5542/14436 9385/9528/14435 9386/9529/14437 -f 5388/5542/14436 9386/9529/14437 5389/5533/14438 -f 5389/5533/14438 9386/9529/14437 9387/9530/14439 -f 5389/5533/14438 9387/9530/14439 5382/5500/14440 -f 5382/5500/14440 9387/9530/14439 9388/5499/14441 -s 755 -f 5355/5496/14442 9446/5495/14443 9389/9531/14444 -f 5355/5496/14442 9389/9531/14444 5437/5588/14445 -f 5437/5588/14445 9389/9531/14444 9390/9532/14446 -f 5437/5588/14445 9390/9532/14446 5438/5589/14447 -f 5438/5589/14447 9390/9532/14446 9391/9533/14448 -f 5438/5589/14447 9391/9533/14448 5439/5572/14449 -f 5439/5572/14449 9391/9533/14448 9392/9534/14450 -f 5439/5572/14449 9392/9534/14450 5421/5556/14451 -f 5421/5556/14451 9392/9534/14450 9393/9535/14452 -f 5421/5556/14451 9393/9535/14452 5403/5555/14453 -f 5403/5555/14453 9393/9535/14452 9394/9536/14454 -f 5403/5555/14453 9394/9536/14454 5404/5557/14455 -f 5404/5557/14455 9394/9536/14454 5390/5494/14456 -f 5390/5494/14456 9394/9536/14454 9395/5493/14457 -s 756 -f 5352/5490/14458 5351/5489/14459 9396/9537/14460 -f 5352/5490/14458 9396/9537/14460 5450/5596/14461 -f 5450/5596/14461 9396/9537/14460 5466/5613/14462 -f 5466/5613/14462 9396/9537/14460 9397/9538/14463 -f 5466/5613/14462 9397/9538/14463 5478/5594/14464 -f 5478/5594/14464 9397/9538/14463 9398/9539/14465 -f 5478/5594/14464 9398/9539/14465 9399/9540/14466 -f 5478/5594/14464 9399/9540/14466 5459/5604/14467 -f 5459/5604/14467 9399/9540/14466 9400/9541/14468 -f 5459/5604/14467 9400/9541/14468 5458/5595/14469 -f 5458/5595/14469 9400/9541/14468 9401/9542/14470 -f 5458/5595/14469 9401/9542/14470 5449/5488/14471 -f 5449/5488/14471 9401/9542/14470 9402/5487/14472 -s 757 -f 5348/5484/14473 5347/5483/14474 9403/9543/14475 -f 5348/5484/14473 9403/9543/14475 5440/5605/14476 -f 5440/5605/14476 9403/9543/14475 5471/5616/14477 -f 5471/5616/14477 9403/9543/14475 9404/9544/14478 -f 5471/5616/14477 9404/9544/14478 5472/5617/14479 -f 5472/5617/14479 9404/9544/14478 9405/9545/14480 -f 5472/5617/14479 9405/9545/14480 5479/5620/14481 -f 5479/5620/14481 9405/9545/14480 9406/9546/14482 -f 5479/5620/14481 9406/9546/14482 5474/5618/14483 -f 5474/5618/14483 9406/9546/14482 9407/9547/14484 -f 5474/5618/14483 9407/9547/14484 5473/5619/14485 -f 5473/5619/14485 9407/9547/14484 9408/9548/14486 -f 5473/5619/14485 9408/9548/14486 5441/5482/14487 -f 5441/5482/14487 9408/9548/14486 9409/5481/14488 -s 758 -f 5344/5478/14489 5343/5477/14490 5460/5607/14491 -f 5460/5607/14491 5343/5477/14490 9410/9549/14492 -f 5460/5607/14491 9410/9549/14492 5461/5608/14493 -f 5461/5608/14493 9410/9549/14492 9411/9550/14494 -f 5461/5608/14493 9411/9550/14494 9412/9551/14495 -f 5461/5608/14493 9412/9551/14495 5467/5614/14496 -f 5467/5614/14496 9412/9551/14495 9413/9552/14497 -f 5467/5614/14496 9413/9552/14497 5480/5628/14498 -f 5480/5628/14498 9413/9552/14497 9414/9553/14499 -f 5480/5628/14498 9414/9553/14499 5481/5629/14500 -f 5481/5629/14500 9414/9553/14499 9415/9554/14501 -f 5481/5629/14500 9415/9554/14501 5486/5615/14502 -f 5486/5615/14502 9415/9554/14501 9416/9555/14503 -f 5486/5615/14502 9416/9555/14503 5468/5606/14504 -f 5468/5606/14504 9416/9555/14503 9417/5475/14505 -f 5468/5606/14504 9417/5475/14505 5342/5476/14506 -s 759 -f 5339/5472/14507 5338/5471/14508 9418/9556/14509 -f 5339/5472/14507 9418/9556/14509 5475/5621/14510 -f 5475/5621/14510 9418/9556/14509 9419/9557/14511 -f 5475/5621/14510 9419/9557/14511 5476/5622/14512 -f 5476/5622/14512 9419/9557/14511 9420/9558/14513 -f 5476/5622/14512 9420/9558/14513 5477/5624/14514 -f 5477/5624/14514 9420/9558/14513 9421/9559/14515 -f 5477/5624/14514 9421/9559/14515 5487/5634/14516 -f 5487/5634/14516 9421/9559/14515 9422/9560/14517 -f 5487/5634/14516 9422/9560/14517 5488/5623/14518 -f 5488/5623/14518 9422/9560/14517 9423/9561/14519 -f 5488/5623/14518 9423/9561/14519 5442/5470/14520 -f 5442/5470/14520 9423/9561/14519 9424/5469/14521 -s 760 -f 5335/5466/14522 5334/5465/14523 9425/9562/14524 -f 5335/5466/14522 9425/9562/14524 5489/5635/14525 -f 5489/5635/14525 9425/9562/14524 9426/9563/14526 -f 5489/5635/14525 9426/9563/14526 5482/5630/14527 -f 5482/5630/14527 9426/9563/14526 9427/9564/14528 -f 5482/5630/14527 9427/9564/14528 5483/5631/14529 -f 5483/5631/14529 9427/9564/14528 9428/9565/14530 -f 5483/5631/14529 9428/9565/14530 5469/5632/14531 -f 5469/5632/14531 9428/9565/14530 9429/9566/14532 -f 5469/5632/14531 9429/9566/14532 5484/5633/14533 -f 5484/5633/14533 9429/9566/14532 9430/9567/14534 -f 5484/5633/14533 9430/9567/14534 5490/5636/14535 -f 5490/5636/14535 9430/9567/14534 9431/5463/14536 -f 5490/5636/14535 9431/5463/14536 5333/5464/14537 -s 761 -f 5330/5460/14538 6300/5459/14539 5485/5627/14540 -f 5485/5627/14540 6300/5459/14539 9432/9568/14541 -f 5485/5627/14540 9432/9568/14541 5470/5625/14542 -f 5470/5625/14542 9432/9568/14541 9433/9569/14543 -f 5470/5625/14542 9433/9569/14543 5491/5637/14544 -f 5491/5637/14544 9433/9569/14543 9434/9570/14545 -f 5491/5637/14544 9434/9570/14545 9435/9571/14546 -f 5491/5637/14544 9435/9571/14546 5492/5638/14547 -f 5492/5638/14547 9435/9571/14546 9436/9572/14548 -f 5492/5638/14547 9436/9572/14548 5493/5626/14549 -f 5493/5626/14549 9436/9572/14548 9437/9573/14550 -f 5493/5626/14549 9437/9573/14550 5443/5573/14551 -f 5443/5573/14551 9437/9573/14550 9438/5457/14552 -f 5443/5573/14551 9438/5457/14552 5329/5458/14553 -s 762 -f 5326/5454/14554 6303/5453/14555 9439/9574/14556 -f 5326/5454/14554 9439/9574/14556 5456/5601/14557 -f 5456/5601/14557 9439/9574/14556 9440/9575/14558 -f 5456/5601/14557 9440/9575/14558 5457/5603/14559 -f 5457/5603/14559 9440/9575/14558 9441/9576/14560 -f 5457/5603/14559 9441/9576/14560 5455/5602/14561 -f 5455/5602/14561 9441/9576/14560 9442/9577/14562 -f 5455/5602/14561 9442/9577/14562 5445/5578/14563 -f 5445/5578/14563 9442/9577/14562 9443/9578/14564 -f 5445/5578/14563 9443/9578/14564 5427/5579/14565 -f 5427/5579/14565 9443/9578/14564 5446/5591/14566 -f 5446/5591/14566 9443/9578/14564 9444/6593/14567 -s 763 -f 6325/6620/14568 5347/5483/14569 5349/5485/14570 -f 6325/6620/14568 5349/5485/14570 9402/5487/14571 -s 764 -f 9409/5481/14572 9408/9548/14573 6313/6606/14574 -f 9408/9548/14573 9407/9547/14575 6313/6606/14574 -f 9407/9547/14575 9406/9546/14576 6313/6606/14574 -f 6313/6606/14574 9406/9546/14576 6320/6617/14577 -f 6320/6617/14577 9406/9546/14576 9405/9545/14578 -f 6320/6617/14577 9405/9545/14578 9404/9544/14579 -f 6320/6617/14577 9404/9544/14579 6315/6609/14580 -f 6315/6609/14580 9404/9544/14579 9403/9543/14581 -f 6315/6609/14580 9403/9543/14581 6325/6620/14582 -f 6325/6620/14582 9403/9543/14581 5347/5483/14583 -s 756 -f 9402/5487/14584 9401/9542/14585 6326/6607/14586 -f 9401/9542/14585 9400/9541/14468 6326/6607/14586 -f 6326/6607/14586 9400/9541/14468 6314/6608/14587 -f 9400/9541/14468 9399/9540/14466 6314/6608/14587 -s 766 -f 6314/6608/14588 9399/9540/14589 9398/9539/14590 -f 6314/6608/14588 9398/9539/14590 9397/9538/14591 -f 6314/6608/14588 9397/9538/14591 6324/6611/14592 -f 6324/6611/14592 9397/9538/14591 9396/9537/14593 -f 6324/6611/14592 9396/9537/14593 9445/6612/14594 -f 9445/6612/14594 9396/9537/14593 5351/5489/14595 -s 767 -f 6311/6605/14596 5343/5477/14597 5345/5479/14598 -f 6311/6605/14596 5345/5479/14598 9409/5481/14599 -s 768 -f 9445/6612/14600 5351/5489/14601 5353/5491/14602 -f 9445/6612/14600 5353/5491/14602 9395/5493/14603 -s 769 -f 9417/5475/14604 9416/9555/14605 6322/6601/14606 -f 9416/9555/14605 9415/9554/14607 6322/6601/14606 -f 6322/6601/14606 9415/9554/14607 6310/6602/14608 -f 9415/9554/14607 9414/9553/14609 6310/6602/14608 -f 6310/6602/14608 9414/9553/14609 9413/9552/14610 -f 6310/6602/14608 9413/9552/14610 9412/9551/14611 -f 6310/6602/14608 9412/9551/14611 6319/6616/14612 -f 6319/6616/14612 9412/9551/14611 9411/9550/14613 -f 6319/6616/14612 9411/9550/14613 9410/9549/14614 -f 6319/6616/14612 9410/9549/14614 6311/6605/14615 -f 6311/6605/14615 9410/9549/14614 5343/5477/14616 -s off -f 9395/5493/14617 9394/9536/14618 6318/6598/14619 -s 770 -f 9394/9536/14620 9393/9535/14621 6318/6598/14622 -f 6318/6598/14622 9393/9535/14621 6305/6599/14623 -f 6305/6599/14623 9393/9535/14621 9392/9534/14624 -f 6305/6599/14623 9392/9534/14624 9391/9533/14625 -f 6305/6599/14623 9391/9533/14625 9390/9532/14626 -f 6305/6599/14623 9390/9532/14626 6306/6600/14627 -f 6306/6600/14627 9390/9532/14626 9389/9531/14628 -f 6306/6600/14627 9389/9531/14628 9446/5495/14629 -s 229 -f 6308/6613/14630 5338/5471/14631 5340/5473/14632 -f 6308/6613/14630 5340/5473/14632 6309/6614/10376 -f 6309/6614/10376 5340/5473/14632 9417/5475/10377 -s 772 -f 6316/6618/14633 9446/5495/14634 5356/5497/14635 -f 6316/6618/14633 5356/5497/14635 9388/5499/14636 -s 773 -f 6328/6621/14637 9424/5469/14638 9423/9561/14639 -f 6328/6621/14637 9423/9561/14639 6329/6622/14640 -f 9423/9561/14639 9422/9560/14641 6329/6622/14640 -f 9422/9560/14641 9421/9559/14642 6329/6622/14640 -f 6329/6622/14640 9421/9559/14642 9420/9558/14643 -f 6329/6622/14640 9420/9558/14643 6223/6515/14644 -f 6223/6515/14644 9420/9558/14643 9419/9557/14645 -f 6223/6515/14644 9419/9557/14645 9418/9556/14646 -f 6223/6515/14644 9418/9556/14646 6327/6615/14647 -f 6327/6615/14647 9418/9556/14646 6308/6613/14648 -f 6308/6613/14648 9418/9556/14646 5338/5471/14649 -s 774 -f 6316/6618/14650 9388/5499/14651 9387/9530/14652 -f 6316/6618/14650 9387/9530/14652 6307/6603/14653 -f 9387/9530/14652 9386/9529/14654 6307/6603/14653 -f 9386/9529/14654 9385/9528/14655 6307/6603/14653 -f 6307/6603/14653 9385/9528/14655 6312/6604/14656 -f 6312/6604/14656 9385/9528/14655 9384/9527/14657 -f 6312/6604/14656 9384/9527/14657 9383/9526/14658 -f 6312/6604/14656 9383/9526/14658 6317/6610/14659 -f 6317/6610/14659 9383/9526/14658 9382/9525/14660 -s off -f 6317/6610/14661 9382/9525/14662 9447/5501/14663 -s 775 -f 6332/6625/14664 5334/5465/14665 5336/5467/14666 -f 5336/5467/14666 9424/5469/14667 6328/6621/14668 -f 6332/6625/14664 5336/5467/14666 6328/6621/14668 -s 776 -f 6323/6619/14669 9447/5501/14670 5359/5503/14671 -f 6323/6619/14669 5359/5503/14671 9381/5505/14672 -s 777 -f 6293/6589/14673 9431/5463/14674 9430/9567/14675 -f 6293/6589/14673 9430/9567/14675 6292/6587/14676 -f 9430/9567/14675 9429/9566/14677 6292/6587/14676 -f 9429/9566/14677 9428/9565/14678 6292/6587/14676 -f 6292/6587/14676 9428/9565/14678 6330/6623/14679 -f 6330/6623/14679 9428/9565/14678 9427/9564/14680 -f 6330/6623/14679 9427/9564/14680 9426/9563/14681 -f 6330/6623/14679 9426/9563/14681 6331/6624/14682 -f 6331/6624/14682 9426/9563/14681 9425/9562/14683 -f 6331/6624/14682 9425/9562/14683 6332/6625/14684 -f 6332/6625/14684 9425/9562/14683 5334/5465/14685 -s 753 -f 6323/6619/14686 9381/5505/14687 9380/9524/14688 -f 6323/6619/14686 9380/9524/14688 6321/6595/14689 -f 9380/9524/14688 9379/9523/14690 6321/6595/14689 -f 9377/9521/14417 6304/6596/14691 9378/9522/14418 -f 9378/9522/14418 6304/6596/14691 6321/6595/14689 -f 9378/9522/14418 6321/6595/14689 9379/9523/14690 -s 779 -f 6304/6596/14692 9377/9521/14693 9376/9520/14694 -f 6304/6596/14692 9376/9520/14694 9375/9519/14695 -f 6304/6596/14692 9375/9519/14695 9448/6597/14696 -f 9448/6597/14696 9375/9519/14695 5362/5507/14697 -s 780 -f 5331/5461/14698 9431/5463/14699 6293/6589/14700 -f 6300/5459/14701 5331/5461/14698 6293/6589/14700 -s 781 -f 9448/6597/14702 5362/5507/14703 5364/5509/14704 -f 6279/6569/14705 9448/6597/14702 5364/5509/14704 -f 6279/6569/14705 5364/5509/14704 9374/5511/14706 -s 782 -f 6297/6594/14707 9438/5457/14708 9437/9573/14709 -f 6297/6594/14707 9437/9573/14709 6290/6579/14710 -f 9437/9573/14709 9436/9572/14711 6290/6579/14710 -f 6290/6579/14710 9436/9572/14711 6291/6580/14712 -f 9436/9572/14711 9435/9571/14713 6291/6580/14712 -f 6291/6580/14712 9435/9571/14713 9434/9570/14714 -f 6291/6580/14712 9434/9570/14714 9433/9569/14715 -s 761 -f 6291/6580/14716 9433/9569/14543 9432/9568/14541 -s off -f 6291/6580/14717 9432/9568/14718 6299/6588/14719 -f 6299/6588/14720 9432/9568/14721 6300/5459/14722 -s 783 -f 6279/6569/14723 9374/5511/14724 9373/9518/14725 -f 6279/6569/14723 9373/9518/14725 6280/6570/14726 -f 9373/9518/14725 9372/9517/14727 6280/6570/14726 -f 6280/6570/14726 9372/9517/14727 6284/6574/14728 -f 9372/9517/14727 9371/9516/14729 6284/6574/14728 -f 6284/6574/14728 9371/9516/14729 9370/9515/14730 -f 6284/6574/14728 9370/9515/14730 6286/6575/14731 -f 6286/6575/14731 9370/9515/14730 9369/9514/14732 -f 6286/6575/14731 9369/9514/14732 9368/9513/14733 -f 6286/6575/14731 9368/9513/14733 9449/6590/14734 -f 9449/6590/14734 9368/9513/14733 5366/5513/14735 -s 784 -f 5327/5455/14736 9438/5457/14737 6297/6594/14738 -f 6303/5453/14739 5327/5455/14736 6297/6594/14738 -s 785 -f 9449/6590/14740 5366/5513/14741 5368/5515/14742 -f 6285/6581/14743 9449/6590/14740 5368/5515/14742 -f 6285/6581/14743 5368/5515/14742 9367/5517/14744 -s off -f 9444/6593/14745 9443/9578/14746 6301/6585/14747 -s 786 -f 9443/9578/14748 9442/9577/14749 6301/6585/14750 -f 6301/6585/14750 9442/9577/14749 6296/6583/14751 -f 6296/6583/14751 9442/9577/14749 9441/9576/14752 -f 6296/6583/14751 9441/9576/14752 9440/9575/14753 -f 6296/6583/14751 9440/9575/14753 6295/6584/14754 -f 6295/6584/14754 9440/9575/14753 9439/9574/14755 -f 6295/6584/14754 9439/9574/14755 6303/5453/14756 -s 787 -f 6285/6581/14757 9367/5517/14758 9366/9512/14759 -f 6285/6581/14757 9366/9512/14759 6294/6582/14760 -f 9366/9512/14759 9365/9511/14761 6294/6582/14760 -f 6294/6582/14760 9365/9511/14761 6281/6567/14762 -f 6281/6567/14762 9365/9511/14761 9364/9510/14763 -f 6281/6567/14762 9364/9510/14763 9363/9509/14764 -f 6281/6567/14762 9363/9509/14764 6278/6568/14765 -f 6278/6568/14765 9363/9509/14764 9362/9508/14766 -f 6278/6568/14765 9362/9508/14766 9450/6571/14767 -f 9450/6571/14767 9362/9508/14766 5371/5519/14768 -s 788 -f 6287/6592/14769 9346/9494/14770 9347/9495/14771 -f 6287/6592/14769 9347/9495/14771 9444/6593/14772 -s 789 -f 9450/6571/14773 5371/5519/14774 5373/5521/14775 -f 9450/6571/14773 5373/5521/14775 9361/5523/14776 -s 790 -f 9353/5529/14777 9352/9500/14778 6298/6578/14779 -f 6298/6578/14779 9352/9500/14778 6288/6576/14780 -f 9352/9500/14778 9351/9499/14781 6288/6576/14780 -f 6288/6576/14780 9351/9499/14781 9350/9498/14782 -f 6288/6576/14780 9350/9498/14782 6302/6591/14783 -f 6302/6591/14783 9350/9498/14782 9349/9497/14784 -f 6302/6591/14783 9349/9497/14784 9348/9496/14785 -f 6302/6591/14783 9348/9496/14785 6287/6592/14786 -f 6287/6592/14786 9348/9496/14785 9346/9494/14787 -s 791 -f 9361/5523/14788 9360/9507/14789 6282/6572/14790 -f 9360/9507/14789 9359/9506/14791 6282/6572/14790 -f 6282/6572/14790 9359/9506/14791 6283/6573/14792 -f 9359/9506/14791 9358/9505/14793 6283/6573/14792 -f 6283/6573/14792 9358/9505/14793 9357/9504/14794 -f 6283/6573/14792 9357/9504/14794 9356/9503/14795 -f 6283/6573/14792 9356/9503/14795 9355/9502/14796 -f 6283/6573/14792 9355/9502/14796 6289/6577/14797 -f 6289/6577/14797 9355/9502/14796 9354/9501/14798 -f 6289/6577/14797 9354/9501/14798 9451/6586/14799 -f 9451/6586/14799 9354/9501/14798 5375/5525/14800 -s 792 -f 9451/6586/14801 5375/5525/14802 5377/5527/14803 -f 9451/6586/14801 5377/5527/14803 9353/5529/14804 -s 793 -f 6728/7035/14805 6721/7027/14806 9310/9441/14807 -f 6722/7029/14808 9309/9443/14809 6721/7027/14806 -f 6721/7027/14806 9309/9443/14809 9310/9441/14807 -f 6724/7031/14810 9311/9467/14811 6722/7029/14808 -f 6722/7029/14808 9311/9467/14811 9309/9443/14809 -f 6725/7032/14812 9312/9466/14813 6724/7031/14810 -f 6724/7031/14810 9312/9466/14813 9311/9467/14811 -f 6747/7054/14814 9314/9464/14815 6725/7032/14812 -f 6725/7032/14812 9314/9464/14815 9312/9466/14813 -f 6748/7055/14816 9315/9462/14817 6747/7054/14814 -f 6747/7054/14814 9315/9462/14817 9314/9464/14815 -f 6750/7057/14818 9313/9461/14819 6748/7055/14816 -f 6748/7055/14816 9313/9461/14819 9315/9462/14817 -f 6751/7058/14820 9316/9460/14821 6750/7057/14818 -f 6750/7057/14818 9316/9460/14821 9313/9461/14819 -f 6753/7059/14822 9317/9458/14823 6751/7058/14820 -f 6751/7058/14820 9317/9458/14823 9316/9460/14821 -f 6743/7049/14824 9319/9457/14825 6753/7059/14822 -f 6753/7059/14822 9319/9457/14825 9317/9458/14823 -f 6744/7051/14826 9318/9456/14827 6743/7049/14824 -f 6743/7049/14824 9318/9456/14827 9319/9457/14825 -f 6746/7053/14828 9320/9454/14829 6744/7051/14826 -f 6744/7051/14826 9320/9454/14829 9318/9456/14827 -f 6733/7040/14830 9321/9453/14831 6746/7053/14828 -f 6746/7053/14828 9321/9453/14831 9320/9454/14829 -f 6735/7042/14832 9322/9451/14833 6733/7040/14830 -f 6733/7040/14830 9322/9451/14833 9321/9453/14831 -f 6736/7043/14834 9324/9450/14835 6735/7042/14832 -f 6735/7042/14832 9324/9450/14835 9322/9451/14833 -f 6737/7044/14836 9323/9448/14837 6736/7043/14834 -f 6736/7043/14834 9323/9448/14837 9324/9450/14835 -f 6739/7046/14838 9325/9447/14839 6737/7044/14836 -f 6737/7044/14836 9325/9447/14839 9323/9448/14837 -f 6740/7047/14840 9326/9446/14841 6739/7046/14838 -f 6739/7046/14838 9326/9446/14841 9325/9447/14839 -f 6741/7048/14842 9327/9444/14843 6740/7047/14840 -f 6740/7047/14840 9327/9444/14843 9326/9446/14841 -f 6730/7036/14844 9291/9492/14845 6741/7048/14842 -f 6741/7048/14842 9291/9492/14845 9327/9444/14843 -f 6731/7038/14846 9292/9491/14847 6730/7036/14844 -f 6730/7036/14844 9292/9491/14847 9291/9492/14845 -f 6732/7039/14848 9293/9489/14849 6731/7038/14846 -f 6731/7038/14846 9293/9489/14849 9292/9491/14847 -f 6712/7019/14850 9294/9488/14851 6732/7039/14848 -f 6732/7039/14848 9294/9488/14851 9293/9489/14849 -f 6714/7021/14852 9296/9487/14853 6712/7019/14850 -f 6712/7019/14850 9296/9487/14853 9294/9488/14851 -f 6715/7022/14854 9295/9485/14855 6714/7021/14852 -f 6714/7021/14852 9295/9485/14855 9296/9487/14853 -f 6707/7014/14856 9298/9484/14857 6715/7022/14854 -f 6715/7022/14854 9298/9484/14857 9295/9485/14855 -f 6708/7016/14858 9297/9482/14859 6707/7014/14856 -f 6707/7014/14856 9297/9482/14859 9298/9484/14857 -f 6710/7018/14860 9299/9481/14861 6708/7016/14858 -f 6708/7016/14858 9299/9481/14861 9297/9482/14859 -f 6703/7009/14862 9301/9479/14863 6710/7018/14860 -f 6710/7018/14860 9301/9479/14863 9299/9481/14861 -f 6704/7011/14864 9300/9478/14865 6703/7009/14862 -f 6703/7009/14862 9300/9478/14865 9301/9479/14863 -f 6705/7012/14866 9302/9477/14867 6704/7011/14864 -f 6704/7011/14864 9302/9477/14867 9300/9478/14865 -f 6706/7013/14868 9303/9475/14869 6705/7012/14866 -f 6705/7012/14866 9303/9475/14869 9302/9477/14867 -f 6718/7024/14870 9305/9474/14871 6706/7013/14868 -f 6706/7013/14868 9305/9474/14871 9303/9475/14869 -f 6719/7025/14872 9304/9473/14873 6718/7024/14870 -f 6718/7024/14870 9304/9473/14873 9305/9474/14871 -f 6720/7026/14874 9306/9471/14875 6719/7025/14872 -f 6719/7025/14872 9306/9471/14875 9304/9473/14873 -f 6727/7034/14876 9308/9470/14877 6720/7026/14874 -f 6720/7026/14874 9308/9470/14877 9306/9471/14875 -f 6728/7035/14805 9310/9441/14807 9307/9440/14878 -f 6728/7035/14805 9307/9440/14878 6727/7034/14876 -f 6727/7034/14876 9307/9440/14878 9308/9470/14877 -v -131.127045 -83.567558 94.000000 -v -130.543182 -84.420540 86.739998 -v -130.543182 -84.420540 94.000000 -v -129.841507 -85.179565 94.000000 -v -128.972366 -85.872681 94.000000 -v -128.076233 -86.387863 86.739998 -v -128.076233 -86.387871 94.000000 -v -127.114716 -86.767281 94.000000 -v -126.030922 -87.014648 86.739998 -v -126.030914 -87.014648 94.000000 -v -125.000000 -87.090004 86.739998 -v -125.000000 -87.090004 94.000000 -v -122.885284 -86.767281 86.739998 -v -122.885284 -86.767281 94.000000 -v -121.923767 -86.387863 86.739998 -v -121.923767 -86.387871 94.000000 -v -121.027634 -85.872681 94.000000 -v -120.158493 -85.179565 86.739998 -v -120.158493 -85.179565 94.000000 -v -119.456802 -84.420540 86.739998 -v -119.456818 -84.420540 94.000000 -v -118.390625 -82.565979 86.739998 -v -118.390625 -82.565979 94.000000 -v -118.087753 -81.577675 86.739998 -v -118.087769 -81.577675 94.000000 -v -117.931824 -79.444168 86.739998 -v -117.931824 -79.444160 94.000000 -v -118.087753 -78.422325 86.739998 -v -118.087769 -78.422325 94.000000 -v -118.872955 -76.432442 94.000000 -v -119.456802 -75.579460 86.739998 -v -119.456818 -75.579460 94.000000 -v -121.027634 -74.127319 94.000000 -v -121.923767 -73.612129 86.739998 -v -121.923767 -73.612129 94.000000 -v -122.885284 -73.232719 94.000000 -v -123.969086 -72.985352 86.739998 -v -123.969086 -72.985352 94.000000 -v -125.000000 -72.910004 86.739998 -v -125.000000 -72.910004 94.000000 -v -127.114716 -73.232719 86.739998 -v -127.114716 -73.232719 94.000000 -v -128.076233 -73.612129 86.739998 -v -128.076233 -73.612129 94.000000 -v -128.972382 -74.127319 94.000000 -v -129.841507 -74.820435 86.739998 -v -129.841507 -74.820435 94.000000 -v -130.543182 -75.579460 86.739998 -v -130.543182 -75.579460 94.000000 -v -131.609375 -77.434021 86.739998 -v -131.609375 -77.434021 94.000000 -v -131.912231 -78.422325 86.739998 -v -131.912231 -78.422325 94.000000 -v -132.068176 -79.444168 94.000000 -v -119.587311 -77.553307 94.000000 -v -120.776215 -75.951836 94.006721 -v -120.158493 -74.820435 94.000000 -v -119.587311 -82.446693 94.000000 -v -119.081406 -80.503746 94.000000 -v -121.521118 -75.296242 94.006721 -v -123.286850 -74.405975 94.006721 -v -120.498596 -73.984192 94.000000 -v -120.100754 -74.361122 94.000000 -v -120.076019 -74.549469 94.000000 -v -118.390625 -77.434021 94.000000 -v -119.251663 -78.503250 94.000000 -v -130.940002 -80.000000 94.000000 -v -132.250092 -80.501060 94.000000 -v -132.403198 -80.388618 94.000000 -v -130.107544 -77.146759 94.006721 -v -129.912094 -74.644066 94.000000 -v -129.749573 -74.120659 94.000000 -v -129.863327 -74.272820 94.000000 -v -128.067444 -75.018158 94.006721 -v -126.232574 -74.280846 94.006721 -v -124.245522 -74.108101 94.000000 -v -120.688019 -73.969635 94.000000 -v -118.139313 -77.045250 94.000000 -v -118.198746 -77.225677 94.000000 -v -121.467880 -84.775742 94.000000 -v -120.152832 -83.276115 94.006721 -v -132.541809 -80.141617 94.000000 -v -132.541809 -79.858383 94.000000 -v -132.403198 -79.611382 94.000000 -v -132.250092 -79.498940 94.000000 -v -129.919662 -74.454247 94.000000 -v -129.551880 -76.324615 94.006721 -v -131.127045 -76.432442 94.000000 -v -126.354027 -72.653839 94.000000 -v -126.191338 -72.751923 94.000000 -v -123.808662 -72.751923 94.000000 -v -123.645973 -72.653839 94.000000 -v -123.459854 -72.615776 94.000000 -v -120.324951 -74.061226 94.000000 -v -120.187042 -74.191879 94.000000 -v -118.143631 -76.855324 94.000000 -v -131.665771 -76.533020 94.000000 -v -129.591522 -74.015289 94.000000 -v -127.026245 -72.868889 94.000000 -v -127.101791 -73.043190 94.000000 -v -126.030914 -72.985352 94.000000 -v -131.801254 -82.774315 94.000000 -v -131.856369 -76.855324 94.000000 -v -131.860687 -77.045250 94.000000 -v -131.801254 -77.225677 94.000000 -v -131.409546 -76.412323 94.000000 -v -129.311981 -73.969635 94.000000 -v -129.128601 -74.019257 94.000000 -v -126.896774 -72.729866 94.000000 -v -126.540146 -72.615776 94.000000 -v -123.103226 -72.729866 94.000000 -v -118.590439 -76.412323 94.000000 -v -118.334213 -76.533020 94.000000 -v -118.211182 -76.677773 94.000000 -v -118.198746 -82.774315 94.000000 -v -118.872955 -83.567558 94.000000 -v -123.969086 -87.014648 94.000000 -v -129.912094 -85.355934 94.000000 -v -128.865265 -84.391785 94.006721 -v -131.860687 -82.954750 94.000000 -v -131.609375 -82.565979 94.000000 -v -122.973755 -72.868889 94.000000 -v -122.898209 -73.043190 94.000000 -v -117.931824 -80.555832 94.000000 -v -117.668549 -79.548622 94.000000 -v -130.107544 -82.853241 94.006721 -v -130.516266 -81.949020 94.006721 -v -131.912231 -81.577675 94.000000 -v -132.068176 -80.555832 94.000000 -v -131.830170 -83.236336 94.000000 -v -131.501434 -83.562271 94.000000 -v -131.733490 -83.399857 94.000000 -v -117.668549 -80.451378 94.000000 -v -117.490067 -80.231461 94.000000 -v -120.087906 -85.355934 94.000000 -v -120.080338 -85.545761 94.000000 -v -125.248299 -85.845192 94.006721 -v -124.256889 -85.803078 94.006721 -v -122.366096 -85.224030 94.006721 -v -127.181381 -85.428581 94.006721 -v -117.536728 -79.685394 94.000000 -v -120.187042 -85.808121 94.000000 -v -120.871399 -85.980743 94.000000 -v -126.896774 -87.270134 94.000000 -v -129.311981 -86.030357 94.000000 -v -118.139313 -82.954750 94.000000 -v -118.143631 -83.144669 94.000000 -v -118.590439 -83.587677 94.000000 -v -118.412323 -83.521637 94.000000 -v -122.973755 -87.131111 94.000000 -v -123.103226 -87.270134 94.000000 -v -123.364662 -87.379082 94.000000 -v -117.442032 -79.952332 94.000000 -v -118.266525 -83.399857 94.000000 -v -120.324951 -85.938774 94.000000 -v -120.498596 -86.015808 94.000000 -v -126.445457 -87.373146 94.000000 -v -126.635338 -87.379082 94.000000 -v -127.026245 -87.131111 94.000000 -v -129.128601 -85.980743 94.000000 -v -120.688019 -86.030357 94.000000 -v -123.554543 -87.373146 94.000000 -v -123.808662 -87.248077 94.000000 -v -126.268494 -87.304070 94.000000 -v -127.101791 -86.956810 94.000000 -v -129.591522 -85.984711 94.000000 -v -129.863327 -85.727180 94.000000 -v -129.919662 -85.545761 94.000000 -v -95.995407 -72.400742 89.329727 -v -95.784149 -73.248520 89.317108 -v -95.072876 -77.910049 89.067673 -v -95.381500 -75.308891 87.343567 -v -95.102905 -77.517235 87.680992 -v -95.798950 -73.122543 88.281067 -v -95.375198 -75.308090 89.149216 -v -95.798950 -73.122536 87.680992 -v -95.830551 -73.034943 87.355309 -v -95.102905 -77.517235 88.281067 -v -98.054459 -66.843750 89.317108 -v -97.237335 -68.631844 88.896599 -v -97.313538 -68.447517 88.498337 -v -98.283005 -66.387360 89.149216 -v -97.333389 -68.400040 87.680992 -v -98.280762 -66.385872 87.343567 -v -99.353409 -64.435524 87.680992 -v -99.410522 -64.361984 87.355309 -v -99.380142 -64.391563 88.498337 -v -99.126633 -64.843575 89.317108 -v -102.238525 -60.457344 88.498337 -v -103.193237 -59.397461 89.149216 -v -103.800903 -58.801178 89.149216 -v -102.272079 -60.418327 87.680992 -v -103.786789 -58.786797 87.500000 -v -105.418335 -57.272079 87.680992 -v -105.495377 -57.219780 87.355309 -v -105.457336 -57.238525 88.498337 -v -104.823364 -57.817741 89.317108 -v -105.848282 -56.911346 89.213837 -v -110.328979 -53.832054 89.149223 -v -111.390045 -53.288879 89.149216 -v -109.319611 -54.424133 88.705231 -v -111.385864 -53.280769 87.343567 -v -113.400040 -52.333397 87.680992 -v -113.489471 -52.307465 87.355309 -v -113.447510 -52.313538 88.498337 -v -112.356033 -52.810326 89.317108 -v -114.099457 -52.068062 89.329727 -v -118.802612 -50.661613 89.317108 -v -120.310165 -50.387932 89.149216 -v -117.990433 -50.830391 88.705231 -v -118.122543 -50.798958 87.680992 -v -120.306976 -50.369339 87.500000 -v -122.517235 -50.102913 87.680992 -v -122.610306 -50.105888 87.355309 -v -122.568520 -50.098694 88.498337 -v -121.039185 -50.276939 89.317108 -v -123.077103 -50.063782 89.213837 -v -127.834557 -50.134216 89.149216 -v -127.347412 -50.091980 88.705231 -v -130.082748 -50.448112 89.317108 -v -129.693024 -50.369339 87.500000 -v -127.482765 -50.102913 87.680992 -v -131.965057 -50.830551 87.355309 -v -131.877457 -50.798958 87.680992 -v -131.927536 -50.810799 88.498337 -v -132.422012 -50.934753 89.213837 -v -136.606018 -52.351326 89.317108 -v -136.599960 -52.333397 88.281067 -v -138.619720 -53.269814 87.500000 -v -136.599960 -52.333397 87.680992 -v -140.638016 -54.410522 87.355309 -v -140.564468 -54.353416 87.680992 -v -140.564468 -54.353416 88.281067 -v -138.663818 -53.308258 89.317108 -v -140.899902 -54.560013 89.067673 -v -147.560104 -60.246765 89.317108 -v -144.542648 -57.238525 88.498337 -v -144.281525 -57.016899 89.067673 -v -146.206375 -58.793251 89.149216 -v -146.204498 -58.795502 87.343567 -v -144.581665 -57.272079 87.680992 -v -147.727921 -60.418327 87.680992 -v -147.780212 -60.495377 87.355309 -v -147.727921 -60.418335 88.281067 -v -150.619843 -64.391563 88.498337 -v -151.714798 -66.387810 89.149216 -v -150.646576 -64.435524 87.680992 -v -151.719223 -66.385872 87.343567 -v -152.666595 -68.400040 87.680992 -v -152.692535 -68.489471 87.355309 -v -152.686462 -68.447517 88.498337 -v -152.424088 -67.872833 89.317108 -v -154.189194 -73.072464 88.498337 -v -154.450409 -74.358917 89.317108 -v -154.609894 -75.310135 89.149216 -v -154.201035 -73.122536 87.680992 -v -154.618500 -75.308891 87.343567 -v -154.897095 -77.517235 87.680992 -v -154.894119 -77.610306 87.355309 -v -154.901306 -77.568520 88.498337 -v -154.792694 -76.602379 89.317108 -v -154.933304 -78.264412 89.329727 -v -154.792694 -83.397621 89.317108 -v -154.609894 -84.689865 89.149216 -v -154.908020 -82.347412 88.705231 -v -154.897095 -82.482765 87.680992 -v -154.630646 -84.693031 87.500000 -v -154.201035 -86.877457 87.680992 -v -154.169449 -86.965057 87.355309 -v -154.189194 -86.927536 88.498337 -v -154.450409 -85.641083 89.317108 -v -154.065247 -87.422012 89.213837 -v -152.424088 -92.127167 89.317108 -v -151.714798 -93.612198 89.149216 -v -152.718826 -91.474609 88.705231 -v -152.666595 -91.599960 87.680992 -v -151.730194 -93.619720 87.500000 -v -150.646576 -95.564468 87.680992 -v -150.589478 -95.638016 87.355309 -v -150.619843 -95.608437 88.498337 -v -151.428375 -94.166489 89.317108 -v -150.349152 -96.040405 89.213837 -v -147.570786 -99.762589 89.149223 -v -146.001587 -101.402855 89.317108 -v -147.727921 -99.581665 88.281067 -v -146.213196 -101.213203 87.500000 -v -147.727921 -99.581665 87.680992 -v -144.504623 -102.780220 87.355309 -v -144.581665 -102.727921 87.680992 -v -144.581665 -102.727921 88.281067 -v -144.281525 -102.983101 89.067673 -v -136.606018 -107.648674 89.317108 -v -140.643341 -105.581917 89.317108 -v -140.680389 -105.575867 88.705231 -v -140.564468 -105.646584 87.680992 -v -138.614136 -106.719223 87.343567 -v -136.599960 -107.666603 88.281067 -v -138.618835 -106.728294 89.149216 -v -136.599960 -107.666603 87.680992 -v -136.510529 -107.692535 87.355309 -v -131.927536 -109.189194 88.498337 -v -129.691406 -109.618347 89.149216 -v -131.877457 -109.201035 87.680992 -v -129.693024 -109.630653 87.500000 -v -127.482765 -109.897087 87.680992 -v -127.389694 -109.894119 87.355309 -v -127.431480 -109.901306 88.498337 -v -127.833214 -109.851662 89.317108 -v -122.568520 -109.901306 88.498337 -v -121.037323 -109.737137 89.149216 -v -120.310165 -109.612068 89.149216 -v -122.517235 -109.897087 87.680992 -v -120.306976 -109.630653 87.500000 -v -118.122543 -109.201035 87.680992 -v -118.034943 -109.169449 87.355309 -v -118.072464 -109.189194 88.498337 -v -118.802612 -109.338387 89.317108 -v -117.577988 -109.065247 89.213837 -v -112.350037 -107.202545 89.149223 -v -111.390045 -106.711121 89.149216 -v -113.525391 -107.718826 88.705231 -v -113.400040 -107.666603 87.680992 -v -111.385864 -106.719223 87.343567 -v -109.435532 -105.646584 87.680992 -v -109.361984 -105.589478 87.355309 -v -109.391556 -105.619850 88.498337 -v -110.335922 -106.155563 89.317108 -v -108.809769 -105.236702 89.329727 -v -104.823364 -102.182251 89.317108 -v -103.800903 -101.198822 89.149216 -v -105.521408 -102.816330 88.705231 -v -105.418335 -102.727921 87.680992 -v -103.786789 -101.213203 87.500000 -v -102.272079 -99.581665 87.680992 -v -102.219772 -99.504623 87.355309 -v -102.238525 -99.542648 88.498337 -v -103.203552 -100.592789 89.317108 -v -101.911346 -99.151726 89.213837 -v -99.114380 -95.163597 89.149216 -v -98.283005 -93.612640 89.149216 -v -99.424133 -95.680405 88.705231 -v -99.353409 -95.564468 87.680992 -v -98.280762 -93.614128 87.343567 -v -97.333389 -91.599960 87.680992 -v -97.307465 -91.510529 87.355309 -v -97.313538 -91.552483 88.498337 -v -140.648438 -63.143951 86.500000 -v -139.964218 -62.533684 86.500000 -v -102.578003 -74.876068 86.500000 -v -102.391617 -75.773766 86.500000 -v -131.773529 -101.979973 86.500000 -v -132.644165 -101.692551 86.500000 -v -145.079315 -68.783020 93.500000 -v -144.801376 -68.299347 90.000000 -v -143.772522 -66.711205 90.000000 -v -145.631775 -69.834869 89.000000 -v -146.429291 -71.698486 93.500000 -v -145.548172 -69.666901 89.465477 -v -145.366455 -69.313431 89.760506 -v -145.958252 -70.526268 93.500000 -v -147.805313 -82.823822 93.500000 -v -147.669159 -83.887016 93.500000 -v -147.421982 -85.123932 89.000000 -v -147.825668 -82.826431 86.500000 -v -147.421982 -85.123924 86.500000 -v -147.242462 -85.854286 89.871269 -v -147.257858 -85.795502 93.500000 -v -146.697784 -87.666313 93.656433 -v -146.446869 -88.308563 90.000000 -v -147.328949 -85.515221 89.683372 -v -144.119141 -92.785080 89.000000 -v -143.759872 -93.279434 93.500000 -v -144.177139 -92.697929 89.352852 -v -144.365479 -92.408798 89.686447 -v -144.055725 -92.879425 93.500000 -v -145.958252 -89.473732 93.500000 -v -145.263275 -90.881149 90.000000 -v -145.079315 -91.216980 93.500000 -v -129.848221 -102.495804 93.656433 -v -129.920471 -102.467514 90.000000 -v -130.671066 -102.289886 89.976044 -v -131.738525 -102.003609 93.656433 -v -132.637268 -101.673019 93.500000 -v -131.638550 -102.021118 89.423409 -v -131.773544 -101.979973 89.000000 -v -127.922974 -102.825928 93.656433 -v -127.122177 -102.901886 90.000000 -v -124.023331 -102.991577 93.656433 -v -125.232376 -102.998825 90.000000 -v -125.976669 -102.991577 93.656433 -v -127.120468 -102.881882 93.500000 -v -123.487366 -102.950211 89.000000 -v -121.475006 -102.710220 93.500000 -v -123.919189 -102.974594 89.675400 -v -122.077026 -102.825928 93.656433 -v -109.804474 -97.265465 93.500000 -v -109.343933 -96.848961 89.117355 -v -111.139404 -98.354401 86.500000 -v -109.351547 -96.856049 86.500000 -v -107.105179 -94.449059 93.500000 -v -107.081146 -94.419250 90.000000 -v -108.395004 -95.914597 93.500000 -v -108.618652 -96.144699 89.952637 -v -109.059204 -96.579834 89.683372 -v -104.105301 -89.613091 86.500000 -v -104.368225 -90.165123 86.500000 -v -104.368225 -90.165123 89.000000 -v -104.041748 -89.473732 93.500000 -v -104.445358 -90.320221 89.448402 -v -104.679794 -90.774467 89.808174 -v -105.934067 -92.886314 93.656433 -v -104.920670 -91.216980 93.500000 -v -105.445007 -92.107941 90.000000 -v -103.313812 -72.337784 93.500000 -v -103.082336 -73.027489 90.000000 -v -102.742142 -74.204506 93.500000 -v -102.826645 -73.890884 89.945610 -v -102.712967 -74.317719 89.790253 -v -102.633957 -74.637192 89.548706 -v -102.578018 -74.876076 89.000000 -v -104.041748 -70.526268 93.500000 -v -104.105301 -70.386909 90.000000 -v -104.966248 -68.701828 90.000000 -v -104.920670 -68.783020 93.500000 -v -107.081146 -65.580750 86.500000 -v -105.880859 -67.214912 86.500000 -v -105.880859 -67.214920 89.000000 -v -107.105179 -65.550934 93.500000 -v -105.777191 -67.371315 89.465477 -v -105.944275 -67.120575 93.500000 -v -118.236404 -58.016968 89.117355 -v -116.040695 -58.831963 93.500000 -v -116.424301 -58.658554 93.500000 -v -118.265076 -58.008163 93.500000 -v -116.034927 -58.819176 86.500000 -v -118.226456 -58.020027 86.500000 -v -119.208954 -57.740982 89.952637 -v -122.078590 -57.186287 93.500000 -v -121.472000 -57.272194 90.000000 -v -120.154373 -57.516228 93.500000 -v -118.611847 -57.904945 89.683372 -v -124.023849 -57.020721 93.500000 -v -127.122177 -57.098114 86.500000 -v -126.512634 -57.049797 86.500000 -v -126.512634 -57.049797 89.000000 -v -127.921410 -57.186287 93.500000 -v -126.408157 -57.043152 89.352852 -v -126.063591 -57.024605 89.686447 -v -125.592232 -57.007965 89.888107 -v -125.976151 -57.020721 93.500000 -v -124.291718 -57.010910 90.000000 -v -141.997208 -64.505005 90.000000 -v -141.613876 -64.076881 93.656433 -v -141.377335 -63.851868 89.945610 -v -140.195526 -62.734543 93.500000 -v -139.957336 -62.542229 93.500000 -v -140.751587 -63.240295 89.423409 -v -140.648438 -63.143959 89.000000 -v -142.894821 -65.550934 93.500000 -v -144.055725 -67.120575 93.500000 -v -148.000000 -80.000000 86.500000 -v -147.825668 -77.173569 86.500000 -v -147.917145 -78.049461 93.500000 -v -147.305328 -74.389984 86.500000 -v -145.631775 -69.834869 86.500000 -v -146.446869 -71.691437 86.500000 -v -146.629669 -72.266083 86.500000 -v -146.686188 -72.337784 93.500000 -v -147.257858 -74.204506 93.500000 -v -147.669159 -76.112976 93.500000 -v -138.676559 -61.508072 93.500000 -v -137.704391 -60.827148 86.500000 -v -135.251984 -59.411247 86.500000 -v -137.059067 -60.414825 93.500000 -v -132.644165 -58.307442 86.500000 -v -133.575699 -58.658554 93.500000 -v -134.566757 -59.121216 86.500000 -v -135.354691 -59.462708 93.500000 -v -129.845612 -57.516228 93.500000 -v -129.925049 -57.533798 86.500000 -v -131.734924 -58.008163 93.500000 -v -132.637268 -58.326981 93.500000 -v -114.645309 -59.462708 93.500000 -v -115.433243 -59.118774 86.500000 -v -113.508987 -60.097496 93.500000 -v -113.500000 -60.081421 86.500000 -v -112.940933 -60.414825 93.500000 -v -111.139404 -61.645607 86.500000 -v -108.988922 -63.488029 86.500000 -v -109.804489 -62.734543 93.500000 -v -111.323441 -61.508072 93.500000 -v -108.395004 -64.085403 93.500000 -v -109.002991 -63.502708 93.500000 -v -102.330826 -76.112976 93.500000 -v -102.043625 -78.584099 86.500000 -v -102.082855 -78.049461 93.500000 -v -102.000000 -80.000000 93.500000 -v -102.043625 -81.415901 86.500000 -v -102.082855 -81.950531 93.500000 -v -102.391617 -84.226242 86.500000 -v -103.302200 -87.666313 93.656433 -v -103.100861 -86.966835 93.500000 -v -103.082336 -86.972511 86.500000 -v -102.742142 -85.795494 93.500000 -v -102.330826 -83.887016 93.500000 -v -111.323441 -98.491936 93.500000 -v -113.500000 -99.918587 86.500000 -v -118.265076 -101.991837 93.500000 -v -118.705750 -102.121994 86.500000 -v -116.424301 -101.341446 93.500000 -v -116.034927 -101.180832 86.500000 -v -115.433243 -100.881226 86.500000 -v -114.645309 -100.537292 93.500000 -v -112.940933 -99.585175 93.500000 -v -120.154373 -102.483772 93.500000 -v -120.272385 -102.465088 86.500000 -v -121.472000 -102.727806 86.500000 -v -133.575699 -101.341446 93.500000 -v -134.566757 -100.878784 86.500000 -v -135.251984 -100.588760 86.500000 -v -135.354691 -100.537292 93.500000 -v -137.704391 -99.172852 86.500000 -v -137.065521 -99.595657 93.656433 -v -139.964218 -97.466309 86.500000 -v -138.676559 -98.491936 93.500000 -v -141.401581 -96.072556 86.500000 -v -140.195526 -97.265465 93.500000 -v -144.119141 -92.785080 86.500000 -v -143.772522 -93.288803 86.500000 -v -142.402420 -94.991447 86.500000 -v -142.894821 -94.449059 93.500000 -v -141.997208 -95.494995 86.500000 -v -141.984283 -95.483627 93.500000 -v -141.604996 -95.914597 93.500000 -v -147.917145 -81.950531 93.500000 -v -148.000000 -80.000000 93.500000 -v -136.333511 -76.056442 86.500000 -v -136.827393 -77.971985 86.500000 -v -134.081970 -87.843323 86.500000 -v -132.928101 -89.008072 86.500000 -v -122.748466 -91.786880 86.500000 -v -121.486130 -91.473999 86.500000 -v -113.666489 -83.943558 86.500000 -v -113.387207 -83.023735 86.500000 -v -116.336533 -71.696732 86.500000 -v -127.251534 -68.213120 89.000000 -v -127.528152 -68.269341 92.263931 -v -125.509293 -68.010811 90.000000 -v -126.522697 -68.109009 92.417870 -v -126.431503 -68.086121 89.947769 -v -126.995888 -68.167145 89.629448 -v -127.251534 -68.213120 86.500000 -v -127.528152 -68.269341 86.500000 -v -123.477295 -68.109009 92.417870 -v -124.491211 -68.022720 92.417870 -v -125.508789 -68.022720 92.417870 -v -121.486130 -68.526001 86.500000 -v -122.329155 -68.300995 86.500000 -v -122.329155 -68.300995 89.000000 -v -122.442780 -68.275635 89.427757 -v -121.486130 -68.526001 92.263931 -v -122.747696 -68.213257 89.767136 -v -122.962433 -68.174492 89.888588 -v -122.474365 -68.280991 92.417870 -v -123.471954 -68.097687 90.000000 -v -115.672852 -72.468849 92.417870 -v -115.437714 -72.749992 89.932724 -v -115.067764 -73.286980 92.417870 -v -116.336533 -71.696724 92.263931 -v -115.663742 -72.461151 89.749847 -v -115.918030 -72.156677 89.000000 -v -114.076111 -75.062096 92.417870 -v -114.065262 -75.057182 90.000000 -v -114.534241 -74.153473 92.417870 -v -113.387207 -76.976257 86.500000 -v -113.532944 -76.463524 86.500000 -v -113.532944 -76.463524 89.000000 -v -113.387207 -76.976257 92.263931 -v -113.567795 -76.352432 89.427757 -v -113.849869 -75.564415 89.983315 -v -113.696701 -76.006294 92.417870 -v -114.076111 -84.937904 92.417870 -v -113.696701 -83.993706 92.417870 -v -113.896759 -84.551163 89.889030 -v -113.398743 -83.020737 92.417870 -v -113.783081 -84.263870 89.705559 -v -113.666489 -83.943558 89.000000 -v -116.336533 -88.303268 86.500000 -v -116.203796 -88.162521 86.500000 -v -116.203796 -88.162521 89.000000 -v -116.336533 -88.303268 92.263931 -v -116.125015 -88.076797 89.427757 -v -115.918533 -87.843918 89.767136 -v -115.672852 -87.531151 92.417870 -v -115.672974 -87.549797 89.948105 -v -115.057877 -86.719696 90.000000 -v -115.067764 -86.713020 92.417870 -v -114.534241 -85.846527 92.417870 -v -114.127808 -85.078911 90.000000 -v -121.486130 -91.473999 92.263931 -v -122.474365 -91.719009 92.417870 -v -123.477295 -91.890984 92.417870 -v -122.748466 -91.786880 89.000000 -v -123.228310 -91.868347 89.807594 -v -127.337425 -91.770149 89.698738 -v -127.528160 -91.730659 92.263931 -v -126.962700 -91.838409 89.922195 -v -126.705292 -91.878082 89.986420 -v -126.522697 -91.890984 92.417870 -v -125.508789 -91.977280 92.417870 -v -125.509293 -91.989182 90.000000 -v -124.491211 -91.977280 92.417870 -v -129.474274 -91.134674 86.500000 -v -127.670845 -91.698997 86.500000 -v -127.661385 -91.701157 89.125977 -v -129.474274 -91.134674 92.263931 -v -127.540581 -91.727951 89.453400 -v -128.510376 -91.462601 92.417870 -v -132.928101 -89.008064 92.263931 -v -133.654877 -88.295021 92.417870 -v -134.086624 -87.837944 89.110924 -v -134.932251 -86.713020 92.417870 -v -134.834564 -86.876144 90.000000 -v -134.327148 -87.531151 92.417870 -v -134.434784 -87.415184 89.847778 -v -134.282562 -87.604881 89.680054 -v -136.303284 -83.993706 92.417870 -v -136.073593 -84.623375 90.000000 -v -135.923889 -84.937904 92.417870 -v -135.465759 -85.846527 92.417870 -v -135.476166 -85.852341 90.000000 -v -136.467056 -83.536476 89.000000 -v -136.827393 -82.028015 92.263931 -v -136.827393 -82.028008 86.500000 -v -136.467056 -83.536476 86.500000 -v -136.438248 -83.628555 89.390869 -v -136.357941 -83.872574 89.709213 -v -136.601257 -83.020737 92.417870 -v -136.314529 -76.002319 92.263931 -v -136.322723 -76.025574 89.236397 -v -136.601257 -76.979271 92.417870 -v -136.827393 -77.971985 92.263931 -v -135.476166 -74.147659 90.000000 -v -135.923889 -75.062096 92.417870 -v -135.872192 -74.921089 90.000000 -v -134.327148 -72.468849 92.417870 -v -134.540756 -72.721672 90.000000 -v -134.932251 -73.286980 92.417870 -v -135.465759 -74.153473 92.417870 -v -132.928101 -70.991936 86.500000 -v -133.796204 -71.837479 86.500000 -v -133.796204 -71.837479 89.000000 -v -133.835632 -71.880165 89.305519 -v -132.928101 -70.991936 92.263931 -v -133.956345 -72.013519 89.596870 -v -134.122757 -72.204361 89.807533 -v -133.654877 -71.704979 92.417870 -v -134.336426 -72.461365 89.955307 -v -136.956772 -81.017670 92.263931 -v -137.000000 -80.000000 86.500000 -v -132.135590 -89.647964 92.263931 -v -131.291687 -90.218346 86.500000 -v -131.285431 -90.208199 92.417870 -v -130.402435 -90.715111 92.263931 -v -120.525726 -91.134674 92.263931 -v -119.597549 -90.715111 86.500000 -v -119.602921 -90.704468 92.417870 -v -118.708313 -90.218346 92.263931 -v -117.864395 -89.647964 86.500000 -v -117.871490 -89.638382 92.417870 -v -117.071899 -89.008072 92.263931 -v -113.172607 -82.028008 92.263931 -v -113.043228 -81.017670 86.500000 -v -113.055099 -81.016663 92.417870 -v -113.000000 -80.000000 92.263931 -v -113.043228 -78.982330 86.500000 -v -113.055099 -78.983337 92.417870 -v -113.172607 -77.971985 92.263931 -v -117.071899 -70.991936 92.263931 -v -117.864395 -70.352036 86.500000 -v -117.871490 -70.361618 92.417870 -v -118.708313 -69.781647 92.263931 -v -119.597549 -69.284882 86.500000 -v -119.602921 -69.295532 92.417870 -v -120.525726 -68.865326 92.263931 -v -128.513870 -68.526001 92.263931 -v -129.474274 -68.865326 86.500000 -v -129.469833 -68.876389 92.417870 -v -130.402435 -69.284882 92.263931 -v -131.291687 -69.781647 86.500000 -v -131.285431 -69.791801 92.417870 -v -132.135590 -70.352036 92.263931 -v -136.956772 -78.982330 92.263931 -v -136.988083 -80.000000 92.417870 -v -95.784149 -86.751480 89.317108 -v -95.798950 -86.877457 88.281067 -v -95.381500 -84.691109 87.343567 -v -95.798950 -86.877457 87.680992 -v -95.102905 -82.482765 87.680992 -v -95.105881 -82.389694 87.355309 -v -95.102905 -82.482765 88.281067 -v -95.375198 -84.691910 89.149216 -v -107.785995 -96.498291 94.487686 -v -104.598709 -95.330566 94.500000 -v -106.327133 -95.077278 94.500000 -v -105.245361 -93.351791 94.487686 -v -104.184235 -91.628387 94.487686 -v -101.522690 -90.002747 94.500000 -v -103.273056 -89.821198 94.487686 -v -101.774399 -86.047470 94.500000 -v -100.222168 -86.107185 94.500000 -v -101.499390 -84.029579 94.487686 -v -99.480621 -80.000000 94.500000 -v -101.242325 -82.022079 94.487686 -v -101.156433 -80.000000 94.487686 -v -101.345215 -75.943977 94.500000 -v -100.222168 -73.892815 94.500000 -v -101.925797 -73.991943 94.487686 -v -102.518433 -72.056755 94.487686 -v -101.522690 -69.997253 94.500000 -v -103.130508 -70.114372 94.500000 -v -103.431274 -66.360764 94.500000 -v -105.115768 -66.560608 94.500000 -v -142.326950 -63.393463 94.500000 -v -145.401276 -64.669434 94.500000 -v -143.551147 -65.020996 94.487686 -v -144.754623 -66.648209 94.487686 -v -147.596283 -68.140556 94.500000 -v -145.815765 -68.371613 94.487686 -v -149.206055 -71.918831 94.500000 -v -146.869476 -70.114372 94.500000 -v -148.225586 -73.952530 94.500000 -v -148.654785 -75.943977 94.500000 -v -150.436615 -77.946541 94.500000 -v -148.757660 -77.977921 94.487686 -v -148.843567 -80.000000 94.487686 -v -150.436615 -82.053459 94.500000 -v -148.913544 -82.035339 94.500000 -v -150.188904 -84.093597 94.500000 -v -148.225586 -86.047470 94.500000 -v -146.869476 -89.885628 94.500000 -v -145.952332 -91.704681 94.500000 -v -144.884232 -93.439392 94.500000 -v -145.401276 -95.330566 94.500000 -v -143.551147 -94.979004 94.487686 -v -108.860382 -60.232567 94.500000 -v -107.673050 -63.393463 94.500000 -v -112.240311 -57.899574 94.500000 -v -110.728806 -60.704071 94.500000 -v -114.195099 -58.569778 94.500000 -v -115.950699 -56.138969 94.500000 -v -116.109772 -57.875816 94.487686 -v -118.018066 -57.201569 94.487686 -v -119.895477 -54.996353 94.500000 -v -119.976654 -56.691589 94.487686 -v -121.971451 -56.349548 94.487686 -v -123.988052 -56.177917 94.487686 -v -128.048431 -56.194389 94.500000 -v -130.134293 -54.850571 94.488869 -v -134.049286 -56.138969 94.500000 -v -132.027740 -57.051994 94.500000 -v -135.804886 -58.569778 94.500000 -v -137.759689 -57.899574 94.500000 -v -137.501358 -59.696503 94.487686 -v -139.178177 -60.829842 94.487686 -v -140.752838 -62.101295 94.487686 -v -142.677887 -61.595367 94.500000 -v -141.139618 -99.767441 94.500000 -v -142.326950 -96.606537 94.500000 -v -139.271194 -99.295929 94.500000 -v -137.501358 -100.303497 94.487686 -v -135.734467 -101.290535 94.487686 -v -134.049286 -103.861031 94.500000 -v -133.890228 -102.124184 94.487686 -v -131.981934 -102.798424 94.487686 -v -130.023346 -103.308403 94.487686 -v -128.076019 -105.333313 94.500000 -v -128.028564 -103.650444 94.487686 -v -123.972443 -105.498680 94.500000 -v -126.018585 -103.978378 94.500000 -v -121.951569 -103.805611 94.500000 -v -117.900070 -104.511826 94.500000 -v -119.943695 -103.461327 94.500000 -v -116.051437 -102.269333 94.500000 -v -114.195099 -101.430222 94.500000 -v -112.165924 -102.229279 94.488869 -v -112.498642 -100.303497 94.487686 -v -110.821823 -99.170158 94.487686 -v -108.860382 -99.767441 94.500000 -v -109.247162 -97.898705 94.487686 -v -123.031448 -102.465088 86.500000 -v -115.433243 -102.465088 86.500000 -v -123.897675 -108.981010 86.500008 -v -123.899994 -111.521156 86.507393 -v -144.367233 -55.214722 86.500000 -v -126.099998 -48.478844 86.507393 -v -125.000000 -48.564514 86.500000 -v -115.433243 -57.534912 86.500000 -v -98.921600 -97.587395 86.500000 -v -109.335770 -95.499496 86.500000 -v -104.493896 -100.506096 86.500000 -v -109.549438 -94.159790 86.500000 -v -109.986404 -92.875450 86.500000 -v -104.765076 -88.848763 86.500000 -v -110.634094 -91.683411 86.500000 -v -111.473892 -90.617950 86.500000 -v -112.481644 -89.709702 86.500000 -v -113.628372 -88.984802 86.500000 -v -115.433243 -87.733910 86.500000 -v -114.881104 -88.464081 86.500000 -v -94.763153 -88.667938 86.500000 -v -99.160812 -93.165726 86.500000 -v -115.918030 -72.156677 86.500000 -v -96.019424 -78.898201 86.500008 -v -112.298279 -83.808212 86.500000 -v -110.927109 -83.909142 86.500000 -v -96.357040 -84.536598 86.500000 -v -93.564514 -78.899994 86.500000 -v -109.593475 -84.243362 86.500000 -v -108.336746 -84.800995 86.500000 -v -107.194077 -85.565575 86.500000 -v -105.011978 -73.699318 86.500000 -v -106.342728 -73.435570 86.500000 -v -107.698914 -73.400467 86.500000 -v -109.041534 -73.595016 86.500000 -v -110.331970 -74.013641 86.500000 -v -111.533112 -74.644279 86.500000 -v -112.610428 -75.468811 86.500000 -v -97.096146 -72.093163 86.500008 -v -103.744934 -74.184135 86.500000 -v -114.578140 -69.767097 86.500000 -v -113.621872 -68.779236 86.500000 -v -112.510590 -67.969704 86.500000 -v -111.277115 -67.362404 86.500000 -v -109.957855 -66.975273 86.500000 -v -108.591797 -66.819756 86.500000 -v -107.073257 -57.201782 86.500008 -v -95.442993 -69.239738 86.500000 -v -102.201813 -62.073853 86.500008 -v -100.214722 -60.632767 86.500000 -v -99.160812 -66.834274 86.500000 -v -107.219284 -66.900421 86.500000 -v -107.412598 -53.921593 86.500000 -v -111.834274 -54.160812 86.500000 -v -116.332062 -49.763153 86.500000 -v -125.000000 -57.534912 86.500000 -v -126.968552 -57.534912 86.500000 -v -133.667938 -49.763153 86.500000 -v -134.566757 -57.534912 86.500000 -v -135.786743 -50.361511 86.507393 -v -138.165726 -54.160812 86.500000 -v -145.234924 -71.151237 86.500000 -v -151.078400 -62.412605 86.500000 -v -149.094055 -63.857193 86.500008 -v -145.506104 -59.493896 86.500000 -v -152.220520 -69.993340 86.500008 -v -155.236847 -71.332062 86.500000 -v -152.217743 -72.266083 86.500000 -v -152.902985 -72.092606 86.500008 -v -152.217743 -87.733917 86.500000 -v -156.435486 -81.099998 86.500000 -v -153.642960 -75.463402 86.500000 -v -142.780716 -93.099571 86.500000 -v -154.638489 -90.786736 86.507393 -v -152.220337 -90.006195 86.500000 -v -149.094788 -96.142609 86.500008 -v -147.798187 -97.926147 86.500008 -v -149.785278 -99.367233 86.500000 -v -142.637756 -106.147713 86.507393 -v -138.165726 -105.839188 86.500000 -v -134.566757 -102.465088 86.500000 -v -134.566757 -109.944794 86.500000 -v -123.487366 -102.950211 86.500000 -v -133.667938 -110.236839 86.500000 -v -116.332062 -110.236839 86.500000 -v -120.463394 -108.642960 86.500000 -v -114.213257 -109.638481 86.507393 -v -105.632767 -104.785278 86.500000 -v -111.834274 -105.839188 86.500000 -v -106.199173 -86.514519 86.500000 -v -105.381470 -87.619797 86.500000 -v -115.351135 -70.904106 86.500000 -v -123.200066 -72.266090 86.500000 -v -120.462540 -59.539528 86.500000 -v -121.356339 -60.560120 86.500000 -v -119.409149 -58.684631 86.500000 -v -122.904747 -65.659477 86.500000 -v -122.729340 -67.004730 86.500000 -v -122.064819 -61.717056 86.500000 -v -122.567642 -62.977081 86.500000 -v -122.850327 -64.303932 86.500000 -v -125.000000 -96.072556 86.500000 -v -120.826157 -96.831291 86.500000 -v -122.545792 -101.948334 86.500000 -v -121.789673 -100.800049 86.500000 -v -120.916962 -98.203171 86.500000 -v -121.241333 -99.539246 86.500000 -v -123.070709 -87.532928 86.500000 -v -121.947159 -92.904114 86.500000 -v -121.348984 -94.142044 86.500000 -v -120.971603 -95.464127 86.500000 -v -130.590851 -101.315361 86.500000 -v -129.537460 -100.460464 86.500000 -v -128.643677 -99.439880 86.500000 -v -127.935173 -98.282944 86.500000 -v -127.432358 -97.022926 86.500000 -v -127.149673 -95.696068 86.500000 -v -135.421860 -90.232903 86.500000 -v -136.378113 -91.220764 86.500000 -v -137.489410 -92.030296 86.500000 -v -138.722900 -92.637596 86.500000 -v -140.042145 -93.024727 86.500000 -v -141.408203 -93.180252 86.500000 -v -125.000000 -87.733910 86.500000 -v -134.648865 -89.095894 86.500000 -v -127.095253 -94.340523 86.500000 -v -127.270660 -92.995270 86.500000 -v -146.255066 -85.815865 86.500000 -v -144.988007 -86.300682 86.500000 -v -143.657257 -86.564430 86.500000 -v -142.402420 -87.733910 86.500000 -v -142.301086 -86.599533 86.500000 -v -143.800812 -73.485481 86.500000 -v -144.618530 -72.380203 86.500000 -v -134.566772 -72.266075 86.500000 -v -137.701706 -76.191788 86.500000 -v -141.663239 -75.199005 86.500000 -v -142.805923 -74.434425 86.500000 -v -140.958466 -86.404976 86.500000 -v -134.566772 -87.118973 86.500000 -v -139.668030 -85.986359 86.500000 -v -138.466888 -85.355721 86.500000 -v -139.072876 -76.090851 86.500000 -v -140.406525 -75.756638 86.500000 -v -137.389557 -84.531189 86.500000 -v -139.365906 -68.316589 86.500000 -v -138.526108 -69.382050 86.500000 -v -137.518356 -70.290298 86.500000 -v -136.371628 -71.015198 86.500000 -v -135.118896 -71.535919 86.500000 -v -140.664215 -64.500504 86.500000 -v -140.450562 -65.840202 86.500000 -v -140.013596 -67.124550 86.500000 -v -125.000000 -72.266090 86.500000 -v -129.028412 -64.535881 86.500000 -v -129.173828 -63.168709 86.500000 -v -129.083038 -61.796829 86.500000 -v -128.758667 -60.460754 86.500000 -v -128.052841 -67.095886 86.500000 -v -128.651031 -65.857956 86.500000 -v -128.210327 -59.199951 86.500000 -v -127.454201 -58.051666 86.500000 -v -130.130127 -74.295433 86.500000 -v -125.896530 -72.725037 86.500000 -v -126.261429 -72.432365 86.500000 -v -129.915237 -73.947006 86.500000 -v -131.577942 -76.210175 86.500000 -v -132.054779 -76.679077 86.500000 -v -126.802185 -72.413795 86.500000 -v -128.964233 -73.834473 86.500000 -v -127.231079 -72.743652 86.500000 -v -132.292053 -80.744781 86.500000 -v -132.773376 -79.795319 86.500000 -v -132.064301 -77.220062 86.500000 -v -130.130127 -85.704567 86.500000 -v -129.807495 -86.138931 86.500000 -v -127.231079 -87.256340 86.500000 -v -127.348747 -86.943512 86.500000 -v -129.419983 -73.729111 86.500000 -v -131.577942 -83.789825 86.500000 -v -131.994980 -83.445091 86.500000 -v -130.128815 -85.236801 86.500000 -v -132.466217 -79.349884 86.500000 -v -129.146820 -86.242661 86.500000 -v -128.972366 -85.872681 86.739998 -v -132.097198 -82.913757 86.500000 -v -132.658600 -80.454155 86.500000 -v -131.127045 -83.567558 86.739998 -v -123.738571 -72.432365 86.500000 -v -118.005020 -76.554909 86.500000 -v -118.422058 -76.210175 86.500000 -v -119.921005 -74.167450 86.500000 -v -122.651260 -86.943504 86.500000 -v -121.819641 -86.604103 86.500000 -v -120.192505 -86.138924 86.500000 -v -119.871170 -85.236801 86.500000 -v -120.192505 -73.861076 86.500000 -v -118.422058 -83.789825 86.500000 -v -117.202972 -79.931091 86.500000 -v -117.935715 -82.779930 86.500000 -v -119.871185 -74.763199 86.500000 -v -120.580017 -73.729111 86.500000 -v -117.902786 -77.086243 86.500000 -v -119.921005 -85.832550 86.500000 -v -117.945221 -83.320923 86.500000 -v -122.954636 -72.541359 86.500000 -v -120.717819 -86.268578 86.500000 -v -122.651260 -73.056488 86.500000 -v -117.341400 -79.545845 86.500000 -v -118.106918 -82.492882 86.500000 -v -117.533798 -80.650116 86.500000 -v -122.704796 -87.134354 86.500000 -v -124.103470 -87.274963 86.500000 -v -123.738571 -87.567635 86.500000 -v -126.667816 -87.616875 86.500000 -v -126.261429 -87.567635 86.500000 -v -125.896530 -87.274963 86.500000 -v -122.634270 -67.393936 89.000000 -v -122.912567 -65.356705 89.000000 -v -122.853333 -64.328194 89.000000 -v -122.662415 -63.315826 89.000000 -v -121.900345 -61.406120 89.000000 -v -122.342987 -62.336388 89.000000 -v -120.676666 -59.753731 89.000000 -v -121.341812 -60.540451 89.000000 -v -119.915939 -59.059021 89.000000 -v -126.989204 -57.513725 89.000000 -v -127.712280 -58.397285 89.000000 -v -128.302216 -59.374786 89.000000 -v -128.747009 -60.426300 89.000000 -v -129.037567 -61.530426 89.000000 -v -129.135651 -63.805931 89.000000 -v -129.155701 -62.665199 89.156433 -v -128.941162 -64.930962 89.000000 -v -128.084885 -67.041489 89.000000 -v -128.588516 -66.016853 89.000000 -v -127.440514 -67.983986 89.000000 -v -119.628723 -57.635979 90.000000 -v -126.895180 -58.973778 90.000000 -v -121.397156 -59.060265 90.000000 -v -122.145447 -59.945320 90.000000 -v -122.773788 -60.919205 90.000000 -v -123.271774 -61.965752 90.000000 -v -123.845909 -64.206535 90.000000 -v -123.829941 -66.519653 90.000000 -v -123.631134 -63.067619 90.000000 -v -127.970451 -64.690735 90.000000 -v -127.800560 -60.749161 90.000000 -v -112.899963 -75.745758 89.000000 -v -111.274826 -74.486115 89.000000 -v -110.354492 -74.023163 89.000000 -v -109.382294 -73.682312 89.000000 -v -107.347397 -73.387444 89.000000 -v -108.374359 -73.469231 89.000000 -v -105.304550 -73.620979 89.000000 -v -106.318451 -73.438309 89.000000 -v -104.322540 -73.932434 89.000000 -v -103.388702 -74.367500 89.000000 -v -106.520920 -67.034157 89.000000 -v -107.647644 -66.849731 89.000000 -v -108.789154 -66.827576 89.000000 -v -109.922180 -66.968155 89.000000 -v -111.023666 -67.268578 89.000000 -v -113.043350 -68.321381 89.000000 -v -112.071167 -67.722733 89.000000 -v -113.920410 -69.052330 89.000000 -v -114.684494 -69.900681 89.000000 -v -115.814087 -71.878448 89.000000 -v -115.320038 -70.849152 89.000000 -v -108.517761 -72.479568 90.000000 -v -107.362442 -72.387558 90.000000 -v -112.740646 -74.273132 90.000000 -v -109.728561 -67.949226 90.000000 -v -106.204865 -72.444778 90.000000 -v -105.064240 -72.650284 90.000000 -v -110.745407 -73.102737 90.000000 -v -115.057877 -73.280304 90.000000 -v -112.459579 -69.133301 90.000000 -v -115.265701 -88.351814 89.000000 -v -112.501160 -89.694962 89.000000 -v -113.362244 -89.129410 89.000000 -v -111.719879 -90.366486 89.000000 -v -111.031372 -91.132843 89.000000 -v -110.447052 -91.981323 89.000000 -v -109.976624 -92.897858 89.000000 -v -109.406601 -94.873413 89.000000 -v -109.627884 -93.867249 89.000000 -v -109.316467 -95.899681 89.000000 -v -104.531708 -89.520432 89.000000 -v -105.486923 -87.452797 89.000000 -v -104.935364 -88.452446 89.000000 -v -106.175171 -86.541847 89.000000 -v -107.909760 -85.068451 89.156433 -v -106.994110 -85.747482 89.156433 -v -108.907700 -84.515450 89.000000 -v -109.979248 -84.121361 89.000000 -v -112.235153 -83.807671 89.000000 -v -111.095978 -83.883820 89.000000 -v -113.373566 -83.894463 89.000000 -v -108.317825 -95.833679 90.000000 -v -105.489975 -89.806328 90.000000 -v -108.667084 -93.590019 90.000000 -v -113.910706 -87.753479 90.000000 -v -109.059418 -92.499458 90.000000 -v -109.588654 -91.468353 90.000000 -v -110.246002 -90.513809 90.000000 -v -111.899506 -88.896202 90.000000 -v -110.256561 -85.082138 90.000000 -v -107.637558 -86.496826 90.000000 -v -127.087425 -94.643295 89.000000 -v -127.146660 -95.671799 89.000000 -v -127.657005 -97.663612 89.000000 -v -127.337578 -96.684174 89.000000 -v -128.099670 -98.593880 89.000000 -v -129.323334 -100.246269 89.000000 -v -128.658188 -99.459549 89.000000 -v -130.084061 -100.940979 89.000000 -v -123.010796 -102.486267 89.000000 -v -122.287720 -101.602707 89.000000 -v -121.697769 -100.625214 89.000000 -v -121.252991 -99.573700 89.000000 -v -120.974533 -98.467300 89.156433 -v -121.058823 -95.069038 89.000000 -v -120.864349 -96.194077 89.000000 -v -120.844284 -97.334793 89.156433 -v -121.915115 -92.958519 89.000000 -v -121.411484 -93.983147 89.000000 -v -122.559479 -92.016014 89.000000 -v -123.962364 -91.955055 90.000000 -v -128.602844 -100.939735 90.000000 -v -126.154091 -95.793465 90.000000 -v -126.368866 -96.932373 90.000000 -v -121.859375 -96.293663 90.000000 -v -126.728233 -98.034241 90.000000 -v -127.226212 -99.080795 90.000000 -v -123.104820 -101.026222 90.000000 -v -127.854553 -100.054680 90.000000 -v -126.170059 -93.480347 90.000000 -v -138.725189 -85.513885 89.000000 -v -139.645508 -85.976837 89.000000 -v -141.625641 -86.530769 89.000000 -v -140.617706 -86.317688 89.000000 -v -144.695450 -86.379021 89.000000 -v -143.681564 -86.561691 89.000000 -v -142.652603 -86.612556 89.000000 -v -145.677460 -86.067566 89.000000 -v -146.611298 -85.632500 89.000000 -v -143.479080 -92.965836 89.000000 -v -141.210846 -93.172417 89.000000 -v -140.077820 -93.031853 89.000000 -v -138.976334 -92.731430 89.000000 -v -137.928833 -92.277267 89.000000 -v -136.956650 -91.678619 89.000000 -v -136.079590 -90.947678 89.000000 -v -134.185913 -88.121552 89.000000 -v -134.679962 -89.150848 89.000000 -v -147.122910 -86.291008 89.984436 -v -142.261658 -92.154388 90.000000 -v -144.935760 -87.349716 90.000000 -v -140.348297 -87.280716 90.000000 -v -141.482239 -87.520432 90.000000 -v -138.219208 -86.376434 90.000000 -v -139.254578 -86.897263 90.000000 -v -137.540405 -90.866699 90.000000 -v -143.795135 -87.555222 90.000000 -v -142.637558 -87.612442 90.000000 -v -136.637756 -70.870590 89.000000 -v -137.498840 -70.305038 89.000000 -v -138.968628 -68.867157 89.000000 -v -138.280121 -69.633514 89.000000 -v -139.552948 -68.018677 89.000000 -v -140.372116 -66.132751 89.000000 -v -140.023376 -67.102142 89.000000 -v -140.593384 -65.126587 89.000000 -v -145.468292 -70.479568 89.000000 -v -145.053467 -71.542389 89.156433 -v -144.513077 -72.547203 89.000000 -v -143.013916 -74.261856 89.000000 -v -143.824829 -73.458153 89.000000 -v -141.092300 -75.484543 89.000000 -v -141.653687 -75.181305 89.000000 -v -142.096832 -74.941933 89.000000 -v -140.017334 -75.866806 89.156433 -v -137.764847 -76.192322 89.000000 -v -138.902328 -76.103973 89.156433 -v -136.626434 -76.105545 89.000000 -v -141.332916 -66.409981 90.000000 -v -136.089294 -72.246521 90.000000 -v -138.100494 -71.103798 90.000000 -v -137.769516 -75.192337 90.000000 -v -139.753998 -69.486183 90.000000 -v -142.362442 -73.503174 90.000000 -v -140.411346 -68.531647 90.000000 -v -140.940582 -67.500542 90.000000 -v -141.569183 -100.293564 94.233925 -v -142.413437 -104.159317 89.773918 -v -141.701523 -104.632568 89.773918 -v -139.940247 -101.644676 94.124695 -v -154.759537 -81.126953 89.773918 -v -154.589081 -83.374405 89.773918 -v -151.214966 -82.116287 94.124695 -v -150.859344 -84.202553 94.233925 -v -154.249146 -85.602524 89.773918 -v -150.667465 -85.650116 94.124695 -v -154.065399 -86.397568 89.773918 -v -150.437317 -86.269737 94.233925 -v -153.741653 -87.798553 89.773918 -v -153.208572 -89.504906 89.773918 -v -149.946747 -88.328445 94.124695 -v -153.069550 -89.949913 89.773918 -v -149.195679 -90.308815 94.124695 -v -152.236664 -92.044281 89.773918 -v -148.287720 -92.222336 94.124695 -v -151.247757 -94.069664 89.773918 -v -150.501312 -95.343903 89.773918 -v -147.228699 -94.056580 94.124695 -v -150.108521 -96.014450 89.773918 -v -148.825455 -97.867508 89.773918 -v -146.025543 -95.799667 94.124695 -v -144.686020 -97.440292 94.124695 -v -147.405914 -99.618233 89.773918 -v -146.605286 -100.465652 89.773918 -v -145.858047 -101.256577 89.773918 -v -143.218811 -98.967804 94.124695 -v -144.190704 -102.773163 89.773918 -v -138.150116 -102.776680 94.124695 -v -140.536438 -105.407074 89.773918 -v -137.309448 -103.217896 94.124695 -v -138.943207 -106.300323 89.773918 -v -136.274719 -103.760971 94.124695 -v -138.570435 -106.509315 89.773918 -v -136.526703 -107.459709 89.773918 -v -136.017548 -107.651108 89.773918 -v -134.326202 -104.591156 94.124695 -v -134.416931 -108.252815 89.773918 -v -132.961960 -108.677315 89.773918 -v -132.317184 -105.261856 94.124695 -v -132.253235 -108.884087 89.773918 -v -130.260727 -105.768738 94.124695 -v -130.048004 -109.349922 89.773918 -v -128.170135 -106.108482 94.124695 -v -127.813850 -109.647636 89.773918 -v -126.611099 -109.716003 89.773918 -v -126.059006 -106.278915 94.124695 -v -125.563576 -109.775536 89.773918 -v -123.310081 -109.732880 89.773918 -v -123.940994 -106.278915 94.124695 -v -121.829865 -106.108482 94.124695 -v -121.066254 -109.519928 89.773918 -v -120.185455 -109.368431 89.773918 -v -119.739273 -105.768738 94.124695 -v -118.844971 -109.137878 89.773918 -v -117.682816 -105.261856 94.124695 -v -115.673798 -104.591156 94.124695 -v -113.725281 -103.760971 94.124695 -v -112.442444 -107.003853 89.773918 -v -111.058716 -106.295502 89.773918 -v -111.849869 -102.776680 94.124695 -v -110.436142 -105.976799 89.773918 -v -108.513260 -104.800957 89.773918 -v -110.059769 -101.644676 94.124695 -v -106.684814 -103.483063 89.773918 -v -105.733871 -102.681709 89.773918 -v -108.366531 -100.372299 94.124695 -v -106.781189 -98.967804 94.124695 -v -104.961273 -102.030655 89.773918 -v -105.921066 -98.072327 94.124695 -v -103.352509 -100.452049 89.773918 -v -105.313980 -97.440292 94.124695 -v -99.562668 -73.730255 94.233925 -v -96.574036 -71.119408 89.773918 -v -96.794724 -70.496826 89.773918 -v -100.053253 -71.671555 94.124695 -v -101.867752 -98.756302 89.773918 -v -103.974457 -95.799667 94.124695 -v -100.515472 -96.953125 89.773918 -v -99.303452 -95.052841 89.773918 -v -102.771301 -94.056580 94.124695 -v -101.802292 -92.175095 94.233925 -v -98.238632 -93.066330 89.773918 -v -101.148682 -91.034576 94.124695 -v -97.987198 -92.497772 89.773918 -v -100.897812 -90.268982 94.233925 -v -97.327072 -91.004982 89.773918 -v -96.794724 -89.503174 89.773918 -v -100.053253 -88.328445 94.124695 -v -96.574036 -88.880592 89.773918 -v -95.983826 -86.705338 89.773918 -v -99.463989 -86.294060 94.124695 -v -99.140656 -84.202553 94.233925 -v -95.559799 -84.491676 89.773918 -v -98.873062 -82.841232 94.124695 -v -95.414490 -83.217506 89.773918 -v -98.886353 -82.108109 94.233925 -v -95.304413 -82.252289 89.773918 -v -98.699753 -80.000000 94.124695 -v -95.219131 -80.000000 89.773918 -v -95.304428 -77.747711 89.773918 -v -98.785034 -77.883713 94.124695 -v -95.559799 -75.508324 89.773918 -v -99.040329 -75.781143 94.124695 -v -95.983826 -73.294662 89.773918 -v -97.327072 -68.995026 89.773918 -v -100.804306 -69.691185 94.124695 -v -97.987198 -67.502228 89.773918 -v -101.712280 -67.777664 94.124695 -v -98.238632 -66.933670 89.773918 -v -99.303452 -64.947166 89.773918 -v -102.479202 -66.449333 94.124695 -v -102.857193 -65.997734 94.233925 -v -100.515472 -63.046875 89.773918 -v -101.867737 -61.243698 89.773918 -v -103.974457 -64.200333 94.124695 -v -105.313980 -62.559715 94.124695 -v -103.352509 -59.547943 89.773918 -v -105.921066 -61.927673 94.124695 -v -106.781189 -61.032196 94.124695 -v -104.961273 -57.969353 89.773918 -v -107.983932 -59.966644 94.124695 -v -105.733871 -57.318291 89.773918 -v -108.430817 -59.706429 94.233925 -v -106.684814 -56.516937 89.773918 -v -108.513260 -55.199043 89.773918 -v -110.059753 -58.355324 94.124695 -v -111.849884 -57.223320 94.124695 -v -110.436142 -54.023201 89.773918 -v -111.058716 -53.704498 89.773918 -v -113.725281 -56.239037 94.124695 -v -112.442444 -52.996147 89.773918 -v -113.983292 -52.349350 89.773918 -v -115.673798 -55.408844 94.124695 -v -114.520676 -52.123772 89.773918 -v -116.658936 -51.411072 89.773918 -v -117.682816 -54.738144 94.124695 -v -119.739273 -54.231262 94.124695 -v -118.844971 -50.862122 89.773918 -v -121.066254 -50.480072 89.773918 -v -121.829865 -53.891510 94.124695 -v -123.310081 -50.267120 89.773918 -v -123.940994 -53.721085 94.124695 -v -125.563576 -50.224457 89.773918 -v -126.611099 -50.283997 89.773918 -v -126.059006 -53.721085 94.124695 -v -128.170135 -53.891510 94.124695 -v -127.813850 -50.352356 89.773918 -v -129.251495 -54.067245 94.124695 -v -130.048004 -50.650078 89.773918 -v -130.260727 -54.231262 94.124695 -v -149.195679 -69.691185 94.124695 -v -153.069550 -70.050087 89.773918 -v -149.946747 -71.671555 94.124695 -v -132.253235 -51.115906 89.773918 -v -132.961960 -51.322685 89.773918 -v -132.317184 -54.738144 94.124695 -v -134.416931 -51.747192 89.773918 -v -136.017548 -52.348885 89.773918 -v -134.326202 -55.408844 94.124695 -v -136.526703 -52.540291 89.773918 -v -136.274719 -56.239037 94.124695 -v -138.570435 -53.490685 89.773918 -v -138.150116 -57.223320 94.124695 -v -140.536438 -54.592926 89.773918 -v -142.413437 -55.840691 89.773918 -v -139.940247 -58.355324 94.124695 -v -144.190704 -57.226837 89.773918 -v -141.633469 -59.627693 94.124695 -v -143.218811 -61.032196 94.124695 -v -145.858047 -58.743423 89.773918 -v -146.605286 -59.534340 89.773918 -v -144.686020 -62.559715 94.124695 -v -147.405914 -60.381775 89.773918 -v -146.025543 -64.200333 94.124695 -v -150.108521 -63.985550 89.773918 -v -147.228699 -65.943420 94.124695 -v -148.287720 -67.777664 94.124695 -v -151.247757 -65.930336 89.773918 -v -148.851303 -68.965424 94.124695 -v -152.236664 -67.955719 89.773918 -v -153.741653 -72.201447 89.773918 -v -150.536011 -73.705933 94.124695 -v -154.249146 -74.397476 89.773918 -v -150.959656 -75.781143 94.124695 -v -154.589081 -76.625603 89.773918 -v -151.126938 -77.158768 94.124695 -v -151.214966 -77.883713 94.124695 -v -154.759537 -78.873047 89.773918 -v -154.780869 -80.000000 89.773918 -v -123.858116 -85.298355 96.500000 -v -122.979118 -85.029160 96.500000 -v -122.158257 -84.615288 96.500000 -v -121.419144 -84.068649 96.500000 -v -126.587097 -85.182419 96.500000 -v -125.688438 -85.376099 96.500000 -v -124.719101 -88.759430 96.500000 -v -124.769966 -85.415115 96.500000 -v -122.506424 -88.401703 96.500000 -v -128.912994 -83.750305 96.500000 -v -130.013992 -87.187935 96.500000 -v -128.222916 -84.357666 96.500000 -v -127.440102 -84.839661 96.500000 -v -126.950157 -88.544205 96.500000 -v -117.363815 -84.300613 96.500000 -v -120.783051 -83.404953 96.500000 -v -120.268265 -82.643303 96.500000 -v -119.889618 -81.805618 96.500000 -v -119.657959 -79.084015 96.500000 -v -119.889603 -78.194382 96.500000 -v -118.704437 -73.903084 96.500000 -v -120.268265 -77.356689 96.500000 -v -120.783051 -76.595047 96.500000 -v -116.522690 -82.223007 96.500000 -v -119.657959 -80.915985 96.500000 -v -119.580002 -80.000000 96.500000 -v -116.308014 -78.879295 96.500000 -v -130.245117 -81.365723 96.500000 -v -129.938858 -82.232506 96.500000 -v -129.490524 -83.035065 96.500000 -v -128.222916 -75.642334 96.500000 -v -131.673264 -74.318970 96.500000 -v -128.912994 -76.249695 96.500000 -v -129.490524 -76.964935 96.500000 -v -129.938858 -77.767494 96.500000 -v -133.745926 -79.438492 96.500000 -v -130.245117 -78.634277 96.500000 -v -130.400482 -79.540352 96.500000 -v -130.400482 -80.459648 96.500000 -v -132.344940 -84.781029 96.500000 -v -125.688438 -74.623901 96.500000 -v -126.587097 -74.817581 96.500000 -v -129.053650 -72.229904 96.500000 -v -127.440102 -75.160339 96.500000 -v -121.419144 -75.931358 96.500000 -v -122.158257 -75.384712 96.500000 -v -121.452515 -71.986145 96.500000 -v -122.979118 -74.970840 96.500000 -v -123.858116 -74.701653 96.500000 -v -126.950157 -71.455795 96.500000 -v -124.769966 -74.584885 96.500000 -v -132.858337 -88.928818 92.711143 -v -133.587250 -88.230217 92.711143 -v -133.035370 -86.840614 95.394424 -v -134.254288 -87.472321 92.711143 -v -134.854645 -86.660576 92.711143 -v -133.844162 -85.756912 95.394424 -v -135.384003 -85.800850 92.711143 -v -134.507736 -84.578682 95.394424 -v -135.838547 -84.899330 92.711143 -v -136.214981 -83.962509 92.711143 -v -127.505913 -91.627457 92.711143 -v -128.482971 -91.373055 92.711143 -v -128.644562 -89.903458 95.394424 -v -129.434906 -91.036713 92.711143 -v -130.354919 -90.620842 92.711143 -v -129.881073 -89.356094 95.394424 -v -131.236328 -90.128448 92.711143 -v -131.037415 -88.655106 95.394424 -v -132.072815 -89.563087 92.711143 -v -132.094650 -87.811996 95.394424 -v -121.517044 -91.373055 92.711143 -v -122.494095 -91.627457 92.711143 -v -123.315781 -90.417519 95.394424 -v -123.489197 -91.798088 92.711143 -v -124.495186 -91.883713 92.711143 -v -124.661766 -90.547363 95.394424 -v -125.504814 -91.883713 92.711143 -v -126.013306 -90.504021 95.394424 -v -126.510803 -91.798088 92.711143 -v -127.348213 -90.288208 95.394424 -v -116.412735 -88.230217 92.711143 -v -117.141647 -88.928818 92.711143 -v -118.420441 -88.250504 95.394424 -v -117.927185 -89.563087 92.711143 -v -118.763672 -90.128448 92.711143 -v -119.529510 -89.024139 95.394424 -v -119.645081 -90.620842 92.711143 -v -120.728409 -89.649597 95.394424 -v -120.565094 -91.036713 92.711143 -v -121.997437 -90.116615 95.394424 -v -113.489365 -82.997131 92.711143 -v -113.785004 -83.962509 92.711143 -v -115.218445 -83.960114 95.394424 -v -114.161453 -84.899330 92.711143 -v -114.615997 -85.800850 92.711143 -v -115.805161 -85.178436 95.394424 -v -115.145355 -86.660576 92.711143 -v -116.542847 -86.311729 95.394424 -v -115.745712 -87.472321 92.711143 -v -117.419418 -87.341385 95.394424 -v -114.161453 -75.100670 92.711143 -v -113.785004 -76.037498 92.711143 -v -114.792343 -77.323235 95.394424 -v -113.489365 -77.002869 92.711143 -v -113.276657 -77.989838 92.711143 -v -114.533859 -78.650543 95.394424 -v -113.148422 -78.991280 92.711143 -v -113.105576 -80.000000 92.711143 -v -114.447220 -80.000000 95.394424 -v -113.148422 -81.008720 92.711143 -v -114.533859 -81.349457 95.394424 -v -113.276657 -82.010170 92.711143 -v -114.792343 -82.676758 95.394424 -v -117.927170 -70.436913 92.711143 -v -117.141647 -71.071182 92.711143 -v -117.419418 -72.658615 95.394424 -v -116.412750 -71.769783 92.711143 -v -115.745712 -72.527679 92.711143 -v -116.542847 -73.688263 95.394424 -v -115.145355 -73.339417 92.711143 -v -114.615997 -74.199150 92.711143 -v -115.805161 -74.821564 95.394424 -v -115.218445 -76.039886 95.394424 -v -123.489197 -68.201912 92.711143 -v -122.494095 -68.372543 92.711143 -v -121.997437 -69.883385 95.394424 -v -121.517044 -68.626945 92.711143 -v -120.565094 -68.963287 92.711143 -v -120.728409 -70.350403 95.394424 -v -119.645081 -69.379158 92.711143 -v -118.763672 -69.871544 92.711143 -v -119.529510 -70.975861 95.394424 -v -118.420441 -71.749496 95.394424 -v -129.434906 -68.963287 92.711143 -v -128.482971 -68.626945 92.711143 -v -127.348213 -69.711792 95.394424 -v -127.505913 -68.372543 92.711143 -v -126.510803 -68.201912 92.711143 -v -126.013306 -69.495972 95.394424 -v -125.504814 -68.116295 92.711143 -v -124.495186 -68.116295 92.711143 -v -124.661766 -69.452637 95.394424 -v -123.315781 -69.582481 95.394424 -v -134.254288 -72.527679 92.711143 -v -133.587250 -71.769783 92.711143 -v -132.094650 -72.188004 95.394424 -v -132.858337 -71.071182 92.711143 -v -132.072815 -70.436913 92.711143 -v -131.037415 -71.344902 95.394424 -v -131.236328 -69.871544 92.711143 -v -130.354919 -69.379158 92.711143 -v -129.881073 -70.643906 95.394424 -v -128.644562 -70.096542 95.394424 -v -136.723328 -77.989838 92.711143 -v -136.510620 -77.002869 92.711143 -v -135.015182 -76.674728 95.394424 -v -136.214996 -76.037498 92.711143 -v -135.838547 -75.100670 92.711143 -v -134.507721 -75.421318 95.394424 -v -135.384003 -74.199150 92.711143 -v -134.854645 -73.339417 92.711143 -v -133.844162 -74.243088 95.394424 -v -133.035370 -73.159386 95.394424 -v -135.015182 -83.325272 95.394424 -v -136.510620 -82.997131 92.711143 -v -135.358185 -82.017258 95.394424 -v -136.723328 -82.010170 92.711143 -v -136.851578 -81.008720 92.711143 -v -135.531097 -80.676117 95.394424 -v -136.894424 -80.000000 92.711143 -v -136.851578 -78.991280 92.711143 -v -135.531097 -79.323883 95.394424 -v -135.358185 -77.982742 95.394424 -v -109.207504 -95.897156 89.453995 -v -115.253159 -88.304504 89.309021 -v -114.288879 -88.679207 89.000000 -v -109.876663 -92.854431 89.453995 -v -110.353500 -91.925415 89.453995 -v -111.643646 -90.288574 89.453995 -v -113.308411 -89.034645 89.453995 -v -109.217834 -94.844490 89.587784 -v -109.444382 -93.814301 89.587784 -v -110.881378 -91.014618 89.587784 -v -112.386246 -89.542412 89.587784 -v -114.216660 -88.502411 89.587784 -v -109.475815 -92.680328 89.891006 -v -108.963989 -93.675690 89.951057 -v -110.488693 -90.705109 89.951057 -v -112.085419 -89.143028 89.951057 -v -114.027573 -88.039543 89.951057 -v -109.722931 -91.548599 89.987686 -v -113.272018 -84.577942 89.951057 -v -113.357544 -84.002266 89.453995 -v -104.578613 -89.534424 89.309021 -v -104.812378 -89.604164 89.707108 -v -104.918549 -91.211044 89.943512 -v -105.054932 -89.676529 89.891006 -v -106.066559 -87.828934 89.951057 -v -105.309570 -88.625328 89.809021 -v -105.108734 -88.532539 89.587784 -v -104.979782 -88.472977 89.309021 -v -105.832718 -87.677185 89.809021 -v -105.647125 -87.556763 89.587784 -v -105.527985 -87.479439 89.309021 -v -110.170868 -84.785240 89.951057 -v -110.093552 -84.517410 89.809021 -v -111.152756 -84.292107 89.809021 -v -110.032211 -84.304855 89.587784 -v -111.122284 -84.072983 89.587784 -v -109.992813 -84.168388 89.309021 -v -111.102722 -83.932304 89.309021 -v -112.234650 -83.916664 89.453995 -v -112.233780 -84.100555 89.707108 -v -112.232605 -84.353676 89.891006 -v -108.952515 -84.614799 89.453995 -v -109.028152 -84.782425 89.707108 -v -109.132248 -85.013145 89.891006 -v -108.356018 -85.769768 89.987686 -v -107.961670 -85.150017 89.453995 -v -108.060394 -85.305176 89.707108 -v -108.196274 -85.518730 89.891006 -v -107.057098 -85.820831 89.453995 -v -107.176895 -85.960358 89.707108 -v -107.341797 -86.152390 89.891006 -v -106.212021 -86.574066 89.309021 -v -106.318954 -86.667557 89.587784 -v -106.695358 -86.996666 89.951057 -v -103.297073 -74.199936 89.587784 -v -112.934662 -75.711243 89.309021 -v -113.035385 -75.611092 89.587784 -v -113.666245 -76.057182 89.767136 -v -112.128021 -75.063507 89.000000 -v -106.306061 -73.330017 89.453995 -v -107.349030 -73.278465 89.453995 -v -109.411652 -73.577354 89.453995 -v -111.329971 -74.392105 89.453995 -v -104.253204 -73.754486 89.587784 -v -105.258652 -73.435593 89.587784 -v -108.401749 -73.280228 89.587784 -v -110.429153 -73.847382 89.587784 -v -112.245026 -74.912560 89.587784 -v -106.256424 -72.895828 89.891006 -v -105.138489 -72.950249 89.951057 -v -108.473450 -72.785393 89.951057 -v -110.624603 -73.387169 89.951057 -v -112.551331 -74.517365 89.951057 -v -107.360077 -72.543976 89.987686 -v -114.720016 -71.191849 89.951057 -v -115.541656 -71.986023 89.707108 -v -115.840866 -72.246918 89.441124 -v -106.588745 -67.319092 89.707108 -v -105.546326 -67.729919 89.776718 -v -106.647339 -67.565331 89.891006 -v -106.716232 -67.854797 89.987686 -v -108.753220 -67.517632 89.951057 -v -107.685028 -67.260254 89.809021 -v -107.664963 -67.039932 89.587784 -v -107.652084 -66.898476 89.309021 -v -108.767715 -67.239243 89.809021 -v -108.779221 -67.018311 89.587784 -v -108.786606 -66.876465 89.309021 -v -114.139374 -70.325294 89.951057 -v -113.634583 -69.349350 89.809021 -v -114.359299 -70.153984 89.809021 -v -113.787994 -69.189941 89.587784 -v -114.533829 -70.018036 89.587784 -v -113.886475 -69.087593 89.309021 -v -114.645889 -69.930756 89.309021 -v -115.277542 -70.873428 89.309021 -v -115.154190 -70.943878 89.587784 -v -114.962097 -71.053596 89.809021 -v -113.014771 -68.361115 89.309021 -v -112.931854 -68.476448 89.587784 -v -112.802704 -68.656067 89.809021 -v -112.639969 -68.882408 89.951057 -v -112.048538 -67.766136 89.309021 -v -111.982880 -67.892090 89.587784 -v -111.880630 -68.088264 89.809021 -v -111.007446 -67.314751 89.309021 -v -110.960388 -67.448769 89.587784 -v -110.887100 -67.657509 89.809021 -v -110.794739 -67.920532 89.951057 -v -109.912704 -67.016167 89.309021 -v -109.885208 -67.155518 89.587784 -v -109.842361 -67.372559 89.809021 -v -119.128906 -58.374718 89.453995 -v -119.072235 -58.467819 89.000000 -v -122.681503 -67.406738 89.309021 -v -122.839142 -66.384300 89.000000 -v -121.429398 -60.475586 89.453995 -v -121.995544 -61.353050 89.453995 -v -122.768005 -63.288780 89.453995 -v -123.021561 -65.357460 89.453995 -v -120.035385 -58.909996 89.587784 -v -120.814270 -59.621284 89.587784 -v -122.520370 -62.265610 89.587784 -v -123.042908 -64.304962 89.587784 -v -123.028366 -66.410149 89.587784 -v -121.780609 -60.215508 89.891006 -v -120.348083 -58.519836 89.951057 -v -122.377251 -61.140259 89.891006 -v -123.539185 -64.244133 89.951057 -v -123.523766 -66.477829 89.951057 -v -122.019730 -60.038422 89.987686 -v -123.479584 -63.106445 89.987686 -v -127.728859 -66.833710 89.809021 -v -127.355156 -67.916206 89.453995 -v -126.953644 -57.547356 89.309021 -v -126.776360 -57.714928 89.707108 -v -126.376167 -58.093201 89.987686 -v -127.686661 -59.688690 89.951057 -v -127.375458 -58.634918 89.809021 -v -127.556229 -58.507385 89.587784 -v -127.934998 -59.562050 89.809021 -v -128.132080 -59.461548 89.587784 -v -128.258621 -59.397018 89.309021 -v -128.270416 -64.764969 89.951057 -v -127.488091 -66.693207 89.951057 -v -128.206543 -65.861877 89.809021 -v -128.755783 -64.885086 89.587784 -v -128.411545 -65.945053 89.587784 -v -128.893661 -64.919205 89.309021 -v -128.543167 -65.998451 89.309021 -v -127.672295 -58.425507 89.309021 -v -128.042603 -67.016815 89.309021 -v -127.919930 -66.945221 89.587784 -v -129.027191 -63.795074 89.453995 -v -128.844208 -63.776764 89.707108 -v -128.296295 -63.721924 89.987686 -v -129.059113 -62.669365 89.453995 -v -128.875397 -62.677284 89.707108 -v -128.622498 -62.688179 89.891006 -v -128.989471 -61.539474 89.309021 -v -128.849884 -61.565727 89.587784 -v -128.632462 -61.606628 89.809021 -v -128.358490 -61.658157 89.951057 -v -128.700684 -60.442108 89.309021 -v -128.566254 -60.487968 89.587784 -v -128.356873 -60.559387 89.809021 -v -141.091675 -63.566788 89.806961 -v -140.792496 -64.102844 89.453995 -v -140.683533 -64.100319 89.000000 -v -134.734314 -71.648186 89.000000 -v -135.711121 -71.320793 89.000000 -v -134.762207 -71.753540 89.453995 -v -140.123352 -67.145569 89.453995 -v -139.646515 -68.074585 89.453995 -v -138.356354 -69.711426 89.453995 -v -136.691589 -70.965355 89.453995 -v -140.782166 -65.155510 89.587784 -v -140.555603 -66.185699 89.587784 -v -139.118622 -68.985382 89.587784 -v -137.613754 -70.457581 89.587784 -v -135.783340 -71.497589 89.587784 -v -140.524170 -67.319672 89.891006 -v -141.036011 -66.324310 89.951057 -v -139.511307 -69.294891 89.951057 -v -137.914581 -70.856964 89.951057 -v -135.972427 -71.960457 89.951057 -v -140.277069 -68.451401 89.987686 -v -137.768066 -75.501358 89.951057 -v -136.105896 -75.454788 89.889030 -v -136.260986 -75.853874 89.579544 -v -145.187622 -70.395836 89.707108 -v -145.153473 -68.916801 89.922127 -v -144.659927 -70.238396 89.987686 -v -144.945068 -70.323471 89.891006 -v -144.568970 -71.318565 89.891006 -v -144.798752 -71.424713 89.707108 -v -144.965698 -71.501839 89.453995 -v -143.304626 -73.003334 89.951057 -v -144.167282 -72.322815 89.809021 -v -144.352875 -72.443237 89.587784 -v -144.472015 -72.520561 89.309021 -v -138.787842 -75.280647 89.987686 -v -139.869339 -75.354042 89.891006 -v -139.939529 -75.597229 89.707108 -v -138.863678 -75.826073 89.707108 -v -139.990540 -75.773918 89.453995 -v -138.889008 -76.008224 89.453995 -v -137.765076 -76.143387 89.309021 -v -137.765732 -76.001343 89.587784 -v -137.766769 -75.780121 89.809021 -v -141.072174 -75.439934 89.309021 -v -141.013763 -75.310463 89.587784 -v -140.808136 -74.854706 89.951057 -v -142.070572 -74.900642 89.309021 -v -141.994324 -74.780807 89.587784 -v -141.875549 -74.594154 89.809021 -v -141.725906 -74.358963 89.951057 -v -142.982025 -74.224724 89.309021 -v -142.889496 -74.116959 89.587784 -v -142.745361 -73.949120 89.809021 -v -143.787979 -73.425934 89.309021 -v -143.681046 -73.332443 89.587784 -v -143.514496 -73.186821 89.809021 -v -146.663589 -85.728127 89.453995 -v -137.100037 -84.254242 89.000000 -v -136.964615 -84.388908 89.587784 -v -137.871979 -84.936493 89.000000 -v -143.693939 -86.669983 89.453995 -v -142.650970 -86.721535 89.453995 -v -140.588348 -86.422646 89.453995 -v -138.670029 -85.607895 89.453995 -v -145.746796 -86.245514 89.587784 -v -144.741348 -86.564407 89.587784 -v -141.598251 -86.719780 89.587784 -v -139.570862 -86.152618 89.587784 -v -137.754974 -85.087440 89.587784 -v -143.743576 -87.104164 89.891006 -v -138.448914 -85.984840 89.891006 -v -136.261139 -84.145660 89.890091 -v -145.928329 -86.711395 89.951057 -v -142.644394 -87.158508 89.891006 -v -139.375397 -86.612831 89.951057 -v -143.777374 -87.399796 89.987686 -v -140.390442 -87.130058 89.987686 -v -137.448669 -85.482628 89.951057 -v -134.828598 -87.867760 89.951057 -v -134.845795 -89.056122 89.587784 -v -143.467743 -92.918228 89.309021 -v -143.411255 -92.680908 89.707108 -v -144.874893 -91.575340 89.985443 -v -143.283752 -92.145203 89.987686 -v -141.246765 -92.482368 89.951057 -v -142.314972 -92.739746 89.809021 -v -142.335037 -92.960068 89.587784 -v -142.347916 -93.101524 89.309021 -v -141.232285 -92.760757 89.809021 -v -141.220779 -92.981689 89.587784 -v -141.213394 -93.123535 89.309021 -v -136.558716 -90.449783 89.951057 -v -136.365417 -90.650650 89.809021 -v -135.860626 -89.674706 89.951057 -v -136.212006 -90.810059 89.587784 -v -135.466171 -89.981956 89.587784 -v -136.113525 -90.912407 89.309021 -v -135.354111 -90.069244 89.309021 -v -135.315491 -90.099319 89.000000 -v -142.352356 -93.150269 89.000000 -v -134.722473 -89.126572 89.309021 -v -135.037903 -88.946404 89.809021 -v -136.985229 -91.638878 89.309021 -v -137.068146 -91.523560 89.587784 -v -137.197281 -91.343933 89.809021 -v -137.951447 -92.233864 89.309021 -v -138.017120 -92.107910 89.587784 -v -138.119370 -91.911736 89.809021 -v -138.248230 -91.664536 89.951057 -v -138.992554 -92.685249 89.309021 -v -139.039612 -92.551231 89.587784 -v -139.112900 -92.342491 89.809021 -v -140.087296 -92.983833 89.309021 -v -140.114792 -92.844482 89.587784 -v -140.211609 -92.353943 89.951057 -v -131.222504 -102.142273 89.790253 -v -130.828461 -101.695312 89.587784 -v -130.927765 -101.532181 89.000000 -v -127.365738 -92.606064 89.000000 -v -127.181396 -92.556114 89.587784 -v -127.160858 -93.615700 89.000000 -v -128.570587 -99.524414 89.453995 -v -128.004456 -98.646950 89.453995 -v -127.231995 -96.711227 89.453995 -v -126.978439 -94.642540 89.453995 -v -129.964630 -101.090012 89.587784 -v -129.185730 -100.378708 89.587784 -v -127.479630 -97.734398 89.587784 -v -126.957092 -95.695038 89.587784 -v -126.971634 -93.589851 89.587784 -v -128.219391 -99.784500 89.891006 -v -129.651917 -101.480164 89.951057 -v -127.622749 -98.859741 89.891006 -v -126.460808 -95.755867 89.951057 -v -126.476234 -93.522171 89.951057 -v -127.980270 -99.961578 89.987686 -v -126.520409 -96.893555 89.987686 -v -123.220116 -92.540588 89.987686 -v -122.271141 -93.166290 89.809021 -v -122.961426 -91.825577 89.581078 -v -122.644836 -92.083786 89.453995 -v -123.223648 -102.285072 89.707108 -v -123.407585 -102.111198 89.891006 -v -124.756287 -102.998711 89.966751 -v -122.624542 -101.365074 89.809021 -v -122.443771 -101.492615 89.587784 -v -121.906967 -99.350609 89.951057 -v -122.065002 -100.437943 89.809021 -v -121.867920 -100.538452 89.587784 -v -121.741379 -100.602982 89.309021 -v -122.051773 -94.242928 89.951057 -v -121.458969 -95.168060 89.809021 -v -121.793457 -94.138123 89.809021 -v -121.244217 -95.114914 89.587784 -v -121.588455 -94.054947 89.587784 -v -121.106339 -95.080795 89.309021 -v -121.456833 -94.001549 89.309021 -v -122.327705 -101.574493 89.309021 -v -121.957397 -92.983185 89.309021 -v -122.080070 -93.054779 89.587784 -v -120.913040 -96.198944 89.309021 -v -121.054382 -96.213089 89.587784 -v -121.551895 -96.262894 89.951057 -v -120.940887 -97.330635 89.453995 -v -121.124619 -97.322716 89.707108 -v -121.674774 -97.299004 89.987686 -v -121.069550 -98.449432 89.453995 -v -121.250275 -98.415436 89.707108 -v -121.499023 -98.368652 89.891006 -v -121.299316 -99.557892 89.309021 -v -121.433746 -99.512039 89.587784 -v -121.643127 -99.440613 89.809021 -v -105.678207 -97.117615 94.455727 -v -104.363464 -95.507347 94.455727 -v -104.252411 -95.590805 94.401306 -v -105.477463 -97.295464 94.326820 -v -110.418823 -101.124481 94.488869 -v -112.093170 -102.355270 94.455727 -v -110.257263 -101.358543 94.401306 -v -111.959076 -102.587540 94.326820 -v -119.808823 -105.428078 94.401306 -v -117.779541 -104.927910 94.401306 -v -119.782959 -105.554749 94.326820 -v -128.111481 -105.625427 94.455727 -v -126.039413 -105.792709 94.455727 -v -126.045006 -105.931519 94.401306 -v -128.143829 -105.891678 94.326820 -v -136.066116 -103.321342 94.455727 -v -134.153641 -104.136169 94.455727 -v -134.202911 -104.266068 94.401306 -v -136.181091 -103.563660 94.326820 -v -144.212891 -62.978851 94.488869 -v -145.636536 -64.492653 94.455727 -v -144.321777 -62.882385 94.455727 -v -145.747589 -64.409203 94.401306 -v -144.522552 -62.704529 94.326820 -v -137.906830 -57.644737 94.455727 -v -139.663818 -58.755791 94.455727 -v -139.742737 -58.641457 94.401306 -v -138.040924 -57.412460 94.326820 -v -132.141327 -55.345268 94.488869 -v -130.163391 -54.708038 94.455727 -v -132.220459 -55.072090 94.401306 -v -130.217041 -54.445251 94.326820 -v -126.027557 -54.501320 94.500000 -v -121.888504 -54.374573 94.455727 -v -123.954994 -54.068481 94.401306 -v -121.856186 -54.108322 94.326820 -v -113.933884 -56.678650 94.455727 -v -115.846359 -55.863831 94.455727 -v -115.797089 -55.733932 94.401306 -v -113.818909 -56.436340 94.326820 -v -99.270065 -82.077133 94.455727 -v -99.047424 -80.000000 94.401306 -v -99.131592 -82.088310 94.401306 -v -98.918152 -80.000000 94.326820 -v -99.520630 -84.140800 94.455727 -v -99.383514 -84.163086 94.401306 -v -99.676041 -86.241791 94.326820 -v -99.936462 -86.177605 94.455727 -v -100.514816 -88.174355 94.455727 -v -100.383041 -88.218346 94.401306 -v -101.124176 -90.172539 94.401306 -v -101.251984 -90.118088 94.455727 -v -102.143158 -91.996201 94.455727 -v -102.020142 -92.060760 94.401306 -v -102.955872 -93.939850 94.326820 -v -103.182556 -93.796509 94.455727 -v -107.118256 -98.616859 94.455727 -v -107.022018 -98.717056 94.401306 -v -108.504654 -100.203125 94.326820 -v -108.674286 -99.995377 94.455727 -v -113.996246 -103.189911 94.488869 -v -113.874329 -103.446854 94.401306 -v -113.818909 -103.563660 94.326820 -v -115.751251 -104.386948 94.326820 -v -115.797089 -104.266068 94.401306 -v -121.888504 -105.625427 94.455727 -v -121.871765 -105.763336 94.401306 -v -123.949791 -106.060692 94.326820 -v -123.960587 -105.792709 94.455727 -v -130.217041 -105.554749 94.326820 -v -130.163391 -105.291962 94.455727 -v -132.256424 -105.052086 94.326820 -v -132.181793 -104.794464 94.455727 -v -138.040924 -102.587540 94.326820 -v -137.834076 -102.229279 94.488869 -v -139.816177 -101.464935 94.326820 -v -139.742737 -101.358543 94.401306 -v -139.581177 -101.124481 94.488869 -v -141.325714 -99.995377 94.455727 -v -141.413574 -100.102982 94.401306 -v -142.881744 -98.616859 94.455727 -v -143.067535 -98.810287 94.326820 -v -144.425781 -97.209732 94.401306 -v -144.212891 -97.021141 94.488869 -v -145.850952 -95.668465 94.326820 -v -145.636536 -95.507347 94.455727 -v -146.934845 -93.870758 94.401306 -v -147.044113 -93.939850 94.326820 -v -148.477295 -90.002747 94.500000 -v -147.979858 -92.060760 94.401306 -v -148.094330 -92.120842 94.326820 -v -148.875824 -90.172539 94.401306 -v -148.748016 -90.118088 94.455727 -v -149.739578 -88.259285 94.326820 -v -149.485168 -88.174355 94.455727 -v -150.063538 -86.177605 94.455727 -v -150.198425 -86.210854 94.401306 -v -150.479355 -84.140800 94.455727 -v -150.616486 -84.163086 94.401306 -v -150.997269 -82.098717 94.326820 -v -150.729935 -82.077133 94.455727 -v -150.668167 -80.000000 94.488869 -v -150.952560 -80.000000 94.401306 -v -151.300247 -80.000000 94.124695 -v -150.729935 -77.922867 94.455727 -v -151.113647 -77.891891 94.233925 -v -150.335770 -75.882538 94.488869 -v -150.744095 -75.816177 94.326820 -v -150.323944 -73.758209 94.326820 -v -150.198425 -73.789146 94.401306 -v -149.922302 -73.857208 94.488869 -v -149.485168 -71.825645 94.455727 -v -149.616943 -71.781647 94.401306 -v -149.102173 -69.731018 94.233925 -v -148.748016 -69.881912 94.455727 -v -147.856842 -68.003807 94.455727 -v -148.094330 -67.879158 94.326820 -v -147.044113 -66.060150 94.326820 -v -146.817429 -66.203491 94.455727 -v -142.780960 -61.488060 94.488869 -v -143.067535 -61.189713 94.326820 -v -141.495346 -59.796875 94.326820 -v -141.413574 -59.897018 94.401306 -v -141.233704 -60.117310 94.488869 -v -136.066116 -56.678650 94.455727 -v -136.125671 -56.553146 94.401306 -v -134.248749 -55.613045 94.326820 -v -134.153641 -55.863831 94.455727 -v -128.093964 -54.518982 94.488869 -v -128.128235 -54.236664 94.401306 -v -126.050209 -53.939301 94.326820 -v -126.039413 -54.207298 94.455727 -v -119.808823 -54.571922 94.401306 -v -119.836609 -54.708038 94.455727 -v -117.743576 -54.947914 94.326820 -v -117.818192 -55.205536 94.455727 -v -112.023712 -57.524422 94.401306 -v -112.093170 -57.644737 94.455727 -v -110.183823 -58.535065 94.326820 -v -110.336182 -58.755791 94.455727 -v -108.674286 -60.004631 94.455727 -v -108.586426 -59.897018 94.401306 -v -107.118256 -61.383141 94.455727 -v -106.851593 -61.105499 94.233925 -v -105.477463 -62.704529 94.326820 -v -105.787109 -62.978851 94.488869 -v -104.149048 -64.331535 94.326820 -v -104.252411 -64.409203 94.401306 -v -104.479767 -64.580048 94.488869 -v -103.182556 -66.203491 94.455727 -v -103.065140 -66.129242 94.401306 -v -102.143158 -68.003807 94.455727 -v -101.905670 -67.879158 94.326820 -v -101.124176 -69.827461 94.401306 -v -101.251984 -69.881912 94.455727 -v -100.260422 -71.740715 94.326820 -v -100.514816 -71.825645 94.455727 -v -99.936462 -73.822388 94.455727 -v -99.801575 -73.789146 94.401306 -v -99.520630 -75.859200 94.455727 -v -99.255905 -75.816177 94.326820 -v -99.002731 -77.901283 94.326820 -v -99.131592 -77.911682 94.401306 -v -147.929413 -81.951584 93.656433 -v -131.738525 -57.996391 93.656433 -v -112.934479 -60.404350 93.656433 -v -108.386124 -64.076881 93.656433 -v -102.034088 -78.045319 93.809021 -v -102.694778 -74.192169 93.809021 -v -103.267670 -72.321480 93.809021 -v -104.877945 -68.759148 93.809021 -v -111.294327 -61.468712 93.809021 -v -114.623276 -59.418999 93.809021 -v -125.978226 -56.971825 93.809021 -v -127.927628 -57.137749 93.809021 -v -140.227859 -62.697800 93.809021 -v -144.096268 -67.093170 93.809021 -v -146.002853 -70.506111 93.809021 -v -146.732330 -72.321480 93.809021 -v -147.717407 -76.104706 93.809021 -v -147.305222 -85.807831 93.809021 -v -145.122055 -91.240852 93.809021 -v -122.072372 -102.862259 93.809021 -v -120.144073 -102.531616 93.809021 -v -118.261475 -102.003609 93.656433 -v -114.623276 -100.580994 93.809021 -v -112.915268 -99.626846 93.809021 -v -109.772141 -97.302200 93.809021 -v -108.359665 -95.948456 93.809021 -v -103.997147 -89.493889 93.809021 -v -102.694778 -85.807831 93.809021 -v -102.223404 -76.094566 93.953995 -v -103.942429 -70.481377 93.953995 -v -107.020370 -65.482468 93.953995 -v -108.316315 -64.009987 93.953995 -v -109.732468 -62.652710 93.953995 -v -112.883789 -60.322021 93.953995 -v -116.406052 -58.613136 93.809021 -v -118.250748 -57.961365 93.809021 -v -120.144073 -57.468384 93.809021 -v -122.072372 -57.137749 93.809021 -v -124.019226 -56.911827 93.953995 -v -129.868591 -57.409683 93.953995 -v -131.766846 -57.903946 93.953995 -v -133.616333 -58.557419 93.953995 -v -145.174469 -68.729858 93.953995 -v -146.788940 -72.301476 93.953995 -v -147.363342 -74.177040 93.953995 -v -147.965912 -78.045319 93.809021 -v -148.048950 -80.000000 93.809021 -v -144.096268 -92.906830 93.809021 -v -142.932907 -94.479813 93.809021 -v -141.640320 -95.948456 93.809021 -v -140.227859 -97.302200 93.809021 -v -138.705658 -98.531288 93.809021 -v -137.116211 -99.677979 93.953995 -v -135.376724 -100.580994 93.809021 -v -133.593948 -101.386864 93.809021 -v -131.766846 -102.096054 93.953995 -v -129.855927 -102.531616 93.809021 -v -127.927628 -102.862259 93.809021 -v -125.978226 -103.028175 93.809021 -v -124.021774 -103.028175 93.809021 -v -120.131409 -102.590317 93.953995 -v -118.233154 -102.096054 93.953995 -v -116.406052 -101.386864 93.809021 -v -112.883789 -99.677979 93.953995 -v -111.258621 -98.579567 93.953995 -v -107.020370 -94.517532 93.953995 -v -105.853973 -92.940453 93.953995 -v -104.877945 -91.240852 93.809021 -v -103.211044 -87.698524 93.953995 -v -102.282593 -83.895287 93.809021 -v -101.974243 -81.959778 93.953995 -v -101.891006 -80.000000 93.953995 -v -101.892563 -78.033264 94.087784 -v -102.557312 -74.156387 94.087784 -v -104.753937 -68.689880 94.087784 -v -105.853973 -67.059547 93.953995 -v -108.257126 -63.953262 94.087784 -v -109.678299 -62.591171 94.087784 -v -111.209869 -61.354515 94.087784 -v -114.559341 -59.292168 94.087784 -v -125.984253 -56.829910 94.087784 -v -127.945671 -56.996857 94.087784 -v -135.403748 -59.365379 93.953995 -v -137.116211 -60.322021 93.953995 -v -138.741379 -61.420433 93.953995 -v -140.321701 -62.591171 94.087784 -v -141.683685 -64.009987 93.953995 -v -142.979630 -65.482468 93.953995 -v -144.213959 -67.013634 94.087784 -v -146.866257 -72.274162 94.087784 -v -147.442688 -74.156387 94.087784 -v -147.857391 -76.080704 94.087784 -v -148.025742 -81.959778 93.953995 -v -147.776596 -83.905441 93.953995 -v -147.363342 -85.822960 93.953995 -v -146.788940 -87.698524 93.953995 -v -146.057571 -89.518623 93.953995 -v -145.246063 -91.310127 94.087784 -v -122.064751 -102.921822 93.953995 -v -116.353088 -101.518661 94.087784 -v -114.596237 -100.634621 93.953995 -v -111.209869 -98.645485 94.087784 -v -109.678299 -97.408829 94.087784 -v -108.316315 -95.990013 93.953995 -v -104.753937 -91.310127 94.087784 -v -103.942429 -89.518623 93.953995 -v -102.557312 -85.843620 94.087784 -v -102.042145 -76.063477 94.207108 -v -103.133743 -72.274162 94.087784 -v -103.774841 -70.405624 94.207108 -v -106.956589 -65.430962 94.087784 -v -116.315094 -58.386780 94.207108 -v -118.179306 -57.728111 94.207108 -v -120.092667 -57.229912 94.207108 -v -122.041389 -56.895767 94.207108 -v -124.011414 -56.728096 94.207108 -v -129.907318 -57.229912 94.207108 -v -131.820679 -57.728111 94.207108 -v -133.684906 -58.386780 94.207108 -v -145.335022 -68.640175 94.207108 -v -146.132294 -70.447601 94.087784 -v -148.292892 -80.000000 94.207108 -v -144.298386 -93.043434 94.207108 -v -143.122711 -94.633064 94.207108 -v -141.816452 -96.117264 94.207108 -v -140.389023 -97.485336 94.207108 -v -135.486542 -100.798828 94.207108 -v -133.684906 -101.613220 94.207108 -v -131.820679 -102.271889 94.207108 -v -129.907318 -102.770088 94.207108 -v -127.958611 -103.104233 94.207108 -v -125.988579 -103.271904 94.207108 -v -124.011414 -103.271904 94.207108 -v -120.114136 -102.670471 94.087784 -v -118.209152 -102.174446 94.087784 -v -112.840790 -99.747803 94.087784 -v -109.610977 -97.485336 94.207108 -v -108.183548 -96.117264 94.207108 -v -106.956589 -94.569038 94.087784 -v -105.786041 -92.986366 94.087784 -v -103.774841 -89.594368 94.207108 -v -103.133743 -87.725838 94.087784 -v -102.042145 -83.936516 94.207108 -v -101.791016 -81.975372 94.207108 -v -101.707108 -80.000000 94.207108 -v -101.672119 -78.014503 94.309021 -v -102.343231 -74.100632 94.309021 -v -104.560806 -68.581985 94.309021 -v -105.602753 -66.889748 94.309021 -v -108.183548 -63.882744 94.207108 -v -109.610977 -62.514671 94.207108 -v -111.149277 -61.272575 94.207108 -v -112.787369 -60.165421 94.207108 -v -114.513458 -59.201172 94.207108 -v -125.993645 -56.608879 94.309021 -v -127.973770 -56.777412 94.309021 -v -135.540268 -59.094627 94.309021 -v -137.275192 -60.063812 94.309021 -v -138.921677 -61.176643 94.309021 -v -140.467865 -62.425102 94.309021 -v -141.902588 -63.800179 94.309021 -v -143.215546 -65.291985 94.309021 -v -144.397247 -66.889748 94.309021 -v -146.962341 -72.240204 94.207108 -v -147.541290 -74.130699 94.207108 -v -147.957855 -76.063477 94.207108 -v -148.208984 -78.024628 94.207108 -v -148.327881 -81.985497 94.309021 -v -148.075455 -83.956680 94.309021 -v -147.656769 -85.899361 94.309021 -v -147.074844 -87.799538 94.309021 -v -146.333878 -89.643524 94.309021 -v -145.439194 -91.418015 94.309021 -v -138.850723 -98.727417 94.207108 -v -137.212631 -99.834579 94.207108 -v -125.993645 -103.391121 94.309021 -v -124.006355 -103.391121 94.309021 -v -122.026230 -103.222588 94.309021 -v -116.315094 -101.613220 94.207108 -v -114.513458 -100.798828 94.207108 -v -112.724808 -99.936188 94.309021 -v -111.149277 -98.727417 94.207108 -v -108.097412 -96.199821 94.309021 -v -106.784454 -94.708023 94.309021 -v -104.664978 -91.359825 94.207108 -v -102.925156 -87.799538 94.309021 -v -102.458694 -85.869293 94.207108 -v -101.792679 -76.020706 94.391006 -v -102.798996 -72.155884 94.391006 -v -116.270599 -58.276062 94.309021 -v -118.144379 -57.614014 94.309021 -v -120.067535 -57.113274 94.309021 -v -122.026230 -56.777412 94.309021 -v -124.006355 -56.608879 94.309021 -v -129.960663 -56.982475 94.391006 -v -131.894806 -57.486084 94.391006 -v -133.779282 -58.151917 94.391006 -v -145.556000 -68.516724 94.391006 -v -148.412216 -80.000000 94.309021 -v -144.508087 -93.185173 94.391006 -v -141.999191 -96.292404 94.391006 -v -140.556244 -97.675339 94.391006 -v -135.540268 -100.905373 94.309021 -v -133.729401 -101.723938 94.309021 -v -131.855621 -102.385979 94.309021 -v -129.932465 -102.886734 94.309021 -v -127.973770 -103.222588 94.309021 -v -109.532135 -97.574905 94.309021 -v -106.680359 -94.792076 94.391006 -v -105.491898 -93.185173 94.391006 -v -103.666122 -89.643524 94.309021 -v -102.213745 -85.933075 94.391006 -v -101.924545 -83.956680 94.309021 -v -101.672119 -81.985497 94.309021 -v -101.587784 -80.000000 94.309021 -v -101.538818 -78.003159 94.391006 -v -102.073456 -74.030396 94.451057 -v -103.544205 -70.301369 94.391006 -v -104.444000 -68.516724 94.391006 -v -105.491898 -66.814827 94.391006 -v -106.680359 -65.207924 94.391006 -v -107.896149 -63.607292 94.451057 -v -109.347961 -62.215836 94.451057 -v -110.912552 -60.952515 94.451057 -v -112.578644 -59.826439 94.451057 -v -114.334229 -58.845703 94.451057 -v -125.999321 -56.475212 94.391006 -v -127.990761 -56.644707 94.391006 -v -137.421356 -59.826439 94.451057 -v -139.087448 -60.952515 94.451057 -v -140.652039 -62.215836 94.451057 -v -143.432434 -65.116852 94.451057 -v -144.628204 -66.733643 94.451057 -v -146.455795 -70.301369 94.391006 -v -147.337692 -72.107590 94.451057 -v -147.926544 -74.030396 94.451057 -v -148.350220 -75.996201 94.451057 -v -148.605637 -77.990868 94.451057 -v -148.461182 -81.996841 94.391006 -v -148.207321 -83.979294 94.391006 -v -147.786255 -85.933075 94.391006 -v -147.201004 -87.844116 94.391006 -v -146.455795 -89.698631 94.391006 -v -145.556000 -91.483269 94.391006 -v -143.319641 -94.792076 94.391006 -v -137.421356 -100.173561 94.451057 -v -125.999321 -103.524796 94.391006 -v -124.000679 -103.524796 94.391006 -v -122.009239 -103.355301 94.391006 -v -120.039337 -103.017525 94.391006 -v -118.105194 -102.513916 94.391006 -v -116.166656 -101.982605 94.451057 -v -114.334229 -101.154297 94.451057 -v -112.578644 -100.173561 94.451057 -v -110.912552 -99.047485 94.451057 -v -108.000809 -96.292404 94.391006 -v -105.371796 -93.266357 94.451057 -v -104.317429 -91.553970 94.451057 -v -102.798996 -87.844116 94.391006 -v -101.649780 -84.003792 94.451057 -v -101.649780 -75.996201 94.451057 -v -129.991211 -56.840759 94.451057 -v -131.937256 -57.347473 94.451057 -v -133.833344 -58.017395 94.451057 -v -135.665771 -58.845703 94.451057 -v -142.103851 -63.607292 94.451057 -v -144.628204 -93.266357 94.451057 -v -142.103851 -96.392715 94.451057 -v -140.652039 -97.784164 94.451057 -v -139.087448 -99.047485 94.451057 -v -106.567566 -94.883148 94.451057 -v -102.073456 -85.969604 94.451057 -v -154.750793 -83.392845 89.480225 -v -121.053864 -109.612900 89.633949 -v -123.304749 -109.826523 89.633949 -v -96.484512 -71.091438 89.633949 -v -112.402893 -52.911095 89.633949 -v -123.304749 -50.173470 89.633949 -v -125.565353 -50.130684 89.633949 -v -132.276093 -51.024940 89.633949 -v -154.682266 -76.614967 89.633949 -v -154.341248 -85.620163 89.633949 -v -148.900482 -97.923782 89.633949 -v -142.468277 -104.235397 89.633949 -v -140.585358 -105.487099 89.633949 -v -136.563004 -107.546188 89.633949 -v -95.142120 -77.735397 89.480225 -v -95.125336 -80.000000 89.633949 -v -95.074799 -78.467377 89.413605 -v -95.080124 -81.319008 89.464714 -v -95.210892 -82.259384 89.633949 -v -95.077438 -78.899994 89.482635 -v -95.100067 -82.267792 89.317108 -v -95.066696 -81.735588 89.329727 -v -95.892441 -86.726456 89.633949 -v -96.065842 -87.789780 89.413605 -v -96.484512 -88.908569 89.633949 -v -96.202026 -88.200424 89.482635 -v -96.881866 -90.292747 89.482635 -v -97.239914 -91.039642 89.633949 -v -97.124222 -91.082413 89.211426 -v -98.054474 -93.156250 89.317108 -v -99.163025 -95.135109 89.480225 -v -99.763290 -96.190231 89.329727 -v -100.019012 -96.519363 89.464714 -v -101.794891 -98.815384 89.633949 -v -101.438705 -98.477966 89.482635 -v -104.851746 -102.151054 89.480225 -v -108.480637 -104.980972 89.464714 -v -106.346436 -103.430389 89.464714 -v -112.373810 -107.151436 89.480225 -v -114.099457 -107.931931 89.329727 -v -116.658936 -108.588928 89.773918 -v -114.499802 -108.047890 89.464706 -v -114.520676 -107.876228 89.773918 -v -118.811325 -109.297119 89.480225 -v -116.799576 -108.797974 89.482635 -v -123.467377 -109.925194 89.413605 -v -123.243874 -109.933624 89.317017 -v -125.565353 -109.869316 89.633949 -v -123.899994 -109.922569 89.482635 -v -126.099998 -109.922569 89.482635 -v -132.789780 -108.934158 89.413605 -v -132.276093 -108.975060 89.633949 -v -134.446594 -108.341797 89.633949 -v -133.200424 -108.797974 89.482635 -v -135.292755 -108.118134 89.482635 -v -135.705002 -107.986946 89.413605 -v -141.190231 -105.236702 89.329727 -v -141.519363 -104.980972 89.464714 -v -143.477966 -103.561302 89.482635 -v -144.251144 -102.844887 89.633949 -v -143.829514 -103.309135 89.413605 -v -147.476486 -99.680016 89.633949 -v -148.309143 -98.829514 89.413605 -v -148.561310 -98.477966 89.482635 -v -149.854431 -96.698128 89.482635 -v -150.187592 -96.064888 89.633949 -v -152.322449 -92.082214 89.633949 -v -152.986938 -90.705002 89.413605 -v -153.157959 -89.981247 89.633949 -v -153.118134 -90.292747 89.482635 -v -153.832184 -87.823120 89.633949 -v -153.353897 -89.621208 89.485420 -v -153.797974 -88.200424 89.482635 -v -154.925201 -81.532623 89.413605 -v -154.933304 -81.735588 89.329727 -v -154.922577 -81.099998 89.482635 -v -154.919861 -78.680992 89.464714 -v -154.408997 -74.366852 89.480225 -v -153.863083 -72.008705 89.464706 -v -153.118134 -69.707253 89.482635 -v -150.439987 -64.100090 89.067673 -v -151.391205 -65.853447 89.480225 -v -150.187592 -63.935112 89.633949 -v -148.825455 -62.132484 89.773918 -v -149.980972 -63.480644 89.464714 -v -147.476486 -60.319984 89.633949 -v -148.430389 -61.346443 89.464714 -v -148.196396 -61.001526 89.329727 -v -143.998474 -56.803604 89.329727 -v -143.653564 -56.569611 89.464714 -v -140.621338 -54.454063 89.480225 -v -141.698120 -55.145569 89.482635 -v -141.349670 -54.889153 89.413605 -v -135.705002 -52.013054 89.413605 -v -136.589691 -52.390221 89.480225 -v -135.292755 -51.881866 89.482635 -v -134.446594 -51.658211 89.633949 -v -133.200424 -51.202026 89.482635 -v -127.822708 -50.258995 89.633949 -v -126.532623 -50.074799 89.413605 -v -126.099998 -50.077431 89.482635 -v -123.900002 -50.077431 89.482635 -v -117.210220 -51.065842 89.413605 -v -118.811325 -50.702881 89.480225 -v -116.799576 -51.202034 89.482635 -v -114.884171 -51.818115 89.483627 -v -110.356537 -53.881233 89.480225 -v -108.480637 -55.019020 89.464714 -v -104.898163 -57.899963 89.633949 -v -106.522034 -56.438698 89.482635 -v -103.234192 -59.436180 89.480225 -v -101.438705 -61.522041 89.482635 -v -99.222519 -64.899750 89.633949 -v -100.145569 -63.301872 89.482635 -v -97.013046 -69.294998 89.413605 -v -97.239914 -68.960358 89.633949 -v -96.881866 -69.707253 89.482635 -v -127.822708 -109.741013 89.633949 -v -152.385513 -67.889893 89.480225 -v -95.892441 -73.273544 89.633949 -v -96.136917 -72.008705 89.464714 -v -98.154343 -93.107483 89.633949 -v -103.234192 -100.563828 89.480225 -v -110.390274 -106.058617 89.633949 -v -121.044754 -109.681259 89.480225 -v -121.044754 -50.318741 89.480225 -v -95.398911 -84.516228 89.480225 -v -145.923737 -101.323524 89.633949 -v -151.391205 -94.146561 89.480225 -v -130.075592 -50.489677 89.480225 -v -98.092361 -66.862259 89.480225 -v -130.075592 -109.510330 89.480225 -v -138.644592 -106.654190 89.480225 -v -145.972046 -58.627251 89.480225 -v -95.398911 -75.483772 89.480225 -v -114.695724 -78.671410 95.665016 -v -116.673645 -86.214119 95.665016 -v -116.217987 -82.302917 96.475037 -v -115.690964 -81.200264 96.400772 -v -115.135147 -81.271935 96.112923 -v -115.690964 -78.799736 96.400772 -v -115.053497 -80.000000 96.112923 -v -115.135147 -78.728065 96.112923 -v -114.695724 -81.328590 95.665016 -v -114.814209 -80.000000 95.906525 -v -115.369720 -83.898865 95.665016 -v -116.124924 -84.998344 95.906525 -v -115.780411 -83.732597 96.112923 -v -116.333420 -84.880928 96.112923 -v -116.299881 -83.522293 96.400772 -v -118.478149 -86.316063 96.475037 -v -120.293549 -87.763794 96.475037 -v -118.257507 -86.529739 96.400772 -v -120.134323 -88.026443 96.400772 -v -119.843811 -88.505684 96.112923 -v -118.798447 -87.776497 96.112923 -v -119.719757 -88.710304 95.906525 -v -118.522202 -88.122910 95.665016 -v -122.416794 -88.703690 96.475037 -v -124.709007 -89.074280 96.475037 -v -122.329399 -88.998146 96.400772 -v -124.699158 -89.381271 96.400772 -v -124.681198 -89.941399 96.112923 -v -123.412537 -89.819016 96.112923 -v -124.673531 -90.180557 95.906525 -v -123.341827 -90.256409 95.665016 -v -128.135559 -88.520302 96.475037 -v -127.088600 -89.150764 96.400772 -v -129.476318 -88.580246 96.279053 -v -128.435181 -89.334488 96.112923 -v -129.600647 -88.818565 96.112923 -v -129.711319 -89.030716 95.906525 -v -128.588196 -89.750290 95.665016 -v -131.103790 -86.720940 96.475037 -v -132.866364 -85.120438 96.400772 -v -131.310272 -86.948318 96.400772 -v -133.336060 -85.426170 96.112923 -v -132.573730 -86.447609 96.112923 -v -133.536591 -85.556702 95.906525 -v -132.911102 -86.734825 95.665016 -v -133.911530 -81.735519 96.475037 -v -134.213013 -81.794235 96.400772 -v -134.926071 -80.637276 96.112923 -v -134.763092 -81.901360 96.112923 -v -135.368225 -80.665657 95.665016 -v -135.197998 -81.986053 95.665016 -v -133.911530 -78.264481 96.475037 -v -133.179840 -76.060791 96.475037 -v -134.213013 -78.205765 96.400772 -v -133.456573 -75.927521 96.400772 -v -133.961487 -75.684372 96.112923 -v -134.439789 -76.865776 96.112923 -v -134.360687 -75.492126 95.665016 -v -134.860291 -76.726158 95.665016 -v -129.199356 -71.950615 96.475037 -v -129.341431 -71.678299 96.400772 -v -130.536774 -72.062614 96.279053 -v -129.600647 -71.181427 96.112923 -v -130.827454 -71.645897 95.906525 -v -129.711319 -70.969284 95.906525 -v -130.944061 -71.478760 95.665016 -v -124.709007 -70.925720 96.475037 -v -125.901276 -70.657280 96.400772 -v -124.681198 -70.058601 96.112923 -v -125.955093 -70.099457 96.112923 -v -124.673531 -69.819443 95.906525 -v -125.997635 -69.658432 95.665016 -v -120.293549 -72.236206 96.475037 -v -121.200668 -71.417236 96.400772 -v -119.843811 -71.494316 96.112923 -v -120.973816 -70.904785 96.112923 -v -119.719757 -71.289696 95.906525 -v -120.794479 -70.499634 95.665016 -v -117.089340 -75.544800 96.475037 -v -117.477859 -74.386078 96.400772 -v -116.333420 -75.119072 96.112923 -v -117.028732 -74.050888 96.112923 -v -116.124924 -75.001648 95.906525 -v -116.673645 -73.785881 95.665016 -v -115.147339 -82.583672 95.906525 -v -115.378784 -82.522980 96.112923 -v -116.836960 -86.092224 95.906525 -v -117.244156 -85.788338 96.279053 -v -117.089340 -84.455200 96.475037 -v -117.683044 -87.086082 95.906525 -v -117.854935 -86.919609 96.112923 -v -120.794479 -89.500366 95.665016 -v -120.973816 -89.095215 96.112923 -v -122.101860 -89.764793 95.906525 -v -122.169945 -89.535400 96.112923 -v -125.997635 -90.341568 95.665016 -v -125.955093 -89.900551 96.112923 -v -127.266556 -89.930412 95.906525 -v -127.213310 -89.697128 96.112923 -v -130.944061 -88.521248 95.665016 -v -130.690567 -88.157852 96.112923 -v -130.369934 -87.698212 96.400772 -v -131.847916 -87.540321 95.906525 -v -131.687042 -87.363182 96.112923 -v -134.360687 -84.507866 95.665016 -v -133.961487 -84.315628 96.112923 -v -133.456573 -84.072472 96.400772 -v -133.179840 -83.939209 96.475037 -v -134.666885 -83.209625 95.906525 -v -134.439789 -83.134224 96.112923 -v -135.164856 -79.347397 95.906525 -v -134.926071 -79.362724 96.112923 -v -134.366806 -79.398628 96.400772 -v -134.997955 -78.052902 95.906525 -v -134.763092 -78.098633 96.112923 -v -133.536591 -74.443291 95.906525 -v -133.336060 -74.573830 96.112923 -v -132.755920 -73.397278 95.906525 -v -132.573730 -73.552391 96.112923 -v -131.103790 -73.279053 96.475037 -v -132.147003 -73.915672 96.400772 -v -131.687042 -72.636818 96.112923 -v -131.984924 -72.308815 95.665016 -v -128.517822 -70.440948 95.906525 -v -128.435181 -70.665512 96.112923 -v -127.020256 -71.148682 96.475037 -v -127.153488 -70.564934 96.279053 -v -127.266556 -70.069580 95.906525 -v -123.374352 -69.944771 95.906525 -v -123.412537 -70.180984 96.112923 -v -122.416794 -71.296310 96.475037 -v -123.501984 -70.734222 96.400772 -v -122.169945 -70.464600 96.112923 -v -122.043877 -70.039848 95.665016 -v -118.649261 -72.036423 95.906525 -v -118.798447 -72.223503 96.112923 -v -118.478149 -73.683937 96.475037 -v -119.147873 -72.661659 96.400772 -v -117.854935 -73.080383 96.112923 -v -117.536652 -72.772148 95.665016 -v -115.558624 -76.177605 95.906525 -v -115.780411 -76.267403 96.112923 -v -115.995590 -78.839012 96.475037 -v -116.299881 -76.477707 96.400772 -v -115.378784 -77.477020 96.112923 -v -114.950211 -77.364639 95.665016 -v -93.797607 -78.900002 89.269043 -v -93.564514 -81.099998 86.500000 -v -94.524597 -77.767487 88.986931 -v -95.066696 -78.264412 89.329727 -v -94.353989 -78.899994 89.603348 -v -93.967789 -78.146744 89.084793 -v -94.195023 -77.917847 89.076172 -v -94.142914 -77.610756 87.611092 -v -94.603882 -77.619102 88.706810 -v -94.315735 -78.110855 89.343758 -v -94.084625 -78.489319 89.494316 -v -93.807220 -78.713882 89.258629 -v -93.921295 -78.899994 89.466843 -v -93.778412 -77.772408 87.407745 -v -93.090424 -78.899994 87.158882 -v -93.128128 -78.608902 87.175079 -v -93.626434 -78.467590 86.569305 -v -93.931488 -77.910690 86.910736 -v -94.291763 -77.595970 87.397957 -v -93.926804 -77.736473 87.173752 -v -93.453415 -78.190491 86.783997 -v -93.267166 -78.251671 87.167694 -v -93.692139 -78.283905 86.642845 -v -93.236130 -78.542450 86.712402 -v -93.064621 -78.899994 86.989487 -v -93.185272 -78.899994 86.674156 -v -95.180786 -77.773521 87.068710 -v -95.372406 -78.064102 86.776939 -v -95.531342 -78.279266 86.645134 -v -95.713974 -78.515587 86.553810 -v -94.398483 -81.662964 89.476112 -v -94.353989 -81.099998 89.603348 -v -95.072876 -82.089951 89.067673 -v -95.091980 -82.347412 88.705231 -v -93.797607 -81.099998 89.269043 -v -93.869843 -81.099998 89.407684 -v -94.532455 -82.425560 88.473442 -v -94.406235 -82.252983 88.929466 -v -94.229980 -82.219032 88.800926 -v -94.078354 -82.040306 88.965088 -v -94.195343 -81.706299 89.441628 -v -93.889069 -81.662964 89.170029 -v -94.048569 -81.099998 89.557617 -v -93.090424 -81.099998 87.158882 -v -93.596481 -82.089310 87.376312 -v -93.266418 -81.716087 87.234497 -v -93.936996 -82.304901 87.522614 -v -94.291763 -82.404030 87.397957 -v -93.931488 -82.089310 86.910736 -v -93.446991 -81.976318 87.115875 -v -93.629028 -81.748322 86.664772 -v -93.187469 -81.457550 86.780014 -v -93.591858 -81.391098 86.530602 -v -93.097534 -81.099998 86.821327 -v -93.328308 -81.271217 86.574837 -v -96.018997 -81.102333 86.500008 -v -95.250778 -82.112999 86.933655 -v -95.506073 -81.754189 86.662247 -v -97.042984 -91.704651 88.239975 -v -94.936462 -88.415924 89.258629 -v -102.028275 -99.770973 88.239975 -v -99.110168 -97.450386 89.269043 -v -109.262131 -105.901978 88.239975 -v -105.624847 -104.479523 89.258629 -v -118.036560 -109.497513 88.239975 -v -114.311768 -109.335320 89.269043 -v -127.492599 -110.205620 88.239975 -v -123.900002 -111.202393 89.269043 -v -133.595917 -110.015152 89.269043 -v -142.294159 -105.991447 89.258629 -v -150.901978 -95.737869 88.239975 -v -149.479523 -99.375145 89.258629 -v -154.497513 -86.963455 88.239975 -v -154.335327 -90.688232 89.269043 -v -155.205627 -77.507401 88.239975 -v -156.192780 -81.286118 89.258629 -v -156.909576 -81.100006 87.158882 -v -152.957001 -68.295341 88.239975 -v -155.015152 -71.404091 89.269043 -v -150.991455 -62.705841 89.258629 -v -140.840195 -53.961555 87.762009 -v -144.375153 -55.520477 89.258629 -v -131.963455 -50.502487 88.239975 -v -135.688232 -50.664680 89.269043 -v -122.507401 -49.794380 88.239975 -v -126.099998 -48.797607 89.269043 -v -113.295334 -52.042976 88.239975 -v -116.584076 -49.936470 89.258629 -v -105.229019 -57.028282 88.239975 -v -107.705841 -54.008553 89.258629 -v -98.961563 -64.159805 87.762009 -v -100.520477 -60.624855 89.258629 -v -95.341064 -72.981400 87.762009 -v -95.731339 -69.137726 89.258629 -v -94.312286 -88.814438 87.158882 -v -95.442993 -90.760262 86.500000 -v -98.538055 -97.866058 87.158882 -v -100.214722 -99.367233 86.500000 -v -105.354111 -105.168823 87.158882 -v -107.412598 -106.078400 86.500000 -v -126.099998 -111.814728 86.674156 -v -135.760254 -109.556999 86.500000 -v -135.877457 -109.917679 86.674156 -v -133.814438 -110.687721 87.158882 -v -142.866058 -106.461945 87.158882 -v -144.367233 -104.785278 86.500000 -v -150.168823 -99.645889 87.158882 -v -151.078400 -97.587395 86.500000 -v -155.236847 -88.667938 86.500000 -v -156.435486 -78.899994 86.500000 -v -155.687714 -71.185562 87.158882 -v -154.557007 -69.239738 86.500000 -v -151.461945 -62.133942 87.158882 -v -149.785278 -60.632774 86.500000 -v -144.645889 -54.831177 87.158882 -v -142.587402 -53.921593 86.500000 -v -135.892975 -50.034554 86.743958 -v -123.899994 -48.185272 86.674156 -v -114.239746 -50.442993 86.500000 -v -116.185562 -49.312279 87.158882 -v -107.133942 -53.538055 87.158882 -v -105.632767 -55.214722 86.500000 -v -94.763153 -71.332062 86.500000 -v -95.223511 -88.518356 89.557617 -v -123.899994 -110.951424 89.557617 -v -133.518356 -109.776474 89.557617 -v -155.951416 -81.099998 89.557617 -v -154.776474 -71.481651 89.557617 -v -135.610687 -50.903366 89.557617 -v -116.481644 -50.223518 89.557617 -v -95.159607 -71.460876 89.517235 -v -95.903366 -69.389320 89.557617 -v -95.857498 -87.121452 88.896599 -v -95.326294 -87.294174 88.986931 -v -95.995407 -87.599258 89.329727 -v -95.513977 -88.423981 89.603348 -v -94.913925 -87.826935 89.084793 -v -95.059311 -87.539009 89.076172 -v -95.274109 -87.108139 88.473442 -v -95.233749 -87.685280 89.343758 -v -95.130920 -88.116631 89.494316 -v -94.787155 -87.358086 87.426231 -v -94.487854 -87.717171 87.376312 -v -94.258179 -88.525932 87.175079 -v -94.688416 -88.237556 86.569305 -v -94.806442 -87.613647 86.910736 -v -95.340897 -87.018661 87.762260 -v -94.946777 -87.326828 87.213425 -v -94.438248 -88.027481 86.783997 -v -94.280014 -88.143227 87.167694 -v -94.694168 -88.042557 86.642845 -v -94.340347 -88.429367 86.712402 -v -94.255478 -88.652863 86.911140 -v -94.402466 -88.785126 86.674156 -v -95.952225 -87.097130 87.068710 -v -96.224243 -87.314285 86.776939 -v -96.441895 -87.469795 86.645134 -v -97.097015 -87.907394 86.500008 -v -96.410110 -91.037964 89.476112 -v -96.193817 -90.516304 89.603348 -v -96.571426 -91.401657 89.200119 -v -97.237335 -91.368156 88.896599 -v -95.664673 -90.688232 89.269043 -v -95.896362 -91.032745 89.353645 -v -96.773178 -91.721832 88.473442 -v -96.599792 -91.596710 88.929466 -v -96.421692 -91.618881 88.800926 -v -95.925629 -91.195381 89.170029 -v -96.230301 -91.141953 89.441628 -v -95.975586 -90.804031 89.541939 -v -94.992111 -90.906761 87.158882 -v -95.779114 -91.691269 87.376312 -v -95.349884 -91.438309 87.234497 -v -96.169571 -91.791084 87.522614 -v -96.537613 -91.775734 87.397957 -v -96.097717 -91.587753 86.910736 -v -95.602036 -91.630005 87.115875 -v -95.704697 -91.356918 86.664772 -v -95.194885 -91.216827 86.780014 -v -95.558945 -91.028671 86.530602 -v -94.967575 -90.914734 86.989487 -v -95.271271 -90.996094 86.574837 -v -95.034546 -90.892975 86.743958 -v -97.778061 -90.003998 86.500008 -v -97.359756 -91.202599 86.933655 -v -97.491684 -90.782455 86.662247 -v -99.032639 -96.106857 88.986931 -v -99.097748 -95.738052 88.239784 -v -99.433823 -97.215240 89.604652 -v -98.805099 -96.740967 89.084793 -v -98.802216 -96.290924 88.800926 -v -98.925522 -95.946045 88.473442 -v -98.888336 -96.391678 89.108101 -v -99.065491 -96.507416 89.343758 -v -99.100983 -96.949432 89.494316 -v -99.008545 -97.294159 89.258629 -v -99.258835 -97.342377 89.517235 -v -98.743469 -96.104950 87.397957 -v -98.365952 -96.768234 87.376312 -v -98.397446 -97.608391 87.175079 -v -98.717529 -97.201172 86.569305 -v -98.681808 -96.255188 87.213425 -v -98.414673 -97.078690 86.783997 -v -98.299957 -97.237671 87.167694 -v -98.662720 -97.013947 86.642845 -v -98.445755 -97.491158 86.712402 -v -98.543793 -97.861885 86.821327 -v -98.614777 -97.810310 86.674156 -v -99.567062 -95.726028 87.068710 -v -99.892883 -95.848495 86.776939 -v -100.147934 -95.929138 86.645134 -v -100.906189 -96.142883 86.500008 -v -101.690857 -98.829514 89.413605 -v -100.853409 -98.903198 89.603348 -v -101.516602 -99.583641 89.212769 -v -102.109100 -99.390884 88.896599 -v -100.403305 -99.230225 89.269043 -v -100.461731 -99.187759 89.407684 -v -101.776947 -99.870697 88.473442 -v -101.827209 -99.772331 88.720825 -v -101.410843 -99.881401 88.800926 -v -101.183121 -99.825928 88.965088 -v -101.081451 -99.486946 89.441628 -v -100.808182 -99.631912 89.170029 -v -100.606323 -99.082710 89.557617 -v -99.831177 -99.645889 87.158882 -v -100.822083 -100.148811 87.376312 -v -100.335693 -100.040871 87.234497 -v -101.224289 -100.123077 87.522614 -v -101.569565 -99.994751 87.397957 -v -101.093109 -99.951904 86.910736 -v -100.634735 -100.145264 87.115875 -v -100.647995 -99.853821 86.664772 -v -100.119843 -99.878113 86.780014 -v -100.407944 -99.586670 86.530602 -v -99.836914 -99.641724 86.821327 -v -100.124268 -99.644592 86.574837 -v -102.201797 -97.926414 86.500008 -v -102.174362 -99.195602 86.933655 -v -102.169998 -98.755264 86.662247 -v -105.280869 -103.342880 88.986931 -v -105.129303 -103.223045 88.473442 -v -105.848267 -103.088654 89.213837 -v -106.001526 -103.196396 89.329727 -v -106.096802 -104.146584 89.603348 -v -105.260406 -104.016266 89.084793 -v -105.208786 -103.697884 89.076172 -v -105.435883 -103.713684 89.343758 -v -105.606247 -104.123100 89.494316 -v -105.842468 -104.496635 89.466843 -v -104.846252 -103.949455 87.407745 -v -105.140747 -104.967216 87.175079 -v -105.319336 -104.481018 86.569305 -v -105.048096 -103.906891 86.910736 -v -105.130753 -103.111397 87.762260 -v -104.904388 -103.808273 87.173752 -v -104.993469 -104.458115 86.783997 -v -104.933472 -104.644760 87.167694 -v -105.209366 -104.319893 86.642845 -v -105.150482 -104.840790 86.712402 -v -105.213181 -105.071495 86.911140 -v -105.409851 -105.092087 86.674156 -v -105.671448 -102.815552 87.068710 -v -106.019165 -102.831345 86.776939 -v -106.286652 -102.829224 86.645134 -v -107.073578 -102.798203 86.500008 -v -108.358246 -105.734619 89.476112 -v -107.876648 -105.439713 89.603348 -v -108.717636 -105.881920 89.212769 -v -109.221573 -105.515511 88.896599 -v -107.549606 -105.889832 89.269043 -v -109.053955 -106.074463 88.473442 -v -109.071350 -105.965393 88.720825 -v -108.709076 -106.197784 88.800926 -v -108.475342 -106.215393 88.965088 -v -108.273895 -105.924423 89.441628 -v -107.939545 -106.032364 89.353645 -v -107.869202 -105.800774 89.541939 -v -107.133942 -106.461945 87.158882 -v -107.962708 -106.681923 87.291718 -v -107.548996 -106.651733 87.197731 -v -108.606323 -106.485283 87.522614 -v -108.895050 -106.256531 87.397957 -v -108.428680 -106.363022 86.910736 -v -108.052490 -106.688560 87.115875 -v -107.975037 -106.407288 86.664772 -v -107.480240 -106.593597 86.780014 -v -107.664169 -106.227386 86.530602 -v -107.412277 -106.370132 86.574837 -v -107.160172 -106.425850 86.743958 -v -108.857193 -104.094063 86.500008 -v -109.223297 -105.309616 86.933655 -v -109.083069 -104.892174 86.662247 -v -113.764343 -107.816544 89.067673 -v -113.459335 -108.293945 88.986931 -v -113.295227 -107.957306 88.239784 -v -114.483704 -108.806175 89.603348 -v -113.647964 -108.940697 89.084793 -v -113.298538 -108.349136 88.592575 -v -113.500488 -108.653847 89.076172 -v -113.721359 -108.598694 89.343758 -v -114.009888 -108.935432 89.494316 -v -114.137726 -109.268661 89.258629 -v -114.368561 -109.160553 89.517235 -v -114.411789 -109.027504 89.586998 -v -113.224258 -108.462379 87.397957 -v -113.308731 -109.220886 87.376312 -v -114.093231 -110.007889 87.158882 -v -113.828033 -109.882072 87.175079 -v -113.847626 -109.364494 86.569305 -v -113.428726 -109.217224 86.851753 -v -113.262695 -108.620163 87.213425 -v -113.531250 -109.639458 87.167694 -v -113.693237 -109.245239 86.642845 -v -113.798203 -109.758835 86.712402 -v -114.095428 -110.001129 86.821327 -v -114.141525 -109.859245 86.613991 -v -113.667847 -107.671730 87.068710 -v -114.003418 -107.579300 86.776939 -v -114.257172 -107.494621 86.645134 -v -114.995697 -107.222061 86.500008 -v -117.210220 -108.934158 89.413605 -v -116.551880 -109.560303 89.610146 -v -117.512512 -109.646698 89.212769 -v -117.878555 -109.142494 88.896599 -v -116.404099 -110.015152 89.269043 -v -116.426422 -109.946457 89.407684 -v -117.830658 -109.769707 88.627487 -v -117.385132 -110.038727 88.965088 -v -117.103622 -109.824242 89.441628 -v -116.967758 -110.102142 89.170029 -v -116.504105 -109.707336 89.586998 -v -116.185562 -110.687721 87.158882 -v -117.282822 -110.512154 87.376312 -v -116.825882 -110.710724 87.234497 -v -117.510010 -110.350655 87.328041 -v -117.981400 -109.658928 87.762009 -v -117.676651 -110.105919 87.269997 -v -117.386353 -110.193550 86.910736 -v -117.129181 -110.619400 87.115875 -v -116.968597 -110.375824 86.664772 -v -116.555603 -110.705917 86.780014 -v -116.617371 -110.300797 86.530602 -v -116.177582 -110.712265 86.989487 -v -116.421906 -110.514389 86.574837 -v -116.199356 -110.645287 86.743958 -v -117.092758 -107.903221 86.500008 -v -117.816574 -108.946144 86.933655 -v -117.554214 -108.592468 86.662247 -v -122.910049 -109.927116 89.067673 -v -122.767487 -110.475403 88.986931 -v -123.899994 -110.646011 89.603348 -v -123.146744 -111.032211 89.084793 -v -122.917847 -110.804970 89.076172 -v -122.509972 -110.376366 87.762260 -v -122.574432 -110.467537 88.473442 -v -123.110855 -110.684265 89.343758 -v -123.489319 -110.915367 89.494316 -v -123.713882 -111.192772 89.258629 -v -122.772408 -111.221588 87.407745 -v -123.899994 -111.909569 87.158882 -v -123.608902 -111.871864 87.175079 -v -123.467590 -111.373566 86.569305 -v -123.023682 -111.362953 86.851753 -v -122.595970 -110.708229 87.397957 -v -122.736473 -111.073196 87.173752 -v -123.251671 -111.732834 87.167694 -v -123.283905 -111.307861 86.642845 -v -123.542450 -111.763870 86.712402 -v -123.899994 -111.935371 86.989487 -v -123.899994 -111.814728 86.674156 -v -122.773521 -109.819214 87.068710 -v -123.064102 -109.627602 86.776939 -v -123.279266 -109.468658 86.645134 -v -126.662964 -110.601524 89.476112 -v -126.100006 -110.646011 89.603348 -v -126.922897 -109.936218 89.213837 -v -127.232620 -109.916809 88.896599 -v -126.099998 -111.202393 89.269043 -v -126.099998 -111.130157 89.407684 -v -127.425560 -110.467537 88.473442 -v -127.252983 -110.593773 88.929466 -v -127.219032 -110.770020 88.800926 -v -127.040306 -110.921646 88.965088 -v -126.706299 -110.804657 89.441628 -v -126.662964 -111.110939 89.170029 -v -126.306206 -110.942490 89.541939 -v -126.099998 -111.909569 87.158882 -v -127.089310 -111.403519 87.376312 -v -126.716087 -111.733566 87.234497 -v -127.304901 -111.063004 87.522614 -v -127.404030 -110.708229 87.397957 -v -127.089310 -111.068520 86.910736 -v -126.976318 -111.552994 87.115875 -v -126.748322 -111.370964 86.664772 -v -126.809509 -111.675591 86.963303 -v -126.391098 -111.408142 86.530602 -v -126.099998 -111.935371 86.989487 -v -126.457550 -111.812531 86.780014 -v -126.099998 -111.521156 86.507393 -v -126.102333 -108.981010 86.500008 -v -127.112999 -109.749222 86.933655 -v -126.754189 -109.493927 86.662247 -v -132.294174 -109.673714 88.986931 -v -131.963531 -109.497826 88.239784 -v -132.422012 -109.065247 89.213837 -v -133.423981 -109.486008 89.603348 -v -132.826935 -110.086067 89.084793 -v -132.539001 -109.940689 89.076172 -v -132.108139 -109.725891 88.473442 -v -132.685272 -109.766251 89.343758 -v -133.116638 -109.869080 89.494316 -v -133.415924 -110.063522 89.258629 -v -132.203003 -109.948151 87.397957 -v -132.717163 -110.512154 87.376312 -v -133.525940 -110.741821 87.175079 -v -133.237549 -110.311569 86.569305 -v -132.613647 -110.193550 86.910736 -v -132.326828 -110.053215 87.213425 -v -133.027481 -110.561745 86.783997 -v -133.143219 -110.719986 87.167694 -v -133.042557 -110.305847 86.642845 -v -133.429367 -110.659653 86.712402 -v -133.561249 -110.439018 86.538551 -v -133.652863 -110.744530 86.911140 -v -133.766144 -110.539085 86.613991 -v -132.097137 -109.047775 87.068710 -v -132.314285 -108.775749 86.776939 -v -132.469788 -108.558090 86.645134 -v -132.907074 -107.903496 86.500008 -v -136.037964 -108.589897 89.476112 -v -135.516296 -108.806175 89.603348 -v -136.235657 -107.816544 89.067673 -v -136.474609 -107.718826 88.705231 -v -135.688232 -109.335320 89.269043 -v -135.665909 -109.266617 89.407684 -v -136.721832 -108.226814 88.473442 -v -136.596710 -108.400192 88.929466 -v -136.618881 -108.578308 88.800926 -v -136.495758 -108.777740 88.965088 -v -136.141953 -108.769691 89.441628 -v -136.195374 -109.074371 89.170029 -v -135.588211 -109.027504 89.586998 -v -135.906769 -110.007889 87.158882 -v -136.691269 -109.220886 87.376312 -v -136.438309 -109.650116 87.234497 -v -136.791077 -108.830421 87.522614 -v -136.775726 -108.462379 87.397957 -v -136.587753 -108.902283 86.910736 -v -136.630005 -109.397964 87.115875 -v -136.356918 -109.295296 86.664772 -v -136.509247 -109.566109 86.963303 -v -136.028671 -109.441048 86.530602 -v -135.914734 -110.032425 86.989487 -v -136.216827 -109.805099 86.780014 -v -135.836578 -109.791870 86.565247 -v -135.153198 -107.278755 86.505745 -v -136.202606 -107.640236 86.933655 -v -135.782455 -107.508316 86.662247 -v -141.507416 -105.934509 89.343758 -v -140.940201 -105.990417 88.706810 -v -140.564468 -105.646584 88.281067 -v -142.123352 -105.439713 89.603348 -v -141.740967 -106.194901 89.084793 -v -141.290924 -106.197784 88.800926 -v -140.946045 -106.074463 88.473442 -v -141.391678 -106.111664 89.108101 -v -141.949432 -105.899010 89.494316 -v -142.302872 -105.686798 89.557617 -v -141.334244 -106.460335 87.426231 -v -141.768234 -106.634041 87.376312 -v -142.608398 -106.602554 87.175079 -v -142.201172 -106.282471 86.569305 -v -141.835815 -106.534813 86.851753 -v -140.840302 -106.038597 87.762260 -v -141.255188 -106.318192 87.213425 -v -142.237671 -106.700043 87.167694 -v -142.013947 -106.337280 86.642845 -v -142.491150 -106.554245 86.712402 -v -142.729950 -106.565903 86.911140 -v -142.810303 -106.385216 86.674156 -v -140.726028 -105.432938 87.068710 -v -140.848495 -105.107124 86.776939 -v -140.929138 -104.852066 86.645134 -v -141.142609 -104.094788 86.500008 -v -144.332489 -103.779694 89.476112 -v -143.903198 -104.146584 89.603348 -v -144.583649 -103.483398 89.212769 -v -144.478592 -102.816322 88.705231 -v -144.375153 -104.479523 89.258629 -v -144.870697 -103.223045 88.473442 -v -144.892166 -103.468529 88.702118 -v -144.739594 -104.016266 89.084793 -v -144.486938 -103.918549 89.441628 -v -144.082703 -104.393669 89.557617 -v -144.645889 -105.168823 87.158882 -v -145.148804 -104.177917 87.376312 -v -145.040863 -104.664307 87.234497 -v -145.123077 -103.775711 87.522614 -v -144.994751 -103.430428 87.397957 -v -144.951904 -103.906891 86.910736 -v -145.145264 -104.365257 87.115875 -v -144.853821 -104.352005 86.664772 -v -144.878113 -104.880150 86.780014 -v -144.586670 -104.592056 86.530602 -v -144.661057 -105.189697 86.989487 -v -144.644592 -104.875732 86.574837 -v -144.619659 -105.132721 86.743958 -v -143.438919 -102.821259 86.559380 -v -142.926743 -102.798218 86.500008 -v -143.755264 -102.830002 86.662247 -v -147.890900 -99.390884 88.896599 -v -148.342880 -99.719131 88.986931 -v -148.196396 -98.998474 89.329727 -v -149.146576 -98.903198 89.603348 -v -149.016266 -99.739586 89.084793 -v -148.697876 -99.791206 89.076172 -v -148.223053 -99.870697 88.473442 -v -148.713684 -99.564110 89.343758 -v -149.123108 -99.393761 89.494316 -v -149.496643 -99.157524 89.466843 -v -148.711487 -100.117722 87.426231 -v -149.177917 -100.148811 87.376312 -v -149.967224 -99.859238 87.175079 -v -149.481018 -99.680664 86.569305 -v -148.906891 -99.951904 86.910736 -v -148.111389 -99.869255 87.762260 -v -148.592361 -100.006958 87.213425 -v -149.458115 -100.006531 86.783997 -v -149.644760 -100.066513 87.167694 -v -149.319885 -99.790649 86.642845 -v -149.840790 -99.849518 86.712402 -v -150.163071 -99.641724 86.821327 -v -150.092087 -99.590149 86.674156 -v -147.815552 -99.328552 87.068710 -v -147.831345 -98.980843 86.776939 -v -147.829224 -98.713348 86.645134 -v -147.820374 -98.414810 86.553810 -v -150.734619 -96.641754 89.476112 -v -150.439713 -97.123352 89.603348 -v -150.881927 -96.282364 89.212769 -v -150.515503 -95.778427 88.896599 -v -150.889832 -97.450386 89.269043 -v -151.352661 -96.174789 87.563103 -v -151.170746 -96.172882 88.702118 -v -151.215393 -96.524643 88.965088 -v -150.924423 -96.726097 89.441628 -v -151.032364 -97.060455 89.353645 -v -150.800781 -97.130798 89.541939 -v -151.461945 -97.866058 87.158882 -v -151.634033 -96.768234 87.376312 -v -151.681686 -97.264175 87.234497 -v -151.550659 -96.502274 87.328041 -v -151.369385 -96.268158 87.269997 -v -151.363022 -96.571335 86.910736 -v -151.688568 -96.947510 87.115875 -v -151.407288 -97.024963 86.664772 -v -151.593597 -97.519753 86.780014 -v -151.227386 -97.335823 86.530602 -v -151.456207 -97.861885 86.821327 -v -151.370132 -97.587708 86.574837 -v -149.588623 -96.006363 86.559380 -v -149.892181 -95.916931 86.662247 -v -152.816544 -91.235649 89.067673 -v -153.293945 -91.540657 88.986931 -v -152.957306 -91.704765 88.239784 -v -152.931931 -90.900543 89.329727 -v -153.954849 -90.564606 89.604652 -v -153.940704 -91.352028 89.084793 -v -153.653839 -91.499504 89.076172 -v -153.608521 -91.807671 87.611092 -v -153.226807 -91.721832 88.473442 -v -153.598694 -91.278641 89.343758 -v -153.935425 -90.990112 89.494316 -v -154.268661 -90.862267 89.258629 -v -154.266617 -90.665909 89.407684 -v -154.005127 -91.766571 87.407745 -v -155.007889 -90.906761 87.158882 -v -154.882080 -91.171967 87.175079 -v -154.364502 -91.152374 86.569305 -v -154.217224 -91.571274 86.851753 -v -153.462372 -91.775734 87.397957 -v -153.852905 -91.754890 87.173752 -v -154.639465 -91.468742 87.167694 -v -154.245239 -91.306763 86.642845 -v -154.758835 -91.201790 86.712402 -v -155.032425 -90.914734 86.989487 -v -154.917679 -90.877457 86.674156 -v -152.671722 -91.332153 87.068710 -v -152.579300 -90.996582 86.776939 -v -152.494629 -90.742828 86.645134 -v -152.393951 -90.461639 86.553810 -v -154.617676 -87.874817 89.476112 -v -154.486008 -88.423973 89.603348 -v -154.646698 -87.487495 89.212769 -v -154.142487 -87.121452 88.896599 -v -155.015152 -88.595901 89.269043 -v -154.946457 -88.573586 89.407684 -v -154.769714 -87.169342 88.627487 -v -155.038727 -87.614868 88.965088 -v -154.824249 -87.896378 89.441628 -v -155.102142 -88.032234 89.170029 -v -154.831696 -88.319481 89.541939 -v -155.687714 -88.814438 87.158882 -v -155.512146 -87.717171 87.376312 -v -155.710724 -88.174110 87.234497 -v -155.254929 -87.406906 87.522614 -v -155.130432 -87.325371 87.299911 -v -155.193542 -87.613647 86.910736 -v -155.619400 -87.870819 87.115875 -v -155.375824 -88.031403 86.664772 -v -155.705917 -88.444397 86.780014 -v -155.300797 -88.382637 86.530602 -v -155.712265 -88.822411 86.989487 -v -155.514389 -88.578087 86.574837 -v -155.645294 -88.800652 86.743958 -v -153.331406 -87.624664 86.559380 -v -152.903229 -87.907249 86.500008 -v -153.946136 -87.183434 86.933655 -v -153.592468 -87.445793 86.662247 -v -154.927124 -82.089951 89.067673 -v -155.475403 -82.232506 88.986931 -v -155.205948 -82.492607 88.239784 -v -155.646011 -81.100006 89.603348 -v -156.032211 -81.853249 89.084793 -v -155.804962 -82.082153 89.076172 -v -155.857086 -82.389244 87.611092 -v -155.467529 -82.425560 88.473442 -v -155.684265 -81.889145 89.343758 -v -155.915375 -81.510674 89.494316 -v -156.221588 -82.227592 87.407745 -v -156.871857 -81.391098 87.175079 -v -156.373566 -81.532410 86.569305 -v -156.068512 -82.089310 86.910736 -v -155.708221 -82.404030 87.397957 -v -156.073196 -82.263527 87.173752 -v -156.546570 -81.809509 86.783997 -v -156.732834 -81.748322 87.167694 -v -156.307861 -81.716087 86.642845 -v -156.763870 -81.457550 86.712402 -v -156.935364 -81.099998 86.989487 -v -156.814728 -81.099998 86.674156 -v -154.819214 -82.226479 87.068710 -v -154.627594 -81.935898 86.776939 -v -154.468658 -81.720734 86.645134 -v -153.980835 -81.102119 86.500008 -v -155.601532 -78.337036 89.476112 -v -155.646011 -78.899994 89.603348 -v -155.509445 -77.959694 89.212769 -v -154.916809 -77.767380 88.896599 -v -156.202393 -78.899994 89.269043 -v -155.467529 -77.574432 88.473442 -v -155.593781 -77.747009 88.929466 -v -155.770020 -77.780968 88.800926 -v -155.921646 -77.959694 88.965088 -v -155.804657 -78.293701 89.441628 -v -156.088501 -78.500755 89.353645 -v -155.942490 -78.693787 89.541939 -v -156.909576 -78.899994 87.158882 -v -156.403519 -77.910690 87.376312 -v -156.733566 -78.283905 87.234497 -v -156.063004 -77.695107 87.522614 -v -155.708221 -77.595970 87.397957 -v -156.068512 -77.910690 86.910736 -v -156.552994 -78.023682 87.115875 -v -156.370972 -78.251671 86.664772 -v -156.812531 -78.542450 86.780014 -v -156.408142 -78.608902 86.530602 -v -156.935364 -78.899994 86.989487 -v -156.671692 -78.728783 86.574837 -v -156.864960 -78.899994 86.743958 -v -154.081146 -78.773338 86.505745 -v -154.749222 -77.887001 86.933655 -v -154.493927 -78.245811 86.662247 -v -154.108215 -72.739677 89.067673 -v -154.673706 -72.705826 88.986931 -v -154.497833 -73.036469 88.239784 -v -154.004578 -72.400742 89.329727 -v -154.486008 -71.576019 89.603348 -v -155.086060 -72.173065 89.084793 -v -154.940689 -72.460991 89.076172 -v -155.085144 -72.736938 87.611092 -v -154.725891 -72.891861 88.473442 -v -154.766251 -72.314720 89.343758 -v -154.869080 -71.883362 89.494316 -v -155.063522 -71.584076 89.258629 -v -155.381866 -72.470566 87.407745 -v -155.741821 -71.474060 87.175079 -v -155.311569 -71.762444 86.569305 -v -155.193542 -72.386353 86.910736 -v -154.948151 -72.796997 87.397957 -v -155.251831 -72.550598 87.173752 -v -155.561737 -71.972519 86.783997 -v -155.719986 -71.856773 87.167694 -v -155.305847 -71.957443 86.642845 -v -155.659653 -71.570633 86.712402 -v -155.744537 -71.347137 86.911140 -v -155.539093 -71.233856 86.613991 -v -154.047775 -72.902863 87.068710 -v -153.775757 -72.685715 86.776939 -v -153.558090 -72.530205 86.645134 -v -152.986938 -69.294998 89.413605 -v -153.806183 -69.483704 89.603348 -v -152.876831 -68.920410 89.213837 -v -152.762665 -68.631844 88.896599 -v -154.335327 -69.311768 89.269043 -v -154.266617 -69.334091 89.407684 -v -153.226807 -68.278168 88.473442 -v -153.148621 -68.356194 88.720825 -v -153.578308 -68.381111 88.800926 -v -153.563782 -68.524765 89.136795 -v -153.777740 -68.504242 88.965088 -v -153.769684 -68.858055 89.441628 -v -154.074371 -68.804619 89.170029 -v -154.027496 -69.411789 89.586998 -v -155.007889 -69.093239 87.158882 -v -154.220886 -68.308731 87.376312 -v -154.650116 -68.561691 87.234497 -v -153.830414 -68.208916 87.522614 -v -153.681763 -68.216125 87.299911 -v -153.902283 -68.412254 86.910736 -v -154.397964 -68.369995 87.115875 -v -154.295288 -68.643082 86.664772 -v -154.805099 -68.783173 86.780014 -v -154.441040 -68.971336 86.530602 -v -155.032425 -69.085266 86.989487 -v -154.728729 -69.003906 86.574837 -v -154.965454 -69.107025 86.743958 -v -152.402252 -69.515701 86.559380 -v -152.640228 -68.797401 86.933655 -v -152.508316 -69.217545 86.662247 -v -150.967346 -63.893143 88.986931 -v -150.902252 -64.261948 88.239784 -v -150.236694 -63.809769 89.329727 -v -150.439713 -62.876648 89.603348 -v -151.194901 -63.259033 89.084793 -v -151.129883 -63.943016 88.592575 -v -151.111664 -63.608322 89.108101 -v -150.934509 -63.492584 89.343758 -v -150.899017 -63.050568 89.494316 -v -150.686798 -62.697128 89.557617 -v -151.256531 -63.895050 87.397957 -v -151.634033 -63.231758 87.376312 -v -151.602554 -62.391609 87.175079 -v -151.282471 -62.798828 86.569305 -v -151.363022 -63.428673 86.910736 -v -151.318192 -63.744812 87.213425 -v -151.585327 -62.921310 86.783997 -v -151.700043 -62.762337 87.167694 -v -151.337280 -62.986046 86.642845 -v -151.554245 -62.508850 86.712402 -v -151.565903 -62.270050 86.911140 -v -151.335510 -62.225800 86.613991 -v -150.432938 -64.273964 87.068710 -v -150.107117 -64.151512 86.776939 -v -149.852066 -64.070862 86.645134 -v -149.565399 -63.987030 86.553810 -v -148.779694 -60.667511 89.476112 -v -149.146576 -61.096802 89.603348 -v -147.983093 -60.718475 89.067673 -v -147.816330 -60.521416 88.705231 -v -149.479523 -60.624855 89.258629 -v -148.223053 -60.129303 88.473442 -v -148.426605 -60.194733 88.929466 -v -148.589142 -60.118599 88.800926 -v -149.016266 -60.260406 89.084793 -v -148.918549 -60.513054 89.441628 -v -149.393677 -60.917290 89.557617 -v -150.168823 -60.354111 87.158882 -v -149.177917 -59.851189 87.376312 -v -149.664307 -59.959129 87.234497 -v -148.775711 -59.876923 87.522614 -v -148.430420 -60.005249 87.397957 -v -148.906891 -60.048096 86.910736 -v -149.365265 -59.854736 87.115875 -v -149.352005 -60.146179 86.664772 -v -149.880157 -60.121887 86.780014 -v -149.592056 -60.413330 86.530602 -v -150.189697 -60.338936 86.989487 -v -149.875732 -60.355408 86.574837 -v -150.132721 -60.380333 86.743958 -v -147.798172 -62.074081 86.500008 -v -147.825638 -60.804398 86.933655 -v -147.830002 -61.244736 86.662247 -v -144.792572 -56.808487 88.706810 -v -144.771179 -57.028008 88.239784 -v -143.903198 -55.853416 89.603348 -v -144.739594 -55.983734 89.084793 -v -144.791199 -56.302116 89.076172 -v -144.870697 -56.776947 88.473442 -v -144.564117 -56.286316 89.343758 -v -144.393768 -55.876892 89.494316 -v -144.082703 -55.606331 89.557617 -v -144.994751 -56.569572 87.397957 -v -145.148804 -55.822083 87.376312 -v -144.859238 -55.032784 87.175079 -v -144.680664 -55.518982 86.569305 -v -145.006958 -56.407639 87.213425 -v -145.006531 -55.541893 86.783997 -v -145.066513 -55.355232 87.167694 -v -144.790649 -55.680107 86.642845 -v -144.849518 -55.159210 86.712402 -v -144.641724 -54.836922 86.821327 -v -144.590149 -54.907906 86.674156 -v -144.328552 -57.184441 87.068710 -v -143.980835 -57.168663 86.776939 -v -143.713348 -57.170776 86.645134 -v -142.926422 -57.201805 86.500008 -v -141.641754 -54.265381 89.476112 -v -142.123352 -54.560295 89.603348 -v -141.282364 -54.118088 89.212769 -v -140.680405 -54.424133 88.705231 -v -142.450378 -54.110168 89.269043 -v -141.174789 -53.647331 87.563103 -v -140.953125 -53.985657 88.692101 -v -141.172882 -53.829254 88.702118 -v -141.524643 -53.784599 88.965088 -v -141.726105 -54.075569 89.441628 -v -142.060455 -53.967636 89.353645 -v -142.260147 -54.372009 89.586998 -v -142.866058 -53.538055 87.158882 -v -141.768234 -53.365959 87.376312 -v -142.264175 -53.318306 87.234497 -v -141.393677 -53.514717 87.522614 -v -141.104950 -53.743469 87.397957 -v -141.571335 -53.636971 86.910736 -v -141.947510 -53.311440 87.115875 -v -142.024963 -53.592712 86.664772 -v -142.519745 -53.406403 86.780014 -v -142.335815 -53.772606 86.530602 -v -142.861877 -53.543793 86.821327 -v -142.587708 -53.629868 86.574837 -v -141.142807 -55.905937 86.500008 -v -140.776703 -54.690384 86.933655 -v -140.916931 -55.107826 86.662247 -v -136.368149 -52.237335 88.896599 -v -136.540649 -51.706055 88.986931 -v -135.900543 -52.068062 89.329727 -v -135.516296 -51.193825 89.603348 -v -136.352020 -51.059303 89.084793 -v -136.499512 -51.346153 89.076172 -v -136.807678 -51.391479 87.611092 -v -136.721832 -51.773186 88.473442 -v -136.278641 -51.401306 89.343758 -v -135.990112 -51.064568 89.494316 -v -135.862274 -50.731339 89.258629 -v -136.766571 -50.994865 87.407745 -v -135.906769 -49.992119 87.158882 -v -136.171967 -50.117920 87.175079 -v -136.152374 -50.635506 86.569305 -v -136.571274 -50.782776 86.851753 -v -136.775726 -51.537621 87.397957 -v -136.754883 -51.147102 87.173752 -v -136.468750 -50.360542 87.167694 -v -136.306763 -50.754761 86.642845 -v -136.201782 -50.241165 86.712402 -v -135.914734 -49.967575 86.989487 -v -136.332153 -52.328270 87.068710 -v -135.996582 -52.420700 86.776939 -v -135.742828 -52.505379 86.645134 -v -135.004303 -52.777939 86.500008 -v -132.874817 -50.382332 89.476112 -v -133.423981 -50.513985 89.603348 -v -132.487488 -50.353302 89.212769 -v -132.121460 -50.857506 88.896599 -v -133.595901 -49.984848 89.269043 -v -133.573578 -50.053543 89.407684 -v -132.108139 -50.274109 88.473442 -v -132.125305 -50.383217 88.720825 -v -132.398026 -50.050255 88.800926 -v -132.614868 -49.961273 88.965088 -v -132.896378 -50.175758 89.441628 -v -133.032227 -49.897858 89.170029 -v -133.319489 -50.168304 89.541939 -v -133.814438 -49.312279 87.158882 -v -132.717163 -49.487846 87.376312 -v -133.174103 -49.289276 87.234497 -v -132.406906 -49.745071 87.522614 -v -132.325378 -49.869576 87.299911 -v -132.613647 -49.806450 86.910736 -v -132.870819 -49.380600 87.115875 -v -133.031403 -49.624176 86.664772 -v -133.067352 -49.315552 86.963303 -v -133.382629 -49.699203 86.530602 -v -133.822418 -49.287743 86.989487 -v -133.800659 -49.354721 86.743958 -v -133.744247 -49.528290 86.565247 -v -132.907257 -52.096779 86.500008 -v -132.183441 -51.053856 86.933655 -v -132.445801 -51.407532 86.662247 -v -127.232506 -49.524597 88.986931 -v -127.492607 -49.794044 88.239784 -v -126.735588 -50.066704 89.329727 -v -127.089951 -50.072884 89.067673 -v -126.100006 -49.353996 89.603348 -v -126.853249 -48.967796 89.084793 -v -127.082153 -49.195030 89.076172 -v -127.389244 -49.142914 87.611092 -v -127.425560 -49.532463 88.473442 -v -126.889145 -49.315735 89.343758 -v -126.510674 -49.084633 89.494316 -v -126.286118 -48.807228 89.258629 -v -126.099998 -48.921295 89.466843 -v -127.227592 -48.778412 87.407745 -v -126.100006 -48.090424 87.158882 -v -126.391098 -48.128128 87.175079 -v -126.532410 -48.626434 86.569305 -v -126.976318 -48.637047 86.851753 -v -127.404030 -49.291771 87.397957 -v -127.263527 -48.926804 87.173752 -v -126.748322 -48.267174 87.167694 -v -126.716087 -48.692139 86.642845 -v -126.457550 -48.236130 86.712402 -v -126.099998 -48.064629 86.989487 -v -126.099998 -48.185272 86.674156 -v -127.226479 -50.180786 87.068710 -v -126.935898 -50.372398 86.776939 -v -126.720734 -50.531342 86.645134 -v -126.102333 -51.018990 86.500008 -v -123.337036 -49.398476 89.476112 -v -123.899994 -49.353989 89.603348 -v -122.959694 -49.490562 89.212769 -v -122.767380 -50.083191 88.896599 -v -123.899994 -48.797607 89.269043 -v -123.899994 -48.869850 89.407684 -v -122.619102 -49.471878 88.627487 -v -122.959694 -49.078354 88.965088 -v -123.293701 -49.195351 89.441628 -v -123.337036 -48.889061 89.170029 -v -123.899994 -49.048576 89.557617 -v -123.899994 -48.090424 87.158882 -v -122.910690 -48.596489 87.376312 -v -123.283905 -48.266426 87.234497 -v -122.695107 -48.936996 87.522614 -v -122.595970 -49.291771 87.397957 -v -122.910690 -48.931480 86.910736 -v -123.023682 -48.446999 87.115875 -v -123.251671 -48.629028 86.664772 -v -123.190491 -48.324402 86.963303 -v -123.608902 -48.591858 86.530602 -v -123.899994 -48.064629 86.989487 -v -123.542450 -48.187469 86.780014 -v -123.899994 -48.478844 86.507393 -v -123.897675 -51.018990 86.500008 -v -122.887001 -50.250778 86.933655 -v -123.245811 -50.506073 86.662247 -v -117.739670 -50.891792 89.067673 -v -117.705826 -50.326286 88.986931 -v -118.036469 -50.502167 88.239784 -v -117.400742 -50.995415 89.329727 -v -116.576019 -50.513985 89.603348 -v -117.173065 -49.913933 89.084793 -v -117.460983 -50.059311 89.076172 -v -117.736938 -49.914856 87.611092 -v -117.891861 -50.274109 88.473442 -v -117.314728 -50.233757 89.343758 -v -116.883362 -50.130920 89.494316 -v -117.470566 -49.618141 87.407745 -v -116.474060 -49.258179 87.175079 -v -116.762451 -49.688423 86.569305 -v -117.796997 -50.051849 87.397957 -v -117.550598 -49.748169 87.173752 -v -116.972519 -49.438255 86.783997 -v -116.856766 -49.280022 87.167694 -v -116.957443 -49.694160 86.642845 -v -116.570633 -49.340355 86.712402 -v -116.347137 -49.255478 86.911140 -v -116.233856 -49.460915 86.613991 -v -117.902863 -50.952225 87.068710 -v -117.685715 -51.224251 86.776939 -v -117.530197 -51.441902 86.645134 -v -117.092941 -52.096504 86.500008 -v -113.962036 -51.410103 89.476112 -v -114.483704 -51.193825 89.603348 -v -113.631622 -51.614288 89.212769 -v -113.631836 -52.237335 88.896599 -v -114.311768 -50.664680 89.269043 -v -113.278168 -51.773186 88.473442 -v -113.356186 -51.851372 88.720825 -v -113.381104 -51.421692 88.800926 -v -113.524765 -51.436218 89.136795 -v -113.504242 -51.222252 88.965088 -v -113.858047 -51.230309 89.441628 -v -113.967255 -50.896362 89.353645 -v -114.195969 -50.975586 89.541939 -v -114.093246 -49.992119 87.158882 -v -113.308731 -50.779114 87.376312 -v -113.561691 -50.349884 87.234497 -v -113.208908 -51.169579 87.522614 -v -113.216125 -51.318230 87.299911 -v -113.412262 -51.097717 86.910736 -v -113.369995 -50.602036 87.115875 -v -113.643082 -50.704704 86.664772 -v -113.783173 -50.194893 86.780014 -v -113.971329 -50.558952 86.530602 -v -114.085266 -49.967575 86.989487 -v -114.003906 -50.271271 86.574837 -v -114.107025 -50.034554 86.743958 -v -114.846817 -52.721252 86.505745 -v -113.797409 -52.359764 86.933655 -v -114.217545 -52.491684 86.662247 -v -108.893143 -54.032646 88.986931 -v -109.261948 -54.097755 88.239784 -v -108.959595 -54.650841 89.213837 -v -107.784760 -54.433823 89.604652 -v -108.809769 -54.763298 89.329727 -v -108.259033 -53.805099 89.084793 -v -108.709076 -53.802216 88.800926 -v -109.053955 -53.925529 88.473442 -v -108.608322 -53.888336 89.108101 -v -108.492584 -54.065491 89.343758 -v -108.050568 -54.100990 89.494316 -v -107.657623 -54.258835 89.517235 -v -108.231750 -53.365959 87.376312 -v -107.391602 -53.397446 87.175079 -v -107.798828 -53.717529 86.569305 -v -109.435532 -54.353416 87.680992 -v -108.665756 -53.539665 87.426231 -v -108.744812 -53.681808 87.213425 -v -107.921310 -53.414680 86.783997 -v -107.762329 -53.299957 87.167694 -v -107.986053 -53.662720 86.642845 -v -107.508850 -53.445763 86.712402 -v -107.124176 -53.524612 86.903992 -v -107.189682 -53.614777 86.674156 -v -109.273972 -54.567062 87.068710 -v -109.151505 -54.892876 86.776939 -v -109.070862 -55.147934 86.645134 -v -108.857193 -55.905937 86.500008 -v -106.170486 -56.690857 89.413605 -v -106.096802 -55.853416 89.603348 -v -105.416351 -56.516602 89.212769 -v -105.609116 -57.109100 88.896599 -v -105.624863 -55.520477 89.258629 -v -105.129822 -56.701683 88.627487 -v -105.118591 -56.410851 88.800926 -v -105.260406 -55.983734 89.084793 -v -105.513046 -56.081451 89.441628 -v -105.917282 -55.606331 89.557617 -v -105.354111 -54.831177 87.158882 -v -104.851181 -55.822083 87.376312 -v -104.959122 -55.335693 87.234497 -v -104.876923 -56.224289 87.522614 -v -105.005249 -56.569572 87.397957 -v -104.835022 -55.929047 87.244446 -v -105.048096 -56.093109 86.910736 -v -105.146179 -55.648003 86.664772 -v -105.121887 -55.119850 86.780014 -v -105.413330 -55.407944 86.530602 -v -105.358276 -54.836922 86.821327 -v -105.355408 -55.124268 86.574837 -v -106.561081 -57.178741 86.559380 -v -105.804398 -57.174362 86.933655 -v -106.244736 -57.169998 86.662247 -v -102.016891 -60.718475 89.067673 -v -101.657104 -60.280876 88.986931 -v -102.028015 -60.228821 88.239784 -v -100.966599 -60.948982 89.589966 -v -101.803604 -61.001526 89.329727 -v -100.983734 -60.260406 89.084793 -v -101.302109 -60.208794 89.076172 -v -101.440460 -59.929718 87.611092 -v -101.776947 -60.129303 88.473442 -v -101.286316 -60.435890 89.343758 -v -100.876892 -60.606247 89.494316 -v -100.606323 -60.917290 89.557617 -v -101.050537 -59.846252 87.407745 -v -99.831177 -60.354118 87.158882 -v -100.032776 -60.140755 87.175079 -v -100.518982 -60.319336 86.569305 -v -101.569565 -60.005249 87.397957 -v -101.191711 -59.904396 87.173752 -v -100.541885 -59.993469 86.783997 -v -100.355225 -59.933479 87.167694 -v -100.680099 -60.209358 86.642845 -v -100.159210 -60.150482 86.712402 -v -99.810303 -60.338936 86.989487 -v -99.907898 -60.409851 86.674156 -v -102.184448 -60.671440 87.068710 -v -102.168655 -61.019157 86.776939 -v -102.170776 -61.286652 86.645134 -v -99.265381 -63.358246 89.476112 -v -99.560287 -62.876640 89.603348 -v -99.650833 -63.959595 89.213837 -v -99.484482 -64.221573 88.896599 -v -99.110168 -62.549614 89.269043 -v -98.925522 -64.053955 88.473442 -v -98.802216 -63.709068 88.800926 -v -98.924835 -63.840134 88.929466 -v -98.784607 -63.475349 88.965088 -v -99.075562 -63.273895 89.441628 -v -98.967636 -62.939545 89.353645 -v -99.372009 -62.739853 89.586998 -v -98.538055 -62.133942 87.158882 -v -98.365952 -63.231758 87.376312 -v -98.318298 -62.735825 87.234497 -v -98.514709 -63.606323 87.522614 -v -98.921585 -62.412598 86.500000 -v -98.743469 -63.895050 87.397957 -v -98.636963 -63.428673 86.910736 -v -98.311432 -63.052490 87.115875 -v -98.592712 -62.975029 86.664772 -v -98.310303 -62.845482 86.963303 -v -98.772598 -62.664177 86.530602 -v -98.517181 -62.118774 86.989487 -v -98.543793 -62.138123 86.821327 -v -98.664490 -62.225800 86.613991 -v -100.905930 -63.857193 86.500008 -v -99.690384 -64.223297 86.933655 -v -100.107834 -64.083069 86.662247 -v -96.706055 -68.459343 88.986931 -v -97.042679 -68.295227 88.239784 -v -97.068054 -69.099457 89.329727 -v -96.045151 -69.435387 89.604652 -v -96.059311 -68.647972 89.084793 -v -96.346146 -68.500488 89.076172 -v -96.773178 -68.278168 88.473442 -v -96.401306 -68.721359 89.343758 -v -96.064560 -69.009888 89.494316 -v -96.537613 -68.224266 87.397957 -v -95.779114 -68.308731 87.376312 -v -94.992126 -69.093239 87.158882 -v -95.117920 -68.828033 87.175079 -v -95.635498 -68.847626 86.569305 -v -96.097717 -68.412254 86.910736 -v -96.379837 -68.262688 87.213425 -v -95.556595 -68.530632 86.783997 -v -95.360535 -68.531258 87.167694 -v -95.754761 -68.693237 86.642845 -v -95.241165 -68.798210 86.712402 -v -94.976318 -69.088104 86.903992 -v -95.140747 -69.141533 86.613991 -v -97.328262 -68.667839 87.068710 -v -97.420700 -69.003418 86.776939 -v -97.505371 -69.257164 86.645134 -v -97.778152 -69.996254 86.500008 -v -95.382339 -72.125183 89.476112 -v -95.365311 -71.527710 89.604652 -v -95.353302 -72.512512 89.212769 -v -95.830383 -72.990433 88.705231 -v -94.984848 -71.404091 89.269043 -v -94.938828 -72.760284 87.563103 -v -95.112442 -72.705887 88.702118 -v -94.961273 -72.385132 88.965088 -v -95.175751 -72.103622 89.441628 -v -94.897858 -71.967766 89.170029 -v -95.168304 -71.680519 89.541939 -v -94.312271 -71.185562 87.158882 -v -94.487854 -72.282829 87.376312 -v -94.289276 -71.825890 87.234497 -v -94.649338 -72.510010 87.328041 -v -94.894073 -72.676651 87.269997 -v -94.806442 -72.386353 86.910736 -v -94.380600 -72.129181 87.115875 -v -94.624176 -71.968597 86.664772 -v -94.294083 -71.555603 86.780014 -v -94.699203 -71.617371 86.530602 -v -94.319031 -71.187759 86.821327 -v -94.485611 -71.421906 86.574837 -v -96.668594 -72.375336 86.559380 -v -96.407532 -72.554207 86.662247 -v -102.583908 -99.864151 87.190987 -v -102.855774 -99.623222 86.690987 -v -102.178741 -98.438919 86.559380 -v -105.561646 -101.935577 86.548943 -v -105.175674 -102.371155 87.046013 -v -105.111557 -102.443512 87.343567 -v -103.821396 -101.178596 87.190987 -v -103.921844 -101.078156 86.912216 -v -104.078278 -100.921722 86.690987 -v -104.275391 -100.724609 86.548943 -v -109.819397 -105.818886 87.190987 -v -109.891388 -105.696442 86.912216 -v -110.003510 -105.505737 86.690987 -v -108.993637 -104.588615 86.559380 -v -113.291504 -106.868744 86.548943 -v -113.059021 -107.402283 87.046013 -v -113.020386 -107.490913 87.343567 -v -111.429764 -106.633087 87.046013 -v -111.466980 -106.560028 86.912216 -v -111.567429 -106.362907 86.690987 -v -111.693985 -106.114525 86.548943 -v -118.540863 -109.246284 87.190987 -v -118.619202 -108.891563 86.690987 -v -117.375336 -108.331406 86.559380 -v -122.167458 -109.171822 86.548943 -v -122.111214 -109.751083 87.046013 -v -122.101868 -109.847321 87.343567 -v -120.314621 -109.582306 87.190987 -v -120.336838 -109.442017 86.912216 -v -120.371445 -109.223511 86.690987 -v -120.415054 -108.948174 86.548943 -v -127.871010 -109.568047 86.792892 -v -126.503403 -109.300919 86.559380 -v -129.536591 -108.642960 86.500000 -v -131.320679 -108.619354 86.548943 -v -131.446198 -109.187653 87.046013 -v -131.467041 -109.282059 87.343567 -v -129.685379 -109.582306 87.190987 -v -129.663147 -109.442017 86.912216 -v -129.628540 -109.223511 86.690987 -v -129.584930 -108.948174 86.548943 -v -136.964981 -107.457336 87.190987 -v -136.908234 -107.327118 86.912216 -v -139.855194 -105.265427 86.548943 -v -140.150177 -105.767120 87.046013 -v -140.199173 -105.850464 87.343567 -v -138.570236 -106.633087 87.046013 -v -138.533020 -106.560028 86.912216 -v -138.432571 -106.362907 86.690987 -v -136.708496 -106.868744 86.548943 -v -144.864151 -102.416092 87.190987 -v -144.195602 -102.825638 86.933655 -v -144.623230 -102.144211 86.690987 -v -147.144211 -99.623222 86.690987 -v -147.371155 -99.824326 87.046013 -v -147.443512 -99.888443 87.343567 -v -146.178589 -101.178596 87.190987 -v -146.078156 -101.078156 86.912216 -v -145.921722 -100.921722 86.690987 -v -145.724609 -100.724609 86.548943 -v -150.818878 -95.180611 87.190987 -v -150.309616 -95.776703 86.933655 -v -150.505737 -94.996490 86.690987 -v -152.124298 -91.819855 86.690987 -v -152.402283 -91.940994 87.046013 -v -152.490906 -91.979614 87.343567 -v -151.686584 -93.597496 87.190987 -v -151.560028 -93.533012 86.912216 -v -151.362915 -93.432571 86.690987 -v -151.114532 -93.306015 86.548943 -v -154.246277 -86.459145 87.190987 -v -154.008087 -86.406532 86.792892 -v -153.642960 -84.536598 86.500000 -v -154.171814 -82.832542 86.548943 -v -154.751083 -82.888786 87.046013 -v -154.847321 -82.898125 87.343567 -v -154.582306 -84.685379 87.190987 -v -154.442017 -84.663155 86.912216 -v -154.223511 -84.628548 86.690987 -v -153.948181 -84.584938 86.548943 -v -154.568054 -77.128990 86.792892 -v -154.171814 -77.167458 86.548943 -v -153.619354 -73.679314 86.548943 -v -154.187653 -73.553802 87.046013 -v -154.282059 -73.532959 87.343567 -v -154.522995 -75.324013 87.046013 -v -154.341370 -75.352783 86.792892 -v -153.948181 -75.415062 86.548943 -v -152.457336 -68.035027 87.190987 -v -152.327118 -68.091766 86.912216 -v -152.124298 -68.180145 86.690987 -v -150.505737 -65.003510 86.690987 -v -150.767120 -64.849823 87.046013 -v -150.850464 -64.800819 87.343567 -v -151.633087 -66.429764 87.046013 -v -151.560028 -66.466988 86.912216 -v -151.362915 -66.567429 86.690987 -v -151.114532 -66.693985 86.548943 -v -147.416092 -60.135857 87.190987 -v -147.309784 -60.230042 86.912216 -v -147.144211 -60.376770 86.690987 -v -147.821259 -61.561081 86.559380 -v -144.438339 -58.064423 86.548943 -v -144.824326 -57.628845 87.046013 -v -144.888443 -57.556488 87.343567 -v -146.136139 -58.863861 87.046013 -v -146.078156 -58.921844 86.912216 -v -145.921722 -59.078278 86.690987 -v -145.724609 -59.275398 86.548943 -v -140.180603 -54.181114 87.190987 -v -139.996490 -54.494263 86.690987 -v -141.006363 -55.411385 86.559380 -v -136.708496 -53.131256 86.548943 -v -136.940994 -52.597717 87.046013 -v -136.979614 -52.509087 87.343567 -v -138.597504 -53.313416 87.190987 -v -138.533020 -53.439972 86.912216 -v -138.432571 -53.637085 86.690987 -v -138.306015 -53.885475 86.548943 -v -131.459137 -50.753716 87.190987 -v -131.406525 -50.991928 86.792892 -v -132.624664 -51.668602 86.559380 -v -129.536591 -51.357040 86.500000 -v -127.832542 -50.828178 86.548943 -v -127.888786 -50.248909 87.046013 -v -127.898125 -50.152679 87.343567 -v -129.685379 -50.417694 87.190987 -v -129.663147 -50.557983 86.912216 -v -129.628540 -50.776489 86.690987 -v -129.584930 -51.051826 86.548943 -v -122.128990 -50.431953 86.792892 -v -123.496597 -50.699089 86.559380 -v -120.463394 -51.357040 86.500000 -v -118.679321 -51.380646 86.548943 -v -118.553802 -50.812347 87.046013 -v -118.029999 -50.834778 87.343697 -v -120.314621 -50.417694 87.190987 -v -120.336838 -50.557983 86.912216 -v -120.371445 -50.776489 86.690987 -v -120.415054 -51.051826 86.548943 -v -113.035034 -52.542664 87.190987 -v -113.091766 -52.672882 86.912216 -v -110.144806 -54.734581 86.548943 -v -109.849823 -54.232880 87.046013 -v -109.800827 -54.149536 87.343567 -v -111.429764 -53.366913 87.046013 -v -111.466980 -53.439972 86.912216 -v -111.567429 -53.637085 86.690987 -v -113.291504 -53.131256 86.548943 -v -103.064423 -60.561653 86.548943 -v -105.135849 -57.583916 87.190987 -v -105.297638 -57.766479 86.792892 -v -103.295700 -60.766609 86.500000 -v -102.690216 -60.230042 86.912216 -v -102.218262 -60.501709 87.343697 -v -103.821396 -58.821404 87.190987 -v -103.993896 -58.993904 86.792892 -v -104.275391 -59.275398 86.548943 -v -99.181122 -64.819389 87.190987 -v -99.494263 -65.003510 86.690987 -v -100.411392 -63.993637 86.559380 -v -98.131256 -68.291504 86.548943 -v -97.597717 -68.059013 87.046013 -v -97.509079 -68.020386 87.343567 -v -98.439972 -66.466988 86.912216 -v -98.637085 -66.567429 86.690987 -v -98.885468 -66.693985 86.548943 -v -95.753723 -73.540855 87.190987 -v -96.053864 -72.816566 86.933655 -v -96.108429 -73.619202 86.690987 -v -95.550720 -77.140518 86.690987 -v -95.248901 -77.111214 87.046013 -v -95.152679 -77.101868 87.343567 -v -95.557983 -75.336845 86.912216 -v -95.776489 -75.371452 86.690987 -v -96.051819 -75.415062 86.548943 -v -95.189148 -82.894592 87.190987 -v -95.330505 -82.880859 86.912216 -v -95.550720 -82.859482 86.690987 -v -95.699081 -81.503403 86.559380 -v -96.380646 -86.320679 86.548943 -v -95.812347 -86.446198 87.046013 -v -95.717941 -86.467041 87.343567 -v -95.476990 -84.675987 87.046013 -v -95.557983 -84.663155 86.912216 -v -95.776489 -84.628548 86.690987 -v -96.051819 -84.584938 86.548943 -v -97.542664 -91.964981 87.190987 -v -97.672882 -91.908234 86.912216 -v -97.875702 -91.819855 86.690987 -v -97.597748 -90.484299 86.559380 -v -99.734573 -94.855194 86.548943 -v -99.232880 -95.150177 87.046013 -v -99.149536 -95.199173 87.343567 -v -98.366913 -93.570236 87.046013 -v -98.439972 -93.533012 86.912216 -v -98.637085 -93.432571 86.690987 -v -98.885468 -93.306015 86.548943 -v -130.342041 -80.915985 94.300667 -v -130.110397 -81.805618 94.300667 -v -129.731735 -82.643303 94.300667 -v -129.216949 -83.404953 94.300667 -v -127.841743 -84.615288 94.300667 -v -128.580856 -84.068642 94.300667 -v -126.141876 -85.298347 94.300667 -v -127.020882 -85.029160 94.300667 -v -125.230034 -85.415115 94.300667 -v -123.412903 -85.182419 94.300667 -v -124.311562 -85.376099 94.300667 -v -122.559898 -84.839661 94.300667 -v -121.777084 -84.357666 94.300667 -v -120.509476 -83.035065 94.300667 -v -121.087006 -83.750305 94.300667 -v -120.061142 -82.232506 94.300667 -v -119.599533 -80.459648 94.300667 -v -119.754883 -81.365723 94.300667 -v -119.754883 -78.634277 94.300667 -v -119.599533 -79.540352 94.300667 -v -120.061142 -77.767494 94.300667 -v -120.509476 -76.964935 94.300667 -v -122.559898 -75.160339 94.300667 -v -121.087006 -76.249695 94.300667 -v -121.777084 -75.642334 94.300667 -v -123.412903 -74.817581 94.300667 -v -124.311562 -74.623901 94.300667 -v -126.141876 -74.701653 94.300667 -v -125.230034 -74.584885 94.300667 -v -127.020882 -74.970840 94.300667 -v -127.841743 -75.384712 94.300667 -v -128.580856 -75.931358 94.300667 -v -129.731735 -77.356689 94.300667 -v -129.216949 -76.595047 94.300667 -v -130.110397 -78.194382 94.300667 -v -130.342041 -79.084015 94.300667 -v -130.419998 -80.000000 94.300667 -v -119.549210 -79.536072 94.226425 -v -130.597687 -79.040184 94.059563 -v -129.418762 -76.432098 94.059563 -v -127.977737 -75.163849 94.059563 -v -126.196526 -74.448097 94.059563 -v -123.336952 -74.569572 94.059563 -v -120.899750 -76.070221 94.059563 -v -120.294586 -76.819695 94.059563 -v -119.503891 -81.431076 94.059563 -v -120.294586 -83.180305 94.059563 -v -122.443123 -85.071259 94.059563 -v -125.241043 -85.674255 94.059563 -v -127.117592 -85.269829 94.059563 -v -128.752228 -84.263344 94.059563 -v -130.354950 -81.892021 94.059563 -v -130.766312 -79.011261 94.006721 -v -119.257828 -79.511269 94.026726 -v -119.503891 -78.568924 94.059563 -v -132.068176 -80.555832 86.739998 -v -131.912231 -81.577675 86.739998 -v -132.328735 -80.453041 86.739998 -v -132.462006 -80.316170 86.739998 -v -132.557922 -80.047951 86.739998 -v -132.509308 -79.767540 86.739998 -v -132.329208 -79.547371 86.739998 -v -132.068176 -79.444168 86.739998 -v -131.746765 -77.308792 86.739998 -v -131.837646 -77.140396 86.739998 -v -131.866547 -76.951546 86.739998 -v -131.830261 -76.763947 86.739998 -v -131.732971 -76.599670 86.739998 -v -131.586182 -76.477722 86.739998 -v -131.406998 -76.412170 86.739998 -v -131.127045 -76.432442 86.739998 -v -129.923584 -74.552635 86.739998 -v -129.899689 -74.363098 86.739998 -v -129.749786 -74.120880 86.739998 -v -129.500244 -73.984039 86.739998 -v -129.215805 -73.987587 86.739998 -v -128.972366 -74.127319 86.739998 -v -127.102470 -73.047226 86.739998 -v -127.027481 -72.871178 86.739998 -v -126.817009 -72.679268 86.739998 -v -126.539444 -72.615891 86.739998 -v -126.352585 -72.654610 86.739998 -v -126.189621 -72.753830 86.739998 -v -126.030914 -72.985352 86.739998 -v -123.810883 -72.754204 86.739998 -v -123.647789 -72.654724 86.739998 -v -123.364960 -72.620903 86.739998 -v -123.183144 -72.679199 86.739998 -v -123.031593 -72.795166 86.739998 -v -122.927818 -72.955269 86.739998 -v -122.885284 -73.232719 86.739998 -v -120.784821 -73.987701 86.739998 -v -120.594711 -73.968842 86.739998 -v -120.325211 -74.061089 86.739998 -v -120.136276 -74.273918 86.739998 -v -120.080322 -74.456345 86.739998 -v -120.089005 -74.647659 86.739998 -v -120.158493 -74.820435 86.739998 -v -118.689392 -76.403107 86.739998 -v -118.501068 -76.437042 86.739998 -v -118.335403 -76.532196 86.739998 -v -118.169739 -76.763947 86.739998 -v -118.133484 -76.951263 86.739998 -v -118.200226 -77.227783 86.739998 -v -118.390625 -77.434021 86.739998 -v -117.671265 -79.546967 86.739998 -v -117.490784 -79.767273 86.739998 -v -117.442078 -79.952049 86.739998 -v -117.490677 -80.232452 86.739998 -v -117.598419 -80.389938 86.739998 -v -117.753403 -80.502441 86.739998 -v -117.931824 -80.555832 86.739998 -v -118.200485 -82.771645 86.739998 -v -118.133453 -83.048447 86.739998 -v -118.211365 -83.322464 86.739998 -v -118.335190 -83.467606 86.739998 -v -118.500610 -83.562744 86.739998 -v -118.689056 -83.596863 86.739998 -v -118.872955 -83.567558 86.739998 -v -120.089050 -85.352005 86.739998 -v -120.080215 -85.543152 86.739998 -v -120.136124 -85.725845 86.739998 -v -120.250229 -85.879120 86.739998 -v -120.499756 -86.015953 86.739998 -v -120.690063 -86.029907 86.739998 -v -120.874649 -85.978882 86.739998 -v -121.027634 -85.872681 86.739998 -v -122.927391 -87.043922 86.739998 -v -123.031303 -87.204559 86.739998 -v -123.271454 -87.357758 86.739998 -v -123.555641 -87.372772 86.739998 -v -123.733162 -87.302773 86.739998 -v -123.877327 -87.176704 86.739998 -v -123.969086 -87.014648 86.739998 -v -126.189110 -87.245796 86.739998 -v -126.352211 -87.345276 86.739998 -v -126.635048 -87.379097 86.739998 -v -126.816849 -87.320801 86.739998 -v -127.027168 -87.129227 86.739998 -v -127.102364 -86.953094 86.739998 -v -127.114716 -86.767281 86.739998 -v -129.215179 -86.012299 86.739998 -v -129.405289 -86.031158 86.739998 -v -129.674805 -85.938911 86.739998 -v -129.813293 -85.807510 86.739998 -v -129.899536 -85.637268 86.739998 -v -129.923569 -85.447990 86.739998 -v -129.841507 -85.179565 86.739998 -v -131.406403 -83.587990 86.739998 -v -131.585846 -83.522499 86.739998 -v -131.788651 -83.322456 86.739998 -v -131.866516 -83.048729 86.739998 -v -131.799774 -82.772217 86.739998 -v -131.609375 -82.565979 86.739998 -v -117.707932 -79.255219 86.500000 -v -118.872955 -76.432442 86.739998 -v -121.027634 -74.127319 86.739998 -v -124.103470 -72.725037 86.500000 -v -127.348747 -73.056488 86.500000 -v -130.128815 -74.763199 86.500000 -v -131.893066 -77.507118 86.500000 -vt 0.053835 0.024005 -vt 0.053835 0.024005 -vt 0.053531 0.023797 -vt 0.053531 0.023797 -vt 0.053261 0.023547 -vt 0.053261 0.023547 -vt 0.053015 0.023238 -vt 0.053015 0.023238 -vt 0.052832 0.022920 -vt 0.052832 0.022920 -vt 0.052697 0.022578 -vt 0.052697 0.022578 -vt 0.052609 0.022192 -vt 0.052609 0.022192 -vt 0.052582 0.021825 -vt 0.052582 0.021825 -vt 0.052609 0.021459 -vt 0.052609 0.021459 -vt 0.052697 0.021073 -vt 0.052697 0.021073 -vt 0.052832 0.020731 -vt 0.052832 0.020731 -vt 0.053015 0.020413 -vt 0.053015 0.020413 -vt 0.053261 0.020103 -vt 0.053261 0.020103 -vt 0.053531 0.019854 -vt 0.053531 0.019854 -vt 0.053835 0.019646 -vt 0.053835 0.019646 -vt 0.054191 0.019475 -vt 0.054191 0.019475 -vt 0.054543 0.019367 -vt 0.054543 0.019367 -vt 0.054906 0.019311 -vt 0.054906 0.019311 -vt 0.055301 0.019311 -vt 0.055301 0.019311 -vt 0.055665 0.019367 -vt 0.055665 0.019367 -vt 0.056016 0.019475 -vt 0.056016 0.019475 -vt 0.056373 0.019646 -vt 0.056373 0.019646 -vt 0.056676 0.019854 -vt 0.056676 0.019854 -vt 0.056946 0.020103 -vt 0.056946 0.020103 -vt 0.057192 0.020413 -vt 0.057192 0.020413 -vt 0.057376 0.020731 -vt 0.057376 0.020731 -vt 0.057511 0.021073 -vt 0.057511 0.021073 -vt 0.057599 0.021459 -vt 0.057599 0.021459 -vt 0.057625 0.021825 -vt 0.057625 0.021825 -vt 0.057599 0.022192 -vt 0.057599 0.022192 -vt 0.057511 0.022578 -vt 0.057511 0.022578 -vt 0.057376 0.022920 -vt 0.057376 0.022920 -vt 0.057192 0.023238 -vt 0.057192 0.023238 -vt 0.056946 0.023547 -vt 0.056946 0.023547 -vt 0.056676 0.023797 -vt 0.056676 0.023797 -vt 0.056373 0.024005 -vt 0.056373 0.024005 -vt 0.056016 0.024176 -vt 0.056016 0.024176 -vt 0.055665 0.024284 -vt 0.055665 0.024284 -vt 0.055301 0.024339 -vt 0.055301 0.024339 -vt 0.055974 0.019900 -vt 0.056544 0.020323 -vt 0.057042 0.020074 -vt 0.054234 0.019900 -vt 0.054925 0.019720 -vt 0.056777 0.020588 -vt 0.057093 0.021216 -vt 0.057249 0.020292 -vt 0.057243 0.020224 -vt 0.057216 0.020163 -vt 0.057170 0.020113 -vt 0.057109 0.020083 -vt 0.055636 0.019781 -vt 0.054926 0.024404 -vt 0.054966 0.024459 -vt 0.055104 0.023938 -vt 0.055455 0.023876 -vt 0.056119 0.023642 -vt 0.057009 0.023573 -vt 0.057195 0.023515 -vt 0.057141 0.023555 -vt 0.056876 0.022916 -vt 0.057138 0.022264 -vt 0.057199 0.021557 -vt 0.056155 0.019385 -vt 0.056222 0.019387 -vt 0.056090 0.019406 -vt 0.053405 0.020569 -vt 0.053938 0.020101 -vt 0.055053 0.024508 -vt 0.055154 0.024508 -vt 0.055242 0.024459 -vt 0.055282 0.024404 -vt 0.057076 0.023575 -vt 0.056411 0.023444 -vt 0.056380 0.024105 -vt 0.057717 0.022307 -vt 0.057682 0.022249 -vt 0.057682 0.021402 -vt 0.057717 0.021344 -vt 0.057730 0.021278 -vt 0.056285 0.019411 -vt 0.053199 0.023573 -vt 0.057232 0.023458 -vt 0.057640 0.022546 -vt 0.057730 0.022373 -vt 0.057578 0.022573 -vt 0.054053 0.024266 -vt 0.054117 0.024244 -vt 0.056155 0.024266 -vt 0.056222 0.024264 -vt 0.056090 0.024244 -vt 0.056337 0.024196 -vt 0.057249 0.023359 -vt 0.057231 0.023294 -vt 0.057690 0.022500 -vt 0.057690 0.021151 -vt 0.056380 0.019546 -vt 0.056337 0.019455 -vt 0.053542 0.023200 -vt 0.054191 0.024176 -vt 0.057640 0.021105 -vt 0.057578 0.021078 -vt 0.055121 0.019137 -vt 0.054943 0.019218 -vt 0.055264 0.019218 -vt 0.054089 0.023642 -vt 0.054411 0.023787 -vt 0.054543 0.024284 -vt 0.054906 0.024339 -vt 0.053837 0.024138 -vt 0.053953 0.024255 -vt 0.053894 0.024220 -vt 0.055021 0.019154 -vt 0.054117 0.019406 -vt 0.052977 0.020357 -vt 0.053199 0.020078 -vt 0.053131 0.020076 -vt 0.053173 0.022601 -vt 0.053025 0.021914 -vt 0.053040 0.021561 -vt 0.053246 0.020889 -vt 0.055216 0.019171 -vt 0.053038 0.020113 -vt 0.052959 0.020292 -vt 0.054053 0.019385 -vt 0.053985 0.019387 -vt 0.053851 0.019482 -vt 0.053828 0.019546 -vt 0.053894 0.019430 -vt 0.052567 0.021105 -vt 0.052518 0.021151 -vt 0.052526 0.021402 -vt 0.052479 0.021244 -vt 0.052959 0.023359 -vt 0.053131 0.023575 -vt 0.052977 0.023294 -vt 0.052991 0.020163 -vt 0.052964 0.020224 -vt 0.052481 0.022340 -vt 0.052479 0.022407 -vt 0.052518 0.022500 -vt 0.052567 0.022546 -vt 0.052481 0.021311 -vt 0.052506 0.022277 -vt 0.052629 0.022573 -vt 0.052975 0.023458 -vt 0.053067 0.023555 -vt 0.056772 0.011291 -vt 0.055987 0.011192 -vt 0.055987 0.011192 -vt 0.056135 0.011209 -vt 0.057550 0.011439 -vt 0.057581 0.011450 -vt 0.057550 0.011439 -vt 0.056773 0.011288 -vt 0.055847 0.011181 -vt 0.057597 0.011450 -vt 0.057505 0.011434 -vt 0.057807 0.011509 -vt 0.059147 0.011951 -vt 0.059783 0.012241 -vt 0.058981 0.011891 -vt 0.059213 0.011978 -vt 0.059945 0.012323 -vt 0.059230 0.011985 -vt 0.059946 0.012322 -vt 0.059365 0.012047 -vt 0.060640 0.012703 -vt 0.060666 0.012724 -vt 0.060655 0.012713 -vt 0.060495 0.012623 -vt 0.060716 0.012750 -vt 0.060809 0.012809 -vt 0.062055 0.013730 -vt 0.062432 0.014069 -vt 0.061962 0.013651 -vt 0.062644 0.014285 -vt 0.062069 0.013742 -vt 0.062649 0.014280 -vt 0.062039 0.013722 -vt 0.063188 0.014861 -vt 0.063206 0.014888 -vt 0.063199 0.014874 -vt 0.062993 0.014649 -vt 0.063245 0.014928 -vt 0.063316 0.015014 -vt 0.064200 0.016248 -vt 0.064604 0.016985 -vt 0.064411 0.016607 -vt 0.064120 0.016120 -vt 0.064226 0.016289 -vt 0.064607 0.016983 -vt 0.064298 0.016419 -vt 0.064944 0.017700 -vt 0.064953 0.017731 -vt 0.064951 0.017716 -vt 0.064774 0.017328 -vt 0.064978 0.017782 -vt 0.065038 0.017948 -vt 0.065479 0.019332 -vt 0.065636 0.020157 -vt 0.065539 0.019621 -vt 0.065457 0.019243 -vt 0.065490 0.019379 -vt 0.065643 0.020156 -vt 0.065477 0.019346 -vt 0.065737 0.020942 -vt 0.065736 0.020975 -vt 0.065739 0.020961 -vt 0.065676 0.020417 -vt 0.065744 0.021031 -vt 0.065751 0.021141 -vt 0.065748 0.022569 -vt 0.065741 0.022660 -vt 0.065726 0.022834 -vt 0.065615 0.023633 -vt 0.065643 0.023495 -vt 0.065737 0.022708 -vt 0.065720 0.022856 -vt 0.065479 0.024303 -vt 0.065490 0.024271 -vt 0.065486 0.024289 -vt 0.065469 0.024358 -vt 0.065442 0.024465 -vt 0.064938 0.025953 -vt 0.064978 0.025869 -vt 0.064597 0.026685 -vt 0.064944 0.025951 -vt 0.064611 0.026670 -vt 0.064944 0.025951 -vt 0.064882 0.026086 -vt 0.064205 0.027387 -vt 0.064226 0.027361 -vt 0.064226 0.027361 -vt 0.064201 0.027403 -vt 0.064152 0.027481 -vt 0.063199 0.028776 -vt 0.062646 0.029368 -vt 0.063278 0.028683 -vt 0.062646 0.029367 -vt 0.063188 0.028790 -vt 0.063086 0.028899 -vt 0.062041 0.029928 -vt 0.062069 0.029909 -vt 0.062068 0.029909 -vt 0.062032 0.029941 -vt 0.062129 0.029849 -vt 0.061962 0.030000 -vt 0.060655 0.030938 -vt 0.059945 0.031327 -vt 0.060759 0.030874 -vt 0.060640 0.030947 -vt 0.059946 0.031329 -vt 0.060510 0.031020 -vt 0.059230 0.031666 -vt 0.059198 0.031675 -vt 0.059213 0.031673 -vt 0.059417 0.031579 -vt 0.059147 0.031700 -vt 0.059044 0.031741 -vt 0.057568 0.032207 -vt 0.057110 0.032300 -vt 0.057686 0.032179 -vt 0.056772 0.032357 -vt 0.057550 0.032212 -vt 0.056772 0.032360 -vt 0.057404 0.032240 -vt 0.055987 0.032459 -vt 0.055954 0.032458 -vt 0.055969 0.032461 -vt 0.056312 0.032422 -vt 0.055898 0.032466 -vt 0.055721 0.032472 -vt 0.054269 0.032463 -vt 0.053436 0.032357 -vt 0.053895 0.032422 -vt 0.054360 0.032470 -vt 0.054221 0.032459 -vt 0.053435 0.032364 -vt 0.054073 0.032441 -vt 0.052658 0.032212 -vt 0.052626 0.032200 -vt 0.052640 0.032207 -vt 0.053097 0.032300 -vt 0.052571 0.032191 -vt 0.052464 0.032163 -vt 0.051022 0.031684 -vt 0.050262 0.031327 -vt 0.050790 0.031579 -vt 0.051107 0.031719 -vt 0.050978 0.031666 -vt 0.050260 0.031333 -vt 0.050843 0.031603 -vt 0.049568 0.030947 -vt 0.049542 0.030927 -vt 0.049552 0.030938 -vt 0.050065 0.031225 -vt 0.049492 0.030901 -vt 0.049399 0.030841 -vt 0.048075 0.029853 -vt 0.048207 0.029967 -vt 0.047491 0.029295 -vt 0.048139 0.029909 -vt 0.047559 0.029370 -vt 0.048139 0.029909 -vt 0.048030 0.029808 -vt 0.047001 0.028763 -vt 0.047020 0.028790 -vt 0.047020 0.028790 -vt 0.046988 0.028753 -vt 0.046929 0.028683 -vt 0.046005 0.027389 -vt 0.046128 0.027584 -vt 0.046007 0.027403 -vt 0.045597 0.026669 -vt 0.045982 0.027361 -vt 0.045982 0.027361 -vt 0.045600 0.026668 -vt 0.045909 0.027231 -vt 0.045263 0.025951 -vt 0.045254 0.025919 -vt 0.045263 0.025951 -vt 0.045245 0.025907 -vt 0.045270 0.025953 -vt 0.045210 0.025822 -vt 0.044766 0.024465 -vt 0.044722 0.024289 -vt 0.044569 0.023494 -vt 0.044718 0.024272 -vt 0.044565 0.023495 -vt 0.044689 0.024126 -vt 0.044470 0.022708 -vt 0.044471 0.022675 -vt 0.044469 0.022690 -vt 0.044486 0.022833 -vt 0.044463 0.022619 -vt 0.044456 0.022509 -vt 0.044469 0.020961 -vt 0.044527 0.020416 -vt 0.044459 0.021082 -vt 0.044571 0.020157 -vt 0.044470 0.020942 -vt 0.044565 0.020156 -vt 0.044488 0.020795 -vt 0.044718 0.019379 -vt 0.044729 0.019348 -vt 0.044722 0.019361 -vt 0.044669 0.019621 -vt 0.044738 0.019292 -vt 0.044766 0.019186 -vt 0.045245 0.017744 -vt 0.045603 0.016985 -vt 0.045428 0.017326 -vt 0.045210 0.017829 -vt 0.045263 0.017700 -vt 0.045600 0.016983 -vt 0.045326 0.017564 -vt 0.045982 0.016289 -vt 0.046002 0.016263 -vt 0.045991 0.016274 -vt 0.045801 0.016610 -vt 0.046028 0.016213 -vt 0.046128 0.016067 -vt 0.046988 0.014897 -vt 0.047564 0.014285 -vt 0.047214 0.014649 -vt 0.046892 0.015014 -vt 0.047020 0.014861 -vt 0.047559 0.014280 -vt 0.047121 0.014751 -vt 0.048139 0.013742 -vt 0.048166 0.013723 -vt 0.048153 0.013730 -vt 0.047779 0.014073 -vt 0.048207 0.013684 -vt 0.048292 0.013613 -vt 0.049527 0.012729 -vt 0.050262 0.012323 -vt 0.049710 0.012618 -vt 0.049345 0.012849 -vt 0.049568 0.012703 -vt 0.050262 0.012322 -vt 0.049698 0.012631 -vt 0.050978 0.011985 -vt 0.051010 0.011976 -vt 0.050995 0.011978 -vt 0.050424 0.012241 -vt 0.051060 0.011951 -vt 0.051162 0.011911 -vt 0.061099 0.027391 -vt 0.061099 0.027391 -vt 0.061316 0.027148 -vt 0.056926 0.013850 -vt 0.056926 0.013850 -vt 0.056607 0.013784 -vt 0.047286 0.024235 -vt 0.047286 0.024235 -vt 0.047388 0.024544 -vt 0.059093 0.028967 -vt 0.059046 0.028993 -vt 0.059265 0.028868 -vt 0.059685 0.028603 -vt 0.059830 0.028502 -vt 0.058056 0.029447 -vt 0.058719 0.029164 -vt 0.058779 0.029134 -vt 0.058905 0.029069 -vt 0.058473 0.029280 -vt 0.053142 0.029767 -vt 0.054099 0.029937 -vt 0.053721 0.029888 -vt 0.053281 0.029800 -vt 0.054098 0.029944 -vt 0.053281 0.029800 -vt 0.052866 0.029694 -vt 0.053042 0.029742 -vt 0.052377 0.029543 -vt 0.052149 0.029454 -vt 0.053022 0.029737 -vt 0.050381 0.028498 -vt 0.050556 0.028626 -vt 0.050587 0.028646 -vt 0.050690 0.028713 -vt 0.050523 0.028603 -vt 0.050987 0.028894 -vt 0.051114 0.028967 -vt 0.051734 0.029280 -vt 0.051234 0.029033 -vt 0.047103 0.023550 -vt 0.047113 0.023575 -vt 0.047176 0.023842 -vt 0.047278 0.024222 -vt 0.047228 0.024039 -vt 0.047395 0.024542 -vt 0.047271 0.024187 -vt 0.046985 0.022865 -vt 0.046958 0.022580 -vt 0.046926 0.021478 -vt 0.046924 0.021739 -vt 0.046924 0.021908 -vt 0.046926 0.022173 -vt 0.046965 0.022580 -vt 0.047026 0.020572 -vt 0.046941 0.021287 -vt 0.046932 0.021441 -vt 0.046985 0.020786 -vt 0.049207 0.016156 -vt 0.048527 0.016961 -vt 0.048963 0.016421 -vt 0.049111 0.016257 -vt 0.048575 0.016895 -vt 0.049108 0.016260 -vt 0.049443 0.015919 -vt 0.049965 0.015461 -vt 0.049472 0.015892 -vt 0.049975 0.015452 -vt 0.049361 0.015999 -vt 0.051685 0.014394 -vt 0.051488 0.014487 -vt 0.051488 0.014487 -vt 0.051734 0.014371 -vt 0.051433 0.014515 -vt 0.051272 0.014598 -vt 0.051116 0.014683 -vt 0.051114 0.014684 -vt 0.050520 0.015044 -vt 0.050797 0.014870 -vt 0.057829 0.014112 -vt 0.057584 0.014030 -vt 0.057277 0.013939 -vt 0.057165 0.013909 -vt 0.056486 0.013762 -vt 0.057125 0.013898 -vt 0.057011 0.013870 -vt 0.059093 0.014684 -vt 0.059468 0.014906 -vt 0.059122 0.014700 -vt 0.058473 0.014371 -vt 0.058523 0.014394 -vt 0.060232 0.015452 -vt 0.059651 0.015025 -vt 0.059651 0.015025 -vt 0.060243 0.015461 -vt 0.059595 0.014988 -vt 0.059685 0.015048 -vt 0.062962 0.019553 -vt 0.062923 0.019420 -vt 0.062633 0.018639 -vt 0.062694 0.018775 -vt 0.062926 0.019430 -vt 0.062637 0.018637 -vt 0.062922 0.019416 -vt 0.063218 0.020786 -vt 0.063187 0.020571 -vt 0.063101 0.020102 -vt 0.063058 0.019915 -vt 0.063021 0.019766 -vt 0.063277 0.021478 -vt 0.063280 0.021573 -vt 0.063249 0.022580 -vt 0.063267 0.022363 -vt 0.063267 0.022363 -vt 0.063218 0.022864 -vt 0.063269 0.022326 -vt 0.063276 0.022204 -vt 0.063281 0.022036 -vt 0.063277 0.022173 -vt 0.060615 0.027871 -vt 0.060847 0.027650 -vt 0.060767 0.027735 -vt 0.060949 0.027549 -vt 0.061245 0.027230 -vt 0.061313 0.027145 -vt 0.061065 0.027428 -vt 0.060243 0.028190 -vt 0.055104 0.030006 -vt 0.056109 0.029944 -vt 0.055798 0.029976 -vt 0.057099 0.029759 -vt 0.056486 0.029888 -vt 0.058719 0.029164 -vt 0.058059 0.029454 -vt 0.057854 0.029519 -vt 0.057829 0.029539 -vt 0.057165 0.029742 -vt 0.061681 0.026690 -vt 0.061923 0.026344 -vt 0.062427 0.025472 -vt 0.062070 0.026115 -vt 0.062819 0.024544 -vt 0.062694 0.024876 -vt 0.062530 0.025228 -vt 0.062408 0.025508 -vt 0.063101 0.023549 -vt 0.063094 0.023577 -vt 0.062926 0.024221 -vt 0.062812 0.024542 -vt 0.062408 0.018142 -vt 0.062531 0.018423 -vt 0.062183 0.017738 -vt 0.062188 0.017735 -vt 0.062070 0.017536 -vt 0.061632 0.016895 -vt 0.061681 0.016961 -vt 0.060977 0.016131 -vt 0.061245 0.016421 -vt 0.060764 0.015919 -vt 0.060971 0.016136 -vt 0.055607 0.013660 -vt 0.055798 0.013674 -vt 0.055104 0.013645 -vt 0.054600 0.013660 -vt 0.054410 0.013674 -vt 0.053601 0.013784 -vt 0.053721 0.013762 -vt 0.052624 0.014030 -vt 0.052377 0.014108 -vt 0.052626 0.014036 -vt 0.053042 0.013909 -vt 0.048019 0.017735 -vt 0.048138 0.017536 -vt 0.047235 0.019587 -vt 0.047282 0.019430 -vt 0.047513 0.018775 -vt 0.047570 0.018637 -vt 0.047677 0.018423 -vt 0.047799 0.018142 -vt 0.047107 0.020102 -vt 0.047113 0.020144 -vt 0.047020 0.020571 -vt 0.046941 0.021287 -vt 0.047513 0.024876 -vt 0.047678 0.025228 -vt 0.047799 0.025508 -vt 0.047781 0.025472 -vt 0.048284 0.026344 -vt 0.048134 0.026117 -vt 0.048891 0.027148 -vt 0.048527 0.026690 -vt 0.049387 0.027659 -vt 0.048963 0.027230 -vt 0.050556 0.028626 -vt 0.050377 0.028502 -vt 0.049772 0.028015 -vt 0.049965 0.028190 -vt 0.049593 0.027871 -vt 0.049597 0.027866 -vt 0.049443 0.027731 -vt 0.054410 0.029976 -vt 0.055104 0.030006 -vt 0.056517 0.025853 -vt 0.056506 0.025856 -vt 0.055825 0.026032 -vt 0.052316 0.025057 -vt 0.052314 0.025056 -vt 0.051900 0.024645 -vt 0.050911 0.021025 -vt 0.050911 0.021025 -vt 0.051023 0.020576 -vt 0.053701 0.017794 -vt 0.053701 0.017794 -vt 0.054028 0.017695 -vt 0.057893 0.018595 -vt 0.057893 0.018595 -vt 0.058057 0.018744 -vt 0.059312 0.022535 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.022367 -vt 0.059368 0.022007 -vt 0.059341 0.022335 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.021284 -vt 0.059337 0.021282 -vt 0.059364 0.021644 -vt 0.059364 0.022006 -vt 0.059185 0.020576 -vt 0.059265 0.020875 -vt 0.059265 0.020875 -vt 0.059274 0.020916 -vt 0.059185 0.020576 -vt 0.059296 0.021024 -vt 0.059310 0.021101 -vt 0.059272 0.020927 -vt 0.057682 0.018424 -vt 0.057782 0.018508 -vt 0.057491 0.018293 -vt 0.058057 0.018744 -vt 0.057785 0.018505 -vt 0.057861 0.018568 -vt 0.056860 0.017940 -vt 0.056862 0.017936 -vt 0.057183 0.018103 -vt 0.057494 0.018289 -vt 0.056179 0.017695 -vt 0.056362 0.017747 -vt 0.056362 0.017747 -vt 0.056179 0.017695 -vt 0.056401 0.017759 -vt 0.056506 0.017794 -vt 0.056681 0.017860 -vt 0.056524 0.017805 -vt 0.053347 0.017940 -vt 0.053297 0.017958 -vt 0.053683 0.017805 -vt 0.053485 0.017876 -vt 0.054029 0.017699 -vt 0.053587 0.017836 -vt 0.052150 0.018744 -vt 0.052201 0.018697 -vt 0.052201 0.018697 -vt 0.052150 0.018744 -vt 0.052231 0.018669 -vt 0.052314 0.018595 -vt 0.052418 0.018508 -vt 0.052425 0.018508 -vt 0.052714 0.018289 -vt 0.052716 0.018293 -vt 0.053024 0.018103 -vt 0.050882 0.021195 -vt 0.050898 0.021100 -vt 0.051023 0.020576 -vt 0.050936 0.020927 -vt 0.050874 0.021284 -vt 0.050852 0.021456 -vt 0.050932 0.022729 -vt 0.050917 0.022657 -vt 0.050931 0.022725 -vt 0.050893 0.022523 -vt 0.050879 0.022432 -vt 0.050874 0.022367 -vt 0.050844 0.022006 -vt 0.050839 0.022007 -vt 0.050844 0.021644 -vt 0.051143 0.023417 -vt 0.050943 0.022775 -vt 0.050942 0.022772 -vt 0.051143 0.023417 -vt 0.051027 0.023074 -vt 0.052399 0.025127 -vt 0.051900 0.024645 -vt 0.052153 0.024904 -vt 0.052716 0.025358 -vt 0.052658 0.025323 -vt 0.052425 0.025143 -vt 0.052466 0.025181 -vt 0.053726 0.025865 -vt 0.053629 0.025831 -vt 0.053683 0.025846 -vt 0.053459 0.025764 -vt 0.053347 0.025711 -vt 0.053024 0.025548 -vt 0.053022 0.025551 -vt 0.054382 0.026032 -vt 0.053846 0.025904 -vt 0.053846 0.025904 -vt 0.053813 0.025894 -vt 0.054382 0.026032 -vt 0.054029 0.025952 -vt 0.056526 0.025850 -vt 0.056178 0.025952 -vt 0.055825 0.026032 -vt 0.057185 0.025551 -vt 0.056910 0.025692 -vt 0.056860 0.025711 -vt 0.056720 0.025775 -vt 0.056578 0.025831 -vt 0.057782 0.025143 -vt 0.057785 0.025146 -vt 0.057692 0.025219 -vt 0.057491 0.025358 -vt 0.057183 0.025548 -vt 0.058308 0.024645 -vt 0.058007 0.024954 -vt 0.058007 0.024954 -vt 0.057992 0.024968 -vt 0.058308 0.024645 -vt 0.057944 0.025011 -vt 0.057876 0.025070 -vt 0.058054 0.024904 -vt 0.054742 0.026078 -vt 0.055104 0.026093 -vt 0.051672 0.024363 -vt 0.051469 0.024063 -vt 0.051473 0.024061 -vt 0.051293 0.023747 -vt 0.051143 0.020234 -vt 0.051293 0.019904 -vt 0.051296 0.019906 -vt 0.051469 0.019588 -vt 0.051672 0.019287 -vt 0.051676 0.019290 -vt 0.051900 0.019006 -vt 0.054382 0.017619 -vt 0.054742 0.017573 -vt 0.054742 0.017577 -vt 0.055104 0.017557 -vt 0.055466 0.017573 -vt 0.055465 0.017577 -vt 0.055825 0.017619 -vt 0.058308 0.019006 -vt 0.058535 0.019287 -vt 0.058532 0.019290 -vt 0.058738 0.019588 -vt 0.058915 0.019904 -vt 0.058911 0.019906 -vt 0.059064 0.020234 -vt 0.059185 0.023075 -vt 0.059064 0.023417 -vt 0.059060 0.023415 -vt 0.058915 0.023747 -vt 0.058738 0.024063 -vt 0.058735 0.024061 -vt 0.058535 0.024363 -vt 0.055466 0.026078 -vt 0.055104 0.026089 -vt 0.052702 0.011434 -vt 0.052571 0.011460 -vt 0.053435 0.011288 -vt 0.052658 0.011439 -vt 0.053435 0.011291 -vt 0.052658 0.011439 -vt 0.052804 0.011410 -vt 0.054254 0.011193 -vt 0.054221 0.011192 -vt 0.054221 0.011192 -vt 0.054269 0.011188 -vt 0.054297 0.011191 -vt 0.054360 0.011181 -vt 0.049236 0.015703 -vt 0.049651 0.014569 -vt 0.049741 0.015184 -vt 0.050355 0.014799 -vt 0.050968 0.014422 -vt 0.051546 0.013475 -vt 0.051611 0.014098 -vt 0.052953 0.013565 -vt 0.052932 0.013012 -vt 0.053671 0.013467 -vt 0.055104 0.012749 -vt 0.054385 0.013375 -vt 0.055104 0.013345 -vt 0.056546 0.013412 -vt 0.057276 0.013012 -vt 0.057241 0.013618 -vt 0.057929 0.013829 -vt 0.058661 0.013475 -vt 0.058620 0.014047 -vt 0.059955 0.014154 -vt 0.059884 0.014753 -vt 0.061158 0.014992 -vt 0.061010 0.015663 -vt 0.061010 0.027988 -vt 0.060556 0.029082 -vt 0.060431 0.028424 -vt 0.059853 0.028852 -vt 0.059322 0.029862 -vt 0.059240 0.029229 -vt 0.058620 0.029604 -vt 0.057978 0.030435 -vt 0.057255 0.030086 -vt 0.056546 0.030239 -vt 0.055834 0.030873 -vt 0.055823 0.030275 -vt 0.055104 0.030306 -vt 0.054373 0.030873 -vt 0.054380 0.030331 -vt 0.053648 0.030784 -vt 0.052953 0.030086 -vt 0.051546 0.030176 -vt 0.051588 0.029604 -vt 0.050941 0.029278 -vt 0.050324 0.028898 -vt 0.049651 0.029082 -vt 0.049776 0.028424 -vt 0.049197 0.027988 -vt 0.062135 0.016085 -vt 0.061967 0.016749 -vt 0.062964 0.017287 -vt 0.062726 0.017982 -vt 0.063591 0.018607 -vt 0.062973 0.018663 -vt 0.063213 0.019342 -vt 0.063997 0.020010 -vt 0.063394 0.020039 -vt 0.063516 0.020748 -vt 0.063577 0.021465 -vt 0.064173 0.022191 -vt 0.063571 0.022910 -vt 0.064049 0.023652 -vt 0.063266 0.024325 -vt 0.063591 0.025044 -vt 0.062726 0.025668 -vt 0.062964 0.026364 -vt 0.062325 0.026272 -vt 0.061922 0.026868 -vt 0.061470 0.027428 -vt 0.061650 0.028113 -vt 0.048073 0.027566 -vt 0.048241 0.026901 -vt 0.047197 0.026390 -vt 0.047882 0.026272 -vt 0.047531 0.025643 -vt 0.046617 0.025044 -vt 0.047235 0.024987 -vt 0.046995 0.024309 -vt 0.046813 0.023612 -vt 0.046093 0.022919 -vt 0.046692 0.022903 -vt 0.046575 0.022188 -vt 0.046034 0.021460 -vt 0.046637 0.020741 -vt 0.046759 0.020027 -vt 0.046385 0.019300 -vt 0.047183 0.018643 -vt 0.046856 0.017912 -vt 0.047481 0.017982 -vt 0.047197 0.017261 -vt 0.047882 0.017379 -vt 0.048285 0.016783 -vt 0.048073 0.016085 -vt 0.048738 0.016222 -vt 0.047113 0.018423 -vt 0.044796 0.021433 -vt 0.043892 0.021434 -vt 0.043892 0.022217 -vt 0.063213 0.028201 -vt 0.063919 0.028714 -vt 0.064379 0.028081 -vt 0.065412 0.022217 -vt 0.066315 0.022217 -vt 0.066285 0.021825 -vt 0.048848 0.012550 -vt 0.048215 0.013010 -vt 0.049362 0.013256 -vt 0.048728 0.013717 -vt 0.049591 0.016254 -vt 0.047810 0.014532 -vt 0.046995 0.015449 -vt 0.052291 0.011901 -vt 0.050421 0.012635 -vt 0.050067 0.016330 -vt 0.050524 0.016485 -vt 0.051956 0.014628 -vt 0.050948 0.016716 -vt 0.052394 0.014848 -vt 0.051327 0.017014 -vt 0.051650 0.017373 -vt 0.051908 0.017781 -vt 0.052353 0.018423 -vt 0.052093 0.018226 -vt 0.052021 0.011071 -vt 0.051277 0.011313 -vt 0.051546 0.012143 -vt 0.055496 0.011518 -vt 0.053749 0.017308 -vt 0.053713 0.016820 -vt 0.053490 0.011638 -vt 0.054712 0.011517 -vt 0.054712 0.010644 -vt 0.055495 0.010644 -vt 0.053594 0.016346 -vt 0.053396 0.015899 -vt 0.053124 0.015492 -vt 0.057345 0.014716 -vt 0.057439 0.015189 -vt 0.057916 0.011901 -vt 0.057451 0.015672 -vt 0.057382 0.016149 -vt 0.057233 0.016608 -vt 0.057009 0.017035 -vt 0.056715 0.017419 -vt 0.057172 0.014265 -vt 0.058339 0.018393 -vt 0.058743 0.018119 -vt 0.059095 0.017778 -vt 0.059383 0.017383 -vt 0.059599 0.016944 -vt 0.059736 0.016475 -vt 0.059792 0.015989 -vt 0.063094 0.018423 -vt 0.063213 0.015449 -vt 0.058931 0.011313 -vt 0.058187 0.011071 -vt 0.058662 0.012143 -vt 0.061945 0.014106 -vt 0.061480 0.013717 -vt 0.059786 0.012635 -vt 0.061992 0.013010 -vt 0.061359 0.012550 -vt 0.060845 0.013256 -vt 0.059763 0.015501 -vt 0.063673 0.016084 -vt 0.064379 0.015570 -vt 0.063919 0.014937 -vt 0.065858 0.018742 -vt 0.065616 0.017998 -vt 0.064806 0.018214 -vt 0.064294 0.017143 -vt 0.065028 0.019013 -vt 0.063094 0.021825 -vt 0.065291 0.020212 -vt 0.065412 0.021433 -vt 0.063094 0.022526 -vt 0.063094 0.025228 -vt 0.065858 0.024908 -vt 0.065028 0.024638 -vt 0.066315 0.021434 -vt 0.065291 0.023439 -vt 0.063673 0.027567 -vt 0.065645 0.025662 -vt 0.064786 0.025384 -vt 0.064294 0.026508 -vt 0.057421 0.028512 -vt 0.058251 0.029022 -vt 0.061359 0.031101 -vt 0.061992 0.030641 -vt 0.060845 0.030395 -vt 0.061480 0.029934 -vt 0.062397 0.029119 -vt 0.058663 0.031507 -vt 0.057916 0.031750 -vt 0.058187 0.032580 -vt 0.058931 0.032338 -vt 0.057854 0.031506 -vt 0.056717 0.032013 -vt 0.052291 0.031750 -vt 0.053490 0.032013 -vt 0.052353 0.031506 -vt 0.054712 0.032133 -vt 0.054712 0.033006 -vt 0.055495 0.033006 -vt 0.055540 0.032169 -vt 0.050445 0.028150 -vt 0.052353 0.028015 -vt 0.051267 0.032367 -vt 0.052021 0.032580 -vt 0.051545 0.031507 -vt 0.049362 0.030395 -vt 0.048215 0.030641 -vt 0.048848 0.031101 -vt 0.048728 0.029934 -vt 0.045804 0.028099 -vt 0.046288 0.028714 -vt 0.046995 0.028202 -vt 0.045913 0.026508 -vt 0.047113 0.025228 -vt 0.045401 0.025437 -vt 0.044453 0.025228 -vt 0.044591 0.025653 -vt 0.046534 0.027567 -vt 0.044796 0.022217 -vt 0.044916 0.023439 -vt 0.044349 0.024908 -vt 0.045179 0.024638 -vt 0.044349 0.018742 -vt 0.045179 0.019013 -vt 0.044916 0.020212 -vt 0.044562 0.017989 -vt 0.045421 0.018267 -vt 0.045913 0.017143 -vt 0.046288 0.014937 -vt 0.045828 0.015570 -vt 0.046534 0.016084 -vt 0.052787 0.015138 -vt 0.057854 0.021185 -vt 0.062381 0.020211 -vt 0.062018 0.020529 -vt 0.062685 0.019837 -vt 0.060204 0.021080 -vt 0.059726 0.021018 -vt 0.061607 0.020781 -vt 0.061158 0.020960 -vt 0.060686 0.021061 -vt 0.049387 0.021825 -vt 0.049604 0.020393 -vt 0.049117 0.020341 -vt 0.047297 0.020952 -vt 0.047113 0.021125 -vt 0.047706 0.020684 -vt 0.048629 0.020373 -vt 0.048154 0.020489 -vt 0.052424 0.021139 -vt 0.050514 0.020740 -vt 0.050074 0.020527 -vt 0.047522 0.023814 -vt 0.047826 0.023439 -vt 0.048189 0.023121 -vt 0.048601 0.022869 -vt 0.049049 0.022691 -vt 0.049521 0.022590 -vt 0.051464 0.025532 -vt 0.051113 0.025872 -vt 0.050825 0.026268 -vt 0.050609 0.026706 -vt 0.050471 0.027176 -vt 0.050416 0.027661 -vt 0.051869 0.025257 -vt 0.052353 0.021825 -vt 0.050003 0.022571 -vt 0.050482 0.022633 -vt 0.053035 0.029385 -vt 0.052863 0.028935 -vt 0.052769 0.028461 -vt 0.052756 0.027979 -vt 0.057814 0.028803 -vt 0.057854 0.025228 -vt 0.056458 0.026343 -vt 0.056811 0.027752 -vt 0.057083 0.028159 -vt 0.052826 0.027501 -vt 0.052572 0.025228 -vt 0.052975 0.027042 -vt 0.053199 0.026615 -vt 0.056494 0.026831 -vt 0.056613 0.027305 -vt 0.053492 0.026232 -vt 0.059259 0.026935 -vt 0.058880 0.026636 -vt 0.058557 0.026278 -vt 0.058299 0.025870 -vt 0.058114 0.025424 -vt 0.060617 0.027397 -vt 0.060140 0.027321 -vt 0.059683 0.027165 -vt 0.057854 0.021825 -vt 0.060604 0.023258 -vt 0.061090 0.023310 -vt 0.061578 0.023278 -vt 0.062053 0.023162 -vt 0.059693 0.022911 -vt 0.060134 0.023124 -vt 0.062502 0.022967 -vt 0.062910 0.022698 -vt 0.057257 0.023574 -vt 0.057133 0.023650 -vt 0.057691 0.022144 -vt 0.057795 0.022274 -vt 0.056966 0.023650 -vt 0.056452 0.024165 -vt 0.056285 0.024335 -vt 0.057802 0.022466 -vt 0.057685 0.022619 -vt 0.055177 0.024590 -vt 0.056093 0.024338 -vt 0.055335 0.024481 -vt 0.053075 0.023650 -vt 0.052920 0.023535 -vt 0.057297 0.023235 -vt 0.057334 0.023397 -vt 0.053878 0.024313 -vt 0.053756 0.024165 -vt 0.054067 0.024350 -vt 0.055990 0.024277 -vt 0.052523 0.022619 -vt 0.052883 0.023300 -vt 0.052634 0.022661 -vt 0.057573 0.022661 -vt 0.054942 0.024549 -vt 0.054839 0.024419 -vt 0.054191 0.024176 -vt 0.053241 0.023650 -vt 0.057757 0.021098 -vt 0.057795 0.021377 -vt 0.057691 0.021506 -vt 0.056140 0.019301 -vt 0.056329 0.019337 -vt 0.056452 0.019486 -vt 0.052874 0.020302 -vt 0.052920 0.020115 -vt 0.057178 0.020019 -vt 0.057287 0.020115 -vt 0.053241 0.020001 -vt 0.053756 0.019486 -vt 0.054873 0.019170 -vt 0.055128 0.019052 -vt 0.054115 0.019313 -vt 0.057334 0.020253 -vt 0.055265 0.019101 -vt 0.055369 0.019232 -vt 0.052634 0.020990 -vt 0.052755 0.020694 -vt 0.052566 0.021009 -vt 0.053029 0.020019 -vt 0.053923 0.019316 -vt 0.056966 0.020001 -vt 0.057573 0.020990 -vt 0.054217 0.019374 -vt 0.052516 0.021506 -vt 0.052412 0.021377 -vt 0.052395 0.022419 -vt 0.052412 0.022274 -vt 0.052516 0.022144 -vt 0.059587 0.020984 -vt 0.059946 0.021057 -vt 0.060312 0.021083 -vt 0.060678 0.021062 -vt 0.061038 0.020994 -vt 0.061386 0.020880 -vt 0.061717 0.020723 -vt 0.062305 0.020288 -vt 0.062025 0.020524 -vt 0.062552 0.020017 -vt 0.062762 0.019717 -vt 0.063102 0.022533 -vt 0.062787 0.022790 -vt 0.062440 0.023000 -vt 0.062066 0.023158 -vt 0.061673 0.023261 -vt 0.061269 0.023303 -vt 0.060864 0.023296 -vt 0.060463 0.023227 -vt 0.059713 0.022923 -vt 0.060077 0.023102 -vt 0.059378 0.022693 -vt 0.062552 0.020544 -vt 0.062582 0.022499 -vt 0.062237 0.020810 -vt 0.061890 0.021034 -vt 0.061518 0.021211 -vt 0.060721 0.021415 -vt 0.060549 0.022882 -vt 0.059898 0.021409 -vt 0.061126 0.021338 -vt 0.061951 0.022821 -vt 0.056617 0.017522 -vt 0.056860 0.017247 -vt 0.057065 0.016944 -vt 0.057230 0.016616 -vt 0.057351 0.016270 -vt 0.057427 0.015912 -vt 0.057456 0.015547 -vt 0.057373 0.014820 -vt 0.057438 0.015181 -vt 0.057262 0.014471 -vt 0.057107 0.014139 -vt 0.059715 0.015253 -vt 0.059781 0.015654 -vt 0.059789 0.016060 -vt 0.059739 0.016463 -vt 0.059632 0.016854 -vt 0.059470 0.017227 -vt 0.059257 0.017573 -vt 0.058998 0.017885 -vt 0.058696 0.018156 -vt 0.057992 0.018558 -vt 0.058358 0.018382 -vt 0.057779 0.015963 -vt 0.057811 0.015552 -vt 0.059390 0.016394 -vt 0.057141 0.017465 -vt 0.057791 0.015140 -vt 0.057718 0.014735 -vt 0.057557 0.016755 -vt 0.058969 0.017365 -vt 0.052133 0.018363 -vt 0.052017 0.018016 -vt 0.051655 0.017380 -vt 0.051857 0.017686 -vt 0.051417 0.017102 -vt 0.051144 0.016857 -vt 0.050842 0.016649 -vt 0.050516 0.016482 -vt 0.050171 0.016358 -vt 0.049814 0.016279 -vt 0.049449 0.016247 -vt 0.051718 0.014545 -vt 0.052777 0.015130 -vt 0.052453 0.014885 -vt 0.052097 0.014689 -vt 0.053059 0.015421 -vt 0.053301 0.015747 -vt 0.053498 0.016102 -vt 0.053638 0.016483 -vt 0.053749 0.017285 -vt 0.053722 0.016880 -vt 0.053719 0.017690 -vt 0.050270 0.016016 -vt 0.052346 0.017881 -vt 0.051616 0.014886 -vt 0.050658 0.016156 -vt 0.051025 0.016344 -vt 0.051364 0.016578 -vt 0.051940 0.017166 -vt 0.053296 0.016581 -vt 0.052793 0.015650 -vt 0.050620 0.022667 -vt 0.050261 0.022594 -vt 0.049895 0.022568 -vt 0.049170 0.022657 -vt 0.049530 0.022589 -vt 0.048821 0.022770 -vt 0.048490 0.022928 -vt 0.047903 0.023363 -vt 0.048182 0.023126 -vt 0.047656 0.023634 -vt 0.047445 0.023934 -vt 0.047106 0.021118 -vt 0.047420 0.020861 -vt 0.047768 0.020651 -vt 0.048142 0.020493 -vt 0.048535 0.020394 -vt 0.048938 0.020347 -vt 0.049744 0.020424 -vt 0.049344 0.020354 -vt 0.050830 0.020957 -vt 0.050495 0.020728 -vt 0.050130 0.020549 -vt 0.050309 0.022242 -vt 0.049486 0.022236 -vt 0.047656 0.023107 -vt 0.049308 0.020708 -vt 0.049081 0.022312 -vt 0.048689 0.022440 -vt 0.047625 0.021151 -vt 0.048317 0.022617 -vt 0.047971 0.022841 -vt 0.053591 0.026129 -vt 0.053348 0.026404 -vt 0.053143 0.026707 -vt 0.052978 0.027034 -vt 0.052857 0.027380 -vt 0.052781 0.027739 -vt 0.052835 0.028831 -vt 0.052770 0.028470 -vt 0.052752 0.028104 -vt 0.052946 0.029180 -vt 0.053100 0.029512 -vt 0.050492 0.028398 -vt 0.050427 0.027997 -vt 0.050419 0.027591 -vt 0.050469 0.027188 -vt 0.050575 0.026796 -vt 0.050737 0.026424 -vt 0.050950 0.026078 -vt 0.051210 0.025766 -vt 0.051512 0.025494 -vt 0.052215 0.025093 -vt 0.051849 0.025268 -vt 0.050781 0.027965 -vt 0.052490 0.028916 -vt 0.052514 0.027284 -vt 0.052429 0.027688 -vt 0.052836 0.026527 -vt 0.052651 0.026895 -vt 0.051239 0.026286 -vt 0.052417 0.028510 -vt 0.052396 0.028099 -vt 0.058074 0.025288 -vt 0.058191 0.025635 -vt 0.058351 0.025965 -vt 0.058552 0.026271 -vt 0.058791 0.026549 -vt 0.059063 0.026794 -vt 0.059365 0.027002 -vt 0.060036 0.027293 -vt 0.059691 0.027169 -vt 0.060394 0.027372 -vt 0.060759 0.027404 -vt 0.058490 0.029105 -vt 0.058112 0.028958 -vt 0.057755 0.028766 -vt 0.057430 0.028521 -vt 0.057145 0.028233 -vt 0.056710 0.027549 -vt 0.056818 0.027749 -vt 0.056903 0.027906 -vt 0.056574 0.027167 -vt 0.056458 0.026366 -vt 0.056489 0.026770 -vt 0.056489 0.025961 -vt 0.059937 0.027635 -vt 0.056814 0.026367 -vt 0.057861 0.025770 -vt 0.058268 0.026485 -vt 0.057415 0.028001 -vt 0.058843 0.027073 -vt 0.059183 0.027307 -vt 0.059549 0.027495 -vt 0.047886 0.027719 -vt 0.046511 0.028019 -vt 0.047405 0.027139 -vt 0.046342 0.027766 -vt 0.055104 0.031180 -vt 0.054703 0.032410 -vt 0.054351 0.031149 -vt 0.053904 0.032350 -vt 0.053609 0.031023 -vt 0.053111 0.032229 -vt 0.053094 0.030955 -vt 0.052828 0.032163 -vt 0.052874 0.030873 -vt 0.052330 0.032048 -vt 0.052142 0.030698 -vt 0.051723 0.031859 -vt 0.051565 0.031809 -vt 0.051437 0.030431 -vt 0.050820 0.031513 -vt 0.050757 0.030108 -vt 0.050099 0.031161 -vt 0.050104 0.029732 -vt 0.049646 0.030896 -vt 0.049408 0.030756 -vt 0.049484 0.029304 -vt 0.048749 0.030300 -vt 0.048901 0.028827 -vt 0.048126 0.029795 -vt 0.048357 0.028305 -vt 0.047825 0.029510 -vt 0.047543 0.029244 -vt 0.047004 0.028651 -vt 0.047003 0.026503 -vt 0.046067 0.027351 -vt 0.046846 0.026204 -vt 0.045749 0.026785 -vt 0.046653 0.025836 -vt 0.045675 0.026652 -vt 0.045337 0.025925 -vt 0.046357 0.025142 -vt 0.045269 0.025744 -vt 0.045055 0.025175 -vt 0.046119 0.024428 -vt 0.044904 0.024657 -vt 0.044830 0.024405 -vt 0.045938 0.023696 -vt 0.044665 0.023621 -vt 0.045818 0.022953 -vt 0.044559 0.022826 -vt 0.045757 0.022202 -vt 0.044534 0.022398 -vt 0.044513 0.022026 -vt 0.045757 0.021449 -vt 0.044528 0.021224 -vt 0.045818 0.020698 -vt 0.044604 0.020426 -vt 0.045938 0.019954 -vt 0.044658 0.020113 -vt 0.044740 0.019636 -vt 0.046119 0.019223 -vt 0.044935 0.018859 -vt 0.046357 0.018508 -vt 0.045189 0.018098 -vt 0.046653 0.017815 -vt 0.045499 0.017359 -vt 0.047003 0.017148 -vt 0.045751 0.016867 -vt 0.045864 0.016645 -vt 0.046283 0.015961 -vt 0.047405 0.016511 -vt 0.046751 0.015311 -vt 0.047858 0.015909 -vt 0.047036 0.014973 -vt 0.048357 0.015345 -vt 0.047268 0.014698 -vt 0.048676 0.015039 -vt 0.047829 0.014126 -vt 0.048901 0.014823 -vt 0.057334 0.012778 -vt 0.058262 0.011715 -vt 0.058066 0.012952 -vt 0.058484 0.011793 -vt 0.048433 0.013598 -vt 0.049484 0.014347 -vt 0.049074 0.013117 -vt 0.050104 0.013919 -vt 0.049750 0.012686 -vt 0.050773 0.013574 -vt 0.050456 0.012307 -vt 0.051179 0.013342 -vt 0.050659 0.012218 -vt 0.051451 0.013253 -vt 0.051190 0.011983 -vt 0.052142 0.012952 -vt 0.051724 0.011793 -vt 0.051945 0.011715 -vt 0.052865 0.012743 -vt 0.052719 0.011505 -vt 0.053609 0.012628 -vt 0.053506 0.011354 -vt 0.054093 0.012533 -vt 0.053959 0.011302 -vt 0.054354 0.012537 -vt 0.054303 0.011263 -vt 0.055104 0.012471 -vt 0.055104 0.011233 -vt 0.055856 0.012501 -vt 0.055905 0.011263 -vt 0.056604 0.012592 -vt 0.056701 0.011354 -vt 0.057489 0.011505 -vt 0.058770 0.013219 -vt 0.059018 0.011983 -vt 0.059549 0.012218 -vt 0.059451 0.013542 -vt 0.059751 0.012307 -vt 0.060458 0.012686 -vt 0.059923 0.013815 -vt 0.060084 0.013950 -vt 0.061134 0.013117 -vt 0.060723 0.014347 -vt 0.061775 0.013598 -vt 0.061307 0.014823 -vt 0.062378 0.014126 -vt 0.061532 0.015039 -vt 0.061850 0.015345 -vt 0.062940 0.014698 -vt 0.062229 0.015773 -vt 0.063171 0.014973 -vt 0.062322 0.015932 -vt 0.063456 0.015311 -vt 0.062802 0.016511 -vt 0.063925 0.015961 -vt 0.063205 0.017148 -vt 0.064343 0.016645 -vt 0.063555 0.017815 -vt 0.064456 0.016867 -vt 0.064708 0.017359 -vt 0.063850 0.018508 -vt 0.064938 0.017907 -vt 0.065019 0.018098 -vt 0.064089 0.019223 -vt 0.065272 0.018859 -vt 0.064269 0.019954 -vt 0.065467 0.019636 -vt 0.064390 0.020698 -vt 0.065603 0.020426 -vt 0.065679 0.021224 -vt 0.064451 0.021449 -vt 0.065694 0.022026 -vt 0.064451 0.022202 -vt 0.065673 0.022398 -vt 0.064390 0.022953 -vt 0.065649 0.022826 -vt 0.064327 0.023338 -vt 0.065543 0.023621 -vt 0.064269 0.023696 -vt 0.058770 0.030431 -vt 0.058643 0.031809 -vt 0.058066 0.030698 -vt 0.065377 0.024405 -vt 0.064089 0.024428 -vt 0.065304 0.024657 -vt 0.065153 0.025175 -vt 0.063850 0.025142 -vt 0.064939 0.025744 -vt 0.064870 0.025925 -vt 0.063555 0.025836 -vt 0.064532 0.026652 -vt 0.063205 0.026503 -vt 0.064140 0.027351 -vt 0.062802 0.027139 -vt 0.063697 0.028019 -vt 0.062350 0.027741 -vt 0.063204 0.028651 -vt 0.061850 0.028305 -vt 0.062664 0.029244 -vt 0.061307 0.028827 -vt 0.062383 0.029510 -vt 0.062082 0.029795 -vt 0.060723 0.029304 -vt 0.061459 0.030300 -vt 0.060103 0.029732 -vt 0.060800 0.030756 -vt 0.059451 0.030108 -vt 0.060108 0.031161 -vt 0.059028 0.030309 -vt 0.059388 0.031513 -vt 0.057342 0.030908 -vt 0.057877 0.032048 -vt 0.057096 0.032229 -vt 0.056604 0.031059 -vt 0.056304 0.032350 -vt 0.056114 0.031118 -vt 0.055856 0.031149 -vt 0.055505 0.032410 -vt 0.055104 0.032418 -vt 0.053219 0.021419 -vt 0.052115 0.020938 -vt 0.053315 0.021107 -vt 0.053462 0.020815 -vt 0.053657 0.020552 -vt 0.053260 0.022390 -vt 0.052065 0.022519 -vt 0.053192 0.022070 -vt 0.051988 0.021725 -vt 0.053178 0.021744 -vt 0.053770 0.023217 -vt 0.052547 0.023609 -vt 0.053554 0.022972 -vt 0.053382 0.022693 -vt 0.053574 0.019109 -vt 0.053893 0.020326 -vt 0.054164 0.020142 -vt 0.054462 0.020008 -vt 0.055430 0.019925 -vt 0.055502 0.018734 -vt 0.055746 0.020008 -vt 0.057272 0.019586 -vt 0.056044 0.020142 -vt 0.056315 0.020326 -vt 0.054313 0.018810 -vt 0.054778 0.019925 -vt 0.055104 0.019898 -vt 0.054618 0.023691 -vt 0.053403 0.024438 -vt 0.054310 0.023582 -vt 0.054024 0.023423 -vt 0.056654 0.022972 -vt 0.057124 0.024199 -vt 0.056438 0.023217 -vt 0.056183 0.023423 -vt 0.055898 0.023582 -vt 0.055303 0.024936 -vt 0.055589 0.023691 -vt 0.055267 0.023746 -vt 0.054940 0.023746 -vt 0.057016 0.022070 -vt 0.058143 0.022519 -vt 0.056947 0.022390 -vt 0.057867 0.023267 -vt 0.056825 0.022693 -vt 0.056551 0.020552 -vt 0.056745 0.020815 -vt 0.057954 0.020564 -vt 0.056893 0.021107 -vt 0.056988 0.021419 -vt 0.057030 0.021744 -vt 0.051928 0.024620 -vt 0.052325 0.024349 -vt 0.052176 0.024880 -vt 0.052671 0.024683 -vt 0.052446 0.025117 -vt 0.052735 0.025330 -vt 0.053056 0.024971 -vt 0.053040 0.025519 -vt 0.053475 0.025207 -vt 0.053361 0.025680 -vt 0.053694 0.025814 -vt 0.050968 0.022717 -vt 0.051444 0.022661 -vt 0.051059 0.023064 -vt 0.051581 0.023122 -vt 0.051178 0.023403 -vt 0.051326 0.023730 -vt 0.051776 0.023561 -vt 0.051501 0.024044 -vt 0.052025 0.023973 -vt 0.051702 0.024341 -vt 0.051059 0.020587 -vt 0.051505 0.020757 -vt 0.050968 0.020934 -vt 0.051398 0.021226 -vt 0.050907 0.021288 -vt 0.050877 0.021646 -vt 0.051352 0.021705 -vt 0.050877 0.022005 -vt 0.051368 0.022186 -vt 0.050907 0.022363 -vt 0.052176 0.018771 -vt 0.052493 0.019129 -vt 0.051928 0.019030 -vt 0.052169 0.019485 -vt 0.051702 0.019310 -vt 0.051501 0.019607 -vt 0.051894 0.019880 -vt 0.051326 0.019921 -vt 0.051672 0.020306 -vt 0.051178 0.020248 -vt 0.054038 0.017731 -vt 0.054152 0.018195 -vt 0.053694 0.017836 -vt 0.053695 0.018346 -vt 0.053361 0.017970 -vt 0.053040 0.018132 -vt 0.053262 0.018555 -vt 0.052735 0.018320 -vt 0.052859 0.018817 -vt 0.052446 0.018534 -vt 0.056846 0.017970 -vt 0.056512 0.018346 -vt 0.056513 0.017836 -vt 0.056056 0.018195 -vt 0.056170 0.017731 -vt 0.055819 0.017656 -vt 0.055584 0.018103 -vt 0.055463 0.017610 -vt 0.055104 0.017595 -vt 0.055104 0.018072 -vt 0.054745 0.017610 -vt 0.054624 0.018103 -vt 0.054389 0.017656 -vt 0.058505 0.019310 -vt 0.058038 0.019485 -vt 0.058279 0.019030 -vt 0.057715 0.019129 -vt 0.058031 0.018771 -vt 0.057761 0.018534 -vt 0.057349 0.018817 -vt 0.057473 0.018320 -vt 0.057167 0.018132 -vt 0.056946 0.018555 -vt 0.059300 0.021288 -vt 0.058809 0.021226 -vt 0.059239 0.020934 -vt 0.058702 0.020757 -vt 0.059149 0.020587 -vt 0.059029 0.020248 -vt 0.058536 0.020306 -vt 0.058881 0.019921 -vt 0.058706 0.019607 -vt 0.058313 0.019880 -vt 0.059029 0.023403 -vt 0.058626 0.023122 -vt 0.059149 0.023064 -vt 0.058763 0.022661 -vt 0.059239 0.022717 -vt 0.059300 0.022363 -vt 0.058840 0.022186 -vt 0.059331 0.022005 -vt 0.059331 0.021646 -vt 0.058855 0.021705 -vt 0.057761 0.025117 -vt 0.057537 0.024683 -vt 0.058031 0.024880 -vt 0.057882 0.024349 -vt 0.058279 0.024620 -vt 0.058505 0.024341 -vt 0.058182 0.023973 -vt 0.058706 0.024044 -vt 0.058881 0.023730 -vt 0.058431 0.023561 -vt 0.055819 0.025995 -vt 0.055821 0.025510 -vt 0.056170 0.025919 -vt 0.056286 0.025388 -vt 0.056513 0.025814 -vt 0.056846 0.025680 -vt 0.056732 0.025207 -vt 0.057167 0.025519 -vt 0.057473 0.025330 -vt 0.057151 0.024971 -vt 0.053921 0.025388 -vt 0.054038 0.025919 -vt 0.054386 0.025510 -vt 0.054389 0.025995 -vt 0.054745 0.026041 -vt 0.054863 0.025571 -vt 0.055104 0.026056 -vt 0.055463 0.026041 -vt 0.055344 0.025571 -vt 0.049449 0.016208 -vt 0.052150 0.018359 -vt 0.050532 0.016446 -vt 0.050862 0.016616 -vt 0.051444 0.017075 -vt 0.051890 0.017667 -vt 0.049824 0.016212 -vt 0.050190 0.016293 -vt 0.051186 0.016804 -vt 0.051710 0.017339 -vt 0.052080 0.017990 -vt 0.050594 0.016304 -vt 0.051296 0.016664 -vt 0.051852 0.017232 -vt 0.052244 0.017923 -vt 0.050240 0.016122 -vt 0.050996 0.016392 -vt 0.053475 0.017654 -vt 0.053680 0.017684 -vt 0.051713 0.014562 -vt 0.051688 0.014645 -vt 0.051662 0.014731 -vt 0.052319 0.015091 -vt 0.052036 0.014822 -vt 0.052069 0.014750 -vt 0.052090 0.014705 -vt 0.052373 0.015008 -vt 0.052416 0.014942 -vt 0.052443 0.014900 -vt 0.053577 0.016900 -vt 0.053402 0.016551 -vt 0.053497 0.016523 -vt 0.053655 0.016889 -vt 0.053573 0.016502 -vt 0.053705 0.016882 -vt 0.053621 0.016488 -vt 0.053711 0.017285 -vt 0.053645 0.017285 -vt 0.053555 0.017284 -vt 0.053462 0.016118 -vt 0.053403 0.016145 -vt 0.053321 0.016182 -vt 0.053052 0.015905 -vt 0.053272 0.015765 -vt 0.053217 0.015800 -vt 0.053141 0.015849 -vt 0.053033 0.015443 -vt 0.052984 0.015486 -vt 0.052915 0.015545 -vt 0.052766 0.015143 -vt 0.052732 0.015181 -vt 0.052615 0.015315 -vt 0.057167 0.014106 -vt 0.056629 0.017534 -vt 0.057476 0.015176 -vt 0.057494 0.015547 -vt 0.057388 0.016281 -vt 0.057098 0.016963 -vt 0.057325 0.014446 -vt 0.057439 0.014804 -vt 0.057494 0.015922 -vt 0.057292 0.016643 -vt 0.056913 0.017289 -vt 0.056665 0.017570 -vt 0.057631 0.015159 -vt 0.057670 0.015947 -vt 0.057456 0.016712 -vt 0.057054 0.017398 -vt 0.057611 0.014761 -vt 0.057756 0.015551 -vt 0.057954 0.018461 -vt 0.058237 0.018169 -vt 0.059614 0.015277 -vt 0.059526 0.015298 -vt 0.059423 0.015322 -vt 0.059543 0.016047 -vt 0.059635 0.015667 -vt 0.059713 0.015660 -vt 0.059764 0.015655 -vt 0.059642 0.016052 -vt 0.059721 0.016056 -vt 0.059771 0.016059 -vt 0.058545 0.017962 -vt 0.058606 0.018041 -vt 0.058892 0.017783 -vt 0.058654 0.018103 -vt 0.058949 0.017837 -vt 0.058685 0.018143 -vt 0.058985 0.017873 -vt 0.058350 0.018367 -vt 0.058325 0.018323 -vt 0.058286 0.018255 -vt 0.059243 0.017562 -vt 0.059202 0.017533 -vt 0.059138 0.017487 -vt 0.059058 0.017429 -vt 0.059455 0.017219 -vt 0.059410 0.017195 -vt 0.059340 0.017159 -vt 0.059616 0.016849 -vt 0.059568 0.016832 -vt 0.059494 0.016806 -vt 0.059400 0.016773 -vt 0.059722 0.016459 -vt 0.059672 0.016449 -vt 0.059595 0.016434 -vt 0.062795 0.019737 -vt 0.059583 0.021001 -vt 0.062048 0.020555 -vt 0.061736 0.020757 -vt 0.061047 0.021031 -vt 0.060312 0.021122 -vt 0.062605 0.020060 -vt 0.062352 0.020337 -vt 0.061411 0.020943 -vt 0.060686 0.021129 -vt 0.059937 0.021124 -vt 0.062141 0.020680 -vt 0.061812 0.020893 -vt 0.060708 0.021306 -vt 0.059913 0.021300 -vt 0.062744 0.020171 -vt 0.062204 0.020765 -vt 0.061112 0.021285 -vt 0.059787 0.022796 -vt 0.059402 0.022663 -vt 0.063090 0.022520 -vt 0.063030 0.022457 -vt 0.062895 0.022315 -vt 0.062328 0.022781 -vt 0.062703 0.022670 -vt 0.062748 0.022735 -vt 0.062777 0.022776 -vt 0.062373 0.022869 -vt 0.062409 0.022939 -vt 0.062432 0.022984 -vt 0.059837 0.022710 -vt 0.060522 0.022989 -vt 0.060132 0.022966 -vt 0.060103 0.023039 -vt 0.060480 0.023161 -vt 0.060084 0.023086 -vt 0.060468 0.023210 -vt 0.059722 0.022908 -vt 0.059747 0.022864 -vt 0.060867 0.023258 -vt 0.060874 0.023193 -vt 0.060893 0.022998 -vt 0.061268 0.023269 -vt 0.061265 0.023204 -vt 0.061261 0.023114 -vt 0.061670 0.023244 -vt 0.061660 0.023195 -vt 0.061646 0.023117 -vt 0.061627 0.023020 -vt 0.062060 0.023142 -vt 0.062044 0.023094 -vt 0.062018 0.023019 -vt 0.060758 0.027442 -vt 0.059676 0.027204 -vt 0.059345 0.027035 -vt 0.058763 0.026576 -vt 0.058317 0.025984 -vt 0.058037 0.025298 -vt 0.060384 0.027439 -vt 0.060017 0.027358 -vt 0.059021 0.026847 -vt 0.058498 0.026312 -vt 0.058128 0.025661 -vt 0.059614 0.027347 -vt 0.058911 0.026987 -vt 0.058356 0.026419 -vt 0.057963 0.025728 -vt 0.059968 0.027529 -vt 0.059211 0.027259 -vt 0.056704 0.026367 -vt 0.058520 0.029006 -vt 0.058576 0.028818 -vt 0.058545 0.028919 -vt 0.058191 0.028786 -vt 0.058154 0.028867 -vt 0.058126 0.028927 -vt 0.057592 0.028336 -vt 0.057834 0.028643 -vt 0.057792 0.028709 -vt 0.057764 0.028751 -vt 0.056782 0.026729 -vt 0.056756 0.027114 -vt 0.056588 0.026756 -vt 0.056670 0.027139 -vt 0.056524 0.026765 -vt 0.056607 0.027157 -vt 0.056475 0.026366 -vt 0.056526 0.026366 -vt 0.056605 0.026366 -vt 0.056726 0.027542 -vt 0.056772 0.027521 -vt 0.056934 0.027448 -vt 0.056917 0.027897 -vt 0.056960 0.027870 -vt 0.057026 0.027828 -vt 0.057110 0.027774 -vt 0.057158 0.028221 -vt 0.057196 0.028188 -vt 0.057256 0.028137 -vt 0.057442 0.028508 -vt 0.057475 0.028470 -vt 0.057527 0.028411 -vt 0.053066 0.029531 -vt 0.052731 0.028474 -vt 0.052713 0.028103 -vt 0.052819 0.027370 -vt 0.053109 0.026688 -vt 0.053543 0.026081 -vt 0.052882 0.029205 -vt 0.052769 0.028847 -vt 0.052714 0.027729 -vt 0.052915 0.027008 -vt 0.053294 0.026362 -vt 0.052577 0.028492 -vt 0.052558 0.028101 -vt 0.052752 0.026938 -vt 0.052975 0.026609 -vt 0.052717 0.029269 -vt 0.052472 0.028504 -vt 0.052568 0.027299 -vt 0.053154 0.026253 -vt 0.052305 0.025321 -vt 0.051883 0.025327 -vt 0.050509 0.028394 -vt 0.050593 0.028374 -vt 0.050784 0.028328 -vt 0.050664 0.027604 -vt 0.050573 0.027984 -vt 0.050494 0.027991 -vt 0.050444 0.027996 -vt 0.050565 0.027599 -vt 0.050486 0.027595 -vt 0.050436 0.027592 -vt 0.051663 0.025688 -vt 0.051387 0.025937 -vt 0.051316 0.025868 -vt 0.051553 0.025548 -vt 0.051259 0.025813 -vt 0.051522 0.025508 -vt 0.051222 0.025778 -vt 0.051858 0.025283 -vt 0.051922 0.025396 -vt 0.050964 0.026088 -vt 0.051005 0.026118 -vt 0.051069 0.026164 -vt 0.050752 0.026432 -vt 0.050797 0.026455 -vt 0.050867 0.026492 -vt 0.050955 0.026537 -vt 0.050592 0.026802 -vt 0.050640 0.026819 -vt 0.050714 0.026845 -vt 0.050486 0.027192 -vt 0.050535 0.027201 -vt 0.050710 0.027236 -vt 0.047387 0.023898 -vt 0.050638 0.022601 -vt 0.048159 0.023095 -vt 0.048471 0.022894 -vt 0.049160 0.022619 -vt 0.049896 0.022529 -vt 0.047603 0.023591 -vt 0.047855 0.023314 -vt 0.048796 0.022707 -vt 0.049521 0.022521 -vt 0.050270 0.022527 -vt 0.048067 0.022970 -vt 0.048396 0.022758 -vt 0.049500 0.022345 -vt 0.050294 0.022350 -vt 0.047464 0.023480 -vt 0.048004 0.022885 -vt 0.049095 0.022366 -vt 0.050643 0.021192 -vt 0.050421 0.020855 -vt 0.050806 0.020988 -vt 0.047239 0.021259 -vt 0.047177 0.021194 -vt 0.047505 0.020980 -vt 0.047459 0.020916 -vt 0.047430 0.020875 -vt 0.048221 0.020725 -vt 0.047834 0.020781 -vt 0.047799 0.020711 -vt 0.047776 0.020666 -vt 0.050038 0.020777 -vt 0.050075 0.020685 -vt 0.049709 0.020566 -vt 0.050105 0.020612 -vt 0.049728 0.020490 -vt 0.050124 0.020565 -vt 0.049740 0.020440 -vt 0.050486 0.020743 -vt 0.050460 0.020787 -vt 0.049342 0.020372 -vt 0.049337 0.020422 -vt 0.049319 0.020599 -vt 0.048940 0.020382 -vt 0.048942 0.020447 -vt 0.048951 0.020643 -vt 0.048542 0.020427 -vt 0.048554 0.020492 -vt 0.048570 0.020580 -vt 0.048147 0.020509 -vt 0.048164 0.020557 -vt 0.048189 0.020631 -vt 0.056592 0.012669 -vt 0.059415 0.013611 -vt 0.061255 0.014882 -vt 0.061824 0.015370 -vt 0.064193 0.023681 -vt 0.059415 0.030039 -vt 0.058756 0.030398 -vt 0.056592 0.030982 -vt 0.055854 0.031113 -vt 0.046723 0.025802 -vt 0.048952 0.014882 -vt 0.049588 0.014485 -vt 0.049015 0.014953 -vt 0.049558 0.014446 -vt 0.047590 0.016639 -vt 0.047152 0.017235 -vt 0.047507 0.016582 -vt 0.047070 0.017187 -vt 0.046237 0.019257 -vt 0.046060 0.019979 -vt 0.046014 0.019970 -vt 0.045930 0.022195 -vt 0.045989 0.022932 -vt 0.045880 0.022197 -vt 0.045895 0.022944 -vt 0.046519 0.025081 -vt 0.046809 0.025761 -vt 0.046473 0.025099 -vt 0.060619 0.029165 -vt 0.061158 0.028659 -vt 0.061192 0.028698 -vt 0.060649 0.029205 -vt 0.061255 0.028769 -vt 0.062660 0.027041 -vt 0.063055 0.026416 -vt 0.062700 0.027069 -vt 0.063138 0.026464 -vt 0.063873 0.024365 -vt 0.064099 0.023662 -vt 0.063970 0.024393 -vt 0.064218 0.020719 -vt 0.064327 0.021454 -vt 0.064313 0.020707 -vt 0.063688 0.018570 -vt 0.063399 0.017889 -vt 0.063735 0.018552 -vt 0.063485 0.017848 -vt 0.054365 0.012674 -vt 0.055104 0.012595 -vt 0.054361 0.012625 -vt 0.055104 0.012549 -vt 0.053631 0.012763 -vt 0.053623 0.012714 -vt 0.052884 0.012818 -vt 0.052907 0.012911 -vt 0.052196 0.013117 -vt 0.052181 0.013070 -vt 0.051486 0.013333 -vt 0.051505 0.013379 -vt 0.050837 0.013696 -vt 0.050814 0.013652 -vt 0.050146 0.013985 -vt 0.050197 0.014065 -vt 0.048482 0.015465 -vt 0.048447 0.015431 -vt 0.047918 0.015958 -vt 0.047992 0.016019 -vt 0.046764 0.017868 -vt 0.046723 0.017848 -vt 0.046430 0.018536 -vt 0.046473 0.018552 -vt 0.045989 0.020719 -vt 0.045940 0.020713 -vt 0.045835 0.021452 -vt 0.045930 0.021456 -vt 0.046014 0.023681 -vt 0.046108 0.023662 -vt 0.046193 0.024406 -vt 0.046285 0.024380 -vt 0.047070 0.026464 -vt 0.047469 0.027095 -vt 0.047507 0.027069 -vt 0.047590 0.027012 -vt 0.047992 0.027632 -vt 0.047954 0.027663 -vt 0.048482 0.028185 -vt 0.048413 0.028252 -vt 0.048983 0.028735 -vt 0.049050 0.028659 -vt 0.049531 0.029242 -vt 0.049588 0.029165 -vt 0.050170 0.029627 -vt 0.050146 0.029666 -vt 0.050814 0.029999 -vt 0.050793 0.030039 -vt 0.051486 0.030317 -vt 0.051505 0.030272 -vt 0.052166 0.030625 -vt 0.052196 0.030534 -vt 0.052907 0.030740 -vt 0.052895 0.030788 -vt 0.053631 0.030888 -vt 0.053623 0.030937 -vt 0.054357 0.031072 -vt 0.054365 0.030977 -vt 0.055104 0.030955 -vt 0.055104 0.031056 -vt 0.055843 0.030977 -vt 0.056568 0.030837 -vt 0.057324 0.030833 -vt 0.057313 0.030788 -vt 0.057289 0.030690 -vt 0.058011 0.030534 -vt 0.058027 0.030581 -vt 0.058702 0.030272 -vt 0.059370 0.029955 -vt 0.060062 0.029666 -vt 0.060011 0.029585 -vt 0.061688 0.028150 -vt 0.061794 0.028252 -vt 0.062290 0.027692 -vt 0.062254 0.027663 -vt 0.062176 0.027599 -vt 0.063399 0.025761 -vt 0.063443 0.025783 -vt 0.063778 0.025115 -vt 0.063688 0.025081 -vt 0.064167 0.022926 -vt 0.064267 0.022938 -vt 0.064373 0.022199 -vt 0.064278 0.022195 -vt 0.064148 0.019979 -vt 0.064099 0.019989 -vt 0.064014 0.019244 -vt 0.063923 0.019271 -vt 0.063098 0.017210 -vt 0.063055 0.017235 -vt 0.062738 0.016556 -vt 0.062660 0.016610 -vt 0.062216 0.016019 -vt 0.062254 0.015987 -vt 0.061725 0.015465 -vt 0.060677 0.014409 -vt 0.060649 0.014446 -vt 0.060588 0.014527 -vt 0.060011 0.014065 -vt 0.060037 0.014024 -vt 0.059370 0.013696 -vt 0.058722 0.013333 -vt 0.058702 0.013379 -vt 0.058041 0.013026 -vt 0.058011 0.013117 -vt 0.057301 0.012911 -vt 0.057313 0.012863 -vt 0.056577 0.012763 -vt 0.055850 0.012579 -vt 0.055847 0.012625 -vt 0.053718 0.013745 -vt 0.051727 0.014355 -vt 0.049431 0.015907 -vt 0.048950 0.016409 -vt 0.048123 0.017527 -vt 0.047784 0.018135 -vt 0.047278 0.019429 -vt 0.047497 0.024882 -vt 0.050513 0.028618 -vt 0.049431 0.027744 -vt 0.051106 0.028982 -vt 0.054410 0.029981 -vt 0.053038 0.029759 -vt 0.055104 0.030023 -vt 0.055799 0.029994 -vt 0.056489 0.029905 -vt 0.057835 0.029555 -vt 0.058480 0.029296 -vt 0.059694 0.028618 -vt 0.061258 0.027242 -vt 0.062930 0.024222 -vt 0.063235 0.022867 -vt 0.063294 0.022173 -vt 0.063235 0.020784 -vt 0.063118 0.020098 -vt 0.062942 0.019425 -vt 0.062073 0.017534 -vt 0.062711 0.018769 -vt 0.060767 0.015916 -vt 0.061695 0.016951 -vt 0.059102 0.014668 -vt 0.057835 0.014096 -vt 0.057169 0.013892 -vt 0.055799 0.013657 -vt 0.056493 0.013724 -vt 0.058489 0.014336 -vt 0.059706 0.015016 -vt 0.060267 0.015430 -vt 0.060791 0.015891 -vt 0.061274 0.016395 -vt 0.062103 0.017516 -vt 0.062424 0.018135 -vt 0.063316 0.021477 -vt 0.063139 0.023557 -vt 0.062963 0.024232 -vt 0.062730 0.024890 -vt 0.062443 0.025526 -vt 0.062103 0.026135 -vt 0.061712 0.026713 -vt 0.060791 0.027759 -vt 0.060267 0.028220 -vt 0.059112 0.029001 -vt 0.057175 0.029779 -vt 0.054407 0.030015 -vt 0.053715 0.029926 -vt 0.052366 0.029575 -vt 0.051718 0.029315 -vt 0.049954 0.028204 -vt 0.048950 0.027242 -vt 0.048513 0.026700 -vt 0.047784 0.025516 -vt 0.047245 0.024232 -vt 0.047090 0.023553 -vt 0.046972 0.022867 -vt 0.046913 0.022173 -vt 0.046913 0.021477 -vt 0.046972 0.020784 -vt 0.047090 0.020098 -vt 0.047497 0.018769 -vt 0.048495 0.016938 -vt 0.049940 0.015430 -vt 0.050501 0.015016 -vt 0.051106 0.014668 -vt 0.052366 0.014076 -vt 0.053038 0.013892 -vt 0.054407 0.013636 -vt 0.055104 0.013606 -vt 0.055803 0.013607 -vt 0.057182 0.013843 -vt 0.057852 0.014048 -vt 0.059126 0.014624 -vt 0.061736 0.016921 -vt 0.062469 0.018112 -vt 0.063345 0.022175 -vt 0.063285 0.022873 -vt 0.061296 0.027275 -vt 0.059723 0.028659 -vt 0.058501 0.029342 -vt 0.057842 0.029575 -vt 0.056498 0.029955 -vt 0.053033 0.029779 -vt 0.051081 0.029026 -vt 0.048105 0.026135 -vt 0.046951 0.020781 -vt 0.047069 0.020094 -vt 0.047245 0.019419 -vt 0.047764 0.018125 -vt 0.048105 0.017516 -vt 0.048912 0.016376 -vt 0.049416 0.015891 -vt 0.051718 0.014336 -vt 0.053025 0.013843 -vt 0.056504 0.013660 -vt 0.058516 0.014276 -vt 0.060286 0.015408 -vt 0.060811 0.015870 -vt 0.061296 0.016376 -vt 0.062158 0.017482 -vt 0.062791 0.018736 -vt 0.063025 0.019399 -vt 0.063202 0.020080 -vt 0.063321 0.020773 -vt 0.063381 0.021474 -vt 0.063202 0.023571 -vt 0.063025 0.024251 -vt 0.062791 0.024914 -vt 0.059144 0.029058 -vt 0.057852 0.029603 -vt 0.057182 0.029808 -vt 0.055806 0.030080 -vt 0.055104 0.030110 -vt 0.050464 0.028689 -vt 0.049899 0.028271 -vt 0.049371 0.027807 -vt 0.048885 0.027299 -vt 0.048443 0.026752 -vt 0.048049 0.026169 -vt 0.047706 0.025555 -vt 0.047416 0.024914 -vt 0.047182 0.024251 -vt 0.047005 0.023571 -vt 0.046886 0.022878 -vt 0.046826 0.022177 -vt 0.046826 0.021474 -vt 0.047040 0.020088 -vt 0.047217 0.019410 -vt 0.047450 0.018750 -vt 0.048080 0.017501 -vt 0.048472 0.016921 -vt 0.049922 0.015408 -vt 0.050485 0.014991 -vt 0.051081 0.014624 -vt 0.052356 0.014048 -vt 0.053704 0.013660 -vt 0.054401 0.013570 -vt 0.055104 0.013541 -vt 0.055810 0.013528 -vt 0.057202 0.013767 -vt 0.059165 0.014556 -vt 0.059767 0.014926 -vt 0.060836 0.015844 -vt 0.061323 0.016352 -vt 0.061765 0.016899 -vt 0.062501 0.018096 -vt 0.063423 0.022179 -vt 0.063363 0.022883 -vt 0.062539 0.025574 -vt 0.062195 0.026191 -vt 0.061799 0.026777 -vt 0.061355 0.027327 -vt 0.060866 0.027837 -vt 0.060335 0.028304 -vt 0.059767 0.028725 -vt 0.057864 0.029637 -vt 0.057191 0.029843 -vt 0.056504 0.029991 -vt 0.054398 0.030123 -vt 0.053696 0.030033 -vt 0.053005 0.029884 -vt 0.052330 0.029677 -vt 0.051674 0.029413 -vt 0.051043 0.029095 -vt 0.046844 0.020768 -vt 0.047416 0.018736 -vt 0.047706 0.018096 -vt 0.048443 0.016899 -vt 0.048885 0.016352 -vt 0.049371 0.015844 -vt 0.051063 0.014593 -vt 0.051691 0.014276 -vt 0.053016 0.013808 -vt 0.056519 0.013571 -vt 0.057894 0.013929 -vt 0.058553 0.014194 -vt 0.060365 0.015309 -vt 0.062830 0.018721 -vt 0.063066 0.019387 -vt 0.063244 0.020071 -vt 0.063363 0.020768 -vt 0.063423 0.021472 -vt 0.063291 0.023590 -vt 0.063111 0.024278 -vt 0.062875 0.024948 -vt 0.059188 0.029137 -vt 0.058553 0.029457 -vt 0.055104 0.030153 -vt 0.050414 0.028764 -vt 0.049843 0.028341 -vt 0.049309 0.027872 -vt 0.048817 0.027358 -vt 0.047668 0.025574 -vt 0.047377 0.024930 -vt 0.047142 0.024264 -vt 0.046963 0.023580 -vt 0.046844 0.022883 -vt 0.046784 0.022179 -vt 0.046784 0.021472 -vt 0.046917 0.020061 -vt 0.047096 0.019373 -vt 0.048013 0.017459 -vt 0.048853 0.016324 -vt 0.049342 0.015813 -vt 0.049872 0.015346 -vt 0.050414 0.014887 -vt 0.051674 0.014237 -vt 0.052330 0.013974 -vt 0.053696 0.013618 -vt 0.054398 0.013528 -vt 0.055104 0.013498 -vt 0.055814 0.013481 -vt 0.057227 0.013671 -vt 0.059188 0.014514 -vt 0.059793 0.014887 -vt 0.060934 0.015742 -vt 0.061429 0.016258 -vt 0.061878 0.016815 -vt 0.062279 0.017407 -vt 0.062628 0.018032 -vt 0.063471 0.022181 -vt 0.063411 0.022889 -vt 0.062628 0.025619 -vt 0.062279 0.026243 -vt 0.061878 0.026836 -vt 0.061429 0.027392 -vt 0.060934 0.027909 -vt 0.060397 0.028381 -vt 0.059822 0.028807 -vt 0.057911 0.029770 -vt 0.057227 0.029980 -vt 0.056528 0.030131 -vt 0.055818 0.030221 -vt 0.054394 0.030170 -vt 0.053688 0.030080 -vt 0.052993 0.029930 -vt 0.052314 0.029722 -vt 0.051654 0.029457 -vt 0.051019 0.029137 -vt 0.048329 0.026836 -vt 0.047928 0.026243 -vt 0.046736 0.022181 -vt 0.046736 0.021470 -vt 0.046797 0.020762 -vt 0.047285 0.018684 -vt 0.047580 0.018032 -vt 0.047928 0.017407 -vt 0.048329 0.016815 -vt 0.049309 0.015779 -vt 0.049843 0.015309 -vt 0.050994 0.014469 -vt 0.052314 0.013929 -vt 0.052993 0.013721 -vt 0.056528 0.013520 -vt 0.063341 0.023601 -vt 0.063161 0.024293 -vt 0.062922 0.024967 -vt 0.050385 0.028807 -vt 0.049273 0.027909 -vt 0.048778 0.027392 -vt 0.049810 0.015269 -vt 0.050385 0.014844 -vt 0.052980 0.013671 -vt 0.053680 0.013520 -vt 0.044547 0.020419 -vt 0.044571 0.020422 -vt 0.044495 0.021222 -vt 0.058272 0.011683 -vt 0.059030 0.011952 -vt 0.064394 0.016617 -vt 0.064739 0.017345 -vt 0.065524 0.019624 -vt 0.065728 0.022026 -vt 0.065682 0.022829 -vt 0.065409 0.024413 -vt 0.058765 0.031826 -vt 0.053105 0.032261 -vt 0.048104 0.029820 -vt 0.047519 0.029267 -vt 0.046484 0.028038 -vt 0.046039 0.027369 -vt 0.045306 0.025938 -vt 0.065750 0.022443 -vt 0.048346 0.030076 -vt 0.048407 0.013535 -vt 0.048412 0.013572 -vt 0.052401 0.011509 -vt 0.057496 0.011472 -vt 0.055721 0.011179 -vt 0.055909 0.011206 -vt 0.055649 0.011182 -vt 0.055104 0.011200 -vt 0.055495 0.011183 -vt 0.054486 0.011179 -vt 0.054635 0.011184 -vt 0.054300 0.011230 -vt 0.052711 0.011472 -vt 0.052187 0.011583 -vt 0.052333 0.011534 -vt 0.051935 0.011683 -vt 0.051443 0.011824 -vt 0.051177 0.011952 -vt 0.049721 0.012636 -vt 0.049228 0.012940 -vt 0.048532 0.013445 -vt 0.047790 0.014084 -vt 0.046853 0.015068 -vt 0.046770 0.015191 -vt 0.047225 0.014659 -vt 0.046219 0.015950 -vt 0.045835 0.016629 -vt 0.045169 0.017948 -vt 0.045447 0.017335 -vt 0.044861 0.018909 -vt 0.045128 0.018091 -vt 0.044683 0.019624 -vt 0.044813 0.019055 -vt 0.044461 0.021434 -vt 0.044460 0.021280 -vt 0.044457 0.021201 -vt 0.044480 0.022026 -vt 0.044461 0.022217 -vt 0.044526 0.022829 -vt 0.044798 0.024413 -vt 0.044813 0.024596 -vt 0.044861 0.024742 -vt 0.045023 0.025185 -vt 0.045103 0.025486 -vt 0.045149 0.025633 -vt 0.046219 0.027701 -vt 0.046978 0.028673 -vt 0.046813 0.028523 -vt 0.046724 0.028398 -vt 0.048407 0.030116 -vt 0.049165 0.030666 -vt 0.048532 0.030206 -vt 0.048729 0.030326 -vt 0.049390 0.030784 -vt 0.051227 0.031760 -vt 0.050806 0.031543 -vt 0.051443 0.031826 -vt 0.051296 0.031780 -vt 0.051554 0.031841 -vt 0.052321 0.032080 -vt 0.052187 0.032068 -vt 0.051682 0.031910 -vt 0.054486 0.032472 -vt 0.057807 0.032142 -vt 0.057107 0.032286 -vt 0.057946 0.032091 -vt 0.059411 0.031566 -vt 0.058911 0.031780 -vt 0.060135 0.031212 -vt 0.060862 0.030801 -vt 0.060818 0.030784 -vt 0.060979 0.030711 -vt 0.061738 0.030159 -vt 0.062103 0.029820 -vt 0.061861 0.030076 -vt 0.063944 0.027764 -vt 0.063437 0.028460 -vt 0.063354 0.028583 -vt 0.064190 0.027382 -vt 0.064035 0.027641 -vt 0.065038 0.025702 -vt 0.064924 0.025948 -vt 0.065058 0.025633 -vt 0.065347 0.024742 -vt 0.065105 0.025486 -vt 0.065184 0.025185 -vt 0.065746 0.022217 -vt 0.065747 0.022371 -vt 0.065746 0.021434 -vt 0.065712 0.021222 -vt 0.065420 0.019122 -vt 0.065395 0.019055 -vt 0.065127 0.018227 -vt 0.065347 0.018909 -vt 0.063989 0.015950 -vt 0.064080 0.016067 -vt 0.063394 0.015128 -vt 0.062964 0.014676 -vt 0.063484 0.015253 -vt 0.061861 0.013575 -vt 0.062418 0.014084 -vt 0.061043 0.012985 -vt 0.061676 0.013445 -vt 0.060475 0.012657 -vt 0.058911 0.011871 -vt 0.057946 0.011559 -vt 0.058765 0.011824 -vt 0.050442 0.012277 -vt 0.054712 0.032468 -vt 0.053897 0.032407 -vt 0.055573 0.032467 -vt 0.056308 0.032383 -vt 0.054559 0.032469 -vt 0.065661 0.020419 -vt 0.053497 0.011297 -vt 0.050072 0.031212 -vt 0.065600 0.023631 -vt 0.059776 0.012255 -vt 0.044608 0.023631 -vt 0.045623 0.026678 -vt 0.062706 0.029285 -vt 0.056710 0.011297 -vt 0.056882 0.018669 -vt 0.058202 0.019947 -vt 0.058725 0.021709 -vt 0.058316 0.023501 -vt 0.053500 0.025155 -vt 0.053127 0.024862 -vt 0.052073 0.023940 -vt 0.051892 0.023501 -vt 0.051425 0.022180 -vt 0.051483 0.021709 -vt 0.051725 0.020330 -vt 0.052006 0.019947 -vt 0.052894 0.018864 -vt 0.053326 0.018669 -vt 0.054285 0.018702 -vt 0.053519 0.019012 -vt 0.053851 0.018731 -vt 0.054677 0.018514 -vt 0.054206 0.018403 -vt 0.054651 0.018317 -vt 0.055517 0.018623 -vt 0.055531 0.018514 -vt 0.055104 0.018288 -vt 0.055104 0.018203 -vt 0.055556 0.018317 -vt 0.055576 0.018160 -vt 0.053717 0.018400 -vt 0.053368 0.018743 -vt 0.053776 0.018546 -vt 0.052857 0.019506 -vt 0.052342 0.020151 -vt 0.052781 0.019427 -vt 0.052249 0.020095 -vt 0.052338 0.019620 -vt 0.052078 0.019991 -vt 0.052215 0.019521 -vt 0.052008 0.020907 -vt 0.051876 0.021722 -vt 0.051903 0.020875 -vt 0.051767 0.021718 -vt 0.051611 0.021261 -vt 0.051568 0.021712 -vt 0.051456 0.021236 -vt 0.052073 0.022941 -vt 0.051849 0.022568 -vt 0.052052 0.023418 -vt 0.051784 0.023047 -vt 0.051967 0.023462 -vt 0.051636 0.023102 -vt 0.052713 0.023996 -vt 0.053283 0.024623 -vt 0.052632 0.024070 -vt 0.052810 0.024519 -vt 0.053174 0.024790 -vt 0.052708 0.024639 -vt 0.054486 0.024995 -vt 0.054427 0.025298 -vt 0.054466 0.025102 -vt 0.054877 0.025356 -vt 0.054397 0.025453 -vt 0.054867 0.025513 -vt 0.055721 0.024995 -vt 0.056505 0.024735 -vt 0.055742 0.025102 -vt 0.056552 0.024833 -vt 0.056219 0.025183 -vt 0.056639 0.025013 -vt 0.056268 0.025332 -vt 0.056707 0.025155 -vt 0.057494 0.023996 -vt 0.057967 0.023319 -vt 0.057927 0.023795 -vt 0.058064 0.023369 -vt 0.058240 0.023462 -vt 0.058075 0.023898 -vt 0.058135 0.023940 -vt 0.058252 0.022544 -vt 0.058331 0.021722 -vt 0.058427 0.022146 -vt 0.058625 0.022165 -vt 0.058640 0.021712 -vt 0.058782 0.022180 -vt 0.058199 0.020907 -vt 0.057865 0.020151 -vt 0.058156 0.020474 -vt 0.058339 0.020393 -vt 0.058129 0.019991 -vt 0.058483 0.020330 -vt 0.057350 0.019506 -vt 0.056688 0.019012 -vt 0.057100 0.019150 -vt 0.057220 0.018990 -vt 0.056840 0.018743 -vt 0.057314 0.018864 -vt 0.054631 0.018160 -vt 0.054185 0.018321 -vt 0.052937 0.018922 -vt 0.053045 0.019067 -vt 0.052583 0.019223 -vt 0.052643 0.019284 -vt 0.051869 0.020393 -vt 0.051631 0.020795 -vt 0.051712 0.020819 -vt 0.051582 0.022165 -vt 0.051572 0.022632 -vt 0.051655 0.022613 -vt 0.052202 0.023849 -vt 0.052366 0.023735 -vt 0.052422 0.024261 -vt 0.052485 0.024204 -vt 0.053569 0.025013 -vt 0.053655 0.024833 -vt 0.053703 0.024735 -vt 0.053962 0.025264 -vt 0.053989 0.025183 -vt 0.055336 0.025441 -vt 0.055330 0.025356 -vt 0.055318 0.025157 -vt 0.055796 0.025381 -vt 0.055780 0.025298 -vt 0.057080 0.024862 -vt 0.057034 0.024790 -vt 0.057452 0.024584 -vt 0.057397 0.024519 -vt 0.057268 0.024367 -vt 0.057723 0.024204 -vt 0.057839 0.024310 -vt 0.058504 0.023077 -vt 0.058424 0.023047 -vt 0.058460 0.022591 -vt 0.058636 0.022632 -vt 0.058680 0.021247 -vt 0.058596 0.021261 -vt 0.058399 0.021293 -vt 0.058495 0.020819 -vt 0.058646 0.020774 -vt 0.057936 0.019567 -vt 0.057870 0.019620 -vt 0.057714 0.019744 -vt 0.057565 0.019284 -vt 0.057675 0.019171 -vt 0.056463 0.018467 -vt 0.056431 0.018546 -vt 0.056357 0.018731 -vt 0.056001 0.018403 -vt 0.056041 0.018251 -vt 0.054712 0.010925 -vt 0.055495 0.010925 -vt 0.055495 0.010727 -vt 0.054712 0.010727 -vt 0.055495 0.010476 -vt 0.054712 0.010476 -vt 0.055495 0.010467 -vt 0.054712 0.010478 -vt 0.055495 0.010510 -vt 0.054652 0.010560 -vt 0.054712 0.010817 -vt 0.055495 0.010771 -vt 0.054712 0.010753 -vt 0.055898 0.010986 -vt 0.055951 0.011014 -vt 0.055954 0.010850 -vt 0.055844 0.010869 -vt 0.055776 0.010912 -vt 0.055641 0.010829 -vt 0.055763 0.010788 -vt 0.055561 0.010731 -vt 0.055896 0.010721 -vt 0.055726 0.010539 -vt 0.055599 0.010489 -vt 0.055959 0.010903 -vt 0.055909 0.010773 -vt 0.055747 0.010605 -vt 0.055847 0.010775 -vt 0.055714 0.010690 -vt 0.055649 0.010666 -vt 0.055622 0.010528 -vt 0.055896 0.011219 -vt 0.055792 0.011287 -vt 0.055716 0.011344 -vt 0.055632 0.011409 -vt 0.054512 0.010941 -vt 0.054302 0.010944 -vt 0.054241 0.010989 -vt 0.054314 0.010881 -vt 0.054378 0.010827 -vt 0.054497 0.010869 -vt 0.054512 0.010760 -vt 0.054493 0.010538 -vt 0.054361 0.010656 -vt 0.054284 0.010777 -vt 0.054249 0.010903 -vt 0.054361 0.010775 -vt 0.054401 0.010603 -vt 0.054482 0.010667 -vt 0.054585 0.010510 -vt 0.054609 0.010654 -vt 0.054480 0.011335 -vt 0.054569 0.011404 -vt 0.054352 0.011244 -vt 0.050941 0.011882 -vt 0.052108 0.011338 -vt 0.051363 0.011580 -vt 0.052110 0.011132 -vt 0.051302 0.011391 -vt 0.051969 0.010910 -vt 0.051224 0.011152 -vt 0.048072 0.013655 -vt 0.048380 0.013237 -vt 0.048981 0.012732 -vt 0.048897 0.012617 -vt 0.048264 0.013077 -vt 0.048749 0.012413 -vt 0.048116 0.012873 -vt 0.046884 0.014758 -vt 0.046844 0.014758 -vt 0.045891 0.016228 -vt 0.046055 0.015735 -vt 0.046515 0.015102 -vt 0.046397 0.014934 -vt 0.045895 0.015619 -vt 0.046152 0.014838 -vt 0.045692 0.015471 -vt 0.044612 0.019349 -vt 0.044858 0.018085 -vt 0.044590 0.018821 -vt 0.044670 0.018024 -vt 0.044428 0.018768 -vt 0.044431 0.017946 -vt 0.044189 0.018690 -vt 0.044360 0.022712 -vt 0.044204 0.022217 -vt 0.044204 0.021434 -vt 0.044006 0.021434 -vt 0.044006 0.022217 -vt 0.043754 0.021434 -vt 0.043754 0.022217 -vt 0.044616 0.024822 -vt 0.044858 0.025566 -vt 0.044428 0.024883 -vt 0.044670 0.025627 -vt 0.044189 0.024960 -vt 0.044431 0.025705 -vt 0.045842 0.027459 -vt 0.046515 0.028549 -vt 0.046055 0.027916 -vt 0.045859 0.027977 -vt 0.046397 0.028717 -vt 0.045692 0.028180 -vt 0.046152 0.028813 -vt 0.049506 0.031038 -vt 0.049013 0.030874 -vt 0.048380 0.030414 -vt 0.048212 0.030532 -vt 0.048897 0.031034 -vt 0.048116 0.030777 -vt 0.048749 0.031237 -vt 0.052627 0.032317 -vt 0.052108 0.032313 -vt 0.051346 0.032124 -vt 0.051302 0.032259 -vt 0.052046 0.032501 -vt 0.051224 0.032498 -vt 0.051969 0.032740 -vt 0.055990 0.032569 -vt 0.054712 0.032725 -vt 0.055495 0.032725 -vt 0.054646 0.032920 -vt 0.055495 0.032923 -vt 0.054712 0.033175 -vt 0.055495 0.033175 -vt 0.059267 0.031769 -vt 0.058100 0.032313 -vt 0.058844 0.032071 -vt 0.058161 0.032501 -vt 0.058905 0.032259 -vt 0.058239 0.032740 -vt 0.058983 0.032498 -vt 0.061194 0.030874 -vt 0.061827 0.030414 -vt 0.061255 0.031070 -vt 0.061995 0.030532 -vt 0.061458 0.031237 -vt 0.062091 0.030777 -vt 0.064365 0.027459 -vt 0.063692 0.028549 -vt 0.064152 0.027916 -vt 0.063811 0.028717 -vt 0.064312 0.028032 -vt 0.064056 0.028813 -vt 0.064516 0.028180 -vt 0.065595 0.024302 -vt 0.065591 0.024822 -vt 0.065349 0.025566 -vt 0.065538 0.025627 -vt 0.065779 0.024883 -vt 0.065777 0.025705 -vt 0.066019 0.024960 -vt 0.065847 0.020939 -vt 0.066004 0.021434 -vt 0.066004 0.022217 -vt 0.066202 0.022217 -vt 0.066202 0.021434 -vt 0.066453 0.022217 -vt 0.066453 0.021434 -vt 0.065047 0.017662 -vt 0.065591 0.018829 -vt 0.065349 0.018085 -vt 0.065797 0.018832 -vt 0.065538 0.018024 -vt 0.066019 0.018690 -vt 0.065777 0.017946 -vt 0.063274 0.014793 -vt 0.064197 0.015702 -vt 0.063692 0.015102 -vt 0.064348 0.015674 -vt 0.063811 0.014934 -vt 0.064516 0.015471 -vt 0.064056 0.014838 -vt 0.060738 0.012564 -vt 0.061880 0.013277 -vt 0.061194 0.012777 -vt 0.061995 0.013119 -vt 0.061310 0.012617 -vt 0.062091 0.012873 -vt 0.061458 0.012413 -vt 0.057600 0.011276 -vt 0.058861 0.011527 -vt 0.058117 0.011285 -vt 0.058967 0.011415 -vt 0.058161 0.011150 -vt 0.058983 0.011152 -vt 0.058239 0.010910 -vt 0.051222 0.011144 -vt 0.052026 0.010890 -vt 0.051229 0.011167 -vt 0.051979 0.010943 -vt 0.051193 0.011252 -vt 0.048118 0.012875 -vt 0.048751 0.012415 -vt 0.048769 0.012441 -vt 0.048117 0.012978 -vt 0.045705 0.015480 -vt 0.046186 0.014788 -vt 0.046179 0.014858 -vt 0.045724 0.015570 -vt 0.044180 0.018687 -vt 0.044433 0.017947 -vt 0.044204 0.018695 -vt 0.044483 0.017963 -vt 0.044250 0.018774 -vt 0.043788 0.021434 -vt 0.043788 0.022217 -vt 0.043745 0.021434 -vt 0.043745 0.022217 -vt 0.044277 0.024870 -vt 0.044507 0.025680 -vt 0.044242 0.024943 -vt 0.044463 0.025694 -vt 0.044169 0.024903 -vt 0.044422 0.025707 -vt 0.046144 0.028818 -vt 0.045655 0.028132 -vt 0.046165 0.028804 -vt 0.045719 0.028160 -vt 0.046256 0.028813 -vt 0.048751 0.031235 -vt 0.048118 0.030775 -vt 0.048136 0.030750 -vt 0.048848 0.031205 -vt 0.051222 0.032507 -vt 0.051966 0.032749 -vt 0.051974 0.032725 -vt 0.051235 0.032466 -vt 0.052053 0.032679 -vt 0.054712 0.033184 -vt 0.055495 0.033184 -vt 0.055495 0.033159 -vt 0.054712 0.033141 -vt 0.055556 0.033090 -vt 0.058986 0.032507 -vt 0.058181 0.032761 -vt 0.058978 0.032483 -vt 0.058222 0.032687 -vt 0.059015 0.032399 -vt 0.062097 0.030785 -vt 0.061410 0.031274 -vt 0.062082 0.030765 -vt 0.061426 0.031192 -vt 0.062091 0.030673 -vt 0.064514 0.028178 -vt 0.064054 0.028812 -vt 0.064028 0.028793 -vt 0.064483 0.028081 -vt 0.065786 0.025707 -vt 0.066027 0.024963 -vt 0.065762 0.025700 -vt 0.066003 0.024956 -vt 0.065942 0.024935 -vt 0.066419 0.022217 -vt 0.066419 0.021434 -vt 0.066462 0.022217 -vt 0.066462 0.021434 -vt 0.065678 0.017914 -vt 0.065966 0.018707 -vt 0.065762 0.017951 -vt 0.066039 0.018748 -vt 0.065786 0.017943 -vt 0.064054 0.014839 -vt 0.064520 0.015467 -vt 0.064488 0.015491 -vt 0.063951 0.014838 -vt 0.062097 0.012866 -vt 0.061464 0.012406 -vt 0.061457 0.012415 -vt 0.062071 0.012901 -vt 0.061426 0.012458 -vt 0.058238 0.010913 -vt 0.058985 0.011147 -vt 0.058155 0.010972 -vt 0.058966 0.011205 -vt 0.052074 0.011235 -vt 0.051261 0.011502 -vt 0.048316 0.013149 -vt 0.048935 0.012670 -vt 0.048279 0.013098 -vt 0.046391 0.015011 -vt 0.045927 0.015732 -vt 0.044779 0.018059 -vt 0.044538 0.018804 -vt 0.044732 0.018044 -vt 0.044452 0.018776 -vt 0.044095 0.021434 -vt 0.044098 0.022290 -vt 0.044031 0.022217 -vt 0.044779 0.025591 -vt 0.044513 0.024855 -vt 0.044694 0.025619 -vt 0.046427 0.028613 -vt 0.045968 0.027980 -vt 0.048290 0.030538 -vt 0.049011 0.031002 -vt 0.052145 0.032436 -vt 0.051310 0.032235 -vt 0.052054 0.032477 -vt 0.054712 0.032834 -vt 0.055568 0.032831 -vt 0.058870 0.032150 -vt 0.058134 0.032416 -vt 0.058897 0.032235 -vt 0.061891 0.030502 -vt 0.061258 0.030962 -vt 0.064219 0.027964 -vt 0.063780 0.028613 -vt 0.065453 0.025599 -vt 0.065714 0.024784 -vt 0.065755 0.024875 -vt 0.066112 0.021434 -vt 0.066158 0.022217 -vt 0.066176 0.021434 -vt 0.065695 0.018796 -vt 0.065427 0.017983 -vt 0.063780 0.015038 -vt 0.064259 0.015657 -vt 0.061243 0.012710 -vt 0.061891 0.013149 -vt 0.058878 0.011476 -vt 0.058141 0.011212 -vt 0.052509 0.011271 -vt 0.052576 0.011253 -vt 0.052422 0.011176 -vt 0.052370 0.011238 -vt 0.052217 0.011202 -vt 0.052320 0.011124 -vt 0.052607 0.011276 -vt 0.052487 0.011079 -vt 0.052359 0.010973 -vt 0.052207 0.010899 -vt 0.052071 0.010891 -vt 0.052498 0.011136 -vt 0.052249 0.010955 -vt 0.052396 0.011086 -vt 0.052243 0.011046 -vt 0.052174 0.011044 -vt 0.052106 0.010920 -vt 0.052579 0.011494 -vt 0.052502 0.011590 -vt 0.052447 0.011668 -vt 0.051048 0.011714 -vt 0.051178 0.011657 -vt 0.050979 0.011724 -vt 0.050935 0.011786 -vt 0.050971 0.011661 -vt 0.051141 0.011593 -vt 0.051122 0.011484 -vt 0.051180 0.011474 -vt 0.051035 0.011279 -vt 0.050945 0.011432 -vt 0.050910 0.011571 -vt 0.050915 0.011702 -vt 0.050982 0.011545 -vt 0.050967 0.011369 -vt 0.051064 0.011406 -vt 0.051114 0.011224 -vt 0.051181 0.011354 -vt 0.051269 0.012041 -vt 0.051375 0.012079 -vt 0.051119 0.011994 -vt 0.049375 0.012589 -vt 0.049506 0.012613 -vt 0.049432 0.012551 -vt 0.049309 0.012507 -vt 0.049274 0.012538 -vt 0.049149 0.012508 -vt 0.049232 0.012601 -vt 0.049075 0.012614 -vt 0.048953 0.012581 -vt 0.049376 0.012487 -vt 0.049140 0.012352 -vt 0.048973 0.012329 -vt 0.048841 0.012363 -vt 0.049322 0.012465 -vt 0.049029 0.012370 -vt 0.049510 0.012779 -vt 0.049052 0.012458 -vt 0.048986 0.012477 -vt 0.048883 0.012381 -vt 0.049467 0.012895 -vt 0.049438 0.012986 -vt 0.048138 0.013473 -vt 0.048071 0.013583 -vt 0.048036 0.013565 -vt 0.048032 0.013435 -vt 0.048052 0.013354 -vt 0.048173 0.013318 -vt 0.048121 0.013221 -vt 0.047976 0.013053 -vt 0.047937 0.013226 -vt 0.047946 0.013369 -vt 0.047992 0.013492 -vt 0.048007 0.013322 -vt 0.047939 0.013159 -vt 0.048042 0.013164 -vt 0.048034 0.012976 -vt 0.048137 0.013079 -vt 0.048433 0.013705 -vt 0.048545 0.013708 -vt 0.048276 0.013707 -vt 0.046801 0.014812 -vt 0.046675 0.014786 -vt 0.046669 0.014867 -vt 0.046524 0.014927 -vt 0.046562 0.014804 -vt 0.046585 0.014657 -vt 0.046338 0.014688 -vt 0.046223 0.014762 -vt 0.046636 0.014678 -vt 0.046405 0.014710 -vt 0.046601 0.014729 -vt 0.046454 0.014786 -vt 0.046396 0.014825 -vt 0.046268 0.014765 -vt 0.046989 0.014951 -vt 0.046983 0.015074 -vt 0.046984 0.015169 -vt 0.045898 0.016034 -vt 0.045951 0.015906 -vt 0.045868 0.016160 -vt 0.045830 0.016154 -vt 0.045786 0.016031 -vt 0.045780 0.015948 -vt 0.045883 0.015876 -vt 0.045845 0.015757 -vt 0.045624 0.015618 -vt 0.045614 0.015766 -vt 0.045684 0.015995 -vt 0.045765 0.016097 -vt 0.045727 0.015931 -vt 0.045611 0.015798 -vt 0.045711 0.015770 -vt 0.045645 0.015594 -vt 0.045775 0.015659 -vt 0.046250 0.016164 -vt 0.046358 0.016132 -vt 0.046102 0.016214 -vt 0.045040 0.017721 -vt 0.045160 0.017662 -vt 0.045021 0.017663 -vt 0.044912 0.017735 -vt 0.044810 0.017788 -vt 0.044932 0.017814 -vt 0.044812 0.017916 -vt 0.044694 0.017962 -vt 0.044980 0.017637 -vt 0.044711 0.017667 -vt 0.044562 0.017746 -vt 0.044475 0.017852 -vt 0.044924 0.017651 -vt 0.044712 0.017710 -vt 0.044659 0.017859 -vt 0.044702 0.017804 -vt 0.044519 0.017841 -vt 0.045262 0.017795 -vt 0.045294 0.017914 -vt 0.045325 0.018004 -vt 0.044559 0.019162 -vt 0.044515 0.019275 -vt 0.044420 0.019117 -vt 0.044496 0.019017 -vt 0.044397 0.018968 -vt 0.044181 0.018918 -vt 0.044251 0.019081 -vt 0.044309 0.019161 -vt 0.044555 0.019329 -vt 0.044396 0.019221 -vt 0.044365 0.019117 -vt 0.044213 0.019026 -vt 0.044300 0.018969 -vt 0.044182 0.018822 -vt 0.044326 0.018844 -vt 0.044934 0.019177 -vt 0.045027 0.019113 -vt 0.044808 0.019270 -vt 0.044264 0.021031 -vt 0.044300 0.020940 -vt 0.044267 0.020963 -vt 0.044147 0.021085 -vt 0.044190 0.021153 -vt 0.044108 0.021288 -vt 0.044066 0.021166 -vt 0.044009 0.021368 -vt 0.043999 0.021033 -vt 0.043817 0.021204 -vt 0.043768 0.021331 -vt 0.044052 0.021020 -vt 0.044182 0.020970 -vt 0.043949 0.021122 -vt 0.043945 0.021280 -vt 0.043968 0.021215 -vt 0.043806 0.021307 -vt 0.044498 0.021033 -vt 0.044566 0.021137 -vt 0.044622 0.021213 -vt 0.044219 0.022417 -vt 0.044222 0.022627 -vt 0.044267 0.022688 -vt 0.044160 0.022615 -vt 0.044106 0.022551 -vt 0.044147 0.022432 -vt 0.044038 0.022417 -vt 0.043817 0.022436 -vt 0.043934 0.022569 -vt 0.044055 0.022645 -vt 0.044182 0.022680 -vt 0.044053 0.022569 -vt 0.043881 0.022528 -vt 0.043946 0.022447 -vt 0.043837 0.022469 -vt 0.043933 0.022320 -vt 0.043789 0.022344 -vt 0.044613 0.022449 -vt 0.044682 0.022360 -vt 0.044523 0.022577 -vt 0.044549 0.024420 -vt 0.044612 0.024302 -vt 0.044531 0.024354 -vt 0.044455 0.024507 -vt 0.044517 0.024559 -vt 0.044480 0.024712 -vt 0.044403 0.024609 -vt 0.044411 0.024819 -vt 0.044452 0.024387 -vt 0.044251 0.024570 -vt 0.044177 0.024722 -vt 0.044170 0.024858 -vt 0.044414 0.024431 -vt 0.044234 0.024681 -vt 0.044365 0.024533 -vt 0.044325 0.024686 -vt 0.044323 0.024755 -vt 0.044199 0.024823 -vt 0.044772 0.024350 -vt 0.044869 0.024427 -vt 0.044946 0.024482 -vt 0.044935 0.025751 -vt 0.045002 0.025950 -vt 0.045064 0.025995 -vt 0.044939 0.025958 -vt 0.044868 0.025914 -vt 0.044871 0.025788 -vt 0.044763 0.025807 -vt 0.044558 0.025894 -vt 0.044711 0.025984 -vt 0.044849 0.026019 -vt 0.044980 0.026014 -vt 0.044824 0.025947 -vt 0.044648 0.025962 -vt 0.044684 0.025865 -vt 0.044588 0.025919 -vt 0.044632 0.025748 -vt 0.044503 0.025815 -vt 0.045320 0.025660 -vt 0.045273 0.025810 -vt 0.045879 0.027697 -vt 0.045860 0.027495 -vt 0.045830 0.027497 -vt 0.045786 0.027620 -vt 0.045816 0.027656 -vt 0.045787 0.027780 -vt 0.045892 0.027854 -vt 0.045692 0.027635 -vt 0.045631 0.027789 -vt 0.045607 0.027956 -vt 0.045642 0.028088 -vt 0.045743 0.027607 -vt 0.045666 0.027813 -vt 0.045756 0.027943 -vt 0.045736 0.027877 -vt 0.045659 0.028047 -vt 0.046058 0.027419 -vt 0.046174 0.027462 -vt 0.046264 0.027491 -vt 0.046751 0.028791 -vt 0.046646 0.028701 -vt 0.046757 0.028901 -vt 0.046844 0.028893 -vt 0.046562 0.028846 -vt 0.046596 0.028756 -vt 0.046331 0.028953 -vt 0.046504 0.028992 -vt 0.046647 0.028983 -vt 0.046770 0.028937 -vt 0.046601 0.028922 -vt 0.046438 0.028991 -vt 0.046442 0.028887 -vt 0.046254 0.028896 -vt 0.046357 0.028792 -vt 0.046984 0.028496 -vt 0.046987 0.028384 -vt 0.046985 0.028653 -vt 0.048090 0.030128 -vt 0.048036 0.030085 -vt 0.048064 0.030254 -vt 0.048145 0.030260 -vt 0.048206 0.030405 -vt 0.048083 0.030367 -vt 0.048037 0.030046 -vt 0.047948 0.030259 -vt 0.047937 0.030425 -vt 0.047967 0.030591 -vt 0.048040 0.030706 -vt 0.047988 0.030217 -vt 0.047988 0.030525 -vt 0.048007 0.030329 -vt 0.048065 0.030475 -vt 0.048104 0.030533 -vt 0.048044 0.030661 -vt 0.048229 0.029940 -vt 0.048353 0.029946 -vt 0.048448 0.029945 -vt 0.048554 0.029942 -vt 0.049312 0.031031 -vt 0.049185 0.030979 -vt 0.049351 0.031134 -vt 0.049351 0.031198 -vt 0.049226 0.031150 -vt 0.049155 0.031046 -vt 0.049036 0.031084 -vt 0.048963 0.031315 -vt 0.049140 0.031299 -vt 0.049234 0.031269 -vt 0.049318 0.031204 -vt 0.049210 0.031202 -vt 0.049076 0.031318 -vt 0.049048 0.031218 -vt 0.048872 0.031284 -vt 0.048938 0.031154 -vt 0.049442 0.030679 -vt 0.049411 0.030571 -vt 0.049492 0.030827 -vt 0.050999 0.031889 -vt 0.050941 0.031769 -vt 0.050935 0.031865 -vt 0.050904 0.032001 -vt 0.051014 0.032017 -vt 0.051092 0.031997 -vt 0.051195 0.032117 -vt 0.051066 0.032119 -vt 0.051240 0.032236 -vt 0.050919 0.032142 -vt 0.051025 0.032367 -vt 0.051130 0.032454 -vt 0.050915 0.031949 -vt 0.050923 0.032088 -vt 0.050988 0.032217 -vt 0.051137 0.032270 -vt 0.051082 0.032227 -vt 0.051120 0.032410 -vt 0.051073 0.031668 -vt 0.051193 0.031635 -vt 0.051283 0.031605 -vt 0.051383 0.031569 -vt 0.052441 0.032370 -vt 0.052303 0.032360 -vt 0.052554 0.032414 -vt 0.052395 0.032509 -vt 0.052295 0.032433 -vt 0.052247 0.032532 -vt 0.052196 0.032748 -vt 0.052359 0.032678 -vt 0.052469 0.032586 -vt 0.052498 0.032542 -vt 0.052396 0.032565 -vt 0.052304 0.032716 -vt 0.052247 0.032629 -vt 0.052100 0.032747 -vt 0.052122 0.032603 -vt 0.052455 0.031995 -vt 0.052392 0.031902 -vt 0.052549 0.032121 -vt 0.054310 0.032665 -vt 0.054217 0.032569 -vt 0.054241 0.032662 -vt 0.054254 0.032801 -vt 0.054363 0.032782 -vt 0.054432 0.032739 -vt 0.054566 0.032821 -vt 0.054445 0.032863 -vt 0.054311 0.032930 -vt 0.054482 0.033112 -vt 0.054609 0.033161 -vt 0.054249 0.032748 -vt 0.054299 0.032877 -vt 0.054460 0.033046 -vt 0.054361 0.032876 -vt 0.054493 0.032961 -vt 0.054559 0.032984 -vt 0.054585 0.033123 -vt 0.054312 0.032431 -vt 0.054415 0.032363 -vt 0.054492 0.032307 -vt 0.055829 0.032677 -vt 0.055695 0.032710 -vt 0.055905 0.032707 -vt 0.055966 0.032662 -vt 0.055893 0.032770 -vt 0.055829 0.032824 -vt 0.055711 0.032782 -vt 0.055637 0.032883 -vt 0.055714 0.033112 -vt 0.055847 0.032995 -vt 0.055924 0.032874 -vt 0.055959 0.032748 -vt 0.055847 0.032876 -vt 0.055807 0.033048 -vt 0.055726 0.032983 -vt 0.055622 0.033140 -vt 0.055599 0.032997 -vt 0.055728 0.032316 -vt 0.055855 0.032407 -vt 0.057698 0.032380 -vt 0.057580 0.032317 -vt 0.057632 0.032398 -vt 0.057687 0.032526 -vt 0.057785 0.032475 -vt 0.057837 0.032413 -vt 0.057991 0.032449 -vt 0.057888 0.032526 -vt 0.058097 0.032518 -vt 0.057782 0.032632 -vt 0.058000 0.032752 -vt 0.058136 0.032760 -vt 0.057666 0.032477 -vt 0.057753 0.032585 -vt 0.057959 0.032696 -vt 0.057812 0.032565 -vt 0.057964 0.032604 -vt 0.058034 0.032606 -vt 0.058102 0.032730 -vt 0.057628 0.032157 -vt 0.057705 0.032060 -vt 0.057761 0.031983 -vt 0.059245 0.031837 -vt 0.059273 0.031865 -vt 0.059236 0.031990 -vt 0.059185 0.031985 -vt 0.059192 0.032061 -vt 0.059067 0.032058 -vt 0.059086 0.032166 -vt 0.059172 0.032371 -vt 0.059262 0.032219 -vt 0.059298 0.032080 -vt 0.059295 0.032027 -vt 0.059225 0.032105 -vt 0.059240 0.032282 -vt 0.059143 0.032245 -vt 0.059093 0.032426 -vt 0.059026 0.032297 -vt 0.058939 0.031609 -vt 0.058833 0.031572 -vt 0.059088 0.031656 -vt 0.060833 0.031061 -vt 0.060701 0.031038 -vt 0.060975 0.031050 -vt 0.060815 0.031119 -vt 0.060934 0.031113 -vt 0.061058 0.031142 -vt 0.061132 0.031037 -vt 0.060832 0.031164 -vt 0.061068 0.031299 -vt 0.061235 0.031322 -vt 0.061367 0.031287 -vt 0.060885 0.031186 -vt 0.061178 0.031281 -vt 0.060998 0.031202 -vt 0.061155 0.031193 -vt 0.061222 0.031173 -vt 0.061325 0.031270 -vt 0.060697 0.030871 -vt 0.060741 0.030755 -vt 0.060769 0.030665 -vt 0.060799 0.030563 -vt 0.061980 0.030283 -vt 0.062148 0.030158 -vt 0.062171 0.030085 -vt 0.062175 0.030216 -vt 0.062035 0.030333 -vt 0.062125 0.030367 -vt 0.062232 0.030598 -vt 0.062270 0.030425 -vt 0.062261 0.030282 -vt 0.062215 0.030159 -vt 0.062200 0.030329 -vt 0.062269 0.030492 -vt 0.062165 0.030487 -vt 0.062174 0.030675 -vt 0.062070 0.030572 -vt 0.061775 0.029945 -vt 0.061662 0.029942 -vt 0.061931 0.029944 -vt 0.063538 0.028784 -vt 0.063352 0.028865 -vt 0.063274 0.028858 -vt 0.063364 0.028893 -vt 0.063533 0.028865 -vt 0.063684 0.028723 -vt 0.063646 0.028846 -vt 0.063437 0.028937 -vt 0.063703 0.028992 -vt 0.063869 0.028963 -vt 0.063984 0.028889 -vt 0.063495 0.028941 -vt 0.063803 0.028941 -vt 0.063219 0.028700 -vt 0.063754 0.028864 -vt 0.063811 0.028825 -vt 0.063939 0.028885 -vt 0.063224 0.028576 -vt 0.063224 0.028481 -vt 0.064309 0.027617 -vt 0.064257 0.027744 -vt 0.064356 0.027500 -vt 0.064477 0.027578 -vt 0.064412 0.027578 -vt 0.064428 0.027703 -vt 0.064324 0.027774 -vt 0.064363 0.027893 -vt 0.064594 0.027966 -vt 0.064577 0.027789 -vt 0.064524 0.027656 -vt 0.064443 0.027554 -vt 0.064480 0.027719 -vt 0.064596 0.027853 -vt 0.064496 0.027881 -vt 0.064562 0.028057 -vt 0.064432 0.027991 -vt 0.063957 0.027487 -vt 0.063849 0.027518 -vt 0.064106 0.027437 -vt 0.065167 0.025930 -vt 0.065143 0.025995 -vt 0.065279 0.026025 -vt 0.065295 0.025916 -vt 0.065276 0.025837 -vt 0.065395 0.025734 -vt 0.065397 0.025863 -vt 0.065514 0.025689 -vt 0.065420 0.026010 -vt 0.065646 0.025905 -vt 0.065732 0.025799 -vt 0.065227 0.026014 -vt 0.065366 0.026006 -vt 0.065496 0.025941 -vt 0.065548 0.025792 -vt 0.065506 0.025847 -vt 0.065688 0.025810 -vt 0.064946 0.025856 -vt 0.064913 0.025737 -vt 0.064883 0.025646 -vt 0.065648 0.024489 -vt 0.065638 0.024626 -vt 0.065638 0.024360 -vt 0.065677 0.024354 -vt 0.065756 0.024457 -vt 0.065788 0.024534 -vt 0.065712 0.024634 -vt 0.065810 0.024682 -vt 0.066027 0.024733 -vt 0.065956 0.024570 -vt 0.065865 0.024460 -vt 0.065820 0.024431 -vt 0.065843 0.024533 -vt 0.065994 0.024625 -vt 0.065908 0.024682 -vt 0.066017 0.024695 -vt 0.065881 0.024807 -vt 0.065273 0.024474 -vt 0.065181 0.024537 -vt 0.065399 0.024380 -vt 0.065943 0.022619 -vt 0.065847 0.022712 -vt 0.065940 0.022688 -vt 0.066079 0.022675 -vt 0.066060 0.022566 -vt 0.066017 0.022497 -vt 0.066100 0.022363 -vt 0.066141 0.022485 -vt 0.066198 0.022283 -vt 0.066209 0.022618 -vt 0.066390 0.022447 -vt 0.066440 0.022320 -vt 0.066026 0.022680 -vt 0.066156 0.022630 -vt 0.066259 0.022528 -vt 0.066263 0.022370 -vt 0.066239 0.022436 -vt 0.066401 0.022344 -vt 0.065710 0.022617 -vt 0.065642 0.022514 -vt 0.065585 0.022437 -vt 0.065955 0.021100 -vt 0.065988 0.021234 -vt 0.065962 0.020979 -vt 0.066102 0.021100 -vt 0.066060 0.021218 -vt 0.066169 0.021234 -vt 0.066391 0.021215 -vt 0.066273 0.021082 -vt 0.066152 0.021006 -vt 0.066026 0.020970 -vt 0.066154 0.021082 -vt 0.066326 0.021122 -vt 0.066262 0.021204 -vt 0.066370 0.021182 -vt 0.066275 0.021331 -vt 0.066419 0.021307 -vt 0.065594 0.021201 -vt 0.065525 0.021291 -vt 0.065685 0.021074 -vt 0.065658 0.019231 -vt 0.065595 0.019349 -vt 0.065677 0.019297 -vt 0.065804 0.019242 -vt 0.065753 0.019144 -vt 0.065691 0.019092 -vt 0.065727 0.018938 -vt 0.065805 0.019042 -vt 0.065910 0.019147 -vt 0.066030 0.018929 -vt 0.066038 0.018793 -vt 0.065756 0.019263 -vt 0.065864 0.019176 -vt 0.065974 0.018970 -vt 0.065435 0.019301 -vt 0.065883 0.018965 -vt 0.065885 0.018895 -vt 0.066009 0.018827 -vt 0.065339 0.019224 -vt 0.065261 0.019169 -vt 0.065200 0.017782 -vt 0.065272 0.017899 -vt 0.065116 0.017684 -vt 0.065143 0.017656 -vt 0.065268 0.017693 -vt 0.065263 0.017744 -vt 0.065339 0.017737 -vt 0.065336 0.017862 -vt 0.065455 0.017901 -vt 0.065650 0.017757 -vt 0.065497 0.017667 -vt 0.065358 0.017632 -vt 0.065305 0.017634 -vt 0.065384 0.017704 -vt 0.065560 0.017689 -vt 0.065523 0.017786 -vt 0.065705 0.017836 -vt 0.065575 0.017903 -vt 0.064888 0.017990 -vt 0.064935 0.017841 -vt 0.064340 0.016097 -vt 0.064317 0.016228 -vt 0.064422 0.016031 -vt 0.064378 0.016154 -vt 0.064391 0.015995 -vt 0.064421 0.015871 -vt 0.064328 0.015954 -vt 0.064315 0.015797 -vt 0.064515 0.016016 -vt 0.064577 0.015861 -vt 0.064600 0.015694 -vt 0.064566 0.015562 -vt 0.064464 0.016044 -vt 0.064560 0.015751 -vt 0.064150 0.016232 -vt 0.064471 0.015774 -vt 0.064452 0.015707 -vt 0.064548 0.015604 -vt 0.064034 0.016188 -vt 0.063943 0.016160 -vt 0.063456 0.014860 -vt 0.063390 0.014758 -vt 0.063494 0.014754 -vt 0.063611 0.014894 -vt 0.063646 0.014804 -vt 0.063876 0.014697 -vt 0.063703 0.014659 -vt 0.063560 0.014668 -vt 0.063437 0.014714 -vt 0.063607 0.014729 -vt 0.063665 0.014653 -vt 0.063765 0.014764 -vt 0.063953 0.014755 -vt 0.063851 0.014859 -vt 0.063224 0.015155 -vt 0.063221 0.015267 -vt 0.063222 0.014998 -vt 0.062117 0.013523 -vt 0.062136 0.013655 -vt 0.062171 0.013565 -vt 0.062242 0.013446 -vt 0.062143 0.013397 -vt 0.062062 0.013391 -vt 0.062002 0.013245 -vt 0.062125 0.013283 -vt 0.062272 0.013307 -vt 0.062241 0.013060 -vt 0.062167 0.012945 -vt 0.062215 0.013492 -vt 0.062251 0.013357 -vt 0.062220 0.013126 -vt 0.061978 0.013710 -vt 0.062143 0.013175 -vt 0.062104 0.013118 -vt 0.062164 0.012990 -vt 0.061855 0.013705 -vt 0.061760 0.013706 -vt 0.061023 0.012672 -vt 0.060775 0.012551 -vt 0.060851 0.012551 -vt 0.060898 0.012507 -vt 0.060981 0.012501 -vt 0.061053 0.012605 -vt 0.061172 0.012566 -vt 0.061244 0.012335 -vt 0.061068 0.012352 -vt 0.060935 0.012405 -vt 0.060832 0.012487 -vt 0.060998 0.012449 -vt 0.061132 0.012333 -vt 0.061159 0.012433 -vt 0.061205 0.012332 -vt 0.061270 0.012497 -vt 0.060765 0.012972 -vt 0.060797 0.013080 -vt 0.060715 0.012823 -vt 0.059208 0.011762 -vt 0.059267 0.011882 -vt 0.059273 0.011786 -vt 0.059194 0.011634 -vt 0.059115 0.011653 -vt 0.059013 0.011534 -vt 0.059141 0.011532 -vt 0.059292 0.011702 -vt 0.059262 0.011432 -vt 0.059183 0.011283 -vt 0.059077 0.011197 -vt 0.059278 0.011646 -vt 0.059183 0.011353 -vt 0.059225 0.011545 -vt 0.059125 0.011423 -vt 0.059070 0.011381 -vt 0.059088 0.011241 -vt 0.059134 0.011983 -vt 0.059015 0.012016 -vt 0.058925 0.012046 -vt 0.057767 0.011281 -vt 0.057905 0.011291 -vt 0.057698 0.011195 -vt 0.057679 0.011133 -vt 0.057812 0.011141 -vt 0.057912 0.011218 -vt 0.057961 0.011119 -vt 0.058063 0.011215 -vt 0.058011 0.010902 -vt 0.057849 0.010973 -vt 0.057768 0.011030 -vt 0.057708 0.011117 -vt 0.057812 0.011086 -vt 0.057903 0.010935 -vt 0.057960 0.011021 -vt 0.058107 0.010904 -vt 0.058085 0.011048 -vt 0.057752 0.011656 -vt 0.057816 0.011749 -vt 0.057659 0.011530 -vt 0.048039 0.013852 -vt 0.048124 0.013949 -vt 0.047302 0.014912 -vt 0.047147 0.014774 -vt 0.047571 0.014293 -vt 0.047607 0.014328 -vt 0.047662 0.014384 -vt 0.047732 0.014454 -vt 0.045921 0.016426 -vt 0.045964 0.016452 -vt 0.046032 0.016491 -vt 0.045547 0.017661 -vt 0.045357 0.017578 -vt 0.045631 0.016999 -vt 0.045657 0.017012 -vt 0.045727 0.017048 -vt 0.045815 0.017093 -vt 0.044702 0.019528 -vt 0.044828 0.019556 -vt 0.044728 0.020818 -vt 0.044522 0.020798 -vt 0.044582 0.020159 -vt 0.044632 0.020167 -vt 0.044710 0.020179 -vt 0.044808 0.020195 -vt 0.044587 0.022847 -vt 0.044924 0.024073 -vt 0.044722 0.024118 -vt 0.044582 0.023492 -vt 0.044632 0.023484 -vt 0.044710 0.023472 -vt 0.044808 0.023456 -vt 0.045338 0.026081 -vt 0.045384 0.026061 -vt 0.045547 0.025990 -vt 0.046117 0.027109 -vt 0.045939 0.027214 -vt 0.045631 0.026652 -vt 0.045657 0.026639 -vt 0.045727 0.026603 -vt 0.047131 0.028891 -vt 0.047228 0.028805 -vt 0.048124 0.029702 -vt 0.048053 0.029782 -vt 0.047571 0.029358 -vt 0.047607 0.029322 -vt 0.047662 0.029267 -vt 0.047732 0.029197 -vt 0.049704 0.031009 -vt 0.049770 0.030897 -vt 0.050900 0.031473 -vt 0.050857 0.031572 -vt 0.050267 0.031317 -vt 0.050290 0.031272 -vt 0.050326 0.031202 -vt 0.050371 0.031114 -vt 0.052806 0.032228 -vt 0.052825 0.032143 -vt 0.054096 0.032201 -vt 0.054076 0.032407 -vt 0.053437 0.032347 -vt 0.053445 0.032297 -vt 0.053457 0.032220 -vt 0.053473 0.032122 -vt 0.056125 0.032342 -vt 0.056111 0.032201 -vt 0.057352 0.032005 -vt 0.057396 0.032207 -vt 0.056767 0.032326 -vt 0.056757 0.032261 -vt 0.056734 0.032122 -vt 0.059359 0.031591 -vt 0.059339 0.031545 -vt 0.059308 0.031473 -vt 0.060438 0.030897 -vt 0.060492 0.030990 -vt 0.059930 0.031298 -vt 0.059917 0.031272 -vt 0.059881 0.031202 -vt 0.059836 0.031114 -vt 0.062169 0.029798 -vt 0.062135 0.029760 -vt 0.062083 0.029702 -vt 0.062906 0.028739 -vt 0.063061 0.028876 -vt 0.062621 0.029343 -vt 0.062601 0.029322 -vt 0.062545 0.029267 -vt 0.062475 0.029197 -vt 0.064287 0.027225 -vt 0.064176 0.027159 -vt 0.064660 0.025990 -vt 0.064850 0.026073 -vt 0.064596 0.026662 -vt 0.064551 0.026639 -vt 0.064480 0.026603 -vt 0.064392 0.026558 -vt 0.065506 0.024123 -vt 0.065421 0.024104 -vt 0.065479 0.022833 -vt 0.065686 0.022853 -vt 0.065625 0.023492 -vt 0.065576 0.023484 -vt 0.065498 0.023472 -vt 0.065400 0.023456 -vt 0.065620 0.020804 -vt 0.065283 0.019577 -vt 0.065485 0.019533 -vt 0.065625 0.020159 -vt 0.065576 0.020167 -vt 0.065498 0.020179 -vt 0.065400 0.020195 -vt 0.064870 0.017570 -vt 0.064823 0.017590 -vt 0.064660 0.017661 -vt 0.064090 0.016542 -vt 0.064268 0.016437 -vt 0.064576 0.016999 -vt 0.064551 0.017012 -vt 0.064480 0.017048 -vt 0.063077 0.014760 -vt 0.063012 0.014818 -vt 0.062017 0.014023 -vt 0.062135 0.013890 -vt 0.062636 0.014293 -vt 0.062575 0.014354 -vt 0.062475 0.014454 -vt 0.060503 0.012642 -vt 0.060438 0.012754 -vt 0.059268 0.012269 -vt 0.059351 0.012079 -vt 0.059917 0.012379 -vt 0.059881 0.012449 -vt 0.059836 0.012537 -vt 0.057401 0.011423 -vt 0.057373 0.011549 -vt 0.056121 0.011351 -vt 0.056131 0.011244 -vt 0.056762 0.011354 -vt 0.056750 0.011431 -vt 0.056734 0.011529 -vt 0.054074 0.011222 -vt 0.054079 0.011273 -vt 0.054087 0.011351 -vt 0.052856 0.011646 -vt 0.052811 0.011444 -vt 0.053441 0.011325 -vt 0.053445 0.011354 -vt 0.053457 0.011431 -vt 0.053473 0.011529 -vt 0.050848 0.012059 -vt 0.050868 0.012106 -vt 0.050900 0.012178 -vt 0.049820 0.012839 -vt 0.049715 0.012661 -vt 0.050277 0.012353 -vt 0.050290 0.012379 -vt 0.050326 0.012449 -vt 0.050371 0.012537 -vt 0.054940 0.019905 -vt 0.055267 0.019905 -vt 0.055269 0.019887 -vt 0.055589 0.019960 -vt 0.055104 0.023753 -vt 0.055445 0.023816 -vt 0.055430 0.023725 -vt 0.055746 0.023643 -vt 0.056044 0.023508 -vt 0.056373 0.023397 -vt 0.056315 0.023325 -vt 0.056551 0.023099 -vt 0.056824 0.022884 -vt 0.056745 0.022836 -vt 0.056893 0.022544 -vt 0.057078 0.022251 -vt 0.056988 0.022232 -vt 0.057030 0.021907 -vt 0.057016 0.021581 -vt 0.057035 0.021234 -vt 0.056947 0.021261 -vt 0.056825 0.020957 -vt 0.056654 0.020679 -vt 0.056501 0.020367 -vt 0.056438 0.020434 -vt 0.056235 0.020152 -vt 0.056183 0.020228 -vt 0.055898 0.020069 -vt 0.055613 0.019871 -vt 0.054595 0.019871 -vt 0.054618 0.019960 -vt 0.054310 0.020069 -vt 0.053973 0.020152 -vt 0.054024 0.020228 -vt 0.053770 0.020434 -vt 0.053554 0.020679 -vt 0.053300 0.020916 -vt 0.053382 0.020957 -vt 0.053260 0.021261 -vt 0.053192 0.021581 -vt 0.053086 0.021911 -vt 0.053178 0.021907 -vt 0.053219 0.022232 -vt 0.053229 0.022579 -vt 0.053315 0.022544 -vt 0.053462 0.022836 -vt 0.053587 0.023160 -vt 0.053657 0.023099 -vt 0.053893 0.023325 -vt 0.054164 0.023508 -vt 0.054431 0.023730 -vt 0.054462 0.023643 -vt 0.054778 0.023725 -vt 0.055278 0.019783 -vt 0.054906 0.024339 -vt 0.054543 0.024284 -vt 0.054943 0.024432 -vt 0.054991 0.024479 -vt 0.055087 0.024514 -vt 0.055186 0.024496 -vt 0.055265 0.024432 -vt 0.056061 0.024225 -vt 0.056121 0.024257 -vt 0.056188 0.024268 -vt 0.056255 0.024255 -vt 0.056313 0.024220 -vt 0.056357 0.024168 -vt 0.056380 0.024104 -vt 0.057041 0.023577 -vt 0.057109 0.023568 -vt 0.057195 0.023515 -vt 0.057243 0.023426 -vt 0.057242 0.023325 -vt 0.057577 0.022573 -vt 0.057639 0.022547 -vt 0.057708 0.022472 -vt 0.057730 0.022373 -vt 0.057716 0.022306 -vt 0.057681 0.022248 -vt 0.057681 0.021402 -vt 0.057716 0.021344 -vt 0.057728 0.021244 -vt 0.057708 0.021179 -vt 0.057666 0.021125 -vt 0.057609 0.021088 -vt 0.057242 0.020326 -vt 0.057249 0.020258 -vt 0.057216 0.020163 -vt 0.057140 0.020095 -vt 0.057075 0.020076 -vt 0.057007 0.020079 -vt 0.056383 0.019581 -vt 0.056371 0.019514 -vt 0.056337 0.019455 -vt 0.056255 0.019396 -vt 0.056188 0.019383 -vt 0.056090 0.019407 -vt 0.055265 0.019219 -vt 0.055186 0.019155 -vt 0.055121 0.019137 -vt 0.055021 0.019154 -vt 0.054965 0.019193 -vt 0.054925 0.019248 -vt 0.054118 0.019407 -vt 0.054019 0.019383 -vt 0.053922 0.019411 -vt 0.053870 0.019455 -vt 0.053837 0.019514 -vt 0.053824 0.019581 -vt 0.053200 0.020079 -vt 0.053132 0.020076 -vt 0.053067 0.020095 -vt 0.053013 0.020136 -vt 0.052964 0.020225 -vt 0.052959 0.020292 -vt 0.052977 0.020358 -vt 0.052598 0.021088 -vt 0.052541 0.021125 -vt 0.052487 0.021211 -vt 0.052481 0.021312 -vt 0.052506 0.021375 -vt 0.052551 0.021426 -vt 0.052527 0.022248 -vt 0.052491 0.022306 -vt 0.052479 0.022407 -vt 0.052500 0.022472 -vt 0.052568 0.022546 -vt 0.052631 0.022573 -vt 0.052965 0.023325 -vt 0.052959 0.023392 -vt 0.052991 0.023488 -vt 0.053038 0.023537 -vt 0.053099 0.023568 -vt 0.053166 0.023577 -vt 0.053828 0.024104 -vt 0.053851 0.024168 -vt 0.053922 0.024240 -vt 0.054019 0.024268 -vt 0.054118 0.024244 -vn 0.825194 0.564849 -0.000001 -vn 0.825195 0.564848 0.000000 -vn 0.781830 0.623491 0.000000 -vn 0.781831 0.623491 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.498407 0.866943 0.000000 -vn 0.498405 0.866944 0.000002 -vn 0.433887 0.900967 0.000000 -vn 0.433884 0.900969 0.000001 -vn 0.367059 0.930198 0.000000 -vn 0.367054 0.930200 0.000000 -vn 0.072901 0.997339 0.000000 -vn 0.072902 0.997339 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.072901 0.997339 0.000000 -vn -0.072902 0.997339 0.000000 -vn -0.367053 0.930200 0.000000 -vn -0.367054 0.930200 0.000000 -vn -0.433887 0.900967 0.000001 -vn -0.433882 0.900970 0.000000 -vn -0.498412 0.866940 0.000002 -vn -0.498399 0.866948 0.000000 -vn -0.734291 0.678835 0.000000 -vn -0.734313 0.678811 -0.000001 -vn -0.781823 0.623500 -0.000001 -vn -0.781838 0.623482 -0.000001 -vn -0.825195 0.564848 -0.000002 -vn -0.825202 0.564837 0.000000 -vn -0.956110 0.293007 0.000000 -vn -0.956115 0.292993 -0.000002 -vn -0.974928 0.222522 -0.000001 -vn -0.974928 0.222521 -0.000001 -vn -0.988556 0.150856 -0.000002 -vn -0.988554 0.150870 0.000000 -vn -0.988554 -0.150871 0.000000 -vn -0.988556 -0.150857 -0.000002 -vn -0.974928 -0.222522 -0.000001 -vn -0.974928 -0.222522 -0.000001 -vn -0.956115 -0.292993 -0.000002 -vn -0.956111 -0.293006 0.000000 -vn -0.825202 -0.564838 0.000000 -vn -0.825196 -0.564847 -0.000002 -vn -0.781838 -0.623482 -0.000001 -vn -0.781824 -0.623500 -0.000001 -vn -0.734313 -0.678811 -0.000001 -vn -0.734291 -0.678835 0.000000 -vn -0.498397 -0.866949 0.000000 -vn -0.498418 -0.866937 0.000000 -vn -0.433881 -0.900970 0.000000 -vn -0.433888 -0.900967 0.000000 -vn -0.367053 -0.930200 0.000000 -vn -0.367048 -0.930202 0.000000 -vn -0.072894 -0.997340 0.000000 -vn -0.072894 -0.997340 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.433884 -0.900969 0.000000 -vn 0.433887 -0.900967 0.000001 -vn 0.498405 -0.866944 0.000000 -vn 0.498413 -0.866940 0.000002 -vn 0.734307 -0.678818 0.000000 -vn 0.734307 -0.678818 0.000000 -vn 0.781830 -0.623491 0.000000 -vn 0.781834 -0.623487 0.000000 -vn 0.825195 -0.564848 0.000000 -vn 0.825202 -0.564837 0.000000 -vn 0.956115 -0.292992 0.000000 -vn 0.956111 -0.293005 0.000000 -vn 0.974929 -0.222516 0.000000 -vn 0.974928 -0.222522 0.000000 -vn 0.988556 -0.150855 0.000000 -vn 0.988556 -0.150854 0.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004104 -0.001853 -0.999990 -vn -0.009264 -0.006223 -0.999938 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000017 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004344 0.001968 -0.999989 -vn -0.008402 0.002192 -0.999962 -vn -0.002920 -0.003947 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn -0.002192 -0.004337 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004641 -0.001206 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.006232 -0.000004 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn 0.004717 -0.000812 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004109 -0.002299 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001768 -0.004404 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000201 -0.004787 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000758 -0.005893 -0.999982 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.002664 0.003606 -0.999990 -vn -0.008674 0.008328 -0.999928 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003223 -0.003667 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003757 0.003027 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004240 0.002367 -0.999988 -vn 0.004538 0.001600 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001772 0.004402 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.001051 0.004871 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000605 0.004746 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn -0.001414 0.004627 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.987545 0.157306 -0.003020 -vn 0.992810 0.119695 -0.001570 -vn 0.993143 0.116706 0.006894 -vn 0.992133 0.123193 0.022257 -vn 0.980599 0.195906 0.006859 -vn 0.981587 0.189731 0.022139 -vn 0.981422 0.191840 0.003045 -vn 0.987154 0.159472 0.009823 -vn 0.993658 0.111083 0.017437 -vn 0.980800 0.194638 0.012126 -vn 0.981298 0.192446 0.004264 -vn 0.972060 0.234629 0.006980 -vn 0.913512 0.405504 0.032592 -vn 0.893415 0.445217 -0.059931 -vn 0.910695 0.403083 0.090328 -vn 0.913047 0.407598 0.014446 -vn 0.889869 0.456002 0.013992 -vn 0.906899 0.421345 0.001933 -vn 0.890515 0.454950 0.001861 -vn 0.905510 0.423741 0.022262 -vn 0.872054 0.489362 0.006819 -vn 0.874934 0.483736 0.022133 -vn 0.874868 0.484311 0.006966 -vn 0.878466 0.477702 -0.009929 -vn 0.855352 0.517995 0.007437 -vn 0.855158 0.515749 0.052041 -vn 0.747062 0.664489 0.018797 -vn 0.712156 0.699550 -0.058853 -vn 0.747374 0.663852 0.027072 -vn 0.706454 0.707580 0.015911 -vn 0.732321 0.680956 0.001933 -vn 0.706264 0.707934 0.004654 -vn 0.730248 0.682819 0.022256 -vn 0.678129 0.734911 0.006824 -vn 0.657381 0.753377 -0.016529 -vn 0.683065 0.730300 0.009206 -vn 0.693671 0.719638 -0.030697 -vn 0.657546 0.753324 0.011683 -vn 0.657140 0.751721 0.055528 -vn 0.491271 0.871002 0.002751 -vn 0.454849 0.890405 0.017086 -vn 0.466672 0.881690 -0.069570 -vn 0.510579 0.859561 0.021517 -vn 0.486061 0.873923 0.001954 -vn 0.452906 0.891542 0.005352 -vn 0.483509 0.875056 0.022263 -vn 0.417858 0.908487 0.006833 -vn 0.423496 0.905627 0.022176 -vn 0.424166 0.905532 0.009752 -vn 0.443049 0.895098 -0.050079 -vn 0.397707 0.917374 0.015941 -vn 0.397136 0.915776 0.060309 -vn 0.196076 0.980580 -0.004087 -vn 0.159064 0.987137 0.016067 -vn 0.178109 0.983090 -0.042563 -vn 0.225507 0.974108 0.016110 -vn 0.192226 0.981349 0.001933 -vn 0.155294 0.987861 0.003955 -vn 0.189414 0.981646 0.022232 -vn 0.116688 0.993145 0.006848 -vn 0.122899 0.992171 0.022192 -vn 0.123112 0.992355 0.008641 -vn 0.148251 0.986981 -0.062371 -vn 0.100354 0.994746 0.020242 -vn 0.099779 0.992844 0.065607 -vn -0.080928 0.996663 0.010678 -vn -0.081950 0.996618 0.006012 -vn -0.126498 0.991910 -0.010582 -vn -0.152258 0.988272 0.011635 -vn -0.157435 0.987529 0.000464 -vn -0.120451 0.992717 0.001975 -vn -0.123204 0.992131 0.022288 -vn -0.223106 0.974655 -0.016487 -vn -0.195908 0.980598 0.006857 -vn -0.190719 0.981627 0.005834 -vn -0.206430 0.978154 0.024520 -vn -0.206980 0.975939 0.068572 -vn -0.418043 0.908426 0.001395 -vn -0.413625 0.910443 -0.002827 -vn -0.449569 0.893216 0.007294 -vn -0.417634 0.908541 0.011636 -vn -0.454693 0.890634 -0.005109 -vn -0.417848 0.908491 0.006839 -vn -0.423766 0.905499 0.022250 -vn -0.513374 0.858006 -0.016522 -vn -0.489327 0.872074 0.006844 -vn -0.486354 0.873761 0.001370 -vn -0.491110 0.871028 0.011032 -vn -0.491732 0.870465 0.022130 -vn -0.671396 0.740645 0.025936 -vn -0.697009 0.715893 -0.040945 -vn -0.670749 0.741601 0.011127 -vn -0.707782 0.706430 -0.001162 -vn -0.680955 0.732323 0.001954 -vn -0.682870 0.730201 0.022243 -vn -0.730464 0.682591 0.022170 -vn -0.734863 0.678181 0.006849 -vn -0.731652 0.681664 0.004543 -vn -0.733577 0.679569 -0.007182 -vn -0.730340 0.683066 -0.004976 -vn -0.759992 0.649873 0.008808 -vn -0.864672 0.501869 0.021665 -vn -0.885532 0.460454 -0.061772 -vn -0.864130 0.502334 0.030655 -vn -0.873919 0.486068 0.001948 -vn -0.891512 0.452988 0.003029 -vn -0.875079 0.483469 0.022231 -vn -0.908469 0.417895 0.006846 -vn -0.905640 0.423468 0.022182 -vn -0.905878 0.423466 0.007894 -vn -0.901460 0.432536 -0.016813 -vn -0.921098 0.389231 0.008841 -vn -0.919286 0.390015 0.052924 -vn -0.976322 0.215622 0.017380 -vn -0.984579 0.166176 -0.054675 -vn -0.976005 0.216281 0.025215 -vn -0.987598 0.156166 0.016224 -vn -0.981353 0.192203 0.001970 -vn -0.987863 0.155245 0.005120 -vn -0.981646 0.189408 0.022281 -vn -0.993144 0.116695 0.006842 -vn -0.992171 0.122896 0.022201 -vn -0.992299 0.123498 0.009573 -vn -0.989353 0.140621 -0.037495 -vn -0.995758 0.091069 0.013100 -vn -0.994177 0.091430 0.057030 -vn -0.993353 -0.115111 0.000387 -vn -0.987794 -0.154844 0.016917 -vn -0.988430 -0.138851 -0.061050 -vn -0.995721 -0.090274 0.019772 -vn -0.992716 -0.120462 0.001960 -vn -0.987487 -0.157615 0.005118 -vn -0.992131 -0.123203 0.022281 -vn -0.980593 -0.195934 0.006825 -vn -0.974659 -0.223091 -0.016430 -vn -0.981896 -0.189179 0.009576 -vn -0.984569 -0.165986 -0.055428 -vn -0.976319 -0.215639 0.017378 -vn -0.974575 -0.215328 0.061942 -vn -0.908231 -0.418426 -0.005952 -vn -0.892363 -0.451057 0.015373 -vn -0.901476 -0.431569 -0.033007 -vn -0.921376 -0.388409 0.014305 -vn -0.906907 -0.421327 0.001954 -vn -0.890496 -0.454982 0.003024 -vn -0.905512 -0.423737 0.022247 -vn -0.872049 -0.489371 0.006848 -vn -0.858035 -0.513327 -0.016471 -vn -0.875051 -0.483967 0.007891 -vn -0.885600 -0.460182 -0.062807 -vn -0.864670 -0.501874 0.021666 -vn -0.862620 -0.501340 0.067421 -vn -0.730456 -0.682546 -0.023775 -vn -0.738907 -0.673805 -0.001625 -vn -0.710310 -0.703803 0.011057 -vn -0.733018 -0.680094 0.012567 -vn -0.706435 -0.707777 -0.001162 -vn -0.734873 -0.678170 0.006825 -vn -0.730227 -0.682841 0.022309 -vn -0.657391 -0.753369 -0.016488 -vn -0.678134 -0.734906 0.006873 -vn -0.681663 -0.731652 0.004538 -vn -0.672549 -0.739869 0.016501 -vn -0.670673 -0.740436 0.044188 -vn -0.491968 -0.870470 0.015803 -vn -0.526659 -0.850070 0.003471 -vn -0.493461 -0.869768 -0.000450 -vn -0.478734 -0.877490 0.028733 -vn -0.487025 -0.873384 0.002756 -vn -0.486049 -0.873929 0.001975 -vn -0.453276 -0.891356 -0.005115 -vn -0.483486 -0.875067 0.022320 -vn -0.417874 -0.908480 0.006812 -vn -0.423482 -0.905633 0.022193 -vn -0.421013 -0.907054 0.001376 -vn -0.418311 -0.908302 -0.001852 -vn -0.418200 -0.908258 0.013267 -vn -0.379812 -0.925049 0.005261 -vn -0.206426 -0.978155 0.024526 -vn -0.205068 -0.978626 0.015430 -vn -0.166794 -0.984559 -0.053130 -vn -0.192206 -0.981353 0.001975 -vn -0.155426 -0.987847 0.000478 -vn -0.189413 -0.981645 0.022251 -vn -0.116688 -0.993145 0.006831 -vn -0.122905 -0.992171 0.022182 -vn -0.121964 -0.992517 0.005851 -vn -0.126880 -0.991913 -0.003170 -vn -0.081936 -0.996619 0.006038 -vn -0.084034 -0.995147 0.051198 -vn 0.100351 -0.994745 0.020280 -vn 0.148017 -0.987071 -0.061495 -vn 0.099640 -0.994606 0.028839 -vn 0.157728 -0.987362 0.015438 -vn 0.120458 -0.992716 0.001975 -vn 0.157575 -0.987499 0.003943 -vn 0.123211 -0.992130 0.022311 -vn 0.195910 -0.980598 0.006828 -vn 0.223128 -0.974651 -0.016448 -vn 0.189564 -0.981830 0.008646 -vn 0.177138 -0.983899 -0.023753 -vn 0.224718 -0.974370 0.010273 -vn 0.223365 -0.973223 0.054263 -vn 0.415419 -0.909616 0.005059 -vn 0.453477 -0.891104 0.017096 -vn 0.440235 -0.894554 -0.077237 -vn 0.396976 -0.917530 0.023439 -vn 0.421333 -0.906904 0.001975 -vn 0.455061 -0.890444 0.005353 -vn 0.423753 -0.905503 0.022298 -vn 0.489341 -0.872066 0.006844 -vn 0.483756 -0.874921 0.022210 -vn 0.483272 -0.875416 0.009760 -vn 0.465623 -0.883888 -0.044008 -vn 0.510004 -0.860050 0.014499 -vn 0.508962 -0.858797 0.058532 -vn 0.677491 -0.735529 -0.001901 -vn 0.705498 -0.708518 0.016577 -vn 0.692093 -0.719934 -0.051991 -vn 0.656904 -0.753763 0.017872 -vn 0.680963 -0.732315 0.001933 -vn 0.707935 -0.706262 0.004661 -vn 0.682863 -0.730208 0.022232 -vn 0.734879 -0.678164 0.006811 -vn 0.753420 -0.657332 -0.016535 -vn 0.730303 -0.683062 0.009192 -vn 0.711960 -0.699679 -0.059684 -vn 0.747040 -0.664513 0.018787 -vn 0.745801 -0.663103 0.063839 -vn 0.872680 -0.488239 -0.007241 -vn 0.889405 -0.456940 0.012816 -vn 0.878162 -0.477999 -0.018684 -vn 0.854839 -0.518744 0.012458 -vn 0.873922 -0.486062 0.001946 -vn 0.891489 -0.453038 0.001863 -vn 0.875083 -0.483461 0.022241 -vn 0.908462 -0.417911 0.006856 -vn 0.905637 -0.423476 0.022121 -vn 0.906047 -0.423121 0.006948 -vn 0.893418 -0.445214 -0.059910 -vn 0.913462 -0.406271 0.023063 -vn 0.910693 -0.403088 0.090324 -vn 0.664992 -0.746850 -0.000280 -vn 0.665622 -0.746289 -0.000003 -vn 0.613871 -0.789394 0.004487 -vn -0.979252 -0.202645 -0.000253 -vn -0.979120 -0.203283 -0.000007 -vn -0.990930 -0.134358 0.002163 -vn 0.314229 0.949347 -0.000300 -vn 0.313498 0.949589 0.000000 -vn 0.374323 0.927290 0.004066 -vn 0.892758 -0.450532 0.002099 -vn 0.876681 -0.481056 -0.003908 -vn 0.874176 -0.485590 -0.004245 -vn 0.840611 -0.541639 0.000802 -vn 0.806778 -0.590807 0.007536 -vn 0.924899 -0.380075 0.010268 -vn 0.906533 -0.421878 -0.014695 -vn 0.905382 -0.424297 -0.016002 -vn 0.894163 -0.446680 -0.030798 -vn 0.913129 -0.407360 0.015934 -vn 0.983789 0.179331 -0.000020 -vn 0.989762 0.142573 0.006708 -vn 0.985623 0.167828 0.019506 -vn 0.982315 0.186839 -0.012190 -vn 0.994733 0.102469 0.002509 -vn 0.984912 0.173056 0.000001 -vn 0.949865 0.312657 0.001645 -vn 0.958853 0.283904 -0.000162 -vn 0.948406 0.317060 0.000176 -vn 0.926024 0.377380 0.007978 -vn 0.965757 0.259435 -0.002746 -vn 0.799198 0.600978 0.010383 -vn 0.818406 0.574637 -0.002205 -vn 0.823830 0.566825 -0.003627 -vn 0.833548 0.552409 -0.006569 -vn 0.839176 0.543847 0.003804 -vn 0.850005 0.526753 -0.004788 -vn 0.859527 0.511090 0.000023 -vn 0.927889 0.372854 0.001109 -vn 0.901373 0.432979 0.007471 -vn 0.251368 0.967892 -0.000086 -vn 0.167703 0.985816 0.006487 -vn 0.226023 0.974121 -0.001200 -vn 0.286581 0.958036 0.006197 -vn 0.286709 0.958018 -0.000384 -vn 0.331887 0.943306 0.005016 -vn 0.290515 0.956810 -0.010729 -vn 0.145374 0.989359 0.005985 -vn 0.111930 0.993690 0.007151 -vn -0.000171 0.999999 0.001753 -vn -0.000619 0.999985 -0.005419 -vn 0.034903 0.999389 0.001869 -vn 0.036547 0.999332 -0.000022 -vn 0.084809 0.996397 0.000847 -vn -0.157470 0.987483 0.008999 -vn -0.091393 0.995735 -0.012659 -vn -0.087386 0.996069 -0.014507 -vn -0.116036 0.993071 0.018616 -vn -0.644312 0.764751 0.004307 -vn -0.634408 0.772953 0.008430 -vn -0.648424 0.761169 0.013008 -vn -0.669030 0.742912 -0.021908 -vn -0.584934 0.811080 0.000885 -vn -0.642323 0.766434 0.000000 -vn -0.733461 0.679728 0.002226 -vn -0.752357 0.658751 0.002673 -vn -0.751205 0.660069 -0.000123 -vn -0.788595 0.614893 0.004915 -vn -0.709857 0.704312 -0.006911 -vn -0.929137 0.369733 0.001082 -vn -0.902818 0.430023 0.000000 -vn -0.904271 0.426958 -0.000830 -vn -0.893428 0.449175 0.005398 -vn -0.897427 0.441151 -0.003196 -vn -0.891769 0.452453 -0.005811 -vn -0.882312 0.470502 -0.012362 -vn -0.879511 0.475875 0.002026 -vn -0.819889 0.572496 0.005550 -vn -0.824545 0.565748 0.007413 -vn -0.956163 -0.292833 0.001157 -vn -0.936713 -0.350087 0.002848 -vn -0.956377 -0.292087 -0.005321 -vn -0.970209 -0.242228 0.004495 -vn -0.977749 -0.209692 0.006052 -vn -0.969328 -0.245281 -0.015516 -vn -0.972998 -0.230608 -0.009794 -vn -0.851582 -0.524217 0.002293 -vn -0.854659 -0.519155 -0.006001 -vn -0.857445 -0.514536 -0.006340 -vn -0.928200 -0.371969 0.009161 -vn -0.916523 -0.399981 0.000814 -vn -0.762673 -0.646777 0.003041 -vn -0.805957 -0.591974 -0.000003 -vn -0.805822 -0.592158 -0.000212 -vn -0.804899 -0.593351 0.008527 -vn -0.822291 -0.568903 -0.013667 -vn -0.817386 -0.576009 0.009695 -vn -0.306303 -0.951609 -0.024890 -vn -0.309669 -0.950574 -0.022681 -vn -0.392062 -0.919931 0.003776 -vn -0.357022 -0.933800 0.023513 -vn -0.319611 -0.947529 0.006191 -vn -0.376065 -0.926593 0.000429 -vn -0.342588 -0.939486 0.000000 -vn -0.169000 -0.985615 0.001355 -vn -0.134297 -0.990932 0.004249 -vn -0.211892 -0.977293 0.000853 -vn -0.205630 -0.978627 0.002461 -vn -0.239334 -0.970902 -0.008292 -vn -0.080151 -0.996746 0.008558 -vn -0.081178 -0.996695 0.003185 -vn 0.147009 -0.989134 0.001203 -vn 0.079019 -0.996873 0.000000 -vn 0.090358 -0.995906 -0.002780 -vn 0.084682 -0.996398 0.004526 -vn 0.081022 -0.996704 -0.004208 -vn 0.062496 -0.998017 -0.007459 -vn 0.038728 -0.999147 -0.014365 -vn 0.039451 -0.999216 0.003357 -vn 0.769032 -0.639155 0.008376 -vn 0.730866 -0.682520 -0.000341 -vn 0.705558 -0.708653 0.000208 -vn 0.707833 -0.706252 -0.013449 -vn 0.679210 -0.733917 0.006289 -vn 0.630542 -0.776150 0.003002 -vn 0.684567 -0.728898 -0.008741 -vn 0.750672 -0.660673 0.001498 -vn 0.999989 0.000000 0.004675 -vn 0.992458 -0.122469 0.005331 -vn 0.997638 -0.068668 0.002010 -vn 0.970873 -0.239570 0.003536 -vn 0.983812 -0.179196 0.001584 -vn 0.915642 -0.401994 0.000000 -vn 0.929225 -0.369508 -0.002118 -vn 0.952992 -0.302995 0.001109 -vn 0.949512 -0.313672 0.006074 -vn 0.957627 -0.287965 0.005194 -vn 0.600130 -0.799902 0.001283 -vn 0.551591 -0.834099 0.005211 -vn 0.475202 -0.879871 0.003284 -vn 0.507957 -0.861379 0.002422 -vn 0.323837 -0.946098 0.005312 -vn 0.385084 -0.922878 0.002556 -vn 0.392137 -0.919899 0.003755 -vn 0.411331 -0.911477 0.004168 -vn 0.167153 -0.985911 0.006195 -vn 0.211186 -0.977442 0.002756 -vn 0.279580 -0.960121 0.001777 -vn 0.333142 -0.942877 0.000362 -vn -0.451148 -0.892423 0.006874 -vn -0.448113 -0.893977 0.000631 -vn -0.479910 -0.877286 0.007411 -vn -0.505443 -0.862859 0.001232 -vn -0.543141 -0.839637 0.002895 -vn -0.602316 -0.798244 0.004644 -vn -0.567086 -0.823653 0.002943 -vn -0.696544 -0.717495 0.005301 -vn -0.653778 -0.756685 0.001411 -vn -0.733698 -0.679472 0.002141 -vn -0.691935 -0.721959 0.000411 -vn -0.998071 -0.061937 0.004255 -vn -0.993902 -0.110177 0.004465 -vn -0.999999 0.000000 0.001119 -vn -0.997979 0.063373 0.004703 -vn -0.999099 0.042429 0.000859 -vn -0.983045 0.183310 0.004548 -vn -0.990287 0.138992 0.003513 -vn -0.931901 0.362704 0.002548 -vn -0.935906 0.352219 0.004781 -vn -0.956139 0.292912 0.001112 -vn -0.969154 0.246455 0.001233 -vn -0.507100 0.861879 0.003710 -vn -0.543766 0.839222 0.005063 -vn -0.289257 0.957243 0.003925 -vn -0.318848 0.947797 0.004080 -vn -0.345161 0.938535 0.004031 -vn -0.355497 0.934675 0.002116 -vn -0.443228 0.896400 0.004023 -vn -0.446136 0.894962 0.002465 -vn -0.210518 0.977583 0.003756 -vn -0.211382 0.977400 0.002805 -vn -0.163081 0.986610 -0.002185 -vn -0.109689 0.993966 0.000003 -vn 0.385104 0.922869 0.002617 -vn 0.392132 0.919901 0.003756 -vn 0.411329 0.911478 0.004033 -vn 0.477454 0.878657 0.000629 -vn 0.552285 0.833648 0.003670 -vn 0.506466 0.862241 0.005691 -vn 0.644625 0.764488 0.004115 -vn 0.600186 0.799859 0.001439 -vn 0.696224 0.717823 0.001308 -vn 0.684642 0.728866 0.004526 -vn 0.823797 0.566885 0.000000 -vn 0.784135 0.620587 -0.002080 -vn 0.780856 0.624710 0.000854 -vn 0.781245 0.624190 0.006480 -vn 0.733281 0.679925 0.000686 -vn 0.749090 0.662460 0.003172 -vn 0.706204 0.707981 0.006190 -vn 0.997638 0.068668 0.002010 -vn 0.999999 0.000000 0.001725 -vn -0.968464 0.249155 0.000420 -vn -0.968331 0.249670 0.000000 -vn -0.988074 0.153920 -0.004199 -vn -0.709626 -0.704578 0.000738 -vn -0.710414 -0.703784 0.000000 -vn -0.638237 -0.769827 -0.004594 -vn 0.241286 -0.970454 0.000400 -vn 0.240581 -0.970629 0.000000 -vn 0.333617 -0.942695 -0.005028 -vn 0.956856 -0.290562 0.000006 -vn 0.956868 -0.290522 0.000000 -vn 0.980187 -0.197998 -0.005508 -vn 0.739688 0.672950 0.000002 -vn 0.739622 0.673023 0.000000 -vn 0.674167 0.738555 -0.006044 -vn -0.182938 0.983123 0.001636 -vn -0.186974 0.982364 0.001144 -vn -0.231851 0.972748 0.002633 -vn -0.131337 0.991328 0.004492 -vn -0.072154 0.997365 0.007505 -vn -0.096715 0.995310 0.002196 -vn -0.199177 0.979964 0.000000 -vn -0.284541 0.958641 -0.006599 -vn 0.126129 0.991995 0.006194 -vn 0.057545 0.998236 -0.014641 -vn 0.042490 0.999090 -0.003822 -vn -0.042444 0.999087 0.004915 -vn 0.348257 0.937382 -0.005643 -vn 0.257878 0.966178 0.000000 -vn 0.257844 0.966187 0.000009 -vn 0.239905 0.970783 0.005142 -vn 0.309363 0.950944 0.000495 -vn 0.214191 0.976683 0.014586 -vn 0.190279 0.981354 0.027188 -vn 0.218385 0.975862 -0.001526 -vn 0.808061 0.589087 0.003682 -vn 0.774364 0.632738 0.001845 -vn 0.829579 0.558345 0.007029 -vn 0.707647 0.706565 0.001295 -vn 0.780859 0.624393 0.019811 -vn 0.759519 0.650451 0.006679 -vn 0.910173 0.414167 0.007132 -vn 0.883409 0.468409 -0.013472 -vn 0.873008 0.487691 -0.003754 -vn 0.865515 0.500672 -0.014561 -vn 0.982869 0.184202 -0.006188 -vn 0.961904 0.273389 0.000000 -vn 0.961882 0.273464 0.000004 -vn 0.972847 0.231446 0.001520 -vn 0.957798 0.287432 0.002472 -vn 0.951051 0.308933 0.007914 -vn 0.938257 0.345084 0.024316 -vn 0.944463 0.328607 0.002665 -vn 0.911475 -0.411305 0.006496 -vn 0.923057 -0.384636 0.004614 -vn 0.945798 -0.324728 -0.004345 -vn 0.923289 -0.384032 0.007545 -vn 0.971649 -0.236427 0.000002 -vn 0.933817 -0.356546 0.029329 -vn 0.665546 -0.746326 -0.006748 -vn 0.727499 -0.686108 0.000000 -vn 0.727571 -0.686032 0.000001 -vn 0.706883 -0.707324 0.003086 -vn 0.733341 -0.679861 0.000496 -vn 0.746426 -0.665462 0.002919 -vn 0.761775 -0.647839 0.002060 -vn 0.776648 -0.629897 0.006961 -vn 0.806193 -0.591651 0.001314 -vn 0.829667 -0.558218 0.006709 -vn 0.872197 -0.489154 -0.001096 -vn 0.188604 -0.981733 0.025071 -vn 0.195546 -0.980471 0.020960 -vn 0.300677 -0.953726 -0.001008 -vn 0.219724 -0.975527 -0.008332 -vn 0.130099 -0.991470 0.007823 -vn 0.112599 -0.993640 0.000472 -vn -0.209209 -0.977871 0.000004 -vn -0.204803 -0.978803 0.000078 -vn -0.219048 -0.975696 0.005951 -vn -0.178109 -0.984007 0.002724 -vn -0.151349 -0.988434 0.009544 -vn -0.126081 -0.992001 0.006176 -vn -0.042533 -0.999083 0.004860 -vn -0.025743 -0.999658 -0.004622 -vn 0.039192 -0.999225 0.003530 -vn -0.390036 -0.920790 -0.004276 -vn -0.298638 -0.954367 0.000000 -vn -0.298580 -0.954385 0.000036 -vn -0.363807 -0.931471 -0.002390 -vn -0.301194 -0.953469 -0.013364 -vn -0.722139 -0.691747 -0.001057 -vn -0.662032 -0.749473 -0.001931 -vn -0.715016 -0.698990 -0.012829 -vn -0.830022 -0.557698 0.006096 -vn -0.808062 -0.589087 0.003491 -vn -0.774671 -0.632328 0.006790 -vn -0.794269 -0.607563 0.001768 -vn -0.943219 -0.332171 0.000000 -vn -0.938883 -0.344237 0.000344 -vn -0.944252 -0.329128 0.007883 -vn -0.928372 -0.371633 0.003856 -vn -0.909310 -0.416112 0.002377 -vn -0.875539 -0.483143 0.002114 -vn -0.877182 -0.480156 -0.001247 -vn -0.990600 -0.136714 -0.004681 -vn -0.972632 -0.232349 0.000000 -vn -0.972625 -0.232380 0.000022 -vn -0.967645 -0.252120 0.009891 -vn -0.985885 -0.167418 -0.001685 -vn -0.969787 -0.243719 -0.010645 -vn -0.946202 0.323537 0.005111 -vn -0.969851 0.243393 -0.012166 -vn -0.983188 0.182581 -0.002382 -vn -0.859500 0.511102 -0.005887 -vn -0.893359 0.449337 0.002330 -vn -0.911524 0.411206 0.005794 -vn -0.923133 0.384402 0.007741 -vn -0.933287 0.359128 0.001836 -vn -0.776670 0.629869 0.007000 -vn -0.786380 0.617743 0.000470 -vn -0.827374 0.561579 -0.009000 -vn -0.830131 0.557566 0.001654 -vn -0.873002 0.487692 0.004918 -vn -0.625360 0.780320 -0.005140 -vn -0.697740 0.716351 0.000000 -vn -0.697748 0.716344 0.000005 -vn -0.710347 0.703819 0.006789 -vn -0.652646 0.757663 -0.000566 -vn -0.726346 0.687120 0.016967 -vn -0.742743 0.668853 0.031126 -vn -0.715302 0.698785 -0.006595 -vn -0.996397 -0.084806 0.000346 -vn -0.999975 0.000000 -0.007082 -vn -0.594635 -0.803995 0.000345 -vn -0.524294 -0.851508 -0.007082 -vn -0.524303 -0.851529 0.002008 -vn -0.450204 -0.892926 0.000346 -vn 0.372853 -0.927890 0.000348 -vn 0.450193 -0.892903 -0.007081 -vn 0.450202 -0.892924 0.002008 -vn 0.524308 -0.851529 0.000347 -vn 0.594622 -0.803974 -0.007083 -vn 0.594631 -0.803996 0.002010 -vn 0.660670 -0.750676 0.000344 -vn 0.985617 -0.168996 0.000346 -vn 0.996372 -0.084809 -0.007082 -vn 0.996396 -0.084803 0.002008 -vn 1.000000 0.000000 0.000346 -vn 0.996372 0.084809 -0.007082 -vn 0.996396 0.084804 0.002008 -vn 0.985617 0.168996 0.000346 -vn 0.660668 0.750678 0.000345 -vn 0.594623 0.803973 -0.007082 -vn 0.594635 0.803994 0.002010 -vn 0.524310 0.851527 0.000348 -vn 0.450192 0.892904 -0.007081 -vn 0.450198 0.892927 0.002010 -vn 0.372849 0.927892 0.000346 -vn -0.292820 0.956167 0.000344 -vn -0.372846 0.927866 -0.007082 -vn -0.372855 0.927887 0.002011 -vn -0.450203 0.892926 0.000347 -vn -0.524295 0.851507 -0.007083 -vn -0.524306 0.851527 0.002010 -vn -0.594633 0.803998 0.000345 -vn -0.996398 0.084804 0.000346 -vn -0.999998 0.000000 0.002009 -vn 0.981194 -0.192709 -0.011003 -vn 0.979571 -0.201079 -0.002847 -vn 0.986863 -0.161277 0.009585 -vn 0.980800 -0.194638 0.012122 -vn 0.987822 -0.155559 -0.003018 -vn 0.980600 -0.195900 0.006916 -vn 0.981646 -0.189415 0.022205 -vn 0.992173 -0.122888 0.022170 -vn 0.993142 -0.116718 0.006834 -vn 0.992671 -0.120809 0.003046 -vn 0.993659 -0.111075 0.017432 -vn 0.993449 -0.110283 0.029946 -vn 0.997401 -0.072031 0.001636 -vn -0.005010 0.004798 0.999976 -vn 0.005272 -0.004670 0.999975 -vn -0.005385 0.004350 0.999976 -vn -0.005746 0.003878 0.999976 -vn -0.006047 0.003378 0.999976 -vn 0.006238 -0.003272 0.999975 -vn -0.006310 0.002854 0.999976 -vn -0.006538 0.002309 0.999976 -vn 0.006676 -0.002228 0.999975 -vn -0.006841 0.001172 0.999976 -vn 0.006942 -0.001127 0.999975 -vn -0.006921 0.000588 0.999976 -vn -0.006955 -0.000001 0.999976 -vn -0.006940 -0.000592 0.999976 -vn 0.006910 0.001124 0.999976 -vn -0.006770 -0.001763 0.999976 -vn -0.006609 -0.002336 0.999976 -vn 0.006617 0.002209 0.999976 -vn -0.006407 -0.002896 0.999975 -vn 0.006137 0.003223 0.999976 -vn -0.005863 -0.003964 0.999975 -vn 0.005504 0.004138 0.999976 -vn -0.005004 -0.004800 0.999976 -vn 0.005013 -0.004798 0.999976 -vn -0.005274 0.004670 0.999975 -vn 0.005388 -0.004350 0.999976 -vn 0.005746 -0.003878 0.999976 -vn -0.005951 0.003764 0.999975 -vn 0.006047 -0.003378 0.999976 -vn 0.006315 -0.002854 0.999976 -vn -0.006479 0.002759 0.999975 -vn 0.006709 -0.001747 0.999976 -vn 0.006841 -0.001172 0.999976 -vn -0.006942 0.001127 0.999975 -vn 0.006921 -0.000588 0.999976 -vn 0.006955 0.000001 0.999976 -vn -0.007024 -0.000001 0.999975 -vn 0.006940 0.000592 0.999976 -vn -0.006910 -0.001124 0.999976 -vn 0.006770 0.001763 0.999976 -vn -0.006618 -0.002209 0.999976 -vn 0.006407 0.002896 0.999975 -vn 0.006155 0.003440 0.999975 -vn 0.005863 0.003964 0.999975 -vn -0.005843 -0.003695 0.999976 -vn 0.005535 0.004465 0.999975 -vn 0.005008 0.004800 0.999976 -vn 0.004880 0.005080 0.999975 -vn -0.004114 -0.005570 0.999976 -vn 0.004004 0.005797 0.999975 -vn -0.003121 -0.006187 0.999976 -vn 0.003017 0.006362 0.999975 -vn -0.002584 -0.006432 0.999976 -vn -0.002028 -0.006631 0.999976 -vn 0.001957 0.006761 0.999975 -vn -0.001462 -0.006783 0.999976 -vn -0.000879 -0.006888 0.999976 -vn -0.000294 -0.006945 0.999976 -vn 0.000282 0.007019 0.999975 -vn 0.000292 -0.006954 0.999976 -vn -0.000842 0.006956 0.999976 -vn 0.001470 -0.006828 0.999976 -vn -0.001943 0.006705 0.999976 -vn 0.003167 -0.006286 0.999975 -vn -0.002978 0.006274 0.999976 -vn 0.003701 -0.006015 0.999975 -vn 0.004219 -0.005701 0.999975 -vn 0.004708 -0.005345 0.999975 -vn -0.004350 0.005324 0.999976 -vn -0.004879 -0.005081 0.999975 -vn 0.004118 0.005569 0.999976 -vn -0.004001 -0.005797 0.999975 -vn 0.003633 0.005900 0.999976 -vn 0.003119 0.006188 0.999976 -vn -0.003019 -0.006362 0.999975 -vn 0.002586 0.006432 0.999976 -vn 0.002028 0.006631 0.999976 -vn 0.001463 0.006783 0.999976 -vn -0.001407 -0.006893 0.999975 -vn 0.000882 0.006888 0.999976 -vn 0.000295 0.006945 0.999976 -vn -0.000282 -0.007019 0.999975 -vn -0.000886 0.006915 0.999976 -vn -0.001473 0.006828 0.999976 -vn 0.001400 -0.006854 0.999976 -vn -0.002619 0.006513 0.999975 -vn 0.002470 -0.006511 0.999976 -vn -0.003166 0.006286 0.999975 -vn 0.002978 -0.006275 0.999976 -vn -0.003701 0.006015 0.999975 -vn -0.004211 0.005701 0.999975 -vn 0.003915 -0.005678 0.999976 -vn -0.004700 0.005345 0.999975 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000366 -0.000086 -1.000000 -vn 0.005482 -0.002657 -0.999981 -vn -0.000001 -0.003292 -0.999995 -vn -0.001394 -0.000682 -0.999999 -vn -0.003978 0.000542 -0.999992 -vn -0.002253 0.004595 -0.999987 -vn -0.000299 0.000168 -1.000000 -vn -0.005491 0.002657 -0.999981 -vn 0.000001 0.003293 -0.999995 -vn 0.003947 0.000713 -0.999992 -vn 0.000543 -0.003985 -0.999992 -vn 0.000340 0.000435 -1.000000 -vn -0.000035 -0.000287 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001445 -0.001280 -0.999998 -vn 0.001182 -0.001319 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001558 -0.000360 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001851 -0.000945 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.003533 0.001898 -0.999992 -vn 0.001743 -0.003624 -0.999992 -vn 0.000063 -0.000318 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000146 0.000263 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.001905 -0.000184 -0.999998 -vn 0.000137 -0.000250 -1.000000 -vn 0.002783 -0.002909 -0.999992 -vn 0.002778 0.002898 -0.999992 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001131 0.000273 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001234 0.001469 -0.999998 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.001740 0.003613 -0.999992 -vn 0.003541 -0.001908 -0.999992 -vn 0.000054 0.000271 -1.000000 -vn 0.001470 0.001471 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000040 0.000332 -1.000000 -vn -0.000003 0.000001 -1.000000 -vn 0.001802 0.000918 -0.999998 -vn 0.000545 0.003975 -0.999992 -vn 0.003950 -0.000721 -0.999992 -vn 0.000306 -0.000143 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000151 0.000327 -1.000000 -vn -0.000715 0.003948 -0.999992 -vn 0.003986 0.000537 -0.999992 -vn 0.000983 0.003006 -0.999995 -vn 0.005481 0.001047 -0.999985 -vn 0.000707 0.000136 -1.000000 -vn 0.001209 0.002374 -0.999997 -vn -0.000221 0.000242 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000299 0.001890 -0.999998 -vn 0.000145 0.003741 -0.999993 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.001876 0.001625 -0.999997 -vn 0.000195 0.000206 -1.000000 -vn 0.005511 0.002666 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn -0.000299 0.001881 -0.999998 -vn 0.000000 0.000001 -1.000000 -vn 0.000127 0.000323 -1.000000 -vn -0.005478 0.001047 -0.999985 -vn -0.000684 0.000137 -1.000000 -vn -0.001208 0.002374 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000006 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.003948 -0.000713 -0.999992 -vn -0.000540 0.003986 -0.999992 -vn -0.000266 -0.000120 -1.000000 -vn 0.000038 0.000327 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001350 0.001197 -0.999998 -vn 0.000026 0.000001 -1.000000 -vn -0.001788 0.000805 -0.999998 -vn -0.000412 -0.001041 -0.999999 -vn -0.003538 -0.001898 -0.999992 -vn -0.001742 0.003618 -0.999992 -vn 0.000000 0.000001 -1.000000 -vn -0.010925 0.001735 -0.999939 -vn -0.023542 -0.006626 -0.999701 -vn -0.010067 -0.002122 -0.999947 -vn 0.000000 0.000000 -1.000000 -vn -0.008179 -0.000698 -0.999966 -vn -0.002775 -0.002897 -0.999992 -vn -0.002781 0.002909 -0.999992 -vn -0.000355 0.000652 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001742 -0.003609 -0.999992 -vn -0.003542 0.001908 -0.999992 -vn -0.000235 -0.001091 -0.999999 -vn -0.001751 -0.000998 -0.999998 -vn -0.000546 -0.003975 -0.999992 -vn -0.003953 0.000721 -0.999992 -vn 0.000042 -0.000346 -1.000000 -vn 0.004616 -0.003023 -0.999985 -vn -0.004292 -0.000579 -0.999991 -vn -0.001338 0.000656 -0.999999 -vn -0.001082 -0.002473 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000697 -0.000136 -1.000000 -vn -0.000981 -0.003006 -0.999995 -vn -0.005479 -0.001047 -0.999985 -vn -0.000700 -0.001161 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000290 -0.000163 -1.000000 -vn -0.000183 -0.001866 -0.999998 -vn 0.005163 -0.004434 -0.999977 -vn 0.000222 -0.000242 -1.000000 -vn -0.001879 -0.001625 -0.999997 -vn -0.000191 -0.000200 -1.000000 -vn 0.000233 -0.002362 -0.999997 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.005462 -0.001047 -0.999985 -vn 0.000682 -0.000137 -1.000000 -vn 0.001209 -0.002374 -0.999997 -vn 0.003966 -0.000542 -0.999992 -vn -0.000716 -0.003956 -0.999992 -vn -0.000155 -0.000333 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000007 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000041 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000012 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000016 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000008 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000027 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000019 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000037 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000011 0.000000 -1.000000 -vn 0.000116 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000114 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000014 0.000000 -1.000000 -vn 0.000076 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000333 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000045 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000034 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000089 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn -0.000086 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.947805 0.318833 0.003458 -vn 0.954158 0.299198 0.007898 -vn 0.958728 0.284276 0.005302 -vn 0.976646 0.214642 0.009592 -vn 0.991462 0.130339 0.003952 -vn 0.999095 0.041634 0.008723 -vn 0.997456 0.071283 0.000754 -vn 0.992219 -0.124318 0.006785 -vn 0.998159 -0.060421 0.005198 -vn 0.957537 -0.288162 0.009218 -vn 0.975842 -0.218419 0.005141 -vn 0.892864 -0.450232 0.009221 -vn 0.928486 -0.371346 0.004030 -vn 0.802653 -0.596434 0.003841 -vn 0.858110 -0.513440 0.005141 -vn 0.695338 -0.718656 0.006205 -vn 0.746497 -0.665297 0.011036 -vn 0.761398 -0.648202 0.010310 -vn 0.628142 -0.778087 0.004198 -vn 0.560550 -0.828065 0.009589 -vn 0.499617 -0.866231 0.005204 -vn 0.486023 -0.873910 0.007894 -vn 0.467899 -0.883782 0.000712 -vn -0.697542 0.716540 0.002223 -vn -0.723598 0.690151 -0.009869 -vn -0.741057 0.671441 -0.000767 -vn -0.732949 0.680274 -0.003542 -vn -0.769453 0.638695 0.003294 -vn -0.798328 0.602214 -0.003395 -vn -0.881296 0.472517 -0.006706 -vn -0.856115 0.516679 0.010505 -vn -0.947637 0.319307 -0.005142 -vn -0.922658 0.385602 0.003614 -vn -0.987853 0.155193 -0.007913 -vn -0.974100 0.226093 0.003487 -vn -0.999769 -0.018952 -0.010136 -vn -0.998128 0.060910 0.005472 -vn -0.981133 -0.193100 -0.009520 -vn -0.994422 -0.105247 0.006891 -vn -0.932925 -0.360018 -0.006207 -vn -0.963568 -0.267414 0.005239 -vn -0.860347 -0.509683 -0.005159 -vn -0.894228 -0.447602 0.002914 -vn -0.905395 -0.424565 0.002129 -vn -0.812506 -0.582947 0.002732 -vn -0.811895 -0.583751 -0.007869 -vn -0.771672 -0.636011 0.003512 -vn 0.004744 -0.005891 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.002285 -0.002195 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.001860 0.002283 0.999996 -vn 0.002074 -0.001534 0.999997 -vn 0.002142 -0.001193 0.999997 -vn 0.002226 -0.000887 0.999997 -vn 0.002805 0.000021 0.999996 -vn -0.003384 -0.001377 0.999993 -vn 0.003100 0.000425 0.999995 -vn 0.003988 0.000881 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002335 -0.000597 0.999997 -vn -0.002905 0.000123 0.999996 -vn 0.750010 -0.661418 0.003459 -vn 0.736179 -0.676740 0.007899 -vn 0.725560 -0.688139 0.005306 -vn 0.674198 -0.738489 0.009593 -vn 0.608616 -0.793455 0.003956 -vn 0.535613 -0.844419 0.008729 -vn 0.560451 -0.828187 0.000758 -vn 0.388461 -0.921440 0.006791 -vn 0.446740 -0.894649 0.005197 -vn 0.229211 -0.973333 0.009222 -vn 0.298765 -0.954313 0.005135 -vn 0.056500 -0.998360 0.009220 -vn 0.142651 -0.989765 0.004029 -vn -0.115207 -0.993334 0.003839 -vn -0.015589 -0.999865 0.005138 -vn -0.274707 -0.961508 0.006205 -vn -0.202908 -0.979136 0.011038 -vn -0.180654 -0.983493 0.010309 -vn -0.359785 -0.933026 0.004196 -vn -0.436849 -0.899484 0.009594 -vn -0.422308 -0.906452 -0.000515 -vn -0.513804 -0.857871 0.007900 -vn -0.531419 -0.847108 0.001451 -vn 0.271775 0.962360 0.001296 -vn 0.232517 0.972533 -0.010787 -vn 0.218227 0.975888 0.004332 -vn 0.142278 0.989779 -0.009739 -vn 0.161519 0.986790 0.012578 -vn -0.031439 0.999483 -0.006710 -vn 0.019404 0.999757 0.010495 -vn -0.197288 0.980332 -0.005141 -vn -0.127406 0.991844 0.003615 -vn -0.359525 0.933102 -0.007909 -vn -0.291234 0.956646 0.003493 -vn -0.516305 0.856345 -0.010135 -vn -0.446333 0.894850 0.005471 -vn -0.657802 0.753131 -0.009519 -vn -0.588339 0.808585 0.006894 -vn -0.778249 0.627926 -0.006207 -vn -0.713375 0.700763 0.005238 -vn -0.840471 0.541845 -0.003557 -vn -0.820374 0.571824 0.002129 -vn -0.911559 0.411095 -0.007849 -vn -0.936667 0.350204 0.003506 -vn -0.910822 0.412792 0.002535 -vn -0.901588 0.432553 0.006043 -vn 0.000347 -0.002372 0.999997 -vn 0.000038 -0.002452 0.999997 -vn 0.000256 0.002835 0.999996 -vn 0.000000 0.000000 1.000000 -vn 0.015834 -0.017299 0.999725 -vn 0.002002 -0.002579 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.000331 -0.002906 0.999996 -vn 0.001213 0.002800 0.999995 -vn -0.001911 -0.005017 0.999986 -vn 0.000000 0.000000 1.000000 -vn -0.001051 -0.004255 0.999990 -vn 0.001415 -0.002418 0.999996 -vn -0.002250 0.002332 0.999995 -vn -0.197795 -0.980237 0.003450 -vn -0.215716 -0.976431 0.007011 -vn -0.239053 -0.970948 0.010650 -vn -0.225142 -0.974317 0.004066 -vn -0.382851 -0.923802 0.003946 -vn -0.463485 -0.886062 0.008726 -vn -0.603768 -0.797131 0.006786 -vn -0.551431 -0.834204 0.005196 -vn -0.524282 -0.851525 0.005766 -vn -0.677071 -0.735900 0.005141 -vn -0.728333 -0.685162 0.009218 -vn -0.743860 -0.668331 0.002489 -vn -0.836359 -0.548105 0.009219 -vn -0.823591 -0.567185 0.000082 -vn -0.917860 -0.396886 0.003843 -vn -0.889636 -0.456648 0.004582 -vn -0.970044 -0.242850 0.006207 -vn -0.949408 -0.313851 0.011033 -vn -0.994542 -0.103897 0.009573 -vn -0.987917 -0.154930 0.004189 -vn -0.999932 0.011653 0.000000 -vn -0.999442 0.032632 0.007142 -vn -0.999963 0.002072 0.008416 -vn 0.969319 0.245797 0.002226 -vn 0.958497 0.284898 -0.010789 -vn 0.954264 0.298934 0.004340 -vn 0.929784 0.367977 -0.009713 -vn 0.802618 0.596482 -0.003549 -vn 0.795805 0.605551 0.001497 -vn 0.810476 0.585768 0.001929 -vn 0.822454 0.568819 -0.003852 -vn 0.896627 0.442755 0.005324 -vn 0.628316 0.777918 -0.007911 -vn 0.682868 0.730534 0.003493 -vn 0.483452 0.875312 -0.010135 -vn 0.551810 0.833952 0.005472 -vn 0.323333 0.946237 -0.009519 -vn 0.406075 0.913814 0.006891 -vn 0.154679 0.987945 -0.006205 -vn 0.250195 0.968181 0.005242 -vn -0.011227 0.999924 -0.005157 -vn 0.059472 0.998226 0.002926 -vn 0.085022 0.996377 0.002136 -vn -0.098604 0.995123 0.002737 -vn -0.099598 0.994997 -0.007874 -vn -0.164898 0.986306 0.002899 -vn -0.007474 -0.001167 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.003042 -0.000880 0.999995 -vn 0.000006 0.000000 1.000000 -vn -0.001315 -0.003239 0.999994 -vn -0.000599 0.004073 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002908 0.000469 0.999996 -vn -0.002365 -0.001029 0.999997 -vn -0.002104 -0.001259 0.999997 -vn -0.001885 -0.001485 0.999997 -vn -0.001376 -0.002439 0.999996 -vn 0.000492 0.003621 0.999993 -vn 0.001560 0.002454 0.999996 -vn -0.947815 -0.318807 0.003076 -vn -0.954160 -0.299192 0.007897 -vn -0.958724 -0.284288 0.005288 -vn -0.976646 -0.214642 0.009591 -vn -0.999094 -0.041643 0.008724 -vn -0.991462 -0.130339 0.003952 -vn -0.996602 0.082224 0.004860 -vn -0.999584 0.028277 0.005771 -vn -0.953583 0.300987 0.009273 -vn -0.975954 0.217887 0.006326 -vn -0.982494 0.186123 0.008034 -vn -0.892854 0.450252 0.009218 -vn -0.928492 0.371330 0.004028 -vn -0.802647 0.596442 0.003840 -vn -0.858112 0.513438 0.005138 -vn -0.695340 0.718654 0.006206 -vn -0.746507 0.665286 0.011040 -vn -0.761398 0.648203 0.010309 -vn -0.628134 0.778094 0.004199 -vn -0.560554 0.828062 0.009592 -vn -0.499556 0.866266 0.005256 -vn -0.486026 0.873909 0.007897 -vn -0.467898 0.883781 0.001455 -vn 0.699668 -0.714448 -0.005369 -vn 0.728731 -0.684800 0.000000 -vn 0.723936 -0.689849 -0.004965 -vn 0.739887 -0.672724 -0.003223 -vn 0.769453 -0.638694 0.003297 -vn 0.798327 -0.602215 -0.003391 -vn 0.881295 -0.472519 -0.006707 -vn 0.856104 -0.516696 0.010512 -vn 0.947637 -0.319307 -0.005143 -vn 0.922672 -0.385569 0.003617 -vn 0.987853 -0.155193 -0.007909 -vn 0.974097 -0.226105 0.003491 -vn 0.999947 -0.003364 -0.009700 -vn 0.998128 -0.060910 0.005471 -vn 0.932925 0.360017 -0.006213 -vn 0.963575 0.267387 0.005241 -vn 0.975881 0.218270 -0.003866 -vn 0.993934 0.109926 0.003386 -vn 0.825492 0.564366 0.007375 -vn 0.894229 0.447601 0.002919 -vn 0.860347 0.509683 -0.005161 -vn 0.905395 0.424565 0.002127 -vn 0.811895 0.583751 -0.007871 -vn 0.771762 0.635908 0.002352 -vn -0.003689 -0.000506 0.999993 -vn -0.002805 -0.000021 0.999996 -vn 0.003384 0.001377 0.999993 -vn -0.003388 0.004163 0.999986 -vn -0.000008 0.000000 1.000000 -vn -0.003154 0.003038 0.999990 -vn 0.003145 0.000780 0.999995 -vn -0.002335 0.000597 0.999997 -vn -0.002224 0.000887 0.999997 -vn 0.002509 -0.001279 0.999996 -vn -0.002140 0.001193 0.999997 -vn -0.002351 0.001739 0.999996 -vn 0.001822 -0.002450 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.013921 -0.004867 0.999891 -vn -0.749998 0.661434 0.002912 -vn -0.736192 0.676727 0.007897 -vn -0.725565 0.688134 0.005283 -vn -0.674210 0.738477 0.009592 -vn -0.608608 0.793461 0.003951 -vn -0.535608 0.844422 0.008726 -vn -0.560450 0.828188 0.000765 -vn -0.388456 0.921442 0.006789 -vn -0.446741 0.894648 0.005197 -vn -0.229212 0.973333 0.009218 -vn -0.298767 0.954312 0.005140 -vn -0.125250 0.992080 0.009483 -vn -0.142652 0.989765 0.004026 -vn 0.274708 0.961508 0.006203 -vn 0.202907 0.979136 0.011040 -vn 0.180653 0.983493 0.010308 -vn 0.113557 0.993531 0.000124 -vn 0.019530 0.999745 0.011364 -vn 0.359787 0.933025 0.004193 -vn 0.436858 0.899479 0.009592 -vn 0.422307 0.906453 -0.000512 -vn 0.513818 0.857863 0.007899 -vn 0.531403 0.847119 0.000727 -vn -0.271773 -0.962359 0.002225 -vn -0.232509 -0.972534 -0.010787 -vn -0.218250 -0.975883 0.004341 -vn -0.187159 -0.982284 -0.009466 -vn -0.060121 -0.998191 -0.000228 -vn -0.026940 -0.999636 0.001484 -vn 0.038688 -0.999251 -0.001258 -vn 0.197289 -0.980332 -0.005141 -vn 0.127401 -0.991845 0.003619 -vn 0.359529 -0.933100 -0.007914 -vn 0.291233 -0.956646 0.003494 -vn 0.516305 -0.856345 -0.010135 -vn 0.446328 -0.894853 0.005472 -vn 0.657797 -0.753135 -0.009521 -vn 0.588345 -0.808581 0.006892 -vn 0.778246 -0.627929 -0.006211 -vn 0.713372 -0.700766 0.005242 -vn 0.840463 -0.541857 -0.003561 -vn 0.820380 -0.571815 0.002128 -vn 0.911566 -0.411078 -0.007851 -vn 0.936648 -0.350259 0.003173 -vn 0.910824 -0.412788 0.002540 -vn 0.901588 -0.432553 0.006044 -vn 0.000000 0.000000 1.000000 -vn -0.004341 -0.009170 0.999949 -vn -0.001048 -0.002752 0.999996 -vn 0.002726 0.007059 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000760 0.003075 0.999995 -vn -0.000651 0.002321 0.999997 -vn -0.000345 0.002372 0.999997 -vn -0.005639 0.006017 0.999966 -vn -0.002360 0.003039 0.999993 -vn 0.000000 0.000000 1.000000 -vn 0.004330 -0.001739 0.999989 -vn -0.001002 0.002371 0.999997 -vn 0.002250 -0.002332 0.999995 -vn 0.000291 0.002562 0.999997 -vn -0.000038 0.002452 0.999997 -vn 0.197796 0.980242 0.001426 -vn 0.215716 0.976431 0.007005 -vn 0.239001 0.970962 0.010602 -vn 0.225139 0.974318 0.004061 -vn 0.382848 0.923803 0.003947 -vn 0.463487 0.886061 0.008724 -vn 0.436999 0.899462 0.000751 -vn 0.603762 0.797136 0.006786 -vn 0.551425 0.834209 0.005197 -vn 0.728325 0.685170 0.009218 -vn 0.677074 0.735897 0.005134 -vn 0.836351 0.548117 0.009221 -vn 0.785837 0.618421 0.004032 -vn 0.917855 0.396897 0.003844 -vn 0.873702 0.486435 0.005140 -vn 0.970043 0.242855 0.006206 -vn 0.949409 0.313850 0.011033 -vn 0.942059 0.335289 0.010311 -vn 0.987918 0.154918 0.004194 -vn 0.997400 0.071420 0.009590 -vn 0.999986 -0.000488 0.005259 -vn 0.999840 -0.016038 0.007896 -vn 0.999327 -0.036659 0.001457 -vn -0.969322 -0.245792 0.001290 -vn -0.958497 -0.284897 -0.010786 -vn -0.954256 -0.298958 0.004331 -vn -0.929781 -0.367984 -0.009712 -vn -0.935340 -0.353527 0.012573 -vn -0.890936 -0.454079 -0.006703 -vn -0.875596 -0.482958 0.009124 -vn -0.750345 -0.661026 -0.005144 -vn -0.795259 -0.606259 0.003616 -vn -0.654152 -0.756333 -0.006742 -vn -0.682866 -0.730535 0.003490 -vn -0.323331 -0.946238 -0.009521 -vn -0.406082 -0.913811 0.006891 -vn -0.472839 -0.881145 -0.002651 -vn -0.487062 -0.873353 0.005044 -vn -0.544434 -0.838799 -0.002858 -vn -0.154681 -0.987945 -0.006212 -vn -0.250193 -0.968182 0.005236 -vn 0.011225 -0.999924 -0.005161 -vn -0.059472 -0.998226 0.002923 -vn -0.085019 -0.996377 0.002138 -vn 0.098606 -0.995123 0.002734 -vn 0.099597 -0.994997 -0.007873 -vn 0.164895 -0.986308 0.002360 -vn 0.005302 0.000854 0.999986 -vn 0.000000 0.000000 1.000000 -vn 0.004209 0.001217 0.999990 -vn 0.000030 -0.004320 0.999991 -vn 0.000625 -0.004392 0.999990 -vn 0.001460 0.003581 0.999993 -vn -0.000008 0.000000 1.000000 -vn 0.002665 0.011416 0.999931 -vn 0.001379 0.002439 0.999996 -vn -0.001560 -0.002455 0.999996 -vn 0.001684 0.001724 0.999997 -vn 0.002104 0.001259 0.999997 -vn -0.002880 -0.000862 0.999996 -vn 0.002682 0.001167 0.999996 -vn -0.478858 -0.614298 0.627162 -vn -0.467933 -0.628017 0.621799 -vn -0.461740 -0.626896 0.627533 -vn -0.431128 -0.653763 0.621871 -vn -0.777712 -0.000001 0.628621 -vn -0.781902 -0.041707 0.622005 -vn -0.776913 -0.049793 0.627636 -vn -0.782465 -0.060309 0.619767 -vn -0.768390 -0.125079 0.627640 -vn -0.771546 -0.135516 0.621573 -vn -0.761756 -0.156232 0.628744 -vn -0.764722 -0.176278 0.619779 -vn -0.752488 -0.200218 0.627435 -vn -0.755039 -0.208337 0.621701 -vn -0.746669 -0.221176 0.627349 -vn -0.749213 -0.234076 0.619587 -vn -0.731853 -0.278516 0.621949 -vn -0.721453 -0.293504 0.627185 -vn -0.723293 -0.300352 0.621801 -vn -0.702858 -0.333636 0.628234 -vn -0.691105 -0.367986 0.622061 -vn -0.673858 -0.389677 0.627748 -vn -0.676556 -0.396226 0.620707 -vn -0.651896 -0.432815 0.622659 -vn -0.639170 -0.446387 0.626259 -vn -0.640702 -0.449284 0.622611 -vn -0.591698 -0.508005 0.625959 -vn -0.594299 -0.508558 0.623038 -vn -0.562122 -0.539320 0.627019 -vn -0.569144 -0.538353 0.621491 -vn -0.540979 -0.564288 0.623635 -vn -0.526249 -0.578749 0.622986 -vn -0.398239 -0.672071 0.624280 -vn -0.405977 -0.667011 0.624723 -vn -0.365200 -0.688666 0.626393 -vn -0.381487 -0.683183 0.622679 -vn -0.328942 -0.705742 0.627475 -vn -0.340145 -0.705522 0.621723 -vn -0.317739 -0.716057 0.621534 -vn -0.304365 -0.715725 0.628569 -vn -0.276557 -0.734762 0.619388 -vn -0.249201 -0.742783 0.621428 -vn -0.236477 -0.741675 0.627692 -vn -0.219785 -0.753789 0.619271 -vn -0.178184 -0.762853 0.621535 -vn -0.163170 -0.761174 0.627686 -vn -0.154707 -0.768338 0.621065 -vn -0.124607 -0.767159 0.629238 -vn -0.080170 -0.779269 0.621541 -vn -0.061205 -0.775674 0.628159 -vn -0.044657 -0.783582 0.619681 -vn -0.005158 -0.783198 0.621751 -vn 0.011394 -0.778810 0.627156 -vn 0.015165 -0.784034 0.620533 -vn 0.086636 -0.774123 0.627079 -vn 0.091565 -0.777598 0.622059 -vn 0.125119 -0.768073 0.628021 -vn 0.132559 -0.772858 0.620580 -vn 0.166421 -0.764737 0.622480 -vn 0.186983 -0.756132 0.627138 -vn 0.190898 -0.760262 0.620935 -vn 0.257041 -0.736089 0.626181 -vn 0.258652 -0.738339 0.622860 -vn 0.329589 -0.706939 0.625786 -vn 0.328036 -0.709817 0.623340 -vn 0.361207 -0.690245 0.626970 -vn 0.357213 -0.697048 0.621710 -vn 0.395701 -0.675534 0.622153 -vn 0.415397 -0.663766 0.621980 -vn 0.416001 -0.657521 0.628179 -vn 0.476586 -0.621698 0.621577 -vn 0.479138 -0.613806 0.627430 -vn 0.506771 -0.597498 0.621433 -vn 0.540386 -0.564528 0.623932 -vn 0.532163 -0.571205 0.624922 -vn 0.558642 -0.543576 0.626454 -vn 0.547716 -0.556969 0.624334 -vn 0.589458 -0.508442 0.627714 -vn 0.752455 0.201308 0.627125 -vn 0.751844 0.219130 0.621863 -vn 0.746866 0.219666 0.627645 -vn 0.736931 0.264549 0.622050 -vn 0.601797 -0.501607 0.621475 -vn 0.603345 -0.490680 0.628655 -vn 0.646756 -0.442197 0.621424 -vn 0.649854 -0.428750 0.627586 -vn 0.662158 -0.421633 0.619493 -vn 0.688195 -0.363903 0.627664 -vn 0.697345 -0.357020 0.621487 -vn 0.702632 -0.332922 0.628865 -vn 0.717455 -0.318010 0.619780 -vn 0.720778 -0.294592 0.627450 -vn 0.727907 -0.289217 0.621695 -vn 0.728494 -0.273868 0.627927 -vn 0.739900 -0.262275 0.619483 -vn 0.751847 -0.219129 0.621859 -vn 0.752439 -0.201140 0.627198 -vn 0.758086 -0.197318 0.621588 -vn 0.768753 -0.126451 0.626920 -vn 0.773139 -0.123563 0.622084 -vn 0.772726 -0.093338 0.627840 -vn 0.779015 -0.088994 0.620658 -vn 0.777919 -0.048046 0.626525 -vn 0.781103 -0.047519 0.622591 -vn 0.779525 -0.000002 0.626371 -vn 0.782299 0.000009 0.622903 -vn 0.778363 0.047322 0.626029 -vn 0.780766 0.046903 0.623060 -vn 0.769816 0.126758 0.625553 -vn 0.772030 0.123193 0.623533 -vn 0.768812 0.147455 0.622242 -vn 0.723505 0.294388 0.624400 -vn 0.726369 0.286702 0.624652 -vn 0.715169 0.318032 0.622406 -vn 0.688514 0.364339 0.627061 -vn 0.696790 0.356936 0.622157 -vn 0.685560 0.379250 0.621431 -vn 0.673016 0.388817 0.629182 -vn 0.649849 0.428748 0.627592 -vn 0.646928 0.442215 0.621233 -vn 0.636666 0.447681 0.627884 -vn 0.628251 0.471191 0.619096 -vn 0.589431 0.508504 0.627690 -vn 0.588272 0.518408 0.620636 -vn 0.560364 0.538230 0.629524 -vn 0.537301 0.563410 0.627595 -vn 0.534013 0.573078 0.621620 -vn 0.514928 0.582785 0.628658 -vn 0.505916 0.599971 0.619745 -vn 0.479133 0.613810 0.627431 -vn 0.476561 0.621566 0.621729 -vn 0.461131 0.627699 0.627178 -vn 0.458729 0.636622 0.619903 -vn 0.398098 0.669496 0.627131 -vn 0.395671 0.675732 0.621957 -vn 0.361425 0.689091 0.628112 -vn 0.357795 0.697776 0.620558 -vn 0.328796 0.710273 0.622420 -vn 0.304768 0.716814 0.627132 -vn 0.303477 0.722859 0.620787 -vn 0.258955 0.738343 0.622729 -vn 0.239599 0.741912 0.626226 -vn 0.239266 0.744940 0.622749 -vn 0.164537 0.762372 0.625873 -vn 0.167006 0.764165 0.623025 -vn 0.125606 0.768824 0.627004 -vn 0.132387 0.772084 0.621578 -vn 0.070351 0.779978 0.621841 -vn 0.062592 0.775541 0.628187 -vn -0.005156 0.783199 0.621750 -vn -0.011139 0.778564 0.627466 -vn -0.047113 0.781865 0.621665 -vn -0.089175 0.776223 0.624120 -vn -0.079138 0.776750 0.624817 -vn -0.120945 0.770030 0.626439 -vn -0.104384 0.775085 0.623175 -vn -0.163437 0.761181 0.627608 -vn -0.721619 0.293391 0.627047 -vn -0.731851 0.278514 0.621952 -vn -0.727796 0.275436 0.628051 -vn -0.178184 0.762850 0.621539 -vn -0.187037 0.754850 0.628664 -vn -0.219784 0.753791 0.619269 -vn -0.249198 0.742783 0.621428 -vn -0.259489 0.734017 0.627602 -vn -0.276557 0.734763 0.619387 -vn -0.317745 0.716058 0.621530 -vn -0.329193 0.705447 0.627675 -vn -0.340753 0.705571 0.621334 -vn -0.361452 0.688248 0.629021 -vn -0.406139 0.669955 0.621459 -vn -0.417395 0.656649 0.628167 -vn -0.434502 0.653693 0.619591 -vn -0.478914 0.614228 0.627189 -vn -0.484737 0.615659 0.621284 -vn -0.536396 0.564933 0.627001 -vn -0.541961 0.565045 0.622095 -vn -0.561561 0.538848 0.627927 -vn -0.569806 0.538663 0.620615 -vn -0.594167 0.509323 0.622540 -vn -0.603811 0.492284 0.626952 -vn -0.608623 0.493499 0.621318 -vn -0.649262 0.431795 0.626109 -vn -0.651440 0.433062 0.622964 -vn -0.689872 0.364143 0.625681 -vn -0.689923 0.367880 0.623435 -vn -0.703314 0.335142 0.626921 -vn -0.703808 0.343344 0.621907 -vn -0.754238 0.202829 0.624488 -vn -0.752426 0.209968 0.624314 -vn -0.763161 0.174389 0.622233 -vn -0.769061 0.125075 0.626818 -vn -0.775603 0.112124 0.621183 -vn -0.771446 0.093634 0.629368 -vn -0.776909 0.049792 0.627641 -vn -0.781971 0.041737 0.621916 -vn -0.787035 0.000000 0.616908 -vn -0.000004 0.000000 1.000000 -vn 0.002168 -0.007260 0.999971 -vn -0.000005 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn -0.001691 -0.007386 0.999971 -vn 0.000002 0.000000 1.000000 -vn -0.000720 -0.007527 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.005086 -0.005612 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.004641 -0.005807 0.999972 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.007328 0.001928 0.999971 -vn -0.000002 0.000000 1.000000 -vn 0.007012 0.002846 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.006898 -0.002784 0.999972 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.007187 -0.002393 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.005098 0.005602 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.006709 0.003224 0.999972 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000006 0.000000 1.000000 -vn -0.001698 0.007383 0.999971 -vn 0.000007 0.000000 1.000000 -vn -0.002628 0.007103 0.999971 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.003901 0.006456 0.999972 -vn -0.000007 0.000000 1.000000 -vn -0.000011 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.589968 -0.673732 0.444998 -vn -0.627194 -0.630127 0.457786 -vn -0.646787 -0.620489 0.443463 -vn -0.654441 -0.601686 0.457908 -vn -0.697778 -0.561688 0.444536 -vn -0.740861 -0.503291 0.444773 -vn -0.738910 -0.494743 0.457430 -vn -0.782598 -0.434218 0.446088 -vn -0.776870 -0.431622 0.458450 -vn -0.815342 -0.367182 0.447655 -vn -0.843907 -0.300120 0.444689 -vn -0.185993 -0.875846 0.445310 -vn -0.239794 -0.856130 0.457756 -vn -0.261771 -0.857198 0.443494 -vn -0.276840 -0.844792 0.457915 -vn -0.335380 -0.830540 0.444662 -vn -0.401403 -0.800565 0.444941 -vn -0.402723 -0.792882 0.457333 -vn -0.471369 -0.760727 0.446213 -vn -0.465440 -0.757176 0.458313 -vn -0.532945 -0.717829 0.447986 -vn 0.265212 -0.855024 0.445642 -vn 0.208453 -0.864315 0.457720 -vn 0.189786 -0.875928 0.443545 -vn 0.171542 -0.872298 0.457898 -vn 0.112064 -0.888597 0.444789 -vn 0.039836 -0.894582 0.445125 -vn 0.036350 -0.888609 0.457224 -vn -0.040412 -0.893963 0.446314 -vn -0.034356 -0.888196 0.458179 -vn -0.115562 -0.886370 0.448324 -vn 0.648803 -0.616567 0.445983 -vn 0.603560 -0.652869 0.457686 -vn 0.593050 -0.671933 0.443618 -vn 0.576225 -0.676994 0.457869 -vn 0.531012 -0.721164 0.444914 -vn 0.470846 -0.761574 0.445319 -vn 0.466187 -0.757450 0.457099 -vn 0.400806 -0.800035 0.446428 -vn 0.405627 -0.791013 0.458002 -vn 0.330955 -0.830144 0.448697 -vn 0.867104 -0.221191 0.446324 -vn 0.845259 -0.275826 0.457665 -vn 0.845496 -0.297090 0.443704 -vn 0.833745 -0.308652 0.457825 -vn 0.815166 -0.370722 0.445050 -vn 0.782269 -0.435384 0.445530 -vn 0.777051 -0.432863 0.456969 -vn 0.740140 -0.502798 0.446527 -vn 0.741469 -0.490531 0.457824 -vn 0.693403 -0.563498 0.449067 -vn 0.816693 0.369574 0.443202 -vn 0.833762 0.308687 0.457771 -vn 0.845493 0.297098 0.443705 -vn 0.845221 0.275820 0.457738 -vn 0.867232 0.225725 0.443798 -vn 0.882925 0.153213 0.443812 -vn 0.878239 0.138430 0.457749 -vn 0.892399 0.073756 0.445179 -vn 0.895159 0.001159 0.445746 -vn 0.889552 0.002312 0.456828 -vn 0.891342 -0.077764 0.446612 -vn 0.886841 -0.063911 0.457633 -vn 0.879905 -0.154138 0.449453 -vn 0.532565 0.720954 0.443396 -vn 0.576216 0.677041 0.457811 -vn 0.593051 0.671934 0.443616 -vn 0.603533 0.652839 0.457765 -vn 0.647085 0.619874 0.443889 -vn 0.695919 0.564469 0.443928 -vn 0.698610 0.550000 0.457650 -vn 0.743123 0.499465 0.445312 -vn 0.780966 0.437260 0.445977 -vn 0.774917 0.436973 0.456682 -vn 0.113146 0.889047 0.443614 -vn 0.171525 0.872331 0.457841 -vn 0.189779 0.875930 0.443544 -vn 0.208435 0.864280 0.457793 -vn 0.262753 0.856646 0.443981 -vn 0.332106 0.832183 0.444047 -vn 0.340710 0.821320 0.457548 -vn 0.405236 0.798350 0.445444 -vn 0.468734 0.762349 0.446221 -vn 0.462413 0.760105 0.456524 -vn -0.334960 0.831137 0.443862 -vn -0.276872 0.844814 0.457856 -vn -0.261779 0.857194 0.443497 -vn -0.239799 0.856095 0.457819 -vn -0.188202 0.875996 0.444084 -vn -0.115989 0.888397 0.444183 -vn -0.104204 0.883127 0.457414 -vn -0.035477 0.894538 0.445583 -vn 0.037748 0.893996 0.446483 -vn 0.031793 0.889232 0.456351 -vn -0.697831 0.561955 0.444117 -vn -0.654480 0.601690 0.457849 -vn -0.646793 0.620483 0.443463 -vn -0.627185 0.630088 0.457851 -vn -0.591347 0.673054 0.444193 -vn -0.534524 0.718933 0.444319 -vn -0.522596 0.719579 0.457275 -vn -0.467149 0.763614 0.445719 -vn -0.402666 0.798918 0.446754 -vn -0.407021 0.791351 0.456177 -vn -0.883194 0.149941 0.444394 -vn -0.865044 0.205144 0.457838 -vn -0.867345 0.225984 0.443446 -vn -0.855005 0.243550 0.457876 -vn -0.844379 0.299359 0.444306 -vn -0.817201 0.366930 0.444461 -vn -0.807623 0.371970 0.457584 -vn -0.780166 0.438823 0.445842 -vn -0.740840 0.501311 0.447039 -vn -0.741998 0.491424 0.456006 -vn -0.823839 -0.333536 0.458304 -vn -0.867345 -0.225992 0.443442 -vn -0.865008 -0.205156 0.457900 -vn -0.883126 -0.150264 0.444420 -vn -0.892307 -0.078156 0.444612 -vn -0.886419 -0.070342 0.457508 -vn -0.895043 0.002618 0.445973 -vn -0.891067 0.076714 0.447341 -vn -0.887620 0.066021 0.455820 -vn -0.807204 0.017750 0.590006 -vn -0.808482 -0.033429 0.587570 -vn -0.249273 -0.953929 0.166981 -vn -0.871919 -0.378896 0.310153 -vn -0.815983 -0.487842 0.310133 -vn -0.664706 -0.679698 0.310124 -vn -0.469505 -0.826651 0.310181 -vn -0.194326 -0.955442 0.222191 -vn -0.879904 -0.135045 0.455556 -vn -0.855239 -0.247004 0.455582 -vn -0.698988 -0.551235 0.455583 -vn -0.535390 -0.711194 0.455589 -vn -0.336440 -0.824162 0.455593 -vn -0.216560 -0.779027 0.588403 -vn -0.677461 -0.195758 0.709031 -vn -0.536695 -0.233395 0.810855 -vn -0.646690 -0.281191 0.709031 -vn -0.502250 -0.300445 0.810850 -vn -0.605166 -0.361970 0.709050 -vn -0.409094 -0.418527 0.810850 -vn -0.288899 -0.508964 0.810859 -vn -0.221103 -0.541883 0.810849 -vn -0.161236 -0.564392 0.809608 -vn -0.191481 -0.679988 0.707779 -vn -0.453165 -0.029266 0.890946 -vn -0.445693 -0.068504 0.892561 -vn -0.280181 -0.121862 0.952181 -vn -0.386970 -0.231493 0.892561 -vn -0.315177 -0.322475 0.892566 -vn -0.222558 -0.392155 0.892571 -vn -0.088119 -0.295608 0.951236 -vn -0.038356 0.306631 0.951055 -vn -0.069541 0.354068 0.932631 -vn -0.064749 0.582771 0.810053 -vn -0.147394 0.909673 0.388292 -vn -0.086381 0.886860 0.453892 -vn 0.890967 0.219103 0.397707 -vn 0.902873 0.298195 0.309678 -vn 0.771879 0.241721 0.588026 -vn 0.734922 0.171866 0.656012 -vn 0.079180 0.006427 0.996840 -vn 0.299795 0.089661 0.949781 -vn 0.283993 0.131418 0.949777 -vn 0.415122 0.192075 0.889259 -vn 0.643725 0.297758 0.704953 -vn 0.809529 0.374279 0.452302 -vn 0.383562 0.249228 0.889250 -vn 0.594789 0.386353 0.704952 -vn 0.748046 0.485722 0.452218 -vn 0.062720 0.453085 0.889258 -vn 0.086582 0.300703 0.949780 -vn 0.126588 0.439541 0.889258 -vn 0.097367 0.702546 0.704946 -vn 0.196361 0.681529 0.704955 -vn 0.122585 0.883416 0.452272 -vn 0.247077 0.856982 0.452256 -vn -0.000299 0.987036 0.160497 -vn -0.086381 0.886860 0.453892 -vn -0.003639 0.709261 0.704937 -vn -0.002411 0.457384 0.889266 -vn 0.398874 0.902263 0.163770 -vn 0.291396 0.646636 0.704947 -vn 0.187872 0.417043 0.889258 -vn 0.065958 0.146500 0.987009 -vn 0.478568 0.752614 0.452266 -vn 0.380461 0.598564 0.704961 -vn 0.245331 0.386069 0.889249 -vn 0.580828 0.676810 0.452290 -vn 0.461853 0.538325 0.704910 -vn 0.297796 0.347204 0.889251 -vn 0.744960 0.647980 0.158608 -vn 0.609953 0.533708 0.585759 -vn 0.444392 0.388993 0.806970 -vn -0.449616 -0.837999 0.309196 -vn -0.483422 -0.777360 0.402511 -vn 0.701480 -0.692855 0.166965 -vn -0.107818 -0.944551 0.310160 -vn 0.014460 -0.950581 0.310139 -vn 0.256285 -0.915488 0.310160 -vn 0.481157 -0.819925 0.310179 -vn 0.730284 -0.645963 0.222298 -vn -0.322982 -0.829541 0.455570 -vn -0.213715 -0.864172 0.455558 -vn 0.127888 -0.880990 0.455523 -vn 0.348216 -0.819281 0.455548 -vn 0.545539 -0.703451 0.455570 -vn 0.566340 -0.577073 0.588426 -vn -0.392235 -0.650832 0.650054 -vn -0.324039 -0.628832 0.706802 -vn 0.565620 -0.511125 0.647167 -vn -0.169196 -0.684566 0.709043 -vn -0.066217 -0.581464 0.810873 -vn -0.079819 -0.700633 0.709043 -vn 0.009056 -0.585187 0.810848 -vn 0.010882 -0.705112 0.709012 -vn 0.157905 -0.563525 0.810867 -vn 0.296335 -0.504659 0.810867 -vn 0.358731 -0.462411 0.810856 -vn -0.201438 -0.405829 0.891474 -vn -0.163509 -0.420236 0.892562 -vn 0.313776 -0.326888 0.891453 -vn -0.034554 -0.303564 0.952184 -vn 0.006995 -0.450847 0.892574 -vn 0.121681 -0.434176 0.892572 -vn -0.790637 0.294853 0.536614 -vn -0.752690 0.280312 0.595720 -vn -0.737641 0.332048 0.587903 -vn -0.144434 0.059168 0.987744 -vn -0.087479 0.025813 0.995832 -vn 0.254410 0.874785 0.412342 -vn 0.157275 0.688276 0.708195 -vn 0.192551 0.613605 0.765776 -vn 0.099116 0.291131 0.951535 -vn 0.053927 0.144846 0.987984 -vn 0.014461 0.160009 0.987010 -vn 0.041212 0.455533 0.889265 -vn 0.063999 0.706367 0.704947 -vn 0.080630 0.888215 0.452297 -vn -0.024061 0.456772 0.889258 -vn -0.037198 0.708275 0.704955 -vn -0.046625 0.890663 0.452266 -vn -0.126811 0.098640 0.987010 -vn -0.361020 0.280854 0.889261 -vn -0.317377 0.329399 0.889251 -vn -0.559737 0.435590 0.704951 -vn -0.492008 0.510838 0.704963 -vn -0.703771 0.547869 0.452268 -vn -0.618625 0.642469 0.452257 -vn -0.854936 0.493272 0.160522 -vn -0.703953 0.401702 0.585735 -vn -0.513011 0.292644 0.806956 -vn -0.581948 0.796559 0.163800 -vn -0.473398 0.657871 0.585747 -vn -0.345052 0.479353 0.806945 -vn -0.182857 0.253957 0.949773 -vn -0.439975 0.843627 0.307759 -vn -0.374939 0.718561 0.585740 -vn -0.273269 0.523559 0.806976 -vn -0.315385 0.897668 0.307772 -vn -0.268802 0.764628 0.585738 -vn -0.195970 0.557154 0.806955 -vn -0.103887 0.295201 0.949770 -vn -0.188679 0.969144 0.158618 -vn -0.157232 0.795112 0.585727 -vn -0.114662 0.579348 0.806975 -vn 0.388173 -0.707857 0.590135 -vn 0.433182 -0.683455 0.587574 -vn 0.950777 0.261070 0.166929 -vn 0.764098 -0.565665 0.310124 -vn 0.830454 -0.462767 0.310148 -vn 0.920978 -0.235808 0.310151 -vn 0.950662 0.006724 0.310156 -vn 0.924564 0.309392 0.222391 -vn 0.556905 -0.694484 0.455575 -vn 0.641538 -0.617143 0.455592 -vn 0.826886 -0.329731 0.455561 -vn 0.883604 -0.108075 0.455592 -vn 0.881974 0.120715 0.455577 -vn 0.782933 0.201964 0.588410 -vn 0.508237 -0.488841 0.709035 -vn 0.470470 -0.348085 0.810861 -vn 0.566858 -0.419437 0.709045 -vn 0.511324 -0.284747 0.810843 -vn 0.616061 -0.343121 0.709040 -vn 0.543649 -0.216673 0.810863 -vn 0.567006 -0.145013 0.810849 -vn 0.585224 0.004299 0.810860 -vn 0.579815 0.079466 0.810863 -vn 0.569421 0.142556 0.809591 -vn 0.684648 0.174182 0.707756 -vn 0.321458 -0.493165 0.808365 -vn 0.251932 -0.377849 0.890932 -vn 0.282158 -0.351710 0.892573 -vn 0.366216 -0.456498 0.810861 -vn 0.325026 -0.312528 0.892572 -vn 0.421818 -0.405660 0.810870 -vn 0.421818 -0.405660 0.810870 -vn 0.325026 -0.312528 0.892572 -vn 0.362490 -0.268172 0.892572 -vn 0.418888 -0.166929 0.892562 -vn 0.436867 -0.111710 0.892563 -vn 0.266917 -0.148629 0.952190 -vn -0.363875 -0.271350 0.891047 -vn -0.378169 -0.323376 0.867419 -vn -0.337304 -0.285986 0.896905 -vn -0.724704 -0.519097 0.453148 -vn -0.597502 0.625109 0.502225 -vn -0.660268 0.596924 0.455772 -vn -0.564214 0.594393 0.573026 -vn -0.595289 0.547602 0.588016 -vn -0.198462 0.230511 0.952616 -vn -0.102093 0.122268 0.987232 -vn -0.439541 0.480839 0.758681 -vn -0.131315 0.092532 0.987013 -vn -0.373915 0.263462 0.889255 -vn -0.579720 0.408615 0.704953 -vn -0.728900 0.513954 0.452278 -vn -0.407606 0.207555 0.889257 -vn -0.631993 0.321919 0.704949 -vn -0.794656 0.404957 0.452251 -vn -0.148788 -0.060508 0.987016 -vn -0.155957 -0.038704 0.987005 -vn -0.423754 -0.172220 0.889254 -vn -0.657112 -0.266952 0.704941 -vn -0.688420 -0.170702 0.704939 -vn -0.826355 -0.335562 0.452257 -vn -0.865709 -0.214504 0.452257 -vn -0.854648 -0.493772 0.160521 -vn -0.699849 -0.408788 0.585751 -vn -0.980817 -0.105707 0.163783 -vn -0.705699 -0.070971 0.704948 -vn -0.455123 -0.045827 0.889249 -vn -0.891068 0.038149 0.452263 -vn -0.708630 0.030218 0.704933 -vn -0.456980 0.019422 0.889265 -vn -0.935106 0.175678 0.307756 -vn -0.796577 0.149513 0.585756 -vn -0.580467 0.108854 0.806975 -vn -0.307569 0.057641 0.949778 -vn -0.933641 0.321181 0.158609 -vn -0.767187 0.261381 0.585751 -vn -0.559104 0.190387 0.806942 -vn 0.988559 -0.034031 0.146943 -vn 0.195085 0.960357 0.199138 -vn 0.950534 0.029641 0.309202 -vn 0.871908 0.378902 0.310178 -vn 0.815992 0.487829 0.310130 -vn 0.664704 0.679681 0.310166 -vn 0.469510 0.826660 0.310151 -vn 0.249514 0.917707 0.309123 -vn 0.879894 0.135051 0.455574 -vn 0.855257 0.247005 0.455548 -vn 0.698990 0.551240 0.455575 -vn 0.535396 0.711193 0.455582 -vn 0.336433 0.824157 0.455607 -vn 0.849290 -0.021988 0.527469 -vn 0.808346 0.033052 0.587779 -vn 0.174168 0.834095 0.523404 -vn 0.192867 0.680158 0.707239 -vn 0.677448 0.195757 0.709044 -vn 0.536688 0.233399 0.810858 -vn 0.646672 0.281195 0.709045 -vn 0.502267 0.300431 0.810845 -vn 0.605201 0.361952 0.709029 -vn 0.409106 0.418513 0.810851 -vn 0.288893 0.508968 0.810859 -vn 0.221103 0.541884 0.810848 -vn 0.445703 0.068504 0.892556 -vn 0.126423 0.434626 0.891694 -vn 0.162533 0.562796 0.810459 -vn 0.310132 0.021401 0.950453 -vn 0.280174 0.121858 0.952183 -vn 0.386964 0.231490 0.892564 -vn 0.315174 0.322473 0.892567 -vn 0.222558 0.392167 0.892565 -vn 0.086844 0.295211 0.951477 -vn 0.037349 -0.307071 0.950953 -vn 0.065980 -0.343615 0.936790 -vn -0.884789 -0.217046 0.412359 -vn -0.674706 -0.207926 0.708194 -vn -0.638649 -0.142819 0.756128 -vn -0.301697 -0.059743 0.951530 -vn -0.152418 -0.025734 0.987981 -vn -0.299792 -0.089657 0.949782 -vn -0.283970 -0.131423 0.949784 -vn -0.536023 -0.247978 0.806961 -vn -0.735626 -0.340195 0.585766 -vn -0.134731 -0.087551 0.987007 -vn -0.383579 -0.249211 0.889248 -vn -0.594778 -0.386364 0.704955 -vn -0.748041 -0.485715 0.452234 -vn -0.062725 -0.453092 0.889254 -vn -0.126596 -0.439539 0.889257 -vn -0.081031 -0.585025 0.806957 -vn -0.163488 -0.567531 0.806957 -vn -0.111323 -0.802818 0.585739 -vn -0.224463 -0.778788 0.585752 -vn 0.000299 -0.987040 0.160474 -vn 0.004094 -0.810496 0.585730 -vn 0.082307 -0.806113 0.586010 -vn 0.003073 -0.590581 0.806972 -vn -0.398866 -0.902267 0.163770 -vn -0.333043 -0.738914 0.585738 -vn -0.242591 -0.538466 0.806972 -vn -0.510614 -0.802844 0.307759 -vn -0.434837 -0.683963 0.585757 -vn -0.316777 -0.498464 0.806961 -vn -0.167807 -0.264114 0.949781 -vn -0.619698 -0.721986 0.307751 -vn -0.527789 -0.615098 0.585742 -vn -0.384507 -0.448284 0.806967 -vn -0.744960 -0.647976 0.158625 -vn -0.609962 -0.533703 0.585754 -vn -0.444393 -0.388993 0.806969 -vn 0.502561 0.810076 0.302009 -vn 0.450244 0.837393 0.309925 -vn -0.736344 0.651816 0.181476 -vn 0.107817 0.944551 0.310159 -vn -0.014465 0.950587 0.310122 -vn -0.256278 0.915490 0.310162 -vn -0.481162 0.819930 0.310157 -vn -0.670249 0.674490 0.309564 -vn 0.322986 0.829549 0.455553 -vn 0.213713 0.864149 0.455603 -vn -0.127883 0.880966 0.455571 -vn -0.348204 0.819259 0.455598 -vn -0.545534 0.703452 0.455574 -vn -0.637515 0.570748 0.517515 -vn 0.387989 0.635122 0.667895 -vn 0.324262 0.628033 0.707410 -vn 0.169193 0.684576 0.709034 -vn 0.066214 0.581486 0.810857 -vn 0.079820 0.700634 0.709042 -vn -0.009056 0.585185 0.810849 -vn -0.010880 0.705113 0.709011 -vn -0.084182 0.579153 0.810861 -vn -0.157908 0.563539 0.810857 -vn -0.229024 0.538573 0.810856 -vn -0.296348 0.504664 0.810859 -vn -0.357052 0.608116 0.709019 -vn -0.358744 0.462423 0.810844 -vn -0.407765 0.422237 0.809595 -vn 0.163504 0.420226 0.892568 -vn 0.108156 0.437746 0.892570 -vn 0.140396 0.568156 0.810856 -vn 0.140396 0.568156 0.810856 -vn 0.108156 0.437746 0.892570 -vn 0.051009 0.448022 0.892566 -vn -0.064881 0.446233 0.892562 -vn -0.276390 0.356257 0.892575 -vn -0.004747 0.305478 0.952187 -vn 0.417015 -0.179540 0.890990 -vn 0.538061 -0.236151 0.809150 -vn 0.542583 -0.196840 0.816613 -vn 0.737592 -0.333082 0.587379 -vn -0.242598 -0.829991 0.502256 -vn -0.186818 -0.870284 0.455746 -vn -0.232663 -0.785865 0.572961 -vn -0.176600 -0.789318 0.588039 -vn -0.054877 -0.149535 0.987232 -vn -0.144324 -0.431472 0.890507 -vn -0.014462 -0.160016 0.987009 -vn -0.041214 -0.455561 0.889250 -vn -0.063998 -0.706362 0.704952 -vn -0.080625 -0.888222 0.452285 -vn 0.024063 -0.456768 0.889260 -vn 0.037203 -0.708254 0.704977 -vn 0.046625 -0.890665 0.452263 -vn 0.126818 -0.098647 0.987009 -vn 0.111505 -0.115694 0.987006 -vn 0.317372 -0.329394 0.889255 -vn 0.559741 -0.435597 0.704944 -vn 0.492040 -0.510819 0.704955 -vn 0.703779 -0.547867 0.452257 -vn 0.618619 -0.642459 0.452280 -vn 0.854944 -0.493247 0.160556 -vn 0.513006 -0.292636 0.806963 -vn 0.581946 -0.796559 0.163806 -vn 0.473401 -0.657883 0.585732 -vn 0.345049 -0.479353 0.806946 -vn 0.439969 -0.843630 0.307760 -vn 0.374936 -0.718590 0.585706 -vn 0.273258 -0.523544 0.806990 -vn 0.144824 -0.277386 0.949781 -vn 0.315386 -0.897668 0.307773 -vn 0.268799 -0.764610 0.585764 -vn 0.195971 -0.557149 0.806958 -vn 0.188679 -0.969141 0.158638 -vn 0.157230 -0.795121 0.585715 -vn 0.114664 -0.579364 0.806963 -vn -0.432809 0.683538 0.587751 -vn -0.376225 0.682423 0.626701 -vn -0.367575 0.665076 0.650049 -vn -0.919058 -0.243361 0.310014 -vn -0.906655 -0.300324 0.296280 -vn -0.764699 -0.250345 0.593770 -vn -0.764100 0.565649 0.310148 -vn -0.830440 0.462757 0.310202 -vn -0.920975 0.235802 0.310166 -vn -0.950663 -0.006723 0.310152 -vn -0.556908 0.694464 0.455602 -vn -0.641521 0.617169 0.455580 -vn -0.826885 0.329729 0.455565 -vn -0.883607 0.108077 0.455585 -vn -0.881974 -0.120712 0.455577 -vn -0.508256 0.488822 0.709034 -vn -0.470490 0.348085 0.810849 -vn -0.566859 0.419443 0.709041 -vn -0.511324 0.284745 0.810844 -vn -0.616071 0.343129 0.709027 -vn -0.543641 0.216677 0.810867 -vn -0.567020 0.145012 0.810839 -vn -0.585236 -0.004300 0.810852 -vn -0.579849 -0.079463 0.810839 -vn -0.569483 -0.142346 0.809584 -vn -0.282159 0.351712 0.892572 -vn -0.325004 0.312530 0.892579 -vn -0.421801 0.405654 0.810881 -vn -0.421801 0.405654 0.810881 -vn -0.325004 0.312530 0.892579 -vn -0.362505 0.268170 0.892566 -vn -0.418875 0.166923 0.892570 -vn -0.436855 0.111705 0.892569 -vn -0.173592 0.257906 0.950447 -vn -0.266912 0.148628 0.952191 -vn 0.123373 0.095873 0.987718 -vn 0.206015 0.180463 0.961765 -vn 0.364770 0.271156 0.890740 -vn 0.572898 0.416172 0.706108 -vn 0.775021 0.551124 0.309200 -vn 0.650507 -0.676351 0.345529 -vn 0.293719 -0.385024 0.874920 -vn 0.301773 -0.337471 0.891654 -vn 0.268687 -0.369797 0.889414 -vn 0.429567 -0.404878 0.807184 -vn 0.373921 -0.263467 0.889252 -vn 0.579721 -0.408611 0.704955 -vn 0.728928 -0.513931 0.452260 -vn 0.278883 -0.141977 0.949772 -vn 0.407594 -0.207551 0.889264 -vn 0.632011 -0.321927 0.704929 -vn 0.794635 -0.404961 0.452286 -vn 0.148786 0.060506 0.987017 -vn 0.423756 0.172216 0.889254 -vn 0.443937 0.110149 0.889262 -vn 0.657110 0.266959 0.704939 -vn 0.688420 0.170696 0.704940 -vn 0.826359 0.335554 0.452255 -vn 0.865717 0.214503 0.452242 -vn 0.854642 0.493774 0.160546 -vn 0.699854 0.408777 0.585752 -vn 0.980821 0.105706 0.163755 -vn 0.806423 0.081024 0.585762 -vn 0.587645 0.059133 0.806956 -vn 0.891074 -0.038150 0.452252 -vn 0.708625 -0.030214 0.704938 -vn 0.456976 -0.019421 0.889267 -vn 0.876576 -0.164608 0.452238 -vn 0.697083 -0.130779 0.704963 -vn 0.449542 -0.084276 0.889275 -vn 0.933639 -0.321174 0.158638 -vn 0.767170 -0.261378 0.585775 -vn 0.559103 -0.190394 0.806941 -vn 0.661677 0.107847 0.741992 -vn 0.593205 0.312333 0.741995 -vn 0.504811 0.441823 0.741592 -vn 0.463445 0.484530 0.741923 -vn -0.138576 0.658584 0.739637 -vn -0.593255 0.312294 0.741971 -vn -0.619084 0.258765 0.741469 -vn -0.661693 0.107791 0.741987 -vn -0.669411 0.048926 0.741280 -vn -0.285782 -0.610423 0.738724 -vn 0.506064 -0.442199 0.740513 -vn 0.120596 -0.090612 0.988558 -vn 0.112907 -0.100017 0.988559 -vn 0.347737 -0.261235 0.900464 -vn 0.085697 -0.124136 0.988558 -vn 0.148100 -0.256471 0.955138 -vn 0.247088 -0.357899 0.900475 -vn 0.282012 -0.488349 0.825824 -vn 0.082427 -0.284490 0.955129 -vn 0.059276 -0.290198 0.955129 -vn 0.112844 -0.552516 0.825829 -vn -0.006059 -0.150728 0.988557 -vn -0.018167 -0.149755 0.988556 -vn -0.017471 -0.434574 0.900467 -vn -0.067927 -0.559818 0.825826 -vn -0.053482 -0.141057 0.988556 -vn -0.064651 -0.136292 0.988557 -vn -0.154202 -0.406683 0.900461 -vn -0.120619 0.090609 0.988555 -vn -0.112951 0.100020 0.988554 -vn -0.221744 0.196386 0.955124 -vn -0.347718 0.261236 0.900471 -vn -0.422156 0.373911 0.825818 -vn -0.085722 0.124138 0.988555 -vn -0.075430 0.130634 0.988557 -vn -0.247094 0.357908 0.900470 -vn -0.282008 0.488339 0.825831 -vn -0.041976 0.144895 0.988556 -vn -0.059276 0.290202 0.955128 -vn -0.121043 0.417722 0.900476 -vn 0.018167 0.149755 0.988556 -vn 0.011895 0.295949 0.955130 -vn 0.067924 0.559813 0.825830 -vn 0.053489 0.141060 0.988555 -vn 0.064652 0.136293 0.988557 -vn 0.154184 0.406653 0.900478 -vn 0.241697 0.509501 0.825828 -vn 0.150346 -0.012123 0.988559 -vn 0.296164 0.000030 0.955137 -vn 0.433512 -0.034951 0.900470 -vn 0.563935 0.000050 0.825819 -vn 0.148881 -0.024181 0.988559 -vn 0.429268 -0.069728 0.900481 -vn 0.649981 -0.165578 0.741693 -vn 0.422265 -0.104035 0.900483 -vn 0.143100 -0.047753 0.988556 -vn 0.412580 -0.137685 0.900456 -vn 0.518787 -0.220983 0.825849 -vn 0.272489 -0.116074 0.955132 -vn 0.133575 -0.070088 0.988557 -vn 0.385120 -0.202062 0.900474 -vn 0.563701 -0.362879 0.741997 -vn 0.367620 -0.232410 0.900467 -vn 0.104497 -0.108786 0.988558 -vn 0.301283 -0.313637 0.900478 -vn 0.419554 -0.522589 0.742209 -vn 0.275109 -0.336852 0.900470 -vn 0.126992 -0.267593 0.955127 -vn 0.241787 -0.509444 0.825837 -vn 0.232343 -0.628427 0.742358 -vn 0.154249 -0.406620 0.900482 -vn 0.018197 -0.149754 0.988556 -vn 0.052466 -0.431740 0.900471 -vn 0.021421 -0.669771 0.742259 -vn 0.017554 -0.434561 0.900471 -vn -0.112750 -0.552560 0.825812 -vn -0.086953 -0.426140 0.900469 -vn -0.191687 -0.642523 0.741903 -vn -0.120956 -0.417729 0.900484 -vn -0.281919 -0.488402 0.825824 -vn -0.385397 -0.549778 0.741089 -vn -0.247021 -0.357945 0.900476 -vn -0.085690 -0.124155 0.988556 -vn -0.095357 -0.116860 0.988560 -vn -0.275016 -0.336913 0.900475 -vn -0.205171 -0.213627 0.955128 -vn -0.390605 -0.406746 0.825824 -vn -0.422099 -0.373981 0.825815 -vn -0.221677 -0.196442 0.955128 -vn -0.540497 -0.401275 0.739487 -vn -0.236783 -0.177952 0.955127 -vn -0.250290 -0.158325 0.955138 -vn -0.476607 -0.301451 0.825817 -vn -0.262261 -0.137669 0.955126 -vn -0.499313 -0.262126 0.825819 -vn -0.518784 -0.221086 0.825823 -vn -0.272481 -0.116128 0.955127 -vn -0.642132 -0.212015 0.736693 -vn -0.412520 -0.137763 0.900471 -vn -0.146458 -0.036118 0.988557 -vn -0.422251 -0.104123 0.900479 -vn -0.148889 -0.024215 0.988557 -vn -0.429267 -0.069807 0.900476 -vn -0.669334 -0.049008 0.741343 -vn -0.433514 -0.035037 0.900466 -vn -0.150850 -0.000016 0.988557 -vn -0.434910 -0.000044 0.900474 -vn -0.295217 0.023801 0.955134 -vn -0.148889 0.024183 0.988558 -vn -0.649976 0.165578 0.741698 -vn -0.422275 0.104039 0.900477 -vn -0.287625 0.070853 0.955119 -vn -0.143083 0.047755 0.988558 -vn -0.412572 0.137684 0.900460 -vn -0.400112 0.170435 0.900479 -vn -0.133602 0.070090 0.988554 -vn -0.563672 0.362858 0.742030 -vn -0.367621 0.232411 0.900467 -vn -0.104496 0.108785 0.988558 -vn -0.301297 0.313628 0.900476 -vn -0.419536 0.522569 0.742234 -vn -0.275101 0.336840 0.900477 -vn -0.095398 0.116843 0.988558 -vn -0.064688 0.136279 0.988556 -vn -0.186509 0.392908 0.900465 -vn -0.232348 0.628456 0.742333 -vn -0.154235 0.406617 0.900486 -vn -0.018197 0.149753 0.988556 -vn -0.052463 0.431731 0.900476 -vn -0.021419 0.669773 0.742257 -vn -0.011958 0.295946 0.955130 -vn 0.112745 0.552535 0.825829 -vn 0.059211 0.290215 0.955128 -vn 0.191691 0.642513 0.741911 -vn 0.120961 0.417749 0.900475 -vn 0.281928 0.488394 0.825825 -vn 0.148084 0.256523 0.955127 -vn 0.385384 0.549783 0.741092 -vn 0.247021 0.357945 0.900476 -vn 0.095373 0.116866 0.988558 -vn 0.275012 0.336907 0.900479 -vn 0.104517 0.108804 0.988553 -vn 0.540514 0.401278 0.739473 -vn 0.347687 0.261308 0.900462 -vn 0.236775 0.177962 0.955127 -vn 0.127499 0.080639 0.988555 -vn 0.367584 0.232479 0.900464 -vn 0.133578 0.070120 0.988555 -vn 0.518776 0.221084 0.825829 -vn 0.272509 0.116130 0.955119 -vn 0.642126 0.212015 0.736698 -vn 0.412524 0.137760 0.900470 -vn 0.146463 0.036118 0.988557 -vn 0.422237 0.104124 0.900486 -vn 0.292369 0.047544 0.955123 -vn 0.669334 0.049005 0.741344 -vn 0.433533 0.035040 0.900456 -vn -0.972428 0.159170 0.170436 -vn -0.900700 0.401185 0.166705 -vn -0.715894 0.677711 0.167940 -vn -0.648140 0.743389 0.165186 -vn -0.522656 0.835502 0.169608 -vn -0.441027 0.882522 0.163248 -vn -0.295736 0.939914 0.170591 -vn 0.372508 0.912981 0.166446 -vn 0.820517 0.545604 0.170494 -vn 0.706394 0.687089 0.170047 -vn 0.856517 0.487103 0.170615 -vn 0.982786 0.077786 0.167576 -vn 0.952399 0.254348 0.168055 -vn 0.987631 0.000021 0.156797 -vn 0.982793 -0.077743 0.167550 -vn 0.971178 -0.171392 0.165647 -vn 0.931511 -0.321908 0.169300 -vn 0.897398 -0.409736 0.163686 -vn 0.820550 -0.545568 0.170453 -vn 0.656498 -0.734882 0.170175 -vn 0.283852 -0.944082 0.167741 -vn 0.131428 -0.976943 0.168254 -vn 0.037491 -0.985606 0.164846 -vn -0.118093 -0.978373 0.169824 -vn -0.211087 -0.963802 0.162872 -vn -0.296159 -0.939593 0.171627 -vn -0.522615 -0.835529 0.169604 -vn -0.360361 -0.917073 0.170636 -vn -0.715872 -0.677734 0.167941 -vn -0.580684 -0.796380 0.169070 -vn -0.863334 -0.476542 0.166017 -vn -0.927095 -0.334605 0.168921 -vn -0.955605 -0.244744 0.164070 -vn -0.981187 -0.090917 0.170311 -vn -0.937152 -0.160732 0.309697 -vn -0.866413 -0.391693 0.309685 -vn -0.787769 -0.532481 0.309653 -vn -0.739752 -0.597362 0.309720 -vn -0.686443 -0.657929 0.309717 -vn -0.628154 -0.713789 0.309721 -vn -0.498496 -0.809676 0.309720 -vn -0.428021 -0.849041 0.309721 -vn -0.040312 -0.949973 0.309719 -vn 0.200352 -0.929488 0.309697 -vn 0.278473 -0.909139 0.309708 -vn 0.354556 -0.882257 0.309698 -vn 0.428103 -0.848997 0.309730 -vn 0.498559 -0.809641 0.309709 -vn 0.565422 -0.764450 0.309700 -vn 0.686482 -0.657887 0.309721 -vn 0.739816 -0.597295 0.309695 -vn 0.830113 -0.463685 0.309692 -vn 0.920174 -0.239541 0.309678 -vn 0.947409 0.080672 0.309691 -vn 0.937144 0.160728 0.309722 -vn 0.896505 0.316802 0.309702 -vn 0.866407 0.391693 0.309702 -vn 0.739732 0.597379 0.309732 -vn 0.628150 0.713783 0.309744 -vn 0.565361 0.764480 0.309739 -vn 0.428016 0.849028 0.309763 -vn 0.278386 0.909170 0.309696 -vn 0.200284 0.929501 0.309700 -vn 0.120734 0.943124 0.309743 -vn 0.040311 0.949979 0.309700 -vn -0.040394 0.949970 0.309719 -vn -0.120811 0.943129 0.309698 -vn -0.200351 0.929481 0.309718 -vn -0.354554 0.882250 0.309719 -vn -0.565409 0.764433 0.309765 -vn -0.739817 0.597294 0.309696 -vn -0.787802 0.532413 0.309685 -vn -0.830110 0.463698 0.309681 -vn -0.896520 0.316732 0.309729 -vn -0.920164 0.239542 0.309707 -vn -0.947401 0.080594 0.309736 -vn -0.950834 -0.000041 0.309702 -vn -0.887302 -0.075575 0.454954 -vn -0.861744 -0.224448 0.454995 -vn -0.839628 -0.296719 0.454953 -vn -0.777391 -0.434346 0.454979 -vn -0.529496 -0.716011 0.454931 -vn -0.400858 -0.795197 0.454944 -vn 0.037849 -0.889711 0.454952 -vn 0.113165 -0.883290 0.454964 -vn 0.588392 -0.668438 0.454956 -vn 0.737808 -0.498615 0.454997 -vn 0.811482 -0.366749 0.454965 -vn 0.839659 -0.296619 0.454962 -vn 0.877718 -0.150447 0.454948 -vn 0.861757 0.224450 0.454970 -vn 0.777398 0.434343 0.454971 -vn 0.466857 0.758332 0.454946 -vn -0.113166 0.883311 0.454924 -vn -0.187671 0.870531 0.454924 -vn -0.260821 0.851469 0.454943 -vn -0.400976 0.795150 0.454922 -vn -0.466944 0.758269 0.454964 -vn -0.588391 0.668440 0.454955 -vn -0.642962 0.616164 0.454908 -vn -0.811498 0.366754 0.454931 -vn -0.861795 0.224329 0.454957 -vn -0.796564 -0.136648 0.588908 -vn -0.736404 -0.332949 0.588943 -vn -0.628791 -0.507767 0.588893 -vn -0.583440 -0.559267 0.588913 -vn -0.533924 -0.606738 0.588892 -vn -0.423675 -0.688232 0.588929 -vn -0.301295 -0.749934 0.588915 -vn -0.236600 -0.772795 0.588904 -vn -0.170203 -0.790079 0.588903 -vn -0.102595 -0.801649 0.588926 -vn -0.034237 -0.807474 0.588908 -vn 0.170337 -0.790033 0.588925 -vn 0.236711 -0.772757 0.588910 -vn 0.301406 -0.749882 0.588924 -vn 0.705592 -0.394102 0.588917 -vn 0.762050 -0.269177 0.588917 -vn 0.782152 -0.203578 0.588892 -vn 0.805277 -0.068477 0.588931 -vn 0.808208 0.000065 0.588897 -vn 0.669578 0.452626 0.588892 -vn 0.628766 0.507769 0.588917 -vn 0.583425 0.559246 0.588948 -vn 0.533933 0.606735 0.588888 -vn 0.480556 0.649853 0.588861 -vn 0.423661 0.688213 0.588961 -vn 0.363783 0.721694 0.588914 -vn 0.301305 0.749960 0.588876 -vn 0.236595 0.772780 0.588926 -vn 0.170199 0.790062 0.588927 -vn 0.102600 0.801682 0.588879 -vn 0.034237 0.807463 0.588924 -vn -0.034364 0.807468 0.588909 -vn -0.170347 0.790077 0.588863 -vn -0.236706 0.772747 0.588925 -vn -0.301411 0.749890 0.588911 -vn -0.423792 0.688162 0.588926 -vn -0.480649 0.649754 0.588894 -vn -0.628839 0.507669 0.588927 -vn -0.669621 0.452502 0.588939 -vn -0.705618 0.394106 0.588884 -vn -0.762060 0.269189 0.588899 -vn -0.796567 0.136520 0.588935 -vn -0.805301 0.068474 0.588899 -vn -0.808208 -0.000062 0.588897 -vn -0.703362 -0.059934 0.708301 -vn -0.683144 -0.177951 0.708271 -vn -0.616266 -0.344336 0.708272 -vn -0.584841 -0.395361 0.708273 -vn -0.509604 -0.488499 0.708289 -vn -0.466333 -0.529971 0.708283 -vn -0.419731 -0.567613 0.708267 -vn -0.317747 -0.630376 0.708281 -vn 0.030028 -0.705291 0.708282 -vn 0.089733 -0.700198 0.708287 -vn 0.317885 -0.630328 0.708262 -vn 0.370180 -0.601084 0.708283 -vn 0.423794 -0.688166 0.588919 -vn 0.419832 -0.567515 0.708286 -vn 0.466443 -0.529883 0.708276 -vn 0.509715 -0.488417 0.708265 -vn 0.549290 -0.443423 0.708278 -vn 0.584912 -0.395250 0.708276 -vn 0.665634 -0.235113 0.708275 -vn 0.683180 -0.177816 0.708270 -vn 0.695763 -0.119237 0.708305 -vn 0.703374 0.059933 0.708289 -vn 0.695748 0.119369 0.708298 -vn 0.683136 0.177944 0.708280 -vn 0.665582 0.235246 0.708280 -vn 0.643271 0.290832 0.708251 -vn 0.616245 0.344340 0.708288 -vn -0.089726 0.700167 0.708318 -vn -0.263282 0.654995 0.708283 -vn -0.317878 0.630313 0.708280 -vn -0.419837 0.567533 0.708268 -vn -0.466431 0.529882 0.708285 -vn -0.509707 0.488411 0.708275 -vn -0.616345 0.344224 0.708257 -vn -0.643267 0.290703 0.708308 -vn -0.683195 0.177819 0.708254 -vn -0.577801 -0.099139 0.810134 -vn -0.552715 -0.195357 0.810149 -vn -0.534190 -0.241524 0.810128 -vn -0.456081 -0.368331 0.810137 -vn -0.218525 -0.543984 0.810141 -vn -0.171604 -0.560542 0.810151 -vn -0.123449 -0.573089 0.810142 -vn -0.074403 -0.581505 0.810134 -vn -0.024816 -0.585714 0.810138 -vn 0.123577 -0.573054 0.810147 -vn 0.171717 -0.560509 0.810150 -vn 0.218651 -0.543933 0.810141 -vn 0.511797 -0.285834 0.810163 -vn 0.534223 -0.241414 0.810139 -vn 0.586198 0.000066 0.810168 -vn 0.485664 0.328333 0.810141 -vn 0.456077 0.368327 0.810141 -vn 0.423205 0.405689 0.810132 -vn 0.387235 0.440098 0.810162 -vn 0.263855 0.523472 0.810159 -vn 0.218524 0.543984 0.810142 -vn 0.171605 0.560544 0.810150 -vn 0.123436 0.573077 0.810152 -vn 0.074395 0.581493 0.810143 -vn 0.024819 0.585719 0.810134 -vn -0.024943 0.585691 0.810151 -vn -0.123574 0.573079 0.810130 -vn -0.171724 0.560497 0.810157 -vn -0.307406 0.499154 0.810152 -vn -0.387362 0.440022 0.810142 -vn -0.423271 0.405593 0.810146 -vn -0.456152 0.368234 0.810141 -vn -0.485743 0.328236 0.810133 -vn -0.534212 0.241421 0.810144 -vn -0.552754 0.195232 0.810152 -vn -0.577793 0.099017 0.810155 -vn -0.584155 0.049657 0.810122 -vn -0.586187 -0.000064 0.810176 -vn -0.450475 -0.038396 0.891963 -vn -0.437497 -0.113968 0.891968 -vn -0.394626 -0.220535 0.891984 -vn -0.374563 -0.253214 0.891956 -vn -0.326355 -0.312863 0.891969 -vn -0.298633 -0.339422 0.891970 -vn -0.268796 -0.363514 0.891968 -vn -0.237006 -0.385018 0.891958 -vn -0.203467 -0.403707 0.891976 -vn 0.019242 -0.451690 0.891967 -vn 0.057483 -0.448450 0.891958 -vn 0.203573 -0.403664 0.891972 -vn 0.237094 -0.384956 0.891961 -vn 0.268875 -0.363451 0.891969 -vn 0.298735 -0.339347 0.891965 -vn 0.326405 -0.312793 0.891975 -vn 0.351782 -0.283984 0.891965 -vn 0.374598 -0.253119 0.891968 -vn 0.426293 -0.150559 0.891968 -vn 0.437546 -0.113870 0.891957 -vn 0.445579 -0.076353 0.891981 -vn 0.450507 -0.038287 0.891952 -vn 0.450468 0.038396 0.891967 -vn 0.445600 0.076459 0.891961 -vn 0.437493 0.113970 0.891970 -vn 0.426291 0.150660 0.891952 -vn 0.411961 0.186275 0.891958 -vn 0.394648 0.220532 0.891975 -vn 0.268804 0.363526 0.891960 -vn 0.237002 0.385012 0.891962 -vn 0.019137 0.451723 0.891953 -vn -0.019239 0.451690 0.891967 -vn -0.057481 0.448433 0.891966 -vn -0.168626 0.419488 0.891961 -vn -0.203567 0.403651 0.891979 -vn -0.237091 0.384965 0.891958 -vn -0.268896 0.363461 0.891959 -vn -0.326402 0.312793 0.891977 -vn -0.351801 0.283978 0.891960 -vn -0.394730 0.220433 0.891963 -vn -0.426280 0.150553 0.891975 -vn -0.437545 0.113868 0.891958 -vn -0.302438 -0.051899 0.951755 -vn 0.064684 -0.299965 0.951755 -vn 0.089895 -0.293401 0.951753 -vn 0.114441 -0.284722 0.951754 -vn 0.254230 0.171873 0.951749 -vn 0.221504 0.212369 0.951754 -vn 0.202681 0.230382 0.951759 -vn -0.238769 0.192754 0.951754 -vn -0.254244 0.171802 0.951759 -vn -0.296980 0.077288 0.951751 -vn -0.302460 0.051821 0.951752 -vn 0.125008 -0.935366 0.330854 -vn 0.111725 -0.874280 0.472390 -vn 0.060600 -0.865889 0.496553 -vn 0.827207 0.248686 0.503868 -vn 0.807156 0.331084 0.488757 -vn 0.435991 0.766831 0.471043 -vn 0.371259 0.799384 0.472390 -vn 0.182918 0.858787 0.478566 -vn -0.009796 0.865110 0.501486 -vn -0.090426 0.873405 0.478525 -vn -0.198062 0.850959 0.486456 -vn -0.811883 0.295842 0.503312 -vn -0.866888 -0.160986 0.471794 -vn -0.658689 -0.577883 0.481850 -vn -0.614485 -0.631575 0.472780 -vn -0.511798 -0.692916 0.507868 -vn -0.448875 -0.751414 0.483619 -vn -0.351559 -0.803628 0.480197 -vn -0.076253 0.988338 0.131811 -vn -0.756246 -0.641440 0.129024 -vn 0.729616 -0.624772 0.278067 -vn 0.702051 -0.607245 0.371992 -vn 0.963365 -0.236638 0.126212 -vn 0.920507 0.195173 0.338488 -vn 0.990771 0.067937 0.117290 -vn 0.979681 0.105152 0.170786 -vn 0.946627 0.058223 0.317030 -vn 0.858222 0.001780 0.513275 -vn 0.862021 0.032089 0.505856 -vn 0.946627 -0.058223 0.317030 -vn 0.891952 -0.051129 0.449229 -vn 0.936118 -0.093395 0.339059 -vn 0.920623 -0.195128 0.338200 -vn 0.838139 -0.227079 0.495942 -vn 0.844585 -0.216673 0.489621 -vn 0.824311 -0.251622 0.507146 -vn 0.812965 -0.287756 0.506245 -vn 0.806947 -0.331352 0.488920 -vn 0.818135 -0.465502 0.337585 -vn 0.719759 -0.450908 0.527853 -vn 0.754508 -0.519665 0.400832 -vn 0.684751 -0.648628 0.332261 -vn 0.645172 -0.747514 0.158037 -vn 0.547340 -0.643829 0.534699 -vn 0.637168 -0.695422 0.332274 -vn 0.521689 -0.737062 0.429628 -vn 0.457119 -0.823488 0.336020 -vn 0.388895 -0.908680 0.151862 -vn 0.417956 -0.889816 0.183142 -vn 0.272599 -0.818311 0.506020 -vn 0.300917 -0.851104 0.430198 -vn 0.188113 -0.921446 0.339929 -vn 0.199924 -0.810230 0.550961 -vn 0.043451 -0.912342 0.407117 -vn 0.044459 -0.926714 0.373128 -vn 0.068667 -0.963385 0.259180 -vn -0.007644 -0.859650 0.510827 -vn 0.008400 -0.907235 0.420541 -vn -0.102426 -0.935516 0.338110 -vn -0.204003 -0.918428 0.338929 -vn -0.237339 -0.939166 0.248269 -vn -0.235953 -0.878913 0.414534 -vn -0.273838 -0.817873 0.506060 -vn -0.292919 -0.884470 0.363197 -vn -0.322206 -0.817949 0.476596 -vn -0.477809 -0.746485 0.463096 -vn -0.624404 -0.703601 0.339213 -vn -0.568435 -0.697969 0.435570 -vn -0.571681 -0.705473 0.418914 -vn -0.721385 -0.603255 0.340129 -vn -0.714390 -0.494850 0.494743 -vn -0.740159 -0.525243 0.419862 -vn -0.693349 -0.508301 0.510782 -vn -0.808574 -0.481444 0.338261 -vn -0.914233 -0.381084 0.137672 -vn -0.856784 -0.389943 0.337439 -vn -0.825471 -0.328431 0.459055 -vn -0.780923 -0.315848 0.538886 -vn -0.801856 -0.296012 0.519041 -vn -0.842372 -0.221037 0.491480 -vn -0.844195 -0.263608 0.466740 -vn -0.841523 -0.263374 0.471671 -vn -0.985569 -0.085412 0.146145 -vn -0.963715 0.217545 0.154684 -vn -0.926395 0.175047 0.333393 -vn -0.923316 0.213323 0.319345 -vn -0.856722 0.386649 0.341364 -vn -0.864584 0.353103 0.357509 -vn -0.863766 0.468900 0.184502 -vn -0.854663 0.501851 0.133031 -vn -0.737559 0.465551 0.489151 -vn -0.710397 0.492707 0.502570 -vn -0.724881 0.554936 0.408158 -vn -0.658945 0.579180 0.479940 -vn -0.721380 0.603231 0.340181 -vn -0.539164 0.707745 0.456508 -vn -0.529706 0.679255 0.507960 -vn -0.624508 0.703673 0.338871 -vn -0.473125 0.813206 0.338894 -vn -0.477779 0.746550 0.463023 -vn -0.373310 0.919487 0.123223 -vn -0.381588 0.860183 0.338344 -vn -0.349433 0.877441 0.328625 -vn -0.242284 0.829081 0.503908 -vn -0.273588 0.877808 0.393197 -vn -0.270639 0.817767 0.507949 -vn -0.049978 0.875055 0.481436 -vn -0.057119 0.855113 0.515286 -vn 0.015798 0.861453 0.507592 -vn 0.082639 0.933871 0.347931 -vn 0.227170 0.963659 0.140554 -vn 0.220328 0.905293 0.363181 -vn 0.278484 0.834848 0.474843 -vn 0.278397 0.843857 0.458695 -vn 0.467204 0.764512 0.444119 -vn 0.481466 0.789737 0.380139 -vn 0.598986 0.679551 0.423588 -vn 0.636285 0.695685 0.333413 -vn 0.582978 0.689568 0.429690 -vn 0.740884 0.652901 0.157514 -vn 0.715189 0.674148 0.184470 -vn 0.757413 0.536586 0.372024 -vn 0.689493 0.516513 0.507754 -vn 0.814548 0.468026 0.342729 -vn 0.888691 0.346202 0.300621 -vn 0.871922 0.258539 0.415825 -vn 0.889604 0.277372 0.362862 -vn 0.790459 -0.392016 0.470636 -vn -0.876297 -0.045309 0.479637 -vn -0.874071 -0.103597 0.474624 -vn -0.871827 0.000342 0.489814 -vn -0.874522 0.103897 0.473727 -vn -0.835803 -0.065599 0.545096 -vn 0.111658 0.874260 0.472442 -vn 0.869048 -0.136041 0.475656 -vn -0.775745 -0.412754 0.477341 -vn -0.154199 0.867854 0.472283 -vn 0.790388 0.392070 0.470711 -vn -0.173445 -0.967760 0.182639 -vn -0.450678 -0.875972 0.171940 -vn -0.684181 0.706361 0.181525 -vn 0.973425 0.143461 0.178501 -vn 0.704933 0.401379 0.584777 -vn 0.417654 0.695705 0.584432 -vn 0.022849 0.811380 0.584072 -vn -0.378080 0.718573 0.583702 -vn -0.729450 -0.346935 0.589524 -vn -0.675631 -0.446398 0.586730 -vn -0.465855 -0.660083 0.589297 -vn -0.369960 -0.720572 0.586435 -vn -0.082520 -0.803907 0.589002 -vn 0.030971 -0.809617 0.586141 -vn 0.322253 -0.741335 0.588707 -vn 0.424154 -0.690600 0.585803 -vn 0.644543 -0.488302 0.588324 -vn 0.708526 -0.393967 0.585475 -vn 0.149994 -0.060564 0.986830 -vn 0.141018 -0.079251 0.986830 -vn 0.292072 -0.117957 0.949094 -vn 0.304750 -0.079643 0.949097 -vn 0.445317 -0.116410 0.887773 -vn 0.456557 -0.058507 0.887768 -vn 0.161754 0.000147 0.986831 -vn 0.315004 0.000268 0.949090 -vn 0.460307 0.000355 0.887760 -vn 0.713031 0.000424 0.701133 -vn 0.456473 0.059212 0.887765 -vn 0.707142 0.091591 0.701115 -vn 0.661079 -0.267189 0.701131 -vn 0.517834 -0.291167 0.804407 -vn 0.550811 -0.222563 0.804408 -vn 0.100974 -0.126373 0.986830 -vn 0.083984 -0.138250 0.986830 -vn 0.196611 -0.246101 0.949094 -vn 0.163522 -0.269223 0.949094 -vn 0.287274 -0.359648 0.887765 -vn 0.238907 -0.393429 0.887771 -vn 0.444899 -0.557208 0.701130 -vn 0.025962 -0.159662 0.986830 -vn 0.005330 -0.161667 0.986831 -vn 0.050536 -0.310912 0.949094 -vn 0.010363 -0.314823 0.949094 -vn 0.073814 -0.454330 0.887770 -vn 0.015109 -0.460060 0.887759 -vn 0.114212 -0.703824 0.701133 -vn -0.055724 -0.151849 0.986832 -vn -0.108538 -0.295699 0.949095 -vn -0.145455 -0.279392 0.949096 -vn -0.158640 -0.432100 0.887763 -vn -0.274417 -0.526893 0.804412 -vn -0.245869 -0.669309 0.701124 -vn -0.123061 -0.104966 0.986832 -vn -0.135485 -0.088366 0.986831 -vn -0.239665 -0.204387 0.949098 -vn -0.350257 -0.298645 0.887768 -vn -0.385567 -0.251406 0.887769 -vn -0.542666 -0.462529 0.701128 -vn -0.158750 -0.031064 0.986830 -vn -0.451749 -0.088338 0.887761 -vn -0.314325 -0.020449 0.949095 -vn -0.459327 -0.029850 0.887766 -vn -0.699811 -0.136713 0.701124 -vn -0.711558 -0.046105 0.701113 -vn -0.153574 0.050832 0.986829 -vn -0.145797 0.070051 0.986831 -vn -0.299033 0.099003 0.949093 -vn -0.283900 0.136428 0.949099 -vn -0.436968 0.144705 0.887761 -vn -0.414858 0.199397 0.887769 -vn -0.676844 0.224287 0.701125 -vn -0.642610 0.309005 0.701120 -vn -0.092665 0.132586 0.986830 -vn -0.074947 0.143341 0.986831 -vn -0.180432 0.258192 0.949095 -vn -0.145928 0.279141 0.949097 -vn -0.213222 0.407933 0.887765 -vn -0.340223 0.487024 0.804398 -vn -0.466651 0.658206 0.590763 -vn -0.015680 0.160995 0.986831 -vn 0.005037 0.161675 0.986831 -vn -0.030512 0.313512 0.949094 -vn -0.044556 0.458143 0.887761 -vn 0.014393 0.460061 0.887771 -vn -0.068885 0.709708 0.701120 -vn 0.065340 0.147969 0.986831 -vn 0.083720 0.138399 0.986832 -vn 0.127261 0.288134 0.949096 -vn 0.185993 0.421044 0.887766 -vn 0.238319 0.393800 0.887764 -vn 0.288252 0.652198 0.701105 -vn 0.129554 0.096864 0.986830 -vn 0.140865 0.079504 0.986831 -vn 0.252278 0.188613 0.949095 -vn 0.368672 0.275591 0.887767 -vn 0.400875 0.226183 0.887773 -vn 0.571195 0.426806 0.701122 -vn 0.801469 -0.109602 0.587907 -vn 0.787009 -0.206690 0.581289 -vn 0.571686 -0.426137 0.701129 -vn 0.369102 -0.275025 0.887764 -vn 0.583033 -0.566463 0.582402 -vn 0.427043 -0.412993 0.804407 -vn 0.240843 -0.543070 0.804406 -vn 0.228939 -0.779203 0.583463 -vn 0.169426 -0.569414 0.804402 -vn -0.056643 -0.591385 0.804398 -vn -0.183557 -0.790396 0.584450 -vn -0.131802 -0.579271 0.804409 -vn -0.339549 -0.487472 0.804411 -vn -0.179994 -0.258498 0.949095 -vn -0.547946 -0.597648 0.585297 -vn -0.399098 -0.440067 0.804402 -vn -0.535077 -0.258129 0.804402 -vn -0.283681 -0.136909 0.949095 -vn -0.145673 -0.070315 0.986831 -vn -0.770408 -0.251091 0.586025 -vn -0.563687 -0.187587 0.804405 -vn -0.810973 0.049882 0.582953 -vn -0.592880 0.037659 0.804410 -vn -0.314373 0.019915 0.949091 -vn -0.793953 0.159712 0.586626 -vn -0.583202 0.113162 0.804406 -vn -0.682101 0.440999 0.583317 -vn -0.498121 0.323746 0.804403 -vn -0.612884 0.528864 0.587091 -vn -0.452622 0.384785 0.804409 -vn -0.240020 0.203984 0.949095 -vn -0.309719 0.340502 0.887768 -vn -0.479690 0.527564 0.701123 -vn -0.274102 0.761429 0.587448 -vn -0.205552 0.557377 0.804413 -vn -0.070351 0.307032 0.949095 -vn -0.132590 0.579091 0.804409 -vn 0.135002 0.797740 0.587695 -vn 0.094411 0.586533 0.804404 -vn 0.050014 0.311001 0.949093 -vn 0.130628 0.441370 0.887766 -vn 0.202485 0.683697 0.701112 -vn 0.509123 0.628651 0.587871 -vn 0.370086 0.464717 0.804409 -vn 0.196175 0.246439 0.949096 -vn 0.330423 0.320478 0.887758 -vn 0.511913 0.496361 0.701121 -vn 0.752066 0.297832 0.587957 -vn 0.550526 0.223316 0.804395 -vn 0.291870 0.118455 0.949095 -vn 0.445148 0.117101 0.887767 -vn 0.689621 0.181279 0.701114 -vn -0.164558 0.000004 0.986367 -vn -0.164567 -0.003837 0.986359 -vn -0.152197 -0.008345 0.988315 -vn -0.154321 0.006928 0.987997 -vn 0.947304 0.005105 0.320297 -vn 0.947300 -0.005116 0.320306 -vn 0.949163 0.003178 0.314769 -vn 0.949158 -0.003166 0.314784 -vn 0.988635 0.004273 0.150274 -vn 0.999761 -0.004854 -0.021329 -vn 0.858905 0.006529 -0.512093 -vn 0.758529 -0.006535 -0.651606 -vn 0.494031 0.005610 -0.869426 -vn 0.494091 -0.005823 -0.869391 -vn 0.148311 -0.006594 0.988919 -vn 0.300963 0.007250 0.953608 -vn 0.700690 -0.007250 0.713429 -vn -0.137855 0.560997 0.816259 -vn -0.115171 0.636081 0.762979 -vn -0.121705 0.650948 0.749303 -vn -0.070148 0.884460 0.461314 -vn -0.057596 0.950262 0.306080 -vn -0.165977 0.159945 0.973072 -vn 0.148687 0.967820 0.203018 -vn 0.124426 0.985450 0.115790 -vn 0.098242 0.986185 0.133374 -vn 0.249801 0.819339 0.516026 -vn -0.000373 0.577421 0.816446 -vn 0.713080 0.471070 0.519240 -vn 0.720996 0.581410 0.376998 -vn 0.843535 0.295156 0.448700 -vn 0.136474 0.321379 0.937065 -vn 0.417696 0.342994 0.841359 -vn 0.532111 0.827820 0.177688 -vn 0.752115 0.609138 0.251543 -vn 0.936830 0.157472 0.312332 -vn 0.065413 0.983988 -0.165798 -vn 0.241412 0.945039 -0.220504 -vn 0.179702 0.749595 -0.637036 -vn 0.075307 0.769260 -0.634483 -vn 0.124593 0.612663 -0.780462 -vn 0.582566 0.739989 -0.336205 -vn 0.001282 0.367068 -0.930193 -vn 0.745454 0.502889 -0.437493 -vn 0.595672 0.333556 -0.730695 -vn 0.956693 0.290845 -0.012201 -vn 0.002075 0.986974 -0.160864 -vn 0.004886 0.931571 -0.363527 -vn 0.002062 0.752201 -0.658931 -vn 0.000840 0.531357 -0.847148 -vn -0.001387 0.361382 -0.932417 -vn -0.137713 -0.521331 0.842169 -vn -0.130967 -0.476310 0.869469 -vn -0.155290 -0.403558 0.901680 -vn -0.069301 -0.913569 0.400736 -vn -0.080526 -0.891511 0.445784 -vn -0.065127 -0.928196 0.366347 -vn 0.199800 -0.941706 0.270685 -vn 0.312087 -0.902839 0.295777 -vn 0.499808 -0.794522 0.344858 -vn 0.104201 -0.612560 0.783526 -vn 0.615648 -0.491730 0.615776 -vn 0.138555 -0.319131 0.937528 -vn 0.914380 -0.267465 0.303928 -vn 0.812871 -0.517377 0.267512 -vn 0.611439 -0.764546 0.203989 -vn 0.159735 -0.986203 0.043459 -vn 0.000145 -0.842161 -0.539227 -vn 0.075759 -0.829984 -0.552619 -vn 0.586818 -0.808929 0.035761 -vn 0.503917 -0.739976 -0.445537 -vn 0.746990 -0.664743 0.011083 -vn 0.872252 -0.464528 -0.152938 -vn 0.651642 -0.502904 -0.567848 -vn 0.002544 -0.267943 -0.963431 -vn 0.710391 -0.343951 -0.614038 -vn -0.001185 -0.380177 -0.924913 -vn 0.002098 -0.371909 -0.928267 -vn -0.000327 -0.826836 -0.562444 -vn -0.002290 -0.988451 -0.151522 -vn -0.309700 -0.949380 -0.052573 -vn -0.296919 -0.954626 0.022970 -vn -0.319519 -0.946616 0.042731 -vn -0.143126 0.054705 0.988192 -vn -0.156537 0.050859 0.986362 -vn -0.148304 0.040326 0.988119 -vn -0.156511 0.050864 0.986366 -vn 0.902522 -0.287868 0.320291 -vn 0.899353 -0.297606 0.320303 -vn 0.903690 -0.290286 0.314768 -vn 0.901727 -0.296310 0.314783 -vn -0.587900 -0.807222 -0.052586 -vn -0.577386 -0.816151 0.022876 -vn -0.596465 -0.801500 0.042758 -vn -0.133152 0.096740 0.986363 -vn -0.129302 0.086156 0.987855 -vn -0.119102 0.096259 0.988205 -vn -0.130003 0.101071 0.986349 -vn 0.769391 -0.552675 0.320293 -vn 0.763374 -0.560952 0.320301 -vn 0.769757 -0.555333 0.314769 -vn 0.766017 -0.560469 0.314789 -vn 0.816569 0.575817 -0.040608 -vn 0.802486 0.595465 0.037921 -vn 0.824275 0.565798 0.021076 -vn -0.808591 -0.586020 -0.052551 -vn -0.801368 -0.597731 0.022945 -vn -0.814896 -0.578030 0.042731 -vn -0.098023 0.132228 0.986361 -vn -0.096352 0.121892 0.987856 -vn -0.096740 0.133151 0.986363 -vn -0.084193 0.128589 0.988118 -vn 0.560944 -0.763384 0.320290 -vn 0.552664 -0.769396 0.320302 -vn 0.560478 -0.766018 0.314772 -vn 0.555345 -0.769744 0.314779 -vn -0.950106 -0.307469 -0.052555 -vn -0.946810 -0.320976 0.022931 -vn -0.953663 -0.297831 0.042705 -vn -0.040776 0.148666 0.988046 -vn -0.047762 0.157518 0.986360 -vn -0.050856 0.156531 0.986363 -vn -0.054509 0.143756 0.988111 -vn 0.297591 -0.899359 0.320301 -vn 0.287859 -0.902521 0.320303 -vn 0.296323 -0.901729 0.314765 -vn 0.290296 -0.903681 0.314783 -vn -0.998617 0.001149 -0.052559 -vn -0.999656 -0.012675 0.022940 -vn -0.999022 0.011420 0.042723 -vn -0.008034 0.152639 0.988249 -vn 0.005070 0.157071 0.987574 -vn 0.001135 0.164580 0.986363 -vn -0.000003 0.164582 0.986363 -vn 0.005111 -0.947303 0.320297 -vn -0.005123 -0.947301 0.320305 -vn 0.003172 -0.949163 0.314770 -vn -0.003159 -0.949160 0.314779 -vn 0.054250 0.144673 0.987991 -vn 0.050858 0.156527 0.986363 -vn 0.037838 0.146332 0.988512 -vn 0.050865 0.156532 0.986362 -vn -0.287873 -0.902520 0.320292 -vn -0.297599 -0.899353 0.320312 -vn -0.290290 -0.903686 0.314774 -vn -0.296310 -0.901728 0.314780 -vn 0.799958 -0.598682 -0.040598 -vn 0.814322 -0.579175 0.037905 -vn 0.792788 -0.609131 0.021142 -vn 0.096733 0.133148 0.986364 -vn 0.085407 0.129015 0.987958 -vn 0.096247 0.118944 0.988225 -vn 0.099398 0.131248 0.986354 -vn -0.552678 -0.769390 0.320291 -vn -0.560955 -0.763368 0.320312 -vn -0.555340 -0.769751 0.314771 -vn -0.560453 -0.766032 0.314782 -vn -0.586042 0.808574 -0.052566 -vn -0.597791 0.801323 0.022983 -vn -0.577976 0.814934 0.042734 -vn 0.132252 0.098005 0.986359 -vn 0.121916 0.096343 0.987853 -vn 0.133151 0.096739 0.986363 -vn 0.128656 0.084381 0.988093 -vn -0.763383 -0.560941 0.320298 -vn -0.769393 -0.552667 0.320302 -vn -0.766027 -0.560468 0.314767 -vn -0.769741 -0.555347 0.314785 -vn -0.307509 0.950091 -0.052576 -vn -0.320902 0.946834 0.022975 -vn -0.297886 0.953645 0.042715 -vn 0.156068 0.052347 0.986358 -vn 0.145724 0.053960 0.987853 -vn 0.156522 0.050861 0.986364 -vn 0.147799 0.039714 0.988220 -vn 0.156530 0.050859 0.986363 -vn -0.899361 -0.297594 0.320294 -vn -0.902522 -0.287858 0.320301 -vn -0.901730 -0.296319 0.314767 -vn -0.903678 -0.290301 0.314787 -vn 0.001149 0.998621 -0.052494 -vn -0.012594 0.999658 0.022928 -vn 0.011378 0.999023 0.042704 -vn 0.157058 -0.005071 0.987576 -vn 0.164581 -0.001174 0.986363 -vn 0.152946 0.007820 0.988204 -vn 0.164578 -0.000001 0.986364 -vn -0.947304 -0.005116 0.320294 -vn -0.947301 0.005127 0.320305 -vn -0.949163 -0.003173 0.314768 -vn -0.949159 0.003161 0.314782 -vn 0.309694 0.949383 -0.052546 -vn 0.296898 0.954634 0.022926 -vn 0.319544 0.946610 0.042676 -vn 0.144653 -0.054267 0.987993 -vn 0.156528 -0.050859 0.986363 -vn 0.147895 -0.039806 0.988202 -vn 0.156514 -0.050856 0.986366 -vn -0.902521 0.287868 0.320292 -vn -0.899352 0.297605 0.320307 -vn -0.903687 0.290291 0.314772 -vn -0.901727 0.296311 0.314783 -vn 0.120347 -0.096304 0.988050 -vn 0.133142 -0.096740 0.986364 -vn 0.127925 -0.082402 0.988355 -vn 0.135185 -0.093888 0.986362 -vn -0.769389 0.552678 0.320293 -vn -0.763373 0.560953 0.320301 -vn -0.769761 0.555328 0.314768 -vn -0.766028 0.560457 0.314784 -vn 0.808590 0.586019 -0.052571 -vn 0.801347 0.597759 0.022968 -vn 0.814903 0.578020 0.042727 -vn 0.084705 -0.128786 0.988048 -vn 0.094111 -0.135047 0.986360 -vn 0.096736 -0.133151 0.986364 -vn 0.096244 -0.119136 0.988202 -vn -0.560951 0.763377 0.320298 -vn -0.552665 0.769394 0.320304 -vn -0.560470 0.766024 0.314771 -vn -0.555339 0.769747 0.314781 -vn 0.950103 0.307480 -0.052540 -vn 0.946831 0.320911 0.022963 -vn 0.953648 0.297879 0.042713 -vn 0.052544 -0.155982 0.986361 -vn 0.054092 -0.145222 0.987919 -vn 0.050856 -0.156525 0.986364 -vn 0.040052 -0.148088 0.988163 -vn -0.297589 0.899364 0.320290 -vn -0.287864 0.902520 0.320301 -vn -0.296324 0.901727 0.314769 -vn -0.290303 0.903679 0.314782 -vn 0.998617 -0.001149 -0.052559 -vn 0.999656 0.012672 0.022942 -vn 0.999022 -0.011420 0.042725 -vn -0.000005 -0.164576 0.986364 -vn 0.008414 -0.152081 0.988332 -vn 0.000008 -0.164584 0.986363 -vn -0.006827 -0.154454 0.987976 -vn -0.005113 0.947304 0.320295 -vn 0.005124 0.947301 0.320303 -vn -0.003172 0.949164 0.314766 -vn 0.003159 0.949158 0.314784 -vn 0.949386 -0.309683 -0.052553 -vn 0.954613 -0.296964 0.022934 -vn 0.946618 -0.319513 0.042725 -vn -0.054439 -0.144027 0.988075 -vn -0.050857 -0.156525 0.986364 -vn -0.040908 -0.148737 0.988030 -vn -0.050863 -0.156532 0.986362 -vn 0.287870 0.902523 0.320287 -vn 0.297597 0.899358 0.320299 -vn 0.290293 0.903689 0.314765 -vn 0.296313 0.901725 0.314788 -vn 0.807237 -0.587881 -0.052580 -vn 0.816094 -0.577466 0.022879 -vn 0.801510 -0.596453 0.042725 -vn -0.096284 -0.120367 0.988049 -vn -0.099396 -0.131252 0.986354 -vn -0.096738 -0.133152 0.986363 -vn -0.085366 -0.128996 0.987964 -vn 0.552677 0.769390 0.320291 -vn 0.560951 0.763374 0.320303 -vn 0.555340 0.769750 0.314774 -vn 0.560460 0.766023 0.314791 -vn 0.586084 -0.808544 -0.052565 -vn 0.597834 -0.801292 0.022935 -vn 0.578015 -0.814906 0.042738 -vn -0.128782 -0.084716 0.988048 -vn -0.133157 -0.096740 0.986362 -vn -0.118263 -0.096208 0.988311 -vn -0.133149 -0.096735 0.986364 -vn 0.763383 0.560947 0.320289 -vn 0.769394 0.552663 0.320309 -vn 0.766022 0.560473 0.314771 -vn 0.769737 0.555354 0.314781 -vn 0.307510 -0.950091 -0.052576 -vn 0.320877 -0.946844 0.022897 -vn 0.297889 -0.953645 0.042701 -vn -0.148629 -0.040774 0.988052 -vn -0.156510 -0.050859 0.986366 -vn -0.142112 -0.054985 0.988322 -vn -0.155596 -0.053728 0.986359 -vn 0.899365 0.297583 0.320292 -vn 0.902520 0.287859 0.320304 -vn 0.901727 0.296322 0.314772 -vn 0.903677 0.290308 0.314783 -vn 0.949332 -0.313547 -0.021377 -vn 0.935089 -0.297731 -0.192265 -vn 0.886310 -0.294426 -0.357448 -vn 0.818934 -0.259201 -0.512017 -vn 0.723475 -0.228234 -0.651532 -vn 0.719271 -0.240606 -0.651734 -vn 0.602564 -0.202438 -0.771969 -vn 0.805998 -0.591533 -0.021365 -vn 0.797334 -0.572101 -0.192246 -vn 0.691031 -0.510087 -0.512141 -vn 0.698686 -0.499577 -0.512114 -vn 0.609779 -0.451145 -0.651643 -vn 0.403078 -0.285888 -0.869366 -vn 0.396344 -0.295155 -0.869365 -vn 0.572265 -0.797193 -0.192343 -vn 0.581530 -0.790502 -0.192171 -vn 0.510092 -0.691034 -0.512132 -vn 0.451095 -0.609829 -0.651630 -vn 0.440590 -0.617485 -0.651608 -vn 0.368610 -0.518001 -0.771882 -vn 0.304325 -0.952330 -0.021291 -vn 0.308770 -0.931514 -0.192206 -vn 0.282753 -0.890089 -0.357481 -vn 0.240594 -0.719453 -0.651538 -vn 0.190442 -0.606521 -0.771922 -vn -0.005130 -0.337880 -0.941175 -vn 0.004855 -0.337930 -0.941159 -vn 0.005613 -0.494115 -0.869378 -vn -0.006308 -0.635688 -0.771920 -vn -0.006481 -0.858917 -0.512074 -vn 0.006530 -0.858885 -0.512127 -vn 0.006306 -0.933917 -0.357433 -vn -0.005609 -0.981327 -0.192266 -vn -0.004851 -0.999759 -0.021421 -vn 0.004269 -0.988627 0.150328 -vn -0.056846 -0.192148 -0.979718 -vn -0.109333 -0.319774 -0.941165 -vn -0.147318 -0.471638 -0.869399 -vn -0.202452 -0.602622 -0.771919 -vn -0.259225 -0.818891 -0.512074 -vn -0.308596 -0.931561 -0.192256 -vn -0.591569 -0.805969 -0.021432 -vn -0.572125 -0.797358 -0.192076 -vn -0.553924 -0.751878 -0.357558 -vn -0.499514 -0.698673 -0.512193 -vn -0.440598 -0.617456 -0.651630 -vn -0.451129 -0.609820 -0.651616 -vn -0.378761 -0.510573 -0.771917 -vn -0.811699 -0.583686 -0.021320 -vn -0.790486 -0.581521 -0.192261 -vn -0.698642 -0.499592 -0.512159 -vn -0.691009 -0.510134 -0.512123 -vn -0.617485 -0.440549 -0.651635 -vn -0.396497 -0.294969 -0.869358 -vn -0.403162 -0.285710 -0.869385 -vn -0.938938 -0.309544 0.150258 -vn -0.952326 -0.304334 -0.021337 -vn -0.890114 -0.282688 -0.357469 -vn -0.814856 -0.271609 -0.512093 -vn -0.719433 -0.240536 -0.651582 -vn -0.723292 -0.228212 -0.651743 -vn -0.606486 -0.190454 -0.771947 -vn -0.988636 -0.004271 0.150270 -vn -0.999761 0.004846 -0.021325 -vn -0.933924 0.006170 -0.357419 -vn -0.858907 -0.006537 -0.512090 -vn -0.758500 -0.006487 -0.651641 -vn -0.758461 0.006532 -0.651686 -vn -0.635740 0.006303 -0.771878 -vn -0.949327 0.313566 -0.021322 -vn -0.935101 0.297706 -0.192245 -vn -0.886293 0.294443 -0.357474 -vn -0.723413 0.228221 -0.651605 -vn -0.602632 0.202433 -0.771917 -vn -0.805943 0.591609 -0.021323 -vn -0.797321 0.572128 -0.192221 -vn -0.751926 0.553912 -0.357477 -vn -0.617468 0.440604 -0.651614 -vn -0.510639 0.378730 -0.771888 -vn -0.583697 0.811690 -0.021358 -vn -0.581533 0.790497 -0.192181 -vn -0.499590 0.698667 -0.512127 -vn -0.510128 0.691035 -0.512093 -vn -0.440551 0.617478 -0.651641 -vn -0.294947 0.396477 -0.869375 -vn -0.285751 0.403122 -0.869390 -vn -0.309570 0.938923 0.150299 -vn -0.304327 0.952330 -0.021281 -vn -0.308769 0.931507 -0.192240 -vn -0.282760 0.890071 -0.357519 -vn -0.240576 0.719402 -0.651601 -vn -0.190448 0.606480 -0.771953 -vn -0.147171 0.471712 -0.869384 -vn -0.056444 0.192108 -0.979749 -vn -0.005608 0.494077 -0.869400 -vn 0.006305 0.635685 -0.771923 -vn 0.006479 0.858870 -0.512153 -vn -0.006530 0.858932 -0.512048 -vn -0.006305 0.933917 -0.357435 -vn 0.005611 0.981320 -0.192301 -vn 0.004852 0.999760 -0.021357 -vn -0.004268 0.988638 0.150258 -vn 0.109315 0.319781 -0.941164 -vn 0.147333 0.471681 -0.869374 -vn 0.240609 0.719347 -0.651649 -vn 0.282570 0.890124 -0.357539 -vn 0.308594 0.931570 -0.192218 -vn 0.591572 0.805968 -0.021403 -vn 0.583502 0.811832 -0.021299 -vn 0.510069 0.691030 -0.512159 -vn 0.499581 0.698728 -0.512053 -vn 0.451096 0.609770 -0.651685 -vn 0.285912 0.403065 -0.869363 -vn 0.295124 0.396311 -0.869390 -vn 0.797330 0.584522 0.150330 -vn 0.811674 0.583721 -0.021360 -vn 0.759192 0.543880 -0.357523 -vn 0.691022 0.510138 -0.512102 -vn 0.617502 0.440556 -0.651615 -vn 0.396514 0.294988 -0.869344 -vn 0.952330 0.304326 -0.021302 -vn 0.949248 0.313807 -0.021316 -vn 0.818857 0.259244 -0.512120 -vn 0.723398 0.228187 -0.651633 -vn 0.719405 0.240550 -0.651608 -vn 0.468234 0.158034 -0.869357 -vn 0.471682 0.147151 -0.869404 -vn 0.288456 -0.086101 0.953614 -vn 0.422034 -0.144964 0.894915 -vn 0.668559 -0.209750 0.713467 -vn 0.664147 -0.223407 0.713441 -vn 0.116103 -0.092499 0.988921 -vn 0.365428 -0.256271 0.894867 -vn 0.562720 -0.417693 0.713358 -vn 0.092626 -0.115931 0.988929 -vn 0.182789 -0.239214 0.953606 -vn 0.256305 -0.365444 0.894851 -vn 0.417513 -0.562620 0.713541 -vn 0.406057 -0.571169 0.713361 -vn 0.052271 -0.138883 0.988928 -vn 0.086263 -0.288459 0.953599 -vn 0.145013 -0.422137 0.894858 -vn 0.172333 -0.554527 0.814126 -vn 0.007251 -0.300921 0.953622 -vn -0.007407 -0.446320 0.894843 -vn 0.007405 -0.580560 0.814184 -vn -0.007244 -0.700710 0.713409 -vn 0.007112 -0.700591 0.713528 -vn -0.006813 -0.803613 0.595113 -vn -0.006172 -0.886730 0.462246 -vn -0.052122 -0.138985 0.988922 -vn -0.086113 -0.288475 0.953607 -vn -0.130809 -0.426683 0.894892 -vn -0.144954 -0.422192 0.894842 -vn -0.186516 -0.549923 0.814123 -vn -0.092519 -0.116090 0.988920 -vn -0.171054 -0.247729 0.953610 -vn -0.405980 -0.570995 0.713544 -vn -0.477857 -0.646092 0.595162 -vn -0.115905 -0.092645 0.988930 -vn -0.239211 -0.182763 0.953612 -vn -0.365475 -0.256366 0.894821 -vn -0.562656 -0.417624 0.713448 -vn -0.571106 -0.405986 0.713452 -vn -0.426660 -0.130873 0.894893 -vn -0.422236 -0.144981 0.894817 -vn -0.766354 -0.241864 0.595150 -vn -0.845275 -0.268141 0.462180 -vn -0.300972 -0.007248 0.953605 -vn -0.446218 0.007404 0.894894 -vn -0.700615 -0.007113 0.713504 -vn -0.700688 0.007245 0.713431 -vn -0.139000 0.052096 0.988921 -vn -0.288471 0.086111 0.953609 -vn -0.426725 0.130812 0.894871 -vn -0.422110 0.144962 0.894879 -vn -0.549854 0.186510 0.814171 -vn -0.116097 0.092496 0.988922 -vn -0.247709 0.171017 0.953621 -vn -0.570948 0.406111 0.713507 -vn -0.646150 0.477791 0.595152 -vn -0.081765 0.123841 0.988928 -vn -0.182803 0.239209 0.953605 -vn -0.417559 0.562673 0.713473 -vn -0.099906 0.283993 0.953607 -vn -0.130855 0.426732 0.894861 -vn -0.186453 0.549878 0.814168 -vn -0.209639 0.668636 0.713426 -vn -0.223257 0.664158 0.713477 -vn -0.241851 0.766366 0.595140 -vn -0.268145 0.845239 0.462243 -vn 0.006595 0.148285 0.988923 -vn -0.007249 0.300954 0.953611 -vn 0.007246 0.700674 0.713445 -vn 0.086114 0.288449 0.953615 -vn 0.144931 0.422188 0.894848 -vn 0.209735 0.668568 0.713462 -vn 0.223443 0.664149 0.713428 -vn 0.092480 0.116096 0.988923 -vn 0.256318 0.365427 0.894854 -vn 0.466974 0.653969 0.595198 -vn 0.477852 0.646095 0.595163 -vn 0.123776 0.081828 0.988931 -vn 0.239280 0.182754 0.953596 -vn 0.562626 0.417591 0.713492 -vn 0.284088 0.099890 0.953581 -vn 0.426669 0.130879 0.894888 -vn 0.664135 0.223271 0.713495 -vn 0.668631 0.209644 0.713429 -vn 0.198921 0.872752 0.445796 -vn 0.225303 0.902661 0.366663 -vn 0.238875 0.921553 0.306070 -vn -0.108473 0.203422 0.973064 -vn 0.362620 0.897447 0.251190 -vn 0.683474 0.700508 0.205308 -vn 0.073498 0.617051 0.783484 -vn 0.178067 0.549279 0.816446 -vn 0.823764 0.227606 0.519239 -vn 0.865413 0.330097 0.376958 -vn 0.229214 0.263498 0.937032 -vn 0.456397 0.888611 0.045519 -vn 0.657094 0.740856 0.139141 -vn 0.761951 0.622801 0.177624 -vn 0.903451 0.347147 0.251527 -vn 0.925359 -0.212065 0.314227 -vn 0.730437 0.666473 -0.149252 -vn 0.624061 0.755480 -0.199493 -vn 0.402506 0.657346 -0.637091 -vn 0.309319 0.708276 -0.634561 -vn 0.307841 0.544252 -0.780400 -vn 0.296540 0.643224 -0.705923 -vn 0.421300 0.562153 -0.711681 -vn 0.114674 0.348753 -0.930173 -vn 0.864391 0.247837 -0.437499 -vn 0.669570 0.133132 -0.730720 -vn 0.306974 0.938029 -0.160835 -vn 0.292554 0.884446 -0.363549 -vn 0.234346 0.714721 -0.658981 -vn 0.164947 0.505139 -0.847129 -vn -0.310158 -0.582725 0.751154 -vn -0.334255 -0.661840 0.671000 -vn -0.330417 -0.625769 0.706567 -vn -0.271711 -0.412494 0.869495 -vn -0.338897 -0.819484 0.462164 -vn -0.100999 -0.957358 0.270674 -vn -0.044500 -0.940369 0.337234 -vn -0.100999 -0.957358 0.270674 -vn 0.017776 -0.955023 0.295998 -vn -0.034585 -0.755587 0.654135 -vn 0.123175 -0.717127 0.685972 -vn 0.327977 -0.773055 0.542971 -vn -0.027979 -0.486234 0.873380 -vn 0.526184 -0.524106 0.669659 -vn 0.787029 -0.536830 0.303973 -vn 0.526758 -0.811951 0.251517 -vn 0.345377 -0.916020 0.204013 -vn -0.152876 -0.987290 0.043443 -vn -0.260111 -0.801011 -0.539188 -vn -0.184532 -0.812857 -0.552459 -vn 0.308096 -0.950671 0.036073 -vn 0.250535 -0.859504 -0.445518 -vn 0.504912 -0.863100 0.011035 -vn 0.686087 -0.711274 -0.152886 -vn 0.464394 -0.679606 -0.567868 -vn -0.080326 -0.255602 -0.963439 -vn -0.118668 -0.361248 -0.924888 -vn -0.113016 -0.354398 -0.928240 -vn -0.255866 -0.786294 -0.562382 -vn 0.338968 0.659386 0.671053 -vn 0.367672 0.686433 0.627397 -vn 0.393547 0.715245 0.577534 -vn 0.511950 0.802621 0.306116 -vn 0.537836 0.808640 0.238398 -vn 0.579190 0.814311 0.037898 -vn 0.622216 0.741483 0.251099 -vn 0.866467 0.455086 0.205262 -vn 0.816097 0.409797 0.407495 -vn 0.877554 0.241767 0.414063 -vn 0.339026 0.467527 0.816383 -vn 0.853793 -0.038041 0.519221 -vn 0.495051 0.248171 0.832668 -vn 0.855927 -0.257023 0.448696 -vn 0.299379 0.179747 0.937050 -vn 0.539393 0.031986 0.841447 -vn 0.854086 0.501158 0.139208 -vn 0.916967 0.357258 0.177590 -vn 0.966520 0.050960 0.251482 -vn 0.814496 -0.487736 0.314183 -vn 0.827004 0.525624 -0.199460 -vn 0.585929 0.500758 -0.637125 -vn 0.513125 0.578070 -0.634458 -vn 0.598757 0.564881 -0.567802 -vn 0.827332 0.413971 -0.379670 -vn 0.460953 0.422393 -0.780453 -vn 0.906263 0.256302 -0.336149 -vn 0.216812 0.296233 -0.930182 -vn 0.345540 0.221583 -0.911868 -vn 0.898663 -0.031344 -0.437519 -vn 0.677906 -0.080283 -0.730752 -vn 0.522715 0.717311 -0.460689 -vn 0.530837 0.725162 -0.438579 -vn 0.525902 0.722285 -0.449145 -vn 0.536540 0.738186 -0.408909 -vn 0.384743 0.528641 -0.756645 -vn 0.312990 0.429467 -0.847110 -vn -0.522426 -0.526125 0.671017 -vn -0.505467 -0.503811 0.700484 -vn -0.481126 -0.455125 0.749253 -vn -0.387097 -0.295009 0.873571 -vn -0.575562 -0.674625 0.462179 -vn -0.391893 -0.879293 0.270673 -vn -0.278214 -0.913770 0.296009 -vn -0.135956 -0.903757 0.405882 -vn -0.015772 -0.784640 0.619751 -vn -0.176832 -0.453774 0.873395 -vn 0.209031 -0.759738 0.615715 -vn 0.582625 -0.753752 0.303985 -vn 0.353499 -0.896371 0.267502 -vn 0.045330 -0.977921 0.204001 -vn -0.450398 -0.891770 0.043454 -vn -0.494882 -0.681355 -0.539303 -vn -0.426670 -0.715961 -0.552587 -vn -0.000723 -0.999353 0.035953 -vn -0.027363 -0.894796 -0.445637 -vn 0.213505 -0.976880 0.010989 -vn 0.432669 -0.888476 -0.152997 -vn 0.231641 -0.789940 -0.567748 -vn -0.155424 -0.218279 -0.963430 -vn 0.372568 -0.695811 -0.614036 -vn -0.224439 -0.306870 -0.924910 -vn -0.216901 -0.302108 -0.928270 -vn -0.486240 -0.668658 -0.562554 -vn 0.526158 0.522384 0.671024 -vn 0.561845 0.539208 0.627364 -vn 0.595324 0.558611 0.577531 -vn 0.101898 0.260905 0.959972 -vn 0.964689 0.164978 0.205323 -vn 0.642646 0.193829 0.741240 -vn 0.800259 -0.300035 0.519196 -vn 0.894137 -0.241773 0.376916 -vn 0.340272 0.078450 0.937049 -vn 0.522923 -0.136400 0.841396 -vn 0.967115 0.212863 0.139205 -vn 0.934930 -0.250361 0.251448 -vn 0.623961 -0.715505 0.314206 -vn 0.906449 0.360187 -0.220488 -vn 0.711966 0.295231 -0.637137 -vn 0.666632 0.391293 -0.634422 -vn 0.568918 0.259305 -0.780444 -vn 0.297721 0.214745 -0.930186 -vn 0.845029 -0.307503 -0.437456 -vn 0.619971 -0.285801 -0.730721 -vn 0.760830 0.547017 -0.349156 -vn 0.756545 0.543592 -0.363521 -vn 0.609646 0.440472 -0.659027 -vn 0.430325 0.311656 -0.847167 -vn -0.659438 -0.338942 0.671014 -vn -0.636440 -0.322956 0.700459 -vn -0.598204 -0.284161 0.749269 -vn -0.462325 -0.174023 0.869466 -vn -0.755875 -0.463696 0.462212 -vn -0.644557 -0.715021 0.270725 -vn -0.546793 -0.783246 0.295877 -vn -0.408578 -0.817486 0.405932 -vn -0.257490 -0.741413 0.619682 -vn -0.308422 -0.376900 0.873397 -vn -0.035967 -0.787132 0.615735 -vn 0.422938 -0.851328 0.310425 -vn 0.069508 -0.960156 0.270683 -vn -0.259071 -0.944073 0.203979 -vn -0.703997 -0.708872 0.043468 -vn -0.681201 -0.495121 -0.539278 -vn -0.627038 -0.549280 -0.552372 -vn -0.309537 -0.950204 0.036046 -vn -0.451653 -0.858481 -0.242942 -vn -0.302565 -0.842540 -0.445624 -vn 0.136965 -0.978696 -0.152953 -vn -0.023797 -0.822841 -0.567774 -vn -0.215192 -0.159528 -0.963454 -vn -0.308353 -0.222539 -0.924876 -vn -0.299731 -0.220366 -0.928224 -vn -0.669153 -0.485669 -0.562459 -vn 0.661793 0.334213 0.671068 -vn 0.700928 0.339211 0.627404 -vn 0.738801 0.347311 0.577536 -vn 0.910444 0.338044 0.238365 -vn 0.947206 0.318380 0.037888 -vn 0.249242 0.250313 0.935533 -vn 0.939154 0.234380 0.251109 -vn 0.901095 -0.148219 0.407503 -vn 0.849400 -0.400596 0.343574 -vn 0.852130 -0.320057 0.414050 -vn 0.549035 0.178773 0.816456 -vn 0.668341 -0.532720 0.519163 -vn 0.541377 -0.711014 0.448743 -vn 0.985577 -0.096305 0.139149 -vn 0.866318 -0.443489 0.229806 -vn 0.811864 -0.526884 0.251535 -vn 0.439404 -0.842269 0.312261 -vn 0.977995 -0.060916 -0.199539 -vn 0.912631 -0.151307 -0.379752 -vn 0.883828 -0.325420 -0.336079 -vn 0.572238 -0.258009 -0.778444 -vn 0.612982 -0.063019 -0.787579 -vn 0.687958 -0.161933 -0.707454 -vn 0.679704 -0.466061 -0.566384 -vn 0.708643 -0.553567 -0.437480 -vn 0.708643 -0.553567 -0.437480 -vn 0.719905 -0.627087 -0.297487 -vn 0.396418 -0.656683 -0.641576 -vn 0.844536 0.273065 -0.460646 -vn 0.855803 0.274699 -0.438340 -vn 0.850062 0.275176 -0.449081 -vn 0.867995 0.281831 -0.408847 -vn 0.715877 0.230482 -0.659089 -vn 0.650762 0.212161 -0.729038 -vn 0.575125 0.186871 -0.796436 -vn 0.505506 0.163410 -0.847208 -vn -0.731890 -0.118593 0.671023 -vn -0.705192 -0.110442 0.700362 -vn -0.656665 -0.085436 0.749328 -vn -0.493433 -0.022648 0.869489 -vn -0.910406 -0.287226 0.297762 -vn -0.833891 -0.481116 0.270468 -vn -0.641170 -0.651239 0.405942 -vn -0.474012 -0.625632 0.619594 -vn -0.409828 -0.263217 0.873360 -vn -0.277399 -0.737529 0.615712 -vn 0.028233 -0.952244 0.304030 -vn -0.240893 -0.932950 0.267535 -vn -0.538132 -0.817799 0.204008 -vn -0.741457 -0.656424 0.139100 -vn -0.844601 -0.531133 -0.067432 -vn -0.800873 -0.260382 -0.539262 -vn -0.766111 -0.328458 -0.552439 -vn -0.756004 -0.622800 -0.201442 -vn -0.508509 -0.860461 0.032008 -vn -0.627860 -0.724967 -0.283223 -vn -0.548069 -0.707894 -0.445541 -vn -0.172212 -0.973111 -0.152963 -vn -0.276868 -0.775238 -0.567759 -vn -0.253911 -0.085216 -0.963466 -vn -0.362016 -0.116356 -0.924881 -vn -0.353088 -0.116929 -0.928255 -vn -0.786423 -0.255190 -0.562510 -vn 0.732715 0.113382 0.671024 -vn 0.771442 0.106034 0.627402 -vn 0.809962 0.102045 0.577536 -vn 0.997161 -0.048276 0.057781 -vn 0.999230 0.010114 0.037906 -vn 0.159971 0.166000 0.973064 -vn 0.967883 -0.148595 0.202784 -vn 0.877392 -0.433653 0.205254 -vn 0.609525 0.120806 0.783508 -vn 0.577432 0.000429 0.816439 -vn 0.471080 -0.713082 0.519228 -vn 0.581363 -0.721052 0.376963 -vn 0.295135 -0.843509 0.448763 -vn 0.321414 -0.136514 0.937047 -vn 0.907523 -0.396280 0.139159 -vn 0.609311 -0.751982 0.251521 -vn 0.157677 -0.936811 0.312288 -vn 0.945086 -0.241263 -0.220466 -vn 0.970653 -0.176962 -0.162842 -vn 0.821187 -0.425881 -0.379838 -vn 0.739986 -0.582558 -0.336226 -vn 0.464464 -0.422210 -0.778468 -vn 0.563531 -0.249315 -0.787575 -vn 0.604259 -0.366583 -0.707452 -vn 0.502408 -0.653238 -0.566451 -vn 0.502866 -0.745428 -0.437565 -vn 0.502866 -0.745428 -0.437565 -vn 0.490880 -0.818844 -0.297542 -vn 0.290864 -0.956687 -0.012191 -vn 0.931586 -0.004882 -0.363488 -vn 0.893479 -0.001004 -0.449103 -vn 0.752129 -0.002058 -0.659013 -vn 0.684420 0.000682 -0.729087 -vn 0.604648 0.000032 -0.796493 -vn 0.531281 -0.000836 -0.847195 -vn 0.367017 -0.001301 -0.930213 -vn -0.403521 0.155302 0.901694 -vn -0.379963 0.142933 0.913892 -vn -0.913616 0.069294 0.400629 -vn -0.884114 0.069068 0.462139 -vn -0.941696 -0.199774 0.270738 -vn -0.908118 -0.248217 0.337210 -vn -0.941696 -0.199774 0.270738 -vn -0.902724 -0.312259 0.295947 -vn -0.771526 0.018866 0.635918 -vn -0.794522 -0.499759 0.344930 -vn -0.612559 -0.104169 0.783531 -vn -0.644094 -0.448507 0.619665 -vn -0.441543 0.001876 0.897238 -vn -0.491737 -0.615678 0.615740 -vn -0.471018 -0.123638 0.873416 -vn -0.342922 -0.546792 0.763821 -vn -0.267441 -0.914367 0.303988 -vn -0.517379 -0.812871 0.267506 -vn -0.764498 -0.611489 0.204019 -vn -0.986199 -0.159764 0.043438 -vn -0.842141 -0.000144 -0.539258 -vn -0.830083 -0.075739 -0.552472 -vn -0.809004 -0.586707 0.035882 -vn -0.740017 -0.503845 -0.445549 -vn -0.664804 -0.746938 0.010949 -vn -0.604296 -0.787235 -0.122830 -vn -0.646531 -0.572362 -0.504381 -vn -0.490845 -0.542277 -0.681914 -vn -0.646531 -0.572362 -0.504381 -vn -0.632963 -0.473035 -0.612859 -vn -0.333532 -0.882124 -0.332587 -vn -0.335218 -0.594007 -0.731289 -vn -0.158191 -0.968856 -0.190509 -vn -0.380220 0.001180 -0.924895 -vn -0.371879 -0.002097 -0.928279 -vn -0.267907 -0.002550 -0.963442 -vn -0.389560 -0.001964 -0.920999 -vn -0.826826 0.000330 -0.562458 -vn 0.832599 -0.181371 0.523338 -vn 0.872781 -0.198887 0.445754 -vn 0.801867 -0.153243 0.577517 -vn 0.935289 -0.261617 0.238310 -vn 0.953451 -0.299155 0.037906 -vn 0.203402 0.108452 0.973070 -vn 0.897387 -0.362833 0.251096 -vn 0.700377 -0.683564 0.205455 -vn 0.549356 -0.177953 0.816419 -vn 0.227664 -0.823767 0.519208 -vn 0.330085 -0.865388 0.377025 -vn 0.020056 -0.893446 0.448722 -vn 0.263460 -0.229167 0.937055 -vn 0.740643 -0.657327 0.139176 -vn 0.623028 -0.761775 0.177584 -vn 0.347168 -0.903449 0.251503 -vn -0.212145 -0.925348 0.314207 -vn 0.755431 -0.624088 -0.199595 -vn 0.657334 -0.402572 -0.637062 -vn 0.708449 -0.309294 -0.634379 -vn 0.544240 -0.307866 -0.780399 -vn 0.643181 -0.296557 -0.705955 -vn 0.562208 -0.421174 -0.711713 -vn 0.348628 -0.114683 -0.930218 -vn 0.247913 -0.864367 -0.437503 -vn 0.133159 -0.669547 -0.730736 -vn 0.884474 -0.292472 -0.363545 -vn 0.849437 -0.277107 -0.449076 -vn 0.714667 -0.234386 -0.659025 -vn 0.504964 -0.165016 -0.847220 -vn -0.453268 0.292082 0.842162 -vn -0.412532 0.271738 0.869469 -vn -0.335770 0.272412 0.901693 -vn -0.847455 0.348233 0.400691 -vn -0.823026 0.352040 0.445753 -vn -0.862661 0.348736 0.366332 -vn -0.957353 0.101097 0.270658 -vn -0.955042 -0.017820 0.295936 -vn -0.910059 -0.229859 0.344901 -vn -0.614790 0.090138 0.783523 -vn -0.657874 -0.433578 0.615802 -vn -0.346275 -0.033084 0.937550 -vn -0.536962 -0.786927 0.304002 -vn -0.743209 -0.613262 0.267490 -vn -0.916053 -0.345288 0.204017 -vn -0.987301 0.152806 0.043434 -vn -0.800994 0.260092 -0.539222 -vn -0.812829 0.184400 -0.552544 -vn -0.950660 -0.308138 0.036007 -vn -0.859509 -0.250480 -0.445538 -vn -0.863073 -0.504959 0.011021 -vn -0.817986 -0.561974 -0.122815 -vn -0.791797 -0.344482 -0.504371 -vn -0.634444 -0.364008 -0.681893 -vn -0.791797 -0.344482 -0.504371 -vn -0.748137 -0.254278 -0.612889 -vn -0.589837 -0.735876 -0.332535 -vn -0.502386 -0.461281 -0.731320 -vn -0.449827 -0.872548 -0.190566 -vn -0.361322 0.118614 -0.924866 -vn -0.371113 0.118531 -0.920992 -vn -0.786268 0.255803 -0.562448 -vn -0.939359 0.307625 -0.151562 -vn 0.659416 -0.338964 0.671024 -vn 0.666661 -0.350797 0.657651 -vn 0.686464 -0.367665 0.627367 -vn 0.715247 -0.393503 0.577562 -vn 0.768580 -0.458864 0.445790 -vn 0.788893 -0.493220 0.366581 -vn 0.741358 -0.622368 0.251089 -vn 0.454941 -0.866548 0.205241 -vn 0.409701 -0.816127 0.407532 -vn 0.241814 -0.877550 0.414044 -vn 0.472206 -0.588738 0.656056 -vn -0.038035 -0.853840 0.519144 -vn 0.248123 -0.495073 0.832669 -vn 0.179770 -0.299309 0.937068 -vn 0.311290 -0.375833 0.872839 -vn 0.390706 -0.108709 0.914074 -vn 0.501288 -0.854017 0.139162 -vn 0.357073 -0.917041 0.177581 -vn 0.050923 -0.966519 0.251491 -vn -0.487736 -0.814485 0.314210 -vn 0.408162 -0.900622 -0.149275 -vn 0.525578 -0.827066 -0.199323 -vn 0.414034 -0.827264 -0.379750 -vn 0.127620 -0.614597 -0.778449 -vn 0.309317 -0.532958 -0.787578 -vn 0.273400 -0.651776 -0.707418 -vn 0.022499 -0.823808 -0.566422 -vn -0.031336 -0.898643 -0.437560 -vn 0.717260 -0.522736 -0.460744 -vn 0.607251 -0.443778 -0.659020 -vn 0.554126 -0.401703 -0.729095 -vn 0.489225 -0.355439 -0.796443 -vn 0.429335 -0.313016 -0.847167 -vn 0.296219 -0.216846 -0.930179 -vn -0.455151 0.481072 0.749271 -vn -0.445536 0.467746 0.763355 -vn -0.375888 0.433801 0.818856 -vn -0.308359 0.385877 0.869491 -vn -0.561585 0.540056 0.626867 -vn -0.698396 0.593108 0.400583 -vn -0.712665 0.598260 0.366324 -vn -0.912607 0.379262 0.152670 -vn -0.903753 0.135944 0.405894 -vn -0.784757 0.015825 0.619602 -vn -0.453758 0.176866 0.873397 -vn -0.702497 -0.114208 0.702463 -vn -0.753819 -0.582542 0.303975 -vn -0.896318 -0.353662 0.267464 -vn -0.977914 -0.045373 0.204022 -vn -0.958573 0.261174 0.113693 -vn -0.880829 0.470904 0.048887 -vn -0.891736 0.450468 0.043419 -vn -0.681352 0.494887 -0.539301 -vn -0.716053 0.426649 -0.552484 -vn -0.999351 0.000703 0.036027 -vn -0.894828 0.027355 -0.445572 -vn -0.976885 -0.213484 0.011001 -vn -0.888470 -0.432701 -0.152939 -vn -0.789921 -0.231686 -0.567756 -vn -0.218129 0.155416 -0.963465 -vn -0.307050 0.224438 -0.924850 -vn -0.302085 0.216930 -0.928271 -vn -0.668668 0.486271 -0.562516 -vn -0.798328 0.582838 -0.151565 -vn 0.589155 -0.673911 0.445803 -vn 0.597875 -0.712861 0.366573 -vn 0.605122 -0.734955 0.306053 -vn 0.228275 -0.031817 0.973077 -vn 0.512707 -0.821033 0.251070 -vn 0.164856 -0.964691 0.205409 -vn 0.455956 -0.422140 0.783519 -vn 0.339769 -0.466889 0.816439 -vn -0.300040 -0.800307 0.519119 -vn -0.241632 -0.894155 0.376962 -vn 0.078404 -0.340244 0.937063 -vn -0.136344 -0.522929 0.841401 -vn 0.450656 -0.891541 0.045432 -vn 0.212862 -0.967118 0.139187 -vn 0.056254 -0.982497 0.177582 -vn -0.250182 -0.934958 0.251522 -vn -0.715492 -0.623986 0.314187 -vn 0.109857 -0.982676 -0.149262 -vn 0.244299 -0.948975 -0.199410 -vn 0.295179 -0.712061 -0.637055 -vn 0.391277 -0.666601 -0.634464 -vn 0.259349 -0.568947 -0.780409 -vn 0.346078 -0.618024 -0.705887 -vn 0.207211 -0.671192 -0.711734 -vn -0.036399 -0.941132 -0.336074 -vn 0.214663 -0.297751 -0.930196 -vn -0.307496 -0.844941 -0.437631 -vn -0.285826 -0.619951 -0.730729 -vn 0.578466 -0.799692 -0.160838 -vn 0.543645 -0.756569 -0.363391 -vn 0.440364 -0.609720 -0.659030 -vn 0.311579 -0.430385 -0.847164 -vn 0.213544 -0.291569 -0.932409 -vn -0.338985 0.659392 0.671038 -vn -0.322969 0.636421 0.700471 -vn -0.284182 0.598124 0.749325 -vn -0.173342 0.462770 0.869365 -vn -0.480934 0.779881 0.400610 -vn -0.680631 0.723329 0.116349 -vn -0.817486 0.408587 0.405923 -vn -0.741453 0.257521 0.619621 -vn -0.376914 0.308464 0.873376 -vn -0.787080 0.035927 0.615804 -vn -0.896951 -0.321073 0.303958 -vn -0.961735 -0.059266 0.267495 -vn -0.944086 0.259005 0.204005 -vn -0.766074 0.639186 -0.067619 -vn -0.495081 0.681206 -0.539309 -vn -0.549158 0.626999 -0.552538 -vn -0.975473 0.217778 0.032011 -vn -0.883476 0.373220 -0.283155 -vn -0.842544 0.302586 -0.445602 -vn -0.978698 -0.136963 -0.152942 -vn -0.822794 0.023764 -0.567843 -vn -0.159509 0.215261 -0.963442 -vn -0.776937 -0.139296 -0.613976 -vn -0.222568 0.308280 -0.924893 -vn -0.220327 0.299643 -0.928262 -vn -0.485710 0.669080 -0.562510 -vn 0.334237 -0.661817 0.671032 -vn 0.339206 -0.700928 0.627407 -vn 0.347342 -0.738778 0.577547 -vn 0.338164 -0.910400 0.238363 -vn 0.318349 -0.947214 0.037930 -vn 0.207296 -0.100833 0.973068 -vn 0.157898 -0.966378 0.202933 -vn 0.186322 -0.975656 0.115668 -vn -0.141321 -0.968444 0.205294 -vn 0.303215 -0.542396 0.783497 -vn 0.178835 -0.549123 0.816383 -vn -0.532655 -0.668380 0.519180 -vn -0.506111 -0.775692 0.377033 -vn -0.711034 -0.541422 0.448658 -vn -0.030642 -0.347899 0.937031 -vn -0.250036 -0.951815 0.177565 -vn -0.526805 -0.811924 0.251507 -vn -0.842235 -0.439483 0.312241 -vn 0.241932 -0.956120 -0.165237 -vn 0.062413 -0.973402 -0.220438 -vn -0.151330 -0.912627 -0.379752 -vn -0.325406 -0.883822 -0.336110 -vn -0.257984 -0.572218 -0.778467 -vn -0.063077 -0.612956 -0.787595 -vn -0.161874 -0.687988 -0.707439 -vn -0.465964 -0.679728 -0.566434 -vn -0.553572 -0.708645 -0.437470 -vn -0.553572 -0.708645 -0.437470 -vn -0.627124 -0.719884 -0.297461 -vn -0.819961 -0.572287 -0.012332 -vn 0.283236 -0.887423 -0.363673 -vn 0.275118 -0.850063 -0.449113 -vn 0.230424 -0.715922 -0.659060 -vn 0.212143 -0.650619 -0.729171 -vn 0.186889 -0.575116 -0.796439 -vn 0.163397 -0.505706 -0.847091 -vn 0.113017 -0.343295 -0.932403 -vn 0.079505 -0.257514 -0.962998 -vn -0.118610 0.731885 0.671027 -vn -0.110455 0.705057 0.700496 -vn -0.085410 0.656693 0.749306 -vn -0.022626 0.493419 0.869498 -vn -0.287200 0.910408 0.297781 -vn -0.323450 0.906061 0.272825 -vn -0.481061 0.833865 0.270646 -vn -0.651208 0.641182 0.405973 -vn -0.625597 0.473965 0.619666 -vn -0.263136 0.409782 0.873406 -vn -0.737475 0.277420 0.615767 -vn -0.625955 0.157169 0.763857 -vn -0.952272 -0.028165 0.303948 -vn -0.932960 0.240870 0.267522 -vn -0.817825 0.538082 0.204034 -vn -0.531071 0.844628 -0.067574 -vn -0.260330 0.800838 -0.539339 -vn -0.328520 0.765971 -0.552597 -vn -0.808058 0.587999 0.036052 -vn -0.707884 0.548087 -0.445535 -vn -0.915803 0.401477 0.010970 -vn -0.973115 0.172225 -0.152924 -vn -0.775219 0.276871 -0.567783 -vn -0.085195 0.254031 -0.963437 -vn -0.116401 0.361964 -0.924896 -vn -0.116926 0.353084 -0.928257 -vn -0.255235 0.786487 -0.562399 -vn 0.113371 -0.732713 0.671028 -vn 0.106008 -0.771453 0.627393 -vn 0.102050 -0.809937 0.577571 -vn 0.040240 -0.970348 0.238340 -vn 0.010078 -0.999231 0.037906 -vn 0.165969 -0.160653 0.972957 -vn -0.148621 -0.967849 0.202929 -vn -0.124274 -0.985493 0.115580 -vn -0.433586 -0.877382 0.205439 -vn 0.120809 -0.609529 0.783504 -vn 0.000410 -0.577451 0.816426 -vn -0.713100 -0.471049 0.519231 -vn -0.721031 -0.581373 0.376987 -vn -0.136539 -0.321446 0.937032 -vn -0.531982 -0.827918 0.177614 -vn -0.752031 -0.609250 0.251523 -vn -0.945605 -0.084247 0.314219 -vn -0.065258 -0.984037 -0.165570 -vn -0.241416 -0.945042 -0.220488 -vn -0.179731 -0.749544 -0.637087 -vn -0.075299 -0.769321 -0.634410 -vn -0.124594 -0.612731 -0.780408 -vn -0.582566 -0.740014 -0.336149 -vn -0.001295 -0.367109 -0.930177 -vn -0.745449 -0.502907 -0.437482 -vn -0.595641 -0.333556 -0.730721 -vn -0.914409 -0.267339 0.303950 -vn -0.004885 -0.931562 -0.363550 -vn -0.002055 -0.752192 -0.658940 -vn -0.000840 -0.531337 -0.847160 -vn 0.113375 0.732729 0.671010 -vn 0.112842 0.704729 0.700445 -vn 0.121696 0.650955 0.749298 -vn 0.130934 0.476335 0.869460 -vn 0.069283 0.913568 0.400741 -vn -0.199785 0.941751 0.270539 -vn -0.199785 0.941751 0.270539 -vn -0.312055 0.902812 0.295892 -vn -0.499756 0.794500 0.344983 -vn -0.104234 0.612530 0.783545 -vn -0.615648 0.491746 0.615762 -vn -0.914409 0.267339 0.303951 -vn -0.812869 0.517379 0.267513 -vn -0.611473 0.764512 0.204015 -vn -0.159718 0.986205 0.043464 -vn -0.000138 0.842207 -0.539154 -vn -0.075663 0.830114 -0.552437 -vn -0.586769 0.808960 0.035860 -vn -0.503862 0.739962 -0.445622 -vn -0.746914 0.664830 0.011032 -vn -0.872283 0.464461 -0.152967 -vn -0.651675 0.502879 -0.567831 -vn -0.002544 0.267924 -0.963437 -vn 0.001186 0.380210 -0.924899 -vn 0.000327 0.826832 -0.562449 -vn -0.118602 -0.731876 0.671037 -vn -0.137561 -0.766464 0.627383 -vn -0.153252 -0.801829 0.577567 -vn -0.261601 -0.935288 0.238330 -vn -0.299183 -0.953441 0.037953 -vn 0.017328 -0.405161 0.914081 -vn -0.440317 -0.874623 0.202868 -vn -0.423079 -0.898687 0.115609 -vn -0.683496 -0.700479 0.205335 -vn -0.177998 -0.549305 0.816444 -vn -0.823746 -0.227637 0.519253 -vn -0.865398 -0.330131 0.376961 -vn -0.893459 -0.020095 0.448695 -vn -0.229216 -0.263500 0.937031 -vn -0.761802 -0.622991 0.177594 -vn -0.903498 -0.347010 0.251547 -vn -0.925360 0.212123 0.314186 -vn -0.366130 -0.915661 -0.165871 -vn -0.521604 -0.824196 -0.220524 -vn -0.402524 -0.657322 -0.637104 -vn -0.309320 -0.708355 -0.634471 -vn -0.307839 -0.544243 -0.780407 -vn -0.114664 -0.348729 -0.930183 -vn -0.864367 -0.247914 -0.437503 -vn -0.669551 -0.133154 -0.730733 -vn -0.764329 0.065295 -0.641512 -vn -0.292553 -0.884397 -0.363668 -vn -0.234335 -0.714680 -0.659030 -vn -0.164937 -0.505090 -0.847160 -vn 0.207296 0.100834 0.973068 -vn 0.338865 0.819523 0.462117 -vn 0.342739 0.780806 0.522371 -vn 0.101012 0.957314 0.270826 -vn -0.017775 0.955047 0.295921 -vn 0.256443 0.727923 0.635897 -vn 0.176938 0.778182 0.602599 -vn -0.373013 0.903140 0.212602 -vn 0.090150 0.614793 0.783519 -vn -0.227544 0.751141 0.619687 -vn -0.433551 0.657956 0.615733 -vn -0.786977 0.536917 0.303953 -vn -0.613251 0.743204 0.267528 -vn -0.345372 0.916016 0.204040 -vn 0.074309 0.994234 0.077306 -vn 0.175536 0.983259 0.048866 -vn 0.152823 0.987296 0.043489 -vn 0.066921 0.995459 -0.067691 -vn 0.154873 0.987005 -0.042846 -vn 0.260102 0.800931 -0.539311 -vn 0.184574 0.812744 -0.552612 -vn -0.308112 0.950670 0.035975 -vn -0.250465 0.859456 -0.445649 -vn -0.504958 0.863073 0.011072 -vn -0.686064 0.711285 -0.152936 -vn -0.464388 0.679672 -0.567793 -vn 0.080317 0.255581 -0.963446 -vn 0.118672 0.361263 -0.924882 -vn 0.113016 0.354402 -0.928238 -vn 0.255844 0.786335 -0.562336 -vn -0.393537 -0.715229 0.577560 -vn -0.338976 -0.659402 0.671032 -vn -0.367677 -0.686449 0.627377 -vn -0.537817 -0.808672 0.238333 -vn -0.579145 -0.814342 0.037932 -vn -0.197117 -0.506912 0.839158 -vn -0.249652 -0.563200 0.787705 -vn -0.622281 -0.741424 0.251111 -vn -0.816133 -0.409779 0.407441 -vn -0.877570 -0.241777 0.414023 -vn -0.870230 -0.350049 0.346650 -vn -0.853780 0.038073 0.519240 -vn -0.880144 -0.117685 0.459887 -vn -0.495076 -0.248173 0.832652 -vn -0.299355 -0.179766 0.937054 -vn -0.853977 -0.501361 0.139144 -vn -0.961573 -0.150207 0.229817 -vn -0.966512 -0.050964 0.251511 -vn -0.814549 0.487627 0.314213 -vn -0.826986 -0.525622 -0.199540 -vn -0.585936 -0.500799 -0.637087 -vn -0.513171 -0.578031 -0.634457 -vn -0.460989 -0.422408 -0.780424 -vn -0.480746 -0.520105 -0.705956 -vn -0.574349 -0.404492 -0.711695 -vn -0.216780 -0.296224 -0.930192 -vn -0.898671 0.031331 -0.437503 -vn -0.677900 0.080261 -0.730759 -vn -0.706704 0.298272 -0.641563 -vn -0.551511 -0.750775 -0.363555 -vn -0.525931 -0.722292 -0.449100 -vn -0.443731 -0.607336 -0.658974 -vn -0.312971 -0.429384 -0.847159 -vn -0.211348 -0.293194 -0.932400 -vn 0.417781 0.340824 0.842198 -vn 0.385894 0.308334 0.869492 -vn 0.362850 0.235226 0.901670 -vn 0.593109 0.698380 0.400607 -vn 0.589181 0.673894 0.445795 -vn 0.598277 0.712642 0.366342 -vn 0.391844 0.879328 0.270630 -vn 0.278202 0.913798 0.295934 -vn 0.275722 0.556796 0.783553 -vn 0.015779 0.784688 0.619690 -vn -0.072992 0.836539 0.543024 -vn 0.075478 0.339616 0.937531 -vn -0.582489 0.753873 0.303945 -vn -0.250192 0.934955 0.251520 -vn -0.045349 0.977919 0.204005 -vn 0.450499 0.891719 0.043444 -vn 0.494882 0.681369 -0.539284 -vn 0.426716 0.715982 -0.552524 -vn 0.000728 0.999350 0.036056 -vn 0.027316 0.894840 -0.445550 -vn -0.213482 0.976885 0.011008 -vn -0.432695 0.888481 -0.152894 -vn -0.231606 0.789882 -0.567843 -vn 0.155407 0.218252 -0.963439 -vn 0.224456 0.306899 -0.924896 -vn 0.216908 0.302127 -0.928262 -vn 0.486264 0.668675 -0.562513 -vn 0.582861 0.798311 -0.151566 -vn -0.372830 -0.441266 0.816261 -vn -0.446993 -0.467053 0.762927 -vn -0.455100 -0.481048 0.749318 -vn -0.561807 -0.539229 0.627380 -vn -0.595299 -0.558618 0.577551 -vn -0.761377 -0.602912 0.238331 -vn -0.802450 -0.595514 0.037902 -vn -0.820943 -0.512828 0.251117 -vn -0.964694 -0.164912 0.205353 -vn -0.809751 -0.279546 0.515904 -vn -0.800238 0.300110 0.519185 -vn -0.894133 0.241694 0.376976 -vn -0.547533 -0.083028 0.832655 -vn -0.340241 -0.078447 0.937060 -vn -0.967121 -0.212871 0.139152 -vn -0.982498 -0.056252 0.177579 -vn -0.934915 0.250404 0.251461 -vn -0.623929 0.715535 0.314202 -vn -0.948959 -0.244266 -0.199527 -vn -0.712038 -0.295174 -0.637083 -vn -0.666645 -0.391291 -0.634410 -vn -0.744042 -0.352206 -0.567761 -vn -0.914696 -0.138167 -0.379790 -vn -0.568944 -0.259311 -0.780423 -vn -0.941127 0.036395 -0.336089 -vn -0.297695 -0.214730 -0.930198 -vn -0.397109 -0.103976 -0.911863 -vn -0.845023 0.307477 -0.437487 -vn -0.619936 0.285840 -0.730736 -vn -0.718772 -0.520659 -0.460740 -vn -0.728999 -0.525688 -0.438420 -vn -0.723400 -0.524470 -0.449025 -vn -0.738411 -0.536259 -0.408871 -vn -0.529514 -0.383888 -0.756468 -vn -0.430355 -0.311656 -0.847151 -vn 0.598159 0.284172 0.749301 -vn 0.582589 0.279185 0.763312 -vn 0.528692 0.223425 0.818881 -vn 0.462322 0.174005 0.869472 -vn 0.687140 0.367195 0.626902 -vn 0.804842 0.531844 0.263384 -vn 0.808600 0.537876 0.238444 -vn 0.723018 0.680968 0.116307 -vn 0.610523 0.755527 0.237574 -vn 0.408631 0.817420 0.406011 -vn 0.426605 0.853191 0.300122 -vn 0.257495 0.741415 0.619678 -vn 0.308436 0.376897 0.873393 -vn 0.035974 0.787125 0.615743 -vn -0.267771 0.658942 0.702919 -vn -0.321114 0.896938 0.303953 -vn -0.059253 0.961733 0.267504 -vn 0.259056 0.944071 0.204008 -vn 0.639308 0.765970 -0.067648 -vn 0.681185 0.495115 -0.539303 -vn 0.626998 0.549192 -0.552504 -vn 0.309539 0.950206 0.035964 -vn 0.302518 0.842587 -0.445566 -vn 0.098853 0.995041 0.011002 -vn -0.136943 0.978698 -0.152963 -vn 0.023769 0.822841 -0.567775 -vn 0.215250 0.159547 -0.963438 -vn -0.139316 0.776922 -0.613990 -vn 0.308338 0.222525 -0.924884 -vn 0.299667 0.220316 -0.928257 -vn 0.669214 0.485717 -0.562345 -vn -0.823001 -0.352081 0.445767 -vn -0.862706 -0.348349 0.366594 -vn -0.885958 -0.348411 0.306087 -vn -0.100804 -0.207299 0.973070 -vn -0.966374 -0.158036 0.202843 -vn -0.975674 -0.186136 0.115820 -vn -0.968431 0.141341 0.205338 -vn -0.542335 -0.303232 0.783533 -vn -0.549048 -0.178848 0.816431 -vn -0.668397 0.532596 0.519218 -vn -0.775723 0.506103 0.376980 -vn -0.541395 0.711038 0.448684 -vn -0.347856 0.030527 0.937051 -vn -0.951779 0.250163 0.177583 -vn -0.811864 0.526909 0.251483 -vn -0.439469 0.842203 0.312348 -vn -0.956110 -0.241825 -0.165449 -vn -0.973406 -0.062435 -0.220413 -vn -0.912616 0.151293 -0.379792 -vn -0.883824 0.325390 -0.336120 -vn -0.572204 0.257997 -0.778473 -vn -0.612965 0.063020 -0.787593 -vn -0.687936 0.161939 -0.707474 -vn -0.679659 0.466067 -0.566433 -vn -0.708616 0.553590 -0.437495 -vn -0.708616 0.553590 -0.437495 -vn -0.719883 0.627108 -0.297496 -vn -0.572277 0.819969 -0.012268 -vn -0.939310 -0.303016 -0.160869 -vn -0.887506 -0.283218 -0.363485 -vn -0.850054 -0.275175 -0.449096 -vn -0.715909 -0.230485 -0.659053 -vn -0.650724 -0.212121 -0.729084 -vn -0.575048 -0.186888 -0.796488 -vn -0.505520 -0.163420 -0.847198 -vn 0.731895 0.118617 0.671014 -vn 0.705151 0.110442 0.700403 -vn 0.656647 0.085441 0.749343 -vn 0.493434 0.022649 0.869488 -vn 0.862145 0.207579 0.462187 -vn 0.833796 0.481167 0.270670 -vn 0.762180 0.575752 0.295959 -vn 0.641213 0.651231 0.405888 -vn 0.474037 0.625560 0.619649 -vn 0.409813 0.263160 0.873384 -vn 0.277414 0.737499 0.615741 -vn 0.157187 0.625977 0.763836 -vn -0.028196 0.952275 0.303938 -vn 0.240892 0.932957 0.267512 -vn 0.538135 0.817793 0.204022 -vn 0.848101 0.524163 0.077317 -vn 0.898669 0.435897 0.048867 -vn 0.888591 0.456637 0.043460 -vn 0.844714 0.530929 -0.067626 -vn 0.889481 0.454975 -0.042672 -vn 0.800898 0.260359 -0.539236 -vn 0.766085 0.328465 -0.552471 -vn 0.588010 0.808053 0.035980 -vn 0.548082 0.707854 -0.445588 -vn 0.401463 0.915810 0.010961 -vn 0.331431 0.935464 -0.122724 -vn 0.438066 0.744135 -0.504343 -vn 0.299266 0.667419 -0.681903 -vn 0.438066 0.744135 -0.504343 -vn 0.455779 0.645465 -0.612895 -vn 0.135249 0.668490 -0.731320 -vn 0.002700 0.513295 -0.858208 -vn 0.060684 0.213212 -0.975120 -vn 0.362096 0.116365 -0.924849 -vn 0.353114 0.116914 -0.928247 -vn 0.369949 0.122258 -0.920973 -vn 0.786443 0.255173 -0.562489 -vn -0.732702 -0.113379 0.671039 -vn -0.771459 -0.106009 0.627386 -vn -0.809942 -0.102049 0.577564 -vn -0.970354 -0.040261 0.238310 -vn -0.999230 -0.010114 0.037912 -vn -0.159972 -0.166004 0.973063 -vn -0.967873 0.148583 0.202844 -vn -0.985459 0.124396 0.115739 -vn -0.877420 0.433563 0.205324 -vn -0.633889 0.220884 0.741212 -vn -0.471053 0.713105 0.519221 -vn -0.581351 0.721082 0.376925 -vn -0.516039 -0.130450 0.846573 -vn -0.295164 0.843547 0.448672 -vn -0.321417 0.136513 0.937046 -vn -0.342931 0.417707 0.841379 -vn -0.827966 0.531918 0.177585 -vn -0.609357 0.751948 0.251511 -vn -0.157672 0.936811 0.312289 -vn -0.984034 0.065379 -0.165536 -vn -0.945069 0.241320 -0.220477 -vn -0.821202 0.425891 -0.379795 -vn -0.740010 0.582579 -0.336135 -vn -0.464490 0.422228 -0.778442 -vn -0.563522 0.249307 -0.787584 -vn -0.604231 0.366574 -0.707480 -vn -0.502382 0.653248 -0.566463 -vn -0.502884 0.745457 -0.437495 -vn -0.502884 0.745457 -0.437495 -vn -0.490912 0.818843 -0.297493 -vn -0.290864 0.956686 -0.012208 -vn -0.931565 0.004882 -0.363543 -vn -0.893520 0.000978 -0.449023 -vn -0.752110 0.002065 -0.659035 -vn -0.684411 -0.000687 -0.729096 -vn -0.604707 -0.000032 -0.796448 -vn -0.531245 0.000837 -0.847218 -vn -0.367051 0.001302 -0.930200 -vn 0.732738 -0.113364 0.671002 -vn 0.704774 -0.112809 0.700405 -vn 0.650943 -0.121689 0.749310 -vn 0.475368 -0.133097 0.869661 -vn 0.954577 -0.008153 0.297852 -vn 0.961679 0.027696 0.272776 -vn 0.941707 0.199773 0.270700 -vn 0.811053 0.421254 0.405880 -vn 0.644168 0.448426 0.619647 -vn 0.471076 0.123677 0.873379 -vn 0.491741 0.615701 0.615714 -vn 0.267391 0.914385 0.303977 -vn 0.517367 0.812878 0.267507 -vn 0.764439 0.611562 0.204024 -vn 0.986192 0.159801 0.043454 -vn 0.842128 0.000145 -0.539277 -vn 0.830062 0.075813 -0.552493 -vn 0.809046 0.586651 0.035855 -vn 0.739986 0.503856 -0.445589 -vn 0.664777 0.746960 0.011041 -vn 0.604303 0.787244 -0.122739 -vn 0.646558 0.572410 -0.504291 -vn 0.490876 0.542285 -0.681886 -vn 0.646558 0.572410 -0.504291 -vn 0.632929 0.473117 -0.612831 -vn 0.333541 0.882127 -0.332569 -vn 0.335221 0.594001 -0.731294 -vn 0.158180 0.968867 -0.190460 -vn 0.380232 -0.001185 -0.924890 -vn 0.371889 0.002095 -0.928275 -vn 0.267858 0.002551 -0.963455 -vn 0.389625 0.001964 -0.920972 -vn 0.826827 -0.000330 -0.562457 -vn -0.731871 0.118586 0.671046 -vn -0.766418 0.137558 0.627440 -vn -0.801851 0.153225 0.577544 -vn -0.935296 0.261598 0.238303 -vn -0.953454 0.299149 0.037888 -vn -0.203402 -0.108444 0.973071 -vn -0.874534 0.440509 0.202836 -vn -0.898906 0.422576 0.115751 -vn -0.700431 0.683542 0.205346 -vn -0.617010 0.073483 0.783517 -vn -0.549347 0.178029 0.816409 -vn -0.227668 0.823776 0.519192 -vn -0.330106 0.865397 0.376985 -vn -0.263508 0.229181 0.937038 -vn -0.623001 0.761796 0.177585 -vn -0.347068 0.903489 0.251499 -vn 0.212148 0.925351 0.314195 -vn -0.915720 0.366137 -0.165533 -vn -0.824170 0.521662 -0.220484 -vn -0.657308 0.402585 -0.637080 -vn -0.708443 0.309245 -0.634410 -vn -0.722292 0.394959 -0.567716 -vn -0.649415 0.658830 -0.379742 -vn -0.544227 0.307890 -0.780398 -vn -0.348714 0.114683 -0.930186 -vn -0.317521 0.260216 -0.911849 -vn -0.247917 0.864392 -0.437452 -vn -0.133145 0.669523 -0.730761 -vn -0.077474 0.874645 -0.478533 -vn -0.923731 0.302481 -0.235003 -vn -0.621752 0.202633 -0.756548 -vn -0.505086 0.165011 -0.847148 -vn 0.661838 -0.334225 0.671017 -vn 0.635439 -0.325044 0.700402 -vn 0.581461 -0.316904 0.749317 -vn 0.412533 -0.271764 0.869460 -vn 0.819535 -0.338862 0.462099 -vn 0.957375 -0.100798 0.270689 -vn 0.955045 0.017796 0.295927 -vn 0.778185 -0.176766 0.602646 -vn 0.903099 0.373108 0.212610 -vn 0.614796 -0.090117 0.783521 -vn 0.751203 0.227340 0.619686 -vn 0.657931 0.433549 0.615761 -vn 0.536985 0.786906 0.304016 -vn 0.743166 0.613320 0.267475 -vn 0.916012 0.345399 0.204016 -vn 0.994230 -0.074327 0.077343 -vn 0.983274 -0.175460 0.048853 -vn 0.987286 -0.152893 0.043474 -vn 0.995462 -0.066866 -0.067710 -vn 0.987101 -0.154293 -0.042733 -vn 0.800958 -0.260081 -0.539281 -vn 0.812837 -0.184400 -0.552533 -vn 0.950688 0.308048 0.036031 -vn 0.859456 0.250527 -0.445614 -vn 0.863115 0.504887 0.010984 -vn 0.711277 0.686076 -0.152920 -vn 0.679642 0.464411 -0.567811 -vn 0.255583 -0.080372 -0.963441 -vn 0.361303 -0.118606 -0.924874 -vn 0.786279 -0.255795 -0.562436 -vn -0.659421 0.338950 0.671027 -vn -0.686472 0.367642 0.627372 -vn -0.715223 0.393528 0.577574 -vn -0.808682 0.537801 0.238336 -vn -0.814301 0.579204 0.037898 -vn -0.279630 0.016320 0.959969 -vn -0.455060 0.866441 0.205425 -vn -0.540358 0.824916 0.165913 -vn -0.409705 0.816167 0.407446 -vn -0.241834 0.877542 0.414048 -vn -0.467440 0.339034 0.816429 -vn 0.038066 0.853825 0.519167 -vn -0.248145 0.494947 0.832737 -vn -0.179756 0.299375 0.937050 -vn -0.031967 0.539532 0.841358 -vn -0.618113 0.780322 0.095052 -vn -0.357042 0.917057 0.177560 -vn -0.050887 0.966527 0.251468 -vn 0.487689 0.814526 0.314178 -vn -0.715189 0.650272 -0.256223 -vn -0.408151 0.900632 -0.149247 -vn -0.525617 0.826987 -0.199546 -vn -0.488494 0.864152 -0.120890 -vn -0.500782 0.585945 -0.637092 -vn -0.578102 0.513155 -0.634406 -vn -0.564894 0.598720 -0.567828 -vn -0.414036 0.827268 -0.379739 -vn -0.422429 0.460972 -0.780422 -vn -0.256249 0.906274 -0.336161 -vn -0.296200 0.216834 -0.930187 -vn -0.221577 0.345618 -0.911840 -vn 0.031324 0.898640 -0.437568 -vn 0.080271 0.677905 -0.730754 -vn -0.717274 0.522726 -0.460733 -vn -0.528819 0.384795 -0.756494 -vn -0.429384 0.312998 -0.847149 -vn 0.526174 -0.522381 0.671013 -vn 0.503785 -0.505570 0.700428 -vn 0.455136 -0.481070 0.749282 -vn 0.308368 -0.385883 0.869485 -vn 0.767509 -0.567642 0.297847 -vn 0.794141 -0.543016 0.272899 -vn 0.879345 -0.391790 0.270653 -vn 0.903786 -0.135860 0.405848 -vn 0.784742 -0.015780 0.619622 -vn 0.836538 0.072982 0.543026 -vn 0.453739 -0.176935 0.873393 -vn 0.702456 0.114172 0.702510 -vn 0.759705 0.209054 0.615748 -vn 0.753767 0.582633 0.303932 -vn 0.934924 0.250356 0.251473 -vn 0.977910 0.045427 0.204033 -vn 0.891777 -0.450385 0.043435 -vn 0.681363 -0.494899 -0.539277 -vn 0.715934 -0.426815 -0.552511 -vn 0.999350 -0.000775 0.036035 -vn 0.757737 -0.148785 -0.635372 -vn 0.951607 0.281698 -0.122839 -vn 0.888474 0.432695 -0.152937 -vn 0.218188 -0.155418 -0.963452 -vn 0.695844 0.372563 -0.614002 -vn 0.306928 -0.224443 -0.924890 -vn 0.302017 -0.216935 -0.928291 -vn 0.668692 -0.486277 -0.562482 -vn -0.522406 0.526130 0.671028 -vn -0.539213 0.561798 0.627402 -vn -0.558652 0.595271 0.577547 -vn -0.602886 0.761411 0.238289 -vn -0.595521 0.802446 0.037895 -vn -0.316913 0.186907 0.929856 -vn -0.448919 0.870186 0.203096 -vn -0.478683 0.870310 0.115854 -vn -0.164927 0.964691 0.205352 -vn -0.339794 0.466958 0.816389 -vn 0.300045 0.800245 0.519212 -vn 0.241617 0.894178 0.376918 -vn -0.078428 0.340293 0.937043 -vn -0.056238 0.982494 0.177604 -vn 0.250253 0.934928 0.251561 -vn 0.665171 0.678258 0.312272 -vn -0.525909 0.834248 -0.165678 -vn -0.360083 0.906517 -0.220379 -vn -0.295167 0.712037 -0.637087 -vn -0.391291 0.666609 -0.634448 -vn -0.352219 0.743990 -0.567822 -vn -0.138163 0.914707 -0.379765 -vn -0.259301 0.569034 -0.780361 -vn 0.036393 0.941126 -0.336091 -vn -0.214683 0.297780 -0.930182 -vn -0.104008 0.397171 -0.911832 -vn 0.307500 0.845018 -0.437479 -vn 0.285839 0.619963 -0.730713 -vn 0.603000 0.797648 -0.012186 -vn -0.569547 0.787627 -0.235075 -vn -0.383995 0.529364 -0.756519 -vn -0.311580 0.430388 -0.847162 -vn 0.111526 -0.417773 0.901681 -vn 0.107732 -0.391386 0.913899 -vn 0.680864 -0.723091 0.116462 -vn 0.497656 -0.722987 0.479196 -vn 0.564719 -0.693180 0.447878 -vn 0.783176 -0.546929 0.295810 -vn 0.438076 -0.635283 0.636007 -vn 0.871341 -0.349066 0.344846 -vn 0.444373 -0.434343 0.783504 -vn 0.741466 -0.257504 0.619613 -vn 0.257977 -0.358306 0.897254 -vn 0.787114 -0.035896 0.615762 -vn 0.299704 -0.176761 0.937514 -vn 0.658951 0.267737 0.702923 -vn 0.896934 0.321108 0.303973 -vn 0.961739 0.059194 0.267497 -vn 0.944082 -0.259005 0.204022 -vn 0.766081 -0.639173 -0.067664 -vn 0.495099 -0.681204 -0.539294 -vn 0.549192 -0.626999 -0.552504 -vn 0.950180 -0.309622 0.035939 -vn 0.842543 -0.302602 -0.445593 -vn 0.995035 -0.098908 0.011076 -vn 0.992090 -0.026125 -0.122784 -vn 0.843097 -0.186609 -0.504346 -vn 0.727261 -0.078387 -0.681871 -vn 0.426278 -0.049817 -0.903220 -vn 0.222585 -0.308304 -0.924881 -vn 0.220334 -0.299660 -0.928255 -vn 0.230607 -0.314052 -0.920973 -vn 0.485727 -0.669131 -0.562435 -vn -0.342661 0.780197 0.523331 -vn -0.352072 0.823003 0.445770 -vn -0.347335 0.738763 0.577570 -vn -0.338173 0.910400 0.238350 -vn -0.318359 0.947213 0.037892 -vn -0.316991 0.582078 0.748801 -vn -0.207298 0.100818 0.973069 -vn -0.234196 0.939158 0.251264 -vn 0.141310 0.968429 0.205369 -vn -0.178822 0.549071 0.816421 -vn 0.532635 0.668386 0.519192 -vn 0.506112 0.775740 0.376932 -vn 0.030567 0.347863 0.937047 -vn 0.096406 0.985562 0.139190 -vn 0.250108 0.951786 0.177620 -vn 0.526848 0.811913 0.251452 -vn 0.842132 0.439664 0.312264 -vn 0.060825 0.977993 -0.199575 -vn -0.060740 0.768474 -0.636992 -vn -0.166122 0.754877 -0.634479 -vn -0.070846 0.621278 -0.780381 -vn -0.138181 0.694690 -0.705912 -vn 0.010345 0.702468 -0.711640 -vn 0.325408 0.883822 -0.336109 -vn -0.112204 0.349539 -0.930179 -vn 0.553523 0.708588 -0.437624 -vn 0.463422 0.501297 -0.730713 -vn -0.283291 0.887451 -0.363561 -vn -0.275128 0.850105 -0.449028 -vn -0.230461 0.715966 -0.658999 -vn -0.163379 0.505653 -0.847126 -vn 0.030115 -0.538399 0.842152 -vn 0.022657 -0.493457 0.869475 -vn -0.023004 -0.431817 0.901668 -vn 0.136900 -0.766958 0.626924 -vn 0.299189 -0.933709 0.196655 -vn 0.323134 -0.906116 0.273016 -vn 0.353496 -0.933400 0.061682 -vn 0.423897 -0.898230 0.116166 -vn 0.651204 -0.641248 0.405875 -vn 0.625549 -0.474095 0.619614 -vn 0.263069 -0.409846 0.873396 -vn 0.737525 -0.277363 0.615733 -vn 0.230336 -0.260683 0.937544 -vn 0.733778 -0.114742 0.669630 -vn 0.952251 0.028592 0.303973 -vn 0.932929 -0.241017 0.267497 -vn 0.817835 -0.538075 0.204012 -vn 0.531086 -0.844614 -0.067638 -vn 0.260373 -0.800890 -0.539241 -vn 0.328435 -0.766057 -0.552528 -vn 0.860397 -0.508620 0.031989 -vn 0.725084 -0.627787 -0.283086 -vn 0.707876 -0.548062 -0.445578 -vn 0.973108 -0.172252 -0.152937 -vn 0.775231 -0.276800 -0.567801 -vn 0.085195 -0.254018 -0.963440 -vn 0.781965 -0.107600 -0.613965 -vn 0.116383 -0.361983 -0.924891 -vn 0.116889 -0.353042 -0.928277 -vn 0.255192 -0.786458 -0.562459 -vn 0.698381 -0.644853 -0.310531 -vn 0.695624 -0.602801 -0.390816 -vn 0.491901 -0.418615 -0.763410 -vn 0.433333 -0.395223 -0.809952 -vn 0.106446 -0.119093 -0.987161 -vn 0.394207 -0.434126 -0.810022 -vn 0.564079 -0.650132 -0.509061 -vn 0.546775 -0.595618 -0.588453 -vn 0.698420 -0.698443 -0.156161 -vn 0.572445 -0.572512 -0.586973 -vn 0.416399 -0.416439 -0.808202 -vn 0.219579 -0.219608 -0.950556 -vn 0.464943 -0.829111 -0.310489 -vn 0.475308 -0.788256 -0.390812 -vn 0.397593 -0.703871 -0.588630 -vn 0.396464 -0.648473 -0.649845 -vn 0.289968 -0.509784 -0.809963 -vn 0.062080 -0.142474 -0.987850 -vn 0.240740 -0.534695 -0.810028 -vn 0.335566 -0.792621 -0.509064 -vn 0.335957 -0.735462 -0.588413 -vn 0.378009 -0.891885 -0.248297 -vn 0.431829 -0.847536 -0.308556 -vn 0.367517 -0.721365 -0.586996 -vn 0.267357 -0.524759 -0.808176 -vn 0.140981 -0.276718 -0.950553 -vn 0.185967 -0.932209 -0.310488 -vn 0.208469 -0.896585 -0.390737 -vn 0.151955 -0.627987 -0.763244 -vn 0.118266 -0.574460 -0.809944 -vn 0.016556 -0.161196 -0.986784 -vn 0.063738 -0.582895 -0.810044 -vn 0.074217 -0.857550 -0.509019 -vn 0.092268 -0.803287 -0.588402 -vn 0.154499 -0.975554 -0.156285 -vn 0.126610 -0.799650 -0.586967 -vn 0.092090 -0.581672 -0.808194 -vn 0.048561 -0.306744 -0.950553 -vn -0.060453 -0.757744 -0.649746 -vn -0.079065 -0.702256 -0.707520 -vn -0.060446 -0.757727 -0.649766 -vn -0.033502 -0.151766 -0.987849 -vn -0.119522 -0.574077 -0.810031 -vn -0.194420 -0.838552 -0.508951 -vn -0.160468 -0.792491 -0.588395 -vn -0.148829 -0.939514 -0.308487 -vn -0.126682 -0.799637 -0.586969 -vn -0.092156 -0.581612 -0.808230 -vn -0.048606 -0.306721 -0.950558 -vn -0.397498 -0.863468 -0.310514 -vn -0.358379 -0.847873 -0.390737 -vn -0.335763 -0.735363 -0.588646 -vn -0.291612 -0.701911 -0.649833 -vn -0.124239 -0.281486 -0.951489 -vn -0.078755 -0.133981 -0.987850 -vn -0.291092 -0.509053 -0.810019 -vn -0.444011 -0.737380 -0.509043 -vn -0.397503 -0.704109 -0.588407 -vn -0.499365 -0.830090 -0.248165 -vn -0.431865 -0.847532 -0.308516 -vn -0.367579 -0.721334 -0.586995 -vn -0.267364 -0.524685 -0.808222 -vn -0.644840 -0.698370 -0.310581 -vn -0.602833 -0.695619 -0.390778 -vn -0.395244 -0.433335 -0.809940 -vn -0.418677 -0.492055 -0.763277 -vn -0.434127 -0.394190 -0.810030 -vn -0.470432 -0.397753 -0.787709 -vn -0.455165 -0.394470 -0.798259 -vn -0.650092 -0.564062 -0.509132 -vn -0.595627 -0.546811 -0.588409 -vn -0.698444 -0.698427 -0.156123 -vn -0.572501 -0.572443 -0.586986 -vn -0.416429 -0.416384 -0.808215 -vn -0.219618 -0.219578 -0.950554 -vn -0.829101 -0.464944 -0.310514 -vn -0.788295 -0.475318 -0.390722 -vn -0.509770 -0.290004 -0.809958 -vn -0.550111 -0.338564 -0.763382 -vn -0.534718 -0.240735 -0.810015 -vn -0.570306 -0.232912 -0.787720 -vn -0.554725 -0.234516 -0.798299 -vn -0.792630 -0.335571 -0.509048 -vn -0.735453 -0.335975 -0.588413 -vn -0.880081 -0.448405 -0.156176 -vn -0.721362 -0.367515 -0.587000 -vn -0.524729 -0.267327 -0.808206 -vn -0.276721 -0.140969 -0.950554 -vn -0.932195 -0.185963 -0.310531 -vn -0.896589 -0.208425 -0.390752 -vn -0.792265 -0.160610 -0.588660 -vn -0.739249 -0.176658 -0.649849 -vn -0.154654 -0.015033 -0.987854 -vn -0.582964 -0.063725 -0.809995 -vn -0.857505 -0.074222 -0.509093 -vn -0.803277 -0.092268 -0.588415 -vn -0.975570 -0.154494 -0.156187 -vn -0.799643 -0.126619 -0.586975 -vn -0.581628 -0.092089 -0.808225 -vn -0.306750 -0.048558 -0.950551 -vn -0.757732 0.060458 -0.649760 -vn -0.702234 0.079064 -0.707543 -vn -0.757706 0.060442 -0.649792 -vn -0.449879 0.048725 -0.891759 -vn -0.151761 0.033503 -0.987849 -vn -0.574110 0.119527 -0.810007 -vn -0.838484 0.194393 -0.509073 -vn -0.792479 0.160469 -0.588410 -vn -0.880386 0.139462 -0.453289 -vn -0.699244 0.110785 -0.706247 -vn -0.449765 0.071262 -0.890300 -vn -0.863468 0.397480 -0.310536 -vn -0.847840 0.358406 -0.390785 -vn -0.735370 0.335751 -0.588644 -vn -0.534246 0.241979 -0.809955 -vn -0.597109 0.246215 -0.763439 -vn -0.509065 0.291075 -0.810018 -vn -0.523607 0.324440 -0.787765 -vn -0.515728 0.310908 -0.798349 -vn -0.737393 0.443990 -0.509043 -vn -0.704066 0.397524 -0.588443 -vn -0.847541 0.431866 -0.308491 -vn -0.721350 0.367577 -0.586977 -vn -0.524712 0.267388 -0.808196 -vn -0.276685 0.141011 -0.950558 -vn -0.698397 0.644848 -0.310505 -vn -0.695635 0.602774 -0.390839 -vn -0.595646 0.546544 -0.588639 -vn -0.577517 0.494285 -0.649736 -vn -0.433344 0.395249 -0.809933 -vn -0.106454 0.119104 -0.987158 -vn -0.394214 0.434120 -0.810022 -vn -0.564063 0.650139 -0.509071 -vn -0.546794 0.595630 -0.588423 -vn -0.635119 0.731439 -0.248237 -vn -0.672604 0.672639 -0.308482 -vn -0.572431 0.572500 -0.586998 -vn -0.416375 0.416437 -0.808216 -vn -0.219576 0.219612 -0.950556 -vn -0.464939 0.829110 -0.310496 -vn -0.475316 0.788303 -0.390709 -vn -0.338484 0.550106 -0.763421 -vn -0.289992 0.509802 -0.809942 -vn -0.062077 0.142470 -0.987851 -vn -0.240760 0.534698 -0.810020 -vn -0.335576 0.792617 -0.509066 -vn -0.335977 0.735459 -0.588405 -vn -0.448413 0.880077 -0.156172 -vn -0.367505 0.721367 -0.587000 -vn -0.267317 0.524735 -0.808205 -vn -0.140996 0.276717 -0.950551 -vn -0.185968 0.932203 -0.310505 -vn -0.208405 0.896564 -0.390820 -vn -0.160609 0.792256 -0.588673 -vn -0.176688 0.739328 -0.649751 -vn -0.015030 0.154689 -0.987849 -vn -0.063735 0.582916 -0.810029 -vn -0.074228 0.857535 -0.509043 -vn -0.092264 0.803265 -0.588433 -vn -0.154500 0.975565 -0.156213 -vn -0.126612 0.799645 -0.586973 -vn -0.092090 0.581667 -0.808198 -vn -0.048555 0.306719 -0.950561 -vn 0.060454 0.757741 -0.649749 -vn 0.079062 0.702224 -0.707553 -vn 0.060445 0.757697 -0.649801 -vn 0.033501 0.151760 -0.987850 -vn 0.119529 0.574107 -0.810009 -vn 0.194397 0.838496 -0.509052 -vn 0.160466 0.792459 -0.588439 -vn 0.148827 0.939511 -0.308497 -vn 0.126684 0.799642 -0.586961 -vn 0.092162 0.581655 -0.808198 -vn 0.048605 0.306722 -0.950557 -vn 0.397492 0.863467 -0.310524 -vn 0.358353 0.847883 -0.390739 -vn 0.335755 0.735348 -0.588670 -vn 0.291626 0.701955 -0.649780 -vn 0.124244 0.281496 -0.951485 -vn 0.078751 0.133985 -0.987849 -vn 0.291086 0.509049 -0.810023 -vn 0.444035 0.737341 -0.509079 -vn 0.397488 0.704093 -0.588435 -vn 0.499353 0.830061 -0.248286 -vn 0.431861 0.847527 -0.308536 -vn 0.367583 0.721342 -0.586983 -vn 0.267388 0.524710 -0.808198 -vn 0.644879 0.698372 -0.310497 -vn 0.602852 0.695596 -0.390790 -vn 0.546559 0.595615 -0.588656 -vn 0.494269 0.577488 -0.649773 -vn 0.229542 0.205566 -0.951343 -vn 0.434124 0.394175 -0.810038 -vn 0.650126 0.564094 -0.509053 -vn 0.595618 0.546811 -0.588419 -vn 0.698429 0.698428 -0.156188 -vn 0.572514 0.572455 -0.586960 -vn 0.322003 0.321961 -0.890312 -vn 0.829097 0.464947 -0.310521 -vn 0.788345 0.475318 -0.390622 -vn 0.550163 0.338450 -0.763395 -vn 0.509768 0.290004 -0.809959 -vn 0.142470 0.062100 -0.987849 -vn 0.534708 0.240733 -0.810021 -vn 0.792617 0.335592 -0.509055 -vn 0.735448 0.335989 -0.588412 -vn 0.794220 0.404644 -0.453296 -vn 0.524735 0.267328 -0.808201 -vn 0.276722 0.140971 -0.950554 -vn 0.932196 0.185962 -0.310530 -vn 0.896576 0.208412 -0.390789 -vn 0.574482 0.118276 -0.809927 -vn 0.627850 0.151926 -0.763363 -vn 0.582955 0.063725 -0.810001 -vn 0.614409 0.045306 -0.787686 -vn 0.600023 0.051654 -0.798314 -vn 0.857531 0.074187 -0.509056 -vn 0.803267 0.092265 -0.588430 -vn 0.880386 0.139412 -0.453305 -vn 0.581627 0.092086 -0.808227 -vn 0.306724 0.048558 -0.950559 -vn 0.944042 -0.111208 -0.310511 -vn 0.917111 -0.078816 -0.390762 -vn 0.803108 -0.092077 -0.588677 -vn 0.757737 -0.060406 -0.649759 -vn 0.582862 -0.065043 -0.809964 -vn 0.159542 -0.034404 -0.986592 -vn 0.574133 -0.119521 -0.809991 -vn 0.838459 -0.194434 -0.509099 -vn 0.792468 -0.160470 -0.588425 -vn 0.939509 -0.148826 -0.308502 -vn 0.799634 -0.126681 -0.586973 -vn 0.581655 -0.092158 -0.808199 -vn 0.306708 -0.048601 -0.950562 -vn 0.863483 -0.397468 -0.310510 -vn 0.847851 -0.358404 -0.390762 -vn 0.735386 -0.335751 -0.588625 -vn 0.701938 -0.291604 -0.649808 -vn 0.534236 -0.241977 -0.809962 -vn 0.133966 -0.078760 -0.987851 -vn 0.509075 -0.291079 -0.810010 -vn 0.737405 -0.443955 -0.509056 -vn 0.704084 -0.397512 -0.588430 -vn 0.830109 -0.499365 -0.248098 -vn 0.847520 -0.431874 -0.308536 -vn 0.721355 -0.367580 -0.586969 -vn 0.524716 -0.267388 -0.808194 -vn 0.276679 -0.141006 -0.950561 -vn -0.767952 0.070497 -0.636616 -vn -0.918134 0.000000 -0.396269 -vn -0.767999 -0.070067 -0.636606 -vn -0.815887 -0.139872 -0.561039 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn 0.668553 -0.114965 -0.734724 -vn 0.528669 -0.187095 -0.827952 -vn 0.639528 -0.226290 -0.734708 -vn 0.489433 -0.273738 -0.827963 -vn 0.592084 -0.331123 -0.734707 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.527580 -0.426415 -0.734731 -vn 0.370251 -0.421186 -0.827959 -vn 0.447963 -0.509439 -0.734712 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.355426 -0.577863 -0.734675 -vn 0.208857 -0.520469 -0.827944 -vn 0.252660 -0.629583 -0.734702 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.142582 -0.663185 -0.734749 -vn 0.028491 -0.677770 -0.734722 -vn -0.071528 -0.556229 -0.827945 -vn -0.086480 -0.672851 -0.734706 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.198933 -0.648515 -0.734748 -vn -0.252721 -0.500610 -0.827962 -vn -0.305699 -0.605607 -0.734703 -vn -0.333699 -0.450696 -0.827960 -vn -0.403624 -0.545232 -0.734717 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.489916 -0.469140 -0.734772 -vn -0.464800 -0.313794 -0.827946 -vn -0.562169 -0.379609 -0.734753 -vn -0.618324 -0.279129 -0.734685 -vn -0.542831 -0.141030 -0.827916 -vn -0.542661 0.141597 -0.827931 -vn -0.656432 0.171237 -0.734694 -vn -0.510915 0.231274 -0.827936 -vn -0.618035 0.279736 -0.734698 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.561799 0.380107 -0.734780 -vn -0.489534 0.469649 -0.734701 -vn -0.333245 0.451034 -0.827959 -vn -0.403151 0.545602 -0.734703 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.305105 0.605832 -0.734765 -vn -0.163944 0.536313 -0.827944 -vn -0.198347 0.648738 -0.734709 -vn -0.070950 0.556306 -0.827943 -vn -0.085859 0.672933 -0.734704 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn 0.029101 0.677742 -0.734724 -vn 0.118421 0.548139 -0.827962 -vn 0.143227 0.663090 -0.734709 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.253220 0.629333 -0.734725 -vn 0.294242 0.477361 -0.827978 -vn 0.355934 0.577479 -0.734731 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.448420 0.509044 -0.734707 -vn 0.436464 0.352072 -0.827976 -vn 0.527986 0.425934 -0.734718 -vn 0.489720 0.273249 -0.827955 -vn 0.592369 0.330562 -0.734730 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.639716 0.225697 -0.734727 -vn 0.668660 0.114331 -0.734726 -vn 0.560808 -0.000293 -0.827946 -vn 0.678356 -0.000318 -0.734733 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn -0.429081 -0.036281 -0.902537 -vn -0.356949 -0.240959 -0.902511 -vn -0.416685 0.108751 -0.902522 -vn 0.988556 0.150855 0.000000 -vn 0.988556 0.150854 0.000000 -vn 0.974927 0.222523 0.000000 -vn 0.974929 0.222515 0.000000 -vn 0.956111 0.293005 0.000000 -vn 0.956115 0.292991 0.000000 -vn 0.205767 0.978601 -0.000011 -vn 0.286211 0.958167 0.000049 -vn 0.288332 0.957531 -0.000008 -vn 0.439889 0.898052 0.000091 -vn 0.591920 0.805997 -0.000001 -vn 0.824990 0.565148 0.000054 -vn 0.910545 0.413411 0.000000 -vn 0.966988 0.254823 0.000027 -vn 0.996376 0.085053 0.000003 -vn 0.967005 -0.254756 0.000027 -vn 0.827372 -0.561655 0.000008 -vn 0.716982 -0.697092 0.000065 -vn 0.446563 -0.894752 0.000007 -vn 0.286645 -0.958037 0.000050 -vn 0.205778 -0.978599 0.000010 -vn 0.675262 0.737578 -0.000009 -vn 0.673611 0.739087 0.000050 -vn 0.786025 0.618195 0.000091 -vn 0.790577 0.612362 -0.000003 -vn 0.948182 0.317727 0.000065 -vn 0.949817 0.312805 0.000000 -vn 0.999807 -0.019631 0.000040 -vn 0.999743 -0.022660 0.000000 -vn 0.934889 -0.354939 0.000014 -vn 0.860400 -0.509620 0.000014 -vn 0.762011 -0.647564 0.000002 -vn 0.639030 -0.769182 0.000039 -vn 0.347623 -0.937634 0.000010 -vn 0.343593 -0.939119 0.000065 -vn -0.155661 -0.987811 0.000006 -vn -0.157373 -0.987539 0.000050 -vn 0.893493 0.449077 -0.000012 -vn 0.927565 0.373661 0.000049 -vn 0.928409 0.371560 -0.000009 -vn 0.976426 0.215852 0.000090 -vn 0.999203 0.039914 0.000001 -vn 0.956220 -0.292648 0.000052 -vn 0.955031 -0.296508 0.000000 -vn 0.802154 -0.597117 0.000027 -vn 0.800941 -0.598743 0.000000 -vn 0.405462 -0.914112 0.000002 -vn 0.403834 -0.914832 0.000025 -vn 0.076621 -0.997060 0.000007 -vn -0.097922 -0.995194 0.000065 -vn -0.421040 -0.907042 0.000006 -vn -0.570278 -0.821452 0.000049 -vn -0.636841 -0.770995 0.000008 -vn 0.999854 0.017116 -0.000011 -vn 0.997827 -0.065888 0.000049 -vn 0.997681 -0.068067 -0.000009 -vn 0.973380 -0.229198 0.000090 -vn 0.917558 -0.397602 0.000000 -vn 0.839532 -0.543311 0.000065 -vn 0.731762 -0.681561 0.000001 -vn 0.608047 -0.793901 0.000038 -vn 0.304726 -0.952440 0.000001 -vn 0.138020 -0.990429 0.000014 -vn -0.202882 -0.979203 0.000041 -vn -0.363678 -0.931525 0.000007 -vn -0.520041 -0.854142 0.000064 -vn -0.654083 -0.756422 0.000013 -vn -0.869424 -0.494066 0.000006 -vn -0.870183 -0.492728 0.000050 -vn 0.869383 -0.494138 -0.000007 -vn 0.870400 -0.492346 0.000050 -vn 0.777570 -0.628796 0.000092 -vn 0.772932 -0.634489 -0.000002 -vn 0.516304 -0.856406 0.000000 -vn 0.367413 -0.930058 0.000051 -vn 0.200365 -0.979721 0.000001 -vn 0.033333 -0.999444 0.000029 -vn -0.305350 -0.952240 0.000013 -vn -0.461788 -0.886990 0.000002 -vn -0.607665 -0.794194 0.000039 -vn -0.836754 -0.547579 0.000010 -vn -0.839175 -0.543862 0.000065 -vn -0.971675 -0.236322 0.000007 -vn -0.997805 -0.066228 0.000049 -vn -0.999854 0.017103 0.000010 -vn 0.568849 -0.822442 -0.000008 -vn 0.570685 -0.821169 0.000049 -vn 0.427848 -0.903851 0.000089 -vn 0.261206 -0.965283 0.000000 -vn -0.072445 -0.997373 0.000053 -vn -0.076629 -0.997060 0.000000 -vn -0.403652 -0.914913 0.000024 -vn -0.405530 -0.914082 0.000001 -vn -0.800816 -0.598911 0.000003 -vn -0.802162 -0.597107 0.000027 -vn -0.955056 -0.296425 0.000009 -vn -0.956009 -0.293336 0.000052 -vn -0.999206 0.039830 0.000012 -vn -0.998974 0.045296 0.000079 -vn -0.928467 0.371414 0.000006 -vn -0.927688 0.373356 0.000049 -vn 0.155682 -0.987807 -0.000007 -vn 0.157830 -0.987466 0.000050 -vn -0.006741 -0.999977 0.000090 -vn -0.014140 -0.999900 -0.000002 -vn -0.342835 -0.939396 0.000066 -vn -0.501472 -0.865174 0.000000 -vn -0.638770 -0.769398 0.000041 -vn -0.761926 -0.647664 0.000001 -vn -0.860392 -0.509633 0.000013 -vn -0.981384 -0.192056 0.000001 -vn -0.981799 -0.189924 0.000027 -vn -0.989095 0.147279 0.000008 -vn -0.948408 0.317054 0.000066 -vn -0.883008 0.469358 0.000013 -vn -0.675256 0.737583 0.000005 -vn -0.673857 0.738862 0.000050 -vn -0.288417 -0.957505 -0.000009 -vn -0.286125 -0.958192 0.000051 -vn -0.439956 -0.898019 0.000091 -vn -0.446561 -0.894753 -0.000004 -vn -0.720017 -0.693957 0.000000 -vn -0.825044 -0.565069 0.000052 -vn -0.967521 -0.252791 0.000000 -vn -0.996298 -0.085965 0.000013 -vn -0.966984 0.254837 0.000026 -vn -0.910610 0.413266 0.000005 -vn -0.825291 0.564707 0.000051 -vn -0.720079 0.693892 0.000011 -vn -0.587431 0.809274 0.000077 -vn -0.288300 0.957540 0.000006 -vn -0.286645 0.958037 0.000050 -vn -0.675217 -0.737619 -0.000009 -vn -0.673565 -0.739128 0.000051 -vn -0.786068 -0.618140 0.000092 -vn -0.790563 -0.612380 -0.000003 -vn -0.949795 -0.312873 0.000001 -vn -0.988504 -0.151196 0.000053 -vn -0.999743 0.022662 0.000000 -vn -0.934918 0.354863 0.000015 -vn -0.934631 0.355618 0.000002 -vn -0.760738 0.649059 0.000025 -vn -0.501622 0.865087 0.000007 -vn -0.498569 0.866850 0.000052 -vn -0.183510 0.983018 0.000013 -vn -0.178189 0.983996 0.000079 -vn 0.155634 0.987815 0.000006 -vn 0.157441 0.987528 0.000050 -vn -0.893282 -0.449497 -0.000011 -vn -0.927622 -0.373521 0.000050 -vn -0.928349 -0.371711 -0.000009 -vn -0.976428 -0.215845 0.000091 -vn -0.999207 -0.039824 0.000000 -vn -0.992126 0.125247 0.000065 -vn -0.892249 0.451543 0.000039 -vn -0.890850 0.454298 0.000001 -vn -0.688453 0.725281 0.000016 -vn -0.554615 0.832107 0.000006 -vn -0.403801 0.914847 0.000026 -vn -0.244585 0.969628 0.000006 -vn -0.073135 0.997322 0.000053 -vn 0.093644 0.995606 0.000009 -vn 0.266410 0.963860 0.000077 -vn 0.421106 0.907011 0.000007 -vn 0.570320 0.821423 0.000049 -vn 0.636841 0.770995 0.000010 -vn -0.997693 0.067891 -0.000008 -vn -0.997821 0.065976 0.000050 -vn -0.973489 0.228733 0.000091 -vn -0.917524 0.397680 -0.000003 -vn -0.734591 0.678510 0.000052 -vn -0.731761 0.681561 0.000001 -vn -0.463667 0.886010 0.000026 -vn -0.138760 0.990326 0.000004 -vn 0.033098 0.999452 0.000026 -vn 0.200365 0.979721 0.000005 -vn 0.366850 0.930280 0.000050 -vn 0.516304 0.856405 0.000012 -vn 0.658231 0.752816 0.000077 -vn 0.869377 0.494149 0.000005 -vn 0.870184 0.492728 0.000050 -vn -0.869298 0.494288 -0.000009 -vn -0.870486 0.492193 0.000051 -vn -0.777654 0.628692 0.000091 -vn -0.654128 0.756384 0.000000 -vn -0.367447 0.930045 0.000052 -vn -0.363613 0.931550 -0.000001 -vn -0.033290 0.999446 0.000025 -vn -0.031245 0.999512 0.000001 -vn 0.305350 0.952240 0.000014 -vn 0.461787 0.886991 0.000001 -vn 0.734134 0.679005 0.000052 -vn 0.836795 0.547517 0.000010 -vn 0.919663 0.392709 0.000079 -vn 0.971696 0.236236 0.000003 -vn 0.997793 0.066406 0.000049 -vn 0.999851 -0.017277 0.000010 -vn -0.636851 0.770987 -0.000011 -vn -0.570642 0.821199 0.000049 -vn -0.568849 0.822442 -0.000009 -vn -0.427782 0.903882 0.000089 -vn -0.261191 0.965287 0.000000 -vn 0.072484 0.997370 0.000053 -vn 0.244565 0.969633 0.000001 -vn 0.403682 0.914899 0.000025 -vn 0.688185 0.725535 0.000013 -vn 0.801012 0.598649 0.000002 -vn 0.892068 0.451901 0.000039 -vn 0.991477 0.130284 0.000010 -vn 0.992038 0.125938 0.000065 -vn 0.977980 -0.208701 0.000007 -vn 0.927781 -0.373126 0.000049 -vn 0.893429 -0.449205 0.000010 -vn -0.155655 0.987812 -0.000008 -vn -0.157871 0.987460 0.000050 -vn 0.006739 0.999977 0.000091 -vn 0.183505 0.983019 0.000001 -vn 0.498059 0.867143 0.000054 -vn 0.641070 0.767482 0.000000 -vn 0.760627 0.649189 0.000027 -vn 0.934602 0.355696 0.000003 -vn 0.981785 0.189995 0.000027 -vn 0.999741 0.022747 0.000006 -vn 0.948434 -0.316975 0.000066 -vn 0.882999 -0.469374 0.000013 -vn 0.675213 -0.737623 0.000005 -vn 0.673991 -0.738739 0.000049 -vn -0.665252 0.201272 -0.718978 -vn -0.662321 0.202977 -0.721201 -vn -0.687990 0.157019 -0.708530 -vn -0.686721 0.107304 -0.718957 -vn 0.051910 0.702048 -0.710235 -vn -0.017739 0.707554 -0.706436 -vn -0.034027 0.706402 -0.706992 -vn -0.245534 0.662428 -0.707744 -vn -0.454005 0.541710 -0.707411 -vn -0.609118 0.359122 -0.707111 -vn -0.609949 0.357573 -0.707180 -vn -0.693530 0.137333 -0.707217 -vn -0.698887 -0.107528 -0.707104 -vn -0.670898 -0.221571 -0.707674 -vn -0.563450 -0.423110 -0.709578 -vn -0.482625 -0.531561 -0.696072 -vn -0.257888 0.654992 -0.710267 -vn -0.322954 0.629783 -0.706452 -vn -0.337193 0.621697 -0.706961 -vn -0.582976 0.400064 -0.707169 -vn -0.704627 0.059206 -0.707104 -vn -0.684435 0.176940 -0.707277 -vn -0.704725 0.057608 -0.707138 -vn -0.684376 -0.177161 -0.707279 -vn -0.643037 -0.294091 -0.707116 -vn -0.508292 -0.490792 -0.707646 -vn -0.324076 -0.625715 -0.709546 -vn -0.204248 -0.688371 -0.696009 -vn -0.512021 0.469982 -0.718993 -vn -0.508645 0.470251 -0.721210 -vn -0.551731 0.439960 -0.708539 -vn -0.572119 0.394638 -0.718986 -vn -0.686711 -0.107306 -0.718967 -vn -0.684825 -0.104521 -0.721172 -vn -0.688008 -0.157017 -0.708513 -vn -0.665244 -0.201279 -0.718984 -vn 0.351348 0.609927 -0.710312 -vn 0.291034 0.645144 -0.706462 -vn 0.275909 0.651194 -0.706980 -vn 0.066176 0.703367 -0.707739 -vn -0.171083 0.686009 -0.707194 -vn -0.174064 0.685058 -0.707388 -vn -0.394324 0.586882 -0.707162 -vn -0.565204 0.424699 -0.707231 -vn -0.566601 0.422977 -0.707144 -vn -0.674848 0.209777 -0.707513 -vn -0.705841 -0.029601 -0.707752 -vn -0.691197 -0.136673 -0.709625 -vn -0.665567 -0.269402 -0.696019 -vn -0.516503 0.478351 -0.710215 -vn -0.564218 0.427225 -0.706496 -vn -0.573550 0.413915 -0.706905 -vn -0.670961 0.221073 -0.707769 -vn -0.699007 0.103382 -0.707603 -vn -0.698829 0.107512 -0.707163 -vn -0.694006 -0.135192 -0.707162 -vn -0.659950 -0.253909 -0.707104 -vn -0.539758 -0.456581 -0.707245 -vn -0.354633 -0.611239 -0.707546 -vn -0.351683 -0.613437 -0.707117 -vn -0.128154 -0.694692 -0.707799 -vn 0.086129 -0.703782 -0.705176 -vn -0.257448 0.645649 -0.718928 -vn -0.254308 0.644440 -0.721128 -vn -0.306168 0.635753 -0.708575 -vn -0.552381 -0.440466 -0.707718 -vn -0.572124 -0.394646 -0.718977 -vn -0.551743 -0.439960 -0.708530 -vn -0.508625 -0.470257 -0.721220 -vn 0.611928 0.346995 -0.710731 -vn 0.625224 0.352699 -0.696203 -vn 0.542126 0.455003 -0.706450 -vn 0.467337 0.530580 -0.707164 -vn 0.364789 0.605009 -0.707738 -vn 0.140404 0.692677 -0.707450 -vn -0.100601 0.699850 -0.707170 -vn -0.216095 0.673319 -0.707068 -vn -0.427374 0.563025 -0.707357 -vn -0.591603 0.386289 -0.707663 -vn -0.594341 0.383027 -0.707141 -vn -0.682679 0.173250 -0.709883 -vn -0.716552 0.045889 -0.696022 -vn -0.652887 0.261943 -0.710721 -vn -0.665605 0.268874 -0.696188 -vn -0.693746 0.140082 -0.706466 -vn -0.706196 0.034601 -0.707171 -vn -0.700453 -0.091917 -0.707755 -vn -0.629092 -0.322067 -0.707472 -vn -0.485600 -0.514025 -0.707086 -vn -0.484411 -0.515016 -0.707181 -vn -0.173753 -0.685106 -0.707417 -vn -0.171028 -0.686142 -0.707077 -vn 0.066739 -0.703329 -0.707725 -vn 0.287100 -0.643456 -0.709605 -vn 0.298210 -0.642780 -0.705624 -vn 0.383047 -0.596692 -0.705148 -vn 0.048193 0.693366 -0.718972 -vn 0.050503 0.690917 -0.721168 -vn 0.000000 0.705639 -0.708571 -vn -0.050503 0.690917 -0.721168 -vn -0.048193 0.693366 -0.718972 -vn -0.306538 -0.636497 -0.707747 -vn -0.344271 -0.603807 -0.718954 -vn -0.306185 -0.635768 -0.708555 -vn -0.254259 -0.644426 -0.721157 -vn 0.701891 0.047174 -0.710721 -vn 0.716312 0.046397 -0.696235 -vn 0.686294 0.173368 -0.706360 -vn 0.674012 0.217508 -0.705973 -vn 0.591218 0.386667 -0.707779 -vn 0.427054 0.563171 -0.707434 -vn 0.214547 0.673764 -0.707115 -vn 0.097602 0.700291 -0.707154 -vn -0.140704 0.692701 -0.707367 -vn -0.143580 0.692343 -0.707139 -vn -0.365406 0.604767 -0.707626 -vn -0.537831 0.455181 -0.709612 -vn -0.625662 0.352341 -0.695991 -vn -0.701908 -0.047116 -0.710707 -vn -0.716312 -0.046395 -0.696236 -vn -0.685865 -0.174685 -0.706452 -vn -0.651249 -0.275296 -0.707168 -vn -0.516725 -0.481951 -0.707614 -vn -0.097141 -0.700386 -0.707123 -vn 0.022586 -0.706725 -0.707127 -vn 0.020422 -0.706659 -0.707259 -vn 0.140659 -0.692672 -0.707404 -vn 0.365418 -0.604758 -0.707628 -vn 0.537829 -0.455181 -0.709612 -vn 0.625587 -0.352328 -0.696064 -vn 0.306172 0.635765 -0.708563 -vn 0.254308 0.644440 -0.721128 -vn 0.257440 0.645631 -0.718948 -vn 0.344248 0.603789 -0.718980 -vn -0.048192 -0.693366 -0.718972 -vn -0.050503 -0.690917 -0.721168 -vn 0.000000 -0.705641 -0.708570 -vn 0.000000 -0.706448 -0.707765 -vn 0.050499 -0.690922 -0.721163 -vn 0.652813 -0.262214 -0.710689 -vn 0.665628 -0.268882 -0.696162 -vn 0.693738 -0.140241 -0.706441 -vn 0.706198 -0.034581 -0.707169 -vn 0.674675 0.210065 -0.707592 -vn 0.566599 0.423008 -0.707128 -vn 0.565160 0.424714 -0.707257 -vn 0.391770 0.588551 -0.707194 -vn 0.173761 0.685138 -0.707384 -vn 0.050711 0.705251 -0.707142 -vn 0.050711 0.705251 -0.707142 -vn -0.066753 0.703395 -0.707658 -vn -0.071083 0.703491 -0.707140 -vn -0.287100 0.643450 -0.709610 -vn -0.298203 0.642748 -0.705656 -vn -0.383014 0.596787 -0.705086 -vn -0.611930 -0.346996 -0.710729 -vn -0.625203 -0.352685 -0.696229 -vn -0.542119 -0.454999 -0.706458 -vn -0.467332 -0.530574 -0.707172 -vn -0.256441 -0.658459 -0.707580 -vn -0.022629 -0.706735 -0.707116 -vn -0.020270 -0.706615 -0.707308 -vn 0.215918 -0.673284 -0.707155 -vn 0.326961 -0.626948 -0.707130 -vn 0.517070 -0.481738 -0.707507 -vn 0.648762 -0.279561 -0.707781 -vn 0.682061 -0.176789 -0.709604 -vn 0.716531 -0.045887 -0.696044 -vn 0.551703 0.439953 -0.708566 -vn 0.508666 0.470236 -0.721206 -vn 0.512032 0.469978 -0.718988 -vn 0.572118 0.394636 -0.718988 -vn 0.257418 -0.645627 -0.718959 -vn 0.254268 -0.644429 -0.721151 -vn 0.306183 -0.635772 -0.708552 -vn 0.306536 -0.636500 -0.707745 -vn 0.345263 -0.600582 -0.721176 -vn 0.516485 -0.478288 -0.710270 -vn 0.564183 -0.427338 -0.706455 -vn 0.573545 -0.413896 -0.706920 -vn 0.671008 -0.221114 -0.707713 -vn 0.699021 -0.103470 -0.707576 -vn 0.698857 -0.107441 -0.707146 -vn 0.694016 0.135200 -0.707151 -vn 0.659913 0.253859 -0.707157 -vn 0.453800 0.541929 -0.707374 -vn 0.351692 0.613415 -0.707131 -vn 0.245083 0.662653 -0.707690 -vn -0.086115 0.703878 -0.705081 -vn -0.400681 -0.578143 -0.710779 -vn -0.410309 -0.589072 -0.696161 -vn -0.291024 -0.645177 -0.706436 -vn -0.190838 -0.680790 -0.707182 -vn 0.054710 -0.704485 -0.707607 -vn 0.286263 -0.646543 -0.707133 -vn 0.394410 -0.586824 -0.707163 -vn 0.629315 -0.321822 -0.707385 -vn 0.630792 -0.319467 -0.707137 -vn 0.700668 -0.091367 -0.707613 -vn 0.691197 0.136646 -0.709630 -vn 0.665529 0.269481 -0.696026 -vn 0.686717 0.107301 -0.718962 -vn 0.684817 0.104520 -0.721181 -vn 0.687962 0.157016 -0.708558 -vn 0.665246 0.201278 -0.718982 -vn 0.512029 -0.469981 -0.718988 -vn 0.508662 -0.470249 -0.721200 -vn 0.551725 -0.439951 -0.708550 -vn 0.572125 -0.394634 -0.718983 -vn 0.257900 -0.654999 -0.710256 -vn 0.322946 -0.629812 -0.706429 -vn 0.337183 -0.621679 -0.706982 -vn 0.582963 -0.400083 -0.707169 -vn 0.584905 -0.396468 -0.707601 -vn 0.704736 -0.057608 -0.707127 -vn 0.704486 0.060917 -0.707099 -vn 0.643981 0.291281 -0.707421 -vn 0.508333 0.490784 -0.707622 -vn 0.324084 0.625673 -0.709579 -vn 0.204258 0.688401 -0.695977 -vn -0.051935 -0.702035 -0.710246 -vn 0.017720 -0.707530 -0.706461 -vn 0.034080 -0.706457 -0.706935 -vn 0.354961 -0.610985 -0.707601 -vn 0.451758 -0.543951 -0.707130 -vn 0.539803 -0.456494 -0.707267 -vn 0.661016 -0.250957 -0.707162 -vn 0.693511 -0.137348 -0.707233 -vn 0.699030 0.103895 -0.707504 -vn 0.698853 0.107467 -0.707146 -vn 0.623084 0.332854 -0.707796 -vn 0.563465 0.423060 -0.709596 -vn 0.482634 0.531571 -0.696058 -vn 0.665227 -0.201277 -0.718999 -vn 0.662321 -0.202977 -0.721201 -vn 0.687978 -0.157015 -0.708543 -vn 0.686699 -0.107306 -0.718978 -vn -0.999966 0.000000 -0.008279 -vn -0.985588 -0.168989 -0.007656 -vn -0.994885 -0.101003 0.001355 -vn -0.942857 -0.333111 -0.007658 -vn -0.967717 -0.251995 0.004777 -vn -0.872990 -0.487678 -0.007658 -vn -0.911216 -0.411902 0.004775 -vn -0.778011 -0.628204 -0.007655 -vn -0.828495 -0.559977 0.004771 -vn -0.660658 -0.750648 -0.007655 -vn -0.721953 -0.691925 0.004772 -vn -0.524292 -0.851504 -0.007658 -vn -0.594629 -0.803986 0.004772 -vn -0.372842 -0.927863 -0.007656 -vn -0.450204 -0.892913 0.004773 -vn -0.210674 -0.977526 -0.007655 -vn -0.292815 -0.956157 0.004775 -vn -0.042441 -0.999070 -0.007655 -vn -0.127012 -0.991890 0.004772 -vn 0.127017 -0.991871 -0.007655 -vn 0.042438 -0.999088 0.004774 -vn 0.292810 -0.956140 -0.007656 -vn 0.210675 -0.977545 0.004773 -vn 0.450181 -0.892904 -0.007656 -vn 0.372864 -0.927874 0.004774 -vn 0.594621 -0.803970 -0.007655 -vn 0.524298 -0.851521 0.004778 -vn 0.721943 -0.691911 -0.007655 -vn 0.660671 -0.750660 0.004773 -vn 0.828489 -0.559953 -0.007655 -vn 0.778017 -0.628225 0.004774 -vn 0.911207 -0.411877 -0.007655 -vn 0.872997 -0.487703 0.004775 -vn 0.967707 -0.251960 -0.007657 -vn 0.942865 -0.333140 0.004773 -vn 0.996369 -0.084798 -0.007657 -vn 0.985605 -0.168995 0.004772 -vn 0.996369 0.084798 -0.007657 -vn 0.999989 0.000000 0.004774 -vn 0.967704 0.251971 -0.007656 -vn 0.985605 0.168994 0.004774 -vn 0.911201 0.411891 -0.007655 -vn 0.942870 0.333126 0.004775 -vn 0.828488 0.559954 -0.007655 -vn 0.872997 0.487702 0.004776 -vn 0.721942 0.691911 -0.007655 -vn 0.778020 0.628222 0.004773 -vn 0.594621 0.803970 -0.007655 -vn 0.660667 0.750664 0.004770 -vn 0.450181 0.892904 -0.007658 -vn 0.524303 0.851519 0.004778 -vn 0.292810 0.956140 -0.007658 -vn 0.372852 0.927879 0.004775 -vn 0.127017 0.991871 -0.007655 -vn 0.210681 0.977543 0.004771 -vn -0.042437 0.999070 -0.007655 -vn 0.042438 0.999088 0.004774 -vn -0.210674 0.977526 -0.007654 -vn -0.127017 0.991889 0.004773 -vn -0.372846 0.927862 -0.007661 -vn -0.292815 0.956157 0.004783 -vn -0.524290 0.851505 -0.007665 -vn -0.450198 0.892916 0.004773 -vn -0.660657 0.750649 -0.007658 -vn -0.594628 0.803987 0.004770 -vn -0.778014 0.628201 -0.007658 -vn -0.721953 0.691926 0.004774 -vn -0.872990 0.487678 -0.007662 -vn -0.828498 0.559972 0.004770 -vn -0.942852 0.333124 -0.007662 -vn -0.911223 0.411887 0.004770 -vn -0.985586 0.169003 -0.007658 -vn -0.967716 0.252000 0.004774 -vn -0.994885 0.101004 0.001356 -s 1 -f 10429/9579/14879 9452/9580/14880 9453/9581/14881 -f 9453/9581/14881 9452/9580/14880 9454/9582/14882 -f 9453/9581/14881 9454/9582/14882 13564/9583/14883 -f 13564/9583/14883 9454/9582/14882 9455/9584/14884 -s 2 -f 10426/9585/14885 9456/9586/14886 9457/9587/14887 -f 9457/9587/14887 9456/9586/14886 9458/9588/14888 -f 9457/9587/14887 9458/9588/14888 13557/9589/14889 -f 13557/9589/14889 9458/9588/14888 9459/9590/14890 -s 3 -f 9460/9591/14891 9461/9592/14892 9462/9593/14893 -f 9462/9593/14893 9461/9592/14892 9463/9594/14894 -f 9462/9593/14893 9463/9594/14894 13550/9595/14895 -f 13550/9595/14895 9463/9594/14894 9568/9596/14896 -s 4 -f 9464/9597/14897 9465/9598/14898 9466/9599/14899 -f 9466/9599/14899 9465/9598/14898 9467/9600/14900 -f 9466/9599/14899 9467/9600/14900 13543/9601/14901 -f 13543/9601/14901 9467/9600/14900 9468/9602/14902 -s 5 -f 9469/9603/14903 9470/9604/14904 9471/9605/14905 -f 9471/9605/14905 9470/9604/14904 9472/9606/14906 -f 9471/9605/14905 9472/9606/14906 13535/9607/14907 -f 13535/9607/14907 9472/9606/14906 9567/9608/14908 -s 6 -f 9473/9609/14909 9474/9610/14910 9475/9611/14911 -f 9475/9611/14911 9474/9610/14910 9476/9612/14912 -f 9475/9611/14911 9476/9612/14912 13528/9613/14913 -f 13528/9613/14913 9476/9612/14912 9575/9614/14914 -s 7 -f 9477/9615/14915 9478/9616/14916 9479/9617/14917 -f 9479/9617/14917 9478/9616/14916 9480/9618/14918 -f 9479/9617/14917 9480/9618/14918 13521/9619/14919 -f 13521/9619/14919 9480/9618/14918 9516/9620/14920 -s 8 -f 13572/9621/14921 9481/9622/14922 9482/9623/14923 -f 9482/9623/14923 9481/9622/14922 9483/9624/14924 -f 9482/9623/14923 9483/9624/14924 13514/9625/14925 -f 13514/9625/14925 9483/9624/14924 9508/9626/14926 -s 9 -f 13573/9627/14927 9484/9628/14928 9485/9629/14929 -f 9485/9629/14929 9484/9628/14928 9486/9630/14930 -f 9485/9629/14929 9486/9630/14930 13507/9631/14931 -f 13507/9631/14931 9486/9630/14930 9487/9632/14932 -s 10 -f 9488/9633/14933 9489/9634/14934 9490/9635/14935 -f 9490/9635/14935 9489/9634/14934 9491/9636/14936 -f 9490/9635/14935 9491/9636/14936 13500/9637/14937 -f 13500/9637/14937 9491/9636/14936 9552/9638/14938 -s 11 -f 9492/9639/14939 9493/9640/14940 9494/9641/14941 -f 9494/9641/14941 9493/9640/14940 9495/9642/14942 -f 9494/9641/14941 9495/9642/14942 13493/9643/14943 -f 13493/9643/14943 9495/9642/14942 9496/9644/14944 -s 12 -f 9497/9645/14945 9498/9646/14946 9499/9647/14947 -f 9499/9647/14947 9498/9646/14946 9500/9648/14948 -f 9499/9647/14947 9500/9648/14948 13487/9649/14949 -f 13487/9649/14949 9500/9648/14948 9539/9650/14950 -s 13 -f 9501/9651/14951 9502/9652/14952 9503/9653/14953 -f 9503/9653/14953 9502/9652/14952 9504/9654/14954 -f 9503/9653/14953 9504/9654/14954 13479/9655/14955 -f 13479/9655/14955 9504/9654/14954 9505/9656/14956 -s 14 -f 9484/9628/14957 9506/9657/14958 9507/9658/14959 -f 9515/9659/14960 9508/9626/14961 9484/9628/14957 -f 9484/9628/14957 9508/9626/14961 9506/9657/14958 -f 9506/9657/14958 9508/9626/14961 9483/9624/14962 -f 9506/9657/14958 9483/9624/14962 9481/9622/14963 -f 9478/9616/14964 9509/9660/14965 9510/9661/14966 -f 9484/9628/14957 9507/9658/14959 9511/9662/14967 -f 9484/9628/14957 9511/9662/14967 9486/9630/14968 -f 9486/9630/14968 9511/9662/14967 9512/9663/14969 -f 9486/9630/14968 9512/9663/14969 9487/9632/14970 -f 9528/9664/14971 9513/9665/14972 9545/9666/14973 -f 9546/9667/14974 9514/9668/14975 9484/9628/14957 -f 9484/9628/14957 9514/9668/14975 9515/9659/14960 -f 9481/9622/14963 9516/9620/14976 9506/9657/14958 -f 9506/9657/14958 9516/9620/14976 9517/9669/14977 -f 9517/9669/14977 9516/9620/14976 9480/9618/14978 -f 9517/9669/14977 9480/9618/14978 9478/9616/14964 -f 9517/9669/14977 9478/9616/14964 9510/9661/14966 -f 9519/9670/14979 9520/9671/14980 9518/9672/14981 -f 9518/9672/14981 9505/9656/14982 13469/9673/14983 -f 13469/9673/14983 9505/9656/14982 9504/9654/14984 -f 13469/9673/14983 9504/9654/14984 9502/9652/14985 -f 13469/9673/14983 9502/9652/14985 9521/9674/14986 -f 9522/9675/14987 9496/9644/14988 9498/9646/14989 -f 9523/9676/14990 9496/9644/14988 9524/9677/14991 -f 9525/9678/14992 9495/9642/14993 9493/9640/14994 -f 9526/9679/14995 9552/9638/14996 9491/9636/14997 -f 9526/9679/14995 9491/9636/14997 9527/9680/14998 -f 9527/9680/14998 9491/9636/14997 9489/9634/14999 -f 9529/9681/15000 9481/9622/14963 9547/9682/15001 -f 9529/9681/15000 9530/9683/15002 9481/9622/14963 -f 9481/9622/14963 9530/9683/15002 9516/9620/14976 -f 9474/9610/15003 9531/9684/15004 9532/9685/15005 -f 9472/9606/15006 9470/9604/15007 9531/9684/15004 -f 9520/9671/14980 9533/9686/15008 9518/9672/14981 -f 9518/9672/14981 9533/9686/15008 9534/9687/15009 -f 9534/9687/15009 9535/9688/15010 9518/9672/14981 -f 9535/9688/15010 9536/9689/15011 9518/9672/14981 -f 9518/9672/14981 9536/9689/15011 9505/9656/14982 -f 9522/9675/14987 9537/9690/15012 9496/9644/14988 -f 9496/9644/14988 9537/9690/15012 9524/9677/14991 -f 9495/9642/14993 9525/9678/14992 9496/9644/14988 -f 9496/9644/14988 9525/9678/14992 9498/9646/14989 -f 9498/9646/14989 9525/9678/14992 9538/9691/15013 -f 9498/9646/14989 9538/9691/15013 9500/9648/15014 -f 9500/9648/15014 9538/9691/15013 9539/9650/15015 -f 9539/9650/15015 9538/9691/15013 9521/9674/14986 -f 9539/9650/15015 9521/9674/14986 9502/9652/14985 -f 9539/9650/15015 9502/9652/14985 9557/9692/15016 -f 9493/9640/14994 9540/9693/15017 9541/9694/15018 -f 9527/9680/14998 9489/9634/14999 9542/9695/15019 -f 9542/9695/15019 9543/9696/15020 9527/9680/14998 -f 9527/9680/14998 9543/9696/15020 9544/9697/15021 -f 9528/9664/14971 9545/9666/14973 9484/9628/14957 -f 9484/9628/14957 9545/9666/14973 9546/9667/14974 -f 9481/9622/14963 9565/9698/15022 9547/9682/15001 -f 9569/9699/15023 9455/9584/15024 9456/9586/15025 -f 9496/9644/14988 9523/9676/14990 9549/9700/15026 -f 9550/9701/15027 9561/9702/15028 9551/9703/15029 -f 9526/9679/14995 9525/9678/14992 9552/9638/14996 -f 9552/9638/14996 9525/9678/14992 9493/9640/14994 -f 9552/9638/14996 9493/9640/14994 9541/9694/15018 -f 9474/9610/15003 9532/9685/15005 9509/9660/14965 -f 9474/9610/15003 9509/9660/14965 9476/9612/15030 -f 9571/9704/15031 9553/9705/15032 9452/9580/15033 -f 9555/9706/15034 9554/9707/15035 9556/9708/15036 -f 9502/9652/14985 9556/9708/15036 9554/9707/15035 -f 9502/9652/14985 9554/9707/15035 9548/9709/15037 -f 9548/9709/15037 9557/9692/15016 9502/9652/14985 -f 9558/9710/15038 9559/9711/15039 9549/9700/15026 -f 9549/9700/15026 9559/9711/15039 9496/9644/14988 -f 9561/9702/15028 9550/9701/15027 9560/9712/15040 -f 9551/9703/15029 9561/9702/15028 9493/9640/14994 -f 9493/9640/14994 9561/9702/15028 9540/9693/15017 -f 9544/9697/15021 9562/9713/15041 9527/9680/14998 -f 9565/9698/15022 9481/9622/14963 9563/9714/15042 -f 9565/9698/15022 9563/9714/15042 9564/9715/15043 -f 9455/9584/15024 9454/9582/15044 9570/9716/15045 -f 9452/9580/15033 9553/9705/15032 9572/9717/15046 -f 9562/9713/15041 9573/9718/15047 9527/9680/14998 -f 9527/9680/14998 9573/9718/15047 9574/9719/15048 -f 9487/9632/14970 9512/9663/14969 9527/9680/14998 -f 9487/9632/14970 9527/9680/14998 9574/9719/15048 -f 9575/9614/15049 9604/9720/15050 9584/9721/15051 -f 9476/9612/15030 9509/9660/14965 9575/9614/15049 -f 9575/9614/15049 9509/9660/14965 9478/9616/14964 -f 9575/9614/15049 9478/9616/14964 9576/9722/15052 -f 9570/9716/15045 9454/9582/15044 9577/9723/15053 -f 9577/9723/15053 9454/9582/15044 9452/9580/15033 -f 9577/9723/15053 9452/9580/15033 9578/9724/15054 -f 9578/9724/15054 9452/9580/15033 9572/9717/15046 -f 9578/9724/15054 9572/9717/15046 9579/9725/15055 -f 9578/9724/15054 9579/9725/15055 9518/9672/14981 -f 9518/9672/14981 9579/9725/15055 9580/9726/15056 -f 9518/9672/14981 9580/9726/15056 9519/9670/14979 -f 9582/9727/15057 9581/9728/15058 9571/9704/15031 -f 9582/9727/15057 9571/9704/15031 9452/9580/15033 -f 9581/9728/15058 9582/9727/15057 9583/9729/15059 -f 9584/9721/15051 9604/9720/15050 9585/9730/15060 -f 9472/9606/15006 9531/9684/15004 9567/9608/15061 -f 9567/9608/15061 9531/9684/15004 9474/9610/15003 -f 9567/9608/15061 9474/9610/15003 9566/9731/15062 -f 9594/9732/15063 9586/9733/15064 9587/9734/15065 -f 9459/9590/15066 9591/9735/15067 9461/9592/15068 -f 9461/9592/15068 9591/9735/15067 9588/9736/15069 -f 9461/9592/15068 9588/9736/15069 9463/9594/15070 -f 9463/9594/15070 9588/9736/15069 9568/9596/15071 -f 9568/9596/15071 9588/9736/15069 9589/9737/15072 -f 9568/9596/15071 9589/9737/15072 9465/9598/15073 -f 9465/9598/15073 9589/9737/15072 9590/9738/15074 -f 9465/9598/15073 9590/9738/15074 9467/9600/15075 -f 9467/9600/15075 9590/9738/15074 9468/9602/15076 -f 9468/9602/15076 9590/9738/15074 9531/9684/15004 -f 9468/9602/15076 9531/9684/15004 9594/9732/15063 -f 9594/9732/15063 9531/9684/15004 9470/9604/15007 -f 9594/9732/15063 9470/9604/15007 9586/9733/15064 -f 9455/9584/15024 9570/9716/15045 9591/9735/15067 -f 9455/9584/15024 9591/9735/15067 9456/9586/15025 -f 9456/9586/15025 9591/9735/15067 9458/9588/15077 -f 9458/9588/15077 9591/9735/15067 9459/9590/15066 -f 9575/9614/15049 9576/9722/15052 9592/9739/15078 -f 9594/9732/15063 9587/9734/15065 9593/9740/15079 -f 9594/9732/15063 9593/9740/15079 9612/9741/15080 -f 9566/9731/15062 9597/9742/15081 9567/9608/15061 -f 9567/9608/15061 9597/9742/15081 9598/9743/15082 -f 9600/9744/15083 9599/9745/15084 9605/9746/15085 -f 9567/9608/15061 9605/9746/15085 9599/9745/15084 -f 9568/9596/15071 9465/9598/15073 9601/9747/15086 -f 9568/9596/15071 9601/9747/15086 9602/9748/15087 -f 9614/9749/15088 9602/9748/15087 9603/9750/15089 -f 9568/9596/15071 9602/9748/15087 9614/9749/15088 -f 9596/9751/15090 9619/9752/15091 9611/9753/15092 -f 9575/9614/15049 9592/9739/15078 9604/9720/15050 -f 9567/9608/15061 9598/9743/15082 9605/9746/15085 -f 9593/9740/15079 9606/9754/15093 9607/9755/15094 -f 9461/9592/15068 9608/9756/15095 9609/9757/15096 -f 9461/9592/15068 9609/9757/15096 9595/9758/15097 -f 9461/9592/15068 9595/9758/15097 9610/9759/15098 -f 9569/9699/15023 9456/9586/15025 9619/9752/15091 -f 9619/9752/15091 9456/9586/15025 9611/9753/15092 -f 9593/9740/15079 9607/9755/15094 9612/9741/15080 -f 9614/9749/15088 9603/9750/15089 9613/9760/15099 -f 9608/9756/15095 9461/9592/15068 9615/9761/15100 -f 9610/9759/15098 9616/9762/15101 9461/9592/15068 -f 9461/9592/15068 9616/9762/15101 9459/9590/15066 -f 9596/9751/15090 9617/9763/15102 9618/9764/15103 -f 9596/9751/15090 9618/9764/15103 9619/9752/15091 -s 39 -f 9623/9765/15104 9629/9766/15105 9624/9767/15106 -f 9623/9765/15104 9624/9767/15106 13391/9768/15107 -f 9627/9769/15108 9623/9765/15104 9628/9770/15109 -f 9627/9769/15108 9625/9771/15110 9623/9765/15104 -f 9623/9765/15104 9625/9771/15110 9626/9772/15111 -f 9623/9765/15104 9626/9772/15111 9629/9766/15105 -f 9629/9766/15105 9626/9772/15111 9622/9773/15112 -f 9625/9771/15110 13197/9774/15113 9626/9772/15111 -f 9626/9772/15111 13197/9774/15113 9621/9775/15114 -f 9621/9775/15114 13197/9774/15113 9620/9776/15115 -f 9631/9777/15116 9630/9778/15117 13170/9779/15118 -f 9631/9777/15116 9632/9780/15119 9630/9778/15117 -f 9630/9778/15117 9632/9780/15119 9633/9781/15120 -f 9632/9780/15119 9634/9782/15121 9635/9783/15122 -f 9635/9783/15122 9634/9782/15121 13382/9784/15123 -f 9636/9785/15124 9635/9783/15122 9637/9786/15125 -f 9636/9785/15124 9638/9787/15126 9635/9783/15122 -f 9635/9783/15122 9638/9787/15126 9633/9781/15120 -f 9635/9783/15122 9633/9781/15120 9632/9780/15119 -f 9633/9781/15120 9638/9787/15126 9639/9788/15127 -f 9638/9787/15126 13142/9789/15128 9639/9788/15127 -f 9639/9788/15127 13142/9789/15128 13141/9790/15129 -f 9640/9791/15130 9641/9792/15131 13112/9793/15132 -f 9641/9792/15131 9640/9791/15130 9642/9794/15133 -f 9640/9791/15130 9643/9795/15134 9644/9796/15135 -f 9644/9796/15135 9643/9795/15134 13373/9797/15136 -f 9645/9798/15137 9644/9796/15135 9646/9799/15138 -f 9645/9798/15137 9647/9800/15139 9644/9796/15135 -f 9644/9796/15135 9647/9800/15139 9642/9794/15133 -f 9644/9796/15135 9642/9794/15133 9640/9791/15130 -f 9642/9794/15133 9647/9800/15139 9648/9801/15140 -f 9647/9800/15139 13090/9802/15141 9648/9801/15140 -f 9648/9801/15140 13090/9802/15141 9649/9803/15142 -f 9652/9804/15143 9651/9805/15144 9650/9806/15145 -f 9652/9804/15143 9650/9806/15145 13061/9807/15146 -f 9652/9804/15143 13074/9808/15147 9653/9809/15148 -f 9653/9809/15148 13074/9808/15147 13363/9810/15149 -f 9654/9811/15150 9653/9809/15148 9655/9812/15151 -f 9654/9811/15150 9656/9813/15152 9653/9809/15148 -f 9653/9809/15148 9656/9813/15152 9651/9805/15144 -f 9653/9809/15148 9651/9805/15144 9652/9804/15143 -f 9651/9805/15144 9656/9813/15152 9657/9814/15153 -f 9656/9813/15152 13033/9815/15154 9657/9814/15153 -f 9657/9814/15153 13033/9815/15154 9658/9816/15155 -f 9661/9817/15156 9660/9818/15157 9659/9819/15158 -f 9661/9817/15156 9659/9819/15158 13004/9820/15159 -f 9661/9817/15156 9662/9821/15160 9663/9822/15161 -f 9663/9822/15161 9662/9821/15160 13354/9823/15162 -f 9664/9824/15163 9663/9822/15161 9665/9825/15164 -f 9664/9824/15163 9666/9826/15165 9663/9822/15161 -f 9663/9822/15161 9666/9826/15165 9660/9818/15157 -f 9663/9822/15161 9660/9818/15157 9661/9817/15156 -f 9660/9818/15157 9666/9826/15165 9667/9827/15166 -f 9666/9826/15165 12980/9828/15167 9667/9827/15166 -f 9667/9827/15166 12980/9828/15167 9668/9829/15168 -f 12951/9830/15169 9670/9831/15170 9669/9832/15171 -f 9669/9832/15171 9670/9831/15170 9671/9833/15172 -f 9671/9833/15172 9670/9831/15170 9672/9834/15173 -f 9672/9834/15173 9670/9831/15170 9673/9835/15174 -f 9672/9834/15173 9673/9835/15174 13344/9836/15175 -f 9674/9837/15176 9675/9838/15177 9672/9834/15173 -f 9672/9834/15173 9675/9838/15177 9676/9839/15178 -f 9672/9834/15173 9676/9839/15178 9671/9833/15172 -f 9676/9839/15178 12922/9840/15179 9671/9833/15172 -f 9671/9833/15172 12922/9840/15179 9677/9841/15180 -f 9678/9842/15181 12893/9843/15182 9685/9844/15183 -f 12893/9843/15182 9679/9845/15184 9685/9844/15183 -f 9685/9844/15183 9679/9845/15184 9680/9846/15185 -f 9680/9846/15185 9679/9845/15184 9681/9847/15186 -f 9680/9846/15185 9681/9847/15186 13333/9848/15187 -f 9682/9849/15188 9683/9850/15189 9680/9846/15185 -f 9680/9846/15185 9683/9850/15189 9684/9851/15190 -f 9680/9846/15185 9684/9851/15190 9685/9844/15183 -f 9684/9851/15190 12869/9852/15191 9685/9844/15183 -f 9685/9844/15183 12869/9852/15191 9686/9853/15192 -f 9688/9854/15193 9690/9855/15194 9689/9856/15195 -f 9690/9855/15194 9688/9854/15193 9691/9857/15196 -f 9691/9857/15196 9688/9854/15193 9692/9858/15197 -f 9691/9857/15196 9692/9858/15197 13323/9859/15198 -f 9694/9860/15199 9693/9861/15200 9691/9857/15196 -f 9695/9862/15201 9690/9855/15194 9691/9857/15196 -f 9695/9862/15201 9691/9857/15196 9693/9861/15200 -f 9690/9855/15194 9695/9862/15201 12818/9863/15202 -f 9690/9855/15194 12818/9863/15202 9687/9864/15203 -f 9687/9864/15203 12818/9863/15202 12817/9865/15204 -f 9696/9866/15205 9697/9867/15206 11857/9868/15207 -f 9696/9866/15205 9698/9869/15208 9699/9870/15209 -f 9699/9870/15209 9698/9869/15208 13312/9871/15210 -f 9700/9872/15211 9699/9870/15209 9701/9873/15212 -f 9700/9872/15211 9702/9874/15213 9699/9870/15209 -f 9699/9870/15209 9702/9874/15213 9697/9867/15206 -f 9699/9870/15209 9697/9867/15206 9696/9866/15205 -f 9697/9867/15206 9702/9874/15213 9703/9875/15214 -f 9702/9874/15213 12762/9876/15215 9703/9875/15214 -f 9703/9875/15214 12762/9876/15215 12761/9877/15216 -f 9704/9878/15217 9705/9879/15218 12732/9880/15219 -f 9705/9879/15218 9704/9878/15217 9706/9881/15220 -f 9704/9878/15217 9707/9882/15221 9708/9883/15222 -f 9708/9883/15222 9707/9882/15221 13303/9884/15223 -f 9709/9885/15224 9708/9883/15222 9710/9886/15225 -f 9709/9885/15224 9711/9887/15226 9708/9883/15222 -f 9708/9883/15222 9711/9887/15226 9706/9881/15220 -f 9708/9883/15222 9706/9881/15220 9704/9878/15217 -f 9706/9881/15220 9711/9887/15226 9712/9888/15227 -f 9711/9887/15226 12707/9889/15228 9712/9888/15227 -f 9712/9888/15227 12707/9889/15228 9713/9890/15229 -f 9716/9891/15230 9715/9892/15231 9714/9893/15232 -f 9716/9891/15230 9714/9893/15232 12678/9894/15233 -f 9716/9891/15230 9717/9895/15234 9718/9896/15235 -f 9718/9896/15235 9717/9895/15234 13294/9897/15236 -f 9719/9898/15237 9718/9896/15235 9720/9899/15238 -f 9719/9898/15237 9721/9900/15239 9718/9896/15235 -f 9718/9896/15235 9721/9900/15239 9715/9892/15231 -f 9718/9896/15235 9715/9892/15231 9716/9891/15230 -f 9715/9892/15231 9721/9900/15239 9722/9901/15240 -f 9721/9900/15239 12653/9902/15241 9722/9901/15240 -f 9722/9901/15240 12653/9902/15241 9723/9903/15242 -f 9726/9904/15243 9725/9905/15244 9724/9906/15245 -f 9726/9904/15243 9724/9906/15245 12621/9907/15246 -f 9726/9904/15243 9727/9908/15247 9728/9909/15248 -f 9728/9909/15248 9727/9908/15247 13284/9910/15249 -f 9729/9911/15250 9728/9909/15248 9730/9912/15251 -f 9729/9911/15250 9731/9913/15252 9728/9909/15248 -f 9728/9909/15248 9731/9913/15252 9725/9905/15244 -f 9728/9909/15248 9725/9905/15244 9726/9904/15243 -f 9725/9905/15244 9731/9913/15252 9732/9914/15253 -f 9731/9913/15252 12599/9915/15254 9732/9914/15253 -f 9732/9914/15253 12599/9915/15254 9733/9916/15255 -f 9734/9917/15256 12569/9918/15257 9735/9919/15258 -f 12569/9918/15257 9736/9920/15259 9735/9919/15258 -f 9735/9919/15258 9736/9920/15259 9737/9921/15260 -f 9737/9921/15260 9736/9920/15259 9738/9922/15261 -f 9737/9921/15260 9738/9922/15261 13274/9923/15262 -f 9739/9924/15263 9740/9925/15264 9737/9921/15260 -f 9737/9921/15260 9740/9925/15264 9741/9926/15265 -f 9737/9921/15260 9741/9926/15265 9735/9919/15258 -f 9741/9926/15265 12546/9927/15266 9735/9919/15258 -f 9735/9919/15258 12546/9927/15266 9742/9928/15267 -f 9744/9929/15268 11833/9930/15269 9745/9931/15270 -f 9744/9929/15268 9745/9931/15270 9749/9932/15271 -f 12519/9933/15272 9746/9934/15273 9747/9935/15274 -f 9747/9935/15274 9746/9934/15273 13264/9936/15275 -f 9750/9937/15276 9747/9935/15274 9751/9938/15277 -f 9750/9937/15276 9748/9939/15278 9747/9935/15274 -f 9747/9935/15274 9748/9939/15278 9749/9932/15271 -f 9747/9935/15274 9749/9932/15271 12519/9933/15272 -f 12519/9933/15272 9749/9932/15271 9745/9931/15270 -f 9749/9932/15271 9748/9939/15278 12491/9940/15279 -f 9749/9932/15271 12491/9940/15279 9743/9941/15280 -f 9743/9941/15280 12491/9940/15279 12490/9942/15281 -f 12463/9943/15282 9752/9944/15283 9753/9945/15284 -f 9752/9944/15283 9754/9946/15285 9755/9947/15286 -f 9755/9947/15286 9754/9946/15285 13255/9948/15287 -f 9756/9949/15288 9755/9947/15286 9757/9950/15289 -f 9756/9949/15288 9758/9951/15290 9755/9947/15286 -f 9755/9947/15286 9758/9951/15290 9753/9945/15284 -f 9755/9947/15286 9753/9945/15284 9752/9944/15283 -f 9753/9945/15284 9758/9951/15290 9759/9952/15291 -f 9758/9951/15290 12435/9953/15292 9759/9952/15291 -f 9759/9952/15291 12435/9953/15292 12434/9954/15293 -f 9760/9955/15294 9761/9956/15295 12407/9957/15296 -f 9761/9956/15295 9760/9955/15294 9762/9958/15297 -f 9760/9955/15294 9763/9959/15298 9764/9960/15299 -f 9764/9960/15299 9763/9959/15298 13245/9961/15300 -f 9765/9962/15301 9764/9960/15299 9766/9963/15302 -f 9765/9962/15301 9767/9964/15303 9764/9960/15299 -f 9764/9960/15299 9767/9964/15303 9762/9958/15297 -f 9764/9960/15299 9762/9958/15297 9760/9955/15294 -f 9762/9958/15297 9767/9964/15303 9768/9965/15304 -f 9767/9964/15303 12382/9966/15305 9768/9965/15304 -f 9768/9965/15304 12382/9966/15305 9769/9967/15306 -f 9772/9968/15307 9771/9969/15308 9770/9970/15309 -f 9772/9968/15307 9770/9970/15309 12351/9971/15310 -f 9772/9968/15307 9773/9972/15311 9774/9973/15312 -f 9774/9973/15312 9773/9972/15311 13235/9974/15313 -f 9775/9975/15314 9774/9973/15312 9776/9976/15315 -f 9775/9975/15314 9777/9977/15316 9774/9973/15312 -f 9774/9973/15312 9777/9977/15316 9771/9969/15308 -f 9774/9973/15312 9771/9969/15308 9772/9968/15307 -f 9771/9969/15308 9777/9977/15316 9778/9978/15317 -f 9777/9977/15316 12327/9979/15318 9778/9978/15317 -f 9778/9978/15317 12327/9979/15318 9779/9980/15319 -f 9782/9981/15320 9781/9982/15321 9780/9983/15322 -f 9782/9981/15320 9780/9983/15322 12300/9984/15323 -f 9782/9981/15320 9783/9985/15324 9784/9986/15325 -f 9784/9986/15325 9783/9985/15324 13224/9987/15326 -f 9785/9988/15327 9784/9986/15325 9786/9989/15328 -f 9785/9988/15327 9787/9990/15329 9784/9986/15325 -f 9784/9986/15325 9787/9990/15329 9781/9982/15321 -f 9784/9986/15325 9781/9982/15321 9782/9981/15320 -f 9781/9982/15321 9787/9990/15329 9788/9991/15330 -f 9787/9990/15329 12273/9992/15331 9788/9991/15330 -f 9788/9991/15330 12273/9992/15331 9789/9993/15332 -f 9792/9994/15333 9791/9995/15334 9790/9996/15335 -f 9792/9994/15333 9790/9996/15335 11808/9997/15336 -f 9792/9994/15333 9793/9998/15337 9794/9999/15338 -f 9794/9999/15338 9793/9998/15337 13412/10000/15339 -f 9795/10001/15340 9794/9999/15338 9796/10002/15341 -f 9795/10001/15340 9797/10003/15342 9794/9999/15338 -f 9794/9999/15338 9797/10003/15342 9791/9995/15334 -f 9794/9999/15338 9791/9995/15334 9792/9994/15333 -f 9791/9995/15334 9797/10003/15342 11806/10004/15343 -f 9797/10003/15342 12219/10005/15344 11806/10004/15343 -f 11806/10004/15343 12219/10005/15344 11805/10006/15345 -f 9909/10007/15346 9798/10008/15347 9799/10009/15348 -f 9871/10010/15349 9800/10011/15350 9801/10012/15351 -f 9836/10013/15352 9802/10014/15353 9803/10015/15354 -f 9804/10016/15355 11194/10017/15356 9805/10018/15357 -f 9804/10016/15355 9805/10018/15357 9911/10019/15358 -f 9911/10019/15358 9805/10018/15357 9806/10020/15359 -f 9808/10021/15360 9807/10022/15361 9809/10023/15362 -f 9809/10023/15362 9810/10024/15363 9808/10021/15360 -f 9808/10021/15360 9810/10024/15363 9811/10025/15364 -f 9811/10025/15364 9810/10024/15363 9804/10016/15355 -f 9804/10016/15355 9810/10024/15363 11194/10017/15356 -f 9821/10026/15365 9812/10027/15366 9813/10028/15367 -f 9812/10027/15366 9821/10026/15365 9814/10029/15368 -f 9815/10030/15369 9814/10029/15368 9816/10031/15370 -f 10598/10032/15371 9818/10033/15372 9819/10034/15373 -f 10598/10032/15371 9819/10034/15373 9820/10035/15374 -f 9818/10033/15372 10598/10032/15371 9817/10036/15375 -f 9817/10036/15375 9821/10026/15365 9818/10033/15372 -f 9818/10033/15372 9821/10026/15365 9813/10028/15367 -f 9823/10037/15376 9822/10038/15377 9824/10039/15378 -f 9823/10037/15376 9824/10039/15378 9825/10040/15379 -f 9823/10037/15376 9825/10040/15379 9826/10041/15380 -f 9826/10041/15380 9825/10040/15379 11252/10042/15381 -f 11252/10042/15381 9829/10043/15382 9826/10041/15380 -f 9819/10034/15373 9827/10044/15383 9820/10035/15374 -f 9820/10035/15374 9827/10044/15383 9828/10045/15384 -f 9828/10045/15384 9827/10044/15383 9829/10043/15382 -f 9828/10045/15384 9829/10043/15382 11252/10042/15381 -f 9830/10046/15385 9831/10047/15386 9832/10048/15387 -f 9832/10048/15387 9833/10049/15388 9830/10046/15385 -f 9833/10049/15388 9832/10048/15387 11285/10050/15389 -f 9833/10049/15388 11285/10050/15389 9834/10051/15390 -f 9834/10051/15390 11285/10050/15389 9835/10052/15391 -f 9831/10047/15386 9830/10046/15385 9837/10053/15392 -f 9831/10047/15386 9837/10053/15392 9838/10054/15393 -f 9839/10055/15394 11313/10056/15395 9840/10057/15396 -f 9839/10055/15394 9840/10057/15396 9841/10058/15397 -f 9841/10058/15397 9840/10057/15396 9838/10054/15393 -f 9841/10058/15397 9838/10054/15393 9842/10059/15398 -f 9842/10059/15398 9838/10054/15393 9837/10053/15392 -f 9844/10060/15399 9843/10061/15400 9845/10062/15401 -f 9844/10060/15399 9845/10062/15401 9846/10063/15402 -f 9846/10063/15402 9845/10062/15401 9839/10055/15394 -f 9839/10055/15394 9845/10062/15401 11313/10056/15395 -f 9855/10064/15403 9957/10065/15404 9847/10066/15405 -f 9957/10065/15404 9855/10064/15403 9848/10067/15406 -f 9849/10068/15407 9848/10067/15406 9850/10069/15408 -f 9853/10070/15409 9851/10071/15410 10541/10072/15411 -f 10541/10072/15411 9851/10071/15410 9852/10073/15412 -f 10541/10072/15411 9854/10074/15413 9853/10070/15409 -f 9854/10074/15413 9855/10064/15403 9853/10070/15409 -f 9853/10070/15409 9855/10064/15403 9847/10066/15405 -f 9856/10075/15414 9857/10076/15415 9858/10077/15416 -f 9859/10078/15417 9858/10077/15416 9860/10079/15418 -f 9859/10078/15417 9860/10079/15418 9861/10080/15419 -f 9859/10078/15417 9861/10080/15419 11025/10081/15420 -f 11025/10081/15420 9863/10082/15421 9859/10078/15417 -f 9852/10073/15412 9851/10071/15410 9862/10083/15422 -f 9852/10073/15412 9862/10083/15422 9864/10084/15423 -f 9864/10084/15423 9862/10083/15422 9863/10082/15421 -f 9864/10084/15423 9863/10082/15421 11025/10081/15420 -f 9865/10085/15424 9866/10086/15425 9868/10087/15426 -f 9865/10085/15424 9868/10087/15426 9867/10088/15427 -f 9867/10088/15427 9868/10087/15426 9945/10089/15428 -f 9868/10087/15426 9869/10090/15429 9945/10089/15428 -f 9869/10090/15429 9870/10091/15430 9945/10089/15428 -f 9945/10089/15428 9870/10091/15430 9871/10010/15349 -f 9875/10092/15431 11081/10093/15432 9874/10094/15433 -f 9866/10086/15425 9865/10085/15424 9872/10095/15434 -f 9866/10086/15425 9872/10095/15434 9873/10096/15435 -f 9873/10096/15435 9872/10095/15434 9874/10094/15433 -f 9874/10094/15433 9872/10095/15434 9875/10092/15431 -f 9876/10097/15436 9877/10098/15437 9878/10099/15438 -f 9876/10097/15436 9878/10099/15438 9879/10100/15439 -f 9878/10099/15438 9880/10101/15440 9879/10100/15439 -f 9880/10101/15440 11081/10093/15432 9879/10100/15439 -f 9879/10100/15439 11081/10093/15432 9881/10102/15441 -f 9881/10102/15441 11081/10093/15432 9875/10092/15431 -f 9892/10103/15442 9882/10104/15443 9883/10105/15444 -f 9892/10103/15442 9884/10106/15445 9885/10107/15446 -f 9884/10106/15445 9892/10103/15442 9883/10105/15444 -f 9886/10108/15447 9882/10104/15443 9887/10109/15448 -f 9889/10110/15449 9890/10111/15450 9891/10112/15451 -f 9891/10112/15451 9890/10111/15450 10479/10113/15452 -f 9891/10112/15451 10479/10113/15452 9885/10107/15446 -f 9885/10107/15446 10479/10113/15452 9888/10114/15453 -f 9888/10114/15453 9892/10103/15442 9885/10107/15446 -f 9893/10115/15454 9902/10116/15455 9890/10111/15450 -f 9893/10115/15454 9890/10111/15450 9889/10110/15449 -f 9894/10117/15456 9895/10118/15457 9896/10119/15458 -f 9894/10117/15456 9896/10119/15458 9897/10120/15459 -f 9897/10120/15459 9896/10119/15458 9898/10121/15460 -f 9898/10121/15460 9899/10122/15461 9897/10120/15459 -f 9897/10120/15459 9899/10122/15461 9900/10123/15462 -f 9897/10120/15459 9900/10123/15462 9901/10124/15463 -f 9900/10123/15462 9902/10116/15455 9901/10124/15463 -f 9901/10124/15463 9902/10116/15455 9893/10115/15454 -f 9903/10125/15464 9905/10126/15465 9904/10127/15466 -f 11169/10128/15467 9906/10129/15468 9905/10126/15465 -f 9905/10126/15465 9906/10129/15468 9904/10127/15466 -f 9906/10129/15468 11169/10128/15467 9907/10130/15469 -f 9907/10130/15469 11169/10128/15467 9908/10131/15470 -f 9904/10127/15466 9910/10132/15471 9903/10125/15464 -f 9903/10125/15464 9910/10132/15471 9806/10020/15359 -f 9806/10020/15359 9910/10132/15471 9911/10019/15358 -f 9912/10133/15472 9913/10134/15473 9914/10135/15474 -f 9915/10136/15475 9921/10137/15476 9913/10134/15473 -f 9913/10134/15473 9921/10137/15476 9914/10135/15474 -f 9916/10138/15477 9807/10022/15361 9917/10139/15478 -f 9917/10139/15478 9807/10022/15361 9808/10021/15360 -f 9917/10139/15478 9808/10021/15360 9918/10140/15479 -f 9808/10021/15360 9919/10141/15480 9918/10140/15479 -f 9918/10140/15479 9919/10141/15480 9920/10142/15481 -f 9918/10140/15479 9920/10142/15481 9915/10136/15475 -f 9915/10136/15475 9920/10142/15481 9921/10137/15476 -f 9908/10131/15470 9909/10007/15346 9907/10130/15469 -f 9907/10130/15469 9909/10007/15346 9799/10009/15348 -f 9907/10130/15469 9799/10009/15348 9922/10143/15482 -f 9922/10143/15482 9799/10009/15348 9923/10144/15483 -f 9924/10145/15484 9925/10146/15485 9923/10144/15483 -f 9923/10144/15483 9925/10146/15485 9922/10143/15482 -f 9926/10147/15486 9927/10148/15487 9928/10149/15488 -f 9928/10149/15488 9927/10148/15487 9929/10150/15489 -f 9928/10149/15488 9929/10150/15489 9924/10145/15484 -f 9924/10145/15484 9929/10150/15489 9925/10146/15485 -f 9894/10117/15456 9897/10120/15459 9930/10151/15490 -f 9894/10117/15456 9930/10151/15490 9931/10152/15491 -f 9931/10152/15491 9930/10151/15490 9932/10153/15492 -f 9931/10152/15491 9932/10153/15492 9926/10147/15486 -f 9926/10147/15486 9932/10153/15492 9933/10154/15493 -f 9926/10147/15486 9933/10154/15493 9927/10148/15487 -f 9883/10105/15444 9882/10104/15443 9886/10108/15447 -f 9883/10105/15444 9886/10108/15447 9934/10155/15494 -f 9934/10155/15494 9886/10108/15447 9935/10156/15495 -f 9934/10155/15494 9935/10156/15495 9936/10157/15496 -f 9936/10157/15496 9935/10156/15495 9937/10158/15497 -f 9936/10157/15496 9937/10158/15497 9938/10159/15498 -f 9938/10159/15498 9937/10158/15497 9939/10160/15499 -f 9938/10159/15498 9939/10160/15499 9942/10161/15500 -f 9940/10162/15501 9941/10163/15502 9939/10160/15499 -f 9939/10160/15499 9941/10163/15502 9942/10161/15500 -f 9876/10097/15436 9879/10100/15439 9943/10164/15503 -f 9876/10097/15436 9943/10164/15503 9940/10162/15501 -f 9940/10162/15501 9943/10164/15503 9944/10165/15504 -f 9940/10162/15501 9944/10165/15504 9941/10163/15502 -f 9945/10089/15428 9871/10010/15349 9801/10012/15351 -f 9945/10089/15428 9801/10012/15351 9946/10166/15505 -f 9945/10089/15428 9946/10166/15505 9947/10167/15506 -f 9947/10167/15506 9946/10166/15505 9948/10168/15507 -f 9948/10168/15507 9946/10166/15505 9949/10169/15508 -f 9948/10168/15507 9949/10169/15508 9950/10170/15509 -f 9950/10170/15509 9949/10169/15508 9951/10171/15510 -f 9950/10170/15509 9951/10171/15510 9956/10172/15511 -f 9858/10077/15416 9859/10078/15417 9856/10075/15414 -f 9856/10075/15414 9859/10078/15417 9954/10173/15512 -f 9954/10173/15512 9859/10078/15417 9952/10174/15513 -f 9954/10173/15512 9952/10174/15513 9953/10175/15514 -f 9954/10173/15512 9953/10175/15514 9955/10176/15515 -f 9954/10173/15512 9955/10176/15515 9951/10171/15510 -f 9951/10171/15510 9955/10176/15515 9956/10172/15511 -f 9957/10065/15404 9848/10067/15406 9849/10068/15407 -f 9957/10065/15404 9849/10068/15407 9958/10177/15516 -f 9957/10065/15404 9958/10177/15516 9965/10178/15517 -f 9960/10179/15518 9959/10180/15519 9961/10181/15520 -f 9960/10179/15518 9961/10181/15520 9962/10182/15521 -f 9962/10182/15521 9961/10181/15520 9963/10183/15522 -f 9963/10183/15522 9961/10181/15520 9964/10184/15523 -f 9963/10183/15522 9964/10184/15523 9958/10177/15516 -f 9958/10177/15516 9964/10184/15523 9965/10178/15517 -f 9959/10180/15519 9960/10179/15518 9966/10185/15524 -f 9966/10185/15524 9960/10179/15518 9967/10186/15525 -f 9966/10185/15524 9967/10186/15525 9844/10060/15399 -f 9844/10060/15399 9967/10186/15525 9968/10187/15526 -f 9844/10060/15399 9968/10187/15526 9843/10061/15400 -f 9843/10061/15400 9968/10187/15526 10324/10188/15527 -f 9835/10052/15391 9836/10013/15352 9834/10051/15390 -f 9834/10051/15390 9836/10013/15352 9803/10015/15354 -f 9834/10051/15390 9803/10015/15354 9969/10189/15528 -f 9969/10189/15528 9803/10015/15354 9970/10190/15529 -f 9969/10189/15528 9970/10190/15529 9972/10191/15530 -f 9972/10191/15530 9970/10190/15529 9971/10192/15531 -f 9972/10191/15530 9971/10192/15531 9973/10193/15532 -f 9972/10191/15530 9973/10193/15532 9974/10194/15533 -f 9975/10195/15534 9976/10196/15535 9973/10193/15532 -f 9973/10193/15532 9976/10196/15535 9974/10194/15533 -f 9977/10197/15536 9978/10198/15537 9975/10195/15534 -f 9975/10195/15534 9978/10198/15537 9976/10196/15535 -f 9979/10199/15538 9822/10038/15377 9980/10200/15539 -f 9980/10200/15539 9822/10038/15377 9823/10037/15376 -f 9980/10200/15539 9823/10037/15376 9981/10201/15540 -f 9981/10201/15540 9823/10037/15376 9982/10202/15541 -f 9981/10201/15540 9982/10202/15541 9983/10203/15542 -f 9983/10203/15542 9982/10202/15541 9984/10204/15543 -f 9983/10203/15542 9984/10204/15543 9977/10197/15536 -f 9977/10197/15536 9984/10204/15543 9985/10205/15544 -f 9977/10197/15536 9985/10205/15544 9978/10198/15537 -f 9812/10027/15366 9814/10029/15368 9815/10030/15369 -f 9812/10027/15366 9815/10030/15369 9986/10206/15545 -f 9986/10206/15545 9815/10030/15369 9912/10133/15472 -f 9986/10206/15545 9912/10133/15472 9987/10207/15546 -f 9987/10207/15546 9912/10133/15472 9914/10135/15474 -s 122 -f 10091/10208/15547 9988/10209/15548 9989/10210/15549 -f 10072/10211/15550 9990/10212/15551 9991/10213/15552 -f 10054/10214/15553 9992/10215/15554 9993/10216/15555 -f 10038/10217/15556 9994/10218/15557 9995/10219/15558 -f 10022/10220/15559 10264/10221/15560 9996/10222/15561 -f 10002/10223/15562 9997/10224/15563 9998/10225/15564 -f 10000/10226/15565 9999/10227/15566 10001/10228/15567 -f 10000/10226/15565 10001/10228/15567 9998/10225/15564 -f 10001/10228/15567 10002/10223/15562 9998/10225/15564 -f 10003/10229/15568 10004/10230/15569 9997/10224/15563 -f 10005/10231/15570 10016/10232/15571 10006/10233/15572 -f 10006/10233/15572 10016/10232/15571 9999/10227/15566 -f 10006/10233/15572 9999/10227/15566 10007/10234/15573 -f 10007/10234/15573 9999/10227/15566 10000/10226/15565 -f 10008/10235/15574 10009/10236/15575 10010/10237/15576 -f 10011/10238/15577 10012/10239/15578 10010/10237/15576 -f 10012/10239/15578 10011/10238/15577 10013/10240/15579 -f 10013/10240/15579 10014/10241/15580 10012/10239/15578 -f 10012/10239/15578 10014/10241/15580 10015/10242/15581 -f 10014/10241/15580 10016/10232/15571 10015/10242/15581 -f 10015/10242/15581 10016/10232/15571 10005/10231/15570 -f 10018/10243/15582 10017/10244/15583 10019/10245/15584 -f 10017/10244/15583 10018/10243/15582 10020/10246/15585 -f 10020/10246/15585 10018/10243/15582 10021/10247/15586 -f 10020/10246/15585 10021/10247/15586 11079/10248/15587 -f 11079/10248/15587 10022/10220/15559 10020/10246/15585 -f 10023/10249/15588 10024/10250/15589 10025/10251/15590 -f 10025/10251/15590 10024/10250/15589 10518/10252/15591 -f 10025/10251/15590 10518/10252/15591 10019/10245/15584 -f 10019/10245/15584 10518/10252/15591 10018/10243/15582 -f 10026/10253/15592 10027/10254/15593 10028/10255/15594 -f 10029/10256/15595 10028/10255/15594 10030/10257/15596 -f 10030/10257/15596 11060/10258/15597 10029/10256/15595 -f 11060/10258/15597 10031/10259/15598 10029/10256/15595 -f 10029/10256/15595 10031/10259/15598 10032/10260/15599 -f 10032/10260/15599 10031/10259/15598 10023/10249/15588 -f 10023/10249/15588 10031/10259/15598 10024/10250/15589 -f 10033/10261/15600 10050/10262/15601 10034/10263/15602 -f 10050/10262/15601 10035/10264/15603 10034/10263/15602 -f 10034/10263/15602 10035/10264/15603 10036/10265/15604 -f 10036/10265/15604 10035/10264/15603 10037/10266/15605 -f 10036/10265/15604 10037/10266/15605 10038/10217/15556 -f 10039/10267/15606 10040/10268/15607 10041/10269/15608 -f 10042/10270/15609 10041/10269/15608 10043/10271/15610 -f 10043/10271/15610 10044/10272/15611 10042/10270/15609 -f 10046/10273/15612 10045/10274/15613 10042/10270/15609 -f 10046/10273/15612 10042/10270/15609 10044/10272/15611 -f 10045/10274/15613 10046/10273/15612 10047/10275/15614 -f 10045/10274/15613 10047/10275/15614 10048/10276/15615 -f 10048/10276/15615 10047/10275/15614 10049/10277/15616 -f 10049/10277/15616 10047/10275/15614 10050/10262/15601 -f 10049/10277/15616 10050/10262/15601 10033/10261/15600 -f 10055/10278/15617 11309/10279/15618 10051/10280/15619 -f 10055/10278/15617 10052/10281/15620 10053/10282/15621 -f 10052/10281/15620 10055/10278/15617 10051/10280/15619 -f 10051/10280/15619 11309/10279/15618 10054/10214/15553 -f 10570/10283/15622 10055/10278/15617 10053/10282/15621 -f 10068/10284/15623 10056/10285/15624 10057/10286/15625 -f 10057/10286/15625 10056/10285/15624 10058/10287/15626 -f 10058/10287/15626 10059/10288/15627 10057/10286/15625 -f 10057/10286/15625 10059/10288/15627 10060/10289/15628 -f 10060/10289/15628 10059/10288/15627 10061/10290/15629 -f 10061/10290/15629 10059/10288/15627 10062/10291/15630 -f 10061/10290/15629 10062/10291/15630 10063/10292/15631 -f 10063/10292/15631 10062/10291/15630 10570/10283/15622 -f 10063/10292/15631 10570/10283/15622 10053/10282/15621 -f 10064/10293/15632 10065/10294/15633 10066/10295/15634 -f 10066/10295/15634 10068/10284/15623 10067/10296/15635 -f 10068/10284/15623 10057/10286/15625 10069/10297/15636 -f 10068/10284/15623 10069/10297/15636 10067/10296/15635 -f 10077/10298/15637 10070/10299/15638 10071/10300/15639 -f 10070/10299/15638 10077/10298/15637 10072/10211/15550 -f 10073/10301/15640 10074/10302/15641 10075/10303/15642 -f 10074/10302/15641 10076/10304/15643 10075/10303/15642 -f 10075/10303/15642 10076/10304/15643 10077/10298/15637 -f 10075/10303/15642 10077/10298/15637 10071/10300/15639 -f 10088/10305/15644 11241/10306/15645 10078/10307/15646 -f 10078/10307/15646 11241/10306/15645 10079/10308/15647 -f 10078/10307/15646 10079/10308/15647 10080/10309/15648 -f 10080/10309/15648 10079/10308/15647 10081/10310/15649 -f 10081/10310/15649 10079/10308/15647 10082/10311/15650 -f 10081/10310/15649 10082/10311/15650 10073/10301/15640 -f 10073/10301/15640 10082/10311/15650 10074/10302/15641 -f 10085/10312/15651 10086/10313/15652 10083/10314/15653 -f 10083/10314/15653 10087/10315/15654 10084/10316/15655 -f 10084/10316/15655 10087/10315/15654 10088/10305/15644 -f 10088/10305/15644 10078/10307/15646 10089/10317/15656 -f 10088/10305/15644 10089/10317/15656 10084/10316/15655 -f 10090/10318/15657 10091/10208/15547 10092/10319/15658 -f 10092/10319/15658 10091/10208/15547 10093/10320/15659 -f 10094/10321/15660 10096/10322/15661 10095/10323/15662 -f 10096/10322/15661 10090/10318/15657 10095/10323/15662 -f 10090/10318/15657 10096/10322/15661 11191/10324/15663 -f 10090/10318/15657 11191/10324/15663 11192/10325/15664 -f 10090/10318/15657 11192/10325/15664 10091/10208/15547 -f 10097/10326/15665 10109/10327/15666 10098/10328/15667 -f 10097/10326/15665 10098/10328/15667 10099/10329/15668 -f 10099/10329/15668 10098/10328/15667 10094/10321/15660 -f 10099/10329/15668 10094/10321/15660 10100/10330/15669 -f 10100/10330/15669 10094/10321/15660 10095/10323/15662 -f 10101/10331/15670 10102/10332/15671 10103/10333/15672 -f 10103/10333/15672 10104/10334/15673 10105/10335/15674 -f 10105/10335/15674 10104/10334/15673 10106/10336/15675 -f 10106/10336/15675 10107/10337/15676 10105/10335/15674 -f 10105/10335/15674 10107/10337/15676 10108/10338/15677 -f 10108/10338/15677 10107/10337/15676 10109/10327/15666 -f 10108/10338/15677 10109/10327/15666 10097/10326/15665 -f 10083/10314/15653 10084/10316/15655 10085/10312/15651 -f 10085/10312/15651 10084/10316/15655 10110/10339/15678 -f 10085/10312/15651 10110/10339/15678 10111/10340/15679 -f 10070/10299/15638 10072/10211/15550 9991/10213/15552 -f 10070/10299/15638 9991/10213/15552 10112/10341/15680 -f 10112/10341/15680 9991/10213/15552 10113/10342/15681 -f 10112/10341/15680 10113/10342/15681 10114/10343/15682 -f 10114/10343/15682 10113/10342/15681 10115/10344/15683 -f 10115/10344/15683 10113/10342/15681 10064/10293/15632 -f 10115/10344/15683 10064/10293/15632 10067/10296/15635 -f 10067/10296/15635 10064/10293/15632 10066/10295/15634 -f 10051/10280/15619 10054/10214/15553 9993/10216/15555 -f 10051/10280/15619 9993/10216/15555 10116/10345/15684 -f 10116/10345/15684 9993/10216/15555 10117/10346/15685 -f 10116/10345/15684 10117/10346/15685 10118/10347/15686 -f 10118/10347/15686 10117/10346/15685 10119/10348/15687 -f 10119/10348/15687 10117/10346/15685 10120/10349/15688 -f 10119/10348/15687 10120/10349/15688 10121/10350/15689 -f 10121/10350/15689 10120/10349/15688 10122/10351/15690 -f 10122/10351/15690 10120/10349/15688 10039/10267/15606 -f 10122/10351/15690 10039/10267/15606 10042/10270/15609 -f 10042/10270/15609 10039/10267/15606 10041/10269/15608 -f 10036/10265/15604 10038/10217/15556 9995/10219/15558 -f 10036/10265/15604 9995/10219/15558 10123/10352/15691 -f 10123/10352/15691 9995/10219/15558 10124/10353/15692 -f 10123/10352/15691 10124/10353/15692 10125/10354/15693 -f 10125/10354/15693 10124/10353/15692 10126/10355/15694 -f 10126/10355/15694 10124/10353/15692 10127/10356/15695 -f 10126/10355/15694 10127/10356/15695 10128/10357/15696 -f 10128/10357/15696 10127/10356/15695 10129/10358/15697 -f 10129/10358/15697 10127/10356/15695 10026/10253/15592 -f 10129/10358/15697 10026/10253/15592 10029/10256/15595 -f 10029/10256/15595 10026/10253/15592 10028/10255/15594 -f 10020/10246/15585 10022/10220/15559 9996/10222/15561 -f 10020/10246/15585 9996/10222/15561 10130/10359/15698 -f 10130/10359/15698 9996/10222/15561 10131/10360/15699 -f 10130/10359/15698 10131/10360/15699 10132/10361/15700 -f 10132/10361/15700 10131/10360/15699 10133/10362/15701 -f 10133/10362/15701 10131/10360/15699 10134/10363/15702 -f 10133/10362/15701 10134/10363/15702 10135/10364/15703 -f 10135/10364/15703 10134/10363/15702 10136/10365/15704 -f 10136/10365/15704 10134/10363/15702 10008/10235/15574 -f 10136/10365/15704 10008/10235/15574 10012/10239/15578 -f 10012/10239/15578 10008/10235/15574 10010/10237/15576 -f 9998/10225/15564 9997/10224/15563 10004/10230/15569 -f 9998/10225/15564 10004/10230/15569 10137/10366/15705 -f 10137/10366/15705 10004/10230/15569 10138/10367/15706 -f 10137/10366/15705 10138/10367/15706 10139/10368/15707 -f 10139/10368/15707 10138/10367/15706 10140/10369/15708 -f 10140/10369/15708 10138/10367/15706 10141/10370/15709 -f 10140/10369/15708 10141/10370/15709 10142/10371/15710 -f 10142/10371/15710 10141/10370/15709 10143/10372/15711 -f 10143/10372/15711 10141/10370/15709 10101/10331/15670 -f 10143/10372/15711 10101/10331/15670 10105/10335/15674 -f 10105/10335/15674 10101/10331/15670 10103/10333/15672 -f 10093/10320/15659 10091/10208/15547 9989/10210/15549 -f 10093/10320/15659 9989/10210/15549 10144/10373/15712 -f 10144/10373/15712 9989/10210/15549 10111/10340/15679 -f 10144/10373/15712 10111/10340/15679 10145/10374/15713 -f 10145/10374/15713 10111/10340/15679 10110/10339/15678 -s 39 -f 10146/10375/15714 12190/10376/15715 10153/10377/15716 -f 12190/10376/15715 10147/10378/15717 10153/10377/15716 -f 10153/10377/15716 10147/10378/15717 10148/10379/15718 -f 10148/10379/15718 10147/10378/15717 10149/10380/15719 -f 10148/10379/15718 10149/10380/15719 13401/10381/15720 -f 10151/10382/15721 10150/10383/15722 10148/10379/15718 -f 10148/10379/15718 10150/10383/15722 10152/10384/15723 -f 10148/10379/15718 10152/10384/15723 10153/10377/15716 -f 10152/10384/15723 12091/10385/15724 10153/10377/15716 -f 10153/10377/15716 12091/10385/15724 11797/10386/15725 -f 11797/10386/15725 12091/10385/15724 12090/10387/15726 -f 10154/10388/15727 10155/10389/15728 10156/10390/15729 -f 10156/10390/15729 10155/10389/15728 10157/10391/15730 -f 10157/10391/15730 10155/10389/15728 10158/10392/15731 -f 10158/10392/15731 10155/10389/15728 10159/10393/15732 -f 10158/10392/15731 10159/10393/15732 10160/10394/15733 -f 10160/10394/15733 10159/10393/15732 10161/10395/15734 -f 10161/10395/15734 10159/10393/15732 10162/10396/15735 -f 10161/10395/15734 10162/10396/15735 10163/10397/15736 -f 10163/10397/15736 10162/10396/15735 10164/10398/15737 -f 10163/10397/15736 10164/10398/15737 10165/10399/15738 -f 10165/10399/15738 10164/10398/15737 10166/10400/15739 -f 10166/10400/15739 10164/10398/15737 10167/10401/15740 -f 10167/10401/15740 10164/10398/15737 10168/10402/15741 -f 10167/10401/15740 10168/10402/15741 10169/10403/15742 -f 10169/10403/15742 10168/10402/15741 10170/10404/15743 -f 10170/10404/15743 10168/10402/15741 10171/10405/15744 -f 10170/10404/15743 10171/10405/15744 10172/10406/15745 -f 10172/10406/15745 10171/10405/15744 10173/10407/15746 -f 10172/10406/15745 10173/10407/15746 10174/10408/15747 -f 10174/10408/15747 10173/10407/15746 11487/10409/15748 -f 10174/10408/15747 11487/10409/15748 10198/10410/15749 -f 10175/10411/15750 10176/10412/15751 10177/10413/15752 -f 10177/10413/15752 10176/10412/15751 10178/10414/15753 -f 10178/10414/15753 10176/10412/15751 10179/10415/15754 -f 10178/10414/15753 10179/10415/15754 10180/10416/15755 -f 10180/10416/15755 10179/10415/15754 10182/10417/15756 -f 10182/10417/15756 10179/10415/15754 10181/10418/15757 -f 10182/10417/15756 10181/10418/15757 10183/10419/15758 -f 10183/10419/15758 10181/10418/15757 10184/10420/15759 -f 10184/10420/15759 10181/10418/15757 10185/10421/15760 -f 10184/10420/15759 10185/10421/15760 10186/10422/15761 -f 10186/10422/15761 10185/10421/15760 10187/10423/15762 -f 10187/10423/15762 10185/10421/15760 10188/10424/15763 -f 10187/10423/15762 10188/10424/15763 10189/10425/15764 -f 10189/10425/15764 10188/10424/15763 10190/10426/15765 -f 10189/10425/15764 10190/10426/15765 10191/10427/15766 -f 10191/10427/15766 10190/10426/15765 11430/10428/15767 -f 10191/10427/15766 11430/10428/15767 10192/10429/15768 -f 10192/10429/15768 11430/10428/15767 10193/10430/15769 -f 10193/10430/15769 11430/10428/15767 10194/10431/15770 -f 10194/10431/15770 11430/10428/15767 10195/10432/15771 -f 10194/10431/15770 10195/10432/15771 10196/10433/15772 -f 10196/10433/15772 10195/10432/15771 10220/10434/15773 -f 10198/10410/15749 11487/10409/15748 10197/10435/15774 -f 10198/10410/15749 10197/10435/15774 10200/10436/15775 -f 10200/10436/15775 10197/10435/15774 10199/10437/15776 -f 10200/10436/15775 10199/10437/15776 10201/10438/15777 -f 10201/10438/15777 10199/10437/15776 10202/10439/15778 -f 10201/10438/15777 10202/10439/15778 10203/10440/15779 -f 10203/10440/15779 10202/10439/15778 10204/10441/15780 -f 10204/10441/15780 10202/10439/15778 10205/10442/15781 -f 10204/10441/15780 10205/10442/15781 10206/10443/15782 -f 10206/10443/15782 10205/10442/15781 10207/10444/15783 -f 10207/10444/15783 10205/10442/15781 10208/10445/15784 -f 10208/10445/15784 10205/10442/15781 11374/10446/15785 -f 10208/10445/15784 11374/10446/15785 10209/10447/15786 -f 10209/10447/15786 11374/10446/15785 10210/10448/15787 -f 10209/10447/15786 10210/10448/15787 10212/10449/15788 -f 10212/10449/15788 10210/10448/15787 10211/10450/15789 -f 10212/10449/15788 10211/10450/15789 10213/10451/15790 -f 10213/10451/15790 10211/10450/15789 10214/10452/15791 -f 10213/10451/15790 10214/10452/15791 10215/10453/15792 -f 10215/10453/15792 10214/10452/15791 10216/10454/15793 -f 10216/10454/15793 10214/10452/15791 10217/10455/15794 -f 10217/10455/15794 10214/10452/15791 10218/10456/15795 -f 10217/10455/15794 10218/10456/15795 10175/10411/15750 -f 10175/10411/15750 10218/10456/15795 10176/10412/15751 -f 10220/10434/15773 10195/10432/15771 10219/10457/15796 -f 10220/10434/15773 10219/10457/15796 10221/10458/15797 -f 10221/10458/15797 10219/10457/15796 11416/10459/15798 -f 10221/10458/15797 11416/10459/15798 10222/10460/15799 -f 10222/10460/15799 11416/10459/15798 10223/10461/15800 -f 10223/10461/15800 11416/10459/15798 10224/10462/15801 -f 10223/10461/15800 10224/10462/15801 10225/10463/15802 -f 10225/10463/15802 10224/10462/15801 10226/10464/15803 -f 10226/10464/15803 10224/10462/15801 10227/10465/15804 -f 10227/10465/15804 10224/10462/15801 10228/10466/15805 -f 10227/10465/15804 10228/10466/15805 10229/10467/15806 -f 10229/10467/15806 10228/10466/15805 10231/10468/15807 -f 10231/10468/15807 10228/10466/15805 10230/10469/15808 -f 10231/10468/15807 10230/10469/15808 10232/10470/15809 -f 10232/10470/15809 10230/10469/15808 10234/10471/15810 -f 10234/10471/15810 10230/10469/15808 10233/10472/15811 -f 10234/10471/15810 10233/10472/15811 10235/10473/15812 -f 10235/10473/15812 10233/10472/15811 11402/10474/15813 -f 10235/10473/15812 11402/10474/15813 10236/10475/15814 -f 10236/10475/15814 11402/10474/15813 10237/10476/15815 -f 10236/10475/15814 10237/10476/15815 10238/10477/15816 -f 10238/10477/15816 10237/10476/15815 10239/10478/15817 -f 10239/10478/15817 10237/10476/15815 10240/10479/15818 -f 10239/10478/15817 10240/10479/15818 10241/10480/15819 -f 10241/10480/15819 10240/10479/15818 10154/10388/15727 -f 10154/10388/15727 10240/10479/15818 10155/10389/15728 -f 9962/10182/15820 9963/10183/15821 10243/10481/15822 -f 10244/10482/15823 10245/10483/15824 12457/10484/15825 -f 12865/10485/15826 10246/10486/15827 12173/10487/15828 -f 12976/10488/15829 10247/10489/15830 10248/10490/15831 -f 10250/10491/15832 12155/10492/15833 12269/10493/15834 -f 12269/10493/15834 12155/10492/15833 12295/10494/15835 -f 10251/10495/15836 12269/10493/15834 9850/10069/15837 -f 9850/10069/15837 12269/10493/15834 9849/10068/15838 -f 9849/10068/15838 12269/10493/15834 12295/10494/15835 -f 9849/10068/15838 12295/10494/15835 10252/10496/15839 -f 12323/10497/15840 9958/10177/15841 9849/10068/15838 -f 12323/10497/15840 9849/10068/15838 10252/10496/15839 -f 9954/10173/15842 12215/10498/15843 9856/10075/15844 -f 9856/10075/15844 12215/10498/15843 9857/10076/15845 -f 12269/10493/15834 10251/10495/15836 9857/10076/15845 -f 12269/10493/15834 9857/10076/15845 10263/10499/15846 -f 10251/10495/15836 10253/10500/15847 9857/10076/15845 -f 9857/10076/15845 10253/10500/15847 10254/10501/15848 -f 9857/10076/15845 10254/10501/15848 10255/10502/15849 -f 10255/10502/15849 10254/10501/15848 10256/10503/15850 -f 10255/10502/15849 10256/10503/15850 10332/10504/15851 -f 10332/10504/15851 10256/10503/15850 10257/10505/15852 -f 10257/10505/15852 10258/10506/15853 10332/10504/15851 -f 10332/10504/15851 10258/10506/15853 10259/10507/15854 -f 10332/10504/15851 10259/10507/15854 10260/10508/15855 -f 10260/10508/15855 10259/10507/15854 10261/10509/15856 -f 10262/10510/15857 12153/10511/15858 12215/10498/15843 -f 12215/10498/15843 12153/10511/15858 12241/10512/15859 -f 12215/10498/15843 12241/10512/15859 9857/10076/15845 -f 9857/10076/15845 12241/10512/15859 10263/10499/15846 -f 10026/10253/15860 10260/10508/15855 10027/10254/15861 -f 10027/10254/15861 10260/10508/15855 10264/10221/15862 -f 10265/10513/15863 9954/10173/15842 9951/10171/15864 -f 10026/10253/15860 10127/10356/15865 10124/10353/15866 -f 10124/10353/15866 9995/10219/15867 10026/10253/15860 -f 10026/10253/15860 9995/10219/15867 9994/10218/15868 -f 10026/10253/15860 9994/10218/15868 10260/10508/15855 -f 10260/10508/15855 9994/10218/15868 10266/10514/15869 -f 10260/10508/15855 10266/10514/15869 10267/10515/15870 -f 10268/10516/15871 9954/10173/15842 12113/10517/15872 -f 12113/10517/15872 9954/10173/15842 10265/10513/15863 -f 12113/10517/15872 10265/10513/15863 12059/10518/15873 -f 12059/10518/15873 10265/10513/15863 10269/10519/15874 -f 9954/10173/15842 10268/10516/15871 12215/10498/15843 -f 10267/10515/15870 10270/10520/15875 10260/10508/15855 -f 10260/10508/15855 10270/10520/15875 10271/10521/15876 -f 10260/10508/15855 10271/10521/15876 10272/10522/15877 -f 9951/10171/15864 9949/10169/15878 10265/10513/15863 -f 10265/10513/15863 9949/10169/15878 9946/10166/15879 -f 10265/10513/15863 9946/10166/15879 9801/10012/15880 -f 10273/10523/15881 10274/10524/15882 10280/10525/15883 -f 10280/10525/15883 10274/10524/15882 10275/10526/15884 -f 10280/10525/15883 10275/10526/15884 10264/10221/15862 -f 10264/10221/15862 10275/10526/15884 10276/10527/15885 -f 10264/10221/15862 10276/10527/15885 10277/10528/15886 -f 10277/10528/15886 10278/10529/15887 10264/10221/15862 -f 10264/10221/15862 10278/10529/15887 10279/10530/15888 -f 10264/10221/15862 10279/10530/15888 10027/10254/15861 -f 10265/10513/15863 9801/10012/15880 10280/10525/15883 -f 10280/10525/15883 9801/10012/15880 9800/10011/15889 -f 10280/10525/15883 9800/10011/15889 10281/10531/15890 -f 10280/10525/15883 10281/10531/15890 10273/10523/15881 -f 10333/10532/15891 10282/10533/15892 10280/10525/15883 -f 10280/10525/15883 10282/10533/15892 10283/10534/15893 -f 10280/10525/15883 10283/10534/15893 10284/10535/15894 -f 10284/10535/15894 10285/10536/15895 10280/10525/15883 -f 10280/10525/15883 10285/10536/15895 10286/10537/15896 -f 10280/10525/15883 10286/10537/15896 10287/10538/15897 -f 9935/10156/15898 10249/10539/15899 9937/10158/15900 -f 9937/10158/15900 10249/10539/15899 10288/10540/15901 -f 9937/10158/15900 10288/10540/15901 9939/10160/15902 -f 9939/10160/15902 10288/10540/15901 9940/10162/15903 -f 10289/10541/15904 12180/10542/15905 13193/10543/15906 -f 13193/10543/15906 12180/10542/15905 10280/10525/15883 -f 10288/10540/15901 13371/10544/15907 9940/10162/15903 -f 9940/10162/15903 13371/10544/15907 9876/10097/15908 -f 9876/10097/15908 13371/10544/15907 10290/10545/15909 -f 9876/10097/15908 10290/10545/15909 9877/10098/15910 -f 10292/10546/15911 13193/10543/15906 9877/10098/15910 -f 10291/10547/15912 13155/10548/15913 10290/10545/15909 -f 10290/10545/15909 13155/10548/15913 13165/10549/15914 -f 10290/10545/15909 13165/10549/15914 9877/10098/15910 -f 9877/10098/15910 13165/10549/15914 10292/10546/15911 -f 10287/10538/15897 10293/10550/15915 10280/10525/15883 -f 10280/10525/15883 10293/10550/15915 9877/10098/15910 -f 10280/10525/15883 9877/10098/15910 13193/10543/15906 -f 13086/10551/15916 10294/10552/15917 12179/10553/15918 -f 10296/10554/15919 12176/10555/15920 13056/10556/15921 -f 10295/10557/15922 13086/10551/15916 10249/10539/15899 -f 10249/10539/15899 13086/10551/15916 10288/10540/15901 -f 10288/10540/15901 13086/10551/15916 12179/10553/15918 -f 10296/10554/15919 13056/10556/15921 10249/10539/15899 -f 10249/10539/15899 13056/10556/15921 10295/10557/15922 -f 13029/10558/15923 10296/10554/15919 10249/10539/15899 -f 13029/10558/15923 10249/10539/15899 10297/10559/15924 -f 13029/10558/15923 10297/10559/15924 13351/10560/15925 -f 10297/10559/15924 13001/10561/15926 13351/10560/15925 -f 10297/10559/15924 10298/10562/15927 9895/10118/15928 -f 10300/10563/15929 10299/10564/15930 12945/10565/15931 -f 13000/10566/15932 13001/10561/15926 10248/10490/15831 -f 10248/10490/15831 13001/10561/15926 10297/10559/15924 -f 10248/10490/15831 10297/10559/15924 12976/10488/15829 -f 12976/10488/15829 10297/10559/15924 9895/10118/15928 -f 12976/10488/15829 9895/10118/15928 9894/10117/15933 -f 12976/10488/15829 9894/10117/15933 13341/10567/15934 -f 13341/10567/15934 9894/10117/15933 9931/10152/15935 -f 13341/10567/15934 9931/10152/15935 12945/10565/15931 -f 12865/10485/15826 12173/10487/15828 12890/10568/15936 -f 10301/10569/15937 10299/10564/15930 12918/10570/15938 -f 12918/10570/15938 10299/10564/15930 10300/10563/15929 -f 12918/10570/15938 10300/10563/15929 10302/10571/15939 -f 12865/10485/15826 12890/10568/15936 10300/10563/15929 -f 10300/10563/15929 12890/10568/15936 10302/10571/15939 -f 10374/10572/15940 10303/10573/15941 9916/10138/15942 -f 10304/10574/15943 12171/10575/15944 10305/10576/15945 -f 10305/10576/15945 12171/10575/15944 12839/10577/15946 -f 10305/10576/15945 12839/10577/15946 9918/10140/15947 -f 10306/10578/15948 9916/10138/15942 12839/10577/15946 -f 12839/10577/15946 9916/10138/15942 9917/10139/15949 -f 12839/10577/15946 9917/10139/15949 9918/10140/15947 -f 10307/10579/15950 10305/10576/15945 9918/10140/15947 -f 10310/10580/15951 10308/10581/15952 12169/10582/15953 -f 9918/10140/15947 10309/10583/15954 10307/10579/15950 -f 10307/10579/15950 10309/10583/15954 10310/10580/15951 -f 10307/10579/15950 10310/10580/15951 12169/10582/15953 -f 10313/10584/15955 10310/10580/15951 10309/10583/15954 -f 12675/10585/15956 13291/10586/15957 10311/10587/15958 -f 13291/10586/15957 12703/10588/15959 10311/10587/15958 -f 10311/10587/15958 12703/10588/15959 10309/10583/15954 -f 10312/10589/15960 12167/10590/15961 12703/10588/15959 -f 12703/10588/15959 12167/10590/15961 12729/10591/15962 -f 12703/10588/15959 12729/10591/15962 10309/10583/15954 -f 10309/10583/15954 12729/10591/15962 10313/10584/15955 -f 9979/10199/15963 10311/10587/15958 10314/10592/15964 -f 10314/10592/15964 10311/10587/15958 10372/10593/15965 -f 10315/10594/15966 12166/10595/15967 10316/10596/15968 -f 10316/10596/15968 12166/10595/15967 12675/10585/15956 -f 10316/10596/15968 12675/10585/15956 10311/10587/15958 -f 10316/10596/15968 10311/10587/15958 9979/10199/15963 -f 10316/10596/15968 9979/10199/15963 10317/10597/15969 -f 10319/10598/15970 12165/10599/15971 10318/10600/15972 -f 10318/10600/15972 12165/10599/15971 10317/10597/15969 -f 10320/10601/15973 12163/10602/15974 12567/10603/15975 -f 10321/10604/15976 10322/10605/15977 12514/10606/15978 -f 12514/10606/15978 10322/10605/15977 10323/10607/15979 -f 12514/10606/15978 10323/10607/15979 12159/10608/15980 -f 10322/10605/15977 10321/10604/15976 12542/10609/15981 -f 10322/10605/15977 12542/10609/15981 12567/10603/15975 -f 12567/10603/15975 12542/10609/15981 10320/10601/15973 -f 10324/10188/15982 12458/10610/15983 13252/10611/15984 -f 10325/10612/15985 10323/10607/15979 12487/10613/15986 -f 12487/10613/15986 10323/10607/15979 10322/10605/15977 -f 12487/10613/15986 10322/10605/15977 10324/10188/15982 -f 12487/10613/15986 10324/10188/15982 13252/10611/15984 -f 10243/10481/15822 10326/10614/15987 12404/10615/15988 -f 12457/10484/15825 12458/10610/15983 10324/10188/15982 -f 12457/10484/15825 10324/10188/15982 10244/10482/15823 -f 10244/10482/15823 10324/10188/15982 10327/10616/15989 -f 10327/10616/15989 10324/10188/15982 9968/10187/15990 -f 10327/10616/15989 9968/10187/15990 9967/10186/15991 -f 10327/10616/15989 9967/10186/15991 12404/10615/15988 -f 12323/10497/15840 10243/10481/15822 9963/10183/15821 -f 12323/10497/15840 9963/10183/15821 9958/10177/15841 -f 10328/10617/15992 10326/10614/15987 12378/10618/15993 -f 12378/10618/15993 10326/10614/15987 10243/10481/15822 -f 12378/10618/15993 10243/10481/15822 10330/10619/15994 -f 10329/10620/15995 12157/10621/15996 12323/10497/15840 -f 12323/10497/15840 12157/10621/15996 12348/10622/15997 -f 12323/10497/15840 12348/10622/15997 10243/10481/15822 -f 10243/10481/15822 12348/10622/15997 10330/10619/15994 -f 10272/10522/15877 10331/10623/15998 10260/10508/15855 -f 10260/10508/15855 10331/10623/15998 10332/10504/15851 -f 10333/10532/15891 10280/10525/15883 10264/10221/15862 -f 10264/10221/15862 10334/10624/15999 9996/10222/16000 -f 10335/10625/16001 10336/10626/16002 10297/10559/15924 -f 9935/10156/15898 9886/10108/16003 10249/10539/15899 -f 10249/10539/15899 9886/10108/16003 9887/10109/16004 -f 10249/10539/15899 9887/10109/16004 10297/10559/15924 -f 10297/10559/15924 9887/10109/16004 10337/10627/16005 -f 10297/10559/15924 10337/10627/16005 10335/10625/16001 -f 10338/10628/16006 10339/10629/16007 10334/10624/15999 -f 10334/10624/15999 10339/10629/16007 10009/10236/16008 -f 10334/10624/15999 10009/10236/16008 10008/10235/16009 -f 10008/10235/16009 10134/10363/16010 10334/10624/15999 -f 10334/10624/15999 10134/10363/16010 10131/10360/16011 -f 10334/10624/15999 10131/10360/16011 9996/10222/16000 -f 10336/10626/16002 10340/10630/16012 10297/10559/15924 -f 10297/10559/15924 10340/10630/16012 10341/10631/16013 -f 10297/10559/15924 10341/10631/16013 10342/10632/16014 -f 12404/10615/15988 9967/10186/15991 10243/10481/15822 -f 10243/10481/15822 9967/10186/15991 9960/10179/16015 -f 10243/10481/15822 9960/10179/16015 9962/10182/15820 -f 10343/10633/16016 10352/10634/16017 10344/10635/16018 -f 10345/10636/16019 10242/10637/16020 10343/10633/16016 -f 10345/10636/16019 10343/10633/16016 10346/10638/16021 -f 10344/10635/16018 10347/10639/16022 10343/10633/16016 -f 10343/10633/16016 10347/10639/16022 10348/10640/16023 -f 10343/10633/16016 10348/10640/16023 10346/10638/16021 -f 10349/10641/16024 9992/10215/16025 10343/10633/16016 -f 10343/10633/16016 9992/10215/16025 10350/10642/16026 -f 10260/10508/15855 10261/10509/15856 10040/10268/16027 -f 10260/10508/15855 10040/10268/16027 10349/10641/16024 -f 10349/10641/16024 10040/10268/16027 10039/10267/16028 -f 10349/10641/16024 10039/10267/16028 10120/10349/16029 -f 10350/10642/16026 10351/10643/16030 10343/10633/16016 -f 10343/10633/16016 10351/10643/16030 10352/10634/16017 -f 10120/10349/16029 10117/10346/16031 10349/10641/16024 -f 10349/10641/16024 10117/10346/16031 9993/10216/16032 -f 10349/10641/16024 9993/10216/16032 9992/10215/16025 -f 9970/10190/16033 9803/10015/16034 10322/10605/15977 -f 10322/10605/15977 9803/10015/16034 9802/10014/16035 -f 10322/10605/15977 9802/10014/16035 10324/10188/15982 -f 10324/10188/15982 9802/10014/16035 10353/10644/16036 -f 10324/10188/15982 10353/10644/16036 10354/10645/16037 -f 10354/10645/16037 10355/10646/16038 10324/10188/15982 -f 10324/10188/15982 10355/10646/16038 10356/10647/16039 -f 10324/10188/15982 10356/10647/16039 10343/10633/16016 -f 10343/10633/16016 10356/10647/16039 10357/10648/16040 -f 10343/10633/16016 10357/10648/16040 10358/10649/16041 -f 9983/10203/16042 9977/10197/16043 10318/10600/15972 -f 10318/10600/15972 9977/10197/16043 12567/10603/15975 -f 9977/10197/16043 9975/10195/16044 12567/10603/15975 -f 12567/10603/15975 9975/10195/16044 9973/10193/16045 -f 12567/10603/15975 9973/10193/16045 10322/10605/15977 -f 10322/10605/15977 9973/10193/16045 9971/10192/16046 -f 10322/10605/15977 9971/10192/16046 9970/10190/16033 -f 10317/10597/15969 9979/10199/15963 9980/10200/16047 -f 10317/10597/15969 9980/10200/16047 10318/10600/15972 -f 10318/10600/15972 9980/10200/16047 9981/10201/16048 -f 10318/10600/15972 9981/10201/16048 9983/10203/16042 -f 10359/10650/16049 10360/10651/16050 10372/10593/15965 -f 10372/10593/15965 10360/10651/16050 10361/10652/16051 -f 10372/10593/15965 10361/10652/16051 10362/10653/16052 -f 10362/10653/16052 10363/10654/16053 10372/10593/15965 -f 10372/10593/15965 10363/10654/16053 10364/10655/16054 -f 10372/10593/15965 10364/10655/16054 10314/10592/15964 -f 9990/10212/16055 10366/10656/16056 10372/10593/15965 -f 10372/10593/15965 10366/10656/16056 10359/10650/16049 -f 10365/10657/16057 10065/10294/16058 10064/10293/16059 -f 10343/10633/16016 10358/10649/16041 10367/10658/16060 -f 10343/10633/16016 10367/10658/16060 10365/10657/16057 -f 10365/10657/16057 10367/10658/16060 10368/10659/16061 -f 10365/10657/16057 10368/10659/16061 10065/10294/16058 -f 10064/10293/16059 10113/10342/16062 10365/10657/16057 -f 10365/10657/16057 10113/10342/16062 9991/10213/16063 -f 10365/10657/16057 9991/10213/16063 9990/10212/16055 -f 9815/10030/16064 9816/10031/16065 10311/10587/15958 -f 10311/10587/15958 9816/10031/16065 10369/10660/16066 -f 10369/10660/16066 10370/10661/16067 10311/10587/15958 -f 10311/10587/15958 10370/10661/16067 10371/10662/16068 -f 10311/10587/15958 10371/10662/16068 10372/10593/15965 -f 10372/10593/15965 10371/10662/16068 10373/10663/16069 -f 9918/10140/15947 9915/10136/16070 10309/10583/15954 -f 10309/10583/15954 9915/10136/16070 9913/10134/16071 -f 10309/10583/15954 9913/10134/16071 10311/10587/15958 -f 10311/10587/15958 9913/10134/16071 9912/10133/16072 -f 10311/10587/15958 9912/10133/16072 9815/10030/16064 -f 10374/10572/15940 10375/10664/16073 10303/10573/15941 -f 10111/10340/16074 9989/10210/16075 10376/10665/16076 -f 10376/10665/16076 9989/10210/16075 9988/10209/16077 -f 10376/10665/16076 9988/10209/16077 10377/10666/16078 -f 10376/10665/16076 10378/10667/16079 10374/10572/15940 -f 10374/10572/15940 10378/10667/16079 10379/10668/16080 -f 10372/10593/15965 10373/10663/16069 10380/10669/16081 -f 10372/10593/15965 10380/10669/16081 10381/10670/16082 -f 10381/10670/16082 10380/10669/16081 10382/10671/16083 -f 10381/10670/16082 10382/10671/16083 10383/10672/16084 -f 10377/10666/16078 10384/10673/16085 10376/10665/16076 -f 10376/10665/16076 10384/10673/16085 10385/10674/16086 -f 10376/10665/16076 10385/10674/16086 10378/10667/16079 -f 10383/10672/16084 10386/10675/16087 10381/10670/16082 -f 10381/10670/16082 10386/10675/16087 10086/10313/16088 -f 10381/10670/16082 10086/10313/16088 10376/10665/16076 -f 10376/10665/16076 10086/10313/16088 10085/10312/16089 -f 10376/10665/16076 10085/10312/16089 10111/10340/16074 -f 9798/10008/16090 12865/10485/15826 9799/10009/16091 -f 9799/10009/16091 12865/10485/15826 9923/10144/16092 -f 9923/10144/16092 12865/10485/15826 9924/10145/16093 -f 9924/10145/16093 12865/10485/15826 10300/10563/15929 -f 9924/10145/16093 10300/10563/15929 9928/10149/16094 -f 10374/10572/15940 10387/10676/16095 10388/10677/16096 -f 10388/10677/16096 10389/10678/16097 10374/10572/15940 -f 10374/10572/15940 10389/10678/16097 10390/10679/16098 -f 10374/10572/15940 10390/10679/16098 10376/10665/16076 -f 10376/10665/16076 10390/10679/16098 10391/10680/16099 -f 10392/10681/16100 10393/10682/16101 10374/10572/15940 -f 10374/10572/15940 10393/10682/16101 10394/10683/16102 -f 10374/10572/15940 10394/10683/16102 10387/10676/16095 -f 9916/10138/15942 10306/10578/15948 10374/10572/15940 -f 10374/10572/15940 10306/10578/15948 12865/10485/15826 -f 10374/10572/15940 12865/10485/15826 10392/10681/16100 -f 10392/10681/16100 12865/10485/15826 9798/10008/16090 -f 12945/10565/15931 9931/10152/15935 10300/10563/15929 -f 10300/10563/15929 9931/10152/15935 9926/10147/16103 -f 10300/10563/15929 9926/10147/16103 9928/10149/16094 -f 10395/10684/16104 10102/10332/16105 10101/10331/16106 -f 10396/10685/16107 10397/10686/16108 10297/10559/15924 -f 10297/10559/15924 10397/10686/16108 10398/10687/16109 -f 10297/10559/15924 10398/10687/16109 10399/10688/16110 -f 10101/10331/16106 10141/10370/16111 10395/10684/16104 -f 10395/10684/16104 10141/10370/16111 10138/10367/16112 -f 10395/10684/16104 10138/10367/16112 10004/10230/16113 -f 10003/10229/16114 10400/10689/16115 10297/10559/15924 -f 10297/10559/15924 10400/10689/16115 10401/10690/16116 -f 10297/10559/15924 10401/10690/16116 10396/10685/16107 -f 10399/10688/16110 10402/10691/16117 10297/10559/15924 -f 10297/10559/15924 10402/10691/16117 10403/10692/16118 -f 10297/10559/15924 10403/10692/16118 10298/10562/15927 -f 10376/10665/16076 10407/10693/16119 10404/10694/16120 -f 10395/10684/16104 10405/10695/16121 10406/10696/16122 -s off -f 13576/10697/16123 13487/9649/16124 10408/10698/16125 -s 39 -f 10409/10699/16126 10376/10665/16076 10408/10698/16127 -f 10406/10696/16122 10410/10700/16128 10395/10684/16104 -f 10395/10684/16104 10410/10700/16128 10376/10665/16076 -f 10395/10684/16104 10376/10665/16076 10102/10332/16105 -f 10102/10332/16105 10376/10665/16076 10391/10680/16099 -f 10376/10665/16076 10410/10700/16128 10412/10701/16129 -f 10414/10702/16130 10415/10703/16131 10424/10704/16132 -f 10381/10670/16082 10416/10705/16133 10417/10706/16134 -f 10411/10707/16135 10420/10708/16136 10412/10701/16129 -f 10412/10701/16129 10420/10708/16136 10376/10665/16076 -f 10376/10665/16076 10420/10708/16136 10407/10693/16119 -f 10404/10694/16120 13576/10697/16137 10408/10698/16127 -f 10404/10694/16120 10408/10698/16127 10376/10665/16076 -f 10381/10670/16082 10422/10709/16138 10421/10710/16139 -f 10427/10711/16140 10422/10709/16138 10381/10670/16082 -f 10424/10704/16132 10415/10703/16131 13577/10712/16141 -s off -f 10424/10704/16142 13577/10712/16143 13479/9655/16144 -s 39 -f 10418/10713/16145 10425/10714/16146 10419/10715/16147 -s off -f 10419/10715/16148 10425/10714/16149 10426/9585/16150 -s 39 -f 10411/10707/16135 10412/10701/16129 13575/10716/16151 -f 10427/10711/16140 10428/10717/16152 10413/10718/16153 -f 10427/10711/16140 10413/10718/16153 13570/10719/16154 -f 10376/10665/16076 10409/10699/16126 10415/10703/16131 -f 10415/10703/16131 10414/10702/16130 10376/10665/16076 -f 10376/10665/16076 10414/10702/16130 10381/10670/16082 -f 10381/10670/16082 10414/10702/16130 10428/10717/16152 -f 10381/10670/16082 10421/10710/16139 10416/10705/16133 -f 10416/10705/16133 10421/10710/16139 10423/10720/16155 -s off -f 10423/10720/16156 10421/10710/16157 10429/9579/16158 -s 39 -f 10427/10711/16140 10381/10670/16082 10428/10717/16152 -f 10334/10624/15999 10447/10721/16159 10430/10722/16160 -f 10334/10624/15999 10430/10722/16160 10395/10684/16104 -f 13574/10723/16161 10405/10695/16121 10395/10684/16104 -f 13574/10723/16161 10395/10684/16104 10430/10722/16160 -f 10444/10724/16162 10431/10725/16163 10264/10221/15862 -f 10264/10221/15862 10431/10725/16163 10432/10726/16164 -f 10448/10727/16165 10436/10728/16166 10260/10508/15855 -f 10264/10221/15862 10433/10729/16167 10438/10730/16168 -s off -f 10437/10731/16169 13535/9607/16170 10439/10732/16171 -s 39 -f 10452/10733/16172 10440/10734/16173 10441/10735/16174 -f 10443/10736/16175 10334/10624/15999 10264/10221/15862 -f 10443/10736/16175 10264/10221/15862 10438/10730/16168 -f 10444/10724/16162 10450/10737/16176 13571/10738/16177 -f 10444/10724/16162 13571/10738/16177 13521/9619/16178 -f 10434/10739/16179 10435/10740/16180 10453/10741/16181 -f 10436/10728/16166 10445/10742/16182 10260/10508/15855 -f 10439/10732/16183 10446/10743/16184 10260/10508/15855 -f 10443/10736/16175 10447/10721/16159 10334/10624/15999 -f 10448/10727/16165 10453/10741/16181 10435/10740/16180 -s 229 -f 10448/10727/16185 10435/10740/16186 13543/9601/16187 -s 39 -f 10445/10742/16182 10437/10731/16188 10439/10732/16183 -f 10445/10742/16182 10439/10732/16183 10260/10508/15855 -f 10260/10508/15855 10446/10743/16184 10441/10735/16174 -f 10260/10508/15855 10441/10735/16174 10440/10734/16173 -f 10260/10508/15855 10440/10734/16173 10264/10221/15862 -f 10264/10221/15862 10432/10726/16164 10433/10729/16167 -f 10433/10729/16167 10432/10726/16164 10442/10744/16189 -s off -f 10442/10744/16190 10432/10726/16191 13572/9621/16192 -s 39 -f 10444/10724/16162 10264/10221/15862 10440/10734/16173 -f 10444/10724/16162 10440/10734/16173 10450/10737/16176 -f 10447/10721/16159 10443/10736/16175 10449/10745/16193 -f 10449/10745/16193 10443/10736/16175 13573/9627/16194 -f 10452/10733/16172 10441/10735/16174 10451/10746/16195 -s off -f 10452/10733/16196 10451/10746/16197 13528/9613/16198 -s 39 -f 10453/10741/16181 10448/10727/16165 10260/10508/15855 -f 10453/10741/16181 10260/10508/15855 10349/10641/16024 -f 10365/10657/16057 10454/10747/16199 10455/10748/16200 -f 9990/10212/16055 10418/10713/16145 10456/10749/16201 -f 9990/10212/16055 10456/10749/16201 10365/10657/16057 -f 10365/10657/16057 10456/10749/16201 10457/10750/16202 -f 10458/10751/16203 10454/10747/16199 10365/10657/16057 -f 10458/10751/16203 10365/10657/16057 10457/10750/16202 -f 10455/10748/16200 10349/10641/16024 10365/10657/16057 -f 10365/10657/16057 10349/10641/16024 10343/10633/16016 -f 10343/10633/16016 10242/10637/16020 10324/10188/15982 -f 9990/10212/16055 10372/10593/15965 10381/10670/16082 -f 9990/10212/16055 10381/10670/16082 10418/10713/16145 -f 10418/10713/16145 10381/10670/16082 10417/10706/16134 -f 10418/10713/16145 10417/10706/16134 10425/10714/16146 -f 10004/10230/16113 10003/10229/16114 10395/10684/16104 -f 10395/10684/16104 10003/10229/16114 10297/10559/15924 -f 10395/10684/16104 10297/10559/15924 10334/10624/15999 -f 10334/10624/15999 10297/10559/15924 10338/10628/16006 -f 10338/10628/16006 10297/10559/15924 10342/10632/16014 -s 232 -f 10010/10237/16204 10009/10236/16205 10459/10752/16206 -f 10459/10752/16206 10009/10236/16205 10339/10629/16207 -f 10459/10752/16206 10339/10629/16207 11118/10753/16208 -f 11118/10753/16208 10339/10629/16207 10338/10628/16209 -f 11118/10753/16208 10338/10628/16209 10460/10754/16210 -f 10460/10754/16210 10338/10628/16209 10342/10632/16211 -f 10460/10754/16210 10342/10632/16211 10461/10755/16212 -f 10341/10631/16213 10462/10756/16214 10342/10632/16211 -f 10342/10632/16211 10462/10756/16214 10461/10755/16212 -f 10340/10630/16215 10464/10757/16216 10341/10631/16213 -f 10341/10631/16213 10464/10757/16216 10462/10756/16214 -f 10336/10626/16217 10463/10758/16218 10340/10630/16215 -f 10340/10630/16215 10463/10758/16218 10464/10757/16216 -f 10335/10625/16219 10465/10759/16220 10466/10760/16221 -f 10335/10625/16219 10466/10760/16221 10336/10626/16217 -f 10336/10626/16217 10466/10760/16221 10463/10758/16218 -f 10465/10759/16220 10335/10625/16219 10467/10761/16222 -f 10467/10761/16222 10335/10625/16219 10337/10627/16223 -f 10467/10761/16222 10337/10627/16223 11116/10762/16224 -f 11116/10762/16224 10337/10627/16223 9887/10109/16225 -f 11116/10762/16224 9887/10109/16225 9882/10104/16226 -f 9896/10119/16227 9895/10118/16228 10468/10763/16229 -f 10468/10763/16229 9895/10118/16228 10298/10562/16230 -f 10468/10763/16229 10298/10562/16230 10469/10764/16231 -f 10469/10764/16231 10298/10562/16230 10403/10692/16232 -f 10469/10764/16231 10403/10692/16232 10402/10691/16233 -f 10469/10764/16231 10402/10691/16233 10470/10765/16234 -f 10470/10765/16234 10402/10691/16233 10399/10688/16235 -f 10470/10765/16234 10399/10688/16235 10471/10766/16236 -f 10398/10687/16237 10472/10767/16238 10399/10688/16235 -f 10399/10688/16235 10472/10767/16238 10471/10766/16236 -f 10397/10686/16239 10474/10768/16240 10398/10687/16237 -f 10398/10687/16237 10474/10768/16240 10472/10767/16238 -f 10396/10685/16241 10473/10769/16242 10397/10686/16239 -f 10397/10686/16239 10473/10769/16242 10474/10768/16240 -f 10401/10690/16243 10475/10770/16244 10396/10685/16241 -f 10396/10685/16241 10475/10770/16244 10473/10769/16242 -f 10400/10689/16245 10476/10771/16246 10477/10772/16247 -f 10400/10689/16245 10477/10772/16247 10401/10690/16243 -f 10401/10690/16243 10477/10772/16247 10475/10770/16244 -f 10476/10771/16246 10400/10689/16245 10478/10773/16248 -f 10478/10773/16248 10400/10689/16245 10003/10229/16249 -f 10478/10773/16248 10003/10229/16249 9997/10224/16250 -f 10479/10113/16251 9890/10111/16252 10481/10774/16253 -f 9890/10111/16252 9902/10116/16254 10481/10774/16253 -f 10481/10774/16253 9902/10116/16254 10480/10775/16255 -f 10481/10774/16253 10480/10775/16255 10482/10776/16256 -f 10482/10776/16256 10480/10775/16255 10483/10777/16257 -f 10483/10777/16257 10480/10775/16255 10484/10778/16258 -f 10485/10779/16259 10488/10780/16260 10486/10781/16261 -f 10486/10781/16261 10488/10780/16260 10016/10232/16262 -f 10016/10232/16262 10488/10780/16260 9999/10227/16263 -f 10487/10782/16264 10489/10783/16265 10485/10779/16259 -f 10485/10779/16259 10489/10783/16265 10488/10780/16260 -f 10480/10775/16255 10489/10783/16265 10484/10778/16258 -f 10484/10778/16258 10489/10783/16265 10487/10782/16264 -s 246 -f 10028/10255/16266 10027/10254/16267 10490/10784/16268 -f 10490/10784/16268 10027/10254/16267 10279/10530/16269 -f 10490/10784/16268 10279/10530/16269 11061/10785/16270 -f 11061/10785/16270 10279/10530/16269 10278/10529/16271 -f 11061/10785/16270 10278/10529/16271 10491/10786/16272 -f 10491/10786/16272 10278/10529/16271 10277/10528/16273 -f 10491/10786/16272 10277/10528/16273 10492/10787/16274 -f 10276/10527/16275 10493/10788/16276 10277/10528/16273 -f 10277/10528/16273 10493/10788/16276 10492/10787/16274 -f 10275/10526/16277 10495/10789/16278 10276/10527/16275 -f 10276/10527/16275 10495/10789/16278 10493/10788/16276 -f 10274/10524/16279 10494/10790/16280 10275/10526/16277 -f 10275/10526/16277 10494/10790/16280 10495/10789/16278 -f 10273/10523/16281 10496/10791/16282 10497/10792/16283 -f 10273/10523/16281 10497/10792/16283 10274/10524/16279 -f 10274/10524/16279 10497/10792/16283 10494/10790/16280 -f 10496/10791/16282 10273/10523/16281 10498/10793/16284 -f 10498/10793/16284 10273/10523/16281 10281/10531/16285 -f 10498/10793/16284 10281/10531/16285 10499/10794/16286 -f 10499/10794/16286 10281/10531/16285 9800/10011/16287 -f 10499/10794/16286 9800/10011/16287 9871/10010/16288 -f 9878/10099/16289 9877/10098/16290 10500/10795/16291 -f 10500/10795/16291 9877/10098/16290 10293/10550/16292 -f 10500/10795/16291 10293/10550/16292 10501/10796/16293 -f 10501/10796/16293 10293/10550/16292 10287/10538/16294 -f 10501/10796/16293 10287/10538/16294 10502/10797/16295 -f 10502/10797/16295 10287/10538/16294 10286/10537/16296 -f 10502/10797/16295 10286/10537/16296 10503/10798/16297 -f 10285/10536/16298 10504/10799/16299 10286/10537/16296 -f 10286/10537/16296 10504/10799/16299 10503/10798/16297 -f 10284/10535/16300 10506/10800/16301 10285/10536/16298 -f 10285/10536/16298 10506/10800/16301 10504/10799/16299 -f 10283/10534/16302 10505/10801/16303 10284/10535/16300 -f 10284/10535/16300 10505/10801/16303 10506/10800/16301 -f 10282/10533/16304 10507/10802/16305 10283/10534/16302 -f 10283/10534/16302 10507/10802/16305 10505/10801/16303 -f 10333/10532/16306 10508/10803/16307 10282/10533/16304 -f 10282/10533/16304 10508/10803/16307 10507/10802/16305 -f 10264/10221/16308 10022/10220/16309 10509/10804/16310 -f 10264/10221/16308 10509/10804/16310 10333/10532/16306 -f 10333/10532/16306 10509/10804/16310 10510/10805/16311 -f 10333/10532/16306 10510/10805/16311 10508/10803/16307 -f 10511/10806/16312 10512/10807/16313 10514/10808/16314 -f 10024/10250/16315 10031/10259/16316 10513/10809/16317 -f 10024/10250/16315 10513/10809/16317 10518/10252/16318 -f 10514/10808/16314 10512/10807/16313 10515/10810/16319 -f 10514/10808/16314 10515/10810/16319 9874/10094/16320 -f 9866/10086/16321 9873/10096/16322 10516/10811/16323 -f 10516/10811/16323 9873/10096/16322 10515/10810/16319 -f 10515/10810/16319 9873/10096/16322 9874/10094/16320 -f 10517/10812/16324 10519/10813/16325 10518/10252/16318 -f 10517/10812/16324 10518/10252/16318 10513/10809/16317 -f 10511/10806/16312 10514/10808/16314 10519/10813/16325 -f 10511/10806/16312 10519/10813/16325 10517/10812/16324 -s 262 -f 10041/10269/16326 10040/10268/16327 10520/10814/16328 -f 10520/10814/16328 10040/10268/16327 10261/10509/16329 -f 10520/10814/16328 10261/10509/16329 11005/10815/16330 -f 11005/10815/16330 10261/10509/16329 10259/10507/16331 -f 10258/10506/16332 10521/10816/16333 10522/10817/16334 -f 10258/10506/16332 10522/10817/16334 10259/10507/16331 -f 10259/10507/16331 10522/10817/16334 11005/10815/16330 -f 10521/10816/16333 10258/10506/16332 10523/10818/16335 -f 10523/10818/16335 10258/10506/16332 10257/10505/16336 -f 10523/10818/16335 10257/10505/16336 10524/10819/16337 -f 10524/10819/16337 10257/10505/16336 10256/10503/16338 -f 10524/10819/16337 10256/10503/16338 10525/10820/16339 -f 10525/10820/16339 10256/10503/16338 10254/10501/16340 -f 10525/10820/16339 10254/10501/16340 10526/10821/16341 -f 10526/10821/16341 10254/10501/16340 10253/10500/16342 -f 10526/10821/16341 10253/10500/16342 10528/10822/16343 -f 10251/10495/16344 10527/10823/16345 10253/10500/16342 -f 10253/10500/16342 10527/10823/16345 10528/10822/16343 -f 9850/10069/16346 9848/10067/16347 10251/10495/16344 -f 10251/10495/16344 9848/10067/16347 10529/10824/16348 -f 10251/10495/16344 10529/10824/16348 10527/10823/16345 -f 9858/10077/16349 9857/10076/16350 10530/10825/16351 -f 10530/10825/16351 9857/10076/16350 10255/10502/16352 -f 10331/10623/16353 10533/10826/16354 10531/10827/16355 -f 10331/10623/16353 10531/10827/16355 10332/10504/16356 -f 10332/10504/16356 10531/10827/16355 10532/10828/16357 -f 10332/10504/16356 10532/10828/16357 10255/10502/16352 -f 10255/10502/16352 10532/10828/16357 10530/10825/16351 -f 10272/10522/16358 10535/10829/16359 10331/10623/16353 -f 10331/10623/16353 10535/10829/16359 10533/10826/16354 -f 10271/10521/16360 10534/10830/16361 10272/10522/16358 -f 10272/10522/16358 10534/10830/16361 10535/10829/16359 -f 10270/10520/16362 10536/10831/16363 10271/10521/16360 -f 10271/10521/16360 10536/10831/16363 10534/10830/16361 -f 10267/10515/16364 10537/10832/16365 10270/10520/16362 -f 10270/10520/16362 10537/10832/16365 10536/10831/16363 -f 10266/10514/16366 10538/10833/16367 10539/10834/16368 -f 10266/10514/16366 10539/10834/16368 10267/10515/16364 -f 10267/10515/16364 10539/10834/16368 10537/10832/16365 -f 10538/10833/16367 10266/10514/16366 10540/10835/16369 -f 10540/10835/16369 10266/10514/16366 9994/10218/16370 -f 10540/10835/16369 9994/10218/16370 10038/10217/16371 -f 10541/10072/16372 9852/10073/16373 10543/10836/16374 -f 10047/10275/16375 10544/10837/16376 10050/10262/16377 -f 9852/10073/16373 9864/10084/16378 10543/10836/16374 -f 10543/10836/16374 9864/10084/16378 10542/10838/16379 -f 10543/10836/16374 10542/10838/16379 10545/10839/16380 -f 10545/10839/16380 10542/10838/16379 10546/10840/16381 -f 10546/10840/16381 10542/10838/16379 10547/10841/16382 -f 10548/10842/16383 10549/10843/16384 10544/10837/16376 -f 10544/10837/16376 10549/10843/16384 10050/10262/16377 -f 10547/10841/16382 10550/10844/16385 10548/10842/16383 -f 10548/10842/16383 10550/10844/16385 10549/10843/16384 -f 10547/10841/16382 10542/10838/16379 10550/10844/16385 -s 276 -f 10066/10295/16386 10065/10294/16387 11288/10845/16388 -f 11288/10845/16388 10065/10294/16387 10368/10659/16389 -f 10367/10658/16390 11290/10846/16391 10368/10659/16389 -f 10368/10659/16389 11290/10846/16391 11288/10845/16388 -f 10358/10649/16392 10551/10847/16393 10367/10658/16390 -f 10367/10658/16390 10551/10847/16393 11290/10846/16391 -f 10357/10648/16394 10554/10848/16395 10358/10649/16392 -f 10358/10649/16392 10554/10848/16395 10552/10849/16396 -f 10358/10649/16392 10552/10849/16396 10551/10847/16393 -f 10356/10647/16397 10553/10850/16398 10357/10648/16394 -f 10357/10648/16394 10553/10850/16398 10554/10848/16395 -f 10355/10646/16399 10555/10851/16400 10356/10647/16397 -f 10356/10647/16397 10555/10851/16400 10553/10850/16398 -f 10354/10645/16401 10556/10852/16402 10557/10853/16403 -f 10354/10645/16401 10557/10853/16403 10355/10646/16399 -f 10355/10646/16399 10557/10853/16403 10555/10851/16400 -f 10556/10852/16402 10354/10645/16401 10558/10854/16404 -f 10558/10854/16404 10354/10645/16401 10353/10644/16405 -f 10558/10854/16404 10353/10644/16405 11287/10855/16406 -f 11287/10855/16406 10353/10644/16405 9802/10014/16407 -f 11287/10855/16406 9802/10014/16407 9836/10013/16408 -f 9843/10061/16409 10324/10188/16410 10242/10637/16411 -f 9843/10061/16409 10242/10637/16411 10559/10856/16412 -f 10559/10856/16412 10242/10637/16411 10560/10857/16413 -f 10560/10857/16413 10242/10637/16411 10345/10636/16414 -f 10560/10857/16413 10345/10636/16414 10346/10638/16415 -f 10560/10857/16413 10346/10638/16415 10561/10858/16416 -f 10561/10858/16416 10346/10638/16415 10348/10640/16417 -f 10561/10858/16416 10348/10640/16417 10562/10859/16418 -f 10347/10639/16419 10563/10860/16420 10348/10640/16417 -f 10348/10640/16417 10563/10860/16420 10562/10859/16418 -f 10344/10635/16421 10566/10861/16422 10347/10639/16419 -f 10347/10639/16419 10566/10861/16422 10563/10860/16420 -f 10351/10643/16423 10564/10862/16424 10352/10634/16425 -f 10352/10634/16425 10564/10862/16424 10565/10863/16426 -f 10352/10634/16425 10565/10863/16426 10344/10635/16421 -f 10344/10635/16421 10565/10863/16426 10566/10861/16422 -f 10569/10864/16427 10567/10865/16428 10350/10642/16429 -f 10350/10642/16429 10567/10865/16428 10568/10866/16430 -f 10350/10642/16429 10568/10866/16430 10351/10643/16423 -f 10351/10643/16423 10568/10866/16430 10564/10862/16424 -f 10569/10864/16427 10350/10642/16429 9992/10215/16431 -f 10569/10864/16427 9992/10215/16431 10054/10214/16432 -f 10579/10867/16433 10572/10868/16434 10570/10283/16435 -f 9831/10047/16436 9838/10054/16437 10571/10869/16438 -f 10570/10283/16435 10572/10868/16434 10574/10870/16439 -f 10574/10870/16439 10572/10868/16434 10573/10871/16440 -f 10574/10870/16439 10573/10871/16440 10575/10872/16441 -f 10574/10870/16439 10575/10872/16441 10577/10873/16442 -f 10577/10873/16442 10575/10872/16441 10576/10874/16443 -f 10577/10873/16442 10576/10874/16443 10578/10875/16444 -f 10577/10873/16442 10578/10875/16444 9840/10057/16445 -f 10579/10867/16433 10062/10291/16446 10059/10288/16447 -f 10571/10869/16438 9838/10054/16437 10578/10875/16444 -f 10578/10875/16444 9838/10054/16437 9840/10057/16445 -f 10570/10283/16435 10062/10291/16446 10579/10867/16433 -s 290 -f 10083/10314/16448 10086/10313/16449 11227/10876/16450 -f 11227/10876/16450 10086/10313/16449 10386/10675/16451 -f 11227/10876/16450 10386/10675/16451 11229/10877/16452 -f 11229/10877/16452 10386/10675/16451 10383/10672/16453 -f 11229/10877/16452 10383/10672/16453 10580/10878/16454 -f 10580/10878/16454 10383/10672/16453 10382/10671/16455 -f 10580/10878/16454 10382/10671/16455 10581/10879/16456 -f 10380/10669/16457 10583/10880/16458 10382/10671/16455 -f 10382/10671/16455 10583/10880/16458 10581/10879/16456 -f 10373/10663/16459 10582/10881/16460 10380/10669/16457 -f 10380/10669/16457 10582/10881/16460 10583/10880/16458 -f 10370/10661/16461 10584/10882/16462 10585/10883/16463 -f 10370/10661/16461 10585/10883/16463 10371/10662/16464 -f 10371/10662/16464 10585/10883/16463 10373/10663/16459 -f 10373/10663/16459 10585/10883/16463 10586/10884/16465 -f 10373/10663/16459 10586/10884/16465 10582/10881/16460 -f 10584/10882/16462 10370/10661/16461 10587/10885/16466 -f 10587/10885/16466 10370/10661/16461 10369/10660/16467 -f 10587/10885/16466 10369/10660/16467 10588/10886/16468 -f 10588/10886/16468 10369/10660/16467 9816/10031/16469 -f 10588/10886/16468 9816/10031/16469 9814/10029/16470 -f 9822/10038/16471 9979/10199/16472 10589/10887/16473 -f 10589/10887/16473 9979/10199/16472 10314/10592/16474 -f 10589/10887/16473 10314/10592/16474 11269/10888/16475 -f 11269/10888/16475 10314/10592/16474 10590/10889/16476 -f 10590/10889/16476 10314/10592/16474 10364/10655/16477 -f 10590/10889/16476 10364/10655/16477 10363/10654/16478 -f 10590/10889/16476 10363/10654/16478 10591/10890/16479 -f 10362/10653/16480 10592/10891/16481 10363/10654/16478 -f 10363/10654/16478 10592/10891/16481 10591/10890/16479 -f 10361/10652/16482 10593/10892/16483 10362/10653/16480 -f 10362/10653/16480 10593/10892/16483 10592/10891/16481 -f 10360/10651/16484 10594/10893/16485 10361/10652/16482 -f 10361/10652/16482 10594/10893/16485 10593/10892/16483 -f 10359/10650/16486 10595/10894/16487 10360/10651/16484 -f 10360/10651/16484 10595/10894/16487 10594/10893/16485 -f 10366/10656/16488 11268/10895/16489 10359/10650/16486 -f 10359/10650/16486 11268/10895/16489 10595/10894/16487 -f 9990/10212/16490 10072/10211/16491 10596/10896/16492 -f 9990/10212/16490 10596/10896/16492 10366/10656/16488 -f 10366/10656/16488 10596/10896/16492 10597/10897/16493 -f 10366/10656/16488 10597/10897/16493 11268/10895/16489 -f 9828/10045/16494 11252/10042/16495 10599/10898/16496 -f 10598/10032/16497 9820/10035/16498 10600/10899/16499 -f 10601/10900/16500 10602/10901/16501 10599/10898/16496 -f 10079/10308/16502 10603/10902/16503 10082/10311/16504 -f 10082/10311/16504 10603/10902/16503 10074/10302/16505 -f 10604/10903/16506 10605/10904/16507 10603/10902/16503 -f 10603/10902/16503 10605/10904/16507 10074/10302/16505 -f 10601/10900/16500 10599/10898/16496 10605/10904/16507 -f 10601/10900/16500 10605/10904/16507 10604/10903/16506 -f 9820/10035/16498 9828/10045/16494 10600/10899/16499 -f 10600/10899/16499 9828/10045/16494 10599/10898/16496 -f 10600/10899/16499 10599/10898/16496 10606/10905/16508 -f 10606/10905/16508 10599/10898/16496 10607/10906/16509 -f 10607/10906/16509 10599/10898/16496 10602/10901/16501 -s 306 -f 10103/10333/16510 10102/10332/16511 11172/10907/16512 -f 11172/10907/16512 10102/10332/16511 10391/10680/16513 -f 11172/10907/16512 10391/10680/16513 11173/10908/16514 -f 11173/10908/16514 10391/10680/16513 10390/10679/16515 -f 11173/10908/16514 10390/10679/16515 10608/10909/16516 -f 10608/10909/16516 10390/10679/16515 10389/10678/16517 -f 10608/10909/16516 10389/10678/16517 10609/10910/16518 -f 10388/10677/16519 10611/10911/16520 10389/10678/16517 -f 10389/10678/16517 10611/10911/16520 10609/10910/16518 -f 10387/10676/16521 10610/10912/16522 10388/10677/16519 -f 10388/10677/16519 10610/10912/16522 10611/10911/16520 -f 10394/10683/16523 10612/10913/16524 10387/10676/16521 -f 10387/10676/16521 10612/10913/16524 10610/10912/16522 -f 10393/10682/16525 10613/10914/16526 10614/10915/16527 -f 10393/10682/16525 10614/10915/16527 10394/10683/16523 -f 10394/10683/16523 10614/10915/16527 10612/10913/16524 -f 10613/10914/16526 10393/10682/16525 10615/10916/16528 -f 10615/10916/16528 10393/10682/16525 10392/10681/16529 -f 10615/10916/16528 10392/10681/16529 11171/10917/16530 -f 11171/10917/16530 10392/10681/16529 9798/10008/16531 -f 11171/10917/16530 9798/10008/16531 9909/10007/16532 -f 9807/10022/16533 9916/10138/16534 10616/10918/16535 -f 10616/10918/16535 9916/10138/16534 10303/10573/16536 -f 10616/10918/16535 10303/10573/16536 10617/10919/16537 -f 10617/10919/16537 10303/10573/16536 10375/10664/16538 -f 10617/10919/16537 10375/10664/16538 10618/10920/16539 -f 10618/10920/16539 10375/10664/16538 10374/10572/16540 -f 10618/10920/16539 10374/10572/16540 10620/10921/16541 -f 10379/10668/16542 10619/10922/16543 10374/10572/16540 -f 10374/10572/16540 10619/10922/16543 10620/10921/16541 -f 10385/10674/16544 10621/10923/16545 10378/10667/16546 -f 10378/10667/16546 10621/10923/16545 10622/10924/16547 -f 10378/10667/16546 10622/10924/16547 10379/10668/16542 -f 10379/10668/16542 10622/10924/16547 10623/10925/16548 -f 10379/10668/16542 10623/10925/16548 10619/10922/16543 -f 10384/10673/16549 10624/10926/16550 10385/10674/16544 -f 10385/10674/16544 10624/10926/16550 10621/10923/16545 -f 10377/10666/16551 10625/10927/16552 10626/10928/16553 -f 10377/10666/16551 10626/10928/16553 10384/10673/16549 -f 10384/10673/16549 10626/10928/16553 10624/10926/16550 -f 10625/10927/16552 10377/10666/16551 10627/10929/16554 -f 10627/10929/16554 10377/10666/16551 9988/10209/16555 -f 10627/10929/16554 9988/10209/16555 10091/10208/16556 -f 9903/10125/16557 9806/10020/16558 10628/10930/16559 -f 10631/10931/16560 10096/10322/16561 10629/10932/16562 -f 10629/10932/16562 10096/10322/16561 10094/10321/16563 -f 10629/10932/16562 10094/10321/16563 10098/10328/16564 -f 10631/10931/16560 10629/10932/16562 10630/10933/16565 -f 10631/10931/16560 10630/10933/16565 10633/10934/16566 -f 10633/10934/16566 10630/10933/16565 10632/10935/16567 -f 10633/10934/16566 10632/10935/16567 10634/10936/16568 -f 10633/10934/16566 10634/10936/16568 9805/10018/16569 -f 9805/10018/16569 10634/10936/16568 10635/10937/16570 -f 10628/10930/16559 9806/10020/16558 10635/10937/16570 -f 10635/10937/16570 9806/10020/16558 9805/10018/16569 -s 39 -f 10636/10938/16571 10637/10939/16572 10639/10940/16573 -f 10639/10940/16573 10637/10939/16572 10638/10941/16574 -f 11445/10942/16575 10640/10943/16576 10642/10944/16577 -f 10642/10944/16577 10640/10943/16576 10641/10945/16578 -f 10642/10944/16577 10641/10945/16578 10643/10946/16579 -f 10643/10946/16579 10641/10945/16578 10644/10947/16580 -f 10643/10946/16579 10644/10947/16580 10645/10948/16581 -f 10645/10948/16581 10644/10947/16580 10646/10949/16582 -f 10645/10948/16581 10646/10949/16582 10647/10950/16583 -f 10647/10950/16583 10646/10949/16582 10648/10951/16584 -f 10647/10950/16583 10648/10951/16584 10650/10952/16585 -f 10650/10952/16585 10648/10951/16584 10649/10953/16586 -f 10650/10952/16585 10649/10953/16586 10651/10954/16587 -f 10650/10952/16585 10651/10954/16587 10652/10955/16588 -f 10652/10955/16588 10651/10954/16587 10653/10956/16589 -f 10652/10955/16588 10653/10956/16589 10654/10957/16590 -f 10654/10957/16590 10653/10956/16589 10655/10958/16591 -f 10654/10957/16590 10655/10958/16591 10657/10959/16592 -f 10657/10959/16592 10655/10958/16591 10656/10960/16593 -f 10657/10959/16592 10656/10960/16593 10658/10961/16594 -f 10657/10959/16592 10658/10961/16594 10660/10962/16595 -f 10660/10962/16595 10658/10961/16594 10659/10963/16596 -f 10660/10962/16595 10659/10963/16596 10661/10964/16597 -f 10661/10964/16597 10659/10963/16596 10662/10965/16598 -f 10661/10964/16597 10662/10965/16598 10665/10966/16599 -f 10665/10966/16599 10662/10965/16598 10663/10967/16600 -f 10665/10966/16599 10663/10967/16600 10664/10968/16601 -f 10665/10966/16599 10664/10968/16601 10666/10969/16602 -f 10665/10966/16599 10666/10969/16602 10636/10938/16571 -f 10636/10938/16571 10666/10969/16602 10637/10939/16572 -f 10639/10940/16573 10638/10941/16574 10667/10970/16603 -f 10667/10970/16603 10638/10941/16574 10668/10971/16604 -f 10667/10970/16603 10668/10971/16604 10669/10972/16605 -f 10669/10972/16605 10668/10971/16604 10670/10973/16606 -f 10669/10972/16605 10670/10973/16606 10671/10974/16607 -f 10670/10973/16606 10672/10975/16608 10671/10974/16607 -f 10671/10974/16607 10672/10975/16608 10673/10976/16609 -f 10671/10974/16607 10673/10976/16609 10675/10977/16610 -f 10675/10977/16610 10673/10976/16609 10674/10978/16611 -f 10675/10977/16610 10674/10978/16611 10676/10979/16612 -f 10675/10977/16610 10676/10979/16612 10678/10980/16613 -f 10678/10980/16613 10676/10979/16612 10677/10981/16614 -f 10678/10980/16613 10677/10981/16614 10679/10982/16615 -f 10678/10980/16613 10679/10982/16615 10680/10983/16616 -f 10680/10983/16616 10679/10982/16615 10681/10984/16617 -f 10680/10983/16616 10681/10984/16617 10682/10985/16618 -f 10682/10985/16618 10681/10984/16617 10683/10986/16619 -f 10682/10985/16618 10683/10986/16619 10685/10987/16620 -f 10685/10987/16620 10683/10986/16619 10684/10988/16621 -f 10685/10987/16620 10684/10988/16621 10686/10989/16622 -f 10685/10987/16620 10686/10989/16622 10688/10990/16623 -f 10688/10990/16623 10686/10989/16622 10687/10991/16624 -f 10688/10990/16623 10687/10991/16624 10689/10992/16625 -f 10689/10992/16625 10687/10991/16624 10690/10993/16626 -f 10689/10992/16625 10690/10993/16626 10692/10994/16627 -f 10692/10994/16627 10690/10993/16626 10691/10995/16628 -f 10692/10994/16627 10691/10995/16628 10693/10996/16629 -f 10692/10994/16627 10693/10996/16629 10694/10997/16630 -f 10694/10997/16630 10693/10996/16629 11817/10998/16631 -f 10694/10997/16630 11817/10998/16631 10695/10999/16632 -f 10695/10999/16632 11817/10998/16631 11819/11000/16633 -f 10695/10999/16632 11819/11000/16633 10696/11001/16634 -f 10696/11001/16634 11819/11000/16633 10697/11002/16635 -f 10696/11001/16634 10697/11002/16635 10699/11003/16636 -f 10699/11003/16636 10697/11002/16635 10698/11004/16637 -f 10698/11004/16637 10700/11005/16638 10699/11003/16636 -f 10699/11003/16636 10700/11005/16638 10701/11006/16639 -f 10699/11003/16636 10701/11006/16639 10702/11007/16640 -f 10702/11007/16640 10701/11006/16639 10703/11008/16641 -f 10702/11007/16640 10703/11008/16641 10705/11009/16642 -f 10705/11009/16642 10703/11008/16641 10704/11010/16643 -f 10705/11009/16642 10704/11010/16643 10706/11011/16644 -f 10706/11011/16644 10704/11010/16643 10707/11012/16645 -f 10706/11011/16644 10707/11012/16645 10708/11013/16646 -f 10708/11013/16646 10707/11012/16645 10709/11014/16647 -f 10708/11013/16646 10709/11014/16647 10710/11015/16648 -f 10711/11016/16649 10712/11017/16650 10714/11018/16651 -f 10714/11018/16651 10712/11017/16650 10713/11019/16652 -f 10710/11015/16648 10709/11014/16647 10715/11020/16653 -f 10710/11015/16648 10715/11020/16653 10716/11021/16654 -f 10716/11021/16654 10715/11020/16653 10717/11022/16655 -f 10716/11021/16654 10717/11022/16655 10719/11023/16656 -f 10719/11023/16656 10717/11022/16655 10718/11024/16657 -f 10719/11023/16656 10718/11024/16657 10720/11025/16658 -f 10720/11025/16658 10718/11024/16657 10721/11026/16659 -f 10720/11025/16658 10721/11026/16659 10722/11027/16660 -f 10722/11027/16660 10721/11026/16659 10723/11028/16661 -f 10722/11027/16660 10723/11028/16661 10724/11029/16662 -f 10724/11029/16662 10723/11028/16661 10725/11030/16663 -f 10724/11029/16662 10725/11030/16663 10727/11031/16664 -f 10727/11031/16664 10725/11030/16663 10726/11032/16665 -f 10727/11031/16664 10726/11032/16665 10728/11033/16666 -f 10727/11031/16664 10728/11033/16666 10730/11034/16667 -f 10730/11034/16667 10728/11033/16666 10729/11035/16668 -f 10730/11034/16667 10729/11035/16668 10731/11036/16669 -f 10731/11036/16669 10729/11035/16668 10732/11037/16670 -f 10731/11036/16669 10732/11037/16670 10733/11038/16671 -f 10733/11038/16671 10732/11037/16670 10734/11039/16672 -f 10733/11038/16671 10734/11039/16672 10735/11040/16673 -f 10735/11040/16673 10734/11039/16672 10736/11041/16674 -f 10735/11040/16673 10736/11041/16674 10737/11042/16675 -f 10737/11042/16675 10736/11041/16674 10738/11043/16676 -f 10737/11042/16675 10738/11043/16676 10740/11044/16677 -f 10740/11044/16677 10738/11043/16676 10739/11045/16678 -f 10740/11044/16677 10739/11045/16678 10742/11046/16679 -f 10742/11046/16679 10739/11045/16678 10741/11047/16680 -f 10742/11046/16679 10741/11047/16680 10743/11048/16681 -f 10742/11046/16679 10743/11048/16681 10711/11016/16649 -f 10711/11016/16649 10743/11048/16681 10712/11017/16650 -f 10714/11018/16651 10713/11019/16652 10745/11049/16682 -f 10745/11049/16682 10713/11019/16652 10744/11050/16683 -f 10745/11049/16682 10744/11050/16683 10746/11051/16684 -f 10745/11049/16682 10746/11051/16684 10747/11052/16685 -f 10746/11051/16684 10748/11053/16686 10747/11052/16685 -f 10747/11052/16685 10748/11053/16686 10749/11054/16687 -f 10747/11052/16685 10749/11054/16687 10750/11055/16688 -f 10750/11055/16688 10749/11054/16687 10751/11056/16689 -f 10751/11056/16689 10749/11054/16687 10752/11057/16690 -f 10751/11056/16689 10752/11057/16690 10754/11058/16691 -f 10754/11058/16691 10752/11057/16690 10753/11059/16692 -f 10754/11058/16691 10753/11059/16692 10755/11060/16693 -f 10755/11060/16693 10753/11059/16692 10756/11061/16694 -f 10755/11060/16693 10756/11061/16694 10757/11062/16695 -f 10757/11062/16695 10756/11061/16694 10758/11063/16696 -f 10758/11063/16696 10756/11061/16694 10759/11064/16697 -f 10758/11063/16696 10759/11064/16697 10760/11065/16698 -f 10760/11065/16698 10759/11064/16697 10761/11066/16699 -f 10760/11065/16698 10761/11066/16699 10762/11067/16700 -f 10762/11067/16700 10761/11066/16699 10763/11068/16701 -f 10762/11067/16700 10763/11068/16701 10765/11069/16702 -f 10765/11069/16702 10763/11068/16701 10764/11070/16703 -f 10765/11069/16702 10764/11070/16703 10766/11071/16704 -f 10766/11071/16704 10764/11070/16703 10767/11072/16705 -f 10766/11071/16704 10767/11072/16705 10769/11073/16706 -f 10769/11073/16706 10767/11072/16705 10768/11074/16707 -f 10769/11073/16706 10768/11074/16707 10770/11075/16708 -f 10769/11073/16706 10770/11075/16708 10772/11076/16709 -f 10772/11076/16709 10770/11075/16708 10771/11077/16710 -f 10772/11076/16709 10771/11077/16710 10773/11078/16711 -f 10772/11076/16709 10773/11078/16711 10775/11079/16712 -f 10775/11079/16712 10773/11078/16711 10774/11080/16713 -f 10775/11079/16712 10774/11080/16713 10776/11081/16714 -f 10776/11081/16714 10774/11080/16713 10777/11082/16715 -f 10776/11081/16714 10777/11082/16715 10779/11083/16716 -f 10779/11083/16716 10777/11082/16715 10778/11084/16717 -f 10779/11083/16716 10778/11084/16717 10780/11085/16718 -f 10779/11083/16716 10780/11085/16718 10781/11086/16719 -f 10781/11086/16719 10780/11085/16718 10782/11087/16720 -f 10781/11086/16719 10782/11087/16720 10784/11088/16721 -f 10784/11088/16721 10782/11087/16720 10783/11089/16722 -f 10784/11088/16721 10783/11089/16722 10785/11090/16723 -f 10785/11090/16723 10783/11089/16722 10786/11091/16724 -f 10785/11090/16723 10786/11091/16724 10787/11092/16725 -f 10787/11092/16725 10786/11091/16724 10788/11093/16726 -f 10787/11092/16725 10788/11093/16726 10789/11094/16727 -f 10790/11095/16728 10791/11096/16729 10792/11097/16730 -f 10789/11094/16727 10788/11093/16726 10793/11098/16731 -f 10789/11094/16727 10793/11098/16731 10795/11099/16732 -f 10795/11099/16732 10793/11098/16731 10794/11100/16733 -f 10795/11099/16732 10794/11100/16733 10796/11101/16734 -f 10795/11099/16732 10796/11101/16734 10798/11102/16735 -f 10798/11102/16735 10796/11101/16734 10797/11103/16736 -f 10798/11102/16735 10797/11103/16736 10799/11104/16737 -f 10798/11102/16735 10799/11104/16737 10800/11105/16738 -f 10800/11105/16738 10799/11104/16737 10801/11106/16739 -f 10800/11105/16738 10801/11106/16739 10802/11107/16740 -f 10802/11107/16740 10801/11106/16739 10803/11108/16741 -f 10802/11107/16740 10803/11108/16741 10805/11109/16742 -f 10805/11109/16742 10803/11108/16741 10804/11110/16743 -f 10805/11109/16742 10804/11110/16743 10807/11111/16744 -f 10807/11111/16744 10804/11110/16743 10806/11112/16745 -f 10807/11111/16744 10806/11112/16745 10808/11113/16746 -f 10808/11113/16746 10806/11112/16745 10809/11114/16747 -f 10808/11113/16746 10809/11114/16747 10811/11115/16748 -f 10811/11115/16748 10809/11114/16747 10810/11116/16749 -f 10811/11115/16748 10810/11116/16749 10812/11117/16750 -f 10811/11115/16748 10812/11117/16750 10813/11118/16751 -f 10813/11118/16751 10812/11117/16750 11860/11119/16752 -f 10813/11118/16751 11860/11119/16752 10815/11120/16753 -f 10815/11120/16753 11860/11119/16752 10814/11121/16754 -f 10815/11120/16753 10814/11121/16754 10816/11122/16755 -f 10816/11122/16755 10814/11121/16754 10817/11123/16756 -f 10816/11122/16755 10817/11123/16756 10818/11124/16757 -f 10818/11124/16757 10817/11123/16756 10819/11125/16758 -f 10818/11124/16757 10819/11125/16758 10790/11095/16728 -f 10790/11095/16728 10819/11125/16758 10791/11096/16729 -f 10792/11097/16730 10791/11096/16729 10821/11126/16759 -f 10821/11126/16759 10791/11096/16729 10820/11127/16760 -f 10821/11126/16759 10820/11127/16760 10822/11128/16761 -f 10821/11126/16759 10822/11128/16761 10823/11129/16762 -f 10823/11129/16762 10822/11128/16761 10824/11130/16763 -f 10823/11129/16762 10824/11130/16763 10825/11131/16764 -f 10825/11131/16764 10824/11130/16763 10826/11132/16765 -f 10826/11132/16765 10824/11130/16763 10827/11133/16766 -f 10826/11132/16765 10827/11133/16766 11445/10942/16575 -f 11445/10942/16575 10827/11133/16766 10828/11134/16767 -f 11445/10942/16575 10828/11134/16767 10640/10943/16576 -s 122 -f 10829/11135/16768 10837/11136/16769 10830/11137/16770 -f 10830/11137/16770 10837/11136/16769 10831/11138/16771 -f 10831/11138/16771 10837/11136/16769 10832/11139/16772 -f 10833/11140/16773 10842/11141/16774 10834/11142/16775 -f 10834/11142/16775 10842/11141/16774 10835/11143/16776 -f 10834/11142/16775 10835/11143/16776 10836/11144/16777 -f 10836/11144/16777 10835/11143/16776 10829/11135/16768 -f 10829/11135/16768 10835/11143/16776 10837/11136/16769 -f 10838/11145/16778 10839/11146/16779 10840/11147/16780 -f 10840/11147/16780 10839/11146/16779 10841/11148/16781 -f 10841/11148/16781 10839/11146/16779 10833/11140/16773 -f 10833/11140/16773 10839/11146/16779 10842/11141/16774 -f 10837/11136/16769 10843/11149/16782 10832/11139/16772 -f 10832/11139/16772 10843/11149/16782 10844/11150/16783 -f 10844/11150/16783 10843/11149/16782 10845/11151/16784 -f 10845/11151/16784 10843/11149/16782 10846/11152/16785 -f 10847/11153/16786 10855/11154/16787 10848/11155/16788 -f 10848/11155/16788 10855/11154/16787 10849/11156/16789 -f 10848/11155/16788 10849/11156/16789 10850/11157/16790 -f 10850/11157/16790 10849/11156/16789 10851/11158/16791 -f 10843/11149/16782 10852/11159/16792 10846/11152/16785 -f 10846/11152/16785 10852/11159/16792 10853/11160/16793 -f 10853/11160/16793 10852/11159/16792 10854/11161/16794 -f 10854/11161/16794 10852/11159/16792 10855/11154/16787 -f 10854/11161/16794 10855/11154/16787 10847/11153/16786 -f 10856/11162/16795 10868/11163/16796 10857/11164/16797 -f 10857/11164/16797 10868/11163/16796 10858/11165/16798 -f 10858/11165/16798 10868/11163/16796 10838/11145/16778 -f 10838/11145/16778 10868/11163/16796 10839/11146/16779 -f 10859/11166/16799 10860/11167/16800 10861/11168/16801 -f 10861/11168/16801 10860/11167/16800 10862/11169/16802 -f 10862/11169/16802 10860/11167/16800 10863/11170/16803 -f 10860/11167/16800 10864/11171/16804 10863/11170/16803 -f 10863/11170/16803 10864/11171/16804 10865/11172/16805 -f 10865/11172/16805 10864/11171/16804 10866/11173/16806 -f 10866/11173/16806 10864/11171/16804 10867/11174/16807 -f 10867/11174/16807 10864/11171/16804 10856/11162/16795 -f 10856/11162/16795 10864/11171/16804 10868/11163/16796 -f 10869/11175/16808 10878/11176/16809 10870/11177/16810 -f 10870/11177/16810 10878/11176/16809 10871/11178/16811 -f 10870/11177/16810 10871/11178/16811 10872/11179/16812 -f 10872/11179/16812 10871/11178/16811 10859/11166/16799 -f 10859/11166/16799 10871/11178/16811 10860/11167/16800 -f 10851/11158/16791 10849/11156/16789 10873/11180/16813 -f 10873/11180/16813 10849/11156/16789 10874/11181/16814 -f 10874/11181/16814 10849/11156/16789 10875/11182/16815 -f 10874/11181/16814 10875/11182/16815 10876/11183/16816 -f 10876/11183/16816 10875/11182/16815 10877/11184/16817 -f 10877/11184/16817 10875/11182/16815 10878/11176/16809 -f 10877/11184/16817 10878/11176/16809 10879/11185/16818 -f 10879/11185/16818 10878/11176/16809 10869/11175/16808 -f 10880/11186/16819 10899/11187/16820 10881/11188/16821 -f 10881/11188/16821 10899/11187/16820 10882/11189/16822 -f 10881/11188/16821 10882/11189/16822 10883/11190/16823 -f 10883/11190/16823 10882/11189/16822 10884/11191/16824 -f 10884/11191/16824 10882/11189/16822 10885/11192/16825 -f 10884/11191/16824 10885/11192/16825 10886/11193/16826 -f 10886/11193/16826 10885/11192/16825 10887/11194/16827 -f 10886/11193/16826 10887/11194/16827 10888/11195/16828 -f 10888/11195/16828 10887/11194/16827 10889/11196/16829 -f 10890/11197/16830 10909/11198/16831 10891/11199/16832 -f 10891/11199/16832 10909/11198/16831 10892/11200/16833 -f 10891/11199/16832 10892/11200/16833 10893/11201/16834 -f 10893/11201/16834 10892/11200/16833 10894/11202/16835 -f 10894/11202/16835 10892/11200/16833 10895/11203/16836 -f 10894/11202/16835 10895/11203/16836 10896/11204/16837 -f 10896/11204/16837 10895/11203/16836 10897/11205/16838 -f 10896/11204/16837 10897/11205/16838 10898/11206/16839 -f 10898/11206/16839 10897/11205/16838 10880/11186/16819 -f 10880/11186/16819 10897/11205/16838 10899/11187/16820 -f 10900/11207/16840 10919/11208/16841 10901/11209/16842 -f 10901/11209/16842 10919/11208/16841 10902/11210/16843 -f 10901/11209/16842 10902/11210/16843 10903/11211/16844 -f 10903/11211/16844 10902/11210/16843 10904/11212/16845 -f 10904/11212/16845 10902/11210/16843 10905/11213/16846 -f 10904/11212/16845 10905/11213/16846 10906/11214/16847 -f 10906/11214/16847 10905/11213/16846 10907/11215/16848 -f 10906/11214/16847 10907/11215/16848 10908/11216/16849 -f 10908/11216/16849 10907/11215/16848 10890/11197/16830 -f 10890/11197/16830 10907/11215/16848 10909/11198/16831 -f 10910/11217/16850 10929/11218/16851 10911/11219/16852 -f 10911/11219/16852 10929/11218/16851 10912/11220/16853 -f 10911/11219/16852 10912/11220/16853 10913/11221/16854 -f 10913/11221/16854 10912/11220/16853 10914/11222/16855 -f 10914/11222/16855 10912/11220/16853 10915/11223/16856 -f 10914/11222/16855 10915/11223/16856 10916/11224/16857 -f 10916/11224/16857 10915/11223/16856 10917/11225/16858 -f 10916/11224/16857 10917/11225/16858 10918/11226/16859 -f 10918/11226/16859 10917/11225/16858 10900/11207/16840 -f 10900/11207/16840 10917/11225/16858 10919/11208/16841 -f 10920/11227/16860 10942/11228/16861 10921/11229/16862 -f 10921/11229/16862 10942/11228/16861 10922/11230/16863 -f 10921/11229/16862 10922/11230/16863 10923/11231/16864 -f 10923/11231/16864 10922/11230/16863 10924/11232/16865 -f 10924/11232/16865 10922/11230/16863 10925/11233/16866 -f 10924/11232/16865 10925/11233/16866 10926/11234/16867 -f 10926/11234/16867 10925/11233/16866 10927/11235/16868 -f 10926/11234/16867 10927/11235/16868 10928/11236/16869 -f 10928/11236/16869 10927/11235/16868 10910/11217/16850 -f 10910/11217/16850 10927/11235/16868 10929/11218/16851 -f 10930/11237/16870 10952/11238/16871 10931/11239/16872 -f 10931/11239/16872 10952/11238/16871 10932/11240/16873 -f 10931/11239/16872 10932/11240/16873 10933/11241/16874 -f 10933/11241/16874 10932/11240/16873 10934/11242/16875 -f 10934/11242/16875 10932/11240/16873 10935/11243/16876 -f 10934/11242/16875 10935/11243/16876 10936/11244/16877 -f 10936/11244/16877 10935/11243/16876 10937/11245/16878 -f 10937/11245/16878 10935/11243/16876 10938/11246/16879 -f 10937/11245/16878 10938/11246/16879 10939/11247/16880 -f 10939/11247/16880 10938/11246/16879 10940/11248/16881 -f 10939/11247/16880 10940/11248/16881 10941/11249/16882 -f 10941/11249/16882 10940/11248/16881 10920/11227/16860 -f 10920/11227/16860 10940/11248/16881 10942/11228/16861 -f 10943/11250/16883 10962/11251/16884 10944/11252/16885 -f 10944/11252/16885 10962/11251/16884 10945/11253/16886 -f 10944/11252/16885 10945/11253/16886 10946/11254/16887 -f 10946/11254/16887 10945/11253/16886 10947/11255/16888 -f 10947/11255/16888 10945/11253/16886 10948/11256/16889 -f 10947/11255/16888 10948/11256/16889 10949/11257/16890 -f 10949/11257/16890 10948/11256/16889 10950/11258/16891 -f 10950/11258/16891 10948/11256/16889 10951/11259/16892 -f 10950/11258/16891 10951/11259/16892 10930/11237/16870 -f 10930/11237/16870 10951/11259/16892 10952/11238/16871 -f 10953/11260/16893 10972/11261/16894 10954/11262/16895 -f 10954/11262/16895 10972/11261/16894 10955/11263/16896 -f 10954/11262/16895 10955/11263/16896 10956/11264/16897 -f 10956/11264/16897 10955/11263/16896 10957/11265/16898 -f 10957/11265/16898 10955/11263/16896 10958/11266/16899 -f 10957/11265/16898 10958/11266/16899 10959/11267/16900 -f 10959/11267/16900 10958/11266/16899 10960/11268/16901 -f 10960/11268/16901 10958/11266/16899 10961/11269/16902 -f 10960/11268/16901 10961/11269/16902 10943/11250/16883 -f 10943/11250/16883 10961/11269/16902 10962/11251/16884 -f 10963/11270/16903 10982/11271/16904 10964/11272/16905 -f 10964/11272/16905 10982/11271/16904 10965/11273/16906 -f 10964/11272/16905 10965/11273/16906 10966/11274/16907 -f 10966/11274/16907 10965/11273/16906 10967/11275/16908 -f 10967/11275/16908 10965/11273/16906 10968/11276/16909 -f 10967/11275/16908 10968/11276/16909 10969/11277/16910 -f 10969/11277/16910 10968/11276/16909 10970/11278/16911 -f 10970/11278/16911 10968/11276/16909 10971/11279/16912 -f 10970/11278/16911 10971/11279/16912 10953/11260/16893 -f 10953/11260/16893 10971/11279/16912 10972/11261/16894 -f 10973/11280/16913 10992/11281/16914 10974/11282/16915 -f 10974/11282/16915 10992/11281/16914 10975/11283/16916 -f 10974/11282/16915 10975/11283/16916 10976/11284/16917 -f 10976/11284/16917 10975/11283/16916 10977/11285/16918 -f 10977/11285/16918 10975/11283/16916 10978/11286/16919 -f 10977/11285/16918 10978/11286/16919 10979/11287/16920 -f 10979/11287/16920 10978/11286/16919 10980/11288/16921 -f 10980/11288/16921 10978/11286/16919 10981/11289/16922 -f 10980/11288/16921 10981/11289/16922 10963/11270/16903 -f 10963/11270/16903 10981/11289/16922 10982/11271/16904 -f 10983/11290/16923 11002/11291/16924 10984/11292/16925 -f 10984/11292/16925 11002/11291/16924 10985/11293/16926 -f 10984/11292/16925 10985/11293/16926 10986/11294/16927 -f 10986/11294/16927 10985/11293/16926 10987/11295/16928 -f 10987/11295/16928 10985/11293/16926 10988/11296/16929 -f 10987/11295/16928 10988/11296/16929 10989/11297/16930 -f 10989/11297/16930 10988/11296/16929 10990/11298/16931 -f 10990/11298/16931 10988/11296/16929 10991/11299/16932 -f 10990/11298/16931 10991/11299/16932 10973/11280/16913 -f 10973/11280/16913 10991/11299/16932 10992/11281/16914 -f 10887/11194/16827 10993/11300/16933 10889/11196/16829 -f 10889/11196/16829 10993/11300/16933 10994/11301/16934 -f 10994/11301/16934 10993/11300/16933 10995/11302/16935 -f 10994/11301/16934 10995/11302/16935 10996/11303/16936 -f 10996/11303/16936 10995/11302/16935 10997/11304/16937 -f 10997/11304/16937 10995/11302/16935 10998/11305/16938 -f 10997/11304/16937 10998/11305/16938 10999/11306/16939 -f 10999/11306/16939 10998/11305/16938 11000/11307/16940 -f 11000/11307/16940 10998/11305/16938 11001/11308/16941 -f 11000/11307/16940 11001/11308/16941 10983/11290/16923 -f 10983/11290/16923 11001/11308/16941 11002/11291/16924 -s 262 -f 9848/10067/16347 9855/10064/16942 11003/11309/16943 -f 10520/10814/16328 11005/10815/16330 11004/11310/16944 -f 10520/10814/16328 11004/11310/16944 10041/10269/16326 -f 9848/10067/16347 11003/11309/16943 10529/10824/16348 -f 10529/10824/16348 11003/11309/16943 10527/10823/16345 -f 10528/10822/16343 11006/11311/16945 10526/10821/16341 -f 10526/10821/16341 11006/11311/16945 11007/11312/16946 -f 10526/10821/16341 11007/11312/16946 10525/10820/16339 -f 10525/10820/16339 11007/11312/16946 10524/10819/16337 -f 10524/10819/16337 11008/11313/16947 10523/10818/16335 -f 10523/10818/16335 11008/11313/16947 10521/10816/16333 -f 10521/10816/16333 11009/11314/16948 10522/10817/16334 -f 10522/10817/16334 11009/11314/16948 11005/10815/16330 -f 11004/11310/16944 10043/10271/16949 10041/10269/16326 -f 11003/11309/16943 11010/11315/16950 10527/10823/16345 -f 10527/10823/16345 11010/11315/16950 11011/11316/16951 -f 10527/10823/16345 11011/11316/16951 10528/10822/16343 -f 10528/10822/16343 11011/11316/16951 11006/11311/16945 -f 11007/11312/16946 11012/11317/16952 10524/10819/16337 -f 10524/10819/16337 11012/11317/16952 11008/11313/16947 -f 11008/11313/16947 11013/11318/16953 10521/10816/16333 -f 10521/10816/16333 11013/11318/16953 11009/11314/16948 -f 11009/11314/16948 11014/11319/16954 11005/10815/16330 -f 11005/10815/16330 11014/11319/16954 11004/11310/16944 -f 11014/11319/16954 10044/10272/16955 11004/11310/16944 -f 11004/11310/16944 10044/10272/16955 10043/10271/16949 -f 11003/11309/16943 9855/10064/16942 11010/11315/16950 -f 11011/11316/16956 11015/11320/16957 11006/11311/16958 -f 11006/11311/16958 11015/11320/16957 11017/11321/16959 -f 11006/11311/16958 11017/11321/16959 11007/11312/16960 -f 11007/11312/16960 11017/11321/16959 11012/11317/16952 -f 11012/11317/16952 11018/11322/16961 11008/11313/16947 -f 11008/11313/16947 11018/11322/16961 11013/11318/16953 -f 11013/11318/16953 11019/11323/16962 11009/11314/16948 -f 11009/11314/16948 11019/11323/16962 11014/11319/16963 -f 11014/11319/16963 10046/10273/16964 10044/10272/16965 -f 9855/10064/16942 9854/10074/16966 11016/11324/16967 -f 9855/10064/16942 11016/11324/16967 11010/11315/16950 -f 11010/11315/16950 11016/11324/16967 11011/11316/16956 -f 11011/11316/16956 11016/11324/16967 11015/11320/16957 -f 11012/11317/16952 11017/11321/16959 11018/11322/16961 -f 11013/11318/16953 11018/11322/16961 11019/11323/16962 -f 11014/11319/16963 11019/11323/16962 10046/10273/16964 -f 11016/11324/16967 11020/11325/16968 11015/11320/16957 -f 11015/11320/16957 11020/11325/16968 11017/11321/16969 -f 11017/11321/16969 10548/10842/16383 11018/11322/16970 -f 11018/11322/16970 10544/10837/16376 11019/11323/16971 -f 9854/10074/16966 10541/10072/16372 11016/11324/16967 -f 11016/11324/16967 10541/10072/16372 10543/10836/16374 -f 11016/11324/16967 10543/10836/16374 11020/11325/16968 -f 11020/11325/16968 10547/10841/16382 11017/11321/16969 -f 11017/11321/16969 10547/10841/16382 10548/10842/16383 -f 11018/11322/16970 10548/10842/16383 10544/10837/16376 -f 11019/11323/16971 10544/10837/16376 10046/10273/16972 -f 10543/10836/16374 10545/10839/16380 11020/11325/16968 -f 11020/11325/16968 10545/10839/16380 10546/10840/16381 -f 11020/11325/16968 10546/10840/16381 10547/10841/16382 -f 10544/10837/16376 10047/10275/16375 10046/10273/16972 -f 11021/11326/16973 10035/10264/16974 10050/10262/16377 -f 10035/10264/16974 11021/11326/16973 10037/10266/16975 -f 10038/10217/16371 10037/10266/16976 11022/11327/16977 -f 10540/10835/16369 10038/10217/16371 11022/11327/16977 -f 9860/10079/16978 9858/10077/16349 11023/11328/16979 -f 9860/10079/16978 11023/11328/16979 11024/11329/16980 -f 11024/11329/16980 9861/10080/16981 9860/10079/16978 -f 11025/10081/16982 10542/10838/16379 9864/10084/16378 -f 11026/11330/16983 10542/10838/16379 11025/10081/16982 -f 11026/11330/16983 11025/10081/16982 9861/10080/16981 -f 11026/11330/16983 9861/10080/16981 11024/11329/16980 -f 11027/11331/16984 10542/10838/16379 11026/11330/16983 -f 11027/11331/16984 11026/11330/16983 11028/11332/16985 -f 11028/11332/16985 11026/11330/16983 11024/11329/16980 -f 11028/11332/16985 11024/11329/16980 11029/11333/16986 -f 11029/11333/16986 11024/11329/16980 11030/11334/16987 -f 11030/11334/16987 11024/11329/16980 11023/11328/16979 -f 11031/11335/16988 11027/11331/16984 11028/11332/16985 -f 11031/11335/16988 11028/11332/16985 11032/11336/16989 -f 11032/11336/16989 11028/11332/16985 11029/11333/16986 -f 11032/11336/16989 11029/11333/16986 11033/11337/16990 -f 11033/11337/16990 11029/11333/16986 11030/11334/16987 -f 11033/11337/16990 11030/11334/16987 10531/10827/16355 -f 11036/11338/16991 11034/11339/16992 11035/11340/16993 -f 11036/11338/16991 11035/11340/16993 11038/11341/16994 -f 11038/11341/16994 11035/11340/16993 11037/11342/16995 -f 11038/11341/16994 11037/11342/16995 11040/11343/16996 -f 11040/11343/16996 11037/11342/16995 11039/11344/16997 -f 11040/11343/16996 11039/11344/16997 10539/10834/16368 -f 10539/10834/16368 11039/11344/16997 10537/10832/16365 -f 11041/11345/16998 10538/10833/16367 10540/10835/16369 -f 11041/11345/16998 10540/10835/16369 11022/11327/16977 -f 11041/11345/16998 11022/11327/16999 10037/10266/16975 -f 11041/11345/16998 10037/10266/16975 11042/11346/17000 -f 11042/11346/17000 10037/10266/16975 11043/11347/17001 -f 11043/11347/17001 10037/10266/16975 11021/11326/16973 -f 10549/10843/16384 11021/11326/16973 10050/10262/16377 -f 11021/11326/16973 10549/10843/16384 11034/11339/16992 -f 11021/11326/16973 11034/11339/16992 11043/11347/17001 -f 11043/11347/17001 11034/11339/16992 11036/11338/16991 -f 11043/11347/17001 11036/11338/16991 11042/11346/17000 -f 11042/11346/17000 11036/11338/16991 11038/11341/16994 -f 11042/11346/17000 11038/11341/16994 11041/11345/16998 -f 11041/11345/16998 11038/11341/16994 11040/11343/16996 -f 11041/11345/16998 11040/11343/16996 10539/10834/16368 -f 11041/11345/16998 10539/10834/16368 10538/10833/16367 -f 11044/11348/17002 10536/10831/16363 10537/10832/16365 -f 11044/11348/17002 10537/10832/16365 11039/11344/16997 -f 11044/11348/17002 11039/11344/16997 11037/11342/16995 -f 11044/11348/17002 11037/11342/16995 11045/11349/17003 -f 11045/11349/17003 11037/11342/16995 11035/11340/16993 -f 11045/11349/17003 11035/11340/16993 11046/11350/17004 -f 11046/11350/17004 11035/11340/16993 11034/11339/16992 -f 11046/11350/17004 11034/11339/16992 11047/11351/17005 -f 11047/11351/17005 11034/11339/16992 10549/10843/16384 -f 10534/10830/16361 10536/10831/16363 11044/11348/17002 -f 10534/10830/16361 11044/11348/17002 11048/11352/17006 -f 11048/11352/17006 11044/11348/17002 11049/11353/17007 -f 11049/11353/17007 11044/11348/17002 11045/11349/17003 -f 11049/11353/17007 11045/11349/17003 11050/11354/17008 -f 11050/11354/17008 11045/11349/17003 11046/11350/17004 -f 11050/11354/17008 11046/11350/17004 11047/11351/17005 -f 10550/10844/16385 11047/11351/17005 10549/10843/16384 -f 10535/10829/16359 10534/10830/16361 11051/11355/17009 -f 11051/11355/17009 10534/10830/16361 11048/11352/17006 -f 11051/11355/17009 11048/11352/17006 11052/11356/17010 -f 11052/11356/17010 11048/11352/17006 11049/11353/17007 -f 11052/11356/17010 11049/11353/17007 11053/11357/17011 -f 11053/11357/17011 11049/11353/17007 11050/11354/17008 -f 11053/11357/17011 11050/11354/17008 11047/11351/17005 -f 11054/11358/17012 10533/10826/16354 10535/10829/16359 -f 11054/11358/17012 10535/10829/16359 11051/11355/17009 -f 11054/11358/17012 11051/11355/17009 11055/11359/17013 -f 11055/11359/17013 11051/11355/17009 11052/11356/17010 -f 11055/11359/17013 11052/11356/17010 11056/11360/17014 -f 11056/11360/17014 11052/11356/17010 11053/11357/17011 -f 11056/11360/17014 11053/11357/17011 11047/11351/17005 -f 11056/11360/17014 11047/11351/17005 10550/10844/16385 -f 10550/10844/16385 10542/10838/16379 11056/11360/17014 -f 11056/11360/17014 10542/10838/16379 11027/11331/16984 -f 11056/11360/17014 11027/11331/16984 11031/11335/16988 -f 11056/11360/17014 11031/11335/16988 11055/11359/17013 -f 11055/11359/17013 11031/11335/16988 11032/11336/16989 -f 11055/11359/17013 11032/11336/16989 11054/11358/17012 -f 11054/11358/17012 11032/11336/16989 11033/11337/16990 -f 11054/11358/17012 11033/11337/16990 10531/10827/16355 -f 11054/11358/17012 10531/10827/16355 10533/10826/16354 -f 11030/11334/16987 11023/11328/16979 10532/10828/16357 -f 11030/11334/16987 10532/10828/16357 10531/10827/16355 -f 11023/11328/16979 9858/10077/16349 10530/10825/16351 -f 11023/11328/16979 10530/10825/16351 10532/10828/16357 -s 246 -f 11057/11361/17015 9871/10010/16288 9870/10091/17016 -f 10490/10784/16268 11061/10785/16270 11058/11362/17017 -f 10490/10784/16268 11058/11362/17017 10028/10255/16266 -f 9871/10010/16288 11057/11361/17015 10499/10794/16286 -f 10499/10794/16286 11057/11361/17015 10498/10793/16284 -f 10496/10791/16282 11062/11363/17018 10497/10792/16283 -f 10497/10792/16283 11062/11363/17018 11063/11364/17019 -f 10497/10792/16283 11063/11364/17019 10494/10790/16280 -f 10494/10790/16280 11063/11364/17019 10495/10789/16278 -f 10495/10789/16278 11064/11365/17020 10493/10788/16276 -f 10493/10788/16276 11064/11365/17020 10492/10787/16274 -f 10492/10787/16274 11065/11366/17021 10491/10786/16272 -f 10491/10786/16272 11065/11366/17021 11061/10785/16270 -f 11058/11362/17017 10030/10257/17022 10028/10255/16266 -f 11057/11361/17015 11066/11367/17023 10498/10793/16284 -f 10498/10793/16284 11066/11367/17023 11067/11368/17024 -f 10498/10793/16284 11067/11368/17024 10496/10791/16282 -f 10496/10791/16282 11067/11368/17024 11062/11363/17018 -f 11063/11364/17019 11068/11369/17025 10495/10789/16278 -f 10495/10789/16278 11068/11369/17025 11064/11365/17020 -f 11064/11365/17020 11069/11370/17026 10492/10787/16274 -f 10492/10787/16274 11069/11370/17026 11065/11366/17021 -f 11065/11366/17021 11070/11371/17027 11061/10785/16270 -f 11061/10785/16270 11070/11371/17027 11058/11362/17017 -f 11070/11371/17027 11059/11372/17028 11058/11362/17017 -f 11058/11362/17017 11059/11372/17028 10030/10257/17022 -f 9870/10091/17029 9869/10090/17030 11057/11361/17015 -f 11057/11361/17015 9869/10090/17030 11066/11367/17023 -f 11059/11372/17028 11060/10258/17031 10030/10257/17022 -f 11067/11368/17032 11071/11373/17033 11062/11363/17034 -f 11062/11363/17034 11071/11373/17033 11073/11374/17035 -f 11062/11363/17034 11073/11374/17035 11063/11364/17036 -f 11063/11364/17036 11073/11374/17035 11068/11369/17025 -f 11068/11369/17025 11074/11375/17037 11064/11365/17020 -f 11064/11365/17020 11074/11375/17037 11069/11370/17026 -f 11069/11370/17026 11075/11376/17038 11065/11366/17021 -f 11065/11366/17021 11075/11376/17038 11070/11371/17039 -f 11070/11371/17027 11060/10258/17031 11059/11372/17028 -f 9869/10090/17030 9868/10087/17040 11072/11377/17041 -f 9869/10090/17030 11072/11377/17041 11066/11367/17023 -f 11066/11367/17023 11072/11377/17041 11067/11368/17032 -f 11067/11368/17032 11072/11377/17041 11071/11373/17033 -f 11068/11369/17025 11073/11374/17035 11074/11375/17037 -f 11069/11370/17026 11074/11375/17037 11075/11376/17038 -f 11070/11371/17039 11075/11376/17038 11060/10258/17042 -f 11072/11377/17041 11076/11378/17043 11071/11373/17033 -f 11071/11373/17033 11076/11378/17043 11073/11374/17044 -f 11073/11374/17044 10517/10812/16324 11074/11375/17045 -f 11074/11375/17045 10513/10809/16317 11075/11376/17038 -f 11075/11376/17038 10031/10259/16316 11060/10258/17042 -f 11072/11377/17041 9868/10087/17040 10516/10811/16323 -f 11072/11377/17041 10516/10811/16323 11076/11378/17043 -f 11076/11378/17043 10511/10806/16312 11073/11374/17044 -f 11073/11374/17044 10511/10806/16312 10517/10812/16324 -f 11074/11375/17045 10517/10812/16324 10513/10809/16317 -f 11075/11376/17038 10513/10809/16317 10031/10259/16316 -f 9868/10087/17040 9866/10086/16321 10516/10811/16323 -f 10516/10811/16323 10515/10810/16319 11076/11378/17043 -f 11076/11378/17043 10515/10810/16319 10512/10807/16313 -f 11076/11378/17043 10512/10807/16313 10511/10806/16312 -f 11079/10248/17046 10021/10247/17047 11078/11379/17048 -f 10518/10252/16318 11077/11380/17049 10018/10243/17050 -f 10021/10247/17047 10018/10243/17050 11077/11380/17049 -f 10022/10220/16309 11079/10248/17046 10509/10804/16310 -f 9880/10101/17051 9878/10099/16289 10500/10795/16291 -f 11080/11381/17052 11081/10093/17053 9880/10101/17051 -f 11081/10093/17053 11082/11382/17054 9874/10094/16320 -f 9874/10094/16320 11082/11382/17054 11083/11383/17055 -f 10514/10808/16314 9874/10094/16320 11083/11383/17055 -f 11080/11381/17052 11082/11382/17054 11081/10093/17053 -f 11084/11384/17056 10514/10808/16314 11083/11383/17055 -f 11084/11384/17056 11083/11383/17055 11082/11382/17054 -f 11084/11384/17056 11082/11382/17054 11085/11385/17057 -f 11085/11385/17057 11082/11382/17054 11080/11381/17052 -f 11085/11385/17057 11080/11381/17052 11086/11386/17058 -f 11086/11386/17058 11080/11381/17052 11087/11387/17059 -f 11088/11388/17060 11084/11384/17056 11085/11385/17057 -f 11088/11388/17060 11085/11385/17057 11089/11389/17061 -f 11089/11389/17061 11085/11385/17057 11086/11386/17058 -f 11089/11389/17061 11086/11386/17058 11090/11390/17062 -f 11090/11390/17062 11086/11386/17058 11087/11387/17059 -f 11090/11390/17062 11087/11387/17059 10502/10797/16295 -f 10518/10252/16318 10519/10813/16325 11091/11391/17063 -f 11093/11392/17064 11091/11391/17063 11092/11393/17065 -f 11093/11392/17064 11092/11393/17065 11095/11394/17066 -f 11095/11394/17066 11092/11393/17065 11094/11395/17067 -f 11095/11394/17066 11094/11395/17067 11097/11396/17068 -f 11097/11396/17068 11094/11395/17067 11096/11397/17069 -f 11097/11396/17068 11096/11397/17069 10508/10803/16307 -f 10508/10803/16307 11096/11397/17069 10507/10802/16305 -f 11098/11398/17070 10510/10805/16311 10509/10804/16310 -f 11098/11398/17070 10509/10804/16310 11079/10248/17046 -f 11098/11398/17070 11079/10248/17046 11099/11399/17071 -f 11099/11399/17071 11079/10248/17046 11078/11379/17048 -f 11099/11399/17071 11078/11379/17048 11100/11400/17072 -f 11100/11400/17072 11078/11379/17048 10021/10247/17047 -f 11100/11400/17072 10021/10247/17047 11077/11380/17049 -f 11077/11380/17049 10518/10252/16318 11091/11391/17063 -f 11077/11380/17049 11091/11391/17063 11100/11400/17072 -f 11100/11400/17072 11091/11391/17063 11093/11392/17064 -f 11100/11400/17072 11093/11392/17064 11099/11399/17071 -f 11099/11399/17071 11093/11392/17064 11095/11394/17066 -f 11099/11399/17071 11095/11394/17066 11098/11398/17070 -f 11098/11398/17070 11095/11394/17066 11097/11396/17068 -f 11098/11398/17070 11097/11396/17068 10508/10803/16307 -f 11098/11398/17070 10508/10803/16307 10510/10805/16311 -f 10506/10800/16301 10505/10801/16303 11101/11401/17073 -f 11101/11401/17073 10505/10801/16303 10507/10802/16305 -f 11101/11401/17073 10507/10802/16305 11096/11397/17069 -f 11101/11401/17073 11096/11397/17069 11102/11402/17074 -f 11102/11402/17074 11096/11397/17069 11094/11395/17067 -f 11102/11402/17074 11094/11395/17067 11103/11403/17075 -f 11103/11403/17075 11094/11395/17067 11092/11393/17065 -f 11103/11403/17075 11092/11393/17065 11104/11404/17076 -f 11104/11404/17076 11092/11393/17065 11091/11391/17063 -f 11104/11404/17076 11091/11391/17063 10519/10813/16325 -f 10506/10800/16301 11101/11401/17073 11105/11405/17077 -f 11105/11405/17077 11101/11401/17073 11106/11406/17078 -f 11106/11406/17078 11101/11401/17073 11102/11402/17074 -f 11106/11406/17078 11102/11402/17074 11107/11407/17079 -f 11107/11407/17079 11102/11402/17074 11103/11403/17075 -f 11107/11407/17079 11103/11403/17075 11104/11404/17076 -f 10504/10799/16299 10506/10800/16301 11108/11408/17080 -f 11108/11408/17080 10506/10800/16301 11105/11405/17077 -f 11108/11408/17080 11105/11405/17077 11109/11409/17081 -f 11109/11409/17081 11105/11405/17077 11106/11406/17078 -f 11109/11409/17081 11106/11406/17078 11110/11410/17082 -f 11110/11410/17082 11106/11406/17078 11107/11407/17079 -f 11110/11410/17082 11107/11407/17079 11111/11411/17083 -f 11111/11411/17083 11107/11407/17079 11104/11404/17076 -f 11111/11411/17083 11104/11404/17076 10514/10808/16314 -f 10514/10808/16314 11104/11404/17076 10519/10813/16325 -f 11112/11412/17084 10503/10798/16297 10504/10799/16299 -f 11112/11412/17084 10504/10799/16299 11108/11408/17080 -f 11112/11412/17084 11108/11408/17080 11113/11413/17085 -f 11113/11413/17085 11108/11408/17080 11109/11409/17081 -f 11113/11413/17085 11109/11409/17081 11114/11414/17086 -f 11114/11414/17086 11109/11409/17081 11110/11410/17082 -f 11114/11414/17086 11110/11410/17082 11111/11411/17083 -f 11111/11411/17083 10514/10808/16314 11084/11384/17056 -f 11111/11411/17083 11084/11384/17056 11114/11414/17086 -f 11114/11414/17086 11084/11384/17056 11088/11388/17060 -f 11114/11414/17086 11088/11388/17060 11113/11413/17085 -f 11113/11413/17085 11088/11388/17060 11089/11389/17061 -f 11113/11413/17085 11089/11389/17061 11112/11412/17084 -f 11112/11412/17084 11089/11389/17061 11090/11390/17062 -f 11112/11412/17084 11090/11390/17062 10502/10797/16295 -f 11112/11412/17084 10502/10797/16295 10503/10798/16297 -f 11080/11381/17052 9880/10101/17051 10500/10795/16291 -f 11080/11381/17052 10500/10795/16291 11087/11387/17059 -f 11087/11387/17059 10500/10795/16291 10501/10796/16293 -f 11087/11387/17059 10501/10796/16293 10502/10797/16295 -s 232 -f 9882/10104/16226 9892/10103/17087 11115/11415/17088 -f 10459/10752/16206 11118/10753/16208 11117/11416/17089 -f 10459/10752/16206 11117/11416/17089 10010/10237/16204 -f 9882/10104/16226 11115/11415/17088 11116/10762/16224 -f 11116/10762/16224 11115/11415/17088 10467/10761/16222 -f 10465/10759/16220 11119/11417/17090 10466/10760/16221 -f 10466/10760/16221 11119/11417/17090 11120/11418/17091 -f 10466/10760/16221 11120/11418/17091 10463/10758/16218 -f 10463/10758/16218 11120/11418/17091 10464/10757/16216 -f 10464/10757/16216 11121/11419/17092 10462/10756/16214 -f 10462/10756/16214 11121/11419/17092 10461/10755/16212 -f 10461/10755/16212 11122/11420/17093 10460/10754/16210 -f 10460/10754/16210 11122/11420/17093 11118/10753/16208 -f 11117/11416/17089 10011/10238/17094 10010/10237/16204 -f 11115/11415/17088 11123/11421/17095 10467/10761/16222 -f 10467/10761/16222 11123/11421/17095 11124/11422/17096 -f 10467/10761/16222 11124/11422/17096 10465/10759/16220 -f 10465/10759/16220 11124/11422/17096 11119/11417/17090 -f 11120/11418/17091 11125/11423/17097 10464/10757/16216 -f 10464/10757/16216 11125/11423/17097 11121/11419/17092 -f 11121/11419/17092 11126/11424/17098 10461/10755/16212 -f 10461/10755/16212 11126/11424/17098 11122/11420/17093 -f 11122/11420/17093 11127/11425/17099 11118/10753/16208 -f 11118/10753/16208 11127/11425/17099 11117/11416/17089 -f 11127/11425/17099 10013/10240/17100 11117/11416/17089 -f 11117/11416/17089 10013/10240/17100 10011/10238/17094 -f 11115/11415/17088 9892/10103/17087 11123/11421/17095 -f 11124/11422/17101 11128/11426/17102 11119/11417/17103 -f 11119/11417/17103 11128/11426/17102 11130/11427/17104 -f 11119/11417/17103 11130/11427/17104 11120/11418/17105 -f 11120/11418/17105 11130/11427/17104 11125/11423/17106 -f 11125/11423/17097 11131/11428/17107 11121/11419/17092 -f 11121/11419/17092 11131/11428/17107 11126/11424/17098 -f 11126/11424/17098 11132/11429/17108 11122/11420/17093 -f 11122/11420/17093 11132/11429/17108 11127/11425/17109 -f 11127/11425/17109 10014/10241/17110 10013/10240/17111 -f 9892/10103/17112 9888/10114/17113 11129/11430/17114 -f 9892/10103/17112 11129/11430/17114 11123/11421/17115 -f 11123/11421/17115 11129/11430/17114 11133/11431/17116 -f 11123/11421/17115 11133/11431/17116 11124/11422/17117 -f 11124/11422/17118 11133/11431/17119 11128/11426/17120 -f 11130/11427/17104 11134/11432/17121 11125/11423/17106 -f 11125/11423/17106 11134/11432/17121 11131/11428/17122 -f 11126/11424/17098 11131/11428/17107 11132/11429/17108 -f 11127/11425/17109 11132/11429/17108 10014/10241/17110 -f 11128/11426/17120 11133/11431/17119 11130/11427/17123 -f 11131/11428/17122 10486/10781/16261 11132/11429/17108 -f 11132/11429/17108 10016/10232/16262 10014/10241/17110 -f 9888/10114/17113 10479/10113/16251 11129/11430/17114 -f 11129/11430/17114 10479/10113/16251 10481/10774/16253 -f 11129/11430/17114 10481/10774/16253 11133/11431/17119 -f 11133/11431/17119 10484/10778/16258 11130/11427/17123 -f 11130/11427/17123 10484/10778/16258 11134/11432/17121 -f 11134/11432/17121 10485/10779/16259 11131/11428/17122 -f 11131/11428/17122 10485/10779/16259 10486/10781/16261 -f 11132/11429/17108 10486/10781/16261 10016/10232/16262 -f 10481/10774/16253 10482/10776/16256 11133/11431/17119 -f 11133/11431/17119 10482/10776/16256 10483/10777/16257 -f 11133/11431/17119 10483/10777/16257 10484/10778/16258 -f 10484/10778/16258 10487/10782/16264 11134/11432/17121 -f 11134/11432/17121 10487/10782/16264 10485/10779/16259 -f 11135/11433/17124 10002/10223/17125 10001/10228/17126 -f 10002/10223/17125 11136/11434/17127 9997/10224/16250 -f 9997/10224/16250 11136/11434/17127 10478/10773/16248 -f 9898/10121/17128 11137/11435/17129 9899/10122/17130 -f 9899/10122/17130 11137/11435/17129 11138/11436/17131 -f 9902/10116/16254 9900/10123/17132 11139/11437/17133 -f 9902/10116/16254 11139/11437/17133 10480/10775/16255 -f 11139/11437/17133 9900/10123/17132 11138/11436/17131 -f 11138/11436/17131 9900/10123/17132 9899/10122/17134 -f 11140/11438/17135 10480/10775/16255 11139/11437/17133 -f 11140/11438/17135 11139/11437/17133 11141/11439/17136 -f 11141/11439/17136 11139/11437/17133 11138/11436/17131 -f 11141/11439/17136 11138/11436/17131 11142/11440/17137 -f 11142/11440/17137 11138/11436/17131 11153/11441/17138 -f 11153/11441/17138 11138/11436/17131 11137/11435/17129 -f 10489/10783/16265 10480/10775/16255 11140/11438/17135 -f 11143/11442/17139 11140/11438/17135 11141/11439/17136 -f 11143/11442/17139 11141/11439/17136 11144/11443/17140 -f 11144/11443/17140 11141/11439/17136 11142/11440/17137 -f 11144/11443/17140 11142/11440/17137 11145/11444/17141 -f 11145/11444/17141 11142/11440/17137 11153/11441/17138 -f 11145/11444/17141 11153/11441/17138 10470/10765/16234 -f 11147/11445/17142 10488/10780/16260 11146/11446/17143 -f 11147/11445/17142 11146/11446/17143 11148/11447/17144 -f 11148/11447/17144 11146/11446/17143 11150/11448/17145 -f 11150/11448/17145 11146/11446/17143 11149/11449/17146 -f 11150/11448/17145 11149/11449/17146 11152/11450/17147 -f 11152/11450/17147 11149/11449/17146 11151/11451/17148 -f 11152/11450/17147 11151/11451/17148 10477/10772/16247 -f 10477/10772/16247 11151/11451/17148 10475/10770/16244 -f 11154/11452/17149 10476/10771/16246 10478/10773/16248 -f 11154/11452/17149 10478/10773/16248 11136/11434/17127 -f 11154/11452/17149 11136/11434/17127 11155/11453/17150 -f 11155/11453/17150 11136/11434/17127 10002/10223/17125 -f 11155/11453/17150 10002/10223/17125 11135/11433/17124 -f 11147/11445/17142 11135/11433/17124 10001/10228/17126 -f 11147/11445/17142 10001/10228/17126 10488/10780/16260 -f 10488/10780/16260 10001/10228/17126 9999/10227/16263 -f 11135/11433/17124 11147/11445/17142 11148/11447/17144 -f 11135/11433/17124 11148/11447/17144 11155/11453/17150 -f 11155/11453/17150 11148/11447/17144 11150/11448/17145 -f 11155/11453/17150 11150/11448/17145 11154/11452/17149 -f 11154/11452/17149 11150/11448/17145 11152/11450/17147 -f 11154/11452/17149 11152/11450/17147 10477/10772/16247 -f 11154/11452/17149 10477/10772/16247 10476/10771/16246 -f 10474/10768/16240 10473/10769/16242 11156/11454/17151 -f 11156/11454/17151 10473/10769/16242 10475/10770/16244 -f 11156/11454/17151 10475/10770/16244 11151/11451/17148 -f 11156/11454/17151 11151/11451/17148 11149/11449/17146 -f 11156/11454/17151 11149/11449/17146 11157/11455/17152 -f 11157/11455/17152 11149/11449/17146 11146/11446/17143 -f 11157/11455/17152 11146/11446/17143 11158/11456/17153 -f 11158/11456/17153 11146/11446/17143 10488/10780/16260 -f 10474/10768/16240 11156/11454/17151 11159/11457/17154 -f 11159/11457/17154 11156/11454/17151 11160/11458/17155 -f 11160/11458/17155 11156/11454/17151 11157/11455/17152 -f 11160/11458/17155 11157/11455/17152 11161/11459/17156 -f 11161/11459/17156 11157/11455/17152 11158/11456/17153 -f 10489/10783/16265 11158/11456/17153 10488/10780/16260 -f 10472/10767/16238 10474/10768/16240 11162/11460/17157 -f 11162/11460/17157 10474/10768/16240 11159/11457/17154 -f 11162/11460/17157 11159/11457/17154 11163/11461/17158 -f 11163/11461/17158 11159/11457/17154 11160/11458/17155 -f 11163/11461/17158 11160/11458/17155 11164/11462/17159 -f 11164/11462/17159 11160/11458/17155 11161/11459/17156 -f 11164/11462/17159 11161/11459/17156 11165/11463/17160 -f 11165/11463/17160 11161/11459/17156 11158/11456/17153 -f 11165/11463/17160 11158/11456/17153 10489/10783/16265 -f 11166/11464/17161 10471/10766/16236 10472/10767/16238 -f 11166/11464/17161 10472/10767/16238 11162/11460/17157 -f 11166/11464/17161 11162/11460/17157 11167/11465/17162 -f 11167/11465/17162 11162/11460/17157 11163/11461/17158 -f 11167/11465/17162 11163/11461/17158 11168/11466/17163 -f 11168/11466/17163 11163/11461/17158 11164/11462/17159 -f 11168/11466/17163 11164/11462/17159 11165/11463/17160 -f 11165/11463/17160 10489/10783/16265 11140/11438/17135 -f 11165/11463/17160 11140/11438/17135 11168/11466/17163 -f 11168/11466/17163 11140/11438/17135 11143/11442/17139 -f 11168/11466/17163 11143/11442/17139 11167/11465/17162 -f 11167/11465/17162 11143/11442/17139 11144/11443/17140 -f 11167/11465/17162 11144/11443/17140 11166/11464/17161 -f 11166/11464/17161 11144/11443/17140 11145/11444/17141 -f 11166/11464/17161 11145/11444/17141 10470/10765/16234 -f 11166/11464/17161 10470/10765/16234 10471/10766/16236 -f 10470/10765/16234 11153/11441/17138 10469/10764/16231 -f 9898/10121/17128 9896/10119/16227 11137/11435/17129 -f 11137/11435/17129 9896/10119/16227 10468/10763/16229 -f 11137/11435/17129 10468/10763/16229 11153/11441/17138 -f 11153/11441/17138 10468/10763/16229 10469/10764/16231 -s 306 -f 9908/10131/17164 11171/10917/16530 9909/10007/16532 -f 11172/10907/16512 10104/10334/17165 10103/10333/16510 -f 9908/10131/17164 11170/11467/17166 11171/10917/16530 -f 11171/10917/16530 11170/11467/17166 10615/10916/16528 -f 10613/10914/16526 11175/11468/17167 10614/10915/16527 -f 10614/10915/16527 11175/11468/17167 11176/11469/17168 -f 10614/10915/16527 11176/11469/17168 10612/10913/16524 -f 10612/10913/16524 11176/11469/17168 10610/10912/16522 -f 10610/10912/16522 11177/11470/17169 10611/10911/16520 -f 10611/10911/16520 11177/11470/17169 10609/10910/16518 -f 10609/10910/16518 11178/11471/17170 10608/10909/16516 -f 10608/10909/16516 11178/11471/17170 11173/10908/16514 -f 11173/10908/16514 11174/11472/17171 11172/10907/16512 -f 11172/10907/16512 11174/11472/17171 10104/10334/17165 -f 11170/11467/17166 11179/11473/17172 10615/10916/16528 -f 10615/10916/16528 11179/11473/17172 11180/11474/17173 -f 10615/10916/16528 11180/11474/17173 10613/10914/16526 -f 10613/10914/16526 11180/11474/17173 11175/11468/17167 -f 11176/11469/17168 11181/11475/17174 10610/10912/16522 -f 10610/10912/16522 11181/11475/17174 11177/11470/17169 -f 11177/11470/17169 11182/11476/17175 10609/10910/16518 -f 10609/10910/16518 11182/11476/17175 11178/11471/17170 -f 11178/11471/17170 11183/11477/17176 11173/10908/16514 -f 11173/10908/16514 11183/11477/17176 11174/11472/17171 -f 9908/10131/17177 11169/10128/17178 11170/11467/17166 -f 11170/11467/17166 11169/10128/17178 11179/11473/17172 -f 11174/11472/17171 10106/10336/17179 10104/10334/17165 -f 11183/11477/17176 10107/10337/17180 11174/11472/17171 -f 11174/11472/17171 10107/10337/17180 10106/10336/17179 -f 11180/11474/17181 11184/11478/17182 11175/11468/17183 -f 11175/11468/17183 11184/11478/17182 11186/11479/17184 -f 11175/11468/17183 11186/11479/17184 11176/11469/17185 -f 11176/11469/17185 11186/11479/17184 11181/11475/17174 -f 11181/11475/17174 11187/11480/17186 11177/11470/17169 -f 11177/11470/17169 11187/11480/17186 11182/11476/17175 -f 11182/11476/17175 11188/11481/17187 11178/11471/17170 -f 11178/11471/17170 11188/11481/17187 11183/11477/17188 -f 11169/10128/17178 11185/11482/17189 11179/11473/17172 -f 11179/11473/17172 11185/11482/17189 11180/11474/17181 -f 11180/11474/17181 11185/11482/17189 11184/11478/17182 -f 11181/11475/17174 11186/11479/17184 11187/11480/17186 -f 11182/11476/17175 11187/11480/17186 11188/11481/17187 -f 11183/11477/17188 11188/11481/17187 10109/10327/17190 -f 11183/11477/17188 10109/10327/17190 10107/10337/17191 -f 11169/10128/17178 9905/10126/17192 11185/11482/17189 -f 11185/11482/17189 11189/11483/17193 11184/11478/17182 -f 11184/11478/17182 11189/11483/17193 11186/11479/17194 -f 11186/11479/17194 10630/10933/16565 11187/11480/17195 -f 11187/11480/17195 10629/10932/16562 11188/11481/17196 -f 11185/11482/17189 9905/10126/17192 10628/10930/16559 -f 11185/11482/17189 10628/10930/16559 11189/11483/17193 -f 11189/11483/17193 10632/10935/16567 11186/11479/17194 -f 11186/11479/17194 10632/10935/16567 10630/10933/16565 -f 11187/11480/17195 10630/10933/16565 10629/10932/16562 -f 11188/11481/17196 10629/10932/16562 10109/10327/17197 -f 9905/10126/17192 9903/10125/16557 10628/10930/16559 -f 10628/10930/16559 10635/10937/16570 11189/11483/17193 -f 11189/11483/17193 10635/10937/16570 10634/10936/16568 -f 11189/11483/17193 10634/10936/16568 10632/10935/16567 -f 10629/10932/16562 10098/10328/16564 10109/10327/17197 -f 11190/11484/17198 11191/10324/17199 10096/10322/16561 -f 9809/10023/17200 9807/10022/16533 10616/10918/16535 -f 11193/11485/17201 9810/10024/17202 9809/10023/17200 -f 9805/10018/16569 11194/10017/17203 11195/11486/17204 -f 11196/11487/17205 11195/11486/17204 11194/10017/17203 -f 11196/11487/17205 11194/10017/17203 11193/11485/17201 -f 11193/11485/17201 11194/10017/17203 9810/10024/17202 -f 10633/10934/16566 9805/10018/16569 11195/11486/17204 -f 11197/11488/17206 11195/11486/17204 11196/11487/17205 -f 11197/11488/17206 11196/11487/17205 11198/11489/17207 -f 11198/11489/17207 11196/11487/17205 11193/11485/17201 -f 11198/11489/17207 11193/11485/17201 11199/11490/17208 -f 11199/11490/17208 11193/11485/17201 10617/10919/16537 -f 11200/11491/17209 10633/10934/16566 11195/11486/17204 -f 11200/11491/17209 11195/11486/17204 11197/11488/17206 -f 11200/11491/17209 11197/11488/17206 11201/11492/17210 -f 11201/11492/17210 11197/11488/17206 11198/11489/17207 -f 11201/11492/17210 11198/11489/17207 11202/11493/17211 -f 11202/11493/17211 11198/11489/17207 11199/11490/17208 -f 11202/11493/17211 11199/11490/17208 11203/11494/17212 -f 11203/11494/17212 11199/11490/17208 10617/10919/16537 -f 11203/11494/17212 10617/10919/16537 10618/10920/16539 -f 11204/11495/17213 11205/11496/17214 11207/11497/17215 -f 11207/11497/17215 11205/11496/17214 11206/11498/17216 -f 11207/11497/17215 11206/11498/17216 11209/11499/17217 -f 11209/11499/17217 11206/11498/17216 11208/11500/17218 -f 11209/11499/17217 11208/11500/17218 10626/10928/16553 -f 10626/10928/16553 11208/11500/17218 10624/10926/16550 -f 11210/11501/17219 10625/10927/16552 10627/10929/16554 -f 11210/11501/17219 10627/10929/16554 10091/10208/16556 -f 11210/11501/17219 10091/10208/16556 11211/11502/17220 -f 11211/11502/17220 10091/10208/16556 11192/10325/17221 -f 11211/11502/17220 11192/10325/17221 11212/11503/17222 -f 11212/11503/17222 11192/10325/17221 11191/10324/17199 -f 11212/11503/17222 11191/10324/17199 11190/11484/17198 -f 10631/10931/16560 11190/11484/17198 10096/10322/16561 -f 11190/11484/17198 10631/10931/16560 11204/11495/17213 -f 11190/11484/17198 11204/11495/17213 11212/11503/17222 -f 11212/11503/17222 11204/11495/17213 11207/11497/17215 -f 11212/11503/17222 11207/11497/17215 11211/11502/17220 -f 11211/11502/17220 11207/11497/17215 11209/11499/17217 -f 11211/11502/17220 11209/11499/17217 11210/11501/17219 -f 11210/11501/17219 11209/11499/17217 10626/10928/16553 -f 11210/11501/17219 10626/10928/16553 10625/10927/16552 -f 10622/10924/16547 10621/10923/16545 11213/11504/17223 -f 11213/11504/17223 10621/10923/16545 10624/10926/16550 -f 11213/11504/17223 10624/10926/16550 11208/11500/17218 -f 11213/11504/17223 11208/11500/17218 11214/11505/17224 -f 11214/11505/17224 11208/11500/17218 11206/11498/17216 -f 11214/11505/17224 11206/11498/17216 11215/11506/17225 -f 11215/11506/17225 11206/11498/17216 11205/11496/17214 -f 11215/11506/17225 11205/11496/17214 11204/11495/17213 -f 11215/11506/17225 11204/11495/17213 10631/10931/16560 -f 10623/10925/16548 10622/10924/16547 11213/11504/17223 -f 10623/10925/16548 11213/11504/17223 11216/11507/17226 -f 11216/11507/17226 11213/11504/17223 11217/11508/17227 -f 11217/11508/17227 11213/11504/17223 11214/11505/17224 -f 11217/11508/17227 11214/11505/17224 11218/11509/17228 -f 11218/11509/17228 11214/11505/17224 11215/11506/17225 -f 11218/11509/17228 11215/11506/17225 11219/11510/17229 -f 11219/11510/17229 11215/11506/17225 10633/10934/16566 -f 10633/10934/16566 11215/11506/17225 10631/10931/16560 -f 10619/10922/16543 10623/10925/16548 11220/11511/17230 -f 11220/11511/17230 10623/10925/16548 11216/11507/17226 -f 11220/11511/17230 11216/11507/17226 11221/11512/17231 -f 11221/11512/17231 11216/11507/17226 11217/11508/17227 -f 11221/11512/17231 11217/11508/17227 11222/11513/17232 -f 11222/11513/17232 11217/11508/17227 11218/11509/17228 -f 11222/11513/17232 11218/11509/17228 11219/11510/17229 -f 11223/11514/17233 10620/10921/16541 10619/10922/16543 -f 11223/11514/17233 10619/10922/16543 11220/11511/17230 -f 11223/11514/17233 11220/11511/17230 11224/11515/17234 -f 11224/11515/17234 11220/11511/17230 11221/11512/17231 -f 11224/11515/17234 11221/11512/17231 11225/11516/17235 -f 11225/11516/17235 11221/11512/17231 11222/11513/17232 -f 11225/11516/17235 11222/11513/17232 11200/11491/17209 -f 11200/11491/17209 11222/11513/17232 11219/11510/17229 -f 11200/11491/17209 11219/11510/17229 10633/10934/16566 -f 11225/11516/17235 11200/11491/17209 11201/11492/17210 -f 11225/11516/17235 11201/11492/17210 11224/11515/17234 -f 11224/11515/17234 11201/11492/17210 11202/11493/17211 -f 11224/11515/17234 11202/11493/17211 11223/11514/17233 -f 11223/11514/17233 11202/11493/17211 11203/11494/17212 -f 11223/11514/17233 11203/11494/17212 10618/10920/16539 -f 11223/11514/17233 10618/10920/16539 10620/10921/16541 -f 11193/11485/17201 9809/10023/17200 10616/10918/16535 -f 11193/11485/17201 10616/10918/16535 10617/10919/16537 -s 290 -f 9814/10029/16470 9821/10026/17236 11226/11517/17237 -f 11227/10876/16450 10087/10315/17238 10083/10314/16448 -f 9814/10029/16470 11226/11517/17237 10588/10886/16468 -f 10588/10886/16468 11226/11517/17237 10587/10885/16466 -f 10584/10882/16462 11230/11518/17239 10585/10883/16463 -f 10585/10883/16463 11230/11518/17239 11231/11519/17240 -f 10585/10883/16463 11231/11519/17240 10586/10884/16465 -f 10586/10884/16465 11231/11519/17240 10582/10881/16460 -f 10582/10881/16460 11232/11520/17241 10583/10880/16458 -f 10583/10880/16458 11232/11520/17241 10581/10879/16456 -f 10581/10879/16456 11233/11521/17242 10580/10878/16454 -f 10580/10878/16454 11233/11521/17242 11229/10877/16452 -f 11229/10877/16452 11228/11522/17243 11227/10876/16450 -f 11227/10876/16450 11228/11522/17243 10087/10315/17238 -f 11226/11517/17237 11234/11523/17244 10587/10885/16466 -f 10587/10885/16466 11234/11523/17244 11235/11524/17245 -f 10587/10885/16466 11235/11524/17245 10584/10882/16462 -f 10584/10882/16462 11235/11524/17245 11230/11518/17239 -f 11231/11519/17240 11236/11525/17246 10582/10881/16460 -f 10582/10881/16460 11236/11525/17246 11232/11520/17241 -f 11232/11520/17241 11237/11526/17247 10581/10879/16456 -f 10581/10879/16456 11237/11526/17247 11233/11521/17242 -f 11233/11521/17242 11238/11527/17248 11229/10877/16452 -f 11229/10877/16452 11238/11527/17248 11228/11522/17243 -f 11228/11522/17243 10088/10305/17249 10087/10315/17238 -f 9821/10026/17250 9817/10036/17251 11226/11517/17237 -f 11226/11517/17237 9817/10036/17251 11234/11523/17244 -f 11235/11524/17252 11239/11528/17253 11230/11518/17254 -f 11230/11518/17254 11239/11528/17253 11243/11529/17255 -f 11230/11518/17254 11243/11529/17255 11231/11519/17256 -f 11231/11519/17256 11243/11529/17255 11236/11525/17257 -f 11236/11525/17246 11244/11530/17258 11232/11520/17241 -f 11232/11520/17241 11244/11530/17258 11237/11526/17259 -f 11237/11526/17259 11240/11531/17260 11233/11521/17261 -f 11233/11521/17261 11240/11531/17260 11238/11527/17262 -f 11238/11527/17262 11241/10306/17263 11228/11522/17243 -f 11228/11522/17243 11241/10306/17263 10088/10305/17249 -f 9817/10036/17251 11242/11532/17264 11234/11523/17244 -f 11234/11523/17244 11242/11532/17264 11245/11533/17265 -f 11234/11523/17244 11245/11533/17265 11235/11524/17266 -f 11235/11524/17267 11245/11533/17268 11239/11528/17269 -f 11243/11529/17255 11246/11534/17270 11236/11525/17257 -f 11236/11525/17257 11246/11534/17270 11244/11530/17258 -f 11237/11526/17259 11244/11530/17258 11240/11531/17260 -f 11240/11531/17260 11247/11535/17271 11238/11527/17262 -f 11238/11527/17262 11247/11535/17271 11241/10306/17263 -f 9817/10036/17251 10598/10032/16497 11242/11532/17264 -f 11239/11528/17269 11245/11533/17268 11243/11529/17272 -f 11244/11530/17258 10603/10902/16503 11240/11531/17260 -f 11240/11531/17260 10603/10902/16503 11247/11535/17271 -f 11242/11532/17264 10598/10032/16497 10600/10899/16499 -f 11242/11532/17264 10600/10899/16499 11245/11533/17268 -f 11245/11533/17268 10602/10901/16501 11243/11529/17272 -f 11243/11529/17272 10602/10901/16501 11246/11534/17270 -f 11246/11534/17270 10603/10902/16503 11244/11530/17258 -f 10600/10899/16499 10606/10905/16508 11245/11533/17268 -f 11245/11533/17268 10606/10905/16508 10607/10906/16509 -f 11245/11533/17268 10607/10906/16509 10602/10901/16501 -f 10602/10901/16501 10601/10900/16500 11246/11534/17270 -f 11246/11534/17270 10601/10900/16500 10604/10903/16506 -f 11246/11534/17270 10604/10903/16506 10603/10902/16503 -f 11247/11535/17271 10603/10902/16503 10079/10308/16502 -f 11247/11535/17271 10079/10308/16502 11241/10306/17263 -f 11248/11536/17273 10077/10298/17274 10076/10304/17275 -f 11248/11536/17273 10076/10304/17275 10074/10302/16505 -f 11249/11537/17276 10072/10211/16491 10077/10298/17274 -f 9824/10039/17277 11250/11538/17278 9825/10040/17279 -f 9825/10040/17279 11250/11538/17278 11251/11539/17280 -f 11252/10042/16495 11253/11540/17281 10599/10898/16496 -f 11253/11540/17281 11252/10042/16495 9825/10040/17282 -f 11253/11540/17281 9825/10040/17282 11251/11539/17280 -f 11254/11541/17283 10599/10898/16496 11253/11540/17281 -f 11254/11541/17283 11253/11540/17281 11255/11542/17284 -f 11255/11542/17284 11253/11540/17281 11251/11539/17280 -f 11255/11542/17284 11251/11539/17280 11256/11543/17285 -f 11256/11543/17285 11251/11539/17280 11257/11544/17286 -f 11257/11544/17286 11251/11539/17280 11250/11538/17278 -f 11258/11545/17287 11254/11541/17283 11255/11542/17284 -f 11258/11545/17287 11255/11542/17284 11259/11546/17288 -f 11259/11546/17288 11255/11542/17284 11256/11543/17285 -f 11259/11546/17288 11256/11543/17285 11260/11547/17289 -f 11260/11547/17289 11256/11543/17285 11257/11544/17286 -f 11260/11547/17289 11257/11544/17286 10590/10889/16476 -f 10074/10302/16505 10605/10904/16507 11263/11548/17290 -f 11263/11548/17290 10605/10904/16507 11261/11549/17291 -f 11263/11548/17290 11261/11549/17291 11262/11550/17292 -f 11263/11548/17290 11262/11550/17292 11265/11551/17293 -f 11265/11551/17293 11262/11550/17292 11264/11552/17294 -f 11265/11551/17293 11264/11552/17294 11267/11553/17295 -f 11267/11553/17295 11264/11552/17294 11266/11554/17296 -f 11267/11553/17295 11266/11554/17296 11268/10895/16489 -f 11268/10895/16489 11266/11554/17296 10595/10894/16487 -f 11270/11555/17297 10597/10897/16493 10596/10896/16492 -f 11270/11555/17297 10596/10896/16492 10072/10211/16491 -f 11270/11555/17297 10072/10211/16491 11249/11537/17276 -f 11249/11537/17276 10077/10298/17274 11271/11556/17298 -f 11271/11556/17298 10077/10298/17274 11248/11536/17273 -f 11248/11536/17273 10074/10302/16505 11263/11548/17290 -f 11248/11536/17273 11263/11548/17290 11271/11556/17298 -f 11271/11556/17298 11263/11548/17290 11249/11537/17276 -f 11249/11537/17276 11263/11548/17290 11265/11551/17293 -f 11249/11537/17276 11265/11551/17293 11270/11555/17297 -f 11270/11555/17297 11265/11551/17293 11267/11553/17295 -f 11270/11555/17297 11267/11553/17295 11268/10895/16489 -f 11270/11555/17297 11268/10895/16489 10597/10897/16493 -f 10593/10892/16483 10594/10893/16485 11272/11557/17299 -f 11272/11557/17299 10594/10893/16485 10595/10894/16487 -f 11272/11557/17299 10595/10894/16487 11266/11554/17296 -f 11272/11557/17299 11266/11554/17296 11273/11558/17300 -f 11273/11558/17300 11266/11554/17296 11264/11552/17294 -f 11273/11558/17300 11264/11552/17294 11274/11559/17301 -f 11274/11559/17301 11264/11552/17294 11262/11550/17292 -f 11274/11559/17301 11262/11550/17292 11261/11549/17291 -f 10593/10892/16483 11272/11557/17299 11275/11560/17302 -f 11275/11560/17302 11272/11557/17299 11276/11561/17303 -f 11276/11561/17303 11272/11557/17299 11273/11558/17300 -f 11276/11561/17303 11273/11558/17300 11277/11562/17304 -f 11277/11562/17304 11273/11558/17300 11274/11559/17301 -f 11277/11562/17304 11274/11559/17301 11278/11563/17305 -f 11278/11563/17305 11274/11559/17301 11261/11549/17291 -f 11278/11563/17305 11261/11549/17291 10605/10904/16507 -f 10592/10891/16481 10593/10892/16483 11279/11564/17306 -f 11279/11564/17306 10593/10892/16483 11275/11560/17302 -f 11279/11564/17306 11275/11560/17302 11280/11565/17307 -f 11280/11565/17307 11275/11560/17302 11276/11561/17303 -f 11280/11565/17307 11276/11561/17303 11281/11566/17308 -f 11281/11566/17308 11276/11561/17303 11277/11562/17304 -f 11281/11566/17308 11277/11562/17304 11278/11563/17305 -f 10599/10898/16496 11278/11563/17305 10605/10904/16507 -f 11282/11567/17309 10591/10890/16479 10592/10891/16481 -f 11282/11567/17309 10592/10891/16481 11279/11564/17306 -f 11282/11567/17309 11279/11564/17306 11283/11568/17310 -f 11283/11568/17310 11279/11564/17306 11280/11565/17307 -f 11283/11568/17310 11280/11565/17307 11284/11569/17311 -f 11284/11569/17311 11280/11565/17307 11281/11566/17308 -f 11284/11569/17311 11281/11566/17308 11278/11563/17305 -f 11284/11569/17311 11278/11563/17305 10599/10898/16496 -f 11284/11569/17311 10599/10898/16496 11254/11541/17283 -f 11284/11569/17311 11254/11541/17283 11258/11545/17287 -f 11284/11569/17311 11258/11545/17287 11283/11568/17310 -f 11283/11568/17310 11258/11545/17287 11259/11546/17288 -f 11283/11568/17310 11259/11546/17288 11282/11567/17309 -f 11282/11567/17309 11259/11546/17288 11260/11547/17289 -f 11282/11567/17309 11260/11547/17289 10590/10889/16476 -f 11282/11567/17309 10590/10889/16476 10591/10890/16479 -f 11257/11544/17286 11250/11538/17278 11269/10888/16475 -f 11257/11544/17286 11269/10888/16475 10590/10889/16476 -f 9824/10039/17277 9822/10038/16471 11250/11538/17278 -f 11250/11538/17278 9822/10038/16471 10589/10887/16473 -f 11250/11538/17278 10589/10887/16473 11269/10888/16475 -s 276 -f 11286/11570/17312 9835/10052/17313 11285/10050/17314 -f 9835/10052/17313 11287/10855/16406 9836/10013/16408 -f 11289/11571/17315 10068/10284/17316 10066/10295/16386 -f 11289/11571/17315 10056/10285/17317 10068/10284/17316 -f 9835/10052/17313 11286/11570/17312 11287/10855/16406 -f 11287/10855/16406 11286/11570/17312 10558/10854/16404 -f 10556/10852/16402 11291/11572/17318 10557/10853/16403 -f 10557/10853/16403 11291/11572/17318 11292/11573/17319 -f 10557/10853/16403 11292/11573/17319 10555/10851/16400 -f 10555/10851/16400 11292/11573/17319 10553/10850/16398 -f 10553/10850/16398 11293/11574/17320 10554/10848/16395 -f 10554/10848/16395 11293/11574/17320 10552/10849/16396 -f 10552/10849/16396 11294/11575/17321 10551/10847/16393 -f 10551/10847/16393 11294/11575/17321 11290/10846/16391 -f 11290/10846/16391 11289/11571/17315 11288/10845/16388 -f 11288/10845/16388 11289/11571/17315 10066/10295/16386 -f 11286/11570/17312 11295/11576/17322 10558/10854/16404 -f 10558/10854/16404 11295/11576/17322 11296/11577/17323 -f 10558/10854/16404 11296/11577/17323 10556/10852/16402 -f 10556/10852/16402 11296/11577/17323 11291/11572/17318 -f 11292/11573/17319 11297/11578/17324 10553/10850/16398 -f 10553/10850/16398 11297/11578/17324 11293/11574/17320 -f 11293/11574/17320 11298/11579/17325 10552/10849/16396 -f 10552/10849/16396 11298/11579/17325 11294/11575/17321 -f 11294/11575/17321 11299/11580/17326 11290/10846/16391 -f 11290/10846/16391 11299/11580/17326 11289/11571/17315 -f 11286/11570/17312 11285/10050/17314 11295/11576/17322 -f 11296/11577/17327 11300/11581/17328 11291/11572/17329 -f 11291/11572/17329 11300/11581/17328 11302/11582/17330 -f 11291/11572/17329 11302/11582/17330 11292/11573/17331 -f 11292/11573/17331 11302/11582/17330 11297/11578/17332 -f 11297/11578/17324 11303/11583/17333 11293/11574/17320 -f 11293/11574/17320 11303/11583/17333 11298/11579/17325 -f 11298/11579/17325 11304/11584/17334 11294/11575/17321 -f 11294/11575/17321 11304/11584/17334 11299/11580/17335 -f 11299/11580/17335 10058/10287/17336 11289/11571/17315 -f 11289/11571/17315 10058/10287/17336 10056/10285/17317 -f 11285/10050/17314 11301/11585/17337 11295/11576/17322 -f 11295/11576/17322 11301/11585/17337 11305/11586/17338 -f 11295/11576/17322 11305/11586/17338 11296/11577/17339 -f 11296/11577/17340 11305/11586/17341 11300/11581/17342 -f 11302/11582/17330 11306/11587/17343 11297/11578/17332 -f 11297/11578/17332 11306/11587/17343 11303/11583/17344 -f 11298/11579/17325 11303/11583/17333 11304/11584/17334 -f 11299/11580/17335 11304/11584/17334 10058/10287/17336 -f 11285/10050/17314 9832/10048/17345 11301/11585/17337 -f 11300/11581/17342 11305/11586/17341 11302/11582/17346 -f 11303/11583/17344 10579/10867/16433 11304/11584/17334 -f 11304/11584/17334 10059/10288/16447 10058/10287/17336 -f 9832/10048/17345 10571/10869/16438 11301/11585/17337 -f 11301/11585/17337 10571/10869/16438 11305/11586/17341 -f 11305/11586/17341 10575/10872/16441 11302/11582/17346 -f 11302/11582/17346 10575/10872/16441 11306/11587/17343 -f 11306/11587/17343 10572/10868/16434 11303/11583/17344 -f 11303/11583/17344 10572/10868/16434 10579/10867/16433 -f 11304/11584/17334 10579/10867/16433 10059/10288/16447 -f 9832/10048/17345 9831/10047/16436 10571/10869/16438 -f 10571/10869/16438 10578/10875/16444 11305/11586/17341 -f 11305/11586/17341 10578/10875/16444 10576/10874/16443 -f 11305/11586/17341 10576/10874/16443 10575/10872/16441 -f 10575/10872/16441 10573/10871/16440 11306/11587/17343 -f 11306/11587/17343 10573/10871/16440 10572/10868/16434 -f 11307/11588/17347 10055/10278/17348 10570/10283/16435 -f 11308/11589/17349 10055/10278/17348 11307/11588/17347 -f 11309/10279/17350 10055/10278/17348 11308/11589/17349 -f 10569/10864/16427 10054/10214/16432 11310/11590/17351 -f 11310/11590/17351 10054/10214/16432 11309/10279/17350 -f 10559/10856/16412 9845/10062/17352 9843/10061/16409 -f 9845/10062/17353 11312/11591/17354 11313/10056/17355 -f 10577/10873/16442 9840/10057/16445 11313/10056/17355 -f 11311/11592/17356 11312/11591/17354 9845/10062/17353 -f 10577/10873/16442 11313/10056/17355 11312/11591/17354 -f 10577/10873/16442 11312/11591/17354 11314/11593/17357 -f 11314/11593/17357 11312/11591/17354 11311/11592/17356 -f 11314/11593/17357 11311/11592/17356 11315/11594/17358 -f 11315/11594/17358 11311/11592/17356 11327/11595/17359 -f 11316/11596/17360 10577/10873/16442 11317/11597/17361 -f 11317/11597/17361 10577/10873/16442 11314/11593/17357 -f 11317/11597/17361 11314/11593/17357 11318/11598/17362 -f 11318/11598/17362 11314/11593/17357 11315/11594/17358 -f 11318/11598/17362 11315/11594/17358 11319/11599/17363 -f 11319/11599/17363 11315/11594/17358 11327/11595/17359 -f 11319/11599/17363 11327/11595/17359 10561/10858/16416 -f 10570/10283/16435 10574/10870/16439 11320/11600/17364 -f 11322/11601/17365 11320/11600/17364 11321/11602/17366 -f 11322/11601/17365 11321/11602/17366 11324/11603/17367 -f 11324/11603/17367 11321/11602/17366 11323/11604/17368 -f 11324/11603/17367 11323/11604/17368 11326/11605/17369 -f 11326/11605/17369 11323/11604/17368 11325/11606/17370 -f 11326/11605/17369 11325/11606/17370 10568/10866/16430 -f 10567/10865/16428 10569/10864/16427 11328/11607/17371 -f 11328/11607/17371 10569/10864/16427 11310/11590/17351 -f 11328/11607/17371 11310/11590/17351 11329/11608/17372 -f 11329/11608/17372 11310/11590/17351 11309/10279/17350 -f 11329/11608/17372 11309/10279/17350 11308/11589/17349 -f 11307/11588/17347 10570/10283/16435 11320/11600/17364 -f 11307/11588/17347 11320/11600/17364 11308/11589/17349 -f 11308/11589/17349 11320/11600/17364 11322/11601/17365 -f 11308/11589/17349 11322/11601/17365 11329/11608/17372 -f 11329/11608/17372 11322/11601/17365 11324/11603/17367 -f 11329/11608/17372 11324/11603/17367 11328/11607/17371 -f 11328/11607/17371 11324/11603/17367 11326/11605/17369 -f 11328/11607/17371 11326/11605/17369 10568/10866/16430 -f 11328/11607/17371 10568/10866/16430 10567/10865/16428 -f 10566/10861/16422 10565/10863/16426 11330/11609/17373 -f 11330/11609/17373 10565/10863/16426 11325/11606/17370 -f 11330/11609/17373 11325/11606/17370 11331/11610/17374 -f 11331/11610/17374 11325/11606/17370 11323/11604/17368 -f 11331/11610/17374 11323/11604/17368 11332/11611/17375 -f 11332/11611/17375 11323/11604/17368 11321/11602/17366 -f 11332/11611/17375 11321/11602/17366 11320/11600/17364 -f 11332/11611/17375 11320/11600/17364 10574/10870/16439 -f 10565/10863/16426 10564/10862/16424 11325/11606/17370 -f 11325/11606/17370 10564/10862/16424 10568/10866/16430 -f 10566/10861/16422 11330/11609/17373 11333/11612/17376 -f 11333/11612/17376 11330/11609/17373 11331/11610/17374 -f 11333/11612/17376 11331/11610/17374 11334/11613/17377 -f 11334/11613/17377 11331/11610/17374 11332/11611/17375 -f 11334/11613/17377 11332/11611/17375 11335/11614/17378 -f 11335/11614/17378 11332/11611/17375 10574/10870/16439 -f 10563/10860/16420 10566/10861/16422 11336/11615/17379 -f 11336/11615/17379 10566/10861/16422 11333/11612/17376 -f 11336/11615/17379 11333/11612/17376 11337/11616/17380 -f 11337/11616/17380 11333/11612/17376 11334/11613/17377 -f 11337/11616/17380 11334/11613/17377 11338/11617/17381 -f 11338/11617/17381 11334/11613/17377 11335/11614/17378 -f 11339/11618/17382 10562/10859/16418 10563/10860/16420 -f 11339/11618/17382 10563/10860/16420 11336/11615/17379 -f 11339/11618/17382 11336/11615/17379 11340/11619/17383 -f 11340/11619/17383 11336/11615/17379 11337/11616/17380 -f 11340/11619/17383 11337/11616/17380 11341/11620/17384 -f 11341/11620/17384 11337/11616/17380 11338/11617/17381 -f 11341/11620/17384 11338/11617/17381 11316/11596/17360 -f 11316/11596/17360 11338/11617/17381 11335/11614/17378 -f 11316/11596/17360 11335/11614/17378 10574/10870/16439 -f 10574/10870/16439 10577/10873/16442 11316/11596/17360 -f 11341/11620/17384 11316/11596/17360 11317/11597/17361 -f 11341/11620/17384 11317/11597/17361 11340/11619/17383 -f 11340/11619/17383 11317/11597/17361 11318/11598/17362 -f 11340/11619/17383 11318/11598/17362 11339/11618/17382 -f 11339/11618/17382 11318/11598/17362 11319/11599/17363 -f 11339/11618/17382 11319/11599/17363 10561/10858/16416 -f 11339/11618/17382 10561/10858/16416 10562/10859/16418 -f 11311/11592/17356 9845/10062/17352 10559/10856/16412 -f 11311/11592/17356 10559/10856/16412 11327/11595/17359 -f 10561/10858/16416 11327/11595/17359 10560/10857/16413 -f 11327/11595/17359 10559/10856/16412 10560/10857/16413 -s 39 -f 10740/11044/16677 10742/11046/16679 11502/11621/17385 -f 10745/11049/16682 10747/11052/16685 11494/11622/17386 -f 10754/11058/16691 10755/11060/16693 11486/11623/17387 -f 10757/11062/16695 10758/11063/16696 11485/11624/17388 -f 10787/11092/16725 10789/11094/16727 11373/11625/17389 -f 10815/11120/16753 10816/11122/16755 11458/11626/17390 -f 10818/11124/16757 10790/11095/16728 11455/11627/17391 -f 10821/11126/16759 10823/11129/16762 11449/11628/17392 -f 10825/11131/16764 10826/11132/16765 11447/11629/17393 -f 10669/10972/16605 10671/10974/16607 11360/11630/17394 -f 10708/11013/16646 10710/11015/16648 11345/11631/17395 -f 11343/11632/17396 10155/10389/15728 11342/11633/17397 -f 11343/11632/17396 11342/11633/17397 11344/11634/17398 -f 11344/11634/17398 11342/11633/17397 11345/11631/17395 -f 11344/11634/17398 11345/11631/17395 10716/11021/16654 -f 10240/10479/15818 10237/10476/15815 11346/11635/17399 -f 11346/11635/17399 10237/10476/15815 11347/11636/17400 -f 11346/11635/17399 11347/11636/17400 11348/11637/17401 -f 11348/11637/17401 11347/11636/17400 11349/11638/17402 -f 11348/11637/17401 11349/11638/17402 10702/11007/16640 -f 11351/11639/17403 10233/10472/15811 11350/11640/17404 -f 11351/11639/17403 11350/11640/17404 11352/11641/17405 -f 11351/11639/17403 11352/11641/17405 10694/10997/16630 -f 10230/10469/15808 10228/10466/15805 11354/11642/17406 -f 11354/11642/17406 10228/10466/15805 11353/11643/17407 -f 11354/11642/17406 11353/11643/17407 11355/11644/17408 -f 11355/11644/17408 11353/11643/17407 11356/11645/17409 -f 11355/11644/17408 11356/11645/17409 10685/10987/16620 -f 11358/11646/17410 10224/10462/15801 11357/11647/17411 -f 11358/11646/17410 11357/11647/17411 11359/11648/17412 -f 11359/11648/17412 11357/11647/17411 11360/11630/17394 -f 11359/11648/17412 11360/11630/17394 10675/10977/16610 -f 11362/11649/17413 10176/10412/15751 11361/11650/17414 -f 11362/11649/17413 11361/11650/17414 11363/11651/17415 -f 11362/11649/17413 11363/11651/17415 11364/11652/17416 -f 11364/11652/17416 11363/11651/17415 11365/11653/17417 -f 11364/11652/17416 11365/11653/17417 10813/11118/16751 -f 11367/11654/17418 10214/10452/15791 11366/11655/17419 -f 11367/11654/17418 11366/11655/17419 11368/11656/17420 -f 11368/11656/17420 11366/11655/17419 11369/11657/17421 -f 11368/11656/17420 11369/11657/17421 10805/11109/16742 -f 10211/10450/15789 10210/10448/15787 11370/11658/17422 -f 11370/11658/17422 10210/10448/15787 11371/11659/17423 -f 11370/11658/17422 11371/11659/17423 11372/11660/17424 -f 11372/11660/17424 11371/11659/17423 11373/11625/17389 -f 11372/11660/17424 11373/11625/17389 10795/11099/16732 -f 11374/10446/15785 10205/10442/15781 11375/11661/17425 -f 11374/10446/15785 11375/11661/17425 11376/11662/17426 -f 11376/11662/17426 11375/11661/17425 11377/11663/17427 -f 11376/11662/17426 11377/11663/17427 10781/11086/16719 -f 11379/11664/17428 10202/10439/15778 11378/11665/17429 -f 11379/11664/17428 11378/11665/17429 11380/11666/17430 -f 11380/11666/17430 11378/11665/17429 11381/11667/17431 -f 11380/11666/17430 11381/11667/17431 10772/11076/16709 -f 10164/10398/15737 11382/11668/17432 11383/11669/17433 -f 11383/11669/17433 11382/11668/17432 11384/11670/17434 -f 11383/11669/17433 11384/11670/17434 11385/11671/17435 -f 11385/11671/17435 11384/11670/17434 10735/11040/16673 -f 11385/11671/17435 10735/11040/16673 10737/11042/16675 -f 11382/11668/17432 10164/10398/15737 11386/11672/17436 -f 11382/11668/17432 11386/11672/17436 11384/11670/17434 -f 11384/11670/17434 11386/11672/17436 11387/11673/17437 -f 11384/11670/17434 11387/11673/17437 10735/11040/16673 -f 10735/11040/16673 11387/11673/17437 10731/11036/16669 -f 10735/11040/16673 10731/11036/16669 10733/11038/16671 -f 11388/11674/17438 10730/11034/16667 10731/11036/16669 -f 11388/11674/17438 10731/11036/16669 11387/11673/17437 -f 11388/11674/17438 11387/11673/17437 11389/11675/17439 -f 11389/11675/17439 11387/11673/17437 11386/11672/17436 -f 11389/11675/17439 11386/11672/17436 10162/10396/15735 -f 10162/10396/15735 11386/11672/17436 10164/10398/15737 -f 11389/11675/17439 10162/10396/15735 11390/11676/17440 -f 11389/11675/17439 11390/11676/17440 11391/11677/17441 -f 11389/11675/17439 11391/11677/17441 11388/11674/17438 -f 11388/11674/17438 11391/11677/17441 10727/11031/16664 -f 11388/11674/17438 10727/11031/16664 10730/11034/16667 -f 10724/11029/16662 10727/11031/16664 11392/11678/17442 -f 11392/11678/17442 10727/11031/16664 11391/11677/17441 -f 11392/11678/17442 11391/11677/17441 11393/11679/17443 -f 11393/11679/17443 11391/11677/17441 11390/11676/17440 -f 11393/11679/17443 11390/11676/17440 10159/10393/15732 -f 10159/10393/15732 11390/11676/17440 10162/10396/15735 -f 11393/11679/17443 10159/10393/15732 11394/11680/17444 -f 11393/11679/17443 11394/11680/17444 11392/11678/17442 -f 11392/11678/17442 11394/11680/17444 11395/11681/17445 -f 11392/11678/17442 11395/11681/17445 10724/11029/16662 -f 10724/11029/16662 11395/11681/17445 10720/11025/16658 -f 10724/11029/16662 10720/11025/16658 10722/11027/16660 -f 11396/11682/17446 10719/11023/16656 10720/11025/16658 -f 11396/11682/17446 10720/11025/16658 11395/11681/17445 -f 11396/11682/17446 11395/11681/17445 11397/11683/17447 -f 11397/11683/17447 11395/11681/17445 11394/11680/17444 -f 11397/11683/17447 11394/11680/17444 10155/10389/15728 -f 10155/10389/15728 11394/11680/17444 10159/10393/15732 -f 11397/11683/17447 10155/10389/15728 11343/11632/17396 -f 11397/11683/17447 11343/11632/17396 11344/11634/17398 -f 11397/11683/17447 11344/11634/17398 11396/11682/17446 -f 11396/11682/17446 11344/11634/17398 10716/11021/16654 -f 11396/11682/17446 10716/11021/16654 10719/11023/16656 -f 11345/11631/17395 10710/11015/16648 10716/11021/16654 -f 10155/10389/15728 10240/10479/15818 11342/11633/17397 -f 11342/11633/17397 10240/10479/15818 11398/11684/17448 -f 11342/11633/17397 11398/11684/17448 11399/11685/17449 -f 11342/11633/17397 11399/11685/17449 11345/11631/17395 -f 11345/11631/17395 11399/11685/17449 10706/11011/16644 -f 11345/11631/17395 10706/11011/16644 10708/11013/16646 -f 11400/11686/17450 10705/11009/16642 10706/11011/16644 -f 11400/11686/17450 10706/11011/16644 11399/11685/17449 -f 11400/11686/17450 11399/11685/17449 11401/11687/17451 -f 11401/11687/17451 11399/11685/17449 11398/11684/17448 -f 11401/11687/17451 11398/11684/17448 10240/10479/15818 -f 11401/11687/17451 10240/10479/15818 11346/11635/17399 -f 11401/11687/17451 11346/11635/17399 11348/11637/17401 -f 11401/11687/17451 11348/11637/17401 11400/11686/17450 -f 11400/11686/17450 11348/11637/17401 10702/11007/16640 -f 11400/11686/17450 10702/11007/16640 10705/11009/16642 -f 11349/11638/17402 10699/11003/16636 10702/11007/16640 -f 10237/10476/15815 11402/10474/15813 11347/11636/17400 -f 11347/11636/17400 11402/10474/15813 11403/11688/17452 -f 11347/11636/17400 11403/11688/17452 11349/11638/17402 -f 11349/11638/17402 11403/11688/17452 11404/11689/17453 -f 11349/11638/17402 11404/11689/17453 10696/11001/16634 -f 11349/11638/17402 10696/11001/16634 10699/11003/16636 -f 11405/11690/17454 10695/10999/16632 10696/11001/16634 -f 11405/11690/17454 10696/11001/16634 11404/11689/17453 -f 11405/11690/17454 11404/11689/17453 11406/11691/17455 -f 11406/11691/17455 11404/11689/17453 11403/11688/17452 -f 11406/11691/17455 11403/11688/17452 11402/10474/15813 -f 11402/10474/15813 10233/10472/15811 11406/11691/17455 -f 11406/11691/17455 10233/10472/15811 11351/11639/17403 -f 11406/11691/17455 11351/11639/17403 11405/11690/17454 -f 11405/11690/17454 11351/11639/17403 10694/10997/16630 -f 11405/11690/17454 10694/10997/16630 10695/10999/16632 -f 11352/11641/17405 10692/10994/16627 10694/10997/16630 -f 10233/10472/15811 10230/10469/15808 11407/11692/17456 -f 10233/10472/15811 11407/11692/17456 11350/11640/17404 -f 11350/11640/17404 11407/11692/17456 11408/11693/17457 -f 11350/11640/17404 11408/11693/17457 11352/11641/17405 -f 11352/11641/17405 11408/11693/17457 10689/10992/16625 -f 11352/11641/17405 10689/10992/16625 10692/10994/16627 -f 11409/11694/17458 10688/10990/16623 10689/10992/16625 -f 11409/11694/17458 10689/10992/16625 11408/11693/17457 -f 11409/11694/17458 11408/11693/17457 11410/11695/17459 -f 11410/11695/17459 11408/11693/17457 11407/11692/17456 -f 11410/11695/17459 11407/11692/17456 10230/10469/15808 -f 11410/11695/17459 10230/10469/15808 11354/11642/17406 -f 11410/11695/17459 11354/11642/17406 11355/11644/17408 -f 11410/11695/17459 11355/11644/17408 11409/11694/17458 -f 11409/11694/17458 11355/11644/17408 10685/10987/16620 -f 11409/11694/17458 10685/10987/16620 10688/10990/16623 -f 11356/11645/17409 10682/10985/16618 10685/10987/16620 -f 10680/10983/16616 10682/10985/16618 11356/11645/17409 -f 10680/10983/16616 11356/11645/17409 11411/11696/17460 -f 11411/11696/17460 11356/11645/17409 11412/11697/17461 -f 11412/11697/17461 11356/11645/17409 11353/11643/17407 -f 11412/11697/17461 11353/11643/17407 10228/10466/15805 -f 11413/11698/17462 10678/10980/16613 10680/10983/16616 -f 11413/11698/17462 10680/10983/16616 11411/11696/17460 -f 11413/11698/17462 11411/11696/17460 11414/11699/17463 -f 11414/11699/17463 11411/11696/17460 11412/11697/17461 -f 11414/11699/17463 11412/11697/17461 10224/10462/15801 -f 10224/10462/15801 11412/11697/17461 10228/10466/15805 -f 11414/11699/17463 10224/10462/15801 11358/11646/17410 -f 11414/11699/17463 11358/11646/17410 11359/11648/17412 -f 11414/11699/17463 11359/11648/17412 11413/11698/17462 -f 11413/11698/17462 11359/11648/17412 10675/10977/16610 -f 11413/11698/17462 10675/10977/16610 10678/10980/16613 -f 11360/11630/17394 10671/10974/16607 10675/10977/16610 -f 10667/10970/16603 10669/10972/16605 11360/11630/17394 -f 10667/10970/16603 11360/11630/17394 11415/11700/17464 -f 11415/11700/17464 11360/11630/17394 11357/11647/17411 -f 11415/11700/17464 11357/11647/17411 11416/10459/15798 -f 11416/10459/15798 11357/11647/17411 10224/10462/15801 -f 11417/11701/17465 10639/10940/16573 10667/10970/16603 -f 11417/11701/17465 10667/10970/16603 11415/11700/17464 -f 11417/11701/17465 11415/11700/17464 11418/11702/17466 -f 11418/11702/17466 11415/11700/17464 11416/10459/15798 -f 11418/11702/17466 11416/10459/15798 11419/11703/17467 -f 11416/10459/15798 10219/10457/15796 11419/11703/17467 -f 11419/11703/17467 10219/10457/15796 11420/11704/17468 -f 11419/11703/17467 11420/11704/17468 11418/11702/17466 -f 11418/11702/17466 11420/11704/17468 11421/11705/17469 -f 11418/11702/17466 11421/11705/17469 11417/11701/17465 -f 11417/11701/17465 11421/11705/17469 10636/10938/16571 -f 11417/11701/17465 10636/10938/16571 10639/10940/16573 -f 11420/11704/17468 10219/10457/15796 11422/11706/17470 -f 11420/11704/17468 11422/11706/17470 11421/11705/17469 -f 11421/11705/17469 11422/11706/17470 11423/11707/17471 -f 11421/11705/17469 11423/11707/17471 10636/10938/16571 -f 10636/10938/16571 11423/11707/17471 10665/10966/16599 -f 10661/10964/16597 10665/10966/16599 11423/11707/17471 -f 10661/10964/16597 11423/11707/17471 11424/11708/17472 -f 11424/11708/17472 11423/11707/17471 11422/11706/17470 -f 11424/11708/17472 11422/11706/17470 11425/11709/17473 -f 11425/11709/17473 11422/11706/17470 10219/10457/15796 -f 11425/11709/17473 10219/10457/15796 10195/10432/15771 -f 11426/11710/17474 10660/10962/16595 10661/10964/16597 -f 11426/11710/17474 10661/10964/16597 11424/11708/17472 -f 11426/11710/17474 11424/11708/17472 11427/11711/17475 -f 11427/11711/17475 11424/11708/17472 11425/11709/17473 -f 11427/11711/17475 11425/11709/17473 10195/10432/15771 -f 11427/11711/17475 10195/10432/15771 11428/11712/17476 -f 11427/11711/17475 11428/11712/17476 11426/11710/17474 -f 11426/11710/17474 11428/11712/17476 11429/11713/17477 -f 11426/11710/17474 11429/11713/17477 10660/10962/16595 -f 10660/10962/16595 11429/11713/17477 10657/10959/16592 -f 10195/10432/15771 11430/10428/15767 11428/11712/17476 -f 11428/11712/17476 11430/10428/15767 11431/11714/17478 -f 11428/11712/17476 11431/11714/17478 11429/11713/17477 -f 11429/11713/17477 11431/11714/17478 11432/11715/17479 -f 11429/11713/17477 11432/11715/17479 10657/10959/16592 -f 10657/10959/16592 11432/11715/17479 10654/10957/16590 -f 10652/10955/16588 10654/10957/16590 11432/11715/17479 -f 10652/10955/16588 11432/11715/17479 11433/11716/17480 -f 11433/11716/17480 11432/11715/17479 11431/11714/17478 -f 11433/11716/17480 11431/11714/17478 11434/11717/17481 -f 11434/11717/17481 11431/11714/17478 11430/10428/15767 -f 11435/11718/17482 10650/10952/16585 10652/10955/16588 -f 11435/11718/17482 10652/10955/16588 11433/11716/17480 -f 11435/11718/17482 11433/11716/17480 11436/11719/17483 -f 11436/11719/17483 11433/11716/17480 11434/11717/17481 -f 11436/11719/17483 11434/11717/17481 11430/10428/15767 -f 11430/10428/15767 10190/10426/15765 11436/11719/17483 -f 11436/11719/17483 10190/10426/15765 11437/11720/17484 -f 11436/11719/17483 11437/11720/17484 11438/11721/17485 -f 11436/11719/17483 11438/11721/17485 11435/11718/17482 -f 11435/11718/17482 11438/11721/17485 10647/10950/16583 -f 11435/11718/17482 10647/10950/16583 10650/10952/16585 -f 11437/11720/17484 10190/10426/15765 11439/11722/17486 -f 11437/11720/17484 11439/11722/17486 11438/11721/17485 -f 11438/11721/17485 11439/11722/17486 11440/11723/17487 -f 11438/11721/17485 11440/11723/17487 10647/10950/16583 -f 10647/10950/16583 11440/11723/17487 10643/10946/16579 -f 10647/10950/16583 10643/10946/16579 10645/10948/16581 -f 11441/11724/17488 10642/10944/16577 10643/10946/16579 -f 11441/11724/17488 10643/10946/16579 11440/11723/17487 -f 11441/11724/17488 11440/11723/17487 11442/11725/17489 -f 11442/11725/17489 11440/11723/17487 11439/11722/17486 -f 11442/11725/17489 11439/11722/17486 10188/10424/15763 -f 10188/10424/15763 11439/11722/17486 10190/10426/15765 -f 11442/11725/17489 10188/10424/15763 11443/11726/17490 -f 11442/11725/17489 11443/11726/17490 11444/11727/17491 -f 11442/11725/17489 11444/11727/17491 11441/11724/17488 -f 11441/11724/17488 11444/11727/17491 11445/10942/16575 -f 11441/11724/17488 11445/10942/16575 10642/10944/16577 -f 10188/10424/15763 10185/10421/15760 11443/11726/17490 -f 11443/11726/17490 10185/10421/15760 11446/11728/17492 -f 11443/11726/17490 11446/11728/17492 11444/11727/17491 -f 11444/11727/17491 11446/11728/17492 11447/11629/17393 -f 11444/11727/17491 11447/11629/17393 11445/10942/16575 -f 11445/10942/16575 11447/11629/17393 10826/11132/16765 -f 10185/10421/15760 11448/11729/17493 11446/11728/17492 -f 11446/11728/17492 11448/11729/17493 11449/11628/17392 -f 11446/11728/17492 11449/11628/17392 11447/11629/17393 -f 11447/11629/17393 11449/11628/17392 10825/11131/16764 -f 10825/11131/16764 11449/11628/17392 10823/11129/16762 -f 11450/11730/17494 10821/11126/16759 11449/11628/17392 -f 11450/11730/17494 11449/11628/17392 11451/11731/17495 -f 11451/11731/17495 11449/11628/17392 11452/11732/17496 -f 11452/11732/17496 11449/11628/17392 11448/11729/17493 -f 11452/11732/17496 11448/11729/17493 10181/10418/15757 -f 10181/10418/15757 11448/11729/17493 10185/10421/15760 -f 11452/11732/17496 10181/10418/15757 11453/11733/17497 -f 11452/11732/17496 11453/11733/17497 11451/11731/17495 -f 11451/11731/17495 11453/11733/17497 11454/11734/17498 -f 11451/11731/17495 11454/11734/17498 11450/11730/17494 -f 11450/11730/17494 11454/11734/17498 10792/11097/16730 -f 11450/11730/17494 10792/11097/16730 10821/11126/16759 -f 10790/11095/16728 10792/11097/16730 11455/11627/17391 -f 11455/11627/17391 10792/11097/16730 11454/11734/17498 -f 11455/11627/17391 11454/11734/17498 11456/11735/17499 -f 11456/11735/17499 11454/11734/17498 11453/11733/17497 -f 11456/11735/17499 11453/11733/17497 10181/10418/15757 -f 10181/10418/15757 10179/10415/15754 11456/11735/17499 -f 11456/11735/17499 10179/10415/15754 11457/11736/17500 -f 11456/11735/17499 11457/11736/17500 11455/11627/17391 -f 11455/11627/17391 11457/11736/17500 11458/11626/17390 -f 11455/11627/17391 11458/11626/17390 10818/11124/16757 -f 10818/11124/16757 11458/11626/17390 10816/11122/16755 -f 11459/11737/17501 10815/11120/16753 11458/11626/17390 -f 11459/11737/17501 11458/11626/17390 11460/11738/17502 -f 11460/11738/17502 11458/11626/17390 11457/11736/17500 -f 11460/11738/17502 11457/11736/17500 10179/10415/15754 -f 10179/10415/15754 10176/10412/15751 11460/11738/17502 -f 11460/11738/17502 10176/10412/15751 11362/11649/17413 -f 11460/11738/17502 11362/11649/17413 11364/11652/17416 -f 11460/11738/17502 11364/11652/17416 11459/11737/17501 -f 11459/11737/17501 11364/11652/17416 10813/11118/16751 -f 11459/11737/17501 10813/11118/16751 10815/11120/16753 -f 11365/11653/17417 10811/11115/16748 10813/11118/16751 -f 10176/10412/15751 10218/10456/15795 11361/11650/17414 -f 11361/11650/17414 10218/10456/15795 11461/11739/17503 -f 11361/11650/17414 11461/11739/17503 11363/11651/17415 -f 11363/11651/17415 11461/11739/17503 11462/11740/17504 -f 11363/11651/17415 11462/11740/17504 11365/11653/17417 -f 11365/11653/17417 11462/11740/17504 10808/11113/16746 -f 11365/11653/17417 10808/11113/16746 10811/11115/16748 -f 11463/11741/17505 10807/11111/16744 10808/11113/16746 -f 11463/11741/17505 10808/11113/16746 11462/11740/17504 -f 11463/11741/17505 11462/11740/17504 11464/11742/17506 -f 11464/11742/17506 11462/11740/17504 11461/11739/17503 -f 11464/11742/17506 11461/11739/17503 11465/11743/17507 -f 11465/11743/17507 11461/11739/17503 10218/10456/15795 -f 10218/10456/15795 10214/10452/15791 11465/11743/17507 -f 11465/11743/17507 10214/10452/15791 11367/11654/17418 -f 11465/11743/17507 11367/11654/17418 11464/11742/17506 -f 11464/11742/17506 11367/11654/17418 11368/11656/17420 -f 11464/11742/17506 11368/11656/17420 11463/11741/17505 -f 11463/11741/17505 11368/11656/17420 10805/11109/16742 -f 11463/11741/17505 10805/11109/16742 10807/11111/16744 -f 11369/11657/17421 10802/11107/16740 10805/11109/16742 -f 11366/11655/17419 10214/10452/15791 11466/11744/17508 -f 11366/11655/17419 11466/11744/17508 11467/11745/17509 -f 11366/11655/17419 11467/11745/17509 11369/11657/17421 -f 11369/11657/17421 11467/11745/17509 10800/11105/16738 -f 11369/11657/17421 10800/11105/16738 10802/11107/16740 -f 11468/11746/17510 10798/11102/16735 10800/11105/16738 -f 11468/11746/17510 10800/11105/16738 11467/11745/17509 -f 11468/11746/17510 11467/11745/17509 11469/11747/17511 -f 11469/11747/17511 11467/11745/17509 11466/11744/17508 -f 11469/11747/17511 11466/11744/17508 10211/10450/15789 -f 10211/10450/15789 11466/11744/17508 10214/10452/15791 -f 11469/11747/17511 10211/10450/15789 11370/11658/17422 -f 11469/11747/17511 11370/11658/17422 11372/11660/17424 -f 11469/11747/17511 11372/11660/17424 11468/11746/17510 -f 11468/11746/17510 11372/11660/17424 10795/11099/16732 -f 11468/11746/17510 10795/11099/16732 10798/11102/16735 -f 11373/11625/17389 10789/11094/16727 10795/11099/16732 -f 10210/10448/15787 11470/11748/17512 11371/11659/17423 -f 11371/11659/17423 11470/11748/17512 11471/11749/17513 -f 11371/11659/17423 11471/11749/17513 11373/11625/17389 -f 11373/11625/17389 11471/11749/17513 10785/11090/16723 -f 11373/11625/17389 10785/11090/16723 10787/11092/16725 -f 11472/11750/17514 10784/11088/16721 10785/11090/16723 -f 11472/11750/17514 10785/11090/16723 11471/11749/17513 -f 11472/11750/17514 11471/11749/17513 11473/11751/17515 -f 11473/11751/17515 11471/11749/17513 11470/11748/17512 -f 11473/11751/17515 11470/11748/17512 11374/10446/15785 -f 11374/10446/15785 11470/11748/17512 10210/10448/15787 -f 11473/11751/17515 11374/10446/15785 11376/11662/17426 -f 11473/11751/17515 11376/11662/17426 11472/11750/17514 -f 11472/11750/17514 11376/11662/17426 10781/11086/16719 -f 11472/11750/17514 10781/11086/16719 10784/11088/16721 -f 11377/11663/17427 10779/11083/16716 10781/11086/16719 -f 10776/11081/16714 10779/11083/16716 11377/11663/17427 -f 10776/11081/16714 11377/11663/17427 11474/11752/17516 -f 11474/11752/17516 11377/11663/17427 11375/11661/17425 -f 11474/11752/17516 11375/11661/17425 11475/11753/17517 -f 11475/11753/17517 11375/11661/17425 10205/10442/15781 -f 11476/11754/17518 10775/11079/16712 10776/11081/16714 -f 11476/11754/17518 10776/11081/16714 11474/11752/17516 -f 11476/11754/17518 11474/11752/17516 11477/11755/17519 -f 11477/11755/17519 11474/11752/17516 11475/11753/17517 -f 11477/11755/17519 11475/11753/17517 10205/10442/15781 -f 10205/10442/15781 10202/10439/15778 11477/11755/17519 -f 11477/11755/17519 10202/10439/15778 11379/11664/17428 -f 11477/11755/17519 11379/11664/17428 11380/11666/17430 -f 11477/11755/17519 11380/11666/17430 11476/11754/17518 -f 11476/11754/17518 11380/11666/17430 10772/11076/16709 -f 11476/11754/17518 10772/11076/16709 10775/11079/16712 -f 11381/11667/17431 10769/11073/16706 10772/11076/16709 -f 10766/11071/16704 10769/11073/16706 11381/11667/17431 -f 10766/11071/16704 11381/11667/17431 11478/11756/17520 -f 11478/11756/17520 11381/11667/17431 11378/11665/17429 -f 11478/11756/17520 11378/11665/17429 11479/11757/17521 -f 11479/11757/17521 11378/11665/17429 10199/10437/15776 -f 10199/10437/15776 11378/11665/17429 10202/10439/15778 -f 11480/11758/17522 10765/11069/16702 10766/11071/16704 -f 11480/11758/17522 10766/11071/16704 11478/11756/17520 -f 11480/11758/17522 11478/11756/17520 11481/11759/17523 -f 11481/11759/17523 11478/11756/17520 11479/11757/17521 -f 11481/11759/17523 11479/11757/17521 10199/10437/15776 -f 10199/10437/15776 10197/10435/15774 11481/11759/17523 -f 11481/11759/17523 10197/10435/15774 11482/11760/17524 -f 11481/11759/17523 11482/11760/17524 11483/11761/17525 -f 11481/11759/17523 11483/11761/17525 11480/11758/17522 -f 11480/11758/17522 11483/11761/17525 10762/11067/16700 -f 11480/11758/17522 10762/11067/16700 10765/11069/16702 -f 11482/11760/17524 10197/10435/15774 11484/11762/17526 -f 11482/11760/17524 11484/11762/17526 11483/11761/17525 -f 11483/11761/17525 11484/11762/17526 11485/11624/17388 -f 11483/11761/17525 11485/11624/17388 10762/11067/16700 -f 10762/11067/16700 11485/11624/17388 10760/11065/16698 -f 10760/11065/16698 11485/11624/17388 10758/11063/16696 -f 10755/11060/16693 10757/11062/16695 11486/11623/17387 -f 11486/11623/17387 10757/11062/16695 11485/11624/17388 -f 11486/11623/17387 11485/11624/17388 11484/11762/17526 -f 11486/11623/17387 11484/11762/17526 11487/10409/15748 -f 11487/10409/15748 11484/11762/17526 10197/10435/15774 -f 11488/11763/17527 10754/11058/16691 11486/11623/17387 -f 11488/11763/17527 11486/11623/17387 11489/11764/17528 -f 11489/11764/17528 11486/11623/17387 11490/11765/17529 -f 11490/11765/17529 11486/11623/17387 11487/10409/15748 -f 11487/10409/15748 10173/10407/15746 11490/11765/17529 -f 11490/11765/17529 10173/10407/15746 11491/11766/17530 -f 11490/11765/17529 11491/11766/17530 11489/11764/17528 -f 11489/11764/17528 11491/11766/17530 11492/11767/17531 -f 11489/11764/17528 11492/11767/17531 11488/11763/17527 -f 11488/11763/17527 11492/11767/17531 10751/11056/16689 -f 11488/11763/17527 10751/11056/16689 10754/11058/16691 -f 11491/11766/17530 10173/10407/15746 11493/11768/17532 -f 11491/11766/17530 11493/11768/17532 11492/11767/17531 -f 11492/11767/17531 11493/11768/17532 11494/11622/17386 -f 11492/11767/17531 11494/11622/17386 10751/11056/16689 -f 10751/11056/16689 11494/11622/17386 10750/11055/16688 -f 10750/11055/16688 11494/11622/17386 10747/11052/16685 -f 10745/11049/16682 11494/11622/17386 11495/11769/17533 -f 11495/11769/17533 11494/11622/17386 11493/11768/17532 -f 11495/11769/17533 11493/11768/17532 11496/11770/17534 -f 11496/11770/17534 11493/11768/17532 10171/10405/15744 -f 10171/10405/15744 11493/11768/17532 10173/10407/15746 -f 11497/11771/17535 10714/11018/16651 10745/11049/16682 -f 11497/11771/17535 10745/11049/16682 11495/11769/17533 -f 11497/11771/17535 11495/11769/17533 11498/11772/17536 -f 11498/11772/17536 11495/11769/17533 11496/11770/17534 -f 11498/11772/17536 11496/11770/17534 10171/10405/15744 -f 10171/10405/15744 10168/10402/15741 11498/11772/17536 -f 11498/11772/17536 10168/10402/15741 11499/11773/17537 -f 11498/11772/17536 11499/11773/17537 11500/11774/17538 -f 11498/11772/17536 11500/11774/17538 11497/11771/17535 -f 11497/11771/17535 11500/11774/17538 10711/11016/16649 -f 11497/11771/17535 10711/11016/16649 10714/11018/16651 -f 11499/11773/17537 10168/10402/15741 11501/11775/17539 -f 11499/11773/17537 11501/11775/17539 11500/11774/17538 -f 11500/11774/17538 11501/11775/17539 11502/11621/17385 -f 11500/11774/17538 11502/11621/17385 10711/11016/16649 -f 10711/11016/16649 11502/11621/17385 10742/11046/16679 -f 11503/11776/17540 10740/11044/16677 11502/11621/17385 -f 11503/11776/17540 11502/11621/17385 11504/11777/17541 -f 11504/11777/17541 11502/11621/17385 11501/11775/17539 -f 11501/11775/17539 10168/10402/15741 10164/10398/15737 -f 11501/11775/17539 10164/10398/15737 11504/11777/17541 -f 11504/11777/17541 10164/10398/15737 11383/11669/17433 -f 11504/11777/17541 11383/11669/17433 11503/11776/17540 -f 11503/11776/17540 11383/11669/17433 11385/11671/17435 -f 11503/11776/17540 11385/11671/17435 10740/11044/16677 -f 10740/11044/16677 11385/11671/17435 10737/11042/16675 -f 9953/10175/15514 9952/10174/15513 9955/10176/15515 -f 9950/10170/15509 9956/10172/15511 11574/11778/17542 -f 11574/11778/17542 9956/10172/15511 9955/10176/15515 -f 9952/10174/15513 9859/10078/15417 11531/11779/17543 -f 11531/11779/17543 9859/10078/15417 9863/10082/15421 -f 9851/10071/15410 9853/10070/15409 11530/11780/17544 -f 11530/11780/17544 9853/10070/15409 11529/11781/17545 -f 11529/11781/17545 9853/10070/15409 9847/10066/15405 -f 11529/11781/17545 9847/10066/15405 9957/10065/15404 -f 9957/10065/15404 9965/10178/15517 11528/11782/17546 -f 11528/11782/17546 9965/10178/15517 11527/11783/17547 -f 11527/11783/17547 9965/10178/15517 9964/10184/15523 -f 11527/11783/17547 9964/10184/15523 9961/10181/15520 -f 9844/10060/15399 9846/10063/15402 9966/10185/15524 -f 9961/10181/15520 9959/10180/15519 11526/11784/17548 -f 11526/11784/17548 9959/10180/15519 9966/10185/15524 -f 9842/10059/15398 9837/10053/15392 9841/10058/15397 -f 9833/10049/15388 9834/10051/15390 11559/11785/17549 -f 11559/11785/17549 9834/10051/15390 9969/10189/15528 -f 11559/11785/17549 9969/10189/15528 9972/10191/15530 -f 9823/10037/15376 11552/11786/17550 9982/10202/15541 -f 9978/10198/15537 9985/10205/15544 11554/11787/17551 -f 11554/11787/17551 9985/10205/15544 9984/10204/15543 -f 11554/11787/17551 9984/10204/15543 9982/10202/15541 -f 9823/10037/15376 9826/10041/15380 11552/11786/17550 -f 11552/11786/17550 9826/10041/15380 9829/10043/15382 -f 11552/11786/17550 9829/10043/15382 11523/11788/17552 -f 11523/11788/17552 9829/10043/15382 9827/10044/15383 -f 9812/10027/15366 11505/11789/17553 9813/10028/15367 -f 9819/10034/15373 9818/10033/15372 11522/11790/17554 -f 11522/11790/17554 9818/10033/15372 9813/10028/15367 -f 9812/10027/15366 9986/10206/15545 11505/11789/17553 -f 11505/11789/17553 9986/10206/15545 9987/10207/15546 -f 11505/11789/17553 9987/10207/15546 11551/11791/17555 -f 11551/11791/17555 9987/10207/15546 9914/10135/15474 -f 11551/11791/17555 9914/10135/15474 11550/11792/17556 -f 11550/11792/17556 9914/10135/15474 9921/10137/15476 -f 11550/11792/17556 9921/10137/15476 11521/11793/17557 -f 11521/11793/17557 9921/10137/15476 9920/10142/15481 -f 9920/10142/15481 9919/10141/15480 11520/11794/17558 -f 11520/11794/17558 9919/10141/15480 9808/10021/15360 -f 11520/11794/17558 9808/10021/15360 11519/11795/17559 -f 11519/11795/17559 9808/10021/15360 9811/10025/15364 -f 11519/11795/17559 9811/10025/15364 9804/10016/15355 -f 9804/10016/15355 9911/10019/15358 11518/11796/17560 -f 11518/11796/17560 9911/10019/15358 9910/10132/15471 -f 9904/10127/15466 9906/10129/15468 11517/11797/17561 -f 11517/11797/17561 9906/10129/15468 9907/10130/15469 -f 11517/11797/17561 9907/10130/15469 9922/10143/15482 -f 9933/10154/15493 11506/11798/17562 9927/10148/15487 -f 9933/10154/15493 9932/10153/15492 11506/11798/17562 -f 11506/11798/17562 9932/10153/15492 9930/10151/15490 -f 9930/10151/15490 9897/10120/15459 11516/11799/17563 -f 11516/11799/17563 9897/10120/15459 11515/11800/17564 -f 11515/11800/17564 9897/10120/15459 9901/10124/15463 -f 11515/11800/17564 9901/10124/15463 9893/10115/15454 -f 9893/10115/15454 9889/10110/15449 11542/11801/17565 -f 11542/11801/17565 9889/10110/15449 11541/11802/17566 -f 11541/11802/17566 9889/10110/15449 9891/10112/15451 -f 11541/11802/17566 9891/10112/15451 11540/11803/17567 -f 11540/11803/17567 9891/10112/15451 9885/10107/15446 -f 9936/10157/15496 11507/11804/17568 9934/10155/15494 -f 11540/11803/17567 9885/10107/15446 9884/10106/15445 -f 11540/11803/17567 9884/10106/15445 11539/11805/17569 -f 11539/11805/17569 9884/10106/15445 9883/10105/15444 -f 11539/11805/17569 9883/10105/15444 9934/10155/15494 -f 9944/10165/15504 11508/11806/17570 9941/10163/15502 -f 9936/10157/15496 9938/10159/15498 11507/11804/17568 -f 11507/11804/17568 9938/10159/15498 9942/10161/15500 -f 11507/11804/17568 9942/10161/15500 11513/11807/17571 -f 11513/11807/17571 9942/10161/15500 9941/10163/15502 -f 9944/10165/15504 9943/10164/15503 11508/11806/17570 -f 11508/11806/17570 9943/10164/15503 9879/10100/15439 -f 9881/10102/15441 9875/10092/15431 11512/11808/17572 -f 11512/11808/17572 9875/10092/15431 9872/10095/15434 -f 9872/10095/15434 9865/10085/15424 11511/11809/17573 -f 11511/11809/17573 9865/10085/15424 11510/11810/17574 -f 11510/11810/17574 9865/10085/15424 9867/10088/15427 -f 11510/11810/17574 9867/10088/15427 9945/10089/15428 -f 9945/10089/15428 9947/10167/15506 11509/11811/17575 -f 11509/11811/17575 9947/10167/15506 9948/10168/15507 -f 11509/11811/17575 11533/11812/17576 9945/10089/15428 -f 9945/10089/15428 11533/11812/17576 11510/11810/17574 -f 11511/11809/17573 11534/11813/17577 9872/10095/15434 -f 9872/10095/15434 11534/11813/17577 11512/11808/17572 -f 11512/11808/17572 11580/11814/17578 9881/10102/15441 -f 9881/10102/15441 11580/11814/17578 11535/11815/17579 -f 9881/10102/15441 11535/11815/17579 9879/10100/15439 -f 9879/10100/15439 11535/11815/17579 11536/11816/17580 -f 9879/10100/15439 11536/11816/17580 11508/11806/17570 -f 11508/11806/17570 11536/11816/17580 11537/11817/17581 -f 11508/11806/17570 11537/11817/17581 9941/10163/15502 -f 9941/10163/15502 11537/11817/17581 11513/11807/17571 -f 11513/11807/17571 11538/11818/17582 11507/11804/17568 -f 11507/11804/17568 11538/11818/17582 11514/11819/17583 -f 11507/11804/17568 11514/11819/17583 9934/10155/15494 -f 9934/10155/15494 11514/11819/17583 11539/11805/17569 -f 11542/11801/17565 11543/11820/17584 9893/10115/15454 -f 9893/10115/15454 11543/11820/17584 11515/11800/17564 -f 11516/11799/17563 11544/11821/17585 9930/10151/15490 -f 9930/10151/15490 11544/11821/17585 11545/11822/17586 -f 9930/10151/15490 11545/11822/17586 11506/11798/17562 -f 11506/11798/17562 11545/11822/17586 11546/11823/17587 -f 11506/11798/17562 11546/11823/17587 9927/10148/15487 -f 9927/10148/15487 11546/11823/17587 11587/11824/17588 -f 9927/10148/15487 11587/11824/17588 9929/10150/15489 -f 9929/10150/15489 11587/11824/17588 11588/11825/17589 -f 9929/10150/15489 11588/11825/17589 9925/10146/15485 -f 9925/10146/15485 11588/11825/17589 11589/11826/17590 -f 9925/10146/15485 11589/11826/17590 9922/10143/15482 -f 9922/10143/15482 11589/11826/17590 11517/11797/17561 -f 11517/11797/17561 11591/11827/17591 9904/10127/15466 -f 9904/10127/15466 11591/11827/17591 11592/11828/17592 -f 9904/10127/15466 11592/11828/17592 9910/10132/15471 -f 9910/10132/15471 11592/11828/17592 11518/11796/17560 -f 11518/11796/17560 11547/11829/17593 9804/10016/15355 -f 9804/10016/15355 11547/11829/17593 11519/11795/17559 -f 11520/11794/17558 11549/11830/17594 9920/10142/15481 -f 9920/10142/15481 11549/11830/17594 11521/11793/17557 -f 11551/11791/17555 11597/11831/17595 11505/11789/17553 -f 11505/11789/17553 11597/11831/17595 11598/11832/17596 -f 11505/11789/17553 11598/11832/17596 9813/10028/15367 -f 9813/10028/15367 11598/11832/17596 11522/11790/17554 -f 11522/11790/17554 11600/11833/17597 9819/10034/15373 -f 9819/10034/15373 11600/11833/17597 11601/11834/17598 -f 9819/10034/15373 11601/11834/17598 9827/10044/15383 -f 9827/10044/15383 11601/11834/17598 11523/11788/17552 -f 11552/11786/17550 11553/11835/17599 9982/10202/15541 -f 9982/10202/15541 11553/11835/17599 11554/11787/17551 -f 11554/11787/17551 11555/11836/17600 9978/10198/15537 -f 9978/10198/15537 11555/11836/17600 11556/11837/17601 -f 9978/10198/15537 11556/11837/17601 9976/10196/15535 -f 9976/10196/15535 11556/11837/17601 9974/10194/15533 -f 9974/10194/15533 11558/11838/17602 9972/10191/15530 -f 9972/10191/15530 11558/11838/17602 11559/11785/17549 -f 11559/11785/17549 11560/11839/17603 9833/10049/15388 -f 9833/10049/15388 11560/11839/17603 11561/11840/17604 -f 9833/10049/15388 11561/11840/17604 9830/10046/15385 -f 9830/10046/15385 11561/11840/17604 11562/11841/17605 -f 9830/10046/15385 11562/11841/17605 9837/10053/15392 -f 9837/10053/15392 11562/11841/17605 11563/11842/17606 -f 9837/10053/15392 11563/11842/17606 9841/10058/15397 -f 9841/10058/15397 11563/11842/17606 11564/11843/17607 -f 9841/10058/15397 11564/11843/17607 9839/10055/15394 -f 9839/10055/15394 11564/11843/17607 11524/11844/17608 -f 9839/10055/15394 11524/11844/17608 9846/10063/15402 -f 9846/10063/15402 11524/11844/17608 11525/11845/17609 -f 9846/10063/15402 11525/11845/17609 9966/10185/15524 -f 9966/10185/15524 11525/11845/17609 11526/11784/17548 -f 11526/11784/17548 11567/11846/17610 9961/10181/15520 -f 9961/10181/15520 11567/11846/17610 11527/11783/17547 -f 11528/11782/17546 11569/11847/17611 9957/10065/15404 -f 9957/10065/15404 11569/11847/17611 11529/11781/17545 -f 11530/11780/17544 11570/11848/17612 9851/10071/15410 -f 9851/10071/15410 11570/11848/17612 11571/11849/17613 -f 9851/10071/15410 11571/11849/17613 9862/10083/15422 -f 9862/10083/15422 11571/11849/17613 11572/11850/17614 -f 9862/10083/15422 11572/11850/17614 9863/10082/15421 -f 9863/10082/15421 11572/11850/17614 11531/11779/17543 -f 11531/11779/17543 11573/11851/17615 9952/10174/15513 -f 9952/10174/15513 11573/11851/17615 11532/11852/17616 -f 9952/10174/15513 11532/11852/17616 9955/10176/15515 -f 9955/10176/15515 11532/11852/17616 11574/11778/17542 -f 11574/11778/17542 11575/11853/17617 9950/10170/15509 -f 9950/10170/15509 11575/11853/17617 11576/11854/17618 -f 9950/10170/15509 11576/11854/17618 9948/10168/15507 -f 9948/10168/15507 11576/11854/17618 11509/11811/17575 -f 11576/11854/17618 11577/11855/17619 11509/11811/17575 -f 11509/11811/17575 11577/11855/17619 11533/11812/17576 -f 11533/11812/17576 11578/11856/17620 11510/11810/17574 -f 11510/11810/17574 11578/11856/17620 11613/11857/17621 -f 11510/11810/17574 11613/11857/17621 11511/11809/17573 -f 11511/11809/17573 11613/11857/17621 11534/11813/17577 -f 11534/11813/17577 11579/11858/17622 11512/11808/17572 -f 11512/11808/17572 11579/11858/17622 11580/11814/17578 -f 11537/11817/17581 11583/11859/17623 11513/11807/17571 -f 11513/11807/17571 11583/11859/17623 11538/11818/17582 -f 11538/11818/17582 11584/11860/17624 11514/11819/17583 -f 11514/11819/17583 11584/11860/17624 11539/11805/17569 -f 11543/11820/17584 11585/11861/17625 11515/11800/17564 -f 11515/11800/17564 11585/11861/17625 11586/11862/17626 -f 11515/11800/17564 11586/11862/17626 11516/11799/17563 -f 11516/11799/17563 11586/11862/17626 11544/11821/17585 -f 11589/11826/17590 11590/11863/17627 11517/11797/17561 -f 11517/11797/17561 11590/11863/17627 11591/11827/17591 -f 11592/11828/17592 11593/11864/17628 11518/11796/17560 -f 11518/11796/17560 11593/11864/17628 11547/11829/17593 -f 11547/11829/17593 11625/11865/17629 11519/11795/17559 -f 11519/11795/17559 11625/11865/17629 11548/11866/17630 -f 11519/11795/17559 11548/11866/17630 11520/11794/17558 -f 11520/11794/17558 11548/11866/17630 11549/11830/17594 -f 11549/11830/17594 11596/11867/17631 11521/11793/17557 -f 11521/11793/17557 11596/11867/17631 11550/11792/17556 -f 11598/11832/17596 11599/11868/17632 11522/11790/17554 -f 11522/11790/17554 11599/11868/17632 11600/11833/17597 -f 11601/11834/17598 11602/11869/17633 11523/11788/17552 -f 11523/11788/17552 11602/11869/17633 11552/11786/17550 -f 11556/11837/17601 11557/11870/17634 9974/10194/15533 -f 9974/10194/15533 11557/11870/17634 11558/11838/17602 -f 11564/11843/17607 11603/11871/17635 11524/11844/17608 -f 11524/11844/17608 11603/11871/17635 11565/11872/17636 -f 11524/11844/17608 11565/11872/17636 11525/11845/17609 -f 11525/11845/17609 11565/11872/17636 11566/11873/17637 -f 11525/11845/17609 11566/11873/17637 11526/11784/17548 -f 11526/11784/17548 11566/11873/17637 11567/11846/17610 -f 11567/11846/17610 11605/11874/17638 11527/11783/17547 -f 11527/11783/17547 11605/11874/17638 11568/11875/17639 -f 11527/11783/17547 11568/11875/17639 11528/11782/17546 -f 11528/11782/17546 11568/11875/17639 11569/11847/17611 -f 11569/11847/17611 11607/11876/17640 11529/11781/17545 -f 11529/11781/17545 11607/11876/17640 11608/11877/17641 -f 11529/11781/17545 11608/11877/17641 11530/11780/17544 -f 11530/11780/17544 11608/11877/17641 11570/11848/17612 -f 11572/11850/17614 11610/11878/17642 11531/11779/17543 -f 11531/11779/17543 11610/11878/17642 11573/11851/17615 -f 11573/11851/17615 11611/11879/17643 11532/11852/17616 -f 11532/11852/17616 11611/11879/17643 11574/11778/17542 -f 11577/11855/17619 11612/11880/17644 11533/11812/17576 -f 11533/11812/17576 11612/11880/17644 11578/11856/17620 -f 11613/11857/17621 11614/11881/17645 11534/11813/17577 -f 11534/11813/17577 11614/11881/17645 11579/11858/17622 -f 11580/11814/17578 11615/11882/17646 11535/11815/17579 -f 11535/11815/17579 11615/11882/17646 11581/11883/17647 -f 11535/11815/17579 11581/11883/17647 11536/11816/17580 -f 11536/11816/17580 11581/11883/17647 11582/11884/17648 -f 11536/11816/17580 11582/11884/17648 11537/11817/17581 -f 11537/11817/17581 11582/11884/17648 11583/11859/17623 -f 11583/11859/17623 11657/11885/17649 11538/11818/17582 -f 11538/11818/17582 11657/11885/17649 11584/11860/17624 -f 11584/11860/17624 11616/11886/17650 11539/11805/17569 -f 11539/11805/17569 11616/11886/17650 11617/11887/17651 -f 11539/11805/17569 11617/11887/17651 11540/11803/17567 -f 11540/11803/17567 11617/11887/17651 11618/11888/17652 -f 11540/11803/17567 11618/11888/17652 11541/11802/17566 -f 11541/11802/17566 11618/11888/17652 11619/11889/17653 -f 11541/11802/17566 11619/11889/17653 11542/11801/17565 -f 11542/11801/17565 11619/11889/17653 11620/11890/17654 -f 11542/11801/17565 11620/11890/17654 11543/11820/17584 -f 11543/11820/17584 11620/11890/17654 11585/11861/17625 -f 11586/11862/17626 11621/11891/17655 11544/11821/17585 -f 11544/11821/17585 11621/11891/17655 11622/11892/17656 -f 11544/11821/17585 11622/11892/17656 11545/11822/17586 -f 11545/11822/17586 11622/11892/17656 11623/11893/17657 -f 11545/11822/17586 11623/11893/17657 11546/11823/17587 -f 11546/11823/17587 11623/11893/17657 11587/11824/17588 -f 11593/11864/17628 11624/11894/17658 11547/11829/17593 -f 11547/11829/17593 11624/11894/17658 11625/11865/17629 -f 11625/11865/17629 11594/11895/17659 11548/11866/17630 -f 11548/11866/17630 11594/11895/17659 11595/11896/17660 -f 11548/11866/17630 11595/11896/17660 11549/11830/17594 -f 11549/11830/17594 11595/11896/17660 11596/11867/17631 -f 11596/11867/17631 11671/11897/17661 11550/11792/17556 -f 11550/11792/17556 11671/11897/17661 11626/11898/17662 -f 11550/11792/17556 11626/11898/17662 11551/11791/17555 -f 11551/11791/17555 11626/11898/17662 11597/11831/17595 -f 11602/11869/17633 11627/11899/17663 11552/11786/17550 -f 11552/11786/17550 11627/11899/17663 11628/11900/17664 -f 11552/11786/17550 11628/11900/17664 11553/11835/17599 -f 11553/11835/17599 11628/11900/17664 11629/11901/17665 -f 11553/11835/17599 11629/11901/17665 11554/11787/17551 -f 11554/11787/17551 11629/11901/17665 11630/11902/17666 -f 11554/11787/17551 11630/11902/17666 11555/11836/17600 -f 11555/11836/17600 11630/11902/17666 11678/11903/17667 -f 11555/11836/17600 11678/11903/17667 11556/11837/17601 -f 11556/11837/17601 11678/11903/17667 11679/11904/17668 -f 11556/11837/17601 11679/11904/17668 11557/11870/17634 -f 11557/11870/17634 11679/11904/17668 11631/11905/17669 -f 11557/11870/17634 11631/11905/17669 11558/11838/17602 -f 11558/11838/17602 11631/11905/17669 11632/11906/17670 -f 11558/11838/17602 11632/11906/17670 11559/11785/17549 -f 11559/11785/17549 11632/11906/17670 11633/11907/17671 -f 11559/11785/17549 11633/11907/17671 11560/11839/17603 -f 11560/11839/17603 11633/11907/17671 11634/11908/17672 -f 11560/11839/17603 11634/11908/17672 11561/11840/17604 -f 11561/11840/17604 11634/11908/17672 11635/11909/17673 -f 11561/11840/17604 11635/11909/17673 11562/11841/17605 -f 11562/11841/17605 11635/11909/17673 11636/11910/17674 -f 11562/11841/17605 11636/11910/17674 11563/11842/17606 -f 11563/11842/17606 11636/11910/17674 11637/11911/17675 -f 11563/11842/17606 11637/11911/17675 11564/11843/17607 -f 11564/11843/17607 11637/11911/17675 11603/11871/17635 -f 11603/11871/17635 11638/11912/17676 11565/11872/17636 -f 11565/11872/17636 11638/11912/17676 11639/11913/17677 -f 11565/11872/17636 11639/11913/17677 11566/11873/17637 -f 11566/11873/17637 11639/11913/17677 11604/11914/17678 -f 11566/11873/17637 11604/11914/17678 11567/11846/17610 -f 11567/11846/17610 11604/11914/17678 11605/11874/17638 -f 11605/11874/17638 11640/11915/17679 11568/11875/17639 -f 11568/11875/17639 11640/11915/17679 11606/11916/17680 -f 11568/11875/17639 11606/11916/17680 11569/11847/17611 -f 11569/11847/17611 11606/11916/17680 11607/11876/17640 -f 11608/11877/17641 11643/11917/17681 11570/11848/17612 -f 11570/11848/17612 11643/11917/17681 11644/11918/17682 -f 11570/11848/17612 11644/11918/17682 11571/11849/17613 -f 11571/11849/17613 11644/11918/17682 11609/11919/17683 -f 11571/11849/17613 11609/11919/17683 11572/11850/17614 -f 11572/11850/17614 11609/11919/17683 11610/11878/17642 -f 11610/11878/17642 11646/11920/17684 11573/11851/17615 -f 11573/11851/17615 11646/11920/17684 11611/11879/17643 -f 11611/11879/17643 11647/11921/17685 11574/11778/17542 -f 11574/11778/17542 11647/11921/17685 11648/11922/17686 -f 11574/11778/17542 11648/11922/17686 11575/11853/17617 -f 11575/11853/17617 11648/11922/17686 11649/11923/17687 -f 11575/11853/17617 11649/11923/17687 11576/11854/17618 -f 11576/11854/17618 11649/11923/17687 11577/11855/17619 -f 11649/11923/17687 11650/11924/17688 11577/11855/17619 -f 11577/11855/17619 11650/11924/17688 11612/11880/17644 -f 11612/11880/17644 11651/11925/17689 11578/11856/17620 -f 11578/11856/17620 11651/11925/17689 11613/11857/17621 -f 11614/11881/17645 11652/11926/17690 11579/11858/17622 -f 11579/11858/17622 11652/11926/17690 11653/11927/17691 -f 11579/11858/17622 11653/11927/17691 11580/11814/17578 -f 11580/11814/17578 11653/11927/17691 11615/11882/17646 -f 11615/11882/17646 11654/11928/17692 11581/11883/17647 -f 11581/11883/17647 11654/11928/17692 11655/11929/17693 -f 11581/11883/17647 11655/11929/17693 11582/11884/17648 -f 11582/11884/17648 11655/11929/17693 11656/11930/17694 -f 11582/11884/17648 11656/11930/17694 11583/11859/17623 -f 11583/11859/17623 11656/11930/17694 11657/11885/17649 -f 11657/11885/17649 11658/11931/17695 11584/11860/17624 -f 11584/11860/17624 11658/11931/17695 11616/11886/17650 -f 11620/11890/17654 11659/11932/17696 11585/11861/17625 -f 11585/11861/17625 11659/11932/17696 11660/11933/17697 -f 11585/11861/17625 11660/11933/17697 11586/11862/17626 -f 11586/11862/17626 11660/11933/17697 11621/11891/17655 -f 11623/11893/17657 11661/11934/17698 11587/11824/17588 -f 11587/11824/17588 11661/11934/17698 11662/11935/17699 -f 11587/11824/17588 11662/11935/17699 11588/11825/17700 -f 11588/11825/17700 11662/11935/17699 11663/11936/17701 -f 11588/11825/17700 11663/11936/17701 11589/11826/17590 -f 11589/11826/17590 11663/11936/17701 11664/11937/17702 -f 11589/11826/17590 11664/11937/17702 11590/11863/17627 -f 11590/11863/17627 11664/11937/17702 11665/11938/17703 -f 11590/11863/17627 11665/11938/17703 11591/11827/17591 -f 11591/11827/17591 11665/11938/17703 11666/11939/17704 -f 11591/11827/17591 11666/11939/17704 11592/11828/17592 -f 11592/11828/17592 11666/11939/17704 11667/11940/17705 -f 11592/11828/17592 11667/11940/17705 11593/11864/17628 -f 11593/11864/17628 11667/11940/17705 11624/11894/17658 -f 11625/11865/17629 11668/11941/17706 11594/11895/17659 -f 11594/11895/17659 11668/11941/17706 11669/11942/17707 -f 11594/11895/17659 11669/11942/17707 11595/11896/17660 -f 11595/11896/17660 11669/11942/17707 11670/11943/17708 -f 11595/11896/17660 11670/11943/17708 11596/11867/17631 -f 11596/11867/17631 11670/11943/17708 11671/11897/17661 -f 11626/11898/17662 11672/11944/17709 11597/11831/17595 -f 11597/11831/17595 11672/11944/17709 11673/11945/17710 -f 11597/11831/17595 11673/11945/17710 11598/11832/17596 -f 11598/11832/17596 11673/11945/17710 11674/11946/17711 -f 11598/11832/17596 11674/11946/17711 11599/11868/17632 -f 11599/11868/17632 11674/11946/17711 11675/11947/17712 -f 11599/11868/17632 11675/11947/17712 11600/11833/17597 -f 11600/11833/17597 11675/11947/17712 11676/11948/17713 -f 11600/11833/17597 11676/11948/17713 11601/11834/17598 -f 11601/11834/17598 11676/11948/17713 11677/11949/17714 -f 11601/11834/17598 11677/11949/17714 11602/11869/17633 -f 11602/11869/17633 11677/11949/17714 11627/11899/17663 -f 11637/11911/17675 11682/11950/17715 11603/11871/17635 -f 11603/11871/17635 11682/11950/17715 11638/11912/17676 -f 11639/11913/17677 11683/11951/17716 11604/11914/17678 -f 11604/11914/17678 11683/11951/17716 11684/11952/17717 -f 11604/11914/17678 11684/11952/17717 11605/11874/17638 -f 11605/11874/17638 11684/11952/17717 11640/11915/17679 -f 11640/11915/17679 11686/11953/17718 11606/11916/17680 -f 11606/11916/17680 11686/11953/17718 11641/11954/17719 -f 11606/11916/17680 11641/11954/17719 11607/11876/17640 -f 11607/11876/17640 11641/11954/17719 11642/11955/17720 -f 11607/11876/17640 11642/11955/17720 11608/11877/17641 -f 11608/11877/17641 11642/11955/17720 11643/11917/17681 -f 11644/11918/17682 11689/11956/17721 11609/11919/17683 -f 11609/11919/17683 11689/11956/17721 11645/11957/17722 -f 11609/11919/17683 11645/11957/17722 11610/11878/17642 -f 11610/11878/17642 11645/11957/17722 11646/11920/17684 -f 11646/11920/17684 11691/11958/17723 11611/11879/17643 -f 11611/11879/17643 11691/11958/17723 11647/11921/17685 -f 11650/11924/17688 11692/11959/17724 11612/11880/17644 -f 11612/11880/17644 11692/11959/17724 11651/11925/17689 -f 11651/11925/17689 11693/11960/17725 11613/11857/17621 -f 11613/11857/17621 11693/11960/17725 11722/11961/17726 -f 11613/11857/17621 11722/11961/17726 11614/11881/17645 -f 11614/11881/17645 11722/11961/17726 11652/11926/17690 -f 11653/11927/17691 11725/11962/17727 11615/11882/17646 -f 11615/11882/17646 11725/11962/17727 11654/11928/17692 -f 11658/11931/17695 11694/11963/17728 11616/11886/17650 -f 11616/11886/17650 11694/11963/17728 11695/11964/17729 -f 11616/11886/17650 11695/11964/17729 11617/11887/17651 -f 11617/11887/17651 11695/11964/17729 11696/11965/17730 -f 11617/11887/17651 11696/11965/17730 11618/11888/17652 -f 11618/11888/17652 11696/11965/17730 11697/11966/17731 -f 11618/11888/17652 11697/11966/17731 11619/11889/17653 -f 11619/11889/17653 11697/11966/17731 11698/11967/17732 -f 11619/11889/17653 11698/11967/17732 11620/11890/17654 -f 11620/11890/17654 11698/11967/17732 11659/11932/17696 -f 11660/11933/17697 11699/11968/17733 11621/11891/17655 -f 11621/11891/17655 11699/11968/17733 11700/11969/17734 -f 11621/11891/17655 11700/11969/17734 11622/11892/17656 -f 11622/11892/17656 11700/11969/17734 11701/11970/17735 -f 11622/11892/17656 11701/11970/17735 11623/11893/17657 -f 11623/11893/17657 11701/11970/17735 11661/11934/17698 -f 11667/11940/17705 11702/11971/17736 11624/11894/17658 -f 11624/11894/17658 11702/11971/17736 11738/11972/17737 -f 11624/11894/17658 11738/11972/17737 11625/11865/17629 -f 11625/11865/17629 11738/11972/17737 11668/11941/17706 -f 11671/11897/17661 11703/11973/17738 11626/11898/17662 -f 11626/11898/17662 11703/11973/17738 11672/11944/17709 -f 11677/11949/17714 11704/11974/17739 11627/11899/17663 -f 11627/11899/17663 11704/11974/17739 11749/11975/17740 -f 11627/11899/17663 11749/11975/17740 11628/11900/17664 -f 11628/11900/17664 11749/11975/17740 11705/11976/17741 -f 11628/11900/17664 11705/11976/17741 11629/11901/17665 -f 11629/11901/17665 11705/11976/17741 11706/11977/17742 -f 11629/11901/17665 11706/11977/17742 11630/11902/17666 -f 11630/11902/17666 11706/11977/17742 11678/11903/17667 -f 11679/11904/17668 11707/11978/17743 11631/11905/17669 -f 11631/11905/17669 11707/11978/17743 11708/11979/17744 -f 11631/11905/17669 11708/11979/17744 11632/11906/17670 -f 11632/11906/17670 11708/11979/17744 11709/11980/17745 -f 11632/11906/17670 11709/11980/17745 11633/11907/17671 -f 11633/11907/17671 11709/11980/17745 11710/11981/17746 -f 11633/11907/17671 11710/11981/17746 11634/11908/17672 -f 11634/11908/17672 11710/11981/17746 11711/11982/17747 -f 11634/11908/17672 11711/11982/17747 11635/11909/17673 -f 11635/11909/17673 11711/11982/17747 11680/11983/17748 -f 11635/11909/17673 11680/11983/17748 11636/11910/17674 -f 11636/11910/17674 11680/11983/17748 11681/11984/17749 -f 11636/11910/17674 11681/11984/17749 11637/11911/17675 -f 11637/11911/17675 11681/11984/17749 11682/11950/17715 -f 11682/11950/17715 11754/11985/17750 11638/11912/17676 -f 11638/11912/17676 11754/11985/17750 11755/11986/17751 -f 11638/11912/17676 11755/11986/17751 11639/11913/17677 -f 11639/11913/17677 11755/11986/17751 11683/11951/17716 -f 11684/11952/17717 11685/11987/17752 11640/11915/17679 -f 11640/11915/17679 11685/11987/17752 11686/11953/17718 -f 11686/11953/17718 11712/11988/17753 11641/11954/17719 -f 11641/11954/17719 11712/11988/17753 11687/11989/17754 -f 11641/11954/17719 11687/11989/17754 11642/11955/17720 -f 11642/11955/17720 11687/11989/17754 11688/11990/17755 -f 11642/11955/17720 11688/11990/17755 11643/11917/17681 -f 11643/11917/17681 11688/11990/17755 11714/11991/17756 -f 11643/11917/17681 11714/11991/17756 11644/11918/17682 -f 11644/11918/17682 11714/11991/17756 11689/11956/17721 -f 11689/11956/17721 11715/11992/17757 11645/11957/17722 -f 11645/11957/17722 11715/11992/17757 11690/11993/17758 -f 11645/11957/17722 11690/11993/17758 11646/11920/17684 -f 11646/11920/17684 11690/11993/17758 11691/11958/17723 -f 11691/11958/17723 11717/11994/17759 11647/11921/17685 -f 11647/11921/17685 11717/11994/17759 11718/11995/17760 -f 11647/11921/17685 11718/11995/17760 11648/11922/17686 -f 11648/11922/17686 11718/11995/17760 11719/11996/17761 -f 11648/11922/17686 11719/11996/17761 11649/11923/17687 -f 11649/11923/17687 11719/11996/17761 11650/11924/17688 -f 11719/11996/17761 11720/11997/17762 11650/11924/17688 -f 11650/11924/17688 11720/11997/17762 11692/11959/17724 -f 11692/11959/17724 11721/11998/17763 11651/11925/17689 -f 11651/11925/17689 11721/11998/17763 11693/11960/17725 -f 11722/11961/17726 11723/11999/17764 11652/11926/17690 -f 11652/11926/17690 11723/11999/17764 11724/12000/17765 -f 11652/11926/17690 11724/12000/17765 11653/11927/17691 -f 11653/11927/17691 11724/12000/17765 11725/11962/17727 -f 11725/11962/17727 11726/12001/17766 11654/11928/17692 -f 11654/11928/17692 11726/12001/17766 11727/12002/17767 -f 11654/11928/17692 11727/12002/17767 11655/11929/17693 -f 11655/11929/17693 11727/12002/17767 11728/12003/17768 -f 11655/11929/17693 11728/12003/17768 11656/11930/17694 -f 11656/11930/17694 11728/12003/17768 11729/12004/17769 -f 11656/11930/17694 11729/12004/17769 11657/11885/17649 -f 11657/11885/17649 11729/12004/17769 11730/12005/17770 -f 11657/11885/17649 11730/12005/17770 11658/11931/17695 -f 11658/11931/17695 11730/12005/17770 11694/11963/17728 -f 11698/11967/17732 11731/12006/17771 11659/11932/17696 -f 11659/11932/17696 11731/12006/17771 11732/12007/17772 -f 11659/11932/17696 11732/12007/17772 11660/11933/17697 -f 11660/11933/17697 11732/12007/17772 11699/11968/17733 -f 11701/11970/17735 11769/12008/17773 11661/11934/17698 -f 11661/11934/17698 11769/12008/17773 11733/12009/17774 -f 11661/11934/17698 11733/12009/17774 11662/11935/17699 -f 11662/11935/17699 11733/12009/17774 11734/12010/17775 -f 11662/11935/17699 11734/12010/17775 11663/11936/17701 -f 11663/11936/17701 11734/12010/17775 11735/12011/17776 -f 11663/11936/17701 11735/12011/17776 11664/11937/17702 -f 11664/11937/17702 11735/12011/17776 11770/12012/17777 -f 11664/11937/17702 11770/12012/17777 11665/11938/17703 -f 11665/11938/17703 11770/12012/17777 11736/12013/17778 -f 11665/11938/17703 11736/12013/17778 11666/11939/17704 -f 11666/11939/17704 11736/12013/17778 11737/12014/17779 -f 11666/11939/17704 11737/12014/17779 11667/11940/17705 -f 11667/11940/17705 11737/12014/17779 11702/11971/17736 -f 11738/11972/17737 11739/12015/17780 11668/11941/17706 -f 11668/11941/17706 11739/12015/17780 11740/12016/17781 -f 11668/11941/17706 11740/12016/17781 11669/11942/17707 -f 11669/11942/17707 11740/12016/17781 11741/12017/17782 -f 11669/11942/17707 11741/12017/17782 11670/11943/17708 -f 11670/11943/17708 11741/12017/17782 11742/12018/17783 -f 11670/11943/17708 11742/12018/17783 11671/11897/17661 -f 11671/11897/17661 11742/12018/17783 11703/11973/17738 -f 11703/11973/17738 11743/12019/17784 11672/11944/17709 -f 11672/11944/17709 11743/12019/17784 11744/12020/17785 -f 11672/11944/17709 11744/12020/17785 11673/11945/17710 -f 11673/11945/17710 11744/12020/17785 11745/12021/17786 -f 11673/11945/17710 11745/12021/17786 11674/11946/17711 -f 11674/11946/17711 11745/12021/17786 11746/12022/17787 -f 11674/11946/17711 11746/12022/17787 11675/11947/17712 -f 11675/11947/17712 11746/12022/17787 11747/12023/17788 -f 11675/11947/17712 11747/12023/17788 11676/11948/17713 -f 11676/11948/17713 11747/12023/17788 11748/12024/17789 -f 11676/11948/17713 11748/12024/17789 11677/11949/17714 -f 11677/11949/17714 11748/12024/17789 11704/11974/17739 -f 11706/11977/17742 11774/12025/17790 11678/11903/17667 -f 11678/11903/17667 11774/12025/17790 11750/12026/17791 -f 11678/11903/17667 11750/12026/17791 11679/11904/17668 -f 11679/11904/17668 11750/12026/17791 11707/11978/17743 -f 11711/11982/17747 11751/12027/17792 11680/11983/17748 -f 11680/11983/17748 11751/12027/17792 11752/12028/17793 -f 11680/11983/17748 11752/12028/17793 11681/11984/17749 -f 11681/11984/17749 11752/12028/17793 11753/12029/17794 -f 11681/11984/17749 11753/12029/17794 11682/11950/17715 -f 11682/11950/17715 11753/12029/17794 11754/11985/17750 -f 11755/11986/17751 11756/12030/17795 11683/11951/17716 -f 11683/11951/17716 11756/12030/17795 11757/12031/17796 -f 11683/11951/17716 11757/12031/17796 11684/11952/17717 -f 11684/11952/17717 11757/12031/17796 11758/12032/17797 -f 11684/11952/17717 11758/12032/17797 11685/11987/17752 -f 11685/11987/17752 11758/12032/17797 11759/12033/17798 -f 11685/11987/17752 11759/12033/17798 11686/11953/17718 -f 11686/11953/17718 11759/12033/17798 11712/11988/17753 -f 11712/11988/17753 11760/12034/17799 11687/11989/17754 -f 11687/11989/17754 11760/12034/17799 11713/12035/17800 -f 11687/11989/17754 11713/12035/17800 11688/11990/17755 -f 11688/11990/17755 11713/12035/17800 11714/11991/17756 -f 11714/11991/17756 11762/12036/17801 11689/11956/17721 -f 11689/11956/17721 11762/12036/17801 11715/11992/17757 -f 11715/11992/17757 11763/12037/17802 11690/11993/17758 -f 11690/11993/17758 11763/12037/17802 11716/12038/17803 -f 11690/11993/17758 11716/12038/17803 11691/11958/17723 -f 11691/11958/17723 11716/12038/17803 11717/11994/17759 -f 11720/11997/17762 11765/12039/17804 11692/11959/17724 -f 11692/11959/17724 11765/12039/17804 11721/11998/17763 -f 11721/11998/17763 10170/10404/15743 11693/11960/17725 -f 11693/11960/17725 10170/10404/15743 11722/11961/17726 -f 11730/12005/17770 10203/10440/15779 11694/11963/17728 -f 11694/11963/17728 10203/10440/15779 10204/10441/15780 -f 11694/11963/17728 10204/10441/15780 11695/11964/17729 -f 11695/11964/17729 10204/10441/15780 10206/10443/15782 -f 11695/11964/17729 10206/10443/15782 11696/11965/17730 -f 11696/11965/17730 10206/10443/15782 10207/10444/15783 -f 11696/11965/17730 10207/10444/15783 11697/11966/17731 -f 11697/11966/17731 10207/10444/15783 10208/10445/15784 -f 11697/11966/17731 10208/10445/15784 11698/11967/17732 -f 11698/11967/17732 10208/10445/15784 11731/12006/17771 -f 11732/12007/17772 11766/12040/17805 11699/11968/17733 -f 11699/11968/17733 11766/12040/17805 11767/12041/17806 -f 11699/11968/17733 11767/12041/17806 11700/11969/17734 -f 11700/11969/17734 11767/12041/17806 11768/12042/17807 -f 11700/11969/17734 11768/12042/17807 11701/11970/17735 -f 11701/11970/17735 11768/12042/17807 11769/12008/17773 -f 11737/12014/17779 10180/10416/15755 11702/11971/17736 -f 11702/11971/17736 10180/10416/15755 11738/11972/17737 -f 11742/12018/17783 10187/10423/15762 11703/11973/17738 -f 11703/11973/17738 10187/10423/15762 11743/12019/17784 -f 11748/12024/17789 11771/12043/17808 11704/11974/17739 -f 11704/11974/17739 11771/12043/17808 11749/11975/17740 -f 11749/11975/17740 11772/12044/17809 11705/11976/17741 -f 11705/11976/17741 11772/12044/17809 11773/12045/17810 -f 11705/11976/17741 11773/12045/17810 11706/11977/17742 -f 11706/11977/17742 11773/12045/17810 11774/12025/17790 -f 11750/12026/17791 10223/10461/15800 11707/11978/17743 -f 11707/11978/17743 10223/10461/15800 10225/10463/15802 -f 11707/11978/17743 10225/10463/15802 11708/11979/17744 -f 11708/11979/17744 10225/10463/15802 10226/10464/15803 -f 11708/11979/17744 10226/10464/15803 11709/11980/17745 -f 11709/11980/17745 10226/10464/15803 10227/10465/15804 -f 11709/11980/17745 10227/10465/15804 11710/11981/17746 -f 11710/11981/17746 10227/10465/15804 10229/10467/15806 -f 11710/11981/17746 10229/10467/15806 11711/11982/17747 -f 11711/11982/17747 10229/10467/15806 11751/12027/17792 -f 11759/12033/17798 10154/10388/15727 11712/11988/17753 -f 11712/11988/17753 10154/10388/15727 11760/12034/17799 -f 11760/12034/17799 11775/12046/17811 11713/12035/17800 -f 11713/12035/17800 11775/12046/17811 11761/12047/17812 -f 11713/12035/17800 11761/12047/17812 11714/11991/17756 -f 11714/11991/17756 11761/12047/17812 11762/12036/17801 -f 11762/12036/17801 10160/10394/15733 11715/11992/17757 -f 11715/11992/17757 10160/10394/15733 11763/12037/17802 -f 11763/12037/17802 11776/12048/17813 11716/12038/17803 -f 11716/12038/17803 11776/12048/17813 11764/12049/17814 -f 11716/12038/17803 11764/12049/17814 11717/11994/17759 -f 11717/11994/17759 11764/12049/17814 10165/10399/15738 -f 11717/11994/17759 10165/10399/15738 11718/11995/17760 -f 11718/11995/17760 10165/10399/15738 10166/10400/15739 -f 11718/11995/17760 10166/10400/15739 11719/11996/17761 -f 11719/11996/17761 10166/10400/15739 11720/11997/17762 -f 10166/10400/15739 10167/10401/15740 11720/11997/17762 -f 11720/11997/17762 10167/10401/15740 11765/12039/17804 -f 11765/12039/17804 10169/10403/15742 11721/11998/17763 -f 11721/11998/17763 10169/10403/15742 10170/10404/15743 -f 10170/10404/15743 10172/10406/15745 11722/11961/17726 -f 11722/11961/17726 10172/10406/15745 11723/11999/17764 -f 11723/11999/17764 10172/10406/15745 10174/10408/15747 -f 11723/11999/17764 10174/10408/15747 11724/12000/17765 -f 11724/12000/17765 10174/10408/15747 11725/11962/17727 -f 11725/11962/17727 10174/10408/15747 10198/10410/15749 -f 11725/11962/17727 10198/10410/15749 11726/12001/17766 -f 11726/12001/17766 10198/10410/15749 11727/12002/17767 -f 11727/12002/17767 10198/10410/15749 10200/10436/15775 -f 11727/12002/17767 10200/10436/15775 11728/12003/17768 -f 11728/12003/17768 10200/10436/15775 11729/12004/17769 -f 11729/12004/17769 10200/10436/15775 10201/10438/15777 -f 11729/12004/17769 10201/10438/15777 11730/12005/17770 -f 11730/12005/17770 10201/10438/15777 10203/10440/15779 -f 10208/10445/15784 10209/10447/15786 11731/12006/17771 -f 11731/12006/17771 10209/10447/15786 11732/12007/17772 -f 11732/12007/17772 10209/10447/15786 11766/12040/17805 -f 11769/12008/17773 10215/10453/15792 11733/12009/17774 -f 11733/12009/17774 10215/10453/15792 10216/10454/15793 -f 11733/12009/17774 10216/10454/15793 11734/12010/17775 -f 11734/12010/17775 10216/10454/15793 10217/10455/15794 -f 11734/12010/17775 10217/10455/15794 11735/12011/17776 -f 11735/12011/17776 10217/10455/15794 11770/12012/17777 -f 11770/12012/17777 10177/10413/15752 11736/12013/17778 -f 11736/12013/17778 10177/10413/15752 10178/10414/15753 -f 11736/12013/17778 10178/10414/15753 11737/12014/17779 -f 11737/12014/17779 10178/10414/15753 10180/10416/15755 -f 10180/10416/15755 10182/10417/15756 11738/11972/17737 -f 11738/11972/17737 10182/10417/15756 11739/12015/17780 -f 11739/12015/17780 10182/10417/15756 10183/10419/15758 -f 11739/12015/17780 10183/10419/15758 11740/12016/17781 -f 11740/12016/17781 10183/10419/15758 10184/10420/15759 -f 11740/12016/17781 10184/10420/15759 11741/12017/17782 -f 11741/12017/17782 10184/10420/15759 10186/10422/15761 -f 11741/12017/17782 10186/10422/15761 11742/12018/17783 -f 11742/12018/17783 10186/10422/15761 10187/10423/15762 -f 10187/10423/15762 10189/10425/15764 11743/12019/17784 -f 11743/12019/17784 10189/10425/15764 11744/12020/17785 -f 11744/12020/17785 10189/10425/15764 10191/10427/15766 -f 11744/12020/17785 10191/10427/15766 11745/12021/17786 -f 11745/12021/17786 10191/10427/15766 11746/12022/17787 -f 11746/12022/17787 10191/10427/15766 10192/10429/15768 -f 11746/12022/17787 10192/10429/15768 11747/12023/17788 -f 11747/12023/17788 10192/10429/15768 10193/10430/15769 -f 11747/12023/17788 10193/10430/15769 11748/12024/17789 -f 11748/12024/17789 10193/10430/15769 11771/12043/17808 -f 11771/12043/17808 10196/10433/15772 11749/11975/17740 -f 11749/11975/17740 10196/10433/15772 11772/12044/17809 -f 11774/12025/17790 10222/10460/15799 11750/12026/17791 -f 11750/12026/17791 10222/10460/15799 10223/10461/15800 -f 10229/10467/15806 10231/10468/15807 11751/12027/17792 -f 11751/12027/17792 10231/10468/15807 11752/12028/17793 -f 11752/12028/17793 10231/10468/15807 10232/10470/15809 -f 11752/12028/17793 10232/10470/15809 11753/12029/17794 -f 11753/12029/17794 10232/10470/15809 10234/10471/15810 -f 11753/12029/17794 10234/10471/15810 11754/11985/17750 -f 11754/11985/17750 10234/10471/15810 11755/11986/17751 -f 11755/11986/17751 10234/10471/15810 10235/10473/15812 -f 11755/11986/17751 10235/10473/15812 11756/12030/17795 -f 11756/12030/17795 10235/10473/15812 10236/10475/15814 -f 11756/12030/17795 10236/10475/15814 11757/12031/17796 -f 11757/12031/17796 10236/10475/15814 10238/10477/15816 -f 11757/12031/17796 10238/10477/15816 11758/12032/17797 -f 11758/12032/17797 10238/10477/15816 10239/10478/15817 -f 11758/12032/17797 10239/10478/15817 11759/12033/17798 -f 11759/12033/17798 10239/10478/15817 10241/10480/15819 -f 11759/12033/17798 10241/10480/15819 10154/10388/15727 -f 11760/12034/17799 10154/10388/15727 11775/12046/17811 -f 11775/12046/17811 10157/10391/15730 11761/12047/17812 -f 11761/12047/17812 10157/10391/15730 10158/10392/15731 -f 11761/12047/17812 10158/10392/15731 11762/12036/17801 -f 11762/12036/17801 10158/10392/15731 10160/10394/15733 -f 10160/10394/15733 10161/10395/15734 11763/12037/17802 -f 11763/12037/17802 10161/10395/15734 11776/12048/17813 -f 11776/12048/17813 10163/10397/15736 11764/12049/17814 -f 11764/12049/17814 10163/10397/15736 10165/10399/15738 -f 11765/12039/17804 10167/10401/15740 10169/10403/15742 -f 10209/10447/15786 10212/10449/15788 11766/12040/17805 -f 11766/12040/17805 10212/10449/15788 11767/12041/17806 -f 11767/12041/17806 10212/10449/15788 11768/12042/17807 -f 11768/12042/17807 10212/10449/15788 10213/10451/15790 -f 11768/12042/17807 10213/10451/15790 11769/12008/17773 -f 11769/12008/17773 10213/10451/15790 10215/10453/15792 -f 10217/10455/15794 10175/10411/15750 11770/12012/17777 -f 11770/12012/17777 10175/10411/15750 10177/10413/15752 -f 10193/10430/15769 10194/10431/15770 11771/12043/17808 -f 11771/12043/17808 10194/10431/15770 10196/10433/15772 -f 10196/10433/15772 10220/10434/15773 11772/12044/17809 -f 11772/12044/17809 10220/10434/15773 11773/12045/17810 -f 11773/12045/17810 10220/10434/15773 10221/10458/15797 -f 11773/12045/17810 10221/10458/15797 11774/12025/17790 -f 11774/12025/17790 10221/10458/15797 10222/10460/15799 -f 10154/10388/15727 10156/10390/15729 11775/12046/17811 -f 11775/12046/17811 10156/10390/15729 10157/10391/15730 -f 11776/12048/17813 10161/10395/15734 10163/10397/15736 -f 11901/12050/17815 11778/12051/17816 11779/12052/17817 -f 10713/11019/16652 10712/11017/16650 11780/12053/17818 -f 10746/11051/16684 10744/11050/16683 11892/12054/17819 -f 10768/11074/16707 10767/11072/16705 11883/12055/17820 -f 10771/11077/16710 10770/11075/16708 11781/12056/17821 -f 10778/11084/16717 10777/11082/16715 11880/12057/17822 -f 10783/11089/16722 10782/11087/16720 11783/12058/17823 -f 10788/11093/16726 10786/11091/16724 11875/12059/17824 -f 10794/11100/16733 10793/11098/16731 11784/12060/17825 -f 11856/12061/17826 10791/11096/16729 10819/11125/16758 -f 10646/10949/16582 10644/10947/16580 11786/12062/17827 -f 10663/10967/16600 10662/10965/16598 11838/12063/17828 -f 10666/10969/16602 10664/10968/16601 11904/12064/17829 -f 10638/10941/16574 10637/10939/16572 11788/12065/17830 -f 10670/10973/16606 10668/10971/16604 11789/12066/17831 -f 10674/10978/16611 10673/10976/16609 11790/12067/17832 -f 12950/12068/17833 12951/9830/15169 9669/9832/15171 -f 12571/12069/17834 12569/9918/15257 9734/9917/15256 -f 9789/9993/15332 12270/12070/17835 11810/12071/17836 -f 12192/12072/17837 12190/10376/15715 10146/10375/15714 -f 9621/9775/15114 9620/9776/15115 11896/12073/17838 -f 12061/12074/17839 9622/9773/15112 11791/12075/17840 -f 12061/12074/17839 11791/12075/17840 11793/12076/17841 -f 11792/12077/17842 11796/12078/17843 10739/11045/16678 -f 10739/11045/16678 11796/12078/17843 11791/12075/17840 -f 11791/12075/17840 11796/12078/17843 11793/12076/17841 -f 11798/12079/17844 11794/12080/17845 11795/12081/17846 -f 11795/12081/17846 11794/12080/17845 11792/12077/17842 -f 11792/12077/17842 11794/12080/17845 11796/12078/17843 -f 12090/10387/15726 11798/12079/17844 11797/10386/15725 -f 11797/10386/15725 11798/12079/17844 11795/12081/17846 -f 11799/12082/17847 11802/12083/17848 11800/12084/17849 -f 12192/12072/17837 10146/10375/15714 11799/12082/17847 -f 12192/12072/17837 11799/12082/17847 11800/12084/17849 -f 11802/12083/17848 11799/12082/17847 11801/12085/17850 -f 11802/12083/17848 11801/12085/17850 11803/12086/17851 -f 11803/12086/17851 11801/12085/17850 11804/12087/17852 -f 11805/10006/15345 11803/12086/17851 11804/12087/17852 -f 11807/12088/17853 11809/12089/17854 11808/9997/15336 -f 10717/11022/16655 11809/12089/17854 11807/12088/17853 -f 10717/11022/16655 11811/12090/17855 11809/12089/17854 -f 11810/12071/17836 12270/12070/17835 11811/12090/17855 -f 11899/12091/17856 9788/9991/15330 9789/9993/15332 -f 9780/9983/15322 12301/12092/17857 12300/9984/15323 -f 12301/12092/17857 9780/9983/15322 11814/12093/17858 -f 11814/12093/17858 9780/9983/15322 11812/12094/17859 -f 11814/12093/17858 11812/12094/17859 10703/11008/16641 -f 10701/11006/16639 11813/12095/17860 11814/12093/17858 -f 10701/11006/16639 11814/12093/17858 10703/11008/16641 -f 9778/9978/15317 9779/9980/15319 11900/12096/17861 -f 12351/9971/15310 9770/9970/15309 11816/12097/17862 -f 11816/12097/17862 9770/9970/15309 11815/12098/17863 -f 11819/11000/16633 11817/10998/16631 11821/12099/17864 -f 11821/12099/17864 11818/12100/17865 11819/11000/16633 -f 11817/10998/16631 10693/10996/16629 11820/12101/17866 -f 11820/12101/17866 12379/12102/17867 11821/12099/17864 -f 11820/12101/17866 11821/12099/17864 11817/10998/16631 -f 9768/9965/15304 9769/9967/15306 11820/12101/17866 -f 11820/12101/17866 9769/9967/15306 12379/12102/17867 -f 11779/12052/17817 11825/12103/17868 11822/12104/17869 -f 11779/12052/17817 11822/12104/17869 11823/12105/17870 -f 11779/12052/17817 11824/12106/17871 11825/12103/17868 -f 11825/12103/17868 11824/12106/17871 11826/12107/17872 -f 9759/9952/15291 12434/9954/15293 11894/12108/17873 -f 11894/12108/17873 12434/9954/15293 11826/12107/17872 -f 11828/12109/17874 11827/12110/17875 12463/9943/15282 -f 11827/12110/17875 11828/12109/17874 11830/12111/17876 -f 11829/12112/17877 11831/12113/17878 11830/12111/17876 -f 11790/12067/17832 11832/12114/17879 11831/12113/17878 -f 12490/9942/15281 11832/12114/17879 9743/9941/15280 -f 9743/9941/15280 11832/12114/17879 11790/12067/17832 -f 11834/12115/17880 11833/9930/15269 9744/9929/15268 -f 11834/12115/17880 9744/9929/15268 11789/12066/17831 -f 11836/12116/17881 11837/12117/17882 11835/12118/17883 -f 9742/9928/15267 11837/12117/17882 11836/12116/17881 -f 12571/12069/17834 9734/9917/15256 11838/12063/17828 -f 12571/12069/17834 11838/12063/17828 11839/12119/17884 -f 11841/12120/17885 11840/12121/17886 11787/12122/17887 -f 11842/12123/17888 9733/9916/15255 11841/12120/17885 -f 12621/9907/15246 9724/9906/15245 12624/12124/17889 -f 11843/12125/17890 11846/12126/17891 11844/12127/17892 -f 11843/12125/17890 11844/12127/17892 12624/12124/17889 -f 11843/12125/17890 12624/12124/17889 9724/9906/15245 -f 11846/12126/17891 11843/12125/17890 11845/12128/17893 -f 11847/12129/17894 11849/12130/17895 11845/12128/17893 -f 11845/12128/17893 11849/12130/17895 11848/12131/17896 -f 11845/12128/17893 11848/12131/17896 11846/12126/17891 -f 9723/9903/15242 11849/12130/17895 11847/12129/17894 -f 11786/12062/17827 9722/9901/15240 9723/9903/15242 -f 12678/9894/15233 9714/9893/15232 11851/12132/17897 -f 12732/9880/15219 9705/9879/15218 12735/12133/17898 -f 12735/12133/17898 9705/9879/15218 11854/12134/17899 -f 12735/12133/17898 11854/12134/17899 11855/12135/17900 -f 11855/12135/17900 10820/11127/16760 11856/12061/17826 -f 9703/9875/15214 12761/9877/15216 11895/12136/17901 -f 11895/12136/17901 12761/9877/15216 12759/12137/17902 -f 11857/9868/15207 9697/9867/15206 11858/12138/17903 -f 11857/9868/15207 11858/12138/17903 12791/12139/17904 -f 11859/12140/17905 11860/11119/16752 11861/12141/17906 -f 11859/12140/17905 11861/12141/17906 12791/12139/17904 -f 11860/11119/16752 11863/12142/17907 11861/12141/17906 -f 11860/11119/16752 11862/12143/17908 11863/12142/17907 -f 11863/12142/17907 11862/12143/17908 11864/12144/17909 -f 12817/9865/15204 11864/12144/17909 9687/9864/15203 -f 9687/9864/15203 11864/12144/17909 11862/12143/17908 -f 10804/11110/16743 11868/12145/17910 11866/12146/17911 -f 10804/11110/16743 11866/12146/17911 10806/11112/16745 -f 10806/11112/16745 11866/12146/17911 11865/12147/17912 -f 11867/12148/17913 11869/12149/17914 11868/12145/17910 -f 11867/12148/17913 11868/12145/17910 10803/11108/16741 -f 10803/11108/16741 11868/12145/17910 10804/11110/16743 -f 9686/9853/15192 11869/12149/17914 11867/12148/17913 -f 12893/9843/15182 9678/9842/15181 12895/12150/17915 -f 11871/12151/17916 11870/12152/17917 12895/12150/17915 -f 11871/12151/17916 12895/12150/17915 9678/9842/15181 -f 11874/12153/17918 11872/12154/17919 11873/12155/17920 -f 11870/12152/17917 11871/12151/17916 11872/12154/17919 -f 11784/12060/17825 9677/9841/15180 11874/12153/17918 -f 11875/12059/17824 11877/12156/17921 11876/12157/17922 -f 12950/12068/17833 9669/9832/15171 11875/12059/17824 -f 12950/12068/17833 11875/12059/17824 11876/12157/17922 -f 11878/12158/17923 11877/12156/17921 11783/12058/17823 -f 11782/12159/17924 9668/9829/15168 11878/12158/17923 -f 13004/9820/15159 9659/9819/15158 13007/12160/17925 -f 11880/12057/17822 11879/12161/17926 13007/12160/17925 -f 11880/12057/17822 13007/12160/17925 9659/9819/15158 -f 11882/12162/17927 11881/12163/17928 10774/11080/16713 -f 9658/9816/15155 11781/12056/17821 9657/9814/15153 -f 13061/9807/15146 9650/9806/15145 11883/12055/17820 -f 11884/12164/17929 13063/12165/17930 11883/12055/17820 -f 11883/12055/17820 13063/12165/17930 13061/9807/15146 -f 9649/9803/15142 13087/12166/17931 9648/9801/15140 -f 9648/9801/15140 13087/12166/17931 11885/12167/17932 -f 11885/12167/17932 13087/12166/17931 11886/12168/17933 -f 11885/12167/17932 11886/12168/17933 10763/11068/16701 -f 13112/9793/15132 9641/9792/15131 13116/12169/17934 -f 13116/12169/17934 9641/9792/15131 11887/12170/17935 -f 10752/11057/16690 11890/12171/17936 11888/12172/17937 -f 11889/12173/17938 11890/12171/17936 10752/11057/16690 -f 9639/9788/15127 13141/9790/15129 11889/12173/17938 -f 11889/12173/17938 13141/9790/15129 11890/12171/17936 -f 11892/12054/17819 11891/12174/17939 13170/9779/15118 -f 11780/12053/17818 11897/12175/17940 11893/12176/17941 -f 11891/12174/17939 11892/12054/17819 11893/12176/17941 -f 10732/11037/16670 10729/11035/16668 11799/12082/17847 -f 10723/11028/16661 11898/12177/17942 11804/12087/17852 -f 11799/12082/17847 10729/11035/16668 10728/11033/16666 -f 11799/12082/17847 10728/11033/16666 11801/12085/17850 -f 11801/12085/17850 10728/11033/16666 10726/11032/16665 -f 11801/12085/17850 10726/11032/16665 11804/12087/17852 -f 11804/12087/17852 10726/11032/16665 10725/11030/16663 -f 11804/12087/17852 10725/11030/16663 10723/11028/16661 -f 11811/12090/17855 10717/11022/16655 11810/12071/17836 -f 11810/12071/17836 10717/11022/16655 10715/11020/16653 -f 10723/11028/16661 10721/11026/16659 11898/12177/17942 -f 11898/12177/17942 10721/11026/16659 10718/11024/16657 -f 11898/12177/17942 10718/11024/16657 11807/12088/17853 -f 11807/12088/17853 10718/11024/16657 10717/11022/16655 -f 10709/11014/16647 10707/11012/16645 11812/12094/17859 -f 11812/12094/17859 10707/11012/16645 10704/11010/16643 -f 11812/12094/17859 10704/11010/16643 10703/11008/16641 -f 10686/10989/16622 11824/12106/17871 10687/10991/16624 -f 10687/10991/16624 11824/12106/17871 11779/12052/17817 -f 10687/10991/16624 11779/12052/17817 11778/12051/17816 -f 10687/10991/16624 11778/12051/17816 10690/10993/16626 -f 10690/10993/16626 11778/12051/17816 10691/10995/16628 -f 10686/10989/16622 10684/10988/16621 11824/12106/17871 -f 11824/12106/17871 10684/10988/16621 11894/12108/17873 -f 11824/12106/17871 11894/12108/17873 11826/12107/17872 -f 11828/12109/17874 10679/10982/16615 10677/10981/16614 -f 11830/12111/17876 11828/12109/17874 11829/12112/17877 -f 11829/12112/17877 11828/12109/17874 10677/10981/16614 -f 11829/12112/17877 10677/10981/16614 10676/10979/16612 -f 11790/12067/17832 11831/12113/17878 11829/12112/17877 -f 11790/12067/17832 11829/12112/17877 10674/10978/16611 -f 10674/10978/16611 11829/12112/17877 10676/10979/16612 -f 11835/12118/17883 11834/12115/17880 11788/12065/17830 -f 11788/12065/17830 11834/12115/17880 11789/12066/17831 -f 11788/12065/17830 11789/12066/17831 10638/10941/16574 -f 10638/10941/16574 11789/12066/17831 10668/10971/16604 -f 10637/10939/16572 10666/10969/16602 11788/12065/17830 -f 11788/12065/17830 10666/10969/16602 11836/12116/17881 -f 11788/12065/17830 11836/12116/17881 11835/12118/17883 -f 11839/12119/17884 11838/12063/17828 11840/12121/17886 -f 11840/12121/17886 11838/12063/17828 11787/12122/17887 -f 11787/12122/17887 11838/12063/17828 10662/10965/16598 -f 11787/12122/17887 10662/10965/16598 10659/10963/16596 -f 10659/10963/16596 10658/10961/16594 11787/12122/17887 -f 11787/12122/17887 10658/10961/16594 11842/12123/17888 -f 11787/12122/17887 11842/12123/17888 11841/12120/17885 -f 10655/10958/16591 10653/10956/16589 11843/12125/17890 -f 10648/10951/16584 11847/12129/17894 10649/10953/16586 -f 10649/10953/16586 11847/12129/17894 11845/12128/17893 -f 10649/10953/16586 11845/12128/17893 10651/10954/16587 -f 10651/10954/16587 11845/12128/17893 11843/12125/17890 -f 10651/10954/16587 11843/12125/17890 10653/10956/16589 -f 10640/10943/16576 11852/12178/17943 10641/10945/16578 -f 10641/10945/16578 11852/12178/17943 11777/12179/17944 -f 10640/10943/16576 10828/11134/16767 11852/12178/17943 -f 11852/12178/17943 10828/11134/16767 10827/11133/16766 -f 11852/12178/17943 10827/11133/16766 11853/12180/17945 -f 10824/11130/16763 11785/12181/17946 10827/11133/16766 -f 11856/12061/17826 10820/11127/16760 10791/11096/16729 -f 12759/12137/17902 11856/12061/17826 11895/12136/17901 -f 11895/12136/17901 11856/12061/17826 10819/11125/16758 -f 10812/11117/16750 11862/12143/17908 11860/11119/16752 -f 11860/11119/16752 11859/12140/17905 10814/11121/16754 -f 11871/12151/17916 10799/11104/16737 10797/11103/16736 -f 11872/12154/17919 11871/12151/17916 11873/12155/17920 -f 11873/12155/17920 11871/12151/17916 10797/11103/16736 -f 11873/12155/17920 10797/11103/16736 10796/11101/16734 -f 11784/12060/17825 11874/12153/17918 11873/12155/17920 -f 11784/12060/17825 11873/12155/17920 10794/11100/16733 -f 10794/11100/16733 11873/12155/17920 10796/11101/16734 -f 11783/12058/17823 11877/12156/17921 11875/12059/17824 -f 11783/12058/17823 11875/12059/17824 10783/11089/16722 -f 10783/11089/16722 11875/12059/17824 10786/11091/16724 -f 10782/11087/16720 10780/11085/16718 11783/12058/17823 -f 11783/12058/17823 10780/11085/16718 11782/12159/17924 -f 11783/12058/17823 11782/12159/17924 11878/12158/17923 -f 11879/12161/17926 11880/12057/17822 11881/12163/17928 -f 11881/12163/17928 11880/12057/17822 10774/11080/16713 -f 10774/11080/16713 11880/12057/17822 10777/11082/16715 -f 10774/11080/16713 10773/11078/16711 11882/12162/17927 -f 11884/12164/17929 10764/11070/16703 10763/11068/16701 -f 11884/12164/17929 10763/11068/16701 11886/12168/17933 -f 10763/11068/16701 10761/11066/16699 11885/12167/17932 -f 11885/12167/17932 10761/11066/16699 10759/11064/16697 -f 11888/12172/17937 10753/11059/16692 10752/11057/16690 -f 11889/12173/17938 10752/11057/16690 10749/11054/16687 -f 11780/12053/17818 11893/12176/17941 11892/12054/17819 -f 11780/12053/17818 11892/12054/17819 10713/11019/16652 -f 10713/11019/16652 11892/12054/17819 10744/11050/16683 -f 10712/11017/16650 10743/11048/16681 11780/12053/17818 -f 11780/12053/17818 10743/11048/16681 11896/12073/17838 -f 11780/12053/17818 11896/12073/17838 11897/12175/17940 -f 11897/12175/17940 11896/12073/17838 9620/9776/15115 -f 10739/11045/16678 10738/11043/16676 11792/12077/17842 -f 11792/12077/17842 10738/11043/16676 10736/11041/16674 -f 11792/12077/17842 10736/11041/16674 11795/12081/17846 -f 10715/11020/16653 10709/11014/16647 11810/12071/17836 -f 11810/12071/17836 10709/11014/16647 11899/12091/17856 -f 11810/12071/17836 11899/12091/17856 9789/9993/15332 -f 10701/11006/16639 10700/11005/16638 11900/12096/17861 -f 10701/11006/16639 11900/12096/17861 11813/12095/17860 -f 11813/12095/17860 11900/12096/17861 9779/9980/15319 -f 10697/11002/16635 11819/11000/16633 11815/12098/17863 -f 11815/12098/17863 11819/11000/16633 11816/12097/17862 -f 11816/12097/17862 11819/11000/16633 11818/12100/17865 -f 12407/9957/15296 9761/9956/15295 11823/12105/17870 -f 11823/12105/17870 9761/9956/15295 11901/12050/17815 -f 11823/12105/17870 11901/12050/17815 11779/12052/17817 -f 10648/10951/16584 10646/10949/16582 11847/12129/17894 -f 11847/12129/17894 10646/10949/16582 11786/12062/17827 -f 11847/12129/17894 11786/12062/17827 9723/9903/15242 -f 11777/12179/17944 11852/12178/17943 11850/12182/17947 -f 11777/12179/17944 11850/12182/17947 9714/9893/15232 -f 9714/9893/15232 11850/12182/17947 11851/12132/17897 -f 10827/11133/16766 11785/12181/17946 11853/12180/17945 -f 11853/12180/17945 11785/12181/17946 9712/9888/15227 -f 11853/12180/17945 9712/9888/15227 9713/9890/15229 -f 11854/12134/17899 10822/11128/16761 10820/11127/16760 -f 11854/12134/17899 10820/11127/16760 11855/12135/17900 -f 10780/11085/16718 10778/11084/16717 11782/12159/17924 -f 11782/12159/17924 10778/11084/16717 11902/12183/17948 -f 11782/12159/17924 11902/12183/17948 9668/9829/15168 -f 9668/9829/15168 11902/12183/17948 9667/9827/15166 -f 10773/11078/16711 10771/11077/16710 11882/12162/17927 -f 11882/12162/17927 10771/11077/16710 11781/12056/17821 -f 11882/12162/17927 11781/12056/17821 9658/9816/15155 -f 10767/11072/16705 10764/11070/16703 11883/12055/17820 -f 11883/12055/17820 10764/11070/16703 11884/12164/17929 -f 10756/11061/16694 10753/11059/16692 11888/12172/17937 -f 10756/11061/16694 11888/12172/17937 11887/12170/17935 -f 11887/12170/17935 11888/12172/17937 13116/12169/17934 -f 10734/11039/16672 10732/11037/16670 11903/12184/17949 -f 11903/12184/17949 10732/11037/16670 11799/12082/17847 -f 11903/12184/17949 11799/12082/17847 10153/10377/15716 -f 10153/10377/15716 11799/12082/17847 10146/10375/15714 -f 11808/9997/15336 9790/9996/15335 11807/12088/17853 -f 11807/12088/17853 9790/9996/15335 11806/10004/15343 -f 11807/12088/17853 11806/10004/15343 11898/12177/17942 -f 11898/12177/17942 11806/10004/15343 11805/10006/15345 -f 11898/12177/17942 11805/10006/15345 11804/12087/17852 -f 10664/10968/16601 10663/10967/16600 11904/12064/17829 -f 11904/12064/17829 10663/10967/16600 11838/12063/17828 -f 11904/12064/17829 11838/12063/17828 9735/9919/15258 -f 9735/9919/15258 11838/12063/17828 9734/9917/15256 -f 10658/10961/16594 10656/10960/16593 11842/12123/17888 -f 11842/12123/17888 10656/10960/16593 11905/12185/17950 -f 11842/12123/17888 11905/12185/17950 9733/9916/15255 -f 9733/9916/15255 11905/12185/17950 9732/9914/15253 -f 10817/11123/16756 10814/11121/16754 11859/12140/17905 -f 10817/11123/16756 11859/12140/17905 11858/12138/17903 -f 11858/12138/17903 11859/12140/17905 12791/12139/17904 -f 11906/12186/17951 10788/11093/16726 11875/12059/17824 -f 11906/12186/17951 11875/12059/17824 9671/9833/15172 -f 9671/9833/15172 11875/12059/17824 9669/9832/15171 -f 10748/11053/16686 10746/11051/16684 11907/12187/17952 -f 11907/12187/17952 10746/11051/16684 11892/12054/17819 -f 11907/12187/17952 11892/12054/17819 9630/9778/15117 -f 9630/9778/15117 11892/12054/17819 13170/9779/15118 -f 10736/11041/16674 10734/11039/16672 11795/12081/17846 -f 11795/12081/17846 10734/11039/16672 11903/12184/17949 -f 11795/12081/17846 11903/12184/17949 11797/10386/15725 -f 11797/10386/15725 11903/12184/17949 10153/10377/15716 -f 11806/10004/15343 9790/9996/15335 9791/9995/15334 -f 11899/12091/17856 10709/11014/16647 11812/12094/17859 -f 11899/12091/17856 11812/12094/17859 9788/9991/15330 -f 9788/9991/15330 11812/12094/17859 9780/9983/15322 -f 9788/9991/15330 9780/9983/15322 9781/9982/15321 -f 9770/9970/15309 9771/9969/15308 11815/12098/17863 -f 11815/12098/17863 9771/9969/15308 9778/9978/15317 -f 11815/12098/17863 9778/9978/15317 11900/12096/17861 -f 11815/12098/17863 11900/12096/17861 10697/11002/16635 -f 10697/11002/16635 11900/12096/17861 10698/11004/16637 -f 10698/11004/16637 11900/12096/17861 10700/11005/16638 -f 9761/9956/15295 9762/9958/15297 11901/12050/17815 -f 11901/12050/17815 9762/9958/15297 9768/9965/15304 -f 11901/12050/17815 9768/9965/15304 11820/12101/17866 -f 11901/12050/17815 11820/12101/17866 11778/12051/17816 -f 11778/12051/17816 11820/12101/17866 10693/10996/16629 -f 11778/12051/17816 10693/10996/16629 10691/10995/16628 -f 11908/12188/17953 9753/9945/15284 9759/9952/15291 -f 11908/12188/17953 9759/9952/15291 11894/12108/17873 -f 11908/12188/17953 11894/12108/17873 10681/10984/16617 -f 10681/10984/16617 11894/12108/17873 10683/10986/16619 -f 10683/10986/16619 11894/12108/17873 10684/10988/16621 -f 10681/10984/16617 10679/10982/16615 11828/12109/17874 -f 10681/10984/16617 11828/12109/17874 11908/12188/17953 -f 11908/12188/17953 11828/12109/17874 12463/9943/15282 -f 11908/12188/17953 12463/9943/15282 9753/9945/15284 -f 11909/12189/17954 9749/9932/15271 9743/9941/15280 -f 11909/12189/17954 9743/9941/15280 11790/12067/17832 -f 11909/12189/17954 11790/12067/17832 10672/10975/16608 -f 10672/10975/16608 11790/12067/17832 10673/10976/16609 -f 10672/10975/16608 10670/10973/16606 11909/12189/17954 -f 11909/12189/17954 10670/10973/16606 11789/12066/17831 -f 11909/12189/17954 11789/12066/17831 9744/9929/15268 -f 11909/12189/17954 9744/9929/15268 9749/9932/15271 -f 11836/12116/17881 10666/10969/16602 11904/12064/17829 -f 11836/12116/17881 11904/12064/17829 9742/9928/15267 -f 9742/9928/15267 11904/12064/17829 9735/9919/15258 -f 10656/10960/16593 10655/10958/16591 11905/12185/17950 -f 11905/12185/17950 10655/10958/16591 11843/12125/17890 -f 11905/12185/17950 11843/12125/17890 9732/9914/15253 -f 9732/9914/15253 11843/12125/17890 9724/9906/15245 -f 9732/9914/15253 9724/9906/15245 9725/9905/15244 -f 10644/10947/16580 10641/10945/16578 11786/12062/17827 -f 11786/12062/17827 10641/10945/16578 11777/12179/17944 -f 11786/12062/17827 11777/12179/17944 9722/9901/15240 -f 9722/9901/15240 11777/12179/17944 9714/9893/15232 -f 9722/9901/15240 9714/9893/15232 9715/9892/15231 -f 9705/9879/15218 9706/9881/15220 9712/9888/15227 -f 9705/9879/15218 9712/9888/15227 11854/12134/17899 -f 11854/12134/17899 9712/9888/15227 11785/12181/17946 -f 11854/12134/17899 11785/12181/17946 10822/11128/16761 -f 10822/11128/16761 11785/12181/17946 10824/11130/16763 -f 11858/12138/17903 9697/9867/15206 9703/9875/15214 -f 11858/12138/17903 9703/9875/15214 11895/12136/17901 -f 11858/12138/17903 11895/12136/17901 10817/11123/16756 -f 10817/11123/16756 11895/12136/17901 10819/11125/16758 -f 11910/12190/17955 9690/9855/15194 9687/9864/15203 -f 11910/12190/17955 9687/9864/15203 11862/12143/17908 -f 11910/12190/17955 11862/12143/17908 10810/11116/16749 -f 10810/11116/16749 11862/12143/17908 10812/11117/16750 -f 10810/11116/16749 10809/11114/16747 11910/12190/17955 -f 11910/12190/17955 10809/11114/16747 10806/11112/16745 -f 11910/12190/17955 10806/11112/16745 11865/12147/17912 -f 11910/12190/17955 11865/12147/17912 9690/9855/15194 -f 9690/9855/15194 11865/12147/17912 9689/9856/15195 -f 10803/11108/16741 10801/11106/16739 11867/12148/17913 -f 11867/12148/17913 10801/11106/16739 9685/9844/15183 -f 11867/12148/17913 9685/9844/15183 9686/9853/15192 -f 9678/9842/15181 9685/9844/15183 11871/12151/17916 -f 11871/12151/17916 9685/9844/15183 10801/11106/16739 -f 11871/12151/17916 10801/11106/16739 10799/11104/16737 -f 10793/11098/16731 10788/11093/16726 11784/12060/17825 -f 11784/12060/17825 10788/11093/16726 11906/12186/17951 -f 11784/12060/17825 11906/12186/17951 9677/9841/15180 -f 9677/9841/15180 11906/12186/17951 9671/9833/15172 -f 11902/12183/17948 10778/11084/16717 11880/12057/17822 -f 11902/12183/17948 11880/12057/17822 9667/9827/15166 -f 9667/9827/15166 11880/12057/17822 9659/9819/15158 -f 9667/9827/15166 9659/9819/15158 9660/9818/15157 -f 10770/11075/16708 10768/11074/16707 11781/12056/17821 -f 11781/12056/17821 10768/11074/16707 11883/12055/17820 -f 11781/12056/17821 11883/12055/17820 9657/9814/15153 -f 9657/9814/15153 11883/12055/17820 9651/9805/15144 -f 9651/9805/15144 11883/12055/17820 9650/9806/15145 -f 9641/9792/15131 9642/9794/15133 11887/12170/17935 -f 11887/12170/17935 9642/9794/15133 9648/9801/15140 -f 11887/12170/17935 9648/9801/15140 11885/12167/17932 -f 11887/12170/17935 11885/12167/17932 10756/11061/16694 -f 10756/11061/16694 11885/12167/17932 10759/11064/16697 -f 9630/9778/15117 9633/9781/15120 9639/9788/15127 -f 9630/9778/15117 9639/9788/15127 11907/12187/17952 -f 11907/12187/17952 9639/9788/15127 11889/12173/17938 -f 11907/12187/17952 11889/12173/17938 10748/11053/16686 -f 10748/11053/16686 11889/12173/17938 10749/11054/16687 -f 11911/12191/17956 9626/9772/15111 9621/9775/15114 -f 11911/12191/17956 9621/9775/15114 11896/12073/17838 -f 11911/12191/17956 11896/12073/17838 10741/11047/16680 -f 10741/11047/16680 11896/12073/17838 10743/11048/16681 -f 10741/11047/16680 10739/11045/16678 11911/12191/17956 -f 11911/12191/17956 10739/11045/16678 11791/12075/17840 -f 11911/12191/17956 11791/12075/17840 9626/9772/15111 -f 9626/9772/15111 11791/12075/17840 9622/9773/15112 -s 122 -f 10937/11245/16878 10128/10357/15696 10936/11244/16877 -f 10936/11244/16877 10128/10357/15696 10129/10358/15697 -f 10936/11244/16877 10129/10358/15697 10934/11242/16875 -f 10934/11242/16875 10129/10358/15697 10029/10256/15595 -f 10934/11242/16875 10029/10256/15595 10933/11241/16874 -f 10933/11241/16874 10029/10256/15595 10032/10260/15599 -f 10933/11241/16874 10032/10260/15599 10931/11239/16872 -f 10931/11239/16872 10032/10260/15599 10023/10249/15588 -f 10931/11239/16872 10023/10249/15588 10930/11237/16870 -f 10930/11237/16870 10023/10249/15588 10025/10251/15590 -f 10930/11237/16870 10025/10251/15590 10950/11258/16891 -f 10950/11258/16891 10025/10251/15590 10019/10245/15584 -f 10950/11258/16891 10019/10245/15584 10949/11257/16890 -f 10949/11257/16890 10019/10245/15584 10017/10244/15583 -f 10949/11257/16890 10017/10244/15583 10947/11255/16888 -f 10947/11255/16888 10017/10244/15583 10020/10246/15585 -f 10947/11255/16888 10020/10246/15585 10946/11254/16887 -f 10946/11254/16887 10020/10246/15585 10130/10359/15698 -f 10946/11254/16887 10130/10359/15698 10944/11252/16885 -f 10944/11252/16885 10130/10359/15698 10132/10361/15700 -f 10944/11252/16885 10132/10361/15700 10943/11250/16883 -f 10943/11250/16883 10132/10361/15700 10133/10362/15701 -f 10943/11250/16883 10133/10362/15701 10960/11268/16901 -f 10960/11268/16901 10133/10362/15701 10135/10364/15703 -f 10960/11268/16901 10135/10364/15703 10959/11267/16900 -f 10959/11267/16900 10135/10364/15703 10136/10365/15704 -f 10959/11267/16900 10136/10365/15704 10957/11265/16898 -f 10957/11265/16898 10136/10365/15704 10012/10239/15578 -f 10957/11265/16898 10012/10239/15578 10956/11264/16897 -f 10956/11264/16897 10012/10239/15578 10015/10242/15581 -f 10956/11264/16897 10015/10242/15581 10954/11262/16895 -f 10954/11262/16895 10015/10242/15581 10005/10231/15570 -f 10954/11262/16895 10005/10231/15570 10953/11260/16893 -f 10953/11260/16893 10005/10231/15570 10006/10233/15572 -f 10953/11260/16893 10006/10233/15572 10970/11278/16911 -f 10970/11278/16911 10006/10233/15572 10007/10234/15573 -f 10970/11278/16911 10007/10234/15573 10969/11277/16910 -f 10969/11277/16910 10007/10234/15573 10000/10226/15565 -f 10969/11277/16910 10000/10226/15565 10967/11275/16908 -f 10967/11275/16908 10000/10226/15565 9998/10225/15564 -f 10967/11275/16908 9998/10225/15564 10966/11274/16907 -f 10966/11274/16907 9998/10225/15564 10137/10366/15705 -f 10966/11274/16907 10137/10366/15705 10964/11272/16905 -f 10964/11272/16905 10137/10366/15705 10139/10368/15707 -f 10964/11272/16905 10139/10368/15707 10963/11270/16903 -f 10963/11270/16903 10139/10368/15707 10140/10369/15708 -f 10963/11270/16903 10140/10369/15708 10980/11288/16921 -f 10980/11288/16921 10140/10369/15708 10142/10371/15710 -f 10980/11288/16921 10142/10371/15710 10979/11287/16920 -f 10979/11287/16920 10142/10371/15710 10143/10372/15711 -f 10979/11287/16920 10143/10372/15711 10977/11285/16918 -f 10977/11285/16918 10143/10372/15711 10105/10335/15674 -f 10977/11285/16918 10105/10335/15674 10976/11284/16917 -f 10976/11284/16917 10105/10335/15674 10108/10338/15677 -f 10976/11284/16917 10108/10338/15677 10974/11282/16915 -f 10974/11282/16915 10108/10338/15677 10097/10326/15665 -f 10974/11282/16915 10097/10326/15665 10973/11280/16913 -f 10973/11280/16913 10097/10326/15665 10099/10329/15668 -f 10973/11280/16913 10099/10329/15668 10990/11298/16931 -f 10990/11298/16931 10099/10329/15668 10100/10330/15669 -f 10990/11298/16931 10100/10330/15669 10989/11297/16930 -f 10989/11297/16930 10100/10330/15669 10095/10323/15662 -f 10989/11297/16930 10095/10323/15662 10987/11295/16928 -f 10987/11295/16928 10095/10323/15662 10090/10318/15657 -f 10987/11295/16928 10090/10318/15657 10986/11294/16927 -f 10986/11294/16927 10090/10318/15657 10092/10319/15658 -f 10986/11294/16927 10092/10319/15658 10984/11292/16925 -f 10984/11292/16925 10092/10319/15658 10093/10320/15659 -f 10984/11292/16925 10093/10320/15659 10983/11290/16923 -f 10983/11290/16923 10093/10320/15659 10144/10373/15712 -f 10983/11290/16923 10144/10373/15712 11000/11307/16940 -f 11000/11307/16940 10144/10373/15712 10145/10374/15713 -f 11000/11307/16940 10145/10374/15713 10999/11306/16939 -f 10999/11306/16939 10145/10374/15713 10110/10339/15678 -f 10999/11306/16939 10110/10339/15678 10997/11304/16937 -f 10997/11304/16937 10110/10339/15678 10084/10316/15655 -f 10997/11304/16937 10084/10316/15655 10996/11303/16936 -f 10996/11303/16936 10084/10316/15655 10089/10317/15656 -f 10996/11303/16936 10089/10317/15656 10994/11301/16934 -f 10994/11301/16934 10089/10317/15656 10078/10307/15646 -f 10994/11301/16934 10078/10307/15646 10889/11196/16829 -f 10889/11196/16829 10078/10307/15646 10080/10309/15648 -f 10889/11196/16829 10080/10309/15648 10888/11195/16828 -f 10888/11195/16828 10080/10309/15648 10081/10310/15649 -f 10888/11195/16828 10081/10310/15649 10886/11193/16826 -f 10886/11193/16826 10081/10310/15649 10073/10301/15640 -f 10886/11193/16826 10073/10301/15640 10884/11191/16824 -f 10884/11191/16824 10073/10301/15640 10075/10303/15642 -f 10884/11191/16824 10075/10303/15642 10883/11190/16823 -f 10883/11190/16823 10075/10303/15642 10071/10300/15639 -f 10883/11190/16823 10071/10300/15639 10881/11188/16821 -f 10881/11188/16821 10071/10300/15639 10070/10299/15638 -f 10881/11188/16821 10070/10299/15638 10880/11186/16819 -f 10880/11186/16819 10070/10299/15638 10112/10341/15680 -f 10880/11186/16819 10112/10341/15680 10898/11206/16839 -f 10898/11206/16839 10112/10341/15680 10114/10343/15682 -f 10898/11206/16839 10114/10343/15682 10896/11204/16837 -f 10896/11204/16837 10114/10343/15682 10115/10344/15683 -f 10896/11204/16837 10115/10344/15683 10894/11202/16835 -f 10894/11202/16835 10115/10344/15683 10067/10296/15635 -f 10894/11202/16835 10067/10296/15635 10893/11201/16834 -f 10893/11201/16834 10067/10296/15635 10069/10297/15636 -f 10893/11201/16834 10069/10297/15636 10891/11199/16832 -f 10891/11199/16832 10069/10297/15636 10057/10286/15625 -f 10891/11199/16832 10057/10286/15625 10890/11197/16830 -f 10890/11197/16830 10057/10286/15625 10060/10289/15628 -f 10890/11197/16830 10060/10289/15628 10908/11216/16849 -f 10908/11216/16849 10060/10289/15628 10061/10290/15629 -f 10908/11216/16849 10061/10290/15629 10906/11214/16847 -f 10906/11214/16847 10061/10290/15629 10063/10292/15631 -f 10906/11214/16847 10063/10292/15631 10904/11212/16845 -f 10904/11212/16845 10063/10292/15631 10053/10282/15621 -f 10904/11212/16845 10053/10282/15621 10903/11211/16844 -f 10903/11211/16844 10053/10282/15621 10052/10281/15620 -f 10903/11211/16844 10052/10281/15620 10901/11209/16842 -f 10901/11209/16842 10052/10281/15620 10051/10280/15619 -f 10901/11209/16842 10051/10280/15619 10900/11207/16840 -f 10900/11207/16840 10051/10280/15619 10116/10345/15684 -f 10900/11207/16840 10116/10345/15684 10918/11226/16859 -f 10918/11226/16859 10116/10345/15684 10118/10347/15686 -f 10918/11226/16859 10118/10347/15686 10916/11224/16857 -f 10916/11224/16857 10118/10347/15686 10119/10348/15687 -f 10916/11224/16857 10119/10348/15687 10914/11222/16855 -f 10914/11222/16855 10119/10348/15687 10121/10350/15689 -f 10914/11222/16855 10121/10350/15689 10913/11221/16854 -f 10913/11221/16854 10121/10350/15689 10122/10351/15690 -f 10913/11221/16854 10122/10351/15690 10911/11219/16852 -f 10911/11219/16852 10122/10351/15690 10042/10270/15609 -f 10911/11219/16852 10042/10270/15609 10910/11217/16850 -f 10910/11217/16850 10042/10270/15609 10045/10274/15613 -f 10910/11217/16850 10045/10274/15613 10928/11236/16869 -f 10928/11236/16869 10045/10274/15613 10048/10276/15615 -f 10928/11236/16869 10048/10276/15615 10926/11234/16867 -f 10926/11234/16867 10048/10276/15615 10049/10277/15616 -f 10926/11234/16867 10049/10277/15616 10924/11232/16865 -f 10924/11232/16865 10049/10277/15616 10033/10261/15600 -f 10924/11232/16865 10033/10261/15600 10923/11231/16864 -f 10923/11231/16864 10033/10261/15600 10034/10263/15602 -f 10923/11231/16864 10034/10263/15602 10921/11229/16862 -f 10921/11229/16862 10034/10263/15602 10036/10265/15604 -f 10921/11229/16862 10036/10265/15604 10920/11227/16860 -f 10920/11227/16860 10036/10265/15604 10123/10352/15691 -f 10920/11227/16860 10123/10352/15691 10941/11249/16882 -f 10941/11249/16882 10123/10352/15691 10125/10354/15693 -f 10941/11249/16882 10125/10354/15693 10939/11247/16880 -f 10939/11247/16880 10125/10354/15693 10126/10355/15694 -f 10939/11247/16880 10126/10355/15694 10937/11245/16878 -f 10937/11245/16878 10126/10355/15694 10128/10357/15696 -f 10952/11238/16871 10951/11259/16892 11994/12192/17957 -f 10962/11251/16884 10961/11269/16902 11988/12193/17958 -f 10972/11261/16894 10971/11279/16912 11982/12194/17959 -f 10982/11271/16904 10981/11289/16922 11976/12195/17960 -f 10993/11300/16933 10887/11194/16827 12016/12196/17961 -f 10887/11194/16827 10885/11192/16825 11955/12197/17962 -f 10899/11187/16820 10897/11205/16838 12011/12198/17963 -f 10897/11205/16838 10895/11203/16836 11948/12199/17964 -f 10909/11198/16831 10907/11215/16848 12007/12200/17965 -f 10907/11215/16848 10905/11213/16846 11941/12201/17966 -f 10919/11208/16841 10917/11225/16858 12003/12202/17967 -f 10917/11225/16858 10915/11223/16856 11933/12203/17968 -f 10929/11218/16851 10927/11235/16868 11913/12204/17969 -f 10927/11235/16868 10925/11233/16866 11923/12205/17970 -f 10852/11159/16792 10843/11149/16782 11914/12206/17971 -f 11914/12206/17971 10843/11149/16782 12000/12207/17972 -f 11914/12206/17971 12000/12207/17972 11926/12208/17973 -f 11915/12209/17974 11914/12206/17971 11926/12208/17973 -f 11915/12209/17974 11926/12208/17973 11997/12210/17975 -f 11916/12211/17976 11915/12209/17974 11997/12210/17975 -f 10855/11154/16787 10852/11159/16792 12054/12212/17977 -f 12054/12212/17977 10852/11159/16792 11914/12206/17971 -f 12054/12212/17977 11914/12206/17971 11917/12213/17978 -f 11917/12213/17978 11914/12206/17971 11915/12209/17974 -f 11917/12213/17978 11915/12209/17974 11918/12214/17979 -f 11918/12214/17979 11915/12209/17974 11916/12211/17976 -f 11918/12214/17979 11916/12211/17976 11921/12215/17980 -f 11919/12216/17981 11917/12213/17978 11918/12214/17979 -f 11919/12216/17981 11918/12214/17979 11912/12217/17982 -f 11912/12217/17982 11918/12214/17979 11921/12215/17980 -f 11923/12205/17970 11922/12218/17983 11925/12219/17984 -f 11925/12219/17984 11922/12218/17983 11924/12220/17985 -f 11925/12219/17984 11924/12220/17985 11926/12208/17973 -f 10843/11149/16782 10837/11136/16769 11927/12221/17986 -f 11927/12221/17986 10837/11136/16769 11928/12222/17987 -f 11927/12221/17986 11928/12222/17987 11929/12223/17988 -f 11929/12223/17988 11928/12222/17987 11930/12224/17989 -f 11929/12223/17988 11930/12224/17989 11932/12225/17990 -f 11932/12225/17990 11930/12224/17989 11931/12226/17991 -f 11932/12225/17990 11931/12226/17991 11934/12227/17992 -f 11934/12227/17992 11931/12226/17991 11933/12203/17968 -f 10837/11136/16769 10835/11143/16776 11935/12228/17993 -f 11935/12228/17993 10835/11143/16776 11936/12229/17994 -f 11935/12228/17993 11936/12229/17994 11937/12230/17995 -f 11937/12230/17995 11936/12229/17994 11938/12231/17996 -f 11937/12230/17995 11938/12231/17996 11940/12232/17997 -f 11940/12232/17997 11938/12231/17996 11939/12233/17998 -f 11940/12232/17997 11939/12233/17998 11942/12234/17999 -f 11942/12234/17999 11939/12233/17998 11941/12201/17966 -f 10842/11141/16774 10839/11146/16779 11943/12235/18000 -f 11944/12236/18001 11943/12235/18000 11945/12237/18002 -f 11944/12236/18001 11945/12237/18002 11946/12238/18003 -f 11946/12238/18003 11945/12237/18002 11947/12239/18004 -f 11946/12238/18003 11947/12239/18004 11949/12240/18005 -f 11949/12240/18005 11947/12239/18004 11948/12199/17964 -f 11950/12241/18006 10868/11163/16796 11951/12242/18007 -f 11950/12241/18006 11951/12242/18007 11952/12243/18008 -f 11952/12243/18008 11951/12242/18007 11954/12244/18009 -f 11954/12244/18009 11951/12242/18007 11953/12245/18010 -f 11954/12244/18009 11953/12245/18010 11956/12246/18011 -f 11956/12246/18011 11953/12245/18010 11955/12197/17962 -f 10868/11163/16796 10864/11171/16804 11957/12247/18012 -f 11960/12248/18013 11958/12249/18014 11959/12250/18015 -f 11960/12248/18013 11959/12250/18015 11962/12251/18016 -f 11962/12251/18016 11959/12250/18015 11961/12252/18017 -f 11963/12253/18018 10864/11171/16804 11964/12254/18019 -f 11963/12253/18018 11964/12254/18019 11965/12255/18020 -f 11965/12255/18020 11964/12254/18019 11966/12256/18021 -f 11965/12255/18020 11966/12256/18021 11968/12257/18022 -f 11968/12257/18022 11966/12256/18021 11967/12258/18023 -f 11968/12257/18022 11967/12258/18023 11970/12259/18024 -f 11970/12259/18024 11967/12258/18023 11969/12260/18025 -f 12031/12261/18026 10871/11178/16811 11971/12262/18027 -f 12031/12261/18026 11971/12262/18027 11973/12263/18028 -f 11973/12263/18028 11971/12262/18027 11972/12264/18029 -f 11973/12263/18028 11972/12264/18029 11974/12265/18030 -f 11973/12263/18028 11974/12265/18030 11975/12266/18031 -f 11975/12266/18031 11974/12265/18030 11976/12195/17960 -f 11975/12266/18031 11976/12195/17960 11977/12267/18032 -f 12037/12268/18033 10878/11176/16809 11978/12269/18034 -f 12037/12268/18033 11978/12269/18034 11979/12270/18035 -f 11981/12271/18036 11979/12270/18035 11980/12272/18037 -f 11981/12271/18036 11980/12272/18037 11983/12273/18038 -f 11983/12273/18038 11980/12272/18037 11982/12194/17959 -f 12042/12274/18039 10875/11182/16815 11984/12275/18040 -f 12042/12274/18039 11984/12275/18040 11985/12276/18041 -f 11987/12277/18042 11985/12276/18041 11986/12278/18043 -f 11987/12277/18042 11986/12278/18043 11989/12279/18044 -f 11989/12279/18044 11986/12278/18043 11988/12193/17958 -f 12048/12280/18045 10849/11156/16789 11990/12281/18046 -f 12048/12280/18045 11990/12281/18046 11991/12282/18047 -f 11993/12283/18048 11991/12282/18047 11992/12284/18049 -f 11993/12283/18048 11992/12284/18049 11995/12285/18050 -f 11995/12285/18050 11992/12284/18049 11994/12192/17957 -f 10938/11246/16879 11921/12215/17980 10940/11248/16881 -f 10940/11248/16881 11921/12215/17980 11920/12286/18051 -f 10940/11248/16881 11920/12286/18051 10942/11228/16861 -f 11996/12287/18052 10942/11228/16861 11920/12286/18051 -f 11996/12287/18052 11920/12286/18051 11997/12210/17975 -f 10922/11230/16863 10942/11228/16861 11922/12218/17983 -f 11922/12218/17983 10942/11228/16861 11996/12287/18052 -f 11922/12218/17983 11996/12287/18052 11924/12220/17985 -f 11924/12220/17985 11996/12287/18052 11997/12210/17975 -f 11923/12205/17970 10925/11233/16866 11922/12218/17983 -f 11922/12218/17983 10925/11233/16866 10922/11230/16863 -f 11913/12204/17969 10927/11235/16868 11923/12205/17970 -f 11913/12204/17969 11923/12205/17970 11998/12288/18053 -f 11998/12288/18053 11923/12205/17970 11925/12219/17984 -f 11998/12288/18053 11925/12219/17984 11999/12289/18054 -f 11999/12289/18054 11925/12219/17984 11926/12208/17973 -f 11999/12289/18054 11926/12208/17973 12000/12207/17972 -f 12001/12290/18055 10929/11218/16851 11913/12204/17969 -f 12001/12290/18055 11913/12204/17969 11998/12288/18053 -f 12001/12290/18055 11998/12288/18053 12002/12291/18056 -f 12002/12291/18056 11998/12288/18053 11999/12289/18054 -f 12002/12291/18056 11999/12289/18054 11929/12223/17988 -f 11929/12223/17988 11999/12289/18054 11927/12221/17986 -f 11927/12221/17986 11999/12289/18054 12000/12207/17972 -f 11927/12221/17986 12000/12207/17972 10843/11149/16782 -f 12002/12291/18056 11929/12223/17988 11932/12225/17990 -f 12002/12291/18056 11932/12225/17990 12001/12290/18055 -f 12001/12290/18055 11932/12225/17990 11934/12227/17992 -f 12001/12290/18055 11934/12227/17992 10929/11218/16851 -f 10929/11218/16851 11934/12227/17992 10912/11220/16853 -f 11933/12203/17968 10915/11223/16856 11934/12227/17992 -f 11934/12227/17992 10915/11223/16856 10912/11220/16853 -f 12003/12202/17967 10917/11225/16858 11933/12203/17968 -f 12003/12202/17967 11933/12203/17968 12004/12292/18057 -f 12004/12292/18057 11933/12203/17968 11931/12226/17991 -f 12004/12292/18057 11931/12226/17991 11930/12224/17989 -f 12005/12293/18058 10919/11208/16841 12003/12202/17967 -f 12005/12293/18058 12003/12202/17967 12006/12294/18059 -f 12006/12294/18059 12003/12202/17967 12004/12292/18057 -f 12006/12294/18059 12004/12292/18057 11937/12230/17995 -f 11937/12230/17995 12004/12292/18057 11930/12224/17989 -f 11937/12230/17995 11930/12224/17989 11935/12228/17993 -f 11935/12228/17993 11930/12224/17989 11928/12222/17987 -f 11935/12228/17993 11928/12222/17987 10837/11136/16769 -f 12006/12294/18059 11937/12230/17995 11940/12232/17997 -f 12006/12294/18059 11940/12232/17997 12005/12293/18058 -f 12005/12293/18058 11940/12232/17997 11942/12234/17999 -f 12005/12293/18058 11942/12234/17999 10919/11208/16841 -f 10919/11208/16841 11942/12234/17999 10902/11210/16843 -f 11941/12201/17966 10905/11213/16846 11942/12234/17999 -f 11942/12234/17999 10905/11213/16846 10902/11210/16843 -f 12007/12200/17965 10907/11215/16848 11941/12201/17966 -f 12007/12200/17965 11941/12201/17966 12008/12295/18060 -f 12008/12295/18060 11941/12201/17966 11939/12233/17998 -f 12008/12295/18060 11939/12233/17998 11938/12231/17996 -f 12009/12296/18061 10909/11198/16831 12007/12200/17965 -f 12009/12296/18061 12007/12200/17965 12010/12297/18062 -f 12010/12297/18062 12007/12200/17965 12008/12295/18060 -f 12010/12297/18062 12008/12295/18060 11944/12236/18001 -f 11944/12236/18001 12008/12295/18060 11938/12231/17996 -f 11944/12236/18001 11938/12231/17996 10842/11141/16774 -f 10842/11141/16774 11938/12231/17996 11936/12229/17994 -f 10842/11141/16774 11936/12229/17994 10835/11143/16776 -f 10842/11141/16774 11943/12235/18000 11944/12236/18001 -f 12010/12297/18062 11944/12236/18001 11946/12238/18003 -f 12010/12297/18062 11946/12238/18003 12009/12296/18061 -f 12009/12296/18061 11946/12238/18003 11949/12240/18005 -f 12009/12296/18061 11949/12240/18005 10909/11198/16831 -f 10909/11198/16831 11949/12240/18005 10892/11200/16833 -f 11948/12199/17964 10895/11203/16836 11949/12240/18005 -f 11949/12240/18005 10895/11203/16836 10892/11200/16833 -f 12011/12198/17963 10897/11205/16838 11948/12199/17964 -f 12011/12198/17963 11948/12199/17964 12012/12298/18063 -f 12012/12298/18063 11948/12199/17964 11947/12239/18004 -f 12012/12298/18063 11947/12239/18004 11945/12237/18002 -f 12012/12298/18063 11945/12237/18002 12013/12299/18064 -f 12013/12299/18064 11945/12237/18002 11943/12235/18000 -f 12013/12299/18064 11943/12235/18000 10839/11146/16779 -f 12014/12300/18065 10899/11187/16820 12011/12198/17963 -f 12014/12300/18065 12011/12198/17963 12015/12301/18066 -f 12015/12301/18066 12011/12198/17963 12012/12298/18063 -f 12015/12301/18066 12012/12298/18063 11952/12243/18008 -f 11952/12243/18008 12012/12298/18063 12013/12299/18064 -f 11952/12243/18008 12013/12299/18064 11950/12241/18006 -f 11950/12241/18006 12013/12299/18064 10839/11146/16779 -f 10839/11146/16779 10868/11163/16796 11950/12241/18006 -f 12015/12301/18066 11952/12243/18008 11954/12244/18009 -f 12015/12301/18066 11954/12244/18009 12014/12300/18065 -f 12014/12300/18065 11954/12244/18009 11956/12246/18011 -f 12014/12300/18065 11956/12246/18011 10899/11187/16820 -f 10899/11187/16820 11956/12246/18011 10882/11189/16822 -f 11955/12197/17962 10885/11192/16825 11956/12246/18011 -f 11956/12246/18011 10885/11192/16825 10882/11189/16822 -f 12016/12196/17961 10887/11194/16827 11955/12197/17962 -f 12016/12196/17961 11955/12197/17962 12017/12302/18067 -f 12017/12302/18067 11955/12197/17962 11953/12245/18010 -f 12017/12302/18067 11953/12245/18010 12018/12303/18068 -f 12018/12303/18068 11953/12245/18010 11951/12242/18007 -f 12018/12303/18068 11951/12242/18007 12019/12304/18069 -f 12019/12304/18069 11951/12242/18007 10868/11163/16796 -f 12020/12305/18070 10993/11300/16933 12016/12196/17961 -f 12020/12305/18070 12016/12196/17961 12021/12306/18071 -f 12021/12306/18071 12016/12196/17961 12017/12302/18067 -f 12021/12306/18071 12017/12302/18067 12018/12303/18068 -f 12019/12304/18069 10868/11163/16796 11957/12247/18012 -f 12019/12304/18069 11957/12247/18012 12018/12303/18068 -f 12018/12303/18068 11957/12247/18012 11958/12249/18014 -f 12018/12303/18068 11958/12249/18014 12021/12306/18071 -f 12021/12306/18071 11958/12249/18014 11960/12248/18013 -f 12021/12306/18071 11960/12248/18013 12020/12305/18070 -f 12020/12305/18070 11960/12248/18013 11962/12251/18016 -f 12020/12305/18070 11962/12251/18016 10993/11300/16933 -f 10993/11300/16933 11962/12251/18016 10995/11302/16935 -f 11002/11291/16924 11001/11308/16941 12022/12307/18072 -f 12022/12307/18072 11001/11308/16941 11961/12252/18017 -f 12022/12307/18072 11961/12252/18017 12023/12308/18073 -f 12023/12308/18073 11961/12252/18017 11959/12250/18015 -f 12023/12308/18073 11959/12250/18015 12024/12309/18074 -f 12024/12309/18074 11959/12250/18015 11958/12249/18014 -f 12024/12309/18074 11958/12249/18014 11957/12247/18012 -f 12024/12309/18074 11957/12247/18012 10864/11171/16804 -f 11001/11308/16941 10998/11305/16938 11961/12252/18017 -f 11961/12252/18017 10998/11305/16938 11962/12251/18016 -f 11962/12251/18016 10998/11305/16938 10995/11302/16935 -f 12025/12310/18075 11002/11291/16924 12022/12307/18072 -f 12025/12310/18075 12022/12307/18072 12026/12311/18076 -f 12026/12311/18076 12022/12307/18072 12023/12308/18073 -f 12026/12311/18076 12023/12308/18073 11965/12255/18020 -f 11965/12255/18020 12023/12308/18073 12024/12309/18074 -f 11965/12255/18020 12024/12309/18074 11963/12253/18018 -f 11963/12253/18018 12024/12309/18074 10864/11171/16804 -f 12026/12311/18076 11965/12255/18020 11968/12257/18022 -f 12026/12311/18076 11968/12257/18022 12025/12310/18075 -f 12025/12310/18075 11968/12257/18022 11970/12259/18024 -f 12025/12310/18075 11970/12259/18024 11002/11291/16924 -f 11002/11291/16924 11970/12259/18024 10985/11293/16926 -f 10992/11281/16914 10991/11299/16932 12027/12312/18077 -f 12027/12312/18077 10991/11299/16932 11969/12260/18025 -f 12027/12312/18077 11969/12260/18025 12028/12313/18078 -f 12028/12313/18078 11969/12260/18025 11967/12258/18023 -f 12028/12313/18078 11967/12258/18023 11966/12256/18021 -f 10860/11167/16800 11964/12254/18019 10864/11171/16804 -f 10991/11299/16932 10988/11296/16929 11969/12260/18025 -f 11969/12260/18025 10988/11296/16929 11970/12259/18024 -f 11970/12259/18024 10988/11296/16929 10985/11293/16926 -f 12029/12314/18079 10992/11281/16914 12027/12312/18077 -f 12029/12314/18079 12027/12312/18077 12030/12315/18080 -f 12030/12315/18080 12027/12312/18077 12028/12313/18078 -f 12030/12315/18080 12028/12313/18078 12032/12316/18081 -f 12032/12316/18081 12028/12313/18078 11966/12256/18021 -f 12032/12316/18081 11966/12256/18021 10860/11167/16800 -f 10860/11167/16800 11966/12256/18021 11964/12254/18019 -f 10860/11167/16800 12031/12261/18026 12032/12316/18081 -f 12030/12315/18080 12032/12316/18081 12033/12317/18082 -f 12030/12315/18080 12033/12317/18082 12029/12314/18079 -f 12029/12314/18079 12033/12317/18082 12034/12318/18083 -f 12029/12314/18079 12034/12318/18083 10992/11281/16914 -f 10992/11281/16914 12034/12318/18083 10975/11283/16916 -f 10978/11286/16919 10975/11283/16916 11977/12267/18032 -f 11977/12267/18032 10975/11283/16916 12034/12318/18083 -f 11977/12267/18032 12034/12318/18083 11975/12266/18031 -f 11975/12266/18031 12034/12318/18083 12033/12317/18082 -f 11975/12266/18031 12033/12317/18082 11973/12263/18028 -f 11973/12263/18028 12033/12317/18082 12032/12316/18081 -f 11973/12263/18028 12032/12316/18081 12031/12261/18026 -f 10871/11178/16811 12031/12261/18026 10860/11167/16800 -f 11976/12195/17960 10981/11289/16922 11977/12267/18032 -f 11977/12267/18032 10981/11289/16922 10978/11286/16919 -f 12035/12319/18084 10982/11271/16904 11976/12195/17960 -f 12035/12319/18084 11976/12195/17960 12036/12320/18085 -f 12036/12320/18085 11976/12195/17960 11974/12265/18030 -f 12036/12320/18085 11974/12265/18030 11972/12264/18029 -f 10871/11178/16811 10878/11176/16809 11971/12262/18027 -f 11971/12262/18027 10878/11176/16809 12037/12268/18033 -f 11971/12262/18027 12037/12268/18033 11972/12264/18029 -f 11972/12264/18029 12037/12268/18033 12038/12321/18086 -f 11972/12264/18029 12038/12321/18086 12036/12320/18085 -f 12036/12320/18085 12038/12321/18086 12039/12322/18087 -f 12036/12320/18085 12039/12322/18087 12035/12319/18084 -f 12035/12319/18084 12039/12322/18087 10965/11273/16906 -f 12035/12319/18084 10965/11273/16906 10982/11271/16904 -f 10968/11276/16909 10965/11273/16906 11983/12273/18038 -f 11983/12273/18038 10965/11273/16906 12039/12322/18087 -f 11983/12273/18038 12039/12322/18087 11981/12271/18036 -f 11981/12271/18036 12039/12322/18087 12038/12321/18086 -f 11981/12271/18036 12038/12321/18086 11979/12270/18035 -f 11979/12270/18035 12038/12321/18086 12037/12268/18033 -f 11982/12194/17959 10971/11279/16912 11983/12273/18038 -f 11983/12273/18038 10971/11279/16912 10968/11276/16909 -f 12040/12323/18088 10972/11261/16894 11982/12194/17959 -f 12040/12323/18088 11982/12194/17959 12041/12324/18089 -f 12041/12324/18089 11982/12194/17959 11980/12272/18037 -f 12041/12324/18089 11980/12272/18037 12043/12325/18090 -f 12043/12325/18090 11980/12272/18037 11979/12270/18035 -f 12043/12325/18090 11979/12270/18035 11978/12269/18034 -f 10878/11176/16809 10875/11182/16815 11978/12269/18034 -f 11978/12269/18034 10875/11182/16815 12042/12274/18039 -f 11978/12269/18034 12042/12274/18039 12043/12325/18090 -f 12041/12324/18089 12043/12325/18090 12044/12326/18091 -f 12041/12324/18089 12044/12326/18091 12040/12323/18088 -f 12040/12323/18088 12044/12326/18091 12045/12327/18092 -f 12040/12323/18088 12045/12327/18092 10972/11261/16894 -f 10972/11261/16894 12045/12327/18092 10955/11263/16896 -f 10958/11266/16899 10955/11263/16896 11989/12279/18044 -f 11989/12279/18044 10955/11263/16896 12045/12327/18092 -f 11989/12279/18044 12045/12327/18092 11987/12277/18042 -f 11987/12277/18042 12045/12327/18092 12044/12326/18091 -f 11987/12277/18042 12044/12326/18091 11985/12276/18041 -f 11985/12276/18041 12044/12326/18091 12043/12325/18090 -f 11985/12276/18041 12043/12325/18090 12042/12274/18039 -f 11988/12193/17958 10961/11269/16902 11989/12279/18044 -f 11989/12279/18044 10961/11269/16902 10958/11266/16899 -f 12046/12328/18093 10962/11251/16884 11988/12193/17958 -f 12046/12328/18093 11988/12193/17958 12047/12329/18094 -f 12047/12329/18094 11988/12193/17958 11986/12278/18043 -f 12047/12329/18094 11986/12278/18043 12049/12330/18095 -f 12049/12330/18095 11986/12278/18043 11985/12276/18041 -f 12049/12330/18095 11985/12276/18041 11984/12275/18040 -f 10849/11156/16789 11984/12275/18040 10875/11182/16815 -f 11984/12275/18040 10849/11156/16789 12048/12280/18045 -f 11984/12275/18040 12048/12280/18045 12049/12330/18095 -f 12047/12329/18094 12049/12330/18095 12050/12331/18096 -f 12047/12329/18094 12050/12331/18096 12046/12328/18093 -f 12046/12328/18093 12050/12331/18096 12051/12332/18097 -f 12046/12328/18093 12051/12332/18097 10962/11251/16884 -f 10962/11251/16884 12051/12332/18097 10945/11253/16886 -f 10948/11256/16889 10945/11253/16886 11995/12285/18050 -f 11995/12285/18050 10945/11253/16886 12051/12332/18097 -f 11995/12285/18050 12051/12332/18097 11993/12283/18048 -f 11993/12283/18048 12051/12332/18097 12050/12331/18096 -f 11993/12283/18048 12050/12331/18096 11991/12282/18047 -f 11991/12282/18047 12050/12331/18096 12049/12330/18095 -f 11991/12282/18047 12049/12330/18095 12048/12280/18045 -f 11994/12192/17957 10951/11259/16892 11995/12285/18050 -f 11995/12285/18050 10951/11259/16892 10948/11256/16889 -f 12052/12333/18098 10952/11238/16871 11994/12192/17957 -f 12052/12333/18098 11994/12192/17957 12053/12334/18099 -f 12053/12334/18099 11994/12192/17957 11992/12284/18049 -f 12053/12334/18099 11992/12284/18049 12055/12335/18100 -f 12055/12335/18100 11992/12284/18049 11991/12282/18047 -f 12055/12335/18100 11991/12282/18047 11990/12281/18046 -f 10849/11156/16789 10855/11154/16787 11990/12281/18046 -f 11990/12281/18046 10855/11154/16787 12054/12212/17977 -f 11990/12281/18046 12054/12212/17977 12055/12335/18100 -f 12053/12334/18099 12055/12335/18100 12056/12336/18101 -f 12053/12334/18099 12056/12336/18101 12052/12333/18098 -f 12052/12333/18098 12056/12336/18101 12057/12337/18102 -f 12052/12333/18098 12057/12337/18102 10952/11238/16871 -f 10952/11238/16871 12057/12337/18102 10932/11240/16873 -f 10935/11243/16876 10932/11240/16873 11912/12217/17982 -f 11912/12217/17982 10932/11240/16873 12057/12337/18102 -f 11912/12217/17982 12057/12337/18102 11919/12216/17981 -f 11919/12216/17981 12057/12337/18102 12056/12336/18101 -f 11919/12216/17981 12056/12336/18101 11917/12213/17978 -f 11917/12213/17978 12056/12336/18101 12055/12335/18100 -f 11917/12213/17978 12055/12335/18100 12054/12212/17977 -f 11926/12208/17973 11924/12220/17985 11997/12210/17975 -f 11916/12211/17976 11997/12210/17975 11920/12286/18051 -f 11916/12211/17976 11920/12286/18051 11921/12215/17980 -f 11912/12217/17982 11921/12215/17980 10938/11246/16879 -f 11912/12217/17982 10938/11246/16879 10935/11243/16876 -s 39 -f 11796/12078/18103 11794/12080/18104 12089/12338/18105 -f 11796/12078/18103 12089/12338/18105 12062/12339/18106 -f 12058/12340/18107 12092/12341/18108 12072/12342/18109 -f 12072/12342/18109 12092/12341/18108 12101/12343/18110 -f 12072/12342/18109 12101/12343/18110 12082/12344/18111 -f 12082/12344/18111 12101/12343/18110 12111/12345/18112 -f 12082/12344/18111 12111/12345/18112 12083/12346/18113 -f 12083/12346/18113 12111/12345/18112 12112/12347/18114 -f 12083/12346/18115 12112/12347/18116 12059/10518/15873 -f 12083/12346/18115 12059/10518/15873 10269/10519/15874 -f 12062/12339/18106 12089/12338/18105 12100/12348/18117 -f 12062/12339/18106 12100/12348/18117 12070/12349/18118 -f 12070/12349/18118 12100/12348/18117 12093/12350/18119 -f 12070/12349/18118 12093/12350/18119 12058/12340/18107 -f 12058/12340/18107 12093/12350/18119 12092/12341/18108 -f 12061/12074/18120 12060/12351/18121 9622/9773/18122 -f 12066/12352/18123 9622/9773/18122 12060/12351/18121 -f 9622/9773/18122 12066/12352/18123 9629/9766/18124 -f 11796/12078/18103 12062/12339/18106 11793/12076/18125 -f 12066/12352/18126 12065/12353/18127 9629/9766/18128 -f 12064/12354/18129 12066/12352/18126 12060/12351/18121 -f 12060/12351/18121 12061/12074/18120 12067/12355/18130 -f 12067/12355/18130 12064/12354/18129 12060/12351/18121 -f 12068/12356/18131 12063/12357/18132 12064/12354/18129 -f 12068/12356/18131 12064/12354/18129 12067/12355/18130 -f 12069/12358/18133 12063/12357/18132 12068/12356/18131 -f 12068/12356/18134 12067/12355/18130 11793/12076/18125 -f 11793/12076/18125 12067/12355/18130 12061/12074/18120 -f 12069/12358/18133 12068/12356/18131 12070/12349/18118 -f 12070/12349/18118 12068/12356/18135 12062/12339/18106 -f 12062/12339/18106 12068/12356/18134 11793/12076/18125 -f 12058/12340/18107 12069/12358/18133 12070/12349/18118 -f 12065/12353/18127 12066/12352/18126 12064/12354/18129 -f 12065/12353/18127 12064/12354/18129 12071/12359/18136 -f 12071/12359/18136 12064/12354/18129 12063/12357/18132 -f 12071/12359/18136 12063/12357/18132 12079/12360/18137 -f 12058/12340/18107 12072/12342/18109 12069/12358/18133 -f 12069/12358/18133 12072/12342/18109 12073/12361/18138 -f 12069/12358/18133 12073/12361/18138 12063/12357/18132 -f 12063/12357/18132 12073/12361/18138 12079/12360/18137 -f 12076/12362/18139 9629/9766/18128 12065/12353/18127 -f 12077/12363/18140 12076/12362/18139 12065/12353/18127 -f 12077/12363/18140 12065/12353/18127 12071/12359/18136 -f 12078/12364/18141 12075/12365/18142 12077/12363/18140 -f 12078/12364/18141 12077/12363/18140 12071/12359/18136 -f 12080/12366/18143 12075/12365/18142 12078/12364/18141 -f 12079/12360/18144 12078/12364/18141 12071/12359/18136 -f 12074/12367/18145 12080/12366/18143 12078/12364/18141 -f 12081/12368/18146 12078/12364/18141 12079/12360/18144 -f 12074/12367/18145 12078/12364/18141 10269/10519/15874 -f 10269/10519/15874 12078/12364/18141 12081/12368/18147 -f 12082/12344/18111 12081/12368/18146 12079/12360/18144 -f 12082/12344/18111 12079/12360/18144 12073/12361/18148 -f 12083/12346/18115 10269/10519/15874 12081/12368/18147 -f 12083/12346/18113 12081/12368/18146 12082/12344/18111 -f 12082/12344/18111 12073/12361/18138 12072/12342/18109 -f 9624/9767/18149 9629/9766/18128 12076/12362/18139 -f 9624/9767/18149 12076/12362/18139 12084/12369/18150 -f 12084/12369/18150 12076/12362/18139 12077/12363/18140 -f 12085/12370/18151 12084/12369/18150 12075/12365/18142 -f 12084/12369/18150 12077/12363/18140 12075/12365/18142 -f 12085/12370/18151 12075/12365/18142 12080/12366/18143 -f 12085/12370/18151 12080/12366/18143 12086/12371/18152 -f 12087/12372/18153 12086/12371/18152 12074/12367/18145 -f 12086/12371/18152 12080/12366/18143 12074/12367/18145 -f 12087/12372/18153 12074/12367/18145 10265/10513/15863 -f 10265/10513/15863 12074/12367/18145 10269/10519/15874 -f 12090/10387/18154 12088/12373/18155 11798/12079/18156 -f 11798/12079/18156 12088/12373/18155 11794/12080/18104 -f 12088/12373/18155 12089/12338/18105 11794/12080/18104 -f 12095/12374/18157 12091/10385/18158 10152/10384/18159 -f 12095/12374/18157 10152/10384/18159 12094/12375/18160 -f 12095/12374/18157 12094/12375/18160 12096/12376/18161 -f 12090/10387/18154 12091/10385/18158 12095/12374/18157 -f 12097/12377/18162 12095/12374/18157 12096/12376/18161 -f 12098/12378/18163 12090/10387/18154 12095/12374/18157 -f 12098/12378/18163 12095/12374/18157 12097/12377/18162 -f 12088/12373/18155 12090/10387/18154 12098/12378/18163 -f 12099/12379/18164 12098/12378/18163 12097/12377/18162 -f 12093/12350/18119 12098/12378/18163 12099/12379/18164 -f 12089/12338/18105 12088/12373/18155 12098/12378/18165 -f 12089/12338/18105 12098/12378/18165 12100/12348/18117 -f 12100/12348/18117 12098/12378/18163 12093/12350/18119 -f 12092/12341/18108 12093/12350/18119 12099/12379/18164 -f 12099/12379/18164 12103/12380/18166 12101/12343/18110 -f 12099/12379/18164 12101/12343/18110 12092/12341/18108 -f 12097/12377/18162 12102/12381/18167 12103/12380/18166 -f 12097/12377/18162 12103/12380/18166 12099/12379/18164 -f 12102/12381/18167 12097/12377/18162 12096/12376/18161 -f 12096/12376/18161 12104/12382/18168 12102/12381/18167 -f 12096/12376/18161 12094/12375/18160 12104/12382/18168 -f 12094/12375/18160 10152/10384/18159 12105/12383/18169 -f 12104/12382/18168 12094/12375/18160 12105/12383/18169 -f 10151/10382/18170 12106/12384/18171 12105/12383/18169 -f 12106/12384/18171 12104/12382/18168 12105/12383/18169 -f 12102/12381/18167 12104/12382/18168 12107/12385/18172 -f 12107/12385/18172 12104/12382/18168 12106/12384/18171 -f 12108/12386/18173 12107/12385/18172 12106/12384/18171 -f 12103/12380/18166 12102/12381/18167 12107/12385/18174 -f 12109/12387/18175 12103/12380/18166 12107/12385/18174 -f 12109/12387/18176 12107/12385/18172 12108/12386/18173 -f 12101/12343/18110 12103/12380/18166 12111/12345/18112 -f 12111/12345/18112 12103/12380/18166 12109/12387/18175 -f 12109/12387/18176 12108/12386/18173 12112/12347/18116 -f 12112/12347/18116 12108/12386/18173 12110/12388/18177 -f 12111/12345/18112 12109/12387/18178 12112/12347/18114 -f 12059/10518/15873 12112/12347/18116 12110/12388/18177 -f 12115/12389/18179 13398/12390/18180 12110/12388/18177 -f 12110/12388/18177 13398/12390/18180 12113/10517/15872 -f 12110/12388/18177 12113/10517/15872 12059/10518/15873 -f 12108/12386/18173 12115/12389/18179 12110/12388/18177 -f 10151/10382/18170 12114/12391/18181 12106/12384/18171 -f 12106/12384/18171 12114/12391/18181 12115/12389/18179 -f 12106/12384/18171 12115/12389/18179 12108/12386/18173 -f 10151/10382/18170 12105/12383/18169 10150/10383/18182 -f 10152/10384/18159 10150/10383/18182 12105/12383/18169 -f 9795/10001/18183 12116/12392/18184 9797/10003/18185 -f 12193/12393/18186 11802/12083/18187 12217/12394/18188 -f 12217/12394/18188 11802/12083/18187 11803/12086/18189 -f 12117/12395/18190 12220/12396/18191 12152/12397/18192 -f 12152/12397/18192 12220/12396/18191 12228/12398/18193 -f 9785/9988/18194 12118/12399/18195 9787/9990/18196 -f 11811/12090/18197 12271/12400/18198 12246/12401/18199 -f 11811/12090/18197 12246/12401/18199 11809/12089/18200 -f 12119/12402/18201 12274/12403/18202 12154/12404/18203 -f 12154/12404/18203 12274/12403/18202 12283/12405/18204 -f 12312/12406/18205 9783/9985/18206 12299/12407/18207 -f 9775/9975/18208 12120/12408/18209 9777/9977/18210 -f 11813/12095/18211 12325/12409/18212 11814/12093/18213 -f 11814/12093/18213 12325/12409/18212 12302/12410/18214 -f 12121/12411/18215 12328/12412/18216 12156/12413/18217 -f 12156/12413/18217 12328/12412/18216 12336/12414/18218 -f 9765/9962/18219 12122/12415/18220 9767/9964/18221 -f 12354/12416/18222 11818/12100/18223 11821/12099/18224 -f 12354/12416/18222 11821/12099/18224 12380/12417/18225 -f 12123/12418/18226 12383/12419/18227 12365/12420/18228 -f 12365/12420/18228 12383/12419/18227 12390/12421/18229 -f 9756/9949/18230 12124/12422/18231 9758/9951/18232 -f 12433/12423/18233 12409/12424/18234 11825/12103/18235 -f 11825/12103/18235 11826/12107/18236 12433/12423/18233 -f 12125/12425/18237 12436/12426/18238 12418/12427/18239 -f 12418/12427/18239 12436/12426/18238 12445/12428/18240 -f 12464/12429/18241 11830/12111/18242 12489/12430/18243 -f 12489/12430/18243 11830/12111/18242 11831/12113/18244 -f 12126/12431/18245 12492/12432/18246 12161/12433/18247 -f 12161/12433/18247 12492/12432/18246 12501/12434/18248 -f 12532/12435/18249 9746/9934/18250 12519/9933/18251 -f 11835/12118/18252 12544/12436/18253 12520/12437/18254 -f 11835/12118/18252 12520/12437/18254 11834/12115/18255 -f 12127/12438/18256 12547/12439/18257 12162/12440/18258 -f 12162/12440/18258 12547/12439/18257 12553/12441/18259 -f 9729/9911/18260 12128/12442/18261 9731/9913/18262 -f 11841/12120/18263 12597/12443/18264 11840/12121/18265 -f 11840/12121/18265 12597/12443/18264 12572/12444/18266 -f 12129/12445/18267 12600/12446/18268 12164/12447/18269 -f 12164/12447/18269 12600/12446/18268 12607/12448/18270 -f 9719/9898/18271 12130/12449/18272 9721/9900/18273 -f 11849/12130/18274 12651/12450/18275 11848/12131/18276 -f 11848/12131/18276 12651/12450/18275 12625/12451/18277 -f 11848/12131/18276 12625/12451/18277 11846/12126/18278 -f 12131/12452/18279 12654/12453/18280 12635/12454/18281 -f 12635/12454/18281 12654/12453/18280 12661/12455/18282 -f 9709/9885/18283 12132/12456/18284 9711/9887/18285 -f 12681/12457/18286 11852/12178/18287 12705/12458/18288 -f 12705/12458/18288 11852/12178/18287 11853/12180/18289 -f 12133/12459/18290 12708/12460/18291 12134/12461/18292 -f 12134/12461/18292 12708/12460/18291 12716/12462/18293 -f 9700/9872/18294 12135/12463/18295 9702/9874/18296 -f 12736/12464/18297 11855/12135/18298 12760/12465/18299 -f 12760/12465/18299 11855/12135/18298 11856/12061/18300 -f 12136/12466/18301 12763/12467/18302 12168/12468/18303 -f 12168/12468/18303 12763/12467/18302 12773/12469/18304 -f 12792/12470/18305 11861/12141/18306 12816/12471/18307 -f 12816/12471/18307 11861/12141/18306 11863/12142/18308 -f 12137/12472/18309 12819/12473/18310 12170/12474/18311 -f 12170/12474/18311 12819/12473/18310 12826/12475/18312 -f 9683/9850/18313 12138/12476/18314 9684/9851/18315 -f 12844/12477/18316 11866/12146/18317 11868/12145/18318 -f 12844/12477/18316 11868/12145/18318 12867/12478/18319 -f 12139/12479/18320 12870/12480/18321 12172/12481/18322 -f 12172/12481/18322 12870/12480/18321 12878/12482/18323 -f 9675/9838/18324 12140/12483/18325 9676/9839/18326 -f 11874/12153/18327 12920/12484/18328 11872/12154/18329 -f 11872/12154/18329 12920/12484/18328 12896/12485/18330 -f 12141/12486/18331 12923/12487/18332 12905/12488/18333 -f 12905/12488/18333 12923/12487/18332 12932/12489/18334 -f 9664/9824/18335 12142/12490/18336 9666/9826/18337 -f 11878/12158/18338 12978/12491/18339 11877/12156/18340 -f 11877/12156/18340 12978/12491/18339 12952/12492/18341 -f 12143/12493/18342 12981/12494/18343 12962/12495/18344 -f 12962/12495/18344 12981/12494/18343 12988/12496/18345 -f 9654/9811/18346 12144/12497/18347 9656/9813/18348 -f 13008/12498/18349 11881/12163/18350 13031/12499/18351 -f 13031/12499/18351 11881/12163/18350 11882/12162/18352 -f 12145/12500/18353 13034/12501/18354 12177/12502/18355 -f 12177/12502/18355 13034/12501/18354 13043/12503/18356 -f 9645/9798/18357 12146/12504/18358 9647/9800/18359 -f 13062/12505/18360 11884/12164/18361 11886/12168/18362 -f 13062/12505/18360 11886/12168/18362 13088/12506/18363 -f 12147/12507/18364 13091/12508/18365 12178/12509/18366 -f 12178/12509/18366 13091/12508/18365 13097/12510/18367 -f 9636/9785/18368 12148/12511/18369 9638/9787/18370 -f 13115/12512/18371 11888/12172/18372 13140/12513/18373 -f 13140/12513/18373 11888/12172/18372 11890/12171/18374 -f 12149/12514/18375 13143/12515/18376 13125/12516/18377 -f 13125/12516/18377 13143/12515/18376 13151/12517/18378 -f 9627/9769/18379 12150/12518/18380 9625/9771/18381 -f 13171/12519/18382 11893/12176/18383 13195/12520/18384 -f 13195/12520/18384 11893/12176/18383 11897/12175/18385 -f 12151/12521/18386 13198/12522/18387 13179/12523/18388 -f 13179/12523/18388 13198/12522/18387 13205/12524/18389 -f 12152/12397/18192 12228/12398/18193 12238/12525/18390 -f 12152/12397/18192 12238/12525/18390 12210/12526/18391 -f 12210/12526/18391 12238/12525/18390 12240/12527/18392 -f 12210/12526/18391 12240/12527/18392 12211/12528/18393 -f 12211/12528/18394 12240/12527/18395 12239/12529/18396 -f 12211/12528/18394 12239/12529/18396 12153/10511/15858 -f 12211/12528/18394 12153/10511/15858 10262/10510/15857 -f 12154/12404/18203 12283/12405/18204 12293/12530/18397 -f 12154/12404/18203 12293/12530/18397 12264/12531/18398 -f 12264/12531/18398 12293/12530/18399 12265/12532/18400 -f 12265/12532/18400 12293/12530/18399 12294/12533/18401 -f 12265/12532/18402 12294/12533/18403 12155/10492/15833 -f 12265/12532/18402 12155/10492/15833 10250/10491/15832 -f 12156/12413/18217 12336/12414/18218 12347/12534/18404 -f 12156/12413/18217 12347/12534/18404 12318/12535/18405 -f 12318/12535/18405 12347/12534/18404 12319/12536/18406 -f 12319/12536/18407 12347/12534/18408 12346/12537/18409 -f 12319/12536/18407 12346/12537/18409 12157/10621/15996 -f 12319/12536/18407 12157/10621/15996 10329/10620/15995 -f 12365/12420/18228 12390/12421/18229 12401/12538/18410 -f 12365/12420/18228 12401/12538/18410 12373/12539/18411 -f 12373/12539/18411 12401/12538/18410 12403/12540/18412 -f 12373/12539/18411 12403/12540/18412 12374/12541/18413 -f 12374/12541/18413 12403/12540/18412 12402/12542/18414 -f 12374/12541/18413 12402/12542/18414 10328/10617/15992 -f 10328/10617/15992 12402/12542/18414 10326/10614/15987 -s 494 -f 12457/10484/18415 10245/10483/18416 12428/12543/18417 -f 12457/10484/18415 12428/12543/18417 12158/12544/18418 -s 495 -f 12158/12544/18419 12428/12543/18420 12427/12545/18421 -f 12158/12544/18419 12427/12545/18421 12455/12546/18422 -s 39 -f 12455/12546/18423 12427/12545/18424 12445/12428/18240 -f 12445/12428/18240 12427/12545/18424 12418/12427/18239 -f 10323/10607/15979 10325/10612/15985 12481/12547/18425 -f 12159/10608/15980 12481/12547/18425 12513/12548/18426 -f 12513/12548/18426 12481/12547/18425 12483/12549/18427 -f 12513/12548/18426 12483/12549/18427 12160/12550/18428 -f 12160/12550/18428 12483/12549/18427 12482/12551/18429 -f 12160/12550/18428 12482/12551/18429 12511/12552/18430 -f 12511/12552/18430 12482/12551/18429 12161/12433/18247 -f 12511/12552/18430 12161/12433/18247 12501/12434/18248 -f 12159/10608/15980 10323/10607/15979 12481/12547/18425 -f 12162/12440/18258 12553/12441/18259 12563/12553/18431 -f 12162/12440/18258 12563/12553/18431 12537/12554/18432 -f 12537/12554/18432 12563/12553/18431 12565/12555/18433 -f 12537/12554/18432 12565/12555/18433 12538/12556/18434 -f 12538/12556/18435 12565/12555/18436 12564/12557/18437 -f 12538/12556/18435 12564/12557/18437 10320/10601/15973 -f 10320/10601/15973 12564/12557/18437 12163/10602/15974 -f 12164/12447/18269 12607/12448/18270 12617/12558/18438 -f 12164/12447/18269 12617/12558/18438 12590/12559/18439 -f 12590/12559/18439 12617/12558/18440 12591/12560/18441 -f 12591/12560/18441 12617/12558/18440 12618/12561/18442 -f 12591/12560/18443 12618/12561/18444 12165/10599/15971 -f 12591/12560/18443 12165/10599/15971 10319/10598/15970 -f 12635/12454/18281 12661/12455/18282 12644/12562/18445 -f 12644/12562/18445 12661/12455/18282 12671/12563/18446 -f 12644/12562/18445 12671/12563/18446 12673/12564/18447 -f 12644/12562/18445 12673/12564/18447 12645/12565/18448 -f 12645/12565/18449 12673/12564/18450 12672/12566/18451 -f 12645/12565/18449 12672/12566/18451 10315/10594/15966 -f 10315/10594/15966 12672/12566/18451 12166/10595/15967 -f 12134/12461/18292 12716/12462/18293 12698/12567/18452 -f 12698/12567/18452 12716/12462/18293 12726/12568/18453 -f 12698/12567/18452 12726/12568/18453 12728/12569/18454 -f 12698/12567/18452 12728/12569/18454 12699/12570/18455 -f 12699/12570/18456 12728/12569/18457 12727/12571/18458 -f 12699/12570/18456 12727/12571/18458 12167/10590/15961 -f 12699/12570/18456 12167/10590/15961 10312/10589/15960 -f 12168/12468/18303 12773/12469/18304 12783/12572/18459 -f 12168/12468/18303 12783/12572/18459 12754/12573/18460 -f 12754/12573/18460 12783/12572/18459 12785/12574/18461 -f 12754/12573/18460 12785/12574/18461 12755/12575/18462 -f 12755/12575/18462 12785/12574/18461 12784/12576/18463 -f 12755/12575/18462 12784/12576/18463 12169/10582/15953 -f 12755/12575/18462 12169/10582/15953 10308/10581/15952 -f 12170/12474/18311 12826/12475/18312 12836/12577/18464 -f 12170/12474/18311 12836/12577/18464 12809/12578/18465 -f 12809/12578/18465 12836/12577/18464 12838/12579/18466 -f 12809/12578/18465 12838/12579/18466 12810/12580/18467 -f 12810/12580/18467 12838/12579/18466 12837/12581/18468 -f 12810/12580/18467 12837/12581/18468 12171/10575/15944 -f 12810/12580/18467 12171/10575/15944 10304/10574/15943 -f 12172/12481/18322 12878/12482/18323 12888/12582/18469 -f 12172/12481/18322 12888/12582/18469 12860/12583/18470 -f 12860/12583/18470 12888/12582/18471 12861/12584/18472 -f 12861/12584/18472 12888/12582/18471 12889/12585/18473 -f 12861/12584/18474 12889/12585/18475 12173/10487/15828 -f 12861/12584/18474 12173/10487/15828 10246/10486/15827 -f 12905/12488/18333 12932/12489/18334 12914/12586/18476 -f 12914/12586/18476 12932/12489/18334 12942/12587/18477 -f 12914/12586/18476 12942/12587/18477 12174/12588/18478 -f 12174/12588/18478 12942/12587/18477 12943/12589/18479 -f 12174/12588/18480 12943/12589/18481 10301/10569/15937 -f 10301/10569/15937 12943/12589/18481 12944/12590/18482 -f 10301/10569/15937 12944/12590/18483 10299/10564/15930 -f 13000/10566/15932 10247/10489/15830 12972/12591/18484 -f 13000/10566/15932 12972/12591/18484 12175/12592/18485 -s 504 -f 12175/12592/18486 12972/12591/18487 12971/12593/18488 -f 12175/12592/18486 12971/12593/18488 12998/12594/18489 -s 39 -f 12998/12594/18490 12971/12593/18491 12988/12496/18345 -f 12988/12496/18345 12971/12593/18491 12962/12495/18344 -f 13000/10566/15932 10248/10490/15831 10247/10489/15830 -f 12176/10555/15920 10296/10554/15919 13054/12595/18492 -f 13054/12595/18492 10296/10554/15919 13025/12596/18493 -f 13054/12595/18492 13025/12596/18493 13055/12597/18494 -f 13055/12597/18494 13025/12596/18493 13024/12598/18495 -f 13055/12597/18494 13024/12598/18495 13053/12599/18496 -f 13053/12599/18496 13024/12598/18495 12177/12502/18355 -f 13053/12599/18496 12177/12502/18355 13043/12503/18356 -f 12178/12509/18366 13097/12510/18367 13107/12600/18497 -f 12178/12509/18366 13107/12600/18497 13081/12601/18498 -f 13081/12601/18498 13107/12600/18499 13082/12602/18500 -f 13082/12602/18500 13107/12600/18499 13108/12603/18501 -f 13082/12602/18502 13108/12603/18503 12179/10553/15918 -f 13082/12602/18502 12179/10553/15918 10294/10552/15917 -f 13125/12516/18377 13151/12517/18378 13134/12604/18504 -f 13134/12604/18504 13151/12517/18378 13162/12605/18505 -f 13134/12604/18504 13162/12605/18505 13163/12606/18506 -f 13134/12604/18504 13163/12606/18506 13135/12607/18507 -f 13135/12607/18507 13163/12606/18506 13164/12608/18508 -f 13135/12607/18509 13164/12608/18508 13155/10548/15913 -f 13135/12607/18509 13155/10548/15913 10291/10547/15912 -f 13179/12523/18388 13205/12524/18389 13215/12609/18510 -f 13179/12523/18388 13215/12609/18510 13188/12610/18511 -f 13188/12610/18511 13215/12609/18512 13216/12611/18513 -f 13188/12610/18511 13216/12611/18513 13189/12612/18514 -f 13189/12612/18515 13216/12611/18516 12180/10542/15905 -f 13189/12612/18515 12180/10542/15905 10289/10541/15904 -f 12193/12393/18186 12217/12394/18188 12181/12613/18517 -f 12181/12613/18517 12217/12394/18188 12227/12614/18518 -f 12181/12613/18519 12227/12614/18520 12220/12396/18191 -f 12181/12613/18519 12220/12396/18191 12117/12395/18190 -f 12246/12401/18199 12271/12400/18198 12282/12615/18521 -f 12246/12401/18199 12282/12615/18521 12254/12616/18522 -f 12254/12616/18522 12282/12615/18521 12275/12617/18523 -f 12254/12616/18522 12275/12617/18523 12119/12402/18201 -f 12119/12402/18201 12275/12617/18523 12274/12403/18202 -f 12302/12410/18524 12325/12409/18212 12307/12618/18525 -f 12307/12618/18525 12325/12409/18212 12335/12619/18526 -f 12307/12618/18527 12335/12619/18528 12328/12412/18216 -f 12307/12618/18527 12328/12412/18216 12121/12411/18215 -f 12354/12416/18222 12380/12417/18225 12362/12620/18529 -f 12362/12620/18529 12380/12417/18225 12389/12621/18530 -f 12362/12620/18529 12389/12621/18530 12361/12622/18531 -f 12361/12622/18531 12389/12621/18530 12384/12623/18532 -f 12361/12622/18531 12384/12623/18532 12123/12418/18226 -f 12123/12418/18226 12384/12623/18532 12383/12419/18227 -f 12409/12424/18234 12433/12423/18233 12182/12624/18533 -f 12182/12624/18533 12433/12423/18233 12444/12625/18534 -f 12182/12624/18535 12444/12625/18536 12125/12425/18537 -f 12125/12425/18537 12444/12625/18536 12437/12626/18538 -f 12125/12425/18237 12437/12626/18539 12436/12426/18238 -f 12464/12429/18241 12489/12430/18243 12500/12627/18540 -f 12464/12429/18241 12500/12627/18540 12183/12628/18541 -f 12183/12628/18542 12500/12627/18543 12493/12629/18544 -f 12183/12628/18542 12493/12629/18544 12126/12431/18245 -f 12126/12431/18245 12493/12629/18544 12492/12432/18246 -f 12520/12437/18254 12544/12436/18253 12552/12630/18545 -f 12520/12437/18254 12552/12630/18545 12526/12631/18546 -f 12526/12631/18547 12552/12630/18548 12127/12438/18256 -f 12127/12438/18256 12552/12630/18548 12547/12439/18257 -f 12572/12444/18549 12597/12443/18264 12578/12632/18550 -f 12578/12632/18550 12597/12443/18264 12606/12633/18551 -f 12578/12632/18552 12606/12633/18553 12600/12446/18268 -f 12578/12632/18552 12600/12446/18268 12129/12445/18267 -f 12625/12451/18277 12651/12450/18275 12660/12634/18554 -f 12625/12451/18277 12660/12634/18554 12633/12635/18555 -f 12633/12635/18555 12660/12634/18554 12655/12636/18556 -f 12633/12635/18555 12655/12636/18557 12131/12452/18279 -f 12131/12452/18279 12655/12636/18557 12654/12453/18280 -f 12681/12457/18286 12705/12458/18288 12184/12637/18558 -f 12184/12637/18558 12705/12458/18288 12715/12638/18559 -f 12184/12637/18560 12715/12638/18561 12708/12460/18291 -f 12184/12637/18560 12708/12460/18291 12133/12459/18290 -f 12736/12464/18297 12760/12465/18299 12772/12639/18562 -f 12736/12464/18297 12772/12639/18562 12185/12640/18563 -f 12185/12640/18564 12772/12639/18565 12764/12641/18566 -f 12185/12640/18564 12764/12641/18566 12136/12466/18301 -f 12136/12466/18301 12764/12641/18566 12763/12467/18302 -f 12792/12470/18305 12816/12471/18307 12825/12642/18567 -f 12792/12470/18305 12825/12642/18567 12798/12643/18568 -f 12798/12643/18569 12825/12642/18570 12137/12472/18309 -f 12137/12472/18309 12825/12642/18570 12819/12473/18310 -f 12844/12477/18316 12867/12478/18319 12877/12644/18571 -f 12844/12477/18316 12877/12644/18571 12850/12645/18572 -f 12850/12645/18573 12877/12644/18571 12870/12480/18321 -f 12850/12645/18573 12870/12480/18321 12139/12479/18320 -f 12896/12485/18330 12920/12484/18328 12186/12646/18574 -f 12186/12646/18574 12920/12484/18328 12931/12647/18575 -f 12186/12646/18576 12931/12647/18577 12141/12486/18578 -f 12141/12486/18578 12931/12647/18577 12924/12648/18579 -f 12141/12486/18331 12924/12648/18580 12923/12487/18332 -f 12952/12492/18341 12978/12491/18339 12987/12649/18581 -f 12952/12492/18341 12987/12649/18581 12960/12650/18582 -f 12960/12650/18582 12987/12649/18581 12982/12651/18583 -f 12960/12650/18582 12982/12651/18583 12143/12493/18342 -f 12143/12493/18342 12982/12651/18583 12981/12494/18343 -f 13008/12498/18349 13031/12499/18351 12187/12652/18584 -f 12187/12652/18584 13031/12499/18351 13042/12653/18585 -f 12187/12652/18586 13042/12653/18587 13034/12501/18354 -f 12187/12652/18586 13034/12501/18354 12145/12500/18353 -f 13062/12505/18360 13088/12506/18363 13096/12654/18588 -f 13062/12505/18360 13096/12654/18588 13070/12655/18589 -f 13070/12655/18590 13096/12654/18591 13091/12508/18365 -f 13070/12655/18590 13091/12508/18365 12147/12507/18364 -f 13115/12512/18371 13140/12513/18373 13150/12656/18592 -f 13115/12512/18371 13150/12656/18592 13123/12657/18593 -f 13123/12657/18594 13150/12656/18592 13143/12515/18376 -f 13123/12657/18594 13143/12515/18376 12149/12514/18375 -f 13171/12519/18382 13195/12520/18384 12189/12658/18595 -f 12189/12658/18595 13195/12520/18384 12188/12659/18596 -f 12189/12658/18597 12188/12659/18598 13198/12522/18387 -f 12189/12658/18597 13198/12522/18387 12151/12521/18386 -f 12190/10376/18599 12191/12660/18600 10147/10378/18601 -f 11802/12083/18187 12193/12393/18186 11800/12084/18602 -f 12196/12661/18603 10147/10378/18601 12191/12660/18600 -f 12195/12662/18604 12196/12661/18603 12191/12660/18600 -f 12190/10376/18599 12192/12072/18605 12197/12663/18606 -f 12197/12663/18606 12195/12662/18604 12191/12660/18600 -f 12197/12663/18606 12191/12660/18600 12190/10376/18599 -f 12198/12664/18607 12194/12665/18608 12195/12662/18604 -f 12198/12664/18607 12195/12662/18604 12197/12663/18606 -f 12117/12395/18190 12194/12665/18608 12198/12664/18607 -f 12198/12664/18609 12197/12663/18606 11800/12084/18602 -f 11800/12084/18602 12197/12663/18606 12192/12072/18605 -f 12193/12393/18186 12198/12664/18609 11800/12084/18602 -f 12181/12613/18519 12117/12395/18190 12198/12664/18607 -f 12181/12613/18517 12198/12664/18609 12193/12393/18186 -f 12204/12666/18610 10147/10378/18601 12196/12661/18603 -f 12204/12666/18610 12196/12661/18603 12199/12667/18611 -f 12196/12661/18603 12195/12662/18604 12200/12668/18612 -f 12200/12668/18612 12195/12662/18604 12194/12665/18608 -f 12200/12668/18612 12194/12665/18608 12207/12669/18613 -f 12117/12395/18190 12152/12397/18192 12201/12670/18614 -f 12117/12395/18190 12201/12670/18614 12194/12665/18608 -f 12194/12665/18608 12201/12670/18614 12207/12669/18613 -f 12196/12661/18603 12200/12668/18612 12199/12667/18611 -f 12200/12668/18615 12205/12671/18616 12199/12667/18611 -f 12206/12672/18617 12203/12673/18618 12205/12671/18616 -f 12206/12672/18617 12205/12671/18616 12200/12668/18615 -f 12199/12667/18611 12205/12671/18616 12204/12666/18610 -f 12208/12674/18619 12203/12673/18620 12206/12672/18621 -f 12207/12669/18613 12206/12672/18617 12200/12668/18615 -f 12202/12675/18622 12208/12674/18619 12206/12672/18621 -f 12209/12676/18623 12206/12672/18617 12207/12669/18613 -f 12202/12675/18622 12206/12672/18621 10262/10510/15857 -f 10262/10510/15857 12206/12672/18621 12209/12676/18624 -f 12209/12676/18623 12207/12669/18613 12210/12526/18391 -f 12210/12526/18391 12207/12669/18613 12201/12670/18614 -f 12211/12528/18394 10262/10510/15857 12209/12676/18624 -f 12211/12528/18393 12209/12676/18623 12210/12526/18391 -f 12152/12397/18192 12210/12526/18391 12201/12670/18614 -f 10149/10380/18625 10147/10378/18601 12204/12666/18610 -f 10149/10380/18625 12204/12666/18610 12212/12677/18626 -f 12212/12677/18626 12204/12666/18610 12205/12671/18616 -f 12213/12678/18627 12212/12677/18626 12203/12673/18620 -f 12212/12677/18626 12205/12671/18616 12203/12673/18620 -f 12213/12678/18627 12203/12673/18620 12208/12674/18619 -f 12213/12678/18627 12208/12674/18619 12214/12679/18628 -f 12214/12679/18628 12208/12674/18619 12202/12675/18622 -f 12214/12679/18628 12202/12675/18622 12215/10498/15843 -f 12215/10498/15843 12202/12675/18622 10262/10510/15857 -f 11805/10006/18629 12219/10005/18630 12218/12680/18631 -f 12218/12680/18631 12216/12681/18632 11805/10006/18629 -f 11805/10006/18629 12216/12681/18632 11803/12086/18189 -f 12216/12681/18632 12217/12394/18188 11803/12086/18189 -f 9797/10003/18185 12223/12682/18633 12219/10005/18630 -f 12223/12682/18633 9797/10003/18185 12116/12392/18184 -f 12223/12682/18633 12116/12392/18184 12222/12683/18634 -f 12223/12682/18635 12222/12683/18636 12224/12684/18637 -f 12218/12680/18631 12219/10005/18630 12223/12682/18633 -f 12218/12680/18638 12223/12682/18635 12224/12684/18637 -f 12226/12685/18639 12218/12680/18638 12224/12684/18637 -f 12226/12685/18639 12224/12684/18637 12225/12686/18640 -f 12216/12681/18632 12218/12680/18631 12226/12685/18641 -f 12227/12614/18518 12216/12681/18632 12226/12685/18641 -f 12227/12614/18520 12226/12685/18639 12221/12687/18642 -f 12221/12687/18642 12226/12685/18639 12225/12686/18640 -f 12217/12394/18188 12216/12681/18632 12227/12614/18518 -f 12220/12396/18191 12221/12687/18642 12225/12686/18640 -f 12227/12614/18520 12221/12687/18642 12220/12396/18191 -f 12225/12686/18640 12230/12688/18643 12228/12398/18193 -f 12225/12686/18640 12228/12398/18193 12220/12396/18191 -f 12224/12684/18637 12229/12689/18644 12225/12686/18640 -f 12225/12686/18640 12229/12689/18644 12230/12688/18643 -f 12224/12684/18637 12231/12690/18645 12229/12689/18644 -f 12224/12684/18637 12222/12683/18636 12231/12690/18645 -f 12222/12683/18636 12116/12392/18184 12232/12691/18646 -f 12231/12690/18645 12222/12683/18636 12232/12691/18646 -f 9796/10002/18647 12233/12692/18648 12232/12691/18646 -f 12233/12692/18648 12231/12690/18645 12232/12691/18646 -f 12229/12689/18644 12231/12690/18645 12234/12693/18649 -f 12234/12693/18649 12231/12690/18645 12233/12692/18648 -f 12235/12694/18650 12234/12693/18649 12233/12692/18648 -f 12230/12688/18643 12229/12689/18644 12234/12693/18651 -f 12236/12695/18652 12230/12688/18643 12234/12693/18651 -f 12236/12695/18653 12234/12693/18649 12235/12694/18650 -f 12228/12398/18193 12230/12688/18643 12238/12525/18390 -f 12238/12525/18390 12230/12688/18643 12236/12695/18652 -f 12236/12695/18653 12235/12694/18650 12239/12529/18396 -f 12239/12529/18396 12235/12694/18650 12237/12696/18654 -f 12240/12527/18392 12238/12525/18390 12236/12695/18652 -f 12240/12527/18395 12236/12695/18653 12239/12529/18396 -f 12153/10511/15858 12239/12529/18396 12237/12696/18654 -f 12243/12697/18655 13409/12698/18656 12237/12696/18654 -f 12237/12696/18654 13409/12698/18656 12241/10512/15859 -f 12237/12696/18654 12241/10512/15859 12153/10511/15858 -f 12235/12694/18650 12243/12697/18655 12237/12696/18654 -f 9796/10002/18647 12242/12699/18657 12233/12692/18648 -f 12233/12692/18648 12242/12699/18657 12243/12697/18655 -f 12233/12692/18648 12243/12697/18655 12235/12694/18650 -f 9796/10002/18647 12232/12691/18646 9795/10001/18183 -f 12116/12392/18184 9795/10001/18183 12232/12691/18646 -f 11808/9997/18658 12244/12700/18659 9792/9994/18660 -f 9792/9994/18661 12244/12700/18659 12245/12701/18662 -f 12245/12701/18662 9793/9998/18663 9792/9994/18661 -f 12249/12702/18664 12245/12701/18662 12244/12700/18659 -f 12248/12703/18665 12249/12702/18664 12244/12700/18659 -f 12250/12704/18666 12248/12703/18665 12244/12700/18659 -f 12247/12705/18667 12248/12703/18665 12250/12704/18666 -f 12244/12700/18659 11808/9997/18658 12251/12706/18668 -f 12251/12706/18668 12250/12704/18666 12244/12700/18659 -f 12252/12707/18669 12247/12705/18667 12250/12704/18666 -f 12252/12707/18669 12250/12704/18666 12251/12706/18670 -f 12253/12708/18671 12247/12705/18667 12252/12707/18669 -f 12252/12707/18672 12251/12706/18668 11809/12089/18200 -f 11809/12089/18200 12251/12706/18668 11808/9997/18658 -f 12253/12708/18671 12252/12707/18669 12254/12616/18522 -f 12254/12616/18522 12252/12707/18673 12246/12401/18199 -f 12246/12401/18199 12252/12707/18672 11809/12089/18200 -f 12119/12402/18201 12253/12708/18671 12254/12616/18522 -f 12245/12701/18662 12249/12702/18664 12255/12709/18674 -f 12249/12702/18664 12248/12703/18665 12256/12710/18675 -f 12256/12710/18675 12248/12703/18665 12247/12705/18667 -f 12256/12710/18675 12247/12705/18667 12261/12711/18676 -f 12119/12402/18201 12154/12404/18203 12253/12708/18671 -f 12253/12708/18671 12154/12404/18203 12257/12712/18677 -f 12253/12708/18671 12257/12712/18677 12247/12705/18667 -f 12247/12705/18667 12257/12712/18677 12261/12711/18676 -f 12249/12702/18664 12256/12710/18675 12255/12709/18674 -f 12256/12710/18675 12259/12713/18678 12255/12709/18674 -f 12260/12714/18679 12266/12715/18680 12259/12713/18681 -f 12260/12714/18682 12259/12713/18678 12256/12710/18675 -f 12262/12716/18683 12266/12715/18680 12260/12714/18679 -f 12261/12711/18684 12260/12714/18682 12256/12710/18675 -f 12258/12717/18685 12262/12716/18683 12260/12714/18686 -f 12263/12718/18687 12260/12714/18682 12261/12711/18684 -f 12258/12717/18685 12260/12714/18686 10250/10491/15832 -f 10250/10491/15832 12260/12714/18686 12263/12718/18688 -f 12263/12718/18687 12261/12711/18684 12264/12531/18398 -f 12264/12531/18398 12261/12711/18684 12257/12712/18677 -f 12265/12532/18402 10250/10491/15832 12263/12718/18688 -f 12265/12532/18400 12263/12718/18687 12264/12531/18398 -f 12154/12404/18203 12264/12531/18398 12257/12712/18677 -f 9793/9998/18663 12245/12701/18662 12255/12709/18674 -s 541 -f 12266/12715/18689 9793/9998/18690 12259/12713/18691 -f 9793/9998/18690 12255/12709/18692 12259/12713/18691 -s 39 -f 12267/12719/18693 12266/12715/18680 12262/12716/18683 -f 12267/12719/18693 12262/12716/18683 12268/12720/18694 -f 12268/12720/18694 12262/12716/18683 12258/12717/18685 -f 12268/12720/18694 12258/12717/18685 12269/10493/15834 -f 12269/10493/15834 12258/12717/18685 10250/10491/15832 -f 12273/9992/18695 12272/12721/18696 9789/9993/18697 -f 9789/9993/18697 12272/12721/18696 12270/12070/18698 -f 12270/12070/18698 12271/12400/18198 11811/12090/18197 -f 9787/9990/18196 12277/12722/18699 12273/9992/18695 -f 12277/12722/18699 9787/9990/18196 12118/12399/18195 -f 12277/12722/18699 12118/12399/18195 12276/12723/18700 -f 12277/12722/18699 12276/12723/18700 12278/12724/18701 -f 12272/12721/18696 12273/9992/18695 12277/12722/18699 -f 12272/12721/18696 12277/12722/18699 12279/12725/18702 -f 12279/12725/18702 12277/12722/18699 12278/12724/18701 -f 12280/12726/18703 12272/12721/18696 12279/12725/18702 -f 12270/12070/18698 12272/12721/18696 12280/12726/18704 -f 12281/12727/18705 12280/12726/18703 12279/12725/18702 -f 12275/12617/18523 12280/12726/18703 12281/12727/18705 -f 12271/12400/18198 12270/12070/18698 12280/12726/18704 -f 12271/12400/18198 12280/12726/18704 12282/12615/18521 -f 12282/12615/18521 12280/12726/18703 12275/12617/18523 -f 12274/12403/18202 12275/12617/18523 12281/12727/18705 -f 12281/12727/18705 12285/12728/18706 12283/12405/18204 -f 12281/12727/18705 12283/12405/18204 12274/12403/18202 -f 12279/12725/18702 12284/12729/18707 12285/12728/18706 -f 12279/12725/18702 12285/12728/18706 12281/12727/18705 -f 12284/12729/18707 12279/12725/18702 12278/12724/18701 -f 12278/12724/18701 12286/12730/18708 12284/12729/18707 -f 12278/12724/18701 12276/12723/18700 12286/12730/18708 -f 12276/12723/18700 12118/12399/18195 12287/12731/18709 -f 12286/12730/18708 12276/12723/18700 12287/12731/18709 -f 9786/9989/18710 12288/12732/18711 12287/12731/18709 -f 12288/12732/18711 12286/12730/18708 12287/12731/18709 -f 12284/12729/18707 12286/12730/18708 12289/12733/18712 -f 12289/12733/18712 12286/12730/18708 12288/12732/18711 -f 12290/12734/18713 12289/12733/18712 12288/12732/18711 -f 12285/12728/18706 12284/12729/18707 12289/12733/18714 -f 12291/12735/18715 12285/12728/18706 12289/12733/18714 -f 12291/12735/18716 12289/12733/18712 12290/12734/18713 -f 12283/12405/18204 12285/12728/18706 12293/12530/18397 -f 12293/12530/18397 12285/12728/18706 12291/12735/18715 -f 12291/12735/18716 12290/12734/18713 12294/12533/18403 -f 12294/12533/18403 12290/12734/18713 12292/12736/18717 -f 12293/12530/18399 12291/12735/18718 12294/12533/18401 -f 12155/10492/15833 12294/12533/18403 12292/12736/18717 -f 12297/12737/18719 13221/12738/18720 12292/12736/18717 -f 12292/12736/18717 13221/12738/18720 12295/10494/15835 -f 12292/12736/18717 12295/10494/15835 12155/10492/15833 -f 12290/12734/18713 12297/12737/18719 12292/12736/18717 -f 9786/9989/18710 12296/12739/18721 12288/12732/18711 -f 12288/12732/18711 12296/12739/18721 12297/12737/18719 -f 12288/12732/18711 12297/12737/18719 12290/12734/18713 -f 9786/9989/18710 12287/12731/18709 9785/9988/18194 -f 12118/12399/18195 9785/9988/18194 12287/12731/18709 -f 12300/9984/18722 12298/12740/18723 9782/9981/18724 -f 9782/9981/18724 12298/12740/18723 12299/12407/18207 -f 12299/12407/18207 9783/9985/18206 9782/9981/18724 -f 11814/12093/18213 12302/12410/18214 12301/12092/18725 -f 12304/12741/18726 12299/12407/18207 12298/12740/18723 -f 12305/12742/18727 12304/12741/18726 12298/12740/18723 -f 12305/12742/18727 12298/12740/18723 12300/9984/18722 -f 12300/9984/18722 12301/12092/18725 12305/12742/18727 -f 12306/12743/18728 12303/12744/18729 12304/12741/18726 -f 12306/12743/18728 12304/12741/18726 12305/12742/18727 -f 12121/12411/18215 12303/12744/18729 12306/12743/18728 -f 12306/12743/18730 12305/12742/18727 12301/12092/18725 -f 12121/12411/18215 12306/12743/18728 12307/12618/18527 -f 12307/12618/18525 12306/12743/18731 12302/12410/18524 -f 12302/12410/18214 12306/12743/18730 12301/12092/18725 -f 12312/12406/18205 12299/12407/18207 12308/12745/18732 -f 12308/12745/18732 12299/12407/18207 12304/12741/18726 -f 12308/12745/18732 12304/12741/18726 12303/12744/18729 -f 12308/12745/18732 12303/12744/18729 12315/12746/18733 -f 12121/12411/18215 12156/12413/18217 12309/12747/18734 -f 12121/12411/18215 12309/12747/18734 12303/12744/18729 -f 12303/12744/18729 12309/12747/18734 12315/12746/18733 -f 12313/12748/18735 12312/12406/18205 12308/12745/18732 -f 12314/12749/18736 12311/12750/18737 12313/12748/18735 -f 12314/12749/18736 12313/12748/18735 12308/12745/18732 -f 12316/12751/18738 12311/12750/18737 12314/12749/18736 -f 12315/12746/18733 12314/12749/18736 12308/12745/18732 -f 12310/12752/18739 12316/12751/18738 12314/12749/18736 -f 12317/12753/18740 12314/12749/18736 12315/12746/18733 -f 12310/12752/18739 12314/12749/18736 10329/10620/15995 -f 10329/10620/15995 12314/12749/18736 12317/12753/18741 -f 12317/12753/18740 12315/12746/18733 12318/12535/18405 -f 12318/12535/18405 12315/12746/18733 12309/12747/18734 -f 12319/12536/18407 10329/10620/15995 12317/12753/18741 -f 12319/12536/18406 12317/12753/18740 12318/12535/18405 -f 12156/12413/18217 12318/12535/18405 12309/12747/18734 -f 9783/9985/18742 12312/12406/18205 12320/12754/18743 -f 12320/12754/18743 12312/12406/18205 12313/12748/18735 -f 12321/12755/18744 12320/12754/18743 12311/12750/18737 -f 12320/12754/18743 12313/12748/18735 12311/12750/18737 -f 12321/12755/18744 12311/12750/18737 12316/12751/18738 -f 12321/12755/18744 12316/12751/18738 12322/12756/18745 -f 12322/12756/18745 12316/12751/18738 12310/12752/18739 -f 12322/12756/18745 12310/12752/18739 12323/10497/15840 -f 12323/10497/15840 12310/12752/18739 10329/10620/15995 -f 12327/9979/18746 12326/12757/18747 9779/9980/18748 -f 12326/12757/18747 12324/12758/18749 9779/9980/18748 -f 9779/9980/18748 12324/12758/18749 11813/12095/18211 -f 11813/12095/18211 12324/12758/18749 12325/12409/18212 -f 9777/9977/18210 12330/12759/18750 12327/9979/18746 -f 12330/12759/18750 9777/9977/18210 12120/12408/18209 -f 12330/12759/18750 12120/12408/18209 12329/12760/18751 -f 12330/12759/18750 12329/12760/18751 12331/12761/18752 -f 12326/12757/18747 12327/9979/18746 12330/12759/18750 -f 12326/12757/18747 12330/12759/18750 12332/12762/18753 -f 12332/12762/18753 12330/12759/18750 12331/12761/18752 -f 12333/12763/18754 12326/12757/18747 12332/12762/18753 -f 12324/12758/18749 12326/12757/18747 12333/12763/18755 -f 12334/12764/18756 12333/12763/18754 12332/12762/18753 -f 12335/12619/18526 12324/12758/18749 12333/12763/18755 -f 12335/12619/18528 12333/12763/18754 12334/12764/18756 -f 12325/12409/18212 12324/12758/18749 12335/12619/18526 -f 12335/12619/18528 12334/12764/18756 12328/12412/18216 -f 12334/12764/18756 12338/12765/18757 12328/12412/18216 -f 12328/12412/18216 12338/12765/18757 12336/12414/18218 -f 12332/12762/18753 12337/12766/18758 12334/12764/18756 -f 12334/12764/18756 12337/12766/18758 12338/12765/18757 -f 12337/12766/18758 12332/12762/18753 12331/12761/18752 -f 12331/12761/18752 12339/12767/18759 12337/12766/18758 -f 12331/12761/18752 12329/12760/18751 12339/12767/18759 -f 12329/12760/18751 12120/12408/18209 12340/12768/18760 -f 12339/12767/18759 12329/12760/18751 12340/12768/18760 -f 9776/9976/18761 12341/12769/18762 12340/12768/18760 -f 12341/12769/18762 12339/12767/18759 12340/12768/18760 -f 12337/12766/18758 12339/12767/18759 12342/12770/18763 -f 12342/12770/18764 12339/12767/18759 12341/12769/18762 -f 12343/12771/18765 12342/12770/18764 12341/12769/18762 -f 12338/12765/18757 12337/12766/18758 12344/12772/18766 -f 12344/12772/18766 12337/12766/18758 12342/12770/18763 -f 12344/12772/18767 12342/12770/18764 12343/12771/18765 -f 12336/12414/18218 12338/12765/18757 12344/12772/18766 -f 12344/12772/18767 12343/12771/18765 12346/12537/18409 -f 12346/12537/18409 12343/12771/18765 12345/12773/18768 -f 12347/12534/18404 12336/12414/18218 12344/12772/18766 -f 12347/12534/18408 12344/12772/18767 12346/12537/18409 -f 12157/10621/15996 12346/12537/18409 12345/12773/18768 -f 12350/12774/18769 13232/12775/18770 12345/12773/18768 -f 12345/12773/18768 13232/12775/18770 12348/10622/15997 -f 12345/12773/18768 12348/10622/15997 12157/10621/15996 -f 12343/12771/18765 12350/12774/18769 12345/12773/18768 -f 9776/9976/18761 12349/12776/18771 12341/12769/18762 -f 12341/12769/18762 12349/12776/18771 12350/12774/18769 -f 12341/12769/18762 12350/12774/18769 12343/12771/18765 -f 9776/9976/18761 12340/12768/18760 9775/9975/18208 -f 12120/12408/18209 9775/9975/18208 12340/12768/18760 -f 12351/9971/18772 12352/12777/18773 9772/9968/18774 -f 9772/9968/18774 12352/12777/18773 12353/12778/18775 -f 12353/12778/18775 9773/9972/18776 9772/9968/18774 -f 11818/12100/18223 12354/12416/18222 11816/12097/18777 -f 12356/12779/18778 12353/12778/18775 12352/12777/18773 -f 12357/12780/18779 12356/12779/18778 12352/12777/18773 -f 12355/12781/18780 12356/12779/18778 12357/12780/18781 -f 12351/9971/18772 11816/12097/18777 12358/12782/18782 -f 12358/12782/18782 12357/12780/18779 12352/12777/18773 -f 12358/12782/18782 12352/12777/18773 12351/9971/18772 -f 12359/12783/18783 12355/12781/18780 12357/12780/18779 -f 12359/12783/18783 12357/12780/18779 12358/12782/18782 -f 12360/12784/18784 12355/12781/18780 12359/12783/18783 -f 12359/12783/18783 12358/12782/18782 12354/12416/18222 -f 12354/12416/18222 12358/12782/18782 11816/12097/18777 -f 12360/12784/18784 12359/12783/18783 12361/12622/18531 -f 12361/12622/18531 12359/12783/18783 12362/12620/18529 -f 12362/12620/18529 12359/12783/18783 12354/12416/18222 -f 12123/12418/18226 12360/12784/18784 12361/12622/18531 -f 12353/12778/18775 12356/12779/18778 12363/12785/18785 -f 12364/12786/18786 12356/12779/18778 12355/12781/18780 -f 12364/12786/18786 12355/12781/18780 12370/12787/18787 -f 12123/12418/18226 12365/12420/18228 12360/12784/18784 -f 12360/12784/18784 12365/12420/18228 12366/12788/18788 -f 12360/12784/18784 12366/12788/18788 12355/12781/18780 -f 12355/12781/18780 12366/12788/18788 12370/12787/18787 -f 12356/12779/18778 12364/12786/18786 12363/12785/18785 -f 12364/12786/18786 12369/12789/18789 12363/12785/18785 -f 12368/12790/18790 12369/12789/18789 12364/12786/18786 -f 12370/12787/18791 12368/12790/18790 12364/12786/18786 -f 12367/12791/18792 12371/12792/18793 12368/12790/18794 -f 12367/12791/18792 12368/12790/18794 12372/12793/18795 -f 12372/12793/18796 12368/12790/18790 12370/12787/18791 -f 12373/12539/18411 12372/12793/18797 12370/12787/18798 -f 12373/12539/18411 12370/12787/18798 12366/12788/18788 -f 12374/12541/18413 12367/12791/18792 12372/12793/18795 -f 12373/12539/18411 12366/12788/18788 12365/12420/18228 -f 10328/10617/15992 12367/12791/18792 12374/12541/18413 -f 12374/12541/18413 12372/12793/18799 12373/12539/18411 -f 9773/9972/18776 12353/12778/18775 12363/12785/18785 -f 12375/12794/18800 9773/9972/18801 12369/12789/18802 -f 9773/9972/18801 12363/12785/18803 12369/12789/18802 -f 12376/12795/18804 12375/12794/18800 12368/12790/18805 -f 12375/12794/18800 12369/12789/18802 12368/12790/18805 -f 12376/12795/18804 12368/12790/18805 12371/12792/18806 -f 12376/12795/18804 12371/12792/18806 12377/12796/18807 -f 12377/12796/18807 12371/12792/18806 12367/12791/18792 -f 12377/12796/18807 12367/12791/18792 12378/10618/15993 -f 12378/10618/15993 12367/12791/18792 10328/10617/15992 -f 12382/9966/18808 12381/12797/18809 9769/9967/18810 -f 12381/12797/18809 12379/12102/18811 9769/9967/18810 -f 12379/12102/18811 12380/12417/18225 11821/12099/18224 -f 12382/9966/18808 9767/9964/18812 12122/12415/18220 -f 12382/9966/18808 12122/12415/18220 12385/12798/18813 -f 12381/12797/18809 12382/9966/18808 12385/12798/18813 -f 12381/12797/18809 12385/12798/18813 12386/12799/18814 -f 12387/12800/18815 12381/12797/18809 12386/12799/18814 -f 12379/12102/18811 12381/12797/18809 12387/12800/18816 -f 12388/12801/18817 12387/12800/18815 12386/12799/18814 -f 12384/12623/18532 12387/12800/18815 12388/12801/18817 -f 12380/12417/18225 12379/12102/18811 12387/12800/18816 -f 12380/12417/18225 12387/12800/18816 12389/12621/18530 -f 12389/12621/18530 12387/12800/18815 12384/12623/18532 -f 12383/12419/18227 12384/12623/18532 12388/12801/18817 -f 12388/12801/18817 12392/12802/18818 12390/12421/18229 -f 12388/12801/18817 12390/12421/18229 12383/12419/18227 -f 12386/12799/18814 12391/12803/18819 12392/12802/18818 -f 12386/12799/18814 12392/12802/18818 12388/12801/18817 -f 12391/12803/18819 12386/12799/18814 12385/12798/18813 -f 12385/12798/18813 12393/12804/18820 12391/12803/18819 -f 12393/12804/18820 12385/12798/18813 12394/12805/18821 -f 12385/12798/18813 12122/12415/18220 12394/12805/18821 -f 12393/12804/18820 12394/12805/18821 12395/12806/18822 -f 9766/9963/18823 12396/12807/18824 12395/12806/18822 -f 12396/12807/18824 12393/12804/18825 12395/12806/18822 -f 12397/12808/18826 12391/12803/18819 12393/12804/18820 -f 12397/12808/18827 12393/12804/18825 12396/12807/18824 -f 12398/12809/18828 12397/12808/18827 12396/12807/18824 -f 12392/12802/18818 12391/12803/18819 12397/12808/18826 -f 12399/12810/18829 12392/12802/18818 12397/12808/18826 -f 12399/12810/18830 12397/12808/18827 12398/12809/18828 -f 12390/12421/18229 12392/12802/18818 12401/12538/18410 -f 12401/12538/18410 12392/12802/18818 12399/12810/18829 -f 12399/12810/18830 12398/12809/18828 12402/12542/18414 -f 12402/12542/18414 12398/12809/18828 12400/12811/18831 -f 12403/12540/18412 12401/12538/18410 12399/12810/18829 -f 12403/12540/18412 12399/12810/18830 12402/12542/18414 -f 12402/12542/18414 12400/12811/18831 10326/10614/15987 -f 12406/12812/18832 13242/12813/18833 12400/12811/18831 -f 12400/12811/18831 13242/12813/18833 12404/10615/15988 -f 12400/12811/18831 12404/10615/15988 10326/10614/15987 -f 12398/12809/18828 12406/12812/18832 12400/12811/18831 -f 9766/9963/18823 12405/12814/18834 12396/12807/18824 -f 12396/12807/18824 12405/12814/18834 12406/12812/18832 -f 12396/12807/18824 12406/12812/18832 12398/12809/18828 -f 9766/9963/18823 12395/12806/18822 12394/12805/18821 -f 9766/9963/18823 12394/12805/18821 9765/9962/18219 -f 12122/12415/18220 9765/9962/18219 12394/12805/18821 -f 12407/9957/18835 12408/12815/18836 9760/9955/18837 -f 12412/12816/18838 9763/9959/18839 9760/9955/18837 -f 11825/12103/18235 12409/12424/18234 11822/12104/18840 -f 12413/12817/18841 12412/12816/18838 9760/9955/18837 -f 12413/12817/18841 9760/9955/18837 12408/12815/18836 -f 12411/12818/18842 12413/12817/18841 12408/12815/18836 -f 12407/9957/18835 11823/12105/18843 12414/12819/18844 -f 12414/12819/18844 12411/12818/18842 12408/12815/18836 -f 12414/12819/18844 12408/12815/18836 12407/9957/18835 -f 12415/12820/18845 12410/12821/18846 12411/12818/18842 -f 12415/12820/18845 12411/12818/18842 12414/12819/18844 -f 12416/12822/18847 12410/12821/18846 12415/12820/18845 -f 12415/12820/18848 12414/12819/18844 11822/12104/18840 -f 11822/12104/18840 12414/12819/18844 11823/12105/18843 -f 12409/12424/18234 12415/12820/18848 11822/12104/18840 -f 12125/12425/18537 12416/12822/18847 12415/12820/18845 -f 12125/12425/18537 12415/12820/18845 12182/12624/18535 -f 12182/12624/18533 12415/12820/18848 12409/12424/18234 -f 12412/12816/18838 12413/12817/18841 12417/12823/18849 -f 12417/12823/18849 12413/12817/18841 12411/12818/18842 -f 12417/12823/18849 12411/12818/18842 12410/12821/18846 -f 12417/12823/18849 12410/12821/18846 12424/12824/18850 -f 12125/12425/18237 12418/12427/18239 12416/12822/18847 -f 12416/12822/18847 12418/12427/18239 12419/12825/18851 -f 12416/12822/18847 12419/12825/18851 12410/12821/18846 -f 12410/12821/18846 12419/12825/18851 12424/12824/18850 -f 12423/12826/18852 12422/12827/18853 12417/12823/18849 -f 12422/12827/18853 12412/12816/18838 12417/12823/18849 -f 12421/12828/18854 12423/12826/18852 12417/12823/18849 -f 12424/12824/18855 12421/12828/18854 12417/12823/18849 -s 494 -f 12420/12829/18856 12425/12830/18857 12421/12828/18858 -f 12420/12829/18856 12421/12828/18858 12426/12831/18859 -s 39 -f 12426/12831/18860 12421/12828/18854 12424/12824/18855 -s 495 -f 12427/12545/18421 12426/12831/18861 12424/12824/18862 -f 12427/12545/18421 12424/12824/18862 12419/12825/18863 -s 494 -f 12428/12543/18417 12420/12829/18856 12426/12831/18859 -s 495 -f 12428/12543/18420 12426/12831/18861 12427/12545/18421 -s 39 -f 12427/12545/18424 12419/12825/18851 12418/12427/18239 -s 494 -f 10245/10483/18416 12420/12829/18856 12428/12543/18417 -s 39 -f 9763/9959/18839 12412/12816/18838 12422/12827/18853 -f 9763/9959/18839 12422/12827/18853 12429/12832/18864 -f 12429/12832/18864 12422/12827/18853 12423/12826/18865 -f 12430/12833/18866 12429/12832/18864 12421/12828/18867 -f 12429/12832/18864 12423/12826/18865 12421/12828/18867 -f 12430/12833/18866 12421/12828/18867 12425/12830/18868 -f 12430/12833/18866 12425/12830/18868 12431/12834/18869 -f 12431/12834/18869 12425/12830/18868 12420/12829/18870 -f 12431/12834/18869 12420/12829/18870 10244/10482/15823 -f 10244/10482/15823 12420/12829/18870 10245/10483/15824 -f 12434/9954/18871 12432/12835/18872 11826/12107/18236 -f 12432/12835/18872 12433/12423/18233 11826/12107/18236 -f 12439/12836/18873 12435/9953/18874 9758/9951/18232 -f 12439/12836/18873 9758/9951/18232 12124/12422/18231 -f 12439/12836/18873 12124/12422/18231 12438/12837/18875 -f 12439/12836/18876 12438/12837/18877 12440/12838/18878 -f 12434/9954/18879 12435/9953/18874 12439/12836/18873 -f 12441/12839/18880 12439/12836/18876 12440/12838/18878 -f 12442/12840/18881 12434/9954/18879 12439/12836/18873 -f 12442/12840/18882 12439/12836/18876 12441/12839/18880 -f 12432/12835/18883 12434/9954/18879 12442/12840/18881 -f 12443/12841/18884 12442/12840/18882 12441/12839/18880 -f 12444/12625/18534 12432/12835/18872 12442/12840/18885 -f 12444/12625/18886 12442/12840/18882 12437/12626/18539 -f 12437/12626/18539 12442/12840/18882 12443/12841/18884 -f 12433/12423/18233 12432/12835/18872 12444/12625/18534 -f 12436/12426/18238 12437/12626/18539 12443/12841/18884 -f 12443/12841/18884 12447/12842/18887 12445/12428/18240 -f 12443/12841/18884 12445/12428/18240 12436/12426/18238 -f 12441/12839/18880 12446/12843/18888 12447/12842/18887 -f 12441/12839/18880 12447/12842/18887 12443/12841/18884 -f 12446/12843/18888 12441/12839/18880 12440/12838/18878 -f 12440/12838/18878 12448/12844/18889 12446/12843/18888 -f 12440/12838/18878 12438/12837/18877 12448/12844/18889 -f 12438/12837/18877 12124/12422/18231 12449/12845/18890 -f 12448/12844/18889 12438/12837/18877 12449/12845/18890 -f 9757/9950/18891 12450/12846/18892 12449/12845/18890 -f 12450/12846/18892 12448/12844/18889 12449/12845/18890 -f 12446/12843/18888 12448/12844/18889 12451/12847/18893 -f 12451/12847/18893 12448/12844/18889 12450/12846/18892 -f 12452/12848/18894 12451/12847/18893 12450/12846/18892 -f 12447/12842/18887 12446/12843/18888 12451/12847/18895 -f 12447/12842/18887 12451/12847/18895 12453/12849/18896 -f 12453/12849/18897 12451/12847/18893 12452/12848/18894 -s 494 -f 12454/12850/18898 12453/12849/18899 12452/12848/18900 -s 39 -f 12445/12428/18240 12447/12842/18887 12455/12546/18423 -f 12455/12546/18423 12447/12842/18887 12453/12849/18896 -f 12455/12546/18423 12453/12849/18896 12456/12851/18901 -s 494 -f 12456/12851/18902 12453/12849/18899 12454/12850/18898 -f 12457/10484/18415 12456/12851/18902 12454/12850/18898 -s 495 -f 12455/12546/18422 12456/12851/18903 12158/12544/18419 -s 494 -f 12158/12544/18418 12456/12851/18902 12457/10484/18415 -s 39 -f 12460/12852/18904 13251/12853/18905 12454/12850/18906 -f 12454/12850/18906 13251/12853/18905 12458/10610/15983 -f 12454/12850/18906 12458/10610/15983 12457/10484/15825 -f 12452/12848/18907 12460/12852/18904 12454/12850/18906 -f 9757/9950/18891 12459/12854/18908 12450/12846/18892 -f 12450/12846/18892 12459/12854/18908 12460/12852/18904 -f 12450/12846/18892 12460/12852/18904 12452/12848/18907 -f 9757/9950/18891 12449/12845/18890 9756/9949/18230 -f 12124/12422/18231 9756/9949/18230 12449/12845/18890 -f 12461/12855/18909 9752/9944/18910 12463/9943/18911 -f 9752/9944/18910 12461/12855/18909 12462/12856/18912 -f 12462/12856/18912 9754/9946/18913 9752/9944/18910 -f 11830/12111/18242 12464/12429/18241 11827/12110/18914 -f 12467/12857/18915 12462/12856/18912 12461/12855/18909 -f 12466/12858/18916 12467/12857/18915 12461/12855/18909 -f 12461/12855/18909 12463/9943/18911 12468/12859/18917 -f 12468/12859/18917 12466/12858/18916 12461/12855/18909 -f 12463/9943/18911 11827/12110/18914 12468/12859/18917 -f 12469/12860/18918 12465/12861/18919 12466/12858/18916 -f 12469/12860/18918 12466/12858/18916 12468/12859/18917 -f 12470/12862/18920 12465/12861/18919 12469/12860/18918 -f 12469/12860/18921 12468/12859/18917 11827/12110/18914 -f 12464/12429/18241 12469/12860/18921 11827/12110/18914 -f 12126/12431/18245 12470/12862/18920 12469/12860/18918 -f 12126/12431/18245 12469/12860/18918 12183/12628/18542 -f 12183/12628/18541 12469/12860/18921 12464/12429/18241 -f 12462/12856/18912 12467/12857/18915 12471/12863/18922 -f 12467/12857/18915 12466/12858/18916 12472/12864/18923 -f 12472/12864/18923 12466/12858/18916 12465/12861/18919 -f 12472/12864/18923 12465/12861/18919 12478/12865/18924 -f 12126/12431/18245 12161/12433/18247 12470/12862/18920 -f 12470/12862/18920 12161/12433/18247 12473/12866/18925 -f 12470/12862/18920 12473/12866/18925 12465/12861/18919 -f 12465/12861/18919 12473/12866/18925 12478/12865/18924 -f 12467/12857/18915 12472/12864/18923 12471/12863/18922 -f 12472/12864/18923 12476/12867/18926 12471/12863/18922 -f 12477/12868/18927 12475/12869/18928 12476/12867/18926 -f 12477/12868/18927 12476/12867/18926 12472/12864/18923 -f 12479/12870/18929 12475/12869/18930 12477/12868/18931 -f 12478/12865/18924 12477/12868/18927 12472/12864/18923 -f 12474/12871/18932 12479/12870/18929 12477/12868/18931 -f 12480/12872/18933 12477/12868/18927 12478/12865/18924 -f 12474/12871/18932 12477/12868/18931 12481/12547/18425 -f 12481/12547/18425 12477/12868/18931 12480/12872/18934 -f 12480/12872/18933 12478/12865/18924 12482/12551/18429 -f 12482/12551/18429 12478/12865/18924 12473/12866/18925 -f 10325/10612/15985 12474/12871/18932 12481/12547/18425 -f 12483/12549/18427 12481/12547/18425 12480/12872/18934 -f 12483/12549/18427 12480/12872/18934 12482/12551/18429 -f 12161/12433/18247 12482/12551/18429 12473/12866/18925 -f 9754/9946/18913 12462/12856/18912 12471/12863/18922 -f 9754/9946/18913 12471/12863/18922 12484/12873/18935 -f 12484/12873/18935 12471/12863/18922 12476/12867/18936 -f 12485/12874/18937 12484/12873/18935 12475/12869/18930 -f 12484/12873/18935 12476/12867/18936 12475/12869/18930 -f 12485/12874/18937 12475/12869/18930 12479/12870/18929 -f 12485/12874/18937 12479/12870/18929 12486/12875/18938 -f 12486/12875/18938 12479/12870/18929 12474/12871/18932 -f 12486/12875/18938 12474/12871/18932 12487/10613/15986 -f 12487/10613/15986 12474/12871/18932 10325/10612/15985 -f 12490/9942/18939 12488/12876/18940 11832/12114/18941 -f 12488/12876/18940 12489/12430/18243 11832/12114/18941 -f 11832/12114/18941 12489/12430/18243 11831/12113/18244 -f 12495/12877/18942 12491/9940/18943 9748/9939/18944 -f 12495/12877/18942 9748/9939/18944 12494/12878/18945 -f 12495/12877/18942 12494/12878/18945 12496/12879/18946 -f 12490/9942/18939 12491/9940/18943 12495/12877/18942 -f 12497/12880/18947 12495/12877/18942 12496/12879/18946 -f 12498/12881/18948 12490/9942/18939 12495/12877/18942 -f 12498/12881/18948 12495/12877/18942 12497/12880/18947 -f 12488/12876/18940 12490/9942/18939 12498/12881/18948 -f 12499/12882/18949 12498/12881/18948 12497/12880/18947 -f 12493/12629/18544 12498/12881/18948 12499/12882/18949 -f 12489/12430/18243 12488/12876/18940 12498/12881/18950 -f 12489/12430/18243 12498/12881/18950 12500/12627/18540 -f 12500/12627/18543 12498/12881/18948 12493/12629/18544 -f 12492/12432/18246 12493/12629/18544 12499/12882/18949 -f 12499/12882/18949 12503/12883/18951 12501/12434/18248 -f 12499/12882/18949 12501/12434/18248 12492/12432/18246 -f 12497/12880/18947 12502/12884/18952 12503/12883/18951 -f 12497/12880/18947 12503/12883/18951 12499/12882/18949 -f 12502/12884/18952 12497/12880/18947 12496/12879/18946 -f 12496/12879/18946 12504/12885/18953 12502/12884/18952 -f 12496/12879/18946 12494/12878/18945 12504/12885/18953 -f 12494/12878/18945 9748/9939/18944 12505/12886/18954 -f 12504/12885/18953 12494/12878/18945 12505/12886/18954 -f 9751/9938/18955 12506/12887/18956 12505/12886/18954 -f 12506/12887/18956 12504/12885/18953 12505/12886/18954 -f 12502/12884/18952 12504/12885/18953 12507/12888/18957 -f 12507/12888/18957 12504/12885/18953 12506/12887/18956 -f 12508/12889/18958 12507/12888/18957 12506/12887/18956 -f 12503/12883/18951 12502/12884/18952 12507/12888/18959 -f 12503/12883/18951 12507/12888/18959 12509/12890/18960 -f 12509/12890/18961 12507/12888/18957 12508/12889/18958 -f 12510/12891/18962 12509/12890/18963 12508/12889/18964 -f 12501/12434/18248 12503/12883/18951 12511/12552/18430 -f 12511/12552/18430 12503/12883/18951 12509/12890/18960 -f 12511/12552/18430 12509/12890/18960 12512/12892/18965 -f 12512/12892/18966 12509/12890/18963 12510/12891/18962 -f 12513/12548/18426 12512/12892/18966 12510/12891/18962 -f 12511/12552/18430 12512/12892/18967 12160/12550/18428 -f 12160/12550/18428 12512/12892/18966 12513/12548/18426 -f 12159/10608/15980 12513/12548/18426 12510/12891/18962 -f 12516/12893/18968 12514/10606/15978 12510/12891/18962 -f 12510/12891/18962 12514/10606/15978 12159/10608/15980 -f 12508/12889/18969 12516/12893/18968 12510/12891/18962 -f 9751/9938/18955 12515/12894/18970 12506/12887/18956 -f 12506/12887/18956 12515/12894/18970 12516/12893/18968 -f 12506/12887/18956 12516/12893/18968 12508/12889/18969 -f 9751/9938/18955 12505/12886/18954 9750/9937/18971 -f 9748/9939/18944 9750/9937/18971 12505/12886/18954 -s 580 -f 11833/9930/18972 12517/12895/18973 12518/12896/18974 -f 11833/9930/18972 12518/12896/18974 9745/9931/18975 -s 39 -f 9745/9931/18976 12518/12896/18977 12519/9933/18251 -f 12523/12897/18978 12519/9933/18251 12518/12896/18977 -f 12522/12898/18979 12523/12897/18978 12518/12896/18977 -f 12524/12899/18980 12522/12898/18979 12518/12896/18977 -f 12521/12900/18981 12522/12898/18979 12524/12899/18980 -s 580 -f 12524/12899/18982 12518/12896/18974 12517/12895/18973 -s 39 -f 12525/12901/18983 12521/12900/18981 12524/12899/18980 -f 12525/12901/18983 12524/12899/18980 12517/12895/18984 -f 12127/12438/18256 12521/12900/18981 12525/12901/18983 -f 12525/12901/18985 12517/12895/18986 11834/12115/18255 -f 11834/12115/18255 12517/12895/18986 11833/9930/18987 -f 12127/12438/18256 12525/12901/18983 12526/12631/18547 -f 12526/12631/18546 12525/12901/18985 12520/12437/18254 -f 12520/12437/18254 12525/12901/18985 11834/12115/18255 -f 12532/12435/18249 12519/9933/18251 12523/12897/18978 -f 12532/12435/18249 12523/12897/18978 12527/12902/18988 -f 12523/12897/18978 12522/12898/18979 12528/12903/18989 -f 12528/12903/18989 12522/12898/18979 12521/12900/18981 -f 12528/12903/18989 12521/12900/18981 12534/12904/18990 -f 12127/12438/18256 12162/12440/18258 12529/12905/18991 -f 12127/12438/18256 12529/12905/18991 12521/12900/18981 -f 12521/12900/18981 12529/12905/18991 12534/12904/18990 -f 12523/12897/18978 12528/12903/18989 12527/12902/18988 -f 12528/12903/18992 12533/12906/18993 12527/12902/18988 -f 12531/12907/18994 12533/12906/18993 12528/12903/18992 -f 12527/12902/18988 12533/12906/18993 12532/12435/18249 -f 12534/12904/18990 12531/12907/18994 12528/12903/18992 -f 12530/12908/18995 12535/12909/18996 12531/12907/18997 -f 12530/12908/18995 12531/12907/18997 12536/12910/18998 -f 12536/12910/18999 12531/12907/18994 12534/12904/18990 -f 12536/12910/18999 12534/12904/18990 12537/12554/18432 -f 12537/12554/18432 12534/12904/18990 12529/12905/18991 -f 12538/12556/18435 12530/12908/18995 12536/12910/18998 -f 12538/12556/18434 12536/12910/18999 12537/12554/18432 -f 10320/10601/15973 12530/12908/18995 12538/12556/18435 -f 12162/12440/18258 12537/12554/18432 12529/12905/18991 -f 12539/12911/19000 9746/9934/18250 12533/12906/18993 -f 9746/9934/18250 12532/12435/18249 12533/12906/18993 -f 12540/12912/19001 12539/12911/19000 12531/12907/19002 -f 12539/12911/19000 12533/12906/18993 12531/12907/19002 -f 12540/12912/19001 12531/12907/19002 12535/12909/19003 -f 12540/12912/19001 12535/12909/19003 12541/12913/19004 -f 12541/12913/19004 12535/12909/19003 12530/12908/19005 -f 10320/10601/15973 12542/10609/15981 12530/12908/19005 -f 12530/12908/19005 12542/10609/15981 12541/12913/19004 -f 9742/9928/19006 12545/12914/19007 11837/12117/19008 -f 12545/12914/19007 12543/12915/19009 11837/12117/19008 -f 12543/12915/19009 12544/12436/18253 11837/12117/19008 -f 11837/12117/19008 12544/12436/18253 11835/12118/18252 -f 9742/9928/19006 12546/9927/19010 12545/12914/19007 -f 12549/12916/19011 12546/9927/19010 9741/9926/19012 -f 9741/9926/19012 12548/12917/19013 12549/12916/19011 -f 12545/12914/19007 12546/9927/19010 12549/12916/19011 -f 12545/12914/19007 12549/12916/19011 12550/12918/19014 -f 12551/12919/19015 12545/12914/19007 12550/12918/19014 -f 12543/12915/19009 12545/12914/19007 12551/12919/19016 -f 12547/12439/18257 12551/12919/19017 12550/12918/19014 -f 12544/12436/18253 12543/12915/19009 12551/12919/19016 -f 12544/12436/18253 12551/12919/19016 12552/12630/18545 -f 12552/12630/18548 12551/12919/19017 12547/12439/18257 -f 12550/12918/19014 12555/12920/19018 12547/12439/18257 -f 12547/12439/18257 12555/12920/19018 12553/12441/18259 -f 12550/12918/19014 12554/12921/19019 12555/12920/19018 -f 12554/12921/19019 12550/12918/19014 12549/12916/19011 -f 12549/12916/19011 12556/12922/19020 12554/12921/19019 -f 12556/12922/19020 12549/12916/19011 12548/12917/19021 -f 12548/12917/19021 9741/9926/19022 12557/12923/19023 -f 12556/12922/19020 12548/12917/19021 12557/12923/19023 -f 9739/9924/19024 12558/12924/19025 12557/12923/19023 -f 12558/12924/19025 12556/12922/19020 12557/12923/19023 -f 12554/12921/19019 12556/12922/19020 12559/12925/19026 -f 12559/12925/19026 12556/12922/19020 12558/12924/19025 -f 12560/12926/19027 12559/12925/19026 12558/12924/19025 -f 12555/12920/19018 12554/12921/19019 12559/12925/19028 -f 12561/12927/19029 12555/12920/19018 12559/12925/19028 -f 12561/12927/19030 12559/12925/19026 12560/12926/19027 -f 12553/12441/18259 12555/12920/19018 12563/12553/18431 -f 12563/12553/18431 12555/12920/19018 12561/12927/19029 -f 12561/12927/19030 12560/12926/19027 12564/12557/18437 -f 12564/12557/18437 12560/12926/19027 12562/12928/19031 -f 12565/12555/18433 12563/12553/18431 12561/12927/19029 -f 12565/12555/18436 12561/12927/19030 12564/12557/18437 -f 12163/10602/15974 12564/12557/18437 12562/12928/19031 -f 12568/12929/19032 12566/12930/19033 12562/12928/19031 -f 12562/12928/19031 12566/12930/19033 12567/10603/15975 -f 12562/12928/19031 12567/10603/15975 12163/10602/15974 -f 12560/12926/19027 12568/12929/19032 12562/12928/19031 -f 9739/9924/19024 13270/12931/19034 12558/12924/19025 -f 12558/12924/19025 13270/12931/19034 12568/12929/19032 -f 12558/12924/19025 12568/12929/19032 12560/12926/19027 -f 9739/9924/19024 12557/12923/19023 9740/9925/19035 -f 9741/9926/19022 9740/9925/19035 12557/12923/19023 -f 12569/9918/19036 12570/12932/19037 9736/9920/19038 -f 11840/12121/18265 12572/12444/18266 11839/12119/19039 -f 12575/12933/19040 9736/9920/19038 12570/12932/19037 -f 12574/12934/19041 12575/12933/19040 12570/12932/19037 -f 12569/9918/19036 12571/12069/19042 12576/12935/19043 -f 12576/12935/19043 12574/12934/19041 12570/12932/19037 -f 12576/12935/19043 12570/12932/19037 12569/9918/19036 -f 12577/12936/19044 12573/12937/19045 12574/12934/19041 -f 12577/12936/19044 12574/12934/19041 12576/12935/19043 -f 12129/12445/18267 12573/12937/19045 12577/12936/19044 -f 12577/12936/19046 12576/12935/19043 11839/12119/19039 -f 11839/12119/19039 12576/12935/19043 12571/12069/19042 -f 12129/12445/18267 12577/12936/19044 12578/12632/18552 -f 12578/12632/18550 12577/12936/19047 12572/12444/18549 -f 12572/12444/18266 12577/12936/19046 11839/12119/19039 -f 12584/12938/19048 9736/9920/19038 12575/12933/19040 -f 12584/12938/19048 12575/12933/19040 12579/12939/19049 -f 12575/12933/19040 12574/12934/19041 12580/12940/19050 -f 12580/12940/19050 12574/12934/19041 12573/12937/19045 -f 12580/12940/19050 12573/12937/19045 12587/12941/19051 -f 12129/12445/18267 12164/12447/18269 12581/12942/19052 -f 12129/12445/18267 12581/12942/19052 12573/12937/19045 -f 12573/12937/19045 12581/12942/19052 12587/12941/19051 -f 12575/12933/19040 12580/12940/19050 12579/12939/19049 -f 12580/12940/19053 12585/12943/19054 12579/12939/19049 -f 12586/12944/19055 12583/12945/19056 12585/12943/19054 -f 12586/12944/19055 12585/12943/19054 12580/12940/19053 -f 12579/12939/19049 12585/12943/19054 12584/12938/19048 -f 12588/12946/19057 12583/12945/19058 12586/12944/19059 -f 12587/12941/19060 12586/12944/19055 12580/12940/19053 -f 12582/12947/19061 12588/12946/19057 12586/12944/19059 -f 12589/12948/19062 12586/12944/19055 12587/12941/19060 -f 12582/12947/19061 12586/12944/19059 10319/10598/15970 -f 10319/10598/15970 12586/12944/19059 12589/12948/19063 -f 12589/12948/19062 12587/12941/19060 12590/12559/18439 -f 12590/12559/18439 12587/12941/19060 12581/12942/19052 -f 12591/12560/18443 10319/10598/15970 12589/12948/19063 -f 12591/12560/18441 12589/12948/19062 12590/12559/18439 -f 12164/12447/18269 12590/12559/18439 12581/12942/19052 -f 9738/9922/19064 9736/9920/19038 12584/12938/19048 -f 9738/9922/19064 12584/12938/19048 12592/12949/19065 -f 12592/12949/19065 12584/12938/19048 12585/12943/19054 -f 12593/12950/19066 12592/12949/19065 12583/12945/19058 -f 12592/12949/19065 12585/12943/19054 12583/12945/19058 -f 12593/12950/19066 12583/12945/19058 12588/12946/19057 -f 12593/12950/19066 12588/12946/19057 12594/12951/19067 -f 12595/12952/19068 12594/12951/19067 12582/12947/19061 -f 12594/12951/19067 12588/12946/19057 12582/12947/19061 -f 12595/12952/19068 12582/12947/19061 10318/10600/15972 -f 10318/10600/15972 12582/12947/19061 10319/10598/15970 -f 12599/9915/19069 12598/12953/19070 9733/9916/19071 -f 9733/9916/19071 12598/12953/19070 12596/12954/19072 -f 9733/9916/19071 12596/12954/19072 11841/12120/18263 -f 12596/12954/19072 12597/12443/18264 11841/12120/18263 -f 12602/12955/19073 12599/9915/19069 9731/9913/18262 -f 9731/9913/18262 12128/12442/18261 12602/12955/19073 -f 12128/12442/18261 12601/12956/19074 12602/12955/19073 -f 12598/12953/19070 12599/9915/19069 12602/12955/19073 -f 12598/12953/19070 12602/12955/19073 12603/12957/19075 -f 12604/12958/19076 12598/12953/19070 12603/12957/19075 -f 12596/12954/19072 12598/12953/19070 12604/12958/19077 -f 12605/12959/19078 12604/12958/19076 12603/12957/19075 -f 12606/12633/18551 12596/12954/19072 12604/12958/19077 -f 12606/12633/18553 12604/12958/19076 12605/12959/19078 -f 12597/12443/18264 12596/12954/19072 12606/12633/18551 -f 12606/12633/18553 12605/12959/19078 12600/12446/18268 -f 12605/12959/19078 12609/12960/19079 12607/12448/18270 -f 12605/12959/19078 12607/12448/18270 12600/12446/18268 -f 12603/12957/19075 12608/12961/19080 12609/12960/19079 -f 12603/12957/19075 12609/12960/19079 12605/12959/19078 -f 12608/12961/19080 12603/12957/19075 12602/12955/19073 -f 12602/12955/19073 12610/12962/19081 12608/12961/19080 -f 12610/12962/19081 12602/12955/19073 12601/12956/19074 -f 12601/12956/19074 12128/12442/18261 9729/9911/18260 -f 12611/12963/19082 12601/12956/19074 9729/9911/18260 -f 12610/12962/19081 12601/12956/19074 12611/12963/19082 -f 9730/9912/19083 12612/12964/19084 12611/12963/19082 -f 12612/12964/19084 12610/12962/19081 12611/12963/19082 -f 12613/12965/19085 12608/12961/19080 12610/12962/19081 -f 12613/12965/19086 12610/12962/19081 12612/12964/19084 -f 12614/12966/19087 12613/12965/19086 12612/12964/19084 -f 12609/12960/19079 12608/12961/19080 12613/12965/19085 -f 12615/12967/19088 12609/12960/19079 12613/12965/19085 -f 12615/12967/19089 12613/12965/19086 12614/12966/19087 -f 12607/12448/18270 12609/12960/19079 12617/12558/18438 -f 12617/12558/18438 12609/12960/19079 12615/12967/19088 -f 12615/12967/19089 12614/12966/19087 12618/12561/18444 -f 12618/12561/18444 12614/12966/19087 12616/12968/19090 -f 12617/12558/18440 12615/12967/19091 12618/12561/18442 -f 12165/10599/15971 12618/12561/18444 12616/12968/19090 -f 12620/12969/19092 12619/12970/19093 12616/12968/19090 -f 12616/12968/19090 12619/12970/19093 10317/10597/15969 -f 12616/12968/19090 10317/10597/15969 12165/10599/15971 -f 12614/12966/19087 12620/12969/19092 12616/12968/19090 -f 9730/9912/19083 13280/12971/19094 12612/12964/19084 -f 12612/12964/19084 13280/12971/19094 12620/12969/19092 -f 12612/12964/19084 12620/12969/19092 12614/12966/19087 -f 9730/9912/19083 12611/12963/19082 9729/9911/18260 -f 12621/9907/19095 12622/12972/19096 9726/9904/19097 -f 9726/9904/19097 12622/12972/19096 12623/12973/19098 -f 12623/12973/19098 9727/9908/19099 9726/9904/19097 -f 11846/12126/18278 12625/12451/18277 11844/12127/19100 -f 12629/12974/19101 12628/12975/19102 12623/12973/19098 -f 12629/12974/19101 12623/12973/19098 12622/12972/19096 -f 12627/12976/19103 12629/12974/19101 12622/12972/19096 -f 12621/9907/19095 12624/12124/19104 12630/12977/19105 -f 12630/12977/19105 12627/12976/19103 12622/12972/19096 -f 12630/12977/19105 12622/12972/19096 12621/9907/19095 -f 12631/12978/19106 12626/12979/19107 12627/12976/19103 -f 12631/12978/19106 12627/12976/19103 12630/12977/19105 -f 12632/12980/19108 12626/12979/19107 12631/12978/19106 -f 12631/12978/19109 12630/12977/19105 11844/12127/19100 -f 11844/12127/19100 12630/12977/19105 12624/12124/19104 -f 12632/12980/19108 12631/12978/19106 12633/12635/18555 -f 12633/12635/18555 12631/12978/19106 12625/12451/18277 -f 12625/12451/18277 12631/12978/19109 11844/12127/19100 -f 12131/12452/18279 12632/12980/19108 12633/12635/18555 -f 12628/12975/19102 12629/12974/19101 12627/12976/19103 -f 12628/12975/19102 12627/12976/19103 12634/12981/19110 -f 12634/12981/19110 12627/12976/19103 12626/12979/19107 -f 12634/12981/19110 12626/12979/19107 12641/12982/19111 -f 12131/12452/18279 12635/12454/18281 12632/12980/19108 -f 12632/12980/19108 12635/12454/18281 12636/12983/19112 -f 12632/12980/19108 12636/12983/19112 12626/12979/19107 -f 12626/12979/19107 12636/12983/19112 12641/12982/19111 -f 12639/12984/19113 12623/12973/19098 12628/12975/19102 -f 12640/12985/19114 12639/12984/19113 12628/12975/19102 -f 12640/12985/19114 12628/12975/19102 12634/12981/19110 -f 12638/12986/19115 12640/12985/19114 12634/12981/19110 -f 12641/12982/19116 12638/12986/19115 12634/12981/19110 -f 12637/12987/19117 12642/12988/19118 12638/12986/19119 -f 12637/12987/19117 12638/12986/19119 12643/12989/19120 -f 12643/12989/19121 12638/12986/19115 12641/12982/19116 -f 12644/12562/18445 12643/12989/19122 12641/12982/19123 -f 12644/12562/18445 12641/12982/19123 12636/12983/19124 -f 12645/12565/18449 12637/12987/19117 12643/12989/19120 -f 12645/12565/18448 12643/12989/19122 12644/12562/18445 -f 12644/12562/18445 12636/12983/19112 12635/12454/18281 -f 10315/10594/15966 12637/12987/19117 12645/12565/18449 -f 9727/9908/19099 12623/12973/19098 12639/12984/19113 -f 9727/9908/19099 12639/12984/19113 12646/12990/19125 -f 12646/12990/19125 12639/12984/19113 12640/12985/19126 -f 12647/12991/19127 12646/12990/19125 12638/12986/19128 -f 12646/12990/19125 12640/12985/19126 12638/12986/19128 -f 12647/12991/19127 12638/12986/19128 12642/12988/19129 -f 12647/12991/19127 12642/12988/19129 12648/12992/19130 -f 12649/12993/19131 12648/12992/19130 12637/12987/19132 -f 12648/12992/19130 12642/12988/19129 12637/12987/19132 -f 12649/12993/19131 12637/12987/19132 10316/10596/15968 -f 10316/10596/15968 12637/12987/19132 10315/10594/15966 -f 12653/9902/19133 12652/12994/19134 9723/9903/19135 -f 12652/12994/19134 12650/12995/19136 9723/9903/19135 -f 9723/9903/19135 12650/12995/19136 11849/12130/18274 -f 12650/12995/19136 12651/12450/18275 11849/12130/18274 -f 12653/9902/19133 9721/9900/19137 12130/12449/19138 -f 12653/9902/19133 12130/12449/19138 12656/12996/19139 -f 12652/12994/19134 12653/9902/19133 12656/12996/19139 -f 12652/12994/19134 12656/12996/19139 12657/12997/19140 -f 12658/12998/19141 12652/12994/19134 12657/12997/19140 -f 12650/12995/19136 12652/12994/19134 12658/12998/19142 -f 12659/12999/19143 12658/12998/19141 12657/12997/19140 -f 12660/12634/18554 12650/12995/19136 12658/12998/19142 -f 12660/12634/19144 12658/12998/19141 12655/12636/18557 -f 12655/12636/18557 12658/12998/19141 12659/12999/19143 -f 12651/12450/18275 12650/12995/19136 12660/12634/18554 -f 12654/12453/18280 12655/12636/18557 12659/12999/19143 -f 12659/12999/19143 12663/13000/19145 12661/12455/18282 -f 12659/12999/19143 12661/12455/18282 12654/12453/18280 -f 12657/12997/19140 12662/13001/19146 12663/13000/19145 -f 12657/12997/19140 12663/13000/19145 12659/12999/19143 -f 12662/13001/19146 12657/12997/19140 12656/12996/19139 -f 12656/12996/19139 12664/13002/19147 12662/13001/19146 -f 12656/12996/19139 12130/12449/18272 12664/13002/19147 -f 12664/13002/19147 12130/12449/18272 9719/9898/18271 -f 12665/13003/19148 12664/13002/19147 9719/9898/18271 -f 9720/9899/19149 12666/13004/19150 12665/13003/19148 -f 12662/13001/19146 12664/13002/19147 12667/13005/19151 -f 12667/13005/19151 12664/13002/19147 12665/13003/19148 -f 12667/13005/19151 12665/13003/19148 12666/13004/19150 -f 12668/13006/19152 12667/13005/19151 12666/13004/19150 -f 12663/13000/19145 12662/13001/19146 12667/13005/19153 -f 12669/13007/19154 12663/13000/19145 12667/13005/19153 -f 12669/13007/19155 12667/13005/19151 12668/13006/19152 -f 12661/12455/18282 12663/13000/19145 12671/12563/18446 -f 12671/12563/18446 12663/13000/19145 12669/13007/19154 -f 12669/13007/19155 12668/13006/19152 12672/12566/18451 -f 12672/12566/18451 12668/13006/19152 12670/13008/19156 -f 12673/12564/18447 12671/12563/18446 12669/13007/19154 -f 12673/12564/18450 12669/13007/19155 12672/12566/18451 -f 12166/10595/15967 12672/12566/18451 12670/13008/19156 -f 12677/13009/19157 12674/13010/19158 12670/13008/19156 -f 12670/13008/19156 12674/13010/19158 12675/10585/15956 -f 12670/13008/19156 12675/10585/15956 12166/10595/15967 -f 12668/13006/19152 12677/13009/19157 12670/13008/19156 -f 9720/9899/19149 12676/13011/19159 12666/13004/19150 -f 12666/13004/19150 12676/13011/19159 12677/13009/19157 -f 12666/13004/19150 12677/13009/19157 12668/13006/19152 -f 9720/9899/19149 12665/13003/19148 9719/9898/18271 -f 12678/9894/19160 12679/13012/19161 9716/9891/19162 -f 9716/9891/19162 12679/13012/19161 12680/13013/19163 -f 12680/13013/19163 9717/9895/19164 9716/9891/19162 -f 12681/12457/18286 11850/12182/19165 11852/12178/18287 -f 12685/13014/19166 12684/13015/19167 12680/13013/19163 -f 12685/13014/19166 12680/13013/19163 12679/13012/19161 -f 12683/13016/19168 12685/13014/19166 12679/13012/19161 -f 12678/9894/19160 11851/12132/19169 12686/13017/19170 -f 12686/13017/19170 12683/13016/19168 12679/13012/19161 -f 12686/13017/19170 12679/13012/19161 12678/9894/19160 -f 12687/13018/19171 12682/13019/19172 12683/13016/19168 -f 12687/13018/19171 12683/13016/19168 12686/13017/19170 -f 12133/12459/18290 12682/13019/19172 12687/13018/19171 -f 12687/13018/19173 12686/13017/19170 11850/12182/19165 -f 11850/12182/19165 12686/13017/19170 11851/12132/19169 -f 12681/12457/18286 12687/13018/19173 11850/12182/19165 -f 12184/12637/18560 12133/12459/18290 12687/13018/19171 -f 12184/12637/18558 12687/13018/19173 12681/12457/18286 -f 12684/13015/19167 12685/13014/19166 12683/13016/19168 -f 12684/13015/19167 12683/13016/19168 12688/13020/19174 -f 12688/13020/19174 12683/13016/19168 12682/13019/19172 -f 12688/13020/19174 12682/13019/19172 12695/13021/19175 -f 12133/12459/18290 12134/12461/18292 12689/13022/19176 -f 12133/12459/18290 12689/13022/19176 12682/13019/19172 -f 12682/13019/19172 12689/13022/19176 12695/13021/19175 -f 12692/13023/19177 12680/13013/19163 12684/13015/19167 -f 12693/13024/19178 12692/13023/19177 12684/13015/19167 -f 12693/13024/19178 12684/13015/19167 12688/13020/19174 -f 12694/13025/19179 12691/13026/19180 12693/13024/19178 -f 12694/13025/19179 12693/13024/19178 12688/13020/19174 -f 12696/13027/19181 12691/13026/19180 12694/13025/19179 -f 12695/13021/19182 12694/13025/19179 12688/13020/19174 -f 12690/13028/19183 12696/13027/19181 12694/13025/19179 -f 12697/13029/19184 12694/13025/19179 12695/13021/19182 -f 12690/13028/19183 12694/13025/19179 10312/10589/15960 -f 10312/10589/15960 12694/13025/19179 12697/13029/19185 -f 12697/13029/19184 12695/13021/19182 12698/12567/18452 -f 12698/12567/18452 12695/13021/19182 12689/13022/19186 -f 12699/12570/18456 10312/10589/15960 12697/13029/19185 -f 12699/12570/18455 12697/13029/19184 12698/12567/18452 -f 12698/12567/18452 12689/13022/19176 12134/12461/18292 -f 9717/9895/19164 12680/13013/19163 12692/13023/19177 -f 9717/9895/19164 12692/13023/19177 12700/13030/19187 -f 12700/13030/19187 12692/13023/19177 12693/13024/19178 -f 12701/13031/19188 12700/13030/19187 12691/13026/19180 -f 12700/13030/19187 12693/13024/19178 12691/13026/19180 -f 12701/13031/19188 12691/13026/19180 12696/13027/19181 -f 12701/13031/19188 12696/13027/19181 12702/13032/19189 -f 12702/13032/19189 12696/13027/19181 12690/13028/19183 -f 12702/13032/19189 12690/13028/19183 12703/10588/15959 -f 12703/10588/15959 12690/13028/19183 10312/10589/15960 -f 12707/9889/19190 12706/13033/19191 9713/9890/19192 -f 12706/13033/19191 12704/13034/19193 9713/9890/19192 -f 9713/9890/19192 12704/13034/19193 11853/12180/18289 -f 11853/12180/18289 12704/13034/19193 12705/12458/18288 -f 12710/13035/19194 12707/9889/19190 9711/9887/18285 -f 12710/13035/19194 9711/9887/18285 12132/12456/18284 -f 12710/13035/19194 12132/12456/18284 12709/13036/19195 -f 12710/13035/19194 12709/13036/19196 12711/13037/19197 -f 12706/13033/19191 12707/9889/19190 12710/13035/19194 -f 12712/13038/19198 12710/13035/19194 12711/13037/19197 -f 12713/13039/19199 12706/13033/19191 12710/13035/19194 -f 12713/13039/19199 12710/13035/19194 12712/13038/19198 -f 12704/13034/19193 12706/13033/19191 12713/13039/19199 -f 12714/13040/19200 12713/13039/19199 12712/13038/19198 -f 12715/12638/18559 12704/13034/19193 12713/13039/19199 -f 12715/12638/18561 12713/13039/19199 12714/13040/19200 -f 12705/12458/18288 12704/13034/19193 12715/12638/18559 -f 12715/12638/18561 12714/13040/19200 12708/12460/18291 -f 12714/13040/19200 12718/13041/19201 12716/12462/18293 -f 12714/13040/19200 12716/12462/18293 12708/12460/18291 -f 12712/13038/19198 12717/13042/19202 12718/13041/19201 -f 12712/13038/19198 12718/13041/19201 12714/13040/19200 -f 12717/13042/19202 12712/13038/19198 12711/13037/19197 -f 12711/13037/19197 12719/13043/19203 12717/13042/19202 -f 12711/13037/19197 12709/13036/19196 12719/13043/19203 -f 12709/13036/19196 12132/12456/18284 12720/13044/19204 -f 12719/13043/19203 12709/13036/19196 12720/13044/19204 -f 9710/9886/19205 12721/13045/19206 12720/13044/19204 -f 12721/13045/19206 12719/13043/19203 12720/13044/19204 -f 12717/13042/19202 12719/13043/19203 12722/13046/19207 -f 12722/13046/19207 12719/13043/19203 12721/13045/19206 -f 12723/13047/19208 12722/13046/19207 12721/13045/19206 -f 12718/13041/19201 12717/13042/19202 12722/13046/19209 -f 12724/13048/19210 12718/13041/19201 12722/13046/19209 -f 12724/13048/19211 12722/13046/19207 12723/13047/19208 -f 12716/12462/18293 12718/13041/19201 12726/12568/18453 -f 12726/12568/18453 12718/13041/19201 12724/13048/19210 -f 12724/13048/19211 12723/13047/19208 12727/12571/18458 -f 12727/12571/18458 12723/13047/19208 12725/13049/19212 -f 12728/12569/18454 12726/12568/18453 12724/13048/19210 -f 12728/12569/18457 12724/13048/19211 12727/12571/18458 -f 12167/10590/15961 12727/12571/18458 12725/13049/19212 -f 12731/13050/19213 12729/10591/15962 12725/13049/19212 -f 12725/13049/19212 12729/10591/15962 12167/10590/15961 -f 12723/13047/19208 12731/13050/19213 12725/13049/19212 -f 9710/9886/19205 12730/13051/19214 12721/13045/19206 -f 12721/13045/19206 12730/13051/19214 12731/13050/19213 -f 12721/13045/19206 12731/13050/19213 12723/13047/19208 -f 9710/9886/19205 12720/13044/19204 9709/9885/18283 -f 12132/12456/18284 9709/9885/18283 12720/13044/19204 -f 12732/9880/19215 12733/13052/19216 9704/9878/19217 -f 9704/9878/19217 12733/13052/19216 12734/13053/19218 -f 12734/13053/19218 9707/9882/19219 9704/9878/19217 -f 11855/12135/18298 12736/12464/18297 12735/12133/19220 -f 12740/13054/19221 12739/13055/19222 12734/13053/19218 -f 12740/13054/19221 12734/13053/19218 12733/13052/19216 -f 12738/13056/19223 12740/13054/19221 12733/13052/19216 -f 12732/9880/19215 12735/12133/19220 12741/13057/19224 -f 12741/13057/19224 12738/13056/19223 12733/13052/19216 -f 12741/13057/19224 12733/13052/19216 12732/9880/19215 -f 12742/13058/19225 12737/13059/19226 12738/13056/19223 -f 12742/13058/19225 12738/13056/19223 12741/13057/19224 -f 12743/13060/19227 12737/13059/19226 12742/13058/19225 -f 12742/13058/19228 12741/13057/19224 12736/12464/18297 -f 12736/12464/18297 12741/13057/19224 12735/12133/19220 -f 12136/12466/18301 12743/13060/19227 12742/13058/19225 -f 12136/12466/18301 12742/13058/19225 12185/12640/18564 -f 12185/12640/18563 12742/13058/19228 12736/12464/18297 -f 12739/13055/19222 12740/13054/19221 12738/13056/19223 -f 12739/13055/19222 12738/13056/19223 12744/13061/19229 -f 12744/13061/19229 12738/13056/19223 12737/13059/19226 -f 12744/13061/19229 12737/13059/19226 12751/13062/19230 -f 12136/12466/18301 12168/12468/18303 12743/13060/19227 -f 12743/13060/19227 12168/12468/18303 12745/13063/19231 -f 12743/13060/19227 12745/13063/19231 12737/13059/19226 -f 12737/13059/19226 12745/13063/19231 12751/13062/19230 -f 12748/13064/19232 12734/13053/19218 12739/13055/19222 -f 12749/13065/19233 12748/13064/19232 12739/13055/19222 -f 12749/13065/19233 12739/13055/19222 12744/13061/19229 -f 12750/13066/19234 12747/13067/19235 12749/13065/19233 -f 12750/13066/19234 12749/13065/19233 12744/13061/19229 -f 12752/13068/19236 12747/13067/19235 12750/13066/19234 -f 12751/13062/19230 12750/13066/19234 12744/13061/19229 -f 12746/13069/19237 12752/13068/19236 12750/13066/19234 -f 12753/13070/19238 12750/13066/19234 12751/13062/19230 -f 12746/13069/19237 12750/13066/19234 10308/10581/15952 -f 10308/10581/15952 12750/13066/19234 12753/13070/19239 -f 12753/13070/19238 12751/13062/19230 12754/12573/18460 -f 12754/12573/18460 12751/13062/19230 12745/13063/19231 -f 12755/12575/18462 10308/10581/15952 12753/13070/19239 -f 12755/12575/18462 12753/13070/19240 12754/12573/18460 -f 12168/12468/18303 12754/12573/18460 12745/13063/19231 -f 9707/9882/19219 12734/13053/19218 12748/13064/19232 -f 9707/9882/19219 12748/13064/19232 12756/13071/19241 -f 12756/13071/19241 12748/13064/19232 12749/13065/19233 -f 12757/13072/19242 12756/13071/19241 12747/13067/19235 -f 12756/13071/19241 12749/13065/19233 12747/13067/19235 -f 12757/13072/19242 12747/13067/19235 12752/13068/19236 -f 12757/13072/19242 12752/13068/19236 12758/13073/19243 -f 12758/13073/19243 12752/13068/19236 12746/13069/19237 -f 12758/13073/19243 12746/13069/19237 10310/10580/15951 -f 10310/10580/15951 12746/13069/19237 10308/10581/15952 -f 12759/12137/19244 12760/12465/18299 11856/12061/18300 -f 9702/9874/18296 12766/13074/19245 12762/9876/19246 -f 12766/13074/19245 9702/9874/18296 12135/12463/18295 -f 12766/13074/19245 12135/12463/18295 12765/13075/19247 -f 12766/13074/19245 12765/13075/19247 12767/13076/19248 -f 12761/9877/19249 12762/9876/19246 12768/13077/19250 -f 12768/13077/19250 12762/9876/19246 12766/13074/19245 -f 12768/13077/19250 12766/13074/19245 12767/13076/19248 -f 12769/13078/19251 12768/13077/19250 12767/13076/19248 -f 12770/13079/19252 12761/9877/19249 12768/13077/19250 -f 12770/13079/19253 12768/13077/19250 12769/13078/19251 -f 12759/12137/19244 12761/9877/19249 12770/13079/19252 -f 12771/13080/19254 12770/13079/19253 12769/13078/19251 -f 12764/12641/18566 12770/13079/19253 12771/13080/19254 -f 12760/12465/18299 12759/12137/19244 12770/13079/19252 -f 12760/12465/18299 12770/13079/19252 12772/12639/18562 -f 12772/12639/18565 12770/13079/19253 12764/12641/18566 -f 12763/12467/18302 12764/12641/18566 12771/13080/19254 -f 12771/13080/19254 12775/13081/19255 12773/12469/18304 -f 12771/13080/19254 12773/12469/18304 12763/12467/18302 -f 12769/13078/19251 12774/13082/19256 12775/13081/19255 -f 12769/13078/19251 12775/13081/19255 12771/13080/19254 -f 12774/13082/19256 12769/13078/19251 12767/13076/19248 -f 12767/13076/19248 12776/13083/19257 12774/13082/19256 -f 12767/13076/19248 12765/13075/19247 12776/13083/19257 -s off -f 12765/13075/19258 12135/12463/19259 9700/9872/19260 -s 39 -f 12777/13084/19261 12765/13075/19247 9700/9872/19262 -f 12776/13083/19257 12765/13075/19247 12777/13084/19261 -f 9701/9873/19263 12778/13085/19264 12777/13084/19261 -f 12774/13082/19256 12776/13083/19257 12779/13086/19265 -f 12779/13086/19265 12776/13083/19257 12777/13084/19261 -f 12779/13086/19265 12777/13084/19261 12778/13085/19264 -f 12780/13087/19266 12779/13086/19265 12778/13085/19264 -f 12775/13081/19255 12774/13082/19256 12779/13086/19267 -f 12781/13088/19268 12775/13081/19255 12779/13086/19267 -f 12781/13088/19269 12779/13086/19265 12780/13087/19266 -f 12773/12469/18304 12775/13081/19255 12783/12572/18459 -f 12783/12572/18459 12775/13081/19255 12781/13088/19268 -f 12781/13088/19269 12780/13087/19266 12784/12576/18463 -f 12784/12576/18463 12780/13087/19266 12782/13089/19270 -f 12785/12574/18461 12783/12572/18459 12781/13088/19268 -f 12785/12574/18461 12781/13088/19269 12784/12576/18463 -f 12169/10582/15953 12784/12576/18463 12782/13089/19270 -f 12788/13090/19271 12786/13091/19272 12782/13089/19270 -f 12782/13089/19270 12786/13091/19272 10307/10579/15950 -f 12782/13089/19270 10307/10579/15950 12169/10582/15953 -f 12780/13087/19266 12788/13090/19271 12782/13089/19270 -f 9701/9873/19263 12787/13092/19273 12778/13085/19264 -f 12778/13085/19264 12787/13092/19273 12788/13090/19271 -f 12778/13085/19264 12788/13090/19271 12780/13087/19266 -f 9701/9873/19263 12777/13084/19261 9700/9872/19262 -f 9696/9866/19274 11857/9868/19275 12789/13093/19276 -f 9696/9866/19274 12789/13093/19276 12790/13094/19277 -f 12790/13094/19277 9698/9869/19278 9696/9866/19274 -f 12791/12139/19279 12796/13095/19280 11857/9868/19275 -f 11857/9868/19275 12796/13095/19280 12789/13093/19276 -f 11861/12141/18306 12792/12470/18305 12791/12139/19279 -f 12794/13096/19281 12790/13094/19277 12789/13093/19276 -f 12795/13097/19282 12794/13096/19281 12789/13093/19276 -f 12793/13098/19283 12794/13096/19281 12795/13097/19284 -f 12796/13095/19280 12795/13097/19282 12789/13093/19276 -f 12797/13099/19285 12793/13098/19283 12795/13097/19286 -f 12797/13099/19285 12795/13097/19286 12796/13095/19287 -f 12137/12472/18309 12793/13098/19283 12797/13099/19285 -f 12797/13099/19288 12796/13095/19280 12791/12139/19279 -f 12137/12472/18309 12797/13099/19285 12798/12643/18569 -f 12798/12643/18568 12797/13099/19288 12792/12470/18305 -f 12792/12470/18305 12797/13099/19288 12791/12139/19279 -f 12790/13094/19277 12794/13096/19281 12799/13100/19289 -f 12800/13101/19290 12794/13096/19281 12793/13098/19283 -f 12800/13101/19290 12793/13098/19283 12806/13102/19291 -f 12137/12472/18309 12170/12474/18311 12801/13103/19292 -f 12137/12472/18309 12801/13103/19292 12793/13098/19283 -f 12793/13098/19283 12801/13103/19292 12806/13102/19291 -f 12794/13096/19281 12800/13101/19290 12799/13100/19289 -f 12800/13101/19290 12804/13104/19293 12799/13100/19289 -f 12805/13105/19294 12803/13106/19295 12804/13104/19293 -f 12805/13105/19294 12804/13104/19293 12800/13101/19290 -f 12807/13107/19296 12803/13106/19297 12805/13105/19298 -f 12806/13102/19291 12805/13105/19294 12800/13101/19290 -f 12802/13108/19299 12807/13107/19296 12805/13105/19298 -f 12808/13109/19300 12805/13105/19294 12806/13102/19291 -f 12802/13108/19299 12805/13105/19298 10304/10574/15943 -f 10304/10574/15943 12805/13105/19298 12808/13109/19301 -f 12808/13109/19300 12806/13102/19291 12809/12578/18465 -f 12809/12578/18465 12806/13102/19291 12801/13103/19292 -f 12810/12580/18467 10304/10574/15943 12808/13109/19301 -f 12810/12580/18467 12808/13109/19302 12809/12578/18465 -f 12170/12474/18311 12809/12578/18465 12801/13103/19292 -f 9698/9869/19278 12790/13094/19277 12799/13100/19289 -f 9698/9869/19278 12799/13100/19289 12811/13110/19303 -f 12811/13110/19303 12799/13100/19289 12804/13104/19304 -f 12812/13111/19305 12811/13110/19303 12803/13106/19297 -f 12811/13110/19303 12804/13104/19304 12803/13106/19297 -f 12812/13111/19305 12803/13106/19297 12807/13107/19296 -f 12812/13111/19305 12807/13107/19296 12813/13112/19306 -f 12814/13113/19307 12813/13112/19306 12802/13108/19299 -f 12813/13112/19306 12807/13107/19296 12802/13108/19299 -f 12814/13113/19307 12802/13108/19299 10305/10576/15945 -f 10305/10576/15945 12802/13108/19299 10304/10574/15943 -f 12817/9865/19308 12815/13114/19309 11864/12144/19310 -f 11864/12144/19310 12815/13114/19309 11863/12142/18308 -f 12815/13114/19309 12816/12471/18307 11863/12142/18308 -f 12821/13115/19311 12818/9863/19312 9695/9862/19313 -f 12821/13115/19311 9695/9862/19313 12820/13116/19314 -f 12821/13115/19311 12820/13116/19314 12822/13117/19315 -f 12817/9865/19308 12818/9863/19312 12821/13115/19311 -f 12824/13118/19316 12817/9865/19308 12821/13115/19311 -f 12824/13118/19317 12821/13115/19311 12823/13119/19318 -f 12823/13119/19318 12821/13115/19311 12822/13117/19315 -f 12815/13114/19309 12817/9865/19308 12824/13118/19316 -f 12819/12473/18310 12824/13118/19317 12823/13119/19318 -f 12816/12471/18307 12815/13114/19309 12824/13118/19319 -f 12816/12471/18307 12824/13118/19319 12825/12642/18567 -f 12825/12642/18570 12824/13118/19317 12819/12473/18310 -f 12823/13119/19318 12828/13120/19320 12819/12473/18310 -f 12819/12473/18310 12828/13120/19320 12826/12475/18312 -f 12822/13117/19315 12827/13121/19321 12823/13119/19318 -f 12823/13119/19318 12827/13121/19321 12828/13120/19320 -f 12822/13117/19315 12829/13122/19322 12827/13121/19321 -f 12822/13117/19315 12820/13116/19314 12829/13122/19322 -f 12820/13116/19314 9695/9862/19313 12830/13123/19323 -f 12829/13122/19322 12820/13116/19314 12830/13123/19323 -f 9694/9860/19324 12831/13124/19325 12830/13123/19323 -f 12831/13124/19325 12829/13122/19322 12830/13123/19323 -f 12827/13121/19321 12829/13122/19322 12832/13125/19326 -f 12832/13125/19326 12829/13122/19322 12831/13124/19325 -f 12833/13126/19327 12832/13125/19326 12831/13124/19325 -f 12828/13120/19320 12827/13121/19321 12832/13125/19328 -f 12834/13127/19329 12828/13120/19320 12832/13125/19328 -f 12834/13127/19330 12832/13125/19326 12833/13126/19327 -f 12826/12475/18312 12828/13120/19320 12836/12577/18464 -f 12836/12577/18464 12828/13120/19320 12834/13127/19329 -f 12834/13127/19330 12833/13126/19327 12837/12581/18468 -f 12837/12581/18468 12833/13126/19327 12835/13128/19331 -f 12838/12579/18466 12836/12577/18464 12834/13127/19329 -f 12838/12579/18466 12834/13127/19330 12837/12581/18468 -f 12171/10575/15944 12837/12581/18468 12835/13128/19331 -f 12841/13129/19332 13320/13130/19333 12835/13128/19331 -f 12835/13128/19331 13320/13130/19333 12839/10577/15946 -f 12835/13128/19331 12839/10577/15946 12171/10575/15944 -f 12833/13126/19327 12841/13129/19332 12835/13128/19331 -f 9694/9860/19324 12840/13131/19334 12831/13124/19325 -f 12831/13124/19325 12840/13131/19334 12841/13129/19332 -f 12831/13124/19325 12841/13129/19332 12833/13126/19327 -f 9694/9860/19324 12830/13123/19323 9693/9861/19335 -f 9695/9862/19313 9693/9861/19335 12830/13123/19323 -f 11865/12147/19336 12848/13132/19337 9689/9856/19338 -f 9689/9856/19338 12848/13132/19337 12842/13133/19339 -f 9689/9856/19338 12842/13133/19339 9688/9854/19340 -f 9688/9854/19340 12842/13133/19339 12843/13134/19341 -f 12843/13134/19341 9692/9858/19342 9688/9854/19340 -f 12847/13135/19343 12843/13134/19341 12842/13133/19339 -f 12846/13136/19344 12847/13135/19343 12842/13133/19339 -f 12846/13136/19345 12842/13133/19339 12848/13132/19337 -f 12849/13137/19346 12845/13138/19347 12846/13136/19344 -f 12849/13137/19346 12846/13136/19344 12848/13132/19348 -f 12139/12479/18320 12845/13138/19347 12849/13137/19346 -f 12849/13137/19349 12848/13132/19337 11866/12146/18317 -f 11866/12146/18317 12848/13132/19337 11865/12147/19336 -f 12139/12479/18320 12849/13137/19346 12850/12645/18573 -f 12850/12645/18572 12849/13137/19349 12844/12477/18316 -f 12844/12477/18316 12849/13137/19349 11866/12146/18317 -f 12843/13134/19341 12847/13135/19343 12851/13139/19350 -f 12847/13135/19343 12846/13136/19344 12852/13140/19351 -f 12852/13140/19351 12846/13136/19344 12845/13138/19347 -f 12852/13140/19351 12845/13138/19347 12857/13141/19352 -f 12139/12479/18320 12172/12481/18322 12853/13142/19353 -f 12139/12479/18320 12853/13142/19353 12845/13138/19347 -f 12845/13138/19347 12853/13142/19353 12857/13141/19352 -f 12847/13135/19343 12852/13140/19351 12851/13139/19350 -f 12852/13140/19351 12855/13143/19354 12851/13139/19350 -f 12856/13144/19355 12862/13145/19356 12855/13143/19357 -f 12856/13144/19358 12855/13143/19354 12852/13140/19351 -f 12858/13146/19359 12862/13145/19356 12856/13144/19355 -f 12857/13141/19360 12856/13144/19358 12852/13140/19351 -f 12854/13147/19361 12858/13146/19359 12856/13144/19362 -f 12859/13148/19363 12856/13144/19358 12857/13141/19360 -f 12854/13147/19361 12856/13144/19362 10246/10486/15827 -f 10246/10486/15827 12856/13144/19362 12859/13148/19364 -f 12859/13148/19363 12857/13141/19360 12860/12583/18470 -f 12860/12583/18470 12857/13141/19360 12853/13142/19353 -f 12861/12584/18474 10246/10486/15827 12859/13148/19364 -f 12861/12584/18472 12859/13148/19363 12860/12583/18470 -f 12172/12481/18322 12860/12583/18470 12853/13142/19353 -f 9692/9858/19342 12843/13134/19341 12851/13139/19350 -s 633 -f 12862/13145/19365 9692/9858/19366 12855/13143/19367 -f 9692/9858/19366 12851/13139/19368 12855/13143/19367 -s 39 -f 12863/13149/19369 12862/13145/19356 12858/13146/19359 -f 12863/13149/19369 12858/13146/19359 12864/13150/19370 -f 12864/13150/19370 12858/13146/19359 12854/13147/19361 -f 12864/13150/19370 12854/13147/19361 12865/10485/15826 -f 12865/10485/15826 12854/13147/19361 10246/10486/15827 -f 9686/9853/19371 12868/13151/19372 11869/12149/19373 -f 12868/13151/19372 12866/13152/19374 11869/12149/19373 -f 12866/13152/19374 12867/12478/18319 11869/12149/19373 -f 11869/12149/19373 12867/12478/18319 11868/12145/18318 -f 9686/9853/19371 12869/9852/19375 12868/13151/19372 -f 12872/13153/19376 12869/9852/19375 9684/9851/19377 -f 9684/9851/19377 12138/12476/18314 12871/13154/19378 -f 12871/13154/19378 12873/13155/19379 12872/13153/19376 -f 12871/13154/19378 12872/13153/19376 9684/9851/19377 -f 12868/13151/19372 12869/9852/19375 12872/13153/19376 -f 12868/13151/19372 12872/13153/19376 12874/13156/19380 -f 12874/13156/19380 12872/13153/19376 12873/13155/19381 -f 12875/13157/19382 12868/13151/19372 12874/13156/19380 -f 12866/13152/19374 12868/13151/19372 12875/13157/19383 -f 12876/13158/19384 12875/13157/19382 12874/13156/19380 -f 12867/12478/18319 12866/13152/19374 12875/13157/19383 -f 12867/12478/18319 12875/13157/19383 12877/12644/18571 -f 12877/12644/18571 12875/13157/19383 12876/13158/19385 -f 12877/12644/18571 12876/13158/19385 12870/12480/18321 -f 12876/13158/19384 12880/13159/19386 12878/12482/18323 -f 12876/13158/19384 12878/12482/18323 12870/12480/18321 -f 12874/13156/19380 12879/13160/19387 12880/13159/19386 -f 12874/13156/19380 12880/13159/19386 12876/13158/19384 -f 12879/13160/19387 12874/13156/19380 12873/13155/19379 -f 12873/13155/19379 12881/13161/19388 12879/13160/19387 -f 12881/13161/19388 12873/13155/19379 12871/13154/19378 -f 12882/13162/19389 12871/13154/19378 12138/12476/18314 -f 12881/13161/19388 12871/13154/19378 12882/13162/19389 -f 9682/9849/19390 12883/13163/19391 12882/13162/19389 -f 12883/13163/19391 12881/13161/19388 12882/13162/19389 -f 12879/13160/19387 12881/13161/19388 12884/13164/19392 -f 12884/13164/19392 12881/13161/19388 12883/13163/19391 -f 12885/13165/19393 12884/13164/19392 12883/13163/19391 -f 12880/13159/19386 12879/13160/19387 12884/13164/19394 -f 12886/13166/19395 12880/13159/19386 12884/13164/19394 -f 12886/13166/19396 12884/13164/19392 12885/13165/19393 -f 12878/12482/18323 12880/13159/19386 12888/12582/18469 -f 12888/12582/18469 12880/13159/19386 12886/13166/19395 -f 12886/13166/19396 12885/13165/19393 12889/12585/18475 -f 12889/12585/18475 12885/13165/19393 12887/13167/19397 -f 12888/12582/18471 12886/13166/19398 12889/12585/18473 -f 12173/10487/15828 12889/12585/18475 12887/13167/19397 -f 12892/13168/19399 13330/13169/19400 12887/13167/19397 -f 12887/13167/19397 13330/13169/19400 12890/10568/15936 -f 12887/13167/19397 12890/10568/15936 12173/10487/15828 -f 12885/13165/19393 12892/13168/19399 12887/13167/19397 -f 9682/9849/19390 12891/13170/19401 12883/13163/19391 -f 12883/13163/19391 12891/13170/19401 12892/13168/19399 -f 12883/13163/19391 12892/13168/19399 12885/13165/19393 -f 9682/9849/19390 12882/13162/19389 12138/12476/18314 -f 9682/9849/19390 12138/12476/18314 9683/9850/18313 -f 12893/9843/19402 12894/13171/19403 9679/9845/19404 -f 11872/12154/18329 12896/12485/18330 11870/12152/19405 -f 12900/13172/19406 12899/13173/19407 9679/9845/19404 -f 12900/13172/19406 9679/9845/19404 12894/13171/19403 -f 12898/13174/19408 12900/13172/19406 12894/13171/19403 -f 12893/9843/19402 12895/12150/19409 12901/13175/19410 -f 12901/13175/19410 12898/13174/19408 12894/13171/19403 -f 12901/13175/19410 12894/13171/19403 12893/9843/19402 -f 12902/13176/19411 12897/13177/19412 12898/13174/19408 -f 12902/13176/19411 12898/13174/19408 12901/13175/19410 -f 12903/13178/19413 12897/13177/19412 12902/13176/19411 -f 12902/13176/19414 12901/13175/19410 11870/12152/19405 -f 11870/12152/19405 12901/13175/19410 12895/12150/19409 -f 12896/12485/18330 12902/13176/19414 11870/12152/19405 -f 12141/12486/18578 12903/13178/19413 12902/13176/19411 -f 12141/12486/18578 12902/13176/19411 12186/12646/18576 -f 12186/12646/18574 12902/13176/19414 12896/12485/18330 -f 12899/13173/19407 12900/13172/19406 12898/13174/19408 -f 12899/13173/19407 12898/13174/19408 12904/13179/19415 -f 12904/13179/19415 12898/13174/19408 12897/13177/19412 -f 12904/13179/19415 12897/13177/19412 12911/13180/19416 -f 12141/12486/18331 12905/12488/18333 12903/13178/19413 -f 12903/13178/19413 12905/12488/18333 12906/13181/19417 -f 12903/13178/19413 12906/13181/19417 12897/13177/19412 -f 12897/13177/19412 12906/13181/19417 12911/13180/19416 -f 12909/13182/19418 9679/9845/19404 12899/13173/19407 -f 12910/13183/19419 12909/13182/19418 12899/13173/19407 -f 12910/13183/19419 12899/13173/19407 12904/13179/19415 -f 12908/13184/19420 12910/13183/19419 12904/13179/19415 -f 12911/13180/19421 12908/13184/19420 12904/13179/19415 -f 12907/13185/19422 12912/13186/19423 12908/13184/19424 -f 12907/13185/19422 12908/13184/19424 12913/13187/19425 -f 12913/13187/19426 12908/13184/19420 12911/13180/19421 -f 12914/12586/18476 12913/13187/19427 12911/13180/19428 -f 12914/12586/18476 12911/13180/19428 12906/13181/19429 -f 12914/12586/18476 12906/13181/19417 12905/12488/18333 -f 10301/10569/15937 12907/13185/19422 12913/13187/19425 -f 10301/10569/15937 12913/13187/19425 12174/12588/18480 -f 12174/12588/18478 12913/13187/19427 12914/12586/18476 -f 9681/9847/19430 9679/9845/19404 12909/13182/19418 -f 9681/9847/19430 12909/13182/19418 12915/13188/19431 -f 12915/13188/19431 12909/13182/19418 12910/13183/19432 -f 12916/13189/19433 12915/13188/19431 12908/13184/19434 -f 12915/13188/19431 12910/13183/19432 12908/13184/19434 -f 12916/13189/19433 12908/13184/19434 12912/13186/19435 -f 12916/13189/19433 12912/13186/19435 12917/13190/19436 -f 12917/13190/19436 12912/13186/19435 12907/13185/19422 -f 12917/13190/19436 12907/13185/19422 12918/10570/15938 -f 12918/10570/15938 12907/13185/19422 10301/10569/15937 -f 12922/9840/19437 12921/13191/19438 9677/9841/19439 -f 12921/13191/19438 12919/13192/19440 9677/9841/19439 -f 9677/9841/19439 12919/13192/19440 11874/12153/18327 -f 12919/13192/19440 12920/12484/18328 11874/12153/18327 -f 9676/9839/18326 12926/13193/19441 12922/9840/19437 -f 12926/13193/19441 9676/9839/18326 12140/12483/18325 -f 12926/13193/19441 12140/12483/18325 12925/13194/19442 -f 12926/13193/19441 12925/13194/19442 12927/13195/19443 -f 12921/13191/19438 12922/9840/19437 12926/13193/19441 -f 12921/13191/19438 12926/13193/19441 12928/13196/19444 -f 12928/13196/19444 12926/13193/19441 12927/13195/19443 -f 12929/13197/19445 12921/13191/19438 12928/13196/19444 -f 12919/13192/19440 12921/13191/19438 12929/13197/19446 -f 12930/13198/19447 12929/13197/19445 12928/13196/19444 -f 12931/12647/18575 12919/13192/19440 12929/13197/19446 -f 12931/12647/19448 12929/13197/19445 12924/12648/18580 -f 12924/12648/18580 12929/13197/19445 12930/13198/19447 -f 12920/12484/18328 12919/13192/19440 12931/12647/18575 -f 12923/12487/18332 12924/12648/18580 12930/13198/19447 -f 12930/13198/19447 12934/13199/19449 12932/12489/18334 -f 12930/13198/19447 12932/12489/18334 12923/12487/18332 -f 12928/13196/19444 12933/13200/19450 12934/13199/19449 -f 12928/13196/19444 12934/13199/19449 12930/13198/19447 -f 12933/13200/19450 12928/13196/19444 12927/13195/19443 -f 12927/13195/19443 12935/13201/19451 12933/13200/19450 -f 12927/13195/19443 12925/13194/19442 12935/13201/19451 -s off -f 12925/13194/19452 12140/12483/19453 9675/9838/19454 -s 39 -f 12936/13202/19455 12925/13194/19442 9675/9838/19456 -f 12935/13201/19451 12925/13194/19442 12936/13202/19455 -f 9674/9837/19457 12937/13203/19458 12936/13202/19455 -f 12933/13200/19450 12935/13201/19451 12938/13204/19459 -f 12938/13204/19459 12935/13201/19451 12936/13202/19455 -f 12938/13204/19459 12936/13202/19455 12937/13203/19458 -f 12939/13205/19460 12938/13204/19459 12937/13203/19458 -f 12934/13199/19449 12933/13200/19450 12938/13204/19461 -f 12934/13199/19449 12938/13204/19461 12940/13206/19462 -f 12940/13206/19463 12938/13204/19459 12939/13205/19460 -s 648 -f 12941/13207/19464 12940/13206/19465 12939/13205/19466 -s 39 -f 12932/12489/18334 12934/13199/19449 12942/12587/18477 -f 12942/12587/18477 12934/13199/19449 12940/13206/19462 -f 12942/12587/18477 12940/13206/19462 12943/12589/18479 -s 648 -f 12943/12589/19467 12940/13206/19465 12941/13207/19464 -f 12944/12590/19468 12943/12589/19467 12941/13207/19464 -s 39 -f 12944/12590/18483 12941/13207/19469 10299/10564/15930 -f 12947/13208/19470 13340/13209/19471 12941/13207/19469 -f 12941/13207/19469 13340/13209/19471 12945/10565/15931 -f 12941/13207/19469 12945/10565/15931 10299/10564/15930 -f 12939/13205/19472 12947/13208/19470 12941/13207/19469 -f 9674/9837/19457 12946/13210/19473 12937/13203/19458 -f 12937/13203/19458 12946/13210/19473 12947/13208/19470 -f 12937/13203/19458 12947/13208/19470 12939/13205/19472 -f 9674/9837/19457 12936/13202/19455 9675/9838/19456 -f 12951/9830/19474 12948/13211/19475 9670/9831/19476 -f 9670/9831/19476 12948/13211/19475 12949/13212/19477 -f 12949/13212/19477 9673/9835/19478 9670/9831/19476 -f 11877/12156/18340 12952/12492/18341 11876/12157/19479 -f 12956/13213/19480 12955/13214/19481 12949/13212/19477 -f 12956/13213/19480 12949/13212/19477 12948/13211/19475 -f 12954/13215/19482 12956/13213/19480 12948/13211/19475 -f 12957/13216/19483 12954/13215/19482 12948/13211/19475 -f 12957/13216/19483 12948/13211/19475 12951/9830/19474 -f 12958/13217/19484 12953/13218/19485 12954/13215/19482 -f 12958/13217/19484 12954/13215/19482 12957/13216/19483 -f 12950/12068/19486 12957/13216/19483 12951/9830/19474 -f 12959/13219/19487 12953/13218/19485 12958/13217/19484 -f 12958/13217/19488 12957/13216/19483 11876/12157/19479 -f 11876/12157/19479 12957/13216/19483 12950/12068/19486 -f 12959/13219/19487 12958/13217/19484 12960/12650/18582 -f 12960/12650/18582 12958/13217/19489 12952/12492/18341 -f 12952/12492/18341 12958/13217/19488 11876/12157/19479 -f 12143/12493/18342 12959/13219/19487 12960/12650/18582 -f 12955/13214/19481 12956/13213/19480 12954/13215/19482 -f 12955/13214/19481 12954/13215/19482 12961/13220/19490 -f 12961/13220/19490 12954/13215/19482 12953/13218/19485 -f 12961/13220/19490 12953/13218/19485 12968/13221/19491 -f 12143/12493/18342 12962/12495/18344 12959/13219/19487 -f 12959/13219/19487 12962/12495/18344 12963/13222/19492 -f 12959/13219/19487 12963/13222/19492 12953/13218/19485 -f 12953/13218/19485 12963/13222/19492 12968/13221/19491 -f 12966/13223/19493 12949/13212/19477 12955/13214/19481 -f 12967/13224/19494 12966/13223/19493 12955/13214/19481 -f 12967/13224/19494 12955/13214/19481 12961/13220/19490 -f 12965/13225/19495 12967/13224/19494 12961/13220/19490 -f 12968/13221/19496 12965/13225/19495 12961/13220/19490 -f 12964/13226/19497 12969/13227/19498 12965/13225/19499 -f 12964/13226/19497 12965/13225/19499 12970/13228/19500 -f 12970/13228/19501 12965/13225/19495 12968/13221/19496 -s 504 -f 12971/12593/18488 12970/13228/19502 12968/13221/19503 -f 12971/12593/18488 12968/13221/19503 12963/13222/19504 -s 39 -f 12972/12591/18484 12964/13226/19497 12970/13228/19500 -s 504 -f 12972/12591/18487 12970/13228/19502 12971/12593/18488 -s 39 -f 12971/12593/18491 12963/13222/19492 12962/12495/18344 -f 10247/10489/15830 12964/13226/19497 12972/12591/18484 -f 9673/9835/19478 12949/13212/19477 12966/13223/19493 -f 9673/9835/19478 12966/13223/19493 12973/13229/19505 -f 12973/13229/19505 12966/13223/19493 12967/13224/19506 -f 12974/13230/19507 12973/13229/19505 12965/13225/19508 -f 12973/13229/19505 12967/13224/19506 12965/13225/19508 -f 12974/13230/19507 12965/13225/19508 12969/13227/19509 -f 12974/13230/19507 12969/13227/19509 12975/13231/19510 -f 12975/13231/19510 12969/13227/19509 12964/13226/19511 -f 12975/13231/19510 12964/13226/19511 12976/10488/15829 -f 12976/10488/15829 12964/13226/19511 10247/10489/15830 -f 12980/9828/19512 12979/13232/19513 9668/9829/19514 -f 9668/9829/19514 12979/13232/19513 12977/13233/19515 -f 9668/9829/19514 12977/13233/19515 11878/12158/18338 -f 12977/13233/19515 12978/12491/18339 11878/12158/18338 -f 12980/9828/19512 9666/9826/19516 12142/12490/19517 -f 12980/9828/19512 12142/12490/19517 12983/13234/19518 -f 12979/13232/19513 12980/9828/19512 12983/13234/19518 -f 12979/13232/19513 12983/13234/19518 12984/13235/19519 -f 12985/13236/19520 12979/13232/19513 12984/13235/19519 -f 12977/13233/19515 12979/13232/19513 12985/13236/19521 -f 12986/13237/19522 12985/13236/19520 12984/13235/19519 -f 12982/12651/18583 12985/13236/19520 12986/13237/19522 -f 12978/12491/18339 12977/13233/19515 12985/13236/19521 -f 12978/12491/18339 12985/13236/19521 12987/12649/18581 -f 12987/12649/18581 12985/13236/19520 12982/12651/18583 -f 12981/12494/18343 12982/12651/18583 12986/13237/19522 -f 12986/13237/19522 12990/13238/19523 12988/12496/18345 -f 12986/13237/19522 12988/12496/18345 12981/12494/18343 -f 12984/13235/19519 12989/13239/19524 12990/13238/19523 -f 12984/13235/19519 12990/13238/19523 12986/13237/19522 -f 12989/13239/19524 12984/13235/19519 12983/13234/19518 -f 12983/13234/19518 12991/13240/19525 12989/13239/19524 -f 12983/13234/19518 12142/12490/18336 12991/13240/19525 -f 12991/13240/19525 12142/12490/18336 12992/13241/19526 -f 9665/9825/19527 12993/13242/19528 12992/13241/19526 -f 12993/13242/19528 12991/13240/19525 12992/13241/19526 -f 12989/13239/19524 12991/13240/19525 12994/13243/19529 -f 12994/13243/19529 12991/13240/19525 12993/13242/19528 -f 12995/13244/19530 12994/13243/19529 12993/13242/19528 -f 12990/13238/19523 12989/13239/19524 12994/13243/19531 -f 12990/13238/19523 12994/13243/19531 12996/13245/19532 -f 12996/13245/19533 12994/13243/19529 12995/13244/19530 -f 12997/13246/19534 12996/13245/19535 12995/13244/19536 -f 12988/12496/18345 12990/13238/19523 12998/12594/18490 -f 12998/12594/18490 12990/13238/19523 12996/13245/19532 -f 12998/12594/18490 12996/13245/19532 12999/13247/19537 -f 12999/13247/19538 12996/13245/19535 12997/13246/19534 -f 13000/10566/15932 12999/13247/19538 12997/13246/19534 -s 504 -f 12998/12594/18489 12999/13247/19539 12175/12592/18486 -s 39 -f 12175/12592/18485 12999/13247/19538 13000/10566/15932 -f 13003/13248/19540 13350/13249/19541 12997/13246/19542 -f 12997/13246/19542 13350/13249/19541 13001/10561/15926 -f 12997/13246/19542 13001/10561/15926 13000/10566/15932 -f 12995/13244/19543 13003/13248/19540 12997/13246/19542 -f 9665/9825/19527 13002/13250/19544 12993/13242/19528 -f 12993/13242/19528 13002/13250/19544 13003/13248/19540 -f 12993/13242/19528 13003/13248/19540 12995/13244/19543 -f 9665/9825/19527 12992/13241/19526 9664/9824/18335 -f 12142/12490/18336 9664/9824/18335 12992/13241/19526 -f 13004/9820/19545 13005/13251/19546 9661/9817/19547 -f 9661/9817/19547 13005/13251/19546 13006/13252/19548 -f 13006/13252/19548 9662/9821/19549 9661/9817/19547 -f 11881/12163/18350 13008/12498/18349 11879/12161/19550 -f 13012/13253/19551 13011/13254/19552 13006/13252/19548 -f 13012/13253/19551 13006/13252/19548 13005/13251/19546 -f 13010/13255/19553 13012/13253/19551 13005/13251/19546 -f 13004/9820/19545 13007/12160/19554 13013/13256/19555 -f 13013/13256/19555 13010/13255/19553 13005/13251/19546 -f 13013/13256/19555 13005/13251/19546 13004/9820/19545 -f 13014/13257/19556 13009/13258/19557 13010/13255/19553 -f 13014/13257/19556 13010/13255/19553 13013/13256/19555 -f 12145/12500/18353 13009/13258/19557 13014/13257/19556 -f 13014/13257/19558 13013/13256/19555 11879/12161/19550 -f 11879/12161/19550 13013/13256/19555 13007/12160/19554 -f 13008/12498/18349 13014/13257/19558 11879/12161/19550 -f 12187/12652/18586 12145/12500/18353 13014/13257/19556 -f 12187/12652/18584 13014/13257/19558 13008/12498/18349 -f 13011/13254/19552 13012/13253/19551 13010/13255/19553 -f 13011/13254/19552 13010/13255/19553 13015/13259/19559 -f 13015/13259/19559 13010/13255/19553 13009/13258/19557 -f 13015/13259/19559 13009/13258/19557 13021/13260/19560 -f 12145/12500/18353 12177/12502/18355 13016/13261/19561 -f 12145/12500/18353 13016/13261/19561 13009/13258/19557 -f 13009/13258/19557 13016/13261/19561 13021/13260/19560 -f 13018/13262/19562 13006/13252/19548 13011/13254/19552 -f 13019/13263/19563 13018/13262/19562 13011/13254/19552 -f 13019/13263/19563 13011/13254/19552 13015/13259/19559 -f 13020/13264/19564 13026/13265/19565 13019/13263/19566 -f 13020/13264/19567 13019/13263/19563 13015/13259/19559 -f 13022/13266/19568 13026/13265/19565 13020/13264/19564 -f 13021/13260/19560 13020/13264/19567 13015/13259/19559 -f 13017/13267/19569 13022/13266/19568 13020/13264/19570 -f 13023/13268/19571 13020/13264/19567 13021/13260/19560 -f 13017/13267/19569 13020/13264/19570 10296/10554/15919 -f 10296/10554/15919 13020/13264/19570 13023/13268/19572 -f 13023/13268/19571 13021/13260/19560 13024/12598/18495 -f 13024/12598/18495 13021/13260/19560 13016/13261/19561 -f 13025/12596/18493 10296/10554/15919 13023/13268/19572 -f 13025/12596/18493 13023/13268/19573 13024/12598/18495 -f 12177/12502/18355 13024/12598/18495 13016/13261/19561 -f 9662/9821/19549 13006/13252/19548 13018/13262/19562 -f 9662/9821/19549 13018/13262/19562 13354/9823/19574 -f 13026/13265/19565 13354/9823/19574 13019/13263/19566 -f 13354/9823/19574 13018/13262/19562 13019/13263/19566 -f 13027/13269/19575 13026/13265/19565 13022/13266/19568 -f 13027/13269/19575 13022/13266/19568 13028/13270/19576 -f 13028/13270/19576 13022/13266/19568 13017/13267/19569 -f 13028/13270/19576 13017/13267/19569 13029/10558/15923 -f 13029/10558/15923 13017/13267/19569 10296/10554/15919 -f 13033/9815/19577 13032/13271/19578 9658/9816/19579 -f 13032/13271/19578 13030/13272/19580 9658/9816/19579 -f 9658/9816/19579 13030/13272/19580 11882/12162/18352 -f 11882/12162/18352 13030/13272/19580 13031/12499/18351 -f 9656/9813/18348 13036/13273/19581 13033/9815/19577 -f 13036/13273/19581 9656/9813/18348 12144/12497/18347 -f 13036/13273/19581 12144/12497/18347 13035/13274/19582 -f 13036/13273/19581 13035/13274/19582 13037/13275/19583 -f 13032/13271/19578 13033/9815/19577 13038/13276/19584 -f 13038/13276/19584 13033/9815/19577 13036/13273/19581 -f 13038/13276/19584 13036/13273/19581 13037/13275/19583 -f 13039/13277/19585 13038/13276/19584 13037/13275/19583 -f 13040/13278/19586 13032/13271/19578 13038/13276/19584 -f 13040/13278/19587 13038/13276/19584 13039/13277/19585 -f 13030/13272/19580 13032/13271/19578 13040/13278/19586 -f 13041/13279/19588 13040/13278/19587 13039/13277/19585 -f 13042/12653/18585 13030/13272/19580 13040/13278/19586 -f 13042/12653/18587 13040/13278/19587 13041/13279/19588 -f 13031/12499/18351 13030/13272/19580 13042/12653/18585 -f 13042/12653/18587 13041/13279/19588 13034/12501/18354 -f 13041/13279/19588 13045/13280/19589 13043/12503/18356 -f 13041/13279/19588 13043/12503/18356 13034/12501/18354 -f 13039/13277/19585 13044/13281/19590 13045/13280/19589 -f 13039/13277/19585 13045/13280/19589 13041/13279/19588 -f 13044/13281/19590 13039/13277/19585 13037/13275/19583 -f 13037/13275/19583 13046/13282/19591 13044/13281/19590 -f 13037/13275/19583 13035/13274/19582 13046/13282/19591 -s off -f 13035/13274/19592 12144/12497/19593 9654/9811/19594 -s 39 -f 13047/13283/19595 13035/13274/19582 9654/9811/19596 -f 13046/13282/19591 13035/13274/19582 13047/13283/19595 -f 9655/9812/19597 13048/13284/19598 13047/13283/19595 -f 13044/13281/19590 13046/13282/19591 13049/13285/19599 -f 13049/13285/19599 13046/13282/19591 13047/13283/19595 -f 13049/13285/19599 13047/13283/19595 13048/13284/19598 -f 13050/13286/19600 13049/13285/19599 13048/13284/19598 -f 13045/13280/19589 13044/13281/19590 13049/13285/19601 -f 13051/13287/19602 13045/13280/19589 13049/13285/19601 -f 13051/13287/19603 13049/13285/19599 13050/13286/19600 -f 13043/12503/18356 13045/13280/19589 13053/12599/18496 -f 13053/12599/18496 13045/13280/19589 13051/13287/19602 -f 13051/13287/19603 13050/13286/19600 13054/12595/18492 -f 13054/12595/18492 13050/13286/19600 13052/13288/19604 -f 13055/12597/18494 13053/12599/18496 13051/13287/19602 -f 13055/12597/18494 13051/13287/19603 13054/12595/18492 -f 12176/10555/15920 13054/12595/18492 13052/13288/19604 -f 13058/13289/19605 13056/10556/15921 13052/13288/19604 -f 13052/13288/19604 13056/10556/15921 12176/10555/15920 -f 13050/13286/19600 13058/13289/19605 13052/13288/19604 -f 9655/9812/19597 13057/13290/19606 13048/13284/19598 -f 13048/13284/19598 13057/13290/19606 13058/13289/19605 -f 13048/13284/19598 13058/13289/19605 13050/13286/19600 -f 9655/9812/19597 13047/13283/19595 9654/9811/19596 -f 13061/9807/19607 13059/13291/19608 9652/9804/19609 -f 9652/9804/19609 13059/13291/19608 13060/13292/19610 -f 13060/13292/19610 13074/9808/19611 9652/9804/19609 -f 11884/12164/18361 13062/12505/18360 13063/12165/19612 -f 13065/13293/19613 13066/13294/19614 13059/13291/19608 -f 13059/13291/19608 13066/13294/19614 13060/13292/19610 -f 13067/13295/19615 13065/13293/19613 13059/13291/19608 -f 13064/13296/19616 13065/13293/19613 13067/13295/19615 -f 13059/13291/19608 13061/9807/19607 13068/13297/19617 -f 13068/13297/19617 13067/13295/19615 13059/13291/19608 -f 13061/9807/19607 13063/12165/19612 13068/13297/19617 -f 13069/13298/19618 13064/13296/19616 13067/13295/19615 -f 13069/13298/19618 13067/13295/19615 13068/13297/19619 -f 12147/12507/18364 13064/13296/19616 13069/13298/19618 -f 13069/13298/19620 13068/13297/19617 13063/12165/19612 -f 12147/12507/18364 13069/13298/19618 13070/12655/18590 -f 13070/12655/18589 13069/13298/19621 13062/12505/18360 -f 13062/12505/18360 13069/13298/19620 13063/12165/19612 -f 13060/13292/19610 13066/13294/19614 13075/13299/19622 -f 13066/13294/19614 13065/13293/19613 13071/13300/19623 -f 13071/13300/19623 13065/13293/19613 13064/13296/19616 -f 13071/13300/19623 13064/13296/19616 13078/13301/19624 -f 12147/12507/18364 12178/12509/18366 13072/13302/19625 -f 12147/12507/18364 13072/13302/19625 13064/13296/19616 -f 13064/13296/19616 13072/13302/19625 13078/13301/19624 -f 13074/9808/19611 13060/13292/19610 13075/13299/19622 -f 13076/13303/19626 13074/9808/19611 13075/13299/19622 -f 13066/13294/19614 13071/13300/19623 13075/13299/19622 -f 13071/13300/19627 13076/13303/19628 13075/13299/19629 -f 13077/13304/19630 13083/13305/19631 13076/13303/19632 -f 13077/13304/19633 13076/13303/19628 13071/13300/19627 -f 13079/13306/19634 13083/13305/19631 13077/13304/19630 -f 13078/13301/19635 13077/13304/19633 13071/13300/19627 -f 13073/13307/19636 13079/13306/19634 13077/13304/19637 -f 13080/13308/19638 13077/13304/19633 13078/13301/19635 -f 13073/13307/19636 13077/13304/19637 10294/10552/15917 -f 10294/10552/15917 13077/13304/19637 13080/13308/19639 -f 13080/13308/19638 13078/13301/19635 13081/12601/18498 -f 13081/12601/18498 13078/13301/19635 13072/13302/19625 -f 13082/12602/18502 10294/10552/15917 13080/13308/19639 -f 13082/12602/18500 13080/13308/19638 13081/12601/18498 -f 12178/12509/18366 13081/12601/18498 13072/13302/19625 -f 13083/13305/19640 13074/9808/19611 13076/13303/19626 -f 13084/13309/19641 13083/13305/19631 13079/13306/19634 -f 13084/13309/19641 13079/13306/19634 13085/13310/19642 -f 13085/13310/19642 13079/13306/19634 13073/13307/19636 -f 13085/13310/19642 13073/13307/19636 13086/10551/15916 -f 13086/10551/15916 13073/13307/19636 10294/10552/15917 -f 13090/9802/19643 13089/13311/19644 9649/9803/19645 -f 13089/13311/19644 13087/12166/19646 9649/9803/19645 -f 13087/12166/19646 13088/12506/18363 11886/12168/18362 -f 13090/9802/19643 9647/9800/19647 12146/12504/19648 -f 13090/9802/19643 12146/12504/19648 13092/13312/19649 -f 13089/13311/19644 13090/9802/19643 13092/13312/19649 -f 13089/13311/19644 13092/13312/19649 13093/13313/19650 -f 13095/13314/19651 13089/13311/19644 13094/13315/19652 -f 13094/13315/19652 13089/13311/19644 13093/13313/19650 -f 13087/12166/19646 13089/13311/19644 13095/13314/19653 -f 13091/12508/18365 13095/13314/19654 13094/13315/19655 -f 13088/12506/18363 13087/12166/19646 13095/13314/19653 -f 13088/12506/18363 13095/13314/19653 13096/12654/18588 -f 13096/12654/18591 13095/13314/19654 13091/12508/18365 -f 13094/13315/19655 13099/13316/19656 13091/12508/18365 -f 13091/12508/18365 13099/13316/19656 13097/12510/18367 -f 13093/13313/19650 13098/13317/19657 13094/13315/19655 -f 13094/13315/19655 13098/13317/19657 13099/13316/19656 -f 13093/13313/19650 13100/13318/19658 13098/13317/19657 -f 13093/13313/19650 13092/13312/19649 13100/13318/19658 -f 13092/13312/19649 12146/12504/18358 13100/13318/19658 -f 13100/13318/19658 12146/12504/18358 13101/13319/19659 -f 9646/9799/19660 13103/13320/19661 13101/13319/19659 -f 13098/13317/19657 13100/13318/19658 13102/13321/19662 -f 13102/13321/19662 13101/13319/19659 13103/13320/19661 -f 13101/13319/19659 13102/13321/19662 13100/13318/19658 -f 13104/13322/19663 13102/13321/19662 13103/13320/19661 -f 13099/13316/19656 13098/13317/19657 13102/13321/19662 -f 13099/13316/19656 13102/13321/19662 13105/13323/19664 -f 13105/13323/19664 13102/13321/19662 13104/13322/19663 -f 13097/12510/18367 13099/13316/19656 13107/12600/18497 -f 13107/12600/18497 13099/13316/19656 13105/13323/19665 -f 13105/13323/19664 13104/13322/19663 13108/12603/18503 -f 13108/12603/18503 13104/13322/19663 13106/13324/19666 -f 13107/12600/18499 13105/13323/19667 13108/12603/18501 -f 12179/10553/15918 13108/12603/18503 13106/13324/19666 -f 13111/13325/19668 13109/13326/19669 13106/13324/19666 -f 13106/13324/19666 13109/13326/19669 10288/10540/15901 -f 13106/13324/19666 10288/10540/15901 12179/10553/15918 -f 13104/13322/19663 13111/13325/19668 13106/13324/19666 -f 9646/9799/19660 13110/13327/19670 13103/13320/19661 -f 13103/13320/19661 13110/13327/19670 13111/13325/19668 -f 13103/13320/19661 13111/13325/19668 13104/13322/19663 -f 9646/9799/19660 13101/13319/19659 9645/9798/18357 -f 12146/12504/18358 9645/9798/18357 13101/13319/19659 -f 13112/9793/19671 13113/13328/19672 9640/9791/19673 -f 9640/9791/19673 13113/13328/19672 13114/13329/19674 -f 13114/13329/19674 9643/9795/19675 9640/9791/19673 -f 11888/12172/18372 13115/12512/18371 13116/12169/19676 -f 13120/13330/19677 13119/13331/19678 13114/13329/19674 -f 13120/13330/19677 13114/13329/19674 13113/13328/19672 -f 13118/13332/19679 13120/13330/19677 13113/13328/19672 -f 13112/9793/19671 13116/12169/19676 13121/13333/19680 -f 13121/13333/19680 13118/13332/19679 13113/13328/19672 -f 13121/13333/19680 13113/13328/19672 13112/9793/19671 -f 13122/13334/19681 13117/13335/19682 13118/13332/19679 -f 13122/13334/19681 13118/13332/19679 13121/13333/19680 -f 12149/12514/18375 13117/13335/19682 13122/13334/19681 -f 13122/13334/19683 13121/13333/19680 13115/12512/18371 -f 13115/12512/18371 13121/13333/19680 13116/12169/19676 -f 12149/12514/18375 13122/13334/19681 13123/12657/18594 -f 13123/12657/18593 13122/13334/19683 13115/12512/18371 -f 13119/13331/19678 13120/13330/19677 13118/13332/19679 -f 13119/13331/19678 13118/13332/19679 13124/13336/19684 -f 13124/13336/19684 13118/13332/19679 13117/13335/19682 -f 13124/13336/19684 13117/13335/19682 13131/13337/19685 -f 12149/12514/18375 13125/12516/18377 13126/13338/19686 -f 12149/12514/18375 13126/13338/19686 13117/13335/19682 -f 13117/13335/19682 13126/13338/19686 13131/13337/19685 -f 13128/13339/19687 13114/13329/19674 13119/13331/19678 -f 13129/13340/19688 13128/13339/19687 13119/13331/19678 -f 13129/13340/19688 13119/13331/19678 13124/13336/19684 -f 13130/13341/19689 13136/13342/19690 13129/13340/19691 -f 13130/13341/19692 13129/13340/19688 13124/13336/19684 -f 13132/13343/19693 13136/13342/19690 13130/13341/19689 -f 13131/13337/19694 13130/13341/19692 13124/13336/19684 -f 13127/13344/19695 13132/13343/19693 13130/13341/19696 -f 13133/13345/19697 13130/13341/19692 13131/13337/19694 -f 13127/13344/19695 13130/13341/19696 10291/10547/15912 -f 10291/10547/15912 13130/13341/19696 13133/13345/19698 -f 13134/12604/18504 13133/13345/19697 13131/13337/19694 -f 13134/12604/18504 13131/13337/19694 13126/13338/19699 -f 13135/12607/18509 10291/10547/15912 13133/13345/19698 -f 13135/12607/18507 13133/13345/19697 13134/12604/18504 -f 13134/12604/18504 13126/13338/19686 13125/12516/18377 -f 9643/9795/19675 13114/13329/19674 13128/13339/19687 -f 9643/9795/19675 13128/13339/19687 13373/9797/19700 -f 13136/13342/19690 13373/9797/19700 13129/13340/19691 -f 13373/9797/19700 13128/13339/19687 13129/13340/19691 -f 13137/13346/19701 13136/13342/19690 13132/13343/19693 -f 13137/13346/19701 13132/13343/19693 13138/13347/19702 -f 13138/13347/19702 13132/13343/19693 13127/13344/19695 -f 13138/13347/19702 13127/13344/19695 10290/10545/15909 -f 10290/10545/15909 13127/13344/19695 10291/10547/15912 -f 13141/9790/19703 13139/13348/19704 11890/12171/18374 -f 13139/13348/19704 13140/12513/18373 11890/12171/18374 -f 9638/9787/18370 12148/12511/18369 13144/13349/19705 -f 13142/9789/19706 9638/9787/18370 13146/13350/19707 -f 13146/13350/19707 9638/9787/18370 13144/13349/19705 -f 13146/13350/19707 13144/13349/19705 13145/13351/19708 -f 13141/9790/19709 13142/9789/19706 13146/13350/19707 -f 13147/13352/19710 13146/13350/19707 13145/13351/19708 -f 13148/13353/19711 13141/9790/19709 13146/13350/19707 -f 13148/13353/19712 13146/13350/19707 13147/13352/19710 -f 13139/13348/19713 13141/9790/19709 13148/13353/19711 -f 13149/13354/19714 13148/13353/19712 13147/13352/19710 -f 13140/12513/18373 13139/13348/19704 13148/13353/19715 -f 13140/12513/18373 13148/13353/19715 13150/12656/18592 -f 13150/12656/18592 13148/13353/19715 13149/13354/19716 -f 13150/12656/18592 13149/13354/19716 13143/12515/18376 -f 13149/13354/19714 13153/13355/19717 13151/12517/18378 -f 13149/13354/19714 13151/12517/18378 13143/12515/18376 -f 13147/13352/19710 13152/13356/19718 13153/13355/19717 -f 13147/13352/19710 13153/13355/19717 13149/13354/19714 -f 13152/13356/19718 13147/13352/19710 13145/13351/19708 -f 13145/13351/19708 13154/13357/19719 13152/13356/19718 -f 13145/13351/19708 13144/13349/19705 13154/13357/19719 -f 13156/13358/19720 13144/13349/19705 12148/12511/18369 -f 13154/13357/19719 13144/13349/19705 13156/13358/19720 -f 9637/9786/19721 13157/13359/19722 13156/13358/19720 -f 13157/13359/19722 13154/13357/19719 13156/13358/19720 -f 13152/13356/19718 13154/13357/19719 13158/13360/19723 -f 13158/13360/19723 13154/13357/19719 13157/13359/19722 -f 13159/13361/19724 13158/13360/19723 13157/13359/19722 -f 13153/13355/19717 13152/13356/19718 13158/13360/19725 -f 13153/13355/19717 13158/13360/19725 13160/13362/19726 -f 13160/13362/19727 13158/13360/19723 13159/13361/19724 -f 13151/12517/18378 13153/13355/19717 13162/12605/18505 -f 13162/12605/18505 13153/13355/19717 13160/13362/19726 -f 13162/12605/18505 13160/13362/19726 13163/12606/18506 -f 13163/12606/18506 13160/13362/19726 13164/12608/18508 -f 13164/12608/18508 13160/13362/19726 13159/13361/19728 -f 13164/12608/18508 13159/13361/19728 13161/13363/19729 -f 13164/12608/18508 13161/13363/19729 13155/10548/15913 -f 13167/13364/19730 13379/13365/19731 13161/13363/19729 -f 13161/13363/19729 13379/13365/19731 13165/10549/15914 -f 13161/13363/19729 13165/10549/15914 13155/10548/15913 -f 13159/13361/19732 13167/13364/19730 13161/13363/19729 -f 9637/9786/19721 13166/13366/19733 13157/13359/19722 -f 13157/13359/19722 13166/13366/19733 13167/13364/19730 -f 13157/13359/19722 13167/13364/19730 13159/13361/19732 -f 9637/9786/19721 13156/13358/19720 12148/12511/18369 -f 9637/9786/19721 12148/12511/18369 9636/9785/18368 -f 13168/13367/19734 9632/9780/19735 9631/9777/19736 -f 9632/9780/19735 13168/13367/19734 13169/13368/19737 -f 13169/13368/19737 9634/9782/19738 9632/9780/19735 -f 13170/9779/19739 13168/13367/19734 9631/9777/19736 -f 11893/12176/18383 13171/12519/18382 11891/12174/19740 -f 13174/13369/19741 13169/13368/19737 13168/13367/19734 -f 13173/13370/19742 13174/13369/19741 13168/13367/19734 -f 13168/13367/19734 13170/9779/19739 13175/13371/19743 -f 13175/13371/19743 13173/13370/19742 13168/13367/19734 -f 13176/13372/19744 13172/13373/19745 13173/13370/19742 -f 13176/13372/19744 13173/13370/19742 13175/13371/19743 -f 12151/12521/18386 13172/13373/19745 13176/13372/19744 -f 13176/13372/19746 13175/13371/19743 11891/12174/19740 -f 11891/12174/19740 13175/13371/19743 13170/9779/19739 -f 13171/12519/18382 13176/13372/19746 11891/12174/19740 -f 12189/12658/18597 12151/12521/18386 13176/13372/19744 -f 12189/12658/18595 13176/13372/19746 13171/12519/18382 -f 13169/13368/19737 13174/13369/19741 13177/13374/19747 -f 13174/13369/19741 13173/13370/19742 13178/13375/19748 -f 13178/13375/19748 13173/13370/19742 13172/13373/19745 -f 13178/13375/19748 13172/13373/19745 13185/13376/19749 -f 12151/12521/18386 13179/12523/18388 13180/13377/19750 -f 12151/12521/18386 13180/13377/19750 13172/13373/19745 -f 13172/13373/19745 13180/13377/19750 13185/13376/19749 -f 13174/13369/19741 13178/13375/19748 13177/13374/19747 -f 13178/13375/19748 13183/13378/19751 13177/13374/19747 -f 13184/13379/19752 13182/13380/19753 13183/13378/19751 -f 13184/13379/19752 13183/13378/19751 13178/13375/19748 -f 13186/13381/19754 13182/13380/19755 13184/13379/19756 -f 13185/13376/19757 13184/13379/19752 13178/13375/19748 -f 13181/13382/19758 13186/13381/19754 13184/13379/19756 -f 13187/13383/19759 13184/13379/19752 13185/13376/19757 -f 13181/13382/19758 13184/13379/19756 10289/10541/15904 -f 10289/10541/15904 13184/13379/19756 13187/13383/19760 -f 13188/12610/18511 13187/13383/19759 13185/13376/19757 -f 13188/12610/18511 13185/13376/19757 13180/13377/19750 -f 13189/12612/18515 10289/10541/15904 13187/13383/19760 -f 13188/12610/18511 13180/13377/19750 13179/12523/18388 -f 13189/12612/18514 13187/13383/19759 13188/12610/18511 -f 9634/9782/19738 13169/13368/19737 13177/13374/19747 -f 9634/9782/19738 13177/13374/19747 13190/13384/19761 -f 13190/13384/19761 13177/13374/19747 13183/13378/19762 -f 13191/13385/19763 13190/13384/19761 13182/13380/19755 -f 13190/13384/19761 13183/13378/19762 13182/13380/19755 -f 13191/13385/19763 13182/13380/19755 13186/13381/19754 -f 13191/13385/19763 13186/13381/19754 13192/13386/19764 -f 13192/13386/19764 13186/13381/19754 13181/13382/19758 -f 13192/13386/19764 13181/13382/19758 13193/10543/15906 -f 13193/10543/15906 13181/13382/19758 10289/10541/15904 -f 13196/13387/19765 13194/13388/19766 9620/9776/19767 -f 9620/9776/19767 13194/13388/19766 11897/12175/18385 -f 13194/13388/19766 13195/12520/18384 11897/12175/18385 -f 9620/9776/19767 13197/9774/19768 13196/13387/19765 -f 13197/9774/19768 9625/9771/19769 13200/13389/19770 -f 9625/9771/19769 12150/12518/19771 13199/13390/19772 -f 9625/9771/19769 13199/13390/19772 13200/13389/19770 -f 13196/13387/19765 13197/9774/19768 13200/13389/19770 -f 13196/13387/19765 13200/13389/19770 13201/13391/19773 -f 13202/13392/19774 13196/13387/19765 13201/13391/19773 -f 13194/13388/19766 13196/13387/19765 13202/13392/19775 -f 13203/13393/19776 13202/13392/19774 13201/13391/19773 -f 13204/13394/19777 13194/13388/19766 13202/13392/19775 -f 13204/13394/19778 13202/13392/19774 13203/13393/19776 -f 13195/12520/18384 13194/13388/19766 13204/13394/19777 -f 13198/12522/18387 13204/13394/19778 13203/13393/19776 -f 13195/12520/18384 13204/13394/19777 12188/12659/18596 -f 12188/12659/18598 13204/13394/19778 13198/12522/18387 -f 13203/13393/19776 13207/13395/19779 13205/12524/18389 -f 13203/13393/19776 13205/12524/18389 13198/12522/18387 -f 13201/13391/19773 13206/13396/19780 13207/13395/19779 -f 13201/13391/19773 13207/13395/19779 13203/13393/19776 -f 13206/13396/19780 13201/13391/19773 13200/13389/19770 -f 13200/13389/19770 13208/13397/19781 13206/13396/19780 -f 13208/13397/19781 13200/13389/19770 13199/13390/19772 -f 13209/13398/19782 13199/13390/19772 12150/12518/18380 -f 13208/13397/19781 13199/13390/19772 13209/13398/19782 -f 9628/9770/19783 13210/13399/19784 13209/13398/19782 -f 13210/13399/19784 13208/13397/19781 13209/13398/19782 -f 13211/13400/19785 13206/13396/19780 13208/13397/19781 -f 13211/13400/19786 13208/13397/19781 13210/13399/19784 -f 13212/13401/19787 13211/13400/19786 13210/13399/19784 -f 13207/13395/19779 13206/13396/19780 13211/13400/19785 -f 13213/13402/19788 13207/13395/19779 13211/13400/19785 -f 13213/13402/19789 13211/13400/19786 13212/13401/19787 -f 13205/12524/18389 13207/13395/19779 13215/12609/18510 -f 13215/12609/18510 13207/13395/19779 13213/13402/19788 -f 13213/13402/19789 13212/13401/19787 13216/12611/18516 -f 13216/12611/18516 13212/13401/19787 13214/13403/19790 -f 13215/12609/18512 13213/13402/19791 13216/12611/18513 -f 12180/10542/15905 13216/12611/18516 13214/13403/19790 -f 13218/13404/19792 13217/13405/19793 13214/13403/19790 -f 13214/13403/19790 13217/13405/19793 10280/10525/15883 -f 13214/13403/19790 10280/10525/15883 12180/10542/15905 -f 13212/13401/19787 13218/13404/19792 13214/13403/19790 -f 9628/9770/19783 13387/13406/19794 13210/13399/19784 -f 13210/13399/19784 13387/13406/19794 13218/13404/19792 -f 13210/13399/19784 13218/13404/19792 13212/13401/19787 -f 9628/9770/19783 13209/13398/19782 12150/12518/18380 -f 9628/9770/19783 12150/12518/18380 9627/9769/18379 -f 9786/9989/15328 9784/9986/15325 13219/13407/19795 -f 13219/13407/19795 12296/12739/19796 9786/9989/15328 -f 12297/12737/19797 12296/12739/19796 13220/13408/19798 -f 12297/12737/19797 13220/13408/19798 13221/12738/18720 -f 10252/10496/15839 12295/10494/15835 13221/12738/18720 -f 12322/12756/18745 12323/10497/15840 13222/13409/19799 -f 12321/12755/19800 12322/12756/18745 13222/13409/19799 -f 12320/12754/19801 12321/12755/19800 13223/13410/19802 -f 12320/12754/19801 13223/13410/19802 13224/9987/15326 -f 12320/12754/19801 13224/9987/15326 9783/9985/15324 -f 9784/9986/15325 13225/13411/19803 13219/13407/19795 -f 13219/13407/19795 13225/13411/19803 12296/12739/19796 -f 12296/12739/19796 13225/13411/19803 13226/13412/19804 -f 12296/12739/19796 13226/13412/19804 13220/13408/19798 -f 13220/13408/19798 13226/13412/19804 13227/13413/19805 -f 13220/13408/19798 13227/13413/19805 13221/12738/18720 -f 13221/12738/18720 13227/13413/19805 13228/13414/19806 -f 13221/12738/18720 13228/13414/19806 10252/10496/15839 -f 9784/9986/15325 13224/9987/15326 13225/13411/19803 -f 13225/13411/19803 13224/9987/15326 13223/13410/19802 -f 13225/13411/19803 13223/13410/19802 13226/13412/19804 -f 13226/13412/19804 13223/13410/19802 12321/12755/19800 -f 13226/13412/19804 12321/12755/19800 13227/13413/19805 -f 13227/13413/19805 12321/12755/19800 13222/13409/19799 -f 13227/13413/19805 13222/13409/19799 13228/13414/19806 -f 13228/13414/19806 13222/13409/19799 10252/10496/15839 -f 10252/10496/15839 13222/13409/19799 12323/10497/15840 -f 13229/13415/19807 12349/12776/19808 9776/9976/15315 -f 13230/13416/19809 12349/12776/19808 13229/13415/19807 -f 12349/12776/19808 13230/13416/19809 12350/12774/19810 -f 12350/12774/19810 13230/13416/19809 13231/13417/19811 -f 12350/12774/19810 13231/13417/19811 13232/12775/18770 -f 10330/10619/15994 12348/10622/15997 13232/12775/18770 -f 12377/12796/18807 12378/10618/15993 13233/13418/19812 -f 12376/12795/19813 12377/12796/18807 13233/13418/19812 -f 12375/12794/19814 12376/12795/19813 13234/13419/19815 -f 9773/9972/15311 13234/13419/19815 13235/9974/15313 -f 9773/9972/15311 12375/12794/19816 13234/13419/19815 -f 9776/9976/15315 9774/9973/15312 13229/13415/19807 -f 13229/13415/19807 9774/9973/15312 13236/13420/19817 -f 13229/13415/19807 13236/13420/19817 13230/13416/19809 -f 13230/13416/19809 13236/13420/19817 13237/13421/19818 -f 13230/13416/19809 13237/13421/19818 13231/13417/19811 -f 13231/13417/19811 13237/13421/19818 13238/13422/19819 -f 13231/13417/19811 13238/13422/19819 13232/12775/18770 -f 13232/12775/18770 13238/13422/19819 13239/13423/19820 -f 13232/12775/18770 13239/13423/19820 10330/10619/15994 -f 9774/9973/15312 13235/9974/15313 13236/13420/19817 -f 13236/13420/19817 13235/9974/15313 13234/13419/19815 -f 13236/13420/19817 13234/13419/19815 13237/13421/19818 -f 13237/13421/19818 13234/13419/19815 12376/12795/19813 -f 13237/13421/19818 12376/12795/19813 13238/13422/19819 -f 13238/13422/19819 12376/12795/19813 13233/13418/19812 -f 13238/13422/19819 13233/13418/19812 13239/13423/19820 -f 13239/13423/19820 13233/13418/19812 10330/10619/15994 -f 10330/10619/15994 13233/13418/19812 12378/10618/15993 -f 9766/9963/15302 9764/9960/15299 13240/13424/19821 -f 13240/13424/19821 12405/12814/19822 9766/9963/15302 -f 12406/12812/19823 12405/12814/19822 13241/13425/19824 -f 12406/12812/19823 13241/13425/19824 13242/12813/18833 -f 10327/10616/15989 12404/10615/15988 13242/12813/18833 -f 10244/10482/15823 10327/10616/15989 13243/13426/19825 -f 13243/13426/19825 12431/12834/18869 10244/10482/15823 -f 12430/12833/19826 12431/12834/18869 13243/13426/19825 -f 12429/12832/19827 12430/12833/19826 13244/13427/19828 -f 12429/12832/19827 13244/13427/19828 13245/9961/15300 -f 12429/12832/19827 13245/9961/15300 9763/9959/15298 -f 9764/9960/15299 13246/13428/19829 13240/13424/19821 -f 13240/13424/19821 13246/13428/19829 12405/12814/19822 -f 12405/12814/19822 13246/13428/19829 13247/13429/19830 -f 12405/12814/19822 13247/13429/19830 13241/13425/19824 -f 13241/13425/19824 13247/13429/19830 13248/13430/19831 -f 13241/13425/19824 13248/13430/19831 13242/12813/18833 -f 13242/12813/18833 13248/13430/19831 13249/13431/19832 -f 13242/12813/18833 13249/13431/19832 10327/10616/15989 -f 9764/9960/15299 13245/9961/15300 13246/13428/19829 -f 13246/13428/19829 13245/9961/15300 13244/13427/19828 -f 13246/13428/19829 13244/13427/19828 13247/13429/19830 -f 13247/13429/19830 13244/13427/19828 12430/12833/19826 -f 13247/13429/19830 12430/12833/19826 13248/13430/19831 -f 13248/13430/19831 12430/12833/19826 13243/13426/19825 -f 13248/13430/19831 13243/13426/19825 13249/13431/19832 -f 13249/13431/19832 13243/13426/19825 10327/10616/15989 -f 12459/12854/19833 13250/13432/19834 12460/12852/19835 -f 13251/12853/18905 12460/12852/19835 13250/13432/19834 -f 13252/10611/15984 12458/10610/15983 13251/12853/18905 -f 12486/12875/18938 12487/10613/15986 13253/13433/19836 -f 12485/12874/19837 12486/12875/18938 13253/13433/19836 -f 12484/12873/19838 12485/12874/19837 13254/13434/19839 -f 12484/12873/19838 13254/13434/19839 13255/9948/15287 -f 12484/12873/19838 13255/9948/15287 9754/9946/15285 -f 9757/9950/15289 9755/9947/15286 13256/13435/19840 -f 9757/9950/15289 13256/13435/19840 12459/12854/19833 -f 12459/12854/19833 13256/13435/19840 13257/13436/19841 -f 12459/12854/19833 13257/13436/19841 13250/13432/19834 -f 13250/13432/19834 13257/13436/19841 13258/13437/19842 -f 13250/13432/19834 13258/13437/19842 13251/12853/18905 -f 13251/12853/18905 13258/13437/19842 13259/13438/19843 -f 13251/12853/18905 13259/13438/19843 13252/10611/15984 -f 9755/9947/15286 13255/9948/15287 13256/13435/19840 -f 13256/13435/19840 13255/9948/15287 13254/13434/19839 -f 13256/13435/19840 13254/13434/19839 13257/13436/19841 -f 13257/13436/19841 13254/13434/19839 12485/12874/19837 -f 13257/13436/19841 12485/12874/19837 13258/13437/19842 -f 13258/13437/19842 12485/12874/19837 13253/13433/19836 -f 13258/13437/19842 13253/13433/19836 13259/13438/19843 -f 13259/13438/19843 13253/13433/19836 13252/10611/15984 -f 13252/10611/15984 13253/13433/19836 12487/10613/15986 -f 13260/13439/19844 12515/12894/19845 9751/9938/15277 -f 13261/13440/19846 12515/12894/19845 13260/13439/19844 -f 12515/12894/19845 13261/13440/19846 12516/12893/19847 -f 12514/10606/15978 12516/12893/19847 13268/13441/19848 -f 10321/10604/15976 12514/10606/15978 13268/13441/19848 -f 12541/12913/19004 12542/10609/15981 13262/13442/19849 -f 12540/12912/19850 12541/12913/19004 13262/13442/19849 -f 12539/12911/19851 12540/12912/19850 13263/13443/19852 -f 9746/9934/15273 13263/13443/19852 13264/9936/15275 -f 9746/9934/15273 12539/12911/19853 13263/13443/19852 -f 9751/9938/15277 9747/9935/15274 13260/13439/19844 -f 13260/13439/19844 9747/9935/15274 13265/13444/19854 -f 13260/13439/19844 13265/13444/19854 13261/13440/19846 -f 13261/13440/19846 13265/13444/19854 13266/13445/19855 -f 13261/13440/19846 13266/13445/19855 12516/12893/19847 -f 12516/12893/19847 13266/13445/19855 13267/13446/19856 -f 12516/12893/19847 13267/13446/19856 13268/13441/19848 -f 9747/9935/15274 13264/9936/15275 13265/13444/19854 -f 13265/13444/19854 13264/9936/15275 13263/13443/19852 -f 13265/13444/19854 13263/13443/19852 13266/13445/19855 -f 13266/13445/19855 13263/13443/19852 12540/12912/19850 -f 13266/13445/19855 12540/12912/19850 13267/13446/19856 -f 13267/13446/19856 12540/12912/19850 13262/13442/19849 -f 13267/13446/19856 13262/13442/19849 13268/13441/19848 -f 13268/13441/19848 13262/13442/19849 10321/10604/15976 -f 10321/10604/15976 13262/13442/19849 12542/10609/15981 -f 13269/13447/19857 9739/9924/15263 9737/9921/15260 -f 9739/9924/15263 13269/13447/19857 13270/12931/19858 -f 13271/13448/19859 12568/12929/19860 13270/12931/19858 -f 13271/13448/19859 12566/12930/19033 12568/12929/19860 -f 13272/13449/19861 12593/12950/19862 12594/12951/19863 -f 13272/13449/19861 12594/12951/19863 12595/12952/19068 -f 12592/12949/19864 12593/12950/19862 13273/13450/19865 -f 13273/13450/19865 12593/12950/19862 13272/13449/19861 -f 12592/12949/19864 13273/13450/19865 13274/9923/15262 -f 12592/12949/19864 13274/9923/15262 9738/9922/15261 -f 9737/9921/15260 13275/13451/19866 13269/13447/19857 -f 13269/13447/19857 13275/13451/19866 13270/12931/19858 -f 13270/12931/19858 13275/13451/19866 13276/13452/19867 -f 13270/12931/19858 13276/13452/19867 13271/13448/19859 -f 13271/13448/19859 13276/13452/19867 13277/13453/19868 -f 13271/13448/19859 13277/13453/19868 12566/12930/19033 -f 12566/12930/19033 13277/13453/19868 13278/13454/19869 -f 12566/12930/19033 13278/13454/19869 12567/10603/15975 -f 12567/10603/15975 13278/13454/19869 10318/10600/15972 -f 9737/9921/15260 13274/9923/15262 13275/13451/19866 -f 13275/13451/19866 13274/9923/15262 13273/13450/19865 -f 13275/13451/19866 13273/13450/19865 13276/13452/19867 -f 13276/13452/19867 13273/13450/19865 13272/13449/19861 -f 13276/13452/19867 13272/13449/19861 13277/13453/19868 -f 13277/13453/19868 13272/13449/19861 12595/12952/19068 -f 13277/13453/19868 12595/12952/19068 13278/13454/19869 -f 13278/13454/19869 12595/12952/19068 10318/10600/15972 -f 13279/13455/19870 9730/9912/15251 9728/9909/15248 -f 9730/9912/15251 13279/13455/19870 13280/12971/19871 -f 13281/13456/19872 12620/12969/19873 13280/12971/19871 -f 13281/13456/19872 12619/12970/19093 12620/12969/19873 -f 13282/13457/19874 12647/12991/19875 12648/12992/19876 -f 13282/13457/19874 12648/12992/19876 12649/12993/19131 -f 12646/12990/19877 12647/12991/19875 13283/13458/19878 -f 13283/13458/19878 12647/12991/19875 13282/13457/19874 -f 12646/12990/19877 13283/13458/19878 13284/9910/15249 -f 12646/12990/19877 13284/9910/15249 9727/9908/15247 -f 9728/9909/15248 13285/13459/19879 13279/13455/19870 -f 13279/13455/19870 13285/13459/19879 13280/12971/19871 -f 13280/12971/19871 13285/13459/19879 13286/13460/19880 -f 13280/12971/19871 13286/13460/19880 13281/13456/19872 -f 13281/13456/19872 13286/13460/19880 13287/13461/19881 -f 13281/13456/19872 13287/13461/19881 12619/12970/19093 -f 12619/12970/19093 13287/13461/19881 13288/13462/19882 -f 12619/12970/19093 13288/13462/19882 10317/10597/15969 -f 10317/10597/15969 13288/13462/19882 10316/10596/15968 -f 9728/9909/15248 13284/9910/15249 13285/13459/19879 -f 13285/13459/19879 13284/9910/15249 13283/13458/19878 -f 13285/13459/19879 13283/13458/19878 13286/13460/19880 -f 13286/13460/19880 13283/13458/19878 13282/13457/19874 -f 13286/13460/19880 13282/13457/19874 13287/13461/19881 -f 13287/13461/19881 13282/13457/19874 12649/12993/19131 -f 13287/13461/19881 12649/12993/19131 13288/13462/19882 -f 13288/13462/19882 12649/12993/19131 10316/10596/15968 -f 13289/13463/19883 9720/9899/15238 9718/9896/15235 -f 9720/9899/15238 13289/13463/19883 12676/13011/19884 -f 12676/13011/19884 13289/13463/19883 13290/13464/19885 -f 13290/13464/19885 12677/13009/19886 12676/13011/19884 -f 12677/13009/19886 13290/13464/19885 12674/13010/19158 -f 12675/10585/15956 12674/13010/19158 13291/10586/15957 -f 12702/13032/19189 12703/10588/15959 13292/13465/19887 -f 12701/13031/19888 12702/13032/19189 13292/13465/19887 -f 12700/13030/19889 12701/13031/19888 13293/13466/19890 -f 12700/13030/19889 13293/13466/19890 13294/9897/15236 -f 12700/13030/19889 13294/9897/15236 9717/9895/15234 -f 9718/9896/15235 13295/13467/19891 13289/13463/19883 -f 13289/13463/19883 13295/13467/19891 13290/13464/19885 -f 13290/13464/19885 13295/13467/19891 13296/13468/19892 -f 13290/13464/19885 13296/13468/19892 13297/13469/19893 -f 13290/13464/19885 13297/13469/19893 12674/13010/19158 -f 12674/13010/19158 13297/13469/19893 13298/13470/19894 -f 12674/13010/19158 13298/13470/19894 13291/10586/15957 -f 9718/9896/15235 13294/9897/15236 13295/13467/19891 -f 13295/13467/19891 13294/9897/15236 13293/13466/19890 -f 13295/13467/19891 13293/13466/19890 13296/13468/19892 -f 13296/13468/19892 13293/13466/19890 12701/13031/19888 -f 13296/13468/19892 12701/13031/19888 13297/13469/19893 -f 13297/13469/19893 12701/13031/19888 13292/13465/19887 -f 13297/13469/19893 13292/13465/19887 13298/13470/19894 -f 13298/13470/19894 13292/13465/19887 13291/10586/15957 -f 13291/10586/15957 13292/13465/19887 12703/10588/15959 -f 12730/13051/19895 13299/13471/19896 12731/13050/19897 -f 13300/13472/19898 12731/13050/19897 13299/13471/19896 -f 12731/13050/19897 13300/13472/19898 12729/10591/15962 -f 10313/10584/15955 12729/10591/15962 13300/13472/19898 -f 13301/13473/19899 12758/13073/19243 10310/10580/15951 -f 12757/13072/19900 12758/13073/19243 13301/13473/19899 -f 12756/13071/19901 12757/13072/19900 13302/13474/19902 -f 12756/13071/19901 13302/13474/19902 13303/9884/15223 -f 12756/13071/19901 13303/9884/15223 9707/9882/15221 -f 9710/9886/15225 9708/9883/15222 12730/13051/19895 -f 12730/13051/19895 9708/9883/15222 13304/13475/19903 -f 12730/13051/19895 13304/13475/19903 13299/13471/19896 -f 13299/13471/19896 13304/13475/19903 13305/13476/19904 -f 13299/13471/19896 13305/13476/19904 13300/13472/19898 -f 13300/13472/19898 13305/13476/19904 13306/13477/19905 -f 13300/13472/19898 13306/13477/19905 10313/10584/15955 -f 9708/9883/15222 13303/9884/15223 13302/13474/19902 -f 9708/9883/15222 13302/13474/19902 13304/13475/19903 -f 13304/13475/19903 13302/13474/19902 13305/13476/19904 -f 13305/13476/19904 13302/13474/19902 12757/13072/19900 -f 13305/13476/19904 12757/13072/19900 13306/13477/19905 -f 13306/13477/19905 12757/13072/19900 13301/13473/19899 -f 13306/13477/19905 13301/13473/19899 10313/10584/15955 -f 10313/10584/15955 13301/13473/19899 10310/10580/15951 -f 9701/9873/15212 13307/13478/19906 12787/13092/19907 -f 12787/13092/19907 13307/13478/19906 13308/13479/19908 -f 13309/13480/19909 12788/13090/19910 13308/13479/19908 -f 13308/13479/19908 12788/13090/19910 12787/13092/19907 -f 13309/13480/19909 12786/13091/19272 12788/13090/19910 -f 13310/13481/19911 12812/13111/19912 12813/13112/19913 -f 13310/13481/19911 12813/13112/19913 12814/13113/19307 -f 12811/13110/19914 12812/13111/19912 13311/13482/19915 -f 13311/13482/19915 12812/13111/19912 13310/13481/19911 -f 12811/13110/19914 13311/13482/19915 13312/9871/15210 -f 12811/13110/19914 13312/9871/15210 9698/9869/15208 -f 9701/9873/15212 9699/9870/15209 13307/13478/19906 -f 13307/13478/19906 9699/9870/15209 13313/13483/19916 -f 13307/13478/19906 13313/13483/19916 13308/13479/19908 -f 13308/13479/19908 13313/13483/19916 13314/13484/19917 -f 13308/13479/19908 13314/13484/19917 13309/13480/19909 -f 13309/13480/19909 13314/13484/19917 13315/13485/19918 -f 13309/13480/19909 13315/13485/19918 12786/13091/19272 -f 12786/13091/19272 13315/13485/19918 13316/13486/19919 -f 12786/13091/19272 13316/13486/19919 10307/10579/15950 -f 10307/10579/15950 13316/13486/19919 10305/10576/15945 -f 9699/9870/15209 13312/9871/15210 13313/13483/19916 -f 13313/13483/19916 13312/9871/15210 13311/13482/19915 -f 13313/13483/19916 13311/13482/19915 13314/13484/19917 -f 13314/13484/19917 13311/13482/19915 13310/13481/19911 -f 13314/13484/19917 13310/13481/19911 13315/13485/19918 -f 13315/13485/19918 13310/13481/19911 12814/13113/19307 -f 13315/13485/19918 12814/13113/19307 13316/13486/19919 -f 13316/13486/19919 12814/13113/19307 10305/10576/15945 -f 13317/13487/19920 12840/13131/19921 9694/9860/15199 -f 13318/13488/19922 12840/13131/19921 13317/13487/19920 -f 12840/13131/19921 13318/13488/19922 12841/13129/19923 -f 12841/13129/19923 13318/13488/19922 13319/13489/19924 -f 12841/13129/19923 13319/13489/19924 13320/13130/19333 -f 10306/10578/15948 12839/10577/15946 13320/13130/19333 -f 12865/10485/15826 10306/10578/15948 13321/13490/19925 -f 12864/13150/19370 12865/10485/15826 13321/13490/19925 -f 12863/13149/19926 12864/13150/19370 13321/13490/19925 -f 12862/13145/19927 12863/13149/19926 13322/13491/19928 -f 9692/9858/15197 13322/13491/19928 13323/9859/15198 -f 9692/9858/15197 12862/13145/19929 13322/13491/19928 -f 9694/9860/15199 9691/9857/15196 13317/13487/19920 -f 13317/13487/19920 9691/9857/15196 13324/13492/19930 -f 13317/13487/19920 13324/13492/19930 13318/13488/19922 -f 13318/13488/19922 13324/13492/19930 13325/13493/19931 -f 13318/13488/19922 13325/13493/19931 13319/13489/19924 -f 13319/13489/19924 13325/13493/19931 13326/13494/19932 -f 13319/13489/19924 13326/13494/19932 13320/13130/19333 -f 13320/13130/19333 13326/13494/19932 13327/13495/19933 -f 13320/13130/19333 13327/13495/19933 10306/10578/15948 -f 9691/9857/15196 13323/9859/15198 13324/13492/19930 -f 13324/13492/19930 13323/9859/15198 13322/13491/19928 -f 13324/13492/19930 13322/13491/19928 13325/13493/19931 -f 13325/13493/19931 13322/13491/19928 12863/13149/19926 -f 13325/13493/19931 12863/13149/19926 13326/13494/19932 -f 13326/13494/19932 12863/13149/19926 13321/13490/19925 -f 13326/13494/19932 13321/13490/19925 13327/13495/19933 -f 13327/13495/19933 13321/13490/19925 10306/10578/15948 -f 9682/9849/15188 9680/9846/15185 13328/13496/19934 -f 13328/13496/19934 12891/13170/19935 9682/9849/15188 -f 12892/13168/19936 12891/13170/19935 13329/13497/19937 -f 12892/13168/19936 13329/13497/19937 13330/13169/19400 -f 10302/10571/15939 12890/10568/15936 13330/13169/19400 -f 12917/13190/19436 12918/10570/15938 13331/13498/19938 -f 12916/13189/19939 12917/13190/19436 13331/13498/19938 -f 12915/13188/19940 12916/13189/19939 13332/13499/19941 -f 12915/13188/19940 13332/13499/19941 13333/9848/15187 -f 12915/13188/19940 13333/9848/15187 9681/9847/15186 -f 9680/9846/15185 13334/13500/19942 13328/13496/19934 -f 13328/13496/19934 13334/13500/19942 12891/13170/19935 -f 12891/13170/19935 13334/13500/19942 13335/13501/19943 -f 12891/13170/19935 13335/13501/19943 13329/13497/19937 -f 13329/13497/19937 13335/13501/19943 13336/13502/19944 -f 13329/13497/19937 13336/13502/19944 13330/13169/19400 -f 13330/13169/19400 13336/13502/19944 13337/13503/19945 -f 13330/13169/19400 13337/13503/19945 10302/10571/15939 -f 9680/9846/15185 13333/9848/15187 13334/13500/19942 -f 13334/13500/19942 13333/9848/15187 13332/13499/19941 -f 13334/13500/19942 13332/13499/19941 13335/13501/19943 -f 13335/13501/19943 13332/13499/19941 12916/13189/19939 -f 13335/13501/19943 12916/13189/19939 13336/13502/19944 -f 13336/13502/19944 12916/13189/19939 13331/13498/19938 -f 13336/13502/19944 13331/13498/19938 13337/13503/19945 -f 13337/13503/19945 13331/13498/19938 10302/10571/15939 -f 10302/10571/15939 13331/13498/19938 12918/10570/15938 -f 9674/9837/15176 9672/9834/15173 13338/13504/19946 -f 13338/13504/19946 12946/13210/19947 9674/9837/15176 -f 13339/13505/19948 12946/13210/19947 13338/13504/19946 -f 12946/13210/19947 13339/13505/19948 12947/13208/19949 -f 13340/13209/19471 12947/13208/19949 13339/13505/19948 -f 13341/10567/15934 12945/10565/15931 13340/13209/19471 -f 12975/13231/19510 12976/10488/15829 13342/13506/19950 -f 12974/13230/19951 12975/13231/19510 13342/13506/19950 -f 12973/13229/19952 12974/13230/19951 13343/13507/19953 -f 12973/13229/19952 13343/13507/19953 13344/9836/15175 -f 12973/13229/19952 13344/9836/15175 9673/9835/15174 -f 9672/9834/15173 13345/13508/19954 13338/13504/19946 -f 13338/13504/19946 13345/13508/19954 13339/13505/19948 -f 13339/13505/19948 13345/13508/19954 13346/13509/19955 -f 13339/13505/19948 13346/13509/19955 13347/13510/19956 -f 13339/13505/19948 13347/13510/19956 13340/13209/19471 -f 13340/13209/19471 13347/13510/19956 13348/13511/19957 -f 13340/13209/19471 13348/13511/19957 13341/10567/15934 -f 9672/9834/15173 13344/9836/15175 13345/13508/19954 -f 13345/13508/19954 13344/9836/15175 13343/13507/19953 -f 13345/13508/19954 13343/13507/19953 13346/13509/19955 -f 13346/13509/19955 13343/13507/19953 12974/13230/19951 -f 13346/13509/19955 12974/13230/19951 13347/13510/19956 -f 13347/13510/19956 12974/13230/19951 13342/13506/19950 -f 13347/13510/19956 13342/13506/19950 13348/13511/19957 -f 13348/13511/19957 13342/13506/19950 13341/10567/15934 -f 13341/10567/15934 13342/13506/19950 12976/10488/15829 -f 13002/13250/19958 13349/13512/19959 13003/13248/19960 -f 13350/13249/19541 13003/13248/19960 13349/13512/19959 -f 13351/10560/15925 13001/10561/15926 13350/13249/19541 -f 13028/13270/19576 13029/10558/15923 13352/13513/19961 -f 13027/13269/19962 13028/13270/19576 13352/13513/19961 -f 13026/13265/19963 13027/13269/19962 13353/13514/19964 -f 13354/9823/15162 13026/13265/19963 13353/13514/19964 -f 9665/9825/15164 9663/9822/15161 13355/13515/19965 -f 9665/9825/15164 13355/13515/19965 13002/13250/19958 -f 13002/13250/19958 13355/13515/19965 13356/13516/19966 -f 13002/13250/19958 13356/13516/19966 13349/13512/19959 -f 13349/13512/19959 13356/13516/19966 13357/13517/19967 -f 13349/13512/19959 13357/13517/19967 13350/13249/19541 -f 13350/13249/19541 13357/13517/19967 13358/13518/19968 -f 13350/13249/19541 13358/13518/19968 13351/10560/15925 -f 9663/9822/15161 13354/9823/15162 13355/13515/19965 -f 13355/13515/19965 13354/9823/15162 13353/13514/19964 -f 13355/13515/19965 13353/13514/19964 13356/13516/19966 -f 13356/13516/19966 13353/13514/19964 13027/13269/19962 -f 13356/13516/19966 13027/13269/19962 13357/13517/19967 -f 13357/13517/19967 13027/13269/19962 13352/13513/19961 -f 13357/13517/19967 13352/13513/19961 13358/13518/19968 -f 13358/13518/19968 13352/13513/19961 13351/10560/15925 -f 13351/10560/15925 13352/13513/19961 13029/10558/15923 -f 13359/13519/19969 13057/13290/19970 9655/9812/15151 -f 13360/13520/19971 13057/13290/19970 13359/13519/19969 -f 13057/13290/19970 13360/13520/19971 13058/13289/19972 -f 13056/10556/15921 13058/13289/19972 13367/13521/19973 -f 10295/10557/15922 13056/10556/15921 13367/13521/19973 -f 13085/13310/19642 13086/10551/15916 13361/13522/19974 -f 13084/13309/19975 13085/13310/19642 13361/13522/19974 -f 13083/13305/19976 13084/13309/19975 13362/13523/19977 -f 13074/9808/15147 13362/13523/19977 13363/9810/15149 -f 13074/9808/15147 13083/13305/19978 13362/13523/19977 -f 9655/9812/15151 9653/9809/15148 13359/13519/19969 -f 13359/13519/19969 9653/9809/15148 13364/13524/19979 -f 13359/13519/19969 13364/13524/19979 13360/13520/19971 -f 13360/13520/19971 13364/13524/19979 13365/13525/19980 -f 13360/13520/19971 13365/13525/19980 13058/13289/19972 -f 13058/13289/19972 13365/13525/19980 13366/13526/19981 -f 13058/13289/19972 13366/13526/19981 13367/13521/19973 -f 9653/9809/15148 13363/9810/15149 13364/13524/19979 -f 13364/13524/19979 13363/9810/15149 13362/13523/19977 -f 13364/13524/19979 13362/13523/19977 13365/13525/19980 -f 13365/13525/19980 13362/13523/19977 13084/13309/19975 -f 13365/13525/19980 13084/13309/19975 13366/13526/19981 -f 13366/13526/19981 13084/13309/19975 13361/13522/19974 -f 13366/13526/19981 13361/13522/19974 13367/13521/19973 -f 13367/13521/19973 13361/13522/19974 10295/10557/15922 -f 10295/10557/15922 13361/13522/19974 13086/10551/15916 -f 13369/13527/19982 9646/9799/15138 9644/9796/15135 -f 9646/9799/15138 13369/13527/19982 13110/13327/19983 -f 13110/13327/19983 13369/13527/19982 13370/13528/19984 -f 13370/13528/19984 13111/13325/19985 13110/13327/19983 -f 13111/13325/19985 13370/13528/19984 13109/13326/19669 -f 13368/13529/19986 10290/10545/15909 13371/10544/15907 -f 13368/13529/19986 13138/13347/19702 10290/10545/15909 -f 13137/13346/19987 13138/13347/19702 13368/13529/19986 -f 13136/13342/19988 13137/13346/19987 13372/13530/19989 -f 13373/9797/15136 13136/13342/19988 13372/13530/19989 -f 9644/9796/15135 13374/13531/19990 13369/13527/19982 -f 13369/13527/19982 13374/13531/19990 13370/13528/19984 -f 13370/13528/19984 13374/13531/19990 13375/13532/19991 -f 13370/13528/19984 13375/13532/19991 13109/13326/19669 -f 13109/13326/19669 13375/13532/19991 13376/13533/19992 -f 13109/13326/19669 13376/13533/19992 10288/10540/15901 -f 10288/10540/15901 13376/13533/19992 13371/10544/15907 -f 9644/9796/15135 13373/9797/15136 13374/13531/19990 -f 13374/13531/19990 13373/9797/15136 13372/13530/19989 -f 13374/13531/19990 13372/13530/19989 13375/13532/19991 -f 13375/13532/19991 13372/13530/19989 13137/13346/19987 -f 13375/13532/19991 13137/13346/19987 13376/13533/19992 -f 13376/13533/19992 13137/13346/19987 13368/13529/19986 -f 13376/13533/19992 13368/13529/19986 13371/10544/15907 -f 13377/13534/19993 13166/13366/19994 9637/9786/15125 -f 13167/13364/19995 13166/13366/19994 13378/13535/19996 -f 13167/13364/19995 13378/13535/19996 13379/13365/19731 -f 10292/10546/15911 13165/10549/15914 13379/13365/19731 -f 13192/13386/19764 13193/10543/15906 13380/13536/19997 -f 13191/13385/19998 13192/13386/19764 13380/13536/19997 -f 13190/13384/19999 13191/13385/19998 13381/13537/20000 -f 13190/13384/19999 13381/13537/20000 13382/9784/15123 -f 13190/13384/19999 13382/9784/15123 9634/9782/15121 -f 9637/9786/15125 9635/9783/15122 13377/13534/19993 -f 13377/13534/19993 9635/9783/15122 13383/13538/20001 -f 13377/13534/19993 13383/13538/20001 13166/13366/19994 -f 13166/13366/19994 13383/13538/20001 13378/13535/19996 -f 13378/13535/19996 13383/13538/20001 13384/13539/20002 -f 13378/13535/19996 13384/13539/20002 13379/13365/19731 -f 13379/13365/19731 13384/13539/20002 13385/13540/20003 -f 13379/13365/19731 13385/13540/20003 10292/10546/15911 -f 9635/9783/15122 13382/9784/15123 13381/13537/20000 -f 9635/9783/15122 13381/13537/20000 13383/13538/20001 -f 13383/13538/20001 13381/13537/20000 13191/13385/19998 -f 13383/13538/20001 13191/13385/19998 13384/13539/20002 -f 13384/13539/20002 13191/13385/19998 13380/13536/19997 -f 13384/13539/20002 13380/13536/19997 13385/13540/20003 -f 13385/13540/20003 13380/13536/19997 10292/10546/15911 -f 10292/10546/15911 13380/13536/19997 13193/10543/15906 -f 9628/9770/15109 13386/13541/20004 13387/13406/20005 -f 13388/13542/20006 13218/13404/20007 13387/13406/20005 -f 13388/13542/20006 13217/13405/19793 13218/13404/20007 -f 13389/13543/20008 12085/12370/20009 12086/12371/20010 -f 13389/13543/20008 12086/12371/20010 12087/12372/18153 -f 12084/12369/20011 12085/12370/20009 13390/13544/20012 -f 13390/13544/20012 12085/12370/20009 13389/13543/20008 -f 12084/12369/20011 13390/13544/20012 13391/9768/15107 -f 12084/12369/20011 13391/9768/15107 9624/9767/15106 -f 9628/9770/15109 9623/9765/15104 13386/13541/20004 -f 13386/13541/20004 9623/9765/15104 13392/13545/20013 -f 13386/13541/20004 13392/13545/20013 13387/13406/20005 -f 13387/13406/20005 13392/13545/20013 13388/13542/20006 -f 13388/13542/20006 13392/13545/20013 13393/13546/20014 -f 13388/13542/20006 13393/13546/20014 13217/13405/19793 -f 13217/13405/19793 13393/13546/20014 13394/13547/20015 -f 13217/13405/19793 13394/13547/20015 10280/10525/15883 -f 10280/10525/15883 13394/13547/20015 10265/10513/15863 -f 9623/9765/15104 13391/9768/15107 13390/13544/20012 -f 9623/9765/15104 13390/13544/20012 13392/13545/20013 -f 13392/13545/20013 13390/13544/20012 13389/13543/20008 -f 13392/13545/20013 13389/13543/20008 13393/13546/20014 -f 13393/13546/20014 13389/13543/20008 12087/12372/18153 -f 13393/13546/20014 12087/12372/18153 13394/13547/20015 -f 13394/13547/20015 12087/12372/18153 10265/10513/15863 -f 13395/13548/20016 12114/12391/20017 10151/10382/15721 -f 13396/13549/20018 12114/12391/20017 13395/13548/20016 -f 12114/12391/20017 13396/13549/20018 12115/12389/20019 -f 12115/12389/20019 13396/13549/20018 13397/13550/20020 -f 12115/12389/20019 13397/13550/20020 13398/12390/18180 -f 10268/10516/15871 12113/10517/15872 13398/12390/18180 -f 13399/13551/20021 12214/12679/18628 12215/10498/15843 -f 12213/12678/20022 12214/12679/18628 13399/13551/20021 -f 12212/12677/20023 12213/12678/20022 13400/13552/20024 -f 12212/12677/20023 13400/13552/20024 13401/10381/15720 -f 12212/12677/20023 13401/10381/15720 10149/10380/15719 -f 10151/10382/15721 10148/10379/15718 13395/13548/20016 -f 13395/13548/20016 10148/10379/15718 13402/13553/20025 -f 13395/13548/20016 13402/13553/20025 13396/13549/20018 -f 13396/13549/20018 13402/13553/20025 13403/13554/20026 -f 13396/13549/20018 13403/13554/20026 13397/13550/20020 -f 13397/13550/20020 13403/13554/20026 13404/13555/20027 -f 13397/13550/20020 13404/13555/20027 13398/12390/18180 -f 13398/12390/18180 13404/13555/20027 13405/13556/20028 -f 13398/12390/18180 13405/13556/20028 10268/10516/15871 -f 10148/10379/15718 13401/10381/15720 13402/13553/20025 -f 13402/13553/20025 13401/10381/15720 13400/13552/20024 -f 13402/13553/20025 13400/13552/20024 13403/13554/20026 -f 13403/13554/20026 13400/13552/20024 12213/12678/20022 -f 13403/13554/20026 12213/12678/20022 13404/13555/20027 -f 13404/13555/20027 12213/12678/20022 13399/13551/20021 -f 13404/13555/20027 13399/13551/20021 13405/13556/20028 -f 13405/13556/20028 13399/13551/20021 10268/10516/15871 -f 10268/10516/15871 13399/13551/20021 12215/10498/15843 -f 13406/13557/20029 12242/12699/20030 9796/10002/15341 -f 13407/13558/20031 12242/12699/20030 13406/13557/20029 -f 12242/12699/20030 13407/13558/20031 12243/12697/20032 -f 12243/12697/20032 13407/13558/20031 13408/13559/20033 -f 12243/12697/20032 13408/13559/20033 13409/12698/18656 -f 10263/10499/15846 12241/10512/15859 13409/12698/18656 -f 12268/12720/18694 12269/10493/15834 13410/13560/20034 -f 12267/12719/20035 12268/12720/18694 13410/13560/20034 -f 12266/12715/20036 12267/12719/20035 13411/13561/20037 -f 9793/9998/15337 13411/13561/20037 13412/10000/15339 -f 9793/9998/15337 12266/12715/20038 13411/13561/20037 -f 9796/10002/15341 9794/9999/15338 13406/13557/20029 -f 13406/13557/20029 9794/9999/15338 13413/13562/20039 -f 13406/13557/20029 13413/13562/20039 13407/13558/20031 -f 13407/13558/20031 13413/13562/20039 13414/13563/20040 -f 13407/13558/20031 13414/13563/20040 13408/13559/20033 -f 13408/13559/20033 13414/13563/20040 13415/13564/20041 -f 13408/13559/20033 13415/13564/20041 13409/12698/18656 -f 13409/12698/18656 13415/13564/20041 13416/13565/20042 -f 13409/12698/18656 13416/13565/20042 10263/10499/15846 -f 9794/9999/15338 13412/10000/15339 13413/13562/20039 -f 13413/13562/20039 13412/10000/15339 13411/13561/20037 -f 13413/13562/20039 13411/13561/20037 13414/13563/20040 -f 13414/13563/20040 13411/13561/20037 12267/12719/20035 -f 13414/13563/20040 12267/12719/20035 13415/13564/20041 -f 13415/13564/20041 12267/12719/20035 13410/13560/20034 -f 13415/13564/20041 13410/13560/20034 13416/13565/20042 -f 13416/13565/20042 13410/13560/20034 10263/10499/15846 -f 10263/10499/15846 13410/13560/20034 12269/10493/15834 -s 14 -f 13433/13566/20043 13436/13567/20044 13454/13568/20045 -f 13454/13568/20045 13436/13567/20044 13435/13569/20046 -s 734 -f 13453/13570/20047 13455/13571/20048 13452/13572/20049 -f 13452/13572/20049 13455/13571/20048 9521/9674/20050 -f 13452/13572/20049 9521/9674/20050 13451/13573/20051 -f 13451/13573/20051 9521/9674/20050 9538/9691/20052 -f 13451/13573/20051 9538/9691/20052 13449/13574/20053 -s 14 -f 13449/13574/20054 9538/9691/15013 13456/13575/20055 -s 735 -f 13449/13574/20056 13456/13575/20057 13450/13576/20058 -f 13450/13576/20058 13456/13575/20057 9525/9678/20059 -f 13450/13576/20058 9525/9678/20059 13448/13577/20060 -s 14 -f 13448/13577/20061 9525/9678/14992 13457/13578/20062 -s 736 -f 13448/13577/20063 13457/13578/20064 13447/13579/20065 -f 13447/13579/20065 13457/13578/20064 9526/9679/20066 -f 13447/13579/20065 9526/9679/20066 13446/13580/20067 -s 14 -f 13446/13580/20068 9526/9679/14995 13458/13581/20069 -s 737 -f 13446/13580/20070 13458/13581/20071 13444/13582/20072 -f 13444/13582/20072 13458/13581/20071 13445/13583/20073 -f 13445/13583/20073 13458/13581/20071 9512/9663/20074 -f 13445/13583/20073 9512/9663/20074 13443/13584/20075 -s 14 -f 13443/13584/20076 9512/9663/14969 13459/13585/20077 -s 738 -f 13443/13584/20078 13459/13585/20079 13442/13586/20080 -f 13442/13586/20080 13459/13585/20079 9511/9662/20081 -f 13442/13586/20080 9511/9662/20081 13439/13587/20082 -f 13439/13587/20082 9511/9662/20081 9507/9658/20083 -f 13439/13587/20082 9507/9658/20083 13441/13588/20084 -s 14 -f 13441/13588/20085 9507/9658/14959 13460/13589/20086 -f 13441/13588/20087 13460/13589/20088 13440/13590/20089 -f 13440/13590/20089 13460/13589/20088 13461/13591/20090 -f 13440/13590/20089 13461/13591/20090 13438/13592/20091 -f 13438/13592/20091 13461/13591/20090 13437/13593/20092 -f 13437/13593/20092 13461/13591/20090 13471/13594/20093 -f 13437/13593/20092 13471/13594/20093 13435/13569/20046 -f 13435/13569/20046 13471/13594/20093 13454/13568/20045 -f 13433/13566/20043 13462/13595/20094 13434/13596/20095 -f 13434/13596/20095 13462/13595/20094 9532/9685/20096 -f 13434/13596/20095 9532/9685/20096 13432/13597/20097 -f 13432/13597/20098 9532/9685/15005 13463/13598/20099 -s 742 -f 13432/13597/20100 13463/13598/20101 13430/13599/20102 -f 13430/13599/20102 13463/13598/20101 13431/13600/20103 -f 13431/13600/20103 13463/13598/20101 9590/9738/20104 -f 13431/13600/20103 9590/9738/20104 13429/13601/20105 -s 14 -f 13429/13601/20106 9590/9738/15074 13464/13602/20107 -s 743 -f 13429/13601/20108 13464/13602/20109 13428/13603/20110 -f 13428/13603/20110 13464/13602/20109 9589/9737/20111 -f 13428/13603/20110 9589/9737/20111 13426/13604/20112 -f 13426/13604/20112 9589/9737/20111 9588/9736/20113 -f 13426/13604/20112 9588/9736/20113 13427/13605/20114 -s 14 -f 13427/13605/20115 9588/9736/15069 13465/13606/20116 -s 744 -f 13427/13605/20117 13465/13606/20118 13425/13607/20119 -f 13425/13607/20119 13465/13606/20118 9591/9735/20120 -f 13425/13607/20119 9591/9735/20120 13423/13608/20121 -s 14 -f 13423/13608/20122 9591/9735/15067 13466/13609/20123 -s 745 -f 13423/13608/20124 13466/13609/20125 13424/13610/20126 -f 13424/13610/20126 13466/13609/20125 9570/9716/20127 -f 13424/13610/20126 9570/9716/20127 13421/13611/20128 -s 14 -f 13421/13611/20129 9570/9716/15045 13467/13612/20130 -s 746 -f 13421/13611/20131 13467/13612/20132 13422/13613/20133 -f 13422/13613/20133 13467/13612/20132 9577/9723/20134 -f 13422/13613/20133 9577/9723/20134 13420/13614/20135 -f 13420/13614/20135 9577/9723/20134 9578/9724/20136 -f 13420/13614/20135 9578/9724/20136 13419/13615/20137 -s 14 -f 13419/13615/20138 9578/9724/15054 13468/13616/20139 -s 747 -f 13419/13615/20140 13468/13616/20141 13418/13617/20142 -f 13418/13617/20142 13468/13616/20141 13417/13618/20143 -f 13417/13618/20143 13468/13616/20141 13469/9673/20144 -f 13417/13618/20143 13469/9673/20144 13453/13570/20145 -s 14 -f 13453/13570/20146 13469/9673/14983 13455/13571/20147 -f 13471/13594/20093 13470/13619/20148 13454/13568/20045 -f 13454/13568/20045 13470/13619/20148 13433/13566/20043 -f 13433/13566/20043 13470/13619/20148 13462/13595/20094 -f 13455/13571/20147 13469/9673/14983 9521/9674/14986 -f 13456/13575/20055 9538/9691/15013 9525/9678/14992 -f 13457/13578/20062 9525/9678/14992 9526/9679/14995 -f 13458/13581/20069 9526/9679/14995 9527/9680/14998 -f 13458/13581/20069 9527/9680/14998 9512/9663/14969 -f 13459/13585/20077 9512/9663/14969 9511/9662/14967 -f 13460/13589/20086 9507/9658/14959 13461/13591/20149 -f 13461/13591/20149 9507/9658/14959 9506/9657/14958 -f 13461/13591/20149 9506/9657/14958 13471/13594/20093 -f 13470/13619/20148 9510/9661/14966 13462/13595/20150 -f 13462/13595/20150 9510/9661/14966 9509/9660/14965 -f 13462/13595/20150 9509/9660/14965 9532/9685/15005 -f 13463/13598/20099 9532/9685/15005 9531/9684/15004 -f 13463/13598/20099 9531/9684/15004 9590/9738/15074 -f 13464/13602/20107 9590/9738/15074 9589/9737/15072 -f 13465/13606/20116 9588/9736/15069 9591/9735/15067 -f 13466/13609/20123 9591/9735/15067 9570/9716/15045 -f 13467/13612/20130 9570/9716/15045 9577/9723/15053 -f 13468/13616/20139 9578/9724/15054 9518/9672/14981 -f 13468/13616/20139 9518/9672/14981 13469/9673/14983 -f 13471/13594/20093 9517/9669/14977 13470/13619/20148 -f 13470/13619/20148 9517/9669/14977 9510/9661/14966 -f 9506/9657/14958 9517/9669/14977 13471/13594/20093 -s 748 -f 13472/13620/20151 9580/9726/20152 13473/13621/20153 -f 13473/13621/20153 9580/9726/20152 9579/9725/20154 -f 13473/13621/20153 9579/9725/20154 13570/10719/20155 -f 13570/10719/20155 9579/9725/20154 9572/9717/20156 -s 749 -f 9580/9726/20157 13472/13620/20158 9519/9670/20159 -f 9519/9670/20159 13472/13620/20158 13474/13622/20160 -f 9519/9670/20159 13474/13622/20160 9520/9671/20161 -f 9520/9671/20161 13474/13622/20160 13475/13623/20162 -f 9520/9671/20161 13475/13623/20162 9533/9686/20163 -f 9533/9686/20163 13475/13623/20162 13476/13624/20164 -f 9533/9686/20163 13476/13624/20164 9534/9687/20165 -f 9534/9687/20165 13476/13624/20164 13477/13625/20166 -f 9534/9687/20165 13477/13625/20166 9535/9688/20167 -f 9535/9688/20167 13477/13625/20166 13478/13626/20168 -f 9535/9688/20167 13478/13626/20168 9536/9689/20169 -f 9536/9689/20169 13478/13626/20168 13479/9655/20170 -f 9536/9689/20169 13479/9655/20170 9505/9656/20171 -s 750 -f 9502/9652/20172 9501/9651/20173 13480/13627/20174 -f 9502/9652/20172 13480/13627/20174 9556/9708/20175 -f 9556/9708/20175 13480/13627/20174 13481/13628/20176 -f 9556/9708/20175 13481/13628/20176 9555/9706/20177 -f 9555/9706/20177 13481/13628/20176 13482/13629/20178 -f 9555/9706/20177 13482/13629/20178 9554/9707/20179 -f 9554/9707/20179 13482/13629/20178 13483/13630/20180 -f 9554/9707/20179 13483/13630/20180 13484/13631/20181 -f 9554/9707/20179 13484/13631/20181 9548/9709/20182 -f 9548/9709/20182 13484/13631/20181 13485/13632/20183 -f 9548/9709/20182 13485/13632/20183 9557/9692/20184 -f 9557/9692/20184 13485/13632/20183 13486/13633/20185 -f 9557/9692/20184 13486/13633/20185 9539/9650/20186 -f 9539/9650/20186 13486/13633/20185 13487/9649/20187 -s 751 -f 9498/9646/20188 9497/9645/20189 9522/9675/20190 -f 9522/9675/20190 9497/9645/20189 13488/13634/20191 -f 9522/9675/20190 13488/13634/20191 9537/9690/20192 -f 9537/9690/20192 13488/13634/20191 13489/13635/20193 -f 9537/9690/20192 13489/13635/20193 9524/9677/20194 -f 9524/9677/20194 13489/13635/20193 13490/13636/20195 -f 9524/9677/20194 13490/13636/20195 9523/9676/20196 -f 9523/9676/20196 13490/13636/20195 9549/9700/20197 -f 9549/9700/20197 13490/13636/20195 13491/13637/20198 -f 9549/9700/20197 13491/13637/20198 9558/9710/20199 -f 9558/9710/20199 13491/13637/20198 13492/13638/20200 -f 9558/9710/20199 13492/13638/20200 9559/9711/20201 -f 9559/9711/20201 13492/13638/20200 13493/9643/20202 -f 9559/9711/20201 13493/9643/20202 9496/9644/20203 -s 752 -f 9493/9640/20204 9492/9639/20205 9551/9703/20206 -f 9551/9703/20206 9492/9639/20205 13494/13639/20207 -f 9551/9703/20206 13494/13639/20207 9550/9701/20208 -f 9550/9701/20208 13494/13639/20207 13495/13640/20209 -f 9550/9701/20208 13495/13640/20209 9560/9712/20210 -f 9560/9712/20210 13495/13640/20209 13496/13641/20211 -f 9560/9712/20210 13496/13641/20211 9561/9702/20212 -f 9561/9702/20212 13496/13641/20211 13497/13642/20213 -f 9561/9702/20212 13497/13642/20213 13498/13643/20214 -f 9561/9702/20212 13498/13643/20214 9540/9693/20215 -f 9540/9693/20215 13498/13643/20214 13499/13644/20216 -f 9540/9693/20215 13499/13644/20216 9541/9694/20217 -f 9541/9694/20217 13499/13644/20216 9552/9638/20218 -f 9552/9638/20218 13499/13644/20216 13500/9637/20219 -s 753 -f 9489/9634/20220 9488/9633/20221 13501/13645/20222 -f 9489/9634/20220 13501/13645/20222 9542/9695/20223 -f 9542/9695/20223 13501/13645/20222 9543/9696/20224 -f 9543/9696/20224 13501/13645/20222 13502/13646/20225 -f 9543/9696/20224 13502/13646/20225 9544/9697/20226 -f 9544/9697/20226 13502/13646/20225 13503/13647/20227 -f 9544/9697/20226 13503/13647/20227 13504/13648/20228 -f 9544/9697/20226 13504/13648/20228 9562/9713/20229 -f 9562/9713/20229 13504/13648/20228 13505/13649/20230 -f 9562/9713/20229 13505/13649/20230 9573/9718/20231 -f 9573/9718/20231 13505/13649/20230 13506/13650/20232 -f 9573/9718/20231 13506/13650/20232 9574/9719/20233 -f 9574/9719/20233 13506/13650/20232 13507/9631/20234 -f 9574/9719/20233 13507/9631/20234 9487/9632/20235 -s 754 -f 9484/9628/20236 13573/9627/20237 13508/13651/20238 -f 9484/9628/20236 13508/13651/20238 9528/9664/20239 -f 9528/9664/20239 13508/13651/20238 13509/13652/20240 -f 9528/9664/20239 13509/13652/20240 9513/9665/20241 -f 9513/9665/20241 13509/13652/20240 13510/13653/20242 -f 9513/9665/20241 13510/13653/20242 9545/9666/20243 -f 9545/9666/20243 13510/13653/20242 9546/9667/20244 -f 9546/9667/20244 13510/13653/20242 13511/13654/20245 -f 9546/9667/20244 13511/13654/20245 9514/9668/20246 -f 9514/9668/20246 13511/13654/20245 13512/13655/20247 -f 9514/9668/20246 13512/13655/20247 9515/9659/20248 -f 9515/9659/20248 13512/13655/20247 13513/13656/20249 -f 9515/9659/20248 13513/13656/20249 9508/9626/20250 -f 9508/9626/20250 13513/13656/20249 13514/9625/20251 -s 755 -f 9481/9622/20252 13572/9621/20253 13515/13657/20254 -f 9481/9622/20252 13515/13657/20254 9563/9714/20255 -f 9563/9714/20255 13515/13657/20254 13516/13658/20256 -f 9563/9714/20255 13516/13658/20256 9564/9715/20257 -f 9564/9715/20257 13516/13658/20256 13517/13659/20258 -f 9564/9715/20257 13517/13659/20258 9565/9698/20259 -f 9565/9698/20259 13517/13659/20258 13518/13660/20260 -f 9565/9698/20259 13518/13660/20260 9547/9682/20261 -f 9547/9682/20261 13518/13660/20260 13519/13661/20262 -f 9547/9682/20261 13519/13661/20262 9529/9681/20263 -f 9529/9681/20263 13519/13661/20262 13520/13662/20264 -f 9529/9681/20263 13520/13662/20264 9530/9683/20265 -f 9530/9683/20265 13520/13662/20264 9516/9620/20266 -f 9516/9620/20266 13520/13662/20264 13521/9619/20267 -s 756 -f 9478/9616/20268 9477/9615/20269 13522/13663/20270 -f 9478/9616/20268 13522/13663/20270 9576/9722/20271 -f 9576/9722/20271 13522/13663/20270 9592/9739/20272 -f 9592/9739/20272 13522/13663/20270 13523/13664/20273 -f 9592/9739/20272 13523/13664/20273 9604/9720/20274 -f 9604/9720/20274 13523/13664/20273 13524/13665/20275 -f 9604/9720/20274 13524/13665/20275 13525/13666/20276 -f 9604/9720/20274 13525/13666/20276 9585/9730/20277 -f 9585/9730/20277 13525/13666/20276 13526/13667/20278 -f 9585/9730/20277 13526/13667/20278 9584/9721/20279 -f 9584/9721/20279 13526/13667/20278 13527/13668/20280 -f 9584/9721/20279 13527/13668/20280 9575/9614/20281 -f 9575/9614/20281 13527/13668/20280 13528/9613/20282 -s 757 -f 9474/9610/20283 9473/9609/20284 13529/13669/20285 -f 9474/9610/20283 13529/13669/20285 9566/9731/20286 -f 9566/9731/20286 13529/13669/20285 9597/9742/20287 -f 9597/9742/20287 13529/13669/20285 13530/13670/20288 -f 9597/9742/20287 13530/13670/20288 9598/9743/20289 -f 9598/9743/20289 13530/13670/20288 13531/13671/20290 -f 9598/9743/20289 13531/13671/20290 9605/9746/20291 -f 9605/9746/20291 13531/13671/20290 13532/13672/20292 -f 9605/9746/20291 13532/13672/20292 9600/9744/20293 -f 9600/9744/20293 13532/13672/20292 13533/13673/20294 -f 9600/9744/20293 13533/13673/20294 9599/9745/20295 -f 9599/9745/20295 13533/13673/20294 13534/13674/20296 -f 9599/9745/20295 13534/13674/20296 9567/9608/20297 -f 9567/9608/20297 13534/13674/20296 13535/9607/20298 -s 758 -f 9470/9604/20299 9469/9603/20300 9586/9733/20301 -f 9586/9733/20301 9469/9603/20300 13536/13675/20302 -f 9586/9733/20301 13536/13675/20302 9587/9734/20303 -f 9587/9734/20303 13536/13675/20302 13537/13676/20304 -f 9587/9734/20303 13537/13676/20304 13538/13677/20305 -f 9587/9734/20303 13538/13677/20305 9593/9740/20306 -f 9593/9740/20306 13538/13677/20305 13539/13678/20307 -f 9593/9740/20306 13539/13678/20307 9606/9754/20308 -f 9606/9754/20308 13539/13678/20307 13540/13679/20309 -f 9606/9754/20308 13540/13679/20309 9607/9755/20310 -f 9607/9755/20310 13540/13679/20309 13541/13680/20311 -f 9607/9755/20310 13541/13680/20311 9612/9741/20312 -f 9612/9741/20312 13541/13680/20311 13542/13681/20313 -f 9612/9741/20312 13542/13681/20313 9594/9732/20314 -f 9594/9732/20314 13542/13681/20313 13543/9601/20315 -f 9594/9732/20314 13543/9601/20315 9468/9602/20316 -s 759 -f 9465/9598/20317 9464/9597/20318 13544/13682/20319 -f 9465/9598/20317 13544/13682/20319 9601/9747/20320 -f 9601/9747/20320 13544/13682/20319 13545/13683/20321 -f 9601/9747/20320 13545/13683/20321 9602/9748/20322 -f 9602/9748/20322 13545/13683/20321 13546/13684/20323 -f 9602/9748/20322 13546/13684/20323 9603/9750/20324 -f 9603/9750/20324 13546/13684/20323 13547/13685/20325 -f 9603/9750/20324 13547/13685/20325 9613/9760/20326 -f 9613/9760/20326 13547/13685/20325 13548/13686/20327 -f 9613/9760/20326 13548/13686/20327 9614/9749/20328 -f 9614/9749/20328 13548/13686/20327 13549/13687/20329 -f 9614/9749/20328 13549/13687/20329 9568/9596/20330 -f 9568/9596/20330 13549/13687/20329 13550/9595/20331 -s 760 -f 9461/9592/20332 9460/9591/20333 13551/13688/20334 -f 9461/9592/20332 13551/13688/20334 9615/9761/20335 -f 9615/9761/20335 13551/13688/20334 13552/13689/20336 -f 9615/9761/20335 13552/13689/20336 9608/9756/20337 -f 9608/9756/20337 13552/13689/20336 13553/13690/20338 -f 9608/9756/20337 13553/13690/20338 9609/9757/20339 -f 9609/9757/20339 13553/13690/20338 13554/13691/20340 -f 9609/9757/20339 13554/13691/20340 9595/9758/20341 -f 9595/9758/20341 13554/13691/20340 13555/13692/20342 -f 9595/9758/20341 13555/13692/20342 9610/9759/20343 -f 9610/9759/20343 13555/13692/20342 13556/13693/20344 -f 9610/9759/20343 13556/13693/20344 9616/9762/20345 -f 9616/9762/20345 13556/13693/20344 13557/9589/20346 -f 9616/9762/20345 13557/9589/20346 9459/9590/20347 -s 761 -f 9456/9586/20348 10426/9585/20349 9611/9753/20350 -f 9611/9753/20350 10426/9585/20349 13558/13694/20351 -f 9611/9753/20350 13558/13694/20351 9596/9751/20352 -f 9596/9751/20352 13558/13694/20351 13559/13695/20353 -f 9596/9751/20352 13559/13695/20353 9617/9763/20354 -f 9617/9763/20354 13559/13695/20353 13560/13696/20355 -f 9617/9763/20354 13560/13696/20355 13561/13697/20356 -f 9617/9763/20354 13561/13697/20356 9618/9764/20357 -f 9618/9764/20357 13561/13697/20356 13562/13698/20358 -f 9618/9764/20357 13562/13698/20358 9619/9752/20359 -f 9619/9752/20359 13562/13698/20358 13563/13699/20360 -f 9619/9752/20359 13563/13699/20360 9569/9699/20361 -f 9569/9699/20361 13563/13699/20360 13564/9583/20362 -f 9569/9699/20361 13564/9583/20362 9455/9584/20363 -s 762 -f 9452/9580/20364 10429/9579/20365 13565/13700/20366 -f 9452/9580/20364 13565/13700/20366 9582/9727/20367 -f 9582/9727/20367 13565/13700/20366 13566/13701/20368 -f 9582/9727/20367 13566/13701/20368 9583/9729/20369 -f 9583/9729/20369 13566/13701/20368 13567/13702/20370 -f 9583/9729/20369 13567/13702/20370 9581/9728/20371 -f 9581/9728/20371 13567/13702/20370 13568/13703/20372 -f 9581/9728/20371 13568/13703/20372 9571/9704/20373 -f 9571/9704/20373 13568/13703/20372 13569/13704/20374 -f 9571/9704/20373 13569/13704/20374 9553/9705/20375 -f 9553/9705/20375 13569/13704/20374 9572/9717/20376 -f 9572/9717/20376 13569/13704/20374 13570/10719/20377 -s 763 -f 10451/10746/20378 9473/9609/20379 9475/9611/20380 -f 10451/10746/20378 9475/9611/20380 13528/9613/20381 -s 764 -f 13535/9607/20382 13534/13674/20383 10439/10732/20384 -f 13534/13674/20383 13533/13673/20385 10439/10732/20384 -f 13533/13673/20385 13532/13672/20386 10439/10732/20384 -f 10439/10732/20384 13532/13672/20386 10446/10743/20387 -f 10446/10743/20387 13532/13672/20386 13531/13671/20388 -f 10446/10743/20387 13531/13671/20388 13530/13670/20389 -f 10446/10743/20387 13530/13670/20389 10441/10735/20390 -f 10441/10735/20390 13530/13670/20389 13529/13669/20391 -f 10441/10735/20390 13529/13669/20391 10451/10746/20392 -f 10451/10746/20392 13529/13669/20391 9473/9609/20393 -s 756 -f 13528/9613/20394 13527/13668/20395 10452/10733/20396 -f 13527/13668/20395 13526/13667/20278 10452/10733/20396 -f 10452/10733/20396 13526/13667/20278 10440/10734/20397 -f 13526/13667/20278 13525/13666/20276 10440/10734/20397 -s 766 -f 10440/10734/20398 13525/13666/20399 13524/13665/20400 -f 10440/10734/20398 13524/13665/20400 13523/13664/20401 -f 10440/10734/20398 13523/13664/20401 10450/10737/20402 -f 10450/10737/20402 13523/13664/20401 13522/13663/20403 -f 10450/10737/20402 13522/13663/20403 13571/10738/20404 -f 13571/10738/20404 13522/13663/20403 9477/9615/20405 -s 767 -f 10437/10731/20406 9469/9603/20407 9471/9605/20408 -f 10437/10731/20406 9471/9605/20408 13535/9607/20409 -s 768 -f 13571/10738/20410 9477/9615/20411 9479/9617/20412 -f 13571/10738/20410 9479/9617/20412 13521/9619/20413 -s 769 -f 13543/9601/20414 13542/13681/20415 10448/10727/20416 -f 13542/13681/20415 13541/13680/20417 10448/10727/20416 -f 10448/10727/20416 13541/13680/20417 10436/10728/20418 -f 13541/13680/20417 13540/13679/20419 10436/10728/20418 -f 10436/10728/20418 13540/13679/20419 13539/13678/20420 -f 10436/10728/20418 13539/13678/20420 13538/13677/20421 -f 10436/10728/20418 13538/13677/20421 10445/10742/20422 -f 10445/10742/20422 13538/13677/20421 13537/13676/20423 -f 10445/10742/20422 13537/13676/20423 13536/13675/20424 -f 10445/10742/20422 13536/13675/20424 10437/10731/20425 -f 10437/10731/20425 13536/13675/20424 9469/9603/20426 -s off -f 13521/9619/20427 13520/13662/20428 10444/10724/20429 -s 770 -f 13520/13662/20430 13519/13661/20431 10444/10724/20432 -f 10444/10724/20432 13519/13661/20431 10431/10725/20433 -f 10431/10725/20433 13519/13661/20431 13518/13660/20434 -f 10431/10725/20433 13518/13660/20434 13517/13659/20435 -f 10431/10725/20433 13517/13659/20435 13516/13658/20436 -f 10431/10725/20433 13516/13658/20436 10432/10726/20437 -f 10432/10726/20437 13516/13658/20436 13515/13657/20438 -f 10432/10726/20437 13515/13657/20438 13572/9621/20439 -s 229 -f 10434/10739/20440 9464/9597/20441 9466/9599/20442 -f 10434/10739/20440 9466/9599/20442 10435/10740/16186 -f 10435/10740/16186 9466/9599/20442 13543/9601/16187 -s 772 -f 10442/10744/20443 13572/9621/20444 9482/9623/20445 -f 10442/10744/20443 9482/9623/20445 13514/9625/20446 -s 773 -f 10454/10747/20447 13550/9595/20448 13549/13687/20449 -f 10454/10747/20447 13549/13687/20449 10455/10748/20450 -f 13549/13687/20449 13548/13686/20451 10455/10748/20450 -f 13548/13686/20451 13547/13685/20452 10455/10748/20450 -f 10455/10748/20450 13547/13685/20452 13546/13684/20453 -f 10455/10748/20450 13546/13684/20453 10349/10641/20454 -f 10349/10641/20454 13546/13684/20453 13545/13683/20455 -f 10349/10641/20454 13545/13683/20455 13544/13682/20456 -f 10349/10641/20454 13544/13682/20456 10453/10741/20457 -f 10453/10741/20457 13544/13682/20456 10434/10739/20458 -f 10434/10739/20458 13544/13682/20456 9464/9597/20459 -s 774 -f 10442/10744/20460 13514/9625/20461 13513/13656/20462 -f 10442/10744/20460 13513/13656/20462 10433/10729/20463 -f 13513/13656/20462 13512/13655/20464 10433/10729/20463 -f 13512/13655/20464 13511/13654/20465 10433/10729/20463 -f 10433/10729/20463 13511/13654/20465 10438/10730/20466 -f 10438/10730/20466 13511/13654/20465 13510/13653/20467 -f 10438/10730/20466 13510/13653/20467 13509/13652/20468 -f 10438/10730/20466 13509/13652/20468 10443/10736/20469 -f 10443/10736/20469 13509/13652/20468 13508/13651/20470 -s off -f 10443/10736/20471 13508/13651/20472 13573/9627/20473 -s 775 -f 10458/10751/20474 9460/9591/20475 9462/9593/20476 -f 9462/9593/20476 13550/9595/20477 10454/10747/20478 -f 10458/10751/20474 9462/9593/20476 10454/10747/20478 -s 776 -f 10449/10745/20479 13573/9627/20480 9485/9629/20481 -f 10449/10745/20479 9485/9629/20481 13507/9631/20482 -s 777 -f 10419/10715/20483 13557/9589/20484 13556/13693/20485 -f 10419/10715/20483 13556/13693/20485 10418/10713/20486 -f 13556/13693/20485 13555/13692/20487 10418/10713/20486 -f 13555/13692/20487 13554/13691/20488 10418/10713/20486 -f 10418/10713/20486 13554/13691/20488 10456/10749/20489 -f 10456/10749/20489 13554/13691/20488 13553/13690/20490 -f 10456/10749/20489 13553/13690/20490 13552/13689/20491 -f 10456/10749/20489 13552/13689/20491 10457/10750/20492 -f 10457/10750/20492 13552/13689/20491 13551/13688/20493 -f 10457/10750/20492 13551/13688/20493 10458/10751/20494 -f 10458/10751/20494 13551/13688/20493 9460/9591/20495 -s 753 -f 10449/10745/20496 13507/9631/20497 13506/13650/20498 -f 10449/10745/20496 13506/13650/20498 10447/10721/20499 -f 13506/13650/20498 13505/13649/20500 10447/10721/20499 -f 13503/13647/20227 10430/10722/20501 13504/13648/20228 -f 13504/13648/20228 10430/10722/20501 10447/10721/20499 -f 13504/13648/20228 10447/10721/20499 13505/13649/20500 -s 779 -f 10430/10722/20502 13503/13647/20503 13502/13646/20504 -f 10430/10722/20502 13502/13646/20504 13501/13645/20505 -f 10430/10722/20502 13501/13645/20505 13574/10723/20506 -f 13574/10723/20506 13501/13645/20505 9488/9633/20507 -s 780 -f 9457/9587/20508 13557/9589/20509 10419/10715/20510 -f 10426/9585/20511 9457/9587/20508 10419/10715/20510 -s 781 -f 13574/10723/20512 9488/9633/20513 9490/9635/20514 -f 10405/10695/20515 13574/10723/20512 9490/9635/20514 -f 10405/10695/20515 9490/9635/20514 13500/9637/20516 -s 782 -f 10423/10720/20517 13564/9583/20518 13563/13699/20519 -f 10423/10720/20517 13563/13699/20519 10416/10705/20520 -f 13563/13699/20519 13562/13698/20521 10416/10705/20520 -f 10416/10705/20520 13562/13698/20521 10417/10706/20522 -f 13562/13698/20521 13561/13697/20523 10417/10706/20522 -f 10417/10706/20522 13561/13697/20523 13560/13696/20524 -f 10417/10706/20522 13560/13696/20524 13559/13695/20525 -s 761 -f 10417/10706/20526 13559/13695/20353 13558/13694/20351 -s off -f 10417/10706/20527 13558/13694/20528 10425/10714/20529 -f 10425/10714/20530 13558/13694/20531 10426/9585/20532 -s 783 -f 10405/10695/20533 13500/9637/20534 13499/13644/20535 -f 10405/10695/20533 13499/13644/20535 10406/10696/20536 -f 13499/13644/20535 13498/13643/20537 10406/10696/20536 -f 10406/10696/20536 13498/13643/20537 10410/10700/20538 -f 13498/13643/20537 13497/13642/20539 10410/10700/20538 -f 10410/10700/20538 13497/13642/20539 13496/13641/20540 -f 10410/10700/20538 13496/13641/20540 10412/10701/20541 -f 10412/10701/20541 13496/13641/20540 13495/13640/20542 -f 10412/10701/20541 13495/13640/20542 13494/13639/20543 -f 10412/10701/20541 13494/13639/20543 13575/10716/20544 -f 13575/10716/20544 13494/13639/20543 9492/9639/20545 -s 784 -f 9453/9581/20546 13564/9583/20547 10423/10720/20548 -f 10429/9579/20549 9453/9581/20546 10423/10720/20548 -s 785 -f 13575/10716/20550 9492/9639/20551 9494/9641/20552 -f 10411/10707/20553 13575/10716/20550 9494/9641/20552 -f 10411/10707/20553 9494/9641/20552 13493/9643/20554 -s off -f 13570/10719/20555 13569/13704/20556 10427/10711/20557 -s 786 -f 13569/13704/20558 13568/13703/20559 10427/10711/20560 -f 10427/10711/20560 13568/13703/20559 10422/10709/20561 -f 10422/10709/20561 13568/13703/20559 13567/13702/20562 -f 10422/10709/20561 13567/13702/20562 13566/13701/20563 -f 10422/10709/20561 13566/13701/20563 10421/10710/20564 -f 10421/10710/20564 13566/13701/20563 13565/13700/20565 -f 10421/10710/20564 13565/13700/20565 10429/9579/20566 -s 787 -f 10411/10707/20567 13493/9643/20568 13492/13638/20569 -f 10411/10707/20567 13492/13638/20569 10420/10708/20570 -f 13492/13638/20569 13491/13637/20571 10420/10708/20570 -f 10420/10708/20570 13491/13637/20571 10407/10693/20572 -f 10407/10693/20572 13491/13637/20571 13490/13636/20573 -f 10407/10693/20572 13490/13636/20573 13489/13635/20574 -f 10407/10693/20572 13489/13635/20574 10404/10694/20575 -f 10404/10694/20575 13489/13635/20574 13488/13634/20576 -f 10404/10694/20575 13488/13634/20576 13576/10697/20577 -f 13576/10697/20577 13488/13634/20576 9497/9645/20578 -s 788 -f 10413/10718/20579 13472/13620/20580 13473/13621/20581 -f 10413/10718/20579 13473/13621/20581 13570/10719/20582 -s 789 -f 13576/10697/20583 9497/9645/20584 9499/9647/20585 -f 13576/10697/20583 9499/9647/20585 13487/9649/20586 -s 790 -f 13479/9655/20587 13478/13626/20588 10424/10704/20589 -f 10424/10704/20589 13478/13626/20588 10414/10702/20590 -f 13478/13626/20588 13477/13625/20591 10414/10702/20590 -f 10414/10702/20590 13477/13625/20591 13476/13624/20592 -f 10414/10702/20590 13476/13624/20592 10428/10717/20593 -f 10428/10717/20593 13476/13624/20592 13475/13623/20594 -f 10428/10717/20593 13475/13623/20594 13474/13622/20595 -f 10428/10717/20593 13474/13622/20595 10413/10718/20596 -f 10413/10718/20596 13474/13622/20595 13472/13620/20597 -s 791 -f 13487/9649/20598 13486/13633/20599 10408/10698/20600 -f 13486/13633/20599 13485/13632/20601 10408/10698/20600 -f 10408/10698/20600 13485/13632/20601 10409/10699/20602 -f 13485/13632/20601 13484/13631/20603 10409/10699/20602 -f 10409/10699/20602 13484/13631/20603 13483/13630/20604 -f 10409/10699/20602 13483/13630/20604 13482/13629/20605 -f 10409/10699/20602 13482/13629/20605 13481/13628/20606 -f 10409/10699/20602 13481/13628/20606 10415/10703/20607 -f 10415/10703/20607 13481/13628/20606 13480/13627/20608 -f 10415/10703/20607 13480/13627/20608 13577/10712/20609 -f 13577/10712/20609 13480/13627/20608 9501/9651/20610 -s 792 -f 13577/10712/20611 9501/9651/20612 9503/9653/20613 -f 13577/10712/20611 9503/9653/20613 13479/9655/20614 -s 793 -f 10854/11161/20615 10847/11153/20616 13436/13567/20617 -f 10848/11155/20618 13435/13569/20619 10847/11153/20616 -f 10847/11153/20616 13435/13569/20619 13436/13567/20617 -f 10850/11157/20620 13437/13593/20621 10848/11155/20618 -f 10848/11155/20618 13437/13593/20621 13435/13569/20619 -f 10851/11158/20622 13438/13592/20623 10850/11157/20620 -f 10850/11157/20620 13438/13592/20623 13437/13593/20621 -f 10873/11180/20624 13440/13590/20625 10851/11158/20622 -f 10851/11158/20622 13440/13590/20625 13438/13592/20623 -f 10874/11181/20626 13441/13588/20627 10873/11180/20624 -f 10873/11180/20624 13441/13588/20627 13440/13590/20625 -f 10876/11183/20628 13439/13587/20629 10874/11181/20626 -f 10874/11181/20626 13439/13587/20629 13441/13588/20627 -f 10877/11184/20630 13442/13586/20631 10876/11183/20628 -f 10876/11183/20628 13442/13586/20631 13439/13587/20629 -f 10879/11185/20632 13443/13584/20633 10877/11184/20630 -f 10877/11184/20630 13443/13584/20633 13442/13586/20631 -f 10869/11175/20634 13445/13583/20635 10879/11185/20632 -f 10879/11185/20632 13445/13583/20635 13443/13584/20633 -f 10870/11177/20636 13444/13582/20637 10869/11175/20634 -f 10869/11175/20634 13444/13582/20637 13445/13583/20635 -f 10872/11179/20638 13446/13580/20639 10870/11177/20636 -f 10870/11177/20636 13446/13580/20639 13444/13582/20637 -f 10859/11166/20640 13447/13579/20641 10872/11179/20638 -f 10872/11179/20638 13447/13579/20641 13446/13580/20639 -f 10861/11168/20642 13448/13577/20643 10859/11166/20640 -f 10859/11166/20640 13448/13577/20643 13447/13579/20641 -f 10862/11169/20644 13450/13576/20645 10861/11168/20642 -f 10861/11168/20642 13450/13576/20645 13448/13577/20643 -f 10863/11170/20646 13449/13574/20647 10862/11169/20644 -f 10862/11169/20644 13449/13574/20647 13450/13576/20645 -f 10865/11172/20648 13451/13573/20649 10863/11170/20646 -f 10863/11170/20646 13451/13573/20649 13449/13574/20647 -f 10866/11173/20650 13452/13572/20651 10865/11172/20648 -f 10865/11172/20648 13452/13572/20651 13451/13573/20649 -f 10867/11174/20652 13453/13570/20653 10866/11173/20650 -f 10866/11173/20650 13453/13570/20653 13452/13572/20651 -f 10856/11162/20654 13417/13618/20655 10867/11174/20652 -f 10867/11174/20652 13417/13618/20655 13453/13570/20653 -f 10857/11164/20656 13418/13617/20657 10856/11162/20654 -f 10856/11162/20654 13418/13617/20657 13417/13618/20655 -f 10858/11165/20658 13419/13615/20659 10857/11164/20656 -f 10857/11164/20656 13419/13615/20659 13418/13617/20657 -f 10838/11145/20660 13420/13614/20661 10858/11165/20658 -f 10858/11165/20658 13420/13614/20661 13419/13615/20659 -f 10840/11147/20662 13422/13613/20663 10838/11145/20660 -f 10838/11145/20660 13422/13613/20663 13420/13614/20661 -f 10841/11148/20664 13421/13611/20665 10840/11147/20662 -f 10840/11147/20662 13421/13611/20665 13422/13613/20663 -f 10833/11140/20666 13424/13610/20667 10841/11148/20664 -f 10841/11148/20664 13424/13610/20667 13421/13611/20665 -f 10834/11142/20668 13423/13608/20669 10833/11140/20666 -f 10833/11140/20666 13423/13608/20669 13424/13610/20667 -f 10836/11144/20670 13425/13607/20671 10834/11142/20668 -f 10834/11142/20668 13425/13607/20671 13423/13608/20669 -f 10829/11135/20672 13427/13605/20673 10836/11144/20670 -f 10836/11144/20670 13427/13605/20673 13425/13607/20671 -f 10830/11137/20674 13426/13604/20675 10829/11135/20672 -f 10829/11135/20672 13426/13604/20675 13427/13605/20673 -f 10831/11138/20676 13428/13603/20677 10830/11137/20674 -f 10830/11137/20674 13428/13603/20677 13426/13604/20675 -f 10832/11139/20678 13429/13601/20679 10831/11138/20676 -f 10831/11138/20676 13429/13601/20679 13428/13603/20677 -f 10844/11150/20680 13431/13600/20681 10832/11139/20678 -f 10832/11139/20678 13431/13600/20681 13429/13601/20679 -f 10845/11151/20682 13430/13599/20683 10844/11150/20680 -f 10844/11150/20680 13430/13599/20683 13431/13600/20681 -f 10846/11152/20684 13432/13597/20685 10845/11151/20682 -f 10845/11151/20682 13432/13597/20685 13430/13599/20683 -f 10853/11160/20686 13434/13596/20687 10846/11152/20684 -f 10846/11152/20684 13434/13596/20687 13432/13597/20685 -f 10854/11161/20615 13436/13567/20617 13433/13566/20688 -f 10854/11161/20615 13433/13566/20688 10853/11160/20686 -f 10853/11160/20686 13433/13566/20688 13434/13596/20687 -v 118.872963 -83.567558 94.000000 -v 119.456818 -84.420540 86.739998 -v 119.456818 -84.420540 94.000000 -v 120.158493 -85.179565 94.000000 -v 121.027634 -85.872681 94.000000 -v 121.923767 -86.387863 86.739998 -v 121.923767 -86.387871 94.000000 -v 122.885284 -86.767281 94.000000 -v 123.969078 -87.014648 86.739998 -v 123.969086 -87.014648 94.000000 -v 125.000000 -87.090004 86.739998 -v 125.000000 -87.090004 94.000000 -v 127.114716 -86.767281 86.739998 -v 127.114716 -86.767281 94.000000 -v 128.076233 -86.387863 86.739998 -v 128.076233 -86.387871 94.000000 -v 128.972366 -85.872681 94.000000 -v 129.841507 -85.179565 86.739998 -v 129.841507 -85.179565 94.000000 -v 130.543198 -84.420540 86.739998 -v 130.543182 -84.420540 94.000000 -v 131.609375 -82.565979 86.739998 -v 131.609375 -82.565979 94.000000 -v 131.912247 -81.577675 86.739998 -v 131.912231 -81.577675 94.000000 -v 132.068176 -79.444168 86.739998 -v 132.068176 -79.444160 94.000000 -v 131.912247 -78.422325 86.739998 -v 131.912231 -78.422325 94.000000 -v 131.127045 -76.432442 94.000000 -v 130.543198 -75.579460 86.739998 -v 130.543182 -75.579460 94.000000 -v 128.972366 -74.127319 94.000000 -v 128.076233 -73.612129 86.739998 -v 128.076233 -73.612129 94.000000 -v 127.114716 -73.232719 94.000000 -v 126.030914 -72.985352 86.739998 -v 126.030914 -72.985352 94.000000 -v 125.000000 -72.910004 86.739998 -v 125.000000 -72.910004 94.000000 -v 122.885284 -73.232719 86.739998 -v 122.885284 -73.232719 94.000000 -v 121.923767 -73.612129 86.739998 -v 121.923767 -73.612129 94.000000 -v 121.027626 -74.127319 94.000000 -v 120.158493 -74.820435 86.739998 -v 120.158493 -74.820435 94.000000 -v 119.456818 -75.579460 86.739998 -v 119.456818 -75.579460 94.000000 -v 118.390625 -77.434021 86.739998 -v 118.390625 -77.434021 94.000000 -v 118.087761 -78.422325 86.739998 -v 118.087761 -78.422325 94.000000 -v 117.931824 -79.444168 94.000000 -v 130.412689 -77.553307 94.000000 -v 129.223785 -75.951836 94.006721 -v 129.841507 -74.820435 94.000000 -v 130.412689 -82.446693 94.000000 -v 130.918594 -80.503746 94.000000 -v 128.478882 -75.296242 94.006721 -v 126.713150 -74.405975 94.006721 -v 129.501404 -73.984192 94.000000 -v 129.899246 -74.361122 94.000000 -v 129.923981 -74.549469 94.000000 -v 131.609375 -77.434021 94.000000 -v 130.748337 -78.503250 94.000000 -v 119.059998 -80.000000 94.000000 -v 117.749916 -80.501060 94.000000 -v 117.596794 -80.388618 94.000000 -v 119.892464 -77.146759 94.006721 -v 120.087906 -74.644066 94.000000 -v 120.250420 -74.120659 94.000000 -v 120.136673 -74.272820 94.000000 -v 121.932556 -75.018158 94.006721 -v 123.767426 -74.280846 94.006721 -v 125.754478 -74.108101 94.000000 -v 129.311981 -73.969635 94.000000 -v 131.860687 -77.045250 94.000000 -v 131.801254 -77.225677 94.000000 -v 128.532120 -84.775742 94.000000 -v 129.847168 -83.276115 94.006721 -v 117.458199 -80.141617 94.000000 -v 117.458199 -79.858383 94.000000 -v 117.596794 -79.611382 94.000000 -v 117.749916 -79.498940 94.000000 -v 120.080338 -74.454247 94.000000 -v 120.448128 -76.324615 94.006721 -v 118.872963 -76.432442 94.000000 -v 123.645973 -72.653839 94.000000 -v 123.808662 -72.751923 94.000000 -v 126.191338 -72.751923 94.000000 -v 126.354027 -72.653839 94.000000 -v 126.540146 -72.615776 94.000000 -v 129.675049 -74.061226 94.000000 -v 129.812958 -74.191879 94.000000 -v 131.856369 -76.855324 94.000000 -v 118.334221 -76.533020 94.000000 -v 120.408485 -74.015289 94.000000 -v 122.973755 -72.868889 94.000000 -v 122.898209 -73.043190 94.000000 -v 123.969086 -72.985352 94.000000 -v 118.198746 -82.774315 94.000000 -v 118.143631 -76.855324 94.000000 -v 118.139320 -77.045250 94.000000 -v 118.198746 -77.225677 94.000000 -v 118.590446 -76.412323 94.000000 -v 120.688019 -73.969635 94.000000 -v 120.871391 -74.019257 94.000000 -v 123.103226 -72.729866 94.000000 -v 123.459854 -72.615776 94.000000 -v 126.896774 -72.729866 94.000000 -v 131.409561 -76.412323 94.000000 -v 131.665787 -76.533020 94.000000 -v 131.788818 -76.677773 94.000000 -v 131.801254 -82.774315 94.000000 -v 131.127045 -83.567558 94.000000 -v 126.030914 -87.014648 94.000000 -v 120.087906 -85.355934 94.000000 -v 121.134743 -84.391785 94.006721 -v 118.139320 -82.954750 94.000000 -v 118.390625 -82.565979 94.000000 -v 127.026245 -72.868889 94.000000 -v 127.101791 -73.043190 94.000000 -v 132.068176 -80.555832 94.000000 -v 132.331451 -79.548622 94.000000 -v 119.892464 -82.853241 94.006721 -v 119.483727 -81.949020 94.006721 -v 118.087761 -81.577675 94.000000 -v 117.931824 -80.555832 94.000000 -v 118.169823 -83.236336 94.000000 -v 118.498558 -83.562271 94.000000 -v 118.266518 -83.399857 94.000000 -v 132.331451 -80.451378 94.000000 -v 132.509933 -80.231461 94.000000 -v 129.912094 -85.355934 94.000000 -v 129.919662 -85.545761 94.000000 -v 124.751701 -85.845192 94.006721 -v 125.743111 -85.803078 94.006721 -v 127.633904 -85.224030 94.006721 -v 122.818619 -85.428581 94.006721 -v 132.463272 -79.685394 94.000000 -v 129.812958 -85.808121 94.000000 -v 129.128601 -85.980743 94.000000 -v 123.103226 -87.270134 94.000000 -v 120.688019 -86.030357 94.000000 -v 131.860687 -82.954750 94.000000 -v 131.856369 -83.144669 94.000000 -v 131.409561 -83.587677 94.000000 -v 131.587677 -83.521637 94.000000 -v 127.026245 -87.131111 94.000000 -v 126.896774 -87.270134 94.000000 -v 126.635338 -87.379082 94.000000 -v 132.557968 -79.952332 94.000000 -v 131.733475 -83.399857 94.000000 -v 129.675049 -85.938774 94.000000 -v 129.501404 -86.015808 94.000000 -v 123.554543 -87.373146 94.000000 -v 123.364662 -87.379082 94.000000 -v 122.973755 -87.131111 94.000000 -v 120.871391 -85.980743 94.000000 -v 129.311981 -86.030357 94.000000 -v 126.445457 -87.373146 94.000000 -v 126.191338 -87.248077 94.000000 -v 123.731506 -87.304070 94.000000 -v 122.898209 -86.956810 94.000000 -v 120.408485 -85.984711 94.000000 -v 120.136673 -85.727180 94.000000 -v 120.080338 -85.545761 94.000000 -v 154.004593 -72.400742 89.329727 -v 154.215851 -73.248520 89.317108 -v 154.927124 -77.910049 89.067673 -v 154.618500 -75.308891 87.343567 -v 154.897095 -77.517235 87.680992 -v 154.201050 -73.122543 88.281067 -v 154.624802 -75.308090 89.149216 -v 154.201050 -73.122536 87.680992 -v 154.169449 -73.034943 87.355309 -v 154.897095 -77.517235 88.281067 -v 151.945541 -66.843750 89.317108 -v 152.762665 -68.631844 88.896599 -v 152.686462 -68.447517 88.498337 -v 151.716995 -66.387360 89.149216 -v 152.666611 -68.400040 87.680992 -v 151.719238 -66.385872 87.343567 -v 150.646591 -64.435524 87.680992 -v 150.589478 -64.361984 87.355309 -v 150.619858 -64.391563 88.498337 -v 150.873367 -64.843575 89.317108 -v 147.761475 -60.457344 88.498337 -v 146.806763 -59.397461 89.149216 -v 146.199097 -58.801178 89.149216 -v 147.727921 -60.418327 87.680992 -v 146.213211 -58.786797 87.500000 -v 144.581665 -57.272079 87.680992 -v 144.504623 -57.219780 87.355309 -v 144.542664 -57.238525 88.498337 -v 145.176636 -57.817741 89.317108 -v 144.151718 -56.911346 89.213837 -v 139.671021 -53.832054 89.149223 -v 138.609955 -53.288879 89.149216 -v 140.680389 -54.424133 88.705231 -v 138.614136 -53.280769 87.343567 -v 136.599960 -52.333397 87.680992 -v 136.510529 -52.307465 87.355309 -v 136.552490 -52.313538 88.498337 -v 137.643967 -52.810326 89.317108 -v 135.900543 -52.068062 89.329727 -v 131.197388 -50.661613 89.317108 -v 129.689835 -50.387932 89.149216 -v 132.009567 -50.830391 88.705231 -v 131.877457 -50.798958 87.680992 -v 129.693024 -50.369339 87.500000 -v 127.482765 -50.102913 87.680992 -v 127.389694 -50.105888 87.355309 -v 127.431480 -50.098694 88.498337 -v 128.960815 -50.276939 89.317108 -v 126.922897 -50.063782 89.213837 -v 122.165443 -50.134216 89.149216 -v 122.652588 -50.091980 88.705231 -v 119.917252 -50.448112 89.317108 -v 120.306969 -50.369339 87.500000 -v 122.517235 -50.102913 87.680992 -v 118.034943 -50.830551 87.355309 -v 118.122543 -50.798958 87.680992 -v 118.072464 -50.810799 88.498337 -v 117.577988 -50.934753 89.213837 -v 113.393982 -52.351326 89.317108 -v 113.400040 -52.333397 88.281067 -v 111.380280 -53.269814 87.500000 -v 113.400040 -52.333397 87.680992 -v 109.361984 -54.410522 87.355309 -v 109.435532 -54.353416 87.680992 -v 109.435532 -54.353416 88.281067 -v 111.336189 -53.308258 89.317108 -v 109.100090 -54.560013 89.067673 -v 102.439896 -60.246765 89.317108 -v 105.457352 -57.238525 88.498337 -v 105.718475 -57.016899 89.067673 -v 103.793625 -58.793251 89.149216 -v 103.795502 -58.795502 87.343567 -v 105.418335 -57.272079 87.680992 -v 102.272079 -60.418327 87.680992 -v 102.219780 -60.495377 87.355309 -v 102.272079 -60.418335 88.281067 -v 99.380150 -64.391563 88.498337 -v 98.285202 -66.387810 89.149216 -v 99.353416 -64.435524 87.680992 -v 98.280777 -66.385872 87.343567 -v 97.333397 -68.400040 87.680992 -v 97.307465 -68.489471 87.355309 -v 97.313538 -68.447517 88.498337 -v 97.575912 -67.872833 89.317108 -v 95.810806 -73.072464 88.498337 -v 95.549591 -74.358917 89.317108 -v 95.390114 -75.310135 89.149216 -v 95.798965 -73.122536 87.680992 -v 95.381508 -75.308891 87.343567 -v 95.102913 -77.517235 87.680992 -v 95.105881 -77.610306 87.355309 -v 95.098694 -77.568520 88.498337 -v 95.207306 -76.602379 89.317108 -v 95.066696 -78.264412 89.329727 -v 95.207306 -83.397621 89.317108 -v 95.390114 -84.689865 89.149216 -v 95.091980 -82.347412 88.705231 -v 95.102913 -82.482765 87.680992 -v 95.369347 -84.693031 87.500000 -v 95.798965 -86.877457 87.680992 -v 95.830551 -86.965057 87.355309 -v 95.810806 -86.927536 88.498337 -v 95.549591 -85.641083 89.317108 -v 95.934753 -87.422012 89.213837 -v 97.575912 -92.127167 89.317108 -v 98.285202 -93.612198 89.149216 -v 97.281174 -91.474609 88.705231 -v 97.333397 -91.599960 87.680992 -v 98.269806 -93.619720 87.500000 -v 99.353416 -95.564468 87.680992 -v 99.410522 -95.638016 87.355309 -v 99.380150 -95.608437 88.498337 -v 98.571617 -94.166489 89.317108 -v 99.650841 -96.040405 89.213837 -v 102.429214 -99.762589 89.149223 -v 103.998413 -101.402855 89.317108 -v 102.272079 -99.581665 88.281067 -v 103.786797 -101.213203 87.500000 -v 102.272079 -99.581665 87.680992 -v 105.495377 -102.780220 87.355309 -v 105.418335 -102.727921 87.680992 -v 105.418335 -102.727921 88.281067 -v 105.718475 -102.983101 89.067673 -v 113.393982 -107.648674 89.317108 -v 109.356659 -105.581917 89.317108 -v 109.319603 -105.575867 88.705231 -v 109.435532 -105.646584 87.680992 -v 111.385872 -106.719223 87.343567 -v 113.400040 -107.666603 88.281067 -v 111.381165 -106.728294 89.149216 -v 113.400040 -107.666603 87.680992 -v 113.489471 -107.692535 87.355309 -v 118.072464 -109.189194 88.498337 -v 120.308601 -109.618347 89.149216 -v 118.122543 -109.201035 87.680992 -v 120.306969 -109.630653 87.500000 -v 122.517235 -109.897087 87.680992 -v 122.610306 -109.894119 87.355309 -v 122.568520 -109.901306 88.498337 -v 122.166786 -109.851662 89.317108 -v 127.431480 -109.901306 88.498337 -v 128.962677 -109.737137 89.149216 -v 129.689835 -109.612068 89.149216 -v 127.482765 -109.897087 87.680992 -v 129.693024 -109.630653 87.500000 -v 131.877457 -109.201035 87.680992 -v 131.965057 -109.169449 87.355309 -v 131.927536 -109.189194 88.498337 -v 131.197388 -109.338387 89.317108 -v 132.422012 -109.065247 89.213837 -v 137.649963 -107.202545 89.149223 -v 138.609955 -106.711121 89.149216 -v 136.474609 -107.718826 88.705231 -v 136.599960 -107.666603 87.680992 -v 138.614136 -106.719223 87.343567 -v 140.564468 -105.646584 87.680992 -v 140.638016 -105.589478 87.355309 -v 140.608444 -105.619850 88.498337 -v 139.664078 -106.155563 89.317108 -v 141.190231 -105.236702 89.329727 -v 145.176636 -102.182251 89.317108 -v 146.199097 -101.198822 89.149216 -v 144.478592 -102.816330 88.705231 -v 144.581665 -102.727921 87.680992 -v 146.213211 -101.213203 87.500000 -v 147.727921 -99.581665 87.680992 -v 147.780228 -99.504623 87.355309 -v 147.761475 -99.542648 88.498337 -v 146.796448 -100.592789 89.317108 -v 148.088654 -99.151726 89.213837 -v 150.885620 -95.163597 89.149216 -v 151.716995 -93.612640 89.149216 -v 150.575867 -95.680405 88.705231 -v 150.646591 -95.564468 87.680992 -v 151.719238 -93.614128 87.343567 -v 152.666611 -91.599960 87.680992 -v 152.692535 -91.510529 87.355309 -v 152.686462 -91.552483 88.498337 -v 109.351555 -63.143951 86.500000 -v 110.035782 -62.533684 86.500000 -v 147.421997 -74.876068 86.500000 -v 147.608383 -75.773766 86.500000 -v 118.226463 -101.979973 86.500000 -v 117.355843 -101.692551 86.500000 -v 104.920677 -68.783020 93.500000 -v 105.198624 -68.299347 90.000000 -v 106.227470 -66.711205 90.000000 -v 104.368225 -69.834869 89.000000 -v 103.570709 -71.698486 93.500000 -v 104.451828 -69.666901 89.465477 -v 104.633537 -69.313431 89.760506 -v 104.041748 -70.526268 93.500000 -v 102.194687 -82.823822 93.500000 -v 102.330833 -83.887016 93.500000 -v 102.578018 -85.123932 89.000000 -v 102.174332 -82.826431 86.500000 -v 102.578018 -85.123924 86.500000 -v 102.757538 -85.854286 89.871269 -v 102.742142 -85.795502 93.500000 -v 103.302208 -87.666313 93.656433 -v 103.553139 -88.308563 90.000000 -v 102.671043 -85.515221 89.683372 -v 105.880852 -92.785080 89.000000 -v 106.240128 -93.279434 93.500000 -v 105.822861 -92.697929 89.352852 -v 105.634521 -92.408798 89.686447 -v 105.944275 -92.879425 93.500000 -v 104.041748 -89.473732 93.500000 -v 104.736717 -90.881149 90.000000 -v 104.920677 -91.216980 93.500000 -v 120.151779 -102.495804 93.656433 -v 120.079536 -102.467514 90.000000 -v 119.328934 -102.289886 89.976044 -v 118.261475 -102.003609 93.656433 -v 117.362740 -101.673019 93.500000 -v 118.361458 -102.021118 89.423409 -v 118.226456 -101.979973 89.000000 -v 122.077026 -102.825928 93.656433 -v 122.877823 -102.901886 90.000000 -v 125.976669 -102.991577 93.656433 -v 124.767624 -102.998825 90.000000 -v 124.023331 -102.991577 93.656433 -v 122.879532 -102.881882 93.500000 -v 126.512634 -102.950211 89.000000 -v 128.524994 -102.710220 93.500000 -v 126.080811 -102.974594 89.675400 -v 127.922974 -102.825928 93.656433 -v 140.195526 -97.265465 93.500000 -v 140.656067 -96.848961 89.117355 -v 138.860596 -98.354401 86.500000 -v 140.648453 -96.856049 86.500000 -v 142.894821 -94.449059 93.500000 -v 142.918854 -94.419250 90.000000 -v 141.604996 -95.914597 93.500000 -v 141.381348 -96.144699 89.952637 -v 140.940796 -96.579834 89.683372 -v 145.894699 -89.613091 86.500000 -v 145.631775 -90.165123 86.500000 -v 145.631775 -90.165123 89.000000 -v 145.958252 -89.473732 93.500000 -v 145.554642 -90.320221 89.448402 -v 145.320206 -90.774467 89.808174 -v 144.065933 -92.886314 93.656433 -v 145.079330 -91.216980 93.500000 -v 144.554993 -92.107941 90.000000 -v 146.686188 -72.337784 93.500000 -v 146.917664 -73.027489 90.000000 -v 147.257858 -74.204506 93.500000 -v 147.173355 -73.890884 89.945610 -v 147.287033 -74.317719 89.790253 -v 147.366043 -74.637192 89.548706 -v 147.421982 -74.876076 89.000000 -v 145.958252 -70.526268 93.500000 -v 145.894699 -70.386909 90.000000 -v 145.033752 -68.701828 90.000000 -v 145.079330 -68.783020 93.500000 -v 142.918854 -65.580750 86.500000 -v 144.119141 -67.214912 86.500000 -v 144.119141 -67.214920 89.000000 -v 142.894821 -65.550934 93.500000 -v 144.222809 -67.371315 89.465477 -v 144.055725 -67.120575 93.500000 -v 131.763596 -58.016968 89.117355 -v 133.959305 -58.831963 93.500000 -v 133.575699 -58.658554 93.500000 -v 131.734924 -58.008163 93.500000 -v 133.965073 -58.819176 86.500000 -v 131.773544 -58.020027 86.500000 -v 130.791046 -57.740982 89.952637 -v 127.921410 -57.186287 93.500000 -v 128.528000 -57.272194 90.000000 -v 129.845627 -57.516228 93.500000 -v 131.388153 -57.904945 89.683372 -v 125.976151 -57.020721 93.500000 -v 122.877823 -57.098114 86.500000 -v 123.487366 -57.049797 86.500000 -v 123.487366 -57.049797 89.000000 -v 122.078590 -57.186287 93.500000 -v 123.591843 -57.043152 89.352852 -v 123.936409 -57.024605 89.686447 -v 124.407768 -57.007965 89.888107 -v 124.023849 -57.020721 93.500000 -v 125.708282 -57.010910 90.000000 -v 108.002792 -64.505005 90.000000 -v 108.386124 -64.076881 93.656433 -v 108.622665 -63.851868 89.945610 -v 109.804474 -62.734543 93.500000 -v 110.042664 -62.542229 93.500000 -v 109.248421 -63.240295 89.423409 -v 109.351555 -63.143959 89.000000 -v 107.105179 -65.550934 93.500000 -v 105.944275 -67.120575 93.500000 -v 102.000000 -80.000000 86.500000 -v 102.174332 -77.173569 86.500000 -v 102.082855 -78.049461 93.500000 -v 102.694672 -74.389984 86.500000 -v 104.368225 -69.834869 86.500000 -v 103.553139 -71.691437 86.500000 -v 103.370331 -72.266083 86.500000 -v 103.313820 -72.337784 93.500000 -v 102.742142 -74.204506 93.500000 -v 102.330833 -76.112976 93.500000 -v 111.323441 -61.508072 93.500000 -v 112.295609 -60.827148 86.500000 -v 114.748016 -59.411247 86.500000 -v 112.940933 -60.414825 93.500000 -v 117.355843 -58.307442 86.500000 -v 116.424301 -58.658554 93.500000 -v 115.433243 -59.121216 86.500000 -v 114.645309 -59.462708 93.500000 -v 120.154381 -57.516228 93.500000 -v 120.074951 -57.533798 86.500000 -v 118.265076 -58.008163 93.500000 -v 117.362740 -58.326981 93.500000 -v 135.354691 -59.462708 93.500000 -v 134.566757 -59.118774 86.500000 -v 136.491013 -60.097496 93.500000 -v 136.500000 -60.081421 86.500000 -v 137.059067 -60.414825 93.500000 -v 138.860596 -61.645607 86.500000 -v 141.011078 -63.488029 86.500000 -v 140.195511 -62.734543 93.500000 -v 138.676559 -61.508072 93.500000 -v 141.604996 -64.085403 93.500000 -v 140.997009 -63.502708 93.500000 -v 147.669174 -76.112976 93.500000 -v 147.956375 -78.584099 86.500000 -v 147.917145 -78.049461 93.500000 -v 148.000000 -80.000000 93.500000 -v 147.956375 -81.415901 86.500000 -v 147.917145 -81.950531 93.500000 -v 147.608383 -84.226242 86.500000 -v 146.697800 -87.666313 93.656433 -v 146.899139 -86.966835 93.500000 -v 146.917664 -86.972511 86.500000 -v 147.257858 -85.795494 93.500000 -v 147.669174 -83.887016 93.500000 -v 138.676559 -98.491936 93.500000 -v 136.500000 -99.918587 86.500000 -v 131.734924 -101.991837 93.500000 -v 131.294250 -102.121994 86.500000 -v 133.575699 -101.341446 93.500000 -v 133.965073 -101.180832 86.500000 -v 134.566757 -100.881226 86.500000 -v 135.354691 -100.537292 93.500000 -v 137.059067 -99.585175 93.500000 -v 129.845627 -102.483772 93.500000 -v 129.727615 -102.465088 86.500000 -v 128.528000 -102.727806 86.500000 -v 116.424301 -101.341446 93.500000 -v 115.433243 -100.878784 86.500000 -v 114.748016 -100.588760 86.500000 -v 114.645309 -100.537292 93.500000 -v 112.295609 -99.172852 86.500000 -v 112.934479 -99.595657 93.656433 -v 110.035782 -97.466309 86.500000 -v 111.323441 -98.491936 93.500000 -v 108.598412 -96.072556 86.500000 -v 109.804482 -97.265465 93.500000 -v 105.880852 -92.785080 86.500000 -v 106.227470 -93.288803 86.500000 -v 107.597580 -94.991447 86.500000 -v 107.105179 -94.449059 93.500000 -v 108.002792 -95.494995 86.500000 -v 108.015717 -95.483627 93.500000 -v 108.395004 -95.914597 93.500000 -v 102.082855 -81.950531 93.500000 -v 102.000000 -80.000000 93.500000 -v 113.666489 -76.056442 86.500000 -v 113.172607 -77.971985 86.500000 -v 115.918030 -87.843323 86.500000 -v 117.071907 -89.008072 86.500000 -v 127.251534 -91.786880 86.500000 -v 128.513870 -91.473999 86.500000 -v 136.333511 -83.943558 86.500000 -v 136.612793 -83.023735 86.500000 -v 133.663467 -71.696732 86.500000 -v 122.748466 -68.213120 89.000000 -v 122.471848 -68.269341 92.263931 -v 124.490707 -68.010811 90.000000 -v 123.477303 -68.109009 92.417870 -v 123.568497 -68.086121 89.947769 -v 123.004112 -68.167145 89.629448 -v 122.748466 -68.213120 86.500000 -v 122.471848 -68.269341 86.500000 -v 126.522705 -68.109009 92.417870 -v 125.508789 -68.022720 92.417870 -v 124.491211 -68.022720 92.417870 -v 128.513870 -68.526001 86.500000 -v 127.670845 -68.300995 86.500000 -v 127.670845 -68.300995 89.000000 -v 127.557220 -68.275635 89.427757 -v 128.513870 -68.526001 92.263931 -v 127.252304 -68.213257 89.767136 -v 127.037567 -68.174492 89.888588 -v 127.525635 -68.280991 92.417870 -v 126.528046 -68.097687 90.000000 -v 134.327148 -72.468849 92.417870 -v 134.562286 -72.749992 89.932724 -v 134.932236 -73.286980 92.417870 -v 133.663467 -71.696724 92.263931 -v 134.336258 -72.461151 89.749847 -v 134.081970 -72.156677 89.000000 -v 135.923889 -75.062096 92.417870 -v 135.934738 -75.057182 90.000000 -v 135.465759 -74.153473 92.417870 -v 136.612793 -76.976257 86.500000 -v 136.467056 -76.463524 86.500000 -v 136.467056 -76.463524 89.000000 -v 136.612793 -76.976257 92.263931 -v 136.432205 -76.352432 89.427757 -v 136.150131 -75.564415 89.983315 -v 136.303299 -76.006294 92.417870 -v 135.923889 -84.937904 92.417870 -v 136.303299 -83.993706 92.417870 -v 136.103241 -84.551163 89.889030 -v 136.601257 -83.020737 92.417870 -v 136.216919 -84.263870 89.705559 -v 136.333511 -83.943558 89.000000 -v 133.663467 -88.303268 86.500000 -v 133.796204 -88.162521 86.500000 -v 133.796204 -88.162521 89.000000 -v 133.663467 -88.303268 92.263931 -v 133.874985 -88.076797 89.427757 -v 134.081467 -87.843918 89.767136 -v 134.327148 -87.531151 92.417870 -v 134.327026 -87.549797 89.948105 -v 134.942123 -86.719696 90.000000 -v 134.932236 -86.713020 92.417870 -v 135.465759 -85.846527 92.417870 -v 135.872192 -85.078911 90.000000 -v 128.513870 -91.473999 92.263931 -v 127.525635 -91.719009 92.417870 -v 126.522705 -91.890984 92.417870 -v 127.251534 -91.786880 89.000000 -v 126.771690 -91.868347 89.807594 -v 122.662575 -91.770149 89.698738 -v 122.471840 -91.730659 92.263931 -v 123.037300 -91.838409 89.922195 -v 123.294708 -91.878082 89.986420 -v 123.477303 -91.890984 92.417870 -v 124.491211 -91.977280 92.417870 -v 124.490707 -91.989182 90.000000 -v 125.508789 -91.977280 92.417870 -v 120.525726 -91.134674 86.500000 -v 122.329155 -91.698997 86.500000 -v 122.338615 -91.701157 89.125977 -v 120.525726 -91.134674 92.263931 -v 122.459419 -91.727951 89.453400 -v 121.489616 -91.462601 92.417870 -v 117.071907 -89.008064 92.263931 -v 116.345131 -88.295021 92.417870 -v 115.913376 -87.837944 89.110924 -v 115.067757 -86.713020 92.417870 -v 115.165436 -86.876144 90.000000 -v 115.672844 -87.531151 92.417870 -v 115.565216 -87.415184 89.847778 -v 115.717445 -87.604881 89.680054 -v 113.696709 -83.993706 92.417870 -v 113.926407 -84.623375 90.000000 -v 114.076118 -84.937904 92.417870 -v 114.534233 -85.846527 92.417870 -v 114.523834 -85.852341 90.000000 -v 113.532944 -83.536476 89.000000 -v 113.172607 -82.028015 92.263931 -v 113.172607 -82.028008 86.500000 -v 113.532944 -83.536476 86.500000 -v 113.561752 -83.628555 89.390869 -v 113.642052 -83.872574 89.709213 -v 113.398735 -83.020737 92.417870 -v 113.685471 -76.002319 92.263931 -v 113.677277 -76.025574 89.236397 -v 113.398735 -76.979271 92.417870 -v 113.172607 -77.971985 92.263931 -v 114.523834 -74.147659 90.000000 -v 114.076118 -75.062096 92.417870 -v 114.127800 -74.921089 90.000000 -v 115.672844 -72.468849 92.417870 -v 115.459244 -72.721672 90.000000 -v 115.067757 -73.286980 92.417870 -v 114.534233 -74.153473 92.417870 -v 117.071907 -70.991936 86.500000 -v 116.203796 -71.837479 86.500000 -v 116.203796 -71.837479 89.000000 -v 116.164375 -71.880165 89.305519 -v 117.071899 -70.991936 92.263931 -v 116.043655 -72.013519 89.596870 -v 115.877243 -72.204361 89.807533 -v 116.345131 -71.704979 92.417870 -v 115.663574 -72.461365 89.955307 -v 113.043228 -81.017670 92.263931 -v 113.000000 -80.000000 86.500000 -v 117.864403 -89.647964 92.263931 -v 118.708313 -90.218346 86.500000 -v 118.714561 -90.208199 92.417870 -v 119.597557 -90.715111 92.263931 -v 129.474274 -91.134674 92.263931 -v 130.402451 -90.715111 86.500000 -v 130.397079 -90.704468 92.417870 -v 131.291687 -90.218346 92.263931 -v 132.135605 -89.647964 86.500000 -v 132.128510 -89.638382 92.417870 -v 132.928101 -89.008072 92.263931 -v 136.827393 -82.028008 92.263931 -v 136.956772 -81.017670 86.500000 -v 136.944901 -81.016663 92.417870 -v 137.000000 -80.000000 92.263931 -v 136.956772 -78.982330 86.500000 -v 136.944901 -78.983337 92.417870 -v 136.827393 -77.971985 92.263931 -v 132.928101 -70.991936 92.263931 -v 132.135605 -70.352036 86.500000 -v 132.128510 -70.361618 92.417870 -v 131.291687 -69.781647 92.263931 -v 130.402451 -69.284882 86.500000 -v 130.397079 -69.295532 92.417870 -v 129.474274 -68.865326 92.263931 -v 121.486130 -68.526001 92.263931 -v 120.525726 -68.865326 86.500000 -v 120.530167 -68.876389 92.417870 -v 119.597557 -69.284882 92.263931 -v 118.708313 -69.781647 86.500000 -v 118.714561 -69.791801 92.417870 -v 117.864403 -70.352036 92.263931 -v 113.043228 -78.982330 92.263931 -v 113.011917 -80.000000 92.417870 -v 154.215851 -86.751480 89.317108 -v 154.201050 -86.877457 88.281067 -v 154.618500 -84.691109 87.343567 -v 154.201050 -86.877457 87.680992 -v 154.897095 -82.482765 87.680992 -v 154.894119 -82.389694 87.355309 -v 154.897095 -82.482765 88.281067 -v 154.624802 -84.691910 89.149216 -v 142.214005 -96.498291 94.487686 -v 145.401291 -95.330566 94.500000 -v 143.672867 -95.077278 94.500000 -v 144.754639 -93.351791 94.487686 -v 145.815765 -91.628387 94.487686 -v 148.477310 -90.002747 94.500000 -v 146.726944 -89.821198 94.487686 -v 148.225601 -86.047470 94.500000 -v 149.777832 -86.107185 94.500000 -v 148.500610 -84.029579 94.487686 -v 150.519379 -80.000000 94.500000 -v 148.757675 -82.022079 94.487686 -v 148.843567 -80.000000 94.487686 -v 148.654785 -75.943977 94.500000 -v 149.777832 -73.892815 94.500000 -v 148.074203 -73.991943 94.487686 -v 147.481567 -72.056755 94.487686 -v 148.477310 -69.997253 94.500000 -v 146.869492 -70.114372 94.500000 -v 146.568726 -66.360764 94.500000 -v 144.884232 -66.560608 94.500000 -v 107.673050 -63.393463 94.500000 -v 104.598717 -64.669434 94.500000 -v 106.448853 -65.020996 94.487686 -v 105.245377 -66.648209 94.487686 -v 102.403717 -68.140556 94.500000 -v 104.184235 -68.371613 94.487686 -v 100.793945 -71.918831 94.500000 -v 103.130516 -70.114372 94.500000 -v 101.774406 -73.952530 94.500000 -v 101.345215 -75.943977 94.500000 -v 99.563377 -77.946541 94.500000 -v 101.242332 -77.977921 94.487686 -v 101.156433 -80.000000 94.487686 -v 99.563377 -82.053459 94.500000 -v 101.086456 -82.035339 94.500000 -v 99.811096 -84.093597 94.500000 -v 101.774406 -86.047470 94.500000 -v 103.130516 -89.885628 94.500000 -v 104.047661 -91.704681 94.500000 -v 105.115768 -93.439392 94.500000 -v 104.598717 -95.330566 94.500000 -v 106.448853 -94.979004 94.487686 -v 141.139618 -60.232567 94.500000 -v 142.326950 -63.393463 94.500000 -v 137.759689 -57.899574 94.500000 -v 139.271194 -60.704071 94.500000 -v 135.804901 -58.569778 94.500000 -v 134.049301 -56.138969 94.500000 -v 133.890228 -57.875816 94.487686 -v 131.981934 -57.201569 94.487686 -v 130.104523 -54.996353 94.500000 -v 130.023346 -56.691589 94.487686 -v 128.028549 -56.349548 94.487686 -v 126.011948 -56.177917 94.487686 -v 121.951576 -56.194389 94.500000 -v 119.865707 -54.850571 94.488869 -v 115.950706 -56.138969 94.500000 -v 117.972252 -57.051994 94.500000 -v 114.195114 -58.569778 94.500000 -v 112.240311 -57.899574 94.500000 -v 112.498642 -59.696503 94.487686 -v 110.821823 -60.829842 94.487686 -v 109.247162 -62.101295 94.487686 -v 107.322105 -61.595367 94.500000 -v 108.860382 -99.767441 94.500000 -v 107.673050 -96.606537 94.500000 -v 110.728806 -99.295929 94.500000 -v 112.498642 -100.303497 94.487686 -v 114.265533 -101.290535 94.487686 -v 115.950706 -103.861031 94.500000 -v 116.109772 -102.124184 94.487686 -v 118.018059 -102.798424 94.487686 -v 119.976654 -103.308403 94.487686 -v 121.923981 -105.333313 94.500000 -v 121.971443 -103.650444 94.487686 -v 126.027557 -105.498680 94.500000 -v 123.981415 -103.978378 94.500000 -v 128.048431 -103.805611 94.500000 -v 132.099930 -104.511826 94.500000 -v 130.056305 -103.461327 94.500000 -v 133.948563 -102.269333 94.500000 -v 135.804901 -101.430222 94.500000 -v 137.834076 -102.229279 94.488869 -v 137.501358 -100.303497 94.487686 -v 139.178177 -99.170158 94.487686 -v 141.139618 -99.767441 94.500000 -v 140.752838 -97.898705 94.487686 -v 126.968552 -102.465088 86.500000 -v 134.566757 -102.465088 86.500000 -v 126.102325 -108.981010 86.500008 -v 126.100006 -111.521156 86.507393 -v 105.632767 -55.214722 86.500000 -v 123.900002 -48.478844 86.507393 -v 125.000000 -48.564514 86.500000 -v 134.566757 -57.534912 86.500000 -v 151.078400 -97.587395 86.500000 -v 140.664230 -95.499496 86.500000 -v 145.506104 -100.506096 86.500000 -v 140.450562 -94.159790 86.500000 -v 140.013596 -92.875450 86.500000 -v 145.234924 -88.848763 86.500000 -v 139.365906 -91.683411 86.500000 -v 138.526108 -90.617950 86.500000 -v 137.518356 -89.709702 86.500000 -v 136.371628 -88.984802 86.500000 -v 134.566757 -87.733910 86.500000 -v 135.118896 -88.464081 86.500000 -v 155.236847 -88.667938 86.500000 -v 150.839188 -93.165726 86.500000 -v 134.081970 -72.156677 86.500000 -v 153.980576 -78.898201 86.500008 -v 137.701721 -83.808212 86.500000 -v 139.072891 -83.909142 86.500000 -v 153.642960 -84.536598 86.500000 -v 156.435486 -78.899994 86.500000 -v 140.406525 -84.243362 86.500000 -v 141.663254 -84.800995 86.500000 -v 142.805923 -85.565575 86.500000 -v 144.988022 -73.699318 86.500000 -v 143.657272 -73.435570 86.500000 -v 142.301086 -73.400467 86.500000 -v 140.958466 -73.595016 86.500000 -v 139.668030 -74.013641 86.500000 -v 138.466888 -74.644279 86.500000 -v 137.389572 -75.468811 86.500000 -v 152.903854 -72.093163 86.500008 -v 146.255066 -74.184135 86.500000 -v 135.421860 -69.767097 86.500000 -v 136.378128 -68.779236 86.500000 -v 137.489410 -67.969704 86.500000 -v 138.722885 -67.362404 86.500000 -v 140.042145 -66.975273 86.500000 -v 141.408203 -66.819756 86.500000 -v 142.926743 -57.201782 86.500008 -v 154.557007 -69.239738 86.500000 -v 147.798187 -62.073853 86.500008 -v 149.785278 -60.632767 86.500000 -v 150.839188 -66.834274 86.500000 -v 142.780716 -66.900421 86.500000 -v 142.587402 -53.921593 86.500000 -v 138.165726 -54.160812 86.500000 -v 133.667938 -49.763153 86.500000 -v 125.000000 -57.534912 86.500000 -v 123.031448 -57.534912 86.500000 -v 116.332062 -49.763153 86.500000 -v 115.433243 -57.534912 86.500000 -v 114.213264 -50.361511 86.507393 -v 111.834274 -54.160812 86.500000 -v 104.765076 -71.151237 86.500000 -v 98.921600 -62.412605 86.500000 -v 100.905937 -63.857193 86.500008 -v 104.493904 -59.493896 86.500000 -v 97.779488 -69.993340 86.500008 -v 94.763161 -71.332062 86.500000 -v 97.782257 -72.266083 86.500000 -v 97.097008 -72.092606 86.500008 -v 97.782257 -87.733917 86.500000 -v 93.564514 -81.099998 86.500000 -v 96.357040 -75.463402 86.500000 -v 107.219284 -93.099571 86.500000 -v 95.361519 -90.786736 86.507393 -v 97.779663 -90.006195 86.500000 -v 100.905212 -96.142609 86.500008 -v 102.201813 -97.926147 86.500008 -v 100.214722 -99.367233 86.500000 -v 107.362244 -106.147713 86.507393 -v 111.834274 -105.839188 86.500000 -v 115.433243 -102.465088 86.500000 -v 115.433243 -109.944794 86.500000 -v 126.512634 -102.950211 86.500000 -v 116.332062 -110.236839 86.500000 -v 133.667938 -110.236839 86.500000 -v 129.536606 -108.642960 86.500000 -v 135.786743 -109.638481 86.507393 -v 144.367233 -104.785278 86.500000 -v 138.165726 -105.839188 86.500000 -v 143.800827 -86.514519 86.500000 -v 144.618530 -87.619797 86.500000 -v 134.648865 -70.904106 86.500000 -v 126.799934 -72.266090 86.500000 -v 129.537460 -59.539528 86.500000 -v 128.643661 -60.560120 86.500000 -v 130.590851 -58.684631 86.500000 -v 127.095253 -65.659477 86.500000 -v 127.270660 -67.004730 86.500000 -v 127.935181 -61.717056 86.500000 -v 127.432358 -62.977081 86.500000 -v 127.149673 -64.303932 86.500000 -v 125.000000 -96.072556 86.500000 -v 129.173843 -96.831291 86.500000 -v 127.454208 -101.948334 86.500000 -v 128.210327 -100.800049 86.500000 -v 129.083038 -98.203171 86.500000 -v 128.758667 -99.539246 86.500000 -v 126.929291 -87.532928 86.500000 -v 128.052841 -92.904114 86.500000 -v 128.651016 -94.142044 86.500000 -v 129.028397 -95.464127 86.500000 -v 119.409157 -101.315361 86.500000 -v 120.462540 -100.460464 86.500000 -v 121.356331 -99.439880 86.500000 -v 122.064827 -98.282944 86.500000 -v 122.567642 -97.022926 86.500000 -v 122.850327 -95.696068 86.500000 -v 114.578140 -90.232903 86.500000 -v 113.621880 -91.220764 86.500000 -v 112.510597 -92.030296 86.500000 -v 111.277107 -92.637596 86.500000 -v 109.957855 -93.024727 86.500000 -v 108.591797 -93.180252 86.500000 -v 125.000000 -87.733910 86.500000 -v 115.351135 -89.095894 86.500000 -v 122.904747 -94.340523 86.500000 -v 122.729340 -92.995270 86.500000 -v 103.744934 -85.815865 86.500000 -v 105.011986 -86.300682 86.500000 -v 106.342735 -86.564430 86.500000 -v 107.597580 -87.733910 86.500000 -v 107.698921 -86.599533 86.500000 -v 106.199188 -73.485481 86.500000 -v 105.381470 -72.380203 86.500000 -v 115.433235 -72.266075 86.500000 -v 112.298294 -76.191788 86.500000 -v 108.336754 -75.199005 86.500000 -v 107.194077 -74.434425 86.500000 -v 109.041534 -86.404976 86.500000 -v 115.433235 -87.118973 86.500000 -v 110.331970 -85.986359 86.500000 -v 111.533119 -85.355721 86.500000 -v 110.927116 -76.090851 86.500000 -v 109.593475 -75.756638 86.500000 -v 112.610435 -84.531189 86.500000 -v 110.634094 -68.316589 86.500000 -v 111.473892 -69.382050 86.500000 -v 112.481644 -70.290298 86.500000 -v 113.628372 -71.015198 86.500000 -v 114.881096 -71.535919 86.500000 -v 109.335777 -64.500504 86.500000 -v 109.549438 -65.840202 86.500000 -v 109.986404 -67.124550 86.500000 -v 125.000000 -72.266090 86.500000 -v 120.971596 -64.535881 86.500000 -v 120.826164 -63.168709 86.500000 -v 120.916969 -61.796829 86.500000 -v 121.241333 -60.460754 86.500000 -v 121.947159 -67.095886 86.500000 -v 121.348976 -65.857956 86.500000 -v 121.789673 -59.199951 86.500000 -v 122.545799 -58.051666 86.500000 -v 119.869873 -74.295433 86.500000 -v 124.103470 -72.725037 86.500000 -v 123.738571 -72.432365 86.500000 -v 120.084763 -73.947006 86.500000 -v 118.422050 -76.210175 86.500000 -v 117.945221 -76.679077 86.500000 -v 123.197815 -72.413795 86.500000 -v 121.035767 -73.834473 86.500000 -v 122.768921 -72.743652 86.500000 -v 117.707939 -80.744781 86.500000 -v 117.226624 -79.795319 86.500000 -v 117.935707 -77.220062 86.500000 -v 119.869873 -85.704567 86.500000 -v 120.192505 -86.138931 86.500000 -v 122.768921 -87.256340 86.500000 -v 122.651253 -86.943512 86.500000 -v 120.580017 -73.729111 86.500000 -v 118.422050 -83.789825 86.500000 -v 118.005020 -83.445091 86.500000 -v 119.871178 -85.236801 86.500000 -v 117.533783 -79.349884 86.500000 -v 120.853180 -86.242661 86.500000 -v 121.027634 -85.872681 86.739998 -v 117.902794 -82.913757 86.500000 -v 117.341408 -80.454155 86.500000 -v 118.872955 -83.567558 86.739998 -v 126.261429 -72.432365 86.500000 -v 131.994980 -76.554909 86.500000 -v 131.577942 -76.210175 86.500000 -v 130.078995 -74.167450 86.500000 -v 127.348740 -86.943504 86.500000 -v 128.180359 -86.604103 86.500000 -v 129.807495 -86.138924 86.500000 -v 130.128830 -85.236801 86.500000 -v 129.807495 -73.861076 86.500000 -v 131.577942 -83.789825 86.500000 -v 132.797028 -79.931091 86.500000 -v 132.064285 -82.779930 86.500000 -v 130.128815 -74.763199 86.500000 -v 129.419983 -73.729111 86.500000 -v 132.097214 -77.086243 86.500000 -v 130.078995 -85.832550 86.500000 -v 132.054779 -83.320923 86.500000 -v 127.045364 -72.541359 86.500000 -v 129.282181 -86.268578 86.500000 -v 127.348740 -73.056488 86.500000 -v 132.658600 -79.545845 86.500000 -v 131.893082 -82.492882 86.500000 -v 132.466202 -80.650116 86.500000 -v 127.295204 -87.134354 86.500000 -v 125.896530 -87.274963 86.500000 -v 126.261429 -87.567635 86.500000 -v 123.332184 -87.616875 86.500000 -v 123.738571 -87.567635 86.500000 -v 124.103470 -87.274963 86.500000 -v 127.365730 -67.393936 89.000000 -v 127.087433 -65.356705 89.000000 -v 127.146667 -64.328194 89.000000 -v 127.337585 -63.315826 89.000000 -v 128.099655 -61.406120 89.000000 -v 127.657013 -62.336388 89.000000 -v 129.323334 -59.753731 89.000000 -v 128.658188 -60.540451 89.000000 -v 130.084061 -59.059021 89.000000 -v 123.010796 -57.513725 89.000000 -v 122.287720 -58.397285 89.000000 -v 121.697777 -59.374786 89.000000 -v 121.252998 -60.426300 89.000000 -v 120.962433 -61.530426 89.000000 -v 120.864349 -63.805931 89.000000 -v 120.844292 -62.665199 89.156433 -v 121.058830 -64.930962 89.000000 -v 121.915115 -67.041489 89.000000 -v 121.411484 -66.016853 89.000000 -v 122.559486 -67.983986 89.000000 -v 130.371277 -57.635979 90.000000 -v 123.104820 -58.973778 90.000000 -v 128.602844 -59.060265 90.000000 -v 127.854553 -59.945320 90.000000 -v 127.226212 -60.919205 90.000000 -v 126.728226 -61.965752 90.000000 -v 126.154091 -64.206535 90.000000 -v 126.170059 -66.519653 90.000000 -v 126.368866 -63.067619 90.000000 -v 122.029549 -64.690735 90.000000 -v 122.199440 -60.749161 90.000000 -v 137.100037 -75.745758 89.000000 -v 138.725174 -74.486115 89.000000 -v 139.645508 -74.023163 89.000000 -v 140.617706 -73.682312 89.000000 -v 142.652603 -73.387444 89.000000 -v 141.625641 -73.469231 89.000000 -v 144.695450 -73.620979 89.000000 -v 143.681549 -73.438309 89.000000 -v 145.677460 -73.932434 89.000000 -v 146.611298 -74.367500 89.000000 -v 143.479080 -67.034157 89.000000 -v 142.352356 -66.849731 89.000000 -v 141.210846 -66.827576 89.000000 -v 140.077820 -66.968155 89.000000 -v 138.976334 -67.268578 89.000000 -v 136.956650 -68.321381 89.000000 -v 137.928833 -67.722733 89.000000 -v 136.079590 -69.052330 89.000000 -v 135.315506 -69.900681 89.000000 -v 134.185913 -71.878448 89.000000 -v 134.679962 -70.849152 89.000000 -v 141.482239 -72.479568 90.000000 -v 142.637558 -72.387558 90.000000 -v 137.259354 -74.273132 90.000000 -v 140.271439 -67.949226 90.000000 -v 143.795135 -72.444778 90.000000 -v 144.935760 -72.650284 90.000000 -v 139.254593 -73.102737 90.000000 -v 134.942123 -73.280304 90.000000 -v 137.540421 -69.133301 90.000000 -v 134.734299 -88.351814 89.000000 -v 137.498840 -89.694962 89.000000 -v 136.637756 -89.129410 89.000000 -v 138.280121 -90.366486 89.000000 -v 138.968628 -91.132843 89.000000 -v 139.552948 -91.981323 89.000000 -v 140.023376 -92.897858 89.000000 -v 140.593399 -94.873413 89.000000 -v 140.372116 -93.867249 89.000000 -v 140.683533 -95.899681 89.000000 -v 145.468292 -89.520432 89.000000 -v 144.513077 -87.452797 89.000000 -v 145.064636 -88.452446 89.000000 -v 143.824829 -86.541847 89.000000 -v 142.090240 -85.068451 89.156433 -v 143.005890 -85.747482 89.156433 -v 141.092300 -84.515450 89.000000 -v 140.020752 -84.121361 89.000000 -v 137.764847 -83.807671 89.000000 -v 138.904022 -83.883820 89.000000 -v 136.626434 -83.894463 89.000000 -v 141.682175 -95.833679 90.000000 -v 144.510025 -89.806328 90.000000 -v 141.332916 -93.590019 90.000000 -v 136.089294 -87.753479 90.000000 -v 140.940582 -92.499458 90.000000 -v 140.411346 -91.468353 90.000000 -v 139.753998 -90.513809 90.000000 -v 138.100494 -88.896202 90.000000 -v 139.743439 -85.082138 90.000000 -v 142.362442 -86.496826 90.000000 -v 122.912575 -94.643295 89.000000 -v 122.853340 -95.671799 89.000000 -v 122.342995 -97.663612 89.000000 -v 122.662422 -96.684174 89.000000 -v 121.900337 -98.593880 89.000000 -v 120.676666 -100.246269 89.000000 -v 121.341812 -99.459549 89.000000 -v 119.915939 -100.940979 89.000000 -v 126.989204 -102.486267 89.000000 -v 127.712280 -101.602707 89.000000 -v 128.302231 -100.625214 89.000000 -v 128.747009 -99.573700 89.000000 -v 129.025467 -98.467300 89.156433 -v 128.941177 -95.069038 89.000000 -v 129.135651 -96.194077 89.000000 -v 129.155716 -97.334793 89.156433 -v 128.084885 -92.958519 89.000000 -v 128.588516 -93.983147 89.000000 -v 127.440521 -92.016014 89.000000 -v 126.037636 -91.955055 90.000000 -v 121.397156 -100.939735 90.000000 -v 123.845909 -95.793465 90.000000 -v 123.631134 -96.932373 90.000000 -v 128.140625 -96.293663 90.000000 -v 123.271767 -98.034241 90.000000 -v 122.773788 -99.080795 90.000000 -v 126.895180 -101.026222 90.000000 -v 122.145447 -100.054680 90.000000 -v 123.829941 -93.480347 90.000000 -v 111.274818 -85.513885 89.000000 -v 110.354492 -85.976837 89.000000 -v 108.374359 -86.530769 89.000000 -v 109.382294 -86.317688 89.000000 -v 105.304550 -86.379021 89.000000 -v 106.318436 -86.561691 89.000000 -v 107.347397 -86.612556 89.000000 -v 104.322548 -86.067566 89.000000 -v 103.388710 -85.632500 89.000000 -v 106.520920 -92.965836 89.000000 -v 108.789154 -93.172417 89.000000 -v 109.922180 -93.031853 89.000000 -v 111.023666 -92.731430 89.000000 -v 112.071167 -92.277267 89.000000 -v 113.043350 -91.678619 89.000000 -v 113.920418 -90.947678 89.000000 -v 115.814087 -88.121552 89.000000 -v 115.320038 -89.150848 89.000000 -v 102.877090 -86.291008 89.984436 -v 107.738342 -92.154388 90.000000 -v 105.064240 -87.349716 90.000000 -v 109.651695 -87.280716 90.000000 -v 108.517769 -87.520432 90.000000 -v 111.780792 -86.376434 90.000000 -v 110.745415 -86.897263 90.000000 -v 112.459587 -90.866699 90.000000 -v 106.204865 -87.555222 90.000000 -v 107.362442 -87.612442 90.000000 -v 113.362244 -70.870590 89.000000 -v 112.501152 -70.305038 89.000000 -v 111.031372 -68.867157 89.000000 -v 111.719872 -69.633514 89.000000 -v 110.447052 -68.018677 89.000000 -v 109.627884 -66.132751 89.000000 -v 109.976624 -67.102142 89.000000 -v 109.406609 -65.126587 89.000000 -v 104.531715 -70.479568 89.000000 -v 104.946533 -71.542389 89.156433 -v 105.486923 -72.547203 89.000000 -v 106.986092 -74.261856 89.000000 -v 106.175179 -73.458153 89.000000 -v 108.907700 -75.484543 89.000000 -v 108.346313 -75.181305 89.000000 -v 107.903160 -74.941933 89.000000 -v 109.982658 -75.866806 89.156433 -v 112.235153 -76.192322 89.000000 -v 111.097672 -76.103973 89.156433 -v 113.373566 -76.105545 89.000000 -v 108.667084 -66.409981 90.000000 -v 113.910706 -72.246521 90.000000 -v 111.899506 -71.103798 90.000000 -v 112.230484 -75.192337 90.000000 -v 110.246002 -69.486183 90.000000 -v 107.637558 -73.503174 90.000000 -v 109.588646 -68.531647 90.000000 -v 109.059418 -67.500542 90.000000 -v 108.430817 -100.293564 94.233925 -v 107.586563 -104.159317 89.773918 -v 108.298477 -104.632568 89.773918 -v 110.059753 -101.644676 94.124695 -v 95.240463 -81.126953 89.773918 -v 95.410919 -83.374405 89.773918 -v 98.785034 -82.116287 94.124695 -v 99.140663 -84.202553 94.233925 -v 95.750862 -85.602524 89.773918 -v 99.332535 -85.650116 94.124695 -v 95.934593 -86.397568 89.773918 -v 99.562683 -86.269737 94.233925 -v 96.258347 -87.798553 89.773918 -v 96.791428 -89.504906 89.773918 -v 100.053261 -88.328445 94.124695 -v 96.930450 -89.949913 89.773918 -v 100.804314 -90.308815 94.124695 -v 97.763344 -92.044281 89.773918 -v 101.712288 -92.222336 94.124695 -v 98.752243 -94.069664 89.773918 -v 99.498680 -95.343903 89.773918 -v 102.771294 -94.056580 94.124695 -v 99.891487 -96.014450 89.773918 -v 101.174545 -97.867508 89.773918 -v 103.974457 -95.799667 94.124695 -v 105.313980 -97.440292 94.124695 -v 102.594078 -99.618233 89.773918 -v 103.394707 -100.465652 89.773918 -v 104.141953 -101.256577 89.773918 -v 106.781181 -98.967804 94.124695 -v 105.809296 -102.773163 89.773918 -v 111.849876 -102.776680 94.124695 -v 109.463570 -105.407074 89.773918 -v 112.690552 -103.217896 94.124695 -v 111.056801 -106.300323 89.773918 -v 113.725281 -103.760971 94.124695 -v 111.429573 -106.509315 89.773918 -v 113.473305 -107.459709 89.773918 -v 113.982460 -107.651108 89.773918 -v 115.673805 -104.591156 94.124695 -v 115.583061 -108.252815 89.773918 -v 117.038040 -108.677315 89.773918 -v 117.682816 -105.261856 94.124695 -v 117.746758 -108.884087 89.773918 -v 119.739273 -105.768738 94.124695 -v 119.951996 -109.349922 89.773918 -v 121.829857 -106.108482 94.124695 -v 122.186150 -109.647636 89.773918 -v 123.388901 -109.716003 89.773918 -v 123.940994 -106.278915 94.124695 -v 124.436424 -109.775536 89.773918 -v 126.689919 -109.732880 89.773918 -v 126.059006 -106.278915 94.124695 -v 128.170135 -106.108482 94.124695 -v 128.933746 -109.519928 89.773918 -v 129.814545 -109.368431 89.773918 -v 130.260727 -105.768738 94.124695 -v 131.155029 -109.137878 89.773918 -v 132.317184 -105.261856 94.124695 -v 134.326202 -104.591156 94.124695 -v 136.274719 -103.760971 94.124695 -v 137.557556 -107.003853 89.773918 -v 138.941284 -106.295502 89.773918 -v 138.150131 -102.776680 94.124695 -v 139.563858 -105.976799 89.773918 -v 141.486740 -104.800957 89.773918 -v 139.940231 -101.644676 94.124695 -v 143.315186 -103.483063 89.773918 -v 144.266129 -102.681709 89.773918 -v 141.633469 -100.372299 94.124695 -v 143.218811 -98.967804 94.124695 -v 145.038727 -102.030655 89.773918 -v 144.078934 -98.072327 94.124695 -v 146.647491 -100.452049 89.773918 -v 144.686020 -97.440292 94.124695 -v 150.437332 -73.730255 94.233925 -v 153.425964 -71.119408 89.773918 -v 153.205276 -70.496826 89.773918 -v 149.946747 -71.671555 94.124695 -v 148.132248 -98.756302 89.773918 -v 146.025543 -95.799667 94.124695 -v 149.484528 -96.953125 89.773918 -v 150.696548 -95.052841 89.773918 -v 147.228699 -94.056580 94.124695 -v 148.197708 -92.175095 94.233925 -v 151.761368 -93.066330 89.773918 -v 148.851318 -91.034576 94.124695 -v 152.012802 -92.497772 89.773918 -v 149.102188 -90.268982 94.233925 -v 152.672928 -91.004982 89.773918 -v 153.205276 -89.503174 89.773918 -v 149.946747 -88.328445 94.124695 -v 153.425964 -88.880592 89.773918 -v 154.016174 -86.705338 89.773918 -v 150.536011 -86.294060 94.124695 -v 150.859344 -84.202553 94.233925 -v 154.440201 -84.491676 89.773918 -v 151.126938 -82.841232 94.124695 -v 154.585510 -83.217506 89.773918 -v 151.113647 -82.108109 94.233925 -v 154.695587 -82.252289 89.773918 -v 151.300247 -80.000000 94.124695 -v 154.780869 -80.000000 89.773918 -v 154.695572 -77.747711 89.773918 -v 151.214966 -77.883713 94.124695 -v 154.440201 -75.508324 89.773918 -v 150.959671 -75.781143 94.124695 -v 154.016174 -73.294662 89.773918 -v 152.672928 -68.995026 89.773918 -v 149.195694 -69.691185 94.124695 -v 152.012802 -67.502228 89.773918 -v 148.287720 -67.777664 94.124695 -v 151.761368 -66.933670 89.773918 -v 150.696548 -64.947166 89.773918 -v 147.520798 -66.449333 94.124695 -v 147.142807 -65.997734 94.233925 -v 149.484528 -63.046875 89.773918 -v 148.132263 -61.243698 89.773918 -v 146.025543 -64.200333 94.124695 -v 144.686020 -62.559715 94.124695 -v 146.647491 -59.547943 89.773918 -v 144.078934 -61.927673 94.124695 -v 143.218811 -61.032196 94.124695 -v 145.038727 -57.969353 89.773918 -v 142.016068 -59.966644 94.124695 -v 144.266129 -57.318291 89.773918 -v 141.569183 -59.706429 94.233925 -v 143.315186 -56.516937 89.773918 -v 141.486740 -55.199043 89.773918 -v 139.940247 -58.355324 94.124695 -v 138.150116 -57.223320 94.124695 -v 139.563858 -54.023201 89.773918 -v 138.941284 -53.704498 89.773918 -v 136.274719 -56.239037 94.124695 -v 137.557556 -52.996147 89.773918 -v 136.016708 -52.349350 89.773918 -v 134.326202 -55.408844 94.124695 -v 135.479324 -52.123772 89.773918 -v 133.341064 -51.411072 89.773918 -v 132.317184 -54.738144 94.124695 -v 130.260727 -54.231262 94.124695 -v 131.155029 -50.862122 89.773918 -v 128.933746 -50.480072 89.773918 -v 128.170135 -53.891510 94.124695 -v 126.689919 -50.267120 89.773918 -v 126.059006 -53.721085 94.124695 -v 124.436424 -50.224457 89.773918 -v 123.388901 -50.283997 89.773918 -v 123.940994 -53.721085 94.124695 -v 121.829857 -53.891510 94.124695 -v 122.186150 -50.352356 89.773918 -v 120.748512 -54.067245 94.124695 -v 119.951996 -50.650078 89.773918 -v 119.739273 -54.231262 94.124695 -v 100.804314 -69.691185 94.124695 -v 96.930450 -70.050087 89.773918 -v 100.053261 -71.671555 94.124695 -v 117.746758 -51.115906 89.773918 -v 117.038040 -51.322685 89.773918 -v 117.682816 -54.738144 94.124695 -v 115.583061 -51.747192 89.773918 -v 113.982460 -52.348885 89.773918 -v 115.673805 -55.408844 94.124695 -v 113.473305 -52.540291 89.773918 -v 113.725281 -56.239037 94.124695 -v 111.429573 -53.490685 89.773918 -v 111.849876 -57.223320 94.124695 -v 109.463570 -54.592926 89.773918 -v 107.586563 -55.840691 89.773918 -v 110.059753 -58.355324 94.124695 -v 105.809296 -57.226837 89.773918 -v 108.366531 -59.627693 94.124695 -v 106.781181 -61.032196 94.124695 -v 104.141953 -58.743423 89.773918 -v 103.394707 -59.534340 89.773918 -v 105.313980 -62.559715 94.124695 -v 102.594078 -60.381775 89.773918 -v 103.974457 -64.200333 94.124695 -v 99.891487 -63.985550 89.773918 -v 102.771294 -65.943420 94.124695 -v 101.712288 -67.777664 94.124695 -v 98.752243 -65.930336 89.773918 -v 101.148697 -68.965424 94.124695 -v 97.763344 -67.955719 89.773918 -v 96.258347 -72.201447 89.773918 -v 99.463989 -73.705933 94.124695 -v 95.750862 -74.397476 89.773918 -v 99.040337 -75.781143 94.124695 -v 95.410919 -76.625603 89.773918 -v 98.873062 -77.158768 94.124695 -v 98.785034 -77.883713 94.124695 -v 95.240463 -78.873047 89.773918 -v 95.219131 -80.000000 89.773918 -v 126.141884 -85.298355 96.500000 -v 127.020882 -85.029160 96.500000 -v 127.841743 -84.615288 96.500000 -v 128.580856 -84.068649 96.500000 -v 123.412903 -85.182419 96.500000 -v 124.311562 -85.376099 96.500000 -v 125.280899 -88.759430 96.500000 -v 125.230034 -85.415115 96.500000 -v 127.493576 -88.401703 96.500000 -v 121.086998 -83.750305 96.500000 -v 119.986008 -87.187935 96.500000 -v 121.777084 -84.357666 96.500000 -v 122.559898 -84.839661 96.500000 -v 123.049843 -88.544205 96.500000 -v 132.636185 -84.300613 96.500000 -v 129.216949 -83.404953 96.500000 -v 129.731735 -82.643303 96.500000 -v 130.110382 -81.805618 96.500000 -v 130.342041 -79.084015 96.500000 -v 130.110397 -78.194382 96.500000 -v 131.295563 -73.903084 96.500000 -v 129.731735 -77.356689 96.500000 -v 129.216949 -76.595047 96.500000 -v 133.477310 -82.223007 96.500000 -v 130.342041 -80.915985 96.500000 -v 130.419998 -80.000000 96.500000 -v 133.691986 -78.879295 96.500000 -v 119.754883 -81.365723 96.500000 -v 120.061142 -82.232506 96.500000 -v 120.509476 -83.035065 96.500000 -v 121.777084 -75.642334 96.500000 -v 118.326736 -74.318970 96.500000 -v 121.086998 -76.249695 96.500000 -v 120.509476 -76.964935 96.500000 -v 120.061142 -77.767494 96.500000 -v 116.254074 -79.438492 96.500000 -v 119.754890 -78.634277 96.500000 -v 119.599525 -79.540352 96.500000 -v 119.599525 -80.459648 96.500000 -v 117.655052 -84.781029 96.500000 -v 124.311562 -74.623901 96.500000 -v 123.412903 -74.817581 96.500000 -v 120.946350 -72.229904 96.500000 -v 122.559898 -75.160339 96.500000 -v 128.580856 -75.931358 96.500000 -v 127.841743 -75.384712 96.500000 -v 128.547485 -71.986145 96.500000 -v 127.020882 -74.970840 96.500000 -v 126.141884 -74.701653 96.500000 -v 123.049843 -71.455795 96.500000 -v 125.230034 -74.584885 96.500000 -v 117.141655 -88.928818 92.711143 -v 116.412743 -88.230217 92.711143 -v 116.964622 -86.840614 95.394424 -v 115.745712 -87.472321 92.711143 -v 115.145355 -86.660576 92.711143 -v 116.155838 -85.756912 95.394424 -v 114.615997 -85.800850 92.711143 -v 115.492264 -84.578682 95.394424 -v 114.161453 -84.899330 92.711143 -v 113.785019 -83.962509 92.711143 -v 122.494087 -91.627457 92.711143 -v 121.517036 -91.373055 92.711143 -v 121.355438 -89.903458 95.394424 -v 120.565086 -91.036713 92.711143 -v 119.645088 -90.620842 92.711143 -v 120.118935 -89.356094 95.394424 -v 118.763664 -90.128448 92.711143 -v 118.962578 -88.655106 95.394424 -v 117.927177 -89.563087 92.711143 -v 117.905350 -87.811996 95.394424 -v 128.482956 -91.373055 92.711143 -v 127.505905 -91.627457 92.711143 -v 126.684219 -90.417519 95.394424 -v 126.510803 -91.798088 92.711143 -v 125.504814 -91.883713 92.711143 -v 125.338234 -90.547363 95.394424 -v 124.495186 -91.883713 92.711143 -v 123.986694 -90.504021 95.394424 -v 123.489197 -91.798088 92.711143 -v 122.651787 -90.288208 95.394424 -v 133.587265 -88.230217 92.711143 -v 132.858353 -88.928818 92.711143 -v 131.579559 -88.250504 95.394424 -v 132.072815 -89.563087 92.711143 -v 131.236328 -90.128448 92.711143 -v 130.470490 -89.024139 95.394424 -v 130.354919 -90.620842 92.711143 -v 129.271591 -89.649597 95.394424 -v 129.434906 -91.036713 92.711143 -v 128.002563 -90.116615 95.394424 -v 136.510635 -82.997131 92.711143 -v 136.214996 -83.962509 92.711143 -v 134.781555 -83.960114 95.394424 -v 135.838547 -84.899330 92.711143 -v 135.384003 -85.800850 92.711143 -v 134.194839 -85.178436 95.394424 -v 134.854645 -86.660576 92.711143 -v 133.457153 -86.311729 95.394424 -v 134.254288 -87.472321 92.711143 -v 132.580582 -87.341385 95.394424 -v 135.838547 -75.100670 92.711143 -v 136.214996 -76.037498 92.711143 -v 135.207657 -77.323235 95.394424 -v 136.510635 -77.002869 92.711143 -v 136.723343 -77.989838 92.711143 -v 135.466141 -78.650543 95.394424 -v 136.851578 -78.991280 92.711143 -v 136.894424 -80.000000 92.711143 -v 135.552780 -80.000000 95.394424 -v 136.851578 -81.008720 92.711143 -v 135.466141 -81.349457 95.394424 -v 136.723343 -82.010170 92.711143 -v 135.207657 -82.676758 95.394424 -v 132.072830 -70.436913 92.711143 -v 132.858353 -71.071182 92.711143 -v 132.580582 -72.658615 95.394424 -v 133.587250 -71.769783 92.711143 -v 134.254288 -72.527679 92.711143 -v 133.457153 -73.688263 95.394424 -v 134.854645 -73.339417 92.711143 -v 135.384003 -74.199150 92.711143 -v 134.194839 -74.821564 95.394424 -v 134.781555 -76.039886 95.394424 -v 126.510803 -68.201912 92.711143 -v 127.505905 -68.372543 92.711143 -v 128.002563 -69.883385 95.394424 -v 128.482956 -68.626945 92.711143 -v 129.434906 -68.963287 92.711143 -v 129.271591 -70.350403 95.394424 -v 130.354919 -69.379158 92.711143 -v 131.236328 -69.871544 92.711143 -v 130.470490 -70.975861 95.394424 -v 131.579559 -71.749496 95.394424 -v 120.565086 -68.963287 92.711143 -v 121.517036 -68.626945 92.711143 -v 122.651787 -69.711792 95.394424 -v 122.494087 -68.372543 92.711143 -v 123.489197 -68.201912 92.711143 -v 123.986694 -69.495972 95.394424 -v 124.495186 -68.116295 92.711143 -v 125.504814 -68.116295 92.711143 -v 125.338234 -69.452637 95.394424 -v 126.684219 -69.582481 95.394424 -v 115.745712 -72.527679 92.711143 -v 116.412743 -71.769783 92.711143 -v 117.905350 -72.188004 95.394424 -v 117.141655 -71.071182 92.711143 -v 117.927177 -70.436913 92.711143 -v 118.962578 -71.344902 95.394424 -v 118.763664 -69.871544 92.711143 -v 119.645088 -69.379158 92.711143 -v 120.118935 -70.643906 95.394424 -v 121.355438 -70.096542 95.394424 -v 113.276665 -77.989838 92.711143 -v 113.489372 -77.002869 92.711143 -v 114.984818 -76.674728 95.394424 -v 113.785011 -76.037498 92.711143 -v 114.161453 -75.100670 92.711143 -v 115.492271 -75.421318 95.394424 -v 114.615997 -74.199150 92.711143 -v 115.145355 -73.339417 92.711143 -v 116.155838 -74.243088 95.394424 -v 116.964622 -73.159386 95.394424 -v 114.984818 -83.325272 95.394424 -v 113.489372 -82.997131 92.711143 -v 114.641815 -82.017258 95.394424 -v 113.276665 -82.010170 92.711143 -v 113.148422 -81.008720 92.711143 -v 114.468895 -80.676117 95.394424 -v 113.105576 -80.000000 92.711143 -v 113.148422 -78.991280 92.711143 -v 114.468895 -79.323883 95.394424 -v 114.641815 -77.982742 95.394424 -v 140.792496 -95.897156 89.453995 -v 134.746841 -88.304504 89.309021 -v 135.711121 -88.679207 89.000000 -v 140.123337 -92.854431 89.453995 -v 139.646500 -91.925415 89.453995 -v 138.356354 -90.288574 89.453995 -v 136.691589 -89.034645 89.453995 -v 140.782166 -94.844490 89.587784 -v 140.555618 -93.814301 89.587784 -v 139.118622 -91.014618 89.587784 -v 137.613754 -89.542412 89.587784 -v 135.783340 -88.502411 89.587784 -v 140.524185 -92.680328 89.891006 -v 141.036011 -93.675690 89.951057 -v 139.511307 -90.705109 89.951057 -v 137.914581 -89.143028 89.951057 -v 135.972427 -88.039543 89.951057 -v 140.277069 -91.548599 89.987686 -v 136.727982 -84.577942 89.951057 -v 136.642456 -84.002266 89.453995 -v 145.421387 -89.534424 89.309021 -v 145.187622 -89.604164 89.707108 -v 145.081451 -91.211044 89.943512 -v 144.945068 -89.676529 89.891006 -v 143.933441 -87.828934 89.951057 -v 144.690430 -88.625328 89.809021 -v 144.891266 -88.532539 89.587784 -v 145.020218 -88.472977 89.309021 -v 144.167282 -87.677185 89.809021 -v 144.352875 -87.556763 89.587784 -v 144.472015 -87.479439 89.309021 -v 139.829132 -84.785240 89.951057 -v 139.906448 -84.517410 89.809021 -v 138.847244 -84.292107 89.809021 -v 139.967789 -84.304855 89.587784 -v 138.877716 -84.072983 89.587784 -v 140.007187 -84.168388 89.309021 -v 138.897278 -83.932304 89.309021 -v 137.765350 -83.916664 89.453995 -v 137.766220 -84.100555 89.707108 -v 137.767395 -84.353676 89.891006 -v 141.047485 -84.614799 89.453995 -v 140.971848 -84.782425 89.707108 -v 140.867752 -85.013145 89.891006 -v 141.643982 -85.769768 89.987686 -v 142.038330 -85.150017 89.453995 -v 141.939606 -85.305176 89.707108 -v 141.803726 -85.518730 89.891006 -v 142.942902 -85.820831 89.453995 -v 142.823105 -85.960358 89.707108 -v 142.658203 -86.152390 89.891006 -v 143.787979 -86.574066 89.309021 -v 143.681046 -86.667557 89.587784 -v 143.304642 -86.996666 89.951057 -v 146.702927 -74.199936 89.587784 -v 137.065338 -75.711243 89.309021 -v 136.964615 -75.611092 89.587784 -v 136.333755 -76.057182 89.767136 -v 137.871979 -75.063507 89.000000 -v 143.693939 -73.330017 89.453995 -v 142.650970 -73.278465 89.453995 -v 140.588348 -73.577354 89.453995 -v 138.670029 -74.392105 89.453995 -v 145.746796 -73.754486 89.587784 -v 144.741348 -73.435593 89.587784 -v 141.598251 -73.280228 89.587784 -v 139.570847 -73.847382 89.587784 -v 137.754974 -74.912560 89.587784 -v 143.743576 -72.895828 89.891006 -v 144.861511 -72.950249 89.951057 -v 141.526550 -72.785393 89.951057 -v 139.375397 -73.387169 89.951057 -v 137.448669 -74.517365 89.951057 -v 142.639923 -72.543976 89.987686 -v 135.279984 -71.191849 89.951057 -v 134.458344 -71.986023 89.707108 -v 134.159134 -72.246918 89.441124 -v 143.411255 -67.319092 89.707108 -v 144.453674 -67.729919 89.776718 -v 143.352661 -67.565331 89.891006 -v 143.283768 -67.854797 89.987686 -v 141.246780 -67.517632 89.951057 -v 142.314972 -67.260254 89.809021 -v 142.335037 -67.039932 89.587784 -v 142.347916 -66.898476 89.309021 -v 141.232285 -67.239243 89.809021 -v 141.220779 -67.018311 89.587784 -v 141.213394 -66.876465 89.309021 -v 135.860626 -70.325294 89.951057 -v 136.365417 -69.349350 89.809021 -v 135.640701 -70.153984 89.809021 -v 136.212006 -69.189941 89.587784 -v 135.466171 -70.018036 89.587784 -v 136.113525 -69.087593 89.309021 -v 135.354111 -69.930756 89.309021 -v 134.722458 -70.873428 89.309021 -v 134.845810 -70.943878 89.587784 -v 135.037903 -71.053596 89.809021 -v 136.985229 -68.361115 89.309021 -v 137.068146 -68.476448 89.587784 -v 137.197296 -68.656067 89.809021 -v 137.360031 -68.882408 89.951057 -v 137.951462 -67.766136 89.309021 -v 138.017120 -67.892090 89.587784 -v 138.119370 -68.088264 89.809021 -v 138.992554 -67.314751 89.309021 -v 139.039612 -67.448769 89.587784 -v 139.112900 -67.657509 89.809021 -v 139.205261 -67.920532 89.951057 -v 140.087296 -67.016167 89.309021 -v 140.114792 -67.155518 89.587784 -v 140.157639 -67.372559 89.809021 -v 130.871094 -58.374718 89.453995 -v 130.927765 -58.467819 89.000000 -v 127.318497 -67.406738 89.309021 -v 127.160858 -66.384300 89.000000 -v 128.570602 -60.475586 89.453995 -v 128.004456 -61.353050 89.453995 -v 127.231995 -63.288780 89.453995 -v 126.978439 -65.357460 89.453995 -v 129.964615 -58.909996 89.587784 -v 129.185730 -59.621284 89.587784 -v 127.479630 -62.265610 89.587784 -v 126.957092 -64.304962 89.587784 -v 126.971634 -66.410149 89.587784 -v 128.219391 -60.215508 89.891006 -v 129.651917 -58.519836 89.951057 -v 127.622749 -61.140259 89.891006 -v 126.460815 -64.244133 89.951057 -v 126.476234 -66.477829 89.951057 -v 127.980270 -60.038422 89.987686 -v 126.520416 -63.106445 89.987686 -v 122.271141 -66.833710 89.809021 -v 122.644844 -67.916206 89.453995 -v 123.046356 -57.547356 89.309021 -v 123.223640 -57.714928 89.707108 -v 123.623833 -58.093201 89.987686 -v 122.313339 -59.688690 89.951057 -v 122.624542 -58.634918 89.809021 -v 122.443771 -58.507385 89.587784 -v 122.065002 -59.562050 89.809021 -v 121.867912 -59.461548 89.587784 -v 121.741379 -59.397018 89.309021 -v 121.729576 -64.764969 89.951057 -v 122.511909 -66.693207 89.951057 -v 121.793457 -65.861877 89.809021 -v 121.244217 -64.885086 89.587784 -v 121.588455 -65.945053 89.587784 -v 121.106339 -64.919205 89.309021 -v 121.456833 -65.998451 89.309021 -v 122.327705 -58.425507 89.309021 -v 121.957390 -67.016815 89.309021 -v 122.080070 -66.945221 89.587784 -v 120.972801 -63.795074 89.453995 -v 121.155785 -63.776764 89.707108 -v 121.703712 -63.721924 89.987686 -v 120.940887 -62.669365 89.453995 -v 121.124611 -62.677284 89.707108 -v 121.377495 -62.688179 89.891006 -v 121.010529 -61.539474 89.309021 -v 121.150116 -61.565727 89.587784 -v 121.367538 -61.606628 89.809021 -v 121.641502 -61.658157 89.951057 -v 121.299316 -60.442108 89.309021 -v 121.433746 -60.487968 89.587784 -v 121.643135 -60.559387 89.809021 -v 108.908318 -63.566788 89.806961 -v 109.207504 -64.102844 89.453995 -v 109.316467 -64.100319 89.000000 -v 115.265694 -71.648186 89.000000 -v 114.288887 -71.320793 89.000000 -v 115.237785 -71.753540 89.453995 -v 109.876656 -67.145569 89.453995 -v 110.353493 -68.074585 89.453995 -v 111.643654 -69.711426 89.453995 -v 113.308403 -70.965355 89.453995 -v 109.217827 -65.155510 89.587784 -v 109.444389 -66.185699 89.587784 -v 110.881378 -68.985382 89.587784 -v 112.386246 -70.457581 89.587784 -v 114.216660 -71.497589 89.587784 -v 109.475822 -67.319672 89.891006 -v 108.963989 -66.324310 89.951057 -v 110.488693 -69.294891 89.951057 -v 112.085426 -70.856964 89.951057 -v 114.027573 -71.960457 89.951057 -v 109.722931 -68.451401 89.987686 -v 112.231926 -75.501358 89.951057 -v 113.894096 -75.454788 89.889030 -v 113.739021 -75.853874 89.579544 -v 104.812378 -70.395836 89.707108 -v 104.846519 -68.916801 89.922127 -v 105.340073 -70.238396 89.987686 -v 105.054932 -70.323471 89.891006 -v 105.431030 -71.318565 89.891006 -v 105.201248 -71.424713 89.707108 -v 105.034302 -71.501839 89.453995 -v 106.695374 -73.003334 89.951057 -v 105.832718 -72.322815 89.809021 -v 105.647133 -72.443237 89.587784 -v 105.527985 -72.520561 89.309021 -v 111.212158 -75.280647 89.987686 -v 110.130661 -75.354042 89.891006 -v 110.060471 -75.597229 89.707108 -v 111.136322 -75.826073 89.707108 -v 110.009468 -75.773918 89.453995 -v 111.110992 -76.008224 89.453995 -v 112.234924 -76.143387 89.309021 -v 112.234268 -76.001343 89.587784 -v 112.233231 -75.780121 89.809021 -v 108.927826 -75.439934 89.309021 -v 108.986237 -75.310463 89.587784 -v 109.191872 -74.854706 89.951057 -v 107.929428 -74.900642 89.309021 -v 108.005684 -74.780807 89.587784 -v 108.124451 -74.594154 89.809021 -v 108.274094 -74.358963 89.951057 -v 107.017975 -74.224724 89.309021 -v 107.110512 -74.116959 89.587784 -v 107.254639 -73.949120 89.809021 -v 106.212021 -73.425934 89.309021 -v 106.318954 -73.332443 89.587784 -v 106.485504 -73.186821 89.809021 -v 103.336411 -85.728127 89.453995 -v 112.899956 -84.254242 89.000000 -v 113.035385 -84.388908 89.587784 -v 112.128029 -84.936493 89.000000 -v 106.306061 -86.669983 89.453995 -v 107.349037 -86.721535 89.453995 -v 109.411652 -86.422646 89.453995 -v 111.329971 -85.607895 89.453995 -v 104.253204 -86.245514 89.587784 -v 105.258652 -86.564407 89.587784 -v 108.401749 -86.719780 89.587784 -v 110.429146 -86.152618 89.587784 -v 112.245026 -85.087440 89.587784 -v 106.256424 -87.104164 89.891006 -v 111.551086 -85.984840 89.891006 -v 113.738861 -84.145660 89.890091 -v 104.071671 -86.711395 89.951057 -v 107.355606 -87.158508 89.891006 -v 110.624611 -86.612831 89.951057 -v 106.222626 -87.399796 89.987686 -v 109.609550 -87.130058 89.987686 -v 112.551338 -85.482628 89.951057 -v 115.171402 -87.867760 89.951057 -v 115.154198 -89.056122 89.587784 -v 106.532257 -92.918228 89.309021 -v 106.588737 -92.680908 89.707108 -v 105.125107 -91.575340 89.985443 -v 106.716240 -92.145203 89.987686 -v 108.753227 -92.482368 89.951057 -v 107.685036 -92.739746 89.809021 -v 107.664963 -92.960068 89.587784 -v 107.652084 -93.101524 89.309021 -v 108.767715 -92.760757 89.809021 -v 108.779221 -92.981689 89.587784 -v 108.786606 -93.123535 89.309021 -v 113.441292 -90.449783 89.951057 -v 113.634590 -90.650650 89.809021 -v 114.139374 -89.674706 89.951057 -v 113.787987 -90.810059 89.587784 -v 114.533829 -89.981956 89.587784 -v 113.886475 -90.912407 89.309021 -v 114.645889 -90.069244 89.309021 -v 114.684502 -90.099319 89.000000 -v 107.647644 -93.150269 89.000000 -v 115.277534 -89.126572 89.309021 -v 114.962090 -88.946404 89.809021 -v 113.014778 -91.638878 89.309021 -v 112.931862 -91.523560 89.587784 -v 112.802719 -91.343933 89.809021 -v 112.048546 -92.233864 89.309021 -v 111.982887 -92.107910 89.587784 -v 111.880630 -91.911736 89.809021 -v 111.751770 -91.664536 89.951057 -v 111.007454 -92.685249 89.309021 -v 110.960396 -92.551231 89.587784 -v 110.887100 -92.342491 89.809021 -v 109.912704 -92.983833 89.309021 -v 109.885208 -92.844482 89.587784 -v 109.788391 -92.353943 89.951057 -v 118.777496 -102.142273 89.790253 -v 119.171539 -101.695312 89.587784 -v 119.072243 -101.532181 89.000000 -v 122.634262 -92.606064 89.000000 -v 122.818604 -92.556114 89.587784 -v 122.839142 -93.615700 89.000000 -v 121.429405 -99.524414 89.453995 -v 121.995544 -98.646950 89.453995 -v 122.768005 -96.711227 89.453995 -v 123.021561 -94.642540 89.453995 -v 120.035378 -101.090012 89.587784 -v 120.814270 -100.378708 89.587784 -v 122.520370 -97.734398 89.587784 -v 123.042908 -95.695038 89.587784 -v 123.028366 -93.589851 89.587784 -v 121.780602 -99.784500 89.891006 -v 120.348083 -101.480164 89.951057 -v 122.377251 -98.859741 89.891006 -v 123.539192 -95.755867 89.951057 -v 123.523766 -93.522171 89.951057 -v 122.019730 -99.961578 89.987686 -v 123.479591 -96.893555 89.987686 -v 126.779884 -92.540588 89.987686 -v 127.728859 -93.166290 89.809021 -v 127.038574 -91.825577 89.581078 -v 127.355164 -92.083786 89.453995 -v 126.776352 -102.285072 89.707108 -v 126.592415 -102.111198 89.891006 -v 125.243713 -102.998711 89.966751 -v 127.375458 -101.365074 89.809021 -v 127.556229 -101.492615 89.587784 -v 128.093033 -99.350609 89.951057 -v 127.934998 -100.437943 89.809021 -v 128.132080 -100.538452 89.587784 -v 128.258621 -100.602982 89.309021 -v 127.948227 -94.242928 89.951057 -v 128.541031 -95.168060 89.809021 -v 128.206543 -94.138123 89.809021 -v 128.755783 -95.114914 89.587784 -v 128.411545 -94.054947 89.587784 -v 128.893661 -95.080795 89.309021 -v 128.543167 -94.001549 89.309021 -v 127.672295 -101.574493 89.309021 -v 128.042603 -92.983185 89.309021 -v 127.919930 -93.054779 89.587784 -v 129.086960 -96.198944 89.309021 -v 128.945618 -96.213089 89.587784 -v 128.448105 -96.262894 89.951057 -v 129.059113 -97.330635 89.453995 -v 128.875381 -97.322716 89.707108 -v 128.325226 -97.299004 89.987686 -v 128.930450 -98.449432 89.453995 -v 128.749725 -98.415436 89.707108 -v 128.500977 -98.368652 89.891006 -v 128.700684 -99.557892 89.309021 -v 128.566254 -99.512039 89.587784 -v 128.356873 -99.440613 89.809021 -v 144.321793 -97.117615 94.455727 -v 145.636536 -95.507347 94.455727 -v 145.747589 -95.590805 94.401306 -v 144.522537 -97.295464 94.326820 -v 139.581177 -101.124481 94.488869 -v 137.906830 -102.355270 94.455727 -v 139.742737 -101.358543 94.401306 -v 138.040924 -102.587540 94.326820 -v 130.191177 -105.428078 94.401306 -v 132.220459 -104.927910 94.401306 -v 130.217041 -105.554749 94.326820 -v 121.888512 -105.625427 94.455727 -v 123.960587 -105.792709 94.455727 -v 123.954994 -105.931519 94.401306 -v 121.856178 -105.891678 94.326820 -v 113.933884 -103.321342 94.455727 -v 115.846359 -104.136169 94.455727 -v 115.797096 -104.266068 94.401306 -v 113.818909 -103.563660 94.326820 -v 105.787102 -62.978851 94.488869 -v 104.363472 -64.492653 94.455727 -v 105.678215 -62.882385 94.455727 -v 104.252411 -64.409203 94.401306 -v 105.477455 -62.704529 94.326820 -v 112.093178 -57.644737 94.455727 -v 110.336182 -58.755791 94.455727 -v 110.257263 -58.641457 94.401306 -v 111.959076 -57.412460 94.326820 -v 117.858665 -55.345268 94.488869 -v 119.836609 -54.708038 94.455727 -v 117.779541 -55.072090 94.401306 -v 119.782959 -54.445251 94.326820 -v 123.972443 -54.501320 94.500000 -v 128.111496 -54.374573 94.455727 -v 126.045006 -54.068481 94.401306 -v 128.143814 -54.108322 94.326820 -v 136.066116 -56.678650 94.455727 -v 134.153641 -55.863831 94.455727 -v 134.202911 -55.733932 94.401306 -v 136.181091 -56.436340 94.326820 -v 150.729935 -82.077133 94.455727 -v 150.952576 -80.000000 94.401306 -v 150.868408 -82.088310 94.401306 -v 151.081848 -80.000000 94.326820 -v 150.479370 -84.140800 94.455727 -v 150.616486 -84.163086 94.401306 -v 150.323959 -86.241791 94.326820 -v 150.063538 -86.177605 94.455727 -v 149.485184 -88.174355 94.455727 -v 149.616959 -88.218346 94.401306 -v 148.875824 -90.172539 94.401306 -v 148.748016 -90.118088 94.455727 -v 147.856842 -91.996201 94.455727 -v 147.979858 -92.060760 94.401306 -v 147.044128 -93.939850 94.326820 -v 146.817444 -93.796509 94.455727 -v 142.881744 -98.616859 94.455727 -v 142.977982 -98.717056 94.401306 -v 141.495346 -100.203125 94.326820 -v 141.325714 -99.995377 94.455727 -v 136.003754 -103.189911 94.488869 -v 136.125671 -103.446854 94.401306 -v 136.181091 -103.563660 94.326820 -v 134.248749 -104.386948 94.326820 -v 134.202911 -104.266068 94.401306 -v 128.111496 -105.625427 94.455727 -v 128.128235 -105.763336 94.401306 -v 126.050209 -106.060692 94.326820 -v 126.039413 -105.792709 94.455727 -v 119.782959 -105.554749 94.326820 -v 119.836609 -105.291962 94.455727 -v 117.743576 -105.052086 94.326820 -v 117.818199 -104.794464 94.455727 -v 111.959076 -102.587540 94.326820 -v 112.165916 -102.229279 94.488869 -v 110.183823 -101.464935 94.326820 -v 110.257263 -101.358543 94.401306 -v 110.418823 -101.124481 94.488869 -v 108.674286 -99.995377 94.455727 -v 108.586418 -100.102982 94.401306 -v 107.118263 -98.616859 94.455727 -v 106.932465 -98.810287 94.326820 -v 105.574226 -97.209732 94.401306 -v 105.787102 -97.021141 94.488869 -v 104.149055 -95.668465 94.326820 -v 104.363472 -95.507347 94.455727 -v 103.065147 -93.870758 94.401306 -v 102.955887 -93.939850 94.326820 -v 101.522697 -90.002747 94.500000 -v 102.020142 -92.060760 94.401306 -v 101.905670 -92.120842 94.326820 -v 101.124176 -90.172539 94.401306 -v 101.251984 -90.118088 94.455727 -v 100.260422 -88.259285 94.326820 -v 100.514824 -88.174355 94.455727 -v 99.936462 -86.177605 94.455727 -v 99.801575 -86.210854 94.401306 -v 99.520645 -84.140800 94.455727 -v 99.383514 -84.163086 94.401306 -v 99.002731 -82.098717 94.326820 -v 99.270065 -82.077133 94.455727 -v 99.331833 -80.000000 94.488869 -v 99.047440 -80.000000 94.401306 -v 98.699753 -80.000000 94.124695 -v 99.270065 -77.922867 94.455727 -v 98.886353 -77.891891 94.233925 -v 99.664230 -75.882538 94.488869 -v 99.255905 -75.816177 94.326820 -v 99.676048 -73.758209 94.326820 -v 99.801575 -73.789146 94.401306 -v 100.077705 -73.857208 94.488869 -v 100.514824 -71.825645 94.455727 -v 100.383049 -71.781647 94.401306 -v 100.897827 -69.731018 94.233925 -v 101.251984 -69.881912 94.455727 -v 102.143158 -68.003807 94.455727 -v 101.905670 -67.879158 94.326820 -v 102.955887 -66.060150 94.326820 -v 103.182571 -66.203491 94.455727 -v 107.219040 -61.488060 94.488869 -v 106.932465 -61.189713 94.326820 -v 108.504654 -59.796875 94.326820 -v 108.586418 -59.897018 94.401306 -v 108.766289 -60.117310 94.488869 -v 113.933884 -56.678650 94.455727 -v 113.874329 -56.553146 94.401306 -v 115.751251 -55.613045 94.326820 -v 115.846359 -55.863831 94.455727 -v 121.906044 -54.518982 94.488869 -v 121.871765 -54.236664 94.401306 -v 123.949791 -53.939301 94.326820 -v 123.960587 -54.207298 94.455727 -v 130.191177 -54.571922 94.401306 -v 130.163391 -54.708038 94.455727 -v 132.256424 -54.947914 94.326820 -v 132.181808 -55.205536 94.455727 -v 137.976288 -57.524422 94.401306 -v 137.906830 -57.644737 94.455727 -v 139.816177 -58.535065 94.326820 -v 139.663818 -58.755791 94.455727 -v 141.325714 -60.004631 94.455727 -v 141.413574 -59.897018 94.401306 -v 142.881744 -61.383141 94.455727 -v 143.148407 -61.105499 94.233925 -v 144.522537 -62.704529 94.326820 -v 144.212891 -62.978851 94.488869 -v 145.850952 -64.331535 94.326820 -v 145.747589 -64.409203 94.401306 -v 145.520233 -64.580048 94.488869 -v 146.817444 -66.203491 94.455727 -v 146.934860 -66.129242 94.401306 -v 147.856842 -68.003807 94.455727 -v 148.094330 -67.879158 94.326820 -v 148.875824 -69.827461 94.401306 -v 148.748016 -69.881912 94.455727 -v 149.739578 -71.740715 94.326820 -v 149.485184 -71.825645 94.455727 -v 150.063538 -73.822388 94.455727 -v 150.198425 -73.789146 94.401306 -v 150.479370 -75.859200 94.455727 -v 150.744095 -75.816177 94.326820 -v 150.997269 -77.901283 94.326820 -v 150.868408 -77.911682 94.401306 -v 102.070587 -81.951584 93.656433 -v 118.261475 -57.996391 93.656433 -v 137.065521 -60.404350 93.656433 -v 141.613876 -64.076881 93.656433 -v 147.965912 -78.045319 93.809021 -v 147.305222 -74.192169 93.809021 -v 146.732330 -72.321480 93.809021 -v 145.122055 -68.759148 93.809021 -v 138.705673 -61.468712 93.809021 -v 135.376724 -59.418999 93.809021 -v 124.021774 -56.971825 93.809021 -v 122.072372 -57.137749 93.809021 -v 109.772141 -62.697800 93.809021 -v 105.903732 -67.093170 93.809021 -v 103.997147 -70.506111 93.809021 -v 103.267670 -72.321480 93.809021 -v 102.282593 -76.104706 93.809021 -v 102.694778 -85.807831 93.809021 -v 104.877945 -91.240852 93.809021 -v 127.927628 -102.862259 93.809021 -v 129.855927 -102.531616 93.809021 -v 131.738525 -102.003609 93.656433 -v 135.376724 -100.580994 93.809021 -v 137.084732 -99.626846 93.809021 -v 140.227859 -97.302200 93.809021 -v 141.640335 -95.948456 93.809021 -v 146.002853 -89.493889 93.809021 -v 147.305222 -85.807831 93.809021 -v 147.776596 -76.094566 93.953995 -v 146.057571 -70.481377 93.953995 -v 142.979630 -65.482468 93.953995 -v 141.683685 -64.009987 93.953995 -v 140.267532 -62.652710 93.953995 -v 137.116211 -60.322021 93.953995 -v 133.593948 -58.613136 93.809021 -v 131.749252 -57.961365 93.809021 -v 129.855927 -57.468384 93.809021 -v 127.927628 -57.137749 93.809021 -v 125.980774 -56.911827 93.953995 -v 120.131416 -57.409683 93.953995 -v 118.233162 -57.903946 93.953995 -v 116.383659 -58.557419 93.953995 -v 104.825523 -68.729858 93.953995 -v 103.211052 -72.301476 93.953995 -v 102.636665 -74.177040 93.953995 -v 102.034088 -78.045319 93.809021 -v 101.951057 -80.000000 93.809021 -v 105.903732 -92.906830 93.809021 -v 107.067093 -94.479813 93.809021 -v 108.359673 -95.948456 93.809021 -v 109.772141 -97.302200 93.809021 -v 111.294334 -98.531288 93.809021 -v 112.883789 -99.677979 93.953995 -v 114.623276 -100.580994 93.809021 -v 116.406052 -101.386864 93.809021 -v 118.233162 -102.096054 93.953995 -v 120.144066 -102.531616 93.809021 -v 122.072372 -102.862259 93.809021 -v 124.021774 -103.028175 93.809021 -v 125.978226 -103.028175 93.809021 -v 129.868591 -102.590317 93.953995 -v 131.766846 -102.096054 93.953995 -v 133.593948 -101.386864 93.809021 -v 137.116211 -99.677979 93.953995 -v 138.741379 -98.579567 93.953995 -v 142.979630 -94.517532 93.953995 -v 144.146027 -92.940453 93.953995 -v 145.122055 -91.240852 93.809021 -v 146.788956 -87.698524 93.953995 -v 147.717407 -83.895287 93.809021 -v 148.025757 -81.959778 93.953995 -v 148.108994 -80.000000 93.953995 -v 148.107437 -78.033264 94.087784 -v 147.442688 -74.156387 94.087784 -v 145.246063 -68.689880 94.087784 -v 144.146027 -67.059547 93.953995 -v 141.742874 -63.953262 94.087784 -v 140.321701 -62.591171 94.087784 -v 138.790131 -61.354515 94.087784 -v 135.440659 -59.292168 94.087784 -v 124.015747 -56.829910 94.087784 -v 122.054329 -56.996857 94.087784 -v 114.596245 -59.365379 93.953995 -v 112.883789 -60.322021 93.953995 -v 111.258621 -61.420433 93.953995 -v 109.678299 -62.591171 94.087784 -v 108.316315 -64.009987 93.953995 -v 107.020370 -65.482468 93.953995 -v 105.786041 -67.013634 94.087784 -v 103.133743 -72.274162 94.087784 -v 102.557320 -74.156387 94.087784 -v 102.142601 -76.080704 94.087784 -v 101.974258 -81.959778 93.953995 -v 102.223404 -83.905441 93.953995 -v 102.636665 -85.822960 93.953995 -v 103.211052 -87.698524 93.953995 -v 103.942429 -89.518623 93.953995 -v 104.753944 -91.310127 94.087784 -v 127.935249 -102.921822 93.953995 -v 133.646912 -101.518661 94.087784 -v 135.403763 -100.634621 93.953995 -v 138.790131 -98.645485 94.087784 -v 140.321701 -97.408829 94.087784 -v 141.683685 -95.990013 93.953995 -v 145.246063 -91.310127 94.087784 -v 146.057571 -89.518623 93.953995 -v 147.442688 -85.843620 94.087784 -v 147.957855 -76.063477 94.207108 -v 146.866257 -72.274162 94.087784 -v 146.225159 -70.405624 94.207108 -v 143.043411 -65.430962 94.087784 -v 133.684906 -58.386780 94.207108 -v 131.820694 -57.728111 94.207108 -v 129.907333 -57.229912 94.207108 -v 127.958611 -56.895767 94.207108 -v 125.988586 -56.728096 94.207108 -v 120.092674 -57.229912 94.207108 -v 118.179314 -57.728111 94.207108 -v 116.315094 -58.386780 94.207108 -v 104.664978 -68.640175 94.207108 -v 103.867714 -70.447601 94.087784 -v 101.707108 -80.000000 94.207108 -v 105.701614 -93.043434 94.207108 -v 106.877296 -94.633064 94.207108 -v 108.183548 -96.117264 94.207108 -v 109.610977 -97.485336 94.207108 -v 114.513451 -100.798828 94.207108 -v 116.315094 -101.613220 94.207108 -v 118.179314 -102.271889 94.207108 -v 120.092674 -102.770088 94.207108 -v 122.041389 -103.104233 94.207108 -v 124.011421 -103.271904 94.207108 -v 125.988586 -103.271904 94.207108 -v 129.885864 -102.670471 94.087784 -v 131.790848 -102.174446 94.087784 -v 137.159210 -99.747803 94.087784 -v 140.389023 -97.485336 94.207108 -v 141.816452 -96.117264 94.207108 -v 143.043411 -94.569038 94.087784 -v 144.213959 -92.986366 94.087784 -v 146.225159 -89.594368 94.207108 -v 146.866257 -87.725838 94.087784 -v 147.957855 -83.936516 94.207108 -v 148.208984 -81.975372 94.207108 -v 148.292892 -80.000000 94.207108 -v 148.327881 -78.014503 94.309021 -v 147.656769 -74.100632 94.309021 -v 145.439194 -68.581985 94.309021 -v 144.397247 -66.889748 94.309021 -v 141.816452 -63.882744 94.207108 -v 140.389023 -62.514671 94.207108 -v 138.850723 -61.272575 94.207108 -v 137.212631 -60.165421 94.207108 -v 135.486542 -59.201172 94.207108 -v 124.006355 -56.608879 94.309021 -v 122.026230 -56.777412 94.309021 -v 114.459732 -59.094627 94.309021 -v 112.724808 -60.063812 94.309021 -v 111.078323 -61.176643 94.309021 -v 109.532135 -62.425102 94.309021 -v 108.097412 -63.800179 94.309021 -v 106.784454 -65.291985 94.309021 -v 105.602753 -66.889748 94.309021 -v 103.037659 -72.240204 94.207108 -v 102.458702 -74.130699 94.207108 -v 102.042152 -76.063477 94.207108 -v 101.791016 -78.024628 94.207108 -v 101.672127 -81.985497 94.309021 -v 101.924545 -83.956680 94.309021 -v 102.343231 -85.899361 94.309021 -v 102.925156 -87.799538 94.309021 -v 103.666122 -89.643524 94.309021 -v 104.560806 -91.418015 94.309021 -v 111.149277 -98.727417 94.207108 -v 112.787369 -99.834579 94.207108 -v 124.006355 -103.391121 94.309021 -v 125.993645 -103.391121 94.309021 -v 127.973770 -103.222588 94.309021 -v 133.684906 -101.613220 94.207108 -v 135.486542 -100.798828 94.207108 -v 137.275192 -99.936188 94.309021 -v 138.850723 -98.727417 94.207108 -v 141.902588 -96.199821 94.309021 -v 143.215546 -94.708023 94.309021 -v 145.335022 -91.359825 94.207108 -v 147.074844 -87.799538 94.309021 -v 147.541306 -85.869293 94.207108 -v 148.207321 -76.020706 94.391006 -v 147.201004 -72.155884 94.391006 -v 133.729401 -58.276062 94.309021 -v 131.855621 -57.614014 94.309021 -v 129.932465 -57.113274 94.309021 -v 127.973770 -56.777412 94.309021 -v 125.993645 -56.608879 94.309021 -v 120.039345 -56.982475 94.391006 -v 118.105194 -57.486084 94.391006 -v 116.220718 -58.151917 94.391006 -v 104.444000 -68.516724 94.391006 -v 101.587784 -80.000000 94.309021 -v 105.491905 -93.185173 94.391006 -v 108.000809 -96.292404 94.391006 -v 109.443748 -97.675339 94.391006 -v 114.459732 -100.905373 94.309021 -v 116.270607 -101.723938 94.309021 -v 118.144371 -102.385979 94.309021 -v 120.067535 -102.886734 94.309021 -v 122.026230 -103.222588 94.309021 -v 140.467865 -97.574905 94.309021 -v 143.319641 -94.792076 94.391006 -v 144.508102 -93.185173 94.391006 -v 146.333878 -89.643524 94.309021 -v 147.786255 -85.933075 94.391006 -v 148.075455 -83.956680 94.309021 -v 148.327881 -81.985497 94.309021 -v 148.412216 -80.000000 94.309021 -v 148.461182 -78.003159 94.391006 -v 147.926544 -74.030396 94.451057 -v 146.455795 -70.301369 94.391006 -v 145.556000 -68.516724 94.391006 -v 144.508102 -66.814827 94.391006 -v 143.319641 -65.207924 94.391006 -v 142.103851 -63.607292 94.451057 -v 140.652039 -62.215836 94.451057 -v 139.087448 -60.952515 94.451057 -v 137.421356 -59.826439 94.451057 -v 135.665771 -58.845703 94.451057 -v 124.000679 -56.475212 94.391006 -v 122.009239 -56.644707 94.391006 -v 112.578644 -59.826439 94.451057 -v 110.912552 -60.952515 94.451057 -v 109.347961 -62.215836 94.451057 -v 106.567566 -65.116852 94.451057 -v 105.371796 -66.733643 94.451057 -v 103.544205 -70.301369 94.391006 -v 102.662308 -72.107590 94.451057 -v 102.073456 -74.030396 94.451057 -v 101.649788 -75.996201 94.451057 -v 101.394363 -77.990868 94.451057 -v 101.538818 -81.996841 94.391006 -v 101.792679 -83.979294 94.391006 -v 102.213753 -85.933075 94.391006 -v 102.798996 -87.844116 94.391006 -v 103.544205 -89.698631 94.391006 -v 104.444000 -91.483269 94.391006 -v 106.680359 -94.792076 94.391006 -v 112.578644 -100.173561 94.451057 -v 124.000679 -103.524796 94.391006 -v 125.999321 -103.524796 94.391006 -v 127.990761 -103.355301 94.391006 -v 129.960663 -103.017525 94.391006 -v 131.894806 -102.513916 94.391006 -v 133.833344 -101.982605 94.451057 -v 135.665771 -101.154297 94.451057 -v 137.421356 -100.173561 94.451057 -v 139.087448 -99.047485 94.451057 -v 141.999191 -96.292404 94.391006 -v 144.628204 -93.266357 94.451057 -v 145.682571 -91.553970 94.451057 -v 147.201004 -87.844116 94.391006 -v 148.350220 -84.003792 94.451057 -v 148.350220 -75.996201 94.451057 -v 120.008797 -56.840759 94.451057 -v 118.062744 -57.347473 94.451057 -v 116.166664 -58.017395 94.451057 -v 114.334229 -58.845703 94.451057 -v 107.896149 -63.607292 94.451057 -v 105.371796 -93.266357 94.451057 -v 107.896149 -96.392715 94.451057 -v 109.347961 -97.784164 94.451057 -v 110.912552 -99.047485 94.451057 -v 143.432434 -94.883148 94.451057 -v 147.926544 -85.969604 94.451057 -v 95.249207 -83.392845 89.480225 -v 128.946136 -109.612900 89.633949 -v 126.695251 -109.826523 89.633949 -v 153.515488 -71.091438 89.633949 -v 137.597107 -52.911095 89.633949 -v 126.695251 -50.173470 89.633949 -v 124.434647 -50.130684 89.633949 -v 117.723907 -51.024940 89.633949 -v 95.317734 -76.614967 89.633949 -v 95.658745 -85.620163 89.633949 -v 101.099510 -97.923782 89.633949 -v 107.531723 -104.235397 89.633949 -v 109.414642 -105.487099 89.633949 -v 113.436996 -107.546188 89.633949 -v 154.857880 -77.735397 89.480225 -v 154.874664 -80.000000 89.633949 -v 154.925201 -78.467377 89.413605 -v 154.919876 -81.319008 89.464714 -v 154.789108 -82.259384 89.633949 -v 154.922562 -78.899994 89.482635 -v 154.899933 -82.267792 89.317108 -v 154.933304 -81.735588 89.329727 -v 154.107559 -86.726456 89.633949 -v 153.934158 -87.789780 89.413605 -v 153.515488 -88.908569 89.633949 -v 153.797974 -88.200424 89.482635 -v 153.118134 -90.292747 89.482635 -v 152.760086 -91.039642 89.633949 -v 152.875778 -91.082413 89.211426 -v 151.945526 -93.156250 89.317108 -v 150.836975 -95.135109 89.480225 -v 150.236710 -96.190231 89.329727 -v 149.980988 -96.519363 89.464714 -v 148.205109 -98.815384 89.633949 -v 148.561295 -98.477966 89.482635 -v 145.148254 -102.151054 89.480225 -v 141.519363 -104.980972 89.464714 -v 143.653564 -103.430389 89.464714 -v 137.626190 -107.151436 89.480225 -v 135.900543 -107.931931 89.329727 -v 133.341064 -108.588928 89.773918 -v 135.500198 -108.047890 89.464706 -v 135.479324 -107.876228 89.773918 -v 131.188675 -109.297119 89.480225 -v 133.200424 -108.797974 89.482635 -v 126.532623 -109.925194 89.413605 -v 126.756126 -109.933624 89.317017 -v 124.434647 -109.869316 89.633949 -v 126.100006 -109.922569 89.482635 -v 123.900002 -109.922569 89.482635 -v 117.210220 -108.934158 89.413605 -v 117.723907 -108.975060 89.633949 -v 115.553406 -108.341797 89.633949 -v 116.799576 -108.797974 89.482635 -v 114.707253 -108.118134 89.482635 -v 114.294998 -107.986946 89.413605 -v 108.809769 -105.236702 89.329727 -v 108.480637 -104.980972 89.464714 -v 106.522034 -103.561302 89.482635 -v 105.748856 -102.844887 89.633949 -v 106.170486 -103.309135 89.413605 -v 102.523514 -99.680016 89.633949 -v 101.690865 -98.829514 89.413605 -v 101.438698 -98.477966 89.482635 -v 100.145569 -96.698128 89.482635 -v 99.812408 -96.064888 89.633949 -v 97.677559 -92.082214 89.633949 -v 97.013054 -90.705002 89.413605 -v 96.842049 -89.981247 89.633949 -v 96.881866 -90.292747 89.482635 -v 96.167824 -87.823120 89.633949 -v 96.646103 -89.621208 89.485420 -v 96.202026 -88.200424 89.482635 -v 95.074806 -81.532623 89.413605 -v 95.066696 -81.735588 89.329727 -v 95.077431 -81.099998 89.482635 -v 95.080132 -78.680992 89.464714 -v 95.591011 -74.366852 89.480225 -v 96.136917 -72.008705 89.464706 -v 96.881866 -69.707253 89.482635 -v 99.560013 -64.100090 89.067673 -v 98.608795 -65.853447 89.480225 -v 99.812408 -63.935112 89.633949 -v 101.174545 -62.132484 89.773918 -v 100.019028 -63.480644 89.464714 -v 102.523514 -60.319984 89.633949 -v 101.569611 -61.346443 89.464714 -v 101.803604 -61.001526 89.329727 -v 106.001526 -56.803604 89.329727 -v 106.346436 -56.569611 89.464714 -v 109.378662 -54.454063 89.480225 -v 108.301872 -55.145569 89.482635 -v 108.650330 -54.889153 89.413605 -v 114.294998 -52.013054 89.413605 -v 113.410309 -52.390221 89.480225 -v 114.707253 -51.881866 89.482635 -v 115.553406 -51.658211 89.633949 -v 116.799576 -51.202026 89.482635 -v 122.177292 -50.258995 89.633949 -v 123.467377 -50.074799 89.413605 -v 123.900002 -50.077431 89.482635 -v 126.099998 -50.077431 89.482635 -v 132.789780 -51.065842 89.413605 -v 131.188675 -50.702881 89.480225 -v 133.200424 -51.202034 89.482635 -v 135.115829 -51.818115 89.483627 -v 139.643463 -53.881233 89.480225 -v 141.519363 -55.019020 89.464714 -v 145.101837 -57.899963 89.633949 -v 143.477966 -56.438698 89.482635 -v 146.765808 -59.436180 89.480225 -v 148.561295 -61.522041 89.482635 -v 150.777481 -64.899750 89.633949 -v 149.854431 -63.301872 89.482635 -v 152.986954 -69.294998 89.413605 -v 152.760086 -68.960358 89.633949 -v 153.118134 -69.707253 89.482635 -v 122.177292 -109.741013 89.633949 -v 97.614487 -67.889893 89.480225 -v 154.107559 -73.273544 89.633949 -v 153.863083 -72.008705 89.464714 -v 151.845657 -93.107483 89.633949 -v 146.765808 -100.563828 89.480225 -v 139.609726 -106.058617 89.633949 -v 128.955246 -109.681259 89.480225 -v 128.955246 -50.318741 89.480225 -v 154.601089 -84.516228 89.480225 -v 104.076263 -101.323524 89.633949 -v 98.608795 -94.146561 89.480225 -v 119.924408 -50.489677 89.480225 -v 151.907639 -66.862259 89.480225 -v 119.924408 -109.510330 89.480225 -v 111.355408 -106.654190 89.480225 -v 104.027954 -58.627251 89.480225 -v 154.601089 -75.483772 89.480225 -v 135.304276 -78.671410 95.665016 -v 133.326355 -86.214119 95.665016 -v 133.782013 -82.302917 96.475037 -v 134.309036 -81.200264 96.400772 -v 134.864853 -81.271935 96.112923 -v 134.309036 -78.799736 96.400772 -v 134.946503 -80.000000 96.112923 -v 134.864853 -78.728065 96.112923 -v 135.304276 -81.328590 95.665016 -v 135.185791 -80.000000 95.906525 -v 134.630280 -83.898865 95.665016 -v 133.875076 -84.998344 95.906525 -v 134.219589 -83.732597 96.112923 -v 133.666580 -84.880928 96.112923 -v 133.700119 -83.522293 96.400772 -v 131.521851 -86.316063 96.475037 -v 129.706451 -87.763794 96.475037 -v 131.742493 -86.529739 96.400772 -v 129.865677 -88.026443 96.400772 -v 130.156189 -88.505684 96.112923 -v 131.201553 -87.776497 96.112923 -v 130.280243 -88.710304 95.906525 -v 131.477798 -88.122910 95.665016 -v 127.583206 -88.703690 96.475037 -v 125.290993 -89.074280 96.475037 -v 127.670601 -88.998146 96.400772 -v 125.300842 -89.381271 96.400772 -v 125.318802 -89.941399 96.112923 -v 126.587463 -89.819016 96.112923 -v 125.326469 -90.180557 95.906525 -v 126.658173 -90.256409 95.665016 -v 121.864449 -88.520302 96.475037 -v 122.911400 -89.150764 96.400772 -v 120.523689 -88.580246 96.279053 -v 121.564819 -89.334488 96.112923 -v 120.399361 -88.818565 96.112923 -v 120.288681 -89.030716 95.906525 -v 121.411804 -89.750290 95.665016 -v 118.896217 -86.720940 96.475037 -v 117.133629 -85.120438 96.400772 -v 118.689728 -86.948318 96.400772 -v 116.663948 -85.426170 96.112923 -v 117.426270 -86.447609 96.112923 -v 116.463409 -85.556702 95.906525 -v 117.088898 -86.734825 95.665016 -v 116.088478 -81.735519 96.475037 -v 115.786995 -81.794235 96.400772 -v 115.073929 -80.637276 96.112923 -v 115.236916 -81.901360 96.112923 -v 114.631767 -80.665657 95.665016 -v 114.802010 -81.986053 95.665016 -v 116.088478 -78.264481 96.475037 -v 116.820152 -76.060791 96.475037 -v 115.786995 -78.205765 96.400772 -v 116.543427 -75.927521 96.400772 -v 116.038506 -75.684372 96.112923 -v 115.560211 -76.865776 96.112923 -v 115.639313 -75.492126 95.665016 -v 115.139709 -76.726158 95.665016 -v 120.800644 -71.950615 96.475037 -v 120.658569 -71.678299 96.400772 -v 119.463226 -72.062614 96.279053 -v 120.399361 -71.181427 96.112923 -v 119.172539 -71.645897 95.906525 -v 120.288681 -70.969284 95.906525 -v 119.055946 -71.478760 95.665016 -v 125.290993 -70.925720 96.475037 -v 124.098724 -70.657280 96.400772 -v 125.318802 -70.058601 96.112923 -v 124.044907 -70.099457 96.112923 -v 125.326469 -69.819443 95.906525 -v 124.002365 -69.658432 95.665016 -v 129.706451 -72.236206 96.475037 -v 128.799332 -71.417236 96.400772 -v 130.156189 -71.494316 96.112923 -v 129.026184 -70.904785 96.112923 -v 130.280243 -71.289696 95.906525 -v 129.205521 -70.499634 95.665016 -v 132.910660 -75.544800 96.475037 -v 132.522141 -74.386078 96.400772 -v 133.666580 -75.119072 96.112923 -v 132.971268 -74.050888 96.112923 -v 133.875076 -75.001648 95.906525 -v 133.326355 -73.785881 95.665016 -v 134.852661 -82.583672 95.906525 -v 134.621216 -82.522980 96.112923 -v 133.163040 -86.092224 95.906525 -v 132.755844 -85.788338 96.279053 -v 132.910660 -84.455200 96.475037 -v 132.316956 -87.086082 95.906525 -v 132.145065 -86.919609 96.112923 -v 129.205521 -89.500366 95.665016 -v 129.026184 -89.095215 96.112923 -v 127.898140 -89.764793 95.906525 -v 127.830055 -89.535400 96.112923 -v 124.002365 -90.341568 95.665016 -v 124.044907 -89.900551 96.112923 -v 122.733444 -89.930412 95.906525 -v 122.786690 -89.697128 96.112923 -v 119.055946 -88.521248 95.665016 -v 119.309433 -88.157852 96.112923 -v 119.630066 -87.698212 96.400772 -v 118.152084 -87.540321 95.906525 -v 118.312950 -87.363182 96.112923 -v 115.639313 -84.507866 95.665016 -v 116.038506 -84.315628 96.112923 -v 116.543427 -84.072472 96.400772 -v 116.820152 -83.939209 96.475037 -v 115.333115 -83.209625 95.906525 -v 115.560211 -83.134224 96.112923 -v 114.835136 -79.347397 95.906525 -v 115.073929 -79.362724 96.112923 -v 115.633194 -79.398628 96.400772 -v 115.002045 -78.052902 95.906525 -v 115.236916 -78.098633 96.112923 -v 116.463409 -74.443291 95.906525 -v 116.663948 -74.573830 96.112923 -v 117.244072 -73.397278 95.906525 -v 117.426270 -73.552391 96.112923 -v 118.896217 -73.279053 96.475037 -v 117.853004 -73.915672 96.400772 -v 118.312950 -72.636818 96.112923 -v 118.015076 -72.308815 95.665016 -v 121.482185 -70.440948 95.906525 -v 121.564819 -70.665512 96.112923 -v 122.979744 -71.148682 96.475037 -v 122.846512 -70.564934 96.279053 -v 122.733444 -70.069580 95.906525 -v 126.625648 -69.944771 95.906525 -v 126.587463 -70.180984 96.112923 -v 127.583206 -71.296310 96.475037 -v 126.498016 -70.734222 96.400772 -v 127.830055 -70.464600 96.112923 -v 127.956123 -70.039848 95.665016 -v 131.350739 -72.036423 95.906525 -v 131.201553 -72.223503 96.112923 -v 131.521851 -73.683937 96.475037 -v 130.852127 -72.661659 96.400772 -v 132.145065 -73.080383 96.112923 -v 132.463348 -72.772148 95.665016 -v 134.441376 -76.177605 95.906525 -v 134.219589 -76.267403 96.112923 -v 134.004410 -78.839012 96.475037 -v 133.700119 -76.477707 96.400772 -v 134.621216 -77.477020 96.112923 -v 135.049789 -77.364639 95.665016 -v 156.202393 -78.900002 89.269043 -v 156.435486 -81.099998 86.500000 -v 155.475403 -77.767487 88.986931 -v 154.933304 -78.264412 89.329727 -v 155.646011 -78.899994 89.603348 -v 156.032211 -78.146744 89.084793 -v 155.804977 -77.917847 89.076172 -v 155.857086 -77.610756 87.611092 -v 155.396118 -77.619102 88.706810 -v 155.684265 -78.110855 89.343758 -v 155.915375 -78.489319 89.494316 -v 156.192780 -78.713882 89.258629 -v 156.078705 -78.899994 89.466843 -v 156.221588 -77.772408 87.407745 -v 156.909576 -78.899994 87.158882 -v 156.871872 -78.608902 87.175079 -v 156.373566 -78.467590 86.569305 -v 156.068512 -77.910690 86.910736 -v 155.708237 -77.595970 87.397957 -v 156.073196 -77.736473 87.173752 -v 156.546585 -78.190491 86.783997 -v 156.732834 -78.251671 87.167694 -v 156.307861 -78.283905 86.642845 -v 156.763870 -78.542450 86.712402 -v 156.935379 -78.899994 86.989487 -v 156.814728 -78.899994 86.674156 -v 154.819214 -77.773521 87.068710 -v 154.627594 -78.064102 86.776939 -v 154.468658 -78.279266 86.645134 -v 154.286026 -78.515587 86.553810 -v 155.601517 -81.662964 89.476112 -v 155.646011 -81.099998 89.603348 -v 154.927124 -82.089951 89.067673 -v 154.908020 -82.347412 88.705231 -v 156.202393 -81.099998 89.269043 -v 156.130157 -81.099998 89.407684 -v 155.467545 -82.425560 88.473442 -v 155.593765 -82.252983 88.929466 -v 155.770020 -82.219032 88.800926 -v 155.921646 -82.040306 88.965088 -v 155.804657 -81.706299 89.441628 -v 156.110931 -81.662964 89.170029 -v 155.951431 -81.099998 89.557617 -v 156.909576 -81.099998 87.158882 -v 156.403519 -82.089310 87.376312 -v 156.733582 -81.716087 87.234497 -v 156.063004 -82.304901 87.522614 -v 155.708237 -82.404030 87.397957 -v 156.068512 -82.089310 86.910736 -v 156.553009 -81.976318 87.115875 -v 156.370972 -81.748322 86.664772 -v 156.812531 -81.457550 86.780014 -v 156.408142 -81.391098 86.530602 -v 156.902466 -81.099998 86.821327 -v 156.671692 -81.271217 86.574837 -v 153.981003 -81.102333 86.500008 -v 154.749222 -82.112999 86.933655 -v 154.493927 -81.754189 86.662247 -v 152.957016 -91.704651 88.239975 -v 155.063538 -88.415924 89.258629 -v 147.971725 -99.770973 88.239975 -v 150.889832 -97.450386 89.269043 -v 140.737869 -105.901978 88.239975 -v 144.375153 -104.479523 89.258629 -v 131.963440 -109.497513 88.239975 -v 135.688232 -109.335320 89.269043 -v 122.507401 -110.205620 88.239975 -v 126.099998 -111.202393 89.269043 -v 116.404091 -110.015152 89.269043 -v 107.705841 -105.991447 89.258629 -v 99.098022 -95.737869 88.239975 -v 100.520477 -99.375145 89.258629 -v 95.502487 -86.963455 88.239975 -v 95.664680 -90.688232 89.269043 -v 94.794380 -77.507401 88.239975 -v 93.807228 -81.286118 89.258629 -v 93.090431 -81.100006 87.158882 -v 97.042999 -68.295341 88.239975 -v 94.984848 -71.404091 89.269043 -v 99.008553 -62.705841 89.258629 -v 109.159805 -53.961555 87.762009 -v 105.624855 -55.520477 89.258629 -v 118.036545 -50.502487 88.239975 -v 114.311768 -50.664680 89.269043 -v 127.492599 -49.794380 88.239975 -v 123.900002 -48.797607 89.269043 -v 136.704666 -52.042976 88.239975 -v 133.415924 -49.936470 89.258629 -v 144.770981 -57.028282 88.239975 -v 142.294159 -54.008553 89.258629 -v 151.038437 -64.159805 87.762009 -v 149.479523 -60.624855 89.258629 -v 154.658936 -72.981400 87.762009 -v 154.268661 -69.137726 89.258629 -v 155.687714 -88.814438 87.158882 -v 154.557007 -90.760262 86.500000 -v 151.461945 -97.866058 87.158882 -v 149.785278 -99.367233 86.500000 -v 144.645889 -105.168823 87.158882 -v 142.587402 -106.078400 86.500000 -v 123.900002 -111.814728 86.674156 -v 114.239738 -109.556999 86.500000 -v 114.122543 -109.917679 86.674156 -v 116.185562 -110.687721 87.158882 -v 107.133942 -106.461945 87.158882 -v 105.632767 -104.785278 86.500000 -v 99.831177 -99.645889 87.158882 -v 98.921600 -97.587395 86.500000 -v 94.763161 -88.667938 86.500000 -v 93.564514 -78.899994 86.500000 -v 94.312279 -71.185562 87.158882 -v 95.443001 -69.239738 86.500000 -v 98.538055 -62.133942 87.158882 -v 100.214722 -60.632774 86.500000 -v 105.354111 -54.831177 87.158882 -v 107.412605 -53.921593 86.500000 -v 114.107025 -50.034554 86.743958 -v 126.100006 -48.185272 86.674156 -v 135.760254 -50.442993 86.500000 -v 133.814438 -49.312279 87.158882 -v 142.866058 -53.538055 87.158882 -v 144.367233 -55.214722 86.500000 -v 155.236847 -71.332062 86.500000 -v 154.776489 -88.518356 89.557617 -v 126.100006 -110.951424 89.557617 -v 116.481644 -109.776474 89.557617 -v 94.048576 -81.099998 89.557617 -v 95.223526 -71.481651 89.557617 -v 114.389320 -50.903366 89.557617 -v 133.518356 -50.223518 89.557617 -v 154.840393 -71.460876 89.517235 -v 154.096634 -69.389320 89.557617 -v 154.142502 -87.121452 88.896599 -v 154.673706 -87.294174 88.986931 -v 154.004593 -87.599258 89.329727 -v 154.486023 -88.423981 89.603348 -v 155.086075 -87.826935 89.084793 -v 154.940689 -87.539009 89.076172 -v 154.725891 -87.108139 88.473442 -v 154.766251 -87.685280 89.343758 -v 154.869080 -88.116631 89.494316 -v 155.212845 -87.358086 87.426231 -v 155.512146 -87.717171 87.376312 -v 155.741821 -88.525932 87.175079 -v 155.311584 -88.237556 86.569305 -v 155.193558 -87.613647 86.910736 -v 154.659103 -87.018661 87.762260 -v 155.053223 -87.326828 87.213425 -v 155.561752 -88.027481 86.783997 -v 155.719986 -88.143227 87.167694 -v 155.305832 -88.042557 86.642845 -v 155.659653 -88.429367 86.712402 -v 155.744522 -88.652863 86.911140 -v 155.597534 -88.785126 86.674156 -v 154.047775 -87.097130 87.068710 -v 153.775757 -87.314285 86.776939 -v 153.558105 -87.469795 86.645134 -v 152.902985 -87.907394 86.500008 -v 153.589890 -91.037964 89.476112 -v 153.806183 -90.516304 89.603348 -v 153.428574 -91.401657 89.200119 -v 152.762665 -91.368156 88.896599 -v 154.335327 -90.688232 89.269043 -v 154.103638 -91.032745 89.353645 -v 153.226822 -91.721832 88.473442 -v 153.400208 -91.596710 88.929466 -v 153.578308 -91.618881 88.800926 -v 154.074371 -91.195381 89.170029 -v 153.769699 -91.141953 89.441628 -v 154.024414 -90.804031 89.541939 -v 155.007889 -90.906761 87.158882 -v 154.220886 -91.691269 87.376312 -v 154.650116 -91.438309 87.234497 -v 153.830429 -91.791084 87.522614 -v 153.462387 -91.775734 87.397957 -v 153.902283 -91.587753 86.910736 -v 154.397964 -91.630005 87.115875 -v 154.295303 -91.356918 86.664772 -v 154.805115 -91.216827 86.780014 -v 154.441055 -91.028671 86.530602 -v 155.032425 -90.914734 86.989487 -v 154.728729 -90.996094 86.574837 -v 154.965454 -90.892975 86.743958 -v 152.221939 -90.003998 86.500008 -v 152.640244 -91.202599 86.933655 -v 152.508316 -90.782455 86.662247 -v 150.967361 -96.106857 88.986931 -v 150.902252 -95.738052 88.239784 -v 150.566177 -97.215240 89.604652 -v 151.194901 -96.740967 89.084793 -v 151.197784 -96.290924 88.800926 -v 151.074478 -95.946045 88.473442 -v 151.111664 -96.391678 89.108101 -v 150.934509 -96.507416 89.343758 -v 150.899017 -96.949432 89.494316 -v 150.991455 -97.294159 89.258629 -v 150.741165 -97.342377 89.517235 -v 151.256531 -96.104950 87.397957 -v 151.634048 -96.768234 87.376312 -v 151.602554 -97.608391 87.175079 -v 151.282471 -97.201172 86.569305 -v 151.318192 -96.255188 87.213425 -v 151.585327 -97.078690 86.783997 -v 151.700043 -97.237671 87.167694 -v 151.337280 -97.013947 86.642845 -v 151.554245 -97.491158 86.712402 -v 151.456207 -97.861885 86.821327 -v 151.385223 -97.810310 86.674156 -v 150.432938 -95.726028 87.068710 -v 150.107117 -95.848495 86.776939 -v 149.852066 -95.929138 86.645134 -v 149.093811 -96.142883 86.500008 -v 148.309143 -98.829514 89.413605 -v 149.146591 -98.903198 89.603348 -v 148.483398 -99.583641 89.212769 -v 147.890900 -99.390884 88.896599 -v 149.596695 -99.230225 89.269043 -v 149.538269 -99.187759 89.407684 -v 148.223053 -99.870697 88.473442 -v 148.172791 -99.772331 88.720825 -v 148.589157 -99.881401 88.800926 -v 148.816879 -99.825928 88.965088 -v 148.918549 -99.486946 89.441628 -v 149.191818 -99.631912 89.170029 -v 149.393677 -99.082710 89.557617 -v 150.168823 -99.645889 87.158882 -v 149.177917 -100.148811 87.376312 -v 149.664307 -100.040871 87.234497 -v 148.775711 -100.123077 87.522614 -v 148.430435 -99.994751 87.397957 -v 148.906891 -99.951904 86.910736 -v 149.365265 -100.145264 87.115875 -v 149.352005 -99.853821 86.664772 -v 149.880157 -99.878113 86.780014 -v 149.592056 -99.586670 86.530602 -v 150.163086 -99.641724 86.821327 -v 149.875732 -99.644592 86.574837 -v 147.798203 -97.926414 86.500008 -v 147.825638 -99.195602 86.933655 -v 147.830002 -98.755264 86.662247 -v 144.719131 -103.342880 88.986931 -v 144.870697 -103.223045 88.473442 -v 144.151733 -103.088654 89.213837 -v 143.998474 -103.196396 89.329727 -v 143.903198 -104.146584 89.603348 -v 144.739594 -104.016266 89.084793 -v 144.791214 -103.697884 89.076172 -v 144.564117 -103.713684 89.343758 -v 144.393753 -104.123100 89.494316 -v 144.157532 -104.496635 89.466843 -v 145.153748 -103.949455 87.407745 -v 144.859253 -104.967216 87.175079 -v 144.680664 -104.481018 86.569305 -v 144.951904 -103.906891 86.910736 -v 144.869247 -103.111397 87.762260 -v 145.095612 -103.808273 87.173752 -v 145.006531 -104.458115 86.783997 -v 145.066528 -104.644760 87.167694 -v 144.790634 -104.319893 86.642845 -v 144.849518 -104.840790 86.712402 -v 144.786819 -105.071495 86.911140 -v 144.590149 -105.092087 86.674156 -v 144.328552 -102.815552 87.068710 -v 143.980835 -102.831345 86.776939 -v 143.713348 -102.829224 86.645134 -v 142.926422 -102.798203 86.500008 -v 141.641754 -105.734619 89.476112 -v 142.123352 -105.439713 89.603348 -v 141.282364 -105.881920 89.212769 -v 140.778427 -105.515511 88.896599 -v 142.450394 -105.889832 89.269043 -v 140.946045 -106.074463 88.473442 -v 140.928650 -105.965393 88.720825 -v 141.290924 -106.197784 88.800926 -v 141.524658 -106.215393 88.965088 -v 141.726105 -105.924423 89.441628 -v 142.060455 -106.032364 89.353645 -v 142.130798 -105.800774 89.541939 -v 142.866058 -106.461945 87.158882 -v 142.037292 -106.681923 87.291718 -v 142.451004 -106.651733 87.197731 -v 141.393677 -106.485283 87.522614 -v 141.104950 -106.256531 87.397957 -v 141.571320 -106.363022 86.910736 -v 141.947510 -106.688560 87.115875 -v 142.024963 -106.407288 86.664772 -v 142.519760 -106.593597 86.780014 -v 142.335831 -106.227386 86.530602 -v 142.587723 -106.370132 86.574837 -v 142.839828 -106.425850 86.743958 -v 141.142807 -104.094063 86.500008 -v 140.776703 -105.309616 86.933655 -v 140.916931 -104.892174 86.662247 -v 136.235657 -107.816544 89.067673 -v 136.540665 -108.293945 88.986931 -v 136.704773 -107.957306 88.239784 -v 135.516296 -108.806175 89.603348 -v 136.352036 -108.940697 89.084793 -v 136.701462 -108.349136 88.592575 -v 136.499512 -108.653847 89.076172 -v 136.278641 -108.598694 89.343758 -v 135.990112 -108.935432 89.494316 -v 135.862274 -109.268661 89.258629 -v 135.631439 -109.160553 89.517235 -v 135.588211 -109.027504 89.586998 -v 136.775742 -108.462379 87.397957 -v 136.691269 -109.220886 87.376312 -v 135.906769 -110.007889 87.158882 -v 136.171967 -109.882072 87.175079 -v 136.152374 -109.364494 86.569305 -v 136.571274 -109.217224 86.851753 -v 136.737305 -108.620163 87.213425 -v 136.468750 -109.639458 87.167694 -v 136.306763 -109.245239 86.642845 -v 136.201797 -109.758835 86.712402 -v 135.904572 -110.001129 86.821327 -v 135.858475 -109.859245 86.613991 -v 136.332153 -107.671730 87.068710 -v 135.996582 -107.579300 86.776939 -v 135.742828 -107.494621 86.645134 -v 135.004303 -107.222061 86.500008 -v 132.789780 -108.934158 89.413605 -v 133.448120 -109.560303 89.610146 -v 132.487488 -109.646698 89.212769 -v 132.121445 -109.142494 88.896599 -v 133.595901 -110.015152 89.269043 -v 133.573578 -109.946457 89.407684 -v 132.169342 -109.769707 88.627487 -v 132.614868 -110.038727 88.965088 -v 132.896378 -109.824242 89.441628 -v 133.032242 -110.102142 89.170029 -v 133.495895 -109.707336 89.586998 -v 133.814438 -110.687721 87.158882 -v 132.717178 -110.512154 87.376312 -v 133.174118 -110.710724 87.234497 -v 132.489990 -110.350655 87.328041 -v 132.018600 -109.658928 87.762009 -v 132.323349 -110.105919 87.269997 -v 132.613647 -110.193550 86.910736 -v 132.870819 -110.619400 87.115875 -v 133.031403 -110.375824 86.664772 -v 133.444397 -110.705917 86.780014 -v 133.382629 -110.300797 86.530602 -v 133.822418 -110.712265 86.989487 -v 133.578094 -110.514389 86.574837 -v 133.800644 -110.645287 86.743958 -v 132.907242 -107.903221 86.500008 -v 132.183426 -108.946144 86.933655 -v 132.445786 -108.592468 86.662247 -v 127.089951 -109.927116 89.067673 -v 127.232513 -110.475403 88.986931 -v 126.100006 -110.646011 89.603348 -v 126.853256 -111.032211 89.084793 -v 127.082153 -110.804970 89.076172 -v 127.490028 -110.376366 87.762260 -v 127.425568 -110.467537 88.473442 -v 126.889145 -110.684265 89.343758 -v 126.510681 -110.915367 89.494316 -v 126.286118 -111.192772 89.258629 -v 127.227592 -111.221588 87.407745 -v 126.100006 -111.909569 87.158882 -v 126.391098 -111.871864 87.175079 -v 126.532410 -111.373566 86.569305 -v 126.976318 -111.362953 86.851753 -v 127.404030 -110.708229 87.397957 -v 127.263527 -111.073196 87.173752 -v 126.748329 -111.732834 87.167694 -v 126.716095 -111.307861 86.642845 -v 126.457550 -111.763870 86.712402 -v 126.100006 -111.935371 86.989487 -v 126.100006 -111.814728 86.674156 -v 127.226479 -109.819214 87.068710 -v 126.935898 -109.627602 86.776939 -v 126.720734 -109.468658 86.645134 -v 123.337036 -110.601524 89.476112 -v 123.899994 -110.646011 89.603348 -v 123.077103 -109.936218 89.213837 -v 122.767380 -109.916809 88.896599 -v 123.900002 -111.202393 89.269043 -v 123.900002 -111.130157 89.407684 -v 122.574440 -110.467537 88.473442 -v 122.747017 -110.593773 88.929466 -v 122.780968 -110.770020 88.800926 -v 122.959694 -110.921646 88.965088 -v 123.293701 -110.804657 89.441628 -v 123.337036 -111.110939 89.170029 -v 123.693794 -110.942490 89.541939 -v 123.900002 -111.909569 87.158882 -v 122.910690 -111.403519 87.376312 -v 123.283913 -111.733566 87.234497 -v 122.695099 -111.063004 87.522614 -v 122.595970 -110.708229 87.397957 -v 122.910690 -111.068520 86.910736 -v 123.023682 -111.552994 87.115875 -v 123.251678 -111.370964 86.664772 -v 123.190491 -111.675591 86.963303 -v 123.608902 -111.408142 86.530602 -v 123.900002 -111.935371 86.989487 -v 123.542450 -111.812531 86.780014 -v 123.900002 -111.521156 86.507393 -v 123.897667 -108.981010 86.500008 -v 122.887001 -109.749222 86.933655 -v 123.245811 -109.493927 86.662247 -v 117.705826 -109.673714 88.986931 -v 118.036469 -109.497826 88.239784 -v 117.577988 -109.065247 89.213837 -v 116.576019 -109.486008 89.603348 -v 117.173065 -110.086067 89.084793 -v 117.460991 -109.940689 89.076172 -v 117.891861 -109.725891 88.473442 -v 117.314720 -109.766251 89.343758 -v 116.883369 -109.869080 89.494316 -v 116.584076 -110.063522 89.258629 -v 117.797005 -109.948151 87.397957 -v 117.282829 -110.512154 87.376312 -v 116.474068 -110.741821 87.175079 -v 116.762444 -110.311569 86.569305 -v 117.386353 -110.193550 86.910736 -v 117.673172 -110.053215 87.213425 -v 116.972519 -110.561745 86.783997 -v 116.856773 -110.719986 87.167694 -v 116.957443 -110.305847 86.642845 -v 116.570633 -110.659653 86.712402 -v 116.438759 -110.439018 86.538551 -v 116.347137 -110.744530 86.911140 -v 116.233856 -110.539085 86.613991 -v 117.902870 -109.047775 87.068710 -v 117.685715 -108.775749 86.776939 -v 117.530205 -108.558090 86.645134 -v 117.092934 -107.903496 86.500008 -v 113.962036 -108.589897 89.476112 -v 114.483696 -108.806175 89.603348 -v 113.764351 -107.816544 89.067673 -v 113.525391 -107.718826 88.705231 -v 114.311768 -109.335320 89.269043 -v 114.334091 -109.266617 89.407684 -v 113.278168 -108.226814 88.473442 -v 113.403290 -108.400192 88.929466 -v 113.381119 -108.578308 88.800926 -v 113.504242 -108.777740 88.965088 -v 113.858047 -108.769691 89.441628 -v 113.804619 -109.074371 89.170029 -v 114.411789 -109.027504 89.586998 -v 114.093239 -110.007889 87.158882 -v 113.308731 -109.220886 87.376312 -v 113.561691 -109.650116 87.234497 -v 113.208916 -108.830421 87.522614 -v 113.224266 -108.462379 87.397957 -v 113.412247 -108.902283 86.910736 -v 113.369995 -109.397964 87.115875 -v 113.643082 -109.295296 86.664772 -v 113.490761 -109.566109 86.963303 -v 113.971329 -109.441048 86.530602 -v 114.085266 -110.032425 86.989487 -v 113.783173 -109.805099 86.780014 -v 114.163422 -109.791870 86.565247 -v 114.846809 -107.278755 86.505745 -v 113.797401 -107.640236 86.933655 -v 114.217545 -107.508316 86.662247 -v 108.492584 -105.934509 89.343758 -v 109.059799 -105.990417 88.706810 -v 109.435532 -105.646584 88.281067 -v 107.876648 -105.439713 89.603348 -v 108.259033 -106.194901 89.084793 -v 108.709076 -106.197784 88.800926 -v 109.053955 -106.074463 88.473442 -v 108.608322 -106.111664 89.108101 -v 108.050568 -105.899010 89.494316 -v 107.697128 -105.686798 89.557617 -v 108.665756 -106.460335 87.426231 -v 108.231766 -106.634041 87.376312 -v 107.391609 -106.602554 87.175079 -v 107.798828 -106.282471 86.569305 -v 108.164192 -106.534813 86.851753 -v 109.159691 -106.038597 87.762260 -v 108.744812 -106.318192 87.213425 -v 107.762329 -106.700043 87.167694 -v 107.986053 -106.337280 86.642845 -v 107.508842 -106.554245 86.712402 -v 107.270050 -106.565903 86.911140 -v 107.189690 -106.385216 86.674156 -v 109.273972 -105.432938 87.068710 -v 109.151505 -105.107124 86.776939 -v 109.070862 -104.852066 86.645134 -v 108.857391 -104.094788 86.500008 -v 105.667511 -103.779694 89.476112 -v 106.096802 -104.146584 89.603348 -v 105.416359 -103.483398 89.212769 -v 105.521408 -102.816322 88.705231 -v 105.624855 -104.479523 89.258629 -v 105.129303 -103.223045 88.473442 -v 105.107834 -103.468529 88.702118 -v 105.260414 -104.016266 89.084793 -v 105.513054 -103.918549 89.441628 -v 105.917290 -104.393669 89.557617 -v 105.354111 -105.168823 87.158882 -v 104.851189 -104.177917 87.376312 -v 104.959129 -104.664307 87.234497 -v 104.876923 -103.775711 87.522614 -v 105.005249 -103.430428 87.397957 -v 105.048096 -103.906891 86.910736 -v 104.854736 -104.365257 87.115875 -v 105.146179 -104.352005 86.664772 -v 105.121887 -104.880150 86.780014 -v 105.413330 -104.592056 86.530602 -v 105.338943 -105.189697 86.989487 -v 105.355408 -104.875732 86.574837 -v 105.380333 -105.132721 86.743958 -v 106.561081 -102.821259 86.559380 -v 107.073257 -102.798218 86.500008 -v 106.244736 -102.830002 86.662247 -v 102.109100 -99.390884 88.896599 -v 101.657120 -99.719131 88.986931 -v 101.803604 -98.998474 89.329727 -v 100.853416 -98.903198 89.603348 -v 100.983734 -99.739586 89.084793 -v 101.302116 -99.791206 89.076172 -v 101.776955 -99.870697 88.473442 -v 101.286316 -99.564110 89.343758 -v 100.876900 -99.393761 89.494316 -v 100.503365 -99.157524 89.466843 -v 101.288521 -100.117722 87.426231 -v 100.822083 -100.148811 87.376312 -v 100.032784 -99.859238 87.175079 -v 100.518982 -99.680664 86.569305 -v 101.093109 -99.951904 86.910736 -v 101.888603 -99.869255 87.762260 -v 101.407639 -100.006958 87.213425 -v 100.541885 -100.006531 86.783997 -v 100.355240 -100.066513 87.167694 -v 100.680107 -99.790649 86.642845 -v 100.159210 -99.849518 86.712402 -v 99.836929 -99.641724 86.821327 -v 99.907913 -99.590149 86.674156 -v 102.184448 -99.328552 87.068710 -v 102.168655 -98.980843 86.776939 -v 102.170776 -98.713348 86.645134 -v 102.179634 -98.414810 86.553810 -v 99.265381 -96.641754 89.476112 -v 99.560287 -97.123352 89.603348 -v 99.118080 -96.282364 89.212769 -v 99.484489 -95.778427 88.896599 -v 99.110168 -97.450386 89.269043 -v 98.647331 -96.174789 87.563103 -v 98.829254 -96.172882 88.702118 -v 98.784607 -96.524643 88.965088 -v 99.075577 -96.726097 89.441628 -v 98.967636 -97.060455 89.353645 -v 99.199226 -97.130798 89.541939 -v 98.538055 -97.866058 87.158882 -v 98.365959 -96.768234 87.376312 -v 98.318314 -97.264175 87.234497 -v 98.449348 -96.502274 87.328041 -v 98.630615 -96.268158 87.269997 -v 98.636978 -96.571335 86.910736 -v 98.311440 -96.947510 87.115875 -v 98.592712 -97.024963 86.664772 -v 98.406403 -97.519753 86.780014 -v 98.772614 -97.335823 86.530602 -v 98.543793 -97.861885 86.821327 -v 98.629868 -97.587708 86.574837 -v 100.411385 -96.006363 86.559380 -v 100.107826 -95.916931 86.662247 -v 97.183456 -91.235649 89.067673 -v 96.706055 -91.540657 88.986931 -v 97.042694 -91.704765 88.239784 -v 97.068069 -90.900543 89.329727 -v 96.045151 -90.564606 89.604652 -v 96.059303 -91.352028 89.084793 -v 96.346153 -91.499504 89.076172 -v 96.391487 -91.807671 87.611092 -v 96.773186 -91.721832 88.473442 -v 96.401306 -91.278641 89.343758 -v 96.064568 -90.990112 89.494316 -v 95.731339 -90.862267 89.258629 -v 95.733383 -90.665909 89.407684 -v 95.994865 -91.766571 87.407745 -v 94.992111 -90.906761 87.158882 -v 95.117928 -91.171967 87.175079 -v 95.635506 -91.152374 86.569305 -v 95.782776 -91.571274 86.851753 -v 96.537621 -91.775734 87.397957 -v 96.147102 -91.754890 87.173752 -v 95.360542 -91.468742 87.167694 -v 95.754761 -91.306763 86.642845 -v 95.241165 -91.201790 86.712402 -v 94.967575 -90.914734 86.989487 -v 95.082321 -90.877457 86.674156 -v 97.328270 -91.332153 87.068710 -v 97.420700 -90.996582 86.776939 -v 97.505379 -90.742828 86.645134 -v 97.606049 -90.461639 86.553810 -v 95.382332 -87.874817 89.476112 -v 95.513992 -88.423973 89.603348 -v 95.353302 -87.487495 89.212769 -v 95.857506 -87.121452 88.896599 -v 94.984848 -88.595901 89.269043 -v 95.053543 -88.573586 89.407684 -v 95.230293 -87.169342 88.627487 -v 94.961273 -87.614868 88.965088 -v 95.175758 -87.896378 89.441628 -v 94.897858 -88.032234 89.170029 -v 95.168297 -88.319481 89.541939 -v 94.312279 -88.814438 87.158882 -v 94.487846 -87.717171 87.376312 -v 94.289276 -88.174110 87.234497 -v 94.745071 -87.406906 87.522614 -v 94.869576 -87.325371 87.299911 -v 94.806450 -87.613647 86.910736 -v 94.380600 -87.870819 87.115875 -v 94.624176 -88.031403 86.664772 -v 94.294083 -88.444397 86.780014 -v 94.699203 -88.382637 86.530602 -v 94.287735 -88.822411 86.989487 -v 94.485611 -88.578087 86.574837 -v 94.354713 -88.800652 86.743958 -v 96.668594 -87.624664 86.559380 -v 97.096779 -87.907249 86.500008 -v 96.053856 -87.183434 86.933655 -v 96.407532 -87.445793 86.662247 -v 95.072884 -82.089951 89.067673 -v 94.524597 -82.232506 88.986931 -v 94.794052 -82.492607 88.239784 -v 94.353989 -81.100006 89.603348 -v 93.967789 -81.853249 89.084793 -v 94.195030 -82.082153 89.076172 -v 94.142914 -82.389244 87.611092 -v 94.532463 -82.425560 88.473442 -v 94.315735 -81.889145 89.343758 -v 94.084633 -81.510674 89.494316 -v 93.778412 -82.227592 87.407745 -v 93.128136 -81.391098 87.175079 -v 93.626434 -81.532410 86.569305 -v 93.931480 -82.089310 86.910736 -v 94.291771 -82.404030 87.397957 -v 93.926804 -82.263527 87.173752 -v 93.453423 -81.809509 86.783997 -v 93.267166 -81.748322 87.167694 -v 93.692139 -81.716087 86.642845 -v 93.236130 -81.457550 86.712402 -v 93.064629 -81.099998 86.989487 -v 93.185272 -81.099998 86.674156 -v 95.180786 -82.226479 87.068710 -v 95.372398 -81.935898 86.776939 -v 95.531342 -81.720734 86.645134 -v 96.019157 -81.102119 86.500008 -v 94.398476 -78.337036 89.476112 -v 94.353989 -78.899994 89.603348 -v 94.490555 -77.959694 89.212769 -v 95.083191 -77.767380 88.896599 -v 93.797607 -78.899994 89.269043 -v 94.532463 -77.574432 88.473442 -v 94.406227 -77.747009 88.929466 -v 94.229980 -77.780968 88.800926 -v 94.078354 -77.959694 88.965088 -v 94.195343 -78.293701 89.441628 -v 93.911491 -78.500755 89.353645 -v 94.057510 -78.693787 89.541939 -v 93.090431 -78.899994 87.158882 -v 93.596481 -77.910690 87.376312 -v 93.266434 -78.283905 87.234497 -v 93.936996 -77.695107 87.522614 -v 94.291771 -77.595970 87.397957 -v 93.931480 -77.910690 86.910736 -v 93.447006 -78.023682 87.115875 -v 93.629036 -78.251671 86.664772 -v 93.187469 -78.542450 86.780014 -v 93.591858 -78.608902 86.530602 -v 93.064629 -78.899994 86.989487 -v 93.328316 -78.728783 86.574837 -v 93.135048 -78.899994 86.743958 -v 95.918854 -78.773338 86.505745 -v 95.250778 -77.887001 86.933655 -v 95.506073 -78.245811 86.662247 -v 95.891792 -72.739677 89.067673 -v 95.326286 -72.705826 88.986931 -v 95.502174 -73.036469 88.239784 -v 95.995415 -72.400742 89.329727 -v 95.513992 -71.576019 89.603348 -v 94.913933 -72.173065 89.084793 -v 95.059311 -72.460991 89.076172 -v 94.914848 -72.736938 87.611092 -v 95.274109 -72.891861 88.473442 -v 95.233749 -72.314720 89.343758 -v 95.130920 -71.883362 89.494316 -v 94.936478 -71.584076 89.258629 -v 94.618141 -72.470566 87.407745 -v 94.258179 -71.474060 87.175079 -v 94.688431 -71.762444 86.569305 -v 94.806450 -72.386353 86.910736 -v 95.051849 -72.796997 87.397957 -v 94.748169 -72.550598 87.173752 -v 94.438255 -71.972519 86.783997 -v 94.280014 -71.856773 87.167694 -v 94.694153 -71.957443 86.642845 -v 94.340347 -71.570633 86.712402 -v 94.255470 -71.347137 86.911140 -v 94.460915 -71.233856 86.613991 -v 95.952225 -72.902863 87.068710 -v 96.224251 -72.685715 86.776939 -v 96.441910 -72.530205 86.645134 -v 97.013054 -69.294998 89.413605 -v 96.193825 -69.483704 89.603348 -v 97.123169 -68.920410 89.213837 -v 97.237343 -68.631844 88.896599 -v 95.664680 -69.311768 89.269043 -v 95.733383 -69.334091 89.407684 -v 96.773186 -68.278168 88.473442 -v 96.851372 -68.356194 88.720825 -v 96.421692 -68.381111 88.800926 -v 96.436226 -68.524765 89.136795 -v 96.222260 -68.504242 88.965088 -v 96.230309 -68.858055 89.441628 -v 95.925629 -68.804619 89.170029 -v 95.972496 -69.411789 89.586998 -v 94.992111 -69.093239 87.158882 -v 95.779114 -68.308731 87.376312 -v 95.349884 -68.561691 87.234497 -v 96.169579 -68.208916 87.522614 -v 96.318230 -68.216125 87.299911 -v 96.097717 -68.412254 86.910736 -v 95.602036 -68.369995 87.115875 -v 95.704704 -68.643082 86.664772 -v 95.194901 -68.783173 86.780014 -v 95.558952 -68.971336 86.530602 -v 94.967575 -69.085266 86.989487 -v 95.271263 -69.003906 86.574837 -v 95.034554 -69.107025 86.743958 -v 97.597748 -69.515701 86.559380 -v 97.359764 -68.797401 86.933655 -v 97.491684 -69.217545 86.662247 -v 99.032646 -63.893143 88.986931 -v 99.097755 -64.261948 88.239784 -v 99.763298 -63.809769 89.329727 -v 99.560287 -62.876648 89.603348 -v 98.805099 -63.259033 89.084793 -v 98.870117 -63.943016 88.592575 -v 98.888336 -63.608322 89.108101 -v 99.065491 -63.492584 89.343758 -v 99.100990 -63.050568 89.494316 -v 99.313202 -62.697128 89.557617 -v 98.743469 -63.895050 87.397957 -v 98.365959 -63.231758 87.376312 -v 98.397446 -62.391609 87.175079 -v 98.717529 -62.798828 86.569305 -v 98.636978 -63.428673 86.910736 -v 98.681808 -63.744812 87.213425 -v 98.414680 -62.921310 86.783997 -v 98.299957 -62.762337 87.167694 -v 98.662720 -62.986046 86.642845 -v 98.445755 -62.508850 86.712402 -v 98.434097 -62.270050 86.911140 -v 98.664490 -62.225800 86.613991 -v 99.567062 -64.273964 87.068710 -v 99.892876 -64.151512 86.776939 -v 100.147934 -64.070862 86.645134 -v 100.434593 -63.987030 86.553810 -v 101.220306 -60.667511 89.476112 -v 100.853416 -61.096802 89.603348 -v 102.016899 -60.718475 89.067673 -v 102.183670 -60.521416 88.705231 -v 100.520477 -60.624855 89.258629 -v 101.776955 -60.129303 88.473442 -v 101.573387 -60.194733 88.929466 -v 101.410851 -60.118599 88.800926 -v 100.983734 -60.260406 89.084793 -v 101.081451 -60.513054 89.441628 -v 100.606331 -60.917290 89.557617 -v 99.831177 -60.354111 87.158882 -v 100.822083 -59.851189 87.376312 -v 100.335693 -59.959129 87.234497 -v 101.224289 -59.876923 87.522614 -v 101.569572 -60.005249 87.397957 -v 101.093109 -60.048096 86.910736 -v 100.634743 -59.854736 87.115875 -v 100.647995 -60.146179 86.664772 -v 100.119850 -60.121887 86.780014 -v 100.407944 -60.413330 86.530602 -v 99.810303 -60.338936 86.989487 -v 100.124268 -60.355408 86.574837 -v 99.867279 -60.380333 86.743958 -v 102.201828 -62.074081 86.500008 -v 102.174362 -60.804398 86.933655 -v 102.169998 -61.244736 86.662247 -v 105.207428 -56.808487 88.706810 -v 105.228821 -57.028008 88.239784 -v 106.096802 -55.853416 89.603348 -v 105.260414 -55.983734 89.084793 -v 105.208794 -56.302116 89.076172 -v 105.129303 -56.776947 88.473442 -v 105.435890 -56.286316 89.343758 -v 105.606239 -55.876892 89.494316 -v 105.917290 -55.606331 89.557617 -v 105.005249 -56.569572 87.397957 -v 104.851189 -55.822083 87.376312 -v 105.140762 -55.032784 87.175079 -v 105.319336 -55.518982 86.569305 -v 104.993042 -56.407639 87.213425 -v 104.993469 -55.541893 86.783997 -v 104.933487 -55.355232 87.167694 -v 105.209351 -55.680107 86.642845 -v 105.150482 -55.159210 86.712402 -v 105.358276 -54.836922 86.821327 -v 105.409851 -54.907906 86.674156 -v 105.671448 -57.184441 87.068710 -v 106.019157 -57.168663 86.776939 -v 106.286652 -57.170776 86.645134 -v 107.073586 -57.201805 86.500008 -v 108.358246 -54.265381 89.476112 -v 107.876648 -54.560295 89.603348 -v 108.717636 -54.118088 89.212769 -v 109.319595 -54.424133 88.705231 -v 107.549614 -54.110168 89.269043 -v 108.825211 -53.647331 87.563103 -v 109.046867 -53.985657 88.692101 -v 108.827118 -53.829254 88.702118 -v 108.475357 -53.784599 88.965088 -v 108.273903 -54.075569 89.441628 -v 107.939545 -53.967636 89.353645 -v 107.739853 -54.372009 89.586998 -v 107.133942 -53.538055 87.158882 -v 108.231766 -53.365959 87.376312 -v 107.735825 -53.318306 87.234497 -v 108.606323 -53.514717 87.522614 -v 108.895050 -53.743469 87.397957 -v 108.428665 -53.636971 86.910736 -v 108.052490 -53.311440 87.115875 -v 107.975037 -53.592712 86.664772 -v 107.480247 -53.406403 86.780014 -v 107.664177 -53.772606 86.530602 -v 107.138115 -53.543793 86.821327 -v 107.412292 -53.629868 86.574837 -v 108.857193 -55.905937 86.500008 -v 109.223297 -54.690384 86.933655 -v 109.083069 -55.107826 86.662247 -v 113.631851 -52.237335 88.896599 -v 113.459343 -51.706055 88.986931 -v 114.099457 -52.068062 89.329727 -v 114.483704 -51.193825 89.603348 -v 113.647972 -51.059303 89.084793 -v 113.500496 -51.346153 89.076172 -v 113.192329 -51.391479 87.611092 -v 113.278168 -51.773186 88.473442 -v 113.721359 -51.401306 89.343758 -v 114.009888 -51.064568 89.494316 -v 114.137733 -50.731339 89.258629 -v 113.233429 -50.994865 87.407745 -v 114.093239 -49.992119 87.158882 -v 113.828033 -50.117920 87.175079 -v 113.847626 -50.635506 86.569305 -v 113.428726 -50.782776 86.851753 -v 113.224266 -51.537621 87.397957 -v 113.245110 -51.147102 87.173752 -v 113.531258 -50.360542 87.167694 -v 113.693237 -50.754761 86.642845 -v 113.798210 -50.241165 86.712402 -v 114.085266 -49.967575 86.989487 -v 113.667847 -52.328270 87.068710 -v 114.003418 -52.420700 86.776939 -v 114.257172 -52.505379 86.645134 -v 114.995689 -52.777939 86.500008 -v 117.125183 -50.382332 89.476112 -v 116.576027 -50.513985 89.603348 -v 117.512505 -50.353302 89.212769 -v 117.878548 -50.857506 88.896599 -v 116.404099 -49.984848 89.269043 -v 116.426414 -50.053543 89.407684 -v 117.891861 -50.274109 88.473442 -v 117.874695 -50.383217 88.720825 -v 117.601974 -50.050255 88.800926 -v 117.385132 -49.961273 88.965088 -v 117.103622 -50.175758 89.441628 -v 116.967766 -49.897858 89.170029 -v 116.680519 -50.168304 89.541939 -v 116.185562 -49.312279 87.158882 -v 117.282829 -49.487846 87.376312 -v 116.825890 -49.289276 87.234497 -v 117.593094 -49.745071 87.522614 -v 117.674629 -49.869576 87.299911 -v 117.386353 -49.806450 86.910736 -v 117.129181 -49.380600 87.115875 -v 116.968597 -49.624176 86.664772 -v 116.932648 -49.315552 86.963303 -v 116.617363 -49.699203 86.530602 -v 116.177589 -49.287743 86.989487 -v 116.199348 -49.354721 86.743958 -v 116.255753 -49.528290 86.565247 -v 117.092751 -52.096779 86.500008 -v 117.816566 -51.053856 86.933655 -v 117.554207 -51.407532 86.662247 -v 122.767494 -49.524597 88.986931 -v 122.507393 -49.794044 88.239784 -v 123.264412 -50.066704 89.329727 -v 122.910049 -50.072884 89.067673 -v 123.899994 -49.353996 89.603348 -v 123.146751 -48.967796 89.084793 -v 122.917847 -49.195030 89.076172 -v 122.610756 -49.142914 87.611092 -v 122.574440 -49.532463 88.473442 -v 123.110855 -49.315735 89.343758 -v 123.489326 -49.084633 89.494316 -v 123.713882 -48.807228 89.258629 -v 123.900002 -48.921295 89.466843 -v 122.772408 -48.778412 87.407745 -v 123.899994 -48.090424 87.158882 -v 123.608902 -48.128128 87.175079 -v 123.467590 -48.626434 86.569305 -v 123.023682 -48.637047 86.851753 -v 122.595970 -49.291771 87.397957 -v 122.736473 -48.926804 87.173752 -v 123.251678 -48.267174 87.167694 -v 123.283913 -48.692139 86.642845 -v 123.542450 -48.236130 86.712402 -v 123.900002 -48.064629 86.989487 -v 123.900002 -48.185272 86.674156 -v 122.773521 -50.180786 87.068710 -v 123.064102 -50.372398 86.776939 -v 123.279266 -50.531342 86.645134 -v 123.897667 -51.018990 86.500008 -v 126.662964 -49.398476 89.476112 -v 126.100006 -49.353989 89.603348 -v 127.040306 -49.490562 89.212769 -v 127.232620 -50.083191 88.896599 -v 126.100006 -48.797607 89.269043 -v 126.100006 -48.869850 89.407684 -v 127.380898 -49.471878 88.627487 -v 127.040306 -49.078354 88.965088 -v 126.706299 -49.195351 89.441628 -v 126.662964 -48.889061 89.170029 -v 126.100006 -49.048576 89.557617 -v 126.100006 -48.090424 87.158882 -v 127.089310 -48.596489 87.376312 -v 126.716095 -48.266426 87.234497 -v 127.304893 -48.936996 87.522614 -v 127.404030 -49.291771 87.397957 -v 127.089310 -48.931480 86.910736 -v 126.976318 -48.446999 87.115875 -v 126.748329 -48.629028 86.664772 -v 126.809509 -48.324402 86.963303 -v 126.391098 -48.591858 86.530602 -v 126.100006 -48.064629 86.989487 -v 126.457550 -48.187469 86.780014 -v 126.100006 -48.478844 86.507393 -v 126.102325 -51.018990 86.500008 -v 127.112999 -50.250778 86.933655 -v 126.754189 -50.506073 86.662247 -v 132.260330 -50.891792 89.067673 -v 132.294174 -50.326286 88.986931 -v 131.963531 -50.502167 88.239784 -v 132.599258 -50.995415 89.329727 -v 133.423981 -50.513985 89.603348 -v 132.826935 -49.913933 89.084793 -v 132.539017 -50.059311 89.076172 -v 132.263062 -49.914856 87.611092 -v 132.108139 -50.274109 88.473442 -v 132.685272 -50.233757 89.343758 -v 133.116638 -50.130920 89.494316 -v 132.529434 -49.618141 87.407745 -v 133.525940 -49.258179 87.175079 -v 133.237549 -49.688423 86.569305 -v 132.203003 -50.051849 87.397957 -v 132.449402 -49.748169 87.173752 -v 133.027481 -49.438255 86.783997 -v 133.143234 -49.280022 87.167694 -v 133.042557 -49.694160 86.642845 -v 133.429367 -49.340355 86.712402 -v 133.652863 -49.255478 86.911140 -v 133.766144 -49.460915 86.613991 -v 132.097137 -50.952225 87.068710 -v 132.314285 -51.224251 86.776939 -v 132.469803 -51.441902 86.645134 -v 132.907059 -52.096504 86.500008 -v 136.037964 -51.410103 89.476112 -v 135.516296 -51.193825 89.603348 -v 136.368378 -51.614288 89.212769 -v 136.368164 -52.237335 88.896599 -v 135.688232 -50.664680 89.269043 -v 136.721832 -51.773186 88.473442 -v 136.643814 -51.851372 88.720825 -v 136.618896 -51.421692 88.800926 -v 136.475235 -51.436218 89.136795 -v 136.495758 -51.222252 88.965088 -v 136.141953 -51.230309 89.441628 -v 136.032745 -50.896362 89.353645 -v 135.804031 -50.975586 89.541939 -v 135.906754 -49.992119 87.158882 -v 136.691269 -50.779114 87.376312 -v 136.438309 -50.349884 87.234497 -v 136.791092 -51.169579 87.522614 -v 136.783875 -51.318230 87.299911 -v 136.587738 -51.097717 86.910736 -v 136.630005 -50.602036 87.115875 -v 136.356918 -50.704704 86.664772 -v 136.216827 -50.194893 86.780014 -v 136.028671 -50.558952 86.530602 -v 135.914734 -49.967575 86.989487 -v 135.996094 -50.271271 86.574837 -v 135.892975 -50.034554 86.743958 -v 135.153183 -52.721252 86.505745 -v 136.202591 -52.359764 86.933655 -v 135.782455 -52.491684 86.662247 -v 141.106857 -54.032646 88.986931 -v 140.738052 -54.097755 88.239784 -v 141.040405 -54.650841 89.213837 -v 142.215240 -54.433823 89.604652 -v 141.190231 -54.763298 89.329727 -v 141.740967 -53.805099 89.084793 -v 141.290924 -53.802216 88.800926 -v 140.946045 -53.925529 88.473442 -v 141.391678 -53.888336 89.108101 -v 141.507416 -54.065491 89.343758 -v 141.949432 -54.100990 89.494316 -v 142.342377 -54.258835 89.517235 -v 141.768250 -53.365959 87.376312 -v 142.608398 -53.397446 87.175079 -v 142.201172 -53.717529 86.569305 -v 140.564468 -54.353416 87.680992 -v 141.334244 -53.539665 87.426231 -v 141.255188 -53.681808 87.213425 -v 142.078690 -53.414680 86.783997 -v 142.237671 -53.299957 87.167694 -v 142.013947 -53.662720 86.642845 -v 142.491150 -53.445763 86.712402 -v 142.875824 -53.524612 86.903992 -v 142.810318 -53.614777 86.674156 -v 140.726028 -54.567062 87.068710 -v 140.848495 -54.892876 86.776939 -v 140.929138 -55.147934 86.645134 -v 141.142807 -55.905937 86.500008 -v 143.829514 -56.690857 89.413605 -v 143.903198 -55.853416 89.603348 -v 144.583649 -56.516602 89.212769 -v 144.390884 -57.109100 88.896599 -v 144.375137 -55.520477 89.258629 -v 144.870178 -56.701683 88.627487 -v 144.881409 -56.410851 88.800926 -v 144.739594 -55.983734 89.084793 -v 144.486954 -56.081451 89.441628 -v 144.082718 -55.606331 89.557617 -v 144.645889 -54.831177 87.158882 -v 145.148819 -55.822083 87.376312 -v 145.040878 -55.335693 87.234497 -v 145.123077 -56.224289 87.522614 -v 144.994751 -56.569572 87.397957 -v 145.164978 -55.929047 87.244446 -v 144.951904 -56.093109 86.910736 -v 144.853821 -55.648003 86.664772 -v 144.878113 -55.119850 86.780014 -v 144.586670 -55.407944 86.530602 -v 144.641724 -54.836922 86.821327 -v 144.644592 -55.124268 86.574837 -v 143.438919 -57.178741 86.559380 -v 144.195602 -57.174362 86.933655 -v 143.755264 -57.169998 86.662247 -v 147.983109 -60.718475 89.067673 -v 148.342896 -60.280876 88.986931 -v 147.971985 -60.228821 88.239784 -v 149.033401 -60.948982 89.589966 -v 148.196396 -61.001526 89.329727 -v 149.016266 -60.260406 89.084793 -v 148.697891 -60.208794 89.076172 -v 148.559540 -59.929718 87.611092 -v 148.223053 -60.129303 88.473442 -v 148.713684 -60.435890 89.343758 -v 149.123108 -60.606247 89.494316 -v 149.393677 -60.917290 89.557617 -v 148.949463 -59.846252 87.407745 -v 150.168823 -60.354118 87.158882 -v 149.967224 -60.140755 87.175079 -v 149.481018 -60.319336 86.569305 -v 148.430435 -60.005249 87.397957 -v 148.808289 -59.904396 87.173752 -v 149.458115 -59.993469 86.783997 -v 149.644775 -59.933479 87.167694 -v 149.319901 -60.209358 86.642845 -v 149.840790 -60.150482 86.712402 -v 150.189697 -60.338936 86.989487 -v 150.092102 -60.409851 86.674156 -v 147.815552 -60.671440 87.068710 -v 147.831345 -61.019157 86.776939 -v 147.829224 -61.286652 86.645134 -v 150.734619 -63.358246 89.476112 -v 150.439713 -62.876640 89.603348 -v 150.349167 -63.959595 89.213837 -v 150.515518 -64.221573 88.896599 -v 150.889832 -62.549614 89.269043 -v 151.074478 -64.053955 88.473442 -v 151.197784 -63.709068 88.800926 -v 151.075165 -63.840134 88.929466 -v 151.215393 -63.475349 88.965088 -v 150.924438 -63.273895 89.441628 -v 151.032364 -62.939545 89.353645 -v 150.627991 -62.739853 89.586998 -v 151.461945 -62.133942 87.158882 -v 151.634048 -63.231758 87.376312 -v 151.681702 -62.735825 87.234497 -v 151.485291 -63.606323 87.522614 -v 151.078415 -62.412598 86.500000 -v 151.256531 -63.895050 87.397957 -v 151.363037 -63.428673 86.910736 -v 151.688568 -63.052490 87.115875 -v 151.407288 -62.975029 86.664772 -v 151.689697 -62.845482 86.963303 -v 151.227402 -62.664177 86.530602 -v 151.482819 -62.118774 86.989487 -v 151.456207 -62.138123 86.821327 -v 151.335510 -62.225800 86.613991 -v 149.094070 -63.857193 86.500008 -v 150.309616 -64.223297 86.933655 -v 149.892166 -64.083069 86.662247 -v 153.293945 -68.459343 88.986931 -v 152.957321 -68.295227 88.239784 -v 152.931946 -69.099457 89.329727 -v 153.954849 -69.435387 89.604652 -v 153.940689 -68.647972 89.084793 -v 153.653854 -68.500488 89.076172 -v 153.226822 -68.278168 88.473442 -v 153.598694 -68.721359 89.343758 -v 153.935440 -69.009888 89.494316 -v 153.462387 -68.224266 87.397957 -v 154.220886 -68.308731 87.376312 -v 155.007874 -69.093239 87.158882 -v 154.882080 -68.828033 87.175079 -v 154.364502 -68.847626 86.569305 -v 153.902283 -68.412254 86.910736 -v 153.620163 -68.262688 87.213425 -v 154.443405 -68.530632 86.783997 -v 154.639465 -68.531258 87.167694 -v 154.245239 -68.693237 86.642845 -v 154.758835 -68.798210 86.712402 -v 155.023682 -69.088104 86.903992 -v 154.859253 -69.141533 86.613991 -v 152.671738 -68.667839 87.068710 -v 152.579300 -69.003418 86.776939 -v 152.494629 -69.257164 86.645134 -v 152.221848 -69.996254 86.500008 -v 154.617661 -72.125183 89.476112 -v 154.634689 -71.527710 89.604652 -v 154.646698 -72.512512 89.212769 -v 154.169617 -72.990433 88.705231 -v 155.015152 -71.404091 89.269043 -v 155.061172 -72.760284 87.563103 -v 154.887558 -72.705887 88.702118 -v 155.038727 -72.385132 88.965088 -v 154.824249 -72.103622 89.441628 -v 155.102142 -71.967766 89.170029 -v 154.831696 -71.680519 89.541939 -v 155.687729 -71.185562 87.158882 -v 155.512146 -72.282829 87.376312 -v 155.710724 -71.825890 87.234497 -v 155.350662 -72.510010 87.328041 -v 155.105927 -72.676651 87.269997 -v 155.193558 -72.386353 86.910736 -v 155.619400 -72.129181 87.115875 -v 155.375824 -71.968597 86.664772 -v 155.705917 -71.555603 86.780014 -v 155.300797 -71.617371 86.530602 -v 155.680969 -71.187759 86.821327 -v 155.514389 -71.421906 86.574837 -v 153.331406 -72.375336 86.559380 -v 153.592468 -72.554207 86.662247 -v 147.416092 -99.864151 87.190987 -v 147.144226 -99.623222 86.690987 -v 147.821259 -98.438919 86.559380 -v 144.438354 -101.935577 86.548943 -v 144.824326 -102.371155 87.046013 -v 144.888443 -102.443512 87.343567 -v 146.178604 -101.178596 87.190987 -v 146.078156 -101.078156 86.912216 -v 145.921722 -100.921722 86.690987 -v 145.724609 -100.724609 86.548943 -v 140.180603 -105.818886 87.190987 -v 140.108612 -105.696442 86.912216 -v 139.996490 -105.505737 86.690987 -v 141.006363 -104.588615 86.559380 -v 136.708496 -106.868744 86.548943 -v 136.940979 -107.402283 87.046013 -v 136.979614 -107.490913 87.343567 -v 138.570236 -106.633087 87.046013 -v 138.533020 -106.560028 86.912216 -v 138.432571 -106.362907 86.690987 -v 138.306015 -106.114525 86.548943 -v 131.459137 -109.246284 87.190987 -v 131.380798 -108.891563 86.690987 -v 132.624664 -108.331406 86.559380 -v 127.832542 -109.171822 86.548943 -v 127.888786 -109.751083 87.046013 -v 127.898132 -109.847321 87.343567 -v 129.685379 -109.582306 87.190987 -v 129.663162 -109.442017 86.912216 -v 129.628555 -109.223511 86.690987 -v 129.584946 -108.948174 86.548943 -v 122.128990 -109.568047 86.792892 -v 123.496597 -109.300919 86.559380 -v 120.463402 -108.642960 86.500000 -v 118.679321 -108.619354 86.548943 -v 118.553802 -109.187653 87.046013 -v 118.532959 -109.282059 87.343567 -v 120.314621 -109.582306 87.190987 -v 120.336845 -109.442017 86.912216 -v 120.371452 -109.223511 86.690987 -v 120.415062 -108.948174 86.548943 -v 113.035019 -107.457336 87.190987 -v 113.091766 -107.327118 86.912216 -v 110.144806 -105.265427 86.548943 -v 109.849823 -105.767120 87.046013 -v 109.800827 -105.850464 87.343567 -v 111.429764 -106.633087 87.046013 -v 111.466988 -106.560028 86.912216 -v 111.567429 -106.362907 86.690987 -v 113.291504 -106.868744 86.548943 -v 105.135849 -102.416092 87.190987 -v 105.804398 -102.825638 86.933655 -v 105.376778 -102.144211 86.690987 -v 102.855789 -99.623222 86.690987 -v 102.628845 -99.824326 87.046013 -v 102.556488 -99.888443 87.343567 -v 103.821404 -101.178596 87.190987 -v 103.921844 -101.078156 86.912216 -v 104.078278 -100.921722 86.690987 -v 104.275391 -100.724609 86.548943 -v 99.181114 -95.180611 87.190987 -v 99.690384 -95.776703 86.933655 -v 99.494263 -94.996490 86.690987 -v 97.875694 -91.819855 86.690987 -v 97.597717 -91.940994 87.046013 -v 97.509087 -91.979614 87.343567 -v 98.313416 -93.597496 87.190987 -v 98.439972 -93.533012 86.912216 -v 98.637093 -93.432571 86.690987 -v 98.885475 -93.306015 86.548943 -v 95.753716 -86.459145 87.190987 -v 95.991920 -86.406532 86.792892 -v 96.357040 -84.536598 86.500000 -v 95.828178 -82.832542 86.548943 -v 95.248917 -82.888786 87.046013 -v 95.152679 -82.898125 87.343567 -v 95.417694 -84.685379 87.190987 -v 95.557983 -84.663155 86.912216 -v 95.776489 -84.628548 86.690987 -v 96.051826 -84.584938 86.548943 -v 95.431953 -77.128990 86.792892 -v 95.828178 -77.167458 86.548943 -v 96.380646 -73.679314 86.548943 -v 95.812347 -73.553802 87.046013 -v 95.717941 -73.532959 87.343567 -v 95.477005 -75.324013 87.046013 -v 95.658638 -75.352783 86.792892 -v 96.051826 -75.415062 86.548943 -v 97.542664 -68.035027 87.190987 -v 97.672882 -68.091766 86.912216 -v 97.875694 -68.180145 86.690987 -v 99.494263 -65.003510 86.690987 -v 99.232880 -64.849823 87.046013 -v 99.149536 -64.800819 87.343567 -v 98.366913 -66.429764 87.046013 -v 98.439972 -66.466988 86.912216 -v 98.637093 -66.567429 86.690987 -v 98.885475 -66.693985 86.548943 -v 102.583908 -60.135857 87.190987 -v 102.690216 -60.230042 86.912216 -v 102.855789 -60.376770 86.690987 -v 102.178741 -61.561081 86.559380 -v 105.561661 -58.064423 86.548943 -v 105.175674 -57.628845 87.046013 -v 105.111557 -57.556488 87.343567 -v 103.863861 -58.863861 87.046013 -v 103.921844 -58.921844 86.912216 -v 104.078278 -59.078278 86.690987 -v 104.275391 -59.275398 86.548943 -v 109.819389 -54.181114 87.190987 -v 110.003510 -54.494263 86.690987 -v 108.993637 -55.411385 86.559380 -v 113.291504 -53.131256 86.548943 -v 113.059006 -52.597717 87.046013 -v 113.020386 -52.509087 87.343567 -v 111.402504 -53.313416 87.190987 -v 111.466988 -53.439972 86.912216 -v 111.567429 -53.637085 86.690987 -v 111.693985 -53.885475 86.548943 -v 118.540855 -50.753716 87.190987 -v 118.593468 -50.991928 86.792892 -v 117.375336 -51.668602 86.559380 -v 120.463402 -51.357040 86.500000 -v 122.167458 -50.828178 86.548943 -v 122.111214 -50.248909 87.046013 -v 122.101875 -50.152679 87.343567 -v 120.314621 -50.417694 87.190987 -v 120.336845 -50.557983 86.912216 -v 120.371452 -50.776489 86.690987 -v 120.415062 -51.051826 86.548943 -v 127.871010 -50.431953 86.792892 -v 126.503403 -50.699089 86.559380 -v 129.536606 -51.357040 86.500000 -v 131.320679 -51.380646 86.548943 -v 131.446198 -50.812347 87.046013 -v 131.970001 -50.834778 87.343697 -v 129.685379 -50.417694 87.190987 -v 129.663162 -50.557983 86.912216 -v 129.628555 -50.776489 86.690987 -v 129.584946 -51.051826 86.548943 -v 136.964966 -52.542664 87.190987 -v 136.908234 -52.672882 86.912216 -v 139.855194 -54.734581 86.548943 -v 140.150177 -54.232880 87.046013 -v 140.199173 -54.149536 87.343567 -v 138.570236 -53.366913 87.046013 -v 138.533020 -53.439972 86.912216 -v 138.432571 -53.637085 86.690987 -v 136.708496 -53.131256 86.548943 -v 146.935577 -60.561653 86.548943 -v 144.864151 -57.583916 87.190987 -v 144.702362 -57.766479 86.792892 -v 146.704300 -60.766609 86.500000 -v 147.309784 -60.230042 86.912216 -v 147.781738 -60.501709 87.343697 -v 146.178604 -58.821404 87.190987 -v 146.006104 -58.993904 86.792892 -v 145.724609 -59.275398 86.548943 -v 150.818878 -64.819389 87.190987 -v 150.505737 -65.003510 86.690987 -v 149.588608 -63.993637 86.559380 -v 151.868744 -68.291504 86.548943 -v 152.402283 -68.059013 87.046013 -v 152.490921 -68.020386 87.343567 -v 151.560028 -66.466988 86.912216 -v 151.362915 -66.567429 86.690987 -v 151.114532 -66.693985 86.548943 -v 154.246277 -73.540855 87.190987 -v 153.946136 -72.816566 86.933655 -v 153.891571 -73.619202 86.690987 -v 154.449280 -77.140518 86.690987 -v 154.751099 -77.111214 87.046013 -v 154.847321 -77.101868 87.343567 -v 154.442017 -75.336845 86.912216 -v 154.223511 -75.371452 86.690987 -v 153.948181 -75.415062 86.548943 -v 154.810852 -82.894592 87.190987 -v 154.669495 -82.880859 86.912216 -v 154.449280 -82.859482 86.690987 -v 154.300919 -81.503403 86.559380 -v 153.619354 -86.320679 86.548943 -v 154.187653 -86.446198 87.046013 -v 154.282059 -86.467041 87.343567 -v 154.523010 -84.675987 87.046013 -v 154.442017 -84.663155 86.912216 -v 154.223511 -84.628548 86.690987 -v 153.948181 -84.584938 86.548943 -v 152.457336 -91.964981 87.190987 -v 152.327118 -91.908234 86.912216 -v 152.124298 -91.819855 86.690987 -v 152.402252 -90.484299 86.559380 -v 150.265427 -94.855194 86.548943 -v 150.767120 -95.150177 87.046013 -v 150.850464 -95.199173 87.343567 -v 151.633087 -93.570236 87.046013 -v 151.560028 -93.533012 86.912216 -v 151.362915 -93.432571 86.690987 -v 151.114532 -93.306015 86.548943 -v 119.657959 -80.915985 94.300667 -v 119.889603 -81.805618 94.300667 -v 120.268265 -82.643303 94.300667 -v 120.783051 -83.404953 94.300667 -v 122.158257 -84.615288 94.300667 -v 121.419144 -84.068642 94.300667 -v 123.858124 -85.298347 94.300667 -v 122.979118 -85.029160 94.300667 -v 124.769966 -85.415115 94.300667 -v 126.587097 -85.182419 94.300667 -v 125.688438 -85.376099 94.300667 -v 127.440102 -84.839661 94.300667 -v 128.222916 -84.357666 94.300667 -v 129.490524 -83.035065 94.300667 -v 128.912994 -83.750305 94.300667 -v 129.938858 -82.232506 94.300667 -v 130.400467 -80.459648 94.300667 -v 130.245117 -81.365723 94.300667 -v 130.245117 -78.634277 94.300667 -v 130.400467 -79.540352 94.300667 -v 129.938858 -77.767494 94.300667 -v 129.490524 -76.964935 94.300667 -v 127.440102 -75.160339 94.300667 -v 128.912994 -76.249695 94.300667 -v 128.222916 -75.642334 94.300667 -v 126.587097 -74.817581 94.300667 -v 125.688438 -74.623901 94.300667 -v 123.858124 -74.701653 94.300667 -v 124.769966 -74.584885 94.300667 -v 122.979118 -74.970840 94.300667 -v 122.158257 -75.384712 94.300667 -v 121.419144 -75.931358 94.300667 -v 120.268265 -77.356689 94.300667 -v 120.783051 -76.595047 94.300667 -v 119.889603 -78.194382 94.300667 -v 119.657959 -79.084015 94.300667 -v 119.580002 -80.000000 94.300667 -v 130.450790 -79.536072 94.226425 -v 119.402321 -79.040184 94.059563 -v 120.581245 -76.432098 94.059563 -v 122.022263 -75.163849 94.059563 -v 123.803474 -74.448097 94.059563 -v 126.663048 -74.569572 94.059563 -v 129.100250 -76.070221 94.059563 -v 129.705414 -76.819695 94.059563 -v 130.496109 -81.431076 94.059563 -v 129.705414 -83.180305 94.059563 -v 127.556877 -85.071259 94.059563 -v 124.758957 -85.674255 94.059563 -v 122.882408 -85.269829 94.059563 -v 121.247780 -84.263344 94.059563 -v 119.645050 -81.892021 94.059563 -v 119.233688 -79.011261 94.006721 -v 130.742172 -79.511269 94.026726 -v 130.496109 -78.568924 94.059563 -v 117.931824 -80.555832 86.739998 -v 118.087761 -81.577675 86.739998 -v 117.671265 -80.453041 86.739998 -v 117.537994 -80.316170 86.739998 -v 117.442078 -80.047951 86.739998 -v 117.490685 -79.767540 86.739998 -v 117.670792 -79.547371 86.739998 -v 117.931824 -79.444168 86.739998 -v 118.253235 -77.308792 86.739998 -v 118.162346 -77.140396 86.739998 -v 118.133453 -76.951546 86.739998 -v 118.169746 -76.763947 86.739998 -v 118.267036 -76.599670 86.739998 -v 118.413818 -76.477722 86.739998 -v 118.593002 -76.412170 86.739998 -v 118.872963 -76.432442 86.739998 -v 120.076416 -74.552635 86.739998 -v 120.100319 -74.363098 86.739998 -v 120.250221 -74.120880 86.739998 -v 120.499756 -73.984039 86.739998 -v 120.784195 -73.987587 86.739998 -v 121.027634 -74.127319 86.739998 -v 122.897530 -73.047226 86.739998 -v 122.972519 -72.871178 86.739998 -v 123.182991 -72.679268 86.739998 -v 123.460556 -72.615891 86.739998 -v 123.647415 -72.654610 86.739998 -v 123.810379 -72.753830 86.739998 -v 123.969086 -72.985352 86.739998 -v 126.189117 -72.754204 86.739998 -v 126.352211 -72.654724 86.739998 -v 126.635040 -72.620903 86.739998 -v 126.816856 -72.679199 86.739998 -v 126.968407 -72.795166 86.739998 -v 127.072182 -72.955269 86.739998 -v 127.114716 -73.232719 86.739998 -v 129.215179 -73.987701 86.739998 -v 129.405289 -73.968842 86.739998 -v 129.674789 -74.061089 86.739998 -v 129.863724 -74.273918 86.739998 -v 129.919678 -74.456345 86.739998 -v 129.910995 -74.647659 86.739998 -v 129.841507 -74.820435 86.739998 -v 131.310608 -76.403107 86.739998 -v 131.498932 -76.437042 86.739998 -v 131.664597 -76.532196 86.739998 -v 131.830261 -76.763947 86.739998 -v 131.866516 -76.951263 86.739998 -v 131.799774 -77.227783 86.739998 -v 131.609375 -77.434021 86.739998 -v 132.328735 -79.546967 86.739998 -v 132.509216 -79.767273 86.739998 -v 132.557922 -79.952049 86.739998 -v 132.509323 -80.232452 86.739998 -v 132.401581 -80.389938 86.739998 -v 132.246597 -80.502441 86.739998 -v 132.068176 -80.555832 86.739998 -v 131.799515 -82.771645 86.739998 -v 131.866547 -83.048447 86.739998 -v 131.788635 -83.322464 86.739998 -v 131.664810 -83.467606 86.739998 -v 131.499390 -83.562744 86.739998 -v 131.310944 -83.596863 86.739998 -v 131.127045 -83.567558 86.739998 -v 129.910950 -85.352005 86.739998 -v 129.919785 -85.543152 86.739998 -v 129.863876 -85.725845 86.739998 -v 129.749771 -85.879120 86.739998 -v 129.500244 -86.015953 86.739998 -v 129.309937 -86.029907 86.739998 -v 129.125351 -85.978882 86.739998 -v 128.972366 -85.872681 86.739998 -v 127.072609 -87.043922 86.739998 -v 126.968697 -87.204559 86.739998 -v 126.728546 -87.357758 86.739998 -v 126.444359 -87.372772 86.739998 -v 126.266838 -87.302773 86.739998 -v 126.122673 -87.176704 86.739998 -v 126.030914 -87.014648 86.739998 -v 123.810890 -87.245796 86.739998 -v 123.647789 -87.345276 86.739998 -v 123.364952 -87.379097 86.739998 -v 123.183151 -87.320801 86.739998 -v 122.972832 -87.129227 86.739998 -v 122.897636 -86.953094 86.739998 -v 122.885284 -86.767281 86.739998 -v 120.784813 -86.012299 86.739998 -v 120.594711 -86.031158 86.739998 -v 120.325203 -85.938911 86.739998 -v 120.186707 -85.807510 86.739998 -v 120.100471 -85.637268 86.739998 -v 120.076431 -85.447990 86.739998 -v 120.158493 -85.179565 86.739998 -v 118.593605 -83.587990 86.739998 -v 118.414154 -83.522499 86.739998 -v 118.211349 -83.322456 86.739998 -v 118.133484 -83.048729 86.739998 -v 118.200226 -82.772217 86.739998 -v 118.390625 -82.565979 86.739998 -v 132.292068 -79.255219 86.500000 -v 131.127045 -76.432442 86.739998 -v 128.972366 -74.127319 86.739998 -v 125.896530 -72.725037 86.500000 -v 122.651253 -73.056488 86.500000 -v 119.871178 -74.763199 86.500000 -v 118.106926 -77.507118 86.500000 -vt 0.053835 0.024005 -vt 0.053835 0.024005 -vt 0.053531 0.023797 -vt 0.053531 0.023797 -vt 0.053261 0.023547 -vt 0.053261 0.023547 -vt 0.053015 0.023238 -vt 0.053015 0.023238 -vt 0.052832 0.022920 -vt 0.052832 0.022920 -vt 0.052697 0.022578 -vt 0.052697 0.022578 -vt 0.052609 0.022192 -vt 0.052609 0.022192 -vt 0.052582 0.021825 -vt 0.052582 0.021825 -vt 0.052609 0.021459 -vt 0.052609 0.021459 -vt 0.052697 0.021073 -vt 0.052697 0.021073 -vt 0.052832 0.020731 -vt 0.052832 0.020731 -vt 0.053015 0.020413 -vt 0.053015 0.020413 -vt 0.053261 0.020103 -vt 0.053261 0.020103 -vt 0.053531 0.019854 -vt 0.053531 0.019854 -vt 0.053835 0.019646 -vt 0.053835 0.019646 -vt 0.054191 0.019475 -vt 0.054191 0.019475 -vt 0.054543 0.019367 -vt 0.054543 0.019367 -vt 0.054906 0.019311 -vt 0.054906 0.019311 -vt 0.055301 0.019311 -vt 0.055301 0.019311 -vt 0.055665 0.019367 -vt 0.055665 0.019367 -vt 0.056016 0.019475 -vt 0.056016 0.019475 -vt 0.056373 0.019646 -vt 0.056373 0.019646 -vt 0.056676 0.019854 -vt 0.056676 0.019854 -vt 0.056946 0.020103 -vt 0.056946 0.020103 -vt 0.057192 0.020413 -vt 0.057192 0.020413 -vt 0.057376 0.020731 -vt 0.057376 0.020731 -vt 0.057511 0.021073 -vt 0.057511 0.021073 -vt 0.057599 0.021459 -vt 0.057599 0.021459 -vt 0.057625 0.021825 -vt 0.057625 0.021825 -vt 0.057599 0.022192 -vt 0.057599 0.022192 -vt 0.057511 0.022578 -vt 0.057511 0.022578 -vt 0.057376 0.022920 -vt 0.057376 0.022920 -vt 0.057192 0.023238 -vt 0.057192 0.023238 -vt 0.056946 0.023547 -vt 0.056946 0.023547 -vt 0.056676 0.023797 -vt 0.056676 0.023797 -vt 0.056373 0.024005 -vt 0.056373 0.024005 -vt 0.056016 0.024176 -vt 0.056016 0.024176 -vt 0.055665 0.024284 -vt 0.055665 0.024284 -vt 0.055301 0.024339 -vt 0.055301 0.024339 -vt 0.055974 0.019900 -vt 0.056544 0.020323 -vt 0.057042 0.020074 -vt 0.054234 0.019900 -vt 0.054925 0.019720 -vt 0.056777 0.020588 -vt 0.057093 0.021216 -vt 0.057249 0.020292 -vt 0.057243 0.020224 -vt 0.057216 0.020163 -vt 0.057170 0.020113 -vt 0.057109 0.020083 -vt 0.055636 0.019781 -vt 0.054926 0.024404 -vt 0.054966 0.024459 -vt 0.055104 0.023938 -vt 0.055455 0.023876 -vt 0.056119 0.023642 -vt 0.057009 0.023573 -vt 0.057195 0.023515 -vt 0.057141 0.023555 -vt 0.056876 0.022916 -vt 0.057138 0.022264 -vt 0.057199 0.021557 -vt 0.056155 0.019385 -vt 0.056222 0.019387 -vt 0.056090 0.019406 -vt 0.053405 0.020569 -vt 0.053938 0.020101 -vt 0.055053 0.024508 -vt 0.055154 0.024508 -vt 0.055242 0.024459 -vt 0.055282 0.024404 -vt 0.057076 0.023575 -vt 0.056411 0.023444 -vt 0.056380 0.024105 -vt 0.057717 0.022307 -vt 0.057682 0.022249 -vt 0.057682 0.021402 -vt 0.057717 0.021344 -vt 0.057730 0.021278 -vt 0.056285 0.019411 -vt 0.053199 0.023573 -vt 0.057232 0.023458 -vt 0.057640 0.022546 -vt 0.057730 0.022373 -vt 0.057578 0.022573 -vt 0.054053 0.024266 -vt 0.054117 0.024244 -vt 0.056155 0.024266 -vt 0.056222 0.024264 -vt 0.056090 0.024244 -vt 0.056337 0.024196 -vt 0.057249 0.023359 -vt 0.057231 0.023294 -vt 0.057690 0.022500 -vt 0.057690 0.021151 -vt 0.056380 0.019546 -vt 0.056337 0.019455 -vt 0.053542 0.023200 -vt 0.054191 0.024176 -vt 0.057640 0.021105 -vt 0.057578 0.021078 -vt 0.055121 0.019137 -vt 0.054943 0.019218 -vt 0.055264 0.019218 -vt 0.054089 0.023642 -vt 0.054411 0.023787 -vt 0.054543 0.024284 -vt 0.054906 0.024339 -vt 0.053837 0.024138 -vt 0.053953 0.024255 -vt 0.053894 0.024220 -vt 0.055021 0.019154 -vt 0.054117 0.019406 -vt 0.052977 0.020357 -vt 0.053199 0.020078 -vt 0.053131 0.020076 -vt 0.053173 0.022601 -vt 0.053025 0.021914 -vt 0.053040 0.021561 -vt 0.053246 0.020889 -vt 0.055216 0.019171 -vt 0.053038 0.020113 -vt 0.052959 0.020292 -vt 0.054053 0.019385 -vt 0.053985 0.019387 -vt 0.053851 0.019482 -vt 0.053828 0.019546 -vt 0.053894 0.019430 -vt 0.052567 0.021105 -vt 0.052518 0.021151 -vt 0.052526 0.021402 -vt 0.052479 0.021244 -vt 0.052959 0.023359 -vt 0.053131 0.023575 -vt 0.052977 0.023294 -vt 0.052991 0.020163 -vt 0.052964 0.020224 -vt 0.052481 0.022340 -vt 0.052479 0.022407 -vt 0.052518 0.022500 -vt 0.052567 0.022546 -vt 0.052481 0.021311 -vt 0.052506 0.022277 -vt 0.052629 0.022573 -vt 0.052975 0.023458 -vt 0.053067 0.023555 -vt 0.056772 0.011291 -vt 0.055987 0.011192 -vt 0.055987 0.011192 -vt 0.056135 0.011209 -vt 0.057550 0.011439 -vt 0.057581 0.011450 -vt 0.057550 0.011439 -vt 0.056773 0.011288 -vt 0.055847 0.011181 -vt 0.057597 0.011450 -vt 0.057505 0.011434 -vt 0.057807 0.011509 -vt 0.059147 0.011951 -vt 0.059783 0.012241 -vt 0.058981 0.011891 -vt 0.059213 0.011978 -vt 0.059945 0.012323 -vt 0.059230 0.011985 -vt 0.059946 0.012322 -vt 0.059365 0.012047 -vt 0.060640 0.012703 -vt 0.060666 0.012724 -vt 0.060655 0.012713 -vt 0.060495 0.012623 -vt 0.060716 0.012750 -vt 0.060809 0.012809 -vt 0.062055 0.013730 -vt 0.062432 0.014069 -vt 0.061962 0.013651 -vt 0.062644 0.014285 -vt 0.062069 0.013742 -vt 0.062649 0.014280 -vt 0.062039 0.013722 -vt 0.063188 0.014861 -vt 0.063206 0.014888 -vt 0.063199 0.014874 -vt 0.062993 0.014649 -vt 0.063245 0.014928 -vt 0.063316 0.015014 -vt 0.064200 0.016248 -vt 0.064604 0.016985 -vt 0.064411 0.016607 -vt 0.064120 0.016120 -vt 0.064226 0.016289 -vt 0.064607 0.016983 -vt 0.064298 0.016419 -vt 0.064944 0.017700 -vt 0.064953 0.017731 -vt 0.064951 0.017716 -vt 0.064774 0.017328 -vt 0.064978 0.017782 -vt 0.065038 0.017948 -vt 0.065479 0.019332 -vt 0.065636 0.020157 -vt 0.065539 0.019621 -vt 0.065457 0.019243 -vt 0.065490 0.019379 -vt 0.065643 0.020156 -vt 0.065477 0.019346 -vt 0.065737 0.020942 -vt 0.065736 0.020975 -vt 0.065739 0.020961 -vt 0.065676 0.020417 -vt 0.065744 0.021031 -vt 0.065751 0.021141 -vt 0.065748 0.022569 -vt 0.065741 0.022660 -vt 0.065726 0.022834 -vt 0.065615 0.023633 -vt 0.065643 0.023495 -vt 0.065737 0.022708 -vt 0.065720 0.022856 -vt 0.065479 0.024303 -vt 0.065490 0.024271 -vt 0.065486 0.024289 -vt 0.065469 0.024358 -vt 0.065442 0.024465 -vt 0.064938 0.025953 -vt 0.064978 0.025869 -vt 0.064597 0.026685 -vt 0.064944 0.025951 -vt 0.064611 0.026670 -vt 0.064944 0.025951 -vt 0.064882 0.026086 -vt 0.064205 0.027387 -vt 0.064226 0.027361 -vt 0.064226 0.027361 -vt 0.064201 0.027403 -vt 0.064152 0.027481 -vt 0.063199 0.028776 -vt 0.062646 0.029368 -vt 0.063278 0.028683 -vt 0.062646 0.029367 -vt 0.063188 0.028790 -vt 0.063086 0.028899 -vt 0.062041 0.029928 -vt 0.062069 0.029909 -vt 0.062068 0.029909 -vt 0.062032 0.029941 -vt 0.062129 0.029849 -vt 0.061962 0.030000 -vt 0.060655 0.030938 -vt 0.059945 0.031327 -vt 0.060759 0.030874 -vt 0.060640 0.030947 -vt 0.059946 0.031329 -vt 0.060510 0.031020 -vt 0.059230 0.031666 -vt 0.059198 0.031675 -vt 0.059213 0.031673 -vt 0.059417 0.031579 -vt 0.059147 0.031700 -vt 0.059044 0.031741 -vt 0.057568 0.032207 -vt 0.057110 0.032300 -vt 0.057686 0.032179 -vt 0.056772 0.032357 -vt 0.057550 0.032212 -vt 0.056772 0.032360 -vt 0.057404 0.032240 -vt 0.055987 0.032459 -vt 0.055954 0.032458 -vt 0.055969 0.032461 -vt 0.056312 0.032422 -vt 0.055898 0.032466 -vt 0.055721 0.032472 -vt 0.054269 0.032463 -vt 0.053436 0.032357 -vt 0.053895 0.032422 -vt 0.054360 0.032470 -vt 0.054221 0.032459 -vt 0.053435 0.032364 -vt 0.054073 0.032441 -vt 0.052658 0.032212 -vt 0.052626 0.032200 -vt 0.052640 0.032207 -vt 0.053097 0.032300 -vt 0.052571 0.032191 -vt 0.052464 0.032163 -vt 0.051022 0.031684 -vt 0.050262 0.031327 -vt 0.050790 0.031579 -vt 0.051107 0.031719 -vt 0.050978 0.031666 -vt 0.050260 0.031333 -vt 0.050843 0.031603 -vt 0.049568 0.030947 -vt 0.049542 0.030927 -vt 0.049552 0.030938 -vt 0.050065 0.031225 -vt 0.049492 0.030901 -vt 0.049399 0.030841 -vt 0.048075 0.029853 -vt 0.048207 0.029967 -vt 0.047491 0.029295 -vt 0.048139 0.029909 -vt 0.047559 0.029370 -vt 0.048139 0.029909 -vt 0.048030 0.029808 -vt 0.047001 0.028763 -vt 0.047020 0.028790 -vt 0.047020 0.028790 -vt 0.046988 0.028753 -vt 0.046929 0.028683 -vt 0.046005 0.027389 -vt 0.046128 0.027584 -vt 0.046007 0.027403 -vt 0.045597 0.026669 -vt 0.045982 0.027361 -vt 0.045982 0.027361 -vt 0.045600 0.026668 -vt 0.045909 0.027231 -vt 0.045263 0.025951 -vt 0.045254 0.025919 -vt 0.045263 0.025951 -vt 0.045245 0.025907 -vt 0.045270 0.025953 -vt 0.045210 0.025822 -vt 0.044766 0.024465 -vt 0.044722 0.024289 -vt 0.044569 0.023494 -vt 0.044718 0.024272 -vt 0.044565 0.023495 -vt 0.044689 0.024126 -vt 0.044470 0.022708 -vt 0.044471 0.022675 -vt 0.044469 0.022690 -vt 0.044486 0.022833 -vt 0.044463 0.022619 -vt 0.044456 0.022509 -vt 0.044469 0.020961 -vt 0.044527 0.020416 -vt 0.044459 0.021082 -vt 0.044571 0.020157 -vt 0.044470 0.020942 -vt 0.044565 0.020156 -vt 0.044488 0.020795 -vt 0.044718 0.019379 -vt 0.044729 0.019348 -vt 0.044722 0.019361 -vt 0.044669 0.019621 -vt 0.044738 0.019292 -vt 0.044766 0.019186 -vt 0.045245 0.017744 -vt 0.045603 0.016985 -vt 0.045428 0.017326 -vt 0.045210 0.017829 -vt 0.045263 0.017700 -vt 0.045600 0.016983 -vt 0.045326 0.017564 -vt 0.045982 0.016289 -vt 0.046002 0.016263 -vt 0.045991 0.016274 -vt 0.045801 0.016610 -vt 0.046028 0.016213 -vt 0.046128 0.016067 -vt 0.046988 0.014897 -vt 0.047564 0.014285 -vt 0.047214 0.014649 -vt 0.046892 0.015014 -vt 0.047020 0.014861 -vt 0.047559 0.014280 -vt 0.047121 0.014751 -vt 0.048139 0.013742 -vt 0.048166 0.013723 -vt 0.048153 0.013730 -vt 0.047779 0.014073 -vt 0.048207 0.013684 -vt 0.048292 0.013613 -vt 0.049527 0.012729 -vt 0.050262 0.012323 -vt 0.049710 0.012618 -vt 0.049345 0.012849 -vt 0.049568 0.012703 -vt 0.050262 0.012322 -vt 0.049698 0.012631 -vt 0.050978 0.011985 -vt 0.051010 0.011976 -vt 0.050995 0.011978 -vt 0.050424 0.012241 -vt 0.051060 0.011951 -vt 0.051162 0.011911 -vt 0.061099 0.027391 -vt 0.061099 0.027391 -vt 0.061316 0.027148 -vt 0.056926 0.013850 -vt 0.056926 0.013850 -vt 0.056607 0.013784 -vt 0.047286 0.024235 -vt 0.047286 0.024235 -vt 0.047388 0.024544 -vt 0.059093 0.028967 -vt 0.059046 0.028993 -vt 0.059265 0.028868 -vt 0.059685 0.028603 -vt 0.059830 0.028502 -vt 0.058056 0.029447 -vt 0.058719 0.029164 -vt 0.058779 0.029134 -vt 0.058905 0.029069 -vt 0.058473 0.029280 -vt 0.053142 0.029767 -vt 0.054099 0.029937 -vt 0.053721 0.029888 -vt 0.053281 0.029800 -vt 0.054098 0.029944 -vt 0.053281 0.029800 -vt 0.052866 0.029694 -vt 0.053042 0.029742 -vt 0.052377 0.029543 -vt 0.052149 0.029454 -vt 0.053022 0.029737 -vt 0.050381 0.028498 -vt 0.050556 0.028626 -vt 0.050587 0.028646 -vt 0.050690 0.028713 -vt 0.050523 0.028603 -vt 0.050987 0.028894 -vt 0.051114 0.028967 -vt 0.051734 0.029280 -vt 0.051234 0.029033 -vt 0.047103 0.023550 -vt 0.047113 0.023575 -vt 0.047176 0.023842 -vt 0.047278 0.024222 -vt 0.047228 0.024039 -vt 0.047395 0.024542 -vt 0.047271 0.024187 -vt 0.046985 0.022865 -vt 0.046958 0.022580 -vt 0.046926 0.021478 -vt 0.046924 0.021739 -vt 0.046924 0.021908 -vt 0.046926 0.022173 -vt 0.046965 0.022580 -vt 0.047026 0.020572 -vt 0.046941 0.021287 -vt 0.046932 0.021441 -vt 0.046985 0.020786 -vt 0.049207 0.016156 -vt 0.048527 0.016961 -vt 0.048963 0.016421 -vt 0.049111 0.016257 -vt 0.048575 0.016895 -vt 0.049108 0.016260 -vt 0.049443 0.015919 -vt 0.049965 0.015461 -vt 0.049472 0.015892 -vt 0.049975 0.015452 -vt 0.049361 0.015999 -vt 0.051685 0.014394 -vt 0.051488 0.014487 -vt 0.051488 0.014487 -vt 0.051734 0.014371 -vt 0.051433 0.014515 -vt 0.051272 0.014598 -vt 0.051116 0.014683 -vt 0.051114 0.014684 -vt 0.050520 0.015044 -vt 0.050797 0.014870 -vt 0.057829 0.014112 -vt 0.057584 0.014030 -vt 0.057277 0.013939 -vt 0.057165 0.013909 -vt 0.056486 0.013762 -vt 0.057125 0.013898 -vt 0.057011 0.013870 -vt 0.059093 0.014684 -vt 0.059468 0.014906 -vt 0.059122 0.014700 -vt 0.058473 0.014371 -vt 0.058523 0.014394 -vt 0.060232 0.015452 -vt 0.059651 0.015025 -vt 0.059651 0.015025 -vt 0.060243 0.015461 -vt 0.059595 0.014988 -vt 0.059685 0.015048 -vt 0.062962 0.019553 -vt 0.062923 0.019420 -vt 0.062633 0.018639 -vt 0.062694 0.018775 -vt 0.062926 0.019430 -vt 0.062637 0.018637 -vt 0.062922 0.019416 -vt 0.063218 0.020786 -vt 0.063187 0.020571 -vt 0.063101 0.020102 -vt 0.063058 0.019915 -vt 0.063021 0.019766 -vt 0.063277 0.021478 -vt 0.063280 0.021573 -vt 0.063249 0.022580 -vt 0.063267 0.022363 -vt 0.063267 0.022363 -vt 0.063218 0.022864 -vt 0.063269 0.022326 -vt 0.063276 0.022204 -vt 0.063281 0.022036 -vt 0.063277 0.022173 -vt 0.060615 0.027871 -vt 0.060847 0.027650 -vt 0.060767 0.027735 -vt 0.060949 0.027549 -vt 0.061245 0.027230 -vt 0.061313 0.027145 -vt 0.061065 0.027428 -vt 0.060243 0.028190 -vt 0.055104 0.030006 -vt 0.056109 0.029944 -vt 0.055798 0.029976 -vt 0.057099 0.029759 -vt 0.056486 0.029888 -vt 0.058719 0.029164 -vt 0.058059 0.029454 -vt 0.057854 0.029519 -vt 0.057829 0.029539 -vt 0.057165 0.029742 -vt 0.061681 0.026690 -vt 0.061923 0.026344 -vt 0.062427 0.025472 -vt 0.062070 0.026115 -vt 0.062819 0.024544 -vt 0.062694 0.024876 -vt 0.062530 0.025228 -vt 0.062408 0.025508 -vt 0.063101 0.023549 -vt 0.063094 0.023577 -vt 0.062926 0.024221 -vt 0.062812 0.024542 -vt 0.062408 0.018142 -vt 0.062531 0.018423 -vt 0.062183 0.017738 -vt 0.062188 0.017735 -vt 0.062070 0.017536 -vt 0.061632 0.016895 -vt 0.061681 0.016961 -vt 0.060977 0.016131 -vt 0.061245 0.016421 -vt 0.060764 0.015919 -vt 0.060971 0.016136 -vt 0.055607 0.013660 -vt 0.055798 0.013674 -vt 0.055104 0.013645 -vt 0.054600 0.013660 -vt 0.054410 0.013674 -vt 0.053601 0.013784 -vt 0.053721 0.013762 -vt 0.052624 0.014030 -vt 0.052377 0.014108 -vt 0.052626 0.014036 -vt 0.053042 0.013909 -vt 0.048019 0.017735 -vt 0.048138 0.017536 -vt 0.047235 0.019587 -vt 0.047282 0.019430 -vt 0.047513 0.018775 -vt 0.047570 0.018637 -vt 0.047677 0.018423 -vt 0.047799 0.018142 -vt 0.047107 0.020102 -vt 0.047113 0.020144 -vt 0.047020 0.020571 -vt 0.046941 0.021287 -vt 0.047513 0.024876 -vt 0.047678 0.025228 -vt 0.047799 0.025508 -vt 0.047781 0.025472 -vt 0.048284 0.026344 -vt 0.048134 0.026117 -vt 0.048891 0.027148 -vt 0.048527 0.026690 -vt 0.049387 0.027659 -vt 0.048963 0.027230 -vt 0.050556 0.028626 -vt 0.050377 0.028502 -vt 0.049772 0.028015 -vt 0.049965 0.028190 -vt 0.049593 0.027871 -vt 0.049597 0.027866 -vt 0.049443 0.027731 -vt 0.054410 0.029976 -vt 0.055104 0.030006 -vt 0.056517 0.025853 -vt 0.056506 0.025856 -vt 0.055825 0.026032 -vt 0.052316 0.025057 -vt 0.052314 0.025056 -vt 0.051900 0.024645 -vt 0.050911 0.021025 -vt 0.050911 0.021025 -vt 0.051023 0.020576 -vt 0.053701 0.017794 -vt 0.053701 0.017794 -vt 0.054028 0.017695 -vt 0.057893 0.018595 -vt 0.057893 0.018595 -vt 0.058057 0.018744 -vt 0.059312 0.022535 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.022367 -vt 0.059368 0.022007 -vt 0.059341 0.022335 -vt 0.059296 0.022626 -vt 0.059276 0.022725 -vt 0.059333 0.021284 -vt 0.059337 0.021282 -vt 0.059364 0.021644 -vt 0.059364 0.022006 -vt 0.059185 0.020576 -vt 0.059265 0.020875 -vt 0.059265 0.020875 -vt 0.059274 0.020916 -vt 0.059185 0.020576 -vt 0.059296 0.021024 -vt 0.059310 0.021101 -vt 0.059272 0.020927 -vt 0.057682 0.018424 -vt 0.057782 0.018508 -vt 0.057491 0.018293 -vt 0.058057 0.018744 -vt 0.057785 0.018505 -vt 0.057861 0.018568 -vt 0.056860 0.017940 -vt 0.056862 0.017936 -vt 0.057183 0.018103 -vt 0.057494 0.018289 -vt 0.056179 0.017695 -vt 0.056362 0.017747 -vt 0.056362 0.017747 -vt 0.056179 0.017695 -vt 0.056401 0.017759 -vt 0.056506 0.017794 -vt 0.056681 0.017860 -vt 0.056524 0.017805 -vt 0.053347 0.017940 -vt 0.053297 0.017958 -vt 0.053683 0.017805 -vt 0.053485 0.017876 -vt 0.054029 0.017699 -vt 0.053587 0.017836 -vt 0.052150 0.018744 -vt 0.052201 0.018697 -vt 0.052201 0.018697 -vt 0.052150 0.018744 -vt 0.052231 0.018669 -vt 0.052314 0.018595 -vt 0.052418 0.018508 -vt 0.052425 0.018508 -vt 0.052714 0.018289 -vt 0.052716 0.018293 -vt 0.053024 0.018103 -vt 0.050882 0.021195 -vt 0.050898 0.021100 -vt 0.051023 0.020576 -vt 0.050936 0.020927 -vt 0.050874 0.021284 -vt 0.050852 0.021456 -vt 0.050932 0.022729 -vt 0.050917 0.022657 -vt 0.050931 0.022725 -vt 0.050893 0.022523 -vt 0.050879 0.022432 -vt 0.050874 0.022367 -vt 0.050844 0.022006 -vt 0.050839 0.022007 -vt 0.050844 0.021644 -vt 0.051143 0.023417 -vt 0.050943 0.022775 -vt 0.050942 0.022772 -vt 0.051143 0.023417 -vt 0.051027 0.023074 -vt 0.052399 0.025127 -vt 0.051900 0.024645 -vt 0.052153 0.024904 -vt 0.052716 0.025358 -vt 0.052658 0.025323 -vt 0.052425 0.025143 -vt 0.052466 0.025181 -vt 0.053726 0.025865 -vt 0.053629 0.025831 -vt 0.053683 0.025846 -vt 0.053459 0.025764 -vt 0.053347 0.025711 -vt 0.053024 0.025548 -vt 0.053022 0.025551 -vt 0.054382 0.026032 -vt 0.053846 0.025904 -vt 0.053846 0.025904 -vt 0.053813 0.025894 -vt 0.054382 0.026032 -vt 0.054029 0.025952 -vt 0.056526 0.025850 -vt 0.056178 0.025952 -vt 0.055825 0.026032 -vt 0.057185 0.025551 -vt 0.056910 0.025692 -vt 0.056860 0.025711 -vt 0.056720 0.025775 -vt 0.056578 0.025831 -vt 0.057782 0.025143 -vt 0.057785 0.025146 -vt 0.057692 0.025219 -vt 0.057491 0.025358 -vt 0.057183 0.025548 -vt 0.058308 0.024645 -vt 0.058007 0.024954 -vt 0.058007 0.024954 -vt 0.057992 0.024968 -vt 0.058308 0.024645 -vt 0.057944 0.025011 -vt 0.057876 0.025070 -vt 0.058054 0.024904 -vt 0.054742 0.026078 -vt 0.055104 0.026093 -vt 0.051672 0.024363 -vt 0.051469 0.024063 -vt 0.051473 0.024061 -vt 0.051293 0.023747 -vt 0.051143 0.020234 -vt 0.051293 0.019904 -vt 0.051296 0.019906 -vt 0.051469 0.019588 -vt 0.051672 0.019287 -vt 0.051676 0.019290 -vt 0.051900 0.019006 -vt 0.054382 0.017619 -vt 0.054742 0.017573 -vt 0.054742 0.017577 -vt 0.055104 0.017557 -vt 0.055466 0.017573 -vt 0.055465 0.017577 -vt 0.055825 0.017619 -vt 0.058308 0.019006 -vt 0.058535 0.019287 -vt 0.058532 0.019290 -vt 0.058738 0.019588 -vt 0.058915 0.019904 -vt 0.058911 0.019906 -vt 0.059064 0.020234 -vt 0.059185 0.023075 -vt 0.059064 0.023417 -vt 0.059060 0.023415 -vt 0.058915 0.023747 -vt 0.058738 0.024063 -vt 0.058735 0.024061 -vt 0.058535 0.024363 -vt 0.055466 0.026078 -vt 0.055104 0.026089 -vt 0.052702 0.011434 -vt 0.052571 0.011460 -vt 0.053435 0.011288 -vt 0.052658 0.011439 -vt 0.053435 0.011291 -vt 0.052658 0.011439 -vt 0.052804 0.011410 -vt 0.054254 0.011193 -vt 0.054221 0.011192 -vt 0.054221 0.011192 -vt 0.054269 0.011188 -vt 0.054297 0.011191 -vt 0.054360 0.011181 -vt 0.049236 0.015703 -vt 0.049651 0.014569 -vt 0.049741 0.015184 -vt 0.050355 0.014799 -vt 0.050968 0.014422 -vt 0.051546 0.013475 -vt 0.051611 0.014098 -vt 0.052953 0.013565 -vt 0.052932 0.013012 -vt 0.053671 0.013467 -vt 0.055104 0.012749 -vt 0.054385 0.013375 -vt 0.055104 0.013345 -vt 0.056546 0.013412 -vt 0.057276 0.013012 -vt 0.057241 0.013618 -vt 0.057929 0.013829 -vt 0.058661 0.013475 -vt 0.058620 0.014047 -vt 0.059955 0.014154 -vt 0.059884 0.014753 -vt 0.061158 0.014992 -vt 0.061010 0.015663 -vt 0.061010 0.027988 -vt 0.060556 0.029082 -vt 0.060431 0.028424 -vt 0.059853 0.028852 -vt 0.059322 0.029862 -vt 0.059240 0.029229 -vt 0.058620 0.029604 -vt 0.057978 0.030435 -vt 0.057255 0.030086 -vt 0.056546 0.030239 -vt 0.055834 0.030873 -vt 0.055823 0.030275 -vt 0.055104 0.030306 -vt 0.054373 0.030873 -vt 0.054380 0.030331 -vt 0.053648 0.030784 -vt 0.052953 0.030086 -vt 0.051546 0.030176 -vt 0.051588 0.029604 -vt 0.050941 0.029278 -vt 0.050324 0.028898 -vt 0.049651 0.029082 -vt 0.049776 0.028424 -vt 0.049197 0.027988 -vt 0.062135 0.016085 -vt 0.061967 0.016749 -vt 0.062964 0.017287 -vt 0.062726 0.017982 -vt 0.063591 0.018607 -vt 0.062973 0.018663 -vt 0.063213 0.019342 -vt 0.063997 0.020010 -vt 0.063394 0.020039 -vt 0.063516 0.020748 -vt 0.063577 0.021465 -vt 0.064173 0.022191 -vt 0.063571 0.022910 -vt 0.064049 0.023652 -vt 0.063266 0.024325 -vt 0.063591 0.025044 -vt 0.062726 0.025668 -vt 0.062964 0.026364 -vt 0.062325 0.026272 -vt 0.061922 0.026868 -vt 0.061470 0.027428 -vt 0.061650 0.028113 -vt 0.048073 0.027566 -vt 0.048241 0.026901 -vt 0.047197 0.026390 -vt 0.047882 0.026272 -vt 0.047531 0.025643 -vt 0.046617 0.025044 -vt 0.047235 0.024987 -vt 0.046995 0.024309 -vt 0.046813 0.023612 -vt 0.046093 0.022919 -vt 0.046692 0.022903 -vt 0.046575 0.022188 -vt 0.046034 0.021460 -vt 0.046637 0.020741 -vt 0.046759 0.020027 -vt 0.046385 0.019300 -vt 0.047183 0.018643 -vt 0.046856 0.017912 -vt 0.047481 0.017982 -vt 0.047197 0.017261 -vt 0.047882 0.017379 -vt 0.048285 0.016783 -vt 0.048073 0.016085 -vt 0.048738 0.016222 -vt 0.047113 0.018423 -vt 0.044796 0.021433 -vt 0.043892 0.021434 -vt 0.043892 0.022217 -vt 0.063213 0.028201 -vt 0.063919 0.028714 -vt 0.064379 0.028081 -vt 0.065412 0.022217 -vt 0.066315 0.022217 -vt 0.066285 0.021825 -vt 0.048848 0.012550 -vt 0.048215 0.013010 -vt 0.049362 0.013256 -vt 0.048728 0.013717 -vt 0.049591 0.016254 -vt 0.047810 0.014532 -vt 0.046995 0.015449 -vt 0.052291 0.011901 -vt 0.050421 0.012635 -vt 0.050067 0.016330 -vt 0.050524 0.016485 -vt 0.051956 0.014628 -vt 0.050948 0.016716 -vt 0.052394 0.014848 -vt 0.051327 0.017014 -vt 0.051650 0.017373 -vt 0.051908 0.017781 -vt 0.052353 0.018423 -vt 0.052093 0.018226 -vt 0.052021 0.011071 -vt 0.051277 0.011313 -vt 0.051546 0.012143 -vt 0.055496 0.011518 -vt 0.053749 0.017308 -vt 0.053713 0.016820 -vt 0.053490 0.011638 -vt 0.054712 0.011517 -vt 0.054712 0.010644 -vt 0.055495 0.010644 -vt 0.053594 0.016346 -vt 0.053396 0.015899 -vt 0.053124 0.015492 -vt 0.057345 0.014716 -vt 0.057439 0.015189 -vt 0.057916 0.011901 -vt 0.057451 0.015672 -vt 0.057382 0.016149 -vt 0.057233 0.016608 -vt 0.057009 0.017035 -vt 0.056715 0.017419 -vt 0.057172 0.014265 -vt 0.058339 0.018393 -vt 0.058743 0.018119 -vt 0.059095 0.017778 -vt 0.059383 0.017383 -vt 0.059599 0.016944 -vt 0.059736 0.016475 -vt 0.059792 0.015989 -vt 0.063094 0.018423 -vt 0.063213 0.015449 -vt 0.058931 0.011313 -vt 0.058187 0.011071 -vt 0.058662 0.012143 -vt 0.061945 0.014106 -vt 0.061480 0.013717 -vt 0.059786 0.012635 -vt 0.061992 0.013010 -vt 0.061359 0.012550 -vt 0.060845 0.013256 -vt 0.059763 0.015501 -vt 0.063673 0.016084 -vt 0.064379 0.015570 -vt 0.063919 0.014937 -vt 0.065858 0.018742 -vt 0.065616 0.017998 -vt 0.064806 0.018214 -vt 0.064294 0.017143 -vt 0.065028 0.019013 -vt 0.063094 0.021825 -vt 0.065291 0.020212 -vt 0.065412 0.021433 -vt 0.063094 0.022526 -vt 0.063094 0.025228 -vt 0.065858 0.024908 -vt 0.065028 0.024638 -vt 0.066315 0.021434 -vt 0.065291 0.023439 -vt 0.063673 0.027567 -vt 0.065645 0.025662 -vt 0.064786 0.025384 -vt 0.064294 0.026508 -vt 0.057421 0.028512 -vt 0.058251 0.029022 -vt 0.061359 0.031101 -vt 0.061992 0.030641 -vt 0.060845 0.030395 -vt 0.061480 0.029934 -vt 0.062397 0.029119 -vt 0.058663 0.031507 -vt 0.057916 0.031750 -vt 0.058187 0.032580 -vt 0.058931 0.032338 -vt 0.057854 0.031506 -vt 0.056717 0.032013 -vt 0.052291 0.031750 -vt 0.053490 0.032013 -vt 0.052353 0.031506 -vt 0.054712 0.032133 -vt 0.054712 0.033006 -vt 0.055495 0.033006 -vt 0.055540 0.032169 -vt 0.050445 0.028150 -vt 0.052353 0.028015 -vt 0.051267 0.032367 -vt 0.052021 0.032580 -vt 0.051545 0.031507 -vt 0.049362 0.030395 -vt 0.048215 0.030641 -vt 0.048848 0.031101 -vt 0.048728 0.029934 -vt 0.045804 0.028099 -vt 0.046288 0.028714 -vt 0.046995 0.028202 -vt 0.045913 0.026508 -vt 0.047113 0.025228 -vt 0.045401 0.025437 -vt 0.044453 0.025228 -vt 0.044591 0.025653 -vt 0.046534 0.027567 -vt 0.044796 0.022217 -vt 0.044916 0.023439 -vt 0.044349 0.024908 -vt 0.045179 0.024638 -vt 0.044349 0.018742 -vt 0.045179 0.019013 -vt 0.044916 0.020212 -vt 0.044562 0.017989 -vt 0.045421 0.018267 -vt 0.045913 0.017143 -vt 0.046288 0.014937 -vt 0.045828 0.015570 -vt 0.046534 0.016084 -vt 0.052787 0.015138 -vt 0.057854 0.021185 -vt 0.062381 0.020211 -vt 0.062018 0.020529 -vt 0.062685 0.019837 -vt 0.060204 0.021080 -vt 0.059726 0.021018 -vt 0.061607 0.020781 -vt 0.061158 0.020960 -vt 0.060686 0.021061 -vt 0.049387 0.021825 -vt 0.049604 0.020393 -vt 0.049117 0.020341 -vt 0.047297 0.020952 -vt 0.047113 0.021125 -vt 0.047706 0.020684 -vt 0.048629 0.020373 -vt 0.048154 0.020489 -vt 0.052424 0.021139 -vt 0.050514 0.020740 -vt 0.050074 0.020527 -vt 0.047522 0.023814 -vt 0.047826 0.023439 -vt 0.048189 0.023121 -vt 0.048601 0.022869 -vt 0.049049 0.022691 -vt 0.049521 0.022590 -vt 0.051464 0.025532 -vt 0.051113 0.025872 -vt 0.050825 0.026268 -vt 0.050609 0.026706 -vt 0.050471 0.027176 -vt 0.050416 0.027661 -vt 0.051869 0.025257 -vt 0.052353 0.021825 -vt 0.050003 0.022571 -vt 0.050482 0.022633 -vt 0.053035 0.029385 -vt 0.052863 0.028935 -vt 0.052769 0.028461 -vt 0.052756 0.027979 -vt 0.057814 0.028803 -vt 0.057854 0.025228 -vt 0.056458 0.026343 -vt 0.056811 0.027752 -vt 0.057083 0.028159 -vt 0.052826 0.027501 -vt 0.052572 0.025228 -vt 0.052975 0.027042 -vt 0.053199 0.026615 -vt 0.056494 0.026831 -vt 0.056613 0.027305 -vt 0.053492 0.026232 -vt 0.059259 0.026935 -vt 0.058880 0.026636 -vt 0.058557 0.026278 -vt 0.058299 0.025870 -vt 0.058114 0.025424 -vt 0.060617 0.027397 -vt 0.060140 0.027321 -vt 0.059683 0.027165 -vt 0.057854 0.021825 -vt 0.060604 0.023258 -vt 0.061090 0.023310 -vt 0.061578 0.023278 -vt 0.062053 0.023162 -vt 0.059693 0.022911 -vt 0.060134 0.023124 -vt 0.062502 0.022967 -vt 0.062910 0.022698 -vt 0.057257 0.023574 -vt 0.057133 0.023650 -vt 0.057691 0.022144 -vt 0.057795 0.022274 -vt 0.056966 0.023650 -vt 0.056452 0.024165 -vt 0.056285 0.024335 -vt 0.057802 0.022466 -vt 0.057685 0.022619 -vt 0.055177 0.024590 -vt 0.056093 0.024338 -vt 0.055335 0.024481 -vt 0.053075 0.023650 -vt 0.052920 0.023535 -vt 0.057297 0.023235 -vt 0.057334 0.023397 -vt 0.053878 0.024313 -vt 0.053756 0.024165 -vt 0.054067 0.024350 -vt 0.055990 0.024277 -vt 0.052523 0.022619 -vt 0.052883 0.023300 -vt 0.052634 0.022661 -vt 0.057573 0.022661 -vt 0.054942 0.024549 -vt 0.054839 0.024419 -vt 0.054191 0.024176 -vt 0.053241 0.023650 -vt 0.057757 0.021098 -vt 0.057795 0.021377 -vt 0.057691 0.021506 -vt 0.056140 0.019301 -vt 0.056329 0.019337 -vt 0.056452 0.019486 -vt 0.052874 0.020302 -vt 0.052920 0.020115 -vt 0.057178 0.020019 -vt 0.057287 0.020115 -vt 0.053241 0.020001 -vt 0.053756 0.019486 -vt 0.054873 0.019170 -vt 0.055128 0.019052 -vt 0.054115 0.019313 -vt 0.057334 0.020253 -vt 0.055265 0.019101 -vt 0.055369 0.019232 -vt 0.052634 0.020990 -vt 0.052755 0.020694 -vt 0.052566 0.021009 -vt 0.053029 0.020019 -vt 0.053923 0.019316 -vt 0.056966 0.020001 -vt 0.057573 0.020990 -vt 0.054217 0.019374 -vt 0.052516 0.021506 -vt 0.052412 0.021377 -vt 0.052395 0.022419 -vt 0.052412 0.022274 -vt 0.052516 0.022144 -vt 0.059587 0.020984 -vt 0.059946 0.021057 -vt 0.060312 0.021083 -vt 0.060678 0.021062 -vt 0.061038 0.020994 -vt 0.061386 0.020880 -vt 0.061717 0.020723 -vt 0.062305 0.020288 -vt 0.062025 0.020524 -vt 0.062552 0.020017 -vt 0.062762 0.019717 -vt 0.063102 0.022533 -vt 0.062787 0.022790 -vt 0.062440 0.023000 -vt 0.062066 0.023158 -vt 0.061673 0.023261 -vt 0.061269 0.023303 -vt 0.060864 0.023296 -vt 0.060463 0.023227 -vt 0.059713 0.022923 -vt 0.060077 0.023102 -vt 0.059378 0.022693 -vt 0.062552 0.020544 -vt 0.062582 0.022499 -vt 0.062237 0.020810 -vt 0.061890 0.021034 -vt 0.061518 0.021211 -vt 0.060721 0.021415 -vt 0.060549 0.022882 -vt 0.059898 0.021409 -vt 0.061126 0.021338 -vt 0.061951 0.022821 -vt 0.056617 0.017522 -vt 0.056860 0.017247 -vt 0.057065 0.016944 -vt 0.057230 0.016616 -vt 0.057351 0.016270 -vt 0.057427 0.015912 -vt 0.057456 0.015547 -vt 0.057373 0.014820 -vt 0.057438 0.015181 -vt 0.057262 0.014471 -vt 0.057107 0.014139 -vt 0.059715 0.015253 -vt 0.059781 0.015654 -vt 0.059789 0.016060 -vt 0.059739 0.016463 -vt 0.059632 0.016854 -vt 0.059470 0.017227 -vt 0.059257 0.017573 -vt 0.058998 0.017885 -vt 0.058696 0.018156 -vt 0.057992 0.018558 -vt 0.058358 0.018382 -vt 0.057779 0.015963 -vt 0.057811 0.015552 -vt 0.059390 0.016394 -vt 0.057141 0.017465 -vt 0.057791 0.015140 -vt 0.057718 0.014735 -vt 0.057557 0.016755 -vt 0.058969 0.017365 -vt 0.052133 0.018363 -vt 0.052017 0.018016 -vt 0.051655 0.017380 -vt 0.051857 0.017686 -vt 0.051417 0.017102 -vt 0.051144 0.016857 -vt 0.050842 0.016649 -vt 0.050516 0.016482 -vt 0.050171 0.016358 -vt 0.049814 0.016279 -vt 0.049449 0.016247 -vt 0.051718 0.014545 -vt 0.052777 0.015130 -vt 0.052453 0.014885 -vt 0.052097 0.014689 -vt 0.053059 0.015421 -vt 0.053301 0.015747 -vt 0.053498 0.016102 -vt 0.053638 0.016483 -vt 0.053749 0.017285 -vt 0.053722 0.016880 -vt 0.053719 0.017690 -vt 0.050270 0.016016 -vt 0.052346 0.017881 -vt 0.051616 0.014886 -vt 0.050658 0.016156 -vt 0.051025 0.016344 -vt 0.051364 0.016578 -vt 0.051940 0.017166 -vt 0.053296 0.016581 -vt 0.052793 0.015650 -vt 0.050620 0.022667 -vt 0.050261 0.022594 -vt 0.049895 0.022568 -vt 0.049170 0.022657 -vt 0.049530 0.022589 -vt 0.048821 0.022770 -vt 0.048490 0.022928 -vt 0.047903 0.023363 -vt 0.048182 0.023126 -vt 0.047656 0.023634 -vt 0.047445 0.023934 -vt 0.047106 0.021118 -vt 0.047420 0.020861 -vt 0.047768 0.020651 -vt 0.048142 0.020493 -vt 0.048535 0.020394 -vt 0.048938 0.020347 -vt 0.049744 0.020424 -vt 0.049344 0.020354 -vt 0.050830 0.020957 -vt 0.050495 0.020728 -vt 0.050130 0.020549 -vt 0.050309 0.022242 -vt 0.049486 0.022236 -vt 0.047656 0.023107 -vt 0.049308 0.020708 -vt 0.049081 0.022312 -vt 0.048689 0.022440 -vt 0.047625 0.021151 -vt 0.048317 0.022617 -vt 0.047971 0.022841 -vt 0.053591 0.026129 -vt 0.053348 0.026404 -vt 0.053143 0.026707 -vt 0.052978 0.027034 -vt 0.052857 0.027380 -vt 0.052781 0.027739 -vt 0.052835 0.028831 -vt 0.052770 0.028470 -vt 0.052752 0.028104 -vt 0.052946 0.029180 -vt 0.053100 0.029512 -vt 0.050492 0.028398 -vt 0.050427 0.027997 -vt 0.050419 0.027591 -vt 0.050469 0.027188 -vt 0.050575 0.026796 -vt 0.050737 0.026424 -vt 0.050950 0.026078 -vt 0.051210 0.025766 -vt 0.051512 0.025494 -vt 0.052215 0.025093 -vt 0.051849 0.025268 -vt 0.050781 0.027965 -vt 0.052490 0.028916 -vt 0.052514 0.027284 -vt 0.052429 0.027688 -vt 0.052836 0.026527 -vt 0.052651 0.026895 -vt 0.051239 0.026286 -vt 0.052417 0.028510 -vt 0.052396 0.028099 -vt 0.058074 0.025288 -vt 0.058191 0.025635 -vt 0.058351 0.025965 -vt 0.058552 0.026271 -vt 0.058791 0.026549 -vt 0.059063 0.026794 -vt 0.059365 0.027002 -vt 0.060036 0.027293 -vt 0.059691 0.027169 -vt 0.060394 0.027372 -vt 0.060759 0.027404 -vt 0.058490 0.029105 -vt 0.058112 0.028958 -vt 0.057755 0.028766 -vt 0.057430 0.028521 -vt 0.057145 0.028233 -vt 0.056710 0.027549 -vt 0.056818 0.027749 -vt 0.056903 0.027906 -vt 0.056574 0.027167 -vt 0.056458 0.026366 -vt 0.056489 0.026770 -vt 0.056489 0.025961 -vt 0.059937 0.027635 -vt 0.056814 0.026367 -vt 0.057861 0.025770 -vt 0.058268 0.026485 -vt 0.057415 0.028001 -vt 0.058843 0.027073 -vt 0.059183 0.027307 -vt 0.059549 0.027495 -vt 0.047886 0.027719 -vt 0.046511 0.028019 -vt 0.047405 0.027139 -vt 0.046342 0.027766 -vt 0.055104 0.031180 -vt 0.054703 0.032410 -vt 0.054351 0.031149 -vt 0.053904 0.032350 -vt 0.053609 0.031023 -vt 0.053111 0.032229 -vt 0.053094 0.030955 -vt 0.052828 0.032163 -vt 0.052874 0.030873 -vt 0.052330 0.032048 -vt 0.052142 0.030698 -vt 0.051723 0.031859 -vt 0.051565 0.031809 -vt 0.051437 0.030431 -vt 0.050820 0.031513 -vt 0.050757 0.030108 -vt 0.050099 0.031161 -vt 0.050104 0.029732 -vt 0.049646 0.030896 -vt 0.049408 0.030756 -vt 0.049484 0.029304 -vt 0.048749 0.030300 -vt 0.048901 0.028827 -vt 0.048126 0.029795 -vt 0.048357 0.028305 -vt 0.047825 0.029510 -vt 0.047543 0.029244 -vt 0.047004 0.028651 -vt 0.047003 0.026503 -vt 0.046067 0.027351 -vt 0.046846 0.026204 -vt 0.045749 0.026785 -vt 0.046653 0.025836 -vt 0.045675 0.026652 -vt 0.045337 0.025925 -vt 0.046357 0.025142 -vt 0.045269 0.025744 -vt 0.045055 0.025175 -vt 0.046119 0.024428 -vt 0.044904 0.024657 -vt 0.044830 0.024405 -vt 0.045938 0.023696 -vt 0.044665 0.023621 -vt 0.045818 0.022953 -vt 0.044559 0.022826 -vt 0.045757 0.022202 -vt 0.044534 0.022398 -vt 0.044513 0.022026 -vt 0.045757 0.021449 -vt 0.044528 0.021224 -vt 0.045818 0.020698 -vt 0.044604 0.020426 -vt 0.045938 0.019954 -vt 0.044658 0.020113 -vt 0.044740 0.019636 -vt 0.046119 0.019223 -vt 0.044935 0.018859 -vt 0.046357 0.018508 -vt 0.045189 0.018098 -vt 0.046653 0.017815 -vt 0.045499 0.017359 -vt 0.047003 0.017148 -vt 0.045751 0.016867 -vt 0.045864 0.016645 -vt 0.046283 0.015961 -vt 0.047405 0.016511 -vt 0.046751 0.015311 -vt 0.047858 0.015909 -vt 0.047036 0.014973 -vt 0.048357 0.015345 -vt 0.047268 0.014698 -vt 0.048676 0.015039 -vt 0.047829 0.014126 -vt 0.048901 0.014823 -vt 0.057334 0.012778 -vt 0.058262 0.011715 -vt 0.058066 0.012952 -vt 0.058484 0.011793 -vt 0.048433 0.013598 -vt 0.049484 0.014347 -vt 0.049074 0.013117 -vt 0.050104 0.013919 -vt 0.049750 0.012686 -vt 0.050773 0.013574 -vt 0.050456 0.012307 -vt 0.051179 0.013342 -vt 0.050659 0.012218 -vt 0.051451 0.013253 -vt 0.051190 0.011983 -vt 0.052142 0.012952 -vt 0.051724 0.011793 -vt 0.051945 0.011715 -vt 0.052865 0.012743 -vt 0.052719 0.011505 -vt 0.053609 0.012628 -vt 0.053506 0.011354 -vt 0.054093 0.012533 -vt 0.053959 0.011302 -vt 0.054354 0.012537 -vt 0.054303 0.011263 -vt 0.055104 0.012471 -vt 0.055104 0.011233 -vt 0.055856 0.012501 -vt 0.055905 0.011263 -vt 0.056604 0.012592 -vt 0.056701 0.011354 -vt 0.057489 0.011505 -vt 0.058770 0.013219 -vt 0.059018 0.011983 -vt 0.059549 0.012218 -vt 0.059451 0.013542 -vt 0.059751 0.012307 -vt 0.060458 0.012686 -vt 0.059923 0.013815 -vt 0.060084 0.013950 -vt 0.061134 0.013117 -vt 0.060723 0.014347 -vt 0.061775 0.013598 -vt 0.061307 0.014823 -vt 0.062378 0.014126 -vt 0.061532 0.015039 -vt 0.061850 0.015345 -vt 0.062940 0.014698 -vt 0.062229 0.015773 -vt 0.063171 0.014973 -vt 0.062322 0.015932 -vt 0.063456 0.015311 -vt 0.062802 0.016511 -vt 0.063925 0.015961 -vt 0.063205 0.017148 -vt 0.064343 0.016645 -vt 0.063555 0.017815 -vt 0.064456 0.016867 -vt 0.064708 0.017359 -vt 0.063850 0.018508 -vt 0.064938 0.017907 -vt 0.065019 0.018098 -vt 0.064089 0.019223 -vt 0.065272 0.018859 -vt 0.064269 0.019954 -vt 0.065467 0.019636 -vt 0.064390 0.020698 -vt 0.065603 0.020426 -vt 0.065679 0.021224 -vt 0.064451 0.021449 -vt 0.065694 0.022026 -vt 0.064451 0.022202 -vt 0.065673 0.022398 -vt 0.064390 0.022953 -vt 0.065649 0.022826 -vt 0.064327 0.023338 -vt 0.065543 0.023621 -vt 0.064269 0.023696 -vt 0.058770 0.030431 -vt 0.058643 0.031809 -vt 0.058066 0.030698 -vt 0.065377 0.024405 -vt 0.064089 0.024428 -vt 0.065304 0.024657 -vt 0.065153 0.025175 -vt 0.063850 0.025142 -vt 0.064939 0.025744 -vt 0.064870 0.025925 -vt 0.063555 0.025836 -vt 0.064532 0.026652 -vt 0.063205 0.026503 -vt 0.064140 0.027351 -vt 0.062802 0.027139 -vt 0.063697 0.028019 -vt 0.062350 0.027741 -vt 0.063204 0.028651 -vt 0.061850 0.028305 -vt 0.062664 0.029244 -vt 0.061307 0.028827 -vt 0.062383 0.029510 -vt 0.062082 0.029795 -vt 0.060723 0.029304 -vt 0.061459 0.030300 -vt 0.060103 0.029732 -vt 0.060800 0.030756 -vt 0.059451 0.030108 -vt 0.060108 0.031161 -vt 0.059028 0.030309 -vt 0.059388 0.031513 -vt 0.057342 0.030908 -vt 0.057877 0.032048 -vt 0.057096 0.032229 -vt 0.056604 0.031059 -vt 0.056304 0.032350 -vt 0.056114 0.031118 -vt 0.055856 0.031149 -vt 0.055505 0.032410 -vt 0.055104 0.032418 -vt 0.053219 0.021419 -vt 0.052115 0.020938 -vt 0.053315 0.021107 -vt 0.053462 0.020815 -vt 0.053657 0.020552 -vt 0.053260 0.022390 -vt 0.052065 0.022519 -vt 0.053192 0.022070 -vt 0.051988 0.021725 -vt 0.053178 0.021744 -vt 0.053770 0.023217 -vt 0.052547 0.023609 -vt 0.053554 0.022972 -vt 0.053382 0.022693 -vt 0.053574 0.019109 -vt 0.053893 0.020326 -vt 0.054164 0.020142 -vt 0.054462 0.020008 -vt 0.055430 0.019925 -vt 0.055502 0.018734 -vt 0.055746 0.020008 -vt 0.057272 0.019586 -vt 0.056044 0.020142 -vt 0.056315 0.020326 -vt 0.054313 0.018810 -vt 0.054778 0.019925 -vt 0.055104 0.019898 -vt 0.054618 0.023691 -vt 0.053403 0.024438 -vt 0.054310 0.023582 -vt 0.054024 0.023423 -vt 0.056654 0.022972 -vt 0.057124 0.024199 -vt 0.056438 0.023217 -vt 0.056183 0.023423 -vt 0.055898 0.023582 -vt 0.055303 0.024936 -vt 0.055589 0.023691 -vt 0.055267 0.023746 -vt 0.054940 0.023746 -vt 0.057016 0.022070 -vt 0.058143 0.022519 -vt 0.056947 0.022390 -vt 0.057867 0.023267 -vt 0.056825 0.022693 -vt 0.056551 0.020552 -vt 0.056745 0.020815 -vt 0.057954 0.020564 -vt 0.056893 0.021107 -vt 0.056988 0.021419 -vt 0.057030 0.021744 -vt 0.051928 0.024620 -vt 0.052325 0.024349 -vt 0.052176 0.024880 -vt 0.052671 0.024683 -vt 0.052446 0.025117 -vt 0.052735 0.025330 -vt 0.053056 0.024971 -vt 0.053040 0.025519 -vt 0.053475 0.025207 -vt 0.053361 0.025680 -vt 0.053694 0.025814 -vt 0.050968 0.022717 -vt 0.051444 0.022661 -vt 0.051059 0.023064 -vt 0.051581 0.023122 -vt 0.051178 0.023403 -vt 0.051326 0.023730 -vt 0.051776 0.023561 -vt 0.051501 0.024044 -vt 0.052025 0.023973 -vt 0.051702 0.024341 -vt 0.051059 0.020587 -vt 0.051505 0.020757 -vt 0.050968 0.020934 -vt 0.051398 0.021226 -vt 0.050907 0.021288 -vt 0.050877 0.021646 -vt 0.051352 0.021705 -vt 0.050877 0.022005 -vt 0.051368 0.022186 -vt 0.050907 0.022363 -vt 0.052176 0.018771 -vt 0.052493 0.019129 -vt 0.051928 0.019030 -vt 0.052169 0.019485 -vt 0.051702 0.019310 -vt 0.051501 0.019607 -vt 0.051894 0.019880 -vt 0.051326 0.019921 -vt 0.051672 0.020306 -vt 0.051178 0.020248 -vt 0.054038 0.017731 -vt 0.054152 0.018195 -vt 0.053694 0.017836 -vt 0.053695 0.018346 -vt 0.053361 0.017970 -vt 0.053040 0.018132 -vt 0.053262 0.018555 -vt 0.052735 0.018320 -vt 0.052859 0.018817 -vt 0.052446 0.018534 -vt 0.056846 0.017970 -vt 0.056512 0.018346 -vt 0.056513 0.017836 -vt 0.056056 0.018195 -vt 0.056170 0.017731 -vt 0.055819 0.017656 -vt 0.055584 0.018103 -vt 0.055463 0.017610 -vt 0.055104 0.017595 -vt 0.055104 0.018072 -vt 0.054745 0.017610 -vt 0.054624 0.018103 -vt 0.054389 0.017656 -vt 0.058505 0.019310 -vt 0.058038 0.019485 -vt 0.058279 0.019030 -vt 0.057715 0.019129 -vt 0.058031 0.018771 -vt 0.057761 0.018534 -vt 0.057349 0.018817 -vt 0.057473 0.018320 -vt 0.057167 0.018132 -vt 0.056946 0.018555 -vt 0.059300 0.021288 -vt 0.058809 0.021226 -vt 0.059239 0.020934 -vt 0.058702 0.020757 -vt 0.059149 0.020587 -vt 0.059029 0.020248 -vt 0.058536 0.020306 -vt 0.058881 0.019921 -vt 0.058706 0.019607 -vt 0.058313 0.019880 -vt 0.059029 0.023403 -vt 0.058626 0.023122 -vt 0.059149 0.023064 -vt 0.058763 0.022661 -vt 0.059239 0.022717 -vt 0.059300 0.022363 -vt 0.058840 0.022186 -vt 0.059331 0.022005 -vt 0.059331 0.021646 -vt 0.058855 0.021705 -vt 0.057761 0.025117 -vt 0.057537 0.024683 -vt 0.058031 0.024880 -vt 0.057882 0.024349 -vt 0.058279 0.024620 -vt 0.058505 0.024341 -vt 0.058182 0.023973 -vt 0.058706 0.024044 -vt 0.058881 0.023730 -vt 0.058431 0.023561 -vt 0.055819 0.025995 -vt 0.055821 0.025510 -vt 0.056170 0.025919 -vt 0.056286 0.025388 -vt 0.056513 0.025814 -vt 0.056846 0.025680 -vt 0.056732 0.025207 -vt 0.057167 0.025519 -vt 0.057473 0.025330 -vt 0.057151 0.024971 -vt 0.053921 0.025388 -vt 0.054038 0.025919 -vt 0.054386 0.025510 -vt 0.054389 0.025995 -vt 0.054745 0.026041 -vt 0.054863 0.025571 -vt 0.055104 0.026056 -vt 0.055463 0.026041 -vt 0.055344 0.025571 -vt 0.049449 0.016208 -vt 0.052150 0.018359 -vt 0.050532 0.016446 -vt 0.050862 0.016616 -vt 0.051444 0.017075 -vt 0.051890 0.017667 -vt 0.049824 0.016212 -vt 0.050190 0.016293 -vt 0.051186 0.016804 -vt 0.051710 0.017339 -vt 0.052080 0.017990 -vt 0.050594 0.016304 -vt 0.051296 0.016664 -vt 0.051852 0.017232 -vt 0.052244 0.017923 -vt 0.050240 0.016122 -vt 0.050996 0.016392 -vt 0.053475 0.017654 -vt 0.053680 0.017684 -vt 0.051713 0.014562 -vt 0.051688 0.014645 -vt 0.051662 0.014731 -vt 0.052319 0.015091 -vt 0.052036 0.014822 -vt 0.052069 0.014750 -vt 0.052090 0.014705 -vt 0.052373 0.015008 -vt 0.052416 0.014942 -vt 0.052443 0.014900 -vt 0.053577 0.016900 -vt 0.053402 0.016551 -vt 0.053497 0.016523 -vt 0.053655 0.016889 -vt 0.053573 0.016502 -vt 0.053705 0.016882 -vt 0.053621 0.016488 -vt 0.053711 0.017285 -vt 0.053645 0.017285 -vt 0.053555 0.017284 -vt 0.053462 0.016118 -vt 0.053403 0.016145 -vt 0.053321 0.016182 -vt 0.053052 0.015905 -vt 0.053272 0.015765 -vt 0.053217 0.015800 -vt 0.053141 0.015849 -vt 0.053033 0.015443 -vt 0.052984 0.015486 -vt 0.052915 0.015545 -vt 0.052766 0.015143 -vt 0.052732 0.015181 -vt 0.052615 0.015315 -vt 0.057167 0.014106 -vt 0.056629 0.017534 -vt 0.057476 0.015176 -vt 0.057494 0.015547 -vt 0.057388 0.016281 -vt 0.057098 0.016963 -vt 0.057325 0.014446 -vt 0.057439 0.014804 -vt 0.057494 0.015922 -vt 0.057292 0.016643 -vt 0.056913 0.017289 -vt 0.056665 0.017570 -vt 0.057631 0.015159 -vt 0.057670 0.015947 -vt 0.057456 0.016712 -vt 0.057054 0.017398 -vt 0.057611 0.014761 -vt 0.057756 0.015551 -vt 0.057954 0.018461 -vt 0.058237 0.018169 -vt 0.059614 0.015277 -vt 0.059526 0.015298 -vt 0.059423 0.015322 -vt 0.059543 0.016047 -vt 0.059635 0.015667 -vt 0.059713 0.015660 -vt 0.059764 0.015655 -vt 0.059642 0.016052 -vt 0.059721 0.016056 -vt 0.059771 0.016059 -vt 0.058545 0.017962 -vt 0.058606 0.018041 -vt 0.058892 0.017783 -vt 0.058654 0.018103 -vt 0.058949 0.017837 -vt 0.058685 0.018143 -vt 0.058985 0.017873 -vt 0.058350 0.018367 -vt 0.058325 0.018323 -vt 0.058286 0.018255 -vt 0.059243 0.017562 -vt 0.059202 0.017533 -vt 0.059138 0.017487 -vt 0.059058 0.017429 -vt 0.059455 0.017219 -vt 0.059410 0.017195 -vt 0.059340 0.017159 -vt 0.059616 0.016849 -vt 0.059568 0.016832 -vt 0.059494 0.016806 -vt 0.059400 0.016773 -vt 0.059722 0.016459 -vt 0.059672 0.016449 -vt 0.059595 0.016434 -vt 0.062795 0.019737 -vt 0.059583 0.021001 -vt 0.062048 0.020555 -vt 0.061736 0.020757 -vt 0.061047 0.021031 -vt 0.060312 0.021122 -vt 0.062605 0.020060 -vt 0.062352 0.020337 -vt 0.061411 0.020943 -vt 0.060686 0.021129 -vt 0.059937 0.021124 -vt 0.062141 0.020680 -vt 0.061812 0.020893 -vt 0.060708 0.021306 -vt 0.059913 0.021300 -vt 0.062744 0.020171 -vt 0.062204 0.020765 -vt 0.061112 0.021285 -vt 0.059787 0.022796 -vt 0.059402 0.022663 -vt 0.063090 0.022520 -vt 0.063030 0.022457 -vt 0.062895 0.022315 -vt 0.062328 0.022781 -vt 0.062703 0.022670 -vt 0.062748 0.022735 -vt 0.062777 0.022776 -vt 0.062373 0.022869 -vt 0.062409 0.022939 -vt 0.062432 0.022984 -vt 0.059837 0.022710 -vt 0.060522 0.022989 -vt 0.060132 0.022966 -vt 0.060103 0.023039 -vt 0.060480 0.023161 -vt 0.060084 0.023086 -vt 0.060468 0.023210 -vt 0.059722 0.022908 -vt 0.059747 0.022864 -vt 0.060867 0.023258 -vt 0.060874 0.023193 -vt 0.060893 0.022998 -vt 0.061268 0.023269 -vt 0.061265 0.023204 -vt 0.061261 0.023114 -vt 0.061670 0.023244 -vt 0.061660 0.023195 -vt 0.061646 0.023117 -vt 0.061627 0.023020 -vt 0.062060 0.023142 -vt 0.062044 0.023094 -vt 0.062018 0.023019 -vt 0.060758 0.027442 -vt 0.059676 0.027204 -vt 0.059345 0.027035 -vt 0.058763 0.026576 -vt 0.058317 0.025984 -vt 0.058037 0.025298 -vt 0.060384 0.027439 -vt 0.060017 0.027358 -vt 0.059021 0.026847 -vt 0.058498 0.026312 -vt 0.058128 0.025661 -vt 0.059614 0.027347 -vt 0.058911 0.026987 -vt 0.058356 0.026419 -vt 0.057963 0.025728 -vt 0.059968 0.027529 -vt 0.059211 0.027259 -vt 0.056704 0.026367 -vt 0.058520 0.029006 -vt 0.058576 0.028818 -vt 0.058545 0.028919 -vt 0.058191 0.028786 -vt 0.058154 0.028867 -vt 0.058126 0.028927 -vt 0.057592 0.028336 -vt 0.057834 0.028643 -vt 0.057792 0.028709 -vt 0.057764 0.028751 -vt 0.056782 0.026729 -vt 0.056756 0.027114 -vt 0.056588 0.026756 -vt 0.056670 0.027139 -vt 0.056524 0.026765 -vt 0.056607 0.027157 -vt 0.056475 0.026366 -vt 0.056526 0.026366 -vt 0.056605 0.026366 -vt 0.056726 0.027542 -vt 0.056772 0.027521 -vt 0.056934 0.027448 -vt 0.056917 0.027897 -vt 0.056960 0.027870 -vt 0.057026 0.027828 -vt 0.057110 0.027774 -vt 0.057158 0.028221 -vt 0.057196 0.028188 -vt 0.057256 0.028137 -vt 0.057442 0.028508 -vt 0.057475 0.028470 -vt 0.057527 0.028411 -vt 0.053066 0.029531 -vt 0.052731 0.028474 -vt 0.052713 0.028103 -vt 0.052819 0.027370 -vt 0.053109 0.026688 -vt 0.053543 0.026081 -vt 0.052882 0.029205 -vt 0.052769 0.028847 -vt 0.052714 0.027729 -vt 0.052915 0.027008 -vt 0.053294 0.026362 -vt 0.052577 0.028492 -vt 0.052558 0.028101 -vt 0.052752 0.026938 -vt 0.052975 0.026609 -vt 0.052717 0.029269 -vt 0.052472 0.028504 -vt 0.052568 0.027299 -vt 0.053154 0.026253 -vt 0.052305 0.025321 -vt 0.051883 0.025327 -vt 0.050509 0.028394 -vt 0.050593 0.028374 -vt 0.050784 0.028328 -vt 0.050664 0.027604 -vt 0.050573 0.027984 -vt 0.050494 0.027991 -vt 0.050444 0.027996 -vt 0.050565 0.027599 -vt 0.050486 0.027595 -vt 0.050436 0.027592 -vt 0.051663 0.025688 -vt 0.051387 0.025937 -vt 0.051316 0.025868 -vt 0.051553 0.025548 -vt 0.051259 0.025813 -vt 0.051522 0.025508 -vt 0.051222 0.025778 -vt 0.051858 0.025283 -vt 0.051922 0.025396 -vt 0.050964 0.026088 -vt 0.051005 0.026118 -vt 0.051069 0.026164 -vt 0.050752 0.026432 -vt 0.050797 0.026455 -vt 0.050867 0.026492 -vt 0.050955 0.026537 -vt 0.050592 0.026802 -vt 0.050640 0.026819 -vt 0.050714 0.026845 -vt 0.050486 0.027192 -vt 0.050535 0.027201 -vt 0.050710 0.027236 -vt 0.047387 0.023898 -vt 0.050638 0.022601 -vt 0.048159 0.023095 -vt 0.048471 0.022894 -vt 0.049160 0.022619 -vt 0.049896 0.022529 -vt 0.047603 0.023591 -vt 0.047855 0.023314 -vt 0.048796 0.022707 -vt 0.049521 0.022521 -vt 0.050270 0.022527 -vt 0.048067 0.022970 -vt 0.048396 0.022758 -vt 0.049500 0.022345 -vt 0.050294 0.022350 -vt 0.047464 0.023480 -vt 0.048004 0.022885 -vt 0.049095 0.022366 -vt 0.050643 0.021192 -vt 0.050421 0.020855 -vt 0.050806 0.020988 -vt 0.047239 0.021259 -vt 0.047177 0.021194 -vt 0.047505 0.020980 -vt 0.047459 0.020916 -vt 0.047430 0.020875 -vt 0.048221 0.020725 -vt 0.047834 0.020781 -vt 0.047799 0.020711 -vt 0.047776 0.020666 -vt 0.050038 0.020777 -vt 0.050075 0.020685 -vt 0.049709 0.020566 -vt 0.050105 0.020612 -vt 0.049728 0.020490 -vt 0.050124 0.020565 -vt 0.049740 0.020440 -vt 0.050486 0.020743 -vt 0.050460 0.020787 -vt 0.049342 0.020372 -vt 0.049337 0.020422 -vt 0.049319 0.020599 -vt 0.048940 0.020382 -vt 0.048942 0.020447 -vt 0.048951 0.020643 -vt 0.048542 0.020427 -vt 0.048554 0.020492 -vt 0.048570 0.020580 -vt 0.048147 0.020509 -vt 0.048164 0.020557 -vt 0.048189 0.020631 -vt 0.056592 0.012669 -vt 0.059415 0.013611 -vt 0.061255 0.014882 -vt 0.061824 0.015370 -vt 0.064193 0.023681 -vt 0.059415 0.030039 -vt 0.058756 0.030398 -vt 0.056592 0.030982 -vt 0.055854 0.031113 -vt 0.046723 0.025802 -vt 0.048952 0.014882 -vt 0.049588 0.014485 -vt 0.049015 0.014953 -vt 0.049558 0.014446 -vt 0.047590 0.016639 -vt 0.047152 0.017235 -vt 0.047507 0.016582 -vt 0.047070 0.017187 -vt 0.046237 0.019257 -vt 0.046060 0.019979 -vt 0.046014 0.019970 -vt 0.045930 0.022195 -vt 0.045989 0.022932 -vt 0.045880 0.022197 -vt 0.045895 0.022944 -vt 0.046519 0.025081 -vt 0.046809 0.025761 -vt 0.046473 0.025099 -vt 0.060619 0.029165 -vt 0.061158 0.028659 -vt 0.061192 0.028698 -vt 0.060649 0.029205 -vt 0.061255 0.028769 -vt 0.062660 0.027041 -vt 0.063055 0.026416 -vt 0.062700 0.027069 -vt 0.063138 0.026464 -vt 0.063873 0.024365 -vt 0.064099 0.023662 -vt 0.063970 0.024393 -vt 0.064218 0.020719 -vt 0.064327 0.021454 -vt 0.064313 0.020707 -vt 0.063688 0.018570 -vt 0.063399 0.017889 -vt 0.063735 0.018552 -vt 0.063485 0.017848 -vt 0.054365 0.012674 -vt 0.055104 0.012595 -vt 0.054361 0.012625 -vt 0.055104 0.012549 -vt 0.053631 0.012763 -vt 0.053623 0.012714 -vt 0.052884 0.012818 -vt 0.052907 0.012911 -vt 0.052196 0.013117 -vt 0.052181 0.013070 -vt 0.051486 0.013333 -vt 0.051505 0.013379 -vt 0.050837 0.013696 -vt 0.050814 0.013652 -vt 0.050146 0.013985 -vt 0.050197 0.014065 -vt 0.048482 0.015465 -vt 0.048447 0.015431 -vt 0.047918 0.015958 -vt 0.047992 0.016019 -vt 0.046764 0.017868 -vt 0.046723 0.017848 -vt 0.046430 0.018536 -vt 0.046473 0.018552 -vt 0.045989 0.020719 -vt 0.045940 0.020713 -vt 0.045835 0.021452 -vt 0.045930 0.021456 -vt 0.046014 0.023681 -vt 0.046108 0.023662 -vt 0.046193 0.024406 -vt 0.046285 0.024380 -vt 0.047070 0.026464 -vt 0.047469 0.027095 -vt 0.047507 0.027069 -vt 0.047590 0.027012 -vt 0.047992 0.027632 -vt 0.047954 0.027663 -vt 0.048482 0.028185 -vt 0.048413 0.028252 -vt 0.048983 0.028735 -vt 0.049050 0.028659 -vt 0.049531 0.029242 -vt 0.049588 0.029165 -vt 0.050170 0.029627 -vt 0.050146 0.029666 -vt 0.050814 0.029999 -vt 0.050793 0.030039 -vt 0.051486 0.030317 -vt 0.051505 0.030272 -vt 0.052166 0.030625 -vt 0.052196 0.030534 -vt 0.052907 0.030740 -vt 0.052895 0.030788 -vt 0.053631 0.030888 -vt 0.053623 0.030937 -vt 0.054357 0.031072 -vt 0.054365 0.030977 -vt 0.055104 0.030955 -vt 0.055104 0.031056 -vt 0.055843 0.030977 -vt 0.056568 0.030837 -vt 0.057324 0.030833 -vt 0.057313 0.030788 -vt 0.057289 0.030690 -vt 0.058011 0.030534 -vt 0.058027 0.030581 -vt 0.058702 0.030272 -vt 0.059370 0.029955 -vt 0.060062 0.029666 -vt 0.060011 0.029585 -vt 0.061688 0.028150 -vt 0.061794 0.028252 -vt 0.062290 0.027692 -vt 0.062254 0.027663 -vt 0.062176 0.027599 -vt 0.063399 0.025761 -vt 0.063443 0.025783 -vt 0.063778 0.025115 -vt 0.063688 0.025081 -vt 0.064167 0.022926 -vt 0.064267 0.022938 -vt 0.064373 0.022199 -vt 0.064278 0.022195 -vt 0.064148 0.019979 -vt 0.064099 0.019989 -vt 0.064014 0.019244 -vt 0.063923 0.019271 -vt 0.063098 0.017210 -vt 0.063055 0.017235 -vt 0.062738 0.016556 -vt 0.062660 0.016610 -vt 0.062216 0.016019 -vt 0.062254 0.015987 -vt 0.061725 0.015465 -vt 0.060677 0.014409 -vt 0.060649 0.014446 -vt 0.060588 0.014527 -vt 0.060011 0.014065 -vt 0.060037 0.014024 -vt 0.059370 0.013696 -vt 0.058722 0.013333 -vt 0.058702 0.013379 -vt 0.058041 0.013026 -vt 0.058011 0.013117 -vt 0.057301 0.012911 -vt 0.057313 0.012863 -vt 0.056577 0.012763 -vt 0.055850 0.012579 -vt 0.055847 0.012625 -vt 0.053718 0.013745 -vt 0.051727 0.014355 -vt 0.049431 0.015907 -vt 0.048950 0.016409 -vt 0.048123 0.017527 -vt 0.047784 0.018135 -vt 0.047278 0.019429 -vt 0.047497 0.024882 -vt 0.050513 0.028618 -vt 0.049431 0.027744 -vt 0.051106 0.028982 -vt 0.054410 0.029981 -vt 0.053038 0.029759 -vt 0.055104 0.030023 -vt 0.055799 0.029994 -vt 0.056489 0.029905 -vt 0.057835 0.029555 -vt 0.058480 0.029296 -vt 0.059694 0.028618 -vt 0.061258 0.027242 -vt 0.062930 0.024222 -vt 0.063235 0.022867 -vt 0.063294 0.022173 -vt 0.063235 0.020784 -vt 0.063118 0.020098 -vt 0.062942 0.019425 -vt 0.062073 0.017534 -vt 0.062711 0.018769 -vt 0.060767 0.015916 -vt 0.061695 0.016951 -vt 0.059102 0.014668 -vt 0.057835 0.014096 -vt 0.057169 0.013892 -vt 0.055799 0.013657 -vt 0.056493 0.013724 -vt 0.058489 0.014336 -vt 0.059706 0.015016 -vt 0.060267 0.015430 -vt 0.060791 0.015891 -vt 0.061274 0.016395 -vt 0.062103 0.017516 -vt 0.062424 0.018135 -vt 0.063316 0.021477 -vt 0.063139 0.023557 -vt 0.062963 0.024232 -vt 0.062730 0.024890 -vt 0.062443 0.025526 -vt 0.062103 0.026135 -vt 0.061712 0.026713 -vt 0.060791 0.027759 -vt 0.060267 0.028220 -vt 0.059112 0.029001 -vt 0.057175 0.029779 -vt 0.054407 0.030015 -vt 0.053715 0.029926 -vt 0.052366 0.029575 -vt 0.051718 0.029315 -vt 0.049954 0.028204 -vt 0.048950 0.027242 -vt 0.048513 0.026700 -vt 0.047784 0.025516 -vt 0.047245 0.024232 -vt 0.047090 0.023553 -vt 0.046972 0.022867 -vt 0.046913 0.022173 -vt 0.046913 0.021477 -vt 0.046972 0.020784 -vt 0.047090 0.020098 -vt 0.047497 0.018769 -vt 0.048495 0.016938 -vt 0.049940 0.015430 -vt 0.050501 0.015016 -vt 0.051106 0.014668 -vt 0.052366 0.014076 -vt 0.053038 0.013892 -vt 0.054407 0.013636 -vt 0.055104 0.013606 -vt 0.055803 0.013607 -vt 0.057182 0.013843 -vt 0.057852 0.014048 -vt 0.059126 0.014624 -vt 0.061736 0.016921 -vt 0.062469 0.018112 -vt 0.063345 0.022175 -vt 0.063285 0.022873 -vt 0.061296 0.027275 -vt 0.059723 0.028659 -vt 0.058501 0.029342 -vt 0.057842 0.029575 -vt 0.056498 0.029955 -vt 0.053033 0.029779 -vt 0.051081 0.029026 -vt 0.048105 0.026135 -vt 0.046951 0.020781 -vt 0.047069 0.020094 -vt 0.047245 0.019419 -vt 0.047764 0.018125 -vt 0.048105 0.017516 -vt 0.048912 0.016376 -vt 0.049416 0.015891 -vt 0.051718 0.014336 -vt 0.053025 0.013843 -vt 0.056504 0.013660 -vt 0.058516 0.014276 -vt 0.060286 0.015408 -vt 0.060811 0.015870 -vt 0.061296 0.016376 -vt 0.062158 0.017482 -vt 0.062791 0.018736 -vt 0.063025 0.019399 -vt 0.063202 0.020080 -vt 0.063321 0.020773 -vt 0.063381 0.021474 -vt 0.063202 0.023571 -vt 0.063025 0.024251 -vt 0.062791 0.024914 -vt 0.059144 0.029058 -vt 0.057852 0.029603 -vt 0.057182 0.029808 -vt 0.055806 0.030080 -vt 0.055104 0.030110 -vt 0.050464 0.028689 -vt 0.049899 0.028271 -vt 0.049371 0.027807 -vt 0.048885 0.027299 -vt 0.048443 0.026752 -vt 0.048049 0.026169 -vt 0.047706 0.025555 -vt 0.047416 0.024914 -vt 0.047182 0.024251 -vt 0.047005 0.023571 -vt 0.046886 0.022878 -vt 0.046826 0.022177 -vt 0.046826 0.021474 -vt 0.047040 0.020088 -vt 0.047217 0.019410 -vt 0.047450 0.018750 -vt 0.048080 0.017501 -vt 0.048472 0.016921 -vt 0.049922 0.015408 -vt 0.050485 0.014991 -vt 0.051081 0.014624 -vt 0.052356 0.014048 -vt 0.053704 0.013660 -vt 0.054401 0.013570 -vt 0.055104 0.013541 -vt 0.055810 0.013528 -vt 0.057202 0.013767 -vt 0.059165 0.014556 -vt 0.059767 0.014926 -vt 0.060836 0.015844 -vt 0.061323 0.016352 -vt 0.061765 0.016899 -vt 0.062501 0.018096 -vt 0.063423 0.022179 -vt 0.063363 0.022883 -vt 0.062539 0.025574 -vt 0.062195 0.026191 -vt 0.061799 0.026777 -vt 0.061355 0.027327 -vt 0.060866 0.027837 -vt 0.060335 0.028304 -vt 0.059767 0.028725 -vt 0.057864 0.029637 -vt 0.057191 0.029843 -vt 0.056504 0.029991 -vt 0.054398 0.030123 -vt 0.053696 0.030033 -vt 0.053005 0.029884 -vt 0.052330 0.029677 -vt 0.051674 0.029413 -vt 0.051043 0.029095 -vt 0.046844 0.020768 -vt 0.047416 0.018736 -vt 0.047706 0.018096 -vt 0.048443 0.016899 -vt 0.048885 0.016352 -vt 0.049371 0.015844 -vt 0.051063 0.014593 -vt 0.051691 0.014276 -vt 0.053016 0.013808 -vt 0.056519 0.013571 -vt 0.057894 0.013929 -vt 0.058553 0.014194 -vt 0.060365 0.015309 -vt 0.062830 0.018721 -vt 0.063066 0.019387 -vt 0.063244 0.020071 -vt 0.063363 0.020768 -vt 0.063423 0.021472 -vt 0.063291 0.023590 -vt 0.063111 0.024278 -vt 0.062875 0.024948 -vt 0.059188 0.029137 -vt 0.058553 0.029457 -vt 0.055104 0.030153 -vt 0.050414 0.028764 -vt 0.049843 0.028341 -vt 0.049309 0.027872 -vt 0.048817 0.027358 -vt 0.047668 0.025574 -vt 0.047377 0.024930 -vt 0.047142 0.024264 -vt 0.046963 0.023580 -vt 0.046844 0.022883 -vt 0.046784 0.022179 -vt 0.046784 0.021472 -vt 0.046917 0.020061 -vt 0.047096 0.019373 -vt 0.048013 0.017459 -vt 0.048853 0.016324 -vt 0.049342 0.015813 -vt 0.049872 0.015346 -vt 0.050414 0.014887 -vt 0.051674 0.014237 -vt 0.052330 0.013974 -vt 0.053696 0.013618 -vt 0.054398 0.013528 -vt 0.055104 0.013498 -vt 0.055814 0.013481 -vt 0.057227 0.013671 -vt 0.059188 0.014514 -vt 0.059793 0.014887 -vt 0.060934 0.015742 -vt 0.061429 0.016258 -vt 0.061878 0.016815 -vt 0.062279 0.017407 -vt 0.062628 0.018032 -vt 0.063471 0.022181 -vt 0.063411 0.022889 -vt 0.062628 0.025619 -vt 0.062279 0.026243 -vt 0.061878 0.026836 -vt 0.061429 0.027392 -vt 0.060934 0.027909 -vt 0.060397 0.028381 -vt 0.059822 0.028807 -vt 0.057911 0.029770 -vt 0.057227 0.029980 -vt 0.056528 0.030131 -vt 0.055818 0.030221 -vt 0.054394 0.030170 -vt 0.053688 0.030080 -vt 0.052993 0.029930 -vt 0.052314 0.029722 -vt 0.051654 0.029457 -vt 0.051019 0.029137 -vt 0.048329 0.026836 -vt 0.047928 0.026243 -vt 0.046736 0.022181 -vt 0.046736 0.021470 -vt 0.046797 0.020762 -vt 0.047285 0.018684 -vt 0.047580 0.018032 -vt 0.047928 0.017407 -vt 0.048329 0.016815 -vt 0.049309 0.015779 -vt 0.049843 0.015309 -vt 0.050994 0.014469 -vt 0.052314 0.013929 -vt 0.052993 0.013721 -vt 0.056528 0.013520 -vt 0.063341 0.023601 -vt 0.063161 0.024293 -vt 0.062922 0.024967 -vt 0.050385 0.028807 -vt 0.049273 0.027909 -vt 0.048778 0.027392 -vt 0.049810 0.015269 -vt 0.050385 0.014844 -vt 0.052980 0.013671 -vt 0.053680 0.013520 -vt 0.044547 0.020419 -vt 0.044571 0.020422 -vt 0.044495 0.021222 -vt 0.058272 0.011683 -vt 0.059030 0.011952 -vt 0.064394 0.016617 -vt 0.064739 0.017345 -vt 0.065524 0.019624 -vt 0.065728 0.022026 -vt 0.065682 0.022829 -vt 0.065409 0.024413 -vt 0.058765 0.031826 -vt 0.053105 0.032261 -vt 0.048104 0.029820 -vt 0.047519 0.029267 -vt 0.046484 0.028038 -vt 0.046039 0.027369 -vt 0.045306 0.025938 -vt 0.065750 0.022443 -vt 0.048346 0.030076 -vt 0.048407 0.013535 -vt 0.048412 0.013572 -vt 0.052401 0.011509 -vt 0.057496 0.011472 -vt 0.055721 0.011179 -vt 0.055909 0.011206 -vt 0.055649 0.011182 -vt 0.055104 0.011200 -vt 0.055495 0.011183 -vt 0.054486 0.011179 -vt 0.054635 0.011184 -vt 0.054300 0.011230 -vt 0.052711 0.011472 -vt 0.052187 0.011583 -vt 0.052333 0.011534 -vt 0.051935 0.011683 -vt 0.051443 0.011824 -vt 0.051177 0.011952 -vt 0.049721 0.012636 -vt 0.049228 0.012940 -vt 0.048532 0.013445 -vt 0.047790 0.014084 -vt 0.046853 0.015068 -vt 0.046770 0.015191 -vt 0.047225 0.014659 -vt 0.046219 0.015950 -vt 0.045835 0.016629 -vt 0.045169 0.017948 -vt 0.045447 0.017335 -vt 0.044861 0.018909 -vt 0.045128 0.018091 -vt 0.044683 0.019624 -vt 0.044813 0.019055 -vt 0.044461 0.021434 -vt 0.044460 0.021280 -vt 0.044457 0.021201 -vt 0.044480 0.022026 -vt 0.044461 0.022217 -vt 0.044526 0.022829 -vt 0.044798 0.024413 -vt 0.044813 0.024596 -vt 0.044861 0.024742 -vt 0.045023 0.025185 -vt 0.045103 0.025486 -vt 0.045149 0.025633 -vt 0.046219 0.027701 -vt 0.046978 0.028673 -vt 0.046813 0.028523 -vt 0.046724 0.028398 -vt 0.048407 0.030116 -vt 0.049165 0.030666 -vt 0.048532 0.030206 -vt 0.048729 0.030326 -vt 0.049390 0.030784 -vt 0.051227 0.031760 -vt 0.050806 0.031543 -vt 0.051443 0.031826 -vt 0.051296 0.031780 -vt 0.051554 0.031841 -vt 0.052321 0.032080 -vt 0.052187 0.032068 -vt 0.051682 0.031910 -vt 0.054486 0.032472 -vt 0.057807 0.032142 -vt 0.057107 0.032286 -vt 0.057946 0.032091 -vt 0.059411 0.031566 -vt 0.058911 0.031780 -vt 0.060135 0.031212 -vt 0.060862 0.030801 -vt 0.060818 0.030784 -vt 0.060979 0.030711 -vt 0.061738 0.030159 -vt 0.062103 0.029820 -vt 0.061861 0.030076 -vt 0.063944 0.027764 -vt 0.063437 0.028460 -vt 0.063354 0.028583 -vt 0.064190 0.027382 -vt 0.064035 0.027641 -vt 0.065038 0.025702 -vt 0.064924 0.025948 -vt 0.065058 0.025633 -vt 0.065347 0.024742 -vt 0.065105 0.025486 -vt 0.065184 0.025185 -vt 0.065746 0.022217 -vt 0.065747 0.022371 -vt 0.065746 0.021434 -vt 0.065712 0.021222 -vt 0.065420 0.019122 -vt 0.065395 0.019055 -vt 0.065127 0.018227 -vt 0.065347 0.018909 -vt 0.063989 0.015950 -vt 0.064080 0.016067 -vt 0.063394 0.015128 -vt 0.062964 0.014676 -vt 0.063484 0.015253 -vt 0.061861 0.013575 -vt 0.062418 0.014084 -vt 0.061043 0.012985 -vt 0.061676 0.013445 -vt 0.060475 0.012657 -vt 0.058911 0.011871 -vt 0.057946 0.011559 -vt 0.058765 0.011824 -vt 0.050442 0.012277 -vt 0.054712 0.032468 -vt 0.053897 0.032407 -vt 0.055573 0.032467 -vt 0.056308 0.032383 -vt 0.054559 0.032469 -vt 0.065661 0.020419 -vt 0.053497 0.011297 -vt 0.050072 0.031212 -vt 0.065600 0.023631 -vt 0.059776 0.012255 -vt 0.044608 0.023631 -vt 0.045623 0.026678 -vt 0.062706 0.029285 -vt 0.056710 0.011297 -vt 0.056882 0.018669 -vt 0.058202 0.019947 -vt 0.058725 0.021709 -vt 0.058316 0.023501 -vt 0.053500 0.025155 -vt 0.053127 0.024862 -vt 0.052073 0.023940 -vt 0.051892 0.023501 -vt 0.051425 0.022180 -vt 0.051483 0.021709 -vt 0.051725 0.020330 -vt 0.052006 0.019947 -vt 0.052894 0.018864 -vt 0.053326 0.018669 -vt 0.054285 0.018702 -vt 0.053519 0.019012 -vt 0.053851 0.018731 -vt 0.054677 0.018514 -vt 0.054206 0.018403 -vt 0.054651 0.018317 -vt 0.055517 0.018623 -vt 0.055531 0.018514 -vt 0.055104 0.018288 -vt 0.055104 0.018203 -vt 0.055556 0.018317 -vt 0.055576 0.018160 -vt 0.053717 0.018400 -vt 0.053368 0.018743 -vt 0.053776 0.018546 -vt 0.052857 0.019506 -vt 0.052342 0.020151 -vt 0.052781 0.019427 -vt 0.052249 0.020095 -vt 0.052338 0.019620 -vt 0.052078 0.019991 -vt 0.052215 0.019521 -vt 0.052008 0.020907 -vt 0.051876 0.021722 -vt 0.051903 0.020875 -vt 0.051767 0.021718 -vt 0.051611 0.021261 -vt 0.051568 0.021712 -vt 0.051456 0.021236 -vt 0.052073 0.022941 -vt 0.051849 0.022568 -vt 0.052052 0.023418 -vt 0.051784 0.023047 -vt 0.051967 0.023462 -vt 0.051636 0.023102 -vt 0.052713 0.023996 -vt 0.053283 0.024623 -vt 0.052632 0.024070 -vt 0.052810 0.024519 -vt 0.053174 0.024790 -vt 0.052708 0.024639 -vt 0.054486 0.024995 -vt 0.054427 0.025298 -vt 0.054466 0.025102 -vt 0.054877 0.025356 -vt 0.054397 0.025453 -vt 0.054867 0.025513 -vt 0.055721 0.024995 -vt 0.056505 0.024735 -vt 0.055742 0.025102 -vt 0.056552 0.024833 -vt 0.056219 0.025183 -vt 0.056639 0.025013 -vt 0.056268 0.025332 -vt 0.056707 0.025155 -vt 0.057494 0.023996 -vt 0.057967 0.023319 -vt 0.057927 0.023795 -vt 0.058064 0.023369 -vt 0.058240 0.023462 -vt 0.058075 0.023898 -vt 0.058135 0.023940 -vt 0.058252 0.022544 -vt 0.058331 0.021722 -vt 0.058427 0.022146 -vt 0.058625 0.022165 -vt 0.058640 0.021712 -vt 0.058782 0.022180 -vt 0.058199 0.020907 -vt 0.057865 0.020151 -vt 0.058156 0.020474 -vt 0.058339 0.020393 -vt 0.058129 0.019991 -vt 0.058483 0.020330 -vt 0.057350 0.019506 -vt 0.056688 0.019012 -vt 0.057100 0.019150 -vt 0.057220 0.018990 -vt 0.056840 0.018743 -vt 0.057314 0.018864 -vt 0.054631 0.018160 -vt 0.054185 0.018321 -vt 0.052937 0.018922 -vt 0.053045 0.019067 -vt 0.052583 0.019223 -vt 0.052643 0.019284 -vt 0.051869 0.020393 -vt 0.051631 0.020795 -vt 0.051712 0.020819 -vt 0.051582 0.022165 -vt 0.051572 0.022632 -vt 0.051655 0.022613 -vt 0.052202 0.023849 -vt 0.052366 0.023735 -vt 0.052422 0.024261 -vt 0.052485 0.024204 -vt 0.053569 0.025013 -vt 0.053655 0.024833 -vt 0.053703 0.024735 -vt 0.053962 0.025264 -vt 0.053989 0.025183 -vt 0.055336 0.025441 -vt 0.055330 0.025356 -vt 0.055318 0.025157 -vt 0.055796 0.025381 -vt 0.055780 0.025298 -vt 0.057080 0.024862 -vt 0.057034 0.024790 -vt 0.057452 0.024584 -vt 0.057397 0.024519 -vt 0.057268 0.024367 -vt 0.057723 0.024204 -vt 0.057839 0.024310 -vt 0.058504 0.023077 -vt 0.058424 0.023047 -vt 0.058460 0.022591 -vt 0.058636 0.022632 -vt 0.058680 0.021247 -vt 0.058596 0.021261 -vt 0.058399 0.021293 -vt 0.058495 0.020819 -vt 0.058646 0.020774 -vt 0.057936 0.019567 -vt 0.057870 0.019620 -vt 0.057714 0.019744 -vt 0.057565 0.019284 -vt 0.057675 0.019171 -vt 0.056463 0.018467 -vt 0.056431 0.018546 -vt 0.056357 0.018731 -vt 0.056001 0.018403 -vt 0.056041 0.018251 -vt 0.054712 0.010925 -vt 0.055495 0.010925 -vt 0.055495 0.010727 -vt 0.054712 0.010727 -vt 0.055495 0.010476 -vt 0.054712 0.010476 -vt 0.055495 0.010467 -vt 0.054712 0.010478 -vt 0.055495 0.010510 -vt 0.054652 0.010560 -vt 0.054712 0.010817 -vt 0.055495 0.010771 -vt 0.054712 0.010753 -vt 0.055898 0.010986 -vt 0.055951 0.011014 -vt 0.055954 0.010850 -vt 0.055844 0.010869 -vt 0.055776 0.010912 -vt 0.055641 0.010829 -vt 0.055763 0.010788 -vt 0.055561 0.010731 -vt 0.055896 0.010721 -vt 0.055726 0.010539 -vt 0.055599 0.010489 -vt 0.055959 0.010903 -vt 0.055909 0.010773 -vt 0.055747 0.010605 -vt 0.055847 0.010775 -vt 0.055714 0.010690 -vt 0.055649 0.010666 -vt 0.055622 0.010528 -vt 0.055896 0.011219 -vt 0.055792 0.011287 -vt 0.055716 0.011344 -vt 0.055632 0.011409 -vt 0.054512 0.010941 -vt 0.054302 0.010944 -vt 0.054241 0.010989 -vt 0.054314 0.010881 -vt 0.054378 0.010827 -vt 0.054497 0.010869 -vt 0.054512 0.010760 -vt 0.054493 0.010538 -vt 0.054361 0.010656 -vt 0.054284 0.010777 -vt 0.054249 0.010903 -vt 0.054361 0.010775 -vt 0.054401 0.010603 -vt 0.054482 0.010667 -vt 0.054585 0.010510 -vt 0.054609 0.010654 -vt 0.054480 0.011335 -vt 0.054569 0.011404 -vt 0.054352 0.011244 -vt 0.050941 0.011882 -vt 0.052108 0.011338 -vt 0.051363 0.011580 -vt 0.052110 0.011132 -vt 0.051302 0.011391 -vt 0.051969 0.010910 -vt 0.051224 0.011152 -vt 0.048072 0.013655 -vt 0.048380 0.013237 -vt 0.048981 0.012732 -vt 0.048897 0.012617 -vt 0.048264 0.013077 -vt 0.048749 0.012413 -vt 0.048116 0.012873 -vt 0.046884 0.014758 -vt 0.046844 0.014758 -vt 0.045891 0.016228 -vt 0.046055 0.015735 -vt 0.046515 0.015102 -vt 0.046397 0.014934 -vt 0.045895 0.015619 -vt 0.046152 0.014838 -vt 0.045692 0.015471 -vt 0.044612 0.019349 -vt 0.044858 0.018085 -vt 0.044590 0.018821 -vt 0.044670 0.018024 -vt 0.044428 0.018768 -vt 0.044431 0.017946 -vt 0.044189 0.018690 -vt 0.044360 0.022712 -vt 0.044204 0.022217 -vt 0.044204 0.021434 -vt 0.044006 0.021434 -vt 0.044006 0.022217 -vt 0.043754 0.021434 -vt 0.043754 0.022217 -vt 0.044616 0.024822 -vt 0.044858 0.025566 -vt 0.044428 0.024883 -vt 0.044670 0.025627 -vt 0.044189 0.024960 -vt 0.044431 0.025705 -vt 0.045842 0.027459 -vt 0.046515 0.028549 -vt 0.046055 0.027916 -vt 0.045859 0.027977 -vt 0.046397 0.028717 -vt 0.045692 0.028180 -vt 0.046152 0.028813 -vt 0.049506 0.031038 -vt 0.049013 0.030874 -vt 0.048380 0.030414 -vt 0.048212 0.030532 -vt 0.048897 0.031034 -vt 0.048116 0.030777 -vt 0.048749 0.031237 -vt 0.052627 0.032317 -vt 0.052108 0.032313 -vt 0.051346 0.032124 -vt 0.051302 0.032259 -vt 0.052046 0.032501 -vt 0.051224 0.032498 -vt 0.051969 0.032740 -vt 0.055990 0.032569 -vt 0.054712 0.032725 -vt 0.055495 0.032725 -vt 0.054646 0.032920 -vt 0.055495 0.032923 -vt 0.054712 0.033175 -vt 0.055495 0.033175 -vt 0.059267 0.031769 -vt 0.058100 0.032313 -vt 0.058844 0.032071 -vt 0.058161 0.032501 -vt 0.058905 0.032259 -vt 0.058239 0.032740 -vt 0.058983 0.032498 -vt 0.061194 0.030874 -vt 0.061827 0.030414 -vt 0.061255 0.031070 -vt 0.061995 0.030532 -vt 0.061458 0.031237 -vt 0.062091 0.030777 -vt 0.064365 0.027459 -vt 0.063692 0.028549 -vt 0.064152 0.027916 -vt 0.063811 0.028717 -vt 0.064312 0.028032 -vt 0.064056 0.028813 -vt 0.064516 0.028180 -vt 0.065595 0.024302 -vt 0.065591 0.024822 -vt 0.065349 0.025566 -vt 0.065538 0.025627 -vt 0.065779 0.024883 -vt 0.065777 0.025705 -vt 0.066019 0.024960 -vt 0.065847 0.020939 -vt 0.066004 0.021434 -vt 0.066004 0.022217 -vt 0.066202 0.022217 -vt 0.066202 0.021434 -vt 0.066453 0.022217 -vt 0.066453 0.021434 -vt 0.065047 0.017662 -vt 0.065591 0.018829 -vt 0.065349 0.018085 -vt 0.065797 0.018832 -vt 0.065538 0.018024 -vt 0.066019 0.018690 -vt 0.065777 0.017946 -vt 0.063274 0.014793 -vt 0.064197 0.015702 -vt 0.063692 0.015102 -vt 0.064348 0.015674 -vt 0.063811 0.014934 -vt 0.064516 0.015471 -vt 0.064056 0.014838 -vt 0.060738 0.012564 -vt 0.061880 0.013277 -vt 0.061194 0.012777 -vt 0.061995 0.013119 -vt 0.061310 0.012617 -vt 0.062091 0.012873 -vt 0.061458 0.012413 -vt 0.057600 0.011276 -vt 0.058861 0.011527 -vt 0.058117 0.011285 -vt 0.058967 0.011415 -vt 0.058161 0.011150 -vt 0.058983 0.011152 -vt 0.058239 0.010910 -vt 0.051222 0.011144 -vt 0.052026 0.010890 -vt 0.051229 0.011167 -vt 0.051979 0.010943 -vt 0.051193 0.011252 -vt 0.048118 0.012875 -vt 0.048751 0.012415 -vt 0.048769 0.012441 -vt 0.048117 0.012978 -vt 0.045705 0.015480 -vt 0.046186 0.014788 -vt 0.046179 0.014858 -vt 0.045724 0.015570 -vt 0.044180 0.018687 -vt 0.044433 0.017947 -vt 0.044204 0.018695 -vt 0.044483 0.017963 -vt 0.044250 0.018774 -vt 0.043788 0.021434 -vt 0.043788 0.022217 -vt 0.043745 0.021434 -vt 0.043745 0.022217 -vt 0.044277 0.024870 -vt 0.044507 0.025680 -vt 0.044242 0.024943 -vt 0.044463 0.025694 -vt 0.044169 0.024903 -vt 0.044422 0.025707 -vt 0.046144 0.028818 -vt 0.045655 0.028132 -vt 0.046165 0.028804 -vt 0.045719 0.028160 -vt 0.046256 0.028813 -vt 0.048751 0.031235 -vt 0.048118 0.030775 -vt 0.048136 0.030750 -vt 0.048848 0.031205 -vt 0.051222 0.032507 -vt 0.051966 0.032749 -vt 0.051974 0.032725 -vt 0.051235 0.032466 -vt 0.052053 0.032679 -vt 0.054712 0.033184 -vt 0.055495 0.033184 -vt 0.055495 0.033159 -vt 0.054712 0.033141 -vt 0.055556 0.033090 -vt 0.058986 0.032507 -vt 0.058181 0.032761 -vt 0.058978 0.032483 -vt 0.058222 0.032687 -vt 0.059015 0.032399 -vt 0.062097 0.030785 -vt 0.061410 0.031274 -vt 0.062082 0.030765 -vt 0.061426 0.031192 -vt 0.062091 0.030673 -vt 0.064514 0.028178 -vt 0.064054 0.028812 -vt 0.064028 0.028793 -vt 0.064483 0.028081 -vt 0.065786 0.025707 -vt 0.066027 0.024963 -vt 0.065762 0.025700 -vt 0.066003 0.024956 -vt 0.065942 0.024935 -vt 0.066419 0.022217 -vt 0.066419 0.021434 -vt 0.066462 0.022217 -vt 0.066462 0.021434 -vt 0.065678 0.017914 -vt 0.065966 0.018707 -vt 0.065762 0.017951 -vt 0.066039 0.018748 -vt 0.065786 0.017943 -vt 0.064054 0.014839 -vt 0.064520 0.015467 -vt 0.064488 0.015491 -vt 0.063951 0.014838 -vt 0.062097 0.012866 -vt 0.061464 0.012406 -vt 0.061457 0.012415 -vt 0.062071 0.012901 -vt 0.061426 0.012458 -vt 0.058238 0.010913 -vt 0.058985 0.011147 -vt 0.058155 0.010972 -vt 0.058966 0.011205 -vt 0.052074 0.011235 -vt 0.051261 0.011502 -vt 0.048316 0.013149 -vt 0.048935 0.012670 -vt 0.048279 0.013098 -vt 0.046391 0.015011 -vt 0.045927 0.015732 -vt 0.044779 0.018059 -vt 0.044538 0.018804 -vt 0.044732 0.018044 -vt 0.044452 0.018776 -vt 0.044095 0.021434 -vt 0.044098 0.022290 -vt 0.044031 0.022217 -vt 0.044779 0.025591 -vt 0.044513 0.024855 -vt 0.044694 0.025619 -vt 0.046427 0.028613 -vt 0.045968 0.027980 -vt 0.048290 0.030538 -vt 0.049011 0.031002 -vt 0.052145 0.032436 -vt 0.051310 0.032235 -vt 0.052054 0.032477 -vt 0.054712 0.032834 -vt 0.055568 0.032831 -vt 0.058870 0.032150 -vt 0.058134 0.032416 -vt 0.058897 0.032235 -vt 0.061891 0.030502 -vt 0.061258 0.030962 -vt 0.064219 0.027964 -vt 0.063780 0.028613 -vt 0.065453 0.025599 -vt 0.065714 0.024784 -vt 0.065755 0.024875 -vt 0.066112 0.021434 -vt 0.066158 0.022217 -vt 0.066176 0.021434 -vt 0.065695 0.018796 -vt 0.065427 0.017983 -vt 0.063780 0.015038 -vt 0.064259 0.015657 -vt 0.061243 0.012710 -vt 0.061891 0.013149 -vt 0.058878 0.011476 -vt 0.058141 0.011212 -vt 0.052509 0.011271 -vt 0.052576 0.011253 -vt 0.052422 0.011176 -vt 0.052370 0.011238 -vt 0.052217 0.011202 -vt 0.052320 0.011124 -vt 0.052607 0.011276 -vt 0.052487 0.011079 -vt 0.052359 0.010973 -vt 0.052207 0.010899 -vt 0.052071 0.010891 -vt 0.052498 0.011136 -vt 0.052249 0.010955 -vt 0.052396 0.011086 -vt 0.052243 0.011046 -vt 0.052174 0.011044 -vt 0.052106 0.010920 -vt 0.052579 0.011494 -vt 0.052502 0.011590 -vt 0.052447 0.011668 -vt 0.051048 0.011714 -vt 0.051178 0.011657 -vt 0.050979 0.011724 -vt 0.050935 0.011786 -vt 0.050971 0.011661 -vt 0.051141 0.011593 -vt 0.051122 0.011484 -vt 0.051180 0.011474 -vt 0.051035 0.011279 -vt 0.050945 0.011432 -vt 0.050910 0.011571 -vt 0.050915 0.011702 -vt 0.050982 0.011545 -vt 0.050967 0.011369 -vt 0.051064 0.011406 -vt 0.051114 0.011224 -vt 0.051181 0.011354 -vt 0.051269 0.012041 -vt 0.051375 0.012079 -vt 0.051119 0.011994 -vt 0.049375 0.012589 -vt 0.049506 0.012613 -vt 0.049432 0.012551 -vt 0.049309 0.012507 -vt 0.049274 0.012538 -vt 0.049149 0.012508 -vt 0.049232 0.012601 -vt 0.049075 0.012614 -vt 0.048953 0.012581 -vt 0.049376 0.012487 -vt 0.049140 0.012352 -vt 0.048973 0.012329 -vt 0.048841 0.012363 -vt 0.049322 0.012465 -vt 0.049029 0.012370 -vt 0.049510 0.012779 -vt 0.049052 0.012458 -vt 0.048986 0.012477 -vt 0.048883 0.012381 -vt 0.049467 0.012895 -vt 0.049438 0.012986 -vt 0.048138 0.013473 -vt 0.048071 0.013583 -vt 0.048036 0.013565 -vt 0.048032 0.013435 -vt 0.048052 0.013354 -vt 0.048173 0.013318 -vt 0.048121 0.013221 -vt 0.047976 0.013053 -vt 0.047937 0.013226 -vt 0.047946 0.013369 -vt 0.047992 0.013492 -vt 0.048007 0.013322 -vt 0.047939 0.013159 -vt 0.048042 0.013164 -vt 0.048034 0.012976 -vt 0.048137 0.013079 -vt 0.048433 0.013705 -vt 0.048545 0.013708 -vt 0.048276 0.013707 -vt 0.046801 0.014812 -vt 0.046675 0.014786 -vt 0.046669 0.014867 -vt 0.046524 0.014927 -vt 0.046562 0.014804 -vt 0.046585 0.014657 -vt 0.046338 0.014688 -vt 0.046223 0.014762 -vt 0.046636 0.014678 -vt 0.046405 0.014710 -vt 0.046601 0.014729 -vt 0.046454 0.014786 -vt 0.046396 0.014825 -vt 0.046268 0.014765 -vt 0.046989 0.014951 -vt 0.046983 0.015074 -vt 0.046984 0.015169 -vt 0.045898 0.016034 -vt 0.045951 0.015906 -vt 0.045868 0.016160 -vt 0.045830 0.016154 -vt 0.045786 0.016031 -vt 0.045780 0.015948 -vt 0.045883 0.015876 -vt 0.045845 0.015757 -vt 0.045624 0.015618 -vt 0.045614 0.015766 -vt 0.045684 0.015995 -vt 0.045765 0.016097 -vt 0.045727 0.015931 -vt 0.045611 0.015798 -vt 0.045711 0.015770 -vt 0.045645 0.015594 -vt 0.045775 0.015659 -vt 0.046250 0.016164 -vt 0.046358 0.016132 -vt 0.046102 0.016214 -vt 0.045040 0.017721 -vt 0.045160 0.017662 -vt 0.045021 0.017663 -vt 0.044912 0.017735 -vt 0.044810 0.017788 -vt 0.044932 0.017814 -vt 0.044812 0.017916 -vt 0.044694 0.017962 -vt 0.044980 0.017637 -vt 0.044711 0.017667 -vt 0.044562 0.017746 -vt 0.044475 0.017852 -vt 0.044924 0.017651 -vt 0.044712 0.017710 -vt 0.044659 0.017859 -vt 0.044702 0.017804 -vt 0.044519 0.017841 -vt 0.045262 0.017795 -vt 0.045294 0.017914 -vt 0.045325 0.018004 -vt 0.044559 0.019162 -vt 0.044515 0.019275 -vt 0.044420 0.019117 -vt 0.044496 0.019017 -vt 0.044397 0.018968 -vt 0.044181 0.018918 -vt 0.044251 0.019081 -vt 0.044309 0.019161 -vt 0.044555 0.019329 -vt 0.044396 0.019221 -vt 0.044365 0.019117 -vt 0.044213 0.019026 -vt 0.044300 0.018969 -vt 0.044182 0.018822 -vt 0.044326 0.018844 -vt 0.044934 0.019177 -vt 0.045027 0.019113 -vt 0.044808 0.019270 -vt 0.044264 0.021031 -vt 0.044300 0.020940 -vt 0.044267 0.020963 -vt 0.044147 0.021085 -vt 0.044190 0.021153 -vt 0.044108 0.021288 -vt 0.044066 0.021166 -vt 0.044009 0.021368 -vt 0.043999 0.021033 -vt 0.043817 0.021204 -vt 0.043768 0.021331 -vt 0.044052 0.021020 -vt 0.044182 0.020970 -vt 0.043949 0.021122 -vt 0.043945 0.021280 -vt 0.043968 0.021215 -vt 0.043806 0.021307 -vt 0.044498 0.021033 -vt 0.044566 0.021137 -vt 0.044622 0.021213 -vt 0.044219 0.022417 -vt 0.044222 0.022627 -vt 0.044267 0.022688 -vt 0.044160 0.022615 -vt 0.044106 0.022551 -vt 0.044147 0.022432 -vt 0.044038 0.022417 -vt 0.043817 0.022436 -vt 0.043934 0.022569 -vt 0.044055 0.022645 -vt 0.044182 0.022680 -vt 0.044053 0.022569 -vt 0.043881 0.022528 -vt 0.043946 0.022447 -vt 0.043837 0.022469 -vt 0.043933 0.022320 -vt 0.043789 0.022344 -vt 0.044613 0.022449 -vt 0.044682 0.022360 -vt 0.044523 0.022577 -vt 0.044549 0.024420 -vt 0.044612 0.024302 -vt 0.044531 0.024354 -vt 0.044455 0.024507 -vt 0.044517 0.024559 -vt 0.044480 0.024712 -vt 0.044403 0.024609 -vt 0.044411 0.024819 -vt 0.044452 0.024387 -vt 0.044251 0.024570 -vt 0.044177 0.024722 -vt 0.044170 0.024858 -vt 0.044414 0.024431 -vt 0.044234 0.024681 -vt 0.044365 0.024533 -vt 0.044325 0.024686 -vt 0.044323 0.024755 -vt 0.044199 0.024823 -vt 0.044772 0.024350 -vt 0.044869 0.024427 -vt 0.044946 0.024482 -vt 0.044935 0.025751 -vt 0.045002 0.025950 -vt 0.045064 0.025995 -vt 0.044939 0.025958 -vt 0.044868 0.025914 -vt 0.044871 0.025788 -vt 0.044763 0.025807 -vt 0.044558 0.025894 -vt 0.044711 0.025984 -vt 0.044849 0.026019 -vt 0.044980 0.026014 -vt 0.044824 0.025947 -vt 0.044648 0.025962 -vt 0.044684 0.025865 -vt 0.044588 0.025919 -vt 0.044632 0.025748 -vt 0.044503 0.025815 -vt 0.045320 0.025660 -vt 0.045273 0.025810 -vt 0.045879 0.027697 -vt 0.045860 0.027495 -vt 0.045830 0.027497 -vt 0.045786 0.027620 -vt 0.045816 0.027656 -vt 0.045787 0.027780 -vt 0.045892 0.027854 -vt 0.045692 0.027635 -vt 0.045631 0.027789 -vt 0.045607 0.027956 -vt 0.045642 0.028088 -vt 0.045743 0.027607 -vt 0.045666 0.027813 -vt 0.045756 0.027943 -vt 0.045736 0.027877 -vt 0.045659 0.028047 -vt 0.046058 0.027419 -vt 0.046174 0.027462 -vt 0.046264 0.027491 -vt 0.046751 0.028791 -vt 0.046646 0.028701 -vt 0.046757 0.028901 -vt 0.046844 0.028893 -vt 0.046562 0.028846 -vt 0.046596 0.028756 -vt 0.046331 0.028953 -vt 0.046504 0.028992 -vt 0.046647 0.028983 -vt 0.046770 0.028937 -vt 0.046601 0.028922 -vt 0.046438 0.028991 -vt 0.046442 0.028887 -vt 0.046254 0.028896 -vt 0.046357 0.028792 -vt 0.046984 0.028496 -vt 0.046987 0.028384 -vt 0.046985 0.028653 -vt 0.048090 0.030128 -vt 0.048036 0.030085 -vt 0.048064 0.030254 -vt 0.048145 0.030260 -vt 0.048206 0.030405 -vt 0.048083 0.030367 -vt 0.048037 0.030046 -vt 0.047948 0.030259 -vt 0.047937 0.030425 -vt 0.047967 0.030591 -vt 0.048040 0.030706 -vt 0.047988 0.030217 -vt 0.047988 0.030525 -vt 0.048007 0.030329 -vt 0.048065 0.030475 -vt 0.048104 0.030533 -vt 0.048044 0.030661 -vt 0.048229 0.029940 -vt 0.048353 0.029946 -vt 0.048448 0.029945 -vt 0.048554 0.029942 -vt 0.049312 0.031031 -vt 0.049185 0.030979 -vt 0.049351 0.031134 -vt 0.049351 0.031198 -vt 0.049226 0.031150 -vt 0.049155 0.031046 -vt 0.049036 0.031084 -vt 0.048963 0.031315 -vt 0.049140 0.031299 -vt 0.049234 0.031269 -vt 0.049318 0.031204 -vt 0.049210 0.031202 -vt 0.049076 0.031318 -vt 0.049048 0.031218 -vt 0.048872 0.031284 -vt 0.048938 0.031154 -vt 0.049442 0.030679 -vt 0.049411 0.030571 -vt 0.049492 0.030827 -vt 0.050999 0.031889 -vt 0.050941 0.031769 -vt 0.050935 0.031865 -vt 0.050904 0.032001 -vt 0.051014 0.032017 -vt 0.051092 0.031997 -vt 0.051195 0.032117 -vt 0.051066 0.032119 -vt 0.051240 0.032236 -vt 0.050919 0.032142 -vt 0.051025 0.032367 -vt 0.051130 0.032454 -vt 0.050915 0.031949 -vt 0.050923 0.032088 -vt 0.050988 0.032217 -vt 0.051137 0.032270 -vt 0.051082 0.032227 -vt 0.051120 0.032410 -vt 0.051073 0.031668 -vt 0.051193 0.031635 -vt 0.051283 0.031605 -vt 0.051383 0.031569 -vt 0.052441 0.032370 -vt 0.052303 0.032360 -vt 0.052554 0.032414 -vt 0.052395 0.032509 -vt 0.052295 0.032433 -vt 0.052247 0.032532 -vt 0.052196 0.032748 -vt 0.052359 0.032678 -vt 0.052469 0.032586 -vt 0.052498 0.032542 -vt 0.052396 0.032565 -vt 0.052304 0.032716 -vt 0.052247 0.032629 -vt 0.052100 0.032747 -vt 0.052122 0.032603 -vt 0.052455 0.031995 -vt 0.052392 0.031902 -vt 0.052549 0.032121 -vt 0.054310 0.032665 -vt 0.054217 0.032569 -vt 0.054241 0.032662 -vt 0.054254 0.032801 -vt 0.054363 0.032782 -vt 0.054432 0.032739 -vt 0.054566 0.032821 -vt 0.054445 0.032863 -vt 0.054311 0.032930 -vt 0.054482 0.033112 -vt 0.054609 0.033161 -vt 0.054249 0.032748 -vt 0.054299 0.032877 -vt 0.054460 0.033046 -vt 0.054361 0.032876 -vt 0.054493 0.032961 -vt 0.054559 0.032984 -vt 0.054585 0.033123 -vt 0.054312 0.032431 -vt 0.054415 0.032363 -vt 0.054492 0.032307 -vt 0.055829 0.032677 -vt 0.055695 0.032710 -vt 0.055905 0.032707 -vt 0.055966 0.032662 -vt 0.055893 0.032770 -vt 0.055829 0.032824 -vt 0.055711 0.032782 -vt 0.055637 0.032883 -vt 0.055714 0.033112 -vt 0.055847 0.032995 -vt 0.055924 0.032874 -vt 0.055959 0.032748 -vt 0.055847 0.032876 -vt 0.055807 0.033048 -vt 0.055726 0.032983 -vt 0.055622 0.033140 -vt 0.055599 0.032997 -vt 0.055728 0.032316 -vt 0.055855 0.032407 -vt 0.057698 0.032380 -vt 0.057580 0.032317 -vt 0.057632 0.032398 -vt 0.057687 0.032526 -vt 0.057785 0.032475 -vt 0.057837 0.032413 -vt 0.057991 0.032449 -vt 0.057888 0.032526 -vt 0.058097 0.032518 -vt 0.057782 0.032632 -vt 0.058000 0.032752 -vt 0.058136 0.032760 -vt 0.057666 0.032477 -vt 0.057753 0.032585 -vt 0.057959 0.032696 -vt 0.057812 0.032565 -vt 0.057964 0.032604 -vt 0.058034 0.032606 -vt 0.058102 0.032730 -vt 0.057628 0.032157 -vt 0.057705 0.032060 -vt 0.057761 0.031983 -vt 0.059245 0.031837 -vt 0.059273 0.031865 -vt 0.059236 0.031990 -vt 0.059185 0.031985 -vt 0.059192 0.032061 -vt 0.059067 0.032058 -vt 0.059086 0.032166 -vt 0.059172 0.032371 -vt 0.059262 0.032219 -vt 0.059298 0.032080 -vt 0.059295 0.032027 -vt 0.059225 0.032105 -vt 0.059240 0.032282 -vt 0.059143 0.032245 -vt 0.059093 0.032426 -vt 0.059026 0.032297 -vt 0.058939 0.031609 -vt 0.058833 0.031572 -vt 0.059088 0.031656 -vt 0.060833 0.031061 -vt 0.060701 0.031038 -vt 0.060975 0.031050 -vt 0.060815 0.031119 -vt 0.060934 0.031113 -vt 0.061058 0.031142 -vt 0.061132 0.031037 -vt 0.060832 0.031164 -vt 0.061068 0.031299 -vt 0.061235 0.031322 -vt 0.061367 0.031287 -vt 0.060885 0.031186 -vt 0.061178 0.031281 -vt 0.060998 0.031202 -vt 0.061155 0.031193 -vt 0.061222 0.031173 -vt 0.061325 0.031270 -vt 0.060697 0.030871 -vt 0.060741 0.030755 -vt 0.060769 0.030665 -vt 0.060799 0.030563 -vt 0.061980 0.030283 -vt 0.062148 0.030158 -vt 0.062171 0.030085 -vt 0.062175 0.030216 -vt 0.062035 0.030333 -vt 0.062125 0.030367 -vt 0.062232 0.030598 -vt 0.062270 0.030425 -vt 0.062261 0.030282 -vt 0.062215 0.030159 -vt 0.062200 0.030329 -vt 0.062269 0.030492 -vt 0.062165 0.030487 -vt 0.062174 0.030675 -vt 0.062070 0.030572 -vt 0.061775 0.029945 -vt 0.061662 0.029942 -vt 0.061931 0.029944 -vt 0.063538 0.028784 -vt 0.063352 0.028865 -vt 0.063274 0.028858 -vt 0.063364 0.028893 -vt 0.063533 0.028865 -vt 0.063684 0.028723 -vt 0.063646 0.028846 -vt 0.063437 0.028937 -vt 0.063703 0.028992 -vt 0.063869 0.028963 -vt 0.063984 0.028889 -vt 0.063495 0.028941 -vt 0.063803 0.028941 -vt 0.063219 0.028700 -vt 0.063754 0.028864 -vt 0.063811 0.028825 -vt 0.063939 0.028885 -vt 0.063224 0.028576 -vt 0.063224 0.028481 -vt 0.064309 0.027617 -vt 0.064257 0.027744 -vt 0.064356 0.027500 -vt 0.064477 0.027578 -vt 0.064412 0.027578 -vt 0.064428 0.027703 -vt 0.064324 0.027774 -vt 0.064363 0.027893 -vt 0.064594 0.027966 -vt 0.064577 0.027789 -vt 0.064524 0.027656 -vt 0.064443 0.027554 -vt 0.064480 0.027719 -vt 0.064596 0.027853 -vt 0.064496 0.027881 -vt 0.064562 0.028057 -vt 0.064432 0.027991 -vt 0.063957 0.027487 -vt 0.063849 0.027518 -vt 0.064106 0.027437 -vt 0.065167 0.025930 -vt 0.065143 0.025995 -vt 0.065279 0.026025 -vt 0.065295 0.025916 -vt 0.065276 0.025837 -vt 0.065395 0.025734 -vt 0.065397 0.025863 -vt 0.065514 0.025689 -vt 0.065420 0.026010 -vt 0.065646 0.025905 -vt 0.065732 0.025799 -vt 0.065227 0.026014 -vt 0.065366 0.026006 -vt 0.065496 0.025941 -vt 0.065548 0.025792 -vt 0.065506 0.025847 -vt 0.065688 0.025810 -vt 0.064946 0.025856 -vt 0.064913 0.025737 -vt 0.064883 0.025646 -vt 0.065648 0.024489 -vt 0.065638 0.024626 -vt 0.065638 0.024360 -vt 0.065677 0.024354 -vt 0.065756 0.024457 -vt 0.065788 0.024534 -vt 0.065712 0.024634 -vt 0.065810 0.024682 -vt 0.066027 0.024733 -vt 0.065956 0.024570 -vt 0.065865 0.024460 -vt 0.065820 0.024431 -vt 0.065843 0.024533 -vt 0.065994 0.024625 -vt 0.065908 0.024682 -vt 0.066017 0.024695 -vt 0.065881 0.024807 -vt 0.065273 0.024474 -vt 0.065181 0.024537 -vt 0.065399 0.024380 -vt 0.065943 0.022619 -vt 0.065847 0.022712 -vt 0.065940 0.022688 -vt 0.066079 0.022675 -vt 0.066060 0.022566 -vt 0.066017 0.022497 -vt 0.066100 0.022363 -vt 0.066141 0.022485 -vt 0.066198 0.022283 -vt 0.066209 0.022618 -vt 0.066390 0.022447 -vt 0.066440 0.022320 -vt 0.066026 0.022680 -vt 0.066156 0.022630 -vt 0.066259 0.022528 -vt 0.066263 0.022370 -vt 0.066239 0.022436 -vt 0.066401 0.022344 -vt 0.065710 0.022617 -vt 0.065642 0.022514 -vt 0.065585 0.022437 -vt 0.065955 0.021100 -vt 0.065988 0.021234 -vt 0.065962 0.020979 -vt 0.066102 0.021100 -vt 0.066060 0.021218 -vt 0.066169 0.021234 -vt 0.066391 0.021215 -vt 0.066273 0.021082 -vt 0.066152 0.021006 -vt 0.066026 0.020970 -vt 0.066154 0.021082 -vt 0.066326 0.021122 -vt 0.066262 0.021204 -vt 0.066370 0.021182 -vt 0.066275 0.021331 -vt 0.066419 0.021307 -vt 0.065594 0.021201 -vt 0.065525 0.021291 -vt 0.065685 0.021074 -vt 0.065658 0.019231 -vt 0.065595 0.019349 -vt 0.065677 0.019297 -vt 0.065804 0.019242 -vt 0.065753 0.019144 -vt 0.065691 0.019092 -vt 0.065727 0.018938 -vt 0.065805 0.019042 -vt 0.065910 0.019147 -vt 0.066030 0.018929 -vt 0.066038 0.018793 -vt 0.065756 0.019263 -vt 0.065864 0.019176 -vt 0.065974 0.018970 -vt 0.065435 0.019301 -vt 0.065883 0.018965 -vt 0.065885 0.018895 -vt 0.066009 0.018827 -vt 0.065339 0.019224 -vt 0.065261 0.019169 -vt 0.065200 0.017782 -vt 0.065272 0.017899 -vt 0.065116 0.017684 -vt 0.065143 0.017656 -vt 0.065268 0.017693 -vt 0.065263 0.017744 -vt 0.065339 0.017737 -vt 0.065336 0.017862 -vt 0.065455 0.017901 -vt 0.065650 0.017757 -vt 0.065497 0.017667 -vt 0.065358 0.017632 -vt 0.065305 0.017634 -vt 0.065384 0.017704 -vt 0.065560 0.017689 -vt 0.065523 0.017786 -vt 0.065705 0.017836 -vt 0.065575 0.017903 -vt 0.064888 0.017990 -vt 0.064935 0.017841 -vt 0.064340 0.016097 -vt 0.064317 0.016228 -vt 0.064422 0.016031 -vt 0.064378 0.016154 -vt 0.064391 0.015995 -vt 0.064421 0.015871 -vt 0.064328 0.015954 -vt 0.064315 0.015797 -vt 0.064515 0.016016 -vt 0.064577 0.015861 -vt 0.064600 0.015694 -vt 0.064566 0.015562 -vt 0.064464 0.016044 -vt 0.064560 0.015751 -vt 0.064150 0.016232 -vt 0.064471 0.015774 -vt 0.064452 0.015707 -vt 0.064548 0.015604 -vt 0.064034 0.016188 -vt 0.063943 0.016160 -vt 0.063456 0.014860 -vt 0.063390 0.014758 -vt 0.063494 0.014754 -vt 0.063611 0.014894 -vt 0.063646 0.014804 -vt 0.063876 0.014697 -vt 0.063703 0.014659 -vt 0.063560 0.014668 -vt 0.063437 0.014714 -vt 0.063607 0.014729 -vt 0.063665 0.014653 -vt 0.063765 0.014764 -vt 0.063953 0.014755 -vt 0.063851 0.014859 -vt 0.063224 0.015155 -vt 0.063221 0.015267 -vt 0.063222 0.014998 -vt 0.062117 0.013523 -vt 0.062136 0.013655 -vt 0.062171 0.013565 -vt 0.062242 0.013446 -vt 0.062143 0.013397 -vt 0.062062 0.013391 -vt 0.062002 0.013245 -vt 0.062125 0.013283 -vt 0.062272 0.013307 -vt 0.062241 0.013060 -vt 0.062167 0.012945 -vt 0.062215 0.013492 -vt 0.062251 0.013357 -vt 0.062220 0.013126 -vt 0.061978 0.013710 -vt 0.062143 0.013175 -vt 0.062104 0.013118 -vt 0.062164 0.012990 -vt 0.061855 0.013705 -vt 0.061760 0.013706 -vt 0.061023 0.012672 -vt 0.060775 0.012551 -vt 0.060851 0.012551 -vt 0.060898 0.012507 -vt 0.060981 0.012501 -vt 0.061053 0.012605 -vt 0.061172 0.012566 -vt 0.061244 0.012335 -vt 0.061068 0.012352 -vt 0.060935 0.012405 -vt 0.060832 0.012487 -vt 0.060998 0.012449 -vt 0.061132 0.012333 -vt 0.061159 0.012433 -vt 0.061205 0.012332 -vt 0.061270 0.012497 -vt 0.060765 0.012972 -vt 0.060797 0.013080 -vt 0.060715 0.012823 -vt 0.059208 0.011762 -vt 0.059267 0.011882 -vt 0.059273 0.011786 -vt 0.059194 0.011634 -vt 0.059115 0.011653 -vt 0.059013 0.011534 -vt 0.059141 0.011532 -vt 0.059292 0.011702 -vt 0.059262 0.011432 -vt 0.059183 0.011283 -vt 0.059077 0.011197 -vt 0.059278 0.011646 -vt 0.059183 0.011353 -vt 0.059225 0.011545 -vt 0.059125 0.011423 -vt 0.059070 0.011381 -vt 0.059088 0.011241 -vt 0.059134 0.011983 -vt 0.059015 0.012016 -vt 0.058925 0.012046 -vt 0.057767 0.011281 -vt 0.057905 0.011291 -vt 0.057698 0.011195 -vt 0.057679 0.011133 -vt 0.057812 0.011141 -vt 0.057912 0.011218 -vt 0.057961 0.011119 -vt 0.058063 0.011215 -vt 0.058011 0.010902 -vt 0.057849 0.010973 -vt 0.057768 0.011030 -vt 0.057708 0.011117 -vt 0.057812 0.011086 -vt 0.057903 0.010935 -vt 0.057960 0.011021 -vt 0.058107 0.010904 -vt 0.058085 0.011048 -vt 0.057752 0.011656 -vt 0.057816 0.011749 -vt 0.057659 0.011530 -vt 0.048039 0.013852 -vt 0.048124 0.013949 -vt 0.047302 0.014912 -vt 0.047147 0.014774 -vt 0.047571 0.014293 -vt 0.047607 0.014328 -vt 0.047662 0.014384 -vt 0.047732 0.014454 -vt 0.045921 0.016426 -vt 0.045964 0.016452 -vt 0.046032 0.016491 -vt 0.045547 0.017661 -vt 0.045357 0.017578 -vt 0.045631 0.016999 -vt 0.045657 0.017012 -vt 0.045727 0.017048 -vt 0.045815 0.017093 -vt 0.044702 0.019528 -vt 0.044828 0.019556 -vt 0.044728 0.020818 -vt 0.044522 0.020798 -vt 0.044582 0.020159 -vt 0.044632 0.020167 -vt 0.044710 0.020179 -vt 0.044808 0.020195 -vt 0.044587 0.022847 -vt 0.044924 0.024073 -vt 0.044722 0.024118 -vt 0.044582 0.023492 -vt 0.044632 0.023484 -vt 0.044710 0.023472 -vt 0.044808 0.023456 -vt 0.045338 0.026081 -vt 0.045384 0.026061 -vt 0.045547 0.025990 -vt 0.046117 0.027109 -vt 0.045939 0.027214 -vt 0.045631 0.026652 -vt 0.045657 0.026639 -vt 0.045727 0.026603 -vt 0.047131 0.028891 -vt 0.047228 0.028805 -vt 0.048124 0.029702 -vt 0.048053 0.029782 -vt 0.047571 0.029358 -vt 0.047607 0.029322 -vt 0.047662 0.029267 -vt 0.047732 0.029197 -vt 0.049704 0.031009 -vt 0.049770 0.030897 -vt 0.050900 0.031473 -vt 0.050857 0.031572 -vt 0.050267 0.031317 -vt 0.050290 0.031272 -vt 0.050326 0.031202 -vt 0.050371 0.031114 -vt 0.052806 0.032228 -vt 0.052825 0.032143 -vt 0.054096 0.032201 -vt 0.054076 0.032407 -vt 0.053437 0.032347 -vt 0.053445 0.032297 -vt 0.053457 0.032220 -vt 0.053473 0.032122 -vt 0.056125 0.032342 -vt 0.056111 0.032201 -vt 0.057352 0.032005 -vt 0.057396 0.032207 -vt 0.056767 0.032326 -vt 0.056757 0.032261 -vt 0.056734 0.032122 -vt 0.059359 0.031591 -vt 0.059339 0.031545 -vt 0.059308 0.031473 -vt 0.060438 0.030897 -vt 0.060492 0.030990 -vt 0.059930 0.031298 -vt 0.059917 0.031272 -vt 0.059881 0.031202 -vt 0.059836 0.031114 -vt 0.062169 0.029798 -vt 0.062135 0.029760 -vt 0.062083 0.029702 -vt 0.062906 0.028739 -vt 0.063061 0.028876 -vt 0.062621 0.029343 -vt 0.062601 0.029322 -vt 0.062545 0.029267 -vt 0.062475 0.029197 -vt 0.064287 0.027225 -vt 0.064176 0.027159 -vt 0.064660 0.025990 -vt 0.064850 0.026073 -vt 0.064596 0.026662 -vt 0.064551 0.026639 -vt 0.064480 0.026603 -vt 0.064392 0.026558 -vt 0.065506 0.024123 -vt 0.065421 0.024104 -vt 0.065479 0.022833 -vt 0.065686 0.022853 -vt 0.065625 0.023492 -vt 0.065576 0.023484 -vt 0.065498 0.023472 -vt 0.065400 0.023456 -vt 0.065620 0.020804 -vt 0.065283 0.019577 -vt 0.065485 0.019533 -vt 0.065625 0.020159 -vt 0.065576 0.020167 -vt 0.065498 0.020179 -vt 0.065400 0.020195 -vt 0.064870 0.017570 -vt 0.064823 0.017590 -vt 0.064660 0.017661 -vt 0.064090 0.016542 -vt 0.064268 0.016437 -vt 0.064576 0.016999 -vt 0.064551 0.017012 -vt 0.064480 0.017048 -vt 0.063077 0.014760 -vt 0.063012 0.014818 -vt 0.062017 0.014023 -vt 0.062135 0.013890 -vt 0.062636 0.014293 -vt 0.062575 0.014354 -vt 0.062475 0.014454 -vt 0.060503 0.012642 -vt 0.060438 0.012754 -vt 0.059268 0.012269 -vt 0.059351 0.012079 -vt 0.059917 0.012379 -vt 0.059881 0.012449 -vt 0.059836 0.012537 -vt 0.057401 0.011423 -vt 0.057373 0.011549 -vt 0.056121 0.011351 -vt 0.056131 0.011244 -vt 0.056762 0.011354 -vt 0.056750 0.011431 -vt 0.056734 0.011529 -vt 0.054074 0.011222 -vt 0.054079 0.011273 -vt 0.054087 0.011351 -vt 0.052856 0.011646 -vt 0.052811 0.011444 -vt 0.053441 0.011325 -vt 0.053445 0.011354 -vt 0.053457 0.011431 -vt 0.053473 0.011529 -vt 0.050848 0.012059 -vt 0.050868 0.012106 -vt 0.050900 0.012178 -vt 0.049820 0.012839 -vt 0.049715 0.012661 -vt 0.050277 0.012353 -vt 0.050290 0.012379 -vt 0.050326 0.012449 -vt 0.050371 0.012537 -vt 0.054940 0.019905 -vt 0.055267 0.019905 -vt 0.055269 0.019887 -vt 0.055589 0.019960 -vt 0.055104 0.023753 -vt 0.055445 0.023816 -vt 0.055430 0.023725 -vt 0.055746 0.023643 -vt 0.056044 0.023508 -vt 0.056373 0.023397 -vt 0.056315 0.023325 -vt 0.056551 0.023099 -vt 0.056824 0.022884 -vt 0.056745 0.022836 -vt 0.056893 0.022544 -vt 0.057078 0.022251 -vt 0.056988 0.022232 -vt 0.057030 0.021907 -vt 0.057016 0.021581 -vt 0.057035 0.021234 -vt 0.056947 0.021261 -vt 0.056825 0.020957 -vt 0.056654 0.020679 -vt 0.056501 0.020367 -vt 0.056438 0.020434 -vt 0.056235 0.020152 -vt 0.056183 0.020228 -vt 0.055898 0.020069 -vt 0.055613 0.019871 -vt 0.054595 0.019871 -vt 0.054618 0.019960 -vt 0.054310 0.020069 -vt 0.053973 0.020152 -vt 0.054024 0.020228 -vt 0.053770 0.020434 -vt 0.053554 0.020679 -vt 0.053300 0.020916 -vt 0.053382 0.020957 -vt 0.053260 0.021261 -vt 0.053192 0.021581 -vt 0.053086 0.021911 -vt 0.053178 0.021907 -vt 0.053219 0.022232 -vt 0.053229 0.022579 -vt 0.053315 0.022544 -vt 0.053462 0.022836 -vt 0.053587 0.023160 -vt 0.053657 0.023099 -vt 0.053893 0.023325 -vt 0.054164 0.023508 -vt 0.054431 0.023730 -vt 0.054462 0.023643 -vt 0.054778 0.023725 -vt 0.055278 0.019783 -vt 0.054906 0.024339 -vt 0.054543 0.024284 -vt 0.054943 0.024432 -vt 0.054991 0.024479 -vt 0.055087 0.024514 -vt 0.055186 0.024496 -vt 0.055265 0.024432 -vt 0.056061 0.024225 -vt 0.056121 0.024257 -vt 0.056188 0.024268 -vt 0.056255 0.024255 -vt 0.056313 0.024220 -vt 0.056357 0.024168 -vt 0.056380 0.024104 -vt 0.057041 0.023577 -vt 0.057109 0.023568 -vt 0.057195 0.023515 -vt 0.057243 0.023426 -vt 0.057242 0.023325 -vt 0.057577 0.022573 -vt 0.057639 0.022547 -vt 0.057708 0.022472 -vt 0.057730 0.022373 -vt 0.057716 0.022306 -vt 0.057681 0.022248 -vt 0.057681 0.021402 -vt 0.057716 0.021344 -vt 0.057728 0.021244 -vt 0.057708 0.021179 -vt 0.057666 0.021125 -vt 0.057609 0.021088 -vt 0.057242 0.020326 -vt 0.057249 0.020258 -vt 0.057216 0.020163 -vt 0.057140 0.020095 -vt 0.057075 0.020076 -vt 0.057007 0.020079 -vt 0.056383 0.019581 -vt 0.056371 0.019514 -vt 0.056337 0.019455 -vt 0.056255 0.019396 -vt 0.056188 0.019383 -vt 0.056090 0.019407 -vt 0.055265 0.019219 -vt 0.055186 0.019155 -vt 0.055121 0.019137 -vt 0.055021 0.019154 -vt 0.054965 0.019193 -vt 0.054925 0.019248 -vt 0.054118 0.019407 -vt 0.054019 0.019383 -vt 0.053922 0.019411 -vt 0.053870 0.019455 -vt 0.053837 0.019514 -vt 0.053824 0.019581 -vt 0.053200 0.020079 -vt 0.053132 0.020076 -vt 0.053067 0.020095 -vt 0.053013 0.020136 -vt 0.052964 0.020225 -vt 0.052959 0.020292 -vt 0.052977 0.020358 -vt 0.052598 0.021088 -vt 0.052541 0.021125 -vt 0.052487 0.021211 -vt 0.052481 0.021312 -vt 0.052506 0.021375 -vt 0.052551 0.021426 -vt 0.052527 0.022248 -vt 0.052491 0.022306 -vt 0.052479 0.022407 -vt 0.052500 0.022472 -vt 0.052568 0.022546 -vt 0.052631 0.022573 -vt 0.052965 0.023325 -vt 0.052959 0.023392 -vt 0.052991 0.023488 -vt 0.053038 0.023537 -vt 0.053099 0.023568 -vt 0.053166 0.023577 -vt 0.053828 0.024104 -vt 0.053851 0.024168 -vt 0.053922 0.024240 -vt 0.054019 0.024268 -vt 0.054118 0.024244 -vn 0.825194 0.564849 -0.000001 -vn 0.825195 0.564848 0.000000 -vn 0.781830 0.623491 0.000000 -vn 0.781831 0.623491 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.734307 0.678818 0.000000 -vn 0.498407 0.866943 0.000000 -vn 0.498405 0.866944 0.000002 -vn 0.433887 0.900967 0.000000 -vn 0.433884 0.900969 0.000001 -vn 0.367059 0.930198 0.000000 -vn 0.367054 0.930200 0.000000 -vn 0.072901 0.997339 0.000000 -vn 0.072902 0.997339 0.000000 -vn 0.000000 1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn -0.072901 0.997339 0.000000 -vn -0.072902 0.997339 0.000000 -vn -0.367053 0.930200 0.000000 -vn -0.367054 0.930200 0.000000 -vn -0.433887 0.900967 0.000001 -vn -0.433882 0.900970 0.000000 -vn -0.498412 0.866940 0.000002 -vn -0.498399 0.866948 0.000000 -vn -0.734291 0.678835 0.000000 -vn -0.734313 0.678811 -0.000001 -vn -0.781823 0.623500 -0.000001 -vn -0.781838 0.623482 -0.000001 -vn -0.825195 0.564848 -0.000002 -vn -0.825202 0.564837 0.000000 -vn -0.956110 0.293007 0.000000 -vn -0.956115 0.292993 -0.000002 -vn -0.974928 0.222522 -0.000001 -vn -0.974928 0.222521 -0.000001 -vn -0.988556 0.150856 -0.000002 -vn -0.988554 0.150870 0.000000 -vn -0.988554 -0.150871 0.000000 -vn -0.988556 -0.150857 -0.000002 -vn -0.974928 -0.222522 -0.000001 -vn -0.974928 -0.222522 -0.000001 -vn -0.956115 -0.292993 -0.000002 -vn -0.956111 -0.293006 0.000000 -vn -0.825202 -0.564838 0.000000 -vn -0.825196 -0.564847 -0.000002 -vn -0.781838 -0.623482 -0.000001 -vn -0.781824 -0.623500 -0.000001 -vn -0.734313 -0.678811 -0.000001 -vn -0.734291 -0.678835 0.000000 -vn -0.498397 -0.866949 0.000000 -vn -0.498418 -0.866937 0.000000 -vn -0.433881 -0.900970 0.000000 -vn -0.433888 -0.900967 0.000000 -vn -0.367053 -0.930200 0.000000 -vn -0.367048 -0.930202 0.000000 -vn -0.072894 -0.997340 0.000000 -vn -0.072894 -0.997340 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.072894 -0.997340 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.367054 -0.930200 0.000000 -vn 0.433884 -0.900969 0.000000 -vn 0.433887 -0.900967 0.000001 -vn 0.498405 -0.866944 0.000000 -vn 0.498413 -0.866940 0.000002 -vn 0.734307 -0.678818 0.000000 -vn 0.734307 -0.678818 0.000000 -vn 0.781830 -0.623491 0.000000 -vn 0.781834 -0.623487 0.000000 -vn 0.825195 -0.564848 0.000000 -vn 0.825202 -0.564837 0.000000 -vn 0.956115 -0.292992 0.000000 -vn 0.956111 -0.293005 0.000000 -vn 0.974929 -0.222516 0.000000 -vn 0.974928 -0.222522 0.000000 -vn 0.988556 -0.150855 0.000000 -vn 0.988556 -0.150854 0.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004104 -0.001853 -0.999990 -vn -0.009264 -0.006223 -0.999938 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000017 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004344 0.001968 -0.999989 -vn -0.008402 0.002192 -0.999962 -vn -0.002920 -0.003947 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn -0.002192 -0.004337 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.004641 -0.001206 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.006232 -0.000004 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn 0.004717 -0.000812 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004109 -0.002299 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001768 -0.004404 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000201 -0.004787 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000758 -0.005893 -0.999982 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.002664 0.003606 -0.999990 -vn -0.008674 0.008328 -0.999928 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003223 -0.003667 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.003757 0.003027 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.004240 0.002367 -0.999988 -vn 0.004538 0.001600 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001772 0.004402 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn 0.001051 0.004871 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000605 0.004746 -0.999989 -vn 0.000000 0.000000 -1.000000 -vn -0.001414 0.004627 -0.999988 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.987545 0.157306 -0.003020 -vn 0.992810 0.119695 -0.001570 -vn 0.993143 0.116706 0.006894 -vn 0.992133 0.123193 0.022257 -vn 0.980599 0.195906 0.006859 -vn 0.981587 0.189731 0.022139 -vn 0.981422 0.191840 0.003045 -vn 0.987154 0.159472 0.009823 -vn 0.993658 0.111083 0.017437 -vn 0.980800 0.194638 0.012126 -vn 0.981298 0.192446 0.004264 -vn 0.972060 0.234629 0.006980 -vn 0.913512 0.405504 0.032592 -vn 0.893415 0.445217 -0.059931 -vn 0.910695 0.403083 0.090328 -vn 0.913047 0.407598 0.014446 -vn 0.889869 0.456002 0.013992 -vn 0.906899 0.421345 0.001933 -vn 0.890515 0.454950 0.001861 -vn 0.905510 0.423741 0.022262 -vn 0.872054 0.489362 0.006819 -vn 0.874934 0.483736 0.022133 -vn 0.874868 0.484311 0.006966 -vn 0.878466 0.477702 -0.009929 -vn 0.855352 0.517995 0.007437 -vn 0.855158 0.515749 0.052041 -vn 0.747062 0.664489 0.018797 -vn 0.712156 0.699550 -0.058853 -vn 0.747374 0.663852 0.027072 -vn 0.706454 0.707580 0.015911 -vn 0.732321 0.680956 0.001933 -vn 0.706264 0.707934 0.004654 -vn 0.730248 0.682819 0.022256 -vn 0.678129 0.734911 0.006824 -vn 0.657381 0.753377 -0.016529 -vn 0.683065 0.730300 0.009206 -vn 0.693671 0.719638 -0.030697 -vn 0.657546 0.753324 0.011683 -vn 0.657140 0.751721 0.055528 -vn 0.491271 0.871002 0.002751 -vn 0.454849 0.890405 0.017086 -vn 0.466672 0.881690 -0.069570 -vn 0.510579 0.859561 0.021517 -vn 0.486061 0.873923 0.001954 -vn 0.452906 0.891542 0.005352 -vn 0.483509 0.875056 0.022263 -vn 0.417858 0.908487 0.006833 -vn 0.423496 0.905627 0.022176 -vn 0.424166 0.905532 0.009752 -vn 0.443049 0.895098 -0.050079 -vn 0.397707 0.917374 0.015941 -vn 0.397136 0.915776 0.060309 -vn 0.196076 0.980580 -0.004087 -vn 0.159064 0.987137 0.016067 -vn 0.178109 0.983090 -0.042563 -vn 0.225507 0.974108 0.016110 -vn 0.192226 0.981349 0.001933 -vn 0.155294 0.987861 0.003955 -vn 0.189414 0.981646 0.022232 -vn 0.116688 0.993145 0.006848 -vn 0.122899 0.992171 0.022192 -vn 0.123112 0.992355 0.008641 -vn 0.148251 0.986981 -0.062371 -vn 0.100354 0.994746 0.020242 -vn 0.099779 0.992844 0.065607 -vn -0.080928 0.996663 0.010678 -vn -0.081950 0.996618 0.006012 -vn -0.126498 0.991910 -0.010582 -vn -0.152258 0.988272 0.011635 -vn -0.157435 0.987529 0.000464 -vn -0.120451 0.992717 0.001975 -vn -0.123204 0.992131 0.022288 -vn -0.223106 0.974655 -0.016487 -vn -0.195908 0.980598 0.006857 -vn -0.190719 0.981627 0.005834 -vn -0.206430 0.978154 0.024520 -vn -0.206980 0.975939 0.068572 -vn -0.418043 0.908426 0.001395 -vn -0.413625 0.910443 -0.002827 -vn -0.449569 0.893216 0.007294 -vn -0.417634 0.908541 0.011636 -vn -0.454693 0.890634 -0.005109 -vn -0.417848 0.908491 0.006839 -vn -0.423766 0.905499 0.022250 -vn -0.513374 0.858006 -0.016522 -vn -0.489327 0.872074 0.006844 -vn -0.486354 0.873761 0.001370 -vn -0.491110 0.871028 0.011032 -vn -0.491732 0.870465 0.022130 -vn -0.671396 0.740645 0.025936 -vn -0.697009 0.715893 -0.040945 -vn -0.670749 0.741601 0.011127 -vn -0.707782 0.706430 -0.001162 -vn -0.680955 0.732323 0.001954 -vn -0.682870 0.730201 0.022243 -vn -0.730464 0.682591 0.022170 -vn -0.734863 0.678181 0.006849 -vn -0.731652 0.681664 0.004543 -vn -0.733577 0.679569 -0.007182 -vn -0.730340 0.683066 -0.004976 -vn -0.759992 0.649873 0.008808 -vn -0.864672 0.501869 0.021665 -vn -0.885532 0.460454 -0.061772 -vn -0.864130 0.502334 0.030655 -vn -0.873919 0.486068 0.001948 -vn -0.891512 0.452988 0.003029 -vn -0.875079 0.483469 0.022231 -vn -0.908469 0.417895 0.006846 -vn -0.905640 0.423468 0.022182 -vn -0.905878 0.423466 0.007894 -vn -0.901460 0.432536 -0.016813 -vn -0.921098 0.389231 0.008841 -vn -0.919286 0.390015 0.052924 -vn -0.976322 0.215622 0.017380 -vn -0.984579 0.166176 -0.054675 -vn -0.976005 0.216281 0.025215 -vn -0.987598 0.156166 0.016224 -vn -0.981353 0.192203 0.001970 -vn -0.987863 0.155245 0.005120 -vn -0.981646 0.189408 0.022281 -vn -0.993144 0.116695 0.006842 -vn -0.992171 0.122896 0.022201 -vn -0.992299 0.123498 0.009573 -vn -0.989353 0.140621 -0.037495 -vn -0.995758 0.091069 0.013100 -vn -0.994177 0.091430 0.057030 -vn -0.993353 -0.115111 0.000387 -vn -0.987794 -0.154844 0.016917 -vn -0.988430 -0.138851 -0.061050 -vn -0.995721 -0.090274 0.019772 -vn -0.992716 -0.120462 0.001960 -vn -0.987487 -0.157615 0.005118 -vn -0.992131 -0.123203 0.022281 -vn -0.980593 -0.195934 0.006825 -vn -0.974659 -0.223091 -0.016430 -vn -0.981896 -0.189179 0.009576 -vn -0.984569 -0.165986 -0.055428 -vn -0.976319 -0.215639 0.017378 -vn -0.974575 -0.215328 0.061942 -vn -0.908231 -0.418426 -0.005952 -vn -0.892363 -0.451057 0.015373 -vn -0.901476 -0.431569 -0.033007 -vn -0.921376 -0.388409 0.014305 -vn -0.906907 -0.421327 0.001954 -vn -0.890496 -0.454982 0.003024 -vn -0.905512 -0.423737 0.022247 -vn -0.872049 -0.489371 0.006848 -vn -0.858035 -0.513327 -0.016471 -vn -0.875051 -0.483967 0.007891 -vn -0.885600 -0.460182 -0.062807 -vn -0.864670 -0.501874 0.021666 -vn -0.862620 -0.501340 0.067421 -vn -0.730456 -0.682546 -0.023775 -vn -0.738907 -0.673805 -0.001625 -vn -0.710310 -0.703803 0.011057 -vn -0.733018 -0.680094 0.012567 -vn -0.706435 -0.707777 -0.001162 -vn -0.734873 -0.678170 0.006825 -vn -0.730227 -0.682841 0.022309 -vn -0.657391 -0.753369 -0.016488 -vn -0.678134 -0.734906 0.006873 -vn -0.681663 -0.731652 0.004538 -vn -0.672549 -0.739869 0.016501 -vn -0.670673 -0.740436 0.044188 -vn -0.491968 -0.870470 0.015803 -vn -0.526659 -0.850070 0.003471 -vn -0.493461 -0.869768 -0.000450 -vn -0.478734 -0.877490 0.028733 -vn -0.487025 -0.873384 0.002756 -vn -0.486049 -0.873929 0.001975 -vn -0.453276 -0.891356 -0.005115 -vn -0.483486 -0.875067 0.022320 -vn -0.417874 -0.908480 0.006812 -vn -0.423482 -0.905633 0.022193 -vn -0.421013 -0.907054 0.001376 -vn -0.418311 -0.908302 -0.001852 -vn -0.418200 -0.908258 0.013267 -vn -0.379812 -0.925049 0.005261 -vn -0.206426 -0.978155 0.024526 -vn -0.205068 -0.978626 0.015430 -vn -0.166794 -0.984559 -0.053130 -vn -0.192206 -0.981353 0.001975 -vn -0.155426 -0.987847 0.000478 -vn -0.189413 -0.981645 0.022251 -vn -0.116688 -0.993145 0.006831 -vn -0.122905 -0.992171 0.022182 -vn -0.121964 -0.992517 0.005851 -vn -0.126880 -0.991913 -0.003170 -vn -0.081936 -0.996619 0.006038 -vn -0.084034 -0.995147 0.051198 -vn 0.100351 -0.994745 0.020280 -vn 0.148017 -0.987071 -0.061495 -vn 0.099640 -0.994606 0.028839 -vn 0.157728 -0.987362 0.015438 -vn 0.120458 -0.992716 0.001975 -vn 0.157575 -0.987499 0.003943 -vn 0.123211 -0.992130 0.022311 -vn 0.195910 -0.980598 0.006828 -vn 0.223128 -0.974651 -0.016448 -vn 0.189564 -0.981830 0.008646 -vn 0.177138 -0.983899 -0.023753 -vn 0.224718 -0.974370 0.010273 -vn 0.223365 -0.973223 0.054263 -vn 0.415419 -0.909616 0.005059 -vn 0.453477 -0.891104 0.017096 -vn 0.440235 -0.894554 -0.077237 -vn 0.396976 -0.917530 0.023439 -vn 0.421333 -0.906904 0.001975 -vn 0.455061 -0.890444 0.005353 -vn 0.423753 -0.905503 0.022298 -vn 0.489341 -0.872066 0.006844 -vn 0.483756 -0.874921 0.022210 -vn 0.483272 -0.875416 0.009760 -vn 0.465623 -0.883888 -0.044008 -vn 0.510004 -0.860050 0.014499 -vn 0.508962 -0.858797 0.058532 -vn 0.677491 -0.735529 -0.001901 -vn 0.705498 -0.708518 0.016577 -vn 0.692093 -0.719934 -0.051991 -vn 0.656904 -0.753763 0.017872 -vn 0.680963 -0.732315 0.001933 -vn 0.707935 -0.706262 0.004661 -vn 0.682863 -0.730208 0.022232 -vn 0.734879 -0.678164 0.006811 -vn 0.753420 -0.657332 -0.016535 -vn 0.730303 -0.683062 0.009192 -vn 0.711960 -0.699679 -0.059684 -vn 0.747040 -0.664513 0.018787 -vn 0.745801 -0.663103 0.063839 -vn 0.872680 -0.488239 -0.007241 -vn 0.889405 -0.456940 0.012816 -vn 0.878162 -0.477999 -0.018684 -vn 0.854839 -0.518744 0.012458 -vn 0.873922 -0.486062 0.001946 -vn 0.891489 -0.453038 0.001863 -vn 0.875083 -0.483461 0.022241 -vn 0.908462 -0.417911 0.006856 -vn 0.905637 -0.423476 0.022121 -vn 0.906047 -0.423121 0.006948 -vn 0.893418 -0.445214 -0.059910 -vn 0.913462 -0.406271 0.023063 -vn 0.910693 -0.403088 0.090324 -vn 0.664992 -0.746850 -0.000280 -vn 0.665622 -0.746289 -0.000003 -vn 0.613871 -0.789394 0.004487 -vn -0.979252 -0.202645 -0.000253 -vn -0.979120 -0.203283 -0.000007 -vn -0.990930 -0.134358 0.002163 -vn 0.314229 0.949347 -0.000300 -vn 0.313498 0.949589 0.000000 -vn 0.374323 0.927290 0.004066 -vn 0.892758 -0.450532 0.002099 -vn 0.876681 -0.481056 -0.003908 -vn 0.874176 -0.485590 -0.004245 -vn 0.840611 -0.541639 0.000802 -vn 0.806778 -0.590807 0.007536 -vn 0.924899 -0.380075 0.010268 -vn 0.906533 -0.421878 -0.014695 -vn 0.905382 -0.424297 -0.016002 -vn 0.894163 -0.446680 -0.030798 -vn 0.913129 -0.407360 0.015934 -vn 0.983789 0.179331 -0.000020 -vn 0.989762 0.142573 0.006708 -vn 0.985623 0.167828 0.019506 -vn 0.982315 0.186839 -0.012190 -vn 0.994733 0.102469 0.002509 -vn 0.984912 0.173056 0.000001 -vn 0.949865 0.312657 0.001645 -vn 0.958853 0.283904 -0.000162 -vn 0.948406 0.317060 0.000176 -vn 0.926024 0.377380 0.007978 -vn 0.965757 0.259435 -0.002746 -vn 0.799198 0.600978 0.010383 -vn 0.818406 0.574637 -0.002205 -vn 0.823830 0.566825 -0.003627 -vn 0.833548 0.552409 -0.006569 -vn 0.839176 0.543847 0.003804 -vn 0.850005 0.526753 -0.004788 -vn 0.859527 0.511090 0.000023 -vn 0.927889 0.372854 0.001109 -vn 0.901373 0.432979 0.007471 -vn 0.251368 0.967892 -0.000086 -vn 0.167703 0.985816 0.006487 -vn 0.226023 0.974121 -0.001200 -vn 0.286581 0.958036 0.006197 -vn 0.286709 0.958018 -0.000384 -vn 0.331887 0.943306 0.005016 -vn 0.290515 0.956810 -0.010729 -vn 0.145374 0.989359 0.005985 -vn 0.111930 0.993690 0.007151 -vn -0.000171 0.999999 0.001753 -vn -0.000619 0.999985 -0.005419 -vn 0.034903 0.999389 0.001869 -vn 0.036547 0.999332 -0.000022 -vn 0.084809 0.996397 0.000847 -vn -0.157470 0.987483 0.008999 -vn -0.091393 0.995735 -0.012659 -vn -0.087386 0.996069 -0.014507 -vn -0.116036 0.993071 0.018616 -vn -0.644312 0.764751 0.004307 -vn -0.634408 0.772953 0.008430 -vn -0.648424 0.761169 0.013008 -vn -0.669030 0.742912 -0.021908 -vn -0.584934 0.811080 0.000885 -vn -0.642323 0.766434 0.000000 -vn -0.733461 0.679728 0.002226 -vn -0.752357 0.658751 0.002673 -vn -0.751205 0.660069 -0.000123 -vn -0.788595 0.614893 0.004915 -vn -0.709857 0.704312 -0.006911 -vn -0.929137 0.369733 0.001082 -vn -0.902818 0.430023 0.000000 -vn -0.904271 0.426958 -0.000830 -vn -0.893428 0.449175 0.005398 -vn -0.897427 0.441151 -0.003196 -vn -0.891769 0.452453 -0.005811 -vn -0.882312 0.470502 -0.012362 -vn -0.879511 0.475875 0.002026 -vn -0.819889 0.572496 0.005550 -vn -0.824545 0.565748 0.007413 -vn -0.956163 -0.292833 0.001157 -vn -0.936713 -0.350087 0.002848 -vn -0.956377 -0.292087 -0.005321 -vn -0.970209 -0.242228 0.004495 -vn -0.977749 -0.209692 0.006052 -vn -0.969328 -0.245281 -0.015516 -vn -0.972998 -0.230608 -0.009794 -vn -0.851582 -0.524217 0.002293 -vn -0.854659 -0.519155 -0.006001 -vn -0.857445 -0.514536 -0.006340 -vn -0.928200 -0.371969 0.009161 -vn -0.916523 -0.399981 0.000814 -vn -0.762673 -0.646777 0.003041 -vn -0.805957 -0.591974 -0.000003 -vn -0.805822 -0.592158 -0.000212 -vn -0.804899 -0.593351 0.008527 -vn -0.822291 -0.568903 -0.013667 -vn -0.817386 -0.576009 0.009695 -vn -0.306303 -0.951609 -0.024890 -vn -0.309669 -0.950574 -0.022681 -vn -0.392062 -0.919931 0.003776 -vn -0.357022 -0.933800 0.023513 -vn -0.319611 -0.947529 0.006191 -vn -0.376065 -0.926593 0.000429 -vn -0.342588 -0.939486 0.000000 -vn -0.169000 -0.985615 0.001355 -vn -0.134297 -0.990932 0.004249 -vn -0.211892 -0.977293 0.000853 -vn -0.205630 -0.978627 0.002461 -vn -0.239334 -0.970902 -0.008292 -vn -0.080151 -0.996746 0.008558 -vn -0.081178 -0.996695 0.003185 -vn 0.147009 -0.989134 0.001203 -vn 0.079019 -0.996873 0.000000 -vn 0.090358 -0.995906 -0.002780 -vn 0.084682 -0.996398 0.004526 -vn 0.081022 -0.996704 -0.004208 -vn 0.062496 -0.998017 -0.007459 -vn 0.038728 -0.999147 -0.014365 -vn 0.039451 -0.999216 0.003357 -vn 0.769032 -0.639155 0.008376 -vn 0.730866 -0.682520 -0.000341 -vn 0.705558 -0.708653 0.000208 -vn 0.707833 -0.706252 -0.013449 -vn 0.679210 -0.733917 0.006289 -vn 0.630542 -0.776150 0.003002 -vn 0.684567 -0.728898 -0.008741 -vn 0.750672 -0.660673 0.001498 -vn 0.999989 0.000000 0.004675 -vn 0.992458 -0.122469 0.005331 -vn 0.997638 -0.068668 0.002010 -vn 0.970873 -0.239570 0.003536 -vn 0.983812 -0.179196 0.001584 -vn 0.915642 -0.401994 0.000000 -vn 0.929225 -0.369508 -0.002118 -vn 0.952992 -0.302995 0.001109 -vn 0.949512 -0.313672 0.006074 -vn 0.957627 -0.287965 0.005194 -vn 0.600130 -0.799902 0.001283 -vn 0.551591 -0.834099 0.005211 -vn 0.475202 -0.879871 0.003284 -vn 0.507957 -0.861379 0.002422 -vn 0.323837 -0.946098 0.005312 -vn 0.385084 -0.922878 0.002556 -vn 0.392137 -0.919899 0.003755 -vn 0.411331 -0.911477 0.004168 -vn 0.167153 -0.985911 0.006195 -vn 0.211186 -0.977442 0.002756 -vn 0.279580 -0.960121 0.001777 -vn 0.333142 -0.942877 0.000362 -vn -0.451148 -0.892423 0.006874 -vn -0.448113 -0.893977 0.000631 -vn -0.479910 -0.877286 0.007411 -vn -0.505443 -0.862859 0.001232 -vn -0.543141 -0.839637 0.002895 -vn -0.602316 -0.798244 0.004644 -vn -0.567086 -0.823653 0.002943 -vn -0.696544 -0.717495 0.005301 -vn -0.653778 -0.756685 0.001411 -vn -0.733698 -0.679472 0.002141 -vn -0.691935 -0.721959 0.000411 -vn -0.998071 -0.061937 0.004255 -vn -0.993902 -0.110177 0.004465 -vn -0.999999 0.000000 0.001119 -vn -0.997979 0.063373 0.004703 -vn -0.999099 0.042429 0.000859 -vn -0.983045 0.183310 0.004548 -vn -0.990287 0.138992 0.003513 -vn -0.931901 0.362704 0.002548 -vn -0.935906 0.352219 0.004781 -vn -0.956139 0.292912 0.001112 -vn -0.969154 0.246455 0.001233 -vn -0.507100 0.861879 0.003710 -vn -0.543766 0.839222 0.005063 -vn -0.289257 0.957243 0.003925 -vn -0.318848 0.947797 0.004080 -vn -0.345161 0.938535 0.004031 -vn -0.355497 0.934675 0.002116 -vn -0.443228 0.896400 0.004023 -vn -0.446136 0.894962 0.002465 -vn -0.210518 0.977583 0.003756 -vn -0.211382 0.977400 0.002805 -vn -0.163081 0.986610 -0.002185 -vn -0.109689 0.993966 0.000003 -vn 0.385104 0.922869 0.002617 -vn 0.392132 0.919901 0.003756 -vn 0.411329 0.911478 0.004033 -vn 0.477454 0.878657 0.000629 -vn 0.552285 0.833648 0.003670 -vn 0.506466 0.862241 0.005691 -vn 0.644625 0.764488 0.004115 -vn 0.600186 0.799859 0.001439 -vn 0.696224 0.717823 0.001308 -vn 0.684642 0.728866 0.004526 -vn 0.823797 0.566885 0.000000 -vn 0.784135 0.620587 -0.002080 -vn 0.780856 0.624710 0.000854 -vn 0.781245 0.624190 0.006480 -vn 0.733281 0.679925 0.000686 -vn 0.749090 0.662460 0.003172 -vn 0.706204 0.707981 0.006190 -vn 0.997638 0.068668 0.002010 -vn 0.999999 0.000000 0.001725 -vn -0.968464 0.249155 0.000420 -vn -0.968331 0.249670 0.000000 -vn -0.988074 0.153920 -0.004199 -vn -0.709626 -0.704578 0.000738 -vn -0.710414 -0.703784 0.000000 -vn -0.638237 -0.769827 -0.004594 -vn 0.241286 -0.970454 0.000400 -vn 0.240581 -0.970629 0.000000 -vn 0.333617 -0.942695 -0.005028 -vn 0.956856 -0.290562 0.000006 -vn 0.956868 -0.290522 0.000000 -vn 0.980187 -0.197998 -0.005508 -vn 0.739688 0.672950 0.000002 -vn 0.739622 0.673023 0.000000 -vn 0.674167 0.738555 -0.006044 -vn -0.182938 0.983123 0.001636 -vn -0.186974 0.982364 0.001144 -vn -0.231851 0.972748 0.002633 -vn -0.131337 0.991328 0.004492 -vn -0.072154 0.997365 0.007505 -vn -0.096715 0.995310 0.002196 -vn -0.199177 0.979964 0.000000 -vn -0.284541 0.958641 -0.006599 -vn 0.126129 0.991995 0.006194 -vn 0.057545 0.998236 -0.014641 -vn 0.042490 0.999090 -0.003822 -vn -0.042444 0.999087 0.004915 -vn 0.348257 0.937382 -0.005643 -vn 0.257878 0.966178 0.000000 -vn 0.257844 0.966187 0.000009 -vn 0.239905 0.970783 0.005142 -vn 0.309363 0.950944 0.000495 -vn 0.214191 0.976683 0.014586 -vn 0.190279 0.981354 0.027188 -vn 0.218385 0.975862 -0.001526 -vn 0.808061 0.589087 0.003682 -vn 0.774364 0.632738 0.001845 -vn 0.829579 0.558345 0.007029 -vn 0.707647 0.706565 0.001295 -vn 0.780859 0.624393 0.019811 -vn 0.759519 0.650451 0.006679 -vn 0.910173 0.414167 0.007132 -vn 0.883409 0.468409 -0.013472 -vn 0.873008 0.487691 -0.003754 -vn 0.865515 0.500672 -0.014561 -vn 0.982869 0.184202 -0.006188 -vn 0.961904 0.273389 0.000000 -vn 0.961882 0.273464 0.000004 -vn 0.972847 0.231446 0.001520 -vn 0.957798 0.287432 0.002472 -vn 0.951051 0.308933 0.007914 -vn 0.938257 0.345084 0.024316 -vn 0.944463 0.328607 0.002665 -vn 0.911475 -0.411305 0.006496 -vn 0.923057 -0.384636 0.004614 -vn 0.945798 -0.324728 -0.004345 -vn 0.923289 -0.384032 0.007545 -vn 0.971649 -0.236427 0.000002 -vn 0.933817 -0.356546 0.029329 -vn 0.665546 -0.746326 -0.006748 -vn 0.727499 -0.686108 0.000000 -vn 0.727571 -0.686032 0.000001 -vn 0.706883 -0.707324 0.003086 -vn 0.733341 -0.679861 0.000496 -vn 0.746426 -0.665462 0.002919 -vn 0.761775 -0.647839 0.002060 -vn 0.776648 -0.629897 0.006961 -vn 0.806193 -0.591651 0.001314 -vn 0.829667 -0.558218 0.006709 -vn 0.872197 -0.489154 -0.001096 -vn 0.188604 -0.981733 0.025071 -vn 0.195546 -0.980471 0.020960 -vn 0.300677 -0.953726 -0.001008 -vn 0.219724 -0.975527 -0.008332 -vn 0.130099 -0.991470 0.007823 -vn 0.112599 -0.993640 0.000472 -vn -0.209209 -0.977871 0.000004 -vn -0.204803 -0.978803 0.000078 -vn -0.219048 -0.975696 0.005951 -vn -0.178109 -0.984007 0.002724 -vn -0.151349 -0.988434 0.009544 -vn -0.126081 -0.992001 0.006176 -vn -0.042533 -0.999083 0.004860 -vn -0.025743 -0.999658 -0.004622 -vn 0.039192 -0.999225 0.003530 -vn -0.390036 -0.920790 -0.004276 -vn -0.298638 -0.954367 0.000000 -vn -0.298580 -0.954385 0.000036 -vn -0.363807 -0.931471 -0.002390 -vn -0.301194 -0.953469 -0.013364 -vn -0.722139 -0.691747 -0.001057 -vn -0.662032 -0.749473 -0.001931 -vn -0.715016 -0.698990 -0.012829 -vn -0.830022 -0.557698 0.006096 -vn -0.808062 -0.589087 0.003491 -vn -0.774671 -0.632328 0.006790 -vn -0.794269 -0.607563 0.001768 -vn -0.943219 -0.332171 0.000000 -vn -0.938883 -0.344237 0.000344 -vn -0.944252 -0.329128 0.007883 -vn -0.928372 -0.371633 0.003856 -vn -0.909310 -0.416112 0.002377 -vn -0.875539 -0.483143 0.002114 -vn -0.877182 -0.480156 -0.001247 -vn -0.990600 -0.136714 -0.004681 -vn -0.972632 -0.232349 0.000000 -vn -0.972625 -0.232380 0.000022 -vn -0.967645 -0.252120 0.009891 -vn -0.985885 -0.167418 -0.001685 -vn -0.969787 -0.243719 -0.010645 -vn -0.946202 0.323537 0.005111 -vn -0.969851 0.243393 -0.012166 -vn -0.983188 0.182581 -0.002382 -vn -0.859500 0.511102 -0.005887 -vn -0.893359 0.449337 0.002330 -vn -0.911524 0.411206 0.005794 -vn -0.923133 0.384402 0.007741 -vn -0.933287 0.359128 0.001836 -vn -0.776670 0.629869 0.007000 -vn -0.786380 0.617743 0.000470 -vn -0.827374 0.561579 -0.009000 -vn -0.830131 0.557566 0.001654 -vn -0.873002 0.487692 0.004918 -vn -0.625360 0.780320 -0.005140 -vn -0.697740 0.716351 0.000000 -vn -0.697748 0.716344 0.000005 -vn -0.710347 0.703819 0.006789 -vn -0.652646 0.757663 -0.000566 -vn -0.726346 0.687120 0.016967 -vn -0.742743 0.668853 0.031126 -vn -0.715302 0.698785 -0.006595 -vn -0.996397 -0.084806 0.000346 -vn -0.999975 0.000000 -0.007082 -vn -0.594635 -0.803995 0.000345 -vn -0.524294 -0.851508 -0.007082 -vn -0.524303 -0.851529 0.002008 -vn -0.450204 -0.892926 0.000346 -vn 0.372853 -0.927890 0.000348 -vn 0.450193 -0.892903 -0.007081 -vn 0.450202 -0.892924 0.002008 -vn 0.524308 -0.851529 0.000347 -vn 0.594622 -0.803974 -0.007083 -vn 0.594631 -0.803996 0.002010 -vn 0.660670 -0.750676 0.000344 -vn 0.985617 -0.168996 0.000346 -vn 0.996372 -0.084809 -0.007082 -vn 0.996396 -0.084803 0.002008 -vn 1.000000 0.000000 0.000346 -vn 0.996372 0.084809 -0.007082 -vn 0.996396 0.084804 0.002008 -vn 0.985617 0.168996 0.000346 -vn 0.660668 0.750678 0.000345 -vn 0.594623 0.803973 -0.007082 -vn 0.594635 0.803994 0.002010 -vn 0.524310 0.851527 0.000348 -vn 0.450192 0.892904 -0.007081 -vn 0.450198 0.892927 0.002010 -vn 0.372849 0.927892 0.000346 -vn -0.292820 0.956167 0.000344 -vn -0.372846 0.927866 -0.007082 -vn -0.372855 0.927887 0.002011 -vn -0.450203 0.892926 0.000347 -vn -0.524295 0.851507 -0.007083 -vn -0.524306 0.851527 0.002010 -vn -0.594633 0.803998 0.000345 -vn -0.996398 0.084804 0.000346 -vn -0.999998 0.000000 0.002009 -vn 0.981194 -0.192709 -0.011003 -vn 0.979571 -0.201079 -0.002847 -vn 0.986863 -0.161277 0.009585 -vn 0.980800 -0.194638 0.012122 -vn 0.987822 -0.155559 -0.003018 -vn 0.980600 -0.195900 0.006916 -vn 0.981646 -0.189415 0.022205 -vn 0.992173 -0.122888 0.022170 -vn 0.993142 -0.116718 0.006834 -vn 0.992671 -0.120809 0.003046 -vn 0.993659 -0.111075 0.017432 -vn 0.993449 -0.110283 0.029946 -vn 0.997401 -0.072031 0.001636 -vn -0.005010 0.004798 0.999976 -vn 0.005272 -0.004670 0.999975 -vn -0.005385 0.004350 0.999976 -vn -0.005746 0.003878 0.999976 -vn -0.006047 0.003378 0.999976 -vn 0.006238 -0.003272 0.999975 -vn -0.006310 0.002854 0.999976 -vn -0.006538 0.002309 0.999976 -vn 0.006676 -0.002228 0.999975 -vn -0.006841 0.001172 0.999976 -vn 0.006942 -0.001127 0.999975 -vn -0.006921 0.000588 0.999976 -vn -0.006955 -0.000001 0.999976 -vn -0.006940 -0.000592 0.999976 -vn 0.006910 0.001124 0.999976 -vn -0.006770 -0.001763 0.999976 -vn -0.006609 -0.002336 0.999976 -vn 0.006617 0.002209 0.999976 -vn -0.006407 -0.002896 0.999975 -vn 0.006137 0.003223 0.999976 -vn -0.005863 -0.003964 0.999975 -vn 0.005504 0.004138 0.999976 -vn -0.005004 -0.004800 0.999976 -vn 0.005013 -0.004798 0.999976 -vn -0.005274 0.004670 0.999975 -vn 0.005388 -0.004350 0.999976 -vn 0.005746 -0.003878 0.999976 -vn -0.005951 0.003764 0.999975 -vn 0.006047 -0.003378 0.999976 -vn 0.006315 -0.002854 0.999976 -vn -0.006479 0.002759 0.999975 -vn 0.006709 -0.001747 0.999976 -vn 0.006841 -0.001172 0.999976 -vn -0.006942 0.001127 0.999975 -vn 0.006921 -0.000588 0.999976 -vn 0.006955 0.000001 0.999976 -vn -0.007024 -0.000001 0.999975 -vn 0.006940 0.000592 0.999976 -vn -0.006910 -0.001124 0.999976 -vn 0.006770 0.001763 0.999976 -vn -0.006618 -0.002209 0.999976 -vn 0.006407 0.002896 0.999975 -vn 0.006155 0.003440 0.999975 -vn 0.005863 0.003964 0.999975 -vn -0.005843 -0.003695 0.999976 -vn 0.005535 0.004465 0.999975 -vn 0.005008 0.004800 0.999976 -vn 0.004880 0.005080 0.999975 -vn -0.004114 -0.005570 0.999976 -vn 0.004004 0.005797 0.999975 -vn -0.003121 -0.006187 0.999976 -vn 0.003017 0.006362 0.999975 -vn -0.002584 -0.006432 0.999976 -vn -0.002028 -0.006631 0.999976 -vn 0.001957 0.006761 0.999975 -vn -0.001462 -0.006783 0.999976 -vn -0.000879 -0.006888 0.999976 -vn -0.000294 -0.006945 0.999976 -vn 0.000282 0.007019 0.999975 -vn 0.000292 -0.006954 0.999976 -vn -0.000842 0.006956 0.999976 -vn 0.001470 -0.006828 0.999976 -vn -0.001943 0.006705 0.999976 -vn 0.003167 -0.006286 0.999975 -vn -0.002978 0.006274 0.999976 -vn 0.003701 -0.006015 0.999975 -vn 0.004219 -0.005701 0.999975 -vn 0.004708 -0.005345 0.999975 -vn -0.004350 0.005324 0.999976 -vn -0.004879 -0.005081 0.999975 -vn 0.004118 0.005569 0.999976 -vn -0.004001 -0.005797 0.999975 -vn 0.003633 0.005900 0.999976 -vn 0.003119 0.006188 0.999976 -vn -0.003019 -0.006362 0.999975 -vn 0.002586 0.006432 0.999976 -vn 0.002028 0.006631 0.999976 -vn 0.001463 0.006783 0.999976 -vn -0.001407 -0.006893 0.999975 -vn 0.000882 0.006888 0.999976 -vn 0.000295 0.006945 0.999976 -vn -0.000282 -0.007019 0.999975 -vn -0.000886 0.006915 0.999976 -vn -0.001473 0.006828 0.999976 -vn 0.001400 -0.006854 0.999976 -vn -0.002619 0.006513 0.999975 -vn 0.002470 -0.006511 0.999976 -vn -0.003166 0.006286 0.999975 -vn 0.002978 -0.006275 0.999976 -vn -0.003701 0.006015 0.999975 -vn -0.004211 0.005701 0.999975 -vn 0.003915 -0.005678 0.999976 -vn -0.004700 0.005345 0.999975 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000366 -0.000086 -1.000000 -vn 0.005482 -0.002657 -0.999981 -vn -0.000001 -0.003292 -0.999995 -vn -0.001394 -0.000682 -0.999999 -vn -0.003978 0.000542 -0.999992 -vn -0.002253 0.004595 -0.999987 -vn -0.000299 0.000168 -1.000000 -vn -0.005491 0.002657 -0.999981 -vn 0.000001 0.003293 -0.999995 -vn 0.003947 0.000713 -0.999992 -vn 0.000543 -0.003985 -0.999992 -vn 0.000340 0.000435 -1.000000 -vn -0.000035 -0.000287 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001445 -0.001280 -0.999998 -vn 0.001182 -0.001319 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001558 -0.000360 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001851 -0.000945 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.003533 0.001898 -0.999992 -vn 0.001743 -0.003624 -0.999992 -vn 0.000063 -0.000318 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000146 0.000263 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.001905 -0.000184 -0.999998 -vn 0.000137 -0.000250 -1.000000 -vn 0.002783 -0.002909 -0.999992 -vn 0.002778 0.002898 -0.999992 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001131 0.000273 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.001234 0.001469 -0.999998 -vn 0.000001 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.001740 0.003613 -0.999992 -vn 0.003541 -0.001908 -0.999992 -vn 0.000054 0.000271 -1.000000 -vn 0.001470 0.001471 -0.999998 -vn 0.000000 0.000000 -1.000000 -vn -0.000040 0.000332 -1.000000 -vn -0.000003 0.000001 -1.000000 -vn 0.001802 0.000918 -0.999998 -vn 0.000545 0.003975 -0.999992 -vn 0.003950 -0.000721 -0.999992 -vn 0.000306 -0.000143 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000151 0.000327 -1.000000 -vn -0.000715 0.003948 -0.999992 -vn 0.003986 0.000537 -0.999992 -vn 0.000983 0.003006 -0.999995 -vn 0.005481 0.001047 -0.999985 -vn 0.000707 0.000136 -1.000000 -vn 0.001209 0.002374 -0.999997 -vn -0.000221 0.000242 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000299 0.001890 -0.999998 -vn 0.000145 0.003741 -0.999993 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.000000 0.000001 -1.000000 -vn 0.001876 0.001625 -0.999997 -vn 0.000195 0.000206 -1.000000 -vn 0.005511 0.002666 -0.999981 -vn 0.000000 0.000000 -1.000000 -vn -0.000299 0.001881 -0.999998 -vn 0.000000 0.000001 -1.000000 -vn 0.000127 0.000323 -1.000000 -vn -0.005478 0.001047 -0.999985 -vn -0.000684 0.000137 -1.000000 -vn -0.001208 0.002374 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000006 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.003948 -0.000713 -0.999992 -vn -0.000540 0.003986 -0.999992 -vn -0.000266 -0.000120 -1.000000 -vn 0.000038 0.000327 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001350 0.001197 -0.999998 -vn 0.000026 0.000001 -1.000000 -vn -0.001788 0.000805 -0.999998 -vn -0.000412 -0.001041 -0.999999 -vn -0.003538 -0.001898 -0.999992 -vn -0.001742 0.003618 -0.999992 -vn 0.000000 0.000001 -1.000000 -vn -0.010925 0.001735 -0.999939 -vn -0.023542 -0.006626 -0.999701 -vn -0.010067 -0.002122 -0.999947 -vn 0.000000 0.000000 -1.000000 -vn -0.008179 -0.000698 -0.999966 -vn -0.002775 -0.002897 -0.999992 -vn -0.002781 0.002909 -0.999992 -vn -0.000355 0.000652 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.001742 -0.003609 -0.999992 -vn -0.003542 0.001908 -0.999992 -vn -0.000235 -0.001091 -0.999999 -vn -0.001751 -0.000998 -0.999998 -vn -0.000546 -0.003975 -0.999992 -vn -0.003953 0.000721 -0.999992 -vn 0.000042 -0.000346 -1.000000 -vn 0.004616 -0.003023 -0.999985 -vn -0.004292 -0.000579 -0.999991 -vn -0.001338 0.000656 -0.999999 -vn -0.001082 -0.002473 -0.999996 -vn 0.000000 0.000000 -1.000000 -vn -0.000697 -0.000136 -1.000000 -vn -0.000981 -0.003006 -0.999995 -vn -0.005479 -0.001047 -0.999985 -vn -0.000700 -0.001161 -0.999999 -vn 0.000000 0.000000 -1.000000 -vn -0.000290 -0.000163 -1.000000 -vn -0.000183 -0.001866 -0.999998 -vn 0.005163 -0.004434 -0.999977 -vn 0.000222 -0.000242 -1.000000 -vn -0.001879 -0.001625 -0.999997 -vn -0.000191 -0.000200 -1.000000 -vn 0.000233 -0.002362 -0.999997 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 -0.000001 -1.000000 -vn 0.005462 -0.001047 -0.999985 -vn 0.000682 -0.000137 -1.000000 -vn 0.001209 -0.002374 -0.999997 -vn 0.003966 -0.000542 -0.999992 -vn -0.000716 -0.003956 -0.999992 -vn -0.000155 -0.000333 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000007 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000041 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000012 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000016 0.000000 -1.000000 -vn 0.000002 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000001 0.000000 -1.000000 -vn -0.000011 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000008 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 vn 0.000002 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn -0.000002 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 -vn 0.000004 0.000000 -1.000000 -vn -0.000009 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000027 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn -0.000005 0.000000 -1.000000 -vn 0.000019 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000001 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 -vn 0.000006 0.000000 -1.000000 -vn 0.000037 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.000002 0.000000 -1.000000 +vn -0.072275 0.073188 0.994696 +vn -0.268894 0.272290 0.923880 +vn -0.213586 0.311072 0.926075 +vn -0.032428 0.047228 0.998358 +vn -0.649165 0.657372 0.382683 +vn -0.699875 0.708724 0.088798 +vn -0.569726 0.815864 0.098885 +vn -0.526550 0.756409 0.388060 +vn -0.124493 -0.987906 0.092433 +vn -0.117812 -0.914694 0.386594 +vn -0.252729 -0.888640 0.382684 +vn -0.271991 -0.956362 0.106733 +vn -0.052801 -0.375140 0.925463 +vn -0.010088 -0.071673 0.997377 +vn -0.009439 -0.033186 0.999405 +vn -0.104679 -0.368083 0.923881 +vn 0.069099 -0.055142 0.996085 +vn 0.043253 -0.022889 0.998802 +vn -0.017399 0.048360 0.998679 +vn 0.040945 -0.067921 0.996850 +vn -0.003148 0.046587 0.998909 +vn 0.013951 -0.070716 0.997399 +vn 0.013739 0.049834 0.998663 +vn 0.062194 0.131697 0.989337 +vn -0.702650 0.711535 0.000000 +vn -0.572905 0.819622 0.000000 +vn -0.339197 0.940715 0.000000 +vn -0.337564 0.936301 0.096905 +vn -0.067613 0.997712 0.000000 +vn -0.067269 0.992804 0.099068 +vn 0.286886 0.957965 0.000000 +vn 0.284433 0.953669 0.098051 +vn 0.427028 0.904238 0.000000 +vn 0.425812 0.901661 0.075436 +vn 0.883871 -0.467731 0.000000 +vn 0.878893 -0.465097 0.105978 +vn 0.767945 -0.633863 0.092084 +vn 0.770668 -0.637236 0.000000 +vn 0.513793 -0.853106 0.090703 +vn 0.515903 -0.856647 0.000000 +vn 0.192995 -0.976995 0.090740 +vn 0.193806 -0.981040 0.000000 +vn -0.124255 -0.992250 0.000000 +vn -0.273554 -0.961857 0.000000 +vn 0.816590 -0.432128 0.382684 +vn 0.712429 -0.584348 0.388564 +vn 0.338240 -0.178992 0.923881 +vn 0.294551 -0.235052 0.926278 +vn -0.129157 0.358989 0.924362 +vn -0.313068 0.868706 0.383847 +vn 0.475607 -0.789573 0.387778 +vn 0.194964 -0.323412 0.925956 +vn -0.025550 0.378106 0.925410 +vn -0.062318 0.920215 0.386421 +vn 0.178658 -0.904626 0.386954 +vn 0.073245 -0.371284 0.925626 +vn 0.100149 0.363223 0.926304 +vn 0.260110 0.883977 0.388493 +vn 0.163416 0.346034 0.923881 +vn 0.394526 0.835406 0.382683 vn 0.000001 0.000000 -1.000000 -vn 0.000011 0.000000 -1.000000 -vn 0.000116 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000114 0.000000 -1.000000 -vn -0.000176 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000068 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000009 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000014 0.000000 -1.000000 -vn 0.000076 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 +vn 0.000001 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000004 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn 0.000010 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 -vn -0.000333 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 +vn 0.099521 0.025997 0.994696 +vn 0.370259 0.096720 0.923880 +vn 0.376186 0.029434 0.926077 +vn 0.057114 0.004469 0.998358 +vn 0.893883 0.233507 0.382685 +vn 0.963711 0.251747 0.088798 +vn 0.991422 0.085464 0.098885 +vn 0.918344 0.077800 0.388060 +vn -0.793305 0.601767 0.092433 +vn -0.733240 0.559378 0.386593 +vn -0.643214 0.663196 0.382683 +vn -0.692237 0.713734 0.106733 +vn -0.298486 0.233299 0.925461 +vn -0.057028 0.044573 0.997377 +vn -0.024020 0.024766 0.999405 +vn -0.266434 0.274699 0.923879 +vn -0.082303 -0.032271 0.996085 +vn -0.041448 -0.026013 0.998802 +vn 0.050580 -0.009112 0.998679 +vn -0.079294 -0.001499 0.996850 +vn 0.041919 -0.020567 0.998909 +vn -0.068219 0.023277 0.997399 +vn 0.036287 -0.036816 0.998663 +vn 0.082955 -0.119711 0.989337 +vn 0.967533 0.252745 0.000000 +vn 0.996266 0.086339 0.000000 +vn 0.984282 -0.176605 0.000000 +vn 0.979643 -0.175812 0.096905 +vn 0.897851 -0.440300 0.000000 +vn 0.893429 -0.438145 0.099068 +vn 0.686179 -0.727433 0.000000 +vn 0.683685 -0.723161 0.098051 +vn 0.569579 -0.821937 0.000000 +vn 0.567955 -0.819595 0.075436 +vn -0.847003 -0.531588 0.000000 +vn -0.842233 -0.528595 0.105978 +vn -0.932913 -0.348128 0.092084 +vn -0.937197 -0.348799 0.000000 +vn -0.995708 -0.018406 0.090703 +vn -0.999830 -0.018462 0.000000 +vn -0.942600 0.321360 0.090740 +vn -0.946508 0.322679 0.000000 +vn -0.797187 0.603733 0.000000 +vn -0.696216 0.717833 0.000000 +vn -0.782527 -0.491125 0.382684 +vn -0.862275 -0.324810 0.388563 +vn -0.324132 -0.203428 0.923881 +vn -0.350837 -0.137560 0.926278 +vn 0.375467 -0.067640 0.924365 +vn 0.908855 -0.163229 0.383846 +vn -0.921594 -0.017102 0.387778 +vn -0.377565 -0.007135 0.925956 +vn 0.340222 -0.166926 0.925410 +vn 0.828089 -0.406138 0.386421 +vn -0.872758 0.297591 0.386954 +vn -0.358168 0.122210 0.925624 +vn 0.264482 -0.268343 0.926305 +vn 0.635493 -0.667249 0.388493 +vn 0.217962 -0.314540 0.923882 +vn 0.526221 -0.759372 0.382684 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000001 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 vn 0.000000 0.000000 -1.000000 vn 0.000001 0.000000 -1.000000 -vn -0.000010 0.000000 -1.000000 -vn -0.000045 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000034 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000003 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn -0.000089 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn -0.000086 0.000000 -1.000000 -vn 0.000177 0.000000 -1.000000 -vn 0.000167 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.000000 0.000000 -1.000000 -vn 0.947805 0.318833 0.003458 -vn 0.954158 0.299198 0.007898 -vn 0.958728 0.284276 0.005302 -vn 0.976646 0.214642 0.009592 -vn 0.991462 0.130339 0.003952 -vn 0.999095 0.041634 0.008723 -vn 0.997456 0.071283 0.000754 -vn 0.992219 -0.124318 0.006785 -vn 0.998159 -0.060421 0.005198 -vn 0.957537 -0.288162 0.009218 -vn 0.975842 -0.218419 0.005141 -vn 0.892864 -0.450232 0.009221 -vn 0.928486 -0.371346 0.004030 -vn 0.802653 -0.596434 0.003841 -vn 0.858110 -0.513440 0.005141 -vn 0.695338 -0.718656 0.006205 -vn 0.746497 -0.665297 0.011036 -vn 0.761398 -0.648202 0.010310 -vn 0.628142 -0.778087 0.004198 -vn 0.560550 -0.828065 0.009589 -vn 0.499617 -0.866231 0.005204 -vn 0.486023 -0.873910 0.007894 -vn 0.467899 -0.883782 0.000712 -vn -0.697542 0.716540 0.002223 -vn -0.723598 0.690151 -0.009869 -vn -0.741057 0.671441 -0.000767 -vn -0.732949 0.680274 -0.003542 -vn -0.769453 0.638695 0.003294 -vn -0.798328 0.602214 -0.003395 -vn -0.881296 0.472517 -0.006706 -vn -0.856115 0.516679 0.010505 -vn -0.947637 0.319307 -0.005142 -vn -0.922658 0.385602 0.003614 -vn -0.987853 0.155193 -0.007913 -vn -0.974100 0.226093 0.003487 -vn -0.999769 -0.018952 -0.010136 -vn -0.998128 0.060910 0.005472 -vn -0.981133 -0.193100 -0.009520 -vn -0.994422 -0.105247 0.006891 -vn -0.932925 -0.360018 -0.006207 -vn -0.963568 -0.267414 0.005239 -vn -0.860347 -0.509683 -0.005159 -vn -0.894228 -0.447602 0.002914 -vn -0.905395 -0.424565 0.002129 -vn -0.812506 -0.582947 0.002732 -vn -0.811895 -0.583751 -0.007869 -vn -0.771672 -0.636011 0.003512 -vn 0.004744 -0.005891 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.002285 -0.002195 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.001860 0.002283 0.999996 -vn 0.002074 -0.001534 0.999997 -vn 0.002142 -0.001193 0.999997 -vn 0.002226 -0.000887 0.999997 -vn 0.002805 0.000021 0.999996 -vn -0.003384 -0.001377 0.999993 -vn 0.003100 0.000425 0.999995 -vn 0.003988 0.000881 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002335 -0.000597 0.999997 -vn -0.002905 0.000123 0.999996 -vn 0.750010 -0.661418 0.003459 -vn 0.736179 -0.676740 0.007899 -vn 0.725560 -0.688139 0.005306 -vn 0.674198 -0.738489 0.009593 -vn 0.608616 -0.793455 0.003956 -vn 0.535613 -0.844419 0.008729 -vn 0.560451 -0.828187 0.000758 -vn 0.388461 -0.921440 0.006791 -vn 0.446740 -0.894649 0.005197 -vn 0.229211 -0.973333 0.009222 -vn 0.298765 -0.954313 0.005135 -vn 0.056500 -0.998360 0.009220 -vn 0.142651 -0.989765 0.004029 -vn -0.115207 -0.993334 0.003839 -vn -0.015589 -0.999865 0.005138 -vn -0.274707 -0.961508 0.006205 -vn -0.202908 -0.979136 0.011038 -vn -0.180654 -0.983493 0.010309 -vn -0.359785 -0.933026 0.004196 -vn -0.436849 -0.899484 0.009594 -vn -0.422308 -0.906452 -0.000515 -vn -0.513804 -0.857871 0.007900 -vn -0.531419 -0.847108 0.001451 -vn 0.271775 0.962360 0.001296 -vn 0.232517 0.972533 -0.010787 -vn 0.218227 0.975888 0.004332 -vn 0.142278 0.989779 -0.009739 -vn 0.161519 0.986790 0.012578 -vn -0.031439 0.999483 -0.006710 -vn 0.019404 0.999757 0.010495 -vn -0.197288 0.980332 -0.005141 -vn -0.127406 0.991844 0.003615 -vn -0.359525 0.933102 -0.007909 -vn -0.291234 0.956646 0.003493 -vn -0.516305 0.856345 -0.010135 -vn -0.446333 0.894850 0.005471 -vn -0.657802 0.753131 -0.009519 -vn -0.588339 0.808585 0.006894 -vn -0.778249 0.627926 -0.006207 -vn -0.713375 0.700763 0.005238 -vn -0.840471 0.541845 -0.003557 -vn -0.820374 0.571824 0.002129 -vn -0.911559 0.411095 -0.007849 -vn -0.936667 0.350204 0.003506 -vn -0.910822 0.412792 0.002535 -vn -0.901588 0.432553 0.006043 -vn 0.000347 -0.002372 0.999997 -vn 0.000038 -0.002452 0.999997 -vn 0.000256 0.002835 0.999996 -vn 0.000000 0.000000 1.000000 -vn 0.015834 -0.017299 0.999725 -vn 0.002002 -0.002579 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.000331 -0.002906 0.999996 -vn 0.001213 0.002800 0.999995 -vn -0.001911 -0.005017 0.999986 -vn 0.000000 0.000000 1.000000 -vn -0.001051 -0.004255 0.999990 -vn 0.001415 -0.002418 0.999996 -vn -0.002250 0.002332 0.999995 -vn -0.197795 -0.980237 0.003450 -vn -0.215716 -0.976431 0.007011 -vn -0.239053 -0.970948 0.010650 -vn -0.225142 -0.974317 0.004066 -vn -0.382851 -0.923802 0.003946 -vn -0.463485 -0.886062 0.008726 -vn -0.603768 -0.797131 0.006786 -vn -0.551431 -0.834204 0.005196 -vn -0.524282 -0.851525 0.005766 -vn -0.677071 -0.735900 0.005141 -vn -0.728333 -0.685162 0.009218 -vn -0.743860 -0.668331 0.002489 -vn -0.836359 -0.548105 0.009219 -vn -0.823591 -0.567185 0.000082 -vn -0.917860 -0.396886 0.003843 -vn -0.889636 -0.456648 0.004582 -vn -0.970044 -0.242850 0.006207 -vn -0.949408 -0.313851 0.011033 -vn -0.994542 -0.103897 0.009573 -vn -0.987917 -0.154930 0.004189 -vn -0.999932 0.011653 0.000000 -vn -0.999442 0.032632 0.007142 -vn -0.999963 0.002072 0.008416 -vn 0.969319 0.245797 0.002226 -vn 0.958497 0.284898 -0.010789 -vn 0.954264 0.298934 0.004340 -vn 0.929784 0.367977 -0.009713 -vn 0.802618 0.596482 -0.003549 -vn 0.795805 0.605551 0.001497 -vn 0.810476 0.585768 0.001929 -vn 0.822454 0.568819 -0.003852 -vn 0.896627 0.442755 0.005324 -vn 0.628316 0.777918 -0.007911 -vn 0.682868 0.730534 0.003493 -vn 0.483452 0.875312 -0.010135 -vn 0.551810 0.833952 0.005472 -vn 0.323333 0.946237 -0.009519 -vn 0.406075 0.913814 0.006891 -vn 0.154679 0.987945 -0.006205 -vn 0.250195 0.968181 0.005242 -vn -0.011227 0.999924 -0.005157 -vn 0.059472 0.998226 0.002926 -vn 0.085022 0.996377 0.002136 -vn -0.098604 0.995123 0.002737 -vn -0.099598 0.994997 -0.007874 -vn -0.164898 0.986306 0.002899 -vn -0.007474 -0.001167 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.003042 -0.000880 0.999995 -vn 0.000006 0.000000 1.000000 -vn -0.001315 -0.003239 0.999994 -vn -0.000599 0.004073 0.999992 -vn 0.000000 0.000000 1.000000 -vn 0.002908 0.000469 0.999996 -vn -0.002365 -0.001029 0.999997 -vn -0.002104 -0.001259 0.999997 -vn -0.001885 -0.001485 0.999997 -vn -0.001376 -0.002439 0.999996 -vn 0.000492 0.003621 0.999993 -vn 0.001560 0.002454 0.999996 -vn -0.947815 -0.318807 0.003076 -vn -0.954160 -0.299192 0.007897 -vn -0.958724 -0.284288 0.005288 -vn -0.976646 -0.214642 0.009591 -vn -0.999094 -0.041643 0.008724 -vn -0.991462 -0.130339 0.003952 -vn -0.996602 0.082224 0.004860 -vn -0.999584 0.028277 0.005771 -vn -0.953583 0.300987 0.009273 -vn -0.975954 0.217887 0.006326 -vn -0.982494 0.186123 0.008034 -vn -0.892854 0.450252 0.009218 -vn -0.928492 0.371330 0.004028 -vn -0.802647 0.596442 0.003840 -vn -0.858112 0.513438 0.005138 -vn -0.695340 0.718654 0.006206 -vn -0.746507 0.665286 0.011040 -vn -0.761398 0.648203 0.010309 -vn -0.628134 0.778094 0.004199 -vn -0.560554 0.828062 0.009592 -vn -0.499556 0.866266 0.005256 -vn -0.486026 0.873909 0.007897 -vn -0.467898 0.883781 0.001455 -vn 0.699668 -0.714448 -0.005369 -vn 0.728731 -0.684800 0.000000 -vn 0.723936 -0.689849 -0.004965 -vn 0.739887 -0.672724 -0.003223 -vn 0.769453 -0.638694 0.003297 -vn 0.798327 -0.602215 -0.003391 -vn 0.881295 -0.472519 -0.006707 -vn 0.856104 -0.516696 0.010512 -vn 0.947637 -0.319307 -0.005143 -vn 0.922672 -0.385569 0.003617 -vn 0.987853 -0.155193 -0.007909 -vn 0.974097 -0.226105 0.003491 -vn 0.999947 -0.003364 -0.009700 -vn 0.998128 -0.060910 0.005471 -vn 0.932925 0.360017 -0.006213 -vn 0.963575 0.267387 0.005241 -vn 0.975881 0.218270 -0.003866 -vn 0.993934 0.109926 0.003386 -vn 0.825492 0.564366 0.007375 -vn 0.894229 0.447601 0.002919 -vn 0.860347 0.509683 -0.005161 -vn 0.905395 0.424565 0.002127 -vn 0.811895 0.583751 -0.007871 -vn 0.771762 0.635908 0.002352 -vn -0.003689 -0.000506 0.999993 -vn -0.002805 -0.000021 0.999996 -vn 0.003384 0.001377 0.999993 -vn -0.003388 0.004163 0.999986 -vn -0.000008 0.000000 1.000000 -vn -0.003154 0.003038 0.999990 -vn 0.003145 0.000780 0.999995 -vn -0.002335 0.000597 0.999997 -vn -0.002224 0.000887 0.999997 -vn 0.002509 -0.001279 0.999996 -vn -0.002140 0.001193 0.999997 -vn -0.002351 0.001739 0.999996 -vn 0.001822 -0.002450 0.999995 -vn 0.000000 0.000000 1.000000 -vn -0.013921 -0.004867 0.999891 -vn -0.749998 0.661434 0.002912 -vn -0.736192 0.676727 0.007897 -vn -0.725565 0.688134 0.005283 -vn -0.674210 0.738477 0.009592 -vn -0.608608 0.793461 0.003951 -vn -0.535608 0.844422 0.008726 -vn -0.560450 0.828188 0.000765 -vn -0.388456 0.921442 0.006789 -vn -0.446741 0.894648 0.005197 -vn -0.229212 0.973333 0.009218 -vn -0.298767 0.954312 0.005140 -vn -0.125250 0.992080 0.009483 -vn -0.142652 0.989765 0.004026 -vn 0.274708 0.961508 0.006203 -vn 0.202907 0.979136 0.011040 -vn 0.180653 0.983493 0.010308 -vn 0.113557 0.993531 0.000124 -vn 0.019530 0.999745 0.011364 -vn 0.359787 0.933025 0.004193 -vn 0.436858 0.899479 0.009592 -vn 0.422307 0.906453 -0.000512 -vn 0.513818 0.857863 0.007899 -vn 0.531403 0.847119 0.000727 -vn -0.271773 -0.962359 0.002225 -vn -0.232509 -0.972534 -0.010787 -vn -0.218250 -0.975883 0.004341 -vn -0.187159 -0.982284 -0.009466 -vn -0.060121 -0.998191 -0.000228 -vn -0.026940 -0.999636 0.001484 -vn 0.038688 -0.999251 -0.001258 -vn 0.197289 -0.980332 -0.005141 -vn 0.127401 -0.991845 0.003619 -vn 0.359529 -0.933100 -0.007914 -vn 0.291233 -0.956646 0.003494 -vn 0.516305 -0.856345 -0.010135 -vn 0.446328 -0.894853 0.005472 -vn 0.657797 -0.753135 -0.009521 -vn 0.588345 -0.808581 0.006892 -vn 0.778246 -0.627929 -0.006211 -vn 0.713372 -0.700766 0.005242 -vn 0.840463 -0.541857 -0.003561 -vn 0.820380 -0.571815 0.002128 -vn 0.911566 -0.411078 -0.007851 -vn 0.936648 -0.350259 0.003173 -vn 0.910824 -0.412788 0.002540 -vn 0.901588 -0.432553 0.006044 -vn 0.000000 0.000000 1.000000 -vn -0.004341 -0.009170 0.999949 -vn -0.001048 -0.002752 0.999996 -vn 0.002726 0.007059 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000760 0.003075 0.999995 -vn -0.000651 0.002321 0.999997 -vn -0.000345 0.002372 0.999997 -vn -0.005639 0.006017 0.999966 -vn -0.002360 0.003039 0.999993 -vn 0.000000 0.000000 1.000000 -vn 0.004330 -0.001739 0.999989 -vn -0.001002 0.002371 0.999997 -vn 0.002250 -0.002332 0.999995 -vn 0.000291 0.002562 0.999997 -vn -0.000038 0.002452 0.999997 -vn 0.197796 0.980242 0.001426 -vn 0.215716 0.976431 0.007005 -vn 0.239001 0.970962 0.010602 -vn 0.225139 0.974318 0.004061 -vn 0.382848 0.923803 0.003947 -vn 0.463487 0.886061 0.008724 -vn 0.436999 0.899462 0.000751 -vn 0.603762 0.797136 0.006786 -vn 0.551425 0.834209 0.005197 -vn 0.728325 0.685170 0.009218 -vn 0.677074 0.735897 0.005134 -vn 0.836351 0.548117 0.009221 -vn 0.785837 0.618421 0.004032 -vn 0.917855 0.396897 0.003844 -vn 0.873702 0.486435 0.005140 -vn 0.970043 0.242855 0.006206 -vn 0.949409 0.313850 0.011033 -vn 0.942059 0.335289 0.010311 -vn 0.987918 0.154918 0.004194 -vn 0.997400 0.071420 0.009590 -vn 0.999986 -0.000488 0.005259 -vn 0.999840 -0.016038 0.007896 -vn 0.999327 -0.036659 0.001457 -vn -0.969322 -0.245792 0.001290 -vn -0.958497 -0.284897 -0.010786 -vn -0.954256 -0.298958 0.004331 -vn -0.929781 -0.367984 -0.009712 -vn -0.935340 -0.353527 0.012573 -vn -0.890936 -0.454079 -0.006703 -vn -0.875596 -0.482958 0.009124 -vn -0.750345 -0.661026 -0.005144 -vn -0.795259 -0.606259 0.003616 -vn -0.654152 -0.756333 -0.006742 -vn -0.682866 -0.730535 0.003490 -vn -0.323331 -0.946238 -0.009521 -vn -0.406082 -0.913811 0.006891 -vn -0.472839 -0.881145 -0.002651 -vn -0.487062 -0.873353 0.005044 -vn -0.544434 -0.838799 -0.002858 -vn -0.154681 -0.987945 -0.006212 -vn -0.250193 -0.968182 0.005236 -vn 0.011225 -0.999924 -0.005161 -vn -0.059472 -0.998226 0.002923 -vn -0.085019 -0.996377 0.002138 -vn 0.098606 -0.995123 0.002734 -vn 0.099597 -0.994997 -0.007873 -vn 0.164895 -0.986308 0.002360 -vn 0.005302 0.000854 0.999986 -vn 0.000000 0.000000 1.000000 -vn 0.004209 0.001217 0.999990 -vn 0.000030 -0.004320 0.999991 -vn 0.000625 -0.004392 0.999990 -vn 0.001460 0.003581 0.999993 -vn -0.000008 0.000000 1.000000 -vn 0.002665 0.011416 0.999931 -vn 0.001379 0.002439 0.999996 -vn -0.001560 -0.002455 0.999996 -vn 0.001684 0.001724 0.999997 -vn 0.002104 0.001259 0.999997 -vn -0.002880 -0.000862 0.999996 -vn 0.002682 0.001167 0.999996 -vn -0.478858 -0.614298 0.627162 -vn -0.467933 -0.628017 0.621799 -vn -0.461740 -0.626896 0.627533 -vn -0.431128 -0.653763 0.621871 -vn -0.777712 -0.000001 0.628621 -vn -0.781902 -0.041707 0.622005 -vn -0.776913 -0.049793 0.627636 -vn -0.782465 -0.060309 0.619767 -vn -0.768390 -0.125079 0.627640 -vn -0.771546 -0.135516 0.621573 -vn -0.761756 -0.156232 0.628744 -vn -0.764722 -0.176278 0.619779 -vn -0.752488 -0.200218 0.627435 -vn -0.755039 -0.208337 0.621701 -vn -0.746669 -0.221176 0.627349 -vn -0.749213 -0.234076 0.619587 -vn -0.731853 -0.278516 0.621949 -vn -0.721453 -0.293504 0.627185 -vn -0.723293 -0.300352 0.621801 -vn -0.702858 -0.333636 0.628234 -vn -0.691105 -0.367986 0.622061 -vn -0.673858 -0.389677 0.627748 -vn -0.676556 -0.396226 0.620707 -vn -0.651896 -0.432815 0.622659 -vn -0.639170 -0.446387 0.626259 -vn -0.640702 -0.449284 0.622611 -vn -0.591698 -0.508005 0.625959 -vn -0.594299 -0.508558 0.623038 -vn -0.562122 -0.539320 0.627019 -vn -0.569144 -0.538353 0.621491 -vn -0.540979 -0.564288 0.623635 -vn -0.526249 -0.578749 0.622986 -vn -0.398239 -0.672071 0.624280 -vn -0.405977 -0.667011 0.624723 -vn -0.365200 -0.688666 0.626393 -vn -0.381487 -0.683183 0.622679 -vn -0.328942 -0.705742 0.627475 -vn -0.340145 -0.705522 0.621723 -vn -0.317739 -0.716057 0.621534 -vn -0.304365 -0.715725 0.628569 -vn -0.276557 -0.734762 0.619388 -vn -0.249201 -0.742783 0.621428 -vn -0.236477 -0.741675 0.627692 -vn -0.219785 -0.753789 0.619271 -vn -0.178184 -0.762853 0.621535 -vn -0.163170 -0.761174 0.627686 -vn -0.154707 -0.768338 0.621065 -vn -0.124607 -0.767159 0.629238 -vn -0.080170 -0.779269 0.621541 -vn -0.061205 -0.775674 0.628159 -vn -0.044657 -0.783582 0.619681 -vn -0.005158 -0.783198 0.621751 -vn 0.011394 -0.778810 0.627156 -vn 0.015165 -0.784034 0.620533 -vn 0.086636 -0.774123 0.627079 -vn 0.091565 -0.777598 0.622059 -vn 0.125119 -0.768073 0.628021 -vn 0.132559 -0.772858 0.620580 -vn 0.166421 -0.764737 0.622480 -vn 0.186983 -0.756132 0.627138 -vn 0.190898 -0.760262 0.620935 -vn 0.257041 -0.736089 0.626181 -vn 0.258652 -0.738339 0.622860 -vn 0.329589 -0.706939 0.625786 -vn 0.328036 -0.709817 0.623340 -vn 0.361207 -0.690245 0.626970 -vn 0.357213 -0.697048 0.621710 -vn 0.395701 -0.675534 0.622153 -vn 0.415397 -0.663766 0.621980 -vn 0.416001 -0.657521 0.628179 -vn 0.476586 -0.621698 0.621577 -vn 0.479138 -0.613806 0.627430 -vn 0.506771 -0.597498 0.621433 -vn 0.540386 -0.564528 0.623932 -vn 0.532163 -0.571205 0.624922 -vn 0.558642 -0.543576 0.626454 -vn 0.547716 -0.556969 0.624334 -vn 0.589458 -0.508442 0.627714 -vn 0.752455 0.201308 0.627125 -vn 0.751844 0.219130 0.621863 -vn 0.746866 0.219666 0.627645 -vn 0.736931 0.264549 0.622050 -vn 0.601797 -0.501607 0.621475 -vn 0.603345 -0.490680 0.628655 -vn 0.646756 -0.442197 0.621424 -vn 0.649854 -0.428750 0.627586 -vn 0.662158 -0.421633 0.619493 -vn 0.688195 -0.363903 0.627664 -vn 0.697345 -0.357020 0.621487 -vn 0.702632 -0.332922 0.628865 -vn 0.717455 -0.318010 0.619780 -vn 0.720778 -0.294592 0.627450 -vn 0.727907 -0.289217 0.621695 -vn 0.728494 -0.273868 0.627927 -vn 0.739900 -0.262275 0.619483 -vn 0.751847 -0.219129 0.621859 -vn 0.752439 -0.201140 0.627198 -vn 0.758086 -0.197318 0.621588 -vn 0.768753 -0.126451 0.626920 -vn 0.773139 -0.123563 0.622084 -vn 0.772726 -0.093338 0.627840 -vn 0.779015 -0.088994 0.620658 -vn 0.777919 -0.048046 0.626525 -vn 0.781103 -0.047519 0.622591 -vn 0.779525 -0.000002 0.626371 -vn 0.782299 0.000009 0.622903 -vn 0.778363 0.047322 0.626029 -vn 0.780766 0.046903 0.623060 -vn 0.769816 0.126758 0.625553 -vn 0.772030 0.123193 0.623533 -vn 0.768812 0.147455 0.622242 -vn 0.723505 0.294388 0.624400 -vn 0.726369 0.286702 0.624652 -vn 0.715169 0.318032 0.622406 -vn 0.688514 0.364339 0.627061 -vn 0.696790 0.356936 0.622157 -vn 0.685560 0.379250 0.621431 -vn 0.673016 0.388817 0.629182 -vn 0.649849 0.428748 0.627592 -vn 0.646928 0.442215 0.621233 -vn 0.636666 0.447681 0.627884 -vn 0.628251 0.471191 0.619096 -vn 0.589431 0.508504 0.627690 -vn 0.588272 0.518408 0.620636 -vn 0.560364 0.538230 0.629524 -vn 0.537301 0.563410 0.627595 -vn 0.534013 0.573078 0.621620 -vn 0.514928 0.582785 0.628658 -vn 0.505916 0.599971 0.619745 -vn 0.479133 0.613810 0.627431 -vn 0.476561 0.621566 0.621729 -vn 0.461131 0.627699 0.627178 -vn 0.458729 0.636622 0.619903 -vn 0.398098 0.669496 0.627131 -vn 0.395671 0.675732 0.621957 -vn 0.361425 0.689091 0.628112 -vn 0.357795 0.697776 0.620558 -vn 0.328796 0.710273 0.622420 -vn 0.304768 0.716814 0.627132 -vn 0.303477 0.722859 0.620787 -vn 0.258955 0.738343 0.622729 -vn 0.239599 0.741912 0.626226 -vn 0.239266 0.744940 0.622749 -vn 0.164537 0.762372 0.625873 -vn 0.167006 0.764165 0.623025 -vn 0.125606 0.768824 0.627004 -vn 0.132387 0.772084 0.621578 -vn 0.070351 0.779978 0.621841 -vn 0.062592 0.775541 0.628187 -vn -0.005156 0.783199 0.621750 -vn -0.011139 0.778564 0.627466 -vn -0.047113 0.781865 0.621665 -vn -0.089175 0.776223 0.624120 -vn -0.079138 0.776750 0.624817 -vn -0.120945 0.770030 0.626439 -vn -0.104384 0.775085 0.623175 -vn -0.163437 0.761181 0.627608 -vn -0.721619 0.293391 0.627047 -vn -0.731851 0.278514 0.621952 -vn -0.727796 0.275436 0.628051 -vn -0.178184 0.762850 0.621539 -vn -0.187037 0.754850 0.628664 -vn -0.219784 0.753791 0.619269 -vn -0.249198 0.742783 0.621428 -vn -0.259489 0.734017 0.627602 -vn -0.276557 0.734763 0.619387 -vn -0.317745 0.716058 0.621530 -vn -0.329193 0.705447 0.627675 -vn -0.340753 0.705571 0.621334 -vn -0.361452 0.688248 0.629021 -vn -0.406139 0.669955 0.621459 -vn -0.417395 0.656649 0.628167 -vn -0.434502 0.653693 0.619591 -vn -0.478914 0.614228 0.627189 -vn -0.484737 0.615659 0.621284 -vn -0.536396 0.564933 0.627001 -vn -0.541961 0.565045 0.622095 -vn -0.561561 0.538848 0.627927 -vn -0.569806 0.538663 0.620615 -vn -0.594167 0.509323 0.622540 -vn -0.603811 0.492284 0.626952 -vn -0.608623 0.493499 0.621318 -vn -0.649262 0.431795 0.626109 -vn -0.651440 0.433062 0.622964 -vn -0.689872 0.364143 0.625681 -vn -0.689923 0.367880 0.623435 -vn -0.703314 0.335142 0.626921 -vn -0.703808 0.343344 0.621907 -vn -0.754238 0.202829 0.624488 -vn -0.752426 0.209968 0.624314 -vn -0.763161 0.174389 0.622233 -vn -0.769061 0.125075 0.626818 -vn -0.775603 0.112124 0.621183 -vn -0.771446 0.093634 0.629368 -vn -0.776909 0.049792 0.627641 -vn -0.781971 0.041737 0.621916 -vn -0.787035 0.000000 0.616908 -vn -0.000004 0.000000 1.000000 -vn 0.002168 -0.007260 0.999971 -vn -0.000005 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.000003 0.000000 1.000000 -vn -0.001691 -0.007386 0.999971 -vn 0.000002 0.000000 1.000000 -vn -0.000720 -0.007527 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.005086 -0.005612 0.999971 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.004641 -0.005807 0.999972 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.007328 0.001928 0.999971 -vn -0.000002 0.000000 1.000000 -vn 0.007012 0.002846 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.006898 -0.002784 0.999972 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.007187 -0.002393 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.005098 0.005602 0.999971 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn 0.000000 0.000000 1.000000 -vn -0.006709 0.003224 0.999972 -vn 0.000000 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn -0.000002 0.000000 1.000000 -vn 0.000006 0.000000 1.000000 -vn -0.001698 0.007383 0.999971 -vn 0.000007 0.000000 1.000000 -vn -0.002628 0.007103 0.999971 -vn 0.000002 0.000000 1.000000 -vn 0.000002 0.000000 1.000000 -vn 0.000001 0.000000 1.000000 -vn 0.003901 0.006456 0.999972 -vn -0.000007 0.000000 1.000000 -vn -0.000011 0.000000 1.000000 -vn -0.000009 0.000000 1.000000 -vn -0.589968 -0.673732 0.444998 -vn -0.627194 -0.630127 0.457786 -vn -0.646787 -0.620489 0.443463 -vn -0.654441 -0.601686 0.457908 -vn -0.697778 -0.561688 0.444536 -vn -0.740861 -0.503291 0.444773 -vn -0.738910 -0.494743 0.457430 -vn -0.782598 -0.434218 0.446088 -vn -0.776870 -0.431622 0.458450 -vn -0.815342 -0.367182 0.447655 -vn -0.843907 -0.300120 0.444689 -vn -0.185993 -0.875846 0.445310 -vn -0.239794 -0.856130 0.457756 -vn -0.261771 -0.857198 0.443494 -vn -0.276840 -0.844792 0.457915 -vn -0.335380 -0.830540 0.444662 -vn -0.401403 -0.800565 0.444941 -vn -0.402723 -0.792882 0.457333 -vn -0.471369 -0.760727 0.446213 -vn -0.465440 -0.757176 0.458313 -vn -0.532945 -0.717829 0.447986 -vn 0.265212 -0.855024 0.445642 -vn 0.208453 -0.864315 0.457720 -vn 0.189786 -0.875928 0.443545 -vn 0.171542 -0.872298 0.457898 -vn 0.112064 -0.888597 0.444789 -vn 0.039836 -0.894582 0.445125 -vn 0.036350 -0.888609 0.457224 -vn -0.040412 -0.893963 0.446314 -vn -0.034356 -0.888196 0.458179 -vn -0.115562 -0.886370 0.448324 -vn 0.648803 -0.616567 0.445983 -vn 0.603560 -0.652869 0.457686 -vn 0.593050 -0.671933 0.443618 -vn 0.576225 -0.676994 0.457869 -vn 0.531012 -0.721164 0.444914 -vn 0.470846 -0.761574 0.445319 -vn 0.466187 -0.757450 0.457099 -vn 0.400806 -0.800035 0.446428 -vn 0.405627 -0.791013 0.458002 -vn 0.330955 -0.830144 0.448697 -vn 0.867104 -0.221191 0.446324 -vn 0.845259 -0.275826 0.457665 -vn 0.845496 -0.297090 0.443704 -vn 0.833745 -0.308652 0.457825 -vn 0.815166 -0.370722 0.445050 -vn 0.782269 -0.435384 0.445530 -vn 0.777051 -0.432863 0.456969 -vn 0.740140 -0.502798 0.446527 -vn 0.741469 -0.490531 0.457824 -vn 0.693403 -0.563498 0.449067 -vn 0.816693 0.369574 0.443202 -vn 0.833762 0.308687 0.457771 -vn 0.845493 0.297098 0.443705 -vn 0.845221 0.275820 0.457738 -vn 0.867232 0.225725 0.443798 -vn 0.882925 0.153213 0.443812 -vn 0.878239 0.138430 0.457749 -vn 0.892399 0.073756 0.445179 -vn 0.895159 0.001159 0.445746 -vn 0.889552 0.002312 0.456828 -vn 0.891342 -0.077764 0.446612 -vn 0.886841 -0.063911 0.457633 -vn 0.879905 -0.154138 0.449453 -vn 0.532565 0.720954 0.443396 -vn 0.576216 0.677041 0.457811 -vn 0.593051 0.671934 0.443616 -vn 0.603533 0.652839 0.457765 -vn 0.647085 0.619874 0.443889 -vn 0.695919 0.564469 0.443928 -vn 0.698610 0.550000 0.457650 -vn 0.743123 0.499465 0.445312 -vn 0.780966 0.437260 0.445977 -vn 0.774917 0.436973 0.456682 -vn 0.113146 0.889047 0.443614 -vn 0.171525 0.872331 0.457841 -vn 0.189779 0.875930 0.443544 -vn 0.208435 0.864280 0.457793 -vn 0.262753 0.856646 0.443981 -vn 0.332106 0.832183 0.444047 -vn 0.340710 0.821320 0.457548 -vn 0.405236 0.798350 0.445444 -vn 0.468734 0.762349 0.446221 -vn 0.462413 0.760105 0.456524 -vn -0.334960 0.831137 0.443862 -vn -0.276872 0.844814 0.457856 -vn -0.261779 0.857194 0.443497 -vn -0.239799 0.856095 0.457819 -vn -0.188202 0.875996 0.444084 -vn -0.115989 0.888397 0.444183 -vn -0.104204 0.883127 0.457414 -vn -0.035477 0.894538 0.445583 -vn 0.037748 0.893996 0.446483 -vn 0.031793 0.889232 0.456351 -vn -0.697831 0.561955 0.444117 -vn -0.654480 0.601690 0.457849 -vn -0.646793 0.620483 0.443463 -vn -0.627185 0.630088 0.457851 -vn -0.591347 0.673054 0.444193 -vn -0.534524 0.718933 0.444319 -vn -0.522596 0.719579 0.457275 -vn -0.467149 0.763614 0.445719 -vn -0.402666 0.798918 0.446754 -vn -0.407021 0.791351 0.456177 -vn -0.883194 0.149941 0.444394 -vn -0.865044 0.205144 0.457838 -vn -0.867345 0.225984 0.443446 -vn -0.855005 0.243550 0.457876 -vn -0.844379 0.299359 0.444306 -vn -0.817201 0.366930 0.444461 -vn -0.807623 0.371970 0.457584 -vn -0.780166 0.438823 0.445842 -vn -0.740840 0.501311 0.447039 -vn -0.741998 0.491424 0.456006 -vn -0.823839 -0.333536 0.458304 -vn -0.867345 -0.225992 0.443442 -vn -0.865008 -0.205156 0.457900 -vn -0.883126 -0.150264 0.444420 -vn -0.892307 -0.078156 0.444612 -vn -0.886419 -0.070342 0.457508 -vn -0.895043 0.002618 0.445973 -vn -0.891067 0.076714 0.447341 -vn -0.887620 0.066021 0.455820 -vn -0.807204 0.017750 0.590006 -vn -0.808482 -0.033429 0.587570 -vn -0.249273 -0.953929 0.166981 -vn -0.871919 -0.378896 0.310153 -vn -0.815983 -0.487842 0.310133 -vn -0.664706 -0.679698 0.310124 -vn -0.469505 -0.826651 0.310181 -vn -0.194326 -0.955442 0.222191 -vn -0.879904 -0.135045 0.455556 -vn -0.855239 -0.247004 0.455582 -vn -0.698988 -0.551235 0.455583 -vn -0.535390 -0.711194 0.455589 -vn -0.336440 -0.824162 0.455593 -vn -0.216560 -0.779027 0.588403 -vn -0.677461 -0.195758 0.709031 -vn -0.536695 -0.233395 0.810855 -vn -0.646690 -0.281191 0.709031 -vn -0.502250 -0.300445 0.810850 -vn -0.605166 -0.361970 0.709050 -vn -0.409094 -0.418527 0.810850 -vn -0.288899 -0.508964 0.810859 -vn -0.221103 -0.541883 0.810849 -vn -0.161236 -0.564392 0.809608 -vn -0.191481 -0.679988 0.707779 -vn -0.453165 -0.029266 0.890946 -vn -0.445693 -0.068504 0.892561 -vn -0.280181 -0.121862 0.952181 -vn -0.386970 -0.231493 0.892561 -vn -0.315177 -0.322475 0.892566 -vn -0.222558 -0.392155 0.892571 -vn -0.088119 -0.295608 0.951236 -vn -0.038356 0.306631 0.951055 -vn -0.069541 0.354068 0.932631 -vn -0.064749 0.582771 0.810053 -vn -0.147394 0.909673 0.388292 -vn -0.086381 0.886860 0.453892 -vn 0.890967 0.219103 0.397707 -vn 0.902873 0.298195 0.309678 -vn 0.771879 0.241721 0.588026 -vn 0.734922 0.171866 0.656012 -vn 0.079180 0.006427 0.996840 -vn 0.299795 0.089661 0.949781 -vn 0.283993 0.131418 0.949777 -vn 0.415122 0.192075 0.889259 -vn 0.643725 0.297758 0.704953 -vn 0.809529 0.374279 0.452302 -vn 0.383562 0.249228 0.889250 -vn 0.594789 0.386353 0.704952 -vn 0.748046 0.485722 0.452218 -vn 0.062720 0.453085 0.889258 -vn 0.086582 0.300703 0.949780 -vn 0.126588 0.439541 0.889258 -vn 0.097367 0.702546 0.704946 -vn 0.196361 0.681529 0.704955 -vn 0.122585 0.883416 0.452272 -vn 0.247077 0.856982 0.452256 -vn -0.000299 0.987036 0.160497 -vn -0.086381 0.886860 0.453892 -vn -0.003639 0.709261 0.704937 -vn -0.002411 0.457384 0.889266 -vn 0.398874 0.902263 0.163770 -vn 0.291396 0.646636 0.704947 -vn 0.187872 0.417043 0.889258 -vn 0.065958 0.146500 0.987009 -vn 0.478568 0.752614 0.452266 -vn 0.380461 0.598564 0.704961 -vn 0.245331 0.386069 0.889249 -vn 0.580828 0.676810 0.452290 -vn 0.461853 0.538325 0.704910 -vn 0.297796 0.347204 0.889251 -vn 0.744960 0.647980 0.158608 -vn 0.609953 0.533708 0.585759 -vn 0.444392 0.388993 0.806970 -vn -0.449616 -0.837999 0.309196 -vn -0.483422 -0.777360 0.402511 -vn 0.701480 -0.692855 0.166965 -vn -0.107818 -0.944551 0.310160 -vn 0.014460 -0.950581 0.310139 -vn 0.256285 -0.915488 0.310160 -vn 0.481157 -0.819925 0.310179 -vn 0.730284 -0.645963 0.222298 -vn -0.322982 -0.829541 0.455570 -vn -0.213715 -0.864172 0.455558 -vn 0.127888 -0.880990 0.455523 -vn 0.348216 -0.819281 0.455548 -vn 0.545539 -0.703451 0.455570 -vn 0.566340 -0.577073 0.588426 -vn -0.392235 -0.650832 0.650054 -vn -0.324039 -0.628832 0.706802 -vn 0.565620 -0.511125 0.647167 -vn -0.169196 -0.684566 0.709043 -vn -0.066217 -0.581464 0.810873 -vn -0.079819 -0.700633 0.709043 -vn 0.009056 -0.585187 0.810848 -vn 0.010882 -0.705112 0.709012 -vn 0.157905 -0.563525 0.810867 -vn 0.296335 -0.504659 0.810867 -vn 0.358731 -0.462411 0.810856 -vn -0.201438 -0.405829 0.891474 -vn -0.163509 -0.420236 0.892562 -vn 0.313776 -0.326888 0.891453 -vn -0.034554 -0.303564 0.952184 -vn 0.006995 -0.450847 0.892574 -vn 0.121681 -0.434176 0.892572 -vn -0.790637 0.294853 0.536614 -vn -0.752690 0.280312 0.595720 -vn -0.737641 0.332048 0.587903 -vn -0.144434 0.059168 0.987744 -vn -0.087479 0.025813 0.995832 -vn 0.254410 0.874785 0.412342 -vn 0.157275 0.688276 0.708195 -vn 0.192551 0.613605 0.765776 -vn 0.099116 0.291131 0.951535 -vn 0.053927 0.144846 0.987984 -vn 0.014461 0.160009 0.987010 -vn 0.041212 0.455533 0.889265 -vn 0.063999 0.706367 0.704947 -vn 0.080630 0.888215 0.452297 -vn -0.024061 0.456772 0.889258 -vn -0.037198 0.708275 0.704955 -vn -0.046625 0.890663 0.452266 -vn -0.126811 0.098640 0.987010 -vn -0.361020 0.280854 0.889261 -vn -0.317377 0.329399 0.889251 -vn -0.559737 0.435590 0.704951 -vn -0.492008 0.510838 0.704963 -vn -0.703771 0.547869 0.452268 -vn -0.618625 0.642469 0.452257 -vn -0.854936 0.493272 0.160522 -vn -0.703953 0.401702 0.585735 -vn -0.513011 0.292644 0.806956 -vn -0.581948 0.796559 0.163800 -vn -0.473398 0.657871 0.585747 -vn -0.345052 0.479353 0.806945 -vn -0.182857 0.253957 0.949773 -vn -0.439975 0.843627 0.307759 -vn -0.374939 0.718561 0.585740 -vn -0.273269 0.523559 0.806976 -vn -0.315385 0.897668 0.307772 -vn -0.268802 0.764628 0.585738 -vn -0.195970 0.557154 0.806955 -vn -0.103887 0.295201 0.949770 -vn -0.188679 0.969144 0.158618 -vn -0.157232 0.795112 0.585727 -vn -0.114662 0.579348 0.806975 -vn 0.388173 -0.707857 0.590135 -vn 0.433182 -0.683455 0.587574 -vn 0.950777 0.261070 0.166929 -vn 0.764098 -0.565665 0.310124 -vn 0.830454 -0.462767 0.310148 -vn 0.920978 -0.235808 0.310151 -vn 0.950662 0.006724 0.310156 -vn 0.924564 0.309392 0.222391 -vn 0.556905 -0.694484 0.455575 -vn 0.641538 -0.617143 0.455592 -vn 0.826886 -0.329731 0.455561 -vn 0.883604 -0.108075 0.455592 -vn 0.881974 0.120715 0.455577 -vn 0.782933 0.201964 0.588410 -vn 0.508237 -0.488841 0.709035 -vn 0.470470 -0.348085 0.810861 -vn 0.566858 -0.419437 0.709045 -vn 0.511324 -0.284747 0.810843 -vn 0.616061 -0.343121 0.709040 -vn 0.543649 -0.216673 0.810863 -vn 0.567006 -0.145013 0.810849 -vn 0.585224 0.004299 0.810860 -vn 0.579815 0.079466 0.810863 -vn 0.569421 0.142556 0.809591 -vn 0.684648 0.174182 0.707756 -vn 0.321458 -0.493165 0.808365 -vn 0.251932 -0.377849 0.890932 -vn 0.282158 -0.351710 0.892573 -vn 0.366216 -0.456498 0.810861 -vn 0.325026 -0.312528 0.892572 -vn 0.421818 -0.405660 0.810870 -vn 0.421818 -0.405660 0.810870 -vn 0.325026 -0.312528 0.892572 -vn 0.362490 -0.268172 0.892572 -vn 0.418888 -0.166929 0.892562 -vn 0.436867 -0.111710 0.892563 -vn 0.266917 -0.148629 0.952190 -vn -0.363875 -0.271350 0.891047 -vn -0.378169 -0.323376 0.867419 -vn -0.337304 -0.285986 0.896905 -vn -0.724704 -0.519097 0.453148 -vn -0.597502 0.625109 0.502225 -vn -0.660268 0.596924 0.455772 -vn -0.564214 0.594393 0.573026 -vn -0.595289 0.547602 0.588016 -vn -0.198462 0.230511 0.952616 -vn -0.102093 0.122268 0.987232 -vn -0.439541 0.480839 0.758681 -vn -0.131315 0.092532 0.987013 -vn -0.373915 0.263462 0.889255 -vn -0.579720 0.408615 0.704953 -vn -0.728900 0.513954 0.452278 -vn -0.407606 0.207555 0.889257 -vn -0.631993 0.321919 0.704949 -vn -0.794656 0.404957 0.452251 -vn -0.148788 -0.060508 0.987016 -vn -0.155957 -0.038704 0.987005 -vn -0.423754 -0.172220 0.889254 -vn -0.657112 -0.266952 0.704941 -vn -0.688420 -0.170702 0.704939 -vn -0.826355 -0.335562 0.452257 -vn -0.865709 -0.214504 0.452257 -vn -0.854648 -0.493772 0.160521 -vn -0.699849 -0.408788 0.585751 -vn -0.980817 -0.105707 0.163783 -vn -0.705699 -0.070971 0.704948 -vn -0.455123 -0.045827 0.889249 -vn -0.891068 0.038149 0.452263 -vn -0.708630 0.030218 0.704933 -vn -0.456980 0.019422 0.889265 -vn -0.935106 0.175678 0.307756 -vn -0.796577 0.149513 0.585756 -vn -0.580467 0.108854 0.806975 -vn -0.307569 0.057641 0.949778 -vn -0.933641 0.321181 0.158609 -vn -0.767187 0.261381 0.585751 -vn -0.559104 0.190387 0.806942 -vn 0.988559 -0.034031 0.146943 -vn 0.195085 0.960357 0.199138 -vn 0.950534 0.029641 0.309202 -vn 0.871908 0.378902 0.310178 -vn 0.815992 0.487829 0.310130 -vn 0.664704 0.679681 0.310166 -vn 0.469510 0.826660 0.310151 -vn 0.249514 0.917707 0.309123 -vn 0.879894 0.135051 0.455574 -vn 0.855257 0.247005 0.455548 -vn 0.698990 0.551240 0.455575 -vn 0.535396 0.711193 0.455582 -vn 0.336433 0.824157 0.455607 -vn 0.849290 -0.021988 0.527469 -vn 0.808346 0.033052 0.587779 -vn 0.174168 0.834095 0.523404 -vn 0.192867 0.680158 0.707239 -vn 0.677448 0.195757 0.709044 -vn 0.536688 0.233399 0.810858 -vn 0.646672 0.281195 0.709045 -vn 0.502267 0.300431 0.810845 -vn 0.605201 0.361952 0.709029 -vn 0.409106 0.418513 0.810851 -vn 0.288893 0.508968 0.810859 -vn 0.221103 0.541884 0.810848 -vn 0.445703 0.068504 0.892556 -vn 0.126423 0.434626 0.891694 -vn 0.162533 0.562796 0.810459 -vn 0.310132 0.021401 0.950453 -vn 0.280174 0.121858 0.952183 -vn 0.386964 0.231490 0.892564 -vn 0.315174 0.322473 0.892567 -vn 0.222558 0.392167 0.892565 -vn 0.086844 0.295211 0.951477 -vn 0.037349 -0.307071 0.950953 -vn 0.065980 -0.343615 0.936790 -vn -0.884789 -0.217046 0.412359 -vn -0.674706 -0.207926 0.708194 -vn -0.638649 -0.142819 0.756128 -vn -0.301697 -0.059743 0.951530 -vn -0.152418 -0.025734 0.987981 -vn -0.299792 -0.089657 0.949782 -vn -0.283970 -0.131423 0.949784 -vn -0.536023 -0.247978 0.806961 -vn -0.735626 -0.340195 0.585766 -vn -0.134731 -0.087551 0.987007 -vn -0.383579 -0.249211 0.889248 -vn -0.594778 -0.386364 0.704955 -vn -0.748041 -0.485715 0.452234 -vn -0.062725 -0.453092 0.889254 -vn -0.126596 -0.439539 0.889257 -vn -0.081031 -0.585025 0.806957 -vn -0.163488 -0.567531 0.806957 -vn -0.111323 -0.802818 0.585739 -vn -0.224463 -0.778788 0.585752 -vn 0.000299 -0.987040 0.160474 -vn 0.004094 -0.810496 0.585730 -vn 0.082307 -0.806113 0.586010 -vn 0.003073 -0.590581 0.806972 -vn -0.398866 -0.902267 0.163770 -vn -0.333043 -0.738914 0.585738 -vn -0.242591 -0.538466 0.806972 -vn -0.510614 -0.802844 0.307759 -vn -0.434837 -0.683963 0.585757 -vn -0.316777 -0.498464 0.806961 -vn -0.167807 -0.264114 0.949781 -vn -0.619698 -0.721986 0.307751 -vn -0.527789 -0.615098 0.585742 -vn -0.384507 -0.448284 0.806967 -vn -0.744960 -0.647976 0.158625 -vn -0.609962 -0.533703 0.585754 -vn -0.444393 -0.388993 0.806969 -vn 0.502561 0.810076 0.302009 -vn 0.450244 0.837393 0.309925 -vn -0.736344 0.651816 0.181476 -vn 0.107817 0.944551 0.310159 -vn -0.014465 0.950587 0.310122 -vn -0.256278 0.915490 0.310162 -vn -0.481162 0.819930 0.310157 -vn -0.670249 0.674490 0.309564 -vn 0.322986 0.829549 0.455553 -vn 0.213713 0.864149 0.455603 -vn -0.127883 0.880966 0.455571 -vn -0.348204 0.819259 0.455598 -vn -0.545534 0.703452 0.455574 -vn -0.637515 0.570748 0.517515 -vn 0.387989 0.635122 0.667895 -vn 0.324262 0.628033 0.707410 -vn 0.169193 0.684576 0.709034 -vn 0.066214 0.581486 0.810857 -vn 0.079820 0.700634 0.709042 -vn -0.009056 0.585185 0.810849 -vn -0.010880 0.705113 0.709011 -vn -0.084182 0.579153 0.810861 -vn -0.157908 0.563539 0.810857 -vn -0.229024 0.538573 0.810856 -vn -0.296348 0.504664 0.810859 -vn -0.357052 0.608116 0.709019 -vn -0.358744 0.462423 0.810844 -vn -0.407765 0.422237 0.809595 -vn 0.163504 0.420226 0.892568 -vn 0.108156 0.437746 0.892570 -vn 0.140396 0.568156 0.810856 -vn 0.140396 0.568156 0.810856 -vn 0.108156 0.437746 0.892570 -vn 0.051009 0.448022 0.892566 -vn -0.064881 0.446233 0.892562 -vn -0.276390 0.356257 0.892575 -vn -0.004747 0.305478 0.952187 -vn 0.417015 -0.179540 0.890990 -vn 0.538061 -0.236151 0.809150 -vn 0.542583 -0.196840 0.816613 -vn 0.737592 -0.333082 0.587379 -vn -0.242598 -0.829991 0.502256 -vn -0.186818 -0.870284 0.455746 -vn -0.232663 -0.785865 0.572961 -vn -0.176600 -0.789318 0.588039 -vn -0.054877 -0.149535 0.987232 -vn -0.144324 -0.431472 0.890507 -vn -0.014462 -0.160016 0.987009 -vn -0.041214 -0.455561 0.889250 -vn -0.063998 -0.706362 0.704952 -vn -0.080625 -0.888222 0.452285 -vn 0.024063 -0.456768 0.889260 -vn 0.037203 -0.708254 0.704977 -vn 0.046625 -0.890665 0.452263 -vn 0.126818 -0.098647 0.987009 -vn 0.111505 -0.115694 0.987006 -vn 0.317372 -0.329394 0.889255 -vn 0.559741 -0.435597 0.704944 -vn 0.492040 -0.510819 0.704955 -vn 0.703779 -0.547867 0.452257 -vn 0.618619 -0.642459 0.452280 -vn 0.854944 -0.493247 0.160556 -vn 0.513006 -0.292636 0.806963 -vn 0.581946 -0.796559 0.163806 -vn 0.473401 -0.657883 0.585732 -vn 0.345049 -0.479353 0.806946 -vn 0.439969 -0.843630 0.307760 -vn 0.374936 -0.718590 0.585706 -vn 0.273258 -0.523544 0.806990 -vn 0.144824 -0.277386 0.949781 -vn 0.315386 -0.897668 0.307773 -vn 0.268799 -0.764610 0.585764 -vn 0.195971 -0.557149 0.806958 -vn 0.188679 -0.969141 0.158638 -vn 0.157230 -0.795121 0.585715 -vn 0.114664 -0.579364 0.806963 -vn -0.432809 0.683538 0.587751 -vn -0.376225 0.682423 0.626701 -vn -0.367575 0.665076 0.650049 -vn -0.919058 -0.243361 0.310014 -vn -0.906655 -0.300324 0.296280 -vn -0.764699 -0.250345 0.593770 -vn -0.764100 0.565649 0.310148 -vn -0.830440 0.462757 0.310202 -vn -0.920975 0.235802 0.310166 -vn -0.950663 -0.006723 0.310152 -vn -0.556908 0.694464 0.455602 -vn -0.641521 0.617169 0.455580 -vn -0.826885 0.329729 0.455565 -vn -0.883607 0.108077 0.455585 -vn -0.881974 -0.120712 0.455577 -vn -0.508256 0.488822 0.709034 -vn -0.470490 0.348085 0.810849 -vn -0.566859 0.419443 0.709041 -vn -0.511324 0.284745 0.810844 -vn -0.616071 0.343129 0.709027 -vn -0.543641 0.216677 0.810867 -vn -0.567020 0.145012 0.810839 -vn -0.585236 -0.004300 0.810852 -vn -0.579849 -0.079463 0.810839 -vn -0.569483 -0.142346 0.809584 -vn -0.282159 0.351712 0.892572 -vn -0.325004 0.312530 0.892579 -vn -0.421801 0.405654 0.810881 -vn -0.421801 0.405654 0.810881 -vn -0.325004 0.312530 0.892579 -vn -0.362505 0.268170 0.892566 -vn -0.418875 0.166923 0.892570 -vn -0.436855 0.111705 0.892569 -vn -0.173592 0.257906 0.950447 -vn -0.266912 0.148628 0.952191 -vn 0.123373 0.095873 0.987718 -vn 0.206015 0.180463 0.961765 -vn 0.364770 0.271156 0.890740 -vn 0.572898 0.416172 0.706108 -vn 0.775021 0.551124 0.309200 -vn 0.650507 -0.676351 0.345529 -vn 0.293719 -0.385024 0.874920 -vn 0.301773 -0.337471 0.891654 -vn 0.268687 -0.369797 0.889414 -vn 0.429567 -0.404878 0.807184 -vn 0.373921 -0.263467 0.889252 -vn 0.579721 -0.408611 0.704955 -vn 0.728928 -0.513931 0.452260 -vn 0.278883 -0.141977 0.949772 -vn 0.407594 -0.207551 0.889264 -vn 0.632011 -0.321927 0.704929 -vn 0.794635 -0.404961 0.452286 -vn 0.148786 0.060506 0.987017 -vn 0.423756 0.172216 0.889254 -vn 0.443937 0.110149 0.889262 -vn 0.657110 0.266959 0.704939 -vn 0.688420 0.170696 0.704940 -vn 0.826359 0.335554 0.452255 -vn 0.865717 0.214503 0.452242 -vn 0.854642 0.493774 0.160546 -vn 0.699854 0.408777 0.585752 -vn 0.980821 0.105706 0.163755 -vn 0.806423 0.081024 0.585762 -vn 0.587645 0.059133 0.806956 -vn 0.891074 -0.038150 0.452252 -vn 0.708625 -0.030214 0.704938 -vn 0.456976 -0.019421 0.889267 -vn 0.876576 -0.164608 0.452238 -vn 0.697083 -0.130779 0.704963 -vn 0.449542 -0.084276 0.889275 -vn 0.933639 -0.321174 0.158638 -vn 0.767170 -0.261378 0.585775 -vn 0.559103 -0.190394 0.806941 -vn 0.661677 0.107847 0.741992 -vn 0.593205 0.312333 0.741995 -vn 0.504811 0.441823 0.741592 -vn 0.463445 0.484530 0.741923 -vn -0.138576 0.658584 0.739637 -vn -0.593255 0.312294 0.741971 -vn -0.619084 0.258765 0.741469 -vn -0.661693 0.107791 0.741987 -vn -0.669411 0.048926 0.741280 -vn -0.285782 -0.610423 0.738724 -vn 0.506064 -0.442199 0.740513 -vn 0.120596 -0.090612 0.988558 -vn 0.112907 -0.100017 0.988559 -vn 0.347737 -0.261235 0.900464 -vn 0.085697 -0.124136 0.988558 -vn 0.148100 -0.256471 0.955138 -vn 0.247088 -0.357899 0.900475 -vn 0.282012 -0.488349 0.825824 -vn 0.082427 -0.284490 0.955129 -vn 0.059276 -0.290198 0.955129 -vn 0.112844 -0.552516 0.825829 -vn -0.006059 -0.150728 0.988557 -vn -0.018167 -0.149755 0.988556 -vn -0.017471 -0.434574 0.900467 -vn -0.067927 -0.559818 0.825826 -vn -0.053482 -0.141057 0.988556 -vn -0.064651 -0.136292 0.988557 -vn -0.154202 -0.406683 0.900461 -vn -0.120619 0.090609 0.988555 -vn -0.112951 0.100020 0.988554 -vn -0.221744 0.196386 0.955124 -vn -0.347718 0.261236 0.900471 -vn -0.422156 0.373911 0.825818 -vn -0.085722 0.124138 0.988555 -vn -0.075430 0.130634 0.988557 -vn -0.247094 0.357908 0.900470 -vn -0.282008 0.488339 0.825831 -vn -0.041976 0.144895 0.988556 -vn -0.059276 0.290202 0.955128 -vn -0.121043 0.417722 0.900476 -vn 0.018167 0.149755 0.988556 -vn 0.011895 0.295949 0.955130 -vn 0.067924 0.559813 0.825830 -vn 0.053489 0.141060 0.988555 -vn 0.064652 0.136293 0.988557 -vn 0.154184 0.406653 0.900478 -vn 0.241697 0.509501 0.825828 -vn 0.150346 -0.012123 0.988559 -vn 0.296164 0.000030 0.955137 -vn 0.433512 -0.034951 0.900470 -vn 0.563935 0.000050 0.825819 -vn 0.148881 -0.024181 0.988559 -vn 0.429268 -0.069728 0.900481 -vn 0.649981 -0.165578 0.741693 -vn 0.422265 -0.104035 0.900483 -vn 0.143100 -0.047753 0.988556 -vn 0.412580 -0.137685 0.900456 -vn 0.518787 -0.220983 0.825849 -vn 0.272489 -0.116074 0.955132 -vn 0.133575 -0.070088 0.988557 -vn 0.385120 -0.202062 0.900474 -vn 0.563701 -0.362879 0.741997 -vn 0.367620 -0.232410 0.900467 -vn 0.104497 -0.108786 0.988558 -vn 0.301283 -0.313637 0.900478 -vn 0.419554 -0.522589 0.742209 -vn 0.275109 -0.336852 0.900470 -vn 0.126992 -0.267593 0.955127 -vn 0.241787 -0.509444 0.825837 -vn 0.232343 -0.628427 0.742358 -vn 0.154249 -0.406620 0.900482 -vn 0.018197 -0.149754 0.988556 -vn 0.052466 -0.431740 0.900471 -vn 0.021421 -0.669771 0.742259 -vn 0.017554 -0.434561 0.900471 -vn -0.112750 -0.552560 0.825812 -vn -0.086953 -0.426140 0.900469 -vn -0.191687 -0.642523 0.741903 -vn -0.120956 -0.417729 0.900484 -vn -0.281919 -0.488402 0.825824 -vn -0.385397 -0.549778 0.741089 -vn -0.247021 -0.357945 0.900476 -vn -0.085690 -0.124155 0.988556 -vn -0.095357 -0.116860 0.988560 -vn -0.275016 -0.336913 0.900475 -vn -0.205171 -0.213627 0.955128 -vn -0.390605 -0.406746 0.825824 -vn -0.422099 -0.373981 0.825815 -vn -0.221677 -0.196442 0.955128 -vn -0.540497 -0.401275 0.739487 -vn -0.236783 -0.177952 0.955127 -vn -0.250290 -0.158325 0.955138 -vn -0.476607 -0.301451 0.825817 -vn -0.262261 -0.137669 0.955126 -vn -0.499313 -0.262126 0.825819 -vn -0.518784 -0.221086 0.825823 -vn -0.272481 -0.116128 0.955127 -vn -0.642132 -0.212015 0.736693 -vn -0.412520 -0.137763 0.900471 -vn -0.146458 -0.036118 0.988557 -vn -0.422251 -0.104123 0.900479 -vn -0.148889 -0.024215 0.988557 -vn -0.429267 -0.069807 0.900476 -vn -0.669334 -0.049008 0.741343 -vn -0.433514 -0.035037 0.900466 -vn -0.150850 -0.000016 0.988557 -vn -0.434910 -0.000044 0.900474 -vn -0.295217 0.023801 0.955134 -vn -0.148889 0.024183 0.988558 -vn -0.649976 0.165578 0.741698 -vn -0.422275 0.104039 0.900477 -vn -0.287625 0.070853 0.955119 -vn -0.143083 0.047755 0.988558 -vn -0.412572 0.137684 0.900460 -vn -0.400112 0.170435 0.900479 -vn -0.133602 0.070090 0.988554 -vn -0.563672 0.362858 0.742030 -vn -0.367621 0.232411 0.900467 -vn -0.104496 0.108785 0.988558 -vn -0.301297 0.313628 0.900476 -vn -0.419536 0.522569 0.742234 -vn -0.275101 0.336840 0.900477 -vn -0.095398 0.116843 0.988558 -vn -0.064688 0.136279 0.988556 -vn -0.186509 0.392908 0.900465 -vn -0.232348 0.628456 0.742333 -vn -0.154235 0.406617 0.900486 -vn -0.018197 0.149753 0.988556 -vn -0.052463 0.431731 0.900476 -vn -0.021419 0.669773 0.742257 -vn -0.011958 0.295946 0.955130 -vn 0.112745 0.552535 0.825829 -vn 0.059211 0.290215 0.955128 -vn 0.191691 0.642513 0.741911 -vn 0.120961 0.417749 0.900475 -vn 0.281928 0.488394 0.825825 -vn 0.148084 0.256523 0.955127 -vn 0.385384 0.549783 0.741092 -vn 0.247021 0.357945 0.900476 -vn 0.095373 0.116866 0.988558 -vn 0.275012 0.336907 0.900479 -vn 0.104517 0.108804 0.988553 -vn 0.540514 0.401278 0.739473 -vn 0.347687 0.261308 0.900462 -vn 0.236775 0.177962 0.955127 -vn 0.127499 0.080639 0.988555 -vn 0.367584 0.232479 0.900464 -vn 0.133578 0.070120 0.988555 -vn 0.518776 0.221084 0.825829 -vn 0.272509 0.116130 0.955119 -vn 0.642126 0.212015 0.736698 -vn 0.412524 0.137760 0.900470 -vn 0.146463 0.036118 0.988557 -vn 0.422237 0.104124 0.900486 -vn 0.292369 0.047544 0.955123 -vn 0.669334 0.049005 0.741344 -vn 0.433533 0.035040 0.900456 -vn -0.972428 0.159170 0.170436 -vn -0.900700 0.401185 0.166705 -vn -0.715894 0.677711 0.167940 -vn -0.648140 0.743389 0.165186 -vn -0.522656 0.835502 0.169608 -vn -0.441027 0.882522 0.163248 -vn -0.295736 0.939914 0.170591 -vn 0.372508 0.912981 0.166446 -vn 0.820517 0.545604 0.170494 -vn 0.706394 0.687089 0.170047 -vn 0.856517 0.487103 0.170615 -vn 0.982786 0.077786 0.167576 -vn 0.952399 0.254348 0.168055 -vn 0.987631 0.000021 0.156797 -vn 0.982793 -0.077743 0.167550 -vn 0.971178 -0.171392 0.165647 -vn 0.931511 -0.321908 0.169300 -vn 0.897398 -0.409736 0.163686 -vn 0.820550 -0.545568 0.170453 -vn 0.656498 -0.734882 0.170175 -vn 0.283852 -0.944082 0.167741 -vn 0.131428 -0.976943 0.168254 -vn 0.037491 -0.985606 0.164846 -vn -0.118093 -0.978373 0.169824 -vn -0.211087 -0.963802 0.162872 -vn -0.296159 -0.939593 0.171627 -vn -0.522615 -0.835529 0.169604 -vn -0.360361 -0.917073 0.170636 -vn -0.715872 -0.677734 0.167941 -vn -0.580684 -0.796380 0.169070 -vn -0.863334 -0.476542 0.166017 -vn -0.927095 -0.334605 0.168921 -vn -0.955605 -0.244744 0.164070 -vn -0.981187 -0.090917 0.170311 -vn -0.937152 -0.160732 0.309697 -vn -0.866413 -0.391693 0.309685 -vn -0.787769 -0.532481 0.309653 -vn -0.739752 -0.597362 0.309720 -vn -0.686443 -0.657929 0.309717 -vn -0.628154 -0.713789 0.309721 -vn -0.498496 -0.809676 0.309720 -vn -0.428021 -0.849041 0.309721 -vn -0.040312 -0.949973 0.309719 -vn 0.200352 -0.929488 0.309697 -vn 0.278473 -0.909139 0.309708 -vn 0.354556 -0.882257 0.309698 -vn 0.428103 -0.848997 0.309730 -vn 0.498559 -0.809641 0.309709 -vn 0.565422 -0.764450 0.309700 -vn 0.686482 -0.657887 0.309721 -vn 0.739816 -0.597295 0.309695 -vn 0.830113 -0.463685 0.309692 -vn 0.920174 -0.239541 0.309678 -vn 0.947409 0.080672 0.309691 -vn 0.937144 0.160728 0.309722 -vn 0.896505 0.316802 0.309702 -vn 0.866407 0.391693 0.309702 -vn 0.739732 0.597379 0.309732 -vn 0.628150 0.713783 0.309744 -vn 0.565361 0.764480 0.309739 -vn 0.428016 0.849028 0.309763 -vn 0.278386 0.909170 0.309696 -vn 0.200284 0.929501 0.309700 -vn 0.120734 0.943124 0.309743 -vn 0.040311 0.949979 0.309700 -vn -0.040394 0.949970 0.309719 -vn -0.120811 0.943129 0.309698 -vn -0.200351 0.929481 0.309718 -vn -0.354554 0.882250 0.309719 -vn -0.565409 0.764433 0.309765 -vn -0.739817 0.597294 0.309696 -vn -0.787802 0.532413 0.309685 -vn -0.830110 0.463698 0.309681 -vn -0.896520 0.316732 0.309729 -vn -0.920164 0.239542 0.309707 -vn -0.947401 0.080594 0.309736 -vn -0.950834 -0.000041 0.309702 -vn -0.887302 -0.075575 0.454954 -vn -0.861744 -0.224448 0.454995 -vn -0.839628 -0.296719 0.454953 -vn -0.777391 -0.434346 0.454979 -vn -0.529496 -0.716011 0.454931 -vn -0.400858 -0.795197 0.454944 -vn 0.037849 -0.889711 0.454952 -vn 0.113165 -0.883290 0.454964 -vn 0.588392 -0.668438 0.454956 -vn 0.737808 -0.498615 0.454997 -vn 0.811482 -0.366749 0.454965 -vn 0.839659 -0.296619 0.454962 -vn 0.877718 -0.150447 0.454948 -vn 0.861757 0.224450 0.454970 -vn 0.777398 0.434343 0.454971 -vn 0.466857 0.758332 0.454946 -vn -0.113166 0.883311 0.454924 -vn -0.187671 0.870531 0.454924 -vn -0.260821 0.851469 0.454943 -vn -0.400976 0.795150 0.454922 -vn -0.466944 0.758269 0.454964 -vn -0.588391 0.668440 0.454955 -vn -0.642962 0.616164 0.454908 -vn -0.811498 0.366754 0.454931 -vn -0.861795 0.224329 0.454957 -vn -0.796564 -0.136648 0.588908 -vn -0.736404 -0.332949 0.588943 -vn -0.628791 -0.507767 0.588893 -vn -0.583440 -0.559267 0.588913 -vn -0.533924 -0.606738 0.588892 -vn -0.423675 -0.688232 0.588929 -vn -0.301295 -0.749934 0.588915 -vn -0.236600 -0.772795 0.588904 -vn -0.170203 -0.790079 0.588903 -vn -0.102595 -0.801649 0.588926 -vn -0.034237 -0.807474 0.588908 -vn 0.170337 -0.790033 0.588925 -vn 0.236711 -0.772757 0.588910 -vn 0.301406 -0.749882 0.588924 -vn 0.705592 -0.394102 0.588917 -vn 0.762050 -0.269177 0.588917 -vn 0.782152 -0.203578 0.588892 -vn 0.805277 -0.068477 0.588931 -vn 0.808208 0.000065 0.588897 -vn 0.669578 0.452626 0.588892 -vn 0.628766 0.507769 0.588917 -vn 0.583425 0.559246 0.588948 -vn 0.533933 0.606735 0.588888 -vn 0.480556 0.649853 0.588861 -vn 0.423661 0.688213 0.588961 -vn 0.363783 0.721694 0.588914 -vn 0.301305 0.749960 0.588876 -vn 0.236595 0.772780 0.588926 -vn 0.170199 0.790062 0.588927 -vn 0.102600 0.801682 0.588879 -vn 0.034237 0.807463 0.588924 -vn -0.034364 0.807468 0.588909 -vn -0.170347 0.790077 0.588863 -vn -0.236706 0.772747 0.588925 -vn -0.301411 0.749890 0.588911 -vn -0.423792 0.688162 0.588926 -vn -0.480649 0.649754 0.588894 -vn -0.628839 0.507669 0.588927 -vn -0.669621 0.452502 0.588939 -vn -0.705618 0.394106 0.588884 -vn -0.762060 0.269189 0.588899 -vn -0.796567 0.136520 0.588935 -vn -0.805301 0.068474 0.588899 -vn -0.808208 -0.000062 0.588897 -vn -0.703362 -0.059934 0.708301 -vn -0.683144 -0.177951 0.708271 -vn -0.616266 -0.344336 0.708272 -vn -0.584841 -0.395361 0.708273 -vn -0.509604 -0.488499 0.708289 -vn -0.466333 -0.529971 0.708283 -vn -0.419731 -0.567613 0.708267 -vn -0.317747 -0.630376 0.708281 -vn 0.030028 -0.705291 0.708282 -vn 0.089733 -0.700198 0.708287 -vn 0.317885 -0.630328 0.708262 -vn 0.370180 -0.601084 0.708283 -vn 0.423794 -0.688166 0.588919 -vn 0.419832 -0.567515 0.708286 -vn 0.466443 -0.529883 0.708276 -vn 0.509715 -0.488417 0.708265 -vn 0.549290 -0.443423 0.708278 -vn 0.584912 -0.395250 0.708276 -vn 0.665634 -0.235113 0.708275 -vn 0.683180 -0.177816 0.708270 -vn 0.695763 -0.119237 0.708305 -vn 0.703374 0.059933 0.708289 -vn 0.695748 0.119369 0.708298 -vn 0.683136 0.177944 0.708280 -vn 0.665582 0.235246 0.708280 -vn 0.643271 0.290832 0.708251 -vn 0.616245 0.344340 0.708288 -vn -0.089726 0.700167 0.708318 -vn -0.263282 0.654995 0.708283 -vn -0.317878 0.630313 0.708280 -vn -0.419837 0.567533 0.708268 -vn -0.466431 0.529882 0.708285 -vn -0.509707 0.488411 0.708275 -vn -0.616345 0.344224 0.708257 -vn -0.643267 0.290703 0.708308 -vn -0.683195 0.177819 0.708254 -vn -0.577801 -0.099139 0.810134 -vn -0.552715 -0.195357 0.810149 -vn -0.534190 -0.241524 0.810128 -vn -0.456081 -0.368331 0.810137 -vn -0.218525 -0.543984 0.810141 -vn -0.171604 -0.560542 0.810151 -vn -0.123449 -0.573089 0.810142 -vn -0.074403 -0.581505 0.810134 -vn -0.024816 -0.585714 0.810138 -vn 0.123577 -0.573054 0.810147 -vn 0.171717 -0.560509 0.810150 -vn 0.218651 -0.543933 0.810141 -vn 0.511797 -0.285834 0.810163 -vn 0.534223 -0.241414 0.810139 -vn 0.586198 0.000066 0.810168 -vn 0.485664 0.328333 0.810141 -vn 0.456077 0.368327 0.810141 -vn 0.423205 0.405689 0.810132 -vn 0.387235 0.440098 0.810162 -vn 0.263855 0.523472 0.810159 -vn 0.218524 0.543984 0.810142 -vn 0.171605 0.560544 0.810150 -vn 0.123436 0.573077 0.810152 -vn 0.074395 0.581493 0.810143 -vn 0.024819 0.585719 0.810134 -vn -0.024943 0.585691 0.810151 -vn -0.123574 0.573079 0.810130 -vn -0.171724 0.560497 0.810157 -vn -0.307406 0.499154 0.810152 -vn -0.387362 0.440022 0.810142 -vn -0.423271 0.405593 0.810146 -vn -0.456152 0.368234 0.810141 -vn -0.485743 0.328236 0.810133 -vn -0.534212 0.241421 0.810144 -vn -0.552754 0.195232 0.810152 -vn -0.577793 0.099017 0.810155 -vn -0.584155 0.049657 0.810122 -vn -0.586187 -0.000064 0.810176 -vn -0.450475 -0.038396 0.891963 -vn -0.437497 -0.113968 0.891968 -vn -0.394626 -0.220535 0.891984 -vn -0.374563 -0.253214 0.891956 -vn -0.326355 -0.312863 0.891969 -vn -0.298633 -0.339422 0.891970 -vn -0.268796 -0.363514 0.891968 -vn -0.237006 -0.385018 0.891958 -vn -0.203467 -0.403707 0.891976 -vn 0.019242 -0.451690 0.891967 -vn 0.057483 -0.448450 0.891958 -vn 0.203573 -0.403664 0.891972 -vn 0.237094 -0.384956 0.891961 -vn 0.268875 -0.363451 0.891969 -vn 0.298735 -0.339347 0.891965 -vn 0.326405 -0.312793 0.891975 -vn 0.351782 -0.283984 0.891965 -vn 0.374598 -0.253119 0.891968 -vn 0.426293 -0.150559 0.891968 -vn 0.437546 -0.113870 0.891957 -vn 0.445579 -0.076353 0.891981 -vn 0.450507 -0.038287 0.891952 -vn 0.450468 0.038396 0.891967 -vn 0.445600 0.076459 0.891961 -vn 0.437493 0.113970 0.891970 -vn 0.426291 0.150660 0.891952 -vn 0.411961 0.186275 0.891958 -vn 0.394648 0.220532 0.891975 -vn 0.268804 0.363526 0.891960 -vn 0.237002 0.385012 0.891962 -vn 0.019137 0.451723 0.891953 -vn -0.019239 0.451690 0.891967 -vn -0.057481 0.448433 0.891966 -vn -0.168626 0.419488 0.891961 -vn -0.203567 0.403651 0.891979 -vn -0.237091 0.384965 0.891958 -vn -0.268896 0.363461 0.891959 -vn -0.326402 0.312793 0.891977 -vn -0.351801 0.283978 0.891960 -vn -0.394730 0.220433 0.891963 -vn -0.426280 0.150553 0.891975 -vn -0.437545 0.113868 0.891958 -vn -0.302438 -0.051899 0.951755 -vn 0.064684 -0.299965 0.951755 -vn 0.089895 -0.293401 0.951753 -vn 0.114441 -0.284722 0.951754 -vn 0.254230 0.171873 0.951749 -vn 0.221504 0.212369 0.951754 -vn 0.202681 0.230382 0.951759 -vn -0.238769 0.192754 0.951754 -vn -0.254244 0.171802 0.951759 -vn -0.296980 0.077288 0.951751 -vn -0.302460 0.051821 0.951752 -vn 0.125008 -0.935366 0.330854 -vn 0.111725 -0.874280 0.472390 -vn 0.060600 -0.865889 0.496553 -vn 0.827207 0.248686 0.503868 -vn 0.807156 0.331084 0.488757 -vn 0.435991 0.766831 0.471043 -vn 0.371259 0.799384 0.472390 -vn 0.182918 0.858787 0.478566 -vn -0.009796 0.865110 0.501486 -vn -0.090426 0.873405 0.478525 -vn -0.198062 0.850959 0.486456 -vn -0.811883 0.295842 0.503312 -vn -0.866888 -0.160986 0.471794 -vn -0.658689 -0.577883 0.481850 -vn -0.614485 -0.631575 0.472780 -vn -0.511798 -0.692916 0.507868 -vn -0.448875 -0.751414 0.483619 -vn -0.351559 -0.803628 0.480197 -vn -0.076253 0.988338 0.131811 -vn -0.756246 -0.641440 0.129024 -vn 0.729616 -0.624772 0.278067 -vn 0.702051 -0.607245 0.371992 -vn 0.963365 -0.236638 0.126212 -vn 0.920507 0.195173 0.338488 -vn 0.990771 0.067937 0.117290 -vn 0.979681 0.105152 0.170786 -vn 0.946627 0.058223 0.317030 -vn 0.858222 0.001780 0.513275 -vn 0.862021 0.032089 0.505856 -vn 0.946627 -0.058223 0.317030 -vn 0.891952 -0.051129 0.449229 -vn 0.936118 -0.093395 0.339059 -vn 0.920623 -0.195128 0.338200 -vn 0.838139 -0.227079 0.495942 -vn 0.844585 -0.216673 0.489621 -vn 0.824311 -0.251622 0.507146 -vn 0.812965 -0.287756 0.506245 -vn 0.806947 -0.331352 0.488920 -vn 0.818135 -0.465502 0.337585 -vn 0.719759 -0.450908 0.527853 -vn 0.754508 -0.519665 0.400832 -vn 0.684751 -0.648628 0.332261 -vn 0.645172 -0.747514 0.158037 -vn 0.547340 -0.643829 0.534699 -vn 0.637168 -0.695422 0.332274 -vn 0.521689 -0.737062 0.429628 -vn 0.457119 -0.823488 0.336020 -vn 0.388895 -0.908680 0.151862 -vn 0.417956 -0.889816 0.183142 -vn 0.272599 -0.818311 0.506020 -vn 0.300917 -0.851104 0.430198 -vn 0.188113 -0.921446 0.339929 -vn 0.199924 -0.810230 0.550961 -vn 0.043451 -0.912342 0.407117 -vn 0.044459 -0.926714 0.373128 -vn 0.068667 -0.963385 0.259180 -vn -0.007644 -0.859650 0.510827 -vn 0.008400 -0.907235 0.420541 -vn -0.102426 -0.935516 0.338110 -vn -0.204003 -0.918428 0.338929 -vn -0.237339 -0.939166 0.248269 -vn -0.235953 -0.878913 0.414534 -vn -0.273838 -0.817873 0.506060 -vn -0.292919 -0.884470 0.363197 -vn -0.322206 -0.817949 0.476596 -vn -0.477809 -0.746485 0.463096 -vn -0.624404 -0.703601 0.339213 -vn -0.568435 -0.697969 0.435570 -vn -0.571681 -0.705473 0.418914 -vn -0.721385 -0.603255 0.340129 -vn -0.714390 -0.494850 0.494743 -vn -0.740159 -0.525243 0.419862 -vn -0.693349 -0.508301 0.510782 -vn -0.808574 -0.481444 0.338261 -vn -0.914233 -0.381084 0.137672 -vn -0.856784 -0.389943 0.337439 -vn -0.825471 -0.328431 0.459055 -vn -0.780923 -0.315848 0.538886 -vn -0.801856 -0.296012 0.519041 -vn -0.842372 -0.221037 0.491480 -vn -0.844195 -0.263608 0.466740 -vn -0.841523 -0.263374 0.471671 -vn -0.985569 -0.085412 0.146145 -vn -0.963715 0.217545 0.154684 -vn -0.926395 0.175047 0.333393 -vn -0.923316 0.213323 0.319345 -vn -0.856722 0.386649 0.341364 -vn -0.864584 0.353103 0.357509 -vn -0.863766 0.468900 0.184502 -vn -0.854663 0.501851 0.133031 -vn -0.737559 0.465551 0.489151 -vn -0.710397 0.492707 0.502570 -vn -0.724881 0.554936 0.408158 -vn -0.658945 0.579180 0.479940 -vn -0.721380 0.603231 0.340181 -vn -0.539164 0.707745 0.456508 -vn -0.529706 0.679255 0.507960 -vn -0.624508 0.703673 0.338871 -vn -0.473125 0.813206 0.338894 -vn -0.477779 0.746550 0.463023 -vn -0.373310 0.919487 0.123223 -vn -0.381588 0.860183 0.338344 -vn -0.349433 0.877441 0.328625 -vn -0.242284 0.829081 0.503908 -vn -0.273588 0.877808 0.393197 -vn -0.270639 0.817767 0.507949 -vn -0.049978 0.875055 0.481436 -vn -0.057119 0.855113 0.515286 -vn 0.015798 0.861453 0.507592 -vn 0.082639 0.933871 0.347931 -vn 0.227170 0.963659 0.140554 -vn 0.220328 0.905293 0.363181 -vn 0.278484 0.834848 0.474843 -vn 0.278397 0.843857 0.458695 -vn 0.467204 0.764512 0.444119 -vn 0.481466 0.789737 0.380139 -vn 0.598986 0.679551 0.423588 -vn 0.636285 0.695685 0.333413 -vn 0.582978 0.689568 0.429690 -vn 0.740884 0.652901 0.157514 -vn 0.715189 0.674148 0.184470 -vn 0.757413 0.536586 0.372024 -vn 0.689493 0.516513 0.507754 -vn 0.814548 0.468026 0.342729 -vn 0.888691 0.346202 0.300621 -vn 0.871922 0.258539 0.415825 -vn 0.889604 0.277372 0.362862 -vn 0.790459 -0.392016 0.470636 -vn -0.876297 -0.045309 0.479637 -vn -0.874071 -0.103597 0.474624 -vn -0.871827 0.000342 0.489814 -vn -0.874522 0.103897 0.473727 -vn -0.835803 -0.065599 0.545096 -vn 0.111658 0.874260 0.472442 -vn 0.869048 -0.136041 0.475656 -vn -0.775745 -0.412754 0.477341 -vn -0.154199 0.867854 0.472283 -vn 0.790388 0.392070 0.470711 -vn -0.173445 -0.967760 0.182639 -vn -0.450678 -0.875972 0.171940 -vn -0.684181 0.706361 0.181525 -vn 0.973425 0.143461 0.178501 -vn 0.704933 0.401379 0.584777 -vn 0.417654 0.695705 0.584432 -vn 0.022849 0.811380 0.584072 -vn -0.378080 0.718573 0.583702 -vn -0.729450 -0.346935 0.589524 -vn -0.675631 -0.446398 0.586730 -vn -0.465855 -0.660083 0.589297 -vn -0.369960 -0.720572 0.586435 -vn -0.082520 -0.803907 0.589002 -vn 0.030971 -0.809617 0.586141 -vn 0.322253 -0.741335 0.588707 -vn 0.424154 -0.690600 0.585803 -vn 0.644543 -0.488302 0.588324 -vn 0.708526 -0.393967 0.585475 -vn 0.149994 -0.060564 0.986830 -vn 0.141018 -0.079251 0.986830 -vn 0.292072 -0.117957 0.949094 -vn 0.304750 -0.079643 0.949097 -vn 0.445317 -0.116410 0.887773 -vn 0.456557 -0.058507 0.887768 -vn 0.161754 0.000147 0.986831 -vn 0.315004 0.000268 0.949090 -vn 0.460307 0.000355 0.887760 -vn 0.713031 0.000424 0.701133 -vn 0.456473 0.059212 0.887765 -vn 0.707142 0.091591 0.701115 -vn 0.661079 -0.267189 0.701131 -vn 0.517834 -0.291167 0.804407 -vn 0.550811 -0.222563 0.804408 -vn 0.100974 -0.126373 0.986830 -vn 0.083984 -0.138250 0.986830 -vn 0.196611 -0.246101 0.949094 -vn 0.163522 -0.269223 0.949094 -vn 0.287274 -0.359648 0.887765 -vn 0.238907 -0.393429 0.887771 -vn 0.444899 -0.557208 0.701130 -vn 0.025962 -0.159662 0.986830 -vn 0.005330 -0.161667 0.986831 -vn 0.050536 -0.310912 0.949094 -vn 0.010363 -0.314823 0.949094 -vn 0.073814 -0.454330 0.887770 -vn 0.015109 -0.460060 0.887759 -vn 0.114212 -0.703824 0.701133 -vn -0.055724 -0.151849 0.986832 -vn -0.108538 -0.295699 0.949095 -vn -0.145455 -0.279392 0.949096 -vn -0.158640 -0.432100 0.887763 -vn -0.274417 -0.526893 0.804412 -vn -0.245869 -0.669309 0.701124 -vn -0.123061 -0.104966 0.986832 -vn -0.135485 -0.088366 0.986831 -vn -0.239665 -0.204387 0.949098 -vn -0.350257 -0.298645 0.887768 -vn -0.385567 -0.251406 0.887769 -vn -0.542666 -0.462529 0.701128 -vn -0.158750 -0.031064 0.986830 -vn -0.451749 -0.088338 0.887761 -vn -0.314325 -0.020449 0.949095 -vn -0.459327 -0.029850 0.887766 -vn -0.699811 -0.136713 0.701124 -vn -0.711558 -0.046105 0.701113 -vn -0.153574 0.050832 0.986829 -vn -0.145797 0.070051 0.986831 -vn -0.299033 0.099003 0.949093 -vn -0.283900 0.136428 0.949099 -vn -0.436968 0.144705 0.887761 -vn -0.414858 0.199397 0.887769 -vn -0.676844 0.224287 0.701125 -vn -0.642610 0.309005 0.701120 -vn -0.092665 0.132586 0.986830 -vn -0.074947 0.143341 0.986831 -vn -0.180432 0.258192 0.949095 -vn -0.145928 0.279141 0.949097 -vn -0.213222 0.407933 0.887765 -vn -0.340223 0.487024 0.804398 -vn -0.466651 0.658206 0.590763 -vn -0.015680 0.160995 0.986831 -vn 0.005037 0.161675 0.986831 -vn -0.030512 0.313512 0.949094 -vn -0.044556 0.458143 0.887761 -vn 0.014393 0.460061 0.887771 -vn -0.068885 0.709708 0.701120 -vn 0.065340 0.147969 0.986831 -vn 0.083720 0.138399 0.986832 -vn 0.127261 0.288134 0.949096 -vn 0.185993 0.421044 0.887766 -vn 0.238319 0.393800 0.887764 -vn 0.288252 0.652198 0.701105 -vn 0.129554 0.096864 0.986830 -vn 0.140865 0.079504 0.986831 -vn 0.252278 0.188613 0.949095 -vn 0.368672 0.275591 0.887767 -vn 0.400875 0.226183 0.887773 -vn 0.571195 0.426806 0.701122 -vn 0.801469 -0.109602 0.587907 -vn 0.787009 -0.206690 0.581289 -vn 0.571686 -0.426137 0.701129 -vn 0.369102 -0.275025 0.887764 -vn 0.583033 -0.566463 0.582402 -vn 0.427043 -0.412993 0.804407 -vn 0.240843 -0.543070 0.804406 -vn 0.228939 -0.779203 0.583463 -vn 0.169426 -0.569414 0.804402 -vn -0.056643 -0.591385 0.804398 -vn -0.183557 -0.790396 0.584450 -vn -0.131802 -0.579271 0.804409 -vn -0.339549 -0.487472 0.804411 -vn -0.179994 -0.258498 0.949095 -vn -0.547946 -0.597648 0.585297 -vn -0.399098 -0.440067 0.804402 -vn -0.535077 -0.258129 0.804402 -vn -0.283681 -0.136909 0.949095 -vn -0.145673 -0.070315 0.986831 -vn -0.770408 -0.251091 0.586025 -vn -0.563687 -0.187587 0.804405 -vn -0.810973 0.049882 0.582953 -vn -0.592880 0.037659 0.804410 -vn -0.314373 0.019915 0.949091 -vn -0.793953 0.159712 0.586626 -vn -0.583202 0.113162 0.804406 -vn -0.682101 0.440999 0.583317 -vn -0.498121 0.323746 0.804403 -vn -0.612884 0.528864 0.587091 -vn -0.452622 0.384785 0.804409 -vn -0.240020 0.203984 0.949095 -vn -0.309719 0.340502 0.887768 -vn -0.479690 0.527564 0.701123 -vn -0.274102 0.761429 0.587448 -vn -0.205552 0.557377 0.804413 -vn -0.070351 0.307032 0.949095 -vn -0.132590 0.579091 0.804409 -vn 0.135002 0.797740 0.587695 -vn 0.094411 0.586533 0.804404 -vn 0.050014 0.311001 0.949093 -vn 0.130628 0.441370 0.887766 -vn 0.202485 0.683697 0.701112 -vn 0.509123 0.628651 0.587871 -vn 0.370086 0.464717 0.804409 -vn 0.196175 0.246439 0.949096 -vn 0.330423 0.320478 0.887758 -vn 0.511913 0.496361 0.701121 -vn 0.752066 0.297832 0.587957 -vn 0.550526 0.223316 0.804395 -vn 0.291870 0.118455 0.949095 -vn 0.445148 0.117101 0.887767 -vn 0.689621 0.181279 0.701114 -vn -0.164558 0.000004 0.986367 -vn -0.164567 -0.003837 0.986359 -vn -0.152197 -0.008345 0.988315 -vn -0.154321 0.006928 0.987997 -vn 0.947304 0.005105 0.320297 -vn 0.947300 -0.005116 0.320306 -vn 0.949163 0.003178 0.314769 -vn 0.949158 -0.003166 0.314784 -vn 0.988635 0.004273 0.150274 -vn 0.999761 -0.004854 -0.021329 -vn 0.858905 0.006529 -0.512093 -vn 0.758529 -0.006535 -0.651606 -vn 0.494031 0.005610 -0.869426 -vn 0.494091 -0.005823 -0.869391 -vn 0.148311 -0.006594 0.988919 -vn 0.300963 0.007250 0.953608 -vn 0.700690 -0.007250 0.713429 -vn -0.137855 0.560997 0.816259 -vn -0.115171 0.636081 0.762979 -vn -0.121705 0.650948 0.749303 -vn -0.070148 0.884460 0.461314 -vn -0.057596 0.950262 0.306080 -vn -0.165977 0.159945 0.973072 -vn 0.148687 0.967820 0.203018 -vn 0.124426 0.985450 0.115790 -vn 0.098242 0.986185 0.133374 -vn 0.249801 0.819339 0.516026 -vn -0.000373 0.577421 0.816446 -vn 0.713080 0.471070 0.519240 -vn 0.720996 0.581410 0.376998 -vn 0.843535 0.295156 0.448700 -vn 0.136474 0.321379 0.937065 -vn 0.417696 0.342994 0.841359 -vn 0.532111 0.827820 0.177688 -vn 0.752115 0.609138 0.251543 -vn 0.936830 0.157472 0.312332 -vn 0.065413 0.983988 -0.165798 -vn 0.241412 0.945039 -0.220504 -vn 0.179702 0.749595 -0.637036 -vn 0.075307 0.769260 -0.634483 -vn 0.124593 0.612663 -0.780462 -vn 0.582566 0.739989 -0.336205 -vn 0.001282 0.367068 -0.930193 -vn 0.745454 0.502889 -0.437493 -vn 0.595672 0.333556 -0.730695 -vn 0.956693 0.290845 -0.012201 -vn 0.002075 0.986974 -0.160864 -vn 0.004886 0.931571 -0.363527 -vn 0.002062 0.752201 -0.658931 -vn 0.000840 0.531357 -0.847148 -vn -0.001387 0.361382 -0.932417 -vn -0.137713 -0.521331 0.842169 -vn -0.130967 -0.476310 0.869469 -vn -0.155290 -0.403558 0.901680 -vn -0.069301 -0.913569 0.400736 -vn -0.080526 -0.891511 0.445784 -vn -0.065127 -0.928196 0.366347 -vn 0.199800 -0.941706 0.270685 -vn 0.312087 -0.902839 0.295777 -vn 0.499808 -0.794522 0.344858 -vn 0.104201 -0.612560 0.783526 -vn 0.615648 -0.491730 0.615776 -vn 0.138555 -0.319131 0.937528 -vn 0.914380 -0.267465 0.303928 -vn 0.812871 -0.517377 0.267512 -vn 0.611439 -0.764546 0.203989 -vn 0.159735 -0.986203 0.043459 -vn 0.000145 -0.842161 -0.539227 -vn 0.075759 -0.829984 -0.552619 -vn 0.586818 -0.808929 0.035761 -vn 0.503917 -0.739976 -0.445537 -vn 0.746990 -0.664743 0.011083 -vn 0.872252 -0.464528 -0.152938 -vn 0.651642 -0.502904 -0.567848 -vn 0.002544 -0.267943 -0.963431 -vn 0.710391 -0.343951 -0.614038 -vn -0.001185 -0.380177 -0.924913 -vn 0.002098 -0.371909 -0.928267 -vn -0.000327 -0.826836 -0.562444 -vn -0.002290 -0.988451 -0.151522 -vn -0.309700 -0.949380 -0.052573 -vn -0.296919 -0.954626 0.022970 -vn -0.319519 -0.946616 0.042731 -vn -0.143126 0.054705 0.988192 -vn -0.156537 0.050859 0.986362 -vn -0.148304 0.040326 0.988119 -vn -0.156511 0.050864 0.986366 -vn 0.902522 -0.287868 0.320291 -vn 0.899353 -0.297606 0.320303 -vn 0.903690 -0.290286 0.314768 -vn 0.901727 -0.296310 0.314783 -vn -0.587900 -0.807222 -0.052586 -vn -0.577386 -0.816151 0.022876 -vn -0.596465 -0.801500 0.042758 -vn -0.133152 0.096740 0.986363 -vn -0.129302 0.086156 0.987855 -vn -0.119102 0.096259 0.988205 -vn -0.130003 0.101071 0.986349 -vn 0.769391 -0.552675 0.320293 -vn 0.763374 -0.560952 0.320301 -vn 0.769757 -0.555333 0.314769 -vn 0.766017 -0.560469 0.314789 -vn 0.816569 0.575817 -0.040608 -vn 0.802486 0.595465 0.037921 -vn 0.824275 0.565798 0.021076 -vn -0.808591 -0.586020 -0.052551 -vn -0.801368 -0.597731 0.022945 -vn -0.814896 -0.578030 0.042731 -vn -0.098023 0.132228 0.986361 -vn -0.096352 0.121892 0.987856 -vn -0.096740 0.133151 0.986363 -vn -0.084193 0.128589 0.988118 -vn 0.560944 -0.763384 0.320290 -vn 0.552664 -0.769396 0.320302 -vn 0.560478 -0.766018 0.314772 -vn 0.555345 -0.769744 0.314779 -vn -0.950106 -0.307469 -0.052555 -vn -0.946810 -0.320976 0.022931 -vn -0.953663 -0.297831 0.042705 -vn -0.040776 0.148666 0.988046 -vn -0.047762 0.157518 0.986360 -vn -0.050856 0.156531 0.986363 -vn -0.054509 0.143756 0.988111 -vn 0.297591 -0.899359 0.320301 -vn 0.287859 -0.902521 0.320303 -vn 0.296323 -0.901729 0.314765 -vn 0.290296 -0.903681 0.314783 -vn -0.998617 0.001149 -0.052559 -vn -0.999656 -0.012675 0.022940 -vn -0.999022 0.011420 0.042723 -vn -0.008034 0.152639 0.988249 -vn 0.005070 0.157071 0.987574 -vn 0.001135 0.164580 0.986363 -vn -0.000003 0.164582 0.986363 -vn 0.005111 -0.947303 0.320297 -vn -0.005123 -0.947301 0.320305 -vn 0.003172 -0.949163 0.314770 -vn -0.003159 -0.949160 0.314779 -vn 0.054250 0.144673 0.987991 -vn 0.050858 0.156527 0.986363 -vn 0.037838 0.146332 0.988512 -vn 0.050865 0.156532 0.986362 -vn -0.287873 -0.902520 0.320292 -vn -0.297599 -0.899353 0.320312 -vn -0.290290 -0.903686 0.314774 -vn -0.296310 -0.901728 0.314780 -vn 0.799958 -0.598682 -0.040598 -vn 0.814322 -0.579175 0.037905 -vn 0.792788 -0.609131 0.021142 -vn 0.096733 0.133148 0.986364 -vn 0.085407 0.129015 0.987958 -vn 0.096247 0.118944 0.988225 -vn 0.099398 0.131248 0.986354 -vn -0.552678 -0.769390 0.320291 -vn -0.560955 -0.763368 0.320312 -vn -0.555340 -0.769751 0.314771 -vn -0.560453 -0.766032 0.314782 -vn -0.586042 0.808574 -0.052566 -vn -0.597791 0.801323 0.022983 -vn -0.577976 0.814934 0.042734 -vn 0.132252 0.098005 0.986359 -vn 0.121916 0.096343 0.987853 -vn 0.133151 0.096739 0.986363 -vn 0.128656 0.084381 0.988093 -vn -0.763383 -0.560941 0.320298 -vn -0.769393 -0.552667 0.320302 -vn -0.766027 -0.560468 0.314767 -vn -0.769741 -0.555347 0.314785 -vn -0.307509 0.950091 -0.052576 -vn -0.320902 0.946834 0.022975 -vn -0.297886 0.953645 0.042715 -vn 0.156068 0.052347 0.986358 -vn 0.145724 0.053960 0.987853 -vn 0.156522 0.050861 0.986364 -vn 0.147799 0.039714 0.988220 -vn 0.156530 0.050859 0.986363 -vn -0.899361 -0.297594 0.320294 -vn -0.902522 -0.287858 0.320301 -vn -0.901730 -0.296319 0.314767 -vn -0.903678 -0.290301 0.314787 -vn 0.001149 0.998621 -0.052494 -vn -0.012594 0.999658 0.022928 -vn 0.011378 0.999023 0.042704 -vn 0.157058 -0.005071 0.987576 -vn 0.164581 -0.001174 0.986363 -vn 0.152946 0.007820 0.988204 -vn 0.164578 -0.000001 0.986364 -vn -0.947304 -0.005116 0.320294 -vn -0.947301 0.005127 0.320305 -vn -0.949163 -0.003173 0.314768 -vn -0.949159 0.003161 0.314782 -vn 0.309694 0.949383 -0.052546 -vn 0.296898 0.954634 0.022926 -vn 0.319544 0.946610 0.042676 -vn 0.144653 -0.054267 0.987993 -vn 0.156528 -0.050859 0.986363 -vn 0.147895 -0.039806 0.988202 -vn 0.156514 -0.050856 0.986366 -vn -0.902521 0.287868 0.320292 -vn -0.899352 0.297605 0.320307 -vn -0.903687 0.290291 0.314772 -vn -0.901727 0.296311 0.314783 -vn 0.120347 -0.096304 0.988050 -vn 0.133142 -0.096740 0.986364 -vn 0.127925 -0.082402 0.988355 -vn 0.135185 -0.093888 0.986362 -vn -0.769389 0.552678 0.320293 -vn -0.763373 0.560953 0.320301 -vn -0.769761 0.555328 0.314768 -vn -0.766028 0.560457 0.314784 -vn 0.808590 0.586019 -0.052571 -vn 0.801347 0.597759 0.022968 -vn 0.814903 0.578020 0.042727 -vn 0.084705 -0.128786 0.988048 -vn 0.094111 -0.135047 0.986360 -vn 0.096736 -0.133151 0.986364 -vn 0.096244 -0.119136 0.988202 -vn -0.560951 0.763377 0.320298 -vn -0.552665 0.769394 0.320304 -vn -0.560470 0.766024 0.314771 -vn -0.555339 0.769747 0.314781 -vn 0.950103 0.307480 -0.052540 -vn 0.946831 0.320911 0.022963 -vn 0.953648 0.297879 0.042713 -vn 0.052544 -0.155982 0.986361 -vn 0.054092 -0.145222 0.987919 -vn 0.050856 -0.156525 0.986364 -vn 0.040052 -0.148088 0.988163 -vn -0.297589 0.899364 0.320290 -vn -0.287864 0.902520 0.320301 -vn -0.296324 0.901727 0.314769 -vn -0.290303 0.903679 0.314782 -vn 0.998617 -0.001149 -0.052559 -vn 0.999656 0.012672 0.022942 -vn 0.999022 -0.011420 0.042725 -vn -0.000005 -0.164576 0.986364 -vn 0.008414 -0.152081 0.988332 -vn 0.000008 -0.164584 0.986363 -vn -0.006827 -0.154454 0.987976 -vn -0.005113 0.947304 0.320295 -vn 0.005124 0.947301 0.320303 -vn -0.003172 0.949164 0.314766 -vn 0.003159 0.949158 0.314784 -vn 0.949386 -0.309683 -0.052553 -vn 0.954613 -0.296964 0.022934 -vn 0.946618 -0.319513 0.042725 -vn -0.054439 -0.144027 0.988075 -vn -0.050857 -0.156525 0.986364 -vn -0.040908 -0.148737 0.988030 -vn -0.050863 -0.156532 0.986362 -vn 0.287870 0.902523 0.320287 -vn 0.297597 0.899358 0.320299 -vn 0.290293 0.903689 0.314765 -vn 0.296313 0.901725 0.314788 -vn 0.807237 -0.587881 -0.052580 -vn 0.816094 -0.577466 0.022879 -vn 0.801510 -0.596453 0.042725 -vn -0.096284 -0.120367 0.988049 -vn -0.099396 -0.131252 0.986354 -vn -0.096738 -0.133152 0.986363 -vn -0.085366 -0.128996 0.987964 -vn 0.552677 0.769390 0.320291 -vn 0.560951 0.763374 0.320303 -vn 0.555340 0.769750 0.314774 -vn 0.560460 0.766023 0.314791 -vn 0.586084 -0.808544 -0.052565 -vn 0.597834 -0.801292 0.022935 -vn 0.578015 -0.814906 0.042738 -vn -0.128782 -0.084716 0.988048 -vn -0.133157 -0.096740 0.986362 -vn -0.118263 -0.096208 0.988311 -vn -0.133149 -0.096735 0.986364 -vn 0.763383 0.560947 0.320289 -vn 0.769394 0.552663 0.320309 -vn 0.766022 0.560473 0.314771 -vn 0.769737 0.555354 0.314781 -vn 0.307510 -0.950091 -0.052576 -vn 0.320877 -0.946844 0.022897 -vn 0.297889 -0.953645 0.042701 -vn -0.148629 -0.040774 0.988052 -vn -0.156510 -0.050859 0.986366 -vn -0.142112 -0.054985 0.988322 -vn -0.155596 -0.053728 0.986359 -vn 0.899365 0.297583 0.320292 -vn 0.902520 0.287859 0.320304 -vn 0.901727 0.296322 0.314772 -vn 0.903677 0.290308 0.314783 -vn 0.949332 -0.313547 -0.021377 -vn 0.935089 -0.297731 -0.192265 -vn 0.886310 -0.294426 -0.357448 -vn 0.818934 -0.259201 -0.512017 -vn 0.723475 -0.228234 -0.651532 -vn 0.719271 -0.240606 -0.651734 -vn 0.602564 -0.202438 -0.771969 -vn 0.805998 -0.591533 -0.021365 -vn 0.797334 -0.572101 -0.192246 -vn 0.691031 -0.510087 -0.512141 -vn 0.698686 -0.499577 -0.512114 -vn 0.609779 -0.451145 -0.651643 -vn 0.403078 -0.285888 -0.869366 -vn 0.396344 -0.295155 -0.869365 -vn 0.572265 -0.797193 -0.192343 -vn 0.581530 -0.790502 -0.192171 -vn 0.510092 -0.691034 -0.512132 -vn 0.451095 -0.609829 -0.651630 -vn 0.440590 -0.617485 -0.651608 -vn 0.368610 -0.518001 -0.771882 -vn 0.304325 -0.952330 -0.021291 -vn 0.308770 -0.931514 -0.192206 -vn 0.282753 -0.890089 -0.357481 -vn 0.240594 -0.719453 -0.651538 -vn 0.190442 -0.606521 -0.771922 -vn -0.005130 -0.337880 -0.941175 -vn 0.004855 -0.337930 -0.941159 -vn 0.005613 -0.494115 -0.869378 -vn -0.006308 -0.635688 -0.771920 -vn -0.006481 -0.858917 -0.512074 -vn 0.006530 -0.858885 -0.512127 -vn 0.006306 -0.933917 -0.357433 -vn -0.005609 -0.981327 -0.192266 -vn -0.004851 -0.999759 -0.021421 -vn 0.004269 -0.988627 0.150328 -vn -0.056846 -0.192148 -0.979718 -vn -0.109333 -0.319774 -0.941165 -vn -0.147318 -0.471638 -0.869399 -vn -0.202452 -0.602622 -0.771919 -vn -0.259225 -0.818891 -0.512074 -vn -0.308596 -0.931561 -0.192256 -vn -0.591569 -0.805969 -0.021432 -vn -0.572125 -0.797358 -0.192076 -vn -0.553924 -0.751878 -0.357558 -vn -0.499514 -0.698673 -0.512193 -vn -0.440598 -0.617456 -0.651630 -vn -0.451129 -0.609820 -0.651616 -vn -0.378761 -0.510573 -0.771917 -vn -0.811699 -0.583686 -0.021320 -vn -0.790486 -0.581521 -0.192261 -vn -0.698642 -0.499592 -0.512159 -vn -0.691009 -0.510134 -0.512123 -vn -0.617485 -0.440549 -0.651635 -vn -0.396497 -0.294969 -0.869358 -vn -0.403162 -0.285710 -0.869385 -vn -0.938938 -0.309544 0.150258 -vn -0.952326 -0.304334 -0.021337 -vn -0.890114 -0.282688 -0.357469 -vn -0.814856 -0.271609 -0.512093 -vn -0.719433 -0.240536 -0.651582 -vn -0.723292 -0.228212 -0.651743 -vn -0.606486 -0.190454 -0.771947 -vn -0.988636 -0.004271 0.150270 -vn -0.999761 0.004846 -0.021325 -vn -0.933924 0.006170 -0.357419 -vn -0.858907 -0.006537 -0.512090 -vn -0.758500 -0.006487 -0.651641 -vn -0.758461 0.006532 -0.651686 -vn -0.635740 0.006303 -0.771878 -vn -0.949327 0.313566 -0.021322 -vn -0.935101 0.297706 -0.192245 -vn -0.886293 0.294443 -0.357474 -vn -0.723413 0.228221 -0.651605 -vn -0.602632 0.202433 -0.771917 -vn -0.805943 0.591609 -0.021323 -vn -0.797321 0.572128 -0.192221 -vn -0.751926 0.553912 -0.357477 -vn -0.617468 0.440604 -0.651614 -vn -0.510639 0.378730 -0.771888 -vn -0.583697 0.811690 -0.021358 -vn -0.581533 0.790497 -0.192181 -vn -0.499590 0.698667 -0.512127 -vn -0.510128 0.691035 -0.512093 -vn -0.440551 0.617478 -0.651641 -vn -0.294947 0.396477 -0.869375 -vn -0.285751 0.403122 -0.869390 -vn -0.309570 0.938923 0.150299 -vn -0.304327 0.952330 -0.021281 -vn -0.308769 0.931507 -0.192240 -vn -0.282760 0.890071 -0.357519 -vn -0.240576 0.719402 -0.651601 -vn -0.190448 0.606480 -0.771953 -vn -0.147171 0.471712 -0.869384 -vn -0.056444 0.192108 -0.979749 -vn -0.005608 0.494077 -0.869400 -vn 0.006305 0.635685 -0.771923 -vn 0.006479 0.858870 -0.512153 -vn -0.006530 0.858932 -0.512048 -vn -0.006305 0.933917 -0.357435 -vn 0.005611 0.981320 -0.192301 -vn 0.004852 0.999760 -0.021357 -vn -0.004268 0.988638 0.150258 -vn 0.109315 0.319781 -0.941164 -vn 0.147333 0.471681 -0.869374 -vn 0.240609 0.719347 -0.651649 -vn 0.282570 0.890124 -0.357539 -vn 0.308594 0.931570 -0.192218 -vn 0.591572 0.805968 -0.021403 -vn 0.583502 0.811832 -0.021299 -vn 0.510069 0.691030 -0.512159 -vn 0.499581 0.698728 -0.512053 -vn 0.451096 0.609770 -0.651685 -vn 0.285912 0.403065 -0.869363 -vn 0.295124 0.396311 -0.869390 -vn 0.797330 0.584522 0.150330 -vn 0.811674 0.583721 -0.021360 -vn 0.759192 0.543880 -0.357523 -vn 0.691022 0.510138 -0.512102 -vn 0.617502 0.440556 -0.651615 -vn 0.396514 0.294988 -0.869344 -vn 0.952330 0.304326 -0.021302 -vn 0.949248 0.313807 -0.021316 -vn 0.818857 0.259244 -0.512120 -vn 0.723398 0.228187 -0.651633 -vn 0.719405 0.240550 -0.651608 -vn 0.468234 0.158034 -0.869357 -vn 0.471682 0.147151 -0.869404 -vn 0.288456 -0.086101 0.953614 -vn 0.422034 -0.144964 0.894915 -vn 0.668559 -0.209750 0.713467 -vn 0.664147 -0.223407 0.713441 -vn 0.116103 -0.092499 0.988921 -vn 0.365428 -0.256271 0.894867 -vn 0.562720 -0.417693 0.713358 -vn 0.092626 -0.115931 0.988929 -vn 0.182789 -0.239214 0.953606 -vn 0.256305 -0.365444 0.894851 -vn 0.417513 -0.562620 0.713541 -vn 0.406057 -0.571169 0.713361 -vn 0.052271 -0.138883 0.988928 -vn 0.086263 -0.288459 0.953599 -vn 0.145013 -0.422137 0.894858 -vn 0.172333 -0.554527 0.814126 -vn 0.007251 -0.300921 0.953622 -vn -0.007407 -0.446320 0.894843 -vn 0.007405 -0.580560 0.814184 -vn -0.007244 -0.700710 0.713409 -vn 0.007112 -0.700591 0.713528 -vn -0.006813 -0.803613 0.595113 -vn -0.006172 -0.886730 0.462246 -vn -0.052122 -0.138985 0.988922 -vn -0.086113 -0.288475 0.953607 -vn -0.130809 -0.426683 0.894892 -vn -0.144954 -0.422192 0.894842 -vn -0.186516 -0.549923 0.814123 -vn -0.092519 -0.116090 0.988920 -vn -0.171054 -0.247729 0.953610 -vn -0.405980 -0.570995 0.713544 -vn -0.477857 -0.646092 0.595162 -vn -0.115905 -0.092645 0.988930 -vn -0.239211 -0.182763 0.953612 -vn -0.365475 -0.256366 0.894821 -vn -0.562656 -0.417624 0.713448 -vn -0.571106 -0.405986 0.713452 -vn -0.426660 -0.130873 0.894893 -vn -0.422236 -0.144981 0.894817 -vn -0.766354 -0.241864 0.595150 -vn -0.845275 -0.268141 0.462180 -vn -0.300972 -0.007248 0.953605 -vn -0.446218 0.007404 0.894894 -vn -0.700615 -0.007113 0.713504 -vn -0.700688 0.007245 0.713431 -vn -0.139000 0.052096 0.988921 -vn -0.288471 0.086111 0.953609 -vn -0.426725 0.130812 0.894871 -vn -0.422110 0.144962 0.894879 -vn -0.549854 0.186510 0.814171 -vn -0.116097 0.092496 0.988922 -vn -0.247709 0.171017 0.953621 -vn -0.570948 0.406111 0.713507 -vn -0.646150 0.477791 0.595152 -vn -0.081765 0.123841 0.988928 -vn -0.182803 0.239209 0.953605 -vn -0.417559 0.562673 0.713473 -vn -0.099906 0.283993 0.953607 -vn -0.130855 0.426732 0.894861 -vn -0.186453 0.549878 0.814168 -vn -0.209639 0.668636 0.713426 -vn -0.223257 0.664158 0.713477 -vn -0.241851 0.766366 0.595140 -vn -0.268145 0.845239 0.462243 -vn 0.006595 0.148285 0.988923 -vn -0.007249 0.300954 0.953611 -vn 0.007246 0.700674 0.713445 -vn 0.086114 0.288449 0.953615 -vn 0.144931 0.422188 0.894848 -vn 0.209735 0.668568 0.713462 -vn 0.223443 0.664149 0.713428 -vn 0.092480 0.116096 0.988923 -vn 0.256318 0.365427 0.894854 -vn 0.466974 0.653969 0.595198 -vn 0.477852 0.646095 0.595163 -vn 0.123776 0.081828 0.988931 -vn 0.239280 0.182754 0.953596 -vn 0.562626 0.417591 0.713492 -vn 0.284088 0.099890 0.953581 -vn 0.426669 0.130879 0.894888 -vn 0.664135 0.223271 0.713495 -vn 0.668631 0.209644 0.713429 -vn 0.198921 0.872752 0.445796 -vn 0.225303 0.902661 0.366663 -vn 0.238875 0.921553 0.306070 -vn -0.108473 0.203422 0.973064 -vn 0.362620 0.897447 0.251190 -vn 0.683474 0.700508 0.205308 -vn 0.073498 0.617051 0.783484 -vn 0.178067 0.549279 0.816446 -vn 0.823764 0.227606 0.519239 -vn 0.865413 0.330097 0.376958 -vn 0.229214 0.263498 0.937032 -vn 0.456397 0.888611 0.045519 -vn 0.657094 0.740856 0.139141 -vn 0.761951 0.622801 0.177624 -vn 0.903451 0.347147 0.251527 -vn 0.925359 -0.212065 0.314227 -vn 0.730437 0.666473 -0.149252 -vn 0.624061 0.755480 -0.199493 -vn 0.402506 0.657346 -0.637091 -vn 0.309319 0.708276 -0.634561 -vn 0.307841 0.544252 -0.780400 -vn 0.296540 0.643224 -0.705923 -vn 0.421300 0.562153 -0.711681 -vn 0.114674 0.348753 -0.930173 -vn 0.864391 0.247837 -0.437499 -vn 0.669570 0.133132 -0.730720 -vn 0.306974 0.938029 -0.160835 -vn 0.292554 0.884446 -0.363549 -vn 0.234346 0.714721 -0.658981 -vn 0.164947 0.505139 -0.847129 -vn -0.310158 -0.582725 0.751154 -vn -0.334255 -0.661840 0.671000 -vn -0.330417 -0.625769 0.706567 -vn -0.271711 -0.412494 0.869495 -vn -0.338897 -0.819484 0.462164 -vn -0.100999 -0.957358 0.270674 -vn -0.044500 -0.940369 0.337234 -vn -0.100999 -0.957358 0.270674 -vn 0.017776 -0.955023 0.295998 -vn -0.034585 -0.755587 0.654135 -vn 0.123175 -0.717127 0.685972 -vn 0.327977 -0.773055 0.542971 -vn -0.027979 -0.486234 0.873380 -vn 0.526184 -0.524106 0.669659 -vn 0.787029 -0.536830 0.303973 -vn 0.526758 -0.811951 0.251517 -vn 0.345377 -0.916020 0.204013 -vn -0.152876 -0.987290 0.043443 -vn -0.260111 -0.801011 -0.539188 -vn -0.184532 -0.812857 -0.552459 -vn 0.308096 -0.950671 0.036073 -vn 0.250535 -0.859504 -0.445518 -vn 0.504912 -0.863100 0.011035 -vn 0.686087 -0.711274 -0.152886 -vn 0.464394 -0.679606 -0.567868 -vn -0.080326 -0.255602 -0.963439 -vn -0.118668 -0.361248 -0.924888 -vn -0.113016 -0.354398 -0.928240 -vn -0.255866 -0.786294 -0.562382 -vn 0.338968 0.659386 0.671053 -vn 0.367672 0.686433 0.627397 -vn 0.393547 0.715245 0.577534 -vn 0.511950 0.802621 0.306116 -vn 0.537836 0.808640 0.238398 -vn 0.579190 0.814311 0.037898 -vn 0.622216 0.741483 0.251099 -vn 0.866467 0.455086 0.205262 -vn 0.816097 0.409797 0.407495 -vn 0.877554 0.241767 0.414063 -vn 0.339026 0.467527 0.816383 -vn 0.853793 -0.038041 0.519221 -vn 0.495051 0.248171 0.832668 -vn 0.855927 -0.257023 0.448696 -vn 0.299379 0.179747 0.937050 -vn 0.539393 0.031986 0.841447 -vn 0.854086 0.501158 0.139208 -vn 0.916967 0.357258 0.177590 -vn 0.966520 0.050960 0.251482 -vn 0.814496 -0.487736 0.314183 -vn 0.827004 0.525624 -0.199460 -vn 0.585929 0.500758 -0.637125 -vn 0.513125 0.578070 -0.634458 -vn 0.598757 0.564881 -0.567802 -vn 0.827332 0.413971 -0.379670 -vn 0.460953 0.422393 -0.780453 -vn 0.906263 0.256302 -0.336149 -vn 0.216812 0.296233 -0.930182 -vn 0.345540 0.221583 -0.911868 -vn 0.898663 -0.031344 -0.437519 -vn 0.677906 -0.080283 -0.730752 -vn 0.522715 0.717311 -0.460689 -vn 0.530837 0.725162 -0.438579 -vn 0.525902 0.722285 -0.449145 -vn 0.536540 0.738186 -0.408909 -vn 0.384743 0.528641 -0.756645 -vn 0.312990 0.429467 -0.847110 -vn -0.522426 -0.526125 0.671017 -vn -0.505467 -0.503811 0.700484 -vn -0.481126 -0.455125 0.749253 -vn -0.387097 -0.295009 0.873571 -vn -0.575562 -0.674625 0.462179 -vn -0.391893 -0.879293 0.270673 -vn -0.278214 -0.913770 0.296009 -vn -0.135956 -0.903757 0.405882 -vn -0.015772 -0.784640 0.619751 -vn -0.176832 -0.453774 0.873395 -vn 0.209031 -0.759738 0.615715 -vn 0.582625 -0.753752 0.303985 -vn 0.353499 -0.896371 0.267502 -vn 0.045330 -0.977921 0.204001 -vn -0.450398 -0.891770 0.043454 -vn -0.494882 -0.681355 -0.539303 -vn -0.426670 -0.715961 -0.552587 -vn -0.000723 -0.999353 0.035953 -vn -0.027363 -0.894796 -0.445637 -vn 0.213505 -0.976880 0.010989 -vn 0.432669 -0.888476 -0.152997 -vn 0.231641 -0.789940 -0.567748 -vn -0.155424 -0.218279 -0.963430 -vn 0.372568 -0.695811 -0.614036 -vn -0.224439 -0.306870 -0.924910 -vn -0.216901 -0.302108 -0.928270 -vn -0.486240 -0.668658 -0.562554 -vn 0.526158 0.522384 0.671024 -vn 0.561845 0.539208 0.627364 -vn 0.595324 0.558611 0.577531 -vn 0.101898 0.260905 0.959972 -vn 0.964689 0.164978 0.205323 -vn 0.642646 0.193829 0.741240 -vn 0.800259 -0.300035 0.519196 -vn 0.894137 -0.241773 0.376916 -vn 0.340272 0.078450 0.937049 -vn 0.522923 -0.136400 0.841396 -vn 0.967115 0.212863 0.139205 -vn 0.934930 -0.250361 0.251448 -vn 0.623961 -0.715505 0.314206 -vn 0.906449 0.360187 -0.220488 -vn 0.711966 0.295231 -0.637137 -vn 0.666632 0.391293 -0.634422 -vn 0.568918 0.259305 -0.780444 -vn 0.297721 0.214745 -0.930186 -vn 0.845029 -0.307503 -0.437456 -vn 0.619971 -0.285801 -0.730721 -vn 0.760830 0.547017 -0.349156 -vn 0.756545 0.543592 -0.363521 -vn 0.609646 0.440472 -0.659027 -vn 0.430325 0.311656 -0.847167 -vn -0.659438 -0.338942 0.671014 -vn -0.636440 -0.322956 0.700459 -vn -0.598204 -0.284161 0.749269 -vn -0.462325 -0.174023 0.869466 -vn -0.755875 -0.463696 0.462212 -vn -0.644557 -0.715021 0.270725 -vn -0.546793 -0.783246 0.295877 -vn -0.408578 -0.817486 0.405932 -vn -0.257490 -0.741413 0.619682 -vn -0.308422 -0.376900 0.873397 -vn -0.035967 -0.787132 0.615735 -vn 0.422938 -0.851328 0.310425 -vn 0.069508 -0.960156 0.270683 -vn -0.259071 -0.944073 0.203979 -vn -0.703997 -0.708872 0.043468 -vn -0.681201 -0.495121 -0.539278 -vn -0.627038 -0.549280 -0.552372 -vn -0.309537 -0.950204 0.036046 -vn -0.451653 -0.858481 -0.242942 -vn -0.302565 -0.842540 -0.445624 -vn 0.136965 -0.978696 -0.152953 -vn -0.023797 -0.822841 -0.567774 -vn -0.215192 -0.159528 -0.963454 -vn -0.308353 -0.222539 -0.924876 -vn -0.299731 -0.220366 -0.928224 -vn -0.669153 -0.485669 -0.562459 -vn 0.661793 0.334213 0.671068 -vn 0.700928 0.339211 0.627404 -vn 0.738801 0.347311 0.577536 -vn 0.910444 0.338044 0.238365 -vn 0.947206 0.318380 0.037888 -vn 0.249242 0.250313 0.935533 -vn 0.939154 0.234380 0.251109 -vn 0.901095 -0.148219 0.407503 -vn 0.849400 -0.400596 0.343574 -vn 0.852130 -0.320057 0.414050 -vn 0.549035 0.178773 0.816456 -vn 0.668341 -0.532720 0.519163 -vn 0.541377 -0.711014 0.448743 -vn 0.985577 -0.096305 0.139149 -vn 0.866318 -0.443489 0.229806 -vn 0.811864 -0.526884 0.251535 -vn 0.439404 -0.842269 0.312261 -vn 0.977995 -0.060916 -0.199539 -vn 0.912631 -0.151307 -0.379752 -vn 0.883828 -0.325420 -0.336079 -vn 0.572238 -0.258009 -0.778444 -vn 0.612982 -0.063019 -0.787579 -vn 0.687958 -0.161933 -0.707454 -vn 0.679704 -0.466061 -0.566384 -vn 0.708643 -0.553567 -0.437480 -vn 0.708643 -0.553567 -0.437480 -vn 0.719905 -0.627087 -0.297487 -vn 0.396418 -0.656683 -0.641576 -vn 0.844536 0.273065 -0.460646 -vn 0.855803 0.274699 -0.438340 -vn 0.850062 0.275176 -0.449081 -vn 0.867995 0.281831 -0.408847 -vn 0.715877 0.230482 -0.659089 -vn 0.650762 0.212161 -0.729038 -vn 0.575125 0.186871 -0.796436 -vn 0.505506 0.163410 -0.847208 -vn -0.731890 -0.118593 0.671023 -vn -0.705192 -0.110442 0.700362 -vn -0.656665 -0.085436 0.749328 -vn -0.493433 -0.022648 0.869489 -vn -0.910406 -0.287226 0.297762 -vn -0.833891 -0.481116 0.270468 -vn -0.641170 -0.651239 0.405942 -vn -0.474012 -0.625632 0.619594 -vn -0.409828 -0.263217 0.873360 -vn -0.277399 -0.737529 0.615712 -vn 0.028233 -0.952244 0.304030 -vn -0.240893 -0.932950 0.267535 -vn -0.538132 -0.817799 0.204008 -vn -0.741457 -0.656424 0.139100 -vn -0.844601 -0.531133 -0.067432 -vn -0.800873 -0.260382 -0.539262 -vn -0.766111 -0.328458 -0.552439 -vn -0.756004 -0.622800 -0.201442 -vn -0.508509 -0.860461 0.032008 -vn -0.627860 -0.724967 -0.283223 -vn -0.548069 -0.707894 -0.445541 -vn -0.172212 -0.973111 -0.152963 -vn -0.276868 -0.775238 -0.567759 -vn -0.253911 -0.085216 -0.963466 -vn -0.362016 -0.116356 -0.924881 -vn -0.353088 -0.116929 -0.928255 -vn -0.786423 -0.255190 -0.562510 -vn 0.732715 0.113382 0.671024 -vn 0.771442 0.106034 0.627402 -vn 0.809962 0.102045 0.577536 -vn 0.997161 -0.048276 0.057781 -vn 0.999230 0.010114 0.037906 -vn 0.159971 0.166000 0.973064 -vn 0.967883 -0.148595 0.202784 -vn 0.877392 -0.433653 0.205254 -vn 0.609525 0.120806 0.783508 -vn 0.577432 0.000429 0.816439 -vn 0.471080 -0.713082 0.519228 -vn 0.581363 -0.721052 0.376963 -vn 0.295135 -0.843509 0.448763 -vn 0.321414 -0.136514 0.937047 -vn 0.907523 -0.396280 0.139159 -vn 0.609311 -0.751982 0.251521 -vn 0.157677 -0.936811 0.312288 -vn 0.945086 -0.241263 -0.220466 -vn 0.970653 -0.176962 -0.162842 -vn 0.821187 -0.425881 -0.379838 -vn 0.739986 -0.582558 -0.336226 -vn 0.464464 -0.422210 -0.778468 -vn 0.563531 -0.249315 -0.787575 -vn 0.604259 -0.366583 -0.707452 -vn 0.502408 -0.653238 -0.566451 -vn 0.502866 -0.745428 -0.437565 -vn 0.502866 -0.745428 -0.437565 -vn 0.490880 -0.818844 -0.297542 -vn 0.290864 -0.956687 -0.012191 -vn 0.931586 -0.004882 -0.363488 -vn 0.893479 -0.001004 -0.449103 -vn 0.752129 -0.002058 -0.659013 -vn 0.684420 0.000682 -0.729087 -vn 0.604648 0.000032 -0.796493 -vn 0.531281 -0.000836 -0.847195 -vn 0.367017 -0.001301 -0.930213 -vn -0.403521 0.155302 0.901694 -vn -0.379963 0.142933 0.913892 -vn -0.913616 0.069294 0.400629 -vn -0.884114 0.069068 0.462139 -vn -0.941696 -0.199774 0.270738 -vn -0.908118 -0.248217 0.337210 -vn -0.941696 -0.199774 0.270738 -vn -0.902724 -0.312259 0.295947 -vn -0.771526 0.018866 0.635918 -vn -0.794522 -0.499759 0.344930 -vn -0.612559 -0.104169 0.783531 -vn -0.644094 -0.448507 0.619665 -vn -0.441543 0.001876 0.897238 -vn -0.491737 -0.615678 0.615740 -vn -0.471018 -0.123638 0.873416 -vn -0.342922 -0.546792 0.763821 -vn -0.267441 -0.914367 0.303988 -vn -0.517379 -0.812871 0.267506 -vn -0.764498 -0.611489 0.204019 -vn -0.986199 -0.159764 0.043438 -vn -0.842141 -0.000144 -0.539258 -vn -0.830083 -0.075739 -0.552472 -vn -0.809004 -0.586707 0.035882 -vn -0.740017 -0.503845 -0.445549 -vn -0.664804 -0.746938 0.010949 -vn -0.604296 -0.787235 -0.122830 -vn -0.646531 -0.572362 -0.504381 -vn -0.490845 -0.542277 -0.681914 -vn -0.646531 -0.572362 -0.504381 -vn -0.632963 -0.473035 -0.612859 -vn -0.333532 -0.882124 -0.332587 -vn -0.335218 -0.594007 -0.731289 -vn -0.158191 -0.968856 -0.190509 -vn -0.380220 0.001180 -0.924895 -vn -0.371879 -0.002097 -0.928279 -vn -0.267907 -0.002550 -0.963442 -vn -0.389560 -0.001964 -0.920999 -vn -0.826826 0.000330 -0.562458 -vn 0.832599 -0.181371 0.523338 -vn 0.872781 -0.198887 0.445754 -vn 0.801867 -0.153243 0.577517 -vn 0.935289 -0.261617 0.238310 -vn 0.953451 -0.299155 0.037906 -vn 0.203402 0.108452 0.973070 -vn 0.897387 -0.362833 0.251096 -vn 0.700377 -0.683564 0.205455 -vn 0.549356 -0.177953 0.816419 -vn 0.227664 -0.823767 0.519208 -vn 0.330085 -0.865388 0.377025 -vn 0.020056 -0.893446 0.448722 -vn 0.263460 -0.229167 0.937055 -vn 0.740643 -0.657327 0.139176 -vn 0.623028 -0.761775 0.177584 -vn 0.347168 -0.903449 0.251503 -vn -0.212145 -0.925348 0.314207 -vn 0.755431 -0.624088 -0.199595 -vn 0.657334 -0.402572 -0.637062 -vn 0.708449 -0.309294 -0.634379 -vn 0.544240 -0.307866 -0.780399 -vn 0.643181 -0.296557 -0.705955 -vn 0.562208 -0.421174 -0.711713 -vn 0.348628 -0.114683 -0.930218 -vn 0.247913 -0.864367 -0.437503 -vn 0.133159 -0.669547 -0.730736 -vn 0.884474 -0.292472 -0.363545 -vn 0.849437 -0.277107 -0.449076 -vn 0.714667 -0.234386 -0.659025 -vn 0.504964 -0.165016 -0.847220 -vn -0.453268 0.292082 0.842162 -vn -0.412532 0.271738 0.869469 -vn -0.335770 0.272412 0.901693 -vn -0.847455 0.348233 0.400691 -vn -0.823026 0.352040 0.445753 -vn -0.862661 0.348736 0.366332 -vn -0.957353 0.101097 0.270658 -vn -0.955042 -0.017820 0.295936 -vn -0.910059 -0.229859 0.344901 -vn -0.614790 0.090138 0.783523 -vn -0.657874 -0.433578 0.615802 -vn -0.346275 -0.033084 0.937550 -vn -0.536962 -0.786927 0.304002 -vn -0.743209 -0.613262 0.267490 -vn -0.916053 -0.345288 0.204017 -vn -0.987301 0.152806 0.043434 -vn -0.800994 0.260092 -0.539222 -vn -0.812829 0.184400 -0.552544 -vn -0.950660 -0.308138 0.036007 -vn -0.859509 -0.250480 -0.445538 -vn -0.863073 -0.504959 0.011021 -vn -0.817986 -0.561974 -0.122815 -vn -0.791797 -0.344482 -0.504371 -vn -0.634444 -0.364008 -0.681893 -vn -0.791797 -0.344482 -0.504371 -vn -0.748137 -0.254278 -0.612889 -vn -0.589837 -0.735876 -0.332535 -vn -0.502386 -0.461281 -0.731320 -vn -0.449827 -0.872548 -0.190566 -vn -0.361322 0.118614 -0.924866 -vn -0.371113 0.118531 -0.920992 -vn -0.786268 0.255803 -0.562448 -vn -0.939359 0.307625 -0.151562 -vn 0.659416 -0.338964 0.671024 -vn 0.666661 -0.350797 0.657651 -vn 0.686464 -0.367665 0.627367 -vn 0.715247 -0.393503 0.577562 -vn 0.768580 -0.458864 0.445790 -vn 0.788893 -0.493220 0.366581 -vn 0.741358 -0.622368 0.251089 -vn 0.454941 -0.866548 0.205241 -vn 0.409701 -0.816127 0.407532 -vn 0.241814 -0.877550 0.414044 -vn 0.472206 -0.588738 0.656056 -vn -0.038035 -0.853840 0.519144 -vn 0.248123 -0.495073 0.832669 -vn 0.179770 -0.299309 0.937068 -vn 0.311290 -0.375833 0.872839 -vn 0.390706 -0.108709 0.914074 -vn 0.501288 -0.854017 0.139162 -vn 0.357073 -0.917041 0.177581 -vn 0.050923 -0.966519 0.251491 -vn -0.487736 -0.814485 0.314210 -vn 0.408162 -0.900622 -0.149275 -vn 0.525578 -0.827066 -0.199323 -vn 0.414034 -0.827264 -0.379750 -vn 0.127620 -0.614597 -0.778449 -vn 0.309317 -0.532958 -0.787578 -vn 0.273400 -0.651776 -0.707418 -vn 0.022499 -0.823808 -0.566422 -vn -0.031336 -0.898643 -0.437560 -vn 0.717260 -0.522736 -0.460744 -vn 0.607251 -0.443778 -0.659020 -vn 0.554126 -0.401703 -0.729095 -vn 0.489225 -0.355439 -0.796443 -vn 0.429335 -0.313016 -0.847167 -vn 0.296219 -0.216846 -0.930179 -vn -0.455151 0.481072 0.749271 -vn -0.445536 0.467746 0.763355 -vn -0.375888 0.433801 0.818856 -vn -0.308359 0.385877 0.869491 -vn -0.561585 0.540056 0.626867 -vn -0.698396 0.593108 0.400583 -vn -0.712665 0.598260 0.366324 -vn -0.912607 0.379262 0.152670 -vn -0.903753 0.135944 0.405894 -vn -0.784757 0.015825 0.619602 -vn -0.453758 0.176866 0.873397 -vn -0.702497 -0.114208 0.702463 -vn -0.753819 -0.582542 0.303975 -vn -0.896318 -0.353662 0.267464 -vn -0.977914 -0.045373 0.204022 -vn -0.958573 0.261174 0.113693 -vn -0.880829 0.470904 0.048887 -vn -0.891736 0.450468 0.043419 -vn -0.681352 0.494887 -0.539301 -vn -0.716053 0.426649 -0.552484 -vn -0.999351 0.000703 0.036027 -vn -0.894828 0.027355 -0.445572 -vn -0.976885 -0.213484 0.011001 -vn -0.888470 -0.432701 -0.152939 -vn -0.789921 -0.231686 -0.567756 -vn -0.218129 0.155416 -0.963465 -vn -0.307050 0.224438 -0.924850 -vn -0.302085 0.216930 -0.928271 -vn -0.668668 0.486271 -0.562516 -vn -0.798328 0.582838 -0.151565 -vn 0.589155 -0.673911 0.445803 -vn 0.597875 -0.712861 0.366573 -vn 0.605122 -0.734955 0.306053 -vn 0.228275 -0.031817 0.973077 -vn 0.512707 -0.821033 0.251070 -vn 0.164856 -0.964691 0.205409 -vn 0.455956 -0.422140 0.783519 -vn 0.339769 -0.466889 0.816439 -vn -0.300040 -0.800307 0.519119 -vn -0.241632 -0.894155 0.376962 -vn 0.078404 -0.340244 0.937063 -vn -0.136344 -0.522929 0.841401 -vn 0.450656 -0.891541 0.045432 -vn 0.212862 -0.967118 0.139187 -vn 0.056254 -0.982497 0.177582 -vn -0.250182 -0.934958 0.251522 -vn -0.715492 -0.623986 0.314187 -vn 0.109857 -0.982676 -0.149262 -vn 0.244299 -0.948975 -0.199410 -vn 0.295179 -0.712061 -0.637055 -vn 0.391277 -0.666601 -0.634464 -vn 0.259349 -0.568947 -0.780409 -vn 0.346078 -0.618024 -0.705887 -vn 0.207211 -0.671192 -0.711734 -vn -0.036399 -0.941132 -0.336074 -vn 0.214663 -0.297751 -0.930196 -vn -0.307496 -0.844941 -0.437631 -vn -0.285826 -0.619951 -0.730729 -vn 0.578466 -0.799692 -0.160838 -vn 0.543645 -0.756569 -0.363391 -vn 0.440364 -0.609720 -0.659030 -vn 0.311579 -0.430385 -0.847164 -vn 0.213544 -0.291569 -0.932409 -vn -0.338985 0.659392 0.671038 -vn -0.322969 0.636421 0.700471 -vn -0.284182 0.598124 0.749325 -vn -0.173342 0.462770 0.869365 -vn -0.480934 0.779881 0.400610 -vn -0.680631 0.723329 0.116349 -vn -0.817486 0.408587 0.405923 -vn -0.741453 0.257521 0.619621 -vn -0.376914 0.308464 0.873376 -vn -0.787080 0.035927 0.615804 -vn -0.896951 -0.321073 0.303958 -vn -0.961735 -0.059266 0.267495 -vn -0.944086 0.259005 0.204005 -vn -0.766074 0.639186 -0.067619 -vn -0.495081 0.681206 -0.539309 -vn -0.549158 0.626999 -0.552538 -vn -0.975473 0.217778 0.032011 -vn -0.883476 0.373220 -0.283155 -vn -0.842544 0.302586 -0.445602 -vn -0.978698 -0.136963 -0.152942 -vn -0.822794 0.023764 -0.567843 -vn -0.159509 0.215261 -0.963442 -vn -0.776937 -0.139296 -0.613976 -vn -0.222568 0.308280 -0.924893 -vn -0.220327 0.299643 -0.928262 -vn -0.485710 0.669080 -0.562510 -vn 0.334237 -0.661817 0.671032 -vn 0.339206 -0.700928 0.627407 -vn 0.347342 -0.738778 0.577547 -vn 0.338164 -0.910400 0.238363 -vn 0.318349 -0.947214 0.037930 -vn 0.207296 -0.100833 0.973068 -vn 0.157898 -0.966378 0.202933 -vn 0.186322 -0.975656 0.115668 -vn -0.141321 -0.968444 0.205294 -vn 0.303215 -0.542396 0.783497 -vn 0.178835 -0.549123 0.816383 -vn -0.532655 -0.668380 0.519180 -vn -0.506111 -0.775692 0.377033 -vn -0.711034 -0.541422 0.448658 -vn -0.030642 -0.347899 0.937031 -vn -0.250036 -0.951815 0.177565 -vn -0.526805 -0.811924 0.251507 -vn -0.842235 -0.439483 0.312241 -vn 0.241932 -0.956120 -0.165237 -vn 0.062413 -0.973402 -0.220438 -vn -0.151330 -0.912627 -0.379752 -vn -0.325406 -0.883822 -0.336110 -vn -0.257984 -0.572218 -0.778467 -vn -0.063077 -0.612956 -0.787595 -vn -0.161874 -0.687988 -0.707439 -vn -0.465964 -0.679728 -0.566434 -vn -0.553572 -0.708645 -0.437470 -vn -0.553572 -0.708645 -0.437470 -vn -0.627124 -0.719884 -0.297461 -vn -0.819961 -0.572287 -0.012332 -vn 0.283236 -0.887423 -0.363673 -vn 0.275118 -0.850063 -0.449113 -vn 0.230424 -0.715922 -0.659060 -vn 0.212143 -0.650619 -0.729171 -vn 0.186889 -0.575116 -0.796439 -vn 0.163397 -0.505706 -0.847091 -vn 0.113017 -0.343295 -0.932403 -vn 0.079505 -0.257514 -0.962998 -vn -0.118610 0.731885 0.671027 -vn -0.110455 0.705057 0.700496 -vn -0.085410 0.656693 0.749306 -vn -0.022626 0.493419 0.869498 -vn -0.287200 0.910408 0.297781 -vn -0.323450 0.906061 0.272825 -vn -0.481061 0.833865 0.270646 -vn -0.651208 0.641182 0.405973 -vn -0.625597 0.473965 0.619666 -vn -0.263136 0.409782 0.873406 -vn -0.737475 0.277420 0.615767 -vn -0.625955 0.157169 0.763857 -vn -0.952272 -0.028165 0.303948 -vn -0.932960 0.240870 0.267522 -vn -0.817825 0.538082 0.204034 -vn -0.531071 0.844628 -0.067574 -vn -0.260330 0.800838 -0.539339 -vn -0.328520 0.765971 -0.552597 -vn -0.808058 0.587999 0.036052 -vn -0.707884 0.548087 -0.445535 -vn -0.915803 0.401477 0.010970 -vn -0.973115 0.172225 -0.152924 -vn -0.775219 0.276871 -0.567783 -vn -0.085195 0.254031 -0.963437 -vn -0.116401 0.361964 -0.924896 -vn -0.116926 0.353084 -0.928257 -vn -0.255235 0.786487 -0.562399 -vn 0.113371 -0.732713 0.671028 -vn 0.106008 -0.771453 0.627393 -vn 0.102050 -0.809937 0.577571 -vn 0.040240 -0.970348 0.238340 -vn 0.010078 -0.999231 0.037906 -vn 0.165969 -0.160653 0.972957 -vn -0.148621 -0.967849 0.202929 -vn -0.124274 -0.985493 0.115580 -vn -0.433586 -0.877382 0.205439 -vn 0.120809 -0.609529 0.783504 -vn 0.000410 -0.577451 0.816426 -vn -0.713100 -0.471049 0.519231 -vn -0.721031 -0.581373 0.376987 -vn -0.136539 -0.321446 0.937032 -vn -0.531982 -0.827918 0.177614 -vn -0.752031 -0.609250 0.251523 -vn -0.945605 -0.084247 0.314219 -vn -0.065258 -0.984037 -0.165570 -vn -0.241416 -0.945042 -0.220488 -vn -0.179731 -0.749544 -0.637087 -vn -0.075299 -0.769321 -0.634410 -vn -0.124594 -0.612731 -0.780408 -vn -0.582566 -0.740014 -0.336149 -vn -0.001295 -0.367109 -0.930177 -vn -0.745449 -0.502907 -0.437482 -vn -0.595641 -0.333556 -0.730721 -vn -0.914409 -0.267339 0.303950 -vn -0.004885 -0.931562 -0.363550 -vn -0.002055 -0.752192 -0.658940 -vn -0.000840 -0.531337 -0.847160 -vn 0.113375 0.732729 0.671010 -vn 0.112842 0.704729 0.700445 -vn 0.121696 0.650955 0.749298 -vn 0.130934 0.476335 0.869460 -vn 0.069283 0.913568 0.400741 -vn -0.199785 0.941751 0.270539 -vn -0.199785 0.941751 0.270539 -vn -0.312055 0.902812 0.295892 -vn -0.499756 0.794500 0.344983 -vn -0.104234 0.612530 0.783545 -vn -0.615648 0.491746 0.615762 -vn -0.914409 0.267339 0.303951 -vn -0.812869 0.517379 0.267513 -vn -0.611473 0.764512 0.204015 -vn -0.159718 0.986205 0.043464 -vn -0.000138 0.842207 -0.539154 -vn -0.075663 0.830114 -0.552437 -vn -0.586769 0.808960 0.035860 -vn -0.503862 0.739962 -0.445622 -vn -0.746914 0.664830 0.011032 -vn -0.872283 0.464461 -0.152967 -vn -0.651675 0.502879 -0.567831 -vn -0.002544 0.267924 -0.963437 -vn 0.001186 0.380210 -0.924899 -vn 0.000327 0.826832 -0.562449 -vn -0.118602 -0.731876 0.671037 -vn -0.137561 -0.766464 0.627383 -vn -0.153252 -0.801829 0.577567 -vn -0.261601 -0.935288 0.238330 -vn -0.299183 -0.953441 0.037953 -vn 0.017328 -0.405161 0.914081 -vn -0.440317 -0.874623 0.202868 -vn -0.423079 -0.898687 0.115609 -vn -0.683496 -0.700479 0.205335 -vn -0.177998 -0.549305 0.816444 -vn -0.823746 -0.227637 0.519253 -vn -0.865398 -0.330131 0.376961 -vn -0.893459 -0.020095 0.448695 -vn -0.229216 -0.263500 0.937031 -vn -0.761802 -0.622991 0.177594 -vn -0.903498 -0.347010 0.251547 -vn -0.925360 0.212123 0.314186 -vn -0.366130 -0.915661 -0.165871 -vn -0.521604 -0.824196 -0.220524 -vn -0.402524 -0.657322 -0.637104 -vn -0.309320 -0.708355 -0.634471 -vn -0.307839 -0.544243 -0.780407 -vn -0.114664 -0.348729 -0.930183 -vn -0.864367 -0.247914 -0.437503 -vn -0.669551 -0.133154 -0.730733 -vn -0.764329 0.065295 -0.641512 -vn -0.292553 -0.884397 -0.363668 -vn -0.234335 -0.714680 -0.659030 -vn -0.164937 -0.505090 -0.847160 -vn 0.207296 0.100834 0.973068 -vn 0.338865 0.819523 0.462117 -vn 0.342739 0.780806 0.522371 -vn 0.101012 0.957314 0.270826 -vn -0.017775 0.955047 0.295921 -vn 0.256443 0.727923 0.635897 -vn 0.176938 0.778182 0.602599 -vn -0.373013 0.903140 0.212602 -vn 0.090150 0.614793 0.783519 -vn -0.227544 0.751141 0.619687 -vn -0.433551 0.657956 0.615733 -vn -0.786977 0.536917 0.303953 -vn -0.613251 0.743204 0.267528 -vn -0.345372 0.916016 0.204040 -vn 0.074309 0.994234 0.077306 -vn 0.175536 0.983259 0.048866 -vn 0.152823 0.987296 0.043489 -vn 0.066921 0.995459 -0.067691 -vn 0.154873 0.987005 -0.042846 -vn 0.260102 0.800931 -0.539311 -vn 0.184574 0.812744 -0.552612 -vn -0.308112 0.950670 0.035975 -vn -0.250465 0.859456 -0.445649 -vn -0.504958 0.863073 0.011072 -vn -0.686064 0.711285 -0.152936 -vn -0.464388 0.679672 -0.567793 -vn 0.080317 0.255581 -0.963446 -vn 0.118672 0.361263 -0.924882 -vn 0.113016 0.354402 -0.928238 -vn 0.255844 0.786335 -0.562336 -vn -0.393537 -0.715229 0.577560 -vn -0.338976 -0.659402 0.671032 -vn -0.367677 -0.686449 0.627377 -vn -0.537817 -0.808672 0.238333 -vn -0.579145 -0.814342 0.037932 -vn -0.197117 -0.506912 0.839158 -vn -0.249652 -0.563200 0.787705 -vn -0.622281 -0.741424 0.251111 -vn -0.816133 -0.409779 0.407441 -vn -0.877570 -0.241777 0.414023 -vn -0.870230 -0.350049 0.346650 -vn -0.853780 0.038073 0.519240 -vn -0.880144 -0.117685 0.459887 -vn -0.495076 -0.248173 0.832652 -vn -0.299355 -0.179766 0.937054 -vn -0.853977 -0.501361 0.139144 -vn -0.961573 -0.150207 0.229817 -vn -0.966512 -0.050964 0.251511 -vn -0.814549 0.487627 0.314213 -vn -0.826986 -0.525622 -0.199540 -vn -0.585936 -0.500799 -0.637087 -vn -0.513171 -0.578031 -0.634457 -vn -0.460989 -0.422408 -0.780424 -vn -0.480746 -0.520105 -0.705956 -vn -0.574349 -0.404492 -0.711695 -vn -0.216780 -0.296224 -0.930192 -vn -0.898671 0.031331 -0.437503 -vn -0.677900 0.080261 -0.730759 -vn -0.706704 0.298272 -0.641563 -vn -0.551511 -0.750775 -0.363555 -vn -0.525931 -0.722292 -0.449100 -vn -0.443731 -0.607336 -0.658974 -vn -0.312971 -0.429384 -0.847159 -vn -0.211348 -0.293194 -0.932400 -vn 0.417781 0.340824 0.842198 -vn 0.385894 0.308334 0.869492 -vn 0.362850 0.235226 0.901670 -vn 0.593109 0.698380 0.400607 -vn 0.589181 0.673894 0.445795 -vn 0.598277 0.712642 0.366342 -vn 0.391844 0.879328 0.270630 -vn 0.278202 0.913798 0.295934 -vn 0.275722 0.556796 0.783553 -vn 0.015779 0.784688 0.619690 -vn -0.072992 0.836539 0.543024 -vn 0.075478 0.339616 0.937531 -vn -0.582489 0.753873 0.303945 -vn -0.250192 0.934955 0.251520 -vn -0.045349 0.977919 0.204005 -vn 0.450499 0.891719 0.043444 -vn 0.494882 0.681369 -0.539284 -vn 0.426716 0.715982 -0.552524 -vn 0.000728 0.999350 0.036056 -vn 0.027316 0.894840 -0.445550 -vn -0.213482 0.976885 0.011008 -vn -0.432695 0.888481 -0.152894 -vn -0.231606 0.789882 -0.567843 -vn 0.155407 0.218252 -0.963439 -vn 0.224456 0.306899 -0.924896 -vn 0.216908 0.302127 -0.928262 -vn 0.486264 0.668675 -0.562513 -vn 0.582861 0.798311 -0.151566 -vn -0.372830 -0.441266 0.816261 -vn -0.446993 -0.467053 0.762927 -vn -0.455100 -0.481048 0.749318 -vn -0.561807 -0.539229 0.627380 -vn -0.595299 -0.558618 0.577551 -vn -0.761377 -0.602912 0.238331 -vn -0.802450 -0.595514 0.037902 -vn -0.820943 -0.512828 0.251117 -vn -0.964694 -0.164912 0.205353 -vn -0.809751 -0.279546 0.515904 -vn -0.800238 0.300110 0.519185 -vn -0.894133 0.241694 0.376976 -vn -0.547533 -0.083028 0.832655 -vn -0.340241 -0.078447 0.937060 -vn -0.967121 -0.212871 0.139152 -vn -0.982498 -0.056252 0.177579 -vn -0.934915 0.250404 0.251461 -vn -0.623929 0.715535 0.314202 -vn -0.948959 -0.244266 -0.199527 -vn -0.712038 -0.295174 -0.637083 -vn -0.666645 -0.391291 -0.634410 -vn -0.744042 -0.352206 -0.567761 -vn -0.914696 -0.138167 -0.379790 -vn -0.568944 -0.259311 -0.780423 -vn -0.941127 0.036395 -0.336089 -vn -0.297695 -0.214730 -0.930198 -vn -0.397109 -0.103976 -0.911863 -vn -0.845023 0.307477 -0.437487 -vn -0.619936 0.285840 -0.730736 -vn -0.718772 -0.520659 -0.460740 -vn -0.728999 -0.525688 -0.438420 -vn -0.723400 -0.524470 -0.449025 -vn -0.738411 -0.536259 -0.408871 -vn -0.529514 -0.383888 -0.756468 -vn -0.430355 -0.311656 -0.847151 -vn 0.598159 0.284172 0.749301 -vn 0.582589 0.279185 0.763312 -vn 0.528692 0.223425 0.818881 -vn 0.462322 0.174005 0.869472 -vn 0.687140 0.367195 0.626902 -vn 0.804842 0.531844 0.263384 -vn 0.808600 0.537876 0.238444 -vn 0.723018 0.680968 0.116307 -vn 0.610523 0.755527 0.237574 -vn 0.408631 0.817420 0.406011 -vn 0.426605 0.853191 0.300122 -vn 0.257495 0.741415 0.619678 -vn 0.308436 0.376897 0.873393 -vn 0.035974 0.787125 0.615743 -vn -0.267771 0.658942 0.702919 -vn -0.321114 0.896938 0.303953 -vn -0.059253 0.961733 0.267504 -vn 0.259056 0.944071 0.204008 -vn 0.639308 0.765970 -0.067648 -vn 0.681185 0.495115 -0.539303 -vn 0.626998 0.549192 -0.552504 -vn 0.309539 0.950206 0.035964 -vn 0.302518 0.842587 -0.445566 -vn 0.098853 0.995041 0.011002 -vn -0.136943 0.978698 -0.152963 -vn 0.023769 0.822841 -0.567775 -vn 0.215250 0.159547 -0.963438 -vn -0.139316 0.776922 -0.613990 -vn 0.308338 0.222525 -0.924884 -vn 0.299667 0.220316 -0.928257 -vn 0.669214 0.485717 -0.562345 -vn -0.823001 -0.352081 0.445767 -vn -0.862706 -0.348349 0.366594 -vn -0.885958 -0.348411 0.306087 -vn -0.100804 -0.207299 0.973070 -vn -0.966374 -0.158036 0.202843 -vn -0.975674 -0.186136 0.115820 -vn -0.968431 0.141341 0.205338 -vn -0.542335 -0.303232 0.783533 -vn -0.549048 -0.178848 0.816431 -vn -0.668397 0.532596 0.519218 -vn -0.775723 0.506103 0.376980 -vn -0.541395 0.711038 0.448684 -vn -0.347856 0.030527 0.937051 -vn -0.951779 0.250163 0.177583 -vn -0.811864 0.526909 0.251483 -vn -0.439469 0.842203 0.312348 -vn -0.956110 -0.241825 -0.165449 -vn -0.973406 -0.062435 -0.220413 -vn -0.912616 0.151293 -0.379792 -vn -0.883824 0.325390 -0.336120 -vn -0.572204 0.257997 -0.778473 -vn -0.612965 0.063020 -0.787593 -vn -0.687936 0.161939 -0.707474 -vn -0.679659 0.466067 -0.566433 -vn -0.708616 0.553590 -0.437495 -vn -0.708616 0.553590 -0.437495 -vn -0.719883 0.627108 -0.297496 -vn -0.572277 0.819969 -0.012268 -vn -0.939310 -0.303016 -0.160869 -vn -0.887506 -0.283218 -0.363485 -vn -0.850054 -0.275175 -0.449096 -vn -0.715909 -0.230485 -0.659053 -vn -0.650724 -0.212121 -0.729084 -vn -0.575048 -0.186888 -0.796488 -vn -0.505520 -0.163420 -0.847198 -vn 0.731895 0.118617 0.671014 -vn 0.705151 0.110442 0.700403 -vn 0.656647 0.085441 0.749343 -vn 0.493434 0.022649 0.869488 -vn 0.862145 0.207579 0.462187 -vn 0.833796 0.481167 0.270670 -vn 0.762180 0.575752 0.295959 -vn 0.641213 0.651231 0.405888 -vn 0.474037 0.625560 0.619649 -vn 0.409813 0.263160 0.873384 -vn 0.277414 0.737499 0.615741 -vn 0.157187 0.625977 0.763836 -vn -0.028196 0.952275 0.303938 -vn 0.240892 0.932957 0.267512 -vn 0.538135 0.817793 0.204022 -vn 0.848101 0.524163 0.077317 -vn 0.898669 0.435897 0.048867 -vn 0.888591 0.456637 0.043460 -vn 0.844714 0.530929 -0.067626 -vn 0.889481 0.454975 -0.042672 -vn 0.800898 0.260359 -0.539236 -vn 0.766085 0.328465 -0.552471 -vn 0.588010 0.808053 0.035980 -vn 0.548082 0.707854 -0.445588 -vn 0.401463 0.915810 0.010961 -vn 0.331431 0.935464 -0.122724 -vn 0.438066 0.744135 -0.504343 -vn 0.299266 0.667419 -0.681903 -vn 0.438066 0.744135 -0.504343 -vn 0.455779 0.645465 -0.612895 -vn 0.135249 0.668490 -0.731320 -vn 0.002700 0.513295 -0.858208 -vn 0.060684 0.213212 -0.975120 -vn 0.362096 0.116365 -0.924849 -vn 0.353114 0.116914 -0.928247 -vn 0.369949 0.122258 -0.920973 -vn 0.786443 0.255173 -0.562489 -vn -0.732702 -0.113379 0.671039 -vn -0.771459 -0.106009 0.627386 -vn -0.809942 -0.102049 0.577564 -vn -0.970354 -0.040261 0.238310 -vn -0.999230 -0.010114 0.037912 -vn -0.159972 -0.166004 0.973063 -vn -0.967873 0.148583 0.202844 -vn -0.985459 0.124396 0.115739 -vn -0.877420 0.433563 0.205324 -vn -0.633889 0.220884 0.741212 -vn -0.471053 0.713105 0.519221 -vn -0.581351 0.721082 0.376925 -vn -0.516039 -0.130450 0.846573 -vn -0.295164 0.843547 0.448672 -vn -0.321417 0.136513 0.937046 -vn -0.342931 0.417707 0.841379 -vn -0.827966 0.531918 0.177585 -vn -0.609357 0.751948 0.251511 -vn -0.157672 0.936811 0.312289 -vn -0.984034 0.065379 -0.165536 -vn -0.945069 0.241320 -0.220477 -vn -0.821202 0.425891 -0.379795 -vn -0.740010 0.582579 -0.336135 -vn -0.464490 0.422228 -0.778442 -vn -0.563522 0.249307 -0.787584 -vn -0.604231 0.366574 -0.707480 -vn -0.502382 0.653248 -0.566463 -vn -0.502884 0.745457 -0.437495 -vn -0.502884 0.745457 -0.437495 -vn -0.490912 0.818843 -0.297493 -vn -0.290864 0.956686 -0.012208 -vn -0.931565 0.004882 -0.363543 -vn -0.893520 0.000978 -0.449023 -vn -0.752110 0.002065 -0.659035 -vn -0.684411 -0.000687 -0.729096 -vn -0.604707 -0.000032 -0.796448 -vn -0.531245 0.000837 -0.847218 -vn -0.367051 0.001302 -0.930200 -vn 0.732738 -0.113364 0.671002 -vn 0.704774 -0.112809 0.700405 -vn 0.650943 -0.121689 0.749310 -vn 0.475368 -0.133097 0.869661 -vn 0.954577 -0.008153 0.297852 -vn 0.961679 0.027696 0.272776 -vn 0.941707 0.199773 0.270700 -vn 0.811053 0.421254 0.405880 -vn 0.644168 0.448426 0.619647 -vn 0.471076 0.123677 0.873379 -vn 0.491741 0.615701 0.615714 -vn 0.267391 0.914385 0.303977 -vn 0.517367 0.812878 0.267507 -vn 0.764439 0.611562 0.204024 -vn 0.986192 0.159801 0.043454 -vn 0.842128 0.000145 -0.539277 -vn 0.830062 0.075813 -0.552493 -vn 0.809046 0.586651 0.035855 -vn 0.739986 0.503856 -0.445589 -vn 0.664777 0.746960 0.011041 -vn 0.604303 0.787244 -0.122739 -vn 0.646558 0.572410 -0.504291 -vn 0.490876 0.542285 -0.681886 -vn 0.646558 0.572410 -0.504291 -vn 0.632929 0.473117 -0.612831 -vn 0.333541 0.882127 -0.332569 -vn 0.335221 0.594001 -0.731294 -vn 0.158180 0.968867 -0.190460 -vn 0.380232 -0.001185 -0.924890 -vn 0.371889 0.002095 -0.928275 -vn 0.267858 0.002551 -0.963455 -vn 0.389625 0.001964 -0.920972 -vn 0.826827 -0.000330 -0.562457 -vn -0.731871 0.118586 0.671046 -vn -0.766418 0.137558 0.627440 -vn -0.801851 0.153225 0.577544 -vn -0.935296 0.261598 0.238303 -vn -0.953454 0.299149 0.037888 -vn -0.203402 -0.108444 0.973071 -vn -0.874534 0.440509 0.202836 -vn -0.898906 0.422576 0.115751 -vn -0.700431 0.683542 0.205346 -vn -0.617010 0.073483 0.783517 -vn -0.549347 0.178029 0.816409 -vn -0.227668 0.823776 0.519192 -vn -0.330106 0.865397 0.376985 -vn -0.263508 0.229181 0.937038 -vn -0.623001 0.761796 0.177585 -vn -0.347068 0.903489 0.251499 -vn 0.212148 0.925351 0.314195 -vn -0.915720 0.366137 -0.165533 -vn -0.824170 0.521662 -0.220484 -vn -0.657308 0.402585 -0.637080 -vn -0.708443 0.309245 -0.634410 -vn -0.722292 0.394959 -0.567716 -vn -0.649415 0.658830 -0.379742 -vn -0.544227 0.307890 -0.780398 -vn -0.348714 0.114683 -0.930186 -vn -0.317521 0.260216 -0.911849 -vn -0.247917 0.864392 -0.437452 -vn -0.133145 0.669523 -0.730761 -vn -0.077474 0.874645 -0.478533 -vn -0.923731 0.302481 -0.235003 -vn -0.621752 0.202633 -0.756548 -vn -0.505086 0.165011 -0.847148 -vn 0.661838 -0.334225 0.671017 -vn 0.635439 -0.325044 0.700402 -vn 0.581461 -0.316904 0.749317 -vn 0.412533 -0.271764 0.869460 -vn 0.819535 -0.338862 0.462099 -vn 0.957375 -0.100798 0.270689 -vn 0.955045 0.017796 0.295927 -vn 0.778185 -0.176766 0.602646 -vn 0.903099 0.373108 0.212610 -vn 0.614796 -0.090117 0.783521 -vn 0.751203 0.227340 0.619686 -vn 0.657931 0.433549 0.615761 -vn 0.536985 0.786906 0.304016 -vn 0.743166 0.613320 0.267475 -vn 0.916012 0.345399 0.204016 -vn 0.994230 -0.074327 0.077343 -vn 0.983274 -0.175460 0.048853 -vn 0.987286 -0.152893 0.043474 -vn 0.995462 -0.066866 -0.067710 -vn 0.987101 -0.154293 -0.042733 -vn 0.800958 -0.260081 -0.539281 -vn 0.812837 -0.184400 -0.552533 -vn 0.950688 0.308048 0.036031 -vn 0.859456 0.250527 -0.445614 -vn 0.863115 0.504887 0.010984 -vn 0.711277 0.686076 -0.152920 -vn 0.679642 0.464411 -0.567811 -vn 0.255583 -0.080372 -0.963441 -vn 0.361303 -0.118606 -0.924874 -vn 0.786279 -0.255795 -0.562436 -vn -0.659421 0.338950 0.671027 -vn -0.686472 0.367642 0.627372 -vn -0.715223 0.393528 0.577574 -vn -0.808682 0.537801 0.238336 -vn -0.814301 0.579204 0.037898 -vn -0.279630 0.016320 0.959969 -vn -0.455060 0.866441 0.205425 -vn -0.540358 0.824916 0.165913 -vn -0.409705 0.816167 0.407446 -vn -0.241834 0.877542 0.414048 -vn -0.467440 0.339034 0.816429 -vn 0.038066 0.853825 0.519167 -vn -0.248145 0.494947 0.832737 -vn -0.179756 0.299375 0.937050 -vn -0.031967 0.539532 0.841358 -vn -0.618113 0.780322 0.095052 -vn -0.357042 0.917057 0.177560 -vn -0.050887 0.966527 0.251468 -vn 0.487689 0.814526 0.314178 -vn -0.715189 0.650272 -0.256223 -vn -0.408151 0.900632 -0.149247 -vn -0.525617 0.826987 -0.199546 -vn -0.488494 0.864152 -0.120890 -vn -0.500782 0.585945 -0.637092 -vn -0.578102 0.513155 -0.634406 -vn -0.564894 0.598720 -0.567828 -vn -0.414036 0.827268 -0.379739 -vn -0.422429 0.460972 -0.780422 -vn -0.256249 0.906274 -0.336161 -vn -0.296200 0.216834 -0.930187 -vn -0.221577 0.345618 -0.911840 -vn 0.031324 0.898640 -0.437568 -vn 0.080271 0.677905 -0.730754 -vn -0.717274 0.522726 -0.460733 -vn -0.528819 0.384795 -0.756494 -vn -0.429384 0.312998 -0.847149 -vn 0.526174 -0.522381 0.671013 -vn 0.503785 -0.505570 0.700428 -vn 0.455136 -0.481070 0.749282 -vn 0.308368 -0.385883 0.869485 -vn 0.767509 -0.567642 0.297847 -vn 0.794141 -0.543016 0.272899 -vn 0.879345 -0.391790 0.270653 -vn 0.903786 -0.135860 0.405848 -vn 0.784742 -0.015780 0.619622 -vn 0.836538 0.072982 0.543026 -vn 0.453739 -0.176935 0.873393 -vn 0.702456 0.114172 0.702510 -vn 0.759705 0.209054 0.615748 -vn 0.753767 0.582633 0.303932 -vn 0.934924 0.250356 0.251473 -vn 0.977910 0.045427 0.204033 -vn 0.891777 -0.450385 0.043435 -vn 0.681363 -0.494899 -0.539277 -vn 0.715934 -0.426815 -0.552511 -vn 0.999350 -0.000775 0.036035 -vn 0.757737 -0.148785 -0.635372 -vn 0.951607 0.281698 -0.122839 -vn 0.888474 0.432695 -0.152937 -vn 0.218188 -0.155418 -0.963452 -vn 0.695844 0.372563 -0.614002 -vn 0.306928 -0.224443 -0.924890 -vn 0.302017 -0.216935 -0.928291 -vn 0.668692 -0.486277 -0.562482 -vn -0.522406 0.526130 0.671028 -vn -0.539213 0.561798 0.627402 -vn -0.558652 0.595271 0.577547 -vn -0.602886 0.761411 0.238289 -vn -0.595521 0.802446 0.037895 -vn -0.316913 0.186907 0.929856 -vn -0.448919 0.870186 0.203096 -vn -0.478683 0.870310 0.115854 -vn -0.164927 0.964691 0.205352 -vn -0.339794 0.466958 0.816389 -vn 0.300045 0.800245 0.519212 -vn 0.241617 0.894178 0.376918 -vn -0.078428 0.340293 0.937043 -vn -0.056238 0.982494 0.177604 -vn 0.250253 0.934928 0.251561 -vn 0.665171 0.678258 0.312272 -vn -0.525909 0.834248 -0.165678 -vn -0.360083 0.906517 -0.220379 -vn -0.295167 0.712037 -0.637087 -vn -0.391291 0.666609 -0.634448 -vn -0.352219 0.743990 -0.567822 -vn -0.138163 0.914707 -0.379765 -vn -0.259301 0.569034 -0.780361 -vn 0.036393 0.941126 -0.336091 -vn -0.214683 0.297780 -0.930182 -vn -0.104008 0.397171 -0.911832 -vn 0.307500 0.845018 -0.437479 -vn 0.285839 0.619963 -0.730713 -vn 0.603000 0.797648 -0.012186 -vn -0.569547 0.787627 -0.235075 -vn -0.383995 0.529364 -0.756519 -vn -0.311580 0.430388 -0.847162 -vn 0.111526 -0.417773 0.901681 -vn 0.107732 -0.391386 0.913899 -vn 0.680864 -0.723091 0.116462 -vn 0.497656 -0.722987 0.479196 -vn 0.564719 -0.693180 0.447878 -vn 0.783176 -0.546929 0.295810 -vn 0.438076 -0.635283 0.636007 -vn 0.871341 -0.349066 0.344846 -vn 0.444373 -0.434343 0.783504 -vn 0.741466 -0.257504 0.619613 -vn 0.257977 -0.358306 0.897254 -vn 0.787114 -0.035896 0.615762 -vn 0.299704 -0.176761 0.937514 -vn 0.658951 0.267737 0.702923 -vn 0.896934 0.321108 0.303973 -vn 0.961739 0.059194 0.267497 -vn 0.944082 -0.259005 0.204022 -vn 0.766081 -0.639173 -0.067664 -vn 0.495099 -0.681204 -0.539294 -vn 0.549192 -0.626999 -0.552504 -vn 0.950180 -0.309622 0.035939 -vn 0.842543 -0.302602 -0.445593 -vn 0.995035 -0.098908 0.011076 -vn 0.992090 -0.026125 -0.122784 -vn 0.843097 -0.186609 -0.504346 -vn 0.727261 -0.078387 -0.681871 -vn 0.426278 -0.049817 -0.903220 -vn 0.222585 -0.308304 -0.924881 -vn 0.220334 -0.299660 -0.928255 -vn 0.230607 -0.314052 -0.920973 -vn 0.485727 -0.669131 -0.562435 -vn -0.342661 0.780197 0.523331 -vn -0.352072 0.823003 0.445770 -vn -0.347335 0.738763 0.577570 -vn -0.338173 0.910400 0.238350 -vn -0.318359 0.947213 0.037892 -vn -0.316991 0.582078 0.748801 -vn -0.207298 0.100818 0.973069 -vn -0.234196 0.939158 0.251264 -vn 0.141310 0.968429 0.205369 -vn -0.178822 0.549071 0.816421 -vn 0.532635 0.668386 0.519192 -vn 0.506112 0.775740 0.376932 -vn 0.030567 0.347863 0.937047 -vn 0.096406 0.985562 0.139190 -vn 0.250108 0.951786 0.177620 -vn 0.526848 0.811913 0.251452 -vn 0.842132 0.439664 0.312264 -vn 0.060825 0.977993 -0.199575 -vn -0.060740 0.768474 -0.636992 -vn -0.166122 0.754877 -0.634479 -vn -0.070846 0.621278 -0.780381 -vn -0.138181 0.694690 -0.705912 -vn 0.010345 0.702468 -0.711640 -vn 0.325408 0.883822 -0.336109 -vn -0.112204 0.349539 -0.930179 -vn 0.553523 0.708588 -0.437624 -vn 0.463422 0.501297 -0.730713 -vn -0.283291 0.887451 -0.363561 -vn -0.275128 0.850105 -0.449028 -vn -0.230461 0.715966 -0.658999 -vn -0.163379 0.505653 -0.847126 -vn 0.030115 -0.538399 0.842152 -vn 0.022657 -0.493457 0.869475 -vn -0.023004 -0.431817 0.901668 -vn 0.136900 -0.766958 0.626924 -vn 0.299189 -0.933709 0.196655 -vn 0.323134 -0.906116 0.273016 -vn 0.353496 -0.933400 0.061682 -vn 0.423897 -0.898230 0.116166 -vn 0.651204 -0.641248 0.405875 -vn 0.625549 -0.474095 0.619614 -vn 0.263069 -0.409846 0.873396 -vn 0.737525 -0.277363 0.615733 -vn 0.230336 -0.260683 0.937544 -vn 0.733778 -0.114742 0.669630 -vn 0.952251 0.028592 0.303973 -vn 0.932929 -0.241017 0.267497 -vn 0.817835 -0.538075 0.204012 -vn 0.531086 -0.844614 -0.067638 -vn 0.260373 -0.800890 -0.539241 -vn 0.328435 -0.766057 -0.552528 -vn 0.860397 -0.508620 0.031989 -vn 0.725084 -0.627787 -0.283086 -vn 0.707876 -0.548062 -0.445578 -vn 0.973108 -0.172252 -0.152937 -vn 0.775231 -0.276800 -0.567801 -vn 0.085195 -0.254018 -0.963440 -vn 0.781965 -0.107600 -0.613965 -vn 0.116383 -0.361983 -0.924891 -vn 0.116889 -0.353042 -0.928277 -vn 0.255192 -0.786458 -0.562459 -vn 0.698381 -0.644853 -0.310531 -vn 0.695624 -0.602801 -0.390816 -vn 0.491901 -0.418615 -0.763410 -vn 0.433333 -0.395223 -0.809952 -vn 0.106446 -0.119093 -0.987161 -vn 0.394207 -0.434126 -0.810022 -vn 0.564079 -0.650132 -0.509061 -vn 0.546775 -0.595618 -0.588453 -vn 0.698420 -0.698443 -0.156161 -vn 0.572445 -0.572512 -0.586973 -vn 0.416399 -0.416439 -0.808202 -vn 0.219579 -0.219608 -0.950556 -vn 0.464943 -0.829111 -0.310489 -vn 0.475308 -0.788256 -0.390812 -vn 0.397593 -0.703871 -0.588630 -vn 0.396464 -0.648473 -0.649845 -vn 0.289968 -0.509784 -0.809963 -vn 0.062080 -0.142474 -0.987850 -vn 0.240740 -0.534695 -0.810028 -vn 0.335566 -0.792621 -0.509064 -vn 0.335957 -0.735462 -0.588413 -vn 0.378009 -0.891885 -0.248297 -vn 0.431829 -0.847536 -0.308556 -vn 0.367517 -0.721365 -0.586996 -vn 0.267357 -0.524759 -0.808176 -vn 0.140981 -0.276718 -0.950553 -vn 0.185967 -0.932209 -0.310488 -vn 0.208469 -0.896585 -0.390737 -vn 0.151955 -0.627987 -0.763244 -vn 0.118266 -0.574460 -0.809944 -vn 0.016556 -0.161196 -0.986784 -vn 0.063738 -0.582895 -0.810044 -vn 0.074217 -0.857550 -0.509019 -vn 0.092268 -0.803287 -0.588402 -vn 0.154499 -0.975554 -0.156285 -vn 0.126610 -0.799650 -0.586967 -vn 0.092090 -0.581672 -0.808194 -vn 0.048561 -0.306744 -0.950553 -vn -0.060453 -0.757744 -0.649746 -vn -0.079065 -0.702256 -0.707520 -vn -0.060446 -0.757727 -0.649766 -vn -0.033502 -0.151766 -0.987849 -vn -0.119522 -0.574077 -0.810031 -vn -0.194420 -0.838552 -0.508951 -vn -0.160468 -0.792491 -0.588395 -vn -0.148829 -0.939514 -0.308487 -vn -0.126682 -0.799637 -0.586969 -vn -0.092156 -0.581612 -0.808230 -vn -0.048606 -0.306721 -0.950558 -vn -0.397498 -0.863468 -0.310514 -vn -0.358379 -0.847873 -0.390737 -vn -0.335763 -0.735363 -0.588646 -vn -0.291612 -0.701911 -0.649833 -vn -0.124239 -0.281486 -0.951489 -vn -0.078755 -0.133981 -0.987850 -vn -0.291092 -0.509053 -0.810019 -vn -0.444011 -0.737380 -0.509043 -vn -0.397503 -0.704109 -0.588407 -vn -0.499365 -0.830090 -0.248165 -vn -0.431865 -0.847532 -0.308516 -vn -0.367579 -0.721334 -0.586995 -vn -0.267364 -0.524685 -0.808222 -vn -0.644840 -0.698370 -0.310581 -vn -0.602833 -0.695619 -0.390778 -vn -0.395244 -0.433335 -0.809940 -vn -0.418677 -0.492055 -0.763277 -vn -0.434127 -0.394190 -0.810030 -vn -0.470432 -0.397753 -0.787709 -vn -0.455165 -0.394470 -0.798259 -vn -0.650092 -0.564062 -0.509132 -vn -0.595627 -0.546811 -0.588409 -vn -0.698444 -0.698427 -0.156123 -vn -0.572501 -0.572443 -0.586986 -vn -0.416429 -0.416384 -0.808215 -vn -0.219618 -0.219578 -0.950554 -vn -0.829101 -0.464944 -0.310514 -vn -0.788295 -0.475318 -0.390722 -vn -0.509770 -0.290004 -0.809958 -vn -0.550111 -0.338564 -0.763382 -vn -0.534718 -0.240735 -0.810015 -vn -0.570306 -0.232912 -0.787720 -vn -0.554725 -0.234516 -0.798299 -vn -0.792630 -0.335571 -0.509048 -vn -0.735453 -0.335975 -0.588413 -vn -0.880081 -0.448405 -0.156176 -vn -0.721362 -0.367515 -0.587000 -vn -0.524729 -0.267327 -0.808206 -vn -0.276721 -0.140969 -0.950554 -vn -0.932195 -0.185963 -0.310531 -vn -0.896589 -0.208425 -0.390752 -vn -0.792265 -0.160610 -0.588660 -vn -0.739249 -0.176658 -0.649849 -vn -0.154654 -0.015033 -0.987854 -vn -0.582964 -0.063725 -0.809995 -vn -0.857505 -0.074222 -0.509093 -vn -0.803277 -0.092268 -0.588415 -vn -0.975570 -0.154494 -0.156187 -vn -0.799643 -0.126619 -0.586975 -vn -0.581628 -0.092089 -0.808225 -vn -0.306750 -0.048558 -0.950551 -vn -0.757732 0.060458 -0.649760 -vn -0.702234 0.079064 -0.707543 -vn -0.757706 0.060442 -0.649792 -vn -0.449879 0.048725 -0.891759 -vn -0.151761 0.033503 -0.987849 -vn -0.574110 0.119527 -0.810007 -vn -0.838484 0.194393 -0.509073 -vn -0.792479 0.160469 -0.588410 -vn -0.880386 0.139462 -0.453289 -vn -0.699244 0.110785 -0.706247 -vn -0.449765 0.071262 -0.890300 -vn -0.863468 0.397480 -0.310536 -vn -0.847840 0.358406 -0.390785 -vn -0.735370 0.335751 -0.588644 -vn -0.534246 0.241979 -0.809955 -vn -0.597109 0.246215 -0.763439 -vn -0.509065 0.291075 -0.810018 -vn -0.523607 0.324440 -0.787765 -vn -0.515728 0.310908 -0.798349 -vn -0.737393 0.443990 -0.509043 -vn -0.704066 0.397524 -0.588443 -vn -0.847541 0.431866 -0.308491 -vn -0.721350 0.367577 -0.586977 -vn -0.524712 0.267388 -0.808196 -vn -0.276685 0.141011 -0.950558 -vn -0.698397 0.644848 -0.310505 -vn -0.695635 0.602774 -0.390839 -vn -0.595646 0.546544 -0.588639 -vn -0.577517 0.494285 -0.649736 -vn -0.433344 0.395249 -0.809933 -vn -0.106454 0.119104 -0.987158 -vn -0.394214 0.434120 -0.810022 -vn -0.564063 0.650139 -0.509071 -vn -0.546794 0.595630 -0.588423 -vn -0.635119 0.731439 -0.248237 -vn -0.672604 0.672639 -0.308482 -vn -0.572431 0.572500 -0.586998 -vn -0.416375 0.416437 -0.808216 -vn -0.219576 0.219612 -0.950556 -vn -0.464939 0.829110 -0.310496 -vn -0.475316 0.788303 -0.390709 -vn -0.338484 0.550106 -0.763421 -vn -0.289992 0.509802 -0.809942 -vn -0.062077 0.142470 -0.987851 -vn -0.240760 0.534698 -0.810020 -vn -0.335576 0.792617 -0.509066 -vn -0.335977 0.735459 -0.588405 -vn -0.448413 0.880077 -0.156172 -vn -0.367505 0.721367 -0.587000 -vn -0.267317 0.524735 -0.808205 -vn -0.140996 0.276717 -0.950551 -vn -0.185968 0.932203 -0.310505 -vn -0.208405 0.896564 -0.390820 -vn -0.160609 0.792256 -0.588673 -vn -0.176688 0.739328 -0.649751 -vn -0.015030 0.154689 -0.987849 -vn -0.063735 0.582916 -0.810029 -vn -0.074228 0.857535 -0.509043 -vn -0.092264 0.803265 -0.588433 -vn -0.154500 0.975565 -0.156213 -vn -0.126612 0.799645 -0.586973 -vn -0.092090 0.581667 -0.808198 -vn -0.048555 0.306719 -0.950561 -vn 0.060454 0.757741 -0.649749 -vn 0.079062 0.702224 -0.707553 -vn 0.060445 0.757697 -0.649801 -vn 0.033501 0.151760 -0.987850 -vn 0.119529 0.574107 -0.810009 -vn 0.194397 0.838496 -0.509052 -vn 0.160466 0.792459 -0.588439 -vn 0.148827 0.939511 -0.308497 -vn 0.126684 0.799642 -0.586961 -vn 0.092162 0.581655 -0.808198 -vn 0.048605 0.306722 -0.950557 -vn 0.397492 0.863467 -0.310524 -vn 0.358353 0.847883 -0.390739 -vn 0.335755 0.735348 -0.588670 -vn 0.291626 0.701955 -0.649780 -vn 0.124244 0.281496 -0.951485 -vn 0.078751 0.133985 -0.987849 -vn 0.291086 0.509049 -0.810023 -vn 0.444035 0.737341 -0.509079 -vn 0.397488 0.704093 -0.588435 -vn 0.499353 0.830061 -0.248286 -vn 0.431861 0.847527 -0.308536 -vn 0.367583 0.721342 -0.586983 -vn 0.267388 0.524710 -0.808198 -vn 0.644879 0.698372 -0.310497 -vn 0.602852 0.695596 -0.390790 -vn 0.546559 0.595615 -0.588656 -vn 0.494269 0.577488 -0.649773 -vn 0.229542 0.205566 -0.951343 -vn 0.434124 0.394175 -0.810038 -vn 0.650126 0.564094 -0.509053 -vn 0.595618 0.546811 -0.588419 -vn 0.698429 0.698428 -0.156188 -vn 0.572514 0.572455 -0.586960 -vn 0.322003 0.321961 -0.890312 -vn 0.829097 0.464947 -0.310521 -vn 0.788345 0.475318 -0.390622 -vn 0.550163 0.338450 -0.763395 -vn 0.509768 0.290004 -0.809959 -vn 0.142470 0.062100 -0.987849 -vn 0.534708 0.240733 -0.810021 -vn 0.792617 0.335592 -0.509055 -vn 0.735448 0.335989 -0.588412 -vn 0.794220 0.404644 -0.453296 -vn 0.524735 0.267328 -0.808201 -vn 0.276722 0.140971 -0.950554 -vn 0.932196 0.185962 -0.310530 -vn 0.896576 0.208412 -0.390789 -vn 0.574482 0.118276 -0.809927 -vn 0.627850 0.151926 -0.763363 -vn 0.582955 0.063725 -0.810001 -vn 0.614409 0.045306 -0.787686 -vn 0.600023 0.051654 -0.798314 -vn 0.857531 0.074187 -0.509056 -vn 0.803267 0.092265 -0.588430 -vn 0.880386 0.139412 -0.453305 -vn 0.581627 0.092086 -0.808227 -vn 0.306724 0.048558 -0.950559 -vn 0.944042 -0.111208 -0.310511 -vn 0.917111 -0.078816 -0.390762 -vn 0.803108 -0.092077 -0.588677 -vn 0.757737 -0.060406 -0.649759 -vn 0.582862 -0.065043 -0.809964 -vn 0.159542 -0.034404 -0.986592 -vn 0.574133 -0.119521 -0.809991 -vn 0.838459 -0.194434 -0.509099 -vn 0.792468 -0.160470 -0.588425 -vn 0.939509 -0.148826 -0.308502 -vn 0.799634 -0.126681 -0.586973 -vn 0.581655 -0.092158 -0.808199 -vn 0.306708 -0.048601 -0.950562 -vn 0.863483 -0.397468 -0.310510 -vn 0.847851 -0.358404 -0.390762 -vn 0.735386 -0.335751 -0.588625 -vn 0.701938 -0.291604 -0.649808 -vn 0.534236 -0.241977 -0.809962 -vn 0.133966 -0.078760 -0.987851 -vn 0.509075 -0.291079 -0.810010 -vn 0.737405 -0.443955 -0.509056 -vn 0.704084 -0.397512 -0.588430 -vn 0.830109 -0.499365 -0.248098 -vn 0.847520 -0.431874 -0.308536 -vn 0.721355 -0.367580 -0.586969 -vn 0.524716 -0.267388 -0.808194 -vn 0.276679 -0.141006 -0.950561 -vn -0.767952 0.070497 -0.636616 -vn -0.918134 0.000000 -0.396269 -vn -0.767999 -0.070067 -0.636606 -vn -0.815887 -0.139872 -0.561039 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn 0.668553 -0.114965 -0.734724 -vn 0.528669 -0.187095 -0.827952 -vn 0.639528 -0.226290 -0.734708 -vn 0.489433 -0.273738 -0.827963 -vn 0.592084 -0.331123 -0.734707 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.592084 -0.331123 -0.734707 -vn 0.436114 -0.352506 -0.827976 -vn 0.527580 -0.426415 -0.734731 -vn 0.370251 -0.421186 -0.827959 -vn 0.447963 -0.509439 -0.734712 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.447963 -0.509439 -0.734712 -vn 0.293805 -0.477676 -0.827952 -vn 0.355426 -0.577863 -0.734675 -vn 0.208857 -0.520469 -0.827944 -vn 0.252660 -0.629583 -0.734702 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.252660 -0.629583 -0.734702 -vn 0.117836 -0.548262 -0.827963 -vn 0.142582 -0.663185 -0.734749 -vn 0.028491 -0.677770 -0.734722 -vn -0.071528 -0.556229 -0.827945 -vn -0.086480 -0.672851 -0.734706 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.086480 -0.672851 -0.734706 -vn -0.164488 -0.536162 -0.827934 -vn -0.198933 -0.648515 -0.734748 -vn -0.252721 -0.500610 -0.827962 -vn -0.305699 -0.605607 -0.734703 -vn -0.333699 -0.450696 -0.827960 -vn -0.403624 -0.545232 -0.734717 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.403624 -0.545232 -0.734717 -vn -0.405044 -0.387852 -0.827955 -vn -0.489916 -0.469140 -0.734772 -vn -0.464800 -0.313794 -0.827946 -vn -0.562169 -0.379609 -0.734753 -vn -0.618324 -0.279129 -0.734685 -vn -0.542831 -0.141030 -0.827916 -vn -0.542661 0.141597 -0.827931 -vn -0.656432 0.171237 -0.734694 -vn -0.510915 0.231274 -0.827936 -vn -0.618035 0.279736 -0.734698 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.618035 0.279736 -0.734698 -vn -0.464450 0.314275 -0.827960 -vn -0.561799 0.380107 -0.734780 -vn -0.489534 0.469649 -0.734701 -vn -0.333245 0.451034 -0.827959 -vn -0.403151 0.545602 -0.734703 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.403151 0.545602 -0.734703 -vn -0.252209 0.500857 -0.827969 -vn -0.305105 0.605832 -0.734765 -vn -0.163944 0.536313 -0.827944 -vn -0.198347 0.648738 -0.734709 -vn -0.070950 0.556306 -0.827943 -vn -0.085859 0.672933 -0.734704 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn -0.085859 0.672933 -0.734704 -vn 0.024084 0.560268 -0.827961 -vn 0.029101 0.677742 -0.734724 -vn 0.118421 0.548139 -0.827962 -vn 0.143227 0.663090 -0.734709 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.143227 0.663090 -0.734709 -vn 0.209383 0.520219 -0.827968 -vn 0.253220 0.629333 -0.734725 -vn 0.294242 0.477361 -0.827978 -vn 0.355934 0.577479 -0.734731 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.355934 0.577479 -0.734731 -vn 0.370737 0.420788 -0.827944 -vn 0.448420 0.509044 -0.734707 -vn 0.436464 0.352072 -0.827976 -vn 0.527986 0.425934 -0.734718 -vn 0.489720 0.273249 -0.827955 -vn 0.592369 0.330562 -0.734730 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.592369 0.330562 -0.734730 -vn 0.528848 0.186542 -0.827962 -vn 0.639716 0.225697 -0.734727 -vn 0.668660 0.114331 -0.734726 -vn 0.560808 -0.000293 -0.827946 -vn 0.678356 -0.000318 -0.734733 -vn 0.678356 -0.000318 -0.734733 -vn 0.552676 -0.095071 -0.827956 -vn -0.429081 -0.036281 -0.902537 -vn -0.356949 -0.240959 -0.902511 -vn -0.416685 0.108751 -0.902522 -vn 0.988556 0.150855 0.000000 -vn 0.988556 0.150854 0.000000 -vn 0.974927 0.222523 0.000000 -vn 0.974929 0.222515 0.000000 -vn 0.956111 0.293005 0.000000 -vn 0.956115 0.292991 0.000000 -vn 0.205767 0.978601 -0.000011 -vn 0.286211 0.958167 0.000049 -vn 0.288332 0.957531 -0.000008 -vn 0.439889 0.898052 0.000091 -vn 0.591920 0.805997 -0.000001 -vn 0.824990 0.565148 0.000054 -vn 0.910545 0.413411 0.000000 -vn 0.966988 0.254823 0.000027 -vn 0.996376 0.085053 0.000003 -vn 0.967005 -0.254756 0.000027 -vn 0.827372 -0.561655 0.000008 -vn 0.716982 -0.697092 0.000065 -vn 0.446563 -0.894752 0.000007 -vn 0.286645 -0.958037 0.000050 -vn 0.205778 -0.978599 0.000010 -vn 0.675262 0.737578 -0.000009 -vn 0.673611 0.739087 0.000050 -vn 0.786025 0.618195 0.000091 -vn 0.790577 0.612362 -0.000003 -vn 0.948182 0.317727 0.000065 -vn 0.949817 0.312805 0.000000 -vn 0.999807 -0.019631 0.000040 -vn 0.999743 -0.022660 0.000000 -vn 0.934889 -0.354939 0.000014 -vn 0.860400 -0.509620 0.000014 -vn 0.762011 -0.647564 0.000002 -vn 0.639030 -0.769182 0.000039 -vn 0.347623 -0.937634 0.000010 -vn 0.343593 -0.939119 0.000065 -vn -0.155661 -0.987811 0.000006 -vn -0.157373 -0.987539 0.000050 -vn 0.893493 0.449077 -0.000012 -vn 0.927565 0.373661 0.000049 -vn 0.928409 0.371560 -0.000009 -vn 0.976426 0.215852 0.000090 -vn 0.999203 0.039914 0.000001 -vn 0.956220 -0.292648 0.000052 -vn 0.955031 -0.296508 0.000000 -vn 0.802154 -0.597117 0.000027 -vn 0.800941 -0.598743 0.000000 -vn 0.405462 -0.914112 0.000002 -vn 0.403834 -0.914832 0.000025 -vn 0.076621 -0.997060 0.000007 -vn -0.097922 -0.995194 0.000065 -vn -0.421040 -0.907042 0.000006 -vn -0.570278 -0.821452 0.000049 -vn -0.636841 -0.770995 0.000008 -vn 0.999854 0.017116 -0.000011 -vn 0.997827 -0.065888 0.000049 -vn 0.997681 -0.068067 -0.000009 -vn 0.973380 -0.229198 0.000090 -vn 0.917558 -0.397602 0.000000 -vn 0.839532 -0.543311 0.000065 -vn 0.731762 -0.681561 0.000001 -vn 0.608047 -0.793901 0.000038 -vn 0.304726 -0.952440 0.000001 -vn 0.138020 -0.990429 0.000014 -vn -0.202882 -0.979203 0.000041 -vn -0.363678 -0.931525 0.000007 -vn -0.520041 -0.854142 0.000064 -vn -0.654083 -0.756422 0.000013 -vn -0.869424 -0.494066 0.000006 -vn -0.870183 -0.492728 0.000050 -vn 0.869383 -0.494138 -0.000007 -vn 0.870400 -0.492346 0.000050 -vn 0.777570 -0.628796 0.000092 -vn 0.772932 -0.634489 -0.000002 -vn 0.516304 -0.856406 0.000000 -vn 0.367413 -0.930058 0.000051 -vn 0.200365 -0.979721 0.000001 -vn 0.033333 -0.999444 0.000029 -vn -0.305350 -0.952240 0.000013 -vn -0.461788 -0.886990 0.000002 -vn -0.607665 -0.794194 0.000039 -vn -0.836754 -0.547579 0.000010 -vn -0.839175 -0.543862 0.000065 -vn -0.971675 -0.236322 0.000007 -vn -0.997805 -0.066228 0.000049 -vn -0.999854 0.017103 0.000010 -vn 0.568849 -0.822442 -0.000008 -vn 0.570685 -0.821169 0.000049 -vn 0.427848 -0.903851 0.000089 -vn 0.261206 -0.965283 0.000000 -vn -0.072445 -0.997373 0.000053 -vn -0.076629 -0.997060 0.000000 -vn -0.403652 -0.914913 0.000024 -vn -0.405530 -0.914082 0.000001 -vn -0.800816 -0.598911 0.000003 -vn -0.802162 -0.597107 0.000027 -vn -0.955056 -0.296425 0.000009 -vn -0.956009 -0.293336 0.000052 -vn -0.999206 0.039830 0.000012 -vn -0.998974 0.045296 0.000079 -vn -0.928467 0.371414 0.000006 -vn -0.927688 0.373356 0.000049 -vn 0.155682 -0.987807 -0.000007 -vn 0.157830 -0.987466 0.000050 -vn -0.006741 -0.999977 0.000090 -vn -0.014140 -0.999900 -0.000002 -vn -0.342835 -0.939396 0.000066 -vn -0.501472 -0.865174 0.000000 -vn -0.638770 -0.769398 0.000041 -vn -0.761926 -0.647664 0.000001 -vn -0.860392 -0.509633 0.000013 -vn -0.981384 -0.192056 0.000001 -vn -0.981799 -0.189924 0.000027 -vn -0.989095 0.147279 0.000008 -vn -0.948408 0.317054 0.000066 -vn -0.883008 0.469358 0.000013 -vn -0.675256 0.737583 0.000005 -vn -0.673857 0.738862 0.000050 -vn -0.288417 -0.957505 -0.000009 -vn -0.286125 -0.958192 0.000051 -vn -0.439956 -0.898019 0.000091 -vn -0.446561 -0.894753 -0.000004 -vn -0.720017 -0.693957 0.000000 -vn -0.825044 -0.565069 0.000052 -vn -0.967521 -0.252791 0.000000 -vn -0.996298 -0.085965 0.000013 -vn -0.966984 0.254837 0.000026 -vn -0.910610 0.413266 0.000005 -vn -0.825291 0.564707 0.000051 -vn -0.720079 0.693892 0.000011 -vn -0.587431 0.809274 0.000077 -vn -0.288300 0.957540 0.000006 -vn -0.286645 0.958037 0.000050 -vn -0.675217 -0.737619 -0.000009 -vn -0.673565 -0.739128 0.000051 -vn -0.786068 -0.618140 0.000092 -vn -0.790563 -0.612380 -0.000003 -vn -0.949795 -0.312873 0.000001 -vn -0.988504 -0.151196 0.000053 -vn -0.999743 0.022662 0.000000 -vn -0.934918 0.354863 0.000015 -vn -0.934631 0.355618 0.000002 -vn -0.760738 0.649059 0.000025 -vn -0.501622 0.865087 0.000007 -vn -0.498569 0.866850 0.000052 -vn -0.183510 0.983018 0.000013 -vn -0.178189 0.983996 0.000079 -vn 0.155634 0.987815 0.000006 -vn 0.157441 0.987528 0.000050 -vn -0.893282 -0.449497 -0.000011 -vn -0.927622 -0.373521 0.000050 -vn -0.928349 -0.371711 -0.000009 -vn -0.976428 -0.215845 0.000091 -vn -0.999207 -0.039824 0.000000 -vn -0.992126 0.125247 0.000065 -vn -0.892249 0.451543 0.000039 -vn -0.890850 0.454298 0.000001 -vn -0.688453 0.725281 0.000016 -vn -0.554615 0.832107 0.000006 -vn -0.403801 0.914847 0.000026 -vn -0.244585 0.969628 0.000006 -vn -0.073135 0.997322 0.000053 -vn 0.093644 0.995606 0.000009 -vn 0.266410 0.963860 0.000077 -vn 0.421106 0.907011 0.000007 -vn 0.570320 0.821423 0.000049 -vn 0.636841 0.770995 0.000010 -vn -0.997693 0.067891 -0.000008 -vn -0.997821 0.065976 0.000050 -vn -0.973489 0.228733 0.000091 -vn -0.917524 0.397680 -0.000003 -vn -0.734591 0.678510 0.000052 -vn -0.731761 0.681561 0.000001 -vn -0.463667 0.886010 0.000026 -vn -0.138760 0.990326 0.000004 -vn 0.033098 0.999452 0.000026 -vn 0.200365 0.979721 0.000005 -vn 0.366850 0.930280 0.000050 -vn 0.516304 0.856405 0.000012 -vn 0.658231 0.752816 0.000077 -vn 0.869377 0.494149 0.000005 -vn 0.870184 0.492728 0.000050 -vn -0.869298 0.494288 -0.000009 -vn -0.870486 0.492193 0.000051 -vn -0.777654 0.628692 0.000091 -vn -0.654128 0.756384 0.000000 -vn -0.367447 0.930045 0.000052 -vn -0.363613 0.931550 -0.000001 -vn -0.033290 0.999446 0.000025 -vn -0.031245 0.999512 0.000001 -vn 0.305350 0.952240 0.000014 -vn 0.461787 0.886991 0.000001 -vn 0.734134 0.679005 0.000052 -vn 0.836795 0.547517 0.000010 -vn 0.919663 0.392709 0.000079 -vn 0.971696 0.236236 0.000003 -vn 0.997793 0.066406 0.000049 -vn 0.999851 -0.017277 0.000010 -vn -0.636851 0.770987 -0.000011 -vn -0.570642 0.821199 0.000049 -vn -0.568849 0.822442 -0.000009 -vn -0.427782 0.903882 0.000089 -vn -0.261191 0.965287 0.000000 -vn 0.072484 0.997370 0.000053 -vn 0.244565 0.969633 0.000001 -vn 0.403682 0.914899 0.000025 -vn 0.688185 0.725535 0.000013 -vn 0.801012 0.598649 0.000002 -vn 0.892068 0.451901 0.000039 -vn 0.991477 0.130284 0.000010 -vn 0.992038 0.125938 0.000065 -vn 0.977980 -0.208701 0.000007 -vn 0.927781 -0.373126 0.000049 -vn 0.893429 -0.449205 0.000010 -vn -0.155655 0.987812 -0.000008 -vn -0.157871 0.987460 0.000050 -vn 0.006739 0.999977 0.000091 -vn 0.183505 0.983019 0.000001 -vn 0.498059 0.867143 0.000054 -vn 0.641070 0.767482 0.000000 -vn 0.760627 0.649189 0.000027 -vn 0.934602 0.355696 0.000003 -vn 0.981785 0.189995 0.000027 -vn 0.999741 0.022747 0.000006 -vn 0.948434 -0.316975 0.000066 -vn 0.882999 -0.469374 0.000013 -vn 0.675213 -0.737623 0.000005 -vn 0.673991 -0.738739 0.000049 -vn -0.665252 0.201272 -0.718978 -vn -0.662321 0.202977 -0.721201 -vn -0.687990 0.157019 -0.708530 -vn -0.686721 0.107304 -0.718957 -vn 0.051910 0.702048 -0.710235 -vn -0.017739 0.707554 -0.706436 -vn -0.034027 0.706402 -0.706992 -vn -0.245534 0.662428 -0.707744 -vn -0.454005 0.541710 -0.707411 -vn -0.609118 0.359122 -0.707111 -vn -0.609949 0.357573 -0.707180 -vn -0.693530 0.137333 -0.707217 -vn -0.698887 -0.107528 -0.707104 -vn -0.670898 -0.221571 -0.707674 -vn -0.563450 -0.423110 -0.709578 -vn -0.482625 -0.531561 -0.696072 -vn -0.257888 0.654992 -0.710267 -vn -0.322954 0.629783 -0.706452 -vn -0.337193 0.621697 -0.706961 -vn -0.582976 0.400064 -0.707169 -vn -0.704627 0.059206 -0.707104 -vn -0.684435 0.176940 -0.707277 -vn -0.704725 0.057608 -0.707138 -vn -0.684376 -0.177161 -0.707279 -vn -0.643037 -0.294091 -0.707116 -vn -0.508292 -0.490792 -0.707646 -vn -0.324076 -0.625715 -0.709546 -vn -0.204248 -0.688371 -0.696009 -vn -0.512021 0.469982 -0.718993 -vn -0.508645 0.470251 -0.721210 -vn -0.551731 0.439960 -0.708539 -vn -0.572119 0.394638 -0.718986 -vn -0.686711 -0.107306 -0.718967 -vn -0.684825 -0.104521 -0.721172 -vn -0.688008 -0.157017 -0.708513 -vn -0.665244 -0.201279 -0.718984 -vn 0.351348 0.609927 -0.710312 -vn 0.291034 0.645144 -0.706462 -vn 0.275909 0.651194 -0.706980 -vn 0.066176 0.703367 -0.707739 -vn -0.171083 0.686009 -0.707194 -vn -0.174064 0.685058 -0.707388 -vn -0.394324 0.586882 -0.707162 -vn -0.565204 0.424699 -0.707231 -vn -0.566601 0.422977 -0.707144 -vn -0.674848 0.209777 -0.707513 -vn -0.705841 -0.029601 -0.707752 -vn -0.691197 -0.136673 -0.709625 -vn -0.665567 -0.269402 -0.696019 -vn -0.516503 0.478351 -0.710215 -vn -0.564218 0.427225 -0.706496 -vn -0.573550 0.413915 -0.706905 -vn -0.670961 0.221073 -0.707769 -vn -0.699007 0.103382 -0.707603 -vn -0.698829 0.107512 -0.707163 -vn -0.694006 -0.135192 -0.707162 -vn -0.659950 -0.253909 -0.707104 -vn -0.539758 -0.456581 -0.707245 -vn -0.354633 -0.611239 -0.707546 -vn -0.351683 -0.613437 -0.707117 -vn -0.128154 -0.694692 -0.707799 -vn 0.086129 -0.703782 -0.705176 -vn -0.257448 0.645649 -0.718928 -vn -0.254308 0.644440 -0.721128 -vn -0.306168 0.635753 -0.708575 -vn -0.552381 -0.440466 -0.707718 -vn -0.572124 -0.394646 -0.718977 -vn -0.551743 -0.439960 -0.708530 -vn -0.508625 -0.470257 -0.721220 -vn 0.611928 0.346995 -0.710731 -vn 0.625224 0.352699 -0.696203 -vn 0.542126 0.455003 -0.706450 -vn 0.467337 0.530580 -0.707164 -vn 0.364789 0.605009 -0.707738 -vn 0.140404 0.692677 -0.707450 -vn -0.100601 0.699850 -0.707170 -vn -0.216095 0.673319 -0.707068 -vn -0.427374 0.563025 -0.707357 -vn -0.591603 0.386289 -0.707663 -vn -0.594341 0.383027 -0.707141 -vn -0.682679 0.173250 -0.709883 -vn -0.716552 0.045889 -0.696022 -vn -0.652887 0.261943 -0.710721 -vn -0.665605 0.268874 -0.696188 -vn -0.693746 0.140082 -0.706466 -vn -0.706196 0.034601 -0.707171 -vn -0.700453 -0.091917 -0.707755 -vn -0.629092 -0.322067 -0.707472 -vn -0.485600 -0.514025 -0.707086 -vn -0.484411 -0.515016 -0.707181 -vn -0.173753 -0.685106 -0.707417 -vn -0.171028 -0.686142 -0.707077 -vn 0.066739 -0.703329 -0.707725 -vn 0.287100 -0.643456 -0.709605 -vn 0.298210 -0.642780 -0.705624 -vn 0.383047 -0.596692 -0.705148 -vn 0.048193 0.693366 -0.718972 -vn 0.050503 0.690917 -0.721168 -vn 0.000000 0.705639 -0.708571 -vn -0.050503 0.690917 -0.721168 -vn -0.048193 0.693366 -0.718972 -vn -0.306538 -0.636497 -0.707747 -vn -0.344271 -0.603807 -0.718954 -vn -0.306185 -0.635768 -0.708555 -vn -0.254259 -0.644426 -0.721157 -vn 0.701891 0.047174 -0.710721 -vn 0.716312 0.046397 -0.696235 -vn 0.686294 0.173368 -0.706360 -vn 0.674012 0.217508 -0.705973 -vn 0.591218 0.386667 -0.707779 -vn 0.427054 0.563171 -0.707434 -vn 0.214547 0.673764 -0.707115 -vn 0.097602 0.700291 -0.707154 -vn -0.140704 0.692701 -0.707367 -vn -0.143580 0.692343 -0.707139 -vn -0.365406 0.604767 -0.707626 -vn -0.537831 0.455181 -0.709612 -vn -0.625662 0.352341 -0.695991 -vn -0.701908 -0.047116 -0.710707 -vn -0.716312 -0.046395 -0.696236 -vn -0.685865 -0.174685 -0.706452 -vn -0.651249 -0.275296 -0.707168 -vn -0.516725 -0.481951 -0.707614 -vn -0.097141 -0.700386 -0.707123 -vn 0.022586 -0.706725 -0.707127 -vn 0.020422 -0.706659 -0.707259 -vn 0.140659 -0.692672 -0.707404 -vn 0.365418 -0.604758 -0.707628 -vn 0.537829 -0.455181 -0.709612 -vn 0.625587 -0.352328 -0.696064 -vn 0.306172 0.635765 -0.708563 -vn 0.254308 0.644440 -0.721128 -vn 0.257440 0.645631 -0.718948 -vn 0.344248 0.603789 -0.718980 -vn -0.048192 -0.693366 -0.718972 -vn -0.050503 -0.690917 -0.721168 -vn 0.000000 -0.705641 -0.708570 -vn 0.000000 -0.706448 -0.707765 -vn 0.050499 -0.690922 -0.721163 -vn 0.652813 -0.262214 -0.710689 -vn 0.665628 -0.268882 -0.696162 -vn 0.693738 -0.140241 -0.706441 -vn 0.706198 -0.034581 -0.707169 -vn 0.674675 0.210065 -0.707592 -vn 0.566599 0.423008 -0.707128 -vn 0.565160 0.424714 -0.707257 -vn 0.391770 0.588551 -0.707194 -vn 0.173761 0.685138 -0.707384 -vn 0.050711 0.705251 -0.707142 -vn 0.050711 0.705251 -0.707142 -vn -0.066753 0.703395 -0.707658 -vn -0.071083 0.703491 -0.707140 -vn -0.287100 0.643450 -0.709610 -vn -0.298203 0.642748 -0.705656 -vn -0.383014 0.596787 -0.705086 -vn -0.611930 -0.346996 -0.710729 -vn -0.625203 -0.352685 -0.696229 -vn -0.542119 -0.454999 -0.706458 -vn -0.467332 -0.530574 -0.707172 -vn -0.256441 -0.658459 -0.707580 -vn -0.022629 -0.706735 -0.707116 -vn -0.020270 -0.706615 -0.707308 -vn 0.215918 -0.673284 -0.707155 -vn 0.326961 -0.626948 -0.707130 -vn 0.517070 -0.481738 -0.707507 -vn 0.648762 -0.279561 -0.707781 -vn 0.682061 -0.176789 -0.709604 -vn 0.716531 -0.045887 -0.696044 -vn 0.551703 0.439953 -0.708566 -vn 0.508666 0.470236 -0.721206 -vn 0.512032 0.469978 -0.718988 -vn 0.572118 0.394636 -0.718988 -vn 0.257418 -0.645627 -0.718959 -vn 0.254268 -0.644429 -0.721151 -vn 0.306183 -0.635772 -0.708552 -vn 0.306536 -0.636500 -0.707745 -vn 0.345263 -0.600582 -0.721176 -vn 0.516485 -0.478288 -0.710270 -vn 0.564183 -0.427338 -0.706455 -vn 0.573545 -0.413896 -0.706920 -vn 0.671008 -0.221114 -0.707713 -vn 0.699021 -0.103470 -0.707576 -vn 0.698857 -0.107441 -0.707146 -vn 0.694016 0.135200 -0.707151 -vn 0.659913 0.253859 -0.707157 -vn 0.453800 0.541929 -0.707374 -vn 0.351692 0.613415 -0.707131 -vn 0.245083 0.662653 -0.707690 -vn -0.086115 0.703878 -0.705081 -vn -0.400681 -0.578143 -0.710779 -vn -0.410309 -0.589072 -0.696161 -vn -0.291024 -0.645177 -0.706436 -vn -0.190838 -0.680790 -0.707182 -vn 0.054710 -0.704485 -0.707607 -vn 0.286263 -0.646543 -0.707133 -vn 0.394410 -0.586824 -0.707163 -vn 0.629315 -0.321822 -0.707385 -vn 0.630792 -0.319467 -0.707137 -vn 0.700668 -0.091367 -0.707613 -vn 0.691197 0.136646 -0.709630 -vn 0.665529 0.269481 -0.696026 -vn 0.686717 0.107301 -0.718962 -vn 0.684817 0.104520 -0.721181 -vn 0.687962 0.157016 -0.708558 -vn 0.665246 0.201278 -0.718982 -vn 0.512029 -0.469981 -0.718988 -vn 0.508662 -0.470249 -0.721200 -vn 0.551725 -0.439951 -0.708550 -vn 0.572125 -0.394634 -0.718983 -vn 0.257900 -0.654999 -0.710256 -vn 0.322946 -0.629812 -0.706429 -vn 0.337183 -0.621679 -0.706982 -vn 0.582963 -0.400083 -0.707169 -vn 0.584905 -0.396468 -0.707601 -vn 0.704736 -0.057608 -0.707127 -vn 0.704486 0.060917 -0.707099 -vn 0.643981 0.291281 -0.707421 -vn 0.508333 0.490784 -0.707622 -vn 0.324084 0.625673 -0.709579 -vn 0.204258 0.688401 -0.695977 -vn -0.051935 -0.702035 -0.710246 -vn 0.017720 -0.707530 -0.706461 -vn 0.034080 -0.706457 -0.706935 -vn 0.354961 -0.610985 -0.707601 -vn 0.451758 -0.543951 -0.707130 -vn 0.539803 -0.456494 -0.707267 -vn 0.661016 -0.250957 -0.707162 -vn 0.693511 -0.137348 -0.707233 -vn 0.699030 0.103895 -0.707504 -vn 0.698853 0.107467 -0.707146 -vn 0.623084 0.332854 -0.707796 -vn 0.563465 0.423060 -0.709596 -vn 0.482634 0.531571 -0.696058 -vn 0.665227 -0.201277 -0.718999 -vn 0.662321 -0.202977 -0.721201 -vn 0.687978 -0.157015 -0.708543 -vn 0.686699 -0.107306 -0.718978 -vn -0.999966 0.000000 -0.008279 -vn -0.985588 -0.168989 -0.007656 -vn -0.994885 -0.101003 0.001355 -vn -0.942857 -0.333111 -0.007658 -vn -0.967717 -0.251995 0.004777 -vn -0.872990 -0.487678 -0.007658 -vn -0.911216 -0.411902 0.004775 -vn -0.778011 -0.628204 -0.007655 -vn -0.828495 -0.559977 0.004771 -vn -0.660658 -0.750648 -0.007655 -vn -0.721953 -0.691925 0.004772 -vn -0.524292 -0.851504 -0.007658 -vn -0.594629 -0.803986 0.004772 -vn -0.372842 -0.927863 -0.007656 -vn -0.450204 -0.892913 0.004773 -vn -0.210674 -0.977526 -0.007655 -vn -0.292815 -0.956157 0.004775 -vn -0.042441 -0.999070 -0.007655 -vn -0.127012 -0.991890 0.004772 -vn 0.127017 -0.991871 -0.007655 -vn 0.042438 -0.999088 0.004774 -vn 0.292810 -0.956140 -0.007656 -vn 0.210675 -0.977545 0.004773 -vn 0.450181 -0.892904 -0.007656 -vn 0.372864 -0.927874 0.004774 -vn 0.594621 -0.803970 -0.007655 -vn 0.524298 -0.851521 0.004778 -vn 0.721943 -0.691911 -0.007655 -vn 0.660671 -0.750660 0.004773 -vn 0.828489 -0.559953 -0.007655 -vn 0.778017 -0.628225 0.004774 -vn 0.911207 -0.411877 -0.007655 -vn 0.872997 -0.487703 0.004775 -vn 0.967707 -0.251960 -0.007657 -vn 0.942865 -0.333140 0.004773 -vn 0.996369 -0.084798 -0.007657 -vn 0.985605 -0.168995 0.004772 -vn 0.996369 0.084798 -0.007657 -vn 0.999989 0.000000 0.004774 -vn 0.967704 0.251971 -0.007656 -vn 0.985605 0.168994 0.004774 -vn 0.911201 0.411891 -0.007655 -vn 0.942870 0.333126 0.004775 -vn 0.828488 0.559954 -0.007655 -vn 0.872997 0.487702 0.004776 -vn 0.721942 0.691911 -0.007655 -vn 0.778020 0.628222 0.004773 -vn 0.594621 0.803970 -0.007655 -vn 0.660667 0.750664 0.004770 -vn 0.450181 0.892904 -0.007658 -vn 0.524303 0.851519 0.004778 -vn 0.292810 0.956140 -0.007658 -vn 0.372852 0.927879 0.004775 -vn 0.127017 0.991871 -0.007655 -vn 0.210681 0.977543 0.004771 -vn -0.042437 0.999070 -0.007655 -vn 0.042438 0.999088 0.004774 -vn -0.210674 0.977526 -0.007654 -vn -0.127017 0.991889 0.004773 -vn -0.372846 0.927862 -0.007661 -vn -0.292815 0.956157 0.004783 -vn -0.524290 0.851505 -0.007665 -vn -0.450198 0.892916 0.004773 -vn -0.660657 0.750649 -0.007658 -vn -0.594628 0.803987 0.004770 -vn -0.778014 0.628201 -0.007658 -vn -0.721953 0.691926 0.004774 -vn -0.872990 0.487678 -0.007662 -vn -0.828498 0.559972 0.004770 -vn -0.942852 0.333124 -0.007662 -vn -0.911223 0.411887 0.004770 -vn -0.985586 0.169003 -0.007658 -vn -0.967716 0.252000 0.004774 -vn -0.994885 0.101004 0.001356 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn -0.000000 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn 0.000002 0.000000 -1.000000 +vn -0.027246 -0.099185 0.994696 +vn -0.101367 -0.369011 0.923881 +vn -0.162606 -0.340506 0.926075 +vn -0.024686 -0.051696 0.998358 +vn -0.244718 -0.890880 0.382682 +vn -0.263836 -0.960472 0.088798 +vn -0.421697 -0.901329 0.098884 +vn -0.391797 -0.834209 0.388059 +vn 0.917798 0.386139 0.092433 +vn 0.851056 0.355317 0.386592 +vn 0.895950 0.225449 0.382682 +vn 0.964230 0.242630 0.106733 +vn 0.351280 0.141841 0.925464 +vn 0.067114 0.027100 0.997377 +vn 0.033461 0.008419 0.999405 +vn 0.371111 0.093383 0.923881 +vn 0.013205 0.087412 0.996085 +vn -0.001804 0.048902 0.998802 +vn -0.033181 -0.039248 0.998679 +vn 0.038350 0.069420 0.996850 +vn -0.038773 -0.026020 0.998909 +vn 0.054266 0.047440 0.997399 +vn -0.050026 -0.013017 0.998663 +vn -0.145150 -0.011987 0.989337 +vn -0.264882 -0.964281 0.000000 +vn -0.423361 -0.905961 0.000000 +vn -0.645085 -0.764111 0.000000 +vn -0.642080 -0.760489 0.096904 +vn -0.830237 -0.557411 0.000000 +vn -0.826159 -0.554659 0.099067 +vn -0.973065 -0.230531 0.000000 +vn -0.968118 -0.230508 0.098051 +vn -0.996608 -0.082301 0.000000 +vn -0.993768 -0.082066 0.075436 +vn -0.036868 0.999320 0.000000 +vn -0.036661 0.993693 0.105978 +vn 0.164969 0.981991 0.092084 +vn 0.166529 0.986037 0.000000 +vn 0.481914 0.871511 0.090703 +vn 0.483926 0.875109 0.000000 +vn 0.749605 0.655636 0.090740 +vn 0.752703 0.658361 0.000000 +vn 0.921442 0.388517 0.000000 +vn 0.969769 0.244024 0.000000 +vn -0.034062 0.923251 0.382684 +vn 0.149845 0.909156 0.388563 +vn -0.014109 0.382420 0.923881 +vn 0.056284 0.372613 0.926278 +vn -0.246316 -0.291349 0.924361 +vn -0.595792 -0.705475 0.383845 +vn 0.445985 0.806676 0.387778 +vn 0.182604 0.330547 0.925956 +vn -0.314673 -0.211180 0.925410 +vn -0.765772 -0.514075 0.386419 +vn 0.694100 0.607036 0.386954 +vn 0.284919 0.249074 0.925626 +vn -0.364635 -0.094880 0.926304 +vn -0.895601 -0.216729 0.388494 +vn -0.381386 -0.031495 0.923879 +vn -0.920744 -0.076037 0.382686 s 1 -f 14555/13705/20689 13578/13706/20690 13579/13707/20691 -f 13579/13707/20691 13578/13706/20690 13580/13708/20692 -f 13579/13707/20691 13580/13708/20692 17690/13709/20693 -f 17690/13709/20693 13580/13708/20692 13581/13710/20694 +f 2585/2715/5143 2586/2716/5144 2588/2717/5145 2587/2718/5146 +f 2587/2718/5146 2588/2717/5145 2590/2719/5147 2589/2720/5148 +f 2589/2720/5148 2590/2719/5147 2592/2721/5149 2591/2722/5150 +f 2591/2722/5150 2592/2721/5149 2594/2723/5151 2593/2724/5152 +f 2593/2724/5152 2594/2723/5151 2596/2725/5153 2595/2726/5154 s 2 -f 14552/13711/20695 13582/13712/20696 13583/13713/20697 -f 13583/13713/20697 13582/13712/20696 13584/13714/20698 -f 13583/13713/20697 13584/13714/20698 17683/13715/20699 -f 17683/13715/20699 13584/13714/20698 13585/13716/20700 +f 2605/2727/5155 2604/2728/5156 2607/2729/5157 2606/2730/5158 s 3 -f 13586/13717/20701 13587/13718/20702 13588/13719/20703 -f 13588/13719/20703 13587/13718/20702 13589/13720/20704 -f 13588/13719/20703 13589/13720/20704 17676/13721/20705 -f 17676/13721/20705 13589/13720/20704 13694/13722/20706 +f 2604/2728/5159 2603/2731/5160 2608/2732/5161 2607/2729/5162 s 4 -f 13590/13723/20707 13591/13724/20708 13592/13725/20709 -f 13592/13725/20709 13591/13724/20708 13593/13726/20710 -f 13592/13725/20709 13593/13726/20710 17669/13727/20711 -f 17669/13727/20711 13593/13726/20710 13594/13728/20712 -s 5 -f 13595/13729/20713 13596/13730/20714 13597/13731/20715 -f 13597/13731/20715 13596/13730/20714 13598/13732/20716 -f 13597/13731/20715 13598/13732/20716 17661/13733/20717 -f 17661/13733/20717 13598/13732/20716 13693/13734/20718 -s 6 -f 13599/13735/20719 13600/13736/20720 13601/13737/20721 -f 13601/13737/20721 13600/13736/20720 13602/13738/20722 -f 13601/13737/20721 13602/13738/20722 17654/13739/20723 -f 17654/13739/20723 13602/13738/20722 13701/13740/20724 +f 2623/2733/5163 2622/2734/5164 2628/2735/5165 2627/2736/5166 +s 2 +f 2622/2734/5167 2621/2737/5168 2629/2738/5169 2628/2735/5170 +f 2600/2739/5171 2598/2740/5172 2605/2727/5155 2606/2730/5158 +f 2600/2739/5171 2606/2730/5158 2612/2741/5173 2609/2742/5174 +f 2609/2742/5174 2612/2741/5173 2618/2743/5175 2615/2744/5176 +f 2615/2744/5176 2618/2743/5175 2624/2745/5177 2621/2737/5168 +f 2621/2737/5168 2624/2745/5177 2631/2746/5178 2629/2738/5169 +s 3 +f 2608/2732/5161 2603/2731/5160 2596/2725/5179 2594/2723/5180 +f 2608/2732/5161 2594/2723/5180 2592/2721/5181 2614/2747/5182 +f 2614/2747/5182 2592/2721/5181 2590/2719/5183 2620/2748/5184 +f 2620/2748/5184 2590/2719/5183 2588/2717/5185 2626/2749/5186 +f 2626/2749/5186 2588/2717/5185 2586/2716/5187 2630/2750/5188 +s 4 +f 2595/2726/5189 2597/2751/5190 2602/2752/5191 2593/2724/5192 +f 2593/2724/5192 2602/2752/5191 2611/2753/5193 2591/2722/5194 +f 2591/2722/5194 2611/2753/5193 2617/2754/5195 2589/2720/5196 +f 2589/2720/5196 2617/2754/5195 2623/2733/5163 2587/2718/5197 +f 2587/2718/5197 2623/2733/5163 2627/2736/5166 2585/2715/5198 +f 2597/2751/5190 2599/2755/5199 2601/2756/5200 2602/2752/5191 +s 2 +f 2599/2755/5201 2598/2740/5172 2600/2739/5171 2601/2756/5202 +f 2606/2730/5158 2607/2729/5157 2613/2757/5203 2612/2741/5173 +s 3 +f 2607/2729/5162 2608/2732/5161 2614/2747/5182 2613/2757/5204 +s 4 +f 2602/2752/5191 2601/2756/5200 2610/2758/5205 2611/2753/5193 +s 2 +f 2601/2756/5202 2600/2739/5171 2609/2742/5174 2610/2758/5206 +f 2612/2741/5173 2613/2757/5203 2619/2759/5207 2618/2743/5175 +s 3 +f 2613/2757/5204 2614/2747/5182 2620/2748/5184 2619/2759/5208 +s 4 +f 2611/2753/5193 2610/2758/5205 2616/2760/5209 2617/2754/5195 +s 2 +f 2610/2758/5206 2609/2742/5174 2615/2744/5176 2616/2760/5210 +f 2618/2743/5175 2619/2759/5207 2625/2761/5211 2624/2745/5177 +s 3 +f 2619/2759/5208 2620/2748/5184 2626/2749/5186 2625/2761/5212 +s 4 +f 2617/2754/5195 2616/2760/5209 2622/2734/5164 2623/2733/5163 +s 2 +f 2616/2760/5210 2615/2744/5176 2621/2737/5168 2622/2734/5167 +f 2624/2745/5177 2625/2761/5211 2632/2762/5213 2631/2746/5178 +s 3 +f 2625/2761/5212 2626/2749/5186 2630/2750/5188 2632/2762/5214 s 7 -f 13603/13741/20725 13604/13742/20726 13605/13743/20727 -f 13605/13743/20727 13604/13742/20726 13606/13744/20728 -f 13605/13743/20727 13606/13744/20728 17647/13745/20729 -f 17647/13745/20729 13606/13744/20728 13642/13746/20730 +f 2634/2763/5215 2633/2764/5216 2653/2765/5217 +f 2635/2766/5218 2634/2763/5215 2653/2765/5217 +f 2636/2767/5219 2635/2766/5218 2653/2765/5217 +f 2637/2768/5220 2636/2767/5219 2653/2765/5217 +f 2638/2769/5221 2637/2768/5220 2653/2765/5217 +f 2639/2770/5222 2638/2769/5221 2653/2765/5217 +f 2640/2771/5223 2639/2770/5222 2653/2765/5217 +f 2641/2772/5224 2640/2771/5223 2653/2765/5217 +f 2642/2773/5225 2641/2772/5224 2653/2765/5217 +f 2643/2774/5226 2642/2773/5225 2653/2765/5217 +f 2644/2775/5227 2643/2774/5226 2653/2765/5217 +f 2645/2776/5228 2644/2775/5227 2653/2765/5217 +f 2646/2777/5229 2645/2776/5228 2653/2765/5217 +f 2647/2778/5230 2646/2777/5229 2653/2765/5217 +f 2648/2779/5231 2647/2778/5230 2653/2765/5217 +f 2649/2780/5232 2648/2779/5231 2653/2765/5217 +f 2650/2781/5233 2649/2780/5232 2653/2765/5217 +f 2651/2782/5234 2650/2781/5233 2653/2765/5217 +f 2652/2783/5235 2651/2782/5234 2653/2765/5217 +f 2633/2764/5216 2652/2783/5235 2653/2765/5217 s 8 -f 17698/13747/20731 13607/13748/20732 13608/13749/20733 -f 13608/13749/20733 13607/13748/20732 13609/13750/20734 -f 13608/13749/20733 13609/13750/20734 17640/13751/20735 -f 17640/13751/20735 13609/13750/20734 13634/13752/20736 -s 9 -f 17699/13753/20737 13610/13754/20738 13611/13755/20739 -f 13611/13755/20739 13610/13754/20738 13612/13756/20740 -f 13611/13755/20739 13612/13756/20740 17633/13757/20741 -f 17633/13757/20741 13612/13756/20740 13613/13758/20742 +f 2655/2784/5236 2656/2785/5237 2694/2786/5238 2693/2787/5239 +f 2656/2785/5237 2655/2784/5236 2657/2788/5240 2658/2789/5241 +f 2658/2789/5241 2657/2788/5240 2659/2790/5242 2660/2791/5243 +f 2660/2791/5243 2659/2790/5242 2661/2792/5244 2662/2793/5245 +f 2662/2793/5245 2661/2792/5244 2663/2794/5246 2664/2795/5247 +f 2664/2795/5247 2663/2794/5246 2665/2796/5248 2666/2797/5249 +f 2666/2797/5249 2665/2796/5248 2667/2798/5250 2668/2799/5251 +f 2668/2799/5251 2667/2798/5250 2669/2800/5252 2670/2801/5253 +f 2670/2801/5253 2669/2800/5252 2671/2802/5254 2672/2803/5255 +f 2672/2803/5255 2671/2802/5254 2673/2804/5256 2674/2805/5257 +f 2674/2805/5257 2673/2804/5256 2675/2806/5258 2676/2807/5259 +f 2676/2807/5259 2675/2806/5258 2677/2808/5260 2678/2809/5261 +f 2678/2809/5261 2677/2808/5260 2679/2810/5262 2680/2811/5263 +f 2680/2811/5263 2679/2810/5262 2681/2812/5264 2682/2813/5265 +f 2682/2813/5265 2681/2812/5264 2683/2814/5266 2684/2815/5267 +f 2684/2815/5267 2683/2814/5266 2685/2816/5268 2686/2817/5269 +f 2686/2817/5269 2685/2816/5268 2687/2818/5270 2688/2819/5271 +f 2688/2819/5271 2687/2818/5270 2689/2820/5272 2690/2821/5273 +f 2690/2821/5273 2689/2820/5272 2691/2822/5274 2692/2823/5275 +f 2692/2823/5275 2691/2822/5274 2693/2787/5239 2694/2786/5238 +f 2695/2824/5276 2696/2825/5277 2733/2826/5278 2734/2827/5279 +f 2696/2825/5277 2695/2824/5276 2698/2828/5280 2697/2829/5281 +f 2697/2829/5281 2698/2828/5280 2700/2830/5282 2699/2831/5283 +f 2699/2831/5283 2700/2830/5282 2702/2832/5284 2701/2833/5285 +f 2701/2833/5285 2702/2832/5284 2704/2834/5286 2703/2835/5287 +f 2703/2835/5287 2704/2834/5286 2706/2836/5288 2705/2837/5289 +f 2705/2837/5289 2706/2836/5288 2708/2838/5290 2707/2839/5291 +f 2707/2839/5291 2708/2838/5290 2710/2840/5292 2709/2841/5293 +f 2709/2841/5293 2710/2840/5292 2712/2842/5294 2711/2843/5295 +f 2711/2843/5295 2712/2842/5294 2714/2844/5296 2713/2845/5297 +f 2713/2845/5297 2714/2844/5296 2716/2846/5298 2715/2847/5299 +f 2715/2847/5299 2716/2846/5298 2718/2848/5300 2717/2849/5301 +f 2717/2849/5301 2718/2848/5300 2720/2850/5302 2719/2851/5303 +f 2719/2851/5303 2720/2850/5302 2722/2852/5304 2721/2853/5305 +f 2721/2853/5305 2722/2852/5304 2724/2854/5306 2723/2855/5307 +f 2723/2855/5307 2724/2854/5306 2726/2856/5308 2725/2857/5309 +f 2725/2857/5309 2726/2856/5308 2728/2858/5310 2727/2859/5311 +f 2727/2859/5311 2728/2858/5310 2730/2860/5312 2729/2861/5313 +f 2729/2861/5313 2730/2860/5312 2732/2862/5314 2731/2863/5315 +f 2731/2863/5315 2732/2862/5314 2734/2827/5279 2733/2826/5278 +f 2633/2764/5316 2634/2763/5317 2657/2788/5240 2655/2784/5236 +f 2634/2763/5317 2635/2766/5318 2659/2790/5242 2657/2788/5240 +f 2635/2766/5318 2636/2767/5319 2661/2792/5244 2659/2790/5242 +f 2636/2767/5319 2637/2768/5320 2663/2794/5246 2661/2792/5244 +f 2637/2768/5320 2638/2769/5321 2665/2796/5248 2663/2794/5246 +f 2638/2769/5321 2639/2770/5322 2667/2798/5250 2665/2796/5248 +f 2639/2770/5322 2640/2771/5323 2669/2800/5252 2667/2798/5250 +f 2640/2771/5323 2641/2772/5324 2671/2802/5254 2669/2800/5252 +f 2641/2772/5324 2642/2773/5325 2673/2804/5256 2671/2802/5254 +f 2642/2773/5325 2643/2774/5326 2675/2806/5258 2673/2804/5256 +f 2643/2774/5326 2644/2775/5327 2677/2808/5260 2675/2806/5258 +f 2644/2775/5327 2645/2776/5328 2679/2810/5262 2677/2808/5260 +f 2645/2776/5328 2646/2777/5329 2681/2812/5264 2679/2810/5262 +f 2646/2777/5329 2647/2778/5330 2683/2814/5266 2681/2812/5264 +f 2647/2778/5330 2648/2779/5331 2685/2816/5268 2683/2814/5266 +f 2648/2779/5331 2649/2780/5332 2687/2818/5270 2685/2816/5268 +f 2649/2780/5332 2650/2781/5333 2689/2820/5272 2687/2818/5270 +f 2650/2781/5333 2651/2782/5334 2691/2822/5274 2689/2820/5272 +f 2651/2782/5334 2652/2783/5335 2693/2787/5239 2691/2822/5274 +f 2652/2783/5335 2633/2764/5316 2655/2784/5236 2693/2787/5239 +f 2696/2825/5277 2697/2829/5281 2654/2864/5336 +f 2697/2829/5281 2699/2831/5283 2654/2864/5336 +f 2699/2831/5283 2701/2833/5285 2654/2864/5336 +f 2701/2833/5285 2703/2835/5287 2654/2864/5336 +f 2703/2835/5287 2705/2837/5289 2654/2864/5336 +f 2705/2837/5289 2707/2839/5291 2654/2864/5336 +f 2707/2839/5291 2709/2841/5293 2654/2864/5336 +f 2709/2841/5293 2711/2843/5295 2654/2864/5336 +f 2711/2843/5295 2713/2845/5297 2654/2864/5336 +f 2713/2845/5297 2715/2847/5299 2654/2864/5336 +f 2715/2847/5299 2717/2849/5301 2654/2864/5336 +f 2717/2849/5301 2719/2851/5303 2654/2864/5336 +f 2719/2851/5303 2721/2853/5305 2654/2864/5336 +f 2721/2853/5305 2723/2855/5307 2654/2864/5336 +f 2723/2855/5307 2725/2857/5309 2654/2864/5336 +f 2725/2857/5309 2727/2859/5311 2654/2864/5336 +f 2727/2859/5311 2729/2861/5313 2654/2864/5336 +f 2729/2861/5313 2731/2863/5315 2654/2864/5336 +f 2731/2863/5315 2733/2826/5278 2654/2864/5336 +f 2733/2826/5278 2696/2825/5277 2654/2864/5336 +f 2656/2785/5237 2658/2789/5241 2698/2828/5280 2695/2824/5276 +f 2658/2789/5241 2660/2791/5243 2700/2830/5282 2698/2828/5280 +f 2660/2791/5243 2662/2793/5245 2702/2832/5284 2700/2830/5282 +f 2662/2793/5245 2664/2795/5247 2704/2834/5286 2702/2832/5284 +f 2664/2795/5247 2666/2797/5249 2706/2836/5288 2704/2834/5286 +f 2666/2797/5249 2668/2799/5251 2708/2838/5290 2706/2836/5288 +f 2668/2799/5251 2670/2801/5253 2710/2840/5292 2708/2838/5290 +f 2670/2801/5253 2672/2803/5255 2712/2842/5294 2710/2840/5292 +f 2672/2803/5255 2674/2805/5257 2714/2844/5296 2712/2842/5294 +f 2674/2805/5257 2676/2807/5259 2716/2846/5298 2714/2844/5296 +f 2676/2807/5259 2678/2809/5261 2718/2848/5300 2716/2846/5298 +f 2678/2809/5261 2680/2811/5263 2720/2850/5302 2718/2848/5300 +f 2680/2811/5263 2682/2813/5265 2722/2852/5304 2720/2850/5302 +f 2682/2813/5265 2684/2815/5267 2724/2854/5306 2722/2852/5304 +f 2684/2815/5267 2686/2817/5269 2726/2856/5308 2724/2854/5306 +f 2686/2817/5269 2688/2819/5271 2728/2858/5310 2726/2856/5308 +f 2688/2819/5271 2690/2821/5273 2730/2860/5312 2728/2858/5310 +f 2690/2821/5273 2692/2823/5275 2732/2862/5314 2730/2860/5312 +f 2692/2823/5275 2694/2786/5238 2734/2827/5279 2732/2862/5314 +f 2694/2786/5238 2656/2785/5237 2695/2824/5276 2734/2827/5279 s 10 -f 13614/13759/20743 13615/13760/20744 13616/13761/20745 -f 13616/13761/20745 13615/13760/20744 13617/13762/20746 -f 13616/13761/20745 13617/13762/20746 17626/13763/20747 -f 17626/13763/20747 13617/13762/20746 13678/13764/20748 +f 2735/2865/5337 2736/2866/5338 2756/2867/5339 2755/2868/5340 +f 2736/2866/5338 2737/2869/5341 2757/2870/5342 2756/2867/5339 +f 2737/2869/5341 2738/2871/5343 2758/2872/5344 2757/2870/5342 +f 2738/2871/5343 2739/2873/5345 2759/2874/5346 2758/2872/5344 +f 2739/2873/5345 2740/2875/5347 2760/2876/5348 2759/2874/5346 +f 2740/2875/5347 2741/2877/5349 2761/2878/5350 2760/2876/5348 +f 2741/2877/5349 2742/2879/5351 2762/2880/5352 2761/2878/5350 +f 2742/2879/5351 2743/2881/5353 2763/2882/5354 2762/2880/5352 +f 2743/2881/5353 2744/2883/5355 2764/2884/5356 2763/2882/5354 +f 2744/2883/5355 2745/2885/5357 2765/2886/5358 2764/2884/5356 +f 2745/2885/5357 2746/2887/5359 2766/2888/5360 2765/2886/5358 +f 2746/2887/5359 2747/2889/5361 2767/2890/5362 2766/2888/5360 +f 2747/2889/5361 2748/2891/5363 2768/2892/5364 2767/2890/5362 +f 2748/2891/5363 2749/2893/5365 2769/2894/5366 2768/2892/5364 +f 2749/2893/5365 2750/2895/5367 2770/2896/5368 2769/2894/5366 +f 2750/2895/5367 2751/2897/5369 2771/2898/5370 2770/2896/5368 +f 2751/2897/5369 2752/2899/5371 2772/2900/5372 2771/2898/5370 +f 2752/2899/5371 2753/2901/5373 2773/2902/5374 2772/2900/5372 +f 2753/2901/5373 2754/2903/5375 2774/2904/5376 2773/2902/5374 +f 2754/2903/5375 2735/2865/5337 2755/2868/5340 2774/2904/5376 s 11 -f 13618/13765/20749 13619/13766/20750 13620/13767/20751 -f 13620/13767/20751 13619/13766/20750 13621/13768/20752 -f 13620/13767/20751 13621/13768/20752 17619/13769/20753 -f 17619/13769/20753 13621/13768/20752 13622/13770/20754 +f 2755/2868/5377 2756/2867/5378 2776/2905/5379 2775/2906/5380 +f 2756/2867/5378 2757/2870/5381 2777/2907/5382 2776/2905/5379 +f 2757/2870/5381 2758/2872/5383 2778/2908/5384 2777/2907/5382 +f 2758/2872/5383 2759/2874/5385 2779/2909/5386 2778/2908/5384 +f 2759/2874/5385 2760/2876/5387 2780/2910/5388 2779/2909/5386 +f 2760/2876/5387 2761/2878/5389 2781/2911/5390 2780/2910/5388 +f 2761/2878/5389 2762/2880/5391 2782/2912/5392 2781/2911/5390 +f 2762/2880/5391 2763/2882/5393 2783/2913/5394 2782/2912/5392 +f 2763/2882/5393 2764/2884/5395 2784/2914/5396 2783/2913/5394 +f 2764/2884/5395 2765/2886/5397 2785/2915/5398 2784/2914/5396 +f 2765/2886/5397 2766/2888/5399 2786/2916/5400 2785/2915/5398 +f 2766/2888/5399 2767/2890/5401 2787/2917/5402 2786/2916/5400 +f 2767/2890/5401 2768/2892/5403 2788/2918/5404 2787/2917/5402 +f 2768/2892/5403 2769/2894/5405 2789/2919/5406 2788/2918/5404 +f 2769/2894/5405 2770/2896/5407 2790/2920/5408 2789/2919/5406 +f 2770/2896/5407 2771/2898/5409 2791/2921/5410 2790/2920/5408 +f 2771/2898/5409 2772/2900/5411 2792/2922/5412 2791/2921/5410 +f 2772/2900/5411 2773/2902/5413 2793/2923/5414 2792/2922/5412 +f 2773/2902/5413 2774/2904/5415 2794/2924/5416 2793/2923/5414 +f 2774/2904/5415 2755/2868/5377 2775/2906/5380 2794/2924/5416 s 12 -f 13623/13771/20755 13624/13772/20756 13625/13773/20757 -f 13625/13773/20757 13624/13772/20756 13626/13774/20758 -f 13625/13773/20757 13626/13774/20758 17613/13775/20759 -f 17613/13775/20759 13626/13774/20758 13665/13776/20760 +f 2816/2925/5417 2815/2926/5418 2795/2927/5419 2796/2928/5420 +f 2817/2929/5421 2816/2925/5417 2796/2928/5420 2797/2930/5422 +f 2818/2931/5423 2817/2929/5421 2797/2930/5422 2798/2932/5424 +f 2819/2933/5425 2818/2931/5423 2798/2932/5424 2799/2934/5426 +f 2820/2935/5427 2819/2933/5425 2799/2934/5426 2800/2936/5428 +f 2821/2937/5429 2820/2935/5427 2800/2936/5428 2801/2938/5430 +f 2822/2939/5431 2821/2937/5429 2801/2938/5430 2802/2940/5432 +f 2823/2941/5433 2822/2939/5431 2802/2940/5432 2803/2942/5434 +f 2824/2943/5435 2823/2941/5433 2803/2942/5434 2804/2944/5436 +f 2825/2945/5437 2824/2943/5435 2804/2944/5436 2805/2946/5438 +f 2826/2947/5439 2825/2945/5437 2805/2946/5438 2806/2948/5440 +f 2827/2949/5441 2826/2947/5439 2806/2948/5440 2807/2950/5442 +f 2828/2951/5443 2827/2949/5441 2807/2950/5442 2808/2952/5444 +f 2829/2953/5445 2828/2951/5443 2808/2952/5444 2809/2954/5446 +f 2830/2955/5447 2829/2953/5445 2809/2954/5446 2810/2956/5448 +f 2831/2957/5449 2830/2955/5447 2810/2956/5448 2811/2958/5450 +f 2832/2959/5451 2831/2957/5449 2811/2958/5450 2812/2960/5452 +f 2833/2961/5453 2832/2959/5451 2812/2960/5452 2813/2962/5454 +f 2834/2963/5455 2833/2961/5453 2813/2962/5454 2814/2964/5456 +f 2815/2926/5418 2834/2963/5455 2814/2964/5456 2795/2927/5419 +f 2796/2928/5420 2795/2927/5419 2775/2906/5457 2776/2905/5458 +f 2797/2930/5422 2796/2928/5420 2776/2905/5458 2777/2907/5459 +f 2798/2932/5424 2797/2930/5422 2777/2907/5459 2778/2908/5460 +f 2799/2934/5426 2798/2932/5424 2778/2908/5460 2779/2909/5461 +f 2800/2936/5428 2799/2934/5426 2779/2909/5461 2780/2910/5462 +f 2801/2938/5430 2800/2936/5428 2780/2910/5462 2781/2911/5463 +f 2802/2940/5432 2801/2938/5430 2781/2911/5463 2782/2912/5464 +f 2803/2942/5434 2802/2940/5432 2782/2912/5464 2783/2913/5465 +f 2804/2944/5436 2803/2942/5434 2783/2913/5465 2784/2914/5466 +f 2805/2946/5438 2804/2944/5436 2784/2914/5466 2785/2915/5467 +f 2806/2948/5440 2805/2946/5438 2785/2915/5467 2786/2916/5468 +f 2807/2950/5442 2806/2948/5440 2786/2916/5468 2787/2917/5469 +f 2808/2952/5444 2807/2950/5442 2787/2917/5469 2788/2918/5470 +f 2809/2954/5446 2808/2952/5444 2788/2918/5470 2789/2919/5471 +f 2810/2956/5448 2809/2954/5446 2789/2919/5471 2790/2920/5472 +f 2811/2958/5450 2810/2956/5448 2790/2920/5472 2791/2921/5473 +f 2812/2960/5452 2811/2958/5450 2791/2921/5473 2792/2922/5474 +f 2813/2962/5454 2812/2960/5452 2792/2922/5474 2793/2923/5475 +f 2814/2964/5456 2813/2962/5454 2793/2923/5475 2794/2924/5476 +f 2795/2927/5419 2814/2964/5456 2794/2924/5476 2775/2906/5457 +s 10 +f 2736/2866/5338 2735/2865/5337 2815/2926/5477 2816/2925/5478 +f 2737/2869/5341 2736/2866/5338 2816/2925/5478 2817/2929/5479 +f 2738/2871/5343 2737/2869/5341 2817/2929/5479 2818/2931/5480 +f 2739/2873/5345 2738/2871/5343 2818/2931/5480 2819/2933/5481 +f 2740/2875/5347 2739/2873/5345 2819/2933/5481 2820/2935/5482 +f 2741/2877/5349 2740/2875/5347 2820/2935/5482 2821/2937/5483 +f 2742/2879/5351 2741/2877/5349 2821/2937/5483 2822/2939/5484 +f 2743/2881/5353 2742/2879/5351 2822/2939/5484 2823/2941/5485 +f 2744/2883/5355 2743/2881/5353 2823/2941/5485 2824/2943/5486 +f 2745/2885/5357 2744/2883/5355 2824/2943/5486 2825/2945/5487 +f 2746/2887/5359 2745/2885/5357 2825/2945/5487 2826/2947/5488 +f 2747/2889/5361 2746/2887/5359 2826/2947/5488 2827/2949/5489 +f 2748/2891/5363 2747/2889/5361 2827/2949/5489 2828/2951/5490 +f 2749/2893/5365 2748/2891/5363 2828/2951/5490 2829/2953/5491 +f 2750/2895/5367 2749/2893/5365 2829/2953/5491 2830/2955/5492 +f 2751/2897/5369 2750/2895/5367 2830/2955/5492 2831/2957/5493 +f 2752/2899/5371 2751/2897/5369 2831/2957/5493 2832/2959/5494 +f 2753/2901/5373 2752/2899/5371 2832/2959/5494 2833/2961/5495 +f 2754/2903/5375 2753/2901/5373 2833/2961/5495 2834/2963/5496 +f 2735/2865/5337 2754/2903/5375 2834/2963/5496 2815/2926/5477 s 13 -f 13627/13777/20761 13628/13778/20762 13629/13779/20763 -f 13629/13779/20763 13628/13778/20762 13630/13780/20764 -f 13629/13779/20763 13630/13780/20764 17605/13781/20765 -f 17605/13781/20765 13630/13780/20764 13631/13782/20766 +f 2835/2965/5497 2836/2966/5498 2838/2967/5499 2837/2968/5500 +f 2837/2968/5500 2838/2967/5499 2840/2969/5501 2839/2970/5502 +f 2839/2970/5502 2840/2969/5501 2842/2971/5503 2841/2972/5504 +f 2841/2972/5504 2842/2971/5503 2844/2973/5505 2843/2974/5506 +f 2843/2974/5506 2844/2973/5505 2846/2975/5507 2845/2976/5508 s 14 -f 13610/13754/20767 13632/13783/20768 13633/13784/20769 -f 13641/13785/20770 13634/13752/20771 13610/13754/20767 -f 13610/13754/20767 13634/13752/20771 13632/13783/20768 -f 13632/13783/20768 13634/13752/20771 13609/13750/20772 -f 13632/13783/20768 13609/13750/20772 13607/13748/20773 -f 13604/13742/20774 13635/13786/20775 13636/13787/20776 -f 13610/13754/20767 13633/13784/20769 13637/13788/20777 -f 13610/13754/20767 13637/13788/20777 13612/13756/20778 -f 13612/13756/20778 13637/13788/20777 13638/13789/20779 -f 13612/13756/20778 13638/13789/20779 13613/13758/20780 -f 13654/13790/20781 13639/13791/20782 13671/13792/20783 -f 13672/13793/20784 13640/13794/20785 13610/13754/20767 -f 13610/13754/20767 13640/13794/20785 13641/13785/20770 -f 13607/13748/20773 13642/13746/20786 13632/13783/20768 -f 13632/13783/20768 13642/13746/20786 13643/13795/20787 -f 13643/13795/20787 13642/13746/20786 13606/13744/20788 -f 13643/13795/20787 13606/13744/20788 13604/13742/20774 -f 13643/13795/20787 13604/13742/20774 13636/13787/20776 -f 13645/13796/20789 13646/13797/20790 13644/13798/20791 -f 13644/13798/20791 13631/13782/20792 17595/13799/20793 -f 17595/13799/20793 13631/13782/20792 13630/13780/20794 -f 17595/13799/20793 13630/13780/20794 13628/13778/20795 -f 17595/13799/20793 13628/13778/20795 13647/13800/20796 -f 13648/13801/20797 13622/13770/20798 13624/13772/20799 -f 13649/13802/20800 13622/13770/20798 13650/13803/20801 -f 13651/13804/20802 13621/13768/20803 13619/13766/20804 -f 13652/13805/20805 13678/13764/20806 13617/13762/20807 -f 13652/13805/20805 13617/13762/20807 13653/13806/20808 -f 13653/13806/20808 13617/13762/20807 13615/13760/20809 -f 13655/13807/20810 13607/13748/20773 13673/13808/20811 -f 13655/13807/20810 13656/13809/20812 13607/13748/20773 -f 13607/13748/20773 13656/13809/20812 13642/13746/20786 -f 13600/13736/20813 13657/13810/20814 13658/13811/20815 -f 13598/13732/20816 13596/13730/20817 13657/13810/20814 -f 13646/13797/20790 13659/13812/20818 13644/13798/20791 -f 13644/13798/20791 13659/13812/20818 13660/13813/20819 -f 13660/13813/20819 13661/13814/20820 13644/13798/20791 -f 13661/13814/20820 13662/13815/20821 13644/13798/20791 -f 13644/13798/20791 13662/13815/20821 13631/13782/20792 -f 13648/13801/20797 13663/13816/20822 13622/13770/20798 -f 13622/13770/20798 13663/13816/20822 13650/13803/20801 -f 13621/13768/20803 13651/13804/20802 13622/13770/20798 -f 13622/13770/20798 13651/13804/20802 13624/13772/20799 -f 13624/13772/20799 13651/13804/20802 13664/13817/20823 -f 13624/13772/20799 13664/13817/20823 13626/13774/20824 -f 13626/13774/20824 13664/13817/20823 13665/13776/20825 -f 13665/13776/20825 13664/13817/20823 13647/13800/20796 -f 13665/13776/20825 13647/13800/20796 13628/13778/20795 -f 13665/13776/20825 13628/13778/20795 13683/13818/20826 -f 13619/13766/20804 13666/13819/20827 13667/13820/20828 -f 13653/13806/20808 13615/13760/20809 13668/13821/20829 -f 13668/13821/20829 13669/13822/20830 13653/13806/20808 -f 13653/13806/20808 13669/13822/20830 13670/13823/20831 -f 13654/13790/20781 13671/13792/20783 13610/13754/20767 -f 13610/13754/20767 13671/13792/20783 13672/13793/20784 -f 13607/13748/20773 13691/13824/20832 13673/13808/20811 -f 13695/13825/20833 13581/13710/20834 13582/13712/20835 -f 13622/13770/20798 13649/13802/20800 13675/13826/20836 -f 13676/13827/20837 13687/13828/20838 13677/13829/20839 -f 13652/13805/20805 13651/13804/20802 13678/13764/20806 -f 13678/13764/20806 13651/13804/20802 13619/13766/20804 -f 13678/13764/20806 13619/13766/20804 13667/13820/20828 -f 13600/13736/20813 13658/13811/20815 13635/13786/20775 -f 13600/13736/20813 13635/13786/20775 13602/13738/20840 -f 13697/13830/20841 13679/13831/20842 13578/13706/20843 -f 13681/13832/20844 13680/13833/20845 13682/13834/20846 -f 13628/13778/20795 13682/13834/20846 13680/13833/20845 -f 13628/13778/20795 13680/13833/20845 13674/13835/20847 -f 13674/13835/20847 13683/13818/20826 13628/13778/20795 -f 13684/13836/20848 13685/13837/20849 13675/13826/20836 -f 13675/13826/20836 13685/13837/20849 13622/13770/20798 -f 13687/13828/20838 13676/13827/20837 13686/13838/20850 -f 13677/13829/20839 13687/13828/20838 13619/13766/20804 -f 13619/13766/20804 13687/13828/20838 13666/13819/20827 -f 13670/13823/20831 13688/13839/20851 13653/13806/20808 -f 13691/13824/20832 13607/13748/20773 13689/13840/20852 -f 13691/13824/20832 13689/13840/20852 13690/13841/20853 -f 13581/13710/20834 13580/13708/20854 13696/13842/20855 -f 13578/13706/20843 13679/13831/20842 13698/13843/20856 -f 13688/13839/20851 13699/13844/20857 13653/13806/20808 -f 13653/13806/20808 13699/13844/20857 13700/13845/20858 -f 13613/13758/20780 13638/13789/20779 13653/13806/20808 -f 13613/13758/20780 13653/13806/20808 13700/13845/20858 -f 13701/13740/20859 13730/13846/20860 13710/13847/20861 -f 13602/13738/20840 13635/13786/20775 13701/13740/20859 -f 13701/13740/20859 13635/13786/20775 13604/13742/20774 -f 13701/13740/20859 13604/13742/20774 13702/13848/20862 -f 13696/13842/20855 13580/13708/20854 13703/13849/20863 -f 13703/13849/20863 13580/13708/20854 13578/13706/20843 -f 13703/13849/20863 13578/13706/20843 13704/13850/20864 -f 13704/13850/20864 13578/13706/20843 13698/13843/20856 -f 13704/13850/20864 13698/13843/20856 13705/13851/20865 -f 13704/13850/20864 13705/13851/20865 13644/13798/20791 -f 13644/13798/20791 13705/13851/20865 13706/13852/20866 -f 13644/13798/20791 13706/13852/20866 13645/13796/20789 -f 13708/13853/20867 13707/13854/20868 13697/13830/20841 -f 13708/13853/20867 13697/13830/20841 13578/13706/20843 -f 13707/13854/20868 13708/13853/20867 13709/13855/20869 -f 13710/13847/20861 13730/13846/20860 13711/13856/20870 -f 13598/13732/20816 13657/13810/20814 13693/13734/20871 -f 13693/13734/20871 13657/13810/20814 13600/13736/20813 -f 13693/13734/20871 13600/13736/20813 13692/13857/20872 -f 13720/13858/20873 13712/13859/20874 13713/13860/20875 -f 13585/13716/20876 13717/13861/20877 13587/13718/20878 -f 13587/13718/20878 13717/13861/20877 13714/13862/20879 -f 13587/13718/20878 13714/13862/20879 13589/13720/20880 -f 13589/13720/20880 13714/13862/20879 13694/13722/20881 -f 13694/13722/20881 13714/13862/20879 13715/13863/20882 -f 13694/13722/20881 13715/13863/20882 13591/13724/20883 -f 13591/13724/20883 13715/13863/20882 13716/13864/20884 -f 13591/13724/20883 13716/13864/20884 13593/13726/20885 -f 13593/13726/20885 13716/13864/20884 13594/13728/20886 -f 13594/13728/20886 13716/13864/20884 13657/13810/20814 -f 13594/13728/20886 13657/13810/20814 13720/13858/20873 -f 13720/13858/20873 13657/13810/20814 13596/13730/20817 -f 13720/13858/20873 13596/13730/20817 13712/13859/20874 -f 13581/13710/20834 13696/13842/20855 13717/13861/20877 -f 13581/13710/20834 13717/13861/20877 13582/13712/20835 -f 13582/13712/20835 13717/13861/20877 13584/13714/20887 -f 13584/13714/20887 13717/13861/20877 13585/13716/20876 -f 13701/13740/20859 13702/13848/20862 13718/13865/20888 -f 13720/13858/20873 13713/13860/20875 13719/13866/20889 -f 13720/13858/20873 13719/13866/20889 13738/13867/20890 -f 13692/13857/20872 13723/13868/20891 13693/13734/20871 -f 13693/13734/20871 13723/13868/20891 13724/13869/20892 -f 13726/13870/20893 13725/13871/20894 13731/13872/20895 -f 13693/13734/20871 13731/13872/20895 13725/13871/20894 -f 13694/13722/20881 13591/13724/20883 13727/13873/20896 -f 13694/13722/20881 13727/13873/20896 13728/13874/20897 -f 13740/13875/20898 13728/13874/20897 13729/13876/20899 -f 13694/13722/20881 13728/13874/20897 13740/13875/20898 -f 13722/13877/20900 13745/13878/20901 13737/13879/20902 -f 13701/13740/20859 13718/13865/20888 13730/13846/20860 -f 13693/13734/20871 13724/13869/20892 13731/13872/20895 -f 13719/13866/20889 13732/13880/20903 13733/13881/20904 -f 13587/13718/20878 13734/13882/20905 13735/13883/20906 -f 13587/13718/20878 13735/13883/20906 13721/13884/20907 -f 13587/13718/20878 13721/13884/20907 13736/13885/20908 -f 13695/13825/20833 13582/13712/20835 13745/13878/20901 -f 13745/13878/20901 13582/13712/20835 13737/13879/20902 -f 13719/13866/20889 13733/13881/20904 13738/13867/20890 -f 13740/13875/20898 13729/13876/20899 13739/13886/20909 -f 13734/13882/20905 13587/13718/20878 13741/13887/20910 -f 13736/13885/20908 13742/13888/20911 13587/13718/20878 -f 13587/13718/20878 13742/13888/20911 13585/13716/20876 -f 13722/13877/20900 13743/13889/20912 13744/13890/20913 -f 13722/13877/20900 13744/13890/20913 13745/13878/20901 -s 39 -f 13749/13891/20914 13755/13892/20915 13750/13893/20916 -f 13749/13891/20914 13750/13893/20916 17517/13894/20917 -f 13753/13895/20918 13749/13891/20914 13754/13896/20919 -f 13753/13895/20918 13751/13897/20920 13749/13891/20914 -f 13749/13891/20914 13751/13897/20920 13752/13898/20921 -f 13749/13891/20914 13752/13898/20921 13755/13892/20915 -f 13755/13892/20915 13752/13898/20921 13748/13899/20922 -f 13751/13897/20920 17323/13900/20923 13752/13898/20921 -f 13752/13898/20921 17323/13900/20923 13747/13901/20924 -f 13747/13901/20924 17323/13900/20923 13746/13902/20925 -f 13757/13903/20926 13756/13904/20927 17296/13905/20928 -f 13757/13903/20926 13758/13906/20929 13756/13904/20927 -f 13756/13904/20927 13758/13906/20929 13759/13907/20930 -f 13758/13906/20929 13760/13908/20931 13761/13909/20932 -f 13761/13909/20932 13760/13908/20931 17508/13910/20933 -f 13762/13911/20934 13761/13909/20932 13763/13912/20935 -f 13762/13911/20934 13764/13913/20936 13761/13909/20932 -f 13761/13909/20932 13764/13913/20936 13759/13907/20930 -f 13761/13909/20932 13759/13907/20930 13758/13906/20929 -f 13759/13907/20930 13764/13913/20936 13765/13914/20937 -f 13764/13913/20936 17268/13915/20938 13765/13914/20937 -f 13765/13914/20937 17268/13915/20938 17267/13916/20939 -f 13766/13917/20940 13767/13918/20941 17238/13919/20942 -f 13767/13918/20941 13766/13917/20940 13768/13920/20943 -f 13766/13917/20940 13769/13921/20944 13770/13922/20945 -f 13770/13922/20945 13769/13921/20944 17499/13923/20946 -f 13771/13924/20947 13770/13922/20945 13772/13925/20948 -f 13771/13924/20947 13773/13926/20949 13770/13922/20945 -f 13770/13922/20945 13773/13926/20949 13768/13920/20943 -f 13770/13922/20945 13768/13920/20943 13766/13917/20940 -f 13768/13920/20943 13773/13926/20949 13774/13927/20950 -f 13773/13926/20949 17216/13928/20951 13774/13927/20950 -f 13774/13927/20950 17216/13928/20951 13775/13929/20952 -f 13778/13930/20953 13777/13931/20954 13776/13932/20955 -f 13778/13930/20953 13776/13932/20955 17187/13933/20956 -f 13778/13930/20953 17200/13934/20957 13779/13935/20958 -f 13779/13935/20958 17200/13934/20957 17489/13936/20959 -f 13780/13937/20960 13779/13935/20958 13781/13938/20961 -f 13780/13937/20960 13782/13939/20962 13779/13935/20958 -f 13779/13935/20958 13782/13939/20962 13777/13931/20954 -f 13779/13935/20958 13777/13931/20954 13778/13930/20953 -f 13777/13931/20954 13782/13939/20962 13783/13940/20963 -f 13782/13939/20962 17159/13941/20964 13783/13940/20963 -f 13783/13940/20963 17159/13941/20964 13784/13942/20965 -f 13787/13943/20966 13786/13944/20967 13785/13945/20968 -f 13787/13943/20966 13785/13945/20968 17130/13946/20969 -f 13787/13943/20966 13788/13947/20970 13789/13948/20971 -f 13789/13948/20971 13788/13947/20970 17480/13949/20972 -f 13790/13950/20973 13789/13948/20971 13791/13951/20974 -f 13790/13950/20973 13792/13952/20975 13789/13948/20971 -f 13789/13948/20971 13792/13952/20975 13786/13944/20967 -f 13789/13948/20971 13786/13944/20967 13787/13943/20966 -f 13786/13944/20967 13792/13952/20975 13793/13953/20976 -f 13792/13952/20975 17106/13954/20977 13793/13953/20976 -f 13793/13953/20976 17106/13954/20977 13794/13955/20978 -f 17077/13956/20979 13796/13957/20980 13795/13958/20981 -f 13795/13958/20981 13796/13957/20980 13797/13959/20982 -f 13797/13959/20982 13796/13957/20980 13798/13960/20983 -f 13798/13960/20983 13796/13957/20980 13799/13961/20984 -f 13798/13960/20983 13799/13961/20984 17470/13962/20985 -f 13800/13963/20986 13801/13964/20987 13798/13960/20983 -f 13798/13960/20983 13801/13964/20987 13802/13965/20988 -f 13798/13960/20983 13802/13965/20988 13797/13959/20982 -f 13802/13965/20988 17048/13966/20989 13797/13959/20982 -f 13797/13959/20982 17048/13966/20989 13803/13967/20990 -f 13804/13968/20991 17019/13969/20992 13811/13970/20993 -f 17019/13969/20992 13805/13971/20994 13811/13970/20993 -f 13811/13970/20993 13805/13971/20994 13806/13972/20995 -f 13806/13972/20995 13805/13971/20994 13807/13973/20996 -f 13806/13972/20995 13807/13973/20996 17459/13974/20997 -f 13808/13975/20998 13809/13976/20999 13806/13972/20995 -f 13806/13972/20995 13809/13976/20999 13810/13977/21000 -f 13806/13972/20995 13810/13977/21000 13811/13970/20993 -f 13810/13977/21000 16995/13978/21001 13811/13970/20993 -f 13811/13970/20993 16995/13978/21001 13812/13979/21002 -f 13814/13980/21003 13816/13981/21004 13815/13982/21005 -f 13816/13981/21004 13814/13980/21003 13817/13983/21006 -f 13817/13983/21006 13814/13980/21003 13818/13984/21007 -f 13817/13983/21006 13818/13984/21007 17449/13985/21008 -f 13820/13986/21009 13819/13987/21010 13817/13983/21006 -f 13821/13988/21011 13816/13981/21004 13817/13983/21006 -f 13821/13988/21011 13817/13983/21006 13819/13987/21010 -f 13816/13981/21004 13821/13988/21011 16944/13989/21012 -f 13816/13981/21004 16944/13989/21012 13813/13990/21013 -f 13813/13990/21013 16944/13989/21012 16943/13991/21014 -f 13822/13992/21015 13823/13993/21016 15983/13994/21017 -f 13822/13992/21015 13824/13995/21018 13825/13996/21019 -f 13825/13996/21019 13824/13995/21018 17438/13997/21020 -f 13826/13998/21021 13825/13996/21019 13827/13999/21022 -f 13826/13998/21021 13828/14000/21023 13825/13996/21019 -f 13825/13996/21019 13828/14000/21023 13823/13993/21016 -f 13825/13996/21019 13823/13993/21016 13822/13992/21015 -f 13823/13993/21016 13828/14000/21023 13829/14001/21024 -f 13828/14000/21023 16888/14002/21025 13829/14001/21024 -f 13829/14001/21024 16888/14002/21025 16887/14003/21026 -f 13830/14004/21027 13831/14005/21028 16858/14006/21029 -f 13831/14005/21028 13830/14004/21027 13832/14007/21030 -f 13830/14004/21027 13833/14008/21031 13834/14009/21032 -f 13834/14009/21032 13833/14008/21031 17429/14010/21033 -f 13835/14011/21034 13834/14009/21032 13836/14012/21035 -f 13835/14011/21034 13837/14013/21036 13834/14009/21032 -f 13834/14009/21032 13837/14013/21036 13832/14007/21030 -f 13834/14009/21032 13832/14007/21030 13830/14004/21027 -f 13832/14007/21030 13837/14013/21036 13838/14014/21037 -f 13837/14013/21036 16833/14015/21038 13838/14014/21037 -f 13838/14014/21037 16833/14015/21038 13839/14016/21039 -f 13842/14017/21040 13841/14018/21041 13840/14019/21042 -f 13842/14017/21040 13840/14019/21042 16804/14020/21043 -f 13842/14017/21040 13843/14021/21044 13844/14022/21045 -f 13844/14022/21045 13843/14021/21044 17420/14023/21046 -f 13845/14024/21047 13844/14022/21045 13846/14025/21048 -f 13845/14024/21047 13847/14026/21049 13844/14022/21045 -f 13844/14022/21045 13847/14026/21049 13841/14018/21041 -f 13844/14022/21045 13841/14018/21041 13842/14017/21040 -f 13841/14018/21041 13847/14026/21049 13848/14027/21050 -f 13847/14026/21049 16779/14028/21051 13848/14027/21050 -f 13848/14027/21050 16779/14028/21051 13849/14029/21052 -f 13852/14030/21053 13851/14031/21054 13850/14032/21055 -f 13852/14030/21053 13850/14032/21055 16747/14033/21056 -f 13852/14030/21053 13853/14034/21057 13854/14035/21058 -f 13854/14035/21058 13853/14034/21057 17410/14036/21059 -f 13855/14037/21060 13854/14035/21058 13856/14038/21061 -f 13855/14037/21060 13857/14039/21062 13854/14035/21058 -f 13854/14035/21058 13857/14039/21062 13851/14031/21054 -f 13854/14035/21058 13851/14031/21054 13852/14030/21053 -f 13851/14031/21054 13857/14039/21062 13858/14040/21063 -f 13857/14039/21062 16725/14041/21064 13858/14040/21063 -f 13858/14040/21063 16725/14041/21064 13859/14042/21065 -f 13860/14043/21066 16695/14044/21067 13861/14045/21068 -f 16695/14044/21067 13862/14046/21069 13861/14045/21068 -f 13861/14045/21068 13862/14046/21069 13863/14047/21070 -f 13863/14047/21070 13862/14046/21069 13864/14048/21071 -f 13863/14047/21070 13864/14048/21071 17400/14049/21072 -f 13865/14050/21073 13866/14051/21074 13863/14047/21070 -f 13863/14047/21070 13866/14051/21074 13867/14052/21075 -f 13863/14047/21070 13867/14052/21075 13861/14045/21068 -f 13867/14052/21075 16672/14053/21076 13861/14045/21068 -f 13861/14045/21068 16672/14053/21076 13868/14054/21077 -f 13870/14055/21078 15959/14056/21079 13871/14057/21080 -f 13870/14055/21078 13871/14057/21080 13875/14058/21081 -f 16645/14059/21082 13872/14060/21083 13873/14061/21084 -f 13873/14061/21084 13872/14060/21083 17390/14062/21085 -f 13876/14063/21086 13873/14061/21084 13877/14064/21087 -f 13876/14063/21086 13874/14065/21088 13873/14061/21084 -f 13873/14061/21084 13874/14065/21088 13875/14058/21081 -f 13873/14061/21084 13875/14058/21081 16645/14059/21082 -f 16645/14059/21082 13875/14058/21081 13871/14057/21080 -f 13875/14058/21081 13874/14065/21088 16617/14066/21089 -f 13875/14058/21081 16617/14066/21089 13869/14067/21090 -f 13869/14067/21090 16617/14066/21089 16616/14068/21091 -f 16589/14069/21092 13878/14070/21093 13879/14071/21094 -f 13878/14070/21093 13880/14072/21095 13881/14073/21096 -f 13881/14073/21096 13880/14072/21095 17381/14074/21097 -f 13882/14075/21098 13881/14073/21096 13883/14076/21099 -f 13882/14075/21098 13884/14077/21100 13881/14073/21096 -f 13881/14073/21096 13884/14077/21100 13879/14071/21094 -f 13881/14073/21096 13879/14071/21094 13878/14070/21093 -f 13879/14071/21094 13884/14077/21100 13885/14078/21101 -f 13884/14077/21100 16561/14079/21102 13885/14078/21101 -f 13885/14078/21101 16561/14079/21102 16560/14080/21103 -f 13886/14081/21104 13887/14082/21105 16533/14083/21106 -f 13887/14082/21105 13886/14081/21104 13888/14084/21107 -f 13886/14081/21104 13889/14085/21108 13890/14086/21109 -f 13890/14086/21109 13889/14085/21108 17371/14087/21110 -f 13891/14088/21111 13890/14086/21109 13892/14089/21112 -f 13891/14088/21111 13893/14090/21113 13890/14086/21109 -f 13890/14086/21109 13893/14090/21113 13888/14084/21107 -f 13890/14086/21109 13888/14084/21107 13886/14081/21104 -f 13888/14084/21107 13893/14090/21113 13894/14091/21114 -f 13893/14090/21113 16508/14092/21115 13894/14091/21114 -f 13894/14091/21114 16508/14092/21115 13895/14093/21116 -f 13898/14094/21117 13897/14095/21118 13896/14096/21119 -f 13898/14094/21117 13896/14096/21119 16477/14097/21120 -f 13898/14094/21117 13899/14098/21121 13900/14099/21122 -f 13900/14099/21122 13899/14098/21121 17361/14100/21123 -f 13901/14101/21124 13900/14099/21122 13902/14102/21125 -f 13901/14101/21124 13903/14103/21126 13900/14099/21122 -f 13900/14099/21122 13903/14103/21126 13897/14095/21118 -f 13900/14099/21122 13897/14095/21118 13898/14094/21117 -f 13897/14095/21118 13903/14103/21126 13904/14104/21127 -f 13903/14103/21126 16453/14105/21128 13904/14104/21127 -f 13904/14104/21127 16453/14105/21128 13905/14106/21129 -f 13908/14107/21130 13907/14108/21131 13906/14109/21132 -f 13908/14107/21130 13906/14109/21132 16426/14110/21133 -f 13908/14107/21130 13909/14111/21134 13910/14112/21135 -f 13910/14112/21135 13909/14111/21134 17350/14113/21136 -f 13911/14114/21137 13910/14112/21135 13912/14115/21138 -f 13911/14114/21137 13913/14116/21139 13910/14112/21135 -f 13910/14112/21135 13913/14116/21139 13907/14108/21131 -f 13910/14112/21135 13907/14108/21131 13908/14107/21130 -f 13907/14108/21131 13913/14116/21139 13914/14117/21140 -f 13913/14116/21139 16399/14118/21141 13914/14117/21140 -f 13914/14117/21140 16399/14118/21141 13915/14119/21142 -f 13918/14120/21143 13917/14121/21144 13916/14122/21145 -f 13918/14120/21143 13916/14122/21145 15934/14123/21146 -f 13918/14120/21143 13919/14124/21147 13920/14125/21148 -f 13920/14125/21148 13919/14124/21147 17538/14126/21149 -f 13921/14127/21150 13920/14125/21148 13922/14128/21151 -f 13921/14127/21150 13923/14129/21152 13920/14125/21148 -f 13920/14125/21148 13923/14129/21152 13917/14121/21144 -f 13920/14125/21148 13917/14121/21144 13918/14120/21143 -f 13917/14121/21144 13923/14129/21152 15932/14130/21153 -f 13923/14129/21152 16345/14131/21154 15932/14130/21153 -f 15932/14130/21153 16345/14131/21154 15931/14132/21155 -f 14035/14133/21156 13924/14134/21157 13925/14135/21158 -f 13997/14136/21159 13926/14137/21160 13927/14138/21161 -f 13962/14139/21162 13928/14140/21163 13929/14141/21164 -f 13930/14142/21165 15320/14143/21166 13931/14144/21167 -f 13930/14142/21165 13931/14144/21167 14037/14145/21168 -f 14037/14145/21168 13931/14144/21167 13932/14146/21169 -f 13934/14147/21170 13933/14148/21171 13935/14149/21172 -f 13935/14149/21172 13936/14150/21173 13934/14147/21170 -f 13934/14147/21170 13936/14150/21173 13937/14151/21174 -f 13937/14151/21174 13936/14150/21173 13930/14142/21165 -f 13930/14142/21165 13936/14150/21173 15320/14143/21166 -f 13947/14152/21175 13938/14153/21176 13939/14154/21177 -f 13938/14153/21176 13947/14152/21175 13940/14155/21178 -f 13941/14156/21179 13940/14155/21178 13942/14157/21180 -f 14724/14158/21181 13944/14159/21182 13945/14160/21183 -f 14724/14158/21181 13945/14160/21183 13946/14161/21184 -f 13944/14159/21182 14724/14158/21181 13943/14162/21185 -f 13943/14162/21185 13947/14152/21175 13944/14159/21182 -f 13944/14159/21182 13947/14152/21175 13939/14154/21177 -f 13949/14163/21186 13948/14164/21187 13950/14165/21188 -f 13949/14163/21186 13950/14165/21188 13951/14166/21189 -f 13949/14163/21186 13951/14166/21189 13952/14167/21190 -f 13952/14167/21190 13951/14166/21189 15378/14168/21191 -f 15378/14168/21191 13955/14169/21192 13952/14167/21190 -f 13945/14160/21183 13953/14170/21193 13946/14161/21184 -f 13946/14161/21184 13953/14170/21193 13954/14171/21194 -f 13954/14171/21194 13953/14170/21193 13955/14169/21192 -f 13954/14171/21194 13955/14169/21192 15378/14168/21191 -f 13956/14172/21195 13957/14173/21196 13958/14174/21197 -f 13958/14174/21197 13959/14175/21198 13956/14172/21195 -f 13959/14175/21198 13958/14174/21197 15411/14176/21199 -f 13959/14175/21198 15411/14176/21199 13960/14177/21200 -f 13960/14177/21200 15411/14176/21199 13961/14178/21201 -f 13957/14173/21196 13956/14172/21195 13963/14179/21202 -f 13957/14173/21196 13963/14179/21202 13964/14180/21203 -f 13965/14181/21204 15439/14182/21205 13966/14183/21206 -f 13965/14181/21204 13966/14183/21206 13967/14184/21207 -f 13967/14184/21207 13966/14183/21206 13964/14180/21203 -f 13967/14184/21207 13964/14180/21203 13968/14185/21208 -f 13968/14185/21208 13964/14180/21203 13963/14179/21202 -f 13970/14186/21209 13969/14187/21210 13971/14188/21211 -f 13970/14186/21209 13971/14188/21211 13972/14189/21212 -f 13972/14189/21212 13971/14188/21211 13965/14181/21204 -f 13965/14181/21204 13971/14188/21211 15439/14182/21205 -f 13981/14190/21213 14083/14191/21214 13973/14192/21215 -f 14083/14191/21214 13981/14190/21213 13974/14193/21216 -f 13975/14194/21217 13974/14193/21216 13976/14195/21218 -f 13979/14196/21219 13977/14197/21220 14667/14198/21221 -f 14667/14198/21221 13977/14197/21220 13978/14199/21222 -f 14667/14198/21221 13980/14200/21223 13979/14196/21219 -f 13980/14200/21223 13981/14190/21213 13979/14196/21219 -f 13979/14196/21219 13981/14190/21213 13973/14192/21215 -f 13982/14201/21224 13983/14202/21225 13984/14203/21226 -f 13985/14204/21227 13984/14203/21226 13986/14205/21228 -f 13985/14204/21227 13986/14205/21228 13987/14206/21229 -f 13985/14204/21227 13987/14206/21229 15151/14207/21230 -f 15151/14207/21230 13989/14208/21231 13985/14204/21227 -f 13978/14199/21222 13977/14197/21220 13988/14209/21232 -f 13978/14199/21222 13988/14209/21232 13990/14210/21233 -f 13990/14210/21233 13988/14209/21232 13989/14208/21231 -f 13990/14210/21233 13989/14208/21231 15151/14207/21230 -f 13991/14211/21234 13992/14212/21235 13994/14213/21236 -f 13991/14211/21234 13994/14213/21236 13993/14214/21237 -f 13993/14214/21237 13994/14213/21236 14071/14215/21238 -f 13994/14213/21236 13995/14216/21239 14071/14215/21238 -f 13995/14216/21239 13996/14217/21240 14071/14215/21238 -f 14071/14215/21238 13996/14217/21240 13997/14136/21159 -f 14001/14218/21241 15207/14219/21242 14000/14220/21243 -f 13992/14212/21235 13991/14211/21234 13998/14221/21244 -f 13992/14212/21235 13998/14221/21244 13999/14222/21245 -f 13999/14222/21245 13998/14221/21244 14000/14220/21243 -f 14000/14220/21243 13998/14221/21244 14001/14218/21241 -f 14002/14223/21246 14003/14224/21247 14004/14225/21248 -f 14002/14223/21246 14004/14225/21248 14005/14226/21249 -f 14004/14225/21248 14006/14227/21250 14005/14226/21249 -f 14006/14227/21250 15207/14219/21242 14005/14226/21249 -f 14005/14226/21249 15207/14219/21242 14007/14228/21251 -f 14007/14228/21251 15207/14219/21242 14001/14218/21241 -f 14018/14229/21252 14008/14230/21253 14009/14231/21254 -f 14018/14229/21252 14010/14232/21255 14011/14233/21256 -f 14010/14232/21255 14018/14229/21252 14009/14231/21254 -f 14012/14234/21257 14008/14230/21253 14013/14235/21258 -f 14015/14236/21259 14016/14237/21260 14017/14238/21261 -f 14017/14238/21261 14016/14237/21260 14605/14239/21262 -f 14017/14238/21261 14605/14239/21262 14011/14233/21256 -f 14011/14233/21256 14605/14239/21262 14014/14240/21263 -f 14014/14240/21263 14018/14229/21252 14011/14233/21256 -f 14019/14241/21264 14028/14242/21265 14016/14237/21260 -f 14019/14241/21264 14016/14237/21260 14015/14236/21259 -f 14020/14243/21266 14021/14244/21267 14022/14245/21268 -f 14020/14243/21266 14022/14245/21268 14023/14246/21269 -f 14023/14246/21269 14022/14245/21268 14024/14247/21270 -f 14024/14247/21270 14025/14248/21271 14023/14246/21269 -f 14023/14246/21269 14025/14248/21271 14026/14249/21272 -f 14023/14246/21269 14026/14249/21272 14027/14250/21273 -f 14026/14249/21272 14028/14242/21265 14027/14250/21273 -f 14027/14250/21273 14028/14242/21265 14019/14241/21264 -f 14029/14251/21274 14031/14252/21275 14030/14253/21276 -f 15295/14254/21277 14032/14255/21278 14031/14252/21275 -f 14031/14252/21275 14032/14255/21278 14030/14253/21276 -f 14032/14255/21278 15295/14254/21277 14033/14256/21279 -f 14033/14256/21279 15295/14254/21277 14034/14257/21280 -f 14030/14253/21276 14036/14258/21281 14029/14251/21274 -f 14029/14251/21274 14036/14258/21281 13932/14146/21169 -f 13932/14146/21169 14036/14258/21281 14037/14145/21168 -f 14038/14259/21282 14039/14260/21283 14040/14261/21284 -f 14041/14262/21285 14047/14263/21286 14039/14260/21283 -f 14039/14260/21283 14047/14263/21286 14040/14261/21284 -f 14042/14264/21287 13933/14148/21171 14043/14265/21288 -f 14043/14265/21288 13933/14148/21171 13934/14147/21170 -f 14043/14265/21288 13934/14147/21170 14044/14266/21289 -f 13934/14147/21170 14045/14267/21290 14044/14266/21289 -f 14044/14266/21289 14045/14267/21290 14046/14268/21291 -f 14044/14266/21289 14046/14268/21291 14041/14262/21285 -f 14041/14262/21285 14046/14268/21291 14047/14263/21286 -f 14034/14257/21280 14035/14133/21156 14033/14256/21279 -f 14033/14256/21279 14035/14133/21156 13925/14135/21158 -f 14033/14256/21279 13925/14135/21158 14048/14269/21292 -f 14048/14269/21292 13925/14135/21158 14049/14270/21293 -f 14050/14271/21294 14051/14272/21295 14049/14270/21293 -f 14049/14270/21293 14051/14272/21295 14048/14269/21292 -f 14052/14273/21296 14053/14274/21297 14054/14275/21298 -f 14054/14275/21298 14053/14274/21297 14055/14276/21299 -f 14054/14275/21298 14055/14276/21299 14050/14271/21294 -f 14050/14271/21294 14055/14276/21299 14051/14272/21295 -f 14020/14243/21266 14023/14246/21269 14056/14277/21300 -f 14020/14243/21266 14056/14277/21300 14057/14278/21301 -f 14057/14278/21301 14056/14277/21300 14058/14279/21302 -f 14057/14278/21301 14058/14279/21302 14052/14273/21296 -f 14052/14273/21296 14058/14279/21302 14059/14280/21303 -f 14052/14273/21296 14059/14280/21303 14053/14274/21297 -f 14009/14231/21254 14008/14230/21253 14012/14234/21257 -f 14009/14231/21254 14012/14234/21257 14060/14281/21304 -f 14060/14281/21304 14012/14234/21257 14061/14282/21305 -f 14060/14281/21304 14061/14282/21305 14062/14283/21306 -f 14062/14283/21306 14061/14282/21305 14063/14284/21307 -f 14062/14283/21306 14063/14284/21307 14064/14285/21308 -f 14064/14285/21308 14063/14284/21307 14065/14286/21309 -f 14064/14285/21308 14065/14286/21309 14068/14287/21310 -f 14066/14288/21311 14067/14289/21312 14065/14286/21309 -f 14065/14286/21309 14067/14289/21312 14068/14287/21310 -f 14002/14223/21246 14005/14226/21249 14069/14290/21313 -f 14002/14223/21246 14069/14290/21313 14066/14288/21311 -f 14066/14288/21311 14069/14290/21313 14070/14291/21314 -f 14066/14288/21311 14070/14291/21314 14067/14289/21312 -f 14071/14215/21238 13997/14136/21159 13927/14138/21161 -f 14071/14215/21238 13927/14138/21161 14072/14292/21315 -f 14071/14215/21238 14072/14292/21315 14073/14293/21316 -f 14073/14293/21316 14072/14292/21315 14074/14294/21317 -f 14074/14294/21317 14072/14292/21315 14075/14295/21318 -f 14074/14294/21317 14075/14295/21318 14076/14296/21319 -f 14076/14296/21319 14075/14295/21318 14077/14297/21320 -f 14076/14296/21319 14077/14297/21320 14082/14298/21321 -f 13984/14203/21226 13985/14204/21227 13982/14201/21224 -f 13982/14201/21224 13985/14204/21227 14080/14299/21322 -f 14080/14299/21322 13985/14204/21227 14078/14300/21323 -f 14080/14299/21322 14078/14300/21323 14079/14301/21324 -f 14080/14299/21322 14079/14301/21324 14081/14302/21325 -f 14080/14299/21322 14081/14302/21325 14077/14297/21320 -f 14077/14297/21320 14081/14302/21325 14082/14298/21321 -f 14083/14191/21214 13974/14193/21216 13975/14194/21217 -f 14083/14191/21214 13975/14194/21217 14084/14303/21326 -f 14083/14191/21214 14084/14303/21326 14091/14304/21327 -f 14086/14305/21328 14085/14306/21329 14087/14307/21330 -f 14086/14305/21328 14087/14307/21330 14088/14308/21331 -f 14088/14308/21331 14087/14307/21330 14089/14309/21332 -f 14089/14309/21332 14087/14307/21330 14090/14310/21333 -f 14089/14309/21332 14090/14310/21333 14084/14303/21326 -f 14084/14303/21326 14090/14310/21333 14091/14304/21327 -f 14085/14306/21329 14086/14305/21328 14092/14311/21334 -f 14092/14311/21334 14086/14305/21328 14093/14312/21335 -f 14092/14311/21334 14093/14312/21335 13970/14186/21209 -f 13970/14186/21209 14093/14312/21335 14094/14313/21336 -f 13970/14186/21209 14094/14313/21336 13969/14187/21210 -f 13969/14187/21210 14094/14313/21336 14450/14314/21337 -f 13961/14178/21201 13962/14139/21162 13960/14177/21200 -f 13960/14177/21200 13962/14139/21162 13929/14141/21164 -f 13960/14177/21200 13929/14141/21164 14095/14315/21338 -f 14095/14315/21338 13929/14141/21164 14096/14316/21339 -f 14095/14315/21338 14096/14316/21339 14098/14317/21340 -f 14098/14317/21340 14096/14316/21339 14097/14318/21341 -f 14098/14317/21340 14097/14318/21341 14099/14319/21342 -f 14098/14317/21340 14099/14319/21342 14100/14320/21343 -f 14101/14321/21344 14102/14322/21345 14099/14319/21342 -f 14099/14319/21342 14102/14322/21345 14100/14320/21343 -f 14103/14323/21346 14104/14324/21347 14101/14321/21344 -f 14101/14321/21344 14104/14324/21347 14102/14322/21345 -f 14105/14325/21348 13948/14164/21187 14106/14326/21349 -f 14106/14326/21349 13948/14164/21187 13949/14163/21186 -f 14106/14326/21349 13949/14163/21186 14107/14327/21350 -f 14107/14327/21350 13949/14163/21186 14108/14328/21351 -f 14107/14327/21350 14108/14328/21351 14109/14329/21352 -f 14109/14329/21352 14108/14328/21351 14110/14330/21353 -f 14109/14329/21352 14110/14330/21353 14103/14323/21346 -f 14103/14323/21346 14110/14330/21353 14111/14331/21354 -f 14103/14323/21346 14111/14331/21354 14104/14324/21347 -f 13938/14153/21176 13940/14155/21178 13941/14156/21179 -f 13938/14153/21176 13941/14156/21179 14112/14332/21355 -f 14112/14332/21355 13941/14156/21179 14038/14259/21282 -f 14112/14332/21355 14038/14259/21282 14113/14333/21356 -f 14113/14333/21356 14038/14259/21282 14040/14261/21284 -s 122 -f 14217/14334/21357 14114/14335/21358 14115/14336/21359 -f 14198/14337/21360 14116/14338/21361 14117/14339/21362 -f 14180/14340/21363 14118/14341/21364 14119/14342/21365 -f 14164/14343/21366 14120/14344/21367 14121/14345/21368 -f 14148/14346/21369 14390/14347/21370 14122/14348/21371 -f 14128/14349/21372 14123/14350/21373 14124/14351/21374 -f 14126/14352/21375 14125/14353/21376 14127/14354/21377 -f 14126/14352/21375 14127/14354/21377 14124/14351/21374 -f 14127/14354/21377 14128/14349/21372 14124/14351/21374 -f 14129/14355/21378 14130/14356/21379 14123/14350/21373 -f 14131/14357/21380 14142/14358/21381 14132/14359/21382 -f 14132/14359/21382 14142/14358/21381 14125/14353/21376 -f 14132/14359/21382 14125/14353/21376 14133/14360/21383 -f 14133/14360/21383 14125/14353/21376 14126/14352/21375 -f 14134/14361/21384 14135/14362/21385 14136/14363/21386 -f 14137/14364/21387 14138/14365/21388 14136/14363/21386 -f 14138/14365/21388 14137/14364/21387 14139/14366/21389 -f 14139/14366/21389 14140/14367/21390 14138/14365/21388 -f 14138/14365/21388 14140/14367/21390 14141/14368/21391 -f 14140/14367/21390 14142/14358/21381 14141/14368/21391 -f 14141/14368/21391 14142/14358/21381 14131/14357/21380 -f 14144/14369/21392 14143/14370/21393 14145/14371/21394 -f 14143/14370/21393 14144/14369/21392 14146/14372/21395 -f 14146/14372/21395 14144/14369/21392 14147/14373/21396 -f 14146/14372/21395 14147/14373/21396 15205/14374/21397 -f 15205/14374/21397 14148/14346/21369 14146/14372/21395 -f 14149/14375/21398 14150/14376/21399 14151/14377/21400 -f 14151/14377/21400 14150/14376/21399 14644/14378/21401 -f 14151/14377/21400 14644/14378/21401 14145/14371/21394 -f 14145/14371/21394 14644/14378/21401 14144/14369/21392 -f 14152/14379/21402 14153/14380/21403 14154/14381/21404 -f 14155/14382/21405 14154/14381/21404 14156/14383/21406 -f 14156/14383/21406 15186/14384/21407 14155/14382/21405 -f 15186/14384/21407 14157/14385/21408 14155/14382/21405 -f 14155/14382/21405 14157/14385/21408 14158/14386/21409 -f 14158/14386/21409 14157/14385/21408 14149/14375/21398 -f 14149/14375/21398 14157/14385/21408 14150/14376/21399 -f 14159/14387/21410 14176/14388/21411 14160/14389/21412 -f 14176/14388/21411 14161/14390/21413 14160/14389/21412 -f 14160/14389/21412 14161/14390/21413 14162/14391/21414 -f 14162/14391/21414 14161/14390/21413 14163/14392/21415 -f 14162/14391/21414 14163/14392/21415 14164/14343/21366 -f 14165/14393/21416 14166/14394/21417 14167/14395/21418 -f 14168/14396/21419 14167/14395/21418 14169/14397/21420 -f 14169/14397/21420 14170/14398/21421 14168/14396/21419 -f 14172/14399/21422 14171/14400/21423 14168/14396/21419 -f 14172/14399/21422 14168/14396/21419 14170/14398/21421 -f 14171/14400/21423 14172/14399/21422 14173/14401/21424 -f 14171/14400/21423 14173/14401/21424 14174/14402/21425 -f 14174/14402/21425 14173/14401/21424 14175/14403/21426 -f 14175/14403/21426 14173/14401/21424 14176/14388/21411 -f 14175/14403/21426 14176/14388/21411 14159/14387/21410 -f 14181/14404/21427 15435/14405/21428 14177/14406/21429 -f 14181/14404/21427 14178/14407/21430 14179/14408/21431 -f 14178/14407/21430 14181/14404/21427 14177/14406/21429 -f 14177/14406/21429 15435/14405/21428 14180/14340/21363 -f 14696/14409/21432 14181/14404/21427 14179/14408/21431 -f 14194/14410/21433 14182/14411/21434 14183/14412/21435 -f 14183/14412/21435 14182/14411/21434 14184/14413/21436 -f 14184/14413/21436 14185/14414/21437 14183/14412/21435 -f 14183/14412/21435 14185/14414/21437 14186/14415/21438 -f 14186/14415/21438 14185/14414/21437 14187/14416/21439 -f 14187/14416/21439 14185/14414/21437 14188/14417/21440 -f 14187/14416/21439 14188/14417/21440 14189/14418/21441 -f 14189/14418/21441 14188/14417/21440 14696/14409/21432 -f 14189/14418/21441 14696/14409/21432 14179/14408/21431 -f 14190/14419/21442 14191/14420/21443 14192/14421/21444 -f 14192/14421/21444 14194/14410/21433 14193/14422/21445 -f 14194/14410/21433 14183/14412/21435 14195/14423/21446 -f 14194/14410/21433 14195/14423/21446 14193/14422/21445 -f 14203/14424/21447 14196/14425/21448 14197/14426/21449 -f 14196/14425/21448 14203/14424/21447 14198/14337/21360 -f 14199/14427/21450 14200/14428/21451 14201/14429/21452 -f 14200/14428/21451 14202/14430/21453 14201/14429/21452 -f 14201/14429/21452 14202/14430/21453 14203/14424/21447 -f 14201/14429/21452 14203/14424/21447 14197/14426/21449 -f 14214/14431/21454 15367/14432/21455 14204/14433/21456 -f 14204/14433/21456 15367/14432/21455 14205/14434/21457 -f 14204/14433/21456 14205/14434/21457 14206/14435/21458 -f 14206/14435/21458 14205/14434/21457 14207/14436/21459 -f 14207/14436/21459 14205/14434/21457 14208/14437/21460 -f 14207/14436/21459 14208/14437/21460 14199/14427/21450 -f 14199/14427/21450 14208/14437/21460 14200/14428/21451 -f 14211/14438/21461 14212/14439/21462 14209/14440/21463 -f 14209/14440/21463 14213/14441/21464 14210/14442/21465 -f 14210/14442/21465 14213/14441/21464 14214/14431/21454 -f 14214/14431/21454 14204/14433/21456 14215/14443/21466 -f 14214/14431/21454 14215/14443/21466 14210/14442/21465 -f 14216/14444/21467 14217/14334/21357 14218/14445/21468 -f 14218/14445/21468 14217/14334/21357 14219/14446/21469 -f 14220/14447/21470 14222/14448/21471 14221/14449/21472 -f 14222/14448/21471 14216/14444/21467 14221/14449/21472 -f 14216/14444/21467 14222/14448/21471 15317/14450/21473 -f 14216/14444/21467 15317/14450/21473 15318/14451/21474 -f 14216/14444/21467 15318/14451/21474 14217/14334/21357 -f 14223/14452/21475 14235/14453/21476 14224/14454/21477 -f 14223/14452/21475 14224/14454/21477 14225/14455/21478 -f 14225/14455/21478 14224/14454/21477 14220/14447/21470 -f 14225/14455/21478 14220/14447/21470 14226/14456/21479 -f 14226/14456/21479 14220/14447/21470 14221/14449/21472 -f 14227/14457/21480 14228/14458/21481 14229/14459/21482 -f 14229/14459/21482 14230/14460/21483 14231/14461/21484 -f 14231/14461/21484 14230/14460/21483 14232/14462/21485 -f 14232/14462/21485 14233/14463/21486 14231/14461/21484 -f 14231/14461/21484 14233/14463/21486 14234/14464/21487 -f 14234/14464/21487 14233/14463/21486 14235/14453/21476 -f 14234/14464/21487 14235/14453/21476 14223/14452/21475 -f 14209/14440/21463 14210/14442/21465 14211/14438/21461 -f 14211/14438/21461 14210/14442/21465 14236/14465/21488 -f 14211/14438/21461 14236/14465/21488 14237/14466/21489 -f 14196/14425/21448 14198/14337/21360 14117/14339/21362 -f 14196/14425/21448 14117/14339/21362 14238/14467/21490 -f 14238/14467/21490 14117/14339/21362 14239/14468/21491 -f 14238/14467/21490 14239/14468/21491 14240/14469/21492 -f 14240/14469/21492 14239/14468/21491 14241/14470/21493 -f 14241/14470/21493 14239/14468/21491 14190/14419/21442 -f 14241/14470/21493 14190/14419/21442 14193/14422/21445 -f 14193/14422/21445 14190/14419/21442 14192/14421/21444 -f 14177/14406/21429 14180/14340/21363 14119/14342/21365 -f 14177/14406/21429 14119/14342/21365 14242/14471/21494 -f 14242/14471/21494 14119/14342/21365 14243/14472/21495 -f 14242/14471/21494 14243/14472/21495 14244/14473/21496 -f 14244/14473/21496 14243/14472/21495 14245/14474/21497 -f 14245/14474/21497 14243/14472/21495 14246/14475/21498 -f 14245/14474/21497 14246/14475/21498 14247/14476/21499 -f 14247/14476/21499 14246/14475/21498 14248/14477/21500 -f 14248/14477/21500 14246/14475/21498 14165/14393/21416 -f 14248/14477/21500 14165/14393/21416 14168/14396/21419 -f 14168/14396/21419 14165/14393/21416 14167/14395/21418 -f 14162/14391/21414 14164/14343/21366 14121/14345/21368 -f 14162/14391/21414 14121/14345/21368 14249/14478/21501 -f 14249/14478/21501 14121/14345/21368 14250/14479/21502 -f 14249/14478/21501 14250/14479/21502 14251/14480/21503 -f 14251/14480/21503 14250/14479/21502 14252/14481/21504 -f 14252/14481/21504 14250/14479/21502 14253/14482/21505 -f 14252/14481/21504 14253/14482/21505 14254/14483/21506 -f 14254/14483/21506 14253/14482/21505 14255/14484/21507 -f 14255/14484/21507 14253/14482/21505 14152/14379/21402 -f 14255/14484/21507 14152/14379/21402 14155/14382/21405 -f 14155/14382/21405 14152/14379/21402 14154/14381/21404 -f 14146/14372/21395 14148/14346/21369 14122/14348/21371 -f 14146/14372/21395 14122/14348/21371 14256/14485/21508 -f 14256/14485/21508 14122/14348/21371 14257/14486/21509 -f 14256/14485/21508 14257/14486/21509 14258/14487/21510 -f 14258/14487/21510 14257/14486/21509 14259/14488/21511 -f 14259/14488/21511 14257/14486/21509 14260/14489/21512 -f 14259/14488/21511 14260/14489/21512 14261/14490/21513 -f 14261/14490/21513 14260/14489/21512 14262/14491/21514 -f 14262/14491/21514 14260/14489/21512 14134/14361/21384 -f 14262/14491/21514 14134/14361/21384 14138/14365/21388 -f 14138/14365/21388 14134/14361/21384 14136/14363/21386 -f 14124/14351/21374 14123/14350/21373 14130/14356/21379 -f 14124/14351/21374 14130/14356/21379 14263/14492/21515 -f 14263/14492/21515 14130/14356/21379 14264/14493/21516 -f 14263/14492/21515 14264/14493/21516 14265/14494/21517 -f 14265/14494/21517 14264/14493/21516 14266/14495/21518 -f 14266/14495/21518 14264/14493/21516 14267/14496/21519 -f 14266/14495/21518 14267/14496/21519 14268/14497/21520 -f 14268/14497/21520 14267/14496/21519 14269/14498/21521 -f 14269/14498/21521 14267/14496/21519 14227/14457/21480 -f 14269/14498/21521 14227/14457/21480 14231/14461/21484 -f 14231/14461/21484 14227/14457/21480 14229/14459/21482 -f 14219/14446/21469 14217/14334/21357 14115/14336/21359 -f 14219/14446/21469 14115/14336/21359 14270/14499/21522 -f 14270/14499/21522 14115/14336/21359 14237/14466/21489 -f 14270/14499/21522 14237/14466/21489 14271/14500/21523 -f 14271/14500/21523 14237/14466/21489 14236/14465/21488 -s 39 -f 14272/14501/21524 16316/14502/21525 14279/14503/21526 -f 16316/14502/21525 14273/14504/21527 14279/14503/21526 -f 14279/14503/21526 14273/14504/21527 14274/14505/21528 -f 14274/14505/21528 14273/14504/21527 14275/14506/21529 -f 14274/14505/21528 14275/14506/21529 17527/14507/21530 -f 14277/14508/21531 14276/14509/21532 14274/14505/21528 -f 14274/14505/21528 14276/14509/21532 14278/14510/21533 -f 14274/14505/21528 14278/14510/21533 14279/14503/21526 -f 14278/14510/21533 16217/14511/21534 14279/14503/21526 -f 14279/14503/21526 16217/14511/21534 15923/14512/21535 -f 15923/14512/21535 16217/14511/21534 16216/14513/21536 -f 14280/14514/21537 14281/14515/21538 14282/14516/21539 -f 14282/14516/21539 14281/14515/21538 14283/14517/21540 -f 14283/14517/21540 14281/14515/21538 14284/14518/21541 -f 14284/14518/21541 14281/14515/21538 14285/14519/21542 -f 14284/14518/21541 14285/14519/21542 14286/14520/21543 -f 14286/14520/21543 14285/14519/21542 14287/14521/21544 -f 14287/14521/21544 14285/14519/21542 14288/14522/21545 -f 14287/14521/21544 14288/14522/21545 14289/14523/21546 -f 14289/14523/21546 14288/14522/21545 14290/14524/21547 -f 14289/14523/21546 14290/14524/21547 14291/14525/21548 -f 14291/14525/21548 14290/14524/21547 14292/14526/21549 -f 14292/14526/21549 14290/14524/21547 14293/14527/21550 -f 14293/14527/21550 14290/14524/21547 14294/14528/21551 -f 14293/14527/21550 14294/14528/21551 14295/14529/21552 -f 14295/14529/21552 14294/14528/21551 14296/14530/21553 -f 14296/14530/21553 14294/14528/21551 14297/14531/21554 -f 14296/14530/21553 14297/14531/21554 14298/14532/21555 -f 14298/14532/21555 14297/14531/21554 14299/14533/21556 -f 14298/14532/21555 14299/14533/21556 14300/14534/21557 -f 14300/14534/21557 14299/14533/21556 15613/14535/21558 -f 14300/14534/21557 15613/14535/21558 14324/14536/21559 -f 14301/14537/21560 14302/14538/21561 14303/14539/21562 -f 14303/14539/21562 14302/14538/21561 14304/14540/21563 -f 14304/14540/21563 14302/14538/21561 14305/14541/21564 -f 14304/14540/21563 14305/14541/21564 14306/14542/21565 -f 14306/14542/21565 14305/14541/21564 14308/14543/21566 -f 14308/14543/21566 14305/14541/21564 14307/14544/21567 -f 14308/14543/21566 14307/14544/21567 14309/14545/21568 -f 14309/14545/21568 14307/14544/21567 14310/14546/21569 -f 14310/14546/21569 14307/14544/21567 14311/14547/21570 -f 14310/14546/21569 14311/14547/21570 14312/14548/21571 -f 14312/14548/21571 14311/14547/21570 14313/14549/21572 -f 14313/14549/21572 14311/14547/21570 14314/14550/21573 -f 14313/14549/21572 14314/14550/21573 14315/14551/21574 -f 14315/14551/21574 14314/14550/21573 14316/14552/21575 -f 14315/14551/21574 14316/14552/21575 14317/14553/21576 -f 14317/14553/21576 14316/14552/21575 15556/14554/21577 -f 14317/14553/21576 15556/14554/21577 14318/14555/21578 -f 14318/14555/21578 15556/14554/21577 14319/14556/21579 -f 14319/14556/21579 15556/14554/21577 14320/14557/21580 -f 14320/14557/21580 15556/14554/21577 14321/14558/21581 -f 14320/14557/21580 14321/14558/21581 14322/14559/21582 -f 14322/14559/21582 14321/14558/21581 14346/14560/21583 -f 14324/14536/21559 15613/14535/21558 14323/14561/21584 -f 14324/14536/21559 14323/14561/21584 14326/14562/21585 -f 14326/14562/21585 14323/14561/21584 14325/14563/21586 -f 14326/14562/21585 14325/14563/21586 14327/14564/21587 -f 14327/14564/21587 14325/14563/21586 14328/14565/21588 -f 14327/14564/21587 14328/14565/21588 14329/14566/21589 -f 14329/14566/21589 14328/14565/21588 14330/14567/21590 -f 14330/14567/21590 14328/14565/21588 14331/14568/21591 -f 14330/14567/21590 14331/14568/21591 14332/14569/21592 -f 14332/14569/21592 14331/14568/21591 14333/14570/21593 -f 14333/14570/21593 14331/14568/21591 14334/14571/21594 -f 14334/14571/21594 14331/14568/21591 15500/14572/21595 -f 14334/14571/21594 15500/14572/21595 14335/14573/21596 -f 14335/14573/21596 15500/14572/21595 14336/14574/21597 -f 14335/14573/21596 14336/14574/21597 14338/14575/21598 -f 14338/14575/21598 14336/14574/21597 14337/14576/21599 -f 14338/14575/21598 14337/14576/21599 14339/14577/21600 -f 14339/14577/21600 14337/14576/21599 14340/14578/21601 -f 14339/14577/21600 14340/14578/21601 14341/14579/21602 -f 14341/14579/21602 14340/14578/21601 14342/14580/21603 -f 14342/14580/21603 14340/14578/21601 14343/14581/21604 -f 14343/14581/21604 14340/14578/21601 14344/14582/21605 -f 14343/14581/21604 14344/14582/21605 14301/14537/21560 -f 14301/14537/21560 14344/14582/21605 14302/14538/21561 -f 14346/14560/21583 14321/14558/21581 14345/14583/21606 -f 14346/14560/21583 14345/14583/21606 14347/14584/21607 -f 14347/14584/21607 14345/14583/21606 15542/14585/21608 -f 14347/14584/21607 15542/14585/21608 14348/14586/21609 -f 14348/14586/21609 15542/14585/21608 14349/14587/21610 -f 14349/14587/21610 15542/14585/21608 14350/14588/21611 -f 14349/14587/21610 14350/14588/21611 14351/14589/21612 -f 14351/14589/21612 14350/14588/21611 14352/14590/21613 -f 14352/14590/21613 14350/14588/21611 14353/14591/21614 -f 14353/14591/21614 14350/14588/21611 14354/14592/21615 -f 14353/14591/21614 14354/14592/21615 14355/14593/21616 -f 14355/14593/21616 14354/14592/21615 14357/14594/21617 -f 14357/14594/21617 14354/14592/21615 14356/14595/21618 -f 14357/14594/21617 14356/14595/21618 14358/14596/21619 -f 14358/14596/21619 14356/14595/21618 14360/14597/21620 -f 14360/14597/21620 14356/14595/21618 14359/14598/21621 -f 14360/14597/21620 14359/14598/21621 14361/14599/21622 -f 14361/14599/21622 14359/14598/21621 15528/14600/21623 -f 14361/14599/21622 15528/14600/21623 14362/14601/21624 -f 14362/14601/21624 15528/14600/21623 14363/14602/21625 -f 14362/14601/21624 14363/14602/21625 14364/14603/21626 -f 14364/14603/21626 14363/14602/21625 14365/14604/21627 -f 14365/14604/21627 14363/14602/21625 14366/14605/21628 -f 14365/14604/21627 14366/14605/21628 14367/14606/21629 -f 14367/14606/21629 14366/14605/21628 14280/14514/21537 -f 14280/14514/21537 14366/14605/21628 14281/14515/21538 -f 14088/14308/21630 14089/14309/21631 14369/14607/21632 -f 14370/14608/21633 14371/14609/21634 16583/14610/21635 -f 16991/14611/21636 14372/14612/21637 16299/14613/21638 -f 17102/14614/21639 14373/14615/21640 14374/14616/21641 -f 14376/14617/21642 16281/14618/21643 16395/14619/21644 -f 16395/14619/21644 16281/14618/21643 16421/14620/21645 -f 14377/14621/21646 16395/14619/21644 13976/14195/21647 -f 13976/14195/21647 16395/14619/21644 13975/14194/21648 -f 13975/14194/21648 16395/14619/21644 16421/14620/21645 -f 13975/14194/21648 16421/14620/21645 14378/14622/21649 -f 16449/14623/21650 14084/14303/21651 13975/14194/21648 -f 16449/14623/21650 13975/14194/21648 14378/14622/21649 -f 14080/14299/21652 16341/14624/21653 13982/14201/21654 -f 13982/14201/21654 16341/14624/21653 13983/14202/21655 -f 16395/14619/21644 14377/14621/21646 13983/14202/21655 -f 16395/14619/21644 13983/14202/21655 14389/14625/21656 -f 14377/14621/21646 14379/14626/21657 13983/14202/21655 -f 13983/14202/21655 14379/14626/21657 14380/14627/21658 -f 13983/14202/21655 14380/14627/21658 14381/14628/21659 -f 14381/14628/21659 14380/14627/21658 14382/14629/21660 -f 14381/14628/21659 14382/14629/21660 14458/14630/21661 -f 14458/14630/21661 14382/14629/21660 14383/14631/21662 -f 14383/14631/21662 14384/14632/21663 14458/14630/21661 -f 14458/14630/21661 14384/14632/21663 14385/14633/21664 -f 14458/14630/21661 14385/14633/21664 14386/14634/21665 -f 14386/14634/21665 14385/14633/21664 14387/14635/21666 -f 14388/14636/21667 16279/14637/21668 16341/14624/21653 -f 16341/14624/21653 16279/14637/21668 16367/14638/21669 -f 16341/14624/21653 16367/14638/21669 13983/14202/21655 -f 13983/14202/21655 16367/14638/21669 14389/14625/21656 -f 14152/14379/21670 14386/14634/21665 14153/14380/21671 -f 14153/14380/21671 14386/14634/21665 14390/14347/21672 -f 14391/14639/21673 14080/14299/21652 14077/14297/21674 -f 14152/14379/21670 14253/14482/21675 14250/14479/21676 -f 14250/14479/21676 14121/14345/21677 14152/14379/21670 -f 14152/14379/21670 14121/14345/21677 14120/14344/21678 -f 14152/14379/21670 14120/14344/21678 14386/14634/21665 -f 14386/14634/21665 14120/14344/21678 14392/14640/21679 -f 14386/14634/21665 14392/14640/21679 14393/14641/21680 -f 14394/14642/21681 14080/14299/21652 16239/14643/21682 -f 16239/14643/21682 14080/14299/21652 14391/14639/21673 -f 16239/14643/21682 14391/14639/21673 16185/14644/21683 -f 16185/14644/21683 14391/14639/21673 14395/14645/21684 -f 14080/14299/21652 14394/14642/21681 16341/14624/21653 -f 14393/14641/21680 14396/14646/21685 14386/14634/21665 -f 14386/14634/21665 14396/14646/21685 14397/14647/21686 -f 14386/14634/21665 14397/14647/21686 14398/14648/21687 -f 14077/14297/21674 14075/14295/21688 14391/14639/21673 -f 14391/14639/21673 14075/14295/21688 14072/14292/21689 -f 14391/14639/21673 14072/14292/21689 13927/14138/21690 -f 14399/14649/21691 14400/14650/21692 14406/14651/21693 -f 14406/14651/21693 14400/14650/21692 14401/14652/21694 -f 14406/14651/21693 14401/14652/21694 14390/14347/21672 -f 14390/14347/21672 14401/14652/21694 14402/14653/21695 -f 14390/14347/21672 14402/14653/21695 14403/14654/21696 -f 14403/14654/21696 14404/14655/21697 14390/14347/21672 -f 14390/14347/21672 14404/14655/21697 14405/14656/21698 -f 14390/14347/21672 14405/14656/21698 14153/14380/21671 -f 14391/14639/21673 13927/14138/21690 14406/14651/21693 -f 14406/14651/21693 13927/14138/21690 13926/14137/21699 -f 14406/14651/21693 13926/14137/21699 14407/14657/21700 -f 14406/14651/21693 14407/14657/21700 14399/14649/21691 -f 14459/14658/21701 14408/14659/21702 14406/14651/21693 -f 14406/14651/21693 14408/14659/21702 14409/14660/21703 -f 14406/14651/21693 14409/14660/21703 14410/14661/21704 -f 14410/14661/21704 14411/14662/21705 14406/14651/21693 -f 14406/14651/21693 14411/14662/21705 14412/14663/21706 -f 14406/14651/21693 14412/14663/21706 14413/14664/21707 -f 14061/14282/21708 14375/14665/21709 14063/14284/21710 -f 14063/14284/21710 14375/14665/21709 14414/14666/21711 -f 14063/14284/21710 14414/14666/21711 14065/14286/21712 -f 14065/14286/21712 14414/14666/21711 14066/14288/21713 -f 14415/14667/21714 16306/14668/21715 17319/14669/21716 -f 17319/14669/21716 16306/14668/21715 14406/14651/21693 -f 14414/14666/21711 17497/14670/21717 14066/14288/21713 -f 14066/14288/21713 17497/14670/21717 14002/14223/21718 -f 14002/14223/21718 17497/14670/21717 14416/14671/21719 -f 14002/14223/21718 14416/14671/21719 14003/14224/21720 -f 14418/14672/21721 17319/14669/21716 14003/14224/21720 -f 14417/14673/21722 17281/14674/21723 14416/14671/21719 -f 14416/14671/21719 17281/14674/21723 17291/14675/21724 -f 14416/14671/21719 17291/14675/21724 14003/14224/21720 -f 14003/14224/21720 17291/14675/21724 14418/14672/21721 -f 14413/14664/21707 14419/14676/21725 14406/14651/21693 -f 14406/14651/21693 14419/14676/21725 14003/14224/21720 -f 14406/14651/21693 14003/14224/21720 17319/14669/21716 -f 17212/14677/21726 14420/14678/21727 16305/14679/21728 -f 14422/14680/21729 16302/14681/21730 17182/14682/21731 -f 14421/14683/21732 17212/14677/21726 14375/14665/21709 -f 14375/14665/21709 17212/14677/21726 14414/14666/21711 -f 14414/14666/21711 17212/14677/21726 16305/14679/21728 -f 14422/14680/21729 17182/14682/21731 14375/14665/21709 -f 14375/14665/21709 17182/14682/21731 14421/14683/21732 -f 17155/14684/21733 14422/14680/21729 14375/14665/21709 -f 17155/14684/21733 14375/14665/21709 14423/14685/21734 -f 17155/14684/21733 14423/14685/21734 17477/14686/21735 -f 14423/14685/21734 17127/14687/21736 17477/14686/21735 -f 14423/14685/21734 14424/14688/21737 14021/14244/21738 -f 14426/14689/21739 14425/14690/21740 17071/14691/21741 -f 17126/14692/21742 17127/14687/21736 14374/14616/21641 -f 14374/14616/21641 17127/14687/21736 14423/14685/21734 -f 14374/14616/21641 14423/14685/21734 17102/14614/21639 -f 17102/14614/21639 14423/14685/21734 14021/14244/21738 -f 17102/14614/21639 14021/14244/21738 14020/14243/21743 -f 17102/14614/21639 14020/14243/21743 17467/14693/21744 -f 17467/14693/21744 14020/14243/21743 14057/14278/21745 -f 17467/14693/21744 14057/14278/21745 17071/14691/21741 -f 16991/14611/21636 16299/14613/21638 17016/14694/21746 -f 14427/14695/21747 14425/14690/21740 17044/14696/21748 -f 17044/14696/21748 14425/14690/21740 14426/14689/21739 -f 17044/14696/21748 14426/14689/21739 14428/14697/21749 -f 16991/14611/21636 17016/14694/21746 14426/14689/21739 -f 14426/14689/21739 17016/14694/21746 14428/14697/21749 -f 14500/14698/21750 14429/14699/21751 14042/14264/21752 -f 14430/14700/21753 16297/14701/21754 14431/14702/21755 -f 14431/14702/21755 16297/14701/21754 16965/14703/21756 -f 14431/14702/21755 16965/14703/21756 14044/14266/21757 -f 14432/14704/21758 14042/14264/21752 16965/14703/21756 -f 16965/14703/21756 14042/14264/21752 14043/14265/21759 -f 16965/14703/21756 14043/14265/21759 14044/14266/21757 -f 14433/14705/21760 14431/14702/21755 14044/14266/21757 -f 14436/14706/21761 14434/14707/21762 16295/14708/21763 -f 14044/14266/21757 14435/14709/21764 14433/14705/21760 -f 14433/14705/21760 14435/14709/21764 14436/14706/21761 -f 14433/14705/21760 14436/14706/21761 16295/14708/21763 -f 14439/14710/21765 14436/14706/21761 14435/14709/21764 -f 16801/14711/21766 17417/14712/21767 14437/14713/21768 -f 17417/14712/21767 16829/14714/21769 14437/14713/21768 -f 14437/14713/21768 16829/14714/21769 14435/14709/21764 -f 14438/14715/21770 16293/14716/21771 16829/14714/21769 -f 16829/14714/21769 16293/14716/21771 16855/14717/21772 -f 16829/14714/21769 16855/14717/21772 14435/14709/21764 -f 14435/14709/21764 16855/14717/21772 14439/14710/21765 -f 14105/14325/21773 14437/14713/21768 14440/14718/21774 -f 14440/14718/21774 14437/14713/21768 14498/14719/21775 -f 14441/14720/21776 16292/14721/21777 14442/14722/21778 -f 14442/14722/21778 16292/14721/21777 16801/14711/21766 -f 14442/14722/21778 16801/14711/21766 14437/14713/21768 -f 14442/14722/21778 14437/14713/21768 14105/14325/21773 -f 14442/14722/21778 14105/14325/21773 14443/14723/21779 -f 14445/14724/21780 16291/14725/21781 14444/14726/21782 -f 14444/14726/21782 16291/14725/21781 14443/14723/21779 -f 14446/14727/21783 16289/14728/21784 16693/14729/21785 -f 14447/14730/21786 14448/14731/21787 16640/14732/21788 -f 16640/14732/21788 14448/14731/21787 14449/14733/21789 -f 16640/14732/21788 14449/14733/21789 16285/14734/21790 -f 14448/14731/21787 14447/14730/21786 16668/14735/21791 -f 14448/14731/21787 16668/14735/21791 16693/14729/21785 -f 16693/14729/21785 16668/14735/21791 14446/14727/21783 -f 14450/14314/21792 16584/14736/21793 17378/14737/21794 -f 14451/14738/21795 14449/14733/21789 16613/14739/21796 -f 16613/14739/21796 14449/14733/21789 14448/14731/21787 -f 16613/14739/21796 14448/14731/21787 14450/14314/21792 -f 16613/14739/21796 14450/14314/21792 17378/14737/21794 -f 14369/14607/21632 14452/14740/21797 16530/14741/21798 -f 16583/14610/21635 16584/14736/21793 14450/14314/21792 -f 16583/14610/21635 14450/14314/21792 14370/14608/21633 -f 14370/14608/21633 14450/14314/21792 14453/14742/21799 -f 14453/14742/21799 14450/14314/21792 14094/14313/21800 -f 14453/14742/21799 14094/14313/21800 14093/14312/21801 -f 14453/14742/21799 14093/14312/21801 16530/14741/21798 -f 16449/14623/21650 14369/14607/21632 14089/14309/21631 -f 16449/14623/21650 14089/14309/21631 14084/14303/21651 -f 14454/14743/21802 14452/14740/21797 16504/14744/21803 -f 16504/14744/21803 14452/14740/21797 14369/14607/21632 -f 16504/14744/21803 14369/14607/21632 14456/14745/21804 -f 14455/14746/21805 16283/14747/21806 16449/14623/21650 -f 16449/14623/21650 16283/14747/21806 16474/14748/21807 -f 16449/14623/21650 16474/14748/21807 14369/14607/21632 -f 14369/14607/21632 16474/14748/21807 14456/14745/21804 -f 14398/14648/21687 14457/14749/21808 14386/14634/21665 -f 14386/14634/21665 14457/14749/21808 14458/14630/21661 -f 14459/14658/21701 14406/14651/21693 14390/14347/21672 -f 14390/14347/21672 14460/14750/21809 14122/14348/21810 -f 14461/14751/21811 14462/14752/21812 14423/14685/21734 -f 14061/14282/21708 14012/14234/21813 14375/14665/21709 -f 14375/14665/21709 14012/14234/21813 14013/14235/21814 -f 14375/14665/21709 14013/14235/21814 14423/14685/21734 -f 14423/14685/21734 14013/14235/21814 14463/14753/21815 -f 14423/14685/21734 14463/14753/21815 14461/14751/21811 -f 14464/14754/21816 14465/14755/21817 14460/14750/21809 -f 14460/14750/21809 14465/14755/21817 14135/14362/21818 -f 14460/14750/21809 14135/14362/21818 14134/14361/21819 -f 14134/14361/21819 14260/14489/21820 14460/14750/21809 -f 14460/14750/21809 14260/14489/21820 14257/14486/21821 -f 14460/14750/21809 14257/14486/21821 14122/14348/21810 -f 14462/14752/21812 14466/14756/21822 14423/14685/21734 -f 14423/14685/21734 14466/14756/21822 14467/14757/21823 -f 14423/14685/21734 14467/14757/21823 14468/14758/21824 -f 16530/14741/21798 14093/14312/21801 14369/14607/21632 -f 14369/14607/21632 14093/14312/21801 14086/14305/21825 -f 14369/14607/21632 14086/14305/21825 14088/14308/21630 -f 14469/14759/21826 14478/14760/21827 14470/14761/21828 -f 14471/14762/21829 14368/14763/21830 14469/14759/21826 -f 14471/14762/21829 14469/14759/21826 14472/14764/21831 -f 14470/14761/21828 14473/14765/21832 14469/14759/21826 -f 14469/14759/21826 14473/14765/21832 14474/14766/21833 -f 14469/14759/21826 14474/14766/21833 14472/14764/21831 -f 14475/14767/21834 14118/14341/21835 14469/14759/21826 -f 14469/14759/21826 14118/14341/21835 14476/14768/21836 -f 14386/14634/21665 14387/14635/21666 14166/14394/21837 -f 14386/14634/21665 14166/14394/21837 14475/14767/21834 -f 14475/14767/21834 14166/14394/21837 14165/14393/21838 -f 14475/14767/21834 14165/14393/21838 14246/14475/21839 -f 14476/14768/21836 14477/14769/21840 14469/14759/21826 -f 14469/14759/21826 14477/14769/21840 14478/14760/21827 -f 14246/14475/21839 14243/14472/21841 14475/14767/21834 -f 14475/14767/21834 14243/14472/21841 14119/14342/21842 -f 14475/14767/21834 14119/14342/21842 14118/14341/21835 -f 14096/14316/21843 13929/14141/21844 14448/14731/21787 -f 14448/14731/21787 13929/14141/21844 13928/14140/21845 -f 14448/14731/21787 13928/14140/21845 14450/14314/21792 -f 14450/14314/21792 13928/14140/21845 14479/14770/21846 -f 14450/14314/21792 14479/14770/21846 14480/14771/21847 -f 14480/14771/21847 14481/14772/21848 14450/14314/21792 -f 14450/14314/21792 14481/14772/21848 14482/14773/21849 -f 14450/14314/21792 14482/14773/21849 14469/14759/21826 -f 14469/14759/21826 14482/14773/21849 14483/14774/21850 -f 14469/14759/21826 14483/14774/21850 14484/14775/21851 -f 14109/14329/21852 14103/14323/21853 14444/14726/21782 -f 14444/14726/21782 14103/14323/21853 16693/14729/21785 -f 14103/14323/21853 14101/14321/21854 16693/14729/21785 -f 16693/14729/21785 14101/14321/21854 14099/14319/21855 -f 16693/14729/21785 14099/14319/21855 14448/14731/21787 -f 14448/14731/21787 14099/14319/21855 14097/14318/21856 -f 14448/14731/21787 14097/14318/21856 14096/14316/21843 -f 14443/14723/21779 14105/14325/21773 14106/14326/21857 -f 14443/14723/21779 14106/14326/21857 14444/14726/21782 -f 14444/14726/21782 14106/14326/21857 14107/14327/21858 -f 14444/14726/21782 14107/14327/21858 14109/14329/21852 -f 14485/14776/21859 14486/14777/21860 14498/14719/21775 -f 14498/14719/21775 14486/14777/21860 14487/14778/21861 -f 14498/14719/21775 14487/14778/21861 14488/14779/21862 -f 14488/14779/21862 14489/14780/21863 14498/14719/21775 -f 14498/14719/21775 14489/14780/21863 14490/14781/21864 -f 14498/14719/21775 14490/14781/21864 14440/14718/21774 -f 14116/14338/21865 14492/14782/21866 14498/14719/21775 -f 14498/14719/21775 14492/14782/21866 14485/14776/21859 -f 14491/14783/21867 14191/14420/21868 14190/14419/21869 -f 14469/14759/21826 14484/14775/21851 14493/14784/21870 -f 14469/14759/21826 14493/14784/21870 14491/14783/21867 -f 14491/14783/21867 14493/14784/21870 14494/14785/21871 -f 14491/14783/21867 14494/14785/21871 14191/14420/21868 -f 14190/14419/21869 14239/14468/21872 14491/14783/21867 -f 14491/14783/21867 14239/14468/21872 14117/14339/21873 -f 14491/14783/21867 14117/14339/21873 14116/14338/21865 -f 13941/14156/21874 13942/14157/21875 14437/14713/21768 -f 14437/14713/21768 13942/14157/21875 14495/14786/21876 -f 14495/14786/21876 14496/14787/21877 14437/14713/21768 -f 14437/14713/21768 14496/14787/21877 14497/14788/21878 -f 14437/14713/21768 14497/14788/21878 14498/14719/21775 -f 14498/14719/21775 14497/14788/21878 14499/14789/21879 -f 14044/14266/21757 14041/14262/21880 14435/14709/21764 -f 14435/14709/21764 14041/14262/21880 14039/14260/21881 -f 14435/14709/21764 14039/14260/21881 14437/14713/21768 -f 14437/14713/21768 14039/14260/21881 14038/14259/21882 -f 14437/14713/21768 14038/14259/21882 13941/14156/21874 -f 14500/14698/21750 14501/14790/21883 14429/14699/21751 -f 14237/14466/21884 14115/14336/21885 14502/14791/21886 -f 14502/14791/21886 14115/14336/21885 14114/14335/21887 -f 14502/14791/21886 14114/14335/21887 14503/14792/21888 -f 14502/14791/21886 14504/14793/21889 14500/14698/21750 -f 14500/14698/21750 14504/14793/21889 14505/14794/21890 -f 14498/14719/21775 14499/14789/21879 14506/14795/21891 -f 14498/14719/21775 14506/14795/21891 14507/14796/21892 -f 14507/14796/21892 14506/14795/21891 14508/14797/21893 -f 14507/14796/21892 14508/14797/21893 14509/14798/21894 -f 14503/14792/21888 14510/14799/21895 14502/14791/21886 -f 14502/14791/21886 14510/14799/21895 14511/14800/21896 -f 14502/14791/21886 14511/14800/21896 14504/14793/21889 -f 14509/14798/21894 14512/14801/21897 14507/14796/21892 -f 14507/14796/21892 14512/14801/21897 14212/14439/21898 -f 14507/14796/21892 14212/14439/21898 14502/14791/21886 -f 14502/14791/21886 14212/14439/21898 14211/14438/21899 -f 14502/14791/21886 14211/14438/21899 14237/14466/21884 -f 13924/14134/21900 16991/14611/21636 13925/14135/21901 -f 13925/14135/21901 16991/14611/21636 14049/14270/21902 -f 14049/14270/21902 16991/14611/21636 14050/14271/21903 -f 14050/14271/21903 16991/14611/21636 14426/14689/21739 -f 14050/14271/21903 14426/14689/21739 14054/14275/21904 -f 14500/14698/21750 14513/14802/21905 14514/14803/21906 -f 14514/14803/21906 14515/14804/21907 14500/14698/21750 -f 14500/14698/21750 14515/14804/21907 14516/14805/21908 -f 14500/14698/21750 14516/14805/21908 14502/14791/21886 -f 14502/14791/21886 14516/14805/21908 14517/14806/21909 -f 14518/14807/21910 14519/14808/21911 14500/14698/21750 -f 14500/14698/21750 14519/14808/21911 14520/14809/21912 -f 14500/14698/21750 14520/14809/21912 14513/14802/21905 -f 14042/14264/21752 14432/14704/21758 14500/14698/21750 -f 14500/14698/21750 14432/14704/21758 16991/14611/21636 -f 14500/14698/21750 16991/14611/21636 14518/14807/21910 -f 14518/14807/21910 16991/14611/21636 13924/14134/21900 -f 17071/14691/21741 14057/14278/21745 14426/14689/21739 -f 14426/14689/21739 14057/14278/21745 14052/14273/21913 -f 14426/14689/21739 14052/14273/21913 14054/14275/21904 -f 14521/14810/21914 14228/14458/21915 14227/14457/21916 -f 14522/14811/21917 14523/14812/21918 14423/14685/21734 -f 14423/14685/21734 14523/14812/21918 14524/14813/21919 -f 14423/14685/21734 14524/14813/21919 14525/14814/21920 -f 14227/14457/21916 14267/14496/21921 14521/14810/21914 -f 14521/14810/21914 14267/14496/21921 14264/14493/21922 -f 14521/14810/21914 14264/14493/21922 14130/14356/21923 -f 14129/14355/21924 14526/14815/21925 14423/14685/21734 -f 14423/14685/21734 14526/14815/21925 14527/14816/21926 -f 14423/14685/21734 14527/14816/21926 14522/14811/21917 -f 14525/14814/21920 14528/14817/21927 14423/14685/21734 -f 14423/14685/21734 14528/14817/21927 14529/14818/21928 -f 14423/14685/21734 14529/14818/21928 14424/14688/21737 -f 14502/14791/21886 14533/14819/21929 14530/14820/21930 -f 14521/14810/21914 14531/14821/21931 14532/14822/21932 -s off -f 17702/14823/21933 17613/13775/21934 14534/14824/21935 -s 39 -f 14535/14825/21936 14502/14791/21886 14534/14824/21937 -f 14532/14822/21932 14536/14826/21938 14521/14810/21914 -f 14521/14810/21914 14536/14826/21938 14502/14791/21886 -f 14521/14810/21914 14502/14791/21886 14228/14458/21915 -f 14228/14458/21915 14502/14791/21886 14517/14806/21909 -f 14502/14791/21886 14536/14826/21938 14538/14827/21939 -f 14540/14828/21940 14541/14829/21941 14550/14830/21942 -f 14507/14796/21892 14542/14831/21943 14543/14832/21944 -f 14537/14833/21945 14546/14834/21946 14538/14827/21939 -f 14538/14827/21939 14546/14834/21946 14502/14791/21886 -f 14502/14791/21886 14546/14834/21946 14533/14819/21929 -f 14530/14820/21930 17702/14823/21947 14534/14824/21937 -f 14530/14820/21930 14534/14824/21937 14502/14791/21886 -f 14507/14796/21892 14548/14835/21948 14547/14836/21949 -f 14553/14837/21950 14548/14835/21948 14507/14796/21892 -f 14550/14830/21942 14541/14829/21941 17703/14838/21951 -s off -f 14550/14830/21952 17703/14838/21953 17605/13781/21954 -s 39 -f 14544/14839/21955 14551/14840/21956 14545/14841/21957 -s off -f 14545/14841/21958 14551/14840/21959 14552/13711/21960 -s 39 -f 14537/14833/21945 14538/14827/21939 17701/14842/21961 -f 14553/14837/21950 14554/14843/21962 14539/14844/21963 -f 14553/14837/21950 14539/14844/21963 17696/14845/21964 -f 14502/14791/21886 14535/14825/21936 14541/14829/21941 -f 14541/14829/21941 14540/14828/21940 14502/14791/21886 -f 14502/14791/21886 14540/14828/21940 14507/14796/21892 -f 14507/14796/21892 14540/14828/21940 14554/14843/21962 -f 14507/14796/21892 14547/14836/21949 14542/14831/21943 -f 14542/14831/21943 14547/14836/21949 14549/14846/21965 -s off -f 14549/14846/21966 14547/14836/21967 14555/13705/21968 -s 39 -f 14553/14837/21950 14507/14796/21892 14554/14843/21962 -f 14460/14750/21809 14573/14847/21969 14556/14848/21970 -f 14460/14750/21809 14556/14848/21970 14521/14810/21914 -f 17700/14849/21971 14531/14821/21931 14521/14810/21914 -f 17700/14849/21971 14521/14810/21914 14556/14848/21970 -f 14570/14850/21972 14557/14851/21973 14390/14347/21672 -f 14390/14347/21672 14557/14851/21973 14558/14852/21974 -f 14574/14853/21975 14562/14854/21976 14386/14634/21665 -f 14390/14347/21672 14559/14855/21977 14564/14856/21978 -s off -f 14563/14857/21979 17661/13733/21980 14565/14858/21981 -s 39 -f 14578/14859/21982 14566/14860/21983 14567/14861/21984 -f 14569/14862/21985 14460/14750/21809 14390/14347/21672 -f 14569/14862/21985 14390/14347/21672 14564/14856/21978 -f 14570/14850/21972 14576/14863/21986 17697/14864/21987 -f 14570/14850/21972 17697/14864/21987 17647/13745/21988 -f 14560/14865/21989 14561/14866/21990 14579/14867/21991 -f 14562/14854/21976 14571/14868/21992 14386/14634/21665 -f 14565/14858/21993 14572/14869/21994 14386/14634/21665 -f 14569/14862/21985 14573/14847/21969 14460/14750/21809 -f 14574/14853/21975 14579/14867/21991 14561/14866/21990 -s 229 -f 14574/14853/21995 14561/14866/21996 17669/13727/21997 -s 39 -f 14571/14868/21992 14563/14857/21998 14565/14858/21993 -f 14571/14868/21992 14565/14858/21993 14386/14634/21665 -f 14386/14634/21665 14572/14869/21994 14567/14861/21984 -f 14386/14634/21665 14567/14861/21984 14566/14860/21983 -f 14386/14634/21665 14566/14860/21983 14390/14347/21672 -f 14390/14347/21672 14558/14852/21974 14559/14855/21977 -f 14559/14855/21977 14558/14852/21974 14568/14870/21999 -s off -f 14568/14870/22000 14558/14852/22001 17698/13747/22002 -s 39 -f 14570/14850/21972 14390/14347/21672 14566/14860/21983 -f 14570/14850/21972 14566/14860/21983 14576/14863/21986 -f 14573/14847/21969 14569/14862/21985 14575/14871/22003 -f 14575/14871/22003 14569/14862/21985 17699/13753/22004 -f 14578/14859/21982 14567/14861/21984 14577/14872/22005 -s off -f 14578/14859/22006 14577/14872/22007 17654/13739/22008 -s 39 -f 14579/14867/21991 14574/14853/21975 14386/14634/21665 -f 14579/14867/21991 14386/14634/21665 14475/14767/21834 -f 14491/14783/21867 14580/14873/22009 14581/14874/22010 -f 14116/14338/21865 14544/14839/21955 14582/14875/22011 -f 14116/14338/21865 14582/14875/22011 14491/14783/21867 -f 14491/14783/21867 14582/14875/22011 14583/14876/22012 -f 14584/14877/22013 14580/14873/22009 14491/14783/21867 -f 14584/14877/22013 14491/14783/21867 14583/14876/22012 -f 14581/14874/22010 14475/14767/21834 14491/14783/21867 -f 14491/14783/21867 14475/14767/21834 14469/14759/21826 -f 14469/14759/21826 14368/14763/21830 14450/14314/21792 -f 14116/14338/21865 14498/14719/21775 14507/14796/21892 -f 14116/14338/21865 14507/14796/21892 14544/14839/21955 -f 14544/14839/21955 14507/14796/21892 14543/14832/21944 -f 14544/14839/21955 14543/14832/21944 14551/14840/21956 -f 14130/14356/21923 14129/14355/21924 14521/14810/21914 -f 14521/14810/21914 14129/14355/21924 14423/14685/21734 -f 14521/14810/21914 14423/14685/21734 14460/14750/21809 -f 14460/14750/21809 14423/14685/21734 14464/14754/21816 -f 14464/14754/21816 14423/14685/21734 14468/14758/21824 -s 232 -f 14136/14363/22014 14135/14362/22015 14585/14878/22016 -f 14585/14878/22016 14135/14362/22015 14465/14755/22017 -f 14585/14878/22016 14465/14755/22017 15244/14879/22018 -f 15244/14879/22018 14465/14755/22017 14464/14754/22019 -f 15244/14879/22018 14464/14754/22019 14586/14880/22020 -f 14586/14880/22020 14464/14754/22019 14468/14758/22021 -f 14586/14880/22020 14468/14758/22021 14587/14881/22022 -f 14467/14757/22023 14588/14882/22024 14468/14758/22021 -f 14468/14758/22021 14588/14882/22024 14587/14881/22022 -f 14466/14756/22025 14590/14883/22026 14467/14757/22023 -f 14467/14757/22023 14590/14883/22026 14588/14882/22024 -f 14462/14752/22027 14589/14884/22028 14466/14756/22025 -f 14466/14756/22025 14589/14884/22028 14590/14883/22026 -f 14461/14751/22029 14591/14885/22030 14592/14886/22031 -f 14461/14751/22029 14592/14886/22031 14462/14752/22027 -f 14462/14752/22027 14592/14886/22031 14589/14884/22028 -f 14591/14885/22030 14461/14751/22029 14593/14887/22032 -f 14593/14887/22032 14461/14751/22029 14463/14753/22033 -f 14593/14887/22032 14463/14753/22033 15242/14888/22034 -f 15242/14888/22034 14463/14753/22033 14013/14235/22035 -f 15242/14888/22034 14013/14235/22035 14008/14230/22036 -f 14022/14245/22037 14021/14244/22038 14594/14889/22039 -f 14594/14889/22039 14021/14244/22038 14424/14688/22040 -f 14594/14889/22039 14424/14688/22040 14595/14890/22041 -f 14595/14890/22041 14424/14688/22040 14529/14818/22042 -f 14595/14890/22041 14529/14818/22042 14528/14817/22043 -f 14595/14890/22041 14528/14817/22043 14596/14891/22044 -f 14596/14891/22044 14528/14817/22043 14525/14814/22045 -f 14596/14891/22044 14525/14814/22045 14597/14892/22046 -f 14524/14813/22047 14598/14893/22048 14525/14814/22045 -f 14525/14814/22045 14598/14893/22048 14597/14892/22046 -f 14523/14812/22049 14600/14894/22050 14524/14813/22047 -f 14524/14813/22047 14600/14894/22050 14598/14893/22048 -f 14522/14811/22051 14599/14895/22052 14523/14812/22049 -f 14523/14812/22049 14599/14895/22052 14600/14894/22050 -f 14527/14816/22053 14601/14896/22054 14522/14811/22051 -f 14522/14811/22051 14601/14896/22054 14599/14895/22052 -f 14526/14815/22055 14602/14897/22056 14603/14898/22057 -f 14526/14815/22055 14603/14898/22057 14527/14816/22053 -f 14527/14816/22053 14603/14898/22057 14601/14896/22054 -f 14602/14897/22056 14526/14815/22055 14604/14899/22058 -f 14604/14899/22058 14526/14815/22055 14129/14355/22059 -f 14604/14899/22058 14129/14355/22059 14123/14350/22060 -f 14605/14239/22061 14016/14237/22062 14607/14900/22063 -f 14016/14237/22062 14028/14242/22064 14607/14900/22063 -f 14607/14900/22063 14028/14242/22064 14606/14901/22065 -f 14607/14900/22063 14606/14901/22065 14608/14902/22066 -f 14608/14902/22066 14606/14901/22065 14609/14903/22067 -f 14609/14903/22067 14606/14901/22065 14610/14904/22068 -f 14611/14905/22069 14614/14906/22070 14612/14907/22071 -f 14612/14907/22071 14614/14906/22070 14142/14358/22072 -f 14142/14358/22072 14614/14906/22070 14125/14353/22073 -f 14613/14908/22074 14615/14909/22075 14611/14905/22069 -f 14611/14905/22069 14615/14909/22075 14614/14906/22070 -f 14606/14901/22065 14615/14909/22075 14610/14904/22068 -f 14610/14904/22068 14615/14909/22075 14613/14908/22074 -s 246 -f 14154/14381/22076 14153/14380/22077 14616/14910/22078 -f 14616/14910/22078 14153/14380/22077 14405/14656/22079 -f 14616/14910/22078 14405/14656/22079 15187/14911/22080 -f 15187/14911/22080 14405/14656/22079 14404/14655/22081 -f 15187/14911/22080 14404/14655/22081 14617/14912/22082 -f 14617/14912/22082 14404/14655/22081 14403/14654/22083 -f 14617/14912/22082 14403/14654/22083 14618/14913/22084 -f 14402/14653/22085 14619/14914/22086 14403/14654/22083 -f 14403/14654/22083 14619/14914/22086 14618/14913/22084 -f 14401/14652/22087 14621/14915/22088 14402/14653/22085 -f 14402/14653/22085 14621/14915/22088 14619/14914/22086 -f 14400/14650/22089 14620/14916/22090 14401/14652/22087 -f 14401/14652/22087 14620/14916/22090 14621/14915/22088 -f 14399/14649/22091 14622/14917/22092 14623/14918/22093 -f 14399/14649/22091 14623/14918/22093 14400/14650/22089 -f 14400/14650/22089 14623/14918/22093 14620/14916/22090 -f 14622/14917/22092 14399/14649/22091 14624/14919/22094 -f 14624/14919/22094 14399/14649/22091 14407/14657/22095 -f 14624/14919/22094 14407/14657/22095 14625/14920/22096 -f 14625/14920/22096 14407/14657/22095 13926/14137/22097 -f 14625/14920/22096 13926/14137/22097 13997/14136/22098 -f 14004/14225/22099 14003/14224/22100 14626/14921/22101 -f 14626/14921/22101 14003/14224/22100 14419/14676/22102 -f 14626/14921/22101 14419/14676/22102 14627/14922/22103 -f 14627/14922/22103 14419/14676/22102 14413/14664/22104 -f 14627/14922/22103 14413/14664/22104 14628/14923/22105 -f 14628/14923/22105 14413/14664/22104 14412/14663/22106 -f 14628/14923/22105 14412/14663/22106 14629/14924/22107 -f 14411/14662/22108 14630/14925/22109 14412/14663/22106 -f 14412/14663/22106 14630/14925/22109 14629/14924/22107 -f 14410/14661/22110 14632/14926/22111 14411/14662/22108 -f 14411/14662/22108 14632/14926/22111 14630/14925/22109 -f 14409/14660/22112 14631/14927/22113 14410/14661/22110 -f 14410/14661/22110 14631/14927/22113 14632/14926/22111 -f 14408/14659/22114 14633/14928/22115 14409/14660/22112 -f 14409/14660/22112 14633/14928/22115 14631/14927/22113 -f 14459/14658/22116 14634/14929/22117 14408/14659/22114 -f 14408/14659/22114 14634/14929/22117 14633/14928/22115 -f 14390/14347/22118 14148/14346/22119 14635/14930/22120 -f 14390/14347/22118 14635/14930/22120 14459/14658/22116 -f 14459/14658/22116 14635/14930/22120 14636/14931/22121 -f 14459/14658/22116 14636/14931/22121 14634/14929/22117 -f 14637/14932/22122 14638/14933/22123 14640/14934/22124 -f 14150/14376/22125 14157/14385/22126 14639/14935/22127 -f 14150/14376/22125 14639/14935/22127 14644/14378/22128 -f 14640/14934/22124 14638/14933/22123 14641/14936/22129 -f 14640/14934/22124 14641/14936/22129 14000/14220/22130 -f 13992/14212/22131 13999/14222/22132 14642/14937/22133 -f 14642/14937/22133 13999/14222/22132 14641/14936/22129 -f 14641/14936/22129 13999/14222/22132 14000/14220/22130 -f 14643/14938/22134 14645/14939/22135 14644/14378/22128 -f 14643/14938/22134 14644/14378/22128 14639/14935/22127 -f 14637/14932/22122 14640/14934/22124 14645/14939/22135 -f 14637/14932/22122 14645/14939/22135 14643/14938/22134 -s 262 -f 14167/14395/22136 14166/14394/22137 14646/14940/22138 -f 14646/14940/22138 14166/14394/22137 14387/14635/22139 -f 14646/14940/22138 14387/14635/22139 15131/14941/22140 -f 15131/14941/22140 14387/14635/22139 14385/14633/22141 -f 14384/14632/22142 14647/14942/22143 14648/14943/22144 -f 14384/14632/22142 14648/14943/22144 14385/14633/22141 -f 14385/14633/22141 14648/14943/22144 15131/14941/22140 -f 14647/14942/22143 14384/14632/22142 14649/14944/22145 -f 14649/14944/22145 14384/14632/22142 14383/14631/22146 -f 14649/14944/22145 14383/14631/22146 14650/14945/22147 -f 14650/14945/22147 14383/14631/22146 14382/14629/22148 -f 14650/14945/22147 14382/14629/22148 14651/14946/22149 -f 14651/14946/22149 14382/14629/22148 14380/14627/22150 -f 14651/14946/22149 14380/14627/22150 14652/14947/22151 -f 14652/14947/22151 14380/14627/22150 14379/14626/22152 -f 14652/14947/22151 14379/14626/22152 14654/14948/22153 -f 14377/14621/22154 14653/14949/22155 14379/14626/22152 -f 14379/14626/22152 14653/14949/22155 14654/14948/22153 -f 13976/14195/22156 13974/14193/22157 14377/14621/22154 -f 14377/14621/22154 13974/14193/22157 14655/14950/22158 -f 14377/14621/22154 14655/14950/22158 14653/14949/22155 -f 13984/14203/22159 13983/14202/22160 14656/14951/22161 -f 14656/14951/22161 13983/14202/22160 14381/14628/22162 -f 14457/14749/22163 14659/14952/22164 14657/14953/22165 -f 14457/14749/22163 14657/14953/22165 14458/14630/22166 -f 14458/14630/22166 14657/14953/22165 14658/14954/22167 -f 14458/14630/22166 14658/14954/22167 14381/14628/22162 -f 14381/14628/22162 14658/14954/22167 14656/14951/22161 -f 14398/14648/22168 14661/14955/22169 14457/14749/22163 -f 14457/14749/22163 14661/14955/22169 14659/14952/22164 -f 14397/14647/22170 14660/14956/22171 14398/14648/22168 -f 14398/14648/22168 14660/14956/22171 14661/14955/22169 -f 14396/14646/22172 14662/14957/22173 14397/14647/22170 -f 14397/14647/22170 14662/14957/22173 14660/14956/22171 -f 14393/14641/22174 14663/14958/22175 14396/14646/22172 -f 14396/14646/22172 14663/14958/22175 14662/14957/22173 -f 14392/14640/22176 14664/14959/22177 14665/14960/22178 -f 14392/14640/22176 14665/14960/22178 14393/14641/22174 -f 14393/14641/22174 14665/14960/22178 14663/14958/22175 -f 14664/14959/22177 14392/14640/22176 14666/14961/22179 -f 14666/14961/22179 14392/14640/22176 14120/14344/22180 -f 14666/14961/22179 14120/14344/22180 14164/14343/22181 -f 14667/14198/22182 13978/14199/22183 14669/14962/22184 -f 14173/14401/22185 14670/14963/22186 14176/14388/22187 -f 13978/14199/22183 13990/14210/22188 14669/14962/22184 -f 14669/14962/22184 13990/14210/22188 14668/14964/22189 -f 14669/14962/22184 14668/14964/22189 14671/14965/22190 -f 14671/14965/22190 14668/14964/22189 14672/14966/22191 -f 14672/14966/22191 14668/14964/22189 14673/14967/22192 -f 14674/14968/22193 14675/14969/22194 14670/14963/22186 -f 14670/14963/22186 14675/14969/22194 14176/14388/22187 -f 14673/14967/22192 14676/14970/22195 14674/14968/22193 -f 14674/14968/22193 14676/14970/22195 14675/14969/22194 -f 14673/14967/22192 14668/14964/22189 14676/14970/22195 -s 276 -f 14192/14421/22196 14191/14420/22197 15414/14971/22198 -f 15414/14971/22198 14191/14420/22197 14494/14785/22199 -f 14493/14784/22200 15416/14972/22201 14494/14785/22199 -f 14494/14785/22199 15416/14972/22201 15414/14971/22198 -f 14484/14775/22202 14677/14973/22203 14493/14784/22200 -f 14493/14784/22200 14677/14973/22203 15416/14972/22201 -f 14483/14774/22204 14680/14974/22205 14484/14775/22202 -f 14484/14775/22202 14680/14974/22205 14678/14975/22206 -f 14484/14775/22202 14678/14975/22206 14677/14973/22203 -f 14482/14773/22207 14679/14976/22208 14483/14774/22204 -f 14483/14774/22204 14679/14976/22208 14680/14974/22205 -f 14481/14772/22209 14681/14977/22210 14482/14773/22207 -f 14482/14773/22207 14681/14977/22210 14679/14976/22208 -f 14480/14771/22211 14682/14978/22212 14683/14979/22213 -f 14480/14771/22211 14683/14979/22213 14481/14772/22209 -f 14481/14772/22209 14683/14979/22213 14681/14977/22210 -f 14682/14978/22212 14480/14771/22211 14684/14980/22214 -f 14684/14980/22214 14480/14771/22211 14479/14770/22215 -f 14684/14980/22214 14479/14770/22215 15413/14981/22216 -f 15413/14981/22216 14479/14770/22215 13928/14140/22217 -f 15413/14981/22216 13928/14140/22217 13962/14139/22218 -f 13969/14187/22219 14450/14314/22220 14368/14763/22221 -f 13969/14187/22219 14368/14763/22221 14685/14982/22222 -f 14685/14982/22222 14368/14763/22221 14686/14983/22223 -f 14686/14983/22223 14368/14763/22221 14471/14762/22224 -f 14686/14983/22223 14471/14762/22224 14472/14764/22225 -f 14686/14983/22223 14472/14764/22225 14687/14984/22226 -f 14687/14984/22226 14472/14764/22225 14474/14766/22227 -f 14687/14984/22226 14474/14766/22227 14688/14985/22228 -f 14473/14765/22229 14689/14986/22230 14474/14766/22227 -f 14474/14766/22227 14689/14986/22230 14688/14985/22228 -f 14470/14761/22231 14692/14987/22232 14473/14765/22229 -f 14473/14765/22229 14692/14987/22232 14689/14986/22230 -f 14477/14769/22233 14690/14988/22234 14478/14760/22235 -f 14478/14760/22235 14690/14988/22234 14691/14989/22236 -f 14478/14760/22235 14691/14989/22236 14470/14761/22231 -f 14470/14761/22231 14691/14989/22236 14692/14987/22232 -f 14695/14990/22237 14693/14991/22238 14476/14768/22239 -f 14476/14768/22239 14693/14991/22238 14694/14992/22240 -f 14476/14768/22239 14694/14992/22240 14477/14769/22233 -f 14477/14769/22233 14694/14992/22240 14690/14988/22234 -f 14695/14990/22237 14476/14768/22239 14118/14341/22241 -f 14695/14990/22237 14118/14341/22241 14180/14340/22242 -f 14705/14993/22243 14698/14994/22244 14696/14409/22245 -f 13957/14173/22246 13964/14180/22247 14697/14995/22248 -f 14696/14409/22245 14698/14994/22244 14700/14996/22249 -f 14700/14996/22249 14698/14994/22244 14699/14997/22250 -f 14700/14996/22249 14699/14997/22250 14701/14998/22251 -f 14700/14996/22249 14701/14998/22251 14703/14999/22252 -f 14703/14999/22252 14701/14998/22251 14702/15000/22253 -f 14703/14999/22252 14702/15000/22253 14704/15001/22254 -f 14703/14999/22252 14704/15001/22254 13966/14183/22255 -f 14705/14993/22243 14188/14417/22256 14185/14414/22257 -f 14697/14995/22248 13964/14180/22247 14704/15001/22254 -f 14704/15001/22254 13964/14180/22247 13966/14183/22255 -f 14696/14409/22245 14188/14417/22256 14705/14993/22243 -s 290 -f 14209/14440/22258 14212/14439/22259 15353/15002/22260 -f 15353/15002/22260 14212/14439/22259 14512/14801/22261 -f 15353/15002/22260 14512/14801/22261 15355/15003/22262 -f 15355/15003/22262 14512/14801/22261 14509/14798/22263 -f 15355/15003/22262 14509/14798/22263 14706/15004/22264 -f 14706/15004/22264 14509/14798/22263 14508/14797/22265 -f 14706/15004/22264 14508/14797/22265 14707/15005/22266 -f 14506/14795/22267 14709/15006/22268 14508/14797/22265 -f 14508/14797/22265 14709/15006/22268 14707/15005/22266 -f 14499/14789/22269 14708/15007/22270 14506/14795/22267 -f 14506/14795/22267 14708/15007/22270 14709/15006/22268 -f 14496/14787/22271 14710/15008/22272 14711/15009/22273 -f 14496/14787/22271 14711/15009/22273 14497/14788/22274 -f 14497/14788/22274 14711/15009/22273 14499/14789/22269 -f 14499/14789/22269 14711/15009/22273 14712/15010/22275 -f 14499/14789/22269 14712/15010/22275 14708/15007/22270 -f 14710/15008/22272 14496/14787/22271 14713/15011/22276 -f 14713/15011/22276 14496/14787/22271 14495/14786/22277 -f 14713/15011/22276 14495/14786/22277 14714/15012/22278 -f 14714/15012/22278 14495/14786/22277 13942/14157/22279 -f 14714/15012/22278 13942/14157/22279 13940/14155/22280 -f 13948/14164/22281 14105/14325/22282 14715/15013/22283 -f 14715/15013/22283 14105/14325/22282 14440/14718/22284 -f 14715/15013/22283 14440/14718/22284 15395/15014/22285 -f 15395/15014/22285 14440/14718/22284 14716/15015/22286 -f 14716/15015/22286 14440/14718/22284 14490/14781/22287 -f 14716/15015/22286 14490/14781/22287 14489/14780/22288 -f 14716/15015/22286 14489/14780/22288 14717/15016/22289 -f 14488/14779/22290 14718/15017/22291 14489/14780/22288 -f 14489/14780/22288 14718/15017/22291 14717/15016/22289 -f 14487/14778/22292 14719/15018/22293 14488/14779/22290 -f 14488/14779/22290 14719/15018/22293 14718/15017/22291 -f 14486/14777/22294 14720/15019/22295 14487/14778/22292 -f 14487/14778/22292 14720/15019/22295 14719/15018/22293 -f 14485/14776/22296 14721/15020/22297 14486/14777/22294 -f 14486/14777/22294 14721/15020/22297 14720/15019/22295 -f 14492/14782/22298 15394/15021/22299 14485/14776/22296 -f 14485/14776/22296 15394/15021/22299 14721/15020/22297 -f 14116/14338/22300 14198/14337/22301 14722/15022/22302 -f 14116/14338/22300 14722/15022/22302 14492/14782/22298 -f 14492/14782/22298 14722/15022/22302 14723/15023/22303 -f 14492/14782/22298 14723/15023/22303 15394/15021/22299 -f 13954/14171/22304 15378/14168/22305 14725/15024/22306 -f 14724/14158/22307 13946/14161/22308 14726/15025/22309 -f 14727/15026/22310 14728/15027/22311 14725/15024/22306 -f 14205/14434/22312 14729/15028/22313 14208/14437/22314 -f 14208/14437/22314 14729/15028/22313 14200/14428/22315 -f 14730/15029/22316 14731/15030/22317 14729/15028/22313 -f 14729/15028/22313 14731/15030/22317 14200/14428/22315 -f 14727/15026/22310 14725/15024/22306 14731/15030/22317 -f 14727/15026/22310 14731/15030/22317 14730/15029/22316 -f 13946/14161/22308 13954/14171/22304 14726/15025/22309 -f 14726/15025/22309 13954/14171/22304 14725/15024/22306 -f 14726/15025/22309 14725/15024/22306 14732/15031/22318 -f 14732/15031/22318 14725/15024/22306 14733/15032/22319 -f 14733/15032/22319 14725/15024/22306 14728/15027/22311 -s 306 -f 14229/14459/22320 14228/14458/22321 15298/15033/22322 -f 15298/15033/22322 14228/14458/22321 14517/14806/22323 -f 15298/15033/22322 14517/14806/22323 15299/15034/22324 -f 15299/15034/22324 14517/14806/22323 14516/14805/22325 -f 15299/15034/22324 14516/14805/22325 14734/15035/22326 -f 14734/15035/22326 14516/14805/22325 14515/14804/22327 -f 14734/15035/22326 14515/14804/22327 14735/15036/22328 -f 14514/14803/22329 14737/15037/22330 14515/14804/22327 -f 14515/14804/22327 14737/15037/22330 14735/15036/22328 -f 14513/14802/22331 14736/15038/22332 14514/14803/22329 -f 14514/14803/22329 14736/15038/22332 14737/15037/22330 -f 14520/14809/22333 14738/15039/22334 14513/14802/22331 -f 14513/14802/22331 14738/15039/22334 14736/15038/22332 -f 14519/14808/22335 14739/15040/22336 14740/15041/22337 -f 14519/14808/22335 14740/15041/22337 14520/14809/22333 -f 14520/14809/22333 14740/15041/22337 14738/15039/22334 -f 14739/15040/22336 14519/14808/22335 14741/15042/22338 -f 14741/15042/22338 14519/14808/22335 14518/14807/22339 -f 14741/15042/22338 14518/14807/22339 15297/15043/22340 -f 15297/15043/22340 14518/14807/22339 13924/14134/22341 -f 15297/15043/22340 13924/14134/22341 14035/14133/22342 -f 13933/14148/22343 14042/14264/22344 14742/15044/22345 -f 14742/15044/22345 14042/14264/22344 14429/14699/22346 -f 14742/15044/22345 14429/14699/22346 14743/15045/22347 -f 14743/15045/22347 14429/14699/22346 14501/14790/22348 -f 14743/15045/22347 14501/14790/22348 14744/15046/22349 -f 14744/15046/22349 14501/14790/22348 14500/14698/22350 -f 14744/15046/22349 14500/14698/22350 14746/15047/22351 -f 14505/14794/22352 14745/15048/22353 14500/14698/22350 -f 14500/14698/22350 14745/15048/22353 14746/15047/22351 -f 14511/14800/22354 14747/15049/22355 14504/14793/22356 -f 14504/14793/22356 14747/15049/22355 14748/15050/22357 -f 14504/14793/22356 14748/15050/22357 14505/14794/22352 -f 14505/14794/22352 14748/15050/22357 14749/15051/22358 -f 14505/14794/22352 14749/15051/22358 14745/15048/22353 -f 14510/14799/22359 14750/15052/22360 14511/14800/22354 -f 14511/14800/22354 14750/15052/22360 14747/15049/22355 -f 14503/14792/22361 14751/15053/22362 14752/15054/22363 -f 14503/14792/22361 14752/15054/22363 14510/14799/22359 -f 14510/14799/22359 14752/15054/22363 14750/15052/22360 -f 14751/15053/22362 14503/14792/22361 14753/15055/22364 -f 14753/15055/22364 14503/14792/22361 14114/14335/22365 -f 14753/15055/22364 14114/14335/22365 14217/14334/22366 -f 14029/14251/22367 13932/14146/22368 14754/15056/22369 -f 14757/15057/22370 14222/14448/22371 14755/15058/22372 -f 14755/15058/22372 14222/14448/22371 14220/14447/22373 -f 14755/15058/22372 14220/14447/22373 14224/14454/22374 -f 14757/15057/22370 14755/15058/22372 14756/15059/22375 -f 14757/15057/22370 14756/15059/22375 14759/15060/22376 -f 14759/15060/22376 14756/15059/22375 14758/15061/22377 -f 14759/15060/22376 14758/15061/22377 14760/15062/22378 -f 14759/15060/22376 14760/15062/22378 13931/14144/22379 -f 13931/14144/22379 14760/15062/22378 14761/15063/22380 -f 14754/15056/22369 13932/14146/22368 14761/15063/22380 -f 14761/15063/22380 13932/14146/22368 13931/14144/22379 -s 39 -f 14762/15064/22381 14763/15065/22382 14765/15066/22383 -f 14765/15066/22383 14763/15065/22382 14764/15067/22384 -f 15571/15068/22385 14766/15069/22386 14768/15070/22387 -f 14768/15070/22387 14766/15069/22386 14767/15071/22388 -f 14768/15070/22387 14767/15071/22388 14769/15072/22389 -f 14769/15072/22389 14767/15071/22388 14770/15073/22390 -f 14769/15072/22389 14770/15073/22390 14771/15074/22391 -f 14771/15074/22391 14770/15073/22390 14772/15075/22392 -f 14771/15074/22391 14772/15075/22392 14773/15076/22393 -f 14773/15076/22393 14772/15075/22392 14774/15077/22394 -f 14773/15076/22393 14774/15077/22394 14776/15078/22395 -f 14776/15078/22395 14774/15077/22394 14775/15079/22396 -f 14776/15078/22395 14775/15079/22396 14777/15080/22397 -f 14776/15078/22395 14777/15080/22397 14778/15081/22398 -f 14778/15081/22398 14777/15080/22397 14779/15082/22399 -f 14778/15081/22398 14779/15082/22399 14780/15083/22400 -f 14780/15083/22400 14779/15082/22399 14781/15084/22401 -f 14780/15083/22400 14781/15084/22401 14783/15085/22402 -f 14783/15085/22402 14781/15084/22401 14782/15086/22403 -f 14783/15085/22402 14782/15086/22403 14784/15087/22404 -f 14783/15085/22402 14784/15087/22404 14786/15088/22405 -f 14786/15088/22405 14784/15087/22404 14785/15089/22406 -f 14786/15088/22405 14785/15089/22406 14787/15090/22407 -f 14787/15090/22407 14785/15089/22406 14788/15091/22408 -f 14787/15090/22407 14788/15091/22408 14791/15092/22409 -f 14791/15092/22409 14788/15091/22408 14789/15093/22410 -f 14791/15092/22409 14789/15093/22410 14790/15094/22411 -f 14791/15092/22409 14790/15094/22411 14792/15095/22412 -f 14791/15092/22409 14792/15095/22412 14762/15064/22381 -f 14762/15064/22381 14792/15095/22412 14763/15065/22382 -f 14765/15066/22383 14764/15067/22384 14793/15096/22413 -f 14793/15096/22413 14764/15067/22384 14794/15097/22414 -f 14793/15096/22413 14794/15097/22414 14795/15098/22415 -f 14795/15098/22415 14794/15097/22414 14796/15099/22416 -f 14795/15098/22415 14796/15099/22416 14797/15100/22417 -f 14796/15099/22416 14798/15101/22418 14797/15100/22417 -f 14797/15100/22417 14798/15101/22418 14799/15102/22419 -f 14797/15100/22417 14799/15102/22419 14801/15103/22420 -f 14801/15103/22420 14799/15102/22419 14800/15104/22421 -f 14801/15103/22420 14800/15104/22421 14802/15105/22422 -f 14801/15103/22420 14802/15105/22422 14804/15106/22423 -f 14804/15106/22423 14802/15105/22422 14803/15107/22424 -f 14804/15106/22423 14803/15107/22424 14805/15108/22425 -f 14804/15106/22423 14805/15108/22425 14806/15109/22426 -f 14806/15109/22426 14805/15108/22425 14807/15110/22427 -f 14806/15109/22426 14807/15110/22427 14808/15111/22428 -f 14808/15111/22428 14807/15110/22427 14809/15112/22429 -f 14808/15111/22428 14809/15112/22429 14811/15113/22430 -f 14811/15113/22430 14809/15112/22429 14810/15114/22431 -f 14811/15113/22430 14810/15114/22431 14812/15115/22432 -f 14811/15113/22430 14812/15115/22432 14814/15116/22433 -f 14814/15116/22433 14812/15115/22432 14813/15117/22434 -f 14814/15116/22433 14813/15117/22434 14815/15118/22435 -f 14815/15118/22435 14813/15117/22434 14816/15119/22436 -f 14815/15118/22435 14816/15119/22436 14818/15120/22437 -f 14818/15120/22437 14816/15119/22436 14817/15121/22438 -f 14818/15120/22437 14817/15121/22438 14819/15122/22439 -f 14818/15120/22437 14819/15122/22439 14820/15123/22440 -f 14820/15123/22440 14819/15122/22439 15943/15124/22441 -f 14820/15123/22440 15943/15124/22441 14821/15125/22442 -f 14821/15125/22442 15943/15124/22441 15945/15126/22443 -f 14821/15125/22442 15945/15126/22443 14822/15127/22444 -f 14822/15127/22444 15945/15126/22443 14823/15128/22445 -f 14822/15127/22444 14823/15128/22445 14825/15129/22446 -f 14825/15129/22446 14823/15128/22445 14824/15130/22447 -f 14824/15130/22447 14826/15131/22448 14825/15129/22446 -f 14825/15129/22446 14826/15131/22448 14827/15132/22449 -f 14825/15129/22446 14827/15132/22449 14828/15133/22450 -f 14828/15133/22450 14827/15132/22449 14829/15134/22451 -f 14828/15133/22450 14829/15134/22451 14831/15135/22452 -f 14831/15135/22452 14829/15134/22451 14830/15136/22453 -f 14831/15135/22452 14830/15136/22453 14832/15137/22454 -f 14832/15137/22454 14830/15136/22453 14833/15138/22455 -f 14832/15137/22454 14833/15138/22455 14834/15139/22456 -f 14834/15139/22456 14833/15138/22455 14835/15140/22457 -f 14834/15139/22456 14835/15140/22457 14836/15141/22458 -f 14837/15142/22459 14838/15143/22460 14840/15144/22461 -f 14840/15144/22461 14838/15143/22460 14839/15145/22462 -f 14836/15141/22458 14835/15140/22457 14841/15146/22463 -f 14836/15141/22458 14841/15146/22463 14842/15147/22464 -f 14842/15147/22464 14841/15146/22463 14843/15148/22465 -f 14842/15147/22464 14843/15148/22465 14845/15149/22466 -f 14845/15149/22466 14843/15148/22465 14844/15150/22467 -f 14845/15149/22466 14844/15150/22467 14846/15151/22468 -f 14846/15151/22468 14844/15150/22467 14847/15152/22469 -f 14846/15151/22468 14847/15152/22469 14848/15153/22470 -f 14848/15153/22470 14847/15152/22469 14849/15154/22471 -f 14848/15153/22470 14849/15154/22471 14850/15155/22472 -f 14850/15155/22472 14849/15154/22471 14851/15156/22473 -f 14850/15155/22472 14851/15156/22473 14853/15157/22474 -f 14853/15157/22474 14851/15156/22473 14852/15158/22475 -f 14853/15157/22474 14852/15158/22475 14854/15159/22476 -f 14853/15157/22474 14854/15159/22476 14856/15160/22477 -f 14856/15160/22477 14854/15159/22476 14855/15161/22478 -f 14856/15160/22477 14855/15161/22478 14857/15162/22479 -f 14857/15162/22479 14855/15161/22478 14858/15163/22480 -f 14857/15162/22479 14858/15163/22480 14859/15164/22481 -f 14859/15164/22481 14858/15163/22480 14860/15165/22482 -f 14859/15164/22481 14860/15165/22482 14861/15166/22483 -f 14861/15166/22483 14860/15165/22482 14862/15167/22484 -f 14861/15166/22483 14862/15167/22484 14863/15168/22485 -f 14863/15168/22485 14862/15167/22484 14864/15169/22486 -f 14863/15168/22485 14864/15169/22486 14866/15170/22487 -f 14866/15170/22487 14864/15169/22486 14865/15171/22488 -f 14866/15170/22487 14865/15171/22488 14868/15172/22489 -f 14868/15172/22489 14865/15171/22488 14867/15173/22490 -f 14868/15172/22489 14867/15173/22490 14869/15174/22491 -f 14868/15172/22489 14869/15174/22491 14837/15142/22459 -f 14837/15142/22459 14869/15174/22491 14838/15143/22460 -f 14840/15144/22461 14839/15145/22462 14871/15175/22492 -f 14871/15175/22492 14839/15145/22462 14870/15176/22493 -f 14871/15175/22492 14870/15176/22493 14872/15177/22494 -f 14871/15175/22492 14872/15177/22494 14873/15178/22495 -f 14872/15177/22494 14874/15179/22496 14873/15178/22495 -f 14873/15178/22495 14874/15179/22496 14875/15180/22497 -f 14873/15178/22495 14875/15180/22497 14876/15181/22498 -f 14876/15181/22498 14875/15180/22497 14877/15182/22499 -f 14877/15182/22499 14875/15180/22497 14878/15183/22500 -f 14877/15182/22499 14878/15183/22500 14880/15184/22501 -f 14880/15184/22501 14878/15183/22500 14879/15185/22502 -f 14880/15184/22501 14879/15185/22502 14881/15186/22503 -f 14881/15186/22503 14879/15185/22502 14882/15187/22504 -f 14881/15186/22503 14882/15187/22504 14883/15188/22505 -f 14883/15188/22505 14882/15187/22504 14884/15189/22506 -f 14884/15189/22506 14882/15187/22504 14885/15190/22507 -f 14884/15189/22506 14885/15190/22507 14886/15191/22508 -f 14886/15191/22508 14885/15190/22507 14887/15192/22509 -f 14886/15191/22508 14887/15192/22509 14888/15193/22510 -f 14888/15193/22510 14887/15192/22509 14889/15194/22511 -f 14888/15193/22510 14889/15194/22511 14891/15195/22512 -f 14891/15195/22512 14889/15194/22511 14890/15196/22513 -f 14891/15195/22512 14890/15196/22513 14892/15197/22514 -f 14892/15197/22514 14890/15196/22513 14893/15198/22515 -f 14892/15197/22514 14893/15198/22515 14895/15199/22516 -f 14895/15199/22516 14893/15198/22515 14894/15200/22517 -f 14895/15199/22516 14894/15200/22517 14896/15201/22518 -f 14895/15199/22516 14896/15201/22518 14898/15202/22519 -f 14898/15202/22519 14896/15201/22518 14897/15203/22520 -f 14898/15202/22519 14897/15203/22520 14899/15204/22521 -f 14898/15202/22519 14899/15204/22521 14901/15205/22522 -f 14901/15205/22522 14899/15204/22521 14900/15206/22523 -f 14901/15205/22522 14900/15206/22523 14902/15207/22524 -f 14902/15207/22524 14900/15206/22523 14903/15208/22525 -f 14902/15207/22524 14903/15208/22525 14905/15209/22526 -f 14905/15209/22526 14903/15208/22525 14904/15210/22527 -f 14905/15209/22526 14904/15210/22527 14906/15211/22528 -f 14905/15209/22526 14906/15211/22528 14907/15212/22529 -f 14907/15212/22529 14906/15211/22528 14908/15213/22530 -f 14907/15212/22529 14908/15213/22530 14910/15214/22531 -f 14910/15214/22531 14908/15213/22530 14909/15215/22532 -f 14910/15214/22531 14909/15215/22532 14911/15216/22533 -f 14911/15216/22533 14909/15215/22532 14912/15217/22534 -f 14911/15216/22533 14912/15217/22534 14913/15218/22535 -f 14913/15218/22535 14912/15217/22534 14914/15219/22536 -f 14913/15218/22535 14914/15219/22536 14915/15220/22537 -f 14916/15221/22538 14917/15222/22539 14918/15223/22540 -f 14915/15220/22537 14914/15219/22536 14919/15224/22541 -f 14915/15220/22537 14919/15224/22541 14921/15225/22542 -f 14921/15225/22542 14919/15224/22541 14920/15226/22543 -f 14921/15225/22542 14920/15226/22543 14922/15227/22544 -f 14921/15225/22542 14922/15227/22544 14924/15228/22545 -f 14924/15228/22545 14922/15227/22544 14923/15229/22546 -f 14924/15228/22545 14923/15229/22546 14925/15230/22547 -f 14924/15228/22545 14925/15230/22547 14926/15231/22548 -f 14926/15231/22548 14925/15230/22547 14927/15232/22549 -f 14926/15231/22548 14927/15232/22549 14928/15233/22550 -f 14928/15233/22550 14927/15232/22549 14929/15234/22551 -f 14928/15233/22550 14929/15234/22551 14931/15235/22552 -f 14931/15235/22552 14929/15234/22551 14930/15236/22553 -f 14931/15235/22552 14930/15236/22553 14933/15237/22554 -f 14933/15237/22554 14930/15236/22553 14932/15238/22555 -f 14933/15237/22554 14932/15238/22555 14934/15239/22556 -f 14934/15239/22556 14932/15238/22555 14935/15240/22557 -f 14934/15239/22556 14935/15240/22557 14937/15241/22558 -f 14937/15241/22558 14935/15240/22557 14936/15242/22559 -f 14937/15241/22558 14936/15242/22559 14938/15243/22560 -f 14937/15241/22558 14938/15243/22560 14939/15244/22561 -f 14939/15244/22561 14938/15243/22560 15986/15245/22562 -f 14939/15244/22561 15986/15245/22562 14941/15246/22563 -f 14941/15246/22563 15986/15245/22562 14940/15247/22564 -f 14941/15246/22563 14940/15247/22564 14942/15248/22565 -f 14942/15248/22565 14940/15247/22564 14943/15249/22566 -f 14942/15248/22565 14943/15249/22566 14944/15250/22567 -f 14944/15250/22567 14943/15249/22566 14945/15251/22568 -f 14944/15250/22567 14945/15251/22568 14916/15221/22538 -f 14916/15221/22538 14945/15251/22568 14917/15222/22539 -f 14918/15223/22540 14917/15222/22539 14947/15252/22569 -f 14947/15252/22569 14917/15222/22539 14946/15253/22570 -f 14947/15252/22569 14946/15253/22570 14948/15254/22571 -f 14947/15252/22569 14948/15254/22571 14949/15255/22572 -f 14949/15255/22572 14948/15254/22571 14950/15256/22573 -f 14949/15255/22572 14950/15256/22573 14951/15257/22574 -f 14951/15257/22574 14950/15256/22573 14952/15258/22575 -f 14952/15258/22575 14950/15256/22573 14953/15259/22576 -f 14952/15258/22575 14953/15259/22576 15571/15068/22385 -f 15571/15068/22385 14953/15259/22576 14954/15260/22577 -f 15571/15068/22385 14954/15260/22577 14766/15069/22386 -s 122 -f 14955/15261/22578 14963/15262/22579 14956/15263/22580 -f 14956/15263/22580 14963/15262/22579 14957/15264/22581 -f 14957/15264/22581 14963/15262/22579 14958/15265/22582 -f 14959/15266/22583 14968/15267/22584 14960/15268/22585 -f 14960/15268/22585 14968/15267/22584 14961/15269/22586 -f 14960/15268/22585 14961/15269/22586 14962/15270/22587 -f 14962/15270/22587 14961/15269/22586 14955/15261/22578 -f 14955/15261/22578 14961/15269/22586 14963/15262/22579 -f 14964/15271/22588 14965/15272/22589 14966/15273/22590 -f 14966/15273/22590 14965/15272/22589 14967/15274/22591 -f 14967/15274/22591 14965/15272/22589 14959/15266/22583 -f 14959/15266/22583 14965/15272/22589 14968/15267/22584 -f 14963/15262/22579 14969/15275/22592 14958/15265/22582 -f 14958/15265/22582 14969/15275/22592 14970/15276/22593 -f 14970/15276/22593 14969/15275/22592 14971/15277/22594 -f 14971/15277/22594 14969/15275/22592 14972/15278/22595 -f 14973/15279/22596 14981/15280/22597 14974/15281/22598 -f 14974/15281/22598 14981/15280/22597 14975/15282/22599 -f 14974/15281/22598 14975/15282/22599 14976/15283/22600 -f 14976/15283/22600 14975/15282/22599 14977/15284/22601 -f 14969/15275/22592 14978/15285/22602 14972/15278/22595 -f 14972/15278/22595 14978/15285/22602 14979/15286/22603 -f 14979/15286/22603 14978/15285/22602 14980/15287/22604 -f 14980/15287/22604 14978/15285/22602 14981/15280/22597 -f 14980/15287/22604 14981/15280/22597 14973/15279/22596 -f 14982/15288/22605 14994/15289/22606 14983/15290/22607 -f 14983/15290/22607 14994/15289/22606 14984/15291/22608 -f 14984/15291/22608 14994/15289/22606 14964/15271/22588 -f 14964/15271/22588 14994/15289/22606 14965/15272/22589 -f 14985/15292/22609 14986/15293/22610 14987/15294/22611 -f 14987/15294/22611 14986/15293/22610 14988/15295/22612 -f 14988/15295/22612 14986/15293/22610 14989/15296/22613 -f 14986/15293/22610 14990/15297/22614 14989/15296/22613 -f 14989/15296/22613 14990/15297/22614 14991/15298/22615 -f 14991/15298/22615 14990/15297/22614 14992/15299/22616 -f 14992/15299/22616 14990/15297/22614 14993/15300/22617 -f 14993/15300/22617 14990/15297/22614 14982/15288/22605 -f 14982/15288/22605 14990/15297/22614 14994/15289/22606 -f 14995/15301/22618 15004/15302/22619 14996/15303/22620 -f 14996/15303/22620 15004/15302/22619 14997/15304/22621 -f 14996/15303/22620 14997/15304/22621 14998/15305/22622 -f 14998/15305/22622 14997/15304/22621 14985/15292/22609 -f 14985/15292/22609 14997/15304/22621 14986/15293/22610 -f 14977/15284/22601 14975/15282/22599 14999/15306/22623 -f 14999/15306/22623 14975/15282/22599 15000/15307/22624 -f 15000/15307/22624 14975/15282/22599 15001/15308/22625 -f 15000/15307/22624 15001/15308/22625 15002/15309/22626 -f 15002/15309/22626 15001/15308/22625 15003/15310/22627 -f 15003/15310/22627 15001/15308/22625 15004/15302/22619 -f 15003/15310/22627 15004/15302/22619 15005/15311/22628 -f 15005/15311/22628 15004/15302/22619 14995/15301/22618 -f 15006/15312/22629 15025/15313/22630 15007/15314/22631 -f 15007/15314/22631 15025/15313/22630 15008/15315/22632 -f 15007/15314/22631 15008/15315/22632 15009/15316/22633 -f 15009/15316/22633 15008/15315/22632 15010/15317/22634 -f 15010/15317/22634 15008/15315/22632 15011/15318/22635 -f 15010/15317/22634 15011/15318/22635 15012/15319/22636 -f 15012/15319/22636 15011/15318/22635 15013/15320/22637 -f 15012/15319/22636 15013/15320/22637 15014/15321/22638 -f 15014/15321/22638 15013/15320/22637 15015/15322/22639 -f 15016/15323/22640 15035/15324/22641 15017/15325/22642 -f 15017/15325/22642 15035/15324/22641 15018/15326/22643 -f 15017/15325/22642 15018/15326/22643 15019/15327/22644 -f 15019/15327/22644 15018/15326/22643 15020/15328/22645 -f 15020/15328/22645 15018/15326/22643 15021/15329/22646 -f 15020/15328/22645 15021/15329/22646 15022/15330/22647 -f 15022/15330/22647 15021/15329/22646 15023/15331/22648 -f 15022/15330/22647 15023/15331/22648 15024/15332/22649 -f 15024/15332/22649 15023/15331/22648 15006/15312/22629 -f 15006/15312/22629 15023/15331/22648 15025/15313/22630 -f 15026/15333/22650 15045/15334/22651 15027/15335/22652 -f 15027/15335/22652 15045/15334/22651 15028/15336/22653 -f 15027/15335/22652 15028/15336/22653 15029/15337/22654 -f 15029/15337/22654 15028/15336/22653 15030/15338/22655 -f 15030/15338/22655 15028/15336/22653 15031/15339/22656 -f 15030/15338/22655 15031/15339/22656 15032/15340/22657 -f 15032/15340/22657 15031/15339/22656 15033/15341/22658 -f 15032/15340/22657 15033/15341/22658 15034/15342/22659 -f 15034/15342/22659 15033/15341/22658 15016/15323/22640 -f 15016/15323/22640 15033/15341/22658 15035/15324/22641 -f 15036/15343/22660 15055/15344/22661 15037/15345/22662 -f 15037/15345/22662 15055/15344/22661 15038/15346/22663 -f 15037/15345/22662 15038/15346/22663 15039/15347/22664 -f 15039/15347/22664 15038/15346/22663 15040/15348/22665 -f 15040/15348/22665 15038/15346/22663 15041/15349/22666 -f 15040/15348/22665 15041/15349/22666 15042/15350/22667 -f 15042/15350/22667 15041/15349/22666 15043/15351/22668 -f 15042/15350/22667 15043/15351/22668 15044/15352/22669 -f 15044/15352/22669 15043/15351/22668 15026/15333/22650 -f 15026/15333/22650 15043/15351/22668 15045/15334/22651 -f 15046/15353/22670 15068/15354/22671 15047/15355/22672 -f 15047/15355/22672 15068/15354/22671 15048/15356/22673 -f 15047/15355/22672 15048/15356/22673 15049/15357/22674 -f 15049/15357/22674 15048/15356/22673 15050/15358/22675 -f 15050/15358/22675 15048/15356/22673 15051/15359/22676 -f 15050/15358/22675 15051/15359/22676 15052/15360/22677 -f 15052/15360/22677 15051/15359/22676 15053/15361/22678 -f 15052/15360/22677 15053/15361/22678 15054/15362/22679 -f 15054/15362/22679 15053/15361/22678 15036/15343/22660 -f 15036/15343/22660 15053/15361/22678 15055/15344/22661 -f 15056/15363/22680 15078/15364/22681 15057/15365/22682 -f 15057/15365/22682 15078/15364/22681 15058/15366/22683 -f 15057/15365/22682 15058/15366/22683 15059/15367/22684 -f 15059/15367/22684 15058/15366/22683 15060/15368/22685 -f 15060/15368/22685 15058/15366/22683 15061/15369/22686 -f 15060/15368/22685 15061/15369/22686 15062/15370/22687 -f 15062/15370/22687 15061/15369/22686 15063/15371/22688 -f 15063/15371/22688 15061/15369/22686 15064/15372/22689 -f 15063/15371/22688 15064/15372/22689 15065/15373/22690 -f 15065/15373/22690 15064/15372/22689 15066/15374/22691 -f 15065/15373/22690 15066/15374/22691 15067/15375/22692 -f 15067/15375/22692 15066/15374/22691 15046/15353/22670 -f 15046/15353/22670 15066/15374/22691 15068/15354/22671 -f 15069/15376/22693 15088/15377/22694 15070/15378/22695 -f 15070/15378/22695 15088/15377/22694 15071/15379/22696 -f 15070/15378/22695 15071/15379/22696 15072/15380/22697 -f 15072/15380/22697 15071/15379/22696 15073/15381/22698 -f 15073/15381/22698 15071/15379/22696 15074/15382/22699 -f 15073/15381/22698 15074/15382/22699 15075/15383/22700 -f 15075/15383/22700 15074/15382/22699 15076/15384/22701 -f 15076/15384/22701 15074/15382/22699 15077/15385/22702 -f 15076/15384/22701 15077/15385/22702 15056/15363/22680 -f 15056/15363/22680 15077/15385/22702 15078/15364/22681 -f 15079/15386/22703 15098/15387/22704 15080/15388/22705 -f 15080/15388/22705 15098/15387/22704 15081/15389/22706 -f 15080/15388/22705 15081/15389/22706 15082/15390/22707 -f 15082/15390/22707 15081/15389/22706 15083/15391/22708 -f 15083/15391/22708 15081/15389/22706 15084/15392/22709 -f 15083/15391/22708 15084/15392/22709 15085/15393/22710 -f 15085/15393/22710 15084/15392/22709 15086/15394/22711 -f 15086/15394/22711 15084/15392/22709 15087/15395/22712 -f 15086/15394/22711 15087/15395/22712 15069/15376/22693 -f 15069/15376/22693 15087/15395/22712 15088/15377/22694 -f 15089/15396/22713 15108/15397/22714 15090/15398/22715 -f 15090/15398/22715 15108/15397/22714 15091/15399/22716 -f 15090/15398/22715 15091/15399/22716 15092/15400/22717 -f 15092/15400/22717 15091/15399/22716 15093/15401/22718 -f 15093/15401/22718 15091/15399/22716 15094/15402/22719 -f 15093/15401/22718 15094/15402/22719 15095/15403/22720 -f 15095/15403/22720 15094/15402/22719 15096/15404/22721 -f 15096/15404/22721 15094/15402/22719 15097/15405/22722 -f 15096/15404/22721 15097/15405/22722 15079/15386/22703 -f 15079/15386/22703 15097/15405/22722 15098/15387/22704 -f 15099/15406/22723 15118/15407/22724 15100/15408/22725 -f 15100/15408/22725 15118/15407/22724 15101/15409/22726 -f 15100/15408/22725 15101/15409/22726 15102/15410/22727 -f 15102/15410/22727 15101/15409/22726 15103/15411/22728 -f 15103/15411/22728 15101/15409/22726 15104/15412/22729 -f 15103/15411/22728 15104/15412/22729 15105/15413/22730 -f 15105/15413/22730 15104/15412/22729 15106/15414/22731 -f 15106/15414/22731 15104/15412/22729 15107/15415/22732 -f 15106/15414/22731 15107/15415/22732 15089/15396/22713 -f 15089/15396/22713 15107/15415/22732 15108/15397/22714 -f 15109/15416/22733 15128/15417/22734 15110/15418/22735 -f 15110/15418/22735 15128/15417/22734 15111/15419/22736 -f 15110/15418/22735 15111/15419/22736 15112/15420/22737 -f 15112/15420/22737 15111/15419/22736 15113/15421/22738 -f 15113/15421/22738 15111/15419/22736 15114/15422/22739 -f 15113/15421/22738 15114/15422/22739 15115/15423/22740 -f 15115/15423/22740 15114/15422/22739 15116/15424/22741 -f 15116/15424/22741 15114/15422/22739 15117/15425/22742 -f 15116/15424/22741 15117/15425/22742 15099/15406/22723 -f 15099/15406/22723 15117/15425/22742 15118/15407/22724 -f 15013/15320/22637 15119/15426/22743 15015/15322/22639 -f 15015/15322/22639 15119/15426/22743 15120/15427/22744 -f 15120/15427/22744 15119/15426/22743 15121/15428/22745 -f 15120/15427/22744 15121/15428/22745 15122/15429/22746 -f 15122/15429/22746 15121/15428/22745 15123/15430/22747 -f 15123/15430/22747 15121/15428/22745 15124/15431/22748 -f 15123/15430/22747 15124/15431/22748 15125/15432/22749 -f 15125/15432/22749 15124/15431/22748 15126/15433/22750 -f 15126/15433/22750 15124/15431/22748 15127/15434/22751 -f 15126/15433/22750 15127/15434/22751 15109/15416/22733 -f 15109/15416/22733 15127/15434/22751 15128/15417/22734 -s 262 -f 13974/14193/22157 13981/14190/22752 15129/15435/22753 -f 14646/14940/22138 15131/14941/22140 15130/15436/22754 -f 14646/14940/22138 15130/15436/22754 14167/14395/22136 -f 13974/14193/22157 15129/15435/22753 14655/14950/22158 -f 14655/14950/22158 15129/15435/22753 14653/14949/22155 -f 14654/14948/22153 15132/15437/22755 14652/14947/22151 -f 14652/14947/22151 15132/15437/22755 15133/15438/22756 -f 14652/14947/22151 15133/15438/22756 14651/14946/22149 -f 14651/14946/22149 15133/15438/22756 14650/14945/22147 -f 14650/14945/22147 15134/15439/22757 14649/14944/22145 -f 14649/14944/22145 15134/15439/22757 14647/14942/22143 -f 14647/14942/22143 15135/15440/22758 14648/14943/22144 -f 14648/14943/22144 15135/15440/22758 15131/14941/22140 -f 15130/15436/22754 14169/14397/22759 14167/14395/22136 -f 15129/15435/22753 15136/15441/22760 14653/14949/22155 -f 14653/14949/22155 15136/15441/22760 15137/15442/22761 -f 14653/14949/22155 15137/15442/22761 14654/14948/22153 -f 14654/14948/22153 15137/15442/22761 15132/15437/22755 -f 15133/15438/22756 15138/15443/22762 14650/14945/22147 -f 14650/14945/22147 15138/15443/22762 15134/15439/22757 -f 15134/15439/22757 15139/15444/22763 14647/14942/22143 -f 14647/14942/22143 15139/15444/22763 15135/15440/22758 -f 15135/15440/22758 15140/15445/22764 15131/14941/22140 -f 15131/14941/22140 15140/15445/22764 15130/15436/22754 -f 15140/15445/22764 14170/14398/22765 15130/15436/22754 -f 15130/15436/22754 14170/14398/22765 14169/14397/22759 -f 15129/15435/22753 13981/14190/22752 15136/15441/22760 -f 15137/15442/22766 15141/15446/22767 15132/15437/22768 -f 15132/15437/22768 15141/15446/22767 15143/15447/22769 -f 15132/15437/22768 15143/15447/22769 15133/15438/22770 -f 15133/15438/22770 15143/15447/22769 15138/15443/22762 -f 15138/15443/22762 15144/15448/22771 15134/15439/22757 -f 15134/15439/22757 15144/15448/22771 15139/15444/22763 -f 15139/15444/22763 15145/15449/22772 15135/15440/22758 -f 15135/15440/22758 15145/15449/22772 15140/15445/22773 -f 15140/15445/22773 14172/14399/22774 14170/14398/22775 -f 13981/14190/22752 13980/14200/22776 15142/15450/22777 -f 13981/14190/22752 15142/15450/22777 15136/15441/22760 -f 15136/15441/22760 15142/15450/22777 15137/15442/22766 -f 15137/15442/22766 15142/15450/22777 15141/15446/22767 -f 15138/15443/22762 15143/15447/22769 15144/15448/22771 -f 15139/15444/22763 15144/15448/22771 15145/15449/22772 -f 15140/15445/22773 15145/15449/22772 14172/14399/22774 -f 15142/15450/22777 15146/15451/22778 15141/15446/22767 -f 15141/15446/22767 15146/15451/22778 15143/15447/22779 -f 15143/15447/22779 14674/14968/22193 15144/15448/22780 -f 15144/15448/22780 14670/14963/22186 15145/15449/22781 -f 13980/14200/22776 14667/14198/22182 15142/15450/22777 -f 15142/15450/22777 14667/14198/22182 14669/14962/22184 -f 15142/15450/22777 14669/14962/22184 15146/15451/22778 -f 15146/15451/22778 14673/14967/22192 15143/15447/22779 -f 15143/15447/22779 14673/14967/22192 14674/14968/22193 -f 15144/15448/22780 14674/14968/22193 14670/14963/22186 -f 15145/15449/22781 14670/14963/22186 14172/14399/22782 -f 14669/14962/22184 14671/14965/22190 15146/15451/22778 -f 15146/15451/22778 14671/14965/22190 14672/14966/22191 -f 15146/15451/22778 14672/14966/22191 14673/14967/22192 -f 14670/14963/22186 14173/14401/22185 14172/14399/22782 -f 15147/15452/22783 14161/14390/22784 14176/14388/22187 -f 14161/14390/22784 15147/15452/22783 14163/14392/22785 -f 14164/14343/22181 14163/14392/22786 15148/15453/22787 -f 14666/14961/22179 14164/14343/22181 15148/15453/22787 -f 13986/14205/22788 13984/14203/22159 15149/15454/22789 -f 13986/14205/22788 15149/15454/22789 15150/15455/22790 -f 15150/15455/22790 13987/14206/22791 13986/14205/22788 -f 15151/14207/22792 14668/14964/22189 13990/14210/22188 -f 15152/15456/22793 14668/14964/22189 15151/14207/22792 -f 15152/15456/22793 15151/14207/22792 13987/14206/22791 -f 15152/15456/22793 13987/14206/22791 15150/15455/22790 -f 15153/15457/22794 14668/14964/22189 15152/15456/22793 -f 15153/15457/22794 15152/15456/22793 15154/15458/22795 -f 15154/15458/22795 15152/15456/22793 15150/15455/22790 -f 15154/15458/22795 15150/15455/22790 15155/15459/22796 -f 15155/15459/22796 15150/15455/22790 15156/15460/22797 -f 15156/15460/22797 15150/15455/22790 15149/15454/22789 -f 15157/15461/22798 15153/15457/22794 15154/15458/22795 -f 15157/15461/22798 15154/15458/22795 15158/15462/22799 -f 15158/15462/22799 15154/15458/22795 15155/15459/22796 -f 15158/15462/22799 15155/15459/22796 15159/15463/22800 -f 15159/15463/22800 15155/15459/22796 15156/15460/22797 -f 15159/15463/22800 15156/15460/22797 14657/14953/22165 -f 15162/15464/22801 15160/15465/22802 15161/15466/22803 -f 15162/15464/22801 15161/15466/22803 15164/15467/22804 -f 15164/15467/22804 15161/15466/22803 15163/15468/22805 -f 15164/15467/22804 15163/15468/22805 15166/15469/22806 -f 15166/15469/22806 15163/15468/22805 15165/15470/22807 -f 15166/15469/22806 15165/15470/22807 14665/14960/22178 -f 14665/14960/22178 15165/15470/22807 14663/14958/22175 -f 15167/15471/22808 14664/14959/22177 14666/14961/22179 -f 15167/15471/22808 14666/14961/22179 15148/15453/22787 -f 15167/15471/22808 15148/15453/22809 14163/14392/22785 -f 15167/15471/22808 14163/14392/22785 15168/15472/22810 -f 15168/15472/22810 14163/14392/22785 15169/15473/22811 -f 15169/15473/22811 14163/14392/22785 15147/15452/22783 -f 14675/14969/22194 15147/15452/22783 14176/14388/22187 -f 15147/15452/22783 14675/14969/22194 15160/15465/22802 -f 15147/15452/22783 15160/15465/22802 15169/15473/22811 -f 15169/15473/22811 15160/15465/22802 15162/15464/22801 -f 15169/15473/22811 15162/15464/22801 15168/15472/22810 -f 15168/15472/22810 15162/15464/22801 15164/15467/22804 -f 15168/15472/22810 15164/15467/22804 15167/15471/22808 -f 15167/15471/22808 15164/15467/22804 15166/15469/22806 -f 15167/15471/22808 15166/15469/22806 14665/14960/22178 -f 15167/15471/22808 14665/14960/22178 14664/14959/22177 -f 15170/15474/22812 14662/14957/22173 14663/14958/22175 -f 15170/15474/22812 14663/14958/22175 15165/15470/22807 -f 15170/15474/22812 15165/15470/22807 15163/15468/22805 -f 15170/15474/22812 15163/15468/22805 15171/15475/22813 -f 15171/15475/22813 15163/15468/22805 15161/15466/22803 -f 15171/15475/22813 15161/15466/22803 15172/15476/22814 -f 15172/15476/22814 15161/15466/22803 15160/15465/22802 -f 15172/15476/22814 15160/15465/22802 15173/15477/22815 -f 15173/15477/22815 15160/15465/22802 14675/14969/22194 -f 14660/14956/22171 14662/14957/22173 15170/15474/22812 -f 14660/14956/22171 15170/15474/22812 15174/15478/22816 -f 15174/15478/22816 15170/15474/22812 15175/15479/22817 -f 15175/15479/22817 15170/15474/22812 15171/15475/22813 -f 15175/15479/22817 15171/15475/22813 15176/15480/22818 -f 15176/15480/22818 15171/15475/22813 15172/15476/22814 -f 15176/15480/22818 15172/15476/22814 15173/15477/22815 -f 14676/14970/22195 15173/15477/22815 14675/14969/22194 -f 14661/14955/22169 14660/14956/22171 15177/15481/22819 -f 15177/15481/22819 14660/14956/22171 15174/15478/22816 -f 15177/15481/22819 15174/15478/22816 15178/15482/22820 -f 15178/15482/22820 15174/15478/22816 15175/15479/22817 -f 15178/15482/22820 15175/15479/22817 15179/15483/22821 -f 15179/15483/22821 15175/15479/22817 15176/15480/22818 -f 15179/15483/22821 15176/15480/22818 15173/15477/22815 -f 15180/15484/22822 14659/14952/22164 14661/14955/22169 -f 15180/15484/22822 14661/14955/22169 15177/15481/22819 -f 15180/15484/22822 15177/15481/22819 15181/15485/22823 -f 15181/15485/22823 15177/15481/22819 15178/15482/22820 -f 15181/15485/22823 15178/15482/22820 15182/15486/22824 -f 15182/15486/22824 15178/15482/22820 15179/15483/22821 -f 15182/15486/22824 15179/15483/22821 15173/15477/22815 -f 15182/15486/22824 15173/15477/22815 14676/14970/22195 -f 14676/14970/22195 14668/14964/22189 15182/15486/22824 -f 15182/15486/22824 14668/14964/22189 15153/15457/22794 -f 15182/15486/22824 15153/15457/22794 15157/15461/22798 -f 15182/15486/22824 15157/15461/22798 15181/15485/22823 -f 15181/15485/22823 15157/15461/22798 15158/15462/22799 -f 15181/15485/22823 15158/15462/22799 15180/15484/22822 -f 15180/15484/22822 15158/15462/22799 15159/15463/22800 -f 15180/15484/22822 15159/15463/22800 14657/14953/22165 -f 15180/15484/22822 14657/14953/22165 14659/14952/22164 -f 15156/15460/22797 15149/15454/22789 14658/14954/22167 -f 15156/15460/22797 14658/14954/22167 14657/14953/22165 -f 15149/15454/22789 13984/14203/22159 14656/14951/22161 -f 15149/15454/22789 14656/14951/22161 14658/14954/22167 -s 246 -f 15183/15487/22825 13997/14136/22098 13996/14217/22826 -f 14616/14910/22078 15187/14911/22080 15184/15488/22827 -f 14616/14910/22078 15184/15488/22827 14154/14381/22076 -f 13997/14136/22098 15183/15487/22825 14625/14920/22096 -f 14625/14920/22096 15183/15487/22825 14624/14919/22094 -f 14622/14917/22092 15188/15489/22828 14623/14918/22093 -f 14623/14918/22093 15188/15489/22828 15189/15490/22829 -f 14623/14918/22093 15189/15490/22829 14620/14916/22090 -f 14620/14916/22090 15189/15490/22829 14621/14915/22088 -f 14621/14915/22088 15190/15491/22830 14619/14914/22086 -f 14619/14914/22086 15190/15491/22830 14618/14913/22084 -f 14618/14913/22084 15191/15492/22831 14617/14912/22082 -f 14617/14912/22082 15191/15492/22831 15187/14911/22080 -f 15184/15488/22827 14156/14383/22832 14154/14381/22076 -f 15183/15487/22825 15192/15493/22833 14624/14919/22094 -f 14624/14919/22094 15192/15493/22833 15193/15494/22834 -f 14624/14919/22094 15193/15494/22834 14622/14917/22092 -f 14622/14917/22092 15193/15494/22834 15188/15489/22828 -f 15189/15490/22829 15194/15495/22835 14621/14915/22088 -f 14621/14915/22088 15194/15495/22835 15190/15491/22830 -f 15190/15491/22830 15195/15496/22836 14618/14913/22084 -f 14618/14913/22084 15195/15496/22836 15191/15492/22831 -f 15191/15492/22831 15196/15497/22837 15187/14911/22080 -f 15187/14911/22080 15196/15497/22837 15184/15488/22827 -f 15196/15497/22837 15185/15498/22838 15184/15488/22827 -f 15184/15488/22827 15185/15498/22838 14156/14383/22832 -f 13996/14217/22839 13995/14216/22840 15183/15487/22825 -f 15183/15487/22825 13995/14216/22840 15192/15493/22833 -f 15185/15498/22838 15186/14384/22841 14156/14383/22832 -f 15193/15494/22842 15197/15499/22843 15188/15489/22844 -f 15188/15489/22844 15197/15499/22843 15199/15500/22845 -f 15188/15489/22844 15199/15500/22845 15189/15490/22846 -f 15189/15490/22846 15199/15500/22845 15194/15495/22835 -f 15194/15495/22835 15200/15501/22847 15190/15491/22830 -f 15190/15491/22830 15200/15501/22847 15195/15496/22836 -f 15195/15496/22836 15201/15502/22848 15191/15492/22831 -f 15191/15492/22831 15201/15502/22848 15196/15497/22849 -f 15196/15497/22837 15186/14384/22841 15185/15498/22838 -f 13995/14216/22840 13994/14213/22850 15198/15503/22851 -f 13995/14216/22840 15198/15503/22851 15192/15493/22833 -f 15192/15493/22833 15198/15503/22851 15193/15494/22842 -f 15193/15494/22842 15198/15503/22851 15197/15499/22843 -f 15194/15495/22835 15199/15500/22845 15200/15501/22847 -f 15195/15496/22836 15200/15501/22847 15201/15502/22848 -f 15196/15497/22849 15201/15502/22848 15186/14384/22852 -f 15198/15503/22851 15202/15504/22853 15197/15499/22843 -f 15197/15499/22843 15202/15504/22853 15199/15500/22854 -f 15199/15500/22854 14643/14938/22134 15200/15501/22855 -f 15200/15501/22855 14639/14935/22127 15201/15502/22848 -f 15201/15502/22848 14157/14385/22126 15186/14384/22852 -f 15198/15503/22851 13994/14213/22850 14642/14937/22133 -f 15198/15503/22851 14642/14937/22133 15202/15504/22853 -f 15202/15504/22853 14637/14932/22122 15199/15500/22854 -f 15199/15500/22854 14637/14932/22122 14643/14938/22134 -f 15200/15501/22855 14643/14938/22134 14639/14935/22127 -f 15201/15502/22848 14639/14935/22127 14157/14385/22126 -f 13994/14213/22850 13992/14212/22131 14642/14937/22133 -f 14642/14937/22133 14641/14936/22129 15202/15504/22853 -f 15202/15504/22853 14641/14936/22129 14638/14933/22123 -f 15202/15504/22853 14638/14933/22123 14637/14932/22122 -f 15205/14374/22856 14147/14373/22857 15204/15505/22858 -f 14644/14378/22128 15203/15506/22859 14144/14369/22860 -f 14147/14373/22857 14144/14369/22860 15203/15506/22859 -f 14148/14346/22119 15205/14374/22856 14635/14930/22120 -f 14006/14227/22861 14004/14225/22099 14626/14921/22101 -f 15206/15507/22862 15207/14219/22863 14006/14227/22861 -f 15207/14219/22863 15208/15508/22864 14000/14220/22130 -f 14000/14220/22130 15208/15508/22864 15209/15509/22865 -f 14640/14934/22124 14000/14220/22130 15209/15509/22865 -f 15206/15507/22862 15208/15508/22864 15207/14219/22863 -f 15210/15510/22866 14640/14934/22124 15209/15509/22865 -f 15210/15510/22866 15209/15509/22865 15208/15508/22864 -f 15210/15510/22866 15208/15508/22864 15211/15511/22867 -f 15211/15511/22867 15208/15508/22864 15206/15507/22862 -f 15211/15511/22867 15206/15507/22862 15212/15512/22868 -f 15212/15512/22868 15206/15507/22862 15213/15513/22869 -f 15214/15514/22870 15210/15510/22866 15211/15511/22867 -f 15214/15514/22870 15211/15511/22867 15215/15515/22871 -f 15215/15515/22871 15211/15511/22867 15212/15512/22868 -f 15215/15515/22871 15212/15512/22868 15216/15516/22872 -f 15216/15516/22872 15212/15512/22868 15213/15513/22869 -f 15216/15516/22872 15213/15513/22869 14628/14923/22105 -f 14644/14378/22128 14645/14939/22135 15217/15517/22873 -f 15219/15518/22874 15217/15517/22873 15218/15519/22875 -f 15219/15518/22874 15218/15519/22875 15221/15520/22876 -f 15221/15520/22876 15218/15519/22875 15220/15521/22877 -f 15221/15520/22876 15220/15521/22877 15223/15522/22878 -f 15223/15522/22878 15220/15521/22877 15222/15523/22879 -f 15223/15522/22878 15222/15523/22879 14634/14929/22117 -f 14634/14929/22117 15222/15523/22879 14633/14928/22115 -f 15224/15524/22880 14636/14931/22121 14635/14930/22120 -f 15224/15524/22880 14635/14930/22120 15205/14374/22856 -f 15224/15524/22880 15205/14374/22856 15225/15525/22881 -f 15225/15525/22881 15205/14374/22856 15204/15505/22858 -f 15225/15525/22881 15204/15505/22858 15226/15526/22882 -f 15226/15526/22882 15204/15505/22858 14147/14373/22857 -f 15226/15526/22882 14147/14373/22857 15203/15506/22859 -f 15203/15506/22859 14644/14378/22128 15217/15517/22873 -f 15203/15506/22859 15217/15517/22873 15226/15526/22882 -f 15226/15526/22882 15217/15517/22873 15219/15518/22874 -f 15226/15526/22882 15219/15518/22874 15225/15525/22881 -f 15225/15525/22881 15219/15518/22874 15221/15520/22876 -f 15225/15525/22881 15221/15520/22876 15224/15524/22880 -f 15224/15524/22880 15221/15520/22876 15223/15522/22878 -f 15224/15524/22880 15223/15522/22878 14634/14929/22117 -f 15224/15524/22880 14634/14929/22117 14636/14931/22121 -f 14632/14926/22111 14631/14927/22113 15227/15527/22883 -f 15227/15527/22883 14631/14927/22113 14633/14928/22115 -f 15227/15527/22883 14633/14928/22115 15222/15523/22879 -f 15227/15527/22883 15222/15523/22879 15228/15528/22884 -f 15228/15528/22884 15222/15523/22879 15220/15521/22877 -f 15228/15528/22884 15220/15521/22877 15229/15529/22885 -f 15229/15529/22885 15220/15521/22877 15218/15519/22875 -f 15229/15529/22885 15218/15519/22875 15230/15530/22886 -f 15230/15530/22886 15218/15519/22875 15217/15517/22873 -f 15230/15530/22886 15217/15517/22873 14645/14939/22135 -f 14632/14926/22111 15227/15527/22883 15231/15531/22887 -f 15231/15531/22887 15227/15527/22883 15232/15532/22888 -f 15232/15532/22888 15227/15527/22883 15228/15528/22884 -f 15232/15532/22888 15228/15528/22884 15233/15533/22889 -f 15233/15533/22889 15228/15528/22884 15229/15529/22885 -f 15233/15533/22889 15229/15529/22885 15230/15530/22886 -f 14630/14925/22109 14632/14926/22111 15234/15534/22890 -f 15234/15534/22890 14632/14926/22111 15231/15531/22887 -f 15234/15534/22890 15231/15531/22887 15235/15535/22891 -f 15235/15535/22891 15231/15531/22887 15232/15532/22888 -f 15235/15535/22891 15232/15532/22888 15236/15536/22892 -f 15236/15536/22892 15232/15532/22888 15233/15533/22889 -f 15236/15536/22892 15233/15533/22889 15237/15537/22893 -f 15237/15537/22893 15233/15533/22889 15230/15530/22886 -f 15237/15537/22893 15230/15530/22886 14640/14934/22124 -f 14640/14934/22124 15230/15530/22886 14645/14939/22135 -f 15238/15538/22894 14629/14924/22107 14630/14925/22109 -f 15238/15538/22894 14630/14925/22109 15234/15534/22890 -f 15238/15538/22894 15234/15534/22890 15239/15539/22895 -f 15239/15539/22895 15234/15534/22890 15235/15535/22891 -f 15239/15539/22895 15235/15535/22891 15240/15540/22896 -f 15240/15540/22896 15235/15535/22891 15236/15536/22892 -f 15240/15540/22896 15236/15536/22892 15237/15537/22893 -f 15237/15537/22893 14640/14934/22124 15210/15510/22866 -f 15237/15537/22893 15210/15510/22866 15240/15540/22896 -f 15240/15540/22896 15210/15510/22866 15214/15514/22870 -f 15240/15540/22896 15214/15514/22870 15239/15539/22895 -f 15239/15539/22895 15214/15514/22870 15215/15515/22871 -f 15239/15539/22895 15215/15515/22871 15238/15538/22894 -f 15238/15538/22894 15215/15515/22871 15216/15516/22872 -f 15238/15538/22894 15216/15516/22872 14628/14923/22105 -f 15238/15538/22894 14628/14923/22105 14629/14924/22107 -f 15206/15507/22862 14006/14227/22861 14626/14921/22101 -f 15206/15507/22862 14626/14921/22101 15213/15513/22869 -f 15213/15513/22869 14626/14921/22101 14627/14922/22103 -f 15213/15513/22869 14627/14922/22103 14628/14923/22105 -s 232 -f 14008/14230/22036 14018/14229/22897 15241/15541/22898 -f 14585/14878/22016 15244/14879/22018 15243/15542/22899 -f 14585/14878/22016 15243/15542/22899 14136/14363/22014 -f 14008/14230/22036 15241/15541/22898 15242/14888/22034 -f 15242/14888/22034 15241/15541/22898 14593/14887/22032 -f 14591/14885/22030 15245/15543/22900 14592/14886/22031 -f 14592/14886/22031 15245/15543/22900 15246/15544/22901 -f 14592/14886/22031 15246/15544/22901 14589/14884/22028 -f 14589/14884/22028 15246/15544/22901 14590/14883/22026 -f 14590/14883/22026 15247/15545/22902 14588/14882/22024 -f 14588/14882/22024 15247/15545/22902 14587/14881/22022 -f 14587/14881/22022 15248/15546/22903 14586/14880/22020 -f 14586/14880/22020 15248/15546/22903 15244/14879/22018 -f 15243/15542/22899 14137/14364/22904 14136/14363/22014 -f 15241/15541/22898 15249/15547/22905 14593/14887/22032 -f 14593/14887/22032 15249/15547/22905 15250/15548/22906 -f 14593/14887/22032 15250/15548/22906 14591/14885/22030 -f 14591/14885/22030 15250/15548/22906 15245/15543/22900 -f 15246/15544/22901 15251/15549/22907 14590/14883/22026 -f 14590/14883/22026 15251/15549/22907 15247/15545/22902 -f 15247/15545/22902 15252/15550/22908 14587/14881/22022 -f 14587/14881/22022 15252/15550/22908 15248/15546/22903 -f 15248/15546/22903 15253/15551/22909 15244/14879/22018 -f 15244/14879/22018 15253/15551/22909 15243/15542/22899 -f 15253/15551/22909 14139/14366/22910 15243/15542/22899 -f 15243/15542/22899 14139/14366/22910 14137/14364/22904 -f 15241/15541/22898 14018/14229/22897 15249/15547/22905 -f 15250/15548/22911 15254/15552/22912 15245/15543/22913 -f 15245/15543/22913 15254/15552/22912 15256/15553/22914 -f 15245/15543/22913 15256/15553/22914 15246/15544/22915 -f 15246/15544/22915 15256/15553/22914 15251/15549/22916 -f 15251/15549/22907 15257/15554/22917 15247/15545/22902 -f 15247/15545/22902 15257/15554/22917 15252/15550/22908 -f 15252/15550/22908 15258/15555/22918 15248/15546/22903 -f 15248/15546/22903 15258/15555/22918 15253/15551/22919 -f 15253/15551/22919 14140/14367/22920 14139/14366/22921 -f 14018/14229/22922 14014/14240/22923 15255/15556/22924 -f 14018/14229/22922 15255/15556/22924 15249/15547/22925 -f 15249/15547/22925 15255/15556/22924 15259/15557/22926 -f 15249/15547/22925 15259/15557/22926 15250/15548/22927 -f 15250/15548/22928 15259/15557/22929 15254/15552/22930 -f 15256/15553/22914 15260/15558/22931 15251/15549/22916 -f 15251/15549/22916 15260/15558/22931 15257/15554/22932 -f 15252/15550/22908 15257/15554/22917 15258/15555/22918 -f 15253/15551/22919 15258/15555/22918 14140/14367/22920 -f 15254/15552/22930 15259/15557/22929 15256/15553/22933 -f 15257/15554/22932 14612/14907/22071 15258/15555/22918 -f 15258/15555/22918 14142/14358/22072 14140/14367/22920 -f 14014/14240/22923 14605/14239/22061 15255/15556/22924 -f 15255/15556/22924 14605/14239/22061 14607/14900/22063 -f 15255/15556/22924 14607/14900/22063 15259/15557/22929 -f 15259/15557/22929 14610/14904/22068 15256/15553/22933 -f 15256/15553/22933 14610/14904/22068 15260/15558/22931 -f 15260/15558/22931 14611/14905/22069 15257/15554/22932 -f 15257/15554/22932 14611/14905/22069 14612/14907/22071 -f 15258/15555/22918 14612/14907/22071 14142/14358/22072 -f 14607/14900/22063 14608/14902/22066 15259/15557/22929 -f 15259/15557/22929 14608/14902/22066 14609/14903/22067 -f 15259/15557/22929 14609/14903/22067 14610/14904/22068 -f 14610/14904/22068 14613/14908/22074 15260/15558/22931 -f 15260/15558/22931 14613/14908/22074 14611/14905/22069 -f 15261/15559/22934 14128/14349/22935 14127/14354/22936 -f 14128/14349/22935 15262/15560/22937 14123/14350/22060 -f 14123/14350/22060 15262/15560/22937 14604/14899/22058 -f 14024/14247/22938 15263/15561/22939 14025/14248/22940 -f 14025/14248/22940 15263/15561/22939 15264/15562/22941 -f 14028/14242/22064 14026/14249/22942 15265/15563/22943 -f 14028/14242/22064 15265/15563/22943 14606/14901/22065 -f 15265/15563/22943 14026/14249/22942 15264/15562/22941 -f 15264/15562/22941 14026/14249/22942 14025/14248/22944 -f 15266/15564/22945 14606/14901/22065 15265/15563/22943 -f 15266/15564/22945 15265/15563/22943 15267/15565/22946 -f 15267/15565/22946 15265/15563/22943 15264/15562/22941 -f 15267/15565/22946 15264/15562/22941 15268/15566/22947 -f 15268/15566/22947 15264/15562/22941 15279/15567/22948 -f 15279/15567/22948 15264/15562/22941 15263/15561/22939 -f 14615/14909/22075 14606/14901/22065 15266/15564/22945 -f 15269/15568/22949 15266/15564/22945 15267/15565/22946 -f 15269/15568/22949 15267/15565/22946 15270/15569/22950 -f 15270/15569/22950 15267/15565/22946 15268/15566/22947 -f 15270/15569/22950 15268/15566/22947 15271/15570/22951 -f 15271/15570/22951 15268/15566/22947 15279/15567/22948 -f 15271/15570/22951 15279/15567/22948 14596/14891/22044 -f 15273/15571/22952 14614/14906/22070 15272/15572/22953 -f 15273/15571/22952 15272/15572/22953 15274/15573/22954 -f 15274/15573/22954 15272/15572/22953 15276/15574/22955 -f 15276/15574/22955 15272/15572/22953 15275/15575/22956 -f 15276/15574/22955 15275/15575/22956 15278/15576/22957 -f 15278/15576/22957 15275/15575/22956 15277/15577/22958 -f 15278/15576/22957 15277/15577/22958 14603/14898/22057 -f 14603/14898/22057 15277/15577/22958 14601/14896/22054 -f 15280/15578/22959 14602/14897/22056 14604/14899/22058 -f 15280/15578/22959 14604/14899/22058 15262/15560/22937 -f 15280/15578/22959 15262/15560/22937 15281/15579/22960 -f 15281/15579/22960 15262/15560/22937 14128/14349/22935 -f 15281/15579/22960 14128/14349/22935 15261/15559/22934 -f 15273/15571/22952 15261/15559/22934 14127/14354/22936 -f 15273/15571/22952 14127/14354/22936 14614/14906/22070 -f 14614/14906/22070 14127/14354/22936 14125/14353/22073 -f 15261/15559/22934 15273/15571/22952 15274/15573/22954 -f 15261/15559/22934 15274/15573/22954 15281/15579/22960 -f 15281/15579/22960 15274/15573/22954 15276/15574/22955 -f 15281/15579/22960 15276/15574/22955 15280/15578/22959 -f 15280/15578/22959 15276/15574/22955 15278/15576/22957 -f 15280/15578/22959 15278/15576/22957 14603/14898/22057 -f 15280/15578/22959 14603/14898/22057 14602/14897/22056 -f 14600/14894/22050 14599/14895/22052 15282/15580/22961 -f 15282/15580/22961 14599/14895/22052 14601/14896/22054 -f 15282/15580/22961 14601/14896/22054 15277/15577/22958 -f 15282/15580/22961 15277/15577/22958 15275/15575/22956 -f 15282/15580/22961 15275/15575/22956 15283/15581/22962 -f 15283/15581/22962 15275/15575/22956 15272/15572/22953 -f 15283/15581/22962 15272/15572/22953 15284/15582/22963 -f 15284/15582/22963 15272/15572/22953 14614/14906/22070 -f 14600/14894/22050 15282/15580/22961 15285/15583/22964 -f 15285/15583/22964 15282/15580/22961 15286/15584/22965 -f 15286/15584/22965 15282/15580/22961 15283/15581/22962 -f 15286/15584/22965 15283/15581/22962 15287/15585/22966 -f 15287/15585/22966 15283/15581/22962 15284/15582/22963 -f 14615/14909/22075 15284/15582/22963 14614/14906/22070 -f 14598/14893/22048 14600/14894/22050 15288/15586/22967 -f 15288/15586/22967 14600/14894/22050 15285/15583/22964 -f 15288/15586/22967 15285/15583/22964 15289/15587/22968 -f 15289/15587/22968 15285/15583/22964 15286/15584/22965 -f 15289/15587/22968 15286/15584/22965 15290/15588/22969 -f 15290/15588/22969 15286/15584/22965 15287/15585/22966 -f 15290/15588/22969 15287/15585/22966 15291/15589/22970 -f 15291/15589/22970 15287/15585/22966 15284/15582/22963 -f 15291/15589/22970 15284/15582/22963 14615/14909/22075 -f 15292/15590/22971 14597/14892/22046 14598/14893/22048 -f 15292/15590/22971 14598/14893/22048 15288/15586/22967 -f 15292/15590/22971 15288/15586/22967 15293/15591/22972 -f 15293/15591/22972 15288/15586/22967 15289/15587/22968 -f 15293/15591/22972 15289/15587/22968 15294/15592/22973 -f 15294/15592/22973 15289/15587/22968 15290/15588/22969 -f 15294/15592/22973 15290/15588/22969 15291/15589/22970 -f 15291/15589/22970 14615/14909/22075 15266/15564/22945 -f 15291/15589/22970 15266/15564/22945 15294/15592/22973 -f 15294/15592/22973 15266/15564/22945 15269/15568/22949 -f 15294/15592/22973 15269/15568/22949 15293/15591/22972 -f 15293/15591/22972 15269/15568/22949 15270/15569/22950 -f 15293/15591/22972 15270/15569/22950 15292/15590/22971 -f 15292/15590/22971 15270/15569/22950 15271/15570/22951 -f 15292/15590/22971 15271/15570/22951 14596/14891/22044 -f 15292/15590/22971 14596/14891/22044 14597/14892/22046 -f 14596/14891/22044 15279/15567/22948 14595/14890/22041 -f 14024/14247/22938 14022/14245/22037 15263/15561/22939 -f 15263/15561/22939 14022/14245/22037 14594/14889/22039 -f 15263/15561/22939 14594/14889/22039 15279/15567/22948 -f 15279/15567/22948 14594/14889/22039 14595/14890/22041 -s 306 -f 14034/14257/22974 15297/15043/22340 14035/14133/22342 -f 15298/15033/22322 14230/14460/22975 14229/14459/22320 -f 14034/14257/22974 15296/15593/22976 15297/15043/22340 -f 15297/15043/22340 15296/15593/22976 14741/15042/22338 -f 14739/15040/22336 15301/15594/22977 14740/15041/22337 -f 14740/15041/22337 15301/15594/22977 15302/15595/22978 -f 14740/15041/22337 15302/15595/22978 14738/15039/22334 -f 14738/15039/22334 15302/15595/22978 14736/15038/22332 -f 14736/15038/22332 15303/15596/22979 14737/15037/22330 -f 14737/15037/22330 15303/15596/22979 14735/15036/22328 -f 14735/15036/22328 15304/15597/22980 14734/15035/22326 -f 14734/15035/22326 15304/15597/22980 15299/15034/22324 -f 15299/15034/22324 15300/15598/22981 15298/15033/22322 -f 15298/15033/22322 15300/15598/22981 14230/14460/22975 -f 15296/15593/22976 15305/15599/22982 14741/15042/22338 -f 14741/15042/22338 15305/15599/22982 15306/15600/22983 -f 14741/15042/22338 15306/15600/22983 14739/15040/22336 -f 14739/15040/22336 15306/15600/22983 15301/15594/22977 -f 15302/15595/22978 15307/15601/22984 14736/15038/22332 -f 14736/15038/22332 15307/15601/22984 15303/15596/22979 -f 15303/15596/22979 15308/15602/22985 14735/15036/22328 -f 14735/15036/22328 15308/15602/22985 15304/15597/22980 -f 15304/15597/22980 15309/15603/22986 15299/15034/22324 -f 15299/15034/22324 15309/15603/22986 15300/15598/22981 -f 14034/14257/22987 15295/14254/22988 15296/15593/22976 -f 15296/15593/22976 15295/14254/22988 15305/15599/22982 -f 15300/15598/22981 14232/14462/22989 14230/14460/22975 -f 15309/15603/22986 14233/14463/22990 15300/15598/22981 -f 15300/15598/22981 14233/14463/22990 14232/14462/22989 -f 15306/15600/22991 15310/15604/22992 15301/15594/22993 -f 15301/15594/22993 15310/15604/22992 15312/15605/22994 -f 15301/15594/22993 15312/15605/22994 15302/15595/22995 -f 15302/15595/22995 15312/15605/22994 15307/15601/22984 -f 15307/15601/22984 15313/15606/22996 15303/15596/22979 -f 15303/15596/22979 15313/15606/22996 15308/15602/22985 -f 15308/15602/22985 15314/15607/22997 15304/15597/22980 -f 15304/15597/22980 15314/15607/22997 15309/15603/22998 -f 15295/14254/22988 15311/15608/22999 15305/15599/22982 -f 15305/15599/22982 15311/15608/22999 15306/15600/22991 -f 15306/15600/22991 15311/15608/22999 15310/15604/22992 -f 15307/15601/22984 15312/15605/22994 15313/15606/22996 -f 15308/15602/22985 15313/15606/22996 15314/15607/22997 -f 15309/15603/22998 15314/15607/22997 14235/14453/23000 -f 15309/15603/22998 14235/14453/23000 14233/14463/23001 -f 15295/14254/22988 14031/14252/23002 15311/15608/22999 -f 15311/15608/22999 15315/15609/23003 15310/15604/22992 -f 15310/15604/22992 15315/15609/23003 15312/15605/23004 -f 15312/15605/23004 14756/15059/22375 15313/15606/23005 -f 15313/15606/23005 14755/15058/22372 15314/15607/23006 -f 15311/15608/22999 14031/14252/23002 14754/15056/22369 -f 15311/15608/22999 14754/15056/22369 15315/15609/23003 -f 15315/15609/23003 14758/15061/22377 15312/15605/23004 -f 15312/15605/23004 14758/15061/22377 14756/15059/22375 -f 15313/15606/23005 14756/15059/22375 14755/15058/22372 -f 15314/15607/23006 14755/15058/22372 14235/14453/23007 -f 14031/14252/23002 14029/14251/22367 14754/15056/22369 -f 14754/15056/22369 14761/15063/22380 15315/15609/23003 -f 15315/15609/23003 14761/15063/22380 14760/15062/22378 -f 15315/15609/23003 14760/15062/22378 14758/15061/22377 -f 14755/15058/22372 14224/14454/22374 14235/14453/23007 -f 15316/15610/23008 15317/14450/23009 14222/14448/22371 -f 13935/14149/23010 13933/14148/22343 14742/15044/22345 -f 15319/15611/23011 13936/14150/23012 13935/14149/23010 -f 13931/14144/22379 15320/14143/23013 15321/15612/23014 -f 15322/15613/23015 15321/15612/23014 15320/14143/23013 -f 15322/15613/23015 15320/14143/23013 15319/15611/23011 -f 15319/15611/23011 15320/14143/23013 13936/14150/23012 -f 14759/15060/22376 13931/14144/22379 15321/15612/23014 -f 15323/15614/23016 15321/15612/23014 15322/15613/23015 -f 15323/15614/23016 15322/15613/23015 15324/15615/23017 -f 15324/15615/23017 15322/15613/23015 15319/15611/23011 -f 15324/15615/23017 15319/15611/23011 15325/15616/23018 -f 15325/15616/23018 15319/15611/23011 14743/15045/22347 -f 15326/15617/23019 14759/15060/22376 15321/15612/23014 -f 15326/15617/23019 15321/15612/23014 15323/15614/23016 -f 15326/15617/23019 15323/15614/23016 15327/15618/23020 -f 15327/15618/23020 15323/15614/23016 15324/15615/23017 -f 15327/15618/23020 15324/15615/23017 15328/15619/23021 -f 15328/15619/23021 15324/15615/23017 15325/15616/23018 -f 15328/15619/23021 15325/15616/23018 15329/15620/23022 -f 15329/15620/23022 15325/15616/23018 14743/15045/22347 -f 15329/15620/23022 14743/15045/22347 14744/15046/22349 -f 15330/15621/23023 15331/15622/23024 15333/15623/23025 -f 15333/15623/23025 15331/15622/23024 15332/15624/23026 -f 15333/15623/23025 15332/15624/23026 15335/15625/23027 -f 15335/15625/23027 15332/15624/23026 15334/15626/23028 -f 15335/15625/23027 15334/15626/23028 14752/15054/22363 -f 14752/15054/22363 15334/15626/23028 14750/15052/22360 -f 15336/15627/23029 14751/15053/22362 14753/15055/22364 -f 15336/15627/23029 14753/15055/22364 14217/14334/22366 -f 15336/15627/23029 14217/14334/22366 15337/15628/23030 -f 15337/15628/23030 14217/14334/22366 15318/14451/23031 -f 15337/15628/23030 15318/14451/23031 15338/15629/23032 -f 15338/15629/23032 15318/14451/23031 15317/14450/23009 -f 15338/15629/23032 15317/14450/23009 15316/15610/23008 -f 14757/15057/22370 15316/15610/23008 14222/14448/22371 -f 15316/15610/23008 14757/15057/22370 15330/15621/23023 -f 15316/15610/23008 15330/15621/23023 15338/15629/23032 -f 15338/15629/23032 15330/15621/23023 15333/15623/23025 -f 15338/15629/23032 15333/15623/23025 15337/15628/23030 -f 15337/15628/23030 15333/15623/23025 15335/15625/23027 -f 15337/15628/23030 15335/15625/23027 15336/15627/23029 -f 15336/15627/23029 15335/15625/23027 14752/15054/22363 -f 15336/15627/23029 14752/15054/22363 14751/15053/22362 -f 14748/15050/22357 14747/15049/22355 15339/15630/23033 -f 15339/15630/23033 14747/15049/22355 14750/15052/22360 -f 15339/15630/23033 14750/15052/22360 15334/15626/23028 -f 15339/15630/23033 15334/15626/23028 15340/15631/23034 -f 15340/15631/23034 15334/15626/23028 15332/15624/23026 -f 15340/15631/23034 15332/15624/23026 15341/15632/23035 -f 15341/15632/23035 15332/15624/23026 15331/15622/23024 -f 15341/15632/23035 15331/15622/23024 15330/15621/23023 -f 15341/15632/23035 15330/15621/23023 14757/15057/22370 -f 14749/15051/22358 14748/15050/22357 15339/15630/23033 -f 14749/15051/22358 15339/15630/23033 15342/15633/23036 -f 15342/15633/23036 15339/15630/23033 15343/15634/23037 -f 15343/15634/23037 15339/15630/23033 15340/15631/23034 -f 15343/15634/23037 15340/15631/23034 15344/15635/23038 -f 15344/15635/23038 15340/15631/23034 15341/15632/23035 -f 15344/15635/23038 15341/15632/23035 15345/15636/23039 -f 15345/15636/23039 15341/15632/23035 14759/15060/22376 -f 14759/15060/22376 15341/15632/23035 14757/15057/22370 -f 14745/15048/22353 14749/15051/22358 15346/15637/23040 -f 15346/15637/23040 14749/15051/22358 15342/15633/23036 -f 15346/15637/23040 15342/15633/23036 15347/15638/23041 -f 15347/15638/23041 15342/15633/23036 15343/15634/23037 -f 15347/15638/23041 15343/15634/23037 15348/15639/23042 -f 15348/15639/23042 15343/15634/23037 15344/15635/23038 -f 15348/15639/23042 15344/15635/23038 15345/15636/23039 -f 15349/15640/23043 14746/15047/22351 14745/15048/22353 -f 15349/15640/23043 14745/15048/22353 15346/15637/23040 -f 15349/15640/23043 15346/15637/23040 15350/15641/23044 -f 15350/15641/23044 15346/15637/23040 15347/15638/23041 -f 15350/15641/23044 15347/15638/23041 15351/15642/23045 -f 15351/15642/23045 15347/15638/23041 15348/15639/23042 -f 15351/15642/23045 15348/15639/23042 15326/15617/23019 -f 15326/15617/23019 15348/15639/23042 15345/15636/23039 -f 15326/15617/23019 15345/15636/23039 14759/15060/22376 -f 15351/15642/23045 15326/15617/23019 15327/15618/23020 -f 15351/15642/23045 15327/15618/23020 15350/15641/23044 -f 15350/15641/23044 15327/15618/23020 15328/15619/23021 -f 15350/15641/23044 15328/15619/23021 15349/15640/23043 -f 15349/15640/23043 15328/15619/23021 15329/15620/23022 -f 15349/15640/23043 15329/15620/23022 14744/15046/22349 -f 15349/15640/23043 14744/15046/22349 14746/15047/22351 -f 15319/15611/23011 13935/14149/23010 14742/15044/22345 -f 15319/15611/23011 14742/15044/22345 14743/15045/22347 -s 290 -f 13940/14155/22280 13947/14152/23046 15352/15643/23047 -f 15353/15002/22260 14213/14441/23048 14209/14440/22258 -f 13940/14155/22280 15352/15643/23047 14714/15012/22278 -f 14714/15012/22278 15352/15643/23047 14713/15011/22276 -f 14710/15008/22272 15356/15644/23049 14711/15009/22273 -f 14711/15009/22273 15356/15644/23049 15357/15645/23050 -f 14711/15009/22273 15357/15645/23050 14712/15010/22275 -f 14712/15010/22275 15357/15645/23050 14708/15007/22270 -f 14708/15007/22270 15358/15646/23051 14709/15006/22268 -f 14709/15006/22268 15358/15646/23051 14707/15005/22266 -f 14707/15005/22266 15359/15647/23052 14706/15004/22264 -f 14706/15004/22264 15359/15647/23052 15355/15003/22262 -f 15355/15003/22262 15354/15648/23053 15353/15002/22260 -f 15353/15002/22260 15354/15648/23053 14213/14441/23048 -f 15352/15643/23047 15360/15649/23054 14713/15011/22276 -f 14713/15011/22276 15360/15649/23054 15361/15650/23055 -f 14713/15011/22276 15361/15650/23055 14710/15008/22272 -f 14710/15008/22272 15361/15650/23055 15356/15644/23049 -f 15357/15645/23050 15362/15651/23056 14708/15007/22270 -f 14708/15007/22270 15362/15651/23056 15358/15646/23051 -f 15358/15646/23051 15363/15652/23057 14707/15005/22266 -f 14707/15005/22266 15363/15652/23057 15359/15647/23052 -f 15359/15647/23052 15364/15653/23058 15355/15003/22262 -f 15355/15003/22262 15364/15653/23058 15354/15648/23053 -f 15354/15648/23053 14214/14431/23059 14213/14441/23048 -f 13947/14152/23060 13943/14162/23061 15352/15643/23047 -f 15352/15643/23047 13943/14162/23061 15360/15649/23054 -f 15361/15650/23062 15365/15654/23063 15356/15644/23064 -f 15356/15644/23064 15365/15654/23063 15369/15655/23065 -f 15356/15644/23064 15369/15655/23065 15357/15645/23066 -f 15357/15645/23066 15369/15655/23065 15362/15651/23067 -f 15362/15651/23056 15370/15656/23068 15358/15646/23051 -f 15358/15646/23051 15370/15656/23068 15363/15652/23069 -f 15363/15652/23069 15366/15657/23070 15359/15647/23071 -f 15359/15647/23071 15366/15657/23070 15364/15653/23072 -f 15364/15653/23072 15367/14432/23073 15354/15648/23053 -f 15354/15648/23053 15367/14432/23073 14214/14431/23059 -f 13943/14162/23061 15368/15658/23074 15360/15649/23054 -f 15360/15649/23054 15368/15658/23074 15371/15659/23075 -f 15360/15649/23054 15371/15659/23075 15361/15650/23076 -f 15361/15650/23077 15371/15659/23078 15365/15654/23079 -f 15369/15655/23065 15372/15660/23080 15362/15651/23067 -f 15362/15651/23067 15372/15660/23080 15370/15656/23068 -f 15363/15652/23069 15370/15656/23068 15366/15657/23070 -f 15366/15657/23070 15373/15661/23081 15364/15653/23072 -f 15364/15653/23072 15373/15661/23081 15367/14432/23073 -f 13943/14162/23061 14724/14158/22307 15368/15658/23074 -f 15365/15654/23079 15371/15659/23078 15369/15655/23082 -f 15370/15656/23068 14729/15028/22313 15366/15657/23070 -f 15366/15657/23070 14729/15028/22313 15373/15661/23081 -f 15368/15658/23074 14724/14158/22307 14726/15025/22309 -f 15368/15658/23074 14726/15025/22309 15371/15659/23078 -f 15371/15659/23078 14728/15027/22311 15369/15655/23082 -f 15369/15655/23082 14728/15027/22311 15372/15660/23080 -f 15372/15660/23080 14729/15028/22313 15370/15656/23068 -f 14726/15025/22309 14732/15031/22318 15371/15659/23078 -f 15371/15659/23078 14732/15031/22318 14733/15032/22319 -f 15371/15659/23078 14733/15032/22319 14728/15027/22311 -f 14728/15027/22311 14727/15026/22310 15372/15660/23080 -f 15372/15660/23080 14727/15026/22310 14730/15029/22316 -f 15372/15660/23080 14730/15029/22316 14729/15028/22313 -f 15373/15661/23081 14729/15028/22313 14205/14434/22312 -f 15373/15661/23081 14205/14434/22312 15367/14432/23073 -f 15374/15662/23083 14203/14424/23084 14202/14430/23085 -f 15374/15662/23083 14202/14430/23085 14200/14428/22315 -f 15375/15663/23086 14198/14337/22301 14203/14424/23084 -f 13950/14165/23087 15376/15664/23088 13951/14166/23089 -f 13951/14166/23089 15376/15664/23088 15377/15665/23090 -f 15378/14168/22305 15379/15666/23091 14725/15024/22306 -f 15379/15666/23091 15378/14168/22305 13951/14166/23092 -f 15379/15666/23091 13951/14166/23092 15377/15665/23090 -f 15380/15667/23093 14725/15024/22306 15379/15666/23091 -f 15380/15667/23093 15379/15666/23091 15381/15668/23094 -f 15381/15668/23094 15379/15666/23091 15377/15665/23090 -f 15381/15668/23094 15377/15665/23090 15382/15669/23095 -f 15382/15669/23095 15377/15665/23090 15383/15670/23096 -f 15383/15670/23096 15377/15665/23090 15376/15664/23088 -f 15384/15671/23097 15380/15667/23093 15381/15668/23094 -f 15384/15671/23097 15381/15668/23094 15385/15672/23098 -f 15385/15672/23098 15381/15668/23094 15382/15669/23095 -f 15385/15672/23098 15382/15669/23095 15386/15673/23099 -f 15386/15673/23099 15382/15669/23095 15383/15670/23096 -f 15386/15673/23099 15383/15670/23096 14716/15015/22286 -f 14200/14428/22315 14731/15030/22317 15389/15674/23100 -f 15389/15674/23100 14731/15030/22317 15387/15675/23101 -f 15389/15674/23100 15387/15675/23101 15388/15676/23102 -f 15389/15674/23100 15388/15676/23102 15391/15677/23103 -f 15391/15677/23103 15388/15676/23102 15390/15678/23104 -f 15391/15677/23103 15390/15678/23104 15393/15679/23105 -f 15393/15679/23105 15390/15678/23104 15392/15680/23106 -f 15393/15679/23105 15392/15680/23106 15394/15021/22299 -f 15394/15021/22299 15392/15680/23106 14721/15020/22297 -f 15396/15681/23107 14723/15023/22303 14722/15022/22302 -f 15396/15681/23107 14722/15022/22302 14198/14337/22301 -f 15396/15681/23107 14198/14337/22301 15375/15663/23086 -f 15375/15663/23086 14203/14424/23084 15397/15682/23108 -f 15397/15682/23108 14203/14424/23084 15374/15662/23083 -f 15374/15662/23083 14200/14428/22315 15389/15674/23100 -f 15374/15662/23083 15389/15674/23100 15397/15682/23108 -f 15397/15682/23108 15389/15674/23100 15375/15663/23086 -f 15375/15663/23086 15389/15674/23100 15391/15677/23103 -f 15375/15663/23086 15391/15677/23103 15396/15681/23107 -f 15396/15681/23107 15391/15677/23103 15393/15679/23105 -f 15396/15681/23107 15393/15679/23105 15394/15021/22299 -f 15396/15681/23107 15394/15021/22299 14723/15023/22303 -f 14719/15018/22293 14720/15019/22295 15398/15683/23109 -f 15398/15683/23109 14720/15019/22295 14721/15020/22297 -f 15398/15683/23109 14721/15020/22297 15392/15680/23106 -f 15398/15683/23109 15392/15680/23106 15399/15684/23110 -f 15399/15684/23110 15392/15680/23106 15390/15678/23104 -f 15399/15684/23110 15390/15678/23104 15400/15685/23111 -f 15400/15685/23111 15390/15678/23104 15388/15676/23102 -f 15400/15685/23111 15388/15676/23102 15387/15675/23101 -f 14719/15018/22293 15398/15683/23109 15401/15686/23112 -f 15401/15686/23112 15398/15683/23109 15402/15687/23113 -f 15402/15687/23113 15398/15683/23109 15399/15684/23110 -f 15402/15687/23113 15399/15684/23110 15403/15688/23114 -f 15403/15688/23114 15399/15684/23110 15400/15685/23111 -f 15403/15688/23114 15400/15685/23111 15404/15689/23115 -f 15404/15689/23115 15400/15685/23111 15387/15675/23101 -f 15404/15689/23115 15387/15675/23101 14731/15030/22317 -f 14718/15017/22291 14719/15018/22293 15405/15690/23116 -f 15405/15690/23116 14719/15018/22293 15401/15686/23112 -f 15405/15690/23116 15401/15686/23112 15406/15691/23117 -f 15406/15691/23117 15401/15686/23112 15402/15687/23113 -f 15406/15691/23117 15402/15687/23113 15407/15692/23118 -f 15407/15692/23118 15402/15687/23113 15403/15688/23114 -f 15407/15692/23118 15403/15688/23114 15404/15689/23115 -f 14725/15024/22306 15404/15689/23115 14731/15030/22317 -f 15408/15693/23119 14717/15016/22289 14718/15017/22291 -f 15408/15693/23119 14718/15017/22291 15405/15690/23116 -f 15408/15693/23119 15405/15690/23116 15409/15694/23120 -f 15409/15694/23120 15405/15690/23116 15406/15691/23117 -f 15409/15694/23120 15406/15691/23117 15410/15695/23121 -f 15410/15695/23121 15406/15691/23117 15407/15692/23118 -f 15410/15695/23121 15407/15692/23118 15404/15689/23115 -f 15410/15695/23121 15404/15689/23115 14725/15024/22306 -f 15410/15695/23121 14725/15024/22306 15380/15667/23093 -f 15410/15695/23121 15380/15667/23093 15384/15671/23097 -f 15410/15695/23121 15384/15671/23097 15409/15694/23120 -f 15409/15694/23120 15384/15671/23097 15385/15672/23098 -f 15409/15694/23120 15385/15672/23098 15408/15693/23119 -f 15408/15693/23119 15385/15672/23098 15386/15673/23099 -f 15408/15693/23119 15386/15673/23099 14716/15015/22286 -f 15408/15693/23119 14716/15015/22286 14717/15016/22289 -f 15383/15670/23096 15376/15664/23088 15395/15014/22285 -f 15383/15670/23096 15395/15014/22285 14716/15015/22286 -f 13950/14165/23087 13948/14164/22281 15376/15664/23088 -f 15376/15664/23088 13948/14164/22281 14715/15013/22283 -f 15376/15664/23088 14715/15013/22283 15395/15014/22285 -s 276 -f 15412/15696/23122 13961/14178/23123 15411/14176/23124 -f 13961/14178/23123 15413/14981/22216 13962/14139/22218 -f 15415/15697/23125 14194/14410/23126 14192/14421/22196 -f 15415/15697/23125 14182/14411/23127 14194/14410/23126 -f 13961/14178/23123 15412/15696/23122 15413/14981/22216 -f 15413/14981/22216 15412/15696/23122 14684/14980/22214 -f 14682/14978/22212 15417/15698/23128 14683/14979/22213 -f 14683/14979/22213 15417/15698/23128 15418/15699/23129 -f 14683/14979/22213 15418/15699/23129 14681/14977/22210 -f 14681/14977/22210 15418/15699/23129 14679/14976/22208 -f 14679/14976/22208 15419/15700/23130 14680/14974/22205 -f 14680/14974/22205 15419/15700/23130 14678/14975/22206 -f 14678/14975/22206 15420/15701/23131 14677/14973/22203 -f 14677/14973/22203 15420/15701/23131 15416/14972/22201 -f 15416/14972/22201 15415/15697/23125 15414/14971/22198 -f 15414/14971/22198 15415/15697/23125 14192/14421/22196 -f 15412/15696/23122 15421/15702/23132 14684/14980/22214 -f 14684/14980/22214 15421/15702/23132 15422/15703/23133 -f 14684/14980/22214 15422/15703/23133 14682/14978/22212 -f 14682/14978/22212 15422/15703/23133 15417/15698/23128 -f 15418/15699/23129 15423/15704/23134 14679/14976/22208 -f 14679/14976/22208 15423/15704/23134 15419/15700/23130 -f 15419/15700/23130 15424/15705/23135 14678/14975/22206 -f 14678/14975/22206 15424/15705/23135 15420/15701/23131 -f 15420/15701/23131 15425/15706/23136 15416/14972/22201 -f 15416/14972/22201 15425/15706/23136 15415/15697/23125 -f 15412/15696/23122 15411/14176/23124 15421/15702/23132 -f 15422/15703/23137 15426/15707/23138 15417/15698/23139 -f 15417/15698/23139 15426/15707/23138 15428/15708/23140 -f 15417/15698/23139 15428/15708/23140 15418/15699/23141 -f 15418/15699/23141 15428/15708/23140 15423/15704/23142 -f 15423/15704/23134 15429/15709/23143 15419/15700/23130 -f 15419/15700/23130 15429/15709/23143 15424/15705/23135 -f 15424/15705/23135 15430/15710/23144 15420/15701/23131 -f 15420/15701/23131 15430/15710/23144 15425/15706/23145 -f 15425/15706/23145 14184/14413/23146 15415/15697/23125 -f 15415/15697/23125 14184/14413/23146 14182/14411/23127 -f 15411/14176/23124 15427/15711/23147 15421/15702/23132 -f 15421/15702/23132 15427/15711/23147 15431/15712/23148 -f 15421/15702/23132 15431/15712/23148 15422/15703/23149 -f 15422/15703/23150 15431/15712/23151 15426/15707/23152 -f 15428/15708/23140 15432/15713/23153 15423/15704/23142 -f 15423/15704/23142 15432/15713/23153 15429/15709/23154 -f 15424/15705/23135 15429/15709/23143 15430/15710/23144 -f 15425/15706/23145 15430/15710/23144 14184/14413/23146 -f 15411/14176/23124 13958/14174/23155 15427/15711/23147 -f 15426/15707/23152 15431/15712/23151 15428/15708/23156 -f 15429/15709/23154 14705/14993/22243 15430/15710/23144 -f 15430/15710/23144 14185/14414/22257 14184/14413/23146 -f 13958/14174/23155 14697/14995/22248 15427/15711/23147 -f 15427/15711/23147 14697/14995/22248 15431/15712/23151 -f 15431/15712/23151 14701/14998/22251 15428/15708/23156 -f 15428/15708/23156 14701/14998/22251 15432/15713/23153 -f 15432/15713/23153 14698/14994/22244 15429/15709/23154 -f 15429/15709/23154 14698/14994/22244 14705/14993/22243 -f 15430/15710/23144 14705/14993/22243 14185/14414/22257 -f 13958/14174/23155 13957/14173/22246 14697/14995/22248 -f 14697/14995/22248 14704/15001/22254 15431/15712/23151 -f 15431/15712/23151 14704/15001/22254 14702/15000/22253 -f 15431/15712/23151 14702/15000/22253 14701/14998/22251 -f 14701/14998/22251 14699/14997/22250 15432/15713/23153 -f 15432/15713/23153 14699/14997/22250 14698/14994/22244 -f 15433/15714/23157 14181/14404/23158 14696/14409/22245 -f 15434/15715/23159 14181/14404/23158 15433/15714/23157 -f 15435/14405/23160 14181/14404/23158 15434/15715/23159 -f 14695/14990/22237 14180/14340/22242 15436/15716/23161 -f 15436/15716/23161 14180/14340/22242 15435/14405/23160 -f 14685/14982/22222 13971/14188/23162 13969/14187/22219 -f 13971/14188/23163 15438/15717/23164 15439/14182/23165 -f 14703/14999/22252 13966/14183/22255 15439/14182/23165 -f 15437/15718/23166 15438/15717/23164 13971/14188/23163 -f 14703/14999/22252 15439/14182/23165 15438/15717/23164 -f 14703/14999/22252 15438/15717/23164 15440/15719/23167 -f 15440/15719/23167 15438/15717/23164 15437/15718/23166 -f 15440/15719/23167 15437/15718/23166 15441/15720/23168 -f 15441/15720/23168 15437/15718/23166 15453/15721/23169 -f 15442/15722/23170 14703/14999/22252 15443/15723/23171 -f 15443/15723/23171 14703/14999/22252 15440/15719/23167 -f 15443/15723/23171 15440/15719/23167 15444/15724/23172 -f 15444/15724/23172 15440/15719/23167 15441/15720/23168 -f 15444/15724/23172 15441/15720/23168 15445/15725/23173 -f 15445/15725/23173 15441/15720/23168 15453/15721/23169 -f 15445/15725/23173 15453/15721/23169 14687/14984/22226 -f 14696/14409/22245 14700/14996/22249 15446/15726/23174 -f 15448/15727/23175 15446/15726/23174 15447/15728/23176 -f 15448/15727/23175 15447/15728/23176 15450/15729/23177 -f 15450/15729/23177 15447/15728/23176 15449/15730/23178 -f 15450/15729/23177 15449/15730/23178 15452/15731/23179 -f 15452/15731/23179 15449/15730/23178 15451/15732/23180 -f 15452/15731/23179 15451/15732/23180 14694/14992/22240 -f 14693/14991/22238 14695/14990/22237 15454/15733/23181 -f 15454/15733/23181 14695/14990/22237 15436/15716/23161 -f 15454/15733/23181 15436/15716/23161 15455/15734/23182 -f 15455/15734/23182 15436/15716/23161 15435/14405/23160 -f 15455/15734/23182 15435/14405/23160 15434/15715/23159 -f 15433/15714/23157 14696/14409/22245 15446/15726/23174 -f 15433/15714/23157 15446/15726/23174 15434/15715/23159 -f 15434/15715/23159 15446/15726/23174 15448/15727/23175 -f 15434/15715/23159 15448/15727/23175 15455/15734/23182 -f 15455/15734/23182 15448/15727/23175 15450/15729/23177 -f 15455/15734/23182 15450/15729/23177 15454/15733/23181 -f 15454/15733/23181 15450/15729/23177 15452/15731/23179 -f 15454/15733/23181 15452/15731/23179 14694/14992/22240 -f 15454/15733/23181 14694/14992/22240 14693/14991/22238 -f 14692/14987/22232 14691/14989/22236 15456/15735/23183 -f 15456/15735/23183 14691/14989/22236 15451/15732/23180 -f 15456/15735/23183 15451/15732/23180 15457/15736/23184 -f 15457/15736/23184 15451/15732/23180 15449/15730/23178 -f 15457/15736/23184 15449/15730/23178 15458/15737/23185 -f 15458/15737/23185 15449/15730/23178 15447/15728/23176 -f 15458/15737/23185 15447/15728/23176 15446/15726/23174 -f 15458/15737/23185 15446/15726/23174 14700/14996/22249 -f 14691/14989/22236 14690/14988/22234 15451/15732/23180 -f 15451/15732/23180 14690/14988/22234 14694/14992/22240 -f 14692/14987/22232 15456/15735/23183 15459/15738/23186 -f 15459/15738/23186 15456/15735/23183 15457/15736/23184 -f 15459/15738/23186 15457/15736/23184 15460/15739/23187 -f 15460/15739/23187 15457/15736/23184 15458/15737/23185 -f 15460/15739/23187 15458/15737/23185 15461/15740/23188 -f 15461/15740/23188 15458/15737/23185 14700/14996/22249 -f 14689/14986/22230 14692/14987/22232 15462/15741/23189 -f 15462/15741/23189 14692/14987/22232 15459/15738/23186 -f 15462/15741/23189 15459/15738/23186 15463/15742/23190 -f 15463/15742/23190 15459/15738/23186 15460/15739/23187 -f 15463/15742/23190 15460/15739/23187 15464/15743/23191 -f 15464/15743/23191 15460/15739/23187 15461/15740/23188 -f 15465/15744/23192 14688/14985/22228 14689/14986/22230 -f 15465/15744/23192 14689/14986/22230 15462/15741/23189 -f 15465/15744/23192 15462/15741/23189 15466/15745/23193 -f 15466/15745/23193 15462/15741/23189 15463/15742/23190 -f 15466/15745/23193 15463/15742/23190 15467/15746/23194 -f 15467/15746/23194 15463/15742/23190 15464/15743/23191 -f 15467/15746/23194 15464/15743/23191 15442/15722/23170 -f 15442/15722/23170 15464/15743/23191 15461/15740/23188 -f 15442/15722/23170 15461/15740/23188 14700/14996/22249 -f 14700/14996/22249 14703/14999/22252 15442/15722/23170 -f 15467/15746/23194 15442/15722/23170 15443/15723/23171 -f 15467/15746/23194 15443/15723/23171 15466/15745/23193 -f 15466/15745/23193 15443/15723/23171 15444/15724/23172 -f 15466/15745/23193 15444/15724/23172 15465/15744/23192 -f 15465/15744/23192 15444/15724/23172 15445/15725/23173 -f 15465/15744/23192 15445/15725/23173 14687/14984/22226 -f 15465/15744/23192 14687/14984/22226 14688/14985/22228 -f 15437/15718/23166 13971/14188/23162 14685/14982/22222 -f 15437/15718/23166 14685/14982/22222 15453/15721/23169 -f 14687/14984/22226 15453/15721/23169 14686/14983/22223 -f 15453/15721/23169 14685/14982/22222 14686/14983/22223 -s 39 -f 14866/15170/22487 14868/15172/22489 15628/15747/23195 -f 14871/15175/22492 14873/15178/22495 15620/15748/23196 -f 14880/15184/22501 14881/15186/22503 15612/15749/23197 -f 14883/15188/22505 14884/15189/22506 15611/15750/23198 -f 14913/15218/22535 14915/15220/22537 15499/15751/23199 -f 14941/15246/22563 14942/15248/22565 15584/15752/23200 -f 14944/15250/22567 14916/15221/22538 15581/15753/23201 -f 14947/15252/22569 14949/15255/22572 15575/15754/23202 -f 14951/15257/22574 14952/15258/22575 15573/15755/23203 -f 14795/15098/22415 14797/15100/22417 15486/15756/23204 -f 14834/15139/22456 14836/15141/22458 15471/15757/23205 -f 15469/15758/23206 14281/14515/21538 15468/15759/23207 -f 15469/15758/23206 15468/15759/23207 15470/15760/23208 -f 15470/15760/23208 15468/15759/23207 15471/15757/23205 -f 15470/15760/23208 15471/15757/23205 14842/15147/22464 -f 14366/14605/21628 14363/14602/21625 15472/15761/23209 -f 15472/15761/23209 14363/14602/21625 15473/15762/23210 -f 15472/15761/23209 15473/15762/23210 15474/15763/23211 -f 15474/15763/23211 15473/15762/23210 15475/15764/23212 -f 15474/15763/23211 15475/15764/23212 14828/15133/22450 -f 15477/15765/23213 14359/14598/21621 15476/15766/23214 -f 15477/15765/23213 15476/15766/23214 15478/15767/23215 -f 15477/15765/23213 15478/15767/23215 14820/15123/22440 -f 14356/14595/21618 14354/14592/21615 15480/15768/23216 -f 15480/15768/23216 14354/14592/21615 15479/15769/23217 -f 15480/15768/23216 15479/15769/23217 15481/15770/23218 -f 15481/15770/23218 15479/15769/23217 15482/15771/23219 -f 15481/15770/23218 15482/15771/23219 14811/15113/22430 -f 15484/15772/23220 14350/14588/21611 15483/15773/23221 -f 15484/15772/23220 15483/15773/23221 15485/15774/23222 -f 15485/15774/23222 15483/15773/23221 15486/15756/23204 -f 15485/15774/23222 15486/15756/23204 14801/15103/22420 -f 15488/15775/23223 14302/14538/21561 15487/15776/23224 -f 15488/15775/23223 15487/15776/23224 15489/15777/23225 -f 15488/15775/23223 15489/15777/23225 15490/15778/23226 -f 15490/15778/23226 15489/15777/23225 15491/15779/23227 -f 15490/15778/23226 15491/15779/23227 14939/15244/22561 -f 15493/15780/23228 14340/14578/21601 15492/15781/23229 -f 15493/15780/23228 15492/15781/23229 15494/15782/23230 -f 15494/15782/23230 15492/15781/23229 15495/15783/23231 -f 15494/15782/23230 15495/15783/23231 14931/15235/22552 -f 14337/14576/21599 14336/14574/21597 15496/15784/23232 -f 15496/15784/23232 14336/14574/21597 15497/15785/23233 -f 15496/15784/23232 15497/15785/23233 15498/15786/23234 -f 15498/15786/23234 15497/15785/23233 15499/15751/23199 -f 15498/15786/23234 15499/15751/23199 14921/15225/22542 -f 15500/14572/21595 14331/14568/21591 15501/15787/23235 -f 15500/14572/21595 15501/15787/23235 15502/15788/23236 -f 15502/15788/23236 15501/15787/23235 15503/15789/23237 -f 15502/15788/23236 15503/15789/23237 14907/15212/22529 -f 15505/15790/23238 14328/14565/21588 15504/15791/23239 -f 15505/15790/23238 15504/15791/23239 15506/15792/23240 -f 15506/15792/23240 15504/15791/23239 15507/15793/23241 -f 15506/15792/23240 15507/15793/23241 14898/15202/22519 -f 14290/14524/21547 15508/15794/23242 15509/15795/23243 -f 15509/15795/23243 15508/15794/23242 15510/15796/23244 -f 15509/15795/23243 15510/15796/23244 15511/15797/23245 -f 15511/15797/23245 15510/15796/23244 14861/15166/22483 -f 15511/15797/23245 14861/15166/22483 14863/15168/22485 -f 15508/15794/23242 14290/14524/21547 15512/15798/23246 -f 15508/15794/23242 15512/15798/23246 15510/15796/23244 -f 15510/15796/23244 15512/15798/23246 15513/15799/23247 -f 15510/15796/23244 15513/15799/23247 14861/15166/22483 -f 14861/15166/22483 15513/15799/23247 14857/15162/22479 -f 14861/15166/22483 14857/15162/22479 14859/15164/22481 -f 15514/15800/23248 14856/15160/22477 14857/15162/22479 -f 15514/15800/23248 14857/15162/22479 15513/15799/23247 -f 15514/15800/23248 15513/15799/23247 15515/15801/23249 -f 15515/15801/23249 15513/15799/23247 15512/15798/23246 -f 15515/15801/23249 15512/15798/23246 14288/14522/21545 -f 14288/14522/21545 15512/15798/23246 14290/14524/21547 -f 15515/15801/23249 14288/14522/21545 15516/15802/23250 -f 15515/15801/23249 15516/15802/23250 15517/15803/23251 -f 15515/15801/23249 15517/15803/23251 15514/15800/23248 -f 15514/15800/23248 15517/15803/23251 14853/15157/22474 -f 15514/15800/23248 14853/15157/22474 14856/15160/22477 -f 14850/15155/22472 14853/15157/22474 15518/15804/23252 -f 15518/15804/23252 14853/15157/22474 15517/15803/23251 -f 15518/15804/23252 15517/15803/23251 15519/15805/23253 -f 15519/15805/23253 15517/15803/23251 15516/15802/23250 -f 15519/15805/23253 15516/15802/23250 14285/14519/21542 -f 14285/14519/21542 15516/15802/23250 14288/14522/21545 -f 15519/15805/23253 14285/14519/21542 15520/15806/23254 -f 15519/15805/23253 15520/15806/23254 15518/15804/23252 -f 15518/15804/23252 15520/15806/23254 15521/15807/23255 -f 15518/15804/23252 15521/15807/23255 14850/15155/22472 -f 14850/15155/22472 15521/15807/23255 14846/15151/22468 -f 14850/15155/22472 14846/15151/22468 14848/15153/22470 -f 15522/15808/23256 14845/15149/22466 14846/15151/22468 -f 15522/15808/23256 14846/15151/22468 15521/15807/23255 -f 15522/15808/23256 15521/15807/23255 15523/15809/23257 -f 15523/15809/23257 15521/15807/23255 15520/15806/23254 -f 15523/15809/23257 15520/15806/23254 14281/14515/21538 -f 14281/14515/21538 15520/15806/23254 14285/14519/21542 -f 15523/15809/23257 14281/14515/21538 15469/15758/23206 -f 15523/15809/23257 15469/15758/23206 15470/15760/23208 -f 15523/15809/23257 15470/15760/23208 15522/15808/23256 -f 15522/15808/23256 15470/15760/23208 14842/15147/22464 -f 15522/15808/23256 14842/15147/22464 14845/15149/22466 -f 15471/15757/23205 14836/15141/22458 14842/15147/22464 -f 14281/14515/21538 14366/14605/21628 15468/15759/23207 -f 15468/15759/23207 14366/14605/21628 15524/15810/23258 -f 15468/15759/23207 15524/15810/23258 15525/15811/23259 -f 15468/15759/23207 15525/15811/23259 15471/15757/23205 -f 15471/15757/23205 15525/15811/23259 14832/15137/22454 -f 15471/15757/23205 14832/15137/22454 14834/15139/22456 -f 15526/15812/23260 14831/15135/22452 14832/15137/22454 -f 15526/15812/23260 14832/15137/22454 15525/15811/23259 -f 15526/15812/23260 15525/15811/23259 15527/15813/23261 -f 15527/15813/23261 15525/15811/23259 15524/15810/23258 -f 15527/15813/23261 15524/15810/23258 14366/14605/21628 -f 15527/15813/23261 14366/14605/21628 15472/15761/23209 -f 15527/15813/23261 15472/15761/23209 15474/15763/23211 -f 15527/15813/23261 15474/15763/23211 15526/15812/23260 -f 15526/15812/23260 15474/15763/23211 14828/15133/22450 -f 15526/15812/23260 14828/15133/22450 14831/15135/22452 -f 15475/15764/23212 14825/15129/22446 14828/15133/22450 -f 14363/14602/21625 15528/14600/21623 15473/15762/23210 -f 15473/15762/23210 15528/14600/21623 15529/15814/23262 -f 15473/15762/23210 15529/15814/23262 15475/15764/23212 -f 15475/15764/23212 15529/15814/23262 15530/15815/23263 -f 15475/15764/23212 15530/15815/23263 14822/15127/22444 -f 15475/15764/23212 14822/15127/22444 14825/15129/22446 -f 15531/15816/23264 14821/15125/22442 14822/15127/22444 -f 15531/15816/23264 14822/15127/22444 15530/15815/23263 -f 15531/15816/23264 15530/15815/23263 15532/15817/23265 -f 15532/15817/23265 15530/15815/23263 15529/15814/23262 -f 15532/15817/23265 15529/15814/23262 15528/14600/21623 -f 15528/14600/21623 14359/14598/21621 15532/15817/23265 -f 15532/15817/23265 14359/14598/21621 15477/15765/23213 -f 15532/15817/23265 15477/15765/23213 15531/15816/23264 -f 15531/15816/23264 15477/15765/23213 14820/15123/22440 -f 15531/15816/23264 14820/15123/22440 14821/15125/22442 -f 15478/15767/23215 14818/15120/22437 14820/15123/22440 -f 14359/14598/21621 14356/14595/21618 15533/15818/23266 -f 14359/14598/21621 15533/15818/23266 15476/15766/23214 -f 15476/15766/23214 15533/15818/23266 15534/15819/23267 -f 15476/15766/23214 15534/15819/23267 15478/15767/23215 -f 15478/15767/23215 15534/15819/23267 14815/15118/22435 -f 15478/15767/23215 14815/15118/22435 14818/15120/22437 -f 15535/15820/23268 14814/15116/22433 14815/15118/22435 -f 15535/15820/23268 14815/15118/22435 15534/15819/23267 -f 15535/15820/23268 15534/15819/23267 15536/15821/23269 -f 15536/15821/23269 15534/15819/23267 15533/15818/23266 -f 15536/15821/23269 15533/15818/23266 14356/14595/21618 -f 15536/15821/23269 14356/14595/21618 15480/15768/23216 -f 15536/15821/23269 15480/15768/23216 15481/15770/23218 -f 15536/15821/23269 15481/15770/23218 15535/15820/23268 -f 15535/15820/23268 15481/15770/23218 14811/15113/22430 -f 15535/15820/23268 14811/15113/22430 14814/15116/22433 -f 15482/15771/23219 14808/15111/22428 14811/15113/22430 -f 14806/15109/22426 14808/15111/22428 15482/15771/23219 -f 14806/15109/22426 15482/15771/23219 15537/15822/23270 -f 15537/15822/23270 15482/15771/23219 15538/15823/23271 -f 15538/15823/23271 15482/15771/23219 15479/15769/23217 -f 15538/15823/23271 15479/15769/23217 14354/14592/21615 -f 15539/15824/23272 14804/15106/22423 14806/15109/22426 -f 15539/15824/23272 14806/15109/22426 15537/15822/23270 -f 15539/15824/23272 15537/15822/23270 15540/15825/23273 -f 15540/15825/23273 15537/15822/23270 15538/15823/23271 -f 15540/15825/23273 15538/15823/23271 14350/14588/21611 -f 14350/14588/21611 15538/15823/23271 14354/14592/21615 -f 15540/15825/23273 14350/14588/21611 15484/15772/23220 -f 15540/15825/23273 15484/15772/23220 15485/15774/23222 -f 15540/15825/23273 15485/15774/23222 15539/15824/23272 -f 15539/15824/23272 15485/15774/23222 14801/15103/22420 -f 15539/15824/23272 14801/15103/22420 14804/15106/22423 -f 15486/15756/23204 14797/15100/22417 14801/15103/22420 -f 14793/15096/22413 14795/15098/22415 15486/15756/23204 -f 14793/15096/22413 15486/15756/23204 15541/15826/23274 -f 15541/15826/23274 15486/15756/23204 15483/15773/23221 -f 15541/15826/23274 15483/15773/23221 15542/14585/21608 -f 15542/14585/21608 15483/15773/23221 14350/14588/21611 -f 15543/15827/23275 14765/15066/22383 14793/15096/22413 -f 15543/15827/23275 14793/15096/22413 15541/15826/23274 -f 15543/15827/23275 15541/15826/23274 15544/15828/23276 -f 15544/15828/23276 15541/15826/23274 15542/14585/21608 -f 15544/15828/23276 15542/14585/21608 15545/15829/23277 -f 15542/14585/21608 14345/14583/21606 15545/15829/23277 -f 15545/15829/23277 14345/14583/21606 15546/15830/23278 -f 15545/15829/23277 15546/15830/23278 15544/15828/23276 -f 15544/15828/23276 15546/15830/23278 15547/15831/23279 -f 15544/15828/23276 15547/15831/23279 15543/15827/23275 -f 15543/15827/23275 15547/15831/23279 14762/15064/22381 -f 15543/15827/23275 14762/15064/22381 14765/15066/22383 -f 15546/15830/23278 14345/14583/21606 15548/15832/23280 -f 15546/15830/23278 15548/15832/23280 15547/15831/23279 -f 15547/15831/23279 15548/15832/23280 15549/15833/23281 -f 15547/15831/23279 15549/15833/23281 14762/15064/22381 -f 14762/15064/22381 15549/15833/23281 14791/15092/22409 -f 14787/15090/22407 14791/15092/22409 15549/15833/23281 -f 14787/15090/22407 15549/15833/23281 15550/15834/23282 -f 15550/15834/23282 15549/15833/23281 15548/15832/23280 -f 15550/15834/23282 15548/15832/23280 15551/15835/23283 -f 15551/15835/23283 15548/15832/23280 14345/14583/21606 -f 15551/15835/23283 14345/14583/21606 14321/14558/21581 -f 15552/15836/23284 14786/15088/22405 14787/15090/22407 -f 15552/15836/23284 14787/15090/22407 15550/15834/23282 -f 15552/15836/23284 15550/15834/23282 15553/15837/23285 -f 15553/15837/23285 15550/15834/23282 15551/15835/23283 -f 15553/15837/23285 15551/15835/23283 14321/14558/21581 -f 15553/15837/23285 14321/14558/21581 15554/15838/23286 -f 15553/15837/23285 15554/15838/23286 15552/15836/23284 -f 15552/15836/23284 15554/15838/23286 15555/15839/23287 -f 15552/15836/23284 15555/15839/23287 14786/15088/22405 -f 14786/15088/22405 15555/15839/23287 14783/15085/22402 -f 14321/14558/21581 15556/14554/21577 15554/15838/23286 -f 15554/15838/23286 15556/14554/21577 15557/15840/23288 -f 15554/15838/23286 15557/15840/23288 15555/15839/23287 -f 15555/15839/23287 15557/15840/23288 15558/15841/23289 -f 15555/15839/23287 15558/15841/23289 14783/15085/22402 -f 14783/15085/22402 15558/15841/23289 14780/15083/22400 -f 14778/15081/22398 14780/15083/22400 15558/15841/23289 -f 14778/15081/22398 15558/15841/23289 15559/15842/23290 -f 15559/15842/23290 15558/15841/23289 15557/15840/23288 -f 15559/15842/23290 15557/15840/23288 15560/15843/23291 -f 15560/15843/23291 15557/15840/23288 15556/14554/21577 -f 15561/15844/23292 14776/15078/22395 14778/15081/22398 -f 15561/15844/23292 14778/15081/22398 15559/15842/23290 -f 15561/15844/23292 15559/15842/23290 15562/15845/23293 -f 15562/15845/23293 15559/15842/23290 15560/15843/23291 -f 15562/15845/23293 15560/15843/23291 15556/14554/21577 -f 15556/14554/21577 14316/14552/21575 15562/15845/23293 -f 15562/15845/23293 14316/14552/21575 15563/15846/23294 -f 15562/15845/23293 15563/15846/23294 15564/15847/23295 -f 15562/15845/23293 15564/15847/23295 15561/15844/23292 -f 15561/15844/23292 15564/15847/23295 14773/15076/22393 -f 15561/15844/23292 14773/15076/22393 14776/15078/22395 -f 15563/15846/23294 14316/14552/21575 15565/15848/23296 -f 15563/15846/23294 15565/15848/23296 15564/15847/23295 -f 15564/15847/23295 15565/15848/23296 15566/15849/23297 -f 15564/15847/23295 15566/15849/23297 14773/15076/22393 -f 14773/15076/22393 15566/15849/23297 14769/15072/22389 -f 14773/15076/22393 14769/15072/22389 14771/15074/22391 -f 15567/15850/23298 14768/15070/22387 14769/15072/22389 -f 15567/15850/23298 14769/15072/22389 15566/15849/23297 -f 15567/15850/23298 15566/15849/23297 15568/15851/23299 -f 15568/15851/23299 15566/15849/23297 15565/15848/23296 -f 15568/15851/23299 15565/15848/23296 14314/14550/21573 -f 14314/14550/21573 15565/15848/23296 14316/14552/21575 -f 15568/15851/23299 14314/14550/21573 15569/15852/23300 -f 15568/15851/23299 15569/15852/23300 15570/15853/23301 -f 15568/15851/23299 15570/15853/23301 15567/15850/23298 -f 15567/15850/23298 15570/15853/23301 15571/15068/22385 -f 15567/15850/23298 15571/15068/22385 14768/15070/22387 -f 14314/14550/21573 14311/14547/21570 15569/15852/23300 -f 15569/15852/23300 14311/14547/21570 15572/15854/23302 -f 15569/15852/23300 15572/15854/23302 15570/15853/23301 -f 15570/15853/23301 15572/15854/23302 15573/15755/23203 -f 15570/15853/23301 15573/15755/23203 15571/15068/22385 -f 15571/15068/22385 15573/15755/23203 14952/15258/22575 -f 14311/14547/21570 15574/15855/23303 15572/15854/23302 -f 15572/15854/23302 15574/15855/23303 15575/15754/23202 -f 15572/15854/23302 15575/15754/23202 15573/15755/23203 -f 15573/15755/23203 15575/15754/23202 14951/15257/22574 -f 14951/15257/22574 15575/15754/23202 14949/15255/22572 -f 15576/15856/23304 14947/15252/22569 15575/15754/23202 -f 15576/15856/23304 15575/15754/23202 15577/15857/23305 -f 15577/15857/23305 15575/15754/23202 15578/15858/23306 -f 15578/15858/23306 15575/15754/23202 15574/15855/23303 -f 15578/15858/23306 15574/15855/23303 14307/14544/21567 -f 14307/14544/21567 15574/15855/23303 14311/14547/21570 -f 15578/15858/23306 14307/14544/21567 15579/15859/23307 -f 15578/15858/23306 15579/15859/23307 15577/15857/23305 -f 15577/15857/23305 15579/15859/23307 15580/15860/23308 -f 15577/15857/23305 15580/15860/23308 15576/15856/23304 -f 15576/15856/23304 15580/15860/23308 14918/15223/22540 -f 15576/15856/23304 14918/15223/22540 14947/15252/22569 -f 14916/15221/22538 14918/15223/22540 15581/15753/23201 -f 15581/15753/23201 14918/15223/22540 15580/15860/23308 -f 15581/15753/23201 15580/15860/23308 15582/15861/23309 -f 15582/15861/23309 15580/15860/23308 15579/15859/23307 -f 15582/15861/23309 15579/15859/23307 14307/14544/21567 -f 14307/14544/21567 14305/14541/21564 15582/15861/23309 -f 15582/15861/23309 14305/14541/21564 15583/15862/23310 -f 15582/15861/23309 15583/15862/23310 15581/15753/23201 -f 15581/15753/23201 15583/15862/23310 15584/15752/23200 -f 15581/15753/23201 15584/15752/23200 14944/15250/22567 -f 14944/15250/22567 15584/15752/23200 14942/15248/22565 -f 15585/15863/23311 14941/15246/22563 15584/15752/23200 -f 15585/15863/23311 15584/15752/23200 15586/15864/23312 -f 15586/15864/23312 15584/15752/23200 15583/15862/23310 -f 15586/15864/23312 15583/15862/23310 14305/14541/21564 -f 14305/14541/21564 14302/14538/21561 15586/15864/23312 -f 15586/15864/23312 14302/14538/21561 15488/15775/23223 -f 15586/15864/23312 15488/15775/23223 15490/15778/23226 -f 15586/15864/23312 15490/15778/23226 15585/15863/23311 -f 15585/15863/23311 15490/15778/23226 14939/15244/22561 -f 15585/15863/23311 14939/15244/22561 14941/15246/22563 -f 15491/15779/23227 14937/15241/22558 14939/15244/22561 -f 14302/14538/21561 14344/14582/21605 15487/15776/23224 -f 15487/15776/23224 14344/14582/21605 15587/15865/23313 -f 15487/15776/23224 15587/15865/23313 15489/15777/23225 -f 15489/15777/23225 15587/15865/23313 15588/15866/23314 -f 15489/15777/23225 15588/15866/23314 15491/15779/23227 -f 15491/15779/23227 15588/15866/23314 14934/15239/22556 -f 15491/15779/23227 14934/15239/22556 14937/15241/22558 -f 15589/15867/23315 14933/15237/22554 14934/15239/22556 -f 15589/15867/23315 14934/15239/22556 15588/15866/23314 -f 15589/15867/23315 15588/15866/23314 15590/15868/23316 -f 15590/15868/23316 15588/15866/23314 15587/15865/23313 -f 15590/15868/23316 15587/15865/23313 15591/15869/23317 -f 15591/15869/23317 15587/15865/23313 14344/14582/21605 -f 14344/14582/21605 14340/14578/21601 15591/15869/23317 -f 15591/15869/23317 14340/14578/21601 15493/15780/23228 -f 15591/15869/23317 15493/15780/23228 15590/15868/23316 -f 15590/15868/23316 15493/15780/23228 15494/15782/23230 -f 15590/15868/23316 15494/15782/23230 15589/15867/23315 -f 15589/15867/23315 15494/15782/23230 14931/15235/22552 -f 15589/15867/23315 14931/15235/22552 14933/15237/22554 -f 15495/15783/23231 14928/15233/22550 14931/15235/22552 -f 15492/15781/23229 14340/14578/21601 15592/15870/23318 -f 15492/15781/23229 15592/15870/23318 15593/15871/23319 -f 15492/15781/23229 15593/15871/23319 15495/15783/23231 -f 15495/15783/23231 15593/15871/23319 14926/15231/22548 -f 15495/15783/23231 14926/15231/22548 14928/15233/22550 -f 15594/15872/23320 14924/15228/22545 14926/15231/22548 -f 15594/15872/23320 14926/15231/22548 15593/15871/23319 -f 15594/15872/23320 15593/15871/23319 15595/15873/23321 -f 15595/15873/23321 15593/15871/23319 15592/15870/23318 -f 15595/15873/23321 15592/15870/23318 14337/14576/21599 -f 14337/14576/21599 15592/15870/23318 14340/14578/21601 -f 15595/15873/23321 14337/14576/21599 15496/15784/23232 -f 15595/15873/23321 15496/15784/23232 15498/15786/23234 -f 15595/15873/23321 15498/15786/23234 15594/15872/23320 -f 15594/15872/23320 15498/15786/23234 14921/15225/22542 -f 15594/15872/23320 14921/15225/22542 14924/15228/22545 -f 15499/15751/23199 14915/15220/22537 14921/15225/22542 -f 14336/14574/21597 15596/15874/23322 15497/15785/23233 -f 15497/15785/23233 15596/15874/23322 15597/15875/23323 -f 15497/15785/23233 15597/15875/23323 15499/15751/23199 -f 15499/15751/23199 15597/15875/23323 14911/15216/22533 -f 15499/15751/23199 14911/15216/22533 14913/15218/22535 -f 15598/15876/23324 14910/15214/22531 14911/15216/22533 -f 15598/15876/23324 14911/15216/22533 15597/15875/23323 -f 15598/15876/23324 15597/15875/23323 15599/15877/23325 -f 15599/15877/23325 15597/15875/23323 15596/15874/23322 -f 15599/15877/23325 15596/15874/23322 15500/14572/21595 -f 15500/14572/21595 15596/15874/23322 14336/14574/21597 -f 15599/15877/23325 15500/14572/21595 15502/15788/23236 -f 15599/15877/23325 15502/15788/23236 15598/15876/23324 -f 15598/15876/23324 15502/15788/23236 14907/15212/22529 -f 15598/15876/23324 14907/15212/22529 14910/15214/22531 -f 15503/15789/23237 14905/15209/22526 14907/15212/22529 -f 14902/15207/22524 14905/15209/22526 15503/15789/23237 -f 14902/15207/22524 15503/15789/23237 15600/15878/23326 -f 15600/15878/23326 15503/15789/23237 15501/15787/23235 -f 15600/15878/23326 15501/15787/23235 15601/15879/23327 -f 15601/15879/23327 15501/15787/23235 14331/14568/21591 -f 15602/15880/23328 14901/15205/22522 14902/15207/22524 -f 15602/15880/23328 14902/15207/22524 15600/15878/23326 -f 15602/15880/23328 15600/15878/23326 15603/15881/23329 -f 15603/15881/23329 15600/15878/23326 15601/15879/23327 -f 15603/15881/23329 15601/15879/23327 14331/14568/21591 -f 14331/14568/21591 14328/14565/21588 15603/15881/23329 -f 15603/15881/23329 14328/14565/21588 15505/15790/23238 -f 15603/15881/23329 15505/15790/23238 15506/15792/23240 -f 15603/15881/23329 15506/15792/23240 15602/15880/23328 -f 15602/15880/23328 15506/15792/23240 14898/15202/22519 -f 15602/15880/23328 14898/15202/22519 14901/15205/22522 -f 15507/15793/23241 14895/15199/22516 14898/15202/22519 -f 14892/15197/22514 14895/15199/22516 15507/15793/23241 -f 14892/15197/22514 15507/15793/23241 15604/15882/23330 -f 15604/15882/23330 15507/15793/23241 15504/15791/23239 -f 15604/15882/23330 15504/15791/23239 15605/15883/23331 -f 15605/15883/23331 15504/15791/23239 14325/14563/21586 -f 14325/14563/21586 15504/15791/23239 14328/14565/21588 -f 15606/15884/23332 14891/15195/22512 14892/15197/22514 -f 15606/15884/23332 14892/15197/22514 15604/15882/23330 -f 15606/15884/23332 15604/15882/23330 15607/15885/23333 -f 15607/15885/23333 15604/15882/23330 15605/15883/23331 -f 15607/15885/23333 15605/15883/23331 14325/14563/21586 -f 14325/14563/21586 14323/14561/21584 15607/15885/23333 -f 15607/15885/23333 14323/14561/21584 15608/15886/23334 -f 15607/15885/23333 15608/15886/23334 15609/15887/23335 -f 15607/15885/23333 15609/15887/23335 15606/15884/23332 -f 15606/15884/23332 15609/15887/23335 14888/15193/22510 -f 15606/15884/23332 14888/15193/22510 14891/15195/22512 -f 15608/15886/23334 14323/14561/21584 15610/15888/23336 -f 15608/15886/23334 15610/15888/23336 15609/15887/23335 -f 15609/15887/23335 15610/15888/23336 15611/15750/23198 -f 15609/15887/23335 15611/15750/23198 14888/15193/22510 -f 14888/15193/22510 15611/15750/23198 14886/15191/22508 -f 14886/15191/22508 15611/15750/23198 14884/15189/22506 -f 14881/15186/22503 14883/15188/22505 15612/15749/23197 -f 15612/15749/23197 14883/15188/22505 15611/15750/23198 -f 15612/15749/23197 15611/15750/23198 15610/15888/23336 -f 15612/15749/23197 15610/15888/23336 15613/14535/21558 -f 15613/14535/21558 15610/15888/23336 14323/14561/21584 -f 15614/15889/23337 14880/15184/22501 15612/15749/23197 -f 15614/15889/23337 15612/15749/23197 15615/15890/23338 -f 15615/15890/23338 15612/15749/23197 15616/15891/23339 -f 15616/15891/23339 15612/15749/23197 15613/14535/21558 -f 15613/14535/21558 14299/14533/21556 15616/15891/23339 -f 15616/15891/23339 14299/14533/21556 15617/15892/23340 -f 15616/15891/23339 15617/15892/23340 15615/15890/23338 -f 15615/15890/23338 15617/15892/23340 15618/15893/23341 -f 15615/15890/23338 15618/15893/23341 15614/15889/23337 -f 15614/15889/23337 15618/15893/23341 14877/15182/22499 -f 15614/15889/23337 14877/15182/22499 14880/15184/22501 -f 15617/15892/23340 14299/14533/21556 15619/15894/23342 -f 15617/15892/23340 15619/15894/23342 15618/15893/23341 -f 15618/15893/23341 15619/15894/23342 15620/15748/23196 -f 15618/15893/23341 15620/15748/23196 14877/15182/22499 -f 14877/15182/22499 15620/15748/23196 14876/15181/22498 -f 14876/15181/22498 15620/15748/23196 14873/15178/22495 -f 14871/15175/22492 15620/15748/23196 15621/15895/23343 -f 15621/15895/23343 15620/15748/23196 15619/15894/23342 -f 15621/15895/23343 15619/15894/23342 15622/15896/23344 -f 15622/15896/23344 15619/15894/23342 14297/14531/21554 -f 14297/14531/21554 15619/15894/23342 14299/14533/21556 -f 15623/15897/23345 14840/15144/22461 14871/15175/22492 -f 15623/15897/23345 14871/15175/22492 15621/15895/23343 -f 15623/15897/23345 15621/15895/23343 15624/15898/23346 -f 15624/15898/23346 15621/15895/23343 15622/15896/23344 -f 15624/15898/23346 15622/15896/23344 14297/14531/21554 -f 14297/14531/21554 14294/14528/21551 15624/15898/23346 -f 15624/15898/23346 14294/14528/21551 15625/15899/23347 -f 15624/15898/23346 15625/15899/23347 15626/15900/23348 -f 15624/15898/23346 15626/15900/23348 15623/15897/23345 -f 15623/15897/23345 15626/15900/23348 14837/15142/22459 -f 15623/15897/23345 14837/15142/22459 14840/15144/22461 -f 15625/15899/23347 14294/14528/21551 15627/15901/23349 -f 15625/15899/23347 15627/15901/23349 15626/15900/23348 -f 15626/15900/23348 15627/15901/23349 15628/15747/23195 -f 15626/15900/23348 15628/15747/23195 14837/15142/22459 -f 14837/15142/22459 15628/15747/23195 14868/15172/22489 -f 15629/15902/23350 14866/15170/22487 15628/15747/23195 -f 15629/15902/23350 15628/15747/23195 15630/15903/23351 -f 15630/15903/23351 15628/15747/23195 15627/15901/23349 -f 15627/15901/23349 14294/14528/21551 14290/14524/21547 -f 15627/15901/23349 14290/14524/21547 15630/15903/23351 -f 15630/15903/23351 14290/14524/21547 15509/15795/23243 -f 15630/15903/23351 15509/15795/23243 15629/15902/23350 -f 15629/15902/23350 15509/15795/23243 15511/15797/23245 -f 15629/15902/23350 15511/15797/23245 14866/15170/22487 -f 14866/15170/22487 15511/15797/23245 14863/15168/22485 -f 14079/14301/21324 14078/14300/21323 14081/14302/21325 -f 14076/14296/21319 14082/14298/21321 15700/15904/23352 -f 15700/15904/23352 14082/14298/21321 14081/14302/21325 -f 14078/14300/21323 13985/14204/21227 15657/15905/23353 -f 15657/15905/23353 13985/14204/21227 13989/14208/21231 -f 13977/14197/21220 13979/14196/21219 15656/15906/23354 -f 15656/15906/23354 13979/14196/21219 15655/15907/23355 -f 15655/15907/23355 13979/14196/21219 13973/14192/21215 -f 15655/15907/23355 13973/14192/21215 14083/14191/21214 -f 14083/14191/21214 14091/14304/21327 15654/15908/23356 -f 15654/15908/23356 14091/14304/21327 15653/15909/23357 -f 15653/15909/23357 14091/14304/21327 14090/14310/21333 -f 15653/15909/23357 14090/14310/21333 14087/14307/21330 -f 13970/14186/21209 13972/14189/21212 14092/14311/21334 -f 14087/14307/21330 14085/14306/21329 15652/15910/23358 -f 15652/15910/23358 14085/14306/21329 14092/14311/21334 -f 13968/14185/21208 13963/14179/21202 13967/14184/21207 -f 13959/14175/21198 13960/14177/21200 15685/15911/23359 -f 15685/15911/23359 13960/14177/21200 14095/14315/21338 -f 15685/15911/23359 14095/14315/21338 14098/14317/21340 -f 13949/14163/21186 15678/15912/23360 14108/14328/21351 -f 14104/14324/21347 14111/14331/21354 15680/15913/23361 -f 15680/15913/23361 14111/14331/21354 14110/14330/21353 -f 15680/15913/23361 14110/14330/21353 14108/14328/21351 -f 13949/14163/21186 13952/14167/21190 15678/15912/23360 -f 15678/15912/23360 13952/14167/21190 13955/14169/21192 -f 15678/15912/23360 13955/14169/21192 15649/15914/23362 -f 15649/15914/23362 13955/14169/21192 13953/14170/21193 -f 13938/14153/21176 15631/15915/23363 13939/14154/21177 -f 13945/14160/21183 13944/14159/21182 15648/15916/23364 -f 15648/15916/23364 13944/14159/21182 13939/14154/21177 -f 13938/14153/21176 14112/14332/21355 15631/15915/23363 -f 15631/15915/23363 14112/14332/21355 14113/14333/21356 -f 15631/15915/23363 14113/14333/21356 15677/15917/23365 -f 15677/15917/23365 14113/14333/21356 14040/14261/21284 -f 15677/15917/23365 14040/14261/21284 15676/15918/23366 -f 15676/15918/23366 14040/14261/21284 14047/14263/21286 -f 15676/15918/23366 14047/14263/21286 15647/15919/23367 -f 15647/15919/23367 14047/14263/21286 14046/14268/21291 -f 14046/14268/21291 14045/14267/21290 15646/15920/23368 -f 15646/15920/23368 14045/14267/21290 13934/14147/21170 -f 15646/15920/23368 13934/14147/21170 15645/15921/23369 -f 15645/15921/23369 13934/14147/21170 13937/14151/21174 -f 15645/15921/23369 13937/14151/21174 13930/14142/21165 -f 13930/14142/21165 14037/14145/21168 15644/15922/23370 -f 15644/15922/23370 14037/14145/21168 14036/14258/21281 -f 14030/14253/21276 14032/14255/21278 15643/15923/23371 -f 15643/15923/23371 14032/14255/21278 14033/14256/21279 -f 15643/15923/23371 14033/14256/21279 14048/14269/21292 -f 14059/14280/21303 15632/15924/23372 14053/14274/21297 -f 14059/14280/21303 14058/14279/21302 15632/15924/23372 -f 15632/15924/23372 14058/14279/21302 14056/14277/21300 -f 14056/14277/21300 14023/14246/21269 15642/15925/23373 -f 15642/15925/23373 14023/14246/21269 15641/15926/23374 -f 15641/15926/23374 14023/14246/21269 14027/14250/21273 -f 15641/15926/23374 14027/14250/21273 14019/14241/21264 -f 14019/14241/21264 14015/14236/21259 15668/15927/23375 -f 15668/15927/23375 14015/14236/21259 15667/15928/23376 -f 15667/15928/23376 14015/14236/21259 14017/14238/21261 -f 15667/15928/23376 14017/14238/21261 15666/15929/23377 -f 15666/15929/23377 14017/14238/21261 14011/14233/21256 -f 14062/14283/21306 15633/15930/23378 14060/14281/21304 -f 15666/15929/23377 14011/14233/21256 14010/14232/21255 -f 15666/15929/23377 14010/14232/21255 15665/15931/23379 -f 15665/15931/23379 14010/14232/21255 14009/14231/21254 -f 15665/15931/23379 14009/14231/21254 14060/14281/21304 -f 14070/14291/21314 15634/15932/23380 14067/14289/21312 -f 14062/14283/21306 14064/14285/21308 15633/15930/23378 -f 15633/15930/23378 14064/14285/21308 14068/14287/21310 -f 15633/15930/23378 14068/14287/21310 15639/15933/23381 -f 15639/15933/23381 14068/14287/21310 14067/14289/21312 -f 14070/14291/21314 14069/14290/21313 15634/15932/23380 -f 15634/15932/23380 14069/14290/21313 14005/14226/21249 -f 14007/14228/21251 14001/14218/21241 15638/15934/23382 -f 15638/15934/23382 14001/14218/21241 13998/14221/21244 -f 13998/14221/21244 13991/14211/21234 15637/15935/23383 -f 15637/15935/23383 13991/14211/21234 15636/15936/23384 -f 15636/15936/23384 13991/14211/21234 13993/14214/21237 -f 15636/15936/23384 13993/14214/21237 14071/14215/21238 -f 14071/14215/21238 14073/14293/21316 15635/15937/23385 -f 15635/15937/23385 14073/14293/21316 14074/14294/21317 -f 15635/15937/23385 15659/15938/23386 14071/14215/21238 -f 14071/14215/21238 15659/15938/23386 15636/15936/23384 -f 15637/15935/23383 15660/15939/23387 13998/14221/21244 -f 13998/14221/21244 15660/15939/23387 15638/15934/23382 -f 15638/15934/23382 15706/15940/23388 14007/14228/21251 -f 14007/14228/21251 15706/15940/23388 15661/15941/23389 -f 14007/14228/21251 15661/15941/23389 14005/14226/21249 -f 14005/14226/21249 15661/15941/23389 15662/15942/23390 -f 14005/14226/21249 15662/15942/23390 15634/15932/23380 -f 15634/15932/23380 15662/15942/23390 15663/15943/23391 -f 15634/15932/23380 15663/15943/23391 14067/14289/21312 -f 14067/14289/21312 15663/15943/23391 15639/15933/23381 -f 15639/15933/23381 15664/15944/23392 15633/15930/23378 -f 15633/15930/23378 15664/15944/23392 15640/15945/23393 -f 15633/15930/23378 15640/15945/23393 14060/14281/21304 -f 14060/14281/21304 15640/15945/23393 15665/15931/23379 -f 15668/15927/23375 15669/15946/23394 14019/14241/21264 -f 14019/14241/21264 15669/15946/23394 15641/15926/23374 -f 15642/15925/23373 15670/15947/23395 14056/14277/21300 -f 14056/14277/21300 15670/15947/23395 15671/15948/23396 -f 14056/14277/21300 15671/15948/23396 15632/15924/23372 -f 15632/15924/23372 15671/15948/23396 15672/15949/23397 -f 15632/15924/23372 15672/15949/23397 14053/14274/21297 -f 14053/14274/21297 15672/15949/23397 15713/15950/23398 -f 14053/14274/21297 15713/15950/23398 14055/14276/21299 -f 14055/14276/21299 15713/15950/23398 15714/15951/23399 -f 14055/14276/21299 15714/15951/23399 14051/14272/21295 -f 14051/14272/21295 15714/15951/23399 15715/15952/23400 -f 14051/14272/21295 15715/15952/23400 14048/14269/21292 -f 14048/14269/21292 15715/15952/23400 15643/15923/23371 -f 15643/15923/23371 15717/15953/23401 14030/14253/21276 -f 14030/14253/21276 15717/15953/23401 15718/15954/23402 -f 14030/14253/21276 15718/15954/23402 14036/14258/21281 -f 14036/14258/21281 15718/15954/23402 15644/15922/23370 -f 15644/15922/23370 15673/15955/23403 13930/14142/21165 -f 13930/14142/21165 15673/15955/23403 15645/15921/23369 -f 15646/15920/23368 15675/15956/23404 14046/14268/21291 -f 14046/14268/21291 15675/15956/23404 15647/15919/23367 -f 15677/15917/23365 15723/15957/23405 15631/15915/23363 -f 15631/15915/23363 15723/15957/23405 15724/15958/23406 -f 15631/15915/23363 15724/15958/23406 13939/14154/21177 -f 13939/14154/21177 15724/15958/23406 15648/15916/23364 -f 15648/15916/23364 15726/15959/23407 13945/14160/21183 -f 13945/14160/21183 15726/15959/23407 15727/15960/23408 -f 13945/14160/21183 15727/15960/23408 13953/14170/21193 -f 13953/14170/21193 15727/15960/23408 15649/15914/23362 -f 15678/15912/23360 15679/15961/23409 14108/14328/21351 -f 14108/14328/21351 15679/15961/23409 15680/15913/23361 -f 15680/15913/23361 15681/15962/23410 14104/14324/21347 -f 14104/14324/21347 15681/15962/23410 15682/15963/23411 -f 14104/14324/21347 15682/15963/23411 14102/14322/21345 -f 14102/14322/21345 15682/15963/23411 14100/14320/21343 -f 14100/14320/21343 15684/15964/23412 14098/14317/21340 -f 14098/14317/21340 15684/15964/23412 15685/15911/23359 -f 15685/15911/23359 15686/15965/23413 13959/14175/21198 -f 13959/14175/21198 15686/15965/23413 15687/15966/23414 -f 13959/14175/21198 15687/15966/23414 13956/14172/21195 -f 13956/14172/21195 15687/15966/23414 15688/15967/23415 -f 13956/14172/21195 15688/15967/23415 13963/14179/21202 -f 13963/14179/21202 15688/15967/23415 15689/15968/23416 -f 13963/14179/21202 15689/15968/23416 13967/14184/21207 -f 13967/14184/21207 15689/15968/23416 15690/15969/23417 -f 13967/14184/21207 15690/15969/23417 13965/14181/21204 -f 13965/14181/21204 15690/15969/23417 15650/15970/23418 -f 13965/14181/21204 15650/15970/23418 13972/14189/21212 -f 13972/14189/21212 15650/15970/23418 15651/15971/23419 -f 13972/14189/21212 15651/15971/23419 14092/14311/21334 -f 14092/14311/21334 15651/15971/23419 15652/15910/23358 -f 15652/15910/23358 15693/15972/23420 14087/14307/21330 -f 14087/14307/21330 15693/15972/23420 15653/15909/23357 -f 15654/15908/23356 15695/15973/23421 14083/14191/21214 -f 14083/14191/21214 15695/15973/23421 15655/15907/23355 -f 15656/15906/23354 15696/15974/23422 13977/14197/21220 -f 13977/14197/21220 15696/15974/23422 15697/15975/23423 -f 13977/14197/21220 15697/15975/23423 13988/14209/21232 -f 13988/14209/21232 15697/15975/23423 15698/15976/23424 -f 13988/14209/21232 15698/15976/23424 13989/14208/21231 -f 13989/14208/21231 15698/15976/23424 15657/15905/23353 -f 15657/15905/23353 15699/15977/23425 14078/14300/21323 -f 14078/14300/21323 15699/15977/23425 15658/15978/23426 -f 14078/14300/21323 15658/15978/23426 14081/14302/21325 -f 14081/14302/21325 15658/15978/23426 15700/15904/23352 -f 15700/15904/23352 15701/15979/23427 14076/14296/21319 -f 14076/14296/21319 15701/15979/23427 15702/15980/23428 -f 14076/14296/21319 15702/15980/23428 14074/14294/21317 -f 14074/14294/21317 15702/15980/23428 15635/15937/23385 -f 15702/15980/23428 15703/15981/23429 15635/15937/23385 -f 15635/15937/23385 15703/15981/23429 15659/15938/23386 -f 15659/15938/23386 15704/15982/23430 15636/15936/23384 -f 15636/15936/23384 15704/15982/23430 15739/15983/23431 -f 15636/15936/23384 15739/15983/23431 15637/15935/23383 -f 15637/15935/23383 15739/15983/23431 15660/15939/23387 -f 15660/15939/23387 15705/15984/23432 15638/15934/23382 -f 15638/15934/23382 15705/15984/23432 15706/15940/23388 -f 15663/15943/23391 15709/15985/23433 15639/15933/23381 -f 15639/15933/23381 15709/15985/23433 15664/15944/23392 -f 15664/15944/23392 15710/15986/23434 15640/15945/23393 -f 15640/15945/23393 15710/15986/23434 15665/15931/23379 -f 15669/15946/23394 15711/15987/23435 15641/15926/23374 -f 15641/15926/23374 15711/15987/23435 15712/15988/23436 -f 15641/15926/23374 15712/15988/23436 15642/15925/23373 -f 15642/15925/23373 15712/15988/23436 15670/15947/23395 -f 15715/15952/23400 15716/15989/23437 15643/15923/23371 -f 15643/15923/23371 15716/15989/23437 15717/15953/23401 -f 15718/15954/23402 15719/15990/23438 15644/15922/23370 -f 15644/15922/23370 15719/15990/23438 15673/15955/23403 -f 15673/15955/23403 15751/15991/23439 15645/15921/23369 -f 15645/15921/23369 15751/15991/23439 15674/15992/23440 -f 15645/15921/23369 15674/15992/23440 15646/15920/23368 -f 15646/15920/23368 15674/15992/23440 15675/15956/23404 -f 15675/15956/23404 15722/15993/23441 15647/15919/23367 -f 15647/15919/23367 15722/15993/23441 15676/15918/23366 -f 15724/15958/23406 15725/15994/23442 15648/15916/23364 -f 15648/15916/23364 15725/15994/23442 15726/15959/23407 -f 15727/15960/23408 15728/15995/23443 15649/15914/23362 -f 15649/15914/23362 15728/15995/23443 15678/15912/23360 -f 15682/15963/23411 15683/15996/23444 14100/14320/21343 -f 14100/14320/21343 15683/15996/23444 15684/15964/23412 -f 15690/15969/23417 15729/15997/23445 15650/15970/23418 -f 15650/15970/23418 15729/15997/23445 15691/15998/23446 -f 15650/15970/23418 15691/15998/23446 15651/15971/23419 -f 15651/15971/23419 15691/15998/23446 15692/15999/23447 -f 15651/15971/23419 15692/15999/23447 15652/15910/23358 -f 15652/15910/23358 15692/15999/23447 15693/15972/23420 -f 15693/15972/23420 15731/16000/23448 15653/15909/23357 -f 15653/15909/23357 15731/16000/23448 15694/16001/23449 -f 15653/15909/23357 15694/16001/23449 15654/15908/23356 -f 15654/15908/23356 15694/16001/23449 15695/15973/23421 -f 15695/15973/23421 15733/16002/23450 15655/15907/23355 -f 15655/15907/23355 15733/16002/23450 15734/16003/23451 -f 15655/15907/23355 15734/16003/23451 15656/15906/23354 -f 15656/15906/23354 15734/16003/23451 15696/15974/23422 -f 15698/15976/23424 15736/16004/23452 15657/15905/23353 -f 15657/15905/23353 15736/16004/23452 15699/15977/23425 -f 15699/15977/23425 15737/16005/23453 15658/15978/23426 -f 15658/15978/23426 15737/16005/23453 15700/15904/23352 -f 15703/15981/23429 15738/16006/23454 15659/15938/23386 -f 15659/15938/23386 15738/16006/23454 15704/15982/23430 -f 15739/15983/23431 15740/16007/23455 15660/15939/23387 -f 15660/15939/23387 15740/16007/23455 15705/15984/23432 -f 15706/15940/23388 15741/16008/23456 15661/15941/23389 -f 15661/15941/23389 15741/16008/23456 15707/16009/23457 -f 15661/15941/23389 15707/16009/23457 15662/15942/23390 -f 15662/15942/23390 15707/16009/23457 15708/16010/23458 -f 15662/15942/23390 15708/16010/23458 15663/15943/23391 -f 15663/15943/23391 15708/16010/23458 15709/15985/23433 -f 15709/15985/23433 15783/16011/23459 15664/15944/23392 -f 15664/15944/23392 15783/16011/23459 15710/15986/23434 -f 15710/15986/23434 15742/16012/23460 15665/15931/23379 -f 15665/15931/23379 15742/16012/23460 15743/16013/23461 -f 15665/15931/23379 15743/16013/23461 15666/15929/23377 -f 15666/15929/23377 15743/16013/23461 15744/16014/23462 -f 15666/15929/23377 15744/16014/23462 15667/15928/23376 -f 15667/15928/23376 15744/16014/23462 15745/16015/23463 -f 15667/15928/23376 15745/16015/23463 15668/15927/23375 -f 15668/15927/23375 15745/16015/23463 15746/16016/23464 -f 15668/15927/23375 15746/16016/23464 15669/15946/23394 -f 15669/15946/23394 15746/16016/23464 15711/15987/23435 -f 15712/15988/23436 15747/16017/23465 15670/15947/23395 -f 15670/15947/23395 15747/16017/23465 15748/16018/23466 -f 15670/15947/23395 15748/16018/23466 15671/15948/23396 -f 15671/15948/23396 15748/16018/23466 15749/16019/23467 -f 15671/15948/23396 15749/16019/23467 15672/15949/23397 -f 15672/15949/23397 15749/16019/23467 15713/15950/23398 -f 15719/15990/23438 15750/16020/23468 15673/15955/23403 -f 15673/15955/23403 15750/16020/23468 15751/15991/23439 -f 15751/15991/23439 15720/16021/23469 15674/15992/23440 -f 15674/15992/23440 15720/16021/23469 15721/16022/23470 -f 15674/15992/23440 15721/16022/23470 15675/15956/23404 -f 15675/15956/23404 15721/16022/23470 15722/15993/23441 -f 15722/15993/23441 15797/16023/23471 15676/15918/23366 -f 15676/15918/23366 15797/16023/23471 15752/16024/23472 -f 15676/15918/23366 15752/16024/23472 15677/15917/23365 -f 15677/15917/23365 15752/16024/23472 15723/15957/23405 -f 15728/15995/23443 15753/16025/23473 15678/15912/23360 -f 15678/15912/23360 15753/16025/23473 15754/16026/23474 -f 15678/15912/23360 15754/16026/23474 15679/15961/23409 -f 15679/15961/23409 15754/16026/23474 15755/16027/23475 -f 15679/15961/23409 15755/16027/23475 15680/15913/23361 -f 15680/15913/23361 15755/16027/23475 15756/16028/23476 -f 15680/15913/23361 15756/16028/23476 15681/15962/23410 -f 15681/15962/23410 15756/16028/23476 15804/16029/23477 -f 15681/15962/23410 15804/16029/23477 15682/15963/23411 -f 15682/15963/23411 15804/16029/23477 15805/16030/23478 -f 15682/15963/23411 15805/16030/23478 15683/15996/23444 -f 15683/15996/23444 15805/16030/23478 15757/16031/23479 -f 15683/15996/23444 15757/16031/23479 15684/15964/23412 -f 15684/15964/23412 15757/16031/23479 15758/16032/23480 -f 15684/15964/23412 15758/16032/23480 15685/15911/23359 -f 15685/15911/23359 15758/16032/23480 15759/16033/23481 -f 15685/15911/23359 15759/16033/23481 15686/15965/23413 -f 15686/15965/23413 15759/16033/23481 15760/16034/23482 -f 15686/15965/23413 15760/16034/23482 15687/15966/23414 -f 15687/15966/23414 15760/16034/23482 15761/16035/23483 -f 15687/15966/23414 15761/16035/23483 15688/15967/23415 -f 15688/15967/23415 15761/16035/23483 15762/16036/23484 -f 15688/15967/23415 15762/16036/23484 15689/15968/23416 -f 15689/15968/23416 15762/16036/23484 15763/16037/23485 -f 15689/15968/23416 15763/16037/23485 15690/15969/23417 -f 15690/15969/23417 15763/16037/23485 15729/15997/23445 -f 15729/15997/23445 15764/16038/23486 15691/15998/23446 -f 15691/15998/23446 15764/16038/23486 15765/16039/23487 -f 15691/15998/23446 15765/16039/23487 15692/15999/23447 -f 15692/15999/23447 15765/16039/23487 15730/16040/23488 -f 15692/15999/23447 15730/16040/23488 15693/15972/23420 -f 15693/15972/23420 15730/16040/23488 15731/16000/23448 -f 15731/16000/23448 15766/16041/23489 15694/16001/23449 -f 15694/16001/23449 15766/16041/23489 15732/16042/23490 -f 15694/16001/23449 15732/16042/23490 15695/15973/23421 -f 15695/15973/23421 15732/16042/23490 15733/16002/23450 -f 15734/16003/23451 15769/16043/23491 15696/15974/23422 -f 15696/15974/23422 15769/16043/23491 15770/16044/23492 -f 15696/15974/23422 15770/16044/23492 15697/15975/23423 -f 15697/15975/23423 15770/16044/23492 15735/16045/23493 -f 15697/15975/23423 15735/16045/23493 15698/15976/23424 -f 15698/15976/23424 15735/16045/23493 15736/16004/23452 -f 15736/16004/23452 15772/16046/23494 15699/15977/23425 -f 15699/15977/23425 15772/16046/23494 15737/16005/23453 -f 15737/16005/23453 15773/16047/23495 15700/15904/23352 -f 15700/15904/23352 15773/16047/23495 15774/16048/23496 -f 15700/15904/23352 15774/16048/23496 15701/15979/23427 -f 15701/15979/23427 15774/16048/23496 15775/16049/23497 -f 15701/15979/23427 15775/16049/23497 15702/15980/23428 -f 15702/15980/23428 15775/16049/23497 15703/15981/23429 -f 15775/16049/23497 15776/16050/23498 15703/15981/23429 -f 15703/15981/23429 15776/16050/23498 15738/16006/23454 -f 15738/16006/23454 15777/16051/23499 15704/15982/23430 -f 15704/15982/23430 15777/16051/23499 15739/15983/23431 -f 15740/16007/23455 15778/16052/23500 15705/15984/23432 -f 15705/15984/23432 15778/16052/23500 15779/16053/23501 -f 15705/15984/23432 15779/16053/23501 15706/15940/23388 -f 15706/15940/23388 15779/16053/23501 15741/16008/23456 -f 15741/16008/23456 15780/16054/23502 15707/16009/23457 -f 15707/16009/23457 15780/16054/23502 15781/16055/23503 -f 15707/16009/23457 15781/16055/23503 15708/16010/23458 -f 15708/16010/23458 15781/16055/23503 15782/16056/23504 -f 15708/16010/23458 15782/16056/23504 15709/15985/23433 -f 15709/15985/23433 15782/16056/23504 15783/16011/23459 -f 15783/16011/23459 15784/16057/23505 15710/15986/23434 -f 15710/15986/23434 15784/16057/23505 15742/16012/23460 -f 15746/16016/23464 15785/16058/23506 15711/15987/23435 -f 15711/15987/23435 15785/16058/23506 15786/16059/23507 -f 15711/15987/23435 15786/16059/23507 15712/15988/23436 -f 15712/15988/23436 15786/16059/23507 15747/16017/23465 -f 15749/16019/23467 15787/16060/23508 15713/15950/23398 -f 15713/15950/23398 15787/16060/23508 15788/16061/23509 -f 15713/15950/23398 15788/16061/23509 15714/15951/23510 -f 15714/15951/23510 15788/16061/23509 15789/16062/23511 -f 15714/15951/23510 15789/16062/23511 15715/15952/23400 -f 15715/15952/23400 15789/16062/23511 15790/16063/23512 -f 15715/15952/23400 15790/16063/23512 15716/15989/23437 -f 15716/15989/23437 15790/16063/23512 15791/16064/23513 -f 15716/15989/23437 15791/16064/23513 15717/15953/23401 -f 15717/15953/23401 15791/16064/23513 15792/16065/23514 -f 15717/15953/23401 15792/16065/23514 15718/15954/23402 -f 15718/15954/23402 15792/16065/23514 15793/16066/23515 -f 15718/15954/23402 15793/16066/23515 15719/15990/23438 -f 15719/15990/23438 15793/16066/23515 15750/16020/23468 -f 15751/15991/23439 15794/16067/23516 15720/16021/23469 -f 15720/16021/23469 15794/16067/23516 15795/16068/23517 -f 15720/16021/23469 15795/16068/23517 15721/16022/23470 -f 15721/16022/23470 15795/16068/23517 15796/16069/23518 -f 15721/16022/23470 15796/16069/23518 15722/15993/23441 -f 15722/15993/23441 15796/16069/23518 15797/16023/23471 -f 15752/16024/23472 15798/16070/23519 15723/15957/23405 -f 15723/15957/23405 15798/16070/23519 15799/16071/23520 -f 15723/15957/23405 15799/16071/23520 15724/15958/23406 -f 15724/15958/23406 15799/16071/23520 15800/16072/23521 -f 15724/15958/23406 15800/16072/23521 15725/15994/23442 -f 15725/15994/23442 15800/16072/23521 15801/16073/23522 -f 15725/15994/23442 15801/16073/23522 15726/15959/23407 -f 15726/15959/23407 15801/16073/23522 15802/16074/23523 -f 15726/15959/23407 15802/16074/23523 15727/15960/23408 -f 15727/15960/23408 15802/16074/23523 15803/16075/23524 -f 15727/15960/23408 15803/16075/23524 15728/15995/23443 -f 15728/15995/23443 15803/16075/23524 15753/16025/23473 -f 15763/16037/23485 15808/16076/23525 15729/15997/23445 -f 15729/15997/23445 15808/16076/23525 15764/16038/23486 -f 15765/16039/23487 15809/16077/23526 15730/16040/23488 -f 15730/16040/23488 15809/16077/23526 15810/16078/23527 -f 15730/16040/23488 15810/16078/23527 15731/16000/23448 -f 15731/16000/23448 15810/16078/23527 15766/16041/23489 -f 15766/16041/23489 15812/16079/23528 15732/16042/23490 -f 15732/16042/23490 15812/16079/23528 15767/16080/23529 -f 15732/16042/23490 15767/16080/23529 15733/16002/23450 -f 15733/16002/23450 15767/16080/23529 15768/16081/23530 -f 15733/16002/23450 15768/16081/23530 15734/16003/23451 -f 15734/16003/23451 15768/16081/23530 15769/16043/23491 -f 15770/16044/23492 15815/16082/23531 15735/16045/23493 -f 15735/16045/23493 15815/16082/23531 15771/16083/23532 -f 15735/16045/23493 15771/16083/23532 15736/16004/23452 -f 15736/16004/23452 15771/16083/23532 15772/16046/23494 -f 15772/16046/23494 15817/16084/23533 15737/16005/23453 -f 15737/16005/23453 15817/16084/23533 15773/16047/23495 -f 15776/16050/23498 15818/16085/23534 15738/16006/23454 -f 15738/16006/23454 15818/16085/23534 15777/16051/23499 -f 15777/16051/23499 15819/16086/23535 15739/15983/23431 -f 15739/15983/23431 15819/16086/23535 15848/16087/23536 -f 15739/15983/23431 15848/16087/23536 15740/16007/23455 -f 15740/16007/23455 15848/16087/23536 15778/16052/23500 -f 15779/16053/23501 15851/16088/23537 15741/16008/23456 -f 15741/16008/23456 15851/16088/23537 15780/16054/23502 -f 15784/16057/23505 15820/16089/23538 15742/16012/23460 -f 15742/16012/23460 15820/16089/23538 15821/16090/23539 -f 15742/16012/23460 15821/16090/23539 15743/16013/23461 -f 15743/16013/23461 15821/16090/23539 15822/16091/23540 -f 15743/16013/23461 15822/16091/23540 15744/16014/23462 -f 15744/16014/23462 15822/16091/23540 15823/16092/23541 -f 15744/16014/23462 15823/16092/23541 15745/16015/23463 -f 15745/16015/23463 15823/16092/23541 15824/16093/23542 -f 15745/16015/23463 15824/16093/23542 15746/16016/23464 -f 15746/16016/23464 15824/16093/23542 15785/16058/23506 -f 15786/16059/23507 15825/16094/23543 15747/16017/23465 -f 15747/16017/23465 15825/16094/23543 15826/16095/23544 -f 15747/16017/23465 15826/16095/23544 15748/16018/23466 -f 15748/16018/23466 15826/16095/23544 15827/16096/23545 -f 15748/16018/23466 15827/16096/23545 15749/16019/23467 -f 15749/16019/23467 15827/16096/23545 15787/16060/23508 -f 15793/16066/23515 15828/16097/23546 15750/16020/23468 -f 15750/16020/23468 15828/16097/23546 15864/16098/23547 -f 15750/16020/23468 15864/16098/23547 15751/15991/23439 -f 15751/15991/23439 15864/16098/23547 15794/16067/23516 -f 15797/16023/23471 15829/16099/23548 15752/16024/23472 -f 15752/16024/23472 15829/16099/23548 15798/16070/23519 -f 15803/16075/23524 15830/16100/23549 15753/16025/23473 -f 15753/16025/23473 15830/16100/23549 15875/16101/23550 -f 15753/16025/23473 15875/16101/23550 15754/16026/23474 -f 15754/16026/23474 15875/16101/23550 15831/16102/23551 -f 15754/16026/23474 15831/16102/23551 15755/16027/23475 -f 15755/16027/23475 15831/16102/23551 15832/16103/23552 -f 15755/16027/23475 15832/16103/23552 15756/16028/23476 -f 15756/16028/23476 15832/16103/23552 15804/16029/23477 -f 15805/16030/23478 15833/16104/23553 15757/16031/23479 -f 15757/16031/23479 15833/16104/23553 15834/16105/23554 -f 15757/16031/23479 15834/16105/23554 15758/16032/23480 -f 15758/16032/23480 15834/16105/23554 15835/16106/23555 -f 15758/16032/23480 15835/16106/23555 15759/16033/23481 -f 15759/16033/23481 15835/16106/23555 15836/16107/23556 -f 15759/16033/23481 15836/16107/23556 15760/16034/23482 -f 15760/16034/23482 15836/16107/23556 15837/16108/23557 -f 15760/16034/23482 15837/16108/23557 15761/16035/23483 -f 15761/16035/23483 15837/16108/23557 15806/16109/23558 -f 15761/16035/23483 15806/16109/23558 15762/16036/23484 -f 15762/16036/23484 15806/16109/23558 15807/16110/23559 -f 15762/16036/23484 15807/16110/23559 15763/16037/23485 -f 15763/16037/23485 15807/16110/23559 15808/16076/23525 -f 15808/16076/23525 15880/16111/23560 15764/16038/23486 -f 15764/16038/23486 15880/16111/23560 15881/16112/23561 -f 15764/16038/23486 15881/16112/23561 15765/16039/23487 -f 15765/16039/23487 15881/16112/23561 15809/16077/23526 -f 15810/16078/23527 15811/16113/23562 15766/16041/23489 -f 15766/16041/23489 15811/16113/23562 15812/16079/23528 -f 15812/16079/23528 15838/16114/23563 15767/16080/23529 -f 15767/16080/23529 15838/16114/23563 15813/16115/23564 -f 15767/16080/23529 15813/16115/23564 15768/16081/23530 -f 15768/16081/23530 15813/16115/23564 15814/16116/23565 -f 15768/16081/23530 15814/16116/23565 15769/16043/23491 -f 15769/16043/23491 15814/16116/23565 15840/16117/23566 -f 15769/16043/23491 15840/16117/23566 15770/16044/23492 -f 15770/16044/23492 15840/16117/23566 15815/16082/23531 -f 15815/16082/23531 15841/16118/23567 15771/16083/23532 -f 15771/16083/23532 15841/16118/23567 15816/16119/23568 -f 15771/16083/23532 15816/16119/23568 15772/16046/23494 -f 15772/16046/23494 15816/16119/23568 15817/16084/23533 -f 15817/16084/23533 15843/16120/23569 15773/16047/23495 -f 15773/16047/23495 15843/16120/23569 15844/16121/23570 -f 15773/16047/23495 15844/16121/23570 15774/16048/23496 -f 15774/16048/23496 15844/16121/23570 15845/16122/23571 -f 15774/16048/23496 15845/16122/23571 15775/16049/23497 -f 15775/16049/23497 15845/16122/23571 15776/16050/23498 -f 15845/16122/23571 15846/16123/23572 15776/16050/23498 -f 15776/16050/23498 15846/16123/23572 15818/16085/23534 -f 15818/16085/23534 15847/16124/23573 15777/16051/23499 -f 15777/16051/23499 15847/16124/23573 15819/16086/23535 -f 15848/16087/23536 15849/16125/23574 15778/16052/23500 -f 15778/16052/23500 15849/16125/23574 15850/16126/23575 -f 15778/16052/23500 15850/16126/23575 15779/16053/23501 -f 15779/16053/23501 15850/16126/23575 15851/16088/23537 -f 15851/16088/23537 15852/16127/23576 15780/16054/23502 -f 15780/16054/23502 15852/16127/23576 15853/16128/23577 -f 15780/16054/23502 15853/16128/23577 15781/16055/23503 -f 15781/16055/23503 15853/16128/23577 15854/16129/23578 -f 15781/16055/23503 15854/16129/23578 15782/16056/23504 -f 15782/16056/23504 15854/16129/23578 15855/16130/23579 -f 15782/16056/23504 15855/16130/23579 15783/16011/23459 -f 15783/16011/23459 15855/16130/23579 15856/16131/23580 -f 15783/16011/23459 15856/16131/23580 15784/16057/23505 -f 15784/16057/23505 15856/16131/23580 15820/16089/23538 -f 15824/16093/23542 15857/16132/23581 15785/16058/23506 -f 15785/16058/23506 15857/16132/23581 15858/16133/23582 -f 15785/16058/23506 15858/16133/23582 15786/16059/23507 -f 15786/16059/23507 15858/16133/23582 15825/16094/23543 -f 15827/16096/23545 15895/16134/23583 15787/16060/23508 -f 15787/16060/23508 15895/16134/23583 15859/16135/23584 -f 15787/16060/23508 15859/16135/23584 15788/16061/23509 -f 15788/16061/23509 15859/16135/23584 15860/16136/23585 -f 15788/16061/23509 15860/16136/23585 15789/16062/23511 -f 15789/16062/23511 15860/16136/23585 15861/16137/23586 -f 15789/16062/23511 15861/16137/23586 15790/16063/23512 -f 15790/16063/23512 15861/16137/23586 15896/16138/23587 -f 15790/16063/23512 15896/16138/23587 15791/16064/23513 -f 15791/16064/23513 15896/16138/23587 15862/16139/23588 -f 15791/16064/23513 15862/16139/23588 15792/16065/23514 -f 15792/16065/23514 15862/16139/23588 15863/16140/23589 -f 15792/16065/23514 15863/16140/23589 15793/16066/23515 -f 15793/16066/23515 15863/16140/23589 15828/16097/23546 -f 15864/16098/23547 15865/16141/23590 15794/16067/23516 -f 15794/16067/23516 15865/16141/23590 15866/16142/23591 -f 15794/16067/23516 15866/16142/23591 15795/16068/23517 -f 15795/16068/23517 15866/16142/23591 15867/16143/23592 -f 15795/16068/23517 15867/16143/23592 15796/16069/23518 -f 15796/16069/23518 15867/16143/23592 15868/16144/23593 -f 15796/16069/23518 15868/16144/23593 15797/16023/23471 -f 15797/16023/23471 15868/16144/23593 15829/16099/23548 -f 15829/16099/23548 15869/16145/23594 15798/16070/23519 -f 15798/16070/23519 15869/16145/23594 15870/16146/23595 -f 15798/16070/23519 15870/16146/23595 15799/16071/23520 -f 15799/16071/23520 15870/16146/23595 15871/16147/23596 -f 15799/16071/23520 15871/16147/23596 15800/16072/23521 -f 15800/16072/23521 15871/16147/23596 15872/16148/23597 -f 15800/16072/23521 15872/16148/23597 15801/16073/23522 -f 15801/16073/23522 15872/16148/23597 15873/16149/23598 -f 15801/16073/23522 15873/16149/23598 15802/16074/23523 -f 15802/16074/23523 15873/16149/23598 15874/16150/23599 -f 15802/16074/23523 15874/16150/23599 15803/16075/23524 -f 15803/16075/23524 15874/16150/23599 15830/16100/23549 -f 15832/16103/23552 15900/16151/23600 15804/16029/23477 -f 15804/16029/23477 15900/16151/23600 15876/16152/23601 -f 15804/16029/23477 15876/16152/23601 15805/16030/23478 -f 15805/16030/23478 15876/16152/23601 15833/16104/23553 -f 15837/16108/23557 15877/16153/23602 15806/16109/23558 -f 15806/16109/23558 15877/16153/23602 15878/16154/23603 -f 15806/16109/23558 15878/16154/23603 15807/16110/23559 -f 15807/16110/23559 15878/16154/23603 15879/16155/23604 -f 15807/16110/23559 15879/16155/23604 15808/16076/23525 -f 15808/16076/23525 15879/16155/23604 15880/16111/23560 -f 15881/16112/23561 15882/16156/23605 15809/16077/23526 -f 15809/16077/23526 15882/16156/23605 15883/16157/23606 -f 15809/16077/23526 15883/16157/23606 15810/16078/23527 -f 15810/16078/23527 15883/16157/23606 15884/16158/23607 -f 15810/16078/23527 15884/16158/23607 15811/16113/23562 -f 15811/16113/23562 15884/16158/23607 15885/16159/23608 -f 15811/16113/23562 15885/16159/23608 15812/16079/23528 -f 15812/16079/23528 15885/16159/23608 15838/16114/23563 -f 15838/16114/23563 15886/16160/23609 15813/16115/23564 -f 15813/16115/23564 15886/16160/23609 15839/16161/23610 -f 15813/16115/23564 15839/16161/23610 15814/16116/23565 -f 15814/16116/23565 15839/16161/23610 15840/16117/23566 -f 15840/16117/23566 15888/16162/23611 15815/16082/23531 -f 15815/16082/23531 15888/16162/23611 15841/16118/23567 -f 15841/16118/23567 15889/16163/23612 15816/16119/23568 -f 15816/16119/23568 15889/16163/23612 15842/16164/23613 -f 15816/16119/23568 15842/16164/23613 15817/16084/23533 -f 15817/16084/23533 15842/16164/23613 15843/16120/23569 -f 15846/16123/23572 15891/16165/23614 15818/16085/23534 -f 15818/16085/23534 15891/16165/23614 15847/16124/23573 -f 15847/16124/23573 14296/14530/21553 15819/16086/23535 -f 15819/16086/23535 14296/14530/21553 15848/16087/23536 -f 15856/16131/23580 14329/14566/21589 15820/16089/23538 -f 15820/16089/23538 14329/14566/21589 14330/14567/21590 -f 15820/16089/23538 14330/14567/21590 15821/16090/23539 -f 15821/16090/23539 14330/14567/21590 14332/14569/21592 -f 15821/16090/23539 14332/14569/21592 15822/16091/23540 -f 15822/16091/23540 14332/14569/21592 14333/14570/21593 -f 15822/16091/23540 14333/14570/21593 15823/16092/23541 -f 15823/16092/23541 14333/14570/21593 14334/14571/21594 -f 15823/16092/23541 14334/14571/21594 15824/16093/23542 -f 15824/16093/23542 14334/14571/21594 15857/16132/23581 -f 15858/16133/23582 15892/16166/23615 15825/16094/23543 -f 15825/16094/23543 15892/16166/23615 15893/16167/23616 -f 15825/16094/23543 15893/16167/23616 15826/16095/23544 -f 15826/16095/23544 15893/16167/23616 15894/16168/23617 -f 15826/16095/23544 15894/16168/23617 15827/16096/23545 -f 15827/16096/23545 15894/16168/23617 15895/16134/23583 -f 15863/16140/23589 14306/14542/21565 15828/16097/23546 -f 15828/16097/23546 14306/14542/21565 15864/16098/23547 -f 15868/16144/23593 14313/14549/21572 15829/16099/23548 -f 15829/16099/23548 14313/14549/21572 15869/16145/23594 -f 15874/16150/23599 15897/16169/23618 15830/16100/23549 -f 15830/16100/23549 15897/16169/23618 15875/16101/23550 -f 15875/16101/23550 15898/16170/23619 15831/16102/23551 -f 15831/16102/23551 15898/16170/23619 15899/16171/23620 -f 15831/16102/23551 15899/16171/23620 15832/16103/23552 -f 15832/16103/23552 15899/16171/23620 15900/16151/23600 -f 15876/16152/23601 14349/14587/21610 15833/16104/23553 -f 15833/16104/23553 14349/14587/21610 14351/14589/21612 -f 15833/16104/23553 14351/14589/21612 15834/16105/23554 -f 15834/16105/23554 14351/14589/21612 14352/14590/21613 -f 15834/16105/23554 14352/14590/21613 15835/16106/23555 -f 15835/16106/23555 14352/14590/21613 14353/14591/21614 -f 15835/16106/23555 14353/14591/21614 15836/16107/23556 -f 15836/16107/23556 14353/14591/21614 14355/14593/21616 -f 15836/16107/23556 14355/14593/21616 15837/16108/23557 -f 15837/16108/23557 14355/14593/21616 15877/16153/23602 -f 15885/16159/23608 14280/14514/21537 15838/16114/23563 -f 15838/16114/23563 14280/14514/21537 15886/16160/23609 -f 15886/16160/23609 15901/16172/23621 15839/16161/23610 -f 15839/16161/23610 15901/16172/23621 15887/16173/23622 -f 15839/16161/23610 15887/16173/23622 15840/16117/23566 -f 15840/16117/23566 15887/16173/23622 15888/16162/23611 -f 15888/16162/23611 14286/14520/21543 15841/16118/23567 -f 15841/16118/23567 14286/14520/21543 15889/16163/23612 -f 15889/16163/23612 15902/16174/23623 15842/16164/23613 -f 15842/16164/23613 15902/16174/23623 15890/16175/23624 -f 15842/16164/23613 15890/16175/23624 15843/16120/23569 -f 15843/16120/23569 15890/16175/23624 14291/14525/21548 -f 15843/16120/23569 14291/14525/21548 15844/16121/23570 -f 15844/16121/23570 14291/14525/21548 14292/14526/21549 -f 15844/16121/23570 14292/14526/21549 15845/16122/23571 -f 15845/16122/23571 14292/14526/21549 15846/16123/23572 -f 14292/14526/21549 14293/14527/21550 15846/16123/23572 -f 15846/16123/23572 14293/14527/21550 15891/16165/23614 -f 15891/16165/23614 14295/14529/21552 15847/16124/23573 -f 15847/16124/23573 14295/14529/21552 14296/14530/21553 -f 14296/14530/21553 14298/14532/21555 15848/16087/23536 -f 15848/16087/23536 14298/14532/21555 15849/16125/23574 -f 15849/16125/23574 14298/14532/21555 14300/14534/21557 -f 15849/16125/23574 14300/14534/21557 15850/16126/23575 -f 15850/16126/23575 14300/14534/21557 15851/16088/23537 -f 15851/16088/23537 14300/14534/21557 14324/14536/21559 -f 15851/16088/23537 14324/14536/21559 15852/16127/23576 -f 15852/16127/23576 14324/14536/21559 15853/16128/23577 -f 15853/16128/23577 14324/14536/21559 14326/14562/21585 -f 15853/16128/23577 14326/14562/21585 15854/16129/23578 -f 15854/16129/23578 14326/14562/21585 15855/16130/23579 -f 15855/16130/23579 14326/14562/21585 14327/14564/21587 -f 15855/16130/23579 14327/14564/21587 15856/16131/23580 -f 15856/16131/23580 14327/14564/21587 14329/14566/21589 -f 14334/14571/21594 14335/14573/21596 15857/16132/23581 -f 15857/16132/23581 14335/14573/21596 15858/16133/23582 -f 15858/16133/23582 14335/14573/21596 15892/16166/23615 -f 15895/16134/23583 14341/14579/21602 15859/16135/23584 -f 15859/16135/23584 14341/14579/21602 14342/14580/21603 -f 15859/16135/23584 14342/14580/21603 15860/16136/23585 -f 15860/16136/23585 14342/14580/21603 14343/14581/21604 -f 15860/16136/23585 14343/14581/21604 15861/16137/23586 -f 15861/16137/23586 14343/14581/21604 15896/16138/23587 -f 15896/16138/23587 14303/14539/21562 15862/16139/23588 -f 15862/16139/23588 14303/14539/21562 14304/14540/21563 -f 15862/16139/23588 14304/14540/21563 15863/16140/23589 -f 15863/16140/23589 14304/14540/21563 14306/14542/21565 -f 14306/14542/21565 14308/14543/21566 15864/16098/23547 -f 15864/16098/23547 14308/14543/21566 15865/16141/23590 -f 15865/16141/23590 14308/14543/21566 14309/14545/21568 -f 15865/16141/23590 14309/14545/21568 15866/16142/23591 -f 15866/16142/23591 14309/14545/21568 14310/14546/21569 -f 15866/16142/23591 14310/14546/21569 15867/16143/23592 -f 15867/16143/23592 14310/14546/21569 14312/14548/21571 -f 15867/16143/23592 14312/14548/21571 15868/16144/23593 -f 15868/16144/23593 14312/14548/21571 14313/14549/21572 -f 14313/14549/21572 14315/14551/21574 15869/16145/23594 -f 15869/16145/23594 14315/14551/21574 15870/16146/23595 -f 15870/16146/23595 14315/14551/21574 14317/14553/21576 -f 15870/16146/23595 14317/14553/21576 15871/16147/23596 -f 15871/16147/23596 14317/14553/21576 15872/16148/23597 -f 15872/16148/23597 14317/14553/21576 14318/14555/21578 -f 15872/16148/23597 14318/14555/21578 15873/16149/23598 -f 15873/16149/23598 14318/14555/21578 14319/14556/21579 -f 15873/16149/23598 14319/14556/21579 15874/16150/23599 -f 15874/16150/23599 14319/14556/21579 15897/16169/23618 -f 15897/16169/23618 14322/14559/21582 15875/16101/23550 -f 15875/16101/23550 14322/14559/21582 15898/16170/23619 -f 15900/16151/23600 14348/14586/21609 15876/16152/23601 -f 15876/16152/23601 14348/14586/21609 14349/14587/21610 -f 14355/14593/21616 14357/14594/21617 15877/16153/23602 -f 15877/16153/23602 14357/14594/21617 15878/16154/23603 -f 15878/16154/23603 14357/14594/21617 14358/14596/21619 -f 15878/16154/23603 14358/14596/21619 15879/16155/23604 -f 15879/16155/23604 14358/14596/21619 14360/14597/21620 -f 15879/16155/23604 14360/14597/21620 15880/16111/23560 -f 15880/16111/23560 14360/14597/21620 15881/16112/23561 -f 15881/16112/23561 14360/14597/21620 14361/14599/21622 -f 15881/16112/23561 14361/14599/21622 15882/16156/23605 -f 15882/16156/23605 14361/14599/21622 14362/14601/21624 -f 15882/16156/23605 14362/14601/21624 15883/16157/23606 -f 15883/16157/23606 14362/14601/21624 14364/14603/21626 -f 15883/16157/23606 14364/14603/21626 15884/16158/23607 -f 15884/16158/23607 14364/14603/21626 14365/14604/21627 -f 15884/16158/23607 14365/14604/21627 15885/16159/23608 -f 15885/16159/23608 14365/14604/21627 14367/14606/21629 -f 15885/16159/23608 14367/14606/21629 14280/14514/21537 -f 15886/16160/23609 14280/14514/21537 15901/16172/23621 -f 15901/16172/23621 14283/14517/21540 15887/16173/23622 -f 15887/16173/23622 14283/14517/21540 14284/14518/21541 -f 15887/16173/23622 14284/14518/21541 15888/16162/23611 -f 15888/16162/23611 14284/14518/21541 14286/14520/21543 -f 14286/14520/21543 14287/14521/21544 15889/16163/23612 -f 15889/16163/23612 14287/14521/21544 15902/16174/23623 -f 15902/16174/23623 14289/14523/21546 15890/16175/23624 -f 15890/16175/23624 14289/14523/21546 14291/14525/21548 -f 15891/16165/23614 14293/14527/21550 14295/14529/21552 -f 14335/14573/21596 14338/14575/21598 15892/16166/23615 -f 15892/16166/23615 14338/14575/21598 15893/16167/23616 -f 15893/16167/23616 14338/14575/21598 15894/16168/23617 -f 15894/16168/23617 14338/14575/21598 14339/14577/21600 -f 15894/16168/23617 14339/14577/21600 15895/16134/23583 -f 15895/16134/23583 14339/14577/21600 14341/14579/21602 -f 14343/14581/21604 14301/14537/21560 15896/16138/23587 -f 15896/16138/23587 14301/14537/21560 14303/14539/21562 -f 14319/14556/21579 14320/14557/21580 15897/16169/23618 -f 15897/16169/23618 14320/14557/21580 14322/14559/21582 -f 14322/14559/21582 14346/14560/21583 15898/16170/23619 -f 15898/16170/23619 14346/14560/21583 15899/16171/23620 -f 15899/16171/23620 14346/14560/21583 14347/14584/21607 -f 15899/16171/23620 14347/14584/21607 15900/16151/23600 -f 15900/16151/23600 14347/14584/21607 14348/14586/21609 -f 14280/14514/21537 14282/14516/21539 15901/16172/23621 -f 15901/16172/23621 14282/14516/21539 14283/14517/21540 -f 15902/16174/23623 14287/14521/21544 14289/14523/21546 -f 16027/16176/23625 15904/16177/23626 15905/16178/23627 -f 14839/15145/22462 14838/15143/22460 15906/16179/23628 -f 14872/15177/22494 14870/15176/22493 16018/16180/23629 -f 14894/15200/22517 14893/15198/22515 16009/16181/23630 -f 14897/15203/22520 14896/15201/22518 15907/16182/23631 -f 14904/15210/22527 14903/15208/22525 16006/16183/23632 -f 14909/15215/22532 14908/15213/22530 15909/16184/23633 -f 14914/15219/22536 14912/15217/22534 16001/16185/23634 -f 14920/15226/22543 14919/15224/22541 15910/16186/23635 -f 15982/16187/23636 14917/15222/22539 14945/15251/22568 -f 14772/15075/22392 14770/15073/22390 15912/16188/23637 -f 14789/15093/22410 14788/15091/22408 15964/16189/23638 -f 14792/15095/22412 14790/15094/22411 16030/16190/23639 -f 14764/15067/22384 14763/15065/22382 15914/16191/23640 -f 14796/15099/22416 14794/15097/22414 15915/16192/23641 -f 14800/15104/22421 14799/15102/22419 15916/16193/23642 -f 17076/16194/23643 17077/13956/20979 13795/13958/20981 -f 16697/16195/23644 16695/14044/21067 13860/14043/21066 -f 13915/14119/21142 16396/16196/23645 15936/16197/23646 -f 16318/16198/23647 16316/14502/21525 14272/14501/21524 -f 13747/13901/20924 13746/13902/20925 16022/16199/23648 -f 16187/16200/23649 13748/13899/20922 15917/16201/23650 -f 16187/16200/23649 15917/16201/23650 15919/16202/23651 -f 15918/16203/23652 15922/16204/23653 14865/15171/22488 -f 14865/15171/22488 15922/16204/23653 15917/16201/23650 -f 15917/16201/23650 15922/16204/23653 15919/16202/23651 -f 15924/16205/23654 15920/16206/23655 15921/16207/23656 -f 15921/16207/23656 15920/16206/23655 15918/16203/23652 -f 15918/16203/23652 15920/16206/23655 15922/16204/23653 -f 16216/14513/21536 15924/16205/23654 15923/14512/21535 -f 15923/14512/21535 15924/16205/23654 15921/16207/23656 -f 15925/16208/23657 15928/16209/23658 15926/16210/23659 -f 16318/16198/23647 14272/14501/21524 15925/16208/23657 -f 16318/16198/23647 15925/16208/23657 15926/16210/23659 -f 15928/16209/23658 15925/16208/23657 15927/16211/23660 -f 15928/16209/23658 15927/16211/23660 15929/16212/23661 -f 15929/16212/23661 15927/16211/23660 15930/16213/23662 -f 15931/14132/21155 15929/16212/23661 15930/16213/23662 -f 15933/16214/23663 15935/16215/23664 15934/14123/21146 -f 14843/15148/22465 15935/16215/23664 15933/16214/23663 -f 14843/15148/22465 15937/16216/23665 15935/16215/23664 -f 15936/16197/23646 16396/16196/23645 15937/16216/23665 -f 16025/16217/23666 13914/14117/21140 13915/14119/21142 -f 13906/14109/21132 16427/16218/23667 16426/14110/21133 -f 16427/16218/23667 13906/14109/21132 15940/16219/23668 -f 15940/16219/23668 13906/14109/21132 15938/16220/23669 -f 15940/16219/23668 15938/16220/23669 14829/15134/22451 -f 14827/15132/22449 15939/16221/23670 15940/16219/23668 -f 14827/15132/22449 15940/16219/23668 14829/15134/22451 -f 13904/14104/21127 13905/14106/21129 16026/16222/23671 -f 16477/14097/21120 13896/14096/21119 15942/16223/23672 -f 15942/16223/23672 13896/14096/21119 15941/16224/23673 -f 15945/15126/22443 15943/15124/22441 15947/16225/23674 -f 15947/16225/23674 15944/16226/23675 15945/15126/22443 -f 15943/15124/22441 14819/15122/22439 15946/16227/23676 -f 15946/16227/23676 16505/16228/23677 15947/16225/23674 -f 15946/16227/23676 15947/16225/23674 15943/15124/22441 -f 13894/14091/21114 13895/14093/21116 15946/16227/23676 -f 15946/16227/23676 13895/14093/21116 16505/16228/23677 -f 15905/16178/23627 15951/16229/23678 15948/16230/23679 -f 15905/16178/23627 15948/16230/23679 15949/16231/23680 -f 15905/16178/23627 15950/16232/23681 15951/16229/23678 -f 15951/16229/23678 15950/16232/23681 15952/16233/23682 -f 13885/14078/21101 16560/14080/21103 16020/16234/23683 -f 16020/16234/23683 16560/14080/21103 15952/16233/23682 -f 15954/16235/23684 15953/16236/23685 16589/14069/21092 -f 15953/16236/23685 15954/16235/23684 15956/16237/23686 -f 15955/16238/23687 15957/16239/23688 15956/16237/23686 -f 15916/16193/23642 15958/16240/23689 15957/16239/23688 -f 16616/14068/21091 15958/16240/23689 13869/14067/21090 -f 13869/14067/21090 15958/16240/23689 15916/16193/23642 -f 15960/16241/23690 15959/14056/21079 13870/14055/21078 -f 15960/16241/23690 13870/14055/21078 15915/16192/23641 -f 15962/16242/23691 15963/16243/23692 15961/16244/23693 -f 13868/14054/21077 15963/16243/23692 15962/16242/23691 -f 16697/16195/23644 13860/14043/21066 15964/16189/23638 -f 16697/16195/23644 15964/16189/23638 15965/16245/23694 -f 15967/16246/23695 15966/16247/23696 15913/16248/23697 -f 15968/16249/23698 13859/14042/21065 15967/16246/23695 -f 16747/14033/21056 13850/14032/21055 16750/16250/23699 -f 15969/16251/23700 15972/16252/23701 15970/16253/23702 -f 15969/16251/23700 15970/16253/23702 16750/16250/23699 -f 15969/16251/23700 16750/16250/23699 13850/14032/21055 -f 15972/16252/23701 15969/16251/23700 15971/16254/23703 -f 15973/16255/23704 15975/16256/23705 15971/16254/23703 -f 15971/16254/23703 15975/16256/23705 15974/16257/23706 -f 15971/16254/23703 15974/16257/23706 15972/16252/23701 -f 13849/14029/21052 15975/16256/23705 15973/16255/23704 -f 15912/16188/23637 13848/14027/21050 13849/14029/21052 -f 16804/14020/21043 13840/14019/21042 15977/16258/23707 -f 16858/14006/21029 13831/14005/21028 16861/16259/23708 -f 16861/16259/23708 13831/14005/21028 15980/16260/23709 -f 16861/16259/23708 15980/16260/23709 15981/16261/23710 -f 15981/16261/23710 14946/15253/22570 15982/16187/23636 -f 13829/14001/21024 16887/14003/21026 16021/16262/23711 -f 16021/16262/23711 16887/14003/21026 16885/16263/23712 -f 15983/13994/21017 13823/13993/21016 15984/16264/23713 -f 15983/13994/21017 15984/16264/23713 16917/16265/23714 -f 15985/16266/23715 15986/15245/22562 15987/16267/23716 -f 15985/16266/23715 15987/16267/23716 16917/16265/23714 -f 15986/15245/22562 15989/16268/23717 15987/16267/23716 -f 15986/15245/22562 15988/16269/23718 15989/16268/23717 -f 15989/16268/23717 15988/16269/23718 15990/16270/23719 -f 16943/13991/21014 15990/16270/23719 13813/13990/21013 -f 13813/13990/21013 15990/16270/23719 15988/16269/23718 -f 14930/15236/22553 15994/16271/23720 15992/16272/23721 -f 14930/15236/22553 15992/16272/23721 14932/15238/22555 -f 14932/15238/22555 15992/16272/23721 15991/16273/23722 -f 15993/16274/23723 15995/16275/23724 15994/16271/23720 -f 15993/16274/23723 15994/16271/23720 14929/15234/22551 -f 14929/15234/22551 15994/16271/23720 14930/15236/22553 -f 13812/13979/21002 15995/16275/23724 15993/16274/23723 -f 17019/13969/20992 13804/13968/20991 17021/16276/23725 -f 15997/16277/23726 15996/16278/23727 17021/16276/23725 -f 15997/16277/23726 17021/16276/23725 13804/13968/20991 -f 16000/16279/23728 15998/16280/23729 15999/16281/23730 -f 15996/16278/23727 15997/16277/23726 15998/16280/23729 -f 15910/16186/23635 13803/13967/20990 16000/16279/23728 -f 16001/16185/23634 16003/16282/23731 16002/16283/23732 -f 17076/16194/23643 13795/13958/20981 16001/16185/23634 -f 17076/16194/23643 16001/16185/23634 16002/16283/23732 -f 16004/16284/23733 16003/16282/23731 15909/16184/23633 -f 15908/16285/23734 13794/13955/20978 16004/16284/23733 -f 17130/13946/20969 13785/13945/20968 17133/16286/23735 -f 16006/16183/23632 16005/16287/23736 17133/16286/23735 -f 16006/16183/23632 17133/16286/23735 13785/13945/20968 -f 16008/16288/23737 16007/16289/23738 14900/15206/22523 -f 13784/13942/20965 15907/16182/23631 13783/13940/20963 -f 17187/13933/20956 13776/13932/20955 16009/16181/23630 -f 16010/16290/23739 17189/16291/23740 16009/16181/23630 -f 16009/16181/23630 17189/16291/23740 17187/13933/20956 -f 13775/13929/20952 17213/16292/23741 13774/13927/20950 -f 13774/13927/20950 17213/16292/23741 16011/16293/23742 -f 16011/16293/23742 17213/16292/23741 16012/16294/23743 -f 16011/16293/23742 16012/16294/23743 14889/15194/22511 -f 17238/13919/20942 13767/13918/20941 17242/16295/23744 -f 17242/16295/23744 13767/13918/20941 16013/16296/23745 -f 14878/15183/22500 16016/16297/23746 16014/16298/23747 -f 16015/16299/23748 16016/16297/23746 14878/15183/22500 -f 13765/13914/20937 17267/13916/20939 16015/16299/23748 -f 16015/16299/23748 17267/13916/20939 16016/16297/23746 -f 16018/16180/23629 16017/16300/23749 17296/13905/20928 -f 15906/16179/23628 16023/16301/23750 16019/16302/23751 -f 16017/16300/23749 16018/16180/23629 16019/16302/23751 -f 14858/15163/22480 14855/15161/22478 15925/16208/23657 -f 14849/15154/22471 16024/16303/23752 15930/16213/23662 -f 15925/16208/23657 14855/15161/22478 14854/15159/22476 -f 15925/16208/23657 14854/15159/22476 15927/16211/23660 -f 15927/16211/23660 14854/15159/22476 14852/15158/22475 -f 15927/16211/23660 14852/15158/22475 15930/16213/23662 -f 15930/16213/23662 14852/15158/22475 14851/15156/22473 -f 15930/16213/23662 14851/15156/22473 14849/15154/22471 -f 15937/16216/23665 14843/15148/22465 15936/16197/23646 -f 15936/16197/23646 14843/15148/22465 14841/15146/22463 -f 14849/15154/22471 14847/15152/22469 16024/16303/23752 -f 16024/16303/23752 14847/15152/22469 14844/15150/22467 -f 16024/16303/23752 14844/15150/22467 15933/16214/23663 -f 15933/16214/23663 14844/15150/22467 14843/15148/22465 -f 14835/15140/22457 14833/15138/22455 15938/16220/23669 -f 15938/16220/23669 14833/15138/22455 14830/15136/22453 -f 15938/16220/23669 14830/15136/22453 14829/15134/22451 -f 14812/15115/22432 15950/16232/23681 14813/15117/22434 -f 14813/15117/22434 15950/16232/23681 15905/16178/23627 -f 14813/15117/22434 15905/16178/23627 15904/16177/23626 -f 14813/15117/22434 15904/16177/23626 14816/15119/22436 -f 14816/15119/22436 15904/16177/23626 14817/15121/22438 -f 14812/15115/22432 14810/15114/22431 15950/16232/23681 -f 15950/16232/23681 14810/15114/22431 16020/16234/23683 -f 15950/16232/23681 16020/16234/23683 15952/16233/23682 -f 15954/16235/23684 14805/15108/22425 14803/15107/22424 -f 15956/16237/23686 15954/16235/23684 15955/16238/23687 -f 15955/16238/23687 15954/16235/23684 14803/15107/22424 -f 15955/16238/23687 14803/15107/22424 14802/15105/22422 -f 15916/16193/23642 15957/16239/23688 15955/16238/23687 -f 15916/16193/23642 15955/16238/23687 14800/15104/22421 -f 14800/15104/22421 15955/16238/23687 14802/15105/22422 -f 15961/16244/23693 15960/16241/23690 15914/16191/23640 -f 15914/16191/23640 15960/16241/23690 15915/16192/23641 -f 15914/16191/23640 15915/16192/23641 14764/15067/22384 -f 14764/15067/22384 15915/16192/23641 14794/15097/22414 -f 14763/15065/22382 14792/15095/22412 15914/16191/23640 -f 15914/16191/23640 14792/15095/22412 15962/16242/23691 -f 15914/16191/23640 15962/16242/23691 15961/16244/23693 -f 15965/16245/23694 15964/16189/23638 15966/16247/23696 -f 15966/16247/23696 15964/16189/23638 15913/16248/23697 -f 15913/16248/23697 15964/16189/23638 14788/15091/22408 -f 15913/16248/23697 14788/15091/22408 14785/15089/22406 -f 14785/15089/22406 14784/15087/22404 15913/16248/23697 -f 15913/16248/23697 14784/15087/22404 15968/16249/23698 -f 15913/16248/23697 15968/16249/23698 15967/16246/23695 -f 14781/15084/22401 14779/15082/22399 15969/16251/23700 -f 14774/15077/22394 15973/16255/23704 14775/15079/22396 -f 14775/15079/22396 15973/16255/23704 15971/16254/23703 -f 14775/15079/22396 15971/16254/23703 14777/15080/22397 -f 14777/15080/22397 15971/16254/23703 15969/16251/23700 -f 14777/15080/22397 15969/16251/23700 14779/15082/22399 -f 14766/15069/22386 15978/16304/23753 14767/15071/22388 -f 14767/15071/22388 15978/16304/23753 15903/16305/23754 -f 14766/15069/22386 14954/15260/22577 15978/16304/23753 -f 15978/16304/23753 14954/15260/22577 14953/15259/22576 -f 15978/16304/23753 14953/15259/22576 15979/16306/23755 -f 14950/15256/22573 15911/16307/23756 14953/15259/22576 -f 15982/16187/23636 14946/15253/22570 14917/15222/22539 -f 16885/16263/23712 15982/16187/23636 16021/16262/23711 -f 16021/16262/23711 15982/16187/23636 14945/15251/22568 -f 14938/15243/22560 15988/16269/23718 15986/15245/22562 -f 15986/15245/22562 15985/16266/23715 14940/15247/22564 -f 15997/16277/23726 14925/15230/22547 14923/15229/22546 -f 15998/16280/23729 15997/16277/23726 15999/16281/23730 -f 15999/16281/23730 15997/16277/23726 14923/15229/22546 -f 15999/16281/23730 14923/15229/22546 14922/15227/22544 -f 15910/16186/23635 16000/16279/23728 15999/16281/23730 -f 15910/16186/23635 15999/16281/23730 14920/15226/22543 -f 14920/15226/22543 15999/16281/23730 14922/15227/22544 -f 15909/16184/23633 16003/16282/23731 16001/16185/23634 -f 15909/16184/23633 16001/16185/23634 14909/15215/22532 -f 14909/15215/22532 16001/16185/23634 14912/15217/22534 -f 14908/15213/22530 14906/15211/22528 15909/16184/23633 -f 15909/16184/23633 14906/15211/22528 15908/16285/23734 -f 15909/16184/23633 15908/16285/23734 16004/16284/23733 -f 16005/16287/23736 16006/16183/23632 16007/16289/23738 -f 16007/16289/23738 16006/16183/23632 14900/15206/22523 -f 14900/15206/22523 16006/16183/23632 14903/15208/22525 -f 14900/15206/22523 14899/15204/22521 16008/16288/23737 -f 16010/16290/23739 14890/15196/22513 14889/15194/22511 -f 16010/16290/23739 14889/15194/22511 16012/16294/23743 -f 14889/15194/22511 14887/15192/22509 16011/16293/23742 -f 16011/16293/23742 14887/15192/22509 14885/15190/22507 -f 16014/16298/23747 14879/15185/22502 14878/15183/22500 -f 16015/16299/23748 14878/15183/22500 14875/15180/22497 -f 15906/16179/23628 16019/16302/23751 16018/16180/23629 -f 15906/16179/23628 16018/16180/23629 14839/15145/22462 -f 14839/15145/22462 16018/16180/23629 14870/15176/22493 -f 14838/15143/22460 14869/15174/22491 15906/16179/23628 -f 15906/16179/23628 14869/15174/22491 16022/16199/23648 -f 15906/16179/23628 16022/16199/23648 16023/16301/23750 -f 16023/16301/23750 16022/16199/23648 13746/13902/20925 -f 14865/15171/22488 14864/15169/22486 15918/16203/23652 -f 15918/16203/23652 14864/15169/22486 14862/15167/22484 -f 15918/16203/23652 14862/15167/22484 15921/16207/23656 -f 14841/15146/22463 14835/15140/22457 15936/16197/23646 -f 15936/16197/23646 14835/15140/22457 16025/16217/23666 -f 15936/16197/23646 16025/16217/23666 13915/14119/21142 -f 14827/15132/22449 14826/15131/22448 16026/16222/23671 -f 14827/15132/22449 16026/16222/23671 15939/16221/23670 -f 15939/16221/23670 16026/16222/23671 13905/14106/21129 -f 14823/15128/22445 15945/15126/22443 15941/16224/23673 -f 15941/16224/23673 15945/15126/22443 15942/16223/23672 -f 15942/16223/23672 15945/15126/22443 15944/16226/23675 -f 16533/14083/21106 13887/14082/21105 15949/16231/23680 -f 15949/16231/23680 13887/14082/21105 16027/16176/23625 -f 15949/16231/23680 16027/16176/23625 15905/16178/23627 -f 14774/15077/22394 14772/15075/22392 15973/16255/23704 -f 15973/16255/23704 14772/15075/22392 15912/16188/23637 -f 15973/16255/23704 15912/16188/23637 13849/14029/21052 -f 15903/16305/23754 15978/16304/23753 15976/16308/23757 -f 15903/16305/23754 15976/16308/23757 13840/14019/21042 -f 13840/14019/21042 15976/16308/23757 15977/16258/23707 -f 14953/15259/22576 15911/16307/23756 15979/16306/23755 -f 15979/16306/23755 15911/16307/23756 13838/14014/21037 -f 15979/16306/23755 13838/14014/21037 13839/14016/21039 -f 15980/16260/23709 14948/15254/22571 14946/15253/22570 -f 15980/16260/23709 14946/15253/22570 15981/16261/23710 -f 14906/15211/22528 14904/15210/22527 15908/16285/23734 -f 15908/16285/23734 14904/15210/22527 16028/16309/23758 -f 15908/16285/23734 16028/16309/23758 13794/13955/20978 -f 13794/13955/20978 16028/16309/23758 13793/13953/20976 -f 14899/15204/22521 14897/15203/22520 16008/16288/23737 -f 16008/16288/23737 14897/15203/22520 15907/16182/23631 -f 16008/16288/23737 15907/16182/23631 13784/13942/20965 -f 14893/15198/22515 14890/15196/22513 16009/16181/23630 -f 16009/16181/23630 14890/15196/22513 16010/16290/23739 -f 14882/15187/22504 14879/15185/22502 16014/16298/23747 -f 14882/15187/22504 16014/16298/23747 16013/16296/23745 -f 16013/16296/23745 16014/16298/23747 17242/16295/23744 -f 14860/15165/22482 14858/15163/22480 16029/16310/23759 -f 16029/16310/23759 14858/15163/22480 15925/16208/23657 -f 16029/16310/23759 15925/16208/23657 14279/14503/21526 -f 14279/14503/21526 15925/16208/23657 14272/14501/21524 -f 15934/14123/21146 13916/14122/21145 15933/16214/23663 -f 15933/16214/23663 13916/14122/21145 15932/14130/21153 -f 15933/16214/23663 15932/14130/21153 16024/16303/23752 -f 16024/16303/23752 15932/14130/21153 15931/14132/21155 -f 16024/16303/23752 15931/14132/21155 15930/16213/23662 -f 14790/15094/22411 14789/15093/22410 16030/16190/23639 -f 16030/16190/23639 14789/15093/22410 15964/16189/23638 -f 16030/16190/23639 15964/16189/23638 13861/14045/21068 -f 13861/14045/21068 15964/16189/23638 13860/14043/21066 -f 14784/15087/22404 14782/15086/22403 15968/16249/23698 -f 15968/16249/23698 14782/15086/22403 16031/16311/23760 -f 15968/16249/23698 16031/16311/23760 13859/14042/21065 -f 13859/14042/21065 16031/16311/23760 13858/14040/21063 -f 14943/15249/22566 14940/15247/22564 15985/16266/23715 -f 14943/15249/22566 15985/16266/23715 15984/16264/23713 -f 15984/16264/23713 15985/16266/23715 16917/16265/23714 -f 16032/16312/23761 14914/15219/22536 16001/16185/23634 -f 16032/16312/23761 16001/16185/23634 13797/13959/20982 -f 13797/13959/20982 16001/16185/23634 13795/13958/20981 -f 14874/15179/22496 14872/15177/22494 16033/16313/23762 -f 16033/16313/23762 14872/15177/22494 16018/16180/23629 -f 16033/16313/23762 16018/16180/23629 13756/13904/20927 -f 13756/13904/20927 16018/16180/23629 17296/13905/20928 -f 14862/15167/22484 14860/15165/22482 15921/16207/23656 -f 15921/16207/23656 14860/15165/22482 16029/16310/23759 -f 15921/16207/23656 16029/16310/23759 15923/14512/21535 -f 15923/14512/21535 16029/16310/23759 14279/14503/21526 -f 15932/14130/21153 13916/14122/21145 13917/14121/21144 -f 16025/16217/23666 14835/15140/22457 15938/16220/23669 -f 16025/16217/23666 15938/16220/23669 13914/14117/21140 -f 13914/14117/21140 15938/16220/23669 13906/14109/21132 -f 13914/14117/21140 13906/14109/21132 13907/14108/21131 -f 13896/14096/21119 13897/14095/21118 15941/16224/23673 -f 15941/16224/23673 13897/14095/21118 13904/14104/21127 -f 15941/16224/23673 13904/14104/21127 16026/16222/23671 -f 15941/16224/23673 16026/16222/23671 14823/15128/22445 -f 14823/15128/22445 16026/16222/23671 14824/15130/22447 -f 14824/15130/22447 16026/16222/23671 14826/15131/22448 -f 13887/14082/21105 13888/14084/21107 16027/16176/23625 -f 16027/16176/23625 13888/14084/21107 13894/14091/21114 -f 16027/16176/23625 13894/14091/21114 15946/16227/23676 -f 16027/16176/23625 15946/16227/23676 15904/16177/23626 -f 15904/16177/23626 15946/16227/23676 14819/15122/22439 -f 15904/16177/23626 14819/15122/22439 14817/15121/22438 -f 16034/16314/23763 13879/14071/21094 13885/14078/21101 -f 16034/16314/23763 13885/14078/21101 16020/16234/23683 -f 16034/16314/23763 16020/16234/23683 14807/15110/22427 -f 14807/15110/22427 16020/16234/23683 14809/15112/22429 -f 14809/15112/22429 16020/16234/23683 14810/15114/22431 -f 14807/15110/22427 14805/15108/22425 15954/16235/23684 -f 14807/15110/22427 15954/16235/23684 16034/16314/23763 -f 16034/16314/23763 15954/16235/23684 16589/14069/21092 -f 16034/16314/23763 16589/14069/21092 13879/14071/21094 -f 16035/16315/23764 13875/14058/21081 13869/14067/21090 -f 16035/16315/23764 13869/14067/21090 15916/16193/23642 -f 16035/16315/23764 15916/16193/23642 14798/15101/22418 -f 14798/15101/22418 15916/16193/23642 14799/15102/22419 -f 14798/15101/22418 14796/15099/22416 16035/16315/23764 -f 16035/16315/23764 14796/15099/22416 15915/16192/23641 -f 16035/16315/23764 15915/16192/23641 13870/14055/21078 -f 16035/16315/23764 13870/14055/21078 13875/14058/21081 -f 15962/16242/23691 14792/15095/22412 16030/16190/23639 -f 15962/16242/23691 16030/16190/23639 13868/14054/21077 -f 13868/14054/21077 16030/16190/23639 13861/14045/21068 -f 14782/15086/22403 14781/15084/22401 16031/16311/23760 -f 16031/16311/23760 14781/15084/22401 15969/16251/23700 -f 16031/16311/23760 15969/16251/23700 13858/14040/21063 -f 13858/14040/21063 15969/16251/23700 13850/14032/21055 -f 13858/14040/21063 13850/14032/21055 13851/14031/21054 -f 14770/15073/22390 14767/15071/22388 15912/16188/23637 -f 15912/16188/23637 14767/15071/22388 15903/16305/23754 -f 15912/16188/23637 15903/16305/23754 13848/14027/21050 -f 13848/14027/21050 15903/16305/23754 13840/14019/21042 -f 13848/14027/21050 13840/14019/21042 13841/14018/21041 -f 13831/14005/21028 13832/14007/21030 13838/14014/21037 -f 13831/14005/21028 13838/14014/21037 15980/16260/23709 -f 15980/16260/23709 13838/14014/21037 15911/16307/23756 -f 15980/16260/23709 15911/16307/23756 14948/15254/22571 -f 14948/15254/22571 15911/16307/23756 14950/15256/22573 -f 15984/16264/23713 13823/13993/21016 13829/14001/21024 -f 15984/16264/23713 13829/14001/21024 16021/16262/23711 -f 15984/16264/23713 16021/16262/23711 14943/15249/22566 -f 14943/15249/22566 16021/16262/23711 14945/15251/22568 -f 16036/16316/23765 13816/13981/21004 13813/13990/21013 -f 16036/16316/23765 13813/13990/21013 15988/16269/23718 -f 16036/16316/23765 15988/16269/23718 14936/15242/22559 -f 14936/15242/22559 15988/16269/23718 14938/15243/22560 -f 14936/15242/22559 14935/15240/22557 16036/16316/23765 -f 16036/16316/23765 14935/15240/22557 14932/15238/22555 -f 16036/16316/23765 14932/15238/22555 15991/16273/23722 -f 16036/16316/23765 15991/16273/23722 13816/13981/21004 -f 13816/13981/21004 15991/16273/23722 13815/13982/21005 -f 14929/15234/22551 14927/15232/22549 15993/16274/23723 -f 15993/16274/23723 14927/15232/22549 13811/13970/20993 -f 15993/16274/23723 13811/13970/20993 13812/13979/21002 -f 13804/13968/20991 13811/13970/20993 15997/16277/23726 -f 15997/16277/23726 13811/13970/20993 14927/15232/22549 -f 15997/16277/23726 14927/15232/22549 14925/15230/22547 -f 14919/15224/22541 14914/15219/22536 15910/16186/23635 -f 15910/16186/23635 14914/15219/22536 16032/16312/23761 -f 15910/16186/23635 16032/16312/23761 13803/13967/20990 -f 13803/13967/20990 16032/16312/23761 13797/13959/20982 -f 16028/16309/23758 14904/15210/22527 16006/16183/23632 -f 16028/16309/23758 16006/16183/23632 13793/13953/20976 -f 13793/13953/20976 16006/16183/23632 13785/13945/20968 -f 13793/13953/20976 13785/13945/20968 13786/13944/20967 -f 14896/15201/22518 14894/15200/22517 15907/16182/23631 -f 15907/16182/23631 14894/15200/22517 16009/16181/23630 -f 15907/16182/23631 16009/16181/23630 13783/13940/20963 -f 13783/13940/20963 16009/16181/23630 13777/13931/20954 -f 13777/13931/20954 16009/16181/23630 13776/13932/20955 -f 13767/13918/20941 13768/13920/20943 16013/16296/23745 -f 16013/16296/23745 13768/13920/20943 13774/13927/20950 -f 16013/16296/23745 13774/13927/20950 16011/16293/23742 -f 16013/16296/23745 16011/16293/23742 14882/15187/22504 -f 14882/15187/22504 16011/16293/23742 14885/15190/22507 -f 13756/13904/20927 13759/13907/20930 13765/13914/20937 -f 13756/13904/20927 13765/13914/20937 16033/16313/23762 -f 16033/16313/23762 13765/13914/20937 16015/16299/23748 -f 16033/16313/23762 16015/16299/23748 14874/15179/22496 -f 14874/15179/22496 16015/16299/23748 14875/15180/22497 -f 16037/16317/23766 13752/13898/20921 13747/13901/20924 -f 16037/16317/23766 13747/13901/20924 16022/16199/23648 -f 16037/16317/23766 16022/16199/23648 14867/15173/22490 -f 14867/15173/22490 16022/16199/23648 14869/15174/22491 -f 14867/15173/22490 14865/15171/22488 16037/16317/23766 -f 16037/16317/23766 14865/15171/22488 15917/16201/23650 -f 16037/16317/23766 15917/16201/23650 13752/13898/20921 -f 13752/13898/20921 15917/16201/23650 13748/13899/20922 -s 122 -f 15063/15371/22688 14254/14483/21506 15062/15370/22687 -f 15062/15370/22687 14254/14483/21506 14255/14484/21507 -f 15062/15370/22687 14255/14484/21507 15060/15368/22685 -f 15060/15368/22685 14255/14484/21507 14155/14382/21405 -f 15060/15368/22685 14155/14382/21405 15059/15367/22684 -f 15059/15367/22684 14155/14382/21405 14158/14386/21409 -f 15059/15367/22684 14158/14386/21409 15057/15365/22682 -f 15057/15365/22682 14158/14386/21409 14149/14375/21398 -f 15057/15365/22682 14149/14375/21398 15056/15363/22680 -f 15056/15363/22680 14149/14375/21398 14151/14377/21400 -f 15056/15363/22680 14151/14377/21400 15076/15384/22701 -f 15076/15384/22701 14151/14377/21400 14145/14371/21394 -f 15076/15384/22701 14145/14371/21394 15075/15383/22700 -f 15075/15383/22700 14145/14371/21394 14143/14370/21393 -f 15075/15383/22700 14143/14370/21393 15073/15381/22698 -f 15073/15381/22698 14143/14370/21393 14146/14372/21395 -f 15073/15381/22698 14146/14372/21395 15072/15380/22697 -f 15072/15380/22697 14146/14372/21395 14256/14485/21508 -f 15072/15380/22697 14256/14485/21508 15070/15378/22695 -f 15070/15378/22695 14256/14485/21508 14258/14487/21510 -f 15070/15378/22695 14258/14487/21510 15069/15376/22693 -f 15069/15376/22693 14258/14487/21510 14259/14488/21511 -f 15069/15376/22693 14259/14488/21511 15086/15394/22711 -f 15086/15394/22711 14259/14488/21511 14261/14490/21513 -f 15086/15394/22711 14261/14490/21513 15085/15393/22710 -f 15085/15393/22710 14261/14490/21513 14262/14491/21514 -f 15085/15393/22710 14262/14491/21514 15083/15391/22708 -f 15083/15391/22708 14262/14491/21514 14138/14365/21388 -f 15083/15391/22708 14138/14365/21388 15082/15390/22707 -f 15082/15390/22707 14138/14365/21388 14141/14368/21391 -f 15082/15390/22707 14141/14368/21391 15080/15388/22705 -f 15080/15388/22705 14141/14368/21391 14131/14357/21380 -f 15080/15388/22705 14131/14357/21380 15079/15386/22703 -f 15079/15386/22703 14131/14357/21380 14132/14359/21382 -f 15079/15386/22703 14132/14359/21382 15096/15404/22721 -f 15096/15404/22721 14132/14359/21382 14133/14360/21383 -f 15096/15404/22721 14133/14360/21383 15095/15403/22720 -f 15095/15403/22720 14133/14360/21383 14126/14352/21375 -f 15095/15403/22720 14126/14352/21375 15093/15401/22718 -f 15093/15401/22718 14126/14352/21375 14124/14351/21374 -f 15093/15401/22718 14124/14351/21374 15092/15400/22717 -f 15092/15400/22717 14124/14351/21374 14263/14492/21515 -f 15092/15400/22717 14263/14492/21515 15090/15398/22715 -f 15090/15398/22715 14263/14492/21515 14265/14494/21517 -f 15090/15398/22715 14265/14494/21517 15089/15396/22713 -f 15089/15396/22713 14265/14494/21517 14266/14495/21518 -f 15089/15396/22713 14266/14495/21518 15106/15414/22731 -f 15106/15414/22731 14266/14495/21518 14268/14497/21520 -f 15106/15414/22731 14268/14497/21520 15105/15413/22730 -f 15105/15413/22730 14268/14497/21520 14269/14498/21521 -f 15105/15413/22730 14269/14498/21521 15103/15411/22728 -f 15103/15411/22728 14269/14498/21521 14231/14461/21484 -f 15103/15411/22728 14231/14461/21484 15102/15410/22727 -f 15102/15410/22727 14231/14461/21484 14234/14464/21487 -f 15102/15410/22727 14234/14464/21487 15100/15408/22725 -f 15100/15408/22725 14234/14464/21487 14223/14452/21475 -f 15100/15408/22725 14223/14452/21475 15099/15406/22723 -f 15099/15406/22723 14223/14452/21475 14225/14455/21478 -f 15099/15406/22723 14225/14455/21478 15116/15424/22741 -f 15116/15424/22741 14225/14455/21478 14226/14456/21479 -f 15116/15424/22741 14226/14456/21479 15115/15423/22740 -f 15115/15423/22740 14226/14456/21479 14221/14449/21472 -f 15115/15423/22740 14221/14449/21472 15113/15421/22738 -f 15113/15421/22738 14221/14449/21472 14216/14444/21467 -f 15113/15421/22738 14216/14444/21467 15112/15420/22737 -f 15112/15420/22737 14216/14444/21467 14218/14445/21468 -f 15112/15420/22737 14218/14445/21468 15110/15418/22735 -f 15110/15418/22735 14218/14445/21468 14219/14446/21469 -f 15110/15418/22735 14219/14446/21469 15109/15416/22733 -f 15109/15416/22733 14219/14446/21469 14270/14499/21522 -f 15109/15416/22733 14270/14499/21522 15126/15433/22750 -f 15126/15433/22750 14270/14499/21522 14271/14500/21523 -f 15126/15433/22750 14271/14500/21523 15125/15432/22749 -f 15125/15432/22749 14271/14500/21523 14236/14465/21488 -f 15125/15432/22749 14236/14465/21488 15123/15430/22747 -f 15123/15430/22747 14236/14465/21488 14210/14442/21465 -f 15123/15430/22747 14210/14442/21465 15122/15429/22746 -f 15122/15429/22746 14210/14442/21465 14215/14443/21466 -f 15122/15429/22746 14215/14443/21466 15120/15427/22744 -f 15120/15427/22744 14215/14443/21466 14204/14433/21456 -f 15120/15427/22744 14204/14433/21456 15015/15322/22639 -f 15015/15322/22639 14204/14433/21456 14206/14435/21458 -f 15015/15322/22639 14206/14435/21458 15014/15321/22638 -f 15014/15321/22638 14206/14435/21458 14207/14436/21459 -f 15014/15321/22638 14207/14436/21459 15012/15319/22636 -f 15012/15319/22636 14207/14436/21459 14199/14427/21450 -f 15012/15319/22636 14199/14427/21450 15010/15317/22634 -f 15010/15317/22634 14199/14427/21450 14201/14429/21452 -f 15010/15317/22634 14201/14429/21452 15009/15316/22633 -f 15009/15316/22633 14201/14429/21452 14197/14426/21449 -f 15009/15316/22633 14197/14426/21449 15007/15314/22631 -f 15007/15314/22631 14197/14426/21449 14196/14425/21448 -f 15007/15314/22631 14196/14425/21448 15006/15312/22629 -f 15006/15312/22629 14196/14425/21448 14238/14467/21490 -f 15006/15312/22629 14238/14467/21490 15024/15332/22649 -f 15024/15332/22649 14238/14467/21490 14240/14469/21492 -f 15024/15332/22649 14240/14469/21492 15022/15330/22647 -f 15022/15330/22647 14240/14469/21492 14241/14470/21493 -f 15022/15330/22647 14241/14470/21493 15020/15328/22645 -f 15020/15328/22645 14241/14470/21493 14193/14422/21445 -f 15020/15328/22645 14193/14422/21445 15019/15327/22644 -f 15019/15327/22644 14193/14422/21445 14195/14423/21446 -f 15019/15327/22644 14195/14423/21446 15017/15325/22642 -f 15017/15325/22642 14195/14423/21446 14183/14412/21435 -f 15017/15325/22642 14183/14412/21435 15016/15323/22640 -f 15016/15323/22640 14183/14412/21435 14186/14415/21438 -f 15016/15323/22640 14186/14415/21438 15034/15342/22659 -f 15034/15342/22659 14186/14415/21438 14187/14416/21439 -f 15034/15342/22659 14187/14416/21439 15032/15340/22657 -f 15032/15340/22657 14187/14416/21439 14189/14418/21441 -f 15032/15340/22657 14189/14418/21441 15030/15338/22655 -f 15030/15338/22655 14189/14418/21441 14179/14408/21431 -f 15030/15338/22655 14179/14408/21431 15029/15337/22654 -f 15029/15337/22654 14179/14408/21431 14178/14407/21430 -f 15029/15337/22654 14178/14407/21430 15027/15335/22652 -f 15027/15335/22652 14178/14407/21430 14177/14406/21429 -f 15027/15335/22652 14177/14406/21429 15026/15333/22650 -f 15026/15333/22650 14177/14406/21429 14242/14471/21494 -f 15026/15333/22650 14242/14471/21494 15044/15352/22669 -f 15044/15352/22669 14242/14471/21494 14244/14473/21496 -f 15044/15352/22669 14244/14473/21496 15042/15350/22667 -f 15042/15350/22667 14244/14473/21496 14245/14474/21497 -f 15042/15350/22667 14245/14474/21497 15040/15348/22665 -f 15040/15348/22665 14245/14474/21497 14247/14476/21499 -f 15040/15348/22665 14247/14476/21499 15039/15347/22664 -f 15039/15347/22664 14247/14476/21499 14248/14477/21500 -f 15039/15347/22664 14248/14477/21500 15037/15345/22662 -f 15037/15345/22662 14248/14477/21500 14168/14396/21419 -f 15037/15345/22662 14168/14396/21419 15036/15343/22660 -f 15036/15343/22660 14168/14396/21419 14171/14400/21423 -f 15036/15343/22660 14171/14400/21423 15054/15362/22679 -f 15054/15362/22679 14171/14400/21423 14174/14402/21425 -f 15054/15362/22679 14174/14402/21425 15052/15360/22677 -f 15052/15360/22677 14174/14402/21425 14175/14403/21426 -f 15052/15360/22677 14175/14403/21426 15050/15358/22675 -f 15050/15358/22675 14175/14403/21426 14159/14387/21410 -f 15050/15358/22675 14159/14387/21410 15049/15357/22674 -f 15049/15357/22674 14159/14387/21410 14160/14389/21412 -f 15049/15357/22674 14160/14389/21412 15047/15355/22672 -f 15047/15355/22672 14160/14389/21412 14162/14391/21414 -f 15047/15355/22672 14162/14391/21414 15046/15353/22670 -f 15046/15353/22670 14162/14391/21414 14249/14478/21501 -f 15046/15353/22670 14249/14478/21501 15067/15375/22692 -f 15067/15375/22692 14249/14478/21501 14251/14480/21503 -f 15067/15375/22692 14251/14480/21503 15065/15373/22690 -f 15065/15373/22690 14251/14480/21503 14252/14481/21504 -f 15065/15373/22690 14252/14481/21504 15063/15371/22688 -f 15063/15371/22688 14252/14481/21504 14254/14483/21506 -f 15078/15364/22681 15077/15385/22702 16120/16318/23767 -f 15088/15377/22694 15087/15395/22712 16114/16319/23768 -f 15098/15387/22704 15097/15405/22722 16108/16320/23769 -f 15108/15397/22714 15107/15415/22732 16102/16321/23770 -f 15119/15426/22743 15013/15320/22637 16142/16322/23771 -f 15013/15320/22637 15011/15318/22635 16081/16323/23772 -f 15025/15313/22630 15023/15331/22648 16137/16324/23773 -f 15023/15331/22648 15021/15329/22646 16074/16325/23774 -f 15035/15324/22641 15033/15341/22658 16133/16326/23775 -f 15033/15341/22658 15031/15339/22656 16067/16327/23776 -f 15045/15334/22651 15043/15351/22668 16129/16328/23777 -f 15043/15351/22668 15041/15349/22666 16059/16329/23778 -f 15055/15344/22661 15053/15361/22678 16039/16330/23779 -f 15053/15361/22678 15051/15359/22676 16049/16331/23780 -f 14978/15285/22602 14969/15275/22592 16040/16332/23781 -f 16040/16332/23781 14969/15275/22592 16126/16333/23782 -f 16040/16332/23781 16126/16333/23782 16052/16334/23783 -f 16041/16335/23784 16040/16332/23781 16052/16334/23783 -f 16041/16335/23784 16052/16334/23783 16123/16336/23785 -f 16042/16337/23786 16041/16335/23784 16123/16336/23785 -f 14981/15280/22597 14978/15285/22602 16180/16338/23787 -f 16180/16338/23787 14978/15285/22602 16040/16332/23781 -f 16180/16338/23787 16040/16332/23781 16043/16339/23788 -f 16043/16339/23788 16040/16332/23781 16041/16335/23784 -f 16043/16339/23788 16041/16335/23784 16044/16340/23789 -f 16044/16340/23789 16041/16335/23784 16042/16337/23786 -f 16044/16340/23789 16042/16337/23786 16047/16341/23790 -f 16045/16342/23791 16043/16339/23788 16044/16340/23789 -f 16045/16342/23791 16044/16340/23789 16038/16343/23792 -f 16038/16343/23792 16044/16340/23789 16047/16341/23790 -f 16049/16331/23780 16048/16344/23793 16051/16345/23794 -f 16051/16345/23794 16048/16344/23793 16050/16346/23795 -f 16051/16345/23794 16050/16346/23795 16052/16334/23783 -f 14969/15275/22592 14963/15262/22579 16053/16347/23796 -f 16053/16347/23796 14963/15262/22579 16054/16348/23797 -f 16053/16347/23796 16054/16348/23797 16055/16349/23798 -f 16055/16349/23798 16054/16348/23797 16056/16350/23799 -f 16055/16349/23798 16056/16350/23799 16058/16351/23800 -f 16058/16351/23800 16056/16350/23799 16057/16352/23801 -f 16058/16351/23800 16057/16352/23801 16060/16353/23802 -f 16060/16353/23802 16057/16352/23801 16059/16329/23778 -f 14963/15262/22579 14961/15269/22586 16061/16354/23803 -f 16061/16354/23803 14961/15269/22586 16062/16355/23804 -f 16061/16354/23803 16062/16355/23804 16063/16356/23805 -f 16063/16356/23805 16062/16355/23804 16064/16357/23806 -f 16063/16356/23805 16064/16357/23806 16066/16358/23807 -f 16066/16358/23807 16064/16357/23806 16065/16359/23808 -f 16066/16358/23807 16065/16359/23808 16068/16360/23809 -f 16068/16360/23809 16065/16359/23808 16067/16327/23776 -f 14968/15267/22584 14965/15272/22589 16069/16361/23810 -f 16070/16362/23811 16069/16361/23810 16071/16363/23812 -f 16070/16362/23811 16071/16363/23812 16072/16364/23813 -f 16072/16364/23813 16071/16363/23812 16073/16365/23814 -f 16072/16364/23813 16073/16365/23814 16075/16366/23815 -f 16075/16366/23815 16073/16365/23814 16074/16325/23774 -f 16076/16367/23816 14994/15289/22606 16077/16368/23817 -f 16076/16367/23816 16077/16368/23817 16078/16369/23818 -f 16078/16369/23818 16077/16368/23817 16080/16370/23819 -f 16080/16370/23819 16077/16368/23817 16079/16371/23820 -f 16080/16370/23819 16079/16371/23820 16082/16372/23821 -f 16082/16372/23821 16079/16371/23820 16081/16323/23772 -f 14994/15289/22606 14990/15297/22614 16083/16373/23822 -f 16086/16374/23823 16084/16375/23824 16085/16376/23825 -f 16086/16374/23823 16085/16376/23825 16088/16377/23826 -f 16088/16377/23826 16085/16376/23825 16087/16378/23827 -f 16089/16379/23828 14990/15297/22614 16090/16380/23829 -f 16089/16379/23828 16090/16380/23829 16091/16381/23830 -f 16091/16381/23830 16090/16380/23829 16092/16382/23831 -f 16091/16381/23830 16092/16382/23831 16094/16383/23832 -f 16094/16383/23832 16092/16382/23831 16093/16384/23833 -f 16094/16383/23832 16093/16384/23833 16096/16385/23834 -f 16096/16385/23834 16093/16384/23833 16095/16386/23835 -f 16157/16387/23836 14997/15304/22621 16097/16388/23837 -f 16157/16387/23836 16097/16388/23837 16099/16389/23838 -f 16099/16389/23838 16097/16388/23837 16098/16390/23839 -f 16099/16389/23838 16098/16390/23839 16100/16391/23840 -f 16099/16389/23838 16100/16391/23840 16101/16392/23841 -f 16101/16392/23841 16100/16391/23840 16102/16321/23770 -f 16101/16392/23841 16102/16321/23770 16103/16393/23842 -f 16163/16394/23843 15004/15302/22619 16104/16395/23844 -f 16163/16394/23843 16104/16395/23844 16105/16396/23845 -f 16107/16397/23846 16105/16396/23845 16106/16398/23847 -f 16107/16397/23846 16106/16398/23847 16109/16399/23848 -f 16109/16399/23848 16106/16398/23847 16108/16320/23769 -f 16168/16400/23849 15001/15308/22625 16110/16401/23850 -f 16168/16400/23849 16110/16401/23850 16111/16402/23851 -f 16113/16403/23852 16111/16402/23851 16112/16404/23853 -f 16113/16403/23852 16112/16404/23853 16115/16405/23854 -f 16115/16405/23854 16112/16404/23853 16114/16319/23768 -f 16174/16406/23855 14975/15282/22599 16116/16407/23856 -f 16174/16406/23855 16116/16407/23856 16117/16408/23857 -f 16119/16409/23858 16117/16408/23857 16118/16410/23859 -f 16119/16409/23858 16118/16410/23859 16121/16411/23860 -f 16121/16411/23860 16118/16410/23859 16120/16318/23767 -f 15064/15372/22689 16047/16341/23790 15066/15374/22691 -f 15066/15374/22691 16047/16341/23790 16046/16412/23861 -f 15066/15374/22691 16046/16412/23861 15068/15354/22671 -f 16122/16413/23862 15068/15354/22671 16046/16412/23861 -f 16122/16413/23862 16046/16412/23861 16123/16336/23785 -f 15048/15356/22673 15068/15354/22671 16048/16344/23793 -f 16048/16344/23793 15068/15354/22671 16122/16413/23862 -f 16048/16344/23793 16122/16413/23862 16050/16346/23795 -f 16050/16346/23795 16122/16413/23862 16123/16336/23785 -f 16049/16331/23780 15051/15359/22676 16048/16344/23793 -f 16048/16344/23793 15051/15359/22676 15048/15356/22673 -f 16039/16330/23779 15053/15361/22678 16049/16331/23780 -f 16039/16330/23779 16049/16331/23780 16124/16414/23863 -f 16124/16414/23863 16049/16331/23780 16051/16345/23794 -f 16124/16414/23863 16051/16345/23794 16125/16415/23864 -f 16125/16415/23864 16051/16345/23794 16052/16334/23783 -f 16125/16415/23864 16052/16334/23783 16126/16333/23782 -f 16127/16416/23865 15055/15344/22661 16039/16330/23779 -f 16127/16416/23865 16039/16330/23779 16124/16414/23863 -f 16127/16416/23865 16124/16414/23863 16128/16417/23866 -f 16128/16417/23866 16124/16414/23863 16125/16415/23864 -f 16128/16417/23866 16125/16415/23864 16055/16349/23798 -f 16055/16349/23798 16125/16415/23864 16053/16347/23796 -f 16053/16347/23796 16125/16415/23864 16126/16333/23782 -f 16053/16347/23796 16126/16333/23782 14969/15275/22592 -f 16128/16417/23866 16055/16349/23798 16058/16351/23800 -f 16128/16417/23866 16058/16351/23800 16127/16416/23865 -f 16127/16416/23865 16058/16351/23800 16060/16353/23802 -f 16127/16416/23865 16060/16353/23802 15055/15344/22661 -f 15055/15344/22661 16060/16353/23802 15038/15346/22663 -f 16059/16329/23778 15041/15349/22666 16060/16353/23802 -f 16060/16353/23802 15041/15349/22666 15038/15346/22663 -f 16129/16328/23777 15043/15351/22668 16059/16329/23778 -f 16129/16328/23777 16059/16329/23778 16130/16418/23867 -f 16130/16418/23867 16059/16329/23778 16057/16352/23801 -f 16130/16418/23867 16057/16352/23801 16056/16350/23799 -f 16131/16419/23868 15045/15334/22651 16129/16328/23777 -f 16131/16419/23868 16129/16328/23777 16132/16420/23869 -f 16132/16420/23869 16129/16328/23777 16130/16418/23867 -f 16132/16420/23869 16130/16418/23867 16063/16356/23805 -f 16063/16356/23805 16130/16418/23867 16056/16350/23799 -f 16063/16356/23805 16056/16350/23799 16061/16354/23803 -f 16061/16354/23803 16056/16350/23799 16054/16348/23797 -f 16061/16354/23803 16054/16348/23797 14963/15262/22579 -f 16132/16420/23869 16063/16356/23805 16066/16358/23807 -f 16132/16420/23869 16066/16358/23807 16131/16419/23868 -f 16131/16419/23868 16066/16358/23807 16068/16360/23809 -f 16131/16419/23868 16068/16360/23809 15045/15334/22651 -f 15045/15334/22651 16068/16360/23809 15028/15336/22653 -f 16067/16327/23776 15031/15339/22656 16068/16360/23809 -f 16068/16360/23809 15031/15339/22656 15028/15336/22653 -f 16133/16326/23775 15033/15341/22658 16067/16327/23776 -f 16133/16326/23775 16067/16327/23776 16134/16421/23870 -f 16134/16421/23870 16067/16327/23776 16065/16359/23808 -f 16134/16421/23870 16065/16359/23808 16064/16357/23806 -f 16135/16422/23871 15035/15324/22641 16133/16326/23775 -f 16135/16422/23871 16133/16326/23775 16136/16423/23872 -f 16136/16423/23872 16133/16326/23775 16134/16421/23870 -f 16136/16423/23872 16134/16421/23870 16070/16362/23811 -f 16070/16362/23811 16134/16421/23870 16064/16357/23806 -f 16070/16362/23811 16064/16357/23806 14968/15267/22584 -f 14968/15267/22584 16064/16357/23806 16062/16355/23804 -f 14968/15267/22584 16062/16355/23804 14961/15269/22586 -f 14968/15267/22584 16069/16361/23810 16070/16362/23811 -f 16136/16423/23872 16070/16362/23811 16072/16364/23813 -f 16136/16423/23872 16072/16364/23813 16135/16422/23871 -f 16135/16422/23871 16072/16364/23813 16075/16366/23815 -f 16135/16422/23871 16075/16366/23815 15035/15324/22641 -f 15035/15324/22641 16075/16366/23815 15018/15326/22643 -f 16074/16325/23774 15021/15329/22646 16075/16366/23815 -f 16075/16366/23815 15021/15329/22646 15018/15326/22643 -f 16137/16324/23773 15023/15331/22648 16074/16325/23774 -f 16137/16324/23773 16074/16325/23774 16138/16424/23873 -f 16138/16424/23873 16074/16325/23774 16073/16365/23814 -f 16138/16424/23873 16073/16365/23814 16071/16363/23812 -f 16138/16424/23873 16071/16363/23812 16139/16425/23874 -f 16139/16425/23874 16071/16363/23812 16069/16361/23810 -f 16139/16425/23874 16069/16361/23810 14965/15272/22589 -f 16140/16426/23875 15025/15313/22630 16137/16324/23773 -f 16140/16426/23875 16137/16324/23773 16141/16427/23876 -f 16141/16427/23876 16137/16324/23773 16138/16424/23873 -f 16141/16427/23876 16138/16424/23873 16078/16369/23818 -f 16078/16369/23818 16138/16424/23873 16139/16425/23874 -f 16078/16369/23818 16139/16425/23874 16076/16367/23816 -f 16076/16367/23816 16139/16425/23874 14965/15272/22589 -f 14965/15272/22589 14994/15289/22606 16076/16367/23816 -f 16141/16427/23876 16078/16369/23818 16080/16370/23819 -f 16141/16427/23876 16080/16370/23819 16140/16426/23875 -f 16140/16426/23875 16080/16370/23819 16082/16372/23821 -f 16140/16426/23875 16082/16372/23821 15025/15313/22630 -f 15025/15313/22630 16082/16372/23821 15008/15315/22632 -f 16081/16323/23772 15011/15318/22635 16082/16372/23821 -f 16082/16372/23821 15011/15318/22635 15008/15315/22632 -f 16142/16322/23771 15013/15320/22637 16081/16323/23772 -f 16142/16322/23771 16081/16323/23772 16143/16428/23877 -f 16143/16428/23877 16081/16323/23772 16079/16371/23820 -f 16143/16428/23877 16079/16371/23820 16144/16429/23878 -f 16144/16429/23878 16079/16371/23820 16077/16368/23817 -f 16144/16429/23878 16077/16368/23817 16145/16430/23879 -f 16145/16430/23879 16077/16368/23817 14994/15289/22606 -f 16146/16431/23880 15119/15426/22743 16142/16322/23771 -f 16146/16431/23880 16142/16322/23771 16147/16432/23881 -f 16147/16432/23881 16142/16322/23771 16143/16428/23877 -f 16147/16432/23881 16143/16428/23877 16144/16429/23878 -f 16145/16430/23879 14994/15289/22606 16083/16373/23822 -f 16145/16430/23879 16083/16373/23822 16144/16429/23878 -f 16144/16429/23878 16083/16373/23822 16084/16375/23824 -f 16144/16429/23878 16084/16375/23824 16147/16432/23881 -f 16147/16432/23881 16084/16375/23824 16086/16374/23823 -f 16147/16432/23881 16086/16374/23823 16146/16431/23880 -f 16146/16431/23880 16086/16374/23823 16088/16377/23826 -f 16146/16431/23880 16088/16377/23826 15119/15426/22743 -f 15119/15426/22743 16088/16377/23826 15121/15428/22745 -f 15128/15417/22734 15127/15434/22751 16148/16433/23882 -f 16148/16433/23882 15127/15434/22751 16087/16378/23827 -f 16148/16433/23882 16087/16378/23827 16149/16434/23883 -f 16149/16434/23883 16087/16378/23827 16085/16376/23825 -f 16149/16434/23883 16085/16376/23825 16150/16435/23884 -f 16150/16435/23884 16085/16376/23825 16084/16375/23824 -f 16150/16435/23884 16084/16375/23824 16083/16373/23822 -f 16150/16435/23884 16083/16373/23822 14990/15297/22614 -f 15127/15434/22751 15124/15431/22748 16087/16378/23827 -f 16087/16378/23827 15124/15431/22748 16088/16377/23826 -f 16088/16377/23826 15124/15431/22748 15121/15428/22745 -f 16151/16436/23885 15128/15417/22734 16148/16433/23882 -f 16151/16436/23885 16148/16433/23882 16152/16437/23886 -f 16152/16437/23886 16148/16433/23882 16149/16434/23883 -f 16152/16437/23886 16149/16434/23883 16091/16381/23830 -f 16091/16381/23830 16149/16434/23883 16150/16435/23884 -f 16091/16381/23830 16150/16435/23884 16089/16379/23828 -f 16089/16379/23828 16150/16435/23884 14990/15297/22614 -f 16152/16437/23886 16091/16381/23830 16094/16383/23832 -f 16152/16437/23886 16094/16383/23832 16151/16436/23885 -f 16151/16436/23885 16094/16383/23832 16096/16385/23834 -f 16151/16436/23885 16096/16385/23834 15128/15417/22734 -f 15128/15417/22734 16096/16385/23834 15111/15419/22736 -f 15118/15407/22724 15117/15425/22742 16153/16438/23887 -f 16153/16438/23887 15117/15425/22742 16095/16386/23835 -f 16153/16438/23887 16095/16386/23835 16154/16439/23888 -f 16154/16439/23888 16095/16386/23835 16093/16384/23833 -f 16154/16439/23888 16093/16384/23833 16092/16382/23831 -f 14986/15293/22610 16090/16380/23829 14990/15297/22614 -f 15117/15425/22742 15114/15422/22739 16095/16386/23835 -f 16095/16386/23835 15114/15422/22739 16096/16385/23834 -f 16096/16385/23834 15114/15422/22739 15111/15419/22736 -f 16155/16440/23889 15118/15407/22724 16153/16438/23887 -f 16155/16440/23889 16153/16438/23887 16156/16441/23890 -f 16156/16441/23890 16153/16438/23887 16154/16439/23888 -f 16156/16441/23890 16154/16439/23888 16158/16442/23891 -f 16158/16442/23891 16154/16439/23888 16092/16382/23831 -f 16158/16442/23891 16092/16382/23831 14986/15293/22610 -f 14986/15293/22610 16092/16382/23831 16090/16380/23829 -f 14986/15293/22610 16157/16387/23836 16158/16442/23891 -f 16156/16441/23890 16158/16442/23891 16159/16443/23892 -f 16156/16441/23890 16159/16443/23892 16155/16440/23889 -f 16155/16440/23889 16159/16443/23892 16160/16444/23893 -f 16155/16440/23889 16160/16444/23893 15118/15407/22724 -f 15118/15407/22724 16160/16444/23893 15101/15409/22726 -f 15104/15412/22729 15101/15409/22726 16103/16393/23842 -f 16103/16393/23842 15101/15409/22726 16160/16444/23893 -f 16103/16393/23842 16160/16444/23893 16101/16392/23841 -f 16101/16392/23841 16160/16444/23893 16159/16443/23892 -f 16101/16392/23841 16159/16443/23892 16099/16389/23838 -f 16099/16389/23838 16159/16443/23892 16158/16442/23891 -f 16099/16389/23838 16158/16442/23891 16157/16387/23836 -f 14997/15304/22621 16157/16387/23836 14986/15293/22610 -f 16102/16321/23770 15107/15415/22732 16103/16393/23842 -f 16103/16393/23842 15107/15415/22732 15104/15412/22729 -f 16161/16445/23894 15108/15397/22714 16102/16321/23770 -f 16161/16445/23894 16102/16321/23770 16162/16446/23895 -f 16162/16446/23895 16102/16321/23770 16100/16391/23840 -f 16162/16446/23895 16100/16391/23840 16098/16390/23839 -f 14997/15304/22621 15004/15302/22619 16097/16388/23837 -f 16097/16388/23837 15004/15302/22619 16163/16394/23843 -f 16097/16388/23837 16163/16394/23843 16098/16390/23839 -f 16098/16390/23839 16163/16394/23843 16164/16447/23896 -f 16098/16390/23839 16164/16447/23896 16162/16446/23895 -f 16162/16446/23895 16164/16447/23896 16165/16448/23897 -f 16162/16446/23895 16165/16448/23897 16161/16445/23894 -f 16161/16445/23894 16165/16448/23897 15091/15399/22716 -f 16161/16445/23894 15091/15399/22716 15108/15397/22714 -f 15094/15402/22719 15091/15399/22716 16109/16399/23848 -f 16109/16399/23848 15091/15399/22716 16165/16448/23897 -f 16109/16399/23848 16165/16448/23897 16107/16397/23846 -f 16107/16397/23846 16165/16448/23897 16164/16447/23896 -f 16107/16397/23846 16164/16447/23896 16105/16396/23845 -f 16105/16396/23845 16164/16447/23896 16163/16394/23843 -f 16108/16320/23769 15097/15405/22722 16109/16399/23848 -f 16109/16399/23848 15097/15405/22722 15094/15402/22719 -f 16166/16449/23898 15098/15387/22704 16108/16320/23769 -f 16166/16449/23898 16108/16320/23769 16167/16450/23899 -f 16167/16450/23899 16108/16320/23769 16106/16398/23847 -f 16167/16450/23899 16106/16398/23847 16169/16451/23900 -f 16169/16451/23900 16106/16398/23847 16105/16396/23845 -f 16169/16451/23900 16105/16396/23845 16104/16395/23844 -f 15004/15302/22619 15001/15308/22625 16104/16395/23844 -f 16104/16395/23844 15001/15308/22625 16168/16400/23849 -f 16104/16395/23844 16168/16400/23849 16169/16451/23900 -f 16167/16450/23899 16169/16451/23900 16170/16452/23901 -f 16167/16450/23899 16170/16452/23901 16166/16449/23898 -f 16166/16449/23898 16170/16452/23901 16171/16453/23902 -f 16166/16449/23898 16171/16453/23902 15098/15387/22704 -f 15098/15387/22704 16171/16453/23902 15081/15389/22706 -f 15084/15392/22709 15081/15389/22706 16115/16405/23854 -f 16115/16405/23854 15081/15389/22706 16171/16453/23902 -f 16115/16405/23854 16171/16453/23902 16113/16403/23852 -f 16113/16403/23852 16171/16453/23902 16170/16452/23901 -f 16113/16403/23852 16170/16452/23901 16111/16402/23851 -f 16111/16402/23851 16170/16452/23901 16169/16451/23900 -f 16111/16402/23851 16169/16451/23900 16168/16400/23849 -f 16114/16319/23768 15087/15395/22712 16115/16405/23854 -f 16115/16405/23854 15087/15395/22712 15084/15392/22709 -f 16172/16454/23903 15088/15377/22694 16114/16319/23768 -f 16172/16454/23903 16114/16319/23768 16173/16455/23904 -f 16173/16455/23904 16114/16319/23768 16112/16404/23853 -f 16173/16455/23904 16112/16404/23853 16175/16456/23905 -f 16175/16456/23905 16112/16404/23853 16111/16402/23851 -f 16175/16456/23905 16111/16402/23851 16110/16401/23850 -f 14975/15282/22599 16110/16401/23850 15001/15308/22625 -f 16110/16401/23850 14975/15282/22599 16174/16406/23855 -f 16110/16401/23850 16174/16406/23855 16175/16456/23905 -f 16173/16455/23904 16175/16456/23905 16176/16457/23906 -f 16173/16455/23904 16176/16457/23906 16172/16454/23903 -f 16172/16454/23903 16176/16457/23906 16177/16458/23907 -f 16172/16454/23903 16177/16458/23907 15088/15377/22694 -f 15088/15377/22694 16177/16458/23907 15071/15379/22696 -f 15074/15382/22699 15071/15379/22696 16121/16411/23860 -f 16121/16411/23860 15071/15379/22696 16177/16458/23907 -f 16121/16411/23860 16177/16458/23907 16119/16409/23858 -f 16119/16409/23858 16177/16458/23907 16176/16457/23906 -f 16119/16409/23858 16176/16457/23906 16117/16408/23857 -f 16117/16408/23857 16176/16457/23906 16175/16456/23905 -f 16117/16408/23857 16175/16456/23905 16174/16406/23855 -f 16120/16318/23767 15077/15385/22702 16121/16411/23860 -f 16121/16411/23860 15077/15385/22702 15074/15382/22699 -f 16178/16459/23908 15078/15364/22681 16120/16318/23767 -f 16178/16459/23908 16120/16318/23767 16179/16460/23909 -f 16179/16460/23909 16120/16318/23767 16118/16410/23859 -f 16179/16460/23909 16118/16410/23859 16181/16461/23910 -f 16181/16461/23910 16118/16410/23859 16117/16408/23857 -f 16181/16461/23910 16117/16408/23857 16116/16407/23856 -f 14975/15282/22599 14981/15280/22597 16116/16407/23856 -f 16116/16407/23856 14981/15280/22597 16180/16338/23787 -f 16116/16407/23856 16180/16338/23787 16181/16461/23910 -f 16179/16460/23909 16181/16461/23910 16182/16462/23911 -f 16179/16460/23909 16182/16462/23911 16178/16459/23908 -f 16178/16459/23908 16182/16462/23911 16183/16463/23912 -f 16178/16459/23908 16183/16463/23912 15078/15364/22681 -f 15078/15364/22681 16183/16463/23912 15058/15366/22683 -f 15061/15369/22686 15058/15366/22683 16038/16343/23792 -f 16038/16343/23792 15058/15366/22683 16183/16463/23912 -f 16038/16343/23792 16183/16463/23912 16045/16342/23791 -f 16045/16342/23791 16183/16463/23912 16182/16462/23911 -f 16045/16342/23791 16182/16462/23911 16043/16339/23788 -f 16043/16339/23788 16182/16462/23911 16181/16461/23910 -f 16043/16339/23788 16181/16461/23910 16180/16338/23787 -f 16052/16334/23783 16050/16346/23795 16123/16336/23785 -f 16042/16337/23786 16123/16336/23785 16046/16412/23861 -f 16042/16337/23786 16046/16412/23861 16047/16341/23790 -f 16038/16343/23792 16047/16341/23790 15064/15372/22689 -f 16038/16343/23792 15064/15372/22689 15061/15369/22686 -s 39 -f 15922/16204/23913 15920/16206/23914 16215/16464/23915 -f 15922/16204/23913 16215/16464/23915 16188/16465/23916 -f 16184/16466/23917 16218/16467/23918 16198/16468/23919 -f 16198/16468/23919 16218/16467/23918 16227/16469/23920 -f 16198/16468/23919 16227/16469/23920 16208/16470/23921 -f 16208/16470/23921 16227/16469/23920 16237/16471/23922 -f 16208/16470/23921 16237/16471/23922 16209/16472/23923 -f 16209/16472/23923 16237/16471/23922 16238/16473/23924 -f 16209/16472/23925 16238/16473/23926 16185/14644/21683 -f 16209/16472/23925 16185/14644/21683 14395/14645/21684 -f 16188/16465/23916 16215/16464/23915 16226/16474/23927 -f 16188/16465/23916 16226/16474/23927 16196/16475/23928 -f 16196/16475/23928 16226/16474/23927 16219/16476/23929 -f 16196/16475/23928 16219/16476/23929 16184/16466/23917 -f 16184/16466/23917 16219/16476/23929 16218/16467/23918 -f 16187/16200/23930 16186/16477/23931 13748/13899/23932 -f 16192/16478/23933 13748/13899/23932 16186/16477/23931 -f 13748/13899/23932 16192/16478/23933 13755/13892/23934 -f 15922/16204/23913 16188/16465/23916 15919/16202/23935 -f 16192/16478/23936 16191/16479/23937 13755/13892/23938 -f 16190/16480/23939 16192/16478/23936 16186/16477/23931 -f 16186/16477/23931 16187/16200/23930 16193/16481/23940 -f 16193/16481/23940 16190/16480/23939 16186/16477/23931 -f 16194/16482/23941 16189/16483/23942 16190/16480/23939 -f 16194/16482/23941 16190/16480/23939 16193/16481/23940 -f 16195/16484/23943 16189/16483/23942 16194/16482/23941 -f 16194/16482/23944 16193/16481/23940 15919/16202/23935 -f 15919/16202/23935 16193/16481/23940 16187/16200/23930 -f 16195/16484/23943 16194/16482/23941 16196/16475/23928 -f 16196/16475/23928 16194/16482/23945 16188/16465/23916 -f 16188/16465/23916 16194/16482/23944 15919/16202/23935 -f 16184/16466/23917 16195/16484/23943 16196/16475/23928 -f 16191/16479/23937 16192/16478/23936 16190/16480/23939 -f 16191/16479/23937 16190/16480/23939 16197/16485/23946 -f 16197/16485/23946 16190/16480/23939 16189/16483/23942 -f 16197/16485/23946 16189/16483/23942 16205/16486/23947 -f 16184/16466/23917 16198/16468/23919 16195/16484/23943 -f 16195/16484/23943 16198/16468/23919 16199/16487/23948 -f 16195/16484/23943 16199/16487/23948 16189/16483/23942 -f 16189/16483/23942 16199/16487/23948 16205/16486/23947 -f 16202/16488/23949 13755/13892/23938 16191/16479/23937 -f 16203/16489/23950 16202/16488/23949 16191/16479/23937 -f 16203/16489/23950 16191/16479/23937 16197/16485/23946 -f 16204/16490/23951 16201/16491/23952 16203/16489/23950 -f 16204/16490/23951 16203/16489/23950 16197/16485/23946 -f 16206/16492/23953 16201/16491/23952 16204/16490/23951 -f 16205/16486/23954 16204/16490/23951 16197/16485/23946 -f 16200/16493/23955 16206/16492/23953 16204/16490/23951 -f 16207/16494/23956 16204/16490/23951 16205/16486/23954 -f 16200/16493/23955 16204/16490/23951 14395/14645/21684 -f 14395/14645/21684 16204/16490/23951 16207/16494/23957 -f 16208/16470/23921 16207/16494/23956 16205/16486/23954 -f 16208/16470/23921 16205/16486/23954 16199/16487/23958 -f 16209/16472/23925 14395/14645/21684 16207/16494/23957 -f 16209/16472/23923 16207/16494/23956 16208/16470/23921 -f 16208/16470/23921 16199/16487/23948 16198/16468/23919 -f 13750/13893/23959 13755/13892/23938 16202/16488/23949 -f 13750/13893/23959 16202/16488/23949 16210/16495/23960 -f 16210/16495/23960 16202/16488/23949 16203/16489/23950 -f 16211/16496/23961 16210/16495/23960 16201/16491/23952 -f 16210/16495/23960 16203/16489/23950 16201/16491/23952 -f 16211/16496/23961 16201/16491/23952 16206/16492/23953 -f 16211/16496/23961 16206/16492/23953 16212/16497/23962 -f 16213/16498/23963 16212/16497/23962 16200/16493/23955 -f 16212/16497/23962 16206/16492/23953 16200/16493/23955 -f 16213/16498/23963 16200/16493/23955 14391/14639/21673 -f 14391/14639/21673 16200/16493/23955 14395/14645/21684 -f 16216/14513/23964 16214/16499/23965 15924/16205/23966 -f 15924/16205/23966 16214/16499/23965 15920/16206/23914 -f 16214/16499/23965 16215/16464/23915 15920/16206/23914 -f 16221/16500/23967 16217/14511/23968 14278/14510/23969 -f 16221/16500/23967 14278/14510/23969 16220/16501/23970 -f 16221/16500/23967 16220/16501/23970 16222/16502/23971 -f 16216/14513/23964 16217/14511/23968 16221/16500/23967 -f 16223/16503/23972 16221/16500/23967 16222/16502/23971 -f 16224/16504/23973 16216/14513/23964 16221/16500/23967 -f 16224/16504/23973 16221/16500/23967 16223/16503/23972 -f 16214/16499/23965 16216/14513/23964 16224/16504/23973 -f 16225/16505/23974 16224/16504/23973 16223/16503/23972 -f 16219/16476/23929 16224/16504/23973 16225/16505/23974 -f 16215/16464/23915 16214/16499/23965 16224/16504/23975 -f 16215/16464/23915 16224/16504/23975 16226/16474/23927 -f 16226/16474/23927 16224/16504/23973 16219/16476/23929 -f 16218/16467/23918 16219/16476/23929 16225/16505/23974 -f 16225/16505/23974 16229/16506/23976 16227/16469/23920 -f 16225/16505/23974 16227/16469/23920 16218/16467/23918 -f 16223/16503/23972 16228/16507/23977 16229/16506/23976 -f 16223/16503/23972 16229/16506/23976 16225/16505/23974 -f 16228/16507/23977 16223/16503/23972 16222/16502/23971 -f 16222/16502/23971 16230/16508/23978 16228/16507/23977 -f 16222/16502/23971 16220/16501/23970 16230/16508/23978 -f 16220/16501/23970 14278/14510/23969 16231/16509/23979 -f 16230/16508/23978 16220/16501/23970 16231/16509/23979 -f 14277/14508/23980 16232/16510/23981 16231/16509/23979 -f 16232/16510/23981 16230/16508/23978 16231/16509/23979 -f 16228/16507/23977 16230/16508/23978 16233/16511/23982 -f 16233/16511/23982 16230/16508/23978 16232/16510/23981 -f 16234/16512/23983 16233/16511/23982 16232/16510/23981 -f 16229/16506/23976 16228/16507/23977 16233/16511/23984 -f 16235/16513/23985 16229/16506/23976 16233/16511/23984 -f 16235/16513/23986 16233/16511/23982 16234/16512/23983 -f 16227/16469/23920 16229/16506/23976 16237/16471/23922 -f 16237/16471/23922 16229/16506/23976 16235/16513/23985 -f 16235/16513/23986 16234/16512/23983 16238/16473/23926 -f 16238/16473/23926 16234/16512/23983 16236/16514/23987 -f 16237/16471/23922 16235/16513/23988 16238/16473/23924 -f 16185/14644/21683 16238/16473/23926 16236/16514/23987 -f 16241/16515/23989 17524/16516/23990 16236/16514/23987 -f 16236/16514/23987 17524/16516/23990 16239/14643/21682 -f 16236/16514/23987 16239/14643/21682 16185/14644/21683 -f 16234/16512/23983 16241/16515/23989 16236/16514/23987 -f 14277/14508/23980 16240/16517/23991 16232/16510/23981 -f 16232/16510/23981 16240/16517/23991 16241/16515/23989 -f 16232/16510/23981 16241/16515/23989 16234/16512/23983 -f 14277/14508/23980 16231/16509/23979 14276/14509/23992 -f 14278/14510/23969 14276/14509/23992 16231/16509/23979 -f 13921/14127/23993 16242/16518/23994 13923/14129/23995 -f 16319/16519/23996 15928/16209/23997 16343/16520/23998 -f 16343/16520/23998 15928/16209/23997 15929/16212/23999 -f 16243/16521/24000 16346/16522/24001 16278/16523/24002 -f 16278/16523/24002 16346/16522/24001 16354/16524/24003 -f 13911/14114/24004 16244/16525/24005 13913/14116/24006 -f 15937/16216/24007 16397/16526/24008 16372/16527/24009 -f 15937/16216/24007 16372/16527/24009 15935/16215/24010 -f 16245/16528/24011 16400/16529/24012 16280/16530/24013 -f 16280/16530/24013 16400/16529/24012 16409/16531/24014 -f 16438/16532/24015 13909/14111/24016 16425/16533/24017 -f 13901/14101/24018 16246/16534/24019 13903/14103/24020 -f 15939/16221/24021 16451/16535/24022 15940/16219/24023 -f 15940/16219/24023 16451/16535/24022 16428/16536/24024 -f 16247/16537/24025 16454/16538/24026 16282/16539/24027 -f 16282/16539/24027 16454/16538/24026 16462/16540/24028 -f 13891/14088/24029 16248/16541/24030 13893/14090/24031 -f 16480/16542/24032 15944/16226/24033 15947/16225/24034 -f 16480/16542/24032 15947/16225/24034 16506/16543/24035 -f 16249/16544/24036 16509/16545/24037 16491/16546/24038 -f 16491/16546/24038 16509/16545/24037 16516/16547/24039 -f 13882/14075/24040 16250/16548/24041 13884/14077/24042 -f 16559/16549/24043 16535/16550/24044 15951/16229/24045 -f 15951/16229/24045 15952/16233/24046 16559/16549/24043 -f 16251/16551/24047 16562/16552/24048 16544/16553/24049 -f 16544/16553/24049 16562/16552/24048 16571/16554/24050 -f 16590/16555/24051 15956/16237/24052 16615/16556/24053 -f 16615/16556/24053 15956/16237/24052 15957/16239/24054 -f 16252/16557/24055 16618/16558/24056 16287/16559/24057 -f 16287/16559/24057 16618/16558/24056 16627/16560/24058 -f 16658/16561/24059 13872/14060/24060 16645/14059/24061 -f 15961/16244/24062 16670/16562/24063 16646/16563/24064 -f 15961/16244/24062 16646/16563/24064 15960/16241/24065 -f 16253/16564/24066 16673/16565/24067 16288/16566/24068 -f 16288/16566/24068 16673/16565/24067 16679/16567/24069 -f 13855/14037/24070 16254/16568/24071 13857/14039/24072 -f 15967/16246/24073 16723/16569/24074 15966/16247/24075 -f 15966/16247/24075 16723/16569/24074 16698/16570/24076 -f 16255/16571/24077 16726/16572/24078 16290/16573/24079 -f 16290/16573/24079 16726/16572/24078 16733/16574/24080 -f 13845/14024/24081 16256/16575/24082 13847/14026/24083 -f 15975/16256/24084 16777/16576/24085 15974/16257/24086 -f 15974/16257/24086 16777/16576/24085 16751/16577/24087 -f 15974/16257/24086 16751/16577/24087 15972/16252/24088 -f 16257/16578/24089 16780/16579/24090 16761/16580/24091 -f 16761/16580/24091 16780/16579/24090 16787/16581/24092 -f 13835/14011/24093 16258/16582/24094 13837/14013/24095 -f 16807/16583/24096 15978/16304/24097 16831/16584/24098 -f 16831/16584/24098 15978/16304/24097 15979/16306/24099 -f 16259/16585/24100 16834/16586/24101 16260/16587/24102 -f 16260/16587/24102 16834/16586/24101 16842/16588/24103 -f 13826/13998/24104 16261/16589/24105 13828/14000/24106 -f 16862/16590/24107 15981/16261/24108 16886/16591/24109 -f 16886/16591/24109 15981/16261/24108 15982/16187/24110 -f 16262/16592/24111 16889/16593/24112 16294/16594/24113 -f 16294/16594/24113 16889/16593/24112 16899/16595/24114 -f 16918/16596/24115 15987/16267/24116 16942/16597/24117 -f 16942/16597/24117 15987/16267/24116 15989/16268/24118 -f 16263/16598/24119 16945/16599/24120 16296/16600/24121 -f 16296/16600/24121 16945/16599/24120 16952/16601/24122 -f 13809/13976/24123 16264/16602/24124 13810/13977/24125 -f 16970/16603/24126 15992/16272/24127 15994/16271/24128 -f 16970/16603/24126 15994/16271/24128 16993/16604/24129 -f 16265/16605/24130 16996/16606/24131 16298/16607/24132 -f 16298/16607/24132 16996/16606/24131 17004/16608/24133 -f 13801/13964/24134 16266/16609/24135 13802/13965/24136 -f 16000/16279/24137 17046/16610/24138 15998/16280/24139 -f 15998/16280/24139 17046/16610/24138 17022/16611/24140 -f 16267/16612/24141 17049/16613/24142 17031/16614/24143 -f 17031/16614/24143 17049/16613/24142 17058/16615/24144 -f 13790/13950/24145 16268/16616/24146 13792/13952/24147 -f 16004/16284/24148 17104/16617/24149 16003/16282/24150 -f 16003/16282/24150 17104/16617/24149 17078/16618/24151 -f 16269/16619/24152 17107/16620/24153 17088/16621/24154 -f 17088/16621/24154 17107/16620/24153 17114/16622/24155 -f 13780/13937/24156 16270/16623/24157 13782/13939/24158 -f 17134/16624/24159 16007/16289/24160 17157/16625/24161 -f 17157/16625/24161 16007/16289/24160 16008/16288/24162 -f 16271/16626/24163 17160/16627/24164 16303/16628/24165 -f 16303/16628/24165 17160/16627/24164 17169/16629/24166 -f 13771/13924/24167 16272/16630/24168 13773/13926/24169 -f 17188/16631/24170 16010/16290/24171 16012/16294/24172 -f 17188/16631/24170 16012/16294/24172 17214/16632/24173 -f 16273/16633/24174 17217/16634/24175 16304/16635/24176 -f 16304/16635/24176 17217/16634/24175 17223/16636/24177 -f 13762/13911/24178 16274/16637/24179 13764/13913/24180 -f 17241/16638/24181 16014/16298/24182 17266/16639/24183 -f 17266/16639/24183 16014/16298/24182 16016/16297/24184 -f 16275/16640/24185 17269/16641/24186 17251/16642/24187 -f 17251/16642/24187 17269/16641/24186 17277/16643/24188 -f 13753/13895/24189 16276/16644/24190 13751/13897/24191 -f 17297/16645/24192 16019/16302/24193 17321/16646/24194 -f 17321/16646/24194 16019/16302/24193 16023/16301/24195 -f 16277/16647/24196 17324/16648/24197 17305/16649/24198 -f 17305/16649/24198 17324/16648/24197 17331/16650/24199 -f 16278/16523/24002 16354/16524/24003 16364/16651/24200 -f 16278/16523/24002 16364/16651/24200 16336/16652/24201 -f 16336/16652/24201 16364/16651/24200 16366/16653/24202 -f 16336/16652/24201 16366/16653/24202 16337/16654/24203 -f 16337/16654/24204 16366/16653/24205 16365/16655/24206 -f 16337/16654/24204 16365/16655/24206 16279/14637/21668 -f 16337/16654/24204 16279/14637/21668 14388/14636/21667 -f 16280/16530/24013 16409/16531/24014 16419/16656/24207 -f 16280/16530/24013 16419/16656/24207 16390/16657/24208 -f 16390/16657/24208 16419/16656/24209 16391/16658/24210 -f 16391/16658/24210 16419/16656/24209 16420/16659/24211 -f 16391/16658/24212 16420/16659/24213 16281/14618/21643 -f 16391/16658/24212 16281/14618/21643 14376/14617/21642 -f 16282/16539/24027 16462/16540/24028 16473/16660/24214 -f 16282/16539/24027 16473/16660/24214 16444/16661/24215 -f 16444/16661/24215 16473/16660/24214 16445/16662/24216 -f 16445/16662/24217 16473/16660/24218 16472/16663/24219 -f 16445/16662/24217 16472/16663/24219 16283/14747/21806 -f 16445/16662/24217 16283/14747/21806 14455/14746/21805 -f 16491/16546/24038 16516/16547/24039 16527/16664/24220 -f 16491/16546/24038 16527/16664/24220 16499/16665/24221 -f 16499/16665/24221 16527/16664/24220 16529/16666/24222 -f 16499/16665/24221 16529/16666/24222 16500/16667/24223 -f 16500/16667/24223 16529/16666/24222 16528/16668/24224 -f 16500/16667/24223 16528/16668/24224 14454/14743/21802 -f 14454/14743/21802 16528/16668/24224 14452/14740/21797 -s 494 -f 16583/14610/24225 14371/14609/24226 16554/16669/24227 -f 16583/14610/24225 16554/16669/24227 16284/16670/24228 -s 495 -f 16284/16670/24229 16554/16669/24230 16553/16671/24231 -f 16284/16670/24229 16553/16671/24231 16581/16672/24232 -s 39 -f 16581/16672/24233 16553/16671/24234 16571/16554/24050 -f 16571/16554/24050 16553/16671/24234 16544/16553/24049 -f 14449/14733/21789 14451/14738/21795 16607/16673/24235 -f 16285/14734/21790 16607/16673/24235 16639/16674/24236 -f 16639/16674/24236 16607/16673/24235 16609/16675/24237 -f 16639/16674/24236 16609/16675/24237 16286/16676/24238 -f 16286/16676/24238 16609/16675/24237 16608/16677/24239 -f 16286/16676/24238 16608/16677/24239 16637/16678/24240 -f 16637/16678/24240 16608/16677/24239 16287/16559/24057 -f 16637/16678/24240 16287/16559/24057 16627/16560/24058 -f 16285/14734/21790 14449/14733/21789 16607/16673/24235 -f 16288/16566/24068 16679/16567/24069 16689/16679/24241 -f 16288/16566/24068 16689/16679/24241 16663/16680/24242 -f 16663/16680/24242 16689/16679/24241 16691/16681/24243 -f 16663/16680/24242 16691/16681/24243 16664/16682/24244 -f 16664/16682/24245 16691/16681/24246 16690/16683/24247 -f 16664/16682/24245 16690/16683/24247 14446/14727/21783 -f 14446/14727/21783 16690/16683/24247 16289/14728/21784 -f 16290/16573/24079 16733/16574/24080 16743/16684/24248 -f 16290/16573/24079 16743/16684/24248 16716/16685/24249 -f 16716/16685/24249 16743/16684/24250 16717/16686/24251 -f 16717/16686/24251 16743/16684/24250 16744/16687/24252 -f 16717/16686/24253 16744/16687/24254 16291/14725/21781 -f 16717/16686/24253 16291/14725/21781 14445/14724/21780 -f 16761/16580/24091 16787/16581/24092 16770/16688/24255 -f 16770/16688/24255 16787/16581/24092 16797/16689/24256 -f 16770/16688/24255 16797/16689/24256 16799/16690/24257 -f 16770/16688/24255 16799/16690/24257 16771/16691/24258 -f 16771/16691/24259 16799/16690/24260 16798/16692/24261 -f 16771/16691/24259 16798/16692/24261 14441/14720/21776 -f 14441/14720/21776 16798/16692/24261 16292/14721/21777 -f 16260/16587/24102 16842/16588/24103 16824/16693/24262 -f 16824/16693/24262 16842/16588/24103 16852/16694/24263 -f 16824/16693/24262 16852/16694/24263 16854/16695/24264 -f 16824/16693/24262 16854/16695/24264 16825/16696/24265 -f 16825/16696/24266 16854/16695/24267 16853/16697/24268 -f 16825/16696/24266 16853/16697/24268 16293/14716/21771 -f 16825/16696/24266 16293/14716/21771 14438/14715/21770 -f 16294/16594/24113 16899/16595/24114 16909/16698/24269 -f 16294/16594/24113 16909/16698/24269 16880/16699/24270 -f 16880/16699/24270 16909/16698/24269 16911/16700/24271 -f 16880/16699/24270 16911/16700/24271 16881/16701/24272 -f 16881/16701/24272 16911/16700/24271 16910/16702/24273 -f 16881/16701/24272 16910/16702/24273 16295/14708/21763 -f 16881/16701/24272 16295/14708/21763 14434/14707/21762 -f 16296/16600/24121 16952/16601/24122 16962/16703/24274 -f 16296/16600/24121 16962/16703/24274 16935/16704/24275 -f 16935/16704/24275 16962/16703/24274 16964/16705/24276 -f 16935/16704/24275 16964/16705/24276 16936/16706/24277 -f 16936/16706/24277 16964/16705/24276 16963/16707/24278 -f 16936/16706/24277 16963/16707/24278 16297/14701/21754 -f 16936/16706/24277 16297/14701/21754 14430/14700/21753 -f 16298/16607/24132 17004/16608/24133 17014/16708/24279 -f 16298/16607/24132 17014/16708/24279 16986/16709/24280 -f 16986/16709/24280 17014/16708/24281 16987/16710/24282 -f 16987/16710/24282 17014/16708/24281 17015/16711/24283 -f 16987/16710/24284 17015/16711/24285 16299/14613/21638 -f 16987/16710/24284 16299/14613/21638 14372/14612/21637 -f 17031/16614/24143 17058/16615/24144 17040/16712/24286 -f 17040/16712/24286 17058/16615/24144 17068/16713/24287 -f 17040/16712/24286 17068/16713/24287 16300/16714/24288 -f 16300/16714/24288 17068/16713/24287 17069/16715/24289 -f 16300/16714/24290 17069/16715/24291 14427/14695/21747 -f 14427/14695/21747 17069/16715/24291 17070/16716/24292 -f 14427/14695/21747 17070/16716/24293 14425/14690/21740 -f 17126/14692/21742 14373/14615/21640 17098/16717/24294 -f 17126/14692/21742 17098/16717/24294 16301/16718/24295 -s 504 -f 16301/16718/24296 17098/16717/24297 17097/16719/24298 -f 16301/16718/24296 17097/16719/24298 17124/16720/24299 -s 39 -f 17124/16720/24300 17097/16719/24301 17114/16622/24155 -f 17114/16622/24155 17097/16719/24301 17088/16621/24154 -f 17126/14692/21742 14374/14616/21641 14373/14615/21640 -f 16302/14681/21730 14422/14680/21729 17180/16721/24302 -f 17180/16721/24302 14422/14680/21729 17151/16722/24303 -f 17180/16721/24302 17151/16722/24303 17181/16723/24304 -f 17181/16723/24304 17151/16722/24303 17150/16724/24305 -f 17181/16723/24304 17150/16724/24305 17179/16725/24306 -f 17179/16725/24306 17150/16724/24305 16303/16628/24165 -f 17179/16725/24306 16303/16628/24165 17169/16629/24166 -f 16304/16635/24176 17223/16636/24177 17233/16726/24307 -f 16304/16635/24176 17233/16726/24307 17207/16727/24308 -f 17207/16727/24308 17233/16726/24309 17208/16728/24310 -f 17208/16728/24310 17233/16726/24309 17234/16729/24311 -f 17208/16728/24312 17234/16729/24313 16305/14679/21728 -f 17208/16728/24312 16305/14679/21728 14420/14678/21727 -f 17251/16642/24187 17277/16643/24188 17260/16730/24314 -f 17260/16730/24314 17277/16643/24188 17288/16731/24315 -f 17260/16730/24314 17288/16731/24315 17289/16732/24316 -f 17260/16730/24314 17289/16732/24316 17261/16733/24317 -f 17261/16733/24317 17289/16732/24316 17290/16734/24318 -f 17261/16733/24319 17290/16734/24318 17281/14674/21723 -f 17261/16733/24319 17281/14674/21723 14417/14673/21722 -f 17305/16649/24198 17331/16650/24199 17341/16735/24320 -f 17305/16649/24198 17341/16735/24320 17314/16736/24321 -f 17314/16736/24321 17341/16735/24322 17342/16737/24323 -f 17314/16736/24321 17342/16737/24323 17315/16738/24324 -f 17315/16738/24325 17342/16737/24326 16306/14668/21715 -f 17315/16738/24325 16306/14668/21715 14415/14667/21714 -f 16319/16519/23996 16343/16520/23998 16307/16739/24327 -f 16307/16739/24327 16343/16520/23998 16353/16740/24328 -f 16307/16739/24329 16353/16740/24330 16346/16522/24001 -f 16307/16739/24329 16346/16522/24001 16243/16521/24000 -f 16372/16527/24009 16397/16526/24008 16408/16741/24331 -f 16372/16527/24009 16408/16741/24331 16380/16742/24332 -f 16380/16742/24332 16408/16741/24331 16401/16743/24333 -f 16380/16742/24332 16401/16743/24333 16245/16528/24011 -f 16245/16528/24011 16401/16743/24333 16400/16529/24012 -f 16428/16536/24334 16451/16535/24022 16433/16744/24335 -f 16433/16744/24335 16451/16535/24022 16461/16745/24336 -f 16433/16744/24337 16461/16745/24338 16454/16538/24026 -f 16433/16744/24337 16454/16538/24026 16247/16537/24025 -f 16480/16542/24032 16506/16543/24035 16488/16746/24339 -f 16488/16746/24339 16506/16543/24035 16515/16747/24340 -f 16488/16746/24339 16515/16747/24340 16487/16748/24341 -f 16487/16748/24341 16515/16747/24340 16510/16749/24342 -f 16487/16748/24341 16510/16749/24342 16249/16544/24036 -f 16249/16544/24036 16510/16749/24342 16509/16545/24037 -f 16535/16550/24044 16559/16549/24043 16308/16750/24343 -f 16308/16750/24343 16559/16549/24043 16570/16751/24344 -f 16308/16750/24345 16570/16751/24346 16251/16551/24347 -f 16251/16551/24347 16570/16751/24346 16563/16752/24348 -f 16251/16551/24047 16563/16752/24349 16562/16552/24048 -f 16590/16555/24051 16615/16556/24053 16626/16753/24350 -f 16590/16555/24051 16626/16753/24350 16309/16754/24351 -f 16309/16754/24352 16626/16753/24353 16619/16755/24354 -f 16309/16754/24352 16619/16755/24354 16252/16557/24055 -f 16252/16557/24055 16619/16755/24354 16618/16558/24056 -f 16646/16563/24064 16670/16562/24063 16678/16756/24355 -f 16646/16563/24064 16678/16756/24355 16652/16757/24356 -f 16652/16757/24357 16678/16756/24358 16253/16564/24066 -f 16253/16564/24066 16678/16756/24358 16673/16565/24067 -f 16698/16570/24359 16723/16569/24074 16704/16758/24360 -f 16704/16758/24360 16723/16569/24074 16732/16759/24361 -f 16704/16758/24362 16732/16759/24363 16726/16572/24078 -f 16704/16758/24362 16726/16572/24078 16255/16571/24077 -f 16751/16577/24087 16777/16576/24085 16786/16760/24364 -f 16751/16577/24087 16786/16760/24364 16759/16761/24365 -f 16759/16761/24365 16786/16760/24364 16781/16762/24366 -f 16759/16761/24365 16781/16762/24367 16257/16578/24089 -f 16257/16578/24089 16781/16762/24367 16780/16579/24090 -f 16807/16583/24096 16831/16584/24098 16310/16763/24368 -f 16310/16763/24368 16831/16584/24098 16841/16764/24369 -f 16310/16763/24370 16841/16764/24371 16834/16586/24101 -f 16310/16763/24370 16834/16586/24101 16259/16585/24100 -f 16862/16590/24107 16886/16591/24109 16898/16765/24372 -f 16862/16590/24107 16898/16765/24372 16311/16766/24373 -f 16311/16766/24374 16898/16765/24375 16890/16767/24376 -f 16311/16766/24374 16890/16767/24376 16262/16592/24111 -f 16262/16592/24111 16890/16767/24376 16889/16593/24112 -f 16918/16596/24115 16942/16597/24117 16951/16768/24377 -f 16918/16596/24115 16951/16768/24377 16924/16769/24378 -f 16924/16769/24379 16951/16768/24380 16263/16598/24119 -f 16263/16598/24119 16951/16768/24380 16945/16599/24120 -f 16970/16603/24126 16993/16604/24129 17003/16770/24381 -f 16970/16603/24126 17003/16770/24381 16976/16771/24382 -f 16976/16771/24383 17003/16770/24381 16996/16606/24131 -f 16976/16771/24383 16996/16606/24131 16265/16605/24130 -f 17022/16611/24140 17046/16610/24138 16312/16772/24384 -f 16312/16772/24384 17046/16610/24138 17057/16773/24385 -f 16312/16772/24386 17057/16773/24387 16267/16612/24388 -f 16267/16612/24388 17057/16773/24387 17050/16774/24389 -f 16267/16612/24141 17050/16774/24390 17049/16613/24142 -f 17078/16618/24151 17104/16617/24149 17113/16775/24391 -f 17078/16618/24151 17113/16775/24391 17086/16776/24392 -f 17086/16776/24392 17113/16775/24391 17108/16777/24393 -f 17086/16776/24392 17108/16777/24393 16269/16619/24152 -f 16269/16619/24152 17108/16777/24393 17107/16620/24153 -f 17134/16624/24159 17157/16625/24161 16313/16778/24394 -f 16313/16778/24394 17157/16625/24161 17168/16779/24395 -f 16313/16778/24396 17168/16779/24397 17160/16627/24164 -f 16313/16778/24396 17160/16627/24164 16271/16626/24163 -f 17188/16631/24170 17214/16632/24173 17222/16780/24398 -f 17188/16631/24170 17222/16780/24398 17196/16781/24399 -f 17196/16781/24400 17222/16780/24401 17217/16634/24175 -f 17196/16781/24400 17217/16634/24175 16273/16633/24174 -f 17241/16638/24181 17266/16639/24183 17276/16782/24402 -f 17241/16638/24181 17276/16782/24402 17249/16783/24403 -f 17249/16783/24404 17276/16782/24402 17269/16641/24186 -f 17249/16783/24404 17269/16641/24186 16275/16640/24185 -f 17297/16645/24192 17321/16646/24194 16315/16784/24405 -f 16315/16784/24405 17321/16646/24194 16314/16785/24406 -f 16315/16784/24407 16314/16785/24408 17324/16648/24197 -f 16315/16784/24407 17324/16648/24197 16277/16647/24196 -f 16316/14502/24409 16317/16786/24410 14273/14504/24411 -f 15928/16209/23997 16319/16519/23996 15926/16210/24412 -f 16322/16787/24413 14273/14504/24411 16317/16786/24410 -f 16321/16788/24414 16322/16787/24413 16317/16786/24410 -f 16316/14502/24409 16318/16198/24415 16323/16789/24416 -f 16323/16789/24416 16321/16788/24414 16317/16786/24410 -f 16323/16789/24416 16317/16786/24410 16316/14502/24409 -f 16324/16790/24417 16320/16791/24418 16321/16788/24414 -f 16324/16790/24417 16321/16788/24414 16323/16789/24416 -f 16243/16521/24000 16320/16791/24418 16324/16790/24417 -f 16324/16790/24419 16323/16789/24416 15926/16210/24412 -f 15926/16210/24412 16323/16789/24416 16318/16198/24415 -f 16319/16519/23996 16324/16790/24419 15926/16210/24412 -f 16307/16739/24329 16243/16521/24000 16324/16790/24417 -f 16307/16739/24327 16324/16790/24419 16319/16519/23996 -f 16330/16792/24420 14273/14504/24411 16322/16787/24413 -f 16330/16792/24420 16322/16787/24413 16325/16793/24421 -f 16322/16787/24413 16321/16788/24414 16326/16794/24422 -f 16326/16794/24422 16321/16788/24414 16320/16791/24418 -f 16326/16794/24422 16320/16791/24418 16333/16795/24423 -f 16243/16521/24000 16278/16523/24002 16327/16796/24424 -f 16243/16521/24000 16327/16796/24424 16320/16791/24418 -f 16320/16791/24418 16327/16796/24424 16333/16795/24423 -f 16322/16787/24413 16326/16794/24422 16325/16793/24421 -f 16326/16794/24425 16331/16797/24426 16325/16793/24421 -f 16332/16798/24427 16329/16799/24428 16331/16797/24426 -f 16332/16798/24427 16331/16797/24426 16326/16794/24425 -f 16325/16793/24421 16331/16797/24426 16330/16792/24420 -f 16334/16800/24429 16329/16799/24430 16332/16798/24431 -f 16333/16795/24423 16332/16798/24427 16326/16794/24425 -f 16328/16801/24432 16334/16800/24429 16332/16798/24431 -f 16335/16802/24433 16332/16798/24427 16333/16795/24423 -f 16328/16801/24432 16332/16798/24431 14388/14636/21667 -f 14388/14636/21667 16332/16798/24431 16335/16802/24434 -f 16335/16802/24433 16333/16795/24423 16336/16652/24201 -f 16336/16652/24201 16333/16795/24423 16327/16796/24424 -f 16337/16654/24204 14388/14636/21667 16335/16802/24434 -f 16337/16654/24203 16335/16802/24433 16336/16652/24201 -f 16278/16523/24002 16336/16652/24201 16327/16796/24424 -f 14275/14506/24435 14273/14504/24411 16330/16792/24420 -f 14275/14506/24435 16330/16792/24420 16338/16803/24436 -f 16338/16803/24436 16330/16792/24420 16331/16797/24426 -f 16339/16804/24437 16338/16803/24436 16329/16799/24430 -f 16338/16803/24436 16331/16797/24426 16329/16799/24430 -f 16339/16804/24437 16329/16799/24430 16334/16800/24429 -f 16339/16804/24437 16334/16800/24429 16340/16805/24438 -f 16340/16805/24438 16334/16800/24429 16328/16801/24432 -f 16340/16805/24438 16328/16801/24432 16341/14624/21653 -f 16341/14624/21653 16328/16801/24432 14388/14636/21667 -f 15931/14132/24439 16345/14131/24440 16344/16806/24441 -f 16344/16806/24441 16342/16807/24442 15931/14132/24439 -f 15931/14132/24439 16342/16807/24442 15929/16212/23999 -f 16342/16807/24442 16343/16520/23998 15929/16212/23999 -f 13923/14129/23995 16349/16808/24443 16345/14131/24440 -f 16349/16808/24443 13923/14129/23995 16242/16518/23994 -f 16349/16808/24443 16242/16518/23994 16348/16809/24444 -f 16349/16808/24445 16348/16809/24446 16350/16810/24447 -f 16344/16806/24441 16345/14131/24440 16349/16808/24443 -f 16344/16806/24448 16349/16808/24445 16350/16810/24447 -f 16352/16811/24449 16344/16806/24448 16350/16810/24447 -f 16352/16811/24449 16350/16810/24447 16351/16812/24450 -f 16342/16807/24442 16344/16806/24441 16352/16811/24451 -f 16353/16740/24328 16342/16807/24442 16352/16811/24451 -f 16353/16740/24330 16352/16811/24449 16347/16813/24452 -f 16347/16813/24452 16352/16811/24449 16351/16812/24450 -f 16343/16520/23998 16342/16807/24442 16353/16740/24328 -f 16346/16522/24001 16347/16813/24452 16351/16812/24450 -f 16353/16740/24330 16347/16813/24452 16346/16522/24001 -f 16351/16812/24450 16356/16814/24453 16354/16524/24003 -f 16351/16812/24450 16354/16524/24003 16346/16522/24001 -f 16350/16810/24447 16355/16815/24454 16351/16812/24450 -f 16351/16812/24450 16355/16815/24454 16356/16814/24453 -f 16350/16810/24447 16357/16816/24455 16355/16815/24454 -f 16350/16810/24447 16348/16809/24446 16357/16816/24455 -f 16348/16809/24446 16242/16518/23994 16358/16817/24456 -f 16357/16816/24455 16348/16809/24446 16358/16817/24456 -f 13922/14128/24457 16359/16818/24458 16358/16817/24456 -f 16359/16818/24458 16357/16816/24455 16358/16817/24456 -f 16355/16815/24454 16357/16816/24455 16360/16819/24459 -f 16360/16819/24459 16357/16816/24455 16359/16818/24458 -f 16361/16820/24460 16360/16819/24459 16359/16818/24458 -f 16356/16814/24453 16355/16815/24454 16360/16819/24461 -f 16362/16821/24462 16356/16814/24453 16360/16819/24461 -f 16362/16821/24463 16360/16819/24459 16361/16820/24460 -f 16354/16524/24003 16356/16814/24453 16364/16651/24200 -f 16364/16651/24200 16356/16814/24453 16362/16821/24462 -f 16362/16821/24463 16361/16820/24460 16365/16655/24206 -f 16365/16655/24206 16361/16820/24460 16363/16822/24464 -f 16366/16653/24202 16364/16651/24200 16362/16821/24462 -f 16366/16653/24205 16362/16821/24463 16365/16655/24206 -f 16279/14637/21668 16365/16655/24206 16363/16822/24464 -f 16369/16823/24465 17535/16824/24466 16363/16822/24464 -f 16363/16822/24464 17535/16824/24466 16367/14638/21669 -f 16363/16822/24464 16367/14638/21669 16279/14637/21668 -f 16361/16820/24460 16369/16823/24465 16363/16822/24464 -f 13922/14128/24457 16368/16825/24467 16359/16818/24458 -f 16359/16818/24458 16368/16825/24467 16369/16823/24465 -f 16359/16818/24458 16369/16823/24465 16361/16820/24460 -f 13922/14128/24457 16358/16817/24456 13921/14127/23993 -f 16242/16518/23994 13921/14127/23993 16358/16817/24456 -f 15934/14123/24468 16370/16826/24469 13918/14120/24470 -f 13918/14120/24471 16370/16826/24469 16371/16827/24472 -f 16371/16827/24472 13919/14124/24473 13918/14120/24471 -f 16375/16828/24474 16371/16827/24472 16370/16826/24469 -f 16374/16829/24475 16375/16828/24474 16370/16826/24469 -f 16376/16830/24476 16374/16829/24475 16370/16826/24469 -f 16373/16831/24477 16374/16829/24475 16376/16830/24476 -f 16370/16826/24469 15934/14123/24468 16377/16832/24478 -f 16377/16832/24478 16376/16830/24476 16370/16826/24469 -f 16378/16833/24479 16373/16831/24477 16376/16830/24476 -f 16378/16833/24479 16376/16830/24476 16377/16832/24480 -f 16379/16834/24481 16373/16831/24477 16378/16833/24479 -f 16378/16833/24482 16377/16832/24478 15935/16215/24010 -f 15935/16215/24010 16377/16832/24478 15934/14123/24468 -f 16379/16834/24481 16378/16833/24479 16380/16742/24332 -f 16380/16742/24332 16378/16833/24483 16372/16527/24009 -f 16372/16527/24009 16378/16833/24482 15935/16215/24010 -f 16245/16528/24011 16379/16834/24481 16380/16742/24332 -f 16371/16827/24472 16375/16828/24474 16381/16835/24484 -f 16375/16828/24474 16374/16829/24475 16382/16836/24485 -f 16382/16836/24485 16374/16829/24475 16373/16831/24477 -f 16382/16836/24485 16373/16831/24477 16387/16837/24486 -f 16245/16528/24011 16280/16530/24013 16379/16834/24481 -f 16379/16834/24481 16280/16530/24013 16383/16838/24487 -f 16379/16834/24481 16383/16838/24487 16373/16831/24477 -f 16373/16831/24477 16383/16838/24487 16387/16837/24486 -f 16375/16828/24474 16382/16836/24485 16381/16835/24484 -f 16382/16836/24485 16385/16839/24488 16381/16835/24484 -f 16386/16840/24489 16392/16841/24490 16385/16839/24491 -f 16386/16840/24492 16385/16839/24488 16382/16836/24485 -f 16388/16842/24493 16392/16841/24490 16386/16840/24489 -f 16387/16837/24494 16386/16840/24492 16382/16836/24485 -f 16384/16843/24495 16388/16842/24493 16386/16840/24496 -f 16389/16844/24497 16386/16840/24492 16387/16837/24494 -f 16384/16843/24495 16386/16840/24496 14376/14617/21642 -f 14376/14617/21642 16386/16840/24496 16389/16844/24498 -f 16389/16844/24497 16387/16837/24494 16390/16657/24208 -f 16390/16657/24208 16387/16837/24494 16383/16838/24487 -f 16391/16658/24212 14376/14617/21642 16389/16844/24498 -f 16391/16658/24210 16389/16844/24497 16390/16657/24208 -f 16280/16530/24013 16390/16657/24208 16383/16838/24487 -f 13919/14124/24473 16371/16827/24472 16381/16835/24484 -s 541 -f 16392/16841/24499 13919/14124/24500 16385/16839/24501 -f 13919/14124/24500 16381/16835/24502 16385/16839/24501 -s 39 -f 16393/16845/24503 16392/16841/24490 16388/16842/24493 -f 16393/16845/24503 16388/16842/24493 16394/16846/24504 -f 16394/16846/24504 16388/16842/24493 16384/16843/24495 -f 16394/16846/24504 16384/16843/24495 16395/14619/21644 -f 16395/14619/21644 16384/16843/24495 14376/14617/21642 -f 16399/14118/24505 16398/16847/24506 13915/14119/24507 -f 13915/14119/24507 16398/16847/24506 16396/16196/24508 -f 16396/16196/24508 16397/16526/24008 15937/16216/24007 -f 13913/14116/24006 16403/16848/24509 16399/14118/24505 -f 16403/16848/24509 13913/14116/24006 16244/16525/24005 -f 16403/16848/24509 16244/16525/24005 16402/16849/24510 -f 16403/16848/24509 16402/16849/24510 16404/16850/24511 -f 16398/16847/24506 16399/14118/24505 16403/16848/24509 -f 16398/16847/24506 16403/16848/24509 16405/16851/24512 -f 16405/16851/24512 16403/16848/24509 16404/16850/24511 -f 16406/16852/24513 16398/16847/24506 16405/16851/24512 -f 16396/16196/24508 16398/16847/24506 16406/16852/24514 -f 16407/16853/24515 16406/16852/24513 16405/16851/24512 -f 16401/16743/24333 16406/16852/24513 16407/16853/24515 -f 16397/16526/24008 16396/16196/24508 16406/16852/24514 -f 16397/16526/24008 16406/16852/24514 16408/16741/24331 -f 16408/16741/24331 16406/16852/24513 16401/16743/24333 -f 16400/16529/24012 16401/16743/24333 16407/16853/24515 -f 16407/16853/24515 16411/16854/24516 16409/16531/24014 -f 16407/16853/24515 16409/16531/24014 16400/16529/24012 -f 16405/16851/24512 16410/16855/24517 16411/16854/24516 -f 16405/16851/24512 16411/16854/24516 16407/16853/24515 -f 16410/16855/24517 16405/16851/24512 16404/16850/24511 -f 16404/16850/24511 16412/16856/24518 16410/16855/24517 -f 16404/16850/24511 16402/16849/24510 16412/16856/24518 -f 16402/16849/24510 16244/16525/24005 16413/16857/24519 -f 16412/16856/24518 16402/16849/24510 16413/16857/24519 -f 13912/14115/24520 16414/16858/24521 16413/16857/24519 -f 16414/16858/24521 16412/16856/24518 16413/16857/24519 -f 16410/16855/24517 16412/16856/24518 16415/16859/24522 -f 16415/16859/24522 16412/16856/24518 16414/16858/24521 -f 16416/16860/24523 16415/16859/24522 16414/16858/24521 -f 16411/16854/24516 16410/16855/24517 16415/16859/24524 -f 16417/16861/24525 16411/16854/24516 16415/16859/24524 -f 16417/16861/24526 16415/16859/24522 16416/16860/24523 -f 16409/16531/24014 16411/16854/24516 16419/16656/24207 -f 16419/16656/24207 16411/16854/24516 16417/16861/24525 -f 16417/16861/24526 16416/16860/24523 16420/16659/24213 -f 16420/16659/24213 16416/16860/24523 16418/16862/24527 -f 16419/16656/24209 16417/16861/24528 16420/16659/24211 -f 16281/14618/21643 16420/16659/24213 16418/16862/24527 -f 16423/16863/24529 17347/16864/24530 16418/16862/24527 -f 16418/16862/24527 17347/16864/24530 16421/14620/21645 -f 16418/16862/24527 16421/14620/21645 16281/14618/21643 -f 16416/16860/24523 16423/16863/24529 16418/16862/24527 -f 13912/14115/24520 16422/16865/24531 16414/16858/24521 -f 16414/16858/24521 16422/16865/24531 16423/16863/24529 -f 16414/16858/24521 16423/16863/24529 16416/16860/24523 -f 13912/14115/24520 16413/16857/24519 13911/14114/24004 -f 16244/16525/24005 13911/14114/24004 16413/16857/24519 -f 16426/14110/24532 16424/16866/24533 13908/14107/24534 -f 13908/14107/24534 16424/16866/24533 16425/16533/24017 -f 16425/16533/24017 13909/14111/24016 13908/14107/24534 -f 15940/16219/24023 16428/16536/24024 16427/16218/24535 -f 16430/16867/24536 16425/16533/24017 16424/16866/24533 -f 16431/16868/24537 16430/16867/24536 16424/16866/24533 -f 16431/16868/24537 16424/16866/24533 16426/14110/24532 -f 16426/14110/24532 16427/16218/24535 16431/16868/24537 -f 16432/16869/24538 16429/16870/24539 16430/16867/24536 -f 16432/16869/24538 16430/16867/24536 16431/16868/24537 -f 16247/16537/24025 16429/16870/24539 16432/16869/24538 -f 16432/16869/24540 16431/16868/24537 16427/16218/24535 -f 16247/16537/24025 16432/16869/24538 16433/16744/24337 -f 16433/16744/24335 16432/16869/24541 16428/16536/24334 -f 16428/16536/24024 16432/16869/24540 16427/16218/24535 -f 16438/16532/24015 16425/16533/24017 16434/16871/24542 -f 16434/16871/24542 16425/16533/24017 16430/16867/24536 -f 16434/16871/24542 16430/16867/24536 16429/16870/24539 -f 16434/16871/24542 16429/16870/24539 16441/16872/24543 -f 16247/16537/24025 16282/16539/24027 16435/16873/24544 -f 16247/16537/24025 16435/16873/24544 16429/16870/24539 -f 16429/16870/24539 16435/16873/24544 16441/16872/24543 -f 16439/16874/24545 16438/16532/24015 16434/16871/24542 -f 16440/16875/24546 16437/16876/24547 16439/16874/24545 -f 16440/16875/24546 16439/16874/24545 16434/16871/24542 -f 16442/16877/24548 16437/16876/24547 16440/16875/24546 -f 16441/16872/24543 16440/16875/24546 16434/16871/24542 -f 16436/16878/24549 16442/16877/24548 16440/16875/24546 -f 16443/16879/24550 16440/16875/24546 16441/16872/24543 -f 16436/16878/24549 16440/16875/24546 14455/14746/21805 -f 14455/14746/21805 16440/16875/24546 16443/16879/24551 -f 16443/16879/24550 16441/16872/24543 16444/16661/24215 -f 16444/16661/24215 16441/16872/24543 16435/16873/24544 -f 16445/16662/24217 14455/14746/21805 16443/16879/24551 -f 16445/16662/24216 16443/16879/24550 16444/16661/24215 -f 16282/16539/24027 16444/16661/24215 16435/16873/24544 -f 13909/14111/24552 16438/16532/24015 16446/16880/24553 -f 16446/16880/24553 16438/16532/24015 16439/16874/24545 -f 16447/16881/24554 16446/16880/24553 16437/16876/24547 -f 16446/16880/24553 16439/16874/24545 16437/16876/24547 -f 16447/16881/24554 16437/16876/24547 16442/16877/24548 -f 16447/16881/24554 16442/16877/24548 16448/16882/24555 -f 16448/16882/24555 16442/16877/24548 16436/16878/24549 -f 16448/16882/24555 16436/16878/24549 16449/14623/21650 -f 16449/14623/21650 16436/16878/24549 14455/14746/21805 -f 16453/14105/24556 16452/16883/24557 13905/14106/24558 -f 16452/16883/24557 16450/16884/24559 13905/14106/24558 -f 13905/14106/24558 16450/16884/24559 15939/16221/24021 -f 15939/16221/24021 16450/16884/24559 16451/16535/24022 -f 13903/14103/24020 16456/16885/24560 16453/14105/24556 -f 16456/16885/24560 13903/14103/24020 16246/16534/24019 -f 16456/16885/24560 16246/16534/24019 16455/16886/24561 -f 16456/16885/24560 16455/16886/24561 16457/16887/24562 -f 16452/16883/24557 16453/14105/24556 16456/16885/24560 -f 16452/16883/24557 16456/16885/24560 16458/16888/24563 -f 16458/16888/24563 16456/16885/24560 16457/16887/24562 -f 16459/16889/24564 16452/16883/24557 16458/16888/24563 -f 16450/16884/24559 16452/16883/24557 16459/16889/24565 -f 16460/16890/24566 16459/16889/24564 16458/16888/24563 -f 16461/16745/24336 16450/16884/24559 16459/16889/24565 -f 16461/16745/24338 16459/16889/24564 16460/16890/24566 -f 16451/16535/24022 16450/16884/24559 16461/16745/24336 -f 16461/16745/24338 16460/16890/24566 16454/16538/24026 -f 16460/16890/24566 16464/16891/24567 16454/16538/24026 -f 16454/16538/24026 16464/16891/24567 16462/16540/24028 -f 16458/16888/24563 16463/16892/24568 16460/16890/24566 -f 16460/16890/24566 16463/16892/24568 16464/16891/24567 -f 16463/16892/24568 16458/16888/24563 16457/16887/24562 -f 16457/16887/24562 16465/16893/24569 16463/16892/24568 -f 16457/16887/24562 16455/16886/24561 16465/16893/24569 -f 16455/16886/24561 16246/16534/24019 16466/16894/24570 -f 16465/16893/24569 16455/16886/24561 16466/16894/24570 -f 13902/14102/24571 16467/16895/24572 16466/16894/24570 -f 16467/16895/24572 16465/16893/24569 16466/16894/24570 -f 16463/16892/24568 16465/16893/24569 16468/16896/24573 -f 16468/16896/24574 16465/16893/24569 16467/16895/24572 -f 16469/16897/24575 16468/16896/24574 16467/16895/24572 -f 16464/16891/24567 16463/16892/24568 16470/16898/24576 -f 16470/16898/24576 16463/16892/24568 16468/16896/24573 -f 16470/16898/24577 16468/16896/24574 16469/16897/24575 -f 16462/16540/24028 16464/16891/24567 16470/16898/24576 -f 16470/16898/24577 16469/16897/24575 16472/16663/24219 -f 16472/16663/24219 16469/16897/24575 16471/16899/24578 -f 16473/16660/24214 16462/16540/24028 16470/16898/24576 -f 16473/16660/24218 16470/16898/24577 16472/16663/24219 -f 16283/14747/21806 16472/16663/24219 16471/16899/24578 -f 16476/16900/24579 17358/16901/24580 16471/16899/24578 -f 16471/16899/24578 17358/16901/24580 16474/14748/21807 -f 16471/16899/24578 16474/14748/21807 16283/14747/21806 -f 16469/16897/24575 16476/16900/24579 16471/16899/24578 -f 13902/14102/24571 16475/16902/24581 16467/16895/24572 -f 16467/16895/24572 16475/16902/24581 16476/16900/24579 -f 16467/16895/24572 16476/16900/24579 16469/16897/24575 -f 13902/14102/24571 16466/16894/24570 13901/14101/24018 -f 16246/16534/24019 13901/14101/24018 16466/16894/24570 -f 16477/14097/24582 16478/16903/24583 13898/14094/24584 -f 13898/14094/24584 16478/16903/24583 16479/16904/24585 -f 16479/16904/24585 13899/14098/24586 13898/14094/24584 -f 15944/16226/24033 16480/16542/24032 15942/16223/24587 -f 16482/16905/24588 16479/16904/24585 16478/16903/24583 -f 16483/16906/24589 16482/16905/24588 16478/16903/24583 -f 16481/16907/24590 16482/16905/24588 16483/16906/24591 -f 16477/14097/24582 15942/16223/24587 16484/16908/24592 -f 16484/16908/24592 16483/16906/24589 16478/16903/24583 -f 16484/16908/24592 16478/16903/24583 16477/14097/24582 -f 16485/16909/24593 16481/16907/24590 16483/16906/24589 -f 16485/16909/24593 16483/16906/24589 16484/16908/24592 -f 16486/16910/24594 16481/16907/24590 16485/16909/24593 -f 16485/16909/24593 16484/16908/24592 16480/16542/24032 -f 16480/16542/24032 16484/16908/24592 15942/16223/24587 -f 16486/16910/24594 16485/16909/24593 16487/16748/24341 -f 16487/16748/24341 16485/16909/24593 16488/16746/24339 -f 16488/16746/24339 16485/16909/24593 16480/16542/24032 -f 16249/16544/24036 16486/16910/24594 16487/16748/24341 -f 16479/16904/24585 16482/16905/24588 16489/16911/24595 -f 16490/16912/24596 16482/16905/24588 16481/16907/24590 -f 16490/16912/24596 16481/16907/24590 16496/16913/24597 -f 16249/16544/24036 16491/16546/24038 16486/16910/24594 -f 16486/16910/24594 16491/16546/24038 16492/16914/24598 -f 16486/16910/24594 16492/16914/24598 16481/16907/24590 -f 16481/16907/24590 16492/16914/24598 16496/16913/24597 -f 16482/16905/24588 16490/16912/24596 16489/16911/24595 -f 16490/16912/24596 16495/16915/24599 16489/16911/24595 -f 16494/16916/24600 16495/16915/24599 16490/16912/24596 -f 16496/16913/24601 16494/16916/24600 16490/16912/24596 -f 16493/16917/24602 16497/16918/24603 16494/16916/24604 -f 16493/16917/24602 16494/16916/24604 16498/16919/24605 -f 16498/16919/24606 16494/16916/24600 16496/16913/24601 -f 16499/16665/24221 16498/16919/24607 16496/16913/24608 -f 16499/16665/24221 16496/16913/24608 16492/16914/24598 -f 16500/16667/24223 16493/16917/24602 16498/16919/24605 -f 16499/16665/24221 16492/16914/24598 16491/16546/24038 -f 14454/14743/21802 16493/16917/24602 16500/16667/24223 -f 16500/16667/24223 16498/16919/24609 16499/16665/24221 -f 13899/14098/24586 16479/16904/24585 16489/16911/24595 -f 16501/16920/24610 13899/14098/24611 16495/16915/24612 -f 13899/14098/24611 16489/16911/24613 16495/16915/24612 -f 16502/16921/24614 16501/16920/24610 16494/16916/24615 -f 16501/16920/24610 16495/16915/24612 16494/16916/24615 -f 16502/16921/24614 16494/16916/24615 16497/16918/24616 -f 16502/16921/24614 16497/16918/24616 16503/16922/24617 -f 16503/16922/24617 16497/16918/24616 16493/16917/24602 -f 16503/16922/24617 16493/16917/24602 16504/14744/21803 -f 16504/14744/21803 16493/16917/24602 14454/14743/21802 -f 16508/14092/24618 16507/16923/24619 13895/14093/24620 -f 16507/16923/24619 16505/16228/24621 13895/14093/24620 -f 16505/16228/24621 16506/16543/24035 15947/16225/24034 -f 16508/14092/24618 13893/14090/24622 16248/16541/24030 -f 16508/14092/24618 16248/16541/24030 16511/16924/24623 -f 16507/16923/24619 16508/14092/24618 16511/16924/24623 -f 16507/16923/24619 16511/16924/24623 16512/16925/24624 -f 16513/16926/24625 16507/16923/24619 16512/16925/24624 -f 16505/16228/24621 16507/16923/24619 16513/16926/24626 -f 16514/16927/24627 16513/16926/24625 16512/16925/24624 -f 16510/16749/24342 16513/16926/24625 16514/16927/24627 -f 16506/16543/24035 16505/16228/24621 16513/16926/24626 -f 16506/16543/24035 16513/16926/24626 16515/16747/24340 -f 16515/16747/24340 16513/16926/24625 16510/16749/24342 -f 16509/16545/24037 16510/16749/24342 16514/16927/24627 -f 16514/16927/24627 16518/16928/24628 16516/16547/24039 -f 16514/16927/24627 16516/16547/24039 16509/16545/24037 -f 16512/16925/24624 16517/16929/24629 16518/16928/24628 -f 16512/16925/24624 16518/16928/24628 16514/16927/24627 -f 16517/16929/24629 16512/16925/24624 16511/16924/24623 -f 16511/16924/24623 16519/16930/24630 16517/16929/24629 -f 16519/16930/24630 16511/16924/24623 16520/16931/24631 -f 16511/16924/24623 16248/16541/24030 16520/16931/24631 -f 16519/16930/24630 16520/16931/24631 16521/16932/24632 -f 13892/14089/24633 16522/16933/24634 16521/16932/24632 -f 16522/16933/24634 16519/16930/24635 16521/16932/24632 -f 16523/16934/24636 16517/16929/24629 16519/16930/24630 -f 16523/16934/24637 16519/16930/24635 16522/16933/24634 -f 16524/16935/24638 16523/16934/24637 16522/16933/24634 -f 16518/16928/24628 16517/16929/24629 16523/16934/24636 -f 16525/16936/24639 16518/16928/24628 16523/16934/24636 -f 16525/16936/24640 16523/16934/24637 16524/16935/24638 -f 16516/16547/24039 16518/16928/24628 16527/16664/24220 -f 16527/16664/24220 16518/16928/24628 16525/16936/24639 -f 16525/16936/24640 16524/16935/24638 16528/16668/24224 -f 16528/16668/24224 16524/16935/24638 16526/16937/24641 -f 16529/16666/24222 16527/16664/24220 16525/16936/24639 -f 16529/16666/24222 16525/16936/24640 16528/16668/24224 -f 16528/16668/24224 16526/16937/24641 14452/14740/21797 -f 16532/16938/24642 17368/16939/24643 16526/16937/24641 -f 16526/16937/24641 17368/16939/24643 16530/14741/21798 -f 16526/16937/24641 16530/14741/21798 14452/14740/21797 -f 16524/16935/24638 16532/16938/24642 16526/16937/24641 -f 13892/14089/24633 16531/16940/24644 16522/16933/24634 -f 16522/16933/24634 16531/16940/24644 16532/16938/24642 -f 16522/16933/24634 16532/16938/24642 16524/16935/24638 -f 13892/14089/24633 16521/16932/24632 16520/16931/24631 -f 13892/14089/24633 16520/16931/24631 13891/14088/24029 -f 16248/16541/24030 13891/14088/24029 16520/16931/24631 -f 16533/14083/24645 16534/16941/24646 13886/14081/24647 -f 16538/16942/24648 13889/14085/24649 13886/14081/24647 -f 15951/16229/24045 16535/16550/24044 15948/16230/24650 -f 16539/16943/24651 16538/16942/24648 13886/14081/24647 -f 16539/16943/24651 13886/14081/24647 16534/16941/24646 -f 16537/16944/24652 16539/16943/24651 16534/16941/24646 -f 16533/14083/24645 15949/16231/24653 16540/16945/24654 -f 16540/16945/24654 16537/16944/24652 16534/16941/24646 -f 16540/16945/24654 16534/16941/24646 16533/14083/24645 -f 16541/16946/24655 16536/16947/24656 16537/16944/24652 -f 16541/16946/24655 16537/16944/24652 16540/16945/24654 -f 16542/16948/24657 16536/16947/24656 16541/16946/24655 -f 16541/16946/24658 16540/16945/24654 15948/16230/24650 -f 15948/16230/24650 16540/16945/24654 15949/16231/24653 -f 16535/16550/24044 16541/16946/24658 15948/16230/24650 -f 16251/16551/24347 16542/16948/24657 16541/16946/24655 -f 16251/16551/24347 16541/16946/24655 16308/16750/24345 -f 16308/16750/24343 16541/16946/24658 16535/16550/24044 -f 16538/16942/24648 16539/16943/24651 16543/16949/24659 -f 16543/16949/24659 16539/16943/24651 16537/16944/24652 -f 16543/16949/24659 16537/16944/24652 16536/16947/24656 -f 16543/16949/24659 16536/16947/24656 16550/16950/24660 -f 16251/16551/24047 16544/16553/24049 16542/16948/24657 -f 16542/16948/24657 16544/16553/24049 16545/16951/24661 -f 16542/16948/24657 16545/16951/24661 16536/16947/24656 -f 16536/16947/24656 16545/16951/24661 16550/16950/24660 -f 16549/16952/24662 16548/16953/24663 16543/16949/24659 -f 16548/16953/24663 16538/16942/24648 16543/16949/24659 -f 16547/16954/24664 16549/16952/24662 16543/16949/24659 -f 16550/16950/24665 16547/16954/24664 16543/16949/24659 -s 494 -f 16546/16955/24666 16551/16956/24667 16547/16954/24668 -f 16546/16955/24666 16547/16954/24668 16552/16957/24669 -s 39 -f 16552/16957/24670 16547/16954/24664 16550/16950/24665 -s 495 -f 16553/16671/24231 16552/16957/24671 16550/16950/24672 -f 16553/16671/24231 16550/16950/24672 16545/16951/24673 -s 494 -f 16554/16669/24227 16546/16955/24666 16552/16957/24669 -s 495 -f 16554/16669/24230 16552/16957/24671 16553/16671/24231 -s 39 -f 16553/16671/24234 16545/16951/24661 16544/16553/24049 -s 494 -f 14371/14609/24226 16546/16955/24666 16554/16669/24227 -s 39 -f 13889/14085/24649 16538/16942/24648 16548/16953/24663 -f 13889/14085/24649 16548/16953/24663 16555/16958/24674 -f 16555/16958/24674 16548/16953/24663 16549/16952/24675 -f 16556/16959/24676 16555/16958/24674 16547/16954/24677 -f 16555/16958/24674 16549/16952/24675 16547/16954/24677 -f 16556/16959/24676 16547/16954/24677 16551/16956/24678 -f 16556/16959/24676 16551/16956/24678 16557/16960/24679 -f 16557/16960/24679 16551/16956/24678 16546/16955/24680 -f 16557/16960/24679 16546/16955/24680 14370/14608/21633 -f 14370/14608/21633 16546/16955/24680 14371/14609/21634 -f 16560/14080/24681 16558/16961/24682 15952/16233/24046 -f 16558/16961/24682 16559/16549/24043 15952/16233/24046 -f 16565/16962/24683 16561/14079/24684 13884/14077/24042 -f 16565/16962/24683 13884/14077/24042 16250/16548/24041 -f 16565/16962/24683 16250/16548/24041 16564/16963/24685 -f 16565/16962/24686 16564/16963/24687 16566/16964/24688 -f 16560/14080/24689 16561/14079/24684 16565/16962/24683 -f 16567/16965/24690 16565/16962/24686 16566/16964/24688 -f 16568/16966/24691 16560/14080/24689 16565/16962/24683 -f 16568/16966/24692 16565/16962/24686 16567/16965/24690 -f 16558/16961/24693 16560/14080/24689 16568/16966/24691 -f 16569/16967/24694 16568/16966/24692 16567/16965/24690 -f 16570/16751/24344 16558/16961/24682 16568/16966/24695 -f 16570/16751/24696 16568/16966/24692 16563/16752/24349 -f 16563/16752/24349 16568/16966/24692 16569/16967/24694 -f 16559/16549/24043 16558/16961/24682 16570/16751/24344 -f 16562/16552/24048 16563/16752/24349 16569/16967/24694 -f 16569/16967/24694 16573/16968/24697 16571/16554/24050 -f 16569/16967/24694 16571/16554/24050 16562/16552/24048 -f 16567/16965/24690 16572/16969/24698 16573/16968/24697 -f 16567/16965/24690 16573/16968/24697 16569/16967/24694 -f 16572/16969/24698 16567/16965/24690 16566/16964/24688 -f 16566/16964/24688 16574/16970/24699 16572/16969/24698 -f 16566/16964/24688 16564/16963/24687 16574/16970/24699 -f 16564/16963/24687 16250/16548/24041 16575/16971/24700 -f 16574/16970/24699 16564/16963/24687 16575/16971/24700 -f 13883/14076/24701 16576/16972/24702 16575/16971/24700 -f 16576/16972/24702 16574/16970/24699 16575/16971/24700 -f 16572/16969/24698 16574/16970/24699 16577/16973/24703 -f 16577/16973/24703 16574/16970/24699 16576/16972/24702 -f 16578/16974/24704 16577/16973/24703 16576/16972/24702 -f 16573/16968/24697 16572/16969/24698 16577/16973/24705 -f 16573/16968/24697 16577/16973/24705 16579/16975/24706 -f 16579/16975/24707 16577/16973/24703 16578/16974/24704 -s 494 -f 16580/16976/24708 16579/16975/24709 16578/16974/24710 -s 39 -f 16571/16554/24050 16573/16968/24697 16581/16672/24233 -f 16581/16672/24233 16573/16968/24697 16579/16975/24706 -f 16581/16672/24233 16579/16975/24706 16582/16977/24711 -s 494 -f 16582/16977/24712 16579/16975/24709 16580/16976/24708 -f 16583/14610/24225 16582/16977/24712 16580/16976/24708 -s 495 -f 16581/16672/24232 16582/16977/24713 16284/16670/24229 -s 494 -f 16284/16670/24228 16582/16977/24712 16583/14610/24225 -s 39 -f 16586/16978/24714 17377/16979/24715 16580/16976/24716 -f 16580/16976/24716 17377/16979/24715 16584/14736/21793 -f 16580/16976/24716 16584/14736/21793 16583/14610/21635 -f 16578/16974/24717 16586/16978/24714 16580/16976/24716 -f 13883/14076/24701 16585/16980/24718 16576/16972/24702 -f 16576/16972/24702 16585/16980/24718 16586/16978/24714 -f 16576/16972/24702 16586/16978/24714 16578/16974/24717 -f 13883/14076/24701 16575/16971/24700 13882/14075/24040 -f 16250/16548/24041 13882/14075/24040 16575/16971/24700 -f 16587/16981/24719 13878/14070/24720 16589/14069/24721 -f 13878/14070/24720 16587/16981/24719 16588/16982/24722 -f 16588/16982/24722 13880/14072/24723 13878/14070/24720 -f 15956/16237/24052 16590/16555/24051 15953/16236/24724 -f 16593/16983/24725 16588/16982/24722 16587/16981/24719 -f 16592/16984/24726 16593/16983/24725 16587/16981/24719 -f 16587/16981/24719 16589/14069/24721 16594/16985/24727 -f 16594/16985/24727 16592/16984/24726 16587/16981/24719 -f 16589/14069/24721 15953/16236/24724 16594/16985/24727 -f 16595/16986/24728 16591/16987/24729 16592/16984/24726 -f 16595/16986/24728 16592/16984/24726 16594/16985/24727 -f 16596/16988/24730 16591/16987/24729 16595/16986/24728 -f 16595/16986/24731 16594/16985/24727 15953/16236/24724 -f 16590/16555/24051 16595/16986/24731 15953/16236/24724 -f 16252/16557/24055 16596/16988/24730 16595/16986/24728 -f 16252/16557/24055 16595/16986/24728 16309/16754/24352 -f 16309/16754/24351 16595/16986/24731 16590/16555/24051 -f 16588/16982/24722 16593/16983/24725 16597/16989/24732 -f 16593/16983/24725 16592/16984/24726 16598/16990/24733 -f 16598/16990/24733 16592/16984/24726 16591/16987/24729 -f 16598/16990/24733 16591/16987/24729 16604/16991/24734 -f 16252/16557/24055 16287/16559/24057 16596/16988/24730 -f 16596/16988/24730 16287/16559/24057 16599/16992/24735 -f 16596/16988/24730 16599/16992/24735 16591/16987/24729 -f 16591/16987/24729 16599/16992/24735 16604/16991/24734 -f 16593/16983/24725 16598/16990/24733 16597/16989/24732 -f 16598/16990/24733 16602/16993/24736 16597/16989/24732 -f 16603/16994/24737 16601/16995/24738 16602/16993/24736 -f 16603/16994/24737 16602/16993/24736 16598/16990/24733 -f 16605/16996/24739 16601/16995/24740 16603/16994/24741 -f 16604/16991/24734 16603/16994/24737 16598/16990/24733 -f 16600/16997/24742 16605/16996/24739 16603/16994/24741 -f 16606/16998/24743 16603/16994/24737 16604/16991/24734 -f 16600/16997/24742 16603/16994/24741 16607/16673/24235 -f 16607/16673/24235 16603/16994/24741 16606/16998/24744 -f 16606/16998/24743 16604/16991/24734 16608/16677/24239 -f 16608/16677/24239 16604/16991/24734 16599/16992/24735 -f 14451/14738/21795 16600/16997/24742 16607/16673/24235 -f 16609/16675/24237 16607/16673/24235 16606/16998/24744 -f 16609/16675/24237 16606/16998/24744 16608/16677/24239 -f 16287/16559/24057 16608/16677/24239 16599/16992/24735 -f 13880/14072/24723 16588/16982/24722 16597/16989/24732 -f 13880/14072/24723 16597/16989/24732 16610/16999/24745 -f 16610/16999/24745 16597/16989/24732 16602/16993/24746 -f 16611/17000/24747 16610/16999/24745 16601/16995/24740 -f 16610/16999/24745 16602/16993/24746 16601/16995/24740 -f 16611/17000/24747 16601/16995/24740 16605/16996/24739 -f 16611/17000/24747 16605/16996/24739 16612/17001/24748 -f 16612/17001/24748 16605/16996/24739 16600/16997/24742 -f 16612/17001/24748 16600/16997/24742 16613/14739/21796 -f 16613/14739/21796 16600/16997/24742 14451/14738/21795 -f 16616/14068/24749 16614/17002/24750 15958/16240/24751 -f 16614/17002/24750 16615/16556/24053 15958/16240/24751 -f 15958/16240/24751 16615/16556/24053 15957/16239/24054 -f 16621/17003/24752 16617/14066/24753 13874/14065/24754 -f 16621/17003/24752 13874/14065/24754 16620/17004/24755 -f 16621/17003/24752 16620/17004/24755 16622/17005/24756 -f 16616/14068/24749 16617/14066/24753 16621/17003/24752 -f 16623/17006/24757 16621/17003/24752 16622/17005/24756 -f 16624/17007/24758 16616/14068/24749 16621/17003/24752 -f 16624/17007/24758 16621/17003/24752 16623/17006/24757 -f 16614/17002/24750 16616/14068/24749 16624/17007/24758 -f 16625/17008/24759 16624/17007/24758 16623/17006/24757 -f 16619/16755/24354 16624/17007/24758 16625/17008/24759 -f 16615/16556/24053 16614/17002/24750 16624/17007/24760 -f 16615/16556/24053 16624/17007/24760 16626/16753/24350 -f 16626/16753/24353 16624/17007/24758 16619/16755/24354 -f 16618/16558/24056 16619/16755/24354 16625/17008/24759 -f 16625/17008/24759 16629/17009/24761 16627/16560/24058 -f 16625/17008/24759 16627/16560/24058 16618/16558/24056 -f 16623/17006/24757 16628/17010/24762 16629/17009/24761 -f 16623/17006/24757 16629/17009/24761 16625/17008/24759 -f 16628/17010/24762 16623/17006/24757 16622/17005/24756 -f 16622/17005/24756 16630/17011/24763 16628/17010/24762 -f 16622/17005/24756 16620/17004/24755 16630/17011/24763 -f 16620/17004/24755 13874/14065/24754 16631/17012/24764 -f 16630/17011/24763 16620/17004/24755 16631/17012/24764 -f 13877/14064/24765 16632/17013/24766 16631/17012/24764 -f 16632/17013/24766 16630/17011/24763 16631/17012/24764 -f 16628/17010/24762 16630/17011/24763 16633/17014/24767 -f 16633/17014/24767 16630/17011/24763 16632/17013/24766 -f 16634/17015/24768 16633/17014/24767 16632/17013/24766 -f 16629/17009/24761 16628/17010/24762 16633/17014/24769 -f 16629/17009/24761 16633/17014/24769 16635/17016/24770 -f 16635/17016/24771 16633/17014/24767 16634/17015/24768 -f 16636/17017/24772 16635/17016/24773 16634/17015/24774 -f 16627/16560/24058 16629/17009/24761 16637/16678/24240 -f 16637/16678/24240 16629/17009/24761 16635/17016/24770 -f 16637/16678/24240 16635/17016/24770 16638/17018/24775 -f 16638/17018/24776 16635/17016/24773 16636/17017/24772 -f 16639/16674/24236 16638/17018/24776 16636/17017/24772 -f 16637/16678/24240 16638/17018/24777 16286/16676/24238 -f 16286/16676/24238 16638/17018/24776 16639/16674/24236 -f 16285/14734/21790 16639/16674/24236 16636/17017/24772 -f 16642/17019/24778 16640/14732/21788 16636/17017/24772 -f 16636/17017/24772 16640/14732/21788 16285/14734/21790 -f 16634/17015/24779 16642/17019/24778 16636/17017/24772 -f 13877/14064/24765 16641/17020/24780 16632/17013/24766 -f 16632/17013/24766 16641/17020/24780 16642/17019/24778 -f 16632/17013/24766 16642/17019/24778 16634/17015/24779 -f 13877/14064/24765 16631/17012/24764 13876/14063/24781 -f 13874/14065/24754 13876/14063/24781 16631/17012/24764 -s 580 -f 15959/14056/24782 16643/17021/24783 16644/17022/24784 -f 15959/14056/24782 16644/17022/24784 13871/14057/24785 -s 39 -f 13871/14057/24786 16644/17022/24787 16645/14059/24061 -f 16649/17023/24788 16645/14059/24061 16644/17022/24787 -f 16648/17024/24789 16649/17023/24788 16644/17022/24787 -f 16650/17025/24790 16648/17024/24789 16644/17022/24787 -f 16647/17026/24791 16648/17024/24789 16650/17025/24790 -s 580 -f 16650/17025/24792 16644/17022/24784 16643/17021/24783 -s 39 -f 16651/17027/24793 16647/17026/24791 16650/17025/24790 -f 16651/17027/24793 16650/17025/24790 16643/17021/24794 -f 16253/16564/24066 16647/17026/24791 16651/17027/24793 -f 16651/17027/24795 16643/17021/24796 15960/16241/24065 -f 15960/16241/24065 16643/17021/24796 15959/14056/24797 -f 16253/16564/24066 16651/17027/24793 16652/16757/24357 -f 16652/16757/24356 16651/17027/24795 16646/16563/24064 -f 16646/16563/24064 16651/17027/24795 15960/16241/24065 -f 16658/16561/24059 16645/14059/24061 16649/17023/24788 -f 16658/16561/24059 16649/17023/24788 16653/17028/24798 -f 16649/17023/24788 16648/17024/24789 16654/17029/24799 -f 16654/17029/24799 16648/17024/24789 16647/17026/24791 -f 16654/17029/24799 16647/17026/24791 16660/17030/24800 -f 16253/16564/24066 16288/16566/24068 16655/17031/24801 -f 16253/16564/24066 16655/17031/24801 16647/17026/24791 -f 16647/17026/24791 16655/17031/24801 16660/17030/24800 -f 16649/17023/24788 16654/17029/24799 16653/17028/24798 -f 16654/17029/24802 16659/17032/24803 16653/17028/24798 -f 16657/17033/24804 16659/17032/24803 16654/17029/24802 -f 16653/17028/24798 16659/17032/24803 16658/16561/24059 -f 16660/17030/24800 16657/17033/24804 16654/17029/24802 -f 16656/17034/24805 16661/17035/24806 16657/17033/24807 -f 16656/17034/24805 16657/17033/24807 16662/17036/24808 -f 16662/17036/24809 16657/17033/24804 16660/17030/24800 -f 16662/17036/24809 16660/17030/24800 16663/16680/24242 -f 16663/16680/24242 16660/17030/24800 16655/17031/24801 -f 16664/16682/24245 16656/17034/24805 16662/17036/24808 -f 16664/16682/24244 16662/17036/24809 16663/16680/24242 -f 14446/14727/21783 16656/17034/24805 16664/16682/24245 -f 16288/16566/24068 16663/16680/24242 16655/17031/24801 -f 16665/17037/24810 13872/14060/24060 16659/17032/24803 -f 13872/14060/24060 16658/16561/24059 16659/17032/24803 -f 16666/17038/24811 16665/17037/24810 16657/17033/24812 -f 16665/17037/24810 16659/17032/24803 16657/17033/24812 -f 16666/17038/24811 16657/17033/24812 16661/17035/24813 -f 16666/17038/24811 16661/17035/24813 16667/17039/24814 -f 16667/17039/24814 16661/17035/24813 16656/17034/24815 -f 14446/14727/21783 16668/14735/21791 16656/17034/24815 -f 16656/17034/24815 16668/14735/21791 16667/17039/24814 -f 13868/14054/24816 16671/17040/24817 15963/16243/24818 -f 16671/17040/24817 16669/17041/24819 15963/16243/24818 -f 16669/17041/24819 16670/16562/24063 15963/16243/24818 -f 15963/16243/24818 16670/16562/24063 15961/16244/24062 -f 13868/14054/24816 16672/14053/24820 16671/17040/24817 -f 16675/17042/24821 16672/14053/24820 13867/14052/24822 -f 13867/14052/24822 16674/17043/24823 16675/17042/24821 -f 16671/17040/24817 16672/14053/24820 16675/17042/24821 -f 16671/17040/24817 16675/17042/24821 16676/17044/24824 -f 16677/17045/24825 16671/17040/24817 16676/17044/24824 -f 16669/17041/24819 16671/17040/24817 16677/17045/24826 -f 16673/16565/24067 16677/17045/24827 16676/17044/24824 -f 16670/16562/24063 16669/17041/24819 16677/17045/24826 -f 16670/16562/24063 16677/17045/24826 16678/16756/24355 -f 16678/16756/24358 16677/17045/24827 16673/16565/24067 -f 16676/17044/24824 16681/17046/24828 16673/16565/24067 -f 16673/16565/24067 16681/17046/24828 16679/16567/24069 -f 16676/17044/24824 16680/17047/24829 16681/17046/24828 -f 16680/17047/24829 16676/17044/24824 16675/17042/24821 -f 16675/17042/24821 16682/17048/24830 16680/17047/24829 -f 16682/17048/24830 16675/17042/24821 16674/17043/24831 -f 16674/17043/24831 13867/14052/24832 16683/17049/24833 -f 16682/17048/24830 16674/17043/24831 16683/17049/24833 -f 13865/14050/24834 16684/17050/24835 16683/17049/24833 -f 16684/17050/24835 16682/17048/24830 16683/17049/24833 -f 16680/17047/24829 16682/17048/24830 16685/17051/24836 -f 16685/17051/24836 16682/17048/24830 16684/17050/24835 -f 16686/17052/24837 16685/17051/24836 16684/17050/24835 -f 16681/17046/24828 16680/17047/24829 16685/17051/24838 -f 16687/17053/24839 16681/17046/24828 16685/17051/24838 -f 16687/17053/24840 16685/17051/24836 16686/17052/24837 -f 16679/16567/24069 16681/17046/24828 16689/16679/24241 -f 16689/16679/24241 16681/17046/24828 16687/17053/24839 -f 16687/17053/24840 16686/17052/24837 16690/16683/24247 -f 16690/16683/24247 16686/17052/24837 16688/17054/24841 -f 16691/16681/24243 16689/16679/24241 16687/17053/24839 -f 16691/16681/24246 16687/17053/24840 16690/16683/24247 -f 16289/14728/21784 16690/16683/24247 16688/17054/24841 -f 16694/17055/24842 16692/17056/24843 16688/17054/24841 -f 16688/17054/24841 16692/17056/24843 16693/14729/21785 -f 16688/17054/24841 16693/14729/21785 16289/14728/21784 -f 16686/17052/24837 16694/17055/24842 16688/17054/24841 -f 13865/14050/24834 17396/17057/24844 16684/17050/24835 -f 16684/17050/24835 17396/17057/24844 16694/17055/24842 -f 16684/17050/24835 16694/17055/24842 16686/17052/24837 -f 13865/14050/24834 16683/17049/24833 13866/14051/24845 -f 13867/14052/24832 13866/14051/24845 16683/17049/24833 -f 16695/14044/24846 16696/17058/24847 13862/14046/24848 -f 15966/16247/24075 16698/16570/24076 15965/16245/24849 -f 16701/17059/24850 13862/14046/24848 16696/17058/24847 -f 16700/17060/24851 16701/17059/24850 16696/17058/24847 -f 16695/14044/24846 16697/16195/24852 16702/17061/24853 -f 16702/17061/24853 16700/17060/24851 16696/17058/24847 -f 16702/17061/24853 16696/17058/24847 16695/14044/24846 -f 16703/17062/24854 16699/17063/24855 16700/17060/24851 -f 16703/17062/24854 16700/17060/24851 16702/17061/24853 -f 16255/16571/24077 16699/17063/24855 16703/17062/24854 -f 16703/17062/24856 16702/17061/24853 15965/16245/24849 -f 15965/16245/24849 16702/17061/24853 16697/16195/24852 -f 16255/16571/24077 16703/17062/24854 16704/16758/24362 -f 16704/16758/24360 16703/17062/24857 16698/16570/24359 -f 16698/16570/24076 16703/17062/24856 15965/16245/24849 -f 16710/17064/24858 13862/14046/24848 16701/17059/24850 -f 16710/17064/24858 16701/17059/24850 16705/17065/24859 -f 16701/17059/24850 16700/17060/24851 16706/17066/24860 -f 16706/17066/24860 16700/17060/24851 16699/17063/24855 -f 16706/17066/24860 16699/17063/24855 16713/17067/24861 -f 16255/16571/24077 16290/16573/24079 16707/17068/24862 -f 16255/16571/24077 16707/17068/24862 16699/17063/24855 -f 16699/17063/24855 16707/17068/24862 16713/17067/24861 -f 16701/17059/24850 16706/17066/24860 16705/17065/24859 -f 16706/17066/24863 16711/17069/24864 16705/17065/24859 -f 16712/17070/24865 16709/17071/24866 16711/17069/24864 -f 16712/17070/24865 16711/17069/24864 16706/17066/24863 -f 16705/17065/24859 16711/17069/24864 16710/17064/24858 -f 16714/17072/24867 16709/17071/24868 16712/17070/24869 -f 16713/17067/24870 16712/17070/24865 16706/17066/24863 -f 16708/17073/24871 16714/17072/24867 16712/17070/24869 -f 16715/17074/24872 16712/17070/24865 16713/17067/24870 -f 16708/17073/24871 16712/17070/24869 14445/14724/21780 -f 14445/14724/21780 16712/17070/24869 16715/17074/24873 -f 16715/17074/24872 16713/17067/24870 16716/16685/24249 -f 16716/16685/24249 16713/17067/24870 16707/17068/24862 -f 16717/16686/24253 14445/14724/21780 16715/17074/24873 -f 16717/16686/24251 16715/17074/24872 16716/16685/24249 -f 16290/16573/24079 16716/16685/24249 16707/17068/24862 -f 13864/14048/24874 13862/14046/24848 16710/17064/24858 -f 13864/14048/24874 16710/17064/24858 16718/17075/24875 -f 16718/17075/24875 16710/17064/24858 16711/17069/24864 -f 16719/17076/24876 16718/17075/24875 16709/17071/24868 -f 16718/17075/24875 16711/17069/24864 16709/17071/24868 -f 16719/17076/24876 16709/17071/24868 16714/17072/24867 -f 16719/17076/24876 16714/17072/24867 16720/17077/24877 -f 16721/17078/24878 16720/17077/24877 16708/17073/24871 -f 16720/17077/24877 16714/17072/24867 16708/17073/24871 -f 16721/17078/24878 16708/17073/24871 14444/14726/21782 -f 14444/14726/21782 16708/17073/24871 14445/14724/21780 -f 16725/14041/24879 16724/17079/24880 13859/14042/24881 -f 13859/14042/24881 16724/17079/24880 16722/17080/24882 -f 13859/14042/24881 16722/17080/24882 15967/16246/24073 -f 16722/17080/24882 16723/16569/24074 15967/16246/24073 -f 16728/17081/24883 16725/14041/24879 13857/14039/24072 -f 13857/14039/24072 16254/16568/24071 16728/17081/24883 -f 16254/16568/24071 16727/17082/24884 16728/17081/24883 -f 16724/17079/24880 16725/14041/24879 16728/17081/24883 -f 16724/17079/24880 16728/17081/24883 16729/17083/24885 -f 16730/17084/24886 16724/17079/24880 16729/17083/24885 -f 16722/17080/24882 16724/17079/24880 16730/17084/24887 -f 16731/17085/24888 16730/17084/24886 16729/17083/24885 -f 16732/16759/24361 16722/17080/24882 16730/17084/24887 -f 16732/16759/24363 16730/17084/24886 16731/17085/24888 -f 16723/16569/24074 16722/17080/24882 16732/16759/24361 -f 16732/16759/24363 16731/17085/24888 16726/16572/24078 -f 16731/17085/24888 16735/17086/24889 16733/16574/24080 -f 16731/17085/24888 16733/16574/24080 16726/16572/24078 -f 16729/17083/24885 16734/17087/24890 16735/17086/24889 -f 16729/17083/24885 16735/17086/24889 16731/17085/24888 -f 16734/17087/24890 16729/17083/24885 16728/17081/24883 -f 16728/17081/24883 16736/17088/24891 16734/17087/24890 -f 16736/17088/24891 16728/17081/24883 16727/17082/24884 -f 16727/17082/24884 16254/16568/24071 13855/14037/24070 -f 16737/17089/24892 16727/17082/24884 13855/14037/24070 -f 16736/17088/24891 16727/17082/24884 16737/17089/24892 -f 13856/14038/24893 16738/17090/24894 16737/17089/24892 -f 16738/17090/24894 16736/17088/24891 16737/17089/24892 -f 16739/17091/24895 16734/17087/24890 16736/17088/24891 -f 16739/17091/24896 16736/17088/24891 16738/17090/24894 -f 16740/17092/24897 16739/17091/24896 16738/17090/24894 -f 16735/17086/24889 16734/17087/24890 16739/17091/24895 -f 16741/17093/24898 16735/17086/24889 16739/17091/24895 -f 16741/17093/24899 16739/17091/24896 16740/17092/24897 -f 16733/16574/24080 16735/17086/24889 16743/16684/24248 -f 16743/16684/24248 16735/17086/24889 16741/17093/24898 -f 16741/17093/24899 16740/17092/24897 16744/16687/24254 -f 16744/16687/24254 16740/17092/24897 16742/17094/24900 -f 16743/16684/24250 16741/17093/24901 16744/16687/24252 -f 16291/14725/21781 16744/16687/24254 16742/17094/24900 -f 16746/17095/24902 16745/17096/24903 16742/17094/24900 -f 16742/17094/24900 16745/17096/24903 14443/14723/21779 -f 16742/17094/24900 14443/14723/21779 16291/14725/21781 -f 16740/17092/24897 16746/17095/24902 16742/17094/24900 -f 13856/14038/24893 17406/17097/24904 16738/17090/24894 -f 16738/17090/24894 17406/17097/24904 16746/17095/24902 -f 16738/17090/24894 16746/17095/24902 16740/17092/24897 -f 13856/14038/24893 16737/17089/24892 13855/14037/24070 -f 16747/14033/24905 16748/17098/24906 13852/14030/24907 -f 13852/14030/24907 16748/17098/24906 16749/17099/24908 -f 16749/17099/24908 13853/14034/24909 13852/14030/24907 -f 15972/16252/24088 16751/16577/24087 15970/16253/24910 -f 16755/17100/24911 16754/17101/24912 16749/17099/24908 -f 16755/17100/24911 16749/17099/24908 16748/17098/24906 -f 16753/17102/24913 16755/17100/24911 16748/17098/24906 -f 16747/14033/24905 16750/16250/24914 16756/17103/24915 -f 16756/17103/24915 16753/17102/24913 16748/17098/24906 -f 16756/17103/24915 16748/17098/24906 16747/14033/24905 -f 16757/17104/24916 16752/17105/24917 16753/17102/24913 -f 16757/17104/24916 16753/17102/24913 16756/17103/24915 -f 16758/17106/24918 16752/17105/24917 16757/17104/24916 -f 16757/17104/24919 16756/17103/24915 15970/16253/24910 -f 15970/16253/24910 16756/17103/24915 16750/16250/24914 -f 16758/17106/24918 16757/17104/24916 16759/16761/24365 -f 16759/16761/24365 16757/17104/24916 16751/16577/24087 -f 16751/16577/24087 16757/17104/24919 15970/16253/24910 -f 16257/16578/24089 16758/17106/24918 16759/16761/24365 -f 16754/17101/24912 16755/17100/24911 16753/17102/24913 -f 16754/17101/24912 16753/17102/24913 16760/17107/24920 -f 16760/17107/24920 16753/17102/24913 16752/17105/24917 -f 16760/17107/24920 16752/17105/24917 16767/17108/24921 -f 16257/16578/24089 16761/16580/24091 16758/17106/24918 -f 16758/17106/24918 16761/16580/24091 16762/17109/24922 -f 16758/17106/24918 16762/17109/24922 16752/17105/24917 -f 16752/17105/24917 16762/17109/24922 16767/17108/24921 -f 16765/17110/24923 16749/17099/24908 16754/17101/24912 -f 16766/17111/24924 16765/17110/24923 16754/17101/24912 -f 16766/17111/24924 16754/17101/24912 16760/17107/24920 -f 16764/17112/24925 16766/17111/24924 16760/17107/24920 -f 16767/17108/24926 16764/17112/24925 16760/17107/24920 -f 16763/17113/24927 16768/17114/24928 16764/17112/24929 -f 16763/17113/24927 16764/17112/24929 16769/17115/24930 -f 16769/17115/24931 16764/17112/24925 16767/17108/24926 -f 16770/16688/24255 16769/17115/24932 16767/17108/24933 -f 16770/16688/24255 16767/17108/24933 16762/17109/24934 -f 16771/16691/24259 16763/17113/24927 16769/17115/24930 -f 16771/16691/24258 16769/17115/24932 16770/16688/24255 -f 16770/16688/24255 16762/17109/24922 16761/16580/24091 -f 14441/14720/21776 16763/17113/24927 16771/16691/24259 -f 13853/14034/24909 16749/17099/24908 16765/17110/24923 -f 13853/14034/24909 16765/17110/24923 16772/17116/24935 -f 16772/17116/24935 16765/17110/24923 16766/17111/24936 -f 16773/17117/24937 16772/17116/24935 16764/17112/24938 -f 16772/17116/24935 16766/17111/24936 16764/17112/24938 -f 16773/17117/24937 16764/17112/24938 16768/17114/24939 -f 16773/17117/24937 16768/17114/24939 16774/17118/24940 -f 16775/17119/24941 16774/17118/24940 16763/17113/24942 -f 16774/17118/24940 16768/17114/24939 16763/17113/24942 -f 16775/17119/24941 16763/17113/24942 14442/14722/21778 -f 14442/14722/21778 16763/17113/24942 14441/14720/21776 -f 16779/14028/24943 16778/17120/24944 13849/14029/24945 -f 16778/17120/24944 16776/17121/24946 13849/14029/24945 -f 13849/14029/24945 16776/17121/24946 15975/16256/24084 -f 16776/17121/24946 16777/16576/24085 15975/16256/24084 -f 16779/14028/24943 13847/14026/24947 16256/16575/24948 -f 16779/14028/24943 16256/16575/24948 16782/17122/24949 -f 16778/17120/24944 16779/14028/24943 16782/17122/24949 -f 16778/17120/24944 16782/17122/24949 16783/17123/24950 -f 16784/17124/24951 16778/17120/24944 16783/17123/24950 -f 16776/17121/24946 16778/17120/24944 16784/17124/24952 -f 16785/17125/24953 16784/17124/24951 16783/17123/24950 -f 16786/16760/24364 16776/17121/24946 16784/17124/24952 -f 16786/16760/24954 16784/17124/24951 16781/16762/24367 -f 16781/16762/24367 16784/17124/24951 16785/17125/24953 -f 16777/16576/24085 16776/17121/24946 16786/16760/24364 -f 16780/16579/24090 16781/16762/24367 16785/17125/24953 -f 16785/17125/24953 16789/17126/24955 16787/16581/24092 -f 16785/17125/24953 16787/16581/24092 16780/16579/24090 -f 16783/17123/24950 16788/17127/24956 16789/17126/24955 -f 16783/17123/24950 16789/17126/24955 16785/17125/24953 -f 16788/17127/24956 16783/17123/24950 16782/17122/24949 -f 16782/17122/24949 16790/17128/24957 16788/17127/24956 -f 16782/17122/24949 16256/16575/24082 16790/17128/24957 -f 16790/17128/24957 16256/16575/24082 13845/14024/24081 -f 16791/17129/24958 16790/17128/24957 13845/14024/24081 -f 13846/14025/24959 16792/17130/24960 16791/17129/24958 -f 16788/17127/24956 16790/17128/24957 16793/17131/24961 -f 16793/17131/24961 16790/17128/24957 16791/17129/24958 -f 16793/17131/24961 16791/17129/24958 16792/17130/24960 -f 16794/17132/24962 16793/17131/24961 16792/17130/24960 -f 16789/17126/24955 16788/17127/24956 16793/17131/24963 -f 16795/17133/24964 16789/17126/24955 16793/17131/24963 -f 16795/17133/24965 16793/17131/24961 16794/17132/24962 -f 16787/16581/24092 16789/17126/24955 16797/16689/24256 -f 16797/16689/24256 16789/17126/24955 16795/17133/24964 -f 16795/17133/24965 16794/17132/24962 16798/16692/24261 -f 16798/16692/24261 16794/17132/24962 16796/17134/24966 -f 16799/16690/24257 16797/16689/24256 16795/17133/24964 -f 16799/16690/24260 16795/17133/24965 16798/16692/24261 -f 16292/14721/21777 16798/16692/24261 16796/17134/24966 -f 16803/17135/24967 16800/17136/24968 16796/17134/24966 -f 16796/17134/24966 16800/17136/24968 16801/14711/21766 -f 16796/17134/24966 16801/14711/21766 16292/14721/21777 -f 16794/17132/24962 16803/17135/24967 16796/17134/24966 -f 13846/14025/24959 16802/17137/24969 16792/17130/24960 -f 16792/17130/24960 16802/17137/24969 16803/17135/24967 -f 16792/17130/24960 16803/17135/24967 16794/17132/24962 -f 13846/14025/24959 16791/17129/24958 13845/14024/24081 -f 16804/14020/24970 16805/17138/24971 13842/14017/24972 -f 13842/14017/24972 16805/17138/24971 16806/17139/24973 -f 16806/17139/24973 13843/14021/24974 13842/14017/24972 -f 16807/16583/24096 15976/16308/24975 15978/16304/24097 -f 16811/17140/24976 16810/17141/24977 16806/17139/24973 -f 16811/17140/24976 16806/17139/24973 16805/17138/24971 -f 16809/17142/24978 16811/17140/24976 16805/17138/24971 -f 16804/14020/24970 15977/16258/24979 16812/17143/24980 -f 16812/17143/24980 16809/17142/24978 16805/17138/24971 -f 16812/17143/24980 16805/17138/24971 16804/14020/24970 -f 16813/17144/24981 16808/17145/24982 16809/17142/24978 -f 16813/17144/24981 16809/17142/24978 16812/17143/24980 -f 16259/16585/24100 16808/17145/24982 16813/17144/24981 -f 16813/17144/24983 16812/17143/24980 15976/16308/24975 -f 15976/16308/24975 16812/17143/24980 15977/16258/24979 -f 16807/16583/24096 16813/17144/24983 15976/16308/24975 -f 16310/16763/24370 16259/16585/24100 16813/17144/24981 -f 16310/16763/24368 16813/17144/24983 16807/16583/24096 -f 16810/17141/24977 16811/17140/24976 16809/17142/24978 -f 16810/17141/24977 16809/17142/24978 16814/17146/24984 -f 16814/17146/24984 16809/17142/24978 16808/17145/24982 -f 16814/17146/24984 16808/17145/24982 16821/17147/24985 -f 16259/16585/24100 16260/16587/24102 16815/17148/24986 -f 16259/16585/24100 16815/17148/24986 16808/17145/24982 -f 16808/17145/24982 16815/17148/24986 16821/17147/24985 -f 16818/17149/24987 16806/17139/24973 16810/17141/24977 -f 16819/17150/24988 16818/17149/24987 16810/17141/24977 -f 16819/17150/24988 16810/17141/24977 16814/17146/24984 -f 16820/17151/24989 16817/17152/24990 16819/17150/24988 -f 16820/17151/24989 16819/17150/24988 16814/17146/24984 -f 16822/17153/24991 16817/17152/24990 16820/17151/24989 -f 16821/17147/24992 16820/17151/24989 16814/17146/24984 -f 16816/17154/24993 16822/17153/24991 16820/17151/24989 -f 16823/17155/24994 16820/17151/24989 16821/17147/24992 -f 16816/17154/24993 16820/17151/24989 14438/14715/21770 -f 14438/14715/21770 16820/17151/24989 16823/17155/24995 -f 16823/17155/24994 16821/17147/24992 16824/16693/24262 -f 16824/16693/24262 16821/17147/24992 16815/17148/24996 -f 16825/16696/24266 14438/14715/21770 16823/17155/24995 -f 16825/16696/24265 16823/17155/24994 16824/16693/24262 -f 16824/16693/24262 16815/17148/24986 16260/16587/24102 -f 13843/14021/24974 16806/17139/24973 16818/17149/24987 -f 13843/14021/24974 16818/17149/24987 16826/17156/24997 -f 16826/17156/24997 16818/17149/24987 16819/17150/24988 -f 16827/17157/24998 16826/17156/24997 16817/17152/24990 -f 16826/17156/24997 16819/17150/24988 16817/17152/24990 -f 16827/17157/24998 16817/17152/24990 16822/17153/24991 -f 16827/17157/24998 16822/17153/24991 16828/17158/24999 -f 16828/17158/24999 16822/17153/24991 16816/17154/24993 -f 16828/17158/24999 16816/17154/24993 16829/14714/21769 -f 16829/14714/21769 16816/17154/24993 14438/14715/21770 -f 16833/14015/25000 16832/17159/25001 13839/14016/25002 -f 16832/17159/25001 16830/17160/25003 13839/14016/25002 -f 13839/14016/25002 16830/17160/25003 15979/16306/24099 -f 15979/16306/24099 16830/17160/25003 16831/16584/24098 -f 16836/17161/25004 16833/14015/25000 13837/14013/24095 -f 16836/17161/25004 13837/14013/24095 16258/16582/24094 -f 16836/17161/25004 16258/16582/24094 16835/17162/25005 -f 16836/17161/25004 16835/17162/25006 16837/17163/25007 -f 16832/17159/25001 16833/14015/25000 16836/17161/25004 -f 16838/17164/25008 16836/17161/25004 16837/17163/25007 -f 16839/17165/25009 16832/17159/25001 16836/17161/25004 -f 16839/17165/25009 16836/17161/25004 16838/17164/25008 -f 16830/17160/25003 16832/17159/25001 16839/17165/25009 -f 16840/17166/25010 16839/17165/25009 16838/17164/25008 -f 16841/16764/24369 16830/17160/25003 16839/17165/25009 -f 16841/16764/24371 16839/17165/25009 16840/17166/25010 -f 16831/16584/24098 16830/17160/25003 16841/16764/24369 -f 16841/16764/24371 16840/17166/25010 16834/16586/24101 -f 16840/17166/25010 16844/17167/25011 16842/16588/24103 -f 16840/17166/25010 16842/16588/24103 16834/16586/24101 -f 16838/17164/25008 16843/17168/25012 16844/17167/25011 -f 16838/17164/25008 16844/17167/25011 16840/17166/25010 -f 16843/17168/25012 16838/17164/25008 16837/17163/25007 -f 16837/17163/25007 16845/17169/25013 16843/17168/25012 -f 16837/17163/25007 16835/17162/25006 16845/17169/25013 -f 16835/17162/25006 16258/16582/24094 16846/17170/25014 -f 16845/17169/25013 16835/17162/25006 16846/17170/25014 -f 13836/14012/25015 16847/17171/25016 16846/17170/25014 -f 16847/17171/25016 16845/17169/25013 16846/17170/25014 -f 16843/17168/25012 16845/17169/25013 16848/17172/25017 -f 16848/17172/25017 16845/17169/25013 16847/17171/25016 -f 16849/17173/25018 16848/17172/25017 16847/17171/25016 -f 16844/17167/25011 16843/17168/25012 16848/17172/25019 -f 16850/17174/25020 16844/17167/25011 16848/17172/25019 -f 16850/17174/25021 16848/17172/25017 16849/17173/25018 -f 16842/16588/24103 16844/17167/25011 16852/16694/24263 -f 16852/16694/24263 16844/17167/25011 16850/17174/25020 -f 16850/17174/25021 16849/17173/25018 16853/16697/24268 -f 16853/16697/24268 16849/17173/25018 16851/17175/25022 -f 16854/16695/24264 16852/16694/24263 16850/17174/25020 -f 16854/16695/24267 16850/17174/25021 16853/16697/24268 -f 16293/14716/21771 16853/16697/24268 16851/17175/25022 -f 16857/17176/25023 16855/14717/21772 16851/17175/25022 -f 16851/17175/25022 16855/14717/21772 16293/14716/21771 -f 16849/17173/25018 16857/17176/25023 16851/17175/25022 -f 13836/14012/25015 16856/17177/25024 16847/17171/25016 -f 16847/17171/25016 16856/17177/25024 16857/17176/25023 -f 16847/17171/25016 16857/17176/25023 16849/17173/25018 -f 13836/14012/25015 16846/17170/25014 13835/14011/24093 -f 16258/16582/24094 13835/14011/24093 16846/17170/25014 -f 16858/14006/25025 16859/17178/25026 13830/14004/25027 -f 13830/14004/25027 16859/17178/25026 16860/17179/25028 -f 16860/17179/25028 13833/14008/25029 13830/14004/25027 -f 15981/16261/24108 16862/16590/24107 16861/16259/25030 -f 16866/17180/25031 16865/17181/25032 16860/17179/25028 -f 16866/17180/25031 16860/17179/25028 16859/17178/25026 -f 16864/17182/25033 16866/17180/25031 16859/17178/25026 -f 16858/14006/25025 16861/16259/25030 16867/17183/25034 -f 16867/17183/25034 16864/17182/25033 16859/17178/25026 -f 16867/17183/25034 16859/17178/25026 16858/14006/25025 -f 16868/17184/25035 16863/17185/25036 16864/17182/25033 -f 16868/17184/25035 16864/17182/25033 16867/17183/25034 -f 16869/17186/25037 16863/17185/25036 16868/17184/25035 -f 16868/17184/25038 16867/17183/25034 16862/16590/24107 -f 16862/16590/24107 16867/17183/25034 16861/16259/25030 -f 16262/16592/24111 16869/17186/25037 16868/17184/25035 -f 16262/16592/24111 16868/17184/25035 16311/16766/24374 -f 16311/16766/24373 16868/17184/25038 16862/16590/24107 -f 16865/17181/25032 16866/17180/25031 16864/17182/25033 -f 16865/17181/25032 16864/17182/25033 16870/17187/25039 -f 16870/17187/25039 16864/17182/25033 16863/17185/25036 -f 16870/17187/25039 16863/17185/25036 16877/17188/25040 -f 16262/16592/24111 16294/16594/24113 16869/17186/25037 -f 16869/17186/25037 16294/16594/24113 16871/17189/25041 -f 16869/17186/25037 16871/17189/25041 16863/17185/25036 -f 16863/17185/25036 16871/17189/25041 16877/17188/25040 -f 16874/17190/25042 16860/17179/25028 16865/17181/25032 -f 16875/17191/25043 16874/17190/25042 16865/17181/25032 -f 16875/17191/25043 16865/17181/25032 16870/17187/25039 -f 16876/17192/25044 16873/17193/25045 16875/17191/25043 -f 16876/17192/25044 16875/17191/25043 16870/17187/25039 -f 16878/17194/25046 16873/17193/25045 16876/17192/25044 -f 16877/17188/25040 16876/17192/25044 16870/17187/25039 -f 16872/17195/25047 16878/17194/25046 16876/17192/25044 -f 16879/17196/25048 16876/17192/25044 16877/17188/25040 -f 16872/17195/25047 16876/17192/25044 14434/14707/21762 -f 14434/14707/21762 16876/17192/25044 16879/17196/25049 -f 16879/17196/25048 16877/17188/25040 16880/16699/24270 -f 16880/16699/24270 16877/17188/25040 16871/17189/25041 -f 16881/16701/24272 14434/14707/21762 16879/17196/25049 -f 16881/16701/24272 16879/17196/25050 16880/16699/24270 -f 16294/16594/24113 16880/16699/24270 16871/17189/25041 -f 13833/14008/25029 16860/17179/25028 16874/17190/25042 -f 13833/14008/25029 16874/17190/25042 16882/17197/25051 -f 16882/17197/25051 16874/17190/25042 16875/17191/25043 -f 16883/17198/25052 16882/17197/25051 16873/17193/25045 -f 16882/17197/25051 16875/17191/25043 16873/17193/25045 -f 16883/17198/25052 16873/17193/25045 16878/17194/25046 -f 16883/17198/25052 16878/17194/25046 16884/17199/25053 -f 16884/17199/25053 16878/17194/25046 16872/17195/25047 -f 16884/17199/25053 16872/17195/25047 14436/14706/21761 -f 14436/14706/21761 16872/17195/25047 14434/14707/21762 -f 16885/16263/25054 16886/16591/24109 15982/16187/24110 -f 13828/14000/24106 16892/17200/25055 16888/14002/25056 -f 16892/17200/25055 13828/14000/24106 16261/16589/24105 -f 16892/17200/25055 16261/16589/24105 16891/17201/25057 -f 16892/17200/25055 16891/17201/25057 16893/17202/25058 -f 16887/14003/25059 16888/14002/25056 16894/17203/25060 -f 16894/17203/25060 16888/14002/25056 16892/17200/25055 -f 16894/17203/25060 16892/17200/25055 16893/17202/25058 -f 16895/17204/25061 16894/17203/25060 16893/17202/25058 -f 16896/17205/25062 16887/14003/25059 16894/17203/25060 -f 16896/17205/25063 16894/17203/25060 16895/17204/25061 -f 16885/16263/25054 16887/14003/25059 16896/17205/25062 -f 16897/17206/25064 16896/17205/25063 16895/17204/25061 -f 16890/16767/24376 16896/17205/25063 16897/17206/25064 -f 16886/16591/24109 16885/16263/25054 16896/17205/25062 -f 16886/16591/24109 16896/17205/25062 16898/16765/24372 -f 16898/16765/24375 16896/17205/25063 16890/16767/24376 -f 16889/16593/24112 16890/16767/24376 16897/17206/25064 -f 16897/17206/25064 16901/17207/25065 16899/16595/24114 -f 16897/17206/25064 16899/16595/24114 16889/16593/24112 -f 16895/17204/25061 16900/17208/25066 16901/17207/25065 -f 16895/17204/25061 16901/17207/25065 16897/17206/25064 -f 16900/17208/25066 16895/17204/25061 16893/17202/25058 -f 16893/17202/25058 16902/17209/25067 16900/17208/25066 -f 16893/17202/25058 16891/17201/25057 16902/17209/25067 -s off -f 16891/17201/25068 16261/16589/25069 13826/13998/25070 -s 39 -f 16903/17210/25071 16891/17201/25057 13826/13998/25072 -f 16902/17209/25067 16891/17201/25057 16903/17210/25071 -f 13827/13999/25073 16904/17211/25074 16903/17210/25071 -f 16900/17208/25066 16902/17209/25067 16905/17212/25075 -f 16905/17212/25075 16902/17209/25067 16903/17210/25071 -f 16905/17212/25075 16903/17210/25071 16904/17211/25074 -f 16906/17213/25076 16905/17212/25075 16904/17211/25074 -f 16901/17207/25065 16900/17208/25066 16905/17212/25077 -f 16907/17214/25078 16901/17207/25065 16905/17212/25077 -f 16907/17214/25079 16905/17212/25075 16906/17213/25076 -f 16899/16595/24114 16901/17207/25065 16909/16698/24269 -f 16909/16698/24269 16901/17207/25065 16907/17214/25078 -f 16907/17214/25079 16906/17213/25076 16910/16702/24273 -f 16910/16702/24273 16906/17213/25076 16908/17215/25080 -f 16911/16700/24271 16909/16698/24269 16907/17214/25078 -f 16911/16700/24271 16907/17214/25079 16910/16702/24273 -f 16295/14708/21763 16910/16702/24273 16908/17215/25080 -f 16914/17216/25081 16912/17217/25082 16908/17215/25080 -f 16908/17215/25080 16912/17217/25082 14433/14705/21760 -f 16908/17215/25080 14433/14705/21760 16295/14708/21763 -f 16906/17213/25076 16914/17216/25081 16908/17215/25080 -f 13827/13999/25073 16913/17218/25083 16904/17211/25074 -f 16904/17211/25074 16913/17218/25083 16914/17216/25081 -f 16904/17211/25074 16914/17216/25081 16906/17213/25076 -f 13827/13999/25073 16903/17210/25071 13826/13998/25072 -f 13822/13992/25084 15983/13994/25085 16915/17219/25086 -f 13822/13992/25084 16915/17219/25086 16916/17220/25087 -f 16916/17220/25087 13824/13995/25088 13822/13992/25084 -f 16917/16265/25089 16922/17221/25090 15983/13994/25085 -f 15983/13994/25085 16922/17221/25090 16915/17219/25086 -f 15987/16267/24116 16918/16596/24115 16917/16265/25089 -f 16920/17222/25091 16916/17220/25087 16915/17219/25086 -f 16921/17223/25092 16920/17222/25091 16915/17219/25086 -f 16919/17224/25093 16920/17222/25091 16921/17223/25094 -f 16922/17221/25090 16921/17223/25092 16915/17219/25086 -f 16923/17225/25095 16919/17224/25093 16921/17223/25096 -f 16923/17225/25095 16921/17223/25096 16922/17221/25097 -f 16263/16598/24119 16919/17224/25093 16923/17225/25095 -f 16923/17225/25098 16922/17221/25090 16917/16265/25089 -f 16263/16598/24119 16923/17225/25095 16924/16769/24379 -f 16924/16769/24378 16923/17225/25098 16918/16596/24115 -f 16918/16596/24115 16923/17225/25098 16917/16265/25089 -f 16916/17220/25087 16920/17222/25091 16925/17226/25099 -f 16926/17227/25100 16920/17222/25091 16919/17224/25093 -f 16926/17227/25100 16919/17224/25093 16932/17228/25101 -f 16263/16598/24119 16296/16600/24121 16927/17229/25102 -f 16263/16598/24119 16927/17229/25102 16919/17224/25093 -f 16919/17224/25093 16927/17229/25102 16932/17228/25101 -f 16920/17222/25091 16926/17227/25100 16925/17226/25099 -f 16926/17227/25100 16930/17230/25103 16925/17226/25099 -f 16931/17231/25104 16929/17232/25105 16930/17230/25103 -f 16931/17231/25104 16930/17230/25103 16926/17227/25100 -f 16933/17233/25106 16929/17232/25107 16931/17231/25108 -f 16932/17228/25101 16931/17231/25104 16926/17227/25100 -f 16928/17234/25109 16933/17233/25106 16931/17231/25108 -f 16934/17235/25110 16931/17231/25104 16932/17228/25101 -f 16928/17234/25109 16931/17231/25108 14430/14700/21753 -f 14430/14700/21753 16931/17231/25108 16934/17235/25111 -f 16934/17235/25110 16932/17228/25101 16935/16704/24275 -f 16935/16704/24275 16932/17228/25101 16927/17229/25102 -f 16936/16706/24277 14430/14700/21753 16934/17235/25111 -f 16936/16706/24277 16934/17235/25112 16935/16704/24275 -f 16296/16600/24121 16935/16704/24275 16927/17229/25102 -f 13824/13995/25088 16916/17220/25087 16925/17226/25099 -f 13824/13995/25088 16925/17226/25099 16937/17236/25113 -f 16937/17236/25113 16925/17226/25099 16930/17230/25114 -f 16938/17237/25115 16937/17236/25113 16929/17232/25107 -f 16937/17236/25113 16930/17230/25114 16929/17232/25107 -f 16938/17237/25115 16929/17232/25107 16933/17233/25106 -f 16938/17237/25115 16933/17233/25106 16939/17238/25116 -f 16940/17239/25117 16939/17238/25116 16928/17234/25109 -f 16939/17238/25116 16933/17233/25106 16928/17234/25109 -f 16940/17239/25117 16928/17234/25109 14431/14702/21755 -f 14431/14702/21755 16928/17234/25109 14430/14700/21753 -f 16943/13991/25118 16941/17240/25119 15990/16270/25120 -f 15990/16270/25120 16941/17240/25119 15989/16268/24118 -f 16941/17240/25119 16942/16597/24117 15989/16268/24118 -f 16947/17241/25121 16944/13989/25122 13821/13988/25123 -f 16947/17241/25121 13821/13988/25123 16946/17242/25124 -f 16947/17241/25121 16946/17242/25124 16948/17243/25125 -f 16943/13991/25118 16944/13989/25122 16947/17241/25121 -f 16950/17244/25126 16943/13991/25118 16947/17241/25121 -f 16950/17244/25127 16947/17241/25121 16949/17245/25128 -f 16949/17245/25128 16947/17241/25121 16948/17243/25125 -f 16941/17240/25119 16943/13991/25118 16950/17244/25126 -f 16945/16599/24120 16950/17244/25127 16949/17245/25128 -f 16942/16597/24117 16941/17240/25119 16950/17244/25129 -f 16942/16597/24117 16950/17244/25129 16951/16768/24377 -f 16951/16768/24380 16950/17244/25127 16945/16599/24120 -f 16949/17245/25128 16954/17246/25130 16945/16599/24120 -f 16945/16599/24120 16954/17246/25130 16952/16601/24122 -f 16948/17243/25125 16953/17247/25131 16949/17245/25128 -f 16949/17245/25128 16953/17247/25131 16954/17246/25130 -f 16948/17243/25125 16955/17248/25132 16953/17247/25131 -f 16948/17243/25125 16946/17242/25124 16955/17248/25132 -f 16946/17242/25124 13821/13988/25123 16956/17249/25133 -f 16955/17248/25132 16946/17242/25124 16956/17249/25133 -f 13820/13986/25134 16957/17250/25135 16956/17249/25133 -f 16957/17250/25135 16955/17248/25132 16956/17249/25133 -f 16953/17247/25131 16955/17248/25132 16958/17251/25136 -f 16958/17251/25136 16955/17248/25132 16957/17250/25135 -f 16959/17252/25137 16958/17251/25136 16957/17250/25135 -f 16954/17246/25130 16953/17247/25131 16958/17251/25138 -f 16960/17253/25139 16954/17246/25130 16958/17251/25138 -f 16960/17253/25140 16958/17251/25136 16959/17252/25137 -f 16952/16601/24122 16954/17246/25130 16962/16703/24274 -f 16962/16703/24274 16954/17246/25130 16960/17253/25139 -f 16960/17253/25140 16959/17252/25137 16963/16707/24278 -f 16963/16707/24278 16959/17252/25137 16961/17254/25141 -f 16964/16705/24276 16962/16703/24274 16960/17253/25139 -f 16964/16705/24276 16960/17253/25140 16963/16707/24278 -f 16297/14701/21754 16963/16707/24278 16961/17254/25141 -f 16967/17255/25142 17446/17256/25143 16961/17254/25141 -f 16961/17254/25141 17446/17256/25143 16965/14703/21756 -f 16961/17254/25141 16965/14703/21756 16297/14701/21754 -f 16959/17252/25137 16967/17255/25142 16961/17254/25141 -f 13820/13986/25134 16966/17257/25144 16957/17250/25135 -f 16957/17250/25135 16966/17257/25144 16967/17255/25142 -f 16957/17250/25135 16967/17255/25142 16959/17252/25137 -f 13820/13986/25134 16956/17249/25133 13819/13987/25145 -f 13821/13988/25123 13819/13987/25145 16956/17249/25133 -f 15991/16273/25146 16974/17258/25147 13815/13982/25148 -f 13815/13982/25148 16974/17258/25147 16968/17259/25149 -f 13815/13982/25148 16968/17259/25149 13814/13980/25150 -f 13814/13980/25150 16968/17259/25149 16969/17260/25151 -f 16969/17260/25151 13818/13984/25152 13814/13980/25150 -f 16973/17261/25153 16969/17260/25151 16968/17259/25149 -f 16972/17262/25154 16973/17261/25153 16968/17259/25149 -f 16972/17262/25155 16968/17259/25149 16974/17258/25147 -f 16975/17263/25156 16971/17264/25157 16972/17262/25154 -f 16975/17263/25156 16972/17262/25154 16974/17258/25158 -f 16265/16605/24130 16971/17264/25157 16975/17263/25156 -f 16975/17263/25159 16974/17258/25147 15992/16272/24127 -f 15992/16272/24127 16974/17258/25147 15991/16273/25146 -f 16265/16605/24130 16975/17263/25156 16976/16771/24383 -f 16976/16771/24382 16975/17263/25159 16970/16603/24126 -f 16970/16603/24126 16975/17263/25159 15992/16272/24127 -f 16969/17260/25151 16973/17261/25153 16977/17265/25160 -f 16973/17261/25153 16972/17262/25154 16978/17266/25161 -f 16978/17266/25161 16972/17262/25154 16971/17264/25157 -f 16978/17266/25161 16971/17264/25157 16983/17267/25162 -f 16265/16605/24130 16298/16607/24132 16979/17268/25163 -f 16265/16605/24130 16979/17268/25163 16971/17264/25157 -f 16971/17264/25157 16979/17268/25163 16983/17267/25162 -f 16973/17261/25153 16978/17266/25161 16977/17265/25160 -f 16978/17266/25161 16981/17269/25164 16977/17265/25160 -f 16982/17270/25165 16988/17271/25166 16981/17269/25167 -f 16982/17270/25168 16981/17269/25164 16978/17266/25161 -f 16984/17272/25169 16988/17271/25166 16982/17270/25165 -f 16983/17267/25170 16982/17270/25168 16978/17266/25161 -f 16980/17273/25171 16984/17272/25169 16982/17270/25172 -f 16985/17274/25173 16982/17270/25168 16983/17267/25170 -f 16980/17273/25171 16982/17270/25172 14372/14612/21637 -f 14372/14612/21637 16982/17270/25172 16985/17274/25174 -f 16985/17274/25173 16983/17267/25170 16986/16709/24280 -f 16986/16709/24280 16983/17267/25170 16979/17268/25163 -f 16987/16710/24284 14372/14612/21637 16985/17274/25174 -f 16987/16710/24282 16985/17274/25173 16986/16709/24280 -f 16298/16607/24132 16986/16709/24280 16979/17268/25163 -f 13818/13984/25152 16969/17260/25151 16977/17265/25160 -s 633 -f 16988/17271/25175 13818/13984/25176 16981/17269/25177 -f 13818/13984/25176 16977/17265/25178 16981/17269/25177 -s 39 -f 16989/17275/25179 16988/17271/25166 16984/17272/25169 -f 16989/17275/25179 16984/17272/25169 16990/17276/25180 -f 16990/17276/25180 16984/17272/25169 16980/17273/25171 -f 16990/17276/25180 16980/17273/25171 16991/14611/21636 -f 16991/14611/21636 16980/17273/25171 14372/14612/21637 -f 13812/13979/25181 16994/17277/25182 15995/16275/25183 -f 16994/17277/25182 16992/17278/25184 15995/16275/25183 -f 16992/17278/25184 16993/16604/24129 15995/16275/25183 -f 15995/16275/25183 16993/16604/24129 15994/16271/24128 -f 13812/13979/25181 16995/13978/25185 16994/17277/25182 -f 16998/17279/25186 16995/13978/25185 13810/13977/25187 -f 13810/13977/25187 16264/16602/24124 16997/17280/25188 -f 16997/17280/25188 16999/17281/25189 16998/17279/25186 -f 16997/17280/25188 16998/17279/25186 13810/13977/25187 -f 16994/17277/25182 16995/13978/25185 16998/17279/25186 -f 16994/17277/25182 16998/17279/25186 17000/17282/25190 -f 17000/17282/25190 16998/17279/25186 16999/17281/25191 -f 17001/17283/25192 16994/17277/25182 17000/17282/25190 -f 16992/17278/25184 16994/17277/25182 17001/17283/25193 -f 17002/17284/25194 17001/17283/25192 17000/17282/25190 -f 16993/16604/24129 16992/17278/25184 17001/17283/25193 -f 16993/16604/24129 17001/17283/25193 17003/16770/24381 -f 17003/16770/24381 17001/17283/25193 17002/17284/25195 -f 17003/16770/24381 17002/17284/25195 16996/16606/24131 -f 17002/17284/25194 17006/17285/25196 17004/16608/24133 -f 17002/17284/25194 17004/16608/24133 16996/16606/24131 -f 17000/17282/25190 17005/17286/25197 17006/17285/25196 -f 17000/17282/25190 17006/17285/25196 17002/17284/25194 -f 17005/17286/25197 17000/17282/25190 16999/17281/25189 -f 16999/17281/25189 17007/17287/25198 17005/17286/25197 -f 17007/17287/25198 16999/17281/25189 16997/17280/25188 -f 17008/17288/25199 16997/17280/25188 16264/16602/24124 -f 17007/17287/25198 16997/17280/25188 17008/17288/25199 -f 13808/13975/25200 17009/17289/25201 17008/17288/25199 -f 17009/17289/25201 17007/17287/25198 17008/17288/25199 -f 17005/17286/25197 17007/17287/25198 17010/17290/25202 -f 17010/17290/25202 17007/17287/25198 17009/17289/25201 -f 17011/17291/25203 17010/17290/25202 17009/17289/25201 -f 17006/17285/25196 17005/17286/25197 17010/17290/25204 -f 17012/17292/25205 17006/17285/25196 17010/17290/25204 -f 17012/17292/25206 17010/17290/25202 17011/17291/25203 -f 17004/16608/24133 17006/17285/25196 17014/16708/24279 -f 17014/16708/24279 17006/17285/25196 17012/17292/25205 -f 17012/17292/25206 17011/17291/25203 17015/16711/24285 -f 17015/16711/24285 17011/17291/25203 17013/17293/25207 -f 17014/16708/24281 17012/17292/25208 17015/16711/24283 -f 16299/14613/21638 17015/16711/24285 17013/17293/25207 -f 17018/17294/25209 17456/17295/25210 17013/17293/25207 -f 17013/17293/25207 17456/17295/25210 17016/14694/21746 -f 17013/17293/25207 17016/14694/21746 16299/14613/21638 -f 17011/17291/25203 17018/17294/25209 17013/17293/25207 -f 13808/13975/25200 17017/17296/25211 17009/17289/25201 -f 17009/17289/25201 17017/17296/25211 17018/17294/25209 -f 17009/17289/25201 17018/17294/25209 17011/17291/25203 -f 13808/13975/25200 17008/17288/25199 16264/16602/24124 -f 13808/13975/25200 16264/16602/24124 13809/13976/24123 -f 17019/13969/25212 17020/17297/25213 13805/13971/25214 -f 15998/16280/24139 17022/16611/24140 15996/16278/25215 -f 17026/17298/25216 17025/17299/25217 13805/13971/25214 -f 17026/17298/25216 13805/13971/25214 17020/17297/25213 -f 17024/17300/25218 17026/17298/25216 17020/17297/25213 -f 17019/13969/25212 17021/16276/25219 17027/17301/25220 -f 17027/17301/25220 17024/17300/25218 17020/17297/25213 -f 17027/17301/25220 17020/17297/25213 17019/13969/25212 -f 17028/17302/25221 17023/17303/25222 17024/17300/25218 -f 17028/17302/25221 17024/17300/25218 17027/17301/25220 -f 17029/17304/25223 17023/17303/25222 17028/17302/25221 -f 17028/17302/25224 17027/17301/25220 15996/16278/25215 -f 15996/16278/25215 17027/17301/25220 17021/16276/25219 -f 17022/16611/24140 17028/17302/25224 15996/16278/25215 -f 16267/16612/24388 17029/17304/25223 17028/17302/25221 -f 16267/16612/24388 17028/17302/25221 16312/16772/24386 -f 16312/16772/24384 17028/17302/25224 17022/16611/24140 -f 17025/17299/25217 17026/17298/25216 17024/17300/25218 -f 17025/17299/25217 17024/17300/25218 17030/17305/25225 -f 17030/17305/25225 17024/17300/25218 17023/17303/25222 -f 17030/17305/25225 17023/17303/25222 17037/17306/25226 -f 16267/16612/24141 17031/16614/24143 17029/17304/25223 -f 17029/17304/25223 17031/16614/24143 17032/17307/25227 -f 17029/17304/25223 17032/17307/25227 17023/17303/25222 -f 17023/17303/25222 17032/17307/25227 17037/17306/25226 -f 17035/17308/25228 13805/13971/25214 17025/17299/25217 -f 17036/17309/25229 17035/17308/25228 17025/17299/25217 -f 17036/17309/25229 17025/17299/25217 17030/17305/25225 -f 17034/17310/25230 17036/17309/25229 17030/17305/25225 -f 17037/17306/25231 17034/17310/25230 17030/17305/25225 -f 17033/17311/25232 17038/17312/25233 17034/17310/25234 -f 17033/17311/25232 17034/17310/25234 17039/17313/25235 -f 17039/17313/25236 17034/17310/25230 17037/17306/25231 -f 17040/16712/24286 17039/17313/25237 17037/17306/25238 -f 17040/16712/24286 17037/17306/25238 17032/17307/25239 -f 17040/16712/24286 17032/17307/25227 17031/16614/24143 -f 14427/14695/21747 17033/17311/25232 17039/17313/25235 -f 14427/14695/21747 17039/17313/25235 16300/16714/24290 -f 16300/16714/24288 17039/17313/25237 17040/16712/24286 -f 13807/13973/25240 13805/13971/25214 17035/17308/25228 -f 13807/13973/25240 17035/17308/25228 17041/17314/25241 -f 17041/17314/25241 17035/17308/25228 17036/17309/25242 -f 17042/17315/25243 17041/17314/25241 17034/17310/25244 -f 17041/17314/25241 17036/17309/25242 17034/17310/25244 -f 17042/17315/25243 17034/17310/25244 17038/17312/25245 -f 17042/17315/25243 17038/17312/25245 17043/17316/25246 -f 17043/17316/25246 17038/17312/25245 17033/17311/25232 -f 17043/17316/25246 17033/17311/25232 17044/14696/21748 -f 17044/14696/21748 17033/17311/25232 14427/14695/21747 -f 17048/13966/25247 17047/17317/25248 13803/13967/25249 -f 17047/17317/25248 17045/17318/25250 13803/13967/25249 -f 13803/13967/25249 17045/17318/25250 16000/16279/24137 -f 17045/17318/25250 17046/16610/24138 16000/16279/24137 -f 13802/13965/24136 17052/17319/25251 17048/13966/25247 -f 17052/17319/25251 13802/13965/24136 16266/16609/24135 -f 17052/17319/25251 16266/16609/24135 17051/17320/25252 -f 17052/17319/25251 17051/17320/25252 17053/17321/25253 -f 17047/17317/25248 17048/13966/25247 17052/17319/25251 -f 17047/17317/25248 17052/17319/25251 17054/17322/25254 -f 17054/17322/25254 17052/17319/25251 17053/17321/25253 -f 17055/17323/25255 17047/17317/25248 17054/17322/25254 -f 17045/17318/25250 17047/17317/25248 17055/17323/25256 -f 17056/17324/25257 17055/17323/25255 17054/17322/25254 -f 17057/16773/24385 17045/17318/25250 17055/17323/25256 -f 17057/16773/25258 17055/17323/25255 17050/16774/24390 -f 17050/16774/24390 17055/17323/25255 17056/17324/25257 -f 17046/16610/24138 17045/17318/25250 17057/16773/24385 -f 17049/16613/24142 17050/16774/24390 17056/17324/25257 -f 17056/17324/25257 17060/17325/25259 17058/16615/24144 -f 17056/17324/25257 17058/16615/24144 17049/16613/24142 -f 17054/17322/25254 17059/17326/25260 17060/17325/25259 -f 17054/17322/25254 17060/17325/25259 17056/17324/25257 -f 17059/17326/25260 17054/17322/25254 17053/17321/25253 -f 17053/17321/25253 17061/17327/25261 17059/17326/25260 -f 17053/17321/25253 17051/17320/25252 17061/17327/25261 -s off -f 17051/17320/25262 16266/16609/25263 13801/13964/25264 -s 39 -f 17062/17328/25265 17051/17320/25252 13801/13964/25266 -f 17061/17327/25261 17051/17320/25252 17062/17328/25265 -f 13800/13963/25267 17063/17329/25268 17062/17328/25265 -f 17059/17326/25260 17061/17327/25261 17064/17330/25269 -f 17064/17330/25269 17061/17327/25261 17062/17328/25265 -f 17064/17330/25269 17062/17328/25265 17063/17329/25268 -f 17065/17331/25270 17064/17330/25269 17063/17329/25268 -f 17060/17325/25259 17059/17326/25260 17064/17330/25271 -f 17060/17325/25259 17064/17330/25271 17066/17332/25272 -f 17066/17332/25273 17064/17330/25269 17065/17331/25270 -s 648 -f 17067/17333/25274 17066/17332/25275 17065/17331/25276 +f 2855/2977/5509 2854/2978/5510 2857/2979/5511 2856/2980/5512 +s 15 +f 2854/2978/5513 2853/2981/5514 2858/2982/5515 2857/2979/5516 +s 16 +f 2873/2983/5517 2872/2984/5518 2878/2985/5519 2877/2986/5520 +s 14 +f 2872/2984/5521 2871/2987/5522 2879/2988/5523 2878/2985/5524 +f 2850/2989/5525 2848/2990/5526 2855/2977/5509 2856/2980/5512 +f 2850/2989/5525 2856/2980/5512 2862/2991/5527 2859/2992/5528 +f 2859/2992/5528 2862/2991/5527 2868/2993/5529 2865/2994/5530 +f 2865/2994/5530 2868/2993/5529 2874/2995/5531 2871/2987/5522 +f 2871/2987/5522 2874/2995/5531 2881/2996/5532 2879/2988/5523 +s 15 +f 2858/2982/5515 2853/2981/5514 2846/2975/5533 2844/2973/5534 +f 2858/2982/5515 2844/2973/5534 2842/2971/5535 2864/2997/5536 +f 2864/2997/5536 2842/2971/5535 2840/2969/5537 2870/2998/5538 +f 2870/2998/5538 2840/2969/5537 2838/2967/5539 2876/2999/5540 +f 2876/2999/5540 2838/2967/5539 2836/2966/5541 2880/3000/5542 +s 16 +f 2845/2976/5543 2847/3001/5544 2852/3002/5545 2843/2974/5546 +f 2843/2974/5546 2852/3002/5545 2861/3003/5547 2841/2972/5548 +f 2841/2972/5548 2861/3003/5547 2867/3004/5549 2839/2970/5550 +f 2839/2970/5550 2867/3004/5549 2873/2983/5517 2837/2968/5551 +f 2837/2968/5551 2873/2983/5517 2877/2986/5520 2835/2965/5552 +f 2847/3001/5544 2849/3005/5553 2851/3006/5554 2852/3002/5545 +s 14 +f 2849/3005/5555 2848/2990/5526 2850/2989/5525 2851/3006/5556 +f 2856/2980/5512 2857/2979/5511 2863/3007/5557 2862/2991/5527 +s 15 +f 2857/2979/5516 2858/2982/5515 2864/2997/5536 2863/3007/5558 +s 16 +f 2852/3002/5545 2851/3006/5554 2860/3008/5559 2861/3003/5547 +s 14 +f 2851/3006/5556 2850/2989/5525 2859/2992/5528 2860/3008/5560 +f 2862/2991/5527 2863/3007/5557 2869/3009/5561 2868/2993/5529 +s 15 +f 2863/3007/5558 2864/2997/5536 2870/2998/5538 2869/3009/5562 +s 16 +f 2861/3003/5547 2860/3008/5559 2866/3010/5563 2867/3004/5549 +s 14 +f 2860/3008/5560 2859/2992/5528 2865/2994/5530 2866/3010/5564 +f 2868/2993/5529 2869/3009/5561 2875/3011/5565 2874/2995/5531 +s 15 +f 2869/3009/5562 2870/2998/5538 2876/2999/5540 2875/3011/5566 +s 16 +f 2867/3004/5549 2866/3010/5563 2872/2984/5518 2873/2983/5517 +s 14 +f 2866/3010/5564 2865/2994/5530 2871/2987/5522 2872/2984/5521 +f 2874/2995/5531 2875/3011/5565 2882/3012/5567 2881/2996/5532 +s 15 +f 2875/3011/5566 2876/2999/5540 2880/3000/5542 2882/3012/5568 +s 19 +f 2883/3013/5569 2884/3014/5570 2886/3015/5571 2885/3016/5572 +f 2885/3016/5572 2886/3015/5571 2888/3017/5573 2887/3018/5574 +f 2887/3018/5574 2888/3017/5573 2890/3019/5575 2889/3020/5576 +f 2889/3020/5576 2890/3019/5575 2892/3021/5577 2891/3022/5578 +f 2891/3022/5578 2892/3021/5577 2894/3023/5579 2893/3024/5580 +s 20 +f 2903/3025/5581 2902/3026/5582 2905/3027/5583 2904/3028/5584 +s 21 +f 2902/3026/5585 2901/3029/5586 2906/3030/5587 2905/3027/5588 +s 22 +f 2921/3031/5589 2920/3032/5590 2926/3033/5591 2925/3034/5592 +s 20 +f 2920/3032/5593 2919/3035/5594 2927/3036/5595 2926/3033/5596 +f 2898/3037/5597 2896/3038/5598 2903/3025/5581 2904/3028/5584 +f 2898/3037/5597 2904/3028/5584 2910/3039/5599 2907/3040/5600 +f 2907/3040/5600 2910/3039/5599 2916/3041/5601 2913/3042/5602 +f 2913/3042/5602 2916/3041/5601 2922/3043/5603 2919/3035/5594 +f 2919/3035/5594 2922/3043/5603 2929/3044/5604 2927/3036/5595 +s 21 +f 2906/3030/5587 2901/3029/5586 2894/3023/5605 2892/3021/5606 +f 2906/3030/5587 2892/3021/5606 2890/3019/5607 2912/3045/5608 +f 2912/3045/5608 2890/3019/5607 2888/3017/5609 2918/3046/5610 +f 2918/3046/5610 2888/3017/5609 2886/3015/5611 2924/3047/5612 +f 2924/3047/5612 2886/3015/5611 2884/3014/5613 2928/3048/5614 +s 22 +f 2893/3024/5615 2895/3049/5616 2900/3050/5617 2891/3022/5618 +f 2891/3022/5618 2900/3050/5617 2909/3051/5619 2889/3020/5620 +f 2889/3020/5620 2909/3051/5619 2915/3052/5621 2887/3018/5622 +f 2887/3018/5622 2915/3052/5621 2921/3031/5589 2885/3016/5623 +f 2885/3016/5623 2921/3031/5589 2925/3034/5592 2883/3013/5624 +f 2895/3049/5616 2897/3053/5625 2899/3054/5626 2900/3050/5617 +s 20 +f 2897/3053/5627 2896/3038/5598 2898/3037/5597 2899/3054/5628 +f 2904/3028/5584 2905/3027/5583 2911/3055/5629 2910/3039/5599 +s 21 +f 2905/3027/5588 2906/3030/5587 2912/3045/5608 2911/3055/5630 +s 22 +f 2900/3050/5617 2899/3054/5626 2908/3056/5631 2909/3051/5619 +s 20 +f 2899/3054/5628 2898/3037/5597 2907/3040/5600 2908/3056/5632 +f 2910/3039/5599 2911/3055/5629 2917/3057/5633 2916/3041/5601 +s 21 +f 2911/3055/5630 2912/3045/5608 2918/3046/5610 2917/3057/5634 +s 22 +f 2909/3051/5619 2908/3056/5631 2914/3058/5635 2915/3052/5621 +s 20 +f 2908/3056/5632 2907/3040/5600 2913/3042/5602 2914/3058/5636 +f 2916/3041/5601 2917/3057/5633 2923/3059/5637 2922/3043/5603 +s 21 +f 2917/3057/5634 2918/3046/5610 2924/3047/5612 2923/3059/5638 +s 22 +f 2915/3052/5621 2914/3058/5635 2920/3032/5590 2921/3031/5589 +s 20 +f 2914/3058/5636 2913/3042/5602 2919/3035/5594 2920/3032/5593 +f 2922/3043/5603 2923/3059/5637 2930/3060/5639 2929/3044/5604 +s 21 +f 2923/3059/5638 2924/3047/5612 2928/3048/5614 2930/3060/5640 +s 25 +f 2931/3061/5641 2932/3062/5642 2934/3063/5643 2933/3064/5644 +f 2933/3064/5644 2934/3063/5643 2936/3065/5645 2935/3066/5646 +f 2935/3066/5646 2936/3065/5645 2938/3067/5647 2937/3068/5648 +f 2937/3068/5648 2938/3067/5647 2940/3069/5649 2939/3070/5650 +f 2939/3070/5650 2940/3069/5649 2942/3071/5651 2941/3072/5652 +s 26 +f 2951/3073/5653 2950/3074/5654 2953/3075/5655 2952/3076/5656 +s 27 +f 2950/3074/5657 2949/3077/5658 2954/3078/5659 2953/3075/5660 +s 28 +f 2969/3079/5661 2968/3080/5662 2974/3081/5663 2973/3082/5664 +s 26 +f 2968/3080/5665 2967/3083/5666 2975/3084/5667 2974/3081/5668 +f 2946/3085/5669 2944/3086/5670 2951/3073/5653 2952/3076/5656 +f 2946/3085/5669 2952/3076/5656 2958/3087/5671 2955/3088/5672 +f 2955/3088/5672 2958/3087/5671 2964/3089/5673 2961/3090/5674 +f 2961/3090/5674 2964/3089/5673 2970/3091/5675 2967/3083/5666 +f 2967/3083/5666 2970/3091/5675 2977/3092/5676 2975/3084/5667 +s 27 +f 2954/3078/5659 2949/3077/5658 2942/3071/5677 2940/3069/5678 +f 2954/3078/5659 2940/3069/5678 2938/3067/5679 2960/3093/5680 +f 2960/3093/5680 2938/3067/5679 2936/3065/5681 2966/3094/5682 +f 2966/3094/5682 2936/3065/5681 2934/3063/5683 2972/3095/5684 +f 2972/3095/5684 2934/3063/5683 2932/3062/5685 2976/3096/5686 +s 28 +f 2941/3072/5687 2943/3097/5688 2948/3098/5689 2939/3070/5690 +f 2939/3070/5690 2948/3098/5689 2957/3099/5691 2937/3068/5692 +f 2937/3068/5692 2957/3099/5691 2963/3100/5693 2935/3066/5694 +f 2935/3066/5694 2963/3100/5693 2969/3079/5661 2933/3064/5695 +f 2933/3064/5695 2969/3079/5661 2973/3082/5664 2931/3061/5696 +f 2943/3097/5688 2945/3101/5697 2947/3102/5698 2948/3098/5689 +s 26 +f 2945/3101/5699 2944/3086/5670 2946/3085/5669 2947/3102/5700 +f 2952/3076/5656 2953/3075/5655 2959/3103/5701 2958/3087/5671 +s 27 +f 2953/3075/5660 2954/3078/5659 2960/3093/5680 2959/3103/5702 +s 28 +f 2948/3098/5689 2947/3102/5698 2956/3104/5703 2957/3099/5691 +s 26 +f 2947/3102/5700 2946/3085/5669 2955/3088/5672 2956/3104/5704 +f 2958/3087/5671 2959/3103/5701 2965/3105/5705 2964/3089/5673 +s 27 +f 2959/3103/5702 2960/3093/5680 2966/3094/5682 2965/3105/5706 +s 28 +f 2957/3099/5691 2956/3104/5703 2962/3106/5707 2963/3100/5693 +s 26 +f 2956/3104/5704 2955/3088/5672 2961/3090/5674 2962/3106/5708 +f 2964/3089/5673 2965/3105/5705 2971/3107/5709 2970/3091/5675 +s 27 +f 2965/3105/5706 2966/3094/5682 2972/3095/5684 2971/3107/5710 +s 28 +f 2963/3100/5693 2962/3106/5707 2968/3080/5662 2969/3079/5661 +s 26 +f 2962/3106/5708 2961/3090/5674 2967/3083/5666 2968/3080/5665 +f 2970/3091/5675 2971/3107/5709 2978/3108/5711 2977/3092/5676 +s 27 +f 2971/3107/5710 2972/3095/5684 2976/3096/5686 2978/3108/5712 +s 31 +f 2979/3109/5713 2980/3110/5714 2982/3111/5715 2981/3112/5716 +f 2981/3112/5716 2982/3111/5715 2984/3113/5717 2983/3114/5718 +f 2983/3114/5718 2984/3113/5717 2986/3115/5719 2985/3116/5720 +f 2985/3116/5720 2986/3115/5719 2988/3117/5721 2987/3118/5722 +f 2987/3118/5722 2988/3117/5721 2990/3119/5723 2989/3120/5724 +s 32 +f 2999/3121/5725 2998/3122/5726 3001/3123/5727 3000/3124/5728 +s 33 +f 2998/3122/5729 2997/3125/5730 3002/3126/5731 3001/3123/5732 +s 34 +f 3017/3127/5733 3016/3128/5734 3022/3129/5735 3021/3130/5736 +s 32 +f 3016/3128/5737 3015/3131/5738 3023/3132/5739 3022/3129/5740 +f 2994/3133/5741 2992/3134/5742 2999/3121/5725 3000/3124/5728 +f 2994/3133/5741 3000/3124/5728 3006/3135/5743 3003/3136/5744 +f 3003/3136/5744 3006/3135/5743 3012/3137/5745 3009/3138/5746 +f 3009/3138/5746 3012/3137/5745 3018/3139/5747 3015/3131/5738 +f 3015/3131/5738 3018/3139/5747 3025/3140/5748 3023/3132/5739 +s 33 +f 3002/3126/5731 2997/3125/5730 2990/3119/5749 2988/3117/5750 +f 3002/3126/5731 2988/3117/5750 2986/3115/5751 3008/3141/5752 +f 3008/3141/5752 2986/3115/5751 2984/3113/5753 3014/3142/5754 +f 3014/3142/5754 2984/3113/5753 2982/3111/5755 3020/3143/5756 +f 3020/3143/5756 2982/3111/5755 2980/3110/5757 3024/3144/5758 +s 34 +f 2989/3120/5759 2991/3145/5760 2996/3146/5761 2987/3118/5762 +f 2987/3118/5762 2996/3146/5761 3005/3147/5763 2985/3116/5764 +f 2985/3116/5764 3005/3147/5763 3011/3148/5765 2983/3114/5766 +f 2983/3114/5766 3011/3148/5765 3017/3127/5733 2981/3112/5767 +f 2981/3112/5767 3017/3127/5733 3021/3130/5736 2979/3109/5768 +f 2991/3145/5760 2993/3149/5769 2995/3150/5770 2996/3146/5761 +s 32 +f 2993/3149/5771 2992/3134/5742 2994/3133/5741 2995/3150/5772 +f 3000/3124/5728 3001/3123/5727 3007/3151/5773 3006/3135/5743 +s 33 +f 3001/3123/5732 3002/3126/5731 3008/3141/5752 3007/3151/5774 +s 34 +f 2996/3146/5761 2995/3150/5770 3004/3152/5775 3005/3147/5763 +s 32 +f 2995/3150/5772 2994/3133/5741 3003/3136/5744 3004/3152/5776 +f 3006/3135/5743 3007/3151/5773 3013/3153/5777 3012/3137/5745 +s 33 +f 3007/3151/5774 3008/3141/5752 3014/3142/5754 3013/3153/5778 +s 34 +f 3005/3147/5763 3004/3152/5775 3010/3154/5779 3011/3148/5765 +s 32 +f 3004/3152/5776 3003/3136/5744 3009/3138/5746 3010/3154/5780 +f 3012/3137/5745 3013/3153/5777 3019/3155/5781 3018/3139/5747 +s 33 +f 3013/3153/5778 3014/3142/5754 3020/3143/5756 3019/3155/5782 +s 34 +f 3011/3148/5765 3010/3154/5779 3016/3128/5734 3017/3127/5733 +s 32 +f 3010/3154/5780 3009/3138/5746 3015/3131/5738 3016/3128/5737 +f 3018/3139/5747 3019/3155/5781 3026/3156/5783 3025/3140/5748 +s 33 +f 3019/3155/5782 3020/3143/5756 3024/3144/5758 3026/3156/5784 +s 37 +f 3027/3157/5785 3028/3158/5786 3030/3159/5787 3029/3160/5788 +f 3029/3160/5788 3030/3159/5787 3032/3161/5789 3031/3162/5790 +f 3031/3162/5790 3032/3161/5789 3034/3163/5791 3033/3164/5792 +f 3033/3164/5792 3034/3163/5791 3036/3165/5793 3035/3166/5794 +f 3035/3166/5794 3036/3165/5793 3038/3167/5795 3037/3168/5796 +s 38 +f 3047/3169/5797 3046/3170/5798 3049/3171/5799 3048/3172/5800 s 39 -f 17058/16615/24144 17060/17325/25259 17068/16713/24287 -f 17068/16713/24287 17060/17325/25259 17066/17332/25272 -f 17068/16713/24287 17066/17332/25272 17069/16715/24289 -s 648 -f 17069/16715/25277 17066/17332/25275 17067/17333/25274 -f 17070/16716/25278 17069/16715/25277 17067/17333/25274 +f 3046/3170/5801 3045/3173/5802 3050/3174/5803 3049/3171/5804 +s 40 +f 3065/3175/5805 3064/3176/5806 3070/3177/5807 3069/3178/5808 +s 38 +f 3064/3176/5809 3063/3179/5810 3071/3180/5811 3070/3177/5812 +f 3042/3181/5813 3040/3182/5814 3047/3169/5797 3048/3172/5800 +f 3042/3181/5813 3048/3172/5800 3054/3183/5815 3051/3184/5816 +f 3051/3184/5816 3054/3183/5815 3060/3185/5817 3057/3186/5818 +f 3057/3186/5818 3060/3185/5817 3066/3187/5819 3063/3179/5810 +f 3063/3179/5810 3066/3187/5819 3073/3188/5820 3071/3180/5811 s 39 -f 17070/16716/24293 17067/17333/25279 14425/14690/21740 -f 17073/17334/25280 17466/17335/25281 17067/17333/25279 -f 17067/17333/25279 17466/17335/25281 17071/14691/21741 -f 17067/17333/25279 17071/14691/21741 14425/14690/21740 -f 17065/17331/25282 17073/17334/25280 17067/17333/25279 -f 13800/13963/25267 17072/17336/25283 17063/17329/25268 -f 17063/17329/25268 17072/17336/25283 17073/17334/25280 -f 17063/17329/25268 17073/17334/25280 17065/17331/25282 -f 13800/13963/25267 17062/17328/25265 13801/13964/25266 -f 17077/13956/25284 17074/17337/25285 13796/13957/25286 -f 13796/13957/25286 17074/17337/25285 17075/17338/25287 -f 17075/17338/25287 13799/13961/25288 13796/13957/25286 -f 16003/16282/24150 17078/16618/24151 16002/16283/25289 -f 17082/17339/25290 17081/17340/25291 17075/17338/25287 -f 17082/17339/25290 17075/17338/25287 17074/17337/25285 -f 17080/17341/25292 17082/17339/25290 17074/17337/25285 -f 17083/17342/25293 17080/17341/25292 17074/17337/25285 -f 17083/17342/25293 17074/17337/25285 17077/13956/25284 -f 17084/17343/25294 17079/17344/25295 17080/17341/25292 -f 17084/17343/25294 17080/17341/25292 17083/17342/25293 -f 17076/16194/25296 17083/17342/25293 17077/13956/25284 -f 17085/17345/25297 17079/17344/25295 17084/17343/25294 -f 17084/17343/25298 17083/17342/25293 16002/16283/25289 -f 16002/16283/25289 17083/17342/25293 17076/16194/25296 -f 17085/17345/25297 17084/17343/25294 17086/16776/24392 -f 17086/16776/24392 17084/17343/25299 17078/16618/24151 -f 17078/16618/24151 17084/17343/25298 16002/16283/25289 -f 16269/16619/24152 17085/17345/25297 17086/16776/24392 -f 17081/17340/25291 17082/17339/25290 17080/17341/25292 -f 17081/17340/25291 17080/17341/25292 17087/17346/25300 -f 17087/17346/25300 17080/17341/25292 17079/17344/25295 -f 17087/17346/25300 17079/17344/25295 17094/17347/25301 -f 16269/16619/24152 17088/16621/24154 17085/17345/25297 -f 17085/17345/25297 17088/16621/24154 17089/17348/25302 -f 17085/17345/25297 17089/17348/25302 17079/17344/25295 -f 17079/17344/25295 17089/17348/25302 17094/17347/25301 -f 17092/17349/25303 17075/17338/25287 17081/17340/25291 -f 17093/17350/25304 17092/17349/25303 17081/17340/25291 -f 17093/17350/25304 17081/17340/25291 17087/17346/25300 -f 17091/17351/25305 17093/17350/25304 17087/17346/25300 -f 17094/17347/25306 17091/17351/25305 17087/17346/25300 -f 17090/17352/25307 17095/17353/25308 17091/17351/25309 -f 17090/17352/25307 17091/17351/25309 17096/17354/25310 -f 17096/17354/25311 17091/17351/25305 17094/17347/25306 -s 504 -f 17097/16719/24298 17096/17354/25312 17094/17347/25313 -f 17097/16719/24298 17094/17347/25313 17089/17348/25314 +f 3050/3174/5803 3045/3173/5802 3038/3167/5821 3036/3165/5822 +f 3050/3174/5803 3036/3165/5822 3034/3163/5823 3056/3189/5824 +f 3056/3189/5824 3034/3163/5823 3032/3161/5825 3062/3190/5826 +f 3062/3190/5826 3032/3161/5825 3030/3159/5827 3068/3191/5828 +f 3068/3191/5828 3030/3159/5827 3028/3158/5829 3072/3192/5830 +s 40 +f 3037/3168/5831 3039/3193/5832 3044/3194/5833 3035/3166/5834 +f 3035/3166/5834 3044/3194/5833 3053/3195/5835 3033/3164/5836 +f 3033/3164/5836 3053/3195/5835 3059/3196/5837 3031/3162/5838 +f 3031/3162/5838 3059/3196/5837 3065/3175/5805 3029/3160/5839 +f 3029/3160/5839 3065/3175/5805 3069/3178/5808 3027/3157/5840 +f 3039/3193/5832 3041/3197/5841 3043/3198/5842 3044/3194/5833 +s 38 +f 3041/3197/5843 3040/3182/5814 3042/3181/5813 3043/3198/5844 +f 3048/3172/5800 3049/3171/5799 3055/3199/5845 3054/3183/5815 s 39 -f 17098/16717/24294 17090/17352/25307 17096/17354/25310 -s 504 -f 17098/16717/24297 17096/17354/25312 17097/16719/24298 +f 3049/3171/5804 3050/3174/5803 3056/3189/5824 3055/3199/5846 +s 40 +f 3044/3194/5833 3043/3198/5842 3052/3200/5847 3053/3195/5835 +s 38 +f 3043/3198/5844 3042/3181/5813 3051/3184/5816 3052/3200/5848 +f 3054/3183/5815 3055/3199/5845 3061/3201/5849 3060/3185/5817 s 39 -f 17097/16719/24301 17089/17348/25302 17088/16621/24154 -f 14373/14615/21640 17090/17352/25307 17098/16717/24294 -f 13799/13961/25288 17075/17338/25287 17092/17349/25303 -f 13799/13961/25288 17092/17349/25303 17099/17355/25315 -f 17099/17355/25315 17092/17349/25303 17093/17350/25316 -f 17100/17356/25317 17099/17355/25315 17091/17351/25318 -f 17099/17355/25315 17093/17350/25316 17091/17351/25318 -f 17100/17356/25317 17091/17351/25318 17095/17353/25319 -f 17100/17356/25317 17095/17353/25319 17101/17357/25320 -f 17101/17357/25320 17095/17353/25319 17090/17352/25321 -f 17101/17357/25320 17090/17352/25321 17102/14614/21639 -f 17102/14614/21639 17090/17352/25321 14373/14615/21640 -f 17106/13954/25322 17105/17358/25323 13794/13955/25324 -f 13794/13955/25324 17105/17358/25323 17103/17359/25325 -f 13794/13955/25324 17103/17359/25325 16004/16284/24148 -f 17103/17359/25325 17104/16617/24149 16004/16284/24148 -f 17106/13954/25322 13792/13952/25326 16268/16616/25327 -f 17106/13954/25322 16268/16616/25327 17109/17360/25328 -f 17105/17358/25323 17106/13954/25322 17109/17360/25328 -f 17105/17358/25323 17109/17360/25328 17110/17361/25329 -f 17111/17362/25330 17105/17358/25323 17110/17361/25329 -f 17103/17359/25325 17105/17358/25323 17111/17362/25331 -f 17112/17363/25332 17111/17362/25330 17110/17361/25329 -f 17108/16777/24393 17111/17362/25330 17112/17363/25332 -f 17104/16617/24149 17103/17359/25325 17111/17362/25331 -f 17104/16617/24149 17111/17362/25331 17113/16775/24391 -f 17113/16775/24391 17111/17362/25330 17108/16777/24393 -f 17107/16620/24153 17108/16777/24393 17112/17363/25332 -f 17112/17363/25332 17116/17364/25333 17114/16622/24155 -f 17112/17363/25332 17114/16622/24155 17107/16620/24153 -f 17110/17361/25329 17115/17365/25334 17116/17364/25333 -f 17110/17361/25329 17116/17364/25333 17112/17363/25332 -f 17115/17365/25334 17110/17361/25329 17109/17360/25328 -f 17109/17360/25328 17117/17366/25335 17115/17365/25334 -f 17109/17360/25328 16268/16616/24146 17117/17366/25335 -f 17117/17366/25335 16268/16616/24146 17118/17367/25336 -f 13791/13951/25337 17119/17368/25338 17118/17367/25336 -f 17119/17368/25338 17117/17366/25335 17118/17367/25336 -f 17115/17365/25334 17117/17366/25335 17120/17369/25339 -f 17120/17369/25339 17117/17366/25335 17119/17368/25338 -f 17121/17370/25340 17120/17369/25339 17119/17368/25338 -f 17116/17364/25333 17115/17365/25334 17120/17369/25341 -f 17116/17364/25333 17120/17369/25341 17122/17371/25342 -f 17122/17371/25343 17120/17369/25339 17121/17370/25340 -f 17123/17372/25344 17122/17371/25345 17121/17370/25346 -f 17114/16622/24155 17116/17364/25333 17124/16720/24300 -f 17124/16720/24300 17116/17364/25333 17122/17371/25342 -f 17124/16720/24300 17122/17371/25342 17125/17373/25347 -f 17125/17373/25348 17122/17371/25345 17123/17372/25344 -f 17126/14692/21742 17125/17373/25348 17123/17372/25344 -s 504 -f 17124/16720/24299 17125/17373/25349 16301/16718/24296 +f 3055/3199/5846 3056/3189/5824 3062/3190/5826 3061/3201/5850 +s 40 +f 3053/3195/5835 3052/3200/5847 3058/3202/5851 3059/3196/5837 +s 38 +f 3052/3200/5848 3051/3184/5816 3057/3186/5818 3058/3202/5852 +f 3060/3185/5817 3061/3201/5849 3067/3203/5853 3066/3187/5819 s 39 -f 16301/16718/24295 17125/17373/25348 17126/14692/21742 -f 17129/17374/25350 17476/17375/25351 17123/17372/25352 -f 17123/17372/25352 17476/17375/25351 17127/14687/21736 -f 17123/17372/25352 17127/14687/21736 17126/14692/21742 -f 17121/17370/25353 17129/17374/25350 17123/17372/25352 -f 13791/13951/25337 17128/17376/25354 17119/17368/25338 -f 17119/17368/25338 17128/17376/25354 17129/17374/25350 -f 17119/17368/25338 17129/17374/25350 17121/17370/25353 -f 13791/13951/25337 17118/17367/25336 13790/13950/24145 -f 16268/16616/24146 13790/13950/24145 17118/17367/25336 -f 17130/13946/25355 17131/17377/25356 13787/13943/25357 -f 13787/13943/25357 17131/17377/25356 17132/17378/25358 -f 17132/17378/25358 13788/13947/25359 13787/13943/25357 -f 16007/16289/24160 17134/16624/24159 16005/16287/25360 -f 17138/17379/25361 17137/17380/25362 17132/17378/25358 -f 17138/17379/25361 17132/17378/25358 17131/17377/25356 -f 17136/17381/25363 17138/17379/25361 17131/17377/25356 -f 17130/13946/25355 17133/16286/25364 17139/17382/25365 -f 17139/17382/25365 17136/17381/25363 17131/17377/25356 -f 17139/17382/25365 17131/17377/25356 17130/13946/25355 -f 17140/17383/25366 17135/17384/25367 17136/17381/25363 -f 17140/17383/25366 17136/17381/25363 17139/17382/25365 -f 16271/16626/24163 17135/17384/25367 17140/17383/25366 -f 17140/17383/25368 17139/17382/25365 16005/16287/25360 -f 16005/16287/25360 17139/17382/25365 17133/16286/25364 -f 17134/16624/24159 17140/17383/25368 16005/16287/25360 -f 16313/16778/24396 16271/16626/24163 17140/17383/25366 -f 16313/16778/24394 17140/17383/25368 17134/16624/24159 -f 17137/17380/25362 17138/17379/25361 17136/17381/25363 -f 17137/17380/25362 17136/17381/25363 17141/17385/25369 -f 17141/17385/25369 17136/17381/25363 17135/17384/25367 -f 17141/17385/25369 17135/17384/25367 17147/17386/25370 -f 16271/16626/24163 16303/16628/24165 17142/17387/25371 -f 16271/16626/24163 17142/17387/25371 17135/17384/25367 -f 17135/17384/25367 17142/17387/25371 17147/17386/25370 -f 17144/17388/25372 17132/17378/25358 17137/17380/25362 -f 17145/17389/25373 17144/17388/25372 17137/17380/25362 -f 17145/17389/25373 17137/17380/25362 17141/17385/25369 -f 17146/17390/25374 17152/17391/25375 17145/17389/25376 -f 17146/17390/25377 17145/17389/25373 17141/17385/25369 -f 17148/17392/25378 17152/17391/25375 17146/17390/25374 -f 17147/17386/25370 17146/17390/25377 17141/17385/25369 -f 17143/17393/25379 17148/17392/25378 17146/17390/25380 -f 17149/17394/25381 17146/17390/25377 17147/17386/25370 -f 17143/17393/25379 17146/17390/25380 14422/14680/21729 -f 14422/14680/21729 17146/17390/25380 17149/17394/25382 -f 17149/17394/25381 17147/17386/25370 17150/16724/24305 -f 17150/16724/24305 17147/17386/25370 17142/17387/25371 -f 17151/16722/24303 14422/14680/21729 17149/17394/25382 -f 17151/16722/24303 17149/17394/25383 17150/16724/24305 -f 16303/16628/24165 17150/16724/24305 17142/17387/25371 -f 13788/13947/25359 17132/17378/25358 17144/17388/25372 -f 13788/13947/25359 17144/17388/25372 17480/13949/25384 -f 17152/17391/25375 17480/13949/25384 17145/17389/25376 -f 17480/13949/25384 17144/17388/25372 17145/17389/25376 -f 17153/17395/25385 17152/17391/25375 17148/17392/25378 -f 17153/17395/25385 17148/17392/25378 17154/17396/25386 -f 17154/17396/25386 17148/17392/25378 17143/17393/25379 -f 17154/17396/25386 17143/17393/25379 17155/14684/21733 -f 17155/14684/21733 17143/17393/25379 14422/14680/21729 -f 17159/13941/25387 17158/17397/25388 13784/13942/25389 -f 17158/17397/25388 17156/17398/25390 13784/13942/25389 -f 13784/13942/25389 17156/17398/25390 16008/16288/24162 -f 16008/16288/24162 17156/17398/25390 17157/16625/24161 -f 13782/13939/24158 17162/17399/25391 17159/13941/25387 -f 17162/17399/25391 13782/13939/24158 16270/16623/24157 -f 17162/17399/25391 16270/16623/24157 17161/17400/25392 -f 17162/17399/25391 17161/17400/25392 17163/17401/25393 -f 17158/17397/25388 17159/13941/25387 17164/17402/25394 -f 17164/17402/25394 17159/13941/25387 17162/17399/25391 -f 17164/17402/25394 17162/17399/25391 17163/17401/25393 -f 17165/17403/25395 17164/17402/25394 17163/17401/25393 -f 17166/17404/25396 17158/17397/25388 17164/17402/25394 -f 17166/17404/25397 17164/17402/25394 17165/17403/25395 -f 17156/17398/25390 17158/17397/25388 17166/17404/25396 -f 17167/17405/25398 17166/17404/25397 17165/17403/25395 -f 17168/16779/24395 17156/17398/25390 17166/17404/25396 -f 17168/16779/24397 17166/17404/25397 17167/17405/25398 -f 17157/16625/24161 17156/17398/25390 17168/16779/24395 -f 17168/16779/24397 17167/17405/25398 17160/16627/24164 -f 17167/17405/25398 17171/17406/25399 17169/16629/24166 -f 17167/17405/25398 17169/16629/24166 17160/16627/24164 -f 17165/17403/25395 17170/17407/25400 17171/17406/25399 -f 17165/17403/25395 17171/17406/25399 17167/17405/25398 -f 17170/17407/25400 17165/17403/25395 17163/17401/25393 -f 17163/17401/25393 17172/17408/25401 17170/17407/25400 -f 17163/17401/25393 17161/17400/25392 17172/17408/25401 -s off -f 17161/17400/25402 16270/16623/25403 13780/13937/25404 +f 3061/3201/5850 3062/3190/5826 3068/3191/5828 3067/3203/5854 +s 40 +f 3059/3196/5837 3058/3202/5851 3064/3176/5806 3065/3175/5805 +s 38 +f 3058/3202/5852 3057/3186/5818 3063/3179/5810 3064/3176/5809 +f 3066/3187/5819 3067/3203/5853 3074/3204/5855 3073/3188/5820 s 39 -f 17173/17409/25405 17161/17400/25392 13780/13937/25406 -f 17172/17408/25401 17161/17400/25392 17173/17409/25405 -f 13781/13938/25407 17174/17410/25408 17173/17409/25405 -f 17170/17407/25400 17172/17408/25401 17175/17411/25409 -f 17175/17411/25409 17172/17408/25401 17173/17409/25405 -f 17175/17411/25409 17173/17409/25405 17174/17410/25408 -f 17176/17412/25410 17175/17411/25409 17174/17410/25408 -f 17171/17406/25399 17170/17407/25400 17175/17411/25411 -f 17177/17413/25412 17171/17406/25399 17175/17411/25411 -f 17177/17413/25413 17175/17411/25409 17176/17412/25410 -f 17169/16629/24166 17171/17406/25399 17179/16725/24306 -f 17179/16725/24306 17171/17406/25399 17177/17413/25412 -f 17177/17413/25413 17176/17412/25410 17180/16721/24302 -f 17180/16721/24302 17176/17412/25410 17178/17414/25414 -f 17181/16723/24304 17179/16725/24306 17177/17413/25412 -f 17181/16723/24304 17177/17413/25413 17180/16721/24302 -f 16302/14681/21730 17180/16721/24302 17178/17414/25414 -f 17184/17415/25415 17182/14682/21731 17178/17414/25414 -f 17178/17414/25414 17182/14682/21731 16302/14681/21730 -f 17176/17412/25410 17184/17415/25415 17178/17414/25414 -f 13781/13938/25407 17183/17416/25416 17174/17410/25408 -f 17174/17410/25408 17183/17416/25416 17184/17415/25415 -f 17174/17410/25408 17184/17415/25415 17176/17412/25410 -f 13781/13938/25407 17173/17409/25405 13780/13937/25406 -f 17187/13933/25417 17185/17417/25418 13778/13930/25419 -f 13778/13930/25419 17185/17417/25418 17186/17418/25420 -f 17186/17418/25420 17200/13934/25421 13778/13930/25419 -f 16010/16290/24171 17188/16631/24170 17189/16291/25422 -f 17191/17419/25423 17192/17420/25424 17185/17417/25418 -f 17185/17417/25418 17192/17420/25424 17186/17418/25420 -f 17193/17421/25425 17191/17419/25423 17185/17417/25418 -f 17190/17422/25426 17191/17419/25423 17193/17421/25425 -f 17185/17417/25418 17187/13933/25417 17194/17423/25427 -f 17194/17423/25427 17193/17421/25425 17185/17417/25418 -f 17187/13933/25417 17189/16291/25422 17194/17423/25427 -f 17195/17424/25428 17190/17422/25426 17193/17421/25425 -f 17195/17424/25428 17193/17421/25425 17194/17423/25429 -f 16273/16633/24174 17190/17422/25426 17195/17424/25428 -f 17195/17424/25430 17194/17423/25427 17189/16291/25422 -f 16273/16633/24174 17195/17424/25428 17196/16781/24400 -f 17196/16781/24399 17195/17424/25431 17188/16631/24170 -f 17188/16631/24170 17195/17424/25430 17189/16291/25422 -f 17186/17418/25420 17192/17420/25424 17201/17425/25432 -f 17192/17420/25424 17191/17419/25423 17197/17426/25433 -f 17197/17426/25433 17191/17419/25423 17190/17422/25426 -f 17197/17426/25433 17190/17422/25426 17204/17427/25434 -f 16273/16633/24174 16304/16635/24176 17198/17428/25435 -f 16273/16633/24174 17198/17428/25435 17190/17422/25426 -f 17190/17422/25426 17198/17428/25435 17204/17427/25434 -f 17200/13934/25421 17186/17418/25420 17201/17425/25432 -f 17202/17429/25436 17200/13934/25421 17201/17425/25432 -f 17192/17420/25424 17197/17426/25433 17201/17425/25432 -f 17197/17426/25437 17202/17429/25438 17201/17425/25439 -f 17203/17430/25440 17209/17431/25441 17202/17429/25442 -f 17203/17430/25443 17202/17429/25438 17197/17426/25437 -f 17205/17432/25444 17209/17431/25441 17203/17430/25440 -f 17204/17427/25445 17203/17430/25443 17197/17426/25437 -f 17199/17433/25446 17205/17432/25444 17203/17430/25447 -f 17206/17434/25448 17203/17430/25443 17204/17427/25445 -f 17199/17433/25446 17203/17430/25447 14420/14678/21727 -f 14420/14678/21727 17203/17430/25447 17206/17434/25449 -f 17206/17434/25448 17204/17427/25445 17207/16727/24308 -f 17207/16727/24308 17204/17427/25445 17198/17428/25435 -f 17208/16728/24312 14420/14678/21727 17206/17434/25449 -f 17208/16728/24310 17206/17434/25448 17207/16727/24308 -f 16304/16635/24176 17207/16727/24308 17198/17428/25435 -f 17209/17431/25450 17200/13934/25421 17202/17429/25436 -f 17210/17435/25451 17209/17431/25441 17205/17432/25444 -f 17210/17435/25451 17205/17432/25444 17211/17436/25452 -f 17211/17436/25452 17205/17432/25444 17199/17433/25446 -f 17211/17436/25452 17199/17433/25446 17212/14677/21726 -f 17212/14677/21726 17199/17433/25446 14420/14678/21727 -f 17216/13928/25453 17215/17437/25454 13775/13929/25455 -f 17215/17437/25454 17213/16292/25456 13775/13929/25455 -f 17213/16292/25456 17214/16632/24173 16012/16294/24172 -f 17216/13928/25453 13773/13926/25457 16272/16630/25458 -f 17216/13928/25453 16272/16630/25458 17218/17438/25459 -f 17215/17437/25454 17216/13928/25453 17218/17438/25459 -f 17215/17437/25454 17218/17438/25459 17219/17439/25460 -f 17221/17440/25461 17215/17437/25454 17220/17441/25462 -f 17220/17441/25462 17215/17437/25454 17219/17439/25460 -f 17213/16292/25456 17215/17437/25454 17221/17440/25463 -f 17217/16634/24175 17221/17440/25464 17220/17441/25465 -f 17214/16632/24173 17213/16292/25456 17221/17440/25463 -f 17214/16632/24173 17221/17440/25463 17222/16780/24398 -f 17222/16780/24401 17221/17440/25464 17217/16634/24175 -f 17220/17441/25465 17225/17442/25466 17217/16634/24175 -f 17217/16634/24175 17225/17442/25466 17223/16636/24177 -f 17219/17439/25460 17224/17443/25467 17220/17441/25465 -f 17220/17441/25465 17224/17443/25467 17225/17442/25466 -f 17219/17439/25460 17226/17444/25468 17224/17443/25467 -f 17219/17439/25460 17218/17438/25459 17226/17444/25468 -f 17218/17438/25459 16272/16630/24168 17226/17444/25468 -f 17226/17444/25468 16272/16630/24168 17227/17445/25469 -f 13772/13925/25470 17229/17446/25471 17227/17445/25469 -f 17224/17443/25467 17226/17444/25468 17228/17447/25472 -f 17228/17447/25472 17227/17445/25469 17229/17446/25471 -f 17227/17445/25469 17228/17447/25472 17226/17444/25468 -f 17230/17448/25473 17228/17447/25472 17229/17446/25471 -f 17225/17442/25466 17224/17443/25467 17228/17447/25472 -f 17225/17442/25466 17228/17447/25472 17231/17449/25474 -f 17231/17449/25474 17228/17447/25472 17230/17448/25473 -f 17223/16636/24177 17225/17442/25466 17233/16726/24307 -f 17233/16726/24307 17225/17442/25466 17231/17449/25475 -f 17231/17449/25474 17230/17448/25473 17234/16729/24313 -f 17234/16729/24313 17230/17448/25473 17232/17450/25476 -f 17233/16726/24309 17231/17449/25477 17234/16729/24311 -f 16305/14679/21728 17234/16729/24313 17232/17450/25476 -f 17237/17451/25478 17235/17452/25479 17232/17450/25476 -f 17232/17450/25476 17235/17452/25479 14414/14666/21711 -f 17232/17450/25476 14414/14666/21711 16305/14679/21728 -f 17230/17448/25473 17237/17451/25478 17232/17450/25476 -f 13772/13925/25470 17236/17453/25480 17229/17446/25471 -f 17229/17446/25471 17236/17453/25480 17237/17451/25478 -f 17229/17446/25471 17237/17451/25478 17230/17448/25473 -f 13772/13925/25470 17227/17445/25469 13771/13924/24167 -f 16272/16630/24168 13771/13924/24167 17227/17445/25469 -f 17238/13919/25481 17239/17454/25482 13766/13917/25483 -f 13766/13917/25483 17239/17454/25482 17240/17455/25484 -f 17240/17455/25484 13769/13921/25485 13766/13917/25483 -f 16014/16298/24182 17241/16638/24181 17242/16295/25486 -f 17246/17456/25487 17245/17457/25488 17240/17455/25484 -f 17246/17456/25487 17240/17455/25484 17239/17454/25482 -f 17244/17458/25489 17246/17456/25487 17239/17454/25482 -f 17238/13919/25481 17242/16295/25486 17247/17459/25490 -f 17247/17459/25490 17244/17458/25489 17239/17454/25482 -f 17247/17459/25490 17239/17454/25482 17238/13919/25481 -f 17248/17460/25491 17243/17461/25492 17244/17458/25489 -f 17248/17460/25491 17244/17458/25489 17247/17459/25490 -f 16275/16640/24185 17243/17461/25492 17248/17460/25491 -f 17248/17460/25493 17247/17459/25490 17241/16638/24181 -f 17241/16638/24181 17247/17459/25490 17242/16295/25486 -f 16275/16640/24185 17248/17460/25491 17249/16783/24404 -f 17249/16783/24403 17248/17460/25493 17241/16638/24181 -f 17245/17457/25488 17246/17456/25487 17244/17458/25489 -f 17245/17457/25488 17244/17458/25489 17250/17462/25494 -f 17250/17462/25494 17244/17458/25489 17243/17461/25492 -f 17250/17462/25494 17243/17461/25492 17257/17463/25495 -f 16275/16640/24185 17251/16642/24187 17252/17464/25496 -f 16275/16640/24185 17252/17464/25496 17243/17461/25492 -f 17243/17461/25492 17252/17464/25496 17257/17463/25495 -f 17254/17465/25497 17240/17455/25484 17245/17457/25488 -f 17255/17466/25498 17254/17465/25497 17245/17457/25488 -f 17255/17466/25498 17245/17457/25488 17250/17462/25494 -f 17256/17467/25499 17262/17468/25500 17255/17466/25501 -f 17256/17467/25502 17255/17466/25498 17250/17462/25494 -f 17258/17469/25503 17262/17468/25500 17256/17467/25499 -f 17257/17463/25504 17256/17467/25502 17250/17462/25494 -f 17253/17470/25505 17258/17469/25503 17256/17467/25506 -f 17259/17471/25507 17256/17467/25502 17257/17463/25504 -f 17253/17470/25505 17256/17467/25506 14417/14673/21722 -f 14417/14673/21722 17256/17467/25506 17259/17471/25508 -f 17260/16730/24314 17259/17471/25507 17257/17463/25504 -f 17260/16730/24314 17257/17463/25504 17252/17464/25509 -f 17261/16733/24319 14417/14673/21722 17259/17471/25508 -f 17261/16733/24317 17259/17471/25507 17260/16730/24314 -f 17260/16730/24314 17252/17464/25496 17251/16642/24187 -f 13769/13921/25485 17240/17455/25484 17254/17465/25497 -f 13769/13921/25485 17254/17465/25497 17499/13923/25510 -f 17262/17468/25500 17499/13923/25510 17255/17466/25501 -f 17499/13923/25510 17254/17465/25497 17255/17466/25501 -f 17263/17472/25511 17262/17468/25500 17258/17469/25503 -f 17263/17472/25511 17258/17469/25503 17264/17473/25512 -f 17264/17473/25512 17258/17469/25503 17253/17470/25505 -f 17264/17473/25512 17253/17470/25505 14416/14671/21719 -f 14416/14671/21719 17253/17470/25505 14417/14673/21722 -f 17267/13916/25513 17265/17474/25514 16016/16297/24184 -f 17265/17474/25514 17266/16639/24183 16016/16297/24184 -f 13764/13913/24180 16274/16637/24179 17270/17475/25515 -f 17268/13915/25516 13764/13913/24180 17272/17476/25517 -f 17272/17476/25517 13764/13913/24180 17270/17475/25515 -f 17272/17476/25517 17270/17475/25515 17271/17477/25518 -f 17267/13916/25519 17268/13915/25516 17272/17476/25517 -f 17273/17478/25520 17272/17476/25517 17271/17477/25518 -f 17274/17479/25521 17267/13916/25519 17272/17476/25517 -f 17274/17479/25522 17272/17476/25517 17273/17478/25520 -f 17265/17474/25523 17267/13916/25519 17274/17479/25521 -f 17275/17480/25524 17274/17479/25522 17273/17478/25520 -f 17266/16639/24183 17265/17474/25514 17274/17479/25525 -f 17266/16639/24183 17274/17479/25525 17276/16782/24402 -f 17276/16782/24402 17274/17479/25525 17275/17480/25526 -f 17276/16782/24402 17275/17480/25526 17269/16641/24186 -f 17275/17480/25524 17279/17481/25527 17277/16643/24188 -f 17275/17480/25524 17277/16643/24188 17269/16641/24186 -f 17273/17478/25520 17278/17482/25528 17279/17481/25527 -f 17273/17478/25520 17279/17481/25527 17275/17480/25524 -f 17278/17482/25528 17273/17478/25520 17271/17477/25518 -f 17271/17477/25518 17280/17483/25529 17278/17482/25528 -f 17271/17477/25518 17270/17475/25515 17280/17483/25529 -f 17282/17484/25530 17270/17475/25515 16274/16637/24179 -f 17280/17483/25529 17270/17475/25515 17282/17484/25530 -f 13763/13912/25531 17283/17485/25532 17282/17484/25530 -f 17283/17485/25532 17280/17483/25529 17282/17484/25530 -f 17278/17482/25528 17280/17483/25529 17284/17486/25533 -f 17284/17486/25533 17280/17483/25529 17283/17485/25532 -f 17285/17487/25534 17284/17486/25533 17283/17485/25532 -f 17279/17481/25527 17278/17482/25528 17284/17486/25535 -f 17279/17481/25527 17284/17486/25535 17286/17488/25536 -f 17286/17488/25537 17284/17486/25533 17285/17487/25534 -f 17277/16643/24188 17279/17481/25527 17288/16731/24315 -f 17288/16731/24315 17279/17481/25527 17286/17488/25536 -f 17288/16731/24315 17286/17488/25536 17289/16732/24316 -f 17289/16732/24316 17286/17488/25536 17290/16734/24318 -f 17290/16734/24318 17286/17488/25536 17285/17487/25538 -f 17290/16734/24318 17285/17487/25538 17287/17489/25539 -f 17290/16734/24318 17287/17489/25539 17281/14674/21723 -f 17293/17490/25540 17505/17491/25541 17287/17489/25539 -f 17287/17489/25539 17505/17491/25541 17291/14675/21724 -f 17287/17489/25539 17291/14675/21724 17281/14674/21723 -f 17285/17487/25542 17293/17490/25540 17287/17489/25539 -f 13763/13912/25531 17292/17492/25543 17283/17485/25532 -f 17283/17485/25532 17292/17492/25543 17293/17490/25540 -f 17283/17485/25532 17293/17490/25540 17285/17487/25542 -f 13763/13912/25531 17282/17484/25530 16274/16637/24179 -f 13763/13912/25531 16274/16637/24179 13762/13911/24178 -f 17294/17493/25544 13758/13906/25545 13757/13903/25546 -f 13758/13906/25545 17294/17493/25544 17295/17494/25547 -f 17295/17494/25547 13760/13908/25548 13758/13906/25545 -f 17296/13905/25549 17294/17493/25544 13757/13903/25546 -f 16019/16302/24193 17297/16645/24192 16017/16300/25550 -f 17300/17495/25551 17295/17494/25547 17294/17493/25544 -f 17299/17496/25552 17300/17495/25551 17294/17493/25544 -f 17294/17493/25544 17296/13905/25549 17301/17497/25553 -f 17301/17497/25553 17299/17496/25552 17294/17493/25544 -f 17302/17498/25554 17298/17499/25555 17299/17496/25552 -f 17302/17498/25554 17299/17496/25552 17301/17497/25553 -f 16277/16647/24196 17298/17499/25555 17302/17498/25554 -f 17302/17498/25556 17301/17497/25553 16017/16300/25550 -f 16017/16300/25550 17301/17497/25553 17296/13905/25549 -f 17297/16645/24192 17302/17498/25556 16017/16300/25550 -f 16315/16784/24407 16277/16647/24196 17302/17498/25554 -f 16315/16784/24405 17302/17498/25556 17297/16645/24192 -f 17295/17494/25547 17300/17495/25551 17303/17500/25557 -f 17300/17495/25551 17299/17496/25552 17304/17501/25558 -f 17304/17501/25558 17299/17496/25552 17298/17499/25555 -f 17304/17501/25558 17298/17499/25555 17311/17502/25559 -f 16277/16647/24196 17305/16649/24198 17306/17503/25560 -f 16277/16647/24196 17306/17503/25560 17298/17499/25555 -f 17298/17499/25555 17306/17503/25560 17311/17502/25559 -f 17300/17495/25551 17304/17501/25558 17303/17500/25557 -f 17304/17501/25558 17309/17504/25561 17303/17500/25557 -f 17310/17505/25562 17308/17506/25563 17309/17504/25561 -f 17310/17505/25562 17309/17504/25561 17304/17501/25558 -f 17312/17507/25564 17308/17506/25565 17310/17505/25566 -f 17311/17502/25567 17310/17505/25562 17304/17501/25558 -f 17307/17508/25568 17312/17507/25564 17310/17505/25566 -f 17313/17509/25569 17310/17505/25562 17311/17502/25567 -f 17307/17508/25568 17310/17505/25566 14415/14667/21714 -f 14415/14667/21714 17310/17505/25566 17313/17509/25570 -f 17314/16736/24321 17313/17509/25569 17311/17502/25567 -f 17314/16736/24321 17311/17502/25567 17306/17503/25560 -f 17315/16738/24325 14415/14667/21714 17313/17509/25570 -f 17314/16736/24321 17306/17503/25560 17305/16649/24198 -f 17315/16738/24324 17313/17509/25569 17314/16736/24321 -f 13760/13908/25548 17295/17494/25547 17303/17500/25557 -f 13760/13908/25548 17303/17500/25557 17316/17510/25571 -f 17316/17510/25571 17303/17500/25557 17309/17504/25572 -f 17317/17511/25573 17316/17510/25571 17308/17506/25565 -f 17316/17510/25571 17309/17504/25572 17308/17506/25565 -f 17317/17511/25573 17308/17506/25565 17312/17507/25564 -f 17317/17511/25573 17312/17507/25564 17318/17512/25574 -f 17318/17512/25574 17312/17507/25564 17307/17508/25568 -f 17318/17512/25574 17307/17508/25568 17319/14669/21716 -f 17319/14669/21716 17307/17508/25568 14415/14667/21714 -f 17322/17513/25575 17320/17514/25576 13746/13902/25577 -f 13746/13902/25577 17320/17514/25576 16023/16301/24195 -f 17320/17514/25576 17321/16646/24194 16023/16301/24195 -f 13746/13902/25577 17323/13900/25578 17322/17513/25575 -f 17323/13900/25578 13751/13897/25579 17326/17515/25580 -f 13751/13897/25579 16276/16644/25581 17325/17516/25582 -f 13751/13897/25579 17325/17516/25582 17326/17515/25580 -f 17322/17513/25575 17323/13900/25578 17326/17515/25580 -f 17322/17513/25575 17326/17515/25580 17327/17517/25583 -f 17328/17518/25584 17322/17513/25575 17327/17517/25583 -f 17320/17514/25576 17322/17513/25575 17328/17518/25585 -f 17329/17519/25586 17328/17518/25584 17327/17517/25583 -f 17330/17520/25587 17320/17514/25576 17328/17518/25585 -f 17330/17520/25588 17328/17518/25584 17329/17519/25586 -f 17321/16646/24194 17320/17514/25576 17330/17520/25587 -f 17324/16648/24197 17330/17520/25588 17329/17519/25586 -f 17321/16646/24194 17330/17520/25587 16314/16785/24406 -f 16314/16785/24408 17330/17520/25588 17324/16648/24197 -f 17329/17519/25586 17333/17521/25589 17331/16650/24199 -f 17329/17519/25586 17331/16650/24199 17324/16648/24197 -f 17327/17517/25583 17332/17522/25590 17333/17521/25589 -f 17327/17517/25583 17333/17521/25589 17329/17519/25586 -f 17332/17522/25590 17327/17517/25583 17326/17515/25580 -f 17326/17515/25580 17334/17523/25591 17332/17522/25590 -f 17334/17523/25591 17326/17515/25580 17325/17516/25582 -f 17335/17524/25592 17325/17516/25582 16276/16644/24190 -f 17334/17523/25591 17325/17516/25582 17335/17524/25592 -f 13754/13896/25593 17336/17525/25594 17335/17524/25592 -f 17336/17525/25594 17334/17523/25591 17335/17524/25592 -f 17337/17526/25595 17332/17522/25590 17334/17523/25591 -f 17337/17526/25596 17334/17523/25591 17336/17525/25594 -f 17338/17527/25597 17337/17526/25596 17336/17525/25594 -f 17333/17521/25589 17332/17522/25590 17337/17526/25595 -f 17339/17528/25598 17333/17521/25589 17337/17526/25595 -f 17339/17528/25599 17337/17526/25596 17338/17527/25597 -f 17331/16650/24199 17333/17521/25589 17341/16735/24320 -f 17341/16735/24320 17333/17521/25589 17339/17528/25598 -f 17339/17528/25599 17338/17527/25597 17342/16737/24326 -f 17342/16737/24326 17338/17527/25597 17340/17529/25600 -f 17341/16735/24322 17339/17528/25601 17342/16737/24323 -f 16306/14668/21715 17342/16737/24326 17340/17529/25600 -f 17344/17530/25602 17343/17531/25603 17340/17529/25600 -f 17340/17529/25600 17343/17531/25603 14406/14651/21693 -f 17340/17529/25600 14406/14651/21693 16306/14668/21715 -f 17338/17527/25597 17344/17530/25602 17340/17529/25600 -f 13754/13896/25593 17513/17532/25604 17336/17525/25594 -f 17336/17525/25594 17513/17532/25604 17344/17530/25602 -f 17336/17525/25594 17344/17530/25602 17338/17527/25597 -f 13754/13896/25593 17335/17524/25592 16276/16644/24190 -f 13754/13896/25593 16276/16644/24190 13753/13895/24189 -f 13912/14115/21138 13910/14112/21135 17345/17533/25605 -f 17345/17533/25605 16422/16865/25606 13912/14115/21138 -f 16423/16863/25607 16422/16865/25606 17346/17534/25608 -f 16423/16863/25607 17346/17534/25608 17347/16864/24530 -f 14378/14622/21649 16421/14620/21645 17347/16864/24530 -f 16448/16882/24555 16449/14623/21650 17348/17535/25609 -f 16447/16881/25610 16448/16882/24555 17348/17535/25609 -f 16446/16880/25611 16447/16881/25610 17349/17536/25612 -f 16446/16880/25611 17349/17536/25612 17350/14113/21136 -f 16446/16880/25611 17350/14113/21136 13909/14111/21134 -f 13910/14112/21135 17351/17537/25613 17345/17533/25605 -f 17345/17533/25605 17351/17537/25613 16422/16865/25606 -f 16422/16865/25606 17351/17537/25613 17352/17538/25614 -f 16422/16865/25606 17352/17538/25614 17346/17534/25608 -f 17346/17534/25608 17352/17538/25614 17353/17539/25615 -f 17346/17534/25608 17353/17539/25615 17347/16864/24530 -f 17347/16864/24530 17353/17539/25615 17354/17540/25616 -f 17347/16864/24530 17354/17540/25616 14378/14622/21649 -f 13910/14112/21135 17350/14113/21136 17351/17537/25613 -f 17351/17537/25613 17350/14113/21136 17349/17536/25612 -f 17351/17537/25613 17349/17536/25612 17352/17538/25614 -f 17352/17538/25614 17349/17536/25612 16447/16881/25610 -f 17352/17538/25614 16447/16881/25610 17353/17539/25615 -f 17353/17539/25615 16447/16881/25610 17348/17535/25609 -f 17353/17539/25615 17348/17535/25609 17354/17540/25616 -f 17354/17540/25616 17348/17535/25609 14378/14622/21649 -f 14378/14622/21649 17348/17535/25609 16449/14623/21650 -f 17355/17541/25617 16475/16902/25618 13902/14102/21125 -f 17356/17542/25619 16475/16902/25618 17355/17541/25617 -f 16475/16902/25618 17356/17542/25619 16476/16900/25620 -f 16476/16900/25620 17356/17542/25619 17357/17543/25621 -f 16476/16900/25620 17357/17543/25621 17358/16901/24580 -f 14456/14745/21804 16474/14748/21807 17358/16901/24580 -f 16503/16922/24617 16504/14744/21803 17359/17544/25622 -f 16502/16921/25623 16503/16922/24617 17359/17544/25622 -f 16501/16920/25624 16502/16921/25623 17360/17545/25625 -f 13899/14098/21121 17360/17545/25625 17361/14100/21123 -f 13899/14098/21121 16501/16920/25626 17360/17545/25625 -f 13902/14102/21125 13900/14099/21122 17355/17541/25617 -f 17355/17541/25617 13900/14099/21122 17362/17546/25627 -f 17355/17541/25617 17362/17546/25627 17356/17542/25619 -f 17356/17542/25619 17362/17546/25627 17363/17547/25628 -f 17356/17542/25619 17363/17547/25628 17357/17543/25621 -f 17357/17543/25621 17363/17547/25628 17364/17548/25629 -f 17357/17543/25621 17364/17548/25629 17358/16901/24580 -f 17358/16901/24580 17364/17548/25629 17365/17549/25630 -f 17358/16901/24580 17365/17549/25630 14456/14745/21804 -f 13900/14099/21122 17361/14100/21123 17362/17546/25627 -f 17362/17546/25627 17361/14100/21123 17360/17545/25625 -f 17362/17546/25627 17360/17545/25625 17363/17547/25628 -f 17363/17547/25628 17360/17545/25625 16502/16921/25623 -f 17363/17547/25628 16502/16921/25623 17364/17548/25629 -f 17364/17548/25629 16502/16921/25623 17359/17544/25622 -f 17364/17548/25629 17359/17544/25622 17365/17549/25630 -f 17365/17549/25630 17359/17544/25622 14456/14745/21804 -f 14456/14745/21804 17359/17544/25622 16504/14744/21803 -f 13892/14089/21112 13890/14086/21109 17366/17550/25631 -f 17366/17550/25631 16531/16940/25632 13892/14089/21112 -f 16532/16938/25633 16531/16940/25632 17367/17551/25634 -f 16532/16938/25633 17367/17551/25634 17368/16939/24643 -f 14453/14742/21799 16530/14741/21798 17368/16939/24643 -f 14370/14608/21633 14453/14742/21799 17369/17552/25635 -f 17369/17552/25635 16557/16960/24679 14370/14608/21633 -f 16556/16959/25636 16557/16960/24679 17369/17552/25635 -f 16555/16958/25637 16556/16959/25636 17370/17553/25638 -f 16555/16958/25637 17370/17553/25638 17371/14087/21110 -f 16555/16958/25637 17371/14087/21110 13889/14085/21108 -f 13890/14086/21109 17372/17554/25639 17366/17550/25631 -f 17366/17550/25631 17372/17554/25639 16531/16940/25632 -f 16531/16940/25632 17372/17554/25639 17373/17555/25640 -f 16531/16940/25632 17373/17555/25640 17367/17551/25634 -f 17367/17551/25634 17373/17555/25640 17374/17556/25641 -f 17367/17551/25634 17374/17556/25641 17368/16939/24643 -f 17368/16939/24643 17374/17556/25641 17375/17557/25642 -f 17368/16939/24643 17375/17557/25642 14453/14742/21799 -f 13890/14086/21109 17371/14087/21110 17372/17554/25639 -f 17372/17554/25639 17371/14087/21110 17370/17553/25638 -f 17372/17554/25639 17370/17553/25638 17373/17555/25640 -f 17373/17555/25640 17370/17553/25638 16556/16959/25636 -f 17373/17555/25640 16556/16959/25636 17374/17556/25641 -f 17374/17556/25641 16556/16959/25636 17369/17552/25635 -f 17374/17556/25641 17369/17552/25635 17375/17557/25642 -f 17375/17557/25642 17369/17552/25635 14453/14742/21799 -f 16585/16980/25643 17376/17558/25644 16586/16978/25645 -f 17377/16979/24715 16586/16978/25645 17376/17558/25644 -f 17378/14737/21794 16584/14736/21793 17377/16979/24715 -f 16612/17001/24748 16613/14739/21796 17379/17559/25646 -f 16611/17000/25647 16612/17001/24748 17379/17559/25646 -f 16610/16999/25648 16611/17000/25647 17380/17560/25649 -f 16610/16999/25648 17380/17560/25649 17381/14074/21097 -f 16610/16999/25648 17381/14074/21097 13880/14072/21095 -f 13883/14076/21099 13881/14073/21096 17382/17561/25650 -f 13883/14076/21099 17382/17561/25650 16585/16980/25643 -f 16585/16980/25643 17382/17561/25650 17383/17562/25651 -f 16585/16980/25643 17383/17562/25651 17376/17558/25644 -f 17376/17558/25644 17383/17562/25651 17384/17563/25652 -f 17376/17558/25644 17384/17563/25652 17377/16979/24715 -f 17377/16979/24715 17384/17563/25652 17385/17564/25653 -f 17377/16979/24715 17385/17564/25653 17378/14737/21794 -f 13881/14073/21096 17381/14074/21097 17382/17561/25650 -f 17382/17561/25650 17381/14074/21097 17380/17560/25649 -f 17382/17561/25650 17380/17560/25649 17383/17562/25651 -f 17383/17562/25651 17380/17560/25649 16611/17000/25647 -f 17383/17562/25651 16611/17000/25647 17384/17563/25652 -f 17384/17563/25652 16611/17000/25647 17379/17559/25646 -f 17384/17563/25652 17379/17559/25646 17385/17564/25653 -f 17385/17564/25653 17379/17559/25646 17378/14737/21794 -f 17378/14737/21794 17379/17559/25646 16613/14739/21796 -f 17386/17565/25654 16641/17020/25655 13877/14064/21087 -f 17387/17566/25656 16641/17020/25655 17386/17565/25654 -f 16641/17020/25655 17387/17566/25656 16642/17019/25657 -f 16640/14732/21788 16642/17019/25657 17394/17567/25658 -f 14447/14730/21786 16640/14732/21788 17394/17567/25658 -f 16667/17039/24814 16668/14735/21791 17388/17568/25659 -f 16666/17038/25660 16667/17039/24814 17388/17568/25659 -f 16665/17037/25661 16666/17038/25660 17389/17569/25662 -f 13872/14060/21083 17389/17569/25662 17390/14062/21085 -f 13872/14060/21083 16665/17037/25663 17389/17569/25662 -f 13877/14064/21087 13873/14061/21084 17386/17565/25654 -f 17386/17565/25654 13873/14061/21084 17391/17570/25664 -f 17386/17565/25654 17391/17570/25664 17387/17566/25656 -f 17387/17566/25656 17391/17570/25664 17392/17571/25665 -f 17387/17566/25656 17392/17571/25665 16642/17019/25657 -f 16642/17019/25657 17392/17571/25665 17393/17572/25666 -f 16642/17019/25657 17393/17572/25666 17394/17567/25658 -f 13873/14061/21084 17390/14062/21085 17391/17570/25664 -f 17391/17570/25664 17390/14062/21085 17389/17569/25662 -f 17391/17570/25664 17389/17569/25662 17392/17571/25665 -f 17392/17571/25665 17389/17569/25662 16666/17038/25660 -f 17392/17571/25665 16666/17038/25660 17393/17572/25666 -f 17393/17572/25666 16666/17038/25660 17388/17568/25659 -f 17393/17572/25666 17388/17568/25659 17394/17567/25658 -f 17394/17567/25658 17388/17568/25659 14447/14730/21786 -f 14447/14730/21786 17388/17568/25659 16668/14735/21791 -f 17395/17573/25667 13865/14050/21073 13863/14047/21070 -f 13865/14050/21073 17395/17573/25667 17396/17057/25668 -f 17397/17574/25669 16694/17055/25670 17396/17057/25668 -f 17397/17574/25669 16692/17056/24843 16694/17055/25670 -f 17398/17575/25671 16719/17076/25672 16720/17077/25673 -f 17398/17575/25671 16720/17077/25673 16721/17078/24878 -f 16718/17075/25674 16719/17076/25672 17399/17576/25675 -f 17399/17576/25675 16719/17076/25672 17398/17575/25671 -f 16718/17075/25674 17399/17576/25675 17400/14049/21072 -f 16718/17075/25674 17400/14049/21072 13864/14048/21071 -f 13863/14047/21070 17401/17577/25676 17395/17573/25667 -f 17395/17573/25667 17401/17577/25676 17396/17057/25668 -f 17396/17057/25668 17401/17577/25676 17402/17578/25677 -f 17396/17057/25668 17402/17578/25677 17397/17574/25669 -f 17397/17574/25669 17402/17578/25677 17403/17579/25678 -f 17397/17574/25669 17403/17579/25678 16692/17056/24843 -f 16692/17056/24843 17403/17579/25678 17404/17580/25679 -f 16692/17056/24843 17404/17580/25679 16693/14729/21785 -f 16693/14729/21785 17404/17580/25679 14444/14726/21782 -f 13863/14047/21070 17400/14049/21072 17401/17577/25676 -f 17401/17577/25676 17400/14049/21072 17399/17576/25675 -f 17401/17577/25676 17399/17576/25675 17402/17578/25677 -f 17402/17578/25677 17399/17576/25675 17398/17575/25671 -f 17402/17578/25677 17398/17575/25671 17403/17579/25678 -f 17403/17579/25678 17398/17575/25671 16721/17078/24878 -f 17403/17579/25678 16721/17078/24878 17404/17580/25679 -f 17404/17580/25679 16721/17078/24878 14444/14726/21782 -f 17405/17581/25680 13856/14038/21061 13854/14035/21058 -f 13856/14038/21061 17405/17581/25680 17406/17097/25681 -f 17407/17582/25682 16746/17095/25683 17406/17097/25681 -f 17407/17582/25682 16745/17096/24903 16746/17095/25683 -f 17408/17583/25684 16773/17117/25685 16774/17118/25686 -f 17408/17583/25684 16774/17118/25686 16775/17119/24941 -f 16772/17116/25687 16773/17117/25685 17409/17584/25688 -f 17409/17584/25688 16773/17117/25685 17408/17583/25684 -f 16772/17116/25687 17409/17584/25688 17410/14036/21059 -f 16772/17116/25687 17410/14036/21059 13853/14034/21057 -f 13854/14035/21058 17411/17585/25689 17405/17581/25680 -f 17405/17581/25680 17411/17585/25689 17406/17097/25681 -f 17406/17097/25681 17411/17585/25689 17412/17586/25690 -f 17406/17097/25681 17412/17586/25690 17407/17582/25682 -f 17407/17582/25682 17412/17586/25690 17413/17587/25691 -f 17407/17582/25682 17413/17587/25691 16745/17096/24903 -f 16745/17096/24903 17413/17587/25691 17414/17588/25692 -f 16745/17096/24903 17414/17588/25692 14443/14723/21779 -f 14443/14723/21779 17414/17588/25692 14442/14722/21778 -f 13854/14035/21058 17410/14036/21059 17411/17585/25689 -f 17411/17585/25689 17410/14036/21059 17409/17584/25688 -f 17411/17585/25689 17409/17584/25688 17412/17586/25690 -f 17412/17586/25690 17409/17584/25688 17408/17583/25684 -f 17412/17586/25690 17408/17583/25684 17413/17587/25691 -f 17413/17587/25691 17408/17583/25684 16775/17119/24941 -f 17413/17587/25691 16775/17119/24941 17414/17588/25692 -f 17414/17588/25692 16775/17119/24941 14442/14722/21778 -f 17415/17589/25693 13846/14025/21048 13844/14022/21045 -f 13846/14025/21048 17415/17589/25693 16802/17137/25694 -f 16802/17137/25694 17415/17589/25693 17416/17590/25695 -f 17416/17590/25695 16803/17135/25696 16802/17137/25694 -f 16803/17135/25696 17416/17590/25695 16800/17136/24968 -f 16801/14711/21766 16800/17136/24968 17417/14712/21767 -f 16828/17158/24999 16829/14714/21769 17418/17591/25697 -f 16827/17157/25698 16828/17158/24999 17418/17591/25697 -f 16826/17156/25699 16827/17157/25698 17419/17592/25700 -f 16826/17156/25699 17419/17592/25700 17420/14023/21046 -f 16826/17156/25699 17420/14023/21046 13843/14021/21044 -f 13844/14022/21045 17421/17593/25701 17415/17589/25693 -f 17415/17589/25693 17421/17593/25701 17416/17590/25695 -f 17416/17590/25695 17421/17593/25701 17422/17594/25702 -f 17416/17590/25695 17422/17594/25702 17423/17595/25703 -f 17416/17590/25695 17423/17595/25703 16800/17136/24968 -f 16800/17136/24968 17423/17595/25703 17424/17596/25704 -f 16800/17136/24968 17424/17596/25704 17417/14712/21767 -f 13844/14022/21045 17420/14023/21046 17421/17593/25701 -f 17421/17593/25701 17420/14023/21046 17419/17592/25700 -f 17421/17593/25701 17419/17592/25700 17422/17594/25702 -f 17422/17594/25702 17419/17592/25700 16827/17157/25698 -f 17422/17594/25702 16827/17157/25698 17423/17595/25703 -f 17423/17595/25703 16827/17157/25698 17418/17591/25697 -f 17423/17595/25703 17418/17591/25697 17424/17596/25704 -f 17424/17596/25704 17418/17591/25697 17417/14712/21767 -f 17417/14712/21767 17418/17591/25697 16829/14714/21769 -f 16856/17177/25705 17425/17597/25706 16857/17176/25707 -f 17426/17598/25708 16857/17176/25707 17425/17597/25706 -f 16857/17176/25707 17426/17598/25708 16855/14717/21772 -f 14439/14710/21765 16855/14717/21772 17426/17598/25708 -f 17427/17599/25709 16884/17199/25053 14436/14706/21761 -f 16883/17198/25710 16884/17199/25053 17427/17599/25709 -f 16882/17197/25711 16883/17198/25710 17428/17600/25712 -f 16882/17197/25711 17428/17600/25712 17429/14010/21033 -f 16882/17197/25711 17429/14010/21033 13833/14008/21031 -f 13836/14012/21035 13834/14009/21032 16856/17177/25705 -f 16856/17177/25705 13834/14009/21032 17430/17601/25713 -f 16856/17177/25705 17430/17601/25713 17425/17597/25706 -f 17425/17597/25706 17430/17601/25713 17431/17602/25714 -f 17425/17597/25706 17431/17602/25714 17426/17598/25708 -f 17426/17598/25708 17431/17602/25714 17432/17603/25715 -f 17426/17598/25708 17432/17603/25715 14439/14710/21765 -f 13834/14009/21032 17429/14010/21033 17428/17600/25712 -f 13834/14009/21032 17428/17600/25712 17430/17601/25713 -f 17430/17601/25713 17428/17600/25712 17431/17602/25714 -f 17431/17602/25714 17428/17600/25712 16883/17198/25710 -f 17431/17602/25714 16883/17198/25710 17432/17603/25715 -f 17432/17603/25715 16883/17198/25710 17427/17599/25709 -f 17432/17603/25715 17427/17599/25709 14439/14710/21765 -f 14439/14710/21765 17427/17599/25709 14436/14706/21761 -f 13827/13999/21022 17433/17604/25716 16913/17218/25717 -f 16913/17218/25717 17433/17604/25716 17434/17605/25718 -f 17435/17606/25719 16914/17216/25720 17434/17605/25718 -f 17434/17605/25718 16914/17216/25720 16913/17218/25717 -f 17435/17606/25719 16912/17217/25082 16914/17216/25720 -f 17436/17607/25721 16938/17237/25722 16939/17238/25723 -f 17436/17607/25721 16939/17238/25723 16940/17239/25117 -f 16937/17236/25724 16938/17237/25722 17437/17608/25725 -f 17437/17608/25725 16938/17237/25722 17436/17607/25721 -f 16937/17236/25724 17437/17608/25725 17438/13997/21020 -f 16937/17236/25724 17438/13997/21020 13824/13995/21018 -f 13827/13999/21022 13825/13996/21019 17433/17604/25716 -f 17433/17604/25716 13825/13996/21019 17439/17609/25726 -f 17433/17604/25716 17439/17609/25726 17434/17605/25718 -f 17434/17605/25718 17439/17609/25726 17440/17610/25727 -f 17434/17605/25718 17440/17610/25727 17435/17606/25719 -f 17435/17606/25719 17440/17610/25727 17441/17611/25728 -f 17435/17606/25719 17441/17611/25728 16912/17217/25082 -f 16912/17217/25082 17441/17611/25728 17442/17612/25729 -f 16912/17217/25082 17442/17612/25729 14433/14705/21760 -f 14433/14705/21760 17442/17612/25729 14431/14702/21755 -f 13825/13996/21019 17438/13997/21020 17439/17609/25726 -f 17439/17609/25726 17438/13997/21020 17437/17608/25725 -f 17439/17609/25726 17437/17608/25725 17440/17610/25727 -f 17440/17610/25727 17437/17608/25725 17436/17607/25721 -f 17440/17610/25727 17436/17607/25721 17441/17611/25728 -f 17441/17611/25728 17436/17607/25721 16940/17239/25117 -f 17441/17611/25728 16940/17239/25117 17442/17612/25729 -f 17442/17612/25729 16940/17239/25117 14431/14702/21755 -f 17443/17613/25730 16966/17257/25731 13820/13986/21009 -f 17444/17614/25732 16966/17257/25731 17443/17613/25730 -f 16966/17257/25731 17444/17614/25732 16967/17255/25733 -f 16967/17255/25733 17444/17614/25732 17445/17615/25734 -f 16967/17255/25733 17445/17615/25734 17446/17256/25143 -f 14432/14704/21758 16965/14703/21756 17446/17256/25143 -f 16991/14611/21636 14432/14704/21758 17447/17616/25735 -f 16990/17276/25180 16991/14611/21636 17447/17616/25735 -f 16989/17275/25736 16990/17276/25180 17447/17616/25735 -f 16988/17271/25737 16989/17275/25736 17448/17617/25738 -f 13818/13984/21007 17448/17617/25738 17449/13985/21008 -f 13818/13984/21007 16988/17271/25739 17448/17617/25738 -f 13820/13986/21009 13817/13983/21006 17443/17613/25730 -f 17443/17613/25730 13817/13983/21006 17450/17618/25740 -f 17443/17613/25730 17450/17618/25740 17444/17614/25732 -f 17444/17614/25732 17450/17618/25740 17451/17619/25741 -f 17444/17614/25732 17451/17619/25741 17445/17615/25734 -f 17445/17615/25734 17451/17619/25741 17452/17620/25742 -f 17445/17615/25734 17452/17620/25742 17446/17256/25143 -f 17446/17256/25143 17452/17620/25742 17453/17621/25743 -f 17446/17256/25143 17453/17621/25743 14432/14704/21758 -f 13817/13983/21006 17449/13985/21008 17450/17618/25740 -f 17450/17618/25740 17449/13985/21008 17448/17617/25738 -f 17450/17618/25740 17448/17617/25738 17451/17619/25741 -f 17451/17619/25741 17448/17617/25738 16989/17275/25736 -f 17451/17619/25741 16989/17275/25736 17452/17620/25742 -f 17452/17620/25742 16989/17275/25736 17447/17616/25735 -f 17452/17620/25742 17447/17616/25735 17453/17621/25743 -f 17453/17621/25743 17447/17616/25735 14432/14704/21758 -f 13808/13975/20998 13806/13972/20995 17454/17622/25744 -f 17454/17622/25744 17017/17296/25745 13808/13975/20998 -f 17018/17294/25746 17017/17296/25745 17455/17623/25747 -f 17018/17294/25746 17455/17623/25747 17456/17295/25210 -f 14428/14697/21749 17016/14694/21746 17456/17295/25210 -f 17043/17316/25246 17044/14696/21748 17457/17624/25748 -f 17042/17315/25749 17043/17316/25246 17457/17624/25748 -f 17041/17314/25750 17042/17315/25749 17458/17625/25751 -f 17041/17314/25750 17458/17625/25751 17459/13974/20997 -f 17041/17314/25750 17459/13974/20997 13807/13973/20996 -f 13806/13972/20995 17460/17626/25752 17454/17622/25744 -f 17454/17622/25744 17460/17626/25752 17017/17296/25745 -f 17017/17296/25745 17460/17626/25752 17461/17627/25753 -f 17017/17296/25745 17461/17627/25753 17455/17623/25747 -f 17455/17623/25747 17461/17627/25753 17462/17628/25754 -f 17455/17623/25747 17462/17628/25754 17456/17295/25210 -f 17456/17295/25210 17462/17628/25754 17463/17629/25755 -f 17456/17295/25210 17463/17629/25755 14428/14697/21749 -f 13806/13972/20995 17459/13974/20997 17460/17626/25752 -f 17460/17626/25752 17459/13974/20997 17458/17625/25751 -f 17460/17626/25752 17458/17625/25751 17461/17627/25753 -f 17461/17627/25753 17458/17625/25751 17042/17315/25749 -f 17461/17627/25753 17042/17315/25749 17462/17628/25754 -f 17462/17628/25754 17042/17315/25749 17457/17624/25748 -f 17462/17628/25754 17457/17624/25748 17463/17629/25755 -f 17463/17629/25755 17457/17624/25748 14428/14697/21749 -f 14428/14697/21749 17457/17624/25748 17044/14696/21748 -f 13800/13963/20986 13798/13960/20983 17464/17630/25756 -f 17464/17630/25756 17072/17336/25757 13800/13963/20986 -f 17465/17631/25758 17072/17336/25757 17464/17630/25756 -f 17072/17336/25757 17465/17631/25758 17073/17334/25759 -f 17466/17335/25281 17073/17334/25759 17465/17631/25758 -f 17467/14693/21744 17071/14691/21741 17466/17335/25281 -f 17101/17357/25320 17102/14614/21639 17468/17632/25760 -f 17100/17356/25761 17101/17357/25320 17468/17632/25760 -f 17099/17355/25762 17100/17356/25761 17469/17633/25763 -f 17099/17355/25762 17469/17633/25763 17470/13962/20985 -f 17099/17355/25762 17470/13962/20985 13799/13961/20984 -f 13798/13960/20983 17471/17634/25764 17464/17630/25756 -f 17464/17630/25756 17471/17634/25764 17465/17631/25758 -f 17465/17631/25758 17471/17634/25764 17472/17635/25765 -f 17465/17631/25758 17472/17635/25765 17473/17636/25766 -f 17465/17631/25758 17473/17636/25766 17466/17335/25281 -f 17466/17335/25281 17473/17636/25766 17474/17637/25767 -f 17466/17335/25281 17474/17637/25767 17467/14693/21744 -f 13798/13960/20983 17470/13962/20985 17471/17634/25764 -f 17471/17634/25764 17470/13962/20985 17469/17633/25763 -f 17471/17634/25764 17469/17633/25763 17472/17635/25765 -f 17472/17635/25765 17469/17633/25763 17100/17356/25761 -f 17472/17635/25765 17100/17356/25761 17473/17636/25766 -f 17473/17636/25766 17100/17356/25761 17468/17632/25760 -f 17473/17636/25766 17468/17632/25760 17474/17637/25767 -f 17474/17637/25767 17468/17632/25760 17467/14693/21744 -f 17467/14693/21744 17468/17632/25760 17102/14614/21639 -f 17128/17376/25768 17475/17638/25769 17129/17374/25770 -f 17476/17375/25351 17129/17374/25770 17475/17638/25769 -f 17477/14686/21735 17127/14687/21736 17476/17375/25351 -f 17154/17396/25386 17155/14684/21733 17478/17639/25771 -f 17153/17395/25772 17154/17396/25386 17478/17639/25771 -f 17152/17391/25773 17153/17395/25772 17479/17640/25774 -f 17480/13949/20972 17152/17391/25773 17479/17640/25774 -f 13791/13951/20974 13789/13948/20971 17481/17641/25775 -f 13791/13951/20974 17481/17641/25775 17128/17376/25768 -f 17128/17376/25768 17481/17641/25775 17482/17642/25776 -f 17128/17376/25768 17482/17642/25776 17475/17638/25769 -f 17475/17638/25769 17482/17642/25776 17483/17643/25777 -f 17475/17638/25769 17483/17643/25777 17476/17375/25351 -f 17476/17375/25351 17483/17643/25777 17484/17644/25778 -f 17476/17375/25351 17484/17644/25778 17477/14686/21735 -f 13789/13948/20971 17480/13949/20972 17481/17641/25775 -f 17481/17641/25775 17480/13949/20972 17479/17640/25774 -f 17481/17641/25775 17479/17640/25774 17482/17642/25776 -f 17482/17642/25776 17479/17640/25774 17153/17395/25772 -f 17482/17642/25776 17153/17395/25772 17483/17643/25777 -f 17483/17643/25777 17153/17395/25772 17478/17639/25771 -f 17483/17643/25777 17478/17639/25771 17484/17644/25778 -f 17484/17644/25778 17478/17639/25771 17477/14686/21735 -f 17477/14686/21735 17478/17639/25771 17155/14684/21733 -f 17485/17645/25779 17183/17416/25780 13781/13938/20961 -f 17486/17646/25781 17183/17416/25780 17485/17645/25779 -f 17183/17416/25780 17486/17646/25781 17184/17415/25782 -f 17182/14682/21731 17184/17415/25782 17493/17647/25783 -f 14421/14683/21732 17182/14682/21731 17493/17647/25783 -f 17211/17436/25452 17212/14677/21726 17487/17648/25784 -f 17210/17435/25785 17211/17436/25452 17487/17648/25784 -f 17209/17431/25786 17210/17435/25785 17488/17649/25787 -f 17200/13934/20957 17488/17649/25787 17489/13936/20959 -f 17200/13934/20957 17209/17431/25788 17488/17649/25787 -f 13781/13938/20961 13779/13935/20958 17485/17645/25779 -f 17485/17645/25779 13779/13935/20958 17490/17650/25789 -f 17485/17645/25779 17490/17650/25789 17486/17646/25781 -f 17486/17646/25781 17490/17650/25789 17491/17651/25790 -f 17486/17646/25781 17491/17651/25790 17184/17415/25782 -f 17184/17415/25782 17491/17651/25790 17492/17652/25791 -f 17184/17415/25782 17492/17652/25791 17493/17647/25783 -f 13779/13935/20958 17489/13936/20959 17490/17650/25789 -f 17490/17650/25789 17489/13936/20959 17488/17649/25787 -f 17490/17650/25789 17488/17649/25787 17491/17651/25790 -f 17491/17651/25790 17488/17649/25787 17210/17435/25785 -f 17491/17651/25790 17210/17435/25785 17492/17652/25791 -f 17492/17652/25791 17210/17435/25785 17487/17648/25784 -f 17492/17652/25791 17487/17648/25784 17493/17647/25783 -f 17493/17647/25783 17487/17648/25784 14421/14683/21732 -f 14421/14683/21732 17487/17648/25784 17212/14677/21726 -f 17495/17653/25792 13772/13925/20948 13770/13922/20945 -f 13772/13925/20948 17495/17653/25792 17236/17453/25793 -f 17236/17453/25793 17495/17653/25792 17496/17654/25794 -f 17496/17654/25794 17237/17451/25795 17236/17453/25793 -f 17237/17451/25795 17496/17654/25794 17235/17452/25479 -f 17494/17655/25796 14416/14671/21719 17497/14670/21717 -f 17494/17655/25796 17264/17473/25512 14416/14671/21719 -f 17263/17472/25797 17264/17473/25512 17494/17655/25796 -f 17262/17468/25798 17263/17472/25797 17498/17656/25799 -f 17499/13923/20946 17262/17468/25798 17498/17656/25799 -f 13770/13922/20945 17500/17657/25800 17495/17653/25792 -f 17495/17653/25792 17500/17657/25800 17496/17654/25794 -f 17496/17654/25794 17500/17657/25800 17501/17658/25801 -f 17496/17654/25794 17501/17658/25801 17235/17452/25479 -f 17235/17452/25479 17501/17658/25801 17502/17659/25802 -f 17235/17452/25479 17502/17659/25802 14414/14666/21711 -f 14414/14666/21711 17502/17659/25802 17497/14670/21717 -f 13770/13922/20945 17499/13923/20946 17500/17657/25800 -f 17500/17657/25800 17499/13923/20946 17498/17656/25799 -f 17500/17657/25800 17498/17656/25799 17501/17658/25801 -f 17501/17658/25801 17498/17656/25799 17263/17472/25797 -f 17501/17658/25801 17263/17472/25797 17502/17659/25802 -f 17502/17659/25802 17263/17472/25797 17494/17655/25796 -f 17502/17659/25802 17494/17655/25796 17497/14670/21717 -f 17503/17660/25803 17292/17492/25804 13763/13912/20935 -f 17293/17490/25805 17292/17492/25804 17504/17661/25806 -f 17293/17490/25805 17504/17661/25806 17505/17491/25541 -f 14418/14672/21721 17291/14675/21724 17505/17491/25541 -f 17318/17512/25574 17319/14669/21716 17506/17662/25807 -f 17317/17511/25808 17318/17512/25574 17506/17662/25807 -f 17316/17510/25809 17317/17511/25808 17507/17663/25810 -f 17316/17510/25809 17507/17663/25810 17508/13910/20933 -f 17316/17510/25809 17508/13910/20933 13760/13908/20931 -f 13763/13912/20935 13761/13909/20932 17503/17660/25803 -f 17503/17660/25803 13761/13909/20932 17509/17664/25811 -f 17503/17660/25803 17509/17664/25811 17292/17492/25804 -f 17292/17492/25804 17509/17664/25811 17504/17661/25806 -f 17504/17661/25806 17509/17664/25811 17510/17665/25812 -f 17504/17661/25806 17510/17665/25812 17505/17491/25541 -f 17505/17491/25541 17510/17665/25812 17511/17666/25813 -f 17505/17491/25541 17511/17666/25813 14418/14672/21721 -f 13761/13909/20932 17508/13910/20933 17507/17663/25810 -f 13761/13909/20932 17507/17663/25810 17509/17664/25811 -f 17509/17664/25811 17507/17663/25810 17317/17511/25808 -f 17509/17664/25811 17317/17511/25808 17510/17665/25812 -f 17510/17665/25812 17317/17511/25808 17506/17662/25807 -f 17510/17665/25812 17506/17662/25807 17511/17666/25813 -f 17511/17666/25813 17506/17662/25807 14418/14672/21721 -f 14418/14672/21721 17506/17662/25807 17319/14669/21716 -f 13754/13896/20919 17512/17667/25814 17513/17532/25815 -f 17514/17668/25816 17344/17530/25817 17513/17532/25815 -f 17514/17668/25816 17343/17531/25603 17344/17530/25817 -f 17515/17669/25818 16211/16496/25819 16212/16497/25820 -f 17515/17669/25818 16212/16497/25820 16213/16498/23963 -f 16210/16495/25821 16211/16496/25819 17516/17670/25822 -f 17516/17670/25822 16211/16496/25819 17515/17669/25818 -f 16210/16495/25821 17516/17670/25822 17517/13894/20917 -f 16210/16495/25821 17517/13894/20917 13750/13893/20916 -f 13754/13896/20919 13749/13891/20914 17512/17667/25814 -f 17512/17667/25814 13749/13891/20914 17518/17671/25823 -f 17512/17667/25814 17518/17671/25823 17513/17532/25815 -f 17513/17532/25815 17518/17671/25823 17514/17668/25816 -f 17514/17668/25816 17518/17671/25823 17519/17672/25824 -f 17514/17668/25816 17519/17672/25824 17343/17531/25603 -f 17343/17531/25603 17519/17672/25824 17520/17673/25825 -f 17343/17531/25603 17520/17673/25825 14406/14651/21693 -f 14406/14651/21693 17520/17673/25825 14391/14639/21673 -f 13749/13891/20914 17517/13894/20917 17516/17670/25822 -f 13749/13891/20914 17516/17670/25822 17518/17671/25823 -f 17518/17671/25823 17516/17670/25822 17515/17669/25818 -f 17518/17671/25823 17515/17669/25818 17519/17672/25824 -f 17519/17672/25824 17515/17669/25818 16213/16498/23963 -f 17519/17672/25824 16213/16498/23963 17520/17673/25825 -f 17520/17673/25825 16213/16498/23963 14391/14639/21673 -f 17521/17674/25826 16240/16517/25827 14277/14508/21531 -f 17522/17675/25828 16240/16517/25827 17521/17674/25826 -f 16240/16517/25827 17522/17675/25828 16241/16515/25829 -f 16241/16515/25829 17522/17675/25828 17523/17676/25830 -f 16241/16515/25829 17523/17676/25830 17524/16516/23990 -f 14394/14642/21681 16239/14643/21682 17524/16516/23990 -f 17525/17677/25831 16340/16805/24438 16341/14624/21653 -f 16339/16804/25832 16340/16805/24438 17525/17677/25831 -f 16338/16803/25833 16339/16804/25832 17526/17678/25834 -f 16338/16803/25833 17526/17678/25834 17527/14507/21530 -f 16338/16803/25833 17527/14507/21530 14275/14506/21529 -f 14277/14508/21531 14274/14505/21528 17521/17674/25826 -f 17521/17674/25826 14274/14505/21528 17528/17679/25835 -f 17521/17674/25826 17528/17679/25835 17522/17675/25828 -f 17522/17675/25828 17528/17679/25835 17529/17680/25836 -f 17522/17675/25828 17529/17680/25836 17523/17676/25830 -f 17523/17676/25830 17529/17680/25836 17530/17681/25837 -f 17523/17676/25830 17530/17681/25837 17524/16516/23990 -f 17524/16516/23990 17530/17681/25837 17531/17682/25838 -f 17524/16516/23990 17531/17682/25838 14394/14642/21681 -f 14274/14505/21528 17527/14507/21530 17528/17679/25835 -f 17528/17679/25835 17527/14507/21530 17526/17678/25834 -f 17528/17679/25835 17526/17678/25834 17529/17680/25836 -f 17529/17680/25836 17526/17678/25834 16339/16804/25832 -f 17529/17680/25836 16339/16804/25832 17530/17681/25837 -f 17530/17681/25837 16339/16804/25832 17525/17677/25831 -f 17530/17681/25837 17525/17677/25831 17531/17682/25838 -f 17531/17682/25838 17525/17677/25831 14394/14642/21681 -f 14394/14642/21681 17525/17677/25831 16341/14624/21653 -f 17532/17683/25839 16368/16825/25840 13922/14128/21151 -f 17533/17684/25841 16368/16825/25840 17532/17683/25839 -f 16368/16825/25840 17533/17684/25841 16369/16823/25842 -f 16369/16823/25842 17533/17684/25841 17534/17685/25843 -f 16369/16823/25842 17534/17685/25843 17535/16824/24466 -f 14389/14625/21656 16367/14638/21669 17535/16824/24466 -f 16394/16846/24504 16395/14619/21644 17536/17686/25844 -f 16393/16845/25845 16394/16846/24504 17536/17686/25844 -f 16392/16841/25846 16393/16845/25845 17537/17687/25847 -f 13919/14124/21147 17537/17687/25847 17538/14126/21149 -f 13919/14124/21147 16392/16841/25848 17537/17687/25847 -f 13922/14128/21151 13920/14125/21148 17532/17683/25839 -f 17532/17683/25839 13920/14125/21148 17539/17688/25849 -f 17532/17683/25839 17539/17688/25849 17533/17684/25841 -f 17533/17684/25841 17539/17688/25849 17540/17689/25850 -f 17533/17684/25841 17540/17689/25850 17534/17685/25843 -f 17534/17685/25843 17540/17689/25850 17541/17690/25851 -f 17534/17685/25843 17541/17690/25851 17535/16824/24466 -f 17535/16824/24466 17541/17690/25851 17542/17691/25852 -f 17535/16824/24466 17542/17691/25852 14389/14625/21656 -f 13920/14125/21148 17538/14126/21149 17539/17688/25849 -f 17539/17688/25849 17538/14126/21149 17537/17687/25847 -f 17539/17688/25849 17537/17687/25847 17540/17689/25850 -f 17540/17689/25850 17537/17687/25847 16393/16845/25845 -f 17540/17689/25850 16393/16845/25845 17541/17690/25851 -f 17541/17690/25851 16393/16845/25845 17536/17686/25844 -f 17541/17690/25851 17536/17686/25844 17542/17691/25852 -f 17542/17691/25852 17536/17686/25844 14389/14625/21656 -f 14389/14625/21656 17536/17686/25844 16395/14619/21644 -s 14 -f 17559/17692/25853 17562/17693/25854 17580/17694/25855 -f 17580/17694/25855 17562/17693/25854 17561/17695/25856 -s 734 -f 17579/17696/25857 17581/17697/25858 17578/17698/25859 -f 17578/17698/25859 17581/17697/25858 13647/13800/25860 -f 17578/17698/25859 13647/13800/25860 17577/17699/25861 -f 17577/17699/25861 13647/13800/25860 13664/13817/25862 -f 17577/17699/25861 13664/13817/25862 17575/17700/25863 -s 14 -f 17575/17700/25864 13664/13817/20823 17582/17701/25865 -s 735 -f 17575/17700/25866 17582/17701/25867 17576/17702/25868 -f 17576/17702/25868 17582/17701/25867 13651/13804/25869 -f 17576/17702/25868 13651/13804/25869 17574/17703/25870 -s 14 -f 17574/17703/25871 13651/13804/20802 17583/17704/25872 -s 736 -f 17574/17703/25873 17583/17704/25874 17573/17705/25875 -f 17573/17705/25875 17583/17704/25874 13652/13805/25876 -f 17573/17705/25875 13652/13805/25876 17572/17706/25877 -s 14 -f 17572/17706/25878 13652/13805/20805 17584/17707/25879 -s 737 -f 17572/17706/25880 17584/17707/25881 17570/17708/25882 -f 17570/17708/25882 17584/17707/25881 17571/17709/25883 -f 17571/17709/25883 17584/17707/25881 13638/13789/25884 -f 17571/17709/25883 13638/13789/25884 17569/17710/25885 -s 14 -f 17569/17710/25886 13638/13789/20779 17585/17711/25887 -s 738 -f 17569/17710/25888 17585/17711/25889 17568/17712/25890 -f 17568/17712/25890 17585/17711/25889 13637/13788/25891 -f 17568/17712/25890 13637/13788/25891 17565/17713/25892 -f 17565/17713/25892 13637/13788/25891 13633/13784/25893 -f 17565/17713/25892 13633/13784/25893 17567/17714/25894 -s 14 -f 17567/17714/25895 13633/13784/20769 17586/17715/25896 -f 17567/17714/25897 17586/17715/25898 17566/17716/25899 -f 17566/17716/25899 17586/17715/25898 17587/17717/25900 -f 17566/17716/25899 17587/17717/25900 17564/17718/25901 -f 17564/17718/25901 17587/17717/25900 17563/17719/25902 -f 17563/17719/25902 17587/17717/25900 17597/17720/25903 -f 17563/17719/25902 17597/17720/25903 17561/17695/25856 -f 17561/17695/25856 17597/17720/25903 17580/17694/25855 -f 17559/17692/25853 17588/17721/25904 17560/17722/25905 -f 17560/17722/25905 17588/17721/25904 13658/13811/25906 -f 17560/17722/25905 13658/13811/25906 17558/17723/25907 -f 17558/17723/25908 13658/13811/20815 17589/17724/25909 -s 742 -f 17558/17723/25910 17589/17724/25911 17556/17725/25912 -f 17556/17725/25912 17589/17724/25911 17557/17726/25913 -f 17557/17726/25913 17589/17724/25911 13716/13864/25914 -f 17557/17726/25913 13716/13864/25914 17555/17727/25915 -s 14 -f 17555/17727/25916 13716/13864/20884 17590/17728/25917 -s 743 -f 17555/17727/25918 17590/17728/25919 17554/17729/25920 -f 17554/17729/25920 17590/17728/25919 13715/13863/25921 -f 17554/17729/25920 13715/13863/25921 17552/17730/25922 -f 17552/17730/25922 13715/13863/25921 13714/13862/25923 -f 17552/17730/25922 13714/13862/25923 17553/17731/25924 -s 14 -f 17553/17731/25925 13714/13862/20879 17591/17732/25926 -s 744 -f 17553/17731/25927 17591/17732/25928 17551/17733/25929 -f 17551/17733/25929 17591/17732/25928 13717/13861/25930 -f 17551/17733/25929 13717/13861/25930 17549/17734/25931 -s 14 -f 17549/17734/25932 13717/13861/20877 17592/17735/25933 -s 745 -f 17549/17734/25934 17592/17735/25935 17550/17736/25936 -f 17550/17736/25936 17592/17735/25935 13696/13842/25937 -f 17550/17736/25936 13696/13842/25937 17547/17737/25938 -s 14 -f 17547/17737/25939 13696/13842/20855 17593/17738/25940 -s 746 -f 17547/17737/25941 17593/17738/25942 17548/17739/25943 -f 17548/17739/25943 17593/17738/25942 13703/13849/25944 -f 17548/17739/25943 13703/13849/25944 17546/17740/25945 -f 17546/17740/25945 13703/13849/25944 13704/13850/25946 -f 17546/17740/25945 13704/13850/25946 17545/17741/25947 -s 14 -f 17545/17741/25948 13704/13850/20864 17594/17742/25949 -s 747 -f 17545/17741/25950 17594/17742/25951 17544/17743/25952 -f 17544/17743/25952 17594/17742/25951 17543/17744/25953 -f 17543/17744/25953 17594/17742/25951 17595/13799/25954 -f 17543/17744/25953 17595/13799/25954 17579/17696/25955 -s 14 -f 17579/17696/25956 17595/13799/20793 17581/17697/25957 -f 17597/17720/25903 17596/17745/25958 17580/17694/25855 -f 17580/17694/25855 17596/17745/25958 17559/17692/25853 -f 17559/17692/25853 17596/17745/25958 17588/17721/25904 -f 17581/17697/25957 17595/13799/20793 13647/13800/20796 -f 17582/17701/25865 13664/13817/20823 13651/13804/20802 -f 17583/17704/25872 13651/13804/20802 13652/13805/20805 -f 17584/17707/25879 13652/13805/20805 13653/13806/20808 -f 17584/17707/25879 13653/13806/20808 13638/13789/20779 -f 17585/17711/25887 13638/13789/20779 13637/13788/20777 -f 17586/17715/25896 13633/13784/20769 17587/17717/25959 -f 17587/17717/25959 13633/13784/20769 13632/13783/20768 -f 17587/17717/25959 13632/13783/20768 17597/17720/25903 -f 17596/17745/25958 13636/13787/20776 17588/17721/25960 -f 17588/17721/25960 13636/13787/20776 13635/13786/20775 -f 17588/17721/25960 13635/13786/20775 13658/13811/20815 -f 17589/17724/25909 13658/13811/20815 13657/13810/20814 -f 17589/17724/25909 13657/13810/20814 13716/13864/20884 -f 17590/17728/25917 13716/13864/20884 13715/13863/20882 -f 17591/17732/25926 13714/13862/20879 13717/13861/20877 -f 17592/17735/25933 13717/13861/20877 13696/13842/20855 -f 17593/17738/25940 13696/13842/20855 13703/13849/20863 -f 17594/17742/25949 13704/13850/20864 13644/13798/20791 -f 17594/17742/25949 13644/13798/20791 17595/13799/20793 -f 17597/17720/25903 13643/13795/20787 17596/17745/25958 -f 17596/17745/25958 13643/13795/20787 13636/13787/20776 -f 13632/13783/20768 13643/13795/20787 17597/17720/25903 -s 748 -f 17598/17746/25961 13706/13852/25962 17599/17747/25963 -f 17599/17747/25963 13706/13852/25962 13705/13851/25964 -f 17599/17747/25963 13705/13851/25964 17696/14845/25965 -f 17696/14845/25965 13705/13851/25964 13698/13843/25966 -s 749 -f 13706/13852/25967 17598/17746/25968 13645/13796/25969 -f 13645/13796/25969 17598/17746/25968 17600/17748/25970 -f 13645/13796/25969 17600/17748/25970 13646/13797/25971 -f 13646/13797/25971 17600/17748/25970 17601/17749/25972 -f 13646/13797/25971 17601/17749/25972 13659/13812/25973 -f 13659/13812/25973 17601/17749/25972 17602/17750/25974 -f 13659/13812/25973 17602/17750/25974 13660/13813/25975 -f 13660/13813/25975 17602/17750/25974 17603/17751/25976 -f 13660/13813/25975 17603/17751/25976 13661/13814/25977 -f 13661/13814/25977 17603/17751/25976 17604/17752/25978 -f 13661/13814/25977 17604/17752/25978 13662/13815/25979 -f 13662/13815/25979 17604/17752/25978 17605/13781/25980 -f 13662/13815/25979 17605/13781/25980 13631/13782/25981 -s 750 -f 13628/13778/25982 13627/13777/25983 17606/17753/25984 -f 13628/13778/25982 17606/17753/25984 13682/13834/25985 -f 13682/13834/25985 17606/17753/25984 17607/17754/25986 -f 13682/13834/25985 17607/17754/25986 13681/13832/25987 -f 13681/13832/25987 17607/17754/25986 17608/17755/25988 -f 13681/13832/25987 17608/17755/25988 13680/13833/25989 -f 13680/13833/25989 17608/17755/25988 17609/17756/25990 -f 13680/13833/25989 17609/17756/25990 17610/17757/25991 -f 13680/13833/25989 17610/17757/25991 13674/13835/25992 -f 13674/13835/25992 17610/17757/25991 17611/17758/25993 -f 13674/13835/25992 17611/17758/25993 13683/13818/25994 -f 13683/13818/25994 17611/17758/25993 17612/17759/25995 -f 13683/13818/25994 17612/17759/25995 13665/13776/25996 -f 13665/13776/25996 17612/17759/25995 17613/13775/25997 -s 751 -f 13624/13772/25998 13623/13771/25999 13648/13801/26000 -f 13648/13801/26000 13623/13771/25999 17614/17760/26001 -f 13648/13801/26000 17614/17760/26001 13663/13816/26002 -f 13663/13816/26002 17614/17760/26001 17615/17761/26003 -f 13663/13816/26002 17615/17761/26003 13650/13803/26004 -f 13650/13803/26004 17615/17761/26003 17616/17762/26005 -f 13650/13803/26004 17616/17762/26005 13649/13802/26006 -f 13649/13802/26006 17616/17762/26005 13675/13826/26007 -f 13675/13826/26007 17616/17762/26005 17617/17763/26008 -f 13675/13826/26007 17617/17763/26008 13684/13836/26009 -f 13684/13836/26009 17617/17763/26008 17618/17764/26010 -f 13684/13836/26009 17618/17764/26010 13685/13837/26011 -f 13685/13837/26011 17618/17764/26010 17619/13769/26012 -f 13685/13837/26011 17619/13769/26012 13622/13770/26013 -s 752 -f 13619/13766/26014 13618/13765/26015 13677/13829/26016 -f 13677/13829/26016 13618/13765/26015 17620/17765/26017 -f 13677/13829/26016 17620/17765/26017 13676/13827/26018 -f 13676/13827/26018 17620/17765/26017 17621/17766/26019 -f 13676/13827/26018 17621/17766/26019 13686/13838/26020 -f 13686/13838/26020 17621/17766/26019 17622/17767/26021 -f 13686/13838/26020 17622/17767/26021 13687/13828/26022 -f 13687/13828/26022 17622/17767/26021 17623/17768/26023 -f 13687/13828/26022 17623/17768/26023 17624/17769/26024 -f 13687/13828/26022 17624/17769/26024 13666/13819/26025 -f 13666/13819/26025 17624/17769/26024 17625/17770/26026 -f 13666/13819/26025 17625/17770/26026 13667/13820/26027 -f 13667/13820/26027 17625/17770/26026 13678/13764/26028 -f 13678/13764/26028 17625/17770/26026 17626/13763/26029 -s 753 -f 13615/13760/26030 13614/13759/26031 17627/17771/26032 -f 13615/13760/26030 17627/17771/26032 13668/13821/26033 -f 13668/13821/26033 17627/17771/26032 13669/13822/26034 -f 13669/13822/26034 17627/17771/26032 17628/17772/26035 -f 13669/13822/26034 17628/17772/26035 13670/13823/26036 -f 13670/13823/26036 17628/17772/26035 17629/17773/26037 -f 13670/13823/26036 17629/17773/26037 17630/17774/26038 -f 13670/13823/26036 17630/17774/26038 13688/13839/26039 -f 13688/13839/26039 17630/17774/26038 17631/17775/26040 -f 13688/13839/26039 17631/17775/26040 13699/13844/26041 -f 13699/13844/26041 17631/17775/26040 17632/17776/26042 -f 13699/13844/26041 17632/17776/26042 13700/13845/26043 -f 13700/13845/26043 17632/17776/26042 17633/13757/26044 -f 13700/13845/26043 17633/13757/26044 13613/13758/26045 -s 754 -f 13610/13754/26046 17699/13753/26047 17634/17777/26048 -f 13610/13754/26046 17634/17777/26048 13654/13790/26049 -f 13654/13790/26049 17634/17777/26048 17635/17778/26050 -f 13654/13790/26049 17635/17778/26050 13639/13791/26051 -f 13639/13791/26051 17635/17778/26050 17636/17779/26052 -f 13639/13791/26051 17636/17779/26052 13671/13792/26053 -f 13671/13792/26053 17636/17779/26052 13672/13793/26054 -f 13672/13793/26054 17636/17779/26052 17637/17780/26055 -f 13672/13793/26054 17637/17780/26055 13640/13794/26056 -f 13640/13794/26056 17637/17780/26055 17638/17781/26057 -f 13640/13794/26056 17638/17781/26057 13641/13785/26058 -f 13641/13785/26058 17638/17781/26057 17639/17782/26059 -f 13641/13785/26058 17639/17782/26059 13634/13752/26060 -f 13634/13752/26060 17639/17782/26059 17640/13751/26061 -s 755 -f 13607/13748/26062 17698/13747/26063 17641/17783/26064 -f 13607/13748/26062 17641/17783/26064 13689/13840/26065 -f 13689/13840/26065 17641/17783/26064 17642/17784/26066 -f 13689/13840/26065 17642/17784/26066 13690/13841/26067 -f 13690/13841/26067 17642/17784/26066 17643/17785/26068 -f 13690/13841/26067 17643/17785/26068 13691/13824/26069 -f 13691/13824/26069 17643/17785/26068 17644/17786/26070 -f 13691/13824/26069 17644/17786/26070 13673/13808/26071 -f 13673/13808/26071 17644/17786/26070 17645/17787/26072 -f 13673/13808/26071 17645/17787/26072 13655/13807/26073 -f 13655/13807/26073 17645/17787/26072 17646/17788/26074 -f 13655/13807/26073 17646/17788/26074 13656/13809/26075 -f 13656/13809/26075 17646/17788/26074 13642/13746/26076 -f 13642/13746/26076 17646/17788/26074 17647/13745/26077 -s 756 -f 13604/13742/26078 13603/13741/26079 17648/17789/26080 -f 13604/13742/26078 17648/17789/26080 13702/13848/26081 -f 13702/13848/26081 17648/17789/26080 13718/13865/26082 -f 13718/13865/26082 17648/17789/26080 17649/17790/26083 -f 13718/13865/26082 17649/17790/26083 13730/13846/26084 -f 13730/13846/26084 17649/17790/26083 17650/17791/26085 -f 13730/13846/26084 17650/17791/26085 17651/17792/26086 -f 13730/13846/26084 17651/17792/26086 13711/13856/26087 -f 13711/13856/26087 17651/17792/26086 17652/17793/26088 -f 13711/13856/26087 17652/17793/26088 13710/13847/26089 -f 13710/13847/26089 17652/17793/26088 17653/17794/26090 -f 13710/13847/26089 17653/17794/26090 13701/13740/26091 -f 13701/13740/26091 17653/17794/26090 17654/13739/26092 -s 757 -f 13600/13736/26093 13599/13735/26094 17655/17795/26095 -f 13600/13736/26093 17655/17795/26095 13692/13857/26096 -f 13692/13857/26096 17655/17795/26095 13723/13868/26097 -f 13723/13868/26097 17655/17795/26095 17656/17796/26098 -f 13723/13868/26097 17656/17796/26098 13724/13869/26099 -f 13724/13869/26099 17656/17796/26098 17657/17797/26100 -f 13724/13869/26099 17657/17797/26100 13731/13872/26101 -f 13731/13872/26101 17657/17797/26100 17658/17798/26102 -f 13731/13872/26101 17658/17798/26102 13726/13870/26103 -f 13726/13870/26103 17658/17798/26102 17659/17799/26104 -f 13726/13870/26103 17659/17799/26104 13725/13871/26105 -f 13725/13871/26105 17659/17799/26104 17660/17800/26106 -f 13725/13871/26105 17660/17800/26106 13693/13734/26107 -f 13693/13734/26107 17660/17800/26106 17661/13733/26108 -s 758 -f 13596/13730/26109 13595/13729/26110 13712/13859/26111 -f 13712/13859/26111 13595/13729/26110 17662/17801/26112 -f 13712/13859/26111 17662/17801/26112 13713/13860/26113 -f 13713/13860/26113 17662/17801/26112 17663/17802/26114 -f 13713/13860/26113 17663/17802/26114 17664/17803/26115 -f 13713/13860/26113 17664/17803/26115 13719/13866/26116 -f 13719/13866/26116 17664/17803/26115 17665/17804/26117 -f 13719/13866/26116 17665/17804/26117 13732/13880/26118 -f 13732/13880/26118 17665/17804/26117 17666/17805/26119 -f 13732/13880/26118 17666/17805/26119 13733/13881/26120 -f 13733/13881/26120 17666/17805/26119 17667/17806/26121 -f 13733/13881/26120 17667/17806/26121 13738/13867/26122 -f 13738/13867/26122 17667/17806/26121 17668/17807/26123 -f 13738/13867/26122 17668/17807/26123 13720/13858/26124 -f 13720/13858/26124 17668/17807/26123 17669/13727/26125 -f 13720/13858/26124 17669/13727/26125 13594/13728/26126 -s 759 -f 13591/13724/26127 13590/13723/26128 17670/17808/26129 -f 13591/13724/26127 17670/17808/26129 13727/13873/26130 -f 13727/13873/26130 17670/17808/26129 17671/17809/26131 -f 13727/13873/26130 17671/17809/26131 13728/13874/26132 -f 13728/13874/26132 17671/17809/26131 17672/17810/26133 -f 13728/13874/26132 17672/17810/26133 13729/13876/26134 -f 13729/13876/26134 17672/17810/26133 17673/17811/26135 -f 13729/13876/26134 17673/17811/26135 13739/13886/26136 -f 13739/13886/26136 17673/17811/26135 17674/17812/26137 -f 13739/13886/26136 17674/17812/26137 13740/13875/26138 -f 13740/13875/26138 17674/17812/26137 17675/17813/26139 -f 13740/13875/26138 17675/17813/26139 13694/13722/26140 -f 13694/13722/26140 17675/17813/26139 17676/13721/26141 -s 760 -f 13587/13718/26142 13586/13717/26143 17677/17814/26144 -f 13587/13718/26142 17677/17814/26144 13741/13887/26145 -f 13741/13887/26145 17677/17814/26144 17678/17815/26146 -f 13741/13887/26145 17678/17815/26146 13734/13882/26147 -f 13734/13882/26147 17678/17815/26146 17679/17816/26148 -f 13734/13882/26147 17679/17816/26148 13735/13883/26149 -f 13735/13883/26149 17679/17816/26148 17680/17817/26150 -f 13735/13883/26149 17680/17817/26150 13721/13884/26151 -f 13721/13884/26151 17680/17817/26150 17681/17818/26152 -f 13721/13884/26151 17681/17818/26152 13736/13885/26153 -f 13736/13885/26153 17681/17818/26152 17682/17819/26154 -f 13736/13885/26153 17682/17819/26154 13742/13888/26155 -f 13742/13888/26155 17682/17819/26154 17683/13715/26156 -f 13742/13888/26155 17683/13715/26156 13585/13716/26157 -s 761 -f 13582/13712/26158 14552/13711/26159 13737/13879/26160 -f 13737/13879/26160 14552/13711/26159 17684/17820/26161 -f 13737/13879/26160 17684/17820/26161 13722/13877/26162 -f 13722/13877/26162 17684/17820/26161 17685/17821/26163 -f 13722/13877/26162 17685/17821/26163 13743/13889/26164 -f 13743/13889/26164 17685/17821/26163 17686/17822/26165 -f 13743/13889/26164 17686/17822/26165 17687/17823/26166 -f 13743/13889/26164 17687/17823/26166 13744/13890/26167 -f 13744/13890/26167 17687/17823/26166 17688/17824/26168 -f 13744/13890/26167 17688/17824/26168 13745/13878/26169 -f 13745/13878/26169 17688/17824/26168 17689/17825/26170 -f 13745/13878/26169 17689/17825/26170 13695/13825/26171 -f 13695/13825/26171 17689/17825/26170 17690/13709/26172 -f 13695/13825/26171 17690/13709/26172 13581/13710/26173 -s 762 -f 13578/13706/26174 14555/13705/26175 17691/17826/26176 -f 13578/13706/26174 17691/17826/26176 13708/13853/26177 -f 13708/13853/26177 17691/17826/26176 17692/17827/26178 -f 13708/13853/26177 17692/17827/26178 13709/13855/26179 -f 13709/13855/26179 17692/17827/26178 17693/17828/26180 -f 13709/13855/26179 17693/17828/26180 13707/13854/26181 -f 13707/13854/26181 17693/17828/26180 17694/17829/26182 -f 13707/13854/26181 17694/17829/26182 13697/13830/26183 -f 13697/13830/26183 17694/17829/26182 17695/17830/26184 -f 13697/13830/26183 17695/17830/26184 13679/13831/26185 -f 13679/13831/26185 17695/17830/26184 13698/13843/26186 -f 13698/13843/26186 17695/17830/26184 17696/14845/26187 -s 763 -f 14577/14872/26188 13599/13735/26189 13601/13737/26190 -f 14577/14872/26188 13601/13737/26190 17654/13739/26191 -s 764 -f 17661/13733/26192 17660/17800/26193 14565/14858/26194 -f 17660/17800/26193 17659/17799/26195 14565/14858/26194 -f 17659/17799/26195 17658/17798/26196 14565/14858/26194 -f 14565/14858/26194 17658/17798/26196 14572/14869/26197 -f 14572/14869/26197 17658/17798/26196 17657/17797/26198 -f 14572/14869/26197 17657/17797/26198 17656/17796/26199 -f 14572/14869/26197 17656/17796/26199 14567/14861/26200 -f 14567/14861/26200 17656/17796/26199 17655/17795/26201 -f 14567/14861/26200 17655/17795/26201 14577/14872/26202 -f 14577/14872/26202 17655/17795/26201 13599/13735/26203 -s 756 -f 17654/13739/26204 17653/17794/26205 14578/14859/26206 -f 17653/17794/26205 17652/17793/26088 14578/14859/26206 -f 14578/14859/26206 17652/17793/26088 14566/14860/26207 -f 17652/17793/26088 17651/17792/26086 14566/14860/26207 -s 766 -f 14566/14860/26208 17651/17792/26209 17650/17791/26210 -f 14566/14860/26208 17650/17791/26210 17649/17790/26211 -f 14566/14860/26208 17649/17790/26211 14576/14863/26212 -f 14576/14863/26212 17649/17790/26211 17648/17789/26213 -f 14576/14863/26212 17648/17789/26213 17697/14864/26214 -f 17697/14864/26214 17648/17789/26213 13603/13741/26215 -s 767 -f 14563/14857/26216 13595/13729/26217 13597/13731/26218 -f 14563/14857/26216 13597/13731/26218 17661/13733/26219 -s 768 -f 17697/14864/26220 13603/13741/26221 13605/13743/26222 -f 17697/14864/26220 13605/13743/26222 17647/13745/26223 -s 769 -f 17669/13727/26224 17668/17807/26225 14574/14853/26226 -f 17668/17807/26225 17667/17806/26227 14574/14853/26226 -f 14574/14853/26226 17667/17806/26227 14562/14854/26228 -f 17667/17806/26227 17666/17805/26229 14562/14854/26228 -f 14562/14854/26228 17666/17805/26229 17665/17804/26230 -f 14562/14854/26228 17665/17804/26230 17664/17803/26231 -f 14562/14854/26228 17664/17803/26231 14571/14868/26232 -f 14571/14868/26232 17664/17803/26231 17663/17802/26233 -f 14571/14868/26232 17663/17802/26233 17662/17801/26234 -f 14571/14868/26232 17662/17801/26234 14563/14857/26235 -f 14563/14857/26235 17662/17801/26234 13595/13729/26236 -s off -f 17647/13745/26237 17646/17788/26238 14570/14850/26239 -s 770 -f 17646/17788/26240 17645/17787/26241 14570/14850/26242 -f 14570/14850/26242 17645/17787/26241 14557/14851/26243 -f 14557/14851/26243 17645/17787/26241 17644/17786/26244 -f 14557/14851/26243 17644/17786/26244 17643/17785/26245 -f 14557/14851/26243 17643/17785/26245 17642/17784/26246 -f 14557/14851/26243 17642/17784/26246 14558/14852/26247 -f 14558/14852/26247 17642/17784/26246 17641/17783/26248 -f 14558/14852/26247 17641/17783/26248 17698/13747/26249 -s 229 -f 14560/14865/26250 13590/13723/26251 13592/13725/26252 -f 14560/14865/26250 13592/13725/26252 14561/14866/21996 -f 14561/14866/21996 13592/13725/26252 17669/13727/21997 -s 772 -f 14568/14870/26253 17698/13747/26254 13608/13749/26255 -f 14568/14870/26253 13608/13749/26255 17640/13751/26256 -s 773 -f 14580/14873/26257 17676/13721/26258 17675/17813/26259 -f 14580/14873/26257 17675/17813/26259 14581/14874/26260 -f 17675/17813/26259 17674/17812/26261 14581/14874/26260 -f 17674/17812/26261 17673/17811/26262 14581/14874/26260 -f 14581/14874/26260 17673/17811/26262 17672/17810/26263 -f 14581/14874/26260 17672/17810/26263 14475/14767/26264 -f 14475/14767/26264 17672/17810/26263 17671/17809/26265 -f 14475/14767/26264 17671/17809/26265 17670/17808/26266 -f 14475/14767/26264 17670/17808/26266 14579/14867/26267 -f 14579/14867/26267 17670/17808/26266 14560/14865/26268 -f 14560/14865/26268 17670/17808/26266 13590/13723/26269 -s 774 -f 14568/14870/26270 17640/13751/26271 17639/17782/26272 -f 14568/14870/26270 17639/17782/26272 14559/14855/26273 -f 17639/17782/26272 17638/17781/26274 14559/14855/26273 -f 17638/17781/26274 17637/17780/26275 14559/14855/26273 -f 14559/14855/26273 17637/17780/26275 14564/14856/26276 -f 14564/14856/26276 17637/17780/26275 17636/17779/26277 -f 14564/14856/26276 17636/17779/26277 17635/17778/26278 -f 14564/14856/26276 17635/17778/26278 14569/14862/26279 -f 14569/14862/26279 17635/17778/26278 17634/17777/26280 -s off -f 14569/14862/26281 17634/17777/26282 17699/13753/26283 -s 775 -f 14584/14877/26284 13586/13717/26285 13588/13719/26286 -f 13588/13719/26286 17676/13721/26287 14580/14873/26288 -f 14584/14877/26284 13588/13719/26286 14580/14873/26288 -s 776 -f 14575/14871/26289 17699/13753/26290 13611/13755/26291 -f 14575/14871/26289 13611/13755/26291 17633/13757/26292 -s 777 -f 14545/14841/26293 17683/13715/26294 17682/17819/26295 -f 14545/14841/26293 17682/17819/26295 14544/14839/26296 -f 17682/17819/26295 17681/17818/26297 14544/14839/26296 -f 17681/17818/26297 17680/17817/26298 14544/14839/26296 -f 14544/14839/26296 17680/17817/26298 14582/14875/26299 -f 14582/14875/26299 17680/17817/26298 17679/17816/26300 -f 14582/14875/26299 17679/17816/26300 17678/17815/26301 -f 14582/14875/26299 17678/17815/26301 14583/14876/26302 -f 14583/14876/26302 17678/17815/26301 17677/17814/26303 -f 14583/14876/26302 17677/17814/26303 14584/14877/26304 -f 14584/14877/26304 17677/17814/26303 13586/13717/26305 -s 753 -f 14575/14871/26306 17633/13757/26307 17632/17776/26308 -f 14575/14871/26306 17632/17776/26308 14573/14847/26309 -f 17632/17776/26308 17631/17775/26310 14573/14847/26309 -f 17629/17773/26037 14556/14848/26311 17630/17774/26038 -f 17630/17774/26038 14556/14848/26311 14573/14847/26309 -f 17630/17774/26038 14573/14847/26309 17631/17775/26310 -s 779 -f 14556/14848/26312 17629/17773/26313 17628/17772/26314 -f 14556/14848/26312 17628/17772/26314 17627/17771/26315 -f 14556/14848/26312 17627/17771/26315 17700/14849/26316 -f 17700/14849/26316 17627/17771/26315 13614/13759/26317 -s 780 -f 13583/13713/26318 17683/13715/26319 14545/14841/26320 -f 14552/13711/26321 13583/13713/26318 14545/14841/26320 -s 781 -f 17700/14849/26322 13614/13759/26323 13616/13761/26324 -f 14531/14821/26325 17700/14849/26322 13616/13761/26324 -f 14531/14821/26325 13616/13761/26324 17626/13763/26326 -s 782 -f 14549/14846/26327 17690/13709/26328 17689/17825/26329 -f 14549/14846/26327 17689/17825/26329 14542/14831/26330 -f 17689/17825/26329 17688/17824/26331 14542/14831/26330 -f 14542/14831/26330 17688/17824/26331 14543/14832/26332 -f 17688/17824/26331 17687/17823/26333 14543/14832/26332 -f 14543/14832/26332 17687/17823/26333 17686/17822/26334 -f 14543/14832/26332 17686/17822/26334 17685/17821/26335 -s 761 -f 14543/14832/26336 17685/17821/26163 17684/17820/26161 -s off -f 14543/14832/26337 17684/17820/26338 14551/14840/26339 -f 14551/14840/26340 17684/17820/26341 14552/13711/26342 -s 783 -f 14531/14821/26343 17626/13763/26344 17625/17770/26345 -f 14531/14821/26343 17625/17770/26345 14532/14822/26346 -f 17625/17770/26345 17624/17769/26347 14532/14822/26346 -f 14532/14822/26346 17624/17769/26347 14536/14826/26348 -f 17624/17769/26347 17623/17768/26349 14536/14826/26348 -f 14536/14826/26348 17623/17768/26349 17622/17767/26350 -f 14536/14826/26348 17622/17767/26350 14538/14827/26351 -f 14538/14827/26351 17622/17767/26350 17621/17766/26352 -f 14538/14827/26351 17621/17766/26352 17620/17765/26353 -f 14538/14827/26351 17620/17765/26353 17701/14842/26354 -f 17701/14842/26354 17620/17765/26353 13618/13765/26355 -s 784 -f 13579/13707/26356 17690/13709/26357 14549/14846/26358 -f 14555/13705/26359 13579/13707/26356 14549/14846/26358 -s 785 -f 17701/14842/26360 13618/13765/26361 13620/13767/26362 -f 14537/14833/26363 17701/14842/26360 13620/13767/26362 -f 14537/14833/26363 13620/13767/26362 17619/13769/26364 -s off -f 17696/14845/26365 17695/17830/26366 14553/14837/26367 -s 786 -f 17695/17830/26368 17694/17829/26369 14553/14837/26370 -f 14553/14837/26370 17694/17829/26369 14548/14835/26371 -f 14548/14835/26371 17694/17829/26369 17693/17828/26372 -f 14548/14835/26371 17693/17828/26372 17692/17827/26373 -f 14548/14835/26371 17692/17827/26373 14547/14836/26374 -f 14547/14836/26374 17692/17827/26373 17691/17826/26375 -f 14547/14836/26374 17691/17826/26375 14555/13705/26376 -s 787 -f 14537/14833/26377 17619/13769/26378 17618/17764/26379 -f 14537/14833/26377 17618/17764/26379 14546/14834/26380 -f 17618/17764/26379 17617/17763/26381 14546/14834/26380 -f 14546/14834/26380 17617/17763/26381 14533/14819/26382 -f 14533/14819/26382 17617/17763/26381 17616/17762/26383 -f 14533/14819/26382 17616/17762/26383 17615/17761/26384 -f 14533/14819/26382 17615/17761/26384 14530/14820/26385 -f 14530/14820/26385 17615/17761/26384 17614/17760/26386 -f 14530/14820/26385 17614/17760/26386 17702/14823/26387 -f 17702/14823/26387 17614/17760/26386 13623/13771/26388 -s 788 -f 14539/14844/26389 17598/17746/26390 17599/17747/26391 -f 14539/14844/26389 17599/17747/26391 17696/14845/26392 -s 789 -f 17702/14823/26393 13623/13771/26394 13625/13773/26395 -f 17702/14823/26393 13625/13773/26395 17613/13775/26396 -s 790 -f 17605/13781/26397 17604/17752/26398 14550/14830/26399 -f 14550/14830/26399 17604/17752/26398 14540/14828/26400 -f 17604/17752/26398 17603/17751/26401 14540/14828/26400 -f 14540/14828/26400 17603/17751/26401 17602/17750/26402 -f 14540/14828/26400 17602/17750/26402 14554/14843/26403 -f 14554/14843/26403 17602/17750/26402 17601/17749/26404 -f 14554/14843/26403 17601/17749/26404 17600/17748/26405 -f 14554/14843/26403 17600/17748/26405 14539/14844/26406 -f 14539/14844/26406 17600/17748/26405 17598/17746/26407 -s 791 -f 17613/13775/26408 17612/17759/26409 14534/14824/26410 -f 17612/17759/26409 17611/17758/26411 14534/14824/26410 -f 14534/14824/26410 17611/17758/26411 14535/14825/26412 -f 17611/17758/26411 17610/17757/26413 14535/14825/26412 -f 14535/14825/26412 17610/17757/26413 17609/17756/26414 -f 14535/14825/26412 17609/17756/26414 17608/17755/26415 -f 14535/14825/26412 17608/17755/26415 17607/17754/26416 -f 14535/14825/26412 17607/17754/26416 14541/14829/26417 -f 14541/14829/26417 17607/17754/26416 17606/17753/26418 -f 14541/14829/26417 17606/17753/26418 17703/14838/26419 -f 17703/14838/26419 17606/17753/26418 13627/13777/26420 -s 792 -f 17703/14838/26421 13627/13777/26422 13629/13779/26423 -f 17703/14838/26421 13629/13779/26423 17605/13781/26424 -s 793 -f 14980/15287/26425 14973/15279/26426 17562/17693/26427 -f 14974/15281/26428 17561/17695/26429 14973/15279/26426 -f 14973/15279/26426 17561/17695/26429 17562/17693/26427 -f 14976/15283/26430 17563/17719/26431 14974/15281/26428 -f 14974/15281/26428 17563/17719/26431 17561/17695/26429 -f 14977/15284/26432 17564/17718/26433 14976/15283/26430 -f 14976/15283/26430 17564/17718/26433 17563/17719/26431 -f 14999/15306/26434 17566/17716/26435 14977/15284/26432 -f 14977/15284/26432 17566/17716/26435 17564/17718/26433 -f 15000/15307/26436 17567/17714/26437 14999/15306/26434 -f 14999/15306/26434 17567/17714/26437 17566/17716/26435 -f 15002/15309/26438 17565/17713/26439 15000/15307/26436 -f 15000/15307/26436 17565/17713/26439 17567/17714/26437 -f 15003/15310/26440 17568/17712/26441 15002/15309/26438 -f 15002/15309/26438 17568/17712/26441 17565/17713/26439 -f 15005/15311/26442 17569/17710/26443 15003/15310/26440 -f 15003/15310/26440 17569/17710/26443 17568/17712/26441 -f 14995/15301/26444 17571/17709/26445 15005/15311/26442 -f 15005/15311/26442 17571/17709/26445 17569/17710/26443 -f 14996/15303/26446 17570/17708/26447 14995/15301/26444 -f 14995/15301/26444 17570/17708/26447 17571/17709/26445 -f 14998/15305/26448 17572/17706/26449 14996/15303/26446 -f 14996/15303/26446 17572/17706/26449 17570/17708/26447 -f 14985/15292/26450 17573/17705/26451 14998/15305/26448 -f 14998/15305/26448 17573/17705/26451 17572/17706/26449 -f 14987/15294/26452 17574/17703/26453 14985/15292/26450 -f 14985/15292/26450 17574/17703/26453 17573/17705/26451 -f 14988/15295/26454 17576/17702/26455 14987/15294/26452 -f 14987/15294/26452 17576/17702/26455 17574/17703/26453 -f 14989/15296/26456 17575/17700/26457 14988/15295/26454 -f 14988/15295/26454 17575/17700/26457 17576/17702/26455 -f 14991/15298/26458 17577/17699/26459 14989/15296/26456 -f 14989/15296/26456 17577/17699/26459 17575/17700/26457 -f 14992/15299/26460 17578/17698/26461 14991/15298/26458 -f 14991/15298/26458 17578/17698/26461 17577/17699/26459 -f 14993/15300/26462 17579/17696/26463 14992/15299/26460 -f 14992/15299/26460 17579/17696/26463 17578/17698/26461 -f 14982/15288/26464 17543/17744/26465 14993/15300/26462 -f 14993/15300/26462 17543/17744/26465 17579/17696/26463 -f 14983/15290/26466 17544/17743/26467 14982/15288/26464 -f 14982/15288/26464 17544/17743/26467 17543/17744/26465 -f 14984/15291/26468 17545/17741/26469 14983/15290/26466 -f 14983/15290/26466 17545/17741/26469 17544/17743/26467 -f 14964/15271/26470 17546/17740/26471 14984/15291/26468 -f 14984/15291/26468 17546/17740/26471 17545/17741/26469 -f 14966/15273/26472 17548/17739/26473 14964/15271/26470 -f 14964/15271/26470 17548/17739/26473 17546/17740/26471 -f 14967/15274/26474 17547/17737/26475 14966/15273/26472 -f 14966/15273/26472 17547/17737/26475 17548/17739/26473 -f 14959/15266/26476 17550/17736/26477 14967/15274/26474 -f 14967/15274/26474 17550/17736/26477 17547/17737/26475 -f 14960/15268/26478 17549/17734/26479 14959/15266/26476 -f 14959/15266/26476 17549/17734/26479 17550/17736/26477 -f 14962/15270/26480 17551/17733/26481 14960/15268/26478 -f 14960/15268/26478 17551/17733/26481 17549/17734/26479 -f 14955/15261/26482 17553/17731/26483 14962/15270/26480 -f 14962/15270/26480 17553/17731/26483 17551/17733/26481 -f 14956/15263/26484 17552/17730/26485 14955/15261/26482 -f 14955/15261/26482 17552/17730/26485 17553/17731/26483 -f 14957/15264/26486 17554/17729/26487 14956/15263/26484 -f 14956/15263/26484 17554/17729/26487 17552/17730/26485 -f 14958/15265/26488 17555/17727/26489 14957/15264/26486 -f 14957/15264/26486 17555/17727/26489 17554/17729/26487 -f 14970/15276/26490 17557/17726/26491 14958/15265/26488 -f 14958/15265/26488 17557/17726/26491 17555/17727/26489 -f 14971/15277/26492 17556/17725/26493 14970/15276/26490 -f 14970/15276/26490 17556/17725/26493 17557/17726/26491 -f 14972/15278/26494 17558/17723/26495 14971/15277/26492 -f 14971/15277/26492 17558/17723/26495 17556/17725/26493 -f 14979/15286/26496 17560/17722/26497 14972/15278/26494 -f 14972/15278/26494 17560/17722/26497 17558/17723/26495 -f 14980/15287/26425 17562/17693/26427 17559/17692/26498 -f 14980/15287/26425 17559/17692/26498 14979/15286/26496 -f 14979/15286/26496 17559/17692/26498 17560/17722/26497 +f 3067/3203/5854 3068/3191/5828 3072/3192/5830 3074/3204/5856 v 113.535530 -88.535530 100.000000 v 113.535538 -88.535530 96.500000 v 114.571068 -89.330132 100.000000 @@ -99372,374 +17731,374 @@ vn 0.382684 -0.923879 0.000000 vn 0.608761 -0.793354 0.000000 vn 0.608759 -0.793355 0.000000 s 1 -f 17704/17831/26499 17705/17832/26500 17706/17833/26501 -f 17706/17833/26501 17705/17832/26500 17707/17834/26502 -f 17706/17833/26501 17707/17834/26502 17708/17835/26503 -f 17708/17835/26503 17707/17834/26502 17709/17836/26504 -f 17708/17835/26503 17709/17836/26504 17710/17837/26505 -f 17710/17837/26505 17709/17836/26504 17711/17838/26506 -f 17704/17831/26499 17712/17839/26507 17705/17832/26500 -f 17705/17832/26500 17712/17839/26507 17713/17840/26508 +f 3075/3205/5857 3076/3206/5858 3077/3207/5859 +f 3077/3207/5859 3076/3206/5858 3078/3208/5860 +f 3077/3207/5859 3078/3208/5860 3079/3209/5861 +f 3079/3209/5861 3078/3208/5860 3080/3210/5862 +f 3079/3209/5861 3080/3210/5862 3081/3211/5863 +f 3081/3211/5863 3080/3210/5862 3082/3212/5864 +f 3075/3205/5857 3083/3213/5865 3076/3206/5858 +f 3076/3206/5858 3083/3213/5865 3084/3214/5866 s 2 -f 17706/17833/26509 17710/17837/26510 17704/17831/26511 -f 17704/17831/26511 17710/17837/26510 17714/17841/26512 -f 17704/17831/26511 17714/17841/26512 17715/17842/26513 -f 17706/17833/26509 17708/17835/26514 17710/17837/26510 -f 17710/17837/26510 17716/17843/26515 17714/17841/26512 -f 17714/17841/26512 17716/17843/26515 17717/17844/26516 -f 17717/17844/26516 17716/17843/26515 17718/17845/26517 -f 17718/17845/26517 17716/17843/26515 17719/17846/26518 -f 17719/17846/26518 17716/17843/26515 17720/17847/26519 -f 17720/17847/26519 17716/17843/26515 17721/17848/26520 -f 17704/17831/26511 17715/17842/26513 17722/17849/26521 -f 17722/17849/26521 17715/17842/26513 17723/17850/26522 -f 17722/17849/26521 17723/17850/26522 17724/17851/26523 -f 17722/17849/26521 17725/17852/26524 17704/17831/26511 -f 17704/17831/26511 17725/17852/26524 17726/17853/26525 -f 17704/17831/26511 17726/17853/26525 17712/17839/26526 -f 17712/17839/26526 17726/17853/26525 17727/17854/26527 -f 17712/17839/26526 17727/17854/26527 17728/17855/26528 -f 17712/17839/26526 17728/17855/26528 17729/17856/26529 -f 17729/17856/26529 17728/17855/26528 17730/17857/26530 -f 17729/17856/26529 17730/17857/26530 17731/17858/26531 -f 17731/17858/26531 17732/17859/26532 17729/17856/26529 -f 17729/17856/26529 17732/17859/26532 17733/17860/26533 -f 17733/17860/26533 17732/17859/26532 17734/17861/26534 -f 17733/17860/26533 17734/17861/26534 17735/17862/26535 -f 17736/17863/26536 17737/17864/26537 17735/17862/26535 -f 17735/17862/26535 17737/17864/26537 17738/17865/26538 -f 17735/17862/26535 17738/17865/26538 17733/17860/26533 -f 17733/17860/26533 17738/17865/26538 17739/17866/26539 -f 17733/17860/26533 17739/17866/26539 17740/17867/26540 -f 17740/17867/26540 17739/17866/26539 17741/17868/26541 -f 17741/17868/26541 17739/17866/26539 17742/17869/26542 -f 17741/17868/26541 17742/17869/26542 17743/17870/26543 -f 17743/17870/26543 17744/17871/26544 17741/17868/26541 -f 17741/17868/26541 17744/17871/26544 17745/17872/26545 -f 17741/17868/26541 17745/17872/26545 17746/17873/26546 -f 17747/17874/26547 17748/17875/26548 17740/17867/26540 -f 17740/17867/26540 17748/17875/26548 17733/17860/26533 -f 17712/17839/26526 17729/17856/26529 17749/17876/26549 -f 17749/17876/26549 17729/17856/26529 17750/17877/26550 -f 17749/17876/26549 17750/17877/26550 17751/17878/26551 -f 17751/17878/26551 17750/17877/26550 17752/17879/26552 -f 17751/17878/26551 17752/17879/26552 17753/17880/26553 -f 17751/17878/26551 17753/17880/26553 17754/17881/26554 -f 17754/17881/26554 17753/17880/26553 17755/17882/26555 -f 17754/17881/26554 17755/17882/26555 17756/17883/26556 -f 17756/17883/26556 17755/17882/26555 17757/17884/26557 -f 17757/17884/26557 17755/17882/26555 17758/17885/26558 -f 17757/17884/26557 17758/17885/26558 17759/17886/26559 -f 17757/17884/26557 17759/17886/26559 17760/17887/26560 -f 17760/17887/26560 17759/17886/26559 17761/17888/26561 -f 17760/17887/26560 17761/17888/26561 17762/17889/26562 -f 17762/17889/26562 17761/17888/26561 17763/17890/26563 -f 17762/17889/26562 17763/17890/26563 17764/17891/26564 -f 17765/17892/26565 17766/17893/26566 17761/17888/26561 -f 17761/17888/26561 17766/17893/26566 17767/17894/26567 -f 17761/17888/26561 17767/17894/26567 17768/17895/26568 -f 17769/17896/26569 17770/17897/26570 17765/17892/26565 -f 17765/17892/26565 17770/17897/26570 17771/17898/26571 -f 17765/17892/26565 17771/17898/26571 17772/17899/26572 -f 17769/17896/26569 17773/17900/26573 17770/17897/26570 -f 17770/17897/26570 17774/17901/26574 17771/17898/26571 -f 17771/17898/26571 17774/17901/26574 17775/17902/26575 -f 17775/17902/26575 17774/17901/26574 17776/17903/26576 -f 17776/17903/26576 17774/17901/26574 17777/17904/26577 -f 17777/17904/26577 17774/17901/26574 17778/17905/26578 -f 17778/17905/26578 17774/17901/26574 17779/17906/26579 -f 17765/17892/26565 17772/17899/26572 17780/17907/26580 -f 17780/17907/26580 17772/17899/26572 17781/17908/26581 -f 17780/17907/26580 17781/17908/26581 17782/17909/26582 -f 17780/17907/26580 17783/17910/26583 17765/17892/26565 -f 17765/17892/26565 17783/17910/26583 17766/17893/26566 -f 17768/17895/26568 17763/17890/26563 17761/17888/26561 -f 17764/17891/26564 17784/17911/26584 17762/17889/26562 -f 17762/17889/26562 17784/17911/26584 17785/17912/26585 -f 17785/17912/26585 17784/17911/26584 17786/17913/26586 -f 17785/17912/26585 17786/17913/26586 17787/17914/26587 -f 17788/17915/26588 17789/17916/26589 17787/17914/26587 -f 17787/17914/26587 17789/17916/26589 17790/17917/26590 -f 17787/17914/26587 17790/17917/26590 17785/17912/26585 -f 17785/17912/26585 17790/17917/26590 17791/17918/26591 -f 17785/17912/26585 17791/17918/26591 17792/17919/26592 -f 17792/17919/26592 17791/17918/26591 17793/17920/26593 -f 17793/17920/26593 17791/17918/26591 17794/17921/26594 -f 17793/17920/26593 17794/17921/26594 17795/17922/26595 -f 17795/17922/26595 17796/17923/26596 17793/17920/26593 -f 17793/17920/26593 17796/17923/26596 17797/17924/26597 -f 17793/17920/26593 17797/17924/26597 17798/17925/26598 -f 17799/17926/26599 17800/17927/26600 17792/17919/26592 -f 17792/17919/26592 17800/17927/26600 17785/17912/26585 +f 3077/3207/5867 3081/3211/5868 3075/3205/5869 +f 3075/3205/5869 3081/3211/5868 3085/3215/5870 +f 3075/3205/5869 3085/3215/5870 3086/3216/5871 +f 3077/3207/5867 3079/3209/5872 3081/3211/5868 +f 3081/3211/5868 3087/3217/5873 3085/3215/5870 +f 3085/3215/5870 3087/3217/5873 3088/3218/5874 +f 3088/3218/5874 3087/3217/5873 3089/3219/5875 +f 3089/3219/5875 3087/3217/5873 3090/3220/5876 +f 3090/3220/5876 3087/3217/5873 3091/3221/5877 +f 3091/3221/5877 3087/3217/5873 3092/3222/5878 +f 3075/3205/5869 3086/3216/5871 3093/3223/5879 +f 3093/3223/5879 3086/3216/5871 3094/3224/5880 +f 3093/3223/5879 3094/3224/5880 3095/3225/5881 +f 3093/3223/5879 3096/3226/5882 3075/3205/5869 +f 3075/3205/5869 3096/3226/5882 3097/3227/5883 +f 3075/3205/5869 3097/3227/5883 3083/3213/5884 +f 3083/3213/5884 3097/3227/5883 3098/3228/5885 +f 3083/3213/5884 3098/3228/5885 3099/3229/5886 +f 3083/3213/5884 3099/3229/5886 3100/3230/5887 +f 3100/3230/5887 3099/3229/5886 3101/3231/5888 +f 3100/3230/5887 3101/3231/5888 3102/3232/5889 +f 3102/3232/5889 3103/3233/5890 3100/3230/5887 +f 3100/3230/5887 3103/3233/5890 3104/3234/5891 +f 3104/3234/5891 3103/3233/5890 3105/3235/5892 +f 3104/3234/5891 3105/3235/5892 3106/3236/5893 +f 3107/3237/5894 3108/3238/5895 3106/3236/5893 +f 3106/3236/5893 3108/3238/5895 3109/3239/5896 +f 3106/3236/5893 3109/3239/5896 3104/3234/5891 +f 3104/3234/5891 3109/3239/5896 3110/3240/5897 +f 3104/3234/5891 3110/3240/5897 3111/3241/5898 +f 3111/3241/5898 3110/3240/5897 3112/3242/5899 +f 3112/3242/5899 3110/3240/5897 3113/3243/5900 +f 3112/3242/5899 3113/3243/5900 3114/3244/5901 +f 3114/3244/5901 3115/3245/5902 3112/3242/5899 +f 3112/3242/5899 3115/3245/5902 3116/3246/5903 +f 3112/3242/5899 3116/3246/5903 3117/3247/5904 +f 3118/3248/5905 3119/3249/5906 3111/3241/5898 +f 3111/3241/5898 3119/3249/5906 3104/3234/5891 +f 3083/3213/5884 3100/3230/5887 3120/3250/5907 +f 3120/3250/5907 3100/3230/5887 3121/3251/5908 +f 3120/3250/5907 3121/3251/5908 3122/3252/5909 +f 3122/3252/5909 3121/3251/5908 3123/3253/5910 +f 3122/3252/5909 3123/3253/5910 3124/3254/5911 +f 3122/3252/5909 3124/3254/5911 3125/3255/5912 +f 3125/3255/5912 3124/3254/5911 3126/3256/5913 +f 3125/3255/5912 3126/3256/5913 3127/3257/5914 +f 3127/3257/5914 3126/3256/5913 3128/3258/5915 +f 3128/3258/5915 3126/3256/5913 3129/3259/5916 +f 3128/3258/5915 3129/3259/5916 3130/3260/5917 +f 3128/3258/5915 3130/3260/5917 3131/3261/5918 +f 3131/3261/5918 3130/3260/5917 3132/3262/5919 +f 3131/3261/5918 3132/3262/5919 3133/3263/5920 +f 3133/3263/5920 3132/3262/5919 3134/3264/5921 +f 3133/3263/5920 3134/3264/5921 3135/3265/5922 +f 3136/3266/5923 3137/3267/5924 3132/3262/5919 +f 3132/3262/5919 3137/3267/5924 3138/3268/5925 +f 3132/3262/5919 3138/3268/5925 3139/3269/5926 +f 3140/3270/5927 3141/3271/5928 3136/3266/5923 +f 3136/3266/5923 3141/3271/5928 3142/3272/5929 +f 3136/3266/5923 3142/3272/5929 3143/3273/5930 +f 3140/3270/5927 3144/3274/5931 3141/3271/5928 +f 3141/3271/5928 3145/3275/5932 3142/3272/5929 +f 3142/3272/5929 3145/3275/5932 3146/3276/5933 +f 3146/3276/5933 3145/3275/5932 3147/3277/5934 +f 3147/3277/5934 3145/3275/5932 3148/3278/5935 +f 3148/3278/5935 3145/3275/5932 3149/3279/5936 +f 3149/3279/5936 3145/3275/5932 3150/3280/5937 +f 3136/3266/5923 3143/3273/5930 3151/3281/5938 +f 3151/3281/5938 3143/3273/5930 3152/3282/5939 +f 3151/3281/5938 3152/3282/5939 3153/3283/5940 +f 3151/3281/5938 3154/3284/5941 3136/3266/5923 +f 3136/3266/5923 3154/3284/5941 3137/3267/5924 +f 3139/3269/5926 3134/3264/5921 3132/3262/5919 +f 3135/3265/5922 3155/3285/5942 3133/3263/5920 +f 3133/3263/5920 3155/3285/5942 3156/3286/5943 +f 3156/3286/5943 3155/3285/5942 3157/3287/5944 +f 3156/3286/5943 3157/3287/5944 3158/3288/5945 +f 3159/3289/5946 3160/3290/5947 3158/3288/5945 +f 3158/3288/5945 3160/3290/5947 3161/3291/5948 +f 3158/3288/5945 3161/3291/5948 3156/3286/5943 +f 3156/3286/5943 3161/3291/5948 3162/3292/5949 +f 3156/3286/5943 3162/3292/5949 3163/3293/5950 +f 3163/3293/5950 3162/3292/5949 3164/3294/5951 +f 3164/3294/5951 3162/3292/5949 3165/3295/5952 +f 3164/3294/5951 3165/3295/5952 3166/3296/5953 +f 3166/3296/5953 3167/3297/5954 3164/3294/5951 +f 3164/3294/5951 3167/3297/5954 3168/3298/5955 +f 3164/3294/5951 3168/3298/5955 3169/3299/5956 +f 3170/3300/5957 3171/3301/5958 3163/3293/5950 +f 3163/3293/5950 3171/3301/5958 3156/3286/5943 s 1 -f 17713/17840/26508 17712/17839/26507 17801/17928/26601 -f 17801/17928/26601 17712/17839/26507 17749/17876/26602 -f 17801/17928/26601 17749/17876/26602 17802/17929/26603 -f 17802/17929/26603 17749/17876/26602 17751/17878/26604 -f 17802/17929/26603 17751/17878/26604 17803/17930/26605 -f 17803/17930/26605 17751/17878/26604 17754/17881/26606 -f 17754/17881/26606 17756/17883/26607 17803/17930/26605 -f 17803/17930/26605 17756/17883/26607 17804/17931/26608 -f 17716/17843/26609 17805/17932/26610 17721/17848/26611 -f 17721/17848/26611 17805/17932/26610 17806/17933/26612 -f 17721/17848/26611 17806/17933/26612 17720/17847/26613 -f 17720/17847/26613 17806/17933/26612 17807/17934/26614 -f 17720/17847/26613 17807/17934/26614 17719/17846/26615 -f 17719/17846/26615 17807/17934/26614 17808/17935/26616 -f 17719/17846/26615 17808/17935/26616 17718/17845/26617 -f 17718/17845/26617 17808/17935/26616 17809/17936/26618 -f 17718/17845/26617 17809/17936/26618 17717/17844/26619 -f 17717/17844/26619 17809/17936/26618 17810/17937/26620 -f 17717/17844/26619 17810/17937/26620 17714/17841/26621 -f 17714/17841/26621 17810/17937/26620 17811/17938/26622 -f 17811/17938/26622 17812/17939/26623 17714/17841/26621 -f 17714/17841/26621 17812/17939/26623 17715/17842/26624 +f 3084/3214/5866 3083/3213/5865 3172/3302/5959 +f 3172/3302/5959 3083/3213/5865 3120/3250/5960 +f 3172/3302/5959 3120/3250/5960 3173/3303/5961 +f 3173/3303/5961 3120/3250/5960 3122/3252/5962 +f 3173/3303/5961 3122/3252/5962 3174/3304/5963 +f 3174/3304/5963 3122/3252/5962 3125/3255/5964 +f 3125/3255/5964 3127/3257/5965 3174/3304/5963 +f 3174/3304/5963 3127/3257/5965 3175/3305/5966 +f 3087/3217/5967 3176/3306/5968 3092/3222/5969 +f 3092/3222/5969 3176/3306/5968 3177/3307/5970 +f 3092/3222/5969 3177/3307/5970 3091/3221/5971 +f 3091/3221/5971 3177/3307/5970 3178/3308/5972 +f 3091/3221/5971 3178/3308/5972 3090/3220/5973 +f 3090/3220/5973 3178/3308/5972 3179/3309/5974 +f 3090/3220/5973 3179/3309/5974 3089/3219/5975 +f 3089/3219/5975 3179/3309/5974 3180/3310/5976 +f 3089/3219/5975 3180/3310/5976 3088/3218/5977 +f 3088/3218/5977 3180/3310/5976 3181/3311/5978 +f 3088/3218/5977 3181/3311/5978 3085/3215/5979 +f 3085/3215/5979 3181/3311/5978 3182/3312/5980 +f 3182/3312/5980 3183/3313/5981 3085/3215/5979 +f 3085/3215/5979 3183/3313/5981 3086/3216/5982 s 8 -f 17709/17836/26625 17707/17834/26626 17711/17838/26627 -f 17711/17838/26627 17707/17834/26626 17705/17832/26628 -f 17711/17838/26627 17705/17832/26628 17811/17938/26629 -f 17811/17938/26629 17705/17832/26628 17812/17939/26630 -f 17812/17939/26630 17705/17832/26628 17813/17940/26631 -f 17812/17939/26630 17813/17940/26631 17814/17941/26632 -f 17814/17941/26632 17813/17940/26631 17815/17942/26633 -f 17713/17840/26634 17816/17943/26635 17705/17832/26628 -f 17705/17832/26628 17816/17943/26635 17817/17944/26636 -f 17705/17832/26628 17817/17944/26636 17813/17940/26631 -f 17801/17928/26637 17818/17945/26638 17713/17840/26634 -f 17713/17840/26634 17818/17945/26638 17819/17946/26639 -f 17713/17840/26634 17819/17946/26639 17820/17947/26640 -f 17818/17945/26638 17801/17928/26637 17821/17948/26641 -f 17821/17948/26641 17801/17928/26637 17802/17929/26642 -f 17821/17948/26641 17802/17929/26642 17822/17949/26643 -f 17822/17949/26643 17802/17929/26642 17823/17950/26644 -f 17823/17950/26644 17802/17929/26642 17803/17930/26645 -f 17823/17950/26644 17803/17930/26645 17804/17931/26646 -f 17823/17950/26644 17804/17931/26646 17824/17951/26647 -f 17824/17951/26647 17804/17931/26646 17825/17952/26648 -f 17824/17951/26647 17825/17952/26648 17826/17953/26649 -f 17826/17953/26649 17825/17952/26648 17827/17954/26650 -f 17827/17954/26650 17825/17952/26648 17828/17955/26651 -f 17827/17954/26650 17828/17955/26651 17829/17956/26652 -f 17829/17956/26652 17828/17955/26651 17830/17957/26653 -f 17829/17956/26652 17830/17957/26653 17831/17958/26654 -f 17831/17958/26654 17830/17957/26653 17832/17959/26655 -f 17832/17959/26655 17830/17957/26653 17833/17960/26656 -f 17833/17960/26656 17830/17957/26653 17834/17961/26657 -f 17833/17960/26656 17834/17961/26657 17835/17962/26658 -f 17835/17962/26658 17834/17961/26657 17836/17963/26659 -f 17836/17963/26659 17834/17961/26657 17837/17964/26660 -f 17836/17963/26659 17837/17964/26660 17838/17965/26661 -f 17839/17966/26662 17840/17967/26663 17834/17961/26657 -f 17834/17961/26657 17840/17967/26663 17841/17968/26664 -f 17834/17961/26657 17841/17968/26664 17837/17964/26660 -f 17839/17966/26662 17842/17969/26665 17840/17967/26663 -f 17840/17967/26663 17843/17970/26666 17841/17968/26664 -f 17841/17968/26664 17843/17970/26666 17844/17971/26667 -f 17844/17971/26667 17843/17970/26666 17845/17972/26668 -f 17845/17972/26668 17843/17970/26666 17846/17973/26669 -f 17846/17973/26669 17843/17970/26666 17847/17974/26670 -f 17847/17974/26670 17843/17970/26666 17848/17975/26671 -f 17838/17965/26661 17849/17976/26672 17836/17963/26659 -f 17831/17958/26654 17850/17977/26673 17829/17956/26652 -f 17829/17956/26652 17850/17977/26673 17851/17978/26674 -f 17829/17956/26652 17851/17978/26674 17852/17979/26675 -f 17829/17956/26652 17852/17979/26675 17853/17980/26676 -f 17853/17980/26676 17852/17979/26675 17854/17981/26677 -f 17853/17980/26676 17854/17981/26677 17855/17982/26678 -f 17856/17983/26679 17857/17984/26680 17855/17982/26678 -f 17855/17982/26678 17857/17984/26680 17858/17985/26681 -f 17855/17982/26678 17858/17985/26681 17853/17980/26676 -f 17853/17980/26676 17858/17985/26681 17859/17986/26682 -f 17853/17980/26676 17859/17986/26682 17860/17987/26683 -f 17860/17987/26683 17859/17986/26682 17861/17988/26684 -f 17861/17988/26684 17859/17986/26682 17862/17989/26685 -f 17861/17988/26684 17862/17989/26685 17863/17990/26686 -f 17863/17990/26686 17864/17991/26687 17861/17988/26684 -f 17861/17988/26684 17864/17991/26687 17865/17992/26688 -f 17861/17988/26684 17865/17992/26688 17866/17993/26689 -f 17867/17994/26690 17868/17995/26691 17860/17987/26683 -f 17860/17987/26683 17868/17995/26691 17853/17980/26676 -f 17869/17996/26692 17870/17997/26693 17818/17945/26638 -f 17818/17945/26638 17870/17997/26693 17871/17998/26694 -f 17818/17945/26638 17871/17998/26694 17872/17999/26695 -f 17873/18000/26696 17874/18001/26697 17869/17996/26692 -f 17869/17996/26692 17874/18001/26697 17875/18002/26698 -f 17869/17996/26692 17875/18002/26698 17876/18003/26699 -f 17873/18000/26696 17877/18004/26700 17874/18001/26697 -f 17874/18001/26697 17878/18005/26701 17875/18002/26698 -f 17875/18002/26698 17878/18005/26701 17879/18006/26702 -f 17879/18006/26702 17878/18005/26701 17880/18007/26703 -f 17880/18007/26703 17878/18005/26701 17881/18008/26704 -f 17881/18008/26704 17878/18005/26701 17882/18009/26705 -f 17882/18009/26705 17878/18005/26701 17883/18010/26706 -f 17869/17996/26692 17876/18003/26699 17884/18011/26707 -f 17884/18011/26707 17876/18003/26699 17885/18012/26708 -f 17884/18011/26707 17885/18012/26708 17886/18013/26709 -f 17884/18011/26707 17887/18014/26710 17869/17996/26692 -f 17869/17996/26692 17887/18014/26710 17870/17997/26693 -f 17872/17999/26695 17819/17946/26639 17818/17945/26638 -f 17820/17947/26640 17816/17943/26635 17713/17840/26634 -f 17711/17838/26627 17811/17938/26629 17805/17932/26711 -f 17805/17932/26711 17811/17938/26629 17810/17937/26712 -f 17805/17932/26711 17810/17937/26712 17809/17936/26713 -f 17809/17936/26713 17808/17935/26714 17805/17932/26711 -f 17805/17932/26711 17808/17935/26714 17807/17934/26715 -f 17805/17932/26711 17807/17934/26715 17806/17933/26716 +f 3080/3210/5983 3078/3208/5984 3082/3212/5985 +f 3082/3212/5985 3078/3208/5984 3076/3206/5986 +f 3082/3212/5985 3076/3206/5986 3182/3312/5987 +f 3182/3312/5987 3076/3206/5986 3183/3313/5988 +f 3183/3313/5988 3076/3206/5986 3184/3314/5989 +f 3183/3313/5988 3184/3314/5989 3185/3315/5990 +f 3185/3315/5990 3184/3314/5989 3186/3316/5991 +f 3084/3214/5992 3187/3317/5993 3076/3206/5986 +f 3076/3206/5986 3187/3317/5993 3188/3318/5994 +f 3076/3206/5986 3188/3318/5994 3184/3314/5989 +f 3172/3302/5995 3189/3319/5996 3084/3214/5992 +f 3084/3214/5992 3189/3319/5996 3190/3320/5997 +f 3084/3214/5992 3190/3320/5997 3191/3321/5998 +f 3189/3319/5996 3172/3302/5995 3192/3322/5999 +f 3192/3322/5999 3172/3302/5995 3173/3303/6000 +f 3192/3322/5999 3173/3303/6000 3193/3323/6001 +f 3193/3323/6001 3173/3303/6000 3194/3324/6002 +f 3194/3324/6002 3173/3303/6000 3174/3304/6003 +f 3194/3324/6002 3174/3304/6003 3175/3305/6004 +f 3194/3324/6002 3175/3305/6004 3195/3325/6005 +f 3195/3325/6005 3175/3305/6004 3196/3326/6006 +f 3195/3325/6005 3196/3326/6006 3197/3327/6007 +f 3197/3327/6007 3196/3326/6006 3198/3328/6008 +f 3198/3328/6008 3196/3326/6006 3199/3329/6009 +f 3198/3328/6008 3199/3329/6009 3200/3330/6010 +f 3200/3330/6010 3199/3329/6009 3201/3331/6011 +f 3200/3330/6010 3201/3331/6011 3202/3332/6012 +f 3202/3332/6012 3201/3331/6011 3203/3333/6013 +f 3203/3333/6013 3201/3331/6011 3204/3334/6014 +f 3204/3334/6014 3201/3331/6011 3205/3335/6015 +f 3204/3334/6014 3205/3335/6015 3206/3336/6016 +f 3206/3336/6016 3205/3335/6015 3207/3337/6017 +f 3207/3337/6017 3205/3335/6015 3208/3338/6018 +f 3207/3337/6017 3208/3338/6018 3209/3339/6019 +f 3210/3340/6020 3211/3341/6021 3205/3335/6015 +f 3205/3335/6015 3211/3341/6021 3212/3342/6022 +f 3205/3335/6015 3212/3342/6022 3208/3338/6018 +f 3210/3340/6020 3213/3343/6023 3211/3341/6021 +f 3211/3341/6021 3214/3344/6024 3212/3342/6022 +f 3212/3342/6022 3214/3344/6024 3215/3345/6025 +f 3215/3345/6025 3214/3344/6024 3216/3346/6026 +f 3216/3346/6026 3214/3344/6024 3217/3347/6027 +f 3217/3347/6027 3214/3344/6024 3218/3348/6028 +f 3218/3348/6028 3214/3344/6024 3219/3349/6029 +f 3209/3339/6019 3220/3350/6030 3207/3337/6017 +f 3202/3332/6012 3221/3351/6031 3200/3330/6010 +f 3200/3330/6010 3221/3351/6031 3222/3352/6032 +f 3200/3330/6010 3222/3352/6032 3223/3353/6033 +f 3200/3330/6010 3223/3353/6033 3224/3354/6034 +f 3224/3354/6034 3223/3353/6033 3225/3355/6035 +f 3224/3354/6034 3225/3355/6035 3226/3356/6036 +f 3227/3357/6037 3228/3358/6038 3226/3356/6036 +f 3226/3356/6036 3228/3358/6038 3229/3359/6039 +f 3226/3356/6036 3229/3359/6039 3224/3354/6034 +f 3224/3354/6034 3229/3359/6039 3230/3360/6040 +f 3224/3354/6034 3230/3360/6040 3231/3361/6041 +f 3231/3361/6041 3230/3360/6040 3232/3362/6042 +f 3232/3362/6042 3230/3360/6040 3233/3363/6043 +f 3232/3362/6042 3233/3363/6043 3234/3364/6044 +f 3234/3364/6044 3235/3365/6045 3232/3362/6042 +f 3232/3362/6042 3235/3365/6045 3236/3366/6046 +f 3232/3362/6042 3236/3366/6046 3237/3367/6047 +f 3238/3368/6048 3239/3369/6049 3231/3361/6041 +f 3231/3361/6041 3239/3369/6049 3224/3354/6034 +f 3240/3370/6050 3241/3371/6051 3189/3319/5996 +f 3189/3319/5996 3241/3371/6051 3242/3372/6052 +f 3189/3319/5996 3242/3372/6052 3243/3373/6053 +f 3244/3374/6054 3245/3375/6055 3240/3370/6050 +f 3240/3370/6050 3245/3375/6055 3246/3376/6056 +f 3240/3370/6050 3246/3376/6056 3247/3377/6057 +f 3244/3374/6054 3248/3378/6058 3245/3375/6055 +f 3245/3375/6055 3249/3379/6059 3246/3376/6056 +f 3246/3376/6056 3249/3379/6059 3250/3380/6060 +f 3250/3380/6060 3249/3379/6059 3251/3381/6061 +f 3251/3381/6061 3249/3379/6059 3252/3382/6062 +f 3252/3382/6062 3249/3379/6059 3253/3383/6063 +f 3253/3383/6063 3249/3379/6059 3254/3384/6064 +f 3240/3370/6050 3247/3377/6057 3255/3385/6065 +f 3255/3385/6065 3247/3377/6057 3256/3386/6066 +f 3255/3385/6065 3256/3386/6066 3257/3387/6067 +f 3255/3385/6065 3258/3388/6068 3240/3370/6050 +f 3240/3370/6050 3258/3388/6068 3241/3371/6051 +f 3243/3373/6053 3190/3320/5997 3189/3319/5996 +f 3191/3321/5998 3187/3317/5993 3084/3214/5992 +f 3082/3212/5985 3182/3312/5987 3176/3306/6069 +f 3176/3306/6069 3182/3312/5987 3181/3311/6070 +f 3176/3306/6069 3181/3311/6070 3180/3310/6071 +f 3180/3310/6071 3179/3309/6072 3176/3306/6069 +f 3176/3306/6069 3179/3309/6072 3178/3308/6073 +f 3176/3306/6069 3178/3308/6073 3177/3307/6074 s 1 -f 17715/17842/26624 17812/17939/26623 17723/17850/26717 -f 17723/17850/26717 17812/17939/26623 17814/17941/26718 -f 17723/17850/26717 17814/17941/26718 17724/17851/26719 -f 17724/17851/26719 17814/17941/26718 17815/17942/26720 -f 17724/17851/26719 17815/17942/26720 17722/17849/26721 -f 17722/17849/26721 17815/17942/26720 17813/17940/26722 -f 17813/17940/26722 17817/17944/26723 17722/17849/26721 -f 17722/17849/26721 17817/17944/26723 17725/17852/26724 -f 17819/17946/26725 17728/17855/26726 17820/17947/26727 -f 17820/17947/26727 17728/17855/26726 17727/17854/26728 -f 17820/17947/26727 17727/17854/26728 17816/17943/26729 -f 17816/17943/26729 17727/17854/26728 17726/17853/26730 -f 17816/17943/26729 17726/17853/26730 17817/17944/26723 -f 17817/17944/26723 17726/17853/26730 17725/17852/26724 -f 17887/18014/26731 17734/17861/26732 17870/17997/26733 -f 17870/17997/26733 17734/17861/26732 17732/17859/26734 -f 17870/17997/26733 17732/17859/26734 17871/17998/26735 -f 17871/17998/26735 17732/17859/26734 17731/17858/26736 -f 17871/17998/26735 17731/17858/26736 17872/17999/26737 -f 17872/17999/26737 17731/17858/26736 17730/17857/26738 -f 17819/17946/26725 17872/17999/26737 17728/17855/26726 -f 17728/17855/26726 17872/17999/26737 17730/17857/26738 -f 17735/17862/26739 17884/18011/26740 17736/17863/26741 -f 17736/17863/26741 17884/18011/26740 17886/18013/26742 -f 17736/17863/26741 17886/18013/26742 17737/17864/26743 -f 17737/17864/26743 17886/18013/26742 17885/18012/26744 -f 17737/17864/26743 17885/18012/26744 17738/17865/26745 -f 17738/17865/26745 17885/18012/26744 17876/18003/26746 -f 17887/18014/26731 17884/18011/26740 17734/17861/26732 -f 17734/17861/26732 17884/18011/26740 17735/17862/26739 -f 17739/17866/26747 17875/18002/26748 17742/17869/26749 -f 17742/17869/26749 17875/18002/26748 17879/18006/26750 -f 17742/17869/26749 17879/18006/26750 17743/17870/26751 -f 17743/17870/26751 17879/18006/26750 17880/18007/26752 -f 17743/17870/26751 17880/18007/26752 17744/17871/26753 -f 17744/17871/26753 17880/18007/26752 17881/18008/26754 -f 17744/17871/26753 17881/18008/26754 17745/17872/26755 -f 17745/17872/26755 17881/18008/26754 17882/18009/26756 -f 17745/17872/26755 17882/18009/26756 17746/17873/26757 -f 17746/17873/26757 17882/18009/26756 17883/18010/26758 -f 17746/17873/26757 17883/18010/26758 17741/17868/26759 -f 17741/17868/26759 17883/18010/26758 17878/18005/26760 -f 17878/18005/26760 17874/18001/26761 17741/17868/26759 -f 17741/17868/26759 17874/18001/26761 17740/17867/26762 -f 17740/17867/26762 17874/18001/26761 17747/17874/26763 -f 17747/17874/26763 17874/18001/26761 17877/18004/26764 -f 17747/17874/26763 17877/18004/26764 17748/17875/26765 -f 17748/17875/26765 17877/18004/26764 17873/18000/26766 -f 17748/17875/26765 17873/18000/26766 17733/17860/26767 -f 17733/17860/26767 17873/18000/26766 17869/17996/26768 -f 17869/17996/26768 17818/17945/26769 17733/17860/26767 -f 17733/17860/26767 17818/17945/26769 17729/17856/26770 -f 17823/17950/26771 17753/17880/26772 17822/17949/26773 -f 17822/17949/26773 17753/17880/26772 17752/17879/26774 -f 17822/17949/26773 17752/17879/26774 17821/17948/26775 -f 17821/17948/26775 17752/17879/26774 17750/17877/26776 -f 17821/17948/26775 17750/17877/26776 17818/17945/26769 -f 17818/17945/26769 17750/17877/26776 17729/17856/26770 -f 17829/17956/26777 17761/17888/26778 17827/17954/26779 -f 17827/17954/26779 17761/17888/26778 17759/17886/26780 -f 17827/17954/26779 17759/17886/26780 17826/17953/26781 -f 17826/17953/26781 17759/17886/26780 17758/17885/26782 -f 17826/17953/26781 17758/17885/26782 17824/17951/26783 -f 17824/17951/26783 17758/17885/26782 17755/17882/26784 -f 17823/17950/26771 17824/17951/26783 17753/17880/26772 -f 17753/17880/26772 17824/17951/26783 17755/17882/26784 -f 17765/17892/26785 17853/17980/26786 17769/17896/26787 -f 17769/17896/26787 17853/17980/26786 17868/17995/26788 -f 17769/17896/26787 17868/17995/26788 17773/17900/26789 -f 17773/17900/26789 17868/17995/26788 17867/17994/26790 -f 17773/17900/26789 17867/17994/26790 17770/17897/26791 -f 17770/17897/26791 17867/17994/26790 17860/17987/26792 -f 17829/17956/26777 17853/17980/26786 17761/17888/26778 -f 17761/17888/26778 17853/17980/26786 17765/17892/26785 -f 17774/17901/26793 17861/17988/26794 17779/17906/26795 -f 17779/17906/26795 17861/17988/26794 17866/17993/26796 -f 17779/17906/26795 17866/17993/26796 17778/17905/26797 -f 17778/17905/26797 17866/17993/26796 17865/17992/26798 -f 17778/17905/26797 17865/17992/26798 17777/17904/26799 -f 17777/17904/26799 17865/17992/26798 17864/17991/26800 -f 17777/17904/26799 17864/17991/26800 17776/17903/26801 -f 17776/17903/26801 17864/17991/26800 17863/17990/26802 -f 17776/17903/26801 17863/17990/26802 17775/17902/26803 -f 17775/17902/26803 17863/17990/26802 17862/17989/26804 -f 17775/17902/26803 17862/17989/26804 17771/17898/26805 -f 17771/17898/26805 17862/17989/26804 17859/17986/26806 -f 17859/17986/26806 17858/17985/26807 17771/17898/26805 -f 17771/17898/26805 17858/17985/26807 17772/17899/26808 -f 17772/17899/26808 17858/17985/26807 17781/17908/26809 -f 17781/17908/26809 17858/17985/26807 17857/17984/26810 -f 17781/17908/26809 17857/17984/26810 17782/17909/26811 -f 17782/17909/26811 17857/17984/26810 17856/17983/26812 -f 17782/17909/26811 17856/17983/26812 17780/17907/26813 -f 17780/17907/26813 17856/17983/26812 17855/17982/26814 -f 17855/17982/26814 17854/17981/26815 17780/17907/26813 -f 17780/17907/26813 17854/17981/26815 17783/17910/26816 -f 17850/17977/26817 17768/17895/26818 17851/17978/26819 -f 17851/17978/26819 17768/17895/26818 17767/17894/26820 -f 17851/17978/26819 17767/17894/26820 17852/17979/26821 -f 17852/17979/26821 17767/17894/26820 17766/17893/26822 -f 17852/17979/26821 17766/17893/26822 17854/17981/26815 -f 17854/17981/26815 17766/17893/26822 17783/17910/26816 -f 17835/17962/26823 17786/17913/26824 17833/17960/26825 -f 17833/17960/26825 17786/17913/26824 17784/17911/26826 -f 17833/17960/26825 17784/17911/26826 17832/17959/26827 -f 17832/17959/26827 17784/17911/26826 17764/17891/26828 -f 17832/17959/26827 17764/17891/26828 17831/17958/26829 -f 17831/17958/26829 17764/17891/26828 17763/17890/26830 -f 17850/17977/26817 17831/17958/26829 17768/17895/26818 -f 17768/17895/26818 17831/17958/26829 17763/17890/26830 -f 17787/17914/26831 17836/17963/26832 17788/17915/26833 -f 17788/17915/26833 17836/17963/26832 17849/17976/26834 -f 17788/17915/26833 17849/17976/26834 17789/17916/26835 -f 17789/17916/26835 17849/17976/26834 17838/17965/26836 -f 17789/17916/26835 17838/17965/26836 17790/17917/26837 -f 17790/17917/26837 17838/17965/26836 17837/17964/26838 -f 17837/17964/26838 17841/17968/26839 17790/17917/26837 -f 17790/17917/26837 17841/17968/26839 17791/17918/26840 -f 17791/17918/26840 17841/17968/26839 17794/17921/26841 -f 17794/17921/26841 17841/17968/26839 17844/17971/26842 -f 17794/17921/26841 17844/17971/26842 17795/17922/26843 -f 17795/17922/26843 17844/17971/26842 17845/17972/26844 -f 17795/17922/26843 17845/17972/26844 17796/17923/26845 -f 17796/17923/26845 17845/17972/26844 17846/17973/26846 -f 17796/17923/26845 17846/17973/26846 17797/17924/26847 -f 17797/17924/26847 17846/17973/26846 17847/17974/26848 -f 17797/17924/26847 17847/17974/26848 17798/17925/26849 -f 17798/17925/26849 17847/17974/26848 17848/17975/26850 -f 17798/17925/26849 17848/17975/26850 17793/17920/26851 -f 17793/17920/26851 17848/17975/26850 17843/17970/26852 -f 17843/17970/26852 17840/17967/26853 17793/17920/26851 -f 17793/17920/26851 17840/17967/26853 17792/17919/26854 -f 17792/17919/26854 17840/17967/26853 17799/17926/26855 -f 17799/17926/26855 17840/17967/26853 17842/17969/26856 -f 17799/17926/26855 17842/17969/26856 17800/17927/26857 -f 17800/17927/26857 17842/17969/26856 17839/17966/26858 -f 17800/17927/26857 17839/17966/26858 17785/17912/26859 -f 17785/17912/26859 17839/17966/26858 17834/17961/26860 -f 17804/17931/26608 17756/17883/26607 17825/17952/26861 -f 17825/17952/26861 17756/17883/26607 17757/17884/26862 -f 17825/17952/26861 17757/17884/26862 17828/17955/26863 -f 17828/17955/26863 17757/17884/26862 17760/17887/26864 -f 17828/17955/26863 17760/17887/26864 17830/17957/26865 -f 17830/17957/26865 17760/17887/26864 17762/17889/26866 -f 17834/17961/26860 17830/17957/26865 17785/17912/26859 -f 17785/17912/26859 17830/17957/26865 17762/17889/26866 -f 17876/18003/26746 17875/18002/26748 17738/17865/26745 -f 17738/17865/26745 17875/18002/26748 17739/17866/26747 -f 17860/17987/26792 17861/17988/26794 17770/17897/26791 -f 17770/17897/26791 17861/17988/26794 17774/17901/26793 -f 17835/17962/26823 17836/17963/26832 17786/17913/26824 -f 17786/17913/26824 17836/17963/26832 17787/17914/26831 -f 17711/17838/26506 17805/17932/26610 17710/17837/26505 -f 17710/17837/26505 17805/17932/26610 17716/17843/26609 +f 3086/3216/5982 3183/3313/5981 3094/3224/6075 +f 3094/3224/6075 3183/3313/5981 3185/3315/6076 +f 3094/3224/6075 3185/3315/6076 3095/3225/6077 +f 3095/3225/6077 3185/3315/6076 3186/3316/6078 +f 3095/3225/6077 3186/3316/6078 3093/3223/6079 +f 3093/3223/6079 3186/3316/6078 3184/3314/6080 +f 3184/3314/6080 3188/3318/6081 3093/3223/6079 +f 3093/3223/6079 3188/3318/6081 3096/3226/6082 +f 3190/3320/6083 3099/3229/6084 3191/3321/6085 +f 3191/3321/6085 3099/3229/6084 3098/3228/6086 +f 3191/3321/6085 3098/3228/6086 3187/3317/6087 +f 3187/3317/6087 3098/3228/6086 3097/3227/6088 +f 3187/3317/6087 3097/3227/6088 3188/3318/6081 +f 3188/3318/6081 3097/3227/6088 3096/3226/6082 +f 3258/3388/6089 3105/3235/6090 3241/3371/6091 +f 3241/3371/6091 3105/3235/6090 3103/3233/6092 +f 3241/3371/6091 3103/3233/6092 3242/3372/6093 +f 3242/3372/6093 3103/3233/6092 3102/3232/6094 +f 3242/3372/6093 3102/3232/6094 3243/3373/6095 +f 3243/3373/6095 3102/3232/6094 3101/3231/6096 +f 3190/3320/6083 3243/3373/6095 3099/3229/6084 +f 3099/3229/6084 3243/3373/6095 3101/3231/6096 +f 3106/3236/6097 3255/3385/6098 3107/3237/6099 +f 3107/3237/6099 3255/3385/6098 3257/3387/6100 +f 3107/3237/6099 3257/3387/6100 3108/3238/6101 +f 3108/3238/6101 3257/3387/6100 3256/3386/6102 +f 3108/3238/6101 3256/3386/6102 3109/3239/6103 +f 3109/3239/6103 3256/3386/6102 3247/3377/6104 +f 3258/3388/6089 3255/3385/6098 3105/3235/6090 +f 3105/3235/6090 3255/3385/6098 3106/3236/6097 +f 3110/3240/6105 3246/3376/6106 3113/3243/6107 +f 3113/3243/6107 3246/3376/6106 3250/3380/6108 +f 3113/3243/6107 3250/3380/6108 3114/3244/6109 +f 3114/3244/6109 3250/3380/6108 3251/3381/6110 +f 3114/3244/6109 3251/3381/6110 3115/3245/6111 +f 3115/3245/6111 3251/3381/6110 3252/3382/6112 +f 3115/3245/6111 3252/3382/6112 3116/3246/6113 +f 3116/3246/6113 3252/3382/6112 3253/3383/6114 +f 3116/3246/6113 3253/3383/6114 3117/3247/6115 +f 3117/3247/6115 3253/3383/6114 3254/3384/6116 +f 3117/3247/6115 3254/3384/6116 3112/3242/6117 +f 3112/3242/6117 3254/3384/6116 3249/3379/6118 +f 3249/3379/6118 3245/3375/6119 3112/3242/6117 +f 3112/3242/6117 3245/3375/6119 3111/3241/6120 +f 3111/3241/6120 3245/3375/6119 3118/3248/6121 +f 3118/3248/6121 3245/3375/6119 3248/3378/6122 +f 3118/3248/6121 3248/3378/6122 3119/3249/6123 +f 3119/3249/6123 3248/3378/6122 3244/3374/6124 +f 3119/3249/6123 3244/3374/6124 3104/3234/6125 +f 3104/3234/6125 3244/3374/6124 3240/3370/6126 +f 3240/3370/6126 3189/3319/6127 3104/3234/6125 +f 3104/3234/6125 3189/3319/6127 3100/3230/6128 +f 3194/3324/6129 3124/3254/6130 3193/3323/6131 +f 3193/3323/6131 3124/3254/6130 3123/3253/6132 +f 3193/3323/6131 3123/3253/6132 3192/3322/6133 +f 3192/3322/6133 3123/3253/6132 3121/3251/6134 +f 3192/3322/6133 3121/3251/6134 3189/3319/6127 +f 3189/3319/6127 3121/3251/6134 3100/3230/6128 +f 3200/3330/6135 3132/3262/6136 3198/3328/6137 +f 3198/3328/6137 3132/3262/6136 3130/3260/6138 +f 3198/3328/6137 3130/3260/6138 3197/3327/6139 +f 3197/3327/6139 3130/3260/6138 3129/3259/6140 +f 3197/3327/6139 3129/3259/6140 3195/3325/6141 +f 3195/3325/6141 3129/3259/6140 3126/3256/6142 +f 3194/3324/6129 3195/3325/6141 3124/3254/6130 +f 3124/3254/6130 3195/3325/6141 3126/3256/6142 +f 3136/3266/6143 3224/3354/6144 3140/3270/6145 +f 3140/3270/6145 3224/3354/6144 3239/3369/6146 +f 3140/3270/6145 3239/3369/6146 3144/3274/6147 +f 3144/3274/6147 3239/3369/6146 3238/3368/6148 +f 3144/3274/6147 3238/3368/6148 3141/3271/6149 +f 3141/3271/6149 3238/3368/6148 3231/3361/6150 +f 3200/3330/6135 3224/3354/6144 3132/3262/6136 +f 3132/3262/6136 3224/3354/6144 3136/3266/6143 +f 3145/3275/6151 3232/3362/6152 3150/3280/6153 +f 3150/3280/6153 3232/3362/6152 3237/3367/6154 +f 3150/3280/6153 3237/3367/6154 3149/3279/6155 +f 3149/3279/6155 3237/3367/6154 3236/3366/6156 +f 3149/3279/6155 3236/3366/6156 3148/3278/6157 +f 3148/3278/6157 3236/3366/6156 3235/3365/6158 +f 3148/3278/6157 3235/3365/6158 3147/3277/6159 +f 3147/3277/6159 3235/3365/6158 3234/3364/6160 +f 3147/3277/6159 3234/3364/6160 3146/3276/6161 +f 3146/3276/6161 3234/3364/6160 3233/3363/6162 +f 3146/3276/6161 3233/3363/6162 3142/3272/6163 +f 3142/3272/6163 3233/3363/6162 3230/3360/6164 +f 3230/3360/6164 3229/3359/6165 3142/3272/6163 +f 3142/3272/6163 3229/3359/6165 3143/3273/6166 +f 3143/3273/6166 3229/3359/6165 3152/3282/6167 +f 3152/3282/6167 3229/3359/6165 3228/3358/6168 +f 3152/3282/6167 3228/3358/6168 3153/3283/6169 +f 3153/3283/6169 3228/3358/6168 3227/3357/6170 +f 3153/3283/6169 3227/3357/6170 3151/3281/6171 +f 3151/3281/6171 3227/3357/6170 3226/3356/6172 +f 3226/3356/6172 3225/3355/6173 3151/3281/6171 +f 3151/3281/6171 3225/3355/6173 3154/3284/6174 +f 3221/3351/6175 3139/3269/6176 3222/3352/6177 +f 3222/3352/6177 3139/3269/6176 3138/3268/6178 +f 3222/3352/6177 3138/3268/6178 3223/3353/6179 +f 3223/3353/6179 3138/3268/6178 3137/3267/6180 +f 3223/3353/6179 3137/3267/6180 3225/3355/6173 +f 3225/3355/6173 3137/3267/6180 3154/3284/6174 +f 3206/3336/6181 3157/3287/6182 3204/3334/6183 +f 3204/3334/6183 3157/3287/6182 3155/3285/6184 +f 3204/3334/6183 3155/3285/6184 3203/3333/6185 +f 3203/3333/6185 3155/3285/6184 3135/3265/6186 +f 3203/3333/6185 3135/3265/6186 3202/3332/6187 +f 3202/3332/6187 3135/3265/6186 3134/3264/6188 +f 3221/3351/6175 3202/3332/6187 3139/3269/6176 +f 3139/3269/6176 3202/3332/6187 3134/3264/6188 +f 3158/3288/6189 3207/3337/6190 3159/3289/6191 +f 3159/3289/6191 3207/3337/6190 3220/3350/6192 +f 3159/3289/6191 3220/3350/6192 3160/3290/6193 +f 3160/3290/6193 3220/3350/6192 3209/3339/6194 +f 3160/3290/6193 3209/3339/6194 3161/3291/6195 +f 3161/3291/6195 3209/3339/6194 3208/3338/6196 +f 3208/3338/6196 3212/3342/6197 3161/3291/6195 +f 3161/3291/6195 3212/3342/6197 3162/3292/6198 +f 3162/3292/6198 3212/3342/6197 3165/3295/6199 +f 3165/3295/6199 3212/3342/6197 3215/3345/6200 +f 3165/3295/6199 3215/3345/6200 3166/3296/6201 +f 3166/3296/6201 3215/3345/6200 3216/3346/6202 +f 3166/3296/6201 3216/3346/6202 3167/3297/6203 +f 3167/3297/6203 3216/3346/6202 3217/3347/6204 +f 3167/3297/6203 3217/3347/6204 3168/3298/6205 +f 3168/3298/6205 3217/3347/6204 3218/3348/6206 +f 3168/3298/6205 3218/3348/6206 3169/3299/6207 +f 3169/3299/6207 3218/3348/6206 3219/3349/6208 +f 3169/3299/6207 3219/3349/6208 3164/3294/6209 +f 3164/3294/6209 3219/3349/6208 3214/3344/6210 +f 3214/3344/6210 3211/3341/6211 3164/3294/6209 +f 3164/3294/6209 3211/3341/6211 3163/3293/6212 +f 3163/3293/6212 3211/3341/6211 3170/3300/6213 +f 3170/3300/6213 3211/3341/6211 3213/3343/6214 +f 3170/3300/6213 3213/3343/6214 3171/3301/6215 +f 3171/3301/6215 3213/3343/6214 3210/3340/6216 +f 3171/3301/6215 3210/3340/6216 3156/3286/6217 +f 3156/3286/6217 3210/3340/6216 3205/3335/6218 +f 3175/3305/5966 3127/3257/5965 3196/3326/6219 +f 3196/3326/6219 3127/3257/5965 3128/3258/6220 +f 3196/3326/6219 3128/3258/6220 3199/3329/6221 +f 3199/3329/6221 3128/3258/6220 3131/3261/6222 +f 3199/3329/6221 3131/3261/6222 3201/3331/6223 +f 3201/3331/6223 3131/3261/6222 3133/3263/6224 +f 3205/3335/6218 3201/3331/6223 3156/3286/6217 +f 3156/3286/6217 3201/3331/6223 3133/3263/6224 +f 3247/3377/6104 3246/3376/6106 3109/3239/6103 +f 3109/3239/6103 3246/3376/6106 3110/3240/6105 +f 3231/3361/6150 3232/3362/6152 3141/3271/6149 +f 3141/3271/6149 3232/3362/6152 3145/3275/6151 +f 3206/3336/6181 3207/3337/6190 3157/3287/6182 +f 3157/3287/6182 3207/3337/6190 3158/3288/6189 +f 3082/3212/5864 3176/3306/5968 3081/3211/5863 +f 3081/3211/5863 3176/3306/5968 3087/3217/5967 v 137.500000 48.707093 103.792892 v 137.500000 47.292905 105.207108 v 137.500000 43.499997 101.414215 @@ -100101,169 +18460,169 @@ vn -1.000000 0.000000 0.000000 vn -1.000000 -0.000008 0.000000 vn -1.000000 0.000000 0.000000 s 1 -f 17888/18015/26867 17889/18016/26868 17891/18018/26869 -f 17889/18016/26868 17890/18017/26870 17891/18018/26869 -f 17891/18018/26869 17890/18017/26870 17892/18019/26871 -f 17891/18018/26869 17892/18019/26871 17893/18020/26872 -f 17888/18015/26867 17899/18026/26873 17898/18025/26874 17897/18024/26875 17896/18023/26876 17895/18022/26877 17894/18021/26878 17889/18016/26868 -f 17898/18025/26874 17899/18026/26873 17901/18028/26879 -f 17899/18026/26873 17900/18027/26880 17901/18028/26879 -f 17902/18029/26881 17903/18030/26882 17904/18031/26883 -f 17904/18031/26883 17903/18030/26882 17905/18032/26884 -f 17905/18032/26884 17903/18030/26882 17906/18033/26885 -f 17905/18032/26884 17906/18033/26885 17907/18034/26886 -f 17907/18034/26886 17906/18033/26885 17908/18035/26887 -f 17906/18033/26885 17903/18030/26882 17895/18022/26877 -f 17895/18022/26877 17903/18030/26882 17894/18021/26878 -f 17909/18036/26888 17910/18037/26889 17890/18017/26870 -f 17890/18017/26870 17910/18037/26889 17892/18019/26871 -f 17893/18020/26872 17911/18038/26890 17891/18018/26869 -f 17912/18039/26891 17913/18040/26892 17900/18027/26880 -f 17900/18027/26880 17913/18040/26892 17914/18041/26893 -f 17900/18027/26880 17914/18041/26893 17901/18028/26879 -f 17901/18028/26879 17914/18041/26893 17915/18042/26894 -f 17901/18028/26879 17915/18042/26894 17916/18043/26895 -f 17897/18024/26875 17917/18044/26896 17896/18023/26876 -f 17896/18023/26876 17917/18044/26896 17918/18045/26897 -f 17918/18045/26897 17917/18044/26896 17919/18046/26898 -f 17918/18045/26897 17919/18046/26898 17920/18047/26899 -f 17921/18048/26900 17922/18049/26901 17917/18044/26896 -f 17917/18044/26896 17922/18049/26901 17919/18046/26898 -f 17920/18047/26899 17923/18050/26902 17918/18045/26897 +f 3259/3389/6225 3260/3390/6226 3262/3392/6227 +f 3260/3390/6226 3261/3391/6228 3262/3392/6227 +f 3262/3392/6227 3261/3391/6228 3263/3393/6229 +f 3262/3392/6227 3263/3393/6229 3264/3394/6230 +f 3259/3389/6225 3270/3400/6231 3269/3399/6232 3268/3398/6233 3267/3397/6234 3266/3396/6235 3265/3395/6236 3260/3390/6226 +f 3269/3399/6232 3270/3400/6231 3272/3402/6237 +f 3270/3400/6231 3271/3401/6238 3272/3402/6237 +f 3273/3403/6239 3274/3404/6240 3275/3405/6241 +f 3275/3405/6241 3274/3404/6240 3276/3406/6242 +f 3276/3406/6242 3274/3404/6240 3277/3407/6243 +f 3276/3406/6242 3277/3407/6243 3278/3408/6244 +f 3278/3408/6244 3277/3407/6243 3279/3409/6245 +f 3277/3407/6243 3274/3404/6240 3266/3396/6235 +f 3266/3396/6235 3274/3404/6240 3265/3395/6236 +f 3280/3410/6246 3281/3411/6247 3261/3391/6228 +f 3261/3391/6228 3281/3411/6247 3263/3393/6229 +f 3264/3394/6230 3282/3412/6248 3262/3392/6227 +f 3283/3413/6249 3284/3414/6250 3271/3401/6238 +f 3271/3401/6238 3284/3414/6250 3285/3415/6251 +f 3271/3401/6238 3285/3415/6251 3272/3402/6237 +f 3272/3402/6237 3285/3415/6251 3286/3416/6252 +f 3272/3402/6237 3286/3416/6252 3287/3417/6253 +f 3268/3398/6233 3288/3418/6254 3267/3397/6234 +f 3267/3397/6234 3288/3418/6254 3289/3419/6255 +f 3289/3419/6255 3288/3418/6254 3290/3420/6256 +f 3289/3419/6255 3290/3420/6256 3291/3421/6257 +f 3292/3422/6258 3293/3423/6259 3288/3418/6254 +f 3288/3418/6254 3293/3423/6259 3290/3420/6256 +f 3291/3421/6257 3294/3424/6260 3289/3419/6255 s 4 -f 17902/18029/26903 17924/18051/26904 17903/18030/26905 -f 17903/18030/26905 17924/18051/26904 17925/18052/26906 +f 3273/3403/6261 3295/3425/6262 3274/3404/6263 +f 3274/3404/6263 3295/3425/6262 3296/3426/6264 s 5 -f 17903/18030/26907 17925/18052/26908 17894/18021/26909 -f 17894/18021/26909 17925/18052/26908 17926/18053/26910 +f 3274/3404/6265 3296/3426/6266 3265/3395/6267 +f 3265/3395/6267 3296/3426/6266 3297/3427/6268 s off -f 17894/18021/26911 17926/18053/26912 17927/18054/26913 17889/18016/26914 +f 3265/3395/6269 3297/3427/6270 3298/3428/6271 3260/3390/6272 s 6 -f 17889/18016/26915 17927/18054/26916 17890/18017/26917 -f 17890/18017/26917 17927/18054/26916 17928/18055/26918 +f 3260/3390/6273 3298/3428/6274 3261/3391/6275 +f 3261/3391/6275 3298/3428/6274 3299/3429/6276 s 7 -f 17890/18017/26919 17928/18055/26920 17909/18036/26921 -f 17909/18036/26921 17928/18055/26920 17929/18056/26922 +f 3261/3391/6277 3299/3429/6278 3280/3410/6279 +f 3280/3410/6279 3299/3429/6278 3300/3430/6280 s 8 -f 17909/18036/26923 17929/18056/26924 17910/18037/26925 -f 17910/18037/26925 17929/18056/26924 17930/18057/26926 +f 3280/3410/6281 3300/3430/6282 3281/3411/6283 +f 3281/3411/6283 3300/3430/6282 3301/3431/6284 s 9 -f 17910/18037/26927 17930/18057/26928 17892/18019/26929 -f 17892/18019/26929 17930/18057/26928 17931/18058/26930 +f 3281/3411/6285 3301/3431/6286 3263/3393/6287 +f 3263/3393/6287 3301/3431/6286 3302/3432/6288 s 10 -f 17892/18019/26931 17931/18058/26932 17893/18020/26933 -f 17893/18020/26933 17931/18058/26932 17932/18059/26934 +f 3263/3393/6289 3302/3432/6290 3264/3394/6291 +f 3264/3394/6291 3302/3432/6290 3303/3433/6292 s 11 -f 17893/18020/26935 17932/18059/26936 17911/18038/26937 -f 17911/18038/26937 17932/18059/26936 17933/18060/26938 +f 3264/3394/6293 3303/3433/6294 3282/3412/6295 +f 3282/3412/6295 3303/3433/6294 3304/3434/6296 s 12 -f 17911/18038/26939 17933/18060/26940 17891/18018/26941 -f 17891/18018/26941 17933/18060/26940 17934/18061/26942 +f 3282/3412/6297 3304/3434/6298 3262/3392/6299 +f 3262/3392/6299 3304/3434/6298 3305/3435/6300 s 13 -f 17891/18018/26943 17934/18061/26944 17888/18015/26945 -f 17888/18015/26945 17934/18061/26944 17935/18062/26946 +f 3262/3392/6301 3305/3435/6302 3259/3389/6303 +f 3259/3389/6303 3305/3435/6302 3306/3436/6304 s off -f 17936/18063/26947 17899/18026/26948 17888/18015/26949 17935/18062/26950 +f 3307/3437/6305 3270/3400/6306 3259/3389/6307 3306/3436/6308 s 14 -f 17899/18026/26951 17936/18063/26952 17900/18027/26953 -f 17900/18027/26953 17936/18063/26952 17937/18064/26954 +f 3270/3400/6309 3307/3437/6310 3271/3401/6311 +f 3271/3401/6311 3307/3437/6310 3308/3438/6312 s 15 -f 17900/18027/26955 17937/18064/26956 17912/18039/26957 -f 17912/18039/26957 17937/18064/26956 17938/18065/26958 +f 3271/3401/6313 3308/3438/6314 3283/3413/6315 +f 3283/3413/6315 3308/3438/6314 3309/3439/6316 s 16 -f 17912/18039/26959 17938/18065/26960 17913/18040/26961 -f 17913/18040/26961 17938/18065/26960 17939/18066/26962 +f 3283/3413/6317 3309/3439/6318 3284/3414/6319 +f 3284/3414/6319 3309/3439/6318 3310/3440/6320 s 17 -f 17913/18040/26963 17939/18066/26964 17914/18041/26965 -f 17914/18041/26965 17939/18066/26964 17940/18067/26966 +f 3284/3414/6321 3310/3440/6322 3285/3415/6323 +f 3285/3415/6323 3310/3440/6322 3311/3441/6324 s 18 -f 17914/18041/26967 17940/18067/26968 17915/18042/26969 -f 17915/18042/26969 17940/18067/26968 17941/18068/26970 +f 3285/3415/6325 3311/3441/6326 3286/3416/6327 +f 3286/3416/6327 3311/3441/6326 3312/3442/6328 s 19 -f 17915/18042/26971 17941/18068/26972 17916/18043/26973 -f 17916/18043/26973 17941/18068/26972 17942/18069/26974 +f 3286/3416/6329 3312/3442/6330 3287/3417/6331 +f 3287/3417/6331 3312/3442/6330 3313/3443/6332 s 20 -f 17916/18043/26975 17942/18069/26976 17901/18028/26977 -f 17901/18028/26977 17942/18069/26976 17943/18070/26978 +f 3287/3417/6333 3313/3443/6334 3272/3402/6335 +f 3272/3402/6335 3313/3443/6334 3314/3444/6336 s 21 -f 17901/18028/26979 17943/18070/26980 17898/18025/26981 -f 17898/18025/26981 17943/18070/26980 17944/18071/26982 +f 3272/3402/6337 3314/3444/6338 3269/3399/6339 +f 3269/3399/6339 3314/3444/6338 3315/3445/6340 s off -f 17945/18072/26983 17897/18024/26984 17898/18025/26985 17944/18071/26986 +f 3316/3446/6341 3268/3398/6342 3269/3399/6343 3315/3445/6344 s 22 -f 17897/18024/26987 17945/18072/26988 17917/18044/26989 -f 17917/18044/26989 17945/18072/26988 17946/18073/26990 +f 3268/3398/6345 3316/3446/6346 3288/3418/6347 +f 3288/3418/6347 3316/3446/6346 3317/3447/6348 s 23 -f 17917/18044/26991 17946/18073/26992 17921/18048/26993 -f 17921/18048/26993 17946/18073/26992 17947/18074/26994 +f 3288/3418/6349 3317/3447/6350 3292/3422/6351 +f 3292/3422/6351 3317/3447/6350 3318/3448/6352 s 24 -f 17921/18048/26995 17947/18074/26996 17922/18049/26997 -f 17922/18049/26997 17947/18074/26996 17948/18075/26998 +f 3292/3422/6353 3318/3448/6354 3293/3423/6355 +f 3293/3423/6355 3318/3448/6354 3319/3449/6356 s 25 -f 17922/18049/26999 17948/18075/27000 17919/18046/27001 -f 17919/18046/27001 17948/18075/27000 17949/18076/27002 +f 3293/3423/6357 3319/3449/6358 3290/3420/6359 +f 3290/3420/6359 3319/3449/6358 3320/3450/6360 s 26 -f 17919/18046/27003 17949/18076/27004 17920/18047/27005 -f 17920/18047/27005 17949/18076/27004 17950/18077/27006 +f 3290/3420/6361 3320/3450/6362 3291/3421/6363 +f 3291/3421/6363 3320/3450/6362 3321/3451/6364 s 27 -f 17920/18047/27007 17950/18077/27008 17923/18050/27009 -f 17923/18050/27009 17950/18077/27008 17951/18078/27010 +f 3291/3421/6365 3321/3451/6366 3294/3424/6367 +f 3294/3424/6367 3321/3451/6366 3322/3452/6368 s 28 -f 17923/18050/27011 17951/18078/27012 17918/18045/27013 -f 17918/18045/27013 17951/18078/27012 17952/18079/27014 +f 3294/3424/6369 3322/3452/6370 3289/3419/6371 +f 3289/3419/6371 3322/3452/6370 3323/3453/6372 s 29 -f 17918/18045/27015 17952/18079/27016 17896/18023/27017 -f 17896/18023/27017 17952/18079/27016 17953/18080/27018 +f 3289/3419/6373 3323/3453/6374 3267/3397/6375 +f 3267/3397/6375 3323/3453/6374 3324/3454/6376 s off -f 17954/18081/27019 17895/18022/27020 17896/18023/27021 17953/18080/27022 +f 3325/3455/6377 3266/3396/6378 3267/3397/6379 3324/3454/6380 s 30 -f 17895/18022/27023 17954/18081/27024 17906/18033/27025 -f 17906/18033/27025 17954/18081/27024 17955/18082/27026 +f 3266/3396/6381 3325/3455/6382 3277/3407/6383 +f 3277/3407/6383 3325/3455/6382 3326/3456/6384 s 31 -f 17906/18033/27027 17955/18082/27028 17908/18035/27029 -f 17908/18035/27029 17955/18082/27028 17956/18083/27030 +f 3277/3407/6385 3326/3456/6386 3279/3409/6387 +f 3279/3409/6387 3326/3456/6386 3327/3457/6388 s 32 -f 17908/18035/27031 17956/18083/27032 17907/18034/27033 -f 17907/18034/27033 17956/18083/27032 17957/18084/27034 +f 3279/3409/6389 3327/3457/6390 3278/3408/6391 +f 3278/3408/6391 3327/3457/6390 3328/3458/6392 s 33 -f 17907/18034/27035 17957/18084/27036 17905/18032/27037 -f 17905/18032/27037 17957/18084/27036 17958/18085/27038 +f 3278/3408/6393 3328/3458/6394 3276/3406/6395 +f 3276/3406/6395 3328/3458/6394 3329/3459/6396 s 34 -f 17905/18032/27039 17958/18085/27040 17904/18031/27041 -f 17904/18031/27041 17958/18085/27040 17959/18086/27042 +f 3276/3406/6397 3329/3459/6398 3275/3405/6399 +f 3275/3405/6399 3329/3459/6398 3330/3460/6400 s 35 -f 17904/18031/27043 17959/18086/27044 17902/18029/27045 -f 17902/18029/27045 17959/18086/27044 17924/18051/27046 +f 3275/3405/6401 3330/3460/6402 3273/3403/6403 +f 3273/3403/6403 3330/3460/6402 3295/3425/6404 s 36 -f 17935/18062/27047 17934/18061/27048 17927/18054/27049 -f 17934/18061/27048 17928/18055/27050 17927/18054/27049 -f 17926/18053/27051 17954/18081/27052 17953/18080/27053 17945/18072/27054 17944/18071/27055 17936/18063/27056 17935/18062/27047 17927/18054/27049 -f 17944/18071/27055 17943/18070/27057 17936/18063/27056 -f 17943/18070/27057 17937/18064/27058 17936/18063/27056 -f 17937/18064/27058 17943/18070/27057 17940/18067/27059 -f 17937/18064/27058 17940/18067/27059 17939/18066/27060 -f 17924/18051/27061 17959/18086/27062 17925/18052/27063 -f 17925/18052/27063 17959/18086/27062 17958/18085/27064 -f 17925/18052/27063 17958/18085/27064 17955/18082/27065 -f 17955/18082/27065 17958/18085/27064 17957/18084/27066 -f 17955/18082/27065 17957/18084/27066 17956/18083/27067 -f 17955/18082/27065 17954/18081/27052 17925/18052/27063 -f 17925/18052/27063 17954/18081/27052 17926/18053/27051 -f 17945/18072/27054 17953/18080/27053 17946/18073/27068 -f 17946/18073/27068 17953/18080/27053 17952/18079/27069 -f 17946/18073/27068 17952/18079/27069 17949/18076/27070 -f 17949/18076/27070 17952/18079/27069 17950/18077/27071 -f 17950/18077/27071 17952/18079/27069 17951/18078/27072 -f 17949/18076/27070 17948/18075/27073 17946/18073/27068 -f 17946/18073/27068 17948/18075/27073 17947/18074/27074 -f 17942/18069/27075 17941/18068/27076 17943/18070/27057 -f 17943/18070/27057 17941/18068/27076 17940/18067/27059 -f 17939/18066/27060 17938/18065/27077 17937/18064/27058 -f 17933/18060/27078 17932/18059/27079 17934/18061/27048 -f 17934/18061/27048 17932/18059/27079 17931/18058/27080 -f 17934/18061/27048 17931/18058/27080 17928/18055/27050 -f 17928/18055/27050 17931/18058/27080 17930/18057/27081 -f 17928/18055/27050 17930/18057/27081 17929/18056/27082 +f 3306/3436/6405 3305/3435/6406 3298/3428/6407 +f 3305/3435/6406 3299/3429/6408 3298/3428/6407 +f 3297/3427/6409 3325/3455/6410 3324/3454/6411 3316/3446/6412 3315/3445/6413 3307/3437/6414 3306/3436/6405 3298/3428/6407 +f 3315/3445/6413 3314/3444/6415 3307/3437/6414 +f 3314/3444/6415 3308/3438/6416 3307/3437/6414 +f 3308/3438/6416 3314/3444/6415 3311/3441/6417 +f 3308/3438/6416 3311/3441/6417 3310/3440/6418 +f 3295/3425/6419 3330/3460/6420 3296/3426/6421 +f 3296/3426/6421 3330/3460/6420 3329/3459/6422 +f 3296/3426/6421 3329/3459/6422 3326/3456/6423 +f 3326/3456/6423 3329/3459/6422 3328/3458/6424 +f 3326/3456/6423 3328/3458/6424 3327/3457/6425 +f 3326/3456/6423 3325/3455/6410 3296/3426/6421 +f 3296/3426/6421 3325/3455/6410 3297/3427/6409 +f 3316/3446/6412 3324/3454/6411 3317/3447/6426 +f 3317/3447/6426 3324/3454/6411 3323/3453/6427 +f 3317/3447/6426 3323/3453/6427 3320/3450/6428 +f 3320/3450/6428 3323/3453/6427 3321/3451/6429 +f 3321/3451/6429 3323/3453/6427 3322/3452/6430 +f 3320/3450/6428 3319/3449/6431 3317/3447/6426 +f 3317/3447/6426 3319/3449/6431 3318/3448/6432 +f 3313/3443/6433 3312/3442/6434 3314/3444/6415 +f 3314/3444/6415 3312/3442/6434 3311/3441/6417 +f 3310/3440/6418 3309/3439/6435 3308/3438/6416 +f 3304/3434/6436 3303/3433/6437 3305/3435/6406 +f 3305/3435/6406 3303/3433/6437 3302/3432/6438 +f 3305/3435/6406 3302/3432/6438 3299/3429/6408 +f 3299/3429/6408 3302/3432/6438 3301/3431/6439 +f 3299/3429/6408 3301/3431/6439 3300/3430/6440 v 137.500000 -51.292904 103.792892 v 137.500000 -52.707092 105.207108 v 137.500000 -56.500000 101.414215 @@ -100625,169 +18984,169 @@ vn -1.000000 0.000000 0.000000 vn -1.000000 -0.000008 0.000000 vn -1.000000 0.000000 0.000000 s 1 -f 17960/18087/27083 17961/18088/27084 17963/18090/27085 -f 17961/18088/27084 17962/18089/27086 17963/18090/27085 -f 17963/18090/27085 17962/18089/27086 17964/18091/27087 -f 17963/18090/27085 17964/18091/27087 17965/18092/27088 -f 17960/18087/27083 17971/18098/27089 17970/18097/27090 17969/18096/27091 17968/18095/27092 17967/18094/27093 17966/18093/27094 17961/18088/27084 -f 17970/18097/27090 17971/18098/27089 17973/18100/27095 -f 17971/18098/27089 17972/18099/27096 17973/18100/27095 -f 17974/18101/27097 17975/18102/27098 17976/18103/27099 -f 17976/18103/27099 17975/18102/27098 17977/18104/27100 -f 17977/18104/27100 17975/18102/27098 17978/18105/27101 -f 17977/18104/27100 17978/18105/27101 17979/18106/27102 -f 17979/18106/27102 17978/18105/27101 17980/18107/27103 -f 17978/18105/27101 17975/18102/27098 17967/18094/27093 -f 17967/18094/27093 17975/18102/27098 17966/18093/27094 -f 17981/18108/27104 17982/18109/27105 17962/18089/27086 -f 17962/18089/27086 17982/18109/27105 17964/18091/27087 -f 17965/18092/27088 17983/18110/27106 17963/18090/27085 -f 17984/18111/27107 17985/18112/27108 17972/18099/27096 -f 17972/18099/27096 17985/18112/27108 17986/18113/27109 -f 17972/18099/27096 17986/18113/27109 17973/18100/27095 -f 17973/18100/27095 17986/18113/27109 17987/18114/27110 -f 17973/18100/27095 17987/18114/27110 17988/18115/27111 -f 17969/18096/27091 17989/18116/27112 17968/18095/27092 -f 17968/18095/27092 17989/18116/27112 17990/18117/27113 -f 17990/18117/27113 17989/18116/27112 17991/18118/27114 -f 17990/18117/27113 17991/18118/27114 17992/18119/27115 -f 17993/18120/27116 17994/18121/27117 17989/18116/27112 -f 17989/18116/27112 17994/18121/27117 17991/18118/27114 -f 17992/18119/27115 17995/18122/27118 17990/18117/27113 +f 3331/3461/6441 3332/3462/6442 3334/3464/6443 +f 3332/3462/6442 3333/3463/6444 3334/3464/6443 +f 3334/3464/6443 3333/3463/6444 3335/3465/6445 +f 3334/3464/6443 3335/3465/6445 3336/3466/6446 +f 3331/3461/6441 3342/3472/6447 3341/3471/6448 3340/3470/6449 3339/3469/6450 3338/3468/6451 3337/3467/6452 3332/3462/6442 +f 3341/3471/6448 3342/3472/6447 3344/3474/6453 +f 3342/3472/6447 3343/3473/6454 3344/3474/6453 +f 3345/3475/6455 3346/3476/6456 3347/3477/6457 +f 3347/3477/6457 3346/3476/6456 3348/3478/6458 +f 3348/3478/6458 3346/3476/6456 3349/3479/6459 +f 3348/3478/6458 3349/3479/6459 3350/3480/6460 +f 3350/3480/6460 3349/3479/6459 3351/3481/6461 +f 3349/3479/6459 3346/3476/6456 3338/3468/6451 +f 3338/3468/6451 3346/3476/6456 3337/3467/6452 +f 3352/3482/6462 3353/3483/6463 3333/3463/6444 +f 3333/3463/6444 3353/3483/6463 3335/3465/6445 +f 3336/3466/6446 3354/3484/6464 3334/3464/6443 +f 3355/3485/6465 3356/3486/6466 3343/3473/6454 +f 3343/3473/6454 3356/3486/6466 3357/3487/6467 +f 3343/3473/6454 3357/3487/6467 3344/3474/6453 +f 3344/3474/6453 3357/3487/6467 3358/3488/6468 +f 3344/3474/6453 3358/3488/6468 3359/3489/6469 +f 3340/3470/6449 3360/3490/6470 3339/3469/6450 +f 3339/3469/6450 3360/3490/6470 3361/3491/6471 +f 3361/3491/6471 3360/3490/6470 3362/3492/6472 +f 3361/3491/6471 3362/3492/6472 3363/3493/6473 +f 3364/3494/6474 3365/3495/6475 3360/3490/6470 +f 3360/3490/6470 3365/3495/6475 3362/3492/6472 +f 3363/3493/6473 3366/3496/6476 3361/3491/6471 s 4 -f 17974/18101/27119 17996/18123/27120 17975/18102/27121 -f 17975/18102/27121 17996/18123/27120 17997/18124/27122 +f 3345/3475/6477 3367/3497/6478 3346/3476/6479 +f 3346/3476/6479 3367/3497/6478 3368/3498/6480 s 5 -f 17975/18102/27123 17997/18124/27124 17966/18093/27125 -f 17966/18093/27125 17997/18124/27124 17998/18125/27126 +f 3346/3476/6481 3368/3498/6482 3337/3467/6483 +f 3337/3467/6483 3368/3498/6482 3369/3499/6484 s off -f 17966/18093/27127 17998/18125/27128 17999/18126/27129 17961/18088/27130 +f 3337/3467/6485 3369/3499/6486 3370/3500/6487 3332/3462/6488 s 6 -f 17961/18088/27131 17999/18126/27132 17962/18089/27133 -f 17962/18089/27133 17999/18126/27132 18000/18127/27134 +f 3332/3462/6489 3370/3500/6490 3333/3463/6491 +f 3333/3463/6491 3370/3500/6490 3371/3501/6492 s 7 -f 17962/18089/27135 18000/18127/27136 17981/18108/27137 -f 17981/18108/27137 18000/18127/27136 18001/18128/27138 +f 3333/3463/6493 3371/3501/6494 3352/3482/6495 +f 3352/3482/6495 3371/3501/6494 3372/3502/6496 s 8 -f 17981/18108/27139 18001/18128/27140 17982/18109/27141 -f 17982/18109/27141 18001/18128/27140 18002/18129/27142 +f 3352/3482/6497 3372/3502/6498 3353/3483/6499 +f 3353/3483/6499 3372/3502/6498 3373/3503/6500 s 9 -f 17982/18109/27143 18002/18129/27144 17964/18091/27145 -f 17964/18091/27145 18002/18129/27144 18003/18130/27146 +f 3353/3483/6501 3373/3503/6502 3335/3465/6503 +f 3335/3465/6503 3373/3503/6502 3374/3504/6504 s 10 -f 17964/18091/27147 18003/18130/27148 17965/18092/27149 -f 17965/18092/27149 18003/18130/27148 18004/18131/27150 +f 3335/3465/6505 3374/3504/6506 3336/3466/6507 +f 3336/3466/6507 3374/3504/6506 3375/3505/6508 s 11 -f 17965/18092/27151 18004/18131/27152 17983/18110/27153 -f 17983/18110/27153 18004/18131/27152 18005/18132/27154 +f 3336/3466/6509 3375/3505/6510 3354/3484/6511 +f 3354/3484/6511 3375/3505/6510 3376/3506/6512 s 12 -f 17983/18110/27155 18005/18132/27156 17963/18090/27157 -f 17963/18090/27157 18005/18132/27156 18006/18133/27158 +f 3354/3484/6513 3376/3506/6514 3334/3464/6515 +f 3334/3464/6515 3376/3506/6514 3377/3507/6516 s 13 -f 17963/18090/27159 18006/18133/27160 17960/18087/27161 -f 17960/18087/27161 18006/18133/27160 18007/18134/27162 +f 3334/3464/6517 3377/3507/6518 3331/3461/6519 +f 3331/3461/6519 3377/3507/6518 3378/3508/6520 s off -f 18008/18135/27163 17971/18098/27164 17960/18087/27165 18007/18134/27166 +f 3379/3509/6521 3342/3472/6522 3331/3461/6523 3378/3508/6524 s 14 -f 17971/18098/27167 18008/18135/27168 17972/18099/27169 -f 17972/18099/27169 18008/18135/27168 18009/18136/27170 +f 3342/3472/6525 3379/3509/6526 3343/3473/6527 +f 3343/3473/6527 3379/3509/6526 3380/3510/6528 s 15 -f 17972/18099/27171 18009/18136/27172 17984/18111/27173 -f 17984/18111/27173 18009/18136/27172 18010/18137/27174 +f 3343/3473/6529 3380/3510/6530 3355/3485/6531 +f 3355/3485/6531 3380/3510/6530 3381/3511/6532 s 16 -f 17984/18111/27175 18010/18137/27176 17985/18112/27177 -f 17985/18112/27177 18010/18137/27176 18011/18138/27178 +f 3355/3485/6533 3381/3511/6534 3356/3486/6535 +f 3356/3486/6535 3381/3511/6534 3382/3512/6536 s 17 -f 17985/18112/27179 18011/18138/27180 17986/18113/27181 -f 17986/18113/27181 18011/18138/27180 18012/18139/27182 +f 3356/3486/6537 3382/3512/6538 3357/3487/6539 +f 3357/3487/6539 3382/3512/6538 3383/3513/6540 s 18 -f 17986/18113/27183 18012/18139/27184 17987/18114/27185 -f 17987/18114/27185 18012/18139/27184 18013/18140/27186 +f 3357/3487/6541 3383/3513/6542 3358/3488/6543 +f 3358/3488/6543 3383/3513/6542 3384/3514/6544 s 19 -f 17987/18114/27187 18013/18140/27188 17988/18115/27189 -f 17988/18115/27189 18013/18140/27188 18014/18141/27190 +f 3358/3488/6545 3384/3514/6546 3359/3489/6547 +f 3359/3489/6547 3384/3514/6546 3385/3515/6548 s 20 -f 17988/18115/27191 18014/18141/27192 17973/18100/27193 -f 17973/18100/27193 18014/18141/27192 18015/18142/27194 +f 3359/3489/6549 3385/3515/6550 3344/3474/6551 +f 3344/3474/6551 3385/3515/6550 3386/3516/6552 s 21 -f 17973/18100/27195 18015/18142/27196 17970/18097/27197 -f 17970/18097/27197 18015/18142/27196 18016/18143/27198 +f 3344/3474/6553 3386/3516/6554 3341/3471/6555 +f 3341/3471/6555 3386/3516/6554 3387/3517/6556 s off -f 18017/18144/27199 17969/18096/27200 17970/18097/27201 18016/18143/27202 +f 3388/3518/6557 3340/3470/6558 3341/3471/6559 3387/3517/6560 s 22 -f 17969/18096/27203 18017/18144/27204 17989/18116/27205 -f 17989/18116/27205 18017/18144/27204 18018/18145/27206 +f 3340/3470/6561 3388/3518/6562 3360/3490/6563 +f 3360/3490/6563 3388/3518/6562 3389/3519/6564 s 23 -f 17989/18116/27207 18018/18145/27208 17993/18120/27209 -f 17993/18120/27209 18018/18145/27208 18019/18146/27210 +f 3360/3490/6565 3389/3519/6566 3364/3494/6567 +f 3364/3494/6567 3389/3519/6566 3390/3520/6568 s 24 -f 17993/18120/27211 18019/18146/27212 17994/18121/27213 -f 17994/18121/27213 18019/18146/27212 18020/18147/27214 +f 3364/3494/6569 3390/3520/6570 3365/3495/6571 +f 3365/3495/6571 3390/3520/6570 3391/3521/6572 s 25 -f 17994/18121/27215 18020/18147/27216 17991/18118/27217 -f 17991/18118/27217 18020/18147/27216 18021/18148/27218 +f 3365/3495/6573 3391/3521/6574 3362/3492/6575 +f 3362/3492/6575 3391/3521/6574 3392/3522/6576 s 26 -f 17991/18118/27219 18021/18148/27220 17992/18119/27221 -f 17992/18119/27221 18021/18148/27220 18022/18149/27222 +f 3362/3492/6577 3392/3522/6578 3363/3493/6579 +f 3363/3493/6579 3392/3522/6578 3393/3523/6580 s 27 -f 17992/18119/27223 18022/18149/27224 17995/18122/27225 -f 17995/18122/27225 18022/18149/27224 18023/18150/27226 +f 3363/3493/6581 3393/3523/6582 3366/3496/6583 +f 3366/3496/6583 3393/3523/6582 3394/3524/6584 s 28 -f 17995/18122/27227 18023/18150/27228 17990/18117/27229 -f 17990/18117/27229 18023/18150/27228 18024/18151/27230 +f 3366/3496/6585 3394/3524/6586 3361/3491/6587 +f 3361/3491/6587 3394/3524/6586 3395/3525/6588 s 29 -f 17990/18117/27231 18024/18151/27232 17968/18095/27233 -f 17968/18095/27233 18024/18151/27232 18025/18152/27234 +f 3361/3491/6589 3395/3525/6590 3339/3469/6591 +f 3339/3469/6591 3395/3525/6590 3396/3526/6592 s off -f 18026/18153/27235 17967/18094/27236 17968/18095/27237 18025/18152/27238 +f 3397/3527/6593 3338/3468/6594 3339/3469/6595 3396/3526/6596 s 30 -f 17967/18094/27239 18026/18153/27240 17978/18105/27241 -f 17978/18105/27241 18026/18153/27240 18027/18154/27242 +f 3338/3468/6597 3397/3527/6598 3349/3479/6599 +f 3349/3479/6599 3397/3527/6598 3398/3528/6600 s 31 -f 17978/18105/27243 18027/18154/27244 17980/18107/27245 -f 17980/18107/27245 18027/18154/27244 18028/18155/27246 +f 3349/3479/6601 3398/3528/6602 3351/3481/6603 +f 3351/3481/6603 3398/3528/6602 3399/3529/6604 s 32 -f 17980/18107/27247 18028/18155/27248 17979/18106/27249 -f 17979/18106/27249 18028/18155/27248 18029/18156/27250 +f 3351/3481/6605 3399/3529/6606 3350/3480/6607 +f 3350/3480/6607 3399/3529/6606 3400/3530/6608 s 33 -f 17979/18106/27251 18029/18156/27252 17977/18104/27253 -f 17977/18104/27253 18029/18156/27252 18030/18157/27254 +f 3350/3480/6609 3400/3530/6610 3348/3478/6611 +f 3348/3478/6611 3400/3530/6610 3401/3531/6612 s 34 -f 17977/18104/27255 18030/18157/27256 17976/18103/27257 -f 17976/18103/27257 18030/18157/27256 18031/18158/27258 +f 3348/3478/6613 3401/3531/6614 3347/3477/6615 +f 3347/3477/6615 3401/3531/6614 3402/3532/6616 s 35 -f 17976/18103/27259 18031/18158/27260 17974/18101/27261 -f 17974/18101/27261 18031/18158/27260 17996/18123/27262 +f 3347/3477/6617 3402/3532/6618 3345/3475/6619 +f 3345/3475/6619 3402/3532/6618 3367/3497/6620 s 36 -f 18007/18134/27263 18006/18133/27264 17999/18126/27265 -f 18006/18133/27264 18000/18127/27266 17999/18126/27265 -f 17998/18125/27267 18026/18153/27268 18025/18152/27269 18017/18144/27270 18016/18143/27271 18008/18135/27272 18007/18134/27263 17999/18126/27265 -f 18016/18143/27271 18015/18142/27273 18008/18135/27272 -f 18015/18142/27273 18009/18136/27274 18008/18135/27272 -f 18009/18136/27274 18015/18142/27273 18012/18139/27275 -f 18009/18136/27274 18012/18139/27275 18011/18138/27276 -f 17996/18123/27277 18031/18158/27278 17997/18124/27279 -f 17997/18124/27279 18031/18158/27278 18030/18157/27280 -f 17997/18124/27279 18030/18157/27280 18027/18154/27281 -f 18027/18154/27281 18030/18157/27280 18029/18156/27282 -f 18027/18154/27281 18029/18156/27282 18028/18155/27283 -f 18027/18154/27281 18026/18153/27268 17997/18124/27279 -f 17997/18124/27279 18026/18153/27268 17998/18125/27267 -f 18017/18144/27270 18025/18152/27269 18018/18145/27284 -f 18018/18145/27284 18025/18152/27269 18024/18151/27285 -f 18018/18145/27284 18024/18151/27285 18021/18148/27286 -f 18021/18148/27286 18024/18151/27285 18022/18149/27287 -f 18022/18149/27287 18024/18151/27285 18023/18150/27288 -f 18021/18148/27286 18020/18147/27289 18018/18145/27284 -f 18018/18145/27284 18020/18147/27289 18019/18146/27290 -f 18014/18141/27291 18013/18140/27292 18015/18142/27273 -f 18015/18142/27273 18013/18140/27292 18012/18139/27275 -f 18011/18138/27276 18010/18137/27293 18009/18136/27274 -f 18005/18132/27294 18004/18131/27295 18006/18133/27264 -f 18006/18133/27264 18004/18131/27295 18003/18130/27296 -f 18006/18133/27264 18003/18130/27296 18000/18127/27266 -f 18000/18127/27266 18003/18130/27296 18002/18129/27297 -f 18000/18127/27266 18002/18129/27297 18001/18128/27298 +f 3378/3508/6621 3377/3507/6622 3370/3500/6623 +f 3377/3507/6622 3371/3501/6624 3370/3500/6623 +f 3369/3499/6625 3397/3527/6626 3396/3526/6627 3388/3518/6628 3387/3517/6629 3379/3509/6630 3378/3508/6621 3370/3500/6623 +f 3387/3517/6629 3386/3516/6631 3379/3509/6630 +f 3386/3516/6631 3380/3510/6632 3379/3509/6630 +f 3380/3510/6632 3386/3516/6631 3383/3513/6633 +f 3380/3510/6632 3383/3513/6633 3382/3512/6634 +f 3367/3497/6635 3402/3532/6636 3368/3498/6637 +f 3368/3498/6637 3402/3532/6636 3401/3531/6638 +f 3368/3498/6637 3401/3531/6638 3398/3528/6639 +f 3398/3528/6639 3401/3531/6638 3400/3530/6640 +f 3398/3528/6639 3400/3530/6640 3399/3529/6641 +f 3398/3528/6639 3397/3527/6626 3368/3498/6637 +f 3368/3498/6637 3397/3527/6626 3369/3499/6625 +f 3388/3518/6628 3396/3526/6627 3389/3519/6642 +f 3389/3519/6642 3396/3526/6627 3395/3525/6643 +f 3389/3519/6642 3395/3525/6643 3392/3522/6644 +f 3392/3522/6644 3395/3525/6643 3393/3523/6645 +f 3393/3523/6645 3395/3525/6643 3394/3524/6646 +f 3392/3522/6644 3391/3521/6647 3389/3519/6642 +f 3389/3519/6642 3391/3521/6647 3390/3520/6648 +f 3385/3515/6649 3384/3514/6650 3386/3516/6631 +f 3386/3516/6631 3384/3514/6650 3383/3513/6633 +f 3382/3512/6634 3381/3511/6651 3380/3510/6632 +f 3376/3506/6652 3375/3505/6653 3377/3507/6622 +f 3377/3507/6622 3375/3505/6653 3374/3504/6654 +f 3377/3507/6622 3374/3504/6654 3371/3501/6624 +f 3371/3501/6624 3374/3504/6654 3373/3503/6655 +f 3371/3501/6624 3373/3503/6655 3372/3502/6656 v -148.792908 -137.500000 103.792892 v -150.207092 -137.500000 105.207108 v -154.000000 -137.500000 101.414215 @@ -101149,169 +19508,169 @@ vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 s 1 -f 18032/18159/27299 18033/18160/27300 18034/18161/27301 -f 18032/18159/27299 18034/18161/27301 18035/18162/27302 -f 18035/18162/27302 18034/18161/27301 18036/18163/27303 -f 18035/18162/27302 18036/18163/27303 18037/18164/27304 -f 18032/18159/27299 18043/18170/27305 18042/18169/27306 18041/18168/27307 18040/18167/27308 18039/18166/27309 18038/18165/27310 18033/18160/27300 -f 18042/18169/27306 18043/18170/27305 18045/18172/27311 -f 18043/18170/27305 18044/18171/27312 18045/18172/27311 -f 18046/18173/27313 18047/18174/27314 18048/18175/27315 -f 18048/18175/27315 18047/18174/27314 18049/18176/27316 -f 18049/18176/27316 18047/18174/27314 18050/18177/27317 -f 18049/18176/27316 18050/18177/27317 18051/18178/27318 -f 18051/18178/27318 18050/18177/27317 18052/18179/27319 -f 18050/18177/27317 18047/18174/27314 18039/18166/27309 -f 18039/18166/27309 18047/18174/27314 18038/18165/27310 -f 18053/18180/27320 18054/18181/27321 18034/18161/27301 -f 18034/18161/27301 18054/18181/27321 18036/18163/27303 -f 18037/18164/27304 18055/18182/27322 18035/18162/27302 -f 18056/18183/27323 18057/18184/27324 18044/18171/27312 -f 18044/18171/27312 18057/18184/27324 18058/18185/27325 -f 18044/18171/27312 18058/18185/27325 18045/18172/27311 -f 18045/18172/27311 18058/18185/27325 18059/18186/27326 -f 18045/18172/27311 18059/18186/27326 18060/18187/27327 -f 18041/18168/27307 18061/18188/27328 18040/18167/27308 -f 18040/18167/27308 18061/18188/27328 18062/18189/27329 -f 18062/18189/27329 18061/18188/27328 18063/18190/27330 -f 18062/18189/27329 18063/18190/27330 18064/18191/27331 -f 18065/18192/27332 18066/18193/27333 18061/18188/27328 -f 18061/18188/27328 18066/18193/27333 18063/18190/27330 -f 18064/18191/27331 18067/18194/27334 18062/18189/27329 +f 3403/3533/6657 3404/3534/6658 3405/3535/6659 +f 3403/3533/6657 3405/3535/6659 3406/3536/6660 +f 3406/3536/6660 3405/3535/6659 3407/3537/6661 +f 3406/3536/6660 3407/3537/6661 3408/3538/6662 +f 3403/3533/6657 3414/3544/6663 3413/3543/6664 3412/3542/6665 3411/3541/6666 3410/3540/6667 3409/3539/6668 3404/3534/6658 +f 3413/3543/6664 3414/3544/6663 3416/3546/6669 +f 3414/3544/6663 3415/3545/6670 3416/3546/6669 +f 3417/3547/6671 3418/3548/6672 3419/3549/6673 +f 3419/3549/6673 3418/3548/6672 3420/3550/6674 +f 3420/3550/6674 3418/3548/6672 3421/3551/6675 +f 3420/3550/6674 3421/3551/6675 3422/3552/6676 +f 3422/3552/6676 3421/3551/6675 3423/3553/6677 +f 3421/3551/6675 3418/3548/6672 3410/3540/6667 +f 3410/3540/6667 3418/3548/6672 3409/3539/6668 +f 3424/3554/6678 3425/3555/6679 3405/3535/6659 +f 3405/3535/6659 3425/3555/6679 3407/3537/6661 +f 3408/3538/6662 3426/3556/6680 3406/3536/6660 +f 3427/3557/6681 3428/3558/6682 3415/3545/6670 +f 3415/3545/6670 3428/3558/6682 3429/3559/6683 +f 3415/3545/6670 3429/3559/6683 3416/3546/6669 +f 3416/3546/6669 3429/3559/6683 3430/3560/6684 +f 3416/3546/6669 3430/3560/6684 3431/3561/6685 +f 3412/3542/6665 3432/3562/6686 3411/3541/6666 +f 3411/3541/6666 3432/3562/6686 3433/3563/6687 +f 3433/3563/6687 3432/3562/6686 3434/3564/6688 +f 3433/3563/6687 3434/3564/6688 3435/3565/6689 +f 3436/3566/6690 3437/3567/6691 3432/3562/6686 +f 3432/3562/6686 3437/3567/6691 3434/3564/6688 +f 3435/3565/6689 3438/3568/6692 3433/3563/6687 s 4 -f 18046/18173/27335 18068/18195/27336 18047/18174/27337 -f 18047/18174/27337 18068/18195/27336 18069/18196/27338 +f 3417/3547/6693 3439/3569/6694 3418/3548/6695 +f 3418/3548/6695 3439/3569/6694 3440/3570/6696 s 5 -f 18047/18174/27339 18069/18196/27340 18038/18165/27341 -f 18038/18165/27341 18069/18196/27340 18070/18197/27342 +f 3418/3548/6697 3440/3570/6698 3409/3539/6699 +f 3409/3539/6699 3440/3570/6698 3441/3571/6700 s off -f 18038/18165/27343 18070/18197/27344 18071/18198/27345 18033/18160/27346 +f 3409/3539/6701 3441/3571/6702 3442/3572/6703 3404/3534/6704 s 6 -f 18033/18160/27347 18071/18198/27348 18034/18161/27349 -f 18034/18161/27349 18071/18198/27348 18072/18199/27350 +f 3404/3534/6705 3442/3572/6706 3405/3535/6707 +f 3405/3535/6707 3442/3572/6706 3443/3573/6708 s 7 -f 18034/18161/27351 18072/18199/27352 18053/18180/27353 -f 18053/18180/27353 18072/18199/27352 18073/18200/27354 +f 3405/3535/6709 3443/3573/6710 3424/3554/6711 +f 3424/3554/6711 3443/3573/6710 3444/3574/6712 s 8 -f 18053/18180/27355 18073/18200/27356 18054/18181/27357 -f 18054/18181/27357 18073/18200/27356 18074/18201/27358 +f 3424/3554/6713 3444/3574/6714 3425/3555/6715 +f 3425/3555/6715 3444/3574/6714 3445/3575/6716 s 9 -f 18054/18181/27359 18074/18201/27360 18036/18163/27361 -f 18036/18163/27361 18074/18201/27360 18075/18202/27362 +f 3425/3555/6717 3445/3575/6718 3407/3537/6719 +f 3407/3537/6719 3445/3575/6718 3446/3576/6720 s 10 -f 18036/18163/27363 18075/18202/27364 18037/18164/27365 -f 18037/18164/27365 18075/18202/27364 18076/18203/27366 +f 3407/3537/6721 3446/3576/6722 3408/3538/6723 +f 3408/3538/6723 3446/3576/6722 3447/3577/6724 s 11 -f 18037/18164/27367 18076/18203/27368 18055/18182/27369 -f 18055/18182/27369 18076/18203/27368 18077/18204/27370 +f 3408/3538/6725 3447/3577/6726 3426/3556/6727 +f 3426/3556/6727 3447/3577/6726 3448/3578/6728 s 12 -f 18055/18182/27371 18077/18204/27372 18035/18162/27373 -f 18035/18162/27373 18077/18204/27372 18078/18205/27374 +f 3426/3556/6729 3448/3578/6730 3406/3536/6731 +f 3406/3536/6731 3448/3578/6730 3449/3579/6732 s 13 -f 18035/18162/27375 18078/18205/27376 18032/18159/27377 -f 18032/18159/27377 18078/18205/27376 18079/18206/27378 +f 3406/3536/6733 3449/3579/6734 3403/3533/6735 +f 3403/3533/6735 3449/3579/6734 3450/3580/6736 s off -f 18080/18207/27379 18043/18170/27380 18032/18159/27381 18079/18206/27382 +f 3451/3581/6737 3414/3544/6738 3403/3533/6739 3450/3580/6740 s 14 -f 18043/18170/27383 18080/18207/27384 18044/18171/27385 -f 18044/18171/27385 18080/18207/27384 18081/18208/27386 +f 3414/3544/6741 3451/3581/6742 3415/3545/6743 +f 3415/3545/6743 3451/3581/6742 3452/3582/6744 s 15 -f 18044/18171/27387 18081/18208/27388 18056/18183/27389 -f 18056/18183/27389 18081/18208/27388 18082/18209/27390 +f 3415/3545/6745 3452/3582/6746 3427/3557/6747 +f 3427/3557/6747 3452/3582/6746 3453/3583/6748 s 16 -f 18056/18183/27391 18082/18209/27392 18057/18184/27393 -f 18057/18184/27393 18082/18209/27392 18083/18210/27394 +f 3427/3557/6749 3453/3583/6750 3428/3558/6751 +f 3428/3558/6751 3453/3583/6750 3454/3584/6752 s 17 -f 18057/18184/27395 18083/18210/27396 18058/18185/27397 -f 18058/18185/27397 18083/18210/27396 18084/18211/27398 +f 3428/3558/6753 3454/3584/6754 3429/3559/6755 +f 3429/3559/6755 3454/3584/6754 3455/3585/6756 s 18 -f 18058/18185/27399 18084/18211/27400 18059/18186/27401 -f 18059/18186/27401 18084/18211/27400 18085/18212/27402 +f 3429/3559/6757 3455/3585/6758 3430/3560/6759 +f 3430/3560/6759 3455/3585/6758 3456/3586/6760 s 19 -f 18059/18186/27403 18085/18212/27404 18060/18187/27405 -f 18060/18187/27405 18085/18212/27404 18086/18213/27406 +f 3430/3560/6761 3456/3586/6762 3431/3561/6763 +f 3431/3561/6763 3456/3586/6762 3457/3587/6764 s 20 -f 18060/18187/27407 18086/18213/27408 18045/18172/27409 -f 18045/18172/27409 18086/18213/27408 18087/18214/27410 +f 3431/3561/6765 3457/3587/6766 3416/3546/6767 +f 3416/3546/6767 3457/3587/6766 3458/3588/6768 s 21 -f 18045/18172/27411 18087/18214/27412 18042/18169/27413 -f 18042/18169/27413 18087/18214/27412 18088/18215/27414 +f 3416/3546/6769 3458/3588/6770 3413/3543/6771 +f 3413/3543/6771 3458/3588/6770 3459/3589/6772 s off -f 18089/18216/27415 18041/18168/27416 18042/18169/27417 18088/18215/27418 +f 3460/3590/6773 3412/3542/6774 3413/3543/6775 3459/3589/6776 s 22 -f 18041/18168/27419 18089/18216/27420 18061/18188/27421 -f 18061/18188/27421 18089/18216/27420 18090/18217/27422 +f 3412/3542/6777 3460/3590/6778 3432/3562/6779 +f 3432/3562/6779 3460/3590/6778 3461/3591/6780 s 23 -f 18061/18188/27423 18090/18217/27424 18065/18192/27425 -f 18065/18192/27425 18090/18217/27424 18091/18218/27426 +f 3432/3562/6781 3461/3591/6782 3436/3566/6783 +f 3436/3566/6783 3461/3591/6782 3462/3592/6784 s 24 -f 18065/18192/27427 18091/18218/27428 18066/18193/27429 -f 18066/18193/27429 18091/18218/27428 18092/18219/27430 +f 3436/3566/6785 3462/3592/6786 3437/3567/6787 +f 3437/3567/6787 3462/3592/6786 3463/3593/6788 s 25 -f 18066/18193/27431 18092/18219/27432 18063/18190/27433 -f 18063/18190/27433 18092/18219/27432 18093/18220/27434 +f 3437/3567/6789 3463/3593/6790 3434/3564/6791 +f 3434/3564/6791 3463/3593/6790 3464/3594/6792 s 26 -f 18063/18190/27435 18093/18220/27436 18064/18191/27437 -f 18064/18191/27437 18093/18220/27436 18094/18221/27438 +f 3434/3564/6793 3464/3594/6794 3435/3565/6795 +f 3435/3565/6795 3464/3594/6794 3465/3595/6796 s 27 -f 18064/18191/27439 18094/18221/27440 18067/18194/27441 -f 18067/18194/27441 18094/18221/27440 18095/18222/27442 +f 3435/3565/6797 3465/3595/6798 3438/3568/6799 +f 3438/3568/6799 3465/3595/6798 3466/3596/6800 s 28 -f 18067/18194/27443 18095/18222/27444 18062/18189/27445 -f 18062/18189/27445 18095/18222/27444 18096/18223/27446 +f 3438/3568/6801 3466/3596/6802 3433/3563/6803 +f 3433/3563/6803 3466/3596/6802 3467/3597/6804 s 29 -f 18062/18189/27447 18096/18223/27448 18040/18167/27449 -f 18040/18167/27449 18096/18223/27448 18097/18224/27450 +f 3433/3563/6805 3467/3597/6806 3411/3541/6807 +f 3411/3541/6807 3467/3597/6806 3468/3598/6808 s off -f 18098/18225/27451 18039/18166/27452 18040/18167/27453 18097/18224/27454 +f 3469/3599/6809 3410/3540/6810 3411/3541/6811 3468/3598/6812 s 30 -f 18039/18166/27455 18098/18225/27456 18050/18177/27457 -f 18050/18177/27457 18098/18225/27456 18099/18226/27458 +f 3410/3540/6813 3469/3599/6814 3421/3551/6815 +f 3421/3551/6815 3469/3599/6814 3470/3600/6816 s 31 -f 18050/18177/27459 18099/18226/27460 18052/18179/27461 -f 18052/18179/27461 18099/18226/27460 18100/18227/27462 +f 3421/3551/6817 3470/3600/6818 3423/3553/6819 +f 3423/3553/6819 3470/3600/6818 3471/3601/6820 s 32 -f 18052/18179/27463 18100/18227/27464 18051/18178/27465 -f 18051/18178/27465 18100/18227/27464 18101/18228/27466 +f 3423/3553/6821 3471/3601/6822 3422/3552/6823 +f 3422/3552/6823 3471/3601/6822 3472/3602/6824 s 33 -f 18051/18178/27467 18101/18228/27468 18049/18176/27469 -f 18049/18176/27469 18101/18228/27468 18102/18229/27470 +f 3422/3552/6825 3472/3602/6826 3420/3550/6827 +f 3420/3550/6827 3472/3602/6826 3473/3603/6828 s 34 -f 18049/18176/27471 18102/18229/27472 18048/18175/27473 -f 18048/18175/27473 18102/18229/27472 18103/18230/27474 +f 3420/3550/6829 3473/3603/6830 3419/3549/6831 +f 3419/3549/6831 3473/3603/6830 3474/3604/6832 s 35 -f 18048/18175/27475 18103/18230/27476 18046/18173/27477 -f 18046/18173/27477 18103/18230/27476 18068/18195/27478 +f 3419/3549/6833 3474/3604/6834 3417/3547/6835 +f 3417/3547/6835 3474/3604/6834 3439/3569/6836 s 36 -f 18079/18206/27479 18078/18205/27480 18072/18199/27481 -f 18079/18206/27479 18072/18199/27481 18071/18198/27482 -f 18070/18197/27483 18098/18225/27484 18097/18224/27485 18089/18216/27486 18088/18215/27487 18080/18207/27488 18079/18206/27479 18071/18198/27482 -f 18088/18215/27487 18087/18214/27489 18080/18207/27488 -f 18087/18214/27489 18081/18208/27490 18080/18207/27488 -f 18081/18208/27490 18087/18214/27489 18084/18211/27491 -f 18081/18208/27490 18084/18211/27491 18083/18210/27492 -f 18068/18195/27493 18103/18230/27494 18069/18196/27495 -f 18069/18196/27495 18103/18230/27494 18102/18229/27496 -f 18069/18196/27495 18102/18229/27496 18099/18226/27497 -f 18099/18226/27497 18102/18229/27496 18101/18228/27498 -f 18099/18226/27497 18101/18228/27498 18100/18227/27499 -f 18099/18226/27497 18098/18225/27484 18069/18196/27495 -f 18069/18196/27495 18098/18225/27484 18070/18197/27483 -f 18089/18216/27486 18097/18224/27485 18090/18217/27500 -f 18090/18217/27500 18097/18224/27485 18096/18223/27501 -f 18090/18217/27500 18096/18223/27501 18093/18220/27502 -f 18093/18220/27502 18096/18223/27501 18094/18221/27503 -f 18094/18221/27503 18096/18223/27501 18095/18222/27504 -f 18093/18220/27502 18092/18219/27505 18090/18217/27500 -f 18090/18217/27500 18092/18219/27505 18091/18218/27506 -f 18086/18213/27507 18085/18212/27508 18087/18214/27489 -f 18087/18214/27489 18085/18212/27508 18084/18211/27491 -f 18083/18210/27492 18082/18209/27509 18081/18208/27490 -f 18077/18204/27510 18076/18203/27511 18078/18205/27480 -f 18078/18205/27480 18076/18203/27511 18075/18202/27512 -f 18078/18205/27480 18075/18202/27512 18072/18199/27481 -f 18072/18199/27481 18075/18202/27512 18074/18201/27513 -f 18072/18199/27481 18074/18201/27513 18073/18200/27514 +f 3450/3580/6837 3449/3579/6838 3443/3573/6839 +f 3450/3580/6837 3443/3573/6839 3442/3572/6840 +f 3441/3571/6841 3469/3599/6842 3468/3598/6843 3460/3590/6844 3459/3589/6845 3451/3581/6846 3450/3580/6837 3442/3572/6840 +f 3459/3589/6845 3458/3588/6847 3451/3581/6846 +f 3458/3588/6847 3452/3582/6848 3451/3581/6846 +f 3452/3582/6848 3458/3588/6847 3455/3585/6849 +f 3452/3582/6848 3455/3585/6849 3454/3584/6850 +f 3439/3569/6851 3474/3604/6852 3440/3570/6853 +f 3440/3570/6853 3474/3604/6852 3473/3603/6854 +f 3440/3570/6853 3473/3603/6854 3470/3600/6855 +f 3470/3600/6855 3473/3603/6854 3472/3602/6856 +f 3470/3600/6855 3472/3602/6856 3471/3601/6857 +f 3470/3600/6855 3469/3599/6842 3440/3570/6853 +f 3440/3570/6853 3469/3599/6842 3441/3571/6841 +f 3460/3590/6844 3468/3598/6843 3461/3591/6858 +f 3461/3591/6858 3468/3598/6843 3467/3597/6859 +f 3461/3591/6858 3467/3597/6859 3464/3594/6860 +f 3464/3594/6860 3467/3597/6859 3465/3595/6861 +f 3465/3595/6861 3467/3597/6859 3466/3596/6862 +f 3464/3594/6860 3463/3593/6863 3461/3591/6858 +f 3461/3591/6858 3463/3593/6863 3462/3592/6864 +f 3457/3587/6865 3456/3586/6866 3458/3588/6847 +f 3458/3588/6847 3456/3586/6866 3455/3585/6849 +f 3454/3584/6850 3453/3583/6867 3452/3582/6848 +f 3448/3578/6868 3447/3577/6869 3449/3579/6838 +f 3449/3579/6838 3447/3577/6869 3446/3576/6870 +f 3449/3579/6838 3446/3576/6870 3443/3573/6839 +f 3443/3573/6839 3446/3576/6870 3445/3575/6871 +f 3443/3573/6839 3445/3575/6871 3444/3574/6872 v 146.207108 -137.500000 103.792892 v 144.792877 -137.500000 105.207108 v 141.000000 -137.500000 101.414215 @@ -101673,169 +20032,169 @@ vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 vn 0.000000 1.000000 0.000000 s 1 -f 18104/18231/27515 18105/18232/27516 18107/18234/27517 -f 18105/18232/27516 18106/18233/27518 18107/18234/27517 -f 18107/18234/27517 18106/18233/27518 18108/18235/27519 -f 18107/18234/27517 18108/18235/27519 18109/18236/27520 -f 18104/18231/27515 18115/18242/27521 18114/18241/27522 18113/18240/27523 18112/18239/27524 18111/18238/27525 18110/18237/27526 18105/18232/27516 -f 18114/18241/27522 18115/18242/27521 18116/18243/27527 -f 18114/18241/27522 18116/18243/27527 18117/18244/27528 -f 18118/18245/27529 18119/18246/27530 18120/18247/27531 -f 18120/18247/27531 18119/18246/27530 18121/18248/27532 -f 18121/18248/27532 18119/18246/27530 18122/18249/27533 -f 18121/18248/27532 18122/18249/27533 18123/18250/27534 -f 18123/18250/27534 18122/18249/27533 18124/18251/27535 -f 18122/18249/27533 18119/18246/27530 18111/18238/27525 -f 18111/18238/27525 18119/18246/27530 18110/18237/27526 -f 18125/18252/27536 18126/18253/27537 18106/18233/27518 -f 18106/18233/27518 18126/18253/27537 18108/18235/27519 -f 18109/18236/27520 18127/18254/27538 18107/18234/27517 -f 18128/18255/27539 18129/18256/27540 18116/18243/27527 -f 18116/18243/27527 18129/18256/27540 18130/18257/27541 -f 18116/18243/27527 18130/18257/27541 18117/18244/27528 -f 18117/18244/27528 18130/18257/27541 18131/18258/27542 -f 18117/18244/27528 18131/18258/27542 18132/18259/27543 -f 18113/18240/27523 18133/18260/27544 18112/18239/27524 -f 18112/18239/27524 18133/18260/27544 18134/18261/27545 -f 18134/18261/27545 18133/18260/27544 18135/18262/27546 -f 18134/18261/27545 18135/18262/27546 18136/18263/27547 -f 18137/18264/27548 18138/18265/27549 18133/18260/27544 -f 18133/18260/27544 18138/18265/27549 18135/18262/27546 -f 18136/18263/27547 18139/18266/27550 18134/18261/27545 +f 3475/3605/6873 3476/3606/6874 3478/3608/6875 +f 3476/3606/6874 3477/3607/6876 3478/3608/6875 +f 3478/3608/6875 3477/3607/6876 3479/3609/6877 +f 3478/3608/6875 3479/3609/6877 3480/3610/6878 +f 3475/3605/6873 3486/3616/6879 3485/3615/6880 3484/3614/6881 3483/3613/6882 3482/3612/6883 3481/3611/6884 3476/3606/6874 +f 3485/3615/6880 3486/3616/6879 3487/3617/6885 +f 3485/3615/6880 3487/3617/6885 3488/3618/6886 +f 3489/3619/6887 3490/3620/6888 3491/3621/6889 +f 3491/3621/6889 3490/3620/6888 3492/3622/6890 +f 3492/3622/6890 3490/3620/6888 3493/3623/6891 +f 3492/3622/6890 3493/3623/6891 3494/3624/6892 +f 3494/3624/6892 3493/3623/6891 3495/3625/6893 +f 3493/3623/6891 3490/3620/6888 3482/3612/6883 +f 3482/3612/6883 3490/3620/6888 3481/3611/6884 +f 3496/3626/6894 3497/3627/6895 3477/3607/6876 +f 3477/3607/6876 3497/3627/6895 3479/3609/6877 +f 3480/3610/6878 3498/3628/6896 3478/3608/6875 +f 3499/3629/6897 3500/3630/6898 3487/3617/6885 +f 3487/3617/6885 3500/3630/6898 3501/3631/6899 +f 3487/3617/6885 3501/3631/6899 3488/3618/6886 +f 3488/3618/6886 3501/3631/6899 3502/3632/6900 +f 3488/3618/6886 3502/3632/6900 3503/3633/6901 +f 3484/3614/6881 3504/3634/6902 3483/3613/6882 +f 3483/3613/6882 3504/3634/6902 3505/3635/6903 +f 3505/3635/6903 3504/3634/6902 3506/3636/6904 +f 3505/3635/6903 3506/3636/6904 3507/3637/6905 +f 3508/3638/6906 3509/3639/6907 3504/3634/6902 +f 3504/3634/6902 3509/3639/6907 3506/3636/6904 +f 3507/3637/6905 3510/3640/6908 3505/3635/6903 s 4 -f 18118/18245/27551 18140/18267/27552 18119/18246/27553 -f 18119/18246/27553 18140/18267/27552 18141/18268/27554 +f 3489/3619/6909 3511/3641/6910 3490/3620/6911 +f 3490/3620/6911 3511/3641/6910 3512/3642/6912 s 5 -f 18119/18246/27555 18141/18268/27556 18110/18237/27557 -f 18110/18237/27557 18141/18268/27556 18142/18269/27558 +f 3490/3620/6913 3512/3642/6914 3481/3611/6915 +f 3481/3611/6915 3512/3642/6914 3513/3643/6916 s off -f 18110/18237/27559 18142/18269/27560 18143/18270/27561 18105/18232/27562 +f 3481/3611/6917 3513/3643/6918 3514/3644/6919 3476/3606/6920 s 6 -f 18105/18232/27563 18143/18270/27564 18106/18233/27565 -f 18106/18233/27565 18143/18270/27564 18144/18271/27566 +f 3476/3606/6921 3514/3644/6922 3477/3607/6923 +f 3477/3607/6923 3514/3644/6922 3515/3645/6924 s 7 -f 18106/18233/27567 18144/18271/27568 18125/18252/27569 -f 18125/18252/27569 18144/18271/27568 18145/18272/27570 +f 3477/3607/6925 3515/3645/6926 3496/3626/6927 +f 3496/3626/6927 3515/3645/6926 3516/3646/6928 s 8 -f 18125/18252/27571 18145/18272/27572 18126/18253/27573 -f 18126/18253/27573 18145/18272/27572 18146/18273/27574 +f 3496/3626/6929 3516/3646/6930 3497/3627/6931 +f 3497/3627/6931 3516/3646/6930 3517/3647/6932 s 9 -f 18126/18253/27575 18146/18273/27576 18108/18235/27577 -f 18108/18235/27577 18146/18273/27576 18147/18274/27578 +f 3497/3627/6933 3517/3647/6934 3479/3609/6935 +f 3479/3609/6935 3517/3647/6934 3518/3648/6936 s 10 -f 18108/18235/27579 18147/18274/27580 18109/18236/27581 -f 18109/18236/27581 18147/18274/27580 18148/18275/27582 +f 3479/3609/6937 3518/3648/6938 3480/3610/6939 +f 3480/3610/6939 3518/3648/6938 3519/3649/6940 s 11 -f 18109/18236/27583 18148/18275/27584 18127/18254/27585 -f 18127/18254/27585 18148/18275/27584 18149/18276/27586 +f 3480/3610/6941 3519/3649/6942 3498/3628/6943 +f 3498/3628/6943 3519/3649/6942 3520/3650/6944 s 12 -f 18127/18254/27587 18149/18276/27588 18107/18234/27589 -f 18107/18234/27589 18149/18276/27588 18150/18277/27590 +f 3498/3628/6945 3520/3650/6946 3478/3608/6947 +f 3478/3608/6947 3520/3650/6946 3521/3651/6948 s 13 -f 18107/18234/27591 18150/18277/27592 18104/18231/27593 -f 18104/18231/27593 18150/18277/27592 18151/18278/27594 +f 3478/3608/6949 3521/3651/6950 3475/3605/6951 +f 3475/3605/6951 3521/3651/6950 3522/3652/6952 s off -f 18152/18279/27595 18115/18242/27596 18104/18231/27597 18151/18278/27598 +f 3523/3653/6953 3486/3616/6954 3475/3605/6955 3522/3652/6956 s 14 -f 18115/18242/27599 18152/18279/27600 18116/18243/27601 -f 18116/18243/27601 18152/18279/27600 18153/18280/27602 +f 3486/3616/6957 3523/3653/6958 3487/3617/6959 +f 3487/3617/6959 3523/3653/6958 3524/3654/6960 s 15 -f 18116/18243/27603 18153/18280/27604 18128/18255/27605 -f 18128/18255/27605 18153/18280/27604 18154/18281/27606 +f 3487/3617/6961 3524/3654/6962 3499/3629/6963 +f 3499/3629/6963 3524/3654/6962 3525/3655/6964 s 16 -f 18128/18255/27607 18154/18281/27608 18129/18256/27609 -f 18129/18256/27609 18154/18281/27608 18155/18282/27610 +f 3499/3629/6965 3525/3655/6966 3500/3630/6967 +f 3500/3630/6967 3525/3655/6966 3526/3656/6968 s 17 -f 18129/18256/27611 18155/18282/27612 18130/18257/27613 -f 18130/18257/27613 18155/18282/27612 18156/18283/27614 +f 3500/3630/6969 3526/3656/6970 3501/3631/6971 +f 3501/3631/6971 3526/3656/6970 3527/3657/6972 s 18 -f 18130/18257/27615 18156/18283/27616 18131/18258/27617 -f 18131/18258/27617 18156/18283/27616 18157/18284/27618 +f 3501/3631/6973 3527/3657/6974 3502/3632/6975 +f 3502/3632/6975 3527/3657/6974 3528/3658/6976 s 19 -f 18131/18258/27619 18157/18284/27620 18132/18259/27621 -f 18132/18259/27621 18157/18284/27620 18158/18285/27622 +f 3502/3632/6977 3528/3658/6978 3503/3633/6979 +f 3503/3633/6979 3528/3658/6978 3529/3659/6980 s 20 -f 18132/18259/27623 18158/18285/27624 18117/18244/27625 -f 18117/18244/27625 18158/18285/27624 18159/18286/27626 +f 3503/3633/6981 3529/3659/6982 3488/3618/6983 +f 3488/3618/6983 3529/3659/6982 3530/3660/6984 s 21 -f 18117/18244/27627 18159/18286/27628 18114/18241/27629 -f 18114/18241/27629 18159/18286/27628 18160/18287/27630 +f 3488/3618/6985 3530/3660/6986 3485/3615/6987 +f 3485/3615/6987 3530/3660/6986 3531/3661/6988 s off -f 18161/18288/27631 18113/18240/27632 18114/18241/27633 18160/18287/27634 +f 3532/3662/6989 3484/3614/6990 3485/3615/6991 3531/3661/6992 s 22 -f 18113/18240/27635 18161/18288/27636 18133/18260/27637 -f 18133/18260/27637 18161/18288/27636 18162/18289/27638 +f 3484/3614/6993 3532/3662/6994 3504/3634/6995 +f 3504/3634/6995 3532/3662/6994 3533/3663/6996 s 23 -f 18133/18260/27639 18162/18289/27640 18137/18264/27641 -f 18137/18264/27641 18162/18289/27640 18163/18290/27642 +f 3504/3634/6997 3533/3663/6998 3508/3638/6999 +f 3508/3638/6999 3533/3663/6998 3534/3664/7000 s 24 -f 18137/18264/27643 18163/18290/27644 18138/18265/27645 -f 18138/18265/27645 18163/18290/27644 18164/18291/27646 +f 3508/3638/7001 3534/3664/7002 3509/3639/7003 +f 3509/3639/7003 3534/3664/7002 3535/3665/7004 s 25 -f 18138/18265/27647 18164/18291/27648 18135/18262/27649 -f 18135/18262/27649 18164/18291/27648 18165/18292/27650 +f 3509/3639/7005 3535/3665/7006 3506/3636/7007 +f 3506/3636/7007 3535/3665/7006 3536/3666/7008 s 26 -f 18135/18262/27651 18165/18292/27652 18136/18263/27653 -f 18136/18263/27653 18165/18292/27652 18166/18293/27654 +f 3506/3636/7009 3536/3666/7010 3507/3637/7011 +f 3507/3637/7011 3536/3666/7010 3537/3667/7012 s 27 -f 18136/18263/27655 18166/18293/27656 18139/18266/27657 -f 18139/18266/27657 18166/18293/27656 18167/18294/27658 +f 3507/3637/7013 3537/3667/7014 3510/3640/7015 +f 3510/3640/7015 3537/3667/7014 3538/3668/7016 s 28 -f 18139/18266/27659 18167/18294/27660 18134/18261/27661 -f 18134/18261/27661 18167/18294/27660 18168/18295/27662 +f 3510/3640/7017 3538/3668/7018 3505/3635/7019 +f 3505/3635/7019 3538/3668/7018 3539/3669/7020 s 29 -f 18134/18261/27663 18168/18295/27664 18112/18239/27665 -f 18112/18239/27665 18168/18295/27664 18169/18296/27666 +f 3505/3635/7021 3539/3669/7022 3483/3613/7023 +f 3483/3613/7023 3539/3669/7022 3540/3670/7024 s off -f 18170/18297/27667 18111/18238/27668 18112/18239/27669 18169/18296/27670 +f 3541/3671/7025 3482/3612/7026 3483/3613/7027 3540/3670/7028 s 30 -f 18111/18238/27671 18170/18297/27672 18122/18249/27673 -f 18122/18249/27673 18170/18297/27672 18171/18298/27674 +f 3482/3612/7029 3541/3671/7030 3493/3623/7031 +f 3493/3623/7031 3541/3671/7030 3542/3672/7032 s 31 -f 18122/18249/27675 18171/18298/27676 18124/18251/27677 -f 18124/18251/27677 18171/18298/27676 18172/18299/27678 +f 3493/3623/7033 3542/3672/7034 3495/3625/7035 +f 3495/3625/7035 3542/3672/7034 3543/3673/7036 s 32 -f 18124/18251/27679 18172/18299/27680 18123/18250/27681 -f 18123/18250/27681 18172/18299/27680 18173/18300/27682 +f 3495/3625/7037 3543/3673/7038 3494/3624/7039 +f 3494/3624/7039 3543/3673/7038 3544/3674/7040 s 33 -f 18123/18250/27683 18173/18300/27684 18121/18248/27685 -f 18121/18248/27685 18173/18300/27684 18174/18301/27686 +f 3494/3624/7041 3544/3674/7042 3492/3622/7043 +f 3492/3622/7043 3544/3674/7042 3545/3675/7044 s 34 -f 18121/18248/27687 18174/18301/27688 18120/18247/27689 -f 18120/18247/27689 18174/18301/27688 18175/18302/27690 +f 3492/3622/7045 3545/3675/7046 3491/3621/7047 +f 3491/3621/7047 3545/3675/7046 3546/3676/7048 s 35 -f 18120/18247/27691 18175/18302/27692 18118/18245/27693 -f 18118/18245/27693 18175/18302/27692 18140/18267/27694 +f 3491/3621/7049 3546/3676/7050 3489/3619/7051 +f 3489/3619/7051 3546/3676/7050 3511/3641/7052 s 36 -f 18151/18278/27695 18150/18277/27696 18143/18270/27697 -f 18150/18277/27696 18144/18271/27698 18143/18270/27697 -f 18142/18269/27699 18170/18297/27700 18169/18296/27701 18161/18288/27702 18160/18287/27703 18152/18279/27704 18151/18278/27695 18143/18270/27697 -f 18160/18287/27703 18159/18286/27705 18153/18280/27706 -f 18153/18280/27706 18159/18286/27705 18156/18283/27707 -f 18153/18280/27706 18156/18283/27707 18155/18282/27708 -f 18152/18279/27704 18160/18287/27703 18153/18280/27706 -f 18140/18267/27709 18175/18302/27710 18141/18268/27711 -f 18141/18268/27711 18175/18302/27710 18174/18301/27712 -f 18141/18268/27711 18174/18301/27712 18171/18298/27713 -f 18171/18298/27713 18174/18301/27712 18173/18300/27714 -f 18171/18298/27713 18173/18300/27714 18172/18299/27715 -f 18171/18298/27713 18170/18297/27700 18141/18268/27711 -f 18141/18268/27711 18170/18297/27700 18142/18269/27699 -f 18161/18288/27702 18169/18296/27701 18162/18289/27716 -f 18162/18289/27716 18169/18296/27701 18168/18295/27717 -f 18162/18289/27716 18168/18295/27717 18165/18292/27718 -f 18165/18292/27718 18168/18295/27717 18166/18293/27719 -f 18166/18293/27719 18168/18295/27717 18167/18294/27720 -f 18165/18292/27718 18164/18291/27721 18162/18289/27716 -f 18162/18289/27716 18164/18291/27721 18163/18290/27722 -f 18158/18285/27723 18157/18284/27724 18159/18286/27705 -f 18159/18286/27705 18157/18284/27724 18156/18283/27707 -f 18155/18282/27708 18154/18281/27725 18153/18280/27706 -f 18149/18276/27726 18148/18275/27727 18150/18277/27696 -f 18150/18277/27696 18148/18275/27727 18147/18274/27728 -f 18150/18277/27696 18147/18274/27728 18144/18271/27698 -f 18144/18271/27698 18147/18274/27728 18146/18273/27729 -f 18144/18271/27698 18146/18273/27729 18145/18272/27730 +f 3522/3652/7053 3521/3651/7054 3514/3644/7055 +f 3521/3651/7054 3515/3645/7056 3514/3644/7055 +f 3513/3643/7057 3541/3671/7058 3540/3670/7059 3532/3662/7060 3531/3661/7061 3523/3653/7062 3522/3652/7053 3514/3644/7055 +f 3531/3661/7061 3530/3660/7063 3524/3654/7064 +f 3524/3654/7064 3530/3660/7063 3527/3657/7065 +f 3524/3654/7064 3527/3657/7065 3526/3656/7066 +f 3523/3653/7062 3531/3661/7061 3524/3654/7064 +f 3511/3641/7067 3546/3676/7068 3512/3642/7069 +f 3512/3642/7069 3546/3676/7068 3545/3675/7070 +f 3512/3642/7069 3545/3675/7070 3542/3672/7071 +f 3542/3672/7071 3545/3675/7070 3544/3674/7072 +f 3542/3672/7071 3544/3674/7072 3543/3673/7073 +f 3542/3672/7071 3541/3671/7058 3512/3642/7069 +f 3512/3642/7069 3541/3671/7058 3513/3643/7057 +f 3532/3662/7060 3540/3670/7059 3533/3663/7074 +f 3533/3663/7074 3540/3670/7059 3539/3669/7075 +f 3533/3663/7074 3539/3669/7075 3536/3666/7076 +f 3536/3666/7076 3539/3669/7075 3537/3667/7077 +f 3537/3667/7077 3539/3669/7075 3538/3668/7078 +f 3536/3666/7076 3535/3665/7079 3533/3663/7074 +f 3533/3663/7074 3535/3665/7079 3534/3664/7080 +f 3529/3659/7081 3528/3658/7082 3530/3660/7063 +f 3530/3660/7063 3528/3658/7082 3527/3657/7065 +f 3526/3656/7066 3525/3655/7083 3524/3654/7064 +f 3520/3650/7084 3519/3649/7085 3521/3651/7054 +f 3521/3651/7054 3519/3649/7085 3518/3648/7086 +f 3521/3651/7054 3518/3648/7086 3515/3645/7056 +f 3515/3645/7056 3518/3648/7086 3517/3647/7087 +f 3515/3645/7056 3517/3647/7087 3516/3646/7088 v 150.000000 -155.000000 120.000000 v -150.000000 -155.000000 120.000000 v 150.000000 -155.000000 114.000000 @@ -102173,92 +20532,92 @@ vn 0.793361 -0.608752 0.000000 vn 0.608762 -0.793353 0.000000 vn 0.382688 -0.923878 0.000000 s 1 -f 18178/18305/27731 18232/18306/27732 18233/18307/27733 18179/18309/27734 -f 18182/18311/27735 18180/18313/27736 18254/18315/27737 18255/18317/27738 -f 18184/18320/27739 18182/18311/27735 18255/18317/27738 18256/18321/27740 -f 18186/18323/27741 18184/18320/27739 18256/18321/27740 18257/18325/27742 -f 18188/18327/27743 18186/18323/27741 18257/18325/27742 18258/18329/27744 -f 18190/18331/27745 18188/18327/27743 18258/18329/27744 18259/18334/27746 -f 18178/18305/27731 18190/18331/27745 18259/18334/27746 18232/18306/27732 -f 18193/18335/27747 18253/18337/27748 18254/18315/27737 18180/18313/27736 -f 18196/18339/27749 18194/18341/27750 18247/18343/27751 18248/18345/27752 -f 18198/18348/27753 18196/18339/27749 18248/18345/27752 18249/18349/27754 -f 18200/18351/27755 18198/18348/27753 18249/18349/27754 18250/18353/27756 -f 18202/18355/27757 18200/18351/27755 18250/18353/27756 18251/18357/27758 -f 18204/18387/27759 18202/18355/27757 18251/18357/27758 18252/18388/27760 -f 18193/18335/27747 18204/18387/27759 18252/18388/27760 18253/18337/27748 -f 18207/18389/27761 18246/18390/27762 18247/18343/27751 18194/18341/27750 -f 18210/18391/27763 18208/18392/27764 18240/18393/27765 18241/18394/27766 -f 18212/18395/27767 18210/18391/27763 18241/18394/27766 18242/18396/27768 -f 18214/18397/27769 18212/18395/27767 18242/18396/27768 18243/18398/27770 -f 18216/18399/27771 18214/18397/27769 18243/18398/27770 18244/18400/27772 -f 18218/18401/27773 18216/18399/27771 18244/18400/27772 18245/18402/27774 -f 18207/18389/27761 18218/18401/27773 18245/18402/27774 18246/18390/27762 -f 18221/18403/27775 18239/18404/27776 18240/18393/27765 18208/18392/27764 -f 18222/18405/27777 18179/18309/27734 18233/18307/27733 18234/18406/27778 -f 18224/18407/27779 18222/18405/27777 18234/18406/27778 18235/18408/27780 -f 18226/18409/27781 18224/18407/27779 18235/18408/27780 18236/18410/27782 -f 18228/18411/27783 18226/18409/27781 18236/18410/27782 18237/18412/27784 -f 18230/18413/27785 18228/18411/27783 18237/18412/27784 18238/18414/27786 -f 18221/18403/27775 18230/18413/27785 18238/18414/27786 18239/18404/27776 +f 3549/3679/7089 3603/3680/7090 3604/3681/7091 3550/3683/7092 +f 3553/3685/7093 3551/3687/7094 3625/3689/7095 3626/3691/7096 +f 3555/3694/7097 3553/3685/7093 3626/3691/7096 3627/3695/7098 +f 3557/3697/7099 3555/3694/7097 3627/3695/7098 3628/3699/7100 +f 3559/3701/7101 3557/3697/7099 3628/3699/7100 3629/3703/7102 +f 3561/3705/7103 3559/3701/7101 3629/3703/7102 3630/3708/7104 +f 3549/3679/7089 3561/3705/7103 3630/3708/7104 3603/3680/7090 +f 3564/3709/7105 3624/3711/7106 3625/3689/7095 3551/3687/7094 +f 3567/3713/7107 3565/3715/7108 3618/3717/7109 3619/3719/7110 +f 3569/3722/7111 3567/3713/7107 3619/3719/7110 3620/3723/7112 +f 3571/3725/7113 3569/3722/7111 3620/3723/7112 3621/3727/7114 +f 3573/3729/7115 3571/3725/7113 3621/3727/7114 3622/3731/7116 +f 3575/3761/7117 3573/3729/7115 3622/3731/7116 3623/3762/7118 +f 3564/3709/7105 3575/3761/7117 3623/3762/7118 3624/3711/7106 +f 3578/3763/7119 3617/3764/7120 3618/3717/7109 3565/3715/7108 +f 3581/3765/7121 3579/3766/7122 3611/3767/7123 3612/3768/7124 +f 3583/3769/7125 3581/3765/7121 3612/3768/7124 3613/3770/7126 +f 3585/3771/7127 3583/3769/7125 3613/3770/7126 3614/3772/7128 +f 3587/3773/7129 3585/3771/7127 3614/3772/7128 3615/3774/7130 +f 3589/3775/7131 3587/3773/7129 3615/3774/7130 3616/3776/7132 +f 3578/3763/7119 3589/3775/7131 3616/3776/7132 3617/3764/7120 +f 3592/3777/7133 3610/3778/7134 3611/3767/7123 3579/3766/7122 +f 3593/3779/7135 3550/3683/7092 3604/3681/7091 3605/3780/7136 +f 3595/3781/7137 3593/3779/7135 3605/3780/7136 3606/3782/7138 +f 3597/3783/7139 3595/3781/7137 3606/3782/7138 3607/3784/7140 +f 3599/3785/7141 3597/3783/7139 3607/3784/7140 3608/3786/7142 +f 3601/3787/7143 3599/3785/7141 3608/3786/7142 3609/3788/7144 +f 3592/3777/7133 3601/3787/7143 3609/3788/7144 3610/3778/7134 s 5 -f 18231/18358/27787 18229/18356/27788 18220/18347/27789 -f 18220/18347/27789 18229/18356/27788 18227/18354/27790 18225/18352/27791 -f 18220/18347/27789 18225/18352/27791 18223/18350/27792 18177/18304/27793 -f 18220/18347/27789 18177/18304/27793 18176/18303/27794 18209/18336/27795 -f 18181/18308/27796 18176/18303/27794 18191/18318/27797 18189/18316/27798 -f 18209/18336/27795 18176/18303/27794 18181/18308/27796 18206/18333/27799 -f 18181/18308/27796 18189/18316/27798 18187/18314/27800 18185/18312/27801 -f 18185/18312/27801 18183/18310/27802 18181/18308/27796 -f 18206/18333/27799 18181/18308/27796 18192/18319/27803 18195/18322/27804 -f 18195/18322/27804 18192/18319/27803 18205/18332/27805 18203/18330/27806 -f 18195/18322/27804 18203/18330/27806 18201/18328/27807 18199/18326/27808 -f 18195/18322/27804 18199/18326/27808 18197/18324/27809 -f 18219/18346/27810 18217/18344/27811 18206/18333/27799 -f 18206/18333/27799 18217/18344/27811 18215/18342/27812 18213/18340/27813 -f 18206/18333/27799 18213/18340/27813 18211/18338/27814 18209/18336/27795 +f 3602/3732/7145 3600/3730/7146 3591/3721/7147 +f 3591/3721/7147 3600/3730/7146 3598/3728/7148 3596/3726/7149 +f 3591/3721/7147 3596/3726/7149 3594/3724/7150 3548/3678/7151 +f 3591/3721/7147 3548/3678/7151 3547/3677/7152 3580/3710/7153 +f 3552/3682/7154 3547/3677/7152 3562/3692/7155 3560/3690/7156 +f 3580/3710/7153 3547/3677/7152 3552/3682/7154 3577/3707/7157 +f 3552/3682/7154 3560/3690/7156 3558/3688/7158 3556/3686/7159 +f 3556/3686/7159 3554/3684/7160 3552/3682/7154 +f 3577/3707/7157 3552/3682/7154 3563/3693/7161 3566/3696/7162 +f 3566/3696/7162 3563/3693/7161 3576/3706/7163 3574/3704/7164 +f 3566/3696/7162 3574/3704/7164 3572/3702/7165 3570/3700/7166 +f 3566/3696/7162 3570/3700/7166 3568/3698/7167 +f 3590/3720/7168 3588/3718/7169 3577/3707/7157 +f 3577/3707/7157 3588/3718/7169 3586/3716/7170 3584/3714/7171 +f 3577/3707/7157 3584/3714/7171 3582/3712/7172 3580/3710/7153 s 7 -f 18221/18403/27815 18179/18309/27816 18222/18405/27817 18224/18407/27818 -f 18193/18335/27819 18179/18309/27816 18221/18403/27815 18194/18341/27820 -f 18179/18309/27816 18193/18335/27819 18180/18313/27821 18178/18305/27822 -f 18221/18403/27815 18224/18407/27818 18226/18409/27823 18228/18411/27824 -f 18228/18411/27824 18230/18413/27825 18221/18403/27815 -f 18194/18341/27820 18221/18403/27815 18208/18392/27826 18207/18389/27827 -f 18207/18389/27827 18208/18392/27826 18210/18391/27828 18212/18395/27829 -f 18207/18389/27827 18212/18395/27829 18214/18397/27830 18216/18399/27831 -f 18207/18389/27827 18216/18399/27831 18218/18401/27832 -f 18196/18339/27833 18198/18348/27834 18194/18341/27820 -f 18194/18341/27820 18198/18348/27834 18200/18351/27835 18202/18355/27836 -f 18194/18341/27820 18202/18355/27836 18204/18387/27837 18193/18335/27819 -f 18182/18311/27838 18184/18320/27839 18180/18313/27821 -f 18180/18313/27821 18184/18320/27839 18186/18323/27840 18188/18327/27841 -f 18180/18313/27821 18188/18327/27841 18190/18331/27842 18178/18305/27822 +f 3592/3777/7173 3550/3683/7174 3593/3779/7175 3595/3781/7176 +f 3564/3709/7177 3550/3683/7174 3592/3777/7173 3565/3715/7178 +f 3550/3683/7174 3564/3709/7177 3551/3687/7179 3549/3679/7180 +f 3592/3777/7173 3595/3781/7176 3597/3783/7181 3599/3785/7182 +f 3599/3785/7182 3601/3787/7183 3592/3777/7173 +f 3565/3715/7178 3592/3777/7173 3579/3766/7184 3578/3763/7185 +f 3578/3763/7185 3579/3766/7184 3581/3765/7186 3583/3769/7187 +f 3578/3763/7185 3583/3769/7187 3585/3771/7188 3587/3773/7189 +f 3578/3763/7185 3587/3773/7189 3589/3775/7190 +f 3567/3713/7191 3569/3722/7192 3565/3715/7178 +f 3565/3715/7178 3569/3722/7192 3571/3725/7193 3573/3729/7194 +f 3565/3715/7178 3573/3729/7194 3575/3761/7195 3564/3709/7177 +f 3553/3685/7196 3555/3694/7197 3551/3687/7179 +f 3551/3687/7179 3555/3694/7197 3557/3697/7198 3559/3701/7199 +f 3551/3687/7179 3559/3701/7199 3561/3705/7200 3549/3679/7180 s 1 -f 18232/18359/27732 18176/18303/27843 18177/18304/27844 18233/18360/27733 -f 18234/18361/27778 18233/18360/27733 18177/18304/27844 18223/18350/27845 -f 18235/18362/27780 18234/18361/27778 18223/18350/27845 18225/18352/27846 -f 18236/18363/27782 18235/18362/27780 18225/18352/27846 18227/18354/27847 -f 18237/18364/27784 18236/18363/27782 18227/18354/27847 18229/18356/27848 -f 18238/18365/27786 18237/18364/27784 18229/18356/27848 18231/18358/27849 -f 18239/18366/27776 18238/18365/27786 18231/18358/27849 18220/18347/27850 -f 18240/18367/27765 18239/18366/27776 18220/18347/27850 18209/18336/27851 -f 18241/18368/27766 18240/18367/27765 18209/18336/27851 18211/18338/27852 -f 18242/18369/27768 18241/18368/27766 18211/18338/27852 18213/18340/27853 -f 18243/18370/27770 18242/18369/27768 18213/18340/27853 18215/18342/27854 -f 18244/18371/27772 18243/18370/27770 18215/18342/27854 18217/18344/27855 -f 18245/18372/27774 18244/18371/27772 18217/18344/27855 18219/18346/27856 -f 18246/18373/27762 18245/18372/27774 18219/18346/27856 18206/18333/27857 -f 18247/18374/27751 18246/18373/27762 18206/18333/27857 18195/18322/27858 -f 18248/18375/27752 18247/18374/27751 18195/18322/27858 18197/18324/27859 -f 18249/18376/27754 18248/18375/27752 18197/18324/27859 18199/18326/27860 -f 18250/18377/27756 18249/18376/27754 18199/18326/27860 18201/18328/27861 -f 18251/18378/27758 18250/18377/27756 18201/18328/27861 18203/18330/27862 -f 18252/18379/27760 18251/18378/27758 18203/18330/27862 18205/18332/27863 -f 18253/18380/27748 18252/18379/27760 18205/18332/27863 18192/18319/27864 -f 18254/18381/27737 18253/18380/27748 18192/18319/27864 18181/18308/27865 -f 18255/18382/27738 18254/18381/27737 18181/18308/27865 18183/18310/27866 -f 18256/18383/27740 18255/18382/27738 18183/18310/27866 18185/18312/27867 -f 18257/18384/27742 18256/18383/27740 18185/18312/27867 18187/18314/27868 -f 18258/18385/27744 18257/18384/27742 18187/18314/27868 18189/18316/27869 -f 18259/18386/27746 18258/18385/27744 18189/18316/27869 18191/18318/27870 -f 18232/18359/27732 18259/18386/27746 18191/18318/27870 18176/18303/27843 +f 3603/3733/7090 3547/3677/7201 3548/3678/7202 3604/3734/7091 +f 3605/3735/7136 3604/3734/7091 3548/3678/7202 3594/3724/7203 +f 3606/3736/7138 3605/3735/7136 3594/3724/7203 3596/3726/7204 +f 3607/3737/7140 3606/3736/7138 3596/3726/7204 3598/3728/7205 +f 3608/3738/7142 3607/3737/7140 3598/3728/7205 3600/3730/7206 +f 3609/3739/7144 3608/3738/7142 3600/3730/7206 3602/3732/7207 +f 3610/3740/7134 3609/3739/7144 3602/3732/7207 3591/3721/7208 +f 3611/3741/7123 3610/3740/7134 3591/3721/7208 3580/3710/7209 +f 3612/3742/7124 3611/3741/7123 3580/3710/7209 3582/3712/7210 +f 3613/3743/7126 3612/3742/7124 3582/3712/7210 3584/3714/7211 +f 3614/3744/7128 3613/3743/7126 3584/3714/7211 3586/3716/7212 +f 3615/3745/7130 3614/3744/7128 3586/3716/7212 3588/3718/7213 +f 3616/3746/7132 3615/3745/7130 3588/3718/7213 3590/3720/7214 +f 3617/3747/7120 3616/3746/7132 3590/3720/7214 3577/3707/7215 +f 3618/3748/7109 3617/3747/7120 3577/3707/7215 3566/3696/7216 +f 3619/3749/7110 3618/3748/7109 3566/3696/7216 3568/3698/7217 +f 3620/3750/7112 3619/3749/7110 3568/3698/7217 3570/3700/7218 +f 3621/3751/7114 3620/3750/7112 3570/3700/7218 3572/3702/7219 +f 3622/3752/7116 3621/3751/7114 3572/3702/7219 3574/3704/7220 +f 3623/3753/7118 3622/3752/7116 3574/3704/7220 3576/3706/7221 +f 3624/3754/7106 3623/3753/7118 3576/3706/7221 3563/3693/7222 +f 3625/3755/7095 3624/3754/7106 3563/3693/7222 3552/3682/7223 +f 3626/3756/7096 3625/3755/7095 3552/3682/7223 3554/3684/7224 +f 3627/3757/7098 3626/3756/7096 3554/3684/7224 3556/3686/7225 +f 3628/3758/7100 3627/3757/7098 3556/3686/7225 3558/3688/7226 +f 3629/3759/7102 3628/3758/7100 3558/3688/7226 3560/3690/7227 +f 3630/3760/7104 3629/3759/7102 3560/3690/7227 3562/3692/7228 +f 3603/3733/7090 3630/3760/7104 3562/3692/7228 3547/3677/7201 -- cgit v1.2.3 From 1a8e9732187fc4a6cacc5eccbc75c7790cc330ea Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:38:00 -0800 Subject: Updated Eryone Thinker name to include Series in the name --- resources/definitions/eryone_thinker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 79d554542e..9b0029a7db 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Eryone Thinker", + "name": "Eryone Thinker Series", "inherits": "fdmprinter", "metadata": { -- cgit v1.2.3 From 33e6dd296bdcbae3f591b3f572ab1e2c335376a2 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:38:17 -0800 Subject: Update eryone_thinker.def.json --- resources/definitions/eryone_thinker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 9b0029a7db..f3c763ca39 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -25,7 +25,7 @@ "overrides": { "machine_name": { - "default_value": "Eryone Thinker" + "default_value": "Eryone Thinker Series" }, "machine_heated_bed": { "default_value": true -- cgit v1.2.3 From 362d1b4bb0359f0863d415e1292ef8553580a61f Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:11:55 -0700 Subject: Improve End GCode Ensure we disable bed temp and turn off all fans. Move the nozzle up by 0.5mm and retract to remove wipe on model top layer. --- resources/definitions/eryone_thinker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index f3c763ca39..6534b8c471 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -60,7 +60,7 @@ "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nG5 ;enable resume from power failure\nM117 Printing..." }, "machine_end_gcode": { - "default_value": "M104 S0\nM140 S0 ;Retract the filament\nG92 E1\nG1 E-5 F300\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 E-5 F300\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" }, "acceleration_enabled": { "value": true -- cgit v1.2.3 From 903ce7f309d91872f4a4283c85821ea58c57f7c2 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:34:30 -0700 Subject: Minor fixes to start and end gcode --- resources/definitions/eryone_thinker.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 6534b8c471..e3c38af52b 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -57,10 +57,10 @@ "default_value": "Marlin" }, "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nG5 ;enable resume from power failure\nM117 Printing..." + "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." }, "machine_end_gcode": { - "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 E-5 F300\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" }, "acceleration_enabled": { "value": true -- cgit v1.2.3 From 65cb518661062d4d767a9d385b06923ec24cb0d6 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:24:43 -0700 Subject: Eryone Thinker Profile improvements. Adding Extra Fast profile. Added acceleration speed for Fast. Minor updates to definition for default material to be Eryone PLA and some other setting to work better with profiles. --- resources/definitions/eryone_thinker.def.json | 6 ++-- .../eryone_thinker_extra_fast.inst.cfg | 37 ++++++++++++++++++++++ .../eryone_thinker/eryone_thinker_fast.inst.cfg | 4 ++- .../eryone_thinker/eryone_thinker_high.inst.cfg | 2 +- .../eryone_thinker/eryone_thinker_normal.inst.cfg | 2 +- 5 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index e3c38af52b..fc09b180e2 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -12,7 +12,7 @@ "platform_texture": "eryone_thinker_plate.png", "platform_offset": [0, -120, 0], "has_materials": true, - "preferred_material": "generic_pla", + "preferred_material": "eryone_pla", "has_machine_quality": true, "preferred_quality_type": "normal", "machine_extruder_trains": @@ -160,7 +160,7 @@ "value": 10 }, "skirt_brim_speed": { - "value": 40 + "value": "math.ceil(speed_print * 40 / 60)" }, "skirt_gap": { "value": 5 @@ -229,7 +229,7 @@ "value": 3 }, "wall_thickness": { - "value": "1.2" + "value": "line_width * wall_line_count" }, "bottom_layers": { "value": "4" diff --git a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg new file mode 100644 index 0000000000..a824d8f84a --- /dev/null +++ b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg @@ -0,0 +1,37 @@ +[general] +version = 4 +name = Extra Fast +definition = eryone_thinker + +[metadata] +setting_version = 17 +type = quality +quality_type = verydraft +weight = -3 +global_quality = True + +[values] +acceleration_print = 1500 +acceleration_travel = 3000 +infill_sparse_density = 10 +initial_layer_line_width_factor = 100.0 +layer_height = 0.3 +layer_height_0 = =layer_height +material_bed_temperature = =default_material_bed_temperature +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) +skirt_brim_speed = =math.ceil(speed_print * 40 / 50) +speed_print = 100.0 +speed_infill = =math.ceil(speed_print * 60 / 50) +speed_topbottom = =math.ceil(speed_print * 40 / 50) +speed_travel = =speed_print if magic_spiralize else 150 +speed_layer_0 = =math.ceil(speed_print * 40 / 50) +speed_wall_0 = =math.ceil(speed_print * 40 / 50) +speed_wall_x = =math.ceil(speed_print * 60 / 50) +speed_z_hop = =math.ceil(speed_print * 30 / 60) +top_layers = 4 +bottom_layers = 2 +wall_line_count = 2 diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index 54481db347..5c650f3c22 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -4,13 +4,15 @@ name = Fast definition = eryone_thinker [metadata] -setting_version = 16 +setting_version = 17 type = quality quality_type = fast weight = -1 global_quality = True [values] +acceleration_print = 1500 +acceleration_travel = 3000 infill_sparse_density = 15 initial_layer_line_width_factor = 100.0 layer_height = 0.3 diff --git a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg index c5d782cf1c..057b9dcb53 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg @@ -4,7 +4,7 @@ name = High definition = eryone_thinker [metadata] -setting_version = 16 +setting_version = 17 type = quality quality_type = high weight = 1 diff --git a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg index e53017db92..667d72fe09 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg @@ -4,7 +4,7 @@ name = Normal definition = eryone_thinker [metadata] -setting_version = 16 +setting_version = 17 type = quality quality_type = normal weight = 0 -- cgit v1.2.3 From 9e4104b6a64f48d66fe406c57517bc763ab82ffe Mon Sep 17 00:00:00 2001 From: Eryone Date: Fri, 10 Sep 2021 16:58:37 +0800 Subject: Delete eryone_thinker.def.json --- resources/definitions/eryone_thinker.def.json | 253 -------------------------- 1 file changed, 253 deletions(-) delete mode 100644 resources/definitions/eryone_thinker.def.json (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json deleted file mode 100644 index fc09b180e2..0000000000 --- a/resources/definitions/eryone_thinker.def.json +++ /dev/null @@ -1,253 +0,0 @@ -{ - "version": 2, - "name": "Eryone Thinker Series", - "inherits": "fdmprinter", - "metadata": - { - "visible": true, - "author": "Demetrius Apostolopoulos", - "manufacturer": "Eryone", - "file_formats": "text/x-gcode", - "platform": "eryone_thinker_platform.obj", - "platform_texture": "eryone_thinker_plate.png", - "platform_offset": [0, -120, 0], - "has_materials": true, - "preferred_material": "eryone_pla", - "has_machine_quality": true, - "preferred_quality_type": "normal", - "machine_extruder_trains": - { - "0": "eryone_thinker_extruder_0" - }, - "first_start_actions": ["MachineSettingsAction"] - }, - - "overrides": - { - "machine_name": { - "default_value": "Eryone Thinker Series" - }, - "machine_heated_bed": { - "default_value": true - }, - "machine_width": { - "default_value": 300 - }, - "machine_height": { - "default_value": 400 - }, - "machine_depth": { - "default_value": 300 - }, - "machine_center_is_zero": { - "default_value": false - }, - "machine_head_with_fans_polygon": { - "default_value": [ - [-20, 30], - [-20, -20], - [20, -20], - [20, 30] - ] - }, - "gantry_height": { - "value": 30 - }, - "machine_gcode_flavor": { - "default_value": "Marlin" - }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." - }, - "machine_end_gcode": { - "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" - }, - "acceleration_enabled": { - "value": true - }, - "acceleration_print": { - "value": 750 - }, - "acceleration_travel": { - "value": 1500 - }, - "adhesion_type": { - "value": "'skirt'" - }, - "brim_width": { - "value": 5 - }, - "cool_fan_full_at_height": { - "value": 0.5 - }, - "cool_fan_speed": { - "value": 100 - }, - "cool_fan_speed_0": { - "value": 0 - }, - "infill_overlap": { - "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", - "maximum_value_warning": 100, - "minimum_value_warning": -50 - }, - "infill_pattern": { - "value": "'lines' if infill_sparse_density > 25 else 'grid'" - }, - "infill_sparse_density": { - "value": 20 - }, - "initial_layer_line_width_factor": { - "value": 120 - }, - "infill_before_walls": { - "value": false - }, - "jerk_enabled": { - "value": true - }, - "jerk_print": { - "value": 10 - }, - "jerk_travel": { - "value": 15 - }, - "material_bed_temperature": { - "maximum_value_warning": 100 - }, - "material_print_temperature": { - "maximum_value_warning": 250 - }, - "optimize_wall_printing_order": { - "default_value": true - }, - "outer_inset_first": { - "default_value": false - }, - "retract_at_layer_change": { - "value": true - }, - "retraction_amount": { - "default_value": 4 - }, - "retraction_hop": { - "value": 0.075 - }, - "retraction_hop_enabled": { - "value": false - }, - "retraction_hop_only_when_collides": { - "value": true - }, - "retraction_min_travel": { - "value": 1.5 - }, - "retraction_speed": { - "default_value": 85, - "maximum_value_warning": 100 - }, - "retraction_retract_speed": { - "maximum_value_warning": 130 - }, - "retraction_prime_speed": { - "value": "math.ceil(retraction_speed * 0.4)", - "maximum_value_warning": 130 - }, - "retraction_combing": { - "value": "'off' if retraction_hop_enabled else 'noskin'" - }, - "skin_overlap": { - "value": 10 - }, - "skirt_brim_speed": { - "value": "math.ceil(speed_print * 40 / 60)" - }, - "skirt_gap": { - "value": 5 - }, - "skirt_line_count": { - "value": 3 - }, - "speed_infill": { - "value": "speed_print" - }, - "speed_topbottom": { - "value": "math.ceil(speed_print * 20 / 50)" - }, - "speed_travel": { - "value": "120" - }, - "speed_layer_0": { - "value": "math.ceil(speed_print * 30 / 50)" - }, - "speed_wall": { - "value": "speed_print" - }, - "speed_wall_0": { - "value": "math.ceil(speed_print * 30 / 50)" - }, - "speed_wall_x": { - "value": "speed_print" - }, - "support_angle": { - "value": 50 - }, - "support_enable": { - "default_value": false - }, - "support_interface_enable": { - "value": true - }, - "support_pattern": { - "value": "'triangles'" - }, - "support_roof_enable": { - "value": true - }, - "support_type": { - "value": "'everywhere'" - }, - "support_use_towers": { - "value": false - }, - "support_z_distance": { - "value": 0.3 - }, - "support_xy_distance": { - "value": 0.7 - }, - "support_xy_distance_overhang": { - "value": 0.2 - }, - "smooth_spiralized_contours": { - "value": false - }, - "travel_retract_before_outer_wall": { - "value": true - }, - "wall_line_count": { - "value": 3 - }, - "wall_thickness": { - "value": "line_width * wall_line_count" - }, - "bottom_layers": { - "value": "4" - }, - "bottom_thickness":{ - "value": "layer_height * bottom_layers" - }, - "top_layers": { - "value": "6" - }, - "top_thickness":{ - "value": "layer_height * top_layers" - }, - "z_seam_type": { - "value": "'shortest'" - }, - "z_seam_corner": { - "value": "'z_seam_corner_inner'" - } - } -} -- cgit v1.2.3 From 29c21c1e13250b782a2c471fcdc36d82bcf9830a Mon Sep 17 00:00:00 2001 From: Eryone Date: Fri, 10 Sep 2021 17:05:56 +0800 Subject: Create eryone_thinker.def.json --- resources/definitions/eryone_thinker.def.json | 253 ++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 resources/definitions/eryone_thinker.def.json (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json new file mode 100644 index 0000000000..3f02c08f7e --- /dev/null +++ b/resources/definitions/eryone_thinker.def.json @@ -0,0 +1,253 @@ +{ + "version": 2, + "name": "Eryone Thinker Series", + "inherits": "fdmprinter", + "metadata": + { + "visible": true, + "author": "Demetrius Apostolopoulos", + "manufacturer": "Eryone", + "file_formats": "text/x-gcode", + "platform": "eryone_thinker_platform.obj", + "platform_texture": "eryone_thinker_plate.png", + "platform_offset": [0, -120, 0], + "has_materials": true, + "preferred_material": "generic_pla", + "has_machine_quality": true, + "preferred_quality_type": "normal", + "machine_extruder_trains": + { + "0": "eryone_thinker_extruder_0" + }, + "first_start_actions": ["MachineSettingsAction"] + }, + + "overrides": + { + "machine_name": { + "default_value": "Eryone Thinker Series" + }, + "machine_heated_bed": { + "default_value": true + }, + "machine_width": { + "default_value": 300 + }, + "machine_height": { + "default_value": 400 + }, + "machine_depth": { + "default_value": 300 + }, + "machine_center_is_zero": { + "default_value": false + }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-20, 30], + [-20, -20], + [20, -20], + [20, 30] + ] + }, + "gantry_height": { + "value": 30 + }, + "machine_gcode_flavor": { + "default_value": "Marlin" + }, + "machine_start_gcode": { + "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nG5 ;enable resume from power failure\nM117 Printing..." + }, + "machine_end_gcode": { + "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 E-5 F300\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + }, + "acceleration_enabled": { + "value": true + }, + "acceleration_print": { + "value": 750 + }, + "acceleration_travel": { + "value": 1500 + }, + "adhesion_type": { + "value": "'skirt'" + }, + "brim_width": { + "value": 5 + }, + "cool_fan_full_at_height": { + "value": 0.5 + }, + "cool_fan_speed": { + "value": 100 + }, + "cool_fan_speed_0": { + "value": 0 + }, + "infill_overlap": { + "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", + "maximum_value_warning": 100, + "minimum_value_warning": -50 + }, + "infill_pattern": { + "value": "'lines' if infill_sparse_density > 25 else 'grid'" + }, + "infill_sparse_density": { + "value": 20 + }, + "initial_layer_line_width_factor": { + "value": 120 + }, + "infill_before_walls": { + "value": false + }, + "jerk_enabled": { + "value": true + }, + "jerk_print": { + "value": 10 + }, + "jerk_travel": { + "value": 15 + }, + "material_bed_temperature": { + "maximum_value_warning": 100 + }, + "material_print_temperature": { + "maximum_value_warning": 250 + }, + "optimize_wall_printing_order": { + "default_value": true + }, + "outer_inset_first": { + "default_value": false + }, + "retract_at_layer_change": { + "value": true + }, + "retraction_amount": { + "default_value": 4 + }, + "retraction_hop": { + "value": 0.075 + }, + "retraction_hop_enabled": { + "value": false + }, + "retraction_hop_only_when_collides": { + "value": true + }, + "retraction_min_travel": { + "value": 1.5 + }, + "retraction_speed": { + "default_value": 85, + "maximum_value_warning": 100 + }, + "retraction_retract_speed": { + "maximum_value_warning": 130 + }, + "retraction_prime_speed": { + "value": "math.ceil(retraction_speed * 0.4)", + "maximum_value_warning": 130 + }, + "retraction_combing": { + "value": "'off' if retraction_hop_enabled else 'noskin'" + }, + "skin_overlap": { + "value": 10 + }, + "skirt_brim_speed": { + "value": 40 + }, + "skirt_gap": { + "value": 5 + }, + "skirt_line_count": { + "value": 3 + }, + "speed_infill": { + "value": "speed_print" + }, + "speed_topbottom": { + "value": "math.ceil(speed_print * 20 / 50)" + }, + "speed_travel": { + "value": "120" + }, + "speed_layer_0": { + "value": "math.ceil(speed_print * 30 / 50)" + }, + "speed_wall": { + "value": "speed_print" + }, + "speed_wall_0": { + "value": "math.ceil(speed_print * 30 / 50)" + }, + "speed_wall_x": { + "value": "speed_print" + }, + "support_angle": { + "value": 50 + }, + "support_enable": { + "default_value": false + }, + "support_interface_enable": { + "value": true + }, + "support_pattern": { + "value": "'triangles'" + }, + "support_roof_enable": { + "value": true + }, + "support_type": { + "value": "'everywhere'" + }, + "support_use_towers": { + "value": false + }, + "support_z_distance": { + "value": 0.3 + }, + "support_xy_distance": { + "value": 0.7 + }, + "support_xy_distance_overhang": { + "value": 0.2 + }, + "smooth_spiralized_contours": { + "value": false + }, + "travel_retract_before_outer_wall": { + "value": true + }, + "wall_line_count": { + "value": 3 + }, + "wall_thickness": { + "value": "1.2" + }, + "bottom_layers": { + "value": "4" + }, + "bottom_thickness":{ + "value": "layer_height * bottom_layers" + }, + "top_layers": { + "value": "6" + }, + "top_thickness":{ + "value": "layer_height * top_layers" + }, + "z_seam_type": { + "value": "'shortest'" + }, + "z_seam_corner": { + "value": "'z_seam_corner_inner'" + } + } +} \ No newline at end of file -- cgit v1.2.3 From ef9d7da55d44c73fe191aee6f4f3946bde2f6e2c Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Fri, 10 Sep 2021 18:19:45 -0700 Subject: Updating Eryone Thinker Definition Added changes again due to for reconcile stomping the original --- resources/definitions/eryone_thinker.def.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 3f02c08f7e..f5487f986a 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -12,7 +12,7 @@ "platform_texture": "eryone_thinker_plate.png", "platform_offset": [0, -120, 0], "has_materials": true, - "preferred_material": "generic_pla", + "preferred_material": "eryone_pla", "has_machine_quality": true, "preferred_quality_type": "normal", "machine_extruder_trains": @@ -57,10 +57,10 @@ "default_value": "Marlin" }, "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nG5 ;enable resume from power failure\nM117 Printing..." + "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." }, "machine_end_gcode": { - "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 E-5 F300\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" }, "acceleration_enabled": { "value": true @@ -160,7 +160,7 @@ "value": 10 }, "skirt_brim_speed": { - "value": 40 + "value": "math.ceil(speed_print * 40 / 60)" }, "skirt_gap": { "value": 5 @@ -229,7 +229,7 @@ "value": 3 }, "wall_thickness": { - "value": "1.2" + "value": "line_width * wall_line_count" }, "bottom_layers": { "value": "4" -- cgit v1.2.3 From e705cb0d4b93c744fc5fcc22ee0992c2f72f42ed Mon Sep 17 00:00:00 2001 From: Eryone Date: Thu, 23 Sep 2021 17:37:17 +0800 Subject: Update eryone_thinker_fast.inst.cfg Update the layer height of profile_fast to 0.25mm --- resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index 5c650f3c22..125fc1e15a 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -15,7 +15,7 @@ acceleration_print = 1500 acceleration_travel = 3000 infill_sparse_density = 15 initial_layer_line_width_factor = 100.0 -layer_height = 0.3 +layer_height = 0.25 layer_height_0 = =layer_height material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature -- cgit v1.2.3 From 3e982df6b9d5fe62d3396018f242ad5af8c8bb8b Mon Sep 17 00:00:00 2001 From: Eryone <40707672+Eryone@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:40:33 +0800 Subject: Update eryone_thinker_fast.inst.cfg Update the layer_height to 0.25mm --- resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index 5c650f3c22..125fc1e15a 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -15,7 +15,7 @@ acceleration_print = 1500 acceleration_travel = 3000 infill_sparse_density = 15 initial_layer_line_width_factor = 100.0 -layer_height = 0.3 +layer_height = 0.25 layer_height_0 = =layer_height material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature -- cgit v1.2.3 From 4e71dd8ba8fbda2e418ccbf875f995a79fc87301 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:55:28 -0700 Subject: Improving the Eryone Thinker setup Set Definition to use Monotonic skin by default Add Fine profile at 0.1 layer height Change High to 0.15 layer height and number of layers to match Change Fast to 0.25 layer height and number of layers to match --- resources/definitions/eryone_thinker.def.json | 3 +++ .../eryone_thinker/eryone_thinker_fast.inst.cfg | 8 +++--- .../eryone_thinker/eryone_thinker_fine.inst.cfg | 30 ++++++++++++++++++++++ .../eryone_thinker/eryone_thinker_high.inst.cfg | 8 +++--- 4 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index f5487f986a..1dff099363 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -156,6 +156,9 @@ "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "skin_monotonic": { + "value": true + }, "skin_overlap": { "value": 10 }, diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index 5c650f3c22..fcd9f0f7af 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -14,8 +14,8 @@ global_quality = True acceleration_print = 1500 acceleration_travel = 3000 infill_sparse_density = 15 -initial_layer_line_width_factor = 100.0 -layer_height = 0.3 +initial_layer_line_width_factor = 110.0 +layer_height = 0.25 layer_height_0 = =layer_height material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature @@ -28,6 +28,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 60) speed_travel = =speed_print if magic_spiralize else 150 speed_wall_x = =math.ceil(speed_print * 80 / 60) speed_z_hop = =math.ceil(speed_print * 30 / 60) -top_layers = 4 -bottom_layers = 2 +top_layers = 5 +bottom_layers = 3 wall_line_count = 2 diff --git a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg new file mode 100644 index 0000000000..a87524a147 --- /dev/null +++ b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Fine +definition = eryone_thinker + +[metadata] +setting_version = 17 +type = quality +quality_type = fine +weight = 2 +global_quality = True + +[values] +alternate_extra_perimeter = true +infill_sparse_density = 30 +initial_layer_line_width_factor = 130.0 +layer_height = 0.1 +layer_height_0 = =layer_height +material_bed_temperature = =default_material_bed_temperature +material_bed_temperature_layer_0 = =material_bed_temperature +material_final_print_temperature = =material_print_temperature +material_initial_print_temperature = =material_print_temperature +material_print_temperature = =default_material_print_temperature +material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) +speed_print = 40.0 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_travel = =speed_print if magic_spiralize else 100 +speed_z_hop = =math.ceil(speed_print * 30 / 60) +top_layers = 12 +bottom_layers = 8 diff --git a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg index 057b9dcb53..df960b4fff 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg @@ -13,8 +13,8 @@ global_quality = True [values] alternate_extra_perimeter = true infill_sparse_density = 25 -initial_layer_line_width_factor = 130.0 -layer_height = 0.1 +initial_layer_line_width_factor = 125.0 +layer_height = 0.15 layer_height_0 = =layer_height material_bed_temperature = =default_material_bed_temperature material_bed_temperature_layer_0 = =material_bed_temperature @@ -26,5 +26,5 @@ speed_print = 50.0 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = =speed_print if magic_spiralize else 100 speed_z_hop = =math.ceil(speed_print * 30 / 60) -top_layers = 12 -bottom_layers = 8 +top_layers = 8 +bottom_layers = 6 -- cgit v1.2.3 From f77b4e0d67cecd6e062a29ca323b39449c8ab4f7 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Thu, 23 Sep 2021 15:10:59 -0700 Subject: Eryone Thinker Profile update, resolving merge --- resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index 125fc1e15a..fcd9f0f7af 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -14,7 +14,7 @@ global_quality = True acceleration_print = 1500 acceleration_travel = 3000 infill_sparse_density = 15 -initial_layer_line_width_factor = 100.0 +initial_layer_line_width_factor = 110.0 layer_height = 0.25 layer_height_0 = =layer_height material_bed_temperature = =default_material_bed_temperature @@ -28,6 +28,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 60) speed_travel = =speed_print if magic_spiralize else 150 speed_wall_x = =math.ceil(speed_print * 80 / 60) speed_z_hop = =math.ceil(speed_print * 30 / 60) -top_layers = 4 -bottom_layers = 2 +top_layers = 5 +bottom_layers = 3 wall_line_count = 2 -- cgit v1.2.3 From 21c5469ce21a31229110bef83a5df91ccc7a03b6 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:05:56 -0700 Subject: Eryone Thinker Profile Definition & Quality Clean up Move all the Normal settings into the core definitions Move share setting into definition to reduce redundant values for quality profiles Remove values from definition that match the default fdmprinter definition for easier maintence. Change definition to only support Monotonic order on top Roof layer. --- resources/definitions/eryone_thinker.def.json | 240 +++++++++++---------- .../eryone_thinker_extra_fast.inst.cfg | 8 - .../eryone_thinker/eryone_thinker_fast.inst.cfg | 8 - .../eryone_thinker/eryone_thinker_fine.inst.cfg | 8 - .../eryone_thinker/eryone_thinker_high.inst.cfg | 8 - .../eryone_thinker/eryone_thinker_normal.inst.cfg | 17 -- 6 files changed, 121 insertions(+), 168 deletions(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 1dff099363..c3a929dbda 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -54,7 +54,7 @@ "value": 30 }, "machine_gcode_flavor": { - "default_value": "Marlin" + "default_value": "RepRap (Marlin/Sprinter)" }, "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." @@ -62,85 +62,135 @@ "machine_end_gcode": { "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" }, - "acceleration_enabled": { - "value": true + "layer_height_0": { + "value": "max(0.1, min(extruderValues('layer_height')))" }, - "acceleration_print": { - "value": 750 + "layer_height": { + "value": 0.2 }, - "acceleration_travel": { - "value": 1500 + "initial_layer_line_width_factor": { + "value": 120 }, - "adhesion_type": { - "value": "'skirt'" + "wall_line_count": { + "value": 3 }, - "brim_width": { - "value": 5 + "wall_thickness": { + "value": "line_width * wall_line_count" }, - "cool_fan_full_at_height": { - "value": 0.5 + "optimize_wall_printing_order": { + "default_value": true }, - "cool_fan_speed": { - "value": 100 + "outer_inset_first": { + "default_value": false }, - "cool_fan_speed_0": { - "value": 0 + "z_seam_type": { + "value": "'shortest'" }, - "infill_overlap": { - "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", - "maximum_value_warning": 100, - "minimum_value_warning": -50 + "z_seam_corner": { + "value": "'z_seam_corner_inner'" }, - "infill_pattern": { - "value": "'lines' if infill_sparse_density > 25 else 'grid'" + "roofing_layer_count": { + "value": 1 + }, + "top_layers": { + "value": 6 + }, + "top_thickness":{ + "value": "layer_height * top_layers" + }, + "bottom_layers": { + "value": 4 + }, + "bottom_thickness":{ + "value": "layer_height * bottom_layers" + }, + "skin_overlap": { + "value": 10 }, "infill_sparse_density": { "value": 20 }, - "initial_layer_line_width_factor": { - "value": 120 + "infill_pattern": { + "value": "'lines' if infill_sparse_density > 25 else 'grid'" + }, + "infill_overlap": { + "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, "infill_before_walls": { "value": false }, - "jerk_enabled": { - "value": true + "material_print_temperature": { + "value": "default_material_print_temperature", + "maximum_value_warning": 250 }, - "jerk_print": { - "value": 10 + "material_print_temperature_layer_0": { + "value": "material_print_temperature + 5", + "maximum_value_warning": 250 }, - "jerk_travel": { - "value": 15 + "material_initial_print_temperature": { + "value": "material_print_temperature", + "maximum_value_warning": 250 + }, + "material_final_print_temperature": { + "value": "material_print_temperature" }, "material_bed_temperature": { + "value": "default_material_bed_temperature", "maximum_value_warning": 100 }, - "material_print_temperature": { - "maximum_value_warning": 250 + "material_bed_temperature_layer_0": { + "value": "material_bed_temperature" }, - "optimize_wall_printing_order": { - "default_value": true + "speed_infill": { + "value": "speed_print" }, - "outer_inset_first": { - "default_value": false + "speed_wall": { + "value": "speed_print" }, - "retract_at_layer_change": { + "speed_wall_0": { + "value": "math.ceil(speed_print * 30 / 50)" + }, + "speed_wall_x": { + "value": "speed_print" + }, + "speed_topbottom": { + "value": "math.ceil(speed_print * 20 / 50)" + }, + "speed_travel": { + "value": "speed_print if magic_spiralize else 120" + }, + "speed_layer_0": { + "value": "math.ceil(speed_print * 30 / 50)" + }, + "skirt_brim_speed": { + "value": "math.ceil(speed_print * 40 / 60)" + }, + "speed_z_hop": { + "value": "math.ceil(speed_print * 30 / 60)" + }, + "acceleration_enabled": { "value": true }, - "retraction_amount": { - "default_value": 4 + "acceleration_print": { + "value": 750 }, - "retraction_hop": { - "value": 0.075 + "acceleration_travel": { + "value": 1500 }, - "retraction_hop_enabled": { - "value": false + "jerk_enabled": { + "value": true }, - "retraction_hop_only_when_collides": { + "jerk_print": { + "value": 10 + }, + "jerk_travel": { + "value": 15 + }, + "retract_at_layer_change": { "value": true }, - "retraction_min_travel": { - "value": 1.5 + "retraction_amount": { + "default_value": 4.5 }, "retraction_speed": { "default_value": 85, @@ -153,104 +203,56 @@ "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 }, + "retraction_min_travel": { + "value": "max(line_width * 2, 1.5)" + }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, - "skin_monotonic": { + "travel_retract_before_outer_wall": { "value": true }, - "skin_overlap": { - "value": 10 - }, - "skirt_brim_speed": { - "value": "math.ceil(speed_print * 40 / 60)" - }, - "skirt_gap": { - "value": 5 - }, - "skirt_line_count": { - "value": 3 - }, - "speed_infill": { - "value": "speed_print" - }, - "speed_topbottom": { - "value": "math.ceil(speed_print * 20 / 50)" - }, - "speed_travel": { - "value": "120" - }, - "speed_layer_0": { - "value": "math.ceil(speed_print * 30 / 50)" - }, - "speed_wall": { - "value": "speed_print" + "retraction_hop_enabled": { + "value": false }, - "speed_wall_0": { - "value": "math.ceil(speed_print * 30 / 50)" + "retraction_hop_only_when_collides": { + "value": true }, - "speed_wall_x": { - "value": "speed_print" + "retraction_hop": { + "value": 0.1 }, - "support_angle": { - "value": 50 + "support_pattern": { + "value": "'triangles'" }, - "support_enable": { - "default_value": false + "support_z_distance": { + "value": 0.3 }, "support_interface_enable": { "value": true }, - "support_pattern": { - "value": "'triangles'" - }, "support_roof_enable": { "value": true }, - "support_type": { - "value": "'everywhere'" - }, "support_use_towers": { "value": false }, - "support_z_distance": { - "value": 0.3 + "adhesion_type": { + "value": "'skirt'" }, - "support_xy_distance": { - "value": 0.7 + "skirt_line_count": { + "value": 3 }, - "support_xy_distance_overhang": { - "value": 0.2 + "skirt_gap": { + "value": 5 + }, + "brim_width": { + "value": 5 }, "smooth_spiralized_contours": { "value": false }, - "travel_retract_before_outer_wall": { + "roofing_monotonic": { "value": true - }, - "wall_line_count": { - "value": 3 - }, - "wall_thickness": { - "value": "line_width * wall_line_count" - }, - "bottom_layers": { - "value": "4" - }, - "bottom_thickness":{ - "value": "layer_height * bottom_layers" - }, - "top_layers": { - "value": "6" - }, - "top_thickness":{ - "value": "layer_height * top_layers" - }, - "z_seam_type": { - "value": "'shortest'" - }, - "z_seam_corner": { - "value": "'z_seam_corner_inner'" } } } \ No newline at end of file diff --git a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg index a824d8f84a..28251b77ba 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg @@ -16,13 +16,6 @@ acceleration_travel = 3000 infill_sparse_density = 10 initial_layer_line_width_factor = 100.0 layer_height = 0.3 -layer_height_0 = =layer_height -material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0 = =material_bed_temperature -material_final_print_temperature = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) skirt_brim_speed = =math.ceil(speed_print * 40 / 50) speed_print = 100.0 speed_infill = =math.ceil(speed_print * 60 / 50) @@ -31,7 +24,6 @@ speed_travel = =speed_print if magic_spiralize else 150 speed_layer_0 = =math.ceil(speed_print * 40 / 50) speed_wall_0 = =math.ceil(speed_print * 40 / 50) speed_wall_x = =math.ceil(speed_print * 60 / 50) -speed_z_hop = =math.ceil(speed_print * 30 / 60) top_layers = 4 bottom_layers = 2 wall_line_count = 2 diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg index fcd9f0f7af..1e22aa1139 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -16,18 +16,10 @@ acceleration_travel = 3000 infill_sparse_density = 15 initial_layer_line_width_factor = 110.0 layer_height = 0.25 -layer_height_0 = =layer_height -material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0 = =material_bed_temperature -material_final_print_temperature = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) speed_infill = =math.ceil(speed_print * 80 / 60) speed_topbottom = =math.ceil(speed_print * 40 / 60) speed_travel = =speed_print if magic_spiralize else 150 speed_wall_x = =math.ceil(speed_print * 80 / 60) -speed_z_hop = =math.ceil(speed_print * 30 / 60) top_layers = 5 bottom_layers = 3 wall_line_count = 2 diff --git a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg index a87524a147..d128ae9f46 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg @@ -15,16 +15,8 @@ alternate_extra_perimeter = true infill_sparse_density = 30 initial_layer_line_width_factor = 130.0 layer_height = 0.1 -layer_height_0 = =layer_height -material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0 = =material_bed_temperature -material_final_print_temperature = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) speed_print = 40.0 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = =speed_print if magic_spiralize else 100 -speed_z_hop = =math.ceil(speed_print * 30 / 60) top_layers = 12 bottom_layers = 8 diff --git a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg index df960b4fff..91977c3ac4 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_high.inst.cfg @@ -15,16 +15,8 @@ alternate_extra_perimeter = true infill_sparse_density = 25 initial_layer_line_width_factor = 125.0 layer_height = 0.15 -layer_height_0 = =layer_height -material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0 = =material_bed_temperature -material_final_print_temperature = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) speed_print = 50.0 speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_travel = =speed_print if magic_spiralize else 100 -speed_z_hop = =math.ceil(speed_print * 30 / 60) top_layers = 8 bottom_layers = 6 diff --git a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg index 667d72fe09..b4eebe5396 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg @@ -9,20 +9,3 @@ type = quality quality_type = normal weight = 0 global_quality = True - -[values] -infill_sparse_density = 20 -initial_layer_line_width_factor = 120.0 -layer_height = 0.2 -layer_height_0 = =layer_height -material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0 = =material_bed_temperature -material_final_print_temperature = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) -speed_travel = =speed_print if magic_spiralize else 120 -speed_z_hop = =math.ceil(speed_print * 30 / 60) -top_layers = 6 -bottom_layers = 4 - -- cgit v1.2.3 From 876dea51876b49e868522074fbefc999bda58503 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:05:23 -0700 Subject: Fixing missing [values] from normal profile --- resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg index b4eebe5396..ad1d347cc2 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_normal.inst.cfg @@ -9,3 +9,5 @@ type = quality quality_type = normal weight = 0 global_quality = True + +[values] -- cgit v1.2.3 From f683e0de77b0a792a8e1382e19bbec8c56c0e47f Mon Sep 17 00:00:00 2001 From: Eryone <40707672+Eryone@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:14:59 +0800 Subject: Delete eryone_thinker_extra_fast.inst.cfg Conflict fix --- .../eryone_thinker_extra_fast.inst.cfg | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg deleted file mode 100644 index a824d8f84a..0000000000 --- a/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg +++ /dev/null @@ -1,37 +0,0 @@ -[general] -version = 4 -name = Extra Fast -definition = eryone_thinker - -[metadata] -setting_version = 17 -type = quality -quality_type = verydraft -weight = -3 -global_quality = True - -[values] -acceleration_print = 1500 -acceleration_travel = 3000 -infill_sparse_density = 10 -initial_layer_line_width_factor = 100.0 -layer_height = 0.3 -layer_height_0 = =layer_height -material_bed_temperature = =default_material_bed_temperature -material_bed_temperature_layer_0 = =material_bed_temperature -material_final_print_temperature = =material_print_temperature -material_initial_print_temperature = =material_print_temperature -material_print_temperature = =default_material_print_temperature -material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5) -skirt_brim_speed = =math.ceil(speed_print * 40 / 50) -speed_print = 100.0 -speed_infill = =math.ceil(speed_print * 60 / 50) -speed_topbottom = =math.ceil(speed_print * 40 / 50) -speed_travel = =speed_print if magic_spiralize else 150 -speed_layer_0 = =math.ceil(speed_print * 40 / 50) -speed_wall_0 = =math.ceil(speed_print * 40 / 50) -speed_wall_x = =math.ceil(speed_print * 60 / 50) -speed_z_hop = =math.ceil(speed_print * 30 / 60) -top_layers = 4 -bottom_layers = 2 -wall_line_count = 2 -- cgit v1.2.3 From 7ee67b08bfcb56fd2ab51875754256890528c5c4 Mon Sep 17 00:00:00 2001 From: Eryone <40707672+Eryone@users.noreply.github.com> Date: Fri, 22 Oct 2021 09:45:47 +0800 Subject: Update eryone_thinker_fine.inst.cfg Fix the setting version incorrectly. --- resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg index d128ae9f46..05c7760d98 100644 --- a/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg +++ b/resources/quality/eryone_thinker/eryone_thinker_fine.inst.cfg @@ -4,7 +4,7 @@ name = Fine definition = eryone_thinker [metadata] -setting_version = 17 +setting_version = 19 type = quality quality_type = fine weight = 2 -- cgit v1.2.3 From c3cd05a0c71f3be0434b973171116de7f26fa024 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Sun, 24 Oct 2021 11:16:14 -0700 Subject: Eryone Thinker Definition Bug fix for Layer Height 0 Fixing issue when layer_height_0 value was not being resolved correctly in Cura. --- resources/definitions/eryone_thinker.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index c3a929dbda..02d8abc8bf 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -62,12 +62,12 @@ "machine_end_gcode": { "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" }, - "layer_height_0": { - "value": "max(0.1, min(extruderValues('layer_height')))" - }, "layer_height": { "value": 0.2 }, + "layer_height_0": { + "resolve": "max(0.1, layer_height)" + }, "initial_layer_line_width_factor": { "value": 120 }, -- cgit v1.2.3 From 4e4e32cdf88a381d303b8ed64822a4cc088cd1c9 Mon Sep 17 00:00:00 2001 From: Eryone <40707672+Eryone@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:39:18 +0800 Subject: Disable the first layer cooling fan speed --- resources/definitions/eryone_er20.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/eryone_er20.def.json b/resources/definitions/eryone_er20.def.json index 236ef63188..931dcf5302 100644 --- a/resources/definitions/eryone_er20.def.json +++ b/resources/definitions/eryone_er20.def.json @@ -84,7 +84,7 @@ "value": 100 }, "cool_fan_speed_0": { - "value": 100 + "value": 0 }, "infill_overlap": { "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", -- cgit v1.2.3 From 0a40bed128cdc4854ff9fcf0889d4b81d51b4332 Mon Sep 17 00:00:00 2001 From: Eryone <40707672+Eryone@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:58:42 +0800 Subject: Update eryone_er20.def.json --- resources/definitions/eryone_er20.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/eryone_er20.def.json b/resources/definitions/eryone_er20.def.json index 931dcf5302..b6aa2e7b32 100644 --- a/resources/definitions/eryone_er20.def.json +++ b/resources/definitions/eryone_er20.def.json @@ -51,7 +51,7 @@ "default_value": "G90 ; use absolute coordinates\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 ; home all without mesh bed level\nG29 ; mesh bed leveling/ABL\nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0.0\nG1 Y-2.0 X150 F2400G1 Z3 F720\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 X150 F1000\nG1 Z0.2 F720\nG1 X80.0 E8.0 F900\nG1 X20.0 E10.0 F700\nG92 E0.0\nM221 S95 ; set flow\n" }, "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\nG28 X0 ;Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 Y180 F2000\nM84 ;steppers off\nG90\nM300 P300 S4000" + "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\nG1 X230 Y200 F3000;Park the hotend\nM84 ;steppers off\nG90\nM300 P300 S4000" }, "material_print_temperature": { "value": 205 -- cgit v1.2.3 From c96ddcaddc6ff87d1816451fadb5a1b96984ecaa Mon Sep 17 00:00:00 2001 From: Eryone Date: Thu, 4 Nov 2021 09:21:19 +0800 Subject: Add the profile Recovery eryone_thinker_fast.inst.cfg --- .../eryone_thinker/eryone_thinker_fast.inst.cfg | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg (limited to 'resources') diff --git a/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg new file mode 100644 index 0000000000..0a173b8c56 --- /dev/null +++ b/resources/quality/eryone_thinker/eryone_thinker_fast.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Fast +definition = eryone_thinker + +[metadata] +setting_version = 19 +type = quality +quality_type = fast +weight = -1 +global_quality = True + +[values] +acceleration_print = 1500 +acceleration_travel = 3000 +infill_sparse_density = 15 +initial_layer_line_width_factor = 110.0 +layer_height = 0.25 +speed_infill = =math.ceil(speed_print * 80 / 60) +speed_topbottom = =math.ceil(speed_print * 40 / 60) +speed_travel = =speed_print if magic_spiralize else 150 +speed_wall_x = =math.ceil(speed_print * 80 / 60) +top_layers = 5 +bottom_layers = 3 +wall_line_count = 2 \ No newline at end of file -- cgit v1.2.3 From 1eb58ba6c7e595af4bdf55c1e2f6aa37b5101f9b Mon Sep 17 00:00:00 2001 From: Eryone Date: Tue, 9 Nov 2021 14:57:13 +0800 Subject: Update er20 start gcode and end gcode 1. Update er20 start gcode and end gcode 2. Update nozzle offset --- resources/definitions/eryone_er20.def.json | 6 +++--- resources/extruders/eryone_er20_extruder_0.def.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/definitions/eryone_er20.def.json b/resources/definitions/eryone_er20.def.json index b6aa2e7b32..2f5f02d7db 100644 --- a/resources/definitions/eryone_er20.def.json +++ b/resources/definitions/eryone_er20.def.json @@ -48,10 +48,10 @@ }, "gantry_height":{ "value": "0" }, "machine_start_gcode": { - "default_value": "G90 ; use absolute coordinates\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 ; home all without mesh bed level\nG29 ; mesh bed leveling/ABL\nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0.0\nG1 Y-2.0 X150 F2400G1 Z3 F720\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 X150 F1000\nG1 Z0.2 F720\nG1 X80.0 E8.0 F900\nG1 X20.0 E10.0 F700\nG92 E0.0\nM221 S95 ; set flow\n" + "default_value": "G21 ;Metric values\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode\nM107 ;Start with the fan off\nG28 ;Homing the hotend\nG29 ;Auto bed leveling detecting\nG92 E0 ;Reset the extruded length\nG1 F200 E3 ;Extrude 3mm of filament\nG92 E0 ;Reset the extruded length again\nG1 Y-3 F1200 ;Move y axis to prime\nG1 X150 F6000 ;Move x axis to prime\nG1 Z0.2 F720 ;Move z axis to prime\nG1 X80.0 E8.0 F900 ;Prime line\nG1 X20.0 E10.0 F700 ;Prime line\nG92 E0 ;Reset the extruded length\nG5 ;Enable resume from power failure\nM117 Printing...\n" }, "machine_end_gcode": { - "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; disable motors\nM107\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\nG1 X230 Y200 F3000;Park the hotend\nM84 ;steppers off\nG90\nM300 P300 S4000" + "default_value": "G91 ;Relative positioning\nG1 Z5 F720 ;Raise Z\nG1 E-5 F300 ;Retract a bit to protect nozzle\nM104 S0 ;Turn off extruder\nM140 S0 ;Turn off bed\nM107 ;Turn off all fans\nG90 ;Absolute positioning\nG1 X230 Y200 F4800 ;Parking the hotend\nM84 X Y E ;All steppers off but left Z\n" }, "material_print_temperature": { "value": 205 @@ -84,7 +84,7 @@ "value": 100 }, "cool_fan_speed_0": { - "value": 0 + "value": 100 }, "infill_overlap": { "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0", diff --git a/resources/extruders/eryone_er20_extruder_0.def.json b/resources/extruders/eryone_er20_extruder_0.def.json index 9b1c1fa435..4dcf363af9 100644 --- a/resources/extruders/eryone_er20_extruder_0.def.json +++ b/resources/extruders/eryone_er20_extruder_0.def.json @@ -18,7 +18,7 @@ "default_value": 1.75 }, "machine_nozzle_offset_x": { - "default_value": -10.0 + "default_value": 5 }, "machine_nozzle_offset_y": { "default_value": 8.0 -- cgit v1.2.3 From 23fbdfb963c68a2adacb99b17f81f26a113e36d8 Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:39:53 -0800 Subject: Clean up of the Eryone Thinker Profile and adding a Direct Drive version. --- resources/definitions/eryone_thinker.def.json | 34 +++++++++++++++------- .../definitions/eryone_thinker_direct.def.json | 18 ++++++++++++ 2 files changed, 41 insertions(+), 11 deletions(-) create mode 100644 resources/definitions/eryone_thinker_direct.def.json (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 02d8abc8bf..9651ecdda3 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -27,21 +27,33 @@ "machine_name": { "default_value": "Eryone Thinker Series" }, - "machine_heated_bed": { - "default_value": true + "machine_start_gcode": { + "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." + }, + "machine_end_gcode": { + "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + }, + "material_diameter": { + "default_value": 1.75 }, "machine_width": { "default_value": 300 }, + "machine_depth": { + "default_value": 300 + }, "machine_height": { "default_value": 400 }, - "machine_depth": { - "default_value": 300 + "machine_heated_bed": { + "default_value": true }, "machine_center_is_zero": { "default_value": false }, + "machine_gcode_flavor": { + "default_value": "RepRap (Marlin/Sprinter)" + }, "machine_head_with_fans_polygon": { "default_value": [ [-20, 30], @@ -51,16 +63,16 @@ ] }, "gantry_height": { - "value": 30 + "value": 30 }, - "machine_gcode_flavor": { - "default_value": "RepRap (Marlin/Sprinter)" + "machine_max_feedrate_x": { + "value": 300 }, - "machine_start_gcode": { - "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." + "machine_max_feedrate_y": { + "value": 300 }, - "machine_end_gcode": { - "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" + "machine_max_feedrate_z": { + "value": 35 }, "layer_height": { "value": 0.2 diff --git a/resources/definitions/eryone_thinker_direct.def.json b/resources/definitions/eryone_thinker_direct.def.json new file mode 100644 index 0000000000..c27645235b --- /dev/null +++ b/resources/definitions/eryone_thinker_direct.def.json @@ -0,0 +1,18 @@ +{ + "name": "Eryone Thinker DirectDrive", + "version": 2, + "inherits": "eryone_thinker", + "overrides": { + "machine_name": { "default_value": "Eryone Thinker DirectDrive" } + }, + "metadata": { + "quality_definition": "eryone_thinker", + "speed_print": { + "maximum_value_warning": 130 + }, + "retraction_speed": { + "default_value": 35, + "maximum_value_warning": 40 + } + } +} \ No newline at end of file -- cgit v1.2.3 From 793b79e26f9acabca08a354981bc6b7cbe7de3bf Mon Sep 17 00:00:00 2001 From: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com> Date: Wed, 24 Nov 2021 21:43:52 -0800 Subject: Removing max Feedrates These are controlled by the firmware and this limitation create errors for many material profiles --- resources/definitions/eryone_thinker.def.json | 9 --------- 1 file changed, 9 deletions(-) (limited to 'resources') diff --git a/resources/definitions/eryone_thinker.def.json b/resources/definitions/eryone_thinker.def.json index 9651ecdda3..6fc4d83f0b 100644 --- a/resources/definitions/eryone_thinker.def.json +++ b/resources/definitions/eryone_thinker.def.json @@ -65,15 +65,6 @@ "gantry_height": { "value": 30 }, - "machine_max_feedrate_x": { - "value": 300 - }, - "machine_max_feedrate_y": { - "value": 300 - }, - "machine_max_feedrate_z": { - "value": 35 - }, "layer_height": { "value": 0.2 }, -- cgit v1.2.3 From bf8f38390fa6eedb964f5330d98103319d9c87ca Mon Sep 17 00:00:00 2001 From: MatiGabaglio <95039258+MatiGabaglio@users.noreply.github.com> Date: Thu, 25 Nov 2021 12:08:15 -0300 Subject: Add files via upload --- resources/definitions/nebula_plus.def.json | 249 +++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 resources/definitions/nebula_plus.def.json (limited to 'resources') diff --git a/resources/definitions/nebula_plus.def.json b/resources/definitions/nebula_plus.def.json new file mode 100644 index 0000000000..c204718a0c --- /dev/null +++ b/resources/definitions/nebula_plus.def.json @@ -0,0 +1,249 @@ +{ + "version": 2, + "name": "Trimaker Nebula", + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Trimaker", + "manufacturer": "Trimaker", + "file_formats": "text/x-gcode", + "platform": "trimaker_nebula_platform.stl", + + "has_machine_quality": true, + "preferred_quality_type": "normal", + "preferred_material": "redd_pla", + + "platform_offset": [-117.5, -40, 147.5], + "has_materials": true, + "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}, + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs_175", + "generic_bam", + "generic_cffcpe", + "generic_cffpa", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_gffcpe", + "generic_gffpa", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_petg", + "generic_petg_175", + "generic_pla", + "generic_pla_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tough_pla", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "structur3d_dap100silicone", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla", + "tizyx_pla_bois", + "tizyx_pva", + "ultimaker_abs_black", + "ultimaker_abs_blue", + "ultimaker_abs_green", + "ultimaker_abs_grey", + "ultimaker_abs_orange", + "ultimaker_abs_pearl-gold", + "ultimaker_abs_red", + "ultimaker_abs_silver-metallic", + "ultimaker_abs_white", + "ultimaker_abs_yellow", + "ultimaker_bam", + "ultimaker_cpe_black", + "ultimaker_cpe_blue", + "ultimaker_cpe_dark-grey", + "ultimaker_cpe_green", + "ultimaker_cpe_light-grey", + "ultimaker_cpe_plus_black", + "ultimaker_cpe_plus_transparent", + "ultimaker_cpe_plus_white", + "ultimaker_cpe_red", + "ultimaker_cpe_transparent", + "ultimaker_cpe_white", + "ultimaker_cpe_yellow", + "ultimaker_nylon_black", + "ultimaker_nylon_transparent", + "ultimaker_pc_black", + "ultimaker_pc_transparent", + "ultimaker_pc_white", + "ultimaker_pla_black", + "ultimaker_pla_blue", + "ultimaker_pla_green", + "ultimaker_pla_magenta", + "ultimaker_pla_orange", + "ultimaker_pla_pearl-white", + "ultimaker_pla_red", + "ultimaker_pla_silver-metallic", + "ultimaker_pla_transparent", + "ultimaker_pla_white", + "ultimaker_pla_yellow", + "ultimaker_pp_transparent", + "ultimaker_pva", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "ultimaker_tpu_black", + "ultimaker_tpu_blue", + "ultimaker_tpu_red", + "ultimaker_tpu_white", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ] + }, + + "overrides": { + + "machine_name": {"default_value": "Trimaker Nebula"}, + "machine_width": {"default_value": 230}, + "machine_depth": {"default_value": 230}, + "machine_height": {"default_value": 260}, + "machine_heated_bed": {"default_value": true}, + "machine_gcode_flavor": { "default_value": "Marlin (Volumetric)" }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_acceleration": { "default_value": 3000 }, + "machine_extruder_count": { "default_value": 1 }, + + "acceleration_enabled": { "value": "True" }, + "acceleration_layer_0": { "value": "acceleration_topbottom" }, + "acceleration_print": { "value": "4000" }, + "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, + "acceleration_support_interface": { "value": "acceleration_topbottom" }, + "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, + "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, + + + "layer_height": {"default_value": 0.2}, + "material_flow": {"value": 100}, + "xy_offset": {"default_value": 0}, + "xy_offset_layer_0": {"value": -0.1}, + "wall_thickness": {"value": "line_width * 3" }, + "top_bottom_thickness": {"value": "layer_height * 6"}, + "infill_sparse_density": {"default_value": 25}, + "infill_sparse_thickness": {"value": "resolveOrValue('layer_height')"}, + "default_material_bed_temperature": {"default_value": 60}, + "default_material_print_temperature": {"default_value": 200}, + + "speed_print": {"default_value": 45}, + "speed_travel": {"value": "speed_print if magic_spiralize else 100"}, + "speed_wall_0": {"value": 35}, + "speed_wall_x": {"value": 45}, + "speed_layer_0": {"value": 20}, + + "infill_before_walls": { "value": false }, + "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, + "infill_overlap": { "value": "0" }, + "infill_pattern": { "value": "'grid'" }, + "infill_wipe_dist": { "value": "0" }, + + "jerk_enabled": { "value": "True" }, + "jerk_print": { "value": "20", "minimum_value_warning": 20 }, + "jerk_infill": {"minimum_value_warning": 20 }, + "jerk_wall": { "value": "jerk_print", "minimum_value_warning": 20 }, + "jerk_wall_0": { "value": "jerk_wall", "minimum_value_warning": 20 }, + "jerk_roofing": {"minimum_value_warning": 20 }, + "jerk_topbottom": { "value": "jerk_print", "minimum_value_warning": 20 }, + "jerk_support": { "value": "jerk_print", "minimum_value_warning": 20 }, + "jerk_support_infill": {"minimum_value_warning": 20 }, + "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, + "jerk_travel": {"minimum_value_warning": 20 }, + "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, + "jerk_print_layer_0": {"minimum_value_warning": 20 }, + "jerk_travel_layer_0": {"minimum_value_warning": 20 }, + "jerk_skirt_brim": {"minimum_value_warning": 20 }, + + "line_width": { "value": "machine_nozzle_size * 0.875" }, + + "retraction_enable": {"default_value": true}, + "retraction_amount": {"default_value": 1}, + "retraction_speed": {"default_value": 45}, + + "skin_monotonic" : { "value": true }, + "skin_overlap": { "value": "10" }, + + + "cool_fan_enabled": {"default_value": true}, + "cool_fan_speed": {"value": "100.0 if cool_fan_enabled else 0.0"}, + + "support_enable": {"default_value": true}, + "support_type": {"default_value": "everywhere"}, + "support_angle": {"default_value": 50}, + "support_pattern": {"default_value": "zigzag"}, + "support_z_distance": {"default_value": 0.17}, + "support_xy_distance": {"default_value": 0.7}, + + "adhesion_type": {"default_value": "skirt"}, + + "optimize_wall_printing_order": { "value": "True" }, + + "gantry_height": {"value": 2}, + "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0};\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, + "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, + "material_diameter": {"default_value": 1.75}, + "machine_center_is_zero": {"default_value": false} + + } +} -- cgit v1.2.3 From 338d3eb8f8163e463e10dd29adea71ff69c8beaf Mon Sep 17 00:00:00 2001 From: MatiGabaglio <95039258+MatiGabaglio@users.noreply.github.com> Date: Thu, 25 Nov 2021 12:10:11 -0300 Subject: Rename nebula_plus.def.json to trimaker_nebula_plus.def.json --- resources/definitions/nebula_plus.def.json | 249 --------------------- .../definitions/trimaker_nebula_plus.def.json | 249 +++++++++++++++++++++ 2 files changed, 249 insertions(+), 249 deletions(-) delete mode 100644 resources/definitions/nebula_plus.def.json create mode 100644 resources/definitions/trimaker_nebula_plus.def.json (limited to 'resources') diff --git a/resources/definitions/nebula_plus.def.json b/resources/definitions/nebula_plus.def.json deleted file mode 100644 index c204718a0c..0000000000 --- a/resources/definitions/nebula_plus.def.json +++ /dev/null @@ -1,249 +0,0 @@ -{ - "version": 2, - "name": "Trimaker Nebula", - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "Trimaker", - "manufacturer": "Trimaker", - "file_formats": "text/x-gcode", - "platform": "trimaker_nebula_platform.stl", - - "has_machine_quality": true, - "preferred_quality_type": "normal", - "preferred_material": "redd_pla", - - "platform_offset": [-117.5, -40, 147.5], - "has_materials": true, - "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}, - "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_absx", - "emotiontech_asax", - "emotiontech_bvoh", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", - "eSUN_PETG_Black", - "eSUN_PETG_Grey", - "eSUN_PETG_Purple", - "eSUN_PLA_PRO_Black", - "eSUN_PLA_PRO_Grey", - "eSUN_PLA_PRO_Purple", - "eSUN_PLA_PRO_White", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "generic_abs_175", - "generic_bam", - "generic_cffcpe", - "generic_cffpa", - "generic_cpe", - "generic_cpe_175", - "generic_cpe_plus", - "generic_gffcpe", - "generic_gffpa", - "generic_hips", - "generic_hips_175", - "generic_nylon", - "generic_nylon_175", - "generic_pc", - "generic_pc_175", - "generic_petg", - "generic_petg_175", - "generic_pla", - "generic_pla_175", - "generic_pp", - "generic_pva", - "generic_pva_175", - "generic_tough_pla", - "generic_tpu", - "generic_tpu_175", - "imade3d_petg_175", - "imade3d_pla_175", - "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "structur3d_dap100silicone", - "tizyx_abs", - "tizyx_flex", - "tizyx_petg", - "tizyx_pla", - "tizyx_pla_bois", - "tizyx_pva", - "ultimaker_abs_black", - "ultimaker_abs_blue", - "ultimaker_abs_green", - "ultimaker_abs_grey", - "ultimaker_abs_orange", - "ultimaker_abs_pearl-gold", - "ultimaker_abs_red", - "ultimaker_abs_silver-metallic", - "ultimaker_abs_white", - "ultimaker_abs_yellow", - "ultimaker_bam", - "ultimaker_cpe_black", - "ultimaker_cpe_blue", - "ultimaker_cpe_dark-grey", - "ultimaker_cpe_green", - "ultimaker_cpe_light-grey", - "ultimaker_cpe_plus_black", - "ultimaker_cpe_plus_transparent", - "ultimaker_cpe_plus_white", - "ultimaker_cpe_red", - "ultimaker_cpe_transparent", - "ultimaker_cpe_white", - "ultimaker_cpe_yellow", - "ultimaker_nylon_black", - "ultimaker_nylon_transparent", - "ultimaker_pc_black", - "ultimaker_pc_transparent", - "ultimaker_pc_white", - "ultimaker_pla_black", - "ultimaker_pla_blue", - "ultimaker_pla_green", - "ultimaker_pla_magenta", - "ultimaker_pla_orange", - "ultimaker_pla_pearl-white", - "ultimaker_pla_red", - "ultimaker_pla_silver-metallic", - "ultimaker_pla_transparent", - "ultimaker_pla_white", - "ultimaker_pla_yellow", - "ultimaker_pp_transparent", - "ultimaker_pva", - "ultimaker_tough_pla_black", - "ultimaker_tough_pla_green", - "ultimaker_tough_pla_red", - "ultimaker_tough_pla_white", - "ultimaker_tpu_black", - "ultimaker_tpu_blue", - "ultimaker_tpu_red", - "ultimaker_tpu_white", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_PLA_Glitter", - "Vertex_Delta_PLA_Mat", - "Vertex_Delta_PLA_Satin", - "Vertex_Delta_PLA_Wood", - "Vertex_Delta_TPU", - "zyyx_pro_flex", - "zyyx_pro_pla" - ] - }, - - "overrides": { - - "machine_name": {"default_value": "Trimaker Nebula"}, - "machine_width": {"default_value": 230}, - "machine_depth": {"default_value": 230}, - "machine_height": {"default_value": 260}, - "machine_heated_bed": {"default_value": true}, - "machine_gcode_flavor": { "default_value": "Marlin (Volumetric)" }, - "machine_max_feedrate_x": { "default_value": 300 }, - "machine_max_feedrate_y": { "default_value": 300 }, - "machine_max_feedrate_z": { "default_value": 40 }, - "machine_acceleration": { "default_value": 3000 }, - "machine_extruder_count": { "default_value": 1 }, - - "acceleration_enabled": { "value": "True" }, - "acceleration_layer_0": { "value": "acceleration_topbottom" }, - "acceleration_print": { "value": "4000" }, - "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, - "acceleration_support_interface": { "value": "acceleration_topbottom" }, - "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, - "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, - "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, - - - "layer_height": {"default_value": 0.2}, - "material_flow": {"value": 100}, - "xy_offset": {"default_value": 0}, - "xy_offset_layer_0": {"value": -0.1}, - "wall_thickness": {"value": "line_width * 3" }, - "top_bottom_thickness": {"value": "layer_height * 6"}, - "infill_sparse_density": {"default_value": 25}, - "infill_sparse_thickness": {"value": "resolveOrValue('layer_height')"}, - "default_material_bed_temperature": {"default_value": 60}, - "default_material_print_temperature": {"default_value": 200}, - - "speed_print": {"default_value": 45}, - "speed_travel": {"value": "speed_print if magic_spiralize else 100"}, - "speed_wall_0": {"value": 35}, - "speed_wall_x": {"value": 45}, - "speed_layer_0": {"value": 20}, - - "infill_before_walls": { "value": false }, - "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, - "infill_overlap": { "value": "0" }, - "infill_pattern": { "value": "'grid'" }, - "infill_wipe_dist": { "value": "0" }, - - "jerk_enabled": { "value": "True" }, - "jerk_print": { "value": "20", "minimum_value_warning": 20 }, - "jerk_infill": {"minimum_value_warning": 20 }, - "jerk_wall": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_wall_0": { "value": "jerk_wall", "minimum_value_warning": 20 }, - "jerk_roofing": {"minimum_value_warning": 20 }, - "jerk_topbottom": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_support": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_support_infill": {"minimum_value_warning": 20 }, - "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, - "jerk_travel": {"minimum_value_warning": 20 }, - "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, - "jerk_print_layer_0": {"minimum_value_warning": 20 }, - "jerk_travel_layer_0": {"minimum_value_warning": 20 }, - "jerk_skirt_brim": {"minimum_value_warning": 20 }, - - "line_width": { "value": "machine_nozzle_size * 0.875" }, - - "retraction_enable": {"default_value": true}, - "retraction_amount": {"default_value": 1}, - "retraction_speed": {"default_value": 45}, - - "skin_monotonic" : { "value": true }, - "skin_overlap": { "value": "10" }, - - - "cool_fan_enabled": {"default_value": true}, - "cool_fan_speed": {"value": "100.0 if cool_fan_enabled else 0.0"}, - - "support_enable": {"default_value": true}, - "support_type": {"default_value": "everywhere"}, - "support_angle": {"default_value": 50}, - "support_pattern": {"default_value": "zigzag"}, - "support_z_distance": {"default_value": 0.17}, - "support_xy_distance": {"default_value": 0.7}, - - "adhesion_type": {"default_value": "skirt"}, - - "optimize_wall_printing_order": { "value": "True" }, - - "gantry_height": {"value": 2}, - "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0};\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, - "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, - "material_diameter": {"default_value": 1.75}, - "machine_center_is_zero": {"default_value": false} - - } -} diff --git a/resources/definitions/trimaker_nebula_plus.def.json b/resources/definitions/trimaker_nebula_plus.def.json new file mode 100644 index 0000000000..c204718a0c --- /dev/null +++ b/resources/definitions/trimaker_nebula_plus.def.json @@ -0,0 +1,249 @@ +{ + "version": 2, + "name": "Trimaker Nebula", + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Trimaker", + "manufacturer": "Trimaker", + "file_formats": "text/x-gcode", + "platform": "trimaker_nebula_platform.stl", + + "has_machine_quality": true, + "preferred_quality_type": "normal", + "preferred_material": "redd_pla", + + "platform_offset": [-117.5, -40, 147.5], + "has_materials": true, + "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}, + "exclude_materials": [ + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "emotiontech_abs", + "emotiontech_absx", + "emotiontech_asax", + "emotiontech_bvoh", + "emotiontech_hips", + "emotiontech_petg", + "emotiontech_pla", + "emotiontech_pva-m", + "emotiontech_pva-oks", + "emotiontech_pva-s", + "emotiontech_tpu98a", + "eSUN_PETG_Black", + "eSUN_PETG_Grey", + "eSUN_PETG_Purple", + "eSUN_PLA_PRO_Black", + "eSUN_PLA_PRO_Grey", + "eSUN_PLA_PRO_Purple", + "eSUN_PLA_PRO_White", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs_175", + "generic_bam", + "generic_cffcpe", + "generic_cffpa", + "generic_cpe", + "generic_cpe_175", + "generic_cpe_plus", + "generic_gffcpe", + "generic_gffpa", + "generic_hips", + "generic_hips_175", + "generic_nylon", + "generic_nylon_175", + "generic_pc", + "generic_pc_175", + "generic_petg", + "generic_petg_175", + "generic_pla", + "generic_pla_175", + "generic_pp", + "generic_pva", + "generic_pva_175", + "generic_tough_pla", + "generic_tpu", + "generic_tpu_175", + "imade3d_petg_175", + "imade3d_pla_175", + "innofill_innoflex60_175", + "leapfrog_abs_natural", + "leapfrog_epla_natural", + "leapfrog_pva_natural", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "structur3d_dap100silicone", + "tizyx_abs", + "tizyx_flex", + "tizyx_petg", + "tizyx_pla", + "tizyx_pla_bois", + "tizyx_pva", + "ultimaker_abs_black", + "ultimaker_abs_blue", + "ultimaker_abs_green", + "ultimaker_abs_grey", + "ultimaker_abs_orange", + "ultimaker_abs_pearl-gold", + "ultimaker_abs_red", + "ultimaker_abs_silver-metallic", + "ultimaker_abs_white", + "ultimaker_abs_yellow", + "ultimaker_bam", + "ultimaker_cpe_black", + "ultimaker_cpe_blue", + "ultimaker_cpe_dark-grey", + "ultimaker_cpe_green", + "ultimaker_cpe_light-grey", + "ultimaker_cpe_plus_black", + "ultimaker_cpe_plus_transparent", + "ultimaker_cpe_plus_white", + "ultimaker_cpe_red", + "ultimaker_cpe_transparent", + "ultimaker_cpe_white", + "ultimaker_cpe_yellow", + "ultimaker_nylon_black", + "ultimaker_nylon_transparent", + "ultimaker_pc_black", + "ultimaker_pc_transparent", + "ultimaker_pc_white", + "ultimaker_pla_black", + "ultimaker_pla_blue", + "ultimaker_pla_green", + "ultimaker_pla_magenta", + "ultimaker_pla_orange", + "ultimaker_pla_pearl-white", + "ultimaker_pla_red", + "ultimaker_pla_silver-metallic", + "ultimaker_pla_transparent", + "ultimaker_pla_white", + "ultimaker_pla_yellow", + "ultimaker_pp_transparent", + "ultimaker_pva", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "ultimaker_tpu_black", + "ultimaker_tpu_blue", + "ultimaker_tpu_red", + "ultimaker_tpu_white", + "verbatim_bvoh_175", + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_PLA_Glitter", + "Vertex_Delta_PLA_Mat", + "Vertex_Delta_PLA_Satin", + "Vertex_Delta_PLA_Wood", + "Vertex_Delta_TPU", + "zyyx_pro_flex", + "zyyx_pro_pla" + ] + }, + + "overrides": { + + "machine_name": {"default_value": "Trimaker Nebula"}, + "machine_width": {"default_value": 230}, + "machine_depth": {"default_value": 230}, + "machine_height": {"default_value": 260}, + "machine_heated_bed": {"default_value": true}, + "machine_gcode_flavor": { "default_value": "Marlin (Volumetric)" }, + "machine_max_feedrate_x": { "default_value": 300 }, + "machine_max_feedrate_y": { "default_value": 300 }, + "machine_max_feedrate_z": { "default_value": 40 }, + "machine_acceleration": { "default_value": 3000 }, + "machine_extruder_count": { "default_value": 1 }, + + "acceleration_enabled": { "value": "True" }, + "acceleration_layer_0": { "value": "acceleration_topbottom" }, + "acceleration_print": { "value": "4000" }, + "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, + "acceleration_support_interface": { "value": "acceleration_topbottom" }, + "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, + "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, + "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, + + + "layer_height": {"default_value": 0.2}, + "material_flow": {"value": 100}, + "xy_offset": {"default_value": 0}, + "xy_offset_layer_0": {"value": -0.1}, + "wall_thickness": {"value": "line_width * 3" }, + "top_bottom_thickness": {"value": "layer_height * 6"}, + "infill_sparse_density": {"default_value": 25}, + "infill_sparse_thickness": {"value": "resolveOrValue('layer_height')"}, + "default_material_bed_temperature": {"default_value": 60}, + "default_material_print_temperature": {"default_value": 200}, + + "speed_print": {"default_value": 45}, + "speed_travel": {"value": "speed_print if magic_spiralize else 100"}, + "speed_wall_0": {"value": 35}, + "speed_wall_x": {"value": 45}, + "speed_layer_0": {"value": 20}, + + "infill_before_walls": { "value": false }, + "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, + "infill_overlap": { "value": "0" }, + "infill_pattern": { "value": "'grid'" }, + "infill_wipe_dist": { "value": "0" }, + + "jerk_enabled": { "value": "True" }, + "jerk_print": { "value": "20", "minimum_value_warning": 20 }, + "jerk_infill": {"minimum_value_warning": 20 }, + "jerk_wall": { "value": "jerk_print", "minimum_value_warning": 20 }, + "jerk_wall_0": { "value": "jerk_wall", "minimum_value_warning": 20 }, + "jerk_roofing": {"minimum_value_warning": 20 }, + "jerk_topbottom": { "value": "jerk_print", "minimum_value_warning": 20 }, + "jerk_support": { "value": "jerk_print", "minimum_value_warning": 20 }, + "jerk_support_infill": {"minimum_value_warning": 20 }, + "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, + "jerk_travel": {"minimum_value_warning": 20 }, + "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, + "jerk_print_layer_0": {"minimum_value_warning": 20 }, + "jerk_travel_layer_0": {"minimum_value_warning": 20 }, + "jerk_skirt_brim": {"minimum_value_warning": 20 }, + + "line_width": { "value": "machine_nozzle_size * 0.875" }, + + "retraction_enable": {"default_value": true}, + "retraction_amount": {"default_value": 1}, + "retraction_speed": {"default_value": 45}, + + "skin_monotonic" : { "value": true }, + "skin_overlap": { "value": "10" }, + + + "cool_fan_enabled": {"default_value": true}, + "cool_fan_speed": {"value": "100.0 if cool_fan_enabled else 0.0"}, + + "support_enable": {"default_value": true}, + "support_type": {"default_value": "everywhere"}, + "support_angle": {"default_value": 50}, + "support_pattern": {"default_value": "zigzag"}, + "support_z_distance": {"default_value": 0.17}, + "support_xy_distance": {"default_value": 0.7}, + + "adhesion_type": {"default_value": "skirt"}, + + "optimize_wall_printing_order": { "value": "True" }, + + "gantry_height": {"value": 2}, + "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0};\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, + "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, + "material_diameter": {"default_value": 1.75}, + "machine_center_is_zero": {"default_value": false} + + } +} -- cgit v1.2.3 From 3cb2371b3c8a972c2f9212c8b2d0db0ac7eaf7db Mon Sep 17 00:00:00 2001 From: MatiGabaglio <95039258+MatiGabaglio@users.noreply.github.com> Date: Thu, 25 Nov 2021 12:25:29 -0300 Subject: Update trimaker_nebula_plus.def.json --- resources/definitions/trimaker_nebula_plus.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/trimaker_nebula_plus.def.json b/resources/definitions/trimaker_nebula_plus.def.json index c204718a0c..abc5c1ee07 100644 --- a/resources/definitions/trimaker_nebula_plus.def.json +++ b/resources/definitions/trimaker_nebula_plus.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Trimaker Nebula", + "name": "Trimaker Nebula Plus", "inherits": "fdmprinter", "metadata": { "visible": true, -- cgit v1.2.3 From 6f61223d9a7a9219a5a1c378a5bef26283dae677 Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Sat, 18 Dec 2021 13:52:00 -0600 Subject: Add files via upload MakerGear M2 printer definition --- resources/definitions/makergear_m2_bak.def.json | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 resources/definitions/makergear_m2_bak.def.json (limited to 'resources') diff --git a/resources/definitions/makergear_m2_bak.def.json b/resources/definitions/makergear_m2_bak.def.json new file mode 100644 index 0000000000..c73cfda494 --- /dev/null +++ b/resources/definitions/makergear_m2_bak.def.json @@ -0,0 +1,48 @@ +{ + "name": "MakerGear M2", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "William Anderson", + "manufacturer": "MakerGear", + "platform": "makergear_m2_platform.stl", + "has_materials": true, + "machine_extruder_trains": + { + "0": "makergear_m2_v3b" + } + }, + + "overrides": { + "machine_name": { "default_value": "MakerGear M2" }, + "machine_heated_bed": { "default_value": true }, + "machine_width": { "default_value": 200 }, + "machine_height": { "default_value": 190 }, + "machine_depth": { "default_value": 250 }, + "machine_center_is_zero": { "default_value": false }, + "material_diameter": { "default_value": 1.75 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "layer_height": { "default_value": 0.15 }, + "layer_height_0": { "default_value": 0.2 }, + "retraction_amount": { "default_value": 0.2 }, + "retraction_speed": { "default_value": 50 }, + "adhesion_type": { "default_value": "skirt" }, + "machine_head_with_fans_polygon": { "default_value": [[-16,10],[11,10],[11,-41],[-16,-41]] }, + "gantry_height": { "value": 24 }, + "machine_max_feedrate_z": { "default_value": 200 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_acceleration": { "default_value": 1000 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.2 }, + "machine_max_jerk_e": { "default_value": 2.5 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { + "default_value": "G21; mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs xyze\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home X+Y\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move to prime point\nM190 S{material_bed_temperature_layer_0} ; wait\nM109 S{material_print_temperature_layer_0} ; wait\nG1 E10 Z0.3 F225 ; prime+lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" + }, + "machine_end_gcode": { + "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute xyze\nG28 X0 ; home X\nM18 S0 ; disable steppers" + } + } +} -- cgit v1.2.3 From ad3f8762924aa52981b73952b73f6ef04c18a9a7 Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Sat, 18 Dec 2021 13:56:26 -0600 Subject: Rename makergear_m2_bak.def.json to makergear_m2.def.json --- resources/definitions/makergear_m2.def.json | 48 +++++++++++++++++++++++++ resources/definitions/makergear_m2_bak.def.json | 48 ------------------------- 2 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 resources/definitions/makergear_m2.def.json delete mode 100644 resources/definitions/makergear_m2_bak.def.json (limited to 'resources') diff --git a/resources/definitions/makergear_m2.def.json b/resources/definitions/makergear_m2.def.json new file mode 100644 index 0000000000..c73cfda494 --- /dev/null +++ b/resources/definitions/makergear_m2.def.json @@ -0,0 +1,48 @@ +{ + "name": "MakerGear M2", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "William Anderson", + "manufacturer": "MakerGear", + "platform": "makergear_m2_platform.stl", + "has_materials": true, + "machine_extruder_trains": + { + "0": "makergear_m2_v3b" + } + }, + + "overrides": { + "machine_name": { "default_value": "MakerGear M2" }, + "machine_heated_bed": { "default_value": true }, + "machine_width": { "default_value": 200 }, + "machine_height": { "default_value": 190 }, + "machine_depth": { "default_value": 250 }, + "machine_center_is_zero": { "default_value": false }, + "material_diameter": { "default_value": 1.75 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "layer_height": { "default_value": 0.15 }, + "layer_height_0": { "default_value": 0.2 }, + "retraction_amount": { "default_value": 0.2 }, + "retraction_speed": { "default_value": 50 }, + "adhesion_type": { "default_value": "skirt" }, + "machine_head_with_fans_polygon": { "default_value": [[-16,10],[11,10],[11,-41],[-16,-41]] }, + "gantry_height": { "value": 24 }, + "machine_max_feedrate_z": { "default_value": 200 }, + "machine_max_feedrate_e": { "default_value": 100 }, + "machine_max_acceleration_z": { "default_value": 500 }, + "machine_acceleration": { "default_value": 1000 }, + "machine_max_jerk_xy": { "default_value": 10 }, + "machine_max_jerk_z": { "default_value": 0.2 }, + "machine_max_jerk_e": { "default_value": 2.5 }, + "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "machine_start_gcode": { + "default_value": "G21; mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs xyze\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home X+Y\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move to prime point\nM190 S{material_bed_temperature_layer_0} ; wait\nM109 S{material_print_temperature_layer_0} ; wait\nG1 E10 Z0.3 F225 ; prime+lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" + }, + "machine_end_gcode": { + "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute xyze\nG28 X0 ; home X\nM18 S0 ; disable steppers" + } + } +} diff --git a/resources/definitions/makergear_m2_bak.def.json b/resources/definitions/makergear_m2_bak.def.json deleted file mode 100644 index c73cfda494..0000000000 --- a/resources/definitions/makergear_m2_bak.def.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "MakerGear M2", - "version": 2, - "inherits": "fdmprinter", - "metadata": { - "visible": true, - "author": "William Anderson", - "manufacturer": "MakerGear", - "platform": "makergear_m2_platform.stl", - "has_materials": true, - "machine_extruder_trains": - { - "0": "makergear_m2_v3b" - } - }, - - "overrides": { - "machine_name": { "default_value": "MakerGear M2" }, - "machine_heated_bed": { "default_value": true }, - "machine_width": { "default_value": 200 }, - "machine_height": { "default_value": 190 }, - "machine_depth": { "default_value": 250 }, - "machine_center_is_zero": { "default_value": false }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "layer_height": { "default_value": 0.15 }, - "layer_height_0": { "default_value": 0.2 }, - "retraction_amount": { "default_value": 0.2 }, - "retraction_speed": { "default_value": 50 }, - "adhesion_type": { "default_value": "skirt" }, - "machine_head_with_fans_polygon": { "default_value": [[-16,10],[11,10],[11,-41],[-16,-41]] }, - "gantry_height": { "value": 24 }, - "machine_max_feedrate_z": { "default_value": 200 }, - "machine_max_feedrate_e": { "default_value": 100 }, - "machine_max_acceleration_z": { "default_value": 500 }, - "machine_acceleration": { "default_value": 1000 }, - "machine_max_jerk_xy": { "default_value": 10 }, - "machine_max_jerk_z": { "default_value": 0.2 }, - "machine_max_jerk_e": { "default_value": 2.5 }, - "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { - "default_value": "G21; mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs xyze\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home X+Y\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move to prime point\nM190 S{material_bed_temperature_layer_0} ; wait\nM109 S{material_print_temperature_layer_0} ; wait\nG1 E10 Z0.3 F225 ; prime+lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" - }, - "machine_end_gcode": { - "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute xyze\nG28 X0 ; home X\nM18 S0 ; disable steppers" - } - } -} -- cgit v1.2.3 From ceebfc6b3d4619dfc6912fbfdbf6787dc8549b61 Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Sat, 18 Dec 2021 13:59:51 -0600 Subject: Add files via upload --- resources/meshes/makergear_m2_platform.3mf | Bin 0 -> 1505945 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/meshes/makergear_m2_platform.3mf (limited to 'resources') diff --git a/resources/meshes/makergear_m2_platform.3mf b/resources/meshes/makergear_m2_platform.3mf new file mode 100644 index 0000000000..26cf47139b Binary files /dev/null and b/resources/meshes/makergear_m2_platform.3mf differ -- cgit v1.2.3 From 41ba7f58d7b09777b912a8f65c8479f871ea55fc Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Sat, 18 Dec 2021 14:02:09 -0600 Subject: Update makergear_m2.def.json Corrected platform file extension. --- resources/definitions/makergear_m2.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/makergear_m2.def.json b/resources/definitions/makergear_m2.def.json index c73cfda494..8b02fd4309 100644 --- a/resources/definitions/makergear_m2.def.json +++ b/resources/definitions/makergear_m2.def.json @@ -6,7 +6,7 @@ "visible": true, "author": "William Anderson", "manufacturer": "MakerGear", - "platform": "makergear_m2_platform.stl", + "platform": "makergear_m2_platform.3mf", "has_materials": true, "machine_extruder_trains": { -- cgit v1.2.3 From cb6f49d2d2e88be333f4bfc87716832ad257df5e Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Sat, 18 Dec 2021 14:03:50 -0600 Subject: Add files via upload MakerGear M2 V3b hotend specs. --- resources/extruders/makergear_m2_v3b.def.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/extruders/makergear_m2_v3b.def.json (limited to 'resources') diff --git a/resources/extruders/makergear_m2_v3b.def.json b/resources/extruders/makergear_m2_v3b.def.json new file mode 100644 index 0000000000..c9ccebdb27 --- /dev/null +++ b/resources/extruders/makergear_m2_v3b.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "MakerGear M2 V3B", + "inherits": "fdmextruder", + "metadata": { + "machine": "makergear_m2", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} \ No newline at end of file -- cgit v1.2.3 From a57ab5661cea524b81907fe4667cadb9e2023a9c Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Mon, 20 Dec 2021 09:40:39 -0600 Subject: Add files via upload Replaced mesh with simplified and much smaller version. --- resources/meshes/makergear_m2_platform.3mf | Bin 1505945 -> 201096 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'resources') diff --git a/resources/meshes/makergear_m2_platform.3mf b/resources/meshes/makergear_m2_platform.3mf index 26cf47139b..3cc520d37e 100644 Binary files a/resources/meshes/makergear_m2_platform.3mf and b/resources/meshes/makergear_m2_platform.3mf differ -- cgit v1.2.3 From 49692f415dc1457188d93443ea1bd3077dfdbf5d Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Mon, 20 Dec 2021 10:30:39 -0600 Subject: Add files via upload Corrected orientation on reduced-size file. --- resources/meshes/makergear_m2_platform.3mf | Bin 201096 -> 209358 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'resources') diff --git a/resources/meshes/makergear_m2_platform.3mf b/resources/meshes/makergear_m2_platform.3mf index 3cc520d37e..d68e5367ec 100644 Binary files a/resources/meshes/makergear_m2_platform.3mf and b/resources/meshes/makergear_m2_platform.3mf differ -- cgit v1.2.3 From e6c82f82fe0ad8b91d36727b1546827053361ee3 Mon Sep 17 00:00:00 2001 From: wanders78746 Date: Mon, 20 Dec 2021 12:37:53 -0600 Subject: Add files via upload Trying to locate json parse failure... --- resources/definitions/makergear_m2.def.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/makergear_m2.def.json b/resources/definitions/makergear_m2.def.json index 8b02fd4309..50115a6787 100644 --- a/resources/definitions/makergear_m2.def.json +++ b/resources/definitions/makergear_m2.def.json @@ -7,6 +7,7 @@ "author": "William Anderson", "manufacturer": "MakerGear", "platform": "makergear_m2_platform.3mf", + "file_formats": "text/x-gcode", "has_materials": true, "machine_extruder_trains": { @@ -39,10 +40,10 @@ "machine_max_jerk_e": { "default_value": 2.5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_start_gcode": { - "default_value": "G21; mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs xyze\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home X+Y\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move to prime point\nM190 S{material_bed_temperature_layer_0} ; wait\nM109 S{material_print_temperature_layer_0} ; wait\nG1 E10 Z0.3 F225 ; prime+lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" + "default_value": "G21 ; use mms\nM140 S{material_bed_temperature_layer_0} ; heat bed\nM104 S{material_print_temperature_layer_0} ; heat extruder\nG90 ; abs coords\nM82 ; abs extruder\nM107 ; fan off\nG28 Z ; home Z\nG1 Z10 F1200 ; lift nozzle\nG28 X Y ; home XY\nG92 E0 ; zero extruder\nG1 X230 Y50 F9600 ; move nozzle to priming location\nM190 S{material_bed_temperature_layer_0} ; wait for bed\nM109 S{material_print_temperature_layer_0} ; wait for nozzle\nG1 E10 Z0.3 F225 ; prime and lower nozzle\nG1 X190 Z0.1 F1200 ; wipe nozzle\nG92 E0 ; zero extruder" }, "machine_end_gcode": { - "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute xyze\nG28 X0 ; home X\nM18 S0 ; disable steppers" + "default_value": "G92 E0 ; zero extruder\nG1 E-2.0000 F2000 ; retract filament\nM104 S0 ; extruder off\nM140 S0 ; bed off\nM107 ; fan off\nG90 ; absolute coords\nG28 X0 ; home X\nM18 S0 ; disable steppers" } } } -- cgit v1.2.3 From e83bee034c1e2e649bf706a019a52e45d2c4f5a5 Mon Sep 17 00:00:00 2001 From: Patrick <32212089+xDazlD@users.noreply.github.com> Date: Thu, 23 Dec 2021 15:21:40 -0600 Subject: Heat bed and extruder together The Ender 3 Pro's power supply can handle heating both at once. --- resources/definitions/creality_ender3pro.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/creality_ender3pro.def.json b/resources/definitions/creality_ender3pro.def.json index e8d7548fcf..75d3d502d4 100644 --- a/resources/definitions/creality_ender3pro.def.json +++ b/resources/definitions/creality_ender3pro.def.json @@ -20,7 +20,7 @@ ] }, "machine_start_gcode": { - "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" + "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM104 S{material_standby_temperature} ; Start heating up the nozzle most of the way\nM190 S{material_bed_temperature} ; Start heating the bed, wait until target temperature reached\nM109 S{material_print_temperature} ; Finish heating the nozzle\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, "gantry_height": { "value": 25 } -- cgit v1.2.3 From 895488a07b47ad9489733c5f3b540c393c5dfa8c Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 29 Dec 2021 09:10:19 +0100 Subject: Qt5->Qt6: Usee key-constants namespace. part of CURA-8591 --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index eb78240d64..94574116ec 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -152,7 +152,7 @@ UM.MainWindow //DeleteSelection on the keypress backspace event Keys.onPressed: { - if (event.key == Qt.Key_Backspace) + if (event.key == Qt.Key.Key_Backspace) { Cura.Actions.deleteSelection.trigger() } -- cgit v1.2.3 From c8ed3634ed71d165850dbaec27c241d7064fcee3 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 29 Dec 2021 12:43:56 +0100 Subject: Qt5->Qt6: Even more renaming stuff. part of CURA-8591 --- .../Preferences/Materials/MaterialsSyncDialog.qml | 2 +- .../qml/Preferences/Materials/MaterialsView.qml | 34 +++++++++++----------- resources/qml/Settings/SettingItem.qml | 2 +- resources/qml/WelcomePages/WhatsNewContent.qml | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index d7d158eef2..bfae40e4f1 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -574,7 +574,7 @@ Window source: UM.Theme.getImage("3d_printer_faded") sourceSize.width: width fillMode: Image.PreserveAspectFit - Layout.alignment: Qt.AlignHCenter + Layout.alignment: Qt.AlignmentFlag.AlignHCenter Layout.preferredWidth: parent.width / 3 } Label diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 2c68973e55..eca869bd1e 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -125,7 +125,7 @@ TabView onRejected: no() } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Display Name") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Display Name") } ReadOnlyTextField { id: displayNameTextField; @@ -135,7 +135,7 @@ TabView onEditingFinished: base.updateMaterialDisplayName(properties.name, text) } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Brand") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Brand") } ReadOnlyTextField { id: brandTextField; @@ -145,7 +145,7 @@ TabView onEditingFinished: base.updateMaterialBrand(properties.brand, text) } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Material Type") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Material Type") } ReadOnlyTextField { id: materialTypeField; @@ -155,7 +155,7 @@ TabView onEditingFinished: base.updateMaterialType(properties.material, text) } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Color") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Color") } Row { width: scrollView.columnWidth @@ -205,9 +205,9 @@ TabView Item { width: parent.width; height: UM.Theme.getSize("default_margin").height } - Label { width: parent.width; height: parent.rowHeight; font.bold: true; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Properties") } + Label { width: parent.width; height: parent.rowHeight; font.bold: true; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Properties") } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Density") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Density") } ReadOnlySpinBox { id: densitySpinBox @@ -222,7 +222,7 @@ TabView onValueChanged: updateCostPerMeter() } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Diameter") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Diameter") } ReadOnlySpinBox { id: diameterSpinBox @@ -256,7 +256,7 @@ TabView onValueChanged: updateCostPerMeter() } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Filament Cost") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Filament Cost") } SpinBox { id: spoolCostSpinBox @@ -273,7 +273,7 @@ TabView } } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Filament weight") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Filament weight") } SpinBox { id: spoolWeightSpinBox @@ -291,21 +291,21 @@ TabView } } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Filament length") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Filament length") } Label { width: scrollView.columnWidth text: "~ %1 m".arg(Math.round(base.spoolLength)) - verticalAlignment: Qt.AlignVCenter + verticalAlignment: Qt.AlignmentFlag.AlignVCenter height: parent.rowHeight } - Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Cost per Meter") } + Label { width: scrollView.columnWidth; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Cost per Meter") } Label { width: scrollView.columnWidth text: "~ %1 %2/m".arg(base.costPerMeter.toFixed(2)).arg(base.currency) - verticalAlignment: Qt.AlignVCenter + verticalAlignment: Qt.AlignmentFlag.AlignVCenter height: parent.rowHeight } @@ -313,7 +313,7 @@ TabView Label { width: 2 * scrollView.columnWidth - verticalAlignment: Qt.AlignVCenter + verticalAlignment: Qt.AlignmentFlag.AlignVCenter text: catalog.i18nc("@label", "This material is linked to %1 and shares some of its properties.").arg(base.linkedMaterialNames) wrapMode: Text.WordWrap visible: unlinkMaterialButton.visible @@ -332,7 +332,7 @@ TabView Item { width: parent.width; height: UM.Theme.getSize("default_margin").height } - Label { width: parent.width; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Description") } + Label { width: parent.width; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Description") } ReadOnlyTextArea { @@ -345,7 +345,7 @@ TabView onEditingFinished: base.setMetaDataEntry("description", properties.description, text) } - Label { width: parent.width; height: parent.rowHeight; verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Adhesion Information") } + Label { width: parent.width; height: parent.rowHeight; verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Adhesion Information") } ReadOnlyTextArea { @@ -405,7 +405,7 @@ TabView height: spinBox.height + UM.Theme.getSize("default_lining").height text: model.label elide: Text.ElideRight - verticalAlignment: Qt.AlignVCenter + verticalAlignment: Qt.AlignmentFlag.AlignVCenter } ReadOnlySpinBox { diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index 0470e91faa..7ed05b26f6 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -100,7 +100,7 @@ Item anchors.fill: parent - acceptedButtons: Qt.RightButton + acceptedButtons: Qt.MouseButton.RightButton hoverEnabled: true; onClicked: base.contextMenuRequested() diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 179fc372c9..b0fc3d0965 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -67,7 +67,7 @@ Item Rectangle { - Layout.alignment: Qt.AlignHCenter + Layout.alignment: Qt.AlignmentFlag.AlignHCenter color: UM.Theme.getColor("viewport_overlay") width: whatsNewViewport.width height: whatsNewViewport.height -- cgit v1.2.3 From 9939093b7287b64239817fe5b392594318f1c49e Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 1 Jan 2022 15:46:41 -0800 Subject: Elegoo Neptune 2 Printer intigration Added files for Neptune 2 --- resources/definitions/elegoo_neptune_2.def.json | 63 +++++++++++++++++++++ .../extruders/elgoo_neptune2_extruder_0.def.json | 15 +++++ resources/meshes/elegoo_neptune_2.stl | Bin 0 -> 1415784 bytes 3 files changed, 78 insertions(+) create mode 100644 resources/definitions/elegoo_neptune_2.def.json create mode 100644 resources/extruders/elgoo_neptune2_extruder_0.def.json create mode 100644 resources/meshes/elegoo_neptune_2.stl (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json new file mode 100644 index 0000000000..e242b651fc --- /dev/null +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -0,0 +1,63 @@ +{ + "name": "Neptune 2", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Toylerrr", + "category": "Elegoo", + "manufacturer": "Elegoo", + "platform": "elegoo_neptune_2.stl", + "platform_offset": [0,-2,0], + "file_formats": "text/x-gcode", + "machine_extruder_trains": + { + "0": "elgoo_neptune2_extruder_0" + } + }, + + "overrides": { + "machine_name": {"default_value": "ELEGOO Neptune 2"}, + "machine_width": {"default_value": 235}, + "machine_height": {"default_value": 260}, + "machine_depth": {"default_value": 235}, + "layer_height":{"default_value": 0.2}, + "layer_height_0":{"default_value": 0.25}, + "retraction_combing":{"default_value": "noskin"}, + "optimize_wall_printing_order":{"default_value": true}, + "travel_compensate_overlapping_walls_0_enabled":{"default_value": false}, + "z_seam_type":{"default_value": "back"}, + "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, + "material_initial_print_temperature":{"default_value": 200,"value": "max(-273.15, material_print_temperature)"}, + "material_final_print_temperature":{"default_value": 200,"value": "max(-273.15, material_print_temperature)"}, + "wall_thickness":{"default_value": 1.2}, + "wall_line_count":{"default_value": 3}, + "top_bottom_thickness":{"default_value": 1.2}, + "top_thickness":{"default_value": 1.2}, + "bottom_thickness":{"default_value": 1.2}, + "infill_sparse_density":{"default_value": 15}, + "machine_heated_bed": {"default_value": true}, + "speed_print":{"default_value": 50}, + "material_print_temperature":{"default_value": 205}, + "default_material_bed_temperature":{"default_value": 50}, + "material_bed_temperature":{"default_value": 50}, + "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, + "speed_wall_x":{"default_value": 25,"value": "speed_wall"}, + "speed_travel":{"default_value": 70,"value": "speed_print if magic_spiralize else 70"}, + "speed_print_layer_0":{"default_value": 20,"value": "speed_layer_0 - 5"}, + "retraction_enable":{"default_value": true}, + "retraction_amount":{"default_value": 5}, + "retraction_speed":{"default_value": 70}, + "adhesion_type":{"default_value": "skirt"}, + "adhesion_extruder_nr":{"default_value": "0"}, + "switch_extruder_retraction_amount":{"default_value": 10}, + "raft_margin":{"default_value": 5}, + "raft_airgap":{"default_value": 0.25}, + "brim_width":{"default_value": 5}, + "retraction_hop_enabled":{"default_value": false}, + "support_infill_rate":{"default_value": 15}, + "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, + "machine_start_gcode": {"default_value": "G28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, + "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} + } +} diff --git a/resources/extruders/elgoo_neptune2_extruder_0.def.json b/resources/extruders/elgoo_neptune2_extruder_0.def.json new file mode 100644 index 0000000000..6f2e424350 --- /dev/null +++ b/resources/extruders/elgoo_neptune2_extruder_0.def.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "elegoo_neptune_2", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} diff --git a/resources/meshes/elegoo_neptune_2.stl b/resources/meshes/elegoo_neptune_2.stl new file mode 100644 index 0000000000..665fcda23c Binary files /dev/null and b/resources/meshes/elegoo_neptune_2.stl differ -- cgit v1.2.3 From f489e2b46ab0fb8d8066c7e5c6d2afce9d938b0e Mon Sep 17 00:00:00 2001 From: Patrick <32212089+xDazlD@users.noreply.github.com> Date: Mon, 3 Jan 2022 17:11:08 -0600 Subject: Add _layer_0 for temperatures --- resources/definitions/creality_ender3pro.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/creality_ender3pro.def.json b/resources/definitions/creality_ender3pro.def.json index 75d3d502d4..f8aa6d433a 100644 --- a/resources/definitions/creality_ender3pro.def.json +++ b/resources/definitions/creality_ender3pro.def.json @@ -20,7 +20,7 @@ ] }, "machine_start_gcode": { - "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM104 S{material_standby_temperature} ; Start heating up the nozzle most of the way\nM190 S{material_bed_temperature} ; Start heating the bed, wait until target temperature reached\nM109 S{material_print_temperature} ; Finish heating the nozzle\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" + "default_value": "; Ender 3 Custom Start G-code\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM104 S{material_standby_temperature} ; Start heating up the nozzle most of the way\nM190 S{material_bed_temperature_layer_0} ; Start heating the bed, wait until target temperature reached\nM109 S{material_print_temperature_layer_0} ; Finish heating the nozzle\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" }, "gantry_height": { "value": 25 } -- cgit v1.2.3 From 357a7bd4685b54d6e383e44fc6036a78bb6ba364 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 15:56:38 -0800 Subject: Update elegoo_neptune_2.stl Reduced file size --- resources/meshes/elegoo_neptune_2.stl | Bin 1415784 -> 663484 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'resources') diff --git a/resources/meshes/elegoo_neptune_2.stl b/resources/meshes/elegoo_neptune_2.stl index 665fcda23c..0b5d61df77 100644 Binary files a/resources/meshes/elegoo_neptune_2.stl and b/resources/meshes/elegoo_neptune_2.stl differ -- cgit v1.2.3 From 2ea22d87b5644ba9da66c75753d3b3cacbad55d1 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 15:59:27 -0800 Subject: Update elegoo_neptune_2.def.json Remove category and platform offset --- resources/definitions/elegoo_neptune_2.def.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index e242b651fc..625cd1acbf 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -5,10 +5,9 @@ "metadata": { "visible": true, "author": "Toylerrr", - "category": "Elegoo", "manufacturer": "Elegoo", "platform": "elegoo_neptune_2.stl", - "platform_offset": [0,-2,0], + "platform_offset": [0,0,0], "file_formats": "text/x-gcode", "machine_extruder_trains": { -- cgit v1.2.3 From 0bbd3c1483fe6101bd84c6caa82147b1ddb9a091 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 16:11:42 -0800 Subject: Update elegoo_neptune_2.def.json remove not needed defaults --- resources/definitions/elegoo_neptune_2.def.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 625cd1acbf..1027db372c 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -27,19 +27,13 @@ "travel_compensate_overlapping_walls_0_enabled":{"default_value": false}, "z_seam_type":{"default_value": "back"}, "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, - "material_initial_print_temperature":{"default_value": 200,"value": "max(-273.15, material_print_temperature)"}, - "material_final_print_temperature":{"default_value": 200,"value": "max(-273.15, material_print_temperature)"}, "wall_thickness":{"default_value": 1.2}, "wall_line_count":{"default_value": 3}, "top_bottom_thickness":{"default_value": 1.2}, "top_thickness":{"default_value": 1.2}, - "bottom_thickness":{"default_value": 1.2}, "infill_sparse_density":{"default_value": 15}, "machine_heated_bed": {"default_value": true}, "speed_print":{"default_value": 50}, - "material_print_temperature":{"default_value": 205}, - "default_material_bed_temperature":{"default_value": 50}, - "material_bed_temperature":{"default_value": 50}, "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, "speed_wall_x":{"default_value": 25,"value": "speed_wall"}, "speed_travel":{"default_value": 70,"value": "speed_print if magic_spiralize else 70"}, @@ -48,7 +42,6 @@ "retraction_amount":{"default_value": 5}, "retraction_speed":{"default_value": 70}, "adhesion_type":{"default_value": "skirt"}, - "adhesion_extruder_nr":{"default_value": "0"}, "switch_extruder_retraction_amount":{"default_value": 10}, "raft_margin":{"default_value": 5}, "raft_airgap":{"default_value": 0.25}, -- cgit v1.2.3 From 99d89439fee22a2c33566e7aa9fee8d98b2c05a5 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 16:17:13 -0800 Subject: Update elegoo_neptune_2.def.json Removed more overrides --- resources/definitions/elegoo_neptune_2.def.json | 26 ------------------------- 1 file changed, 26 deletions(-) (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 1027db372c..cdc78eeba8 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -20,34 +20,8 @@ "machine_width": {"default_value": 235}, "machine_height": {"default_value": 260}, "machine_depth": {"default_value": 235}, - "layer_height":{"default_value": 0.2}, - "layer_height_0":{"default_value": 0.25}, - "retraction_combing":{"default_value": "noskin"}, - "optimize_wall_printing_order":{"default_value": true}, - "travel_compensate_overlapping_walls_0_enabled":{"default_value": false}, - "z_seam_type":{"default_value": "back"}, - "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, - "wall_thickness":{"default_value": 1.2}, - "wall_line_count":{"default_value": 3}, - "top_bottom_thickness":{"default_value": 1.2}, - "top_thickness":{"default_value": 1.2}, - "infill_sparse_density":{"default_value": 15}, "machine_heated_bed": {"default_value": true}, - "speed_print":{"default_value": 50}, "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, - "speed_wall_x":{"default_value": 25,"value": "speed_wall"}, - "speed_travel":{"default_value": 70,"value": "speed_print if magic_spiralize else 70"}, - "speed_print_layer_0":{"default_value": 20,"value": "speed_layer_0 - 5"}, - "retraction_enable":{"default_value": true}, - "retraction_amount":{"default_value": 5}, - "retraction_speed":{"default_value": 70}, - "adhesion_type":{"default_value": "skirt"}, - "switch_extruder_retraction_amount":{"default_value": 10}, - "raft_margin":{"default_value": 5}, - "raft_airgap":{"default_value": 0.25}, - "brim_width":{"default_value": 5}, - "retraction_hop_enabled":{"default_value": false}, - "support_infill_rate":{"default_value": 15}, "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, "machine_start_gcode": {"default_value": "G28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} -- cgit v1.2.3 From 050f578dcbfb9541f7b79014736946abb34410dc Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 16:27:34 -0800 Subject: Update elegoo_neptune_2.def.json added defaults and mats --- resources/definitions/elegoo_neptune_2.def.json | 114 +++++++++++++++++++++++- 1 file changed, 113 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index cdc78eeba8..951ce23bbe 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -12,7 +12,109 @@ "machine_extruder_trains": { "0": "elgoo_neptune2_extruder_0" - } + }, + "preferred_material": "generic_pla", + "exclude_materials": [ + "Vertex_Delta_ABS", + "Vertex_Delta_PET", + "Vertex_Delta_PLA", + "Vertex_Delta_TPU", + "chromatik_pla", + "dsm_arnitel2045_175", + "dsm_novamid1070_175", + "fabtotum_abs", + "fabtotum_nylon", + "fabtotum_pla", + "fabtotum_tpu", + "fiberlogy_hd_pla", + "filo3d_pla", + "filo3d_pla_green", + "filo3d_pla_red", + "generic_abs", + "generic_bam", + "generic_cffcpe", + "generic_cffpa", + "generic_cpe", + "generic_cpe_plus", + "generic_gffcpe", + "generic_gffpa", + "generic_hips", + "generic_nylon", + "generic_pc", + "generic_petg", + "generic_pla", + "generic_pp", + "generic_pva", + "generic_tough_pla", + "generic_tpu", + "imade3d_petg_green", + "imade3d_petg_pink", + "imade3d_pla_green", + "imade3d_pla_pink", + "innofill_innoflex60_175", + "octofiber_pla", + "polyflex_pla", + "polymax_pla", + "polyplus_pla", + "polywood_pla", + "structur3d_dap100silicone", + "tizyx_abs", + "tizyx_pla", + "tizyx_pla_bois", + "ultimaker_abs_black", + "ultimaker_abs_blue", + "ultimaker_abs_green", + "ultimaker_abs_grey", + "ultimaker_abs_orange", + "ultimaker_abs_pearl-gold", + "ultimaker_abs_red", + "ultimaker_abs_silver-metallic", + "ultimaker_abs_white", + "ultimaker_abs_yellow", + "ultimaker_bam", + "ultimaker_cpe_black", + "ultimaker_cpe_blue", + "ultimaker_cpe_dark-grey", + "ultimaker_cpe_green", + "ultimaker_cpe_light-grey", + "ultimaker_cpe_plus_black", + "ultimaker_cpe_plus_transparent", + "ultimaker_cpe_plus_white", + "ultimaker_cpe_red", + "ultimaker_cpe_transparent", + "ultimaker_cpe_white", + "ultimaker_cpe_yellow", + "ultimaker_nylon_black", + "ultimaker_nylon_transparent", + "ultimaker_pc_black", + "ultimaker_pc_transparent", + "ultimaker_pc_white", + "ultimaker_pla_black", + "ultimaker_pla_blue", + "ultimaker_pla_green", + "ultimaker_pla_magenta", + "ultimaker_pla_orange", + "ultimaker_pla_pearl-white", + "ultimaker_pla_red", + "ultimaker_pla_silver-metallic", + "ultimaker_pla_transparent", + "ultimaker_pla_white", + "ultimaker_pla_yellow", + "ultimaker_pp_transparent", + "ultimaker_pva", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "ultimaker_tpu_black", + "ultimaker_tpu_blue", + "ultimaker_tpu_red", + "ultimaker_tpu_white", + "verbatim_bvoh_175", + "zyyx_pro_flex", + "zyyx_pro_pla" + ] + }, "overrides": { @@ -21,7 +123,17 @@ "machine_height": {"default_value": 260}, "machine_depth": {"default_value": 235}, "machine_heated_bed": {"default_value": true}, + "material_diameter": { "default_value": 1.75 }, + "z_seam_type":{"default_value": "back"}, + "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, + "retraction_enable":{"default_value": true}, + "retraction_amount":{"default_value": 5}, + "retraction_speed":{"default_value": 70}, + "adhesion_type":{"default_value": "skirt"}, + "raft_margin":{"default_value": 5}, + "raft_airgap":{"default_value": 0.25}, + "brim_width":{"default_value": 5}, "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, "machine_start_gcode": {"default_value": "G28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} -- cgit v1.2.3 From 4ff030bdf96ed6116d0067e55232c9c108dc0c98 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 16:48:54 -0800 Subject: Update elegoo_neptune_2.def.json speed update --- resources/definitions/elegoo_neptune_2.def.json | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 951ce23bbe..920add445d 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -124,6 +124,7 @@ "machine_depth": {"default_value": 235}, "machine_heated_bed": {"default_value": true}, "material_diameter": { "default_value": 1.75 }, + "speed_print": { "value": 60.0 } , "z_seam_type":{"default_value": "back"}, "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, -- cgit v1.2.3 From 6e9aca817c8d8d97f617f6ae919f13f5e3eec612 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 16:49:52 -0800 Subject: Added machine quality --- resources/definitions/elegoo_neptune_2.def.json | 1 + .../elegoo_neptune_2_coarse.inst.cfg | 24 ++++++++++++++++++++++ .../elegoo_neptune_2_draft.inst.cfg | 24 ++++++++++++++++++++++ .../elegoo_neptune_2_extra_coarse.inst.cfg | 24 ++++++++++++++++++++++ .../elegoo_neptune_2_extra_fine.inst.cfg | 24 ++++++++++++++++++++++ .../elegoo_neptune_2_fine.inst.cfg | 24 ++++++++++++++++++++++ .../elegoo_neptune_2_normal.inst.cfg | 24 ++++++++++++++++++++++ 7 files changed, 145 insertions(+) create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 920add445d..4fe78519ac 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -13,6 +13,7 @@ { "0": "elgoo_neptune2_extruder_0" }, + "has_machine_quality": true, "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg new file mode 100644 index 0000000000..dd014f2e73 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Coarse +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = coarse +weight = -3 +global_quality = True + +[values] +layer_height = 0.4 +layer_height_0 = 0.45 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg new file mode 100644 index 0000000000..c9e761cb9c --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Draft +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +weight = -2 +global_quality = True + +[values] +layer_height = 0.30 +layer_height_0 = 0.35 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg new file mode 100644 index 0000000000..cb2b2ae114 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Extra Coarse +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = Xcoarse +weight = -4 +global_quality = True + +[values] +layer_height = 0.5 +layer_height_0 = 0.55 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg new file mode 100644 index 0000000000..9f11afed3e --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Extra Fine +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = Xfine +weight = 1 +global_quality = True + +[values] +layer_height = 0.06 +layer_height_0 = 0.25 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg new file mode 100644 index 0000000000..845c828c03 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Fine +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = fine +weight = 1 +global_quality = True + +[values] +layer_height = 0.1 +layer_height_0 = 0.25 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg new file mode 100644 index 0000000000..6c4c44a24d --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Normal +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +layer_height_0 = 0.25 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin \ No newline at end of file -- cgit v1.2.3 From 65aa389077d7c6996cb4ff271ed2cf6a702b2c0a Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 16:53:41 -0800 Subject: Revert "Added machine quality" This reverts commit 6e9aca817c8d8d97f617f6ae919f13f5e3eec612. --- resources/definitions/elegoo_neptune_2.def.json | 1 - .../elegoo_neptune_2_coarse.inst.cfg | 24 ---------------------- .../elegoo_neptune_2_draft.inst.cfg | 24 ---------------------- .../elegoo_neptune_2_extra_coarse.inst.cfg | 24 ---------------------- .../elegoo_neptune_2_extra_fine.inst.cfg | 24 ---------------------- .../elegoo_neptune_2_fine.inst.cfg | 24 ---------------------- .../elegoo_neptune_2_normal.inst.cfg | 24 ---------------------- 7 files changed, 145 deletions(-) delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 4fe78519ac..920add445d 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -13,7 +13,6 @@ { "0": "elgoo_neptune2_extruder_0" }, - "has_machine_quality": true, "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg deleted file mode 100644 index dd014f2e73..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Coarse -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = coarse -weight = -3 -global_quality = True - -[values] -layer_height = 0.4 -layer_height_0 = 0.45 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg deleted file mode 100644 index c9e761cb9c..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Draft -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -layer_height = 0.30 -layer_height_0 = 0.35 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg deleted file mode 100644 index cb2b2ae114..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_coarse.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Extra Coarse -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = Xcoarse -weight = -4 -global_quality = True - -[values] -layer_height = 0.5 -layer_height_0 = 0.55 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg deleted file mode 100644 index 9f11afed3e..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_extra_fine.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Extra Fine -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = Xfine -weight = 1 -global_quality = True - -[values] -layer_height = 0.06 -layer_height_0 = 0.25 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg deleted file mode 100644 index 845c828c03..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Fine -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = fine -weight = 1 -global_quality = True - -[values] -layer_height = 0.1 -layer_height_0 = 0.25 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg deleted file mode 100644 index 6c4c44a24d..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Normal -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = normal -weight = 0 -global_quality = True - -[values] -layer_height = 0.2 -layer_height_0 = 0.25 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin \ No newline at end of file -- cgit v1.2.3 From f5aaef98a045d59fa7ab66903dfbd26ea4946d03 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 18:15:06 -0800 Subject: Readd qualities --- resources/definitions/elegoo_neptune_2.def.json | 8 +++-- .../elegoo_neptune_2_best.inst.cfg | 35 ++++++++++++++++++ .../elegoo_neptune_2_coarse.inst.cfg | 24 +++++++++++++ .../elegoo_neptune_2_normal.inst.cfg | 42 ++++++++++++++++++++++ .../elegoo_neptune_2_rough.inst.cfg | 40 +++++++++++++++++++++ 5 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 920add445d..eb5f28c599 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -1,18 +1,20 @@ { - "name": "Neptune 2", "version": 2, + "name": "Elegoo Neptune 2", "inherits": "fdmprinter", - "metadata": { + "metadata": + { "visible": true, "author": "Toylerrr", "manufacturer": "Elegoo", + "file_formats": "text/x-gcode", "platform": "elegoo_neptune_2.stl", "platform_offset": [0,0,0], - "file_formats": "text/x-gcode", "machine_extruder_trains": { "0": "elgoo_neptune2_extruder_0" }, + "has_machine_quality": true, "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg new file mode 100644 index 0000000000..1e56dcb94f --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Best +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = Xfine +weight = 1 +global_quality = True + +[values] +acceleration_enabled = True +jerk_enabled = True +layer_height = 0.12 +layer_height_0 = 0.2 +support_enable = False + +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 15 +material_flow_layer_0 = 95 +retraction_amount = 6 +skirt_brim_speed = 25.0 +speed_layer_0 = 25.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +top_bottom_thickness = 1 +travel_compensate_overlapping_walls_0_enabled = True +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg new file mode 100644 index 0000000000..dd014f2e73 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg @@ -0,0 +1,24 @@ +[general] +version = 4 +name = Coarse +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = coarse +weight = -3 +global_quality = True + +[values] +layer_height = 0.4 +layer_height_0 = 0.45 +top_thickness = 1.2 +bottom_thickness = 1.2 +speed_print = 50 +wall_thickness = 1.2 +wall_line_count = 3 +retraction_enable = true +retraction_amount = 5 +retraction_speed = 70 +retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg new file mode 100644 index 0000000000..486d46a6d7 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg @@ -0,0 +1,42 @@ +[general] +version = 4 +name = Normal +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +acceleration_enabled = True +adhesion_type = skirt +jerk_enabled = True +layer_height = 0.2 +layer_height_0 = 0.2 +support_enable = False +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 15 +material_flow_layer_0 = 95 +retraction_amount = 6 +skin_angles = [90 ] +skin_line_width = =line_width +skin_monotonic = True +skin_outline_count = 0 +skin_overlap = 30.0 +skirt_brim_speed = 25.0 +speed_layer_0 = 25.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +support_xy_distance = 0.2 +top_bottom_thickness = 1 +travel_compensate_overlapping_walls_0_enabled = True +wall_0_inset = 0.2 +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg new file mode 100644 index 0000000000..db35887a98 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg @@ -0,0 +1,40 @@ +[general] +version = 4 +name = Draft +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +weight = -2 +global_quality = True + +[values] +acceleration_enabled = True +jerk_enabled = True +layer_height = 0.28 +layer_height_0 = 0.28 + +bottom_layers = =999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4)) +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 10.0 +material_flow_layer_0 = 95 +retraction_amount = 6 +roofing_layer_count = 1 +skin_overlap = 15.0 +skirt_brim_speed = 25.0 +speed_layer_0 = 30.0 +speed_print = 60.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +top_bottom_thickness = =layer_height_0+layer_height*3 +top_layers = =0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4)) +travel_compensate_overlapping_walls_0_enabled = True +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_corner = z_seam_corner_weighted +z_seam_type = sharpest_corner \ No newline at end of file -- cgit v1.2.3 From 4cc0b0e5b5ec03c5fd88f26c6e6a10bf91ca3028 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sat, 15 Jan 2022 18:19:35 -0800 Subject: Revert "Readd qualities" This reverts commit f5aaef98a045d59fa7ab66903dfbd26ea4946d03. --- resources/definitions/elegoo_neptune_2.def.json | 8 ++--- .../elegoo_neptune_2_best.inst.cfg | 35 ------------------ .../elegoo_neptune_2_coarse.inst.cfg | 24 ------------- .../elegoo_neptune_2_normal.inst.cfg | 42 ---------------------- .../elegoo_neptune_2_rough.inst.cfg | 40 --------------------- 5 files changed, 3 insertions(+), 146 deletions(-) delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg delete mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index eb5f28c599..920add445d 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -1,20 +1,18 @@ { + "name": "Neptune 2", "version": 2, - "name": "Elegoo Neptune 2", "inherits": "fdmprinter", - "metadata": - { + "metadata": { "visible": true, "author": "Toylerrr", "manufacturer": "Elegoo", - "file_formats": "text/x-gcode", "platform": "elegoo_neptune_2.stl", "platform_offset": [0,0,0], + "file_formats": "text/x-gcode", "machine_extruder_trains": { "0": "elgoo_neptune2_extruder_0" }, - "has_machine_quality": true, "preferred_material": "generic_pla", "exclude_materials": [ "Vertex_Delta_ABS", diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg deleted file mode 100644 index 1e56dcb94f..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_best.inst.cfg +++ /dev/null @@ -1,35 +0,0 @@ -[general] -version = 4 -name = Best -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = Xfine -weight = 1 -global_quality = True - -[values] -acceleration_enabled = True -jerk_enabled = True -layer_height = 0.12 -layer_height_0 = 0.2 -support_enable = False - -coasting_enable = False -infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) -infill_pattern = grid -infill_sparse_density = 15 -material_flow_layer_0 = 95 -retraction_amount = 6 -skirt_brim_speed = 25.0 -speed_layer_0 = 25.0 -speed_travel_layer_0 = 125.0 -speed_wall_x = 50.0 -top_bottom_thickness = 1 -travel_compensate_overlapping_walls_0_enabled = True -wall_0_material_flow = 95 -wall_0_wipe_dist = 0.4 -wall_thickness = 1.2 -z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg deleted file mode 100644 index dd014f2e73..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_coarse.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -version = 4 -name = Coarse -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = coarse -weight = -3 -global_quality = True - -[values] -layer_height = 0.4 -layer_height_0 = 0.45 -top_thickness = 1.2 -bottom_thickness = 1.2 -speed_print = 50 -wall_thickness = 1.2 -wall_line_count = 3 -retraction_enable = true -retraction_amount = 5 -retraction_speed = 70 -retraction_combing = noskin \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg deleted file mode 100644 index 486d46a6d7..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -version = 4 -name = Normal -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = normal -weight = 0 -global_quality = True - -[values] -acceleration_enabled = True -adhesion_type = skirt -jerk_enabled = True -layer_height = 0.2 -layer_height_0 = 0.2 -support_enable = False -coasting_enable = False -infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) -infill_pattern = grid -infill_sparse_density = 15 -material_flow_layer_0 = 95 -retraction_amount = 6 -skin_angles = [90 ] -skin_line_width = =line_width -skin_monotonic = True -skin_outline_count = 0 -skin_overlap = 30.0 -skirt_brim_speed = 25.0 -speed_layer_0 = 25.0 -speed_travel_layer_0 = 125.0 -speed_wall_x = 50.0 -support_xy_distance = 0.2 -top_bottom_thickness = 1 -travel_compensate_overlapping_walls_0_enabled = True -wall_0_inset = 0.2 -wall_0_material_flow = 95 -wall_0_wipe_dist = 0.4 -wall_thickness = 1.2 -z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg deleted file mode 100644 index db35887a98..0000000000 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_rough.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -version = 4 -name = Draft -definition = elegoo_neptune_2 - -[metadata] -setting_version = 17 -type = quality -quality_type = draft -weight = -2 -global_quality = True - -[values] -acceleration_enabled = True -jerk_enabled = True -layer_height = 0.28 -layer_height_0 = 0.28 - -bottom_layers = =999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4)) -coasting_enable = False -infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) -infill_pattern = grid -infill_sparse_density = 10.0 -material_flow_layer_0 = 95 -retraction_amount = 6 -roofing_layer_count = 1 -skin_overlap = 15.0 -skirt_brim_speed = 25.0 -speed_layer_0 = 30.0 -speed_print = 60.0 -speed_travel_layer_0 = 125.0 -speed_wall_x = 50.0 -top_bottom_thickness = =layer_height_0+layer_height*3 -top_layers = =0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4)) -travel_compensate_overlapping_walls_0_enabled = True -wall_0_material_flow = 95 -wall_0_wipe_dist = 0.4 -wall_thickness = 1.2 -z_seam_corner = z_seam_corner_weighted -z_seam_type = sharpest_corner \ No newline at end of file -- cgit v1.2.3 From 1362741ea279c677d0b0528f1d1b4954d43c2afd Mon Sep 17 00:00:00 2001 From: MatiGabaglio <95039258+MatiGabaglio@users.noreply.github.com> Date: Wed, 19 Jan 2022 13:34:11 -0300 Subject: Changes to the start Gcode for Trimaker Nebula added " G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n" to the machine_start_gcode. Line 191 --- resources/definitions/trimaker_nebula.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/trimaker_nebula.def.json b/resources/definitions/trimaker_nebula.def.json index 46e57f96e5..dd8e3a565c 100644 --- a/resources/definitions/trimaker_nebula.def.json +++ b/resources/definitions/trimaker_nebula.def.json @@ -188,7 +188,7 @@ "adhesion_type": {"default_value": "skirt"}, "gantry_height": {"value": 2}, - "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0}; Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, + "machine_start_gcode": {"default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0}; Calentamos cama y esperamos\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n"}, "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, "machine_heated_bed": {"default_value": true}, "material_diameter": {"default_value": 1.75}, -- cgit v1.2.3 From e6b81168731ef7c7fdff537b2927efdacdb2917d Mon Sep 17 00:00:00 2001 From: MatiGabaglio <95039258+MatiGabaglio@users.noreply.github.com> Date: Tue, 8 Feb 2022 09:14:22 -0300 Subject: Update Trimaker Nebula Plus profile We have eliminated the list of excluded materials. --- .../definitions/trimaker_nebula_plus.def.json | 134 --------------------- 1 file changed, 134 deletions(-) (limited to 'resources') diff --git a/resources/definitions/trimaker_nebula_plus.def.json b/resources/definitions/trimaker_nebula_plus.def.json index abc5c1ee07..31946a512d 100644 --- a/resources/definitions/trimaker_nebula_plus.def.json +++ b/resources/definitions/trimaker_nebula_plus.def.json @@ -16,140 +16,6 @@ "platform_offset": [-117.5, -40, 147.5], "has_materials": true, "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}, - "exclude_materials": [ - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "emotiontech_abs", - "emotiontech_absx", - "emotiontech_asax", - "emotiontech_bvoh", - "emotiontech_hips", - "emotiontech_petg", - "emotiontech_pla", - "emotiontech_pva-m", - "emotiontech_pva-oks", - "emotiontech_pva-s", - "emotiontech_tpu98a", - "eSUN_PETG_Black", - "eSUN_PETG_Grey", - "eSUN_PETG_Purple", - "eSUN_PLA_PRO_Black", - "eSUN_PLA_PRO_Grey", - "eSUN_PLA_PRO_Purple", - "eSUN_PLA_PRO_White", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "generic_abs_175", - "generic_bam", - "generic_cffcpe", - "generic_cffpa", - "generic_cpe", - "generic_cpe_175", - "generic_cpe_plus", - "generic_gffcpe", - "generic_gffpa", - "generic_hips", - "generic_hips_175", - "generic_nylon", - "generic_nylon_175", - "generic_pc", - "generic_pc_175", - "generic_petg", - "generic_petg_175", - "generic_pla", - "generic_pla_175", - "generic_pp", - "generic_pva", - "generic_pva_175", - "generic_tough_pla", - "generic_tpu", - "generic_tpu_175", - "imade3d_petg_175", - "imade3d_pla_175", - "innofill_innoflex60_175", - "leapfrog_abs_natural", - "leapfrog_epla_natural", - "leapfrog_pva_natural", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "structur3d_dap100silicone", - "tizyx_abs", - "tizyx_flex", - "tizyx_petg", - "tizyx_pla", - "tizyx_pla_bois", - "tizyx_pva", - "ultimaker_abs_black", - "ultimaker_abs_blue", - "ultimaker_abs_green", - "ultimaker_abs_grey", - "ultimaker_abs_orange", - "ultimaker_abs_pearl-gold", - "ultimaker_abs_red", - "ultimaker_abs_silver-metallic", - "ultimaker_abs_white", - "ultimaker_abs_yellow", - "ultimaker_bam", - "ultimaker_cpe_black", - "ultimaker_cpe_blue", - "ultimaker_cpe_dark-grey", - "ultimaker_cpe_green", - "ultimaker_cpe_light-grey", - "ultimaker_cpe_plus_black", - "ultimaker_cpe_plus_transparent", - "ultimaker_cpe_plus_white", - "ultimaker_cpe_red", - "ultimaker_cpe_transparent", - "ultimaker_cpe_white", - "ultimaker_cpe_yellow", - "ultimaker_nylon_black", - "ultimaker_nylon_transparent", - "ultimaker_pc_black", - "ultimaker_pc_transparent", - "ultimaker_pc_white", - "ultimaker_pla_black", - "ultimaker_pla_blue", - "ultimaker_pla_green", - "ultimaker_pla_magenta", - "ultimaker_pla_orange", - "ultimaker_pla_pearl-white", - "ultimaker_pla_red", - "ultimaker_pla_silver-metallic", - "ultimaker_pla_transparent", - "ultimaker_pla_white", - "ultimaker_pla_yellow", - "ultimaker_pp_transparent", - "ultimaker_pva", - "ultimaker_tough_pla_black", - "ultimaker_tough_pla_green", - "ultimaker_tough_pla_red", - "ultimaker_tough_pla_white", - "ultimaker_tpu_black", - "ultimaker_tpu_blue", - "ultimaker_tpu_red", - "ultimaker_tpu_white", - "verbatim_bvoh_175", - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_PLA_Glitter", - "Vertex_Delta_PLA_Mat", - "Vertex_Delta_PLA_Satin", - "Vertex_Delta_PLA_Wood", - "Vertex_Delta_TPU", - "zyyx_pro_flex", - "zyyx_pro_pla" - ] }, "overrides": { -- cgit v1.2.3 From 35b08467cf471fd51965992bee4ea82e3f19738d Mon Sep 17 00:00:00 2001 From: Christopher Conroy <39525900+cbc02009@users.noreply.github.com> Date: Mon, 7 Mar 2022 07:52:56 -0500 Subject: fix retraction speed and amount for direct drive afterburner. --- resources/definitions/voron2_base.def.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json index ec069b24fb..b9a1484ae7 100644 --- a/resources/definitions/voron2_base.def.json +++ b/resources/definitions/voron2_base.def.json @@ -98,8 +98,9 @@ "machine_start_gcode": { "default_value": "print_start" }, "machine_end_gcode": { "default_value": "print_end" }, "adhesion_type": { "default_value": "skirt" }, + "retraction_amount": { "default_value": 0.75 }, "skirt_brim_minimal_length": { "default_value": 550 }, - "retraction_speed": { "default_value": 80, "maximum_value_warning": 130 }, + "retraction_speed": { "default_value": 30, "maximum_value_warning": 130 }, "retraction_retract_speed": { "maximum_value_warning": 130 }, "retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 }, "retraction_hop_enabled": { "default_value": true }, -- cgit v1.2.3 From e2ea2ee3f5675c8e637238a3fff639fa2043476b Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 10 Mar 2022 14:46:54 +0100 Subject: increase filter distance Adding and splitting of lines results in print artefacts and additional travel moves. Avoiding these by sacrificing some additional line width change is better. The linewidth can never very more then 75% - 150%, so this long filter distance cannot cause huge line width changes. PP-129 --- resources/definitions/fdmprinter.def.json | 6 +++--- resources/setting_visibility/expert.cfg | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index b1cbb07904..d8653c9e35 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1165,11 +1165,11 @@ "description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.", "type": "float", "unit": "mm", - "default_value": 1.4, - "value": "4 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", + "default_value": 100, + "value": "100", "minimum_value": "wall_transition_length", "minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", - "maximum_value_warning": "10 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x" + "maximum_value_warning": "999999" }, "wall_0_wipe_dist": { diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 8078cf84da..3673229f44 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -30,6 +30,7 @@ wall_thickness wall_line_count wall_0_wipe_dist wall_0_inset +wall_transition_filter_distance optimize_wall_printing_order inset_direction alternate_extra_perimeter -- cgit v1.2.3 From a9264cd41c44431059049266e2fc7de9b164cd64 Mon Sep 17 00:00:00 2001 From: Rijk van Manen <37628975+rijkvanmanen@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:59:23 +0100 Subject: set maximum value in stead of maximum value warning PP-129 Co-authored-by: Jaime van Kessel --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d8653c9e35..b86bfd4768 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1169,7 +1169,7 @@ "value": "100", "minimum_value": "wall_transition_length", "minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", - "maximum_value_warning": "999999" + "maximum_value": "999999" }, "wall_0_wipe_dist": { -- cgit v1.2.3 From 7830cd5bf910e7b2e001341d33e509aeb0ba59d0 Mon Sep 17 00:00:00 2001 From: Tyler Adler Date: Sun, 20 Mar 2022 20:19:19 -0700 Subject: Neptune 2 and 2D This adds machine_head_with_fans_polygon and gantry height as well as support for neptune 2D --- resources/definitions/elegoo_neptune_2.def.json | 114 ++------------------- resources/definitions/elegoo_neptune_2D.def.json | 55 ++++++++++ .../extruders/elegoo_neptune2D_extruder_0.def.json | 17 +++ .../extruders/elegoo_neptune2D_extruder_1.def.json | 17 +++ .../extruders/elegoo_neptune2_extruder_0.def.json | 17 +++ .../extruders/elgoo_neptune2_extruder_0.def.json | 15 --- .../elegoo_neptune_2_draft.inst.cfg | 40 ++++++++ .../elegoo_neptune_2_fine.inst.cfg | 35 +++++++ .../elegoo_neptune_2_normal.inst.cfg | 43 ++++++++ .../elegoo_neptune_2D_draft.inst.cfg | 40 ++++++++ .../elegoo_neptune_2D_fine.inst.cfg | 35 +++++++ .../elegoo_neptune_2D_normal.inst.cfg | 43 ++++++++ 12 files changed, 351 insertions(+), 120 deletions(-) create mode 100644 resources/definitions/elegoo_neptune_2D.def.json create mode 100644 resources/extruders/elegoo_neptune2D_extruder_0.def.json create mode 100644 resources/extruders/elegoo_neptune2D_extruder_1.def.json create mode 100644 resources/extruders/elegoo_neptune2_extruder_0.def.json delete mode 100644 resources/extruders/elgoo_neptune2_extruder_0.def.json create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg create mode 100644 resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg (limited to 'resources') diff --git a/resources/definitions/elegoo_neptune_2.def.json b/resources/definitions/elegoo_neptune_2.def.json index 920add445d..76dc16aec4 100644 --- a/resources/definitions/elegoo_neptune_2.def.json +++ b/resources/definitions/elegoo_neptune_2.def.json @@ -8,113 +8,13 @@ "manufacturer": "Elegoo", "platform": "elegoo_neptune_2.stl", "platform_offset": [0,0,0], + "has_machine_quality": true, + "preferred_quality_type": "normal", "file_formats": "text/x-gcode", "machine_extruder_trains": { - "0": "elgoo_neptune2_extruder_0" - }, - "preferred_material": "generic_pla", - "exclude_materials": [ - "Vertex_Delta_ABS", - "Vertex_Delta_PET", - "Vertex_Delta_PLA", - "Vertex_Delta_TPU", - "chromatik_pla", - "dsm_arnitel2045_175", - "dsm_novamid1070_175", - "fabtotum_abs", - "fabtotum_nylon", - "fabtotum_pla", - "fabtotum_tpu", - "fiberlogy_hd_pla", - "filo3d_pla", - "filo3d_pla_green", - "filo3d_pla_red", - "generic_abs", - "generic_bam", - "generic_cffcpe", - "generic_cffpa", - "generic_cpe", - "generic_cpe_plus", - "generic_gffcpe", - "generic_gffpa", - "generic_hips", - "generic_nylon", - "generic_pc", - "generic_petg", - "generic_pla", - "generic_pp", - "generic_pva", - "generic_tough_pla", - "generic_tpu", - "imade3d_petg_green", - "imade3d_petg_pink", - "imade3d_pla_green", - "imade3d_pla_pink", - "innofill_innoflex60_175", - "octofiber_pla", - "polyflex_pla", - "polymax_pla", - "polyplus_pla", - "polywood_pla", - "structur3d_dap100silicone", - "tizyx_abs", - "tizyx_pla", - "tizyx_pla_bois", - "ultimaker_abs_black", - "ultimaker_abs_blue", - "ultimaker_abs_green", - "ultimaker_abs_grey", - "ultimaker_abs_orange", - "ultimaker_abs_pearl-gold", - "ultimaker_abs_red", - "ultimaker_abs_silver-metallic", - "ultimaker_abs_white", - "ultimaker_abs_yellow", - "ultimaker_bam", - "ultimaker_cpe_black", - "ultimaker_cpe_blue", - "ultimaker_cpe_dark-grey", - "ultimaker_cpe_green", - "ultimaker_cpe_light-grey", - "ultimaker_cpe_plus_black", - "ultimaker_cpe_plus_transparent", - "ultimaker_cpe_plus_white", - "ultimaker_cpe_red", - "ultimaker_cpe_transparent", - "ultimaker_cpe_white", - "ultimaker_cpe_yellow", - "ultimaker_nylon_black", - "ultimaker_nylon_transparent", - "ultimaker_pc_black", - "ultimaker_pc_transparent", - "ultimaker_pc_white", - "ultimaker_pla_black", - "ultimaker_pla_blue", - "ultimaker_pla_green", - "ultimaker_pla_magenta", - "ultimaker_pla_orange", - "ultimaker_pla_pearl-white", - "ultimaker_pla_red", - "ultimaker_pla_silver-metallic", - "ultimaker_pla_transparent", - "ultimaker_pla_white", - "ultimaker_pla_yellow", - "ultimaker_pp_transparent", - "ultimaker_pva", - "ultimaker_tough_pla_black", - "ultimaker_tough_pla_green", - "ultimaker_tough_pla_red", - "ultimaker_tough_pla_white", - "ultimaker_tpu_black", - "ultimaker_tpu_blue", - "ultimaker_tpu_red", - "ultimaker_tpu_white", - "verbatim_bvoh_175", - "zyyx_pro_flex", - "zyyx_pro_pla" - ] - + "0": "elegoo_neptune2_extruder_0" + } }, "overrides": { @@ -124,6 +24,8 @@ "machine_depth": {"default_value": 235}, "machine_heated_bed": {"default_value": true}, "material_diameter": { "default_value": 1.75 }, + "machine_head_with_fans_polygon": {"value": [[-30, 35], [-30, -10], [25, 35], [25, -10]]}, + "gantry_height": {"value": 30}, "speed_print": { "value": 60.0 } , "z_seam_type":{"default_value": "back"}, "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, @@ -135,8 +37,10 @@ "raft_margin":{"default_value": 5}, "raft_airgap":{"default_value": 0.25}, "brim_width":{"default_value": 5}, + "skin_angles":{"default_value": [45, 135]}, + "infill_pattern":{"default_value": "gyroid"}, "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, - "machine_start_gcode": {"default_value": "G28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, + "machine_start_gcode": {"default_value": ";simage\n;gimage\nG28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} } } diff --git a/resources/definitions/elegoo_neptune_2D.def.json b/resources/definitions/elegoo_neptune_2D.def.json new file mode 100644 index 0000000000..ede0eb166c --- /dev/null +++ b/resources/definitions/elegoo_neptune_2D.def.json @@ -0,0 +1,55 @@ +{ + "name": "Neptune 2D", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Toylerrr", + "manufacturer": "Elegoo", + "platform": "elegoo_neptune_2.stl", + "platform_offset": [0,0,0], + "has_machine_quality": true, + "preferred_quality_type": "normal", + "file_formats": "text/x-gcode", + "machine_extruder_trains": + { + "0": "elegoo_neptune2D_extruder_0", + "1": "elegoo_neptune2D_extruder_1" + } + }, + + "overrides": { + "machine_name": {"default_value": "ELEGOO Neptune 2D"}, + "machine_extruder_count": {"default_value": 2}, + "machine_width": {"default_value": 235}, + "machine_height": {"default_value": 260}, + "machine_depth": {"default_value": 235}, + "machine_heated_bed": {"default_value": true}, + "material_diameter": { "default_value": 1.75 }, + "machine_head_with_fans_polygon": {"value": [[-30, 35], [-30, -10], [25, 35], [25, -10]]}, + "gantry_height": {"value": 30}, + "machine_extruders_share_heater": {"default_value": true}, + "machine_extruders_share_nozzle": {"default_value": true}, + "machine_always_write_active_tool": {"default_value": true}, + "prime_blob_enable": {"default_value": false}, + "prime_tower_enable": {"default_value": true}, + "prime_tower_size": {"default_value": 30}, + "prime_tower_min_volume": {"default_value": 90}, + "speed_print": { "value": 60.0 }, + "z_seam_type":{"default_value": "back"}, + "z_seam_corner":{"default_value": "z_seam_corner_weighted"}, + "material_standby_temperature":{"default_value": 200,"settable_per_extruder": false}, + "retraction_enable":{"default_value": true}, + "retraction_amount":{"default_value": 5}, + "retraction_speed":{"default_value": 70}, + "adhesion_type":{"default_value": "skirt"}, + "raft_margin":{"default_value": 5}, + "raft_airgap":{"default_value": 0.25}, + "brim_width":{"default_value": 5}, + "skin_angles":{"default_value": [45, 135]}, + "infill_pattern":{"default_value": "gyroid"}, + "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"}, + "machine_start_gcode": {"default_value": ";simage\n;gimage\nG28 ;home\n;G29 ;Run ABL\n;M420 S1 ;Enable ABL mesh\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X2.0 Y20 Z0.28 F5000.0 ;Move to start position\nG1 E90 F1200 ;Load filament\nG92 E0 ;Reset Extruder\nG1 X2.0 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X2.3 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X2.3 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"}, + "machine_end_gcode": {"default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-80 Z0.2 F1600 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"} + } +} diff --git a/resources/extruders/elegoo_neptune2D_extruder_0.def.json b/resources/extruders/elegoo_neptune2D_extruder_0.def.json new file mode 100644 index 0000000000..3c4b0ad64b --- /dev/null +++ b/resources/extruders/elegoo_neptune2D_extruder_0.def.json @@ -0,0 +1,17 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "elegoo_neptune_2", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": {"default_value": "G1 F1200 E80\nG92 E0"}, + "machine_extruder_end_code": {"default_value": "G1 F1600 E-80\nG92 E0"} + } +} \ No newline at end of file diff --git a/resources/extruders/elegoo_neptune2D_extruder_1.def.json b/resources/extruders/elegoo_neptune2D_extruder_1.def.json new file mode 100644 index 0000000000..7b633cf0d4 --- /dev/null +++ b/resources/extruders/elegoo_neptune2D_extruder_1.def.json @@ -0,0 +1,17 @@ +{ + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": { + "machine": "elegoo_neptune_2", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 1 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": {"default_value": "G1 F1200 E80\nG92 E0"}, + "machine_extruder_end_code": {"default_value": "G1 F1600 E-80\nG92 E0"} + } +} \ No newline at end of file diff --git a/resources/extruders/elegoo_neptune2_extruder_0.def.json b/resources/extruders/elegoo_neptune2_extruder_0.def.json new file mode 100644 index 0000000000..c182885b1f --- /dev/null +++ b/resources/extruders/elegoo_neptune2_extruder_0.def.json @@ -0,0 +1,17 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "elegoo_neptune_2", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_code": {"default_value": ""}, + "machine_extruder_end_code": {"default_value": ""} + } +} diff --git a/resources/extruders/elgoo_neptune2_extruder_0.def.json b/resources/extruders/elgoo_neptune2_extruder_0.def.json deleted file mode 100644 index 6f2e424350..0000000000 --- a/resources/extruders/elgoo_neptune2_extruder_0.def.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": { - "machine": "elegoo_neptune_2", - "position": "0" - }, - - "overrides": { - "extruder_nr": { "default_value": 0 }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - } -} diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg new file mode 100644 index 0000000000..db35887a98 --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg @@ -0,0 +1,40 @@ +[general] +version = 4 +name = Draft +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +weight = -2 +global_quality = True + +[values] +acceleration_enabled = True +jerk_enabled = True +layer_height = 0.28 +layer_height_0 = 0.28 + +bottom_layers = =999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4)) +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 10.0 +material_flow_layer_0 = 95 +retraction_amount = 6 +roofing_layer_count = 1 +skin_overlap = 15.0 +skirt_brim_speed = 25.0 +speed_layer_0 = 30.0 +speed_print = 60.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +top_bottom_thickness = =layer_height_0+layer_height*3 +top_layers = =0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4)) +travel_compensate_overlapping_walls_0_enabled = True +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_corner = z_seam_corner_weighted +z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg new file mode 100644 index 0000000000..9d82ff3eef --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = fine +weight = 1 +global_quality = True + +[values] +acceleration_enabled = True +jerk_enabled = True +layer_height = 0.12 +layer_height_0 = 0.2 +support_enable = False + +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 25 +material_flow_layer_0 = 95 +retraction_amount = 6 +skirt_brim_speed = 25.0 +speed_layer_0 = 25.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +top_bottom_thickness = 1 +travel_compensate_overlapping_walls_0_enabled = True +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg new file mode 100644 index 0000000000..b1ca6f926d --- /dev/null +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Normal +definition = elegoo_neptune_2 + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +acceleration_enabled = True +adhesion_type = skirt +jerk_enabled = True +layer_height = 0.2 +layer_height_0 = 0.2 +support_enable = False + +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 25 +material_flow_layer_0 = 95 +retraction_amount = 6 +skin_angles = [90 ] +skin_line_width = =line_width +skin_monotonic = True +skin_outline_count = 0 +skin_overlap = 30.0 +skirt_brim_speed = 25.0 +speed_layer_0 = 25.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +support_xy_distance = 0.2 +top_bottom_thickness = 1 +travel_compensate_overlapping_walls_0_enabled = True +wall_0_inset = 0.2 +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_type = sharpest_corner diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg new file mode 100644 index 0000000000..644627c7af --- /dev/null +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg @@ -0,0 +1,40 @@ +[general] +version = 4 +name = Draft +definition = elegoo_neptune_2D + +[metadata] +setting_version = 17 +type = quality +quality_type = draft +weight = -2 +global_quality = True + +[values] +acceleration_enabled = True +jerk_enabled = True +layer_height = 0.28 +layer_height_0 = 0.28 + +bottom_layers = =999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4)) +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 10.0 +material_flow_layer_0 = 95 +retraction_amount = 6 +roofing_layer_count = 1 +skin_overlap = 15.0 +skirt_brim_speed = 25.0 +speed_layer_0 = 30.0 +speed_print = 60.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +top_bottom_thickness = =layer_height_0+layer_height*3 +top_layers = =0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4)) +travel_compensate_overlapping_walls_0_enabled = True +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_corner = z_seam_corner_weighted +z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg new file mode 100644 index 0000000000..86f877ea26 --- /dev/null +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = elegoo_neptune_2D + +[metadata] +setting_version = 17 +type = quality +quality_type = fine +weight = 1 +global_quality = True + +[values] +acceleration_enabled = True +jerk_enabled = True +layer_height = 0.12 +layer_height_0 = 0.2 +support_enable = False + +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 25 +material_flow_layer_0 = 95 +retraction_amount = 6 +skirt_brim_speed = 25.0 +speed_layer_0 = 25.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +top_bottom_thickness = 1 +travel_compensate_overlapping_walls_0_enabled = True +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_type = sharpest_corner \ No newline at end of file diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg new file mode 100644 index 0000000000..5852a300d7 --- /dev/null +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Normal +definition = elegoo_neptune_2D + +[metadata] +setting_version = 17 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +acceleration_enabled = True +adhesion_type = skirt +jerk_enabled = True +layer_height = 0.2 +layer_height_0 = 0.2 +support_enable = False + +coasting_enable = False +infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1)))) +infill_pattern = grid +infill_sparse_density = 25 +material_flow_layer_0 = 95 +retraction_amount = 6 +skin_angles = [90 ] +skin_line_width = =line_width +skin_monotonic = True +skin_outline_count = 0 +skin_overlap = 30.0 +skirt_brim_speed = 25.0 +speed_layer_0 = 25.0 +speed_travel_layer_0 = 125.0 +speed_wall_x = 50.0 +support_xy_distance = 0.2 +top_bottom_thickness = 1 +travel_compensate_overlapping_walls_0_enabled = True +wall_0_inset = 0.2 +wall_0_material_flow = 95 +wall_0_wipe_dist = 0.4 +wall_thickness = 1.2 +z_seam_type = sharpest_corner -- cgit v1.2.3 From 55cb86ebbd8eab1434b97619b89d9d1565c404c9 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 24 Mar 2022 11:58:42 +0100 Subject: use namespace AlignmentFlag Contributes to CURA-8640 --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 4 ++-- resources/qml/Preferences/Materials/MaterialsView.qml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index dde2d91994..635e24d348 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -402,7 +402,7 @@ Window UM.Label { Layout.fillWidth: true - Layout.alignment: Qt.AlignVCenter + Layout.alignment: Qt.AlignmentFlag.AlignVCenter text: catalog.i18nc("@text Asking the user whether printers are missing in a list.", "Printers missing?") + "\n" + catalog.i18nc("@text", "Make sure all your printers are turned ON and connected to Digital Factory.") @@ -413,7 +413,7 @@ Window Cura.SecondaryButton { id: refreshListButton - Layout.alignment: Qt.AlignVCenter + Layout.alignment: Qt.AlignmentFlag.AlignVCenter text: catalog.i18nc("@button", "Refresh List") iconSource: UM.Theme.getIcon("ArrowDoubleCircleRight") onClicked: Cura.API.account.sync(true) diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 2cbadc6bd6..7942ee284e 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -206,7 +206,7 @@ Item { height: informationPage.rowHeight width: informationPage.columnWidth - verticalAlignment: Qt.AlignVCenter; text: catalog.i18nc("@label", "Color") + verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Color") } Row @@ -270,7 +270,7 @@ Item width: parent.width height: parent.rowHeight font: UM.Theme.getFont("default_bold") - verticalAlignment: Qt.AlignVCenter + verticalAlignment: Qt.AlignmentFlag.AlignVCenter text: catalog.i18nc("@label", "Properties") } @@ -571,7 +571,7 @@ Item height: spinBox.height + UM.Theme.getSize("default_lining").height text: model.label elide: Text.ElideRight - verticalAlignment: Qt.AlignVCenter + verticalAlignment: Qt.AlignmentFlag.AlignVCenter } Cura.SpinBox { -- cgit v1.2.3 From ff21c93f9b4a8cda1e6f00285ebc69b0f90d60b8 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 28 Mar 2022 15:33:43 +0200 Subject: Qt6 dropped QtGraphicalEffects https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html Contributes to CURA-8640 --- resources/qml/Account/AvatarImage.qml | 2 +- resources/qml/ActionButton.qml | 2 +- resources/qml/Cura.qml | 2 +- resources/qml/EmptyViewMenuComponent.qml | 2 +- resources/qml/WelcomePages/WelcomeDialogItem.qml | 2 +- resources/qml/WelcomePages/WhatsNewContent.qml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/AvatarImage.qml b/resources/qml/Account/AvatarImage.qml index 58c39e5065..af448c3e17 100644 --- a/resources/qml/Account/AvatarImage.qml +++ b/resources/qml/Account/AvatarImage.qml @@ -3,7 +3,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import QtGraphicalEffects 1.0 +import Qt5Compat.GraphicalEffects import UM 1.4 as UM diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index fece44d287..58f3705f2c 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -3,7 +3,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import QtGraphicalEffects 1.0 // For the dropshadow +import Qt5Compat.GraphicalEffects // For the dropshadow import UM 1.5 as UM import Cura 1.0 as Cura diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 89fc1f0ac2..ad5fb5587e 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 import QtQuick.Dialogs 1.2 -import QtGraphicalEffects 1.0 +import Qt5Compat.GraphicalEffects import UM 1.5 as UM import Cura 1.1 as Cura diff --git a/resources/qml/EmptyViewMenuComponent.qml b/resources/qml/EmptyViewMenuComponent.qml index 10a50ea023..8a1d83659a 100644 --- a/resources/qml/EmptyViewMenuComponent.qml +++ b/resources/qml/EmptyViewMenuComponent.qml @@ -3,7 +3,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import QtGraphicalEffects 1.0 // For the dropshadow +import Qt5Compat.GraphicalEffects // For the dropshadow import UM 1.2 as UM diff --git a/resources/qml/WelcomePages/WelcomeDialogItem.qml b/resources/qml/WelcomePages/WelcomeDialogItem.qml index 2d01642ada..6410d11cb0 100644 --- a/resources/qml/WelcomePages/WelcomeDialogItem.qml +++ b/resources/qml/WelcomePages/WelcomeDialogItem.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Window 2.2 -import QtGraphicalEffects 1.0 // For the DropShadow +import Qt5Compat.GraphicalEffects // For the DropShadow import UM 1.3 as UM import Cura 1.1 as Cura diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 0c65753cdd..6d04d830c2 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import QtGraphicalEffects 1.12 // For the DropShadow +import Qt5Compat.GraphicalEffects // For the DropShadow import UM 1.3 as UM import Cura 1.1 as Cura -- cgit v1.2.3 From f436c97abd93e39727ae20379a363f064a5ffd58 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 28 Mar 2022 16:11:28 +0200 Subject: Roughly strip out the GraphicalEffects For some reason qt6 that we built still didn't like it. Since we wanna know if the rest works, yeeting that stuff out for now --- resources/qml/Account/AvatarImage.qml | 5 +++-- resources/qml/ActionButton.qml | 1 - resources/qml/Cura.qml | 1 - resources/qml/EmptyViewMenuComponent.qml | 6 ++++-- resources/qml/WelcomePages/WelcomeDialogItem.qml | 6 +++--- resources/qml/WelcomePages/WhatsNewContent.qml | 8 -------- 6 files changed, 10 insertions(+), 17 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/AvatarImage.qml b/resources/qml/Account/AvatarImage.qml index af448c3e17..6df592ba33 100644 --- a/resources/qml/Account/AvatarImage.qml +++ b/resources/qml/Account/AvatarImage.qml @@ -3,7 +3,6 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import Qt5Compat.GraphicalEffects import UM 1.4 as UM @@ -35,6 +34,8 @@ Item color: hasAvatar ? "white" : "transparent" } + /* + TODO: Reimplement this without OpacityMask. OpacityMask { anchors.fill: parent @@ -42,7 +43,7 @@ Item maskSource: profileImageMask visible: hasAvatar cached: true - } + }*/ UM.RecolorImage { diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index 58f3705f2c..348d731a06 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -3,7 +3,6 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import Qt5Compat.GraphicalEffects // For the dropshadow import UM 1.5 as UM import Cura 1.0 as Cura diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index ad5fb5587e..f765b5e79a 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -4,7 +4,6 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 import QtQuick.Dialogs 1.2 -import Qt5Compat.GraphicalEffects import UM 1.5 as UM import Cura 1.1 as Cura diff --git a/resources/qml/EmptyViewMenuComponent.qml b/resources/qml/EmptyViewMenuComponent.qml index 8a1d83659a..61d821ccb6 100644 --- a/resources/qml/EmptyViewMenuComponent.qml +++ b/resources/qml/EmptyViewMenuComponent.qml @@ -3,7 +3,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import Qt5Compat.GraphicalEffects // For the dropshadow + import UM 1.2 as UM @@ -12,6 +12,8 @@ Rectangle { color: UM.Theme.getColor("disabled") + /* + TODO: Reimplement later DropShadow { id: shadow @@ -24,5 +26,5 @@ Rectangle color: UM.Theme.getColor("action_button_shadow") // Should always be drawn behind the background. z: parent.z - 1 - } + }*/ } diff --git a/resources/qml/WelcomePages/WelcomeDialogItem.qml b/resources/qml/WelcomePages/WelcomeDialogItem.qml index 6410d11cb0..d98610d7d8 100644 --- a/resources/qml/WelcomePages/WelcomeDialogItem.qml +++ b/resources/qml/WelcomePages/WelcomeDialogItem.qml @@ -4,7 +4,6 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Window 2.2 -import Qt5Compat.GraphicalEffects // For the DropShadow import UM 1.3 as UM import Cura 1.1 as Cura @@ -45,7 +44,8 @@ Item } // Drop shadow around the panel - DropShadow + // TODO: Maybe re-implement this some other way. + /*DropShadow { id: shadow radius: UM.Theme.getSize("first_run_shadow_radius").width @@ -55,7 +55,7 @@ Item verticalOffset: shadowOffset color: UM.Theme.getColor("first_run_shadow") transparentBorder: true - } + }*/ // Close this dialog when there's no more page to show Connections diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 6d04d830c2..2ac3935ece 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -4,7 +4,6 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import Qt5Compat.GraphicalEffects // For the DropShadow import UM 1.3 as UM import Cura 1.1 as Cura @@ -92,13 +91,6 @@ Item source: manager.getSubpageImageSource(index) } - DropShadow { - anchors.fill: subpageImage - radius: UM.Theme.getSize("monitor_shadow_radius").width - color: UM.Theme.getColor("first_run_shadow") - source: subpageImage - } - Cura.ScrollableTextArea { id: subpageText -- cgit v1.2.3 From 6a8c344bc952f51b4534ba35f4c3a4c769660c65 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 29 Mar 2022 12:30:24 +0200 Subject: Introduce setting wall_transition_filter_deviation --- resources/definitions/fdmprinter.def.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 95abd8df59..3a8f88f084 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1150,6 +1150,18 @@ "minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", "maximum_value_warning": "10 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x" }, + "wall_transition_filter_deviation": + { + "label": "Wall Transition Filter Deviation", + "description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.", + "type": "float", + "unit": "mm", + "default_value": 0.2, + "value": ".5 * wall_line_width_x", + "minimum_value": "0", + "minimum_value_warning": ".25 * wall_line_width_x", + "maximum_value_warning": "wall_line_width_x" + }, "wall_0_wipe_dist": { "label": "Outer Wall Wipe Distance", -- cgit v1.2.3 From ddbd91951f4ace160df34c2fba0929a2a31807f7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 29 Mar 2022 12:31:13 +0200 Subject: Rename Filter Distance We're not filtering distances, we're filtering stuff by this distance, so the word order should be reversed --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3a8f88f084..16e82b2ecc 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1140,7 +1140,7 @@ }, "wall_transition_filter_distance": { - "label": "Wall Transition Distance Filter", + "label": "Wall Transition Filter Distance", "description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.", "type": "float", "unit": "mm", -- cgit v1.2.3 From 99a3a8d11d16ca1b6ee94e3a6cf54a329bbf100f Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 29 Mar 2022 16:04:02 +0200 Subject: QTQuick.Dialogs jumped to using 6.0 in QT6 Update imports to use correct version number. CURA-8640 --- resources/qml/Cura.qml | 2 +- resources/qml/Preferences/Materials/MaterialsPage.qml | 2 +- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 2 +- resources/qml/Preferences/Materials/MaterialsView.qml | 2 +- resources/qml/Preferences/ProfilesPage.qml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index f765b5e79a..24ab9dc48a 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -3,7 +3,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 1.2 +import QtQuick.Dialogs 6.0 import UM 1.5 as UM import Cura 1.1 as Cura diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index 2774c2a204..f0e8d59137 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -3,7 +3,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 1.2 +import QtQuick.Dialogs 6.0 import UM 1.5 as UM import Cura 1.5 as Cura diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 635e24d348..ae9ddbdac2 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -3,7 +3,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 1.2 +import QtQuick.Dialogs 6.0 import QtQuick.Layouts 1.15 import QtQuick.Window 2.1 import Cura 1.1 as Cura diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 7942ee284e..9e7359ba4b 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -3,7 +3,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 1.2 +import QtQuick.Dialogs 6.0 import QtQuick.Layouts 1.3 import UM 1.5 as UM diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 9ea23194e7..e002442d55 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.3 -import QtQuick.Dialogs 1.2 +import QtQuick.Dialogs 6.0 import UM 1.5 as UM import Cura 1.6 as Cura -- cgit v1.2.3 From 2f2f3bb5281b203787351635ca589c812da54bf2 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 29 Mar 2022 18:17:06 +0200 Subject: change filter deviation defaults as discussed with Rijk from PP&M --- resources/definitions/fdmprinter.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 16e82b2ecc..fde8e0875e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1156,11 +1156,11 @@ "description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.", "type": "float", "unit": "mm", - "default_value": 0.2, - "value": ".5 * wall_line_width_x", + "default_value": 0.1, + "value": ".25 * machine_nozzle_size", "minimum_value": "0", - "minimum_value_warning": ".25 * wall_line_width_x", - "maximum_value_warning": "wall_line_width_x" + "minimum_value_warning": ".01", + "maximum_value_warning": "machine_nozzle_size" }, "wall_0_wipe_dist": { -- cgit v1.2.3 From 3c9e2a1b08ff48e80439ce5cf7a36103ebb39af5 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 30 Mar 2022 15:10:37 +0200 Subject: Update RegExpValidator to RegularExpressionValidator Due to Qt6 API change CURA-8640 --- resources/qml/ColorDialog.qml | 2 +- resources/qml/JobSpecs.qml | 4 ++-- resources/qml/MachineSettings/NumericTextFieldWithUnit.qml | 4 ++-- resources/qml/PrinterOutput/ExtruderBox.qml | 2 +- resources/qml/PrinterOutput/HeatedBedBox.qml | 2 +- resources/qml/Settings/SettingTextField.qml | 6 +++--- resources/qml/SpinBox.qml | 4 ++-- resources/qml/WelcomePages/AddLocalPrinterScrollView.qml | 4 ++-- resources/qml/WelcomePages/AddPrinterByIpContent.qml | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) (limited to 'resources') diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index 6877ef34b6..f05222fdf0 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -116,7 +116,7 @@ UM.Dialog text = `#${text}`; } } - validator: RegExpValidator { regExp: /^#([a-fA-F0-9]{0,6})$/ } + validator: RegularExpressionValidator { regularExpression: /^#([a-fA-F0-9]{0,6})$/ } } Rectangle diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 1a5f40466a..e1d287bed7 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -97,8 +97,8 @@ Item cursorPosition = 0 } - validator: RegExpValidator { - regExp: /^[^\\\/\*\?\|\[\]]*$/ + validator: RegularExpressionValidator { + regularExpression: /^[^\\\/\*\?\|\[\]]*$/ } color: UM.Theme.getColor("text_scene") background: Item {} diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 51c9730052..99d00428c1 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -172,9 +172,9 @@ UM.TooltipArea return "^%0\\d{0,%1}[.,]?\\d{0,%2}$".arg(minus).arg(digits).arg(numericTextFieldWithUnit.decimals) } } - validator: RegExpValidator + validator: RegularExpressionValidator { - regExp: new RegExp(textFieldWithUnit.validatorString) + regularExpression: new RegExp(textFieldWithUnit.validatorString) } //Enforce actual minimum and maximum values. diff --git a/resources/qml/PrinterOutput/ExtruderBox.qml b/resources/qml/PrinterOutput/ExtruderBox.qml index bea7c3bdd8..7a1288b0d4 100644 --- a/resources/qml/PrinterOutput/ExtruderBox.qml +++ b/resources/qml/PrinterOutput/ExtruderBox.qml @@ -206,7 +206,7 @@ Item selectByMouse: true maximumLength: 5 enabled: parent.enabled - validator: RegExpValidator { regExp: /^-?[0-9]{0,9}[.,]?[0-9]{0,10}$/ } //Floating point regex. + validator: RegularExpressionValidator { regularExpression: /^-?[0-9]{0,9}[.,]?[0-9]{0,10}$/ } //Floating point regex. anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width anchors.right: unit.left diff --git a/resources/qml/PrinterOutput/HeatedBedBox.qml b/resources/qml/PrinterOutput/HeatedBedBox.qml index 288e9cab3f..490168ac0e 100644 --- a/resources/qml/PrinterOutput/HeatedBedBox.qml +++ b/resources/qml/PrinterOutput/HeatedBedBox.qml @@ -186,7 +186,7 @@ Item selectByMouse: true maximumLength: 5 enabled: parent.enabled - validator: RegExpValidator { regExp: /^-?[0-9]{0,9}[.,]?[0-9]{0,10}$/ } //Floating point regex. + validator: RegularExpressionValidator { regularExpression: /^-?[0-9]{0,9}[.,]?[0-9]{0,10}$/ } //Floating point regex. anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width anchors.right: unit.left diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index 95976ad58e..01f5aea381 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -1,8 +1,8 @@ // Copyright (c) 2021 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.7 -import QtQuick.Controls 2.0 +import QtQuick 2.14 +import QtQuick.Controls 2.15 import UM 1.5 as UM @@ -154,7 +154,7 @@ SettingItem // should be done as little as possible) clip: definition.type == "str" || definition.type == "[int]" - validator: RegExpValidator { regExp: (definition.type == "[int]") ? /^\[?(\s*-?[0-9]{0,9}\s*,)*(\s*-?[0-9]{0,9})\s*\]?$/ : (definition.type == "int") ? /^-?[0-9]{0,10}$/ : (definition.type == "float") ? /^-?[0-9]{0,9}[.,]?[0-9]{0,3}$/ : /^.*$/ } // definition.type property from parent loader used to disallow fractional number entry + validator: RegularExpressionValidator { regularExpression: (definition.type == "[int]") ? /^\[?(\s*-?[0-9]{0,9}\s*,)*(\s*-?[0-9]{0,9})\s*\]?$/ : (definition.type == "int") ? /^-?[0-9]{0,10}$/ : (definition.type == "float") ? /^-?[0-9]{0,9}[.,]?[0-9]{0,3}$/ : /^.*$/ } // definition.type property from parent loader used to disallow fractional number entry Binding { diff --git a/resources/qml/SpinBox.qml b/resources/qml/SpinBox.qml index 5f809a434a..2840d0405e 100644 --- a/resources/qml/SpinBox.qml +++ b/resources/qml/SpinBox.qml @@ -28,9 +28,9 @@ Item property bool editable: true - property var validator: RegExpValidator + property var validator: RegularExpressionValidator { - regExp: new RegExp("^" + prefix + "([0-9]+[.|,]?[0-9]*)?" + suffix + "$") + regularExpression: new RegExp("^" + prefix + "([0-9]+[.|,]?[0-9]*)?" + suffix + "$") } signal editingFinished() diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index d2d48267de..2eb6216325 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -235,9 +235,9 @@ Item placeholderText: catalog.i18nc("@text", "Please name your printer") maximumLength: 40 width: parent.width - (printerNameLabel.width + (3 * UM.Theme.getSize("default_margin").width)) - validator: RegExpValidator + validator: RegularExpressionValidator { - regExp: printerNameTextField.machineNameValidator.machineNameRegex + regularExpression: printerNameTextField.machineNameValidator.machineNameRegex } property var machineNameValidator: Cura.MachineNameValidator { } } diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index 2207bd1708..86b54e3ec1 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -123,9 +123,9 @@ Item onInvalidInputDetected: invalidInputLabel.visible = true - validator: RegExpValidator + validator: RegularExpressionValidator { - regExp: /([a-fA-F0-9.:]+)?/ + regularExpression: /([a-fA-F0-9.:]+)?/ } onTextEdited: invalidInputLabel.visible = false -- cgit v1.2.3 From 1acf96dfa1780d6a494b8beca177b8034eaef62d Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 30 Mar 2022 15:13:34 +0200 Subject: Update file dialog properties Due to API change CURA-8640 --- resources/qml/Cura.qml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 24ab9dc48a..e4a8a9ee48 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -635,14 +635,9 @@ UM.MainWindow //: File open dialog title title: catalog.i18nc("@title:window","Open file(s)") modality: Qt.WindowModal - selectMultiple: true + fileMode: FileDialog.OpenFiles nameFilters: UM.MeshFileHandler.supportedReadFileTypes; - folder: - { - //Because several implementations of the file dialog only update the folder when it is explicitly set. - folder = CuraApplication.getDefaultPath("dialog_load_path"); - return CuraApplication.getDefaultPath("dialog_load_path"); - } + currentFolder: CuraApplication.getDefaultPath("dialog_load_path") onAccepted: { // Because several implementations of the file dialog only update the folder -- cgit v1.2.3 From 4f70d34631e8075d1f23888439355683bbde97a1 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 30 Mar 2022 16:55:56 +0200 Subject: wip qt changes --- .../qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml | 16 ++++++++-------- resources/qml/TableView.qml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'resources') diff --git a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml index bcace5a8b1..01cbdd7d60 100644 --- a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml @@ -1,7 +1,7 @@ //Copyright (c) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -import Qt.labs.qmlmodels 1.0 +//import Qt.labs.qmlmodels 1.0 import QtQuick 2.1 import QtQuick.Controls 2.15 @@ -77,13 +77,13 @@ UM.Dialog Cura.MachineManager.activeQualityDisplayNameMap["main"], catalog.i18nc("@title:column", "Current changes") ] - model: TableModel - { - TableModelColumn { display: "label" } - TableModelColumn { display: "original_value" } - TableModelColumn { display: "user_value" } - rows: userChangesModel.items - } +// model: TableModel +// { +// TableModelColumn { display: "label" } +// TableModelColumn { display: "original_value" } +// TableModelColumn { display: "user_value" } +// rows: userChangesModel.items +// } sectionRole: "category" } } diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml index 5e0b863f5a..885efe0765 100644 --- a/resources/qml/TableView.qml +++ b/resources/qml/TableView.qml @@ -1,7 +1,7 @@ //Copyright (C) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -import Qt.labs.qmlmodels 1.0 +//import Qt.labs.qmlmodels 1.0 import QtQuick 2.15 import QtQuick.Controls 2.15 -- cgit v1.2.3 From d240feb78a777dcd06f0594593abf3b32de63258 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 30 Mar 2022 17:08:59 +0200 Subject: Removing shit until works. --- resources/qml/Cura.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index e4a8a9ee48..8a04623bf1 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -170,7 +170,7 @@ UM.MainWindow } height: stageMenu.source != "" ? Math.round(mainWindowHeader.height + stageMenu.height / 2) : mainWindowHeader.height - LinearGradient + /*LinearGradient { anchors.fill: parent start: Qt.point(0, 0) @@ -193,7 +193,7 @@ UM.MainWindow color: UM.Theme.getColor("main_window_header_background") } } - } + }*/ // This is a placeholder for adding a pattern in the header Image @@ -207,7 +207,7 @@ UM.MainWindow } } - MainWindowHeader + /*MainWindowHeader { id: mainWindowHeader anchors @@ -216,7 +216,7 @@ UM.MainWindow right: parent.right top: applicationMenu.bottom } - } + }*/ Item { -- cgit v1.2.3 From 9f735a192ee786ff99ec1e1f9661e1d63d8017c2 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 30 Mar 2022 17:39:43 +0200 Subject: Bump up qtQuick version --- resources/qml/WelcomePages/AddLocalPrinterScrollView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 2eb6216325..1f779ef432 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -1,8 +1,8 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 -import QtQuick.Controls 2.3 +import QtQuick 2.15 +import QtQuick.Controls 2.14 import UM 1.5 as UM import Cura 1.1 as Cura -- cgit v1.2.3 From f176924c2a154f7e332a2aefe10235df96ced352 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 31 Mar 2022 13:34:41 +0200 Subject: Renable MainWindow header by disabling account widget The account widget is still causing issues, but at least thats less --- resources/qml/Cura.qml | 4 ++-- resources/qml/MainWindow/MainWindowHeader.qml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 8a04623bf1..8e5f5a0383 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -207,7 +207,7 @@ UM.MainWindow } } - /*MainWindowHeader + MainWindowHeader { id: mainWindowHeader anchors @@ -216,7 +216,7 @@ UM.MainWindow right: parent.right top: applicationMenu.bottom } - }*/ + } Item { diff --git a/resources/qml/MainWindow/MainWindowHeader.qml b/resources/qml/MainWindow/MainWindowHeader.qml index 3f22879992..6e477913e1 100644 --- a/resources/qml/MainWindow/MainWindowHeader.qml +++ b/resources/qml/MainWindow/MainWindowHeader.qml @@ -203,7 +203,7 @@ Item } } - AccountWidget + /*AccountWidget { id: accountWidget anchors @@ -212,5 +212,5 @@ Item right: parent.right rightMargin: UM.Theme.getSize("default_margin").width } - } + }*/ } -- cgit v1.2.3 From 1df9ca55c88d3fa26b0c11f48a35e4565f20543c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 31 Mar 2022 14:04:49 +0200 Subject: Use correct default button for package install dialog --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 8e5f5a0383..7f6c49cbb1 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -739,7 +739,7 @@ UM.MainWindow { id: packageInstallDialog title: catalog.i18nc("@window:title", "Install Package") - standardButtons: StandardButton.Ok + standardButtons: Dialog.Ok } Cura.MessageDialog -- cgit v1.2.3 From af712785c8a0e88eb5b86c7f9dacbf7b5b69d12a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 31 Mar 2022 14:16:57 +0200 Subject: No longer inject parameters into function handling in qml --- .../Menus/ConfigurationMenu/ConfigurationMenu.qml | 2 +- .../Menus/ConfigurationMenu/CustomConfiguration.qml | 4 ++-- resources/qml/Menus/ContextMenu.qml | 4 ++-- resources/qml/Menus/ExtensionMenu.qml | 8 ++++---- resources/qml/Menus/MaterialMenu.qml | 20 ++++++++++---------- resources/qml/Menus/NozzleMenu.qml | 4 ++-- resources/qml/Menus/OpenFilesMenu.qml | 4 ++-- resources/qml/Menus/PrinterMenu.qml | 8 ++++---- resources/qml/Menus/SaveProjectMenu.qml | 4 ++-- resources/qml/Menus/SettingVisibilityPresetsMenu.qml | 9 +++------ resources/qml/Menus/SettingsMenu.qml | 4 ++-- 11 files changed, 34 insertions(+), 37 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml index 58d96f8028..d9ffc5b09f 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml @@ -57,7 +57,7 @@ Cura.ExpandablePopup property var extruderStack: activeMachine ? activeMachine.extruderList[model.index]: null property bool valueWarning: !Cura.ExtruderManager.getExtruderHasQualityForMaterial(extruderStack) - property bool valueError: activeMachine ? Cura.ContainerManager.getContainerMetaDataEntry(extruderStack.material.id, "compatible", "") != "True" : false + property bool valueError: activeMachine ? Cura.ContainerManager.getContainerMetaDataEntry(extruderStack.material.id, "compatible") != "True" : false // Extruder icon. Shows extruder index and has the same color as the active material. Cura.ExtruderIcon diff --git a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml index 4b2b84d39e..55ee56be8e 100644 --- a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml @@ -202,7 +202,7 @@ Item return paddedWidth - textWidth - UM.Theme.getSize("print_setup_big_item").height * 0.5 - UM.Theme.getSize("default_margin").width } } - property string instructionLink: Cura.MachineManager.activeStack != null ? Cura.ContainerManager.getContainerMetaDataEntry(Cura.MachineManager.activeStack.material.id, "instruction_link", ""): "" + property string instructionLink: Cura.MachineManager.activeStack != null ? Cura.ContainerManager.getContainerMetaDataEntry(Cura.MachineManager.activeStack.material.id, "instruction_link"): "" Row { @@ -269,7 +269,7 @@ Item { id: materialSelection - property bool valueError: Cura.MachineManager.activeStack !== null ? Cura.ContainerManager.getContainerMetaDataEntry(Cura.MachineManager.activeStack.material.id, "compatible", "") !== "True" : true + property bool valueError: Cura.MachineManager.activeStack !== null ? Cura.ContainerManager.getContainerMetaDataEntry(Cura.MachineManager.activeStack.material.id, "compatible") !== "True" : true property bool valueWarning: !Cura.MachineManager.isActiveQualitySupported text: Cura.MachineManager.activeStack !== null ? Cura.MachineManager.activeStack.material.name : "" diff --git a/resources/qml/Menus/ContextMenu.qml b/resources/qml/Menus/ContextMenu.qml index 1bba79e2c1..cbae92efba 100644 --- a/resources/qml/Menus/ContextMenu.qml +++ b/resources/qml/Menus/ContextMenu.qml @@ -45,8 +45,8 @@ Cura.Menu shortcut: "Ctrl+" + (model.index + 1) } // Add it to the fifth position (and above) as we want it to be added after the extruder header. - onObjectAdded: base.insertItem(index + 5, object) - onObjectRemoved: base.removeItem(object) + onObjectAdded: function(index, object) { base.insertItem(index + 5, object) } + onObjectRemoved: function(object) { base.removeItem(object) } } // Global actions diff --git a/resources/qml/Menus/ExtensionMenu.qml b/resources/qml/Menus/ExtensionMenu.qml index 3c2d1a79c7..4ba36bbb40 100644 --- a/resources/qml/Menus/ExtensionMenu.qml +++ b/resources/qml/Menus/ExtensionMenu.qml @@ -53,12 +53,12 @@ Cura.Menu sourceComponent: modelText.trim() == "" ? extensionsMenuSeparator : extensionsMenuItem } - onObjectAdded: sub_menu.insertItem(index, object.item) - onObjectRemoved: sub_menu.removeItem(object.item) + onObjectAdded: function(index, object) { sub_menu.insertItem(index, object.item)} + onObjectRemoved: function(object) { sub_menu.removeItem(object.item)} } } - onObjectAdded: extensionMenu.insertMenu(index, object) - onObjectRemoved: extensionMenu.removeMenu(object) + onObjectAdded: function(index, object) { extensionMenu.insertMenu(index, object) } + onObjectRemoved: function(object) { extensionMenu.removeMenu(object)} } } \ No newline at end of file diff --git a/resources/qml/Menus/MaterialMenu.qml b/resources/qml/Menus/MaterialMenu.qml index e6d7fbc3e9..5ffe4efbb6 100644 --- a/resources/qml/Menus/MaterialMenu.qml +++ b/resources/qml/Menus/MaterialMenu.qml @@ -66,8 +66,8 @@ Cura.Menu checked: model.root_material_id === materialMenu.currentRootMaterialId onTriggered: Cura.MachineManager.setMaterial(extruderIndex, model.container_node) } - onObjectAdded: materialMenu.insertItem(index + 1, object) - onObjectRemoved: materialMenu.removeItem(index) + onObjectAdded: function(index, object) { materialMenu.insertItem(index + 1, object) } + onObjectRemoved: function(object) { materialMenu.removeItem(index) } } Cura.MenuSeparator { visible: favoriteMaterialsModel.items.length > 0} @@ -88,8 +88,8 @@ Cura.Menu checked: model.root_material_id === materialMenu.currentRootMaterialId onTriggered: Cura.MachineManager.setMaterial(extruderIndex, model.container_node) } - onObjectAdded: genericMenu.insertItem(index, object) - onObjectRemoved: genericMenu.removeItem(index) + onObjectAdded: function(index, object) { genericMenu.insertItem(index, object)} + onObjectRemoved: function(object) {genericMenu.removeItem(index) } } } @@ -127,16 +127,16 @@ Cura.Menu onTriggered: Cura.MachineManager.setMaterial(extruderIndex, model.container_node) } - onObjectAdded: brandMaterialsMenu.insertItem(index, object) - onObjectRemoved: brandMaterialsMenu.removeItem(object) + onObjectAdded: function(index, object) { brandMaterialsMenu.insertItem(index, object)} + onObjectRemoved: function(object) {brandMaterialsMenu.removeItem(object)} } } - onObjectAdded: brandMenu.insertMenu(index, object) - onObjectRemoved: brandMenu.removeMenu(object) + onObjectAdded: function(index, object) { brandMenu.insertMenu(index, object)} + onObjectRemoved: function(object) {brandMenu.removeMenu(object)} } } - onObjectAdded: materialMenu.insertMenu(index + 4, object) - onObjectRemoved: materialMenu.removeMenu(object) + onObjectAdded: function(index, object) {materialMenu.insertMenu(index + 4, object)} + onObjectRemoved: function(object) { materialMenu.removeMenu(object)} } Cura.MenuSeparator {} diff --git a/resources/qml/Menus/NozzleMenu.qml b/resources/qml/Menus/NozzleMenu.qml index b320a02a5e..896866e82f 100644 --- a/resources/qml/Menus/NozzleMenu.qml +++ b/resources/qml/Menus/NozzleMenu.qml @@ -49,8 +49,8 @@ Cura.Menu onTriggered: Cura.MachineManager.setVariant(nozzleMenu.extruderIndex, model.container_node) } - onObjectAdded: nozzleMenu.insertItem(index, object) - onObjectRemoved: nozzleMenu.removeItem(object) + onObjectAdded: function(index, object) { nozzleMenu.insertItem(index, object) } + onObjectRemoved: function(object) {nozzleMenu.removeItem(object)} } } diff --git a/resources/qml/Menus/OpenFilesMenu.qml b/resources/qml/Menus/OpenFilesMenu.qml index de5ab00c76..1cc98d2285 100644 --- a/resources/qml/Menus/OpenFilesMenu.qml +++ b/resources/qml/Menus/OpenFilesMenu.qml @@ -34,8 +34,8 @@ Cura.Menu } shortcut: model.shortcut } - onObjectAdded: openFilesMenu.insertItem(index, object) + onObjectAdded: function(index, object) { openFilesMenu.insertItem(index, object)} - onObjectRemoved: openFilesMenu.removeItem(object) + onObjectRemoved: function(object) { openFilesMenu.removeItem(object) } } } diff --git a/resources/qml/Menus/PrinterMenu.qml b/resources/qml/Menus/PrinterMenu.qml index 9f0e0575b0..6a9a36b17d 100644 --- a/resources/qml/Menus/PrinterMenu.qml +++ b/resources/qml/Menus/PrinterMenu.qml @@ -38,8 +38,8 @@ Cura.Menu checked: Cura.MachineManager.activeMachineNetworkGroupName == connectGroupName onTriggered: Cura.MachineManager.setActiveMachine(model.id) } - onObjectAdded: menu.insertItem(2, object) - onObjectRemoved: menu.removeItem(object) + onObjectAdded: function(index, object) { menu.insertItem(2, object)} + onObjectRemoved: function(object) { menu.removeItem(object)} } Cura.MenuSeparator { visible: networKPrinterInstantiator.count > 0 } @@ -66,8 +66,8 @@ Cura.Menu onTriggered: Cura.MachineManager.setActiveMachine(model.id) } // A bit hackish, but we have 2 items at the end, put them before that - onObjectAdded: menu.insertItem(menu.count - 2, object) - onObjectRemoved: menu.removeItem(object) + onObjectAdded: function(index, object) { menu.insertItem(menu.count - 2, object) } + onObjectRemoved: function(object) { menu.removeItem(object) } } Cura.MenuSeparator { visible: localPrinterInstantiator.count > 0 } diff --git a/resources/qml/Menus/SaveProjectMenu.qml b/resources/qml/Menus/SaveProjectMenu.qml index 16d54382d1..ac40f4b598 100644 --- a/resources/qml/Menus/SaveProjectMenu.qml +++ b/resources/qml/Menus/SaveProjectMenu.qml @@ -43,8 +43,8 @@ Cura.Menu shortcut: model.shortcut enabled: saveProjectMenu.shouldBeVisible } - onObjectAdded: saveProjectMenu.insertItem(index, object) - onObjectRemoved: saveProjectMenu.removeItem(object) + onObjectAdded: function(index, object) { saveProjectMenu.insertItem(index, object)} + onObjectRemoved: function(object) { saveProjectMenu.removeItem(object)} } WorkspaceSummaryDialog diff --git a/resources/qml/Menus/SettingVisibilityPresetsMenu.qml b/resources/qml/Menus/SettingVisibilityPresetsMenu.qml index 08d74a74ce..8518f4e93c 100644 --- a/resources/qml/Menus/SettingVisibilityPresetsMenu.qml +++ b/resources/qml/Menus/SettingVisibilityPresetsMenu.qml @@ -29,14 +29,11 @@ Cura.Menu checkable: true checked: modelData.presetId == settingVisibilityPresetsModel.activePreset ActionGroup.group: group - onTriggered: - { - settingVisibilityPresetsModel.setActivePreset(modelData.presetId); - } + onTriggered: settingVisibilityPresetsModel.setActivePreset(modelData.presetId) } - onObjectAdded: menu.insertItem(index, object) - onObjectRemoved: menu.removeItem(object) + onObjectAdded: function(index, object) { menu.insertItem(index, object) } + onObjectRemoved: function(object) { menu.removeItem(object)} } Cura.MenuSeparator {} diff --git a/resources/qml/Menus/SettingsMenu.qml b/resources/qml/Menus/SettingsMenu.qml index 25bee871f5..c93ee0bb09 100644 --- a/resources/qml/Menus/SettingsMenu.qml +++ b/resources/qml/Menus/SettingsMenu.qml @@ -67,8 +67,8 @@ Cura.Menu height: visible ? implicitHeight: 0 } } - onObjectAdded: base.insertMenu(index, object) - onObjectRemoved: base.removeMenu(object) + onObjectAdded: function(index, object) { base.insertMenu(index, object) } + onObjectRemoved:function(object) { base.removeMenu(object)} } Cura.MenuSeparator { } -- cgit v1.2.3 From 124602d2ad0a5cb2f991f0aa65fc3eef5a24dc20 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 31 Mar 2022 14:19:41 +0200 Subject: Return account widget to it's former glory --- resources/qml/Account/AccountWidget.qml | 2 +- resources/qml/MainWindow/MainWindowHeader.qml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/AccountWidget.qml b/resources/qml/Account/AccountWidget.qml index d738c5c474..cf681477d4 100644 --- a/resources/qml/Account/AccountWidget.qml +++ b/resources/qml/Account/AccountWidget.qml @@ -10,7 +10,7 @@ import Cura 1.1 as Cura Item { property var profile: Cura.API.account.userProfile - property var loggedIn: Cura.API.account.isLoggedIn + property bool loggedIn: Cura.API.account.isLoggedIn height: signInButton.visible ? signInButton.height : accountWidget.height width: signInButton.visible ? signInButton.width : accountWidget.width diff --git a/resources/qml/MainWindow/MainWindowHeader.qml b/resources/qml/MainWindow/MainWindowHeader.qml index 6e477913e1..3f22879992 100644 --- a/resources/qml/MainWindow/MainWindowHeader.qml +++ b/resources/qml/MainWindow/MainWindowHeader.qml @@ -203,7 +203,7 @@ Item } } - /*AccountWidget + AccountWidget { id: accountWidget anchors @@ -212,5 +212,5 @@ Item right: parent.right rightMargin: UM.Theme.getSize("default_margin").width } - }*/ + } } -- cgit v1.2.3 From 2d1b9c54097557ee2b56bd8522ced863c3d813dd Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 31 Mar 2022 15:24:44 +0200 Subject: Set Top Surface Layers to 0 and adjust flow to compensate It doesn't really work well with the monotonic order here. Contributes to issue CURA-9065. --- resources/definitions/ultimaker.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 2f69ad27a7..b3c01fc737 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -60,13 +60,13 @@ "value": "'no_outer_surfaces'" }, "roofing_layer_count": { - "value": "1" + "value": "0" }, "roofing_material_flow": { "value": "material_flow" }, "skin_material_flow": { - "value": "0.95 * material_flow" + "value": "0.97 * material_flow" }, "skin_monotonic" : { "value": true -- cgit v1.2.3 From d6d4644a31f16f9d0f6470a8727ccf6c631a4c4f Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 31 Mar 2022 16:07:17 +0200 Subject: Set visibility of shrinkage settings to true. Enable visibility in advanced (xyz shrinkage only) and the expert display mode. New calculations to determine the average shrinkage when two materials are used. By default the material shrinkage is set to null (None). In that case the shrinkage of that material is not taken into account in the new averaging formula. Support materials such as PVA, BAM, Aquasys etc. should keep this setting to null. When two materials are used with a shrinkage percentage the average of these two materials will be used. Relates to PP-77 --- resources/definitions/fdmprinter.def.json | 18 +++++++++--------- resources/setting_visibility/advanced.cfg | 1 + resources/setting_visibility/expert.cfg | 3 +++ 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 4ab56d116c..1709330e24 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2533,14 +2533,14 @@ "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor.", "unit": "%", "type": "float", - "default_value": 100.0, - "enabled": false, + "default_value": null, + "enabled": true, "minimum_value": "0.001", "minimum_value_warning": "100", "maximum_value_warning": "120", "settable_per_mesh": false, "settable_per_extruder": false, - "resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))", + "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage'))", "children": { "material_shrinkage_percentage_xy": @@ -2549,14 +2549,14 @@ "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally).", "unit": "%", "type": "float", - "default_value": 100.0, - "enabled": false, + "default_value": null, + "enabled": true, "minimum_value": "0.001", "minimum_value_warning": "100", "maximum_value_warning": "120", "settable_per_mesh": false, "settable_per_extruder": false, - "resolve": "sum(extruderValues(\"material_shrinkage_percentage_xy\")) / len(extruderValues(\"material_shrinkage_percentage_xy\"))", + "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))", "value": "material_shrinkage_percentage" }, "material_shrinkage_percentage_z": @@ -2565,14 +2565,14 @@ "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically).", "unit": "%", "type": "float", - "default_value": 100.0, - "enabled": false, + "default_value": null, + "enabled": true, "minimum_value": "0.001", "minimum_value_warning": "100", "maximum_value_warning": "120", "settable_per_mesh": false, "settable_per_extruder": false, - "resolve": "sum(extruderValues(\"material_shrinkage_percentage_z\")) / len(extruderValues(\"material_shrinkage_percentage_z\"))", + "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))", "value": "material_shrinkage_percentage" } } diff --git a/resources/setting_visibility/advanced.cfg b/resources/setting_visibility/advanced.cfg index 768dad20a5..53db1fc062 100644 --- a/resources/setting_visibility/advanced.cfg +++ b/resources/setting_visibility/advanced.cfg @@ -57,6 +57,7 @@ retract_at_layer_change retraction_amount retraction_speed material_standby_temperature +material_shrinkage_percentage [speed] speed_print diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index a4c8cd58bc..3318329b2f 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -133,6 +133,9 @@ prime_tower_flow material_flow_layer_0 material_standby_temperature material_alternate_walls +material_shrinkage_percentage +material_shrinkage_percentage_xy +material_shrinkage_percentage_z [speed] speed_print -- cgit v1.2.3 From 4bb79654d4e8d77dbb8ce0bac7694a653d3eee3e Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 31 Mar 2022 16:32:41 +0200 Subject: Updated the S3 and S5 PLA, T-PLA and PETG profiles to include the determined shrinkage compensation factor. PLA xy 100.2% z 100.1% TPLA xy 100.3% z 100.1% PETG xy 100.5% z 100.1% Relates to PP-77 --- .../quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg | 4 +++- .../quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg | 4 +++- .../quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg | 2 ++ .../quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg | 2 ++ resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg | 2 ++ resources/setting_visibility/advanced.cfg | 1 - 61 files changed, 122 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg index 10d86c3a2f..516f24dec5 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PETG_Normal_Quality.inst.cfg @@ -19,4 +19,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 initial_layer_line_width_factor = 100 -material_print_temperature = =default_material_print_temperature - 5 \ No newline at end of file +material_print_temperature = =default_material_print_temperature - 5 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 \ No newline at end of file diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg index 6bef64658f..ef7623fe0a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PLA_Normal_Quality.inst.cfg @@ -22,6 +22,8 @@ machine_nozzle_heat_up_speed = 1.4 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = 190 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 retraction_hop = 0.2 skin_overlap = 5 speed_layer_0 = =speed_print diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg index 61ec5d977d..a19b438a9a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_TPLA_Normal_Quality.inst.cfg @@ -22,6 +22,8 @@ machine_nozzle_heat_up_speed = 1.4 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature - 15 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 skin_overlap = 5 speed_layer_0 = =math.ceil(speed_print * 30 / 30) speed_print = 30 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg index e77195665a..aa1ba2ef27 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Draft_Print.inst.cfg @@ -15,6 +15,8 @@ variant = AA 0.4 material_print_temperature = =default_material_print_temperature + 5 material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature - 5 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 skin_overlap = 20 speed_print = 60 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg index 8117c60edc..7c2ad43944 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Fast_Print.inst.cfg @@ -16,6 +16,8 @@ cool_min_speed = 7 material_print_temperature = =default_material_print_temperature material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 speed_print = 60 speed_layer_0 = =math.ceil(speed_print * 20 / 60) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg index 85a05b576a..5b65d2351b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_High_Quality.inst.cfg @@ -18,6 +18,8 @@ machine_nozzle_heat_up_speed = 1.5 material_print_temperature = =default_material_print_temperature - 10 material_initial_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 15 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 speed_print = 50 speed_layer_0 = =math.ceil(speed_print * 20 / 50) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg index b75ab359b4..20b668ca51 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PETG_Normal_Quality.inst.cfg @@ -17,6 +17,8 @@ machine_nozzle_heat_up_speed = 1.5 material_print_temperature = =default_material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 15 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 speed_print = 55 speed_layer_0 = =math.ceil(speed_print * 20 / 55) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg index 06fecc3abc..1c2322a89a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg @@ -18,6 +18,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 20 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg index dd13a94e1b..55d40e570c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg @@ -17,6 +17,8 @@ cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed speed_print = 70 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg index fdd1bf57b4..57e6a36b1e 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg @@ -19,6 +19,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg index c25c15c030..0c1f8fdde9 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg @@ -18,6 +18,8 @@ cool_min_speed = 7 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg index 3e61e38cb5..22555472df 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -32,6 +32,8 @@ material_print_temperature = =default_material_print_temperature + 10 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg index 3851a06c59..a9e32a5283 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print.inst.cfg @@ -22,6 +22,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature -10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 20 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg index 9c688e3995..3f08161091 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Fast_Print.inst.cfg @@ -19,6 +19,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature -10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed speed_layer_0 = =math.ceil(speed_print * 20 / 45) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg index f6885552ba..1046c70272 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_High_Quality.inst.cfg @@ -19,6 +19,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 15 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg index 09146132d0..48443ce029 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_Normal_Quality.inst.cfg @@ -20,6 +20,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 15 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg index 680cf17e46..28d1483ea5 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -32,6 +32,8 @@ material_print_temperature = =default_material_print_temperature - 5 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg index 9e4cace003..1cf749a436 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg @@ -16,6 +16,8 @@ brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retraction_combing_max_distance = 8 speed_print = 40 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg index 663253cf7b..4eb4c11298 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -16,6 +16,8 @@ brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retraction_combing_max_distance = 8 speed_print = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg index 27521b1da4..157ec95d41 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -16,6 +16,8 @@ brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retraction_combing_max_distance = 8 speed_print = 40 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg index cf5af207e0..8d54246f13 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Draft_Print.inst.cfg @@ -21,6 +21,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True support_angle = 70 support_xy_distance = =wall_line_width_0 * 1.5 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg index b0b5c41bb0..f650f796bc 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Superdraft_Print.inst.cfg @@ -21,6 +21,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 15 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True raft_margin = 10 support_angle = 70 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg index 048a39bbcb..a9a14307f1 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PLA_Verydraft_Print.inst.cfg @@ -21,6 +21,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True support_angle = 70 support_xy_distance = =wall_line_width_0 * 1.5 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg index cfda526a6c..7551e2e39f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Draft_Print.inst.cfg @@ -23,6 +23,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 0 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg index ed64488c93..bc1b444d93 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Superdraft_Print.inst.cfg @@ -23,6 +23,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 5 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False raft_margin = 10 retract_at_layer_change = False diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg index 0bdda74982..4b6aa5629a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPLA_Verydraft_Print.inst.cfg @@ -25,6 +25,8 @@ material_initial_print_temperature = =max(-273.15, material_print_temperature - material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =material_print_temperature material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retract_at_layer_change = False speed_infill = =math.ceil(speed_print * 30 / 35) diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg index eb3820387e..f015b749d2 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Draft_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg index afc85cd4ed..88b079b388 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.4_PLA_Fast_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg index c777af7195..8f6492f82d 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Draft_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg index 432770e611..b8e45c49fb 100644 --- a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg index cb11ec1809..7a3b50c550 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg @@ -19,4 +19,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 55) top_bottom_thickness = 0.8 initial_layer_line_width_factor = 100 -material_print_temperature = =default_material_print_temperature - 5 \ No newline at end of file +material_print_temperature = =default_material_print_temperature - 5 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 \ No newline at end of file diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg index 6c82905859..d469288e35 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PLA_Normal_Quality.inst.cfg @@ -22,6 +22,8 @@ machine_nozzle_heat_up_speed = 1.4 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = 190 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 retraction_hop = 0.2 skin_overlap = 5 speed_layer_0 = =speed_print diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg index 37a15aa1ba..1e0b4c0044 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_TPLA_Normal_Quality.inst.cfg @@ -22,6 +22,8 @@ machine_nozzle_heat_up_speed = 1.4 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature - 15 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 skin_overlap = 5 speed_layer_0 = =math.ceil(speed_print * 30 / 30) speed_print = 30 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg index 5b18b9c62d..78eda2718b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg @@ -15,6 +15,8 @@ variant = AA 0.4 material_print_temperature = =default_material_print_temperature + 5 material_initial_print_temperature = =material_print_temperature material_final_print_temperature = =material_print_temperature - 5 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 skin_edge_support_thickness = =0.8 if infill_sparse_density < 30 else 0 skin_overlap = 20 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg index f9a8aa8915..2a6b354674 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg @@ -16,6 +16,8 @@ cool_min_speed = 7 material_print_temperature = =default_material_print_temperature material_initial_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 10 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 speed_print = 60 speed_layer_0 = =math.ceil(speed_print * 20 / 60) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg index 289521bd01..2925e5ca6f 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg @@ -18,6 +18,8 @@ machine_nozzle_heat_up_speed = 1.5 material_print_temperature = =default_material_print_temperature - 10 material_initial_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 15 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 speed_print = 50 speed_layer_0 = =math.ceil(speed_print * 20 / 50) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg index 8129f66fc3..7dbca8a664 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg @@ -17,6 +17,8 @@ machine_nozzle_heat_up_speed = 1.5 material_print_temperature = =default_material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 15 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 retraction_combing_max_distance = 8 speed_print = 55 speed_layer_0 = =math.ceil(speed_print * 20 / 55) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg index 42292a5786..d26fe8666b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg @@ -18,6 +18,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_edge_support_thickness = =0.8 if infill_sparse_density < 30 else 0 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg index b9d31e9196..e9b8596f9b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg @@ -17,6 +17,8 @@ cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed speed_print = 70 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg index ca57e66b8e..124bd93167 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg @@ -19,6 +19,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg index 5053a62297..1d617734b4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg @@ -18,6 +18,8 @@ cool_min_speed = 7 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg index ac348f3e70..780761d88f 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -32,6 +32,8 @@ material_print_temperature = =default_material_print_temperature + 10 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg index 53cc0ccc9c..e102ff7ac3 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print.inst.cfg @@ -22,6 +22,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature -10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 20 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg index f1370caaf0..a2e585117b 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Fast_Print.inst.cfg @@ -19,6 +19,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature -10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed speed_layer_0 = =math.ceil(speed_print * 20 / 45) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg index 8f1158bcbc..def68b8525 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_High_Quality.inst.cfg @@ -19,6 +19,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 15 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg index 6f46c9c441..5a55438f0e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_Normal_Quality.inst.cfg @@ -20,6 +20,8 @@ machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature - 15 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed skin_overlap = 10 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg index af207733ef..bc542246ca 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -32,6 +32,8 @@ material_print_temperature = =default_material_print_temperature - 5 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retraction_prime_speed = =retraction_speed diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg index 53b84c3a4f..6e181a16ff 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg @@ -16,6 +16,8 @@ brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retraction_combing_max_distance = 8 speed_print = 40 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg index a8182573d5..058c5f2581 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -16,6 +16,8 @@ brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retraction_combing_max_distance = 8 speed_print = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg index 598b45268d..10c05f49f5 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -16,6 +16,8 @@ brim_width = 7 material_print_temperature = =default_material_print_temperature - 5 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.5 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retraction_combing_max_distance = 8 speed_print = 40 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg index 5904532c52..4ad620367d 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Draft_Print.inst.cfg @@ -21,6 +21,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True support_angle = 70 support_xy_distance = =wall_line_width_0 * 1.5 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg index 8aadfa2352..7acfa04a29 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Superdraft_Print.inst.cfg @@ -21,6 +21,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 15 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True raft_margin = 10 support_angle = 70 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg index 0263adbe59..756316ed7f 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PLA_Verydraft_Print.inst.cfg @@ -21,6 +21,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True support_angle = 70 support_xy_distance = =wall_line_width_0 * 1.5 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg index 3b598808dd..7587ebf336 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Draft_Print.inst.cfg @@ -23,6 +23,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 0 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg index a5a64b28fe..b6cd8788b0 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Superdraft_Print.inst.cfg @@ -23,6 +23,8 @@ machine_nozzle_heat_up_speed = 1.6 material_final_print_temperature = =max(-273.15, material_print_temperature - 15) material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 5 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False raft_margin = 10 retract_at_layer_change = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg index eff689b7fe..522cb974ce 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPLA_Verydraft_Print.inst.cfg @@ -25,6 +25,8 @@ material_initial_print_temperature = =max(-273.15, material_print_temperature - material_print_temperature = =default_material_print_temperature + 5 material_print_temperature_layer_0 = =material_print_temperature material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.3 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = False retract_at_layer_change = False speed_infill = =math.ceil(speed_print * 30 / 35) diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg index f5d7301734..6a4115dd82 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg index 01929fe2cd..7392f4e6ee 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg index 21a3cbe449..053b9399a5 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Draft_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg index da60d4b054..9835e46e5d 100644 --- a/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_cc0.6_PLA_Fast_Print.inst.cfg @@ -24,6 +24,8 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 +material_shrinkage_percentage_xy = 100.2 +material_shrinkage_percentage_z = 100.1 prime_tower_enable = True retract_at_layer_change = False speed_print = 45 diff --git a/resources/setting_visibility/advanced.cfg b/resources/setting_visibility/advanced.cfg index 53db1fc062..768dad20a5 100644 --- a/resources/setting_visibility/advanced.cfg +++ b/resources/setting_visibility/advanced.cfg @@ -57,7 +57,6 @@ retract_at_layer_change retraction_amount retraction_speed material_standby_temperature -material_shrinkage_percentage [speed] speed_print -- cgit v1.2.3 From 814b706641a0bb4384ce155f9d4829f3601af879 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 31 Mar 2022 16:59:15 +0200 Subject: Re-add header background --- resources/qml/Cura.qml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 7f6c49cbb1..b694affae2 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -170,30 +170,11 @@ UM.MainWindow } height: stageMenu.source != "" ? Math.round(mainWindowHeader.height + stageMenu.height / 2) : mainWindowHeader.height - /*LinearGradient + Rectangle { anchors.fill: parent - start: Qt.point(0, 0) - end: Qt.point(parent.width, 0) - gradient: Gradient - { - GradientStop - { - position: 0.0 - color: UM.Theme.getColor("main_window_header_background") - } - GradientStop - { - position: 0.5 - color: UM.Theme.getColor("main_window_header_background_gradient") - } - GradientStop - { - position: 1.0 - color: UM.Theme.getColor("main_window_header_background") - } - } - }*/ + color: UM.Theme.getColor("main_window_header_background") + } // This is a placeholder for adding a pattern in the header Image -- cgit v1.2.3 From cfad9911209515b6691319de61de305b5e8300b4 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 1 Apr 2022 09:31:27 +0200 Subject: Popup will now resize based on the implicitWidth/implicitHeight of it's children. This causes a binding loop when using layouts like Column. To resolve this the height/width of the popup in ExpandablePopup can now be set explicitly with contentWidth and contentHeight For ExpandablePopups with contentItems that are not Layouts the implicitWidth/implicitHeight can be set directly in the contentItem. CURA-8640 --- resources/qml/ExpandablePopup.qml | 24 ++++++---------------- .../Menus/ConfigurationMenu/ConfigurationMenu.qml | 3 +-- resources/qml/PrinterSelector/MachineSelector.qml | 5 ++--- resources/qml/ViewsSelector.qml | 9 +------- 4 files changed, 10 insertions(+), 31 deletions(-) (limited to 'resources') diff --git a/resources/qml/ExpandablePopup.qml b/resources/qml/ExpandablePopup.qml index 219608a762..c5fd2f4faf 100644 --- a/resources/qml/ExpandablePopup.qml +++ b/resources/qml/ExpandablePopup.qml @@ -27,6 +27,12 @@ Item // The contentItem holds the QML item that is shown when the "open" button is pressed property alias contentItem: content.contentItem + // If the contentItem is a Layout (eg Column) you must use these to set the popup size otherwise you end up with a + // binding loop between the popup and the contentItem + // ImplicitWidth/ImplicitHeight can be used instead in the contentItem if it is not a Layout. + property alias contentWidth: content.width + property alias contentHeight: content.height + property color contentBackgroundColor: UM.Theme.getColor("action_button") property color headerBackgroundColor: UM.Theme.getColor("action_button") @@ -211,23 +217,5 @@ Item } contentItem: Item {} - - onContentItemChanged: - { - // Since we want the size of the content to be set by the size of the content, - // we need to do it like this. - content.width = contentItem.width + 2 * content.padding - content.height = contentItem.height + 2 * content.padding - } - } - - // DO NOT MOVE UP IN THE CODE: This connection has to be here, after the definition of the content item. - // Apparently the order in which these are handled matters and so the height is correctly updated if this is here. - Connections - { - // Since it could be that the content is dynamically populated, we should also take these changes into account. - target: content.contentItem - function onWidthChanged() { content.width = content.contentItem.width + 2 * content.padding } - function onHeightChanged() { content.height = content.contentItem.height + 2 * content.padding } } } diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml index d9ffc5b09f..7feb825881 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml @@ -257,11 +257,10 @@ Cura.ExpandablePopup } } + contentWidth: UM.Theme.getSize("configuration_selector").width contentItem: Column { id: popupItem - width: UM.Theme.getSize("configuration_selector").width - height: implicitHeight // Required because ExpandableComponent will try to use this to determine the size of the background of the pop-up. padding: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height diff --git a/resources/qml/PrinterSelector/MachineSelector.qml b/resources/qml/PrinterSelector/MachineSelector.qml index 12f495f7a8..e41bf51fac 100644 --- a/resources/qml/PrinterSelector/MachineSelector.qml +++ b/resources/qml/PrinterSelector/MachineSelector.qml @@ -192,9 +192,8 @@ Cura.ExpandablePopup contentItem: Item { id: popup - width: UM.Theme.getSize("machine_selector_widget_content").width - height: Math.min(machineSelectorList.contentHeight + separator.height + buttonRow.height, UM.Theme.getSize("machine_selector_widget_content").height) //Maximum height is the theme entry. - + implicitWidth: UM.Theme.getSize("machine_selector_widget_content").width + implicitHeight: Math.min(machineSelectorList.contentHeight + separator.height + buttonRow.height, UM.Theme.getSize("machine_selector_widget_content").height) //Maximum height is the theme entry. MachineSelectorList { id: machineSelectorList diff --git a/resources/qml/ViewsSelector.qml b/resources/qml/ViewsSelector.qml index 452cc5a09a..e76e5dbb67 100644 --- a/resources/qml/ViewsSelector.qml +++ b/resources/qml/ViewsSelector.qml @@ -69,17 +69,10 @@ Cura.ExpandablePopup } } + contentWidth: viewSelector.width - 2 * viewSelector.contentPadding contentItem: Column { id: viewSelectorPopup - width: viewSelector.width - 2 * viewSelector.contentPadding - - // For some reason the height/width of the column gets set to 0 if this is not set... - Component.onCompleted: - { - height = implicitHeight - width = viewSelector.width - 2 * viewSelector.contentPadding - } Repeater { -- cgit v1.2.3 From 19d82a770c8d226552dbd8e6afe52d9be522a052 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 09:46:20 +0200 Subject: Fix loading of files --- resources/qml/Cura.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index b694affae2..2b419a5d76 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -623,12 +623,12 @@ UM.MainWindow { // Because several implementations of the file dialog only update the folder // when it is explicitly set. - var f = folder; - folder = f; + var f = currentFolder; + currentFolder = f; - CuraApplication.setDefaultPath("dialog_load_path", folder); + CuraApplication.setDefaultPath("dialog_load_path", currentFolder); - handleOpenFileUrls(fileUrls); + handleOpenFileUrls(selectedFiles); } // Yeah... I know... it is a mess to put all those things here. -- cgit v1.2.3 From 3dc67f387f63f82fbb9216f04c8f13039b5e243a Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 1 Apr 2022 11:12:30 +0200 Subject: Height based on implicitHeight/implicitWidth now. Removed redundant code. CURA-8640 --- resources/qml/ExpandableComponent.qml | 22 ---------------------- .../PrintSetupSelectorContents.qml | 5 ++--- 2 files changed, 2 insertions(+), 25 deletions(-) (limited to 'resources') diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index e5eab3bd93..3742c6d5e5 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -305,28 +305,6 @@ Item padding: UM.Theme.getSize("default_margin").width contentItem: Item {} - - onContentItemChanged: - { - // Since we want the size of the content to be set by the size of the content, - // we need to do it like this. - content.width = contentItem.width + 2 * content.padding - content.height = contentItem.height + 2 * content.padding - } - } - } - - // DO NOT MOVE UP IN THE CODE: This connection has to be here, after the definition of the content item. - // Apparently the order in which these are handled matters and so the height is correctly updated if this is here. - Connections - { - // Since it could be that the content is dynamically populated, we should also take these changes into account. - target: content.contentItem - function onWidthChanged() { content.width = content.contentItem.width + 2 * content.padding } - function onHeightChanged() - { - content.height = content.contentItem.height + 2 * content.padding - contentContainer.height = contentHeader.height + content.height } } } diff --git a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml index 046efe8b5b..69261033eb 100644 --- a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml +++ b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml @@ -15,9 +15,8 @@ Item id: content property int absoluteMinimumHeight: 200 * screenScaleFactor - - width: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width - height: contents.height + buttonRow.height + implicitWidth: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width + implicitHeight: contents.height + buttonRow.height enum Mode { -- cgit v1.2.3 From e40a219b53d5ae414bea28fec3b14903aea573e2 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 1 Apr 2022 11:36:22 +0200 Subject: Add back code for resizing contentContainer. This makes sure that the background get smaller when the setting container is resized. CURA-8640 --- resources/qml/ExpandableComponent.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources') diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index 3742c6d5e5..6717be94a5 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -307,4 +307,16 @@ Item contentItem: Item {} } } + + // DO NOT MOVE UP IN THE CODE: This connection has to be here, after the definition of the content item. + // Apparently the order in which these are handled matters and so the height is correctly updated if this is here. + Connections + { + // Since it could be that the content is dynamically populated, we should also take these changes into account. + target: content.contentItem + function onHeightChanged() + { + contentContainer.height = contentHeader.height + content.height + } + } } -- cgit v1.2.3 From 733447a2dd16ea4b036a34543e5ba40dc2d61ef0 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Fri, 1 Apr 2022 13:00:41 +0200 Subject: Removed the settings: "material_shrinkage_percentage" and update code that was using this parameter. material_shrinkage_percentage_xy and material_shrinkage_percentage_z cannot depend on material_shrinkage_percentage otherwise their resolve function will not execute properly. I noticed that the shrinkage factors do not get the correct value if a wrong nozzle is chosen for a material. However, in that case the slicer will also not slice, so in practice this is not an issue Relates to PP-77 --- resources/definitions/fdmprinter.def.json | 58 ++++++++++--------------------- resources/setting_visibility/expert.cfg | 6 ++-- 2 files changed, 22 insertions(+), 42 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 1709330e24..7e20b9f732 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2527,10 +2527,10 @@ "settable_per_mesh": false, "settable_per_extruder": true }, - "material_shrinkage_percentage": + "material_shrinkage_percentage_xy": { - "label": "Scaling Factor Shrinkage Compensation", - "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor.", + "label": "Horizontal Scaling Factor Shrinkage Compensation", + "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally).", "unit": "%", "type": "float", "default_value": null, @@ -2540,42 +2540,22 @@ "maximum_value_warning": "120", "settable_per_mesh": false, "settable_per_extruder": false, - "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage'))", - "children": - { - "material_shrinkage_percentage_xy": - { - "label": "Horizontal Scaling Factor Shrinkage Compensation", - "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally).", - "unit": "%", - "type": "float", - "default_value": null, - "enabled": true, - "minimum_value": "0.001", - "minimum_value_warning": "100", - "maximum_value_warning": "120", - "settable_per_mesh": false, - "settable_per_extruder": false, - "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))", - "value": "material_shrinkage_percentage" - }, - "material_shrinkage_percentage_z": - { - "label": "Vertical Scaling Factor Shrinkage Compensation", - "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically).", - "unit": "%", - "type": "float", - "default_value": null, - "enabled": true, - "minimum_value": "0.001", - "minimum_value_warning": "100", - "maximum_value_warning": "120", - "settable_per_mesh": false, - "settable_per_extruder": false, - "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))", - "value": "material_shrinkage_percentage" - } - } + "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))" + }, + "material_shrinkage_percentage_z": + { + "label": "Vertical Scaling Factor Shrinkage Compensation", + "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically).", + "unit": "%", + "type": "float", + "default_value": null, + "enabled": true, + "minimum_value": "0.001", + "minimum_value_warning": "100", + "maximum_value_warning": "120", + "settable_per_mesh": false, + "settable_per_extruder": false, + "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))" }, "material_crystallinity": { diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 3318329b2f..50154a168c 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -117,6 +117,8 @@ material_bed_temperature material_bed_temperature_layer_0 material_adhesion_tendency material_surface_energy +material_shrinkage_percentage_xy +material_shrinkage_percentage_z material_flow wall_material_flow wall_0_material_flow @@ -133,9 +135,7 @@ prime_tower_flow material_flow_layer_0 material_standby_temperature material_alternate_walls -material_shrinkage_percentage -material_shrinkage_percentage_xy -material_shrinkage_percentage_z + [speed] speed_print -- cgit v1.2.3 From 0ab8f278b27991b0c87cd2eb673859c7d04bd9ef Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 13:16:14 +0200 Subject: Add hack to get mouse handling working again --- resources/qml/Cura.qml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 2b419a5d76..4bfc2959a2 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -48,6 +48,22 @@ UM.MainWindow tooltip.hide(); } + MouseArea + { + // Hack introduced when switching to qt6 + // We used to be able to let the main window's default handlers control this, but something seems to be changed + // for qt6 in the ordering. TODO; We should find out what changed and have a less hacky fix for that. + enabled: parent.visible + anchors.fill: parent + hoverEnabled: true + acceptedButtons: Qt.AllButtons + onPositionChanged: (mouse) => {base.mouseMoved(mouse);} + onPressed: (mouse) => { base.mousePressed(mouse);} + onReleased: (mouse) => { base.mouseReleased(mouse);} + onWheel: (wheel) => {base.wheel(wheel)} + + } + Rectangle { id: greyOutBackground -- cgit v1.2.3 From a92a9dd4c0c7ab8e4c8439f9dbbaf0a03397359d Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 13:22:53 +0200 Subject: Fix context menu settings --- resources/qml/Settings/SettingItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index b7c276369d..6787855775 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -97,7 +97,7 @@ Item anchors.fill: parent - acceptedButtons: Qt.MouseButton.RightButton + acceptedButtons: Qt.RightButton hoverEnabled: true; onClicked: base.contextMenuRequested() -- cgit v1.2.3 From e0ec64ee0e000bdb3f53b4483410631587f401a7 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 13:40:29 +0200 Subject: Fix deleting item with backspace --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 4bfc2959a2..61b4813d28 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -164,7 +164,7 @@ UM.MainWindow //DeleteSelection on the keypress backspace event Keys.onPressed: { - if (event.key == Qt.Key.Key_Backspace) + if (event.key == Qt.Key_Backspace) { Cura.Actions.deleteSelection.trigger() } -- cgit v1.2.3 From 3a1862f15f3b010d9c12aa95b6e98ab4a54ec342 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 13:47:21 +0200 Subject: Fix deprecation warning on recentfilesmenu --- resources/qml/Menus/RecentFilesMenu.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/RecentFilesMenu.qml b/resources/qml/Menus/RecentFilesMenu.qml index 8f4f328927..19ff681219 100644 --- a/resources/qml/Menus/RecentFilesMenu.qml +++ b/resources/qml/Menus/RecentFilesMenu.qml @@ -29,7 +29,7 @@ Cura.Menu } onTriggered: CuraApplication.readLocalFile(modelData) } - onObjectAdded: menu.insertItem(index, object) - onObjectRemoved: menu.removeItem(object) + onObjectAdded: (index, object) => menu.insertItem(index, object) + onObjectRemoved: (object) => menu.removeItem(object) } } -- cgit v1.2.3 From c6d62c9d83ca02a79ffc405e8bbe028d19e77d41 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 1 Apr 2022 14:56:43 +0200 Subject: Update font weights In qt6 the font weights are defined in the range 0..1000 where the weights in qt6 were defined in the range 10..100 CURA-8640 --- resources/themes/cura-light/theme.json | 64 +++++++++++++++++----------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'resources') diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 94372d415e..9af58897c0 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -6,166 +6,166 @@ "fonts": { "large": { "size": 1.35, - "weight": 40, + "weight": 350, "family": "Noto Sans" }, "large_ja_JP": { "size": 1.35, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "large_zh_CN": { "size": 1.35, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "large_zh_TW": { "size": 1.35, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "large_bold": { "size": 1.35, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "huge": { "size": 1.8, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "huge_bold": { "size": 1.8, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "medium": { "size": 1.16, - "weight": 40, + "weight": 350, "family": "Noto Sans" }, "medium_ja_JP": { "size": 1.16, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "medium_zh_CN": { "size": 1.16, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "medium_zh_TW": { "size": 1.16, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "medium_bold": { "size": 1.16, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "default": { "size": 0.95, - "weight": 40, + "weight": 350, "family": "Noto Sans" }, "default_ja_JP": { "size": 1.0, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "default_zh_CN": { "size": 1.0, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "default_zh_TW": { "size": 1.0, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "default_bold": { "size": 0.95, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "default_bold_ja_JP": { "size": 1.0, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "default_bold_zh_CN": { "size": 1.0, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "default_bold_zh_TW": { "size": 1.0, - "weight": 63, + "weight": 600, "family": "Noto Sans" }, "default_italic": { "size": 0.95, - "weight": 40, + "weight": 350, "italic": true, "family": "Noto Sans" }, "default_italic_ja_JP": { "size": 1.0, - "weight": 50, + "weight": 400, "italic": true, "family": "Noto Sans" }, "default_italic_zh_CN": { "size": 1.0, - "weight": 50, + "weight": 400, "italic": true, "family": "Noto Sans" }, "default_italic_zh_TW": { "size": 1.0, - "weight": 50, + "weight": 400, "italic": true, "family": "Noto Sans" }, "small": { "size": 0.9, - "weight": 40, + "weight": 350, "family": "Noto Sans" }, "small_ja_JP": { "size": 0.9, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "small_zh_CN": { "size": 0.9, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "small_zh_TW": { "size": 0.9, - "weight": 50, + "weight": 400, "family": "Noto Sans" }, "small_emphasis": { "size": 0.9, - "weight": 100, + "weight": 1000, "family": "Noto Sans" }, "small_emphasis_ja_JP": { "size": 0.9, - "weight": 100, + "weight": 1000, "family": "Noto Sans" }, "small_emphasis_zh_CN": { "size": 0.9, - "weight": 100, + "weight": 1000, "family": "Noto Sans" }, "small_emphasis_zh_TW": { "size": 0.9, - "weight": 100, + "weight": 1000, "family": "Noto Sans" } }, -- cgit v1.2.3 From 2c09943bd62d51639974e175c5c29284a3e29b17 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 16:05:54 +0200 Subject: Remove opacity from menuItem --- resources/qml/Widgets/MenuItem.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Widgets/MenuItem.qml b/resources/qml/Widgets/MenuItem.qml index 36098e1197..0b01f95217 100644 --- a/resources/qml/Widgets/MenuItem.qml +++ b/resources/qml/Widgets/MenuItem.qml @@ -15,7 +15,6 @@ UM.MenuItem implicitHeight: UM.Theme.getSize("menu").height + UM.Theme.getSize("narrow_margin").height implicitWidth: UM.Theme.getSize("menu").width - opacity: enabled ? 1.0 : 0.5 arrow: UM.RecolorImage { -- cgit v1.2.3 From f327c2479b2305d20fd1980de4f52bd881839d1e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 1 Apr 2022 16:08:35 +0200 Subject: Update Dialog imports to remove version Update FileDialogs selectExisting -> fileMode and folder -> currentFolder CURA-8640 --- resources/qml/Cura.qml | 3 ++- resources/qml/MachineSettings/NumericTextFieldWithUnit.qml | 2 +- resources/qml/Preferences/Materials/MaterialsBrandSection.qml | 2 +- resources/qml/Preferences/Materials/MaterialsList.qml | 2 +- resources/qml/Preferences/Materials/MaterialsPage.qml | 10 +++++----- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 3 ++- resources/qml/Preferences/Materials/MaterialsTypeSection.qml | 2 +- resources/qml/Preferences/Materials/MaterialsView.qml | 2 +- resources/qml/Preferences/ProfilesPage.qml | 10 +++++----- 9 files changed, 19 insertions(+), 17 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 61b4813d28..54b88b2805 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -3,7 +3,8 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 6.0 +import QtQuick.Dialogs + import UM 1.5 as UM import Cura 1.1 as Cura diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 99d00428c1..b5147d63db 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -1,7 +1,7 @@ // Copyright (c) 2020 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.3 import UM 1.5 as UM diff --git a/resources/qml/Preferences/Materials/MaterialsBrandSection.qml b/resources/qml/Preferences/Materials/MaterialsBrandSection.qml index 9f7eeccc54..6f404ad738 100644 --- a/resources/qml/Preferences/Materials/MaterialsBrandSection.qml +++ b/resources/qml/Preferences/Materials/MaterialsBrandSection.qml @@ -2,7 +2,7 @@ // Cura is released under the terms of the LGPLv3 or higher. import QtQuick 2.7 -import QtQuick.Controls 1.4 +import QtQuick.Controls 2.1 import QtQuick.Layouts 1.3 import UM 1.5 as UM diff --git a/resources/qml/Preferences/Materials/MaterialsList.qml b/resources/qml/Preferences/Materials/MaterialsList.qml index bb40187825..913e213dae 100644 --- a/resources/qml/Preferences/Materials/MaterialsList.qml +++ b/resources/qml/Preferences/Materials/MaterialsList.qml @@ -2,8 +2,8 @@ // Uranium is released under the terms of the LGPLv3 or higher. import QtQuick 2.7 -import QtQuick.Controls 1.4 import QtQuick.Layouts 1.3 +import QtQuick.Dialogs import UM 1.2 as UM import Cura 1.0 as Cura diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index f0e8d59137..48c86255d2 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -3,7 +3,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 6.0 +import QtQuick.Dialogs import UM 1.5 as UM import Cura 1.5 as Cura @@ -226,9 +226,9 @@ UM.ManagementPage { id: importMaterialDialog title: catalog.i18nc("@title:window", "Import Material") - selectExisting: true + fileMode: FileDialog.OpenFile nameFilters: Cura.ContainerManager.getContainerNameFilters("material") - folder: CuraApplication.getDefaultPath("dialog_material_path") + currentFolder: CuraApplication.getDefaultPath("dialog_material_path") onAccepted: { const result = Cura.ContainerManager.importMaterialContainer(fileUrl); @@ -254,9 +254,9 @@ UM.ManagementPage { id: exportMaterialDialog title: catalog.i18nc("@title:window", "Export Material") - selectExisting: false + fileMode: FileDialog.SaveFile nameFilters: Cura.ContainerManager.getContainerNameFilters("material") - folder: CuraApplication.getDefaultPath("dialog_material_path") + currentFolder: CuraApplication.getDefaultPath("dialog_material_path") onAccepted: { const result = Cura.ContainerManager.exportContainer(base.currentItem.root_material_id, selectedNameFilter, fileUrl); diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index ae9ddbdac2..9e2a5d965c 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -3,9 +3,10 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 6.0 +import QtQuick.Dialogs import QtQuick.Layouts 1.15 import QtQuick.Window 2.1 + import Cura 1.1 as Cura import UM 1.5 as UM diff --git a/resources/qml/Preferences/Materials/MaterialsTypeSection.qml b/resources/qml/Preferences/Materials/MaterialsTypeSection.qml index d781218027..2e6a255014 100644 --- a/resources/qml/Preferences/Materials/MaterialsTypeSection.qml +++ b/resources/qml/Preferences/Materials/MaterialsTypeSection.qml @@ -2,7 +2,7 @@ // Uranium is released under the terms of the LGPLv3 or higher. import QtQuick 2.7 -import QtQuick.Controls 1.4 +import QtQuick.Controls 2.4 import QtQuick.Layouts 1.3 import UM 1.5 as UM diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 9e7359ba4b..f8b9a41359 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -3,8 +3,8 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 -import QtQuick.Dialogs 6.0 import QtQuick.Layouts 1.3 +import QtQuick.Dialogs import UM 1.5 as UM import Cura 1.0 as Cura diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index e002442d55..5d8f5499a4 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.3 -import QtQuick.Dialogs 6.0 +import QtQuick.Dialogs import UM 1.5 as UM import Cura 1.6 as Cura @@ -349,9 +349,9 @@ UM.ManagementPage { id: exportDialog title: catalog.i18nc("@title:window", "Export Profile") - selectExisting: false + fileMode: FileDialog.SaveFile nameFilters: base.qualityManagementModel.getFileNameFilters("profile_writer") - folder: CuraApplication.getDefaultPath("dialog_profile_path") + currentFolder: CuraApplication.getDefaultPath("dialog_profile_path") onAccepted: { var result = Cura.ContainerManager.exportQualityChangesGroup(base.currentItem.quality_changes_group, @@ -414,9 +414,9 @@ UM.ManagementPage { id: importDialog title: catalog.i18nc("@title:window", "Import Profile") - selectExisting: true + fileMode: FileDialog.OpenFile nameFilters: base.qualityManagementModel.getFileNameFilters("profile_reader") - folder: CuraApplication.getDefaultPath("dialog_profile_path") + currentFolder: CuraApplication.getDefaultPath("dialog_profile_path") onAccepted: { var result = Cura.ContainerManager.importProfile(fileUrl); -- cgit v1.2.3 From baa1d9b87d22317536422160c0e5e1fd028fe15b Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 1 Apr 2022 16:13:31 +0200 Subject: Use weights from figma Checked with @Lorenzo CURA-8640 --- resources/themes/cura-light/theme.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'resources') diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 9af58897c0..86d9766d1b 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -6,7 +6,7 @@ "fonts": { "large": { "size": 1.35, - "weight": 350, + "weight": 400, "family": "Noto Sans" }, "large_ja_JP": { @@ -41,7 +41,7 @@ }, "medium": { "size": 1.16, - "weight": 350, + "weight": 400, "family": "Noto Sans" }, "medium_ja_JP": { @@ -66,7 +66,7 @@ }, "default": { "size": 0.95, - "weight": 350, + "weight": 400, "family": "Noto Sans" }, "default_ja_JP": { @@ -106,7 +106,7 @@ }, "default_italic": { "size": 0.95, - "weight": 350, + "weight": 400, "italic": true, "family": "Noto Sans" }, @@ -130,7 +130,7 @@ }, "small": { "size": 0.9, - "weight": 350, + "weight": 400, "family": "Noto Sans" }, "small_ja_JP": { @@ -150,22 +150,22 @@ }, "small_emphasis": { "size": 0.9, - "weight": 1000, + "weight": 700, "family": "Noto Sans" }, "small_emphasis_ja_JP": { "size": 0.9, - "weight": 1000, + "weight": 700, "family": "Noto Sans" }, "small_emphasis_zh_CN": { "size": 0.9, - "weight": 1000, + "weight": 700, "family": "Noto Sans" }, "small_emphasis_zh_TW": { "size": 0.9, - "weight": 1000, + "weight": 700, "family": "Noto Sans" } }, -- cgit v1.2.3 From 5f71518f9de9092baf96686bde388a1eb18b4a10 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 16:25:11 +0200 Subject: Use correct enum values for materialsview --- resources/qml/Preferences/Materials/MaterialsView.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index f8b9a41359..b033f755cf 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -206,7 +206,8 @@ Item { height: informationPage.rowHeight width: informationPage.columnWidth - verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Color") + verticalAlignment: Qt.AlignVCenter + text: catalog.i18nc("@label", "Color") } Row @@ -270,7 +271,7 @@ Item width: parent.width height: parent.rowHeight font: UM.Theme.getFont("default_bold") - verticalAlignment: Qt.AlignmentFlag.AlignVCenter + verticalAlignment: Qt.AlignVCenter text: catalog.i18nc("@label", "Properties") } @@ -571,7 +572,7 @@ Item height: spinBox.height + UM.Theme.getSize("default_lining").height text: model.label elide: Text.ElideRight - verticalAlignment: Qt.AlignmentFlag.AlignVCenter + verticalAlignment: Qt.AlignVCenter } Cura.SpinBox { -- cgit v1.2.3 From c9b9a41bb869f05ed2c37df14cbc13680a9270bb Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 1 Apr 2022 17:17:28 +0200 Subject: Fix injection of parameters in signals --- resources/qml/ExpandableComponent.qml | 4 ++-- resources/qml/Settings/SettingView.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index 6717be94a5..1fef90d367 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -249,13 +249,13 @@ Item } property var clickPos: Qt.point(0, 0) property bool dragging: false - onPressed: + onPressed: (mouse) => { clickPos = Qt.point(mouse.x, mouse.y); dragging = true } - onPositionChanged: + onPositionChanged: (mouse) => { if(dragging) { diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 40e9e19b01..bd1bad5899 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -171,7 +171,7 @@ Item { anchors.fill: contents acceptedButtons: Qt.AllButtons - onWheel: wheel.accepted = true + onWheel: (wheel) => { wheel.accepted = true } } ListView -- cgit v1.2.3 From bac9a0da871b6da8bf2951917a9fe1d10fe71522 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 1 Apr 2022 17:26:18 +0200 Subject: Fix textField vertical alignment CURA-8640 --- resources/qml/Settings/SettingView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 40e9e19b01..e6cbc7d46a 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -43,6 +43,7 @@ Item height: parent.height anchors.left: parent.left anchors.right: parent.right + topPadding: height / 4 leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2 placeholderText: catalog.i18nc("@label:textbox", "Search settings") font.italic: true -- cgit v1.2.3 From e20ded248fa0d5707b631b976998da64772c3394 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 4 Apr 2022 09:25:22 +0200 Subject: Fix spinbox height being almost 0 and padding being missing between buttons and text input. CURA-8640 --- resources/qml/SpinBox.qml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/SpinBox.qml b/resources/qml/SpinBox.qml index 2840d0405e..e7652ab147 100644 --- a/resources/qml/SpinBox.qml +++ b/resources/qml/SpinBox.qml @@ -34,8 +34,7 @@ Item } signal editingFinished() - implicitWidth: spinBox.implicitWidth - implicitHeight: spinBox.implicitHeight + height: UM.Theme.getSize("setting_control").height SpinBox { @@ -44,8 +43,8 @@ Item editable: base.editable topPadding: 0 bottomPadding: 0 - padding: UM.Theme.getSize("narrow_margin").width - + leftPadding: down.indicator.width + UM.Theme.getSize("narrow_margin").width + rightPadding: up.indicator.width + UM.Theme.getSize("narrow_margin").width // The stepSize of the SpinBox is intentionally set to be always `1` // As SpinBoxes can only contain integer values the `base.stepSize` is concidered the precision/resolution // increasing the spinBox.value by one increases the actual/real value of the component by `base.stepSize` -- cgit v1.2.3 From e593322b432d113d1b6e52b7adba3773119d7875 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 4 Apr 2022 10:38:09 +0200 Subject: When getting active focus textinput value was being cleared. However if text was inputted then this would stay between active focus states. This commit forces the value to be assigned the value in the textInput when active focus is given. CURA-8640 --- resources/qml/Settings/SettingTextField.qml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index 01f5aea381..27952f3c13 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -162,6 +162,13 @@ SettingItem property: "text" value: { + if (input.activeFocus) + { + // In QT6 using "when: !activeFocus" causes the value to be null when activeFocus becomes True + // Since we want the value to stay the same when giving focus to the TextInput this is being used + // in place of "when: !activeFocus" + return input.text + } // Stacklevels // 0: user -> unsaved change // 1: quality changes -> saved change @@ -181,7 +188,6 @@ SettingItem return propertyProvider.properties.value } } - when: !input.activeFocus } MouseArea -- cgit v1.2.3 From 2f96f7b410b85eaa6773e53db1cc5eb9975d74f9 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 4 Apr 2022 10:45:00 +0200 Subject: RegularExpressionValidator requires newer version of QtQuick CURA-8640 --- resources/qml/ColorDialog.qml | 3 +++ resources/qml/JobSpecs.qml | 2 +- resources/qml/PrinterOutput/ExtruderBox.qml | 2 +- resources/qml/SpinBox.qml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index f05222fdf0..808a5a8687 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -1,3 +1,6 @@ +// Copyright (c) 2022 Ultimaker B.V. +// Cura is released under the terms of the LGPLv3 or higher. + import QtQuick 2.10 import QtQuick.Controls 2.2 import QtQuick.Window 2.1 diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index e1d287bed7..3e61b41749 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -1,7 +1,7 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.2 +import QtQuick 2.10 import QtQuick.Controls 2.1 import QtQuick.Layouts 1.1 diff --git a/resources/qml/PrinterOutput/ExtruderBox.qml b/resources/qml/PrinterOutput/ExtruderBox.qml index 7a1288b0d4..3b09ab182c 100644 --- a/resources/qml/PrinterOutput/ExtruderBox.qml +++ b/resources/qml/PrinterOutput/ExtruderBox.qml @@ -1,7 +1,7 @@ //Copyright (c) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.2 +import QtQuick 2.10 import QtQuick.Controls 2.1 import UM 1.5 as UM diff --git a/resources/qml/SpinBox.qml b/resources/qml/SpinBox.qml index e7652ab147..4348123c51 100644 --- a/resources/qml/SpinBox.qml +++ b/resources/qml/SpinBox.qml @@ -1,7 +1,7 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.2 +import QtQuick 2.10 import QtQuick.Controls 2.15 import UM 1.5 as UM -- cgit v1.2.3 From e2e0a5cdee34aca731a751c0bbbbe8504816656f Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 4 Apr 2022 11:08:29 +0200 Subject: Inheriting components don't have full access to the context of their parent in QT6 (I assume?) The buttonRow in Dialog must be exposed through an alias now (buttonArea). This fixes minimumHeight failing to evaluate buttonRow.height CURA-8640 --- resources/qml/ColorDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index 808a5a8687..bd731e6be1 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -29,7 +29,7 @@ UM.Dialog // the size of the dialog ourselves. // Ugly workaround for windows having overlapping elements due to incorrect dialog width minimumWidth: content.width + (Qt.platform.os == "windows" ? 4 * margin : 2 * margin) - minimumHeight: content.height + buttonRow.height + (Qt.platform.os == "windows" ? 5 * margin : 3 * margin) + minimumHeight: content.height + buttonArea.height + (Qt.platform.os == "windows" ? 5 * margin : 3 * margin) property alias color: colorInput.text property var swatchColors: [ -- cgit v1.2.3 From 359bcc1bee3f25eee0e85db71a3f04f3a47e585e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 4 Apr 2022 11:09:50 +0200 Subject: Textfield was in incorrect style CURA-8640 --- resources/qml/ColorDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index bd731e6be1..55314a8c04 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -107,7 +107,7 @@ UM.Dialog text: catalog.i18nc("@label", "Hex") } - TextField + Cura.TextField { id: colorInput Layout.fillWidth: true -- cgit v1.2.3 From df72cd8da48fabf864e3d4469d361748effc43e4 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 4 Apr 2022 14:28:40 +0200 Subject: new default settings for ultimaker printers A higher resolution does not improve visual quality, a lower resolution means you need to improve firmware. PP-54 --- resources/definitions/ultimaker.def.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources') diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 978deeb7f4..437efda24f 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -70,6 +70,18 @@ }, "xy_offset": { "value": "-layer_height * 0.2" + }, + "meshfix_maximum_resolution": { + "value": "max(speed_wall_0 / 75, 0.5)" + }, + "meshfix_maximum_deviation": { + "value": "machine_nozzle_size / 10" + }, + "jerk_travel": { + "value": "jerk_print" + }, + "acceleration_travel": { + "value": "acceleration_wall" } } } -- cgit v1.2.3 From 44a33e0fed47571292612c3edbe23abb90f01ed1 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 4 Apr 2022 14:29:40 +0200 Subject: follow the defaults set in ultimaker.def.json Only UM2+C keeps his on resolution settings, since this printer has a lower segments per second performance, and we are not going to work on it. PP-54 --- resources/definitions/ultimaker3.def.json | 1 - resources/definitions/ultimaker_s3.def.json | 3 --- resources/definitions/ultimaker_s5.def.json | 3 --- resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg | 4 ---- resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg | 4 ---- .../quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg | 4 ---- .../quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg | 4 ---- resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg | 2 -- resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg | 2 -- resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg | 2 -- .../quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg | 2 -- .../quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg | 4 ---- .../quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 4 ---- resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg | 2 -- .../quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg | 2 -- .../quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg | 2 -- resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg | 1 - .../quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg | 3 +-- .../quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg | 1 - resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg | 1 - .../quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg | 1 - .../quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg | 3 --- .../quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg | 3 --- .../quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg | 3 --- resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg | 2 -- resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg | 2 -- resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg | 2 -- .../quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg | 2 -- .../quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg | 4 ---- .../quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 4 ---- resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg | 2 -- .../quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg | 2 -- .../quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg | 2 -- resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg | 1 - .../quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg | 1 - .../quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg | 1 - resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg | 1 - .../quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg | 1 - .../quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg | 1 - 41 files changed, 1 insertion(+), 90 deletions(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 48bb7b4362..fd21ab5271 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -111,7 +111,6 @@ "jerk_support_infill": {"minimum_value_warning": 20 }, "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, "jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_travel": {"minimum_value_warning": 20 }, "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, "jerk_print_layer_0": {"minimum_value_warning": 20 }, "jerk_travel_layer_0": {"minimum_value_warning": 20 }, diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index 83feb98eb2..640a062c6d 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -103,7 +103,6 @@ "jerk_support_infill": {"minimum_value_warning": 20 }, "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, "jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_travel": {"minimum_value_warning": 20 }, "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, "jerk_print_layer_0": {"minimum_value_warning": 20 }, "jerk_travel_layer_0": {"minimum_value_warning": 20 }, @@ -159,8 +158,6 @@ "travel_avoid_supports": { "value": "True" }, "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, "wall_0_inset": { "value": "0" }, - "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 4" }, "initial_layer_line_width_factor": { "value": "120" }, "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" } } diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index c4afee4e3a..0d5d7499cc 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -105,7 +105,6 @@ "jerk_support_infill": {"minimum_value_warning": 20 }, "jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"}, "jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 }, - "jerk_travel": {"minimum_value_warning": 20 }, "jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20}, "jerk_print_layer_0": {"minimum_value_warning": 20 }, "jerk_travel_layer_0": {"minimum_value_warning": 20 }, @@ -161,8 +160,6 @@ "travel_avoid_supports": { "value": "True" }, "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, "wall_0_inset": { "value": "0" }, - "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 4" }, "optimize_wall_printing_order": { "value": "True" }, "initial_layer_line_width_factor": { "value": "120" }, "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }, diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg index 5fb23190d1..ba2af050fc 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg @@ -34,8 +34,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 - raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg index a46e184d05..1604c1a815 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg @@ -34,8 +34,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 - raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg index 50d885b55f..7822926663 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg @@ -33,8 +33,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 - raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg index 84aebaf798..bd8048528b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg @@ -33,8 +33,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 - raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg index a4b3fb3380..bbb6b61202 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg @@ -26,8 +26,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 0.8 -jerk_travel = 50 - infill_sparse_density = 15 layer_height_0 = 0.2 acceleration_wall = 2000 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg index 2f89be38f9..6b870c0af2 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Print.inst.cfg @@ -25,8 +25,6 @@ speed_topbottom = =math.ceil(speed_print * 35 / 70) speed_wall = =math.ceil(speed_print * 45 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 70) top_bottom_thickness = 1 -jerk_travel = 50 - layer_height_0 = 0.2 raft_airgap = 0.25 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg index d80d8427c9..fbfca15254 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_High_Quality.inst.cfg @@ -27,8 +27,6 @@ speed_layer_0 = 10 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 35 / 50) top_bottom_thickness = 1 -jerk_travel = 50 - layer_height_0 = 0.2 raft_airgap = 0.25 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg index 20025a8c0b..4262e22ac8 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Normal_Quality.inst.cfg @@ -23,8 +23,6 @@ retraction_prime_speed = =retraction_speed skin_overlap = 10 speed_layer_0 = 10 top_bottom_thickness = 1 -jerk_travel = 50 - layer_height_0 = 0.2 raft_airgap = 0.25 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg index fd5e5a7217..7666860661 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -14,14 +14,10 @@ is_experimental = True [values] infill_sparse_density = 15 - -jerk_travel = 20 acceleration_print = 2000 acceleration_wall = 1500 acceleration_wall_0 = 1000 acceleration_topbottom = 1000 -acceleration_travel = 2000 - speed_print = 50 speed_wall = 50 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg index 7a67e10783..6a7a43d808 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -14,14 +14,10 @@ is_experimental = True [values] infill_sparse_density = 15 - -jerk_travel = 20 acceleration_print = 2000 acceleration_wall = 1500 acceleration_wall_0 = 1000 acceleration_topbottom = 1000 -acceleration_travel = 2000 - speed_print = 50 speed_wall = 50 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg index 9e293db418..7410ebd8d6 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Draft_Print.inst.cfg @@ -21,5 +21,3 @@ retraction_combing_max_distance = 50 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) - -jerk_travel = 50 \ No newline at end of file diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg index 0062aa89f8..ab407a7dcb 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg @@ -22,5 +22,3 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) - -jerk_travel = 50 \ No newline at end of file diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg index 86e7b2465e..8b537d4df0 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Verydraft_Print.inst.cfg @@ -21,5 +21,3 @@ retraction_combing_max_distance = 50 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) - -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg index c34d5b281b..719fb8fce1 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Draft_Print.inst.cfg @@ -21,6 +21,5 @@ retraction_combing_max_distance = 8 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -jerk_travel = 50 cool_fan_speed = 20 initial_layer_line_width_factor = 100 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg index 8940e53e23..8c57c89aa1 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -22,6 +22,5 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -jerk_travel = 50 -cool_fan_speed = 20 +cool_fan_speed = 20 initial_layer_line_width_factor = 100 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg index 56d72118c6..d00c906c2e 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -21,7 +21,6 @@ retraction_combing_max_distance = 8 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -jerk_travel = 50 cool_fan_speed = 20 layer_height_0 = 0.27 initial_layer_line_width_factor = 100 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg index bc3464b305..40beaf4b56 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Draft_Print.inst.cfg @@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg index bbbc40dd0d..ea048cecfa 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Superdraft_Print.inst.cfg @@ -48,4 +48,3 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg index 1eb27c3e9a..e682ba9664 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_TPU_Verydraft_Print.inst.cfg @@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg index 58d05433c0..3ae123e796 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Draft_Print.inst.cfg @@ -32,5 +32,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 -jerk_travel = 50 raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg index 26a74aae03..55edc46a60 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Fast_Print.inst.cfg @@ -34,7 +34,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg index 8a6d7bdca2..80d9206f15 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_High_Quality.inst.cfg @@ -33,7 +33,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg index 4976153044..66fac26eeb 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_Nylon_Normal_Quality.inst.cfg @@ -33,7 +33,4 @@ speed_layer_0 = 10 switch_extruder_prime_speed = 30 switch_extruder_retraction_amount = 30 switch_extruder_retraction_speeds = 40 - - -jerk_travel = 50 raft_surface_speed = 45 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg index d057a8a057..c60839af84 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print.inst.cfg @@ -27,8 +27,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70) speed_wall = =math.ceil(speed_print * 55 / 70) speed_wall_0 = =math.ceil(speed_wall * 45 / 50) top_bottom_thickness = 0.8 -jerk_travel = 50 - infill_sparse_density = 15 layer_height_0 = 0.2 acceleration_wall = 2000 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg index 1ed844b4fc..a9b9c5cfc1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Fast_Print.inst.cfg @@ -25,7 +25,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 70) speed_wall = =math.ceil(speed_print * 45 / 70) speed_wall_0 = =math.ceil(speed_wall * 35 / 70) top_bottom_thickness = 1 -jerk_travel = 50 - layer_height_0 = 0.2 raft_airgap = 0.25 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg index 2e69215798..e92bc85cac 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_High_Quality.inst.cfg @@ -27,7 +27,5 @@ speed_layer_0 = 10 speed_topbottom = =math.ceil(speed_print * 35 / 50) speed_wall = =math.ceil(speed_print * 35 / 50) top_bottom_thickness = 1 -jerk_travel = 50 - layer_height_0 = 0.2 raft_airgap = 0.25 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg index 8939294b54..c389c1331f 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_Normal_Quality.inst.cfg @@ -23,7 +23,5 @@ retraction_prime_speed = =retraction_speed skin_overlap = 10 speed_layer_0 = 10 top_bottom_thickness = 1 -jerk_travel = 50 - layer_height_0 = 0.2 raft_airgap = 0.25 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg index efccc3a347..093be3da66 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -14,14 +14,10 @@ is_experimental = True [values] infill_sparse_density = 15 - -jerk_travel = 20 acceleration_print = 2000 acceleration_wall = 1500 acceleration_wall_0 = 1000 acceleration_topbottom = 1000 -acceleration_travel = 2000 - speed_print = 50 speed_wall = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg index 54eb99d099..3e680302c1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -14,14 +14,10 @@ is_experimental = True [values] infill_sparse_density = 15 - -jerk_travel = 20 acceleration_print = 2000 acceleration_wall = 1500 acceleration_wall_0 = 1000 acceleration_topbottom = 1000 -acceleration_travel = 2000 - speed_print = 50 speed_wall = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg index f7dbe85c00..c715ce4a70 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Draft_Print.inst.cfg @@ -21,5 +21,3 @@ retraction_combing_max_distance = 50 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) - -jerk_travel = 50 \ No newline at end of file diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg index 07e19b9ca3..8f5c87b04e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg @@ -22,5 +22,3 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) - -jerk_travel = 50 \ No newline at end of file diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg index 350c99833c..d4677f4c29 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Verydraft_Print.inst.cfg @@ -21,5 +21,3 @@ retraction_combing_max_distance = 50 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) - -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg index 762b2ebca8..e26eb61536 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg @@ -21,6 +21,5 @@ retraction_combing_max_distance = 8 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -jerk_travel = 50 cool_fan_speed = 20 initial_layer_line_width_factor = 100 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg index 855a5ae292..9a1db6e901 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg @@ -22,7 +22,6 @@ speed_print = 45 speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 40 / 45) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) -jerk_travel = 50 cool_fan_speed = 20 initial_layer_line_width_factor = 100 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg index 8b688debf0..294566bec4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg @@ -21,7 +21,6 @@ retraction_combing_max_distance = 8 speed_print = 40 speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_wall = =math.ceil(speed_print * 30 / 40) -jerk_travel = 50 cool_fan_speed = 20 initial_layer_line_width_factor = 100 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg index 12b4734b7f..3712b9d477 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Draft_Print.inst.cfg @@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg index bb6520947b..32e2238da0 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Superdraft_Print.inst.cfg @@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 -jerk_travel = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg index 847552d471..59f6c26784 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_TPU_Verydraft_Print.inst.cfg @@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45 top_bottom_thickness = 1.2 travel_avoid_distance = 1.5 wall_0_wipe_dist = =line_width * 2 -jerk_travel = 50 -- cgit v1.2.3 From 7884ba4d5bd8df441f27b560590c5bd9b66629a9 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 4 Apr 2022 16:09:48 +0200 Subject: update minimum linewidth since these settings are new to cura, I think it is safe to update them in fdmprinters. PP-115 --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 1b8f942474..cf3f66f496 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1197,7 +1197,7 @@ "minimum_value_warning": ".5 * max(wall_line_width_0, wall_line_width_x)", "maximum_value_warning": "min(wall_line_width_0, wall_line_width_x)", "default_value": 0.3, - "value": "machine_nozzle_size * .75", + "value": "machine_nozzle_size * .85", "type": "float", "settable_per_mesh": true, "children": @@ -1281,7 +1281,7 @@ "label": "Minimum Thin Wall Line Width", "description": "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself.", "unit": "mm", - "value": "machine_nozzle_size * .75", + "value": "min_wall_line_width", "default_value": 0.2, "minimum_value": "0.001", "minimum_value_warning": "min_feature_size", -- cgit v1.2.3 From 04d5d433725ae50644d878c6576cdd2a9e0f7d5a Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 4 Apr 2022 16:10:06 +0200 Subject: remove redundant overwrites PP-115 --- resources/definitions/ultimaker2_plus.def.json | 3 --- resources/definitions/ultimaker2_plus_connect.def.json | 1 - 2 files changed, 4 deletions(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker2_plus.def.json b/resources/definitions/ultimaker2_plus.def.json index 7c0e81b428..0d4191383d 100644 --- a/resources/definitions/ultimaker2_plus.def.json +++ b/resources/definitions/ultimaker2_plus.def.json @@ -34,9 +34,6 @@ "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" }, - "line_width": { - "value": "machine_nozzle_size" - }, "speed_support": { "value": "speed_wall_0" }, diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json index 186637b487..1effa1616f 100644 --- a/resources/definitions/ultimaker2_plus_connect.def.json +++ b/resources/definitions/ultimaker2_plus_connect.def.json @@ -60,7 +60,6 @@ "speed_infill": { "value": "speed_print" }, "speed_wall_x": { "value": "speed_wall" }, "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" }, - "line_width": { "value": "machine_nozzle_size" }, "optimize_wall_printing_order": { "value": "True" }, "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }, "speed_support": { "value": "speed_wall_0" }, -- cgit v1.2.3 From 86d9afe96c75008649c79bbdb3cdb1ed8f941124 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 4 Apr 2022 16:10:47 +0200 Subject: increase outer wall linewidth when spiralize This is mainly benefitting the AA04 0.3mm profiles. PP-115 --- resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg | 1 + resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 1 + resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg | 1 + resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 1 + 4 files changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg index 3e61e38cb5..718f1050b4 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -42,3 +42,4 @@ top_bottom_thickness = 0.9 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' raft_airgap = =0.25 +wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) \ No newline at end of file diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg index 680cf17e46..f20c7b729a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -42,3 +42,4 @@ top_bottom_thickness = 1.2 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' raft_airgap = =0.25 +wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) \ No newline at end of file diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg index ac348f3e70..17cc31bd8a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -42,3 +42,4 @@ top_bottom_thickness = 0.9 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' raft_airgap = =0.25 +wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) \ No newline at end of file diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg index af207733ef..3ebc15e8d6 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -42,3 +42,4 @@ top_bottom_thickness = 1.2 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' raft_airgap = =0.25 +wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) \ No newline at end of file -- cgit v1.2.3 From d3e0b04eeda2402a962fc393ef7441b17366f139 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 5 Apr 2022 13:57:56 +0200 Subject: update filter margin name and description --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index fde8e0875e..0ee23dc799 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1152,8 +1152,8 @@ }, "wall_transition_filter_deviation": { - "label": "Wall Transition Filter Deviation", - "description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.", + "label": "Wall Transitioning Filter Margin", + "description": "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems.", "type": "float", "unit": "mm", "default_value": 0.1, -- cgit v1.2.3 From de29eb7d53caa82b0e2567e79865c684caca7b6c Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 5 Apr 2022 13:59:01 +0200 Subject: change name to transitionING filter This is not a property of a transition, but of when the transitioning algorithm makes or leaves out transitions --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 0ee23dc799..df0089c033 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1140,7 +1140,7 @@ }, "wall_transition_filter_distance": { - "label": "Wall Transition Filter Distance", + "label": "Wall Transitioning Filter Distance", "description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.", "type": "float", "unit": "mm", -- cgit v1.2.3 From 8098c208601327b9ecd4bc0b2b0f700d0ad2dcd1 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 5 Apr 2022 14:00:42 +0200 Subject: disable wall_transition_filter_distance We don't want to filter based on the length of the filtered region, but based on the induced extra line width variation. This diables the setting for the frontend, but doesn't fully remove it yet. TODO --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index df0089c033..efbd8db67c 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1144,8 +1144,8 @@ "description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.", "type": "float", "unit": "mm", - "default_value": 1.4, - "value": "4 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", + "enabled": false, + "default_value": 100, "minimum_value": "wall_transition_length", "minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", "maximum_value_warning": "10 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x" -- cgit v1.2.3 From 4ec2edec6787e34184997e7757af80a7bbdb3618 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 5 Apr 2022 15:03:45 +0200 Subject: Add replacement for QT.labs.models.TableModel Implementation is intended to function the same as before. CURA-8640 --- resources/qml/ProfileOverview.qml | 12 +++++------- resources/qml/TableView.qml | 3 ++- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'resources') diff --git a/resources/qml/ProfileOverview.qml b/resources/qml/ProfileOverview.qml index e1009cd010..b89933bb75 100644 --- a/resources/qml/ProfileOverview.qml +++ b/resources/qml/ProfileOverview.qml @@ -1,11 +1,11 @@ //Copyright (c) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -import Qt.labs.qmlmodels 1.0 +//import Qt.labs.qmlmodels 1.0 import QtQuick 2.7 import QtQuick.Controls 2.15 -import UM 1.5 as UM +import UM 1.6 as UM import Cura 1.6 as Cura Cura.TableView @@ -39,13 +39,11 @@ Cura.TableView catalog.i18nc("@title:column", "Current"), catalog.i18nc("@title:column Unit of measurement", "Unit") ] - model: TableModel + + model: UM.TableModel { id: tableModel - TableModelColumn { display: "label" } - TableModelColumn { display: "profile_value" } - TableModelColumn { display: "user_value" } - TableModelColumn { display: "unit" } + headers: ["label", "profile_value", "user_value", "unit"] rows: modelRows } sectionRole: "category" diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml index 885efe0765..6774db2bd6 100644 --- a/resources/qml/TableView.qml +++ b/resources/qml/TableView.qml @@ -56,8 +56,9 @@ Item font: UM.Theme.getFont("medium_bold") elide: Text.ElideRight } - Item //Resize handle. + Item { + //Resize handle. anchors { right: parent.right -- cgit v1.2.3 From b60156e3b71cd1b4fddf7d2aa266565f05c2f9ae Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 5 Apr 2022 15:04:35 +0200 Subject: Remove unused import CURA-8640 --- resources/qml/ProfileOverview.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/ProfileOverview.qml b/resources/qml/ProfileOverview.qml index b89933bb75..3508a85193 100644 --- a/resources/qml/ProfileOverview.qml +++ b/resources/qml/ProfileOverview.qml @@ -1,7 +1,6 @@ //Copyright (c) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -//import Qt.labs.qmlmodels 1.0 import QtQuick 2.7 import QtQuick.Controls 2.15 -- cgit v1.2.3 From fd07de9b117bcc49c718184752835015a11187b1 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 5 Apr 2022 15:53:56 +0200 Subject: Update DiscardOrKeepProfileChangesDialog.qml TableModel CURA-8640 --- .../qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'resources') diff --git a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml index 01cbdd7d60..0579cb3c30 100644 --- a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml @@ -1,11 +1,10 @@ //Copyright (c) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -//import Qt.labs.qmlmodels 1.0 import QtQuick 2.1 import QtQuick.Controls 2.15 -import UM 1.5 as UM +import UM 1.6 as UM import Cura 1.6 as Cura UM.Dialog @@ -77,13 +76,11 @@ UM.Dialog Cura.MachineManager.activeQualityDisplayNameMap["main"], catalog.i18nc("@title:column", "Current changes") ] -// model: TableModel -// { -// TableModelColumn { display: "label" } -// TableModelColumn { display: "original_value" } -// TableModelColumn { display: "user_value" } -// rows: userChangesModel.items -// } + model: UM.TableModel + { + headers: ["label", "original_value", "user_value"] + rows: userChangesModel.items + } sectionRole: "category" } } -- cgit v1.2.3 From 9812dade44431f6ddd9e17d9320a89e5188b8909 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 5 Apr 2022 16:03:47 +0200 Subject: Fix drag & drop --- resources/qml/Cura.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 54b88b2805..4ee902c436 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -234,7 +234,7 @@ UM.MainWindow { // The drop area is here to handle files being dropped onto Cura. anchors.fill: parent - onDropped: + onDropped: (drop) => { if (drop.urls.length > 0) { @@ -243,7 +243,7 @@ UM.MainWindow for (var i = 0; i < drop.urls.length; i++) { var filename = drop.urls[i]; - if (filename.toLowerCase().endsWith(".curapackage")) + if (filename.toString().toLowerCase().endsWith(".curapackage")) { // Try to install plugin & close. CuraApplication.installPackageViaDragAndDrop(filename); -- cgit v1.2.3 From 2ffcfafc7761be3305c4023aa356e11147ba95d7 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 5 Apr 2022 16:10:39 +0200 Subject: Some place RegularExpressionValidator can't be found in QtQuick 2.10 but can be in 2.15 so all files using RegularExpressionValidator have been bumped to latest QtQuick CURA-8640 --- resources/qml/ColorDialog.qml | 2 +- resources/qml/JobSpecs.qml | 2 +- resources/qml/PrinterOutput/ExtruderBox.qml | 2 +- resources/qml/PrinterOutput/HeatedBedBox.qml | 2 +- resources/qml/Settings/SettingTextField.qml | 2 +- resources/qml/SpinBox.qml | 2 +- resources/qml/WelcomePages/AddPrinterByIpContent.qml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'resources') diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index 55314a8c04..ed6a6c7c25 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -1,7 +1,7 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.2 import QtQuick.Window 2.1 import QtQuick.Layouts 1.1 diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 3e61b41749..d2ca855e8b 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -1,7 +1,7 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.1 import QtQuick.Layouts 1.1 diff --git a/resources/qml/PrinterOutput/ExtruderBox.qml b/resources/qml/PrinterOutput/ExtruderBox.qml index 3b09ab182c..e567d5d4cb 100644 --- a/resources/qml/PrinterOutput/ExtruderBox.qml +++ b/resources/qml/PrinterOutput/ExtruderBox.qml @@ -1,7 +1,7 @@ //Copyright (c) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.1 import UM 1.5 as UM diff --git a/resources/qml/PrinterOutput/HeatedBedBox.qml b/resources/qml/PrinterOutput/HeatedBedBox.qml index 490168ac0e..8a1d13524f 100644 --- a/resources/qml/PrinterOutput/HeatedBedBox.qml +++ b/resources/qml/PrinterOutput/HeatedBedBox.qml @@ -1,7 +1,7 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.4 import UM 1.5 as UM diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index 27952f3c13..5b051178b1 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -1,7 +1,7 @@ // Copyright (c) 2021 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.14 +import QtQuick 2.15 import QtQuick.Controls 2.15 import UM 1.5 as UM diff --git a/resources/qml/SpinBox.qml b/resources/qml/SpinBox.qml index 4348123c51..0b3581cfed 100644 --- a/resources/qml/SpinBox.qml +++ b/resources/qml/SpinBox.qml @@ -1,7 +1,7 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.15 import UM 1.5 as UM diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index 86b54e3ec1..1adaa09a49 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -1,7 +1,7 @@ // Copyright (c) 2019 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -import QtQuick 2.10 +import QtQuick 2.15 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -- cgit v1.2.3 From 53efb78cf622b2ebab8b9714c339a0f076fdc7e9 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 5 Apr 2022 17:22:57 +0200 Subject: Fix combobox and label heights in general page CURA-8640 --- resources/qml/Preferences/GeneralPage.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index c4200e2351..ca8019ea75 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -224,7 +224,7 @@ UM.PreferencesPage textRole: "text" model: languageList implicitWidth: UM.Theme.getSize("combobox").width - implicitHeight: currencyField.height + height: currencyField.height function setCurrentIndex() { var code = UM.Preferences.getValue("general/language"); @@ -264,6 +264,7 @@ UM.PreferencesPage selectByMouse: true text: UM.Preferences.getValue("cura/currency") implicitWidth: UM.Theme.getSize("combobox").width + implicitHeight: UM.Theme.getSize("setting_control").height onTextChanged: UM.Preferences.setValue("cura/currency", text) } @@ -293,7 +294,7 @@ UM.PreferencesPage model: themeList textRole: "text" implicitWidth: UM.Theme.getSize("combobox").width - implicitHeight: currencyField.height + height: currencyField.height currentIndex: { -- cgit v1.2.3 From 62c1e37e040b88d556649138d51d3b48f2f951c2 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 5 Apr 2022 17:25:19 +0200 Subject: Fix button heights CURA-8640 --- resources/qml/ActionButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index 348d731a06..60a0e4d1f5 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -46,7 +46,7 @@ Button leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - height: UM.Theme.getSize("action_button").height + implicitHeight: UM.Theme.getSize("action_button").height hoverEnabled: true onHoveredChanged: -- cgit v1.2.3 From 00c7c37b346f253571115b23d12216151eb0b758 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Wed, 6 Apr 2022 10:50:33 +0200 Subject: LinearGradient is not available for 2d shapes in QT6 Replace LinearGradient with Gradient in preview color scheme drop down CURA-8640 --- resources/qml/ObjectSelector.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/ObjectSelector.qml b/resources/qml/ObjectSelector.qml index db68ff6c03..1bf2ac0fd9 100644 --- a/resources/qml/ObjectSelector.qml +++ b/resources/qml/ObjectSelector.qml @@ -1,3 +1,4 @@ + // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -- cgit v1.2.3 From b2eec5f0d9079fa27d197140f48a5cdb76b5bb25 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 6 Apr 2022 11:19:20 +0200 Subject: Fix height for swatch in extruder settings --- resources/qml/Settings/SettingOptionalExtruder.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingOptionalExtruder.qml b/resources/qml/Settings/SettingOptionalExtruder.qml index 2a4db2ab31..7c5ea9d90f 100644 --- a/resources/qml/Settings/SettingOptionalExtruder.qml +++ b/resources/qml/Settings/SettingOptionalExtruder.qml @@ -159,7 +159,7 @@ SettingItem background: Rectangle { id: swatch - height: Math.round(parent.height / 2) + height: UM.Theme.getSize("standard_arrow").width width: height radius: Math.round(width / 2) anchors.right: parent.right -- cgit v1.2.3 From ef6f76fc98cf67d8f3237693ae461b7d57724f3e Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 6 Apr 2022 11:24:17 +0200 Subject: Fix parameter injection deprecation warning --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 4ee902c436..bd9979335b 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -163,7 +163,7 @@ UM.MainWindow anchors.fill: parent //DeleteSelection on the keypress backspace event - Keys.onPressed: + Keys.onPressed: (event) => { if (event.key == Qt.Key_Backspace) { -- cgit v1.2.3 From 0a8ef5162e1261ab839531bd4804c0c8eeaaf52f Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Wed, 6 Apr 2022 13:28:55 +0200 Subject: Removed the rather hacky implementation of the shrinkage factor averaging. Issues with dual extrusion were the second extruder is not used should solved in a different way. Relates to PP-77 --- resources/definitions/fdmprinter.def.json | 60 ++++++++++++++++++++----------- resources/setting_visibility/expert.cfg | 1 + 2 files changed, 41 insertions(+), 20 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 7e20b9f732..58150f7b0d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2527,35 +2527,55 @@ "settable_per_mesh": false, "settable_per_extruder": true }, - "material_shrinkage_percentage_xy": + "material_shrinkage_percentage": { - "label": "Horizontal Scaling Factor Shrinkage Compensation", - "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally).", + "label": "Scaling Factor Shrinkage Compensation", + "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor.", "unit": "%", "type": "float", - "default_value": null, - "enabled": true, - "minimum_value": "0.001", - "minimum_value_warning": "100", - "maximum_value_warning": "120", - "settable_per_mesh": false, - "settable_per_extruder": false, - "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_xy'))" - }, - "material_shrinkage_percentage_z": - { - "label": "Vertical Scaling Factor Shrinkage Compensation", - "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically).", - "unit": "%", - "type": "float", - "default_value": null, + "default_value": 100.0, "enabled": true, "minimum_value": "0.001", "minimum_value_warning": "100", "maximum_value_warning": "120", "settable_per_mesh": false, "settable_per_extruder": false, - "resolve": "100 if sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z')) == 0 else sum(s if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))/sum(1 if s != None else 0 for s in extruderValues('material_shrinkage_percentage_z'))" + "resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))", + "children": + { + "material_shrinkage_percentage_xy": + { + "label": "Horizontal Scaling Factor Shrinkage Compensation", + "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally).", + "unit": "%", + "type": "float", + "default_value": 100.0, + "enabled": true, + "minimum_value": "0.001", + "minimum_value_warning": "100", + "maximum_value_warning": "120", + "settable_per_mesh": false, + "settable_per_extruder": false, + "resolve": "sum(extruderValues(\"material_shrinkage_percentage_xy\")) / len(extruderValues(\"material_shrinkage_percentage_xy\"))", + "value": "material_shrinkage_percentage" + }, + "material_shrinkage_percentage_z": + { + "label": "Vertical Scaling Factor Shrinkage Compensation", + "description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically).", + "unit": "%", + "type": "float", + "default_value": 100.0, + "enabled": true, + "minimum_value": "0.001", + "minimum_value_warning": "100", + "maximum_value_warning": "120", + "settable_per_mesh": false, + "settable_per_extruder": false, + "resolve": "sum(extruderValues(\"material_shrinkage_percentage_z\")) / len(extruderValues(\"material_shrinkage_percentage_z\"))", + "value": "material_shrinkage_percentage" + } + } }, "material_crystallinity": { diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 50154a168c..b5b1ab7b1a 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -117,6 +117,7 @@ material_bed_temperature material_bed_temperature_layer_0 material_adhesion_tendency material_surface_energy +material_shrinkage_percentage material_shrinkage_percentage_xy material_shrinkage_percentage_z material_flow -- cgit v1.2.3 From e24d2d15ae2dea87154b4106fdb95118626034c4 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Wed, 6 Apr 2022 13:56:28 +0200 Subject: Reduced horizontal expansion offset to the theoretically correct value of 0.1*layer_height if the correction is performed on both sides of the wall (then totals 0.2*layer_height). Relates to PP-154 --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index b3c01fc737..41593be8c2 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -81,7 +81,7 @@ "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))" }, "xy_offset": { - "value": "-layer_height * 0.2" + "value": "-layer_height * 0.1" } } } -- cgit v1.2.3 From 6bb4f52b279f3ad005978a21417d9ddd1977c93a Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Wed, 6 Apr 2022 17:22:17 +0200 Subject: Fix crash on slicing. A Component with 0 width and height does not load values from registered Objects correctly. This 0 width/height was caused by a binding loop for height in the contentItem. CURA-8640 --- resources/qml/ActionPanel/PrintInformationWidget.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/ActionPanel/PrintInformationWidget.qml b/resources/qml/ActionPanel/PrintInformationWidget.qml index d9923ce4e8..813215de4c 100644 --- a/resources/qml/ActionPanel/PrintInformationWidget.qml +++ b/resources/qml/ActionPanel/PrintInformationWidget.qml @@ -17,6 +17,8 @@ UM.RecolorImage color: UM.Theme.getColor("icon") + property var printMaterialCosts: PrintInformation.materialCosts + MouseArea { anchors.fill: parent @@ -37,8 +39,6 @@ UM.RecolorImage opacity: opened ? 1 : 0 Behavior on opacity { NumberAnimation { duration: 100 } } - contentWidth: printJobInformation.width - contentHeight: printJobInformation.implicitHeight contentItem: PrintJobInformation { -- cgit v1.2.3 From 11b557b3d97f5f797e607ac8c583bd8b8499063e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 11:57:03 +0200 Subject: Replace material sub-menus with custom Popup The sub-menus were giving segfaults for some reason. We couldn't figure out how to circumvent that. So now we're at a last resort: Implement the whole thing ourselves, but with Popup instead of Menu. Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 101 ++++++++++++++++++++++++++++++ resources/qml/Menus/MaterialMenu.qml | 41 ++---------- resources/qml/Widgets/MenuItem.qml | 4 +- 3 files changed, 108 insertions(+), 38 deletions(-) create mode 100644 resources/qml/Menus/MaterialBrandMenu.qml (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml new file mode 100644 index 0000000000..f6fcbe3039 --- /dev/null +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -0,0 +1,101 @@ +// Copyright (c) 2022 Ultimaker B.V. +// Cura is released under the terms of the LGPLv3 or higher. + +import QtQuick 2.7 +import QtQuick.Controls 2.4 +import QtQuick.Layouts 2.7 + +import UM 1.5 as UM +import Cura 1.7 as Cura + +/* This element is a workaround for MacOS, where it can crash in Qt6 when nested menus are closed. +Instead we'll use a pop-up which doesn't seem to have that problem. */ + +Cura.MenuItem +{ + id: materialBrandMenu + overrideShowArrow: true + + contentItem: MouseArea + { + hoverEnabled: true + + RowLayout + { + spacing: 0 + opacity: materialBrandMenu.enabled ? 1 : 0.5 + + Item + { + // Spacer + width: UM.Theme.getSize("default_margin").width + } + + UM.Label + { + text: replaceText(materialBrandMenu.text) + Layout.fillWidth: true + Layout.fillHeight:true + elide: Label.ElideRight + wrapMode: Text.NoWrap + } + + Item + { + Layout.fillWidth: true + } + + Item + { + // Right side margin + width: UM.Theme.getSize("default_margin").width + } + } + + onEntered: showTimer.restartTimer() + onExited: hideTimer.restartTimer() + } + + Timer + { + id: showTimer + interval: 100 + function restartTimer() + { + restart(); + running = materialBrandMenu.enabled && materialBrandMenu.contentItem.containsMouse; + hideTimer.running = false; + } + onTriggered: menuPopup.open() + } + Timer + { + id: hideTimer + interval: 250 + function restartTimer() //Restart but re-evaluate the running property then. + { + restart(); + running = materialBrandMenu.enabled && !materialBrandMenu.contentItem.containsMouse && !submenuArea.containsMouse; + showTimer.running = false; + } + onTriggered: menuPopup.close() + } + + Popup + { + id: menuPopup + x: parent.width + y: 0 + width: 100 + height: 100 + + MouseArea + { + id: submenuArea + anchors.fill: parent + + hoverEnabled: true + onEntered: hideTimer.restartTimer() + } + } +} diff --git a/resources/qml/Menus/MaterialMenu.qml b/resources/qml/Menus/MaterialMenu.qml index 5ffe4efbb6..fd1236feb7 100644 --- a/resources/qml/Menus/MaterialMenu.qml +++ b/resources/qml/Menus/MaterialMenu.qml @@ -98,45 +98,12 @@ Cura.Menu Instantiator { model: brandModel - Cura.Menu + delegate: Cura.MaterialBrandMenu { - id: brandMenu - title: brandName - property string brandName: model.name - property var brandMaterials: model.material_types - - Instantiator - { - model: brandMaterials - delegate: Cura.Menu - { - id: brandMaterialsMenu - title: materialName - property string materialName: model.name - property var brandMaterialColors: model.colors - - Instantiator - { - model: brandMaterialColors - delegate: Cura.MenuItem - { - text: model.name - checkable: true - enabled: isActiveExtruderEnabled - checked: model.id === materialMenu.activeMaterialId - - onTriggered: Cura.MachineManager.setMaterial(extruderIndex, model.container_node) - } - onObjectAdded: function(index, object) { brandMaterialsMenu.insertItem(index, object)} - onObjectRemoved: function(object) {brandMaterialsMenu.removeItem(object)} - } - } - onObjectAdded: function(index, object) { brandMenu.insertMenu(index, object)} - onObjectRemoved: function(object) {brandMenu.removeMenu(object)} - } + text: model.name } - onObjectAdded: function(index, object) {materialMenu.insertMenu(index + 4, object)} - onObjectRemoved: function(object) { materialMenu.removeMenu(object)} + onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)} + onObjectRemoved: function(object) { materialMenu.removeItem(index) } } Cura.MenuSeparator {} diff --git a/resources/qml/Widgets/MenuItem.qml b/resources/qml/Widgets/MenuItem.qml index 0b01f95217..30df317d82 100644 --- a/resources/qml/Widgets/MenuItem.qml +++ b/resources/qml/Widgets/MenuItem.qml @@ -16,9 +16,11 @@ UM.MenuItem implicitHeight: UM.Theme.getSize("menu").height + UM.Theme.getSize("narrow_margin").height implicitWidth: UM.Theme.getSize("menu").width + property bool overrideShowArrow: false + arrow: UM.RecolorImage { - visible: menuItem.subMenu + visible: menuItem.subMenu || overrideShowArrow height: UM.Theme.getSize("default_arrow").height width: height anchors.verticalCenter: parent.verticalCenter -- cgit v1.2.3 From 3de824e1a47ddb4ae0fe1b837acdac075af4bccc Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 14:58:39 +0200 Subject: Show submenu with material types It's quite a hassle to get it to keep displaying... Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 65 +++++++++++++++++++++++++++++-- resources/qml/Menus/MaterialMenu.qml | 2 +- 2 files changed, 62 insertions(+), 5 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index f6fcbe3039..c10c48d076 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -16,6 +16,9 @@ Cura.MenuItem id: materialBrandMenu overrideShowArrow: true + property var materialTypesModel + text: materialTypesModel.name + contentItem: MouseArea { hoverEnabled: true @@ -63,7 +66,7 @@ Cura.MenuItem function restartTimer() { restart(); - running = materialBrandMenu.enabled && materialBrandMenu.contentItem.containsMouse; + running = Qt.binding(function() { return materialBrandMenu.enabled && materialBrandMenu.contentItem.containsMouse; }); hideTimer.running = false; } onTriggered: menuPopup.open() @@ -75,7 +78,7 @@ Cura.MenuItem function restartTimer() //Restart but re-evaluate the running property then. { restart(); - running = materialBrandMenu.enabled && !materialBrandMenu.contentItem.containsMouse && !submenuArea.containsMouse; + running = Qt.binding(function() { return materialBrandMenu.enabled && !materialBrandMenu.contentItem.containsMouse && !menuPopup.itemHovered > 0; }); showTimer.running = false; } onTriggered: menuPopup.close() @@ -86,9 +89,14 @@ Cura.MenuItem id: menuPopup x: parent.width y: 0 - width: 100 - height: 100 + width: materialTypesList.width + padding * 2 + height: materialTypesList.height + padding * 2 + padding: background.border.width + // Nasty hack to ensure that we can keep track if the popup contains the mouse. + // Since we also want a hover for the sub items (and these events are sent async) + // We have to keep a count of itemHovered (instead of just a bool) + property int itemHovered: 0 MouseArea { id: submenuArea @@ -97,5 +105,54 @@ Cura.MenuItem hoverEnabled: true onEntered: hideTimer.restartTimer() } + + background: Rectangle + { + color: UM.Theme.getColor("main_background") + border.color: UM.Theme.getColor("lining") + border.width: UM.Theme.getSize("default_lining").width + } + + Column + { + id: materialTypesList + + Repeater + { + model: materialTypesModel.material_types + + //Use a MouseArea and Rectangle, not a button, because the button grabs mouse events which makes the parent pop-up think it's no longer being hovered. + //With a custom MouseArea, we can prevent the events from being accepted. + delegate: Item + { + width: materialTypeLabel.width + height: materialTypeLabel.height + + Rectangle + { + width: materialTypesList.width + height: parent.height + + color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") + + MouseArea + { + id: materialTypeButton + anchors.fill: parent + hoverEnabled: true + + onEntered: menuPopup.itemHovered += 1 + onExited: menuPopup.itemHovered -= 1 + } + } + + UM.Label + { + id: materialTypeLabel + text: model.name + } + } + } + } } } diff --git a/resources/qml/Menus/MaterialMenu.qml b/resources/qml/Menus/MaterialMenu.qml index fd1236feb7..c4ae4113f9 100644 --- a/resources/qml/Menus/MaterialMenu.qml +++ b/resources/qml/Menus/MaterialMenu.qml @@ -100,7 +100,7 @@ Cura.Menu model: brandModel delegate: Cura.MaterialBrandMenu { - text: model.name + materialTypesModel: model } onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)} onObjectRemoved: function(object) { materialMenu.removeItem(index) } -- cgit v1.2.3 From 45bc498c7f2935601ee7baee4282b27dcad6533a Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 8 Apr 2022 15:55:34 +0200 Subject: Replace `RecolorImage` with `ColorImage` CURA-8640 --- resources/qml/Account/AvatarImage.qml | 3 +-- resources/qml/Account/SyncState.qml | 2 +- resources/qml/ActionButton.qml | 8 ++------ resources/qml/ActionPanel/PrintInformationWidget.qml | 2 +- resources/qml/ApplicationSwitcher/ApplicationButton.qml | 4 ++-- resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml | 2 +- resources/qml/CategoryButton.qml | 8 ++------ resources/qml/ColorDialog.qml | 2 +- resources/qml/ExpandableComponent.qml | 2 +- resources/qml/ExpandableComponentHeader.qml | 3 +-- resources/qml/ExpandablePopup.qml | 2 +- resources/qml/ExtruderIcon.qml | 12 +++++++----- resources/qml/IconWithText.qml | 2 +- resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml | 2 +- resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml | 2 +- .../qml/Menus/ConfigurationMenu/CustomConfiguration.qml | 6 ++---- resources/qml/ObjectItemButton.qml | 2 +- resources/qml/ObjectSelector.qml | 3 +-- resources/qml/Preferences/Materials/MaterialsSlot.qml | 2 +- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 6 +++--- resources/qml/Preferences/SettingVisibilityItem.qml | 2 +- resources/qml/PrintSetupHeaderButton.qml | 3 +-- resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml | 2 +- resources/qml/PrintSetupSelector/Custom/MenuButton.qml | 2 +- resources/qml/PrintSetupSelector/NoIntentIcon.qml | 2 +- .../qml/PrintSetupSelector/PrintSetupSelectorContents.qml | 2 +- .../Recommended/RecommendedSupportSelector.qml | 4 +--- resources/qml/PrinterSelector/MachineSelector.qml | 2 +- resources/qml/SearchBar.qml | 2 +- resources/qml/Settings/SettingCheckBox.qml | 3 +-- resources/qml/Settings/SettingExtruder.qml | 4 +--- resources/qml/Settings/SettingOptionalExtruder.qml | 4 +--- resources/qml/Settings/SettingView.qml | 2 +- resources/qml/SpinBox.qml | 4 ++-- resources/qml/Toolbar.qml | 5 +---- resources/qml/WelcomePages/AddLocalPrinterScrollView.qml | 4 +--- resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml | 2 +- resources/qml/WelcomePages/DropDownHeader.qml | 2 +- resources/qml/Widgets/ComboBox.qml | 4 +--- resources/qml/Widgets/MenuItem.qml | 4 ++-- resources/qml/Widgets/TextField.qml | 2 +- 41 files changed, 55 insertions(+), 81 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/AvatarImage.qml b/resources/qml/Account/AvatarImage.qml index 6df592ba33..7afd1b8180 100644 --- a/resources/qml/Account/AvatarImage.qml +++ b/resources/qml/Account/AvatarImage.qml @@ -45,7 +45,7 @@ Item cached: true }*/ - UM.RecolorImage + UM.ColorImage { id: profileImageOutline anchors.centerIn: parent @@ -54,7 +54,6 @@ Item height: parent.height + 2 visible: hasAvatar source: UM.Theme.getIcon("CircleOutline") - sourceSize: Qt.size(parent.width, parent.height) color: UM.Theme.getColor("account_widget_outline_active") } } diff --git a/resources/qml/Account/SyncState.qml b/resources/qml/Account/SyncState.qml index e5731ff9d7..9c978b4607 100644 --- a/resources/qml/Account/SyncState.qml +++ b/resources/qml/Account/SyncState.qml @@ -43,7 +43,7 @@ Row // Sync state icon + message } ] - UM.RecolorImage + UM.ColorImage { id: icon width: 20 * screenScaleFactor diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index 60a0e4d1f5..187da07cb6 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -62,14 +62,12 @@ Button spacing: UM.Theme.getSize("narrow_margin").width height: button.height //Left side icon. Only displayed if !isIconOnRightSide. - UM.RecolorImage + UM.ColorImage { id: buttonIconLeft source: "" height: visible ? button.iconSize : 0 width: visible ? height : 0 - sourceSize.width: width - sourceSize.height: height color: button.enabled ? (button.hovered ? button.textHoverColor : button.textColor) : button.textDisabledColor visible: source != "" && !button.isIconOnRightSide anchors.verticalCenter: parent.verticalCenter @@ -109,14 +107,12 @@ Button } //Right side icon. Only displayed if isIconOnRightSide. - UM.RecolorImage + UM.ColorImage { id: buttonIconRight source: buttonIconLeft.source height: visible ? button.iconSize : 0 width: visible ? height : 0 - sourceSize.width: width - sourceSize.height: height color: buttonIconLeft.color visible: source != "" && button.isIconOnRightSide anchors.verticalCenter: buttonIconLeft.verticalCenter diff --git a/resources/qml/ActionPanel/PrintInformationWidget.qml b/resources/qml/ActionPanel/PrintInformationWidget.qml index 813215de4c..377bc3e979 100644 --- a/resources/qml/ActionPanel/PrintInformationWidget.qml +++ b/resources/qml/ActionPanel/PrintInformationWidget.qml @@ -7,7 +7,7 @@ import QtQuick.Controls 2.1 import UM 1.1 as UM import Cura 1.0 as Cura -UM.RecolorImage +UM.ColorImage { id: widget diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml index 182b80811b..3d67889220 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml @@ -45,7 +45,7 @@ Button anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter - UM.RecolorImage + UM.ColorImage { id: applicationIcon anchors.horizontalCenter: parent.horizontalCenter @@ -54,7 +54,7 @@ Button width: UM.Theme.getSize("application_switcher_icon").width height: width - UM.RecolorImage + UM.ColorImage { id: externalLinkIndicatorIcon visible: base.isExternalLink diff --git a/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml b/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml index a8ea2312a5..69852270c1 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml @@ -31,7 +31,7 @@ Item Behavior on opacity { NumberAnimation { duration: 100; } } } - UM.RecolorImage + UM.ColorImage { anchors.fill: parent color: UM.Theme.getColor("primary_text") diff --git a/resources/qml/CategoryButton.qml b/resources/qml/CategoryButton.qml index b5d8bb2b2d..049ca032f0 100644 --- a/resources/qml/CategoryButton.qml +++ b/resources/qml/CategoryButton.qml @@ -78,7 +78,7 @@ Button id: content //spacing: UM.Theme.getSize("narrow_margin").width - UM.RecolorImage + UM.ColorImage { id: icon source: "" @@ -88,8 +88,6 @@ Button width: visible ? UM.Theme.getSize("section_icon").width: 0 height: UM.Theme.getSize("section_icon").height anchors.leftMargin: base.indented ? UM.Theme.getSize("default_margin").width: 0 - sourceSize.width: width - sourceSize.height: width } UM.Label @@ -106,15 +104,13 @@ Button color: UM.Theme.getColor("setting_category_text") } - UM.RecolorImage + UM.ColorImage { id: categoryArrow anchors.right: parent.right width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height anchors.verticalCenter: parent.verticalCenter - sourceSize.width: width - sourceSize.height: height color: UM.Theme.getColor("setting_control_button") source: expanded ? UM.Theme.getIcon("ChevronSingleDown") : UM.Theme.getIcon("ChevronSingleLeft") } diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index ed6a6c7c25..49adcf0cca 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -80,7 +80,7 @@ UM.Dialog implicitHeight: UM.Theme.getSize("medium_button_icon").height radius: width / 2 - UM.RecolorImage + UM.ColorImage { anchors.fill: parent visible: swatchColor == base.color diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index 1fef90d367..471fed5850 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -155,7 +155,7 @@ Item } } - UM.RecolorImage + UM.ColorImage { id: collapseButton anchors diff --git a/resources/qml/ExpandableComponentHeader.qml b/resources/qml/ExpandableComponentHeader.qml index 7176f0978b..de60faba2f 100644 --- a/resources/qml/ExpandableComponentHeader.qml +++ b/resources/qml/ExpandableComponentHeader.qml @@ -51,10 +51,9 @@ Cura.RoundedRectangle verticalCenter: parent.verticalCenter } - contentItem: UM.RecolorImage + contentItem: UM.ColorImage { anchors.fill: parent - sourceSize.width: width color: closeButton.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text") source: UM.Theme.getIcon("Cancel") } diff --git a/resources/qml/ExpandablePopup.qml b/resources/qml/ExpandablePopup.qml index c5fd2f4faf..967ef09767 100644 --- a/resources/qml/ExpandablePopup.qml +++ b/resources/qml/ExpandablePopup.qml @@ -174,7 +174,7 @@ Item anchors.bottom: parent.bottom } - UM.RecolorImage + UM.ColorImage { id: collapseButton anchors diff --git a/resources/qml/ExtruderIcon.qml b/resources/qml/ExtruderIcon.qml index b9141a449a..ad16bc4455 100644 --- a/resources/qml/ExtruderIcon.qml +++ b/resources/qml/ExtruderIcon.qml @@ -15,7 +15,7 @@ Item property color materialColor property alias textColor: extruderNumberText.color property bool extruderEnabled: true - property alias iconSize: mainIcon.sourceSize + property var iconSize property string iconVariant: "medium" Item @@ -24,19 +24,21 @@ Item anchors.fill: parent layer.enabled: true // Prevent weird opacity effects. - UM.RecolorImage + UM.ColorImage { anchors.fill: parent - sourceSize: mainIcon.sourceSize + width: mainIcon.sourceSize.width + height: mainIcon.sourceSize.height source: UM.Theme.getIcon("ExtruderColor", iconVariant) color: materialColor } - UM.RecolorImage + UM.ColorImage { id: mainIcon anchors.fill: parent - sourceSize: UM.Theme.getSize("extruder_icon") + width: UM.Theme.getSize("extruder_icon").width + height: UM.Theme.getSize("extruder_icon").height source: UM.Theme.getIcon("Extruder", iconVariant) color: extruderNumberText.color diff --git a/resources/qml/IconWithText.qml b/resources/qml/IconWithText.qml index d7b4adfa8c..cc0834d7ea 100644 --- a/resources/qml/IconWithText.qml +++ b/resources/qml/IconWithText.qml @@ -35,7 +35,7 @@ Item implicitWidth: icon.width + 100 implicitHeight: icon.height - UM.RecolorImage + UM.ColorImage { id: icon width: UM.Theme.getSize("section_icon").width diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml index 49d6710606..e8917517dd 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml @@ -88,7 +88,7 @@ Button visible: !configurationItem.isValidMaterial - UM.RecolorImage + UM.ColorImage { id: icon anchors.verticalCenter: unknownMaterialMessage.verticalCenter diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml index 7feb825881..8d4fc9c2b5 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml @@ -109,7 +109,7 @@ Cura.ExpandablePopup } // Warning icon that indicates if no qualities are available for the variant/material combination for this extruder - UM.RecolorImage + UM.ColorImage { id: badge anchors diff --git a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml index 55ee56be8e..7223706e63 100644 --- a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml @@ -304,7 +304,7 @@ Item height: UM.Theme.getSize("small_button").height width: UM.Theme.getSize("small_button").width anchors.centerIn: parent - background: UM.RecolorImage + background: UM.ColorImage { source: UM.Theme.getIcon("Guide") color: instructionButton.hovered ? UM.Theme.getColor("primary") : UM.Theme.getColor("icon") @@ -369,15 +369,13 @@ Item width: selectors.controlWidth height: childrenRect.height - UM.RecolorImage + UM.ColorImage { id: warningImage anchors.left: parent.left source: UM.Theme.getIcon("Warning") width: UM.Theme.getSize("section_icon").width height: UM.Theme.getSize("section_icon").height - sourceSize.width: width - sourceSize.height: height color: UM.Theme.getColor("material_compatibility_warning") visible: !Cura.MachineManager.isCurrentSetupSupported || warnings.buildplateCompatibilityError || warnings.buildplateCompatibilityWarning } diff --git a/resources/qml/ObjectItemButton.qml b/resources/qml/ObjectItemButton.qml index c3066b800d..407a0298f4 100644 --- a/resources/qml/ObjectItemButton.qml +++ b/resources/qml/ObjectItemButton.qml @@ -146,7 +146,7 @@ Button labelText: perObjectSettingsCount.toString() } - UM.RecolorImage + UM.ColorImage { id: meshTypeIcon anchors diff --git a/resources/qml/ObjectSelector.qml b/resources/qml/ObjectSelector.qml index 1bf2ac0fd9..fdb4697a7e 100644 --- a/resources/qml/ObjectSelector.qml +++ b/resources/qml/ObjectSelector.qml @@ -41,12 +41,11 @@ Item width: parent.width height: label.height - UM.RecolorImage + UM.ColorImage { id: openCloseIcon width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.width: width anchors.left: parent.left color: openCloseButton.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text") source: objectSelector.opened ? UM.Theme.getIcon("ChevronSingleDown") : UM.Theme.getIcon("ChevronSingleUp") diff --git a/resources/qml/Preferences/Materials/MaterialsSlot.qml b/resources/qml/Preferences/Materials/MaterialsSlot.qml index f124736fd0..8292fbe6da 100644 --- a/resources/qml/Preferences/Materials/MaterialsSlot.qml +++ b/resources/qml/Preferences/Materials/MaterialsSlot.qml @@ -106,7 +106,7 @@ Rectangle anchors.right: materialSlot.right visible: false - UM.RecolorImage + UM.ColorImage { id: favoriteIndicator anchors.centerIn: parent diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 9e2a5d965c..361f3efbd2 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -298,7 +298,7 @@ Window iconSize: UM.Theme.getSize("machine_selector_icon").width //Printer status badge (always cloud, but whether it's online or offline). - UM.RecolorImage + UM.ColorImage { width: UM.Theme.getSize("printer_status_icon").width height: UM.Theme.getSize("printer_status_icon").height @@ -326,7 +326,7 @@ Window } } - UM.RecolorImage + UM.ColorImage { id: printerSpinner width: UM.Theme.getSize("section_icon").width @@ -491,7 +491,7 @@ Window visible: !syncButton.visible - UM.RecolorImage + UM.ColorImage { id: syncingIcon height: UM.Theme.getSize("action_button_icon").height diff --git a/resources/qml/Preferences/SettingVisibilityItem.qml b/resources/qml/Preferences/SettingVisibilityItem.qml index b7edd54c35..8905c15124 100644 --- a/resources/qml/Preferences/SettingVisibilityItem.qml +++ b/resources/qml/Preferences/SettingVisibilityItem.qml @@ -74,7 +74,7 @@ Item } } - UM.RecolorImage + UM.ColorImage { anchors.centerIn: parent width: Math.round(check.height * 0.75) | 0 diff --git a/resources/qml/PrintSetupHeaderButton.qml b/resources/qml/PrintSetupHeaderButton.qml index a4f95148da..0a6c5c363a 100644 --- a/resources/qml/PrintSetupHeaderButton.qml +++ b/resources/qml/PrintSetupHeaderButton.qml @@ -89,7 +89,7 @@ ToolButton { id: background - UM.RecolorImage + UM.ColorImage { id: downArrow anchors.verticalCenter: parent.verticalCenter @@ -97,7 +97,6 @@ ToolButton anchors.rightMargin: UM.Theme.getSize("default_margin").width width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.height: width color: base.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text") source: UM.Theme.getIcon("ChevronSingleDown") } diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index 2ca4a9f9bf..41bf28be15 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -159,7 +159,7 @@ Item } onExited: base.hideTooltip() } - UM.RecolorImage + UM.ColorImage { id: downArrow diff --git a/resources/qml/PrintSetupSelector/Custom/MenuButton.qml b/resources/qml/PrintSetupSelector/Custom/MenuButton.qml index 112edbbf77..6663ff9991 100644 --- a/resources/qml/PrintSetupSelector/Custom/MenuButton.qml +++ b/resources/qml/PrintSetupSelector/Custom/MenuButton.qml @@ -44,7 +44,7 @@ Button { height: button.height width: button.width - UM.RecolorImage + UM.ColorImage { id: check height: UM.Theme.getSize("default_arrow").height diff --git a/resources/qml/PrintSetupSelector/NoIntentIcon.qml b/resources/qml/PrintSetupSelector/NoIntentIcon.qml index 6fc883fdef..2dc422f6d6 100644 --- a/resources/qml/PrintSetupSelector/NoIntentIcon.qml +++ b/resources/qml/PrintSetupSelector/NoIntentIcon.qml @@ -16,7 +16,7 @@ Item implicitWidth: UM.Theme.getSize("section_icon").width implicitHeight: UM.Theme.getSize("section_icon").height - UM.RecolorImage + UM.ColorImage { source: UM.Theme.getIcon("Information") color: UM.Theme.getColor("icon") diff --git a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml index 69261033eb..5a3cc63c62 100644 --- a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml +++ b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml @@ -226,7 +226,7 @@ Item color: UM.Theme.getColor("lining") } - UM.RecolorImage + UM.ColorImage { width: UM.Theme.getSize("drag_icon").width height: UM.Theme.getSize("drag_icon").height diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml index 49be0fae1c..0b683f0ddf 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml @@ -154,7 +154,7 @@ Item when: supportExtruderCombobox.model.count > 0 } - indicator: UM.RecolorImage + indicator: UM.ColorImage { id: downArrow x: supportExtruderCombobox.width - width - supportExtruderCombobox.rightPadding @@ -163,8 +163,6 @@ Item source: UM.Theme.getIcon("ChevronSingleDown") width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.width: width + 5 * screenScaleFactor - sourceSize.height: width + 5 * screenScaleFactor color: UM.Theme.getColor("setting_control_button") } diff --git a/resources/qml/PrinterSelector/MachineSelector.qml b/resources/qml/PrinterSelector/MachineSelector.qml index e41bf51fac..77cd2be409 100644 --- a/resources/qml/PrinterSelector/MachineSelector.qml +++ b/resources/qml/PrinterSelector/MachineSelector.qml @@ -108,7 +108,7 @@ Cura.ExpandablePopup iconColor: UM.Theme.getColor("machine_selector_printer_icon") iconSize: source != "" ? UM.Theme.getSize("machine_selector_icon").width: 0 - UM.RecolorImage + UM.ColorImage { id: connectionStatusImage anchors diff --git a/resources/qml/SearchBar.qml b/resources/qml/SearchBar.qml index 4d9c003653..af5ad7cc35 100644 --- a/resources/qml/SearchBar.qml +++ b/resources/qml/SearchBar.qml @@ -17,7 +17,7 @@ Cura.TextField placeholderText: catalog.i18nc("@placeholder", "Search") font.italic: true - UM.RecolorImage + UM.ColorImage { id: searchIcon diff --git a/resources/qml/Settings/SettingCheckBox.qml b/resources/qml/Settings/SettingCheckBox.qml index 4987eedb83..215d2be1be 100644 --- a/resources/qml/Settings/SettingCheckBox.qml +++ b/resources/qml/Settings/SettingCheckBox.qml @@ -143,13 +143,12 @@ SettingItem return UM.Theme.getColor("checkbox") } - UM.RecolorImage + UM.ColorImage { anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter height: UM.Theme.getSize("checkbox_mark").height width: UM.Theme.getSize("checkbox_mark").width - sourceSize.height: width color: !enabled ? UM.Theme.getColor("checkbox_mark_disabled") : UM.Theme.getColor("checkbox_mark"); source: UM.Theme.getIcon("Check", "low") opacity: control.checked ? 1 : 0 diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml index c3bc472fbe..3072161c59 100644 --- a/resources/qml/Settings/SettingExtruder.qml +++ b/resources/qml/Settings/SettingExtruder.qml @@ -98,7 +98,7 @@ SettingItem when: control.model.items.length > 0 } - indicator: UM.RecolorImage + indicator: UM.ColorImage { id: downArrow x: control.width - width - control.rightPadding @@ -107,8 +107,6 @@ SettingItem source: UM.Theme.getIcon("ChevronSingleDown") width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.width: width + 5 * screenScaleFactor - sourceSize.height: width + 5 * screenScaleFactor color: UM.Theme.getColor("setting_control_button"); } diff --git a/resources/qml/Settings/SettingOptionalExtruder.qml b/resources/qml/Settings/SettingOptionalExtruder.qml index 7c5ea9d90f..e02fe88e34 100644 --- a/resources/qml/Settings/SettingOptionalExtruder.qml +++ b/resources/qml/Settings/SettingOptionalExtruder.qml @@ -99,7 +99,7 @@ SettingItem value: control.currentText != "" ? control.model.getItem(control.currentIndex).color : "transparent" } - indicator: UM.RecolorImage + indicator: UM.ColorImage { id: downArrow x: control.width - width - control.rightPadding @@ -108,8 +108,6 @@ SettingItem source: UM.Theme.getIcon("ChevronSingleDown") width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.width: width + 5 * screenScaleFactor - sourceSize.height: width + 5 * screenScaleFactor color: UM.Theme.getColor("setting_control_button") } diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index b8cd95c889..28787acb27 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -51,7 +51,7 @@ Item property var expandedCategories property bool lastFindingSettings: false - UM.RecolorImage + UM.ColorImage { id: searchIcon diff --git a/resources/qml/SpinBox.qml b/resources/qml/SpinBox.qml index 0b3581cfed..038125111c 100644 --- a/resources/qml/SpinBox.qml +++ b/resources/qml/SpinBox.qml @@ -109,7 +109,7 @@ Item color: spinBox.down.pressed ? spinBox.palette.mid : UM.Theme.getColor("detail_background") } - UM.RecolorImage + UM.ColorImage { anchors.centerIn: parent height: parent.height / 2.5 @@ -129,7 +129,7 @@ Item color: spinBox.up.pressed ? spinBox.palette.mid : UM.Theme.getColor("detail_background") } - UM.RecolorImage + UM.ColorImage { anchors.centerIn: parent height: parent.height / 2.5 diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml index 32de5b76ca..c931a9f882 100644 --- a/resources/qml/Toolbar.qml +++ b/resources/qml/Toolbar.qml @@ -63,13 +63,10 @@ Item isTopElement: toolsModel.getItem(0).id == model.id isBottomElement: toolsModel.getItem(toolsModel.count - 1).id == model.id - toolItem: UM.RecolorImage + toolItem: UM.ColorImage { source: UM.Theme.getIcon(model.icon) != "" ? UM.Theme.getIcon(model.icon) : "file:///" + model.location + "/" + model.icon color: UM.Theme.getColor("icon") - - sourceSize.height: Math.round(UM.Theme.getSize("button").height / 2) - sourceSize.width: Math.round(UM.Theme.getSize("button").width / 2) } onCheckedChanged: diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 1f779ef432..127fca5fa6 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -115,14 +115,12 @@ Item width: childrenRect.width height: UM.Theme.getSize("action_button").height - UM.RecolorImage + UM.ColorImage { id: arrow anchors.left: parent.left width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.width: width - sourceSize.height: height color: UM.Theme.getColor("text") source: base.currentSection == section ? UM.Theme.getIcon("ChevronSingleDown") : UM.Theme.getIcon("ChevronSingleRight") } diff --git a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml index 64f194dd56..5ca48bafc7 100644 --- a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml @@ -200,7 +200,7 @@ Item height: troubleshootingLinkIcon.height width: troubleshootingLinkIcon.width + troubleshootingLabel.width + UM.Theme.getSize("thin_margin").width - UM.RecolorImage + UM.ColorImage { id: troubleshootingLinkIcon anchors.right: troubleshootingLabel.left diff --git a/resources/qml/WelcomePages/DropDownHeader.qml b/resources/qml/WelcomePages/DropDownHeader.qml index a4b416b093..b91f3383be 100644 --- a/resources/qml/WelcomePages/DropDownHeader.qml +++ b/resources/qml/WelcomePages/DropDownHeader.qml @@ -57,7 +57,7 @@ Cura.RoundedRectangle color: base.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text") } - UM.RecolorImage + UM.ColorImage { id: rightIcon anchors.right: parent.right diff --git a/resources/qml/Widgets/ComboBox.qml b/resources/qml/Widgets/ComboBox.qml index 698eb4ec10..2a3716c3af 100644 --- a/resources/qml/Widgets/ComboBox.qml +++ b/resources/qml/Widgets/ComboBox.qml @@ -39,7 +39,7 @@ ComboBox background: UM.UnderlineBackground{} - indicator: UM.RecolorImage + indicator: UM.ColorImage { id: downArrow x: control.width - width - control.rightPadding @@ -48,8 +48,6 @@ ComboBox source: UM.Theme.getIcon("ChevronSingleDown") width: UM.Theme.getSize("standard_arrow").width height: UM.Theme.getSize("standard_arrow").height - sourceSize.width: width + 5 * screenScaleFactor - sourceSize.height: width + 5 * screenScaleFactor color: UM.Theme.getColor("setting_control_button") } diff --git a/resources/qml/Widgets/MenuItem.qml b/resources/qml/Widgets/MenuItem.qml index 30df317d82..c2929e512e 100644 --- a/resources/qml/Widgets/MenuItem.qml +++ b/resources/qml/Widgets/MenuItem.qml @@ -18,7 +18,7 @@ UM.MenuItem property bool overrideShowArrow: false - arrow: UM.RecolorImage + arrow: UM.ColorImage { visible: menuItem.subMenu || overrideShowArrow height: UM.Theme.getSize("default_arrow").height @@ -30,7 +30,7 @@ UM.MenuItem color: UM.Theme.getColor("setting_control_text") } - indicator: UM.RecolorImage + indicator: UM.ColorImage { id: check visible: menuItem.checkable && menuItem.checked diff --git a/resources/qml/Widgets/TextField.qml b/resources/qml/Widgets/TextField.qml index b708446d65..5e19f65149 100644 --- a/resources/qml/Widgets/TextField.qml +++ b/resources/qml/Widgets/TextField.qml @@ -53,7 +53,7 @@ TextField { id: backgroundRectangle //Optional icon added on the left hand side. - UM.RecolorImage + UM.ColorImage { id: iconLeft -- cgit v1.2.3 From b40900e1462041da5341fbb779b86985683feaf7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 15:28:50 +0200 Subject: Fix layout of subitems Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 55 +++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 17 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index c10c48d076..481617cdb9 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -116,6 +116,7 @@ Cura.MenuItem Column { id: materialTypesList + spacing: 0 Repeater { @@ -123,33 +124,53 @@ Cura.MenuItem //Use a MouseArea and Rectangle, not a button, because the button grabs mouse events which makes the parent pop-up think it's no longer being hovered. //With a custom MouseArea, we can prevent the events from being accepted. - delegate: Item + delegate: Rectangle { - width: materialTypeLabel.width - height: materialTypeLabel.height + height: UM.Theme.getSize("menu").height + width: UM.Theme.getSize("menu").width + + color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") - Rectangle + MouseArea { - width: materialTypesList.width + id: materialTypeButton + anchors.fill: parent + hoverEnabled: true + + onEntered: menuPopup.itemHovered += 1 + onExited: menuPopup.itemHovered -= 1 + } + RowLayout + { + spacing: 0 + opacity: materialBrandMenu.enabled ? 1 : 0.5 height: parent.height - color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") + Item + { + // Spacer + width: UM.Theme.getSize("default_margin").width + } - MouseArea + UM.Label { - id: materialTypeButton - anchors.fill: parent - hoverEnabled: true + text: model.name + Layout.fillWidth: true + Layout.fillHeight: true + elide: Label.ElideRight + wrapMode: Text.NoWrap + } - onEntered: menuPopup.itemHovered += 1 - onExited: menuPopup.itemHovered -= 1 + Item + { + Layout.fillWidth: true } - } - UM.Label - { - id: materialTypeLabel - text: model.name + Item + { + // Right side margin + width: UM.Theme.getSize("default_margin").width + } } } } -- cgit v1.2.3 From 7aafd954291c2ef80f882f0cfdd7ee410cb492c7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 15:57:32 +0200 Subject: Implement sub-submenus for material selection Getting a bit complex with the timers there and which pop-ups need to stay open. But it seems to be working reliably now. Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 145 +++++++++++++++++++++++++++--- 1 file changed, 135 insertions(+), 10 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index 481617cdb9..aa586620dd 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -118,9 +118,11 @@ Cura.MenuItem id: materialTypesList spacing: 0 + property var brandMaterials: materialTypesModel.material_types + Repeater { - model: materialTypesModel.material_types + model: parent.brandMaterials //Use a MouseArea and Rectangle, not a button, because the button grabs mouse events which makes the parent pop-up think it's no longer being hovered. //With a custom MouseArea, we can prevent the events from being accepted. @@ -131,15 +133,6 @@ Cura.MenuItem color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") - MouseArea - { - id: materialTypeButton - anchors.fill: parent - hoverEnabled: true - - onEntered: menuPopup.itemHovered += 1 - onExited: menuPopup.itemHovered -= 1 - } RowLayout { spacing: 0 @@ -172,6 +165,138 @@ Cura.MenuItem width: UM.Theme.getSize("default_margin").width } } + + MouseArea + { + id: materialTypeButton + anchors.fill: parent + hoverEnabled: true + + onEntered: + { + menuPopup.itemHovered += 1; + showSubTimer.restartTimer(); + } + onExited: + { + menuPopup.itemHovered -= 1; + hideSubTimer.restartTimer(); + } + } + Timer + { + id: showSubTimer + interval: 100 + function restartTimer() + { + restart(); + running = Qt.binding(function() { return materialTypeButton.containsMouse; }); + hideSubTimer.running = false; + } + onTriggered: colorPopup.open() + } + Timer + { + id: hideSubTimer + interval: 250 + function restartTimer() //Restart but re-evaluate the running property then. + { + restart(); + running = Qt.binding(function() { return !materialTypeButton.containsMouse && !colorPopup.itemHovered > 0; }); + showSubTimer.running = false; + } + onTriggered: colorPopup.close() + } + + Popup + { + id: colorPopup + width: materialColorsList.width + padding * 2 + height: materialColorsList.height + padding * 2 + x: parent.width + y: 0 + + property int itemHovered: 0 + padding: background.border.width + + background: Rectangle + { + color: UM.Theme.getColor("main_background") + border.color: UM.Theme.getColor("lining") + border.width: UM.Theme.getSize("default_lining").width + } + + Column + { + id: materialColorsList + property var brandColors: model.colors + spacing: 0 + + Repeater + { + model: parent.brandColors + + delegate: Rectangle + { + height: UM.Theme.getSize("menu").height + width: UM.Theme.getSize("menu").width + + color: materialColorButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") + + RowLayout + { + spacing: 0 + opacity: materialBrandMenu.enabled ? 1 : 0.5 + height: parent.height + + Item + { + // Spacer + width: UM.Theme.getSize("default_margin").width + } + + UM.Label + { + text: model.name + Layout.fillWidth: true + Layout.fillHeight: true + elide: Label.ElideRight + wrapMode: Text.NoWrap + } + + Item + { + Layout.fillWidth: true + } + + Item + { + // Right side margin + width: UM.Theme.getSize("default_margin").width + } + } + + MouseArea + { + id: materialColorButton + anchors.fill: parent + hoverEnabled: true + + onEntered: + { + menuPopup.itemHovered += 1; + colorPopup.itemHovered += 1; + } + onExited: + { + menuPopup.itemHovered -= 1; + colorPopup.itemHovered -= 1; + } + } + } + } + } + } } } } -- cgit v1.2.3 From d94ef39cba97c6f2b1c4612f32034039744f1613 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 8 Apr 2022 16:08:24 +0200 Subject: Fix warnings for extruder icon --- resources/qml/ExtruderIcon.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/ExtruderIcon.qml b/resources/qml/ExtruderIcon.qml index ad16bc4455..fb3269ca78 100644 --- a/resources/qml/ExtruderIcon.qml +++ b/resources/qml/ExtruderIcon.qml @@ -27,8 +27,8 @@ Item UM.ColorImage { anchors.fill: parent - width: mainIcon.sourceSize.width - height: mainIcon.sourceSize.height + width: mainIcon.width + height: mainIcon.height source: UM.Theme.getIcon("ExtruderColor", iconVariant) color: materialColor -- cgit v1.2.3 From 938ff691c49d1118dd9f5f815ad639d876d4d57a Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 8 Apr 2022 16:29:24 +0200 Subject: Add arrows in submenus CURA-8640 --- resources/qml/Menus/MaterialBrandMenu.qml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index aa586620dd..dad962e962 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -138,6 +138,7 @@ Cura.MenuItem spacing: 0 opacity: materialBrandMenu.enabled ? 1 : 0.5 height: parent.height + width: parent.width Item { @@ -159,7 +160,15 @@ Cura.MenuItem Layout.fillWidth: true } - Item + UM.ColorImage + { + height: UM.Theme.getSize("default_arrow").height + width: UM.Theme.getSize("default_arrow").width + color: UM.Theme.getColor("setting_control_text") + source: UM.Theme.getIcon("ChevronSingleRight") + } + + Item { // Right side margin width: UM.Theme.getSize("default_margin").width -- cgit v1.2.3 From 5df5d6c37d95c09eb8386c352fd809bd32e1038c Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 8 Apr 2022 16:34:59 +0200 Subject: Fix popup alignment CURA-8640 --- resources/qml/Menus/MaterialBrandMenu.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index dad962e962..2ca2a96f89 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -87,8 +87,8 @@ Cura.MenuItem Popup { id: menuPopup - x: parent.width - y: 0 + x: parent.width - UM.Theme.getSize("default_lining").width + y: -UM.Theme.getSize("default_lining").width width: materialTypesList.width + padding * 2 height: materialTypesList.height + padding * 2 @@ -223,7 +223,7 @@ Cura.MenuItem width: materialColorsList.width + padding * 2 height: materialColorsList.height + padding * 2 x: parent.width - y: 0 + y: -UM.Theme.getSize("default_lining").width property int itemHovered: 0 padding: background.border.width -- cgit v1.2.3 From 5a76cd161573ee3403116d7c653bf8ca907b2518 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 16:27:00 +0200 Subject: Select material from menu when user clicks on it The main function of the menu, after all. Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index 2ca2a96f89..a81f0ad350 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -179,7 +179,9 @@ Cura.MenuItem { id: materialTypeButton anchors.fill: parent + hoverEnabled: true + acceptedButtons: Qt.NoButton onEntered: { @@ -289,8 +291,17 @@ Cura.MenuItem { id: materialColorButton anchors.fill: parent - hoverEnabled: true + hoverEnabled: true + onClicked: + { + Cura.MachineManager.setMaterial(extruderIndex, model.container_node); + menuPopup.itemHovered = 0; //Close all of these menus. + menuPopup.close(); + colorPopup.itemHovered = 0; + colorPopup.close(); + materialMenu.close(); + } onEntered: { menuPopup.itemHovered += 1; -- cgit v1.2.3 From e7de7bb3cc91a273cd1e9ead1319a2415dd6ddb3 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 16:35:48 +0200 Subject: Add a checkmark to indicate the selected material As it used to have. Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index a81f0ad350..ef32a78862 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -263,7 +263,18 @@ Cura.MenuItem Item { // Spacer - width: UM.Theme.getSize("default_margin").width + width: UM.Theme.getSize("default_margin").width + (model.id === materialMenu.activeMaterialId ? 0 : UM.Theme.getSize("default_arrow").height) + } + + //Checkmark, if the material is selected. + UM.RecolorImage + { + id: checkmark + visible: model.id === materialMenu.activeMaterialId + height: UM.Theme.getSize("default_arrow").height + width: height + source: UM.Theme.getIcon("Check", "low") + color: UM.Theme.getColor("setting_control_text") } UM.Label -- cgit v1.2.3 From d46679c19f1ac862070009060b0a7503fe05d0f6 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 8 Apr 2022 16:44:13 +0200 Subject: Fix popups closing on selecting a material bug CURA-8640 --- resources/qml/Menus/MaterialBrandMenu.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index ef32a78862..c558850b51 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -307,9 +307,7 @@ Cura.MenuItem onClicked: { Cura.MachineManager.setMaterial(extruderIndex, model.container_node); - menuPopup.itemHovered = 0; //Close all of these menus. menuPopup.close(); - colorPopup.itemHovered = 0; colorPopup.close(); materialMenu.close(); } -- cgit v1.2.3 From af33073b29e3a0190d7c7294dc6e90be968cf297 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 16:57:22 +0200 Subject: Properly limit width of text in subsubmenu Getting rid of the layout makes a lot of things simpler here. Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 33 +++++++++++-------------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index c558850b51..a781192bdb 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -254,17 +254,10 @@ Cura.MenuItem color: materialColorButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") - RowLayout + Item { - spacing: 0 opacity: materialBrandMenu.enabled ? 1 : 0.5 - height: parent.height - - Item - { - // Spacer - width: UM.Theme.getSize("default_margin").width + (model.id === materialMenu.activeMaterialId ? 0 : UM.Theme.getSize("default_arrow").height) - } + anchors.fill: parent //Checkmark, if the material is selected. UM.RecolorImage @@ -273,6 +266,9 @@ Cura.MenuItem visible: model.id === materialMenu.activeMaterialId height: UM.Theme.getSize("default_arrow").height width: height + anchors.left: parent.left + anchors.leftMargin: UM.Theme.getSize("default_margin").width + anchors.verticalCenter: parent.verticalCenter source: UM.Theme.getIcon("Check", "low") color: UM.Theme.getColor("setting_control_text") } @@ -280,22 +276,15 @@ Cura.MenuItem UM.Label { text: model.name - Layout.fillWidth: true - Layout.fillHeight: true + anchors.left: parent.left + anchors.leftMargin: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("default_arrow").height + anchors.verticalCenter: parent.verticalCenter + anchors.right: parent.right + anchors.rightMargin: UM.Theme.getSize("default_margin").width + elide: Label.ElideRight wrapMode: Text.NoWrap } - - Item - { - Layout.fillWidth: true - } - - Item - { - // Right side margin - width: UM.Theme.getSize("default_margin").width - } } MouseArea -- cgit v1.2.3 From 90a3b4cde602f6f7fd89cbd892f1fa7bce7c5ae7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Apr 2022 17:02:38 +0200 Subject: Use 250ms delay everywhere This looks like it's consistent with the normal menus. And it fixes the issue where multiple menus can be shown at once because it would hide slower than show the next one. Contributes to issue CURA-8640. --- resources/qml/Menus/MaterialBrandMenu.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index a781192bdb..3c06162d93 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -62,7 +62,7 @@ Cura.MenuItem Timer { id: showTimer - interval: 100 + interval: 250 function restartTimer() { restart(); @@ -197,7 +197,7 @@ Cura.MenuItem Timer { id: showSubTimer - interval: 100 + interval: 250 function restartTimer() { restart(); -- cgit v1.2.3 From c4baece3acd4ed2af1866353ae635b9658c52136 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 11 Apr 2022 09:52:33 +0200 Subject: Remove reference to nonexistent property source size in UM.ColorImage which was causing add printer page to be empty CURA-9098 --- resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml index 5ca48bafc7..badd87326b 100644 --- a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml @@ -208,7 +208,6 @@ Item anchors.verticalCenter: parent.verticalCenter height: troubleshootingLabel.height width: height - sourceSize.height: width color: UM.Theme.getColor("text_link") source: UM.Theme.getIcon("LinkExternal") } -- cgit v1.2.3 From 17e7c263df4ad009fc3ad7e06fe090a13db7f93a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 11 Apr 2022 10:37:15 +0200 Subject: Remove fill from extruderColor icon --- resources/themes/cura-light/icons/medium/ExtruderColor.svg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/themes/cura-light/icons/medium/ExtruderColor.svg b/resources/themes/cura-light/icons/medium/ExtruderColor.svg index cd4452b246..b438cf805b 100644 --- a/resources/themes/cura-light/icons/medium/ExtruderColor.svg +++ b/resources/themes/cura-light/icons/medium/ExtruderColor.svg @@ -2,9 +2,7 @@ - + -- cgit v1.2.3 From 279719099d0c6da2200c9760cdda17d210f2390c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 11 Apr 2022 10:39:48 +0200 Subject: Also remove fill from default extruderCOlor icon --- resources/themes/cura-light/icons/default/ExtruderColor.svg | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources') diff --git a/resources/themes/cura-light/icons/default/ExtruderColor.svg b/resources/themes/cura-light/icons/default/ExtruderColor.svg index ff202e7296..8c6063ce13 100644 --- a/resources/themes/cura-light/icons/default/ExtruderColor.svg +++ b/resources/themes/cura-light/icons/default/ExtruderColor.svg @@ -2,9 +2,6 @@ - -- cgit v1.2.3 From e076779293699d3fe5d9961cb133336e370ba970 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 11 Apr 2022 10:56:17 +0200 Subject: Remove fill from Check.svg which was overriding attempts to recolor image. CURA-9101 --- resources/themes/cura-light/icons/low/Check.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/themes/cura-light/icons/low/Check.svg b/resources/themes/cura-light/icons/low/Check.svg index 9630b70052..022df8c696 100644 --- a/resources/themes/cura-light/icons/low/Check.svg +++ b/resources/themes/cura-light/icons/low/Check.svg @@ -1,3 +1,3 @@ - - + + -- cgit v1.2.3 From 5bec905cb931cccd4603aa69eb038407c8089dfd Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 11 Apr 2022 11:40:04 +0200 Subject: Remove fill from multiple SVG's --- resources/themes/cura-light/icons/default/BlockGrid.svg | 4 ++-- resources/themes/cura-light/icons/default/CircleOutline.svg | 2 +- resources/themes/cura-light/icons/default/Settings.svg | 2 +- resources/themes/cura-light/icons/low/CheckBoxFill.svg | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'resources') diff --git a/resources/themes/cura-light/icons/default/BlockGrid.svg b/resources/themes/cura-light/icons/default/BlockGrid.svg index 207171b8f7..3fb368e7c8 100644 --- a/resources/themes/cura-light/icons/default/BlockGrid.svg +++ b/resources/themes/cura-light/icons/default/BlockGrid.svg @@ -1,3 +1,3 @@ - - + + diff --git a/resources/themes/cura-light/icons/default/CircleOutline.svg b/resources/themes/cura-light/icons/default/CircleOutline.svg index 6f7cd6aca0..5c4584e49f 100644 --- a/resources/themes/cura-light/icons/default/CircleOutline.svg +++ b/resources/themes/cura-light/icons/default/CircleOutline.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/resources/themes/cura-light/icons/default/Settings.svg b/resources/themes/cura-light/icons/default/Settings.svg index feb0ab0cc8..204f2a5b6f 100644 --- a/resources/themes/cura-light/icons/default/Settings.svg +++ b/resources/themes/cura-light/icons/default/Settings.svg @@ -1,3 +1,3 @@ - + diff --git a/resources/themes/cura-light/icons/low/CheckBoxFill.svg b/resources/themes/cura-light/icons/low/CheckBoxFill.svg index bfbb6d87f2..acaf3ed5aa 100644 --- a/resources/themes/cura-light/icons/low/CheckBoxFill.svg +++ b/resources/themes/cura-light/icons/low/CheckBoxFill.svg @@ -1,4 +1,4 @@ - - - + + + -- cgit v1.2.3 From 94e5a4e1dbc88b78e0960c9c140e0a40574c2d9b Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 11 Apr 2022 14:10:27 +0200 Subject: Masking is not avaliable after the QT6 upgrade, this does a kind of primitive masking by placing a rectangle with a circular hole in it over the image. CURA-9104 --- resources/qml/Account/AccountWidget.qml | 1 + resources/qml/Account/AvatarImage.qml | 39 +++++++++++----------- resources/qml/Account/UserOperations.qml | 1 + .../themes/cura-light/icons/default/CircleMask.svg | 4 +++ .../cura-light/icons/default/CircleOutline.svg | 2 +- 5 files changed, 27 insertions(+), 20 deletions(-) create mode 100644 resources/themes/cura-light/icons/default/CircleMask.svg (limited to 'resources') diff --git a/resources/qml/Account/AccountWidget.qml b/resources/qml/Account/AccountWidget.qml index cf681477d4..84a0caede1 100644 --- a/resources/qml/Account/AccountWidget.qml +++ b/resources/qml/Account/AccountWidget.qml @@ -81,6 +81,7 @@ Item source: (loggedIn && profile["profile_image_url"]) ? profile["profile_image_url"] : "" outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("lining") + maskColor: UM.Theme.getColor("main_window_header_background") } contentItem: Item diff --git a/resources/qml/Account/AvatarImage.qml b/resources/qml/Account/AvatarImage.qml index 7afd1b8180..6a60e993d8 100644 --- a/resources/qml/Account/AvatarImage.qml +++ b/resources/qml/Account/AvatarImage.qml @@ -15,43 +15,44 @@ Item property alias source: profileImage.source property alias outlineColor: profileImageOutline.color + + // This should be set to the color behind the image + // It fills the space around a rectangular avatar to make the image under it look circular + property alias maskColor: profileImageMask.color property bool hasAvatar: source != "" + Rectangle + { + id: profileImageBackground + anchors.fill: parent + radius: width + color: "white" + } + Image { id: profileImage anchors.fill: parent fillMode: Image.PreserveAspectCrop - visible: false + visible: hasAvatar mipmap: true } - Rectangle + UM.ColorImage { + // This image is a rectangle with a hole in the middle. + // Since we don't have access to proper masking in QT6 yet this is used as a primitive masking replacement id: profileImageMask anchors.fill: parent - radius: width - color: hasAvatar ? "white" : "transparent" + source: UM.Theme.getIcon("CircleMask") } - /* - TODO: Reimplement this without OpacityMask. - OpacityMask - { - anchors.fill: parent - source: profileImage - maskSource: profileImageMask - visible: hasAvatar - cached: true - }*/ - UM.ColorImage { + // This creates the circle outline around the image id: profileImageOutline - anchors.centerIn: parent - // Make it a bit bigger than it has to, otherwise it sometimes shows a white border. - width: parent.width + 2 - height: parent.height + 2 + anchors.fill: parent + anchors.margins: .25 visible: hasAvatar source: UM.Theme.getIcon("CircleOutline") color: UM.Theme.getColor("account_widget_outline_active") diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index be858df993..d7677264fb 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -30,6 +30,7 @@ Column height: UM.Theme.getSize("main_window_header").height source: profile["profile_image_url"] ? profile["profile_image_url"] : "" + maskColor: UM.Theme.getColor("main_background") outlineColor: UM.Theme.getColor("main_background") } Rectangle diff --git a/resources/themes/cura-light/icons/default/CircleMask.svg b/resources/themes/cura-light/icons/default/CircleMask.svg new file mode 100644 index 0000000000..d3a2e9a81c --- /dev/null +++ b/resources/themes/cura-light/icons/default/CircleMask.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/themes/cura-light/icons/default/CircleOutline.svg b/resources/themes/cura-light/icons/default/CircleOutline.svg index 5c4584e49f..6f7cd6aca0 100644 --- a/resources/themes/cura-light/icons/default/CircleOutline.svg +++ b/resources/themes/cura-light/icons/default/CircleOutline.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file -- cgit v1.2.3 From 3674af01b7e528013e7b56b1d3f7d5ef1dd0bbc3 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 12 Apr 2022 10:21:34 +0200 Subject: selectExisting is replaced with using fileMode:FileDialog.OpenFile in QT6. This forces selecting an existing file. This is also the default value in QT6 so this line can be removed without changing the functionality --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 361f3efbd2..4fb8d78b2f 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -732,7 +732,6 @@ Window property variant exportUsbDialog: FileDialog { title: catalog.i18nc("@title:window", "Export All Materials") - selectExisting: false nameFilters: ["Material archives (*.umm)", "All files (*)"] onAccepted: { -- cgit v1.2.3 From ef591713e8ddebd82e87810f22c33ba348c9c5b6 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 13 Apr 2022 11:33:44 +0200 Subject: Update translation templates for 5.0. part of CURA-9141 --- resources/i18n/cs_CZ/cura.po | 9665 ++++++++++++----------- resources/i18n/cs_CZ/fdmextruder.def.json.po | 2 +- resources/i18n/cs_CZ/fdmprinter.def.json.po | 418 +- resources/i18n/cura.pot | 7751 +++++++++---------- resources/i18n/de_DE/cura.po | 9961 ++++++++++++------------ resources/i18n/de_DE/fdmextruder.def.json.po | 2 +- resources/i18n/de_DE/fdmprinter.def.json.po | 418 +- resources/i18n/es_ES/cura.po | 10151 ++++++++++++------------ resources/i18n/es_ES/fdmextruder.def.json.po | 2 +- resources/i18n/es_ES/fdmprinter.def.json.po | 434 +- resources/i18n/fdmextruder.def.json.pot | 2 +- resources/i18n/fdmprinter.def.json.pot | 392 +- resources/i18n/fi_FI/cura.po | 8313 ++++++++++---------- resources/i18n/fi_FI/fdmextruder.def.json.po | 2 +- resources/i18n/fi_FI/fdmprinter.def.json.po | 382 +- resources/i18n/fr_FR/cura.po | 10131 ++++++++++++------------ resources/i18n/fr_FR/fdmextruder.def.json.po | 2 +- resources/i18n/fr_FR/fdmprinter.def.json.po | 434 +- resources/i18n/hu_HU/cura.po | 9121 +++++++++++----------- resources/i18n/hu_HU/fdmextruder.def.json.po | 2 +- resources/i18n/hu_HU/fdmprinter.def.json.po | 418 +- resources/i18n/it_IT/cura.po | 10148 ++++++++++++------------ resources/i18n/it_IT/fdmextruder.def.json.po | 2 +- resources/i18n/it_IT/fdmprinter.def.json.po | 437 +- resources/i18n/ja_JP/cura.po | 9965 ++++++++++++------------ resources/i18n/ja_JP/fdmextruder.def.json.po | 2 +- resources/i18n/ja_JP/fdmprinter.def.json.po | 428 +- resources/i18n/ko_KR/cura.po | 9955 ++++++++++++------------ resources/i18n/ko_KR/fdmextruder.def.json.po | 2 +- resources/i18n/ko_KR/fdmprinter.def.json.po | 429 +- resources/i18n/nl_NL/cura.po | 10133 ++++++++++++------------ resources/i18n/nl_NL/fdmextruder.def.json.po | 2 +- resources/i18n/nl_NL/fdmprinter.def.json.po | 431 +- resources/i18n/pl_PL/cura.po | 9265 +++++++++++----------- resources/i18n/pl_PL/fdmextruder.def.json.po | 2 +- resources/i18n/pl_PL/fdmprinter.def.json.po | 418 +- resources/i18n/pt_BR/cura.po | 9977 ++++++++++++------------ resources/i18n/pt_BR/fdmextruder.def.json.po | 2 +- resources/i18n/pt_BR/fdmprinter.def.json.po | 418 +- resources/i18n/pt_PT/cura.po | 10189 +++++++++++++------------ resources/i18n/pt_PT/fdmextruder.def.json.po | 2 +- resources/i18n/pt_PT/fdmprinter.def.json.po | 437 +- resources/i18n/ru_RU/cura.po | 10004 ++++++++++++------------ resources/i18n/ru_RU/fdmextruder.def.json.po | 2 +- resources/i18n/ru_RU/fdmprinter.def.json.po | 431 +- resources/i18n/tr_TR/cura.po | 9973 ++++++++++++------------ resources/i18n/tr_TR/fdmextruder.def.json.po | 2 +- resources/i18n/tr_TR/fdmprinter.def.json.po | 418 +- resources/i18n/zh_CN/cura.po | 10145 ++++++++++++------------ resources/i18n/zh_CN/fdmextruder.def.json.po | 2 +- resources/i18n/zh_CN/fdmprinter.def.json.po | 426 +- resources/i18n/zh_TW/cura.po | 9967 ++++++++++++------------ resources/i18n/zh_TW/fdmextruder.def.json.po | 2 +- resources/i18n/zh_TW/fdmprinter.def.json.po | 418 +- 54 files changed, 96885 insertions(+), 85552 deletions(-) (limited to 'resources') diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index d96d13234a..cfa91f6b3f 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-12-17 21:07+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -18,4155 +18,4275 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Nelze vytvořit archiv ze složky s uživatelskými daty: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Příprava" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Záloha" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura profil" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Pokusil se obnovit zálohu Cura bez nutnosti správných dat nebo metadat." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Pokusil se obnovit zálohu Cura, která je vyšší než aktuální verze." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Během obnovení zálohy Cura se vyskytly následující chyby:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "gITF binární soubor" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Prosím synchronizujte před začátkem tisku materiálové profily s vašimi tiskárnami." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Byly nainstalovány nové materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Synchronizovat materiály s tiskárnami" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Kompresovaný COLLADA Digital Asset Exchenge" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Nemohu načíst informace o aktualizaci." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "K dispozici mohou být nové funkce nebo opravy chyb pro zařízení {machine_name}! Pokud jste tak už neučinili, je doporučeno zaktualizovat firmware vaší tiskárny na verzi {latest_version}." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Nový stabilní firmware je k dispozici pro %s" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Zjistit více" +msgid "How to update" +msgstr "Jak aktualizovat" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Nelze uložit archiv s materiálem do {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Monitorování" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Nepodařilo se uložit archiv s materiálem" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Uložit na vyměnitelný disk" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Neznámá chyba." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Uložit na vyměnitelný disk {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Výška podložky byla snížena kvůli hodnotě nastavení „Sekvence tisku“, aby se zabránilo kolizi rámu s tištěnými modely." +msgid "There are no file formats available to write with!" +msgstr "Nejsou k dispozici žádné formáty souborů pro zápis!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Ukládám na vyměnitelný disk {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Podložka" +msgid "Saving" +msgstr "Ukládám" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Doopravdy chcete odstranit {0}? Toto nelze vrátit zpět!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Nemohu uložit na {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Nepřepsáno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Při pokusu o zápis do zařízení {device} nebyl nalezen název souboru." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Neznámý" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Nelze uložit na vyměnitelnou jednotku {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Níže uvedené tiskárny nelze připojit, protože jsou součástí skupiny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Chyba" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Dostupné síťové tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Ukládám na vyměnitelnou jednotku {0} jako {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Výchozí" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Soubor uložen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Vlastní profily" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Vysunout" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Všechny podporované typy ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Vysunout vyměnitelnou jednotku {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Všechny soubory (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Vysunuto {0}. Nyní můžete bezpečně vyjmout jednotku." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Vizuální" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Bezpečně vysunout hardware" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Vizuální profil je navržen pro tisk vizuálních prototypů a modelů s cílem vysoké vizuální a povrchové kvality." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Nepodařilo se vysunout {0}. Jednotku může používat jiný program." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Technika" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Varování" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Inženýrský profil je navržen pro tisk funkčních prototypů a koncových částí s cílem lepší přesnosti a bližších tolerancí." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Vyměnitelná jednotka" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Návrh" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Soubor AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Návrhový profil je navržen pro tisk počátečních prototypů a ověření koncepce s cílem podstatného zkrácení doby tisku." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Balíček ve formátu Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Vlastní materiál" +msgid "Per Model Settings" +msgstr "Nastavení pro každý model" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Vlastní" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Konfigurovat nastavení pro každý model" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Přihlášení selhalo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Aktualizovat firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Hledám nové umístění pro objekt" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura zjistil materiálové profily, které ještě nebyly nainstalovány na hostitelské tiskárně skupiny {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Hledám umístění" +msgid "Sending materials to printer" +msgstr "Odesílání materiálů do tiskárny" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Nemohu najít lokaci na podložce pro všechny objekty" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Pokoušíte se připojit k {0}, ale není hostitelem skupiny. Webovou stránku můžete navštívit a nakonfigurovat ji jako skupinového hostitele." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Nemohu najít umístění" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Nepodařilo se vytvořit archiv s materiály pro synchronizaci s tiskárnami." +msgid "Not a group host" +msgstr "Není hostem skupiny" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Nepodařilo se načíst archiv s materiály pro synchronizaci s tiskárnami." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Konfigurovat skupinu" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Odpověď z Digital Factory se zdá být poškozená." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Odesílám tiskovou úlohu" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "Odpověď z Digital Factory postrádá důležité informace." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Nahrávám tiskovou úlohu do tiskárny." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Nepodařilo se připojit k Digital Factory pro synchronizaci materiálů s některými z tiskáren." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "Fronta tiskových úloh je plná. Tiskárna nemůže přijmout další úlohu." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Nepodařilo se připojit k Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Načítám zařízení..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Nastavuji preference..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Inicializuji aktivní zařízení..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Inicializuji správce zařízení..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Inicializuji prostor podložky..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Připravuji scénu..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Načítám rozhraní..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Fronta je plná" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Inicializuji engine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Počkejte, až bude odeslána aktuální úloha." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Chyba tisku" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Současně lze načíst pouze jeden soubor G-kódu. Přeskočen import {0}" +msgid "Print job was successfully sent to the printer." +msgstr "Tisková úloha byla úspěšně odeslána do tiskárny." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 msgctxt "@info:title" -msgid "Warning" -msgstr "Varování" +msgid "Data Sent" +msgstr "Data poslána" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 #, python-brace-format msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Nelze otevřít žádný jiný soubor, když se načítá G kód. Přeskočen import {0}" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Vaše tiskárna {printer_name} může být připojena přes cloud.\n" +" Spravujte vaši tiskovou frontu a sledujte tisk odkudkoliv připojením vaší tiskárny k Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" -msgid "Error" -msgstr "Chyba" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Přeskočit" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Zavřít" +msgid "Are you ready for cloud printing?" +msgstr "Jste připraveni na tisk přes cloud?" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Další" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Začínáme" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Dokončit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Zjistit více" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Přidat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Pokoušíte se připojit k tiskárně, na které není spuštěna aplikace Ultimaker Connect. Aktualizujte tiskárnu na nejnovější firmware." -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Zrušit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +msgctxt "@info:title" +msgid "Update your printer" +msgstr "Aktualizujte vaší tiskárnu" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Skupina #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Nemohu nahrát data do tiskárny." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Vnější stěna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +msgctxt "@info:title" +msgid "Network error" +msgstr "Chyba sítě" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Vnitřní stěna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Tisk přes síť" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Skin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Tisk přes síť" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Výplň" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Připojeno přes síť" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Výplň podpor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "zítra" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Rozhraní podpor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "dnes" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Podpora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Připojit přes síť" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Límec" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Z vašeho Ultimaker účtu byla detekována nová tiskárna" +msgstr[1] "Z vašeho Ultimaker účtu byly detekovány nové tiskárny" +msgstr[2] "Z vašeho Ultimaker účtu byly detekovány nové tiskárny" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Hlavní věž" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Přidávám tiskárnu {name} ({model}) z vašeho účtu" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Pohyb" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... a {0} další" +msgstr[1] "... a {0} další" +msgstr[2] "... a {0} dalších" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retrakce" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Tiskárny přidané z Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Jiné" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Pro tuto tiskárnu není připojení přes cloud dostupné" +msgstr[1] "Pro tyto tiskárny není připojení přes cloud dostupné" +msgstr[2] "Pro tyto tiskárny není připojení přes cloud dostupné" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Poznámky k vydání nelze otevřít." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Tato tiskárna není napojena na Digital Factory:" +msgstr[1] "Tyto tiskárny nejsou napojeny na Digital Factory:" +msgstr[2] "Tyto tiskárny nejsou napojeny na Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura nelze spustit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" -msgid "" -"

Oops, Ultimaker Cura has encountered something that doesn't seem right.

\n" -"

We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

\n" -"

Backups can be found in the configuration folder.

\n" -"

Please send us this Crash Report to fix the problem.

\n" -" " -msgstr "" -"

Jejda, Ultimaker Cura narazil na něco, co se nezdá být v pořádku.

\n" -"                    

Během spouštění jsme zaznamenali neodstranitelnou chybu. Bylo to pravděpodobně způsobeno některými nesprávnými konfiguračními soubory. Doporučujeme zálohovat a resetovat vaši konfiguraci.

\n" -"                    

Zálohy najdete v konfigurační složce.

\n" -"                    

Za účelem vyřešení problému nám prosím pošlete tento záznam pádu.

\n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Chcete-li navázat spojení, navštivte {website_link}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Poslat záznam o pádu do Ultimakeru" +msgid "Keep printer configurations" +msgstr "Zachovat konfiguraci tiskárny" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Zobrazit podrobný záznam pádu" +msgid "Remove printers" +msgstr "Odstranit tiskárnu" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Zobrazit složku s konfigurací" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "Tiskárna {printer_name} bude odebrána až do další synchronizace účtu." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 -msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Zálohovat a resetovat konfiguraci" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Chcete-li tiskárnu {printer_name} trvale odebrat, navštivte {digital_factory_link}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Opravdu chcete tiskárnu {printer_name} dočasně odebrat?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Crash Report" -msgstr "Záznam pádu" +msgid "Remove printers?" +msgstr "Odstranit tiskárny?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

\n" -"

Please use the \"Send report\" button to post a bug report automatically to our servers

\n" -" " -msgstr "" -"

V Cuře došlo k závažné chybě. Zašlete nám prosím tento záznam pádu k vyřešení problému

\n" -"            

Použijte tlačítko „Odeslat zprávu“ k automatickému odeslání hlášení o chybě na naše servery

\n" -" " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Systémové informace" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Neznámý" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Verze Cura" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Jazyk Cura" +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Chystáte se odebrat {0} tiskárnu z Cury. Tuto akci nelze vrátit zpět.\n" +"Doopravdy chcete pokračovat?" +msgstr[1] "" +"Chystáte se odebrat {0} tiskárny z Cury. Tuto akci nelze vrátit zpět.\n" +"Doopravdy chcete pokračovat?" +msgstr[2] "" +"Chystáte se odebrat {0} tiskáren z Cury. Tuto akci nelze vrátit zpět.\n" +"Doopravdy chcete pokračovat?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" -msgid "OS language" -msgstr "Jazyk operačního systému" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr "" +"Chystáte se odebrat všechny tiskárny z Cury. Tuto akci nelze vrátit zpět.\n" +"Doopravdy chcete pokračovat?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Platforma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" +msgstr "Tisknout přes cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Verze Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Tisknout přes cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Verze PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Připojen přes cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" +msgstr "Sledovat tisk" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
" -msgstr "Neinicializováno
" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Sledujte tisk v Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 #, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Verze OpenGL: {version}
  • " +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Při nahrávání tiskové úlohy došlo k chybě s neznámým kódem: {0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL Vendor: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Asistent 3D modelu" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 #, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL Renderer: {renderer}
  • " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Stopování chyby" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Protokoly" +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    Jeden nebo více 3D modelů se nemusí tisknout optimálně kvůli velikosti modelu a konfiguraci materiálu:

    \n" +"

    {model_names}

    \n" +"

    Zjistěte, jak zajistit nejlepší možnou kvalitu a spolehlivost tisku.

    \n" +"

    Zobrazit průvodce kvalitou tisku

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Odeslat záznam" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Když je aktivován síťový tisk, Cura přesně nezobrazuje vrstvy." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Nepodařilo se mi spustit nový proces přihlášení. Zkontrolujte, zda nějaký jiný již neběží." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Pohled simulace" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Nelze se dostat na server účtu Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Nic není zobrazeno, nejdříve musíte slicovat." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Přihlášení selhalo" +msgid "No layers to show" +msgstr "Žádné vrstvy k zobrazení" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "Poskytnutý stav není správný." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Znovu nezobrazovat tuto zprávu" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Vypršel časový limit při autentizaci se serverem s účty." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Pohled vrstev" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Při autorizaci této aplikace zadejte požadovaná oprávnění." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter nepodporuje netextový mód." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Při pokusu o přihlášení se stalo něco neočekávaného, zkuste to znovu." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Před exportem prosím připravte G-kód." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Nelze přečíst odpověď." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Soubor G-kódu" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Násobím a rozmisťuji objekty" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Chyba při zápisu 3mf file." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Umisťuji objekty" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "Plugin 3MF Writer je poškozen." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Umisťuji objekt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Zatím neexistuje žádný pracovní prostor. Nejprve prosím přidejte tiskárnu." -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Nepodporovaný" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Nemáte oprávnění zapisovat do tohoto pracovního prostoru." -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Výchozí" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "Operační systém nepovoluje uložit soubor s projektem do tohoto umístění nebo pod tímto názvem." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Tryska" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Soubor 3MF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Nastavení byla změněna, aby odpovídala aktuální dostupnosti extruderů:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Soubor Cura Project 3MF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Nastavení aktualizováno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Kompresovaný soubor G kódu" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extruder(y) zakázány" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Slicování selhalo na neočekávané chybě. Zvažte, prosím, nahlášení chyby v našem issue trackeru." -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Soubor již existuje" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Slicování selhalo" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Soubor {0} již existuje. Opravdu jej chcete přepsat?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Nahlásit chybu" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Nahlásit chybu v Ultimaker Cura issue trackeru." -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Špatná cesta k souboru:" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Nelze slicovat s aktuálním materiálem, protože je nekompatibilní s vybraným strojem nebo konfigurací." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Nepodařilo se exportovat profil do {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +msgctxt "@info:title" +msgid "Unable to slice" +msgstr "Nelze slicovat" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Export profilu do {0} se nezdařil: Zapisovací zásuvný modul ohlásil chybu." +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "S aktuálním nastavením nelze slicovat. Následující nastavení obsahuje chyby: {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Exportován profil do {0}" +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Nelze slicovat kvůli některým nastavení jednotlivých modelů. Následující nastavení obsahuje chyby na jednom nebo více modelech: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Export úspěšný" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Nelze slicovat, protože hlavní věž nebo primární pozice jsou neplatné." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Nepodařilo se importovat profil z {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Nelze slicovat, protože jsou zde objekty asociované k zakázanému extruder %s." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Nemohu přidat profil z {0} před tím, než je přidána tiskárna." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Zkontrolujte nastavení a zda vaše modely:\n" +"- Vejdou se na pracovní prostor\n" +"- Jsou přiřazeny k povolenému extruderu\n" +"- Nejsou nastavené jako modifikační sítě" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "V souboru {0} není k dispozici žádný vlastní profil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "Zpracovávám vrstvy" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Import profilu z {0} se nezdařil:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 +msgctxt "@info:title" +msgid "Information" +msgstr "Informace" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Tento profil {0} obsahuje nesprávná data, nemohl je importovat." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Soubor X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Import profilu z {0} se nezdařil:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Obrázek JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Úspěšně importován profil {0}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Obrázek JPEG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Soubor {0} neobsahuje žádný platný profil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Obrázek PNG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Profil {0} má neznámý typ souboru nebo je poškozen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Obrázek BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Obrázek GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" -msgid "Custom profile" -msgstr "Vlastní profil" +msgid "Nozzle" +msgstr "Tryska" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "V profilu chybí typ kvality." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Projektový soubor {0} obsahuje neznámý typ zařízení {1}. Nelze importovat zařízení. Místo toho budou importovány modely." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Zatím neexistuje aktivní tiskárna." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "Otevřít soubor s projektem" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Nepovedlo se přidat profil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "Soubor projektu {0} je neočekávaně nedostupný: {1}." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Nepovedlo se otevřít soubor projektu" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Typ kvality '{0}' není kompatibilní s definicí '{1}' aktivního zařízení." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Soubor projektu {0} je poškozený: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Varování: Profil není viditelný, protože typ kvality '{0}' není dostupný pro aktuální konfiguraci. Přepněte na kombinaci materiálu a trysky, která může být použita s tímto typem kvality." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "Soubor projektu {0} je vytvořený profily, které jsou této verzi Ultimaker Cura neznámé." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Nastavení pro každý model" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Doporučeno" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Konfigurovat nastavení pro každý model" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Vlastní" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura profil" +msgid "3MF File" +msgstr "Soubor 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Soubor X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Nemohu zapsat do UFP souboru:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Nastala chyba při pokusu obnovit vaši zálohu." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Profily Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Zálohy" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Nastala chyba při nahrávání vaší zálohy." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Vytvářím zálohu..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Nastala chyba při vytváření zálohy." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Nahrávám vaši zálohu..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Vaše záloha byla úspěšně nahrána." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "Záloha překračuje maximální povolenou velikost soubor." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Spravovat zálohy" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Nastavení zařízení" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Záloha" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Nastala chyba při pokusu obnovit vaši zálohu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Nelze načíst ukázkový datový soubor." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter nepodporuje textový mód." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Post Processing" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modifikovat G kód" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Blokovač podpor" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Vytvořit prostor ve kterém nejsou tištěny podpory." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Vyměnitelná jednotka" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Uložit na vyměnitelný disk" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Náhled" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Uložit na vyměnitelný disk {0}" +msgid "X-Ray view" +msgstr "Rentgenový pohled" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Nejsou k dispozici žádné formáty souborů pro zápis!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Vyrovnat podložku" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Ukládám na vyměnitelný disk {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Vybrat vylepšení" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Ukládám" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Nemohu uložit na {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Při pokusu o zápis do zařízení {device} nebyl nalezen název souboru." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Nelze uložit na vyměnitelnou jednotku {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Ukládám na vyměnitelnou jednotku {0} jako {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Soubor uložen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Vysunout" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Vysunout vyměnitelnou jednotku {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Vysunuto {0}. Nyní můžete bezpečně vyjmout jednotku." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Zvýrazněné oblasti označují chybějící nebo vedlejší povrchy. Opravte váš model a otevřete jej znovu." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Bezpečně vysunout hardware" +msgid "Model Errors" +msgstr "Chyby modelu" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Nepodařilo se vysunout {0}. Jednotku může používat jiný program." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Aktualizovat firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Profily Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Doporučeno" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Vlastní" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Projektový soubor {0} obsahuje neznámý typ zařízení {1}. Nelze importovat zařízení. Místo toho budou importovány modely." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Otevřít soubor s projektem" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "Soubor projektu {0} je neočekávaně nedostupný: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Nepovedlo se otevřít soubor projektu" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Soubor projektu {0} je poškozený: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "Soubor projektu {0} je vytvořený profily, které jsou této verzi Ultimaker Cura neznámé." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Soubor 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Nemohu zapsat do UFP souboru:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Balíček ve formátu Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Soubor G-kódu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Zjistit více" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Náhled" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Rentgenový pohled" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Zpracovávám vrstvy" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informace" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Slicování selhalo na neočekávané chybě. Zvažte, prosím, nahlášení chyby v našem issue trackeru." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Slicování selhalo" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Nahlásit chybu" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Nahlásit chybu v Ultimaker Cura issue trackeru." +msgid "Solid view" +msgstr "Pevný pohled" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Nelze slicovat s aktuálním materiálem, protože je nekompatibilní s vybraným strojem nebo konfigurací." +msgid "Parsing G-code" +msgstr "Zpracovávám G kód" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Nelze slicovat" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "S aktuálním nastavením nelze slicovat. Následující nastavení obsahuje chyby: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Nelze slicovat kvůli některým nastavení jednotlivých modelů. Následující nastavení obsahuje chyby na jednom nebo více modelech: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Nelze slicovat, protože hlavní věž nebo primární pozice jsou neplatné." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Nelze slicovat, protože jsou zde objekty asociované k zakázanému extruder %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Zkontrolujte nastavení a zda vaše modely:\n" -"- Vejdou se na pracovní prostor\n" -"- Jsou přiřazeny k povolenému extruderu\n" -"- Nejsou nastavené jako modifikační sítě" +msgid "G-code Details" +msgstr "Podrobnosti G kódu" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Soubor AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Před odesláním souboru se ujistěte, že je g-kód vhodný pro vaši tiskárnu a konfiguraci tiskárny. Reprezentace g-kódu nemusí být přesná." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Kompresovaný soubor G kódu" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Post Processing" +msgid "G File" +msgstr "G soubor" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modifikovat G kód" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Nastavení zařízení" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB tisk" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Tisk přes USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Tisk přes USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Připojeno přes USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Probíhá tisk přes USB, uzavření Cura tento tisk zastaví. Jsi si jistá?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Tisk stále probíhá. Cura nemůže spustit další tisk přes USB, dokud není předchozí tisk dokončen." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Probíhá tisk" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Příprava" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Zpracovávám G kód" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Podrobnosti G kódu" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Před odesláním souboru se ujistěte, že je g-kód vhodný pro vaši tiskárnu a konfiguraci tiskárny. Reprezentace g-kódu nemusí být přesná." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G soubor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Načítám zařízení..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Obrázek JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Nastavuji preference..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Obrázek JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Inicializuji aktivní zařízení..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Obrázek PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Inicializuji správce zařízení..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Obrázek BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Inicializuji prostor podložky..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Obrázek GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Připravuji scénu..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Vyrovnat podložku" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Načítám rozhraní..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Vybrat vylepšení" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Inicializuji engine..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter nepodporuje textový mód." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Nemohu načíst informace o aktualizaci." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Současně lze načíst pouze jeden soubor G-kódu. Přeskočen import {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "K dispozici mohou být nové funkce nebo opravy chyb pro zařízení {machine_name}! Pokud jste tak už neučinili, je doporučeno zaktualizovat firmware vaší tiskárny na verzi {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Nelze otevřít žádný jiný soubor, když se načítá G kód. Přeskočen import {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Nový stabilní firmware je k dispozici pro %s" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Výchozí" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Jak aktualizovat" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Vizuální" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Nelze načíst ukázkový datový soubor." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Vizuální profil je navržen pro tisk vizuálních prototypů a modelů s cílem vysoké vizuální a povrchové kvality." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Než se změny projeví, musíte ukončit a restartovat {}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Technika" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Synchronizuji..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Inženýrský profil je navržen pro tisk funkčních prototypů a koncových částí s cílem lepší přesnosti a bližších tolerancí." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Zjištěny změny z vašeho účtu Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Návrh" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Chcete synchronizovat materiál a softwarové balíčky s vaším účtem?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Návrhový profil je navržen pro tisk počátečních prototypů a ověření koncepce s cílem podstatného zkrácení doby tisku." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Synchronizovat" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Nepřepsáno" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Odmítnout a odstranit z účtu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Doopravdy chcete odstranit {0}? Toto nelze vrátit zpět!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "Nepovedlo se stáhnout {} zásuvných modulů" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Neznámý" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Odmítnout" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Níže uvedené tiskárny nelze připojit, protože jsou součástí skupiny" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Přijmout" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Dostupné síťové tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Licenční ujednání zásuvného modulu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Vypočítáno" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter nepodporuje netextový mód." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Prosím synchronizujte před začátkem tisku materiálové profily s vašimi tiskárnami." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Před exportem prosím připravte G-kód." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Byly nainstalovány nové materiály" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Když je aktivován síťový tisk, Cura přesně nezobrazuje vrstvy." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Pohled simulace" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Vlastní materiál" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Nic není zobrazeno, nejdříve musíte slicovat." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Vlastní" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Žádné vrstvy k zobrazení" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Vlastní profily" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Znovu nezobrazovat tuto zprávu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Všechny podporované typy ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Pohled vrstev" +msgid "All Files (*)" +msgstr "Všechny soubory (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Tisk přes síť" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Nepodařilo se vytvořit archiv s materiály pro synchronizaci s tiskárnami." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Tisk přes síť" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Nepodařilo se načíst archiv s materiály pro synchronizaci s tiskárnami." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Připojeno přes síť" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Odpověď z Digital Factory se zdá být poškozená." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "zítra" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "Odpověď z Digital Factory postrádá důležité informace." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "dnes" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Nepodařilo se připojit k Digital Factory pro synchronizaci materiálů s některými z tiskáren." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Připojit přes síť" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Nepodařilo se připojit k Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Počkejte, až bude odeslána aktuální úloha." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Nelze vytvořit archiv ze složky s uživatelskými daty: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Chyba tisku" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Pokusil se obnovit zálohu Cura bez nutnosti správných dat nebo metadat." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Tisková úloha byla úspěšně odeslána do tiskárny." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Pokusil se obnovit zálohu Cura, která je vyšší než aktuální verze." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Data poslána" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "Během obnovení zálohy Cura se vyskytly následující chyby:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Pokoušíte se připojit k tiskárně, na které není spuštěna aplikace Ultimaker Connect. Aktualizujte tiskárnu na nejnovější firmware." +msgid "Finding new location for objects" +msgstr "Hledám nové umístění pro objekt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Aktualizujte vaší tiskárnu" +msgid "Finding Location" +msgstr "Hledám umístění" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "Fronta tiskových úloh je plná. Tiskárna nemůže přijmout další úlohu." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Nemohu najít lokaci na podložce pro všechny objekty" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Fronta je plná" +msgid "Can't Find Location" +msgstr "Nemohu najít umístění" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Odesílám tiskovou úlohu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Přihlášení selhalo" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Nahrávám tiskovou úlohu do tiskárny." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Vnější stěna" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura zjistil materiálové profily, které ještě nebyly nainstalovány na hostitelské tiskárně skupiny {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Vnitřní stěna" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Odesílání materiálů do tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Skin" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Nemohu nahrát data do tiskárny." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Výplň" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Chyba sítě" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Výplň podpor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Pokoušíte se připojit k {0}, ale není hostitelem skupiny. Webovou stránku můžete navštívit a nakonfigurovat ji jako skupinového hostitele." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Rozhraní podpor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Není hostem skupiny" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Podpora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Konfigurovat skupinu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Límec" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Vaše tiskárna {printer_name} může být připojena přes cloud.\n" -" Spravujte vaši tiskovou frontu a sledujte tisk odkudkoliv připojením vaší tiskárny k Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Hlavní věž" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Jste připraveni na tisk přes cloud?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Pohyb" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Začínáme" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retrakce" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Zjistit více" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Jiné" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Tisknout přes cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Skupina #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Tisknout přes cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Poznámky k vydání nelze otevřít." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Připojen přes cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Přeskočit" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Sledovat tisk" +msgid "Close" +msgstr "Zavřít" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Sledujte tisk v Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Přidat" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Při nahrávání tiskové úlohy došlo k chybě s neznámým kódem: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Dokončit" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Z vašeho Ultimaker účtu byla detekována nová tiskárna" -msgstr[1] "Z vašeho Ultimaker účtu byly detekovány nové tiskárny" -msgstr[2] "Z vašeho Ultimaker účtu byly detekovány nové tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Zrušit" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Přidávám tiskárnu {name} ({model}) z vašeho účtu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Další" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... a {0} další" -msgstr[1] "... a {0} další" -msgstr[2] "... a {0} dalších" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Výška podložky byla snížena kvůli hodnotě nastavení „Sekvence tisku“, aby se zabránilo kolizi rámu s tištěnými modely." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Tiskárny přidané z Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Podložka" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Pro tuto tiskárnu není připojení přes cloud dostupné" -msgstr[1] "Pro tyto tiskárny není připojení přes cloud dostupné" -msgstr[2] "Pro tyto tiskárny není připojení přes cloud dostupné" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Nelze uložit archiv s materiálem do {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Tato tiskárna není napojena na Digital Factory:" -msgstr[1] "Tyto tiskárny nejsou napojeny na Digital Factory:" -msgstr[2] "Tyto tiskárny nejsou napojeny na Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Nepodařilo se uložit archiv s materiálem" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Neznámá chyba." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Soubor již existuje" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Chcete-li navázat spojení, navštivte {website_link}" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Soubor {0} již existuje. Opravdu jej chcete přepsat?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Zachovat konfiguraci tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Špatná cesta k souboru:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Odstranit tiskárnu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Nepodporovaný" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Výchozí" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Nastavení byla změněna, aby odpovídala aktuální dostupnosti extruderů:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Nastavení aktualizováno" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extruder(y) zakázány" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "Tiskárna {printer_name} bude odebrána až do další synchronizace účtu." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Nepodařilo se exportovat profil do {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Chcete-li tiskárnu {printer_name} trvale odebrat, navštivte {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Export profilu do {0} se nezdařil: Zapisovací zásuvný modul ohlásil chybu." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Opravdu chcete tiskárnu {printer_name} dočasně odebrat?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Exportován profil do {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Odstranit tiskárny?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Export úspěšný" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Chystáte se odebrat {0} tiskárnu z Cury. Tuto akci nelze vrátit zpět.\n" -"Doopravdy chcete pokračovat?" -msgstr[1] "" -"Chystáte se odebrat {0} tiskárny z Cury. Tuto akci nelze vrátit zpět.\n" -"Doopravdy chcete pokračovat?" -msgstr[2] "" -"Chystáte se odebrat {0} tiskáren z Cury. Tuto akci nelze vrátit zpět.\n" -"Doopravdy chcete pokračovat?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Nepodařilo se importovat profil z {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Chystáte se odebrat všechny tiskárny z Cury. Tuto akci nelze vrátit zpět.\n" -"Doopravdy chcete pokračovat?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Nemohu přidat profil z {0} před tím, než je přidána tiskárna." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "V souboru {0} není k dispozici žádný vlastní profil" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Import profilu z {0} se nezdařil:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "gITF binární soubor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Tento profil {0} obsahuje nesprávná data, nemohl je importovat." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Import profilu z {0} se nezdařil:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Úspěšně importován profil {0}." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Kompresovaný COLLADA Digital Asset Exchenge" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Soubor {0} neobsahuje žádný platný profil." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Zvýrazněné oblasti označují chybějící nebo vedlejší povrchy. Opravte váš model a otevřete jej znovu." +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Profil {0} má neznámý typ souboru nebo je poškozen." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Chyby modelu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Vlastní profil" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Pevný pohled" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "V profilu chybí typ kvality." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Chyba při zápisu 3mf file." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Zatím neexistuje aktivní tiskárna." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "Plugin 3MF Writer je poškozen." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Nepovedlo se přidat profil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Zatím neexistuje žádný pracovní prostor. Nejprve prosím přidejte tiskárnu." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Typ kvality '{0}' není kompatibilní s definicí '{1}' aktivního zařízení." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Nemáte oprávnění zapisovat do tohoto pracovního prostoru." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Varování: Profil není viditelný, protože typ kvality '{0}' není dostupný pro aktuální konfiguraci. Přepněte na kombinaci materiálu a trysky, která může být použita s tímto typem kvality." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "Operační systém nepovoluje uložit soubor s projektem do tohoto umístění nebo pod tímto názvem." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Násobím a rozmisťuji objekty" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Soubor 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Umisťuji objekty" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Soubor Cura Project 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Umisťuji objekt" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Monitorování" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Nepodařilo se mi spustit nový proces přihlášení. Zkontrolujte, zda nějaký jiný již neběží." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Nelze se dostat na server účtu Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Asistent 3D modelu" +msgid "Log-in failed" +msgstr "Přihlášení selhalo" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Nelze přečíst odpověď." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "Poskytnutý stav není správný." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Vypršel časový limit při autentizaci se serverem s účty." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Při autorizaci této aplikace zadejte požadovaná oprávnění." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Při pokusu o přihlášení se stalo něco neočekávaného, zkuste to znovu." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura nelze spustit" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Jejda, Ultimaker Cura narazil na něco, co se nezdá být v pořádku.

    \n" +"                    

    Během spouštění jsme zaznamenali neodstranitelnou chybu. Bylo to pravděpodobně způsobeno některými nesprávnými konfiguračními soubory. Doporučujeme zálohovat a resetovat vaši konfiguraci.

    \n" +"                    

    Zálohy najdete v konfigurační složce.

    \n" +"                    

    Za účelem vyřešení problému nám prosím pošlete tento záznam pádu.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Poslat záznam o pádu do Ultimakeru" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Zobrazit podrobný záznam pádu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Zobrazit složku s konfigurací" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Zálohovat a resetovat konfiguraci" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Záznam pádu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    V Cuře došlo k závažné chybě. Zašlete nám prosím tento záznam pádu k vyřešení problému

    \n" +"            

    Použijte tlačítko „Odeslat zprávu“ k automatickému odeslání hlášení o chybě na naše servery

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Systémové informace" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Neznámý" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Verze Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Jazyk Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Jazyk operačního systému" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Platforma" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Verze Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Verze PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Neinicializováno
    " -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Verze OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL Vendor: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL Renderer: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Stopování chyby" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Protokoly" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Odeslat záznam" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Jeden nebo více 3D modelů se nemusí tisknout optimálně kvůli velikosti modelu a konfiguraci materiálu:

    \n" -"

    {model_names}

    \n" -"

    Zjistěte, jak zajistit nejlepší možnou kvalitu a spolehlivost tisku.

    \n" -"

    Zobrazit průvodce kvalitou tisku

    " +"Zkontrolujte, zda má tiskárna připojení:\n" +"- Zkontrolujte, zda je tiskárna zapnutá.\n" +"- Zkontrolujte, zda je tiskárna připojena k síti.\n" +"- Zkontrolujte, zda jste přihlášeni k objevování tiskáren připojených k cloudu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Připojte tiskárnu k síti." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Zobrazit online manuály" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Abyste mohli monitorovat tisk z Cury, připojte prosím tiskárnu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Vybrat nastavení k přizpůsobení pro tento model" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrovat..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Zobrazit vše" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Typ síťového modelu" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Normální model" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Tisknout jako podporu" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Upravte nastavení překrývání" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Nepodporovat překrývání" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Pouze síť výplně" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Síť řezu" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Vybrat nastavení" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Vybrat nastavení k přizpůsobení pro tento model" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrovat..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Aktualizovat firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Zobrazit vše" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "Firmware je software běžící přímo na vaší 3D tiskárně. Tento firmware řídí krokové motory, reguluje teplotu a v konečném důsledku zajišťuje vaši práci tiskárny." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura zálohy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "Dodávání firmwaru s novými tiskárnami funguje, ale nové verze mají obvykle více funkcí a vylepšení." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura verze" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Automaticky aktualizovat firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Zařízení" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Nahrát vlastní firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "Firmware nelze aktualizovat, protože není spojeno s tiskárnou." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profily" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "Firmware nelze aktualizovat, protože připojení k tiskárně nepodporuje aktualizaci firmwaru." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Zásuvné moduly" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Vybrat vlastní firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Chcete více?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Aktualizace firmwaru" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Zálohovat nyní" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Aktualizuji firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Automatické zálohy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Aktualizace firmwaru kompletní." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Automaticky vytvořte zálohu každý den, kdy je spuštěna Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Aktualizace firmwaru selhala kvůli neznámému problému." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Obnovit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Aktualizace firmwaru selhala kvůli chybě v komunikaci." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Odstranit zálohu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Aktualizace firmwaru selhala kvůli chybě vstupu / výstupu." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Opravdu chcete tuto zálohu smazat? To nelze vrátit zpět." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Aktualizace firmwaru selhala kvůli chybějícímu firmwaru." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Obnovit zálohu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Zrušeno" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Před obnovením zálohy budete muset restartovat Curu. Chcete nyní Curu zavřít?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Dokončeno" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Zálohovat a synchronizovat vaše nastavení Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Připravuji..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Přihlásit se" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Ruším..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Moje zálohy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Selhání" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Momentálně nemáte žádné zálohy. Pomocí tlačítka 'Zálohovat nyní' vytvořte." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Pozastavuji..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Během fáze náhledu budete omezeni na 5 viditelných záloh. Chcete-li zobrazit starší, odstraňte zálohu." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Pozastaveno" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Nastavení tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Obnovuji..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Šířka)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Akce vyžadována" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Dokončuji %1 z %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Hloubka)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Spravovat tiskárnu" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Výška)" +msgid "Glass" +msgstr "Sklo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Tvar tiskové podložky" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Aktualizujte firmware tiskárny a spravujte frontu vzdáleně." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Počátek ve středu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Vstup z webové kamery nemůže být pro cloudové tiskárny zobrazen v Ultimaker Cura. Klikněte na \"Spravovat tiskárnu\", abyste navštívili Ultimaker Digital Factory a zobrazili tuto webkameru." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Topná podložka" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Načítám..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Nedostupný" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Nedostupný" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Čekám" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Tisknu" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Vyhřívaný objem sestavení" +msgid "Untitled" +msgstr "Bez názvu" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Varianta G kódu" +msgid "Anonymous" +msgstr "Anonymní" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Nastavení tiskové hlavy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Jsou nutné změny v nastavení" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Podrobnosti" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Změny konfigurace" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Override" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X min" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Přiřazená tiskárna %1 vyžaduje následující změnu konfigurace:" +msgstr[1] "Přiřazená tiskárna %1 vyžaduje následující změny akonfigurace:" +msgstr[2] "Přiřazená tiskárna %1 vyžaduje následující změnu konfigurace:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y min" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "Tiskárna %1 je přiřazena, ale úloha obsahuje neznámou konfiguraci materiálu." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X max" +msgid "Change material %1 from %2 to %3." +msgstr "Změnit materiál %1 z %2 na %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y max" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Načíst %3 jako materiál %1 (Toho nemůže být přepsáno)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Výška rámu tiskárny" +msgid "Change print core %1 from %2 to %3." +msgstr "Změnit jádro tisku %1 z %2 na %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Počet extrůderů" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Změnit podložku na %1 (Toto nemůže být přepsáno)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Aplikovat offsety extruderu do G kódu" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Přepsání použije zadaná nastavení s existující konfigurací tiskárny. To může vést k selhání tisku." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Počáteční G kód" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Hliník" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Ukončující G kód" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Tisk přes síť" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Nastavení trysky" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Tisk" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Velikost trysky" +msgid "Printer selection" +msgstr "Výběr tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Kompatibilní průměr materiálu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Připojte se k síťové tiskárně" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "X offset trysky" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Chcete-li tisknout přímo na tiskárně prostřednictvím sítě, zkontrolujte, zda je tiskárna připojena k síti pomocí síťového kabelu nebo připojením tiskárny k síti WIFI. Pokud nepřipojíte Curu k tiskárně, můžete stále používat jednotku USB k přenosu souborů g-kódu do vaší tiskárny." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Y offset trysky" +msgid "Select your printer from the list below:" +msgstr "Vyberte svou tiskárnu z nabídky níže:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Číslo chladícího větráku" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Počáteční G-kód extuderu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Upravit" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Ukončující G-kód extuderu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Odstranit" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Tiskárna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Aktualizovat" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Aktualizovat firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Pokud vaše tiskárna není uvedena, přečtěte si průvodce řešením problémů se síťovým tiskem " -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Firmware je software běžící přímo na vaší 3D tiskárně. Tento firmware řídí krokové motory, reguluje teplotu a v konečném důsledku zajišťuje vaši práci tiskárny." +msgid "Type" +msgstr "Typ" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "Dodávání firmwaru s novými tiskárnami funguje, ale nové verze mají obvykle více funkcí a vylepšení." +msgid "Firmware version" +msgstr "Verze firmwaru" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Automaticky aktualizovat firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Adresa" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Nahrát vlastní firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Tato tiskárna není nastavena tak, aby hostovala skupinu tiskáren." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "Firmware nelze aktualizovat, protože není spojeno s tiskárnou." +msgid "This printer is the host for a group of %1 printers." +msgstr "Tato tiskárna je hostitelem skupiny tiskáren %1." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "Firmware nelze aktualizovat, protože připojení k tiskárně nepodporuje aktualizaci firmwaru." +msgid "The printer at this address has not yet responded." +msgstr "Tiskárna na této adrese dosud neodpověděla." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Připojit" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Vybrat vlastní firmware" +msgid "Invalid IP address" +msgstr "Špatná IP adresa" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Prosím zadejte validní IP adresu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Aktualizace firmwaru" +msgid "Printer Address" +msgstr "Adresa tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "Aktualizuji firmware." +msgid "Enter the IP address of your printer on the network." +msgstr "Vložte IP adresu vaší tiskárny na síti." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Aktualizace firmwaru kompletní." +msgid "Unavailable printer" +msgstr "Nedostupná tiskárna" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Aktualizace firmwaru selhala kvůli neznámému problému." +msgid "First available" +msgstr "První dostupný" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Aktualizace firmwaru selhala kvůli chybě v komunikaci." +msgid "Move to top" +msgstr "Přesunout nahoru" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Aktualizace firmwaru selhala kvůli chybě vstupu / výstupu." +msgid "Delete" +msgstr "Odstranit" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Aktualizace firmwaru selhala kvůli chybějícímu firmwaru." +msgid "Resume" +msgstr "Obnovit" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Otevřit projekt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Pozastavuji..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Aktualizovat existující" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Obnovuji..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Vytvořit nový" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pozastavit" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Souhrn - Projekt Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Ruším..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Nastavení tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Zrušit" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Jak by měl být problém v zařízení vyřešen?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Doopravdy chcete posunout %1 na začátek fronty?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Typ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Přesunout tiskovou úlohu nahoru" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Skupina tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Doopravdy chcete odstranit %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Nastavení profilu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Odstranit tiskovou úlohu" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Jak by měl být problém v profilu vyřešen?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Doopravdy chcete zrušit %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Název" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Zrušit tisk" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Záměr" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Zařazeno do fronty" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Není v profilu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Spravovat v prohlížeči" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 přepsání" -msgstr[1] "%1 přepsání" -msgstr[2] "%1 přepsání" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Ve frontě nejsou žádné tiskové úlohy. Slicujte a odesláním úlohy jednu přidejte." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivát z" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Tiskové úlohy" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 override" -msgstr[1] "%1, %2 overrides" -msgstr[2] "%1, %2 overrides" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Celkový čas tisknutí" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Nastavení materiálu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Čekám na" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Jak by měl být problém v materiálu vyřešen?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Barevné schéma" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Nastavení zobrazení" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Barva materiálu" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Mód" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Typ úsečky" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Viditelná zařízení:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Rychlost" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 z %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Tloušťka vrstvy" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Nahrání projektu vymaže všechny modely na podložce." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Šířka čáry" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Otevřít" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Průtok" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Zásuvný balíček Post Processing" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 +msgctxt "@label" +msgid "Compatibility Mode" +msgstr "Mód kompatibility" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Skripty Post Processingu" +msgid "Travels" +msgstr "Cesty" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Přidat skript" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 +msgctxt "@label" +msgid "Helpers" +msgstr "Pomocníci" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" -msgid "Settings" -msgstr "Nastavení" +msgid "Shell" +msgstr "Shell" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Změnít aktivní post-processing skripty." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Výplň" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "Následují skript je aktivní:" -msgstr[1] "Následují skripty jsou aktivní:" -msgstr[2] "Následují skripty jsou aktivní:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Začátky" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Konvertovat obrázek.." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Zobrazit jen vrchní vrstvy" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Maximální vzdálenost každého pixelu od „základny“." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Zobrazit 5 podrobných vrstev nahoře" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Nahoře / Dole" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Vnitřní stěna" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "min" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "max" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Výška (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Výška základny od podložky v milimetrech." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Maximální vzdálenost každého pixelu od „základny“." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Základna (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "Šířka podložky v milimetrech." +msgid "The base height from the build plate in millimeters." +msgstr "Výška základny od podložky v milimetrech." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Šířka (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "Hloubka podložky v milimetrech" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Hloubka (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "U litofanů by tmavé pixely měly odpovídat silnějším místům, aby blokovaly více světla procházejícího. Pro výškové mapy znamenají světlejší pixely vyšší terén, takže světlejší pixely by měly odpovídat silnějším umístěním v generovaném 3D modelu." +msgid "The depth in millimeters on the build plate" +msgstr "Hloubka podložky v milimetrech" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Tmavější je vyšší" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Světlejší je vyšší" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Pro litofany je k dispozici jednoduchý logaritmický model pro průsvitnost. U výškových map odpovídají hodnoty pixelů lineárně výškám." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "U litofanů by tmavé pixely měly odpovídat silnějším místům, aby blokovaly více světla procházejícího. Pro výškové mapy znamenají světlejší pixely vyšší terén, takže světlejší pixely by měly odpovídat silnějším umístěním v generovaném 3D modelu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Lineární" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Průsvitnost" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Procento světla pronikajícího do tisku o tloušťce 1 milimetr. Snížení této hodnoty zvyšuje kontrast v tmavých oblastech a snižuje kontrast ve světlých oblastech obrazu." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Pro litofany je k dispozici jednoduchý logaritmický model pro průsvitnost. U výškových map odpovídají hodnoty pixelů lineárně výškám." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "1mm propustnost (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "Množství vyhlazení, které se použije na obrázek." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "Procento světla pronikajícího do tisku o tloušťce 1 milimetr. Snížení této hodnoty zvyšuje kontrast v tmavých oblastech a snižuje kontrast ve světlých oblastech obrazu." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Vyhlazování" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "Množství vyhlazení, které se použije na obrázek." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Vyberte prosím všechny upgrady provedené v tomto originálu Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Vyhřívaná podložka (Oficiální kit, nebo vytvořená)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Vyrovnávání podložky" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Chcete-li se ujistit, že vaše výtisky vyjdou skvěle, můžete nyní sestavení své podložku. Když kliknete na „Přesunout na další pozici“, tryska se přesune do různých poloh, které lze upravit." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Pro každou pozici; vložte kousek papíru pod trysku a upravte výšku tiskové desky. Výška desky pro sestavení tisku je správná, když je papír lehce uchopen špičkou trysky." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Spustit vyrovnání položky" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Přesunout na další pozici" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Další informace o anonymním shromažďování údajů" +msgid "Open Project" +msgstr "Otevřit projekt" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura shromažďuje anonymní data za účelem zlepšení kvality tisku a uživatelského komfortu. Níže uvádíme příklad všech sdílených dat:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Aktualizovat existující" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Nechci posílat anonymní data" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Vytvořit nový" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Povolit zasílání anonymních dat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Souhrn - Projekt Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Obchod" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Jak by měl být problém v zařízení vyřešen?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Než se změny v balíčcích projeví, budete muset restartovat Curu." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Nastavení tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Ukončit %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Typ" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Nainstalovat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Skupina tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Nainstalováno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Jak by měl být problém v profilu vyřešen?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Nastavení profilu" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Přejít na webový obchod" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Název" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Hledat materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Záměr" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Kompatibilita" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Není v profilu" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Zařízení" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 přepsání" +msgstr[1] "%1 přepsání" +msgstr[2] "%1 přepsání" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Podložka" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivát z" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Podpora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 override" +msgstr[1] "%1, %2 overrides" +msgstr[2] "%1, %2 overrides" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Kvalita" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Jak by měl být problém v materiálu vyřešen?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Technický datasheet" +msgid "Material settings" +msgstr "Nastavení materiálu" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Datasheet bezpečnosti" +msgid "Setting visibility" +msgstr "Nastavení zobrazení" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Zásady tisku" +msgid "Mode" +msgstr "Mód" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Webová stránka" +msgid "Visible settings:" +msgstr "Viditelná zařízení:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "K instalaci nebo aktualizaci je vyžadováno přihlášení" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 z %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Koupit cívky materiálu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Nahrání projektu vymaže všechny modely na podložce." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Aktualizace" +msgid "Open" +msgstr "Otevřít" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Aktualizuji" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Chcete více?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Aktualizování" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Zálohovat nyní" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Zpět" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Automatické zálohy" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Zásuvné moduly" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Automaticky vytvořte zálohu každý den, kdy je spuštěna Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura verze" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Zařízení" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materiály" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Nainstalování" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profily" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Nainstaluje se po restartu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Zásuvné moduly" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Pro aktualizace je potřeba se přihlásit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Obnovit" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Downgrade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Odstranit zálohu" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Odinstalace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Opravdu chcete tuto zálohu smazat? To nelze vrátit zpět." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Soubory od komunity" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Obnovit zálohu" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Komunitní zásuvné moduly" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Před obnovením zálohy budete muset restartovat Curu. Chcete nyní Curu zavřít?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Obecné materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Zálohovat a synchronizovat vaše nastavení Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Načítám balíčky..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Přihlásit se" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Moje zálohy" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Momentálně nemáte žádné zálohy. Pomocí tlačítka 'Zálohovat nyní' vytvořte." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Během fáze náhledu budete omezeni na 5 viditelných záloh. Chcete-li zobrazit starší, odstraňte zálohu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura zálohy" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Další informace o anonymním shromažďování údajů" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura shromažďuje anonymní data za účelem zlepšení kvality tisku a uživatelského komfortu. Níže uvádíme příklad všech sdílených dat:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Nechci posílat anonymní data" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Povolit zasílání anonymních dat" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Zásuvný balíček Post Processing" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Webová stránka" +msgid "Post Processing Scripts" +msgstr "Skripty Post Processingu" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Přidat skript" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "Email" +msgid "Settings" +msgstr "Nastavení" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Přihlaste se, abyste získali ověřené pluginy a materiály pro Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Změnít aktivní post-processing skripty." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "Následují skript je aktivní:" +msgstr[1] "Následují skripty jsou aktivní:" +msgstr[2] "Následují skripty jsou aktivní:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Verze" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Vyberte prosím všechny upgrady provedené v tomto originálu Ultimaker" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Naposledy aktualizování" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Vyhřívaná podložka (Oficiální kit, nebo vytvořená)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Vyrovnávání podložky" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Značka" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Chcete-li se ujistit, že vaše výtisky vyjdou skvěle, můžete nyní sestavení své podložku. Když kliknete na „Přesunout na další pozici“, tryska se přesune do různých poloh, které lze upravit." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Ke stažení" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Pro každou pozici; vložte kousek papíru pod trysku a upravte výšku tiskové desky. Výška desky pro sestavení tisku je správná, když je papír lehce uchopen špičkou trysky." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Nainstalovaná rozšíření" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Spustit vyrovnání položky" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Přesunout na další pozici" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Žádné rozšíření nebylo nainstalováno." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Nainstalované materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Žádný materiál nebyl nainstalován." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Zabalená rozšíření" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Zabalené materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Nelze se připojit k databázi balíčku Cura. Zkontrolujte připojení." +msgid "Search in the browser" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Ukončit %1" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Pro instalaci balíčku musíte přijmout licenční ujednání" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Změny z vašeho účtu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Schovat" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Next" -msgstr "Další" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Následující balíčky byly přidány:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Následující balíčky nelze nainstalovat z důvodu nekompatibilní verze Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Potvrdit odinstalaci" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Odinstalujete materiály a / nebo profily, které se stále používají. Potvrzením resetujete následující materiály / profily na výchozí hodnoty." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materiály" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profily" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Potvrdit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Barevné schéma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Barva materiálu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Typ úsečky" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Rychlost" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Tloušťka vrstvy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Šířka čáry" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Průtok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Mód kompatibility" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Cesty" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Pomocníci" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Shell" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Výplň" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Začátky" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Zobrazit jen vrchní vrstvy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Zobrazit 5 podrobných vrstev nahoře" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Nahoře / Dole" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Vnitřní stěna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Spravovat tiskárnu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Sklo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Aktualizujte firmware tiskárny a spravujte frontu vzdáleně." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Odmítnout" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Vstup z webové kamery nemůže být pro cloudové tiskárny zobrazen v Ultimaker Cura. Klikněte na \"Spravovat tiskárnu\", abyste navštívili Ultimaker Digital Factory a zobrazili tuto webkameru." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Načítám..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Nedostupný" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Nedostupný" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Čekám" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Připravuji..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Tisknu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Bez názvu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anonymní" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Jsou nutné změny v nastavení" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Podrobnosti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Tiskárna" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Nedostupná tiskárna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Nastavení trysky" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "First available" -msgstr "První dostupný" +msgid "Nozzle size" +msgstr "Velikost trysky" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Queued" -msgstr "Zařazeno do fronty" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Spravovat v prohlížeči" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Ve frontě nejsou žádné tiskové úlohy. Slicujte a odesláním úlohy jednu přidejte." +msgid "Compatible material diameter" +msgstr "Kompatibilní průměr materiálu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Print jobs" -msgstr "Tiskové úlohy" +msgid "Nozzle offset X" +msgstr "X offset trysky" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Total print time" -msgstr "Celkový čas tisknutí" +msgid "Nozzle offset Y" +msgstr "Y offset trysky" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Waiting for" -msgstr "Čekám na" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Tisk přes síť" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Tisk" +msgid "Cooling Fan Number" +msgstr "Číslo chladícího větráku" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Výběr tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Počáteční G-kód extuderu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Změny konfigurace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Ukončující G-kód extuderu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Override" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Nastavení tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Přiřazená tiskárna %1 vyžaduje následující změnu konfigurace:" -msgstr[1] "Přiřazená tiskárna %1 vyžaduje následující změny akonfigurace:" -msgstr[2] "Přiřazená tiskárna %1 vyžaduje následující změnu konfigurace:" +msgid "X (Width)" +msgstr "X (Šířka)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "Tiskárna %1 je přiřazena, ale úloha obsahuje neznámou konfiguraci materiálu." +msgid "Y (Depth)" +msgstr "Y (Hloubka)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Změnit materiál %1 z %2 na %3." +msgid "Z (Height)" +msgstr "Z (Výška)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Načíst %3 jako materiál %1 (Toho nemůže být přepsáno)." +msgid "Build plate shape" +msgstr "Tvar tiskové podložky" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Změnit jádro tisku %1 z %2 na %3." +msgid "Origin at center" +msgstr "Počátek ve středu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Změnit podložku na %1 (Toto nemůže být přepsáno)." +msgid "Heated bed" +msgstr "Topná podložka" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Přepsání použije zadaná nastavení s existující konfigurací tiskárny. To může vést k selhání tisku." +msgid "Heated build volume" +msgstr "Vyhřívaný objem sestavení" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Aluminum" -msgstr "Hliník" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Dokončeno" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Ruším..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Zrušeno" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Selhání" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Pozastavuji..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Pozastaveno" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Obnovuji..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Akce vyžadována" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Dokončuji %1 z %2" +msgid "G-code flavor" +msgstr "Varianta G kódu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Připojte se k síťové tiskárně" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Nastavení tiskové hlavy" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Chcete-li tisknout přímo na tiskárně prostřednictvím sítě, zkontrolujte, zda je tiskárna připojena k síti pomocí síťového kabelu nebo připojením tiskárny k síti WIFI. Pokud nepřipojíte Curu k tiskárně, můžete stále používat jednotku USB k přenosu souborů g-kódu do vaší tiskárny." +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Vyberte svou tiskárnu z nabídky níže:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Upravit" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Odstranit" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Aktualizovat" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Pokud vaše tiskárna není uvedena, přečtěte si průvodce řešením problémů se síťovým tiskem " +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Type" -msgstr "Typ" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Firmware version" -msgstr "Verze firmwaru" +msgid "Gantry Height" +msgstr "Výška rámu tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Address" -msgstr "Adresa" +msgid "Number of Extruders" +msgstr "Počet extrůderů" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Tato tiskárna není nastavena tak, aby hostovala skupinu tiskáren." +msgid "Apply Extruder offsets to GCode" +msgstr "Aplikovat offsety extruderu do G kódu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Tato tiskárna je hostitelem skupiny tiskáren %1." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Počáteční G kód" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "Tiskárna na této adrese dosud neodpověděla." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Ukončující G kód" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Připojit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Moje tiskárny" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Špatná IP adresa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Sledujte tiskárny v Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Prosím zadejte validní IP adresu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Vytvořte tiskové projekty v Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Adresa tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Tiskové úlohy" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Vložte IP adresu vaší tiskárny na síti." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Sledujte tiskové úlohy a znovu tiskněte z historie." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Přesunout nahoru" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Rozšiřte Ultimaker Cura pomocí modulů a materiálových profilů." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Odstranit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Staňte se expertem na 3D tisk díky Ultimaker e-learningu." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Obnovit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimaker podpora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Pozastavuji..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Zjistěte, jak začít s Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Obnovuji..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Položit otázku" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pozastavit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Poraďte se s Ultimaker komunitou." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Ruším..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Nahlásit chybu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Zrušit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Dejte vývojářům vědět, že je něco špatně." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Doopravdy chcete posunout %1 na začátek fronty?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Navštivte web Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Přesunout tiskovou úlohu nahoru" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Tisknout vybraný model pomocí %1" +msgstr[1] "Tisknout vybraný model pomocí %1" +msgstr[2] "Tisknout vybraný model pomocí %1" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Doopravdy chcete odstranit %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "Nasta&vení" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Odstranit tiskovou úlohu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "Nový projekt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Doopravdy chcete zrušit %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Zrušit tisk" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Obchod" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Zkontrolujte, zda má tiskárna připojení:\n" -"- Zkontrolujte, zda je tiskárna zapnutá.\n" -"- Zkontrolujte, zda je tiskárna připojena k síti.\n" -"- Zkontrolujte, zda jste přihlášeni k objevování tiskáren připojených k cloudu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Podložka" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Připojte tiskárnu k síti." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Cílová teplota vyhřívací podložky. Podložka se zahřeje, nebo schladí směrem k této teplotě. Pokud je 0, tak je vyhřívání podložky vypnuto." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Zobrazit online manuály" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Aktuální teplota vyhřívané podložky." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Abyste mohli monitorovat tisk z Cury, připojte prosím tiskárnu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Teplota pro předehřátí podložky." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Některé věci mohou být v tomto tisku problematické. Kliknutím zobrazíte tipy pro úpravy." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "Zrušit" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3D Pohled" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Předehřání" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Přední pohled" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Před tiskem zahřejte postel předem. Můžete pokračovat v úpravě tisku, zatímco se zahřívá, a nemusíte čekat, až se postel zahřeje, až budete připraveni k tisku." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Pohled seshora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Tiskárna není připojena." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Pohled zleva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 +msgctxt "@label" +msgid "Printer control" +msgstr "Ovládání tiskárny" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Pohled zprava" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 +msgctxt "@label" +msgid "Jog Position" +msgstr "Pozice hlavy" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Object list" -msgstr "Seznam objektů" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Obchod" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 +msgctxt "@label" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Soubor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 +msgctxt "@label" +msgid "Jog Distance" +msgstr "Vzdálenost hlavy" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "Upr&avit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +msgctxt "@label" +msgid "Send G-code" +msgstr "Poslat G kód" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "Po&hled" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Na připojenou tiskárnu odešlete vlastní příkaz G-kódu. Stisknutím klávesy „Enter“ odešlete příkaz." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "Nasta&vení" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 +msgctxt "@label" +msgid "Extruder" +msgstr "Extuder" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "D&oplňky" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Cílová teplota hotendu. Hotend se ohřeje nebo ochladí na tuto teplotu. Pokud je 0, ohřev teplé vody je vypnutý." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&reference" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Aktuální teplota tohoto hotendu." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "Po&moc" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Teplota pro předehřátí hotendu." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "Nový projekt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Před tiskem zahřejte hotend předem. Můžete pokračovat v úpravách tisku, zatímco se zahřívá, a nemusíte čekat na zahřátí hotendu, až budete připraveni k tisku." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Barva materiálu v tomto extruderu." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Slicuji..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Materiál v tomto extruderu." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Nelze slicovat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Vložená trysky v tomto extruderu." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Zpracovává se" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Otevřít soubor s projektem" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Slicovat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Toto je soubor projektu Cura. Chcete jej otevřít jako projekt nebo importovat z něj modely?" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Začít proces slicování" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Pamatuj si moji volbu" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" -msgid "Cancel" -msgstr "Zrušit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Otevřít jako projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Odhad času" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importovat modely" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Odhad materiálu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Uložit projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extruder %1" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "Žádný odhad času není dostupný" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "Žádná cena není dostupná" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Nezobrazovat souhrn projektu při uložení znovu" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Náhled" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Uložit" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "Přidat tiskárnu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Otevřít soubor(y)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "Přidat síťovou tiskárnu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Ve vybraných souborech jsme našli jeden nebo více projektových souborů. Naraz můžete otevřít pouze jeden soubor projektu. Doporučujeme importovat pouze modely z těchto souborů. Chtěli byste pokračovat?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Přidat ne-síťovou tiskárnu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importovat vše jako modely" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Přidat Cloudovou tiskárnu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "O %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Čekám na odpověď od Cloudu" +msgid "version: %1" +msgstr "verze: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Žádné tiskárny nenalezeny ve vašem účtě?" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "Komplexní řešení pro 3D tisk z taveného filamentu." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "" +"Cura vyvíjí Ultimaker B.V. ve spolupráci s komunitou.\n" +"Cura hrdě používá následující open source projekty:" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Následující tiskárny ve vašem účtě byla přidány do Cury:" +msgid "Graphical user interface" +msgstr "Grafické uživatelské prostředí" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Přidat tiskárnu manuálně" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "Aplikační framework" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Přidat tiskárnu podle IP adresy" +msgid "G-code generator" +msgstr "Generátor G kódu" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Zadejte IP adresu vaší tiskárny." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +msgctxt "@label" +msgid "Interprocess communication library" +msgstr "Meziprocesní komunikační knihovna" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Přidat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 +msgctxt "@label" +msgid "Programming language" +msgstr "Programovací jazyk" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Could not connect to device." -msgstr "Nelze se připojit k zařízení." +msgid "GUI framework" +msgstr "GUI framework" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Nemůžete se připojit k Vaší tiskárně Ultimaker?" +msgid "GUI framework bindings" +msgstr "Propojení GUI frameworku" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "Tiskárna na této adrese dosud neodpověděla." +msgid "C/C++ Binding library" +msgstr "Binding knihovna C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Tuto tiskárnu nelze přidat, protože se jedná o neznámou tiskárnu nebo není hostitelem skupiny." +msgid "Data interchange format" +msgstr "Formát výměny dat" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Zpět" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "Podpůrná knihovna pro vědecké výpočty" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Připojit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "Podpůrný knihovna pro rychlejší matematické výpočty" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" -msgid "User Agreement" -msgstr "Uživatelská dohoda" +msgid "Support library for handling STL files" +msgstr "Podpůrná knihovna pro práci se soubory STL" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Odmítnout a zavřít" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "Podpůrná knihovna pro manipulaci s trojúhelníkovými sítěmi" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Vítejte v Ultimaker Cura" +msgid "Support library for handling 3MF files" +msgstr "Podpůrná knihovna pro manipulaci s 3MF soubory" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "Při nastavování postupujte podle těchto pokynů Ultimaker Cura. Bude to trvat jen několik okamžiků." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +msgctxt "@label" +msgid "Support library for file metadata and streaming" +msgstr "Podpůrná knihovna pro metadata souborů a streaming" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Začínáme" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +msgctxt "@label" +msgid "Serial communication library" +msgstr "Knihovna pro sériovou komunikaci" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Přihlásit se do platformy Ultimaker" +msgid "ZeroConf discovery library" +msgstr "Knihovna ZeroConf discovery" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Přidat nastavení materiálů a moduly z Obchodu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +msgctxt "@label" +msgid "Polygon clipping library" +msgstr "Knihovna pro výstřižky z mnohoúhelníků" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Zálohovat a synchronizovat nastavení materiálů a moduly" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Sdílejte nápady a získejte pomoc od více než 48 0000 uživatelů v Ultimaker komunitě" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "Kontrola statických typů pro Python" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Přeskočit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "Základní certifikáty pro validaci důvěryhodnosti SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Vytvořit účet Ultimaker zdarma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Chyba v Python trackovací knihovně" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Manufacturer" -msgstr "Výrobce" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "Knihovna pro plošnou optimalizaci vyvinutá Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profile author" -msgstr "Autor profilu" +msgid "Python bindings for libnest2d" +msgstr "Propojení libnest2d s jazykem Python" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Printer name" -msgstr "Název tiskárny" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Pojmenujte prosím svou tiskárnu" +msgid "Support library for system keyring access" +msgstr "Podpůrná knihovna pro přístup k systémové klíčence" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Přes síť nebyla nalezena žádná tiskárna." +msgid "Python extensions for Microsoft Windows" +msgstr "Python rozšíření pro Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Refresh" -msgstr "Obnovit" +msgid "Font" +msgstr "Font" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Add printer by IP" -msgstr "Přidat tiskárnu podle IP" +msgid "SVG icons" +msgstr "Ikony SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Add cloud printer" -msgstr "Přidat cloudovou tiskárnu" +msgid "Linux cross-distribution application deployment" +msgstr "Linux cross-distribution application deployment" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Podpora při problémech" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "Smazat nebo nechat změny" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Pomožte nám zlepšovat Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura shromažďuje anonymní data za účelem zlepšení kvality tisku a uživatelského komfortu, včetně:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Nastavení profilu" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Typy zařízení" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Aktuální změny" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Použití materiálu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "Vždy se zeptat" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Počet sliců" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "Smazat a už se nikdy neptat" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Nastavení tisku" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "Nechat a už se nikdy neptat" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Data shromážděná společností Ultimaker Cura nebudou obsahovat žádné osobní údaje." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "Smazat změny" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Více informací" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "Zanechat změny" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "What's New" -msgstr "Co je nového" +msgid "No items to select from" +msgstr "Není z čeho vybírat" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Prázdné" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Otevřít soubor(y)..." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Poznámky k vydání" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Otevřít &Poslední" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "O %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Viditelná nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 -msgctxt "@label" -msgid "version: %1" -msgstr "verze: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Sbalit všechny kategorie" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 -msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "Komplexní řešení pro 3D tisk z taveného filamentu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Spravovat nastavení viditelnosti ..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "" -"Cura vyvíjí Ultimaker B.V. ve spolupráci s komunitou.\n" -"Cura hrdě používá následující open source projekty:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 -msgctxt "@label" -msgid "Graphical user interface" -msgstr "Grafické uživatelské prostředí" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Nastavit jako aktivní extruder" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 -msgctxt "@label" -msgid "Application framework" -msgstr "Aplikační framework" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Povolit extuder" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 -msgctxt "@label" -msgid "G-code generator" -msgstr "Generátor G kódu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Zakázat Extruder" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 -msgctxt "@label" -msgid "Interprocess communication library" -msgstr "Meziprocesní komunikační knihovna" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 -msgctxt "@label" -msgid "Programming language" -msgstr "Programovací jazyk" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Oblíbené" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 -msgctxt "@label" -msgid "GUI framework" -msgstr "GUI framework" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Obecné" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 -msgctxt "@label" -msgid "GUI framework bindings" -msgstr "Propojení GUI frameworku" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "Po&moc" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 -msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "Binding knihovna C/C++" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Soubor" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 -msgctxt "@label" -msgid "Data interchange format" -msgstr "Formát výměny dat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Uložit projekt..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 -msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "Podpůrná knihovna pro vědecké výpočty" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Exportovat..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 -msgctxt "@label" -msgid "Support library for faster math" -msgstr "Podpůrný knihovna pro rychlejší matematické výpočty" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Výběr exportu..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 -msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "Podpůrná knihovna pro práci se soubory STL" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&reference" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Podpůrná knihovna pro manipulaci s planárními objekty" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "Upr&avit" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "Podpůrná knihovna pro manipulaci s trojúhelníkovými sítěmi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Tiskárna" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "Podpůrná knihovna pro manipulaci s 3MF soubory" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Tiskárny s povolenou sítí" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "Podpůrná knihovna pro metadata souborů a streaming" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Lokální tiskárny" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "D&oplňky" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Konfigurace" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Serial communication library" -msgstr "Knihovna pro sériovou komunikaci" +msgid "Loading available configurations from the printer..." +msgstr "Načítání dostupných konfigurací z tiskárny ..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "Knihovna ZeroConf discovery" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Konfigurace nejsou k dispozici, protože je tiskárna odpojena." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "Knihovna pro výstřižky z mnohoúhelníků" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Tato konfigurace není k dispozici, protože %1 nebyl rozpoznán. Navštivte prosím %2 a stáhněte si správný materiálový profil." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "Kontrola statických typů pro Python" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +msgctxt "@label" +msgid "Marketplace" +msgstr "Obchod" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "Základní certifikáty pro validaci důvěryhodnosti SSL" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 +msgctxt "@tooltip" +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "Konfigurace tohoto extruderu není dovolena a znemožňuje slicování." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Chyba v Python trackovací knihovně" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Neexistují žádné profily odpovídající nastavení tohoto extruderu." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "Knihovna pro plošnou optimalizaci vyvinutá Prusa Research" +msgid "Select configuration" +msgstr "Vybrat konfiguraci" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "Propojení libnest2d s jazykem Python" +msgid "Configurations" +msgstr "Konfigurace" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 -msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "Podpůrná knihovna pro přístup k systémové klíčence" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Vlastní" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "Python rozšíření pro Microsoft Windows" +msgid "Printer" +msgstr "Tiskárna" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Font" -msgstr "Font" +msgid "Enabled" +msgstr "Povoleno" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "SVG icons" -msgstr "Ikony SVG" +msgid "Material" +msgstr "Materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux cross-distribution application deployment" +msgid "Use glue for better adhesion with this material combination." +msgstr "S touto kombinací materiálu pro lepší adhezi použijte lepidlo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Tisknout vybraný model pomocí:" +msgstr[1] "Tisknout vybrané modely pomocí:" +msgstr[2] "Tisknout vybrané modely pomocí:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Otevřít soubor(y)" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Násobit vybraný model" +msgstr[1] "Násobit vybrané modele" +msgstr[2] "Násobit vybrané modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Ve vybraných souborech jsme našli jeden nebo více projektových souborů. Naraz můžete otevřít pouze jeden soubor projektu. Doporučujeme importovat pouze modely z těchto souborů. Chtěli byste pokračovat?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Počet kopií" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importovat vše jako modely" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." +msgstr "Uložit projekt..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Uložit projekt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "Po&hled" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extruder %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "Pozice &kamery" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & materiál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Pohled kamery" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Materiál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspektiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Nezobrazovat souhrn projektu při uložení znovu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Ortografický" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Uložit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 +msgctxt "@label" +msgid "View type" +msgstr "Typ pohledu" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Smazat nebo nechat změny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 +msgctxt "@label" +msgid "Sign in to the Ultimaker platform" +msgstr "Přihlásit se do platformy Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" msgstr "" -"Upravili jste některá nastavení profilu.\n" -"Chcete tato změněná nastavení zachovat i po přepnutí profilů?\n" -"V opačném případě můžete změny smazat a načíst výchozí hodnoty z '%1'." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Nastavení profilu" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Aktuální změny" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "Vždy se zeptat" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "Smazat a už se nikdy neptat" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "Nechat a už se nikdy neptat" +"- Přidejte materiálnové profily and moduly z Obchodu\n" +"- Zálohujte a synchronizujte vaše materiálové profily and moduly\n" +"- Sdílejte nápady a získejte pomoc od více než 48 000 uživatelů v Ultimaker komunitě" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "Smazat změny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Vytvořit účet Ultimaker zdarma" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 msgctxt "@action:button" -msgid "Keep changes" -msgstr "Zanechat změny" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Otevřít soubor s projektem" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Toto je soubor projektu Cura. Chcete jej otevřít jako projekt nebo importovat z něj modely?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Pamatuj si moji volbu" +msgid "Sign in" +msgstr "Přihlásit se" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Otevřít jako projekt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Poslední aktualizace: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importovat modely" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker Account" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Aktivní tisk" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Odhlásit se" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Job Name" -msgstr "Název úlohy" +msgid "Checking..." +msgstr "Kontroluji..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Printing Time" -msgstr "Čas tisku" +msgid "Account synced" +msgstr "Účet byl synchronizován" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Estimated time left" -msgstr "Předpokládaný zbývající čas" +msgid "Something went wrong..." +msgstr "Nastala chyba..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "Cloudová tiskárna je offline. Prosím zkontrolujte, zda je tiskárna zapnutá a připojená k internetu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Nainstalujte čekající aktualizace" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Tiskárna není připojena k vašemu účtu. Prosím navštivte Ultimaker Digital Factory pro navázání spojení." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Zkontrolovat aktualizace pro účet" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "Připojení ke cloudu není nyní dostupné. Prosím přihlašte se k připojení ke cloudové tiskárně." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Slicuji..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "Připojení ke cloudu není nyní dostupné. Prosím zkontrolujte si vaše internetové připojení." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Nelze slicovat" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 msgctxt "@button" -msgid "Add printer" -msgstr "Přidat tiskárnu" +msgid "Processing" +msgstr "Zpracovává se" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 msgctxt "@button" -msgid "Manage printers" -msgstr "Spravovat tiskárny" +msgid "Slice" +msgstr "Slicovat" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 msgctxt "@label" -msgid "Connected printers" -msgstr "Připojené tiskárny" +msgid "Start the slicing process" +msgstr "Začít proces slicování" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Přednastavené tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Zrušit" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 msgctxt "@label" -msgid "Print settings" -msgstr "Nastavení tisku" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Nastavení tisku zakázáno. Soubor G-kódu nelze změnit." +msgid "Time estimation" +msgstr "Odhad času" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 msgctxt "@label" -msgid "Profile" -msgstr "Profil" +msgid "Material estimation" +msgstr "Odhad materiálu" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Některé hodnoty nastavení / přepsání se liší od hodnot uložených v profilu.\n" -"\n" -"Klepnutím otevřete správce profilů." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Vlastní profily" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Zrušit aktuální změny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "Žádný odhad času není dostupný" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Doporučeno" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "Žádná cena není dostupná" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 msgctxt "@button" -msgid "Custom" -msgstr "Vlastní" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Zap" +msgid "Preview" +msgstr "Náhled" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "Tento balíček bude nainstalován po restartování." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Obecné" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Nastavení" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Tiskárny" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiály" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Profily" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Zavírám %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Doopravdy chcete zavřít %1?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Nainstalovat balíček" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Otevřít Soubor(y)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Ve vybraných souborech jsme našli jeden nebo více souborů G-kódu. Naraz můžete otevřít pouze jeden soubor G-kódu. Pokud chcete otevřít soubor G-Code, vyberte pouze jeden." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "Přidat tiskárnu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "Co je nového" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Zap" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" msgid "Off" msgstr "Vyp" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 msgctxt "@label" msgid "Experimental" msgstr "Experimentální" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Nastavení tisku" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Nastavení tisku zakázáno. Soubor G-kódu nelze změnit." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Doporučeno" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Vlastní" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" @@ -4174,1891 +4294,2154 @@ msgstr[0] "Neexistuje žádný profil %1 pro konfiguraci v extruderu %2. Místo msgstr[1] "Neexistuje žádný profil %1 pro konfigurace v extruderu %2. Místo toho bude použit výchozí záměr" msgstr[2] "Neexistuje žádný profil %1 pro konfigurace v extruderu %2. Místo toho bude použit výchozí záměr" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 msgctxt "@label" -msgid "Profiles" -msgstr "Profily" +msgid "Gradual infill" +msgstr "Postupná výplň" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Upravili jste některá nastavení profilu. Pokud je chcete změnit, přejděte do uživatelského režimu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Postupná výplň postupně zvyšuje množství výplně směrem nahoru." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" msgid "Support" msgstr "Podpora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." msgstr "Vytvořte struktury pro podporu částí modelu, které mají přesahy. Bez těchto struktur by se takové části během tisku zhroutily." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Gradual infill" -msgstr "Postupná výplň" +msgid "Profiles" +msgstr "Profily" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 -msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Postupná výplň postupně zvyšuje množství výplně směrem nahoru." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Upravili jste některá nastavení profilu. Pokud je chcete změnit, přejděte do uživatelského režimu." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" msgid "Adhesion" msgstr "Adheze" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." msgstr "Umožňuje tisk okraje nebo voru. Tímto způsobem se kolem nebo pod objekt přidá plochá oblast, kterou lze snadno odříznout." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Uložit projekt..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Vlastní profily" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Tiskárny s povolenou sítí" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Zrušit aktuální změny" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Lokální tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Materiál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Některé hodnoty nastavení / přepsání se liší od hodnot uložených v profilu.\n" +"\n" +"Klepnutím otevřete správce profilů." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Oblíbené" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Obecné" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Tisknout vybraný model pomocí:" -msgstr[1] "Tisknout vybrané modely pomocí:" -msgstr[2] "Tisknout vybrané modely pomocí:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Aktuální" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Násobit vybraný model" -msgstr[1] "Násobit vybrané modele" -msgstr[2] "Násobit vybrané modele" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 -msgctxt "@label" -msgid "Number of Copies" -msgstr "Počet kopií" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 -msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Uložit projekt..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Exportovat..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Výběr exportu..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Nastavení zobrazení" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Konfigurace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Vlastní" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Zkontrolovat vše" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Aktivovat" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Přejmenovat" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Potvrdit změnu průměru" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Nový průměr vlákna je nastaven na %1 mm, což není kompatibilní s aktuálním extrudérem. Přejete si pokračovat?" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" -msgid "Printer" -msgstr "Tiskárna" +msgid "Display Name" +msgstr "Jméno" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 msgctxt "@label" -msgid "Enabled" -msgstr "Povoleno" +msgid "Brand" +msgstr "Značka" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" -msgid "Material" -msgstr "Materiál" +msgid "Material Type" +msgstr "Typ materiálu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "S touto kombinací materiálu pro lepší adhezi použijte lepidlo." +msgid "Color" +msgstr "Barva" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "Konfigurace tohoto extruderu není dovolena a znemožňuje slicování." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Neexistují žádné profily odpovídající nastavení tohoto extruderu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Vlastnosti" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" -msgid "Select configuration" -msgstr "Vybrat konfiguraci" +msgid "Density" +msgstr "Husttoa" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" -msgid "Configurations" -msgstr "Konfigurace" +msgid "Diameter" +msgstr "Průměr" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Načítání dostupných konfigurací z tiskárny ..." +msgid "Filament Cost" +msgstr "Cena filamentu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Konfigurace nejsou k dispozici, protože je tiskárna odpojena." +msgid "Filament weight" +msgstr "Váha filamentu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Tato konfigurace není k dispozici, protože %1 nebyl rozpoznán. Navštivte prosím %2 a stáhněte si správný materiálový profil." +msgid "Filament length" +msgstr "Délka filamentu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" -msgid "Marketplace" -msgstr "Obchod" +msgid "Cost per Meter" +msgstr "Cena za metr" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Otevřít soubor(y)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 +msgctxt "@label" +msgid "This material is linked to %1 and shares some of its properties." +msgstr "Tento materiál je propojen s %1 a sdílí některé jeho vlastnosti." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Tiskárna" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 +msgctxt "@label" +msgid "Unlink Material" +msgstr "Zrušit propojení s materiálem" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Materiál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 +msgctxt "@label" +msgid "Description" +msgstr "Popis" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Nastavit jako aktivní extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 +msgctxt "@label" +msgid "Adhesion Information" +msgstr "Informace o adhezi" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Povolit extuder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informace" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Zakázat Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +msgctxt "@title:window" +msgid "Sync materials with printers" +msgstr "Synchronizovat materiály s tiskárnami" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Otevřít &Poslední" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 +msgctxt "@title:header" +msgid "Sync materials with printers" +msgstr "Synchronizovat materiály s tiskárnami" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Viditelná nastavení" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 +msgctxt "@text" +msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgstr "Následováním několika jednoduchých kroků budete moci synchronizovat všechny vaše materiálové profily s vašimi tiskárnami." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Sbalit všechny kategorie" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 +msgctxt "@button" +msgid "Why do I need to sync material profiles?" +msgstr "K čemu je dobrá synchronizace materiálových profilů?" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Spravovat nastavení viditelnosti ..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Začít" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "Pozice &kamery" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 +msgctxt "@title:header" +msgid "Sign in" +msgstr "Přihlásit se" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Pohled kamery" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 +msgctxt "@text" +msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgstr "Pro automatickou synchronizaci materiálových profilů se všemi vašimi tiskárnami připojenými k Digital Factory musíte být přihlášení v Cuře." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspektiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 +msgctxt "@button" +msgid "Sync materials with USB" +msgstr "Synchronizovat materiály pomocí USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Ortografický" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 +msgctxt "@title:header" +msgid "The following printers will receive the new material profiles:" +msgstr "Následující tiskárny získají nové materiálové profily:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "Pod&ložka" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 +msgctxt "@title:header" +msgid "Something went wrong when sending the materials to the printers." +msgstr "Při odesílání materiálů do tiskáren se něco nepodařilo." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 -msgctxt "@label" -msgid "View type" -msgstr "Typ pohledu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 +msgctxt "@title:header" +msgid "Material profiles successfully synced with the following printers:" +msgstr "Materiálové profily byly úspěšně synchronizovány s následujícími tiskárnami:" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 -msgctxt "@label" -msgid "Is printed as support." -msgstr "Je tisknuto jako podpora." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 +msgctxt "@button" +msgid "Troubleshooting" +msgstr "Podpora při problémech" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Ostatní modely překrývající se s tímto modelem jsou upraveny." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 +msgctxt "@text Asking the user whether printers are missing in a list." +msgid "Printers missing?" +msgstr "Chybí tiskárny?" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Výplň překrývající se s tímto modelem byla modifikována." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 +msgctxt "@text" +msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgstr "Ujistěte se, že jsou všechny vaše tiskárny zapnuté a připojené k Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Přesahy na tomto modelu nejsou podporovány." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 +msgctxt "@button" +msgid "Refresh List" +msgstr "Obnovit seznam" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Přepíše %1 nastavení." -msgstr[1] "Přepíše %1 nastavení." -msgstr[2] "Přepíše %1 nastavení." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +msgctxt "@button" +msgid "Try again" +msgstr "Zkusit znovu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Profily" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Done" +msgstr "Hotovo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Aktivovat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 +msgctxt "@button" +msgid "Sync" +msgstr "Synchronizovat" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Vytvořit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 +msgctxt "@button" +msgid "Syncing" +msgstr "Synchronizuji" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 +msgctxt "@title:header" +msgid "No printers found" +msgstr "Nenalezeny žádné tiskárny" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 +msgctxt "@text" +msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgstr "Zdá se, že nemáte žádné kompatibilní tiskárny připojené k Digital Factory. Ujistěte se, že je vaše tiskárna připojena a používá nejnovější firmware." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 +msgctxt "@button" +msgid "Learn how to connect your printer to Digital Factory" +msgstr "Zjistěte, jak připojit vaši tiskárnu k Digital Factory" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 +msgctxt "@button" +msgid "Refresh" +msgstr "Obnovit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 +msgctxt "@title:header" +msgid "Sync material profiles via USB" +msgstr "Synchronizovat materiálové profily přes USB" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 +msgctxt "@text In the UI this is followed by a list of steps the user needs to take." +msgid "Follow the following steps to load the new material profiles to your printer." +msgstr "Následujte tyto kroky, abyste nahráli nové materiálové profily do vaší tiskárny." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 +msgctxt "@text" +msgid "Click the export material archive button." +msgstr "Klikněte na tlačítko \"Exportovat archiv s materiálem\"." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 +msgctxt "@text" +msgid "Save the .umm file on a USB stick." +msgstr "Uložte soubor .umm na USB úložiště." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 +msgctxt "@text" +msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgstr "Připojte USB úložiště k vaší tiskárně a spusťte proceduru pro nahrání nových materiálových profilů." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 +msgctxt "@button" +msgid "How to load new material profiles to my printer" +msgstr "Jak nahrát nové materiálové profily do mé tiskárny" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Zpět" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Export material archive" +msgstr "Exportovat archiv s materiálem" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 +msgctxt "@title:window" +msgid "Export All Materials" +msgstr "Exportovat všechny materiály" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" -msgid "Duplicate" -msgstr "Duplikovat" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" -msgid "Rename" -msgstr "Přejmenovat" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 msgctxt "@action:button" msgid "Import" msgstr "Import" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" -msgid "Export" -msgstr "Export" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Vytvořit profil" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Prosím uveďte jméno pro tento profil." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplikovat" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplikovat profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Export" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 msgctxt "@title:window" msgid "Confirm Remove" msgstr "Potvrdit odstranění" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 msgctxt "@label (%1 is object name)" msgid "Are you sure you wish to remove %1? This cannot be undone!" msgstr "Doopravdy chcete odstranit %1? Toto nelze vrátit zpět!" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Přejmenovat profil" +msgid "Import Material" +msgstr "Importovat materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importovat profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Úspěšně importován materiál %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Nelze importovat materiál %1: %2" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 msgctxt "@title:window" -msgid "Export Profile" -msgstr "Exportovat profil" +msgid "Export Material" +msgstr "Exportovat materiál" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Tiskárna: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Neúspěch při exportu materiálu do %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Aktualizovat profil s aktuálním nastavení/přepsánímy" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Úspěšné exportování materiálu do %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Tento profil používá výchozí nastavení zadaná tiskárnou, takže nemá žádná nastavení / přepíše v níže uvedeném seznamu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 +msgctxt "@label" +msgid "Profiles compatible with active printer:" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Tento profil používá výchozí nastavení zadaná tiskárnou, takže nemá žádná nastavení / přepíše v níže uvedeném seznamu." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" msgid "Your current settings match the selected profile." msgstr "Vaše aktuální nastavení odpovídá vybranému profilu." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 msgctxt "@title:tab" msgid "Global Settings" msgstr "Globální nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Obecné" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Vytvořit profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Prosím uveďte jméno pro tento profil." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Exportovat profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplikovat profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Přejmenovat profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importovat profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 msgctxt "@label" msgid "Interface" msgstr "Rozhranní" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" msgid "Currency:" msgstr "Měna:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Styl:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Aby se tyto změny projevily, budete muset aplikaci restartovat." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" msgid "Slice automatically when changing settings." msgstr "Slicovat automaticky při změně nastavení." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 msgctxt "@option:check" msgid "Slice automatically" msgstr "Slicovat automaticky" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 +msgctxt "@label" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" msgid "Viewport behavior" msgstr "Chování výřezu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." msgstr "Zvýraznit červeně místa modelu bez podpor. Bez podpor tyto místa nebudou správně vytisknuta." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 msgctxt "@option:check" msgid "Display overhang" msgstr "Zobrazit převis" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." msgstr "Zvýraznit chybějící nebo vedlejší povrchy modelu pomocí varovných značek. Dráhám nástrojů budou často chybět části zamýšlené geometrie." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" msgid "Display model errors" msgstr "Zobrazovat chyby modelu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" msgid "Moves the camera so the model is in the center of the view when a model is selected" msgstr "Při výběru modelu pohybuje kamerou tak, aby byl model ve středu pohledu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 msgctxt "@action:button" msgid "Center camera when item is selected" msgstr "Vycentrovat kameru pokud je vybrána položka" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 msgctxt "@info:tooltip" msgid "Should the default zoom behavior of cura be inverted?" msgstr "Mělo by být výchozí chování přiblížení u cury invertováno?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 msgctxt "@action:button" msgid "Invert the direction of camera zoom." msgstr "Obrátit směr přibližování kamery." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Should zooming move in the direction of the mouse?" msgstr "Mělo by se přibližování pohybovat ve směru myši?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Zooming towards the mouse is not supported in the orthographic perspective." msgstr "V pravoúhlé perspektivě není podporováno přiblížení směrem k myši." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 msgctxt "@action:button" msgid "Zoom toward mouse direction" msgstr "Přiblížit směrem k směru myši" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" msgid "Should models on the platform be moved so that they no longer intersect?" msgstr "Měly by se modely na platformě pohybovat tak, aby se již neprotínaly?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 msgctxt "@option:check" msgid "Ensure models are kept apart" msgstr "Zajistěte, aby modely byly odděleny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 msgctxt "@info:tooltip" msgid "Should models on the platform be moved down to touch the build plate?" msgstr "Měly by být modely na platformě posunuty dolů tak, aby se dotýkaly podložky?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 msgctxt "@option:check" msgid "Automatically drop models to the build plate" msgstr "Automaticky přetáhnout modely na podložku" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 msgctxt "@info:tooltip" msgid "Show caution message in g-code reader." msgstr "Zobrazte v čtečce g-kódu varovnou zprávu." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 msgctxt "@option:check" msgid "Caution message in g-code reader" msgstr "Upozornění ve čtečce G-kódu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 msgctxt "@info:tooltip" msgid "Should layer be forced into compatibility mode?" msgstr "Měla by být vrstva vynucena do režimu kompatibility?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 msgctxt "@option:check" msgid "Force layer view compatibility mode (restart required)" msgstr "Vynutit režim kompatibility zobrazení vrstev (vyžaduje restart)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 msgctxt "@info:tooltip" msgid "Should Cura open at the location it was closed?" msgstr "Měla by se Cura otevřít v místě, kde byla uzavřena?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 msgctxt "@option:check" msgid "Restore window position on start" msgstr "Při zapnutí obnovit pozici okna" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 msgctxt "@info:tooltip" msgid "What type of camera rendering should be used?" msgstr "Jaký typ kamery by se měl použít?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 msgctxt "@window:text" msgid "Camera rendering:" msgstr "Vykreslování kamery:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 msgid "Perspective" msgstr "Perspektiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 msgid "Orthographic" msgstr "Ortografický" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" msgid "Opening and saving files" msgstr "Otevírám a ukládám soubory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" msgstr "Měli by se soubory z plochy, nebo externích aplikací otevírat ve stejné instanci Cury?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 msgctxt "@option:check" msgid "Use a single instance of Cura" msgstr "Používat pouze jednu instanci programu Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" msgstr "Má být podložka vyčištěna před načtením nového modelu v jediné instanci Cury?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 msgctxt "@option:check" msgid "Clear buildplate before loading model into the single instance" msgstr "Vyčistit podložku před načtením modelu do jediné instance" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 msgctxt "@info:tooltip" msgid "Should models be scaled to the build volume if they are too large?" msgstr "Měly by být modely upraveny na velikost podložky, pokud jsou příliš velké?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 msgctxt "@option:check" msgid "Scale large models" msgstr "Škálovat velké modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" msgstr "Model se může jevit velmi malý, pokud je jeho jednotka například v metrech, nikoli v milimetrech. Měly by být tyto modely škálovány?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" msgid "Scale extremely small models" msgstr "Škálovat extrémně malé modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 msgctxt "@info:tooltip" msgid "Should models be selected after they are loaded?" msgstr "Měly by být modely vybrány po načtení?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 msgctxt "@option:check" msgid "Select models when loaded" msgstr "Vybrat modely po načtení" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" msgid "Should a prefix based on the printer name be added to the print job name automatically?" msgstr "Je třeba k názvu tiskové úlohy přidat předponu založenou na názvu tiskárny automaticky?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 msgctxt "@option:check" msgid "Add machine prefix to job name" msgstr "Přidat předponu zařízení před název úlohy" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 msgctxt "@info:tooltip" msgid "Should a summary be shown when saving a project file?" msgstr "Mělo by se při ukládání souboru projektu zobrazit souhrn?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 msgctxt "@option:check" msgid "Show summary dialog when saving project" msgstr "Zobrazit souhrnný dialog při ukládání projektu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 msgctxt "@info:tooltip" msgid "Default behavior when opening a project file" msgstr "Výchozí chování při otevírání souboru" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 msgctxt "@window:text" msgid "Default behavior when opening a project file: " msgstr "Výchozí chování při otevření souboru s projektem: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 msgctxt "@option:openProject" msgid "Always ask me this" msgstr "Vždy se zeptat" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 msgctxt "@option:openProject" msgid "Always open as a project" msgstr "Vždy otevírat jako projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 msgctxt "@option:openProject" msgid "Always import models" msgstr "Vždy importovat modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." msgstr "Pokud jste provedli změny v profilu a přepnuli na jiný, zobrazí se dialogové okno s dotazem, zda si přejete zachovat své modifikace nebo ne, nebo si můžete zvolit výchozí chování a už nikdy toto dialogové okno nezobrazovat." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" msgid "Default behavior for changed setting values when switching to a different profile: " msgstr "Výchozí chování pro změněné hodnoty nastavení při přepnutí na jiný profil: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 msgctxt "@option:discardOrKeep" msgid "Always discard changed settings" msgstr "Vždy smazat změněné nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 msgctxt "@option:discardOrKeep" msgid "Always transfer changed settings to new profile" msgstr "Vždy přesunout nastavení do nového profilu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 msgctxt "@label" msgid "Privacy" msgstr "Soukromí" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." msgstr "Měla by být anonymní data o vašem tisku zaslána společnosti Ultimaker? Upozorňujeme, že nejsou odesílány ani ukládány žádné modely, adresy IP ani jiné osobní údaje." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" msgid "Send (anonymous) print information" msgstr "Posílat (anonymní) informace o tisku" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Více informací" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 msgctxt "@label" msgid "Updates" msgstr "Aktualizace" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 msgctxt "@info:tooltip" msgid "Should Cura check for updates when the program is started?" msgstr "Měla by Cura zkontrolovat aktualizace při spuštění programu?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 msgctxt "@option:check" msgid "Check for updates on start" msgstr "Zkontrolovat aktualizace při zapnutí" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 msgctxt "@info:tooltip" msgid "When checking for updates, only check for stable releases." msgstr "Při kontrole aktualizací kontrolovat pouze stabilní vydání." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 msgctxt "@option:radio" msgid "Stable releases only" msgstr "Pouze stabilní vydání" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 msgctxt "@info:tooltip" msgid "When checking for updates, check for both stable and for beta releases." msgstr "Při kontrole aktualizací kontrolovat stabilní i beta vydání." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 msgctxt "@option:radio" msgid "Stable and Beta releases" msgstr "Stabilní a beta vydání" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" msgstr "Mají být při každém startu Cury automaticky kontrolovány nové moduly? Důrazně doporučujeme tuto možnost nevypínat!" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 msgctxt "@option:check" msgid "Get notifications for plugin updates" msgstr "Získávat oznámení o aktualizacích modulů" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Přidat tiskárnu podle IP adresy" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Potvrdit změnu průměru" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Zadejte IP adresu vaší tiskárny." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Nový průměr vlákna je nastaven na %1 mm, což není kompatibilní s aktuálním extrudérem. Přejete si pokračovat?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Přidat" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 msgctxt "@label" -msgid "Display Name" -msgstr "Jméno" +msgid "Could not connect to device." +msgstr "Nelze se připojit k zařízení." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 msgctxt "@label" -msgid "Material Type" -msgstr "Typ materiálu" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Nemůžete se připojit k Vaší tiskárně Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 msgctxt "@label" -msgid "Color" -msgstr "Barva" +msgid "The printer at this address has not responded yet." +msgstr "Tiskárna na této adrese dosud neodpověděla." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "Properties" -msgstr "Vlastnosti" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Tuto tiskárnu nelze přidat, protože se jedná o neznámou tiskárnu nebo není hostitelem skupiny." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 -msgctxt "@label" -msgid "Density" -msgstr "Husttoa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Připojit" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" -msgid "Diameter" -msgstr "Průměr" +msgid "Release Notes" +msgstr "Poznámky k vydání" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 msgctxt "@label" -msgid "Filament Cost" -msgstr "Cena filamentu" +msgid "User Agreement" +msgstr "Uživatelská dohoda" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 -msgctxt "@label" -msgid "Filament weight" -msgstr "Váha filamentu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Přijmout" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 -msgctxt "@label" -msgid "Filament length" -msgstr "Délka filamentu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Odmítnout a zavřít" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 msgctxt "@label" -msgid "Cost per Meter" -msgstr "Cena za metr" +msgid "What's New" +msgstr "Co je nového" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Další" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 msgctxt "@label" -msgid "This material is linked to %1 and shares some of its properties." -msgstr "Tento materiál je propojen s %1 a sdílí některé jeho vlastnosti." +msgid "Add a Cloud printer" +msgstr "Přidat Cloudovou tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "Unlink Material" -msgstr "Zrušit propojení s materiálem" +msgid "Waiting for Cloud response" +msgstr "Čekám na odpověď od Cloudu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "Description" -msgstr "Popis" +msgid "No printers found in your account?" +msgstr "Žádné tiskárny nenalezeny ve vašem účtě?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 msgctxt "@label" -msgid "Adhesion Information" -msgstr "Informace o adhezi" +msgid "The following printers in your account have been added in Cura:" +msgstr "Následující tiskárny ve vašem účtě byla přidány do Cury:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Vytvořit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Přidat tiskárnu manuálně" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplikovat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Přidat nastavení materiálů a moduly z Obchodu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Synchronizovat s tiskárnami" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Zálohovat a synchronizovat nastavení materiálů a moduly" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Tiskárna" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Sdílejte nápady a získejte pomoc od více než 48 0000 uživatelů v Ultimaker komunitě" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importovat materiál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Přeskočit" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Nelze importovat materiál %1: %2" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Vytvořit účet Ultimaker zdarma" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Úspěšně importován materiál %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +msgctxt "@label" +msgid "Welcome to Ultimaker Cura" +msgstr "Vítejte v Ultimaker Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Exportovat materiál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "Při nastavování postupujte podle těchto pokynů Ultimaker Cura. Bude to trvat jen několik okamžiků." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Neúspěch při exportu materiálu do %1: %2" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Začínáme" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Úspěšné exportování materiálu do %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +msgctxt "@label" +msgid "Empty" +msgstr "Prázdné" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 -msgctxt "@title:window" -msgid "Sync materials with printers" -msgstr "Synchronizovat materiály s tiskárnami" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 +msgctxt "@label" +msgid "Manufacturer" +msgstr "Výrobce" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 -msgctxt "@title:header" -msgid "Sync materials with printers" -msgstr "Synchronizovat materiály s tiskárnami" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 +msgctxt "@label" +msgid "Profile author" +msgstr "Autor profilu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Název tiskárny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." -msgstr "Následováním několika jednoduchých kroků budete moci synchronizovat všechny vaše materiálové profily s vašimi tiskárnami." +msgid "Please name your printer" +msgstr "Pojmenujte prosím svou tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Začít" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Přidat tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 -msgctxt "@button" -msgid "Why do I need to sync material profiles?" -msgstr "K čemu je dobrá synchronizace materiálových profilů?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Přidat síťovou tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 -msgctxt "@title:header" -msgid "Sign in" -msgstr "Přihlásit se" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Přidat ne-síťovou tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 -msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." -msgstr "Pro automatickou synchronizaci materiálových profilů se všemi vašimi tiskárnami připojenými k Digital Factory musíte být přihlášení v Cuře." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Přes síť nebyla nalezena žádná tiskárna." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 -msgctxt "@button" -msgid "Sync materials with USB" -msgstr "Synchronizovat materiály pomocí USB" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Obnovit" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 -msgctxt "@title:header" -msgid "The following printers will receive the new material profiles:" -msgstr "Následující tiskárny získají nové materiálové profily:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Přidat tiskárnu podle IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 -msgctxt "@title:header" -msgid "Something went wrong when sending the materials to the printers." -msgstr "Při odesílání materiálů do tiskáren se něco nepodařilo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Přidat cloudovou tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 -msgctxt "@title:header" -msgid "Material profiles successfully synced with the following printers:" -msgstr "Materiálové profily byly úspěšně synchronizovány s následujícími tiskárnami:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" msgid "Troubleshooting" msgstr "Podpora při problémech" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 -msgctxt "@text Asking the user whether printers are missing in a list." -msgid "Printers missing?" -msgstr "Chybí tiskárny?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Pomožte nám zlepšovat Ultimaker Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." -msgstr "Ujistěte se, že jsou všechny vaše tiskárny zapnuté a připojené k Digital Factory." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 -msgctxt "@button" -msgid "Refresh List" -msgstr "Obnovit seznam" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 -msgctxt "@button" -msgid "Try again" -msgstr "Zkusit znovu" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 -msgctxt "@button" -msgid "Done" -msgstr "Hotovo" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura shromažďuje anonymní data za účelem zlepšení kvality tisku a uživatelského komfortu, včetně:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 -msgctxt "@button" -msgid "Sync" -msgstr "Synchronizovat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Typy zařízení" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 -msgctxt "@button" -msgid "Syncing" -msgstr "Synchronizuji" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Použití materiálu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 -msgctxt "@title:header" -msgid "No printers found" -msgstr "Nenalezeny žádné tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Počet sliců" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Zdá se, že nemáte žádné kompatibilní tiskárny připojené k Digital Factory. Ujistěte se, že je vaše tiskárna připojena a používá nejnovější firmware." +msgid "Print settings" +msgstr "Nastavení tisku" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 -msgctxt "@button" -msgid "Learn how to connect your printer to Digital Factory" -msgstr "Zjistěte, jak připojit vaši tiskárnu k Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Data shromážděná společností Ultimaker Cura nebudou obsahovat žádné osobní údaje." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 -msgctxt "@button" -msgid "Refresh" -msgstr "Obnovit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Více informací" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 -msgctxt "@title:header" -msgid "Sync material profiles via USB" -msgstr "Synchronizovat materiálové profily přes USB" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Seznam objektů" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." -msgstr "Následujte tyto kroky, abyste nahráli nové materiálové profily do vaší tiskárny." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Je tisknuto jako podpora." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 -msgctxt "@text" -msgid "Click the export material archive button." -msgstr "Klikněte na tlačítko \"Exportovat archiv s materiálem\"." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Ostatní modely překrývající se s tímto modelem jsou upraveny." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 -msgctxt "@text" -msgid "Save the .umm file on a USB stick." -msgstr "Uložte soubor .umm na USB úložiště." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Výplň překrývající se s tímto modelem byla modifikována." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 -msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." -msgstr "Připojte USB úložiště k vaší tiskárně a spusťte proceduru pro nahrání nových materiálových profilů." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Přesahy na tomto modelu nejsou podporovány." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 -msgctxt "@button" -msgid "How to load new material profiles to my printer" -msgstr "Jak nahrát nové materiálové profily do mé tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Přepíše %1 nastavení." +msgstr[1] "Přepíše %1 nastavení." +msgstr[2] "Přepíše %1 nastavení." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 -msgctxt "@button" -msgid "Export material archive" -msgstr "Exportovat archiv s materiálem" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Připojené tiskárny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 -msgctxt "@title:window" -msgid "Export All Materials" -msgstr "Exportovat všechny materiály" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Přednastavené tiskárny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Nastavení zobrazení" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "Cloudová tiskárna je offline. Prosím zkontrolujte, zda je tiskárna zapnutá a připojená k internetu." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Zkontrolovat vše" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Tiskárna není připojena k vašemu účtu. Prosím navštivte Ultimaker Digital Factory pro navázání spojení." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Tiskárny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "Připojení ke cloudu není nyní dostupné. Prosím přihlašte se k připojení ke cloudové tiskárně." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Vypočítáno" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "Připojení ke cloudu není nyní dostupné. Prosím zkontrolujte si vaše internetové připojení." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Nastavení" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Přidat tiskárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Spravovat tiskárny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Aktuální" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Jednotka" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Bez názvu" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 msgctxt "@label:MonitorStatus" msgid "Not connected to a printer" msgstr "Nepřipojen k tiskárně" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 msgctxt "@label:MonitorStatus" msgid "Printer does not accept commands" msgstr "Tiskárna nepřijímá příkazy" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 msgctxt "@label:MonitorStatus" msgid "In maintenance. Please check the printer" msgstr "V údržbě. Prosím zkontrolujte tiskíárnu" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 msgctxt "@label:MonitorStatus" msgid "Lost connection with the printer" msgstr "Ztráta spojení s tiskárnou" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 msgctxt "@label:MonitorStatus" msgid "Printing..." msgstr "Tisknu..." -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 msgctxt "@label:MonitorStatus" msgid "Paused" msgstr "Pozastaveno" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 msgctxt "@label:MonitorStatus" msgid "Preparing..." msgstr "Připravuji..." -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 msgctxt "@label:MonitorStatus" msgid "Please remove the print" msgstr "Prosím odstraňte výtisk" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 msgctxt "@label" msgid "Abort Print" msgstr "Zrušit tisk" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 msgctxt "@label" msgid "Are you sure you want to abort the print?" msgstr "Jste si jist, že chcete zrušit tisknutí?" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Tisknout vybraný model pomocí %1" -msgstr[1] "Tisknout vybraný model pomocí %1" -msgstr[2] "Tisknout vybraný model pomocí %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Moje tiskárny" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Sledujte tiskárny v Ultimaker Digital Factory." - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Vytvořte tiskové projekty v Digital Library." - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Tiskové úlohy" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Některá skrytá nastavení používají hodnoty odlišné od jejich normální vypočtené hodnoty.\n" +"\n" +"Klepnutím toto nastavení zviditelníte." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Sledujte tiskové úlohy a znovu tiskněte z historie." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Prohledat nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Rozšiřte Ultimaker Cura pomocí modulů a materiálových profilů." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Kopírovat hodnotu na všechny extrudery" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Staňte se expertem na 3D tisk díky Ultimaker e-learningu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Kopírovat všechny změněné hodnoty na všechny extrudery" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimaker podpora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Schovat toto nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Zjistěte, jak začít s Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Neukazovat toto nastavení" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Položit otázku" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Nechat toto nastavení viditelné" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Poraďte se s Ultimaker komunitou." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Konfigurovat viditelnost nastavení..." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Nahlásit chybu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Toto nastavení se nepoužívá, protože všechna nastavení, která ovlivňuje, jsou přepsána." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Dejte vývojářům vědět, že je něco špatně." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Ovlivňuje" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Navštivte web Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Ovlivněno" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "Printer control" -msgstr "Ovládání tiskárny" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Toto nastavení je vždy sdíleno všemi extrudéry. Jeho změnou se změní hodnota všech extruderů." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 msgctxt "@label" -msgid "Jog Position" -msgstr "Pozice hlavy" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Toto nastavení je vyřešeno z konfliktních hodnot specifického extruder:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 -msgctxt "@label" -msgid "Jog Distance" -msgstr "Vzdálenost hlavy" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 -msgctxt "@label" -msgid "Send G-code" -msgstr "Poslat G kód" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Na připojenou tiskárnu odešlete vlastní příkaz G-kódu. Stisknutím klávesy „Enter“ odešlete příkaz." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extuder" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Cílová teplota hotendu. Hotend se ohřeje nebo ochladí na tuto teplotu. Pokud je 0, ohřev teplé vody je vypnutý." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Aktuální teplota tohoto hotendu." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Teplota pro předehřátí hotendu." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Zrušit" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Předehřání" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Před tiskem zahřejte hotend předem. Můžete pokračovat v úpravách tisku, zatímco se zahřívá, a nemusíte čekat na zahřátí hotendu, až budete připraveni k tisku." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Barva materiálu v tomto extruderu." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Materiál v tomto extruderu." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Vložená trysky v tomto extruderu." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Tiskárna není připojena." +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Toto nastavení má jinou hodnotu než profil.\n" +"\n" +"Klepnutím obnovíte hodnotu profilu." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" -msgid "Build plate" -msgstr "Podložka" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Cílová teplota vyhřívací podložky. Podložka se zahřeje, nebo schladí směrem k této teplotě. Pokud je 0, tak je vyhřívání podložky vypnuto." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Aktuální teplota vyhřívané podložky." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Teplota pro předehřátí podložky." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Před tiskem zahřejte postel předem. Můžete pokračovat v úpravě tisku, zatímco se zahřívá, a nemusíte čekat, až se postel zahřeje, až budete připraveni k tisku." - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Přihlásit se" - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." msgstr "" -"- Přidejte materiálnové profily and moduly z Obchodu\n" -"- Zálohujte a synchronizujte vaše materiálové profily and moduly\n" -"- Sdílejte nápady a získejte pomoc od více než 48 000 uživatelů v Ultimaker komunitě" - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Vytvořit účet Ultimaker zdarma" - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Poslední aktualizace: %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker Account" - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Odhlásit se" +"Toto nastavení se obvykle počítá, ale v současné době je nastavena absolutní hodnota.\n" +"\n" +"Klepnutím obnovíte vypočítanou hodnotu." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" -msgid "Checking..." -msgstr "Kontroluji..." +msgid "Hex" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" -msgid "Account synced" -msgstr "Účet byl synchronizován" +msgid "Active print" +msgstr "Aktivní tisk" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Nastala chyba..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Nainstalujte čekající aktualizace" - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Zkontrolovat aktualizace pro účet" +msgid "Job Name" +msgstr "Název úlohy" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Bez názvu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Čas tisku" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 msgctxt "@label" -msgid "No items to select from" -msgstr "Není z čeho vybírat" +msgid "Estimated time left" +msgstr "Předpokládaný zbývající čas" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Zobrazit online průvodce řešením problémů" +msgid "Show Online Troubleshooting" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" msgid "Toggle Full Screen" msgstr "Přepnout zobrazení na celou obrazovku" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 msgctxt "@action:inmenu" msgid "Exit Full Screen" msgstr "Ukončit zobrazení na celou obrazovku" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 msgctxt "@action:inmenu menubar:edit" msgid "&Undo" msgstr "&Vrátit" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 msgctxt "@action:inmenu menubar:edit" msgid "&Redo" msgstr "&Znovu" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 msgctxt "@action:inmenu menubar:file" msgid "&Quit" msgstr "&Ukončit" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 msgctxt "@action:inmenu menubar:view" msgid "3D View" msgstr "3D Pohled" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 msgctxt "@action:inmenu menubar:view" msgid "Front View" msgstr "Přední pohled" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 msgctxt "@action:inmenu menubar:view" msgid "Top View" msgstr "Pohled seshora" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 msgctxt "@action:inmenu menubar:view" msgid "Bottom View" msgstr "Pohled zezdola" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 msgctxt "@action:inmenu menubar:view" msgid "Left Side View" msgstr "Pohled z pravé strany" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 msgctxt "@action:inmenu menubar:view" msgid "Right Side View" msgstr "Pohled z pravé strany" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 msgctxt "@action:inmenu" msgid "Configure Cura..." msgstr "Konfigurovat Cura..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 msgctxt "@action:inmenu menubar:printer" msgid "&Add Printer..." msgstr "Přidat t&iskárnu..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 msgctxt "@action:inmenu menubar:printer" msgid "Manage Pr&inters..." msgstr "Spravovat &tiskárny..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 msgctxt "@action:inmenu" msgid "Manage Materials..." msgstr "Spravovat materiály..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." msgid "Add more materials from Marketplace" -msgstr "Přidat více materiálů z obchodu" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" msgid "&Update profile with current settings/overrides" msgstr "&Aktualizovat profil s aktuálními nastaveními/přepsáními" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 msgctxt "@action:inmenu menubar:profile" msgid "&Discard current changes" msgstr "Smazat aktuální &změny" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 msgctxt "@action:inmenu menubar:profile" msgid "&Create profile from current settings/overrides..." msgstr "&Vytvořit profil z aktuálního nastavení/přepsání." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 msgctxt "@action:inmenu menubar:profile" msgid "Manage Profiles..." msgstr "Spravovat profily..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 msgctxt "@action:inmenu menubar:help" msgid "Show Online &Documentation" msgstr "Zobrazit online &dokumentaci" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 msgctxt "@action:inmenu menubar:help" msgid "Report a &Bug" msgstr "Nahlásit &chybu" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 msgctxt "@action:inmenu menubar:help" msgid "What's New" msgstr "Co je nového" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 msgctxt "@action:inmenu menubar:help" msgid "About..." msgstr "Více..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 msgctxt "@action:inmenu menubar:edit" msgid "Delete Selected" msgstr "Smazat vybrané" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 msgctxt "@action:inmenu menubar:edit" msgid "Center Selected" msgstr "Centrovat vybrané" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 msgctxt "@action:inmenu menubar:edit" msgid "Multiply Selected" msgstr "Násobit vybrané" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 msgctxt "@action:inmenu" msgid "Delete Model" msgstr "Odstranit model" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 msgctxt "@action:inmenu" msgid "Ce&nter Model on Platform" msgstr "&Centerovat model na podložce" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 msgctxt "@action:inmenu menubar:edit" msgid "&Group Models" msgstr "Sesk&upit modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 msgctxt "@action:inmenu menubar:edit" msgid "Ungroup Models" msgstr "Rozdělit modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 msgctxt "@action:inmenu menubar:edit" msgid "&Merge Models" msgstr "Spo&jit modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 msgctxt "@action:inmenu" msgid "&Multiply Model..." msgstr "Náso&bení modelu..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 msgctxt "@action:inmenu menubar:edit" msgid "Select All Models" msgstr "Vybrat všechny modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 msgctxt "@action:inmenu menubar:edit" msgid "Clear Build Plate" msgstr "Vyčistit podložku" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 msgctxt "@action:inmenu menubar:file" msgid "Reload All Models" msgstr "Znovu načíst všechny modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Uspořádejte všechny modely do všechpodložek" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 msgctxt "@action:inmenu menubar:edit" msgid "Arrange All Models" msgstr "Uspořádat všechny modely" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 msgctxt "@action:inmenu menubar:edit" msgid "Arrange Selection" msgstr "Uspořádat selekci" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Positions" msgstr "Resetovat všechny pozice modelů" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Transformations" msgstr "Resetovat všechny transformace modelů" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 msgctxt "@action:inmenu menubar:file" msgid "&Open File(s)..." msgstr "&Otevřít soubor(y)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 msgctxt "@action:inmenu menubar:file" msgid "&New Project..." msgstr "&Nový projekt..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 msgctxt "@action:inmenu menubar:help" msgid "Show Configuration Folder" msgstr "Zobrazit složku s konfigurací" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Konfigurovat viditelnost nastavení..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3D Pohled" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "Mark&et" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Přední pohled" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 -msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Toto nastavení se nepoužívá, protože všechna nastavení, která ovlivňuje, jsou přepsána." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Pohled seshora" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Ovlivňuje" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Pohled zleva" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Ovlivněno" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Pohled zprava" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 -msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Toto nastavení je vždy sdíleno všemi extrudéry. Jeho změnou se změní hodnota všech extruderů." +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Poskytuje přípravnou fázi v Cuře." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 -msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Toto nastavení je vyřešeno z konfliktních hodnot specifického extruder:" +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Fáze přípravy" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Poskytuje podporu pro export profilů Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Zapisovač Cura profilu" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Poskytuje podporu pro čtení souborů modelu." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Čtečka trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Zkontroluje dostupné aktualizace firmwaru." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Kontroler aktualizace firmwaru" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Protokolová určité události, aby je mohl použít reportér havárií" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Záznamník hlavy" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Poskytuje monitorovací scénu v Cuře." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Fáze monitoringu" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Poskytuje vyměnitelnou jednotku za plného zapojení a podporu zápisu." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Vyměnitelný zásuvný modul pro výstupní zařízení" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Poskytuje podporu pro čtení souborů AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Čtečka AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Poskytuje podporu pro čtení balíčků formátu Ultimaker." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Čtečka UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Připojuje k Digitální knihovně. Umožňuje Cuře otevírat a ukládat soubory z a do Digitální knihovny." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Digitální knihovna Ultimaker" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Umožňuje nastavení pro každý model." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Nástroj pro nastavení pro každý model" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Poskytuje akce počítače pro aktualizaci firmwaru." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Firmware Updater" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Spravuje síťová připojení k síťovým tiskárnám Ultimaker." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Síťové připojení Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Zkontroluje možné tiskové modely a konfiguraci tisku a poskytne návrhy." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Kontroler modelu" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Pohled simulace" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Zapisuje G kód o souboru." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Zapisovač G kódu" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Poskytuje podporu pro psaní souborů 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Zapisovač 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Čte g-kód z komprimovaného archivu." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Čtečka kompresovaného G kódu" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Poskytuje funkce pro čtení a zápis materiálových profilů založených na XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Materiálové profily" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Poskytuje odkaz na backend krájení CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine Backend" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Poskytuje podporu pro čtení souborů X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Čtečka X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Umožňuje generovat tiskovou geometrii ze 2D obrazových souborů." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Čtečka obrázků" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Poskytuje podporu pro čtení souborů 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Čtečka 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Poskytuje podporu pro psaní balíčků formátu Ultimaker." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Zapisovač UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Poskytuje podporu pro import profilů ze starších verzí Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Čtečka legacy Cura profilu" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Aktualizuje konfigurace z Cura 4.3 na Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Aktualizace verze 4.3 na 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Aktualizuje konfigurace z Cura 2.1 na Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Aktualizace verze 2.1 na 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Aktualizuje konfigurace z Cura 4.1 na Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Aktualizace verze 4.1 na 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Aktualizuje konfigurace z Cura 4.5 na Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Aktualizace verze 4.5 na 4.6" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 -msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Toto nastavení má jinou hodnotu než profil.\n" -"\n" -"Klepnutím obnovíte hodnotu profilu." +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Aktualizuje konfigurace z Cura 3.3 na Cura 3.4." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 -msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Toto nastavení se obvykle počítá, ale v současné době je nastavena absolutní hodnota.\n" -"\n" -"Klepnutím obnovíte vypočítanou hodnotu." +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Aktualizace verze 3.3 na 3.4" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Prohledat nastavení" +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Aktualizuje konfigurace z Cura 4.8 na Cura 4.9." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Kopírovat hodnotu na všechny extrudery" +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Aktualizace verze 4.8 na 4.9" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Kopírovat všechny změněné hodnoty na všechny extrudery" +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Aktualizuje konfigurace z Cura 2.7 na Cura 3.0." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Schovat toto nastavení" +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Aktualizace verze 2.7 na 3.0" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Neukazovat toto nastavení" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Aktualizuje konfigurace z Cura 4.4 na Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Nechat toto nastavení viditelné" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Aktualizace verze 4.4 na 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Některá skrytá nastavení používají hodnoty odlišné od jejich normální vypočtené hodnoty.\n" -"\n" -"Klepnutím toto nastavení zviditelníte." +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Aktualizuje konfigurace z Cura 3.0 na Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Tento balíček bude nainstalován po restartování." +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Aktualizace verze 3.0 na 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Nastavení" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Aktualizuje konfigurace z Cura 4.6.0 na Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Zavírám %1" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Aktualizace verze 4.6.0 na 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Doopravdy chcete zavřít %1?" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Aktualizuje konfigurace z Cura 2.6 na Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Nainstalovat balíček" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Aktualizace verze 2.6 na 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Otevřít Soubor(y)" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Aktualizuje konfigurace z Cura 4.2 na Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Ve vybraných souborech jsme našli jeden nebo více souborů G-kódu. Naraz můžete otevřít pouze jeden soubor G-kódu. Pokud chcete otevřít soubor G-Code, vyberte pouze jeden." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Aktualizace verze 4.2 na 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Přidat tiskárnu" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Aktualizuje konfigurace z Cura 4.0 na Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Co je nového" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Aktualizace verze 4.0 na 4.1" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Umožňuje nastavení pro každý model." +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Aktualizuje konfigurace z Cura 4.6.2 na Cura 4.7." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Nástroj pro nastavení pro každý model" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Aktualizace verze 4.6.2 na 4.7" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Poskytuje podporu pro import profilů Cura." +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Aktualizuje konfigurace z Cura 4.9 na Cura 4.10." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Čtečka Cura profilu" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Aktualizace verze 4.9 na 4.10" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Poskytuje podporu pro čtení souborů X3D." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Aktualizuje konfigurace z Cura 2.2 na Cura 2.4." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Čtečka X3D" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Aktualizace verze 2.2 na 2.4" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Zálohujte a obnovte konfiguraci." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Aktualizuje konfigurace z Cura 3.2 na Cura 3.3." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura zálohy" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Aktualizace verze 3.2 na 3.3" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Poskytuje způsob, jak změnit nastavení zařízení (například objem sestavení, velikost trysek atd.)." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Aktualizuje konfigurace z Cura 2.5 na Cura 2.6." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Akce nastavení zařízení" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Aktualizace verze 2.5 na 2.6" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Vytvoří gumovou síť, která blokuje tisk podpory na určitých místech" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Aktualizuje konfigurace z Cura 3.5 na Cura 4.0." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Mazač podpor" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Aktualizace verze 3.5 na 4.0" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Poskytuje vyměnitelnou jednotku za plného zapojení a podporu zápisu." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Aktualizuje konfigurace z Cura 3.4 na Cura 3.5." -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Vyměnitelný zásuvný modul pro výstupní zařízení" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Aktualizace verze 3.4 na 3.5" -#: FirmwareUpdater/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Poskytuje akce počítače pro aktualizaci firmwaru." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Aktualizuje konfigurace z Cura 4.7 na Cura 4.8." -#: FirmwareUpdater/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Firmware Updater" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Aktualizace verze 4.7 na 4.8" -#: LegacyProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Poskytuje podporu pro import profilů ze starších verzí Cura." +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Aktualizuje konfigurace z Cura 4.11 na Cura 4.12." -#: LegacyProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Čtečka legacy Cura profilu" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Aktualizace verze 4.11 na 4.12" -#: 3MFReader/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Poskytuje podporu pro čtení souborů 3MF." +msgid "Backup and restore your configuration." +msgstr "Zálohujte a obnovte konfiguraci." -#: 3MFReader/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Čtečka 3MF" +msgid "Cura Backups" +msgstr "Cura zálohy" -#: UFPWriter/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Poskytuje podporu pro psaní balíčků formátu Ultimaker." +msgid "Provides support for importing Cura profiles." +msgstr "Poskytuje podporu pro import profilů Cura." -#: UFPWriter/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Zapisovač UFP" +msgid "Cura Profile Reader" +msgstr "Čtečka Cura profilu" -#: SentryLogger/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Protokolová určité události, aby je mohl použít reportér havárií" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Odešle anonymní informace o slicování. Lze deaktivovat pomocí preferencí." -#: SentryLogger/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Záznamník hlavy" +msgid "Slice info" +msgstr "Informace o slicování" #: GCodeProfileReader/plugin.json msgctxt "description" @@ -6070,6 +6453,36 @@ msgctxt "name" msgid "G-code Profile Reader" msgstr "Čtečka profilu G kódu" +#: GCodeGzWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a compressed archive." +msgstr "Zapíše g-kód do komprimovaného archivu." + +#: GCodeGzWriter/plugin.json +msgctxt "name" +msgid "Compressed G-code Writer" +msgstr "Zapisova kompresovaného G kódu" + +#: PostProcessingPlugin/plugin.json +msgctxt "description" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Rozšíření, které umožňuje uživateli vytvořené skripty pro následné zpracování" + +#: PostProcessingPlugin/plugin.json +msgctxt "name" +msgid "Post Processing" +msgstr "Post Processing" + +#: SupportEraser/plugin.json +msgctxt "description" +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Vytvoří gumovou síť, která blokuje tisk podpory na určitých místech" + +#: SupportEraser/plugin.json +msgctxt "name" +msgid "Support Eraser" +msgstr "Mazač podpor" + #: PreviewStage/plugin.json msgctxt "description" msgid "Provides a preview stage in Cura." @@ -6090,55 +6503,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Rentgenový pohled" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Poskytuje odkaz na backend krájení CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Poskytuje akce strojů pro stroje Ultimaker (jako je průvodce vyrovnáváním postele, výběr upgradů atd.)." -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine Backend" +msgid "Ultimaker machine actions" +msgstr "Akce zařízení Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Poskytuje podporu pro čtení souborů AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Čtečka AMF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Čte g-kód z komprimovaného archivu." +msgid "Provides a normal solid mesh view." +msgstr "Poskytuje normální zobrazení pevné sítě." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Čtečka kompresovaného G kódu" +msgid "Solid View" +msgstr "Solid View" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Rozšíření, které umožňuje uživateli vytvořené skripty pro následné zpracování" +msgid "Allows loading and displaying G-code files." +msgstr "Povoluje načítání a zobrazení souborů G kódu." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Post Processing" +msgid "G-code Reader" +msgstr "Čtečka G kódu" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Poskytuje podporu pro export profilů Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Poskytuje způsob, jak změnit nastavení zařízení (například objem sestavení, velikost trysek atd.)." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Zapisovač Cura profilu" +msgid "Machine Settings Action" +msgstr "Akce nastavení zařízení" #: USBPrinting/plugin.json msgctxt "description" @@ -6150,415 +6563,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB tisk" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Poskytuje přípravnou fázi v Cuře." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Synchronizovat materiály s tiskárnami" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Fáze přípravy" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Než se změny projeví, musíte ukončit a restartovat {}." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Povoluje načítání a zobrazení souborů G kódu." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Synchronizuji..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Čtečka G kódu" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Zjištěny změny z vašeho účtu Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Umožňuje generovat tiskovou geometrii ze 2D obrazových souborů." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Chcete synchronizovat materiál a softwarové balíčky s vaším účtem?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Čtečka obrázků" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchronizovat" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Poskytuje akce strojů pro stroje Ultimaker (jako je průvodce vyrovnáváním postele, výběr upgradů atd.)." +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Odmítnout a odstranit z účtu" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Akce zařízení Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "Nepovedlo se stáhnout {} zásuvných modulů" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Zapíše g-kód do komprimovaného archivu." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Licenční ujednání zásuvného modulu" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Zapisova kompresovaného G kódu" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Konvertovat obrázek.." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Zkontroluje dostupné aktualizace firmwaru." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "Šířka podložky v milimetrech." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Kontroler aktualizace firmwaru" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Obchod" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Odešle anonymní informace o slicování. Lze deaktivovat pomocí preferencí." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Než se změny v balíčcích projeví, budete muset restartovat Curu." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Informace o slicování" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Nainstalovat" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Poskytuje funkce pro čtení a zápis materiálových profilů založených na XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Nainstalováno" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Materiálové profily" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Připojuje k Digitální knihovně. Umožňuje Cuře otevírat a ukládat soubory z a do Digitální knihovny." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Přejít na webový obchod" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Digitální knihovna Ultimaker" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Hledat materiály" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Najděte, spravujte a nainstalujte nové balíčky Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Kompatibilita" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Nástroje" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Zařízení" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Zapisuje G kód o souboru." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Podložka" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Zapisovač G kódu" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Podpora" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Poskytuje zobrazení simulace." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Kvalita" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Pohled simulace" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Technický datasheet" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Aktualizuje konfigurace z Cura 4.5 na Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Datasheet bezpečnosti" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Aktualizace verze 4.5 na 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Zásady tisku" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Aktualizuje konfigurace z Cura 2.5 na Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Webová stránka" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Aktualizace verze 2.5 na 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "K instalaci nebo aktualizaci je vyžadováno přihlášení" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Aktualizuje konfigurace z Cura 4.6.0 na Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Koupit cívky materiálu" + +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Aktualizace" + +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Aktualizuji" + +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Aktualizování" + +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Zpět" + +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Zásuvné moduly" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Nainstalování" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Aktualizace verze 4.6.0 na 4.6.2" +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Nainstaluje se po restartu" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Aktualizuje konfigurace z Cura 4.7 na Cura 4.8." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Pro aktualizace je potřeba se přihlásit" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Aktualizace verze 4.7 na 4.8" +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Downgrade" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Aktualizuje konfigurace z Cura 3.4 na Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Odinstalace" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Aktualizace verze 3.4 na 3.5" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Soubory od komunity" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Aktualizuje konfigurace z Cura 2.1 na Cura 2.2." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Komunitní zásuvné moduly" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Aktualizace verze 2.1 na 2.2" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Obecné materiály" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Aktualizuje konfigurace z Cura 3.2 na Cura 3.3." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Načítám balíčky..." -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Aktualizace verze 3.2 na 3.3" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Webová stránka" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Aktualizuje konfigurace z Cura 4.8 na Cura 4.9." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "Email" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Aktualizace verze 4.8 na 4.9" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Přihlaste se, abyste získali ověřené pluginy a materiály pro Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Aktualizuje konfigurace z Cura 4.6.2 na Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Verze" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Aktualizace verze 4.6.2 na 4.7" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Naposledy aktualizování" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Aktualizuje konfigurace z Cura 4.2 na Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Ke stažení" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Aktualizace verze 4.2 na 4.3" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Nainstalovaná rozšíření" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Aktualizuje konfigurace z Cura 4.3 na Cura 4.4." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Žádné rozšíření nebylo nainstalováno." -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Aktualizace verze 4.3 na 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Nainstalované materiály" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Aktualizuje konfigurace z Cura 4.9 na Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Žádný materiál nebyl nainstalován." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Aktualizace verze 4.9 na 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Zabalená rozšíření" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Aktualizuje konfigurace z Cura 2.7 na Cura 3.0." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Zabalené materiály" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Aktualizace verze 2.7 na 3.0" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Nelze se připojit k databázi balíčku Cura. Zkontrolujte připojení." -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Aktualizuje konfigurace z Cura 2.6 na Cura 2.7." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Pro instalaci balíčku musíte přijmout licenční ujednání" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Aktualizace verze 2.6 na 2.7" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Změny z vašeho účtu" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Aktualizuje konfigurace z Cura 4.11 na Cura 4.12." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Schovat" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Aktualizace verze 4.11 na 4.12" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Následující balíčky byly přidány:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Aktualizuje konfigurace z Cura 3.3 na Cura 3.4." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Následující balíčky nelze nainstalovat z důvodu nekompatibilní verze Cura:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Aktualizace verze 3.3 na 3.4" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Potvrdit odinstalaci" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Aktualizuje konfigurace z Cura 3.0 na Cura 3.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Odinstalujete materiály a / nebo profily, které se stále používají. Potvrzením resetujete následující materiály / profily na výchozí hodnoty." -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Aktualizace verze 3.0 na 3.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiály" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Aktualizuje konfigurace z Cura 4.0 na Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profily" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Aktualizace verze 4.0 na 4.1" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Potvrdit" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Aktualizuje konfigurace z Cura 4.4 na Cura 4.5." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Některé věci mohou být v tomto tisku problematické. Kliknutím zobrazíte tipy pro úpravy." -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Aktualizace verze 4.4 na 4.5" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Podpůrná knihovna pro manipulaci s planárními objekty" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Aktualizuje konfigurace z Cura 2.2 na Cura 2.4." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Upravili jste některá nastavení profilu.\n" +#~ "Chcete tato změněná nastavení zachovat i po přepnutí profilů?\n" +#~ "V opačném případě můžete změny smazat a načíst výchozí hodnoty z '%1'." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Aktualizace verze 2.2 na 2.4" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "Pod&ložka" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Aktualizuje konfigurace z Cura 4.1 na Cura 4.2." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Vytvořit" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Aktualizace verze 4.1 na 4.2" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplikovat" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Aktualizuje konfigurace z Cura 3.5 na Cura 4.0." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Tiskárna: %1" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Aktualizace verze 3.5 na 4.0" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Aktualizovat profil s aktuálním nastavení/přepsánímy" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Spravuje síťová připojení k síťovým tiskárnám Ultimaker." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Styl:" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Síťové připojení Ultimaker" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Aby se tyto změny projevily, budete muset aplikaci restartovat." -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Poskytuje podporu pro čtení souborů modelu." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Více informací" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Čtečka trimesh" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Vytvořit" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Poskytuje podporu pro čtení balíčků formátu Ultimaker." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Synchronizovat s tiskárnami" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Čtečka UFP" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Tiskárna" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Poskytuje normální zobrazení pevné sítě." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Jednotka" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Solid View" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Zobrazit online průvodce řešením problémů" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Poskytuje podporu pro psaní souborů 3MF." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Přidat více materiálů z obchodu" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Zapisovač 3MF" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Uspořádejte všechny modely do všechpodložek" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Poskytuje monitorovací scénu v Cuře." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "Mark&et" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Fáze monitoringu" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Najděte, spravujte a nainstalujte nové balíčky Cura." -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Zkontroluje možné tiskové modely a konfiguraci tisku a poskytne návrhy." +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Nástroje" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Kontroler modelu" +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Poskytuje zobrazení simulace." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/cs_CZ/fdmextruder.def.json.po b/resources/i18n/cs_CZ/fdmextruder.def.json.po index 3dbaac522c..2b9960136e 100644 --- a/resources/i18n/cs_CZ/fdmextruder.def.json.po +++ b/resources/i18n/cs_CZ/fdmextruder.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2020-02-20 17:30+0100\n" "Last-Translator: DenyCZ \n" "Language-Team: DenyCZ \n" diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index c25f85b6cb..2aa18f3f07 100644 --- a/resources/i18n/cs_CZ/fdmprinter.def.json.po +++ b/resources/i18n/cs_CZ/fdmprinter.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-12-17 21:11+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -465,8 +465,8 @@ msgstr "Polygon hlavy a větráku zařízení" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "2D silueta tiskové hlavy (včetně krytů ventilátoru)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -738,6 +738,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Průměr kola, který pohání materiál v podavači." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -958,6 +968,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Počet stěn. Při výpočtu podle tloušťky stěny je tato hodnota zaokrouhlena na celé číslo." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -989,14 +1049,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optimalizujte pořadí, ve kterém se stěny tisknou, aby se snížil počet retrakcí a ujetá vzdálenost. Většina částí bude mít z tohoto povolení prospěch, ale některé mohou ve skutečnosti trvat déle, proto porovnejte odhady doby tisku s optimalizací a bez ní. První vrstva není optimalizována při výběru okraje jako adhezního typu desky." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Vnější stěny před vnitřními" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Když je povoleno, tiskne stěny v pořadí od vnějšku dovnitř. To může pomoci zlepšit rozměrovou přesnost v X a Y při použití plastu s vysokou viskozitou, jako je ABS; může však snížit kvalitu tisku vnějšího povrchu, zejména na převisy." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1009,94 +1079,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Vytiskne další stěnu na každou další vrstvu. Tímto způsobem se výplň zachytí mezi těmito stěnami, což má za následek silnější výtisky." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Kompenzujte překrytí stěn" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Vykompenzujte tok částí tisku, které se tisknou tam, kde je již zeď na místě." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Kompenzujte překrytí vnější stěny" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Vykompenzujte tok částí tisknuté vnější stěny, kde již je zeď na místě." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Kompenzujte překrytí vnitřní stěny" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Kompenzujte tok částí tisknuté vnitřní stěny, kde již je zeď na místě." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Minimální průtok zdi" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Minimální povolený procentuální průtok pro linii stěny. Kompenzace překrytí stěny snižuje průtok stěny, když leží blízko ke stávající zdi. Stěny, jejichž průtok je menší než tato hodnota, budou nahrazeny pohybem. Při použití tohoto nastavení musíte povolit kompenzaci překrytí stěny a vnější stěnu vytisknout před vnitřními stěnami." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferovat retrakci" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Je-li tato funkce povolena, je pro retrakční pohyby, které nahrazují stěny, jejichž průtok je pod prahem minimálního průtoku, používáno spíše zatahování." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Vyplnit mezery mezi stěnami" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Vyplní mezery mezi stěnami, kde se žádné stěny nehodí." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Nikde" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Tisk tenkých stěn" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Všude" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Tiskněte kousky modelu, které jsou vodorovně tenčí než velikost trysek." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Vyfiltrujte drobné mezery" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Filtrujte drobné mezery, abyste zmenšili kuličky na vnější straně modelu." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Tisk tenkých stěn" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Tiskněte kousky modelu, které jsou vodorovně tenčí než velikost trysek." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2197,6 +2257,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Model bude zvětšen tímto faktorem, aby bylo kompenzováno smrštění materiálu po vychladnutí." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2708,24 +2788,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Prvních několik vrstev je vytištěno pomaleji než zbytek modelu, aby se dosáhlo lepší přilnavosti k sestavovací desce a zlepšila se celková úspěšnost tisků. Rychlost se v těchto vrstvách postupně zvyšuje." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Vyrovnat tok vlákna" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Tiskněte tenčí než normální čáry rychleji, takže množství materiálu vytlačovaného za sekundu zůstává stejné. Tenké kousky ve vašem modelu mohou vyžadovat čáry vytištěné s menší šířkou čáry, než je uvedeno v nastavení. Toto nastavení řídí změny rychlosti těchto linek." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Maximální rychlost pro vyrovnávání průtoku" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Maximální rychlost tisku při úpravě rychlosti tisku za účelem vyrovnání toku." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4462,6 +4532,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Vytlačovací stroj se používá pro tisk límce / okraje / raftu. To se používá při vícenásobném vytlačování." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4626,6 +4736,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Vzdálenost mezi liniemi raftů pro horní vrstvy raftů. Rozestup by měl být roven šířce čáry, takže povrch je pevný." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5126,6 +5246,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "Maximální odchylka povolená při snižování rozlišení pro nastavení Maximální rozlišení. Pokud toto zvýšíte, bude tisk méně přesný, ale g-kód bude menší. Maximální odchylka je limit pro maximální rozlišení, takže pokud dojde ke konfliktu, bude maximální odchylka vždy platná." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6420,6 +6550,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Malé funkce v první vrstvě budou vytištěny při tomto procentuálním poměru jejich normální rychlosti tisku. Pomalejší tisk může pomoci s přilnavostí a přesností." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6480,6 +6640,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Transformační matice, která se použije na model při načítání ze souboru." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "2D silueta tiskové hlavy (včetně krytů ventilátoru)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Vnější stěny před vnitřními" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Když je povoleno, tiskne stěny v pořadí od vnějšku dovnitř. To může pomoci zlepšit rozměrovou přesnost v X a Y při použití plastu s vysokou viskozitou, jako je ABS; může však snížit kvalitu tisku vnějšího povrchu, zejména na převisy." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Kompenzujte překrytí stěn" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Vykompenzujte tok částí tisku, které se tisknou tam, kde je již zeď na místě." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Kompenzujte překrytí vnější stěny" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Vykompenzujte tok částí tisknuté vnější stěny, kde již je zeď na místě." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Kompenzujte překrytí vnitřní stěny" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Kompenzujte tok částí tisknuté vnitřní stěny, kde již je zeď na místě." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Minimální průtok zdi" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Minimální povolený procentuální průtok pro linii stěny. Kompenzace překrytí stěny snižuje průtok stěny, když leží blízko ke stávající zdi. Stěny, jejichž průtok je menší než tato hodnota, budou nahrazeny pohybem. Při použití tohoto nastavení musíte povolit kompenzaci překrytí stěny a vnější stěnu vytisknout před vnitřními stěnami." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferovat retrakci" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Je-li tato funkce povolena, je pro retrakční pohyby, které nahrazují stěny, jejichž průtok je pod prahem minimálního průtoku, používáno spíše zatahování." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Vyplnit mezery mezi stěnami" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Vyplní mezery mezi stěnami, kde se žádné stěny nehodí." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Nikde" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Všude" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Vyfiltrujte drobné mezery" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Filtrujte drobné mezery, abyste zmenšili kuličky na vnější straně modelu." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Vyrovnat tok vlákna" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Tiskněte tenčí než normální čáry rychleji, takže množství materiálu vytlačovaného za sekundu zůstává stejné. Tenké kousky ve vašem modelu mohou vyžadovat čáry vytištěné s menší šířkou čáry, než je uvedeno v nastavení. Toto nastavení řídí změny rychlosti těchto linek." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Maximální rychlost pro vyrovnávání průtoku" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Maximální rychlost tisku při úpravě rychlosti tisku za účelem vyrovnání toku." + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "Maximální feedrate" diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index 629b2c3a6a..e4a9ab9554 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,4966 +18,5269 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "" -"Please sync the material profiles with your printers before starting to " -"print." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 -msgctxt "@action:button" -msgid "Learn more" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 -msgctxt "@info:status" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" msgid "" -"The build volume height has been reduced due to the value of the \"Print " -"Sequence\" setting to prevent the gantry from colliding with printed models." +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 -msgctxt "@info:title" -msgid "Build Volume" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 -#, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 +msgctxt "@action:button" +msgid "How to update" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "" -"The printer(s) below cannot be connected because they are part of a group" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 +msgctxt "@info:status" +msgid "There are no file formats available to write with!" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 +msgctxt "@info:title" +msgid "Saving" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "" -"The visual profile is designed to print visual prototypes and models with " -"the intent of high visual and surface quality." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "" -"The engineering profile is designed to print functional prototypes and end-" -"use parts with the intent of better accuracy and for closer tolerances." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "" -"The draft profile is designed to print initial prototypes and concept " -"validation with the intent of significant print time reduction." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 -msgctxt "@label" -msgid "Custom Material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#, python-brace-format +msgctxt "@action" +msgid "Eject removable device {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 msgctxt "@info:title" -msgid "Login failed" +msgid "Safely Remove Hardware" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" +msgid "Failed to eject {0}. Another program may be using the drive." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 msgctxt "@info:title" -msgid "Finding Location" +msgid "Warning" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 -msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 -msgctxt "@info:title" -msgid "Can't Find Location" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 +msgctxt "@label" +msgid "Per Model Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format +msgctxt "@info:status" msgid "" -"Failed to connect to Digital Factory to sync materials with some of the " -"printers." +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +msgctxt "@info:title" +msgid "Sending materials to printer" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 +msgctxt "@info:title" +msgid "Not a group host" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "" -"@info 'width', 'depth' and 'height' are variable names that must NOT be " -"translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgid "Print job was successfully sent to the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 msgctxt "@info:title" -msgid "Warning" +msgid "Data Sent" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 #, python-brace-format msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" -msgid "Error" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" +msgid "Are you ready for cloud printing?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +msgctxt "@info:title" +msgid "Update your printer" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +msgctxt "@info:title" +msgid "Network error" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 msgctxt "@action:button" -msgid "Add" +msgid "Keep printer configurations" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 msgctxt "@action:button" -msgid "Cancel" +msgid "Remove printers" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +msgctxt "@title:window" +msgid "Remove printers?" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 #, python-brace-format msgctxt "@label" -msgid "Group #{group_nr}" +msgid "" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" +"Are you sure you want to continue?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." -"

    \n" -"

    We encountered an unrecoverable error during start " -"up. It was possibly caused by some incorrect configuration files. We suggest " -"to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.\n" -"

    Please send us this Crash Report to fix the problem.\n" -" " +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 -msgctxt "@action:button" -msgid "Send crash report to Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 -msgctxt "@action:button" -msgid "Backup and Reset Configuration" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report " -"to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report " -"automatically to our servers

    \n" -" " +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +msgctxt "@info:title" +msgid "Unable to slice" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 +msgctxt "@info:title" +msgid "Information" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" -msgid "OS language" +msgid "Nozzle" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "" +"Project file {0} is corrupt: {1}." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tag !" +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 +msgctxt "@item:inlistbox" +msgid "3MF File" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +msgctxt "@info:title" +msgid "Backups" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error while uploading your backup." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +msgctxt "@info:backup_status" +msgid "Creating your backup..." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +msgctxt "@info:backup_status" +msgid "There was an error while creating your backup." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +msgctxt "@info:backup_status" +msgid "Uploading your backup..." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +msgctxt "@info:backup_status" +msgid "Your backup has finished uploading." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "" -"Unable to start a new sign in process. Check if another sign in attempt is " -"still active." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +msgctxt "@error:file_size" +msgid "The backup exceeds the maximum file size." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +msgctxt "@item:inmenu" +msgid "Manage backups" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 msgctxt "@info:title" -msgid "Log-in failed" +msgid "Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 +msgctxt "@label" +msgid "Support Blocker" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 +msgctxt "@info:tooltip" +msgid "Create a volume in which supports are not printed." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 +msgctxt "@item:inlistbox" +msgid "X-Ray view" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "" -"Settings have been changed to match the current availability of extruders:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "" -"The file {0} already exists. Are you sure you want to " -"overwrite it?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "" -"Failed to export profile to {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "" -"Failed to export profile to {0}: Writer plugin reported " -"failure." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 +msgctxt "@info:status" +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Export succeeded" +msgid "Model Errors" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "" -"Can't import profile from {0} before a printer is added." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 +msgctxt "@info:status" +msgid "Parsing G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 +msgctxt "@info:title" +msgid "G-code Details" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" msgid "" -"This profile {0} contains incorrect data, could not " -"import it." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "G File" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +msgctxt "@item:inmenu" +msgid "USB printing" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print via USB" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +msgctxt "@info:tooltip" +msgid "Print via USB" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" -msgid "Unable to add the profile." +msgid "Connected via USB" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 -#, python-brace-format -msgctxt "@info:status" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +msgctxt "@label" msgid "" -"Quality type '{0}' is not compatible with the current active machine " -"definition '{1}'." +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 -#, python-brace-format -msgctxt "@info:status" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +msgctxt "@message" msgid "" -"Warning: The profile is not visible because its quality type '{0}' is not " -"available for the current configuration. Switch to a material/nozzle " -"combination that can use this quality type." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +msgctxt "@message" +msgid "Print in Progress" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura Profile" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 -msgctxt "@info:title" -msgid "Backups" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 -msgctxt "@info:backup_status" -msgid "There was an error while uploading your backup." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 -msgctxt "@info:backup_status" -msgid "Creating your backup..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 -msgctxt "@info:backup_status" -msgid "There was an error while creating your backup." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 -msgctxt "@info:backup_status" -msgid "Uploading your backup..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 -msgctxt "@info:backup_status" -msgid "Your backup has finished uploading." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 -msgctxt "@error:file_size" -msgid "The backup exceeds the maximum file size." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 -msgctxt "@item:inmenu" -msgid "Manage backups" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 +#, python-brace-format +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 msgctxt "@label" -msgid "Support Blocker" +msgid "Visual" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 -msgctxt "@info:tooltip" -msgid "Create a volume in which supports are not printed." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 +msgctxt "@text" +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format -msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 #, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" +msgid "Calculated" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" -msgid "Eject" +msgid "Sync materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format -msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 -msgctxt "@info:title" -msgid "Safely Remove Hardware" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 #, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" msgid "" -"Project file {0} contains an unknown machine type " -"{1}. Cannot import the machine. Models will be imported " -"instead." +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "" -"Project file {0} is suddenly inaccessible: {1}" -"." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "" -"Project file {0} is corrupt: {1}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "" -"Project file {0} is made using profiles that are " -"unknown to this version of Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 +msgctxt "@info:status" +msgid "Finding new location for objects" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 +msgctxt "@info:title" +msgid "Finding Location" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 +msgctxt "@info:status" +msgid "Unable to find a location within the build volume for all objects" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 +msgctxt "@info:title" +msgid "Can't Find Location" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "" -"Slicing failed with an unexpected error. Please consider reporting a bug on " -"our issue tracker." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "" -"Unable to slice with the current material as it is incompatible with the " -"selected machine or configuration." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Unable to slice with the current settings. The following settings have " -"errors: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "@info:status" -msgid "" -"Unable to slice due to some per-model settings. The following settings have " -"errors on one or more models: {error_labels}" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "" -"Unable to slice because the prime tower or prime position(s) are invalid." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "" -"Unable to slice because there are objects associated with disabled Extruder " -"%s." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 -msgctxt "@item:inlistbox" -msgid "Compressed G-code File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 -msgctxt "@item:inmenu" -msgid "USB printing" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print via USB" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 -msgctxt "@info:tooltip" -msgid "Print via USB" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 -msgctxt "@info:status" -msgid "Connected via USB" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 -msgctxt "@label" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 +#, python-brace-format +msgctxt "@label Don't translate the XML tag !" msgid "" -"A USB print is in progress, closing Cura will stop this print. Are you sure?" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 -msgctxt "@message" -msgid "" -"A print is still in progress. Cura cannot start another print via USB until " -"the previous print has completed." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 -msgctxt "@message" -msgid "Print in Progress" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 msgctxt "@info:title" -msgid "G-code Details" +msgid "Settings updated" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" msgid "" -"Make sure the g-code is suitable for your printer and printer configuration " -"before sending the file to it. The g-code representation may not be accurate." +"Failed to export profile to {0}: {1}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 #, python-brace-format -msgctxt "" -"@info Don't translate {machine_name}, since it gets replaced by a printer " -"name!" -msgid "" -"New features or bug-fixes may be available for your {machine_name}! If you " -"haven't done so already, it is recommended to update the firmware on your " -"printer to version {latest_version}." +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 -msgctxt "@text" -msgid "Unable to read example data file." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" +" " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "Layer view" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" +" " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 -msgctxt "@info:status" -msgid "" -"You are attempting to connect to a printer that is not running Ultimaker " -"Connect. Please update the printer to the latest firmware." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 -msgctxt "@info:title" -msgid "Update your printer" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 -msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 -msgctxt "@info:title" -msgid "Queue Full" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 #, python-brace-format -msgctxt "@info:status" -msgid "" -"Cura has detected material profiles that were not yet installed on the host " -"printer of group {0}." +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"You are attempting to connect to {0} but it is not the host of a group. You " -"can visit the web page to configure it as a group host." +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting " -"your printer to Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 +msgctxt "@label" +msgid "Mesh Type" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 +msgctxt "@label" +msgid "Normal model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 +msgctxt "@label" +msgid "Print as support" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 +msgctxt "@label" +msgid "Modify settings for overlaps" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 +msgctxt "@label" +msgid "Don't support overlaps" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" -msgid "Keep printer configurations" +msgid "Automatically upgrade Firmware" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" -msgid "Remove printers" +msgid "Upload custom Firmware" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" -msgid "Remove printers?" +msgid "Firmware Update" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be " -"undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be " -"undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -msgstr[1] "" +msgid "Updating firmware." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be " -"undone.\n" -"Are you sure you want to continue?" +msgid "Firmware update failed due to missing firmware." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "" -"The highlighted areas indicate either missing or extraneous surfaces. Fix " -"your model and open it again into Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" msgid "" -"The operating system does not allow saving a project file to this location " -"or with this file name." +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and " -"material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.\n" -"

    View print quality " -"guide

    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Mesh Type" +msgid "Untitled" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "Normal model" +msgid "Anonymous" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 -msgctxt "@label" -msgid "Don't support overlaps" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 +msgctxt "@label" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +msgctxt "@label" +msgid "Type" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "" -"You will need to restart Cura before your backup is restored. Do you want to " -"close Cura now?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "" -"You don't have any backups currently. Use the 'Backup Now' button to create " -"one." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "" -"During the preview phase, you'll be limited to 5 visible backups. Remove a " -"backup to see older ones." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 +msgctxt "@title:window" +msgid "Invalid IP address" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "mm" +msgid "Enter the IP address of your printer on the network." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Y (Depth)" +msgid "Unavailable printer" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Z (Height)" +msgid "First available" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Build plate shape" +msgid "Move to top" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Origin at center" +msgid "Delete" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Heated bed" +msgid "Resume" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 msgctxt "@label" -msgid "Heated build volume" +msgid "Pausing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "G-code flavor" +msgid "Resuming..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 msgctxt "@label" -msgid "X min" +msgid "Aborting..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 msgctxt "@label" -msgid "Y min" +msgid "Abort" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Nozzle size" +msgid "There are no print jobs in the queue. Slice and send a job to add one." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "Compatible material diameter" +msgid "Print jobs" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "Nozzle offset X" +msgid "Total print time" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "Nozzle offset Y" +msgid "Waiting for" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" -msgid "Cooling Fan Number" +msgid "Color scheme" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 -msgctxt "@label" -msgid "" -"Firmware is the piece of software running directly on your 3D printer. This " -"firmware controls the step motors, regulates the temperature and ultimately " -"makes your printer work." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 -msgctxt "@label" -msgid "" -"The firmware shipping with new printers works, but new versions tend to have " -"more features and improvements." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 +msgctxt "@label" +msgid "Compatibility Mode" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "" -"Firmware can not be updated because there is no connection with the printer." +msgid "Helpers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" -msgid "" -"Firmware can not be updated because the connection with the printer does not " -"support upgrading firmware." +msgid "Shell" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 -msgctxt "@title:window" -msgid "Select custom firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 -msgctxt "@title:window" -msgid "Firmware Update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" -msgid "Updating firmware." +msgid "Only Show Top Layers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" -msgid "Firmware update completed." +msgid "Show 5 Detailed Layers On Top" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." +msgid "Top / Bottom" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" -msgid "Firmware update failed due to an communication error." +msgid "Inner Wall" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." +msgid "min" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." +msgid "max" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" -msgid "Open Project" +msgid "Convert Image" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" -msgid "Printer settings" +msgid "Width (mm)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" +msgid "The width in millimeters on the build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" -msgid "Type" +msgid "Depth (mm)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" -msgid "Name" +msgid "Color Model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" -msgid "Derivative from" +msgid "1mm Transmittance (%)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" -msgid "Material settings" +msgid "Smoothing" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" +msgid "The amount of smoothing to apply to the image." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +msgctxt "@title:window" +msgid "Open Project" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 msgctxt "@action:label" -msgid "%1 out of %2" +msgid "Printer settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 -msgctxt "@label" -msgid "Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" msgstr[0] "" msgstr[1] "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" +msgid "How should the conflict in the material be resolved?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Height (mm)" +msgid "Material settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Base (mm)" +msgid "Mode" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 msgctxt "@action:label" -msgid "Width (mm)" +msgid "%1 out of %2" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 +msgctxt "@action:button" +msgid "Open" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "" -"For lithophanes dark pixels should correspond to thicker locations in order " -"to block more light coming through. For height maps lighter pixels signify " -"higher terrain, so lighter pixels should correspond to thicker locations in " -"the generated 3D model." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "" -"For lithophanes a simple logarithmic model for translucency is available. " -"For height maps the pixel values correspond to heights linearly." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "" -"The percentage of light penetrating a print with a thickness of 1 " -"millimeter. Lowering this value increases the contrast in dark regions and " -"decreases the contrast in light regions of the image." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 -msgctxt "@action:button" -msgid "OK" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "" -"To make sure your prints will come out great, you can now adjust your " -"buildplate. When you click 'Move to Next Position' the nozzle will move to " -"the different positions that can be adjusted." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" msgid "" -"For every position; insert a piece of paper under the nozzle and adjust the " -"print build plate height. The print build plate height is right when the " -"paper is slightly gripped by the tip of the nozzle." +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 msgctxt "@title:window" msgid "More information on anonymous data collection" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" msgid "" "Ultimaker Cura collects anonymous data in order to improve the print quality " "and user experience. Below is an example of all the data that is shared:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 msgctxt "@text:window" msgid "I don't want to send anonymous data" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 msgctxt "@text:window" msgid "Allow sending anonymous data" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Premium" +msgid "Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" +msgid "Change active post-processing scripts." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Compatibility" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" +msgid "Please select any upgrades made to this Ultimaker Original" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +msgctxt "@label" +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" msgid "Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" msgid "Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Disable" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "" -"Please sign in to get verified plugins and materials for Ultimaker Cura " -"Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 -msgctxt "@label" -msgid "Last updated" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 -msgctxt "@label" -msgid "Downloads" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" -msgid "No material has been installed." +msgid "No compatibility information" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" -msgid "" -"Could not connect to the Cura Package database. Please check your connection." +msgid "Yes" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" -msgid "Dismiss" +msgid "Visit plug-in website" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" -msgid "Next" +msgid "Website" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "" -"The following packages can not be installed because of an incompatible Cura " -"version:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "" -"You are uninstalling materials and/or profiles that are still in use. " -"Confirming will reset the following materials/profiles to their defaults." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" +msgid "Nozzle size" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Top / Bottom" +msgid "mm" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Inner Wall" +msgid "Compatible material diameter" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "min" +msgid "Nozzle offset X" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "max" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" +msgid "Nozzle offset Y" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Glass" +msgid "Cooling Fan Number" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "" -"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " -"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +msgctxt "@label" +msgid "X (Width)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +msgctxt "@label" +msgid "Y (Depth)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +msgctxt "@label" +msgid "Z (Height)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +msgctxt "@label" +msgid "Build plate shape" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +msgctxt "@label" +msgid "Origin at center" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Untitled" +msgid "Heated bed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Anonymous" +msgid "Heated build volume" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +msgctxt "@label" +msgid "G-code flavor" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Unavailable printer" +msgid "X min" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "First available" +msgid "Y min" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "Queued" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" +msgid "X max" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgid "Y max" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Print jobs" +msgid "Gantry Height" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Total print time" +msgid "Number of Extruders" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Waiting for" +msgid "Apply Extruder offsets to GCode" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "" -"The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "" -"The printer %1 is assigned, but the job contains an unknown material " -"configuration." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "" -"Override will use the specified settings with the existing printer " -"configuration. This may result in a failed print." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" msgid "" -"To print directly to your printer over the network, please make sure your " -"printer is connected to the network using a network cable or by connecting " -"your printer to your WIFI network. If you don't connect Cura with your " -"printer, you can still use a USB drive to transfer g-code files to your " -"printer." +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" msgid "" -"If your printer is not listed, read the network printing " -"troubleshooting guide" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Firmware version" +msgid "Printer control" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Address" +msgid "Jog Position" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." +msgid "X/Y" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." +msgid "Z" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "The printer at this address has not yet responded." +msgid "Jog Distance" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +msgctxt "@label" +msgid "Send G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 +msgctxt "@label" +msgid "Extruder" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "" -"Some things could be problematic in this print. Click to see tips for " -"adjustment." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" -msgid "Object list" +msgid "Application framework" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +msgctxt "@label" +msgid "Interprocess communication library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 +msgctxt "@label" +msgid "Programming language" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +msgctxt "@label" +msgid "GUI framework" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +msgctxt "@label" +msgid "GUI framework bindings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "" -"Are you sure you want to start a new project? This will clear the build " -"plate and any unsaved settings." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 +msgctxt "@label" +msgid "Support library for handling 3MF files" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +msgctxt "@label" +msgid "Support library for file metadata and streaming" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +msgctxt "@label" +msgid "Serial communication library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" -msgid "Start the slicing process" +msgid "ZeroConf discovery library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" -msgid "Cancel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +msgctxt "@label" +msgid "Polygon clipping library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" -msgid "Time estimation" +msgid "Python bindings for Clipper" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "No time estimation available" +msgid "Polygon packing library, developed by Prusa Research" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "No cost estimation available" +msgid "Python bindings for libnest2d" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +msgctxt "@label" +msgid "Support library for system keyring access" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Add a printer" +msgid "Python extensions for Microsoft Windows" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Add a networked printer" +msgid "Font" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Add a non-networked printer" +msgid "SVG icons" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Add a Cloud printer" +msgid "Linux cross-distribution application deployment" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "The printer at this address has not responded yet." +msgid "No items to select from" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "" -"This printer cannot be added because it's an unknown printer or it's not the " -"host of a group." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "" -"Please follow these steps to set up Ultimaker Cura. This will only take a " -"few moments." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Troubleshooting" +msgid "Loading available configurations from the printer..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" msgid "" -"Ultimaker Cura collects anonymous data to improve print quality and user " -"experience, including:" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +msgctxt "@label" +msgid "Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 +msgctxt "@tooltip" +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 +msgctxt "@label" +msgid "Select configuration" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "" -"Data collected by Ultimaker Cura will not contain any personal information." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 +msgctxt "@label" +msgid "Configurations" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "What's New" +msgid "Printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Empty" +msgid "Enabled" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Release Notes" +msgid "Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" -msgid "version: %1" -msgstr "" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." +msgid "Number of Copies" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 -msgctxt "@label" -msgid "Graphical user interface" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 -msgctxt "@label" -msgid "Application framework" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 -msgctxt "@label" -msgid "G-code generator" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 -msgctxt "@label" -msgid "Interprocess communication library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 -msgctxt "@label" -msgid "Programming language" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "GUI framework" +msgid "View type" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "GUI framework bindings" +msgid "Sign in to the Ultimaker platform" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 -msgctxt "@label" -msgid "C/C++ Binding library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 -msgctxt "@label" -msgid "Data interchange format" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 -msgctxt "@label" -msgid "Support library for scientific computing" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 -msgctxt "@label" -msgid "Support library for faster math" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 -msgctxt "@label" -msgid "Support library for handling STL files" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Support library for handling triangular meshes" +msgid "Checking..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Support library for handling 3MF files" +msgid "Account synced" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Support library for file metadata and streaming" +msgid "Something went wrong..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 -msgctxt "@label" -msgid "Polygon clipping library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" +msgid "Start the slicing process" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 -msgctxt "@label" -msgid "Python bindings for libnest2d" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 msgctxt "@label" -msgid "Support library for system keyring access" +msgid "Time estimation" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" +msgid "Material estimation" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 -msgctxt "@label" -msgid "Font" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "SVG icons" +msgid "No time estimation available" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Linux cross-distribution application deployment" +msgid "No cost estimation available" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 -msgctxt "@title:window" -msgid "Open file(s)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "" -"We have found one or more project file(s) within the files you have " -"selected. You can open only one project file at a time. We suggest to only " -"import models from those files. Would you like to proceed?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Discard or Keep changes" +msgid "Open File(s)" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "" -"This is a Cura project file. Would you like to open it as a project or " -"import the models from it?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Active print" +msgid "Support" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Job Name" +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Printing Time" +msgid "Profiles" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" -msgid "Estimated time left" +msgid "Adhesion" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" msgid "" -"The cloud printer is offline. Please check if the printer is turned on and " -"connected to the internet." +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "" -"This printer is not linked to your account. Please visit the Ultimaker " -"Digital Factory to establish a connection." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "" -"The cloud connection is currently unavailable. Please sign in to connect to " -"the cloud printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" msgid "" -"The cloud connection is currently unavailable. Please check your internet " -"connection." +"Some setting/override values are different from the values stored in the " +"profile.\n" +"\n" +"Click to open the profile manager." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "" +"This setting has been hidden by the active machine and will not be visible." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" msgid "" -"Some setting/override values are different from the values stored in the " -"profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "Discard current changes" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" +msgid "Defaults" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 -msgctxt "@label" -msgid "Experimental" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "" -"@label %1 is filled in with the type of a profile. %2 is filled with a list " -"of numbers (eg '1' or '1, 2')" -msgid "" -"There is no %1 profile for the configuration in extruder %2. The default " -"intent will be used instead" -msgid_plural "" -"There is no %1 profile for the configurations in extruders %2. The default " -"intent will be used instead" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 -msgctxt "@label" -msgid "Profiles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" msgid "" -"You have modified some profile settings. If you want to change these go to " -"custom mode." +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" -msgid "Support" +msgid "Display Name" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 msgctxt "@label" -msgid "" -"Generate structures to support parts of the model which have overhangs. " -"Without these structures, such parts would collapse during printing." +msgid "Brand" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" -msgid "Gradual infill" +msgid "Material Type" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" -msgid "" -"Gradual infill will gradually increase the amount of infill towards the top." +msgid "Color" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 -msgctxt "@label" -msgid "Adhesion" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" -msgid "" -"Enable printing a brim or raft. This will add a flat area around or under " -"your object which is easy to cut off afterwards." +msgid "Properties" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 +msgctxt "@label" +msgid "Density" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 +msgctxt "@label" +msgid "Diameter" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 +msgctxt "@label" +msgid "Filament Cost" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 +msgctxt "@label" +msgid "Filament weight" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 +msgctxt "@label" +msgid "Filament length" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 +msgctxt "@label" +msgid "Cost per Meter" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "" -msgstr[1] "" +msgid "This material is linked to %1 and shares some of its properties." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" -msgid "Number of Copies" +msgid "Unlink Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 -msgctxt "@title:menu menubar:file" -msgid "&Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 +msgctxt "@label" +msgid "Description" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 +msgctxt "@label" +msgid "Adhesion Information" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +msgctxt "@title:window" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 +msgctxt "@title:header" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 +msgctxt "@text" +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 -msgctxt "@label" -msgid "Enabled" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 +msgctxt "@button" +msgid "Why do I need to sync material profiles?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 -msgctxt "@label" -msgid "Material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 +msgctxt "@title:header" +msgid "Sign in" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 +msgctxt "@text" msgid "" -"The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 +msgctxt "@button" +msgid "Sync materials with USB" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 +msgctxt "@title:header" +msgid "The following printers will receive the new material profiles:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 +msgctxt "@title:header" +msgid "Something went wrong when sending the materials to the printers." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 -msgctxt "@label" -msgid "" -"The configurations are not available because the printer is disconnected." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 +msgctxt "@title:header" +msgid "Material profiles successfully synced with the following printers:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 -msgctxt "@label" -msgid "" -"This configuration is not available because %1 is not recognized. Please " -"visit %2 to download the correct material profile." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 +msgctxt "@button" +msgid "Troubleshooting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 -msgctxt "@label" -msgid "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 +msgctxt "@text Asking the user whether printers are missing in a list." +msgid "Printers missing?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 +msgctxt "@text" +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 +msgctxt "@button" +msgid "Refresh List" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +msgctxt "@button" +msgid "Try again" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Done" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 +msgctxt "@button" +msgid "Sync" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 +msgctxt "@button" +msgid "Syncing" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 +msgctxt "@title:header" +msgid "No printers found" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 +msgctxt "@text" +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 +msgctxt "@button" +msgid "Learn how to connect your printer to Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 +msgctxt "@button" +msgid "Refresh" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 +msgctxt "@title:header" +msgid "Sync material profiles via USB" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 +msgctxt "@text" +msgid "Click the export material archive button." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 +msgctxt "@text" +msgid "Save the .umm file on a USB stick." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 +msgctxt "@text" +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 -msgctxt "@label" -msgid "View type" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 +msgctxt "@button" +msgid "How to load new material profiles to my printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 -msgctxt "@label" -msgid "Is printed as support." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Export material archive" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 +msgctxt "@title:window" +msgid "Export All Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" -msgid "Overlaps with this model are not supported." +msgid "Materials compatible with active printer:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 msgctxt "@action:button" -msgid "Activate" +msgid "Import" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" msgid "Duplicate" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 msgctxt "@action:button" -msgid "Rename" +msgid "Export" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 msgctxt "@title:window" -msgid "Create Profile" +msgid "Import Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "" +"Could not import material %1: %2" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 msgctxt "@title:window" -msgid "Confirm Remove" +msgid "Export Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "" +"Failed to export material to %1: %2" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 +msgctxt "@label" +msgid "Profiles compatible with active printer:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" +msgid "Update profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" msgid "" "This profile uses the defaults specified by the printer, so it has no " "settings/overrides in the list below." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" msgid "Your current settings match the selected profile." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 msgctxt "@title:tab" msgid "Global Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 msgctxt "@label" msgid "Interface" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Theme:" +msgid "Currency:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "" -"You will need to restart the application for these changes to have effect." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" msgid "Slice automatically when changing settings." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 msgctxt "@option:check" msgid "Slice automatically" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 +msgctxt "@label" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" msgid "Viewport behavior" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" msgid "" "Highlight unsupported areas of the model in red. Without support these areas " "will not print properly." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 msgctxt "@option:check" msgid "Display overhang" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" msgid "" "Highlight missing or extraneous surfaces of the model using warning signs. " "The toolpaths will often be missing parts of the intended geometry." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" msgid "Display model errors" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" msgid "" "Moves the camera so the model is in the center of the view when a model is " "selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 msgctxt "@action:button" msgid "Center camera when item is selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 msgctxt "@info:tooltip" msgid "Should the default zoom behavior of cura be inverted?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 msgctxt "@action:button" msgid "Invert the direction of camera zoom." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Should zooming move in the direction of the mouse?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "" "Zooming towards the mouse is not supported in the orthographic perspective." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 msgctxt "@action:button" msgid "Zoom toward mouse direction" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" msgid "" "Should models on the platform be moved so that they no longer intersect?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 msgctxt "@option:check" msgid "Ensure models are kept apart" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 msgctxt "@info:tooltip" msgid "Should models on the platform be moved down to touch the build plate?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 msgctxt "@option:check" msgid "Automatically drop models to the build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 msgctxt "@info:tooltip" msgid "Show caution message in g-code reader." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 msgctxt "@option:check" msgid "Caution message in g-code reader" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 msgctxt "@info:tooltip" msgid "Should layer be forced into compatibility mode?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 msgctxt "@option:check" msgid "Force layer view compatibility mode (restart required)" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 msgctxt "@info:tooltip" msgid "Should Cura open at the location it was closed?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 msgctxt "@option:check" msgid "Restore window position on start" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 msgctxt "@info:tooltip" msgid "What type of camera rendering should be used?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 msgctxt "@window:text" msgid "Camera rendering:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 msgid "Perspective" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 msgid "Orthographic" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" msgid "Opening and saving files" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" msgid "" "Should opening files from the desktop or external applications open in the " "same instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 msgctxt "@option:check" msgid "Use a single instance of Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" msgid "" "Should the build plate be cleared before loading a new model in the single " "instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 msgctxt "@option:check" msgid "Clear buildplate before loading model into the single instance" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 msgctxt "@info:tooltip" msgid "Should models be scaled to the build volume if they are too large?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 msgctxt "@option:check" msgid "Scale large models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" msgid "" "An model may appear extremely small if its unit is for example in meters " "rather than millimeters. Should these models be scaled up?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" msgid "Scale extremely small models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 msgctxt "@info:tooltip" msgid "Should models be selected after they are loaded?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 msgctxt "@option:check" msgid "Select models when loaded" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" msgid "" "Should a prefix based on the printer name be added to the print job name " "automatically?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 msgctxt "@option:check" msgid "Add machine prefix to job name" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 msgctxt "@info:tooltip" msgid "Should a summary be shown when saving a project file?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 msgctxt "@option:check" msgid "Show summary dialog when saving project" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 msgctxt "@info:tooltip" msgid "Default behavior when opening a project file" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 msgctxt "@window:text" msgid "Default behavior when opening a project file: " msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 msgctxt "@option:openProject" msgid "Always ask me this" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 msgctxt "@option:openProject" msgid "Always open as a project" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 msgctxt "@option:openProject" msgid "Always import models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" msgid "" "When you have made changes to a profile and switched to a different one, a " @@ -4985,29 +5288,29 @@ msgid "" "not, or you can choose a default behaviour and never show that dialog again." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" msgid "" "Default behavior for changed setting values when switching to a different " "profile: " msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 msgctxt "@option:discardOrKeep" msgid "Always discard changed settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 msgctxt "@option:discardOrKeep" msgid "Always transfer changed settings to new profile" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 msgctxt "@label" msgid "Privacy" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" msgid "" "Should anonymous data about your print be sent to Ultimaker? Note, no " @@ -5015,1172 +5318,869 @@ msgid "" "stored." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" msgid "Send (anonymous) print information" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 msgctxt "@label" msgid "Updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 msgctxt "@info:tooltip" msgid "Should Cura check for updates when the program is started?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 msgctxt "@option:check" msgid "Check for updates on start" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 msgctxt "@info:tooltip" msgid "When checking for updates, only check for stable releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 msgctxt "@option:radio" msgid "Stable releases only" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 msgctxt "@info:tooltip" msgid "When checking for updates, check for both stable and for beta releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 msgctxt "@option:radio" msgid "Stable and Beta releases" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" msgid "" "Should an automatic check for new plugins be done every time Cura is " "started? It is highly recommended that you do not disable this!" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "" -"The new filament diameter is set to %1 mm, which is not compatible with the " -"current extruder. Do you wish to continue?" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 -msgctxt "@label" -msgid "Properties" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 -msgctxt "@label" -msgid "Density" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 -msgctxt "@label" -msgid "Diameter" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 -msgctxt "@label" -msgid "Filament Cost" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 -msgctxt "@label" -msgid "Filament weight" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 -msgctxt "@label" -msgid "Filament length" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 -msgctxt "@label" -msgid "Cost per Meter" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 -msgctxt "@label" -msgid "This material is linked to %1 and shares some of its properties." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 -msgctxt "@label" -msgid "Unlink Material" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 -msgctxt "@label" -msgid "Description" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 -msgctxt "@label" -msgid "Adhesion Information" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "" -"Could not import material %1: %2" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "" -"Failed to export material to %1: %2" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 -msgctxt "@title:window" -msgid "Sync materials with printers" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 -msgctxt "@title:header" -msgid "Sync materials with printers" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 -msgctxt "@text" -msgid "" -"Following a few simple steps, you will be able to synchronize all your " -"material profiles with your printers." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 -msgctxt "@button" -msgid "Why do I need to sync material profiles?" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 -msgctxt "@title:header" -msgid "Sign in" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 -msgctxt "@text" -msgid "" -"To automatically sync the material profiles with all your printers connected " -"to Digital Factory you need to be signed in in Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 -msgctxt "@button" -msgid "Sync materials with USB" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 -msgctxt "@title:header" -msgid "The following printers will receive the new material profiles:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 -msgctxt "@title:header" -msgid "Something went wrong when sending the materials to the printers." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 -msgctxt "@title:header" -msgid "Material profiles successfully synced with the following printers:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 -msgctxt "@button" -msgid "Troubleshooting" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 -msgctxt "@text Asking the user whether printers are missing in a list." -msgid "Printers missing?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 -msgctxt "@text" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" msgid "" -"Make sure all your printers are turned ON and connected to Digital Factory." +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 msgctxt "@button" -msgid "Refresh List" +msgid "Connect" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 -msgctxt "@button" -msgid "Try again" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 -msgctxt "@button" -msgid "Done" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 msgctxt "@button" -msgid "Sync" +msgid "Agree" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 msgctxt "@button" -msgid "Syncing" +msgid "Decline and close" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 -msgctxt "@title:header" -msgid "No printers found" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 -msgctxt "@text" -msgid "" -"It seems like you don't have any compatible printers connected to Digital " -"Factory. Make sure your printer is connected and it's running the latest " -"firmware." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 -msgctxt "@button" -msgid "Learn how to connect your printer to Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 -msgctxt "@button" -msgid "Refresh" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 -msgctxt "@title:header" -msgid "Sync material profiles via USB" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +msgctxt "@label" +msgid "No printers found in your account?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 -msgctxt "" -"@text In the UI this is followed by a list of steps the user needs to take." -msgid "" -"Follow the following steps to load the new material profiles to your printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 -msgctxt "@text" -msgid "Click the export material archive button." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 msgctxt "@text" -msgid "Save the .umm file on a USB stick." +msgid "Add material settings and plugins from the Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 msgctxt "@text" -msgid "" -"Insert the USB stick into your printer and launch the procedure to load new " -"material profiles." +msgid "Backup and sync your material settings and plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 -msgctxt "@button" -msgid "How to load new material profiles to my printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 msgctxt "@button" -msgid "Export material archive" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 -msgctxt "@title:window" -msgid "Export All Materials" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +msgctxt "@label" +msgid "Welcome to Ultimaker Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +msgctxt "@label" +msgid "Empty" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 +msgctxt "@label" +msgid "Manufacturer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 +msgctxt "@label" +msgid "Profile author" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 msgctxt "@label" -msgid "Abort Print" +msgid "Help us to improve Ultimaker Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 -msgctxt "@label" -msgid "Are you sure you want to abort the print?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 -msgctxt "@label" -msgid "Printer control" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 -msgctxt "@label" -msgid "Jog Distance" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 -msgctxt "@label" -msgid "Send G-code" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "" -"Send a custom G-code command to the connected printer. Press 'enter' to send " -"the command." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "" -"The target temperature of the hotend. The hotend will heat up or cool down " -"towards this temperature. If this is 0, the hotend heating is turned off." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "" -"Heat the hotend in advance before printing. You can continue adjusting your " -"print while it is heating, and you won't have to wait for the hotend to heat " -"up when you're ready to print." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated " +"value.\n" +"\n" +"Click to make these settings visible." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "" -"The target temperature of the heated bed. The bed will heat up or cool down " -"towards this temperature. If this is 0, the bed heating is turned off." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "" -"Heat the bed in advance before printing. You can continue adjusting your " -"print while it is heating, and you won't have to wait for the bed to heat up " -"when you're ready to print." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 msgctxt "@label" -msgid "Checking..." +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" -msgid "Account synced" +msgid "" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" +"\n" +"Click to restore the calculated value." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" -msgid "Something went wrong..." +msgid "Hex" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 msgctxt "@label" -msgid "No items to select from" +msgid "Estimated time left" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" +msgid "Show Online Troubleshooting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" msgid "Toggle Full Screen" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 msgctxt "@action:inmenu" msgid "Exit Full Screen" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 msgctxt "@action:inmenu menubar:edit" msgid "&Undo" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 msgctxt "@action:inmenu menubar:edit" msgid "&Redo" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 msgctxt "@action:inmenu menubar:file" msgid "&Quit" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 msgctxt "@action:inmenu menubar:view" msgid "3D View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 msgctxt "@action:inmenu menubar:view" msgid "Front View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 msgctxt "@action:inmenu menubar:view" msgid "Top View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 msgctxt "@action:inmenu menubar:view" msgid "Bottom View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 msgctxt "@action:inmenu menubar:view" msgid "Left Side View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 msgctxt "@action:inmenu menubar:view" msgid "Right Side View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 msgctxt "@action:inmenu" msgid "Configure Cura..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 msgctxt "@action:inmenu menubar:printer" msgid "&Add Printer..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 msgctxt "@action:inmenu menubar:printer" msgid "Manage Pr&inters..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 msgctxt "@action:inmenu" msgid "Manage Materials..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" msgid "&Update profile with current settings/overrides" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 msgctxt "@action:inmenu menubar:profile" msgid "&Discard current changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 msgctxt "@action:inmenu menubar:profile" msgid "&Create profile from current settings/overrides..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 msgctxt "@action:inmenu menubar:profile" msgid "Manage Profiles..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 msgctxt "@action:inmenu menubar:help" msgid "Show Online &Documentation" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 msgctxt "@action:inmenu menubar:help" msgid "Report a &Bug" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 msgctxt "@action:inmenu menubar:help" msgid "What's New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 msgctxt "@action:inmenu menubar:help" msgid "About..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 msgctxt "@action:inmenu menubar:edit" msgid "Delete Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 msgctxt "@action:inmenu menubar:edit" msgid "Center Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 msgctxt "@action:inmenu menubar:edit" msgid "Multiply Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 msgctxt "@action:inmenu" msgid "Delete Model" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 msgctxt "@action:inmenu" msgid "Ce&nter Model on Platform" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 msgctxt "@action:inmenu menubar:edit" msgid "&Group Models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 msgctxt "@action:inmenu menubar:edit" msgid "Ungroup Models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 msgctxt "@action:inmenu menubar:edit" msgid "&Merge Models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 msgctxt "@action:inmenu" msgid "&Multiply Model..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 msgctxt "@action:inmenu menubar:edit" msgid "Select All Models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 msgctxt "@action:inmenu menubar:edit" msgid "Clear Build Plate" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 msgctxt "@action:inmenu menubar:file" msgid "Reload All Models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 msgctxt "@action:inmenu menubar:edit" msgid "Arrange All Models" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 msgctxt "@action:inmenu menubar:edit" msgid "Arrange Selection" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 -msgctxt "@label" -msgid "" -"This setting is not used because all the settings that it influences are " -"overridden." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 -msgctxt "@label" -msgid "" -"This setting is always shared between all extruders. Changing it here will " -"change the value for all extruders." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 -msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 -msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 -msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value " -"set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated " -"value.\n" -"\n" -"Click to make these settings visible." +msgid "Reset All Model Positions" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "" -"We have found one or more G-Code files within the files you have selected. " -"You can only open one G-Code file at a time. If you want to open a G-Code " -"file, please just select only one." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" msgstr "" -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." +msgid "Provides a prepare stage in Cura." msgstr "" -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" +msgid "Prepare Stage" msgstr "" -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." +msgid "Provides support for exporting Cura profiles." msgstr "" -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "name" -msgid "Cura Profile Reader" +msgid "Cura Profile Writer" msgstr "" -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." +msgid "Provides support for reading model files." msgstr "" -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "name" -msgid "X3D Reader" +msgid "Trimesh Reader" msgstr "" -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." +msgid "Checks for firmware updates." msgstr "" -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "name" -msgid "Cura Backups" +msgid "Firmware Update Checker" msgstr "" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "description" -msgid "" -"Provides a way to change machine settings (such as build volume, nozzle " -"size, etc.)." +msgid "Logs certain events so that they can be used by the crash reporter" msgstr "" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "name" -msgid "Machine Settings Action" +msgid "Sentry Logger" msgstr "" -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "description" -msgid "" -"Creates an eraser mesh to block the printing of support in certain places" +msgid "Provides a monitor stage in Cura." msgstr "" -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "name" -msgid "Support Eraser" +msgid "Monitor Stage" msgstr "" #: RemovableDriveOutputDevice/plugin.json @@ -6193,104 +6193,108 @@ msgctxt "name" msgid "Removable Drive Output Device Plugin" msgstr "" -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." +msgid "Provides support for reading AMF files." msgstr "" -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "name" -msgid "Firmware Updater" +msgid "AMF Reader" msgstr "" -#: LegacyProfileReader/plugin.json +#: UFPReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." +msgid "Provides support for reading Ultimaker Format Packages." msgstr "" -#: LegacyProfileReader/plugin.json +#: UFPReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" +msgid "UFP Reader" msgstr "" -#: 3MFReader/plugin.json +#: DigitalLibrary/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "" -#: 3MFReader/plugin.json +#: DigitalLibrary/plugin.json msgctxt "name" -msgid "3MF Reader" +msgid "Ultimaker Digital Library" msgstr "" -#: UFPWriter/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." +msgid "Provides the Per Model Settings." msgstr "" -#: UFPWriter/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "name" -msgid "UFP Writer" +msgid "Per Model Settings Tool" msgstr "" -#: SentryLogger/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" +msgid "Provides a machine actions for updating firmware." msgstr "" -#: SentryLogger/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "name" -msgid "Sentry Logger" +msgid "Firmware Updater" msgstr "" -#: GCodeProfileReader/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." +msgid "Manages network connections to Ultimaker networked printers." msgstr "" -#: GCodeProfileReader/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "name" -msgid "G-code Profile Reader" +msgid "Ultimaker Network Connection" msgstr "" -#: PreviewStage/plugin.json +#: ModelChecker/plugin.json msgctxt "description" -msgid "Provides a preview stage in Cura." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "" -#: PreviewStage/plugin.json +#: ModelChecker/plugin.json msgctxt "name" -msgid "Preview Stage" +msgid "Model Checker" msgstr "" -#: XRayView/plugin.json +#: SimulationView/plugin.json msgctxt "description" -msgid "Provides the X-Ray view." +msgid "Provides the preview of sliced layerdata." msgstr "" -#: XRayView/plugin.json +#: SimulationView/plugin.json msgctxt "name" -msgid "X-Ray View" +msgid "Simulation View" msgstr "" -#: CuraEngineBackend/plugin.json +#: GCodeWriter/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." +msgid "Writes g-code to a file." msgstr "" -#: CuraEngineBackend/plugin.json +#: GCodeWriter/plugin.json msgctxt "name" -msgid "CuraEngine Backend" +msgid "G-code Writer" msgstr "" -#: AMFReader/plugin.json +#: 3MFWriter/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." +msgid "Provides support for writing 3MF files." msgstr "" -#: AMFReader/plugin.json +#: 3MFWriter/plugin.json msgctxt "name" -msgid "AMF Reader" +msgid "3MF Writer" msgstr "" #: GCodeGzReader/plugin.json @@ -6303,179 +6307,174 @@ msgctxt "name" msgid "Compressed G-code Reader" msgstr "" -#: PostProcessingPlugin/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" +msgid "Provides capabilities to read and write XML-based material profiles." msgstr "" -#: PostProcessingPlugin/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "name" -msgid "Post Processing" +msgid "Material Profiles" msgstr "" -#: CuraProfileWriter/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." +msgid "Provides the link to the CuraEngine slicing backend." msgstr "" -#: CuraProfileWriter/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "name" -msgid "Cura Profile Writer" +msgid "CuraEngine Backend" msgstr "" -#: USBPrinting/plugin.json +#: X3DReader/plugin.json msgctxt "description" -msgid "" -"Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "Provides support for reading X3D files." msgstr "" -#: USBPrinting/plugin.json +#: X3DReader/plugin.json msgctxt "name" -msgid "USB printing" +msgid "X3D Reader" msgstr "" -#: PrepareStage/plugin.json +#: ImageReader/plugin.json msgctxt "description" -msgid "Provides a prepare stage in Cura." +msgid "Enables ability to generate printable geometry from 2D image files." msgstr "" -#: PrepareStage/plugin.json +#: ImageReader/plugin.json msgctxt "name" -msgid "Prepare Stage" +msgid "Image Reader" msgstr "" -#: GCodeReader/plugin.json +#: 3MFReader/plugin.json msgctxt "description" -msgid "Allows loading and displaying G-code files." +msgid "Provides support for reading 3MF files." msgstr "" -#: GCodeReader/plugin.json +#: 3MFReader/plugin.json msgctxt "name" -msgid "G-code Reader" +msgid "3MF Reader" msgstr "" -#: ImageReader/plugin.json +#: UFPWriter/plugin.json msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." +msgid "Provides support for writing Ultimaker Format Packages." msgstr "" -#: ImageReader/plugin.json +#: UFPWriter/plugin.json msgctxt "name" -msgid "Image Reader" +msgid "UFP Writer" msgstr "" -#: UltimakerMachineActions/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "description" -msgid "" -"Provides machine actions for Ultimaker machines (such as bed leveling " -"wizard, selecting upgrades, etc.)." +msgid "Provides support for importing profiles from legacy Cura versions." msgstr "" -#: UltimakerMachineActions/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "name" -msgid "Ultimaker machine actions" +msgid "Legacy Cura Profile Reader" msgstr "" -#: GCodeGzWriter/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "description" -msgid "Writes g-code to a compressed archive." +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." msgstr "" -#: GCodeGzWriter/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "name" -msgid "Compressed G-code Writer" +msgid "Version Upgrade 4.3 to 4.4" msgstr "" -#: FirmwareUpdateChecker/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "description" -msgid "Checks for firmware updates." +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." msgstr "" -#: FirmwareUpdateChecker/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "name" -msgid "Firmware Update Checker" +msgid "Version Upgrade 2.1 to 2.2" msgstr "" -#: SliceInfoPlugin/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." msgstr "" -#: SliceInfoPlugin/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "name" -msgid "Slice info" +msgid "Version Upgrade 4.1 to 4.2" msgstr "" -#: XmlMaterialProfile/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." msgstr "" -#: XmlMaterialProfile/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" -msgid "Material Profiles" +msgid "Version Upgrade 4.13 to 5.0" msgstr "" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" -msgid "" -"Connects to the Digital Library, allowing Cura to open files from and save " -"files to the Digital Library." +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." msgstr "" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "name" -msgid "Ultimaker Digital Library" +msgid "Version Upgrade 4.5 to 4.6" msgstr "" -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "description" -msgid "Find, manage and install new Cura packages." +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." msgstr "" -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "name" -msgid "Toolbox" +msgid "Version Upgrade 3.3 to 3.4" msgstr "" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "description" -msgid "Writes g-code to a file." +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." msgstr "" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "name" -msgid "G-code Writer" +msgid "Version Upgrade 4.8 to 4.9" msgstr "" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "description" -msgid "Provides the Simulation view." +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." msgstr "" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "name" -msgid "Simulation View" +msgid "Version Upgrade 2.7 to 3.0" msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" +msgid "Version Upgrade 4.4 to 4.5" msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" +msgid "Version Upgrade 3.0 to 3.1" msgstr "" #: VersionUpgrade/VersionUpgrade460to462/plugin.json @@ -6488,114 +6487,114 @@ msgctxt "name" msgid "Version Upgrade 4.6.0 to 4.6.2" msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" +msgid "Version Upgrade 2.6 to 2.7" msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" +msgid "Version Upgrade 4.2 to 4.3" msgstr "" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." msgstr "" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" +msgid "Version Upgrade 4.0 to 4.1" msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" +msgid "Version Upgrade 4.6.2 to 4.7" msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" +msgid "Version Upgrade 4.9 to 4.10" msgstr "" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." msgstr "" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" +msgid "Version Upgrade 2.2 to 2.4" msgstr "" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." msgstr "" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" +msgid "Version Upgrade 3.2 to 3.3" msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" +msgid "Version Upgrade 2.5 to 2.6" msgstr "" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." msgstr "" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" +msgid "Version Upgrade 3.5 to 4.0" msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" +msgid "Version Upgrade 3.4 to 3.5" msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" +msgid "Version Upgrade 4.7 to 4.8" msgstr "" #: VersionUpgrade/VersionUpgrade411to412/plugin.json @@ -6608,104 +6607,119 @@ msgctxt "name" msgid "Version Upgrade 4.11 to 4.12" msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgid "Backup and restore your configuration." msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" +msgid "Cura Backups" msgstr "" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgid "Provides support for importing Cura profiles." msgstr "" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" +msgid "Cura Profile Reader" msgstr "" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgid "Submits anonymous slice info. Can be disabled through preferences." msgstr "" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" +msgid "Slice info" msgstr "" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgid "Provides support for importing profiles from g-code files." msgstr "" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" +msgid "G-code Profile Reader" msgstr "" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgid "Writes g-code to a compressed archive." msgstr "" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" +msgid "Compressed G-code Writer" msgstr "" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgid "Extension that allows for user created scripts for post processing" msgstr "" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" +msgid "Post Processing" msgstr "" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" +msgid "Support Eraser" msgstr "" -#: UM3NetworkPrinting/plugin.json +#: PreviewStage/plugin.json msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." +msgid "Provides a preview stage in Cura." msgstr "" -#: UM3NetworkPrinting/plugin.json +#: PreviewStage/plugin.json msgctxt "name" -msgid "Ultimaker Network Connection" +msgid "Preview Stage" msgstr "" -#: TrimeshReader/plugin.json +#: XRayView/plugin.json msgctxt "description" -msgid "Provides support for reading model files." +msgid "Provides the X-Ray view." msgstr "" -#: TrimeshReader/plugin.json +#: XRayView/plugin.json msgctxt "name" -msgid "Trimesh Reader" +msgid "X-Ray View" msgstr "" -#: UFPReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "" -#: UFPReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "UFP Reader" +msgid "Ultimaker machine actions" +msgstr "" + +#: Marketplace/plugin.json +msgctxt "description" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "" + +#: Marketplace/plugin.json +msgctxt "name" +msgid "Marketplace" msgstr "" #: SolidView/plugin.json @@ -6718,34 +6732,35 @@ msgctxt "name" msgid "Solid View" msgstr "" -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Provides support for writing 3MF files." +msgid "Allows loading and displaying G-code files." msgstr "" -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "3MF Writer" +msgid "G-code Reader" msgstr "" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a monitor stage in Cura." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Monitor Stage" +msgid "Machine Settings Action" msgstr "" -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "description" msgid "" -"Checks models and print configuration for possible printing issues and give " -"suggestions." +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "" -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "name" -msgid "Model Checker" +msgid "USB printing" msgstr "" diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index 6a711a67bb..a8bb583a13 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-10 11:42+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: German , German \n" @@ -17,3595 +17,3575 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.3\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Konnte kein Archiv von Benutzer-Datenverzeichnis {} erstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Vorbereiten" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura-Profil" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Versucht, ein Cura-Backup-Verzeichnis ohne entsprechende Daten oder Metadaten wiederherzustellen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Öffnen Sie das komprimierte Dreiecksnetz" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Versucht, ein Cura-Backup wiederherzustellen, das eine höhere Version als die aktuelle hat." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Beim Versuch, ein Backup von Cura wiederherzustellen, trat der folgende Fehler auf:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Bitte stimmen Sie die Materialprofile auf Ihre Drucker ab („synchronisieren“), bevor Sie mit dem Drucken beginnen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Neue Materialien installiert" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Materialien synchronisieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Zugriff auf Update-Informationen nicht möglich." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Es können neue Funktionen oder Bug-Fixes für Ihren {machine_name} verfügbar sein! Falls noch nicht geschehen, wird empfohlen, die Firmware auf Ihrem Drucker auf Version {latest_version} zu aktualisieren." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Neue %s-stabile Firmware verfügbar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Mehr erfahren" +msgid "How to update" +msgstr "Anleitung für die Aktualisierung" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Materialarchiv konnte nicht in {} gespeichert werden:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Überwachen" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Speichern des Materialarchivs fehlgeschlagen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Speichern auf Wechseldatenträger" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Unbekannter Fehler." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Auf Wechseldatenträger speichern {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Die Höhe der Druckabmessung wurde aufgrund des Wertes der Einstellung „Druckreihenfolge“ reduziert, um eine Kollision der Brücke mit den gedruckten Modellen zu verhindern." +msgid "There are no file formats available to write with!" +msgstr "Es sind keine Dateiformate zum Schreiben vorhanden!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Wird auf Wechseldatenträger gespeichert {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Produktabmessungen" +msgid "Saving" +msgstr "Wird gespeichert" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Möchten Sie {0} wirklich entfernen? Der Vorgang kann nicht rückgängig gemacht werden!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Konnte nicht als {0} gespeichert werden: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Nicht überschrieben" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Bei dem Versuch, auf {device} zu schreiben, wurde ein Dateiname nicht gefunden." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Unbekannt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Konnte nicht auf dem Wechseldatenträger gespeichert werden {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Der/die nachfolgende(n) Drucker kann/können nicht verbunden werden, weil er/sie Teil einer Gruppe ist/sind" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Fehler" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Verfügbare vernetzte Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Auf Wechseldatenträger {0} gespeichert als {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Datei wurde gespeichert" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Benutzerdefinierte Profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Auswerfen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Alle unterstützten Typen ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Wechseldatenträger auswerfen {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Alle Dateien (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Ausgeworfen {0}. Sie können den Datenträger jetzt sicher entfernen." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visuell" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Hardware sicher entfernen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Das visuelle Profil wurde für den Druck visueller Prototypen und Modellen entwickelt, bei denen das Ziel eine hohe visuelle Qualität und eine hohe Oberflächenqualität ist." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Auswurf fehlgeschlagen {0}. Möglicherweise wird das Laufwerk von einem anderen Programm verwendet." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Warnhinweis" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Das Engineering-Profil ist für den Druck von Funktionsprototypen und Endnutzungsteilen gedacht, bei denen Präzision gefragt ist und engere Toleranzen gelten." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Wechseldatenträger" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Entwurf" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF-Datei" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Das Entwurfsprofil wurde für erste Prototypen und die Konzeptvalidierung entwickelt, um einen deutlich schnelleren Druck zu ermöglichen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker Format Package" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Benutzerdefiniertes Material" +msgid "Per Model Settings" +msgstr "Einstellungen pro Objekt" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Benutzerdefiniert" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Pro Objekteinstellungen konfigurieren" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Login fehlgeschlagen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Firmware aktualisieren" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Neue Position für Objekte finden" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura hat Materialprofile entdeckt, die auf dem Host-Drucker der Gruppe {0} noch nicht installiert wurden." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Position finden" +msgid "Sending materials to printer" +msgstr "Material an Drucker senden" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Innerhalb der Druckabmessung für alle Objekte konnte keine Position gefunden werden" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Sie versuchen, sich mit {0} zu verbinden, aber dieser Drucker ist nicht der Host, der die Gruppe verwaltet. Besuchen Sie die Website, um den Drucker als Host der Gruppe zu konfigurieren." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Kann Position nicht finden" +msgid "Not a group host" +msgstr "Nicht Host-Drucker der Gruppe" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Die Erstellung eines Materialarchivs zur Synchronisierung mit Druckern ist fehlgeschlagen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Gruppe konfigurieren" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Das Archiv der Materialien konnte nicht geladen werden, um es mit Druckern zu synchronisieren." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Druckauftrag senden" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Die Antwort von Digital Factory scheint beschädigt zu sein." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Druckauftrag wird vorbereitet." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "In der Antwort von Digital Factory fehlen wichtige Informationen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "Die Druckauftragswarteschlange ist voll. Der Drucker kann keinen neuen Auftrag annehmen." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Die Verbindung mit Digital Factory zum Synchronisieren von Materialien mit einigen Druckern ist fehlgeschlagen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Warteschlange voll" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Es konnte keine Verbindung zu Digital Factory hergestellt werden." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Geräte werden geladen..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Erstellungen werden eingerichtet ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Bitte warten Sie, bis der aktuelle Druckauftrag gesendet wurde." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Aktives Gerät wird initialisiert ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Druckfehler" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Gerätemanager wird initialisiert ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "Der Druckauftrag wurde erfolgreich an den Drucker gesendet." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Bauraum wird initialisiert ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Daten gesendet" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Die Szene wird eingerichtet..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Ihr Drucker {printer_name} könnte über die Cloud verbunden sein.\n" +" Verwalten Sie Ihre Druckwarteschlange und überwachen Sie Ihre Drucke von allen Orten aus, an denen Sie Ihren Drucker mit der Digital Factory verbinden" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Die Benutzeroberfläche wird geladen..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Sind Sie bereit für den Cloud-Druck?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Funktion wird initialisiert ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Erste Schritte" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Mehr erfahren" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Es kann nur jeweils ein G-Code gleichzeitig geladen werden. Wichtige {0} werden übersprungen." +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Sie versuchen, sich mit einem Drucker zu verbinden, auf dem Ultimaker Connect nicht läuft. Bitte aktualisieren Sie die Firmware des Druckers." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Warnhinweis" +msgid "Update your printer" +msgstr "Drucker aktualisieren" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Wenn G-Code geladen wird, kann keine weitere Datei geöffnet werden. Wichtige {0} werden übersprungen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Daten konnten nicht in Drucker geladen werden." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Fehler" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Überspringen" +msgid "Network error" +msgstr "Netzwerkfehler" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Schließen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Drucken über Netzwerk" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Weiter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Drücken über Netzwerk" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Beenden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Über Netzwerk verbunden" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Hinzufügen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "morgen" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Abbrechen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "heute" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Gruppe #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Anschluss über Netzwerk" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Außenwand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Ihr Ultimaker-Konto hat einen neuen Drucker erkannt" +msgstr[1] "Ihr Ultimaker-Konto hat neue Drucker erkannt" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Innenwände" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Drucker {name} ({model}) aus Ihrem Konto wird hinzugefügt" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Außenhaut" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... und {0} weiterer" +msgstr[1] "... und {0} weitere" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Füllung" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Drucker aus Digital Factory hinzugefügt:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Stützstruktur-Füllung" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Für einen Drucker ist keine Cloud-Verbindung verfügbar" +msgstr[1] "Für mehrere Drucker ist keine Cloud-Verbindung verfügbar" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Stützstruktur-Schnittstelle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Dieser Drucker ist nicht mit der Digital Factory verbunden:" +msgstr[1] "Diese Drucker sind nicht mit der Digital Factory verbunden:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Stützstruktur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Skirt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Bitte besuchen Sie {website_link}, um eine Verbindung herzustellen" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Einzugsturm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Druckerkonfigurationen speichern" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Bewegungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Drucker entfernen" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Einzüge" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} wird bis zur nächsten Synchronisierung entfernt." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Sonstige" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Wenn Sie {printer_name} dauerhaft entfernen möchten, dann besuchen Sie bitte die {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Die Versionshinweise konnten nicht geöffnet werden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Möchten Sie {printer_name} wirklich vorübergehend entfernen?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura kann nicht starten" +msgid "Remove printers?" +msgstr "Drucker entfernen?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Hoppla, bei Ultimaker Cura ist ein Problem aufgetreten.

    \n" -"

    Beim Start ist ein nicht behebbarer Fehler aufgetreten. Er wurde möglicherweise durch einige falsche Konfigurationsdateien verursacht. Wir empfehlen ein Backup und Reset Ihrer Konfiguration.

    \n" -"

    Backups sind im Konfigurationsordner abgelegt.

    \n" -"

    Senden Sie uns diesen Absturzbericht bitte, um das Problem zu beheben.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Es wird gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n" +"Möchten Sie wirklich fortfahren?" +msgstr[1] "" +"Es werden gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n" +"Möchten Sie wirklich fortfahren?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 -msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Absturzbericht an Ultimaker senden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr "Es werden gleich alle Drucker aus Cura entfernt. Dieser Vorgang kann nicht rückgängig gemacht werden.Möchten Sie wirklich fortfahren?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Detaillierten Absturzbericht anzeigen" +msgid "Print via cloud" +msgstr "Über Cloud drucken" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Konfigurationsordner anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Über Cloud drucken" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Über Cloud verbunden" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Backup und Reset der Konfiguration" +msgid "Monitor print" +msgstr "Druck überwachen" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Crash-Bericht" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Verfolgen Sie den Druck in der Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Unbekannter Fehlercode beim Upload des Druckauftrags: {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3D-Modell-Assistent" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Ein schwerer Fehler ist in Cura aufgetreten. Senden Sie uns diesen Absturzbericht, um das Problem zu beheben

    \n" -"

    Verwenden Sie bitte die Schaltfläche „Bericht senden“, um den Fehlerbericht automatisch an unsere Server zu senden

    \n" -" " +"

    Ein oder mehrere 3D-Modelle können möglicherweise aufgrund der Modellgröße und Materialkonfiguration nicht optimal gedruckt werden:

    \n" +"

    {model_names}

    \n" +"

    Erfahren Sie, wie Sie die bestmögliche Druckqualität und Zuverlässigkeit sicherstellen.

    \n" +"

    Leitfaden zu Druckqualität anzeigen

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Systeminformationen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Cura zeigt die Schichten nicht präzise an, wenn „Drucken mit Drahtstruktur“ aktiviert ist." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Unbekannt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Simulationsansicht" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura-Version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Es kann nichts angezeigt werden, weil Sie zuerst das Slicing vornehmen müssen." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Cura-Sprache" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Keine anzeigbaren Schichten vorhanden" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Sprache des Betriebssystems" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Diese Meldung nicht mehr anzeigen" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Plattform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Schichtenansicht" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt Version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter unterstützt keinen Nicht-Textmodus." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt Version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Vor dem Exportieren bitte G-Code vorbereiten." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-Code-Datei" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Noch nicht initialisiert
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Fehler beim Schreiben von 3MF-Datei." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL-Version: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "Das 3MF-Writer-Plugin ist beschädigt." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL-Anbieter: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Es ist noch kein Workspace zum Speichern vorhanden. Bitte fügen Sie zuerst einen Drucker hinzu." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL-Renderer: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Keine Erlaubnis zum Beschreiben dieses Arbeitsbereichs." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Fehler-Rückverfolgung" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "Das Betriebssystem erlaubt es nicht, eine Projektdatei an diesem Speicherort oder mit diesem Dateinamen zu speichern." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Protokolle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF-Datei" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Bericht senden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura-Projekt 3MF-Datei" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Es kann kein neuer Anmeldevorgang gestartet werden. Bitte überprüfen Sie, ob noch ein weiterer Anmeldevorgang aktiv ist." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Komprimierte G-Code-Datei" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Der Ultimaker-Konto-Server konnte nicht erreicht werden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Fehler beim Slicing mit einem unerwarteten Fehler. Bitte denken Sie daran, Fehler in unserem Issue Tracker zu melden." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Slicing fehlgeschlagen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Einen Fehler melden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Einen Fehler im Issue Tracker von Ultimaker Cura melden." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Slicing mit dem aktuellen Material nicht möglich, da es mit der gewählten Maschine oder Konfiguration nicht kompatibel ist." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Anmeldung fehlgeschlagen" +msgid "Unable to slice" +msgstr "Slicing nicht möglich" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "Angegebener Status ist falsch." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Die aktuellen Einstellungen lassen kein Schneiden (Slicing) zu. Die folgenden Einstellungen sind fehlerhaft:{0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Zeitüberschreitung bei der Authentifizierung mit dem Kontoserver." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Aufgrund der Pro-Modell-Einstellungen ist kein Schneiden (Slicing) möglich. Die folgenden Einstellungen sind für ein oder mehrere Modelle fehlerhaft: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Schneiden (Slicing) ist nicht möglich, da der Einzugsturm oder die Einzugsposition(en) ungültig ist (sind)." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Bei dem Versuch, sich anzumelden, trat ein unerwarteter Fehler auf. Bitte erneut versuchen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Schneiden (Slicing) ist nicht möglich, da Objekte vorhanden sind, die mit dem deaktivierten Extruder %s verbunden sind." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Antwort konnte nicht gelesen werden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Bitte überprüfen Sie die Einstellungen und prüfen Sie, ob Ihre Modelle:\n" +"- Mit der Druckraumgröße kompatibel sind\n" +"- Einem aktiven Extruder zugewiesen sind\n" +"- Nicht alle als Modifier Meshes eingerichtet sind" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Objekte vervielfältigen und platzieren" +msgid "Processing Layers" +msgstr "Schichten werden verarbeitet" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Objekte platzieren" +msgid "Information" +msgstr "Informationen" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Objekt-Platzierung" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D-Datei" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Nicht unterstützt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG-Bilddatei" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG-Bilddatei" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG-Bilddatei" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP-Bilddatei" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF-Bilddatei" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Düse" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Die Einstellungen wurden an die aktuell verfügbaren Extruder angepasst:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Einstellungen aktualisiert" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extruder deaktiviert" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Datei bereits vorhanden" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Die Datei {0} ist bereits vorhanden. Soll die Datei wirklich überschrieben werden?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Ungültige Datei-URL:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Export des Profils nach {0} fehlgeschlagen: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Export des Profils nach {0} fehlgeschlagen: Fehlermeldung von Writer-Plugin." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Profil wurde nach {0} exportiert" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Projektdatei {0} enthält einen unbekannten Maschinentyp {1}. Importieren der Maschine ist nicht möglich. Stattdessen werden die Modelle importiert." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Export erfolgreich ausgeführt" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Import des Profils aus Datei {0}: {1} fehlgeschlagen" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Import des Profils aus Datei {0} kann erst durchgeführt werden, wenn ein Drucker hinzugefügt wurde." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Kein benutzerdefiniertes Profil für das Importieren in Datei {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Import des Profils aus Datei {0} fehlgeschlagen:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Dieses Profil {0} enthält falsche Daten, Importieren nicht möglich." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Import des Profils aus Datei {0} fehlgeschlagen:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Profil {0} erfolgreich importiert." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Datei {0} enthält kein gültiges Profil." +msgid "Open Project File" +msgstr "Projektdatei öffnen" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Profil {0} hat einen unbekannten Dateityp oder ist beschädigt." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Benutzerdefiniertes Profil" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Für das Profil fehlt eine Qualitätsangabe." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Es ist noch kein Drucker aktiv." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "Auf Projektdatei {0} kann plötzlich nicht mehr zugegriffen werden: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Das Profil kann nicht hinzugefügt werden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Projektdatei kann nicht geöffnet werden" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Der Qualitätstyp „{0}“ ist nicht mit der aktuell aktiven Maschinendefinition „{1}“ kompatibel." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Projektdatei {0} ist beschädigt: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Warnung: Das Profil wird nicht angezeigt, weil sein Qualitätstyp „{0}“ für die aktuelle Konfiguration nicht verfügbar ist. Wechseln Sie zu einer Material-/Düsenkombination, die mit diesem Qualitätstyp kompatibel ist." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "Projektdatei {0} verwendet Profile, die nicht mit dieser Ultimaker Cura-Version kompatibel sind." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Einstellungen pro Objekt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Empfohlen" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Pro Objekteinstellungen konfigurieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Benutzerdefiniert" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura-Profil" +msgid "3MF File" +msgstr "3MF-Datei" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D-Datei" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Kann nicht in UFP-Datei schreiben:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Beim Versuch, Ihr Backup wiederherzustellen, trat ein Fehler auf." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04-Profile" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Backups" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Beim Versuch, Ihr Backup hochzuladen, trat ein Fehler auf." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Ihr Backup wird erstellt..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Beim Erstellen Ihres Backups ist ein Fehler aufgetreten." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Ihr Backup wird hochgeladen..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Ihr Backup wurde erfolgreich hochgeladen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "Das Backup überschreitet die maximale Dateigröße." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Backups verwalten" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Geräteeinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Backup" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Beim Versuch, Ihr Backup wiederherzustellen, trat ein Fehler auf." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Die Datei mit den Beispieldaten kann nicht gelesen werden." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeWriter unterstützt keinen Textmodus." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Nachbearbeitung" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "G-Code ändern" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Stützstruktur-Blocker" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Erstellt ein Volumen, in dem keine Stützstrukturen gedruckt werden." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Wechseldatenträger" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Speichern auf Wechseldatenträger" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Vorschau" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Auf Wechseldatenträger speichern {0}" +msgid "X-Ray view" +msgstr "Röntgen-Ansicht" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Es sind keine Dateiformate zum Schreiben vorhanden!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Druckbett nivellieren" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Wird auf Wechseldatenträger gespeichert {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Upgrades wählen" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Wird gespeichert" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Konnte nicht als {0} gespeichert werden: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Bei dem Versuch, auf {device} zu schreiben, wurde ein Dateiname nicht gefunden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Konnte nicht auf dem Wechseldatenträger gespeichert werden {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Auf Wechseldatenträger {0} gespeichert als {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Datei wurde gespeichert" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Auswerfen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Wechseldatenträger auswerfen {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Ausgeworfen {0}. Sie können den Datenträger jetzt sicher entfernen." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Die hervorgehobenen Bereiche kennzeichnen fehlende oder überschüssige Oberflächen. Beheben Sie die Fehler am Modell und öffnen Sie es erneut in Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Hardware sicher entfernen" +msgid "Model Errors" +msgstr "Modellfehler" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Auswurf fehlgeschlagen {0}. Möglicherweise wird das Laufwerk von einem anderen Programm verwendet." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Firmware aktualisieren" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04-Profile" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Empfohlen" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Benutzerdefiniert" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Projektdatei {0} enthält einen unbekannten Maschinentyp {1}. Importieren der Maschine ist nicht möglich. Stattdessen werden die Modelle importiert." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Projektdatei öffnen" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "Auf Projektdatei {0} kann plötzlich nicht mehr zugegriffen werden: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Projektdatei kann nicht geöffnet werden" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Projektdatei {0} ist beschädigt: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "Projektdatei {0} verwendet Profile, die nicht mit dieser Ultimaker Cura-Version kompatibel sind." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF-Datei" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Kann nicht in UFP-Datei schreiben:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker Format Package" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-Code-Datei" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Mehr erfahren" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Vorschau" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Röntgen-Ansicht" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Schichten werden verarbeitet" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informationen" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Fehler beim Slicing mit einem unerwarteten Fehler. Bitte denken Sie daran, Fehler in unserem Issue Tracker zu melden." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Slicing fehlgeschlagen" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Einen Fehler melden" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Einen Fehler im Issue Tracker von Ultimaker Cura melden." +msgid "Solid view" +msgstr "Solide Ansicht" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Slicing mit dem aktuellen Material nicht möglich, da es mit der gewählten Maschine oder Konfiguration nicht kompatibel ist." +msgid "Parsing G-code" +msgstr "G-Code parsen" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Slicing nicht möglich" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Die aktuellen Einstellungen lassen kein Schneiden (Slicing) zu. Die folgenden Einstellungen sind fehlerhaft:{0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Aufgrund der Pro-Modell-Einstellungen ist kein Schneiden (Slicing) möglich. Die folgenden Einstellungen sind für ein oder mehrere Modelle fehlerhaft: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Schneiden (Slicing) ist nicht möglich, da der Einzugsturm oder die Einzugsposition(en) ungültig ist (sind)." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Schneiden (Slicing) ist nicht möglich, da Objekte vorhanden sind, die mit dem deaktivierten Extruder %s verbunden sind." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Bitte überprüfen Sie die Einstellungen und prüfen Sie, ob Ihre Modelle:\n" -"- Mit der Druckraumgröße kompatibel sind\n" -"- Einem aktiven Extruder zugewiesen sind\n" -"- Nicht alle als Modifier Meshes eingerichtet sind" +msgid "G-code Details" +msgstr "G-Code-Details" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF-Datei" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Stellen Sie sicher, dass der G-Code für Ihren Drucker und Ihre Druckerkonfiguration geeignet ist, bevor Sie die Datei senden. Der Darstellung des G-Codes ist möglicherweise nicht korrekt." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Komprimierte G-Code-Datei" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Nachbearbeitung" +msgid "G File" +msgstr "G-Datei" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "G-Code ändern" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Geräteeinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB-Drucken" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Über USB drucken" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Über USB drucken" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Über USB verbunden" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Ein USB-Druck wird ausgeführt. Das Schließen von Cura beendet diesen Druck. Sind Sie sicher?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Druck wird bearbeitet. Cura kann keinen weiteren Druck via USB starten, bis der vorherige Druck abgeschlossen wurde." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Druck in Bearbeitung" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Vorbereiten" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G-Code parsen" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-Code-Details" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Stellen Sie sicher, dass der G-Code für Ihren Drucker und Ihre Druckerkonfiguration geeignet ist, bevor Sie die Datei senden. Der Darstellung des G-Codes ist möglicherweise nicht korrekt." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G-Datei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Geräte werden geladen..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG-Bilddatei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Erstellungen werden eingerichtet ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG-Bilddatei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Aktives Gerät wird initialisiert ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG-Bilddatei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Gerätemanager wird initialisiert ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP-Bilddatei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Bauraum wird initialisiert ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF-Bilddatei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Die Szene wird eingerichtet..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Druckbett nivellieren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Die Benutzeroberfläche wird geladen..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Upgrades wählen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Funktion wird initialisiert ..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeWriter unterstützt keinen Textmodus." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Zugriff auf Update-Informationen nicht möglich." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Es kann nur jeweils ein G-Code gleichzeitig geladen werden. Wichtige {0} werden übersprungen." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Es können neue Funktionen oder Bug-Fixes für Ihren {machine_name} verfügbar sein! Falls noch nicht geschehen, wird empfohlen, die Firmware auf Ihrem Drucker auf Version {latest_version} zu aktualisieren." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Wenn G-Code geladen wird, kann keine weitere Datei geöffnet werden. Wichtige {0} werden übersprungen." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Neue %s-stabile Firmware verfügbar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Anleitung für die Aktualisierung" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visuell" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Die Datei mit den Beispieldaten kann nicht gelesen werden." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Das visuelle Profil wurde für den Druck visueller Prototypen und Modellen entwickelt, bei denen das Ziel eine hohe visuelle Qualität und eine hohe Oberflächenqualität ist." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Sie müssen das Programm beenden und neu starten {}, bevor Änderungen wirksam werden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Synchronisierung läuft ..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Das Engineering-Profil ist für den Druck von Funktionsprototypen und Endnutzungsteilen gedacht, bei denen Präzision gefragt ist und engere Toleranzen gelten." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Von Ihrem Ultimaker-Konto erkannte Änderungen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Entwurf" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Möchten Sie Material- und Softwarepakete mit Ihrem Konto synchronisieren?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Das Entwurfsprofil wurde für erste Prototypen und die Konzeptvalidierung entwickelt, um einen deutlich schnelleren Druck zu ermöglichen." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Synchronisieren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Nicht überschrieben" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Ablehnen und vom Konto entfernen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Möchten Sie {0} wirklich entfernen? Der Vorgang kann nicht rückgängig gemacht werden!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{} Plugins konnten nicht heruntergeladen werden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Unbekannt" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Ablehnen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Der/die nachfolgende(n) Drucker kann/können nicht verbunden werden, weil er/sie Teil einer Gruppe ist/sind" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Stimme zu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Verfügbare vernetzte Drucker" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Plugin für Lizenzvereinbarung" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Berechnet" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter unterstützt keinen Nicht-Textmodus." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Bitte stimmen Sie die Materialprofile auf Ihre Drucker ab („synchronisieren“), bevor Sie mit dem Drucken beginnen." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Vor dem Exportieren bitte G-Code vorbereiten." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Neue Materialien installiert" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Cura zeigt die Schichten nicht präzise an, wenn „Drucken mit Drahtstruktur“ aktiviert ist." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Simulationsansicht" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Benutzerdefiniertes Material" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Es kann nichts angezeigt werden, weil Sie zuerst das Slicing vornehmen müssen." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Benutzerdefiniert" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Keine anzeigbaren Schichten vorhanden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Benutzerdefinierte Profile" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Diese Meldung nicht mehr anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Alle unterstützten Typen ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Schichtenansicht" +msgid "All Files (*)" +msgstr "Alle Dateien (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Drucken über Netzwerk" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Die Erstellung eines Materialarchivs zur Synchronisierung mit Druckern ist fehlgeschlagen." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Drücken über Netzwerk" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Das Archiv der Materialien konnte nicht geladen werden, um es mit Druckern zu synchronisieren." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Über Netzwerk verbunden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Die Antwort von Digital Factory scheint beschädigt zu sein." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "morgen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "In der Antwort von Digital Factory fehlen wichtige Informationen." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "heute" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Die Verbindung mit Digital Factory zum Synchronisieren von Materialien mit einigen Druckern ist fehlgeschlagen." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Anschluss über Netzwerk" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Es konnte keine Verbindung zu Digital Factory hergestellt werden." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Bitte warten Sie, bis der aktuelle Druckauftrag gesendet wurde." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Konnte kein Archiv von Benutzer-Datenverzeichnis {} erstellen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Druckfehler" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Versucht, ein Cura-Backup-Verzeichnis ohne entsprechende Daten oder Metadaten wiederherzustellen." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Der Druckauftrag wurde erfolgreich an den Drucker gesendet." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Versucht, ein Cura-Backup wiederherzustellen, das eine höhere Version als die aktuelle hat." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Daten gesendet" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "Beim Versuch, ein Backup von Cura wiederherzustellen, trat der folgende Fehler auf:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Sie versuchen, sich mit einem Drucker zu verbinden, auf dem Ultimaker Connect nicht läuft. Bitte aktualisieren Sie die Firmware des Druckers." +msgid "Finding new location for objects" +msgstr "Neue Position für Objekte finden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Drucker aktualisieren" +msgid "Finding Location" +msgstr "Position finden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "Die Druckauftragswarteschlange ist voll. Der Drucker kann keinen neuen Auftrag annehmen." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Innerhalb der Druckabmessung für alle Objekte konnte keine Position gefunden werden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Warteschlange voll" +msgid "Can't Find Location" +msgstr "Kann Position nicht finden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Druckauftrag senden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Login fehlgeschlagen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Druckauftrag wird vorbereitet." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Außenwand" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura hat Materialprofile entdeckt, die auf dem Host-Drucker der Gruppe {0} noch nicht installiert wurden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Innenwände" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Material an Drucker senden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Außenhaut" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Daten konnten nicht in Drucker geladen werden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Füllung" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Netzwerkfehler" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Stützstruktur-Füllung" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Sie versuchen, sich mit {0} zu verbinden, aber dieser Drucker ist nicht der Host, der die Gruppe verwaltet. Besuchen Sie die Website, um den Drucker als Host der Gruppe zu konfigurieren." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Stützstruktur-Schnittstelle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Nicht Host-Drucker der Gruppe" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Stützstruktur" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Gruppe konfigurieren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Skirt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Ihr Drucker {printer_name} könnte über die Cloud verbunden sein.\n" -" Verwalten Sie Ihre Druckwarteschlange und überwachen Sie Ihre Drucke von allen Orten aus, an denen Sie Ihren Drucker mit der Digital Factory verbinden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Einzugsturm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Sind Sie bereit für den Cloud-Druck?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Bewegungen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Erste Schritte" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Einzüge" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Mehr erfahren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Sonstige" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Über Cloud drucken" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Gruppe #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Über Cloud drucken" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Die Versionshinweise konnten nicht geöffnet werden." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Über Cloud verbunden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Überspringen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Druck überwachen" +msgid "Close" +msgstr "Schließen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Verfolgen Sie den Druck in der Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Hinzufügen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Unbekannter Fehlercode beim Upload des Druckauftrags: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Beenden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Ihr Ultimaker-Konto hat einen neuen Drucker erkannt" -msgstr[1] "Ihr Ultimaker-Konto hat neue Drucker erkannt" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Abbrechen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Drucker {name} ({model}) aus Ihrem Konto wird hinzugefügt" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Weiter" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... und {0} weiterer" -msgstr[1] "... und {0} weitere" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Die Höhe der Druckabmessung wurde aufgrund des Wertes der Einstellung „Druckreihenfolge“ reduziert, um eine Kollision der Brücke mit den gedruckten Modellen zu verhindern." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Drucker aus Digital Factory hinzugefügt:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Produktabmessungen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Für einen Drucker ist keine Cloud-Verbindung verfügbar" -msgstr[1] "Für mehrere Drucker ist keine Cloud-Verbindung verfügbar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Materialarchiv konnte nicht in {} gespeichert werden:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Dieser Drucker ist nicht mit der Digital Factory verbunden:" -msgstr[1] "Diese Drucker sind nicht mit der Digital Factory verbunden:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Speichern des Materialarchivs fehlgeschlagen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Unbekannter Fehler." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Datei bereits vorhanden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Bitte besuchen Sie {website_link}, um eine Verbindung herzustellen" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Die Datei {0} ist bereits vorhanden. Soll die Datei wirklich überschrieben werden?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Druckerkonfigurationen speichern" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Ungültige Datei-URL:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Drucker entfernen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Nicht unterstützt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Die Einstellungen wurden an die aktuell verfügbaren Extruder angepasst:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Einstellungen aktualisiert" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extruder deaktiviert" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} wird bis zur nächsten Synchronisierung entfernt." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Export des Profils nach {0} fehlgeschlagen: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Wenn Sie {printer_name} dauerhaft entfernen möchten, dann besuchen Sie bitte die {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Export des Profils nach {0} fehlgeschlagen: Fehlermeldung von Writer-Plugin." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Möchten Sie {printer_name} wirklich vorübergehend entfernen?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Profil wurde nach {0} exportiert" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Drucker entfernen?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Export erfolgreich ausgeführt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Es wird gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n" -"Möchten Sie wirklich fortfahren?" -msgstr[1] "" -"Es werden gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n" -"Möchten Sie wirklich fortfahren?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "Es werden gleich alle Drucker aus Cura entfernt. Dieser Vorgang kann nicht rückgängig gemacht werden.Möchten Sie wirklich fortfahren?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Import des Profils aus Datei {0}: {1} fehlgeschlagen" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Öffnen Sie das komprimierte Dreiecksnetz" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Import des Profils aus Datei {0} kann erst durchgeführt werden, wenn ein Drucker hinzugefügt wurde." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Kein benutzerdefiniertes Profil für das Importieren in Datei {0}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Import des Profils aus Datei {0} fehlgeschlagen:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Dieses Profil {0} enthält falsche Daten, Importieren nicht möglich." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Import des Profils aus Datei {0} fehlgeschlagen:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Profil {0} erfolgreich importiert." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Die hervorgehobenen Bereiche kennzeichnen fehlende oder überschüssige Oberflächen. Beheben Sie die Fehler am Modell und öffnen Sie es erneut in Cura." +msgid "File {0} does not contain any valid profile." +msgstr "Datei {0} enthält kein gültiges Profil." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Modellfehler" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Profil {0} hat einen unbekannten Dateityp oder ist beschädigt." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Solide Ansicht" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Benutzerdefiniertes Profil" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Fehler beim Schreiben von 3MF-Datei." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Für das Profil fehlt eine Qualitätsangabe." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "Das 3MF-Writer-Plugin ist beschädigt." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Es ist noch kein Drucker aktiv." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Es ist noch kein Workspace zum Speichern vorhanden. Bitte fügen Sie zuerst einen Drucker hinzu." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Das Profil kann nicht hinzugefügt werden." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Keine Erlaubnis zum Beschreiben dieses Arbeitsbereichs." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Der Qualitätstyp „{0}“ ist nicht mit der aktuell aktiven Maschinendefinition „{1}“ kompatibel." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "Das Betriebssystem erlaubt es nicht, eine Projektdatei an diesem Speicherort oder mit diesem Dateinamen zu speichern." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Warnung: Das Profil wird nicht angezeigt, weil sein Qualitätstyp „{0}“ für die aktuelle Konfiguration nicht verfügbar ist. Wechseln Sie zu einer Material-/Düsenkombination, die mit diesem Qualitätstyp kompatibel ist." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF-Datei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Objekte vervielfältigen und platzieren" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura-Projekt 3MF-Datei" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Objekte platzieren" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Überwachen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Objekt-Platzierung" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Es kann kein neuer Anmeldevorgang gestartet werden. Bitte überprüfen Sie, ob noch ein weiterer Anmeldevorgang aktiv ist." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Der Ultimaker-Konto-Server konnte nicht erreicht werden." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3D-Modell-Assistent" +msgid "Log-in failed" +msgstr "Anmeldung fehlgeschlagen" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Antwort konnte nicht gelesen werden." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "Angegebener Status ist falsch." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Zeitüberschreitung bei der Authentifizierung mit dem Kontoserver." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Bei dem Versuch, sich anzumelden, trat ein unerwarteter Fehler auf. Bitte erneut versuchen." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura kann nicht starten" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Hoppla, bei Ultimaker Cura ist ein Problem aufgetreten.

    \n" +"

    Beim Start ist ein nicht behebbarer Fehler aufgetreten. Er wurde möglicherweise durch einige falsche Konfigurationsdateien verursacht. Wir empfehlen ein Backup und Reset Ihrer Konfiguration.

    \n" +"

    Backups sind im Konfigurationsordner abgelegt.

    \n" +"

    Senden Sie uns diesen Absturzbericht bitte, um das Problem zu beheben.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Absturzbericht an Ultimaker senden" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Detaillierten Absturzbericht anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Konfigurationsordner anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Backup und Reset der Konfiguration" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Crash-Bericht" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Ein schwerer Fehler ist in Cura aufgetreten. Senden Sie uns diesen Absturzbericht, um das Problem zu beheben

    \n" +"

    Verwenden Sie bitte die Schaltfläche „Bericht senden“, um den Fehlerbericht automatisch an unsere Server zu senden

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Systeminformationen" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Unbekannt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura-Version" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Cura-Sprache" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Sprache des Betriebssystems" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Plattform" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Qt Version" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "PyQt Version" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Noch nicht initialisiert
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL-Version: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL-Anbieter: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL-Renderer: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Fehler-Rückverfolgung" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Protokolle" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Bericht senden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Ein oder mehrere 3D-Modelle können möglicherweise aufgrund der Modellgröße und Materialkonfiguration nicht optimal gedruckt werden:

    \n" -"

    {model_names}

    \n" -"

    Erfahren Sie, wie Sie die bestmögliche Druckqualität und Zuverlässigkeit sicherstellen.

    \n" -"

    Leitfaden zu Druckqualität anzeigen

    " +"Stellen Sie sicher, dass der Drucker verbunden ist:\n" +"– Prüfen Sie, ob der Drucker eingeschaltet ist.– Prüfen Sie, ob der Drucker mit dem Netzwerk verbunden ist.\n" +"– Prüfen Sie, ob Sie angemeldet sind, falls Sie über die Cloud verbundene Drucker suchen möchten." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Verbinden Sie Ihren Drucker bitte mit dem Netzwerk." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Benutzerhandbücher online anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Um Ihren Druck von Cura aus zu überwachen, schließen Sie bitte den Drucker an." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Einstellungen für die benutzerdefinierte Anpassung dieses Modells wählen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtern..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Alle anzeigen" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Mesh-Typ" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Normales Modell" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Als Stützstruktur drucken" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Einstellungen für Überlappungen ändern" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Überlappungen nicht unterstützen" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Nur Mesh-Füllung" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Mesh beschneiden" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Einstellungen wählen" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Einstellungen für die benutzerdefinierte Anpassung dieses Modells wählen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Firmware aktualisieren" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtern..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "Die Firmware ist der Teil der Software, der direkt auf Ihrem 3D-Drucker läuft. Diese Firmware kontrolliert die Schrittmotoren, reguliert die Temperatur und sorgt letztlich dafür, dass Ihr Drucker funktioniert." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Alle anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "Die mit neuen Druckern gelieferte Firmware funktioniert, allerdings enthalten neue Versionen üblicherweise mehr Funktionen und Verbesserungen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura-Backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Firmware automatisch aktualisieren" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura-Version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Benutzerdefinierte Firmware hochladen" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Maschinen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "Firmware kann nicht aktualisiert werden, da keine Verbindung zum Drucker besteht." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materialien" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "Firmware kann nicht aktualisiert werden, da die Verbindung zum Drucker die Firmware-Aktualisierung nicht unterstützt." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Benutzerdefinierte Firmware wählen" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Firmware-Aktualisierung" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Möchten Sie mehr?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Die Firmware wird aktualisiert." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Jetzt Backup durchführen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Firmware-Aktualisierung abgeschlossen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Automatisches Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Die Firmware-Aktualisierung ist aufgrund eines unbekannten Fehlers fehlgeschlagen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "An jedem Tag, an dem Cura gestartet wird, ein automatisches Backup erstellen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Die Firmware-Aktualisierung ist aufgrund eines Kommunikationsfehlers fehlgeschlagen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Wiederherstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Die Firmware-Aktualisierung ist aufgrund eines Eingabe-/Ausgabefehlers fehlgeschlagen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Backup löschen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Die Firmware-Aktualisierung ist aufgrund von fehlender Firmware fehlgeschlagen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Soll dieses Backup wirklich gelöscht werden? Der Vorgang kann nicht rückgängig gemacht werden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Abgebrochen" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Backup wiederherstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Beendet" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Cura muss neu gestartet werden, um Ihre Datensicherung wiederherzustellen. Möchten Sie Cura jetzt schließen?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Vorbereitung..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Ihre Cura-Einstellungen sichern und synchronisieren." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Wird abgebrochen..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Anmelden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Fehlgeschlagen" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Meine Backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Wird pausiert..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Sie verfügen derzeit über keine Backups. Verwenden Sie die Schaltfläche ‚Jetzt Backup erstellen‘, um ein Backup zu erstellen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Pausiert" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "In der Vorschau-Phase sind Sie auf 5 sichtbare Backups beschränkt. Ein Backup entfernen, um ältere anzusehen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Wird fortgesetzt..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Druckereinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Handlung erforderlich" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Breite)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Fertigstellung %1 um %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Drucker verwalten" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Tiefe)" +msgid "Glass" +msgstr "Glas" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Höhe)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Damit Sie die Warteschlange aus der Ferne verwalten können, müssen Sie die Druckfirmware aktualisieren." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Druckbettform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu besuchen und diese Webcam zu sehen." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Ausgang in Mitte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Lädt..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Heizbares Bett" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Nicht verfügbar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Nicht erreichbar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Leerlauf" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Drucken" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Druckraum aufgeheizt" +msgid "Untitled" +msgstr "Unbenannt" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "G-Code-Variante" +msgid "Anonymous" +msgstr "Anonym" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Druckkopfeinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Erfordert Konfigurationsänderungen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Details" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Konfigurationsänderungen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Überschreiben" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X min" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Der zugewiesene Drucker %1 erfordert die folgende Konfigurationsänderung:" +msgstr[1] "Der zugewiesene Drucker %1 erfordert die folgenden Konfigurationsänderungen:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y min" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "Der Drucker %1 wurde zugewiesen, allerdings enthält der Auftrag eine unbekannte Materialkonfiguration." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X max" +msgid "Change material %1 from %2 to %3." +msgstr "Material %1 von %2 auf %3 wechseln." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y max" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "%3 als Material %1 laden (Dies kann nicht übergangen werden)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Brückenhöhe" +msgid "Change print core %1 from %2 to %3." +msgstr "Print Core %1 von %2 auf %3 wechseln." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Anzahl Extruder" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Druckplatte auf %1 wechseln (Dies kann nicht übergangen werden)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Extruder-Versatzwerte auf GCode anwenden" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Überschreiben verwendet die definierten Einstellungen mit der vorhandenen Druckerkonfiguration. Dies kann zu einem fehlgeschlagenen Druck führen." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Start G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Aluminium" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Ende G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Drucken über Netzwerk" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Düseneinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Drucken" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Düsengröße" +msgid "Printer selection" +msgstr "Druckerauswahl" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Kompatibler Materialdurchmesser" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Anschluss an vernetzten Drucker" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "X-Versatz Düse" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Um direkt auf Ihrem Drucker über das Netzwerk zu drucken, muss der Drucker über ein Netzwerkkabel oder per WLAN mit dem Netzwerk verbunden sein. Wenn Sie Cura nicht mit Ihrem Drucker verbinden, können Sie G-Code-Dateien auf einen USB-Stick kopieren und diesen am Drucker anschließen." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Y-Versatz Düse" +msgid "Select your printer from the list below:" +msgstr "Wählen Sie Ihren Drucker aus der folgenden Liste aus:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Kühllüfter-Nr" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Bearbeiten" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "G-Code Extruder-Start" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Entfernen" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "G-Code Extruder-Ende" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Aktualisieren" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Firmware aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Wenn Ihr Drucker nicht aufgeführt ist, lesen Sie die Anleitung für Fehlerbehebung für Netzwerkdruck" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Die Firmware ist der Teil der Software, der direkt auf Ihrem 3D-Drucker läuft. Diese Firmware kontrolliert die Schrittmotoren, reguliert die Temperatur und sorgt letztlich dafür, dass Ihr Drucker funktioniert." +msgid "Type" +msgstr "Typ" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "Die mit neuen Druckern gelieferte Firmware funktioniert, allerdings enthalten neue Versionen üblicherweise mehr Funktionen und Verbesserungen." +msgid "Firmware version" +msgstr "Firmware-Version" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Firmware automatisch aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Adresse" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Benutzerdefinierte Firmware hochladen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Dieser Drucker ist nicht eingerichtet um eine Gruppe von Druckern anzusteuern." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "Firmware kann nicht aktualisiert werden, da keine Verbindung zum Drucker besteht." +msgid "This printer is the host for a group of %1 printers." +msgstr "Dieser Drucker steuert eine Gruppe von %1 Druckern an." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "Firmware kann nicht aktualisiert werden, da die Verbindung zum Drucker die Firmware-Aktualisierung nicht unterstützt." +msgid "The printer at this address has not yet responded." +msgstr "Der Drucker unter dieser Adresse hat nicht reagiert." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Verbinden" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Benutzerdefinierte Firmware wählen" +msgid "Invalid IP address" +msgstr "Ungültige IP-Adresse" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Bitte eine gültige IP-Adresse eingeben." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Firmware-Aktualisierung" +msgid "Printer Address" +msgstr "Druckeradresse" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "Die Firmware wird aktualisiert." +msgid "Enter the IP address of your printer on the network." +msgstr "Geben Sie die IP-Adresse Ihres Druckers in das Netzwerk ein." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Firmware-Aktualisierung abgeschlossen." +msgid "Unavailable printer" +msgstr "Drucker nicht verfügbar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Die Firmware-Aktualisierung ist aufgrund eines unbekannten Fehlers fehlgeschlagen." +msgid "First available" +msgstr "Zuerst verfügbar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Die Firmware-Aktualisierung ist aufgrund eines Kommunikationsfehlers fehlgeschlagen." +msgid "Move to top" +msgstr "Vorziehen" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Die Firmware-Aktualisierung ist aufgrund eines Eingabe-/Ausgabefehlers fehlgeschlagen." +msgid "Delete" +msgstr "Löschen" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Die Firmware-Aktualisierung ist aufgrund von fehlender Firmware fehlgeschlagen." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Projekt öffnen" +msgid "Resume" +msgstr "Zurückkehren" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Vorhandenes aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Wird pausiert..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Neu erstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Wird fortgesetzt..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Zusammenfassung – Cura-Projekt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pausieren" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Druckereinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Wird abgebrochen..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Wie soll der Konflikt im Gerät gelöst werden?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Abbrechen" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Typ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Soll dieser %1 wirklich an den Anfang der Warteschlange vorgezogen werden?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Druckergruppe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Druckauftrag vorziehen" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Profileinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Soll %1 wirklich gelöscht werden?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Wie soll der Konflikt im Profil gelöst werden?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Druckauftrag löschen" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Name" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Möchten Sie %1 wirklich abbrechen?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Drucken abbrechen" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Nicht im Profil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "In Warteschlange" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 überschreiben" -msgstr[1] "%1 überschreibt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Im Browser verwalten" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Ableitung von" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Die Warteschlange enthält keine Druckaufträge. Slicen Sie einen Auftrag und schicken Sie ihn ab, um ihn zur Warteschlange hinzuzufügen." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 überschreiben" -msgstr[1] "%1, %2 überschreibt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Druckaufträge" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Materialeinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Druckdauer insgesamt" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Wie soll der Konflikt im Material gelöst werden?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Warten auf" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Sichtbarkeit einstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Farbschema" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Materialfarbe" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Sichtbare Einstellungen:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Linientyp" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 von %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Geschwindigkeit" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Das Laden eines Projekts entfernt alle Modelle von der Druckplatte." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Schichtdicke" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Öffnen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Linienbreite" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Plugin Nachbearbeitung" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Fluss" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Skripts Nachbearbeitung" +msgid "Compatibility Mode" +msgstr "Kompatibilitätsmodus" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Ein Skript hinzufügen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Bewegungen" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Einstellungen" +msgid "Helpers" +msgstr "Helfer" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Aktive Nachbearbeitungsskripts ändern." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Gehäuse" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "Die folgenden Skript ist aktiv:" -msgstr[1] "Die folgenden Skripte sind aktiv:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Füllung" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Bild konvertieren..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Startet" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Der Maximalabstand von jedem Pixel von der „Basis“." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Nur obere Schichten anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "5 detaillierte Schichten oben anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Oben/Unten" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Innenwand" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "min" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "max" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Höhe (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Die Basishöhe von der Druckplatte in Millimetern." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Der Maximalabstand von jedem Pixel von der „Basis“." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Basis (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "Die Breite der Druckplatte in Millimetern." +msgid "The base height from the build plate in millimeters." +msgstr "Die Basishöhe von der Druckplatte in Millimetern." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Breite (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "Die Tiefe der Druckplatte in Millimetern" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Tiefe (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Für Lithophanien sollten dunkle Pixel dickeren Positionen entsprechen, um mehr einfallendes Licht zu blockieren. Für Höhenkarten stellen hellere Pixel höheres Terrain dar, sodass hellere Pixel dickeren Positionen im generierten 3D-Modell entsprechen sollten." +msgid "The depth in millimeters on the build plate" +msgstr "Die Tiefe der Druckplatte in Millimetern" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Dunkler ist höher" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Heller ist höher" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Für Lithophanien ist ein einfaches logarithmisches Modell für Transparenz verfügbar. Bei Höhenprofilen entsprechen die Pixelwerte den Höhen linear." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Für Lithophanien sollten dunkle Pixel dickeren Positionen entsprechen, um mehr einfallendes Licht zu blockieren. Für Höhenkarten stellen hellere Pixel höheres Terrain dar, sodass hellere Pixel dickeren Positionen im generierten 3D-Modell entsprechen sollten." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Linear" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Transparenz" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Der Prozentsatz an Licht, der einen Druck von einer Dicke mit 1 Millimeter durchdringt. Senkt man diesen Wert, steigt der Kontrast in den dunkleren Bereichen, während der Kontrast in den helleren Bereichen des Bilds sinkt." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Für Lithophanien ist ein einfaches logarithmisches Modell für Transparenz verfügbar. Bei Höhenprofilen entsprechen die Pixelwerte den Höhen linear." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "1 mm Durchlässigkeit (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "Die Stärke der Glättung, die für das Bild angewendet wird." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "Der Prozentsatz an Licht, der einen Druck von einer Dicke mit 1 Millimeter durchdringt. Senkt man diesen Wert, steigt der Kontrast in den dunkleren Bereichen, während der Kontrast in den helleren Bereichen des Bilds sinkt." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Glättung" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "Die Stärke der Glättung, die für das Bild angewendet wird." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Wählen Sie bitte alle Upgrades für dieses Ultimaker-Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Beheizte Druckplatte (offizielles Kit oder Eigenbau)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Nivellierung der Druckplatte" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Um sicherzustellen, dass Ihre Drucke hervorragend werden, können Sie nun Ihre Druckplatte justieren. Wenn Sie auf „Gehe zur nächsten Position“ klicken, bewegt sich die Düse zu den verschiedenen Positionen, die justiert werden können." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Legen Sie für jede Position ein Blatt Papier unter die Düse und stellen Sie die Höhe der Druckplatte ein. Die Höhe der Druckplatte ist korrekt, wenn das Papier von der Spitze der Düse leicht berührt wird." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Nivellierung der Druckplatte starten" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Gehe zur nächsten Position" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Weitere Informationen zur anonymen Datenerfassung" +msgid "Open Project" +msgstr "Projekt öffnen" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura erfasst anonyme Daten, um die Druckqualität und Benutzererfahrung zu steigern. Nachfolgend ist ein Beispiel aller Daten, die geteilt werden:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Vorhandenes aktualisieren" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Ich möchte keine anonymen Daten senden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Neu erstellen" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Senden von anonymen Daten erlauben" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Zusammenfassung – Cura-Projekt" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Marktplatz" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Wie soll der Konflikt im Gerät gelöst werden?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Cura muss neu gestartet werden, um die Änderungen der Pakete zu übernehmen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Druckereinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "%1 beenden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Typ" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Installieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Druckergruppe" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Installiert" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Wie soll der Konflikt im Profil gelöst werden?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Profileinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Zum Web Marketplace gehen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Name" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Materialien suchen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Kompatibilität" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Nicht im Profil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Gerät" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 überschreiben" +msgstr[1] "%1 überschreibt" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Druckbett" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Ableitung von" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 überschreiben" +msgstr[1] "%1, %2 überschreibt" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Qualität" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Wie soll der Konflikt im Material gelöst werden?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Technisches Datenblatt" +msgid "Material settings" +msgstr "Materialeinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Sicherheitsdatenblatt" +msgid "Setting visibility" +msgstr "Sichtbarkeit einstellen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Druckrichtlinien" +msgid "Mode" +msgstr "Modus" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Website" +msgid "Visible settings:" +msgstr "Sichtbare Einstellungen:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Anmeldung für Installation oder Update erforderlich" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 von %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Materialspulen kaufen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Das Laden eines Projekts entfernt alle Modelle von der Druckplatte." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Aktualisierung" +msgid "Open" +msgstr "Öffnen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Aktualisierung wird durchgeführt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Möchten Sie mehr?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Aktualisiert" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Jetzt Backup durchführen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Zurück" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Automatisches Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "An jedem Tag, an dem Cura gestartet wird, ein automatisches Backup erstellen." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura-Version" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Maschinen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materialien" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Installiert" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Installiert nach Neustart" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profile" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Anmeldung für Update erforderlich" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Plugins" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Downgraden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Wiederherstellen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Deinstallieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Backup löschen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Community-Beiträge" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Soll dieses Backup wirklich gelöscht werden? Der Vorgang kann nicht rückgängig gemacht werden." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Community-Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Backup wiederherstellen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Generische Materialien" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Cura muss neu gestartet werden, um Ihre Datensicherung wiederherzustellen. Möchten Sie Cura jetzt schließen?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Pakete werden abgeholt..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Ihre Cura-Einstellungen sichern und synchronisieren." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Anmelden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Meine Backups" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Sie verfügen derzeit über keine Backups. Verwenden Sie die Schaltfläche ‚Jetzt Backup erstellen‘, um ein Backup zu erstellen." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "In der Vorschau-Phase sind Sie auf 5 sichtbare Backups beschränkt. Ein Backup entfernen, um ältere anzusehen." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura-Backups" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Weitere Informationen zur anonymen Datenerfassung" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura erfasst anonyme Daten, um die Druckqualität und Benutzererfahrung zu steigern. Nachfolgend ist ein Beispiel aller Daten, die geteilt werden:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Ich möchte keine anonymen Daten senden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Senden von anonymen Daten erlauben" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Plugin Nachbearbeitung" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Website" +msgid "Post Processing Scripts" +msgstr "Skripts Nachbearbeitung" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Ein Skript hinzufügen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "E-Mail" +msgid "Settings" +msgstr "Einstellungen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Bitte melden Sie sich an, um verifizierte Plugins und Materialien für Ultimaker Cura Enterprise zu erhalten" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Aktive Nachbearbeitungsskripts ändern." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "Die folgenden Skript ist aktiv:" +msgstr[1] "Die folgenden Skripte sind aktiv:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Version" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Wählen Sie bitte alle Upgrades für dieses Ultimaker-Original" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Zuletzt aktualisiert" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Beheizte Druckplatte (offizielles Kit oder Eigenbau)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Nivellierung der Druckplatte" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Marke" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Um sicherzustellen, dass Ihre Drucke hervorragend werden, können Sie nun Ihre Druckplatte justieren. Wenn Sie auf „Gehe zur nächsten Position“ klicken, bewegt sich die Düse zu den verschiedenen Positionen, die justiert werden können." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Downloads" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Legen Sie für jede Position ein Blatt Papier unter die Düse und stellen Sie die Höhe der Druckplatte ein. Die Höhe der Druckplatte ist korrekt, wenn das Papier von der Spitze der Düse leicht berührt wird." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Installierte Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Nivellierung der Druckplatte starten" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Gehe zur nächsten Position" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Es wurde kein Plugin installiert." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Installierte Materialien" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Es wurde kein Material installiert." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Gebündelte Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Gebündelte Materialien" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Verbindung zur Cura Paket-Datenbank konnte nicht hergestellt werden. Bitte überprüfen Sie Ihre Verbindung." +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Sie müssen die Lizenz akzeptieren, um das Paket zu installieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Änderungen in deinem Konto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "%1 beenden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Verwerfen" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Next" -msgstr "Weiter" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Die folgenden Pakete werden hinzugefügt:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Die folgenden Pakete können nicht hinzugefügt werden, weil die Cura-Version nicht kompatibel ist:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Deinstallieren bestätigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Sie sind dabei, Materialien und/oder Profile zu deinstallieren, die noch verwendet werden. Durch Bestätigen werden die folgenden Materialien/Profile auf ihre Standardeinstellungen zurückgesetzt." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materialien" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Bestätigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Farbschema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Materialfarbe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Linientyp" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Geschwindigkeit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Schichtdicke" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Linienbreite" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Fluss" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Kompatibilitätsmodus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Bewegungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Helfer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Gehäuse" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Füllung" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Startet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Nur obere Schichten anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "5 detaillierte Schichten oben anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Oben/Unten" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Innenwand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Drucker verwalten" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Glas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Damit Sie die Warteschlange aus der Ferne verwalten können, müssen Sie die Druckfirmware aktualisieren." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu besuchen und diese Webcam zu sehen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Ablehnen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Lädt..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Nicht verfügbar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Nicht erreichbar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Leerlauf" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Vorbereitung..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Drucken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Unbenannt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anonym" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Erfordert Konfigurationsänderungen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Details" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Drucker nicht verfügbar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Drucker" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Zuerst verfügbar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Düseneinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "Queued" -msgstr "In Warteschlange" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Im Browser verwalten" +msgid "Nozzle size" +msgstr "Düsengröße" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Die Warteschlange enthält keine Druckaufträge. Slicen Sie einen Auftrag und schicken Sie ihn ab, um ihn zur Warteschlange hinzuzufügen." +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Print jobs" -msgstr "Druckaufträge" +msgid "Compatible material diameter" +msgstr "Kompatibler Materialdurchmesser" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Total print time" -msgstr "Druckdauer insgesamt" +msgid "Nozzle offset X" +msgstr "X-Versatz Düse" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Waiting for" -msgstr "Warten auf" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Drucken über Netzwerk" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Drucken" +msgid "Nozzle offset Y" +msgstr "Y-Versatz Düse" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Printer selection" -msgstr "Druckerauswahl" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Konfigurationsänderungen" +msgid "Cooling Fan Number" +msgstr "Kühllüfter-Nr" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Überschreiben" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "G-Code Extruder-Start" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Der zugewiesene Drucker %1 erfordert die folgende Konfigurationsänderung:" -msgstr[1] "Der zugewiesene Drucker %1 erfordert die folgenden Konfigurationsänderungen:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "G-Code Extruder-Ende" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "Der Drucker %1 wurde zugewiesen, allerdings enthält der Auftrag eine unbekannte Materialkonfiguration." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Druckereinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Material %1 von %2 auf %3 wechseln." +msgid "X (Width)" +msgstr "X (Breite)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "%3 als Material %1 laden (Dies kann nicht übergangen werden)." +msgid "Y (Depth)" +msgstr "Y (Tiefe)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Print Core %1 von %2 auf %3 wechseln." +msgid "Z (Height)" +msgstr "Z (Höhe)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Druckplatte auf %1 wechseln (Dies kann nicht übergangen werden)." +msgid "Build plate shape" +msgstr "Druckbettform" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Überschreiben verwendet die definierten Einstellungen mit der vorhandenen Druckerkonfiguration. Dies kann zu einem fehlgeschlagenen Druck führen." +msgid "Origin at center" +msgstr "Ausgang in Mitte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Aluminum" -msgstr "Aluminium" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Beendet" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Wird abgebrochen..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Abgebrochen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Fehlgeschlagen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Wird pausiert..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Pausiert" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Wird fortgesetzt..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Handlung erforderlich" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Fertigstellung %1 um %2" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Anschluss an vernetzten Drucker" +msgid "Heated bed" +msgstr "Heizbares Bett" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Um direkt auf Ihrem Drucker über das Netzwerk zu drucken, muss der Drucker über ein Netzwerkkabel oder per WLAN mit dem Netzwerk verbunden sein. Wenn Sie Cura nicht mit Ihrem Drucker verbinden, können Sie G-Code-Dateien auf einen USB-Stick kopieren und diesen am Drucker anschließen." +msgid "Heated build volume" +msgstr "Druckraum aufgeheizt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Wählen Sie Ihren Drucker aus der folgenden Liste aus:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Bearbeiten" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Entfernen" +msgid "G-code flavor" +msgstr "G-Code-Variante" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Druckkopfeinstellungen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Wenn Ihr Drucker nicht aufgeführt ist, lesen Sie die Anleitung für Fehlerbehebung für Netzwerkdruck" +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Type" -msgstr "Typ" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "Firmware version" -msgstr "Firmware-Version" +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Address" -msgstr "Adresse" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Dieser Drucker ist nicht eingerichtet um eine Gruppe von Druckern anzusteuern." +msgid "Gantry Height" +msgstr "Brückenhöhe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Dieser Drucker steuert eine Gruppe von %1 Druckern an." +msgid "Number of Extruders" +msgstr "Anzahl Extruder" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "Der Drucker unter dieser Adresse hat nicht reagiert." +msgid "Apply Extruder offsets to GCode" +msgstr "Extruder-Versatzwerte auf GCode anwenden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Verbinden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Start G-Code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Ungültige IP-Adresse" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Bitte eine gültige IP-Adresse eingeben." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Druckeradresse" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Geben Sie die IP-Adresse Ihres Druckers in das Netzwerk ein." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Vorziehen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Löschen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Zurückkehren" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Wird pausiert..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Wird fortgesetzt..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pausieren" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Wird abgebrochen..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Abbrechen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Soll dieser %1 wirklich an den Anfang der Warteschlange vorgezogen werden?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Druckauftrag vorziehen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Soll %1 wirklich gelöscht werden?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Druckauftrag löschen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Möchten Sie %1 wirklich abbrechen?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Drucken abbrechen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Ende G-Code" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Stellen Sie sicher, dass der Drucker verbunden ist:\n" -"– Prüfen Sie, ob der Drucker eingeschaltet ist.– Prüfen Sie, ob der Drucker mit dem Netzwerk verbunden ist.\n" -"– Prüfen Sie, ob Sie angemeldet sind, falls Sie über die Cloud verbundene Drucker suchen möchten." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Meine Drucker" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Verbinden Sie Ihren Drucker bitte mit dem Netzwerk." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Überwachen Sie Drucker in der Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Benutzerhandbücher online anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Erstellen Sie Druckprojekte in der digitalen Bibliothek." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Um Ihren Druck von Cura aus zu überwachen, schließen Sie bitte den Drucker an." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Druckaufträge" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Einige Punkte bei diesem Druck könnten problematisch sein. Klicken Sie, um Tipps für die Anpassung zu erhalten." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Überwachen Sie Druckaufträge und drucken Sie sie aus Ihrem Druckprotokoll nach." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3D-Ansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Erweitern Sie Ultimaker Cura durch Plugins und Materialprofile." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Vorderansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Werden Sie ein 3D-Druck-Experte mittels des E-Learning von Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Draufsicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimaker Kundendienst" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Ansicht von links" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Erfahren Sie, wie Sie mit Ultimaker Cura Ihre Arbeit beginnen können." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Ansicht von rechts" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Eine Frage stellen" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Objektliste" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Wenden Sie sich an die Ultimaker Community." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Marktplatz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Einen Fehler melden" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Datei" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Lassen Sie es die Entwickler wissen, falls etwas schief läuft." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Bearbeiten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Besuchen Sie die Ultimaker-Website." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Ansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Ausgewähltes Modell drucken mit %1" +msgstr[1] "Ausgewählte Modelle drucken mit %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "&Einstellungen" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "Er&weiterungen" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "&Konfiguration" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Hilfe" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Neues Projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Möchten Sie wirklich ein neues Projekt beginnen? Damit werden das Druckbett und alle nicht gespeicherten Einstellungen gelöscht." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Das Slicing läuft..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Marktplatz" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Slicing nicht möglich" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Druckbett" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Verarbeitung läuft" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Die Zieltemperatur des heizbaren Betts. Das Bett wird auf diese Temperatur aufgeheizt oder abgekühlt. Wenn der Wert 0 beträgt, wird die Bettheizung ausgeschaltet." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Slice" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Die aktuelle Temperatur des beheizten Betts." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Slicing-Vorgang starten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Die Temperatur, auf die das Bett vorgeheizt wird." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Abbrechen" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Zeitschätzung" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Materialschätzung" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Vorheizen" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1 m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Heizen Sie das Bett vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Bett aufgeheizt ist, wenn Sie druckbereit sind." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1 g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Der Drucker ist nicht verbunden." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Keine Zeitschätzung verfügbar" +msgid "Printer control" +msgstr "Druckersteuerung" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Keine Kostenschätzung verfügbar" +msgid "Jog Position" +msgstr "Tippposition" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Vorschau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 +msgctxt "@label" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a printer" -msgstr "Einen Drucker hinzufügen" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Einen vernetzten Drucker hinzufügen" +msgid "Jog Distance" +msgstr "Tippdistanz" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Einen unvernetzten Drucker hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Einen Cloud-Drucker hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Auf eine Antwort von der Cloud warten" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Keine Drucker in Ihrem Konto gefunden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Folgende Drucker in Ihrem Konto wurden zu Cura hinzugefügt:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Drucker manuell hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Drucker nach IP-Adresse hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Geben Sie die IP-Adresse Ihres Druckers ein." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Verbindung mit Drucker nicht möglich." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Sie können keine Verbindung zu Ihrem Ultimaker-Drucker herstellen?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "Der Drucker unter dieser Adresse hat noch nicht reagiert." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Dieser Drucker kann nicht hinzugefügt werden, weil es sich um einen unbekannten Drucker handelt oder er nicht im Host einer Gruppe enthalten ist." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Zurück" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Verbinden" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Benutzervereinbarung" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Ablehnen und schließen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Willkommen bei Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Befolgen Sie bitte diese Schritte für das Einrichten von\n" -"Ultimaker Cura. Dies dauert nur wenige Sekunden." +msgid "Send G-code" +msgstr "G-Code senden" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Erste Schritte" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Einen benutzerdefinierten G-Code-Befehl an den verbundenen Drucker senden. „Eingabe“ drücken, um den Befehl zu senden." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Bei der Ultimaker-Plattform anmelden" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Materialeinstellungen und Plug-ins aus dem Marketplace hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Materialeinstellungen und Plug-ins sichern und synchronisieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der Ultimaker Community" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Überspringen" +msgid "Extruder" +msgstr "Extruder" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Kostenloses Ultimaker-Konto erstellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Die Zieltemperatur des Hotend. Das Hotend wird auf diese Temperatur aufgeheizt oder abgekühlt. Wenn der Wert 0 beträgt, wird die Hotend-Heizung ausgeschaltet." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Hersteller" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Die aktuelle Temperatur dieses Hotends." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Autor des Profils" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Die Temperatur, auf die das Hotend vorgeheizt wird." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Druckername" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Heizen Sie das Hotend vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Hotend aufgeheizt ist, wenn Sie druckbereit sind." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Bitte weisen Sie Ihrem Drucker einen Namen zu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Die Farbe des Materials in diesem Extruder." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Kein Drucker in Ihrem Netzwerk gefunden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Das Material in diesem Extruder." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Die in diesem Extruder eingesetzte Düse." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Drucker nach IP hinzufügen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Projektdatei öffnen" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Ein Cloud-Drucker hinzufügen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Dies ist eine Cura-Projektdatei. Möchten Sie diese als Projekt öffnen oder die Modelle hieraus importieren?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Störungen beheben" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Meine Auswahl merken" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Helfen Sie uns, Ultimaker Cura zu verbessern" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Als Projekt öffnen" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura erfasst anonyme Daten, um die Druckqualität und Benutzererfahrung zu steigern. Dazu gehören:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Modelle importieren" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Gerätetypen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Projekt speichern" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Materialverbrauch" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extruder %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Anzahl der Slices" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & Material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Druckeinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Die von Ultimaker Cura erfassten Daten enthalten keine personenbezogenen Daten." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Projektzusammenfassung beim Speichern nicht erneut anzeigen" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Mehr Informationen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Speichern" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "Neuheiten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Datei(en) öffnen" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Leer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Es wurden eine oder mehrere Projektdatei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine Projektdatei auf einmal öffnen. Es wird empfohlen, nur Modelle aus diesen Dateien zu importieren. Möchten Sie fortfahren?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Versionshinweise" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Alle als Modelle importieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Über %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "Version: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Komplettlösung für den 3D-Druck mit geschmolzenem Filament." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3614,2269 +3594,2875 @@ msgstr "" "Cura wurde von Ultimaker B.V. in Zusammenarbeit mit der Community entwickelt.\n" "Cura verwendet mit Stolz die folgenden Open Source-Projekte:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Grafische Benutzerschnittstelle" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Anwendungsrahmenwerk" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "G-Code-Generator" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Bibliothek Interprozess-Kommunikation" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Programmiersprache" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "GUI-Rahmenwerk" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "GUI-Rahmenwerk Einbindungen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "C/C++ Einbindungsbibliothek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Format Datenaustausch" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Support-Bibliothek für wissenschaftliche Berechnung" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Support-Bibliothek für schnelleres Rechnen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Support-Bibliothek für die Handhabung von STL-Dateien" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Support-Bibliothek für die Handhabung von ebenen Objekten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Support-Bibliothek für die Handhabung von dreieckigen Netzen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Support-Bibliothek für die Handhabung von 3MF-Dateien" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Support-Bibliothek für Datei-Metadaten und Streaming" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Bibliothek für serielle Kommunikation" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Bibliothek für ZeroConf-Erkennung" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Bibliothek für Polygon-Beschneidung" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Statischer Prüfer für Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Root-Zertifikate zur Validierung der SSL-Vertrauenswürdigkeit" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Python-Fehlerverfolgungs-Bibliothek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Polygon-Packaging-Bibliothek, entwickelt von Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Python-Bindungen für libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Unterstützungsbibliothek für den Zugriff auf den Systemschlüsselbund" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Python-Erweiterungen für Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Schriftart" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "SVG-Symbole" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Distributionsunabhängiges Format für Linux-Anwendungen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Datei(en) öffnen" +msgid "Discard or Keep changes" +msgstr "Änderungen verwerfen oder übernehmen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Es wurden eine oder mehrere Projektdatei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine Projektdatei auf einmal öffnen. Es wird empfohlen, nur Modelle aus diesen Dateien zu importieren. Möchten Sie fortfahren?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Alle als Modelle importieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Profileinstellungen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Projekt speichern" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Aktuelle Änderungen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extruder %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Projektzusammenfassung beim Speichern nicht erneut anzeigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Speichern" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Änderungen verwerfen oder übernehmen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Sie haben einige Profileinstellungen personalisiert.\n" -"Möchten Sie diese geänderten Einstellungen nach einem Profilwechsel beibehalten?\n" -"Sie können die Änderungen auch verwerfen, um die Standardeinstellungen von '%1' zu laden." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Profileinstellungen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Aktuelle Änderungen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Stets nachfragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Verwerfen und zukünftig nicht mehr nachfragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Übernehmen und zukünftig nicht mehr nachfragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Änderungen verwerfen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Änderungen speichern" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Projektdatei öffnen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Dies ist eine Cura-Projektdatei. Möchten Sie diese als Projekt öffnen oder die Modelle hieraus importieren?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Keine auswählbaren Einträge" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Meine Auswahl merken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Datei(en) öffnen..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Als Projekt öffnen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "&Zuletzt geöffnet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Modelle importieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Sichtbare Einstellungen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Aktiver Druck" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Alle Kategorien schließen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Name des Auftrags" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Sichtbarkeit einstellen verwalten..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Druckzeit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Geschätzte verbleibende Zeit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Als aktiven Extruder festlegen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "Der Cloud-Drucker ist offline. Bitte prüfen Sie, ob der Drucker eingeschaltet und mit dem Internet verbunden ist." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Extruder aktivieren" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Der Drucker ist nicht mit Ihrem Konto verbunden. Bitte besuchen Sie die Ultimaker Digital Factory, um eine Verbindung herzustellen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Extruder deaktivieren" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "Die Cloud-Verbindung ist aktuell nicht verfügbar. Bitte melden Sie sich an, um sich mit dem Cloud-Drucker zu verbinden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "Die Cloud-Verbindung ist aktuell nicht verfügbar. Bitte überprüfen Sie ihre Internetverbindung." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favoriten" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Drucker hinzufügen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Generisch" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Drucker verwalten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Hilfe" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Verbundene Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Datei" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Voreingestellte Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Projekt speichern ..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Druckeinstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Exportieren..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Druckeinrichtung ist deaktiviert. G-Code-Datei kann nicht geändert werden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Auswahl exportieren..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "&Konfiguration" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Einige Einstellungs-/Überschreibungswerte unterscheiden sich von den im Profil gespeicherten Werten.\n" -"\n" -"Klicken Sie, um den Profilmanager zu öffnen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Bearbeiten" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Benutzerdefinierte Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "Dr&ucker" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Aktuelle Änderungen verwerfen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Netzwerkfähige Drucker" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Empfohlen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Lokale Drucker" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Benutzerdefiniert" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "Er&weiterungen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Ein" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Konfigurationen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Aus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Verfügbare Konfigurationen werden von diesem Drucker geladen..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Experimentell" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Die Konfigurationen sind nicht verfügbar, da der Drucker getrennt ist." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Es gibt kein %1-Profil für die Konfiguration in der Extruder %2. Es wird stattdessen der Standard verwendet" -msgstr[1] "Es gibt kein %1-Profil für die Konfigurationen in den Extrudern %2. Es wird stattdessen der Standard verwendet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Diese Konfigurationen sind nicht verfügbar, weil %1 nicht erkannt wird. Besuchen Sie bitte %2 für das Herunterladen des korrekten Materialprofils." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Profile" +msgid "Marketplace" +msgstr "Marktplatz" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Sie haben einige Profileinstellungen geändert. Wenn Sie diese ändern möchten, wechseln Sie in den Modus „Benutzerdefiniert“." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "Die Konfiguration dieses Extruders ist nicht zulässig und verhindert das Slicing." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Es gibt keine Profile, die mit der Konfiguration dieses Extruders übereinstimmen." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Support" -msgstr "Stützstruktur" +msgid "Select configuration" +msgstr "Konfiguration wählen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Damit werden Strukturen zur Unterstützung von Modellteilen mit Überhängen generiert. Ohne diese Strukturen würden solche Teile während des Druckvorgangs zusammenfallen." +msgid "Configurations" +msgstr "Konfigurationen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Benutzerdefiniert" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill" -msgstr "Stufenweise Füllung" +msgid "Printer" +msgstr "Drucker" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Die graduelle Füllung steigert die Menge der Füllung nach oben hin schrittweise." +msgid "Enabled" +msgstr "Aktiviert" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Adhesion" -msgstr "Haftung" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Drucken eines Brim- oder Raft-Elements aktivieren. Es wird ein flacher Bereich rund um oder unter Ihrem Objekt hinzugefügt, das im Anschluss leicht abgeschnitten werden kann." +msgid "Use glue for better adhesion with this material combination." +msgstr "Für diese Materialkombination Kleber für eine bessere Haftung verwenden." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Projekt speichern..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Netzwerkfähige Drucker" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Lokale Drucker" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favoriten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Generisch" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Ausgewähltes Modell drucken mit:" msgstr[1] "Ausgewählte Modelle drucken mit:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Ausgewähltes Modell multiplizieren" msgstr[1] "Ausgewählte Modelle multiplizieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Anzahl Kopien" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Projekt speichern ..." +msgid "Save Project..." +msgstr "Projekt speichern..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Exportieren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Ansicht" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Auswahl exportieren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Kameraposition" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Konfigurationen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Kameraansicht" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Benutzerdefiniert" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Ansicht" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Orthogonal" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Aktiviert" +msgid "View type" +msgstr "Typ anzeigen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Material" +msgid "Sign in to the Ultimaker platform" +msgstr "Bei der Ultimaker-Plattform anmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Für diese Materialkombination Kleber für eine bessere Haftung verwenden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Materialprofile und Plug-ins aus dem Marketplace hinzufügen\n" +"- Materialprofile und Plug-ins sichern und synchronisieren\n" +"- Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der Ultimaker Community" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "Die Konfiguration dieses Extruders ist nicht zulässig und verhindert das Slicing." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Kostenloses Ultimaker-Konto erstellen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Es gibt keine Profile, die mit der Konfiguration dieses Extruders übereinstimmen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Anmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Konfiguration wählen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Letztes Update: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Konfigurationen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker‑Konto" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Verfügbare Konfigurationen werden von diesem Drucker geladen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Abmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Die Konfigurationen sind nicht verfügbar, da der Drucker getrennt ist." +msgid "Checking..." +msgstr "Überprüfung läuft ..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Diese Konfigurationen sind nicht verfügbar, weil %1 nicht erkannt wird. Besuchen Sie bitte %2 für das Herunterladen des korrekten Materialprofils." +msgid "Account synced" +msgstr "Konto wurde synchronisiert" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Marktplatz" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Datei(en) öffnen..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "Dr&ucker" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Material" +msgid "Something went wrong..." +msgstr "Irgendetwas ist schief gelaufen ..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Als aktiven Extruder festlegen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Ausstehende Updates installieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Extruder aktivieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Nach Updates für das Konto suchen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Extruder deaktivieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Das Slicing läuft..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "&Zuletzt geöffnet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Slicing nicht möglich" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Sichtbare Einstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Verarbeitung läuft" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Alle Kategorien schließen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Slice" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Sichtbarkeit einstellen verwalten..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Slicing-Vorgang starten" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Kameraposition" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Abbrechen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Kameraansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Zeitschätzung" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Ansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Materialschätzung" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Orthogonal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1 m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "&Druckplatte" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1 g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Typ anzeigen" +msgid "No time estimation available" +msgstr "Keine Zeitschätzung verfügbar" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "Wird als Stückstruktur gedruckt." +msgid "No cost estimation available" +msgstr "Keine Kostenschätzung verfügbar" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Andere Modelle, die sich mit diesem Modell überschneiden, werden angepasst." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Vorschau" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Überlappende Füllung wird bei diesem Modell angepasst." +msgid "This package will be installed after restarting." +msgstr "Dieses Paket wird nach einem Neustart installiert." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Überlappungen mit diesem Modell werden nicht unterstützt." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Allgemein" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Überschreibt %1-Einstellung." -msgstr[1] "Überschreibt %1-Einstellungen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Einstellungen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Drucker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materialien" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Profile" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Aktivieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "%1 wird geschlossen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Erstellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Möchten Sie %1 wirklich beenden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Duplizieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Paket installieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Umbenennen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Import" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Export" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Profil erstellen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Geben Sie bitte einen Namen für dieses Profil an." +msgid "Open File(s)" +msgstr "Datei(en) öffnen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Profil duplizieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Es wurden eine oder mehrere G-Code-Datei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine G-Code-Datei auf einmal öffnen. Wenn Sie eine G-Code-Datei öffnen möchten wählen Sie bitte nur eine Datei." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Entfernen bestätigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Möchten Sie %1 wirklich entfernen? Dies kann nicht rückgängig gemacht werden!" +msgid "Add Printer" +msgstr "Drucker hinzufügen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Profil umbenennen" +msgid "What's New" +msgstr "Neuheiten" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Profil importieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Ein" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Profil exportieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Aus" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Drucker: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Experimentell" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Profil mit aktuellen Einstellungen/Überschreibungen aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Druckeinstellungen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Dieses Profil verwendet die vom Drucker festgelegten Standardeinstellungen, deshalb sind in der folgenden Liste keine Einstellungen/Überschreibungen enthalten." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Druckeinrichtung ist deaktiviert. G-Code-Datei kann nicht geändert werden." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Ihre aktuellen Einstellungen stimmen mit dem gewählten Profil überein." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Empfohlen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Globale Einstellungen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Benutzerdefiniert" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Allgemein" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Es gibt kein %1-Profil für die Konfiguration in der Extruder %2. Es wird stattdessen der Standard verwendet" +msgstr[1] "Es gibt kein %1-Profil für die Konfigurationen in den Extrudern %2. Es wird stattdessen der Standard verwendet" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 msgctxt "@label" -msgid "Interface" -msgstr "Schnittstelle" +msgid "Gradual infill" +msgstr "Stufenweise Füllung" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Currency:" -msgstr "Währung:" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Die graduelle Füllung steigert die Menge der Füllung nach oben hin schrittweise." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Theme:" -msgstr "Thema:" +msgid "Support" +msgstr "Stützstruktur" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Die Anwendung muss neu gestartet werden, um die Änderungen zu übernehmen." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Bei Änderung der Einstellungen automatisch schneiden." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Automatisch schneiden" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Damit werden Strukturen zur Unterstützung von Modellteilen mit Überhängen generiert. Ohne diese Strukturen würden solche Teile während des Druckvorgangs zusammenfallen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Viewport-Verhalten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Nicht gestützte Bereiche des Modells in rot hervorheben. Ohne Support werden diese Bereiche nicht korrekt gedruckt." +msgid "Profiles" +msgstr "Profile" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Überhang anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Sie haben einige Profileinstellungen geändert. Wenn Sie diese ändern möchten, wechseln Sie in den Modus „Benutzerdefiniert“." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Heben Sie fehlende oder fehlerhafte Flächen des Modells mithilfe von Warnhinweisen hervor. In den Werkzeugpfaden fehlen oft Teile der beabsichtigten Geometrie." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "Haftung" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Modellfehler anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Drucken eines Brim- oder Raft-Elements aktivieren. Es wird ein flacher Bereich rund um oder unter Ihrem Objekt hinzugefügt, das im Anschluss leicht abgeschnitten werden kann." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Bewegt die Kamera, bis sich das Modell im Mittelpunkt der Ansicht befindet, wenn ein Modell ausgewählt wurde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Benutzerdefinierte Profile" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Zentrieren Sie die Kamera, wenn das Element ausgewählt wurde" +msgid "Discard current changes" +msgstr "Aktuelle Änderungen verwerfen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Soll das standardmäßige Zoom-Verhalten von Cura umgekehrt werden?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Kehren Sie die Richtung des Kamera-Zooms um." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Einige Einstellungs-/Überschreibungswerte unterscheiden sich von den im Profil gespeicherten Werten.\n" +"\n" +"Klicken Sie, um den Profilmanager zu öffnen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "Soll das Zoomen in Richtung der Maus erfolgen?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Einstellung" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Das Zoomen in Richtung der Maus wird in der orthografischen Perspektive nicht unterstützt." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "In Mausrichtung zoomen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Aktuell" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Sollen Modelle auf der Plattform so verschoben werden, dass sie sich nicht länger überschneiden?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Stellen Sie sicher, dass die Modelle getrennt gehalten werden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Sollen Modelle auf der Plattform so nach unten verschoben werden, dass sie die Druckplatte berühren?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Setzt Modelle automatisch auf der Druckplatte ab" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Warnmeldung im G-Code-Reader anzeigen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Warnmeldung in G-Code-Reader" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Sichtbarkeit einstellen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "Soll die Schicht in den Kompatibilitätsmodus gezwungen werden?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Schichtenansicht Kompatibilitätsmodus erzwingen (Neustart erforderlich)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Alle prüfen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Sollte Cura sich an der Stelle öffnen, an der das Programm geschlossen wurde?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Fensterposition beim Start wiederherstellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Aktivieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Welches Kamera-Rendering sollte verwendet werden?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Umbenennen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Kamera-Rendering:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Änderung Durchmesser bestätigen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Ansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Der neue Filament-Durchmesser wurde auf %1 mm eingestellt, was nicht kompatibel mit dem aktuellen Extruder ist. Möchten Sie fortfahren?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Orthogonal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Namen anzeigen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 msgctxt "@label" -msgid "Opening and saving files" -msgstr "Dateien öffnen und speichern" +msgid "Brand" +msgstr "Marke" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Sollten Dateien vom Desktop oder von externen Anwendungen in derselben Instanz von Cura geöffnet werden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Eine einzelne Instanz von Cura verwenden" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Soll das Druckbett jeweils vor dem Laden eines neuen Modells in einer einzelnen Instanz von Cura gelöscht werden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Druckbett vor dem Laden des Modells in die Einzelinstanz löschen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Sollen Modelle an das Erstellungsvolumen angepasst werden, wenn sie zu groß sind?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Große Modelle anpassen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Ein Modell kann extrem klein erscheinen, wenn seine Maßeinheit z. B. in Metern anstelle von Millimetern angegeben ist. Sollen diese Modelle hoch skaliert werden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Extrem kleine Modelle skalieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Sollten Modelle gewählt werden, nachdem sie geladen wurden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Modelle wählen, nachdem sie geladen wurden" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Soll ein Präfix anhand des Druckernamens automatisch zum Namen des Druckauftrags hinzugefügt werden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Geräte-Präfix zu Auftragsnamen hinzufügen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Soll beim Speichern einer Projektdatei eine Zusammenfassung angezeigt werden?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Dialog Zusammenfassung beim Speichern eines Projekts anzeigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Standardverhalten beim Öffnen einer Projektdatei" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Standardverhalten beim Öffnen einer Projektdatei: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Stets nachfragen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Immer als Projekt öffnen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Modelle immer importieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Wenn Sie Änderungen für ein Profil vorgenommen haben und zu einem anderen Profil gewechselt sind, wird ein Dialog angezeigt, der hinterfragt, ob Sie Ihre Änderungen beibehalten möchten oder nicht; optional können Sie ein Standardverhalten wählen, sodass dieser Dialog nicht erneut angezeigt wird." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Standardverhalten für geänderte Einstellungswerte beim Wechsel zu einem anderen Profil: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Geänderte Einstellungen immer verwerfen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Geänderte Einstellungen immer auf neues Profil übertragen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privatsphäre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Sollen anonyme Daten über Ihren Druck an Ultimaker gesendet werden? Beachten Sie, dass keine Modelle, IP-Adressen oder andere personenbezogene Daten gesendet oder gespeichert werden." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(Anonyme) Druckinformationen senden" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Mehr Informationen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Updates" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Soll Cura bei Programmstart nach Updates suchen?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Bei Start nach Updates suchen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Wählen Sie bei der Suche nach Updates nur stabile Versionen aus." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Nur stabile Versionen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Wählen Sie bei der Suche nach Updates sowohl stabile als auch Beta-Versionen." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Stabile und Beta-Versionen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Sollte jedes Mal, wenn Cura gestartet wird, eine automatische Überprüfung auf neue Plug-ins durchgeführt werden? Es wird dringend empfohlen, diese Funktion nicht zu deaktivieren!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Benachrichtigungen über Plug-in-Updates erhalten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informationen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Änderung Durchmesser bestätigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Der neue Filament-Durchmesser wurde auf %1 mm eingestellt, was nicht kompatibel mit dem aktuellen Extruder ist. Möchten Sie fortfahren?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Namen anzeigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "Materialtyp" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "Farbe" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Eigenschaften" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Dichte" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Durchmesser" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Filamentkosten" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Filamentgewicht" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Filamentlänge" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Kosten pro Meter" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Dieses Material ist mit %1 verknüpft und teilt sich damit einige seiner Eigenschaften." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Material trennen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Beschreibung" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Haftungsinformationen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Erstellen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplizieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Mit Druckern synchronisieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Drucker" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Material importieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Material konnte nicht importiert werden %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Material wurde erfolgreich importiert %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Material exportieren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Exportieren des Materials nach %1: %2 schlug fehl" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Material erfolgreich nach %1 exportiert" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informationen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Materialien mit Druckern synchronisieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Materialien mit Druckern synchronisieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Mit ein paar einfachen Schritten können Sie alle Ihre Materialprofile mit Ihren Druckern synchronisieren." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Start" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Warum muss ich Materialprofile synchronisieren?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Start" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Anmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Um die Materialprofile automatisch mit all Ihren mit Digital Factory verbundenen Druckern zu synchronisieren, müssen Sie in Cura angemeldet sein." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Materialien über USB snchronisieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Die folgenden Drucker erhalten die neuen Materialprofile:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Beim Senden der Materialien an die Drucker ist ein Fehler aufgetreten." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Materialprofile wurden erfolgreich mit den folgenden Druckern synchronisiert:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Störungen beheben" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Fehlen Drucker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Vergewissern Sie sich, dass alle Ihre Drucker eingeschaltet und mit Digital Factory verbunden sind." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Liste aktualisieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Erneut versuchen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Fertig" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Synchronisieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Synchronisierung" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Keine Drucker gefunden" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Es scheint, als ob Sie keine kompatiblen Drucker mit Digital Factory verbunden haben. Stellen Sie sicher, dass Ihr Drucker verbunden ist und die neueste Firmware ausgeführt wird." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Erfahren Sie, wie Sie Ihren Drucker mit Digital Factory verbinden" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Aktualisieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Synchronisieren von Materialprofilen über USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Führen Sie die folgenden Schritte aus, um die neuen Materialprofile in Ihren Drucker zu laden." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Klicken Sie auf die Schaltfläche Materialarchiv exportieren." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Speichern Sie die .umm-Datei auf einem USB-Stick." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Stecken Sie den USB-Stick in Ihren Drucker und starten Sie das Verfahren zum Laden neuer Materialprofile." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Wie lade ich neue Materialprofile in meinen Drucker" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Zurück" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Materialarchiv exportieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Alle Materialien exportieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Sichtbarkeit einstellen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Alle prüfen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Berechnet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Import" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Einstellung" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplizieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Aktuell" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Export" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Einheit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Entfernen bestätigen" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Nicht mit einem Drucker verbunden" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "Drucker nimmt keine Befehle an" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "In Wartung. Den Drucker überprüfen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Möchten Sie %1 wirklich entfernen? Dies kann nicht rückgängig gemacht werden!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Verbindung zum Drucker wurde unterbrochen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Material importieren" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Es wird gedruckt..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Material wurde erfolgreich importiert %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Pausiert" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Material konnte nicht importiert werden %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Vorbereitung läuft..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Material exportieren" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Bitte den Ausdruck entfernen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Exportieren des Materials nach %1: %2 schlug fehl" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Drucken abbrechen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Material erfolgreich nach %1 exportiert" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Soll das Drucken wirklich abgebrochen werden?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Ausgewähltes Modell drucken mit %1" -msgstr[1] "Ausgewählte Modelle drucken mit %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Meine Drucker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Überwachen Sie Drucker in der Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Erstellen Sie Druckprojekte in der digitalen Bibliothek." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Druckaufträge" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Dieses Profil verwendet die vom Drucker festgelegten Standardeinstellungen, deshalb sind in der folgenden Liste keine Einstellungen/Überschreibungen enthalten." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Überwachen Sie Druckaufträge und drucken Sie sie aus Ihrem Druckprotokoll nach." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Ihre aktuellen Einstellungen stimmen mit dem gewählten Profil überein." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Erweitern Sie Ultimaker Cura durch Plugins und Materialprofile." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Globale Einstellungen" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Werden Sie ein 3D-Druck-Experte mittels des E-Learning von Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Profil erstellen" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimaker Kundendienst" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Geben Sie bitte einen Namen für dieses Profil an." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Erfahren Sie, wie Sie mit Ultimaker Cura Ihre Arbeit beginnen können." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Profil exportieren" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Eine Frage stellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Profil duplizieren" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Wenden Sie sich an die Ultimaker Community." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Profil umbenennen" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Einen Fehler melden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Profil importieren" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Lassen Sie es die Entwickler wissen, falls etwas schief läuft." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Schnittstelle" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Besuchen Sie die Ultimaker-Website." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Druckersteuerung" +msgid "Currency:" +msgstr "Währung:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Tippposition" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Bei Änderung der Einstellungen automatisch schneiden." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Automatisch schneiden" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Tippdistanz" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "G-Code senden" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Einen benutzerdefinierten G-Code-Befehl an den verbundenen Drucker senden. „Eingabe“ drücken, um den Befehl zu senden." +msgid "Viewport behavior" +msgstr "Viewport-Verhalten" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Nicht gestützte Bereiche des Modells in rot hervorheben. Ohne Support werden diese Bereiche nicht korrekt gedruckt." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Die Zieltemperatur des Hotend. Das Hotend wird auf diese Temperatur aufgeheizt oder abgekühlt. Wenn der Wert 0 beträgt, wird die Hotend-Heizung ausgeschaltet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Überhang anzeigen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Die aktuelle Temperatur dieses Hotends." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Heben Sie fehlende oder fehlerhafte Flächen des Modells mithilfe von Warnhinweisen hervor. In den Werkzeugpfaden fehlen oft Teile der beabsichtigten Geometrie." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Die Temperatur, auf die das Hotend vorgeheizt wird." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Modellfehler anzeigen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Abbrechen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Bewegt die Kamera, bis sich das Modell im Mittelpunkt der Ansicht befindet, wenn ein Modell ausgewählt wurde" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Vorheizen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Zentrieren Sie die Kamera, wenn das Element ausgewählt wurde" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Heizen Sie das Hotend vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Hotend aufgeheizt ist, wenn Sie druckbereit sind." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Soll das standardmäßige Zoom-Verhalten von Cura umgekehrt werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Die Farbe des Materials in diesem Extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Kehren Sie die Richtung des Kamera-Zooms um." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Das Material in diesem Extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "Soll das Zoomen in Richtung der Maus erfolgen?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Die in diesem Extruder eingesetzte Düse." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Das Zoomen in Richtung der Maus wird in der orthografischen Perspektive nicht unterstützt." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Der Drucker ist nicht verbunden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "In Mausrichtung zoomen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Druckbett" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Sollen Modelle auf der Plattform so verschoben werden, dass sie sich nicht länger überschneiden?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Die Zieltemperatur des heizbaren Betts. Das Bett wird auf diese Temperatur aufgeheizt oder abgekühlt. Wenn der Wert 0 beträgt, wird die Bettheizung ausgeschaltet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Stellen Sie sicher, dass die Modelle getrennt gehalten werden" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Die aktuelle Temperatur des beheizten Betts." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Sollen Modelle auf der Plattform so nach unten verschoben werden, dass sie die Druckplatte berühren?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Die Temperatur, auf die das Bett vorgeheizt wird." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Setzt Modelle automatisch auf der Druckplatte ab" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Heizen Sie das Bett vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Bett aufgeheizt ist, wenn Sie druckbereit sind." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Warnmeldung im G-Code-Reader anzeigen." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Anmelden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Warnmeldung in G-Code-Reader" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Materialprofile und Plug-ins aus dem Marketplace hinzufügen\n" -"- Materialprofile und Plug-ins sichern und synchronisieren\n" -"- Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der Ultimaker Community" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "Soll die Schicht in den Kompatibilitätsmodus gezwungen werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Kostenloses Ultimaker-Konto erstellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Schichtenansicht Kompatibilitätsmodus erzwingen (Neustart erforderlich)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Letztes Update: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Sollte Cura sich an der Stelle öffnen, an der das Programm geschlossen wurde?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker‑Konto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Fensterposition beim Start wiederherstellen" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Abmelden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Welches Kamera-Rendering sollte verwendet werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Überprüfung läuft ..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Kamera-Rendering:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Konto wurde synchronisiert" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Ansicht" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Orthogonal" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Irgendetwas ist schief gelaufen ..." +msgid "Opening and saving files" +msgstr "Dateien öffnen und speichern" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Ausstehende Updates installieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Sollten Dateien vom Desktop oder von externen Anwendungen in derselben Instanz von Cura geöffnet werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Nach Updates für das Konto suchen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Eine einzelne Instanz von Cura verwenden" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Unbenannt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Soll das Druckbett jeweils vor dem Laden eines neuen Modells in einer einzelnen Instanz von Cura gelöscht werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Keine auswählbaren Einträge" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Druckbett vor dem Laden des Modells in die Einzelinstanz löschen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Online-Fehlerbehebung anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Sollen Modelle an das Erstellungsvolumen angepasst werden, wenn sie zu groß sind?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Umschalten auf Vollbild-Modus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Große Modelle anpassen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Vollbildmodus beenden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Ein Modell kann extrem klein erscheinen, wenn seine Maßeinheit z. B. in Metern anstelle von Millimetern angegeben ist. Sollen diese Modelle hoch skaliert werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "&Rückgängig machen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Extrem kleine Modelle skalieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Wiederholen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Sollten Modelle gewählt werden, nachdem sie geladen wurden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Beenden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Modelle wählen, nachdem sie geladen wurden" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "3D-Ansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Soll ein Präfix anhand des Druckernamens automatisch zum Namen des Druckauftrags hinzugefügt werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Vorderansicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Geräte-Präfix zu Auftragsnamen hinzufügen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Draufsicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Soll beim Speichern einer Projektdatei eine Zusammenfassung angezeigt werden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Ansicht von unten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Dialog Zusammenfassung beim Speichern eines Projekts anzeigen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Ansicht von links" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Standardverhalten beim Öffnen einer Projektdatei" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Ansicht von rechts" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Standardverhalten beim Öffnen einer Projektdatei: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Cura konfigurieren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Stets nachfragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Drucker hinzufügen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Immer als Projekt öffnen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Dr&ucker verwalten..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Modelle immer importieren" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Materialien werden verwaltet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Wenn Sie Änderungen für ein Profil vorgenommen haben und zu einem anderen Profil gewechselt sind, wird ein Dialog angezeigt, der hinterfragt, ob Sie Ihre Änderungen beibehalten möchten oder nicht; optional können Sie ein Standardverhalten wählen, sodass dieser Dialog nicht erneut angezeigt wird." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Weiteres Material aus Marketplace hinzufügen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Standardverhalten für geänderte Einstellungswerte beim Wechsel zu einem anderen Profil: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&Profil mit aktuellen Einstellungen/Überschreibungen aktualisieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Geänderte Einstellungen immer verwerfen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Aktuelle Änderungen verwerfen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Geänderte Einstellungen immer auf neues Profil übertragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "P&rofil von aktuellen Einstellungen/Überschreibungen erstellen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privatsphäre" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Profile verwalten..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Sollen anonyme Daten über Ihren Druck an Ultimaker gesendet werden? Beachten Sie, dass keine Modelle, IP-Adressen oder andere personenbezogene Daten gesendet oder gespeichert werden." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Online-&Dokumentation anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(Anonyme) Druckinformationen senden" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "&Fehler melden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Updates" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Neuheiten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Soll Cura bei Programmstart nach Updates suchen?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Über..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Bei Start nach Updates suchen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Ausgewählte löschen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Wählen Sie bei der Suche nach Updates nur stabile Versionen aus." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Ausgewählte zentrieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Nur stabile Versionen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Ausgewählte vervielfachen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Wählen Sie bei der Suche nach Updates sowohl stabile als auch Beta-Versionen." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Modell löschen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Stabile und Beta-Versionen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Modell auf Druckplatte ze&ntrieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Sollte jedes Mal, wenn Cura gestartet wird, eine automatische Überprüfung auf neue Plug-ins durchgeführt werden? Es wird dringend empfohlen, diese Funktion nicht zu deaktivieren!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "Modelle &gruppieren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Benachrichtigungen über Plug-in-Updates erhalten" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Gruppierung für Modelle aufheben" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Drucker nach IP-Adresse hinzufügen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "Modelle &zusammenführen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Geben Sie die IP-Adresse Ihres Druckers ein." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "Modell &multiplizieren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Hinzufügen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Alle Modelle wählen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Verbindung mit Drucker nicht möglich." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Druckplatte reinigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Sie können keine Verbindung zu Ihrem Ultimaker-Drucker herstellen?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Alle Modelle neu laden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "Der Drucker unter dieser Adresse hat noch nicht reagiert." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Alle Modelle an allen Druckplatten anordnen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Dieser Drucker kann nicht hinzugefügt werden, weil es sich um einen unbekannten Drucker handelt oder er nicht im Host einer Gruppe enthalten ist." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Alle Modelle anordnen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Verbinden" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Anordnung auswählen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Versionshinweise" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Alle Modellpositionen zurücksetzen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Benutzervereinbarung" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Alle Modelltransformationen zurücksetzen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Stimme zu" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&Datei(en) öffnen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Ablehnen und schließen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Neues Projekt..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Neuheiten" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Konfigurationsordner anzeigen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Weiter" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Sichtbarkeit einstellen wird konfiguriert..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Einen Cloud-Drucker hinzufügen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Marktplatz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "Auf eine Antwort von der Cloud warten" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Diese Einstellung wird nicht verwendet, weil alle hierdurch beeinflussten Einstellungen aufgehoben werden." +msgid "No printers found in your account?" +msgstr "Keine Drucker in Ihrem Konto gefunden?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Hat Einfluss auf" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "Folgende Drucker in Ihrem Konto wurden zu Cura hinzugefügt:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Wird beeinflusst von" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Drucker manuell hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Materialeinstellungen und Plug-ins aus dem Marketplace hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Materialeinstellungen und Plug-ins sichern und synchronisieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der Ultimaker Community" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Überspringen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Kostenloses Ultimaker-Konto erstellen" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Diese Einstellung wird stets zwischen allen Extrudern geteilt. Eine Änderung ändert den Wert für alle Extruder." +msgid "Welcome to Ultimaker Cura" +msgstr "Willkommen bei Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Befolgen Sie bitte diese Schritte für das Einrichten von\n" +"Ultimaker Cura. Dies dauert nur wenige Sekunden." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Erste Schritte" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Diese Einstellung wird durch gegensätzliche, extruderspezifische Werte gelöst:" +msgid "Empty" +msgstr "Leer" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Diese Einstellung hat einen vom Profil abweichenden Wert.\n" -"\n" -"Klicken Sie, um den Wert des Profils wiederherzustellen." +msgid "Manufacturer" +msgstr "Hersteller" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Diese Einstellung wird normalerweise berechnet; aktuell ist jedoch ein Absolutwert eingestellt.\n" -"\n" -"Klicken Sie, um den berechneten Wert wiederherzustellen." +msgid "Profile author" +msgstr "Autor des Profils" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Druckername" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Bitte weisen Sie Ihrem Drucker einen Namen zu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Einen Drucker hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Einen vernetzten Drucker hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Einen unvernetzten Drucker hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Kein Drucker in Ihrem Netzwerk gefunden." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Aktualisieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Drucker nach IP hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Ein Cloud-Drucker hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Störungen beheben" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Helfen Sie uns, Ultimaker Cura zu verbessern" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura erfasst anonyme Daten, um die Druckqualität und Benutzererfahrung zu steigern. Dazu gehören:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Gerätetypen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Materialverbrauch" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Anzahl der Slices" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Druckeinstellungen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Die von Ultimaker Cura erfassten Daten enthalten keine personenbezogenen Daten." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Mehr Informationen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Objektliste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Wird als Stückstruktur gedruckt." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Andere Modelle, die sich mit diesem Modell überschneiden, werden angepasst." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Überlappende Füllung wird bei diesem Modell angepasst." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Überlappungen mit diesem Modell werden nicht unterstützt." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Überschreibt %1-Einstellung." +msgstr[1] "Überschreibt %1-Einstellungen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Verbundene Drucker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Voreingestellte Drucker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "Der Cloud-Drucker ist offline. Bitte prüfen Sie, ob der Drucker eingeschaltet und mit dem Internet verbunden ist." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Der Drucker ist nicht mit Ihrem Konto verbunden. Bitte besuchen Sie die Ultimaker Digital Factory, um eine Verbindung herzustellen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "Die Cloud-Verbindung ist aktuell nicht verfügbar. Bitte melden Sie sich an, um sich mit dem Cloud-Drucker zu verbinden." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "Die Cloud-Verbindung ist aktuell nicht verfügbar. Bitte überprüfen Sie ihre Internetverbindung." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Drucker hinzufügen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Drucker verwalten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Unbenannt" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Nicht mit einem Drucker verbunden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "Drucker nimmt keine Befehle an" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "In Wartung. Den Drucker überprüfen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Verbindung zum Drucker wurde unterbrochen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Es wird gedruckt..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Pausiert" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Vorbereitung läuft..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Bitte den Ausdruck entfernen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Drucken abbrechen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Soll das Drucken wirklich abgebrochen werden?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Einige ausgeblendete Einstellungen verwenden Werte, die von ihren normalen, berechneten Werten abweichen.\n" +"\n" +"Klicken Sie, um diese Einstellungen sichtbar zu machen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Einstellungen durchsuchen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Werte für alle Extruder kopieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Alle geänderten Werte für alle Extruder kopieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Diese Einstellung ausblenden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Diese Einstellung ausblenden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Diese Einstellung weiterhin anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Sichtbarkeit einstellen wird konfiguriert..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Diese Einstellung wird nicht verwendet, weil alle hierdurch beeinflussten Einstellungen aufgehoben werden." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Hat Einfluss auf" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Wird beeinflusst von" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Diese Einstellung wird stets zwischen allen Extrudern geteilt. Eine Änderung ändert den Wert für alle Extruder." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Diese Einstellung wird durch gegensätzliche, extruderspezifische Werte gelöst:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Diese Einstellung hat einen vom Profil abweichenden Wert.\n" +"\n" +"Klicken Sie, um den Wert des Profils wiederherzustellen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Diese Einstellung wird normalerweise berechnet; aktuell ist jedoch ein Absolutwert eingestellt.\n" +"\n" +"Klicken Sie, um den berechneten Wert wiederherzustellen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Aktiver Druck" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Name des Auftrags" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Druckzeit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Geschätzte verbleibende Zeit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Umschalten auf Vollbild-Modus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Vollbildmodus beenden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "&Rückgängig machen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Wiederholen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Beenden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "3D-Ansicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Vorderansicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Draufsicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Ansicht von unten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Ansicht von links" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Ansicht von rechts" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Cura konfigurieren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Drucker hinzufügen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Dr&ucker verwalten..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Materialien werden verwaltet..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&Profil mit aktuellen Einstellungen/Überschreibungen aktualisieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Aktuelle Änderungen verwerfen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "P&rofil von aktuellen Einstellungen/Überschreibungen erstellen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Profile verwalten..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Online-&Dokumentation anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "&Fehler melden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Neuheiten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Über..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Ausgewählte löschen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Ausgewählte zentrieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Ausgewählte vervielfachen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Modell löschen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Modell auf Druckplatte ze&ntrieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "Modelle &gruppieren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Gruppierung für Modelle aufheben" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "Modelle &zusammenführen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "Modell &multiplizieren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Alle Modelle wählen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Druckplatte reinigen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Alle Modelle neu laden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Alle Modelle anordnen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Anordnung auswählen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Alle Modellpositionen zurücksetzen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Alle Modelltransformationen zurücksetzen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&Datei(en) öffnen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Neues Projekt..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Konfigurationsordner anzeigen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3D-Ansicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Vorderansicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Draufsicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Ansicht von links" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Ansicht von rechts" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Bietet eine Vorbereitungsstufe in Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Vorbereitungsstufe" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Ermöglicht das Exportieren von Cura-Profilen." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Cura-Profil-Writer" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Unterstützt das Lesen von Modelldateien." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh Reader" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Nach Firmware-Updates suchen." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Firmware-Update-Prüfer" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Protokolliert bestimmte Ereignisse, damit diese vom Absturzbericht verwendet werden können" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Sentry-Protokolleinrichtung" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Bietet eine Überwachungsstufe in Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Überwachungsstufe" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Ermöglicht Hotplugging des Wechseldatenträgers und Beschreiben." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Ausgabegerät-Plugin für Wechseldatenträger" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Ermöglicht das Lesen von AMF-Dateien." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMF-Reader" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Bietet Unterstützung für das Lesen von Ultimaker Format Packages." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP-Reader" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Stellt eine Verbindung zur Digitalen Bibliothek her und ermöglicht es Cura, Dateien aus der Digitalen Bibliothek zu öffnen und darin zu speichern." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Digitale Bibliothek von Ultimaker" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Ermöglicht die Einstellungen pro Objekt." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Werkzeug „Einstellungen pro Objekt“" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Ermöglicht Gerätemaßnahmen für die Aktualisierung der Firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Firmware-Aktualisierungsfunktion" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Verwaltet Netzwerkverbindungen zu Ultimaker-Netzwerkdruckern." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker-Netzwerkverbindung" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Überprüft Modelle und Druckkonfiguration auf mögliche Probleme und erteilt Empfehlungen." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Modell-Prüfer" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Simulationsansicht" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Schreibt G-Code in eine Datei." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "G-Code-Writer" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Bietet Unterstützung für das Schreiben von 3MF-Dateien." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MF-Writer" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Liest G-Code-Format aus einem komprimierten Archiv." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Reader für komprimierten G-Code" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Bietet Möglichkeiten, um XML-basierte Materialprofile zu lesen und zu schreiben." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Materialprofile" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Stellt die Verbindung zum Slicing-Backend der CuraEngine her." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine Backend" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Bietet Unterstützung für das Lesen von X3D-Dateien." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3D-Reader" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Ermöglicht Erstellung von druckbarer Geometrie aus einer 2D-Bilddatei." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Bild-Reader" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Ermöglicht das Lesen von 3MF-Dateien." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MF-Reader" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Bietet Unterstützung für das Schreiben von Ultimaker Format Packages." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UFP-Writer" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Bietet Unterstützung für den Import von Profilen der Vorgängerversionen von Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Cura-Vorgängerprofil-Reader" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Aktualisiert Konfigurationen von Cura 4.3 auf Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Upgrade von Version 4.3 auf 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Aktualisiert Konfigurationen von Cura 2.1 auf Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Upgrade von Version 2.1 auf 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Aktualisiert Konfigurationen von Cura 4.1 auf Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Upgrade von Version 4.1 auf 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Upgrade der Konfigurationen von Cura 4.5 auf Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Upgrade von Version 4.5 auf 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Aktualisiert Konfigurationen von Cura 3.3 auf Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Upgrade von Version 3.3 auf 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Upgrade der Konfigurationen von Cura 4.8 auf Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Upgrade von Version 4.8 auf 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Aktualisiert Konfigurationen von Cura 2.7 auf Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Upgrade von Version 2.7 auf 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Upgrade der Konfigurationen von Cura 4.4 auf Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Einstellungen durchsuchen" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Upgrade von Version 4.4 auf 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Werte für alle Extruder kopieren" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Aktualisiert Konfigurationen von Cura 3.0 auf Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Alle geänderten Werte für alle Extruder kopieren" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Upgrade von Version 3.0 auf 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Diese Einstellung ausblenden" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Upgrade der Konfigurationen von Cura 4.6.0 auf Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Diese Einstellung ausblenden" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Upgrade von Version 4.6.0 auf 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Diese Einstellung weiterhin anzeigen" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Aktualisiert Konfigurationen von Cura 2.6 auf Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Einige ausgeblendete Einstellungen verwenden Werte, die von ihren normalen, berechneten Werten abweichen.\n" -"\n" -"Klicken Sie, um diese Einstellungen sichtbar zu machen." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Upgrade von Version 2.6 auf 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Dieses Paket wird nach einem Neustart installiert." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Aktualisiert Konfigurationen von Cura 4.2 auf Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Einstellungen" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Upgrade von Version 4.2 auf 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "%1 wird geschlossen" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Aktualisiert Konfigurationen von Cura 4.0 auf Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Möchten Sie %1 wirklich beenden?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Upgrade von Version 4.0 auf 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Paket installieren" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Aktualisiert Konfigurationen von Cura 4.6.2 auf Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Datei(en) öffnen" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Upgrade von Version 4.6.2 auf 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Es wurden eine oder mehrere G-Code-Datei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine G-Code-Datei auf einmal öffnen. Wenn Sie eine G-Code-Datei öffnen möchten wählen Sie bitte nur eine Datei." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Upgrade der Konfigurationen von Cura 4.9 auf Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Drucker hinzufügen" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Upgrade von Version 4.9 auf 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Neuheiten" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Aktualisiert Konfigurationen von Cura 2.2 auf Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Upgrade von Version 2.2 auf 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Ermöglicht die Einstellungen pro Objekt." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Aktualisiert Konfigurationen von Cura 3.2 auf Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Werkzeug „Einstellungen pro Objekt“" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Upgrade von Version 3.2 auf 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Ermöglicht das Importieren von Cura-Profilen." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Aktualisiert Konfigurationen von Cura 2.5 auf Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura-Profil-Reader" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Upgrade von Version 2.5 auf 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Bietet Unterstützung für das Lesen von X3D-Dateien." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Aktualisiert Konfigurationen von Cura 3.5 auf Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D-Reader" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Upgrade von Version 3.5 auf 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Sicherung und Wiederherstellen Ihrer Konfiguration." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Aktualisiert Konfigurationen von Cura 3.4 auf Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura-Backups" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Upgrade von Version 3.4 auf 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Beschreibt die Durchführung der Geräteeinstellung (z. B. Druckabmessung, Düsengröße usw.)" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Upgrade der Konfigurationen von Cura 4.7 auf Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Beschreibung Geräteeinstellungen" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Upgrade von Version 4.7 auf 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Erstellt ein Radierernetz, um den Druck von Stützstrukturen in bestimmten Positionen zu blockieren" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Aktualisiert die Konfigurationen von Cura 4.11 auf Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Stützstruktur-Radierer" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Upgrade von Version 4.11 auf 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Ermöglicht Hotplugging des Wechseldatenträgers und Beschreiben." +msgid "Backup and restore your configuration." +msgstr "Sicherung und Wiederherstellen Ihrer Konfiguration." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Ausgabegerät-Plugin für Wechseldatenträger" +msgid "Cura Backups" +msgstr "Cura-Backups" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Ermöglicht Gerätemaßnahmen für die Aktualisierung der Firmware." +msgid "Provides support for importing Cura profiles." +msgstr "Ermöglicht das Importieren von Cura-Profilen." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Firmware-Aktualisierungsfunktion" +msgid "Cura Profile Reader" +msgstr "Cura-Profil-Reader" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Bietet Unterstützung für den Import von Profilen der Vorgängerversionen von Cura." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Sendet anonymisierte Slice-Informationen. Kann in den Einstellungen deaktiviert werden." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Cura-Vorgängerprofil-Reader" +msgid "Slice info" +msgstr "Slice-Informationen" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Ermöglicht das Lesen von 3MF-Dateien." +msgid "Provides support for importing profiles from g-code files." +msgstr "Ermöglicht das Importieren von Profilen aus G-Code-Dateien." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF-Reader" +msgid "G-code Profile Reader" +msgstr "G-Code-Profil-Reader" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Bietet Unterstützung für das Schreiben von Ultimaker Format Packages." +msgid "Writes g-code to a compressed archive." +msgstr "G-Code wird in ein komprimiertes Archiv geschrieben." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFP-Writer" +msgid "Compressed G-code Writer" +msgstr "Writer für komprimierten G-Code" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Protokolliert bestimmte Ereignisse, damit diese vom Absturzbericht verwendet werden können" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Erweiterung, die eine Nachbearbeitung von Skripten ermöglicht, die von Benutzern erstellt wurden" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Sentry-Protokolleinrichtung" +msgid "Post Processing" +msgstr "Nachbearbeitung" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Ermöglicht das Importieren von Profilen aus G-Code-Dateien." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Erstellt ein Radierernetz, um den Druck von Stützstrukturen in bestimmten Positionen zu blockieren" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-Code-Profil-Reader" +msgid "Support Eraser" +msgstr "Stützstruktur-Radierer" #: PreviewStage/plugin.json msgctxt "description" @@ -5898,55 +6484,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Röntgen-Ansicht" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Stellt die Verbindung zum Slicing-Backend der CuraEngine her." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Ermöglicht Maschinenabläufe für Ultimaker-Maschinen (z. B. Assistent für Bettnivellierung, Auswahl von Upgrades usw.)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine Backend" +msgid "Ultimaker machine actions" +msgstr "Ultimaker-Maschinenabläufe" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Ermöglicht das Lesen von AMF-Dateien." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF-Reader" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Liest G-Code-Format aus einem komprimierten Archiv." +msgid "Provides a normal solid mesh view." +msgstr "Bietet eine normale, solide Netzansicht." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Reader für komprimierten G-Code" +msgid "Solid View" +msgstr "Solide Ansicht" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Erweiterung, die eine Nachbearbeitung von Skripten ermöglicht, die von Benutzern erstellt wurden" +msgid "Allows loading and displaying G-code files." +msgstr "Ermöglicht das Laden und Anzeigen von G-Code-Dateien." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Nachbearbeitung" +msgid "G-code Reader" +msgstr "G-Code-Reader" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Ermöglicht das Exportieren von Cura-Profilen." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Beschreibt die Durchführung der Geräteeinstellung (z. B. Druckabmessung, Düsengröße usw.)" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura-Profil-Writer" +msgid "Machine Settings Action" +msgstr "Beschreibung Geräteeinstellungen" #: USBPrinting/plugin.json msgctxt "description" @@ -5958,415 +6544,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB-Drucken" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Bietet eine Vorbereitungsstufe in Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Materialien synchronisieren" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Vorbereitungsstufe" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Sie müssen das Programm beenden und neu starten {}, bevor Änderungen wirksam werden." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Ermöglicht das Laden und Anzeigen von G-Code-Dateien." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Synchronisierung läuft ..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-Code-Reader" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Von Ihrem Ultimaker-Konto erkannte Änderungen" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Ermöglicht Erstellung von druckbarer Geometrie aus einer 2D-Bilddatei." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Möchten Sie Material- und Softwarepakete mit Ihrem Konto synchronisieren?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Bild-Reader" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchronisieren" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Ermöglicht Maschinenabläufe für Ultimaker-Maschinen (z. B. Assistent für Bettnivellierung, Auswahl von Upgrades usw.)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Ablehnen und vom Konto entfernen" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker-Maschinenabläufe" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{} Plugins konnten nicht heruntergeladen werden" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "G-Code wird in ein komprimiertes Archiv geschrieben." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Plugin für Lizenzvereinbarung" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Writer für komprimierten G-Code" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Bild konvertieren..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Nach Firmware-Updates suchen." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "Die Breite der Druckplatte in Millimetern." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Firmware-Update-Prüfer" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Marktplatz" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Sendet anonymisierte Slice-Informationen. Kann in den Einstellungen deaktiviert werden." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Cura muss neu gestartet werden, um die Änderungen der Pakete zu übernehmen." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Slice-Informationen" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Installieren" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Bietet Möglichkeiten, um XML-basierte Materialprofile zu lesen und zu schreiben." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Installiert" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Materialprofile" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Stellt eine Verbindung zur Digitalen Bibliothek her und ermöglicht es Cura, Dateien aus der Digitalen Bibliothek zu öffnen und darin zu speichern." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Zum Web Marketplace gehen" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Digitale Bibliothek von Ultimaker" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Materialien suchen" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Neue Cura Pakete finden, verwalten und installieren." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Kompatibilität" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Toolbox" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Gerät" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Schreibt G-Code in eine Datei." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Druckbett" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "G-Code-Writer" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Support" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Ermöglicht die Simulationsansicht." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Qualität" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Simulationsansicht" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Technisches Datenblatt" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Upgrade der Konfigurationen von Cura 4.5 auf Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Sicherheitsdatenblatt" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Upgrade von Version 4.5 auf 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Druckrichtlinien" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Aktualisiert Konfigurationen von Cura 2.5 auf Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Website" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Upgrade von Version 2.5 auf 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Anmeldung für Installation oder Update erforderlich" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Upgrade der Konfigurationen von Cura 4.6.0 auf Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Materialspulen kaufen" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Upgrade von Version 4.6.0 auf 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Aktualisierung" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Upgrade der Konfigurationen von Cura 4.7 auf Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Aktualisierung wird durchgeführt" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Upgrade von Version 4.7 auf 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Aktualisiert" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Aktualisiert Konfigurationen von Cura 3.4 auf Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Zurück" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Upgrade von Version 3.4 auf 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Plugins" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Installiert" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Installiert nach Neustart" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Anmeldung für Update erforderlich" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Downgraden" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Deinstallieren" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Aktualisiert Konfigurationen von Cura 2.1 auf Cura 2.2." +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Community-Beiträge" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Upgrade von Version 2.1 auf 2.2" +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Community-Plugins" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Aktualisiert Konfigurationen von Cura 3.2 auf Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Generische Materialien" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Upgrade von Version 3.2 auf 3.3" +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Pakete werden abgeholt..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Upgrade der Konfigurationen von Cura 4.8 auf Cura 4.9." +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Website" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Upgrade von Version 4.8 auf 4.9" +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-Mail" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Aktualisiert Konfigurationen von Cura 4.6.2 auf Cura 4.7." +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Bitte melden Sie sich an, um verifizierte Plugins und Materialien für Ultimaker Cura Enterprise zu erhalten" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Upgrade von Version 4.6.2 auf 4.7" +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Version" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Aktualisiert Konfigurationen von Cura 4.2 auf Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Zuletzt aktualisiert" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Upgrade von Version 4.2 auf 4.3" +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Downloads" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Aktualisiert Konfigurationen von Cura 4.3 auf Cura 4.4." +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Installierte Plugins" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Upgrade von Version 4.3 auf 4.4" +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Es wurde kein Plugin installiert." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Upgrade der Konfigurationen von Cura 4.9 auf Cura 4.10." +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Installierte Materialien" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Upgrade von Version 4.9 auf 4.10" +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Es wurde kein Material installiert." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Aktualisiert Konfigurationen von Cura 2.7 auf Cura 3.0." +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Gebündelte Plugins" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Upgrade von Version 2.7 auf 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Gebündelte Materialien" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Aktualisiert Konfigurationen von Cura 2.6 auf Cura 2.7." +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Verbindung zur Cura Paket-Datenbank konnte nicht hergestellt werden. Bitte überprüfen Sie Ihre Verbindung." -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Upgrade von Version 2.6 auf 2.7" +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Sie müssen die Lizenz akzeptieren, um das Paket zu installieren" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Aktualisiert die Konfigurationen von Cura 4.11 auf Cura 4.12." +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Änderungen in deinem Konto" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Upgrade von Version 4.11 auf 4.12" +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Verwerfen" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Aktualisiert Konfigurationen von Cura 3.3 auf Cura 3.4." +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Die folgenden Pakete werden hinzugefügt:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Upgrade von Version 3.3 auf 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Die folgenden Pakete können nicht hinzugefügt werden, weil die Cura-Version nicht kompatibel ist:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Aktualisiert Konfigurationen von Cura 3.0 auf Cura 3.1." +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Deinstallieren bestätigen" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Upgrade von Version 3.0 auf 3.1" +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Sie sind dabei, Materialien und/oder Profile zu deinstallieren, die noch verwendet werden. Durch Bestätigen werden die folgenden Materialien/Profile auf ihre Standardeinstellungen zurückgesetzt." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Aktualisiert Konfigurationen von Cura 4.0 auf Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materialien" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Upgrade von Version 4.0 auf 4.1" +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profile" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Upgrade der Konfigurationen von Cura 4.4 auf Cura 4.5." +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Bestätigen" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Upgrade von Version 4.4 auf 4.5" +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Einige Punkte bei diesem Druck könnten problematisch sein. Klicken Sie, um Tipps für die Anpassung zu erhalten." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Aktualisiert Konfigurationen von Cura 2.2 auf Cura 2.4." +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Support-Bibliothek für die Handhabung von ebenen Objekten" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Upgrade von Version 2.2 auf 2.4" +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Sie haben einige Profileinstellungen personalisiert.\n" +#~ "Möchten Sie diese geänderten Einstellungen nach einem Profilwechsel beibehalten?\n" +#~ "Sie können die Änderungen auch verwerfen, um die Standardeinstellungen von '%1' zu laden." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Aktualisiert Konfigurationen von Cura 4.1 auf Cura 4.2." +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "&Druckplatte" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Upgrade von Version 4.1 auf 4.2" +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Erstellen" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Aktualisiert Konfigurationen von Cura 3.5 auf Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplizieren" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Upgrade von Version 3.5 auf 4.0" +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Drucker: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Verwaltet Netzwerkverbindungen zu Ultimaker-Netzwerkdruckern." +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Profil mit aktuellen Einstellungen/Überschreibungen aktualisieren" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker-Netzwerkverbindung" +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Thema:" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Unterstützt das Lesen von Modelldateien." +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Die Anwendung muss neu gestartet werden, um die Änderungen zu übernehmen." -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh Reader" +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Mehr Informationen" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Bietet Unterstützung für das Lesen von Ultimaker Format Packages." +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Erstellen" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP-Reader" +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Mit Druckern synchronisieren" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Bietet eine normale, solide Netzansicht." +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Drucker" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Solide Ansicht" +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Einheit" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Bietet Unterstützung für das Schreiben von 3MF-Dateien." +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Online-Fehlerbehebung anzeigen" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MF-Writer" +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Weiteres Material aus Marketplace hinzufügen" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Bietet eine Überwachungsstufe in Cura." +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Alle Modelle an allen Druckplatten anordnen" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Überwachungsstufe" +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Marktplatz" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Überprüft Modelle und Druckkonfiguration auf mögliche Probleme und erteilt Empfehlungen." +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Neue Cura Pakete finden, verwalten und installieren." -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Modell-Prüfer" +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Toolbox" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Ermöglicht die Simulationsansicht." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." @@ -7225,8 +7759,7 @@ msgstr "Modell-Prüfer" #~ "\n" #~ "Select your printer from the list below:" #~ msgstr "" -#~ "Um über das Netzwerk direkt auf Ihrem Drucker zu drucken, stellen Sie bitte sicher, dass der Drucker mit dem Netzwerkkabel verbunden ist oder verbinden Sie Ihren Drucker mit Ihrem WLAN-Netzwerk. Wenn Sie Cura nicht mit Ihrem Drucker verbinden, können Sie dennoch ein USB-Laufwerk für die Übertragung " -#~ "von G-Code-Dateien auf Ihren Drucker verwenden.\n" +#~ "Um über das Netzwerk direkt auf Ihrem Drucker zu drucken, stellen Sie bitte sicher, dass der Drucker mit dem Netzwerkkabel verbunden ist oder verbinden Sie Ihren Drucker mit Ihrem WLAN-Netzwerk. Wenn Sie Cura nicht mit Ihrem Drucker verbinden, können Sie dennoch ein USB-Laufwerk für die Übertragung von G-Code-Dateien auf Ihren Drucker verwenden.\n" #~ "\n" #~ "Wählen Sie Ihren Drucker aus der folgenden Liste:" diff --git a/resources/i18n/de_DE/fdmextruder.def.json.po b/resources/i18n/de_DE/fdmextruder.def.json.po index 76cc994c6c..e8f3bc0c92 100644 --- a/resources/i18n/de_DE/fdmextruder.def.json.po +++ b/resources/i18n/de_DE/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:15+0200\n" "Last-Translator: Bothof \n" "Language-Team: German\n" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index 25ee8fcf09..deb12a31b2 100644 --- a/resources/i18n/de_DE/fdmprinter.def.json.po +++ b/resources/i18n/de_DE/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:16+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: German , German \n" @@ -466,8 +466,8 @@ msgstr "Gerätekopf und Lüfter Polygon" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Eine 2D-Shilhouette des Druckkopfes (mit Lüfterkappen)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -739,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Der Durchmesser des Rades für den Transport des Materials in den Feeder." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -959,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Die Anzahl der Wände. Wenn diese anhand der Wanddicke berechnet wird, wird der Wert auf eine ganze Zahl auf- oder abgerundet." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -990,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optimieren Sie die Reihenfolge, in der die Wände gedruckt werden, um die Anzahl der Einzüge und die zurückgelegten Distanzen zu reduzieren. Dieser Schritt bringt für die meisten Teile Vorteile, allerdings werden einige möglicherweise länger benötigen. Vergleichen Sie deshalb bitte die Schätzung der Druckzeiten mit und ohne Optimierung. Bei Wahl eines Brims als Druckplattenhaftungstyp ist die erste Schicht nicht optimiert." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Außenwände vor Innenwänden" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Druckt Wände bei Aktivierung von außen nach innen. Dies kann die Maßgenauigkeit in X und Y erhöhen, wenn hochviskose Kunststoffe wie ABS verwendet werden; allerdings kann es die Druckqualität der Außenfläche vermindern, insbesondere bei Überhängen." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1010,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Es wird eine Zusatzwand für jede zweite Schicht gedruckt. Auf diese Weise gelangt Füllung zwischen diese Zusatzwände, was zu stärkeren Drucken führt." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Wandüberlappungen ausgleichen" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Der Fluss für Teile einer Wand wird ausgeglichen, die dort gedruckt werden, wo sich bereits eine Wand befindet." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Außenwandüberlappungen ausgleichen" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Der Fluss für Teile einer Außenwand wird ausgeglichen, die dort gedruckt werden, wo sich bereits eine Wand befindet." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Innenwandüberlappungen ausgleichen" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Der Fluss für Teile einer Innenwand wird ausgeglichen, die dort gedruckt werden, wo sich bereits eine Wand befindet." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Mindestwandfluss" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Minimal zulässiger Fluss als Prozentwert für eine Wandlinie. Die Wand-Überlappungskompensation reduziert den Fluss einer Wand, wenn sie nah an einer vorhandenen Wand liegt. Wände, deren Fluss unter diesem Wert liegt, werden durch eine Fahrbewegung ersetzt. Bei Verwendung dieser Einstellung müssen Sie die Wand-Überlappungskompensation aktivieren und die Außenwand vor den Innenwänden drucken." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Einziehen bevorzugt" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Bei Aktivierung wird der Einzug anstelle des Combings für zurückzulegende Wege verwendet, die Wände ersetzen, deren Fluss unter der mindestens erforderlichen Flussschwelle liegt." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Lücken zwischen Wänden füllen" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Füllt die Lücken zwischen den Wänden, wo keine Wand passt." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Nirgends" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Drucken von dünnen Wänden" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Überall" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Drucken Sie Teile des Modells, die horizontal dünner als die Düsengröße sind." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Kleine Lücken ausfiltern" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Kleine Lücken ausfiltern, um Tropfen an der Außenseite des Modells zu reduzieren." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Drucken von dünnen Wänden" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Drucken Sie Teile des Modells, die horizontal dünner als die Düsengröße sind." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2198,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Um die Schrumpfung des Materials beim Abkühlen zu kompensieren, wird das Modell mit diesem Faktor skaliert." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2709,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Die ersten Schichten werden langsamer als der Rest des Modells gedruckt, damit sie besser am Druckbett haften und um die Wahrscheinlichkeit eines erfolgreichen Drucks zu erhöhen. Die Geschwindigkeit wird während des Druckens dieser Schichten schrittweise erhöht." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Ausgleich des Filamentflusses" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Drucken Sie dünnere Linien schneller als normale Linien, so dass die Menge des extrudierten Materials pro Sekunde gleich bleibt. Dünne Teile in Ihrem Modell erfordern möglicherweise einen Liniendruck mit geringerer Linienbreite als in den Einstellungen vorgesehen. Diese Einstellung steuert die Geschwindigkeitsänderungen für diese Linien." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Maximale Geschwindigkeit für Flussausgleich" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Maximale Druckgeschwindigkeit bei der Justierung der Druckgeschwindigkeit zum Ausgleich des Flusses." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4463,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Das für das Drucken von Skirt/Brim/Raft verwendete Extruder-Element. Diese wird für die Mehrfach-Extrusion benutzt." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4627,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Der Abstand zwischen den Raft-Linien der Raft-Oberflächenschichten. Der Abstand sollte der Linienbreite entsprechen, damit die Oberfläche stabil ist." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5127,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "Die maximal zulässige Abweichung bei Reduzierung der maximalen Auflösung. Wenn Sie diesen Wert erhöhen, wird der Druck ungenauer, der G-Code wird jedoch kleiner. Die maximale Abweichung ist eine Grenze für die maximale Auflösung. Wenn die beiden Werte sich widersprechen, wird stets die maximale Abweichung eingehalten." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6421,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Bei kleinen Details wird die Geschwindigkeit bei der ersten Schicht auf diesen Prozentsatz der normalen Druckgeschwindigkeit gesetzt. Durch eine niedrigere Druckgeschwindigkeit können die Haftung und die Genauigkeit verbessert werden." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6481,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Transformationsmatrix, die beim Laden aus der Datei auf das Modell angewandt wird." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Eine 2D-Shilhouette des Druckkopfes (mit Lüfterkappen)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Außenwände vor Innenwänden" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Druckt Wände bei Aktivierung von außen nach innen. Dies kann die Maßgenauigkeit in X und Y erhöhen, wenn hochviskose Kunststoffe wie ABS verwendet werden; allerdings kann es die Druckqualität der Außenfläche vermindern, insbesondere bei Überhängen." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Wandüberlappungen ausgleichen" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Der Fluss für Teile einer Wand wird ausgeglichen, die dort gedruckt werden, wo sich bereits eine Wand befindet." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Außenwandüberlappungen ausgleichen" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Der Fluss für Teile einer Außenwand wird ausgeglichen, die dort gedruckt werden, wo sich bereits eine Wand befindet." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Innenwandüberlappungen ausgleichen" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Der Fluss für Teile einer Innenwand wird ausgeglichen, die dort gedruckt werden, wo sich bereits eine Wand befindet." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Mindestwandfluss" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Minimal zulässiger Fluss als Prozentwert für eine Wandlinie. Die Wand-Überlappungskompensation reduziert den Fluss einer Wand, wenn sie nah an einer vorhandenen Wand liegt. Wände, deren Fluss unter diesem Wert liegt, werden durch eine Fahrbewegung ersetzt. Bei Verwendung dieser Einstellung müssen Sie die Wand-Überlappungskompensation aktivieren und die Außenwand vor den Innenwänden drucken." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Einziehen bevorzugt" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Bei Aktivierung wird der Einzug anstelle des Combings für zurückzulegende Wege verwendet, die Wände ersetzen, deren Fluss unter der mindestens erforderlichen Flussschwelle liegt." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Lücken zwischen Wänden füllen" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Füllt die Lücken zwischen den Wänden, wo keine Wand passt." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Nirgends" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Überall" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Kleine Lücken ausfiltern" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Kleine Lücken ausfiltern, um Tropfen an der Außenseite des Modells zu reduzieren." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Ausgleich des Filamentflusses" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Drucken Sie dünnere Linien schneller als normale Linien, so dass die Menge des extrudierten Materials pro Sekunde gleich bleibt. Dünne Teile in Ihrem Modell erfordern möglicherweise einen Liniendruck mit geringerer Linienbreite als in den Einstellungen vorgesehen. Diese Einstellung steuert die Geschwindigkeitsänderungen für diese Linien." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Maximale Geschwindigkeit für Flussausgleich" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Maximale Druckgeschwindigkeit bei der Justierung der Druckgeschwindigkeit zum Ausgleich des Flusses." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "G-Code-Befehle, die zu Beginn ausgeführt werden sollen – getrennt durch \\n." diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index 62ffb7e3f7..3f126e6b23 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-11-08 11:48+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: \n" @@ -17,3743 +17,3576 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "No se ha podido crear el archivo desde el directorio de datos de usuario: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Preparar" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Copia de seguridad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Perfil de cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Se ha intentado restaurar una copia de seguridad de Cura sin tener los datos o metadatos adecuados." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Se ha intentado restaurar una copia de seguridad de Cura superior a la versión actual." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Se ha producido el siguiente error al intentar restaurar una copia de seguridad de Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF binario" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Sincronice los perfiles de material con sus impresoras antes de comenzar a imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF incrustado JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Nuevos materiales instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Sincronizar materiales" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange comprimido" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "No se pudo acceder a la información actualizada." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Puede que haya nuevas funciones o correcciones de errores disponibles para {machine_name}. Si no dispone de la última versión disponible, se recomienda actualizar el firmware de la impresora a la versión {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Nuevo firmware de %s estable disponible" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Más información" +msgid "How to update" +msgstr "Cómo actualizar" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "No se pudo guardar el archivo de material en {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Supervisar" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Se ha producido un error al guardar el archivo de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Guardar en unidad extraíble" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Error desconocido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Guardar en unidad extraíble {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "La altura del volumen de impresión se ha reducido debido al valor del ajuste «Secuencia de impresión» para evitar que el caballete colisione con los modelos impresos." +msgid "There are no file formats available to write with!" +msgstr "¡No hay formatos de archivo disponibles con los que escribir!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Guardando en unidad extraíble {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Volumen de impresión" +msgid "Saving" +msgstr "Guardando" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "¿Seguro que desea eliminar {0}? ¡Esta acción no se puede deshacer!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "No se pudo guardar en {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "No reemplazado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "No se pudo encontrar un nombre de archivo al tratar de escribir en {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Desconocido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "No se pudo guardar en unidad extraíble {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Las siguientes impresoras no pueden conectarse porque forman parte de un grupo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Error" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Impresoras en red disponibles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Guardado en unidad extraíble {0} como {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Archivo guardado" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Perfiles personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Expulsar" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Todos los tipos compatibles ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Expulsar dispositivo extraíble {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Todos los archivos (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Expulsado {0}. Ahora puede retirar de forma segura la unidad." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visual" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Retirar de forma segura el hardware" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "El perfil visual está diseñado para imprimir prototipos y modelos visuales con la intención de obtener una alta calidad visual y de superficies." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Error al expulsar {0}. Es posible que otro programa esté utilizando la unidad." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Advertencia" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "El perfil de ingeniería ha sido diseñado para imprimir prototipos funcionales y piezas de uso final con la intención de obtener una mayor precisión y tolerancias más precisas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Unidad extraíble" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Boceto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Archivo AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "El perfil del boceto ha sido diseñado para imprimir los prototipos iniciales y la validación del concepto con la intención de reducir el tiempo de impresión de manera considerable." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Paquete de formato Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Material personalizado" +msgid "Per Model Settings" +msgstr "Ajustes por modelo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Configurar ajustes por modelo" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Fallo de inicio de sesión" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Actualizar firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Buscando nueva ubicación para los objetos" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura ha detectado perfiles de material que aún no estaban instalados en la impresora host del grupo {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Buscando ubicación" +msgid "Sending materials to printer" +msgstr "Enviando materiales a la impresora" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "No se puede encontrar una ubicación dentro del volumen de impresión para todos los objetos" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Está intentando conectarse a {0} pero ese no es el host de un grupo. Puede visitar la página web para configurarlo como host de grupo." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "No se puede encontrar la ubicación" +msgid "Not a group host" +msgstr "No es un host de grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Error al crear un archivo de materiales para sincronizarlo con las impresoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Configurar grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Error al cargar el archivo de materiales para sincronizarlo con las impresoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Enviando trabajo de impresión" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "La respuesta de Digital Factory parece estar dañada." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Cargando el trabajo de impresión a la impresora." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "A la respuesta de Digital Factory le falta información importante." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "La cola de trabajos de impresión está llena. La impresora no puede aceptar trabajos nuevos." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Error al conectarse con Digital Factory para sincronizar los materiales con algunas de las impresoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Cola llena" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Error al conectarse con Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Cargando máquinas..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Configurando preferencias...." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Espere hasta que se envíe el trabajo actual." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Iniciando la máquina activa..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Error de impresión" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Iniciando el administrador de la máquina..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "El trabajo de impresión se ha enviado correctamente a la impresora." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Iniciando el volumen de impresión..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Fecha de envío" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Configurando escena..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Su impresora {printer_name} podría estar conectada a través de la nube.\n" +" Administre su cola de impresión y supervise las impresiones desde cualquier lugar conectando su impresora a Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Cargando interfaz..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "¿Está preparado para la impresión en la nube?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Iniciando el motor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Empezar" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Más información" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Solo se puede cargar un archivo GCode a la vez. Se omitió la importación de {0}" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Está intentando conectarse a una impresora que no está ejecutando Ultimaker Connect. Actualice la impresora al firmware más reciente." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Advertencia" +msgid "Update your printer" +msgstr "Actualice su impresora" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "No se puede abrir ningún archivo si se está cargando un archivo GCode. Se omitió la importación de {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "No se han podido cargar los datos en la impresora." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Error" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Omitir" +msgid "Network error" +msgstr "Error de red" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Cerrar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Imprimir a través de la red" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Siguiente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Imprime a través de la red" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Finalizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Conectado a través de la red" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Agregar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "mañana" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "hoy" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "N.º de grupo {group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Conectar a través de la red" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Pared exterior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Se ha detectado una nueva impresora en su cuenta de Ultimaker" +msgstr[1] "Se han detectado nuevas impresoras en su cuenta de Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Paredes interiores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Añadiendo la impresora {name} ({model}) de su cuenta" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Forro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... y {0} más" +msgstr[1] "... y {0} más" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Relleno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Impresoras añadidas desde Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Relleno de soporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "La conexión a la nube no está disponible para una impresora" +msgstr[1] "La conexión a la nube no está disponible para algunas impresoras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Interfaz de soporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Esta impresora no está vinculada a Digital Factory:" +msgstr[1] "Estas impresoras no están vinculadas a Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Soporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Falda" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Para establecer una conexión, visite {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Torre auxiliar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Mantener las configuraciones de la impresora" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Desplazamiento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Eliminar impresoras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retracciones" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} se eliminará hasta la próxima sincronización de la cuenta." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Otro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Para eliminar {printer_name} permanentemente, visite {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "No se han podido abrir las notas de la versión." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "¿Seguro que desea eliminar {printer_name} temporalmente?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura no puede iniciarse" +msgid "Remove printers?" +msgstr "¿Eliminar impresoras?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    ¡Vaya! Ultimaker Cura ha encontrado un error.

    \n" -"

    Hemos detectado un error irreversible durante el inicio, posiblemente como consecuencia de varios archivos de configuración erróneos. Le recomendamos que realice una copia de seguridad y que restablezca los ajustes.

    \n" -"

    Las copias de seguridad se encuentran en la carpeta de configuración.

    \n" -"

    Envíenos el informe de errores para que podamos solucionar el problema.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Está a punto de eliminar {0} impresora de Cura. Esta acción no se puede deshacer.\n" +"¿Seguro que desea continuar?" +msgstr[1] "" +"Está a punto de eliminar {0} impresoras de Cura. Esta acción no se puede deshacer.\n" +"¿Seguro que desea continuar?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 -msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Enviar informe de errores a Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr "Está a punto de eliminar todas las impresoras de Cura. Esta acción no se puede deshacer.¿Seguro que desea continuar?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Mostrar informe de errores detallado" +msgid "Print via cloud" +msgstr "Imprimir mediante cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Mostrar carpeta de configuración" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Imprimir mediante cloud" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Conectado mediante cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Realizar copia de seguridad y restablecer configuración" +msgid "Monitor print" +msgstr "Supervisar la impresión" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Informe del accidente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Haga un seguimiento de la impresión en Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Código de error desconocido al cargar el trabajo de impresión: {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Asistente del modelo 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Se ha producido un error grave en Cura. Envíenos este informe de errores para que podamos solucionar el problema.

    \n" -"

    Utilice el botón \"Enviar informe\" para publicar automáticamente el informe de errores en nuestros servidores.

    \n" -" " +"

    Es posible que uno o más modelos 3D no se impriman correctamente debido al tamaño del modelo y la configuración del material:

    \n" +"

    {model_names}

    \n" +"

    Obtenga más información sobre cómo garantizar la mejor calidad y fiabilidad de impresión posible.

    \n" +"

    Ver guía de impresión de calidad

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Información del sistema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Cura no muestra correctamente las capas si la impresión de alambre está habilitada." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Desconocido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Vista de simulación" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Versión de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "No se muestra nada porque primero hay que cortar." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Idioma de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "No hay capas para mostrar" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Idioma del sistema operativo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "No volver a mostrar este mensaje" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Plataforma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Vista de capas" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Versión Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter no es compatible con el modo sin texto." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Versión PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Prepare el Gcode antes de la exportación." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Archivo GCode" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Aún no se ha inicializado
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Error al escribir el archivo 3MF." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Versión de OpenGL: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "El complemento del Escritor de 3MF está dañado." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Proveedor de OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Aún no hay espacio de trabajo en el que escribir. Añada una impresora primero." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Representador de OpenGL: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "No tiene permiso para escribir el espacio de trabajo aquí." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Rastreabilidad de errores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "El sistema operativo no permite guardar un archivo de proyecto en esta ubicación ni con este nombre de archivo." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Registros" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Archivo 3MF" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Enviar informe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Archivo 3MF del proyecto de Cura" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "No se puede iniciar un nuevo proceso de inicio de sesión. Compruebe si todavía está activo otro intento de inicio de sesión." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Archivo GCode comprimido" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "No se puede acceder al servidor de cuentas de Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Se ha producido un error inesperado al realizar el corte o slicing. Le rogamos que informe sobre este error en nuestro rastreador de problemas." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Error en el corte" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Informar del error" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Informar de un error en el rastreador de problemas de Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "No se puede segmentar con el material actual, ya que es incompatible con el dispositivo o la configuración seleccionados." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Error de inicio de sesión" +msgid "Unable to slice" +msgstr "No se puede segmentar" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "El estado indicado no es correcto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Los ajustes actuales no permiten la segmentación. Los siguientes ajustes contienen errores: {0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Se agotó el tiempo de autenticación con el servidor de la cuenta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Los ajustes de algunos modelos no permiten la segmentación. Los siguientes ajustes contienen errores en uno o más modelos: {error_labels}." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Conceda los permisos necesarios al autorizar esta aplicación." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "No se puede segmentar porque la torre auxiliar o la posición o posiciones de preparación no son válidas." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Se ha producido un problema al intentar iniciar sesión, vuelva a intentarlo." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "No se puede segmentar porque hay objetos asociados al extrusor %s que está deshabilitado." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "No se ha podido leer la respuesta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Revise la configuración y compruebe si sus modelos:\n" +" - Se integran en el volumen de impresión\n" +"- Están asignados a un extrusor activado\n" +" - No están todos definidos como mallas modificadoras" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Multiplicar y colocar objetos" +msgid "Processing Layers" +msgstr "Procesando capas" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Colocando objetos" +msgid "Information" +msgstr "Información" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Colocando objeto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Archivo X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "No compatible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Imagen JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Imagen JPEG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Imagen PNG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Imagen BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Imagen GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Tobera" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "La configuración se ha cambiado para que coincida con los extrusores disponibles en este momento:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Ajustes actualizados" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extrusores deshabilitados" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "El archivo ya existe" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "El archivo {0} ya existe. ¿Está seguro de que desea sobrescribirlo?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "URL del archivo no válida:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Error al exportar el perfil a {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Error al exportar el perfil a {0}: Error en el complemento de escritura." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Perfil exportado a {0}" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "El archivo del proyecto {0} contiene un tipo de máquina desconocida {1}. No se puede importar la máquina, en su lugar, se importarán los modelos." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Exportación correcta" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Error al importar el perfil de {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "No se puede importar el perfil de {0} antes de añadir una impresora." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "No hay ningún perfil personalizado para importar en el archivo {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Error al importar el perfil de {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Este perfil {0} contiene datos incorrectos, no se han podido importar." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Error al importar el perfil de {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Perfil {0} importado correctamente." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "El archivo {0} no contiene ningún perfil válido." +msgid "Open Project File" +msgstr "Abrir archivo de proyecto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "El perfil {0} tiene un tipo de archivo desconocido o está corrupto." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Perfil personalizado" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Al perfil le falta un tipo de calidad." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Todavía no hay ninguna impresora activa." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "El archivo de proyecto {0} está repentinamente inaccesible: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "No se puede añadir el perfil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "No se puede abrir el archivo de proyecto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "El tipo de calidad '{0}' no es compatible con la definición actual de máquina activa '{1}'." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "El archivo de proyecto {0} está dañado: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Advertencia: el perfil no es visible porque su tipo de calidad '{0}' no está disponible para la configuración actual. Cambie a una combinación de material/tobera que pueda utilizar este tipo de calidad." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "El archivo de proyecto {0} se ha creado con perfiles desconocidos para esta versión de Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Ajustes por modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Configurar ajustes por modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Perfil de cura" +msgid "3MF File" +msgstr "Archivo 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Archivo X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "No se puede escribir en el archivo UFP:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Se ha producido un error al intentar restaurar su copia de seguridad." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Perfiles de Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Copias de seguridad" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Se ha producido un error al cargar su copia de seguridad." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Creando copia de seguridad..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Se ha producido un error al crear la copia de seguridad." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Cargando su copia de seguridad..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Su copia de seguridad ha terminado de cargarse." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "La copia de seguridad excede el tamaño máximo de archivo." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Administrar copias de seguridad" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Ajustes de la máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Copia de seguridad" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Se ha producido un error al intentar restaurar su copia de seguridad." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "No se puede leer el archivo de datos de ejemplo." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter no es compatible con el modo texto." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Posprocesamiento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modificar GCode" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Bloqueador de soporte" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Cree un volumen que no imprima los soportes." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Unidad extraíble" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Guardar en unidad extraíble" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Vista previa" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Guardar en unidad extraíble {0}" +msgid "X-Ray view" +msgstr "Vista de rayos X" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "¡No hay formatos de archivo disponibles con los que escribir!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Nivelar placa de impresión" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Guardando en unidad extraíble {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Seleccionar actualizaciones" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Guardando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "No se pudo guardar en {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "No se pudo encontrar un nombre de archivo al tratar de escribir en {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "No se pudo guardar en unidad extraíble {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Guardado en unidad extraíble {0} como {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Archivo guardado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Expulsar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Expulsar dispositivo extraíble {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Expulsado {0}. Ahora puede retirar de forma segura la unidad." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Las áreas resaltadas indican que faltan superficies o son inusuales. Corrija los errores en el modelo y vuelva a abrirlo en Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Retirar de forma segura el hardware" +msgid "Model Errors" +msgstr "Errores de modelo" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Error al expulsar {0}. Es posible que otro programa esté utilizando la unidad." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Actualizar firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Perfiles de Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Recomendado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Personalizado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "El archivo del proyecto {0} contiene un tipo de máquina desconocida {1}. No se puede importar la máquina, en su lugar, se importarán los modelos." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Abrir archivo de proyecto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "El archivo de proyecto {0} está repentinamente inaccesible: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "No se puede abrir el archivo de proyecto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "El archivo de proyecto {0} está dañado: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "El archivo de proyecto {0} se ha creado con perfiles desconocidos para esta versión de Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Archivo 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "No se puede escribir en el archivo UFP:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Paquete de formato Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Archivo GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Más información" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Vista previa" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Vista de rayos X" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Procesando capas" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Información" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Se ha producido un error inesperado al realizar el corte o slicing. Le rogamos que informe sobre este error en nuestro rastreador de problemas." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Error en el corte" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Informar del error" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Informar de un error en el rastreador de problemas de Ultimaker Cura." +msgid "Solid view" +msgstr "Vista de sólidos" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "No se puede segmentar con el material actual, ya que es incompatible con el dispositivo o la configuración seleccionados." +msgid "Parsing G-code" +msgstr "Analizar GCode" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "No se puede segmentar" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Los ajustes actuales no permiten la segmentación. Los siguientes ajustes contienen errores: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Los ajustes de algunos modelos no permiten la segmentación. Los siguientes ajustes contienen errores en uno o más modelos: {error_labels}." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "No se puede segmentar porque la torre auxiliar o la posición o posiciones de preparación no son válidas." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "No se puede segmentar porque hay objetos asociados al extrusor %s que está deshabilitado." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Revise la configuración y compruebe si sus modelos:\n" -" - Se integran en el volumen de impresión\n" -"- Están asignados a un extrusor activado\n" -" - No están todos definidos como mallas modificadoras" +msgid "G-code Details" +msgstr "Datos de GCode" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Archivo AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Asegúrese de que el GCode es adecuado para la impresora y para su configuración antes de enviar el archivo a la misma. Es posible que la representación del GCode no sea precisa." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Archivo GCode comprimido" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Posprocesamiento" +msgid "G File" +msgstr "Archivo G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modificar GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Ajustes de la máquina" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Impresión USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Imprimir mediante USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Imprimir mediante USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Conectado mediante USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Se está realizando una impresión con USB, si cierra Cura detendrá la impresión. ¿Desea continuar?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Todavía hay una impresión en curso. Cura no puede iniciar otra impresión a través de USB hasta que se haya completado la impresión anterior." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Impresión en curso" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Preparar" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Analizar GCode" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Datos de GCode" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Asegúrese de que el GCode es adecuado para la impresora y para su configuración antes de enviar el archivo a la misma. Es posible que la representación del GCode no sea precisa." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Archivo G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Cargando máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Imagen JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Configurando preferencias...." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Imagen JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Iniciando la máquina activa..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Imagen PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Iniciando el administrador de la máquina..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Imagen BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Iniciando el volumen de impresión..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Imagen GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Configurando escena..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Nivelar placa de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Cargando interfaz..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Seleccionar actualizaciones" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Iniciando el motor..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter no es compatible con el modo texto." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "No se pudo acceder a la información actualizada." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Solo se puede cargar un archivo GCode a la vez. Se omitió la importación de {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Puede que haya nuevas funciones o correcciones de errores disponibles para {machine_name}. Si no dispone de la última versión disponible, se recomienda actualizar el firmware de la impresora a la versión {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "No se puede abrir ningún archivo si se está cargando un archivo GCode. Se omitió la importación de {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Nuevo firmware de %s estable disponible" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Cómo actualizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visual" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "No se puede leer el archivo de datos de ejemplo." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "El perfil visual está diseñado para imprimir prototipos y modelos visuales con la intención de obtener una alta calidad visual y de superficies." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Tiene que salir y reiniciar {} para que los cambios surtan efecto." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Sincronizando..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "El perfil de ingeniería ha sido diseñado para imprimir prototipos funcionales y piezas de uso final con la intención de obtener una mayor precisión y tolerancias más precisas." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Se han detectado cambios desde su cuenta de Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Boceto" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "¿Desea sincronizar el material y los paquetes de software con su cuenta?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "El perfil del boceto ha sido diseñado para imprimir los prototipos iniciales y la validación del concepto con la intención de reducir el tiempo de impresión de manera considerable." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Sincronizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "No reemplazado" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Rechazar y eliminar de la cuenta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "¿Seguro que desea eliminar {0}? ¡Esta acción no se puede deshacer!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "Error al descargar los complementos {}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Desconocido" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Rechazar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Las siguientes impresoras no pueden conectarse porque forman parte de un grupo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Estoy de acuerdo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Impresoras en red disponibles" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Acuerdo de licencia de complemento" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Calculado" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter no es compatible con el modo sin texto." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Sincronice los perfiles de material con sus impresoras antes de comenzar a imprimir." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Prepare el Gcode antes de la exportación." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Nuevos materiales instalados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Cura no muestra correctamente las capas si la impresión de alambre está habilitada." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Vista de simulación" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Material personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "No se muestra nada porque primero hay que cortar." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "No hay capas para mostrar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Perfiles personalizados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "No volver a mostrar este mensaje" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Todos los tipos compatibles ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Vista de capas" +msgid "All Files (*)" +msgstr "Todos los archivos (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Imprimir a través de la red" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Error al crear un archivo de materiales para sincronizarlo con las impresoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Imprime a través de la red" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Error al cargar el archivo de materiales para sincronizarlo con las impresoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Conectado a través de la red" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "La respuesta de Digital Factory parece estar dañada." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "mañana" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "A la respuesta de Digital Factory le falta información importante." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "hoy" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Error al conectarse con Digital Factory para sincronizar los materiales con algunas de las impresoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Conectar a través de la red" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Error al conectarse con Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Espere hasta que se envíe el trabajo actual." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "No se ha podido crear el archivo desde el directorio de datos de usuario: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Error de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Se ha intentado restaurar una copia de seguridad de Cura sin tener los datos o metadatos adecuados." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "El trabajo de impresión se ha enviado correctamente a la impresora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Se ha intentado restaurar una copia de seguridad de Cura superior a la versión actual." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Fecha de envío" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "Se ha producido el siguiente error al intentar restaurar una copia de seguridad de Cura:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Está intentando conectarse a una impresora que no está ejecutando Ultimaker Connect. Actualice la impresora al firmware más reciente." +msgid "Finding new location for objects" +msgstr "Buscando nueva ubicación para los objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Actualice su impresora" +msgid "Finding Location" +msgstr "Buscando ubicación" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "La cola de trabajos de impresión está llena. La impresora no puede aceptar trabajos nuevos." +msgid "Unable to find a location within the build volume for all objects" +msgstr "No se puede encontrar una ubicación dentro del volumen de impresión para todos los objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Cola llena" +msgid "Can't Find Location" +msgstr "No se puede encontrar la ubicación" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Enviando trabajo de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Fallo de inicio de sesión" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Cargando el trabajo de impresión a la impresora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Pared exterior" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura ha detectado perfiles de material que aún no estaban instalados en la impresora host del grupo {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Paredes interiores" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Enviando materiales a la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Forro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "No se han podido cargar los datos en la impresora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Relleno" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Error de red" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Relleno de soporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Está intentando conectarse a {0} pero ese no es el host de un grupo. Puede visitar la página web para configurarlo como host de grupo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Interfaz de soporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "No es un host de grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Soporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Configurar grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Falda" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Su impresora {printer_name} podría estar conectada a través de la nube.\n" -" Administre su cola de impresión y supervise las impresiones desde cualquier lugar conectando su impresora a Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Torre auxiliar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "¿Está preparado para la impresión en la nube?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Desplazamiento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Empezar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retracciones" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Más información" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Otro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Imprimir mediante cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "N.º de grupo {group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Imprimir mediante cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "No se han podido abrir las notas de la versión." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Conectado mediante cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Omitir" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Supervisar la impresión" +msgid "Close" +msgstr "Cerrar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Haga un seguimiento de la impresión en Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Agregar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Código de error desconocido al cargar el trabajo de impresión: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Finalizar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Se ha detectado una nueva impresora en su cuenta de Ultimaker" -msgstr[1] "Se han detectado nuevas impresoras en su cuenta de Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Añadiendo la impresora {name} ({model}) de su cuenta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Siguiente" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... y {0} más" -msgstr[1] "... y {0} más" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "La altura del volumen de impresión se ha reducido debido al valor del ajuste «Secuencia de impresión» para evitar que el caballete colisione con los modelos impresos." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Impresoras añadidas desde Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Volumen de impresión" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "La conexión a la nube no está disponible para una impresora" -msgstr[1] "La conexión a la nube no está disponible para algunas impresoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "No se pudo guardar el archivo de material en {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Esta impresora no está vinculada a Digital Factory:" -msgstr[1] "Estas impresoras no están vinculadas a Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Se ha producido un error al guardar el archivo de material" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Error desconocido." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "El archivo ya existe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Para establecer una conexión, visite {website_link}" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "El archivo {0} ya existe. ¿Está seguro de que desea sobrescribirlo?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Mantener las configuraciones de la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "URL del archivo no válida:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Eliminar impresoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "No compatible" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "La configuración se ha cambiado para que coincida con los extrusores disponibles en este momento:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Ajustes actualizados" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extrusores deshabilitados" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} se eliminará hasta la próxima sincronización de la cuenta." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Error al exportar el perfil a {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Para eliminar {printer_name} permanentemente, visite {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Error al exportar el perfil a {0}: Error en el complemento de escritura." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "¿Seguro que desea eliminar {printer_name} temporalmente?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Perfil exportado a {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "¿Eliminar impresoras?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Exportación correcta" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Está a punto de eliminar {0} impresora de Cura. Esta acción no se puede deshacer.\n" -"¿Seguro que desea continuar?" -msgstr[1] "" -"Está a punto de eliminar {0} impresoras de Cura. Esta acción no se puede deshacer.\n" -"¿Seguro que desea continuar?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "Está a punto de eliminar todas las impresoras de Cura. Esta acción no se puede deshacer.¿Seguro que desea continuar?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Error al importar el perfil de {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "No se puede importar el perfil de {0} antes de añadir una impresora." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "No hay ningún perfil personalizado para importar en el archivo {0}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF binario" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Error al importar el perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF incrustado JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Este perfil {0} contiene datos incorrectos, no se han podido importar." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Error al importar el perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange comprimido" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Perfil {0} importado correctamente." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Las áreas resaltadas indican que faltan superficies o son inusuales. Corrija los errores en el modelo y vuelva a abrirlo en Cura." +msgid "File {0} does not contain any valid profile." +msgstr "El archivo {0} no contiene ningún perfil válido." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Errores de modelo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "El perfil {0} tiene un tipo de archivo desconocido o está corrupto." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Vista de sólidos" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Perfil personalizado" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Error al escribir el archivo 3MF." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Al perfil le falta un tipo de calidad." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "El complemento del Escritor de 3MF está dañado." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Todavía no hay ninguna impresora activa." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Aún no hay espacio de trabajo en el que escribir. Añada una impresora primero." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "No se puede añadir el perfil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "No tiene permiso para escribir el espacio de trabajo aquí." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "El tipo de calidad '{0}' no es compatible con la definición actual de máquina activa '{1}'." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "El sistema operativo no permite guardar un archivo de proyecto en esta ubicación ni con este nombre de archivo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Advertencia: el perfil no es visible porque su tipo de calidad '{0}' no está disponible para la configuración actual. Cambie a una combinación de material/tobera que pueda utilizar este tipo de calidad." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Archivo 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Multiplicar y colocar objetos" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Archivo 3MF del proyecto de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Colocando objetos" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Supervisar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Colocando objeto" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "No se puede iniciar un nuevo proceso de inicio de sesión. Compruebe si todavía está activo otro intento de inicio de sesión." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "No se puede acceder al servidor de cuentas de Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Asistente del modelo 3D" +msgid "Log-in failed" +msgstr "Error de inicio de sesión" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "No se ha podido leer la respuesta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "El estado indicado no es correcto." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Se agotó el tiempo de autenticación con el servidor de la cuenta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Conceda los permisos necesarios al autorizar esta aplicación." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Se ha producido un problema al intentar iniciar sesión, vuelva a intentarlo." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura no puede iniciarse" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    ¡Vaya! Ultimaker Cura ha encontrado un error.

    \n" +"

    Hemos detectado un error irreversible durante el inicio, posiblemente como consecuencia de varios archivos de configuración erróneos. Le recomendamos que realice una copia de seguridad y que restablezca los ajustes.

    \n" +"

    Las copias de seguridad se encuentran en la carpeta de configuración.

    \n" +"

    Envíenos el informe de errores para que podamos solucionar el problema.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Enviar informe de errores a Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Mostrar informe de errores detallado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Mostrar carpeta de configuración" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Realizar copia de seguridad y restablecer configuración" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Informe del accidente" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Se ha producido un error grave en Cura. Envíenos este informe de errores para que podamos solucionar el problema.

    \n" +"

    Utilice el botón \"Enviar informe\" para publicar automáticamente el informe de errores en nuestros servidores.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Información del sistema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Desconocido" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Versión de Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Idioma de Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Idioma del sistema operativo" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Plataforma" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Versión Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Versión PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Aún no se ha inicializado
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Versión de OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Proveedor de OpenGL: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Representador de OpenGL: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Rastreabilidad de errores" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Registros" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Enviar informe" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Es posible que uno o más modelos 3D no se impriman correctamente debido al tamaño del modelo y la configuración del material:

    \n" -"

    {model_names}

    \n" -"

    Obtenga más información sobre cómo garantizar la mejor calidad y fiabilidad de impresión posible.

    \n" -"

    Ver guía de impresión de calidad

    " +"Asegúrese de que la impresora está conectada:\n" +"- Compruebe que la impresora está encendida.\n" +"- Compruebe que la impresora está conectada a la red.\n" +"- Compruebe que ha iniciado sesión para ver impresoras conectadas a la nube." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Conecte su impresora a la red." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Ver manuales de usuario en línea" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Para supervisar la copia impresa desde Cura, conecte la impresora." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Seleccionar ajustes o personalizar este modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrar..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Mostrar todo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Tipo de malla" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Modelo normal" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Imprimir como soporte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modificar los ajustes de las superposiciones" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "No es compatible con superposiciones" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Solo malla de relleno" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Cortar malla" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Seleccionar ajustes" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Seleccionar ajustes o personalizar este modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Actualizar firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "El firmware es la parte del software que se ejecuta directamente en la impresora 3D. Este firmware controla los motores de pasos, regula la temperatura y, finalmente, hace que funcione la impresora." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Mostrar todo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "El firmware que se envía con las nuevas impresoras funciona, pero las nuevas versiones suelen tener más funciones y mejoras." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Copias de seguridad de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Actualización de firmware automática" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Versión de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Cargar firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Máquinas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "No se puede actualizar el firmware porque no hay conexión con la impresora." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiales" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "No se puede actualizar el firmware porque la conexión con la impresora no permite actualizaciones de firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Perfiles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Seleccionar firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Complementos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Actualización del firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "¿Desea obtener más información?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Actualización del firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Realizar copia de seguridad ahora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Actualización del firmware completada." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Copia de seguridad automática" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Se ha producido un error al actualizar el firmware debido a un error desconocido." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Crea una copia de seguridad de forma automática cada día que inicia Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Se ha producido un error al actualizar el firmware debido a un error de comunicación." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Restaurar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Se ha producido un error al actualizar el firmware debido a un error de entrada/salida." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Eliminar copia de seguridad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Se ha producido un error al actualizar el firmware porque falta el firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "¿Seguro que desea eliminar esta copia de seguridad? Esta acción no se puede deshacer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Cancelado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Restaurar copia de seguridad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Terminado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Deberá reiniciar Cura para restaurar su copia de seguridad. ¿Desea cerrar Cura ahora?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Preparando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Realice una copia de seguridad y sincronice sus ajustes de Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Cancelando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Iniciar sesión" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Error" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Mis copias de seguridad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Pausando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Actualmente no posee ninguna copia de seguridad. Utilice el botón de Realizar copia de seguridad ahora para crear una." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "En pausa" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Durante la fase de vista previa, solo se mostrarán 5 copias de seguridad. Elimine una copia de seguridad para ver copias de seguridad antiguas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Reanudando..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Ajustes de la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Acción requerida" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (anchura)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Termina el %1 a las %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Administrar impresora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (profundidad)" +msgid "Glass" +msgstr "Vidrio" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (altura)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Actualice el firmware de la impresora para gestionar la cola de forma remota." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Forma de la placa de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Las transmisiones de la cámara web para impresoras en la nube no se pueden ver en Ultimaker Cura. Haga clic en \"Administrar impresora\" para ir a Ultimaker Digital Factory y ver esta cámara web." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origen en el centro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Cargando..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Plataforma calentada" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "No disponible" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "No se puede conectar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Sin actividad" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Imprimiendo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Volumen de impresión calentado" +msgid "Untitled" +msgstr "Sin título" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Tipo de GCode" +msgid "Anonymous" +msgstr "Anónimo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Ajustes del cabezal de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Debe cambiar la configuración" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Detalles" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Cambios de configuración" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Anular" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X mín" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Es necesario realizar el siguiente cambio de configuración en la impresora asignada %1:" +msgstr[1] "Es necesario realizar los siguientes cambios de configuración en la impresora asignada %1:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y mín" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "Se ha asignado la impresora %1, pero el trabajo tiene una configuración de material desconocido." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X máx" +msgid "Change material %1 from %2 to %3." +msgstr "Cambiar material %1, de %2 a %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y máx" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Cargar %3 como material %1 (no se puede anular)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Altura del puente" +msgid "Change print core %1 from %2 to %3." +msgstr "Cambiar print core %1, de %2 a %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Número de extrusores" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Cambiar la placa de impresión a %1 (no se puede anular)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Aplicar compensaciones del extrusor a GCode" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Al sobrescribir la configuración se usarán los ajustes especificados con la configuración de impresora existente. Esto podría provocar un fallo en la impresión." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Iniciar GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Aluminio" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Finalizar GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Imprimir a través de la red" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Ajustes de la tobera" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Imprimir" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Tamaño de la tobera" +msgid "Printer selection" +msgstr "Selección de la impresora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Diámetro del material compatible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Conectar con la impresora en red" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Desplazamiento de la tobera sobre el eje X" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Para imprimir directamente a través de la red, asegúrese de que la impresora está conectada a la red mediante un cable de red o conéctela a la red wifi. Si no conecta Cura con la impresora, también puede utilizar una unidad USB para transferir archivos GCode a la impresora." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Desplazamiento de la tobera sobre el eje Y" +msgid "Select your printer from the list below:" +msgstr "Seleccione la impresora en la lista siguiente:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Número de ventilador de enfriamiento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Editar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "GCode inicial del extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Eliminar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "GCode final del extrusor" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Impresora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Actualizar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Actualizar firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Si la impresora no aparece en la lista, lea la guía de solución de problemas de impresión y red" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "El firmware es la parte del software que se ejecuta directamente en la impresora 3D. Este firmware controla los motores de pasos, regula la temperatura y, finalmente, hace que funcione la impresora." +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "El firmware que se envía con las nuevas impresoras funciona, pero las nuevas versiones suelen tener más funciones y mejoras." +msgid "Firmware version" +msgstr "Versión de firmware" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Actualización de firmware automática" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Dirección" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Cargar firmware personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Esta impresora no está configurada para alojar un grupo de impresoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "No se puede actualizar el firmware porque no hay conexión con la impresora." +msgid "This printer is the host for a group of %1 printers." +msgstr "Esta impresora aloja un grupo de %1 impresoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "No se puede actualizar el firmware porque la conexión con la impresora no permite actualizaciones de firmware." +msgid "The printer at this address has not yet responded." +msgstr "La impresora todavía no ha respondido en esta dirección." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Conectar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Seleccionar firmware personalizado" +msgid "Invalid IP address" +msgstr "Dirección IP no válida" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Introduzca una dirección IP válida." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Actualización del firmware" +msgid "Printer Address" +msgstr "Dirección de la impresora" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "Actualización del firmware." +msgid "Enter the IP address of your printer on the network." +msgstr "Introduzca la dirección IP de la impresora en la red." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Actualización del firmware completada." +msgid "Unavailable printer" +msgstr "Impresora no disponible" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Se ha producido un error al actualizar el firmware debido a un error desconocido." +msgid "First available" +msgstr "Primera disponible" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Se ha producido un error al actualizar el firmware debido a un error de comunicación." +msgid "Move to top" +msgstr "Mover al principio" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Se ha producido un error al actualizar el firmware debido a un error de entrada/salida." +msgid "Delete" +msgstr "Borrar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Se ha producido un error al actualizar el firmware porque falta el firmware." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Abrir proyecto" +msgid "Resume" +msgstr "Reanudar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Actualizar existente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Pausando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Crear nuevo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Reanudando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Resumen: proyecto de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pausar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Ajustes de la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Cancelando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "¿Cómo debería solucionarse el conflicto en la máquina?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tipo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "¿Seguro que desea mover %1 al principio de la cola?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Grupo de impresoras" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Mover trabajo de impresión al principio" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Ajustes del perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "¿Seguro que desea borrar %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "¿Cómo debería solucionarse el conflicto en el perfil?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Borrar trabajo de impresión" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nombre" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "¿Seguro que desea cancelar %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Cancela la impresión" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "No está en el perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "En cola" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 sobrescrito" -msgstr[1] "%1 sobrescritos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Gestionar en el navegador" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivado de" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "No hay trabajos de impresión en la cola. Segmentar y enviar un trabajo para añadir uno." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 sobrescrito" -msgstr[1] "%1, %2 sobrescritos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Trabajos de impresión" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Ajustes del material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Tiempo de impresión total" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "¿Cómo debería solucionarse el conflicto en el material?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Esperando" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Visibilidad de los ajustes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Combinación de colores" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Color del material" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Ajustes visibles:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Tipo de línea" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 de un total de %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Velocidad" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Si carga un proyecto, se borrarán todos los modelos de la placa de impresión." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Grosor de la capa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Abrir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Ancho de línea" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Complemento de posprocesamiento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Flujo" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Secuencias de comandos de posprocesamiento" +msgid "Compatibility Mode" +msgstr "Modo de compatibilidad" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Añadir secuencia de comando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Desplazamientos" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Ajustes" +msgid "Helpers" +msgstr "Asistentes" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Cambiar las secuencias de comandos de posprocesamiento." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Perímetro" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "La siguiente secuencia de comandos está activa:" -msgstr[1] "Las siguientes secuencias de comandos están activas:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Relleno" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Convertir imagen..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Inicios" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "La distancia máxima de cada píxel desde la \"Base\"." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Mostrar solo capas superiores" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Mostrar cinco capas detalladas en la parte superior" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Superior o inferior" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Pared interior" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "mín" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "máx" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Altura (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "La altura de la base desde la placa de impresión en milímetros." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "La distancia máxima de cada píxel desde la \"Base\"." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "La anchura en milímetros en la placa de impresión." +msgid "The base height from the build plate in millimeters." +msgstr "La altura de la base desde la placa de impresión en milímetros." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Anchura (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "La profundidad en milímetros en la placa de impresión" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Profundidad (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Para las litofanías, los píxeles oscuros deben coincidir con ubicaciones más gruesas para bloquear la entrada de más luz. En los mapas de altura, los píxeles más claros se corresponden con un terreno más alto, por lo que dichos píxeles deben coincidir con ubicaciones más gruesas en el modelo 3D generado." +msgid "The depth in millimeters on the build plate" +msgstr "La profundidad en milímetros en la placa de impresión" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Cuanto más oscuro más alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Cuanto más claro más alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Para las litofanías hay disponible un modelo logarítmico simple para la translucidez. En los mapas de altura, los valores de los píxeles corresponden a las alturas linealmente." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Para las litofanías, los píxeles oscuros deben coincidir con ubicaciones más gruesas para bloquear la entrada de más luz. En los mapas de altura, los píxeles más claros se corresponden con un terreno más alto, por lo que dichos píxeles deben coincidir con ubicaciones más gruesas en el modelo 3D generado." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Lineal" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Translucidez" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "El porcentaje de luz que penetra en una impresión con un grosor de 1 milímetro. Bajar este valor aumenta el contraste en las regiones oscuras y disminuye el contraste en las regiones claras de la imagen." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Para las litofanías hay disponible un modelo logarítmico simple para la translucidez. En los mapas de altura, los valores de los píxeles corresponden a las alturas linealmente." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "Transmitancia de 1 mm (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "La cantidad de suavizado que se aplica a la imagen." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "El porcentaje de luz que penetra en una impresión con un grosor de 1 milímetro. Bajar este valor aumenta el contraste en las regiones oscuras y disminuye el contraste en las regiones claras de la imagen." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Suavizado" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "La cantidad de suavizado que se aplica a la imagen." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "Aceptar" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Seleccione cualquier actualización de Ultimaker Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Placa de impresión caliente (kit oficial o construida por usted mismo)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Nivelación de la placa de impresión" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Ahora puede ajustar la placa de impresión para asegurarse de que sus impresiones salgan muy bien. Al hacer clic en 'Mover a la siguiente posición', la tobera se trasladará a las diferentes posiciones que se pueden ajustar." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Para cada posición: inserte una hoja de papel debajo de la tobera y ajuste la altura de la placa de impresión. La altura de la placa de impresión es correcta cuando el papel queda ligeramente sujeto por la punta de la tobera." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Iniciar nivelación de la placa de impresión" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Mover a la siguiente posición" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Más información sobre la recopilación de datos anónimos" +msgid "Open Project" +msgstr "Abrir proyecto" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario. A continuación, hay un ejemplo de todos los datos que se comparten:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Actualizar existente" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "No deseo enviar datos anónimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Crear nuevo" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Permitir el envío de datos anónimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Resumen: proyecto de Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "¿Cómo debería solucionarse el conflicto en la máquina?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Tendrá que reiniciar Cura para que los cambios de los paquetes surtan efecto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Ajustes de la impresora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Salir de %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Instalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Grupo de impresoras" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "¿Cómo debería solucionarse el conflicto en el perfil?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Prémium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Ajustes del perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Ir a Web Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nombre" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Buscar materiales" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibilidad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "No está en el perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 sobrescrito" +msgstr[1] "%1 sobrescritos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Placa de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivado de" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Soporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 sobrescrito" +msgstr[1] "%1, %2 sobrescritos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Calidad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "¿Cómo debería solucionarse el conflicto en el material?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Especificaciones técnicas" +msgid "Material settings" +msgstr "Ajustes del material" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Especificaciones de seguridad" +msgid "Setting visibility" +msgstr "Visibilidad de los ajustes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Directrices de impresión" +msgid "Mode" +msgstr "Modo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Sitio web" +msgid "Visible settings:" +msgstr "Ajustes visibles:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Inicie sesión para realizar la instalación o la actualización" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 de un total de %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Comprar bobinas de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Si carga un proyecto, se borrarán todos los modelos de la placa de impresión." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Actualizar" +msgid "Open" +msgstr "Abrir" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Actualizando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "¿Desea obtener más información?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Actualizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Realizar copia de seguridad ahora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Atrás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Copia de seguridad automática" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Complementos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Crea una copia de seguridad de forma automática cada día que inicia Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Versión de Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Máquinas" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materiales" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Instalado" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Se instalará después de reiniciar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Perfiles" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Inicie sesión para realizar la actualización" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Complementos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Degradar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Restaurar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Desinstalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Eliminar copia de seguridad" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Contribuciones de la comunidad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "¿Seguro que desea eliminar esta copia de seguridad? Esta acción no se puede deshacer." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Complementos de la comunidad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Restaurar copia de seguridad" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Materiales genéricos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Deberá reiniciar Cura para restaurar su copia de seguridad. ¿Desea cerrar Cura ahora?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Buscando paquetes..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Realice una copia de seguridad y sincronice sus ajustes de Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Iniciar sesión" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Mis copias de seguridad" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Actualmente no posee ninguna copia de seguridad. Utilice el botón de Realizar copia de seguridad ahora para crear una." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Durante la fase de vista previa, solo se mostrarán 5 copias de seguridad. Elimine una copia de seguridad para ver copias de seguridad antiguas." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Copias de seguridad de Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Más información sobre la recopilación de datos anónimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario. A continuación, hay un ejemplo de todos los datos que se comparten:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "No deseo enviar datos anónimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Permitir el envío de datos anónimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Complemento de posprocesamiento" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Sitio web" +msgid "Post Processing Scripts" +msgstr "Secuencias de comandos de posprocesamiento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Añadir secuencia de comando" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "Correo electrónico" +msgid "Settings" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Inicie sesión para obtener complementos y materiales verificados para Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Cambiar las secuencias de comandos de posprocesamiento." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "La siguiente secuencia de comandos está activa:" +msgstr[1] "Las siguientes secuencias de comandos están activas:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Versión" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Seleccione cualquier actualización de Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Última actualización" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Placa de impresión caliente (kit oficial o construida por usted mismo)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Nivelación de la placa de impresión" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Marca" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Ahora puede ajustar la placa de impresión para asegurarse de que sus impresiones salgan muy bien. Al hacer clic en 'Mover a la siguiente posición', la tobera se trasladará a las diferentes posiciones que se pueden ajustar." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Descargas" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Para cada posición: inserte una hoja de papel debajo de la tobera y ajuste la altura de la placa de impresión. La altura de la placa de impresión es correcta cuando el papel queda ligeramente sujeto por la punta de la tobera." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Complementos instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Iniciar nivelación de la placa de impresión" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Mover a la siguiente posición" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "No se ha instalado ningún complemento." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Materiales instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "No se ha instalado ningún material." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Complementos agrupados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Materiales agrupados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "No se ha podido conectar con la base de datos del Paquete Cura. Compruebe la conexión." +msgid "Search in the browser" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Salir de %1" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Tiene que aceptar la licencia para instalar el paquete" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Cambios desde su cuenta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Descartar" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Next" -msgstr "Siguiente" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Se añadirán los siguientes paquetes:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Los siguientes paquetes no se pueden instalar debido a una versión no compatible de Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Confirmar desinstalación" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Va a desinstalar materiales o perfiles que todavía están en uso. Si confirma la desinstalación, los siguientes materiales o perfiles volverán a sus valores predeterminados." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materiales" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Perfiles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Confirmar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Combinación de colores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Color del material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Tipo de línea" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Velocidad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Grosor de la capa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Ancho de línea" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Flujo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Modo de compatibilidad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Desplazamientos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Asistentes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Perímetro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Relleno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Inicios" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Mostrar solo capas superiores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Mostrar cinco capas detalladas en la parte superior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Superior o inferior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Pared interior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "mín" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "máx" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Administrar impresora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Vidrio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Actualice el firmware de la impresora para gestionar la cola de forma remota." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Rechazar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Las transmisiones de la cámara web para impresoras en la nube no se pueden ver en Ultimaker Cura. Haga clic en \"Administrar impresora\" para ir a Ultimaker Digital Factory y ver esta cámara web." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Cargando..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "No disponible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "No se puede conectar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Sin actividad" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Preparando..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Imprimiendo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Sin título" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anónimo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Debe cambiar la configuración" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Detalles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Impresora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Impresora no disponible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Ajustes de la tobera" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "First available" -msgstr "Primera disponible" +msgid "Nozzle size" +msgstr "Tamaño de la tobera" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Queued" -msgstr "En cola" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Gestionar en el navegador" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "No hay trabajos de impresión en la cola. Segmentar y enviar un trabajo para añadir uno." +msgid "Compatible material diameter" +msgstr "Diámetro del material compatible" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Print jobs" -msgstr "Trabajos de impresión" +msgid "Nozzle offset X" +msgstr "Desplazamiento de la tobera sobre el eje X" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Total print time" -msgstr "Tiempo de impresión total" +msgid "Nozzle offset Y" +msgstr "Desplazamiento de la tobera sobre el eje Y" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Waiting for" -msgstr "Esperando" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Imprimir a través de la red" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Imprimir" +msgid "Cooling Fan Number" +msgstr "Número de ventilador de enfriamiento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Selección de la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "GCode inicial del extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Cambios de configuración" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "GCode final del extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Anular" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Ajustes de la impresora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Es necesario realizar el siguiente cambio de configuración en la impresora asignada %1:" -msgstr[1] "Es necesario realizar los siguientes cambios de configuración en la impresora asignada %1:" +msgid "X (Width)" +msgstr "X (anchura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "Se ha asignado la impresora %1, pero el trabajo tiene una configuración de material desconocido." +msgid "Y (Depth)" +msgstr "Y (profundidad)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Cambiar material %1, de %2 a %3." +msgid "Z (Height)" +msgstr "Z (altura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Cargar %3 como material %1 (no se puede anular)." +msgid "Build plate shape" +msgstr "Forma de la placa de impresión" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Cambiar print core %1, de %2 a %3." +msgid "Origin at center" +msgstr "Origen en el centro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Cambiar la placa de impresión a %1 (no se puede anular)." +msgid "Heated bed" +msgstr "Plataforma calentada" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Al sobrescribir la configuración se usarán los ajustes especificados con la configuración de impresora existente. Esto podría provocar un fallo en la impresión." +msgid "Heated build volume" +msgstr "Volumen de impresión calentado" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Aluminum" -msgstr "Aluminio" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Terminado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Cancelando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Cancelado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Error" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Pausando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "En pausa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Reanudando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Acción requerida" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Termina el %1 a las %2" +msgid "G-code flavor" +msgstr "Tipo de GCode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Conectar con la impresora en red" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Ajustes del cabezal de impresión" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Para imprimir directamente a través de la red, asegúrese de que la impresora está conectada a la red mediante un cable de red o conéctela a la red wifi. Si no conecta Cura con la impresora, también puede utilizar una unidad USB para transferir archivos GCode a la impresora." +msgid "X min" +msgstr "X mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Seleccione la impresora en la lista siguiente:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Editar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Eliminar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Actualizar" +msgid "Y min" +msgstr "Y mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Si la impresora no aparece en la lista, lea la guía de solución de problemas de impresión y red" +msgid "X max" +msgstr "X máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Type" -msgstr "Tipo" +msgid "Y max" +msgstr "Y máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Firmware version" -msgstr "Versión de firmware" +msgid "Gantry Height" +msgstr "Altura del puente" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Address" -msgstr "Dirección" +msgid "Number of Extruders" +msgstr "Número de extrusores" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Esta impresora no está configurada para alojar un grupo de impresoras." +msgid "Apply Extruder offsets to GCode" +msgstr "Aplicar compensaciones del extrusor a GCode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Esta impresora aloja un grupo de %1 impresoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Iniciar GCode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "La impresora todavía no ha respondido en esta dirección." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Finalizar GCode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Conectar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Dirección IP no válida" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Introduzca una dirección IP válida." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Dirección de la impresora" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Introduzca la dirección IP de la impresora en la red." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Mover al principio" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Borrar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Reanudar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Pausando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Reanudando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pausar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Cancelando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Cancelar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "¿Seguro que desea mover %1 al principio de la cola?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Mover trabajo de impresión al principio" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "¿Seguro que desea borrar %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Borrar trabajo de impresión" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "¿Seguro que desea cancelar %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Cancela la impresión" - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Asegúrese de que la impresora está conectada:\n" -"- Compruebe que la impresora está encendida.\n" -"- Compruebe que la impresora está conectada a la red.\n" -"- Compruebe que ha iniciado sesión para ver impresoras conectadas a la nube." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Mis impresoras" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Conecte su impresora a la red." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Supervise las impresoras de Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Ver manuales de usuario en línea" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Cree proyectos de impresión en Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Para supervisar la copia impresa desde Cura, conecte la impresora." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Trabajos de impresión" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Algunos elementos pueden causar problemas durante la impresión. Haga clic para ver consejos sobre cómo ajustarlos." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Supervise los trabajos de impresión y vuelva a imprimir desde su historial de impresión." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Vista en 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Amplíe Ultimaker Cura con complementos y perfiles de materiales." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Vista frontal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Conviértase en un experto en impresión 3D con el aprendizaje electrónico de Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Vista superior" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Soporte técnico de Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Vista del lado izquierdo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Aprenda cómo empezar a utilizar Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Vista del lado derecho" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Haga una pregunta" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Lista de objetos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consulte en la Comunidad Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Informar del error" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Archivo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Informe a los desarrolladores de que algo no funciona bien." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Edición" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Visite el sitio web de Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Ver" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Imprimir modelo seleccionado con %1" +msgstr[1] "Imprimir modelos seleccionados con %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "A&justes" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "E&xtensiones" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "Pre&ferencias" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "A&yuda" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Nuevo proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "¿Está seguro de que desea iniciar un nuevo proyecto? Esto borrará la placa de impresión y cualquier ajuste no guardado." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Segmentando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Marketplace" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "No se puede segmentar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Placa de impresión" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Procesando" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Temperatura objetivo de la plataforma calentada. La plataforma se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento de la plataforma se desactivará." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Segmentación" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Temperatura actual de la plataforma caliente." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Iniciar el proceso de segmentación" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Temperatura a la que se va a precalentar la plataforma." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Estimación de tiempos" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Estimación de material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Precalentar" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1 m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Caliente la plataforma antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que la plataforma se caliente para poder imprimir." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1 g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "La impresora no está conectada." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Ningún cálculo de tiempo disponible" +msgid "Printer control" +msgstr "Control de impresoras" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Ningún cálculo de costes disponible" +msgid "Jog Position" +msgstr "Posición de desplazamiento" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Vista previa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 +msgctxt "@label" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a printer" -msgstr "Agregar una impresora" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Agregar una impresora en red" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Agregar una impresora fuera de red" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Añadir una impresora a la nube" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Esperando la respuesta de la nube" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "¿No se han encontrado impresoras en su cuenta?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Las siguientes impresoras de su cuenta se han añadido en Cura:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Añadir impresora manualmente" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Agregar impresora por dirección IP" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Introduzca la dirección IP de su impresora." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Agregar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "No se ha podido conectar al dispositivo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "¿No puede conectarse a la impresora Ultimaker?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "La impresora todavía no ha respondido en esta dirección." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "No se puede agregar la impresora porque es desconocida o no aloja un grupo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Atrás" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Conectar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Acuerdo de usuario" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Rechazar y cerrar" +msgid "Jog Distance" +msgstr "Distancia de desplazamiento" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Le damos la bienvenida a Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Siga estos pasos para configurar\n" -"Ultimaker Cura. Solo le llevará unos minutos." +msgid "Send G-code" +msgstr "Enviar GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Empezar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Envíe un comando de GCode personalizado a la impresora conectada. Pulse «Intro» para enviar el comando." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Inicie sesión en la plataforma Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Añada ajustes de material y complementos desde Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Realice copias de seguridad y sincronice los ajustes y complementos de sus materiales" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Omitir" +msgid "Extruder" +msgstr "Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Cree una cuenta gratuita de Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Temperatura objetivo del extremo caliente. El extremo caliente se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento del extremo caliente se desactivará." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Fabricante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Temperatura actual de este extremo caliente." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Autor del perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Temperatura a la que se va a precalentar el extremo caliente." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Nombre de la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Caliente el extremo caliente antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que el extremo caliente se caliente para poder imprimir." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Asigne un nombre a su impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Color del material en este extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "No se ha encontrado ninguna impresora en su red." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Material en este extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Actualizar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Tobera insertada en este extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Agregar impresora por IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Abrir archivo de proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Añadir impresora a la nube" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Este es un archivo de proyecto Cura. ¿Le gustaría abrirlo como un proyecto o importar sus modelos?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Solución de problemas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Recordar mi selección" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Ayúdenos a mejorar Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Abrir como proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario, entre otros:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importar modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Tipos de máquina" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Guardar proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Uso de material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extrusor %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Número de segmentos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 y material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Ajustes de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Los datos recopilados por Ultimaker Cura no contendrán información personal." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "No mostrar resumen de proyecto al guardar de nuevo" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Más información" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Guardar" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "Novedades" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Abrir archivo(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Vacío" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Hemos encontrado uno o más archivos del proyecto entre los archivos que ha seleccionado. Solo puede abrir los archivos de proyecto de uno en uno. Le recomendamos que solo importe modelos de esos archivos. ¿Desea continuar?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Notas de la versión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importar todos como modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Acerca de %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "versión: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Solución completa para la impresión 3D de filamento fundido." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3762,2297 +3595,2875 @@ msgstr "" "Ultimaker B.V. ha desarrollado Cura en cooperación con la comunidad.\n" "Cura se enorgullece de utilizar los siguientes proyectos de código abierto:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Interfaz gráfica de usuario (GUI)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Entorno de la aplicación" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Generador de GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Biblioteca de comunicación entre procesos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Lenguaje de programación" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "Entorno de la GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Enlaces del entorno de la GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Biblioteca de enlaces C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Formato de intercambio de datos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Biblioteca de apoyo para cálculos científicos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Biblioteca de apoyo para cálculos más rápidos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Biblioteca de apoyo para gestionar archivos STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Biblioteca de compatibilidad para trabajar con objetos planos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Biblioteca de compatibilidad para trabajar con mallas triangulares" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Biblioteca de compatibilidad para trabajar con archivos 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Biblioteca de compatibilidad para metadatos y transmisión de archivos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Biblioteca de comunicación en serie" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Biblioteca de detección para Zeroconf" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Biblioteca de recorte de polígonos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Comprobador de tipo estático para Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Certificados de raíz para validar la fiabilidad del SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Biblioteca de seguimiento de errores de Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Biblioteca de empaquetado de polígonos, desarrollada por Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Enlaces de Python para libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Biblioteca de soporte para el acceso al llavero del sistema" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Extensiones Python para Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Fuente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "Iconos SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Implementación de la aplicación de distribución múltiple de Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Abrir archivo(s)" +msgid "Discard or Keep changes" +msgstr "Descartar o guardar cambios" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Hemos encontrado uno o más archivos del proyecto entre los archivos que ha seleccionado. Solo puede abrir los archivos de proyecto de uno en uno. Le recomendamos que solo importe modelos de esos archivos. ¿Desea continuar?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importar todos como modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Ajustes del perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Guardar proyecto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extrusor %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 y material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "No mostrar resumen de proyecto al guardar de nuevo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Guardar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Descartar o guardar cambios" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Ha personalizado algunos ajustes del perfil.\n" -"¿Le gustaría mantener estos ajustes cambiados después de cambiar de perfil?\n" -"También puede descartar los cambios para cargar los valores predeterminados de'%1'." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Ajustes del perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 msgctxt "@title:column" msgid "Current changes" msgstr "Cambios actuales" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Preguntar siempre" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Descartar y no volver a preguntar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Guardar y no volver a preguntar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Descartar los cambios" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Mantener los cambios" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Abrir archivo de proyecto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Este es un archivo de proyecto Cura. ¿Le gustaría abrirlo como un proyecto o importar sus modelos?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "No hay elementos para seleccionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Recordar mi selección" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Abrir archivo(s)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Abrir como proyecto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Abrir &reciente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Ajustes visibles" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Activar impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Contraer todas las categorías" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Nombre del trabajo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Gestionar visibilidad de los ajustes..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Tiempo de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Tiempo restante estimado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Definir como extrusor activo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "La impresora de la nube está sin conexión. Compruebe si la impresora está encendida y conectada a Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Habilitar extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Esta impresora no está vinculada a su cuenta. Vaya a Ultimaker Digital Factory para establecer una conexión." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Deshabilitar extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "La conexión de la nube no está disponible actualmente. Inicie sesión para conectarse a la impresora de la nube." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "La conexión de la nube no está disponible actualmente. Compruebe la conexión a Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favoritos" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Agregar impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Genérico" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Administrar impresoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "A&yuda" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Impresoras conectadas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Archivo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Impresoras preconfiguradas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Guardar proyecto..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Ajustes de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Exportar..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Configuración de impresión deshabilitada. No se puede modificar el archivo GCode." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Exportar selección..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "Pre&ferencias" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Algunos valores de los ajustes o sobrescrituras son distintos a los valores almacenados en el perfil.\n" -"\n" -"Haga clic para abrir el administrador de perfiles." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Edición" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Perfiles personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Impresora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Descartar cambios actuales" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Impresoras de red habilitadas" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Recomendado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Impresoras locales" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "E&xtensiones" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Encendido" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Configuraciones" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Apagado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Cargando configuraciones disponibles desde la impresora..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Experimental" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Las configuraciones no se encuentran disponibles porque la impresora no está conectada." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "No hay ningún perfil %1 para configuración en %2 extrusor. En su lugar se utilizará la opción predeterminada" -msgstr[1] "No hay ningún perfil %1 para configuraciones en %2 extrusores. En su lugar se utilizará la opción predeterminada" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Esta configuración no se encuentra disponible porque %1 es un perfil desconocido. Visite %2 para descargar el perfil de materiales correcto." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Perfiles" +msgid "Marketplace" +msgstr "Marketplace" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Ha modificado algunos ajustes del perfil. Si desea cambiarlos, hágalo en el modo personalizado." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "La configuración de este extrusor no está permitida y evita el corte." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 -msgctxt "@label" -msgid "Support" -msgstr "Soporte" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "No hay perfiles que coincidan con la configuración de este extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Generar estructuras para soportar piezas del modelo que tengan voladizos. Sin estas estructuras, estas piezas se romperían durante la impresión." +msgid "Select configuration" +msgstr "Seleccionar configuración" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Gradual infill" -msgstr "Relleno gradual" +msgid "Configurations" +msgstr "Configuraciones" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Un relleno gradual aumentará gradualmente la cantidad de relleno hacia arriba." +msgid "Printer" +msgstr "Impresora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Adhesion" -msgstr "Adherencia" +msgid "Enabled" +msgstr "Habilitado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Habilita la impresión de un borde o una balsa. Esta opción agregará un área plana alrededor del objeto, que es fácil de cortar después." +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Guardar proyecto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "Utilice pegamento con esta combinación de materiales para lograr una mejor adhesión." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Impresoras de red habilitadas" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Impresoras locales" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favoritos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Genérico" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Imprimir modelo seleccionado con:" msgstr[1] "Imprimir modelos seleccionados con:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Multiplicar modelo seleccionado" msgstr[1] "Multiplicar modelos seleccionados" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Número de copias" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Guardar proyecto..." +msgid "Save Project..." +msgstr "Guardar proyecto..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Exportar..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Ver" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Exportar selección..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Posición de la cámara" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Configuraciones" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Vista de cámara" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspectiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Ortográfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Habilitado" +msgid "View type" +msgstr "Ver tipo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Material" +msgid "Sign in to the Ultimaker platform" +msgstr "Inicie sesión en la plataforma Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Utilice pegamento con esta combinación de materiales para lograr una mejor adhesión." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Añada perfiles de materiales y complementos del Marketplace \n" +"- Realice copias de seguridad y sincronice los perfiles y complementos de sus materiales \n" +"- Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "La configuración de este extrusor no está permitida y evita el corte." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Cree una cuenta gratuita de Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "No hay perfiles que coincidan con la configuración de este extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Iniciar sesión" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Seleccionar configuración" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Última actualización: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Configuraciones" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Cuenta de Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Cargando configuraciones disponibles desde la impresora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Cerrar sesión" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Las configuraciones no se encuentran disponibles porque la impresora no está conectada." +msgid "Checking..." +msgstr "Comprobando..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Esta configuración no se encuentra disponible porque %1 es un perfil desconocido. Visite %2 para descargar el perfil de materiales correcto." +msgid "Account synced" +msgstr "Cuenta sincronizada" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Abrir archivo(s)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Impresora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Material" +msgid "Something went wrong..." +msgstr "Se ha producido un error..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Definir como extrusor activo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Instalar actualizaciones pendientes" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Habilitar extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Buscar actualizaciones de la cuenta" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Deshabilitar extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Segmentando..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Abrir &reciente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "No se puede segmentar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Ajustes visibles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Procesando" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Contraer todas las categorías" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Segmentación" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Gestionar visibilidad de los ajustes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Iniciar el proceso de segmentación" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Posición de la cámara" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Vista de cámara" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Estimación de tiempos" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspectiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Estimación de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Ortográfica" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1 m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "P&laca de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1 g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Ver tipo" +msgid "No time estimation available" +msgstr "Ningún cálculo de tiempo disponible" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "Se imprime como soporte." +msgid "No cost estimation available" +msgstr "Ningún cálculo de costes disponible" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Se han modificado otros modelos que se superponen con este modelo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Vista previa" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Se ha modificado la superposición del relleno con este modelo." +msgid "This package will be installed after restarting." +msgstr "Este paquete se instalará después de reiniciar." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "No se admiten superposiciones con este modelo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "General" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "%1 sobrescrito." -msgstr[1] "%1 sobrescritos." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Ajustes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Impresoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiales" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Perfiles" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Activar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Cerrando %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Crear" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "¿Seguro que desea salir de %1?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Duplicado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Instalar paquete" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Cambiar nombre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Exportar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Crear perfil" +msgid "Open File(s)" +msgstr "Abrir archivo(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Introduzca un nombre para este perfil." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Hemos encontrado uno o más archivos de GCode entre los archivos que ha seleccionado. Solo puede abrir los archivos GCode de uno en uno. Si desea abrir un archivo GCode, seleccione solo uno." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplicar perfil" +msgid "Add Printer" +msgstr "Agregar impresora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Confirmar eliminación" +msgid "What's New" +msgstr "Novedades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "¿Seguro que desea eliminar %1? ¡Esta acción no se puede deshacer!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Encendido" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Cambiar nombre de perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Apagado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importar perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Experimental" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Exportar perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Ajustes de impresión" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Impresora: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Configuración de impresión deshabilitada. No se puede modificar el archivo GCode." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Actualizar perfil con ajustes o sobrescrituras actuales" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Este perfil utiliza los ajustes predeterminados especificados por la impresora, por eso no aparece ningún ajuste o sobrescritura en la lista que se ve a continuación." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Los ajustes actuales coinciden con el perfil seleccionado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "No hay ningún perfil %1 para configuración en %2 extrusor. En su lugar se utilizará la opción predeterminada" +msgstr[1] "No hay ningún perfil %1 para configuraciones en %2 extrusores. En su lugar se utilizará la opción predeterminada" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Ajustes globales" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Relleno gradual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "General" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Un relleno gradual aumentará gradualmente la cantidad de relleno hacia arriba." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Interface" -msgstr "Interfaz" +msgid "Support" +msgstr "Soporte" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Currency:" -msgstr "Moneda:" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Generar estructuras para soportar piezas del modelo que tengan voladizos. Sin estas estructuras, estas piezas se romperían durante la impresión." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "Perfiles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Ha modificado algunos ajustes del perfil. Si desea cambiarlos, hágalo en el modo personalizado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" -msgid "Theme:" -msgstr "Tema:" +msgid "Adhesion" +msgstr "Adherencia" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Tendrá que reiniciar la aplicación para que estos cambios tengan efecto." +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Habilita la impresión de un borde o una balsa. Esta opción agregará un área plana alrededor del objeto, que es fácil de cortar después." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Segmentar automáticamente al cambiar los ajustes." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Perfiles personalizados" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Segmentar automáticamente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Descartar cambios actuales" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Comportamiento de la ventanilla" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Resaltar en rojo las áreas del modelo sin soporte. Sin soporte, estas áreas no se imprimirán correctamente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Algunos valores de los ajustes o sobrescrituras son distintos a los valores almacenados en el perfil.\n" +"\n" +"Haga clic para abrir el administrador de perfiles." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Mostrar voladizos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Resalta las superficies que faltan o son extrañas del modelo usando señales de advertencia. A las trayectorias de herramientas les faltarán a menudo partes de la geometría prevista." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Mostrar errores de modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Actual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Mueve la cámara de manera que el modelo se encuentre en el centro de la vista cuando se selecciona un modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Centrar cámara cuando se selecciona elemento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "¿Se debería invertir el comportamiento predeterminado del zoom de cura?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Invertir la dirección del zoom de la cámara." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "¿Debería moverse el zoom en la dirección del ratón?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Hacer zoom en la dirección del ratón no es compatible con la perspectiva ortográfica." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Visibilidad de los ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Hacer zoom en la dirección del ratón" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "¿Deben moverse los modelos en la plataforma de modo que no se crucen?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Comprobar todo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Asegúrese de que los modelos están separados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "¿Deben moverse los modelos del área de impresión de modo que no toquen la placa de impresión?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Activar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Arrastrar modelos a la placa de impresión de forma automática" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Cambiar nombre" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Se muestra el mensaje de advertencia en el lector de GCode." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Confirmar cambio de diámetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Mensaje de advertencia en el lector de GCode" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "El nuevo diámetro del filamento está ajustado en %1 mm y no es compatible con el extrusor actual. ¿Desea continuar?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "¿Debe forzarse el modo de compatibilidad de la capa?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Mostrar nombre" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Forzar modo de compatibilidad de la vista de capas (necesario reiniciar)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marca" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "¿Debería abrirse Cura en el lugar donde se cerró?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Tipo de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Restaurar la posición de la ventana al inicio" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Color" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "¿Qué tipo de renderizado de cámara debería usarse?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Renderizado de cámara:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Propiedades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspectiva" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ortográfica" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 -msgctxt "@label" -msgid "Opening and saving files" -msgstr "Abrir y guardar archivos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "¿Debería abrir los archivos del escritorio o las aplicaciones externas en la misma instancia de Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Utilizar una sola instancia de Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "¿Se debe limpiar la placa de impresión antes de cargar un nuevo modelo en una única instancia de Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Limpiar la placa de impresión antes de cargar el modelo en la instancia única" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "¿Deben ajustarse los modelos al volumen de impresión si son demasiado grandes?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Escalar modelos de gran tamaño" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Un modelo puede mostrarse demasiado pequeño si su unidad son metros en lugar de milímetros, por ejemplo. ¿Deben escalarse estos modelos?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Escalar modelos demasiado pequeños" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "¿Se deberían seleccionar los modelos después de haberse cargado?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Seleccionar modelos al abrirlos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "¿Debe añadirse automáticamente un prefijo basado en el nombre de la impresora al nombre del trabajo de impresión?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Agregar prefijo de la máquina al nombre del trabajo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "¿Mostrar un resumen al guardar un archivo de proyecto?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Mostrar un cuadro de diálogo de resumen al guardar el proyecto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Comportamiento predeterminado al abrir un archivo del proyecto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Comportamiento predeterminado al abrir un archivo del proyecto: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Preguntar siempre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Abrir siempre como un proyecto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Importar modelos siempre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Si ha realizado cambios en un perfil y, a continuación, ha cambiado a otro, aparecerá un cuadro de diálogo que le preguntará si desea guardar o descartar los cambios. También puede elegir el comportamiento predeterminado, así ese cuadro de diálogo no volverá a aparecer." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Comportamiento predeterminado para los valores modificados al cambiar a otro perfil: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Descartar siempre los ajustes modificados" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Transferir siempre los ajustes modificados al nuevo perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privacidad" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "¿Deben enviarse datos anónimos sobre la impresión a Ultimaker? Tenga en cuenta que no se envían ni almacenan modelos, direcciones IP ni otra información de identificación personal." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Enviar información (anónima) de impresión" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Más información" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Actualizaciones" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "¿Debe Cura buscar actualizaciones cuando se abre el programa?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Buscar actualizaciones al iniciar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Cuando busque actualizaciones, compruebe solo si hay versiones estables." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Solo versiones estables" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Cuando busque actualizaciones, compruebe si hay versiones estables y versiones beta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Versiones estables y beta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "¿Debería Cura buscar automáticamente nuevos complementos cada vez que se inicia? Le recomendamos encarecidamente que no desactive esta opción!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Recibir notificaciones de actualizaciones de complementos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Información" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Confirmar cambio de diámetro" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "El nuevo diámetro del filamento está ajustado en %1 mm y no es compatible con el extrusor actual. ¿Desea continuar?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Mostrar nombre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "Tipo de material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "Color" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 -msgctxt "@label" -msgid "Properties" -msgstr "Propiedades" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Densidad" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diámetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Coste del filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Peso del filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Longitud del filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Coste por metro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Este material está vinculado a %1 y comparte alguna de sus propiedades." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Desvincular material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Descripción" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Información sobre adherencia" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Crear" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplicado" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Sincronizar con las impresoras" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Impresora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importar material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "No se pudo importar el material en %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "El material se ha importado correctamente en %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Exportar material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Se ha producido un error al exportar el material a %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "El material se ha exportado correctamente a %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Información" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Sincronizar materiales con impresoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Sincronizar materiales con impresoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Con unos sencillos pasos puede sincronizar todos sus perfiles de material con sus impresoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Iniciar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "¿Por qué tengo que sincronizar los perfiles de materiales?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Iniciar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Iniciar sesión" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Para sincronizar automáticamente los perfiles de material con todas sus impresoras conectadas a Digital Factory debe iniciar sesión en Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Sincronización de materiales con USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Las siguientes impresoras recibirán los nuevos perfiles de material:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Hubo un error al enviar los materiales a las impresoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Los perfiles de material se han sincronizado correctamente con las siguientes impresoras:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Solución de problemas" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "¿Faltan impresoras?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Asegúrese de que todas las impresoras estén encendidas y conectadas a Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Actualizar la lista" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Inténtelo de nuevo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Realizado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Sincronizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Sincronizando" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "No se ha encontrado ninguna impresora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Parece que no tiene ninguna impresora compatible conectada a Digital Factory. Asegúrese de que su impresora esté conectada y ejecutando el firmware más" -" reciente." +msgstr "Parece que no tiene ninguna impresora compatible conectada a Digital Factory. Asegúrese de que su impresora esté conectada y ejecutando el firmware más reciente." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Aprenda a conectar su impresora a Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Actualizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Sincronización de perfiles de material a través USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Siga estos pasos para cargar los nuevos perfiles de material en la impresora." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Haga clic en el botón para exportar el archivo de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Guarde el archivo .umm en una memoria USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Inserte la memoria USB en la impresora e inicie el procedimiento para cargar nuevos perfiles de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Cómo cargar nuevos perfiles de material en mi impresora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Atrás" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Exportar archivo de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Exportar todos los materiales" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Visibilidad de los ajustes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Comprobar todo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Impresoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Calculado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Ajustes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Actual" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Unidad" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplicado" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "No está conectado a ninguna impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Exportar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "La impresora no acepta comandos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Confirmar eliminación" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "En mantenimiento. Compruebe la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "¿Seguro que desea eliminar %1? ¡Esta acción no se puede deshacer!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Se ha perdido la conexión con la impresora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Importar material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Imprimiendo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "El material se ha importado correctamente en %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "En pausa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "No se pudo importar el material en %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Preparando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Exportar material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Retire la impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Se ha producido un error al exportar el material a %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Cancelar impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "El material se ha exportado correctamente a %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "¿Está seguro de que desea cancelar la impresión?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Imprimir modelo seleccionado con %1" -msgstr[1] "Imprimir modelos seleccionados con %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Mis impresoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Supervise las impresoras de Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Cree proyectos de impresión en Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Trabajos de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Este perfil utiliza los ajustes predeterminados especificados por la impresora, por eso no aparece ningún ajuste o sobrescritura en la lista que se ve a continuación." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Supervise los trabajos de impresión y vuelva a imprimir desde su historial de impresión." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Los ajustes actuales coinciden con el perfil seleccionado." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Amplíe Ultimaker Cura con complementos y perfiles de materiales." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Ajustes globales" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Conviértase en un experto en impresión 3D con el aprendizaje electrónico de Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Crear perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Soporte técnico de Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Introduzca un nombre para este perfil." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Aprenda cómo empezar a utilizar Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Exportar perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Haga una pregunta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplicar perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consulte en la Comunidad Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Cambiar nombre de perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Informar del error" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importar perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Informe a los desarrolladores de que algo no funciona bien." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interfaz" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Visite el sitio web de Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Control de impresoras" +msgid "Currency:" +msgstr "Moneda:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Posición de desplazamiento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Segmentar automáticamente al cambiar los ajustes." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Segmentar automáticamente" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Distancia de desplazamiento" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Enviar GCode" +msgid "Viewport behavior" +msgstr "Comportamiento de la ventanilla" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Envíe un comando de GCode personalizado a la impresora conectada. Pulse «Intro» para enviar el comando." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Resaltar en rojo las áreas del modelo sin soporte. Sin soporte, estas áreas no se imprimirán correctamente." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Mostrar voladizos" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Temperatura objetivo del extremo caliente. El extremo caliente se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento del extremo caliente se desactivará." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Resalta las superficies que faltan o son extrañas del modelo usando señales de advertencia. A las trayectorias de herramientas les faltarán a menudo partes de la geometría prevista." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Temperatura actual de este extremo caliente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Mostrar errores de modelo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Temperatura a la que se va a precalentar el extremo caliente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Mueve la cámara de manera que el modelo se encuentre en el centro de la vista cuando se selecciona un modelo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Centrar cámara cuando se selecciona elemento" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Precalentar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "¿Se debería invertir el comportamiento predeterminado del zoom de cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Caliente el extremo caliente antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que el extremo caliente se caliente para poder imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Invertir la dirección del zoom de la cámara." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Color del material en este extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "¿Debería moverse el zoom en la dirección del ratón?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Material en este extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Hacer zoom en la dirección del ratón no es compatible con la perspectiva ortográfica." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Tobera insertada en este extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Hacer zoom en la dirección del ratón" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "La impresora no está conectada." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "¿Deben moverse los modelos en la plataforma de modo que no se crucen?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Placa de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Asegúrese de que los modelos están separados" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Temperatura objetivo de la plataforma calentada. La plataforma se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento de la plataforma se desactivará." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "¿Deben moverse los modelos del área de impresión de modo que no toquen la placa de impresión?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Temperatura actual de la plataforma caliente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Arrastrar modelos a la placa de impresión de forma automática" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Temperatura a la que se va a precalentar la plataforma." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Se muestra el mensaje de advertencia en el lector de GCode." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Caliente la plataforma antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que la plataforma se caliente para poder imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Mensaje de advertencia en el lector de GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Iniciar sesión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "¿Debe forzarse el modo de compatibilidad de la capa?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Añada perfiles de materiales y complementos del Marketplace \n" -"- Realice copias de seguridad y sincronice los perfiles y complementos de sus materiales \n" -"- Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Forzar modo de compatibilidad de la vista de capas (necesario reiniciar)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Cree una cuenta gratuita de Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "¿Debería abrirse Cura en el lugar donde se cerró?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Última actualización: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Restaurar la posición de la ventana al inicio" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Cuenta de Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "¿Qué tipo de renderizado de cámara debería usarse?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Cerrar sesión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Renderizado de cámara:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Comprobando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspectiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Cuenta sincronizada" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ortográfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Se ha producido un error..." +msgid "Opening and saving files" +msgstr "Abrir y guardar archivos" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Instalar actualizaciones pendientes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "¿Debería abrir los archivos del escritorio o las aplicaciones externas en la misma instancia de Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Buscar actualizaciones de la cuenta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Utilizar una sola instancia de Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Sin título" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "¿Se debe limpiar la placa de impresión antes de cargar un nuevo modelo en una única instancia de Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "No hay elementos para seleccionar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Limpiar la placa de impresión antes de cargar el modelo en la instancia única" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Mostrar Guía de resolución de problemas en línea" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "¿Deben ajustarse los modelos al volumen de impresión si son demasiado grandes?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Alternar pantalla completa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Escalar modelos de gran tamaño" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Salir de modo de pantalla completa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Un modelo puede mostrarse demasiado pequeño si su unidad son metros en lugar de milímetros, por ejemplo. ¿Deben escalarse estos modelos?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "Des&hacer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Escalar modelos demasiado pequeños" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Rehacer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "¿Se deberían seleccionar los modelos después de haberse cargado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Salir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Seleccionar modelos al abrirlos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Vista en 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "¿Debe añadirse automáticamente un prefijo basado en el nombre de la impresora al nombre del trabajo de impresión?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Vista frontal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Agregar prefijo de la máquina al nombre del trabajo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Vista superior" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "¿Mostrar un resumen al guardar un archivo de proyecto?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Vista inferior" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Mostrar un cuadro de diálogo de resumen al guardar el proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Vista del lado izquierdo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Comportamiento predeterminado al abrir un archivo del proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Vista del lado derecho" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Comportamiento predeterminado al abrir un archivo del proyecto: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Configurar Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Preguntar siempre" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Agregar impresora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Abrir siempre como un proyecto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Adm&inistrar impresoras ..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Importar modelos siempre" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Administrar materiales..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Si ha realizado cambios en un perfil y, a continuación, ha cambiado a otro, aparecerá un cuadro de diálogo que le preguntará si desea guardar o descartar los cambios. También puede elegir el comportamiento predeterminado, así ese cuadro de diálogo no volverá a aparecer." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Añadir más materiales de Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Comportamiento predeterminado para los valores modificados al cambiar a otro perfil: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&Actualizar perfil con ajustes o sobrescrituras actuales" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Descartar siempre los ajustes modificados" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Descartar cambios actuales" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Transferir siempre los ajustes modificados al nuevo perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&Crear perfil a partir de ajustes o sobrescrituras actuales..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privacidad" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Administrar perfiles..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "¿Deben enviarse datos anónimos sobre la impresión a Ultimaker? Tenga en cuenta que no se envían ni almacenan modelos, direcciones IP ni otra información de identificación personal." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Mostrar &documentación en línea" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Enviar información (anónima) de impresión" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Informar de un &error" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Actualizaciones" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Novedades" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "¿Debe Cura buscar actualizaciones cuando se abre el programa?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Acerca de..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Buscar actualizaciones al iniciar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Eliminar selección" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Cuando busque actualizaciones, compruebe solo si hay versiones estables." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centrar selección" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Solo versiones estables" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Multiplicar selección" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Cuando busque actualizaciones, compruebe si hay versiones estables y versiones beta." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Eliminar modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Versiones estables y beta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Ce&ntrar modelo en plataforma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "¿Debería Cura buscar automáticamente nuevos complementos cada vez que se inicia? Le recomendamos encarecidamente que no desactive esta opción!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "A&grupar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Recibir notificaciones de actualizaciones de complementos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Desagrupar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Agregar impresora por dirección IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "Co&mbinar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Introduzca la dirección IP de su impresora." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Multiplicar modelo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Agregar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Seleccionar todos los modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "No se ha podido conectar al dispositivo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Borrar placa de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "¿No puede conectarse a la impresora Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Recargar todos los modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "La impresora todavía no ha respondido en esta dirección." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Organizar todos los modelos en todas las placas de impresión" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "No se puede agregar la impresora porque es desconocida o no aloja un grupo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Organizar todos los modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Conectar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Organizar selección" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Notas de la versión" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Restablecer las posiciones de todos los modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Acuerdo de usuario" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Restablecer las transformaciones de todos los modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Estoy de acuerdo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&Abrir archivo(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Rechazar y cerrar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Nuevo proyecto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Novedades" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Mostrar carpeta de configuración" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Siguiente" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Configurar visibilidad de los ajustes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Añadir una impresora a la nube" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "Esperando la respuesta de la nube" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Este ajuste no se utiliza porque los ajustes a los que afecta están sobrescritos." +msgid "No printers found in your account?" +msgstr "¿No se han encontrado impresoras en su cuenta?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Afecta a" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "Las siguientes impresoras de su cuenta se han añadido en Cura:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Afectado por" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Añadir impresora manualmente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Añada ajustes de material y complementos desde Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Realice copias de seguridad y sincronice los ajustes y complementos de sus materiales" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Omitir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Cree una cuenta gratuita de Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Este ajuste siempre se comparte entre extrusores. Si lo modifica, modificará el valor de todos los extrusores." +msgid "Welcome to Ultimaker Cura" +msgstr "Le damos la bienvenida a Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Siga estos pasos para configurar\n" +"Ultimaker Cura. Solo le llevará unos minutos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Empezar" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Este valor se resuelve a partir de valores en conflicto específicos del extrusor:" +msgid "Empty" +msgstr "Vacío" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Este ajuste tiene un valor distinto del perfil.\n" -"\n" -"Haga clic para restaurar el valor del perfil." +msgid "Manufacturer" +msgstr "Fabricante" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Este ajuste se calcula normalmente pero actualmente tiene un valor absoluto establecido.\n" -"\n" -"Haga clic para restaurar el valor calculado." +msgid "Profile author" +msgstr "Autor del perfil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nombre de la impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Asigne un nombre a su impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Agregar una impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Agregar una impresora en red" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Agregar una impresora fuera de red" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "No se ha encontrado ninguna impresora en su red." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Actualizar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Agregar impresora por IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Añadir impresora a la nube" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Solución de problemas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Ayúdenos a mejorar Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario, entre otros:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Tipos de máquina" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Uso de material" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Número de segmentos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Ajustes de impresión" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Los datos recopilados por Ultimaker Cura no contendrán información personal." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Más información" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Lista de objetos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Se imprime como soporte." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Se han modificado otros modelos que se superponen con este modelo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Se ha modificado la superposición del relleno con este modelo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "No se admiten superposiciones con este modelo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "%1 sobrescrito." +msgstr[1] "%1 sobrescritos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Impresoras conectadas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Impresoras preconfiguradas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "La impresora de la nube está sin conexión. Compruebe si la impresora está encendida y conectada a Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Esta impresora no está vinculada a su cuenta. Vaya a Ultimaker Digital Factory para establecer una conexión." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "La conexión de la nube no está disponible actualmente. Inicie sesión para conectarse a la impresora de la nube." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "La conexión de la nube no está disponible actualmente. Compruebe la conexión a Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Agregar impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Administrar impresoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Sin título" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "No está conectado a ninguna impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "La impresora no acepta comandos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "En mantenimiento. Compruebe la impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Se ha perdido la conexión con la impresora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Imprimiendo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "En pausa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Preparando..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Retire la impresión" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Cancelar impresión" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "¿Está seguro de que desea cancelar la impresión?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Algunos ajustes ocultos utilizan valores diferentes de los valores normales calculados.\n" +"\n" +"Haga clic para mostrar estos ajustes." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Buscar ajustes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Copiar valor en todos los extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Copiar todos los valores cambiados en todos los extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Ocultar este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "No mostrar este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Mostrar este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Configurar visibilidad de los ajustes..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Este ajuste no se utiliza porque los ajustes a los que afecta están sobrescritos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Afecta a" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Afectado por" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Este ajuste siempre se comparte entre extrusores. Si lo modifica, modificará el valor de todos los extrusores." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Este valor se resuelve a partir de valores en conflicto específicos del extrusor:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Este ajuste tiene un valor distinto del perfil.\n" +"\n" +"Haga clic para restaurar el valor del perfil." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Este ajuste se calcula normalmente pero actualmente tiene un valor absoluto establecido.\n" +"\n" +"Haga clic para restaurar el valor calculado." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Activar impresión" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nombre del trabajo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Tiempo de impresión" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Tiempo restante estimado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Alternar pantalla completa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Salir de modo de pantalla completa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "Des&hacer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Rehacer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Salir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Vista en 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Vista frontal" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Vista superior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Vista inferior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Vista del lado izquierdo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Vista del lado derecho" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Configurar Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Agregar impresora..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Adm&inistrar impresoras ..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Administrar materiales..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&Actualizar perfil con ajustes o sobrescrituras actuales" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Descartar cambios actuales" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&Crear perfil a partir de ajustes o sobrescrituras actuales..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Administrar perfiles..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Mostrar &documentación en línea" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Informar de un &error" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Novedades" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Acerca de..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Eliminar selección" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centrar selección" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Multiplicar selección" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Eliminar modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Ce&ntrar modelo en plataforma" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "A&grupar modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Desagrupar modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "Co&mbinar modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Multiplicar modelo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Seleccionar todos los modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Borrar placa de impresión" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Recargar todos los modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Organizar todos los modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Organizar selección" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Restablecer las posiciones de todos los modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Restablecer las transformaciones de todos los modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&Abrir archivo(s)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Nuevo proyecto..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Mostrar carpeta de configuración" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Vista en 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Vista frontal" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Vista superior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Vista del lado izquierdo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Vista del lado derecho" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Proporciona una fase de preparación en Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Fase de preparación" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Proporciona asistencia para exportar perfiles de Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Escritor de perfiles de Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Proporciona asistencia para leer archivos 3D." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Lector Trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Busca actualizaciones de firmware." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Buscador de actualizaciones de firmware" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Registra determinados eventos para que puedan utilizarse en el informe del accidente" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Registro de Sentry" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Proporciona una fase de supervisión en Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Fase de supervisión" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Proporciona asistencia para la conexión directa y la escritura de la unidad extraíble." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Complemento de dispositivo de salida de unidad extraíble" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Proporciona asistencia para leer archivos AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Lector de AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Proporciona soporte para la lectura de paquetes de formato Ultimaker." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Lector de UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Se conecta a la biblioteca digital, por lo que Cura puede abrir y guardar archivos en ella." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Proporciona los ajustes por modelo." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Herramienta de ajustes por modelo" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Proporciona opciones a la máquina para actualizar el firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Actualizador de firmware" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Gestiona las conexiones de red de las impresoras Ultimaker conectadas." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Conexión en red de Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Comprueba las configuraciones de los modelos y la impresión en busca de posibles problemas de impresión y da consejos." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Comprobador de modelos" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Vista de simulación" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Escribe GCode en un archivo." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Escritor de GCode" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Proporciona asistencia para escribir archivos 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Escritor de 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Lee GCode de un archivo comprimido." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Lector de GCode comprimido" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Permite leer y escribir perfiles de material basados en XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Perfiles de material" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Proporciona el vínculo para el backend de segmentación de CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Backend de CuraEngine" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Proporciona asistencia para leer archivos X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Lector de X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Habilita la capacidad de generar geometría imprimible a partir de archivos de imagen 2D." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Lector de imágenes" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Proporciona asistencia para leer archivos 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Lector de 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Permite la escritura de paquetes de formato Ultimaker." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Escritor de UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Proporciona asistencia para la importación de perfiles de versiones anteriores de Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Lector de perfiles antiguos de Cura" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Actualiza la configuración de Cura 4.3 a Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Actualización de la versión 4.3 a la 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Actualiza las configuraciones de Cura 2.1 a Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Actualización de la versión 2.1 a la 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Actualiza la configuración de Cura 4.1 a Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Actualización de la versión 4.1 a la 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Actualiza la configuración de Cura 4.5 a Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Actualización de la versión 4.5 a la 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Actualiza la configuración de Cura 3.3 a Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Actualización de la versión 3.3 a la 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Actualiza la configuración de Cura 4.8 a Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Actualización de la versión 4.8 a la 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Actualiza la configuración de Cura 2.7 a Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Actualización de la versión 2.7 a la 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Actualiza la configuración de Cura 4.4 a Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Buscar ajustes" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Actualización de la versión 4.4 a la 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Copiar valor en todos los extrusores" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Actualiza la configuración de Cura 3.0 a Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Copiar todos los valores cambiados en todos los extrusores" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Actualización de la versión 3.0 a la 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Ocultar este ajuste" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Actualiza la configuración de Cura 4.6.0 a Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "No mostrar este ajuste" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Actualización de la versión 4.6.0 a la 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Mostrar este ajuste" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Actualiza la configuración de Cura 2.6 a Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Algunos ajustes ocultos utilizan valores diferentes de los valores normales calculados.\n" -"\n" -"Haga clic para mostrar estos ajustes." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Actualización de la versión 2.6 a la 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Este paquete se instalará después de reiniciar." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Actualiza la configuración de Cura 4.2 a Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Ajustes" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Actualización de la versión 4.2 a la 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Cerrando %1" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Actualiza la configuración de Cura 4.0 a Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "¿Seguro que desea salir de %1?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Actualización de la versión 4.0 a la 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Instalar paquete" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Actualiza la configuración de Cura 4.6.2 a Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Abrir archivo(s)" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Actualización de la versión 4.6.2 a la 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Hemos encontrado uno o más archivos de GCode entre los archivos que ha seleccionado. Solo puede abrir los archivos GCode de uno en uno. Si desea abrir un archivo GCode, seleccione solo uno." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Actualiza la configuración de Cura 4.9 a Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Agregar impresora" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Actualización de la versión 4.9 a la 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Novedades" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Actualiza la configuración de Cura 2.2 a Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Actualización de la versión 2.2 a la 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Proporciona los ajustes por modelo." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Actualiza la configuración de Cura 3.2 a Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Herramienta de ajustes por modelo" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Actualización de la versión 3.2 a la 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Proporciona asistencia para la importación de perfiles de Cura." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Actualiza la configuración de Cura 2.5 a Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Lector de perfiles de Cura" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Actualización de la versión 2.5 a la 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Proporciona asistencia para leer archivos X3D." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Actualiza la configuración de Cura 3.5 a Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Lector de X3D" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Actualización de la versión 3.5 a la 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Realice una copia de seguridad de su configuración y restáurela." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Actualiza las configuraciones de Cura 3.4 a Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Copias de seguridad de Cura" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Actualización de la versión 3.4 a la 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Permite cambiar los ajustes de la máquina (como el volumen de impresión, el tamaño de la tobera, etc.)." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Actualiza la configuración de Cura 4.7 a Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Acción Ajustes de la máquina" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Actualización de la versión 4.7 a la 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Crea una malla de borrado que impide la impresión de soportes en determinados lugares" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Actualiza la configuración de Cura 4.11 a Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Borrador de soporte" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Actualización de la versión 4.11 a 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Proporciona asistencia para la conexión directa y la escritura de la unidad extraíble." +msgid "Backup and restore your configuration." +msgstr "Realice una copia de seguridad de su configuración y restáurela." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Complemento de dispositivo de salida de unidad extraíble" +msgid "Cura Backups" +msgstr "Copias de seguridad de Cura" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Proporciona opciones a la máquina para actualizar el firmware." +msgid "Provides support for importing Cura profiles." +msgstr "Proporciona asistencia para la importación de perfiles de Cura." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Actualizador de firmware" +msgid "Cura Profile Reader" +msgstr "Lector de perfiles de Cura" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Proporciona asistencia para la importación de perfiles de versiones anteriores de Cura." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Envía información anónima de la segmentación. Se puede desactivar en las preferencias." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Lector de perfiles antiguos de Cura" +msgid "Slice info" +msgstr "Info de la segmentación" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Proporciona asistencia para leer archivos 3MF." +msgid "Provides support for importing profiles from g-code files." +msgstr "Proporciona asistencia para la importación de perfiles de archivos GCode." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Lector de 3MF" +msgid "G-code Profile Reader" +msgstr "Lector de perfiles GCode" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Permite la escritura de paquetes de formato Ultimaker." +msgid "Writes g-code to a compressed archive." +msgstr "Escribe GCode en un archivo comprimido." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Escritor de UFP" +msgid "Compressed G-code Writer" +msgstr "Escritor de GCode comprimido" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Registra determinados eventos para que puedan utilizarse en el informe del accidente" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Extensión que permite el posprocesamiento de las secuencias de comandos creadas por los usuarios" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Registro de Sentry" +msgid "Post Processing" +msgstr "Posprocesamiento" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Proporciona asistencia para la importación de perfiles de archivos GCode." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Crea una malla de borrado que impide la impresión de soportes en determinados lugares" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Lector de perfiles GCode" +msgid "Support Eraser" +msgstr "Borrador de soporte" #: PreviewStage/plugin.json msgctxt "description" @@ -6074,55 +6485,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Vista de rayos X" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Proporciona el vínculo para el backend de segmentación de CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Proporciona las acciones de la máquina de las máquinas Ultimaker (como un asistente para la nivelación de la plataforma, la selección de actualizaciones, etc.)." -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Backend de CuraEngine" +msgid "Ultimaker machine actions" +msgstr "Acciones de la máquina Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Proporciona asistencia para leer archivos AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Lector de AMF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Lee GCode de un archivo comprimido." +msgid "Provides a normal solid mesh view." +msgstr "Proporciona una vista de malla sólida normal." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Lector de GCode comprimido" +msgid "Solid View" +msgstr "Vista de sólidos" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Extensión que permite el posprocesamiento de las secuencias de comandos creadas por los usuarios" +msgid "Allows loading and displaying G-code files." +msgstr "Permite cargar y visualizar archivos GCode." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Posprocesamiento" +msgid "G-code Reader" +msgstr "Lector de GCode" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Proporciona asistencia para exportar perfiles de Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Permite cambiar los ajustes de la máquina (como el volumen de impresión, el tamaño de la tobera, etc.)." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Escritor de perfiles de Cura" +msgid "Machine Settings Action" +msgstr "Acción Ajustes de la máquina" #: USBPrinting/plugin.json msgctxt "description" @@ -6134,415 +6545,363 @@ msgctxt "name" msgid "USB printing" msgstr "Impresión USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Proporciona una fase de preparación en Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiales" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Fase de preparación" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Tiene que salir y reiniciar {} para que los cambios surtan efecto." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Permite cargar y visualizar archivos GCode." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Sincronizando..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Lector de GCode" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Se han detectado cambios desde su cuenta de Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Habilita la capacidad de generar geometría imprimible a partir de archivos de imagen 2D." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "¿Desea sincronizar el material y los paquetes de software con su cuenta?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Lector de imágenes" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Proporciona las acciones de la máquina de las máquinas Ultimaker (como un asistente para la nivelación de la plataforma, la selección de actualizaciones, etc.)." +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Rechazar y eliminar de la cuenta" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Acciones de la máquina Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "Error al descargar los complementos {}" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Escribe GCode en un archivo comprimido." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Acuerdo de licencia de complemento" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Escritor de GCode comprimido" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Convertir imagen..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Busca actualizaciones de firmware." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "La anchura en milímetros en la placa de impresión." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Buscador de actualizaciones de firmware" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Marketplace" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Envía información anónima de la segmentación. Se puede desactivar en las preferencias." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Tendrá que reiniciar Cura para que los cambios de los paquetes surtan efecto." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Info de la segmentación" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Instalar" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Permite leer y escribir perfiles de material basados en XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Instalado" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Perfiles de material" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Prémium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Se conecta a la biblioteca digital, por lo que Cura puede abrir y guardar archivos en ella." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Ir a Web Marketplace" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Buscar materiales" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Buscar, administrar e instalar nuevos paquetes de Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibilidad" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Cuadro de herramientas" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Máquina" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Escribe GCode en un archivo." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Placa de impresión" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Escritor de GCode" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Soporte" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Abre la vista de simulación." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Calidad" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Vista de simulación" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Especificaciones técnicas" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Actualiza la configuración de Cura 4.5 a Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Especificaciones de seguridad" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Actualización de la versión 4.5 a la 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Directrices de impresión" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Actualiza la configuración de Cura 2.5 a Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Sitio web" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Actualización de la versión 2.5 a la 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Inicie sesión para realizar la instalación o la actualización" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Actualiza la configuración de Cura 4.6.0 a Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Comprar bobinas de material" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Actualización de la versión 4.6.0 a la 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Actualizar" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Actualiza la configuración de Cura 4.7 a Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Actualizando" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Actualización de la versión 4.7 a la 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Actualizado" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Actualiza las configuraciones de Cura 3.4 a Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Atrás" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Actualización de la versión 3.4 a la 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Complementos" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Instalado" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Se instalará después de reiniciar" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Inicie sesión para realizar la actualización" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Degradar" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Actualiza las configuraciones de Cura 2.1 a Cura 2.2." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Desinstalar" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Actualización de la versión 2.1 a la 2.2" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Contribuciones de la comunidad" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Actualiza la configuración de Cura 3.2 a Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Complementos de la comunidad" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Actualización de la versión 3.2 a la 3.3" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Materiales genéricos" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Actualiza la configuración de Cura 4.8 a Cura 4.9." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Buscando paquetes..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Actualización de la versión 4.8 a la 4.9" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Sitio web" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Actualiza la configuración de Cura 4.6.2 a Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "Correo electrónico" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Actualización de la versión 4.6.2 a la 4.7" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Inicie sesión para obtener complementos y materiales verificados para Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Actualiza la configuración de Cura 4.2 a Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Versión" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Actualización de la versión 4.2 a la 4.3" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Última actualización" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Actualiza la configuración de Cura 4.3 a Cura 4.4." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Descargas" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Actualización de la versión 4.3 a la 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Complementos instalados" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Actualiza la configuración de Cura 4.9 a Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "No se ha instalado ningún complemento." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Actualización de la versión 4.9 a la 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Materiales instalados" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Actualiza la configuración de Cura 2.7 a Cura 3.0." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "No se ha instalado ningún material." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Actualización de la versión 2.7 a la 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Complementos agrupados" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Actualiza la configuración de Cura 2.6 a Cura 2.7." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Materiales agrupados" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Actualización de la versión 2.6 a la 2.7" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "No se ha podido conectar con la base de datos del Paquete Cura. Compruebe la conexión." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Actualiza la configuración de Cura 4.11 a Cura 4.12." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Tiene que aceptar la licencia para instalar el paquete" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Actualización de la versión 4.11 a 4.12" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Cambios desde su cuenta" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Actualiza la configuración de Cura 3.3 a Cura 3.4." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Descartar" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Actualización de la versión 3.3 a la 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Se añadirán los siguientes paquetes:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Actualiza la configuración de Cura 3.0 a Cura 3.1." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Los siguientes paquetes no se pueden instalar debido a una versión no compatible de Cura:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Actualización de la versión 3.0 a la 3.1" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Confirmar desinstalación" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Actualiza la configuración de Cura 4.0 a Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Va a desinstalar materiales o perfiles que todavía están en uso. Si confirma la desinstalación, los siguientes materiales o perfiles volverán a sus valores predeterminados." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Actualización de la versión 4.0 a la 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiales" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Actualiza la configuración de Cura 4.4 a Cura 4.5." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Perfiles" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Actualización de la versión 4.4 a la 4.5" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Confirmar" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Actualiza la configuración de Cura 2.2 a Cura 2.4." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Algunos elementos pueden causar problemas durante la impresión. Haga clic para ver consejos sobre cómo ajustarlos." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Actualización de la versión 2.2 a la 2.4" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Biblioteca de compatibilidad para trabajar con objetos planos" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Actualiza la configuración de Cura 4.1 a Cura 4.2." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Ha personalizado algunos ajustes del perfil.\n" +#~ "¿Le gustaría mantener estos ajustes cambiados después de cambiar de perfil?\n" +#~ "También puede descartar los cambios para cargar los valores predeterminados de'%1'." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Actualización de la versión 4.1 a la 4.2" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "P&laca de impresión" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Actualiza la configuración de Cura 3.5 a Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Crear" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Actualización de la versión 3.5 a la 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplicado" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Gestiona las conexiones de red de las impresoras Ultimaker conectadas." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Impresora: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Conexión en red de Ultimaker" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Actualizar perfil con ajustes o sobrescrituras actuales" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Proporciona asistencia para leer archivos 3D." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Tema:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Lector Trimesh" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Tendrá que reiniciar la aplicación para que estos cambios tengan efecto." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Proporciona soporte para la lectura de paquetes de formato Ultimaker." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Más información" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Lector de UFP" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Crear" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Proporciona una vista de malla sólida normal." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Sincronizar con las impresoras" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Vista de sólidos" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Impresora" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Proporciona asistencia para escribir archivos 3MF." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Unidad" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Escritor de 3MF" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Mostrar Guía de resolución de problemas en línea" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Proporciona una fase de supervisión en Cura." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Añadir más materiales de Marketplace" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Fase de supervisión" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Organizar todos los modelos en todas las placas de impresión" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Comprueba las configuraciones de los modelos y la impresión en busca de posibles problemas de impresión y da consejos." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Marketplace" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Comprobador de modelos" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Buscar, administrar e instalar nuevos paquetes de Cura." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Cuadro de herramientas" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Abre la vista de simulación." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/es_ES/fdmextruder.def.json.po b/resources/i18n/es_ES/fdmextruder.def.json.po index b281d5a778..6e25833577 100644 --- a/resources/i18n/es_ES/fdmextruder.def.json.po +++ b/resources/i18n/es_ES/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2019-03-13 14:00+0200\n" "Last-Translator: Bothof \n" "Language-Team: Spanish\n" diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index 2c56a713c6..448d48b844 100644 --- a/resources/i18n/es_ES/fdmprinter.def.json.po +++ b/resources/i18n/es_ES/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:15+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Spanish , Spanish \n" @@ -56,7 +56,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "Los comandos de GCode que se ejecutarán justo al inicio - separados por \n." +msgstr "" +"Los comandos de GCode que se ejecutarán justo al inicio - separados por \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -68,7 +70,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "Los comandos de GCode que se ejecutarán justo al final - separados por \n." +msgstr "" +"Los comandos de GCode que se ejecutarán justo al final - separados por \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -462,8 +466,8 @@ msgstr "Polígono del cabezal de la máquina y del ventilador" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Silueta 2D del cabezal de impresión (incluidas las tapas del ventilador)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -735,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "El diámetro de la rueda que dirige el material hacia el alimentador." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -955,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Número de paredes. Al calcularlo por el grosor de las paredes, este valor se redondea a un número entero." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -986,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optimizar el orden en el que se imprimen las paredes a fin de reducir el número de retracciones y la distancia recorrida. La mayoría de los componentes se beneficiarán si este ajuste está habilitado pero, en algunos casos, se puede tardar más, por lo que deben compararse las previsiones de tiempo de impresión con y sin optimización. La primera capa no está optimizada al elegir el borde como el tipo de adhesión de la placa de impresión." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Paredes exteriores antes que interiores" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Cuando está activado, imprime las paredes de fuera hacia dentro. Este ajuste puede mejorar la precisión dimensional en las direcciones X e Y si se utiliza un plástico de alta viscosidad como el ABS. Sin embargo, puede reducir la calidad de impresión de la superficie exterior, especialmente en voladizos." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1006,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Imprime una pared adicional cada dos capas. De este modo el relleno se queda atrapado entre estas paredes adicionales, lo que da como resultado impresiones más sólidas." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Compensar superposiciones de pared" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compensa el flujo en partes de una pared que se están imprimiendo dónde ya hay una pared." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Compensar superposiciones de pared exterior" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Compensa el flujo en partes de una pared exterior que se están imprimiendo donde ya hay una pared." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Compensar superposiciones de pared interior" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Compensa el flujo en partes de una pared interior que se están imprimiendo donde ya hay una pared." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Flujo de pared mínimo" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Porcentaje mínimo de flujo permitido en una línea de pared. La compensación de superposición reduce el flujo de pared cuando se coloca cerca de otra pared. Las paredes con flujos inferiores a este valor se sustituirán con un movimiento de desplazamiento. Al utilizar este ajuste debe habilitar la compensación de superposición de pared e imprimir la pared exterior antes que las interiores." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferencia de retracción" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Si se habilita esta opción, se utilizará retracción en lugar de peinada para los movimientos de desplazamiento que sustituyen las paredes cuyo flujo está por debajo de los límites mínimos de flujo." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Rellenar espacios entre paredes" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Rellena espacios entre paredes en los que no encaja ninguna pared." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "En ningún sitio" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Imprimir paredes finas" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "En todas partes" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Imprime las piezas del modelo que son horizontalmente más finas que el tamaño de la tobera." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Filtrar pequeños huecos" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Filtrar pequeños huecos para reducir las gotas en la parte externa del modelo." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Imprimir paredes finas" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Imprime las piezas del modelo que son horizontalmente más finas que el tamaño de la tobera." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1728,10 +1792,7 @@ msgstr "Patrón de relleno" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Patrón del material de relleno de la impresión. El método de llenado en línea y en zigzag cambia de dirección en capas alternas para reducir los costes" -" de material. Los patrones de rejilla, triángulo, trihexágono, cubo, octaédrico, cubo bitruncado, transversal y concéntrico se imprimen en todas las capas" -" por completo. Los rellenos de giroide, cúbico, cúbico bitruncado y octaédrico se alternan en cada capa para lograr una distribución más uniforme de la" -" fuerza en todas las direcciones. El relleno de iluminación intenta minimizar el relleno apoyando solo la parte superior del objeto." +msgstr "Patrón del material de relleno de la impresión. El método de llenado en línea y en zigzag cambia de dirección en capas alternas para reducir los costes de material. Los patrones de rejilla, triángulo, trihexágono, cubo, octaédrico, cubo bitruncado, transversal y concéntrico se imprimen en todas las capas por completo. Los rellenos de giroide, cúbico, cúbico bitruncado y octaédrico se alternan en cada capa para lograr una distribución más uniforme de la fuerza en todas las direcciones. El relleno de iluminación intenta minimizar el relleno apoyando solo la parte superior del objeto." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2055,8 +2116,7 @@ msgstr "Ángulo de enderezamiento de iluminación" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Las líneas de relleno se simplifican para ahorrar tiempo al imprimir. Este es el ángulo máximo permitido del voladizo sobre la longitud de la línea de" -" relleno." +msgstr "Las líneas de relleno se simplifican para ahorrar tiempo al imprimir. Este es el ángulo máximo permitido del voladizo sobre la longitud de la línea de relleno." #: fdmprinter.def.json msgctxt "material label" @@ -2198,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Para compensar la contracción del material a medida que se enfría, el modelo se escala con este factor." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2709,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Las primeras capas se imprimen más lentamente que el resto del modelo para obtener una mejor adhesión a la placa de impresión y mejorar la tasa de éxito global de las impresiones. La velocidad aumenta gradualmente en estas capas." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Igualar flujo de filamentos" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Imprimir las líneas finas más rápido que las normales de modo que la cantidad de material rezumado por segundo no varíe. Puede ser necesario que las partes finas del modelo se impriman con un ancho de línea más pequeño que el definido en los ajustes. Este ajuste controla los cambios de velocidad de dichas líneas." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Velocidad máxima de igualación de flujo" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Velocidad de impresión máxima cuando se ajusta la velocidad de impresión para igualar el flujo." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4463,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir la falda/borde/balsa. Se emplea en la extrusión múltiple." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4627,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Distancia entre las líneas de la balsa para las capas superiores de la balsa. La separación debe ser igual a la ancho de línea para producir una superficie sólida." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5127,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "La desviación máxima permitida al reducir la resolución en el ajuste de la resolución máxima. Si se aumenta el valor, la impresión será menos precisa pero el GCode será más pequeño. La desviación máxima es un límite para la resolución máxima, por lo que si las dos entran en conflicto, la desviación máxima siempre tendrá prioridad." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6421,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Las pequeñas partes de la primera capa se imprimirán a este porcentaje de su velocidad de impresión normal. Una impresión más lenta puede mejorar la adhesión y la precisión." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6481,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Matriz de transformación que se aplicará al modelo cuando se cargue desde el archivo." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Silueta 2D del cabezal de impresión (incluidas las tapas del ventilador)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Paredes exteriores antes que interiores" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Cuando está activado, imprime las paredes de fuera hacia dentro. Este ajuste puede mejorar la precisión dimensional en las direcciones X e Y si se utiliza un plástico de alta viscosidad como el ABS. Sin embargo, puede reducir la calidad de impresión de la superficie exterior, especialmente en voladizos." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Compensar superposiciones de pared" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compensa el flujo en partes de una pared que se están imprimiendo dónde ya hay una pared." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Compensar superposiciones de pared exterior" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Compensa el flujo en partes de una pared exterior que se están imprimiendo donde ya hay una pared." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Compensar superposiciones de pared interior" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Compensa el flujo en partes de una pared interior que se están imprimiendo donde ya hay una pared." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Flujo de pared mínimo" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Porcentaje mínimo de flujo permitido en una línea de pared. La compensación de superposición reduce el flujo de pared cuando se coloca cerca de otra pared. Las paredes con flujos inferiores a este valor se sustituirán con un movimiento de desplazamiento. Al utilizar este ajuste debe habilitar la compensación de superposición de pared e imprimir la pared exterior antes que las interiores." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferencia de retracción" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Si se habilita esta opción, se utilizará retracción en lugar de peinada para los movimientos de desplazamiento que sustituyen las paredes cuyo flujo está por debajo de los límites mínimos de flujo." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Rellenar espacios entre paredes" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Rellena espacios entre paredes en los que no encaja ninguna pared." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "En ningún sitio" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "En todas partes" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Filtrar pequeños huecos" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Filtrar pequeños huecos para reducir las gotas en la parte externa del modelo." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Igualar flujo de filamentos" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Imprimir las líneas finas más rápido que las normales de modo que la cantidad de material rezumado por segundo no varíe. Puede ser necesario que las partes finas del modelo se impriman con un ancho de línea más pequeño que el definido en los ajustes. Este ajuste controla los cambios de velocidad de dichas líneas." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Velocidad máxima de igualación de flujo" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Velocidad de impresión máxima cuando se ajusta la velocidad de impresión para igualar el flujo." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "Los comandos de GCode que se ejecutarán justo al inicio separados por - \\n." diff --git a/resources/i18n/fdmextruder.def.json.pot b/resources/i18n/fdmextruder.def.json.pot index 2d127a3742..47567dd264 100644 --- a/resources/i18n/fdmextruder.def.json.pot +++ b/resources/i18n/fdmextruder.def.json.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot index 5482032204..d823cd20a2 100644 --- a/resources/i18n/fdmprinter.def.json.pot +++ b/resources/i18n/fdmprinter.def.json.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -508,7 +508,10 @@ msgstr "" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." msgstr "" #: fdmprinter.def.json @@ -804,6 +807,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "" +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -1048,6 +1061,75 @@ msgid "" "rounded to a whole number." msgstr "" +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -1090,134 +1172,160 @@ msgid "" msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" +msgctxt "inset_direction label" +msgid "Wall Ordering" msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" +msgctxt "inset_direction description" msgid "" -"Prints walls in order of outside to inside when enabled. This can help " -"improve dimensional accuracy in X and Y when using a high viscosity plastic " -"like ABS; however it can decrease outer surface print quality, especially on " -"overhangs." +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." msgstr "" #: fdmprinter.def.json -msgctxt "alternate_extra_perimeter label" -msgid "Alternate Extra Wall" +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" msgstr "" #: fdmprinter.def.json -msgctxt "alternate_extra_perimeter description" -msgid "" -"Prints an extra wall at every other layer. This way infill gets caught " -"between these extra walls, resulting in stronger prints." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" +msgctxt "alternate_extra_perimeter label" +msgid "Alternate Extra Wall" msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" +msgctxt "alternate_extra_perimeter description" msgid "" -"Compensate the flow for parts of a wall being printed where there is already " -"a wall in place." +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" +msgctxt "min_wall_line_width description" msgid "" -"Compensate the flow for parts of an outer wall being printed where there is " -"already a wall in place." +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" +msgctxt "min_even_wall_line_width description" msgid "" -"Compensate the flow for parts of an inner wall being printed where there is " -"already a wall in place." +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" +msgctxt "wall_split_middle_threshold description" msgid "" -"Minimum allowed percentage flow for a wall line. The wall overlap " -"compensation reduces a wall's flow when it lies close to an existing wall. " -"Walls whose flow is less than this value will be replaced with a travel " -"move. When using this setting, you must enable the wall overlap compensation " -"and print the outer wall before inner walls." +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" +msgctxt "min_odd_wall_line_width description" msgid "" -"If enabled, retraction is used rather than combing for travel moves that " -"replace walls whose flow is below the minimum flow threshold." +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." +msgctxt "wall_add_middle_threshold description" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" +msgctxt "fill_outline_gaps description" +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." +msgctxt "min_feature_size description" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" +msgctxt "min_bead_width description" msgid "" -"Print pieces of the model which are horizontally thinner than the nozzle " -"size." +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." msgstr "" #: fdmprinter.def.json @@ -2535,6 +2643,30 @@ msgid "" "will be scaled with this factor." msgstr "" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -3112,28 +3244,19 @@ msgid "" msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "" -"Print thinner than normal lines faster so that the amount of material " -"extruded per second remains the same. Thin pieces in your model might " -"require lines printed with smaller line width than provided in the settings. " -"This setting controls the speed changes for such lines." -msgstr "" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" +msgctxt "speed_equalize_flow_width_factor description" msgid "" -"Maximum print speed when adjusting the print speed in order to equalize flow." +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." msgstr "" #: fdmprinter.def.json @@ -5170,6 +5293,54 @@ msgid "" "multi-extrusion." msgstr "" +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -5373,6 +5544,19 @@ msgid "" "should be equal to the line width, so that the surface is solid." msgstr "" +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5952,6 +6136,24 @@ msgid "" "true." msgstr "" +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -7505,6 +7707,40 @@ msgid "" "accuracy." msgstr "" +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" diff --git a/resources/i18n/fi_FI/cura.po b/resources/i18n/fi_FI/cura.po index e1e678109d..a46ac19a60 100644 --- a/resources/i18n/fi_FI/cura.po +++ b/resources/i18n/fi_FI/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2017-09-27 12:27+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -15,3715 +15,3550 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura-profiili" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 -msgctxt "@action:button" -msgid "Learn more" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Päivitystietoja ei löytynyt." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 +msgctxt "@action:button" +msgid "How to update" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Tallenna siirrettävälle asemalle" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Tallenna siirrettävälle asemalle {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Tulostustilavuuden korkeutta on vähennetty tulostusjärjestysasetuksen vuoksi, jotta koroke ei osuisi tulostettuihin malleihin." +msgid "There are no file formats available to write with!" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Tallennetaan siirrettävälle asemalle {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Tulostustilavuus" +msgid "Saving" +msgstr "Tallennetaan" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Ei voitu tallentaa tiedostoon {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Ei löydetty tiedostonimeä yritettäessä kirjoittaa laitteeseen {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Tuntematon" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Ei voitu tallentaa siirrettävälle asemalle {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Virhe" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Tallennettu siirrettävälle asemalle {0} nimellä {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Tiedosto tallennettu" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Mukautetut profiilit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Poista" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#, python-brace-format +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Poista siirrettävä asema {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 #, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Poistettu {0}. Voit nyt poistaa aseman turvallisesti." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Poista laite turvallisesti" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Kohteen {0} poistaminen epäonnistui. Asema saattaa olla toisen ohjelman käytössä." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Varoitus" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Siirrettävä asema" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" +msgid "AMF File" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 msgctxt "@item:inlistbox" -msgid "All Files (*)" +msgid "Ultimaker Format Package" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Visual" -msgstr "" +msgid "Per Model Settings" +msgstr "Mallikohtaiset asetukset" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Määritä mallikohtaiset asetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format +msgctxt "@info:status" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +msgctxt "@info:title" +msgid "Sending materials to printer" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format +msgctxt "@info:status" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 +msgctxt "@info:title" +msgid "Not a group host" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 -msgctxt "@label" -msgid "Custom Material" -msgstr "Mukautettu materiaali" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Mukautettu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Uusien paikkojen etsiminen kappaleille" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Etsitään paikkaa" +msgid "Queue Full" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Kaikille kappaleille ei löydy paikkaa tulostustilavuudessa." +msgid "Please wait until the current job has been sent." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Paikkaa ei löydy" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." +msgid "Print error" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Ladataan laitteita..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +msgctxt "@info:title" +msgid "Update your printer" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Asetetaan näkymää..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Ladataan käyttöliittymää..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +msgctxt "@info:title" +msgid "Network error" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format -msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Vain yksi G-code-tiedosto voidaan ladata kerralla. Tiedoston {0} tuonti ohitettiin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Tulosta verkon kautta" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 -msgctxt "@info:title" -msgid "Warning" -msgstr "Varoitus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Tulosta verkon kautta" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Muita tiedostoja ei voida ladata, kun G-code latautuu. Tiedoston {0} tuonti ohitettiin." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 -msgctxt "@info:title" -msgid "Error" -msgstr "Virhe" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" +msgid "Connected over the network" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Sulje" - -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Lisää" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Yhdistä verkon kautta" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Peruuta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 #, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Ulkoseinämä" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Sisäseinämät" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Pintakalvo" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Täyttö" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Tuen täyttö" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Tukiliittymä" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Tuki" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Helma" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Siirtoliike" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Takaisinvedot" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Muu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" -msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 -msgctxt "@action:button" -msgid "Send crash report to Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 msgctxt "@action:button" -msgid "Show configuration folder" +msgid "Keep printer configurations" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Kaatumisraportti" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " +msgid "Remove printers" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 #, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 #, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 #, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Kappaleiden kertominen ja sijoittelu" - -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Sijoitetaan kappaletta" - -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Suutin" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Tiedosto on jo olemassa" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Tiedosto {0} on jo olemassa. Haluatko varmasti kirjoittaa sen päälle?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Profiilin vienti epäonnistui tiedostoon {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Profiilin vienti epäonnistui tiedostoon {0}: Kirjoitin-lisäosa ilmoitti virheestä." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Profiili viety tiedostoon {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "Remove printers?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "" +msgctxt "@label" +msgid "" +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 msgctxt "@info:status" -msgid "Successfully imported profile {0}." +msgid "Connected via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Profiililla {0} on tuntematon tiedostotyyppi tai se on vioittunut." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Mukautettu profiili" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Profiilista puuttuu laatutyyppi." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgid "Cura does not accurately display layers when Wire Printing is enabled." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Mallikohtaiset asetukset" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Määritä mallikohtaiset asetukset" - -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura-profiili" - -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D-tiedosto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 msgctxt "@info:title" -msgid "Backups" +msgid "No layers to show" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 -msgctxt "@info:backup_status" -msgid "There was an error while uploading your backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 -msgctxt "@info:backup_status" -msgid "Creating your backup..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Kerrosnäkymä" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 -msgctxt "@info:backup_status" -msgid "There was an error while creating your backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 -msgctxt "@info:backup_status" -msgid "Uploading your backup..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 -msgctxt "@info:backup_status" -msgid "Your backup has finished uploading." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "GCode-tiedosto" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 -msgctxt "@error:file_size" -msgid "The backup exceeds the maximum file size." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 -msgctxt "@item:inmenu" -msgid "Manage backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Laitteen asetukset" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 -msgctxt "@label" -msgid "Support Blocker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 -msgctxt "@info:tooltip" -msgid "Create a volume in which supports are not printed." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Siirrettävä asema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF-tiedosto" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Tallenna siirrettävälle asemalle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura-projektin 3MF-tiedosto" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Tallenna siirrettävälle asemalle {0}" +msgid "Compressed G-code File" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Tallennetaan siirrettävälle asemalle {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Tallennetaan" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Ei voitu tallentaa tiedostoon {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Ei löydetty tiedostonimeä yritettäessä kirjoittaa laitteeseen {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Viipalointi ei onnistu nykyisellä materiaalilla, sillä se ei sovellu käytettäväksi valitun laitteen tai kokoonpanon kanssa." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +msgctxt "@info:title" +msgid "Unable to slice" +msgstr "Viipalointi ei onnistu" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Ei voitu tallentaa siirrettävälle asemalle {0}: {1}" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Viipalointi ei onnistu nykyisten asetuksien ollessa voimassa. Seuraavissa asetuksissa on virheitä: {0}" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Tallennettu siirrettävälle asemalle {0} nimellä {1}" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Tiedosto tallennettu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Viipalointi ei onnistu, koska esitäyttötorni tai esitäytön sijainti tai sijainnit eivät kelpaa." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Poista" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Poista siirrettävä asema {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Poistettu {0}. Voit nyt poistaa aseman turvallisesti." +msgid "Processing Layers" +msgstr "Käsitellään kerroksia" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Poista laite turvallisesti" +msgid "Information" +msgstr "Tiedot" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Kohteen {0} poistaminen epäonnistui. Asema saattaa olla toisen ohjelman käytössä." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D-tiedosto" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG-kuva" -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 -profiilit" +msgid "JPEG Image" +msgstr "JPEG-kuva" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Suositeltu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG-kuva" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Mukautettu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP-kuva" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF-kuva" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "Suutin" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" msgid "Open Project File" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" msgid "Project file {0} is suddenly inaccessible: {1}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 msgctxt "@info:title" msgid "Can't Open Project File" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" msgid "Project file {0} is corrupt: {1}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Suositeltu" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Mukautettu" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" msgid "3MF File" msgstr "3MF-tiedosto" -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 msgctxt "@info:error" msgid "Can't write to UFP file:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "GCode-tiedosto" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Kerrosnäkymä" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Käsitellään kerroksia" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 -profiilit" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" -msgid "Information" -msgstr "Tiedot" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" +msgid "Backups" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error while uploading your backup." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +msgctxt "@info:backup_status" +msgid "Creating your backup..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Viipalointi ei onnistu nykyisellä materiaalilla, sillä se ei sovellu käytettäväksi valitun laitteen tai kokoonpanon kanssa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +msgctxt "@info:backup_status" +msgid "There was an error while creating your backup." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Viipalointi ei onnistu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +msgctxt "@info:backup_status" +msgid "Uploading your backup..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Viipalointi ei onnistu nykyisten asetuksien ollessa voimassa. Seuraavissa asetuksissa on virheitä: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +msgctxt "@info:backup_status" +msgid "Your backup has finished uploading." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +msgctxt "@error:file_size" +msgid "The backup exceeds the maximum file size." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Viipalointi ei onnistu, koska esitäyttötorni tai esitäytön sijainti tai sijainnit eivät kelpaa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +msgctxt "@item:inmenu" +msgid "Manage backups" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 -msgctxt "@item:inlistbox" -msgid "Compressed G-code File" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 msgctxt "@item:inmenu" msgid "Post Processing" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 msgctxt "@item:inmenu" msgid "Modify G-Code" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 -msgctxt "@item:inmenu" -msgid "USB printing" -msgstr "USB-tulostus" - -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print via USB" -msgstr "Tulosta USB:n kautta" - -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 -msgctxt "@info:tooltip" -msgid "Print via USB" -msgstr "Tulosta USB:n kautta" - -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 -msgctxt "@info:status" -msgid "Connected via USB" -msgstr "Yhdistetty USB:n kautta" - -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 -msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "Support Blocker" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 -msgctxt "@message" -msgid "Print in Progress" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 +msgctxt "@info:tooltip" +msgid "Create a volume in which supports are not printed." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 msgctxt "@item:inmenu" -msgid "Prepare" +msgid "Preview" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G-coden jäsennys" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-coden tiedot" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Varmista, että G-code on tulostimelle ja sen tulostusasetuksille soveltuva, ennen kuin lähetät tiedoston siihen. G-coden esitys ei välttämättä ole tarkka." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G File -tiedosto" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG-kuva" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG-kuva" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG-kuva" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP-kuva" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF-kuva" +msgid "X-Ray view" +msgstr "Kerrosnäkymä" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 msgctxt "@action" msgid "Level build plate" msgstr "Tasaa alusta" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 msgctxt "@action" msgid "Select upgrades" msgstr "Valitse päivitykset" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Päivitystietoja ei löytynyt." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 -#, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 -msgctxt "@text" -msgid "Unable to read example data file." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 +msgctxt "@info:status" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 +msgctxt "@info:title" +msgid "Model Errors" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Sync" +msgid "Learn more" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "Kiinteä näkymä" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 +msgctxt "@info:status" +msgid "Parsing G-code" +msgstr "G-coden jäsennys" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 +msgctxt "@info:title" +msgid "G-code Details" +msgstr "G-coden tiedot" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Varmista, että G-code on tulostimelle ja sen tulostusasetuksille soveltuva, ennen kuin lähetät tiedoston siihen. G-coden esitys ei välttämättä ole tarkka." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "G File" +msgstr "G File -tiedosto" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Laitteen asetukset" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Lisäosan lisenssisopimus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +msgctxt "@item:inmenu" +msgid "USB printing" +msgstr "USB-tulostus" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print via USB" +msgstr "Tulosta USB:n kautta" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +msgctxt "@info:tooltip" +msgid "Print via USB" +msgstr "Tulosta USB:n kautta" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgid "Connected via USB" +msgstr "Yhdistetty USB:n kautta" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +msgctxt "@label" +msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +msgctxt "@message" +msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +msgctxt "@message" +msgid "Print in Progress" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Ladataan laitteita..." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Kerrosnäkymä" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Tulosta verkon kautta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Tulosta verkon kautta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Asetetaan näkymää..." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Ladataan käyttöliittymää..." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format msgctxt "@info:status" -msgid "tomorrow" -msgstr "" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Vain yksi G-code-tiedosto voidaan ladata kerralla. Tiedoston {0} tuonti ohitettiin." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 +#, python-brace-format msgctxt "@info:status" -msgid "today" -msgstr "" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Muita tiedostoja ei voida ladata, kun G-code latautuu. Tiedoston {0} tuonti ohitettiin." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Yhdistä verkon kautta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 +msgctxt "@text" +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 -msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 -msgctxt "@info:title" -msgid "Update your printer" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 -msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 -msgctxt "@info:title" -msgid "Queue Full" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Tuntematon" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "" +msgid "Calculated" +msgstr "Laskettu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Mukautettu materiaali" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Mukautettu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Mukautetut profiilit" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 #, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 +msgctxt "@info:status" +msgid "Finding new location for objects" +msgstr "Uusien paikkojen etsiminen kappaleille" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 +msgctxt "@info:title" +msgid "Finding Location" +msgstr "Etsitään paikkaa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 +msgctxt "@info:status" +msgid "Unable to find a location within the build volume for all objects" +msgstr "Kaikille kappaleille ei löydy paikkaa tulostustilavuudessa." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 +msgctxt "@info:title" +msgid "Can't Find Location" +msgstr "Paikkaa ei löydy" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Ulkoseinämä" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Sisäseinämät" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Pintakalvo" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Täyttö" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Tuen täyttö" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Tukiliittymä" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Tuki" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Helma" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Siirtoliike" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 -#, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Takaisinvedot" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Muu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" +msgid "Group #{group_nr}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "Sulje" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Lisää" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Peruuta" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Tulostustilavuuden korkeutta on vähennetty tulostusjärjestysasetuksen vuoksi, jotta koroke ei osuisi tulostettuihin malleihin." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" -msgid "Model Errors" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Kiinteä näkymä" +msgid "Build Volume" +msgstr "Tulostustilavuus" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Tiedosto on jo olemassa" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 +#, python-brace-format +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Tiedosto {0} on jo olemassa. Haluatko varmasti kirjoittaa sen päälle?" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF-tiedosto" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura-projektin 3MF-tiedosto" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 msgctxt "@info:title" -msgid "3D Model Assistant" +msgid "Extruder(s) Disabled" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Profiilin vienti epäonnistui tiedostoon {0}: {1}" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Profiilin vienti epäonnistui tiedostoon {0}: Kirjoitin-lisäosa ilmoitti virheestä." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Profiili viety tiedostoon {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 -msgctxt "@label" -msgid "Don't support overlaps" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "Valitse asetukset" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Valitse tätä mallia varten mukautettavat asetukset" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Profiililla {0} on tuntematon tiedostotyyppi tai se on vioittunut." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Suodatin..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Mukautettu profiili" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Näytä kaikki" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Profiilista puuttuu laatutyyppi." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Kappaleiden kertominen ja sijoittelu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Sijoitetaan kappaletta" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Kaatumisraportti" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (leveys)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (syvyys)" +msgid "Cura language" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (korkeus)" +msgid "OS language" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Alustan muoto" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Origin at center" +msgid "Qt version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Heated bed" +msgid "PyQt version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "G-code flavor" +msgid "Not yet initialized
    " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X väh." - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y väh." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X enint." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y enint." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "Suulakkeiden määrä" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Valitse tätä mallia varten mukautettavat asetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Suodatin..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Näytä kaikki" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "Suuttimen koko" +msgid "Mesh Type" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" +msgid "Normal model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Suuttimen X-siirtymä" +msgid "Print as support" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Suuttimen Y-siirtymä" +msgid "Modify settings for overlaps" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" +msgid "Don't support overlaps" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Tulostin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "Valitse asetukset" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "Laiteohjelmisto on suoraan 3D-tulostimessa toimiva ohjelma. Laiteohjelmisto ohjaa askelmoottoreita, säätää lämpötilaa ja saa tulostimen toimimaan." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "Uusien tulostimien mukana toimitettava laiteohjelmisto toimii, mutta uusissa versioissa on yleensä enemmän toimintoja ja parannuksia." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "Päivitä laiteohjelmisto automaattisesti" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "Lataa mukautettu laiteohjelmisto" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "Valitse mukautettu laiteohjelmisto" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "Laiteohjelmiston päivitys" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "Päivitetään laiteohjelmistoa." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "Laiteohjelmiston päivitys suoritettu." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "Laiteohjelmiston päivitys epäonnistui tuntemattoman virheen takia." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "Laiteohjelmiston päivitys epäonnistui tietoliikennevirheen takia." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "Laiteohjelmiston päivitys epäonnistui tiedoston lukemiseen tai kirjoittamiseen liittyvän virheen takia." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "Laiteohjelmiston päivitys epäonnistui puuttuvan laiteohjelmiston takia." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Avaa projekti" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Yhteenveto – Cura-projekti" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Tulostimen asetukset" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Miten laitteen ristiriita pitäisi ratkaista?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tyyppi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Valmis" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Profiilin asetukset" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Miten profiilin ristiriita pitäisi ratkaista?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nimi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Ei profiilissa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 ohitus" -msgstr[1] "%1 ohitusta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Johdettu seuraavista" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Vaatii toimenpiteitä" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 ohitus" -msgstr[1] "%1, %2 ohitusta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Materiaaliasetukset" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Miten materiaalin ristiriita pitäisi ratkaista?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Asetusten näkyvyys" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Tila" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Näkyvät asetukset:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1/%2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Avaa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Jälkikäsittelylisäosa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Tulostetaan" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Jälkikäsittelykomentosarjat" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Lisää komentosarja" +msgid "Untitled" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "Settings" -msgstr "Asetukset" +msgid "Anonymous" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Muunna kuva..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Kunkin pikselin suurin etäisyys \"Pohja\"-arvosta." +msgid "Configuration Changes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "Korkeus (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Pohjan korkeus alustasta millimetreinä." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 +msgctxt "@label" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "Pohja (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "Leveys millimetreinä alustalla." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "Leveys (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "Syvyys millimetreinä alustalla" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "Syvyys (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "Tummempi on korkeampi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "Vaaleampi on korkeampi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Tulosta verkon kautta" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Tulosta" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Yhdistä verkkotulostimeen" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "Kuvassa käytettävän tasoituksen määrä." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Muokkaa" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "Tasoitus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Poista" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "OK" +msgid "Refresh" +msgstr "Päivitä" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Valitse tähän Ultimaker Original -laitteeseen tehdyt päivitykset" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Jos tulostinta ei ole luettelossa, lue verkkotulostuksen vianetsintäopas" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Lämmitettävä alusta (virallinen sarja tai itse rakennettu)" +msgid "Type" +msgstr "Tyyppi" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Alustan tasaaminen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "Laiteohjelmistoversio" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Voit säätää alustaa, jotta tulosteista tulisi hyviä. Kun napsautat \"Siirry seuraavaan positioon\", suutin siirtyy eri positioihin, joita voidaan säätää." +msgid "Address" +msgstr "Osoite" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Laita paperinpala kussakin positiossa suuttimen alle ja säädä tulostusalustan korkeus. Tulostusalustan korkeus on oikea, kun suuttimen kärki juuri ja juuri osuu paperiin." +msgid "This printer is not set up to host a group of printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Aloita alustan tasaaminen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "Tämän osoitteen tulostin ei ole vielä vastannut." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Siirry seuraavaan positioon" +msgid "Connect" +msgstr "Yhdistä" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" +msgid "Invalid IP address" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "Tulostimen osoite" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Asennettu" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Premium" +msgid "Resume" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "Search materials" +msgid "Resuming..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Compatibility" +msgid "Pause" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Keskeytä tulostus" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Jonossa" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Värimalli" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "Materiaalit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Materiaalin väri" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Linjojen tyyppi" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Community Contributions" -msgstr "" +msgid "Compatibility Mode" +msgstr "Yhteensopivuustila" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" -msgid "Community Plugins" +msgid "Travels" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Generic Materials" +msgid "Helpers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" -msgid "Website" -msgstr "" +msgid "Infill" +msgstr "Täyttö" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" -msgid "Email" +msgid "Starts" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Näytä vain yläkerrokset" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" -msgid "Version" -msgstr "" +msgid "Show 5 Detailed Layers On Top" +msgstr "Näytä 5 yksityiskohtaista kerrosta ylhäällä" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" -msgid "Last updated" -msgstr "" +msgid "Top / Bottom" +msgstr "Yläosa/alaosa" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" -msgid "Brand" -msgstr "Merkki" +msgid "Inner Wall" +msgstr "Sisäseinämä" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" -msgid "Downloads" +msgid "min" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "Korkeus (mm)" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Kunkin pikselin suurin etäisyys \"Pohja\"-arvosta." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "Pohja (mm)" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "Pohjan korkeus alustasta millimetreinä." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "Leveys (mm)" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "Syvyys (mm)" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "Syvyys millimetreinä alustalla" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "Tummempi on korkeampi" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "Vaaleampi on korkeampi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Värimalli" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "Tasoitus" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Materiaalin väri" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "Kuvassa käytettävän tasoituksen määrä." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Linjojen tyyppi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +msgctxt "@title:window" +msgid "Open Project" +msgstr "Avaa projekti" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Yhteenveto – Cura-projekti" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Yhteensopivuustila" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Miten laitteen ristiriita pitäisi ratkaista?" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Tulostimen asetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tyyppi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Miten profiilin ristiriita pitäisi ratkaista?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Profiilin asetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nimi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Ei profiilissa" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 ohitus" +msgstr[1] "%1 ohitusta" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Johdettu seuraavista" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 ohitus" +msgstr[1] "%1, %2 ohitusta" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Täyttö" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Miten materiaalin ristiriita pitäisi ratkaista?" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "Materiaaliasetukset" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Näytä vain yläkerrokset" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "Asetusten näkyvyys" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Näytä 5 yksityiskohtaista kerrosta ylhäällä" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "Tila" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Yläosa/alaosa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "Näkyvät asetukset:" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Sisäseinämä" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1/%2" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 +msgctxt "@action:button" +msgid "Open" +msgstr "Avaa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Tulostetaan" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "Jonossa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 msgctxt "@title:window" -msgid "Print over network" -msgstr "Tulosta verkon kautta" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Tulosta" +msgid "More information on anonymous data collection" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Jälkikäsittelylisäosa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "" +msgid "Post Processing Scripts" +msgstr "Jälkikäsittelykomentosarjat" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Lisää komentosarja" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." +msgid "Settings" +msgstr "Asetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Valitse tähän Ultimaker Original -laitteeseen tehdyt päivitykset" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Lämmitettävä alusta (virallinen sarja tai itse rakennettu)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Alustan tasaaminen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Voit säätää alustaa, jotta tulosteista tulisi hyviä. Kun napsautat \"Siirry seuraavaan positioon\", suutin siirtyy eri positioihin, joita voidaan säätää." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Aluminum" -msgstr "" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Laita paperinpala kussakin positiossa suuttimen alle ja säädä tulostusalustan korkeus. Tulostusalustan korkeus on oikea, kun suuttimen kärki juuri ja juuri osuu paperiin." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Valmis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Aloita alustan tasaaminen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Siirry seuraavaan positioon" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Vaatii toimenpiteitä" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Yhdistä verkkotulostimeen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Muokkaa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Poista" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Päivitä" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Jos tulostinta ei ole luettelossa, lue verkkotulostuksen vianetsintäopas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "Tyyppi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "Laiteohjelmistoversio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "Osoite" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "Tämän osoitteen tulostin ei ole vielä vastannut." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Yhdistä" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Please enter a valid IP address." +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Tulostimen osoite" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Keskeytä tulostus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "Tie&dosto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Muokkaa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Näytä" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Tulostin" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "Laa&jennukset" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +msgctxt "@label" +msgid "Nozzle size" +msgstr "Suuttimen koko" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "L&isäasetukset" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 +msgctxt "@label" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Ohje" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +msgctxt "@label" +msgid "Compatible material diameter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "Uusi projekti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +msgctxt "@label" +msgid "Nozzle offset X" +msgstr "Suuttimen X-siirtymä" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "Haluatko varmasti aloittaa uuden projektin? Se tyhjentää alustan ja kaikki tallentamattomat asetukset." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +msgctxt "@label" +msgid "Nozzle offset Y" +msgstr "Suuttimen Y-siirtymä" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Viipaloidaan..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +msgctxt "@label" +msgid "Cooling Fan Number" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Start the slicing process" -msgstr "" +msgid "X (Width)" +msgstr "X (leveys)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" -msgid "Cancel" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +msgctxt "@label" +msgid "Y (Depth)" +msgstr "Y (syvyys)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Time estimation" -msgstr "" +msgid "Z (Height)" +msgstr "Z (korkeus)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Material estimation" -msgstr "" +msgid "Build plate shape" +msgstr "Alustan muoto" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +msgctxt "@label" +msgid "Origin at center" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +msgctxt "@label" +msgid "Heated bed" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "No time estimation available" +msgid "Heated build volume" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "No cost estimation available" +msgid "G-code flavor" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Add a printer" -msgstr "" +msgid "X min" +msgstr "X väh." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Add a networked printer" -msgstr "" +msgid "Y min" +msgstr "Y väh." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "" +msgid "X max" +msgstr "X enint." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "" +msgid "Y max" +msgstr "Y enint." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Waiting for Cloud response" +msgid "Gantry Height" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "No printers found in your account?" -msgstr "" +msgid "Number of Extruders" +msgstr "Suulakkeiden määrä" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" +msgid "Apply Extruder offsets to GCode" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Tulosta valittu malli asetuksella %1" +msgstr[1] "Tulosta valitut mallit asetuksella %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "Uusi projekti" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "Haluatko varmasti aloittaa uuden projektin? Se tyhjentää alustan ja kaikki tallentamattomat asetukset." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Manufacturer" -msgstr "" +msgid "Build plate" +msgstr "Alusta" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Lämmitettävän pöydän kohdelämpötila. Pöytä lämpenee tai viilenee kohti tätä lämpötilaa. Jos asetus on 0, pöydän lämmitys sammutetaan." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Lämmitettävän pöydän nykyinen lämpötila." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Lämmitettävän pöydän esilämmityslämpötila." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "Peruuta" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Esilämmitä" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Lämmitä pöytä ennen tulostusta. Voit edelleen säätää tulostinta sen lämmitessä, eikä sinun tarvitse odottaa pöydän lämpiämistä, kun olet valmis tulostamaan." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Tulostinta ei ole yhdistetty." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "There is no printer found over your network." +msgid "Printer control" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Refresh" +msgid "Jog Position" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Add printer by IP" +msgid "X/Y" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add cloud printer" +msgid "Z" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Troubleshooting" +msgid "Jog Distance" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" +msgid "Send G-code" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 +msgctxt "@label" +msgid "Extruder" +msgstr "Suulake" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Kuuman pään kohdelämpötila. Kuuma pää lämpenee tai viilenee kohti tätä lämpötilaa. Jos asetus on 0, kuuman pään lämmitys sammutetaan." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Tämän suulakkeen materiaalin väri." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Tämän suulakkeen materiaali." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Tähän suulakkeeseen liitetty suutin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Avaa projektitiedosto" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Tämä on Cura-projektitiedosto. Haluatko avata sen projektina vai tuoda siinä olevat mallit?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Muista valintani" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Avaa projektina" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Tuo mallit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Tallenna projekti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Suulake %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & materiaali" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Älä näytä projektin yhteenvetoa tallennettaessa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Tallenna" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Avaa tiedosto(t)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Löysimme vähintään yhden projektitiedoston valitsemiesi tiedostojen joukosta. Voit avata vain yhden projektitiedoston kerrallaan. Suosittelemme, että tuot vain malleja niistä tiedostoista. Haluatko jatkaa?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Tuo kaikki malleina" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Kokonaisvaltainen sulatettavan tulostuslangan 3D-tulostusratkaisu." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3732,2219 +3567,2379 @@ msgstr "" "Cura-ohjelman on kehittänyt Ultimaker B.V. yhteistyössä käyttäjäyhteisön kanssa.\n" "Cura hyödyntää seuraavia avoimeen lähdekoodiin perustuvia projekteja:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Graafinen käyttöliittymä" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Sovelluskehys" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Prosessien välinen tietoliikennekirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Ohjelmointikieli" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "GUI-kehys" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "GUI-kehyksen sidonnat" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "C/C++ -sidontakirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Data Interchange Format" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Tieteellisen laskennan tukikirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Nopeamman laskennan tukikirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "STL-tiedostojen käsittelyn tukikirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Tukikirjasto 3MF-tiedostojen käsittelyyn" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Sarjatietoliikennekirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "ZeroConf-etsintäkirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Monikulmion leikkauskirjasto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Fontti" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "SVG-kuvakkeet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 -msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Avaa tiedosto(t)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Löysimme vähintään yhden projektitiedoston valitsemiesi tiedostojen joukosta. Voit avata vain yhden projektitiedoston kerrallaan. Suosittelemme, että tuot vain malleja niistä tiedostoista. Haluatko jatkaa?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Tuo kaikki malleina" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Tallenna projekti" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Suulake %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & materiaali" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Älä näytä projektin yhteenvetoa tallennettaessa" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Tallenna" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" msgid "Discard or Keep changes" msgstr "Hylkää tai säilytä muutokset" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" msgid "Profile settings" msgstr "Profiilin asetukset" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 msgctxt "@title:column" msgid "Current changes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Kysy aina" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Hylkää äläkä kysy uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Säilytä äläkä kysy uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Avaa &viimeisin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Materiaali" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Aseta aktiiviseksi suulakepuristimeksi" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Ohje" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "Tie&dosto" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "L&isäasetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Muokkaa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Tulostin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "Laa&jennukset" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +msgctxt "@label" +msgid "The configurations are not available because the printer is disconnected." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +msgctxt "@label" +msgid "Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 +msgctxt "@tooltip" +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 +msgctxt "@label" +msgid "Select configuration" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 +msgctxt "@label" +msgid "Configurations" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 +msgctxt "@label" +msgid "Printer" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 +msgctxt "@label" +msgid "Enabled" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 +msgctxt "@label" +msgid "Material" +msgstr "Materiaali" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Tulosta valittu malli asetuksella:" +msgstr[1] "Tulosta valitut mallit asetuksella:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Kerro valittu malli" +msgstr[1] "Kerro valitut mallit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Kopioiden määrä" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Näytä" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 +msgctxt "@label" +msgid "View type" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Avaa projektitiedosto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 +msgctxt "@label" +msgid "Sign in to the Ultimaker platform" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Tämä on Cura-projektitiedosto. Haluatko avata sen projektina vai tuoda siinä olevat mallit?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Muista valintani" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 msgctxt "@action:button" -msgid "Open as project" -msgstr "Avaa projektina" +msgid "Sign in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Tuo mallit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Aktiivinen tulostustyö" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Työn nimi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Printing Time" -msgstr "Tulostusaika" +msgid "Checking..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Estimated time left" -msgstr "Aikaa jäljellä arviolta" +msgid "Account synced" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Viipaloidaan..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 msgctxt "@button" -msgid "Add printer" +msgid "Processing" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 msgctxt "@button" -msgid "Manage printers" +msgid "Slice" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 msgctxt "@label" -msgid "Connected printers" +msgid "Start the slicing process" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 msgctxt "@label" -msgid "Preset printers" +msgid "Time estimation" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 msgctxt "@label" -msgid "Print settings" -msgstr "Tulostusasetukset" +msgid "Material estimation" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "Profile" +msgid "No time estimation available" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" msgstr "" -"Jotkut asetusten ja ohitusten arvot eroavat profiiliin tallennetuista arvoista.\n" -"\n" -"Avaa profiilin hallinta napsauttamalla." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Hylkää tehdyt muutokset" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Yleiset" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Asetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Tulostimet" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiaalit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Profiilit" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Avaa tiedosto(t)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Löysimme vähintään yhden Gcode-tiedoston valitsemiesi tiedostojen joukosta. Voit avata vain yhden Gcode-tiedoston kerrallaan. Jos haluat avata Gcode-tiedoston, valitse vain yksi." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "Lisää tulostin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 msgctxt "@label:Should be short" msgid "On" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 msgctxt "@label:Should be short" msgid "Off" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 msgctxt "@label" msgid "Experimental" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Tulostusasetukset" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" msgstr[0] "" msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Asteittainen täyttö lisää täytön tiheyttä vähitellen yläosaa kohti." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Muodosta rakenteita, jotka tukevat mallin ulokkeita sisältäviä osia. Ilman tukirakenteita kyseiset osat luhistuvat tulostuksen aikana." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" msgid "Profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" msgid "You have modified some profile settings. If you want to change these go to custom mode." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" -msgid "Support" +msgid "Adhesion" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Muodosta rakenteita, jotka tukevat mallin ulokkeita sisältäviä osia. Ilman tukirakenteita kyseiset osat luhistuvat tulostuksen aikana." +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Ota reunuksen tai pohjaristikon tulostus käyttöön. Tämä lisää kappaleen ympärille tai alle tasaisen alueen, joka on helppo leikata pois myöhemmin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Hylkää tehdyt muutokset" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Jotkut asetusten ja ohitusten arvot eroavat profiiliin tallennetuista arvoista.\n" +"\n" +"Avaa profiilin hallinta napsauttamalla." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Asetus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profiili" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Nykyinen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 -msgctxt "@label" -msgid "Gradual infill" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 -msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Asteittainen täyttö lisää täytön tiheyttä vähitellen yläosaa kohti." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 -msgctxt "@label" -msgid "Adhesion" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Näkyvyyden asettaminen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Ota reunuksen tai pohjaristikon tulostus käyttöön. Tämä lisää kappaleen ympärille tai alle tasaisen alueen, joka on helppo leikata pois myöhemmin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Tarkista kaikki" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Aktivoi" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Nimeä uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Näytä nimi" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Tulosta valittu malli asetuksella:" -msgstr[1] "Tulosta valitut mallit asetuksella:" +msgid "Brand" +msgstr "Merkki" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Kerro valittu malli" -msgstr[1] "Kerro valitut mallit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Materiaalin tyyppi" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" -msgid "Number of Copies" -msgstr "Kopioiden määrä" +msgid "Color" +msgstr "Väri" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 -msgctxt "@title:menu menubar:file" -msgid "&Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Ominaisuudet" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 +msgctxt "@label" +msgid "Density" +msgstr "Tiheys" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 +msgctxt "@label" +msgid "Diameter" +msgstr "Läpimitta" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 +msgctxt "@label" +msgid "Filament Cost" +msgstr "Tulostuslangan hinta" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" -msgid "Printer" -msgstr "" +msgid "Filament weight" +msgstr "Tulostuslangan paino" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" -msgid "Enabled" -msgstr "" +msgid "Filament length" +msgstr "Tulostuslangan pituus" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" -msgid "Material" -msgstr "Materiaali" +msgid "Cost per Meter" +msgstr "Hinta metriä kohden" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "" +msgid "This material is linked to %1 and shares some of its properties." +msgstr "Materiaali on linkitetty kohteeseen %1 ja niillä on joitain samoja ominaisuuksia." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 +msgctxt "@label" +msgid "Unlink Material" +msgstr "Poista materiaalin linkitys" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 +msgctxt "@label" +msgid "Description" +msgstr "Kuvaus" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" -msgid "Select configuration" +msgid "Adhesion Information" +msgstr "Tarttuvuustiedot" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Tiedot" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +msgctxt "@title:window" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 +msgctxt "@title:header" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 +msgctxt "@text" +msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 -msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 +msgctxt "@button" +msgid "Why do I need to sync material profiles?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 -msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 -msgctxt "@label" -msgid "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 +msgctxt "@title:header" +msgid "Sign in" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 +msgctxt "@text" +msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Tulostin" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 +msgctxt "@button" +msgid "Sync materials with USB" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Materiaali" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 +msgctxt "@title:header" +msgid "The following printers will receive the new material profiles:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Aseta aktiiviseksi suulakepuristimeksi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 +msgctxt "@title:header" +msgid "Something went wrong when sending the materials to the printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 +msgctxt "@title:header" +msgid "Material profiles successfully synced with the following printers:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 +msgctxt "@button" +msgid "Troubleshooting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Avaa &viimeisin" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 +msgctxt "@text Asking the user whether printers are missing in a list." +msgid "Printers missing?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 +msgctxt "@text" +msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 +msgctxt "@button" +msgid "Refresh List" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +msgctxt "@button" +msgid "Try again" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Done" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 +msgctxt "@button" +msgid "Sync" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 +msgctxt "@button" +msgid "Syncing" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 +msgctxt "@title:header" +msgid "No printers found" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 +msgctxt "@text" +msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 -msgctxt "@label" -msgid "View type" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 +msgctxt "@button" +msgid "Learn how to connect your printer to Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 -msgctxt "@label" -msgid "Is printed as support." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 +msgctxt "@button" +msgid "Refresh" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 +msgctxt "@title:header" +msgid "Sync material profiles via USB" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 +msgctxt "@text In the UI this is followed by a list of steps the user needs to take." +msgid "Follow the following steps to load the new material profiles to your printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 +msgctxt "@text" +msgid "Click the export material archive button." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 +msgctxt "@text" +msgid "Save the .umm file on a USB stick." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Profiilit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 +msgctxt "@text" +msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 +msgctxt "@button" +msgid "How to load new material profiles to my printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Aktivoi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Luo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Export material archive" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 +msgctxt "@title:window" +msgid "Export All Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" -msgid "Duplicate" -msgstr "Jäljennös" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" -msgid "Rename" -msgstr "Nimeä uudelleen" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 msgctxt "@action:button" msgid "Import" msgstr "Tuo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" -msgid "Export" -msgstr "Vie" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Luo profiili" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." +msgid "Sync with Printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Monista profiili" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Jäljennös" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Vie" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 msgctxt "@title:window" msgid "Confirm Remove" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 msgctxt "@label (%1 is object name)" msgid "Are you sure you wish to remove %1? This cannot be undone!" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Nimeä profiili uudelleen" +msgid "Import Material" +msgstr "Tuo materiaali" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Profiilin tuonti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Materiaalin tuominen onnistui: %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Materiaalin tuominen epäonnistui: %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 msgctxt "@title:window" -msgid "Export Profile" -msgstr "Profiilin vienti" +msgid "Export Material" +msgstr "Vie materiaali" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Materiaalin vieminen epäonnistui kohteeseen %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Tulostin: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Materiaalin vieminen onnistui kohteeseen %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 +msgctxt "@label" +msgid "Profiles compatible with active printer:" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" +msgid "Update profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "Päivitä nykyiset asetukset tai ohitukset profiiliin" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." msgstr "Tässä profiilissa käytetään tulostimen oletusarvoja, joten siinä ei ole alla olevan listan asetuksia tai ohituksia." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" msgid "Your current settings match the selected profile." msgstr "Nykyiset asetukset vastaavat valittua profiilia." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 msgctxt "@title:tab" msgid "Global Settings" msgstr "Yleiset asetukset" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Yleiset" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Luo profiili" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Profiilin vienti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Monista profiili" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Nimeä profiili uudelleen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Profiilin tuonti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 msgctxt "@label" msgid "Interface" msgstr "Käyttöliittymä" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" msgid "Currency:" msgstr "Valuutta:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Teema:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Sovellus on käynnistettävä uudelleen, jotta nämä muutokset tulevat voimaan." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" msgid "Slice automatically when changing settings." msgstr "Viipaloi automaattisesti, kun asetuksia muutetaan." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 msgctxt "@option:check" msgid "Slice automatically" msgstr "Viipaloi automaattisesti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 +msgctxt "@label" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" msgid "Viewport behavior" msgstr "Näyttöikkunan käyttäytyminen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." msgstr "Korosta mallin vailla tukea olevat alueet punaisella. Ilman tukea nämä alueet eivät tulostu kunnolla." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 msgctxt "@option:check" msgid "Display overhang" msgstr "Näytä uloke" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" msgid "Display model errors" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" msgid "Moves the camera so the model is in the center of the view when a model is selected" msgstr "Siirtää kameraa siten, että valittuna oleva malli on näkymän keskellä." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 msgctxt "@action:button" msgid "Center camera when item is selected" msgstr "Keskitä kamera kun kohde on valittu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 msgctxt "@info:tooltip" msgid "Should the default zoom behavior of cura be inverted?" msgstr "Pitääkö Curan oletusarvoinen zoom-toimintatapa muuttaa päinvastaiseksi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 msgctxt "@action:button" msgid "Invert the direction of camera zoom." msgstr "Käännä kameran zoomin suunta päinvastaiseksi." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Should zooming move in the direction of the mouse?" msgstr "Tuleeko zoomauksen siirtyä hiiren suuntaan?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Zooming towards the mouse is not supported in the orthographic perspective." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 msgctxt "@action:button" msgid "Zoom toward mouse direction" msgstr "Zoomaa hiiren suuntaan" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" msgid "Should models on the platform be moved so that they no longer intersect?" msgstr "Pitäisikö alustalla olevia malleja siirtää niin, etteivät ne enää leikkaa toisiaan?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 msgctxt "@option:check" msgid "Ensure models are kept apart" msgstr "Varmista, että mallit ovat erillään" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 msgctxt "@info:tooltip" msgid "Should models on the platform be moved down to touch the build plate?" msgstr "Pitäisikö tulostusalueella olevia malleja siirtää alas niin, että ne koskettavat tulostusalustaa?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 msgctxt "@option:check" msgid "Automatically drop models to the build plate" msgstr "Pudota mallit automaattisesti alustalle" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 msgctxt "@info:tooltip" msgid "Show caution message in g-code reader." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 msgctxt "@option:check" msgid "Caution message in g-code reader" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 msgctxt "@info:tooltip" msgid "Should layer be forced into compatibility mode?" msgstr "Pakotetaanko kerros yhteensopivuustilaan?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 msgctxt "@option:check" msgid "Force layer view compatibility mode (restart required)" msgstr "Pakota kerrosnäkymän yhteensopivuustila (vaatii uudelleenkäynnistyksen)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 msgctxt "@info:tooltip" msgid "Should Cura open at the location it was closed?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 msgctxt "@option:check" msgid "Restore window position on start" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 msgctxt "@info:tooltip" msgid "What type of camera rendering should be used?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 msgctxt "@window:text" msgid "Camera rendering:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 msgid "Perspective" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 msgid "Orthographic" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" msgid "Opening and saving files" msgstr "Tiedostojen avaaminen ja tallentaminen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 msgctxt "@option:check" msgid "Use a single instance of Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 msgctxt "@option:check" msgid "Clear buildplate before loading model into the single instance" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 msgctxt "@info:tooltip" msgid "Should models be scaled to the build volume if they are too large?" msgstr "Pitäisikö mallit skaalata tulostustilavuuteen, jos ne ovat liian isoja?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 msgctxt "@option:check" msgid "Scale large models" msgstr "Skaalaa suuret mallit" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" msgstr "Malli voi vaikuttaa erittäin pieneltä, jos sen koko on ilmoitettu esimerkiksi metreissä eikä millimetreissä. Pitäisikö nämä mallit suurentaa?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" msgid "Scale extremely small models" msgstr "Skaalaa erittäin pienet mallit" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 msgctxt "@info:tooltip" msgid "Should models be selected after they are loaded?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 msgctxt "@option:check" msgid "Select models when loaded" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" msgid "Should a prefix based on the printer name be added to the print job name automatically?" msgstr "Pitäisikö tulostustyön nimeen lisätä automaattisesti tulostimen nimeen perustuva etuliite?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 msgctxt "@option:check" msgid "Add machine prefix to job name" msgstr "Lisää laitteen etuliite työn nimeen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 msgctxt "@info:tooltip" msgid "Should a summary be shown when saving a project file?" msgstr "Näytetäänkö yhteenveto, kun projektitiedosto tallennetaan?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 msgctxt "@option:check" msgid "Show summary dialog when saving project" -msgstr "Näytä yhteenvetoikkuna, kun projekti tallennetaan" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Projektitiedoston avaamisen oletustoimintatapa" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Projektitiedoston avaamisen oletustoimintatapa: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Avaa aina projektina" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Tuo mallit aina" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Kun olet tehnyt muutokset profiiliin ja vaihtanut toiseen, näytetään valintaikkuna, jossa kysytään, haluatko säilyttää vai hylätä muutokset. Tässä voit myös valita oletuskäytöksen, jolloin valintaikkunaa ei näytetä uudelleen." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Tietosuoja" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Pitäisikö anonyymejä tietoja tulosteesta lähettää Ultimakerille? Huomaa, että malleja, IP-osoitteita tai muita henkilökohtaisia tietoja ei lähetetä eikä tallenneta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Lähetä (anonyymit) tulostustiedot" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Pitäisikö Curan tarkistaa saatavilla olevat päivitykset, kun ohjelma käynnistetään?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Tarkista päivitykset käynnistettäessä" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Tiedot" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Näytä nimi" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "Materiaalin tyyppi" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "Väri" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 -msgctxt "@label" -msgid "Properties" -msgstr "Ominaisuudet" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 -msgctxt "@label" -msgid "Density" -msgstr "Tiheys" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 -msgctxt "@label" -msgid "Diameter" -msgstr "Läpimitta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 -msgctxt "@label" -msgid "Filament Cost" -msgstr "Tulostuslangan hinta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 -msgctxt "@label" -msgid "Filament weight" -msgstr "Tulostuslangan paino" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 -msgctxt "@label" -msgid "Filament length" -msgstr "Tulostuslangan pituus" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 -msgctxt "@label" -msgid "Cost per Meter" -msgstr "Hinta metriä kohden" +msgstr "Näytä yhteenvetoikkuna, kun projekti tallennetaan" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 -msgctxt "@label" -msgid "This material is linked to %1 and shares some of its properties." -msgstr "Materiaali on linkitetty kohteeseen %1 ja niillä on joitain samoja ominaisuuksia." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Projektitiedoston avaamisen oletustoimintatapa" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 -msgctxt "@label" -msgid "Unlink Material" -msgstr "Poista materiaalin linkitys" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Projektitiedoston avaamisen oletustoimintatapa: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 -msgctxt "@label" -msgid "Description" -msgstr "Kuvaus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 -msgctxt "@label" -msgid "Adhesion Information" -msgstr "Tarttuvuustiedot" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Avaa aina projektina" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Luo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Tuo mallit aina" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Jäljennös" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Kun olet tehnyt muutokset profiiliin ja vaihtanut toiseen, näytetään valintaikkuna, jossa kysytään, haluatko säilyttää vai hylätä muutokset. Tässä voit myös valita oletuskäytöksen, jolloin valintaikkunaa ei näytetä uudelleen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Tuo materiaali" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Materiaalin tuominen epäonnistui: %1: %2" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Tietosuoja" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Materiaalin tuominen onnistui: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Pitäisikö anonyymejä tietoja tulosteesta lähettää Ultimakerille? Huomaa, että malleja, IP-osoitteita tai muita henkilökohtaisia tietoja ei lähetetä eikä tallenneta." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Vie materiaali" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Lähetä (anonyymit) tulostustiedot" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Materiaalin vieminen epäonnistui kohteeseen %1: %2" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Materiaalin vieminen onnistui kohteeseen %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Pitäisikö Curan tarkistaa saatavilla olevat päivitykset, kun ohjelma käynnistetään?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 -msgctxt "@title:window" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Tarkista päivitykset käynnistettäessä" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 -msgctxt "@title:header" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 -msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 -msgctxt "@button" -msgid "Why do I need to sync material profiles?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 -msgctxt "@title:header" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "Enter your printer's IP address." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 msgctxt "@button" -msgid "Sync materials with USB" +msgid "Add" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 -msgctxt "@title:header" -msgid "The following printers will receive the new material profiles:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 -msgctxt "@title:header" -msgid "Something went wrong when sending the materials to the printers." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 -msgctxt "@title:header" -msgid "Material profiles successfully synced with the following printers:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 -msgctxt "@button" -msgid "Troubleshooting" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 -msgctxt "@text Asking the user whether printers are missing in a list." -msgid "Printers missing?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 -msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 -msgctxt "@button" -msgid "Refresh List" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 msgctxt "@button" -msgid "Try again" +msgid "Agree" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 msgctxt "@button" -msgid "Done" +msgid "Decline and close" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 -msgctxt "@button" -msgid "Sync" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 msgctxt "@button" -msgid "Syncing" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 -msgctxt "@title:header" -msgid "No printers found" +msgid "Next" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 -msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 -msgctxt "@button" -msgid "Learn how to connect your printer to Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 -msgctxt "@button" -msgid "Refresh" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +msgctxt "@label" +msgid "No printers found in your account?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 -msgctxt "@title:header" -msgid "Sync material profiles via USB" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 msgctxt "@text" -msgid "Click the export material archive button." +msgid "Add material settings and plugins from the Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 msgctxt "@text" -msgid "Save the .umm file on a USB stick." +msgid "Backup and sync your material settings and plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 msgctxt "@button" -msgid "How to load new material profiles to my printer" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 -msgctxt "@button" -msgid "Export material archive" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 -msgctxt "@title:window" -msgid "Export All Materials" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +msgctxt "@label" +msgid "Welcome to Ultimaker Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Näkyvyyden asettaminen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Tarkista kaikki" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Tulostimet" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Laskettu" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Asetus" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profiili" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Nykyinen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Yksikkö" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Ei yhteyttä tulostimeen" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "Tulostin ei hyväksy komentoja" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "Huolletaan. Tarkista tulostin" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Yhteys tulostimeen menetetty" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Tulostetaan..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Keskeytetty" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Valmistellaan..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +msgctxt "@label" +msgid "Empty" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Poista tuloste" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 +msgctxt "@label" +msgid "Manufacturer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "Abort Print" +msgid "Profile author" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Haluatko varmasti keskeyttää tulostuksen?" +msgid "Printer name" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Tulosta valittu malli asetuksella %1" -msgstr[1] "Tulosta valitut mallit asetuksella %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 -msgctxt "@label" -msgid "Printer control" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 msgctxt "@label" -msgid "Jog Position" +msgid "Object list" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 msgctxt "@label" -msgid "X/Y" +msgid "Is printed as support." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 msgctxt "@label" -msgid "Z" +msgid "Other models overlapping with this model are modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 msgctxt "@label" -msgid "Jog Distance" +msgid "Infill overlapping with this model is modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 msgctxt "@label" -msgid "Send G-code" +msgid "Overlaps with this model are not supported." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 msgctxt "@label" -msgid "Extruder" -msgstr "Suulake" +msgid "Preset printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Kuuman pään kohdelämpötila. Kuuma pää lämpenee tai viilenee kohti tätä lämpötilaa. Jos asetus on 0, kuuman pään lämmitys sammutetaan." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Peruuta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 msgctxt "@button" -msgid "Pre-heat" -msgstr "Esilämmitä" +msgid "Add printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Tämän suulakkeen materiaalin väri." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Tämän suulakkeen materiaali." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Tähän suulakkeeseen liitetty suutin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Ei yhteyttä tulostimeen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Tulostinta ei ole yhdistetty." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "Tulostin ei hyväksy komentoja" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Alusta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "Huolletaan. Tarkista tulostin" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Lämmitettävän pöydän kohdelämpötila. Pöytä lämpenee tai viilenee kohti tätä lämpötilaa. Jos asetus on 0, pöydän lämmitys sammutetaan." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Yhteys tulostimeen menetetty" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Lämmitettävän pöydän nykyinen lämpötila." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Tulostetaan..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Lämmitettävän pöydän esilämmityslämpötila." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Keskeytetty" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Lämmitä pöytä ennen tulostusta. Voit edelleen säätää tulostinta sen lämmitessä, eikä sinun tarvitse odottaa pöydän lämpiämistä, kun olet valmis tulostamaan." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Valmistellaan..." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Poista tuloste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Haluatko varmasti keskeyttää tulostuksen?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." msgstr "" +"Jotkin piilotetut asetukset käyttävät arvoja, jotka eroavat normaaleista lasketuista arvoista.\n" +"\n" +"Tee asetuksista näkyviä napsauttamalla." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Kopioi arvo kaikkiin suulakepuristimiin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Piilota tämä asetus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Älä näytä tätä asetusta" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Pidä tämä asetus näkyvissä" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Määritä asetusten näkyvyys..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Koskee seuraavia:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Riippuu seuraavista:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 msgctxt "@label" -msgid "Checking..." +msgid "This setting is resolved from conflicting extruder-specific values:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 msgctxt "@label" -msgid "Account synced" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." msgstr "" +"Tämän asetuksen arvo eroaa profiilin arvosta.\n" +"\n" +"Palauta profiilin arvo napsauttamalla." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" -msgid "Something went wrong..." +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." msgstr "" +"Tämä asetus on normaalisti laskettu, mutta sillä on tällä hetkellä absoluuttinen arvo.\n" +"\n" +"Palauta laskettu arvo napsauttamalla." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Aktiivinen tulostustyö" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Työn nimi" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 msgctxt "@label" -msgid "No items to select from" -msgstr "" +msgid "Printing Time" +msgstr "Tulostusaika" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Aikaa jäljellä arviolta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" +msgid "Show Online Troubleshooting" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" msgid "Toggle Full Screen" msgstr "Vaihda koko näyttöön" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 msgctxt "@action:inmenu" msgid "Exit Full Screen" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 msgctxt "@action:inmenu menubar:edit" msgid "&Undo" msgstr "&Kumoa" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 msgctxt "@action:inmenu menubar:edit" msgid "&Redo" msgstr "Tee &uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 msgctxt "@action:inmenu menubar:file" msgid "&Quit" msgstr "&Lopeta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 msgctxt "@action:inmenu menubar:view" msgid "3D View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 msgctxt "@action:inmenu menubar:view" msgid "Front View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 msgctxt "@action:inmenu menubar:view" msgid "Top View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 msgctxt "@action:inmenu menubar:view" msgid "Bottom View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 msgctxt "@action:inmenu menubar:view" msgid "Left Side View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 msgctxt "@action:inmenu menubar:view" msgid "Right Side View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 msgctxt "@action:inmenu" msgid "Configure Cura..." msgstr "Määritä Curan asetukset..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 msgctxt "@action:inmenu menubar:printer" msgid "&Add Printer..." msgstr "L&isää tulostin..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 msgctxt "@action:inmenu menubar:printer" msgid "Manage Pr&inters..." msgstr "Tulostinten &hallinta..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 msgctxt "@action:inmenu" msgid "Manage Materials..." msgstr "Hallitse materiaaleja..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." msgid "Add more materials from Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" msgid "&Update profile with current settings/overrides" msgstr "&Päivitä nykyiset asetukset tai ohitukset profiiliin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 msgctxt "@action:inmenu menubar:profile" msgid "&Discard current changes" msgstr "&Hylkää tehdyt muutokset" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 msgctxt "@action:inmenu menubar:profile" msgid "&Create profile from current settings/overrides..." msgstr "&Luo profiili nykyisten asetusten tai ohitusten perusteella..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 msgctxt "@action:inmenu menubar:profile" msgid "Manage Profiles..." msgstr "Profiilien hallinta..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 msgctxt "@action:inmenu menubar:help" msgid "Show Online &Documentation" msgstr "Näytä sähköinen &dokumentaatio" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 msgctxt "@action:inmenu menubar:help" msgid "Report a &Bug" msgstr "Ilmoita &virheestä" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 msgctxt "@action:inmenu menubar:help" msgid "What's New" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 msgctxt "@action:inmenu menubar:help" msgid "About..." msgstr "Tietoja..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 msgctxt "@action:inmenu menubar:edit" msgid "Delete Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 msgctxt "@action:inmenu menubar:edit" msgid "Center Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 msgctxt "@action:inmenu menubar:edit" msgid "Multiply Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 msgctxt "@action:inmenu" msgid "Delete Model" msgstr "Poista malli" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 msgctxt "@action:inmenu" msgid "Ce&nter Model on Platform" msgstr "Ke&skitä malli alustalle" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 msgctxt "@action:inmenu menubar:edit" msgid "&Group Models" msgstr "&Ryhmittele mallit" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 msgctxt "@action:inmenu menubar:edit" msgid "Ungroup Models" msgstr "Poista mallien ryhmitys" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 msgctxt "@action:inmenu menubar:edit" msgid "&Merge Models" msgstr "&Yhdistä mallit" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 msgctxt "@action:inmenu" msgid "&Multiply Model..." msgstr "&Kerro malli..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 msgctxt "@action:inmenu menubar:edit" msgid "Select All Models" msgstr "Valitse kaikki mallit" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 msgctxt "@action:inmenu menubar:edit" msgid "Clear Build Plate" msgstr "Tyhjennä tulostusalusta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 msgctxt "@action:inmenu menubar:file" msgid "Reload All Models" msgstr "Lataa kaikki mallit uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 msgctxt "@action:inmenu menubar:edit" msgid "Arrange All Models" msgstr "Järjestä kaikki mallit" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 msgctxt "@action:inmenu menubar:edit" msgid "Arrange Selection" msgstr "Järjestä valinta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Positions" msgstr "Määritä kaikkien mallien positiot uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Transformations" msgstr "Määritä kaikkien mallien muutokset uudelleen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 msgctxt "@action:inmenu menubar:file" msgid "&Open File(s)..." msgstr "&Avaa tiedosto(t)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 msgctxt "@action:inmenu menubar:file" msgid "&New Project..." msgstr "&Uusi projekti..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 msgctxt "@action:inmenu menubar:help" msgid "Show Configuration Folder" msgstr "Näytä määrityskansio" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Määritä asetusten näkyvyys..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 -msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Koskee seuraavia:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Riippuu seuraavista:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 -msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 -msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 -msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Tämän asetuksen arvo eroaa profiilin arvosta.\n" -"\n" -"Palauta profiilin arvo napsauttamalla." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 -msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Tämä asetus on normaalisti laskettu, mutta sillä on tällä hetkellä absoluuttinen arvo.\n" -"\n" -"Palauta laskettu arvo napsauttamalla." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Kopioi arvo kaikkiin suulakepuristimiin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Piilota tämä asetus" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Älä näytä tätä asetusta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Pidä tämä asetus näkyvissä" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Jotkin piilotetut asetukset käyttävät arvoja, jotka eroavat normaaleista lasketuista arvoista.\n" -"\n" -"Tee asetuksista näkyviä napsauttamalla." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Asetukset" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Avaa tiedosto(t)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Löysimme vähintään yhden Gcode-tiedoston valitsemiesi tiedostojen joukosta. Voit avata vain yhden Gcode-tiedoston kerrallaan. Jos haluat avata Gcode-tiedoston, valitse vain yksi." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Lisää tulostin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" msgstr "" -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Mallikohtaisten asetusten muokkaus." +msgid "Provides a prepare stage in Cura." +msgstr "" -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Mallikohtaisten asetusten työkalu" +msgid "Prepare Stage" +msgstr "" -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Tukee Cura-profiilien tuontia." +msgid "Provides support for exporting Cura profiles." +msgstr "Tukee Cura-profiilien vientiä." -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura-profiilin lukija" +msgid "Cura Profile Writer" +msgstr "Cura-profiilin kirjoitin" -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Tukee X3D-tiedostojen lukemista." +msgid "Provides support for reading model files." +msgstr "" -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D-lukija" +msgid "Trimesh Reader" +msgstr "" -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "" +msgid "Checks for firmware updates." +msgstr "Tarkistaa laiteohjelmistopäivitykset." -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "" +msgid "Firmware Update Checker" +msgstr "Laiteohjelmiston päivitysten tarkistus" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "Logs certain events so that they can be used by the crash reporter" msgstr "" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "name" -msgid "Machine Settings Action" +msgid "Sentry Logger" msgstr "" -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "Provides a monitor stage in Cura." msgstr "" -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "name" -msgid "Support Eraser" +msgid "Monitor Stage" msgstr "" #: RemovableDriveOutputDevice/plugin.json @@ -5957,165 +5952,145 @@ msgctxt "name" msgid "Removable Drive Output Device Plugin" msgstr "Irrotettavan aseman tulostusvälineen laajennus" -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." +msgid "Provides support for reading AMF files." msgstr "" -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "name" -msgid "Firmware Updater" +msgid "AMF Reader" msgstr "" -#: LegacyProfileReader/plugin.json -msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Tukee profiilien tuontia aikaisemmista Cura-versioista." - -#: LegacyProfileReader/plugin.json -msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Aikaisempien Cura-profiilien lukija" - -#: 3MFReader/plugin.json -msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Tukee 3MF-tiedostojen lukemista." - -#: 3MFReader/plugin.json -msgctxt "name" -msgid "3MF Reader" -msgstr "3MF-lukija" - -#: UFPWriter/plugin.json +#: UFPReader/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." +msgid "Provides support for reading Ultimaker Format Packages." msgstr "" -#: UFPWriter/plugin.json +#: UFPReader/plugin.json msgctxt "name" -msgid "UFP Writer" +msgid "UFP Reader" msgstr "" -#: SentryLogger/plugin.json +#: DigitalLibrary/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." msgstr "" -#: SentryLogger/plugin.json +#: DigitalLibrary/plugin.json msgctxt "name" -msgid "Sentry Logger" +msgid "Ultimaker Digital Library" msgstr "" -#: GCodeProfileReader/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Tukee profiilien tuontia GCode-tiedostoista." +msgid "Provides the Per Model Settings." +msgstr "Mallikohtaisten asetusten muokkaus." -#: GCodeProfileReader/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "" +msgid "Per Model Settings Tool" +msgstr "Mallikohtaisten asetusten työkalu" -#: PreviewStage/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "description" -msgid "Provides a preview stage in Cura." +msgid "Provides a machine actions for updating firmware." msgstr "" -#: PreviewStage/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "name" -msgid "Preview Stage" +msgid "Firmware Updater" msgstr "" -#: XRayView/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "description" -msgid "Provides the X-Ray view." -msgstr "Näyttää kerrosnäkymän." +msgid "Manages network connections to Ultimaker networked printers." +msgstr "" -#: XRayView/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "name" -msgid "X-Ray View" -msgstr "Kerrosnäkymä" +msgid "Ultimaker Network Connection" +msgstr "" -#: CuraEngineBackend/plugin.json +#: ModelChecker/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Linkki CuraEngine-viipalointiin taustalla." +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "" -#: CuraEngineBackend/plugin.json +#: ModelChecker/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine-taustaosa" +msgid "Model Checker" +msgstr "" -#: AMFReader/plugin.json +#: SimulationView/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." +msgid "Provides the preview of sliced layerdata." msgstr "" -#: AMFReader/plugin.json +#: SimulationView/plugin.json msgctxt "name" -msgid "AMF Reader" +msgid "Simulation View" msgstr "" -#: GCodeGzReader/plugin.json +#: GCodeWriter/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." +msgid "Writes g-code to a file." msgstr "" -#: GCodeGzReader/plugin.json +#: GCodeWriter/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" +msgid "G-code Writer" msgstr "" -#: PostProcessingPlugin/plugin.json +#: 3MFWriter/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Lisäosa, jonka avulla käyttäjät voivat luoda komentosarjoja jälkikäsittelyä varten" +msgid "Provides support for writing 3MF files." +msgstr "Tukee 3MF-tiedostojen kirjoittamista." -#: PostProcessingPlugin/plugin.json +#: 3MFWriter/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Jälkikäsittely" +msgid "3MF Writer" +msgstr "3MF-kirjoitin" -#: CuraProfileWriter/plugin.json +#: GCodeGzReader/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Tukee Cura-profiilien vientiä." +msgid "Reads g-code from a compressed archive." +msgstr "" -#: CuraProfileWriter/plugin.json +#: GCodeGzReader/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura-profiilin kirjoitin" +msgid "Compressed G-code Reader" +msgstr "" -#: USBPrinting/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." -msgstr "Hyväksyy GCode-määrittelyt ja lähettää ne tulostimeen. Lisäosa voi myös päivittää laiteohjelmiston." +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Mahdollistaa XML-pohjaisten materiaaliprofiilien lukemisen ja kirjoittamisen." -#: USBPrinting/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "name" -msgid "USB printing" -msgstr "USB-tulostus" +msgid "Material Profiles" +msgstr "Materiaaliprofiilit" -#: PrepareStage/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Linkki CuraEngine-viipalointiin taustalla." -#: PrepareStage/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "name" -msgid "Prepare Stage" -msgstr "" +msgid "CuraEngine Backend" +msgstr "CuraEngine-taustaosa" -#: GCodeReader/plugin.json +#: X3DReader/plugin.json msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Mahdollistaa GCode-tiedostojen lataamisen ja näyttämisen." +msgid "Provides support for reading X3D files." +msgstr "Tukee X3D-tiedostojen lukemista." -#: GCodeReader/plugin.json +#: X3DReader/plugin.json msgctxt "name" -msgid "G-code Reader" -msgstr "GCode-lukija" +msgid "X3D Reader" +msgstr "X3D-lukija" #: ImageReader/plugin.json msgctxt "description" @@ -6127,174 +6102,174 @@ msgctxt "name" msgid "Image Reader" msgstr "Kuvanlukija" -#: UltimakerMachineActions/plugin.json +#: 3MFReader/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "" +msgid "Provides support for reading 3MF files." +msgstr "Tukee 3MF-tiedostojen lukemista." -#: UltimakerMachineActions/plugin.json +#: 3MFReader/plugin.json msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker-laitteen toiminnot" +msgid "3MF Reader" +msgstr "3MF-lukija" -#: GCodeGzWriter/plugin.json +#: UFPWriter/plugin.json msgctxt "description" -msgid "Writes g-code to a compressed archive." +msgid "Provides support for writing Ultimaker Format Packages." msgstr "" -#: GCodeGzWriter/plugin.json +#: UFPWriter/plugin.json msgctxt "name" -msgid "Compressed G-code Writer" +msgid "UFP Writer" msgstr "" -#: FirmwareUpdateChecker/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Tarkistaa laiteohjelmistopäivitykset." +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Tukee profiilien tuontia aikaisemmista Cura-versioista." -#: FirmwareUpdateChecker/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Laiteohjelmiston päivitysten tarkistus" +msgid "Legacy Cura Profile Reader" +msgstr "Aikaisempien Cura-profiilien lukija" -#: SliceInfoPlugin/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Lähettää anonyymiä viipalointitietoa. Voidaan lisäasetuksista kytkeä pois käytöstä." +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "" -#: SliceInfoPlugin/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "name" -msgid "Slice info" -msgstr "Viipalointitiedot" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "" -#: XmlMaterialProfile/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Mahdollistaa XML-pohjaisten materiaaliprofiilien lukemisen ja kirjoittamisen." +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Päivittää kokoonpanon versiosta Cura 2.1 versioon Cura 2.2." -#: XmlMaterialProfile/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "name" -msgid "Material Profiles" -msgstr "Materiaaliprofiilit" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Päivitys versiosta 2.1 versioon 2.2" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." msgstr "" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "name" -msgid "Ultimaker Digital Library" +msgid "Version Upgrade 4.1 to 4.2" msgstr "" -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" -msgid "Find, manage and install new Cura packages." +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." msgstr "" -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" -msgid "Toolbox" +msgid "Version Upgrade 4.13 to 5.0" msgstr "" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" -msgid "Writes g-code to a file." +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." msgstr "" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "name" -msgid "G-code Writer" +msgid "Version Upgrade 4.5 to 4.6" msgstr "" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "description" -msgid "Provides the Simulation view." +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." msgstr "" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "name" -msgid "Simulation View" +msgid "Version Upgrade 3.3 to 3.4" msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" +msgid "Version Upgrade 4.8 to 4.9" msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Päivittää kokoonpanon versiosta Cura 2.5 versioon Cura 2.6." +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Päivittää kokoonpanon versiosta Cura 2.7 versioon Cura 3.0." -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Päivitys versiosta 2.5 versioon 2.6" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Päivitys versiosta 2.7 versioon 3.0" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." msgstr "" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" +msgid "Version Upgrade 4.4 to 4.5" msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" +msgid "Version Upgrade 3.0 to 3.1" msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" +msgid "Version Upgrade 4.6.0 to 4.6.2" msgstr "" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Päivittää kokoonpanon versiosta Cura 2.1 versioon Cura 2.2." +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Päivittää kokoonpanon versiosta Cura 2.6 versioon Cura 2.7." -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Päivitys versiosta 2.1 versioon 2.2" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Päivitys versiosta 2.6 versioon 2.7" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" +msgid "Version Upgrade 4.2 to 4.3" msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" +msgid "Version Upgrade 4.0 to 4.1" msgstr "" #: VersionUpgrade/VersionUpgrade462to47/plugin.json @@ -6307,55 +6282,75 @@ msgctxt "name" msgid "Version Upgrade 4.6.2 to 4.7" msgstr "" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." msgstr "" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" +msgid "Version Upgrade 4.9 to 4.10" msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Päivittää kokoonpanon versiosta Cura 2.2 versioon Cura 2.4." + +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Päivitys versiosta 2.2 versioon 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" +msgid "Version Upgrade 3.2 to 3.3" msgstr "" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Päivittää kokoonpanon versiosta Cura 2.5 versioon Cura 2.6." + +#: VersionUpgrade/VersionUpgrade25to26/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Päivitys versiosta 2.5 versioon 2.6" + +#: VersionUpgrade/VersionUpgrade35to40/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." msgstr "" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" +msgid "Version Upgrade 3.5 to 4.0" msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Päivittää kokoonpanon versiosta Cura 2.7 versioon Cura 3.0." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Päivitys versiosta 2.7 versioon 3.0" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Päivittää kokoonpanon versiosta Cura 2.6 versioon Cura 2.7." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Päivitys versiosta 2.6 versioon 2.7" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "" #: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" @@ -6367,104 +6362,114 @@ msgctxt "name" msgid "Version Upgrade 4.11 to 4.12" msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgid "Backup and restore your configuration." msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" +msgid "Cura Backups" msgstr "" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "" +msgid "Provides support for importing Cura profiles." +msgstr "Tukee Cura-profiilien tuontia." -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "" +msgid "Cura Profile Reader" +msgstr "Cura-profiilin lukija" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Lähettää anonyymiä viipalointitietoa. Voidaan lisäasetuksista kytkeä pois käytöstä." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" +msgid "Slice info" +msgstr "Viipalointitiedot" + +#: GCodeProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from g-code files." +msgstr "Tukee profiilien tuontia GCode-tiedostoista." + +#: GCodeProfileReader/plugin.json +msgctxt "name" +msgid "G-code Profile Reader" msgstr "" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgid "Writes g-code to a compressed archive." msgstr "" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" +msgid "Compressed G-code Writer" msgstr "" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Päivittää kokoonpanon versiosta Cura 2.2 versioon Cura 2.4." +msgid "Extension that allows for user created scripts for post processing" +msgstr "Lisäosa, jonka avulla käyttäjät voivat luoda komentosarjoja jälkikäsittelyä varten" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Päivitys versiosta 2.2 versioon 2.4" +msgid "Post Processing" +msgstr "Jälkikäsittely" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgid "Creates an eraser mesh to block the printing of support in certain places" msgstr "" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" +msgid "Support Eraser" msgstr "" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: PreviewStage/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgid "Provides a preview stage in Cura." msgstr "" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: PreviewStage/plugin.json msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" +msgid "Preview Stage" msgstr "" -#: UM3NetworkPrinting/plugin.json +#: XRayView/plugin.json msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "" +msgid "Provides the X-Ray view." +msgstr "Näyttää kerrosnäkymän." -#: UM3NetworkPrinting/plugin.json +#: XRayView/plugin.json msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "" +msgid "X-Ray View" +msgstr "Kerrosnäkymä" -#: TrimeshReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides support for reading model files." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." msgstr "" -#: TrimeshReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "Trimesh Reader" -msgstr "" +msgid "Ultimaker machine actions" +msgstr "Ultimaker-laitteen toiminnot" -#: UFPReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." msgstr "" -#: UFPReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "UFP Reader" +msgid "Marketplace" msgstr "" #: SolidView/plugin.json @@ -6477,35 +6482,83 @@ msgctxt "name" msgid "Solid View" msgstr "Kiinteä näkymä" -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Tukee 3MF-tiedostojen kirjoittamista." +msgid "Allows loading and displaying G-code files." +msgstr "Mahdollistaa GCode-tiedostojen lataamisen ja näyttämisen." -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "3MF Writer" -msgstr "3MF-kirjoitin" +msgid "G-code Reader" +msgstr "GCode-lukija" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a monitor stage in Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." msgstr "" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Monitor Stage" +msgid "Machine Settings Action" msgstr "" -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "" +msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgstr "Hyväksyy GCode-määrittelyt ja lähettää ne tulostimeen. Lisäosa voi myös päivittää laiteohjelmiston." -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "name" -msgid "Model Checker" -msgstr "" +msgid "USB printing" +msgstr "USB-tulostus" + +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Lisäosan lisenssisopimus" + +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Muunna kuva..." + +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "Leveys millimetreinä alustalla." + +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Asennettu" + +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Luo" + +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Jäljennös" + +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Tulostin: %1" + +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Päivitä nykyiset asetukset tai ohitukset profiiliin" + +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Teema:" + +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Sovellus on käynnistettävä uudelleen, jotta nämä muutokset tulevat voimaan." + +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Luo" + +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Yksikkö" #~ msgctxt "@info:title The %s gets replaced with the printer name." #~ msgid "New %s firmware available" diff --git a/resources/i18n/fi_FI/fdmextruder.def.json.po b/resources/i18n/fi_FI/fdmextruder.def.json.po index a814af04d4..f7484a2f3e 100644 --- a/resources/i18n/fi_FI/fdmextruder.def.json.po +++ b/resources/i18n/fi_FI/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2017-08-11 14:31+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index ba8d2db2c2..292d301599 100644 --- a/resources/i18n/fi_FI/fdmprinter.def.json.po +++ b/resources/i18n/fi_FI/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2017-09-27 12:27+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -461,8 +461,8 @@ msgstr "" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "2D-siluetti tulostuspäästä (tuulettimen päät mukaan lukien)" +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -734,6 +734,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "" +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -954,6 +964,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Seinämien lukumäärä. Kun se lasketaan seinämän paksuudesta, arvo pyöristetään kokonaislukuun." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -985,14 +1045,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Ulkoseinämät ennen sisäseinämiä" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Seinämät tulostetaan ulkoa sisäänpäin, kun tämä on käytössä. Asetuksella voidaan auttaa parantamaan X:n ja Y:n dimensiotarkkuutta ABS:n kaltaista korkeaviskoosista muovia käytettäessä. Se voi kuitenkin heikentää ulkopinnan tulostuslaatua etenkin ulokkeissa." +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1005,94 +1075,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Tulostaa ylimääräisen seinämän joka toiseen kerrokseen. Näin täyttömateriaali jää kiinni näiden lisäseinämien väliin, mikä johtaa vahvempiin tulosteisiin." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Kompensoi seinämän limityksiä" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Kompensoi tulostettaessa virtausta niiden seinämien osien kohdalla, joissa on jo olemassa seinämä." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Kompensoi ulkoseinämän limityksiä" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Kompensoi tulostettaessa virtausta niiden ulkoseinämien osien kohdalla, joissa on jo olemassa seinämä." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Kompensoi sisäseinämän limityksiä" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Kompensoi tulostettaessa virtausta niiden sisäseinämien osien kohdalla, joissa on jo olemassa seinämä." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Täytä seinämien väliset raot" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Täyttää raot seinämien välissä, kun seinämät eivät ole sopivia." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Ei missään" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Tulosta ohuet seinämät" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Kaikkialla" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Tulostaa mallin kohtia, jotka ovat vaakasuunnassa suuttimen kokoa ohuempia." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Tulosta ohuet seinämät" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Tulostaa mallin kohtia, jotka ovat vaakasuunnassa suuttimen kokoa ohuempia." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2191,6 +2251,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2702,24 +2782,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Muutama ensimmäinen kerros tulostetaan hitaammin kuin loput mallista, jolloin saadaan parempi tarttuvuus alustaan ja parannetaan tulosteiden yleistä onnistumista. Näiden kerrosten jälkeen nopeutta lisätään asteittain." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Yhdenmukaista tulostuslangan virtaus" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Normaaleja ohuempien linjojen tulostus nopeammin niin, että pursotetun materiaalin määrä sekunnissa pysyy samana. Mallin ohuet kappaleet saattavat edellyttää asetuksia pienemmällä linjan leveydellä tulostettuja linjoja. Tällä asetuksella hallitaan tällaisten linjojen nopeuden muutoksia." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Virtauksen yhdenmukaistamisen maksiminopeus" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Tulostuksen maksiminopeus, kun tulostusnopeutta säädetään virtauksen yhdenmukaistamista varten." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4456,6 +4526,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Helman/reunuksen/pohjaristikon tulostukseen käytettävä suulakeryhmä. Tätä käytetään monipursotuksessa." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4618,6 +4728,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Pohjaristikon pintakerrosten linjojen välinen etäisyys. Linjajaon tulisi olla sama kuin linjaleveys, jotta pinta on kiinteä." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5118,6 +5238,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "" +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6412,6 +6542,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "" +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6472,6 +6632,74 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Mallissa käytettävä muunnosmatriisi, kun malli ladataan tiedostosta." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "2D-siluetti tulostuspäästä (tuulettimen päät mukaan lukien)" + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Ulkoseinämät ennen sisäseinämiä" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Seinämät tulostetaan ulkoa sisäänpäin, kun tämä on käytössä. Asetuksella voidaan auttaa parantamaan X:n ja Y:n dimensiotarkkuutta ABS:n kaltaista korkeaviskoosista muovia käytettäessä. Se voi kuitenkin heikentää ulkopinnan tulostuslaatua etenkin ulokkeissa." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Kompensoi seinämän limityksiä" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Kompensoi tulostettaessa virtausta niiden seinämien osien kohdalla, joissa on jo olemassa seinämä." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Kompensoi ulkoseinämän limityksiä" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Kompensoi tulostettaessa virtausta niiden ulkoseinämien osien kohdalla, joissa on jo olemassa seinämä." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Kompensoi sisäseinämän limityksiä" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Kompensoi tulostettaessa virtausta niiden sisäseinämien osien kohdalla, joissa on jo olemassa seinämä." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Täytä seinämien väliset raot" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Täyttää raot seinämien välissä, kun seinämät eivät ole sopivia." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Ei missään" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Kaikkialla" + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Yhdenmukaista tulostuslangan virtaus" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Normaaleja ohuempien linjojen tulostus nopeammin niin, että pursotetun materiaalin määrä sekunnissa pysyy samana. Mallin ohuet kappaleet saattavat edellyttää asetuksia pienemmällä linjan leveydellä tulostettuja linjoja. Tällä asetuksella hallitaan tällaisten linjojen nopeuden muutoksia." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Virtauksen yhdenmukaistamisen maksiminopeus" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Tulostuksen maksiminopeus, kun tulostusnopeutta säädetään virtauksen yhdenmukaistamista varten." + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "Maksimisyöttönopeus" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index f8a41bc81c..bcb3ba971a 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-09-07 07:48+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: French , French \n" @@ -17,3744 +17,3577 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Impossible de créer une archive à partir du répertoire de données de l'utilisateur : {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Préparer" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Sauvegarde" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Profil Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "A essayé de restaurer une sauvegarde Cura sans disposer de données ou de métadonnées appropriées." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Ouvrir le maillage triangulaire compressé" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "A essayé de restaurer une sauvegarde Cura supérieure à la version actuelle." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "L'erreur suivante s'est produite lors de la restauration d'une sauvegarde Cura :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF binaire" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Veuillez synchroniser les profils de matériaux avec vos imprimantes avant de commencer à imprimer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF incorporé JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Nouveaux matériaux installés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Format Triangle de Stanford" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Synchroniser les matériaux" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange compressé" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Impossible d'accéder aux informations de mise à jour." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "De nouvelles fonctionnalités ou des correctifs de bugs sont disponibles pour votre {machine_name} ! Si vous ne l'avez pas encore fait, il est recommandé de mettre à jour le micrologiciel de votre imprimante avec la version {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Nouveau %s firmware stable disponible" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "En savoir plus" +msgid "How to update" +msgstr "Comment effectuer la mise à jour" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Impossible d'enregistrer l'archive du matériau dans {} :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Surveiller" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Échec de l'enregistrement de l'archive des matériaux" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Enregistrer sur un lecteur amovible" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Erreur inconnue." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Enregistrer sur un lecteur amovible {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "La hauteur du volume d'impression a été réduite en raison de la valeur du paramètre « Séquence d'impression » afin d'éviter que le portique ne heurte les modèles imprimés." +msgid "There are no file formats available to write with!" +msgstr "Aucun format de fichier n'est disponible pour écriture !" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Enregistrement sur le lecteur amovible {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Volume d'impression" +msgid "Saving" +msgstr "Enregistrement" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Voulez-vous vraiment supprimer l'objet {0} ? Cette action est irréversible !" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Impossible d'enregistrer {0} : {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Pas écrasé" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Impossible de trouver un nom de fichier lors d'une tentative d'écriture sur {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Inconnu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Impossible d'enregistrer sur le lecteur {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Les imprimantes ci-dessous ne peuvent pas être connectées car elles font partie d'un groupe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Erreur" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Imprimantes en réseau disponibles" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Enregistré sur le lecteur amovible {0} sous {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Fichier enregistré" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Personnaliser les profils" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Ejecter" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Tous les types supportés ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Ejecter le lecteur amovible {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Tous les fichiers (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Lecteur {0} éjecté. Vous pouvez maintenant le retirer en tout sécurité." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visuel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Retirez le lecteur en toute sécurité" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Le profil visuel est conçu pour imprimer des prototypes et des modèles visuels dans le but d'obtenir une qualité visuelle et de surface élevée." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Impossible d'éjecter {0}. Un autre programme utilise peut-être ce lecteur." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Avertissement" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Le profil d'ingénierie est conçu pour imprimer des prototypes fonctionnels et des pièces finales dans le but d'obtenir une meilleure précision et des tolérances plus étroites." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Lecteur amovible" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Ébauche" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Fichier AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "L'ébauche du profil est conçue pour imprimer les prototypes initiaux et la validation du concept dans le but de réduire considérablement le temps d'impression." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker Format Package" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Matériau personnalisé" +msgid "Per Model Settings" +msgstr "Paramètres par modèle" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Personnalisé" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Configurer les paramètres par modèle" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "La connexion a échoué" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Mettre à jour le firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Recherche d'un nouvel emplacement pour les objets" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura a détecté des profils de matériau qui ne sont pas encore installés sur l'imprimante hôte du groupe {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Recherche d'emplacement" +msgid "Sending materials to printer" +msgstr "Envoi de matériaux à l'imprimante" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Impossible de trouver un emplacement dans le volume d'impression pour tous les objets" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Vous tentez de vous connecter à {0} mais ce n'est pas l'hôte de groupe. Vous pouvez visiter la page Web pour la configurer en tant qu'hôte de groupe." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Impossible de trouver un emplacement" +msgid "Not a group host" +msgstr "Pas un hôte de groupe" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Échec de la création de l'archive des matériaux à synchroniser avec les imprimantes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Configurer le groupe" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Impossible de charger l'archive des matériaux pour la synchroniser avec les imprimantes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Lancement d'une tâche d'impression" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "La réponse de Digital Factory semble être corrompue." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Téléchargement de la tâche d'impression sur l'imprimante." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "Il manque des informations importantes dans la réponse de Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "La file d'attente pour les tâches d'impression est pleine. L'imprimante ne peut pas accepter une nouvelle tâche." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Échec de la connexion à Digital Factory pour synchroniser les matériaux avec certaines imprimantes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "La file d'attente est pleine" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Échec de la connexion à Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Chargement des machines..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Configuration des préférences..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Veuillez patienter jusqu'à ce que la tâche en cours ait été envoyée." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Initialisation de la machine active..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Erreur d'impression" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Initialisation du gestionnaire de machine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "L'envoi de la tâche d'impression à l'imprimante a réussi." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Initialisation du volume de fabrication..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Données envoyées" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Préparation de la scène..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Votre imprimante {printer_name} pourrait être connectée via le cloud.\n" +" Gérez votre file d'attente d'impression et surveillez vos impressions depuis n'importe où en connectant votre imprimante à Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Chargement de l'interface..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Êtes-vous prêt pour l'impression dans le cloud ?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Initialisation du moteur..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Prise en main" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "En savoir plus" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Un seul fichier G-Code peut être chargé à la fois. Importation de {0} sautée" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Vous tentez de vous connecter à une imprimante qui n'exécute pas Ultimaker Connect. Veuillez mettre à jour l'imprimante avec le dernier micrologiciel." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Avertissement" +msgid "Update your printer" +msgstr "Mettre à jour votre imprimante" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Impossible d'ouvrir un autre fichier si le G-Code est en cours de chargement. Importation de {0} sautée" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Impossible de transférer les données à l'imprimante." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Erreur" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Passer" +msgid "Network error" +msgstr "Erreur de réseau" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Fermer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Imprimer sur le réseau" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Suivant" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Imprimer sur le réseau" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Fin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Connecté sur le réseau" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Ajouter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "demain" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Annuler" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "aujourd'hui" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Groupe nº {group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Connecter via le réseau" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Paroi externe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Nouvelle imprimante détectée à partir de votre compte Ultimaker" +msgstr[1] "Nouvelles imprimantes détectées à partir de votre compte Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Parois internes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Ajout de l'imprimante {name} ({model}) à partir de votre compte" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Couche extérieure" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... et {0} autre" +msgstr[1] "... et {0} autres" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Remplissage" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Imprimantes ajoutées à partir de Digital Factory :" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Remplissage du support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Une connexion cloud n'est pas disponible pour une imprimante" +msgstr[1] "Une connexion cloud n'est pas disponible pour certaines imprimantes" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Interface du support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Cette imprimante n'est pas associée à Digital Factory :" +msgstr[1] "Ces imprimantes ne sont pas associées à Digital Factory :" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Jupe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Pour établir une connexion, veuillez visiter le site {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Tour primaire" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Conserver les configurations d'imprimante" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Déplacement" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Supprimer des imprimantes" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Rétractions" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "L'imprimante {printer_name} sera supprimée jusqu'à la prochaine synchronisation de compte." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Autre" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Pour supprimer {printer_name} définitivement, visitez le site {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Les notes de version n'ont pas pu être ouvertes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Voulez-vous vraiment supprimer {printer_name} temporairement ?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Échec du démarrage de Cura" +msgid "Remove printers?" +msgstr "Supprimer des imprimantes ?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Vous êtes sur le point de supprimer {0} imprimante de Cura. Cette action est irréversible.\n" +"Voulez-vous vraiment continuer ?" +msgstr[1] "" +"Vous êtes sur le point de supprimer {0} imprimantes de Cura. Cette action est irréversible.\n" +"Voulez-vous vraiment continuer ?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Oups, un problème est survenu dans Ultimaker Cura.

    \n" -"

    Une erreur irrécupérable est survenue lors du démarrage. Elle peut avoir été causée par des fichiers de configuration incorrects. Nous vous suggérons de sauvegarder et de réinitialiser votre configuration.

    \n" -"

    Les sauvegardes se trouvent dans le dossier de configuration.

    \n" -"

    Veuillez nous envoyer ce rapport d'incident pour que nous puissions résoudre le problème.

    \n" -" " +"Vous êtes sur le point de supprimer toutes les imprimantes de Cura. Cette action est irréversible.\n" +"Voulez-vous vraiment continuer ?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Envoyer le rapport de d'incident à Ultimaker" +msgid "Print via cloud" +msgstr "Imprimer via le cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Afficher le rapport d'incident détaillé" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Imprimer via le cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Afficher le dossier de configuration" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Connecté via le cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Sauvegarder et réinitialiser la configuration" +msgid "Monitor print" +msgstr "Surveiller l'impression" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Rapport d'incident" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Suivre l'impression dans Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Code d'erreur inconnu lors du téléchargement d'une tâche d'impression : {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Assistant de modèle 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Une erreur fatale est survenue dans Cura. Veuillez nous envoyer ce rapport d'incident pour résoudre le problème

    \n" -"

    Veuillez utiliser le bouton « Envoyer rapport » pour publier automatiquement un rapport d'erreur sur nos serveurs

    \n" -" " +"

    Un ou plusieurs modèles 3D peuvent ne pas s'imprimer de manière optimale en raison de la taille du modèle et de la configuration matérielle :

    \n" +"

    {model_names}

    \n" +"

    Découvrez comment optimiser la qualité et la fiabilité de l'impression.

    \n" +"

    Consultez le guide de qualité d'impression

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Informations système" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Cura n'affiche pas les couches avec précision lorsque l'impression filaire est activée." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Inconnu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Vue simulation" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Version Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Rien ne s'affiche car vous devez d'abord découper." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Langue de Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Pas de couches à afficher" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Langue du SE" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Ne plus afficher ce message" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Plate-forme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Vue en couches" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Version Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter ne prend pas en charge le mode non-texte." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Version PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Veuillez préparer le G-Code avant d'exporter." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Fichier GCode" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Pas encore initialisé
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Erreur d'écriture du fichier 3MF." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Version OpenGL : {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "Le plug-in 3MF Writer est corrompu." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Revendeur OpenGL : {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Il n'y a pas encore d'espace de travail à écrire. Veuillez d'abord ajouter une imprimante." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Moteur de rendu OpenGL : {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Aucune autorisation d'écrire l'espace de travail ici." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Retraçage de l'erreur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "Le système d'exploitation ne permet pas d'enregistrer un fichier de projet à cet emplacement ou avec ce nom de fichier." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Journaux" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Fichier 3MF" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Envoyer rapport" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Projet Cura fichier 3MF" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Impossible de lancer une nouvelle procédure de connexion. Vérifiez si une autre tentative de connexion est toujours active." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Fichier G-Code compressé" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Impossible d’atteindre le serveur du compte Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Échec de la découpe avec une erreur inattendue. Signalez un bug sur notre outil de suivi des problèmes." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Échec de la découpe" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Notifier un bug" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Notifiez un bug sur l'outil de suivi des problèmes d'Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Impossible de découper le matériau actuel, car celui-ci est incompatible avec la machine ou la configuration sélectionnée." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Échec de la connexion" +msgid "Unable to slice" +msgstr "Impossible de découper" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "L'état fourni n'est pas correct." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Impossible de couper avec les paramètres actuels. Les paramètres suivants contiennent des erreurs : {0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Délai d'expiration lors de l'authentification avec le serveur de compte." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Impossible de couper en raison de certains paramètres par modèle. Les paramètres suivants contiennent des erreurs sur un ou plusieurs modèles : {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Impossible de couper car la tour primaire ou la (les) position(s) d'amorçage ne sont pas valides." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Une erreur s'est produite lors de la connexion, veuillez réessayer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Impossible de couper car il existe des objets associés à l'extrudeuse désactivée %s." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Impossible de lire la réponse." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Veuillez vérifier les paramètres et si vos modèles :\n" +"- S'intègrent dans le volume de fabrication\n" +"- Sont affectés à un extrudeur activé\n" +"- N sont pas tous définis comme des mailles de modificateur" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Multiplication et placement d'objets" +msgid "Processing Layers" +msgstr "Traitement des couches" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Placement des objets" +msgid "Information" +msgstr "Informations" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Placement de l'objet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Fichier X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Non pris en charge" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Image JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Image JPEG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Image PNG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Image BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Image GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Buse" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Les paramètres ont été modifiés pour correspondre aux extrudeuses actuellement disponibles :" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Paramètres mis à jour" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extrudeuse(s) désactivée(s)" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Le fichier existe déjà" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Le fichier {0} existe déjà. Êtes-vous sûr de vouloir le remplacer ?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "URL de fichier invalide :" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Échec de l'exportation du profil vers {0} : {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Échec de l'exportation du profil vers {0} : le plug-in du générateur a rapporté une erreur." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Profil exporté vers {0}" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Le fichier projet {0} contient un type de machine inconnu {1}. Impossible d'importer la machine. Les modèles seront importés à la place." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "L'exportation a réussi" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Impossible d'importer le profil depuis {0} : {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Impossible d'importer le profil depuis {0} avant l'ajout d'une imprimante." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Aucun profil personnalisé à importer dans le fichier {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Échec de l'importation du profil depuis le fichier {0} :" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Le profil {0} contient des données incorrectes ; échec de l'importation." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Échec de l'importation du profil depuis le fichier {0} :" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Importation du profil {0} réussie." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Le fichier {0} ne contient pas de profil valide." +msgid "Open Project File" +msgstr "Ouvrir un fichier de projet" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Le profil {0} est un type de fichier inconnu ou est corrompu." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Personnaliser le profil" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Il manque un type de qualité au profil." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Aucune imprimante n'est active pour le moment." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "Le fichier de projet {0} est soudainement inaccessible : {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Impossible d'ajouter le profil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Impossible d'ouvrir le fichier de projet" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Le type de qualité « {0} » n'est pas compatible avec la définition actuelle de la machine active « {1} »." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Le fichier de projet {0} est corrompu : {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Avertissement : le profil n'est pas visible car son type de qualité « {0} » n'est pas disponible pour la configuration actuelle. Passez à une combinaison matériau/buse qui peut utiliser ce type de qualité." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "Le fichier de projet {0} a été réalisé en utilisant des profils inconnus de cette version d'Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Paramètres par modèle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Recommandé" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Configurer les paramètres par modèle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Personnalisé" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Profil Cura" +msgid "3MF File" +msgstr "Fichier 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Fichier X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Impossible d'écrire dans le fichier UFP :" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Une erreur s’est produite lors de la tentative de restauration de votre sauvegarde." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Profils Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Sauvegardes" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Une erreur s’est produite lors du téléchargement de votre sauvegarde." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Création de votre sauvegarde..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Une erreur s'est produite lors de la création de votre sauvegarde." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Téléchargement de votre sauvegarde..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Le téléchargement de votre sauvegarde est terminé." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "La sauvegarde dépasse la taille de fichier maximale." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Gérer les sauvegardes" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Paramètres de la machine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Sauvegarde" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Une erreur s’est produite lors de la tentative de restauration de votre sauvegarde." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Impossible de lire le fichier de données d'exemple." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter ne prend pas en charge le mode texte." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Post-traitement" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modifier le G-Code" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Blocage des supports" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Créer un volume dans lequel les supports ne sont pas imprimés." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Lecteur amovible" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Enregistrer sur un lecteur amovible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Aperçu" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Enregistrer sur un lecteur amovible {0}" +msgid "X-Ray view" +msgstr "Visualisation par rayons X" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Aucun format de fichier n'est disponible pour écriture !" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Nivellement du plateau" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Enregistrement sur le lecteur amovible {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Sélectionner les mises à niveau" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Enregistrement" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Impossible d'enregistrer {0} : {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Impossible de trouver un nom de fichier lors d'une tentative d'écriture sur {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Impossible d'enregistrer sur le lecteur {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Enregistré sur le lecteur amovible {0} sous {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Fichier enregistré" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Ejecter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Ejecter le lecteur amovible {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Lecteur {0} éjecté. Vous pouvez maintenant le retirer en tout sécurité." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Les zones surlignées indiquent que des surfaces manquent ou sont étrangères. Réparez votre modèle et ouvrez-le à nouveau dans Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Retirez le lecteur en toute sécurité" +msgid "Model Errors" +msgstr "Erreurs du modèle" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Impossible d'éjecter {0}. Un autre programme utilise peut-être ce lecteur." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Mettre à jour le firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Profils Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Recommandé" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Personnalisé" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Le fichier projet {0} contient un type de machine inconnu {1}. Impossible d'importer la machine. Les modèles seront importés à la place." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Ouvrir un fichier de projet" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "Le fichier de projet {0} est soudainement inaccessible : {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Impossible d'ouvrir le fichier de projet" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Le fichier de projet {0} est corrompu : {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "Le fichier de projet {0} a été réalisé en utilisant des profils inconnus de cette version d'Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Fichier 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Impossible d'écrire dans le fichier UFP :" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker Format Package" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Fichier GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "En savoir plus" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Aperçu" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Visualisation par rayons X" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Traitement des couches" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informations" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Échec de la découpe avec une erreur inattendue. Signalez un bug sur notre outil de suivi des problèmes." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Échec de la découpe" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Notifier un bug" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Notifiez un bug sur l'outil de suivi des problèmes d'Ultimaker Cura." +msgid "Solid view" +msgstr "Vue solide" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Impossible de découper le matériau actuel, car celui-ci est incompatible avec la machine ou la configuration sélectionnée." +msgid "Parsing G-code" +msgstr "Analyse du G-Code" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Impossible de découper" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Impossible de couper avec les paramètres actuels. Les paramètres suivants contiennent des erreurs : {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Impossible de couper en raison de certains paramètres par modèle. Les paramètres suivants contiennent des erreurs sur un ou plusieurs modèles : {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Impossible de couper car la tour primaire ou la (les) position(s) d'amorçage ne sont pas valides." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Impossible de couper car il existe des objets associés à l'extrudeuse désactivée %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Veuillez vérifier les paramètres et si vos modèles :\n" -"- S'intègrent dans le volume de fabrication\n" -"- Sont affectés à un extrudeur activé\n" -"- N sont pas tous définis comme des mailles de modificateur" +msgid "G-code Details" +msgstr "Détails G-Code" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Fichier AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Assurez-vous que le g-code est adapté à votre imprimante et à la configuration de l'imprimante avant d'y envoyer le fichier. La représentation du g-code peut ne pas être exacte." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Fichier G-Code compressé" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Post-traitement" +msgid "G File" +msgstr "Fichier G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modifier le G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Paramètres de la machine" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Impression par USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Imprimer via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Imprimer via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Connecté via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Une impression USB est en cours, la fermeture de Cura arrêtera cette impression. Êtes-vous sûr ?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Une impression est encore en cours. Cura ne peut pas démarrer une autre impression via USB tant que l'impression précédente n'est pas terminée." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Impression en cours" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Préparer" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Analyse du G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Détails G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Assurez-vous que le g-code est adapté à votre imprimante et à la configuration de l'imprimante avant d'y envoyer le fichier. La représentation du g-code peut ne pas être exacte." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Fichier G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Chargement des machines..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Image JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Configuration des préférences..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Image JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Initialisation de la machine active..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Image PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Initialisation du gestionnaire de machine..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Image BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Initialisation du volume de fabrication..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Image GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Préparation de la scène..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Nivellement du plateau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Chargement de l'interface..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Sélectionner les mises à niveau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Initialisation du moteur..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter ne prend pas en charge le mode texte." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Impossible d'accéder aux informations de mise à jour." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Un seul fichier G-Code peut être chargé à la fois. Importation de {0} sautée" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "De nouvelles fonctionnalités ou des correctifs de bugs sont disponibles pour votre {machine_name} ! Si vous ne l'avez pas encore fait, il est recommandé de mettre à jour le micrologiciel de votre imprimante avec la version {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Impossible d'ouvrir un autre fichier si le G-Code est en cours de chargement. Importation de {0} sautée" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Nouveau %s firmware stable disponible" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Comment effectuer la mise à jour" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visuel" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Impossible de lire le fichier de données d'exemple." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Le profil visuel est conçu pour imprimer des prototypes et des modèles visuels dans le but d'obtenir une qualité visuelle et de surface élevée." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Vous devez quitter et redémarrer {} avant que les changements apportés ne prennent effet." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Synchronisation..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Le profil d'ingénierie est conçu pour imprimer des prototypes fonctionnels et des pièces finales dans le but d'obtenir une meilleure précision et des tolérances plus étroites." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Changements détectés à partir de votre compte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Ébauche" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Vous souhaitez synchroniser du matériel et des logiciels avec votre compte ?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "L'ébauche du profil est conçue pour imprimer les prototypes initiaux et la validation du concept dans le but de réduire considérablement le temps d'impression." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Synchroniser" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Pas écrasé" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Décliner et supprimer du compte" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Voulez-vous vraiment supprimer l'objet {0} ? Cette action est irréversible !" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "Échec de téléchargement des plugins {}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Inconnu" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Refuser" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Les imprimantes ci-dessous ne peuvent pas être connectées car elles font partie d'un groupe" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Accepter" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Imprimantes en réseau disponibles" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Plug-in d'accord de licence" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Calculer" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter ne prend pas en charge le mode non-texte." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Veuillez synchroniser les profils de matériaux avec vos imprimantes avant de commencer à imprimer." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Veuillez préparer le G-Code avant d'exporter." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Nouveaux matériaux installés" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Cura n'affiche pas les couches avec précision lorsque l'impression filaire est activée." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Vue simulation" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Matériau personnalisé" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Rien ne s'affiche car vous devez d'abord découper." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Personnalisé" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Pas de couches à afficher" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Personnaliser les profils" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Ne plus afficher ce message" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Tous les types supportés ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Vue en couches" +msgid "All Files (*)" +msgstr "Tous les fichiers (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Imprimer sur le réseau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Échec de la création de l'archive des matériaux à synchroniser avec les imprimantes." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Imprimer sur le réseau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Impossible de charger l'archive des matériaux pour la synchroniser avec les imprimantes." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Connecté sur le réseau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "La réponse de Digital Factory semble être corrompue." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "demain" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "Il manque des informations importantes dans la réponse de Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "aujourd'hui" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Échec de la connexion à Digital Factory pour synchroniser les matériaux avec certaines imprimantes." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Connecter via le réseau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Échec de la connexion à Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Veuillez patienter jusqu'à ce que la tâche en cours ait été envoyée." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Impossible de créer une archive à partir du répertoire de données de l'utilisateur : {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Erreur d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "A essayé de restaurer une sauvegarde Cura sans disposer de données ou de métadonnées appropriées." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "L'envoi de la tâche d'impression à l'imprimante a réussi." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "A essayé de restaurer une sauvegarde Cura supérieure à la version actuelle." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Données envoyées" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "L'erreur suivante s'est produite lors de la restauration d'une sauvegarde Cura :" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Vous tentez de vous connecter à une imprimante qui n'exécute pas Ultimaker Connect. Veuillez mettre à jour l'imprimante avec le dernier micrologiciel." +msgid "Finding new location for objects" +msgstr "Recherche d'un nouvel emplacement pour les objets" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Mettre à jour votre imprimante" +msgid "Finding Location" +msgstr "Recherche d'emplacement" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "La file d'attente pour les tâches d'impression est pleine. L'imprimante ne peut pas accepter une nouvelle tâche." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Impossible de trouver un emplacement dans le volume d'impression pour tous les objets" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "La file d'attente est pleine" +msgid "Can't Find Location" +msgstr "Impossible de trouver un emplacement" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Lancement d'une tâche d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "La connexion a échoué" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Téléchargement de la tâche d'impression sur l'imprimante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Paroi externe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura a détecté des profils de matériau qui ne sont pas encore installés sur l'imprimante hôte du groupe {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Parois internes" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Envoi de matériaux à l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Couche extérieure" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Impossible de transférer les données à l'imprimante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Remplissage" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Erreur de réseau" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Remplissage du support" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Vous tentez de vous connecter à {0} mais ce n'est pas l'hôte de groupe. Vous pouvez visiter la page Web pour la configurer en tant qu'hôte de groupe." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Interface du support" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Pas un hôte de groupe" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Support" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Configurer le groupe" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Jupe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Votre imprimante {printer_name} pourrait être connectée via le cloud.\n" -" Gérez votre file d'attente d'impression et surveillez vos impressions depuis n'importe où en connectant votre imprimante à Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Tour primaire" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Êtes-vous prêt pour l'impression dans le cloud ?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Déplacement" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Prise en main" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Rétractions" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "En savoir plus" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Autre" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Imprimer via le cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Groupe nº {group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Imprimer via le cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Les notes de version n'ont pas pu être ouvertes." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Connecté via le cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Passer" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Surveiller l'impression" +msgid "Close" +msgstr "Fermer" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Suivre l'impression dans Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Ajouter" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Code d'erreur inconnu lors du téléchargement d'une tâche d'impression : {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Fin" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Nouvelle imprimante détectée à partir de votre compte Ultimaker" -msgstr[1] "Nouvelles imprimantes détectées à partir de votre compte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Annuler" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Ajout de l'imprimante {name} ({model}) à partir de votre compte" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Suivant" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... et {0} autre" -msgstr[1] "... et {0} autres" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "La hauteur du volume d'impression a été réduite en raison de la valeur du paramètre « Séquence d'impression » afin d'éviter que le portique ne heurte les modèles imprimés." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Imprimantes ajoutées à partir de Digital Factory :" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Volume d'impression" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Une connexion cloud n'est pas disponible pour une imprimante" -msgstr[1] "Une connexion cloud n'est pas disponible pour certaines imprimantes" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Impossible d'enregistrer l'archive du matériau dans {} :" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Cette imprimante n'est pas associée à Digital Factory :" -msgstr[1] "Ces imprimantes ne sont pas associées à Digital Factory :" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Échec de l'enregistrement de l'archive des matériaux" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Erreur inconnue." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Le fichier existe déjà" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Pour établir une connexion, veuillez visiter le site {website_link}" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Le fichier {0} existe déjà. Êtes-vous sûr de vouloir le remplacer ?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Conserver les configurations d'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "URL de fichier invalide :" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Supprimer des imprimantes" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Non pris en charge" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Les paramètres ont été modifiés pour correspondre aux extrudeuses actuellement disponibles :" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Paramètres mis à jour" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extrudeuse(s) désactivée(s)" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "L'imprimante {printer_name} sera supprimée jusqu'à la prochaine synchronisation de compte." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Échec de l'exportation du profil vers {0} : {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Pour supprimer {printer_name} définitivement, visitez le site {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Échec de l'exportation du profil vers {0} : le plug-in du générateur a rapporté une erreur." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Voulez-vous vraiment supprimer {printer_name} temporairement ?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Profil exporté vers {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Supprimer des imprimantes ?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "L'exportation a réussi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Vous êtes sur le point de supprimer {0} imprimante de Cura. Cette action est irréversible.\n" -"Voulez-vous vraiment continuer ?" -msgstr[1] "" -"Vous êtes sur le point de supprimer {0} imprimantes de Cura. Cette action est irréversible.\n" -"Voulez-vous vraiment continuer ?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Impossible d'importer le profil depuis {0} : {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Vous êtes sur le point de supprimer toutes les imprimantes de Cura. Cette action est irréversible.\n" -"Voulez-vous vraiment continuer ?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Impossible d'importer le profil depuis {0} avant l'ajout d'une imprimante." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Ouvrir le maillage triangulaire compressé" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Aucun profil personnalisé à importer dans le fichier {0}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Échec de l'importation du profil depuis le fichier {0} :" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF binaire" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Le profil {0} contient des données incorrectes ; échec de l'importation." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF incorporé JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Échec de l'importation du profil depuis le fichier {0} :" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Format Triangle de Stanford" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Importation du profil {0} réussie." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange compressé" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Le fichier {0} ne contient pas de profil valide." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Les zones surlignées indiquent que des surfaces manquent ou sont étrangères. Réparez votre modèle et ouvrez-le à nouveau dans Cura." +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Le profil {0} est un type de fichier inconnu ou est corrompu." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Erreurs du modèle" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Personnaliser le profil" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Vue solide" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Il manque un type de qualité au profil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Erreur d'écriture du fichier 3MF." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Aucune imprimante n'est active pour le moment." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "Le plug-in 3MF Writer est corrompu." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Impossible d'ajouter le profil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Il n'y a pas encore d'espace de travail à écrire. Veuillez d'abord ajouter une imprimante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Le type de qualité « {0} » n'est pas compatible avec la définition actuelle de la machine active « {1} »." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Aucune autorisation d'écrire l'espace de travail ici." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Avertissement : le profil n'est pas visible car son type de qualité « {0} » n'est pas disponible pour la configuration actuelle. Passez à une combinaison matériau/buse qui peut utiliser ce type de qualité." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "Le système d'exploitation ne permet pas d'enregistrer un fichier de projet à cet emplacement ou avec ce nom de fichier." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Multiplication et placement d'objets" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Fichier 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Placement des objets" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Projet Cura fichier 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Placement de l'objet" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Surveiller" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Impossible de lancer une nouvelle procédure de connexion. Vérifiez si une autre tentative de connexion est toujours active." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Impossible d’atteindre le serveur du compte Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Assistant de modèle 3D" +msgid "Log-in failed" +msgstr "Échec de la connexion" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Impossible de lire la réponse." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "L'état fourni n'est pas correct." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Délai d'expiration lors de l'authentification avec le serveur de compte." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Une erreur s'est produite lors de la connexion, veuillez réessayer." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Échec du démarrage de Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Oups, un problème est survenu dans Ultimaker Cura.

    \n" +"

    Une erreur irrécupérable est survenue lors du démarrage. Elle peut avoir été causée par des fichiers de configuration incorrects. Nous vous suggérons de sauvegarder et de réinitialiser votre configuration.

    \n" +"

    Les sauvegardes se trouvent dans le dossier de configuration.

    \n" +"

    Veuillez nous envoyer ce rapport d'incident pour que nous puissions résoudre le problème.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Envoyer le rapport de d'incident à Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Afficher le rapport d'incident détaillé" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Afficher le dossier de configuration" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Sauvegarder et réinitialiser la configuration" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Rapport d'incident" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Une erreur fatale est survenue dans Cura. Veuillez nous envoyer ce rapport d'incident pour résoudre le problème

    \n" +"

    Veuillez utiliser le bouton « Envoyer rapport » pour publier automatiquement un rapport d'erreur sur nos serveurs

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Informations système" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Inconnu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Version Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Langue de Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Langue du SE" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Plate-forme" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Version Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Version PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Pas encore initialisé
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Version OpenGL : {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Revendeur OpenGL : {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Moteur de rendu OpenGL : {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Retraçage de l'erreur" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Journaux" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Envoyer rapport" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Un ou plusieurs modèles 3D peuvent ne pas s'imprimer de manière optimale en raison de la taille du modèle et de la configuration matérielle :

    \n" -"

    {model_names}

    \n" -"

    Découvrez comment optimiser la qualité et la fiabilité de l'impression.

    \n" -"

    Consultez le guide de qualité d'impression

    " +"Assurez-vous que votre imprimante est connectée :\n" +"- Vérifiez si l'imprimante est sous tension.\n" +"- Vérifiez si l'imprimante est connectée au réseau.- Vérifiez si vous êtes connecté pour découvrir les imprimantes connectées au cloud." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Veuillez connecter votre imprimante au réseau." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Voir les manuels d'utilisation en ligne" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Pour surveiller votre impression depuis Cura, veuillez connecter l'imprimante." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Sélectionner les paramètres pour personnaliser ce modèle" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrer..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Afficher tout" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Type de maille" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Modèle normal" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Imprimer comme support" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modifier les paramètres de chevauchement" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Ne prend pas en charge le chevauchement" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Maille de remplissage uniquement" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Maille de coupe" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Sélectionner les paramètres" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Sélectionner les paramètres pour personnaliser ce modèle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Mettre à jour le firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrer..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "Le firmware est le logiciel fonctionnant directement dans votre imprimante 3D. Ce firmware contrôle les moteurs pas à pas, régule la température et surtout, fait que votre machine fonctionne." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Afficher tout" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "Le firmware fourni avec les nouvelles imprimantes fonctionne, mais les nouvelles versions ont tendance à fournir davantage de fonctionnalités ainsi que des améliorations." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Sauvegardes Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Mise à niveau automatique du firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Version Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Charger le firmware personnalisé" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Machines" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "Impossible de se connecter à l'imprimante ; échec de la mise à jour du firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Matériaux" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "Échec de la mise à jour du firmware, car cette fonctionnalité n'est pas prise en charge par la connexion avec l'imprimante." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profils" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Sélectionner le firmware personnalisé" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Mise à jour du firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Vous en voulez plus ?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Mise à jour du firmware en cours." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Sauvegarder maintenant" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Mise à jour du firmware terminée." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Sauvegarde automatique" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Échec de la mise à jour du firmware en raison d'une erreur inconnue." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Créez automatiquement une sauvegarde chaque jour où Cura est démarré." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Échec de la mise à jour du firmware en raison d'une erreur de communication." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Restaurer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Échec de la mise à jour du firmware en raison d'une erreur d'entrée/de sortie." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Supprimer la sauvegarde" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Échec de la mise à jour du firmware en raison du firmware manquant." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Êtes-vous sûr de vouloir supprimer cette sauvegarde ? Il est impossible d'annuler cette action." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Abandonné" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Restaurer la sauvegarde" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Terminé" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Vous devez redémarrer Cura avant que votre sauvegarde ne soit restaurée. Voulez-vous fermer Cura maintenant ?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Préparation..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Sauvegardez et synchronisez vos paramètres Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Abandon..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Se connecter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Échec" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Mes sauvegardes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Mise en pause..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Vous n'avez actuellement aucune sauvegarde. Utilisez le bouton « Sauvegarder maintenant » pour en créer une." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "En pause" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Pendant la phase de prévisualisation, vous ne pourrez voir qu'un maximum de 5 sauvegardes. Supprimez une sauvegarde pour voir les plus anciennes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Reprise..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Paramètres de l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Action requise" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Largeur)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Finit %1 à %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Gérer l'imprimante" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Profondeur)" +msgid "Glass" +msgstr "Verre" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Hauteur)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Veuillez mettre à jour le Firmware de votre imprimante pour gérer la file d'attente à distance." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Forme du plateau" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Les flux de webcam des imprimantes cloud ne peuvent pas être visualisés depuis Ultimaker Cura. Cliquez sur « Gérer l'imprimante » pour visiter Ultimaker Digital Factory et voir cette webcam." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origine au centre" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Chargement..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Plateau chauffant" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Indisponible" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Injoignable" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Inactif" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Impression" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Volume de fabrication chauffant" +msgid "Untitled" +msgstr "Sans titre" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Parfum G-Code" +msgid "Anonymous" +msgstr "Anonyme" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Paramètres de la tête d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Nécessite des modifications de configuration" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Détails" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Modifications de configuration" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Remplacer" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X min" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "L'imprimante assignée, %1, nécessite la modification de configuration suivante :" +msgstr[1] "L'imprimante assignée, %1, nécessite les modifications de configuration suivantes :" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y min" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "L'imprimante %1 est assignée, mais le projet contient une configuration matérielle inconnue." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X max" +msgid "Change material %1 from %2 to %3." +msgstr "Changer le matériau %1 de %2 à %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y max" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Charger %3 comme matériau %1 (Ceci ne peut pas être remplacé)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Hauteur du portique" +msgid "Change print core %1 from %2 to %3." +msgstr "Changer le print core %1 de %2 à %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Nombre d'extrudeuses" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Changer le plateau en %1 (Ceci ne peut pas être remplacé)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Appliquer les décalages offset de l'extrudeuse au GCode" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Si vous sélectionnez « Remplacer », les paramètres de la configuration actuelle de l'imprimante seront utilisés. Cela peut entraîner l'échec de l'impression." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-Code de démarrage" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Aluminium" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-Code de fin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Imprimer sur le réseau" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Paramètres de la buse" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Imprimer" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Taille de la buse" +msgid "Printer selection" +msgstr "Sélection d'imprimantes" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Diamètre du matériau compatible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Connecter à l'imprimante en réseau" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Décalage buse X" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Pour imprimer directement sur votre imprimante via le réseau, assurez-vous que votre imprimante est connectée au réseau via un câble Ethernet ou en connectant votre imprimante à votre réseau Wi-Fi. Si vous ne connectez pas Cura avec votre imprimante, vous pouvez utiliser une clé USB pour transférer les fichiers g-code sur votre imprimante." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Décalage buse Y" +msgid "Select your printer from the list below:" +msgstr "Sélectionnez votre imprimante dans la liste ci-dessous :" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Numéro du ventilateur de refroidissement" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Modifier" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Extrudeuse G-Code de démarrage" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Supprimer" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Extrudeuse G-Code de fin" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Rafraîchir" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Mettre à jour le firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Si votre imprimante n'apparaît pas dans la liste, lisez le guide de dépannage de l'impression en réseau" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Le firmware est le logiciel fonctionnant directement dans votre imprimante 3D. Ce firmware contrôle les moteurs pas à pas, régule la température et surtout, fait que votre machine fonctionne." +msgid "Type" +msgstr "Type" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "Le firmware fourni avec les nouvelles imprimantes fonctionne, mais les nouvelles versions ont tendance à fournir davantage de fonctionnalités ainsi que des améliorations." +msgid "Firmware version" +msgstr "Version du firmware" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Mise à niveau automatique du firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Adresse" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Charger le firmware personnalisé" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Cette imprimante n'est pas configurée pour héberger un groupe d'imprimantes." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "Impossible de se connecter à l'imprimante ; échec de la mise à jour du firmware." +msgid "This printer is the host for a group of %1 printers." +msgstr "Cette imprimante est l'hôte d'un groupe d'imprimantes %1." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "Échec de la mise à jour du firmware, car cette fonctionnalité n'est pas prise en charge par la connexion avec l'imprimante." +msgid "The printer at this address has not yet responded." +msgstr "L'imprimante à cette adresse n'a pas encore répondu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Connecter" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Sélectionner le firmware personnalisé" +msgid "Invalid IP address" +msgstr "Adresse IP non valide" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Veuillez saisir une adresse IP valide." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Mise à jour du firmware" +msgid "Printer Address" +msgstr "Adresse de l'imprimante" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "Mise à jour du firmware en cours." +msgid "Enter the IP address of your printer on the network." +msgstr "Saisissez l'adresse IP de votre imprimante sur le réseau." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Mise à jour du firmware terminée." +msgid "Unavailable printer" +msgstr "Imprimante indisponible" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Échec de la mise à jour du firmware en raison d'une erreur inconnue." +msgid "First available" +msgstr "Premier disponible" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Échec de la mise à jour du firmware en raison d'une erreur de communication." +msgid "Move to top" +msgstr "Déplacer l'impression en haut" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Échec de la mise à jour du firmware en raison d'une erreur d'entrée/de sortie." +msgid "Delete" +msgstr "Effacer" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Échec de la mise à jour du firmware en raison du firmware manquant." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Ouvrir un projet" +msgid "Resume" +msgstr "Reprendre" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Mettre à jour l'existant" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Mise en pause..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Créer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Reprise..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Résumé - Projet Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pause" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Paramètres de l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Abandon..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Comment le conflit de la machine doit-il être résolu ?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Abandonner" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Type" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Êtes-vous sûr de vouloir déplacer %1 en haut de la file d'attente ?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Groupe d'imprimantes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Déplacer l'impression en haut de la file d'attente" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Paramètres de profil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Êtes-vous sûr de vouloir supprimer %1 ?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Comment le conflit du profil doit-il être résolu ?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Supprimer l'impression" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nom" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Êtes-vous sûr de vouloir annuler %1 ?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Abandonner l'impression" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Absent du profil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Mis en file d'attente" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 écrasent" -msgstr[1] "%1 écrase" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Gérer dans le navigateur" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Dérivé de" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Il n'y a pas de travaux d'impression dans la file d'attente. Découpez et envoyez une tache pour en ajouter une." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 écrasent" -msgstr[1] "%1, %2 écrase" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Tâches d'impression" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Paramètres du matériau" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Temps total d'impression" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Comment le conflit du matériau doit-il être résolu ?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Attente de" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Visibilité des paramètres" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Modèle de couleurs" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Mode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Couleur du matériau" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Paramètres visibles :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Type de ligne" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 sur %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Vitesse" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Le chargement d'un projet effacera tous les modèles sur le plateau." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Épaisseur de la couche" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Ouvrir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Largeur de ligne" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Plug-in de post-traitement" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Débit" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Scripts de post-traitement" +msgid "Compatibility Mode" +msgstr "Mode de compatibilité" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Ajouter un script" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Déplacements" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Paramètres" +msgid "Helpers" +msgstr "Aides" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Modifiez les scripts de post-traitement actifs." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Coque" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "Le script suivant est actif :" -msgstr[1] "Les scripts suivants sont actifs :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Remplissage" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Conversion de l'image..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Démarre" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "La distance maximale de chaque pixel à partir de la « Base »." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Afficher uniquement les couches supérieures" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Afficher 5 niveaux détaillés en haut" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Haut / bas" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Paroi interne" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "min" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "max" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Hauteur (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "La hauteur de la base à partir du plateau en millimètres." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "La distance maximale de chaque pixel à partir de la « Base »." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "La largeur en millimètres sur le plateau." +msgid "The base height from the build plate in millimeters." +msgstr "La hauteur de la base à partir du plateau en millimètres." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Largeur (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "La profondeur en millimètres sur le plateau" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Profondeur (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Pour les lithophanies, les pixels foncés doivent correspondre à des emplacements plus épais afin d'empêcher la lumière de passer. Pour des cartes de hauteur, les pixels clairs signifient un terrain plus élevé, de sorte que les pixels clairs doivent correspondre à des emplacements plus épais dans le modèle 3D généré." +msgid "The depth in millimeters on the build plate" +msgstr "La profondeur en millimètres sur le plateau" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Le plus foncé est plus haut" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Le plus clair est plus haut" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Pour les lithophanes, un modèle logarithmique simple de la translucidité est disponible. Pour les cartes de hauteur, les valeurs des pixels correspondent aux hauteurs de façon linéaire." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Pour les lithophanies, les pixels foncés doivent correspondre à des emplacements plus épais afin d'empêcher la lumière de passer. Pour des cartes de hauteur, les pixels clairs signifient un terrain plus élevé, de sorte que les pixels clairs doivent correspondre à des emplacements plus épais dans le modèle 3D généré." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Linéaire" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Translucidité" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Le pourcentage de lumière pénétrant une impression avec une épaisseur de 1 millimètre. La diminution de cette valeur augmente le contraste dans les régions sombres et diminue le contraste dans les régions claires de l'image." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Pour les lithophanes, un modèle logarithmique simple de la translucidité est disponible. Pour les cartes de hauteur, les valeurs des pixels correspondent aux hauteurs de façon linéaire." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "Transmission 1 mm (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "La quantité de lissage à appliquer à l'image." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "Le pourcentage de lumière pénétrant une impression avec une épaisseur de 1 millimètre. La diminution de cette valeur augmente le contraste dans les régions sombres et diminue le contraste dans les régions claires de l'image." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Lissage" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "La quantité de lissage à appliquer à l'image." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Sélectionnez les mises à niveau disponibles pour cet Ultimaker Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Plateau chauffant (kit officiel ou fabriqué soi-même)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Nivellement du plateau" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Pour obtenir des résultats d'impression optimaux, vous pouvez maintenant régler votre plateau. Quand vous cliquez sur 'Aller à la position suivante', la buse se déplacera vers les différentes positions pouvant être réglées." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Pour chacune des positions ; glissez un bout de papier sous la buse et ajustez la hauteur du plateau. La hauteur du plateau est juste lorsque la pointe de la buse gratte légèrement le papier." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Démarrer le nivellement du plateau" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Aller à la position suivante" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Plus d'informations sur la collecte de données anonymes" +msgid "Open Project" +msgstr "Ouvrir un projet" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura recueille des données anonymes afin d'améliorer la qualité d'impression et l'expérience utilisateur. Voici un exemple de toutes les données partagées :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Mettre à jour l'existant" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Je ne veux pas envoyer de données anonymes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Créer" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Autoriser l'envoi de données anonymes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Résumé - Projet Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Marché en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Comment le conflit de la machine doit-il être résolu ?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Vous devez redémarrer Cura pour que les changements apportés aux paquets ne prennent effet." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Paramètres de l'imprimante" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Quitter %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Type" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Installer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Groupe d'imprimantes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Installé" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Comment le conflit du profil doit-il être résolu ?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Paramètres de profil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Aller sur le Marché en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nom" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Rechercher des matériaux" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibilité" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Absent du profil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Machine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 écrasent" +msgstr[1] "%1 écrase" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Plateau" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Dérivé de" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Support" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 écrasent" +msgstr[1] "%1, %2 écrase" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Qualité" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Comment le conflit du matériau doit-il être résolu ?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Fiche technique" +msgid "Material settings" +msgstr "Paramètres du matériau" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Fiche de sécurité" +msgid "Setting visibility" +msgstr "Visibilité des paramètres" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Directives d'impression" +msgid "Mode" +msgstr "Mode" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Site Internet" +msgid "Visible settings:" +msgstr "Paramètres visibles :" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Connexion nécessaire pour l'installation ou la mise à jour" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 sur %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Acheter des bobines de matériau" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Le chargement d'un projet effacera tous les modèles sur le plateau." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Mise à jour" +msgid "Open" +msgstr "Ouvrir" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Mise à jour" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Vous en voulez plus ?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Mis à jour" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Sauvegarder maintenant" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Précédent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Sauvegarde automatique" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Créez automatiquement une sauvegarde chaque jour où Cura est démarré." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Version Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Machines" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Matériaux" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Installé" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profils" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "S'installera au redémarrage" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Plug-ins" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Connexion nécessaire pour effectuer la mise à jour" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Restaurer" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Revenir à une version précédente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Supprimer la sauvegarde" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Désinstaller" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Êtes-vous sûr de vouloir supprimer cette sauvegarde ? Il est impossible d'annuler cette action." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Contributions de la communauté" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Restaurer la sauvegarde" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Plug-ins de la communauté" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Vous devez redémarrer Cura avant que votre sauvegarde ne soit restaurée. Voulez-vous fermer Cura maintenant ?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Matériaux génériques" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Sauvegardez et synchronisez vos paramètres Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Récupération des paquets..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Se connecter" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Mes sauvegardes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Vous n'avez actuellement aucune sauvegarde. Utilisez le bouton « Sauvegarder maintenant » pour en créer une." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Pendant la phase de prévisualisation, vous ne pourrez voir qu'un maximum de 5 sauvegardes. Supprimez une sauvegarde pour voir les plus anciennes." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Sauvegardes Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Plus d'informations sur la collecte de données anonymes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura recueille des données anonymes afin d'améliorer la qualité d'impression et l'expérience utilisateur. Voici un exemple de toutes les données partagées :" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Je ne veux pas envoyer de données anonymes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Autoriser l'envoi de données anonymes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Plug-in de post-traitement" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Site Internet" +msgid "Post Processing Scripts" +msgstr "Scripts de post-traitement" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Ajouter un script" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "E-mail" +msgid "Settings" +msgstr "Paramètres" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Veuillez vous connecter pour obtenir les plug-ins et matériaux vérifiés pour Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Modifiez les scripts de post-traitement actifs." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "Le script suivant est actif :" +msgstr[1] "Les scripts suivants sont actifs :" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Version" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Sélectionnez les mises à niveau disponibles pour cet Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Dernière mise à jour" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Plateau chauffant (kit officiel ou fabriqué soi-même)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Nivellement du plateau" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Marque" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Pour obtenir des résultats d'impression optimaux, vous pouvez maintenant régler votre plateau. Quand vous cliquez sur 'Aller à la position suivante', la buse se déplacera vers les différentes positions pouvant être réglées." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Téléchargements" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Pour chacune des positions ; glissez un bout de papier sous la buse et ajustez la hauteur du plateau. La hauteur du plateau est juste lorsque la pointe de la buse gratte légèrement le papier." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Plug-ins installés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Démarrer le nivellement du plateau" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Aller à la position suivante" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Aucun plug-in n'a été installé." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Matériaux installés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Aucun matériau n'a été installé." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Plug-ins groupés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Matériaux groupés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Impossible de se connecter à la base de données Cura Package. Veuillez vérifier votre connexion." +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Vous devez accepter la licence pour installer le package" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Changements à partir de votre compte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Quitter %1" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Ignorer" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Next" -msgstr "Suivant" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Les packages suivants seront ajoutés :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Les packages suivants ne peuvent pas être installés en raison d'une version incompatible de Cura :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Confirmer la désinstallation" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Vous désinstallez des matériaux et/ou des profils qui sont encore en cours d'utilisation. La confirmation réinitialisera les matériaux / profils suivants à leurs valeurs par défaut." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Matériaux" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profils" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Confirmer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Modèle de couleurs" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Couleur du matériau" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Type de ligne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Vitesse" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Épaisseur de la couche" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Largeur de ligne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Débit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Mode de compatibilité" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Déplacements" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Aides" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Coque" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Remplissage" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Démarre" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Afficher uniquement les couches supérieures" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Afficher 5 niveaux détaillés en haut" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Haut / bas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Paroi interne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Gérer l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Verre" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Veuillez mettre à jour le Firmware de votre imprimante pour gérer la file d'attente à distance." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Les flux de webcam des imprimantes cloud ne peuvent pas être visualisés depuis Ultimaker Cura. Cliquez sur « Gérer l'imprimante » pour visiter Ultimaker Digital Factory et voir cette webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Refuser" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Chargement..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Indisponible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Injoignable" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Inactif" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Préparation..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Impression" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Sans titre" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anonyme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Nécessite des modifications de configuration" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Détails" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Imprimante indisponible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Imprimante" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Premier disponible" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Paramètres de la buse" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "Queued" -msgstr "Mis en file d'attente" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Gérer dans le navigateur" +msgid "Nozzle size" +msgstr "Taille de la buse" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Il n'y a pas de travaux d'impression dans la file d'attente. Découpez et envoyez une tache pour en ajouter une." +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Print jobs" -msgstr "Tâches d'impression" +msgid "Compatible material diameter" +msgstr "Diamètre du matériau compatible" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Total print time" -msgstr "Temps total d'impression" +msgid "Nozzle offset X" +msgstr "Décalage buse X" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Waiting for" -msgstr "Attente de" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Imprimer sur le réseau" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Imprimer" +msgid "Nozzle offset Y" +msgstr "Décalage buse Y" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Printer selection" -msgstr "Sélection d'imprimantes" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Modifications de configuration" +msgid "Cooling Fan Number" +msgstr "Numéro du ventilateur de refroidissement" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Remplacer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Extrudeuse G-Code de démarrage" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "L'imprimante assignée, %1, nécessite la modification de configuration suivante :" -msgstr[1] "L'imprimante assignée, %1, nécessite les modifications de configuration suivantes :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Extrudeuse G-Code de fin" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "L'imprimante %1 est assignée, mais le projet contient une configuration matérielle inconnue." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Paramètres de l'imprimante" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Changer le matériau %1 de %2 à %3." +msgid "X (Width)" +msgstr "X (Largeur)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Charger %3 comme matériau %1 (Ceci ne peut pas être remplacé)." +msgid "Y (Depth)" +msgstr "Y (Profondeur)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Changer le print core %1 de %2 à %3." +msgid "Z (Height)" +msgstr "Z (Hauteur)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Changer le plateau en %1 (Ceci ne peut pas être remplacé)." +msgid "Build plate shape" +msgstr "Forme du plateau" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Si vous sélectionnez « Remplacer », les paramètres de la configuration actuelle de l'imprimante seront utilisés. Cela peut entraîner l'échec de l'impression." +msgid "Origin at center" +msgstr "Origine au centre" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Aluminum" -msgstr "Aluminium" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Terminé" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Abandon..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Abandonné" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Échec" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Mise en pause..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "En pause" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Reprise..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Action requise" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Finit %1 à %2" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Connecter à l'imprimante en réseau" +msgid "Heated bed" +msgstr "Plateau chauffant" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Pour imprimer directement sur votre imprimante via le réseau, assurez-vous que votre imprimante est connectée au réseau via un câble Ethernet ou en connectant votre imprimante à votre réseau Wi-Fi. Si vous ne connectez pas Cura avec votre imprimante, vous pouvez utiliser une clé USB pour transférer les fichiers g-code sur votre imprimante." +msgid "Heated build volume" +msgstr "Volume de fabrication chauffant" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Sélectionnez votre imprimante dans la liste ci-dessous :" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Modifier" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Supprimer" +msgid "G-code flavor" +msgstr "Parfum G-Code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Rafraîchir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Paramètres de la tête d'impression" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Si votre imprimante n'apparaît pas dans la liste, lisez le guide de dépannage de l'impression en réseau" +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Type" -msgstr "Type" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "Firmware version" -msgstr "Version du firmware" +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Address" -msgstr "Adresse" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Cette imprimante n'est pas configurée pour héberger un groupe d'imprimantes." +msgid "Gantry Height" +msgstr "Hauteur du portique" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Cette imprimante est l'hôte d'un groupe d'imprimantes %1." +msgid "Number of Extruders" +msgstr "Nombre d'extrudeuses" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "L'imprimante à cette adresse n'a pas encore répondu." +msgid "Apply Extruder offsets to GCode" +msgstr "Appliquer les décalages offset de l'extrudeuse au GCode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Connecter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-Code de démarrage" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Adresse IP non valide" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Veuillez saisir une adresse IP valide." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Adresse de l'imprimante" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Saisissez l'adresse IP de votre imprimante sur le réseau." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Déplacer l'impression en haut" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Effacer" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Reprendre" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Mise en pause..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Reprise..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pause" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Abandon..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Abandonner" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Êtes-vous sûr de vouloir déplacer %1 en haut de la file d'attente ?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Déplacer l'impression en haut de la file d'attente" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Êtes-vous sûr de vouloir supprimer %1 ?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Supprimer l'impression" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Êtes-vous sûr de vouloir annuler %1 ?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Abandonner l'impression" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-Code de fin" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Assurez-vous que votre imprimante est connectée :\n" -"- Vérifiez si l'imprimante est sous tension.\n" -"- Vérifiez si l'imprimante est connectée au réseau.- Vérifiez si vous êtes connecté pour découvrir les imprimantes connectées au cloud." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Mes imprimantes" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Veuillez connecter votre imprimante au réseau." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Surveillez les imprimantes dans Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Voir les manuels d'utilisation en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Créez des projets d'impression dans Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Pour surveiller votre impression depuis Cura, veuillez connecter l'imprimante." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Tâches d'impression" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Certains éléments pourraient causer des problèmes à cette impression. Cliquez pour voir les conseils d'ajustement." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Surveillez les tâches d'impression et réimprimez à partir de votre historique d'impression." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Vue 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Étendez Ultimaker Cura avec des plug-ins et des profils de matériaux." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Vue de face" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Devenez un expert de l'impression 3D avec les cours de formation en ligne Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Vue du dessus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Assistance ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Vue gauche" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Découvrez comment utiliser Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Vue droite" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Posez une question" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Liste d'objets" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consultez la communauté Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Marché en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Notifier un bug" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Fichier" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Informez les développeurs en cas de problème." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Modifier" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Visitez le site web Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Visualisation" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Imprimer le modèle sélectionné avec %1" +msgstr[1] "Imprimer les modèles sélectionnés avec %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "&Paramètres" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "E&xtensions" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&références" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Aide" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Nouveau projet" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Êtes-vous sûr(e) de souhaiter lancer un nouveau projet ? Cela supprimera les objets du plateau ainsi que tous paramètres non enregistrés." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Découpe en cours..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Marché en ligne" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Impossible de découper" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Plateau" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Traitement" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Température cible du plateau chauffant. Le plateau sera chauffé ou refroidi pour tendre vers cette température. Si la valeur est 0, le chauffage du plateau sera éteint." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Découper" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Température actuelle du plateau chauffant." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Démarrer le processus de découpe" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Température jusqu'à laquelle préchauffer le plateau." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Annuler" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Estimation de durée" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Estimation du matériau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Préchauffer" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Préchauffez le plateau avant l'impression. Vous pouvez continuer à ajuster votre impression pendant qu'il chauffe, et vous n'aurez pas à attendre que le plateau chauffe lorsque vous serez prêt à lancer l'impression." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "L'imprimante n'est pas connectée." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Aucune estimation de la durée n'est disponible" +msgid "Printer control" +msgstr "Contrôle de l'imprimante" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Aucune estimation des coûts n'est disponible" +msgid "Jog Position" +msgstr "Position de coupe" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Aperçu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 +msgctxt "@label" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a printer" -msgstr "Ajouter une imprimante" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Ajouter une imprimante en réseau" +msgid "Jog Distance" +msgstr "Distance de coupe" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Ajouter une imprimante hors réseau" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Ajouter une imprimante cloud" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "En attente d'une réponse cloud" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Aucune imprimante trouvée dans votre compte ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Les imprimantes suivantes de votre compte ont été ajoutées à Cura :" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Ajouter l'imprimante manuellement" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Ajouter une imprimante par adresse IP" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Saisissez l'adresse IP de votre imprimante." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Ajouter" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Impossible de se connecter à l'appareil." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Impossible de vous connecter à votre imprimante Ultimaker ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "L'imprimante à cette adresse n'a pas encore répondu." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Cette imprimante ne peut pas être ajoutée parce qu'il s'agit d'une imprimante inconnue ou de l'hôte d'un groupe." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Précédent" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Se connecter" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Accord utilisateur" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Décliner et fermer" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Bienvenue dans Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Veuillez suivre ces étapes pour configurer\n" -"Ultimaker Cura. Cela ne prendra que quelques instants." +msgid "Send G-code" +msgstr "Envoyer G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Prise en main" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Envoyer une commande G-Code personnalisée à l'imprimante connectée. Appuyez sur « Entrée » pour envoyer la commande." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Connectez-vous à la plateforme Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Ajoutez des paramètres de matériaux et des plug-ins depuis la Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Sauvegardez et synchronisez vos paramètres de matériaux et vos plug-ins" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Ignorer" +msgid "Extruder" +msgstr "Extrudeuse" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Créez gratuitement un compte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Température cible de l'extrémité chauffante. L'extrémité chauffante sera chauffée ou refroidie pour tendre vers cette température. Si la valeur est 0, le chauffage de l'extrémité chauffante sera coupé." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Fabricant" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Température actuelle de cette extrémité chauffante." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Auteur du profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Température jusqu'à laquelle préchauffer l'extrémité chauffante." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Nom de l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Préchauffez l'extrémité chauffante avant l'impression. Vous pouvez continuer l'ajustement de votre impression pendant qu'elle chauffe, ce qui vous évitera un temps d'attente lorsque vous serez prêt à lancer l'impression." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Veuillez nommer votre imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Couleur du matériau dans cet extrudeur." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Aucune imprimante n'a été trouvée sur votre réseau." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Matériau dans cet extrudeur." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Rafraîchir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Buse insérée dans cet extrudeur." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Ajouter une imprimante par IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Ouvrir un fichier de projet" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Ajouter une imprimante cloud" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Ceci est un fichier de projet Cura. Souhaitez-vous l'ouvrir comme projet ou en importer les modèles ?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Dépannage" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Se souvenir de mon choix" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Aidez-nous à améliorer Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Ouvrir comme projet" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura recueille des données anonymes pour améliorer la qualité d'impression et l'expérience utilisateur, notamment :" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importer les modèles" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Types de machines" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Enregistrer le projet" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Utilisation du matériau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extrudeuse %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Nombre de découpes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Paramètres d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Les données recueillies par Ultimaker Cura ne contiendront aucun renseignement personnel." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Ne pas afficher à nouveau le résumé du projet lors de l'enregistrement" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Plus d'informations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Enregistrer" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "Nouveautés" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Ouvrir le(s) fichier(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Vide" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Nous avons trouvé au moins un fichier de projet parmi les fichiers que vous avez sélectionnés. Vous ne pouvez ouvrir qu'un seul fichier de projet à la fois. Nous vous conseillons de n'importer que les modèles de ces fichiers. Souhaitez-vous continuer ?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Notes de version" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importer tout comme modèles" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "À propos de %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "version : %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Solution complète pour l'impression 3D par dépôt de filament fondu." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3763,2297 +3596,2875 @@ msgstr "" "Cura a été développé par Ultimaker B.V. en coopération avec la communauté Ultimaker.\n" "Cura est fier d'utiliser les projets open source suivants :" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Interface utilisateur graphique" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Cadre d'application" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Générateur G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Bibliothèque de communication interprocess" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Langage de programmation" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "Cadre IUG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Liens cadre IUG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Bibliothèque C/C++ Binding" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Format d'échange de données" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Prise en charge de la bibliothèque pour le calcul scientifique" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Prise en charge de la bibliothèque pour des maths plus rapides" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Prise en charge de la bibliothèque pour le traitement des fichiers STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Prise en charge de la bibliothèque pour le traitement des objets planaires" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Prise en charge de la bibliothèque pour le traitement des mailles triangulaires" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Prise en charge de la bibliothèque pour le traitement des fichiers 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Prise en charge de la bibliothèque pour les métadonnées et le streaming de fichiers" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Bibliothèque de communication série" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Bibliothèque de découverte ZeroConf" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Bibliothèque de découpe polygone" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Vérificateur de type statique pour Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Certificats racines pour valider la fiabilité SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Bibliothèque de suivi des erreurs Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Bibliothèque d'emballage de polygones, développée par Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Liens en python pour libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Bibliothèque de support pour l'accès au trousseau de clés du système" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Extensions Python pour Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Police" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "Icônes SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Déploiement d'applications sur multiples distributions Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Ouvrir le(s) fichier(s)" +msgid "Discard or Keep changes" +msgstr "Annuler ou conserver les modifications" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Nous avons trouvé au moins un fichier de projet parmi les fichiers que vous avez sélectionnés. Vous ne pouvez ouvrir qu'un seul fichier de projet à la fois. Nous vous conseillons de n'importer que les modèles de ces fichiers. Souhaitez-vous continuer ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importer tout comme modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Paramètres du profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Enregistrer le projet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Modifications actuelles" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extrudeuse %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & matériau" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Matériau" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Ne pas afficher à nouveau le résumé du projet lors de l'enregistrement" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Enregistrer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Annuler ou conserver les modifications" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Vous avez personnalisé certains paramètres de profil.\n" -"Souhaitez-vous conserver ces paramètres modifiés après avoir changé de profil ?\n" -"Vous pouvez également annuler les modifications pour charger les valeurs par défaut de '%1'." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Paramètres du profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Modifications actuelles" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Toujours me demander" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Annuler et ne plus me demander" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Conserver et ne plus me demander" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Annuler les modifications" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Conserver les modifications" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Ouvrir un fichier de projet" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Ceci est un fichier de projet Cura. Souhaitez-vous l'ouvrir comme projet ou en importer les modèles ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Aucun élément à sélectionner" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Se souvenir de mon choix" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Ouvrir le(s) fichier(s)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Ouvrir comme projet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Ouvrir un fichier &récent" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importer les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Paramètres visibles" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Activer l'impression" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Réduire toutes les catégories" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Nom de la tâche" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Gérer la visibilité des paramètres..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Durée d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Durée restante estimée" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Définir comme extrudeur actif" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "L'imprimante cloud est hors ligne. Veuillez vérifier si l'imprimante est activée et connectée à Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Activer l'extrudeuse" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Cette imprimante n'est pas associée à votre compte. Veuillez visiter l'Ultimaker Digital Factory pour établir une connexion." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Désactiver l'extrudeuse" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "La connexion cloud est actuellement indisponible. Veuillez vous connecter pour connecter l'imprimante cloud." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "La connexion cloud est actuellement indisponible. Veuillez vérifier votre connexion Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favoris" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Ajouter une imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Générique" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Gérer les imprimantes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Aide" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Imprimantes connectées" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Fichier" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Imprimantes préréglées" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Enregistrer le projet..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Paramètres d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "E&xporter..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Configuration d'impression désactivée. Le fichier G-Code ne peut pas être modifié." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Exporter la sélection..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&références" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Certaines valeurs de paramètre / forçage sont différentes des valeurs enregistrées dans le profil. \n" -"\n" -"Cliquez pour ouvrir le gestionnaire de profils." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Modifier" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Personnaliser les profils" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "Im&primante" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Ignorer les modifications actuelles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Imprimantes réseau" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Recommandé" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Imprimantes locales" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Personnalisé" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "E&xtensions" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "On" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Configurations" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Off" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Chargement des configurations disponibles à partir de l'imprimante..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Expérimental" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Les configurations ne sont pas disponibles car l'imprimante est déconnectée." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Il n'y a pas de profil %1 pour la configuration dans l'extrudeur %2. L'intention par défaut sera utilisée à la place" -msgstr[1] "Il n'y a pas de profil %1 pour les configurations dans les extrudeurs %2. L'intention par défaut sera utilisée à la place" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Cette configuration n'est pas disponible car %1 n'est pas reconnu. Veuillez visiter %2 pour télécharger le profil matériel correct." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Profils" +msgid "Marketplace" +msgstr "Marché en ligne" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Vous avez modifié certains paramètres du profil. Si vous souhaitez les modifier, allez dans le mode Personnaliser." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "La configuration de cet extrudeur n'est pas autorisée et interdit la découpe." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Aucun profil ne correspond à la configuration de cet extrudeur." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Support" -msgstr "Support" +msgid "Select configuration" +msgstr "Sélectionner la configuration" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Générer des structures pour soutenir les parties du modèle qui possèdent des porte-à-faux. Sans ces structures, ces parties s'effondreront durant l'impression." +msgid "Configurations" +msgstr "Configurations" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Personnalisé" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill" -msgstr "Remplissage graduel" +msgid "Printer" +msgstr "Imprimante" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Un remplissage graduel augmentera la quantité de remplissage vers le haut." +msgid "Enabled" +msgstr "Activé" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Adhesion" -msgstr "Adhérence" +msgid "Material" +msgstr "Matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Activez l'impression d'une bordure ou plaquette (Brim/Raft). Cela ajoutera une zone plate autour de ou sous votre objet qui est facile à découper par la suite." +msgid "Use glue for better adhesion with this material combination." +msgstr "Utiliser de la colle pour une meilleure adhérence avec cette combinaison de matériaux." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Sauvegarder le projet..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Imprimantes réseau" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Imprimantes locales" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Matériau" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favoris" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Générique" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Imprimer le modèle sélectionné avec :" msgstr[1] "Imprimer les modèles sélectionnés avec :" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Multiplier le modèle sélectionné" msgstr[1] "Multiplier les modèles sélectionnés" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Nombre de copies" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Enregistrer le projet..." +msgid "Save Project..." +msgstr "Sauvegarder le projet..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "E&xporter..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Visualisation" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Exporter la sélection..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "Position de la &caméra" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Configurations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Vue de la caméra" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Personnalisé" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspective" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Orthographique" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Activé" +msgid "View type" +msgstr "Type d'affichage" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Matériau" +msgid "Sign in to the Ultimaker platform" +msgstr "Connectez-vous à la plateforme Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Utiliser de la colle pour une meilleure adhérence avec cette combinaison de matériaux." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Ajoutez des profils de matériaux et des plug-ins à partir de la Marketplace\n" +"- Sauvegardez et synchronisez vos profils de matériaux et vos plug-ins\n" +"- Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "La configuration de cet extrudeur n'est pas autorisée et interdit la découpe." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Créez gratuitement un compte Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Aucun profil ne correspond à la configuration de cet extrudeur." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Se connecter" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Sélectionner la configuration" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Dernière mise à jour : %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Configurations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Compte Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Chargement des configurations disponibles à partir de l'imprimante..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Déconnexion" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Les configurations ne sont pas disponibles car l'imprimante est déconnectée." +msgid "Checking..." +msgstr "Vérification en cours..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Cette configuration n'est pas disponible car %1 n'est pas reconnu. Veuillez visiter %2 pour télécharger le profil matériel correct." +msgid "Account synced" +msgstr "Compte synchronisé" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Marché en ligne" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Ouvrir le(s) fichier(s)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "Im&primante" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Matériau" +msgid "Something went wrong..." +msgstr "Un problème s'est produit..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Définir comme extrudeur actif" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Installer les mises à jour en attente" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Activer l'extrudeuse" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Rechercher des mises à jour de compte" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Désactiver l'extrudeuse" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Découpe en cours..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Ouvrir un fichier &récent" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Impossible de découper" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Paramètres visibles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Traitement" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Réduire toutes les catégories" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Découper" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Gérer la visibilité des paramètres..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Démarrer le processus de découpe" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "Position de la &caméra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Annuler" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Vue de la caméra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Estimation de durée" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspective" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Estimation du matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Orthographique" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "&Plateau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Type d'affichage" +msgid "No time estimation available" +msgstr "Aucune estimation de la durée n'est disponible" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "Est imprimé comme support." +msgid "No cost estimation available" +msgstr "Aucune estimation des coûts n'est disponible" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "D'autres modèles qui se chevauchent avec ce modèle ont été modifiés." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Aperçu" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Le chevauchement de remplissage avec ce modèle a été modifié." +msgid "This package will be installed after restarting." +msgstr "Ce paquet sera installé après le redémarrage." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Les chevauchements avec ce modèle ne sont pas pris en charge." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Général" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Remplace le paramètre %1." -msgstr[1] "Remplace les paramètres %1." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Paramètres" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Imprimantes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Matériaux" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Profils" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Activer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Créer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Fermeture de %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Dupliquer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Voulez-vous vraiment quitter %1 ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Renommer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Exporter" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Installer le paquet" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Créer un profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Veuillez fournir un nom pour ce profil." +msgid "Open File(s)" +msgstr "Ouvrir le(s) fichier(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Dupliquer un profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Nous avons trouvé au moins un fichier G-Code parmi les fichiers que vous avez sélectionné. Vous ne pouvez ouvrir qu'un seul fichier G-Code à la fois. Si vous souhaitez ouvrir un fichier G-Code, veuillez ne sélectionner qu'un seul fichier de ce type." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Confirmer la suppression" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Êtes-vous sûr de vouloir supprimer l'objet %1 ? Vous ne pourrez pas revenir en arrière !" +msgid "Add Printer" +msgstr "Ajouter une imprimante" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Renommer le profil" +msgid "What's New" +msgstr "Quoi de neuf" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importer un profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "On" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Exporter un profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Off" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Imprimante : %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Expérimental" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Mettre à jour le profil à l'aide des paramètres / forçages actuels" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Paramètres d'impression" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Ce profil utilise les paramètres par défaut spécifiés par l'imprimante, de sorte qu'aucun paramètre / forçage n'apparaît dans la liste ci-dessous." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Configuration d'impression désactivée. Le fichier G-Code ne peut pas être modifié." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Vos paramètres actuels correspondent au profil sélectionné." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Recommandé" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Paramètres généraux" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Personnalisé" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Général" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Il n'y a pas de profil %1 pour la configuration dans l'extrudeur %2. L'intention par défaut sera utilisée à la place" +msgstr[1] "Il n'y a pas de profil %1 pour les configurations dans les extrudeurs %2. L'intention par défaut sera utilisée à la place" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 msgctxt "@label" -msgid "Interface" -msgstr "Interface" +msgid "Gradual infill" +msgstr "Remplissage graduel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Currency:" -msgstr "Devise :" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Un remplissage graduel augmentera la quantité de remplissage vers le haut." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Theme:" -msgstr "Thème :" +msgid "Support" +msgstr "Support" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Vous devez redémarrer l'application pour que ces changements prennent effet." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Découper automatiquement si les paramètres sont modifiés." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Découper automatiquement" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Générer des structures pour soutenir les parties du modèle qui possèdent des porte-à-faux. Sans ces structures, ces parties s'effondreront durant l'impression." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Comportement Viewport" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Surligne les parties non supportées du modèle en rouge. Sans ajouter de support, ces zones ne s'imprimeront pas correctement." +msgid "Profiles" +msgstr "Profils" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Mettre en surbrillance les porte-à-faux" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Vous avez modifié certains paramètres du profil. Si vous souhaitez les modifier, allez dans le mode Personnaliser." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Surlignez les surfaces du modèle manquantes ou étrangères en utilisant les signes d'avertissement. Les Toolpaths seront souvent les parties manquantes de la géométrie prévue." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "Adhérence" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Afficher les erreurs du modèle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Activez l'impression d'une bordure ou plaquette (Brim/Raft). Cela ajoutera une zone plate autour de ou sous votre objet qui est facile à découper par la suite." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Déplace la caméra afin que le modèle sélectionné se trouve au centre de la vue" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Personnaliser les profils" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Centrer la caméra lorsqu'un élément est sélectionné" +msgid "Discard current changes" +msgstr "Ignorer les modifications actuelles" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Le comportement de zoom par défaut de Cura doit-il être inversé ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Inverser la direction du zoom de la caméra." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Certaines valeurs de paramètre / forçage sont différentes des valeurs enregistrées dans le profil. \n" +"\n" +"Cliquez pour ouvrir le gestionnaire de profils." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "Le zoom doit-il se faire dans la direction de la souris ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Paramètre" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Le zoom vers la souris n'est pas pris en charge dans la perspective orthographique." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Zoomer vers la direction de la souris" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Actuel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Les modèles dans la zone d'impression doivent-ils être déplacés afin de ne plus se croiser ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Veillez à ce que les modèles restent séparés" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Les modèles dans la zone d'impression doivent-ils être abaissés afin de toucher le plateau ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Abaisser automatiquement les modèles sur le plateau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Afficher le message d'avertissement dans le lecteur G-Code." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Message d'avertissement dans le lecteur G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Visibilité des paramètres" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "La couche doit-elle être forcée en mode de compatibilité ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Forcer l'affichage de la couche en mode de compatibilité (redémarrage requis)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Vérifier tout" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Est-ce que Cura devrait ouvrir à l'endroit où il a été fermé ?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Restaurer la position de la fenêtre au démarrage" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Activer" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Quel type de rendu de la caméra doit-il être utilisé?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Renommer" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Rendu caméra :" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Confirmer le changement de diamètre" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspective" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Le nouveau diamètre de filament est réglé sur %1 mm, ce qui n'est pas compatible avec l'extrudeuse actuelle. Souhaitez-vous poursuivre ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Orthographique" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Afficher le nom" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 msgctxt "@label" -msgid "Opening and saving files" -msgstr "Ouvrir et enregistrer des fichiers" +msgid "Brand" +msgstr "Marque" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "L'ouverture de fichiers à partir du bureau ou d'applications externes doit-elle se faire dans la même instance de Cura ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Utiliser une seule instance de Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Les objets doivent-ils être supprimés du plateau de fabrication avant de charger un nouveau modèle dans l'instance unique de Cura ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Supprimez les objets du plateau de fabrication avant de charger un modèle dans l'instance unique" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Les modèles doivent-ils être mis à l'échelle du volume d'impression s'ils sont trop grands ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Réduire la taille des modèles trop grands" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Un modèle peut apparaître en tout petit si son unité est par exemple en mètres plutôt qu'en millimètres. Ces modèles doivent-ils être agrandis ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Mettre à l'échelle les modèles extrêmement petits" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Les modèles doivent-ils être sélectionnés après leur chargement ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Sélectionner les modèles lorsqu'ils sont chargés" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Un préfixe basé sur le nom de l'imprimante doit-il être automatiquement ajouté au nom de la tâche d'impression ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Ajouter le préfixe de la machine au nom de la tâche" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Un résumé doit-il être affiché lors de l'enregistrement d'un fichier de projet ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Afficher la boîte de dialogue du résumé lors de l'enregistrement du projet" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Comportement par défaut lors de l'ouverture d'un fichier de projet" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Comportement par défaut lors de l'ouverture d'un fichier de projet : " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Toujours me demander" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Toujours ouvrir comme projet" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Toujours importer les modèles" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Lorsque vous apportez des modifications à un profil puis passez à un autre profil, une boîte de dialogue apparaît, vous demandant si vous souhaitez conserver les modifications. Vous pouvez aussi choisir une option par défaut, et le dialogue ne s'affichera plus." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Comportement par défaut pour les valeurs de paramètres modifiées lors du passage à un profil différent : " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Toujours rejeter les paramètres modifiés" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Toujours transférer les paramètres modifiés dans le nouveau profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Confidentialité" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Les données anonymes de votre impression doivent-elles être envoyées à Ultimaker ? Notez qu'aucun modèle, aucune adresse IP ni aucune autre information permettant de vous identifier personnellement ne seront envoyés ou stockés." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Envoyer des informations (anonymes) sur l'impression" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Plus d'informations" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Mises à jour" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Cura doit-il vérifier les mises à jour au démarrage du programme ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Vérifier les mises à jour au démarrage" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Lorsque vous vérifiez les mises à jour, ne vérifiez que les versions stables." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Uniquement les versions stables" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Lorsque vous recherchez des mises à jour, vérifiez à la fois les versions stables et les versions bêta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Versions stables et bêta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Une vérification automatique des nouveaux plugins doit-elle être effectuée à chaque fois que Cura est lancé ? Il est fortement recommandé de ne pas désactiver cette fonction !" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Recevoir des notifications pour les mises à jour des plugins" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informations" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Confirmer le changement de diamètre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Le nouveau diamètre de filament est réglé sur %1 mm, ce qui n'est pas compatible avec l'extrudeuse actuelle. Souhaitez-vous poursuivre ?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Afficher le nom" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "Type de matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "Couleur" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Propriétés" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Densité" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diamètre" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Coût du filament" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Poids du filament" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Longueur du filament" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Coût au mètre" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Ce matériau est lié à %1 et partage certaines de ses propriétés." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Délier le matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Description" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Informations d'adhérence" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Créer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Dupliquer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Synchroniser les imprimantes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Imprimante" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importer un matériau" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Impossible d'importer le matériau %1 : %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Matériau %1 importé avec succès" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Exporter un matériau" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Échec de l'exportation de matériau vers %1 : %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Matériau exporté avec succès vers %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informations" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Synchroniser les matériaux avec les imprimantes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Synchroniser les matériaux avec les imprimantes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "En suivant quelques étapes simples, vous serez en mesure de synchroniser tous vos profils de matériaux avec vos imprimantes." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Démarrer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Pourquoi dois-je synchroniser les profils de matériaux ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Démarrer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Se connecter" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Pour synchroniser automatiquement les profils de matériaux avec toutes vos imprimantes connectées à Digital Factory, vous devez être connecté à Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Synchroniser les matériaux avec USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Les imprimantes suivantes recevront les nouveaux profils de matériaux :" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Un problème est survenu lors de l'envoi des matériaux aux imprimantes." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Les profils de matériaux ont été synchronisés avec les imprimantes suivantes :" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Dépannage" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Imprimantes manquantes ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Assurez-vous que toutes vos imprimantes sont allumées et connectées à Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Actualiser la liste" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Réessayer" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Terminé" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Synchroniser" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Synchronisation" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Aucune imprimante trouvée" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Il semble que vous n'ayez aucune imprimante compatible connectée à Digital Factory. Assurez-vous que votre imprimante est connectée et qu'elle utilise" -" le dernier micrologiciel." +msgstr "Il semble que vous n'ayez aucune imprimante compatible connectée à Digital Factory. Assurez-vous que votre imprimante est connectée et qu'elle utilise le dernier micrologiciel." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Découvrez comment connecter votre imprimante à Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Rafraîchir" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Synchroniser les profils de matériaux via USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Suivez les étapes suivantes pour charger les nouveaux profils de matériaux dans votre imprimante." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Cliquez sur le bouton d'exportation des archives de matériaux." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Enregistrez le fichier .umm sur une clé USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Insérez la clé USB dans votre imprimante et lancez la procédure pour charger de nouveaux profils de matériaux." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Comment charger de nouveaux profils de matériaux dans mon imprimante" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Précédent" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Exporter l'archive des matériaux" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Exporter tous les matériaux" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Visibilité des paramètres" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Vérifier tout" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Imprimantes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importer" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Calculer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Paramètre" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Dupliquer" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Exporter" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Actuel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Confirmer la suppression" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Unité" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Non connecté à une imprimante" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "L'imprimante n'accepte pas les commandes" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "En maintenance. Vérifiez l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Êtes-vous sûr de vouloir supprimer l'objet %1 ? Vous ne pourrez pas revenir en arrière !" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Connexion avec l'imprimante perdue" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Importer un matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Impression..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Matériau %1 importé avec succès" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "En pause" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Impossible d'importer le matériau %1 : %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Préparation..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Exporter un matériau" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Supprimez l'imprimante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Échec de l'exportation de matériau vers %1 : %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Abandonner l'impression" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Matériau exporté avec succès vers %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Êtes-vous sûr(e) de vouloir abandonner l'impression ?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Imprimer le modèle sélectionné avec %1" -msgstr[1] "Imprimer les modèles sélectionnés avec %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Mes imprimantes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Surveillez les imprimantes dans Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Créez des projets d'impression dans Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Tâches d'impression" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Ce profil utilise les paramètres par défaut spécifiés par l'imprimante, de sorte qu'aucun paramètre / forçage n'apparaît dans la liste ci-dessous." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Surveillez les tâches d'impression et réimprimez à partir de votre historique d'impression." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Vos paramètres actuels correspondent au profil sélectionné." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Étendez Ultimaker Cura avec des plug-ins et des profils de matériaux." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Paramètres généraux" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Devenez un expert de l'impression 3D avec les cours de formation en ligne Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Créer un profil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Assistance ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Veuillez fournir un nom pour ce profil." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Découvrez comment utiliser Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Exporter un profil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Posez une question" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Dupliquer un profil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consultez la communauté Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Renommer le profil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Notifier un bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importer un profil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Informez les développeurs en cas de problème." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interface" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Visitez le site web Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Contrôle de l'imprimante" +msgid "Currency:" +msgstr "Devise :" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Position de coupe" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Découper automatiquement si les paramètres sont modifiés." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Découper automatiquement" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Distance de coupe" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Envoyer G-Code" +msgid "Viewport behavior" +msgstr "Comportement Viewport" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Envoyer une commande G-Code personnalisée à l'imprimante connectée. Appuyez sur « Entrée » pour envoyer la commande." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Surligne les parties non supportées du modèle en rouge. Sans ajouter de support, ces zones ne s'imprimeront pas correctement." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extrudeuse" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Mettre en surbrillance les porte-à-faux" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Température cible de l'extrémité chauffante. L'extrémité chauffante sera chauffée ou refroidie pour tendre vers cette température. Si la valeur est 0, le chauffage de l'extrémité chauffante sera coupé." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Surlignez les surfaces du modèle manquantes ou étrangères en utilisant les signes d'avertissement. Les Toolpaths seront souvent les parties manquantes de la géométrie prévue." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Température actuelle de cette extrémité chauffante." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Afficher les erreurs du modèle" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Température jusqu'à laquelle préchauffer l'extrémité chauffante." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Déplace la caméra afin que le modèle sélectionné se trouve au centre de la vue" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Annuler" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Centrer la caméra lorsqu'un élément est sélectionné" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Préchauffer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Le comportement de zoom par défaut de Cura doit-il être inversé ?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Préchauffez l'extrémité chauffante avant l'impression. Vous pouvez continuer l'ajustement de votre impression pendant qu'elle chauffe, ce qui vous évitera un temps d'attente lorsque vous serez prêt à lancer l'impression." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Inverser la direction du zoom de la caméra." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Couleur du matériau dans cet extrudeur." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "Le zoom doit-il se faire dans la direction de la souris ?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Matériau dans cet extrudeur." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Le zoom vers la souris n'est pas pris en charge dans la perspective orthographique." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Buse insérée dans cet extrudeur." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Zoomer vers la direction de la souris" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "L'imprimante n'est pas connectée." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Les modèles dans la zone d'impression doivent-ils être déplacés afin de ne plus se croiser ?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Plateau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Veillez à ce que les modèles restent séparés" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Température cible du plateau chauffant. Le plateau sera chauffé ou refroidi pour tendre vers cette température. Si la valeur est 0, le chauffage du plateau sera éteint." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Les modèles dans la zone d'impression doivent-ils être abaissés afin de toucher le plateau ?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Température actuelle du plateau chauffant." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Abaisser automatiquement les modèles sur le plateau" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Température jusqu'à laquelle préchauffer le plateau." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Afficher le message d'avertissement dans le lecteur G-Code." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Préchauffez le plateau avant l'impression. Vous pouvez continuer à ajuster votre impression pendant qu'il chauffe, et vous n'aurez pas à attendre que le plateau chauffe lorsque vous serez prêt à lancer l'impression." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Message d'avertissement dans le lecteur G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Se connecter" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "La couche doit-elle être forcée en mode de compatibilité ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Ajoutez des profils de matériaux et des plug-ins à partir de la Marketplace\n" -"- Sauvegardez et synchronisez vos profils de matériaux et vos plug-ins\n" -"- Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Forcer l'affichage de la couche en mode de compatibilité (redémarrage requis)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Créez gratuitement un compte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Est-ce que Cura devrait ouvrir à l'endroit où il a été fermé ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Dernière mise à jour : %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Restaurer la position de la fenêtre au démarrage" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Compte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Quel type de rendu de la caméra doit-il être utilisé?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Déconnexion" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Rendu caméra :" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Vérification en cours..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspective" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Compte synchronisé" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Orthographique" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Un problème s'est produit..." +msgid "Opening and saving files" +msgstr "Ouvrir et enregistrer des fichiers" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Installer les mises à jour en attente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "L'ouverture de fichiers à partir du bureau ou d'applications externes doit-elle se faire dans la même instance de Cura ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Rechercher des mises à jour de compte" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Utiliser une seule instance de Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Sans titre" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Les objets doivent-ils être supprimés du plateau de fabrication avant de charger un nouveau modèle dans l'instance unique de Cura ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Aucun élément à sélectionner" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Supprimez les objets du plateau de fabrication avant de charger un modèle dans l'instance unique" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Afficher le guide de dépannage en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Les modèles doivent-ils être mis à l'échelle du volume d'impression s'ils sont trop grands ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Passer en Plein écran" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Réduire la taille des modèles trop grands" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Quitter le mode plein écran" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Un modèle peut apparaître en tout petit si son unité est par exemple en mètres plutôt qu'en millimètres. Ces modèles doivent-ils être agrandis ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "&Annuler" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Mettre à l'échelle les modèles extrêmement petits" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Rétablir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Les modèles doivent-ils être sélectionnés après leur chargement ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Quitter" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Sélectionner les modèles lorsqu'ils sont chargés" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Vue 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Un préfixe basé sur le nom de l'imprimante doit-il être automatiquement ajouté au nom de la tâche d'impression ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Vue de face" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Ajouter le préfixe de la machine au nom de la tâche" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Vue du dessus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Un résumé doit-il être affiché lors de l'enregistrement d'un fichier de projet ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Vue de dessous" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Afficher la boîte de dialogue du résumé lors de l'enregistrement du projet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Vue latérale gauche" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Comportement par défaut lors de l'ouverture d'un fichier de projet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Vue latérale droite" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Comportement par défaut lors de l'ouverture d'un fichier de projet : " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Configurer Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Toujours me demander" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Ajouter une imprimante..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Toujours ouvrir comme projet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Gérer les &imprimantes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Toujours importer les modèles" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Gérer les matériaux..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Lorsque vous apportez des modifications à un profil puis passez à un autre profil, une boîte de dialogue apparaît, vous demandant si vous souhaitez conserver les modifications. Vous pouvez aussi choisir une option par défaut, et le dialogue ne s'affichera plus." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Ajouter d'autres matériaux du Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Comportement par défaut pour les valeurs de paramètres modifiées lors du passage à un profil différent : " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&Mettre à jour le profil à l'aide des paramètres / forçages actuels" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Toujours rejeter les paramètres modifiés" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Ignorer les modifications actuelles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Toujours transférer les paramètres modifiés dans le nouveau profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&Créer un profil à partir des paramètres / forçages actuels..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Confidentialité" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Gérer les profils..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Les données anonymes de votre impression doivent-elles être envoyées à Ultimaker ? Notez qu'aucun modèle, aucune adresse IP ni aucune autre information permettant de vous identifier personnellement ne seront envoyés ou stockés." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Afficher la &documentation en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Envoyer des informations (anonymes) sur l'impression" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Notifier un &bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Mises à jour" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Quoi de neuf" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Cura doit-il vérifier les mises à jour au démarrage du programme ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "À propos de..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Vérifier les mises à jour au démarrage" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Supprimer la sélection" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Lorsque vous vérifiez les mises à jour, ne vérifiez que les versions stables." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centrer la sélection" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Uniquement les versions stables" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Multiplier la sélection" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Lorsque vous recherchez des mises à jour, vérifiez à la fois les versions stables et les versions bêta." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Supprimer le modèle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Versions stables et bêta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Ce&ntrer le modèle sur le plateau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Une vérification automatique des nouveaux plugins doit-elle être effectuée à chaque fois que Cura est lancé ? Il est fortement recommandé de ne pas désactiver cette fonction !" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "&Grouper les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Recevoir des notifications pour les mises à jour des plugins" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Dégrouper les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Ajouter une imprimante par adresse IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "&Fusionner les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Saisissez l'adresse IP de votre imprimante." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Multiplier le modèle..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Ajouter" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Sélectionner tous les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Impossible de se connecter à l'appareil." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Supprimer les objets du plateau" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Impossible de vous connecter à votre imprimante Ultimaker ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Recharger tous les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "L'imprimante à cette adresse n'a pas encore répondu." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Réorganiser tous les modèles sur tous les plateaux" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Cette imprimante ne peut pas être ajoutée parce qu'il s'agit d'une imprimante inconnue ou de l'hôte d'un groupe." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Réorganiser tous les modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Se connecter" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Réorganiser la sélection" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Notes de version" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Réinitialiser toutes les positions des modèles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Accord utilisateur" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Réinitialiser tous les modèles et transformations" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Accepter" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&Ouvrir le(s) fichier(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Décliner et fermer" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Nouveau projet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Nouveautés" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Afficher le dossier de configuration" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Suivant" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Configurer la visibilité des paramètres..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Ajouter une imprimante cloud" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Marché en ligne" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "En attente d'une réponse cloud" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Ce paramètre n'est pas utilisé car tous les paramètres qu'il influence sont remplacés." +msgid "No printers found in your account?" +msgstr "Aucune imprimante trouvée dans votre compte ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Touche" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "Les imprimantes suivantes de votre compte ont été ajoutées à Cura :" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Touché par" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Ajouter l'imprimante manuellement" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Ajoutez des paramètres de matériaux et des plug-ins depuis la Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Sauvegardez et synchronisez vos paramètres de matériaux et vos plug-ins" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Ignorer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Créez gratuitement un compte Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Ce paramètre est toujours partagé par toutes les extrudeuses. Le modifier ici entraînera la modification de la valeur pour toutes les extrudeuses." +msgid "Welcome to Ultimaker Cura" +msgstr "Bienvenue dans Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Veuillez suivre ces étapes pour configurer\n" +"Ultimaker Cura. Cela ne prendra que quelques instants." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Prise en main" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Ce paramètre est résolu à partir de valeurs conflictuelles spécifiques à l'extrudeur :" +msgid "Empty" +msgstr "Vide" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Ce paramètre possède une valeur qui est différente du profil.\n" -"\n" -"Cliquez pour restaurer la valeur du profil." +msgid "Manufacturer" +msgstr "Fabricant" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Ce paramètre est normalement calculé mais il possède actuellement une valeur absolue définie.\n" -"\n" -"Cliquez pour restaurer la valeur calculée." +msgid "Profile author" +msgstr "Auteur du profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Paramètres de recherche" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nom de l'imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Veuillez nommer votre imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Ajouter une imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Ajouter une imprimante en réseau" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Ajouter une imprimante hors réseau" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Aucune imprimante n'a été trouvée sur votre réseau." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Rafraîchir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Ajouter une imprimante par IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Ajouter une imprimante cloud" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Dépannage" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Aidez-nous à améliorer Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura recueille des données anonymes pour améliorer la qualité d'impression et l'expérience utilisateur, notamment :" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Types de machines" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Utilisation du matériau" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Nombre de découpes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Paramètres d'impression" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Les données recueillies par Ultimaker Cura ne contiendront aucun renseignement personnel." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Plus d'informations" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Liste d'objets" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Est imprimé comme support." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "D'autres modèles qui se chevauchent avec ce modèle ont été modifiés." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Le chevauchement de remplissage avec ce modèle a été modifié." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Les chevauchements avec ce modèle ne sont pas pris en charge." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Remplace le paramètre %1." +msgstr[1] "Remplace les paramètres %1." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Imprimantes connectées" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Imprimantes préréglées" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "L'imprimante cloud est hors ligne. Veuillez vérifier si l'imprimante est activée et connectée à Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Cette imprimante n'est pas associée à votre compte. Veuillez visiter l'Ultimaker Digital Factory pour établir une connexion." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "La connexion cloud est actuellement indisponible. Veuillez vous connecter pour connecter l'imprimante cloud." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "La connexion cloud est actuellement indisponible. Veuillez vérifier votre connexion Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Ajouter une imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Gérer les imprimantes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Sans titre" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Non connecté à une imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "L'imprimante n'accepte pas les commandes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "En maintenance. Vérifiez l'imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Connexion avec l'imprimante perdue" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Impression..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "En pause" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Préparation..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Supprimez l'imprimante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Abandonner l'impression" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Êtes-vous sûr(e) de vouloir abandonner l'impression ?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Certains paramètres masqués utilisent des valeurs différentes de leur valeur normalement calculée.\n" +"\n" +"Cliquez pour rendre ces paramètres visibles." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Paramètres de recherche" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Copier la valeur vers tous les extrudeurs" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Copier toutes les valeurs modifiées vers toutes les extrudeuses" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Masquer ce paramètre" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Masquer ce paramètre" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Afficher ce paramètre" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Configurer la visibilité des paramètres..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Ce paramètre n'est pas utilisé car tous les paramètres qu'il influence sont remplacés." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Touche" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Touché par" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Ce paramètre est toujours partagé par toutes les extrudeuses. Le modifier ici entraînera la modification de la valeur pour toutes les extrudeuses." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Ce paramètre est résolu à partir de valeurs conflictuelles spécifiques à l'extrudeur :" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Ce paramètre possède une valeur qui est différente du profil.\n" +"\n" +"Cliquez pour restaurer la valeur du profil." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Ce paramètre est normalement calculé mais il possède actuellement une valeur absolue définie.\n" +"\n" +"Cliquez pour restaurer la valeur calculée." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Activer l'impression" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nom de la tâche" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Durée d'impression" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Durée restante estimée" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Passer en Plein écran" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Quitter le mode plein écran" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "&Annuler" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Rétablir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Quitter" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Vue 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Vue de face" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Vue du dessus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Vue de dessous" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Vue latérale gauche" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Vue latérale droite" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Configurer Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Ajouter une imprimante..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Gérer les &imprimantes..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Gérer les matériaux..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&Mettre à jour le profil à l'aide des paramètres / forçages actuels" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Ignorer les modifications actuelles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&Créer un profil à partir des paramètres / forçages actuels..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Gérer les profils..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Afficher la &documentation en ligne" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Notifier un &bug" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Quoi de neuf" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "À propos de..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Supprimer la sélection" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centrer la sélection" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Multiplier la sélection" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Supprimer le modèle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Ce&ntrer le modèle sur le plateau" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "&Grouper les modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Dégrouper les modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "&Fusionner les modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Multiplier le modèle..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Sélectionner tous les modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Supprimer les objets du plateau" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Recharger tous les modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Réorganiser tous les modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Réorganiser la sélection" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Réinitialiser toutes les positions des modèles" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Réinitialiser tous les modèles et transformations" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&Ouvrir le(s) fichier(s)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Nouveau projet..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Afficher le dossier de configuration" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Vue 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Vue de face" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Vue du dessus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Vue gauche" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Vue droite" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Fournit une étape de préparation dans Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Étape de préparation" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Fournit la prise en charge de l'exportation de profils Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Générateur de profil Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Fournit la prise en charge de la lecture de fichiers modèle 3D." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Lecteur de Trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Vérifie les mises à jour du firmware." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Vérificateur des mises à jour du firmware" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Enregistre certains événements afin qu'ils puissent être utilisés par le rapporteur d'incident" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Journal d'événements dans Sentry" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Fournit une étape de surveillance dans Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Étape de surveillance" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Permet le branchement hot-plug et l'écriture sur lecteur amovible." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Plugin de périphérique de sortie sur disque amovible" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Fournit la prise en charge de la lecture de fichiers AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Lecteur AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Fournit un support pour la lecture des paquets de format Ultimaker." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Lecteur UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Se connecte à la Digital Library, permettant à Cura d'ouvrir des fichiers à partir de cette dernière et d'y enregistrer des fichiers." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Fournit les paramètres par modèle." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Outil de paramètres par modèle" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Fournit à une machine des actions permettant la mise à jour du firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Programme de mise à jour du firmware" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Gère les connexions réseau vers les imprimantes Ultimaker en réseau." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Connexion réseau Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Vérifie les modèles et la configuration de l'impression pour déceler d'éventuels problèmes d'impression et donne des suggestions." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Contrôleur de modèle" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Vue simulation" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Enregistre le G-Code dans un fichier." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Générateur de G-Code" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Permet l'écriture de fichiers 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Générateur 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Lit le G-Code à partir d'une archive compressée." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Lecteur G-Code compressé" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Offre la possibilité de lire et d'écrire des profils matériels basés sur XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Profils matériels" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Fournit le lien vers l'arrière du système de découpage CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Système CuraEngine" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Fournit la prise en charge de la lecture de fichiers X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Lecteur X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Permet de générer une géométrie imprimable à partir de fichiers d'image 2D." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Lecteur d'images" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Fournit la prise en charge de la lecture de fichiers 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Lecteur 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Permet l'écriture de fichiers Ultimaker Format Package." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Générateur UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Fournit la prise en charge de l'importation de profils à partir de versions Cura antérieures." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Lecteur de profil Cura antérieur" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Configurations des mises à niveau de Cura 4.3 vers Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Mise à niveau de 4.3 vers 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Configurations des mises à niveau de Cura 2.1 vers Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Mise à niveau vers 2.1 vers 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Configurations des mises à jour de Cura 4.1 vers Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Mise à jour de 4.1 vers 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Mises à niveau des configurations de Cura 4.5 vers Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Mise à niveau de 4.5 vers 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Configurations des mises à niveau de Cura 3.3 vers Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Mise à niveau de 3.3 vers 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Mises à niveau des configurations de Cura 4.8 vers Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Mise à niveau de 4.8 vers 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Met à niveau les configurations, de Cura 2.7 vers Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Mise à niveau de version, de 2.7 vers 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Configurations des mises à niveau de Cura 4.4 vers Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Copier la valeur vers tous les extrudeurs" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Mise à niveau de 4.4 vers 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Copier toutes les valeurs modifiées vers toutes les extrudeuses" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Met à niveau les configurations, de Cura 3.0 vers Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Masquer ce paramètre" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Mise à niveau de version, de 3.0 vers 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Masquer ce paramètre" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Mises à niveau des configurations de Cura 4.6.0 vers Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Afficher ce paramètre" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Mise à niveau de 4.6.0 vers 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Certains paramètres masqués utilisent des valeurs différentes de leur valeur normalement calculée.\n" -"\n" -"Cliquez pour rendre ces paramètres visibles." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Configurations des mises à niveau de Cura 2.6 vers Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Ce paquet sera installé après le redémarrage." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Mise à niveau de 2.6 vers 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Paramètres" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Configurations des mises à jour de Cura 4.2 vers Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Fermeture de %1" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Mise à jour de 4.2 vers 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Voulez-vous vraiment quitter %1 ?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Configurations des mises à niveau de Cura 4.0 vers Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Installer le paquet" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Mise à niveau de 4.0 vers 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Ouvrir le(s) fichier(s)" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Mises à niveau des configurations de Cura 4.6.2 vers Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Nous avons trouvé au moins un fichier G-Code parmi les fichiers que vous avez sélectionné. Vous ne pouvez ouvrir qu'un seul fichier G-Code à la fois. Si vous souhaitez ouvrir un fichier G-Code, veuillez ne sélectionner qu'un seul fichier de ce type." +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Mise à niveau de 4.6.2 vers 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Ajouter une imprimante" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Mises à niveau des configurations de Cura 4.9 vers Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Quoi de neuf" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Mise à niveau de 4.9 vers 4.10" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Fournit les paramètres par modèle." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Configurations des mises à niveau de Cura 2.2 vers Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Outil de paramètres par modèle" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Mise à niveau de 2.2 vers 2.4" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Fournit la prise en charge de l'importation de profils Cura." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Configurations des mises à niveau de Cura 3.2 vers Cura 3.3." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Lecteur de profil Cura" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Mise à niveau de 3.2 vers 3.3" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Fournit la prise en charge de la lecture de fichiers X3D." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Configurations des mises à niveau de Cura 2.5 vers Cura 2.6." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Lecteur X3D" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Mise à niveau de 2.5 vers 2.6" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Sauvegardez et restaurez votre configuration." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Configurations des mises à niveau de Cura 3.5 vers Cura 4.0." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Sauvegardes Cura" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Mise à niveau de 3.5 vers 4.0" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Permet de modifier les paramètres de la machine (tels que volume d'impression, taille de buse, etc.)" +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Configurations des mises à niveau de Cura 3.4 vers Cura 3.5." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Action Paramètres de la machine" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Mise à niveau de 3.4 vers 3.5" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Crée un maillage effaceur pour bloquer l'impression du support en certains endroits" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Mises à niveau des configurations de Cura 4.7 vers Cura 4.8." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Effaceur de support" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Mise à niveau de 4.7 vers 4.8" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Permet le branchement hot-plug et l'écriture sur lecteur amovible." +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Mises à niveau des configurations de Cura 4.11 vers Cura 4.12." -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Plugin de périphérique de sortie sur disque amovible" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Mise à niveau de la version 4.11 vers la version 4.12" -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Fournit à une machine des actions permettant la mise à jour du firmware." +msgid "Backup and restore your configuration." +msgstr "Sauvegardez et restaurez votre configuration." -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Programme de mise à jour du firmware" +msgid "Cura Backups" +msgstr "Sauvegardes Cura" -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Fournit la prise en charge de l'importation de profils à partir de versions Cura antérieures." +msgid "Provides support for importing Cura profiles." +msgstr "Fournit la prise en charge de l'importation de profils Cura." -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Lecteur de profil Cura antérieur" +msgid "Cura Profile Reader" +msgstr "Lecteur de profil Cura" -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Fournit la prise en charge de la lecture de fichiers 3MF." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Envoie des informations anonymes sur le découpage. Peut être désactivé dans les préférences." -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Lecteur 3MF" +msgid "Slice info" +msgstr "Information sur le découpage" -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Permet l'écriture de fichiers Ultimaker Format Package." +msgid "Provides support for importing profiles from g-code files." +msgstr "Fournit la prise en charge de l'importation de profils à partir de fichiers g-code." -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Générateur UFP" +msgid "G-code Profile Reader" +msgstr "Lecteur de profil G-Code" -#: SentryLogger/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Enregistre certains événements afin qu'ils puissent être utilisés par le rapporteur d'incident" +msgid "Writes g-code to a compressed archive." +msgstr "Enregistre le G-Code dans une archive compressée." + +#: GCodeGzWriter/plugin.json +msgctxt "name" +msgid "Compressed G-code Writer" +msgstr "Générateur de G-Code compressé" + +#: PostProcessingPlugin/plugin.json +msgctxt "description" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Extension qui permet le post-traitement des scripts créés par l'utilisateur" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Journal d'événements dans Sentry" +msgid "Post Processing" +msgstr "Post-traitement" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Fournit la prise en charge de l'importation de profils à partir de fichiers g-code." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Crée un maillage effaceur pour bloquer l'impression du support en certains endroits" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Lecteur de profil G-Code" +msgid "Support Eraser" +msgstr "Effaceur de support" #: PreviewStage/plugin.json msgctxt "description" @@ -6075,55 +6486,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Vue Rayon-X" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Fournit le lien vers l'arrière du système de découpage CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Fournit les actions de la machine pour les machines Ultimaker (telles que l'assistant de calibration du plateau, sélection des mises à niveau, etc.)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Système CuraEngine" +msgid "Ultimaker machine actions" +msgstr "Actions de la machine Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Fournit la prise en charge de la lecture de fichiers AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Lecteur AMF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Lit le G-Code à partir d'une archive compressée." +msgid "Provides a normal solid mesh view." +msgstr "Affiche une vue en maille solide normale." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Lecteur G-Code compressé" +msgid "Solid View" +msgstr "Vue solide" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Extension qui permet le post-traitement des scripts créés par l'utilisateur" +msgid "Allows loading and displaying G-code files." +msgstr "Permet le chargement et l'affichage de fichiers G-Code." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Post-traitement" +msgid "G-code Reader" +msgstr "Lecteur G-Code" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Fournit la prise en charge de l'exportation de profils Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Permet de modifier les paramètres de la machine (tels que volume d'impression, taille de buse, etc.)" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Générateur de profil Cura" +msgid "Machine Settings Action" +msgstr "Action Paramètres de la machine" #: USBPrinting/plugin.json msgctxt "description" @@ -6135,415 +6546,363 @@ msgctxt "name" msgid "USB printing" msgstr "Impression par USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Fournit une étape de préparation dans Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Synchroniser les matériaux" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Étape de préparation" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Vous devez quitter et redémarrer {} avant que les changements apportés ne prennent effet." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Permet le chargement et l'affichage de fichiers G-Code." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Synchronisation..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Lecteur G-Code" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Changements détectés à partir de votre compte Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Permet de générer une géométrie imprimable à partir de fichiers d'image 2D." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Vous souhaitez synchroniser du matériel et des logiciels avec votre compte ?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Lecteur d'images" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchroniser" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Fournit les actions de la machine pour les machines Ultimaker (telles que l'assistant de calibration du plateau, sélection des mises à niveau, etc.)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Décliner et supprimer du compte" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Actions de la machine Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "Échec de téléchargement des plugins {}" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Enregistre le G-Code dans une archive compressée." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Plug-in d'accord de licence" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Générateur de G-Code compressé" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Conversion de l'image..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Vérifie les mises à jour du firmware." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "La largeur en millimètres sur le plateau." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Vérificateur des mises à jour du firmware" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Marché en ligne" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Envoie des informations anonymes sur le découpage. Peut être désactivé dans les préférences." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Vous devez redémarrer Cura pour que les changements apportés aux paquets ne prennent effet." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Information sur le découpage" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Installer" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Offre la possibilité de lire et d'écrire des profils matériels basés sur XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Installé" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Profils matériels" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Se connecte à la Digital Library, permettant à Cura d'ouvrir des fichiers à partir de cette dernière et d'y enregistrer des fichiers." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Aller sur le Marché en ligne" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Rechercher des matériaux" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Rechercher, gérer et installer de nouveaux paquets Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibilité" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Boîte à outils" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Machine" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Enregistre le G-Code dans un fichier." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Plateau" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Générateur de G-Code" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Support" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Fournit la Vue simulation." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Qualité" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Vue simulation" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Fiche technique" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Mises à niveau des configurations de Cura 4.5 vers Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Fiche de sécurité" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Mise à niveau de 4.5 vers 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Directives d'impression" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Configurations des mises à niveau de Cura 2.5 vers Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Site Internet" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Mise à niveau de 2.5 vers 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Connexion nécessaire pour l'installation ou la mise à jour" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Mises à niveau des configurations de Cura 4.6.0 vers Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Acheter des bobines de matériau" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Mise à niveau de 4.6.0 vers 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Mise à jour" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Mises à niveau des configurations de Cura 4.7 vers Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Mise à jour" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Mise à niveau de 4.7 vers 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Mis à jour" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Configurations des mises à niveau de Cura 3.4 vers Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Précédent" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Mise à niveau de 3.4 vers 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Plug-ins" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Installé" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "S'installera au redémarrage" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Connexion nécessaire pour effectuer la mise à jour" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Revenir à une version précédente" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Désinstaller" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Configurations des mises à niveau de Cura 2.1 vers Cura 2.2." +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Contributions de la communauté" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Mise à niveau vers 2.1 vers 2.2" +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Plug-ins de la communauté" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Configurations des mises à niveau de Cura 3.2 vers Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Matériaux génériques" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Mise à niveau de 3.2 vers 3.3" +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Récupération des paquets..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Mises à niveau des configurations de Cura 4.8 vers Cura 4.9." +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Site Internet" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Mise à niveau de 4.8 vers 4.9" +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-mail" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Mises à niveau des configurations de Cura 4.6.2 vers Cura 4.7." +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Veuillez vous connecter pour obtenir les plug-ins et matériaux vérifiés pour Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Mise à niveau de 4.6.2 vers 4.7" +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Version" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Configurations des mises à jour de Cura 4.2 vers Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Dernière mise à jour" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Mise à jour de 4.2 vers 4.3" +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Téléchargements" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Configurations des mises à niveau de Cura 4.3 vers Cura 4.4." +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Plug-ins installés" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Mise à niveau de 4.3 vers 4.4" +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Aucun plug-in n'a été installé." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Mises à niveau des configurations de Cura 4.9 vers Cura 4.10." +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Matériaux installés" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Mise à niveau de 4.9 vers 4.10" +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Aucun matériau n'a été installé." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Met à niveau les configurations, de Cura 2.7 vers Cura 3.0." +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Plug-ins groupés" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Mise à niveau de version, de 2.7 vers 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Matériaux groupés" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Configurations des mises à niveau de Cura 2.6 vers Cura 2.7." +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Impossible de se connecter à la base de données Cura Package. Veuillez vérifier votre connexion." -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Mise à niveau de 2.6 vers 2.7" +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Vous devez accepter la licence pour installer le package" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Mises à niveau des configurations de Cura 4.11 vers Cura 4.12." +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Changements à partir de votre compte" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Mise à niveau de la version 4.11 vers la version 4.12" +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Ignorer" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Configurations des mises à niveau de Cura 3.3 vers Cura 3.4." +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Les packages suivants seront ajoutés :" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Mise à niveau de 3.3 vers 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Les packages suivants ne peuvent pas être installés en raison d'une version incompatible de Cura :" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Met à niveau les configurations, de Cura 3.0 vers Cura 3.1." +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Confirmer la désinstallation" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Mise à niveau de version, de 3.0 vers 3.1" +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Vous désinstallez des matériaux et/ou des profils qui sont encore en cours d'utilisation. La confirmation réinitialisera les matériaux / profils suivants à leurs valeurs par défaut." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Configurations des mises à niveau de Cura 4.0 vers Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Matériaux" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Mise à niveau de 4.0 vers 4.1" +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profils" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Configurations des mises à niveau de Cura 4.4 vers Cura 4.5." +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Confirmer" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Mise à niveau de 4.4 vers 4.5" +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Certains éléments pourraient causer des problèmes à cette impression. Cliquez pour voir les conseils d'ajustement." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Configurations des mises à niveau de Cura 2.2 vers Cura 2.4." +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Prise en charge de la bibliothèque pour le traitement des objets planaires" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Mise à niveau de 2.2 vers 2.4" +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Vous avez personnalisé certains paramètres de profil.\n" +#~ "Souhaitez-vous conserver ces paramètres modifiés après avoir changé de profil ?\n" +#~ "Vous pouvez également annuler les modifications pour charger les valeurs par défaut de '%1'." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Configurations des mises à jour de Cura 4.1 vers Cura 4.2." +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "&Plateau" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Mise à jour de 4.1 vers 4.2" +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Créer" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Configurations des mises à niveau de Cura 3.5 vers Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Dupliquer" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Mise à niveau de 3.5 vers 4.0" +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Imprimante : %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Gère les connexions réseau vers les imprimantes Ultimaker en réseau." +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Mettre à jour le profil à l'aide des paramètres / forçages actuels" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Connexion réseau Ultimaker" +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Thème :" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Fournit la prise en charge de la lecture de fichiers modèle 3D." +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Vous devez redémarrer l'application pour que ces changements prennent effet." -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Lecteur de Trimesh" +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Plus d'informations" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Fournit un support pour la lecture des paquets de format Ultimaker." +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Créer" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Lecteur UFP" +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Synchroniser les imprimantes" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Affiche une vue en maille solide normale." +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Imprimante" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Vue solide" +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Unité" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Permet l'écriture de fichiers 3MF." +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Afficher le guide de dépannage en ligne" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Générateur 3MF" +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Ajouter d'autres matériaux du Marketplace" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Fournit une étape de surveillance dans Cura." +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Réorganiser tous les modèles sur tous les plateaux" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Étape de surveillance" +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Marché en ligne" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Vérifie les modèles et la configuration de l'impression pour déceler d'éventuels problèmes d'impression et donne des suggestions." +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Rechercher, gérer et installer de nouveaux paquets Cura." -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Contrôleur de modèle" +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Boîte à outils" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Fournit la Vue simulation." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/fr_FR/fdmextruder.def.json.po b/resources/i18n/fr_FR/fdmextruder.def.json.po index 6910d7a71c..6478e3fe65 100644 --- a/resources/i18n/fr_FR/fdmextruder.def.json.po +++ b/resources/i18n/fr_FR/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:16+0200\n" "Last-Translator: Bothof \n" "Language-Team: French\n" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index 1a7094e7c2..573f454976 100644 --- a/resources/i18n/fr_FR/fdmprinter.def.json.po +++ b/resources/i18n/fr_FR/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:16+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: French , French \n" @@ -56,7 +56,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "Commandes G-Code à exécuter au tout début, séparées par \n." +msgstr "" +"Commandes G-Code à exécuter au tout début, séparées par \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -68,7 +70,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "Commandes G-Code à exécuter tout à la fin, séparées par \n." +msgstr "" +"Commandes G-Code à exécuter tout à la fin, séparées par \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -462,8 +466,8 @@ msgstr "Polygone de la tête de la machine et du ventilateur" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Une silhouette 2D de la tête d'impression (avec les capuchons du ventilateur)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -735,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Diamètre de la roue qui entraîne le matériau dans le chargeur." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -955,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Le nombre de parois. Lorsqu'elle est calculée par l'épaisseur de la paroi, cette valeur est arrondie à un nombre entier." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -986,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optimiser l'ordre dans lequel des parois sont imprimées de manière à réduire le nombre de retraits et les distances parcourues. La plupart des pièces bénéficieront de cette possibilité, mais certaines peuvent en fait prendre plus de temps à l'impression ; veuillez dès lors comparer les estimations de durée d'impression avec et sans optimisation. La première couche n'est pas optimisée lorsque le type d'adhérence au plateau est défini sur bordure." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Extérieur avant les parois intérieures" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Imprimer les parois de l'extérieur vers l'intérieur lorsque cette option est activée. Cela peut permettre d'améliorer la précision dimensionnelle en X et Y lors de l'utilisation de plastique haute viscosité comme l'ABS ; en revanche, cela peut réduire la qualité de l'impression de la surface extérieure, en particulier sur les porte-à-faux." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1006,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Imprime une paroi supplémentaire une couche sur deux. Ainsi, le remplissage est pris entre ces parois supplémentaires pour créer des impressions plus solides." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Compenser les chevauchements de paroi" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compense le débit pour les parties d'une paroi imprimées aux endroits où une paroi est déjà en place." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Compenser les chevauchements de paroi externe" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Compenser le débit pour les parties d'une paroi externe imprimées aux endroits où une paroi est déjà en place." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Compenser les chevauchements de paroi intérieure" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Compenser le débit pour les parties d'une paroi intérieure imprimées aux endroits où une paroi est déjà en place." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Débit minimal de la paroi" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Pourcentage de débit minimum autorisé pour une ligne de paroi. La compensation de chevauchement de paroi réduit le débit d'une paroi lorsqu'elle se trouve à proximité d'une paroi existante. Les parois dont le débit est inférieur à cette valeur seront remplacées par un déplacement. Lors de l'utilisation de ce paramètre, vous devez activer la compensation de chevauchement de paroi et imprimer la paroi externe avant les parois internes." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Préférer la rétractation" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Si cette option est activée, la rétraction est utilisée à la place des détours pour les déplacements qui remplacent les parois dont le débit est inférieur au seuil de débit minimal." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Remplir les trous entre les parois" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Imprime les remplissages entre les parois lorsqu'aucune paroi ne convient." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Nulle part" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Imprimer parois fines" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Partout" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Imprimer les parties du modèle qui sont horizontalement plus fines que la taille de la buse." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Filtrer les très petits trous" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Filtrer les très petits trous pour réduire la présence de gouttes à l'extérieur du modèle." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Imprimer parois fines" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Imprimer les parties du modèle qui sont horizontalement plus fines que la taille de la buse." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1728,10 +1792,7 @@ msgstr "Motif de remplissage" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Le motif du matériau de remplissage de l'impression. La ligne et le remplissage en zigzag changent de sens à chaque alternance de couche, réduisant ainsi" -" les coûts matériels. Les motifs en grille, en triangle, tri-hexagonaux, cubiques, octaédriques, quart cubiques, entrecroisés et concentriques sont entièrement" -" imprimés sur chaque couche. Les remplissages gyroïdes, cubiques, quart cubiques et octaédriques changent à chaque couche afin d'offrir une répartition" -" plus égale de la solidité dans chaque direction. Le remplissage éclair tente de minimiser le remplissage, en ne supportant que le plafond de l'objet." +msgstr "Le motif du matériau de remplissage de l'impression. La ligne et le remplissage en zigzag changent de sens à chaque alternance de couche, réduisant ainsi les coûts matériels. Les motifs en grille, en triangle, tri-hexagonaux, cubiques, octaédriques, quart cubiques, entrecroisés et concentriques sont entièrement imprimés sur chaque couche. Les remplissages gyroïdes, cubiques, quart cubiques et octaédriques changent à chaque couche afin d'offrir une répartition plus égale de la solidité dans chaque direction. Le remplissage éclair tente de minimiser le remplissage, en ne supportant que le plafond de l'objet." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2055,8 +2116,7 @@ msgstr "Angle de redressement du remplissage éclair" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Les lignes de remplissage sont redressées pour gagner du temps d'impression. Il s'agit de l'angle maximal de saillie autorisé sur la longueur de la ligne" -" de remplissage." +msgstr "Les lignes de remplissage sont redressées pour gagner du temps d'impression. Il s'agit de l'angle maximal de saillie autorisé sur la longueur de la ligne de remplissage." #: fdmprinter.def.json msgctxt "material label" @@ -2198,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Pour compenser la contraction du matériau lors de son refroidissement, le modèle est mis à l'échelle avec ce facteur." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2709,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Les premières couches sont imprimées plus lentement que le reste du modèle afin d’obtenir une meilleure adhérence au plateau et d’améliorer le taux de réussite global des impressions. La vitesse augmente graduellement à chacune de ces couches." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Égaliser le débit de filaments" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Imprimer des lignes plus fines que la normale plus rapidement afin que la quantité de matériau extrudé par seconde reste la même. La présence de parties fines dans votre modèle peut nécessiter l'impression de lignes d'une largeur plus petite que prévue dans les paramètres. Ce paramètre contrôle les changements de vitesse pour de telles lignes." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Vitesse maximale pour l'égalisation du débit" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Vitesse d’impression maximale lors du réglage de la vitesse d'impression afin d'égaliser le débit." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4463,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression de la jupe/la bordure/du radeau. Cela est utilisé en multi-extrusion." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4627,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "La distance entre les lignes du radeau pour les couches supérieures de celui-ci. Cet espace doit être égal à la largeur de ligne afin de créer une surface solide." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5127,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "L'écart maximum autorisé lors de la réduction de la résolution pour le paramètre Résolution maximum. Si vous augmentez cette valeur, l'impression sera moins précise, mais le G-Code sera plus petit. L'écart maximum est une limite pour la résolution maximum. Donc si les deux entrent en conflit, l'Écart maximum restera valable." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6421,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Les petites structures sur la première couche seront imprimées à ce pourcentage de la vitesse d'impression normale. Une impression plus lente peut aider à l'adhésion et à la précision." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6481,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Matrice de transformation à appliquer au modèle lors de son chargement depuis le fichier." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Une silhouette 2D de la tête d'impression (avec les capuchons du ventilateur)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Extérieur avant les parois intérieures" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Imprimer les parois de l'extérieur vers l'intérieur lorsque cette option est activée. Cela peut permettre d'améliorer la précision dimensionnelle en X et Y lors de l'utilisation de plastique haute viscosité comme l'ABS ; en revanche, cela peut réduire la qualité de l'impression de la surface extérieure, en particulier sur les porte-à-faux." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Compenser les chevauchements de paroi" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compense le débit pour les parties d'une paroi imprimées aux endroits où une paroi est déjà en place." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Compenser les chevauchements de paroi externe" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Compenser le débit pour les parties d'une paroi externe imprimées aux endroits où une paroi est déjà en place." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Compenser les chevauchements de paroi intérieure" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Compenser le débit pour les parties d'une paroi intérieure imprimées aux endroits où une paroi est déjà en place." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Débit minimal de la paroi" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Pourcentage de débit minimum autorisé pour une ligne de paroi. La compensation de chevauchement de paroi réduit le débit d'une paroi lorsqu'elle se trouve à proximité d'une paroi existante. Les parois dont le débit est inférieur à cette valeur seront remplacées par un déplacement. Lors de l'utilisation de ce paramètre, vous devez activer la compensation de chevauchement de paroi et imprimer la paroi externe avant les parois internes." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Préférer la rétractation" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Si cette option est activée, la rétraction est utilisée à la place des détours pour les déplacements qui remplacent les parois dont le débit est inférieur au seuil de débit minimal." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Remplir les trous entre les parois" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Imprime les remplissages entre les parois lorsqu'aucune paroi ne convient." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Nulle part" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Partout" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Filtrer les très petits trous" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Filtrer les très petits trous pour réduire la présence de gouttes à l'extérieur du modèle." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Égaliser le débit de filaments" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Imprimer des lignes plus fines que la normale plus rapidement afin que la quantité de matériau extrudé par seconde reste la même. La présence de parties fines dans votre modèle peut nécessiter l'impression de lignes d'une largeur plus petite que prévue dans les paramètres. Ce paramètre contrôle les changements de vitesse pour de telles lignes." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Vitesse maximale pour l'égalisation du débit" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Vitesse d’impression maximale lors du réglage de la vitesse d'impression afin d'égaliser le débit." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "Commandes G-Code à exécuter au tout début, séparées par \\n." diff --git a/resources/i18n/hu_HU/cura.po b/resources/i18n/hu_HU/cura.po index 6bc614a1f4..63771e1a88 100644 --- a/resources/i18n/hu_HU/cura.po +++ b/resources/i18n/hu_HU/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2020-03-24 09:36+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: ATI-SZOFT\n" @@ -17,5951 +17,5946 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2.4\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Nem sikerült archívumot létrehozni a felhasználói adatkönyvtárból: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Előkészítés" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Biztonsági mentés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura Profil" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Megpróbált visszaállítani egy Cura biztonsági másolatot anélkül, hogy megfelelő adatok vagy meta adatok lennének." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Egy olyan Cura biztonsági mentést próbált visszaállítani, amelyiknek a verziója magasabb a jelenlegitől." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA digitális eszközcsere" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Bináris" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF beágyazott JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford háromszög formátum" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Tömörített COLLADA digitális eszközcsere" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Nem sikerült elérni a frissítési információkat." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "" +msgid "How to update" +msgstr "Hogyan frissíts" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Monitor" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Mentés külső meghajtóra" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Mentés külső meghajtóra {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Az nyomtatási szint csökken a \"Nyomtatási sorrend\" beállítása miatt, ez megakadályozza, hogy a mechanika beleütközzön a nyomtatott tárgyba." +msgid "There are no file formats available to write with!" +msgstr "Nincsenek elérhető fájlformátumok az íráshoz!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Mentés külső meghajóra {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Építési térfogat" +msgid "Saving" +msgstr "Mentés" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Sikertelen mentés {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Nincs felülírva" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Nem található a fájlnév {device} -on az írási művelethez." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Ismeretlen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Sikertelen mentés a {0}: {1} meghajtóra." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Az alábbi nyomtató (k) nem csatlakoztathatók, mert egy csoporthoz tartoznak" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Hiba" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Elérhető hálózati nyomtatók" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Mentve a {0} meghajtóra, mint {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Fájl Mentve" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Egyéni profil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Leválaszt" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Összes támasz típus ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "{0} meghajtó leválasztása" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Minden fájl (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0} leválasztva. Eltávolíthatod az adathordozót." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Hardver biztonságos eltávolítása" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "{0} leválasztása sikertelen. A meghajtó használatban van." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Figyelem" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Cserélhető meghajtó" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF fájl" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker formátumcsomag" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Egyedi anyag" +msgid "Per Model Settings" +msgstr "Modellenkénti beállítások" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Egyedi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Modellenkénti beállítások konfigurálása" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Sikertelen bejelentkezés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Firmware frissítés" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Új hely keresése az objektumokhoz" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "A Cura olyan anyagprofilt észlel, amelyet még nem telepítettek a(z) {0} csoport gazdanyomtatójára." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Hely keresés" +msgid "Sending materials to printer" +msgstr "Anyagok küldése a nyomtatóra" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Nincs elég hely az összes objektum építési térfogatához" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Megpróbált csatlakozni a (z) {0} -hez, de a gép nem része a csoportnak.Látogasson el a weboldalra, és konfigurálhatja azt csoporttagnak." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Nem találok helyet" +msgid "Not a group host" +msgstr "Nem csoport" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Csoport konfiguráció" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Nyomtatási feladat küldése" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "A nyomtatási feladat feltöltése a nyomtatóra." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Várja meg, amíg az aktuális feladat elküldésre kerül." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Gépek betöltése ..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Felület beállítása..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Interfészek betöltése..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format -msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Egyszerre csak egy G-kód fájlt lehet betölteni. Az importálás kihagyva {0}" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 msgctxt "@info:title" -msgid "Warning" -msgstr "Figyelem" +msgid "Print error" +msgstr "Nyomtatási hiba" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Nem nyitható meg más fájl, ha a G-kód betöltődik. Az importálás kihagyva {0}" +msgid "Print job was successfully sent to the printer." +msgstr "A nyomtatási feladat sikeresen elküldésre került a nyomtatóra." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Hiba" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Bezár" - -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Következő" - -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Hozzáad" - -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Elvet" +msgid "Data Sent" +msgstr "Adatok elküldve" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 #, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Csoport #{group_nr}" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Külső fal" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Belső falak" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Héj" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Kitöltés" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Támasz kitöltés" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Támasz interface" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Támasz" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Szoknya" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Elsődleges torony" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Átmozgás" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Visszahúzás" - -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Egyéb" - -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" -msgstr "A Cura nem tud elindulni" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" -msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Hoppá, az Ultimaker Cura olyan dolgokkal találkozott, amelyek hibásnak tűnnek.

    \n" -"

    Az indítás során helyrehozhatatlan hibát tapasztaltunkEzt valószínűleg néhány helytelen konfigurációs fájl okozta. Javasoljuk, hogy biztonsági másolatból állítsa vissza a konfigurációt.

    \n" -"

    A biztonsági mentések a konfigurációs mappában találhatók.

    \n" -"

    Kérjük, küldje el nekünk ezt a hibajelentést a probléma megoldásához.

    \n" -" " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 -msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Hibajelentés küldése az Ultimaker -nek" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Hibajelentés részletei" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Konfigurációs mappa megnyitása" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 -msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Konfiguráció biztonsági mentés és visszaállítás" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Összeomlás jelentés" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Végzetes hiba történt Cura-ban. Kérjük, küld el nekünk az összeomlás jelentését, hogy javítani tudjuk a hibát.

    \n" -"

    Kérjük használd a \"Jelentés küldés\" gombot a hibajelentés postázásához, így az automatikusan a szerverünkre kerül.

    \n" -" " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Rendszer információ" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Ismeretlen" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura verzió" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Felület" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt verzió" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt verzió" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Még nincs inicializálva
    " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL Verzió: {version}
  • " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL terjesztő: {vendor}
  • " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL Renderer: {renderer}
  • " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Hibakövetés" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Naplók" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Jelentés küldés" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Az Ultimaker fiókkiszolgáló elérhetetlen." - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." +msgid "Are you ready for cloud printing?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Kérjük, adja meg a szükséges jogosultságokat az alkalmazás engedélyezéséhez." - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Valami váratlan esemény történt a bejelentkezéskor, próbálkozzon újra." - -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Nincs olvasható válasz." - -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Tárgyak többszörözése és elhelyezése" - -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Tárgyak elhelyezése" - -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Tárgy elhelyezése" - -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Nem támogatott" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Kezdjük el" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Fúvóka" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "A beállításokat megváltoztattuk, hogy azok megfeleljenek az jelenleg elérhető extrudereknek:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Olyan nyomtatóval próbál csatlakozni, amelyen nem fut az Ultimaker Connect. Kérjük, frissítse a nyomtatón a firmware-t." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Settings updated" -msgstr "Beállítások frissítve" +msgid "Update your printer" +msgstr "Frissítse a nyomtatót" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Nem sikerült feltölteni az adatokat a nyomtatóra." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extruder(ek) kikapcsolva" +msgid "Network error" +msgstr "Hálózati hiba" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "A fájl már létezik" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Hálózati nyomtatás" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "A {0} fájl már létezik. Biztosan szeretnéd, hogy felülírjuk?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Hálózati nyomtatás" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Érvénytelen fájl URL:" +msgid "Connected over the network" +msgstr "Csatlakozva hálózaton keresztül" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "A profil exportálása nem sikerült {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "holnap" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "A profil exportálása nem sikerült {0}:Az író beépülő modul hibát jelez." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "ma" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Profil exportálva ide: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Hálózati csatlakozás" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Sikeres export" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Sikertelen profil importálás {0}: {1} -ból" +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Nem importálható a profil {0} -ból, mielőtt hozzá nem adunk egy nyomtatót." +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Nincs egyéni profil a {0} fájlban, amelyet importálni lehetne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "A profil importálása nem sikerült {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Ez a {0} profil helytelen adatokat tartamaz, ezért nem importálható." +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Nem importálható a profil {0}:" +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 #, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 #, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "A {0} fájl nem tartalmaz érvényes profilt." +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +msgctxt "@title:window" +msgid "Remove printers?" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "A(z) {0} profil ismeretlen fájltípusú vagy sérült." +msgctxt "@label" +msgid "" +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" -msgid "Custom profile" -msgstr "Egyedi profil" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Hiányzik a profil minőségi típusa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 msgctxt "@info:status" -msgid "Unable to add the profile." +msgid "Connected via cloud" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3D-s modellsegéd" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" +"

    Lehetséges, hogy egy vagy több 3D-s modellt nem lehet optimálisan kinyomtatni a modell mérete és az anyagkonfiguráció miatt:

    \n" +"

    {model_names}

    \n" +"

    Itt Megtudhatja, hogyan lehet a lehető legjobb nyomtatási minőséget és megbízhatóságot biztosítani.

    \n" +"

    View print quality guide

    " -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Modellenkénti beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Modellenkénti beállítások konfigurálása" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Szimuláció nézet" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura Profil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D Fájl" +msgid "Layer view" +msgstr "Réteg nézet" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Hiba történt a biztonsági másolat visszaállításakor." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "A GCodeWriter nem támogatja a szöveges nélüli módot." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 -msgctxt "@info:title" -msgid "Backups" -msgstr "Biztonsági mentések" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Készítse elő a G-kódot az exportálás előtt." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 -msgctxt "@info:backup_status" -msgid "There was an error while uploading your backup." -msgstr "Hiba történt a biztonsági mentés feltöltése közben." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-code Fájl" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 -msgctxt "@info:backup_status" -msgid "Creating your backup..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Hiba a 3mf fájl írásakor." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 -msgctxt "@info:backup_status" -msgid "There was an error while creating your backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 -msgctxt "@info:backup_status" -msgid "Uploading your backup..." -msgstr "A biztonsági mentés feltöltése ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 -msgctxt "@info:backup_status" -msgid "Your backup has finished uploading." -msgstr "A biztonsági mentés feltöltése befejeződött." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 -msgctxt "@error:file_size" -msgid "The backup exceeds the maximum file size." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 -msgctxt "@item:inmenu" -msgid "Manage backups" -msgstr "Bitonsági mentések kezelése" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF fájl" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Gép beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura projekt 3MF fájl" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 -msgctxt "@label" -msgid "Support Blocker" -msgstr "Támasz blokkoló" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Tömörített G-kód fájl" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 -msgctxt "@info:tooltip" -msgid "Create a volume in which supports are not printed." -msgstr "Hozzon létre egy kötetet, amelyben a támaszok nem kerülnek nyomtatásra." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Cserélhető meghajtó" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Mentés külső meghajtóra" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format -msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Mentés külső meghajtóra {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Nincsenek elérhető fájlformátumok az íráshoz!" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Mentés külső meghajóra {0}" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Nem lehet szeletelni a jelenlegi alapanyaggal, mert nem kompatibilis a kiválasztott nyomtatóval, vagy a beállításaival." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Saving" -msgstr "Mentés" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Sikertelen mentés {0}: {1}" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Nem található a fájlnév {device} -on az írási művelethez." +msgid "Unable to slice" +msgstr "Nem lehet szeletelni" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Sikertelen mentés a {0}: {1} meghajtóra." +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Nem lehet szeletelni ezekkel a beállításokkal. Ezek a beállítások okoznak hibát: {0}" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Mentve a {0} meghajtóra, mint {1}" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Nem lehet szeletelni pár modell beállítás miatt. A következő beállításokokoznak hibát egy vagy több modellnél: {error_labels}" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Fájl Mentve" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Nem lehet szeletelni, mert az elsődleges torony, vagy az elsődleges pozíció érvénytelen." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Leválaszt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Nem lehet szeletelni, mert vannak olyan objektumok, amelyek a letiltott Extruderhez vannak társítva.%s." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "{0} meghajtó leválasztása" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0} leválasztva. Eltávolíthatod az adathordozót." +msgid "Processing Layers" +msgstr "Réteg feldolgozás" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Hardver biztonságos eltávolítása" +msgid "Information" +msgstr "Információ" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "{0} leválasztása sikertelen. A meghajtó használatban van." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D Fájl" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Firmware frissítés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG kép" -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 profil" +msgid "JPEG Image" +msgstr "JPEG kép" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Ajánlott" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG kép" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Egyedi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP kép" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF kép" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "Fúvóka" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." msgstr "A projekt fájl {0} egy ismeretlen {1} géptípust tartalmaz.Gépet nem lehet importálni. Importálj helyette modelleket." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" msgid "Open Project File" msgstr "Projekt fájl megnyitása" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" msgid "Project file {0} is suddenly inaccessible: {1}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 msgctxt "@info:title" msgid "Can't Open Project File" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" msgid "Project file {0} is corrupt: {1}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Ajánlott" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Egyedi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" msgid "3MF File" msgstr "3MF fájl" -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 msgctxt "@info:error" msgid "Can't write to UFP file:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker formátumcsomag" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 profil" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +msgctxt "@info:title" +msgid "Backups" +msgstr "Biztonsági mentések" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error while uploading your backup." +msgstr "Hiba történt a biztonsági mentés feltöltése közben." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +msgctxt "@info:backup_status" +msgid "Creating your backup..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +msgctxt "@info:backup_status" +msgid "There was an error while creating your backup." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +msgctxt "@info:backup_status" +msgid "Uploading your backup..." +msgstr "A biztonsági mentés feltöltése ..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +msgctxt "@info:backup_status" +msgid "Your backup has finished uploading." +msgstr "A biztonsági mentés feltöltése befejeződött." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +msgctxt "@error:file_size" +msgid "The backup exceeds the maximum file size." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +msgctxt "@item:inmenu" +msgid "Manage backups" +msgstr "Bitonsági mentések kezelése" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Biztonsági mentés" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Hiba történt a biztonsági másolat visszaállításakor." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "A GCodeGzWriter nem támogatja a nem szöveges módot." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Utólagos műveletek" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "G-kód módosítás" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 +msgctxt "@label" +msgid "Support Blocker" +msgstr "Támasz blokkoló" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 +msgctxt "@info:tooltip" +msgid "Create a volume in which supports are not printed." +msgstr "Hozzon létre egy kötetet, amelyben a támaszok nem kerülnek nyomtatásra." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Előnézet" -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-code Fájl" +msgid "X-Ray view" +msgstr "Röntgen nézet" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Tárgyasztal szint" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Válassz frissítést" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Előnézet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Röntgen nézet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Réteg feldolgozás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Információ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Nem lehet szeletelni a jelenlegi alapanyaggal, mert nem kompatibilis a kiválasztott nyomtatóval, vagy a beállításaival." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Nem lehet szeletelni" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Nem lehet szeletelni ezekkel a beállításokkal. Ezek a beállítások okoznak hibát: {0}" +msgid "Model Errors" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Nem lehet szeletelni pár modell beállítás miatt. A következő beállításokokoznak hibát egy vagy több modellnél: {error_labels}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Nem lehet szeletelni, mert az elsődleges torony, vagy az elsődleges pozíció érvénytelen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "Felület nézet" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Nem lehet szeletelni, mert vannak olyan objektumok, amelyek a letiltott Extruderhez vannak társítva.%s." +msgid "Parsing G-code" +msgstr "G-kód elemzés" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 +msgctxt "@info:title" +msgid "G-code Details" +msgstr "G-kód részletek" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF fájl" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Győződj meg róla, hogy a G-kód igazodik a nyomtatódhoz és beállításaihoz, mielőtt elküldöd a fájlt. A G-kód ábrázolása nem biztos, hogy pontos." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Tömörített G-kód fájl" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Utólagos műveletek" +msgid "G File" +msgstr "G fájl" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "G-kód módosítás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Gép beállítások" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB nyomtatás" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Nyomtatás USB-ről" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Nyomtatás USB-ről" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Csatlakozás USB-n" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USB nyomtatás folyamatban van, a Cura bezárása leállítja ezt a nyomtatást. Biztos vagy ebben?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "A nyomtatás még folyamatban van. A Cura nem indíthat új nyomtatást USB-n keresztül, amíg az előző nyomtatás be nem fejeződött." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Nyomtatás folyamatban" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Előkészítés" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G-kód elemzés" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-kód részletek" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Győződj meg róla, hogy a G-kód igazodik a nyomtatódhoz és beállításaihoz, mielőtt elküldöd a fájlt. A G-kód ábrázolása nem biztos, hogy pontos." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G fájl" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG kép" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG kép" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG kép" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Gépek betöltése ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP kép" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF kép" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Tárgyasztal szint" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Válassz frissítést" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "A GCodeGzWriter nem támogatja a nem szöveges módot." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Felület beállítása..." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Nem sikerült elérni a frissítési információkat." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Interfészek betöltése..." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 -#, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "" +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Hogyan frissíts" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Egyszerre csak egy G-kód fájlt lehet betölteni. Az importálás kihagyva {0}" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 -msgctxt "@text" -msgid "Unable to read example data file." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 +#, python-brace-format +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Nem nyitható meg más fájl, ha a G-kód betöltődik. Az importálás kihagyva {0}" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 +msgctxt "@text" +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Nincs felülírva" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Elfogadás" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Kiegészítő licencszerződés" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Ismeretlen" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "A GCodeWriter nem támogatja a szöveges nélüli módot." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Az alábbi nyomtató (k) nem csatlakoztathatók, mert egy csoporthoz tartoznak" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Készítse elő a G-kódot az exportálás előtt." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Elérhető hálózati nyomtatók" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Szimuláció nézet" +msgid "Calculated" +msgstr "Számított" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Réteg nézet" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Egyedi anyag" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Hálózati nyomtatás" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Egyedi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Hálózati nyomtatás" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Egyéni profil" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Csatlakozva hálózaton keresztül" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Összes támasz típus ({0})" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "holnap" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" +msgstr "Minden fájl (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "ma" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Hálózati csatlakozás" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Várja meg, amíg az aktuális feladat elküldésre kerül." +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Nyomtatási hiba" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "A nyomtatási feladat sikeresen elküldésre került a nyomtatóra." +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Adatok elküldve" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 -msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Olyan nyomtatóval próbál csatlakozni, amelyen nem fut az Ultimaker Connect. Kérjük, frissítse a nyomtatón a firmware-t." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Nem sikerült archívumot létrehozni a felhasználói adatkönyvtárból: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 -msgctxt "@info:title" -msgid "Update your printer" -msgstr "Frissítse a nyomtatót" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Megpróbált visszaállítani egy Cura biztonsági másolatot anélkül, hogy megfelelő adatok vagy meta adatok lennének." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 -msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Egy olyan Cura biztonsági mentést próbált visszaállítani, amelyiknek a verziója magasabb a jelenlegitől." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 -msgctxt "@info:title" -msgid "Queue Full" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Nyomtatási feladat küldése" +msgid "Finding new location for objects" +msgstr "Új hely keresése az objektumokhoz" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "A nyomtatási feladat feltöltése a nyomtatóra." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 +msgctxt "@info:title" +msgid "Finding Location" +msgstr "Hely keresés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "A Cura olyan anyagprofilt észlel, amelyet még nem telepítettek a(z) {0} csoport gazdanyomtatójára." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Nincs elég hely az összes objektum építési térfogatához" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Anyagok küldése a nyomtatóra" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Nem sikerült feltölteni az adatokat a nyomtatóra." +msgid "Can't Find Location" +msgstr "Nem találok helyet" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Network error" -msgstr "Hálózati hiba" +msgid "Login failed" +msgstr "Sikertelen bejelentkezés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Megpróbált csatlakozni a (z) {0} -hez, de a gép nem része a csoportnak.Látogasson el a weboldalra, és konfigurálhatja azt csoporttagnak." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Külső fal" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Nem csoport" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Belső falak" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Csoport konfiguráció" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Héj" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Kitöltés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Támasz kitöltés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Kezdjük el" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Támasz interface" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Támasz" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Szoknya" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Elsődleges torony" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Átmozgás" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Visszahúzás" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Egyéb" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "" -msgstr[1] "" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Csoport #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "Bezár" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Hozzáad" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Elvet" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "" +msgid "Next" +msgstr "Következő" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Az nyomtatási szint csökken a \"Nyomtatási sorrend\" beállítása miatt, ez megakadályozza, hogy a mechanika beleütközzön a nyomtatott tárgyba." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Építési térfogat" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 msgctxt "@title:window" -msgid "Remove printers?" -msgstr "" +msgid "File Already Exists" +msgstr "A fájl már létezik" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA digitális eszközcsere" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "A {0} fájl már létezik. Biztosan szeretnéd, hogy felülírjuk?" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Bináris" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Érvénytelen fájl URL:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF beágyazott JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Nem támogatott" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford háromszög formátum" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Tömörített COLLADA digitális eszközcsere" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "A beállításokat megváltoztattuk, hogy azok megfeleljenek az jelenleg elérhető extrudereknek:" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Beállítások frissítve" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 msgctxt "@info:title" -msgid "Model Errors" -msgstr "" +msgid "Extruder(s) Disabled" +msgstr "Extruder(ek) kikapcsolva" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Felület nézet" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "A profil exportálása nem sikerült {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Hiba a 3mf fájl írásakor." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "A profil exportálása nem sikerült {0}:Az író beépülő modul hibát jelez." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Profil exportálva ide: {0}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Sikeres export" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Sikertelen profil importálás {0}: {1} -ból" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Nem importálható a profil {0} -ból, mielőtt hozzá nem adunk egy nyomtatót." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF fájl" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Nincs egyéni profil a {0} fájlban, amelyet importálni lehetne" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura projekt 3MF fájl" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "A profil importálása nem sikerült {0}:" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Monitor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Ez a {0} profil helytelen adatokat tartamaz, ezért nem importálható." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3D-s modellsegéd" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Nem importálható a profil {0}:" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 #, python-brace-format msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +msgid "Successfully imported profile {0}." msgstr "" -"

    Lehetséges, hogy egy vagy több 3D-s modellt nem lehet optimálisan kinyomtatni a modell mérete és az anyagkonfiguráció miatt:

    \n" -"

    {model_names}

    \n" -"

    Itt Megtudhatja, hogyan lehet a lehető legjobb nyomtatási minőséget és megbízhatóságot biztosítani.

    \n" -"

    View print quality guide

    " -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "Háló típus" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "A {0} fájl nem tartalmaz érvényes profilt." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "Normál mód" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "A(z) {0} profil ismeretlen fájltípusú vagy sérült." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 msgctxt "@label" -msgid "Print as support" -msgstr "Támaszként nyomtassa" +msgid "Custom profile" +msgstr "Egyedi profil" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Hiányzik a profil minőségi típusa." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 -msgctxt "@label" -msgid "Don't support overlaps" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "Beállítások kiválasztása" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "A modellek egyéni beállításainak kiválasztása" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Szűrés..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Mindent mutat" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Tárgyak többszörözése és elhelyezése" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura biztonsági mentések" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Tárgyak elhelyezése" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura verzió" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Tárgy elhelyezése" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Gépek" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Alapanyagok" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Az Ultimaker fiókkiszolgáló elérhetetlen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profilok" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Beépülők" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Nincs olvasható válasz." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Többet szeretnél?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Biztonsági mentés most" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Automatikus biztonsági mentés" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Kérjük, adja meg a szükséges jogosultságokat az alkalmazás engedélyezéséhez." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Automatikusan létrehoz egy biztonsági mentést minden egyes nap, mikor a Cura indítva van." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Valami váratlan esemény történt a bejelentkezéskor, próbálkozzon újra." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Visszaállítás" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "A Cura nem tud elindulni" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Biztonsági mentés törlés" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Hoppá, az Ultimaker Cura olyan dolgokkal találkozott, amelyek hibásnak tűnnek.

    \n" +"

    Az indítás során helyrehozhatatlan hibát tapasztaltunkEzt valószínűleg néhány helytelen konfigurációs fájl okozta. Javasoljuk, hogy biztonsági másolatból állítsa vissza a konfigurációt.

    \n" +"

    A biztonsági mentések a konfigurációs mappában találhatók.

    \n" +"

    Kérjük, küldje el nekünk ezt a hibajelentést a probléma megoldásához.

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Biztosan szeretnéd törölni a biztonsági mentést? Ez nem vonható vissza." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Hibajelentés küldése az Ultimaker -nek" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Helyreállítás biztonsági mentésből" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Hibajelentés részletei" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "A biztonsági mentés helyreállítás előtt a Cura -t újra kell indítani.Bezárjuk most a Cura-t?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Konfigurációs mappa megnyitása" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "A Cura beállítások biztonsági mentése és szinkronizálása." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Konfiguráció biztonsági mentés és visszaállítás" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Bejelentkezés" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Összeomlás jelentés" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Biztonsági mentéseim" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Végzetes hiba történt Cura-ban. Kérjük, küld el nekünk az összeomlás jelentését, hogy javítani tudjuk a hibát.

    \n" +"

    Kérjük használd a \"Jelentés küldés\" gombot a hibajelentés postázásához, így az automatikusan a szerverünkre kerül.

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Nincs egyetlen biztonsági mentésed sem. Használd a 'Biztonsági mentés' gombot, hogy létrehozz egyet." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Rendszer információ" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Az előnézeti szakaszban a látható biztonsági mentések száma 5 lehet.Ha szeretné látni a régebbieket, távolítson el egyet a láthatóak közül." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Ismeretlen" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Nyomtató beállítás" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura verzió" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "X (Width)" -msgstr "X (Szélesség)" +msgid "Cura language" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "mm" -msgstr "mm" +msgid "OS language" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Mélység)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Felület" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Magasság)" +msgid "Qt version" +msgstr "Qt verzió" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Build plate shape" -msgstr "Tárgyasztal alakja" +msgid "PyQt version" +msgstr "PyQt verzió" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origó középen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated bed" -msgstr "Fűtött asztal" +msgid "Not yet initialized
    " +msgstr "Még nincs inicializálva
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "Fűtött nyomtatási tér" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL Verzió: {version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "G-kód illesztés" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL terjesztő: {vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Nyomtatófej beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL Renderer: {renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X min" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Hibakövetés" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y min" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Naplók" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X max" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Jelentés küldés" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"Győződj meg, hogy a nyomtató csatlakozása rendben van:\n" +"- Ellenőrizd, hogy a nyomtató be van-e kapcsolva.\n" +"- Ellenőrizd, hogy a nyomtató csatlakozik a hálózathoz\n" +"- Ellenőrizd, hogy fel vagy-e jelentkezve a felhőbe." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "Szán magasság" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Csatlakoztasd a nyomtatót a hálózathoz." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "Extruderek száma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Nézd meg az online felhasználói kézikönyvet" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-kód kezdés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "A modellek egyéni beállításainak kiválasztása" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-kód zárás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Szűrés..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Fűvóka beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Mindent mutat" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "Fúvóka méret" +msgid "Mesh Type" +msgstr "Háló típus" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Nyomtatószál átmérő" +msgid "Normal model" +msgstr "Normál mód" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Fúvóka X eltolás" +msgid "Print as support" +msgstr "Támaszként nyomtassa" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Fúvóka Y eltolás" +msgid "Modify settings for overlaps" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Hűtőventilátorok száma" +msgid "Don't support overlaps" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Extruder G-kód kezdés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Extruder G-kód zárás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Nyomtató" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "Beállítások kiválasztása" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "Firmware frissítés" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "A firmware egy szoftver, ami közvetlenül a nyomtatón fut. Ez vezérli a léptető motorokat, szabályozza a hőmérsékleteket, és az egész nyomtató működését." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "A firmware a nyomtató része, így a használatba vételkor már a gépen található.Azonban készülnek belőle újabb verziók, amik esetleges hibákat szüntetnek meg, illetve egyéb új funkciókat biztosíthatnak." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "Automatikus firmware frissítés" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "Egyedi firmware feltöltése" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "A firmware feltöltés nem lehetséges, mert nincs a nyomtatóval kapcsolat." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "A firmware feltöltés nem lehetséges, mert ugyan a nyomtató kapcsolódik, de az nem támogatja a firmware frissítést." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "Egyedi firmware kiválasztása" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "Firmware frissítés" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "A firmware frissítése." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "Firmware frissítés kész." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "A firmware frissítés meghiúsult ismeretlen hiba miatt." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "A firmware frissítés meghiúsult kommunikációs hiba miatt." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "A firmware frissítés meghiúsult input/output hiba miatt." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "A firmware frissítés meghiúsult, mert nem található a firmware." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Projekt megnyitása" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Összegzés - Cura Project" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Nyomtató beállítások" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Hogyan lehet megoldani a gépet érintő konfliktust?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Típus" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Nyomtató csoport" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Profil beállítások" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Hogyan lehet megoldani a profilt érintő konfliktust?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Név" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Nincs a profilban" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 felülírás" -msgstr[1] "%1 felülírás" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Származék" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 felülírás" -msgstr[1] "%1, %2 felülírás" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Alapanyag beállítások" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Hogyan lehet megoldani az alapanyaggal kapcsolatos konfliktust?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Beállítások láthatósága" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Mód" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Látható beállítások:" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 %2 -ből" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "A projekt betöltésekor minden modell törlődik a tárgyasztalról." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Megnyitás" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Utó művelet beépülő" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Utó művelet szkript" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Adjon hozzá egy szkriptet" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 -msgctxt "@label" -msgid "Settings" -msgstr "Beállítások" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Kép konvertálás..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Az egyes pixelek legnagyobb távolsága \"Base.\"" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "Magasság (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Az alap magassága a tárgyasztaltól mm -ben." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "Alap (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "A szélesség mm -ben a tárgyasztalon." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "Szélesség (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "A mélység mm-ben a tárgyasztalon" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "Mélység (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "A litofánok esetében a sötét képpontoknak a vastagabb helyek felelnek meg.Ez azért van így, mert minél vastagabb a hely, annál kevesebb fényt enged át.A magassági térképeknél a világosabb képpontok magasabb szintnek felelnek meg, tehát a generált 3D modellnél ezeket figyelembe kell venni.Ez azt is jelenti, hogy általában a generált modell a tényleges kép negatívja kell, hogy legyen." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "A sötétebb a magasabb" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "A világosabb a magasabb" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Megszakítva" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Befejezve" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Előkészítés..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Megszakítás..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "A kép simításának mértéke." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Várakozás..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "Simítás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Várakozás" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 -msgctxt "@action:button" -msgid "OK" -msgstr "OK" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Folytatás..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Kérjük, válassza ki az Ultimaker Original eredeti frissítéseit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Beavatkozás szükséges" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Fűthető tárgyasztal (eredeti vagy utólag épített)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Befejezve %1 a %2 -ből" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Tálca szintezés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Nyomtató kezelés" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Azért, hogy nyomtattandó testek megfelelően letapadjanak, lehetőség van beállítani a nyomtatótálcát. Ha rákattint a 'Mozgás a következő pozícióba' gombra, a fej átmozgatható a különböző beállítási helyzetekbe." +msgid "Glass" +msgstr "Üveg" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Minden helyzetben helyezzen be egy darab papírt (A4) a fúvóka alá, és állítsa be a fej magasságát.A nyomtató tálca magassága akkor megfelelő, ha a papírt kissé megfogja a fúvóka vége." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "A távoli nyomtatásisor kezeléshez kérjük frissítse a firmware-t." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Tálca szintezés indítása" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Mozgás a következő pozícióba" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Betöltés..." -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 -msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "További információ a névtelen adatgyűjtésről" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Elérhetetlen" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Az Ultimaker Cura névtelen adatokat gyűjt a nyomtatási minőség és a felhasználói élmény javítása érdekében. Az alábbiakban található egy példa az összes megosztott adatra:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Elérhetetlen" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Nem szeretnék részt venni az adatgyűjtésben" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Készenlét" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Anonim adatok küldésének engedélyezése" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Áruház" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "Felirat nélküli" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "A csomagok változásainak érvénybe lépése előtt újra kell indítania a Cura-t." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "Névtelen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "A konfiguráció változtatásokat igényel" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Install" -msgstr "Telepítés" +msgid "Details" +msgstr "Részletek" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Konfiguráció változások" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 msgctxt "@action:button" -msgid "Installed" -msgstr "Telepítve" +msgid "Override" +msgstr "Felülírás" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Premium" -msgstr "" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "A hozzárendelt nyomtatóhoz, %1, a következő konfigurációs változtatás szükséges:" +msgstr[1] "A hozzárendelt nyomtatóhoz, %1, a következő konfigurációs változtatások szükségesek:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "A %1 nyomtató hozzá van rendelve a feladathoz, azonban az ismeretlen anyagot tartalmaz." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "Search materials" -msgstr "" +msgid "Change material %1 from %2 to %3." +msgstr "Változtasd meg az %1 anyagot %2 -ről %3 -ra." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Compatibility" -msgstr "Kompatibilitás" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Töltsd be %3 -at %1 anyagként. (Ez nem felülbírálható)." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Gép" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "Cseréld a nyomtató magot %1 -ről %2 -re, %3 -hoz." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Tárgyasztal" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Változtasd meg a tálcát %1 -re (Ez nem felülbírálható)." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Támasz" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "A felülbírálás a megadott beállításokat fogja használni a meglévő nyomtató konfigurációval, azonban ez eredménytelen nyomtatáshoz vezethet." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Minőség" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Alumínium" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Technikai adatlap" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Nyomtatás hálózaton" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Biztonsági adatlap" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Nyomtatás" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Nyomtatási útmutató" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "Nyomtató kiválasztás" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "Weboldal" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Csatlakozás hálózati nyomtatóhoz" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Bejelentkezés szükséges a telepítéshez vagy frissítéshez" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Ha hálózaton keresztül szeretnél közvetlenül nyomtatni, akkor győződj meg arról, hogy a nyomtató csatlakozik vezetékes, vagy vezeték nélküli hálózathoz. Ha nincs elérhető hálózat, akkor közvetlenül USB kapcsolaton keresztül is tudsz nyomtatni." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Anyagtekercsek vásárlása" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "Válaszd ki a nyomtatódat az alábbi listából:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 msgctxt "@action:button" -msgid "Update" -msgstr "Frissítés" +msgid "Edit" +msgstr "Szerkeszt" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 msgctxt "@action:button" -msgid "Updating" -msgstr "Frissítés" +msgid "Remove" +msgstr "Eltávolít" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "Updated" -msgstr "Frissítve" +msgid "Refresh" +msgstr "Frissít" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Vissza" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Ha a nyomtatód nincs a listában, olvasd el a hálózati nyomtatás hibaelhárítási útmutatót" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Kiegészítők" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +msgctxt "@label" +msgid "Type" +msgstr "Típus" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "Alapanyagok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "Frimware verzió" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Telepítve" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Cím" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Ez a nyomtató nem úgy van beállítva, hogy nyomtatócsoportot üzemeltessen." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Telepítés után újraindul" +msgid "This printer is the host for a group of %1 printers." +msgstr "Ez a nyomtató gazdagépe a %1 nyomtatócsoportnak." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Bejelentkezés szükséges a frissítéshez" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "A címen található nyomtató még nem válaszolt." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Downgrade" -msgstr "Leminősítés" +msgid "Connect" +msgstr "Csatlakozás" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Eltávolítás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 +msgctxt "@title:window" +msgid "Invalid IP address" +msgstr "Hibás IP cím" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Közösségi hozzájárulások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Kérlek adj meg egy érvényes IP címet." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "Nyomtató cím" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Community Plugins" -msgstr "Közösségi bővítmények" +msgid "Enter the IP address of your printer on the network." +msgstr "Írd be a nyomtató hálózati IP címét." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Generic Materials" -msgstr "Általános anyagok" +msgid "Unavailable printer" +msgstr "Elérhetetlen nyomtató" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Csomagok beolvasása..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "Az első elérhető" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Website" -msgstr "Weboldal" +msgid "Move to top" +msgstr "Lépj a tetjére" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Email" -msgstr "Email" +msgid "Delete" +msgstr "Törlés" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" +msgstr "Folytat" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 msgctxt "@label" -msgid "Version" -msgstr "Verzió" +msgid "Pausing..." +msgstr "Várakozás..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "Last updated" -msgstr "Utosó frissítés" +msgid "Resuming..." +msgstr "Folytatás..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Brand" -msgstr "Márka" +msgid "Pause" +msgstr "Várakozás" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 msgctxt "@label" -msgid "Downloads" -msgstr "Letöltések" +msgid "Aborting..." +msgstr "Megszakítás..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Megszakít" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Biztos, hogy a %1 a nyomtatási sor elejére akarod mozgatni?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Tedd a nyomtatási sor elejére" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Biztos, hogy törölni szeretnéd %1?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Nyomtatási feladat törlés" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Biztosan meg akarod szakítani %1?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Nem sikerült csatlakozni a Cura Package adatbázishoz. Kérjük, ellenőrizze a kapcsolatot." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Nyomtatás megszakítás" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "" +msgid "Queued" +msgstr "Nyomtatási Sor" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "Következő" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Kezelés a böngészőben" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Nincs a sorban nyomtatási feladat. Szeletelj és adj hozzá egy feladatot." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Eltávolítás jóváhagyása" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Távolítsd el a még használatban lévő anyagokat és / vagy profilokat.A megerősítés visszaállítja az alapanyagokat / profilokat alapértelmezett értékükre." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Alapanyagok" +msgid "Print jobs" +msgstr "Nyomtatások" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profilok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Teljes nyomtatási idő" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Jóváhagy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Várakozom" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "Szín séma" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "Alapanyag szín" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "Vonal típus" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "Kompatibilis mód" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "Átmozgás" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "Segítők" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "Héj" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "Kitöltés" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "Csak a felső rétegek megjelenítése" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "Mutasson 5 felső réteget részletesen" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "Felső / Alsó" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "Belső fal" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "min" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Nyomtató kezelés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Üveg" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "Magasság (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "A távoli nyomtatásisor kezeléshez kérjük frissítse a firmware-t." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Az egyes pixelek legnagyobb távolsága \"Base.\"" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "Alap (mm)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "Az alap magassága a tárgyasztaltól mm -ben." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "Szélesség (mm)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Betöltés..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "Mélység (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Elérhetetlen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "A mélység mm-ben a tárgyasztalon" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Elérhetetlen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "A sötétebb a magasabb" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Készenlét" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "A világosabb a magasabb" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Előkészítés..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "A litofánok esetében a sötét képpontoknak a vastagabb helyek felelnek meg.Ez azért van így, mert minél vastagabb a hely, annál kevesebb fényt enged át.A magassági térképeknél a világosabb képpontok magasabb szintnek felelnek meg, tehát a generált 3D modellnél ezeket figyelembe kell venni.Ez azt is jelenti, hogy általában a generált modell a tényleges kép negatívja kell, hogy legyen." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Felirat nélküli" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Névtelen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "A konfiguráció változtatásokat igényel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "Simítás" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "A kép simításának mértéke." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" -msgid "Details" -msgstr "Részletek" +msgid "OK" +msgstr "OK" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +msgctxt "@title:window" +msgid "Open Project" +msgstr "Projekt megnyitása" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Összegzés - Cura Project" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Hogyan lehet megoldani a gépet érintő konfliktust?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Nyomtató beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Típus" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Nyomtató csoport" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Hogyan lehet megoldani a profilt érintő konfliktust?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Profil beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Név" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Nincs a profilban" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 felülírás" +msgstr[1] "%1 felülírás" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Származék" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 felülírás" +msgstr[1] "%1, %2 felülírás" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Hogyan lehet megoldani az alapanyaggal kapcsolatos konfliktust?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "Alapanyag beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "Beállítások láthatósága" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "Mód" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "Látható beállítások:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 %2 -ből" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "A projekt betöltésekor minden modell törlődik a tárgyasztalról." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 +msgctxt "@action:button" +msgid "Open" +msgstr "Megnyitás" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Többet szeretnél?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Biztonsági mentés most" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Automatikus biztonsági mentés" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Automatikusan létrehoz egy biztonsági mentést minden egyes nap, mikor a Cura indítva van." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura verzió" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Gépek" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "Alapanyagok" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profilok" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Beépülők" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Visszaállítás" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Biztonsági mentés törlés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Elérhetetlen nyomtató" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Biztosan szeretnéd törölni a biztonsági mentést? Ez nem vonható vissza." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Az első elérhető" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Helyreállítás biztonsági mentésből" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "Nyomtatási Sor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "A biztonsági mentés helyreállítás előtt a Cura -t újra kell indítani.Bezárjuk most a Cura-t?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Kezelés a böngészőben" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "A Cura beállítások biztonsági mentése és szinkronizálása." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Nincs a sorban nyomtatási feladat. Szeletelj és adj hozzá egy feladatot." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Bejelentkezés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "Nyomtatások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Biztonsági mentéseim" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "Teljes nyomtatási idő" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Nincs egyetlen biztonsági mentésed sem. Használd a 'Biztonsági mentés' gombot, hogy létrehozz egyet." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "Várakozom" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Az előnézeti szakaszban a látható biztonsági mentések száma 5 lehet.Ha szeretné látni a régebbieket, távolítson el egyet a láthatóak közül." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 msgctxt "@title:window" -msgid "Print over network" -msgstr "Nyomtatás hálózaton" +msgid "Cura Backups" +msgstr "Cura biztonsági mentések" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Nyomtatás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "További információ a névtelen adatgyűjtésről" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Nyomtató kiválasztás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Az Ultimaker Cura névtelen adatokat gyűjt a nyomtatási minőség és a felhasználói élmény javítása érdekében. Az alábbiakban található egy példa az összes megosztott adatra:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Konfiguráció változások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Nem szeretnék részt venni az adatgyűjtésben" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Felülírás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Anonim adatok küldésének engedélyezése" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "A hozzárendelt nyomtatóhoz, %1, a következő konfigurációs változtatás szükséges:" -msgstr[1] "A hozzárendelt nyomtatóhoz, %1, a következő konfigurációs változtatások szükségesek:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Utó művelet beépülő" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "A %1 nyomtató hozzá van rendelve a feladathoz, azonban az ismeretlen anyagot tartalmaz." +msgid "Post Processing Scripts" +msgstr "Utó művelet szkript" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Változtasd meg az %1 anyagot %2 -ről %3 -ra." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Adjon hozzá egy szkriptet" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Töltsd be %3 -at %1 anyagként. (Ez nem felülbírálható)." +msgid "Settings" +msgstr "Beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Cseréld a nyomtató magot %1 -ről %2 -re, %3 -hoz." +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Kérjük, válassza ki az Ultimaker Original eredeti frissítéseit" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Változtasd meg a tálcát %1 -re (Ez nem felülbírálható)." +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Fűthető tárgyasztal (eredeti vagy utólag épített)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Tálca szintezés" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "A felülbírálás a megadott beállításokat fogja használni a meglévő nyomtató konfigurációval, azonban ez eredménytelen nyomtatáshoz vezethet." +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Azért, hogy nyomtattandó testek megfelelően letapadjanak, lehetőség van beállítani a nyomtatótálcát. Ha rákattint a 'Mozgás a következő pozícióba' gombra, a fej átmozgatható a különböző beállítási helyzetekbe." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Aluminum" -msgstr "Alumínium" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Minden helyzetben helyezzen be egy darab papírt (A4) a fúvóka alá, és állítsa be a fej magasságát.A nyomtató tálca magassága akkor megfelelő, ha a papírt kissé megfogja a fúvóka vége." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Befejezve" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Tálca szintezés indítása" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Megszakítás..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Mozgás a következő pozícióba" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Megszakítva" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Várakozás..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Várakozás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Folytatás..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Beavatkozás szükséges" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Befejezve %1 a %2 -ből" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Csatlakozás hálózati nyomtatóhoz" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Ha hálózaton keresztül szeretnél közvetlenül nyomtatni, akkor győződj meg arról, hogy a nyomtató csatlakozik vezetékes, vagy vezeték nélküli hálózathoz. Ha nincs elérhető hálózat, akkor közvetlenül USB kapcsolaton keresztül is tudsz nyomtatni." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Válaszd ki a nyomtatódat az alábbi listából:" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Szerkeszt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Eltávolít" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Frissít" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Ha a nyomtatód nincs a listában, olvasd el a hálózati nyomtatás hibaelhárítási útmutatót" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "Típus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "Frimware verzió" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "Cím" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Ez a nyomtató nem úgy van beállítva, hogy nyomtatócsoportot üzemeltessen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Ez a nyomtató gazdagépe a %1 nyomtatócsoportnak." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "A címen található nyomtató még nem válaszolt." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Csatlakozás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Hibás IP cím" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Kérlek adj meg egy érvényes IP címet." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Nyomtató cím" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Írd be a nyomtató hálózati IP címét." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Lépj a tetjére" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Törlés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Folytat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Várakozás..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Folytatás..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Várakozás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Megszakítás..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Megszakít" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Biztos, hogy a %1 a nyomtatási sor elejére akarod mozgatni?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Tedd a nyomtatási sor elejére" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Biztos, hogy törölni szeretnéd %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Nyomtatási feladat törlés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Biztosan meg akarod szakítani %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Nyomtatás megszakítás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" msgstr "" -"Győződj meg, hogy a nyomtató csatlakozása rendben van:\n" -"- Ellenőrizd, hogy a nyomtató be van-e kapcsolva.\n" -"- Ellenőrizd, hogy a nyomtató csatlakozik a hálózathoz\n" -"- Ellenőrizd, hogy fel vagy-e jelentkezve a felhőbe." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Csatlakoztasd a nyomtatót a hálózathoz." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Nézd meg az online felhasználói kézikönyvet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Néhány dolog problémát jelenthet ebben a nyomtatásban.Kattintson ide a beállítási tippek megtekintéséhez." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Objektum lista" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Piactér" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Nyomtató" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Fájl" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Fűvóka beállítások" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "S&zerkesztés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +msgctxt "@label" +msgid "Nozzle size" +msgstr "Fúvóka méret" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Nézet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 +msgctxt "@label" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "&Beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +msgctxt "@label" +msgid "Compatible material diameter" +msgstr "Nyomtatószál átmérő" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "K&iterjesztések" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +msgctxt "@label" +msgid "Nozzle offset X" +msgstr "Fúvóka X eltolás" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&referenciák" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +msgctxt "@label" +msgid "Nozzle offset Y" +msgstr "Fúvóka Y eltolás" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Segítség" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +msgctxt "@label" +msgid "Cooling Fan Number" +msgstr "Hűtőventilátorok száma" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "Új projekt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Extruder G-kód kezdés" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "Biztos benne, hogy új projektet akar kezdeni? Ez törli az alapsíkot és az összes nem mentett beállítást." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Extruder G-kód zárás" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Szeletelés..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Nyomtató beállítás" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Nem szeletelhető" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +msgctxt "@label" +msgid "X (Width)" +msgstr "X (Szélesség)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Feldolgozás" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +msgctxt "@label" +msgid "Y (Depth)" +msgstr "Y (Mélység)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Szeletelés" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +msgctxt "@label" +msgid "Z (Height)" +msgstr "Z (Magasság)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Start the slicing process" -msgstr "Szeletelés indítása" +msgid "Build plate shape" +msgstr "Tárgyasztal alakja" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" -msgid "Cancel" -msgstr "Elvet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +msgctxt "@label" +msgid "Origin at center" +msgstr "Origó középen" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Time estimation" -msgstr "Időbecslés" +msgid "Heated bed" +msgstr "Fűtött asztal" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Material estimation" -msgstr "Anyag becslés" +msgid "Heated build volume" +msgstr "Fűtött nyomtatási tér" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +msgctxt "@label" +msgid "G-code flavor" +msgstr "G-kód illesztés" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Nyomtatófej beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +msgctxt "@label" +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "No time estimation available" -msgstr "Nincs időbecslés" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Nincs költségbecslés" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Előnézet" +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Add a printer" -msgstr "Nyomtató hozzáadása" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Hálózati nyomtató hozzáadása" +msgid "Gantry Height" +msgstr "Szán magasság" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Helyi nyomtató hozzáadása" +msgid "Number of Extruders" +msgstr "Extruderek száma" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Add a Cloud printer" +msgid "Apply Extruder offsets to GCode" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-kód kezdés" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-kód zárás" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Nyomtató hozzáadása IP címmel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Hozzáad" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Nem sikerült csatlakozni az eszközhöz." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "Az ezen a címen található nyomtató még nem válaszolt." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Ezt a nyomtatót nem lehet hozzáadni, mert ismeretlen a nyomtató vagy nem egy csoport tagja." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Vissza" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Csatlakozás" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Felhasználói Szerződés" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Elutasítás és bezárás" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Kiválasztott modell nyomtatása %1" +msgstr[1] "Kiválasztott modellek nyomtatása %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Üdvözöljük az Ultimaker Cura-ban" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "&Beállítások" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "Új projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Kezdj hozzá" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "Biztos benne, hogy új projektet akar kezdeni? Ez törli az alapsíkot és az összes nem mentett beállítást." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Piactér" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "" +msgid "Build plate" +msgstr "Tárgyasztal" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "A fűthető ágy beállítható célhőmérséklete. Ha beállítjuk ezt az értéket a tálca elkezd erre a hőmérsékletre melegedni, vagy éppen lehűlni. Ha az érték 0 a tálcafűtés kikapcsol." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "A fűthető ágy aktuális hőmérséklete." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "A tálca előmelegítési hőmérséklete." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "Elvet" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 msgctxt "@button" -msgid "Skip" -msgstr "" +msgid "Pre-heat" +msgstr "Előfűtés" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "A fűthető tálcát, a nyomtatás előtt előre felmelegíti. Ez alatt az idő alatt tudod folytatni a nyomtatás beállítását, esetleg a szeletelést, s mire ezekkel a műveletekkel elkészülsz, a nyomtató már készen fog állni a nyomtatásra.Így nem kell majd várnod a gép felmelegedésére." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "A nyomtató nincs csatlakoztatva." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Profile author" -msgstr "" +msgid "Printer control" +msgstr "Nyomtató vezérlés" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Printer name" -msgstr "Nyomtató név" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "" +msgid "Jog Position" +msgstr "Léptetőgomb pozíció" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "A hálózaton nem található nyomtató." +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Refresh" -msgstr "Frissítés" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add printer by IP" -msgstr "Nyomtató hozzáadása IP címmel" +msgid "Jog Distance" +msgstr "Léptetőgomb távolság" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Add cloud printer" -msgstr "" +msgid "Send G-code" +msgstr "G-kód küldés" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Hibaelhárítás" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Küldjön egy egyéni G-kód parancsot a csatlakoztatott nyomtatóra. A parancs elküldéséhez nyomja meg az 'enter' gombot." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Segítsen nekünk az Ultimaker Cura fejlesztésében" +msgid "Extruder" +msgstr "Extruder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "A nyomtatófej célhőmérséklete. A fűtőblokk hőmérséklete a beállított értékre fog melegedni, vagy éppen hűlni. Ha ez az érték 0, akkor a fejfűtés ki fog kapcsolni." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Ennek a fejnek a jelenlegi hőmérséklete." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "A nyomtatófej előmelegítési hőmérséklete." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "A nyomtatófejet a nyomtatás előtt előre felmelegíti. Ez alatt az idő alatt tudod folytatni a nyomtatás beállítását, esetleg a szeletelést, s mire ezekkel a műveletekkel elkészülsz, a nyomtató már készen fog állni a nyomtatásra.Így nem kell majd várnod a gép felmelegedésére." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Az alapanyag színe ennél az extrudernél." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Az alapanyag ebben az extruderben." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "A fúvóka be van építve az extruderbe." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Projekt fájl megnyitása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Ez egy Cura projekt fájl. Szeretné projektként megnyitni, vagy importálni a modelleket?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Emlékezzen a választásra" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Az Ultimaker Cura névtelen adatokat gyűjt a nyomtatási minőség és a felhasználói élmény javításának érdekében, ideértve:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Megnyitás projektként" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Géptípusok" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Modellek importálása" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Anyagfelhasználás" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Projekt mentése" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Szeletek száma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extruder %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Nyomtatási beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & alapanyag" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Az Ultimaker Cura által gyűjtött adatok nem tartalmaznak személyes információt." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Alapanyag" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Több információ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Ne mutassa újra a projekt összegzését mentés közben" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Mentés" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Üres" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Fájl(ok) megnyitása" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Egy vagy több projekt fájlt találtunk a kiválasztott fájlokban.Egyszerre csak egy projekt fájlt nyithat meg. Javasoljuk, hogy csak a modelleket importálja ezekből a fájlokból. Szeretné folytatni?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importáljunk mindent modellekként" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "verzió: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Teljes körű megoldás az olvadószálas 3D-s nyomtatáshoz." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" msgstr "A Cura-t az Ultimaker B.V fejlesztette ki a közösséggel együttműködésben. A Cura büszkén használja a következő nyílt forráskódú projekteket:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Grafikai felhasználói interfész" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Alkalmazás keretrendszer" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "G-kód generátor" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Folyamatközi kommunikációs könyvtár" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Programozási nyelv" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "GUI keretrendszer" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "GUI keretrendszer függőségek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "C/C++ függőségek könyvtár" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Adat csere formátum" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Támogató könyvtár a tudományos számítások számára" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Támogató könyvtár a gyorsabb matematikához" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Támogató könyvtár az STL fájlok kezeléséhez" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Támogató könyvtár a sík objektumok kezeléséhez" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Támogató könyvtár a háromszög hálók kezeléséhez" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Támogató könyvtár a 3MF fájlok kezeléséhez" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Támogató könyvtár a fájl metaadatokhoz és továbbításához" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +msgctxt "@label" +msgid "Serial communication library" +msgstr "Soros kommunikációs könyvtár" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "ZeroConf felderítő könyvtár" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +msgctxt "@label" +msgid "Polygon clipping library" +msgstr "Poligon daraboló könyvtár" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +msgctxt "@label" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +msgctxt "@label" +msgid "Python bindings for libnest2d" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +msgctxt "@label" +msgid "Support library for system keyring access" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +msgctxt "@label" +msgid "Python extensions for Microsoft Windows" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +msgctxt "@label" +msgid "Font" +msgstr "Betűtípus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +msgctxt "@label" +msgid "SVG icons" +msgstr "SVG ikonok" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +msgctxt "@label" +msgid "Linux cross-distribution application deployment" +msgstr "Linux kereszt-disztribúciós alkalmazás telepítése" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "Változtatások megtartása vagy eldobása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Profil beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "Mindig kérdezz" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "Eldobás és ne kérdezze újra" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "Megtartás és ne kérdezze újra" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Legutóbbi fájlok" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Láthatósági beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Beállítások láthatóságának kezelése..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Alapanyag" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Beállítva aktív extruderként" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Extruder engedélyezése" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Extruder letiltása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Alapanyag" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Kedvencek" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Generikus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Segítség" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Fájl" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Kiválasztás exportálása..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&referenciák" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "S&zerkesztés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Nyomtató" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Hálózati nyomtatók" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Helyi nyomtatók" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "K&iterjesztések" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Konfigurációk" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Serial communication library" -msgstr "Soros kommunikációs könyvtár" +msgid "Loading available configurations from the printer..." +msgstr "Az elérhető konfigurációk betöltése a nyomtatóról..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "ZeroConf felderítő könyvtár" +msgid "The configurations are not available because the printer is disconnected." +msgstr "A konfiguráció nem elérhető, mert nincs kapcsolat a a nyomtatóval." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "Poligon daraboló könyvtár" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Ez a konfiguráció nem érhető el, mert a(z) %1 nem azonosítható. Kérjük, látogasson el a %2 webhelyre a megfelelő anyagprofil letöltéséhez." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +msgctxt "@label" +msgid "Marketplace" +msgstr "Piactér" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 +msgctxt "@tooltip" +msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "" +msgid "Select configuration" +msgstr "Konfiguráció kiválasztása" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "" +msgid "Configurations" +msgstr "Konfigurációk" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Egyéni" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "" +msgid "Printer" +msgstr "Nyomtató" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "" +msgid "Enabled" +msgstr "Bekapcsolt" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Font" -msgstr "Betűtípus" +msgid "Material" +msgstr "Alapanyag" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "SVG icons" -msgstr "SVG ikonok" +msgid "Use glue for better adhesion with this material combination." +msgstr "Használj ragasztót a jobb tapadás érdekében, ennél az alapanyag kombinációnál." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux kereszt-disztribúciós alkalmazás telepítése" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Kiválasztott modell nyomtatása:" +msgstr[1] "Kiválasztott modellek nyomtatása:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Fájl(ok) megnyitása" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Kiválasztott modell sokszorozása" +msgstr[1] "Kiválasztott modellek sokszorozása" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Egy vagy több projekt fájlt találtunk a kiválasztott fájlokban.Egyszerre csak egy projekt fájlt nyithat meg. Javasoljuk, hogy csak a modelleket importálja ezekből a fájlokból. Szeretné folytatni?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Másolatok száma" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importáljunk mindent modellekként" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Projekt mentése" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Nézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extruder %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Kamera helyzet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & alapanyag" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Kamera nézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Alapanyag" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspektívikus" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Ne mutassa újra a projekt összegzését mentés közben" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Merőleges" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Mentés" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 +msgctxt "@label" +msgid "View type" +msgstr "Nézet típus" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Változtatások megtartása vagy eldobása" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 +msgctxt "@label" +msgid "Sign in to the Ultimaker platform" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Profil beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Bejelentkezés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "Mindig kérdezz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "Eldobás és ne kérdezze újra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "Megtartás és ne kérdezze újra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 +msgctxt "@label" +msgid "Checking..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 +msgctxt "@label" +msgid "Account synced" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Projekt fájl megnyitása" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Ez egy Cura projekt fájl. Szeretné projektként megnyitni, vagy importálni a modelleket?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Emlékezzen a választásra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Szeletelés..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Megnyitás projektként" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Nem szeletelhető" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Modellek importálása" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Feldolgozás" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Szeletelés" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 msgctxt "@label" -msgid "Active print" -msgstr "Aktív nyomtatás" +msgid "Start the slicing process" +msgstr "Szeletelés indítása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Elvet" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 msgctxt "@label" -msgid "Job Name" -msgstr "Feladat név" +msgid "Time estimation" +msgstr "Időbecslés" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 msgctxt "@label" -msgid "Printing Time" -msgstr "Nyomtatási idő" +msgid "Material estimation" +msgstr "Anyag becslés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "Nincs időbecslés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "Nincs költségbecslés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Előnézet" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "Ez a csomag újraindítás után fog települni." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Általános" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Beállítások" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Nyomtatók" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Alapanyagok" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Becsült hátralévő idő" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Profilok" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Csomag telepítése" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Fájl(ok) megnyitása" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "A kiválasztott fájlok között több G-kód fájl is található.Egyszerre csak egy G-kód fájlt nyithat meg, ezért csak egy ilyen fájlt válasszon ki." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" msgstr "Nyomtató hozzáadása" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Nyomtatók kezelése" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "Újdonságok" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Csatlakoztatott nyomtatók" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Be" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Ki" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 msgctxt "@label" -msgid "Preset printers" -msgstr "Előre beállított nyomtatók" +msgid "Experimental" +msgstr "Tapasztalati" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 msgctxt "@label" msgid "Print settings" msgstr "Nyomtatási beállítások" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 msgctxt "@label shown when we load a Gcode file" msgid "Print setup disabled. G-code file can not be modified." msgstr "A nyomtatás beállítása letiltva. A G-kód fájl nem módosítható." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Néhány beállított vagy felülbírált érték eltérő, a profilban tárolt értéktől. \n" -"\n" -"Kattints, hogy megnyisd a profil menedzsert." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "A jelenlegi változások elvetése" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 msgctxt "@button" msgid "Recommended" msgstr "Ajánlott" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 msgctxt "@button" msgid "Custom" msgstr "Egyéni" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Be" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Ki" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 -msgctxt "@label" -msgid "Experimental" -msgstr "Tapasztalati" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" msgstr[0] "" msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 msgctxt "@label" -msgid "Profiles" -msgstr "Profilok" +msgid "Gradual infill" +msgstr "Fokozatos kitöltés" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Megváltoztattál néhány profilbeállítást. Ha ezeket szeretnéd folyamatosan megtartani, akkor válaszd az 'Egyéni mód' -ot." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "A fokozatos kitöltés folyamatosan növeli a kitöltés mennyiségét, ahogy közeledik a tárgy teteje felé." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" msgid "Support" msgstr "Támasz" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." msgstr "A támasz létrehozása segíti a modell kinyúló részeinek hibátlan nyomatását. Támasz nélkül, ezek a részek összeomlanak, és nem lehetséges a hibátlan nyomtatás." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Gradual infill" -msgstr "Fokozatos kitöltés" +msgid "Profiles" +msgstr "Profilok" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 -msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "A fokozatos kitöltés folyamatosan növeli a kitöltés mennyiségét, ahogy közeledik a tárgy teteje felé." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Megváltoztattál néhány profilbeállítást. Ha ezeket szeretnéd folyamatosan megtartani, akkor válaszd az 'Egyéni mód' -ot." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" msgid "Adhesion" msgstr "Letapadás" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." msgstr "Engedélyezze a peremet, vagy az aláúsztatást. Ez létre fog hozni a test szélén illetve az alján egy olyan részt, ami segíti a letapadást, viszont nyomtatás után ezek könnyen eltávolíthatóak a testről." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Hálózati nyomtatók" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "A jelenlegi változások elvetése" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Helyi nyomtatók" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Alapanyag" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Néhány beállított vagy felülbírált érték eltérő, a profilban tárolt értéktől. \n" +"\n" +"Kattints, hogy megnyisd a profil menedzsert." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Kedvencek" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Beállítás" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Generikus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Kiválasztott modell nyomtatása:" -msgstr[1] "Kiválasztott modellek nyomtatása:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Jelenlegi" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Kiválasztott modell sokszorozása" -msgstr[1] "Kiválasztott modellek sokszorozása" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 -msgctxt "@label" -msgid "Number of Copies" -msgstr "Másolatok száma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 -msgctxt "@title:menu menubar:file" -msgid "&Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Láthatóság beállítása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Kiválasztás exportálása..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Mindent ellenőrizni" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Konfigurációk" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Egyéni" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Aktivál" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Átnevezés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Új átmérő megerősítése" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Az új nyomtatószál átmérő %1 mm -re lett beállítva. Ez nem kompatibilis a jelenlegi extruderrel. Biztos, hogy így folytatod?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Megjelenítendő név" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Márka" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Alapanyag típus" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Szín" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Tulajdonságok" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 +msgctxt "@label" +msgid "Density" +msgstr "Sűrűség" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 +msgctxt "@label" +msgid "Diameter" +msgstr "Átmérő" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 +msgctxt "@label" +msgid "Filament Cost" +msgstr "Nyomtatószál költség" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 +msgctxt "@label" +msgid "Filament weight" +msgstr "Nyomtatószál súly" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 +msgctxt "@label" +msgid "Filament length" +msgstr "Nyomtatószál hossz" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 +msgctxt "@label" +msgid "Cost per Meter" +msgstr "Költség / méter" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" -msgid "Printer" -msgstr "Nyomtató" +msgid "This material is linked to %1 and shares some of its properties." +msgstr "Ez az anyag kapcsolódik% 1 -hez és osztja néhány tulajdonságát." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" -msgid "Enabled" -msgstr "Bekapcsolt" +msgid "Unlink Material" +msgstr "Alapanyag leválasztása" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" -msgid "Material" -msgstr "Alapanyag" +msgid "Description" +msgstr "Leírás" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Használj ragasztót a jobb tapadás érdekében, ennél az alapanyag kombinációnál." +msgid "Adhesion Information" +msgstr "Tapadási információ" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Információ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +msgctxt "@title:window" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 +msgctxt "@title:header" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Konfiguráció kiválasztása" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 +msgctxt "@text" +msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Konfigurációk" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 +msgctxt "@button" +msgid "Why do I need to sync material profiles?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Az elérhető konfigurációk betöltése a nyomtatóról..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 -msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "A konfiguráció nem elérhető, mert nincs kapcsolat a a nyomtatóval." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 +msgctxt "@title:header" +msgid "Sign in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 -msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Ez a konfiguráció nem érhető el, mert a(z) %1 nem azonosítható. Kérjük, látogasson el a %2 webhelyre a megfelelő anyagprofil letöltéséhez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 +msgctxt "@text" +msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 -msgctxt "@label" -msgid "Marketplace" -msgstr "Piactér" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 +msgctxt "@button" +msgid "Sync materials with USB" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 +msgctxt "@title:header" +msgid "The following printers will receive the new material profiles:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Nyomtató" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 +msgctxt "@title:header" +msgid "Something went wrong when sending the materials to the printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Alapanyag" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 +msgctxt "@title:header" +msgid "Material profiles successfully synced with the following printers:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Beállítva aktív extruderként" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 +msgctxt "@button" +msgid "Troubleshooting" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Extruder engedélyezése" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 +msgctxt "@text Asking the user whether printers are missing in a list." +msgid "Printers missing?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Extruder letiltása" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 +msgctxt "@text" +msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Legutóbbi fájlok" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 +msgctxt "@button" +msgid "Refresh List" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Láthatósági beállítások" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +msgctxt "@button" +msgid "Try again" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Done" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Beállítások láthatóságának kezelése..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 +msgctxt "@button" +msgid "Sync" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Kamera helyzet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 +msgctxt "@button" +msgid "Syncing" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Kamera nézet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 +msgctxt "@title:header" +msgid "No printers found" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspektívikus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 +msgctxt "@text" +msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Merőleges" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 +msgctxt "@button" +msgid "Learn how to connect your printer to Digital Factory" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "&Tárgyasztal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 +msgctxt "@button" +msgid "Refresh" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 -msgctxt "@label" -msgid "View type" -msgstr "Nézet típus" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 +msgctxt "@title:header" +msgid "Sync material profiles via USB" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 -msgctxt "@label" -msgid "Is printed as support." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 +msgctxt "@text In the UI this is followed by a list of steps the user needs to take." +msgid "Follow the following steps to load the new material profiles to your printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 +msgctxt "@text" +msgid "Click the export material archive button." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 +msgctxt "@text" +msgid "Save the .umm file on a USB stick." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 +msgctxt "@text" +msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 +msgctxt "@button" +msgid "How to load new material profiles to my printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Profilok" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Vissza" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Aktivál" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Export material archive" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Létrehozás" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 +msgctxt "@title:window" +msgid "Export All Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" -msgid "Duplicate" -msgstr "Másolás" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" -msgid "Rename" -msgstr "Átnevezés" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 msgctxt "@action:button" msgid "Import" msgstr "Import" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" -msgid "Export" -msgstr "Export" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Profil készítés" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Adjon nevet ehhez a profilhoz." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Másolat" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Profil másolása" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Export" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 msgctxt "@title:window" msgid "Confirm Remove" msgstr "Eltávolítás megerősítése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 msgctxt "@label (%1 is object name)" msgid "Are you sure you wish to remove %1? This cannot be undone!" msgstr "Biztosan el akarod távolítani %1 -et? Ez nem vonható vissza!" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Profil átnevezés" +msgid "Import Material" +msgstr "Alapanyag importálás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Profil importálás" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Sikeres alapanyag import %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Nem sikerült importálni az alapanyagot %1: %2" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 msgctxt "@title:window" -msgid "Export Profile" -msgstr "Profil exportálás" +msgid "Export Material" +msgstr "Alapanyag export" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Nyomtató: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Sikertelen alapanyag export %1: %2" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Sikeres alapanyag export %1 -ba" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 +msgctxt "@label" +msgid "Profiles compatible with active printer:" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" +msgid "Update profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "Frissítse a profilt az aktuális beállításokkal/felülbírálásokkal" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." msgstr "Ez a profil a nyomtató által megadott alapértelmezéseket használja, tehát az alábbi listában nincs egyetlen beállítás módosítás sem." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" msgid "Your current settings match the selected profile." msgstr "Az Ön aktuális beállításai megegyeznek a kiválasztott profillal." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 msgctxt "@title:tab" msgid "Global Settings" msgstr "Általános beállítások" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Általános" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Profil készítés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Adjon nevet ehhez a profilhoz." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Profil exportálás" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Profil másolása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Profil átnevezés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Profil importálás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 msgctxt "@label" msgid "Interface" msgstr "Interfész" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" msgid "Currency:" msgstr "Pénznem:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Téma:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "A módosítások érvénybe lépéséhez újra kell indítania az alkalmazást." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" msgid "Slice automatically when changing settings." msgstr "Automatikus újraszeletelés, ha a beállítások megváltoznak." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 msgctxt "@option:check" msgid "Slice automatically" msgstr "Automatikus szeletelés" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 +msgctxt "@label" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" msgid "Viewport behavior" msgstr "A nézetablak viselkedése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." msgstr "Jelölje meg pirossal azokat a területeket, amiket szükséges alátámasztani.Ha ezeket a részeket nem támasztjuk alá, a nyomtatás nem lesz hibátlan." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 msgctxt "@option:check" msgid "Display overhang" msgstr "Túlnyúlás kijelzése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" msgid "Display model errors" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" msgid "Moves the camera so the model is in the center of the view when a model is selected" msgstr "A kamerát úgy mozgatja, hogy a modell kiválasztásakor, az a nézet középpontjában legyen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 msgctxt "@action:button" msgid "Center camera when item is selected" msgstr "Kamera középre, mikor az elem ki van választva" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 msgctxt "@info:tooltip" msgid "Should the default zoom behavior of cura be inverted?" msgstr "Megfordítsuk-e az alapértelmezett Zoom viselkedését?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 msgctxt "@action:button" msgid "Invert the direction of camera zoom." msgstr "Fordítsa meg a kamera zoom irányát." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Should zooming move in the direction of the mouse?" msgstr "A nagyítás az egér mozgatásának irányában mozogjon?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Az egér felé történő nagyítás ortográfiai szempontból nem támogatott." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 msgctxt "@action:button" msgid "Zoom toward mouse direction" msgstr "Nagyítás az egér mozgás irányában" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" msgid "Should models on the platform be moved so that they no longer intersect?" msgstr "Az alapsíkon lévő modelleket elmozgassuk úgy, hogy ne keresztezzék egymást?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 msgctxt "@option:check" msgid "Ensure models are kept apart" msgstr "A modellek egymástól való távtartásának biztosítása" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 msgctxt "@info:tooltip" msgid "Should models on the platform be moved down to touch the build plate?" msgstr "A modelleket mozgatni kell lefelé, hogy érintsék a tárgyasztalt?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 msgctxt "@option:check" msgid "Automatically drop models to the build plate" msgstr "Modellek automatikus tárgyasztalra illesztése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 msgctxt "@info:tooltip" msgid "Show caution message in g-code reader." msgstr "Figyelmeztető üzenet megjelenítése g-kód olvasóban." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 msgctxt "@option:check" msgid "Caution message in g-code reader" msgstr "Figyelmeztető üzenet a g-code olvasóban" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 msgctxt "@info:tooltip" msgid "Should layer be forced into compatibility mode?" msgstr "Kényszerítsük a réteget kompatibilitási módba ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 msgctxt "@option:check" msgid "Force layer view compatibility mode (restart required)" msgstr "A rétegnézet kompatibilis módjának kényszerítése (újraindítás szükséges)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 msgctxt "@info:tooltip" msgid "Should Cura open at the location it was closed?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 msgctxt "@option:check" msgid "Restore window position on start" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 msgctxt "@info:tooltip" msgid "What type of camera rendering should be used?" msgstr "Milyen fípusú fényképezőgépet használunk?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 msgctxt "@window:text" msgid "Camera rendering:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 msgid "Perspective" msgstr "Perspetívikus" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 msgid "Orthographic" msgstr "Merőleges" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" msgid "Opening and saving files" msgstr "Fájlok megnyitása és mentése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 msgctxt "@option:check" msgid "Use a single instance of Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 msgctxt "@option:check" msgid "Clear buildplate before loading model into the single instance" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 msgctxt "@info:tooltip" msgid "Should models be scaled to the build volume if they are too large?" msgstr "A modelleket átméretezzük a maximális építési méretre, ha azok túl nagyok?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 msgctxt "@option:check" msgid "Scale large models" msgstr "Nagy modellek átméretezése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" msgstr "Egy adott modell rendkívül kicsinek tűnhet, ha mértékegysége például méterben van, nem pedig milliméterben. Ezeket a modelleket átméretezzük?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" msgid "Scale extremely small models" msgstr "Extrém kicsi modellek átméretezése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 msgctxt "@info:tooltip" msgid "Should models be selected after they are loaded?" msgstr "Betöltés után a modellek legyenek kiválasztva?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 msgctxt "@option:check" msgid "Select models when loaded" msgstr "Modell kiválasztása betöltés után" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" msgid "Should a prefix based on the printer name be added to the print job name automatically?" msgstr "A nyomtató nevét, mint előtagot, hozzáadjuk a nyomtatási feladat nevéhez?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 msgctxt "@option:check" msgid "Add machine prefix to job name" msgstr "Gépnév előtagként a feladatnévben" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 msgctxt "@info:tooltip" msgid "Should a summary be shown when saving a project file?" msgstr "Mutassuk az összegzést a projekt mentésekor?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 msgctxt "@option:check" msgid "Show summary dialog when saving project" msgstr "Összegzés megjelenítése projekt mentésekor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 msgctxt "@info:tooltip" msgid "Default behavior when opening a project file" msgstr "Alapértelmezett viselkedés a projektfájl megnyitásakor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 msgctxt "@window:text" msgid "Default behavior when opening a project file: " msgstr "Alapértelmezett viselkedés a projektfájl megnyitásakor: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 msgctxt "@option:openProject" msgid "Always ask me this" msgstr "Mindig kérdezz" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 msgctxt "@option:openProject" msgid "Always open as a project" msgstr "Projektként való megnyitás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 msgctxt "@option:openProject" msgid "Always import models" msgstr "Importálja a modelleket" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." msgstr "Ha módosított egy profilt, és váltott egy másikra, akkor megjelenik egy párbeszédpanel, amelyben megkérdezi, hogy meg kívánja-e tartani a módosításokat, vagy nem. Vagy választhat egy alapértelmezett viselkedést, és soha többé nem jeleníti meg ezt a párbeszédablakot." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" msgid "Default behavior for changed setting values when switching to a different profile: " msgstr "Alapértelmezett viselkedés a megváltozott beállítási értékeknél, ha másik profilra vált: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 msgctxt "@option:discardOrKeep" msgid "Always discard changed settings" msgstr "Megváltozott beállítások elvetése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 msgctxt "@option:discardOrKeep" msgid "Always transfer changed settings to new profile" msgstr "Megváltozott beállítások alkalmazása az új profilba" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 msgctxt "@label" msgid "Privacy" msgstr "Magán" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." msgstr "Elküldjük a nyomtatott adatokat név nélkül az Ultimaker-nek?Semmilyen személyes infromáció, IP cím vagy azonosító nem kerül elküldésre." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" msgid "Send (anonymous) print information" msgstr "Név nélküli információ küldés" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Több információ" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 msgctxt "@label" msgid "Updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 msgctxt "@info:tooltip" msgid "Should Cura check for updates when the program is started?" msgstr "A Cura-nak ellenőriznie kell-e a frissítéseket a program indításakor?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 msgctxt "@option:check" msgid "Check for updates on start" msgstr "Keressen frissítéseket az induláskor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 msgctxt "@info:tooltip" msgid "When checking for updates, only check for stable releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 msgctxt "@option:radio" msgid "Stable releases only" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 msgctxt "@info:tooltip" msgid "When checking for updates, check for both stable and for beta releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 msgctxt "@option:radio" msgid "Stable and Beta releases" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 msgctxt "@option:check" msgid "Get notifications for plugin updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Információ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Nyomtató hozzáadása IP címmel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Új átmérő megerősítése" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Az új nyomtatószál átmérő %1 mm -re lett beállítva. Ez nem kompatibilis a jelenlegi extruderrel. Biztos, hogy így folytatod?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Hozzáad" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 msgctxt "@label" -msgid "Display Name" -msgstr "Megjelenítendő név" +msgid "Could not connect to device." +msgstr "Nem sikerült csatlakozni az eszközhöz." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 msgctxt "@label" -msgid "Material Type" -msgstr "Alapanyag típus" +msgid "Can't connect to your Ultimaker printer?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 msgctxt "@label" -msgid "Color" -msgstr "Szín" +msgid "The printer at this address has not responded yet." +msgstr "Az ezen a címen található nyomtató még nem válaszolt." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "Properties" -msgstr "Tulajdonságok" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Ezt a nyomtatót nem lehet hozzáadni, mert ismeretlen a nyomtató vagy nem egy csoport tagja." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 -msgctxt "@label" -msgid "Density" -msgstr "Sűrűség" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Csatlakozás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" -msgid "Diameter" -msgstr "Átmérő" +msgid "Release Notes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 msgctxt "@label" -msgid "Filament Cost" -msgstr "Nyomtatószál költség" +msgid "User Agreement" +msgstr "Felhasználói Szerződés" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 -msgctxt "@label" -msgid "Filament weight" -msgstr "Nyomtatószál súly" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Elfogadás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 -msgctxt "@label" -msgid "Filament length" -msgstr "Nyomtatószál hossz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Elutasítás és bezárás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 msgctxt "@label" -msgid "Cost per Meter" -msgstr "Költség / méter" +msgid "What's New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 -msgctxt "@label" -msgid "This material is linked to %1 and shares some of its properties." -msgstr "Ez az anyag kapcsolódik% 1 -hez és osztja néhány tulajdonságát." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Következő" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 msgctxt "@label" -msgid "Unlink Material" -msgstr "Alapanyag leválasztása" +msgid "Add a Cloud printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "Description" -msgstr "Leírás" +msgid "Waiting for Cloud response" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "Adhesion Information" -msgstr "Tapadási információ" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Létrehoz" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Másolat" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" +msgid "No printers found in your account?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Nyomtató" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Alapanyag importálás" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Nem sikerült importálni az alapanyagot %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Sikeres alapanyag import %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Alapanyag export" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Sikertelen alapanyag export %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Sikeres alapanyag export %1 -ba" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 -msgctxt "@title:window" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 -msgctxt "@title:header" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "Backup and sync your material settings and plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 msgctxt "@button" -msgid "Why do I need to sync material profiles?" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 -msgctxt "@title:header" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +msgctxt "@label" +msgid "Welcome to Ultimaker Cura" +msgstr "Üdvözöljük az Ultimaker Cura-ban" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" -msgid "Sync materials with USB" +msgid "Get started" +msgstr "Kezdj hozzá" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +msgctxt "@label" +msgid "Empty" +msgstr "Üres" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 +msgctxt "@label" +msgid "Manufacturer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 -msgctxt "@title:header" -msgid "The following printers will receive the new material profiles:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 +msgctxt "@label" +msgid "Profile author" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 -msgctxt "@title:header" -msgid "Something went wrong when sending the materials to the printers." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nyomtató név" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 -msgctxt "@title:header" -msgid "Material profiles successfully synced with the following printers:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Nyomtató hozzáadása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Hálózati nyomtató hozzáadása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Helyi nyomtató hozzáadása" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "A hálózaton nem található nyomtató." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Frissítés" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Nyomtató hozzáadása IP címmel" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" msgid "Troubleshooting" -msgstr "" +msgstr "Hibaelhárítás" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Segítsen nekünk az Ultimaker Cura fejlesztésében" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Az Ultimaker Cura névtelen adatokat gyűjt a nyomtatási minőség és a felhasználói élmény javításának érdekében, ideértve:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Géptípusok" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Anyagfelhasználás" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 -msgctxt "@text Asking the user whether printers are missing in a list." -msgid "Printers missing?" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Szeletek száma" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." -msgstr "" +msgid "Print settings" +msgstr "Nyomtatási beállítások" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 -msgctxt "@button" -msgid "Refresh List" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Az Ultimaker Cura által gyűjtött adatok nem tartalmaznak személyes információt." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 -msgctxt "@button" -msgid "Try again" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Több információ" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 -msgctxt "@button" -msgid "Done" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Objektum lista" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 -msgctxt "@button" -msgid "Sync" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 -msgctxt "@button" -msgid "Syncing" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 -msgctxt "@title:header" -msgid "No printers found" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 -msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 -msgctxt "@button" -msgid "Learn how to connect your printer to Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 -msgctxt "@button" -msgid "Refresh" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Csatlakoztatott nyomtatók" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 -msgctxt "@title:header" -msgid "Sync material profiles via USB" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Előre beállított nyomtatók" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 -msgctxt "@text" -msgid "Click the export material archive button." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 -msgctxt "@text" -msgid "Save the .umm file on a USB stick." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 -msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 msgctxt "@button" -msgid "How to load new material profiles to my printer" -msgstr "" +msgid "Add printer" +msgstr "Nyomtató hozzáadása" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 msgctxt "@button" -msgid "Export material archive" -msgstr "" +msgid "Manage printers" +msgstr "Nyomtatók kezelése" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 -msgctxt "@title:window" -msgid "Export All Materials" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Láthatóság beállítása" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Mindent ellenőrizni" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Nyomtatók" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Számított" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Beállítás" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Jelenlegi" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Egység" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Névtelen" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 msgctxt "@label:MonitorStatus" msgid "Not connected to a printer" msgstr "Nincs nyomtatóhoz csatlakoztatva" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 msgctxt "@label:MonitorStatus" msgid "Printer does not accept commands" msgstr "A nyomtató nem fogadja a parancsokat" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 msgctxt "@label:MonitorStatus" msgid "In maintenance. Please check the printer" msgstr "Karbantartás alatt. Ellenőrizze a nyomtatót" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 msgctxt "@label:MonitorStatus" msgid "Lost connection with the printer" msgstr "Elveszett a kapcsolat a nyomtatóval" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 msgctxt "@label:MonitorStatus" msgid "Printing..." msgstr "Nyomtatás..." -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 msgctxt "@label:MonitorStatus" msgid "Paused" msgstr "Felfüggsztve" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 msgctxt "@label:MonitorStatus" msgid "Preparing..." msgstr "Előkészítés..." -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 msgctxt "@label:MonitorStatus" msgid "Please remove the print" msgstr "Távolítsa el a tárgyat" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 msgctxt "@label" msgid "Abort Print" msgstr "Nyomtatás megszakítás" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 msgctxt "@label" msgid "Are you sure you want to abort the print?" msgstr "Biztosan meg akarod szakítani a nyomtatást?" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Kiválasztott modell nyomtatása %1" -msgstr[1] "Kiválasztott modellek nyomtatása %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 -msgctxt "@label" -msgid "Printer control" -msgstr "Nyomtató vezérlés" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Léptetőgomb pozíció" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 -msgctxt "@label" -msgid "Jog Distance" -msgstr "Léptetőgomb távolság" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 -msgctxt "@label" -msgid "Send G-code" -msgstr "G-kód küldés" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Küldjön egy egyéni G-kód parancsot a csatlakoztatott nyomtatóra. A parancs elküldéséhez nyomja meg az 'enter' gombot." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" -msgid "Extruder" -msgstr "Extruder" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "A nyomtatófej célhőmérséklete. A fűtőblokk hőmérséklete a beállított értékre fog melegedni, vagy éppen hűlni. Ha ez az érték 0, akkor a fejfűtés ki fog kapcsolni." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Ennek a fejnek a jelenlegi hőmérséklete." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "A nyomtatófej előmelegítési hőmérséklete." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Elvet" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Előfűtés" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "A nyomtatófejet a nyomtatás előtt előre felmelegíti. Ez alatt az idő alatt tudod folytatni a nyomtatás beállítását, esetleg a szeletelést, s mire ezekkel a műveletekkel elkészülsz, a nyomtató már készen fog állni a nyomtatásra.Így nem kell majd várnod a gép felmelegedésére." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Az alapanyag színe ennél az extrudernél." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Az alapanyag ebben az extruderben." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "A fúvóka be van építve az extruderbe." +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Egyes beállítások eltérő értéken vannak a normál, kalkulált értékektől.\n" +"\n" +"Kattints, hogy ezek a beállítások láthatók legyenek." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "A nyomtató nincs csatlakoztatva." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Tárgyasztal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Értékek másolása minden extruderre" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "A fűthető ágy beállítható célhőmérséklete. Ha beállítjuk ezt az értéket a tálca elkezd erre a hőmérsékletre melegedni, vagy éppen lehűlni. Ha az érték 0 a tálcafűtés kikapcsol." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Minden változott érték másolása minden extruderre" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "A fűthető ágy aktuális hőmérséklete." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Beállítás elrejtése" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "A tálca előmelegítési hőmérséklete." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Ne jelenítsd meg ezt a beállítást" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "A fűthető tálcát, a nyomtatás előtt előre felmelegíti. Ez alatt az idő alatt tudod folytatni a nyomtatás beállítását, esetleg a szeletelést, s mire ezekkel a műveletekkel elkészülsz, a nyomtató már készen fog állni a nyomtatásra.Így nem kell majd várnod a gép felmelegedésére." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Beállítás látható marad" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Bejelentkezés" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Beállítások láthatóságának beállítása..." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Ezt a beállítást nem használjuk, mert minden ezen beállítással befolyásolt egyéb beállítás értéke felül van bírálva." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Befolyásolások" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Befolyásolja" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Ezt a beállítást megoszta az összes extruder között. Az itt megváltoztatott értékek az összes extrudernél meg fognak változni." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 msgctxt "@label" -msgid "Checking..." +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." msgstr "" +"Ennek a beállításnak az értéke eltér a profilban megadottól.\n" +"\n" +"Kattintson a profil értékének visszaállításához." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" -msgid "Account synced" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." msgstr "" +"Ez az érték általában kalulálva van, de jelenleg abszolút értékre van beállítva \n" +"\n" +"Kattintson, hogy visszaállítsuk a kalkulált értéket." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" -msgid "Something went wrong..." +msgid "Hex" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Aktív nyomtatás" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Feladat név" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Névtelen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Nyomtatási idő" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 msgctxt "@label" -msgid "No items to select from" -msgstr "" +msgid "Estimated time left" +msgstr "Becsült hátralévő idő" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Mutassa az online hibaelhárítási útmutatót" +msgid "Show Online Troubleshooting" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" msgid "Toggle Full Screen" msgstr "Teljes képernyőre váltás" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 msgctxt "@action:inmenu" msgid "Exit Full Screen" msgstr "Kilépés a teljes képernyőn" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 msgctxt "@action:inmenu menubar:edit" msgid "&Undo" msgstr "&Visszavon" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 msgctxt "@action:inmenu menubar:edit" msgid "&Redo" msgstr "&Újra" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 msgctxt "@action:inmenu menubar:file" msgid "&Quit" msgstr "Kilép" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 msgctxt "@action:inmenu menubar:view" msgid "3D View" msgstr "3D nézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 msgctxt "@action:inmenu menubar:view" msgid "Front View" msgstr "Előlnézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 msgctxt "@action:inmenu menubar:view" msgid "Top View" msgstr "Felülnézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 msgctxt "@action:inmenu menubar:view" msgid "Bottom View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 msgctxt "@action:inmenu menubar:view" msgid "Left Side View" msgstr "Bal oldalnézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 msgctxt "@action:inmenu menubar:view" msgid "Right Side View" msgstr "Jobb oldalnézet" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 msgctxt "@action:inmenu" msgid "Configure Cura..." msgstr "Cura beállítása..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 msgctxt "@action:inmenu menubar:printer" msgid "&Add Printer..." msgstr "&Nyomtató hozzáadása..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 msgctxt "@action:inmenu menubar:printer" msgid "Manage Pr&inters..." msgstr "Nyomtatók kezelése..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 msgctxt "@action:inmenu" msgid "Manage Materials..." msgstr "Anyagok kezelése..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." msgid "Add more materials from Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" msgid "&Update profile with current settings/overrides" msgstr "Profil &frissítése a jelenlegi beállításokkal/felülírásokkal" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 msgctxt "@action:inmenu menubar:profile" msgid "&Discard current changes" msgstr "&Jelenlegi változtatások eldobása" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 msgctxt "@action:inmenu menubar:profile" msgid "&Create profile from current settings/overrides..." msgstr "Profil &létrehozása a jelenlegi beállításokkal/felülírásokkal..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 msgctxt "@action:inmenu menubar:profile" msgid "Manage Profiles..." msgstr "Profilok kezelése..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 msgctxt "@action:inmenu menubar:help" msgid "Show Online &Documentation" msgstr "Online &Dokumentumok megjelenítése" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 msgctxt "@action:inmenu menubar:help" msgid "Report a &Bug" msgstr "Hibajelentés" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 msgctxt "@action:inmenu menubar:help" msgid "What's New" msgstr "Újdonságok" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 msgctxt "@action:inmenu menubar:help" msgid "About..." msgstr "Rólunk..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 msgctxt "@action:inmenu menubar:edit" msgid "Delete Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 msgctxt "@action:inmenu menubar:edit" msgid "Center Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 msgctxt "@action:inmenu menubar:edit" msgid "Multiply Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 msgctxt "@action:inmenu" msgid "Delete Model" msgstr "Modell törlés" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 msgctxt "@action:inmenu" msgid "Ce&nter Model on Platform" msgstr "&Középső modell a platformon" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 msgctxt "@action:inmenu menubar:edit" msgid "&Group Models" msgstr "&Csoportosítás" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 msgctxt "@action:inmenu menubar:edit" msgid "Ungroup Models" msgstr "Csoport bontása" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 msgctxt "@action:inmenu menubar:edit" msgid "&Merge Models" msgstr "&Modellek keverése" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 msgctxt "@action:inmenu" msgid "&Multiply Model..." msgstr "&Modell többszörözés..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 msgctxt "@action:inmenu menubar:edit" msgid "Select All Models" msgstr "Mindent kijelöl" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 msgctxt "@action:inmenu menubar:edit" msgid "Clear Build Plate" msgstr "Tárgyasztal törlése" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 msgctxt "@action:inmenu menubar:file" msgid "Reload All Models" msgstr "Mindent újratölt" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Minden modell elrendezése a tárgyasztalon" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 msgctxt "@action:inmenu menubar:edit" msgid "Arrange All Models" msgstr "Minden modell rendezése" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 msgctxt "@action:inmenu menubar:edit" msgid "Arrange Selection" msgstr "Kijelöltek rendezése" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Positions" msgstr "Minden modellpozíció visszaállítása" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Transformations" msgstr "Minden modelltranszformáció visszaállítása" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 msgctxt "@action:inmenu menubar:file" msgid "&Open File(s)..." msgstr "Fájl(ok) megnyitása..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 msgctxt "@action:inmenu menubar:file" msgid "&New Project..." msgstr "Új projekt..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 msgctxt "@action:inmenu menubar:help" msgid "Show Configuration Folder" msgstr "Konfigurációs mappa megjelenítése" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Beállítások láthatóságának beállítása..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Piactér" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 -msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Ezt a beállítást nem használjuk, mert minden ezen beállítással befolyásolt egyéb beállítás értéke felül van bírálva." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Befolyásolások" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Befolyásolja" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 -msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Ezt a beállítást megoszta az összes extruder között. Az itt megváltoztatott értékek az összes extrudernél meg fognak változni." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 -msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 -msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Ennek a beállításnak az értéke eltér a profilban megadottól.\n" -"\n" -"Kattintson a profil értékének visszaállításához." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 -msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" msgstr "" -"Ez az érték általában kalulálva van, de jelenleg abszolút értékre van beállítva \n" -"\n" -"Kattintson, hogy visszaállítsuk a kalkulált értéket." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Értékek másolása minden extruderre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Minden változott érték másolása minden extruderre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Beállítás elrejtése" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Ne jelenítsd meg ezt a beállítást" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Beállítás látható marad" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" msgstr "" -"Egyes beállítások eltérő értéken vannak a normál, kalkulált értékektől.\n" -"\n" -"Kattints, hogy ezek a beállítások láthatók legyenek." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Ez a csomag újraindítás után fog települni." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Beállítások" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Csomag telepítése" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Fájl(ok) megnyitása" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "A kiválasztott fájlok között több G-kód fájl is található.Egyszerre csak egy G-kód fájlt nyithat meg, ezért csak egy ilyen fájlt válasszon ki." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Nyomtató hozzáadása" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Újdonságok" - -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Biztosítja a modellenkénti beállításokat." +msgid "Provides a prepare stage in Cura." +msgstr "Biztosítja az előkészítés nézetet a Cura-ban." -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Modellenkénti beállítás-eszköz" +msgid "Prepare Stage" +msgstr "Előkészítés nézet" -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Támogatást nyújt a Cura profilok importálásához." +msgid "Provides support for exporting Cura profiles." +msgstr "Támogatást nyújt a Cura profilok exportálásához." -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura profil olvasó" +msgid "Cura Profile Writer" +msgstr "Cura profil író" -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Támogatást nyújt az X3D fájlok olvasásához." +msgid "Provides support for reading model files." +msgstr "Támogatást nyújt a modellfájlok olvasásához." -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D Olvasó" +msgid "Trimesh Reader" +msgstr "Trimesh olvasó" -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Konfiguráció biztonsági másolat készítése és visszaállítása." +msgid "Checks for firmware updates." +msgstr "Ellenőrzi a firmware frissítéseket." -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura biztonsági mentések" +msgid "Firmware Update Checker" +msgstr "Frimrware frissítés ellenőrző" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "A géoi beállítások megváltoztatásának lehetőségét biztosítja.(például a építési méret, fúvóka méret, stb.)" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "name" -msgid "Machine Settings Action" +msgid "Sentry Logger" msgstr "" -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Törlő hálót hoz létre, hogy bizonyos helyeken blokkolja a támasz nyomtatását" +msgid "Provides a monitor stage in Cura." +msgstr "Monitor nézetet biztosít a Cura -ban." -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Támasz törlő" +msgid "Monitor Stage" +msgstr "Monitor nézet" #: RemovableDriveOutputDevice/plugin.json msgctxt "description" @@ -5973,105 +5968,105 @@ msgctxt "name" msgid "Removable Drive Output Device Plugin" msgstr "Cserélhető meghajtók kimeneti beépülője" -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Gépi funkciókat biztosít a firmware frissítéséhez." +msgid "Provides support for reading AMF files." +msgstr "Támogatást nyújt az AMF fájlok olvasásához." -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Firmware frissítő" +msgid "AMF Reader" +msgstr "AMF Olvasó" -#: LegacyProfileReader/plugin.json +#: UFPReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Támogatást nyújt a profilok importálásához a régi Cura verziókból." +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Támogatást nyújt az Ultimaker formátumú csomagok olvasásához." -#: LegacyProfileReader/plugin.json +#: UFPReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Örökölt Cura profil olvasó" +msgid "UFP Reader" +msgstr "UFP Olvasó" -#: 3MFReader/plugin.json +#: DigitalLibrary/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Támogatást nyújt a 3MF fájlok olvasásához." +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "" -#: 3MFReader/plugin.json +#: DigitalLibrary/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF olvasó" +msgid "Ultimaker Digital Library" +msgstr "" -#: UFPWriter/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Támogatást nyújt az Ultimaker formátumú csomagok írásához." +msgid "Provides the Per Model Settings." +msgstr "Biztosítja a modellenkénti beállításokat." -#: UFPWriter/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFP Író" +msgid "Per Model Settings Tool" +msgstr "Modellenkénti beállítás-eszköz" -#: SentryLogger/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "" +msgid "Provides a machine actions for updating firmware." +msgstr "Gépi funkciókat biztosít a firmware frissítéséhez." -#: SentryLogger/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "" +msgid "Firmware Updater" +msgstr "Firmware frissítő" -#: GCodeProfileReader/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Támogatást nyújt a profilok g-kód fájlokból történő importálásához." +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Kezeli a hálózati csatlakozásokat az Ultimaker hálózati nyomtatókhoz." -#: GCodeProfileReader/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-kód profil olvasó" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker hálózati kapcsolat" -#: PreviewStage/plugin.json +#: ModelChecker/plugin.json msgctxt "description" -msgid "Provides a preview stage in Cura." -msgstr "Előnézet biztosítása a Cura -ban." +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Ellenőrzi a modelleket és a nyomtatási konfigurációt a lehetséges nyomtatási problémákra vonatkozóan, és javaslatokat ad." -#: PreviewStage/plugin.json +#: ModelChecker/plugin.json msgctxt "name" -msgid "Preview Stage" -msgstr "Előnézet" +msgid "Model Checker" +msgstr "Modell-ellenőrző" -#: XRayView/plugin.json +#: SimulationView/plugin.json msgctxt "description" -msgid "Provides the X-Ray view." -msgstr "Röntgen nézetet biztosít." +msgid "Provides the preview of sliced layerdata." +msgstr "" -#: XRayView/plugin.json +#: SimulationView/plugin.json msgctxt "name" -msgid "X-Ray View" -msgstr "Röntgen nézet" +msgid "Simulation View" +msgstr "Szimulációs nézet" -#: CuraEngineBackend/plugin.json +#: GCodeWriter/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Biztosítja a kapcsolatot a CuraEngine szeletelő motorhoz." +msgid "Writes g-code to a file." +msgstr "G-kódot ír fájlba." -#: CuraEngineBackend/plugin.json +#: GCodeWriter/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine motor" +msgid "G-code Writer" +msgstr "G-kódot író" -#: AMFReader/plugin.json +#: 3MFWriter/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Támogatást nyújt az AMF fájlok olvasásához." +msgid "Provides support for writing 3MF files." +msgstr "Támogatást nyújt a 3MF fájlok írásához." -#: AMFReader/plugin.json +#: 3MFWriter/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF Olvasó" +msgid "3MF Writer" +msgstr "3MF író" #: GCodeGzReader/plugin.json msgctxt "description" @@ -6083,55 +6078,35 @@ msgctxt "name" msgid "Compressed G-code Reader" msgstr "Tömörített G-kód olvasó" -#: PostProcessingPlugin/plugin.json -msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Bővítmény, amely lehetővé teszi a felhasználó által létrehozott szkriptek utófeldolgozást" - -#: PostProcessingPlugin/plugin.json -msgctxt "name" -msgid "Post Processing" -msgstr "Utólagos feldolgozás" - -#: CuraProfileWriter/plugin.json -msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Támogatást nyújt a Cura profilok exportálásához." - -#: CuraProfileWriter/plugin.json -msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura profil író" - -#: USBPrinting/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." -msgstr "Elfogadja a G-kódot és elküldi őket egy nyomtatóra. A plugin a firmware-t is frissítheti." +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Lehetővé teszi az XML-alapú anyagprofilok olvasását és írását." -#: USBPrinting/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "name" -msgid "USB printing" -msgstr "USB nyomtatás" +msgid "Material Profiles" +msgstr "Alapanyag profilok" -#: PrepareStage/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Biztosítja az előkészítés nézetet a Cura-ban." +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Biztosítja a kapcsolatot a CuraEngine szeletelő motorhoz." -#: PrepareStage/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "name" -msgid "Prepare Stage" -msgstr "Előkészítés nézet" +msgid "CuraEngine Backend" +msgstr "CuraEngine motor" -#: GCodeReader/plugin.json +#: X3DReader/plugin.json msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Lehetővé teszi a G-kód fájlok betöltését és megjelenítését." +msgid "Provides support for reading X3D files." +msgstr "Támogatást nyújt az X3D fájlok olvasásához." -#: GCodeReader/plugin.json +#: X3DReader/plugin.json msgctxt "name" -msgid "G-code Reader" -msgstr "G-kód olvasó" +msgid "X3D Reader" +msgstr "X3D Olvasó" #: ImageReader/plugin.json msgctxt "description" @@ -6143,95 +6118,75 @@ msgctxt "name" msgid "Image Reader" msgstr "Kép olvasó" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Gépi funkciók biztosítása az Ultimaker nyomtatók számára.(pl.: ágyszintezés varázsló, frissítések kiválasztása.)" - -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker gépi funkciók" - -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "G-kódot ír egy tömörített archívumba." - -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Tömörített G-kód író" - -#: FirmwareUpdateChecker/plugin.json +#: 3MFReader/plugin.json msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Ellenőrzi a firmware frissítéseket." +msgid "Provides support for reading 3MF files." +msgstr "Támogatást nyújt a 3MF fájlok olvasásához." -#: FirmwareUpdateChecker/plugin.json +#: 3MFReader/plugin.json msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Frimrware frissítés ellenőrző" +msgid "3MF Reader" +msgstr "3MF olvasó" -#: SliceInfoPlugin/plugin.json +#: UFPWriter/plugin.json msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Névtelen szelet-információt nyújt be. A beállítások révén letiltható." +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Támogatást nyújt az Ultimaker formátumú csomagok írásához." -#: SliceInfoPlugin/plugin.json +#: UFPWriter/plugin.json msgctxt "name" -msgid "Slice info" -msgstr "Szeletelési infó" +msgid "UFP Writer" +msgstr "UFP Író" -#: XmlMaterialProfile/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Lehetővé teszi az XML-alapú anyagprofilok olvasását és írását." +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Támogatást nyújt a profilok importálásához a régi Cura verziókból." -#: XmlMaterialProfile/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "name" -msgid "Material Profiles" -msgstr "Alapanyag profilok" +msgid "Legacy Cura Profile Reader" +msgstr "Örökölt Cura profil olvasó" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." msgstr "" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "name" -msgid "Ultimaker Digital Library" +msgid "Version Upgrade 4.3 to 4.4" msgstr "" -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Keressen, kezeljen és telepítsen új Cura csomagokat." +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "A konfigurációk frissítése Cura 2.1-ről Cura 2.2-re." -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "name" -msgid "Toolbox" -msgstr "Eszköztár" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "A 2.1-es verzió frissítése 2.2-re" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "description" -msgid "Writes g-code to a file." -msgstr "G-kódot ír fájlba." +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "A konfigurációk frissítése Cura 4.1-ről Cura 4.2-re." -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "name" -msgid "G-code Writer" -msgstr "G-kódot író" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "A 4.1-es verzió frissítése 4.2-re" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Szimulációs nézetet biztosít." +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" -msgid "Simulation View" -msgstr "Szimulációs nézet" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6243,85 +6198,75 @@ msgctxt "name" msgid "Version Upgrade 4.5 to 4.6" msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Frissíti a konfigurációt Cura 2.5-ről Cura 2.6-ra." - -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "A 2.5-es verzió frissítése 2.6-ra" - -#: VersionUpgrade/VersionUpgrade460to462/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "A konfigurációk frissítése Cura 3.3-ról Cura 3.4-re." -#: VersionUpgrade/VersionUpgrade460to462/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "A 3.3-as verzió frissítése 3.4-re" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" +msgid "Version Upgrade 4.8 to 4.9" msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "A konfigurációt Cura 3.4-ről Cura 3.5-re frissíti." +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "A konfigurációk frissítése Cura 2.7-ről Cura 3.0-ra." -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "A 3.4-es verzió frissítése 3.5-re" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "A 2.7-es verzió frissítése 3.0-ra" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "A konfigurációk frissítése Cura 2.1-ről Cura 2.2-re." +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "A 2.1-es verzió frissítése 2.2-re" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "A konfigurációk frissítése Cura 3.2-ről Cura 3.3-ra." +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "A konfigurációk frissítése Cura 3.0-ról Cura 3.1-re." -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "A 3.2-es verzió frissítése 3.3-ra" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "A 3.0-s verzió frissítése 3.1-re" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" +msgid "Version Upgrade 4.6.0 to 4.6.2" msgstr "" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "A konfigurációk frissítése Cura 2.6-ról Cura 2.7-re." -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "A 2.6-os verzió frissítése 2.7-re" #: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "description" @@ -6333,14 +6278,24 @@ msgctxt "name" msgid "Version Upgrade 4.2 to 4.3" msgstr "A 4.2-es verzió frissítése 4.3-ra" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "A konfigurációt Cura 4.0-ról Cura 4.1-re frissíti." + +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "A 4.0-s verzió frissítése 4.1-re" + +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" +msgid "Version Upgrade 4.6.2 to 4.7" msgstr "" #: VersionUpgrade/VersionUpgrade49to410/plugin.json @@ -6353,25 +6308,65 @@ msgctxt "name" msgid "Version Upgrade 4.9 to 4.10" msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "A konfigurációk frissítése Cura 2.7-ről Cura 3.0-ra." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "A konfigurációk frissítése Cura 2.2-ről Cura 2.4-re." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "A 2.7-es verzió frissítése 3.0-ra" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "A 2.2-es verzió frissítése 2.4-ig" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "A konfigurációk frissítése Cura 2.6-ról Cura 2.7-re." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "A konfigurációk frissítése Cura 3.2-ről Cura 3.3-ra." -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "A 2.6-os verzió frissítése 2.7-re" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "A 3.2-es verzió frissítése 3.3-ra" + +#: VersionUpgrade/VersionUpgrade25to26/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Frissíti a konfigurációt Cura 2.5-ről Cura 2.6-ra." + +#: VersionUpgrade/VersionUpgrade25to26/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "A 2.5-es verzió frissítése 2.6-ra" + +#: VersionUpgrade/VersionUpgrade35to40/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "A konfigurációk frissítése Cura 3.5-ről Cura 4.0-ra." + +#: VersionUpgrade/VersionUpgrade35to40/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "A 3.5-es verzió frissítése 4.0-ra" + +#: VersionUpgrade/VersionUpgrade34to35/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "A konfigurációt Cura 3.4-ről Cura 3.5-re frissíti." + +#: VersionUpgrade/VersionUpgrade34to35/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "A 3.4-es verzió frissítése 3.5-re" + +#: VersionUpgrade/VersionUpgrade47to48/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "" + +#: VersionUpgrade/VersionUpgrade47to48/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "" #: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" @@ -6383,105 +6378,115 @@ msgctxt "name" msgid "Version Upgrade 4.11 to 4.12" msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "A konfigurációk frissítése Cura 3.3-ról Cura 3.4-re." +msgid "Backup and restore your configuration." +msgstr "Konfiguráció biztonsági másolat készítése és visszaállítása." -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "A 3.3-as verzió frissítése 3.4-re" +msgid "Cura Backups" +msgstr "Cura biztonsági mentések" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "A konfigurációk frissítése Cura 3.0-ról Cura 3.1-re." +msgid "Provides support for importing Cura profiles." +msgstr "Támogatást nyújt a Cura profilok importálásához." -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json +msgctxt "name" +msgid "Cura Profile Reader" +msgstr "Cura profil olvasó" + +#: SliceInfoPlugin/plugin.json +msgctxt "description" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Névtelen szelet-információt nyújt be. A beállítások révén letiltható." + +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "A 3.0-s verzió frissítése 3.1-re" +msgid "Slice info" +msgstr "Szeletelési infó" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "A konfigurációt Cura 4.0-ról Cura 4.1-re frissíti." +msgid "Provides support for importing profiles from g-code files." +msgstr "Támogatást nyújt a profilok g-kód fájlokból történő importálásához." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "A 4.0-s verzió frissítése 4.1-re" +msgid "G-code Profile Reader" +msgstr "G-kód profil olvasó" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "" +msgid "Writes g-code to a compressed archive." +msgstr "G-kódot ír egy tömörített archívumba." -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "" +msgid "Compressed G-code Writer" +msgstr "Tömörített G-kód író" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "A konfigurációk frissítése Cura 2.2-ről Cura 2.4-re." +msgid "Extension that allows for user created scripts for post processing" +msgstr "Bővítmény, amely lehetővé teszi a felhasználó által létrehozott szkriptek utófeldolgozást" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "A 2.2-es verzió frissítése 2.4-ig" +msgid "Post Processing" +msgstr "Utólagos feldolgozás" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "A konfigurációk frissítése Cura 4.1-ről Cura 4.2-re." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Törlő hálót hoz létre, hogy bizonyos helyeken blokkolja a támasz nyomtatását" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "A 4.1-es verzió frissítése 4.2-re" +msgid "Support Eraser" +msgstr "Támasz törlő" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: PreviewStage/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "A konfigurációk frissítése Cura 3.5-ről Cura 4.0-ra." +msgid "Provides a preview stage in Cura." +msgstr "Előnézet biztosítása a Cura -ban." -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: PreviewStage/plugin.json msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "A 3.5-es verzió frissítése 4.0-ra" +msgid "Preview Stage" +msgstr "Előnézet" -#: UM3NetworkPrinting/plugin.json +#: XRayView/plugin.json msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Kezeli a hálózati csatlakozásokat az Ultimaker hálózati nyomtatókhoz." +msgid "Provides the X-Ray view." +msgstr "Röntgen nézetet biztosít." -#: UM3NetworkPrinting/plugin.json +#: XRayView/plugin.json msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker hálózati kapcsolat" +msgid "X-Ray View" +msgstr "Röntgen nézet" -#: TrimeshReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Támogatást nyújt a modellfájlok olvasásához." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Gépi funkciók biztosítása az Ultimaker nyomtatók számára.(pl.: ágyszintezés varázsló, frissítések kiválasztása.)" -#: TrimeshReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh olvasó" +msgid "Ultimaker machine actions" +msgstr "Ultimaker gépi funkciók" -#: UFPReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Támogatást nyújt az Ultimaker formátumú csomagok olvasásához." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: UFPReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "UFP Reader" -msgstr "UFP Olvasó" +msgid "Marketplace" +msgstr "" #: SolidView/plugin.json msgctxt "description" @@ -6493,35 +6498,283 @@ msgctxt "name" msgid "Solid View" msgstr "Felület nézet" -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Támogatást nyújt a 3MF fájlok írásához." +msgid "Allows loading and displaying G-code files." +msgstr "Lehetővé teszi a G-kód fájlok betöltését és megjelenítését." -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "3MF Writer" -msgstr "3MF író" +msgid "G-code Reader" +msgstr "G-kód olvasó" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Monitor nézetet biztosít a Cura -ban." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "A géoi beállítások megváltoztatásának lehetőségét biztosítja.(például a építési méret, fúvóka méret, stb.)" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Monitor Stage" -msgstr "Monitor nézet" +msgid "Machine Settings Action" +msgstr "" -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Ellenőrzi a modelleket és a nyomtatási konfigurációt a lehetséges nyomtatási problémákra vonatkozóan, és javaslatokat ad." +msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgstr "Elfogadja a G-kódot és elküldi őket egy nyomtatóra. A plugin a firmware-t is frissítheti." -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "name" -msgid "Model Checker" -msgstr "Modell-ellenőrző" +msgid "USB printing" +msgstr "USB nyomtatás" + +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Kiegészítő licencszerződés" + +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Kép konvertálás..." + +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "A szélesség mm -ben a tárgyasztalon." + +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Áruház" + +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "A csomagok változásainak érvénybe lépése előtt újra kell indítania a Cura-t." + +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Telepítés" + +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Telepítve" + +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Kompatibilitás" + +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Gép" + +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Tárgyasztal" + +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Támasz" + +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Minőség" + +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Technikai adatlap" + +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Biztonsági adatlap" + +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Nyomtatási útmutató" + +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Weboldal" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Bejelentkezés szükséges a telepítéshez vagy frissítéshez" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Anyagtekercsek vásárlása" + +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Frissítés" + +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Frissítés" + +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Frissítve" + +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Vissza" + +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Kiegészítők" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Telepítve" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Telepítés után újraindul" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Bejelentkezés szükséges a frissítéshez" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Leminősítés" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Eltávolítás" + +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Közösségi hozzájárulások" + +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Közösségi bővítmények" + +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Általános anyagok" + +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Csomagok beolvasása..." + +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Weboldal" + +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "Email" + +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Verzió" + +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Utosó frissítés" + +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Letöltések" + +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Nem sikerült csatlakozni a Cura Package adatbázishoz. Kérjük, ellenőrizze a kapcsolatot." + +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Eltávolítás jóváhagyása" + +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Távolítsd el a még használatban lévő anyagokat és / vagy profilokat.A megerősítés visszaállítja az alapanyagokat / profilokat alapértelmezett értékükre." + +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Alapanyagok" + +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profilok" + +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Jóváhagy" + +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Néhány dolog problémát jelenthet ebben a nyomtatásban.Kattintson ide a beállítási tippek megtekintéséhez." + +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Támogató könyvtár a sík objektumok kezeléséhez" + +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "&Tárgyasztal" + +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Létrehozás" + +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Másolás" + +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Nyomtató: %1" + +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Frissítse a profilt az aktuális beállításokkal/felülbírálásokkal" + +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Téma:" + +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "A módosítások érvénybe lépéséhez újra kell indítania az alkalmazást." + +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Több információ" + +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Létrehoz" + +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Nyomtató" + +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Egység" + +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Mutassa az online hibaelhárítási útmutatót" + +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Minden modell elrendezése a tárgyasztalon" + +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Piactér" + +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Keressen, kezeljen és telepítsen új Cura csomagokat." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Eszköztár" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Szimulációs nézetet biztosít." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/hu_HU/fdmextruder.def.json.po b/resources/i18n/hu_HU/fdmextruder.def.json.po index f25f2b26c3..ce764cd92d 100644 --- a/resources/i18n/hu_HU/fdmextruder.def.json.po +++ b/resources/i18n/hu_HU/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2020-03-24 09:27+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" diff --git a/resources/i18n/hu_HU/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 3b2f0fa1df..f7c1c2d793 100644 --- a/resources/i18n/hu_HU/fdmprinter.def.json.po +++ b/resources/i18n/hu_HU/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -467,8 +467,8 @@ msgstr "A nyomtatófej és ventillátor ábrázolása" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "A nyomtatófej 2D -s árnyéka (ventillátorral együtt)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -740,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "A nyomtatószál adagoló kerék átmérője az extruderben." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -960,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "A nyomtatandó falak száma. A falvastagság alapján számított és kerekített érték." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -991,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optimalizálja a falak nyomtatásának sorrendjét, hogy csökkentse a visszahúzások számát és a megtett távolságot. A legtöbb alkatrész számára előnyös lehet ennek engedélyezése, de bizonyos esetekben valójában hosszabb is lehet.Ezért kérjük, hasonlítsa össze a nyomtatási idő becsléseit az optimalizálással és anélkül.Az első réteg nincs optimalizálva, ha a széleket építõlap-tapadási típusnak választják." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Külső falak a belsők előtt" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "A falakat külső, majd belső sorrendben nyomtatja, ha ez engedélyezve van.Ez hozzájárulhat a X és Y méret pontosságának javításához, különösen nagy viszkozitású műanyag, például ABS használatakor. Ez azonban csökkentheti a külső felület nyomtatási minőségét, különösen az átlapolásoknál." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1011,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Minden rétegben egy további extra falat nyomtat. Ez segít a kitöltésnek hozzáépülni a falhoz, ezáltal erősebb lesz a tárgy szerkezete." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Fali átlapolások kompenzálása" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Kompenzálja a száladagolást a fal azon részeinél, ahol az már elkészült." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Kompenzálja a külső fal átfedéseit" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Kompenzálja a száladagolást a külső fal azon részeinél, ahol az már elkészült." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Kompenzálja a belső fal átfedéseit" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Kompenzálja a száladagolást a belső fal azon részeinél, ahol az már elkészült." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Minimális fal adagolás" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "A fali vonalak minimális adagolása. A fal átlapolás kompenzáció csökkenti az adagolást, amikor a már meglévő falakhoz közel nyomtatunk. Azoknak a falaknak, ahol az adagolási sebesség kissebb lenne, mint ez a megadott érték, az útvonalat módosítani kell. Ennek a beállításnak a használatakor engedélyezni kell a a fal átfedés kompenzációját, és a külső falakat a belsők előtt kell nyomtatni." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Visszahúzás preferálása" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Ha engedélyezve van, akkor a visszahúzás van elsődlegesen használva a fésülés helyett, s így helyettesíti azokat a falakat, amiknek az anyag szükséglete az adagolási küszöb alatt lenne." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Falak közötti rések kitöltése" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Tölti ki a falak között azokat a réseket, ahol a falak nem találkoznak." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Seholsem" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Vékony falak nyomtatása" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Mindenhol" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Nyomtassa a modell egyes részeit vékonyabbra a vízszintes síkon, mint a fúvóka mérete." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Apró hézagok kiszűrése" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Szűrje ki az apró hézagokat, hogy csökkentse a hibák megjelenését a modell külsején." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Vékony falak nyomtatása" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Nyomtassa a modell egyes részeit vékonyabbra a vízszintes síkon, mint a fúvóka mérete." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2199,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2710,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Az első pár réteget lassabban tudjuk nyomtatni, ha ezt a modell formája szükségessé teszi. Növelheti a tapadást a tárgyasztalhoz, így sikeresebb lehet a nyomtatás. A sebesség folyamatosan növekedni fog, ahogy emelkedik a rétegeken." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Adagolás kiegyenlítés" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "A normál vonalaktól vékonyabb vonalak nyomtatásakor a sebességet növelni fogja, miközben az extrudálás sebességét nem változatja. Így előfordulhat, hogy a modell vékonyabb darabjainál a vonalak szélessége kissebb lesz, mint a megadott.Ez a beállítás szabályozza az ilyen vonalaknak a nyomatatási sebesség változását." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Maximális adagolás kompenzáció sebesség" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "A maximális nyomtatási sebesség, amire a nyomtató kompenzálni tudja az adagolást." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4464,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Az az extruder, amit a tapadásnövelő felületek, szoknya, perem, tutaj nyomtatására használunk. Csak multi extruder esetén használható." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4628,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "A tutajvonalak közötti távolság a felső tutajrétegeknél. A távolságnak meg kell egyeznie a vonalszélességgel, hogy a felület tömör legyen." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5128,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "A maximális eltérés, ha csökken a felbontás a maximális felbontás beállításnál. Ha ezt növeli, a nyomtatás kevésbé lesz pontos, de a g-kód kisebb lesz. A maximális eltérés a maximális felbontás korlátja, tehát ha a kettő ütközik, akkor a maximális eltérés lesz magasabb prioritású." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6420,6 +6550,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "" +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6480,6 +6640,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "A modellre alkalmazandó átalakítási mátrix, amikor azt fájlból tölti be." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "A nyomtatófej 2D -s árnyéka (ventillátorral együtt)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Külső falak a belsők előtt" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "A falakat külső, majd belső sorrendben nyomtatja, ha ez engedélyezve van.Ez hozzájárulhat a X és Y méret pontosságának javításához, különösen nagy viszkozitású műanyag, például ABS használatakor. Ez azonban csökkentheti a külső felület nyomtatási minőségét, különösen az átlapolásoknál." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Fali átlapolások kompenzálása" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Kompenzálja a száladagolást a fal azon részeinél, ahol az már elkészült." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Kompenzálja a külső fal átfedéseit" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Kompenzálja a száladagolást a külső fal azon részeinél, ahol az már elkészült." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Kompenzálja a belső fal átfedéseit" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Kompenzálja a száladagolást a belső fal azon részeinél, ahol az már elkészült." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Minimális fal adagolás" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "A fali vonalak minimális adagolása. A fal átlapolás kompenzáció csökkenti az adagolást, amikor a már meglévő falakhoz közel nyomtatunk. Azoknak a falaknak, ahol az adagolási sebesség kissebb lenne, mint ez a megadott érték, az útvonalat módosítani kell. Ennek a beállításnak a használatakor engedélyezni kell a a fal átfedés kompenzációját, és a külső falakat a belsők előtt kell nyomtatni." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Visszahúzás preferálása" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Ha engedélyezve van, akkor a visszahúzás van elsődlegesen használva a fésülés helyett, s így helyettesíti azokat a falakat, amiknek az anyag szükséglete az adagolási küszöb alatt lenne." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Falak közötti rések kitöltése" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Tölti ki a falak között azokat a réseket, ahol a falak nem találkoznak." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Seholsem" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Mindenhol" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Apró hézagok kiszűrése" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Szűrje ki az apró hézagokat, hogy csökkentse a hibák megjelenését a modell külsején." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Adagolás kiegyenlítés" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "A normál vonalaktól vékonyabb vonalak nyomtatásakor a sebességet növelni fogja, miközben az extrudálás sebességét nem változatja. Így előfordulhat, hogy a modell vékonyabb darabjainál a vonalak szélessége kissebb lesz, mint a megadott.Ez a beállítás szabályozza az ilyen vonalaknak a nyomatatási sebesség változását." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Maximális adagolás kompenzáció sebesség" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "A maximális nyomtatási sebesség, amire a nyomtató kompenzálni tudja az adagolást." + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "Adagolás maximum" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 5187971b46..2a2bb9d8ad 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-09-07 07:57+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Italian , Italian \n" @@ -17,3745 +17,3578 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Impossibile creare un archivio dalla directory dei dati utente: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Prepara" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Profilo Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Tentativo di ripristinare un backup di Cura senza dati o metadati appropriati." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Tentativo di ripristinare un backup di Cura di versione superiore rispetto a quella corrente." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Nel tentativo di ripristinare un backup di Cura, si è verificato il seguente errore:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Sincronizzare i profili del materiale con le stampanti prima di iniziare a stampare." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Nuovi materiali installati" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Sincronizza materiali" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Non è possibile accedere alle informazioni di aggiornamento." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Nuove funzionalità o bug fix potrebbero essere disponibili per {machine_name}. Se non è già stato fatto in precedenza, si consiglia di aggiornare il firmware della stampante alla versione {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Nuovo firmware %s stabile disponibile" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Ulteriori informazioni" +msgid "How to update" +msgstr "Modalità di aggiornamento" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Impossibile salvare archivio materiali in {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Controlla" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Impossibile salvare archivio materiali" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Salva su unità rimovibile" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Errore sconosciuto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Salva su unità rimovibile {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "L’altezza del volume di stampa è stata ridotta a causa del valore dell’impostazione \"Sequenza di stampa” per impedire la collisione del gantry con i modelli stampati." +msgid "There are no file formats available to write with!" +msgstr "Non ci sono formati di file disponibili per la scrittura!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Salvataggio su unità rimovibile {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Volume di stampa" +msgid "Saving" +msgstr "Salvataggio in corso" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Rimuovere {0}? Questa operazione non può essere annullata!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Impossibile salvare {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Non sottoposto a override" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Impossibile trovare un nome file durante il tentativo di scrittura su {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Sconosciuto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Impossibile salvare su unità rimovibile {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Le stampanti riportate di seguito non possono essere collegate perché fanno parte di un gruppo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Errore" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Stampanti disponibili in rete" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Salvato su unità rimovibile {0} come {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "File salvato" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Profili personalizzati" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Rimuovi" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Tutti i tipi supportati ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Rimuovi il dispositivo rimovibile {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Tutti i file (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Espulso {0}. È ora possibile rimuovere in modo sicuro l'unità." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visivo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Rimozione sicura dell'hardware" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Il profilo visivo è destinato alla stampa di prototipi e modelli visivi, con l'intento di ottenere una qualità visiva e della superficie elevata." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Espulsione non riuscita {0}. È possibile che un altro programma stia utilizzando l’unità." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Avvertenza" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Il profilo di progettazione è destinato alla stampa di prototipi funzionali e di componenti d'uso finale, allo scopo di ottenere maggiore precisione e tolleranze strette." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Unità rimovibile" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Bozza" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "File AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Il profilo bozza è destinato alla stampa dei prototipi iniziali e alla convalida dei concept, con l'intento di ridurre in modo significativo il tempo di stampa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Pacchetto formato Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Materiale personalizzato" +msgid "Per Model Settings" +msgstr "Impostazioni per modello" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Personalizzata" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Configura impostazioni per modello" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Login non riuscito" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Aggiornamento firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Ricerca nuova posizione per gli oggetti" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura ha rilevato dei profili di materiale non ancora installati sulla stampante host del gruppo {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Ricerca posizione" +msgid "Sending materials to printer" +msgstr "Invio dei materiali alla stampante" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Impossibile individuare una posizione nel volume di stampa per tutti gli oggetti" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Tentativo di connessione a {0} in corso, che non è l'host di un gruppo. È possibile visitare la pagina web per configurarla come host del gruppo." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Impossibile individuare posizione" +msgid "Not a group host" +msgstr "Non host del gruppo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Impossibile creare archivio di materiali da sincronizzare con le stampanti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Configurare il gruppo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Impossibile caricare l'archivio di materiali da sincronizzare con le stampanti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Invio di un processo di stampa" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "La risposta da Digital Factory sembra essere danneggiata." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Caricamento del processo di stampa sulla stampante." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "Nella risposta da Digital Factory mancano informazioni importanti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "La coda dei processi di stampa è piena. La stampante non può accettare un nuovo processo." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Impossibile connettersi a Digital Factory per sincronizzare i materiali con alcune delle stampanti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Coda piena" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Impossibile connettersi a Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Caricamento macchine in corso..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Impostazione delle preferenze..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Attendere che sia stato inviato il processo corrente." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Inizializzazione Active Machine in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Errore di stampa" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Inizializzazione gestore macchina in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "Processo di stampa inviato con successo alla stampante." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Inizializzazione volume di stampa in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Dati inviati" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Impostazione scena in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Impossibile connettere la stampante {printer_name} tramite cloud.\n" +" Gestisci la coda di stampa e monitora le stampe da qualsiasi posizione collegando la stampante a Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Caricamento interfaccia in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Pronto per la stampa tramite cloud?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Inizializzazione motore in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Per iniziare" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Ulteriori informazioni" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "È possibile caricare un solo file codice G per volta. Importazione saltata {0}" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Si sta tentando di connettersi a una stampante che non esegue Ultimaker Connect. Aggiornare la stampante con il firmware più recente." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Avvertenza" +msgid "Update your printer" +msgstr "Aggiornare la stampante" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Impossibile aprire altri file durante il caricamento del codice G. Importazione saltata {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Impossibile caricare i dati sulla stampante." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Errore" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Salta" +msgid "Network error" +msgstr "Errore di rete" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Chiudi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Stampa sulla rete" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Avanti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Stampa sulla rete" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Fine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Collegato alla rete" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Aggiungi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "domani" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Annulla" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "oggi" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Gruppo #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Collega tramite rete" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Parete esterna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Nuova stampante rilevata dall'account Ultimaker" +msgstr[1] "Nuove stampanti rilevate dall'account Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Pareti interne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Aggiunta della stampante {name} ({model}) dall'account" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Rivestimento esterno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... e {0} altra" +msgstr[1] "... e altre {0}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Riempimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Stampanti aggiunte da Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Riempimento del supporto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Non è disponibile una connessione cloud per una stampante" +msgstr[1] "Non è disponibile una connessione cloud per alcune stampanti" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Interfaccia supporto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Questa stampante non è collegata a Digital Factory:" +msgstr[1] "Queste stampanti non sono collegate a Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Supporto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Skirt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Per stabilire una connessione, visitare {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Torre di innesco" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Mantenere le configurazioni delle stampanti" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Spostamenti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Rimuovere le stampanti" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retrazioni" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} sarà rimossa fino alla prossima sincronizzazione account." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Altro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Per rimuovere definitivamente {printer_name}, visitare {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Impossibile aprire le note sulla versione." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Rimuovere temporaneamente {printer_name}?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Impossibile avviare Cura" +msgid "Remove printers?" +msgstr "Rimuovere le stampanti?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\n" +"Continuare?" +msgstr[1] "" +"Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\n" +"Continuare?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Oops, Ultimaker Cura ha rilevato qualcosa che non sembra corretto.

    \n" -"

    Abbiamo riscontrato un errore irrecuperabile durante l’avvio. È stato probabilmente causato da alcuni file di configurazione errati. Suggeriamo di effettuare il backup e ripristinare la configurazione.

    \n" -"

    I backup sono contenuti nella cartella configurazione.

    \n" -"

    Si prega di inviare questo Rapporto su crash per correggere il problema.

    \n" -" " +"Si stanno per rimuovere tutte le stampanti da Cura. Questa azione non può essere annullata. \n" +"Continuare?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Inviare il rapporto su crash a Ultimaker" +msgid "Print via cloud" +msgstr "Stampa tramite cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Mostra il rapporto su crash dettagliato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Stampa tramite cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Mostra cartella di configurazione" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Collegato tramite cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Backup e reset configurazione" +msgid "Monitor print" +msgstr "Monitora stampa" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Rapporto su crash" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Traccia la stampa in Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Codice di errore sconosciuto durante il caricamento del processo di stampa: {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Assistente modello 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Si è verificato un errore fatale in Cura. Si prega di inviare questo Rapporto su crash per correggere il problema

    \n" -"

    Usare il pulsante “Invia report\" per inviare automaticamente una segnalazione errore ai nostri server

    \n" -" " +"

    La stampa di uno o più modelli 3D può non avvenire in modo ottimale a causa della dimensioni modello e della configurazione materiale:

    \n" +"

    {model_names}

    \n" +"

    Scopri come garantire la migliore qualità ed affidabilità di stampa.

    \n" +"

    Visualizza la guida alla qualità di stampa

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Informazioni di sistema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Cura non visualizza in modo accurato i layer se la funzione Wire Printing è abilitata." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Sconosciuto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Vista simulazione" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Versione Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Non viene visualizzato nulla poiché è necessario prima effetuare lo slicing." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Lingua Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Nessun layer da visualizzare" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Lingua sistema operativo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Non mostrare nuovamente questo messaggio" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Piattaforma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Visualizzazione strato" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Versione Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter non supporta la modalità non di testo." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Versione PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Preparare il codice G prima dell’esportazione." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "File G-Code" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Non ancora inizializzato
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Errore scrittura file 3MF." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Versione OpenGL: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "Plug-in Writer 3MF danneggiato." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Fornitore OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Ancora nessuna area di lavoro da scrivere. Aggiungere innanzitutto una stampante." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Renderer OpenGL: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Nessuna autorizzazione di scrittura dell'area di lavoro qui." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Analisi errori" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "Il sistema operativo non consente di salvare un file di progetto in questa posizione o con questo nome file." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Registri" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "File 3MF" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Invia report" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "File 3MF Progetto Cura" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Impossibile avviare un nuovo processo di accesso. Verificare se è ancora attivo un altro tentativo di accesso." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "File G-Code compresso" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Impossibile raggiungere il server account Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Sezionamento non riuscito con un errore imprevisto. Valutare se segnalare un bug nel registro problemi." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Sezionamento non riuscito" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Segnala un errore" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Segnalare un errore nel registro problemi di Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Impossibile eseguire il sezionamento con il materiale corrente in quanto incompatibile con la macchina o la configurazione selezionata." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Log in non riuscito" +msgid "Unable to slice" +msgstr "Sezionamento impossibile" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "Lo stato fornito non è corretto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Impossibile eseguire il sezionamento con le impostazioni attuali. Le seguenti impostazioni presentano errori: {0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Timeout durante l'autenticazione con il server account." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Impossibile eseguire il sezionamento a causa di alcune impostazioni per modello. Le seguenti impostazioni presentano errori su uno o più modelli: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Impossibile eseguire il sezionamento perché la torre di innesco o la posizione di innesco non sono valide." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Si è verificato qualcosa di inatteso durante il tentativo di accesso, riprovare." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Impossibile effettuare il sezionamento in quanto vi sono oggetti associati a Extruder %s disabilitato." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Impossibile leggere la risposta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Verificare le impostazioni e controllare se i modelli:\n" +"- Rientrano nel volume di stampa\n" +"- Sono assegnati a un estrusore abilitato\n" +"- Non sono tutti impostati come maglie modificatore" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Moltiplicazione e collocazione degli oggetti" +msgid "Processing Layers" +msgstr "Elaborazione dei livelli" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Sistemazione oggetti" +msgid "Information" +msgstr "Informazioni" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Sistemazione oggetto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "File X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Non supportato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Immagine JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Immagine JPEG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Immagine PNG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Immagine BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Immagine GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Ugello" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Le impostazioni sono state modificate in base all’attuale disponibilità di estrusori:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Impostazioni aggiornate" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Estrusore disabilitato" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Il file esiste già" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Il file {0} esiste già. Sei sicuro di volerlo sovrascrivere?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "File URL non valido:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Impossibile esportare il profilo su {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Impossibile esportare il profilo su {0}: Rilevata anomalia durante scrittura plugin." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Profilo esportato su {0}" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Il file di progetto {0} contiene un tipo di macchina sconosciuto {1}. Impossibile importare la macchina. Verranno invece importati i modelli." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Esportazione riuscita" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Impossibile importare il profilo da {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Impossibile importare il profilo da {0} prima di aggiungere una stampante." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Nessun profilo personalizzato da importare nel file {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Impossibile importare il profilo da {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Questo profilo {0} contiene dati errati, impossibile importarlo." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Impossibile importare il profilo da {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Profilo {0} importato correttamente." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Il file {0} non contiene nessun profilo valido." +msgid "Open Project File" +msgstr "Apri file progetto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Il profilo {0} ha un tipo di file sconosciuto o corrotto." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Profilo personalizzato" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Il profilo è privo del tipo di qualità." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Non ci sono ancora stampanti attive." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "Il file di progetto {0} è diventato improvvisamente inaccessibile: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Impossibile aggiungere il profilo." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Impossibile aprire il file di progetto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Il tipo di qualità '{0}' non è compatibile con la definizione di macchina attiva corrente '{1}'." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Il file di progetto {0} è danneggiato: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Avvertenza: il profilo non è visibile in quanto il tipo di qualità '{0}' non è disponibile per la configurazione corrente. Passare alla combinazione materiale/ugello che consente di utilizzare questo tipo di qualità." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "Il file di progetto {0} è realizzato con profili sconosciuti a questa versione di Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Impostazioni per modello" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Consigliata" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Configura impostazioni per modello" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Personalizzata" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Profilo Cura" +msgid "3MF File" +msgstr "File 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "File X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Impossibile scrivere nel file UFP:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Si è verificato un errore cercando di ripristinare il backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Profili Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Backup" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Si è verificato un errore durante il caricamento del backup." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Creazione del backup in corso..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Si è verificato un errore durante la creazione del backup." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Caricamento backup in corso..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Caricamento backup completato." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "Il backup supera la dimensione file massima." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Gestione backup" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Impostazioni macchina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Backup" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Si è verificato un errore cercando di ripristinare il backup." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Impossibile leggere il file di dati di esempio." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter non supporta la modalità di testo." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Post-elaborazione" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modifica codice G" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Blocco supporto" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Crea un volume in cui i supporti non vengono stampati." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Unità rimovibile" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Salva su unità rimovibile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Anteprima" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Salva su unità rimovibile {0}" +msgid "X-Ray view" +msgstr "Vista ai raggi X" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Non ci sono formati di file disponibili per la scrittura!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Livella piano di stampa" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Salvataggio su unità rimovibile {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Seleziona aggiornamenti" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Salvataggio in corso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Impossibile salvare {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Impossibile trovare un nome file durante il tentativo di scrittura su {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Impossibile salvare su unità rimovibile {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Salvato su unità rimovibile {0} come {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "File salvato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Rimuovi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Rimuovi il dispositivo rimovibile {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Espulso {0}. È ora possibile rimuovere in modo sicuro l'unità." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Le aree evidenziate indicano superfici mancanti o estranee. Correggi il modello e aprilo nuovamente in Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Rimozione sicura dell'hardware" +msgid "Model Errors" +msgstr "Errori modello" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Espulsione non riuscita {0}. È possibile che un altro programma stia utilizzando l’unità." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Aggiornamento firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Profili Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Consigliata" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Personalizzata" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Il file di progetto {0} contiene un tipo di macchina sconosciuto {1}. Impossibile importare la macchina. Verranno invece importati i modelli." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Apri file progetto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "Il file di progetto {0} è diventato improvvisamente inaccessibile: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Impossibile aprire il file di progetto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Il file di progetto {0} è danneggiato: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "Il file di progetto {0} è realizzato con profili sconosciuti a questa versione di Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "File 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Impossibile scrivere nel file UFP:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Pacchetto formato Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "File G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Ulteriori informazioni" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Anteprima" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Vista ai raggi X" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Elaborazione dei livelli" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informazioni" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Sezionamento non riuscito con un errore imprevisto. Valutare se segnalare un bug nel registro problemi." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Sezionamento non riuscito" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Segnala un errore" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Segnalare un errore nel registro problemi di Ultimaker Cura." +msgid "Solid view" +msgstr "Visualizzazione compatta" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Impossibile eseguire il sezionamento con il materiale corrente in quanto incompatibile con la macchina o la configurazione selezionata." +msgid "Parsing G-code" +msgstr "Parsing codice G" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Sezionamento impossibile" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Impossibile eseguire il sezionamento con le impostazioni attuali. Le seguenti impostazioni presentano errori: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Impossibile eseguire il sezionamento a causa di alcune impostazioni per modello. Le seguenti impostazioni presentano errori su uno o più modelli: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Impossibile eseguire il sezionamento perché la torre di innesco o la posizione di innesco non sono valide." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Impossibile effettuare il sezionamento in quanto vi sono oggetti associati a Extruder %s disabilitato." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Verificare le impostazioni e controllare se i modelli:\n" -"- Rientrano nel volume di stampa\n" -"- Sono assegnati a un estrusore abilitato\n" -"- Non sono tutti impostati come maglie modificatore" +msgid "G-code Details" +msgstr "Dettagli codice G" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "File AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Verifica che il codice G sia idoneo alla tua stampante e alla sua configurazione prima di trasmettere il file. La rappresentazione del codice G potrebbe non essere accurata." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "File G-Code compresso" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Post-elaborazione" +msgid "G File" +msgstr "File G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modifica codice G" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Impostazioni macchina" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Stampa USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Stampa tramite USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Stampa tramite USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Connesso tramite USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Stampa tramite USB in corso, la chiusura di Cura interrompe la stampa. Confermare?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Stampa ancora in corso. Cura non può avviare un'altra stampa tramite USB finché la precedente non è stata completata." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Stampa in corso" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Prepara" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Parsing codice G" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Dettagli codice G" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Verifica che il codice G sia idoneo alla tua stampante e alla sua configurazione prima di trasmettere il file. La rappresentazione del codice G potrebbe non essere accurata." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "File G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Caricamento macchine in corso..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Immagine JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Impostazione delle preferenze..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Immagine JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Inizializzazione Active Machine in corso..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Immagine PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Inizializzazione gestore macchina in corso..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Immagine BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Inizializzazione volume di stampa in corso..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Immagine GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Impostazione scena in corso..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Livella piano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Caricamento interfaccia in corso..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Seleziona aggiornamenti" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Inizializzazione motore in corso..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter non supporta la modalità di testo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Non è possibile accedere alle informazioni di aggiornamento." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "È possibile caricare un solo file codice G per volta. Importazione saltata {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Nuove funzionalità o bug fix potrebbero essere disponibili per {machine_name}. Se non è già stato fatto in precedenza, si consiglia di aggiornare il firmware della stampante alla versione {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Impossibile aprire altri file durante il caricamento del codice G. Importazione saltata {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Nuovo firmware %s stabile disponibile" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Modalità di aggiornamento" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visivo" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Impossibile leggere il file di dati di esempio." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Il profilo visivo è destinato alla stampa di prototipi e modelli visivi, con l'intento di ottenere una qualità visiva e della superficie elevata." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Affinché le modifiche diventino effettive, è necessario chiudere e riavviare {}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Sincronizzazione in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Il profilo di progettazione è destinato alla stampa di prototipi funzionali e di componenti d'uso finale, allo scopo di ottenere maggiore precisione e tolleranze strette." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Modifiche rilevate dal tuo account Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Bozza" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Desiderate sincronizzare pacchetti materiale e software con il vostro account?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Il profilo bozza è destinato alla stampa dei prototipi iniziali e alla convalida dei concept, con l'intento di ridurre in modo significativo il tempo di stampa." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Sincronizza" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Non sottoposto a override" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Rifiuta e rimuovi dall'account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Rimuovere {0}? Questa operazione non può essere annullata!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "Impossibile scaricare i plugin {}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Sconosciuto" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Non accetto" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Le stampanti riportate di seguito non possono essere collegate perché fanno parte di un gruppo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Accetta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Stampanti disponibili in rete" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Accordo di licenza plugin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Calcolato" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter non supporta la modalità non di testo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Sincronizzare i profili del materiale con le stampanti prima di iniziare a stampare." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Preparare il codice G prima dell’esportazione." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Nuovi materiali installati" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Cura non visualizza in modo accurato i layer se la funzione Wire Printing è abilitata." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Vista simulazione" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Materiale personalizzato" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Non viene visualizzato nulla poiché è necessario prima effetuare lo slicing." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Personalizzata" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Nessun layer da visualizzare" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Profili personalizzati" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Non mostrare nuovamente questo messaggio" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Tutti i tipi supportati ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Visualizzazione strato" +msgid "All Files (*)" +msgstr "Tutti i file (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Stampa sulla rete" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Impossibile creare archivio di materiali da sincronizzare con le stampanti." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Stampa sulla rete" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Impossibile caricare l'archivio di materiali da sincronizzare con le stampanti." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Collegato alla rete" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "La risposta da Digital Factory sembra essere danneggiata." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "domani" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "Nella risposta da Digital Factory mancano informazioni importanti." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "oggi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Impossibile connettersi a Digital Factory per sincronizzare i materiali con alcune delle stampanti." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Collega tramite rete" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Impossibile connettersi a Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Attendere che sia stato inviato il processo corrente." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Impossibile creare un archivio dalla directory dei dati utente: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Errore di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Tentativo di ripristinare un backup di Cura senza dati o metadati appropriati." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Processo di stampa inviato con successo alla stampante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Tentativo di ripristinare un backup di Cura di versione superiore rispetto a quella corrente." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Dati inviati" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "Nel tentativo di ripristinare un backup di Cura, si è verificato il seguente errore:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Si sta tentando di connettersi a una stampante che non esegue Ultimaker Connect. Aggiornare la stampante con il firmware più recente." +msgid "Finding new location for objects" +msgstr "Ricerca nuova posizione per gli oggetti" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Aggiornare la stampante" +msgid "Finding Location" +msgstr "Ricerca posizione" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "La coda dei processi di stampa è piena. La stampante non può accettare un nuovo processo." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Impossibile individuare una posizione nel volume di stampa per tutti gli oggetti" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Coda piena" +msgid "Can't Find Location" +msgstr "Impossibile individuare posizione" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Invio di un processo di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Login non riuscito" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Caricamento del processo di stampa sulla stampante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Parete esterna" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura ha rilevato dei profili di materiale non ancora installati sulla stampante host del gruppo {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Pareti interne" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Invio dei materiali alla stampante" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Rivestimento esterno" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Impossibile caricare i dati sulla stampante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Riempimento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Errore di rete" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Riempimento del supporto" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Tentativo di connessione a {0} in corso, che non è l'host di un gruppo. È possibile visitare la pagina web per configurarla come host del gruppo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Interfaccia supporto" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Non host del gruppo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Supporto" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Configurare il gruppo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Skirt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Impossibile connettere la stampante {printer_name} tramite cloud.\n" -" Gestisci la coda di stampa e monitora le stampe da qualsiasi posizione collegando la stampante a Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Torre di innesco" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Pronto per la stampa tramite cloud?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Spostamenti" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Per iniziare" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retrazioni" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Ulteriori informazioni" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Altro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Stampa tramite cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Gruppo #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Stampa tramite cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Impossibile aprire le note sulla versione." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Collegato tramite cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Salta" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Monitora stampa" +msgid "Close" +msgstr "Chiudi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Traccia la stampa in Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Aggiungi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Codice di errore sconosciuto durante il caricamento del processo di stampa: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Fine" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Nuova stampante rilevata dall'account Ultimaker" -msgstr[1] "Nuove stampanti rilevate dall'account Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Annulla" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Aggiunta della stampante {name} ({model}) dall'account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Avanti" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... e {0} altra" -msgstr[1] "... e altre {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "L’altezza del volume di stampa è stata ridotta a causa del valore dell’impostazione \"Sequenza di stampa” per impedire la collisione del gantry con i modelli stampati." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Stampanti aggiunte da Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Volume di stampa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Non è disponibile una connessione cloud per una stampante" -msgstr[1] "Non è disponibile una connessione cloud per alcune stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Impossibile salvare archivio materiali in {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Questa stampante non è collegata a Digital Factory:" -msgstr[1] "Queste stampanti non sono collegate a Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Impossibile salvare archivio materiali" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Errore sconosciuto." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Il file esiste già" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Per stabilire una connessione, visitare {website_link}" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Il file {0} esiste già. Sei sicuro di volerlo sovrascrivere?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Mantenere le configurazioni delle stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "File URL non valido:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Rimuovere le stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Non supportato" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Le impostazioni sono state modificate in base all’attuale disponibilità di estrusori:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Impostazioni aggiornate" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Estrusore disabilitato" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} sarà rimossa fino alla prossima sincronizzazione account." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Impossibile esportare il profilo su {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Per rimuovere definitivamente {printer_name}, visitare {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Impossibile esportare il profilo su {0}: Rilevata anomalia durante scrittura plugin." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Rimuovere temporaneamente {printer_name}?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Profilo esportato su {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Rimuovere le stampanti?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Esportazione riuscita" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\n" -"Continuare?" -msgstr[1] "" -"Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\n" -"Continuare?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Impossibile importare il profilo da {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Si stanno per rimuovere tutte le stampanti da Cura. Questa azione non può essere annullata. \n" -"Continuare?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Impossibile importare il profilo da {0} prima di aggiungere una stampante." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Nessun profilo personalizzato da importare nel file {0}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Impossibile importare il profilo da {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Questo profilo {0} contiene dati errati, impossibile importarlo." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Impossibile importare il profilo da {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Profilo {0} importato correttamente." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Il file {0} non contiene nessun profilo valido." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Le aree evidenziate indicano superfici mancanti o estranee. Correggi il modello e aprilo nuovamente in Cura." +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Il profilo {0} ha un tipo di file sconosciuto o corrotto." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Errori modello" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Profilo personalizzato" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Visualizzazione compatta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Il profilo è privo del tipo di qualità." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Errore scrittura file 3MF." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Non ci sono ancora stampanti attive." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "Plug-in Writer 3MF danneggiato." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Impossibile aggiungere il profilo." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Ancora nessuna area di lavoro da scrivere. Aggiungere innanzitutto una stampante." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Il tipo di qualità '{0}' non è compatibile con la definizione di macchina attiva corrente '{1}'." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Nessuna autorizzazione di scrittura dell'area di lavoro qui." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Avvertenza: il profilo non è visibile in quanto il tipo di qualità '{0}' non è disponibile per la configurazione corrente. Passare alla combinazione materiale/ugello che consente di utilizzare questo tipo di qualità." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "Il sistema operativo non consente di salvare un file di progetto in questa posizione o con questo nome file." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Moltiplicazione e collocazione degli oggetti" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "File 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Sistemazione oggetti" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "File 3MF Progetto Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Sistemazione oggetto" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Controlla" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Impossibile avviare un nuovo processo di accesso. Verificare se è ancora attivo un altro tentativo di accesso." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Impossibile raggiungere il server account Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Assistente modello 3D" +msgid "Log-in failed" +msgstr "Log in non riuscito" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Impossibile leggere la risposta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "Lo stato fornito non è corretto." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Timeout durante l'autenticazione con il server account." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Si è verificato qualcosa di inatteso durante il tentativo di accesso, riprovare." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Impossibile avviare Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Oops, Ultimaker Cura ha rilevato qualcosa che non sembra corretto.

    \n" +"

    Abbiamo riscontrato un errore irrecuperabile durante l’avvio. È stato probabilmente causato da alcuni file di configurazione errati. Suggeriamo di effettuare il backup e ripristinare la configurazione.

    \n" +"

    I backup sono contenuti nella cartella configurazione.

    \n" +"

    Si prega di inviare questo Rapporto su crash per correggere il problema.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Inviare il rapporto su crash a Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Mostra il rapporto su crash dettagliato" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Mostra cartella di configurazione" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Backup e reset configurazione" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Rapporto su crash" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Si è verificato un errore fatale in Cura. Si prega di inviare questo Rapporto su crash per correggere il problema

    \n" +"

    Usare il pulsante “Invia report\" per inviare automaticamente una segnalazione errore ai nostri server

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Informazioni di sistema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Sconosciuto" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Versione Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Lingua Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Lingua sistema operativo" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Piattaforma" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Versione Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Versione PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Non ancora inizializzato
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Versione OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Fornitore OpenGL: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Renderer OpenGL: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Analisi errori" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Registri" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Invia report" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    La stampa di uno o più modelli 3D può non avvenire in modo ottimale a causa della dimensioni modello e della configurazione materiale:

    \n" -"

    {model_names}

    \n" -"

    Scopri come garantire la migliore qualità ed affidabilità di stampa.

    \n" -"

    Visualizza la guida alla qualità di stampa

    " +"Accertarsi che la stampante sia collegata:\n" +"- Controllare se la stampante è accesa.\n" +"- Controllare se la stampante è collegata alla rete.\n" +"- Controllare se è stato effettuato l'accesso per rilevare le stampanti collegate al cloud." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Collegare la stampante alla rete." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Visualizza i manuali utente online" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Al fine di monitorare la stampa da Cura, collegare la stampante." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Seleziona impostazioni di personalizzazione per questo modello" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtro..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Mostra tutto" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Tipo di maglia" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Modello normale" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Stampa come supporto" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modificare le impostazioni per le sovrapposizioni" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Non supportano le sovrapposizioni" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Solo maglia di riempimento" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Ritaglio mesh" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Seleziona impostazioni" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Seleziona impostazioni di personalizzazione per questo modello" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Aggiornamento firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtro..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "Il firmware è la parte di software eseguita direttamente sulla stampante 3D. Questo firmware controlla i motori passo-passo, regola la temperatura e, in ultima analisi, consente il funzionamento della stampante." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Mostra tutto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "Il firmware inviato a corredo delle nuove stampanti funziona, tuttavia le nuove versioni tendono ad avere più funzioni ed ottimizzazioni." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Backup Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Aggiorna automaticamente il firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Versione Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Carica il firmware personalizzato" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Macchine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "Impossibile aggiornare il firmware: nessun collegamento con la stampante." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiali" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "Impossibile aggiornare il firmware: il collegamento con la stampante non supporta l’aggiornamento del firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profili" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Seleziona il firmware personalizzato" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Plugin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Aggiornamento del firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Ulteriori informazioni?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Aggiornamento firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Esegui backup adesso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Aggiornamento del firmware completato." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Backup automatico" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Aggiornamento firmware non riuscito a causa di un errore sconosciuto." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Crea automaticamente un backup ogni giorno in cui viene avviata Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Aggiornamento firmware non riuscito a causa di un errore di comunicazione." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Ripristina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Aggiornamento firmware non riuscito a causa di un errore di input/output." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Cancella backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Aggiornamento firmware non riuscito per firmware mancante." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Sei sicuro di voler cancellare questo backup? Questa operazione non può essere annullata." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Interrotto" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Ripristina backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Terminato" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Riavviare Cura prima di ripristinare il backup. Chiudere Cura adesso?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Preparazione in corso..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Backup e sincronizzazione delle impostazioni Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Interr. in corso..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Accedi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Non riuscita" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "I miei backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Messa in pausa..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Nessun backup. Usare il pulsante ‘Esegui backup adesso’ per crearne uno." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "In pausa" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Durante la fase di anteprima, saranno visibili solo 5 backup. Rimuovi un backup per vedere quelli precedenti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Ripresa in corso..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Impostazioni della stampante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Richiede un'azione" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Larghezza)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Finisce %1 a %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Gestione stampanti" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Profondità)" +msgid "Glass" +msgstr "Vetro" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Altezza)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Aggiornare il firmware della stampante per gestire la coda da remoto." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Forma del piano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Impossibile visualizzare feed della Webcam per stampanti cloud da Ultimaker Cura. Fare clic su \"Gestione stampanti\" per visitare Ultimaker Digital Factory e visualizzare questa Webcam." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origine al centro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Caricamento in corso..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Piano riscaldato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Non disponibile" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Non raggiungibile" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Ferma" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Stampa in corso" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Volume di stampa riscaldato" +msgid "Untitled" +msgstr "Senza titolo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Versione codice G" +msgid "Anonymous" +msgstr "Anonimo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Impostazioni della testina di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Richiede modifiche di configurazione" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Dettagli" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Modifiche configurazione" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Override" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X min" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "La stampante assegnata, %1, richiede la seguente modifica di configurazione:" +msgstr[1] "La stampante assegnata, %1, richiede le seguenti modifiche di configurazione:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y min" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "La stampante %1 è assegnata, ma il processo contiene una configurazione materiale sconosciuta." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X max" +msgid "Change material %1 from %2 to %3." +msgstr "Cambia materiale %1 da %2 a %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y max" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Caricare %3 come materiale %1 (Operazione non annullabile)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Altezza gantry" +msgid "Change print core %1 from %2 to %3." +msgstr "Cambia print core %1 da %2 a %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Numero di estrusori" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Cambia piano di stampa a %1 (Operazione non annullabile)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Applica offset estrusore a gcode" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "L’override utilizza le impostazioni specificate con la configurazione stampante esistente. Ciò può causare una stampa non riuscita." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Codice G avvio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Alluminio" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Codice G fine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Stampa sulla rete" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Impostazioni ugello" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Stampa" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Dimensione ugello" +msgid "Printer selection" +msgstr "Selezione stampante" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Diametro del materiale compatibile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Collega alla stampante in rete" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Scostamento X ugello" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Per stampare direttamente sulla stampante in rete, verificare che la stampante desiderata sia collegata alla rete mediante un cavo di rete o mediante collegamento alla rete WIFI. Se non si esegue il collegamento di Cura alla stampante, è comunque possibile utilizzare una chiavetta USB per trasferire i file codice G alla stampante." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Scostamento Y ugello" +msgid "Select your printer from the list below:" +msgstr "Selezionare la stampante dall’elenco seguente:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Numero ventola di raffreddamento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Modifica" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Codice G avvio estrusore" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Rimuovi" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Codice G fine estrusore" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Stampante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Aggiorna" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Aggiornamento firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Se la stampante non è nell’elenco, leggere la guida alla risoluzione dei problemi per la stampa in rete" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Il firmware è la parte di software eseguita direttamente sulla stampante 3D. Questo firmware controlla i motori passo-passo, regola la temperatura e, in ultima analisi, consente il funzionamento della stampante." +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "Il firmware inviato a corredo delle nuove stampanti funziona, tuttavia le nuove versioni tendono ad avere più funzioni ed ottimizzazioni." +msgid "Firmware version" +msgstr "Versione firmware" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Aggiorna automaticamente il firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Indirizzo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Carica il firmware personalizzato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Questa stampante non è predisposta per comandare un gruppo di stampanti." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "Impossibile aggiornare il firmware: nessun collegamento con la stampante." +msgid "This printer is the host for a group of %1 printers." +msgstr "Questa stampante comanda un gruppo di %1 stampanti." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "Impossibile aggiornare il firmware: il collegamento con la stampante non supporta l’aggiornamento del firmware." +msgid "The printer at this address has not yet responded." +msgstr "La stampante a questo indirizzo non ha ancora risposto." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Collega" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Seleziona il firmware personalizzato" +msgid "Invalid IP address" +msgstr "Indirizzo IP non valido" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Inserire un indirizzo IP valido." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Aggiornamento del firmware" +msgid "Printer Address" +msgstr "Indirizzo stampante" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "Aggiornamento firmware." +msgid "Enter the IP address of your printer on the network." +msgstr "Inserire l'indirizzo IP della stampante in rete." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Aggiornamento del firmware completato." +msgid "Unavailable printer" +msgstr "Stampante non disponibile" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Aggiornamento firmware non riuscito a causa di un errore sconosciuto." +msgid "First available" +msgstr "Primo disponibile" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Aggiornamento firmware non riuscito a causa di un errore di comunicazione." +msgid "Move to top" +msgstr "Sposta in alto" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Aggiornamento firmware non riuscito a causa di un errore di input/output." +msgid "Delete" +msgstr "Cancella" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Aggiornamento firmware non riuscito per firmware mancante." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Apri progetto" +msgid "Resume" +msgstr "Riprendi" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Aggiorna esistente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Messa in pausa..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Crea nuovo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Ripresa in corso..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Riepilogo - Progetto Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pausa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Impostazioni della stampante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Interr. in corso..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Come può essere risolto il conflitto nella macchina?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Interrompi" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tipo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Sei sicuro di voler spostare %1 all’inizio della coda?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Gruppo stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Sposta il processo di stampa in alto" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Impostazioni profilo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Sei sicuro di voler cancellare %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Come può essere risolto il conflitto nel profilo?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Cancella processo di stampa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nome" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Sei sicuro di voler interrompere %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Interrompi la stampa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Non nel profilo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Coda di stampa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 override" -msgstr[1] "%1 override" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Gestisci nel browser" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivato da" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Non sono presenti processi di stampa nella coda. Eseguire lo slicing e inviare un processo per aggiungerne uno." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 override" -msgstr[1] "%1, %2 override" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Processi di stampa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Impostazioni materiale" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Tempo di stampa totale" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Come può essere risolto il conflitto nel materiale?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "In attesa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Impostazione visibilità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Schema colori" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modalità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Colore materiale" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Impostazioni visibili:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Tipo di linea" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 su %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Velocità" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Il caricamento di un progetto annulla tutti i modelli sul piano di stampa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Spessore layer" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Apri" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Larghezza della linea" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Plug-in di post-elaborazione" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Flusso" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Script di post-elaborazione" +msgid "Compatibility Mode" +msgstr "Modalità di compatibilità" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Aggiungi uno script" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Spostamenti" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Impostazioni" +msgid "Helpers" +msgstr "Helper" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Modificare gli script di post-elaborazione attivi." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Guscio" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "È attivo il seguente script:" -msgstr[1] "Sono attivi i seguenti script:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Riempimento" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Converti immagine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Avvia" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "La distanza massima di ciascun pixel da \"Base.\"" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Mostra solo strati superiori" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Mostra 5 strati superiori in dettaglio" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Superiore / Inferiore" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Parete interna" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "min" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "max" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Altezza (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "L'altezza della base dal piano di stampa in millimetri." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "La distanza massima di ciascun pixel da \"Base.\"" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "La larghezza in millimetri sul piano di stampa." +msgid "The base height from the build plate in millimeters." +msgstr "L'altezza della base dal piano di stampa in millimetri." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Larghezza (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "La profondità in millimetri sul piano di stampa" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Profondità (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Per le litofanie, i pixel scuri devono corrispondere alle posizioni più spesse per bloccare maggiormente il passaggio della luce. Per le mappe con altezze superiori, i pixel più chiari indicano un terreno più elevato, quindi nel modello 3D generato i pixel più chiari devono corrispondere alle posizioni più spesse." +msgid "The depth in millimeters on the build plate" +msgstr "La profondità in millimetri sul piano di stampa" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Più scuro è più alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Più chiaro è più alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Per le litofanie, è disponibile un semplice modello logaritmico per la traslucenza. Per le mappe delle altezze, i valori in pixel corrispondono alle altezze in modo lineare." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Per le litofanie, i pixel scuri devono corrispondere alle posizioni più spesse per bloccare maggiormente il passaggio della luce. Per le mappe con altezze superiori, i pixel più chiari indicano un terreno più elevato, quindi nel modello 3D generato i pixel più chiari devono corrispondere alle posizioni più spesse." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Lineare" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Traslucenza" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Percentuale di luce che penetra una stampa dello spessore di 1 millimetro. Se questo valore si riduce, il contrasto nelle aree scure dell'immagine aumenta, mentre il contrasto nelle aree chiare dell'immagine diminuisce." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Per le litofanie, è disponibile un semplice modello logaritmico per la traslucenza. Per le mappe delle altezze, i valori in pixel corrispondono alle altezze in modo lineare." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "Trasmittanza di 1 mm (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "La quantità di smoothing (levigatura) da applicare all'immagine." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "Percentuale di luce che penetra una stampa dello spessore di 1 millimetro. Se questo valore si riduce, il contrasto nelle aree scure dell'immagine aumenta, mentre il contrasto nelle aree chiare dell'immagine diminuisce." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Smoothing" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "La quantità di smoothing (levigatura) da applicare all'immagine." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Seleziona qualsiasi aggiornamento realizzato per questa Ultimaker Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Piano di stampa riscaldato (kit ufficiale o integrato)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Livellamento del piano di stampa" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Per assicurarsi stampe di alta qualità, è ora possibile regolare il piano di stampa. Quando si fa clic su 'Spostamento alla posizione successiva' l'ugello si sposterà in diverse posizioni che è possibile regolare." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Per ciascuna posizione: inserire un pezzo di carta sotto l'ugello e regolare la stampa dell'altezza del piano di stampa. L'altezza del piano di stampa è corretta quando la carta sfiora la punta dell'ugello." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Avvio livellamento del piano di stampa" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Spostamento alla posizione successiva" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Maggiori informazioni sulla raccolta di dati anonimi" +msgid "Open Project" +msgstr "Apri progetto" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura acquisisce dati anonimi per migliorare la qualità di stampa e l'esperienza dell'utente. Di seguito è riportato un esempio dei dati condivisi:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Aggiorna esistente" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Non desidero inviare dati anonimi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Crea nuovo" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Consenti l'invio di dati anonimi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Riepilogo - Progetto Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Mercato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Come può essere risolto il conflitto nella macchina?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Riavviare Cura per rendere effettive le modifiche apportate ai pacchetti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Impostazioni della stampante" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Chiudere %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Installazione" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Gruppo stampanti" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Installa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Come può essere risolto il conflitto nel profilo?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Impostazioni profilo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Vai al Marketplace web" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nome" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Cerca materiali" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibilità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Non nel profilo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Macchina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 override" +msgstr[1] "%1 override" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Piano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivato da" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Supporto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 override" +msgstr[1] "%1, %2 override" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Qualità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Come può essere risolto il conflitto nel materiale?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Scheda dati tecnici" +msgid "Material settings" +msgstr "Impostazioni materiale" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Scheda dati di sicurezza" +msgid "Setting visibility" +msgstr "Impostazione visibilità" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Linee guida di stampa" +msgid "Mode" +msgstr "Modalità" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Sito web" +msgid "Visible settings:" +msgstr "Impostazioni visibili:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Log in deve essere installato o aggiornato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 su %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Acquista bobine di materiale" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Il caricamento di un progetto annulla tutti i modelli sul piano di stampa." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Aggiorna" +msgid "Open" +msgstr "Apri" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Aggiornamento in corso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Ulteriori informazioni?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Aggiornamento eseguito" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Esegui backup adesso" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Indietro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Backup automatico" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Plugin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Crea automaticamente un backup ogni giorno in cui viene avviata Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Versione Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Macchine" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materiali" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Installa" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "L'installazione sarà eseguita al riavvio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profili" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Log in deve essere aggiornato" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Plugin" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Downgrade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Ripristina" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Disinstalla" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Cancella backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Contributi della comunità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Sei sicuro di voler cancellare questo backup? Questa operazione non può essere annullata." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Plugin della comunità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Ripristina backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Materiali generici" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Riavviare Cura prima di ripristinare il backup. Chiudere Cura adesso?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Recupero dei pacchetti..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Backup e sincronizzazione delle impostazioni Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Accedi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "I miei backup" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Nessun backup. Usare il pulsante ‘Esegui backup adesso’ per crearne uno." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Durante la fase di anteprima, saranno visibili solo 5 backup. Rimuovi un backup per vedere quelli precedenti." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Backup Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Maggiori informazioni sulla raccolta di dati anonimi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura acquisisce dati anonimi per migliorare la qualità di stampa e l'esperienza dell'utente. Di seguito è riportato un esempio dei dati condivisi:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Non desidero inviare dati anonimi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Consenti l'invio di dati anonimi" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Plug-in di post-elaborazione" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Sito web" +msgid "Post Processing Scripts" +msgstr "Script di post-elaborazione" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Aggiungi uno script" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "E-mail" +msgid "Settings" +msgstr "Impostazioni" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Accedere per ottenere i plugin e i materiali verificati per Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Modificare gli script di post-elaborazione attivi." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "È attivo il seguente script:" +msgstr[1] "Sono attivi i seguenti script:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Versione" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Seleziona qualsiasi aggiornamento realizzato per questa Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Ultimo aggiornamento" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Piano di stampa riscaldato (kit ufficiale o integrato)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Livellamento del piano di stampa" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Marchio" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Per assicurarsi stampe di alta qualità, è ora possibile regolare il piano di stampa. Quando si fa clic su 'Spostamento alla posizione successiva' l'ugello si sposterà in diverse posizioni che è possibile regolare." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Download" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Per ciascuna posizione: inserire un pezzo di carta sotto l'ugello e regolare la stampa dell'altezza del piano di stampa. L'altezza del piano di stampa è corretta quando la carta sfiora la punta dell'ugello." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Plugin installati" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Avvio livellamento del piano di stampa" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Spostamento alla posizione successiva" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Non è stato installato alcun plugin." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Materiali installati" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Non è stato installato alcun materiale." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Plugin inseriti nel bundle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Materiali inseriti nel bundle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Impossibile connettersi al database pacchetto Cura. Verificare la connessione." +msgid "Search in the browser" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Chiudere %1" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "È necessario accettare la licenza per installare il pacchetto" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Modifiche dall'account" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Rimuovi" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Next" -msgstr "Avanti" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Verranno aggiunti i seguenti pacchetti:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Impossibile installare i seguenti pacchetti a causa di una versione di Cura non compatibile:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Conferma disinstalla" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Si stanno installando materiali e/o profili ancora in uso. La conferma ripristina i seguenti materiali/profili ai valori predefiniti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materiali" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profili" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Conferma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Schema colori" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Colore materiale" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Tipo di linea" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Velocità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Spessore layer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Larghezza della linea" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Flusso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Modalità di compatibilità" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Spostamenti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Helper" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Guscio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Riempimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Avvia" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Mostra solo strati superiori" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Mostra 5 strati superiori in dettaglio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Superiore / Inferiore" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Parete interna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Gestione stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Vetro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Aggiornare il firmware della stampante per gestire la coda da remoto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Non accetto" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Impossibile visualizzare feed della Webcam per stampanti cloud da Ultimaker Cura. Fare clic su \"Gestione stampanti\" per visitare Ultimaker Digital Factory e visualizzare questa Webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Caricamento in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Non disponibile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Non raggiungibile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Ferma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Preparazione in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Stampa in corso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Senza titolo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anonimo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Richiede modifiche di configurazione" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Dettagli" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Stampante" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Stampante non disponibile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Impostazioni ugello" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "First available" -msgstr "Primo disponibile" +msgid "Nozzle size" +msgstr "Dimensione ugello" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Queued" -msgstr "Coda di stampa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Gestisci nel browser" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Non sono presenti processi di stampa nella coda. Eseguire lo slicing e inviare un processo per aggiungerne uno." +msgid "Compatible material diameter" +msgstr "Diametro del materiale compatibile" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Print jobs" -msgstr "Processi di stampa" +msgid "Nozzle offset X" +msgstr "Scostamento X ugello" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Total print time" -msgstr "Tempo di stampa totale" +msgid "Nozzle offset Y" +msgstr "Scostamento Y ugello" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Waiting for" -msgstr "In attesa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Stampa sulla rete" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Stampa" +msgid "Cooling Fan Number" +msgstr "Numero ventola di raffreddamento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Selezione stampante" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Codice G avvio estrusore" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Modifiche configurazione" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Codice G fine estrusore" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Override" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Impostazioni della stampante" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "La stampante assegnata, %1, richiede la seguente modifica di configurazione:" -msgstr[1] "La stampante assegnata, %1, richiede le seguenti modifiche di configurazione:" +msgid "X (Width)" +msgstr "X (Larghezza)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "La stampante %1 è assegnata, ma il processo contiene una configurazione materiale sconosciuta." +msgid "Y (Depth)" +msgstr "Y (Profondità)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Cambia materiale %1 da %2 a %3." +msgid "Z (Height)" +msgstr "Z (Altezza)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Caricare %3 come materiale %1 (Operazione non annullabile)." +msgid "Build plate shape" +msgstr "Forma del piano di stampa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Cambia print core %1 da %2 a %3." +msgid "Origin at center" +msgstr "Origine al centro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Cambia piano di stampa a %1 (Operazione non annullabile)." +msgid "Heated bed" +msgstr "Piano riscaldato" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "L’override utilizza le impostazioni specificate con la configurazione stampante esistente. Ciò può causare una stampa non riuscita." +msgid "Heated build volume" +msgstr "Volume di stampa riscaldato" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Aluminum" -msgstr "Alluminio" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Terminato" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Interr. in corso..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Interrotto" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Non riuscita" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Messa in pausa..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "In pausa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Ripresa in corso..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Richiede un'azione" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Finisce %1 a %2" +msgid "G-code flavor" +msgstr "Versione codice G" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Collega alla stampante in rete" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Impostazioni della testina di stampa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Per stampare direttamente sulla stampante in rete, verificare che la stampante desiderata sia collegata alla rete mediante un cavo di rete o mediante collegamento alla rete WIFI. Se non si esegue il collegamento di Cura alla stampante, è comunque possibile utilizzare una chiavetta USB per trasferire i file codice G alla stampante." +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Selezionare la stampante dall’elenco seguente:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Modifica" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Rimuovi" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Aggiorna" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Se la stampante non è nell’elenco, leggere la guida alla risoluzione dei problemi per la stampa in rete" +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Type" -msgstr "Tipo" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Firmware version" -msgstr "Versione firmware" +msgid "Gantry Height" +msgstr "Altezza gantry" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Address" -msgstr "Indirizzo" +msgid "Number of Extruders" +msgstr "Numero di estrusori" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Questa stampante non è predisposta per comandare un gruppo di stampanti." +msgid "Apply Extruder offsets to GCode" +msgstr "Applica offset estrusore a gcode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Questa stampante comanda un gruppo di %1 stampanti." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Codice G avvio" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "La stampante a questo indirizzo non ha ancora risposto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Codice G fine" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Collega" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Indirizzo IP non valido" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Inserire un indirizzo IP valido." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Indirizzo stampante" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Inserire l'indirizzo IP della stampante in rete." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Sposta in alto" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Cancella" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Riprendi" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Messa in pausa..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Ripresa in corso..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pausa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Interr. in corso..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Interrompi" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Sei sicuro di voler spostare %1 all’inizio della coda?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Sposta il processo di stampa in alto" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Sei sicuro di voler cancellare %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Cancella processo di stampa" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Sei sicuro di voler interrompere %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Interrompi la stampa" - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Accertarsi che la stampante sia collegata:\n" -"- Controllare se la stampante è accesa.\n" -"- Controllare se la stampante è collegata alla rete.\n" -"- Controllare se è stato effettuato l'accesso per rilevare le stampanti collegate al cloud." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Le mie stampanti" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Collegare la stampante alla rete." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Monitora le stampanti in Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Visualizza i manuali utente online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Crea progetti di stampa in Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Al fine di monitorare la stampa da Cura, collegare la stampante." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Processi di stampa" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Alcune parti potrebbero risultare problematiche in questa stampa. Fare click per visualizzare i suggerimenti per la regolazione." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Monitora i processi di stampa dalla cronologia di stampa." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Visualizzazione 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Estendi Ultimaker Cura con plugin e profili del materiale." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Visualizzazione frontale" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Diventa un esperto di stampa 3D con e-learning Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Visualizzazione superiore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Supporto Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Vista sinistra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Scopri come iniziare a utilizzare Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Vista destra" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Fai una domanda" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Elenco oggetti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consulta la community di Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Mercato" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Segnala un errore" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&File" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Informa gli sviluppatori che si è verificato un errore." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Modifica" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Visita il sito Web Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Visualizza" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Stampa modello selezionato con %1" +msgstr[1] "Stampa modelli selezionati con %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "&Impostazioni" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "Es&tensioni" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&referenze" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Help" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Nuovo progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Sei sicuro di voler aprire un nuovo progetto? Questo cancellerà il piano di stampa e tutte le impostazioni non salvate." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Sezionamento in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Mercato" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Sezionamento impossibile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Piano di stampa" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Elaborazione in corso" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "La temperatura target del piano riscaldato. Il piano verrà riscaldato o raffreddato a questa temperatura. Se è 0, il riscaldamento del piano viene disattivato." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Sezionamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "La temperatura corrente del piano riscaldato." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Avvia il processo di sezionamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "La temperatura di preriscaldo del piano." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Annulla" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Stima del tempo" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Stima del materiale" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Pre-riscaldo" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Riscalda il piano prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento del piano quando si è pronti per la stampa." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "La stampante non è collegata." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Nessuna stima di tempo disponibile" +msgid "Printer control" +msgstr "Comando stampante" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Nessuna stima di costo disponibile" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Anteprima" +msgid "Jog Position" +msgstr "Posizione Jog" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Add a printer" -msgstr "Aggiungi una stampante" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Aggiungi una stampante in rete" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Aggiungi una stampante non in rete" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Aggiungere una stampante cloud" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "In attesa della risposta del cloud" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Non sono presenti stampanti nel cloud?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Le seguenti stampanti del tuo account sono state aggiunte in Cura:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Aggiungere la stampante manualmente" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Aggiungi stampante per indirizzo IP" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Inserire l'indirizzo IP della stampante." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Aggiungi" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Impossibile connettersi al dispositivo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Non è possibile effettuare la connessione alla stampante Ultimaker?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "La stampante a questo indirizzo non ha ancora risposto." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Questa stampante non può essere aggiunta perché è una stampante sconosciuta o non è l'host di un gruppo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Indietro" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Collega" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "User Agreement" -msgstr "Contratto di licenza" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Rifiuta e chiudi" +msgid "Jog Distance" +msgstr "Distanza Jog" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Benvenuto in Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Segui questa procedura per configurare\n" -"Ultimaker Cura. Questa operazione richiederà solo pochi istanti." +msgid "Send G-code" +msgstr "Invia codice G" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Per iniziare" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Invia un comando codice G personalizzato alla stampante connessa. Premere ‘invio’ per inviare il comando." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Accedi alla piattaforma Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Aggiungi impostazioni materiale e plugin dal Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Esegui il backup e la sincronizzazione delle impostazioni materiale e dei plugin" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Salta" +msgid "Extruder" +msgstr "Estrusore" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Crea un account Ultimaker gratuito" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Temperatura target dell'estremità riscaldata. L'estremità riscaldata si riscalderà o raffredderà sino a questo valore di temperatura. Se questo è 0, l'estremità riscaldata verrà spenta." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Produttore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "La temperatura corrente di questa estremità calda." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Autore profilo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "La temperatura di preriscaldo dell’estremità calda." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Nome stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Riscalda l’estremità calda prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento dell’estremità calda quando si è pronti per la stampa." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Dare un nome alla stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Il colore del materiale di questo estrusore." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Non è stata trovata alcuna stampante sulla rete." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Il materiale di questo estrusore." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Aggiorna" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "L’ugello inserito in questo estrusore." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Aggiungi stampante per IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Apri file progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Aggiungere una stampante cloud" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Questo è un file progetto Cura. Vuoi aprirlo come progetto o importarne i modelli?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Ricerca e riparazione dei guasti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Ricorda la scelta" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Aiutaci a migliorare Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Apri come progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura acquisisce dati anonimi per migliorare la qualità di stampa e l'esperienza dell'utente, tra cui:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importa i modelli" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Tipi di macchine" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Salva progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Utilizzo dei materiali" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Estrusore %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Numero di sezionamenti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Impostazioni di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "I dati acquisiti da Ultimaker Cura non conterranno alcuna informazione personale." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Non mostrare il riepilogo di progetto alla ripetizione di salva" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Ulteriori informazioni" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Salva" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "Scopri le novità" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Apri file" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Vuoto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Rilevata la presenza di uno o più file progetto tra i file selezionati. È possibile aprire solo un file progetto alla volta. Si suggerisce di importare i modelli solo da tali file. Vuoi procedere?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Note sulla versione" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importa tutto come modelli" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Informazioni su %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "versione: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Soluzione end-to-end per la stampa 3D con filamento fuso." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3764,2296 +3597,2875 @@ msgstr "" "Cura è stato sviluppato da Ultimaker B.V. in cooperazione con la comunità.\n" "Cura è orgogliosa di utilizzare i seguenti progetti open source:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Interfaccia grafica utente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Struttura applicazione" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Generatore codice G" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Libreria di comunicazione intra-processo" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Lingua di programmazione" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "Struttura GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Vincoli struttura GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Libreria vincoli C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Formato scambio dati" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Libreria di supporto per calcolo scientifico" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Libreria di supporto per calcolo rapido" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Libreria di supporto per gestione file STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Libreria di supporto per gestione oggetti planari" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Libreria di supporto per gestione maglie triangolari" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Libreria di supporto per gestione file 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Libreria di supporto per metadati file e streaming" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Libreria di comunicazione seriale" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Libreria scoperta ZeroConf" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Libreria ritaglio poligono" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Controllo di tipo statico per Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Certificati di origine per la convalida dell'affidabilità SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Libreria per la traccia degli errori Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Libreria di impacchettamento dei poligoni sviluppata da Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Vincoli Python per libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Libreria di supporto per accesso a keyring sistema" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Estensioni Python per Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Font" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "Icone SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Apertura applicazione distribuzione incrociata Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Apri file" +msgid "Discard or Keep changes" +msgstr "Elimina o mantieni modifiche" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Rilevata la presenza di uno o più file progetto tra i file selezionati. È possibile aprire solo un file progetto alla volta. Si suggerisce di importare i modelli solo da tali file. Vuoi procedere?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importa tutto come modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Impostazioni profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Salva progetto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Estrusore %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & materiale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Materiale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Non mostrare il riepilogo di progetto alla ripetizione di salva" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Salva" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Elimina o mantieni modifiche" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Alcune impostazioni di profilo sono state personalizzate.\n" -"Mantenere queste impostazioni modificate dopo il cambio dei profili?\n" -"In alternativa, è possibile eliminare le modifiche per caricare i valori predefiniti da '%1'." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Impostazioni profilo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 msgctxt "@title:column" msgid "Current changes" msgstr "Modifiche correnti" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Chiedi sempre" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Elimina e non chiedere nuovamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Mantieni e non chiedere nuovamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Elimina modifiche" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Mantieni modifiche" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Apri file progetto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Questo è un file progetto Cura. Vuoi aprirlo come progetto o importarne i modelli?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Nessun elemento da selezionare da" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Ricorda la scelta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Apri file..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Apri come progetto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Ap&ri recenti" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importa i modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Impostazioni visibili" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Stampa attiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Comprimi tutte le categorie" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Nome del processo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Gestisci Impostazione visibilità..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Tempo di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "Ma&teriale" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Tempo residuo stimato" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Imposta come estrusore attivo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "La stampante cloud è offline. Verificare se la stampante è accesa e collegata a Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Abilita estrusore" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Questa stampante non è collegata al tuo account. Visitare Ultimaker Digital Factory per stabilire una connessione." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Disabilita estrusore" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "La connessione cloud al momento non è disponibile. Accedere per collegarsi alla stampante cloud." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "La connessione cloud al momento non è disponibile. Verificare la connessione a Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Preferiti" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Aggiungi stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Generale" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Gestione stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Help" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Stampanti collegate" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&File" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Stampanti preimpostate" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Salva progetto..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Impostazioni di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Esporta..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Impostazione di stampa disabilitata. Il file G-code non può essere modificato." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Esporta selezione..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Profilo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&referenze" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Alcuni valori di impostazione/esclusione sono diversi dai valori memorizzati nel profilo.\n" -"\n" -"Fare clic per aprire la gestione profili." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Modifica" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Profili personalizzati" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "S&tampante" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Elimina le modifiche correnti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Stampanti abilitate per la rete" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Consigliata" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Stampanti locali" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Personalizzata" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "Es&tensioni" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Inserita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Configurazioni" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Disinserita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Caricamento in corso configurazioni disponibili dalla stampante..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Sperimentale" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Le configurazioni non sono disponibili perché la stampante è scollegata." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Non esiste alcun profilo %1 per la configurazione nelle estrusore %2. In alternativa verrà utilizzato lo scopo predefinito" -msgstr[1] "Non esiste alcun profilo %1 per le configurazioni negli estrusori %2. In alternativa verrà utilizzato lo scopo predefinito" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Questa configurazione non è disponibile perché %1 non viene riconosciuto. Visitare %2 per scaricare il profilo materiale corretto." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Profili" +msgid "Marketplace" +msgstr "Mercato" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Sono state modificate alcune impostazioni del profilo. Per modificarle, andare alla modalità personalizzata." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "La configurazione di questo estrusore non è consentita e proibisce il sezionamento." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 -msgctxt "@label" -msgid "Support" -msgstr "Supporto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Nessun profilo corrispondente alla configurazione di questo estrusore." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza queste strutture, queste parti collasserebbero durante la stampa." +msgid "Select configuration" +msgstr "Seleziona configurazione" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Gradual infill" -msgstr "Riempimento graduale" +msgid "Configurations" +msgstr "Configurazioni" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Personalizzata" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Un riempimento graduale aumenterà gradualmente la quantità di riempimento verso l'alto." +msgid "Printer" +msgstr "Stampante" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Adhesion" -msgstr "Adesione" +msgid "Enabled" +msgstr "Abilitato" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Abilita stampa di brim o raft. Questa funzione aggiunge un’area piana attorno o sotto l’oggetto, facile da tagliare successivamente." +msgid "Material" +msgstr "Materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Salva progetto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "Utilizzare la colla per una migliore adesione con questa combinazione di materiali." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Stampanti abilitate per la rete" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Stampanti locali" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Materiale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Preferiti" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Generale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Stampa modello selezionato con:" msgstr[1] "Stampa modelli selezionati con:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Moltiplica modello selezionato" msgstr[1] "Moltiplica modelli selezionati" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Numero di copie" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Salva progetto..." +msgid "Save Project..." +msgstr "Salva progetto..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Esporta..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Visualizza" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Esporta selezione..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Posizione fotocamera" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Configurazioni" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Visualizzazione fotocamera" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Personalizzata" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Prospettiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Ortogonale" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Abilitato" +msgid "View type" +msgstr "Visualizza tipo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Materiale" +msgid "Sign in to the Ultimaker platform" +msgstr "Accedi alla piattaforma Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Utilizzare la colla per una migliore adesione con questa combinazione di materiali." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Aggiungi profili materiale e plugin dal Marketplace\n" +"- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin\n" +"- Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "La configurazione di questo estrusore non è consentita e proibisce il sezionamento." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Crea un account Ultimaker gratuito" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Nessun profilo corrispondente alla configurazione di questo estrusore." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Accedi" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Seleziona configurazione" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Ultimo aggiornamento: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Configurazioni" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Account Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Caricamento in corso configurazioni disponibili dalla stampante..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Esci" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Le configurazioni non sono disponibili perché la stampante è scollegata." +msgid "Checking..." +msgstr "Verifica in corso..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Questa configurazione non è disponibile perché %1 non viene riconosciuto. Visitare %2 per scaricare il profilo materiale corretto." +msgid "Account synced" +msgstr "Account sincronizzato" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Mercato" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Apri file..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "S&tampante" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "Ma&teriale" +msgid "Something went wrong..." +msgstr "Si è verificato un errore..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Imposta come estrusore attivo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Installare gli aggiornamenti in attesa" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Abilita estrusore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Verificare gli aggiornamenti dell'account" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Disabilita estrusore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Sezionamento in corso..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Ap&ri recenti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Sezionamento impossibile" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Impostazioni visibili" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Elaborazione in corso" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Comprimi tutte le categorie" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Sezionamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Gestisci Impostazione visibilità..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Avvia il processo di sezionamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Posizione fotocamera" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Annulla" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Visualizzazione fotocamera" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Stima del tempo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Prospettiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Stima del materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Ortogonale" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "P&iano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Visualizza tipo" +msgid "No time estimation available" +msgstr "Nessuna stima di tempo disponibile" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "Viene stampato come supporto." +msgid "No cost estimation available" +msgstr "Nessuna stima di costo disponibile" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Gli altri modelli che si sovrappongono a questo modello sono stati modificati." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Anteprima" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "La sovrapposizione del riempimento con questo modello è stata modificata." +msgid "This package will be installed after restarting." +msgstr "Questo pacchetto sarà installato dopo il riavvio." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Le sovrapposizioni con questo modello non sono supportate." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Generale" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Ignora %1 impostazione." -msgstr[1] "Ignora %1 impostazioni." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Impostazioni" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Stampanti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiali" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Profili" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Attiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Chiusura di %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Crea" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Chiudere %1?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Duplica" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Installa il pacchetto" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Rinomina" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importa" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Esporta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Crea profilo" +msgid "Open File(s)" +msgstr "Apri file" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Indica un nome per questo profilo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Rilevata la presenza di uno o più file codice G tra i file selezionati. È possibile aprire solo un file codice G alla volta. Se desideri aprire un file codice G, selezionane uno solo." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplica profilo" +msgid "Add Printer" +msgstr "Aggiungi stampante" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Conferma rimozione" +msgid "What's New" +msgstr "Scopri le novità" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Sei sicuro di voler rimuovere %1? Questa operazione non può essere annullata!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Inserita" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Rinomina profilo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Disinserita" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importa profilo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Sperimentale" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Esporta profilo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Impostazioni di stampa" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Stampante: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Impostazione di stampa disabilitata. Il file G-code non può essere modificato." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Aggiorna il profilo con le impostazioni/esclusioni correnti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Consigliata" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Questo profilo utilizza le impostazioni predefinite dalla stampante, perciò non ci sono impostazioni/esclusioni nell’elenco riportato di seguito." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Personalizzata" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Le impostazioni correnti corrispondono al profilo selezionato." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Non esiste alcun profilo %1 per la configurazione nelle estrusore %2. In alternativa verrà utilizzato lo scopo predefinito" +msgstr[1] "Non esiste alcun profilo %1 per le configurazioni negli estrusori %2. In alternativa verrà utilizzato lo scopo predefinito" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Impostazioni globali" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Riempimento graduale" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Generale" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Un riempimento graduale aumenterà gradualmente la quantità di riempimento verso l'alto." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Interface" -msgstr "Interfaccia" +msgid "Support" +msgstr "Supporto" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Currency:" -msgstr "Valuta:" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza queste strutture, queste parti collasserebbero durante la stampa." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "Profili" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Sono state modificate alcune impostazioni del profilo. Per modificarle, andare alla modalità personalizzata." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" -msgid "Theme:" -msgstr "Tema:" +msgid "Adhesion" +msgstr "Adesione" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Riavviare l'applicazione per rendere effettive le modifiche." +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Abilita stampa di brim o raft. Questa funzione aggiunge un’area piana attorno o sotto l’oggetto, facile da tagliare successivamente." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Seziona automaticamente alla modifica delle impostazioni." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Profili personalizzati" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Seziona automaticamente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Elimina le modifiche correnti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Comportamento del riquadro di visualizzazione" +msgid "Profile" +msgstr "Profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Evidenzia in rosso le zone non supportate del modello. In assenza di supporto, queste aree non saranno stampate in modo corretto." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Alcuni valori di impostazione/esclusione sono diversi dai valori memorizzati nel profilo.\n" +"\n" +"Fare clic per aprire la gestione profili." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Visualizza sbalzo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Impostazione" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Evidenziare le superfici mancanti o estranee del modello utilizzando i simboli di avvertenza. I percorsi degli utensili spesso ignoreranno parti della geometria prevista." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Visualizzare gli errori del modello" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Corrente" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Sposta la fotocamera in modo che il modello si trovi al centro della visualizzazione quando è selezionato" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Centratura fotocamera alla selezione dell'elemento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Il comportamento dello zoom predefinito di Cura dovrebbe essere invertito?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Inverti la direzione dello zoom della fotocamera." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "Lo zoom si muove nella direzione del mouse?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Nella prospettiva ortogonale lo zoom verso la direzione del mouse non è supportato." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Impostazione visibilità" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Zoom verso la direzione del mouse" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "I modelli sull’area di stampa devono essere spostati per evitare intersezioni?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Controlla tutto" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Assicurarsi che i modelli siano mantenuti separati" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "I modelli sull’area di stampa devono essere portati a contatto del piano di stampa?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Attiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Rilascia automaticamente i modelli sul piano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Rinomina" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Visualizza il messaggio di avvertimento sul lettore codice G." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Conferma modifica diametro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Messaggio di avvertimento sul lettore codice G" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Il nuovo diametro del filamento impostato a %1 mm non è compatibile con l'attuale estrusore. Continuare?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "Lo strato deve essere forzato in modalità di compatibilità?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Visualizza nome" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Forzare la modalità di compatibilità visualizzazione strato (riavvio necessario)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marchio" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Aprire Cura nel punto in cui è stato chiuso?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Tipo di materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Ripristinare la posizione della finestra all'avvio" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Colore" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Quale tipo di rendering della fotocamera è necessario utilizzare?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Rendering fotocamera:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Proprietà" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Prospettiva" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ortogonale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 -msgctxt "@label" -msgid "Opening and saving files" -msgstr "Apertura e salvataggio file" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "L'apertura dei file dal desktop o da applicazioni esterne deve essere eseguita nella stessa istanza di Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Utilizzare una singola istanza di Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "È necessario pulire il piano di stampa prima di caricare un nuovo modello nella singola istanza di Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Pulire il piano di stampa prima di caricare il modello nella singola istanza" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "I modelli devono essere ridimensionati al volume di stampa, se troppo grandi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Ridimensiona i modelli troppo grandi" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Un modello può apparire eccessivamente piccolo se la sua unità di misura è espressa in metri anziché in millimetri. Questi modelli devono essere aumentati?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Ridimensiona i modelli eccessivamente piccoli" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "I modelli devono essere selezionati dopo essere stati caricati?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Selezionare i modelli dopo il caricamento" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Al nome del processo di stampa deve essere aggiunto automaticamente un prefisso basato sul nome della stampante?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Aggiungi al nome del processo un prefisso macchina" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Quando si salva un file di progetto deve essere visualizzato un riepilogo?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Visualizza una finestra di riepilogo quando si salva un progetto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Comportamento predefinito all'apertura di un file progetto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Comportamento predefinito all'apertura di un file progetto: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Chiedi sempre" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Apri sempre come progetto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Importa sempre i modelli" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Dopo aver modificato un profilo ed essere passati a un altro, si apre una finestra di dialogo che chiede se mantenere o eliminare le modifiche oppure se scegliere un comportamento predefinito e non visualizzare più tale finestra di dialogo." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Comportamento predefinito per i valori di impostazione modificati al passaggio a un profilo diverso: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Elimina sempre le impostazioni modificate" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Trasferisci sempre le impostazioni modificate a un nuovo profilo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privacy" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "I dati anonimi sulla stampa devono essere inviati a Ultimaker? Nota, non sono trasmessi o memorizzati modelli, indirizzi IP o altre informazioni personali." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Invia informazioni di stampa (anonime)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Ulteriori informazioni" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Aggiornamenti" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Cura deve verificare la presenza di eventuali aggiornamenti all’avvio del programma?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Controlla aggiornamenti all’avvio" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Quando si verifica la presenza di aggiornamenti, cercare solo versioni stabili." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Solo versioni stabili" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Quando si verifica la presenza di aggiornamenti, cercare versioni stabili e beta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Versioni stabili e beta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "È necessario verificare automaticamente la presenza di nuovi plugin ad ogni avvio di Cura? Si consiglia di non disabilitare questa opzione!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Ricevi notifiche di aggiornamenti plugin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informazioni" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Conferma modifica diametro" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Il nuovo diametro del filamento impostato a %1 mm non è compatibile con l'attuale estrusore. Continuare?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Visualizza nome" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "Tipo di materiale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "Colore" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 -msgctxt "@label" -msgid "Properties" -msgstr "Proprietà" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Densità" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diametro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Costo del filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Peso del filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Lunghezza del filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Costo al metro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Questo materiale è collegato a %1 e condivide alcune delle sue proprietà." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Scollega materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Descrizione" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Informazioni sull’aderenza" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Crea" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplica" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Sincronizza con le stampanti" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Stampante" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importa materiale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Impossibile importare materiale {1}: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Materiale importato correttamente %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Esporta materiale" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Impossibile esportare il materiale su %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Materiale esportato correttamente su %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informazioni" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Sincronizza materiali con stampanti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Sincronizza materiali con stampanti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Seguendo alcuni semplici passaggi, sarà possibile sincronizzare tutti i profili del materiale con le stampanti." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Avvio" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Cosa occorre per sincronizzare i profili del materiale?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Avvio" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Accedi" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Per sincronizzare automaticamente i profili del materiale con tutte le stampanti collegate a Digital Factory è necessario aver effettuato l'accesso a Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Sincronizza materiali con USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Le stampanti seguenti riceveranno i nuovi profili del materiale:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Si è verificato un errore durante l'invio di materiali alle stampanti." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "I profili del materiale sono stati sincronizzati correttamente con le stampanti seguenti:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Ricerca e riparazione dei guasti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Mancano stampanti?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Accertarsi che tutte le stampanti siano accese e collegate a Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Aggiorna elenco" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Riprova" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Eseguito" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Sincronizza" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Sincronizzazione" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Nessuna stampante trovata" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Nessuna stampante compatibile collegata a Digital Factory. Accertarsi che la stampante sia collegata e che il firmware più recente sia in esecuzione." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Scopri come collegare la stampante a Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Aggiorna" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Sincronizza profili del materiale tramite USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Eseguire le operazioni descritte di seguito per caricare nuovi profili del materiale nella stampante." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Fare clic sul pulsante Esporta archivio materiali." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Salvare il file .umm su una chiavetta USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Inserire la chiavetta USB nella stampante e avviare la procedura per caricare nuovi profili del materiale." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Come caricare nuovi profili del materiale nella stampante" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Indietro" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Esporta archivio materiali" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Esporta tutti i materiali" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Impostazione visibilità" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Controlla tutto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importa" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Calcolato" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Impostazione" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profilo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Corrente" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Unità" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplica" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Non collegato ad una stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Esporta" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "La stampante non accetta comandi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Conferma rimozione" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "In manutenzione. Controllare la stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Sei sicuro di voler rimuovere %1? Questa operazione non può essere annullata!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Persa connessione con la stampante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Importa materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Stampa in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Materiale importato correttamente %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "In pausa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Impossibile importare materiale {1}: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Preparazione in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Esporta materiale" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Rimuovere la stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Impossibile esportare il materiale su %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Interrompi la stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Materiale esportato correttamente su %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Sei sicuro di voler interrompere la stampa?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Stampa modello selezionato con %1" -msgstr[1] "Stampa modelli selezionati con %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Le mie stampanti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Monitora le stampanti in Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Crea progetti di stampa in Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Processi di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Questo profilo utilizza le impostazioni predefinite dalla stampante, perciò non ci sono impostazioni/esclusioni nell’elenco riportato di seguito." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Monitora i processi di stampa dalla cronologia di stampa." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Le impostazioni correnti corrispondono al profilo selezionato." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Estendi Ultimaker Cura con plugin e profili del materiale." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Impostazioni globali" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Diventa un esperto di stampa 3D con e-learning Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Crea profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Supporto Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Indica un nome per questo profilo." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Scopri come iniziare a utilizzare Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Esporta profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Fai una domanda" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplica profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consulta la community di Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Rinomina profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Segnala un errore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importa profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Informa gli sviluppatori che si è verificato un errore." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interfaccia" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Visita il sito Web Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Comando stampante" +msgid "Currency:" +msgstr "Valuta:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Posizione Jog" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Seziona automaticamente alla modifica delle impostazioni." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Seziona automaticamente" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Distanza Jog" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Invia codice G" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Invia un comando codice G personalizzato alla stampante connessa. Premere ‘invio’ per inviare il comando." +msgid "Viewport behavior" +msgstr "Comportamento del riquadro di visualizzazione" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Estrusore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Evidenzia in rosso le zone non supportate del modello. In assenza di supporto, queste aree non saranno stampate in modo corretto." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Temperatura target dell'estremità riscaldata. L'estremità riscaldata si riscalderà o raffredderà sino a questo valore di temperatura. Se questo è 0, l'estremità riscaldata verrà spenta." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Visualizza sbalzo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "La temperatura corrente di questa estremità calda." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Evidenziare le superfici mancanti o estranee del modello utilizzando i simboli di avvertenza. I percorsi degli utensili spesso ignoreranno parti della geometria prevista." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "La temperatura di preriscaldo dell’estremità calda." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Visualizzare gli errori del modello" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Annulla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Sposta la fotocamera in modo che il modello si trovi al centro della visualizzazione quando è selezionato" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Pre-riscaldo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Centratura fotocamera alla selezione dell'elemento" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Riscalda l’estremità calda prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento dell’estremità calda quando si è pronti per la stampa." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Il comportamento dello zoom predefinito di Cura dovrebbe essere invertito?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Il colore del materiale di questo estrusore." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Inverti la direzione dello zoom della fotocamera." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Il materiale di questo estrusore." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "Lo zoom si muove nella direzione del mouse?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "L’ugello inserito in questo estrusore." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Nella prospettiva ortogonale lo zoom verso la direzione del mouse non è supportato." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "La stampante non è collegata." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Zoom verso la direzione del mouse" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Piano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "I modelli sull’area di stampa devono essere spostati per evitare intersezioni?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "La temperatura target del piano riscaldato. Il piano verrà riscaldato o raffreddato a questa temperatura. Se è 0, il riscaldamento del piano viene disattivato." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Assicurarsi che i modelli siano mantenuti separati" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "La temperatura corrente del piano riscaldato." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "I modelli sull’area di stampa devono essere portati a contatto del piano di stampa?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "La temperatura di preriscaldo del piano." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Rilascia automaticamente i modelli sul piano di stampa" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Riscalda il piano prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento del piano quando si è pronti per la stampa." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Visualizza il messaggio di avvertimento sul lettore codice G." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Accedi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Messaggio di avvertimento sul lettore codice G" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Aggiungi profili materiale e plugin dal Marketplace\n" -"- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin\n" -"- Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "Lo strato deve essere forzato in modalità di compatibilità?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Crea un account Ultimaker gratuito" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Forzare la modalità di compatibilità visualizzazione strato (riavvio necessario)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Ultimo aggiornamento: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Aprire Cura nel punto in cui è stato chiuso?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Account Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Ripristinare la posizione della finestra all'avvio" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Esci" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Quale tipo di rendering della fotocamera è necessario utilizzare?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Verifica in corso..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Rendering fotocamera:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Account sincronizzato" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Prospettiva" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ortogonale" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Si è verificato un errore..." +msgid "Opening and saving files" +msgstr "Apertura e salvataggio file" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Installare gli aggiornamenti in attesa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "L'apertura dei file dal desktop o da applicazioni esterne deve essere eseguita nella stessa istanza di Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Verificare gli aggiornamenti dell'account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Utilizzare una singola istanza di Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Senza titolo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "È necessario pulire il piano di stampa prima di caricare un nuovo modello nella singola istanza di Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Nessun elemento da selezionare da" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Pulire il piano di stampa prima di caricare il modello nella singola istanza" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Mostra la Guida ricerca e riparazione dei guasti online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "I modelli devono essere ridimensionati al volume di stampa, se troppo grandi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Attiva/disattiva schermo intero" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Ridimensiona i modelli troppo grandi" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Esci da schermo intero" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Un modello può apparire eccessivamente piccolo se la sua unità di misura è espressa in metri anziché in millimetri. Questi modelli devono essere aumentati?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "&Annulla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Ridimensiona i modelli eccessivamente piccoli" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "Ri&peti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "I modelli devono essere selezionati dopo essere stati caricati?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Esci" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Selezionare i modelli dopo il caricamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Visualizzazione 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Al nome del processo di stampa deve essere aggiunto automaticamente un prefisso basato sul nome della stampante?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Visualizzazione frontale" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Aggiungi al nome del processo un prefisso macchina" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Visualizzazione superiore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Quando si salva un file di progetto deve essere visualizzato un riepilogo?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Vista inferiore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Visualizza una finestra di riepilogo quando si salva un progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Visualizzazione lato sinistro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Comportamento predefinito all'apertura di un file progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Visualizzazione lato destro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Comportamento predefinito all'apertura di un file progetto: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Configura Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Chiedi sempre" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Aggiungi stampante..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Apri sempre come progetto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Gestione stampanti..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Importa sempre i modelli" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Gestione materiali..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Dopo aver modificato un profilo ed essere passati a un altro, si apre una finestra di dialogo che chiede se mantenere o eliminare le modifiche oppure se scegliere un comportamento predefinito e non visualizzare più tale finestra di dialogo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Aggiungere altri materiali da Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Comportamento predefinito per i valori di impostazione modificati al passaggio a un profilo diverso: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&Aggiorna il profilo con le impostazioni/esclusioni correnti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Elimina sempre le impostazioni modificate" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Elimina le modifiche correnti" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Trasferisci sempre le impostazioni modificate a un nuovo profilo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&Crea profilo dalle impostazioni/esclusioni correnti..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privacy" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Gestione profili..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "I dati anonimi sulla stampa devono essere inviati a Ultimaker? Nota, non sono trasmessi o memorizzati modelli, indirizzi IP o altre informazioni personali." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Mostra documentazione &online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Invia informazioni di stampa (anonime)" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Se&gnala un errore" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Aggiornamenti" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Scopri le novità" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Cura deve verificare la presenza di eventuali aggiornamenti all’avvio del programma?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Informazioni..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Controlla aggiornamenti all’avvio" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Cancella selezionati" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Quando si verifica la presenza di aggiornamenti, cercare solo versioni stabili." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centra selezionati" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Solo versioni stabili" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Moltiplica selezionati" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Quando si verifica la presenza di aggiornamenti, cercare versioni stabili e beta." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Elimina modello" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Versioni stabili e beta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "C&entra modello su piattaforma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "È necessario verificare automaticamente la presenza di nuovi plugin ad ogni avvio di Cura? Si consiglia di non disabilitare questa opzione!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "&Raggruppa modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Ricevi notifiche di aggiornamenti plugin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Separa modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Aggiungi stampante per indirizzo IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "&Unisci modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Inserire l'indirizzo IP della stampante." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "Mo<iplica modello..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Aggiungi" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Seleziona tutti i modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Impossibile connettersi al dispositivo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Cancellare piano di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Non è possibile effettuare la connessione alla stampante Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Ricarica tutti i modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "La stampante a questo indirizzo non ha ancora risposto." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Sistema tutti i modelli su tutti i piani di stampa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Questa stampante non può essere aggiunta perché è una stampante sconosciuta o non è l'host di un gruppo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Sistema tutti i modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Collega" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Sistema selezione" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Note sulla versione" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Reimposta tutte le posizioni dei modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Contratto di licenza" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Reimposta tutte le trasformazioni dei modelli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Accetta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&Apri file..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Rifiuta e chiudi" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Nuovo Progetto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Scopri le novità" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Mostra cartella di configurazione" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Avanti" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Configura visibilità delle impostazioni..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Aggiungere una stampante cloud" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Mercato" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "In attesa della risposta del cloud" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Questa impostazione non è utilizzata perché tutte le impostazioni che influenza sono sottoposte a override." +msgid "No printers found in your account?" +msgstr "Non sono presenti stampanti nel cloud?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Influisce su" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "Le seguenti stampanti del tuo account sono state aggiunte in Cura:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Influenzato da" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Aggiungere la stampante manualmente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Aggiungi impostazioni materiale e plugin dal Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Esegui il backup e la sincronizzazione delle impostazioni materiale e dei plugin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Salta" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Crea un account Ultimaker gratuito" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Questa impostazione è sempre condivisa tra tutti gli estrusori. La sua modifica varierà il valore per tutti gli estrusori." +msgid "Welcome to Ultimaker Cura" +msgstr "Benvenuto in Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Segui questa procedura per configurare\n" +"Ultimaker Cura. Questa operazione richiederà solo pochi istanti." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Per iniziare" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Questa impostazione viene risolta dai valori in conflitto specifici dell'estrusore:" +msgid "Empty" +msgstr "Vuoto" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Questa impostazione ha un valore diverso dal profilo.\n" -"\n" -"Fare clic per ripristinare il valore del profilo." +msgid "Manufacturer" +msgstr "Produttore" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Questa impostazione normalmente viene calcolata, ma attualmente ha impostato un valore assoluto.\n" -"\n" -"Fare clic per ripristinare il valore calcolato." +msgid "Profile author" +msgstr "Autore profilo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nome stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Dare un nome alla stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Aggiungi una stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Aggiungi una stampante in rete" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Aggiungi una stampante non in rete" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Non è stata trovata alcuna stampante sulla rete." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Aggiorna" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Aggiungi stampante per IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Aggiungere una stampante cloud" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Ricerca e riparazione dei guasti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Aiutaci a migliorare Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura acquisisce dati anonimi per migliorare la qualità di stampa e l'esperienza dell'utente, tra cui:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Tipi di macchine" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Utilizzo dei materiali" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Numero di sezionamenti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Impostazioni di stampa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "I dati acquisiti da Ultimaker Cura non conterranno alcuna informazione personale." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Ulteriori informazioni" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Elenco oggetti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Viene stampato come supporto." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Gli altri modelli che si sovrappongono a questo modello sono stati modificati." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "La sovrapposizione del riempimento con questo modello è stata modificata." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Le sovrapposizioni con questo modello non sono supportate." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Ignora %1 impostazione." +msgstr[1] "Ignora %1 impostazioni." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Stampanti collegate" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Stampanti preimpostate" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "La stampante cloud è offline. Verificare se la stampante è accesa e collegata a Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Questa stampante non è collegata al tuo account. Visitare Ultimaker Digital Factory per stabilire una connessione." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "La connessione cloud al momento non è disponibile. Accedere per collegarsi alla stampante cloud." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "La connessione cloud al momento non è disponibile. Verificare la connessione a Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Aggiungi stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Gestione stampanti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Senza titolo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Non collegato ad una stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "La stampante non accetta comandi" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "In manutenzione. Controllare la stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Persa connessione con la stampante" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Stampa in corso..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "In pausa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Preparazione in corso..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Rimuovere la stampa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Interrompi la stampa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Sei sicuro di voler interrompere la stampa?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Alcune impostazioni nascoste utilizzano valori diversi dal proprio valore normale calcolato.\n" +"\n" +"Fare clic per rendere visibili queste impostazioni." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Impostazioni ricerca" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Copia valore su tutti gli estrusori" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Copia tutti i valori modificati su tutti gli estrusori" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Nascondi questa impostazione" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Nascondi questa impostazione" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Mantieni visibile questa impostazione" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Configura visibilità delle impostazioni..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Questa impostazione non è utilizzata perché tutte le impostazioni che influenza sono sottoposte a override." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Influisce su" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Influenzato da" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Questa impostazione è sempre condivisa tra tutti gli estrusori. La sua modifica varierà il valore per tutti gli estrusori." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Questa impostazione viene risolta dai valori in conflitto specifici dell'estrusore:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Questa impostazione ha un valore diverso dal profilo.\n" +"\n" +"Fare clic per ripristinare il valore del profilo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Questa impostazione normalmente viene calcolata, ma attualmente ha impostato un valore assoluto.\n" +"\n" +"Fare clic per ripristinare il valore calcolato." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Stampa attiva" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nome del processo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Tempo di stampa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Tempo residuo stimato" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Attiva/disattiva schermo intero" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Esci da schermo intero" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "&Annulla" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "Ri&peti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Esci" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Visualizzazione 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Visualizzazione frontale" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Visualizzazione superiore" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Vista inferiore" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Visualizzazione lato sinistro" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Visualizzazione lato destro" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Configura Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Aggiungi stampante..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Gestione stampanti..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Gestione materiali..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&Aggiorna il profilo con le impostazioni/esclusioni correnti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Elimina le modifiche correnti" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&Crea profilo dalle impostazioni/esclusioni correnti..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Gestione profili..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Mostra documentazione &online" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Se&gnala un errore" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Scopri le novità" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Informazioni..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Cancella selezionati" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centra selezionati" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Moltiplica selezionati" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Elimina modello" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "C&entra modello su piattaforma" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "&Raggruppa modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Separa modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "&Unisci modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "Mo<iplica modello..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Seleziona tutti i modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Cancellare piano di stampa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Ricarica tutti i modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Sistema tutti i modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Sistema selezione" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Reimposta tutte le posizioni dei modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Reimposta tutte le trasformazioni dei modelli" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&Apri file..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Nuovo Progetto..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Mostra cartella di configurazione" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Visualizzazione 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Visualizzazione frontale" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Visualizzazione superiore" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Vista sinistra" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Vista destra" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Fornisce una fase di preparazione in Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Fase di preparazione" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Fornisce supporto per l'esportazione dei profili Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Writer profilo Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Fornisce supporto per la lettura dei file modello." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh Reader" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Controlla disponibilità di aggiornamenti firmware." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Controllo aggiornamento firmware" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Registra determinati eventi in modo che possano essere utilizzati dal segnalatore dei crash" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Logger sentinella" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Fornisce una fase di controllo in Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Fase di controllo" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Fornisce il collegamento a caldo dell'unità rimovibile e il supporto per la scrittura." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Plugin dispositivo di output unità rimovibile" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Fornisce il supporto per la lettura di file 3MF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Lettore 3MF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Fornisce il supporto per la lettura di pacchetti formato Ultimaker." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Lettore UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Si collega alla Digital Library, consentendo a Cura di aprire file e salvare file in Digital Library." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Fornisce le impostazioni per modello." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Utilità impostazioni per modello" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Fornisce azioni macchina per l’aggiornamento del firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Aggiornamento firmware" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Gestisce le connessioni di rete alle stampanti Ultimaker in rete." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Connessione di rete Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Controlla i modelli e la configurazione di stampa per eventuali problematiche di stampa e suggerimenti." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Controllo modello" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Vista simulazione" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Scrive il codice G in un file." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Writer codice G" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Fornisce il supporto per la scrittura di file 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Writer 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Legge il codice G da un archivio compresso." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Lettore codice G compresso" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Offre la possibilità di leggere e scrivere profili di materiali basati su XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Profili del materiale" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Fornisce il collegamento al back-end di sezionamento CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Back-end CuraEngine" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Fornisce il supporto per la lettura di file X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Lettore X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Abilita la possibilità di generare geometria stampabile da file immagine 2D." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Lettore di immagine" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Fornisce il supporto per la lettura di file 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Lettore 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Fornisce il supporto per la scrittura di pacchetti formato Ultimaker." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Writer UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Fornisce supporto per l'importazione di profili dalle versioni legacy Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Lettore legacy profilo Cura" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Aggiorna le configurazioni da Cura 4.3 a Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Aggiornamento della versione da 4.3 a 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Aggiorna le configurazioni da Cura 2.1 a Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Aggiornamento della versione da 2.1 a 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Aggiorna le configurazioni da Cura 4.1 a Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Aggiornamento della versione da 4.1 a 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Aggiorna le configurazioni da Cura 4.5 a Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Aggiornamento della versione da 4.5 a 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Aggiorna le configurazioni da Cura 3.3 a Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Aggiornamento della versione da 3.3 a 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Aggiorna le configurazioni da Cura 4.8 a Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Aggiornamento della versione da 4.8 a 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Aggiorna le configurazioni da Cura 2.7 a Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Aggiornamento della versione da 2.7 a 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Aggiorna le configurazioni da Cura 4.4 a Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Impostazioni ricerca" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Aggiornamento della versione da 4.4 a 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Copia valore su tutti gli estrusori" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Aggiorna le configurazioni da Cura 3.0 a Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Copia tutti i valori modificati su tutti gli estrusori" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Aggiornamento della versione da 3.0 a 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Nascondi questa impostazione" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Aggiorna le configurazioni da Cura 4.6.0 a Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Nascondi questa impostazione" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Aggiornamento versione da 4.6.0 a 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Mantieni visibile questa impostazione" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Aggiorna le configurazioni da Cura 2.6 a Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Alcune impostazioni nascoste utilizzano valori diversi dal proprio valore normale calcolato.\n" -"\n" -"Fare clic per rendere visibili queste impostazioni." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Aggiornamento della versione da 2.6 a 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Questo pacchetto sarà installato dopo il riavvio." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Aggiorna le configurazioni da Cura 4.2 a Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Impostazioni" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Aggiornamento della versione da 4.2 a 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Chiusura di %1" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Aggiorna le configurazioni da Cura 4.0 a Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Chiudere %1?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Aggiornamento della versione da 4.0 a 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Installa il pacchetto" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Aggiorna le configurazioni da Cura 4.6.2 a Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Apri file" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Aggiornamento versione da 4.6.2 a 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Rilevata la presenza di uno o più file codice G tra i file selezionati. È possibile aprire solo un file codice G alla volta. Se desideri aprire un file codice G, selezionane uno solo." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Aggiorna le configurazioni da Cura 4.9 a Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Aggiungi stampante" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Aggiornamento della versione da 4.9 a 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Scopri le novità" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Aggiorna le configurazioni da Cura 2.2 a Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Aggiornamento della versione da 2.2 a 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Fornisce le impostazioni per modello." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Aggiorna le configurazioni da Cura 3.2 a Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Utilità impostazioni per modello" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Aggiornamento della versione da 3.2 a 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Fornisce supporto per l'importazione dei profili Cura." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Aggiorna le configurazioni da Cura 2.5 a Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Lettore profilo Cura" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Aggiornamento della versione da 2.5 a 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Fornisce il supporto per la lettura di file X3D." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Aggiorna le configurazioni da Cura 3.5 a Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Lettore X3D" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Aggiornamento della versione da 3.5 a 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Effettua il backup o ripristina la configurazione." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Aggiorna le configurazioni da Cura 3.4 a Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Backup Cura" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Aggiornamento della versione da 3.4 a 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Fornisce un modo per modificare le impostazioni della macchina (come il volume di stampa, la dimensione ugello, ecc.)" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Aggiorna le configurazioni da Cura 4.7 a Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Azione Impostazioni macchina" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Aggiornamento della versione da 4.7 a 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Crea una maglia di cancellazione per bloccare la stampa del supporto in alcune posizioni" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Aggiorna le configurazioni da Cura 4.11 a Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Cancellazione supporto" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Aggiornamento della versione da 4.11 a 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Fornisce il collegamento a caldo dell'unità rimovibile e il supporto per la scrittura." +msgid "Backup and restore your configuration." +msgstr "Effettua il backup o ripristina la configurazione." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Plugin dispositivo di output unità rimovibile" +msgid "Cura Backups" +msgstr "Backup Cura" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Fornisce azioni macchina per l’aggiornamento del firmware." +msgid "Provides support for importing Cura profiles." +msgstr "Fornisce supporto per l'importazione dei profili Cura." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Aggiornamento firmware" +msgid "Cura Profile Reader" +msgstr "Lettore profilo Cura" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Fornisce supporto per l'importazione di profili dalle versioni legacy Cura." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Invia informazioni su sezionamento anonime Può essere disabilitato tramite le preferenze." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Lettore legacy profilo Cura" +msgid "Slice info" +msgstr "Informazioni su sezionamento" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Fornisce il supporto per la lettura di file 3MF." +msgid "Provides support for importing profiles from g-code files." +msgstr "Fornisce supporto per l'importazione di profili da file G-Code." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Lettore 3MF" +msgid "G-code Profile Reader" +msgstr "Lettore profilo codice G" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Fornisce il supporto per la scrittura di pacchetti formato Ultimaker." +msgid "Writes g-code to a compressed archive." +msgstr "Scrive il codice G in un archivio compresso." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Writer UFP" +msgid "Compressed G-code Writer" +msgstr "Writer codice G compresso" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Registra determinati eventi in modo che possano essere utilizzati dal segnalatore dei crash" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Estensione che consente la post-elaborazione degli script creati da utente" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Logger sentinella" +msgid "Post Processing" +msgstr "Post-elaborazione" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Fornisce supporto per l'importazione di profili da file G-Code." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Crea una maglia di cancellazione per bloccare la stampa del supporto in alcune posizioni" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Lettore profilo codice G" +msgid "Support Eraser" +msgstr "Cancellazione supporto" #: PreviewStage/plugin.json msgctxt "description" @@ -6075,55 +6487,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Vista ai raggi X" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Fornisce il collegamento al back-end di sezionamento CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Fornisce azioni macchina per le macchine Ultimaker (come la procedura guidata di livellamento del piano di stampa, la selezione degli aggiornamenti, ecc.)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Back-end CuraEngine" +msgid "Ultimaker machine actions" +msgstr "Azioni della macchina Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Fornisce il supporto per la lettura di file 3MF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Lettore 3MF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Legge il codice G da un archivio compresso." +msgid "Provides a normal solid mesh view." +msgstr "Fornisce una normale visualizzazione a griglia compatta." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Lettore codice G compresso" +msgid "Solid View" +msgstr "Visualizzazione compatta" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Estensione che consente la post-elaborazione degli script creati da utente" +msgid "Allows loading and displaying G-code files." +msgstr "Consente il caricamento e la visualizzazione dei file codice G." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Post-elaborazione" +msgid "G-code Reader" +msgstr "Lettore codice G" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Fornisce supporto per l'esportazione dei profili Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Fornisce un modo per modificare le impostazioni della macchina (come il volume di stampa, la dimensione ugello, ecc.)" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Writer profilo Cura" +msgid "Machine Settings Action" +msgstr "Azione Impostazioni macchina" #: USBPrinting/plugin.json msgctxt "description" @@ -6135,415 +6547,363 @@ msgctxt "name" msgid "USB printing" msgstr "Stampa USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Fornisce una fase di preparazione in Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizza materiali" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Fase di preparazione" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Affinché le modifiche diventino effettive, è necessario chiudere e riavviare {}." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Consente il caricamento e la visualizzazione dei file codice G." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Sincronizzazione in corso..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Lettore codice G" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Modifiche rilevate dal tuo account Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Abilita la possibilità di generare geometria stampabile da file immagine 2D." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Desiderate sincronizzare pacchetti materiale e software con il vostro account?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Lettore di immagine" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizza" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Fornisce azioni macchina per le macchine Ultimaker (come la procedura guidata di livellamento del piano di stampa, la selezione degli aggiornamenti, ecc.)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Rifiuta e rimuovi dall'account" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Azioni della macchina Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "Impossibile scaricare i plugin {}" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Scrive il codice G in un archivio compresso." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Accordo di licenza plugin" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Writer codice G compresso" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Converti immagine..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Controlla disponibilità di aggiornamenti firmware." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "La larghezza in millimetri sul piano di stampa." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Controllo aggiornamento firmware" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Mercato" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Invia informazioni su sezionamento anonime Può essere disabilitato tramite le preferenze." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Riavviare Cura per rendere effettive le modifiche apportate ai pacchetti." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Informazioni su sezionamento" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Installazione" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Offre la possibilità di leggere e scrivere profili di materiali basati su XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Installa" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Profili del materiale" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Si collega alla Digital Library, consentendo a Cura di aprire file e salvare file in Digital Library." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Vai al Marketplace web" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Cerca materiali" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Trova, gestisce ed installa nuovi pacchetti Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibilità" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Casella degli strumenti" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Macchina" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Scrive il codice G in un file." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Piano di stampa" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Writer codice G" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Supporto" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Fornisce la vista di simulazione." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Qualità" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Vista simulazione" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Scheda dati tecnici" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Aggiorna le configurazioni da Cura 4.5 a Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Scheda dati di sicurezza" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Aggiornamento della versione da 4.5 a 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Linee guida di stampa" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Aggiorna le configurazioni da Cura 2.5 a Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Sito web" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Aggiornamento della versione da 2.5 a 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Log in deve essere installato o aggiornato" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Aggiorna le configurazioni da Cura 4.6.0 a Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Acquista bobine di materiale" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Aggiornamento versione da 4.6.0 a 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Aggiorna" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Aggiorna le configurazioni da Cura 4.7 a Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Aggiornamento in corso" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Aggiornamento della versione da 4.7 a 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Aggiornamento eseguito" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Aggiorna le configurazioni da Cura 3.4 a Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Indietro" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Aggiornamento della versione da 3.4 a 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Plugin" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Installa" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "L'installazione sarà eseguita al riavvio" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Log in deve essere aggiornato" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Downgrade" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Aggiorna le configurazioni da Cura 2.1 a Cura 2.2." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Disinstalla" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Aggiornamento della versione da 2.1 a 2.2" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Contributi della comunità" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Aggiorna le configurazioni da Cura 3.2 a Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Plugin della comunità" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Aggiornamento della versione da 3.2 a 3.3" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Materiali generici" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Aggiorna le configurazioni da Cura 4.8 a Cura 4.9." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Recupero dei pacchetti..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Aggiornamento della versione da 4.8 a 4.9" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Sito web" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Aggiorna le configurazioni da Cura 4.6.2 a Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-mail" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Aggiornamento versione da 4.6.2 a 4.7" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Accedere per ottenere i plugin e i materiali verificati per Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Aggiorna le configurazioni da Cura 4.2 a Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Versione" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Aggiornamento della versione da 4.2 a 4.3" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Ultimo aggiornamento" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Aggiorna le configurazioni da Cura 4.3 a Cura 4.4." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Download" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Aggiornamento della versione da 4.3 a 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Plugin installati" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Aggiorna le configurazioni da Cura 4.9 a Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Non è stato installato alcun plugin." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Aggiornamento della versione da 4.9 a 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Materiali installati" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Aggiorna le configurazioni da Cura 2.7 a Cura 3.0." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Non è stato installato alcun materiale." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Aggiornamento della versione da 2.7 a 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Plugin inseriti nel bundle" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Aggiorna le configurazioni da Cura 2.6 a Cura 2.7." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Materiali inseriti nel bundle" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Aggiornamento della versione da 2.6 a 2.7" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Impossibile connettersi al database pacchetto Cura. Verificare la connessione." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Aggiorna le configurazioni da Cura 4.11 a Cura 4.12." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "È necessario accettare la licenza per installare il pacchetto" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Aggiornamento della versione da 4.11 a 4.12" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Modifiche dall'account" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Aggiorna le configurazioni da Cura 3.3 a Cura 3.4." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Rimuovi" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Aggiornamento della versione da 3.3 a 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Verranno aggiunti i seguenti pacchetti:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Aggiorna le configurazioni da Cura 3.0 a Cura 3.1." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Impossibile installare i seguenti pacchetti a causa di una versione di Cura non compatibile:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Aggiornamento della versione da 3.0 a 3.1" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Conferma disinstalla" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Aggiorna le configurazioni da Cura 4.0 a Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Si stanno installando materiali e/o profili ancora in uso. La conferma ripristina i seguenti materiali/profili ai valori predefiniti." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Aggiornamento della versione da 4.0 a 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiali" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Aggiorna le configurazioni da Cura 4.4 a Cura 4.5." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profili" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Aggiornamento della versione da 4.4 a 4.5" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Conferma" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Aggiorna le configurazioni da Cura 2.2 a Cura 2.4." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Alcune parti potrebbero risultare problematiche in questa stampa. Fare click per visualizzare i suggerimenti per la regolazione." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Aggiornamento della versione da 2.2 a 2.4" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Libreria di supporto per gestione oggetti planari" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Aggiorna le configurazioni da Cura 4.1 a Cura 4.2." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Alcune impostazioni di profilo sono state personalizzate.\n" +#~ "Mantenere queste impostazioni modificate dopo il cambio dei profili?\n" +#~ "In alternativa, è possibile eliminare le modifiche per caricare i valori predefiniti da '%1'." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Aggiornamento della versione da 4.1 a 4.2" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "P&iano di stampa" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Aggiorna le configurazioni da Cura 3.5 a Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Crea" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Aggiornamento della versione da 3.5 a 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplica" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Gestisce le connessioni di rete alle stampanti Ultimaker in rete." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Stampante: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Connessione di rete Ultimaker" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Aggiorna il profilo con le impostazioni/esclusioni correnti" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Fornisce supporto per la lettura dei file modello." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Tema:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh Reader" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Riavviare l'applicazione per rendere effettive le modifiche." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Fornisce il supporto per la lettura di pacchetti formato Ultimaker." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Ulteriori informazioni" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Lettore UFP" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Crea" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Fornisce una normale visualizzazione a griglia compatta." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Sincronizza con le stampanti" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Visualizzazione compatta" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Stampante" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Fornisce il supporto per la scrittura di file 3MF." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Unità" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Writer 3MF" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Mostra la Guida ricerca e riparazione dei guasti online" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Fornisce una fase di controllo in Cura." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Aggiungere altri materiali da Marketplace" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Fase di controllo" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Sistema tutti i modelli su tutti i piani di stampa" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Controlla i modelli e la configurazione di stampa per eventuali problematiche di stampa e suggerimenti." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Mercato" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Controllo modello" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Trova, gestisce ed installa nuovi pacchetti Cura." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Casella degli strumenti" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Fornisce la vista di simulazione." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/it_IT/fdmextruder.def.json.po b/resources/i18n/it_IT/fdmextruder.def.json.po index e5b21c43ed..390d4f8878 100644 --- a/resources/i18n/it_IT/fdmextruder.def.json.po +++ b/resources/i18n/it_IT/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:58+0200\n" "Last-Translator: Bothof \n" "Language-Team: Italian\n" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index 12c2f38a5f..880436a020 100644 --- a/resources/i18n/it_IT/fdmprinter.def.json.po +++ b/resources/i18n/it_IT/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:58+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Italian , Italian \n" @@ -56,7 +56,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "I comandi codice G da eseguire all’avvio, separati da \n." +msgstr "" +"I comandi codice G da eseguire all’avvio, separati da \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -68,7 +70,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "I comandi codice G da eseguire alla fine, separati da \n." +msgstr "" +"I comandi codice G da eseguire alla fine, separati da \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -462,8 +466,8 @@ msgstr "Poligono testina macchina e ventola" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Una silhouette 2D della testina di stampa (cappucci ventola inclusi)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -735,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Il diametro della ruota che guida il materiale nel tirafilo." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -955,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Indica il numero delle pareti. Quando calcolato mediante lo spessore della parete, il valore viene arrotondato a numero intero." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -986,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Ottimizzare la sequenza di stampa delle pareti in modo da ridurre il numero di retrazioni e la distanza percorsa. L'abilitazione di questa funzione porta vantaggi per la maggior parte dei pezzi; alcuni possono richiedere un maggior tempo di esecuzione; si consiglia di confrontare i tempi di stampa stimati con e senza ottimizzazione. Scegliendo la funzione brim come tipo di adesione del piano di stampa, il primo strato non viene ottimizzato." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Pareti esterne prima di quelle interne" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Quando abilitata, questa funzione stampa le pareti nell’ordine dall’esterno all’interno. In tal modo è possibile migliorare la precisione dimensionale in X e Y quando si utilizza una plastica ad alta viscosità come ABS; tuttavia può diminuire la qualità di stampa della superficie esterna, in particolare sugli sbalzi." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1006,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Stampa una parete supplementare ogni due strati. In questo modo il riempimento rimane catturato tra queste pareti supplementari, creando stampe più resistenti." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Compensazione di sovrapposizioni di pareti" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compensa il flusso per le parti di una parete che viene stampata dove è già presente una parete." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Compensazione di sovrapposizioni pareti esterne" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Compensa il flusso per le parti di una parete esterna che viene stampata dove è già presente una parete." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Compensazione di sovrapposizioni pareti interne" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Compensa il flusso per le parti di una parete interna che viene stampata dove è già presente una parete." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Flusso minimo della parete" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Flusso percentuale minimo ammesso per una linea perimetrale. La compensazione di sovrapposizione pareti riduce il flusso di una parete quando si trova vicino a una parete esistente. Le pareti con un flusso inferiore a questo valore saranno sostituite da uno spostamento. Quando si utilizza questa impostazione, si deve abilitare la compensazione della sovrapposizione pareti e stampare la parete esterna prima delle pareti interne." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferire retrazione" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Se abilitata, la retrazione viene utilizzata al posto del combing per gli spostamenti che sostituiscono le pareti aventi un flusso inferiore alla soglia minima." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Riempimento degli interstizi tra le pareti" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Riempie gli spazi dove non è possibile inserire pareti." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "In nessun punto" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Stampa pareti sottili" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "In tutti i possibili punti" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Stampa parti del modello orizzontalmente più sottili delle dimensioni dell'ugello." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Esclusione spazi minimi" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Esclude gli spazi minimi per ridurre le gocce sull’esterno del modello." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Stampa pareti sottili" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Stampa parti del modello orizzontalmente più sottili delle dimensioni dell'ugello." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1728,10 +1792,7 @@ msgstr "Configurazione di riempimento" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Configurazione del materiale di riempimento della stampa. Il riempimento a linea e a zig zag cambia direzione su strati alternati, riducendo il costo del" -" materiale. Le configurazioni a griglia, a triangolo, tri-esagonali, cubiche, ottagonali, a quarto di cubo, incrociate e concentriche sono stampate completamente" -" su ogni strato. Le configurazioni gyroid, cubiche, a quarto di cubo e ottagonali variano per ciascuno strato per garantire una più uniforme distribuzione" -" della forza in ogni direzione. Il riempimento fulmine cerca di minimizzare il riempimento, supportando solo la parte superiore dell'oggetto." +msgstr "Configurazione del materiale di riempimento della stampa. Il riempimento a linea e a zig zag cambia direzione su strati alternati, riducendo il costo del materiale. Le configurazioni a griglia, a triangolo, tri-esagonali, cubiche, ottagonali, a quarto di cubo, incrociate e concentriche sono stampate completamente su ogni strato. Le configurazioni gyroid, cubiche, a quarto di cubo e ottagonali variano per ciascuno strato per garantire una più uniforme distribuzione della forza in ogni direzione. Il riempimento fulmine cerca di minimizzare il riempimento, supportando solo la parte superiore dell'oggetto." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2045,8 +2106,7 @@ msgstr "Angolo eliminazione riempimento fulmine" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." -msgstr "I punti finali delle linee di riempimento vengono accorciati per risparmiare sul materiale. Questa impostazione è l'angolo di sbalzo dei punti finali di" -" queste linee." +msgstr "I punti finali delle linee di riempimento vengono accorciati per risparmiare sul materiale. Questa impostazione è l'angolo di sbalzo dei punti finali di queste linee." #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle label" @@ -2056,8 +2116,7 @@ msgstr "Angolo di raddrizzatura riempimento fulmine" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Le linee di riempimento vengono raddrizzate per risparmiare sul tempo di stampa. Questo è l'angolo di sbalzo massimo consentito sulla lunghezza della linea" -" di riempimento." +msgstr "Le linee di riempimento vengono raddrizzate per risparmiare sul tempo di stampa. Questo è l'angolo di sbalzo massimo consentito sulla lunghezza della linea di riempimento." #: fdmprinter.def.json msgctxt "material label" @@ -2199,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Per compensare la contrazione del materiale durante il raffreddamento, il modello sarà scalato con questo fattore." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2710,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "I primi strati vengono stampati più lentamente rispetto al resto del modello, per ottenere una migliore adesione al piano di stampa ed ottimizzare nel complesso la percentuale di successo delle stampe. La velocità aumenta gradualmente nel corso di esecuzione degli strati successivi." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Equalizzazione del flusso del filamento" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Stampa le linee più sottili del normale più velocemente in modo che la quantità di materiale estruso per secondo rimanga la stessa. I pezzi sottili del modello potrebbero richiedere linee stampate con una larghezza minore rispetto a quella indicata nelle impostazioni. Questa impostazione controlla le variazioni di velocità per tali linee." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Velocità massima per l’equalizzazione del flusso" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Indica la velocità di stampa massima quando si regola la velocità di stampa per equalizzare il flusso." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4464,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Il treno estrusore utilizzato per la stampa dello skirt/brim/raft. Utilizzato nell’estrusione multipla." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4628,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Indica la distanza tra le linee che costituiscono la maglia superiore del raft. La distanza deve essere uguale alla larghezza delle linee, in modo tale da ottenere una superficie solida." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5128,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "La deviazione massima consentita quando si riduce la risoluzione per l'impostazione Risoluzione massima. Se si aumenta questo parametro, la stampa sarà meno precisa, ma il g-code sarà più piccolo. Deviazione massima rappresenta il limite per Risoluzione massima; pertanto se le due impostazioni sono in conflitto, verrà considerata vera l'impostazione Deviazione massima." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6422,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "I dettagli di piccole dimensioni sul primo layer saranno stampati a questa percentuale della velocità di stampa normale. Una stampa più lenta può aiutare in termini di adesione e precisione." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6482,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Matrice di rotazione da applicare al modello quando caricato dal file." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Una silhouette 2D della testina di stampa (cappucci ventola inclusi)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Pareti esterne prima di quelle interne" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Quando abilitata, questa funzione stampa le pareti nell’ordine dall’esterno all’interno. In tal modo è possibile migliorare la precisione dimensionale in X e Y quando si utilizza una plastica ad alta viscosità come ABS; tuttavia può diminuire la qualità di stampa della superficie esterna, in particolare sugli sbalzi." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Compensazione di sovrapposizioni di pareti" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compensa il flusso per le parti di una parete che viene stampata dove è già presente una parete." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Compensazione di sovrapposizioni pareti esterne" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Compensa il flusso per le parti di una parete esterna che viene stampata dove è già presente una parete." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Compensazione di sovrapposizioni pareti interne" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Compensa il flusso per le parti di una parete interna che viene stampata dove è già presente una parete." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Flusso minimo della parete" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Flusso percentuale minimo ammesso per una linea perimetrale. La compensazione di sovrapposizione pareti riduce il flusso di una parete quando si trova vicino a una parete esistente. Le pareti con un flusso inferiore a questo valore saranno sostituite da uno spostamento. Quando si utilizza questa impostazione, si deve abilitare la compensazione della sovrapposizione pareti e stampare la parete esterna prima delle pareti interne." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferire retrazione" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Se abilitata, la retrazione viene utilizzata al posto del combing per gli spostamenti che sostituiscono le pareti aventi un flusso inferiore alla soglia minima." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Riempimento degli interstizi tra le pareti" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Riempie gli spazi dove non è possibile inserire pareti." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "In nessun punto" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "In tutti i possibili punti" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Esclusione spazi minimi" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Esclude gli spazi minimi per ridurre le gocce sull’esterno del modello." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Equalizzazione del flusso del filamento" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Stampa le linee più sottili del normale più velocemente in modo che la quantità di materiale estruso per secondo rimanga la stessa. I pezzi sottili del modello potrebbero richiedere linee stampate con una larghezza minore rispetto a quella indicata nelle impostazioni. Questa impostazione controlla le variazioni di velocità per tali linee." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Velocità massima per l’equalizzazione del flusso" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Indica la velocità di stampa massima quando si regola la velocità di stampa per equalizzare il flusso." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "I comandi codice G da eseguire all’avvio, separati da \\n." diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index c2e95fefa5..ac6e49d7a8 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-10 11:54+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: Japanese , Japanese \n" @@ -17,5853 +17,6438 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "ユーザーデータディレクトリからアーカイブを作成できません: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "準備する" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "バックアップ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Curaプロファイル" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "適切なデータまたはメタデータがないのにCuraバックアップをリストアしようとしました。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "圧縮トライアングルメッシュを開く" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "現行バージョンより上の Cura バックアップをリストアしようとしました。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Curaのバックアップのリストア中に次のエラーが発生しました:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTFバイナリ" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "プリントを開始する前に、材料プロファイルをプリンターと同期させてください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF埋め込みJSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "新しい材料がインストールされました" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "材料をプリンターと同期" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "圧縮COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "必要なアップデートの情報にアクセスできません。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "お使いの{machine_name}について新機能またはバグ修正が利用できる可能性があります。まだ最新のバージョンでない場合は、プリンターのファームウェアをバージョン{latest_version}に更新することを推奨します。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "%sの新しい安定版ファームウェアが利用可能です" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "詳しく見る" +msgid "How to update" +msgstr "アップデートの仕方" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "材料アーカイブを{}に保存できませんでした:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "モニター" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "材料アーカイブの保存に失敗しました" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "リムーバブルドライブに保存" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "不明なエラー。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "リムーバブルドライブ{0}に保存" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "プリントシークエンス設定値により、ガントリーと造形物の衝突を避けるため印刷データの高さを低くしました。" +msgid "There are no file formats available to write with!" +msgstr "書き出すために利用可能な形式のファイルがありません!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "リムーバブルドライブ{0}に保存中" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "造形サイズ" +msgid "Saving" +msgstr "保存中" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "{0}を取り除いてもよろしいですか?この操作は元に戻せません!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "{0}を保存できませんでした: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "上書きできません" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "デバイス{device}に書き出すためのファイル名が見つかりませんでした。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "不明" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "リムーバブルドライブ{0}に保存することができませんでした: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "下のプリンターはグループの一員であるため接続できません" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "エラー" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "ネットワークで利用可能なプリンター" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "リムーバブルドライブ{0}に {1}として保存" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "ファイル保存" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "カスタムプロファイル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "取り出す" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "すべてのサポートのタイプ ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "リムーバブルデバイス{0}を取り出す" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "全てのファイル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0}取り出し完了。デバイスを安全に取り外せます。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "ビジュアル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "ハードウェアを安全に取り外します" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "ビジュアルプロファイルは、優れたビジュアルと表面品質を目的としたビジュアルプロトタイプやモデルをプリントするために設計されています。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "{0}取り出し失敗。他のプログラムがデバイスを使用しているため。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "警告" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "エンジニアリングプロファイルは、精度向上と公差の厳格対応を目的とした機能プロトタイプや最終用途部品をプリントするために設計されています。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "リムーバブルドライブ" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "ドラフト" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF ファイル" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "ドラフトプロファイルは、プリント時間の大幅短縮を目的とした初期プロトタイプとコンセプト検証をプリントするために設計されています。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimakerフォーマットパッケージ" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "カスタムフィラメント" +msgid "Per Model Settings" +msgstr "各モデル設定" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "カスタム" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "各モデル構成設定" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "ログインに失敗しました" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "ファームウェアアップデート" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "造形物のために新しい位置を探索中" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Curaはグループ{0}のホストプリンターにまだインストールされていない材料プロフィールを検出しました。" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "位置確認" +msgid "Sending materials to printer" +msgstr "プリンターに材料を送信しています" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "全ての造形物の造形サイズに対し、適切な位置が確認できません" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "{0}に接続を試みていますが、これはグループのホストではありません。グループホストとして設定するには、ウェブページを参照してください。" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "位置を確保できません" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "材料のアーカイブを作成してプリンターと同期するのに失敗しました。" +msgid "Not a group host" +msgstr "グループホストではありません" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "材料のアーカイブを読み込んでプリンターと同期するのに失敗しました。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "グループの設定" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Digital Factoryからの応答が破損しているようです。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "印刷ジョブ送信中" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "Digital Factoryからの応答に重要な情報がありません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "プリントジョブをプリンターにアップロードしています。" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Digital Factoryに接続して一部のプリンターと材料を同期するのに失敗しました。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "プリントジョブのキューがいっぱいです。プリンターは新しいジョブを処理できません。" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Digital Factoryに接続するのに失敗しました。" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "プリンターを読み込み中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "キューがいっぱい" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "プレファレンスをセットアップ中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "現在のジョブが送信されるまで待機してください。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "アクティブなプリンターを初期化中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "印刷エラー" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "プリンターマネージャーを初期化中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "プリントジョブは正常にプリンターに送信されました。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "ビルドボリュームを初期化中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "データを送信しました" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "シーンをセットアップ中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"プリンター{printer_name}をクラウド経由で接続できました。\n" +"プリンターをDigital Factoryに接続することで、どこからでもプリントキューの管理とプリントのモニタリングを行えます" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "インターフェイスを読み込み中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "クラウドプリンティングの準備はできていますか?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "エンジンを初期化中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "はじめに" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "詳しく見る" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "一度に一つのG-codeしか読み取れません。{0}の取り込みをスキップしました。" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Ultimaker Connectを実行していないプリンターに接続しようとしています。プリンターを最新のファームウェアに更新してください。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "警告" +msgid "Update your printer" +msgstr "プリンターの更新" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "G-codeを読み込み中は他のファイルを開くことができません。{0}の取り込みをスキップしました。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "データをプリンタにアップロードできませんでした。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "エラー" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "スキップ" +msgid "Network error" +msgstr "ネットワークエラー" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "閉める" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "ネットワーク上のプリント" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "次" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "ネットワークのプリント" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "終わる" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "ネットワーク上で接続" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "翌日" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "キャンセル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "本日" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "グループ #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "ネットワーク上にて接続" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "アウターウォール" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Ultimakerアカウントから新しいプリンターが検出されました" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "インナーウォール" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "アカウントからプリンター{name}({model})を追加しています" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "スキン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "...および{0}その他" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "インフィル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Digital Factoryからプリンターが追加されました:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "サポートイルフィル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "一部のプリンターではクラウド接続は利用できません" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "サポートインターフェイス" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "これらのプリンターはDigital Factoryとリンクされていません:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "サポート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "スカート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "接続を確立するには、{website_link}にアクセスしてください" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "プライムタワー" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "プリンターの構成を維持" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "移動" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "プリンターを取り除く" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "退却" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "次回のアカウントの同期までに{printer_name}は削除されます。" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "他" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "{printer_name}を完全に削除するには、{digital_factory_link}にアクセスしてください" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "リリースノートを開くことができませんでした。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "{printer_name}を一時的に削除してもよろしいですか?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Curaを開始できません" +msgid "Remove printers?" +msgstr "プリンターを削除しますか?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Curaから{0}台のプリンターを削除しようとしています。この操作は元に戻せません。\n" +"続行してもよろしいですか?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    申し訳ありません。Ultimaker Cura で何らかの不具合が生じています。

    \n" -"

    開始時に回復不能のエラーが発生しました。不適切なファイル設定が原因の可能性があります。バックアップを実行してからリセットしてください。

    \n" -"

    バックアップは、設定フォルダに保存されます。

    \n" -"

    問題解決のために、このクラッシュ報告をお送りください。

    \n" -" " +"Curaからすべてのプリンターを削除しようとしています。この操作は元に戻せません。\n" +"続行してもよろしいですか?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "クラッシュ報告をUltimakerに送信する" +msgid "Print via cloud" +msgstr "クラウドからプリントする" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "詳しいクラッシュ報告を表示する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "クラウドからプリントする" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "コンフィグレーションのフォルダーを表示する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "クラウド経由で接続" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "バックアップとリセットの設定" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "クラッシュ報告" +msgid "Monitor print" +msgstr "プリントをモニタリング" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    致命的なエラーが発生しました。問題解決のためこのクラッシュレポートを送信してください

    \n" -"

    「レポート送信」ボタンを使用してバグレポートが自動的に当社サーバーに送られるようにしてください

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factoryでプリントを追跡" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "システム情報" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "プリントジョブのアップロード時の不明なエラーコード:{0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "不明" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3Dモデルアシスタント" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Curaバージョン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    モデルのサイズまたは材料の設定によっては、適切に印刷しない3Dモデルがあります。:

    \n" +"

    {model_names}

    \n" +"

    可能な限り最高の品質および信頼性を得る方法をご覧ください。

    \n" +"

    印字品質ガイドを見る

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Cura言語" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Curaはワイヤープリンティングが有効な場合は正確にレイヤーを表示しません。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "OS言語" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "シミュレーションビュー" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "プラットフォーム" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "最初にスライスする必要があるため、何も表示されません。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qtバージョン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "表示するレイヤーがありません" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQtバージョン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "今後このメッセージを表示しない" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "レイヤービュー" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "初期化されていません
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter は非テキストモードはサポートしていません。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGLバージョン: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "エクスポートする前にG-codeの準備をしてください。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGLベンダー: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-codeファイル" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGLレンダラー: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "3Mf ファイルの書き込みエラー。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "エラー・トレースバック" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "3MFリーダーのプラグインが破損しています。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "ログ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "まだ書き込んでいないワークスペースがありません。まずはプリンターを追加してください。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "レポート送信" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "この作業スペースに書き込む権限がありません。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "新しいサインインプロセスを開始できません。別のサインインの試行がアクティブなままになっていないか確認します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "使用しているオペレーティングシステムでは、この場所またはこのファイル名でプロジェクトファイルを保存することはできません。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Ultimaker アカウントサーバーに到達できません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MFファイル" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" -msgstr "ログインに失敗しました" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Curaが3MF fileを算出します" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "指定された状態が正しくありません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "圧縮G-codeファイル" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "アカウントサーバーでの認証中にタイムアウトしました。" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "予期しないエラーが発生し、スライスに失敗しました。問題追跡ツールでのバグ報告をご検討ください。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "このアプリケーションの許可において必要な権限を与えてください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "スライスに失敗しました" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "ログイン時に予期しないエラーが発生しました。やり直してください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "バグを報告" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "応答を読み取れません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Ultimaker Curaの問題追跡ツールでバグを報告してください。" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "造形データを増やす、配置する" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "選ばれたプリンターまたは選ばれたプリント構成が異なるため進行中の材料にてスライスを完了できません。" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "造形データを配置" +msgid "Unable to slice" +msgstr "スライスできません" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "造形データを配置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "現在の設定でスライスが完了できません。以下の設定にエラーがあります: {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "サポート対象外" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "モデル別の設定があるためスライスできません。1つまたは複数のモデルで以下の設定にエラーが発生しました:{error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "プライムタワーまたはプライム位置が無効なためスライスできません。" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "ノズル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "無効な Extruder %s に関連付けられている造形物があるため、スライスできません。" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "現在利用可能な次のエクストルーダーに合わせて設定が変更されました:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"設定を見直し、モデルが次の状態かどうかを確認してください。\n" +"- 造形サイズに合っている\n" +"- 有効なエクストルーダーに割り当てられている\n" +"- すべてが修飾子メッシュとして設定されているわけではない" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "設定が更新されました" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "レイヤーを処理しています" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "エクストルーダーを無効にしました" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "すでに存在するファイルです" +msgid "Information" +msgstr "インフォメーション" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "{0} は既に存在します。ファイルを上書きしますか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3Dファイル" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "無効なファイルのURL:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG画像" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "{0}にプロファイルを書き出すのに失敗しました: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "{0}にプロファイルを書き出すことに失敗しました。:ライタープラグイン失敗の報告。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "{0}にプロファイルを書き出しました" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "書き出し完了" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "{0}からプロファイルの取り込に失敗しました:{1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "プリンタを追加する前に、{0}からプロファイルの取り込はできません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG画像" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "ファイル{0}にはカスタムプロファイルがインポートされていません" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG画像" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "{0}からプロファイルの取り込に失敗しました:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP画像" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "このプロファイル{0}には、正しくないデータが含まれているため、インポートできません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF画像" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "{0}からプロファイルの取り込みに失敗しました:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "ノズル" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "プロファイル{0}の取り込みが完了しました。" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "プロジェクトファイル {0} に不明なマシンタイプ {1} があります。マシンをインポートできません。代わりにモデルをインポートします。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "ファイル{0}には、正しいプロファイルが含まれていません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "プロジェクトファイルを開く" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "プロファイル{0}は不特定なファイルまたは破損があります。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "カスタムプロファイル" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "プロファイルはクオリティータイプが不足しています。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "アクティブなプリンターはありません。" +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "プロジェクトファイル{0}が突然アクセスできなくなりました:{1}。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "プロファイルを追加できません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "プロジェクトファイルを開けません" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "クオリティータイプ「{0}」は、現在アクティブなプリンター定義「{1}」と互換性がありません。" +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "プロジェクトファイル{0}は破損しています:{1}。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "警告:現在の構成ではクオリティータイプ「{0}」を使用できないため、プロファイルは表示されません。このクオリティータイプを使用できる材料/ノズルの組み合わせに切り替えてください。" +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "プロジェクトファイル{0}はこのバージョンのUltimaker Curaでは認識できないプロファイルを使用して作成されています。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "各モデル設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "推奨" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "各モデル構成設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "カスタム" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Curaプロファイル" +msgid "3MF File" +msgstr "3MF ファイル" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3Dファイル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "UFPファイルに書き込めません:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "バックアップのリストア中にエラーが発生しました。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 プロファイル" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "バックアップ" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "バックアップのアップロード中にエラーが発生しました。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "バックアップを作成しています..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "バックアップの作成中にエラーが発生しました。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "バックアップをアップロードしています..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "バックアップのアップロードを完了しました。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "バックアップが最大ファイルサイズを超えています。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "バックアップを管理する" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "プリンターの設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "バックアップ" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "バックアップのリストア中にエラーが発生しました。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "サンプルのデータファイルを読み取ることができません。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter はテキストモードをサポートしていません。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "後処理" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "G-codeを修正" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "サポートブロッカー" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "サポートが印刷されないボリュームを作成します。" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "リムーバブルドライブ" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "リムーバブルドライブに保存" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "プレビュー" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "リムーバブルドライブ{0}に保存" +msgid "X-Ray view" +msgstr "透視ビューイング" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "書き出すために利用可能な形式のファイルがありません!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "ビルドプレートを調整する" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "リムーバブルドライブ{0}に保存中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "アップグレードを選択する" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "保存中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "{0}を保存できませんでした: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "デバイス{device}に書き出すためのファイル名が見つかりませんでした。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "リムーバブルドライブ{0}に保存することができませんでした: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "リムーバブルドライブ{0}に {1}として保存" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "ハイライトされたエリアは、欠けている表面または無関係な表面を示します。モデルを修正してもう一度Curaを開いてください。" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "ファイル保存" +msgid "Model Errors" +msgstr "モデルエラー" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "取り出す" +msgid "Learn more" +msgstr "詳しく見る" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "リムーバブルデバイス{0}を取り出す" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "ソリッドビュー" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0}取り出し完了。デバイスを安全に取り外せます。" +msgid "Parsing G-code" +msgstr "G-codeを解析" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "ハードウェアを安全に取り外します" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "{0}取り出し失敗。他のプログラムがデバイスを使用しているため。" +msgid "G-code Details" +msgstr "G-codeの詳細" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "ファームウェアアップデート" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 プロファイル" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "推奨" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "カスタム" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "プロジェクトファイル {0} に不明なマシンタイプ {1} があります。マシンをインポートできません。代わりにモデルをインポートします。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "プロジェクトファイルを開く" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "プロジェクトファイル{0}が突然アクセスできなくなりました:{1}。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "プロジェクトファイルを開けません" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "プロジェクトファイル{0}は破損しています:{1}。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "プロジェクトファイル{0}はこのバージョンのUltimaker Curaでは認識できないプロファイルを使用して作成されています。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF ファイル" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "UFPファイルに書き込めません:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimakerフォーマットパッケージ" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-codeファイル" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "プレビュー" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "透視ビューイング" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "レイヤーを処理しています" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "インフォメーション" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "予期しないエラーが発生し、スライスに失敗しました。問題追跡ツールでのバグ報告をご検討ください。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "スライスに失敗しました" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "バグを報告" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Ultimaker Curaの問題追跡ツールでバグを報告してください。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "選ばれたプリンターまたは選ばれたプリント構成が異なるため進行中の材料にてスライスを完了できません。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "スライスできません" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "現在の設定でスライスが完了できません。以下の設定にエラーがあります: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "モデル別の設定があるためスライスできません。1つまたは複数のモデルで以下の設定にエラーが発生しました:{error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "プライムタワーまたはプライム位置が無効なためスライスできません。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "無効な Extruder %s に関連付けられている造形物があるため、スライスできません。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"設定を見直し、モデルが次の状態かどうかを確認してください。\n" -"- 造形サイズに合っている\n" -"- 有効なエクストルーダーに割り当てられている\n" -"- すべてが修飾子メッシュとして設定されているわけではない" - -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF ファイル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "データファイルを送信する前に、プリンターとプリンターの構成設定にそのG-codeが適応しているか確認してください。G-codeの表示が適切でない場合があります。" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "圧縮G-codeファイル" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "後処理" +msgid "G File" +msgstr "Gファイル" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "G-codeを修正" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "プリンターの設定" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USBプリンティング" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "USBを使ってプリントする" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "USBを使ってプリントする" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "USBにて接続する" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USBプリントを実行しています。Cura を閉じるとこのプリントも停止します。実行しますか?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "現在印刷中です。Curaは、前の印刷が完了するまでUSBを介した次の印刷を開始できません。" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "現在印刷中" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "準備する" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G-codeを解析" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-codeの詳細" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "データファイルを送信する前に、プリンターとプリンターの構成設定にそのG-codeが適応しているか確認してください。G-codeの表示が適切でない場合があります。" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Gファイル" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "プリンターを読み込み中..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG画像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "プレファレンスをセットアップ中..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG画像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "アクティブなプリンターを初期化中..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG画像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "プリンターマネージャーを初期化中..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP画像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "ビルドボリュームを初期化中..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF画像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "シーンをセットアップ中..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "ビルドプレートを調整する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "インターフェイスを読み込み中..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "アップグレードを選択する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "エンジンを初期化中..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter はテキストモードをサポートしていません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "必要なアップデートの情報にアクセスできません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "一度に一つのG-codeしか読み取れません。{0}の取り込みをスキップしました。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "お使いの{machine_name}について新機能またはバグ修正が利用できる可能性があります。まだ最新のバージョンでない場合は、プリンターのファームウェアをバージョン{latest_version}に更新することを推奨します。" +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "G-codeを読み込み中は他のファイルを開くことができません。{0}の取り込みをスキップしました。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "%sの新しい安定版ファームウェアが利用可能です" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "アップデートの仕方" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "ビジュアル" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "サンプルのデータファイルを読み取ることができません。" +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "ビジュアルプロファイルは、優れたビジュアルと表面品質を目的としたビジュアルプロトタイプやモデルをプリントするために設計されています。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "変更を有効にするために{}を終了して再始動する必要があります。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "同期中..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "エンジニアリングプロファイルは、精度向上と公差の厳格対応を目的とした機能プロトタイプや最終用途部品をプリントするために設計されています。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Ultimakerアカウントから変更が検出されました" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "ドラフト" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "材料パッケージとソフトウェアパッケージをアカウントと同期しますか?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "ドラフトプロファイルは、プリント時間の大幅短縮を目的とした初期プロトタイプとコンセプト検証をプリントするために設計されています。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "同期" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "上書きできません" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "拒否してアカウントから削除" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "{0}を取り除いてもよろしいですか?この操作は元に戻せません!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{}プラグインのダウンロードに失敗しました" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "不明" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "拒否する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "下のプリンターはグループの一員であるため接続できません" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "同意する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "ネットワークで利用可能なプリンター" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "プラグインライセンス同意書" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "計算された" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter は非テキストモードはサポートしていません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "プリントを開始する前に、材料プロファイルをプリンターと同期させてください。" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "エクスポートする前にG-codeの準備をしてください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "新しい材料がインストールされました" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Curaはワイヤープリンティングが有効な場合は正確にレイヤーを表示しません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "シミュレーションビュー" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "カスタムフィラメント" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "最初にスライスする必要があるため、何も表示されません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "カスタム" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "表示するレイヤーがありません" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "カスタムプロファイル" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "今後このメッセージを表示しない" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "すべてのサポートのタイプ ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "レイヤービュー" +msgid "All Files (*)" +msgstr "全てのファイル" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "ネットワーク上のプリント" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "材料のアーカイブを作成してプリンターと同期するのに失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "ネットワークのプリント" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "材料のアーカイブを読み込んでプリンターと同期するのに失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "ネットワーク上で接続" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Digital Factoryからの応答が破損しているようです。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "翌日" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "Digital Factoryからの応答に重要な情報がありません。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "本日" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Digital Factoryに接続して一部のプリンターと材料を同期するのに失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "ネットワーク上にて接続" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Digital Factoryに接続するのに失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "現在のジョブが送信されるまで待機してください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "ユーザーデータディレクトリからアーカイブを作成できません: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "印刷エラー" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "適切なデータまたはメタデータがないのにCuraバックアップをリストアしようとしました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "プリントジョブは正常にプリンターに送信されました。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "現行バージョンより上の Cura バックアップをリストアしようとしました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "データを送信しました" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "Curaのバックアップのリストア中に次のエラーが発生しました:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Ultimaker Connectを実行していないプリンターに接続しようとしています。プリンターを最新のファームウェアに更新してください。" +msgid "Finding new location for objects" +msgstr "造形物のために新しい位置を探索中" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "プリンターの更新" +msgid "Finding Location" +msgstr "位置確認" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "プリントジョブのキューがいっぱいです。プリンターは新しいジョブを処理できません。" +msgid "Unable to find a location within the build volume for all objects" +msgstr "全ての造形物の造形サイズに対し、適切な位置が確認できません" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "キューがいっぱい" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "印刷ジョブ送信中" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "プリントジョブをプリンターにアップロードしています。" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Curaはグループ{0}のホストプリンターにまだインストールされていない材料プロフィールを検出しました。" +msgid "Can't Find Location" +msgstr "位置を確保できません" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "プリンターに材料を送信しています" +msgid "Login failed" +msgstr "ログインに失敗しました" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "データをプリンタにアップロードできませんでした。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "アウターウォール" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "ネットワークエラー" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "インナーウォール" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "{0}に接続を試みていますが、これはグループのホストではありません。グループホストとして設定するには、ウェブページを参照してください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "スキン" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "グループホストではありません" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "インフィル" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "グループの設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "サポートイルフィル" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"プリンター{printer_name}をクラウド経由で接続できました。\n" -"プリンターをDigital Factoryに接続することで、どこからでもプリントキューの管理とプリントのモニタリングを行えます" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "サポートインターフェイス" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "クラウドプリンティングの準備はできていますか?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "サポート" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "はじめに" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "スカート" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "詳しく見る" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "プライムタワー" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "クラウドからプリントする" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "移動" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "クラウドからプリントする" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "退却" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "クラウド経由で接続" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "プリントをモニタリング" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factoryでプリントを追跡" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "プリントジョブのアップロード時の不明なエラーコード:{0}" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Ultimakerアカウントから新しいプリンターが検出されました" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "アカウントからプリンター{name}({model})を追加しています" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "他" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "...および{0}その他" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "グループ #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Digital Factoryからプリンターが追加されました:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "リリースノートを開くことができませんでした。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "一部のプリンターではクラウド接続は利用できません" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "スキップ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "これらのプリンターはDigital Factoryとリンクされていません:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "閉める" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "追加" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "接続を確立するには、{website_link}にアクセスしてください" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "終わる" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "プリンターの構成を維持" +msgid "Cancel" +msgstr "キャンセル" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 msgctxt "@action:button" -msgid "Remove printers" -msgstr "プリンターを取り除く" +msgid "Next" +msgstr "次" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "次回のアカウントの同期までに{printer_name}は削除されます。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "プリントシークエンス設定値により、ガントリーと造形物の衝突を避けるため印刷データの高さを低くしました。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "{printer_name}を完全に削除するには、{digital_factory_link}にアクセスしてください" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "造形サイズ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "{printer_name}を一時的に削除してもよろしいですか?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "材料アーカイブを{}に保存できませんでした:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "材料アーカイブの保存に失敗しました" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "不明なエラー。" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 msgctxt "@title:window" -msgid "Remove printers?" -msgstr "プリンターを削除しますか?" +msgid "File Already Exists" +msgstr "すでに存在するファイルです" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Curaから{0}台のプリンターを削除しようとしています。この操作は元に戻せません。\n" -"続行してもよろしいですか?" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "{0} は既に存在します。ファイルを上書きしますか?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Curaからすべてのプリンターを削除しようとしています。この操作は元に戻せません。\n" -"続行してもよろしいですか?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "無効なファイルのURL:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "圧縮トライアングルメッシュを開く" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "サポート対象外" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTFバイナリ" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "現在利用可能な次のエクストルーダーに合わせて設定が変更されました:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF埋め込みJSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "設定が更新されました" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "エクストルーダーを無効にしました" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "圧縮COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "{0}にプロファイルを書き出すのに失敗しました: {1}" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "ハイライトされたエリアは、欠けている表面または無関係な表面を示します。モデルを修正してもう一度Curaを開いてください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "{0}にプロファイルを書き出すことに失敗しました。:ライタープラグイン失敗の報告。" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "{0}にプロファイルを書き出しました" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 msgctxt "@info:title" -msgid "Model Errors" -msgstr "モデルエラー" +msgid "Export succeeded" +msgstr "書き出し完了" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "ソリッドビュー" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "{0}からプロファイルの取り込に失敗しました:{1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "3Mf ファイルの書き込みエラー。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "プリンタを追加する前に、{0}からプロファイルの取り込はできません。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "3MFリーダーのプラグインが破損しています。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "ファイル{0}にはカスタムプロファイルがインポートされていません" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "まだ書き込んでいないワークスペースがありません。まずはプリンターを追加してください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "{0}からプロファイルの取り込に失敗しました:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "この作業スペースに書き込む権限がありません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "このプロファイル{0}には、正しくないデータが含まれているため、インポートできません。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "使用しているオペレーティングシステムでは、この場所またはこのファイル名でプロジェクトファイルを保存することはできません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "{0}からプロファイルの取り込みに失敗しました:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MFファイル" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "プロファイル{0}の取り込みが完了しました。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Curaが3MF fileを算出します" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "ファイル{0}には、正しいプロファイルが含まれていません。" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "モニター" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "プロファイル{0}は不特定なファイルまたは破損があります。" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3Dモデルアシスタント" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "カスタムプロファイル" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    モデルのサイズまたは材料の設定によっては、適切に印刷しない3Dモデルがあります。:

    \n" -"

    {model_names}

    \n" -"

    可能な限り最高の品質および信頼性を得る方法をご覧ください。

    \n" -"

    印字品質ガイドを見る

    " - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "メッシュタイプ" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "標準モデル" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" -msgstr "サポートとしてプリント" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "オーバーラップの設定を変更" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 -msgctxt "@label" -msgid "Don't support overlaps" -msgstr "オーバーラップをサポートしない" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" -msgstr "インフィルメッシュのみ" +msgid "Profile is missing a quality type." +msgstr "プロファイルはクオリティータイプが不足しています。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" -msgstr "メッシュ切断" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "アクティブなプリンターはありません。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "設定を選択する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "プロファイルを追加できません。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "このモデルをカスタマイズする設定を選択する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "クオリティータイプ「{0}」は、現在アクティブなプリンター定義「{1}」と互換性がありません。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "フィルター..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "警告:現在の構成ではクオリティータイプ「{0}」を使用できないため、プロファイルは表示されません。このクオリティータイプを使用できる材料/ノズルの組み合わせに切り替えてください。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "すべて表示する" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "造形データを増やす、配置する" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura バックアップ" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "造形データを配置" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura バージョン" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "造形データを配置" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "プリンタ" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "新しいサインインプロセスを開始できません。別のサインインの試行がアクティブなままになっていないか確認します。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "材料" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Ultimaker アカウントサーバーに到達できません。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "プロファイル" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "ログインに失敗しました" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "プラグイン" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "応答を読み取れません。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "詳しく知りたい?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "指定された状態が正しくありません。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "今すぐバックアップする" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "アカウントサーバーでの認証中にタイムアウトしました。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "自動バックアップ" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "このアプリケーションの許可において必要な権限を与えてください。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Cura を起動した日は常にバックアップを自動生成します。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "ログイン時に予期しないエラーが発生しました。やり直してください。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "リストア" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Curaを開始できません" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "バックアップの削除" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    申し訳ありません。Ultimaker Cura で何らかの不具合が生じています。

    \n" +"

    開始時に回復不能のエラーが発生しました。不適切なファイル設定が原因の可能性があります。バックアップを実行してからリセットしてください。

    \n" +"

    バックアップは、設定フォルダに保存されます。

    \n" +"

    問題解決のために、このクラッシュ報告をお送りください。

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "このバックアップを削除しますか?これは取り消しできません。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "クラッシュ報告をUltimakerに送信する" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "バックアップのリストア" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "詳しいクラッシュ報告を表示する" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "バックアップをリストアする前に Cura を再起動する必要があります。今すぐ Cura を閉じますか?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "コンフィグレーションのフォルダーを表示する" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Cura のバックアップおよび同期を設定します。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "バックアップとリセットの設定" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "サインイン" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "クラッシュ報告" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "マイ バックアップ" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    致命的なエラーが発生しました。問題解決のためこのクラッシュレポートを送信してください

    \n" +"

    「レポート送信」ボタンを使用してバグレポートが自動的に当社サーバーに送られるようにしてください

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "現在バックアップは存在しません。[今すぐバックアップする] を使用して作成してください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "システム情報" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "プレビューではバックアップは5つまでに制限されています。古いバックアップは削除してください。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "不明" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "プリンターの設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Curaバージョン" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "X (Width)" -msgstr "X(幅)" +msgid "Cura language" +msgstr "Cura言語" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "mm" -msgstr "mm" +msgid "OS language" +msgstr "OS言語" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (奥行き)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "プラットフォーム" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (高さ)" +msgid "Qt version" +msgstr "Qtバージョン" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Build plate shape" -msgstr "ビルドプレート形" +msgid "PyQt version" +msgstr "PyQtバージョン" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "センターを出します" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated bed" -msgstr "ヒーテッドドベッド" +msgid "Not yet initialized
    " +msgstr "初期化されていません
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "加熱式ビルドボリューム" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGLバージョン: {version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "G-codeフレーバー" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGLベンダー: {vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "プリントヘッド設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGLレンダラー: {renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X分" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "エラー・トレースバック" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y分" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "ログ" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "最大X" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "レポート送信" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "最大Y" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"プリンタが接続されているか確認し、以下を行います。\n" +"- プリンタの電源が入っているか確認します。\n" +"- プリンタがネットワークに接続されているかどうかを確認します。- クラウドに接続されたプリンタを検出するためにサインインしているかどうかを確認します。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "ガントリーの高さ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "プリンターをネットワークに接続してください。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "エクストルーダーの数" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "ユーザーマニュアルをオンラインで見る" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "エクストルーダーのオフセットをGCodeに適用します" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Cura から印刷を監視するには、プリンタを接続してください。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-Codeの開始" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "このモデルをカスタマイズする設定を選択する" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-codeの終了" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "フィルター..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "ノズル設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "すべて表示する" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "ノズルサイズ" +msgid "Mesh Type" +msgstr "メッシュタイプ" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "適合する材料直径" +msgid "Normal model" +msgstr "標準モデル" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "ノズルオフセットX" +msgid "Print as support" +msgstr "サポートとしてプリント" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "ノズルオフセットY" +msgid "Modify settings for overlaps" +msgstr "オーバーラップの設定を変更" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "冷却ファンの番号" +msgid "Don't support overlaps" +msgstr "オーバーラップをサポートしない" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "エクストルーダーがG-Codeを開始する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "インフィルメッシュのみ" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "エクストルーダーがG-Codeを終了する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "メッシュ切断" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "プリンター" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "設定を選択する" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "ファームウェアアップデート" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "ファームウェアとは直接お持ちの3Dプリンターを動かすソフトウェアです。このファームウェアはステップモーターを操作し、温度を管理し、プリンターとして成すべき点を補います。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "配達時のファームウェアで動かすことはできますが、新しいバージョンの方がより改善され、便利なフィーチャーがついてきます。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "自動でファームウェアをアップグレード" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "カスタムファームウェアをアップロードする" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "プリンターと接続されていないため、ファームウェアをアップデートできません。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "プリンターとの接続はファームウェアのアップデートをサポートしていないため、ファームウェアをアップデートできません。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "カスタムファームウェアを選択する" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "ファームウェアアップデート" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "ファームウェアアップデート中。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "ファームウェアアップデート完了。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "不特定なエラーの発生によりファームウェアアップデート失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "コミュニケーションエラーによりファームウェアアップデート失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "インプット/アウトプットエラーによりファームウェアアップデート失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "ファームウェアが見つからず、ファームウェアアップデート失敗しました。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "プロジェクトを開く" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "既存を更新する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "中止しました" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "新しいものを作成する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "終了" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "サマリーCuraプロジェクト" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "準備中..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "プリンターの設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "中止しています..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "このプリンターの問題をどのように解決すればいいか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "失敗" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "タイプ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "一時停止しています..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "プリンターグループ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "一時停止" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "プロファイル設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "再開しています..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "このプロファイルの問題をどのように解決すればいいか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "アクションが必要です" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "ネーム" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "%1 を %2 に終了します" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "プリンター管理" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "プロファイル内にない" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "ガラス" -# Can’t edit the Japanese text -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1個の設定を上書き" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "キューをリモートで管理するには、プリンターのファームウェアを更新してください。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "次から引き出す" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "クラウドプリンターのウェブカムフィードをUltimaker Curaから見ることができません。「プリンター管理」をクリックして、Ultimaker Digital Factoryにアクセスし、このウェブカムを見ます。" -# can’t inset the japanese text -# %1: print quality profile name -# %2: number of overridden ssettings -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%2の%1個の設定を上書き" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "読み込み中..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "フィラメント設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "利用不可" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "このフィラメントの問題をどのように解決すればいいか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "到達不能" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "視野設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "アイドル" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "モード" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "プリント中" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "ビジブル設定:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "無題" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%2のうち%1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "匿名" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "プロジェクトを読み込むとビルドプレート上のすべてのモデルがクリアされます。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "構成の変更が必要です" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Open" -msgstr "開く" +msgid "Details" +msgstr "詳細" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "プラグイン処理後" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "スクリプトの処理後" +msgid "Configuration Changes" +msgstr "構成の変更" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "スクリプトを加える" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "上書き" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Settings" -msgstr "設定" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "処理したアクティブなスクリプトを変更します。" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "次のスクリプトがアクティブです:" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "画像を変換する..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "“ベース”から各ピクセルへの最大距離。" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "高さ(mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "ミリメートルでビルドプレートからベースの高さ。" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "割り当てられたプリンター %1 には以下の構成変更が必要です:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "ベース(mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "プリンター %1 が割り当てられましたが、ジョブには不明な材料構成があります。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "ビルドプレート上の幅ミリメートル。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "材料 %1 を %2 から %3 に変更します。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "幅(mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "%3 を 材料 %1 にロードします(これは上書きできません)。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "ビルドプレート上の奥行きミリメートル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "プリントコア %1 を %2 から %3 に変更します。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "深さ(mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "ビルドプレートを %1 に変更します(これは上書きできません)。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "リトフェインの場合、暗いピクセルは、より多くの光を通すために厚い場所に対応する必要があります。高さマップの場合、明るいピクセルは高い地形を表しているため、明るいピクセルは生成された3D モデルの厚い位置に対応する必要があります。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "上書きは、既存のプリンタ構成で指定された設定を使用します。これにより、印刷が失敗する場合があります。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "暗いほうを高く" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "アルミニウム" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "薄いほうを高く" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "ネットワーク上のプリント" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "リトフェインの場合、半透明性を示す単純な対数モデルを利用できます。高さマップの場合、ピクセル値は高さに比例します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "プリント" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "線形" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "プリンターの選択" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "半透明性" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "ネットワーク上で繋がったプリンターに接続" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "厚さ1ミリメートルのプリントを貫通する光の割合。この値を小さくすると、画像の暗い領域ではコントラストが増し、明るい領域ではコントラストが減少します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "印刷ジョブをネットワークを介してプリンターに直接送信するには、ネットワークケーブルを使用してプリンターを確実にネットワークに接続するか、プリンターを WIFI ネットワークに接続します。Cura をプリンタに接続していない場合でも、USB ドライブを使用して g コードファイルをプリンターに転送することはできます。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "1mm透過率(%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "以下のリストからプリンタを選択します:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "画像に適応したスムージング量。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "編集" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "スムージング" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "取り除く" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "OK" +msgid "Refresh" +msgstr "更新" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "このUltimaker Originalに施されたアップグレートを選択する" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "お持ちのプリンターがリストにない場合、ネットワーク・プリンティング・トラブルシューティング・ガイドを読んでください" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "ヒーティッドビルドプレート(オフィシャルキットまたはセルフビルド)" +msgid "Type" +msgstr "タイプ" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "ビルドプレートのレベリング" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "ファームウェアバージョン" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "プリントの成功率を上げるために、ビルドプレートを今調整できます。’次のポジションに移動’をクリックすると。" +msgid "Address" +msgstr "アドレス" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "すべてのポジションに。" +msgid "This printer is not set up to host a group of printers." +msgstr "このプリンターは、プリンターのグループをホストするために設定されていません。" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "ビルドプレートのレベリングを開始する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "このプリンターは %1 プリンターのループのホストプリンターです。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "このアドレスのプリンターは応答していません。" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "次のポジションに移動" +msgid "Connect" +msgstr "接続" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "匿名データの収集に関する詳細" +msgid "Invalid IP address" +msgstr "無効なIPアドレス" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura は、印刷品質とユーザーエクスペリエンスを向上させるために匿名データを収集します。以下は、共有されるすべてのデータの例です:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "有効なIPアドレスを入力してください。" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "匿名データは送信しない" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "プリンターアドレス" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "匿名データの送信を許可する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "ネットワーク内のプリンターのIPアドレスを入力してください。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "マーケットプレース" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "利用できないプリンター" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "パッケージへの変更を有効にするためにCuraを再起動する必要があります。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "次の空き" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "%1を終了する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "最上位に移動" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "インストール" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "削除" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "インストールした" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" +msgstr "再開" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 msgctxt "@label" -msgid "Premium" -msgstr "プレミアム" +msgid "Pausing..." +msgstr "一時停止しています..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "ウェブマーケットプレイスに移動" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "再開しています..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Search materials" -msgstr "材料を検索" +msgid "Pause" +msgstr "一時停止" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 msgctxt "@label" -msgid "Compatibility" -msgstr "互換性" +msgid "Aborting..." +msgstr "中止しています..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "プリンター" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "中止" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "ビルドプレート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "%1 をキューの最上位に移動しますか?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "サポート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "印刷ジョブを最上位に移動する" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "品質" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "%1 を削除しますか?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "技術データシート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "印刷ジョブの削除" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "安全データシート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "%1 を中止してよろしいですか?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "印刷ガイドライン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "プリント中止" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "ウェブサイト" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "インストールまたはアップデートにはログインが必要です" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "材料スプールの購入" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "アップデート" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "更新中" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "更新済み" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "戻る" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "プラグイン" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "マテリアル" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "インストールした" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "再起動時にインストール" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "アップデートにはログインが必要です" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "ダウングレード" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "アンインストール" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "地域貢献" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "コミュニティプラグイン" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "汎用材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "パッケージ取得中..." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "ウェブサイト" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" -msgstr "電子メール" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "検証済みのUltimaker Cura Enterprise用プラグインおよび材料を入手するにはサインインしてください" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" -msgstr "バージョン" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" -msgid "Last updated" -msgstr "最終更新日" +msgid "Queued" +msgstr "順番を待つ" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "ブランド" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "ブラウザで管理する" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Downloads" -msgstr "ダウンロード" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "インストールされたプラグイン" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "プラグインはインストールされていません。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "インストールされた材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "材料はインストールされていません。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "バンドルされたプラグイン" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "バンドルされた材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Curaパッケージデータベースに接続できません。接続を確認してください。" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "キューに印刷ジョブがありません。追加するには、スライスしてジョブを送信します。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "パッケージをインストールするにはライセンスに同意する必要があります" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "アカウントにおける変更" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "無視" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "次" +msgid "Print jobs" +msgstr "プリントジョブ" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "次のパッケージが追加されます:" +msgid "Total print time" +msgstr "合計印刷時間" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "次のパッケージは、Curaバージョンに互換性がないため、インストールできません:" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "アンインストール確認" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "使用中の材料またはプロファイルをアンインストールしようとしています。確定すると以下の材料/プロファイルをデフォルトにリセットします。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "プロファイル" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "確認" +msgid "Waiting for" +msgstr "待ち時間" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "カラースキーム" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "フィラメントの色" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "ラインタイプ" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "スピード" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "レイヤーの厚さ" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "ライン幅" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "フロー" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "コンパティビリティモード" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "移動" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "ヘルプ" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "外郭" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "インフィル" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "開始" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "トップのレイヤーを表示する" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "トップの5レイヤーの詳細を表示する" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "トップ/ボトム" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "インナーウォール" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "最小" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "最大" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "プリンター管理" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "ガラス" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "キューをリモートで管理するには、プリンターのファームウェアを更新してください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "高さ(mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "クラウドプリンターのウェブカムフィードをUltimaker Curaから見ることができません。「プリンター管理」をクリックして、Ultimaker Digital Factoryにアクセスし、このウェブカムを見ます。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "“ベース”から各ピクセルへの最大距離。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "読み込み中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "ベース(mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "利用不可" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "ミリメートルでビルドプレートからベースの高さ。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "到達不能" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "幅(mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "アイドル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "準備中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "深さ(mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "プリント中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "ビルドプレート上の奥行きミリメートル" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "無題" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "暗いほうを高く" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "匿名" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "薄いほうを高く" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "構成の変更が必要です" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "リトフェインの場合、暗いピクセルは、より多くの光を通すために厚い場所に対応する必要があります。高さマップの場合、明るいピクセルは高い地形を表しているため、明るいピクセルは生成された3D モデルの厚い位置に対応する必要があります。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "詳細" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "利用できないプリンター" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "線形" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "次の空き" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "半透明性" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "順番を待つ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "リトフェインの場合、半透明性を示す単純な対数モデルを利用できます。高さマップの場合、ピクセル値は高さに比例します。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "ブラウザで管理する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "1mm透過率(%)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "キューに印刷ジョブがありません。追加するには、スライスしてジョブを送信します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "厚さ1ミリメートルのプリントを貫通する光の割合。この値を小さくすると、画像の暗い領域ではコントラストが増し、明るい領域ではコントラストが減少します。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "プリントジョブ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "スムージング" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "合計印刷時間" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "画像に適応したスムージング量。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "待ち時間" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "Print over network" -msgstr "ネットワーク上のプリント" +msgid "Open Project" +msgstr "プロジェクトを開く" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "プリント" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "既存を更新する" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "プリンターの選択" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "新しいものを作成する" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "構成の変更" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "サマリーCuraプロジェクト" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "上書き" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "割り当てられたプリンター %1 には以下の構成変更が必要です:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "プリンター %1 が割り当てられましたが、ジョブには不明な材料構成があります。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "このプリンターの問題をどのように解決すればいいか?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "材料 %1 を %2 から %3 に変更します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "プリンターの設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "%3 を 材料 %1 にロードします(これは上書きできません)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "タイプ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "プリントコア %1 を %2 から %3 に変更します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "プリンターグループ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "ビルドプレートを %1 に変更します(これは上書きできません)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "このプロファイルの問題をどのように解決すればいいか?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "上書きは、既存のプリンタ構成で指定された設定を使用します。これにより、印刷が失敗する場合があります。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "プロファイル設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "アルミニウム" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "ネーム" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "終了" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "中止しています..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "プロファイル内にない" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "中止しました" +# Can’t edit the Japanese text +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1個の設定を上書き" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "失敗" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "次から引き出す" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "一時停止しています..." +# can’t inset the japanese text +# %1: print quality profile name +# %2: number of overridden ssettings +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%2の%1個の設定を上書き" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "一時停止" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "このフィラメントの問題をどのように解決すればいいか?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "再開しています..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "フィラメント設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "アクションが必要です" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "視野設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "%1 を %2 に終了します" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "モード" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "ネットワーク上で繋がったプリンターに接続" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "ビジブル設定:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "印刷ジョブをネットワークを介してプリンターに直接送信するには、ネットワークケーブルを使用してプリンターを確実にネットワークに接続するか、プリンターを WIFI ネットワークに接続します。Cura をプリンタに接続していない場合でも、USB ドライブを使用して g コードファイルをプリンターに転送することはできます。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%2のうち%1" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "以下のリストからプリンタを選択します:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "プロジェクトを読み込むとビルドプレート上のすべてのモデルがクリアされます。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Edit" -msgstr "編集" +msgid "Open" +msgstr "開く" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "取り除く" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "詳しく知りたい?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "更新" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "今すぐバックアップする" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "お持ちのプリンターがリストにない場合、ネットワーク・プリンティング・トラブルシューティング・ガイドを読んでください" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "自動バックアップ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "タイプ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Cura を起動した日は常にバックアップを自動生成します。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "ファームウェアバージョン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura バージョン" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "アドレス" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "プリンタ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "このプリンターは、プリンターのグループをホストするために設定されていません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "材料" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "このプリンターは %1 プリンターのループのホストプリンターです。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "プロファイル" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "このアドレスのプリンターは応答していません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "プラグイン" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "接続" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "リストア" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "無効なIPアドレス" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "バックアップの削除" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "有効なIPアドレスを入力してください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "このバックアップを削除しますか?これは取り消しできません。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "プリンターアドレス" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "バックアップのリストア" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "ネットワーク内のプリンターのIPアドレスを入力してください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "バックアップをリストアする前に Cura を再起動する必要があります。今すぐ Cura を閉じますか?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "最上位に移動" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Cura のバックアップおよび同期を設定します。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "削除" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "サインイン" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "再開" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "マイ バックアップ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "一時停止しています..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "現在バックアップは存在しません。[今すぐバックアップする] を使用して作成してください。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "再開しています..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "プレビューではバックアップは5つまでに制限されています。古いバックアップは削除してください。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "一時停止" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura バックアップ" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "中止しています..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "匿名データの収集に関する詳細" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "中止" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "%1 をキューの最上位に移動しますか?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "印刷ジョブを最上位に移動する" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "%1 を削除しますか?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "印刷ジョブの削除" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura は、印刷品質とユーザーエクスペリエンスを向上させるために匿名データを収集します。以下は、共有されるすべてのデータの例です:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "%1 を中止してよろしいですか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "匿名データは送信しない" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "プリント中止" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "匿名データの送信を許可する" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"プリンタが接続されているか確認し、以下を行います。\n" -"- プリンタの電源が入っているか確認します。\n" -"- プリンタがネットワークに接続されているかどうかを確認します。- クラウドに接続されたプリンタを検出するためにサインインしているかどうかを確認します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "プラグイン処理後" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "プリンターをネットワークに接続してください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" +msgstr "スクリプトの処理後" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "ユーザーマニュアルをオンラインで見る" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "スクリプトを加える" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Cura から印刷を監視するには、プリンタを接続してください。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 +msgctxt "@label" +msgid "Settings" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "このプリントの何かが問題です。クリックして調整のヒントをご覧ください。" +msgid "Change active post-processing scripts." +msgstr "処理したアクティブなスクリプトを変更します。" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3Dビュー" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "次のスクリプトがアクティブです:" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "フロントビュー" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "このUltimaker Originalに施されたアップグレートを選択する" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "トップビュー" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "ヒーティッドビルドプレート(オフィシャルキットまたはセルフビルド)" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "左ビュー" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "ビルドプレートのレベリング" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "右ビュー" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "プリントの成功率を上げるために、ビルドプレートを今調整できます。’次のポジションに移動’をクリックすると。" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Object list" -msgstr "オブジェクトリスト" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "すべてのポジションに。" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" -msgid "Marketplace" -msgstr "マーケットプレース" +msgid "Start Build Plate Leveling" +msgstr "ビルドプレートのレベリングを開始する" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&ファイル" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "次のポジションに移動" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&編集" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&ビュー" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "&設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "拡張子" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "プレファレンス" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "ヘルプ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "新しいプロジェクト" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "新しいプロジェクトを開始しますか?この作業では保存していない設定やビルドプレートをクリアします。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "スライス中..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "%1を終了する" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "スライスできません" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Processing" -msgstr "処理" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Slice" -msgstr "スライス" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "スライス処理の開始" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Cancel" -msgstr "キャンセル" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "時間予測" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "材料予測" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "時間予測がありません" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "コスト予測がありません" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" -msgid "Preview" -msgstr "プレビュー" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "プリンターの追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "ネットワークプリンターの追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "非ネットワークプリンターの追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "クラウドプリンターを追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "クラウドの応答を待機しています" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "アカウントにプリンターが見つかりませんか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "アカウントの以下のプリンターがCuraに追加されました:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "プリンタを手動で追加する" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "IP アドレスでプリンターを追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "プリンターのIPアドレスを入力します。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "デバイスに接続できません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Ultimakerプリンターに接続できませんか?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "このアドレスのプリンターは応答していません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "このプリンタは不明なプリンタであるか、またはグループのホストではないため、追加できません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" -msgid "Back" -msgstr "戻る" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" -msgid "Connect" -msgstr "接続" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "ユーザー用使用許諾契約" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "拒否して閉じる" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Ultimaker Cura にようこそ" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgid "Please read and agree with the plugin licence." msgstr "" -"以下の手順で\n" -"Ultimaker Cura を設定してください。数秒で完了します。" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" -msgid "Get started" -msgstr "はじめに" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Ultimakerのプラットフォームにサインイン" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "拒否する" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "マーケットプレイスから材料設定とプラグインを追加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "材料設定とプラグインのバックアップと同期" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Ultimakerコミュニティで48,000人以上のユーザーとアイデアを共有してアドバイスをもらう" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" -msgid "Skip" -msgstr "スキップ" +msgid "Load more" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "無料のUltimakerアカウントを作成" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "製造元" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "プロファイル作成者" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "プリンター名" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "プリンター" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "プリンターに名前を付けてください" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "ノズル設定" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "ネットワークにプリンターはありません。" +msgid "Nozzle size" +msgstr "ノズルサイズ" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Refresh" -msgstr "更新" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Add printer by IP" -msgstr "IP でプリンターを追加" +msgid "Compatible material diameter" +msgstr "適合する材料直径" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Add cloud printer" -msgstr "クラウドプリンターを追加" +msgid "Nozzle offset X" +msgstr "ノズルオフセットX" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Troubleshooting" -msgstr "トラブルシューティング" +msgid "Nozzle offset Y" +msgstr "ノズルオフセットY" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Ultimaker Cura の改善にご協力ください" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura は、印刷品質とユーザーエクスペリエンスを向上させるために以下の匿名データを収集します:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "プリンターのタイプ" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "材料の利用状況" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "スライスの数" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "プリント設定" +msgid "Cooling Fan Number" +msgstr "冷却ファンの番号" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Ultimaker Cura が収集したデータには個人データは含まれません。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "エクストルーダーがG-Codeを開始する" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "詳細" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "エクストルーダーがG-Codeを終了する" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "新情報" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "プリンターの設定" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Empty" -msgstr "空にする" +msgid "X (Width)" +msgstr "X(幅)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Release Notes" -msgstr "リリースノート" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "%1について" +msgid "Y (Depth)" +msgstr "Y (奥行き)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "version: %1" -msgstr "バージョン: %1" +msgid "Z (Height)" +msgstr "Z (高さ)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "熱溶解積層型3Dプリンティングのエンドtoエンドソリューション。" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "CuraはUltimakerB.Vのコミュニティの協力によって開発され、Curaはオープンソースで使えることを誇りに思います:" +msgid "Build plate shape" +msgstr "ビルドプレート形" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Graphical user interface" -msgstr "グラフィックユーザーインターフェイス" +msgid "Origin at center" +msgstr "センターを出します" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Application framework" -msgstr "アプリケーションフレームワーク" +msgid "Heated bed" +msgstr "ヒーテッドドベッド" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "G-code generator" -msgstr "G-codeの生成" +msgid "Heated build volume" +msgstr "加熱式ビルドボリューム" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Interprocess communication library" -msgstr "インタープロセスコミュニケーションライブラリー" +msgid "G-code flavor" +msgstr "G-codeフレーバー" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 -msgctxt "@label" -msgid "Programming language" -msgstr "プログラミング用語" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "プリントヘッド設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "GUI framework" -msgstr "GUIフレームワーク" +msgid "X min" +msgstr "X分" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "GUI framework bindings" -msgstr "GUIフレームワークバインディング" +msgid "Y min" +msgstr "Y分" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "C/C++ バインディングライブラリー" +msgid "X max" +msgstr "最大X" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Data interchange format" -msgstr "データインターフェイスフォーマット" +msgid "Y max" +msgstr "最大Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "サイエンスコンピューティングを操作するためのライブラリーサポート" +msgid "Gantry Height" +msgstr "ガントリーの高さ" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Support library for faster math" -msgstr "ファターマスを操作するためのライブラリーサポート" +msgid "Number of Extruders" +msgstr "エクストルーダーの数" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "STLファイルを操作するためのライブラリーサポート" +msgid "Apply Extruder offsets to GCode" +msgstr "エクストルーダーのオフセットをGCodeに適用します" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "平面対象物を操作するためのライブラリーサポート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-Codeの開始" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "参画メッシュを操作するためのライブラリーサポート" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-codeの終了" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "3MFファイルを操作するためのライブラリーサポート" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "マイプリンター" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "ファイルメタデータとストリーミングのためのライブラリーサポート" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Ultimaker Digital Factoryでプリンターをモニタリングします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" -msgstr "シリアルコミュニケーションライブラリー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Digital Libraryでプリントプロジェクトを作成します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "ZeroConfディスカバリーライブラリー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "プリントジョブ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "プリントジョブをモニタリングしてプリント履歴から再プリントします。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Ultimaker Curaをプラグインと材料プロファイルで拡張します。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Ultimaker eラーニングで3Dプリンティングのエキスパートになります。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimakerのサポート" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Ultimaker Curaの使用を開始する方法を確認します。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "質問をする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Ultimaker Communityをご参照ください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "バグを報告" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "問題が発生していることを開発者にお知らせください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Ultimakerウェブサイトをご確認ください。" + +# can’t enter japanese +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "選択したモデルを%1で印刷する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "&設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "新しいプロジェクト" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "新しいプロジェクトを開始しますか?この作業では保存していない設定やビルドプレートをクリアします。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "マーケットプレース" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "ポリゴンクリッピングライブラリー" +msgid "Build plate" +msgstr "ビルドプレート" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "Python用の静的型チェッカー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "ヒーティッドベッドの目標温度。ベッドはこの温度に向けて上がったり下がったりします。これが0の場合、ベッドの加熱はオフになっています。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "SSLの信頼性を検証するためのルート証明書" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "現在のヒーティッドベッドの温度。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Pythonエラー追跡ライブラリー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "ベッドのプリヒート温度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "キャンセル" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "プレヒート" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "プリント開始前にベッドを加熱します。加熱中もプリントの調整を行えます、またべットが加熱するまでプリント開始を待つ必要もありません。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "このプリンターはつながっていません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "Prusa Research開発のポリゴンパッキングライブラリー" +msgid "Printer control" +msgstr "プリンターコントロール" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "libnest2dのPythonバインディング" +msgid "Jog Position" +msgstr "ジョグの位置" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "システムキーリングアクセスを操作するためのライブラリーサポート" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "Microsoft Windows用のPython拡張機能" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Font" -msgstr "フォント" +msgid "Jog Distance" +msgstr "ジョグの距離" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "SVG icons" -msgstr "SVGアイコン" +msgid "Send G-code" +msgstr "G-codeの送信" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "カスタムG-codeコマンドを接続されているプリンターに送信します。「Enter」を押してコマンドを送信します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux 分散アプリケーションの開発" +msgid "Extruder" +msgstr "エクストルーダー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "ホットエンドの目標温度。ホットエンドはこの温度に向けて上がったり下がったりします。これが0の場合、ホットエンドの加熱はオフになっています。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "このホットエンドの現在の温度です。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "ホットエンドをプリヒートする温度です。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "プリント開始前にホットエンドを加熱します。加熱中もプリントの調整を行えます、またホットエンドが加熱するまでプリント開始を待つ必要もありません。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "エクストルーダーのマテリアルの色。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "エクストルーダー入ったフィラメント。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "ノズルが入ったエクストルーダー。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "ファイルを開く" +msgid "Open project file" +msgstr "プロジェクトを開く" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "選択したファイルの中に複数のプロジェクトが存在します。1ファイルのみ一度に開けます。ファイルからモデルを先に取り込むことをお勧めします。続けますか?" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "これはCuraのプロジェクトファイルです。プロジェクトとしてあけますか、それともモデルのみ取り込みますか?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "選択を記憶させる" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 msgctxt "@action:button" -msgid "Import all as models" -msgstr "すべてをモデルとして取り入れる" +msgid "Open as project" +msgstr "プロジェクトを開く" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "モデルを取り込む" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 msgctxt "@title:window" msgid "Save Project" msgstr "プロジェクトを保存" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 msgctxt "@action:label" msgid "Extruder %1" msgstr "エクストルーダー%1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 msgctxt "@action:label" msgid "%1 & material" msgstr "%1とフィラメント" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 msgctxt "@action:label" msgid "Material" msgstr "材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 msgctxt "@action:label" msgid "Don't show project summary on save again" msgstr "保存中のプロジェクトサマリーを非表示にする" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 msgctxt "@action:button" msgid "Save" msgstr "保存" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "変更を取り消すか保存するか" +msgid "Open file(s)" +msgstr "ファイルを開く" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"一部のプロファイル設定がカスタマイズされています。\n" -"これらの変更された設定をプロファイルの切り替え後も維持しますか?\n" -"変更を破棄して'%1'からデフォルトの設定を読み込むこともできます。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "選択したファイルの中に複数のプロジェクトが存在します。1ファイルのみ一度に開けます。ファイルからモデルを先に取り込むことをお勧めします。続けますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "プロファイル設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "すべてをモデルとして取り入れる" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "現在の変更" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "%1について" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "毎回確認する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" +msgstr "バージョン: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "取り消し、再度確認しない" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "熱溶解積層型3Dプリンティングのエンドtoエンドソリューション。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "キープし、再度確認しない" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "CuraはUltimakerB.Vのコミュニティの協力によって開発され、Curaはオープンソースで使えることを誇りに思います:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "変更を破棄" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" -msgstr "変更を維持" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "プロジェクトを開く" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "これはCuraのプロジェクトファイルです。プロジェクトとしてあけますか、それともモデルのみ取り込みますか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "選択を記憶させる" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" +msgstr "グラフィックユーザーインターフェイス" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "プロジェクトを開く" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "アプリケーションフレームワーク" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "モデルを取り込む" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" +msgstr "G-codeの生成" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Active print" -msgstr "プリントをアクティベートする" +msgid "Interprocess communication library" +msgstr "インタープロセスコミュニケーションライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Job Name" -msgstr "ジョブネーム" +msgid "Programming language" +msgstr "プログラミング用語" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Printing Time" -msgstr "プリント時間" +msgid "GUI framework" +msgstr "GUIフレームワーク" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Estimated time left" -msgstr "残り時間" +msgid "GUI framework bindings" +msgstr "GUIフレームワークバインディング" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "クラウドプリンターがオフラインです。プリンターの電源が入っている状態で、インターネットに接続されているかどうかを確認してください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" +msgstr "C/C++ バインディングライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "このプリンターはお使いのアカウントにリンクされていません。Ultimaker Digital Factoryにアクセスして接続を確立してください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" +msgstr "データインターフェイスフォーマット" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "クラウド接続は現在利用できません。サインインしてクラウドプリンターに接続してください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "サイエンスコンピューティングを操作するためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "クラウド接続は現在利用できません。インターネット接続を確認してください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "ファターマスを操作するためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "プリンターの追加" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" +msgstr "STLファイルを操作するためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "プリンター管理" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "参画メッシュを操作するためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Connected printers" -msgstr "キャンセルしたプリンター" +msgid "Support library for handling 3MF files" +msgstr "3MFファイルを操作するためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" -msgid "Preset printers" -msgstr "プリンターのプリセット" +msgid "Support library for file metadata and streaming" +msgstr "ファイルメタデータとストリーミングのためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" -msgid "Print settings" -msgstr "プリント設定" +msgid "Serial communication library" +msgstr "シリアルコミュニケーションライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "印刷設定は無効にされました。G-code ファイルは変更できません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "ZeroConfディスカバリーライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Profile" -msgstr "プロファイル" +msgid "Polygon clipping library" +msgstr "ポリゴンクリッピングライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" msgstr "" -"いくらかの設定プロファイルにある値とことなる場合無効にします。\n" -"プロファイルマネージャーをクリックして開いてください。" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "カスタムプロファイル" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "今の変更を破棄する" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "推奨" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "カスタム" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "Python用の静的型チェッカー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "オン" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "SSLの信頼性を検証するためのルート証明書" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "オフ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Pythonエラー追跡ライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Experimental" -msgstr "実験" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "エクストルーダー%2の設定には%1プロファイルがありません。代わりにデフォルトの目的が使用されます" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "Prusa Research開発のポリゴンパッキングライブラリー" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profiles" -msgstr "プロファイル" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "プロファイルの設定がいくつか変更されました。変更を有効にするにはカスタムモードに移動してください。" +msgid "Python bindings for libnest2d" +msgstr "libnest2dのPythonバインディング" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Support" -msgstr "サポート" +msgid "Support library for system keyring access" +msgstr "システムキーリングアクセスを操作するためのライブラリーサポート" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "オーバーハングがあるモデルにサポートを生成します。このサポート構造なしでは、プリント中にオーバーハングのパーツが崩壊してしまいます。" +msgid "Python extensions for Microsoft Windows" +msgstr "Microsoft Windows用のPython拡張機能" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Gradual infill" -msgstr "インフィル半減" +msgid "Font" +msgstr "フォント" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "グラデュアルインフィルはトップに向かうに従ってインフィルの量を増やします。" +msgid "SVG icons" +msgstr "SVGアイコン" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Adhesion" -msgstr "密着性" +msgid "Linux cross-distribution application deployment" +msgstr "Linux 分散アプリケーションの開発" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "ブリムまたはラフトのプリントの有効化。それぞれ、プリントの周り、また造形物の下に底面を加え切り取りやすくします。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "変更を取り消すか保存するか" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "プロジェクトを保存..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "ネットワーク対応プリンター" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "プロファイル設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "ローカルプリンター" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "現在の変更" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "材料" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "毎回確認する" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "お気に入り" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "取り消し、再度確認しない" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "汎用" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "キープし、再度確認しない" -# can’t enter japanese texts -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "選択したモデルで印刷:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "変更を破棄" -# can’t eneter japanese texts -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "選択した複数のモデル" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "変更を維持" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "Number of Copies" -msgstr "コピーの数" +msgid "No items to select from" +msgstr "選択するアイテムがありません" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "プロジェクトを保存... (&S)" +msgid "Open File(s)..." +msgstr "ファイルを開く..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "エクスポート... (&E)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "選択エクスポート..." +msgid "Open &Recent" +msgstr "最近開いたファイルを開く" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "ビジブル設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "すべてのカテゴリを折りたたむ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "視野のセッティングを管理する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&フィラメント" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "アクティブエクストルーダーとしてセットする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "エクストルーダーを有効にする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "エクストルーダーを無効にする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "材料" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "お気に入り" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "汎用" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "ヘルプ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&ファイル" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "プロジェクトを保存... (&S)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "エクスポート... (&E)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "選択エクスポート..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "プレファレンス" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&編集" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&プリンター" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "ネットワーク対応プリンター" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "ローカルプリンター" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "拡張子" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" msgid "Configurations" msgstr "構成" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "カスタム" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "プリンター" +msgid "Loading available configurations from the printer..." +msgstr "プリンタから利用可能な構成を読み込んでいます..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "有効" +msgid "The configurations are not available because the printer is disconnected." +msgstr "プリンタが接続されていないため、構成は利用できません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "フィラメント" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "%1 が認識されていないためこの構成は利用できません。%2 から適切な材料プロファイルをダウンロードしてください。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "この材料の組み合わせの接着に接着材を使用する。" +msgid "Marketplace" +msgstr "マーケットプレース" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "このエクストルーダーの構成が許可されておらず、スライスを妨げています。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "このエクストルーダーの構成に一致するプロファイルがありません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "構成の選択" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "構成" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "プリンタから利用可能な構成を読み込んでいます..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "カスタム" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "プリンタが接続されていないため、構成は利用できません。" +msgid "Printer" +msgstr "プリンター" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "%1 が認識されていないためこの構成は利用できません。%2 から適切な材料プロファイルをダウンロードしてください。" +msgid "Enabled" +msgstr "有効" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Marketplace" -msgstr "マーケットプレース" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "ファイルを開く..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&プリンター" +msgid "Material" +msgstr "フィラメント" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&フィラメント" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "この材料の組み合わせの接着に接着材を使用する。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "アクティブエクストルーダーとしてセットする" +# can’t enter japanese texts +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "選択したモデルで印刷:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "エクストルーダーを有効にする" +# can’t eneter japanese texts +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "選択した複数のモデル" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "エクストルーダーを無効にする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "コピーの数" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "最近開いたファイルを開く" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "ビジブル設定" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "すべてのカテゴリを折りたたむ" +msgid "Save Project..." +msgstr "プロジェクトを保存..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "視野のセッティングを管理する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&ビュー" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "カメラ位置 (&C)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "カメラビュー" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "パースペクティブ表示" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "平行投影表示" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "ビルドプレート (&B)" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "タイプ表示" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "サポートとしてプリントされます。" +msgid "Sign in to the Ultimaker platform" +msgstr "Ultimakerのプラットフォームにサインイン" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "このモデルに重なる他のモデルは修正されます。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- マーケットプレースから材料プロファイルとプラグインを追加\n" +"- 材料プロファイルとプラグインのバックアップと同期\n" +"- Ultimakerコミュニティで48,000人以上のユーザーとアイデアを共有してアドバイスをもらう" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "このモデルとのインフィル交差は修正されます。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "無料のUltimakerアカウントを作成" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "このモデルとの重なりはサポートされません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "サインイン" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "%1個の設定を上書きします。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "最終更新:%1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "プロファイル" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimakerアカウント" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "アクティベート" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "サインアウト" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "作成する" +msgid "Checking..." +msgstr "確認しています..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "複製" +msgid "Account synced" +msgstr "アカウント同期" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "名を変える" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "問題が発生しました..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "取り込む" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "保留中の更新をインストール" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "書き出す" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "アカウントの更新を確認" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "プロファイルを作る" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "スライス中..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "このプロファイルの名前を指定してください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "スライスできません" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "プロファイルを複製する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "処理" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "モデルを取り除きました" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "スライス" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "%1を取り外しますか?この作業はやり直しが効きません!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "スライス処理の開始" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "プロファイル名を変える" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "キャンセル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "プロファイルを取り込む" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "時間予測" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "プロファイルを書き出す" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "材料予測" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "プリンター:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "プロファイルを現在のセッティング" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "このプロファイルはプリンターによりデフォルトを使用、従いこのプロファイルはセッティング/書き換えが以下のリストにありません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "時間予測がありません" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "設定は選択したプロファイルにマッチしています。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "コスト予測がありません" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "グローバル設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "プレビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "このパッケージは再起動後にインストールされます。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 msgctxt "@title:tab" msgid "General" msgstr "一般" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 -msgctxt "@label" -msgid "Interface" -msgstr "インターフェイス" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" -msgstr "通貨:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "テーマ:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "それらの変更を有効にするためにはアプリケーションを再起動しなけらばなりません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "セッティングを変更すると自動にスライスします。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "プリンター" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "自動的にスライスする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "マテリアル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "ビューポイント機能" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "プロファイル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "赤でサポートができないエリアをハイライトしてください。サポートがない場合、正確にプリントができない場合があります。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "%1を閉じています" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "ディスプレイオーバーハング" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "%1を終了しますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "モデルの欠けている部分または不要な表面部分を、警告マークを使用してハイライトします。ツールパスは意図したジオメトリの欠けている部分になることが多くあります。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "パッケージをインストール" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "モデルエラーを表示" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "ファイルを開く(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "モデルの選択時にモデルがカメラの中心に見えるようにカメラを移動する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "選択したファイルの中に複数のG-codeが存在します。1つのG-codeのみ一度に開けます。G-codeファイルを開く場合は、1点のみ選んでください。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "アイテムを選択するとカメラが中心にきます" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "プリンターを追加する" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Curaのデフォルトのズーム機能は変更できるべきか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "新情報" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "カメラのズーム方向を反転する。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "オン" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "ズームはマウスの方向に動くべきか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "オフ" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "マウスに対するズームは、正射投影ではサポートされていません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "実験" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "マウスの方向にズームする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "プリント設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "交差を避けるためにプラットホーム上のモデルを移動するべきですか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "印刷設定は無効にされました。G-code ファイルは変更できません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "モデルの距離が離れているように確認する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "推奨" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "プラットホーム上のモデルはブルドプレートに触れるように下げるべきか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "カスタム" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "自動的にモデルをビルドプレートに落とす" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "エクストルーダー%2の設定には%1プロファイルがありません。代わりにデフォルトの目的が使用されます" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "G-codeリーダーに注意メッセージを表示します。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "インフィル半減" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "G-codeリーダーに注意メッセージ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "グラデュアルインフィルはトップに向かうに従ってインフィルの量を増やします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "レイヤーはコンパティビリティモードに強制されるべきか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "サポート" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "レイヤービューコンパティビリティモードを強制する。(再起動が必要)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "オーバーハングがあるモデルにサポートを生成します。このサポート構造なしでは、プリント中にオーバーハングのパーツが崩壊してしまいます。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Curaを終了した場所で開くようにしますか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "プロファイル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "開始時にウィンドウの位置を復元" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "プロファイルの設定がいくつか変更されました。変更を有効にするにはカスタムモードに移動してください。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "どのような種類のカメラレンダリングを使用する必要がありますか?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "密着性" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "カメラレンダリング:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "ブリムまたはラフトのプリントの有効化。それぞれ、プリントの周り、また造形物の下に底面を加え切り取りやすくします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "パースペクティブ表示" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "カスタムプロファイル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "平行投影表示" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "今の変更を破棄する" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Opening and saving files" -msgstr "ファイルを開くまた保存" +msgid "Profile" +msgstr "プロファイル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "デスクトップまたは外部アプリケーションから開いたファイルをCuraの同じインスタンスで開く必要がありますか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Curaの単一インスタンスを使用" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Curaの単一インスタンスに新しいモデルをロードする前に、ビルドプレートをクリアする必要はありますか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "モデルを単一のインスタンスにロードする前にビルドプレートをクリア" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "モデルがビルドボリュームに対して大きすぎる場合はスケールされるべきか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "大きなモデルをスケールする" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "ユニット値がミリメートルではなくメートルの場合、モデルが極端に小さく現れる場合があります。モデルはスケールアップされるべきですか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "極端に小さなモデルをスケールアップする" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "モデルはロード後に選択しますか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "ロード後にモデルを選択" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "プリンター名の敬称はプリントジョブの名前に自動的に加えられるべきか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "プリンターの敬称をジョブネームに加える" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "プロジェクトファイルを保存時にサマリーを表示するべきか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "プロジェクトを保存時にダイアログサマリーを表示する" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "プロジェクトファイルを開く際のデフォルト機能" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "プロジェクトファイル開く際のデフォルト機能: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "毎回確認する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"いくらかの設定プロファイルにある値とことなる場合無効にします。\n" +"プロファイルマネージャーをクリックして開いてください。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "常にプロジェクトとして開く" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "常にモデルを取り込む" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "プロファイル" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "プロファイル内を変更し異なるプロファイルにしました、どこの変更点を保持、破棄したいのダイアログが表示されます、また何度もダイアログが表示されないようにデフォルト機能を選ぶことができます。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "現在" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "プロファイル交換時に設定値を変更するためのデフォルト処理: " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "常に変更した設定を廃棄する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "常に変更した設定を新しいプロファイルに送信する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "プライバシー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "プリンターの不明なデータをUltimakerにおくりますか?メモ、モデル、IPアドレス、個人的な情報は送信されたり保存されたりはしません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(不特定な) プリントインフォメーションを送信" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "視野設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "More information" -msgstr "詳細" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "アップデート" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Curaのプログラム開始時にアップデートがあるかチェックしますか?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "スタート時にアップデートあるかどうかのチェック" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "アップデートを確認する際に、安定版リリースのみを確認します。" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "安定版リリースのみ" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "アップデートを確認する際に、安定版とベータ版の両方のリリースを確認します。" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "安定版およびベータ版リリース" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "全てを調べる" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Curaの起動時に毎回、新しいプラグインの自動チェックを行う場合は、この機能を無効にしないことを強くお勧めします!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "プラグインのアップデートを通知" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "アクティベート" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "インフォメーション" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "名を変える" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" msgid "Confirm Diameter Change" msgstr "直径変更の確認" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "新しいフィラメントの直径は %1 mm に設定されています。これは現在のエクストルーダーに適応していません。続行しますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" msgid "Display Name" msgstr "ディスプレイ名" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "ブランド" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "フィラメントタイプ" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "色" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "プロパティ" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "密度" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "直径" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "フィラメントコスト" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "フィラメントの重さ" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "フィラメントの長さ" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "毎メーターコスト" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "このフィラメントは %1にリンクすプロパティーを共有する。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "フィラメントをリンクを外す" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "記述" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "接着のインフォメーション" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "作成する" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "複製" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "プリンターと同期する" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "プリンター" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "フィラメントを取り込む" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "%1フィラメントを取り込むことができない: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "フィラメント%1の取り込みに成功しました" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "フィラメントを書き出す" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "フィラメントの書き出しに失敗しました %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "フィラメントの%1への書き出しが完了ました" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "インフォメーション" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "材料をプリンターと同期" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "材料をプリンターと同期" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "簡単な数ステップの手順に従うことで、すべての材料プロファイルをプリンターと同期できるようになります。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "開始" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "材料プロファイルを同期する必要があるのはなぜですか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "開始" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "サインイン" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "材料プロファイルをDigital Factoryに接続されているすべてのプリンターと自動的に同期するには、Curaにサインインしている必要があります。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "材料をUSBで同期" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "以下のプリンターは新しい材料プロファイルを受け取ります:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "材料をプリンターに送信する際に問題が発生しました。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "材料プロファイルが以下のプリンターと正常に同期されました:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "トラブルシューティング" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "プリンターがありませんか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "すべてのプリンターの電源が入っていて、Digital Factoryに接続されていることを確認してください。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "リストを更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "やり直してください" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "完了" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "同期" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "スライス" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "プリンターが見つかりません" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "互換性のあるプリンターがDigital Factoryに接続されていないようです。プリンターが接続されていて、最新のファームウェアが実行されていることを確認してください。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Digital Factoryにプリンターを接続する方法について詳しく見る" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "材料プロファイルをUSB経由で同期する" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "以下の手順に従って、新しい材料プロファイルをプリンターに読み込みます。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "材料アーカイブのエクスポートボタンをクリックします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr ".ummファイルをUSBメモリーに保存します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "USBメモリーをプリンターに差し込み、新しい材料プロファイルを読み込む手順を開始します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "新しい材料プロファイルをプリンターに読み込む方法" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "戻る" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "材料アーカイブのエクスポート" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "すべての材料を書き出す" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "視野設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "全てを調べる" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "プリンター" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "取り込む" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "計算された" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "設定" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "プロファイル" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "現在" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "ユニット" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "複製" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "プリンターにつながっていません" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "書き出す" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "今プリンタはコマンドを処理できません" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "モデルを取り除きました" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "メンテナンス。プリンターをチェックしてください" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "%1を取り外しますか?この作業はやり直しが効きません!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "プリンターへの接続が切断されました" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "フィラメントを取り込む" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "プリント中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "フィラメント%1の取り込みに成功しました" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "一時停止しました" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "%1フィラメントを取り込むことができない: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "準備中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "フィラメントを書き出す" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "造形物を取り出してください" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "フィラメントの書き出しに失敗しました %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "プリント中止" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "フィラメントの%1への書き出しが完了ました" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "本当にプリントを中止してもいいですか?" +msgid "Profiles compatible with active printer:" +msgstr "" -# can’t enter japanese -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "選択したモデルを%1で印刷する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "マイプリンター" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Ultimaker Digital Factoryでプリンターをモニタリングします。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Digital Libraryでプリントプロジェクトを作成します。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "プリントジョブ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "このプロファイルはプリンターによりデフォルトを使用、従いこのプロファイルはセッティング/書き換えが以下のリストにありません。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "プリントジョブをモニタリングしてプリント履歴から再プリントします。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "設定は選択したプロファイルにマッチしています。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Ultimaker Curaをプラグインと材料プロファイルで拡張します。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "グローバル設定" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Ultimaker eラーニングで3Dプリンティングのエキスパートになります。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "プロファイルを作る" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimakerのサポート" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "このプロファイルの名前を指定してください。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Ultimaker Curaの使用を開始する方法を確認します。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "プロファイルを書き出す" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "質問をする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "プロファイルを複製する" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Ultimaker Communityをご参照ください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "プロファイル名を変える" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "バグを報告" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "プロファイルを取り込む" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "問題が発生していることを開発者にお知らせください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "インターフェイス" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Ultimakerウェブサイトをご確認ください。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "プリンターコントロール" +msgid "Currency:" +msgstr "通貨:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "ジョグの位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "セッティングを変更すると自動にスライスします。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "自動的にスライスする" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "ジョグの距離" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "G-codeの送信" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "カスタムG-codeコマンドを接続されているプリンターに送信します。「Enter」を押してコマンドを送信します。" +msgid "Viewport behavior" +msgstr "ビューポイント機能" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "エクストルーダー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "赤でサポートができないエリアをハイライトしてください。サポートがない場合、正確にプリントができない場合があります。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "ホットエンドの目標温度。ホットエンドはこの温度に向けて上がったり下がったりします。これが0の場合、ホットエンドの加熱はオフになっています。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "ディスプレイオーバーハング" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "このホットエンドの現在の温度です。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "モデルの欠けている部分または不要な表面部分を、警告マークを使用してハイライトします。ツールパスは意図したジオメトリの欠けている部分になることが多くあります。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "ホットエンドをプリヒートする温度です。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "モデルエラーを表示" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "キャンセル" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "モデルの選択時にモデルがカメラの中心に見えるようにカメラを移動する" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "プレヒート" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "アイテムを選択するとカメラが中心にきます" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "プリント開始前にホットエンドを加熱します。加熱中もプリントの調整を行えます、またホットエンドが加熱するまでプリント開始を待つ必要もありません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Curaのデフォルトのズーム機能は変更できるべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "エクストルーダーのマテリアルの色。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "カメラのズーム方向を反転する。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "エクストルーダー入ったフィラメント。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "ズームはマウスの方向に動くべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "ノズルが入ったエクストルーダー。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "マウスに対するズームは、正射投影ではサポートされていません。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "このプリンターはつながっていません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "マウスの方向にズームする" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "ビルドプレート" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "交差を避けるためにプラットホーム上のモデルを移動するべきですか?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "ヒーティッドベッドの目標温度。ベッドはこの温度に向けて上がったり下がったりします。これが0の場合、ベッドの加熱はオフになっています。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "モデルの距離が離れているように確認する" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "現在のヒーティッドベッドの温度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "プラットホーム上のモデルはブルドプレートに触れるように下げるべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "ベッドのプリヒート温度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "自動的にモデルをビルドプレートに落とす" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "プリント開始前にベッドを加熱します。加熱中もプリントの調整を行えます、またべットが加熱するまでプリント開始を待つ必要もありません。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "G-codeリーダーに注意メッセージを表示します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "サインイン" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "G-codeリーダーに注意メッセージ" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- マーケットプレースから材料プロファイルとプラグインを追加\n" -"- 材料プロファイルとプラグインのバックアップと同期\n" -"- Ultimakerコミュニティで48,000人以上のユーザーとアイデアを共有してアドバイスをもらう" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "レイヤーはコンパティビリティモードに強制されるべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "無料のUltimakerアカウントを作成" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "レイヤービューコンパティビリティモードを強制する。(再起動が必要)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "最終更新:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Curaを終了した場所で開くようにしますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimakerアカウント" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "開始時にウィンドウの位置を復元" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "サインアウト" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "どのような種類のカメラレンダリングを使用する必要がありますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "確認しています..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "カメラレンダリング:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "アカウント同期" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "パースペクティブ表示" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "平行投影表示" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "問題が発生しました..." +msgid "Opening and saving files" +msgstr "ファイルを開くまた保存" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "保留中の更新をインストール" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "デスクトップまたは外部アプリケーションから開いたファイルをCuraの同じインスタンスで開く必要がありますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "アカウントの更新を確認" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Curaの単一インスタンスを使用" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "無題" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Curaの単一インスタンスに新しいモデルをロードする前に、ビルドプレートをクリアする必要はありますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "選択するアイテムがありません" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "モデルを単一のインスタンスにロードする前にビルドプレートをクリア" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "オンラインでトラブルシューティングガイドを表示する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "モデルがビルドボリュームに対して大きすぎる場合はスケールされるべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "留め金 フルスクリーン" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "大きなモデルをスケールする" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "全画面表示を終了する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "ユニット値がミリメートルではなくメートルの場合、モデルが極端に小さく現れる場合があります。モデルはスケールアップされるべきですか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "&取り消す" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "極端に小さなモデルをスケールアップする" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&やりなおす" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "モデルはロード後に選択しますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&やめる" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "ロード後にモデルを選択" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "3Dビュー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "プリンター名の敬称はプリントジョブの名前に自動的に加えられるべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "フロントビュー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "プリンターの敬称をジョブネームに加える" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "トップビュー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "プロジェクトファイルを保存時にサマリーを表示するべきか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "底面図" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "プロジェクトを保存時にダイアログサマリーを表示する" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "左サイドビュー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "プロジェクトファイルを開く際のデフォルト機能" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "右サイドビュー" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "プロジェクトファイル開く際のデフォルト機能: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Curaを構成する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "毎回確認する" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&プリンターを追加する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "常にプロジェクトとして開く" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "プリンターを管理する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "常にモデルを取り込む" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "フィラメントを管理する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "プロファイル内を変更し異なるプロファイルにしました、どこの変更点を保持、破棄したいのダイアログが表示されます、また何度もダイアログが表示されないようにデフォルト機能を選ぶことができます。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "マーケットプレイスから材料を追加" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "プロファイル交換時に設定値を変更するためのデフォルト処理: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&現在の設定/無効にプロファイルをアップデートする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "常に変更した設定を廃棄する" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&変更を破棄する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "常に変更した設定を新しいプロファイルに送信する" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&今の設定/無効からプロファイルを作成する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "プライバシー" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "プロファイルを管理する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "プリンターの不明なデータをUltimakerにおくりますか?メモ、モデル、IPアドレス、個人的な情報は送信されたり保存されたりはしません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "オンラインドキュメントを表示する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(不特定な) プリントインフォメーションを送信" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "報告&バグ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "アップデート" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "新情報" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Curaのプログラム開始時にアップデートがあるかチェックしますか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "アバウト..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "スタート時にアップデートあるかどうかのチェック" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "選択内容を削除" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "アップデートを確認する際に、安定版リリースのみを確認します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "選択内容を中央に移動" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "安定版リリースのみ" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "選択内容を増倍" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "アップデートを確認する際に、安定版とベータ版の両方のリリースを確認します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "モデルを消去する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "安定版およびベータ版リリース" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "プラットホームの中心にモデルを配置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Curaの起動時に毎回、新しいプラグインの自動チェックを行う場合は、この機能を無効にしないことを強くお勧めします!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "&モデルグループ" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "プラグインのアップデートを通知" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "モデルを非グループ化" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "IP アドレスでプリンターを追加" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "モ&デルの合体" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "プリンターのIPアドレスを入力します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&モデルを増倍する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "追加" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "すべてのモデル選択" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "デバイスに接続できません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "ビルドプレート上のクリア" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Ultimakerプリンターに接続できませんか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "すべてのモデルを読み込む" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "このアドレスのプリンターは応答していません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "すべてのモデルをすべてのビルドプレートに配置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "このプリンタは不明なプリンタであるか、またはグループのホストではないため、追加できません。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "すべてのモデルをアレンジする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "接続" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "選択をアレンジする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "リリースノート" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "すべてのモデルのポジションをリセットする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "ユーザー用使用許諾契約" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "すべてのモデル&変更点をリセットする" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "同意する" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&ファイルを開く(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "拒否して閉じる" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&新しいプロジェクト..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "新情報" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "コンフィグレーションのフォルダーを表示する" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "次" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "視野のセッティングを構成する..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "クラウドプリンターを追加" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&マーケットプレース" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "クラウドの応答を待機しています" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "影響を与えるすべての設定がオーバーライドされるため、この設定は使用されません。" +msgid "No printers found in your account?" +msgstr "アカウントにプリンターが見つかりませんか?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "影響" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "アカウントの以下のプリンターがCuraに追加されました:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "次によって影響を受ける" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "プリンタを手動で追加する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "マーケットプレイスから材料設定とプラグインを追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "材料設定とプラグインのバックアップと同期" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Ultimakerコミュニティで48,000人以上のユーザーとアイデアを共有してアドバイスをもらう" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "スキップ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "無料のUltimakerアカウントを作成" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "この設定は常に全てのエクストルーダーに共有されています。ここですべてのエクストルーダーの数値を変更できます。" +msgid "Welcome to Ultimaker Cura" +msgstr "Ultimaker Cura にようこそ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"以下の手順で\n" +"Ultimaker Cura を設定してください。数秒で完了します。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "はじめに" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "この設定はエクストルーダー固有の競合する値から取得します:" +msgid "Empty" +msgstr "空にする" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"この設定にプロファイルと異なった値があります。\n" -"プロファイルの値を戻すためにクリックしてください。" +msgid "Manufacturer" +msgstr "製造元" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"このセッティングは通常計算されます、今は絶対値に固定されています。\n" -"計算された値に変更するためにクリックを押してください。" +msgid "Profile author" +msgstr "プロファイル作成者" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "検索設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "プリンター名" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "プリンターに名前を付けてください" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "プリンターの追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "ネットワークプリンターの追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "非ネットワークプリンターの追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "ネットワークにプリンターはありません。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "更新" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "IP でプリンターを追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "クラウドプリンターを追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "トラブルシューティング" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Ultimaker Cura の改善にご協力ください" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura は、印刷品質とユーザーエクスペリエンスを向上させるために以下の匿名データを収集します:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "プリンターのタイプ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "材料の利用状況" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "スライスの数" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "プリント設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Ultimaker Cura が収集したデータには個人データは含まれません。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "詳細" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "オブジェクトリスト" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "サポートとしてプリントされます。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "このモデルに重なる他のモデルは修正されます。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "このモデルとのインフィル交差は修正されます。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "このモデルとの重なりはサポートされません。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "%1個の設定を上書きします。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "キャンセルしたプリンター" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "プリンターのプリセット" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "クラウドプリンターがオフラインです。プリンターの電源が入っている状態で、インターネットに接続されているかどうかを確認してください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "このプリンターはお使いのアカウントにリンクされていません。Ultimaker Digital Factoryにアクセスして接続を確立してください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "クラウド接続は現在利用できません。サインインしてクラウドプリンターに接続してください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "クラウド接続は現在利用できません。インターネット接続を確認してください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "プリンターの追加" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "プリンター管理" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "無題" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "プリンターにつながっていません" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "今プリンタはコマンドを処理できません" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "メンテナンス。プリンターをチェックしてください" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "プリンターへの接続が切断されました" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "プリント中..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "一時停止しました" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "準備中..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "造形物を取り出してください" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "プリント中止" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "本当にプリントを中止してもいいですか?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"いくらかの非表示設定は通常の計算された値と異なる値を使用します。\n" +"表示されるようにクリックしてください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "検索設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "すべてのエクストルーダーの値をコピーする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "すべてのエクストルーダーに対して変更された値をコピーする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "この設定を非表示にする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "この設定を表示しない" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "常に見えるように設定する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "視野のセッティングを構成する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "影響を与えるすべての設定がオーバーライドされるため、この設定は使用されません。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "影響" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "次によって影響を受ける" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "この設定は常に全てのエクストルーダーに共有されています。ここですべてのエクストルーダーの数値を変更できます。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "この設定はエクストルーダー固有の競合する値から取得します:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"この設定にプロファイルと異なった値があります。\n" +"プロファイルの値を戻すためにクリックしてください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"このセッティングは通常計算されます、今は絶対値に固定されています。\n" +"計算された値に変更するためにクリックを押してください。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "プリントをアクティベートする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "ジョブネーム" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "プリント時間" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "残り時間" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "留め金 フルスクリーン" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "全画面表示を終了する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "&取り消す" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&やりなおす" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&やめる" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "3Dビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "フロントビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "トップビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "底面図" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "左サイドビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "右サイドビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Curaを構成する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&プリンターを追加する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "プリンターを管理する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "フィラメントを管理する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&現在の設定/無効にプロファイルをアップデートする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&変更を破棄する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&今の設定/無効からプロファイルを作成する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "プロファイルを管理する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "オンラインドキュメントを表示する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "報告&バグ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "新情報" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "アバウト..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "選択内容を削除" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "選択内容を中央に移動" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "選択内容を増倍" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "モデルを消去する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "プラットホームの中心にモデルを配置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "&モデルグループ" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "モデルを非グループ化" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "モ&デルの合体" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&モデルを増倍する..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "すべてのモデル選択" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "ビルドプレート上のクリア" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "すべてのモデルを読み込む" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "すべてのモデルをアレンジする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "選択をアレンジする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "すべてのモデルのポジションをリセットする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "すべてのモデル&変更点をリセットする" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&ファイルを開く(s)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&新しいプロジェクト..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "コンフィグレーションのフォルダーを表示する" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3Dビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "フロントビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "トップビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "左ビュー" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "右ビュー" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Curaで準備ステージを提供します。" + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "ステージの準備" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Curaプロファイルを書き出すためのサポートを供給する。" + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Curaプロファイルライター" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "モデルファイルを読み込むためのサポートを供給します。" + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimeshリーダー" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "ファームウェアアップデートをチェックする。" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "ファームウェアアップデートチェッカー" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "クラッシュレポーターで使用できるように、特定のイベントをログに記録します" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "監視ロガー" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Curaでモニターステージを提供します。" + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "モニターステージ" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "取り外し可能なドライブホットプラギング及びサポートの書き出しの供給。" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "取り外し可能なドライブアウトプットデバイスプラグイン" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "AMFファイルの読込みをサポートしています。" + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMFリーダー" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Ultimakerフォーマットパッケージの読み込みをサポートします。" + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP リーダー" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Digital Libraryに接続し、CuraでDigital Libraryからファイルを開いたりDigital Libraryにファイルを保存したりできるようにします。" + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "各モデル設定を与える。" + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "各モデル設定ツール" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "ファームウェアアップデートのためのマシン操作を提供します。" + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "ファームウェアアップデーター" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Ultimakerのネットワーク接属できるプリンターのネットワーク接続を管理します。" + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimakerネットワーク接続" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "プリント問題の可能性のあるモデルをプリント構成を確認し、解決案を提示してください。" + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "モデルチェッカー" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "シミュレーションビュー" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "ファイルにG-codeを書き込みます。" + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "G-codeライター" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "3MFファイルを読むこむためのサポートを供給する。" + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MFリーダー" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "圧縮ファイルからG-codeを読み取ります。" + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "圧縮G-codeリーダー" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "XMLベースフィラメントのプロファイルを読み書きするための機能を供給する。" + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "フィラメントプロファイル" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "CuraEngineスライシングバックエンドにリンクを供給する。" + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Curaエンジンバックエンド" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "X3Dファイルを読むこむためのサポートを供給する。" + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3Dリーダー" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "2Dの画像ファイルからプリント可能なジオメトリーを生成を可能にする。" + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "画像リーダー" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "3MFファイルを読むこむためのサポートを供給する。" + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MFリーダー" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Ultimakerフォーマットパッケージへの書き込みをサポートします。" + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UFPライター" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "レガシーCura Versionsからプロファイルを取り込むためのサポートを供給する。" + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "レガシーCuraプロファイルリーダー" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Cura 4.3からCura 4.4へのコンフィグレーションアップグレート。" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "4.3から4.4にバージョンアップグレート" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Cura 2.1 からCura 2.2のコンフィグレーションアップグレート。" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "2.1 から2.2にバージョンアップグレート" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "コンフィギュレーションを Cura 4.1 から Cura 4.2 にアップグレートする。" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "4.0 から 4.1 にバージョンアップグレート" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Cura 4.5からCura 4.6に設定をアップグレードします。" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "バージョン4.5から4.6へのアップグレード" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Cura 3.3からCura 3.4のコンフィグレーションアップグレート。" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "3.3から3.4にバージョンアップグレート" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Cura 4.8からCura 4.9に設定をアップグレードします。" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "バージョン4.8から4.9へのアップグレード" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Cura 2.7からCura 3.0のコンフィグレーションアップグレート。" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "2.7から3.0にバージョンアップグレート" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Cura 4.4からCura 4.5に設定をアップグレードします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "すべてのエクストルーダーの値をコピーする" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "4.4から4.5にバージョンアップグレート" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "すべてのエクストルーダーに対して変更された値をコピーする" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Cura 3.0からCura 3.1のコンフィグレーションアップグレート。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "この設定を非表示にする" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "3.0から3.1にバージョンアップグレート" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "この設定を表示しない" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "構成をCura 4.6.0からCura 4.6.2に更新します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "常に見えるように設定する" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "4.6.0から4.6.2へのバージョン更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"いくらかの非表示設定は通常の計算された値と異なる値を使用します。\n" -"表示されるようにクリックしてください。" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Cura 2.6 からCura 2.7のコンフィグレーションアップグレート。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "このパッケージは再起動後にインストールされます。" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "2.6から2.7にバージョンアップグレート" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "設定" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Cura 4.2からCura 4.3の設定をアップグレードします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "%1を閉じています" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "4.2から4.3にバージョンをアップグレート" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "%1を終了しますか?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Cura 4.0 から Cura 4.1 のコンフィグレーションアップグレート。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "パッケージをインストール" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "4.0 から 4.1 にバージョンアップグレート" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "ファイルを開く(s)" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "構成をCura 4.6.2からCura 4.7に更新します。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "選択したファイルの中に複数のG-codeが存在します。1つのG-codeのみ一度に開けます。G-codeファイルを開く場合は、1点のみ選んでください。" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "4.6.2から4.7へのバージョン更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "プリンターを追加する" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Cura 4.9からCura 4.10に設定をアップグレードします。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "新情報" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "バージョン4.9から4.10へのアップグレード" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "各モデル設定を与える。" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Cura 2.2 からCura 2.4のコンフィグレーションアップグレート。" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "各モデル設定ツール" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "2.2 から2.4にバージョンアップグレート" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Curaプロファイルを取り込むためのサポートを供給する。" +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Cura 3.2からCura 3.3のコンフィグレーションアップグレート。" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Curaプロファイルリーダー" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "3.2から3.3にバージョンアップグレート" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "X3Dファイルを読むこむためのサポートを供給する。" +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Cura 2.5 からCura 2.6のコンフィグレーションアップグレート。" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3Dリーダー" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "2.5から2.6にバージョンアップグレート" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "構成をバックアップしてリストアします。" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Cura 3.5 から Cura 4.0 のコンフィグレーションアップグレート。" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura バックアップ" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "3.5 から 4.0 にバージョンアップグレート" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "プリンターの設定を変更(印刷ボリューム、ノズルサイズ、その他)" +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Cura 3.4 から Cura 3.5 のコンフィグレーションアップグレート。" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "プリンターの設定アクション" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "3.4 から 3.5 にバージョンアップグレート" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "特定箇所のサポートを印刷するブロックを消去するメッシュを作成する" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Cura 4.7からCura 4.8に設定をアップグレードします。" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "サポート消去機能" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "バージョン4.7から4.8へのアップグレード" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "取り外し可能なドライブホットプラギング及びサポートの書き出しの供給。" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Cura 4.11からCura 4.12に設定をアップグレードします。" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "取り外し可能なドライブアウトプットデバイスプラグイン" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "バージョン4.11から4.12へのアップグレード" -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "ファームウェアアップデートのためのマシン操作を提供します。" +msgid "Backup and restore your configuration." +msgstr "構成をバックアップしてリストアします。" -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "ファームウェアアップデーター" +msgid "Cura Backups" +msgstr "Cura バックアップ" -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "レガシーCura Versionsからプロファイルを取り込むためのサポートを供給する。" +msgid "Provides support for importing Cura profiles." +msgstr "Curaプロファイルを取り込むためのサポートを供給する。" -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "レガシーCuraプロファイルリーダー" +msgid "Cura Profile Reader" +msgstr "Curaプロファイルリーダー" -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "3MFファイルを読むこむためのサポートを供給する。" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "不特定なスライス情報を提出。プレファレンスの中で無効になる可能性もある。" -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MFリーダー" +msgid "Slice info" +msgstr "スライスインフォメーション" -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Ultimakerフォーマットパッケージへの書き込みをサポートします。" +msgid "Provides support for importing profiles from g-code files." +msgstr "g-codeファイルからプロファイルを読み込むサポートを供給する。" -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFPライター" +msgid "G-code Profile Reader" +msgstr "G-codeプロファイルリーダー" -#: SentryLogger/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "クラッシュレポーターで使用できるように、特定のイベントをログに記録します" +msgid "Writes g-code to a compressed archive." +msgstr "圧縮ファイルにG-codeを書き込みます。" + +#: GCodeGzWriter/plugin.json +msgctxt "name" +msgid "Compressed G-code Writer" +msgstr "圧縮G-codeライター" + +#: PostProcessingPlugin/plugin.json +msgctxt "description" +msgid "Extension that allows for user created scripts for post processing" +msgstr "後処理のためにユーザーが作成したスクリプト用拡張子" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "監視ロガー" +msgid "Post Processing" +msgstr "後処理" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "g-codeファイルからプロファイルを読み込むサポートを供給する。" +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "特定箇所のサポートを印刷するブロックを消去するメッシュを作成する" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-codeプロファイルリーダー" +msgid "Support Eraser" +msgstr "サポート消去機能" #: PreviewStage/plugin.json msgctxt "description" @@ -5885,55 +6470,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "透視ビュー" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "CuraEngineスライシングバックエンドにリンクを供給する。" +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Ultimakerのプリンターのアクションを供給する(ベッドレベリングウィザード、アップグレードの選択、他)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Curaエンジンバックエンド" +msgid "Ultimaker machine actions" +msgstr "Ultimkerプリンターのアクション" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "AMFファイルの読込みをサポートしています。" +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMFリーダー" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "圧縮ファイルからG-codeを読み取ります。" +msgid "Provides a normal solid mesh view." +msgstr "ノーマルなソリットメッシュビューを供給する。" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "圧縮G-codeリーダー" +msgid "Solid View" +msgstr "ソリッドビュー" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "後処理のためにユーザーが作成したスクリプト用拡張子" +msgid "Allows loading and displaying G-code files." +msgstr "G-codeファイルの読み込み、表示を許可する。" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "後処理" +msgid "G-code Reader" +msgstr "G-codeリーダー" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Curaプロファイルを書き出すためのサポートを供給する。" +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "プリンターの設定を変更(印刷ボリューム、ノズルサイズ、その他)" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Curaプロファイルライター" +msgid "Machine Settings Action" +msgstr "プリンターの設定アクション" #: USBPrinting/plugin.json msgctxt "description" @@ -5945,415 +6530,363 @@ msgctxt "name" msgid "USB printing" msgstr "USBプリンティング" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Curaで準備ステージを提供します。" +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "材料をプリンターと同期" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "ステージの準備" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "変更を有効にするために{}を終了して再始動する必要があります。" -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "G-codeファイルの読み込み、表示を許可する。" +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "同期中..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-codeリーダー" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Ultimakerアカウントから変更が検出されました" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "2Dの画像ファイルからプリント可能なジオメトリーを生成を可能にする。" +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "材料パッケージとソフトウェアパッケージをアカウントと同期しますか?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "画像リーダー" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "同期" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Ultimakerのプリンターのアクションを供給する(ベッドレベリングウィザード、アップグレードの選択、他)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "拒否してアカウントから削除" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimkerプリンターのアクション" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{}プラグインのダウンロードに失敗しました" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "圧縮ファイルにG-codeを書き込みます。" +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "プラグインライセンス同意書" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "圧縮G-codeライター" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "画像を変換する..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "ファームウェアアップデートをチェックする。" +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "ビルドプレート上の幅ミリメートル。" -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "ファームウェアアップデートチェッカー" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "マーケットプレース" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "不特定なスライス情報を提出。プレファレンスの中で無効になる可能性もある。" +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "パッケージへの変更を有効にするためにCuraを再起動する必要があります。" -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "スライスインフォメーション" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "インストール" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "XMLベースフィラメントのプロファイルを読み書きするための機能を供給する。" +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "インストールした" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "フィラメントプロファイル" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "プレミアム" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Digital Libraryに接続し、CuraでDigital Libraryからファイルを開いたりDigital Libraryにファイルを保存したりできるようにします。" +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "ウェブマーケットプレイスに移動" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "材料を検索" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "新しいCuraパッケージを検索、管理、インストールします。" +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "互換性" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "ツールボックス" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "プリンター" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "ファイルにG-codeを書き込みます。" +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "ビルドプレート" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "G-codeライター" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "サポート" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "シミュレーションビューを提供します。" +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "品質" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "シミュレーションビュー" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "技術データシート" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Cura 4.5からCura 4.6に設定をアップグレードします。" +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "安全データシート" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "バージョン4.5から4.6へのアップグレード" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "印刷ガイドライン" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Cura 2.5 からCura 2.6のコンフィグレーションアップグレート。" +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "ウェブサイト" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "2.5から2.6にバージョンアップグレート" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "インストールまたはアップデートにはログインが必要です" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "構成をCura 4.6.0からCura 4.6.2に更新します。" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "材料スプールの購入" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "4.6.0から4.6.2へのバージョン更新" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "アップデート" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Cura 4.7からCura 4.8に設定をアップグレードします。" +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "更新中" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "バージョン4.7から4.8へのアップグレード" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "更新済み" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Cura 3.4 から Cura 3.5 のコンフィグレーションアップグレート。" +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "戻る" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "3.4 から 3.5 にバージョンアップグレート" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "プラグイン" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "インストールした" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "再起動時にインストール" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "アップデートにはログインが必要です" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "ダウングレード" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "アンインストール" + +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "地域貢献" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Cura 2.1 からCura 2.2のコンフィグレーションアップグレート。" +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "コミュニティプラグイン" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "2.1 から2.2にバージョンアップグレート" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "汎用材料" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Cura 3.2からCura 3.3のコンフィグレーションアップグレート。" +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "パッケージ取得中..." -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "3.2から3.3にバージョンアップグレート" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "ウェブサイト" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Cura 4.8からCura 4.9に設定をアップグレードします。" +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "電子メール" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "バージョン4.8から4.9へのアップグレード" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "検証済みのUltimaker Cura Enterprise用プラグインおよび材料を入手するにはサインインしてください" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "構成をCura 4.6.2からCura 4.7に更新します。" +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "バージョン" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "4.6.2から4.7へのバージョン更新" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "最終更新日" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Cura 4.2からCura 4.3の設定をアップグレードします。" +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "ダウンロード" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "4.2から4.3にバージョンをアップグレート" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "インストールされたプラグイン" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Cura 4.3からCura 4.4へのコンフィグレーションアップグレート。" +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "プラグインはインストールされていません。" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "4.3から4.4にバージョンアップグレート" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "インストールされた材料" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Cura 4.9からCura 4.10に設定をアップグレードします。" +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "材料はインストールされていません。" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "バージョン4.9から4.10へのアップグレード" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "バンドルされたプラグイン" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Cura 2.7からCura 3.0のコンフィグレーションアップグレート。" +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "バンドルされた材料" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "2.7から3.0にバージョンアップグレート" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Curaパッケージデータベースに接続できません。接続を確認してください。" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Cura 2.6 からCura 2.7のコンフィグレーションアップグレート。" +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "パッケージをインストールするにはライセンスに同意する必要があります" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "2.6から2.7にバージョンアップグレート" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "アカウントにおける変更" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Cura 4.11からCura 4.12に設定をアップグレードします。" +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "無視" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "バージョン4.11から4.12へのアップグレード" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "次のパッケージが追加されます:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Cura 3.3からCura 3.4のコンフィグレーションアップグレート。" +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "次のパッケージは、Curaバージョンに互換性がないため、インストールできません:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "3.3から3.4にバージョンアップグレート" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "アンインストール確認" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Cura 3.0からCura 3.1のコンフィグレーションアップグレート。" +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "使用中の材料またはプロファイルをアンインストールしようとしています。確定すると以下の材料/プロファイルをデフォルトにリセットします。" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "3.0から3.1にバージョンアップグレート" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "材料" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Cura 4.0 から Cura 4.1 のコンフィグレーションアップグレート。" +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "プロファイル" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "4.0 から 4.1 にバージョンアップグレート" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "確認" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Cura 4.4からCura 4.5に設定をアップグレードします。" +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "このプリントの何かが問題です。クリックして調整のヒントをご覧ください。" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "4.4から4.5にバージョンアップグレート" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "平面対象物を操作するためのライブラリーサポート" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Cura 2.2 からCura 2.4のコンフィグレーションアップグレート。" +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "一部のプロファイル設定がカスタマイズされています。\n" +#~ "これらの変更された設定をプロファイルの切り替え後も維持しますか?\n" +#~ "変更を破棄して'%1'からデフォルトの設定を読み込むこともできます。" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "2.2 から2.4にバージョンアップグレート" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "ビルドプレート (&B)" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "コンフィギュレーションを Cura 4.1 から Cura 4.2 にアップグレートする。" +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "作成する" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "4.0 から 4.1 にバージョンアップグレート" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "複製" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Cura 3.5 から Cura 4.0 のコンフィグレーションアップグレート。" +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "プリンター:%1" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "3.5 から 4.0 にバージョンアップグレート" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "プロファイルを現在のセッティング" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Ultimakerのネットワーク接属できるプリンターのネットワーク接続を管理します。" +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "テーマ:" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimakerネットワーク接続" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "それらの変更を有効にするためにはアプリケーションを再起動しなけらばなりません。" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "モデルファイルを読み込むためのサポートを供給します。" +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "詳細" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimeshリーダー" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "作成する" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Ultimakerフォーマットパッケージの読み込みをサポートします。" +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "プリンターと同期する" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP リーダー" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "プリンター" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "ノーマルなソリットメッシュビューを供給する。" +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "ユニット" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "ソリッドビュー" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "オンラインでトラブルシューティングガイドを表示する" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "3MFファイルを読むこむためのサポートを供給する。" +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "マーケットプレイスから材料を追加" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MFリーダー" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "すべてのモデルをすべてのビルドプレートに配置" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Curaでモニターステージを提供します。" +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&マーケットプレース" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "モニターステージ" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "新しいCuraパッケージを検索、管理、インストールします。" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "プリント問題の可能性のあるモデルをプリント構成を確認し、解決案を提示してください。" +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "ツールボックス" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "モデルチェッカー" +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "シミュレーションビューを提供します。" #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/ja_JP/fdmextruder.def.json.po b/resources/i18n/ja_JP/fdmextruder.def.json.po index 42c81946c1..eab27df8c3 100644 --- a/resources/i18n/ja_JP/fdmextruder.def.json.po +++ b/resources/i18n/ja_JP/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:59+0200\n" "Last-Translator: Bothof \n" "Language-Team: Japanese\n" diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index 21d5de8580..21dffe6651 100644 --- a/resources/i18n/ja_JP/fdmprinter.def.json.po +++ b/resources/i18n/ja_JP/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:00+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Japanese , Japanese \n" @@ -60,7 +60,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "最初に実行するG-codeコマンドは、\nで区切ります。" +msgstr "" +"最初に実行するG-codeコマンドは、\n" +"で区切ります。" #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -72,7 +74,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "最後に実行するG-codeコマンドは、\nで区切ります。" +msgstr "" +"最後に実行するG-codeコマンドは、\n" +"で区切ります。" #: fdmprinter.def.json msgctxt "material_guid label" @@ -490,8 +494,8 @@ msgstr "プリントヘッドとファンポリゴン" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "プリントヘッドの2Dシルエット(ファンキャップが含まれています)。" +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -764,6 +768,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "材料をフィーダーに送るホイールの直径。" +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -993,6 +1007,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "ウォールの数。厚さから計算された場合、この値は整数になります。" +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -1025,14 +1089,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "撤回と移動距離を減らすために、壁のプリント順序を最適化します。ほとんどの部品がこの設定を有効にしている方が良い印刷結果につながりますが、実際には時間がかかることがありますので、最適化の有無に関わらず印刷時間を比較してください。ビルドプレートの接着タイプにブリムを選択すると最初のレイヤーは最適化されません。" #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "外壁優先" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "有効にすると、壁は外側から内側に順番に印刷します。これは、ABSのような高粘度のプラスチックを使用する際、XとYの寸法精度を改善するのに役立ちます。しかし、特にオーバーハング時に、外面の印刷品質を低下させる可能性があります。" +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1045,95 +1119,85 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "すべてのレイヤーごとに予備の壁を印刷します。このようにして、インフィルは余分な壁の間に挟まれ、より強い印刷物が得られる。" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "壁補正" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "すでに壁が設置されている部品の壁の流れを補正します。" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "外壁補正" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "すでに壁が設置されている場所にプリントされている外壁の部分の流れを補う。" +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "内壁補正" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "すでに壁が設置されている場所にプリントされている内壁の部分の流れを補正します。" +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "最小壁フロー" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "ウォールラインに対する流れを最小割合にします。既存の壁に近い場合に、壁補正により壁の流れが減少します。壁の流れがこの値より低い場合は、移動に置き換えられます。この設定を使用する場合は、壁補正を有効にして、内装の前に外装を印刷する必要があります。" +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "引き戻し優先" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "有効にすると、フローが最小フローしきい値を下回っている壁を置き換える移動量より多い場合は、引き戻しを使用します。" +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "隙間充填" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "壁が入らない壁の隙間を埋める。" +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "対象外" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "薄壁印刷" +# msgstr "薄い壁をプリントする" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "全対象" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "ノズルサイズよりも細い壁を作ります。" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "小さなギャップのフィルターアウト" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "モデル外部の塊を減らすために小さなギャップをフィルターアウトします。" +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "薄壁印刷" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" -# msgstr "薄い壁をプリントする" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "ノズルサイズよりも細い壁を作ります。" +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2274,6 +2338,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "材料の冷却時の収縮を補正するために、モデルはこのスケールファクタでスケールされます。" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2788,24 +2872,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "最初の数層は印刷失敗の可能性を軽減させるために、設定した印刷スピードよりも遅く印刷されます。" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "フィラメント均一速度" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "通常より細いラインを高速プリントするので、時間当たりのフィラメント押出量は同じです。薄いモデル部品は、設定よりも細い線幅でプリントすることが要求される場合があり、本設定はそのような線の速度を変更します。" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "均一フローの最大速度" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "吐出を均一にするための調整時の最高スピード。" +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4580,6 +4654,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "スカート/ブリム/ラフトをプリントする際のエクストルーダー。これはマルチエクストルージョン時に使用されます。" +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4744,6 +4858,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "上のラフト層とラフト線の間の距離。間隔は線の幅と同じにして、サーフェスがソリッドになるようにします。" +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5244,6 +5368,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "最大解像度設定の解像度を下げるときに許容される最大偏差です。これを大きくすると印刷の精度は低くなりますが、g-codeは小さくなります。最大偏差は最大解像度の限度であるため、最大偏差でこの2つが競合する場合には常にtrueとなります。" +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6550,6 +6684,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "最初のレイヤーの小型形体は通常のプリント速度に対してこの割合でプリントされます。低速でプリントすると、接着と精度が向上します。" +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6610,6 +6774,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "ファイルから読み込むときに、モデルに適用するトランスフォーメーションマトリックス。" +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "プリントヘッドの2Dシルエット(ファンキャップが含まれています)。" + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "外壁優先" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "有効にすると、壁は外側から内側に順番に印刷します。これは、ABSのような高粘度のプラスチックを使用する際、XとYの寸法精度を改善するのに役立ちます。しかし、特にオーバーハング時に、外面の印刷品質を低下させる可能性があります。" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "壁補正" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "すでに壁が設置されている部品の壁の流れを補正します。" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "外壁補正" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "すでに壁が設置されている場所にプリントされている外壁の部分の流れを補う。" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "内壁補正" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "すでに壁が設置されている場所にプリントされている内壁の部分の流れを補正します。" + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "最小壁フロー" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "ウォールラインに対する流れを最小割合にします。既存の壁に近い場合に、壁補正により壁の流れが減少します。壁の流れがこの値より低い場合は、移動に置き換えられます。この設定を使用する場合は、壁補正を有効にして、内装の前に外装を印刷する必要があります。" + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "引き戻し優先" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "有効にすると、フローが最小フローしきい値を下回っている壁を置き換える移動量より多い場合は、引き戻しを使用します。" + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "隙間充填" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "壁が入らない壁の隙間を埋める。" + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "対象外" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "全対象" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "小さなギャップのフィルターアウト" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "モデル外部の塊を減らすために小さなギャップをフィルターアウトします。" + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "フィラメント均一速度" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "通常より細いラインを高速プリントするので、時間当たりのフィラメント押出量は同じです。薄いモデル部品は、設定よりも細い線幅でプリントすることが要求される場合があり、本設定はそのような線の速度を変更します。" + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "均一フローの最大速度" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "吐出を均一にするための調整時の最高スピード。" + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "最初に実行するG-codeコマンドは、\\n で区切ります。" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index 47212666b9..5dba85f377 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-10 11:57+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: Korean , Jinbum Kim , Korean \n" @@ -17,5849 +17,6434 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "사용자 데이터 디렉터리에서 압축 파일을 만들 수 없습니다: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "준비" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "백업" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura 프로파일" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "적절한 데이터 또는 메타 데이터 없이 Cura 백업을 복원하려고 시도했습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "현재 버전보다 높은 Cura 백업을 복원하려고 시도했습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "다음의 오류는 Cura 백업을 복원하려고 시도하는 동안 발생했습니다:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "프린트를 시작하기 전에 재료 프로파일을 프린터와 동기화하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "새로운 재료가 설치됨" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "재료를 프린터와 동기화" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "업데이트 정보에 액세스 할 수 없습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "사용자의 {machine_name}에서 새로운 기능 또는 버그 수정 사항을 사용할 수 있습니다! 완료하지 않은 경우 프린터의 펌웨어를 버전 {latest_version}으로 업데이트하는 것이 좋습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "안정적인 신규 %s 펌웨어를 사용할 수 있습니다" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "자세히 알아보기" +msgid "How to update" +msgstr "업데이트하는 방법" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "재료 아카이브를 {}에 저장할 수 없음:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "모니터" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "재료 아카이브를 저장하는 데 실패함" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "이동식 드라이브에 저장" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "알 수 없는 오류입니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "이동식 드라이브 {0}에 저장" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "\"프린팅 순서\"설정 값으로 인해 갠트리가 프린팅 된 모델과 충돌하지 않도록 출력물 높이가 줄어 들었습니다." +msgid "There are no file formats available to write with!" +msgstr "쓸 수있는 파일 형식이 없습니다!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "이동식 드라이브 {0}에 저장" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "출력물 크기" +msgid "Saving" +msgstr "저장" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "정말로 {0}을(를) 제거하시겠습니까? 이 작업을 실행 취소할 수 없습니다!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "{0}: {1} 에 저장할 수 없습니다" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "재정의되지 않음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "{device} 장치에 쓸 때 파일 이름을 찾을 수 없습니다." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "알 수 없는" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "이동식 드라이브 {0}: {1} 에 저장할 수 없습니다 :" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "아래 프린터는 그룹에 속해 있기 때문에 연결할 수 없습니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "오류" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "사용 가능한 네트워크 프린터" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "이동식 드라이브 {0}에 {1}로 저장되었습니다." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "파일이 저장됨" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "사용자 정의 프로파일" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "꺼내기" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "지원되는 모든 유형 ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "이동식 장치 {0} 꺼내기" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "모든 파일 (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0}가 배출됐습니다. 이제 드라이브를 안전하게 제거 할 수 있습니다." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "뛰어난 외관" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "하드웨어 안전하게 제거" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "시각적 프로파일은 높은 시각적 및 표면 품질의 의도를 지니고 시각적 프로토타입과 모델을 인쇄하기 위해 설계되었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "{0}를 배출하지 못했습니다. 다른 프로그램이 드라이브를 사용 중일 수 있습니다." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "경고" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "엔지니어링 프로파일은 정확도를 개선하고 허용 오차를 좁히려는 의도로 기능 프로토타입 및 최종 사용 부품을 인쇄하도록 설계되었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "이동식 드라이브" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "초안" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF 파일" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "초안 프로파일은 인쇄 시간을 상당히 줄이려는 의도로 초기 프로토타입과 컨셉트 확인을 인쇄하도록 설계되었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker 포맷 패키지" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "사용자 정의 소재" +msgid "Per Model Settings" +msgstr "모델 별 설정" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "사용자 정의" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "모델 별 설정 구성" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "로그인 실패" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "펌웨어 업데이트" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "객체의 새 위치 찾기" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura가 {0} 그룹의 호스트 프린터에 설치되지 않은 재료 프로파일을 감지했습니다." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "위치 찾기" +msgid "Sending materials to printer" +msgstr "재료를 프린터로 전송 중" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "모든 개체가 출력할 수 있는 최대 사이즈 내에 위치할 수 없습니다" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "연결 시도 중인 {0}이(가) 그룹의 호스트가 아닙니다. 웹 페이지에서 그룹 호스트로 설정할 수 있습니다." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "위치를 찾을 수 없음" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "프린터와 동기화할 재료의 아카이브 저장에 실패했습니다." +msgid "Not a group host" +msgstr "그룹 호스트 아님" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "프린터와 동기화할 재료의 아카이브 로드에 실패했습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "그룹 설정" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Digital Factory의 응답이 손상된 것 같습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "인쇄 작업 전송" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "Digital Factory의 응답에 중요한 정보가 누락되었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "프린트 작업을 프린터로 업로드하고 있습니다." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "일부 프린터와 재료를 동기화하기 위한 Digital Factory 연결에 실패했습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "프린트 작업 대기열이 가득 찼습니다. 프린터가 새 작업을 수락할 수 없습니다." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Digital Factory 연결에 실패했습니다." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "기기로드 중 ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "대기열 가득 참" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "환경 설정을 설정하는 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "현재 작업이 전송될 때까지 기다려주십시오." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "활성 기기 초기화 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "프린트 오류" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "패키지 관리자 초기화 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "출력 작업이 프린터에 성공적으로 보내졌습니다." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "출력 사이즈 초기화 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "데이터 전송 됨" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "장면 설정 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"{printer_name} 프린터를 클라우드를 통해 연결할 수 있습니다.\n" +" 프린터를 Digital Factory에 연결하는 모든 위치에서 프린트 대기열을 관리하고 프린트를 모니터링합니다" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "인터페이스 로드 중 ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "클라우드 프린팅이 준비되었습니까?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "엔진 초기화 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "시작하기" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "자세히 알아보기" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "한 번에 하나의 G-코드 파일만 로드 할 수 있습니다. {0} 가져 오기를 건너 뛰었습니다." +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Ultimaker Connect를 실행하지 않는 프린터에 연결하려 합니다. 프린터를 최신 펌웨어로 업데이트해 주십시오." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "경고" +msgid "Update your printer" +msgstr "프린터 업데이트" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "G-코드가 로드되어 있으면 다른 파일을 열 수 없습니다. {0} 가져 오기를 건너 뛰었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "데이터를 프린터로 업로드할 수 없음." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "오류" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "건너뛰기" +msgid "Network error" +msgstr "네트워크 오류" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "닫기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "네트워크를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "다음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "네트워크를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "종료" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "네트워크를 통해 연결됨" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "내일" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "취소" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "오늘" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "그룹 #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "네트워크를 통해 연결" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "외벽" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Ultimaker 계정에서 새 프린터가 감지되었습니다" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "내벽" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "사용자 계정에서 프린터 {name}({model}) 추가" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "스킨" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... 및 기타 {0}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "내부채움" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Digital Factory에서 프린터 추가:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "내부채움 서포트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "일부 프린터에서는 클라우드 연결을 사용할 수 없습니다" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "지원하는 인터페이스" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "다음 프린터는 Digital Factory에 연결되어 있지 않습니다:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "서포트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "스커트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "연결을 설정하려면 {website_link}에 방문하십시오." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "프라임 타워" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "프린터 구성 유지" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "움직임 경로" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "프린터 제거" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "리트랙션" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "다음 계정 동기화 시까지 {printer_name}이(가) 제거됩니다." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "다른" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "{printer_name}을(를) 영구적으로 제거하려면 {digital_factory_link}을(를) 방문하십시오." -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "릴리즈 노트를 열 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "일시적으로 {printer_name}을(를) 제거하시겠습니까?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "큐라를 시작할 수 없습니다" +msgid "Remove printers?" +msgstr "프린터를 제거하시겠습니까?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Cura에서 {0} 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n" +"정말로 계속하시겠습니까?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    죄송합니다, Ultimaker Cura가 정상적이지 않습니다. \n" -"                    

    시작할 때 복구 할 수없는 오류가 발생했습니다. 이 오류는 잘못된 구성 파일로 인해 발생할 수 있습니다. 설정을 백업하고 재설정하는 것이 좋습니다. \n" -"                    

    백업은 설정 폴더에서 찾을 수 있습니다. \n" -"                    

    문제를 해결하기 위해이 오류 보고서를 보내주십시오. \n" -" " +"Cura에서 모든 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n" +"정말로 계속하시겠습니까?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "충돌 보고서를 Ultimaker에 보내기" +msgid "Print via cloud" +msgstr "Cloud를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "충돌 리포트 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Cloud를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "설정 폴더 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Cloud를 통해 연결됨" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "백업 및 리셋 설정" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "충돌 보고서" +msgid "Monitor print" +msgstr "프린트 모니터링" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    치명적인 오류가 발생했습니다. 문제를 해결할 수 있도록 이 충돌 보고서를 보내주십시오

    \n" -"

    \"보고서 전송\" 버튼을 사용하면 버그 보고서가 서버에 자동으로 전달됩니다

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory에서 프린트 추적" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "시스템 정보" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "프린트 작업 업로드 시 알 수 없는 오류 코드: {0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "알 수 없음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3D 모델 도우미" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura 버전" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    하나 이상의 3D 모델이 모델 크기 및 재료 구성으로 인해 최적의 상태로 인쇄되지 않을 수 있습니다.

    \n" +"

    {model_names}

    \n" +"

    인쇄 품질 및 안정성을 최고로 높이는 방법을 알아보십시오.

    \n" +"

    인쇄 품질 가이드 보기

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Cura 언어" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "와이어 프린팅이 활성화되어 있을 때 Cura는 레이어를 정확하게 표시하지 않습니다." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "OS 언어" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "시뮬레이션 뷰" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "플랫폼" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "먼저 슬라이스해야 하기 때문에 아무것도 표시되지 않습니다." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt 버전" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "표시할 레이어 없음" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt 버전" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "다시 메시지 표시 안 함" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "레이어 뷰" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "아직 초기화되지 않음
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter는 텍스트가 아닌 모드는 지원하지 않습니다." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL 버전: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "내보내기 전에 G-code를 준비하십시오." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL 공급업체: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-code 파일" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL Renderer: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "3MF 파일 작성 중 오류." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "오류 추적" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "3MF 기록기 플러그인이 손상되었습니다." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "로그" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "작성할 작업 환경이 없습니다. 프린터를 먼저 추가하십시오." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "보고서 전송" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "여기서 작업 환경을 작성할 권한이 없습니다." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "새 로그인 작업을 시작할 수 없습니다. 다른 로그인 작업이 진행 중인지 확인하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "운영 체제가 프로젝트 파일을 이 위치로 또는 이 파일명으로 저장하지 못합니다." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Ultimaker 계정 서버에 도달할 수 없음." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF 파일" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" -msgstr "로그인 실패" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura 프로젝트 3MF 파일" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "입력한 상태가 올바르지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "압축된 G-code 파일" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "계정 서버 인증 시간이 초과되었습니다." +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "예기치 않은 오류로 인해 슬라이싱에 실패했습니다. 이슈 트래커에 버그를 보고하는 것을 고려하십시오." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "슬라이싱 실패" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "로그인을 시도할 때 예기치 못한 문제가 발생했습니다. 다시 시도하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "버그 보고" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "응답을 읽을 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Ultimaker Cura의 이슈 트래커에 버그 보고." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "객체를 증가시키고 배치" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "선택한 소재 또는 구성과 호환되지 않기 때문에 현재 소재로 슬라이스 할 수 없습니다." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "개체 배치 중" +msgid "Unable to slice" +msgstr "슬라이스 할 수 없습니다" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "개체 배치 중" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "현재 설정으로 슬라이스 할 수 없습니다. 다음 설정에는 오류가 있습니다 : {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "지원되지 않음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "일부 모델별 설정으로 인해 슬라이스할 수 없습니다. 하나 이상의 모델에서 다음 설정에 오류가 있습니다. {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "프라임 타워 또는 위치가 유효하지 않아 슬라이스 할 수 없습니다." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "노즐" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "비활성화된 익스트루더 %s(와)과 연결된 개체가 있기 때문에 슬라이스할 수 없습니다." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "익스트루더의 현재 가용성과 일치하도록 설정이 변경되었습니다:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"설정을 검토하고 모델이 다음 사항에 해당하는지 확인하십시오.\n" +"- 출력 사이즈 내에 맞춤화됨\n" +"- 활성화된 익스트루더로 할당됨\n" +"- 수정자 메쉬로 전체 설정되지 않음" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "설정이 업데이트되었습니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "레이어 처리 중" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "익스트루더 비활성화됨" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "파일이 이미 있습니다" +msgid "Information" +msgstr "정보" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "파일 {0}이 이미 있습니다. 덮어 쓰시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D 파일" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "유효하지 않은 파일 URL:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG 이미지" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "프로파일을 {0}: {1}로 내보내는데 실패했습니다" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "프로파일을 {0}로 내보내지 못했습니다. Writer 플러그인이 오류를 보고했습니다." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "프로파일을 {0} 에 내보냅니다" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "내보내기 완료" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "{0}에서 프로파일을 가져오지 못했습니다 {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "프린터가 추가되기 전 {0}에서 프로파일을 가져올 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG 이미지" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "{0}(으)로 가져올 사용자 정의 프로파일이 없습니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG 이미지" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "{0}에서 프로파일을 가져오지 못했습니다:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP 이미지" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "프로파일 {0}에는 정확하지 않은 데이터가 포함되어 있으므로, 불러올 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF 이미지" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "{0}에서 프로파일을 가져오지 못했습니다:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "노즐" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "프로파일 {0}을(를) 성공적으로 가져왔습니다." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "프로젝트 파일 {0}에 알 수 없는 기기 유형 {1}이(가) 포함되어 있습니다. 기기를 가져올 수 없습니다. 대신 모델을 가져옵니다." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "파일 {0}에 유효한 프로파일이 포함되어 있지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "프로젝트 파일 열기" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "프로파일 {0}에 알 수 없는 파일 유형이 있거나 손상되었습니다." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "사용자 정의 프로파일" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "프로파일에 품질 타입이 누락되었습니다." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "아직 활성화된 프린터가 없습니다." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "프로젝트 파일 {0}에 갑자기 접근할 수 없습니다: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "프로파일을 추가할 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "프로젝트 파일 열 수 없음" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "'{0}' 품질 타입은 현재 활성 기기 정의 '{1}'와(과) 호환되지 않습니다." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "프로젝트 파일 {0}이 손상됨: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "경고: 프로파일은 '{0}' 품질 타입을 현재 구성에 이용할 수 없기 때문에 찾을 수 없습니다. 이 품질 타입을 사용할 수 있는 재료/노즐 조합으로 전환하십시오." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "프로젝트 파일 {0}이(가) 이 버전의 Ultimaker Cura에서 확인할 수 없는 프로파일을 사용하였습니다." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "모델 별 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "추천" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "모델 별 설정 구성" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "사용자 정의" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura 프로파일" +msgid "3MF File" +msgstr "3MF 파일" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D 파일" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "UFP 파일에 쓸 수 없음:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "백업 복원 시도 중 오류가 있었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 프로파일" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "백업" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "백업을 업로드하는 도중 오류가 있었습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "백업 생성 중..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "백업을 생성하는 도중 오류가 있었습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "백업 업로드 중..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "백업이 업로드를 완료했습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "백업이 최대 파일 크기를 초과했습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "백업 관리" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "기기 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "백업" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "백업 복원 시도 중 오류가 있었습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "예시 데이터 파일을 읽을 수 없습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter는 텍스트 모드는 지원하지 않습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "후 처리" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "G 코드 수정" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "서포트 차단기" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "서포트가 프린팅되지 않는 볼륨을 만듭니다." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "이동식 드라이브" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "이동식 드라이브에 저장" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "미리 보기" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "이동식 드라이브 {0}에 저장" +msgid "X-Ray view" +msgstr "엑스레이 뷰" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "쓸 수있는 파일 형식이 없습니다!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "레벨 빌드 플레이트" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "이동식 드라이브 {0}에 저장" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "업그레이드 선택" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "저장" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "{0}: {1} 에 저장할 수 없습니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "{device} 장치에 쓸 때 파일 이름을 찾을 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "이동식 드라이브 {0}: {1} 에 저장할 수 없습니다 :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "이동식 드라이브 {0}에 {1}로 저장되었습니다." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "강조 표시된 영역은 누락되거나 관련 없는 표면을 표시합니다. 모델을 수정하고 Cura에서 다시 엽니다." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "파일이 저장됨" +msgid "Model Errors" +msgstr "모델 에러" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "꺼내기" +msgid "Learn more" +msgstr "자세히 알아보기" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "이동식 장치 {0} 꺼내기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "솔리드 뷰" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0}가 배출됐습니다. 이제 드라이브를 안전하게 제거 할 수 있습니다." +msgid "Parsing G-code" +msgstr "G 코드 파싱" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "하드웨어 안전하게 제거" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "{0}를 배출하지 못했습니다. 다른 프로그램이 드라이브를 사용 중일 수 있습니다." +msgid "G-code Details" +msgstr "G-코드 세부 정보" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "펌웨어 업데이트" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 프로파일" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "추천" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "사용자 정의" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "프로젝트 파일 {0}에 알 수 없는 기기 유형 {1}이(가) 포함되어 있습니다. 기기를 가져올 수 없습니다. 대신 모델을 가져옵니다." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "프로젝트 파일 열기" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "프로젝트 파일 {0}에 갑자기 접근할 수 없습니다: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "프로젝트 파일 열 수 없음" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "프로젝트 파일 {0}이 손상됨: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "프로젝트 파일 {0}이(가) 이 버전의 Ultimaker Cura에서 확인할 수 없는 프로파일을 사용하였습니다." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF 파일" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "UFP 파일에 쓸 수 없음:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker 포맷 패키지" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-code 파일" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "미리 보기" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "엑스레이 뷰" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "레이어 처리 중" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "정보" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "예기치 않은 오류로 인해 슬라이싱에 실패했습니다. 이슈 트래커에 버그를 보고하는 것을 고려하십시오." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "슬라이싱 실패" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "버그 보고" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Ultimaker Cura의 이슈 트래커에 버그 보고." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "선택한 소재 또는 구성과 호환되지 않기 때문에 현재 소재로 슬라이스 할 수 없습니다." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "슬라이스 할 수 없습니다" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "현재 설정으로 슬라이스 할 수 없습니다. 다음 설정에는 오류가 있습니다 : {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "일부 모델별 설정으로 인해 슬라이스할 수 없습니다. 하나 이상의 모델에서 다음 설정에 오류가 있습니다. {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "프라임 타워 또는 위치가 유효하지 않아 슬라이스 할 수 없습니다." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "비활성화된 익스트루더 %s(와)과 연결된 개체가 있기 때문에 슬라이스할 수 없습니다." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"설정을 검토하고 모델이 다음 사항에 해당하는지 확인하십시오.\n" -"- 출력 사이즈 내에 맞춤화됨\n" -"- 활성화된 익스트루더로 할당됨\n" -"- 수정자 메쉬로 전체 설정되지 않음" - -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF 파일" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "파일을 보내기 전에 g-코드가 프린터 및 프린터 구성에 적합한 지 확인하십시오. g-코드가 정확하지 않을 수 있습니다." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "압축된 G-code 파일" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "후 처리" +msgid "G File" +msgstr "G 파일" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "G 코드 수정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "기기 설정" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB 프린팅" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "USB를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "USB를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "USB를 통해 연결" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USB 인쇄가 진행 중입니다. Cura를 닫으면 인쇄도 중단됩니다. 계속하시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "프린트가 아직 진행 중입니다. Cura는 이전 프린트가 완료될 때까지는 USB를 통해 다른 프린트를 시작할 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "프린트 진행 중" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "준비" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G 코드 파싱" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-코드 세부 정보" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "파일을 보내기 전에 g-코드가 프린터 및 프린터 구성에 적합한 지 확인하십시오. g-코드가 정확하지 않을 수 있습니다." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G 파일" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "기기로드 중 ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG 이미지" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "환경 설정을 설정하는 중..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG 이미지" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "활성 기기 초기화 중..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG 이미지" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "패키지 관리자 초기화 중..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP 이미지" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "출력 사이즈 초기화 중..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF 이미지" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "장면 설정 중..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "레벨 빌드 플레이트" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "인터페이스 로드 중 ..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "업그레이드 선택" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "엔진 초기화 중..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter는 텍스트 모드는 지원하지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "업데이트 정보에 액세스 할 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "한 번에 하나의 G-코드 파일만 로드 할 수 있습니다. {0} 가져 오기를 건너 뛰었습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "사용자의 {machine_name}에서 새로운 기능 또는 버그 수정 사항을 사용할 수 있습니다! 완료하지 않은 경우 프린터의 펌웨어를 버전 {latest_version}으로 업데이트하는 것이 좋습니다." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "G-코드가 로드되어 있으면 다른 파일을 열 수 없습니다. {0} 가져 오기를 건너 뛰었습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "안정적인 신규 %s 펌웨어를 사용할 수 있습니다" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "업데이트하는 방법" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "뛰어난 외관" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "예시 데이터 파일을 읽을 수 없습니다." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "시각적 프로파일은 높은 시각적 및 표면 품질의 의도를 지니고 시각적 프로토타입과 모델을 인쇄하기 위해 설계되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "변경 사항이 적용되기 전에 {}을(를) 멈추고 다시 시작해야 합니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "동기화 중..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "엔지니어링 프로파일은 정확도를 개선하고 허용 오차를 좁히려는 의도로 기능 프로토타입 및 최종 사용 부품을 인쇄하도록 설계되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Ultimaker 계정에서 변경 사항이 감지되었습니다" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "초안" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "귀하의 계정으로 재료와 소프트웨어 패키지를 동기화하시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "초안 프로파일은 인쇄 시간을 상당히 줄이려는 의도로 초기 프로토타입과 컨셉트 확인을 인쇄하도록 설계되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "동기화" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "재정의되지 않음" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "계정에서 거절 및 제거" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "정말로 {0}을(를) 제거하시겠습니까? 이 작업을 실행 취소할 수 없습니다!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{}개의 플러그인을 다운로드하지 못했습니다" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "알 수 없는" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "거절" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "아래 프린터는 그룹에 속해 있기 때문에 연결할 수 없습니다" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "동의" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "사용 가능한 네트워크 프린터" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "플러그인 사용 계약" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "계산된" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter는 텍스트가 아닌 모드는 지원하지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "프린트를 시작하기 전에 재료 프로파일을 프린터와 동기화하십시오." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "내보내기 전에 G-code를 준비하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "새로운 재료가 설치됨" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "와이어 프린팅이 활성화되어 있을 때 Cura는 레이어를 정확하게 표시하지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "시뮬레이션 뷰" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "사용자 정의 소재" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "먼저 슬라이스해야 하기 때문에 아무것도 표시되지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "사용자 정의" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "표시할 레이어 없음" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "사용자 정의 프로파일" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "다시 메시지 표시 안 함" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "지원되는 모든 유형 ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "레이어 뷰" +msgid "All Files (*)" +msgstr "모든 파일 (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "네트워크를 통해 프린팅" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "프린터와 동기화할 재료의 아카이브 저장에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "네트워크를 통해 프린팅" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "프린터와 동기화할 재료의 아카이브 로드에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "네트워크를 통해 연결됨" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Digital Factory의 응답이 손상된 것 같습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "내일" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "Digital Factory의 응답에 중요한 정보가 누락되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "오늘" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "일부 프린터와 재료를 동기화하기 위한 Digital Factory 연결에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "네트워크를 통해 연결" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Digital Factory 연결에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "현재 작업이 전송될 때까지 기다려주십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "사용자 데이터 디렉터리에서 압축 파일을 만들 수 없습니다: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "프린트 오류" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "적절한 데이터 또는 메타 데이터 없이 Cura 백업을 복원하려고 시도했습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "출력 작업이 프린터에 성공적으로 보내졌습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "현재 버전보다 높은 Cura 백업을 복원하려고 시도했습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "데이터 전송 됨" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "다음의 오류는 Cura 백업을 복원하려고 시도하는 동안 발생했습니다:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Ultimaker Connect를 실행하지 않는 프린터에 연결하려 합니다. 프린터를 최신 펌웨어로 업데이트해 주십시오." +msgid "Finding new location for objects" +msgstr "객체의 새 위치 찾기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "프린터 업데이트" +msgid "Finding Location" +msgstr "위치 찾기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "프린트 작업 대기열이 가득 찼습니다. 프린터가 새 작업을 수락할 수 없습니다." +msgid "Unable to find a location within the build volume for all objects" +msgstr "모든 개체가 출력할 수 있는 최대 사이즈 내에 위치할 수 없습니다" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "대기열 가득 참" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "인쇄 작업 전송" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "프린트 작업을 프린터로 업로드하고 있습니다." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura가 {0} 그룹의 호스트 프린터에 설치되지 않은 재료 프로파일을 감지했습니다." +msgid "Can't Find Location" +msgstr "위치를 찾을 수 없음" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "재료를 프린터로 전송 중" +msgid "Login failed" +msgstr "로그인 실패" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "데이터를 프린터로 업로드할 수 없음." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "외벽" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "네트워크 오류" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "내벽" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "연결 시도 중인 {0}이(가) 그룹의 호스트가 아닙니다. 웹 페이지에서 그룹 호스트로 설정할 수 있습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "스킨" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "그룹 호스트 아님" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "내부채움" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "그룹 설정" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "내부채움 서포트" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"{printer_name} 프린터를 클라우드를 통해 연결할 수 있습니다.\n" -" 프린터를 Digital Factory에 연결하는 모든 위치에서 프린트 대기열을 관리하고 프린트를 모니터링합니다" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "지원하는 인터페이스" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "클라우드 프린팅이 준비되었습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "서포트" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "시작하기" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "스커트" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "자세히 알아보기" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "프라임 타워" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Cloud를 통해 프린팅" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "움직임 경로" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Cloud를 통해 프린팅" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "리트랙션" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Cloud를 통해 연결됨" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "프린트 모니터링" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory에서 프린트 추적" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "프린트 작업 업로드 시 알 수 없는 오류 코드: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Ultimaker 계정에서 새 프린터가 감지되었습니다" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "사용자 계정에서 프린터 {name}({model}) 추가" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "다른" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... 및 기타 {0}" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "그룹 #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Digital Factory에서 프린터 추가:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "릴리즈 노트를 열 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "일부 프린터에서는 클라우드 연결을 사용할 수 없습니다" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "건너뛰기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "다음 프린터는 Digital Factory에 연결되어 있지 않습니다:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "닫기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "추가" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "연결을 설정하려면 {website_link}에 방문하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "종료" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "프린터 구성 유지" +msgid "Cancel" +msgstr "취소" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 msgctxt "@action:button" -msgid "Remove printers" -msgstr "프린터 제거" +msgid "Next" +msgstr "다음" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "다음 계정 동기화 시까지 {printer_name}이(가) 제거됩니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "\"프린팅 순서\"설정 값으로 인해 갠트리가 프린팅 된 모델과 충돌하지 않도록 출력물 높이가 줄어 들었습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "{printer_name}을(를) 영구적으로 제거하려면 {digital_factory_link}을(를) 방문하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "출력물 크기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "일시적으로 {printer_name}을(를) 제거하시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "재료 아카이브를 {}에 저장할 수 없음:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "재료 아카이브를 저장하는 데 실패함" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "알 수 없는 오류입니다." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 msgctxt "@title:window" -msgid "Remove printers?" -msgstr "프린터를 제거하시겠습니까?" +msgid "File Already Exists" +msgstr "파일이 이미 있습니다" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Cura에서 {0} 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n" -"정말로 계속하시겠습니까?" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "파일 {0}이 이미 있습니다. 덮어 쓰시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Cura에서 모든 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n" -"정말로 계속하시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "유효하지 않은 파일 URL:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "지원되지 않음" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "익스트루더의 현재 가용성과 일치하도록 설정이 변경되었습니다:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "설정이 업데이트되었습니다" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "익스트루더 비활성화됨" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "프로파일을 {0}: {1}로 내보내는데 실패했습니다" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "강조 표시된 영역은 누락되거나 관련 없는 표면을 표시합니다. 모델을 수정하고 Cura에서 다시 엽니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "프로파일을 {0}로 내보내지 못했습니다. Writer 플러그인이 오류를 보고했습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "프로파일을 {0} 에 내보냅니다" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 msgctxt "@info:title" -msgid "Model Errors" -msgstr "모델 에러" +msgid "Export succeeded" +msgstr "내보내기 완료" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "솔리드 뷰" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "{0}에서 프로파일을 가져오지 못했습니다 {1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "3MF 파일 작성 중 오류." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "프린터가 추가되기 전 {0}에서 프로파일을 가져올 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "3MF 기록기 플러그인이 손상되었습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "{0}(으)로 가져올 사용자 정의 프로파일이 없습니다" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "작성할 작업 환경이 없습니다. 프린터를 먼저 추가하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "{0}에서 프로파일을 가져오지 못했습니다:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "여기서 작업 환경을 작성할 권한이 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "프로파일 {0}에는 정확하지 않은 데이터가 포함되어 있으므로, 불러올 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "운영 체제가 프로젝트 파일을 이 위치로 또는 이 파일명으로 저장하지 못합니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "{0}에서 프로파일을 가져오지 못했습니다:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF 파일" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "프로파일 {0}을(를) 성공적으로 가져왔습니다." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura 프로젝트 3MF 파일" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "파일 {0}에 유효한 프로파일이 포함되어 있지 않습니다." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "모니터" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "프로파일 {0}에 알 수 없는 파일 유형이 있거나 손상되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3D 모델 도우미" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "사용자 정의 프로파일" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    하나 이상의 3D 모델이 모델 크기 및 재료 구성으로 인해 최적의 상태로 인쇄되지 않을 수 있습니다.

    \n" -"

    {model_names}

    \n" -"

    인쇄 품질 및 안정성을 최고로 높이는 방법을 알아보십시오.

    \n" -"

    인쇄 품질 가이드 보기

    " - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "메쉬 유형" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "일반 모델" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" -msgstr "서포터로 프린팅" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "오버랩 설정 수정" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 -msgctxt "@label" -msgid "Don't support overlaps" -msgstr "오버랩 지원 안함" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" -msgstr "매쉬 내부채움 전용" +msgid "Profile is missing a quality type." +msgstr "프로파일에 품질 타입이 누락되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" -msgstr "커팅 메쉬" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "아직 활성화된 프린터가 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "설정 선택" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "프로파일을 추가할 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "이 모델에 맞게 사용자 정의 설정을 선택하십시오" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "'{0}' 품질 타입은 현재 활성 기기 정의 '{1}'와(과) 호환되지 않습니다." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "필터..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "경고: 프로파일은 '{0}' 품질 타입을 현재 구성에 이용할 수 없기 때문에 찾을 수 없습니다. 이 품질 타입을 사용할 수 있는 재료/노즐 조합으로 전환하십시오." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "모두 보이기" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "객체를 증가시키고 배치" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura 백업" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "개체 배치 중" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura 버전" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "개체 배치 중" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "기기" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "새 로그인 작업을 시작할 수 없습니다. 다른 로그인 작업이 진행 중인지 확인하십시오." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "재료" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Ultimaker 계정 서버에 도달할 수 없음." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "프로파일" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "로그인 실패" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "플러그인" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "응답을 읽을 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "무엇을 더 하시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "입력한 상태가 올바르지 않습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "지금 백업" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "계정 서버 인증 시간이 초과되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "자동 백업" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Cura가 시작되는 날마다 자동으로 백업을 생성하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "로그인을 시도할 때 예기치 못한 문제가 발생했습니다. 다시 시도하십시오." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "복원" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "큐라를 시작할 수 없습니다" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "백업 삭제" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    죄송합니다, Ultimaker Cura가 정상적이지 않습니다. \n" +"                    

    시작할 때 복구 할 수없는 오류가 발생했습니다. 이 오류는 잘못된 구성 파일로 인해 발생할 수 있습니다. 설정을 백업하고 재설정하는 것이 좋습니다. \n" +"                    

    백업은 설정 폴더에서 찾을 수 있습니다. \n" +"                    

    문제를 해결하기 위해이 오류 보고서를 보내주십시오. \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "이 백업을 삭제하시겠습니까? 이 작업을 완료할 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "충돌 보고서를 Ultimaker에 보내기" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "백업 복원" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "충돌 리포트 보기" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "백업이 복원되기 전에 Cura를 다시 시작해야 합니다. 지금 Cura를 닫으시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "설정 폴더 보기" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Cura 설정을 백업, 동기화하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "백업 및 리셋 설정" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "로그인" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "충돌 보고서" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "내 백업" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    치명적인 오류가 발생했습니다. 문제를 해결할 수 있도록 이 충돌 보고서를 보내주십시오

    \n" +"

    \"보고서 전송\" 버튼을 사용하면 버그 보고서가 서버에 자동으로 전달됩니다

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "현재 백업이 없습니다. ‘지금 백업’ 버튼을 사용하여 생성하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "시스템 정보" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "미리 보기 단계 중에는 보이는 백업 5개로 제한됩니다. 기존 백업을 보려면 백업을 제거하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "알 수 없음" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "프린터 설정" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura 버전" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "X (Width)" -msgstr "X (너비)" +msgid "Cura language" +msgstr "Cura 언어" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "mm" -msgstr "mm" +msgid "OS language" +msgstr "OS 언어" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (깊이)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "플랫폼" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (높이)" +msgid "Qt version" +msgstr "Qt 버전" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Build plate shape" -msgstr "빌드 플레이트 모양" +msgid "PyQt version" +msgstr "PyQt 버전" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "중앙이 원점" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated bed" -msgstr "히트 베드" +msgid "Not yet initialized
    " +msgstr "아직 초기화되지 않음
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "히팅 빌드 사이즈" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL 버전: {version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "Gcode 유형" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL 공급업체: {vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "프린트헤드 설정" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL Renderer: {renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X 최소값" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "오류 추적" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y 최소값" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "로그" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X 최대값" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "보고서 전송" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y 최대값" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"프린터에 연결이 있는지 확인하십시오.⏎- 프린터가 켜져 있는지 확인하십시오.\n" +"- 프린터가 네트워크에 연결되어 있는지 확인하십시오.⏎- 클라우드로 연결된 프린터를 탐색할 수 있도록 로그인되어 있는지 확인하십시오." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "갠트리 높이" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "프린터를 네트워크에 연결하십시오." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "익스트루더의 수" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "사용자 매뉴얼 온라인 보기" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "익스트루더 오프셋을 GCode에 적용" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Cura에서 프린트를 모니터링하려면 프린터를 연결하십시오." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "시작 GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "이 모델에 맞게 사용자 정의 설정을 선택하십시오" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "End GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "필터..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "노즐 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "모두 보이기" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "노즐 크기" +msgid "Mesh Type" +msgstr "메쉬 유형" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "호환되는 재료의 직경" +msgid "Normal model" +msgstr "일반 모델" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "노즐 오프셋 X" +msgid "Print as support" +msgstr "서포터로 프린팅" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "노즐 오프셋 Y" +msgid "Modify settings for overlaps" +msgstr "오버랩 설정 수정" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "냉각 팬 번호" +msgid "Don't support overlaps" +msgstr "오버랩 지원 안함" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "익스트루더 시작 Gcode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "매쉬 내부채움 전용" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "익스트루더 종료 Gcode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "커팅 메쉬" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "프린터" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "설정 선택" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "펌웨어 업데이트" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "펌웨어는 3D 프린터에서 직접 실행되는 소프트웨어입니다. 이 펌웨어는 스텝 모터를 제어하고 온도를 조절하며 프린터를 작동시킵니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "새 프린터와 함께 제공되는 펌웨어는 작동하지만 새로운 버전은 더 많은 기능과 향상된 기능을 제공하는 경향이 있습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "펌웨어 자동 업그레이드" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "사용자 정의 펌웨어 업로드" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "프린터와 연결되지 않아 펌웨어를 업데이트할 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "프린터와 연결이 펌웨어 업그레이드를 지원하지 않아 펌웨어를 업데이트할 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "사용자 정의 펌웨어 선택" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "펌웨어 업데이트" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "펌웨어 업데이트 중." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "펌웨어 업데이트가 완료되었습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "알 수 없는 오류로 인해 펌웨어 업데이트에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "통신 오류로 인해 펌웨어 업데이트에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "입/출력 오류로 인해 펌웨어 업데이트에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "펌웨어 누락으로 인해 펌웨어 업데이트에 실패했습니다." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "프로젝트 열기" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "기존 업데이트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "중단됨" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "새로 만들기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "끝마친" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "요약 - Cura 프로젝트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "준비 중..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "프린터 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "중지 중..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "기기의 충돌을 어떻게 해결해야합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "실패" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "유형" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "일시 정지 중..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "프린터 그룹" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "일시 중지됨" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "프로파일 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "다시 시작..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "프로파일의 충돌을 어떻게 해결해야합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "조치가 필요함" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "이름" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "%2에서 %1 완료" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "프린터 관리" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "프로파일에 없음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "유리" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 무시" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "대기열을 원격으로 관리하려면 프린터 펌웨어를 업데이트하십시오." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivative from" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "클라우드 프린터용 Webcam 피드는 Ultimaker Cura에서 볼 수 없습니다. '프린터 관리'를 클릭하여 Ultimaker Digital Factory를 방문하고 이 웹캠을 확인하십시오." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 무시" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "로딩 중..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "재료 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "사용불가" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "재료의 충돌은 어떻게 해결되어야합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "연결할 수 없음" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "표시 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "대기 상태" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "종류" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "프린팅" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "표시 설정 :" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "제목 없음" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "1 out of %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "익명" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "프로젝트를 로드하면 빌드 플레이트의 모든 모델이 지워집니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "구성 변경 필요" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Open" -msgstr "열기" +msgid "Details" +msgstr "세부 사항" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "후처리 플러그인" +msgid "Configuration Changes" +msgstr "구성 변경" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "후처리 스크립트" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "스크립트 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "무시하기" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Settings" -msgstr "설정" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "활성 사후 처리 스크립트를 변경하십시오." - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "다음 스크립트들이 활성화됩니다:" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "이미지 변환 ..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "\"Base\"에서 각 픽셀까지의 최대 거리." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "높이 (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "밀리미터 단위의 빌드 플레이트에서 기저부 높이." +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "할당된 프린터 %1의 구성을 다음과 같이 변경해야 합니다:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "바닥 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "프린터 %1이(가) 할당되었으나 작업에 알 수 없는 재료 구성이 포함되어 있습니다." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "빌드 플레이트의 폭 (밀리미터)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "재료 %1을(를) %2에서 %3(으)로 변경합니다." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "너비 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "%3을(를) 재료 %1(으)로 로드합니다(이 작업은 무효화할 수 없음)." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "빌드 플레이트의 깊이 (밀리미터)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "PrintCore %1을(를) %2에서 %3(으)로 변경합니다." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "깊이 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "빌드 플레이트를 %1(으)로 변경합니다(이 작업은 무효화할 수 없음)." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "리쏘페인(투각)의 경우 들어오는 더 많은 빛을 차단하기 위해서는 다크 픽셀이 더 두꺼운 위치에 해당해야 합니다. 높이 지도의 경우 더 밝은 픽셀이 더 높은 지역을 나타냅니다. 따라서 생성된 3D 모델에서 더 밝은 픽셀이 더 두꺼운 위치에 해당해야 합니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "무시하기는 기존 프린터 구성과 함께 지정된 설정을 사용하게 됩니다. 이는 인쇄 실패로 이어질 수 있습니다." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "어두울수록 높음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "알루미늄" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "밝을수록 높음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "네트워크를 통해 프린팅" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "리쏘페인의 경우 반투명성을 위한 간단한 로그 모델을 사용할 수 있습니다. 높이 지도의 경우, 픽셀 값은 높이에 선형적으로 부합합니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "프린트" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "직선 모양" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "프린터 선택" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "반투명성" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "네트워크 프린터에 연결" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "두께가 1mm인 출력물을 관통하는 빛의 비율 이 값을 낮추면 어두운 부분의 대조가 증가하고 이미지의 밝은 부분의 대조가 감소합니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "네트워크를 통해 프린터로 직접 프린팅하려면 네트워크 케이블을 사용하거나 프린터를 WIFI 네트워크에 연결하여 프린터가 네트워크에 연결되어 있는지 확인하십시오. Cura를 프린터에 연결하지 않은 경우에도 USB 드라이브를 사용하여 g-코드 파일을 프린터로 전송할 수 있습니다." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "1mm의 투과율(%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "아래 목록에서 프린터를 선택하십시오:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "이미지에 적용할 스무딩(smoothing)의 정도." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "편집" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "스무딩(smoothing)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "제거" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "확인" +msgid "Refresh" +msgstr "새로고침" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "이 Ultimaker Original에 업그레이드 할 항목을 선택하십시오" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "프린터가 목록에 없으면 네트워크 프린팅 문제 해결 가이드를 읽어보십시오" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "히팅 빌드 플레이트 (공식 키트 또는 자체 조립식)" +msgid "Type" +msgstr "유형" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "빌드 플레이트 레벨링" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "펌웨어 버전" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "프린팅이 잘 되도록 빌드 플레이트를 조정할 수 있습니다. '다음 위치로 이동'을 클릭하면 노즐이 조정할 수있는 다른 위치로 이동합니다." +msgid "Address" +msgstr "주소" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "모든 자리에; 노즐 아래에 종이 한 장을 넣고 프린팅 빌드 플레이트 높이를 조정하십시오. 빌드플레이드의 높이는 종이의 끝 부분이 노즐의 끝부분으로 살짝 닿을 때의 높이입니다." +msgid "This printer is not set up to host a group of printers." +msgstr "이 프린터는 프린터 그룹을 호스트하도록 설정되어 있지 않습니다." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "빌드플레이트 레벨링 시작하기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "이 프린터는 %1개 프린터 그룹의 호스트입니다." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "이 주소의 프린터가 아직 응답하지 않았습니다." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "다음 위치로 이동" +msgid "Connect" +msgstr "연결" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "익명 데이터 수집에 대한 추가 정보" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura는 인쇄 품질과 사용자 경험을 개선하기 위해 익명 데이터를 수집합니다. 공유되는 모든 데이터의 예는 다음과 같습니다:" +msgid "Invalid IP address" +msgstr "잘못된 IP 주소" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "익명 데이터 전송을 원하지 않습니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "유효한 IP 주소를 입력하십시오." -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "익명 데이터 전송 허용" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "프린터 주소" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "시장" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "네트워크에 있는 프린터의 IP 주소를 입력하십시오." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "패키지의 변경 사항이 적용되기 전에 Cura를 다시 시작해야 합니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "사용할 수 없는 프린터" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "%1 종료" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "첫 번째로 사용 가능" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "설치" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "맨 위로 이동" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "설치됨" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "삭제" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Premium" -msgstr "프리미엄" +msgid "Resume" +msgstr "재개" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "웹 마켓플레이스로 이동" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "일시 정지 중..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "Search materials" -msgstr "재료 검색" +msgid "Resuming..." +msgstr "다시 시작..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Compatibility" -msgstr "호환성" +msgid "Pause" +msgstr "중지" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "기기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "중지 중..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "빌드 플레이트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "중단" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "서포트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "%1(을)를 대기열의 맨 위로 이동하시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "품질" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "인쇄 작업을 맨 위로 이동" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "기술 데이터 시트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "%1(을)를 삭제하시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "안전 데이터 시트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "인쇄 작업 삭제" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "인쇄 가이드라인" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "%1(을)를 정말로 중지하시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "웹 사이트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "프린팅 중단" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "설치 또는 업데이트에 로그인 필요" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "대기 중" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "재료 스플 구입" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "업데이트" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "업데이트 중" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "업데이트됨" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "뒤로" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "플러그인" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "재료" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "설치됨" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "다시 시작 시 설치 예정" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "업데이트에 로그인 필요" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "다운그레이드" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "설치 제거" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "커뮤니티 기여" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "커뮤니티 플러그인" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "일반 재료" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "패키지 가져오는 중..." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "웹 사이트" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" -msgstr "이메일" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Ultimaker Cura Enterprise용으로 검증된 플러그인 및 재료를 받으려면 로그인하십시오" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" -msgstr "버전" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 -msgctxt "@label" -msgid "Last updated" -msgstr "마지막으로 업데이트한 날짜" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "상표" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "브라우저에서 관리" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Downloads" -msgstr "다운로드" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "설치된 플러그인" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "설치된 플러그인이 없습니다." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "설치된 재료" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "설치된 재료가 없습니다." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "번들 플러그인" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "번들 재료" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Cura 패키지 데이터베이스에 연결할 수 없습니다. 연결을 확인하십시오." +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "대기열에 프린팅 작업이 없습니다. 작업을 추가하려면 슬라이스하여 전송하십시오." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "패키지를 설치하려면 라이선스를 수락해야 합니다" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "계정의 변경 사항" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "취소" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "다음 것" +msgid "Print jobs" +msgstr "인쇄 작업" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "다음 패키지가 추가됩니다:" +msgid "Total print time" +msgstr "총 인쇄 시간" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "호환되지 않는 Cura 버전이기 때문에 다음 패키지를 설치할 수 없습니다:" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "제거 확인" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "아직 사용 중인 재료 및/또는 프로파일을 제거합니다. 확인하면 다음 재료/프로파일이 기본값으로 재설정됩니다." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "재료" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "프로파일" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "확인" +msgid "Waiting for" +msgstr "대기" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "색 구성표" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "재료 색상" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "라인 유형" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "속도" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "레이어 두께" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "선 두께" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "유량" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "호환 모드" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "이동" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "도움말" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "외곽" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "내부채움" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "시작" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "상단 레이어 만 표시" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "상단에 5 개의 세부 레이어 표시" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "위 / 아래" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "내벽" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "최소" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "최대" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "프린터 관리" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "유리" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "대기열을 원격으로 관리하려면 프린터 펌웨어를 업데이트하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "높이 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "클라우드 프린터용 Webcam 피드는 Ultimaker Cura에서 볼 수 없습니다. '프린터 관리'를 클릭하여 Ultimaker Digital Factory를 방문하고 이 웹캠을 확인하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "\"Base\"에서 각 픽셀까지의 최대 거리." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "로딩 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "바닥 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "사용불가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "밀리미터 단위의 빌드 플레이트에서 기저부 높이." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "연결할 수 없음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "너비 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "대기 상태" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "준비 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "깊이 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "프린팅" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "빌드 플레이트의 깊이 (밀리미터)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "제목 없음" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "어두울수록 높음" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "익명" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "밝을수록 높음" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "구성 변경 필요" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "리쏘페인(투각)의 경우 들어오는 더 많은 빛을 차단하기 위해서는 다크 픽셀이 더 두꺼운 위치에 해당해야 합니다. 높이 지도의 경우 더 밝은 픽셀이 더 높은 지역을 나타냅니다. 따라서 생성된 3D 모델에서 더 밝은 픽셀이 더 두꺼운 위치에 해당해야 합니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "세부 사항" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "사용할 수 없는 프린터" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "직선 모양" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "첫 번째로 사용 가능" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "반투명성" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "대기 중" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "리쏘페인의 경우 반투명성을 위한 간단한 로그 모델을 사용할 수 있습니다. 높이 지도의 경우, 픽셀 값은 높이에 선형적으로 부합합니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "브라우저에서 관리" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "1mm의 투과율(%)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "대기열에 프린팅 작업이 없습니다. 작업을 추가하려면 슬라이스하여 전송하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "두께가 1mm인 출력물을 관통하는 빛의 비율 이 값을 낮추면 어두운 부분의 대조가 증가하고 이미지의 밝은 부분의 대조가 감소합니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "인쇄 작업" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "스무딩(smoothing)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "총 인쇄 시간" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "이미지에 적용할 스무딩(smoothing)의 정도." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "대기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "확인" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "Print over network" -msgstr "네트워크를 통해 프린팅" +msgid "Open Project" +msgstr "프로젝트 열기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "프린트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "기존 업데이트" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "프린터 선택" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "새로 만들기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "구성 변경" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "요약 - Cura 프로젝트" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "무시하기" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "할당된 프린터 %1의 구성을 다음과 같이 변경해야 합니다:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "프린터 %1이(가) 할당되었으나 작업에 알 수 없는 재료 구성이 포함되어 있습니다." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "재료 %1을(를) %2에서 %3(으)로 변경합니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "기기의 충돌을 어떻게 해결해야합니까?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "%3을(를) 재료 %1(으)로 로드합니다(이 작업은 무효화할 수 없음)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "프린터 설정" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "PrintCore %1을(를) %2에서 %3(으)로 변경합니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "유형" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "빌드 플레이트를 %1(으)로 변경합니다(이 작업은 무효화할 수 없음)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "프린터 그룹" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "무시하기는 기존 프린터 구성과 함께 지정된 설정을 사용하게 됩니다. 이는 인쇄 실패로 이어질 수 있습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "프로파일의 충돌을 어떻게 해결해야합니까?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "알루미늄" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "프로파일 설정" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "끝마친" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "이름" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "중지 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "중단됨" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "프로파일에 없음" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "실패" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 무시" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "일시 정지 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivative from" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "일시 중지됨" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 무시" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "다시 시작..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "재료의 충돌은 어떻게 해결되어야합니까?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "조치가 필요함" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "재료 설정" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "%2에서 %1 완료" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "표시 설정" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "네트워크 프린터에 연결" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "종류" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "네트워크를 통해 프린터로 직접 프린팅하려면 네트워크 케이블을 사용하거나 프린터를 WIFI 네트워크에 연결하여 프린터가 네트워크에 연결되어 있는지 확인하십시오. Cura를 프린터에 연결하지 않은 경우에도 USB 드라이브를 사용하여 g-코드 파일을 프린터로 전송할 수 있습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "표시 설정 :" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "아래 목록에서 프린터를 선택하십시오:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "1 out of %2" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "편집" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "프로젝트를 로드하면 빌드 플레이트의 모든 모델이 지워집니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Remove" -msgstr "제거" +msgid "Open" +msgstr "열기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "새로고침" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "무엇을 더 하시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "프린터가 목록에 없으면 네트워크 프린팅 문제 해결 가이드를 읽어보십시오" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "지금 백업" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "유형" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "자동 백업" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "펌웨어 버전" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Cura가 시작되는 날마다 자동으로 백업을 생성하십시오." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "주소" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura 버전" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "이 프린터는 프린터 그룹을 호스트하도록 설정되어 있지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "기기" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "이 프린터는 %1개 프린터 그룹의 호스트입니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "재료" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "이 주소의 프린터가 아직 응답하지 않았습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "프로파일" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "연결" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "플러그인" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "잘못된 IP 주소" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "복원" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "유효한 IP 주소를 입력하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "백업 삭제" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "프린터 주소" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "이 백업을 삭제하시겠습니까? 이 작업을 완료할 수 없습니다." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "네트워크에 있는 프린터의 IP 주소를 입력하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "백업 복원" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "맨 위로 이동" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "백업이 복원되기 전에 Cura를 다시 시작해야 합니다. 지금 Cura를 닫으시겠습니까?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "삭제" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Cura 설정을 백업, 동기화하십시오." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "재개" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "로그인" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "일시 정지 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "내 백업" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "다시 시작..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "현재 백업이 없습니다. ‘지금 백업’ 버튼을 사용하여 생성하십시오." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "중지" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "미리 보기 단계 중에는 보이는 백업 5개로 제한됩니다. 기존 백업을 보려면 백업을 제거하십시오." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "중지 중..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura 백업" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "중단" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "익명 데이터 수집에 대한 추가 정보" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "%1(을)를 대기열의 맨 위로 이동하시겠습니까?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "인쇄 작업을 맨 위로 이동" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "%1(을)를 삭제하시겠습니까?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "인쇄 작업 삭제" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura는 인쇄 품질과 사용자 경험을 개선하기 위해 익명 데이터를 수집합니다. 공유되는 모든 데이터의 예는 다음과 같습니다:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "%1(을)를 정말로 중지하시겠습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "익명 데이터 전송을 원하지 않습니다" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "프린팅 중단" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "익명 데이터 전송 허용" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"프린터에 연결이 있는지 확인하십시오.⏎- 프린터가 켜져 있는지 확인하십시오.\n" -"- 프린터가 네트워크에 연결되어 있는지 확인하십시오.⏎- 클라우드로 연결된 프린터를 탐색할 수 있도록 로그인되어 있는지 확인하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "후처리 플러그인" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "프린터를 네트워크에 연결하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" +msgstr "후처리 스크립트" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "사용자 매뉴얼 온라인 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "스크립트 추가" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Cura에서 프린트를 모니터링하려면 프린터를 연결하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 +msgctxt "@label" +msgid "Settings" +msgstr "설정" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "이 출력물에는 문제가있을 수 있습니다. 조정을 위한 도움말을 보려면 클릭하십시오." +msgid "Change active post-processing scripts." +msgstr "활성 사후 처리 스크립트를 변경하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3D 보기" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "다음 스크립트들이 활성화됩니다:" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "앞에서 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "이 Ultimaker Original에 업그레이드 할 항목을 선택하십시오" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "위에서 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "히팅 빌드 플레이트 (공식 키트 또는 자체 조립식)" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "왼쪽 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "빌드 플레이트 레벨링" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "오른쪽 보기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "프린팅이 잘 되도록 빌드 플레이트를 조정할 수 있습니다. '다음 위치로 이동'을 클릭하면 노즐이 조정할 수있는 다른 위치로 이동합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Object list" -msgstr "개체 목록" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "모든 자리에; 노즐 아래에 종이 한 장을 넣고 프린팅 빌드 플레이트 높이를 조정하십시오. 빌드플레이드의 높이는 종이의 끝 부분이 노즐의 끝부분으로 살짝 닿을 때의 높이입니다." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" -msgid "Marketplace" -msgstr "시장" +msgid "Start Build Plate Leveling" +msgstr "빌드플레이트 레벨링 시작하기" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "파일" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "다음 위치로 이동" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "편집(&E)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "보기(&V)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "확장 프로그램(&X)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "환경설정(&R)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "도움말(&H)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "새 프로젝트" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "새 프로젝트를 시작 하시겠습니까? 빌드 플레이트 및 저장하지 않은 설정이 지워집니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "슬라이싱..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "%1 종료" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "슬라이스 할 수 없습니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Processing" -msgstr "처리" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Slice" -msgstr "슬라이스" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "슬라이싱 프로세스 시작" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Cancel" -msgstr "취소" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "시간 추산" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "재료 추산" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "시간 추산 이용 불가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "비용 추산 이용 불가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" -msgid "Preview" -msgstr "미리 보기" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "네트워크 프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "비 네트워크 프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "클라우드 프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "클라우드 응답 대기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "사용자의 계정에 프린터가 없습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "사용자의 계정에 있는 다음 프린터를 Cura에 추가하였습니다:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "수동으로 프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "IP 주소로 프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "프린터의 IP 주소를 입력하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "장치에 연결할 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Ultimaker 프린터로 연결할 수 없습니까?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "이 주소의 프린터가 아직 응답하지 않았습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "알 수 없는 프린터이거나 그룹의 호스트가 아니기 때문에 이 프린터를 추가할 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" -msgid "Back" -msgstr "뒤로" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" -msgid "Connect" -msgstr "연결" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "사용자 계약" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "거절 및 닫기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Ultimaker Cura에 오신 것을 환영합니다" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "Ultimaker Cura를 설정하려면 다음 단계로 이동하세요. 오래 걸리지 않습니다." +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" -msgid "Get started" -msgstr "시작하기" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Ultimaker 플랫폼에 로그인" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "거절" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "재료 설정 및 Marketplace 플러그인 추가" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "재료 설정과 플러그인 백업 및 동기화" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Ultimaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" -msgid "Skip" -msgstr "건너뛰기" +msgid "Load more" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Ultimaker 계정 무료 생성" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "제조업체" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "프로파일 원작자" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "프린터 이름" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "프린터" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "프린터의 이름을 설정하십시오" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "노즐 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "네트워크에서 검색된 프린터가 없습니다." +msgid "Nozzle size" +msgstr "노즐 크기" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Refresh" -msgstr "새로고침" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Add printer by IP" -msgstr "IP로 프린터 추가" +msgid "Compatible material diameter" +msgstr "호환되는 재료의 직경" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Add cloud printer" -msgstr "클라우드 프린터 추가" +msgid "Nozzle offset X" +msgstr "노즐 오프셋 X" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Troubleshooting" -msgstr "문제 해결" +msgid "Nozzle offset Y" +msgstr "노즐 오프셋 Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Ultimaker Cura를 개선하는 데 도움을 주십시오" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura는 인쇄 품질과 사용자 경험을 개선하기 위해 다음과 같은 익명 데이터를 수집합니다:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "기기 유형" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "재료 사용" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "슬라이드 수" +msgid "Cooling Fan Number" +msgstr "냉각 팬 번호" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "인쇄 설정" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "익스트루더 시작 Gcode" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Ultimaker Cura가 수집하는 데이터에는 개인 정보가 포함되어 있지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "익스트루더 종료 Gcode" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "추가 정보" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "프린터 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "What's New" -msgstr "새로운 기능" +msgid "X (Width)" +msgstr "X (너비)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Empty" -msgstr "비어 있음" +msgid "Y (Depth)" +msgstr "Y (깊이)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Release Notes" -msgstr "릴리즈 노트" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "%1 정보" +msgid "Z (Height)" +msgstr "Z (높이)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "version: %1" -msgstr "버전: %1" +msgid "Build plate shape" +msgstr "빌드 플레이트 모양" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "3D 프린팅을 위한 엔드 투 엔트 솔루션." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "" -"Cura는 커뮤니티와 공동으로 Ultimaker B.V.에 의해 개발되었습니다.\n" -"Cura는 다음의 오픈 소스 프로젝트를 사용합니다:" +msgid "Origin at center" +msgstr "중앙이 원점" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Graphical user interface" -msgstr "그래픽 사용자 인터페이스" +msgid "Heated bed" +msgstr "히트 베드" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Application framework" -msgstr "애플리케이션 프레임 워크" +msgid "Heated build volume" +msgstr "히팅 빌드 사이즈" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "G-code generator" -msgstr "GCode 생성기" +msgid "G-code flavor" +msgstr "Gcode 유형" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 -msgctxt "@label" -msgid "Interprocess communication library" -msgstr "프로세스간 통신 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "프린트헤드 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Programming language" -msgstr "프로그래밍 언어" +msgid "X min" +msgstr "X 최소값" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "GUI framework" -msgstr "GUI 프레임 워크" +msgid "Y min" +msgstr "Y 최소값" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "GUI framework bindings" -msgstr "GUI 프레임 워크 바인딩" +msgid "X max" +msgstr "X 최대값" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "C/C ++ 바인딩 라이브러리" +msgid "Y max" +msgstr "Y 최대값" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Data interchange format" -msgstr "데이터 교환 형식" +msgid "Gantry Height" +msgstr "갠트리 높이" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "과학 컴퓨팅을 위한 라이브러리" +msgid "Number of Extruders" +msgstr "익스트루더의 수" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Support library for faster math" -msgstr "더 빠른 수학연산을 위한 라이브러리" +msgid "Apply Extruder offsets to GCode" +msgstr "익스트루더 오프셋을 GCode에 적용" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 -msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "STL 파일 처리를 위한 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "시작 GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "평면 개체 처리를 위한 지원 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "End GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "삼각형 메쉬 처리를 위한 지원 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "내 프린터" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "3MF 파일 처리를 위한 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Ultimaker Digital Factory의 프린터를 모니터링하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "파일 메타데이터 및 스트리밍을 위한 지원 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Digital Library에서 프린트 프로젝트를 생성하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" -msgstr "직렬 통신 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "인쇄 작업" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "ZeroConf discovery 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "프린트 작업을 모니터링하고 프린트 기록에서 다시 프린트하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "플러그인 및 재료 프로파일을 사용하여 Ultimaker Cura를 확장하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Ultimaker e-러닝을 통해 3D 프린팅 전문가로 거듭나십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimaker support" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Ultimaker Cura로 시작하는 방법을 알아보십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "질문하기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Ultimaker 커뮤니티에 문의하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "버그 리포트" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "개발자에게 문제를 알려주십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Ultimaker 웹 사이트를 방문하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "선택한 모델을 %1로 프린팅하십시오" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "새 프로젝트" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "새 프로젝트를 시작 하시겠습니까? 빌드 플레이트 및 저장하지 않은 설정이 지워집니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "시장" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "다각형 클리핑 라이브러리" +msgid "Build plate" +msgstr "빌드 플레이트" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "Python용 정적 유형 검사기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "가열 된 베드의 설정 온도. 베드가 이 온도로 가열되거나 식을 것입니다. 이 값이 0이면 베드 가열이 꺼집니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "SSL 신뢰성 검증용 루트 인증서" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "가열 된 베드의 현재 온도." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Python 오류 추적 라이브러리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "베드를 예열하기 위한 온도." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "취소" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "예열" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "프린팅하기 전에 베드를 미리 가열하십시오. 가열되는 동안 계속해서 프린팅물을 조정할 수 있으며, 프린팅 준비가 되면 베드가 가열 될 때까지 기다릴 필요가 없습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "프린터가 연결되어 있지 않습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "폴리곤 패킹 라이브러리, Prusa Research 개발" +msgid "Printer control" +msgstr "프린터 제어" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "libnest2d용 Python 바인딩" +msgid "Jog Position" +msgstr "조그 위치" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "시스템 키링 액세스를 위한 서포트 라이브러리" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "Microsoft Windows용 Python 확장" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Font" -msgstr "폰트" +msgid "Jog Distance" +msgstr "조그 거리" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "SVG icons" -msgstr "SVG 아이콘" +msgid "Send G-code" +msgstr "Gcode 보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "연결된 프린터에 사용자 정의 G 코드 명령을 보냅니다. ‘Enter’키를 눌러 명령을 전송하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux 교차 배포 응용 프로그램 배포" +msgid "Extruder" +msgstr "익스트루더" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "핫 엔드의 설정 온도입니다. 핫 엔드는 이 온도를 향해 가열되거나 냉각됩니다. 이 값이 0이면 온열 가열이 꺼집니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "이 익스트루더의 현재 온도." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "노즐을 예열하기 위한 온도." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "프린팅하기 전에 노즐을 미리 가열하십시오. 가열되는 동안 계속해서 프린팅물을 조정할 수 있으며, 프린팅 준비가 되면 노즐이 가열 될 때까지 기다릴 필요가 없습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "이 익스트루더의 재료 색." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "이 익스트루더의 재료." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "이 익스트루더에 삽입 된 노즐." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "파일 열기" +msgid "Open project file" +msgstr "프로젝트 파일 열기" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "선택한 파일 내에 하나 이상의 프로젝트 파일이 있습니다. 한 번에 하나의 프로젝트 파일 만 열 수 있습니다. 해당 파일에서 모델 만 가져 오기를 권장합니다. 계속 하시겠습니까?" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "이 파일은 Cura 프로젝트 파일입니다. 프로젝트로 열거나 모델을 가져 오시겠습니까?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "선택 기억하기" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 msgctxt "@action:button" -msgid "Import all as models" -msgstr "모두 모델로 가져 오기" +msgid "Open as project" +msgstr "프로젝트로 열기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "모델 가져 오기" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 msgctxt "@title:window" msgid "Save Project" msgstr "프로젝트 저장" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 msgctxt "@action:label" msgid "Extruder %1" msgstr "%1익스트루더" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 msgctxt "@action:label" msgid "%1 & material" msgstr "%1 & 재료" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 msgctxt "@action:label" msgid "Material" msgstr "재료" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 msgctxt "@action:label" msgid "Don't show project summary on save again" msgstr "프로젝트 요약을 다시 저장하지 마십시오" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 msgctxt "@action:button" msgid "Save" msgstr "저장" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "변경 사항 삭제 또는 유지" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"일부 프로파일 설정을 사용자 정의했습니다.\n" -"프로파일 전환 후에도 변경된 설정을 유지하시겠습니까?\n" -"또는 변경 사항을 버리고 '%1'에서 기본값을 로드할 수 있습니다." +msgid "Open file(s)" +msgstr "파일 열기" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "프로파일 설정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "선택한 파일 내에 하나 이상의 프로젝트 파일이 있습니다. 한 번에 하나의 프로젝트 파일 만 열 수 있습니다. 해당 파일에서 모델 만 가져 오기를 권장합니다. 계속 하시겠습니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "현재 변경 사항" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "모두 모델로 가져 오기" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "항상 묻기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "%1 정보" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "최소하고 다시 묻지않기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" +msgstr "버전: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "계속하고 다시 묻지않기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "3D 프린팅을 위한 엔드 투 엔트 솔루션." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "변경 사항 삭제" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "" +"Cura는 커뮤니티와 공동으로 Ultimaker B.V.에 의해 개발되었습니다.\n" +"Cura는 다음의 오픈 소스 프로젝트를 사용합니다:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" -msgstr "변경 사항 유지" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "프로젝트 파일 열기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "이 파일은 Cura 프로젝트 파일입니다. 프로젝트로 열거나 모델을 가져 오시겠습니까?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "선택 기억하기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" +msgstr "그래픽 사용자 인터페이스" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "프로젝트로 열기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "애플리케이션 프레임 워크" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "모델 가져 오기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" +msgstr "GCode 생성기" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Active print" -msgstr "활성화된 프린트" +msgid "Interprocess communication library" +msgstr "프로세스간 통신 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Job Name" -msgstr "작업 이름" +msgid "Programming language" +msgstr "프로그래밍 언어" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Printing Time" -msgstr "프린팅 시간" +msgid "GUI framework" +msgstr "GUI 프레임 워크" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Estimated time left" -msgstr "예상 남은 시간" +msgid "GUI framework bindings" +msgstr "GUI 프레임 워크 바인딩" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "클라우드 프린터가 오프라인 상태입니다. 프린터가 켜져 있고 인터넷과 연결되어 있는지 확인하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" +msgstr "C/C ++ 바인딩 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "해당 프린터가 사용자의 계정에 연결되어 있지 않습니다. Ultimaker Digital Factory에 방문하여 연결을 설정하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" +msgstr "데이터 교환 형식" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "현재 클라우드 연결을 사용할 수 없습니다. 클라우드 프린터에 연결하려면 로그인하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "과학 컴퓨팅을 위한 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "현재 클라우드 연결을 사용할 수 없습니다. 사용자의 인터넷 연결을 확인하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "더 빠른 수학연산을 위한 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "프린터 추가" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" +msgstr "STL 파일 처리를 위한 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "프린터 관리" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "삼각형 메쉬 처리를 위한 지원 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Connected printers" -msgstr "연결된 프린터" +msgid "Support library for handling 3MF files" +msgstr "3MF 파일 처리를 위한 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" -msgid "Preset printers" -msgstr "프린터 사전 설정" +msgid "Support library for file metadata and streaming" +msgstr "파일 메타데이터 및 스트리밍을 위한 지원 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" -msgid "Print settings" -msgstr "프린팅 설정" +msgid "Serial communication library" +msgstr "직렬 통신 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "인쇄 설정 비활성화됨. G 코드 파일을 수정할 수 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "ZeroConf discovery 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Profile" -msgstr "프로파일" +msgid "Polygon clipping library" +msgstr "다각형 클리핑 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" msgstr "" -"일부 설정/대체 값은 프로파일에 저장된 값과 다릅니다.\n" -"\n" -"프로파일 매니저를 열려면 클릭하십시오." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "사용자 정의 프로파일" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "현재 변경 사항 삭제" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "추천" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "사용자 정의" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "Python용 정적 유형 검사기" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "유효한" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "SSL 신뢰성 검증용 루트 인증서" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "비활성" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Python 오류 추적 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Experimental" -msgstr "실험적 설정" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "압출기 %2의 구성에 대한 %1 프로파일이 없습니다. 대신 기본 의도가 사용됩니다" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "폴리곤 패킹 라이브러리, Prusa Research 개발" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profiles" -msgstr "프로파일" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "일부 프로파일 설정을 수정했습니다. 이러한 설정을 변경하려면 사용자 지정 모드로 이동하십시오." +msgid "Python bindings for libnest2d" +msgstr "libnest2d용 Python 바인딩" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Support" -msgstr "서포트" +msgid "Support library for system keyring access" +msgstr "시스템 키링 액세스를 위한 서포트 라이브러리" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "오버행이 있는 모델 서포트를 생성합니다. 이러한 구조가 없으면 이러한 부분이 프린팅 중에 붕괴됩니다." +msgid "Python extensions for Microsoft Windows" +msgstr "Microsoft Windows용 Python 확장" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Gradual infill" -msgstr "점진적 내부채움" +msgid "Font" +msgstr "폰트" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "점차적인 내부채움은 점차적으로 빈 공간 채우기의 양을 증가시킵니다." +msgid "SVG icons" +msgstr "SVG 아이콘" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Adhesion" -msgstr "부착" +msgid "Linux cross-distribution application deployment" +msgstr "Linux 교차 배포 응용 프로그램 배포" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "브림이나 라프트를 사용합니다. 이렇게하면 출력물 주변이나 아래에 평평한 영역이 추가되어 나중에 쉽게 자를 수 있습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "변경 사항 삭제 또는 유지" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "프로젝트 저장 중..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "네트워크 프린터" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "프로파일 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "로컬 프린터" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "현재 변경 사항" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "재료" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "항상 묻기" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "즐겨찾기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "최소하고 다시 묻지않기" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "일반" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "계속하고 다시 묻지않기" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "선택된 모델 프린팅 :" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "변경 사항 삭제" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "선택한 모델 복" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "변경 사항 유지" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "Number of Copies" -msgstr "복제할 수" +msgid "No items to select from" +msgstr "선택할 항목 없음" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "프로젝트 저장(&S)..." +msgid "Open File(s)..." +msgstr "파일 여는 중..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "내보내기(&E)..." +msgid "Open &Recent" +msgstr "최근 열어본 파일 열기" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "내보내기 선택..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "표시 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "구성" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "모든 카테고리 붕괴" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "보기 설정 관리..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "재료(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "활성 익스트루더로 설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "익스트루더 사용" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "익스트루더 사용하지 않음" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "재료" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "즐겨찾기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "일반" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "도움말(&H)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "파일" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "프로젝트 저장(&S)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "내보내기(&E)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "내보내기 선택..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "환경설정(&R)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "편집(&E)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "프린터(&P)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "네트워크 프린터" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "로컬 프린터" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "확장 프로그램(&X)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" -msgid "Custom" -msgstr "사용자 정의" +msgid "Configurations" +msgstr "구성" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "프린터" +msgid "Loading available configurations from the printer..." +msgstr "프린터에서 사용 가능한 구성 로딩 중..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "실행됨" +msgid "The configurations are not available because the printer is disconnected." +msgstr "프린터가 연결되어 있지 않기 때문에 구성을 사용할 수 없습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "재료" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "%1이(가) 인식되지 않기 때문에 이 구성을 사용할 수 없습니다. %2에 방문하여 올바른 재료 프로파일을 다운로드하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "더 나은 접착력을 위해 이 재료 조합과 함께 접착제를 사용하십시오.." +msgid "Marketplace" +msgstr "시장" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "이 익스트루더의 구성이 허용되지 않았으며, 슬라이싱이 금지됩니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "이 익스트루더 구성에 일치하는 프로파일이 없습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "구성 선택" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "구성" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "프린터에서 사용 가능한 구성 로딩 중..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "사용자 정의" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "프린터가 연결되어 있지 않기 때문에 구성을 사용할 수 없습니다." +msgid "Printer" +msgstr "프린터" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "%1이(가) 인식되지 않기 때문에 이 구성을 사용할 수 없습니다. %2에 방문하여 올바른 재료 프로파일을 다운로드하십시오." +msgid "Enabled" +msgstr "실행됨" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Marketplace" -msgstr "시장" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "파일 여는 중..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "프린터(&P)" +msgid "Material" +msgstr "재료" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "재료(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "더 나은 접착력을 위해 이 재료 조합과 함께 접착제를 사용하십시오.." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "활성 익스트루더로 설정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "선택된 모델 프린팅 :" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "익스트루더 사용" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "선택한 모델 복" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "익스트루더 사용하지 않음" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "복제할 수" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "최근 열어본 파일 열기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "표시 설정" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "모든 카테고리 붕괴" +msgid "Save Project..." +msgstr "프로젝트 저장 중..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "보기 설정 관리..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "보기(&V)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "카메라 위치(&C)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "카메라 뷰" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "원근" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "직교" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "빌드 플레이트(&B)" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "유형 보기" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "지원으로 프린팅됩니다." +msgid "Sign in to the Ultimaker platform" +msgstr "Ultimaker 플랫폼에 로그인" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "이 모델과 중복되는 다른 모델은 수정됩니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- 재료 설정 및 Marketplace 플러그인 추가\n" +"- 재료 설정과 플러그인 백업 및 동기화\n" +"- Ultimaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "이 모델과 중복되는 내부채움은 수정됩니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Ultimaker 계정 무료 생성" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "이 모델과의 중복은 지원되지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "로그인" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "%1 설정을 덮어씁니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "마지막 업데이트: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "프로파일" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker 계정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "활성화" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "로그아웃" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "생성" +msgid "Checking..." +msgstr "확인 중..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "복제" +msgid "Account synced" +msgstr "계정 동기화됨" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "이름 바꾸기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "오류가 발생하였습니다..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "가져오기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "보류된 업데이트 설치" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "내보내기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "계정 업데이트 확인" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "프로파일 생성하기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "슬라이싱..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "이 프로파일에 대한 이름을 제공하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "슬라이스 할 수 없습니다" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "프로파일 복제하기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "제거 확인" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "%1을 제거 하시겠습니까? 이것은 취소 할 수 없습니다!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "프로파일 이름 바꾸기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "프로파일 가져 오기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "처리" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "프로파일 내보내기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "슬라이스" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "프린터: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "슬라이싱 프로세스 시작" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "현재 설정 / 재정의 프로파일 업데이트" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "취소" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "이 프로파일은 프린터에서 지정한 기본값을 사용하므로 아래 목록에 아무런 설정/재정의가 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "시간 추산" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "현재 설정이 선택한 프로파일과 일치합니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "재료 추산" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "전역 설정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "일반" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "Interface" -msgstr "인터페이스" +msgid "No time estimation available" +msgstr "시간 추산 이용 불가" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Currency:" -msgstr "통화:" +msgid "No cost estimation available" +msgstr "비용 추산 이용 불가" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "테마:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "미리 보기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "이러한 변경 사항을 적용하려면 응용 프로그램을 다시 시작해야합니다." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "설정이 변경되면 자동으로 슬라이싱 합니다." +msgid "This package will be installed after restarting." +msgstr "다시 시작한 후에 이 패키지가 설치됩니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "자동으로 슬라이싱" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "일반" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "뷰포트 동작" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "지원되지 않는 모델 영역을 빨간색으로 강조 표시하십시오. 서포트가 없으면 이 영역이 제대로 프린팅되지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "프린터" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "오버행 표시" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "재료" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "경고 기호를 사용해 모델에서 누락되거나 관계 없는 표면을 강조 표시합니다. 도구 경로에서는 종종 의도한 형상의 일부가 누락됩니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "프로파일" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "모델 오류 표시" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "%1 닫기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "모델을 선택하면 모델이 뷰의 가운데에 오도록 카메라를 이동합니다" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "%1을(를) 정말로 종료하시겠습니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "항목을 선택하면 카메라를 중앙에 위치" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "패키지 설치" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "큐라의 기본 확대 동작을 반전시켜야 합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "파일 열기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "카메라 줌의 방향을 반전시키기." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "선택한 파일 내에 하나 이상의 G-코드 파일이 있습니다. 한 번에 하나의 G-코드 파일 만 열 수 있습니다. G-코드 파일을 열려면 하나만 선택하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "확대가 마우스 방향으로 이동해야 합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "프린터 추가" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "정투영법 시점에서는 마우스 방향으로 확대가 지원되지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "새로운 기능" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "마우스 방향으로 확대" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "유효한" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "모델을 더 이상 교차시키지 않도록 이동해야합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "비활성" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "모델이 분리되어 있는지 확인" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "실험적 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "모델을 빌드 플레이트에 닿도록 아래로 움직여야합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "프린팅 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "모델을 빌드 플레이트에 자동으로 놓기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "인쇄 설정 비활성화됨. G 코드 파일을 수정할 수 없습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "g-code 리더에 주의 메시지를 표시하기." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "추천" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "g-code 리더의 주의 메시지" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "사용자 정의" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "레이어가 호환 모드로 강제 설정되어야합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "압출기 %2의 구성에 대한 %1 프로파일이 없습니다. 대신 기본 의도가 사용됩니다" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "레이어 뷰 호환성 모드로 전환 (다시 시작해야 함)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "점진적 내부채움" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "닫힌 위치에서 Cura를 열어야 합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "점차적인 내부채움은 점차적으로 빈 공간 채우기의 양을 증가시킵니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "시작 시 창 위치 복원" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "서포트" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "어떤 유형의 카메라 렌더링을 사용해야 합니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "오버행이 있는 모델 서포트를 생성합니다. 이러한 구조가 없으면 이러한 부분이 프린팅 중에 붕괴됩니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "카메라 렌더링:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "프로파일" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "원근" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "일부 프로파일 설정을 수정했습니다. 이러한 설정을 변경하려면 사용자 지정 모드로 이동하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "정투영" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "부착" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Opening and saving files" -msgstr "파일 열기 및 저장" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "브림이나 라프트를 사용합니다. 이렇게하면 출력물 주변이나 아래에 평평한 영역이 추가되어 나중에 쉽게 자를 수 있습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "데스크톱 또는 외부 애플리케이션의 파일을 동일한 Cura 인스턴스에서 엽니까?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "사용자 정의 프로파일" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Cura의 단일 인스턴스 사용" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "현재 변경 사항 삭제" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Cura의 단일 인스턴스에서 새 모델을 로드하기 전에 빌드 플레이트를 지워야 합니까?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "모델을 단일 인스턴스로 로드하기 전에 빌드 플레이트 지우기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "크기가 너무 큰 경우 모델을 빌드 볼륨에 맞게 조정해야합니까?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "큰 모델의 사이즈 수정" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "단위가 밀리미터가 아닌 미터 단위 인 경우 모델이 매우 작게 나타날 수 있습니다. 이 모델을 확대할까요?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "매우 작은 모델의 크기 조정" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "모델을 로드한 후에 선택해야 합니까?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "로드된 경우 모델 선택" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "프린터 이름에 기반한 접두어가 프린팅 작업 이름에 자동으로 추가되어야합니까?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "작업 이름에 기기 접두어 추가" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "프로젝트 파일을 저장할 때 요약이 표시되어야합니까?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "프로젝트 저장시 요약 대화 상자 표시" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "프로젝트 파일을 열 때 기본 동작" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "프로젝트 파일을 열 때 기본 동작 " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "프로파일" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "항상 묻기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"일부 설정/대체 값은 프로파일에 저장된 값과 다릅니다.\n" +"\n" +"프로파일 매니저를 열려면 클릭하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "항상 프로젝트로 열기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "항상 모델 가져 오기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "프로파일" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "프로파일을 변경하고 다른 프로파일로 전환하면 수정 사항을 유지할지 여부를 묻는 대화 상자가 표시됩니다. 기본 행동을 선택하면 해당 대화 상자를 다시 표시 하지 않을 수 있습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "현재 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "다른 프로파일로 변경하는 경우 변경된 설정값에 대한 기본 동작 " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "항상 변경된 설정 삭제" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "항상 변경된 설정을 새 프로파일로 전송" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "보안" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "프린터에 대한 익명의 데이터를 Ultimaker로 보낼까요? 모델, IP 주소 또는 기타 개인 식별 정보는 전송되거나 저장되지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(익명) 프린터 정보 보내기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "보기 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "More information" -msgstr "추가 정보" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "업데이트" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Cura가 프로그램이 시작될 때 업데이트를 확인할까요?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "시작시 업데이트 확인" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "업데이트 사항을 확인할 때 안정적인 릴리즈만 확인하십시오." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "안정적인 릴리즈만 해당" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "업데이트 사항을 확인할 때 안정적인 베타 릴리즈를 확인하십시오." +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "안정적인 베타 릴리즈" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "모두 확인" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Cura가 시작될 때마다 새로운 플러그인을 자동 확인해야 합니까? 사용 안 함으로 설정하지 않는 것이 좋습니다!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "플러그인 업데이트 알림 받기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "활성화" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "정보" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "이름 바꾸기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" msgid "Confirm Diameter Change" msgstr "직경 변경 확인" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "새 필라멘트의 직경은 %1 mm로 설정되었으며, 현재 압출기와 호환되지 않습니다. 계속하시겠습니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" msgid "Display Name" msgstr "표시 이름" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "상표" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "재료 유형" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "색깔" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "속성" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "밀도" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "직경" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "필라멘트 비용" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "필라멘트 무게" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "필라멘트 길이" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "미터 당 비용" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "이 재료는 %1에 연결되어 있으며 일부 속성을 공유합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "재료 연결 해제" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "설명" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "접착 정보" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "생성" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "복제" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "프린터와 동기화" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "프린터" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "재료 가져 오기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "재료를 가져올 수 없습니다" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "재료를 성공적으로 가져왔습니다" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "재료 내보내기" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "재료를 내보내는데 실패했습니다" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "재료를 성공적으로 내보냈습니다" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "정보" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "재료를 프린터와 동기화" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "재료를 프린터와 동기화" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "몇 가지 간단한 단계를 수행하면 모든 재료 프로파일과 프린터를 동기화할 수 있습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "시작" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "재료 프로파일을 동기화해야 하는 이유는 무엇입니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "시작" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "로그인" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Digital Factory에 연결된 모든 프린터와 자동으로 재료 프로파일을 동기화하려면 Cura에 가입되어 있어야 합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "재료를 USB로 동기화" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "다음 프린터는 새 재료 프로파일을 받게 됩니다:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "재료를 프린터로 전송할 때 어떤 문제가 발생했습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "다음 프린터에 재료 프로파일이 성공적으로 동기화되었습니다:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "문제 해결" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "프린터가 없습니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "모든 프린터가 켜져 있고 Digital Factory에 연결되어 있는지 확인하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "목록 새로고침" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "다시 시도" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "완료" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "동기화" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "동기화 중" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "프린터를 찾을 수 없음" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Digital Factory에 호환되는 프린터가 연결되지 않은 것 같습니다. 프린터가 연결되어 있고 최신 펌웨어가 설치되어 있는지 확인하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Digital Factory에 프린터를 연결하는 방법 알아보기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "새로고침" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "재료 프로파일을 USB로 동기화" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "새로운 재료 프로파일을 프린터로 로드하기 위해 다음 단계를 수행합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "재료 아카이브 내보내기 버튼을 클릭합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr ".umm 파일을 USB 스틱에 저장합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "USB 스틱을 프린터에 삽입하고 새로운 재료 프로파일 로드 절차를 진행합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "새로운 재료 프로파일을 내 프린터로 로드하는 방법" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "뒤로" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "재료 아카이브 내보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "모든 재료 내보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "보기 설정" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "모두 확인" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "프린터" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "계산된" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "가져오기" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "설정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "프로파일" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "복제" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "현재 설정" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "단위" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "프린터에 연결되지 않음" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "내보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "프린터가 명령을 받아들이지 않습니다" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "제거 확인" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "유지 보수 중. 프린터를 확인하십시오" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "%1을 제거 하시겠습니까? 이것은 취소 할 수 없습니다!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "프린터와의 연결이 끊어졌습니다" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "재료 가져 오기" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "프린팅..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "재료를 성공적으로 가져왔습니다" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "일시 중지됨" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "재료를 가져올 수 없습니다" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "준비 중..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "재료 내보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "프린트물을 제거하십시오" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "재료를 내보내는데 실패했습니다" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "프린팅 중단" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "재료를 성공적으로 내보냈습니다" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "프린팅를 중단 하시겠습니까?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "선택한 모델을 %1로 프린팅하십시오" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "내 프린터" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Ultimaker Digital Factory의 프린터를 모니터링하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Digital Library에서 프린트 프로젝트를 생성하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "인쇄 작업" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "이 프로파일은 프린터에서 지정한 기본값을 사용하므로 아래 목록에 아무런 설정/재정의가 없습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "프린트 작업을 모니터링하고 프린트 기록에서 다시 프린트하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "현재 설정이 선택한 프로파일과 일치합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "플러그인 및 재료 프로파일을 사용하여 Ultimaker Cura를 확장하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "전역 설정" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Ultimaker e-러닝을 통해 3D 프린팅 전문가로 거듭나십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "프로파일 생성하기" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimaker support" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "이 프로파일에 대한 이름을 제공하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Ultimaker Cura로 시작하는 방법을 알아보십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "프로파일 내보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "질문하기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "프로파일 복제하기" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Ultimaker 커뮤니티에 문의하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "프로파일 이름 바꾸기" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "버그 리포트" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "프로파일 가져 오기" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "개발자에게 문제를 알려주십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "인터페이스" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Ultimaker 웹 사이트를 방문하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "프린터 제어" +msgid "Currency:" +msgstr "통화:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "조그 위치" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "설정이 변경되면 자동으로 슬라이싱 합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "자동으로 슬라이싱" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "조그 거리" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Gcode 보내기" +msgid "Viewport behavior" +msgstr "뷰포트 동작" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "연결된 프린터에 사용자 정의 G 코드 명령을 보냅니다. ‘Enter’키를 눌러 명령을 전송하십시오." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "지원되지 않는 모델 영역을 빨간색으로 강조 표시하십시오. 서포트가 없으면 이 영역이 제대로 프린팅되지 않습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "익스트루더" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "오버행 표시" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "핫 엔드의 설정 온도입니다. 핫 엔드는 이 온도를 향해 가열되거나 냉각됩니다. 이 값이 0이면 온열 가열이 꺼집니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "경고 기호를 사용해 모델에서 누락되거나 관계 없는 표면을 강조 표시합니다. 도구 경로에서는 종종 의도한 형상의 일부가 누락됩니다." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "이 익스트루더의 현재 온도." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "모델 오류 표시" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "노즐을 예열하기 위한 온도." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "모델을 선택하면 모델이 뷰의 가운데에 오도록 카메라를 이동합니다" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "취소" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "항목을 선택하면 카메라를 중앙에 위치" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "예열" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "큐라의 기본 확대 동작을 반전시켜야 합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "프린팅하기 전에 노즐을 미리 가열하십시오. 가열되는 동안 계속해서 프린팅물을 조정할 수 있으며, 프린팅 준비가 되면 노즐이 가열 될 때까지 기다릴 필요가 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "카메라 줌의 방향을 반전시키기." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "이 익스트루더의 재료 색." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "확대가 마우스 방향으로 이동해야 합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "이 익스트루더의 재료." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "정투영법 시점에서는 마우스 방향으로 확대가 지원되지 않습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "이 익스트루더에 삽입 된 노즐." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "마우스 방향으로 확대" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "프린터가 연결되어 있지 않습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "모델을 더 이상 교차시키지 않도록 이동해야합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "빌드 플레이트" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "모델이 분리되어 있는지 확인" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "가열 된 베드의 설정 온도. 베드가 이 온도로 가열되거나 식을 것입니다. 이 값이 0이면 베드 가열이 꺼집니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "모델을 빌드 플레이트에 닿도록 아래로 움직여야합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "가열 된 베드의 현재 온도." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "모델을 빌드 플레이트에 자동으로 놓기" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "베드를 예열하기 위한 온도." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "g-code 리더에 주의 메시지를 표시하기." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "프린팅하기 전에 베드를 미리 가열하십시오. 가열되는 동안 계속해서 프린팅물을 조정할 수 있으며, 프린팅 준비가 되면 베드가 가열 될 때까지 기다릴 필요가 없습니다." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "g-code 리더의 주의 메시지" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "로그인" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "레이어가 호환 모드로 강제 설정되어야합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- 재료 설정 및 Marketplace 플러그인 추가\n" -"- 재료 설정과 플러그인 백업 및 동기화\n" -"- Ultimaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "레이어 뷰 호환성 모드로 전환 (다시 시작해야 함)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Ultimaker 계정 무료 생성" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "닫힌 위치에서 Cura를 열어야 합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "마지막 업데이트: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "시작 시 창 위치 복원" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker 계정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "어떤 유형의 카메라 렌더링을 사용해야 합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "로그아웃" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "카메라 렌더링:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "확인 중..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "원근" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "계정 동기화됨" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "정투영" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "오류가 발생하였습니다..." +msgid "Opening and saving files" +msgstr "파일 열기 및 저장" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "보류된 업데이트 설치" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "데스크톱 또는 외부 애플리케이션의 파일을 동일한 Cura 인스턴스에서 엽니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "계정 업데이트 확인" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Cura의 단일 인스턴스 사용" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "제목 없음" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Cura의 단일 인스턴스에서 새 모델을 로드하기 전에 빌드 플레이트를 지워야 합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "선택할 항목 없음" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "모델을 단일 인스턴스로 로드하기 전에 빌드 플레이트 지우기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "온라인 문제 해결 가이드 표시" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "크기가 너무 큰 경우 모델을 빌드 볼륨에 맞게 조정해야합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "전채 화면 전환" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "큰 모델의 사이즈 수정" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "전체 화면 종료" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "단위가 밀리미터가 아닌 미터 단위 인 경우 모델이 매우 작게 나타날 수 있습니다. 이 모델을 확대할까요?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "되돌리기(&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "매우 작은 모델의 크기 조정" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "다시하기(&R)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "모델을 로드한 후에 선택해야 합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "종료(&Q)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "로드된 경우 모델 선택" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "3D 보기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "프린터 이름에 기반한 접두어가 프린팅 작업 이름에 자동으로 추가되어야합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "앞에서 보기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "작업 이름에 기기 접두어 추가" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "위에서 보기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "프로젝트 파일을 저장할 때 요약이 표시되어야합니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "하단 뷰" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "프로젝트 저장시 요약 대화 상자 표시" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "왼쪽에서 보기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "프로젝트 파일을 열 때 기본 동작" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "오른쪽에서 보기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "프로젝트 파일을 열 때 기본 동작 " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Cura 구성 ..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "항상 묻기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "프린터 추가..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "항상 프로젝트로 열기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "프린터 관리 ..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "항상 모델 가져 오기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "재료 관리..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "프로파일을 변경하고 다른 프로파일로 전환하면 수정 사항을 유지할지 여부를 묻는 대화 상자가 표시됩니다. 기본 행동을 선택하면 해당 대화 상자를 다시 표시 하지 않을 수 있습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "마켓플레이스에서 더 많은 재료 추가" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "다른 프로파일로 변경하는 경우 변경된 설정값에 대한 기본 동작 " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "현재 설정으로로 프로파일 업데이트" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "항상 변경된 설정 삭제" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "현재 변경 사항 무시" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "항상 변경된 설정을 새 프로파일로 전송" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "현재 설정으로 프로파일 생성..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "보안" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "프로파일 관리..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "프린터에 대한 익명의 데이터를 Ultimaker로 보낼까요? 모델, IP 주소 또는 기타 개인 식별 정보는 전송되거나 저장되지 않습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "온라인 문서 표시" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(익명) 프린터 정보 보내기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "버그 리포트" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "업데이트" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "새로운 기능" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Cura가 프로그램이 시작될 때 업데이트를 확인할까요?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "소개..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "시작시 업데이트 확인" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "선택 항목 삭제" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "업데이트 사항을 확인할 때 안정적인 릴리즈만 확인하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "선택 항목 가운데 정렬" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "안정적인 릴리즈만 해당" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "선택 항목 복제" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "업데이트 사항을 확인할 때 안정적인 베타 릴리즈를 확인하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "모델 삭제" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "안정적인 베타 릴리즈" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "플랫폼중심에 모델 위치하기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Cura가 시작될 때마다 새로운 플러그인을 자동 확인해야 합니까? 사용 안 함으로 설정하지 않는 것이 좋습니다!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "모델 그룹화" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "플러그인 업데이트 알림 받기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "모델 그룹 해제" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "IP 주소로 프린터 추가" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "모델 합치기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "프린터의 IP 주소를 입력하십시오." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "모델 복제..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "추가" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "모든 모델 선택" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "장치에 연결할 수 없습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "빌드 플레이트 지우기" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Ultimaker 프린터로 연결할 수 없습니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "모든 모델 다시 로드" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "이 주소의 프린터가 아직 응답하지 않았습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "모든 모델을 모든 빌드 플레이트에 정렬" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "알 수 없는 프린터이거나 그룹의 호스트가 아니기 때문에 이 프린터를 추가할 수 없습니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "모든 모델 정렬" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "연결" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "선택한 모델 정렬" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "릴리즈 노트" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "모든 모델의 위치 재설정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "사용자 계약" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "모든 모델의 변환 재설정" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "동의" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "파일 열기..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "거절 및 닫기" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "새로운 프로젝트..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "새로운 기능" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "설정 폴더 표시" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "다음 것" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "설정 보기..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "클라우드 프린터 추가" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&시장" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "클라우드 응답 대기" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "영향을 미치는 모든 설정이 무효화되기 때문에 이 설정을 사용하지 않습니다." +msgid "No printers found in your account?" +msgstr "사용자의 계정에 프린터가 없습니까?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "영향" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "사용자의 계정에 있는 다음 프린터를 Cura에 추가하였습니다:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "영향을 받다" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "수동으로 프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "재료 설정 및 Marketplace 플러그인 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "재료 설정과 플러그인 백업 및 동기화" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Ultimaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "건너뛰기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Ultimaker 계정 무료 생성" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "이 설정은 항상 모든 익스트루더 사이에 공유됩니다. 여기서 변경하면 모든 익스트루더에 대한 값이 변경됩니다." +msgid "Welcome to Ultimaker Cura" +msgstr "Ultimaker Cura에 오신 것을 환영합니다" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "Ultimaker Cura를 설정하려면 다음 단계로 이동하세요. 오래 걸리지 않습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "시작하기" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "이 설정은 충돌하는 압출기별 값으로 결정됩니다:" +msgid "Empty" +msgstr "비어 있음" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"이 설정에는 프로파일과 다른 값이 있습니다.\n" -"\n" -"프로파일 값을 복원하려면 클릭하십시오." +msgid "Manufacturer" +msgstr "제조업체" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"이 설정은 일반적으로 계산되지만 현재는 절대 값이 설정되어 있습니다.\n" -"\n" -"계산 된 값을 복원하려면 클릭하십시오." +msgid "Profile author" +msgstr "프로파일 원작자" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "프린터 이름" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "프린터의 이름을 설정하십시오" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "네트워크 프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "비 네트워크 프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "네트워크에서 검색된 프린터가 없습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "새로고침" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "IP로 프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "클라우드 프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "문제 해결" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Ultimaker Cura를 개선하는 데 도움을 주십시오" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura는 인쇄 품질과 사용자 경험을 개선하기 위해 다음과 같은 익명 데이터를 수집합니다:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "기기 유형" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "재료 사용" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "슬라이드 수" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "인쇄 설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Ultimaker Cura가 수집하는 데이터에는 개인 정보가 포함되어 있지 않습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "추가 정보" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "개체 목록" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "지원으로 프린팅됩니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "이 모델과 중복되는 다른 모델은 수정됩니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "이 모델과 중복되는 내부채움은 수정됩니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "이 모델과의 중복은 지원되지 않습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "%1 설정을 덮어씁니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "연결된 프린터" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "프린터 사전 설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "클라우드 프린터가 오프라인 상태입니다. 프린터가 켜져 있고 인터넷과 연결되어 있는지 확인하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "해당 프린터가 사용자의 계정에 연결되어 있지 않습니다. Ultimaker Digital Factory에 방문하여 연결을 설정하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "현재 클라우드 연결을 사용할 수 없습니다. 클라우드 프린터에 연결하려면 로그인하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "현재 클라우드 연결을 사용할 수 없습니다. 사용자의 인터넷 연결을 확인하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "프린터 추가" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "프린터 관리" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "제목 없음" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "프린터에 연결되지 않음" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "프린터가 명령을 받아들이지 않습니다" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "유지 보수 중. 프린터를 확인하십시오" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "프린터와의 연결이 끊어졌습니다" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "프린팅..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "일시 중지됨" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "준비 중..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "프린트물을 제거하십시오" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "프린팅 중단" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "프린팅를 중단 하시겠습니까?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"일부 숨겨진 설정은 일반적인 계산 값과 다른 값을 사용합니다.\n" +"\n" +"이 설정을 표시하려면 클릭하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "검색 설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "모든 익스트루더에 값 복사" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "변경된 사항을 모든 익스트루더에 복사" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "이 설정 숨기기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "이 설정을 표시하지 않음" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "이 설정을 계속 표시하십시오" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "설정 보기..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "영향을 미치는 모든 설정이 무효화되기 때문에 이 설정을 사용하지 않습니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "영향" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "영향을 받다" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "이 설정은 항상 모든 익스트루더 사이에 공유됩니다. 여기서 변경하면 모든 익스트루더에 대한 값이 변경됩니다." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "이 설정은 충돌하는 압출기별 값으로 결정됩니다:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"이 설정에는 프로파일과 다른 값이 있습니다.\n" +"\n" +"프로파일 값을 복원하려면 클릭하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"이 설정은 일반적으로 계산되지만 현재는 절대 값이 설정되어 있습니다.\n" +"\n" +"계산 된 값을 복원하려면 클릭하십시오." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "활성화된 프린트" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "작업 이름" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "프린팅 시간" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "예상 남은 시간" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "전채 화면 전환" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "전체 화면 종료" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "되돌리기(&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "다시하기(&R)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "종료(&Q)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "3D 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "앞에서 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "위에서 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "하단 뷰" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "왼쪽에서 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "오른쪽에서 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Cura 구성 ..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "프린터 추가..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "프린터 관리 ..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "재료 관리..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "현재 설정으로로 프로파일 업데이트" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "현재 변경 사항 무시" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "현재 설정으로 프로파일 생성..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "프로파일 관리..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "온라인 문서 표시" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "버그 리포트" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "새로운 기능" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "소개..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "선택 항목 삭제" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "선택 항목 가운데 정렬" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "선택 항목 복제" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "모델 삭제" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "플랫폼중심에 모델 위치하기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "모델 그룹화" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "모델 그룹 해제" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "모델 합치기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "모델 복제..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "모든 모델 선택" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "빌드 플레이트 지우기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "모든 모델 다시 로드" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "모든 모델 정렬" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "선택한 모델 정렬" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "모든 모델의 위치 재설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "모든 모델의 변환 재설정" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "파일 열기..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "새로운 프로젝트..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "설정 폴더 표시" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3D 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "앞에서 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "위에서 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "왼쪽 보기" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "오른쪽 보기" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Cura에서 준비 단계 제공." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "준비 단계" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Cura 프로파일 내보내기 지원을 제공합니다." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Cura 프로파일 작성자" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "모델 파일 읽기 기능을 제공합니다." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh 리더" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "펌웨어 업데이트를 확인합니다." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "펌웨어 업데이트 검사기" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "충돌을 보고하는 리포터가 사용할 수 있도록 특정 이벤트를 기록합니다" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "보초 로거" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Cura에서 모니터 단계 제공." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "모니터 단계" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "이동식 드라이브를 제공합니다." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "이동식 드라이브 출력 장치 플러그인" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "AMF 파일 읽기가 지원됩니다." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMF 리더" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Ultimaker 포맷 패키지 읽기를 지원합니다." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP 리더기" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "디지털 라이브러리와 연결하여 Cura에서 디지털 라이브러리를 통해 파일을 열고 저장할 수 있도록 합니다." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker 디지털 라이브러리" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "모델 별 설정을 제공합니다." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "모델 별 설정 도구" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "펌웨어 업데이트를 위한 기계 동작을 제공합니다." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "펌웨어 업데이터" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Ultimaker 네트워크 연결 프린터에 대한 네트워크 연결을 관리합니다." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker 네트워크 연결" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "가능한 프린팅 문제를 위해 모델 및 인쇄 구성을 확인하고 제안합니다." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "모델 검사기" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "시뮬레이션 뷰" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "G Code를 파일에 씁니다." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "GCode 작성자" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "3MF 파일 작성 지원을 제공합니다." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MF 기록기" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "압축 된 아카이브로 부터 g-code를 읽습니다." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "압축 된 G 코드 리더기" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "XML 기반 재료 프로파일을 읽고 쓸 수있는 기능을 제공합니다." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "재료 프로파일" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "CuraEngine 슬라이스 백엔드 링크를 제공합니다." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine 백엔드" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "X3D 파일을 읽을 수 있도록 지원합니다." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3D 리더" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "2D 이미지 파일에서 프린팅 가능한 지오메트리를 생성 할 수 있습니다." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "이미지 리더" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "3MF 파일 읽기 지원." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MF 리더" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Ultimaker 포맷 패키지 작성을 지원합니다." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UFP 작성자" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "레거시 Cura 버전에서 프로파일 가져 오기를 지원합니다." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "레거시 Cura 프로파일 리더" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Cura 4.3에서 Cura 4.4로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "4.3에서 4.4로 버전 업그레이드" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Cura 2.1에서 Cura 2.2로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "2.1에서 2.2로 버전 업그레이드" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Cura 4.1에서 Cura 4.2로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "4.1에서 4.2로 버전 업그레이드" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Cura 4.5에서 Cura 4.6으로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "4.5에서 4.6으로 버전 업그레이드" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Cura 3.3에서 Cura 3.4로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "버전 업그레이드 3.3에서 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Cura 4.8에서 Cura 4.9로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "4.8에서 4.9로 버전 업그레이드" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Cura 2.7에서 Cura 3.0으로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "2.7에서 3.0으로 버전 업그레이드" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Cura 4.4에서 Cura 4.5로 구성을 업그레이드합니다." + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "4.4에서 4.5로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "검색 설정" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Cura 3.0에서 Cura 3.1로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "모든 익스트루더에 값 복사" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "3.0에서 3.1로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "변경된 사항을 모든 익스트루더에 복사" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Cura 4.6.0에서 Cura 4.6.2로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "이 설정 숨기기" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "4.6.0에서 4.6.2로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "이 설정을 표시하지 않음" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Cura 2.6에서 Cura 2.7로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "이 설정을 계속 표시하십시오" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "2.6에서 2.7으로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"일부 숨겨진 설정은 일반적인 계산 값과 다른 값을 사용합니다.\n" -"\n" -"이 설정을 표시하려면 클릭하십시오." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Cura 4.2에서 Cura 4.3으로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "다시 시작한 후에 이 패키지가 설치됩니다." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "4.2에서 4.3로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "설정" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Cura 4.0에서 Cura 4.1로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "%1 닫기" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "버전 업그레이드 4.0에서 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "%1을(를) 정말로 종료하시겠습니까?" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Cura 4.6.2에서 Cura 4.7로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "패키지 설치" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "4.6.2에서 4.7로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "파일 열기" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Cura 4.9에서 Cura 4.10으로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "선택한 파일 내에 하나 이상의 G-코드 파일이 있습니다. 한 번에 하나의 G-코드 파일 만 열 수 있습니다. G-코드 파일을 열려면 하나만 선택하십시오." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "4.9에서 4.10으로 버전 업그레이드" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "프린터 추가" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Cura 2.2에서 Cura 2.4로 구성을 업그레이드합니다." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "새로운 기능" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "2.2에서 2.4로 버전 업그레이드" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "모델 별 설정을 제공합니다." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Cura 3.2에서 Cura 3.3으로 구성을 업그레이드합니다." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "모델 별 설정 도구" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "3.2에서 3.3으로 버전 업그레이드" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Cura 프로파일 가져 오기 지원을 제공합니다." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Cura 2.5에서 Cura 2.6으로 구성을 업그레이드합니다." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura 프로파일 리더" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "2.5에서 2.6으로 버전 업그레이드" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "X3D 파일을 읽을 수 있도록 지원합니다." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Cura 3.5에서 Cura 4.0으로 구성을 업그레이드합니다." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D 리더" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "버전 업그레이드 3.5에서 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "구성을 백업하고 복원합니다." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Cura 3.4에서 Cura 3.5로 구성을 업그레이드합니다." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura 백업" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "3.4에서 3.5로 버전 업그레이드" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "기계 설정 (예 : 빌드 볼륨, 노즐 크기 등)을 변경하는 방법을 제공합니다." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Cura 4.7에서 Cura 4.8로 구성을 업그레이드합니다." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "컴퓨터 설정 작업" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "4.7에서 4.8로 버전 업그레이드" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "특정 장소에서 서포트 프린팅을 막는 지우개 메쉬(eraser mesh)를 만듭니다" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Cura 4.11에서 Cura 4.12로 구성을 업그레이드합니다." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Support Eraser" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "4.11에서 4.12로 버전 업그레이드" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "이동식 드라이브를 제공합니다." +msgid "Backup and restore your configuration." +msgstr "구성을 백업하고 복원합니다." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "이동식 드라이브 출력 장치 플러그인" +msgid "Cura Backups" +msgstr "Cura 백업" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "펌웨어 업데이트를 위한 기계 동작을 제공합니다." +msgid "Provides support for importing Cura profiles." +msgstr "Cura 프로파일 가져 오기 지원을 제공합니다." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "펌웨어 업데이터" +msgid "Cura Profile Reader" +msgstr "Cura 프로파일 리더" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "레거시 Cura 버전에서 프로파일 가져 오기를 지원합니다." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "익명의 슬라이스 정보를 제출하십시오. 환경 설정을 통해 비활성화 할 수 있습니다." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "레거시 Cura 프로파일 리더" +msgid "Slice info" +msgstr "슬라이스 정보" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "3MF 파일 읽기 지원." +msgid "Provides support for importing profiles from g-code files." +msgstr "G-코드 파일에서 프로파일 가져 오기를 지원합니다." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF 리더" +msgid "G-code Profile Reader" +msgstr "GCode 프로파일 리더기" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Ultimaker 포맷 패키지 작성을 지원합니다." +msgid "Writes g-code to a compressed archive." +msgstr "압축 된 아카이브에 g-code를 씁니다." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFP 작성자" +msgid "Compressed G-code Writer" +msgstr "압축 된 G 코드 작성기" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "충돌을 보고하는 리포터가 사용할 수 있도록 특정 이벤트를 기록합니다" +msgid "Extension that allows for user created scripts for post processing" +msgstr "후처리를 위해 사용자가 만든 스크립트를 허용하는 확장 프로그램" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "보초 로거" +msgid "Post Processing" +msgstr "후처리" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "G-코드 파일에서 프로파일 가져 오기를 지원합니다." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "특정 장소에서 서포트 프린팅을 막는 지우개 메쉬(eraser mesh)를 만듭니다" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "GCode 프로파일 리더기" +msgid "Support Eraser" +msgstr "Support Eraser" #: PreviewStage/plugin.json msgctxt "description" @@ -5881,55 +6466,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "엑스레이 뷰" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "CuraEngine 슬라이스 백엔드 링크를 제공합니다." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Ultimaker 기계에 대한 기계 작동 제공(예 : 침대 수평 조정 마법사, 업그레이드 선택 등)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine 백엔드" +msgid "Ultimaker machine actions" +msgstr "Ultimaker 기기 동작" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "AMF 파일 읽기가 지원됩니다." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF 리더" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "압축 된 아카이브로 부터 g-code를 읽습니다." +msgid "Provides a normal solid mesh view." +msgstr "일반 솔리드 메쉬보기를 제공합니다." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "압축 된 G 코드 리더기" +msgid "Solid View" +msgstr "솔리드 뷰" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "후처리를 위해 사용자가 만든 스크립트를 허용하는 확장 프로그램" +msgid "Allows loading and displaying G-code files." +msgstr "G-코드 파일을 로드하고 표시 할 수 있습니다." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "후처리" +msgid "G-code Reader" +msgstr "G-코드 리더" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Cura 프로파일 내보내기 지원을 제공합니다." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "기계 설정 (예 : 빌드 볼륨, 노즐 크기 등)을 변경하는 방법을 제공합니다." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura 프로파일 작성자" +msgid "Machine Settings Action" +msgstr "컴퓨터 설정 작업" #: USBPrinting/plugin.json msgctxt "description" @@ -5941,415 +6526,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB 프린팅" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Cura에서 준비 단계 제공." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "재료를 프린터와 동기화" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "준비 단계" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "변경 사항이 적용되기 전에 {}을(를) 멈추고 다시 시작해야 합니다." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "G-코드 파일을 로드하고 표시 할 수 있습니다." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "동기화 중..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-코드 리더" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Ultimaker 계정에서 변경 사항이 감지되었습니다" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "2D 이미지 파일에서 프린팅 가능한 지오메트리를 생성 할 수 있습니다." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "귀하의 계정으로 재료와 소프트웨어 패키지를 동기화하시겠습니까?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "이미지 리더" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "동기화" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Ultimaker 기계에 대한 기계 작동 제공(예 : 침대 수평 조정 마법사, 업그레이드 선택 등)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "계정에서 거절 및 제거" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker 기기 동작" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{}개의 플러그인을 다운로드하지 못했습니다" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "압축 된 아카이브에 g-code를 씁니다." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "플러그인 사용 계약" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "압축 된 G 코드 작성기" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "이미지 변환 ..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "펌웨어 업데이트를 확인합니다." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "빌드 플레이트의 폭 (밀리미터)." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "펌웨어 업데이트 검사기" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "시장" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "익명의 슬라이스 정보를 제출하십시오. 환경 설정을 통해 비활성화 할 수 있습니다." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "패키지의 변경 사항이 적용되기 전에 Cura를 다시 시작해야 합니다." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "슬라이스 정보" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "설치" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "XML 기반 재료 프로파일을 읽고 쓸 수있는 기능을 제공합니다." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "설치됨" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "재료 프로파일" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "프리미엄" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "디지털 라이브러리와 연결하여 Cura에서 디지털 라이브러리를 통해 파일을 열고 저장할 수 있도록 합니다." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "웹 마켓플레이스로 이동" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker 디지털 라이브러리" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "재료 검색" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "새 Cura 패키지를 찾고, 관리하고 설치하십시오." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "호환성" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "도구 상자" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "기기" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "G Code를 파일에 씁니다." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "빌드 플레이트" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "GCode 작성자" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "서포트" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "시뮬레이션 뷰를 제공합니다." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "품질" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "시뮬레이션 뷰" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "기술 데이터 시트" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Cura 4.5에서 Cura 4.6으로 구성을 업그레이드합니다." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "안전 데이터 시트" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "4.5에서 4.6으로 버전 업그레이드" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "인쇄 가이드라인" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Cura 2.5에서 Cura 2.6으로 구성을 업그레이드합니다." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "웹 사이트" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "2.5에서 2.6으로 버전 업그레이드" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "설치 또는 업데이트에 로그인 필요" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Cura 4.6.0에서 Cura 4.6.2로 구성을 업그레이드합니다." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "재료 스플 구입" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "4.6.0에서 4.6.2로 버전 업그레이드" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "업데이트" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Cura 4.7에서 Cura 4.8로 구성을 업그레이드합니다." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "업데이트 중" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "4.7에서 4.8로 버전 업그레이드" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "업데이트됨" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Cura 3.4에서 Cura 3.5로 구성을 업그레이드합니다." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "뒤로" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "3.4에서 3.5로 버전 업그레이드" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "플러그인" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Cura 2.1에서 Cura 2.2로 구성을 업그레이드합니다." +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "설치됨" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "다시 시작 시 설치 예정" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "업데이트에 로그인 필요" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "다운그레이드" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "설치 제거" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "2.1에서 2.2로 버전 업그레이드" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "커뮤니티 기여" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Cura 3.2에서 Cura 3.3으로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "커뮤니티 플러그인" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "3.2에서 3.3으로 버전 업그레이드" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "일반 재료" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Cura 4.8에서 Cura 4.9로 구성을 업그레이드합니다." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "패키지 가져오는 중..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "4.8에서 4.9로 버전 업그레이드" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "웹 사이트" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Cura 4.6.2에서 Cura 4.7로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "이메일" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "4.6.2에서 4.7로 버전 업그레이드" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Ultimaker Cura Enterprise용으로 검증된 플러그인 및 재료를 받으려면 로그인하십시오" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Cura 4.2에서 Cura 4.3으로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "버전" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "4.2에서 4.3로 버전 업그레이드" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "마지막으로 업데이트한 날짜" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Cura 4.3에서 Cura 4.4로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "다운로드" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "4.3에서 4.4로 버전 업그레이드" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "설치된 플러그인" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Cura 4.9에서 Cura 4.10으로 구성을 업그레이드합니다." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "설치된 플러그인이 없습니다." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "4.9에서 4.10으로 버전 업그레이드" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "설치된 재료" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Cura 2.7에서 Cura 3.0으로 구성을 업그레이드합니다." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "설치된 재료가 없습니다." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "2.7에서 3.0으로 버전 업그레이드" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "번들 플러그인" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Cura 2.6에서 Cura 2.7로 구성을 업그레이드합니다." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "번들 재료" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "2.6에서 2.7으로 버전 업그레이드" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Cura 패키지 데이터베이스에 연결할 수 없습니다. 연결을 확인하십시오." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Cura 4.11에서 Cura 4.12로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "패키지를 설치하려면 라이선스를 수락해야 합니다" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "4.11에서 4.12로 버전 업그레이드" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "계정의 변경 사항" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Cura 3.3에서 Cura 3.4로 구성을 업그레이드합니다." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "취소" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "버전 업그레이드 3.3에서 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "다음 패키지가 추가됩니다:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Cura 3.0에서 Cura 3.1로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "호환되지 않는 Cura 버전이기 때문에 다음 패키지를 설치할 수 없습니다:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "3.0에서 3.1로 버전 업그레이드" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "제거 확인" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Cura 4.0에서 Cura 4.1로 구성을 업그레이드합니다." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "아직 사용 중인 재료 및/또는 프로파일을 제거합니다. 확인하면 다음 재료/프로파일이 기본값으로 재설정됩니다." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "버전 업그레이드 4.0에서 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "재료" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Cura 4.4에서 Cura 4.5로 구성을 업그레이드합니다." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "프로파일" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "4.4에서 4.5로 버전 업그레이드" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "확인" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Cura 2.2에서 Cura 2.4로 구성을 업그레이드합니다." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "이 출력물에는 문제가있을 수 있습니다. 조정을 위한 도움말을 보려면 클릭하십시오." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "2.2에서 2.4로 버전 업그레이드" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "평면 개체 처리를 위한 지원 라이브러리" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Cura 4.1에서 Cura 4.2로 구성을 업그레이드합니다." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "일부 프로파일 설정을 사용자 정의했습니다.\n" +#~ "프로파일 전환 후에도 변경된 설정을 유지하시겠습니까?\n" +#~ "또는 변경 사항을 버리고 '%1'에서 기본값을 로드할 수 있습니다." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "4.1에서 4.2로 버전 업그레이드" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "빌드 플레이트(&B)" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Cura 3.5에서 Cura 4.0으로 구성을 업그레이드합니다." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "생성" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "버전 업그레이드 3.5에서 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "복제" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Ultimaker 네트워크 연결 프린터에 대한 네트워크 연결을 관리합니다." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "프린터: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker 네트워크 연결" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "현재 설정 / 재정의 프로파일 업데이트" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "모델 파일 읽기 기능을 제공합니다." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "테마:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh 리더" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "이러한 변경 사항을 적용하려면 응용 프로그램을 다시 시작해야합니다." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Ultimaker 포맷 패키지 읽기를 지원합니다." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "추가 정보" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP 리더기" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "생성" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "일반 솔리드 메쉬보기를 제공합니다." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "프린터와 동기화" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "솔리드 뷰" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "프린터" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "3MF 파일 작성 지원을 제공합니다." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "단위" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MF 기록기" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "온라인 문제 해결 가이드 표시" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Cura에서 모니터 단계 제공." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "마켓플레이스에서 더 많은 재료 추가" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "모니터 단계" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "모든 모델을 모든 빌드 플레이트에 정렬" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "가능한 프린팅 문제를 위해 모델 및 인쇄 구성을 확인하고 제안합니다." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&시장" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "모델 검사기" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "새 Cura 패키지를 찾고, 관리하고 설치하십시오." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "도구 상자" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "시뮬레이션 뷰를 제공합니다." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/ko_KR/fdmextruder.def.json.po b/resources/i18n/ko_KR/fdmextruder.def.json.po index 9850f464de..81b05d67d4 100644 --- a/resources/i18n/ko_KR/fdmextruder.def.json.po +++ b/resources/i18n/ko_KR/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:01+0200\n" "Last-Translator: Korean \n" "Language-Team: Jinbum Kim , Korean \n" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index e1001c29e8..d42a5289ce 100644 --- a/resources/i18n/ko_KR/fdmprinter.def.json.po +++ b/resources/i18n/ko_KR/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:02+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Korean , Jinbum Kim , Korean \n" @@ -57,7 +57,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "시작과 동시에형실행될 G 코드 명령어 \n." +msgstr "" +"시작과 동시에형실행될 G 코드 명령어 \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -69,7 +71,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "맨 마지막에 실행될 G 코드 명령 \n." +msgstr "" +"맨 마지막에 실행될 G 코드 명령 \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -463,8 +467,8 @@ msgstr "머신 헤드 및 팬 폴리곤" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "프린트 헤드의 2D 실루엣 (팬 뚜껑 포함)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -736,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "피더에서 재료를 구동시키는 휠의 지름." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -956,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "벽의 수. 벽 두께로 계산할 때 이 값은 반올림됩니다." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -987,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "수축 및 이동 거리를 줄이도록 벽이 인쇄되는 순서를 최적화합니다. 대부분의 부품은 이 기능을 사용하면 도움이 되지만 실제로는 시간이 오래 걸릴 수 있으므로, 최적화 여부와 관계없이 인쇄 시간을 비교하십시오. 빌드 플레이트 접착 유형을 Brim으로 선택하는 경우 첫 번째 층이 최적화되지 않습니다." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "내벽 앞부분 바깥 쪽" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "활성화 되었을 때 외부에서 내부로 벽을 프린팅합니다. 이것은 ABS와 같은 고점도 플라스틱을 사용할 때 X와 Y의 치수 정확도를 향상시키는 데 도움이 됩니다. 그러나 특히 오버행의 경우 표면 프린팅 품질을 떨어 뜨릴 수 있습니다." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1007,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "다른 모든 레이어에 여분의 벽을 프린팅합니다. 이렇게하면 내부채움이 여분의 벽 사이에 끼어 더 강하게 프린팅됩니다." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "벽 겹침 보정" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "이미 벽이있는 곳에 프린팅중인 벽의 부분에 대한 흐름을 보정하십시오." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "외벽 겹침 보정" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "이미 벽이있는 곳에 프린팅되는 외벽 부분에 대한 흐름을 보정합니다." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "내부 벽 겹침 보정" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "이미 벽이있는 곳에 프린팅되는 내부 벽 부분에 대한 흐름을 보정하십시오." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "최소 압출량" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "벽 라인에 대한 최소 허용 백분율 흐름 벽 오버랩 보상이 기존 벽과 가까울 때 벽의 흐름을 줄입니다. 흐름이 이 값보다 작은 벽은 이동으로 대체됩니다. 이 설정을 사용하는 경우 벽 오버랩 보상을 사용하고 내벽 전에 외벽을 인쇄해야 합니다." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "리트렉션 선호" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "이 옵션을 사용하면 흐름이 최소 흐름 임계 값보다 낮은 벽을 교체하는 이동에 대해 빗질 대신에 리트렉션을 사용합니다." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "벽 사이의 간격 채우기" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "벽이 딱 맞지 않는 벽 사이의 간격을 채웁니다." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "아무데도" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "얇은 벽 프린팅" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "어디에나" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "노즐 크기보다 수평으로 더 얇은 모델 조각을 프린팅하십시오." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "매우 작은 간격 차단" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "매우 작은 간격을 차단하여 모델 외부의 얼룩을 줄입니다." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "얇은 벽 프린팅" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "노즐 크기보다 수평으로 더 얇은 모델 조각을 프린팅하십시오." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1729,8 +1793,7 @@ msgstr "내부채움 패턴" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "프린트 내부채움 재료의 패턴입니다. 선형과 지그재그형 내부채움이 서로 다른 레이어에서 방향을 바꾸므로 재료비가 절감됩니다. 격자, 삼각형, 트라이 헥사곤 (tri-hexagon), 큐빅, 옥텟 (octet), 쿼터 큐빅, 크로스, 동심원 패턴이 레이어마다 완전히 프린트됩니다." -" 자이로이드 (Gyroid), 큐빅, 쿼터 큐빅, 옥텟 (octet) 내부채움이 레이어마다 변경되므로 각 방향으로 힘이 더 균등하게 분산됩니다. 라이트닝 내부채움이 객체의 천장만 서포트하여 내부채움을 최소화합니다." +msgstr "프린트 내부채움 재료의 패턴입니다. 선형과 지그재그형 내부채움이 서로 다른 레이어에서 방향을 바꾸므로 재료비가 절감됩니다. 격자, 삼각형, 트라이 헥사곤 (tri-hexagon), 큐빅, 옥텟 (octet), 쿼터 큐빅, 크로스, 동심원 패턴이 레이어마다 완전히 프린트됩니다. 자이로이드 (Gyroid), 큐빅, 쿼터 큐빅, 옥텟 (octet) 내부채움이 레이어마다 변경되므로 각 방향으로 힘이 더 균등하게 분산됩니다. 라이트닝 내부채움이 객체의 천장만 서포트하여 내부채움을 최소화합니다." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2196,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "냉각됨에 따라 재료 수축을 보상하기 위해 모델이 이 배율로 확장됩니다." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2707,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "처음 몇 개의 레이어는 모델의 나머지 부분보다 느리게 프린팅되어 빌드 플레이트에 대한보다 나은 접착력을 얻고 출력물의 전체 성공률을 향상시킵니다. 속도는 이 층 위로 점진적으로 증가합니다." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "필라멘트 흐름 균일화" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "일반 라인보다 얇게 프린팅하여 초당 압출되는 재료의 양이 동일하게 유지되도록 하십시오. 모델의 얇은 부분에는 설정에서 제공 한 것보다 작은 선 너비로 선이 프린팅되어야 할 수 있습니다. 이 설정은 이러한 선의 속도 변경을 제어합니다." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "압출량 균등화를위한 최대 속도" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "흐름을 균등하게 유지하기위해 조정되는 최대 프린팅 속도." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4461,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "스커트 / 브림 / 래프트 프린팅에 사용하는 익스트루더. 이것은 다중 압출에 사용됩니다." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4625,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "상단 래프트 레이어에 대한 래프트 사이의 거리. 간격은 선 너비와 동일해야 표면이 단색입니다." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5125,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "최대 해상도 설정에 대한 해상도를 낮추면 최대 편차를 사용할 수 있습니다. 최대 편차를 높이면 프린트의 정확도는 감소하지만, G 코드도 감소합니다. 최대 편차는 최대 해상도의 한계이며, 따라서 두 항목이 충돌하면 항상 최대 편차가 우선합니다." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6417,6 +6550,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "첫 번째 레이어의 소형 피처는 정상적인 프린트 속도의 이 비율로 프린팅됩니다. 프린트 속도가 느리면 부착과 정확도가 개선됩니다." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6477,6 +6640,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "파일로부터 로드 하는 경유, 모델에 적용될 변환 행렬입니다." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "프린트 헤드의 2D 실루엣 (팬 뚜껑 포함)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "내벽 앞부분 바깥 쪽" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "활성화 되었을 때 외부에서 내부로 벽을 프린팅합니다. 이것은 ABS와 같은 고점도 플라스틱을 사용할 때 X와 Y의 치수 정확도를 향상시키는 데 도움이 됩니다. 그러나 특히 오버행의 경우 표면 프린팅 품질을 떨어 뜨릴 수 있습니다." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "벽 겹침 보정" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "이미 벽이있는 곳에 프린팅중인 벽의 부분에 대한 흐름을 보정하십시오." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "외벽 겹침 보정" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "이미 벽이있는 곳에 프린팅되는 외벽 부분에 대한 흐름을 보정합니다." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "내부 벽 겹침 보정" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "이미 벽이있는 곳에 프린팅되는 내부 벽 부분에 대한 흐름을 보정하십시오." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "최소 압출량" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "벽 라인에 대한 최소 허용 백분율 흐름 벽 오버랩 보상이 기존 벽과 가까울 때 벽의 흐름을 줄입니다. 흐름이 이 값보다 작은 벽은 이동으로 대체됩니다. 이 설정을 사용하는 경우 벽 오버랩 보상을 사용하고 내벽 전에 외벽을 인쇄해야 합니다." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "리트렉션 선호" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "이 옵션을 사용하면 흐름이 최소 흐름 임계 값보다 낮은 벽을 교체하는 이동에 대해 빗질 대신에 리트렉션을 사용합니다." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "벽 사이의 간격 채우기" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "벽이 딱 맞지 않는 벽 사이의 간격을 채웁니다." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "아무데도" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "어디에나" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "매우 작은 간격 차단" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "매우 작은 간격을 차단하여 모델 외부의 얼룩을 줄입니다." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "필라멘트 흐름 균일화" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "일반 라인보다 얇게 프린팅하여 초당 압출되는 재료의 양이 동일하게 유지되도록 하십시오. 모델의 얇은 부분에는 설정에서 제공 한 것보다 작은 선 너비로 선이 프린팅되어야 할 수 있습니다. 이 설정은 이러한 선의 속도 변경을 제어합니다." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "압출량 균등화를위한 최대 속도" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "흐름을 균등하게 유지하기위해 조정되는 최대 프린팅 속도." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "시작과 동시에형실행될 G 코드 명령어 \\n." diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index d630cbc53c..2a1571cb35 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-09-07 08:01+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Dutch , Dutch \n" @@ -17,3745 +17,3578 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Kan geen archief maken van gegevensmap van gebruiker: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Voorbereiden" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Back-up" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura-profiel" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Geprobeerd een Cura-back-up te herstellen zonder correcte gegevens of metadata." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Gecomprimeerde driehoeksnet openen" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Geprobeerd een Cura-back-up te herstellen van een versie die hoger is dan de huidige versie." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "De volgende fout is opgetreden bij het herstellen van een Cura-backup:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF-binair" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Synchroniseer de materiaalprofielen met uw printer voordat u gaat printen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF-ingesloten JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Nieuwe materialen geïnstalleerd" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford-driehoeksformaat" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Synchroniseer materialen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Gecomprimeerde COLLADA Digital Asset Exchange" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Geen toegang tot update-informatie." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Er zijn mogelijk nieuwe functies of foutoplossingen beschikbaar voor uw {machine_name}. Als u dit nog niet hebt gedaan, is het raadzaam om de firmware op uw printer bij te werken naar versie {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Nieuwe stabiele firmware voor %s beschikbaar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Meer informatie" +msgid "How to update" +msgstr "Instructies voor bijwerken" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Kan materiaalarchief niet opslaan op {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Controleren" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Opslaan materiaalarchief mislukt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Opslaan op verwisselbaar station" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Onbekende fout." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Opslaan op Verwisselbaar Station {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "De hoogte van het bouwvolume is verminderd wegens de waarde van de instelling “Printvolgorde”, om te voorkomen dat de rijbrug tegen geprinte modellen botst." +msgid "There are no file formats available to write with!" +msgstr "Er zijn geen bestandsindelingen beschikbaar om te schrijven!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Opslaan op Verwisselbaar Station {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Werkvolume" +msgid "Saving" +msgstr "Opslaan" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Weet u zeker dat u {0} wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Kan niet opslaan als {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Niet overschreven" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Kan geen bestandsnaam vinden tijdens het schrijven naar {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Onbekend" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Kan niet opslaan op verwisselbaar station {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Kan de onderstaande printer(s) niet verbinden omdat deze deel uitmaakt/uitmaken van een groep" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Fout" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Beschikbare netwerkprinters" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Opgeslagen op Verwisselbaar Station {0} als {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Bestand opgeslagen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Aangepaste profielen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Uitwerpen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Alle Ondersteunde Typen ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Verwisselbaar station {0} uitwerpen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Alle Bestanden (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0} is uitgeworpen. U kunt het station nu veilig verwijderen." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visueel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Hardware veilig verwijderen" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Het visuele profiel is ontworpen om visuele prototypen en modellen te printen met als doel een hoge visuele en oppervlaktekwaliteit te creëren." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Uitwerpen van {0} is niet gelukt. Mogelijk wordt het station door een ander programma gebruikt." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Waarschuwing" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Het engineeringprofiel is ontworpen om functionele prototypen en onderdelen voor eindgebruik te printen met als doel een grotere precisie en nauwere toleranties." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Verwisselbaar Station" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Ontwerp" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF-bestand" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Het ontwerpprofiel is ontworpen om initiële prototypen en conceptvalidatie te printen met als doel de printtijd aanzienlijk te verkorten." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker Format Package" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Aangepast materiaal" +msgid "Per Model Settings" +msgstr "Instellingen per Model" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Aangepast" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Instellingen per Model configureren" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Inloggen mislukt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Firmware bijwerken" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Nieuwe locatie vinden voor objecten" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura heeft materiaalprofielen gedetecteerd die nog niet op de hostprinter van groep {0} zijn geïnstalleerd." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Locatie vinden" +msgid "Sending materials to printer" +msgstr "De materialen worden naar de printer verzonden" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Kan binnen het werkvolume niet voor alle objecten een locatie vinden" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "U probeert verbinding te maken met {0}, maar deze is niet de host van een groep. U kunt de webpagina bezoeken om deze als groephost te configureren." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Kan locatie niet vinden" +msgid "Not a group host" +msgstr "Geen groephost" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Kan geen materiaalarchief maken voor synchronisatie met printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Groep configureren" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Kan het materiaalarchief niet laden voor synchronisatie met printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Printtaak verzenden" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Antwoord van Digital Factor is mogelijk beschadigd." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Printtaak naar printer aan het uploaden." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "In het antwoord van Digital Factory ontbreekt belangrijke informatie." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "Wachtrij voor afdruktaken is vol. De printer kan geen nieuwe taken accepteren." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Kan geen verbinding maken met Digital Factory voor de synchronisatie van materialen met enkele printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Wachtrij vol" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Kan geen verbinding maken met Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Machines laden..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Voorkeuren instellen..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Wacht tot de huidige taak is verzonden." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Actieve machine initialiseren ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Printfout" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Machinebeheer initialiseren ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "De printtaak is naar de printer verzonden." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Werkvolume initialiseren ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Gegevens verzonden" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Scene instellen..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"U kunt uw printer {printer_name} via de cloud verbinden.\n" +" Beheer uw printerwachtrij en controleer uw prints vanaf elke plek door uw printer te verbinden met Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Interface laden..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Bent u klaar voor printen via de cloud?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Engine initialiseren ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Aan de slag" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Meer informatie" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Er kan slechts één G-code-bestand tegelijkertijd worden geladen. Het importeren van {0} is overgeslagen" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "U probeert verbinding te maken met een printer waarop Ultimaker Connect niet wordt uitgevoerd. Werk de printer bij naar de nieuwste firmware." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Waarschuwing" +msgid "Update your printer" +msgstr "Uw printer bijwerken" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Kan geen ander bestand openen als G-code wordt geladen. Het importeren van {0} is overgeslagen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Kan de gegevens niet uploaden naar de printer." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Fout" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Overslaan" +msgid "Network error" +msgstr "Netwerkfout" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Sluiten" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Printen via netwerk" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Volgende" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Printen via netwerk" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Voltooien" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Via het netwerk verbonden" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Toevoegen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "morgen" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Annuleren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "vandaag" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Groepsnummer #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Verbinding Maken via Netwerk" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Buitenwand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Nieuwe printer gedetecteerd van uw Ultimaker-account" +msgstr[1] "Nieuwe printers gedetecteerd van uw Ultimaker-account" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Binnenwanden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Printer {name} ({model}) toevoegen vanaf uw account" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Skin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... en {0} andere" +msgstr[1] "... en {0} andere" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Vulling" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Printers toegevoegd vanuit Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Supportvulling" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Een cloudverbinding is niet beschikbaar voor een printer" +msgstr[1] "Een cloudverbinding is niet beschikbaar voor meerdere printers" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Verbindingsstructuur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Deze printer is niet gekoppeld aan de Digital Factory:" +msgstr[1] "Deze printers zijn niet gekoppeld aan de Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Supportstructuur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Skirt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Ga naar {website_link} om een verbinding tot stand te brengen" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Primepijler" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Printerconfiguraties behouden" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Beweging" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Printers verwijderen" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Intrekkingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} wordt verwijderd tot de volgende accountsynchronisatie." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Overig(e)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Bezoek {digital_factory_link} om {printer_name} permanent te verwijderen" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "De release notes konden niet worden geopend." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Weet u zeker dat u {printer_name} tijdelijk wilt verwijderen?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura kan niet worden gestart" +msgid "Remove printers?" +msgstr "Printers verwijderen?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"U staat op het punt om {0} printer uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" +"Weet u zeker dat u door wilt gaan?" +msgstr[1] "" +"U staat op het punt om {0} printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" +"Weet u zeker dat u door wilt gaan?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Oeps, Ultimaker Cura heeft een probleem gedetecteerd.

    \n" -"

    Tijdens het opstarten is een onherstelbare fout opgetreden. Deze fout is mogelijk veroorzaakt door enkele onjuiste configuratiebestanden. Het wordt aanbevolen een back-up te maken en de standaardinstelling van uw configuratie te herstellen.

    \n" -"

    Back-ups bevinden zich in de configuratiemap.

    \n" -"

    Stuur ons dit crashrapport om het probleem op te lossen.

    \n" -" " +"U staat op het punt om alle printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" +"Weet u zeker dat u door wilt gaan?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Het crashrapport naar Ultimaker verzenden" +msgid "Print via cloud" +msgstr "Printen via Cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Gedetailleerd crashrapport weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Printen via Cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Open Configuratiemap" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Verbonden via Cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Back-up maken en herstellen van configuratie" +msgid "Monitor print" +msgstr "Printen in de gaten houden" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Crashrapport" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Volg het printen in Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Onbekende foutcode bij uploaden printtaak: {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3D-modelassistent" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Er is een fatale fout opgetreden in Cura. Stuur ons het crashrapport om het probleem op te lossen

    \n" -"

    Druk op de knop \"Rapport verzenden\" om het foutenrapport automatisch naar onze servers te verzenden

    \n" -" " +"

    Een of meer 3D-modellen worden mogelijk niet optimaal geprint vanwege het modelformaat en de materiaalconfiguratie:

    \n" +"

    {model_names}

    \n" +"

    Ontdek hoe u de best mogelijke printkwaliteit en betrouwbaarheid verkrijgt.

    \n" +"

    Handleiding printkwaliteit bekijken

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Systeeminformatie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Als Draadprinten is ingeschakeld, geeft Cura lagen niet goed weer." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Onbekend" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Simulatieweergave" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura-versie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Er wordt niets weergegeven omdat u eerst moet slicen." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Taal van Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Geen lagen om weer te geven" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Taal van besturingssysteem" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Dit bericht niet meer weergeven" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Platform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Laagweergave" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter ondersteunt geen non-tekstmodus." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt version" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Bereid voorafgaand aan het exporteren G-code voor." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-code-bestand" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Nog niet geïnitialiseerd
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Fout bij het schrijven van het 3mf-bestand." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL-versie: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "3MF-schrijverplug-in is beschadigd." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL-leverancier: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Er is nog geen werkruimte om te schrijven. Voeg eerst een printer toe." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL-renderer: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Geen bevoegdheid om de werkruimte hier te schrijven." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Traceback van fout" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "Het besturingssysteem staat niet toe dat u een projectbestand opslaat op deze locatie of met deze bestandsnaam." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Logboeken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF-bestand" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Rapport verzenden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura-project 3MF-bestand" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Er kan geen nieuw aanmeldingsproces worden gestart. Controleer of een andere aanmeldingspoging nog actief is." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Gecomprimeerd G-code-bestand" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Kan de Ultimaker-accountserver niet bereiken." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Slicen is mislukt door een onverwachte fout. Overweeg om de fout te melden via onze issue tracker." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Slicen mislukt" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Een fout melden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Meld een fout via de issue tracker van Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Met het huidige materiaal is slicen niet mogelijk, omdat het materiaal niet compatibel is met de geselecteerde machine of configuratie." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Aanmelden mislukt" +msgid "Unable to slice" +msgstr "Kan niet slicen" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "De opgegeven status is niet juist." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Met de huidige instellingen is slicing niet mogelijk. De volgende instellingen bevatten fouten: {0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Time-out tijdens verificatie bij de accountserver." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Slicing is niet mogelijk vanwege enkele instellingen per model. De volgende instellingen bevatten fouten voor een of meer modellen: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Slicen is niet mogelijk omdat de terugduwpijler of terugduwpositie(s) ongeldig zijn." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Er heeft een onverwachte gebeurtenis plaatsgevonden bij het aanmelden. Probeer het opnieuw." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Slicen is niet mogelijk omdat er objecten gekoppeld zijn aan uitgeschakelde Extruder %s." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Kan het antwoord niet lezen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Controleer de instellingen en zorg ervoor dat uw modellen:\n" +"- binnen het werkvolume passen\n" +"- zijn toegewezen aan een ingeschakelde extruder\n" +"- niet allemaal zijn ingesteld als modificatierasters" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Objecten verveelvoudigen en plaatsen" +msgid "Processing Layers" +msgstr "Lagen verwerken" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Objecten plaatsen" +msgid "Information" +msgstr "Informatie" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Object plaatsen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D-bestand" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Niet ondersteund" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG-afbeelding" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG-afbeelding" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG-afbeelding" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP-afbeelding" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF-afbeelding" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Nozzle" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "De instellingen zijn gewijzigd zodat deze overeenkomen met de huidige beschikbaarheid van extruders:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "De instellingen zijn bijgewerkt" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extruder(s) uitgeschakeld" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Het Bestand Bestaat Al" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Het bestand {0} bestaat al. Weet u zeker dat u dit bestand wilt overschrijven?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Ongeldige bestands-URL:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Kan het profiel niet exporteren als {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Kan het profiel niet exporteren als {0}: Plug-in voor de schrijver heeft een fout gerapporteerd." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Het profiel is geëxporteerd als {0}" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Projectbestand {0} bevat een onbekend type machine {1}. Kan de machine niet importeren. In plaats daarvan worden er modellen geïmporteerd." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "De export is voltooid" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Kan het profiel niet importeren uit {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Kan het profiel niet importeren uit {0} voordat een printer toegevoegd is." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Er is geen aangepast profiel om in het bestand {0} te importeren" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Kan het profiel niet importeren uit {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Dit profiel {0} bevat incorrecte gegevens. Kan het profiel niet importeren." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Kan het profiel niet importeren uit {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Het profiel {0} is geïmporteerd." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Het bestand {0} bevat geen geldig profiel." +msgid "Open Project File" +msgstr "Projectbestand Openen" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Het profiel {0} heeft een onbekend bestandstype of is beschadigd." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Aangepast profiel" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Er ontbreekt een kwaliteitstype in het profiel." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Er is nog geen actieve printer." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "Projectbestand {0} is plotseling ontoegankelijk: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Kan het profiel niet toevoegen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Kan projectbestand niet openen" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Kwaliteitstype '{0}' is niet compatibel met de huidige actieve machinedefinitie '{1}'." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Projectbestand {0} is corrupt: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Waarschuwing: het profiel is niet zichtbaar omdat het kwaliteitstype '{0}' van het profiel niet beschikbaar is voor de huidige configuratie. Schakel naar een materiaal-nozzle-combinatie waarvoor dit kwaliteitstype geschikt is." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "Projectbestand {0} wordt gemaakt met behulp van profielen die onbekend zijn bij deze versie van Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Instellingen per Model" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Aanbevolen" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Instellingen per Model configureren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Aangepast" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura-profiel" +msgid "3MF File" +msgstr "3MF-bestand" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D-bestand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Kan niet naar UFP-bestand schrijven:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Er is een fout opgetreden tijdens het herstellen van uw back-up." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04-profielen" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Back-ups" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Er is een fout opgetreden tijdens het uploaden van uw back-up." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Uw back-up maken..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Er is een fout opgetreden bij het maken van de back-up." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Uw back-up wordt geüpload..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Uw back-up is geüpload." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "De back-up is groter dan de maximale bestandsgrootte." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Back-ups beheren" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Machine-instellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Back-up" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Er is een fout opgetreden tijdens het herstellen van uw back-up." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Kan het voorbeeldgegevensbestand niet lezen." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter ondersteunt geen tekstmodus." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Nabewerking" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "G-code wijzigen" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Supportblokkering" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Maak een volume waarin supportstructuren niet worden geprint." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Verwisselbaar Station" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Opslaan op verwisselbaar station" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Voorbeeld" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Opslaan op Verwisselbaar Station {0}" +msgid "X-Ray view" +msgstr "Röntgenweergave" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Er zijn geen bestandsindelingen beschikbaar om te schrijven!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Platform kalibreren" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Opslaan op Verwisselbaar Station {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Upgrades selecteren" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Opslaan" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Kan niet opslaan als {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Kan geen bestandsnaam vinden tijdens het schrijven naar {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Kan niet opslaan op verwisselbaar station {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Opgeslagen op Verwisselbaar Station {0} als {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Bestand opgeslagen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Uitwerpen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Verwisselbaar station {0} uitwerpen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0} is uitgeworpen. U kunt het station nu veilig verwijderen." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "De gemarkeerde gebieden geven ofwel ontbrekende of ongebruikelijke oppervlakken aan. Corrigeer het model en open het opnieuw in Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Hardware veilig verwijderen" +msgid "Model Errors" +msgstr "Modelfouten" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Uitwerpen van {0} is niet gelukt. Mogelijk wordt het station door een ander programma gebruikt." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Firmware bijwerken" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04-profielen" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Aanbevolen" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Aangepast" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Projectbestand {0} bevat een onbekend type machine {1}. Kan de machine niet importeren. In plaats daarvan worden er modellen geïmporteerd." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Projectbestand Openen" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "Projectbestand {0} is plotseling ontoegankelijk: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Kan projectbestand niet openen" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Projectbestand {0} is corrupt: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "Projectbestand {0} wordt gemaakt met behulp van profielen die onbekend zijn bij deze versie van Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF-bestand" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Kan niet naar UFP-bestand schrijven:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker Format Package" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-code-bestand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Meer informatie" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Voorbeeld" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Röntgenweergave" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Lagen verwerken" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informatie" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Slicen is mislukt door een onverwachte fout. Overweeg om de fout te melden via onze issue tracker." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Slicen mislukt" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Een fout melden" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Meld een fout via de issue tracker van Ultimaker Cura." +msgid "Solid view" +msgstr "Solide weergave" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Met het huidige materiaal is slicen niet mogelijk, omdat het materiaal niet compatibel is met de geselecteerde machine of configuratie." +msgid "Parsing G-code" +msgstr "G-code parseren" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Kan niet slicen" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Met de huidige instellingen is slicing niet mogelijk. De volgende instellingen bevatten fouten: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Slicing is niet mogelijk vanwege enkele instellingen per model. De volgende instellingen bevatten fouten voor een of meer modellen: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Slicen is niet mogelijk omdat de terugduwpijler of terugduwpositie(s) ongeldig zijn." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Slicen is niet mogelijk omdat er objecten gekoppeld zijn aan uitgeschakelde Extruder %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Controleer de instellingen en zorg ervoor dat uw modellen:\n" -"- binnen het werkvolume passen\n" -"- zijn toegewezen aan een ingeschakelde extruder\n" -"- niet allemaal zijn ingesteld als modificatierasters" +msgid "G-code Details" +msgstr "Details van de G-code" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF-bestand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Zorg ervoor dat de G-code geschikt is voor uw printer en de printerconfiguratie voordat u het bestand verzendt. Mogelijk is de weergave van de G-code niet nauwkeurig." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Gecomprimeerd G-code-bestand" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Nabewerking" +msgid "G File" +msgstr "G-bestand" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "G-code wijzigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Machine-instellingen" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB-printen" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Printen via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Via USB Printen" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Aangesloten via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Er wordt momenteel via USB geprint. Wanneer u Cura afsluit, wordt het printen gestopt. Weet u zeker dat u wilt afsluiten?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Er wordt nog een print afgedrukt. Cura kan pas een nieuwe print via USB starten zodra de vorige print is voltooid." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Bezig met printen" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Voorbereiden" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G-code parseren" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Details van de G-code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Zorg ervoor dat de G-code geschikt is voor uw printer en de printerconfiguratie voordat u het bestand verzendt. Mogelijk is de weergave van de G-code niet nauwkeurig." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G-bestand" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Machines laden..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG-afbeelding" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Voorkeuren instellen..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG-afbeelding" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Actieve machine initialiseren ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG-afbeelding" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Machinebeheer initialiseren ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP-afbeelding" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Werkvolume initialiseren ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF-afbeelding" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Scene instellen..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Platform kalibreren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Interface laden..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Upgrades selecteren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Engine initialiseren ..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter ondersteunt geen tekstmodus." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Geen toegang tot update-informatie." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Er kan slechts één G-code-bestand tegelijkertijd worden geladen. Het importeren van {0} is overgeslagen" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Er zijn mogelijk nieuwe functies of foutoplossingen beschikbaar voor uw {machine_name}. Als u dit nog niet hebt gedaan, is het raadzaam om de firmware op uw printer bij te werken naar versie {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Kan geen ander bestand openen als G-code wordt geladen. Het importeren van {0} is overgeslagen" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Nieuwe stabiele firmware voor %s beschikbaar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Instructies voor bijwerken" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visueel" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Kan het voorbeeldgegevensbestand niet lezen." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Het visuele profiel is ontworpen om visuele prototypen en modellen te printen met als doel een hoge visuele en oppervlaktekwaliteit te creëren." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "U moet {} afsluiten en herstarten voordat de wijzigingen van kracht worden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Synchroniseren ..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Het engineeringprofiel is ontworpen om functionele prototypen en onderdelen voor eindgebruik te printen met als doel een grotere precisie en nauwere toleranties." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Wijzigingen gedetecteerd van uw Ultimaker-account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Ontwerp" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Wilt u materiaal- en softwarepackages synchroniseren met uw account?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Het ontwerpprofiel is ontworpen om initiële prototypen en conceptvalidatie te printen met als doel de printtijd aanzienlijk te verkorten." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Synchroniseren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Niet overschreven" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Weigeren en verwijderen uit account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Weet u zeker dat u {0} wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{} plug-ins zijn niet gedownload" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Onbekend" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Nee, ik ga niet akkoord" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Kan de onderstaande printer(s) niet verbinden omdat deze deel uitmaakt/uitmaken van een groep" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Akkoord" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Beschikbare netwerkprinters" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Licentieovereenkomst plug-in" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Berekend" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter ondersteunt geen non-tekstmodus." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Synchroniseer de materiaalprofielen met uw printer voordat u gaat printen." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Bereid voorafgaand aan het exporteren G-code voor." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Nieuwe materialen geïnstalleerd" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Als Draadprinten is ingeschakeld, geeft Cura lagen niet goed weer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Simulatieweergave" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Aangepast materiaal" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Er wordt niets weergegeven omdat u eerst moet slicen." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Aangepast" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Geen lagen om weer te geven" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Aangepaste profielen" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Dit bericht niet meer weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Alle Ondersteunde Typen ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Laagweergave" +msgid "All Files (*)" +msgstr "Alle Bestanden (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Printen via netwerk" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Kan geen materiaalarchief maken voor synchronisatie met printers." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Printen via netwerk" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Kan het materiaalarchief niet laden voor synchronisatie met printers." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Via het netwerk verbonden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Antwoord van Digital Factor is mogelijk beschadigd." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "morgen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "In het antwoord van Digital Factory ontbreekt belangrijke informatie." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "vandaag" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Kan geen verbinding maken met Digital Factory voor de synchronisatie van materialen met enkele printers." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Verbinding Maken via Netwerk" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Kan geen verbinding maken met Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Wacht tot de huidige taak is verzonden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Kan geen archief maken van gegevensmap van gebruiker: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Printfout" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Geprobeerd een Cura-back-up te herstellen zonder correcte gegevens of metadata." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "De printtaak is naar de printer verzonden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Geprobeerd een Cura-back-up te herstellen van een versie die hoger is dan de huidige versie." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Gegevens verzonden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "De volgende fout is opgetreden bij het herstellen van een Cura-backup:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "U probeert verbinding te maken met een printer waarop Ultimaker Connect niet wordt uitgevoerd. Werk de printer bij naar de nieuwste firmware." +msgid "Finding new location for objects" +msgstr "Nieuwe locatie vinden voor objecten" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Uw printer bijwerken" +msgid "Finding Location" +msgstr "Locatie vinden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "Wachtrij voor afdruktaken is vol. De printer kan geen nieuwe taken accepteren." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Kan binnen het werkvolume niet voor alle objecten een locatie vinden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Wachtrij vol" +msgid "Can't Find Location" +msgstr "Kan locatie niet vinden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Printtaak verzenden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Inloggen mislukt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Printtaak naar printer aan het uploaden." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Buitenwand" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura heeft materiaalprofielen gedetecteerd die nog niet op de hostprinter van groep {0} zijn geïnstalleerd." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Binnenwanden" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "De materialen worden naar de printer verzonden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Skin" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Kan de gegevens niet uploaden naar de printer." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Vulling" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Netwerkfout" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Supportvulling" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "U probeert verbinding te maken met {0}, maar deze is niet de host van een groep. U kunt de webpagina bezoeken om deze als groephost te configureren." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Verbindingsstructuur" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Geen groephost" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Supportstructuur" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Groep configureren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Skirt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"U kunt uw printer {printer_name} via de cloud verbinden.\n" -" Beheer uw printerwachtrij en controleer uw prints vanaf elke plek door uw printer te verbinden met Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Primepijler" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Bent u klaar voor printen via de cloud?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Beweging" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Aan de slag" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Intrekkingen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Meer informatie" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Overig(e)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Printen via Cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Groepsnummer #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Printen via Cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "De release notes konden niet worden geopend." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Verbonden via Cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Overslaan" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Printen in de gaten houden" +msgid "Close" +msgstr "Sluiten" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Volg het printen in Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Toevoegen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Onbekende foutcode bij uploaden printtaak: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Voltooien" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Nieuwe printer gedetecteerd van uw Ultimaker-account" -msgstr[1] "Nieuwe printers gedetecteerd van uw Ultimaker-account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Annuleren" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Printer {name} ({model}) toevoegen vanaf uw account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Volgende" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... en {0} andere" -msgstr[1] "... en {0} andere" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "De hoogte van het bouwvolume is verminderd wegens de waarde van de instelling “Printvolgorde”, om te voorkomen dat de rijbrug tegen geprinte modellen botst." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Printers toegevoegd vanuit Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Werkvolume" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Een cloudverbinding is niet beschikbaar voor een printer" -msgstr[1] "Een cloudverbinding is niet beschikbaar voor meerdere printers" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Kan materiaalarchief niet opslaan op {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Deze printer is niet gekoppeld aan de Digital Factory:" -msgstr[1] "Deze printers zijn niet gekoppeld aan de Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Opslaan materiaalarchief mislukt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Onbekende fout." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Het Bestand Bestaat Al" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Ga naar {website_link} om een verbinding tot stand te brengen" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Het bestand {0} bestaat al. Weet u zeker dat u dit bestand wilt overschrijven?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Printerconfiguraties behouden" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Ongeldige bestands-URL:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Printers verwijderen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Niet ondersteund" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "De instellingen zijn gewijzigd zodat deze overeenkomen met de huidige beschikbaarheid van extruders:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "De instellingen zijn bijgewerkt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extruder(s) uitgeschakeld" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} wordt verwijderd tot de volgende accountsynchronisatie." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Kan het profiel niet exporteren als {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Bezoek {digital_factory_link} om {printer_name} permanent te verwijderen" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Kan het profiel niet exporteren als {0}: Plug-in voor de schrijver heeft een fout gerapporteerd." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Weet u zeker dat u {printer_name} tijdelijk wilt verwijderen?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Het profiel is geëxporteerd als {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Printers verwijderen?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "De export is voltooid" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"U staat op het punt om {0} printer uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" -"Weet u zeker dat u door wilt gaan?" -msgstr[1] "" -"U staat op het punt om {0} printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" -"Weet u zeker dat u door wilt gaan?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Kan het profiel niet importeren uit {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"U staat op het punt om alle printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" -"Weet u zeker dat u door wilt gaan?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Kan het profiel niet importeren uit {0} voordat een printer toegevoegd is." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Gecomprimeerde driehoeksnet openen" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Er is geen aangepast profiel om in het bestand {0} te importeren" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Kan het profiel niet importeren uit {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF-binair" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Dit profiel {0} bevat incorrecte gegevens. Kan het profiel niet importeren." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF-ingesloten JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Kan het profiel niet importeren uit {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford-driehoeksformaat" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Het profiel {0} is geïmporteerd." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Gecomprimeerde COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Het bestand {0} bevat geen geldig profiel." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "De gemarkeerde gebieden geven ofwel ontbrekende of ongebruikelijke oppervlakken aan. Corrigeer het model en open het opnieuw in Cura." +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Het profiel {0} heeft een onbekend bestandstype of is beschadigd." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Modelfouten" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Aangepast profiel" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Solide weergave" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Er ontbreekt een kwaliteitstype in het profiel." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Fout bij het schrijven van het 3mf-bestand." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Er is nog geen actieve printer." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "3MF-schrijverplug-in is beschadigd." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Kan het profiel niet toevoegen." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Er is nog geen werkruimte om te schrijven. Voeg eerst een printer toe." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Kwaliteitstype '{0}' is niet compatibel met de huidige actieve machinedefinitie '{1}'." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Geen bevoegdheid om de werkruimte hier te schrijven." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Waarschuwing: het profiel is niet zichtbaar omdat het kwaliteitstype '{0}' van het profiel niet beschikbaar is voor de huidige configuratie. Schakel naar een materiaal-nozzle-combinatie waarvoor dit kwaliteitstype geschikt is." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "Het besturingssysteem staat niet toe dat u een projectbestand opslaat op deze locatie of met deze bestandsnaam." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Objecten verveelvoudigen en plaatsen" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF-bestand" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Objecten plaatsen" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura-project 3MF-bestand" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Object plaatsen" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Controleren" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Er kan geen nieuw aanmeldingsproces worden gestart. Controleer of een andere aanmeldingspoging nog actief is." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Kan de Ultimaker-accountserver niet bereiken." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3D-modelassistent" +msgid "Log-in failed" +msgstr "Aanmelden mislukt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Kan het antwoord niet lezen." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "De opgegeven status is niet juist." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Time-out tijdens verificatie bij de accountserver." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Er heeft een onverwachte gebeurtenis plaatsgevonden bij het aanmelden. Probeer het opnieuw." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura kan niet worden gestart" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Oeps, Ultimaker Cura heeft een probleem gedetecteerd.

    \n" +"

    Tijdens het opstarten is een onherstelbare fout opgetreden. Deze fout is mogelijk veroorzaakt door enkele onjuiste configuratiebestanden. Het wordt aanbevolen een back-up te maken en de standaardinstelling van uw configuratie te herstellen.

    \n" +"

    Back-ups bevinden zich in de configuratiemap.

    \n" +"

    Stuur ons dit crashrapport om het probleem op te lossen.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Het crashrapport naar Ultimaker verzenden" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Gedetailleerd crashrapport weergeven" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Open Configuratiemap" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Back-up maken en herstellen van configuratie" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Crashrapport" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Er is een fatale fout opgetreden in Cura. Stuur ons het crashrapport om het probleem op te lossen

    \n" +"

    Druk op de knop \"Rapport verzenden\" om het foutenrapport automatisch naar onze servers te verzenden

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Systeeminformatie" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Onbekend" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura-versie" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Taal van Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Taal van besturingssysteem" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Platform" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Qt version" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "PyQt version" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Nog niet geïnitialiseerd
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL-versie: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL-leverancier: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL-renderer: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Traceback van fout" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Logboeken" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Rapport verzenden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Een of meer 3D-modellen worden mogelijk niet optimaal geprint vanwege het modelformaat en de materiaalconfiguratie:

    \n" -"

    {model_names}

    \n" -"

    Ontdek hoe u de best mogelijke printkwaliteit en betrouwbaarheid verkrijgt.

    \n" -"

    Handleiding printkwaliteit bekijken

    " +"Controleer of de printer verbonden is:\n" +"- Controleer of de printer ingeschakeld is.\n" +"- Controleer of de printer verbonden is met het netwerk.\n" +"- Controleer of u bent aangemeld om met de cloud verbonden printers te detecteren." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Verbind uw printer met het netwerk." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Gebruikershandleidingen online weergegeven" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Sluit de printer aan om uw printopdracht vanuit Cura te volgen." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Instellingen Selecteren om Dit Model Aan te Passen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filteren..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Alles weergeven" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Rastertype" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Normaal model" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Printen als supportstructuur" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Instellingen aanpassen voor overlapping" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Supportstructuur niet laten overlappen" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Alleen vulraster" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Snijdend raster" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Instellingen selecteren" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Instellingen Selecteren om Dit Model Aan te Passen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Firmware bijwerken" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filteren..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "Firmware is de software die direct op de 3D-printer wordt uitgevoerd. Deze firmware bedient de stappenmotoren, regelt de temperatuur en zorgt er in feite voor dat de printer doet wat deze moet doen." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Alles weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "De firmware die bij nieuwe printers wordt geleverd, werkt wel, maar nieuwe versies hebben vaak meer functies en verbeteringen." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura-back-ups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Firmware-upgrade Automatisch Uitvoeren" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura-versie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Aangepaste Firmware Uploaden" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Machines" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "Kan de firmware niet bijwerken omdat er geen verbinding met de printer is." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materialen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "Kan de firmware niet bijwerken omdat de verbinding met de printer geen ondersteuning biedt voor het uitvoeren van een firmware-upgrade." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profielen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Aangepaste firmware selecteren" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Firmware-update" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Wilt u meer?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "De firmware wordt bijgewerkt." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Nu back-up maken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "De firmware-update is voltooid." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Auto back-up" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Firmware-update mislukt door een onbekende fout." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Maak elke dag dat Cura wordt gestart, automatisch een back-up." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Firmware-update mislukt door een communicatiefout." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Herstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Firmware-update mislukt door een invoer-/uitvoerfout." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Back-up verwijderen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Firmware-update mislukt door ontbrekende firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Weet u zeker dat u deze back-up wilt verwijderen? Dit kan niet ongedaan worden gemaakt." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Afgebroken" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Back-up herstellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Gereed" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "U moet Cura opnieuw starten voordat uw back-up wordt hersteld. Wilt u Cura nu sluiten?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Voorbereiden..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Maak een back-up van uw Cura-instellingen en synchroniseer deze." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Afbreken..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Aanmelden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Mislukt" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Mijn back-ups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Pauzeren..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "U hebt momenteel geen back-ups. Gebruik de knop 'Nu back-up maken' om een back-up te maken." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Gepauzeerd" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Tijdens de voorbeeldfase zijn er maximaal 5 back-ups zichtbaar. Verwijder een back-up als u oudere back-ups wilt bekijken." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Hervatten..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Printerinstellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Handeling nodig" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Breedte)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Voltooit %1 om %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Printer beheren" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Diepte)" +msgid "Glass" +msgstr "Glas" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Hoogte)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Werk de firmware van uw printer bij om de wachtrij op afstand te beheren." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Vorm van het platform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Vanuit Ultimaker Cura kunt u de webcamfeeds voor cloudprinters niet bekijken. Klik op 'Printer beheren' om Ultimaker Digital Factory te bezoeken en deze webcam te bekijken." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Centraal oorsprongpunt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Laden..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Verwarmd bed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Niet beschikbaar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Onbereikbaar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Inactief" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Printen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Verwarmde werkvolume" +msgid "Untitled" +msgstr "Zonder titel" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Versie G-code" +msgid "Anonymous" +msgstr "Anoniem" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Printkopinstellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Hiervoor zijn configuratiewijzigingen vereist" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Details" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Configuratiewijzigingen" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Overschrijven" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X min" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Voor de toegewezen printer, %1, is de volgende configuratiewijziging vereist:" +msgstr[1] "Voor de toegewezen printer, %1, zijn de volgende configuratiewijzigingen vereist:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y min" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "De printer %1 is toegewezen. De taak bevat echter een onbekende materiaalconfiguratie." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X max" +msgid "Change material %1 from %2 to %3." +msgstr "Wijzig het materiaal %1 van %2 in %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y max" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Laad %3 als materiaal %1 (kan niet worden overschreven)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Rijbrughoogte" +msgid "Change print core %1 from %2 to %3." +msgstr "Wijzig de print core %1 van %2 in %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Aantal extruders" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Wijzig het platform naar %1 (kan niet worden overschreven)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Pas extruderoffsets toe op GCode" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Met het overschrijven worden de opgegeven instellingen gebruikt met de bestaande printerconfiguratie. De print kan hierdoor mislukken." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Start G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Aluminium" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Eind G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Printen via netwerk" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Nozzle-instellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Printen" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Maat nozzle" +msgid "Printer selection" +msgstr "Printerselectie" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Compatibele materiaaldiameter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Verbinding Maken met Printer in het Netwerk" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Nozzle-offset X" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Als u rechtstreeks via het netwerk wilt printen naar de printer, moet u ervoor zorgen dat de printer met een netwerkkabel is verbonden met het netwerk of moet u verbinding maken met de printer via het wifi-netwerk. Als u geen verbinding maakt tussen Cura en de printer, kunt u een USB-station gebruiken om G-code-bestanden naar de printer over te zetten." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Nozzle-offset Y" +msgid "Select your printer from the list below:" +msgstr "Selecteer uw printer in de onderstaande lijst:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Nummer van koelventilator" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Bewerken" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Start-G-code van extruder" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Verwijderen" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Eind-G-code van extruder" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Printer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Vernieuwen" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Firmware bijwerken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Raadpleeg de handleiding voor probleemoplossing bij printen via het netwerk als uw printer niet in de lijst wordt vermeld" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Firmware is de software die direct op de 3D-printer wordt uitgevoerd. Deze firmware bedient de stappenmotoren, regelt de temperatuur en zorgt er in feite voor dat de printer doet wat deze moet doen." +msgid "Type" +msgstr "Type" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "De firmware die bij nieuwe printers wordt geleverd, werkt wel, maar nieuwe versies hebben vaak meer functies en verbeteringen." +msgid "Firmware version" +msgstr "Firmwareversie" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Firmware-upgrade Automatisch Uitvoeren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Adres" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Aangepaste Firmware Uploaden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Deze printer is niet ingesteld voor het hosten van een groep printers." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "Kan de firmware niet bijwerken omdat er geen verbinding met de printer is." +msgid "This printer is the host for a group of %1 printers." +msgstr "Deze printer is de host voor een groep van %1 printers." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "Kan de firmware niet bijwerken omdat de verbinding met de printer geen ondersteuning biedt voor het uitvoeren van een firmware-upgrade." +msgid "The printer at this address has not yet responded." +msgstr "De printer op dit adres heeft nog niet gereageerd." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Verbinden" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Aangepaste firmware selecteren" +msgid "Invalid IP address" +msgstr "Ongeldig IP-adres" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Voer een geldig IP-adres in." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Firmware-update" +msgid "Printer Address" +msgstr "Printeradres" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "De firmware wordt bijgewerkt." +msgid "Enter the IP address of your printer on the network." +msgstr "Voer het IP-adres van uw printer in het netwerk in." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "De firmware-update is voltooid." +msgid "Unavailable printer" +msgstr "Niet‑beschikbare printer" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Firmware-update mislukt door een onbekende fout." +msgid "First available" +msgstr "Eerst beschikbaar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Firmware-update mislukt door een communicatiefout." +msgid "Move to top" +msgstr "Plaats bovenaan" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Firmware-update mislukt door een invoer-/uitvoerfout." +msgid "Delete" +msgstr "Verwijderen" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Firmware-update mislukt door ontbrekende firmware." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Project openen" +msgid "Resume" +msgstr "Hervatten" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Bestaand(e) bijwerken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Pauzeren..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Nieuw maken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Hervatten..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Samenvatting - Cura-project" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pauzeren" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Printerinstellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Afbreken..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Hoe dient het conflict in de machine te worden opgelost?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Afbreken" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Type" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Weet u zeker dat u %1 bovenaan de wachtrij wilt plaatsen?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Printergroep" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Plaats printtaak bovenaan" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Profielinstellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Weet u zeker dat u %1 wilt verwijderen?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Hoe dient het conflict in het profiel te worden opgelost?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Printtaak verwijderen" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Naam" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Weet u zeker dat u %1 wilt afbreken?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Printen afbreken" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Niet in profiel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "In wachtrij" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 overschrijving" -msgstr[1] "%1 overschrijvingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Beheren in browser" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Afgeleide van" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Er staan geen afdruktaken in de wachtrij. Slice een taak en verzend deze om er een toe te voegen." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 overschrijving" -msgstr[1] "%1, %2 overschrijvingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Printtaken" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Materiaalinstellingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Totale printtijd" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Hoe dient het materiaalconflict te worden opgelost?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Wachten op" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Zichtbaarheid instellen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Kleurenschema" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Materiaalkleur" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Zichtbare instellingen:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Lijntype" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 van %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Snelheid" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Als u een project laadt, worden alle modellen van het platform gewist." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Laagdikte" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Openen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Lijnbreedte" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Plug-in voor Nabewerking" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Doorvoer" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Scripts voor Nabewerking" +msgid "Compatibility Mode" +msgstr "Compatibiliteitsmodus" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Een script toevoegen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Bewegingen" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Instellingen" +msgid "Helpers" +msgstr "Helpers" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Actieve scripts voor nabewerking wijzigen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Shell" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "Het volgende script is actief:" -msgstr[1] "De volgende scripts zijn actief:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Vulling" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Afbeelding Converteren..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Wordt gestart" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "De maximale afstand van elke pixel tot de \"Basis\"." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Alleen bovenlagen weergegeven" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "5 gedetailleerde lagen bovenaan weergeven" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Boven-/onderkant" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Binnenwand" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "min" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "max" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Hoogte (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "De basishoogte van het platform in millimeters." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "De maximale afstand van elke pixel tot de \"Basis\"." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Basis (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "De breedte op het platform in millimeters." +msgid "The base height from the build plate in millimeters." +msgstr "De basishoogte van het platform in millimeters." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Breedte (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "De diepte op het platform in millimeters" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Diepte (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Bij lithofanen dienen donkere pixels overeen te komen met de dikkere plekken om meer licht tegen te houden. Bij hoogtekaarten geven lichtere pixels hoger terrein aan. Lichtere pixels dienen daarom overeen te komen met dikkere plekken in het gegenereerde 3D-model." +msgid "The depth in millimeters on the build plate" +msgstr "De diepte op het platform in millimeters" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Donkerder is hoger" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Lichter is hoger" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Voor lithofanen is een eenvoudig logaritmisch model voor doorschijnendheid beschikbaar. Voor hoogtekaarten corresponderen de pixelwaarden lineair met hoogten." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Bij lithofanen dienen donkere pixels overeen te komen met de dikkere plekken om meer licht tegen te houden. Bij hoogtekaarten geven lichtere pixels hoger terrein aan. Lichtere pixels dienen daarom overeen te komen met dikkere plekken in het gegenereerde 3D-model." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Lineair" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Doorschijnendheid" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Het percentage licht dat doordringt in een print met een dikte van 1 millimeter. Een lagere waarde verhoogt het contrast in donkere gebieden en verlaagt het contrast in lichte gebieden van de afbeelding." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Voor lithofanen is een eenvoudig logaritmisch model voor doorschijnendheid beschikbaar. Voor hoogtekaarten corresponderen de pixelwaarden lineair met hoogten." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "Transmissie 1 mm (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "De mate van effening die op de afbeelding moet worden toegepast." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "Het percentage licht dat doordringt in een print met een dikte van 1 millimeter. Een lagere waarde verhoogt het contrast in donkere gebieden en verlaagt het contrast in lichte gebieden van de afbeelding." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Effenen" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "De mate van effening die op de afbeelding moet worden toegepast." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Selecteer eventuele upgrades die op deze Ultimaker Original zijn uitgevoerd" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Verwarmd Platform (officiële kit of zelf gebouwd)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Platform Kalibreren" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Je kan nu je platform afstellen, zodat uw prints er altijd fantastisch uitzien. Als u op 'Naar de volgende positie bewegen' klikt, beweegt de nozzle naar de verschillende instelbare posities." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Voor elke positie legt u een stukje papier onder de nozzle en past u de hoogte van het printplatform aan. De hoogte van het printplatform is goed wanneer het papier net door de punt van de nozzle wordt meegenomen." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Kalibratie Platform Starten" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Beweeg Naar de Volgende Positie" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Meer informatie over anonieme gegevensverzameling" +msgid "Open Project" +msgstr "Project openen" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren. Hieronder ziet u een voorbeeld van alle gegevens die worden gedeeld:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Bestaand(e) bijwerken" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Ik wil geen anonieme gegevens verzenden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Nieuw maken" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Verzenden van anonieme gegevens toestaan" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Samenvatting - Cura-project" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Marktplaats" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Hoe dient het conflict in de machine te worden opgelost?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "U moet Cura opnieuw starten voordat wijzigingen in packages van kracht worden." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Printerinstellingen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Sluit %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Type" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Installeren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Printergroep" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Geïnstalleerd" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Hoe dient het conflict in het profiel te worden opgelost?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Profielinstellingen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Ga naar Marketplace op internet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Naam" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Materialen zoeken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibiliteit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Niet in profiel" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Machine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 overschrijving" +msgstr[1] "%1 overschrijvingen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Platform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Afgeleide van" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Supportstructuur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 overschrijving" +msgstr[1] "%1, %2 overschrijvingen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Kwaliteit" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Hoe dient het materiaalconflict te worden opgelost?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Technisch informatieblad" +msgid "Material settings" +msgstr "Materiaalinstellingen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Veiligheidsinformatieblad" +msgid "Setting visibility" +msgstr "Zichtbaarheid instellen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Richtlijnen voor printen" +msgid "Mode" +msgstr "Modus" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Website" +msgid "Visible settings:" +msgstr "Zichtbare instellingen:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Aanmelden is vereist voor installeren of bijwerken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 van %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Materiaalspoelen kopen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Als u een project laadt, worden alle modellen van het platform gewist." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Bijwerken" +msgid "Open" +msgstr "Openen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Bijwerken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Wilt u meer?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Bijgewerkt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Nu back-up maken" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Terug" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Auto back-up" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Maak elke dag dat Cura wordt gestart, automatisch een back-up." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura-versie" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Machines" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materialen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Geïnstalleerd" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profielen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Wordt geïnstalleerd na opnieuw starten" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Plug-ins" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Aanmelden is vereist voor het bijwerken" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Herstellen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Downgraden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Back-up verwijderen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "De-installeren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Weet u zeker dat u deze back-up wilt verwijderen? Dit kan niet ongedaan worden gemaakt." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Community-bijdragen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Back-up herstellen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Community-plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "U moet Cura opnieuw starten voordat uw back-up wordt hersteld. Wilt u Cura nu sluiten?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Standaard materialen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Maak een back-up van uw Cura-instellingen en synchroniseer deze." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Packages ophalen..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Aanmelden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Mijn back-ups" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "U hebt momenteel geen back-ups. Gebruik de knop 'Nu back-up maken' om een back-up te maken." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Tijdens de voorbeeldfase zijn er maximaal 5 back-ups zichtbaar. Verwijder een back-up als u oudere back-ups wilt bekijken." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura-back-ups" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Meer informatie over anonieme gegevensverzameling" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren. Hieronder ziet u een voorbeeld van alle gegevens die worden gedeeld:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Ik wil geen anonieme gegevens verzenden" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Verzenden van anonieme gegevens toestaan" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Plug-in voor Nabewerking" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Website" +msgid "Post Processing Scripts" +msgstr "Scripts voor Nabewerking" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Een script toevoegen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "E-mail" +msgid "Settings" +msgstr "Instellingen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Meld u aan voor geverifieerde plug-ins en materialen voor Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Actieve scripts voor nabewerking wijzigen." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "Het volgende script is actief:" +msgstr[1] "De volgende scripts zijn actief:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Versie" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Selecteer eventuele upgrades die op deze Ultimaker Original zijn uitgevoerd" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Laatst bijgewerkt" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Verwarmd Platform (officiële kit of zelf gebouwd)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Platform Kalibreren" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Merk" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Je kan nu je platform afstellen, zodat uw prints er altijd fantastisch uitzien. Als u op 'Naar de volgende positie bewegen' klikt, beweegt de nozzle naar de verschillende instelbare posities." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Downloads" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Voor elke positie legt u een stukje papier onder de nozzle en past u de hoogte van het printplatform aan. De hoogte van het printplatform is goed wanneer het papier net door de punt van de nozzle wordt meegenomen." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Geïnstalleerde plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Kalibratie Platform Starten" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Beweeg Naar de Volgende Positie" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Er zijn geen plug-ins geïnstalleerd." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Geïnstalleerde materialen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Er zijn materialen geïnstalleerd." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Gebundelde plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Gebundelde materialen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Kan geen verbinding maken met de Cura Package-database. Controleer uw verbinding." +msgid "Search in the browser" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Sluit %1" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "U moet de licentie accepteren om de package te installeren" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Wijzigingen van uw account" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Verwijderen" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Next" -msgstr "Volgende" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "De volgende packages worden toegevoegd:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "De volgende packages kunnen niet worden geïnstalleerd omdat de Cura-versie niet compatibel is:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "De-installeren bevestigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "U verwijdert materialen en/of profielen die nog in gebruik zijn. Wanneer u het verwijderen bevestigt, worden de volgende materialen/profielen teruggezet naar hun standaardinstellingen." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materialen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profielen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Bevestigen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Kleurenschema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Materiaalkleur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Lijntype" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Snelheid" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Laagdikte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Lijnbreedte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Doorvoer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Compatibiliteitsmodus" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Bewegingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Helpers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Shell" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Vulling" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Wordt gestart" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Alleen bovenlagen weergegeven" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "5 gedetailleerde lagen bovenaan weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Boven-/onderkant" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Binnenwand" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Printer beheren" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Glas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Werk de firmware van uw printer bij om de wachtrij op afstand te beheren." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Nee, ik ga niet akkoord" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Vanuit Ultimaker Cura kunt u de webcamfeeds voor cloudprinters niet bekijken. Klik op 'Printer beheren' om Ultimaker Digital Factory te bezoeken en deze webcam te bekijken." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Laden..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Niet beschikbaar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Onbereikbaar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Inactief" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Voorbereiden..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Printen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Zonder titel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anoniem" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Hiervoor zijn configuratiewijzigingen vereist" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Details" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Printer" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Niet‑beschikbare printer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Nozzle-instellingen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "First available" -msgstr "Eerst beschikbaar" +msgid "Nozzle size" +msgstr "Maat nozzle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Queued" -msgstr "In wachtrij" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Beheren in browser" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Er staan geen afdruktaken in de wachtrij. Slice een taak en verzend deze om er een toe te voegen." +msgid "Compatible material diameter" +msgstr "Compatibele materiaaldiameter" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Print jobs" -msgstr "Printtaken" +msgid "Nozzle offset X" +msgstr "Nozzle-offset X" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Total print time" -msgstr "Totale printtijd" +msgid "Nozzle offset Y" +msgstr "Nozzle-offset Y" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Waiting for" -msgstr "Wachten op" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Printen via netwerk" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Printen" +msgid "Cooling Fan Number" +msgstr "Nummer van koelventilator" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Printerselectie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Start-G-code van extruder" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Configuratiewijzigingen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Eind-G-code van extruder" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Overschrijven" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Printerinstellingen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Voor de toegewezen printer, %1, is de volgende configuratiewijziging vereist:" -msgstr[1] "Voor de toegewezen printer, %1, zijn de volgende configuratiewijzigingen vereist:" +msgid "X (Width)" +msgstr "X (Breedte)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "De printer %1 is toegewezen. De taak bevat echter een onbekende materiaalconfiguratie." +msgid "Y (Depth)" +msgstr "Y (Diepte)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Wijzig het materiaal %1 van %2 in %3." +msgid "Z (Height)" +msgstr "Z (Hoogte)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Laad %3 als materiaal %1 (kan niet worden overschreven)." +msgid "Build plate shape" +msgstr "Vorm van het platform" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Wijzig de print core %1 van %2 in %3." +msgid "Origin at center" +msgstr "Centraal oorsprongpunt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Wijzig het platform naar %1 (kan niet worden overschreven)." +msgid "Heated bed" +msgstr "Verwarmd bed" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Met het overschrijven worden de opgegeven instellingen gebruikt met de bestaande printerconfiguratie. De print kan hierdoor mislukken." +msgid "Heated build volume" +msgstr "Verwarmde werkvolume" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Aluminum" -msgstr "Aluminium" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Gereed" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Afbreken..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Afgebroken" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Mislukt" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Pauzeren..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Gepauzeerd" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Hervatten..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Handeling nodig" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Voltooit %1 om %2" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Verbinding Maken met Printer in het Netwerk" +msgid "G-code flavor" +msgstr "Versie G-code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Als u rechtstreeks via het netwerk wilt printen naar de printer, moet u ervoor zorgen dat de printer met een netwerkkabel is verbonden met het netwerk of moet u verbinding maken met de printer via het wifi-netwerk. Als u geen verbinding maakt tussen Cura en de printer, kunt u een USB-station gebruiken om G-code-bestanden naar de printer over te zetten." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Printkopinstellingen" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Selecteer uw printer in de onderstaande lijst:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Bewerken" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Verwijderen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Vernieuwen" +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Raadpleeg de handleiding voor probleemoplossing bij printen via het netwerk als uw printer niet in de lijst wordt vermeld" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "Type" -msgstr "Type" +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Firmware version" -msgstr "Firmwareversie" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Address" -msgstr "Adres" +msgid "Gantry Height" +msgstr "Rijbrughoogte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Deze printer is niet ingesteld voor het hosten van een groep printers." +msgid "Number of Extruders" +msgstr "Aantal extruders" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Deze printer is de host voor een groep van %1 printers." +msgid "Apply Extruder offsets to GCode" +msgstr "Pas extruderoffsets toe op GCode" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "De printer op dit adres heeft nog niet gereageerd." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Start G-code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Verbinden" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Eind G-code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Ongeldig IP-adres" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Voer een geldig IP-adres in." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Printeradres" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Voer het IP-adres van uw printer in het netwerk in." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Plaats bovenaan" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Verwijderen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Hervatten" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Pauzeren..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Hervatten..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pauzeren" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Afbreken..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Afbreken" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Weet u zeker dat u %1 bovenaan de wachtrij wilt plaatsen?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Plaats printtaak bovenaan" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Weet u zeker dat u %1 wilt verwijderen?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Printtaak verwijderen" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Weet u zeker dat u %1 wilt afbreken?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Printen afbreken" - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Controleer of de printer verbonden is:\n" -"- Controleer of de printer ingeschakeld is.\n" -"- Controleer of de printer verbonden is met het netwerk.\n" -"- Controleer of u bent aangemeld om met de cloud verbonden printers te detecteren." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Mijn printers" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Verbind uw printer met het netwerk." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Volg uw printers in Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Gebruikershandleidingen online weergegeven" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Maak printprojecten aan in Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Sluit de printer aan om uw printopdracht vanuit Cura te volgen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Printtaken" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "In deze print kunnen problemen ontstaan. Klik om tips voor aanpassingen te bekijken." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Volg printtaken en print opnieuw vanuit uw printgeschiedenis." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3D-weergave" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Breid Ultimaker Cura uit met plug-ins en materiaalprofielen." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Weergave voorzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Word een 3D-printexpert met Ultimaker e-learning." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Weergave bovenzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ondersteuning van Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Linkeraanzicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Leer hoe u aan de slag gaat met Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Rechteraanzicht" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Stel een vraag" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Lijst met objecten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consulteer de Ultimaker Community." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Marktplaats" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Een fout melden" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Bestand" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Laat ontwikkelaars weten dat er iets misgaat." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "B&ewerken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Bezoek de Ultimaker-website." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "Beel&d" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Geselecteerd model printen met %1" +msgstr[1] "Geselecteerde modellen printen met %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "In&stellingen" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "E&xtensies" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "Voo&rkeuren" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Help" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Nieuw project" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Weet u zeker dat u een nieuw project wilt starten? Hiermee wordt het platform leeggemaakt en worden eventuele niet-opgeslagen instellingen verwijderd." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Slicen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Marktplaats" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Kan niet slicen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Platform" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Verwerken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "De doeltemperatuur van het verwarmde bed. Het bed wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt de verwarming van het bed uitgeschakeld." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Slicen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "De huidige temperatuur van het verwarmde bed." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Het sliceproces starten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "De temperatuur waarnaar het bed moet worden voorverwarmd." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Annuleren" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Tijdschatting" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Materiaalschatting" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Voorverwarmen" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1 m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Verwarm het bed voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het bed wordt verwarmd. Zo hoeft u niet te wachten totdat het bed opgewarmd is wanneer u gereed bent om te printen." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1 g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Er is geen verbinding met de printer." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Geen tijdschatting beschikbaar" +msgid "Printer control" +msgstr "Printerbediening" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Geen kostenraming beschikbaar" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Voorbeeld" +msgid "Jog Position" +msgstr "Jog-positie" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Add a printer" -msgstr "Een printer toevoegen" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Een netwerkprinter toevoegen" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Een niet-netwerkprinter toevoegen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Een cloudprinter toevoegen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Wachten op cloudreactie" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Geen printers gevonden in uw account?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "De volgende printers in uw account zijn toegevoegd in Cura:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Printer handmatig toevoegen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Een printer toevoegen op IP-adres" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Voer het IP-adres van uw printer in." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Toevoegen" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Kan geen verbinding maken met het apparaat." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Kunt u geen verbinding maken met uw Ultimaker-printer?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "De printer op dit adres heeft nog niet gereageerd." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Kan de printer niet toevoegen omdat het een onbekende printer is of omdat het niet de host in een groep is." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Terug" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Verbinding maken" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Gebruikersovereenkomst" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Afwijzen en sluiten" +msgid "Jog Distance" +msgstr "Jog-afstand" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Welkom bij Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Volg deze stappen voor het instellen van\n" -"Ultimaker Cura. Dit duurt slechts even." +msgid "Send G-code" +msgstr "G-code verzenden" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Aan de slag" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Verzend een aangepaste G-code-opdracht naar de verbonden printer. Druk op Enter om de opdracht te verzenden." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Meld u aan op het Ultimaker-platform" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Voeg materiaalinstellingen en plugins uit de Marktplaats toe" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Maak een back-up van uw materiaalinstellingen en plug-ins en synchroniseer deze" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Deel ideeën met 48,000+ gebruikers in de Ultimaker Community of vraag hen om ondersteuning" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Overslaan" +msgid "Extruder" +msgstr "Extruder" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Maak een gratis Ultimaker-account aan" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "De doeltemperatuur van de hot-end. De hot-end wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt de verwarming van de hot-end uitgeschakeld." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Fabrikant" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "De huidige temperatuur van dit hotend." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Profieleigenaar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "De temperatuur waarnaar het hotend moet worden voorverwarmd." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Printernaam" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Verwarm het hotend voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het hotend wordt verwarmd. Zo hoeft u niet te wachten totdat het hotend is opgewarmd wanneer u gereed bent om te printen." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Geef uw printer een naam" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "De kleur van het materiaal in deze extruder." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Kan in uw netwerk geen printer vinden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Het materiaal in deze extruder." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Vernieuwen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "De nozzle die in deze extruder geplaatst is." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Printer toevoegen op IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Projectbestand openen" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Een cloudprinter toevoegen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Dit is een Cura-projectbestand. Wilt u dit openen als project of de modellen eruit importeren?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Probleemoplossing" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Mijn keuze onthouden" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Help ons Ultimaker Cura te verbeteren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Openen als project" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren, waaronder:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Modellen importeren" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Machinetypen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Project opslaan" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Materiaalgebruik" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extruder %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Aantal slices" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 &materiaal" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Instellingen voor printen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Materiaal" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "De gegevens die Ultimaker Cura verzamelt, bevatten geen persoonlijke informatie." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Bij opnieuw opslaan projectsamenvatting niet weergeven" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Meer informatie" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Opslaan" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "Nieuwe functies" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Bestand(en) openen" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Leeg" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Binnen de door u geselecteerde bestanden zijn een of meer projectbestanden aangetroffen. U kunt slechts één projectbestand tegelijk openen. Het wordt aangeraden alleen modellen uit deze bestanden te importeren. Wilt u verdergaan?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Release notes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Allemaal als model importeren" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Ongeveer %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "versie: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "End-to-end-oplossing voor fused filament 3D-printen." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3764,2297 +3597,2875 @@ msgstr "" "Cura is ontwikkeld door Ultimaker B.V. in samenwerking met de community.\n" "Cura maakt met trots gebruik van de volgende opensourceprojecten:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Grafische gebruikersinterface (GUI)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Toepassingskader" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "G-code-generator" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "InterProcess Communication-bibliotheek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Programmeertaal" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "GUI-kader" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Bindingen met GUI-kader" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Bindingenbibliotheek C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Indeling voor gegevensuitwisseling" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Ondersteuningsbibliotheek voor wetenschappelijke berekeningen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Ondersteuningsbibliotheek voor snellere berekeningen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Ondersteuningsbibliotheek voor het verwerken van STL-bestanden" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Ondersteuningsbibliotheek voor het verwerken van tweedimensionale objecten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Ondersteuningsbibliotheek voor het verwerken van driehoekig rasters" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Ondersteuningsbibliotheek voor het verwerken van 3MF-bestanden" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Ondersteuningsbibliotheek voor bestandsmetadata en streaming" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Seriële-communicatiebibliotheek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "ZeroConf-detectiebibliotheek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Bibliotheek met veelhoeken" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Statische typecontrole voor Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Rootcertificaten voor het valideren van SSL-betrouwbaarheid" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Python fouttraceringsbibliotheek" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Verpakkingsbibliotheek met veelhoeken, ontwikkeld door Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Pythonbindingen voor libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Ondersteuningsbibliotheek voor toegang tot systeemkeyring" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Pythonextensies voor Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Lettertype" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "SVG-pictogrammen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Implementatie van Linux-toepassing voor kruisdistributie" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Bestand(en) openen" +msgid "Discard or Keep changes" +msgstr "Wijzigingen verwijderen of behouden" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Binnen de door u geselecteerde bestanden zijn een of meer projectbestanden aangetroffen. U kunt slechts één projectbestand tegelijk openen. Het wordt aangeraden alleen modellen uit deze bestanden te importeren. Wilt u verdergaan?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Allemaal als model importeren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Profielinstellingen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Project opslaan" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Huidige wijzigingen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extruder %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 &materiaal" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Materiaal" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Bij opnieuw opslaan projectsamenvatting niet weergeven" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Opslaan" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Wijzigingen verwijderen of behouden" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"U hebt enkele profielinstellingen aangepast.\n" -"Wilt u deze gewijzigde instellingen behouden na het verwisselen van profielen?\n" -"U kunt de wijzigingen ook verwijderen om de standaardinstellingen van '%1' te laden." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Profielinstellingen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Huidige wijzigingen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Altijd vragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Verwijderen en nooit meer vragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Behouden en nooit meer vragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Wijzigingen verwijderen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Wijzigingen behouden" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Projectbestand openen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Dit is een Cura-projectbestand. Wilt u dit openen als project of de modellen eruit importeren?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Geen items om uit te kiezen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Mijn keuze onthouden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Bestand(en) openen..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Openen als project" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "&Recente bestanden openen" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Modellen importeren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Zichtbare instellingen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Actieve print" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Alle categorieën samenvouwen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Taaknaam" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Instelling voor zichtbaarheid beheren..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Printtijd" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Materiaal" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Geschatte resterende tijd" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Instellen als Actieve Extruder" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "De cloudprinter is offline. Controleer of de printer is ingeschakeld en verbonden is met internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Extruder inschakelen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Deze printer is niet gekoppeld aan uw account. Ga naar de Ultimaker Digital Factory om een verbinding tot stand te brengen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Extruder uitschakelen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "De cloudverbinding is momenteel niet beschikbaar. Log in om verbinding te maken met de cloudprinter." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Materiaal" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "De cloudverbinding is momenteel niet beschikbaar. Controleer uw internetverbinding." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favorieten" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Printer toevoegen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Standaard" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Printers beheren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Help" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Verbonden printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Bestand" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Vooraf ingestelde printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Project opslaan..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Instellingen voor printen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Exporteren..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "De printinstelling is uitgeschakeld. Het G-code-bestand kan niet worden gewijzigd." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Selectie Exporteren..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Profiel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "Voo&rkeuren" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Sommige waarden of aanpassingen van instellingen zijn anders dan de waarden die in het profiel zijn opgeslagen.\n" -"\n" -"Klik om het profielbeheer te openen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "B&ewerken" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Aangepaste profielen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Printer" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Huidige wijzigingen verwijderen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Netwerkprinters" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Aanbevolen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Lokale printers" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Aangepast" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "E&xtensies" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Aan" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Configuraties" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Uit" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Beschikbare configuraties laden vanaf de printer..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Experimenteel" +msgid "The configurations are not available because the printer is disconnected." +msgstr "De configuraties zijn niet beschikbaar omdat de printer niet verbonden is." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Er is geen %1 profiel voor de configuratie in extruder %2. In plaats daarvan wordt de standaardintentie gebruikt" -msgstr[1] "Er is geen %1 profiel voor de configuraties in extruders %2. In plaats daarvan wordt de standaardintentie gebruikt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Deze configuratie is niet beschikbaar omdat %1 niet wordt herkend. Ga naar %2 om het juiste materiaalprofiel te downloaden." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Profielen" +msgid "Marketplace" +msgstr "Marktplaats" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "U hebt enkele profielinstellingen aangepast. Ga naar de aangepaste modus als u deze wilt wijzigen." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "De configuratie van deze extruder is niet toegestaan en verhindert slicen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Er zijn geen profielen die compatibel zijn met de configuratie van deze extruder." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Support" -msgstr "Supportstructuur" +msgid "Select configuration" +msgstr "Configuratie selecteren" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Genereer structuren om delen van het model met overhang te ondersteunen. Zonder deze structuren zakken dergelijke delen in tijdens het printen." +msgid "Configurations" +msgstr "Configuraties" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Aangepast" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill" -msgstr "Geleidelijke vulling" +msgid "Printer" +msgstr "Printer" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Met geleidelijke vulling neemt de hoeveelheid vulling naar boven toe." +msgid "Enabled" +msgstr "Ingeschakeld" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Adhesion" -msgstr "Hechting" +msgid "Material" +msgstr "Materiaal" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Het printen van een brim of raft inschakelen. Deze optie zorgt ervoor dat er extra materiaal rondom of onder het object wordt neergelegd, dat er naderhand eenvoudig kan worden afgesneden." +msgid "Use glue for better adhesion with this material combination." +msgstr "Gebruik lijm bij deze combinatie van materialen voor een betere hechting." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Project opslaan..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Netwerkprinters" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Lokale printers" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Materiaal" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favorieten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Standaard" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Geselecteerd model printen met:" msgstr[1] "Geselecteerde modellen printen met:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Geselecteerd model verveelvoudigen" msgstr[1] "Geselecteerde modellen verveelvoudigen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Aantal exemplaren" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Project opslaan..." +msgid "Save Project..." +msgstr "Project opslaan..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Exporteren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "Beel&d" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Selectie Exporteren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Camerapositie" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Configuraties" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Camerabeeld" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Aangepast" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspectief" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Orthografisch" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Ingeschakeld" +msgid "View type" +msgstr "Type weergeven" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Materiaal" +msgid "Sign in to the Ultimaker platform" +msgstr "Meld u aan op het Ultimaker-platform" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Gebruik lijm bij deze combinatie van materialen voor een betere hechting." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Voeg materiaalprofielen en plug-ins toe uit de Marktplaats\n" +"- Maak back-ups van uw materiaalprofielen en plug-ins en synchroniseer deze\n" +"- Deel ideeën met 48.000+ gebruikers in de Ultimaker-community of vraag hen om ondersteuning" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "De configuratie van deze extruder is niet toegestaan en verhindert slicen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Maak een gratis Ultimaker-account aan" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Er zijn geen profielen die compatibel zijn met de configuratie van deze extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Aanmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Configuratie selecteren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Laatste update: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Configuraties" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker-account" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Beschikbare configuraties laden vanaf de printer..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Afmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "De configuraties zijn niet beschikbaar omdat de printer niet verbonden is." +msgid "Checking..." +msgstr "Aan het controleren..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Deze configuratie is niet beschikbaar omdat %1 niet wordt herkend. Ga naar %2 om het juiste materiaalprofiel te downloaden." +msgid "Account synced" +msgstr "Account gesynchroniseerd" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Marktplaats" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Bestand(en) openen..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Printer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Materiaal" +msgid "Something went wrong..." +msgstr "Er is een fout opgetreden..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Instellen als Actieve Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Updates in afwachting installeren" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Extruder inschakelen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Controleren op accountupdates" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Extruder uitschakelen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Slicen..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "&Recente bestanden openen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Kan niet slicen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Zichtbare instellingen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Verwerken" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Alle categorieën samenvouwen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Slicen" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Instelling voor zichtbaarheid beheren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Het sliceproces starten" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Camerapositie" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Annuleren" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Camerabeeld" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Tijdschatting" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspectief" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Materiaalschatting" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Orthografisch" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1 m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "&Platform" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1 g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Type weergeven" +msgid "No time estimation available" +msgstr "Geen tijdschatting beschikbaar" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "Is geprint als support." +msgid "No cost estimation available" +msgstr "Geen kostenraming beschikbaar" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Andere modellen die met dit model overlappen, zijn gewijzigd." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Voorbeeld" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "De vulling die met dit model overlapt, is aangepast." +msgid "This package will be installed after restarting." +msgstr "Dit package wordt na opnieuw starten geïnstalleerd." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Overlappingen worden in dit model niet ondersteund." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Algemeen" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Overschrijft %1 instelling." -msgstr[1] "Overschrijft %1 instellingen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Instellingen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Printers" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materialen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Profielen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Activeren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "%1 wordt gesloten" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Maken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Weet u zeker dat u %1 wilt afsluiten?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Dupliceren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Package installeren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Hernoemen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importeren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Exporteren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Profiel Maken" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Geef een naam op voor dit profiel." +msgid "Open File(s)" +msgstr "Bestand(en) openen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Profiel Dupliceren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Binnen de door u geselecteerde bestanden zijn een of meer G-code-bestanden aangetroffen. U kunt maximaal één G-code-bestand tegelijk openen. Selecteer maximaal één bestand als u dit wilt openen als G-code-bestand." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Verwijderen Bevestigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Weet u zeker dat u %1 wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt!" +msgid "Add Printer" +msgstr "Printer Toevoegen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Profiel Hernoemen" +msgid "What's New" +msgstr "Nieuwe functies" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Profiel Importeren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Aan" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Profiel Exporteren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Uit" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Printer: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Experimenteel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Profiel bijwerken met huidige instellingen/overschrijvingen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Instellingen voor printen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Dit profiel gebruikt de standaardinstellingen die door de printer zijn opgegeven, dus er zijn hiervoor geen instellingen/overschrijvingen in de onderstaande lijst." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "De printinstelling is uitgeschakeld. Het G-code-bestand kan niet worden gewijzigd." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Uw huidige instellingen komen overeen met het geselecteerde profiel." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Aanbevolen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Algemene Instellingen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Aangepast" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Algemeen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Er is geen %1 profiel voor de configuratie in extruder %2. In plaats daarvan wordt de standaardintentie gebruikt" +msgstr[1] "Er is geen %1 profiel voor de configuraties in extruders %2. In plaats daarvan wordt de standaardintentie gebruikt" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 msgctxt "@label" -msgid "Interface" -msgstr "Interface" +msgid "Gradual infill" +msgstr "Geleidelijke vulling" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Currency:" -msgstr "Valuta:" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Met geleidelijke vulling neemt de hoeveelheid vulling naar boven toe." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Theme:" -msgstr "Thema:" +msgid "Support" +msgstr "Supportstructuur" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "U moet de toepassing opnieuw starten voordat deze wijzigingen van kracht worden." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Automatisch slicen bij wijzigen van instellingen." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Automatisch slicen" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Genereer structuren om delen van het model met overhang te ondersteunen. Zonder deze structuren zakken dergelijke delen in tijdens het printen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Gedrag kijkvenster" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Geef niet-ondersteunde gedeelten van het model een rode markering. Zonder ondersteuning zullen deze gedeelten niet goed worden geprint." +msgid "Profiles" +msgstr "Profielen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Overhang weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "U hebt enkele profielinstellingen aangepast. Ga naar de aangepaste modus als u deze wilt wijzigen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Markeer ontbrekende of ongebruikelijke oppervlakken van het model met behulp van waarschuwingstekens. De toolpaths zullen vaak delen van de beoogde geometrie missen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "Hechting" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Modelfouten weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Het printen van een brim of raft inschakelen. Deze optie zorgt ervoor dat er extra materiaal rondom of onder het object wordt neergelegd, dat er naderhand eenvoudig kan worden afgesneden." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Verplaatst de camera zodanig dat wanneer een model wordt geselecteerd, het model in het midden van het beeld wordt weergegeven" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Aangepaste profielen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Camera centreren wanneer een item wordt geselecteerd" +msgid "Discard current changes" +msgstr "Huidige wijzigingen verwijderen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Moet het standaard zoomgedrag van Cura worden omgekeerd?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "Profiel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Keer de richting van de camerazoom om." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Sommige waarden of aanpassingen van instellingen zijn anders dan de waarden die in het profiel zijn opgeslagen.\n" +"\n" +"Klik om het profielbeheer te openen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "Moet het zoomen in de richting van de muis gebeuren?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Instelling" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Zoomen in de richting van de muis wordt niet ondersteund in het orthografische perspectief." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profiel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Zoomen in de richting van de muis" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Huidig" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Moeten modellen op het platform zodanig worden verplaatst dat ze elkaar niet meer doorsnijden?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Modellen gescheiden houden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Moeten modellen in het printgebied omlaag worden gebracht zodat ze het platform raken?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Modellen automatisch op het platform laten vallen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Toon het waarschuwingsbericht in de G-code-lezer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Waarschuwingsbericht in de G-code-lezer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Zichtbaarheid Instellen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "Moet de laag in de compatibiliteitsmodus worden geforceerd?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Compatibiliteitsmodus voor laagweergave forceren (opnieuw opstarten vereist)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Alles aanvinken" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Moet Cura openen op de locatie waar het gesloten werd?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Herstel de vensterpositie bij het opstarten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Activeren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Welk type cameraweergave moet worden gebruikt?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Hernoemen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Cameraweergave:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Diameterwijziging bevestigen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspectief" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Het nieuwe filament is ingesteld op %1 mm. Dit is niet compatibel met de huidige extruder. Wilt u verder gaan?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Orthografisch" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Naam" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 msgctxt "@label" -msgid "Opening and saving files" -msgstr "Bestanden openen en opslaan" +msgid "Brand" +msgstr "Merk" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Wilt u dat bestanden vanaf de desktop of externe toepassingen in dezelfde instantie van Cura worden geopend?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Gebruik één instantie van Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Moet het platform worden leeggemaakt voordat u een nieuw model laadt in de dezelfde instantie van Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Maak platform leeg voordat u een model laadt in dezelfde instantie" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Moeten modellen worden geschaald naar het werkvolume als ze te groot zijn?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Grote modellen schalen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Een model wordt mogelijk extreem klein weergegeven als de eenheden bijvoorbeeld in meters zijn in plaats van in millimeters. Moeten dergelijke modellen worden opgeschaald?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Extreem kleine modellen schalen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Moeten modellen worden geselecteerd nadat ze zijn geladen?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Modellen selecteren wanneer ze geladen zijn" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Moet er automatisch een op de printernaam gebaseerde voorvoegsel aan de naam van de printtaak worden toegevoegd?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Machinevoorvoegsel toevoegen aan taaknaam" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Dient er een samenvatting te worden weergegeven wanneer een projectbestand wordt opgeslagen?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Dialoogvenster voor samenvatting weergeven tijdens het opslaan van een project" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Standaardgedrag tijdens het openen van een projectbestand" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Standaardgedrag tijdens het openen van een projectbestand: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Altijd vragen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Altijd als project openen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Altijd modellen importeren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Wanneer u wijzigingen hebt aangebracht aan een profiel en naar een ander profiel wisselt, wordt een dialoogvenster weergegeven waarin u wordt gevraagd of u de aanpassingen wilt behouden. U kunt ook een standaardgedrag kiezen en het dialoogvenster nooit meer laten weergeven." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Standaardgedrag voor gewijzigde instellingen wanneer er naar een ander profiel wordt overgeschakeld: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Gewijzigde instellingen altijd verwijderen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Gewijzigde instellingen altijd naar nieuw profiel overbrengen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privacy" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Mogen anonieme gegevens over uw print naar Ultimaker worden verzonden? Opmerking: er worden geen modellen, IP-adressen of andere persoonlijk identificeerbare gegevens verzonden of opgeslagen." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(Anonieme) printgegevens verzenden" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Meer informatie" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Updates" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Moet Cura op updates controleren wanneer het programma wordt gestart?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Bij starten op updates controleren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Kijk bij het controleren op updates alleen naar stabiele releases." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Alleen stabiele releases" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Kijk bij het controleren op updates naar stabiele releases en bèta-releases." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Stabiele releases en bèta-releases" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Moet er elke keer dat Cura wordt opgestart automatisch worden gecontroleerd op nieuwe plug-ins? Wij raden u ten zeerste aan dit niet uit te schakelen!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Meldingen ontvangen als er updates zijn voor pug-ins" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informatie" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Diameterwijziging bevestigen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Het nieuwe filament is ingesteld op %1 mm. Dit is niet compatibel met de huidige extruder. Wilt u verder gaan?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Naam" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "Type Materiaal" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "Kleur" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Eigenschappen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Dichtheid" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diameter" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Kostprijs Filament" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Gewicht filament" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Lengte filament" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Kostprijs per meter" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Dit materiaal is gekoppeld aan %1 en deelt hiermee enkele eigenschappen." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Materiaal ontkoppelen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Beschrijving" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Gegevens Hechting" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Maken" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Dupliceren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Synchroniseren met printers" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Printer" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Materiaal Importeren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Kon materiaal %1 niet importeren: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Materiaal %1 is geïmporteerd" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Materiaal Exporteren" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Exporteren van materiaal naar %1 is mislukt: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Materiaal is geëxporteerd naar %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informatie" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Synchroniseer materialen met printers" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Synchroniseer materialen met printers" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Met een paar simpele stappen kunt u al uw materiaalprofielen synchroniseren met uw printers." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Starten" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Waarom moet ik materiaalprofielen synchroniseren?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Starten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Aanmelden" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Om de materiaalprofielen automatisch te synchroniseren met alle printers die op Digital Factory zijn aangesloten, moet u zich aanmelden bij Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Materialen synchroniseren met USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "De volgende printers ontvangen de nieuwe materiaalprofielen:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Er is iets misgegaan bij het verzenden van de materialen naar de printers." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Materiaalprofielen zijn gesynchroniseerd met de volgende printers:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Probleemoplossing" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Ontbreken er printers?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Controleer of alle printers zijn ingeschakeld en zijn aangesloten op Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Lijst vernieuwen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Probeer het opnieuw" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Klaar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Synchroniseren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Synchroniseren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Geen printers gevonden" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Mogelijk zijn er geen compatibele printers op Digital Factory aangesloten. Controleer of de printer is aangesloten en de nieuwste firmware op de printer" -" is geïnstalleerd." +msgstr "Mogelijk zijn er geen compatibele printers op Digital Factory aangesloten. Controleer of de printer is aangesloten en de nieuwste firmware op de printer is geïnstalleerd." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Meer informatie over het aansluiten van de printer op Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Vernieuwen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Materiaalprofielen synchroniseren via USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Volg onderstaande stappen om nieuwe materiaalprofielen op uw printer te laden." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Klik op de knop Materiaalarchief exporteren." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Bewaar het .umm-bestand op een USB-stick." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Steek de USB-stick in de printer en start de procedure om nieuwe materiaalprofielen te laden." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Hoe u nieuwe materiaalprofielen laadt op Mijn printer" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Terug" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Materiaalarchief exporteren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Alle materialen exporteren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Zichtbaarheid Instellen" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Alles aanvinken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Berekend" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importeren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Instelling" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profiel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Dupliceren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Huidig" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Exporteren" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Eenheid" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Verwijderen Bevestigen" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Niet met een printer verbonden" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "Printer accepteert geen opdrachten" - -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "In onderhoud. Controleer de printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Weet u zeker dat u %1 wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Verbinding met de printer is verbroken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Materiaal Importeren" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Printen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Materiaal %1 is geïmporteerd" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Gepauzeerd" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Kon materiaal %1 niet importeren: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Voorbereiden..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Materiaal Exporteren" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Verwijder de print" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Exporteren van materiaal naar %1 is mislukt: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Printen Afbreken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Materiaal is geëxporteerd naar %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Weet u zeker dat u het printen wilt afbreken?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Geselecteerd model printen met %1" -msgstr[1] "Geselecteerde modellen printen met %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Mijn printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Volg uw printers in Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Maak printprojecten aan in Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Printtaken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Dit profiel gebruikt de standaardinstellingen die door de printer zijn opgegeven, dus er zijn hiervoor geen instellingen/overschrijvingen in de onderstaande lijst." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Volg printtaken en print opnieuw vanuit uw printgeschiedenis." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Uw huidige instellingen komen overeen met het geselecteerde profiel." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Breid Ultimaker Cura uit met plug-ins en materiaalprofielen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Algemene Instellingen" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Word een 3D-printexpert met Ultimaker e-learning." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Profiel Maken" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ondersteuning van Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Geef een naam op voor dit profiel." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Leer hoe u aan de slag gaat met Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Profiel Exporteren" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Stel een vraag" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Profiel Dupliceren" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consulteer de Ultimaker Community." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Profiel Hernoemen" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Een fout melden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Profiel Importeren" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Laat ontwikkelaars weten dat er iets misgaat." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interface" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Bezoek de Ultimaker-website." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Printerbediening" +msgid "Currency:" +msgstr "Valuta:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Jog-positie" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Automatisch slicen bij wijzigen van instellingen." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Automatisch slicen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Jog-afstand" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "G-code verzenden" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Verzend een aangepaste G-code-opdracht naar de verbonden printer. Druk op Enter om de opdracht te verzenden." +msgid "Viewport behavior" +msgstr "Gedrag kijkvenster" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Geef niet-ondersteunde gedeelten van het model een rode markering. Zonder ondersteuning zullen deze gedeelten niet goed worden geprint." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "De doeltemperatuur van de hot-end. De hot-end wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt de verwarming van de hot-end uitgeschakeld." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Overhang weergeven" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "De huidige temperatuur van dit hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Markeer ontbrekende of ongebruikelijke oppervlakken van het model met behulp van waarschuwingstekens. De toolpaths zullen vaak delen van de beoogde geometrie missen." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "De temperatuur waarnaar het hotend moet worden voorverwarmd." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Modelfouten weergeven" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Annuleren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Verplaatst de camera zodanig dat wanneer een model wordt geselecteerd, het model in het midden van het beeld wordt weergegeven" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Voorverwarmen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Camera centreren wanneer een item wordt geselecteerd" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Verwarm het hotend voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het hotend wordt verwarmd. Zo hoeft u niet te wachten totdat het hotend is opgewarmd wanneer u gereed bent om te printen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Moet het standaard zoomgedrag van Cura worden omgekeerd?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "De kleur van het materiaal in deze extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Keer de richting van de camerazoom om." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Het materiaal in deze extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "Moet het zoomen in de richting van de muis gebeuren?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "De nozzle die in deze extruder geplaatst is." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Zoomen in de richting van de muis wordt niet ondersteund in het orthografische perspectief." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Er is geen verbinding met de printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Zoomen in de richting van de muis" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Platform" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Moeten modellen op het platform zodanig worden verplaatst dat ze elkaar niet meer doorsnijden?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "De doeltemperatuur van het verwarmde bed. Het bed wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt de verwarming van het bed uitgeschakeld." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Modellen gescheiden houden" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "De huidige temperatuur van het verwarmde bed." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Moeten modellen in het printgebied omlaag worden gebracht zodat ze het platform raken?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "De temperatuur waarnaar het bed moet worden voorverwarmd." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Modellen automatisch op het platform laten vallen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Verwarm het bed voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het bed wordt verwarmd. Zo hoeft u niet te wachten totdat het bed opgewarmd is wanneer u gereed bent om te printen." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Toon het waarschuwingsbericht in de G-code-lezer." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Aanmelden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Waarschuwingsbericht in de G-code-lezer" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Voeg materiaalprofielen en plug-ins toe uit de Marktplaats\n" -"- Maak back-ups van uw materiaalprofielen en plug-ins en synchroniseer deze\n" -"- Deel ideeën met 48.000+ gebruikers in de Ultimaker-community of vraag hen om ondersteuning" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "Moet de laag in de compatibiliteitsmodus worden geforceerd?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Maak een gratis Ultimaker-account aan" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Compatibiliteitsmodus voor laagweergave forceren (opnieuw opstarten vereist)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Laatste update: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Moet Cura openen op de locatie waar het gesloten werd?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker-account" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Herstel de vensterpositie bij het opstarten" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Afmelden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Welk type cameraweergave moet worden gebruikt?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Aan het controleren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Cameraweergave:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Account gesynchroniseerd" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspectief" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Orthografisch" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Er is een fout opgetreden..." +msgid "Opening and saving files" +msgstr "Bestanden openen en opslaan" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Updates in afwachting installeren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Wilt u dat bestanden vanaf de desktop of externe toepassingen in dezelfde instantie van Cura worden geopend?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Controleren op accountupdates" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Gebruik één instantie van Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Zonder titel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Moet het platform worden leeggemaakt voordat u een nieuw model laadt in de dezelfde instantie van Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Geen items om uit te kiezen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Maak platform leeg voordat u een model laadt in dezelfde instantie" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Online gids voor probleemoplossing weergegeven" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Moeten modellen worden geschaald naar het werkvolume als ze te groot zijn?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Volledig Scherm In-/Uitschakelen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Grote modellen schalen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Volledig scherm sluiten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Een model wordt mogelijk extreem klein weergegeven als de eenheden bijvoorbeeld in meters zijn in plaats van in millimeters. Moeten dergelijke modellen worden opgeschaald?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "Ongedaan &Maken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Extreem kleine modellen schalen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Opnieuw" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Moeten modellen worden geselecteerd nadat ze zijn geladen?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Afsluiten" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Modellen selecteren wanneer ze geladen zijn" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "3D-weergave" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Moet er automatisch een op de printernaam gebaseerde voorvoegsel aan de naam van de printtaak worden toegevoegd?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Weergave voorzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Machinevoorvoegsel toevoegen aan taaknaam" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Weergave bovenzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Dient er een samenvatting te worden weergegeven wanneer een projectbestand wordt opgeslagen?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Aanzicht onderzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Dialoogvenster voor samenvatting weergeven tijdens het opslaan van een project" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Weergave linkerzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Standaardgedrag tijdens het openen van een projectbestand" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Weergave rechterzijde" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Standaardgedrag tijdens het openen van een projectbestand: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Cura Configureren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Altijd vragen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Printer Toevoegen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Altijd als project openen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Pr&inters Beheren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Altijd modellen importeren" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Materialen Beheren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Wanneer u wijzigingen hebt aangebracht aan een profiel en naar een ander profiel wisselt, wordt een dialoogvenster weergegeven waarin u wordt gevraagd of u de aanpassingen wilt behouden. U kunt ook een standaardgedrag kiezen en het dialoogvenster nooit meer laten weergeven." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Meer materialen toevoegen van Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Standaardgedrag voor gewijzigde instellingen wanneer er naar een ander profiel wordt overgeschakeld: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "Profiel bijwerken met h&uidige instellingen/overschrijvingen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Gewijzigde instellingen altijd verwijderen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "Hui&dige wijzigingen verwijderen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Gewijzigde instellingen altijd naar nieuw profiel overbrengen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "Profiel maken op basis van huidige instellingen/overs&chrijvingen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privacy" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Profielen Beheren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Mogen anonieme gegevens over uw print naar Ultimaker worden verzonden? Opmerking: er worden geen modellen, IP-adressen of andere persoonlijk identificeerbare gegevens verzonden of opgeslagen." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Online &Documentatie Weergeven" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(Anonieme) printgegevens verzenden" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Een &Bug Rapporteren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Updates" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Nieuwe functies" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Moet Cura op updates controleren wanneer het programma wordt gestart?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Over..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Bij starten op updates controleren" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Verwijder geselecteerde items" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Kijk bij het controleren op updates alleen naar stabiele releases." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centreer geselecteerde items" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Alleen stabiele releases" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Verveelvoudig geselecteerde items" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Kijk bij het controleren op updates naar stabiele releases en bèta-releases." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Model Verwijderen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Stabiele releases en bèta-releases" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Model op Platform Ce&ntreren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Moet er elke keer dat Cura wordt opgestart automatisch worden gecontroleerd op nieuwe plug-ins? Wij raden u ten zeerste aan dit niet uit te schakelen!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "Modellen &Groeperen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Meldingen ontvangen als er updates zijn voor pug-ins" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Groeperen van Modellen Opheffen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Een printer toevoegen op IP-adres" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "Modellen Samen&voegen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Voer het IP-adres van uw printer in." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Model verveelvoudigen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Toevoegen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Alle Modellen Selecteren" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Kan geen verbinding maken met het apparaat." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Platform Leegmaken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Kunt u geen verbinding maken met uw Ultimaker-printer?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Alle Modellen Opnieuw Laden" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "De printer op dit adres heeft nog niet gereageerd." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Alle modellen schikken op alle platformen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Kan de printer niet toevoegen omdat het een onbekende printer is of omdat het niet de host in een groep is." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Alle modellen schikken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Verbinding maken" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Selectie schikken" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Release notes" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Alle Modelposities Herstellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Gebruikersovereenkomst" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Alle Modeltransformaties Herstellen" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Akkoord" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "Bestand(en) &openen..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Afwijzen en sluiten" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Nieuw project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Nieuwe functies" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Open Configuratiemap" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Volgende" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Zichtbaarheid Instelling Configureren..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Een cloudprinter toevoegen" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Marktplaats" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "Wachten op cloudreactie" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Deze instelling wordt niet gebruikt omdat alle instellingen waarop deze invloed heeft, worden overschreven." +msgid "No printers found in your account?" +msgstr "Geen printers gevonden in uw account?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Beïnvloedt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "De volgende printers in uw account zijn toegevoegd in Cura:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Beïnvloed door" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Printer handmatig toevoegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Voeg materiaalinstellingen en plugins uit de Marktplaats toe" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Maak een back-up van uw materiaalinstellingen en plug-ins en synchroniseer deze" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Deel ideeën met 48,000+ gebruikers in de Ultimaker Community of vraag hen om ondersteuning" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Overslaan" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Maak een gratis Ultimaker-account aan" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Deze instelling wordt altijd door alle extruders gedeeld. Als u hier de instelling wijzigt, wordt de waarde voor alle extruders gewijzigd." +msgid "Welcome to Ultimaker Cura" +msgstr "Welkom bij Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Volg deze stappen voor het instellen van\n" +"Ultimaker Cura. Dit duurt slechts even." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Aan de slag" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Deze instelling wordt afgeleid van strijdige extruderspecifieke waarden:" +msgid "Empty" +msgstr "Leeg" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Deze instelling heeft een andere waarde dan in het profiel.\n" -"\n" -"Klik om de waarde van het profiel te herstellen." +msgid "Manufacturer" +msgstr "Fabrikant" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Deze instelling wordt normaliter berekend, maar is nu ingesteld op een absolute waarde.\n" -"\n" -"Klik om de berekende waarde te herstellen." +msgid "Profile author" +msgstr "Profieleigenaar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Printernaam" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Geef uw printer een naam" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Een printer toevoegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Een netwerkprinter toevoegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Een niet-netwerkprinter toevoegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Kan in uw netwerk geen printer vinden." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Vernieuwen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Printer toevoegen op IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Een cloudprinter toevoegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Probleemoplossing" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Help ons Ultimaker Cura te verbeteren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren, waaronder:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Machinetypen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Materiaalgebruik" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Aantal slices" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Instellingen voor printen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "De gegevens die Ultimaker Cura verzamelt, bevatten geen persoonlijke informatie." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Meer informatie" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Lijst met objecten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Is geprint als support." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Andere modellen die met dit model overlappen, zijn gewijzigd." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "De vulling die met dit model overlapt, is aangepast." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Overlappingen worden in dit model niet ondersteund." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Overschrijft %1 instelling." +msgstr[1] "Overschrijft %1 instellingen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Verbonden printers" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Vooraf ingestelde printers" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "De cloudprinter is offline. Controleer of de printer is ingeschakeld en verbonden is met internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Deze printer is niet gekoppeld aan uw account. Ga naar de Ultimaker Digital Factory om een verbinding tot stand te brengen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "De cloudverbinding is momenteel niet beschikbaar. Log in om verbinding te maken met de cloudprinter." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "De cloudverbinding is momenteel niet beschikbaar. Controleer uw internetverbinding." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Printer toevoegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Printers beheren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Zonder titel" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Niet met een printer verbonden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "Printer accepteert geen opdrachten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "In onderhoud. Controleer de printer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Verbinding met de printer is verbroken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Printen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Gepauzeerd" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Voorbereiden..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Verwijder de print" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Printen Afbreken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Weet u zeker dat u het printen wilt afbreken?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Een aantal verborgen instellingen gebruiken andere waarden dan hun normale berekende waarde.\n" +"\n" +"Klik om deze instellingen zichtbaar te maken." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Instellingen zoeken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Waarde naar alle extruders kopiëren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Alle gewijzigde waarden naar alle extruders kopiëren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Deze instelling verbergen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Deze instelling verbergen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Deze instelling zichtbaar houden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Zichtbaarheid Instelling Configureren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Deze instelling wordt niet gebruikt omdat alle instellingen waarop deze invloed heeft, worden overschreven." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Beïnvloedt" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Beïnvloed door" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Deze instelling wordt altijd door alle extruders gedeeld. Als u hier de instelling wijzigt, wordt de waarde voor alle extruders gewijzigd." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Deze instelling wordt afgeleid van strijdige extruderspecifieke waarden:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Deze instelling heeft een andere waarde dan in het profiel.\n" +"\n" +"Klik om de waarde van het profiel te herstellen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Deze instelling wordt normaliter berekend, maar is nu ingesteld op een absolute waarde.\n" +"\n" +"Klik om de berekende waarde te herstellen." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Actieve print" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Taaknaam" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Printtijd" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Geschatte resterende tijd" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Volledig Scherm In-/Uitschakelen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Volledig scherm sluiten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "Ongedaan &Maken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Opnieuw" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Afsluiten" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "3D-weergave" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Weergave voorzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Weergave bovenzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Aanzicht onderzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Weergave linkerzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Weergave rechterzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Cura Configureren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Printer Toevoegen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Pr&inters Beheren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Materialen Beheren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "Profiel bijwerken met h&uidige instellingen/overschrijvingen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "Hui&dige wijzigingen verwijderen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "Profiel maken op basis van huidige instellingen/overs&chrijvingen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Profielen Beheren..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Online &Documentatie Weergeven" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Een &Bug Rapporteren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Nieuwe functies" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Over..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Verwijder geselecteerde items" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centreer geselecteerde items" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Verveelvoudig geselecteerde items" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Model Verwijderen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Model op Platform Ce&ntreren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "Modellen &Groeperen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Groeperen van Modellen Opheffen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "Modellen Samen&voegen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Model verveelvoudigen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Alle Modellen Selecteren" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Platform Leegmaken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Alle Modellen Opnieuw Laden" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Alle modellen schikken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Selectie schikken" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Alle Modelposities Herstellen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Alle Modeltransformaties Herstellen" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "Bestand(en) &openen..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Nieuw project..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Open Configuratiemap" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3D-weergave" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Weergave voorzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Weergave bovenzijde" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Linkeraanzicht" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Rechteraanzicht" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Deze optie biedt een voorbereidingsstadium in Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Stadium voorbereiden" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Biedt ondersteuning voor het exporteren van Cura-profielen." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Cura-profielschrijver" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Biedt ondersteuning voor het lezen van modelbestanden." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh-lezer" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Controleert op firmware-updates." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Firmware-updatecontrole" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Hiermee worden bepaalde gebeurtenissen geregistreerd, zodat deze door de crashrapportage kunnen worden gebruikt" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Sentrylogger" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Deze optie biedt een controlestadium in Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Controlestadium" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Biedt hotplug- en schrijfondersteuning voor verwisselbare stations." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Plug-in voor Verwijderbaar Uitvoerapparaat" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Biedt ondersteuning voor het lezen van AMF-bestanden." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMF-lezer" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Deze optie biedt ondersteuning voor het lezen van Ultimaker Format Packages." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP-lezer" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Maakt verbinding met de digitale bibliotheek, zodat Cura bestanden kan openen vanuit, en bestanden kan opslaan in, de digitale bibliotheek." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Biedt de Instellingen per Model." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Gereedschap voor Instellingen per Model" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Biedt machineacties voor het bijwerken van de firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Firmware-updater" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Hiermee beheert u netwerkverbindingen naar Ultimaker-netwerkprinters." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker-netwerkverbinding" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Via deze optie controleert u de modellen en de printconfiguratie op mogelijke printproblemen en ontvangt u suggesties." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Modelcontrole" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Simulatieweergave" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Met deze optie schrijft u G-code naar een bestand." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "G-code-schrijver" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Biedt ondersteuning voor het schrijven van 3MF-bestanden." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MF-schrijver" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Hiermee leest u G-code uit een gecomprimeerd archief." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Lezer voor gecomprimeerde G-code" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Biedt mogelijkheden om materiaalprofielen op XML-basis te lezen en te schrijven." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Materiaalprofielen" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Voorziet in de koppeling naar het slicing-back-end van de CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine-back-end" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Deze optie biedt ondersteuning voor het lezen van X3D-bestanden." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3D-lezer" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Hiermee wordt het genereren van printbare geometrie van 2D-afbeeldingsbestanden mogelijk." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Afbeeldinglezer" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Biedt ondersteuning voor het lezen van 3MF-bestanden." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MF-lezer" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Deze optie biedt ondersteuning voor het schrijven van Ultimaker Format Packages." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UFP-schrijver" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Biedt ondersteuning voor het importeren van profielen uit oudere Cura-versies." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Lezer voor Profielen van oudere Cura-versies" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.3 naar Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Versie-upgrade van 4.3 naar 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.1 naar Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Versie-upgrade van 2.1 naar 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.1 naar Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Versie-upgrade van 4.1 naar 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.5 naar Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Versie-upgrade van 4.5 naar 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.3 naar Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Versie-upgrade van 3.3 naar 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.7 naar Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Versie-upgrade van 4.8 naar 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.7 naar Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Versie-upgrade van 2.7 naar 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.4 naar Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Instellingen zoeken" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Versie-upgrade van 4.4 naar 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Waarde naar alle extruders kopiëren" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.0 naar Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Alle gewijzigde waarden naar alle extruders kopiëren" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Versie-upgrade van 3.0 naar 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Deze instelling verbergen" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.6.0 naar Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Deze instelling verbergen" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Versie-upgrade van 4.6.0 naar 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Deze instelling zichtbaar houden" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.6 naar Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Een aantal verborgen instellingen gebruiken andere waarden dan hun normale berekende waarde.\n" -"\n" -"Klik om deze instellingen zichtbaar te maken." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Versie-upgrade van 2.6 naar 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Dit package wordt na opnieuw starten geïnstalleerd." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.2 naar Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Instellingen" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Versie-upgrade van 4.2 naar 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "%1 wordt gesloten" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.0 naar Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Weet u zeker dat u %1 wilt afsluiten?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Versie-upgrade van 4.0 naar 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Package installeren" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.6.2 naar Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Bestand(en) openen" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Versie-upgrade van 4.6.2 naar 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Binnen de door u geselecteerde bestanden zijn een of meer G-code-bestanden aangetroffen. U kunt maximaal één G-code-bestand tegelijk openen. Selecteer maximaal één bestand als u dit wilt openen als G-code-bestand." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.9 naar Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Printer Toevoegen" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Versie-upgrade 4.9 naar 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Nieuwe functies" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.2 naar Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Versie-upgrade van 2.2 naar 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Biedt de Instellingen per Model." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.2 naar Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Gereedschap voor Instellingen per Model" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Versie-upgrade van 3.2 naar 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Biedt ondersteuning bij het importeren van Cura-profielen." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.5 naar Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura-profiellezer" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Versie-upgrade van 2.5 naar 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Deze optie biedt ondersteuning voor het lezen van X3D-bestanden." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.5 naar Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D-lezer" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Versie-upgrade van 3.5 naar 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Een back-up maken van uw configuratie en deze herstellen." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.4 naar Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura-back-ups" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Versie-upgrade van 3.4 naar 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Biedt een manier om de machine-instellingen (zoals bouwvolume, maat nozzle, enz.) te wijzigen." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.7 naar Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Actie machine-instellingen" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Versie-upgrade van 4.7 naar 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Hiermee maakt u een wisraster om het printen van een supportstructuur op bepaalde plekken te blokkeren" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.11 naar Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Supportwisser" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Versie-upgrade van 4.11 naar 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Biedt hotplug- en schrijfondersteuning voor verwisselbare stations." +msgid "Backup and restore your configuration." +msgstr "Een back-up maken van uw configuratie en deze herstellen." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Plug-in voor Verwijderbaar Uitvoerapparaat" +msgid "Cura Backups" +msgstr "Cura-back-ups" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Biedt machineacties voor het bijwerken van de firmware." +msgid "Provides support for importing Cura profiles." +msgstr "Biedt ondersteuning bij het importeren van Cura-profielen." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Firmware-updater" +msgid "Cura Profile Reader" +msgstr "Cura-profiellezer" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Biedt ondersteuning voor het importeren van profielen uit oudere Cura-versies." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Verzendt anonieme slice-informatie. Dit kan bij de voorkeuren worden uitgeschakeld." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Lezer voor Profielen van oudere Cura-versies" +msgid "Slice info" +msgstr "Slice-informatie" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Biedt ondersteuning voor het lezen van 3MF-bestanden." +msgid "Provides support for importing profiles from g-code files." +msgstr "Biedt ondersteuning voor het importeren van profielen uit G-code-bestanden." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF-lezer" +msgid "G-code Profile Reader" +msgstr "G-code-profiellezer" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Deze optie biedt ondersteuning voor het schrijven van Ultimaker Format Packages." +msgid "Writes g-code to a compressed archive." +msgstr "Met deze optie schrijft u G-code naar een gecomprimeerd archief." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFP-schrijver" +msgid "Compressed G-code Writer" +msgstr "Schrijver voor gecomprimeerde G-code" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Hiermee worden bepaalde gebeurtenissen geregistreerd, zodat deze door de crashrapportage kunnen worden gebruikt" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Uitbreiding waarmee door de gebruiker gemaakte scripts voor nabewerking kunnen worden gebruikt" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Sentrylogger" +msgid "Post Processing" +msgstr "Nabewerking" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Biedt ondersteuning voor het importeren van profielen uit G-code-bestanden." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Hiermee maakt u een wisraster om het printen van een supportstructuur op bepaalde plekken te blokkeren" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-code-profiellezer" +msgid "Support Eraser" +msgstr "Supportwisser" #: PreviewStage/plugin.json msgctxt "description" @@ -6076,55 +6487,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Röntgenweergave" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Voorziet in de koppeling naar het slicing-back-end van de CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Biedt machineacties voor Ultimaker-machines (zoals wizard voor bedkalibratie, selecteren van upgrades, enz.)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine-back-end" +msgid "Ultimaker machine actions" +msgstr "Acties Ultimaker-machines" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Biedt ondersteuning voor het lezen van AMF-bestanden." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF-lezer" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Hiermee leest u G-code uit een gecomprimeerd archief." +msgid "Provides a normal solid mesh view." +msgstr "Biedt een normale, solide rasterweergave." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Lezer voor gecomprimeerde G-code" +msgid "Solid View" +msgstr "Solide weergave" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Uitbreiding waarmee door de gebruiker gemaakte scripts voor nabewerking kunnen worden gebruikt" +msgid "Allows loading and displaying G-code files." +msgstr "Hiermee kunt u G-code-bestanden laden en weergeven." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Nabewerking" +msgid "G-code Reader" +msgstr "G-code-lezer" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Biedt ondersteuning voor het exporteren van Cura-profielen." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Biedt een manier om de machine-instellingen (zoals bouwvolume, maat nozzle, enz.) te wijzigen." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura-profielschrijver" +msgid "Machine Settings Action" +msgstr "Actie machine-instellingen" #: USBPrinting/plugin.json msgctxt "description" @@ -6136,415 +6547,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB-printen" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Deze optie biedt een voorbereidingsstadium in Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Synchroniseer materialen" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Stadium voorbereiden" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "U moet {} afsluiten en herstarten voordat de wijzigingen van kracht worden." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Hiermee kunt u G-code-bestanden laden en weergeven." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Synchroniseren ..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-code-lezer" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Wijzigingen gedetecteerd van uw Ultimaker-account" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Hiermee wordt het genereren van printbare geometrie van 2D-afbeeldingsbestanden mogelijk." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Wilt u materiaal- en softwarepackages synchroniseren met uw account?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Afbeeldinglezer" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchroniseren" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Biedt machineacties voor Ultimaker-machines (zoals wizard voor bedkalibratie, selecteren van upgrades, enz.)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Weigeren en verwijderen uit account" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Acties Ultimaker-machines" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{} plug-ins zijn niet gedownload" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Met deze optie schrijft u G-code naar een gecomprimeerd archief." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Licentieovereenkomst plug-in" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Schrijver voor gecomprimeerde G-code" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Afbeelding Converteren..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Controleert op firmware-updates." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "De breedte op het platform in millimeters." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Firmware-updatecontrole" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Marktplaats" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Verzendt anonieme slice-informatie. Dit kan bij de voorkeuren worden uitgeschakeld." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "U moet Cura opnieuw starten voordat wijzigingen in packages van kracht worden." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Slice-informatie" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Installeren" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Biedt mogelijkheden om materiaalprofielen op XML-basis te lezen en te schrijven." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Geïnstalleerd" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Materiaalprofielen" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Maakt verbinding met de digitale bibliotheek, zodat Cura bestanden kan openen vanuit, en bestanden kan opslaan in, de digitale bibliotheek." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Ga naar Marketplace op internet" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Materialen zoeken" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Nieuwe Cura-packages zoeken, beheren en installeren." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibiliteit" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Werkset" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Machine" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Met deze optie schrijft u G-code naar een bestand." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Platform" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "G-code-schrijver" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Supportstructuur" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Hiermee geeft u de simulatieweergave weer." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Kwaliteit" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Simulatieweergave" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Technisch informatieblad" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.5 naar Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Veiligheidsinformatieblad" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Versie-upgrade van 4.5 naar 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Richtlijnen voor printen" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.5 naar Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Website" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Versie-upgrade van 2.5 naar 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Aanmelden is vereist voor installeren of bijwerken" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.6.0 naar Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Materiaalspoelen kopen" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Versie-upgrade van 4.6.0 naar 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Bijwerken" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.7 naar Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Bijwerken" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Versie-upgrade van 4.7 naar 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Bijgewerkt" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.4 naar Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Terug" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Versie-upgrade van 3.4 naar 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Plug-ins" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Geïnstalleerd" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Wordt geïnstalleerd na opnieuw starten" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Aanmelden is vereist voor het bijwerken" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Downgraden" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.1 naar Cura 2.2." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "De-installeren" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Versie-upgrade van 2.1 naar 2.2" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Community-bijdragen" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.2 naar Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Community-plug-ins" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Versie-upgrade van 3.2 naar 3.3" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Standaard materialen" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.7 naar Cura 4.9." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Packages ophalen..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Versie-upgrade van 4.8 naar 4.9" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Website" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.6.2 naar Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-mail" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Versie-upgrade van 4.6.2 naar 4.7" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Meld u aan voor geverifieerde plug-ins en materialen voor Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.2 naar Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Versie" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Versie-upgrade van 4.2 naar 4.3" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Laatst bijgewerkt" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.3 naar Cura 4.4." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Downloads" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Versie-upgrade van 4.3 naar 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Geïnstalleerde plug-ins" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.9 naar Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Er zijn geen plug-ins geïnstalleerd." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Versie-upgrade 4.9 naar 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Geïnstalleerde materialen" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.7 naar Cura 3.0." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Er zijn materialen geïnstalleerd." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Versie-upgrade van 2.7 naar 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Gebundelde plug-ins" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.6 naar Cura 2.7." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Gebundelde materialen" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Versie-upgrade van 2.6 naar 2.7" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Kan geen verbinding maken met de Cura Package-database. Controleer uw verbinding." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.11 naar Cura 4.12." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "U moet de licentie accepteren om de package te installeren" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Versie-upgrade van 4.11 naar 4.12" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Wijzigingen van uw account" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.3 naar Cura 3.4." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Verwijderen" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Versie-upgrade van 3.3 naar 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "De volgende packages worden toegevoegd:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.0 naar Cura 3.1." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "De volgende packages kunnen niet worden geïnstalleerd omdat de Cura-versie niet compatibel is:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Versie-upgrade van 3.0 naar 3.1" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "De-installeren bevestigen" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.0 naar Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "U verwijdert materialen en/of profielen die nog in gebruik zijn. Wanneer u het verwijderen bevestigt, worden de volgende materialen/profielen teruggezet naar hun standaardinstellingen." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Versie-upgrade van 4.0 naar 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materialen" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.4 naar Cura 4.5." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profielen" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Versie-upgrade van 4.4 naar 4.5" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Bevestigen" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 2.2 naar Cura 2.4." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "In deze print kunnen problemen ontstaan. Klik om tips voor aanpassingen te bekijken." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Versie-upgrade van 2.2 naar 2.4" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Ondersteuningsbibliotheek voor het verwerken van tweedimensionale objecten" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.1 naar Cura 4.2." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "U hebt enkele profielinstellingen aangepast.\n" +#~ "Wilt u deze gewijzigde instellingen behouden na het verwisselen van profielen?\n" +#~ "U kunt de wijzigingen ook verwijderen om de standaardinstellingen van '%1' te laden." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Versie-upgrade van 4.1 naar 4.2" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "&Platform" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Hiermee worden configuraties bijgewerkt van Cura 3.5 naar Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Maken" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Versie-upgrade van 3.5 naar 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Dupliceren" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Hiermee beheert u netwerkverbindingen naar Ultimaker-netwerkprinters." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Printer: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker-netwerkverbinding" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Profiel bijwerken met huidige instellingen/overschrijvingen" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Biedt ondersteuning voor het lezen van modelbestanden." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Thema:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh-lezer" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "U moet de toepassing opnieuw starten voordat deze wijzigingen van kracht worden." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Deze optie biedt ondersteuning voor het lezen van Ultimaker Format Packages." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Meer informatie" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP-lezer" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Maken" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Biedt een normale, solide rasterweergave." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Synchroniseren met printers" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Solide weergave" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Printer" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Biedt ondersteuning voor het schrijven van 3MF-bestanden." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Eenheid" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MF-schrijver" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Online gids voor probleemoplossing weergegeven" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Deze optie biedt een controlestadium in Cura." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Meer materialen toevoegen van Marketplace" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Controlestadium" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Alle modellen schikken op alle platformen" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Via deze optie controleert u de modellen en de printconfiguratie op mogelijke printproblemen en ontvangt u suggesties." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Marktplaats" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Modelcontrole" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Nieuwe Cura-packages zoeken, beheren en installeren." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Werkset" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Hiermee geeft u de simulatieweergave weer." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/nl_NL/fdmextruder.def.json.po b/resources/i18n/nl_NL/fdmextruder.def.json.po index bc037bede2..1db54438a4 100644 --- a/resources/i18n/nl_NL/fdmextruder.def.json.po +++ b/resources/i18n/nl_NL/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:03+0200\n" "Last-Translator: Bothof \n" "Language-Team: Dutch\n" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index a10f380139..a85aa94f57 100644 --- a/resources/i18n/nl_NL/fdmprinter.def.json.po +++ b/resources/i18n/nl_NL/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:03+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Dutch , Dutch \n" @@ -56,7 +56,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "G-code-opdrachten die aan het begin worden uitgevoerd, gescheiden door \n." +msgstr "" +"G-code-opdrachten die aan het begin worden uitgevoerd, gescheiden door \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -68,7 +70,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "G-code-opdrachten die aan het eind worden uitgevoerd, gescheiden door \n." +msgstr "" +"G-code-opdrachten die aan het eind worden uitgevoerd, gescheiden door \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -462,8 +466,8 @@ msgstr "Machinekop- en ventilatorpolygoon" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Een 2D-silouette van de printkop (inclusief ventilatorkappen)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -735,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "De diameter van het tandwiel waarmee het materiaal in de feeder wordt gevoerd." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -955,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Het aantal wandlijnen. Wanneer deze waarde wordt berekend aan de hand van de wanddikte, wordt deze afgerond naar een geheel getal." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -986,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optimaliseer de volgorde waarin wanden worden geprint om het aantal intrekbewegingen en de afgelegde afstand te verkleinen. Deze instelling is gunstig voor de meeste onderdelen. Bij sommige onderdelen duurt het printen echter langer. Controleer daarom de verwachte printtijd met en zonder optimalisatie. De eerste laag wordt niet geoptimaliseerd als u brim kiest als hechting aan platform." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Buitenwanden vóór Binnenwanden" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Wanneer deze optie is ingeschakeld, worden wanden van buiten naar binnen geprint. Hiermee kan de dimensionale nauwkeurigheid in X en Y worden verbeterd wanneer u kunststof met hoge viscositeit gebruikt, zoals ABS. Het kan echter leiden tot een verminderde kwaliteit van het oppervlak van de buitenwand, met name bij overhangen." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1006,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Print op afwisselende lagen een extra wand. Op deze manier wordt vulling tussen deze extra wanden gevangen, wat leidt tot sterkere prints." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Overlapping van Wanden Compenseren" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compenseer de doorvoer van wanddelen die worden geprint op een plek waar zich al een wanddeel bevindt." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Overlapping van Buitenwanden Compenseren" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Hiermee wordt de doorvoer gecompenseerd voor delen van buitenwanden die worden geprint op een plek waar zich al een wanddeel bevindt." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Overlapping van Binnenwanden Compenseren" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Hiermee wordt de doorvoer gecompenseerd voor delen van binnenwanden die worden geprint op een plek waar zich al een wanddeel bevindt." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Minimale Wand-doorvoer" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Minimaal toegestane doorvoerpercentage voor een wandlijn. Compensatie van de overlapping van wanden zorgt voor een kleinere doorvoer tijdens het printen van een wand als deze dicht bij een bestaande wand ligt. Wanden waarbij de doorvoerwaarde lager is dan deze waarde, worden vervangen door een beweging. Wanneer u deze instelling gebruikt, moet u compensatie van overlapping van wanden inschakelen en de buitenwand printen voordat u de binnenwanden print." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Bij Voorkeur Intrekken" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Als deze optie ingeschakeld is, volgt er een intrekbeweging in plaats van een combing-beweging ter vervanging van wanden waarbij de doorvoer lager is dan de minimale doorvoerwaarde." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Gaten tussen wanden vullen" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Hiermee worden de gaten tussen wanden gevuld op plekken waar geen wand past." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Nergens" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Dunne wanden printen" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Overal" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Print delen van het model die horizontaal dunner zijn dan de maat van de nozzle." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Kleine gaten wegfilteren" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Kleine gaten wegfilteren om blobs aan de buitenzijde van het model te verminderen." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Dunne wanden printen" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Print delen van het model die horizontaal dunner zijn dan de maat van de nozzle." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1728,10 +1792,7 @@ msgstr "Vulpatroon" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Het patroon van het vulmateriaal van de print. De lijn- en zigzagvulling veranderen per vullaag van richting, waardoor u bespaart op materiaalkosten. De" -" raster-, driehoeks-, tri-hexagonale, kubische, achtvlaks-, afgeknotte kubus-, kruis- en concentrische patronen worden per laag volledig geprint. Gyroïde," -" kubische, afgeknotte kubus- en achtvlaksvullingen veranderen per laag voor een meer gelijke krachtverdeling in elke richting. Bliksemvulling minimaliseert" -" de vulling doordat deze alleen het plafond van het object ondersteunt." +msgstr "Het patroon van het vulmateriaal van de print. De lijn- en zigzagvulling veranderen per vullaag van richting, waardoor u bespaart op materiaalkosten. De raster-, driehoeks-, tri-hexagonale, kubische, achtvlaks-, afgeknotte kubus-, kruis- en concentrische patronen worden per laag volledig geprint. Gyroïde, kubische, afgeknotte kubus- en achtvlaksvullingen veranderen per laag voor een meer gelijke krachtverdeling in elke richting. Bliksemvulling minimaliseert de vulling doordat deze alleen het plafond van het object ondersteunt." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2197,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Het model wordt met deze factor geschaald ter compensatie van het krimpen van het materiaal tijdens het afkoelen." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2708,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "De eerste lagen worden minder snel geprint dan de rest van het model, om ervoor te zorgen dat dit zich beter hecht aan het platform en om de kans dat de print slaagt te vergroten. Tijdens het printen van deze lagen wordt de snelheid geleidelijk opgevoerd." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Filamentdoorvoer Afstemmen" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Print lijnen die dunner zijn dan normaal, sneller zodat de hoeveelheid doorgevoerd materiaal per seconde hetzelfde blijft. Voor dunne delen in het model dienen de lijnen mogelijk met een dunnere lijnbreedte te worden geprint dan is opgegeven in de instellingen. Met deze instelling worden de snelheidswisselingen voor dergelijke lijnen beheerd." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Maximale Snelheid voor het Afstemmen van Doorvoer" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Maximale printsnelheid tijdens het aanpassen van de printsnelheid om de doorvoer af te stemmen." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4462,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de skirt/brim/raft. Deze optie wordt gebruikt in meervoudige doorvoer." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4626,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "De afstand tussen de raftlijnen voor de bovenste lagen van de raft. Als u een solide oppervlak wilt maken, moet de ruimte gelijk zijn aan de lijnbreedte." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5126,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "De maximaal toegestane afwijking tijdens het verlagen van de resolutie voor de instelling Maximale resolutie. Als u deze waarde verhoogt, wordt de print minder nauwkeurig, maar wordt de G-code kleiner. Maximale afwijking is een limiet voor Maximale resolutie, dus als de twee tegenstrijdig zijn, wordt de Maximale afwijking altijd aangehouden." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6420,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Kleine kenmerken op de eerste laag worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid. Langzamer printen kan de hechting en nauwkeurigheid verbeteren." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6480,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Omzettingsmatrix die moet worden toegepast op het model wanneer dit wordt geladen vanuit een bestand." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Een 2D-silouette van de printkop (inclusief ventilatorkappen)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Buitenwanden vóór Binnenwanden" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Wanneer deze optie is ingeschakeld, worden wanden van buiten naar binnen geprint. Hiermee kan de dimensionale nauwkeurigheid in X en Y worden verbeterd wanneer u kunststof met hoge viscositeit gebruikt, zoals ABS. Het kan echter leiden tot een verminderde kwaliteit van het oppervlak van de buitenwand, met name bij overhangen." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Overlapping van Wanden Compenseren" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compenseer de doorvoer van wanddelen die worden geprint op een plek waar zich al een wanddeel bevindt." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Overlapping van Buitenwanden Compenseren" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Hiermee wordt de doorvoer gecompenseerd voor delen van buitenwanden die worden geprint op een plek waar zich al een wanddeel bevindt." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Overlapping van Binnenwanden Compenseren" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Hiermee wordt de doorvoer gecompenseerd voor delen van binnenwanden die worden geprint op een plek waar zich al een wanddeel bevindt." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Minimale Wand-doorvoer" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Minimaal toegestane doorvoerpercentage voor een wandlijn. Compensatie van de overlapping van wanden zorgt voor een kleinere doorvoer tijdens het printen van een wand als deze dicht bij een bestaande wand ligt. Wanden waarbij de doorvoerwaarde lager is dan deze waarde, worden vervangen door een beweging. Wanneer u deze instelling gebruikt, moet u compensatie van overlapping van wanden inschakelen en de buitenwand printen voordat u de binnenwanden print." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Bij Voorkeur Intrekken" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Als deze optie ingeschakeld is, volgt er een intrekbeweging in plaats van een combing-beweging ter vervanging van wanden waarbij de doorvoer lager is dan de minimale doorvoerwaarde." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Gaten tussen wanden vullen" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Hiermee worden de gaten tussen wanden gevuld op plekken waar geen wand past." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Nergens" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Overal" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Kleine gaten wegfilteren" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Kleine gaten wegfilteren om blobs aan de buitenzijde van het model te verminderen." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Filamentdoorvoer Afstemmen" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Print lijnen die dunner zijn dan normaal, sneller zodat de hoeveelheid doorgevoerd materiaal per seconde hetzelfde blijft. Voor dunne delen in het model dienen de lijnen mogelijk met een dunnere lijnbreedte te worden geprint dan is opgegeven in de instellingen. Met deze instelling worden de snelheidswisselingen voor dergelijke lijnen beheerd." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Maximale Snelheid voor het Afstemmen van Doorvoer" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Maximale printsnelheid tijdens het aanpassen van de printsnelheid om de doorvoer af te stemmen." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "G-code-opdrachten die aan het begin worden uitgevoerd, gescheiden door \\n." diff --git a/resources/i18n/pl_PL/cura.po b/resources/i18n/pl_PL/cura.po index d18671c271..13e50c3379 100644 --- a/resources/i18n/pl_PL/cura.po +++ b/resources/i18n/pl_PL/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-09-07 08:02+0200\n" "Last-Translator: Mariusz Matłosz \n" "Language-Team: Mariusz Matłosz , reprapy.pl\n" @@ -18,3731 +18,3566 @@ msgstr "" "X-Generator: Poedit 3.0\n" "X-Poedit-SourceCharset: UTF-8\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Nie można utworzyć archiwum z folderu danych użytkownika: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Przygotuj" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Kopia zapasowa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Profile Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Podjęto próbę przywrócenia kopii zapasowej Cura na podstawie niepoprawnych danych lub metadanych." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Otwórz skompresowaną siatkę trójkątów" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Próbowano przywrócić kopię zapasową Cura, nowszą od aktualnej wersji." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "Cyfrowa wymiana zasobów COLLADA" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "Biblioteka glTF" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "Załączony JSON glTF" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Format trójkątów Stanforda" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Skompresowana cyfrowa wymiana zasobów COLLADA" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Nie można uzyskać dostępu do informacji o aktualizacji." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "" +msgid "How to update" +msgstr "Jak zaktualizować" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Monitor" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Zapisz na dysk wymienny" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Zapisz na dysk wymienny {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Wysokość obszaru roboczego została zmniejszona ze względu na wartość ustawienia Print Sequence (Sekwencja wydruku), aby zapobiec kolizji z wydrukowanymi modelami." +msgid "There are no file formats available to write with!" +msgstr "Nie ma żadnych formatów plików do zapisania!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Zapisywanie na Dysk Wymienny {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Obszar Roboczy" +msgid "Saving" +msgstr "Zapisywanie" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Nie mogę zapisać do {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Nie zastąpione" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Nie mogę znaleźć nazwy pliku podczas próby zapisu do {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Nieznany" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Nie można zapisać na wymiennym dysku {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Poniższa drukarka nie może być podłączona, ponieważ jest częścią grupy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Błąd" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Dostępne drukarki sieciowe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Zapisano na dysk wymienny {0} jako {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Domyślne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Plik Zapisany" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Profile niestandardowe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Wyjmij" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Wszystkie Wspierane Typy ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Wyjmij urządzenie wymienne {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Wszystkie Pliki (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Wyjęto {0}. Możesz teraz bezpiecznie wyjąć dysk." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Wizualny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Bezpiecznie Odłącz Urządzenie" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Profil wizualny jest przeznaczony do drukowania prototypów i modeli z zamiarem podkreślenia wysokiej jakości wizualnej i powierzchni." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Nie można wysunąć {0}. Inny program może używać dysku." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Inżynieria" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Ostrzeżenie" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Profil inżynieryjny jest przeznaczony do drukowania prototypów funkcjonalnych i części końcowych z naciskiem na lepszą dokładność i lepszą tolerancję." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Dysk wymienny" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Szkic" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Plik AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Profil szkicu służy do drukowania początkowych prototypów i weryfikacji koncepcji z naciskiem na krótki czasu drukowania." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Pakiet Formatu Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Niestandardowy materiał" +msgid "Per Model Settings" +msgstr "Ustawienia każdego modelu osobno" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Niestandardowy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Konfiguruj ustawienia każdego modelu z osobna" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Logowanie nie powiodło się" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Aktualizacja Oprogramowania Sprzętowego" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Znajdowanie nowej lokalizacji obiektów" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura wykryła profile materiałów, które nie zostały jeszcze zainstalowane na gospodarzu grupy {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Szukanie Lokalizacji" +msgid "Sending materials to printer" +msgstr "Wysyłanie materiałów do drukarki" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Nie można znaleźć lokalizacji w obrębie obszaru roboczego dla wszystkich obiektów" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Próbujesz połączyć się z {0}, ale nie jest to gospodarz grupy. Możesz odwiedzić stronę internetową, aby skonfigurować jako gospodarza." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Nie można Znaleźć Lokalizacji" +msgid "Not a group host" +msgstr "Nie jest gospodarzem grupy" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Konfiguruj grupę" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Wysyłanie zadania druku" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Przesyłanie zadania do drukarki." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Poczekaj, aż bieżące zadanie zostanie wysłane." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Ładowanie drukarek..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Błąd druku" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Ustawianie preferencji..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "Zadanie drukowania zostało pomyślnie wysłane do drukarki." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Dane Wysłane" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Ustawianie sceny ..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Ładowanie interfejsu ..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Rozpocznij" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Jednocześnie można załadować tylko jeden plik G-code. Pominięto importowanie {0}" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Próbujesz połączyć się z drukarką, na której nie działa Ultimaker Connect. Zaktualizuj drukarkę do najnowszej wersji firmware." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Ostrzeżenie" +msgid "Update your printer" +msgstr "Zaktualizuj swoją drukarkę" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Nie można otworzyć żadnego innego pliku, jeśli ładuje się G-code. Pominięto importowanie {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Nie można wgrać danych do drukarki." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Błąd" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "" +msgid "Network error" +msgstr "Błąd sieci" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Zamknij" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Drukuj przez sieć" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Następny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Drukuj przez sieć" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Połączone przez sieć" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Dodaj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "jutro" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Anuluj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "dziś" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Grupa #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Połącz przez sieć" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Zewnętrzna ściana" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Ściany wewnętrzne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Skin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Wypełnienie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Wypełnienie podpór" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Łączenie podpory" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Podpory" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Obwódka" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Wieża czyszcząca" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Ruch jałowy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retrakcja" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Inny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura nie może się uruchomić" +msgid "Remove printers?" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Ups, Ultimaker Cura natrafiła coś co nie wygląda dobrze.

    \n" -"

    Natrafiliśmy na nieodwracalny błąd podczas uruchamiania. Prawdopodobnie jest to spowodowane błędem w plikach konfiguracyjnych. Zalecamy backup i reset konfiguracji.

    \n" -"

    Backupy mogą być znalezione w folderze konfiguracyjnym.

    \n" -"

    Proszę wyślij do nas ten Raport Błędu, aby rozwiązać problem.

    \n" -" " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Wyślij raport błędu do Ultimaker" +msgid "Print via cloud" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Pokaż szczegółowy raport błędu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Pokaż folder konfiguracyjny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Zrób Backup i Zresetuj Konfigurację" +msgid "Monitor print" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Raport Błędu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" msgstr "" -"

    Wystąpił błąd krytyczny. Proszę wyślij do nas ten Raport Błędu, aby rozwiązać problem

    \n" -"

    Proszę użyj przycisku \"Wyślij raport\", aby wysłać raport błędu automatycznie na nasze serwery

    \n" -" " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Informacje o systemie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Asystent Modelu 3D" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Nieznany" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    Jeden lub więcej modeli 3D może nie zostać wydrukowanych optymalnie ze względu na wymiary modelu oraz konfigurację materiału:

    \n" +"

    {model_names}

    \n" +"

    Dowiedz się, jak zapewnić najlepszą możliwą jakość oraz niezawodnośc wydruku.

    \n" +"

    Zobacz przewodnik po jakości wydruku (strona w języku angielskim)

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Wersja Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Widok symulacji" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Platforma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Nie pokazuj tego komunikatu ponownie" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Wersja Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Widok warstwy" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Wersja PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "Zapisywacz G-code nie obsługuje trybu nietekstowego." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Przygotuj G-code przed eksportem." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Jeszcze nie uruchomiono
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Pliki G-code" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Wersja OpenGL: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Błąd zapisu pliku 3mf." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Wydawca OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL Renderer: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Śledzenie błedu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Logi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Wyślij raport" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Plik 3MF" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Plik Cura Project 3MF" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Nie można uzyskać dostępu do serwera kont Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Skompresowany Plik G-code" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Proszę nadać wymagane uprawnienia podczas autoryzacji tej aplikacji." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Coś nieoczekiwanego się stało, podczas próby logowania, spróbuj ponownie." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Nie można pociąć z obecnym materiałem, ponieważ nie jest on kompatybilny z wybraną maszyną lub konfiguracją." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Nie można odczytać odpowiedzi." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +msgctxt "@info:title" +msgid "Unable to slice" +msgstr "Nie można pociąć" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Zwielokrotnienie i umieszczanie przedmiotów" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Nie można pociąć z bieżącymi ustawieniami. Następujące ustawienia mają błędy: {0}" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Umieść Obiekty" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Nie można pokroić przez ustawienia osobne dla modelu. Następujące ustawienia mają błędy w jednym lub więcej modeli: {error_labels}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Nie można pociąć, ponieważ wieża czyszcząca lub jej pozycja(e) są niewłaściwe." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Nie można pociąć, ponieważ obecne są obiekty powiązane z wyłączonym ekstruderem %s." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "Przetwarzanie warstw" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Object" -msgstr "Rozmieszczenie Obiektów" +msgid "Information" +msgstr "Informacja" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Niewspierany" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D Plik" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Domyślne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Obraz JPG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Obraz JPEG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Obraz PNG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Obraz BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Obraz GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Dysza" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Ustawienia zostały zmienione w celu dopasowania do bieżącej dostępności ekstruderów:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Plik projektu {0} zawiera nieznany typ maszyny {1}. Nie można zaimportować maszyny. Zostaną zaimportowane modele." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Settings updated" -msgstr "Ustawienia zostały zaaktualizowane" +msgid "Open Project File" +msgstr "Otwórz Plik Projektu" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Ekstruder(y) wyłączony(/e)" +msgid "Can't Open Project File" +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Plik już istnieje" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Plik {0} już istnieje. Czy na pewno chcesz go nadpisać?" +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Nieprawidłowy adres URL pliku:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Nie udało się wyeksportować profilu do {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Nie można eksportować profilu do {0}: Wtyczka pisarza zgłosiła błąd." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Wyeksportowano profil do {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Eksport udany" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Nie powiódł się import profilu z {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Nie można importować profilu z {0} przed dodaniem drukarki." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Brak niestandardowego profilu do importu w pliku {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Nie powiódł się import profilu z {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Profil {0} zawiera błędne dane, nie można go importować." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Błąd importu profilu z {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Plik {0} nie zawiera żadnego poprawnego profilu." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Profil {0} ma nieznany typ pliku lub jest uszkodzony." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Niestandardowy profil" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Profilowi brakuje typu jakości." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Zalecane" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Niestandardowe" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 -#, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 +msgctxt "@item:inlistbox" +msgid "3MF File" +msgstr "Plik 3MF" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 -#, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Ustawienia każdego modelu osobno" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Konfiguruj ustawienia każdego modelu z osobna" - -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Profile Cura" - -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D Plik" - -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Wystąpił błąd podczas próby przywrócenia kopii zapasowej." +msgid "Cura 15.04 profiles" +msgstr "Profile Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Kopie zapasowe" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Wystąpił błąd podczas wgrywania kopii zapasowej." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Wgrywanie kopii zapasowej..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Wgrywanie kopii zapasowej zakończone." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Zarządzaj kopiami zapasowymi" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Ustawienia drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Kopia zapasowa" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Wystąpił błąd podczas próby przywrócenia kopii zapasowej." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "Zapisywacz skompresowanego G-code nie obsługuje trybu tekstowego." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Przetwarzanie końcowe" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modyfikuj G-code" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Blokada Podpory" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Stwórz obszar, w którym podpory nie będą drukowane." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Dysk wymienny" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Zapisz na dysk wymienny" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Podgląd" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Zapisz na dysk wymienny {0}" +msgid "X-Ray view" +msgstr "Widok X-Ray" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Nie ma żadnych formatów plików do zapisania!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Wypoziomuj stół" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Zapisywanie na Dysk Wymienny {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Wybierz aktualizacje" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Zapisywanie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Nie mogę zapisać do {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Nie mogę znaleźć nazwy pliku podczas próby zapisu do {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Nie można zapisać na wymiennym dysku {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Zapisano na dysk wymienny {0} jako {1}" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "Plik Zapisany" +msgid "Model Errors" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "Wyjmij" +msgid "Learn more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Wyjmij urządzenie wymienne {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "Widok modelu" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Wyjęto {0}. Możesz teraz bezpiecznie wyjąć dysk." +msgid "Parsing G-code" +msgstr "Analizowanie G-code" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Bezpiecznie Odłącz Urządzenie" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Nie można wysunąć {0}. Inny program może używać dysku." +msgid "G-code Details" +msgstr "Szczegóły G-code" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Aktualizacja Oprogramowania Sprzętowego" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Przed wysłaniem pliku upewnij się, że G-code jest odpowiedni do konfiguracji drukarki. Przedstawienie G-kodu może nie być dokładne." -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Profile Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Zalecane" +msgid "G File" +msgstr "Plik G-code" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Niestandardowe" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Plik projektu {0} zawiera nieznany typ maszyny {1}. Nie można zaimportować maszyny. Zostaną zaimportowane modele." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Otwórz Plik Projektu" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Plik 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Pakiet Formatu Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Pliki G-code" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Podgląd" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Widok X-Ray" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Przetwarzanie warstw" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informacja" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Nie można pociąć z obecnym materiałem, ponieważ nie jest on kompatybilny z wybraną maszyną lub konfiguracją." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Nie można pociąć" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Nie można pociąć z bieżącymi ustawieniami. Następujące ustawienia mają błędy: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Nie można pokroić przez ustawienia osobne dla modelu. Następujące ustawienia mają błędy w jednym lub więcej modeli: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Nie można pociąć, ponieważ wieża czyszcząca lub jej pozycja(e) są niewłaściwe." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Nie można pociąć, ponieważ obecne są obiekty powiązane z wyłączonym ekstruderem %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Plik AMF" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 -msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Skompresowany Plik G-code" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Przetwarzanie końcowe" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modyfikuj G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Ustawienia drukarki" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Drukowanie USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Drukuj przez USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Drukuj przez USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Połączono przez USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Trwa drukowanie przez USB, zamknięcie Cura spowoduje jego zatrzymanie. Jesteś pewien?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Nadal trwa drukowanie. Cura nie może rozpocząć kolejnego wydruku przez USB, dopóki poprzedni wydruk nie zostanie zakończony." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Drukowanie w toku" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Przygotuj" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Ładowanie drukarek..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Analizowanie G-code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Ustawianie preferencji..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Szczegóły G-code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Przed wysłaniem pliku upewnij się, że G-code jest odpowiedni do konfiguracji drukarki. Przedstawienie G-kodu może nie być dokładne." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Plik G-code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Obraz JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Ustawianie sceny ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Obraz JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Ładowanie interfejsu ..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Obraz PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Obraz BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Obraz GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Jednocześnie można załadować tylko jeden plik G-code. Pominięto importowanie {0}" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Wypoziomuj stół" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 +#, python-brace-format +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Nie można otworzyć żadnego innego pliku, jeśli ładuje się G-code. Pominięto importowanie {0}" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Wybierz aktualizacje" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Domyślne" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "Zapisywacz skompresowanego G-code nie obsługuje trybu tekstowego." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Wizualny" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Nie można uzyskać dostępu do informacji o aktualizacji." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 +msgctxt "@text" +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Profil wizualny jest przeznaczony do drukowania prototypów i modeli z zamiarem podkreślenia wysokiej jakości wizualnej i powierzchni." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 -#, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Inżynieria" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Profil inżynieryjny jest przeznaczony do drukowania prototypów funkcjonalnych i części końcowych z naciskiem na lepszą dokładność i lepszą tolerancję." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Jak zaktualizować" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Szkic" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Profil szkicu służy do drukowania początkowych prototypów i weryfikacji koncepcji z naciskiem na krótki czasu drukowania." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Nie zastąpione" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Nieznany" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Poniższa drukarka nie może być podłączona, ponieważ jest częścią grupy" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Dostępne drukarki sieciowe" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Przeliczone" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Sync" +msgid "Please sync the material profiles with your printers before starting to print." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Niestandardowy materiał" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Zgadzam się" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Niestandardowy" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Akceptowanie Licencji Wtyczki" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Profile niestandardowe" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "Zapisywacz G-code nie obsługuje trybu nietekstowego." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Wszystkie Wspierane Typy ({0})" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Przygotuj G-code przed eksportem." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" +msgstr "Wszystkie Pliki (*)" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Widok symulacji" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Nie pokazuj tego komunikatu ponownie" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Widok warstwy" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Drukuj przez sieć" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Drukuj przez sieć" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Połączone przez sieć" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Nie można utworzyć archiwum z folderu danych użytkownika: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "jutro" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Podjęto próbę przywrócenia kopii zapasowej Cura na podstawie niepoprawnych danych lub metadanych." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "dziś" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Próbowano przywrócić kopię zapasową Cura, nowszą od aktualnej wersji." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Połącz przez sieć" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Poczekaj, aż bieżące zadanie zostanie wysłane." +msgid "Finding new location for objects" +msgstr "Znajdowanie nowej lokalizacji obiektów" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Print error" -msgstr "Błąd druku" +msgid "Finding Location" +msgstr "Szukanie Lokalizacji" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Zadanie drukowania zostało pomyślnie wysłane do drukarki." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Nie można znaleźć lokalizacji w obrębie obszaru roboczego dla wszystkich obiektów" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Data Sent" -msgstr "Dane Wysłane" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 -msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Próbujesz połączyć się z drukarką, na której nie działa Ultimaker Connect. Zaktualizuj drukarkę do najnowszej wersji firmware." +msgid "Can't Find Location" +msgstr "Nie można Znaleźć Lokalizacji" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Zaktualizuj swoją drukarkę" +msgid "Login failed" +msgstr "Logowanie nie powiodło się" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 -msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Zewnętrzna ściana" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 -msgctxt "@info:title" -msgid "Queue Full" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Ściany wewnętrzne" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Wysyłanie zadania druku" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Skin" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Przesyłanie zadania do drukarki." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Wypełnienie" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura wykryła profile materiałów, które nie zostały jeszcze zainstalowane na gospodarzu grupy {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Wypełnienie podpór" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Wysyłanie materiałów do drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Łączenie podpory" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Nie można wgrać danych do drukarki." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Podpory" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Błąd sieci" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Obwódka" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Próbujesz połączyć się z {0}, ale nie jest to gospodarz grupy. Możesz odwiedzić stronę internetową, aby skonfigurować jako gospodarza." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Wieża czyszcząca" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Nie jest gospodarzem grupy" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Ruch jałowy" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Konfiguruj grupę" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retrakcja" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Inny" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Grupa #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Rozpocznij" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Print via cloud" -msgstr "" +msgid "Close" +msgstr "Zamknij" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Dodaj" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 msgctxt "@action:button" -msgid "Monitor print" -msgstr "" +msgid "Cancel" +msgstr "Anuluj" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Następny" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Wysokość obszaru roboczego została zmniejszona ze względu na wartość ustawienia Print Sequence (Sekwencja wydruku), aby zapobiec kolizji z wydrukowanymi modelami." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Obszar Roboczy" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Plik już istnieje" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "" -msgstr[1] "" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Plik {0} już istnieje. Czy na pewno chcesz go nadpisać?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Nieprawidłowy adres URL pliku:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Niewspierany" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Domyślne" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Ustawienia zostały zmienione w celu dopasowania do bieżącej dostępności ekstruderów:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Ustawienia zostały zaaktualizowane" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Ekstruder(y) wyłączony(/e)" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Nie udało się wyeksportować profilu do {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Nie można eksportować profilu do {0}: Wtyczka pisarza zgłosiła błąd." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Wyeksportowano profil do {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Eksport udany" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Nie powiódł się import profilu z {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Nie można importować profilu z {0} przed dodaniem drukarki." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "" +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Brak niestandardowego profilu do importu w pliku {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Nie powiódł się import profilu z {0}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -msgstr[1] "" +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Profil {0} zawiera błędne dane, nie można go importować." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Błąd importu profilu z {0}:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Otwórz skompresowaną siatkę trójkątów" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Plik {0} nie zawiera żadnego poprawnego profilu." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "Cyfrowa wymiana zasobów COLLADA" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Profil {0} ma nieznany typ pliku lub jest uszkodzony." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "Biblioteka glTF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Niestandardowy profil" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "Załączony JSON glTF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Profilowi brakuje typu jakości." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Format trójkątów Stanforda" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Skompresowana cyfrowa wymiana zasobów COLLADA" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Widok modelu" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Zwielokrotnienie i umieszczanie przedmiotów" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Błąd zapisu pliku 3mf." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Umieść Obiekty" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Rozmieszczenie Obiektów" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Nie można uzyskać dostępu do serwera kont Ultimaker." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Nie można odczytać odpowiedzi." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Plik 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Plik Cura Project 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Proszę nadać wymagane uprawnienia podczas autoryzacji tej aplikacji." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Monitor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Coś nieoczekiwanego się stało, podczas próby logowania, spróbuj ponownie." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Asystent Modelu 3D" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura nie może się uruchomić" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 -#, python-brace-format -msgctxt "@info:status" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " msgstr "" -"

    Jeden lub więcej modeli 3D może nie zostać wydrukowanych optymalnie ze względu na wymiary modelu oraz konfigurację materiału:

    \n" -"

    {model_names}

    \n" -"

    Dowiedz się, jak zapewnić najlepszą możliwą jakość oraz niezawodnośc wydruku.

    \n" -"

    Zobacz przewodnik po jakości wydruku (strona w języku angielskim)

    " +"

    Ups, Ultimaker Cura natrafiła coś co nie wygląda dobrze.

    \n" +"

    Natrafiliśmy na nieodwracalny błąd podczas uruchamiania. Prawdopodobnie jest to spowodowane błędem w plikach konfiguracyjnych. Zalecamy backup i reset konfiguracji.

    \n" +"

    Backupy mogą być znalezione w folderze konfiguracyjnym.

    \n" +"

    Proszę wyślij do nas ten Raport Błędu, aby rozwiązać problem.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Wyślij raport błędu do Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Pokaż szczegółowy raport błędu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Pokaż folder konfiguracyjny" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Zrób Backup i Zresetuj Konfigurację" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Raport Błędu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Wystąpił błąd krytyczny. Proszę wyślij do nas ten Raport Błędu, aby rozwiązać problem

    \n" +"

    Proszę użyj przycisku \"Wyślij raport\", aby wysłać raport błędu automatycznie na nasze serwery

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Informacje o systemie" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Nieznany" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Wersja Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Platforma" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Wersja Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Wersja PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Jeszcze nie uruchomiono
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Wersja OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Wydawca OpenGL: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL Renderer: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Śledzenie błedu" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Logi" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Wyślij raport" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"Upewnij się, że drukarka ma połączenie:\n" +"- Sprawdź, czy drukarka jest włączona.\n" +"- Sprawdź, czy drukarka jest podłączona do sieci.\n" +"- Sprawdź, czy jesteś zalogowany, aby znaleźć drukarki podłączone do chmury." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Podłącz drukarkę do sieci." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Pokaż instrukcję użytkownika online" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Wybierz Ustawienia, aby dostosować ten model" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtr..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Pokaż wszystko" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Typ siatki" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Normalny model" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Drukuj jako podpora" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modyfikuj ustawienia nakładania" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Nie wspieraj nałożenia" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Wybierz ustawienia" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Wybierz Ustawienia, aby dostosować ten model" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Aktualizacja Oprogramowania Sprzętowego" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtr..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "Oprogramowanie ukłądowe jest częścią oprogramowania działającego bezpośrednio na drukarce 3D. Oprogramowanie to steruje silnikami krokowymi, reguluje temperaturę i ostatecznie sprawia, że drukarka działa." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Pokaż wszystko" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "Oprogramowanie ukłądowe dostarczane z nowymi drukarkami działa, ale nowe wersje mają zazwyczaj więcej funkcji i ulepszeń." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Kopie zapasowe cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Automatycznie uaktualnij oprogramowanie" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Wersja Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Prześlij niestandardowe oprogramowanie" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "Oprogramowanie sprzętowe nie może być zaktualizowane, ponieważ nie ma połączenia z drukarką." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiały" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "Oprogramowanie sprzętowe nie może być zaktualizowane, ponieważ połączenie z drukarką nie wspiera usługi." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Wybierz niestandardowe oprogramowanie" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Pluginy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Aktualizacja oprogramowania układowego" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Chcesz więcej?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Aktualizowanie oprogramowania." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Utwórz kopię zapasową" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Aktualizacja oprogramowania zakończona." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Automatyczne tworzenie kopii zapasowej" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "Aktualizacja oprogramowania nie powiodła się z powodu nieznanego błędu." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Automatycznie twórz kopie zapasowe każdego dnia, w którym uruchomiono Curę." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "Aktualizacja oprogramowania nie powiodła się z powodu błędu komunikacji." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Przywróć" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "Aktualizacja oprogramowania nie powiodła się z powodu błędu wejścia / wyjścia." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Usuń kopię zapasową" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "Aktualizacja oprogramowania nie powiodła się z powodu utraconego oprogramowania." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Czy na pewno chcesz usunąć tę kopię zapasową? Tej czynności nie można cofnąć." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Anulowano" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Przywróć kopię zapasową" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Zakończono" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Musisz zrestartować Curę przed przywróceniem kopii zapasowej. Czy chcesz teraz zamknąć Curę?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Przygotowyję..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Wykonaj kopię zapasową i zsynchronizuj ustawienia Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Przerywanie..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Zaloguj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Moje Kopie Zapasowe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Zatrzymywanie..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Nie masz żadnych kopii zapasowych. Użyj przycisku „Utwórz kopię zapasową”, aby go utworzyć." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Wstrzymana" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Podczas fazy podglądu będziesz ograniczony do 5 widocznych kopii zapasowych. Usuń kopię zapasową, aby zobaczyć starsze." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Przywracanie..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Ustawienia drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Konieczne są działania" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Szerokość)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Zakończone %1 z %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Zarządzaj drukarkami" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Głębokość)" +msgid "Glass" +msgstr "Szkło" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Wysokość)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Zaktualizuj oprogramowanie drukarki, aby zdalnie zarządzać kolejką." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Kształt stołu roboczego" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Początek na środku" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Wczytywanie..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Podgrzewany stół" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Niedostępne" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "Grzany obszar roboczy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Nieosiągalna" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "Wersja G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Zajęta" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Ustawienia głowicy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Drukowanie" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "X min" -msgstr "X min" +msgid "Untitled" +msgstr "Bez tytułu" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "Y min" -msgstr "Y min" +msgid "Anonymous" +msgstr "Anonimowa" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Wymaga zmian konfiguracji" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Szczegóły" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "Wysokość wózka" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Zmiany konfiguracji" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "Liczba ekstruderów" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Nadpisz" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Początkowy G-code" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Końcowy G-code" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Ustawienia dyszy" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Przypisana drukarka, %1, wymaga następującej zmiany konfiguracji:" +msgstr[1] "Przypisana drukarka, %1, wymaga następujących zmian konfiguracji:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Nozzle size" -msgstr "Rozmiar dyszy" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "Drukarka %1 jest przypisana, ale zadanie zawiera nieznaną konfigurację materiału." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Kompatybilna średnica materiału" +msgid "Change material %1 from %2 to %3." +msgstr "Zmień materiał %1 z %2 na %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Korekcja dyszy X" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Załaduj %3 jako materiał %1 (Nie można nadpisać)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Korekcja dyszy Y" +msgid "Change print core %1 from %2 to %3." +msgstr "Zmień rdzeń drukujący %1 z %2 na %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Numer Wentylatora" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Początkowy G-code ekstrudera" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Końcowy G-code ekstrudera" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Drukarka" - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Aktualizacja Oprogramowania Sprzętowego" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Zmień stół na %1 (Nie można nadpisać)." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Oprogramowanie ukłądowe jest częścią oprogramowania działającego bezpośrednio na drukarce 3D. Oprogramowanie to steruje silnikami krokowymi, reguluje temperaturę i ostatecznie sprawia, że drukarka działa." +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Nadpisanie spowoduje użycie określonych ustawień w istniejącej konfiguracji drukarki. Może to spowodować niepowodzenie druku." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "Oprogramowanie ukłądowe dostarczane z nowymi drukarkami działa, ale nowe wersje mają zazwyczaj więcej funkcji i ulepszeń." +msgid "Aluminum" +msgstr "Aluminum" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Automatycznie uaktualnij oprogramowanie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Drukuj przez sieć" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Prześlij niestandardowe oprogramowanie" - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 -msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "Oprogramowanie sprzętowe nie może być zaktualizowane, ponieważ nie ma połączenia z drukarką." +msgid "Print" +msgstr "Drukuj" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "Oprogramowanie sprzętowe nie może być zaktualizowane, ponieważ połączenie z drukarką nie wspiera usługi." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 -msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Wybierz niestandardowe oprogramowanie" +msgid "Printer selection" +msgstr "Wybór drukarki" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Aktualizacja oprogramowania układowego" - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 -msgctxt "@label" -msgid "Updating firmware." -msgstr "Aktualizowanie oprogramowania." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 -msgctxt "@label" -msgid "Firmware update completed." -msgstr "Aktualizacja oprogramowania zakończona." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 -msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "Aktualizacja oprogramowania nie powiodła się z powodu nieznanego błędu." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 -msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "Aktualizacja oprogramowania nie powiodła się z powodu błędu komunikacji." +msgid "Connect to Networked Printer" +msgstr "Połącz się z drukarką sieciową" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "Aktualizacja oprogramowania nie powiodła się z powodu błędu wejścia / wyjścia." +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Aby drukować bezpośrednio na drukarce przez sieć, upewnij się, że drukarka jest podłączona do sieci za pomocą kabla sieciowego lub do sieci WIFI. Jeśli nie podłączysz Cury do drukarki, możesz nadal używać napędu USB do przesyłania plików G-Code do drukarki." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "Aktualizacja oprogramowania nie powiodła się z powodu utraconego oprogramowania." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Otwórz projekt" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Zaktualizuj istniejące" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Utwórz nowy" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Podsumowanie - Projekt Cura" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Ustawienia drukarki" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Jak powinny być rozwiązywane błędy w maszynie?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Typ" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Grupa drukarek" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Ustawienia profilu" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Jak powinien zostać rozwiązany problem z profilem?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nazwa" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Cel" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Nie w profilu" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 nadpisanie" -msgstr[1] "%1 Zastępuje" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Pochodna z" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 nadpisanie" -msgstr[1] "%1, %2 zastępuje" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Ustawienia materiału" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Jak powinien zostać rozwiązany problem z materiałem?" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Ustawienie widoczności" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Tryb" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Widoczne ustawienie:" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 poza %2" +msgid "Select your printer from the list below:" +msgstr "Wybierz swoją drukarkę z poniższej listy:" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Ładowanie projektu usunie wszystkie modele z platformy roboczej." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Edycja" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 msgctxt "@action:button" -msgid "Open" -msgstr "Otwórz" +msgid "Remove" +msgstr "Usunąć" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Plugin post-processingu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Odśwież" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Skrypty post-processingu" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Dodaj skrypt" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Jeżeli twojej drukarki nie ma na liście, przeczytaj poradnik o problemach z drukowaniem przez sieć" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Settings" -msgstr "Ustawienia" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "" -msgstr[1] "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Konwertuj obraz ..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Maksymalna odległość każdego piksela od \"Bazy.\"" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "Wysokość (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Wysokość podstawy od stołu w milimetrach." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "Baza (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "Szerokość w milimetrach na stole." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "Szerokość (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "Głębokość w milimetrach na stole" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "Głębokość (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Dla litofanów ciemne piksele powinny odpowiadać grubszym miejscom, aby zablokować więcej światła. Dla zaznaczenia wysokości map, jaśniejsze piksele oznaczają wyższy teren, więc jaśniejsze piksele powinny odpowiadać wyższym położeniom w wygenerowanym modelu 3D." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "Ciemniejsze jest wyższe" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "Jaśniejszy jest wyższy" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "Ilość wygładzania do zastosowania do obrazu." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "Wygładzanie" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 -msgctxt "@action:button" -msgid "OK" -msgstr "OK" +msgid "Type" +msgstr "Rodzaj" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Proszę wybrać ulepszenia wykonane w tym Ultimaker Original" +msgid "Firmware version" +msgstr "Wersja oprogramowania" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Płyta grzewcza (zestaw oficjalny lub własnej roboty)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Poziomowanie stołu" +msgid "Address" +msgstr "Adres" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Aby upewnić się, że wydruki będą wychodziły świetne, możesz teraz wyregulować stół. Po kliknięciu przycisku \"Przejdź do następnego położenia\" dysza będzie się poruszać do różnych pozycji, które można wyregulować." +msgid "This printer is not set up to host a group of printers." +msgstr "Ta drukarka nie jest skonfigurowana jako host dla grupy drukarek." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Dla każdej pozycji; Włóż kartkę papieru pod dyszę i wyreguluj wysokość stołu roboczego. Wysokość stołu jest prawidłowa, gdy papier stawia lekki opór." +msgid "This printer is the host for a group of %1 printers." +msgstr "Ta drukarka jest hostem grupy %1 drukarek." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Rozpocznij poziomowanie stołu roboczego" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "Drukarka pod tym adresem jeszcze nie odpowiedziała." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Przejdź do następnego położenia" +msgid "Connect" +msgstr "Połącz" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Wiećej informacji o zbieraniu anonimowych danych" +msgid "Invalid IP address" +msgstr "Nieprawidłowy adres IP" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura zbiera anonimowe dane w celu poprawy jakości druku i komfortu użytkowania. Poniżej znajduje się przykład wszystkich udostępnianych danych:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Proszę podać poprawny adres IP." -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Nie chcę wysyłać anonimowych danych" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "Adres drukarki" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Pozwól na wysyłanie anonimowych danych" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "Wprowadź adres IP drukarki." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "Drukarka niedostępna" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Należy uruchomić ponownie Cura, aby zmiany w pakietach przyniosły efekt." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "Pierwsza dostępna" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "Przesuń na początek" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Instaluj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "Usuń" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Zainstalowane" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" +msgstr "Ponów" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 msgctxt "@label" -msgid "Premium" -msgstr "" +msgid "Pausing..." +msgstr "Zatrzymywanie..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Przywracanie..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Search materials" -msgstr "" +msgid "Pause" +msgstr "Wstrzymaj" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 msgctxt "@label" -msgid "Compatibility" -msgstr "Zgodność" +msgid "Aborting..." +msgstr "Przerywanie..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Drukarka" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Anuluj" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Stół roboczy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Czy jesteś pewien, że chcesz przesunąć %1 na początek kolejki?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Podpory" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Przesuń zadanie drukowania na początek" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Jakość" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Czy jesteś pewien, że chcesz usunąć %1?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Dane Techniczne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Usuń zadanie drukowania" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Dane Bezpieczeństwa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Czy jesteś pewien, że chcesz anulować %1?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Wskazówki Drukowania" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Anuluj wydruk" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "Strona Internetowa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "W kolejce" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Zaloguj aby zainstalować lub aktualizować" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Zarządzaj w przeglądarce" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Kup materiał na szpulach" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "W kolejce nie ma zadań drukowania. Potnij i wyślij zadanie, aby dodać." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "Aktualizuj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Zadania druku" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Aktualizowanie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Łączny czas druku" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Zaktualizowano" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Oczekiwanie na" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Powrót" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Schemat kolorów" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Wtyczki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Kolor materiału" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "Materiał" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Rodzaj linii" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Zainstalowano" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Zostanie zainstalowane po ponownym uruchomieniu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Zaloguj aby aktualizować" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Zainstaluj poprzednią wersję" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Odinstaluj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 +msgctxt "@label" +msgid "Compatibility Mode" +msgstr "Tryb zgodności" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" -msgid "Community Contributions" -msgstr "Udział Społeczności" +msgid "Travels" +msgstr "Ruchy" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Community Plugins" -msgstr "Wtyczki Społeczności" +msgid "Helpers" +msgstr "Pomoce" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" -msgid "Generic Materials" -msgstr "Materiały Podstawowe" +msgid "Shell" +msgstr "Obrys" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Uzyskiwanie pakietów..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Wypełnienie" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" -msgid "Website" -msgstr "Strona internetowa" +msgid "Starts" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" -msgid "Email" -msgstr "E-mail" +msgid "Only Show Top Layers" +msgstr "Pokaż tylko najwyższe warstwy" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Pokaż 5 Szczegółowych Warstw" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" -msgid "Version" -msgstr "Wersja" +msgid "Top / Bottom" +msgstr "Góra/ Dół" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" -msgid "Last updated" -msgstr "Ostatnia aktualizacja" +msgid "Inner Wall" +msgstr "Wewnętrzna ściana" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" -msgid "Brand" -msgstr "Marka" +msgid "min" +msgstr "min" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" -msgid "Downloads" -msgstr "Pobrań" +msgid "max" +msgstr "max" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "Wysokość (mm)" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Maksymalna odległość każdego piksela od \"Bazy.\"" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "Baza (mm)" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "Wysokość podstawy od stołu w milimetrach." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "Szerokość (mm)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Nie można połączyć się z bazą danych pakietów Cura. Sprawdź swoje połączenie z internetem." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "Głębokość (mm)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "Głębokość w milimetrach na stole" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "Ciemniejsze jest wyższe" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "Jaśniejszy jest wyższy" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Dla litofanów ciemne piksele powinny odpowiadać grubszym miejscom, aby zablokować więcej światła. Dla zaznaczenia wysokości map, jaśniejsze piksele oznaczają wyższy teren, więc jaśniejsze piksele powinny odpowiadać wyższym położeniom w wygenerowanym modelu 3D." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "Dalej" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Potwierdź deinstalację" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "Wygładzanie" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Odinstalowujesz materiały i/lub profile, które są aktualnie używane. Zatwierdzenie spowoduje przywrócenie bieżących ustawień materiału/profilu do ustawień domyślnych." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "Ilość wygładzania do zastosowania do obrazu." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materiały" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +msgctxt "@title:window" +msgid "Open Project" +msgstr "Otwórz projekt" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Potwierdź" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Zaktualizuj istniejące" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Schemat kolorów" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Utwórz nowy" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Kolor materiału" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Podsumowanie - Projekt Cura" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Rodzaj linii" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Jak powinny być rozwiązywane błędy w maszynie?" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Ustawienia drukarki" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Typ" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Grupa drukarek" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Jak powinien zostać rozwiązany problem z profilem?" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Tryb zgodności" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Ustawienia profilu" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Ruchy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nazwa" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Pomoce" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Cel" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Obrys" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Nie w profilu" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Wypełnienie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 nadpisanie" +msgstr[1] "%1 Zastępuje" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Pochodna z" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Pokaż tylko najwyższe warstwy" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 nadpisanie" +msgstr[1] "%1, %2 zastępuje" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Pokaż 5 Szczegółowych Warstw" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Jak powinien zostać rozwiązany problem z materiałem?" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Góra/ Dół" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "Ustawienia materiału" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Wewnętrzna ściana" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "Ustawienie widoczności" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "min" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "Tryb" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "max" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "Widoczne ustawienie:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Zarządzaj drukarkami" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 poza %2" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Szkło" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Ładowanie projektu usunie wszystkie modele z platformy roboczej." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Zaktualizuj oprogramowanie drukarki, aby zdalnie zarządzać kolejką." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 +msgctxt "@action:button" +msgid "Open" +msgstr "Otwórz" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Chcesz więcej?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Wczytywanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Utwórz kopię zapasową" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Niedostępne" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Automatyczne tworzenie kopii zapasowej" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Nieosiągalna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Automatycznie twórz kopie zapasowe każdego dnia, w którym uruchomiono Curę." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Zajęta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Wersja Cura" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Przygotowyję..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Drukarki" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Drukowanie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "Materiały" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Bez tytułu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profile" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anonimowa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Pluginy" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Wymaga zmian konfiguracji" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Przywróć" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Szczegóły" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Usuń kopię zapasową" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Drukarka niedostępna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Czy na pewno chcesz usunąć tę kopię zapasową? Tej czynności nie można cofnąć." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Przywróć kopię zapasową" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Pierwsza dostępna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Musisz zrestartować Curę przed przywróceniem kopii zapasowej. Czy chcesz teraz zamknąć Curę?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "W kolejce" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Wykonaj kopię zapasową i zsynchronizuj ustawienia Cura." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Zarządzaj w przeglądarce" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Zaloguj" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "W kolejce nie ma zadań drukowania. Potnij i wyślij zadanie, aby dodać." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Moje Kopie Zapasowe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "Zadania druku" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Nie masz żadnych kopii zapasowych. Użyj przycisku „Utwórz kopię zapasową”, aby go utworzyć." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "Łączny czas druku" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Podczas fazy podglądu będziesz ograniczony do 5 widocznych kopii zapasowych. Usuń kopię zapasową, aby zobaczyć starsze." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "Oczekiwanie na" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Kopie zapasowe cura" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 msgctxt "@title:window" -msgid "Print over network" -msgstr "Drukuj przez sieć" +msgid "More information on anonymous data collection" +msgstr "Wiećej informacji o zbieraniu anonimowych danych" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Drukuj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura zbiera anonimowe dane w celu poprawy jakości druku i komfortu użytkowania. Poniżej znajduje się przykład wszystkich udostępnianych danych:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Wybór drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Nie chcę wysyłać anonimowych danych" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Zmiany konfiguracji" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Pozwól na wysyłanie anonimowych danych" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Nadpisz" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Plugin post-processingu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Przypisana drukarka, %1, wymaga następującej zmiany konfiguracji:" -msgstr[1] "Przypisana drukarka, %1, wymaga następujących zmian konfiguracji:" +msgid "Post Processing Scripts" +msgstr "Skrypty post-processingu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "Drukarka %1 jest przypisana, ale zadanie zawiera nieznaną konfigurację materiału." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Dodaj skrypt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Zmień materiał %1 z %2 na %3." +msgid "Settings" +msgstr "Ustawienia" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Załaduj %3 jako materiał %1 (Nie można nadpisać)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Zmień rdzeń drukujący %1 z %2 na %3." +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Proszę wybrać ulepszenia wykonane w tym Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Zmień stół na %1 (Nie można nadpisać)." +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Płyta grzewcza (zestaw oficjalny lub własnej roboty)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Poziomowanie stołu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Nadpisanie spowoduje użycie określonych ustawień w istniejącej konfiguracji drukarki. Może to spowodować niepowodzenie druku." +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Aby upewnić się, że wydruki będą wychodziły świetne, możesz teraz wyregulować stół. Po kliknięciu przycisku \"Przejdź do następnego położenia\" dysza będzie się poruszać do różnych pozycji, które można wyregulować." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Aluminum" -msgstr "Aluminum" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Dla każdej pozycji; Włóż kartkę papieru pod dyszę i wyreguluj wysokość stołu roboczego. Wysokość stołu jest prawidłowa, gdy papier stawia lekki opór." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Zakończono" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Rozpocznij poziomowanie stołu roboczego" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Przerywanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Przejdź do następnego położenia" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Anulowano" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Zatrzymywanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Wstrzymana" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Przywracanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Konieczne są działania" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Zakończone %1 z %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Połącz się z drukarką sieciową" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Aby drukować bezpośrednio na drukarce przez sieć, upewnij się, że drukarka jest podłączona do sieci za pomocą kabla sieciowego lub do sieci WIFI. Jeśli nie podłączysz Cury do drukarki, możesz nadal używać napędu USB do przesyłania plików G-Code do drukarki." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Wybierz swoją drukarkę z poniższej listy:" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Edycja" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Usunąć" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Odśwież" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Jeżeli twojej drukarki nie ma na liście, przeczytaj poradnik o problemach z drukowaniem przez sieć" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "Rodzaj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "Wersja oprogramowania" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "Adres" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Ta drukarka nie jest skonfigurowana jako host dla grupy drukarek." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Ta drukarka jest hostem grupy %1 drukarek." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "Drukarka pod tym adresem jeszcze nie odpowiedziała." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Połącz" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Nieprawidłowy adres IP" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Proszę podać poprawny adres IP." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Adres drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Wprowadź adres IP drukarki." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Przesuń na początek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Usuń" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Ponów" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Zatrzymywanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Przywracanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Wstrzymaj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Przerywanie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Anuluj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Czy jesteś pewien, że chcesz przesunąć %1 na początek kolejki?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Przesuń zadanie drukowania na początek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Czy jesteś pewien, że chcesz usunąć %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Usuń zadanie drukowania" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Czy jesteś pewien, że chcesz anulować %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Anuluj wydruk" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" msgstr "" -"Upewnij się, że drukarka ma połączenie:\n" -"- Sprawdź, czy drukarka jest włączona.\n" -"- Sprawdź, czy drukarka jest podłączona do sieci.\n" -"- Sprawdź, czy jesteś zalogowany, aby znaleźć drukarki podłączone do chmury." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Podłącz drukarkę do sieci." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Pokaż instrukcję użytkownika online" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Niektóre rzeczy mogą być problematyczne podczas tego wydruku. Kliknij, aby zobaczyć porady dotyczące regulacji." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Widok 3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Widok z przodu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Widok z góry" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Widok z lewej strony" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Widok z prawej strony" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Lista obiektów" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Drukarka" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Plik" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Ustawienia dyszy" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Edytuj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +msgctxt "@label" +msgid "Nozzle size" +msgstr "Rozmiar dyszy" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Widok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 +msgctxt "@label" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "Opcje" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +msgctxt "@label" +msgid "Compatible material diameter" +msgstr "Kompatybilna średnica materiału" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "&Rozszerzenia" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +msgctxt "@label" +msgid "Nozzle offset X" +msgstr "Korekcja dyszy X" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "Preferencje" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +msgctxt "@label" +msgid "Nozzle offset Y" +msgstr "Korekcja dyszy Y" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "P&omoc" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +msgctxt "@label" +msgid "Cooling Fan Number" +msgstr "Numer Wentylatora" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "Nowy projekt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Początkowy G-code ekstrudera" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "Czy na pewno chcesz rozpocząć nowy projekt? Spowoduje to wyczyszczenie stołu i niezapisanych ustawień." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Końcowy G-code ekstrudera" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Cięcie..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Ustawienia drukarki" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Nie można pociąć" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +msgctxt "@label" +msgid "X (Width)" +msgstr "X (Szerokość)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Przetwarzanie" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +msgctxt "@label" +msgid "Y (Depth)" +msgstr "Y (Głębokość)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Potnij" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +msgctxt "@label" +msgid "Z (Height)" +msgstr "Z (Wysokość)" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Start the slicing process" -msgstr "Rozpocznij proces cięcia" +msgid "Build plate shape" +msgstr "Kształt stołu roboczego" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" -msgid "Cancel" -msgstr "Anuluj" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +msgctxt "@label" +msgid "Origin at center" +msgstr "Początek na środku" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Time estimation" -msgstr "Szacunkowy czas" +msgid "Heated bed" +msgstr "Podgrzewany stół" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Material estimation" -msgstr "Szacunkowy materiał" +msgid "Heated build volume" +msgstr "Grzany obszar roboczy" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +msgctxt "@label" +msgid "G-code flavor" +msgstr "Wersja G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Ustawienia głowicy" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +msgctxt "@label" +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "No time estimation available" -msgstr "Szacunkowy czas niedostępny" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Szacunkowy koszt niedostępny" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Podgląd" +msgid "X max" +msgstr "X max" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Add a printer" -msgstr "Dodaj drukarkę" +msgid "Y max" +msgstr "Y max" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Dodaj drukarkę sieciową" +msgid "Gantry Height" +msgstr "Wysokość wózka" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Dodaj drukarkę niesieciową" +msgid "Number of Extruders" +msgstr "Liczba ekstruderów" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Add a Cloud printer" +msgid "Apply Extruder offsets to GCode" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Początkowy G-code" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Końcowy G-code" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Dodaj drukarkę przez IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Dodaj" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Nie można połączyć się z urządzeniem." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "Drukarka pod tym adresem jeszcze nie odpowiedziała." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Ta drukarka nie może zostać dodana, ponieważ jest nieznana lub nie jest hostem grupy." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Wstecz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Połącz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Umowa z użytkownikiem" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Odrzuć i zamknij" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Drukuj Wybrany Model z %1" +msgstr[1] "Drukuj Wybrane Modele z %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Witaj w Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "Opcje" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "Nowy projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Rozpocznij" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "Czy na pewno chcesz rozpocząć nowy projekt? Spowoduje to wyczyszczenie stołu i niezapisanych ustawień." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Marketplace" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "" +msgid "Build plate" +msgstr "Stół roboczy" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Temperatura docelowa podgrzewanego stołu. Stół rozgrzeje się lub schłodzi w kierunku tej temperatury. Jeśli ustawione jest 0, grzanie stołu jest wyłączone." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Bieżąca temperatura podgrzewanego stołu." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Temperatura do wstępnego podgrzewania stołu." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "Anuluj" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 msgctxt "@button" -msgid "Skip" -msgstr "" +msgid "Pre-heat" +msgstr "Podgrzewanie wstępne" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Przed drukowaniem podgrzej stół. W dalszym ciągu można dostosowywać druk podczas nagrzewania, a nie będziesz musiał czekać na rozgrzanie stołu, gdy będziesz gotowy do drukowania." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Producent" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Drukarka nie jest podłączona." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Profile author" -msgstr "" +msgid "Printer control" +msgstr "Kontrola drukarką" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Printer name" -msgstr "Nazwa drukarki" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "" +msgid "Jog Position" +msgstr "Pozycja Swobodnego Ruchu" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Nie znaleziono drukarki w Twojej sieci." +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Refresh" -msgstr "Odśwież" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add printer by IP" -msgstr "Dodaj drukarkę przez IP" +msgid "Jog Distance" +msgstr "Dystans Swobodnego Ruchu" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Add cloud printer" -msgstr "" +msgid "Send G-code" +msgstr "Wyślij G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Rozwiązywanie problemów" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Wyślij niestandardową komendę G-code do podłączonej drukarki. Naciśnij 'enter', aby wysłać komendę." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Pomóż nam ulepszyć Ultimaker Cura" +msgid "Extruder" +msgstr "Ekstruder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Docelowa temperatura głowicy. Głowica będzie się rozgrzewać lub chłodzić do tej temperatury. Jeżeli jest równe 0, grzanie głowicy będzie wyłączone." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Aktualna temperatura tej głowicy." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Temperatura do wstępnego podgrzewania głowicy." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Podgrzej głowicę przed drukowaniem. Możesz w dalszym ciągu dostosowywać drukowanie podczas podgrzewania i nie będziesz musiał czekać na podgrzanie głowicy kiedy będziesz gotowy." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Kolor materiału w tym ekstruderze." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Materiał w głowicy drukującej." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Dysza włożona do tego ekstrudera." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Otwórz plik projektu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Jest to plik projektu Cura. Czy chcesz otworzyć go jako projekt, czy zaimportować z niego modele?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Zapamiętaj mój wybór" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura zbiera anonimowe dane w celu poprawy jakości druku i komfortu użytkownika, w tym:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Otwórz jako projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Typy maszyn" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importuj modele" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Zużycie materiału" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Zapisz projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Ilość warstw" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Ekstruder %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Ustawienia druku" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & materiał" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Dane zebrane przez Ultimaker Cura nie będą zawierać żadnych prywatnych danych osobowych." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Materiał" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Więcej informacji" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Nie pokazuj podsumowania projektu podczas ponownego zapisywania" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Zapisz" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Pusty" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Otwórz plik(i)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Znaleziono jeden lub więcej plików projektu w wybranych plikach. Możesz otwierać tylko jeden plik projektu na raz. Proponujemy importowanie tylko modeli z tych plików. Czy chcesz kontynuować?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importuj wszystkie jako modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "version: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Kompletne rozwiązanie do druku przestrzennego." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3751,2220 +3586,2380 @@ msgstr "" "Cura jest rozwijana przez firmę Ultimaker B.V. we współpracy ze społecznością.\n" "Cura z dumą korzysta z następujących projektów open source:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Graficzny interfejs użytkownika" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Struktura aplikacji" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Generator g-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Biblioteka komunikacji międzyprocesowej" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Język programowania" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "Framework GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Powiązania Frameworka GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Biblioteka Powiązań C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Format wymiany danych" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Wsparcie biblioteki do obliczeń naukowych" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Wsparcie biblioteki dla szybszej matematyki" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Wsparcie biblioteki do obsługi plików STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Biblioteka pomocnicza do obsługi obiektów płaskich" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Biblioteka pomocnicza do obsługi siatek trójkątów" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Wsparcie biblioteki do obsługi plików 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Biblioteka pomocy dla metadanych plików i przesyłania strumieniowego" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Biblioteka komunikacji szeregowej" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Bilbiotek poszukująca Zeroconf" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Biblioteka edytująca pola" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +msgctxt "@label" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +msgctxt "@label" +msgid "Python bindings for libnest2d" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +msgctxt "@label" +msgid "Support library for system keyring access" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +msgctxt "@label" +msgid "Python extensions for Microsoft Windows" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +msgctxt "@label" +msgid "Font" +msgstr "Czcionka" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +msgctxt "@label" +msgid "SVG icons" +msgstr "Ikony SVG" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +msgctxt "@label" +msgid "Linux cross-distribution application deployment" +msgstr "Wdrożenie aplikacji pomiędzy dystrybucjami Linux" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "Odrzuć lub zachowaj zmiany" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Ustawienia profilu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "Zawsze pytaj o to" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "Odrzuć i nigdy nie pytaj" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "Zachowaj i nigdy nie pytaj" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Otwórz &ostatnio używane" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Widoczne Ustawienia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Ustaw Widoczność Ustawień..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Materiał" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Ustaw jako aktywną głowicę" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Włącz Ekstruder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Wyłącz Ekstruder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Materiał" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Ulubione" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Podstawowe" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "P&omoc" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Plik" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Eksportuj..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Eksportuj Zaznaczenie..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "Preferencje" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Edytuj" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Drukarka" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Drukarki dostępne w sieci" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Drukarki lokalne" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "&Rozszerzenia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Konfiguracje" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Ładowanie dostępnych konfiguracji z drukarki..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +msgctxt "@label" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Konfiguracje są niedostępne, ponieważ drukarka jest odłączona." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Ta konfiguracja jest niedostępna, ponieważ %1 jest nierozpoznany. Przejdź do %2, aby pobrać prawidłowy profil materiału." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +msgctxt "@label" +msgid "Marketplace" +msgstr "Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 +msgctxt "@tooltip" +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "" +msgid "Select configuration" +msgstr "Wybierz konfigurację" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "" +msgid "Configurations" +msgstr "Konfiguracje" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Niestandardowe" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "" +msgid "Printer" +msgstr "Drukarka" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "" +msgid "Enabled" +msgstr "Włączona" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Font" -msgstr "Czcionka" +msgid "Material" +msgstr "Materiał" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "SVG icons" -msgstr "Ikony SVG" +msgid "Use glue for better adhesion with this material combination." +msgstr "Użyj kleju dla lepszej przyczepności dla tej kombinacji materiałów." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Wdrożenie aplikacji pomiędzy dystrybucjami Linux" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Wydrukuj wybrany model z:" +msgstr[1] "Wydrukuj wybrane modele z:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Otwórz plik(i)" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Zduplikuj wybrany model" +msgstr[1] "Zduplikuj wybrane modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Znaleziono jeden lub więcej plików projektu w wybranych plikach. Możesz otwierać tylko jeden plik projektu na raz. Proponujemy importowanie tylko modeli z tych plików. Czy chcesz kontynuować?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Liczba kopii" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importuj wszystkie jako modele" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Zapisz projekt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Widok" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Ekstruder %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Pozycja kamery" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & materiał" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Widok z kamery" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Materiał" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspektywiczny" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Nie pokazuj podsumowania projektu podczas ponownego zapisywania" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Rzut ortograficzny" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Zapisz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 +msgctxt "@label" +msgid "View type" +msgstr "Typ widoku" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Odrzuć lub zachowaj zmiany" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 +msgctxt "@label" +msgid "Sign in to the Ultimaker platform" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Ustawienia profilu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Zaloguj" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "Zawsze pytaj o to" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "Odrzuć i nigdy nie pytaj" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "Zachowaj i nigdy nie pytaj" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 +msgctxt "@label" +msgid "Checking..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 +msgctxt "@label" +msgid "Account synced" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Otwórz plik projektu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Jest to plik projektu Cura. Czy chcesz otworzyć go jako projekt, czy zaimportować z niego modele?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Zapamiętaj mój wybór" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Cięcie..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Otwórz jako projekt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Nie można pociąć" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importuj modele" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Przetwarzanie" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Potnij" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 msgctxt "@label" -msgid "Active print" -msgstr "Aktywny wydruk" +msgid "Start the slicing process" +msgstr "Rozpocznij proces cięcia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Anuluj" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 msgctxt "@label" -msgid "Job Name" -msgstr "Nazwa pracy" +msgid "Time estimation" +msgstr "Szacunkowy czas" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 msgctxt "@label" -msgid "Printing Time" -msgstr "Czas druku" +msgid "Material estimation" +msgstr "Szacunkowy materiał" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "Estimated time left" -msgstr "Szacowany czas pozostały" +msgid "No time estimation available" +msgstr "Szacunkowy czas niedostępny" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "Szacunkowy koszt niedostępny" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Podgląd" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "Ten pakiet zostanie zainstalowany po ponownym uruchomieniu." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Ogólny" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Ustawienia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Drukarki" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiał" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Profile" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Instaluj pakiety" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Otwórz plik(i)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Znaleziono jeden lub więcej plików G-code w wybranych plikach. Możesz otwierać tylko jeden plik G-code jednocześnie. Jeśli chcesz otworzyć plik G-code, proszę wybierz tylko jeden." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" msgstr "Dodaj drukarkę" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Zarządzaj drukarkami" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "Co nowego" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Podłączone drukarki" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Wł" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Wył" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 msgctxt "@label" -msgid "Preset printers" -msgstr "Zdefiniowane drukarki" +msgid "Experimental" +msgstr "Eksperymentalne" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 msgctxt "@label" msgid "Print settings" msgstr "Ustawienia druku" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 msgctxt "@label shown when we load a Gcode file" msgid "Print setup disabled. G-code file can not be modified." msgstr "Ustawienia druku niedostępne. Plik .gcode nie może być modyfikowany." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Niektóre wartości ustawień różnią się od wartości zapisanych w profilu.\n" -"\n" -"Kliknij, aby otworzyć menedżer profili." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Profile niestandardowe" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Odrzuć bieżące zmiany" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 msgctxt "@button" msgid "Recommended" msgstr "Polecane" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 msgctxt "@button" msgid "Custom" msgstr "Niestandardowe" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Wł" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Wył" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 -msgctxt "@label" -msgid "Experimental" -msgstr "Eksperymentalne" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" msgstr[0] "Nie ma profilu %1 dla konfiguracji w ekstruderze %2. Zamiast tego zostaną użyte domyślne cale" msgstr[1] "Nie ma profilu %1 dla konfiguracji w ekstruderach %2. Zamiast tego zostaną użyte domyślne cale" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 msgctxt "@label" -msgid "Profiles" -msgstr "Profile" +msgid "Gradual infill" +msgstr "Stopniowe wypełnienie" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Zmodyfikowałeś ustawienia profilu. Jeżeli chcesz je zmienić, przejdź do trybu niestandardowego." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Stopniowe wypełnienie stopniowo zwiększa ilość wypełnień w górę." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" msgid "Support" msgstr "Podpory" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." msgstr "Generuje podpory wspierające części modelu, które mają zwis. Bez tych podpór takie części mogłyby spaść podczas drukowania." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Gradual infill" -msgstr "Stopniowe wypełnienie" +msgid "Profiles" +msgstr "Profile" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 -msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Stopniowe wypełnienie stopniowo zwiększa ilość wypełnień w górę." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Zmodyfikowałeś ustawienia profilu. Jeżeli chcesz je zmienić, przejdź do trybu niestandardowego." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" msgid "Adhesion" msgstr "Przyczepność" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." msgstr "Włącz drukowanie obrysu lub tratwy. Spowoduje to dodanie płaskiej powierzchni wokół lub pod Twoim obiektem, która jest łatwa do usunięcia po wydruku." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Profile niestandardowe" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Odrzuć bieżące zmiany" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" +msgstr "Profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." msgstr "" +"Niektóre wartości ustawień różnią się od wartości zapisanych w profilu.\n" +"\n" +"Kliknij, aby otworzyć menedżer profili." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Drukarki dostępne w sieci" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Ustawienie" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Drukarki lokalne" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Materiał" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Aktualny" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Ulubione" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Podstawowe" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Wydrukuj wybrany model z:" -msgstr[1] "Wydrukuj wybrane modele z:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Widoczność ustawienia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Zaznacz wszystko" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Aktywuj" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Zmień nazwę" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Zduplikuj wybrany model" -msgstr[1] "Zduplikuj wybrane modele" +msgid "Confirm Diameter Change" +msgstr "Potwierdź Zmianę Średnicy" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "Średnica nowego filamentu została ustawiona na %1mm, i nie jest kompatybilna z bieżącym ekstruderem. Czy chcesz kontynuować?" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" -msgid "Number of Copies" -msgstr "Liczba kopii" +msgid "Display Name" +msgstr "Wyświetlana nazwa" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 -msgctxt "@title:menu menubar:file" -msgid "&Save Project..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marka" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Typ Materiału" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Kolor" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Eksportuj..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Właściwości" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Eksportuj Zaznaczenie..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 +msgctxt "@label" +msgid "Density" +msgstr "Gęstość" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Konfiguracje" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 +msgctxt "@label" +msgid "Diameter" +msgstr "Średnica" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Niestandardowe" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 +msgctxt "@label" +msgid "Filament Cost" +msgstr "Koszt Filamentu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" -msgid "Printer" -msgstr "Drukarka" +msgid "Filament weight" +msgstr "Waga filamentu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" -msgid "Enabled" -msgstr "Włączona" +msgid "Filament length" +msgstr "Długość Filamentu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" -msgid "Material" -msgstr "Materiał" +msgid "Cost per Meter" +msgstr "Koszt na metr" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Użyj kleju dla lepszej przyczepności dla tej kombinacji materiałów." +msgid "This material is linked to %1 and shares some of its properties." +msgstr "Ten materiał jest powiązany z %1 i dzieli się niekórymi swoimi właściwościami." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 +msgctxt "@label" +msgid "Unlink Material" +msgstr "Odłącz materiał" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 +msgctxt "@label" +msgid "Description" +msgstr "Opis" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 +msgctxt "@label" +msgid "Adhesion Information" +msgstr "Informacje dotyczące przyczepności" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informacja" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +msgctxt "@title:window" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 +msgctxt "@title:header" +msgid "Sync materials with printers" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Wybierz konfigurację" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 +msgctxt "@text" +msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Konfiguracje" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 +msgctxt "@button" +msgid "Why do I need to sync material profiles?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Ładowanie dostępnych konfiguracji z drukarki..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 -msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Konfiguracje są niedostępne, ponieważ drukarka jest odłączona." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 +msgctxt "@title:header" +msgid "Sign in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 -msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Ta konfiguracja jest niedostępna, ponieważ %1 jest nierozpoznany. Przejdź do %2, aby pobrać prawidłowy profil materiału." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 +msgctxt "@text" +msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 -msgctxt "@label" -msgid "Marketplace" -msgstr "Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 +msgctxt "@button" +msgid "Sync materials with USB" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 +msgctxt "@title:header" +msgid "The following printers will receive the new material profiles:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Drukarka" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 +msgctxt "@title:header" +msgid "Something went wrong when sending the materials to the printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Materiał" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 +msgctxt "@title:header" +msgid "Material profiles successfully synced with the following printers:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Ustaw jako aktywną głowicę" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 +msgctxt "@button" +msgid "Troubleshooting" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Włącz Ekstruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 +msgctxt "@text Asking the user whether printers are missing in a list." +msgid "Printers missing?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Wyłącz Ekstruder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 +msgctxt "@text" +msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Otwórz &ostatnio używane" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 +msgctxt "@button" +msgid "Refresh List" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Widoczne Ustawienia" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +msgctxt "@button" +msgid "Try again" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Done" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Ustaw Widoczność Ustawień..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 +msgctxt "@button" +msgid "Sync" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Pozycja kamery" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 +msgctxt "@button" +msgid "Syncing" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Widok z kamery" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 +msgctxt "@title:header" +msgid "No printers found" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspektywiczny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 +msgctxt "@text" +msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Rzut ortograficzny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 +msgctxt "@button" +msgid "Learn how to connect your printer to Digital Factory" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "P&ole robocze" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 +msgctxt "@button" +msgid "Refresh" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 -msgctxt "@label" -msgid "View type" -msgstr "Typ widoku" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 +msgctxt "@title:header" +msgid "Sync material profiles via USB" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 -msgctxt "@label" -msgid "Is printed as support." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 +msgctxt "@text In the UI this is followed by a list of steps the user needs to take." +msgid "Follow the following steps to load the new material profiles to your printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 +msgctxt "@text" +msgid "Click the export material archive button." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 +msgctxt "@text" +msgid "Save the .umm file on a USB stick." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 +msgctxt "@text" +msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "" -msgstr[1] "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 +msgctxt "@button" +msgid "How to load new material profiles to my printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Profile" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Wstecz" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Aktywuj" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Export material archive" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Stwórz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 +msgctxt "@title:window" +msgid "Export All Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" -msgid "Duplicate" -msgstr "Duplikuj" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" -msgid "Rename" -msgstr "Zmień nazwę" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 msgctxt "@action:button" msgid "Import" msgstr "Importuj" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" -msgid "Export" -msgstr "Eksportuj" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Stwórz profil" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Podaj nazwę tego profilu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplikuj" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplikuj profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Eksportuj" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 msgctxt "@title:window" msgid "Confirm Remove" msgstr "Potwierdź Usunięcie" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 msgctxt "@label (%1 is object name)" msgid "Are you sure you wish to remove %1? This cannot be undone!" msgstr "Czy na pewno chcesz usunąć %1? Nie można tego cofnąć!" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Zmień nazwę profilu" +msgid "Import Material" +msgstr "Importuj Materiał" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importuj Profil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Udało się zaimportować materiał %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Nie można zaimportować materiału %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 msgctxt "@title:window" -msgid "Export Profile" -msgstr "Eksportuj Profil" +msgid "Export Material" +msgstr "Eksportuj Materiał" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Nie udało się wyeksportować materiału do %1: %2" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Udało się wyeksportować materiał do %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 +msgctxt "@label" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Drukarka: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" +msgid "Update profile." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "Aktualizuj profil z bieżącymi ustawieniami" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." msgstr "Ten profil używa ustawień domyślnych określonych przez drukarkę, dlatego nie ma żadnych ustawień z poniższej liście." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" msgid "Your current settings match the selected profile." msgstr "Aktualne ustawienia odpowiadają wybranemu profilowi." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 msgctxt "@title:tab" msgid "Global Settings" msgstr "Ustawienia ogólne" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Ogólny" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Stwórz profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Podaj nazwę tego profilu." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Eksportuj Profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplikuj profil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Zmień nazwę profilu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importuj Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 msgctxt "@label" msgid "Interface" msgstr "Interfejs" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" msgid "Currency:" msgstr "Waluta:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Motyw:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Musisz zrestartować aplikację, aby te zmiany zaczęły obowiązywać." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" msgid "Slice automatically when changing settings." msgstr "Tnij automatycznie podczas zmiany ustawień." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 msgctxt "@option:check" msgid "Slice automatically" msgstr "Automatyczne Cięcie" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 +msgctxt "@label" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" msgid "Viewport behavior" msgstr "Zachowanie okna edycji" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." msgstr "Zaznacz nieobsługiwane obszary modelu na czerwono. Bez wsparcia te obszary nie będą drukowane prawidłowo." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 msgctxt "@option:check" msgid "Display overhang" msgstr "Wyświetl zwis" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" msgid "Display model errors" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" msgid "Moves the camera so the model is in the center of the view when a model is selected" msgstr "Przenosi kamerę, aby model był w centrum widoku, gdy wybrano model" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 msgctxt "@action:button" msgid "Center camera when item is selected" msgstr "Wyśrodkuj kamerę kiedy przedmiot jest zaznaczony" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 msgctxt "@info:tooltip" msgid "Should the default zoom behavior of cura be inverted?" msgstr "Czy domyślne zachowanie zoomu powinno zostać odwrócone?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 msgctxt "@action:button" msgid "Invert the direction of camera zoom." msgstr "Odwróć kierunek zoomu kamery." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Should zooming move in the direction of the mouse?" msgstr "Czy przybliżanie powinno poruszać się w kierunku myszy?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" msgid "Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Powiększanie w kierunku myszy nie jest obsługiwane w danej perspektywie." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 msgctxt "@action:button" msgid "Zoom toward mouse direction" msgstr "Przybliżaj w kierunku myszy" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" msgid "Should models on the platform be moved so that they no longer intersect?" msgstr "Czy modele na platformie powinny być przenoszone w taki sposób, aby nie przecinały się?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 msgctxt "@option:check" msgid "Ensure models are kept apart" msgstr "Upewnij się, że modele są oddzielone" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 msgctxt "@info:tooltip" msgid "Should models on the platform be moved down to touch the build plate?" msgstr "Czy modele na platformie powinny być przesunięte w dół, aby dotknęły stołu roboczego?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 msgctxt "@option:check" msgid "Automatically drop models to the build plate" msgstr "Automatycznie upuść modele na stół roboczy" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 msgctxt "@info:tooltip" msgid "Show caution message in g-code reader." msgstr "Pokaż wiadomości ostrzegawcze w czytniku g-code." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 msgctxt "@option:check" msgid "Caution message in g-code reader" msgstr "Wiadomość ostrzegawcza w czytniku g-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 msgctxt "@info:tooltip" msgid "Should layer be forced into compatibility mode?" msgstr "Czy warstwa powinna być wymuszona w trybie zgodności?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 msgctxt "@option:check" msgid "Force layer view compatibility mode (restart required)" msgstr "Wymuszenie widoku warstw w trybie zgodności (wymaga ponownego uruchomienia)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 msgctxt "@info:tooltip" msgid "Should Cura open at the location it was closed?" msgstr "Czy Cura powinna się otwierać w miejscu, w którym została zamknięta?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 msgctxt "@option:check" msgid "Restore window position on start" msgstr "Przywróć pozycję okna przy starcie" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 msgctxt "@info:tooltip" msgid "What type of camera rendering should be used?" msgstr "Jakiego rodzaju kamery należy użyć do renderowania?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 msgctxt "@window:text" msgid "Camera rendering:" msgstr "Renderowanie z kamery:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 msgid "Perspective" msgstr "Perspektywiczny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 msgid "Orthographic" msgstr "Rzut ortograficzny" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" msgid "Opening and saving files" msgstr "Otwieranie i zapisywanie plików" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 msgctxt "@option:check" msgid "Use a single instance of Cura" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 msgctxt "@option:check" msgid "Clear buildplate before loading model into the single instance" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 msgctxt "@info:tooltip" msgid "Should models be scaled to the build volume if they are too large?" msgstr "Czy modele powinny być skalowane do wielkości obszaru roboczego, jeśli są zbyt duże?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 msgctxt "@option:check" msgid "Scale large models" msgstr "Skaluj duże modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" msgstr "Model może wydawać się bardzo mały, jeśli jego jednostka jest na przykład w metrach, a nie w milimetrach. Czy takie modele powinny być skalowane?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" msgid "Scale extremely small models" msgstr "Skaluj bardzo małe modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 msgctxt "@info:tooltip" msgid "Should models be selected after they are loaded?" msgstr "Czy modele powinny zostać zaznaczone po załadowaniu?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 msgctxt "@option:check" msgid "Select models when loaded" msgstr "Zaznaczaj modele po załadowaniu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" msgid "Should a prefix based on the printer name be added to the print job name automatically?" msgstr "Czy przedrostek oparty na nazwie drukarki powinien być automatycznie dodawany do nazwy zadania?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 msgctxt "@option:check" msgid "Add machine prefix to job name" msgstr "Dodaj przedrostek maszyny do nazwy zadania" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 msgctxt "@info:tooltip" msgid "Should a summary be shown when saving a project file?" msgstr "Czy podsumowanie powinno być wyświetlane podczas zapisu projektu?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 msgctxt "@option:check" msgid "Show summary dialog when saving project" msgstr "Pokaż okno podsumowania podczas zapisywaniu projektu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 msgctxt "@info:tooltip" msgid "Default behavior when opening a project file" msgstr "Domyślne zachowanie podczas otwierania pliku projektu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 msgctxt "@window:text" msgid "Default behavior when opening a project file: " msgstr "Domyślne zachowanie podczas otwierania pliku projektu: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 msgctxt "@option:openProject" msgid "Always ask me this" msgstr "Zawsze pytaj" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 msgctxt "@option:openProject" msgid "Always open as a project" msgstr "Zawsze otwieraj jako projekt" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 msgctxt "@option:openProject" msgid "Always import models" msgstr "Zawsze importuj modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." msgstr "Kiedy dokonasz zmian w profilu i przełączysz się na inny, zostanie wyświetlone okno z pytaniem, czy chcesz zachować twoje zmiany, czy nie. Możesz też wybrać domyślne zachowanie, żeby to okno już nigdy nie było pokazywane." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" msgid "Default behavior for changed setting values when switching to a different profile: " msgstr "Domyślne zachowanie dla zmienionych ustawień podczas zmiany profilu na inny: " -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 msgctxt "@option:discardOrKeep" msgid "Always discard changed settings" msgstr "Zawsze odrzucaj wprowadzone zmiany" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 msgctxt "@option:discardOrKeep" msgid "Always transfer changed settings to new profile" msgstr "Zawsze przenoś wprowadzone zmiany do nowego profilu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 msgctxt "@label" msgid "Privacy" msgstr "Prywatność" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." msgstr "Czy anonimowe dane na temat wydruku mają być wysyłane do Ultimaker? Uwaga. Żadne modele, adresy IP, ani żadne inne dane osobiste nie będą wysyłane i/lub przechowywane." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" msgid "Send (anonymous) print information" msgstr "Wyślij (anonimowe) informacje o drukowaniu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Więcej informacji" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 msgctxt "@label" msgid "Updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 msgctxt "@info:tooltip" msgid "Should Cura check for updates when the program is started?" msgstr "Czy Cura ma sprawdzać dostępność aktualizacji podczas uruchamiania programu?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 msgctxt "@option:check" msgid "Check for updates on start" msgstr "Sprawdź, dostępność aktualizacji podczas uruchamiania" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 msgctxt "@info:tooltip" msgid "When checking for updates, only check for stable releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 msgctxt "@option:radio" msgid "Stable releases only" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 msgctxt "@info:tooltip" msgid "When checking for updates, check for both stable and for beta releases." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 msgctxt "@option:radio" msgid "Stable and Beta releases" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 msgctxt "@option:check" msgid "Get notifications for plugin updates" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informacja" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Dodaj drukarkę przez IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Potwierdź Zmianę Średnicy" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "Średnica nowego filamentu została ustawiona na %1mm, i nie jest kompatybilna z bieżącym ekstruderem. Czy chcesz kontynuować?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Dodaj" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 msgctxt "@label" -msgid "Display Name" -msgstr "Wyświetlana nazwa" +msgid "Could not connect to device." +msgstr "Nie można połączyć się z urządzeniem." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 msgctxt "@label" -msgid "Material Type" -msgstr "Typ Materiału" +msgid "Can't connect to your Ultimaker printer?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 msgctxt "@label" -msgid "Color" -msgstr "Kolor" +msgid "The printer at this address has not responded yet." +msgstr "Drukarka pod tym adresem jeszcze nie odpowiedziała." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "Properties" -msgstr "Właściwości" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Ta drukarka nie może zostać dodana, ponieważ jest nieznana lub nie jest hostem grupy." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 -msgctxt "@label" -msgid "Density" -msgstr "Gęstość" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Połącz" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 msgctxt "@label" -msgid "Diameter" -msgstr "Średnica" +msgid "Release Notes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 msgctxt "@label" -msgid "Filament Cost" -msgstr "Koszt Filamentu" +msgid "User Agreement" +msgstr "Umowa z użytkownikiem" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 -msgctxt "@label" -msgid "Filament weight" -msgstr "Waga filamentu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Zgadzam się" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 -msgctxt "@label" -msgid "Filament length" -msgstr "Długość Filamentu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Odrzuć i zamknij" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 msgctxt "@label" -msgid "Cost per Meter" -msgstr "Koszt na metr" +msgid "What's New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 -msgctxt "@label" -msgid "This material is linked to %1 and shares some of its properties." -msgstr "Ten materiał jest powiązany z %1 i dzieli się niekórymi swoimi właściwościami." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Dalej" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 msgctxt "@label" -msgid "Unlink Material" -msgstr "Odłącz materiał" +msgid "Add a Cloud printer" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "Description" -msgstr "Opis" +msgid "Waiting for Cloud response" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "Adhesion Information" -msgstr "Informacje dotyczące przyczepności" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Stwórz" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplikuj" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" +msgid "No printers found in your account?" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Drukarka" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importuj Materiał" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Nie można zaimportować materiału %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Udało się zaimportować materiał %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Eksportuj Materiał" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Nie udało się wyeksportować materiału do %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Udało się wyeksportować materiał do %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 -msgctxt "@title:window" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 -msgctxt "@title:header" -msgid "Sync materials with printers" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "Backup and sync your material settings and plugins" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 msgctxt "@button" -msgid "Why do I need to sync material profiles?" +msgid "Skip" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 -msgctxt "@title:header" -msgid "Sign in" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +msgctxt "@label" +msgid "Welcome to Ultimaker Cura" +msgstr "Witaj w Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" -msgid "Sync materials with USB" -msgstr "" +msgid "Get started" +msgstr "Rozpocznij" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 -msgctxt "@title:header" -msgid "The following printers will receive the new material profiles:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +msgctxt "@label" +msgid "Empty" +msgstr "Pusty" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 +msgctxt "@label" +msgid "Manufacturer" +msgstr "Producent" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 +msgctxt "@label" +msgid "Profile author" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 -msgctxt "@title:header" -msgid "Something went wrong when sending the materials to the printers." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nazwa drukarki" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 -msgctxt "@title:header" -msgid "Material profiles successfully synced with the following printers:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Dodaj drukarkę" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Dodaj drukarkę sieciową" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Dodaj drukarkę niesieciową" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Nie znaleziono drukarki w Twojej sieci." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Odśwież" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Dodaj drukarkę przez IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" msgid "Troubleshooting" -msgstr "" +msgstr "Rozwiązywanie problemów" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 -msgctxt "@text Asking the user whether printers are missing in a list." -msgid "Printers missing?" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Pomóż nam ulepszyć Ultimaker Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." -msgstr "" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura zbiera anonimowe dane w celu poprawy jakości druku i komfortu użytkownika, w tym:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 -msgctxt "@button" -msgid "Refresh List" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Typy maszyn" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 -msgctxt "@button" -msgid "Try again" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Zużycie materiału" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Ilość warstw" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Ustawienia druku" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Dane zebrane przez Ultimaker Cura nie będą zawierać żadnych prywatnych danych osobowych." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Więcej informacji" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 -msgctxt "@button" -msgid "Done" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Lista obiektów" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 -msgctxt "@button" -msgid "Sync" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 -msgctxt "@button" -msgid "Syncing" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 -msgctxt "@title:header" -msgid "No printers found" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 -msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 -msgctxt "@button" -msgid "Learn how to connect your printer to Digital Factory" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 -msgctxt "@button" -msgid "Refresh" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Podłączone drukarki" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 -msgctxt "@title:header" -msgid "Sync material profiles via USB" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Zdefiniowane drukarki" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 -msgctxt "@text" -msgid "Click the export material archive button." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 -msgctxt "@text" -msgid "Save the .umm file on a USB stick." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 -msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 msgctxt "@button" -msgid "How to load new material profiles to my printer" -msgstr "" +msgid "Add printer" +msgstr "Dodaj drukarkę" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 msgctxt "@button" -msgid "Export material archive" -msgstr "" +msgid "Manage printers" +msgstr "Zarządzaj drukarkami" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 -msgctxt "@title:window" -msgid "Export All Materials" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Widoczność ustawienia" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Zaznacz wszystko" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Drukarki" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Przeliczone" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Ustawienie" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Aktualny" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Jednostka" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Bez tytułu" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 msgctxt "@label:MonitorStatus" msgid "Not connected to a printer" msgstr "Nie podłączono do drukarki" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 msgctxt "@label:MonitorStatus" msgid "Printer does not accept commands" msgstr "Drukarka nie akceptuje poleceń" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 msgctxt "@label:MonitorStatus" msgid "In maintenance. Please check the printer" msgstr "W naprawie. Sprawdź drukarkę" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 msgctxt "@label:MonitorStatus" msgid "Lost connection with the printer" msgstr "Utracone połączenie z drukarką" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 msgctxt "@label:MonitorStatus" msgid "Printing..." msgstr "Drukowanie..." -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 msgctxt "@label:MonitorStatus" msgid "Paused" msgstr "Wstrzymano" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 msgctxt "@label:MonitorStatus" msgid "Preparing..." msgstr "Przygotowywanie ..." -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 msgctxt "@label:MonitorStatus" msgid "Please remove the print" msgstr "Usuń wydruk" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 msgctxt "@label" msgid "Abort Print" msgstr "Anuluj Wydruk" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 msgctxt "@label" msgid "Are you sure you want to abort the print?" msgstr "Czy na pewno chcesz przerwać drukowanie?" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Drukuj Wybrany Model z %1" -msgstr[1] "Drukuj Wybrane Modele z %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 -msgctxt "@label" -msgid "Printer control" -msgstr "Kontrola drukarką" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Pozycja Swobodnego Ruchu" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 -msgctxt "@label" -msgid "Jog Distance" -msgstr "Dystans Swobodnego Ruchu" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 -msgctxt "@label" -msgid "Send G-code" -msgstr "Wyślij G-code" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Wyślij niestandardową komendę G-code do podłączonej drukarki. Naciśnij 'enter', aby wysłać komendę." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" -msgid "Extruder" -msgstr "Ekstruder" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Docelowa temperatura głowicy. Głowica będzie się rozgrzewać lub chłodzić do tej temperatury. Jeżeli jest równe 0, grzanie głowicy będzie wyłączone." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Aktualna temperatura tej głowicy." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Temperatura do wstępnego podgrzewania głowicy." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Anuluj" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Podgrzewanie wstępne" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Podgrzej głowicę przed drukowaniem. Możesz w dalszym ciągu dostosowywać drukowanie podczas podgrzewania i nie będziesz musiał czekać na podgrzanie głowicy kiedy będziesz gotowy." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Kolor materiału w tym ekstruderze." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Materiał w głowicy drukującej." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Dysza włożona do tego ekstrudera." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Drukarka nie jest podłączona." +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Niektóre ukryte ustawienia używają wartości różniących się od ich normalnej, obliczonej wartości.\n" +"\n" +"Kliknij, aby te ustawienia były widoczne." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Stół roboczy" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Ustawienia wyszukiwania" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Temperatura docelowa podgrzewanego stołu. Stół rozgrzeje się lub schłodzi w kierunku tej temperatury. Jeśli ustawione jest 0, grzanie stołu jest wyłączone." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Skopiuj wartość do wszystkich ekstruderów" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Bieżąca temperatura podgrzewanego stołu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Skopiuj wszystkie zmienione wartości do wszystkich ekstruderów" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Temperatura do wstępnego podgrzewania stołu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Ukryj tę opcję" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Przed drukowaniem podgrzej stół. W dalszym ciągu można dostosowywać druk podczas nagrzewania, a nie będziesz musiał czekać na rozgrzanie stołu, gdy będziesz gotowy do drukowania." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Nie pokazuj tej opcji" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Zaloguj" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Pozostaw tę opcję widoczną" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Skonfiguruj widoczność ustawień ..." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "To ustawienie nie jest używane, ponieważ wszystkie ustawienia, na które wpływa, są nadpisane." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Wpływać" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Pod wpływem" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "To ustawienie jest dzielone pomiędzy wszystkimi ekstruderami. Zmiana tutaj spowoduje zmianę dla wszystkich ekstruderów." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 msgctxt "@label" -msgid "Checking..." +msgid "This setting is resolved from conflicting extruder-specific values:" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 msgctxt "@label" -msgid "Account synced" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." msgstr "" +"To ustawienie ma inną wartość niż w profilu.\n" +"\n" +"Kliknij, aby przywrócić wartość z profilu." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" -msgid "Something went wrong..." +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." msgstr "" +"To ustawienie jest zwykle obliczane, ale obecnie ma wartość bezwzględną.\n" +"\n" +"Kliknij, aby przywrócić wartość obliczoną." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Aktywny wydruk" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Bez tytułu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nazwa pracy" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 msgctxt "@label" -msgid "No items to select from" -msgstr "" +msgid "Printing Time" +msgstr "Czas druku" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Szacowany czas pozostały" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Pokaż przewodnik rozwiązywania problemów online" +msgid "Show Online Troubleshooting" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" msgid "Toggle Full Screen" msgstr "Przełącz tryb pełnoekranowy" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 msgctxt "@action:inmenu" msgid "Exit Full Screen" msgstr "Wyłącz tryb pełnoekranowy" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 msgctxt "@action:inmenu menubar:edit" msgid "&Undo" msgstr "&Cofnij" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 msgctxt "@action:inmenu menubar:edit" msgid "&Redo" msgstr "&Ponów" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 msgctxt "@action:inmenu menubar:file" msgid "&Quit" msgstr "&Zamknij" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 msgctxt "@action:inmenu menubar:view" msgid "3D View" msgstr "Widok 3D" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 msgctxt "@action:inmenu menubar:view" msgid "Front View" msgstr "Widok z przodu" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 msgctxt "@action:inmenu menubar:view" msgid "Top View" msgstr "Widok z góry" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 msgctxt "@action:inmenu menubar:view" msgid "Bottom View" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 msgctxt "@action:inmenu menubar:view" msgid "Left Side View" msgstr "Widok z lewej strony" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 msgctxt "@action:inmenu menubar:view" msgid "Right Side View" msgstr "Widok z prawej strony" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 msgctxt "@action:inmenu" msgid "Configure Cura..." msgstr "Konfiguruj Cura..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 msgctxt "@action:inmenu menubar:printer" msgid "&Add Printer..." msgstr "&Dodaj drukarkę..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 msgctxt "@action:inmenu menubar:printer" msgid "Manage Pr&inters..." msgstr "Zarządzaj drukarkami..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 msgctxt "@action:inmenu" msgid "Manage Materials..." msgstr "Zarządzaj materiałami..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." msgid "Add more materials from Marketplace" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" msgid "&Update profile with current settings/overrides" msgstr "&Aktualizuj profil z bieżącymi ustawieniami" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 msgctxt "@action:inmenu menubar:profile" msgid "&Discard current changes" msgstr "&Odrzuć bieżące zmiany" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 msgctxt "@action:inmenu menubar:profile" msgid "&Create profile from current settings/overrides..." msgstr "&Utwórz profil z bieżących ustawień..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 msgctxt "@action:inmenu menubar:profile" msgid "Manage Profiles..." msgstr "Zarządzaj profilami..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 msgctxt "@action:inmenu menubar:help" msgid "Show Online &Documentation" msgstr "Pokaż dokumentację internetową" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 msgctxt "@action:inmenu menubar:help" msgid "Report a &Bug" msgstr "Zgłoś błąd" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 msgctxt "@action:inmenu menubar:help" msgid "What's New" msgstr "Co nowego" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 msgctxt "@action:inmenu menubar:help" msgid "About..." msgstr "O..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 msgctxt "@action:inmenu menubar:edit" msgid "Delete Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 msgctxt "@action:inmenu menubar:edit" msgid "Center Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 msgctxt "@action:inmenu menubar:edit" msgid "Multiply Selected" msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 msgctxt "@action:inmenu" msgid "Delete Model" msgstr "Usuń model" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 msgctxt "@action:inmenu" msgid "Ce&nter Model on Platform" msgstr "Wyśrodkuj model na platformie" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 msgctxt "@action:inmenu menubar:edit" msgid "&Group Models" msgstr "&Grupuj modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 msgctxt "@action:inmenu menubar:edit" msgid "Ungroup Models" msgstr "Rozgrupuj modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 msgctxt "@action:inmenu menubar:edit" msgid "&Merge Models" msgstr "Połącz modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 msgctxt "@action:inmenu" msgid "&Multiply Model..." msgstr "&Powiel model..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 msgctxt "@action:inmenu menubar:edit" msgid "Select All Models" msgstr "Wybierz wszystkie modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 msgctxt "@action:inmenu menubar:edit" msgid "Clear Build Plate" msgstr "Wyczyść stół" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 msgctxt "@action:inmenu menubar:file" msgid "Reload All Models" msgstr "Przeładuj wszystkie modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Rozłóż Wszystkie Modele na Wszystkie Platformy Robocze" - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 msgctxt "@action:inmenu menubar:edit" msgid "Arrange All Models" msgstr "Ułóż wszystkie modele" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 msgctxt "@action:inmenu menubar:edit" msgid "Arrange Selection" msgstr "Wybór ułożenia" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Positions" msgstr "Zresetuj wszystkie pozycje modelu" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Transformations" msgstr "Zresetuj wszystkie przekształcenia modelu" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 msgctxt "@action:inmenu menubar:file" msgid "&Open File(s)..." msgstr "&Otwórz plik(i)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 msgctxt "@action:inmenu menubar:file" msgid "&New Project..." msgstr "&Nowy projekt..." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 msgctxt "@action:inmenu menubar:help" msgid "Show Configuration Folder" msgstr "Pokaż folder konfiguracji" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Skonfiguruj widoczność ustawień ..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 -msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "To ustawienie nie jest używane, ponieważ wszystkie ustawienia, na które wpływa, są nadpisane." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Wpływać" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Pod wpływem" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 -msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "To ustawienie jest dzielone pomiędzy wszystkimi ekstruderami. Zmiana tutaj spowoduje zmianę dla wszystkich ekstruderów." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 -msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 -msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"To ustawienie ma inną wartość niż w profilu.\n" -"\n" -"Kliknij, aby przywrócić wartość z profilu." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 -msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"To ustawienie jest zwykle obliczane, ale obecnie ma wartość bezwzględną.\n" -"\n" -"Kliknij, aby przywrócić wartość obliczoną." - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Ustawienia wyszukiwania" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Skopiuj wartość do wszystkich ekstruderów" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Skopiuj wszystkie zmienione wartości do wszystkich ekstruderów" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Ukryj tę opcję" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Nie pokazuj tej opcji" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Pozostaw tę opcję widoczną" - -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Niektóre ukryte ustawienia używają wartości różniących się od ich normalnej, obliczonej wartości.\n" -"\n" -"Kliknij, aby te ustawienia były widoczne." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Ten pakiet zostanie zainstalowany po ponownym uruchomieniu." - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Ustawienia" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "" - -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Instaluj pakiety" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Widok 3D" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Otwórz plik(i)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Widok z przodu" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Znaleziono jeden lub więcej plików G-code w wybranych plikach. Możesz otwierać tylko jeden plik G-code jednocześnie. Jeśli chcesz otworzyć plik G-code, proszę wybierz tylko jeden." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Widok z góry" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Dodaj drukarkę" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Widok z lewej strony" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Co nowego" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Widok z prawej strony" -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Zapewnia Ustawienia dla Każdego Modelu." +msgid "Provides a prepare stage in Cura." +msgstr "Zapewnia etap przygotowania w Cura." -#: PerObjectSettingsTool/plugin.json +#: PrepareStage/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Narzędzie Ustawień dla Każdego Modelu" +msgid "Prepare Stage" +msgstr "Etap Przygotowania" -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Zapewnia wsparcie dla importowania profili Cura." +msgid "Provides support for exporting Cura profiles." +msgstr "Zapewnia wsparcie dla eksportowania profili Cura." -#: CuraProfileReader/plugin.json +#: CuraProfileWriter/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Czytnik Profili Cura" +msgid "Cura Profile Writer" +msgstr "Cura Profile Writer" -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Zapewnia możliwość czytania plików X3D." +msgid "Provides support for reading model files." +msgstr "Zapewnia wsparcie dla czytania plików modeli." -#: X3DReader/plugin.json +#: TrimeshReader/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Czytnik X3D" +msgid "Trimesh Reader" +msgstr "Czytnik siatki trójkątów" -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Utwórz kopię zapasową i przywróć konfigurację." +msgid "Checks for firmware updates." +msgstr "Sprawdź aktualizacje oprogramowania." -#: CuraDrive/plugin.json +#: FirmwareUpdateChecker/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Kopie zapasowe Cura" +msgid "Firmware Update Checker" +msgstr "Sprawdzacz Aktualizacji Oprogramowania" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Zapewnia możliwość zmiany ustawień maszyny (takich jak objętość robocza, rozmiar dyszy itp.)." +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "" -#: MachineSettingsAction/plugin.json +#: SentryLogger/plugin.json msgctxt "name" -msgid "Machine Settings Action" +msgid "Sentry Logger" msgstr "" -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Tworzy siatkę do blokowania drukowania podpór w określonych miejscach" +msgid "Provides a monitor stage in Cura." +msgstr "Zapewnia etap monitorowania w Cura." -#: SupportEraser/plugin.json +#: MonitorStage/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Usuwacz Podpór" +msgid "Monitor Stage" +msgstr "Etap Monitorowania" #: RemovableDriveOutputDevice/plugin.json msgctxt "description" @@ -5976,105 +5971,105 @@ msgctxt "name" msgid "Removable Drive Output Device Plugin" msgstr "Wtyczka Urządzenia Wyjścia Dysku Zewnętrznego" -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Dostarcza działanie, pozwalające na aktualizację oprogramowania sprzętowego." +msgid "Provides support for reading AMF files." +msgstr "Zapewnia wsparcie dla czytania plików AMF." -#: FirmwareUpdater/plugin.json +#: AMFReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Aktualizacja oprogramowania sprzętowego" +msgid "AMF Reader" +msgstr "Czytnik AMF" -#: LegacyProfileReader/plugin.json +#: UFPReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Zapewnia wsparcie dla importowania profili ze starszych wersji Cura." +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Zapewnia obsługę odczytu pakietów formatu Ultimaker." -#: LegacyProfileReader/plugin.json +#: UFPReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Czytnik Profili Starszej Cura" +msgid "UFP Reader" +msgstr "Czytnik UFP" -#: 3MFReader/plugin.json +#: DigitalLibrary/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Zapewnia wsparcie dla czytania plików 3MF." +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "" -#: 3MFReader/plugin.json +#: DigitalLibrary/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Czytnik 3MF" +msgid "Ultimaker Digital Library" +msgstr "" -#: UFPWriter/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Zapewnia wsparcie dla zapisywania Pakietów Formatów Ultimaker." +msgid "Provides the Per Model Settings." +msgstr "Zapewnia Ustawienia dla Każdego Modelu." -#: UFPWriter/plugin.json +#: PerObjectSettingsTool/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Zapisywacz UFP" +msgid "Per Model Settings Tool" +msgstr "Narzędzie Ustawień dla Każdego Modelu" -#: SentryLogger/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "" +msgid "Provides a machine actions for updating firmware." +msgstr "Dostarcza działanie, pozwalające na aktualizację oprogramowania sprzętowego." -#: SentryLogger/plugin.json +#: FirmwareUpdater/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "" +msgid "Firmware Updater" +msgstr "Aktualizacja oprogramowania sprzętowego" -#: GCodeProfileReader/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Zapewnia wsparcie dla importowania profili z plików g-code." +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Zarządza połączeniami z sieciowymi drukarkami Ultimaker." -#: GCodeProfileReader/plugin.json +#: UM3NetworkPrinting/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Czytnik Profili G-code" +msgid "Ultimaker Network Connection" +msgstr "Połączenie sieciowe Ultimaker" -#: PreviewStage/plugin.json +#: ModelChecker/plugin.json msgctxt "description" -msgid "Provides a preview stage in Cura." -msgstr "Dostarcza podgląd w Cura." +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Sprawdza możliwe problemy drukowania modeli i konfiguracji wydruku i podaje porady." -#: PreviewStage/plugin.json +#: ModelChecker/plugin.json msgctxt "name" -msgid "Preview Stage" -msgstr "Podgląd" +msgid "Model Checker" +msgstr "Sprawdzacz Modelu" -#: XRayView/plugin.json +#: SimulationView/plugin.json msgctxt "description" -msgid "Provides the X-Ray view." -msgstr "Zapewnia widok rentgena." +msgid "Provides the preview of sliced layerdata." +msgstr "" -#: XRayView/plugin.json +#: SimulationView/plugin.json msgctxt "name" -msgid "X-Ray View" -msgstr "Widok Rentgena" +msgid "Simulation View" +msgstr "Widok Symulacji" -#: CuraEngineBackend/plugin.json +#: GCodeWriter/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Zapewnia połączenie z tnącym zapleczem CuraEngine." +msgid "Writes g-code to a file." +msgstr "Zapisuje g-code do pliku." -#: CuraEngineBackend/plugin.json +#: GCodeWriter/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Zaplecze CuraEngine" +msgid "G-code Writer" +msgstr "Zapisywacz G-code" -#: AMFReader/plugin.json +#: 3MFWriter/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Zapewnia wsparcie dla czytania plików AMF." +msgid "Provides support for writing 3MF files." +msgstr "Zapewnia wsparcie dla tworzenia plików 3MF." -#: AMFReader/plugin.json +#: 3MFWriter/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Czytnik AMF" +msgid "3MF Writer" +msgstr "3MF Writer" #: GCodeGzReader/plugin.json msgctxt "description" @@ -6086,175 +6081,175 @@ msgctxt "name" msgid "Compressed G-code Reader" msgstr "Czytnik Skompresowanego G-code" -#: PostProcessingPlugin/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Dodatek, który pozwala użytkownikowi tworzenie skryptów do post processingu" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Zapewnia możliwość czytania i tworzenia profili materiałów opartych o XML." -#: PostProcessingPlugin/plugin.json +#: XmlMaterialProfile/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Post Processing" +msgid "Material Profiles" +msgstr "Profile Materiału" -#: CuraProfileWriter/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Zapewnia wsparcie dla eksportowania profili Cura." +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Zapewnia połączenie z tnącym zapleczem CuraEngine." -#: CuraProfileWriter/plugin.json +#: CuraEngineBackend/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura Profile Writer" +msgid "CuraEngine Backend" +msgstr "Zaplecze CuraEngine" -#: USBPrinting/plugin.json +#: X3DReader/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." -msgstr "Akceptuje G-Code i wysyła je do drukarki. Wtyczka może też aktualizować oprogramowanie." +msgid "Provides support for reading X3D files." +msgstr "Zapewnia możliwość czytania plików X3D." -#: USBPrinting/plugin.json +#: X3DReader/plugin.json msgctxt "name" -msgid "USB printing" -msgstr "Drukowanie USB" +msgid "X3D Reader" +msgstr "Czytnik X3D" -#: PrepareStage/plugin.json +#: ImageReader/plugin.json msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Zapewnia etap przygotowania w Cura." +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Włącza możliwość generowania drukowalnej geometrii z pliku obrazu 2D." -#: PrepareStage/plugin.json +#: ImageReader/plugin.json msgctxt "name" -msgid "Prepare Stage" -msgstr "Etap Przygotowania" +msgid "Image Reader" +msgstr "Czytnik Obrazu" -#: GCodeReader/plugin.json +#: 3MFReader/plugin.json msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Pozwala na ładowanie i wyświetlanie plików G-code." +msgid "Provides support for reading 3MF files." +msgstr "Zapewnia wsparcie dla czytania plików 3MF." -#: GCodeReader/plugin.json +#: 3MFReader/plugin.json msgctxt "name" -msgid "G-code Reader" -msgstr "Czytnik G-code" +msgid "3MF Reader" +msgstr "Czytnik 3MF" -#: ImageReader/plugin.json +#: UFPWriter/plugin.json msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Włącza możliwość generowania drukowalnej geometrii z pliku obrazu 2D." +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Zapewnia wsparcie dla zapisywania Pakietów Formatów Ultimaker." -#: ImageReader/plugin.json +#: UFPWriter/plugin.json msgctxt "name" -msgid "Image Reader" -msgstr "Czytnik Obrazu" +msgid "UFP Writer" +msgstr "Zapisywacz UFP" -#: UltimakerMachineActions/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Zapewnia czynności maszyny dla urządzeń Ultimaker (na przykład kreator poziomowania stołu, wybór ulepszeń itp.)." +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Zapewnia wsparcie dla importowania profili ze starszych wersji Cura." -#: UltimakerMachineActions/plugin.json +#: LegacyProfileReader/plugin.json msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Czynności maszyny Ultimaker" +msgid "Legacy Cura Profile Reader" +msgstr "Czytnik Profili Starszej Cura" -#: GCodeGzWriter/plugin.json +#: VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Zapisuje g-code do skompresowanego archiwum." +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Uaktualnia konfiguracje z Cura 4.3 to Cura 4.4." -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Zapisywacz Skompresowanego G-code" +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Uaktualnij wersję 4.3 do 4.4" -#: FirmwareUpdateChecker/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Sprawdź aktualizacje oprogramowania." +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Ulepsza konfigurację z Cura 2.1 do Cura 2.2." -#: FirmwareUpdateChecker/plugin.json +#: VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Sprawdzacz Aktualizacji Oprogramowania" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Ulepszenie Wersji z 2.1 do 2.2" -#: SliceInfoPlugin/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Zatwierdza anonimowe informację o cięciu. Może być wyłączone w preferencjach." +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Uaktualnia konfiguracje z Cura 4.1 to Cura 4.2." -#: SliceInfoPlugin/plugin.json +#: VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "name" -msgid "Slice info" -msgstr "Informacje o cięciu" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Uaktualnij wersję 4.1 do 4.2" -#: XmlMaterialProfile/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Zapewnia możliwość czytania i tworzenia profili materiałów opartych o XML." +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" -#: XmlMaterialProfile/plugin.json +#: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" -msgid "Material Profiles" -msgstr "Profile Materiału" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." msgstr "" -#: DigitalLibrary/plugin.json +#: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "name" -msgid "Ultimaker Digital Library" +msgid "Version Upgrade 4.5 to 4.6" msgstr "" -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Znajdź, zarządzaj i instaluj nowe pakiety Cura." +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Ulepsza konfigurację z Cura 3.3 do Cura 3.4." -#: Toolbox/plugin.json +#: VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "name" -msgid "Toolbox" -msgstr "Narzędzia" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Ulepszenie Wersji z 3.3 do 3.4" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Zapisuje g-code do pliku." +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "" -#: GCodeWriter/plugin.json +#: VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "name" -msgid "G-code Writer" -msgstr "Zapisywacz G-code" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "" -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Zapewnia widok Symulacji." +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Ulepsza konfigurację z Cura 2.7 do Cura 3.0." -#: SimulationView/plugin.json +#: VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "name" -msgid "Simulation View" -msgstr "Widok Symulacji" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Ulepszenie Wersji 2.7 do 3.0" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" +msgid "Version Upgrade 4.4 to 4.5" msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Ulepsza konfigurację z Cura 2.5 do Cura 2.6." +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Ulepsza konfigurację z Cura 3.0 do Cura 3.1." -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Ulepszenie Wersji z 2.5 do 2.6" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Ulepszenie Wersji 3.0 do 3.1" #: VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "description" @@ -6266,115 +6261,115 @@ msgctxt "name" msgid "Version Upgrade 4.6.0 to 4.6.2" msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Ulepsza konfigurację z Cura 2.6 do Cura 2.7." -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Ulepszenie Wersji z 2.6 do 2.7" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Ulepsza konfigurację z Cura 3.4 do Cura 3.5." +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Uaktualnia konfiguracje z Cura 4.2 to Cura 4.3." -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Ulepszenie Wersji z 3.4 do 3.5" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Uaktualnij wersję 4.2 do 4.3" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Ulepsza konfigurację z Cura 2.1 do Cura 2.2." +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Uaktualnia konfiguracje z Cura 4.0 to Cura 4.1." -#: VersionUpgrade/VersionUpgrade21to22/plugin.json +#: VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Ulepszenie Wersji z 2.1 do 2.2" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Uaktualnij wersję 4.0 do 4.1" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Ulepsza konfigurację z Cura 3.2 do Cura 3.3." +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Ulepszenie Wersji z 3.2 do 3.3" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" +msgid "Version Upgrade 4.9 to 4.10" msgstr "" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Ulepsza konfigurację z Cura 2.2 do Cura 2.4." -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Ulepszenie Wersji z 2.2 do 2.4" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Uaktualnia konfiguracje z Cura 4.2 to Cura 4.3." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Ulepsza konfigurację z Cura 3.2 do Cura 3.3." -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Uaktualnij wersję 4.2 do 4.3" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Ulepszenie Wersji z 3.2 do 3.3" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Uaktualnia konfiguracje z Cura 4.3 to Cura 4.4." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Ulepsza konfigurację z Cura 2.5 do Cura 2.6." -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Uaktualnij wersję 4.3 do 4.4" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Ulepszenie Wersji z 2.5 do 2.6" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Uaktualnia konfiguracje z Cura 3.5 to Cura 4.0." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Uaktualnij wersję 3.5 do 4.0" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Ulepsza konfigurację z Cura 2.7 do Cura 3.0." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Ulepsza konfigurację z Cura 3.4 do Cura 3.5." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Ulepszenie Wersji 2.7 do 3.0" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Ulepszenie Wersji z 3.4 do 3.5" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Ulepsza konfigurację z Cura 2.6 do Cura 2.7." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Ulepszenie Wersji z 2.6 do 2.7" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "" #: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" @@ -6386,105 +6381,115 @@ msgctxt "name" msgid "Version Upgrade 4.11 to 4.12" msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Ulepsza konfigurację z Cura 3.3 do Cura 3.4." +msgid "Backup and restore your configuration." +msgstr "Utwórz kopię zapasową i przywróć konfigurację." -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Ulepszenie Wersji z 3.3 do 3.4" +msgid "Cura Backups" +msgstr "Kopie zapasowe Cura" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Ulepsza konfigurację z Cura 3.0 do Cura 3.1." +msgid "Provides support for importing Cura profiles." +msgstr "Zapewnia wsparcie dla importowania profili Cura." -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Ulepszenie Wersji 3.0 do 3.1" +msgid "Cura Profile Reader" +msgstr "Czytnik Profili Cura" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Uaktualnia konfiguracje z Cura 4.0 to Cura 4.1." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Zatwierdza anonimowe informację o cięciu. Może być wyłączone w preferencjach." + +#: SliceInfoPlugin/plugin.json +msgctxt "name" +msgid "Slice info" +msgstr "Informacje o cięciu" + +#: GCodeProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from g-code files." +msgstr "Zapewnia wsparcie dla importowania profili z plików g-code." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Uaktualnij wersję 4.0 do 4.1" +msgid "G-code Profile Reader" +msgstr "Czytnik Profili G-code" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "" +msgid "Writes g-code to a compressed archive." +msgstr "Zapisuje g-code do skompresowanego archiwum." -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "" +msgid "Compressed G-code Writer" +msgstr "Zapisywacz Skompresowanego G-code" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Ulepsza konfigurację z Cura 2.2 do Cura 2.4." +msgid "Extension that allows for user created scripts for post processing" +msgstr "Dodatek, który pozwala użytkownikowi tworzenie skryptów do post processingu" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Ulepszenie Wersji z 2.2 do 2.4" +msgid "Post Processing" +msgstr "Post Processing" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Uaktualnia konfiguracje z Cura 4.1 to Cura 4.2." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Tworzy siatkę do blokowania drukowania podpór w określonych miejscach" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Uaktualnij wersję 4.1 do 4.2" +msgid "Support Eraser" +msgstr "Usuwacz Podpór" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: PreviewStage/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Uaktualnia konfiguracje z Cura 3.5 to Cura 4.0." +msgid "Provides a preview stage in Cura." +msgstr "Dostarcza podgląd w Cura." -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: PreviewStage/plugin.json msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Uaktualnij wersję 3.5 do 4.0" +msgid "Preview Stage" +msgstr "Podgląd" -#: UM3NetworkPrinting/plugin.json +#: XRayView/plugin.json msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Zarządza połączeniami z sieciowymi drukarkami Ultimaker." +msgid "Provides the X-Ray view." +msgstr "Zapewnia widok rentgena." -#: UM3NetworkPrinting/plugin.json +#: XRayView/plugin.json msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Połączenie sieciowe Ultimaker" +msgid "X-Ray View" +msgstr "Widok Rentgena" -#: TrimeshReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Zapewnia wsparcie dla czytania plików modeli." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Zapewnia czynności maszyny dla urządzeń Ultimaker (na przykład kreator poziomowania stołu, wybór ulepszeń itp.)." -#: TrimeshReader/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "Trimesh Reader" -msgstr "Czytnik siatki trójkątów" +msgid "Ultimaker machine actions" +msgstr "Czynności maszyny Ultimaker" -#: UFPReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Zapewnia obsługę odczytu pakietów formatu Ultimaker." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: UFPReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "UFP Reader" -msgstr "Czytnik UFP" +msgid "Marketplace" +msgstr "" #: SolidView/plugin.json msgctxt "description" @@ -6496,35 +6501,283 @@ msgctxt "name" msgid "Solid View" msgstr "Widok Bryły" -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Zapewnia wsparcie dla tworzenia plików 3MF." +msgid "Allows loading and displaying G-code files." +msgstr "Pozwala na ładowanie i wyświetlanie plików G-code." -#: 3MFWriter/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "3MF Writer" -msgstr "3MF Writer" +msgid "G-code Reader" +msgstr "Czytnik G-code" -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Zapewnia etap monitorowania w Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Zapewnia możliwość zmiany ustawień maszyny (takich jak objętość robocza, rozmiar dyszy itp.)." -#: MonitorStage/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Monitor Stage" -msgstr "Etap Monitorowania" +msgid "Machine Settings Action" +msgstr "" -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Sprawdza możliwe problemy drukowania modeli i konfiguracji wydruku i podaje porady." +msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgstr "Akceptuje G-Code i wysyła je do drukarki. Wtyczka może też aktualizować oprogramowanie." -#: ModelChecker/plugin.json +#: USBPrinting/plugin.json msgctxt "name" -msgid "Model Checker" -msgstr "Sprawdzacz Modelu" +msgid "USB printing" +msgstr "Drukowanie USB" + +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Akceptowanie Licencji Wtyczki" + +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Konwertuj obraz ..." + +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "Szerokość w milimetrach na stole." + +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Marketplace" + +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Należy uruchomić ponownie Cura, aby zmiany w pakietach przyniosły efekt." + +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Instaluj" + +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Zainstalowane" + +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Zgodność" + +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Drukarka" + +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Stół roboczy" + +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Podpory" + +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Jakość" + +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Dane Techniczne" + +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Dane Bezpieczeństwa" + +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Wskazówki Drukowania" + +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Strona Internetowa" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Zaloguj aby zainstalować lub aktualizować" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Kup materiał na szpulach" + +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Aktualizuj" + +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Aktualizowanie" + +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Zaktualizowano" + +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Powrót" + +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Wtyczki" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Zainstalowano" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Zostanie zainstalowane po ponownym uruchomieniu" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Zaloguj aby aktualizować" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Zainstaluj poprzednią wersję" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Odinstaluj" + +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Udział Społeczności" + +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Wtyczki Społeczności" + +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Materiały Podstawowe" + +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Uzyskiwanie pakietów..." + +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Strona internetowa" + +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-mail" + +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Wersja" + +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Ostatnia aktualizacja" + +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Pobrań" + +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Nie można połączyć się z bazą danych pakietów Cura. Sprawdź swoje połączenie z internetem." + +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Potwierdź deinstalację" + +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Odinstalowujesz materiały i/lub profile, które są aktualnie używane. Zatwierdzenie spowoduje przywrócenie bieżących ustawień materiału/profilu do ustawień domyślnych." + +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiały" + +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profile" + +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Potwierdź" + +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Niektóre rzeczy mogą być problematyczne podczas tego wydruku. Kliknij, aby zobaczyć porady dotyczące regulacji." + +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Biblioteka pomocnicza do obsługi obiektów płaskich" + +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "P&ole robocze" + +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Stwórz" + +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplikuj" + +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Drukarka: %1" + +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Aktualizuj profil z bieżącymi ustawieniami" + +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Motyw:" + +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Musisz zrestartować aplikację, aby te zmiany zaczęły obowiązywać." + +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Więcej informacji" + +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Stwórz" + +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Drukarka" + +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Jednostka" + +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Pokaż przewodnik rozwiązywania problemów online" + +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Rozłóż Wszystkie Modele na Wszystkie Platformy Robocze" + +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Marketplace" + +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Znajdź, zarządzaj i instaluj nowe pakiety Cura." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Narzędzia" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Zapewnia widok Symulacji." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/pl_PL/fdmextruder.def.json.po b/resources/i18n/pl_PL/fdmextruder.def.json.po index c9a1cb944b..e45d136fbd 100644 --- a/resources/i18n/pl_PL/fdmextruder.def.json.po +++ b/resources/i18n/pl_PL/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2019-03-13 14:00+0200\n" "Last-Translator: Mariusz 'Virgin71' Matłosz \n" "Language-Team: reprapy.pl\n" diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index bfe7723308..eacb497869 100644 --- a/resources/i18n/pl_PL/fdmprinter.def.json.po +++ b/resources/i18n/pl_PL/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2019-11-15 15:34+0100\n" "Last-Translator: Mariusz Matłosz \n" "Language-Team: Mariusz Matłosz , reprapy.pl\n" @@ -466,8 +466,8 @@ msgstr "Obszar głowicy i wentylatora drukarki" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Sylwetka 2D głowicy drukującej (z nasadką wentylatora)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -739,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Średnica koła, które przesuwa materiał w podajniku." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -959,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Liczba ścian. Przy obliczaniu za pomocą grubości ściany, ta wartość jest zaokrąglana do liczby całkowitej." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -990,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Optymalizuje kolejność, w jakiej będą drukowane ścianki w celu zredukowania ilości retrakcji oraz dystansu ruchów jałowych. Większość części skorzysta na załączeniu tej funkcji, jednak w niektórych przypadkach czas druku może się wydłużyć, proszę więc o porównanie oszacowanego czasu z funkcją załączoną oraz wyłączoną. Pierwsza warstwa nie zostanie zoptymalizowana, jeżeli jako poprawa przyczepności stołu zostanie wybrany obrys." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Zew. Ściany Przed Wew" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Drukuje ściany w kolejności od zewnątrz do wewnątrz, gdy jest włączona. Może to poprawić dokładność wymiarów w modelach X i Y przy użyciu plastiku o wysokiej lepkości, takiego jak ABS; może jednak zmniejszyć jakość druku zewnętrznego, zwłaszcza na zwisach." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1010,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Drukuje dodatkową ścianę na każdej warstwie. W ten sposób wypełnienie jest tworzone pomiędzy tymi dod. ścianami, co skutkuje mocniejszymi wydrukami." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Kompensuj Nakładanie się Ścian" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Kompensuje przepływ dla części, których ściana jest drukowana kiedy jest już w tym miejscu ściana." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Komp. Zew. Nakład. się Ścian" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Kompensuje przepływ dla części, których zewnętrzna ściana jest drukowana kiedy jest już w tym miejscu ściana." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Komp. Wew. Nakład. się Ścian" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Kompensuje przepływ dla części, których wewnętrzna ściana jest drukowana kiedy jest już w tym miejscu ściana." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Minimalny Przepływ Dla Ścianek" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Minimalny dopuszczalny przepływ procentowy dla linii ścianki. Kompensacja nakładania się ścianek redukuje przepływ, gdy dana ścianka znajduje się blisko wydrukowanej już ścianki. Ścianki, których przepływ powinien być mniejszy, niż ta wartość, będą zastąpione ruchami jałowymi. Aby używać tego ustawienia należy załączyć kompensację nakładających się ścianek oraz drukowanie ścianek zewnętrznych przed wewnętrznymi." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferuj Retrakcję" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Gdy załączone, retrakcja jest używana zamiast kombinowanego ruchu jałowego, który zastępuje ściankę, której przepływ jest mniejszy od minimalnego." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Wypełnij Szczeliny Między Ścianami" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Wypełnia szczeliny pomiędzy ściany gdzie żadna ściana nie pasuje." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Nigdzie" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Drukuj Cienkie Linie" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Wszędzie" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Drukuj części modelu, które są poziomo cieńsze niż rozmiar dyszy." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Filtruj Małe Luki" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Filtruj małe luki, aby zredukować bloby na zewnątrz modelu." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Drukuj Cienkie Linie" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Drukuj części modelu, które są poziomo cieńsze niż rozmiar dyszy." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2198,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2709,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Pierwsze warstwy są drukowane wolniej niż w pozostałej części modelu, więc lepiej przylegają do stołu i zwiększa się prawdopodobieństwo sukcesu. Prędkość wzrasta stopniowo w czasie druku tych warstw." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Zrówn. Przepływ Filamentu" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Wydrukuj cieńsze niż normalne linie szybciej, tak aby ilość materiału wytłaczanego na sekundę pozostała taka sama. Cienkie części modelu mogą wymagać drukowania linii o mniejszej szerokości linii niż podane w ustawieniach. To ustawienie kontroluje zmiany prędkości dla takich linii." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Maks. Prędk. dla Zrówn. Przepływu" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Maksymalna prędkość drukowania podczas ustawiania prędkości druku w celu zrównoważenia przepływu." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4463,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Ekstruder używany do drukowania obwódki/obrysu/tratwy. Używane przy multi-ekstruzji." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4627,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Odległość między liniami na górnej warstwie tratwy. Rozstaw powinien być równy szerokości linii, tak że powierzchnia jest pełna." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5127,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "Maksymalne odchylenie dozwolone przy zmniejszaniu rozdzielczości dla ustawienia maksymalnej rozdzielczości. Jeśli to zwiększysz, wydruk będzie mniej dokładny, ale g-code będzie mniejszy. Maksymalne odchylenie jest limitem dla maksymalnej rozdzielczości, więc wystąpi konflikt, maksymalne odchylenie zawsze będzie używane." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6421,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Pierwsza warstwa małych obiektów zostanie wydrukowana z zadanym procentem ich normalnej prędkości drukowania. Wolniejsze drukowanie może poprawić przyczepność i dokładność." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6481,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Forma przesunięcia, która ma być zastosowana do modelu podczas ładowania z pliku." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Sylwetka 2D głowicy drukującej (z nasadką wentylatora)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Zew. Ściany Przed Wew" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Drukuje ściany w kolejności od zewnątrz do wewnątrz, gdy jest włączona. Może to poprawić dokładność wymiarów w modelach X i Y przy użyciu plastiku o wysokiej lepkości, takiego jak ABS; może jednak zmniejszyć jakość druku zewnętrznego, zwłaszcza na zwisach." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Kompensuj Nakładanie się Ścian" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Kompensuje przepływ dla części, których ściana jest drukowana kiedy jest już w tym miejscu ściana." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Komp. Zew. Nakład. się Ścian" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Kompensuje przepływ dla części, których zewnętrzna ściana jest drukowana kiedy jest już w tym miejscu ściana." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Komp. Wew. Nakład. się Ścian" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Kompensuje przepływ dla części, których wewnętrzna ściana jest drukowana kiedy jest już w tym miejscu ściana." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Minimalny Przepływ Dla Ścianek" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Minimalny dopuszczalny przepływ procentowy dla linii ścianki. Kompensacja nakładania się ścianek redukuje przepływ, gdy dana ścianka znajduje się blisko wydrukowanej już ścianki. Ścianki, których przepływ powinien być mniejszy, niż ta wartość, będą zastąpione ruchami jałowymi. Aby używać tego ustawienia należy załączyć kompensację nakładających się ścianek oraz drukowanie ścianek zewnętrznych przed wewnętrznymi." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferuj Retrakcję" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Gdy załączone, retrakcja jest używana zamiast kombinowanego ruchu jałowego, który zastępuje ściankę, której przepływ jest mniejszy od minimalnego." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Wypełnij Szczeliny Między Ścianami" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Wypełnia szczeliny pomiędzy ściany gdzie żadna ściana nie pasuje." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Nigdzie" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Wszędzie" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Filtruj Małe Luki" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Filtruj małe luki, aby zredukować bloby na zewnątrz modelu." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Zrówn. Przepływ Filamentu" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Wydrukuj cieńsze niż normalne linie szybciej, tak aby ilość materiału wytłaczanego na sekundę pozostała taka sama. Cienkie części modelu mogą wymagać drukowania linii o mniejszej szerokości linii niż podane w ustawieniach. To ustawienie kontroluje zmiany prędkości dla takich linii." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Maks. Prędk. dla Zrówn. Przepływu" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Maksymalna prędkość drukowania podczas ustawiania prędkości druku w celu zrównoważenia przepływu." + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "Maksymalna Prędk. Posuwu" diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index f9d8002a8c..7313e9eb97 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-10 12:10+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -17,3596 +17,3578 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Não pude criar arquivo do diretório de dados de usuário: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Preparar" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Perfil do Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Tentativa de restauração de backup do Cura sem dados ou metadados apropriados." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Tentativa de restauração de backup do Cura de versão maior que a atual." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "Câmbio de Ativos Digitais COLLADA" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "O seguinte erro ocorreu ao tentar restaurar um backup do Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "Binário glTF" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Por favor sincronize os perfis de material com suas impressoras antes de começar a imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embutido JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Novos materiais instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Formato de Triângulos de Stanford" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Sincronizar materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Câmbio de Ativos Digitais COLLADA Comprimido" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Não foi possível acessar informação de atualização." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Novos recursos ou consertos de bugs podem estar disponíveis para sua {machine_name}! Se você não o fez ainda, recomenda-se que atualize o firmware de sua impressora para a versão {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Novo firmware estável de %s disponível" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Saiba mais" +msgid "How to update" +msgstr "Como atualizar" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Não foi possível salvar o arquivo de materiais para {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Monitor" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Falha em salvar o arquivo de materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Salvar em Unidade Removível" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Erro desconhecido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Salvar em Unidade Removível {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "A altura do volume de impressão foi reduzida para que o valor da \"Sequência de Impressão\" impeça o eixo de colidir com os modelos impressos." +msgid "There are no file formats available to write with!" +msgstr "Não há formatos de arquivo disponíveis com os quais escrever!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Salvando na Unidade Removível {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Volume de Impressão" +msgid "Saving" +msgstr "Salvando" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Tem certeza que deseja remover {0}? Isto não pode ser defeito!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Não foi possível salvar em {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Não sobreposto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Não foi possível encontrar nome de arquivo ao tentar escrever em {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Desconhecido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Não foi possível salvar em unidade removível {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "As impressoras abaixo não podem ser conectadas por serem parte de um grupo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Erro" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Impressoras de rede disponíveis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Salvo em Unidade Removível {0} como {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Arquivo Salvo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Perfis personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Ejetar" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Todos Os Tipos Suportados ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Ejetar dispositivo removível {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Todos Os Arquivos (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0} ejetado. A unidade agora pode ser removida de forma segura." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visual" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Remover Hardware com Segurança" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "O perfil visual é projetado para imprimir protótipos e modelos virtuais com o objetivo de alta qualidade visual e de superfície." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Erro ao ejetar {0}. Outro programa pode estar usando a unidade." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engenharia" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Aviso" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "O perfil de engenharia é projetado para imprimir protótipos funcionais e partes de uso final com o objetivo de melhor precisão e tolerâncias mais estritas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Unidade Removível" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Rascunho" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Arquivo AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "O perfil de rascunho é projetado para imprimir protótipos iniciais e validações de conceito com o objetivo de redução significativa de tempo de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Pacote de Formato da Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Material Personalizado" +msgid "Per Model Settings" +msgstr "Ajustes por Modelo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Configurar ajustes por Modelo" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Login falhou" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Atualizar Firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Achando novos lugares para objetos" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "O Cura detectou perfis de material que não estão instalados ainda na impressora host do grupo {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Buscando Localização" +msgid "Sending materials to printer" +msgstr "Enviando material para a impressora" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Não foi possível achar um lugar dentro do volume de construção para todos os objetos" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Você está tentando conectar a {0} mas ele não é host de um grupo. Você pode visitar a página web para configurá-lo como host de grupo." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Não Foi Encontrada Localização" +msgid "Not a group host" +msgstr "Não é host de grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Falha em criar arquivo de materiais para sincronizar com impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Configurar grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Falha em carregar o arquivo de materiais para sincronizar com impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Enviando Trabalho de Impressão" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "A resposta da Digital Factory parece estar corrompida." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Transferindo trabalho de impressão para a impressora." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "A resposta da Digital Factory veio sem informações importantes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "A fila de trabalhos de impressão está cheia. A impressora não pode aceitar novo trabalho." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Falha em conectar com a Digital Factory para sincronizar materiais com algumas das impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Fila Cheia" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Falha em conectar à Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Carregando máquinas..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Ajustando preferências..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Por favor espere até que o trabalho atual tenha sido enviado." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Inicializando Máquina Ativa..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Erro de impressão" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Inicializando gestor de máquinas..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "Trabalho de impressão enviado à impressora com sucesso." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Inicializando volume de impressão..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Dados Enviados" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Configurando cena..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Sua impressora {printer_name} poderia estar conectada via nuvem.\n" +" Gerencie sua fila de impressão e monitore suas impressoras de qualquer lugar conectando sua impressora à Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Carregando interface..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Você está pronto para a impressão de nuvem?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Inicializando motor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Começar" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Saiba mais" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Somente um arquivo G-Code pode ser carregado por vez. Pulando importação de {0}" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Você está tentando conectar a uma impressora que não está rodando Ultimaker Connect. Por favor atualiza a impressora para o firmware mais recente." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Aviso" +msgid "Update your printer" +msgstr "Atualize sua impressora" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Não é possível abrir nenhum outro arquivo se G-Code estiver sendo carregado. Pulando importação de {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Não foi possível transferir os dados para a impressora." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Erro" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Pular" +msgid "Network error" +msgstr "Erro de rede" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Fechar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Imprimir pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Próximo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Imprime pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Finalizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Conectado pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Adicionar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "amanhã" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "hoje" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Grupo #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Conectar pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Parede Externa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Nova impressora detectada na sua conta Ultimaker" +msgstr[1] "Novas impressoras detectadas na sua conta Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Paredes Internas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Adicionando impressora {name} ({model}) da sua conta" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Contorno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... e {0} outra" +msgstr[1] "... e {0} outras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Preenchimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Impressoras adicionadas da Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Preenchimento de Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Conexão de nuvem não está disponível para uma impressora" +msgstr[1] "Conexão de nuvem não está disponível para algumas impressoras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Interface de Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Esta impressora não está ligada à Digital Factory:" +msgstr[1] "Estas impressoras não estão ligadas à Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Skirt (Saia)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Para estabelecer uma conexão, por favor visite o {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Torre de Prime" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Manter configurações da impressora" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Percurso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Remover impressoras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retrações" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} será removida até a próxima sincronização de conta." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Outros" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Para remover {printer_name} permanentemente, visite {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "As notas de lançamento não puderam ser abertas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Tem certeza que quer remover {printer_name} temporariamente?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "O Cura não consegue iniciar" +msgid "Remove printers?" +msgstr "Remover impressoras?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Você está prestes a remover {0} impressora do Cura. Esta ação não pode ser desfeita.\n" +"Tem certeza que quer continuar?" +msgstr[1] "" +"Você está prestes a remover {0} impressoras do Cura. Esta ação não pode ser desfeita.\n" +"Tem certeza que quer continuar?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Oops, o Ultimaker Cura encontrou algo que não parece estar correto.

    \n" -"

    Encontramos um erro irrecuperável durante a inicialização. Ele foi possivelmente causado por arquivos de configuração incorretos. Sugerimos salvar e restabelecer sua configuração.

    \n" -"

    Cópias salvas podem ser encontradas na pasta de configuração.

    \n" -"

    Por favor nos envie este Relatório de Falha para consertar o problema.

    \n" -" " +"Você está prestes a remover todas as impressoras do Cura. Esta ação não pode ser desfeita.\n" +"Tem certeza que quer continuar?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Enviar relatório de falha à Ultimaker" +msgid "Print via cloud" +msgstr "Imprimir pela nuvem" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Exibir relatório de falha detalhado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Imprimir pela nuvem" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Mostrar a pasta de configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Conectado pela nuvem" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Salvar e Restabelecer Configuração" +msgid "Monitor print" +msgstr "Monitorar impressão" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Relatório de Problema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Rastrear a impressão na Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Código de erro desconhecido ao transferir trabalho de impressão: {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Assistente de Modelo 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Um erro fatal ocorreu no Cura. Por favor nos envie este Relatório de Falha para consertar o problema

    \n" -"

    Por favor use o botão \"Enviar relatório\" para publicar um relatório de erro automaticamente em nossos servidores

    \n" -" " +"

    Um ou mais modelos 3D podem não ser impressos otimamente devido ao tamanho e configuração de material:

    \n" +"

    {model_names}

    \n" +"

    Descubra como assegurar a melhor qualidade de impressão e confiabilidade possível.

    \n" +"

    Ver guia de qualidade de impressão

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Informação do Sistema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "O Cura não exibe camadas de forma precisa quando Impressão em Arame está habilitada." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Desconhecida" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Visão Simulada" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Versão do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Nada está exibido porque você precisa fatiar primeiro." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Linguagem do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Não há camadas a exibir" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Linguagem do SO" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Não mostrar essa mensagem novamente" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Plataforma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Visão de Camadas" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Versão do Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "O GCodeWriter não suporta modo binário." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Versão do PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Por favor prepare o G-Code antes de exportar." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Arquivo G-Code" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Ainda não inicializado
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Erro ao escrever arquivo 3mf." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Versão da OpenGL: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "O complemento de Escrita 3MF está corrompido." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Fornecedor da OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Não existe espaço de trabalho ainda para a escrita. Por favor adicione uma impressora primeiro." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Renderizador da OpenGL: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Sem permissão para gravar o espaço de trabalho aqui." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Traceback do erro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "O sistema operacional não permite salvar um arquivo de projeto nesta localização ou com este nome de arquivo." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Registros" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Arquivo 3MF" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Enviar relatório" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Arquivo de Projeto 3MF do Cura" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Não foi possível iniciar processo de sign-in. Verifique se outra tentativa de sign-in ainda está ativa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Arquivo de G-Code Comprimido" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Não foi possível contactar o servidor de contas da Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "O fatiamento falhou com um erro não esperado. Por favor considere relatar um bug em nosso issue tracker." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Fatiamento falhado" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Relatar um bug" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Relatar um bug no issue tracker do Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Não foi possível fatiar com o material atual visto que é incompatível com a máquina ou configuração selecionada." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Login falhou" +msgid "Unable to slice" +msgstr "Não foi possível fatiar" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "O estado provido não está correto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Não foi possível fatiar com os ajustes atuais. Os seguintes ajustes têm erros: {0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Tempo esgotado ao autenticar com o servidor da conta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Não foi possível fatiar devido a alguns ajustes por modelo. Os seguintes ajustes têm erros em um dos modelos ou mais: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Por favor dê as permissões requeridas ao autorizar esta aplicação." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Não foi possível fatiar porque a torre de purga ou posição de purga são inválidas." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Algo inesperado aconteceu ao tentar login, por favor tente novamente." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Não foi possível fatiar porque há objetos associados com o Extrusor desabilitado %s." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Não foi possível ler a resposta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Por favor revise os ajustes e verifique se seus modelos:\n" +"- Cabem dentro do volume de impressão\n" +"- Estão associados a um extrusor habilitado\n" +"- Não estão todos configurados como malhas de modificação" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Multiplicando e colocando objetos" +msgid "Processing Layers" +msgstr "Processando Camadas" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Colocando Objetos" +msgid "Information" +msgstr "Informação" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Colocando Objeto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Arquivo X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Não Suportado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Imagem JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Imagem JPEG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Imagem PNG" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Imagem BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Imagem GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "Bico" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Os ajustes foram alterados para seguir a disponibilidade de extrusores atuais:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Ajustes atualizados" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extrusor(es) Desabilitado(s)" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "O Arquivo Já Existe" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "O arquivo {0} já existe. Tem certeza que quer sobrescrevê-lo?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "URL de arquivo inválida:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Falha ao exportar perfil para {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Falha ao exportar perfil para {0}: complemento escritor relatou erro." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Perfil exportado para {0}" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "O arquivo de projeto {0} contém um tipo de máquina desconhecido {1}. Não foi possível importar a máquina. Os modelos serão importados ao invés dela." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Exportação concluída" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Falha ao importar perfil de {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Não foi possível importar perfil de {0} antes de uma impressora ser adicionada." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Não há perfil personalizado a importar no arquivo {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Erro ao importar perfil de {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Este perfil {0} contém dados incorretos, não foi possível importá-lo." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Erro ao importar perfil de {0}:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Perfil {0} importado com sucesso." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Arquivo {0} não contém nenhum perfil válido." +msgid "Open Project File" +msgstr "Abrir Arquivo de Projeto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "O Perfil {0} tem tipo de arquivo desconhecido ou está corrompido." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Perfil personalizado" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Falta um tipo de qualidade ao Perfil." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Não há impressora ativa ainda." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "O arquivo de projeto {0} tornou-se subitamente inacessível: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Não foi possível adicionar o perfil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Não Foi Possível Abrir o Arquivo de Projeto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Tipo de qualidade '{0}' não é compatível com a definição de máquina ativa atual '{1}'." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Arquivo de projeto {0} está corrompido: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Alerta: o perfil não está visível porque seu tipo de qualidade '{0}' não está disponível para a configuração atual. Altere para uma combinação de material/bico que possa usar este tipo de qualidade." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "O arquivo de projeto {0} foi feito usando perfis que são desconhecidos para esta versão do Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Ajustes por Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Configurar ajustes por Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Perfil do Cura" +msgid "3MF File" +msgstr "Arquivo 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Arquivo X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Não foi possível escrever no arquivo UFP:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Houve um erro ao tentar restaurar seu backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Perfis do Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Backups" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Houve um erro ao transferir seu backup." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Criando seu backup..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Houve um erro ao criar seu backup." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Enviando seu backup..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Seu backup terminou de ser enviado." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "O backup excede o tamanho máximo de arquivo." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Gerenciar backups" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Ajustes da Máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Backup" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Houve um erro ao tentar restaurar seu backup." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Não foi possível ler o arquivo de dados de exemplo." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "O GCodeGzWriter não suporta modo binário." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Pós-Processamento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modificar G-Code" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Bloqueador de Suporte" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Cria um volume em que os suportes não são impressos." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Unidade Removível" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Salvar em Unidade Removível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Pré-visualização" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Salvar em Unidade Removível {0}" +msgid "X-Ray view" +msgstr "Visão de Raios-X" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Não há formatos de arquivo disponíveis com os quais escrever!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Nivelar mesa" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Salvando na Unidade Removível {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Selecionar Atualizações" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Salvando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Não foi possível salvar em {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Não foi possível encontrar nome de arquivo ao tentar escrever em {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Não foi possível salvar em unidade removível {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Salvo em Unidade Removível {0} como {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Arquivo Salvo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Ejetar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Ejetar dispositivo removível {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0} ejetado. A unidade agora pode ser removida de forma segura." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "As áreas ressaltadas indicam superfícies faltantes ou incorretas. Conserte seu modelo e o abra novamente no Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Remover Hardware com Segurança" +msgid "Model Errors" +msgstr "Erros de Modelo" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Erro ao ejetar {0}. Outro programa pode estar usando a unidade." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Atualizar Firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Perfis do Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Recomendado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Personalizado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "O arquivo de projeto {0} contém um tipo de máquina desconhecido {1}. Não foi possível importar a máquina. Os modelos serão importados ao invés dela." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Abrir Arquivo de Projeto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "O arquivo de projeto {0} tornou-se subitamente inacessível: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Não Foi Possível Abrir o Arquivo de Projeto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Arquivo de projeto {0} está corrompido: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "O arquivo de projeto {0} foi feito usando perfis que são desconhecidos para esta versão do Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Arquivo 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Não foi possível escrever no arquivo UFP:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Pacote de Formato da Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Arquivo G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Saiba mais" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Pré-visualização" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Visão de Raios-X" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Processando Camadas" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informação" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "O fatiamento falhou com um erro não esperado. Por favor considere relatar um bug em nosso issue tracker." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Fatiamento falhado" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Relatar um bug" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Relatar um bug no issue tracker do Ultimaker Cura." +msgid "Solid view" +msgstr "Visão sólida" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Não foi possível fatiar com o material atual visto que é incompatível com a máquina ou configuração selecionada." +msgid "Parsing G-code" +msgstr "Interpretando G-Code" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Não foi possível fatiar" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Não foi possível fatiar com os ajustes atuais. Os seguintes ajustes têm erros: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Não foi possível fatiar devido a alguns ajustes por modelo. Os seguintes ajustes têm erros em um dos modelos ou mais: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Não foi possível fatiar porque a torre de purga ou posição de purga são inválidas." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Não foi possível fatiar porque há objetos associados com o Extrusor desabilitado %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Por favor revise os ajustes e verifique se seus modelos:\n" -"- Cabem dentro do volume de impressão\n" -"- Estão associados a um extrusor habilitado\n" -"- Não estão todos configurados como malhas de modificação" +msgid "G-code Details" +msgstr "Detalhes do G-Code" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Arquivo AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Certifique que o g-code é adequado para sua impressora e configuração antes de enviar o arquivo. A representação de g-code pode não ser acurada." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Arquivo de G-Code Comprimido" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Pós-Processamento" +msgid "G File" +msgstr "Arquivo G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modificar G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Ajustes da Máquina" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Impressão USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Imprimir pela USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Imprimir pela USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Conectado via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Uma impressão USB está em progresso, fechar o Cura interromperá esta impressão. Tem certeza?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Uma impressão ainda está em progresso. O Cura não pode iniciar outra impressão via USB até que a impressão anterior tenha completado." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Impressão em Progresso" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Preparar" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Interpretando G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Detalhes do G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Certifique que o g-code é adequado para sua impressora e configuração antes de enviar o arquivo. A representação de g-code pode não ser acurada." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Arquivo G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Carregando máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Imagem JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Ajustando preferências..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Imagem JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Inicializando Máquina Ativa..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Imagem PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Inicializando gestor de máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Imagem BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Inicializando volume de impressão..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Imagem GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Configurando cena..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Nivelar mesa" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Carregando interface..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Selecionar Atualizações" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Inicializando motor..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "O GCodeGzWriter não suporta modo binário." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Não foi possível acessar informação de atualização." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Somente um arquivo G-Code pode ser carregado por vez. Pulando importação de {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Novos recursos ou consertos de bugs podem estar disponíveis para sua {machine_name}! Se você não o fez ainda, recomenda-se que atualize o firmware de sua impressora para a versão {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Não é possível abrir nenhum outro arquivo se G-Code estiver sendo carregado. Pulando importação de {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Novo firmware estável de %s disponível" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Como atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visual" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Não foi possível ler o arquivo de dados de exemplo." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "O perfil visual é projetado para imprimir protótipos e modelos virtuais com o objetivo de alta qualidade visual e de superfície." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Você precisa sair e reiniciar {} para que as alterações tenham efeito." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engenharia" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Sincronizando..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "O perfil de engenharia é projetado para imprimir protótipos funcionais e partes de uso final com o objetivo de melhor precisão e tolerâncias mais estritas." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Alterações detectadas de sua conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Rascunho" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Você quer sincronizar os pacotes de material e software com sua conta?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "O perfil de rascunho é projetado para imprimir protótipos iniciais e validações de conceito com o objetivo de redução significativa de tempo de impressão." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Sincronizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Não sobreposto" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Recusar e remover da conta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Tem certeza que deseja remover {0}? Isto não pode ser defeito!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{} complementos falharam em baixar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Desconhecido" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Recusar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "As impressoras abaixo não podem ser conectadas por serem parte de um grupo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Concordar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Impressoras de rede disponíveis" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Acordo de Licença do Complemento" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Calculado" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "O GCodeWriter não suporta modo binário." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Por favor sincronize os perfis de material com suas impressoras antes de começar a imprimir." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Por favor prepare o G-Code antes de exportar." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Novos materiais instalados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "O Cura não exibe camadas de forma precisa quando Impressão em Arame está habilitada." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Visão Simulada" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Material Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Nada está exibido porque você precisa fatiar primeiro." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Não há camadas a exibir" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Perfis personalizados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Não mostrar essa mensagem novamente" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Todos Os Tipos Suportados ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Visão de Camadas" +msgid "All Files (*)" +msgstr "Todos Os Arquivos (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Imprimir pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Falha em criar arquivo de materiais para sincronizar com impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Imprime pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Falha em carregar o arquivo de materiais para sincronizar com impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Conectado pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "A resposta da Digital Factory parece estar corrompida." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "amanhã" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "A resposta da Digital Factory veio sem informações importantes." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "hoje" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Falha em conectar com a Digital Factory para sincronizar materiais com algumas das impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Conectar pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Falha em conectar à Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Por favor espere até que o trabalho atual tenha sido enviado." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Não pude criar arquivo do diretório de dados de usuário: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Erro de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Tentativa de restauração de backup do Cura sem dados ou metadados apropriados." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Trabalho de impressão enviado à impressora com sucesso." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Tentativa de restauração de backup do Cura de versão maior que a atual." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Dados Enviados" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "O seguinte erro ocorreu ao tentar restaurar um backup do Cura:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Você está tentando conectar a uma impressora que não está rodando Ultimaker Connect. Por favor atualiza a impressora para o firmware mais recente." +msgid "Finding new location for objects" +msgstr "Achando novos lugares para objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Atualize sua impressora" +msgid "Finding Location" +msgstr "Buscando Localização" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "A fila de trabalhos de impressão está cheia. A impressora não pode aceitar novo trabalho." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Não foi possível achar um lugar dentro do volume de construção para todos os objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Fila Cheia" +msgid "Can't Find Location" +msgstr "Não Foi Encontrada Localização" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Enviando Trabalho de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Login falhou" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Transferindo trabalho de impressão para a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Parede Externa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "O Cura detectou perfis de material que não estão instalados ainda na impressora host do grupo {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Paredes Internas" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Enviando material para a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Contorno" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Não foi possível transferir os dados para a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Preenchimento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Erro de rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Preenchimento de Suporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Você está tentando conectar a {0} mas ele não é host de um grupo. Você pode visitar a página web para configurá-lo como host de grupo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Interface de Suporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Não é host de grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Suporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Configurar grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Skirt (Saia)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Sua impressora {printer_name} poderia estar conectada via nuvem.\n" -" Gerencie sua fila de impressão e monitore suas impressoras de qualquer lugar conectando sua impressora à Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Torre de Prime" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Você está pronto para a impressão de nuvem?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Percurso" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Começar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retrações" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Saiba mais" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Outros" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Imprimir pela nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Grupo #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Imprimir pela nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "As notas de lançamento não puderam ser abertas." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Conectado pela nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Pular" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Monitorar impressão" +msgid "Close" +msgstr "Fechar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Rastrear a impressão na Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Adicionar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Código de erro desconhecido ao transferir trabalho de impressão: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Finalizar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Nova impressora detectada na sua conta Ultimaker" -msgstr[1] "Novas impressoras detectadas na sua conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Adicionando impressora {name} ({model}) da sua conta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Próximo" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... e {0} outra" -msgstr[1] "... e {0} outras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "A altura do volume de impressão foi reduzida para que o valor da \"Sequência de Impressão\" impeça o eixo de colidir com os modelos impressos." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Impressoras adicionadas da Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Volume de Impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Conexão de nuvem não está disponível para uma impressora" -msgstr[1] "Conexão de nuvem não está disponível para algumas impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Não foi possível salvar o arquivo de materiais para {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Esta impressora não está ligada à Digital Factory:" -msgstr[1] "Estas impressoras não estão ligadas à Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Falha em salvar o arquivo de materiais" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Erro desconhecido." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "O Arquivo Já Existe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Para estabelecer uma conexão, por favor visite o {website_link}" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "O arquivo {0} já existe. Tem certeza que quer sobrescrevê-lo?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Manter configurações da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "URL de arquivo inválida:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Remover impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Não Suportado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Os ajustes foram alterados para seguir a disponibilidade de extrusores atuais:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Ajustes atualizados" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extrusor(es) Desabilitado(s)" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} será removida até a próxima sincronização de conta." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Falha ao exportar perfil para {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Para remover {printer_name} permanentemente, visite {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Falha ao exportar perfil para {0}: complemento escritor relatou erro." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Tem certeza que quer remover {printer_name} temporariamente?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Perfil exportado para {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Remover impressoras?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Exportação concluída" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Você está prestes a remover {0} impressora do Cura. Esta ação não pode ser desfeita.\n" -"Tem certeza que quer continuar?" -msgstr[1] "" -"Você está prestes a remover {0} impressoras do Cura. Esta ação não pode ser desfeita.\n" -"Tem certeza que quer continuar?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Falha ao importar perfil de {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Você está prestes a remover todas as impressoras do Cura. Esta ação não pode ser desfeita.\n" -"Tem certeza que quer continuar?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Não foi possível importar perfil de {0} antes de uma impressora ser adicionada." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Não há perfil personalizado a importar no arquivo {0}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "Câmbio de Ativos Digitais COLLADA" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Erro ao importar perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "Binário glTF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Este perfil {0} contém dados incorretos, não foi possível importá-lo." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embutido JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Erro ao importar perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Formato de Triângulos de Stanford" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Perfil {0} importado com sucesso." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Câmbio de Ativos Digitais COLLADA Comprimido" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Arquivo {0} não contém nenhum perfil válido." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "As áreas ressaltadas indicam superfícies faltantes ou incorretas. Conserte seu modelo e o abra novamente no Cura." +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "O Perfil {0} tem tipo de arquivo desconhecido ou está corrompido." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Erros de Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Perfil personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Visão sólida" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Falta um tipo de qualidade ao Perfil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Erro ao escrever arquivo 3mf." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Não há impressora ativa ainda." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "O complemento de Escrita 3MF está corrompido." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Não foi possível adicionar o perfil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Não existe espaço de trabalho ainda para a escrita. Por favor adicione uma impressora primeiro." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Tipo de qualidade '{0}' não é compatível com a definição de máquina ativa atual '{1}'." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Sem permissão para gravar o espaço de trabalho aqui." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Alerta: o perfil não está visível porque seu tipo de qualidade '{0}' não está disponível para a configuração atual. Altere para uma combinação de material/bico que possa usar este tipo de qualidade." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "O sistema operacional não permite salvar um arquivo de projeto nesta localização ou com este nome de arquivo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Multiplicando e colocando objetos" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Arquivo 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Colocando Objetos" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Arquivo de Projeto 3MF do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Colocando Objeto" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Monitor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Não foi possível iniciar processo de sign-in. Verifique se outra tentativa de sign-in ainda está ativa." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Não foi possível contactar o servidor de contas da Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Assistente de Modelo 3D" +msgid "Log-in failed" +msgstr "Login falhou" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Não foi possível ler a resposta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "O estado provido não está correto." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Tempo esgotado ao autenticar com o servidor da conta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Por favor dê as permissões requeridas ao autorizar esta aplicação." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Algo inesperado aconteceu ao tentar login, por favor tente novamente." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "O Cura não consegue iniciar" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Oops, o Ultimaker Cura encontrou algo que não parece estar correto.

    \n" +"

    Encontramos um erro irrecuperável durante a inicialização. Ele foi possivelmente causado por arquivos de configuração incorretos. Sugerimos salvar e restabelecer sua configuração.

    \n" +"

    Cópias salvas podem ser encontradas na pasta de configuração.

    \n" +"

    Por favor nos envie este Relatório de Falha para consertar o problema.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Enviar relatório de falha à Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Exibir relatório de falha detalhado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Mostrar a pasta de configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Salvar e Restabelecer Configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Relatório de Problema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Um erro fatal ocorreu no Cura. Por favor nos envie este Relatório de Falha para consertar o problema

    \n" +"

    Por favor use o botão \"Enviar relatório\" para publicar um relatório de erro automaticamente em nossos servidores

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Informação do Sistema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Desconhecida" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Versão do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Linguagem do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Linguagem do SO" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Plataforma" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Versão do Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Versão do PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Ainda não inicializado
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Versão da OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Fornecedor da OpenGL: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Renderizador da OpenGL: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Traceback do erro" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Registros" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Enviar relatório" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Um ou mais modelos 3D podem não ser impressos otimamente devido ao tamanho e configuração de material:

    \n" -"

    {model_names}

    \n" -"

    Descubra como assegurar a melhor qualidade de impressão e confiabilidade possível.

    \n" -"

    Ver guia de qualidade de impressão

    " +"Por favor certifique-se que sua impressora está conectada>\n" +"- Verifique se ela está ligada.\n" +"- Verifique se ela está conectada à rede.\n" +"- Verifique se você está logado para descobrir impressoras conectadas à nuvem." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Por favor conecte sua impressora à rede." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Ver manuais de usuário online" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Para monitorar sua impressão pelo Cura, por favor conecte a impressora." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Selecionar Ajustes a Personalizar para este modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrar..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Exibir tudo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Tipo de Malha" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Modelo normal" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Imprimir como suporte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modificar ajustes para sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Não suportar sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Somente malha de preenchimento" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Malha de corte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Selecionar ajustes" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Selecionar Ajustes a Personalizar para este modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Atualizar Firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "O firmware é o software rodando diretamente no maquinário de sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e é o que faz a sua impressora funcionar." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Exibir tudo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "O firmware que já vêm embutido nas novas impressoras funciona, mas novas versões costumam ter mais recursos, correções e melhorias." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Backups do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Automaticamente atualizar Firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Versão do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Carregar Firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Máquinas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "O firmware não pode ser atualizado porque não há conexão com a impressora." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "O firmware não pode ser atualizado porque a conexão com a impressora não suporta atualização de firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Perfis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Selecionar firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Complementos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Atualização do Firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Quer mais?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Atualizando firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Backup Agora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Atualização do Firmware completada." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Auto Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "A atualização de Firmware falhou devido a um erro desconhecido." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Criar um backup automaticamente toda vez que o Cura iniciar." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "A atualização de firmware falhou devido a um erro de comunicação." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Restaurar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "A atualização de firmware falhou devido a um erro de entrada e saída." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Apagar o Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "A atualização de firmware falhou devido a firmware não encontrado." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Você tem certeza que deseja apagar este backup? Isto não pode ser desfeito." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Abortado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Restaurar Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Finalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Você precisará reiniciar o Cura antes que seu backup seja restaurado. Deseja fechar o Cura agora?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Preparando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Fazer backup e sincronizar os ajustes do Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Abortando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Entrar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Falhado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Meus backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Pausando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Você não tem nenhum backup atualmente. Use o botão 'Backup Agora' para criar um." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Pausado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Durante a fase de pré-visualização, você estará limitado a 5 backups visíveis. Remova um backup para ver os mais antigos." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Continuando..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Ajustes de Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Necessária uma ação" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (largura)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Termina %1 em %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Gerir Impressora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Profundidade)" +msgid "Glass" +msgstr "Vidro" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Altura)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Por favor atualize o firmware de sua impressora parar gerir a fila remotamente." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Forma da plataforma de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Fontes de webcam para impressoras de nuvem não podem ser vistas pelo Ultimaker Cura. Clique em \"Gerenciar impressora\" para visitar a Ultimaker Digital Factory e visualizar esta webcam." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origem no centro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Carregando..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Mesa aquecida" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Indisponível" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Inacessivel" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Ocioso" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Imprimindo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Volume de construção aquecido" +msgid "Untitled" +msgstr "Sem Título" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Sabor de G-Code" +msgid "Anonymous" +msgstr "Anônimo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Ajustes da Cabeça de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Requer mudanças na configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Detalhes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Alterações de Configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Sobrepor" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "X min" -msgstr "X mín" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "A impressora associada, %1, requer a seguinte alteração de configuração:" +msgstr[1] "A impressora associada, %1, requer as seguintes alterações de configuração:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "Y min" -msgstr "Y mín" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "A impressora %1 está associada, mas o trabalho contém configuração de material desconhecida." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "X max" -msgstr "X máx" +msgid "Change material %1 from %2 to %3." +msgstr "Alterar material %1 de %2 para %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Y max" -msgstr "Y máx" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Carregar %3 como material %1 (isto não pode ser sobreposto)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Gantry Height" -msgstr "Altura do Eixo" +msgid "Change print core %1 from %2 to %3." +msgstr "Alterar núcleo de impressão %1 de %2 para %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Número de Extrusores" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Alterar mesa de impressão para %1 (Isto não pode ser sobreposto)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Aplicar deslocamentos de Extrusão ao G-Code" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Sobrepor irá usar os ajustes especificados com a configuração existente da impressora. Isto pode causar falha da impressão." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-Code Inicial" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Alumínio" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-Code Final" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Imprimir pela rede" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Ajustes do Bico" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Imprimir" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Nozzle size" -msgstr "Tamanho do bico" +msgid "Printer selection" +msgstr "Seleção de impressora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 -msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Diâmetro de material compatível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Conectar a Impressora de Rede" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Deslocamento X do Bico" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Para imprimir diretamente na sua impressora pela rede, certifique-se que ela esteja conectada à rede usando um cabo de rede ou conectando sua impressora à sua WIFI. Se você não conectar Cura à sua impressora, você ainda pode usar um drive USB ou SDCard para transferir arquivos G-Code a ela." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Deslocamento Y do Bico" +msgid "Select your printer from the list below:" +msgstr "Selecione sua impressora da lista abaixo:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 -msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Número da Ventoinha de Resfriamento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Editar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "G-Code Inicial do Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Remover" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "G-Code Final do Extrusor" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Atualizar Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Se sua impressora não está listada, leia o guia de resolução de problemas de impressão em rede" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "O firmware é o software rodando diretamente no maquinário de sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e é o que faz a sua impressora funcionar." +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "O firmware que já vêm embutido nas novas impressoras funciona, mas novas versões costumam ter mais recursos, correções e melhorias." +msgid "Firmware version" +msgstr "Versão do firmware" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Automaticamente atualizar Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Endereço" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Carregar Firmware personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Esta impressora não está configurada para hospedar um grupo de impressoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "O firmware não pode ser atualizado porque não há conexão com a impressora." +msgid "This printer is the host for a group of %1 printers." +msgstr "Esta impressora é a hospedeira de um grupo de %1 impressoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "O firmware não pode ser atualizado porque a conexão com a impressora não suporta atualização de firmware." +msgid "The printer at this address has not yet responded." +msgstr "A impressora neste endereço ainda não respondeu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Conectar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Selecionar firmware personalizado" +msgid "Invalid IP address" +msgstr "Endereço IP inválido" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Por favor entre um endereço IP válido." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Atualização do Firmware" +msgid "Printer Address" +msgstr "Endereço da Impressora" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "Atualizando firmware." +msgid "Enter the IP address of your printer on the network." +msgstr "Entre o endereço IP da sua impressora na rede." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Atualização do Firmware completada." +msgid "Unavailable printer" +msgstr "Impressora indisponível" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "A atualização de Firmware falhou devido a um erro desconhecido." +msgid "First available" +msgstr "Primeira disponível" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "A atualização de firmware falhou devido a um erro de comunicação." +msgid "Move to top" +msgstr "Mover para o topo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "A atualização de firmware falhou devido a um erro de entrada e saída." +msgid "Delete" +msgstr "Remover" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "A atualização de firmware falhou devido a firmware não encontrado." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Abrir Projeto" +msgid "Resume" +msgstr "Continuar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Atualizar existentes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Pausando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Criar novos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Continuando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Resumo - Projeto do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pausar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Ajustes da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Abortando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Como o conflito na máquina deve ser resolvido?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Abortar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tipo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Você tem certeza que quer mover %1 para o topo da fila?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Grupo de Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Move o trabalho de impressão para o topo da fila" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Ajustes de perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Você tem certeza que quer remover %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Como o conflito no perfil deve ser resolvido?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Remover trabalho de impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nome" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Você tem certeza que quer abortar %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Objetivo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Abortar impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Ausente no perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Enfileirados" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 sobreposto" -msgstr[1] "%1 sobrepostos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Gerir no navegador" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivado de" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Não há trabalhos de impressão na fila. Fatie e envie um trabalho para adicioná-lo." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 sobreposição" -msgstr[1] "%1, %2 sobreposições" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Trabalhos de impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Ajustes de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Tempo total de impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Como o conflito no material deve ser resolvido?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "Esperando por" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Visibilidade dos ajustes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Esquema de Cores" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Cor do Material" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Ajustes visíveis:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Tipo de Linha" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 de %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Velocidade" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Carregar um projeto limpará todos os modelos da mesa de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Espessura de Camada" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Abrir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Largura de Extrusão" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Complemento de Pós-Processamento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Fluxo" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Scripts de Pós-Processamento" +msgid "Compatibility Mode" +msgstr "Modo de Compatibilidade" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Adicionar um script" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Percursos" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Ajustes" +msgid "Helpers" +msgstr "Assistentes" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Alterar scripts de pós-processamento ativos." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Perímetro" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "O seguinte script está ativo:" -msgstr[1] "Os seguintes scripts estão ativos:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Preenchimento" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Converter imagem..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Inícios" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "A distância máxima de cada pixel da \"Base\"." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Somente Exibir Camadas Superiores" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Exibir 5 Camadas Superiores Detalhadas" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Topo / Base" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Parede Interna" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "mín" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "máx" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Altura (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "A altura-base da mesa de impressão em milímetros." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "A distância máxima de cada pixel da \"Base\"." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "A largura da mesa de impressão em milímetros." +msgid "The base height from the build plate in millimeters." +msgstr "A altura-base da mesa de impressão em milímetros." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Largura (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "A profundidade da mesa de impressão em milímetros" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Profundidade (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Para litofanos, pixels escuros devem corresponder a locais mais espessos para conseguir bloquear mais luz. Para mapas de altura, pixels mais claros significam terreno mais alto, portanto tais pixels devem corresponder a locais mais espessos no modelo 3d gerado." +msgid "The depth in millimeters on the build plate" +msgstr "A profundidade da mesa de impressão em milímetros" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Mais escuro é mais alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Mais claro é mais alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Para litofanos, um modelo logarítmico simples para translucidez está disponível. Para mapas de altura os valores de pixels correspondem a alturas, linearmente." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Para litofanos, pixels escuros devem corresponder a locais mais espessos para conseguir bloquear mais luz. Para mapas de altura, pixels mais claros significam terreno mais alto, portanto tais pixels devem corresponder a locais mais espessos no modelo 3d gerado." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Linear" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Translucidez" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "A porcentagem de luz penetrando uma impressão com espessura de 1 milímetro. Abaixar este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Para litofanos, um modelo logarítmico simples para translucidez está disponível. Para mapas de altura os valores de pixels correspondem a alturas, linearmente." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "Transmitância de 1mm (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "A quantidade de suavização para aplicar na imagem." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "A porcentagem de luz penetrando uma impressão com espessura de 1 milímetro. Abaixar este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Suavização" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "A quantidade de suavização para aplicar na imagem." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "Ok" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Por favor selecionar quaisquer atualizações feitas nesta Ultimaker Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Mesa de Impressão Aquecida (kit Oficial ou auto-construído)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Nivelamento da mesa de impressão" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Para garantir que suas impressões saiam ótimas, você deve agora ajustar sua mesa de impressão. Quando você clicar em 'Mover para a Posição Seguinte', o bico se moverá para posições diferentes que podem ser ajustadas." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Para cada posição; insira um pedaço de papel abaixo do bico e ajuste a altura da mesa de impressão. A altura da mesa de impressão está adequada quando o papel for levemente pressionado pela ponta do bico." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Iniciar Nivelamento da Mesa de Impressão" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Mover pra a Posição Seguinte" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Mais informações em coleção anônima de dados" +msgid "Open Project" +msgstr "Abrir Projeto" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "O Ultimaker Cura coleta dados anônimos para poder aprimorar a qualidade de impressão e experiência do usuário. Abaixo segue um exemplo de todos os dados que são compartilhados:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Atualizar existentes" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Recusar enviar dados anônimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Criar novos" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Permitir enviar dados anônimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Resumo - Projeto do Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Como o conflito na máquina deve ser resolvido?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Você precisará reiniciar o Cura para que as alterações tenham efeito." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Ajustes da impressora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Sair de %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Instalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Grupo de Impressora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Como o conflito no perfil deve ser resolvido?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Ajustes de perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Ir ao Mercado Web" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nome" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Buscar materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Objetivo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibilidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Ausente no perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 sobreposto" +msgstr[1] "%1 sobrepostos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Plataforma de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivado de" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 sobreposição" +msgstr[1] "%1, %2 sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Qualidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Como o conflito no material deve ser resolvido?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Documento de Dados Técnicos" +msgid "Material settings" +msgstr "Ajustes de material" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Documento de Dados de Segurança" +msgid "Setting visibility" +msgstr "Visibilidade dos ajustes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Diretrizes de Impressão" +msgid "Mode" +msgstr "Modo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Sítio Web" +msgid "Visible settings:" +msgstr "Ajustes visíveis:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Entrar na conta é necessário para instalar ou atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 de %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Comprar rolos de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Carregar um projeto limpará todos os modelos da mesa de impressão." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Atualizar" +msgid "Open" +msgstr "Abrir" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Atualizando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Quer mais?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Atualizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Backup Agora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Voltar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Auto Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Complementos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Criar um backup automaticamente toda vez que o Cura iniciar." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Versão do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Máquinas" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Será instalado ao reiniciar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Complementos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Entrar na conta é necessário para atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Restaurar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Downgrade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Apagar o Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Desinstalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Você tem certeza que deseja apagar este backup? Isto não pode ser desfeito." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Contribuições da Comunidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Restaurar Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Complementos da Comunidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Você precisará reiniciar o Cura antes que seu backup seja restaurado. Deseja fechar o Cura agora?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Materiais Genéricos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Fazer backup e sincronizar os ajustes do Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Obtendo pacotes..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Entrar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Meus backups" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Você não tem nenhum backup atualmente. Use o botão 'Backup Agora' para criar um." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Durante a fase de pré-visualização, você estará limitado a 5 backups visíveis. Remova um backup para ver os mais antigos." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Backups do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Mais informações em coleção anônima de dados" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "O Ultimaker Cura coleta dados anônimos para poder aprimorar a qualidade de impressão e experiência do usuário. Abaixo segue um exemplo de todos os dados que são compartilhados:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Recusar enviar dados anônimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Permitir enviar dados anônimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Complemento de Pós-Processamento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Sítio Web" +msgid "Post Processing Scripts" +msgstr "Scripts de Pós-Processamento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Adicionar um script" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "Email" +msgid "Settings" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Por favor se logue para adquirir complementos e materiais verificados para o Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Alterar scripts de pós-processamento ativos." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "O seguinte script está ativo:" +msgstr[1] "Os seguintes scripts estão ativos:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Versão" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Por favor selecionar quaisquer atualizações feitas nesta Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Última atualização" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Mesa de Impressão Aquecida (kit Oficial ou auto-construído)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Nivelamento da mesa de impressão" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Marca" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Para garantir que suas impressões saiam ótimas, você deve agora ajustar sua mesa de impressão. Quando você clicar em 'Mover para a Posição Seguinte', o bico se moverá para posições diferentes que podem ser ajustadas." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Downloads" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Para cada posição; insira um pedaço de papel abaixo do bico e ajuste a altura da mesa de impressão. A altura da mesa de impressão está adequada quando o papel for levemente pressionado pela ponta do bico." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Complementos instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Iniciar Nivelamento da Mesa de Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Mover pra a Posição Seguinte" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Nenhum complemento foi instalado." +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Materiais instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Nenhum material foi instalado." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Complementos empacotados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Materiais empacotados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Não foi possível conectar-se à base de dados de Pacotes do Cura. Por favor verifique sua conexão." +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Você precisa aceitar a licença para que o pacote possa ser instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Alterações da sua conta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Sair de %1" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Dispensar" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Next" -msgstr "Próximo" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Os seguintes pacotes serão adicionados:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Os seguintes pacotes não podem ser instalados por incompatibilidade de versão do Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Confirme a desinstalação" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Você está desinstalando material e/ou perfis que ainda estão em uso. Confirmar irá restaurar os materiais e perfis seguintes a seus defaults." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Perfis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Confirmar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Esquema de Cores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Cor do Material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Tipo de Linha" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Velocidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Espessura de Camada" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Largura de Extrusão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Fluxo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Modo de Compatibilidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Percursos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Assistentes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Perímetro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Preenchimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Inícios" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Somente Exibir Camadas Superiores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Exibir 5 Camadas Superiores Detalhadas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Topo / Base" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Parede Interna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "mín" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "máx" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Gerir Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Vidro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Por favor atualize o firmware de sua impressora parar gerir a fila remotamente." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Fontes de webcam para impressoras de nuvem não podem ser vistas pelo Ultimaker Cura. Clique em \"Gerenciar impressora\" para visitar a Ultimaker Digital Factory e visualizar esta webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Recusar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Carregando..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Indisponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Inacessivel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Ocioso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Preparando..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Imprimindo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Sem Título" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anônimo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Requer mudanças na configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Detalhes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Impressora indisponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Impressora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Primeira disponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Ajustes do Bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "Queued" -msgstr "Enfileirados" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Gerir no navegador" +msgid "Nozzle size" +msgstr "Tamanho do bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Não há trabalhos de impressão na fila. Fatie e envie um trabalho para adicioná-lo." +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Print jobs" -msgstr "Trabalhos de impressão" +msgid "Compatible material diameter" +msgstr "Diâmetro de material compatível" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Total print time" -msgstr "Tempo total de impressão" +msgid "Nozzle offset X" +msgstr "Deslocamento X do Bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Waiting for" -msgstr "Esperando por" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Imprimir pela rede" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Imprimir" +msgid "Nozzle offset Y" +msgstr "Deslocamento Y do Bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Printer selection" -msgstr "Seleção de impressora" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Alterações de Configuração" +msgid "Cooling Fan Number" +msgstr "Número da Ventoinha de Resfriamento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Sobrepor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "G-Code Inicial do Extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "A impressora associada, %1, requer a seguinte alteração de configuração:" -msgstr[1] "A impressora associada, %1, requer as seguintes alterações de configuração:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "G-Code Final do Extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "A impressora %1 está associada, mas o trabalho contém configuração de material desconhecida." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Ajustes de Impressora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Alterar material %1 de %2 para %3." +msgid "X (Width)" +msgstr "X (largura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Carregar %3 como material %1 (isto não pode ser sobreposto)." +msgid "Y (Depth)" +msgstr "Y (Profundidade)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Alterar núcleo de impressão %1 de %2 para %3." +msgid "Z (Height)" +msgstr "Z (Altura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Alterar mesa de impressão para %1 (Isto não pode ser sobreposto)." +msgid "Build plate shape" +msgstr "Forma da plataforma de impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Sobrepor irá usar os ajustes especificados com a configuração existente da impressora. Isto pode causar falha da impressão." +msgid "Origin at center" +msgstr "Origem no centro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Aluminum" -msgstr "Alumínio" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Finalizado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Abortando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Abortado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Falhado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Pausando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Pausado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Continuando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Necessária uma ação" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Termina %1 em %2" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Conectar a Impressora de Rede" +msgid "Heated bed" +msgstr "Mesa aquecida" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Para imprimir diretamente na sua impressora pela rede, certifique-se que ela esteja conectada à rede usando um cabo de rede ou conectando sua impressora à sua WIFI. Se você não conectar Cura à sua impressora, você ainda pode usar um drive USB ou SDCard para transferir arquivos G-Code a ela." +msgid "Heated build volume" +msgstr "Volume de construção aquecido" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Selecione sua impressora da lista abaixo:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Editar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Remover" +msgid "G-code flavor" +msgstr "Sabor de G-Code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Ajustes da Cabeça de Impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Se sua impressora não está listada, leia o guia de resolução de problemas de impressão em rede" +msgid "X min" +msgstr "X mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Type" -msgstr "Tipo" +msgid "Y min" +msgstr "Y mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "Firmware version" -msgstr "Versão do firmware" +msgid "X max" +msgstr "X máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Address" -msgstr "Endereço" +msgid "Y max" +msgstr "Y máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Esta impressora não está configurada para hospedar um grupo de impressoras." +msgid "Gantry Height" +msgstr "Altura do Eixo" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Esta impressora é a hospedeira de um grupo de %1 impressoras." +msgid "Number of Extruders" +msgstr "Número de Extrusores" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "A impressora neste endereço ainda não respondeu." +msgid "Apply Extruder offsets to GCode" +msgstr "Aplicar deslocamentos de Extrusão ao G-Code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Conectar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-Code Inicial" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Endereço IP inválido" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Por favor entre um endereço IP válido." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Endereço da Impressora" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Entre o endereço IP da sua impressora na rede." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Mover para o topo" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Remover" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Continuar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Pausando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Continuando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pausar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Abortando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Abortar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Você tem certeza que quer mover %1 para o topo da fila?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Move o trabalho de impressão para o topo da fila" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Você tem certeza que quer remover %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Remover trabalho de impressão" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Você tem certeza que quer abortar %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Abortar impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-Code Final" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Por favor certifique-se que sua impressora está conectada>\n" -"- Verifique se ela está ligada.\n" -"- Verifique se ela está conectada à rede.\n" -"- Verifique se você está logado para descobrir impressoras conectadas à nuvem." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Minhas impressoras" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Por favor conecte sua impressora à rede." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Monitora as impressoras na Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Ver manuais de usuário online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Cria projetos de impressão na Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Para monitorar sua impressão pelo Cura, por favor conecte a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Trabalhos de impressão" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Algumas coisas podem ser problemáticas nesta impressão. Clique para ver dicas de correção." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Monitora trabalhos de impressão e reimprime a partir do histórico." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Visão 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Estende o Ultimaker Cura com complementos e perfis de material." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Viso de Frente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Torne-se um especialista em impressão 3D com Ultimaker e-learning." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Visão de Cima" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Suporte Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Visão à Esquerda" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Saiba como começar com o Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Visão à Direita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Fazer uma pergunta" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Lista de objetos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consultar a Comunidade Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Relatar um problema" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "Arquivo (&F)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Deixe os desenvolvedores saberem que algo está errado." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Editar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Visita o website da Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Ver" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Imprimir Modelo Selecionado com %1" +msgstr[1] "Imprimir Modelos Selecionados com %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "Aju&stes" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "E&xtensões" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&referências" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "Ajuda (&H)" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Novo projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Tem certeza que quer iniciar novo projeto? Isto esvaziará a mesa de impressão e quaisquer ajustes não salvos." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Fatiando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Mercado" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Não foi possível fatiar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Mesa de Impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Processando" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "A temperatura-alvo da mesa aquecida. A mesa aquecerá ou resfriará para esta temperatura. Se for zero, o aquecimento é desligado." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Fatiar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "A temperatura atual da mesa aquecida." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Inicia o processo de fatiamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "A temperatura em que pré-aquecer a mesa." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Estimativa de tempo" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Estimativa de material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Pré-aquecer" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Aquecer a mesa antes de imprimir. Você pode continuar ajustando sua impressão enquanto ela está aquecendo, e não terá que esperar o aquecimento quando estiver pronto pra imprimir." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "A impressora não está conectada." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Sem estimativa de tempo disponível" +msgid "Printer control" +msgstr "Controle da Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Sem estimativa de custo disponível" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Pré-visualização" +msgid "Jog Position" +msgstr "Posição de Trote" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Add a printer" -msgstr "Adicionar uma impressora" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Adicionar uma impressora de rede" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Adicionar uma impressora local" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Adicionar uma impressora de Nuvem" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Aguardando resposta da Nuvem" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Nenhuma impressora encontrada em sua conta?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "As seguintes impressoras da sua conta foram adicionadas ao Cura:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Adicionar impressora manualmente" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Adicionar impressora por endereço IP" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Entre o endereço IP de sua impressora." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Adicionar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Não foi possível conectar ao dispositivo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Não consegue conectar à sua impressora Ultimaker?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "A impressora neste endereço ainda não respondeu." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Esta impressora não pode ser adicionada porque é uma impressora desconhecida ou porque não é o host do grupo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Voltar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Conectar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Contrato de Usuário" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Rejeitar e fechar" +msgid "Jog Distance" +msgstr "Distância de Trote" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Bem-vindo ao Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "Por favor siga estes passos para configurar o Ultimaker Cura. Isto tomará apenas alguns momentos." +msgid "Send G-code" +msgstr "Enviar G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Começar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Enviar comando G-Code personalizado para a impressora conectada. Pressione 'enter' para enviar o comando." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Entre na plataforma Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Adicionar ajustes de materiais e plugins do Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Fazer backup e sincronizar seus ajustes de materiais e plugins" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da Comunidade Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Pular" +msgid "Extruder" +msgstr "Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Criar uma conta Ultimaker gratuita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "A temperatura-alvo do hotend. O hotend vai aquecer ou esfriar na direção desta temperatura. Se for zero, o aquecimento de hotend é desligado." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Fabricante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "A temperatura atual deste hotend." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Autor do perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "A temperatura com a qual pré-aquecer o hotend." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Nome da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Aquece o hotend com antecedência antes de imprimir. Você pode continuar ajustando sua impressão enquanto está aquecendo e não terá que esperar que o hotend termine o aquecimento quando estiver pronto para imprimir." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Por favor dê um nome à sua impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "A cor do material neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Não foi encontrada nenhuma impressora em sua rede." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "O material neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "O bico inserido neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Adicionar impressora por IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Abrir arquivo de projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Adicionar impressora de nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Este é um arquivo de projeto do Cura. Gostaria de abri-lo como um projeto ou importar os modelos dele?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Resolução de problemas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Lembrar minha escolha" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Nos ajude a melhor o Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Abrir como projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "O Ultimaker Cura coleta dados anônimos para melhor a qualidade de impressão e experiência do usuário, incluindo:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importar modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Tipos de máquina" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Salvar Projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Uso do material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extrusor %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Número de fatias" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Ajustes de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Dados coletados pelo Ultimaker Cura não conterão nenhuma informação pessoal." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Não exibir resumo do projeto ao salvar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Mais informações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Salvar" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "O Que Há de Novo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Abrir arquivo(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Vazio" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Encontramos um ou mais arquivo(s) de projeto entre os arquivos que você selecionou. Você só pode abrir um arquivo de projeto por vez. Sugerimos que somente importe modelos destes arquivos. Gostaria de prosseguir?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Notas de lançamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importar todos como modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Sobre %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "versão: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Solução completa para impressão 3D com filamento fundido." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3615,2269 +3597,2873 @@ msgstr "" "Cura é desenvolvido pela Ultimaker B.V. em cooperação com a comunidade.\n" "Cura orgulhosamente usa os seguintes projetos open-source:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Interface Gráfica de usuário" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Framework de Aplicações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Gerador de G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Biblioteca de comunicação interprocessos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Linguagem de Programação" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "Framework Gráfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Ligações da Framework Gráfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Biblioteca de Ligações C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Formato de Intercâmbio de Dados" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Biblioteca de suporte para computação científica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Biblioteca de suporte para matemática acelerada" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Biblioteca de suporte para manuseamento de arquivos STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Biblioteca de suporte para manuseamento de objetos planares" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Biblioteca de suporte para manuseamento de malhas triangulares" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Biblioteca de suporte para manuseamento de arquivos 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Biblioteca de suporte para streaming e metadados de arquivo" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Biblioteca de comunicação serial" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Biblioteca de descoberta 'ZeroConf'" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Biblioteca de recorte de polígonos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Verificador de tipos estáticos para Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Certificados raiz para validar confiança de SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Biblioteca de rastreamento de Erros de Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Biblioteca de empacotamento Polygon, desenvolvido pela Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Ligações de Python para a libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Biblioteca de suporte para acesso ao chaveiro do sistema" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Extensões de python para o Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Fonte" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "Ícones SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Implementação de aplicação multidistribuição em Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Abrir arquivo(s)" +msgid "Discard or Keep changes" +msgstr "Descartar ou Manter alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Encontramos um ou mais arquivo(s) de projeto entre os arquivos que você selecionou. Você só pode abrir um arquivo de projeto por vez. Sugerimos que somente importe modelos destes arquivos. Gostaria de prosseguir?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importar todos como modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Ajustes de perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Salvar Projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Alterações atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extrusor %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Não exibir resumo do projeto ao salvar novamente" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Salvar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Descartar ou Manter alterações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Você personalizou alguns ajustes de perfil.\n" -"Gostaria de manter estes ajustes alterados após mudar de perfis?\n" -"Alternativamente, você pode descartar as alterações para carregar os defaults de '%1'." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Ajustes de perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Alterações atuais" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Sempre perguntar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Descartar e não perguntar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Manter e não perguntar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Descartar alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Manter alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Abrir arquivo de projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Este é um arquivo de projeto do Cura. Gostaria de abri-lo como um projeto ou importar os modelos dele?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Sem itens para selecionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Lembrar minha escolha" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Abrir Arquivo(s)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Abrir como projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Abrir &Recente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Ajustes Visíveis" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Impressão ativa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Encolher Todas As Categorias" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Nome do Trabalho" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Gerenciar Visibilidade dos Ajustes..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Tempo de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Tempo restante estimado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Definir Como Extrusor Ativo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "A impressora de nuvem está offline. Por favor verifique se a impressora está ligada e conectada à internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Habilitar Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Esta impressora não está vinculada à sua conta. Por favor visite a Ultimaker Digital Factory para estabelecer uma conexão." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Desabilitar Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "A conexão de nuvem está indisponível. Por favor se logue para se conectar à impressora de nuvem." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "A conexão de nuvem está indisponível. Por favor verifique sua conexão de internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favoritos" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Adicionar impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Genérico" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Gerenciar impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "Ajuda (&H)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Impressoras conectadas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "Arquivo (&F)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Impressoras pré-ajustadas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Salvar Projeto..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Ajustes de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Exportar..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Configuração de Impressão desabilitada. O arquivo de G-Code não pode ser modificado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Exportar Seleção..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&referências" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Alguns ajustes/sobreposições têm valores diferentes dos que estão armazenados no perfil.\n" -"\n" -"Clique para abrir o gerenciador de perfis." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Editar" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Perfis personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "Im&pressora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Descartar ajustes atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Impressoras habilitadas pela rede" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Recomendado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Impressoras locais" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "E&xtensões" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "On" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Configurações" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Off" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "Carregando configurações disponíveis da impressora..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Experimental" +msgid "The configurations are not available because the printer is disconnected." +msgstr "As configurações não estão disponíveis porque a impressora está desconectada." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Não há perfil %1 para a configuração no extrusor %2. O objetivo default será usado no lugar dele" -msgstr[1] "Não há perfis %1 para a configurações nos extrusores %2. O objetivo default será usado no lugar deles" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Esta configuração não está disponível porque %1 não foi reconhecido. Por favor visite %2 para baixar o perfil de materil correto." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Perfis" +msgid "Marketplace" +msgstr "Mercado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Você modificou alguns ajustes de perfil. Se você quiser alterá-los, use o modo personalizado." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "A configuração deste extrusor não é permitida e proíbe o fatiamento." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 -msgctxt "@label" -msgid "Support" -msgstr "Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Não há perfis correspondendo à configuração deste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Gera estrutura que suportarão partes do modelo que têm seções pendentes. Sem estas estruturas, tais partes desabariam durante a impressão." +msgid "Select configuration" +msgstr "Selecione configuração" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Gradual infill" -msgstr "Preenchimento gradual" +msgid "Configurations" +msgstr "Configurações" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Preenchimento gradual aumentará gradualmente a quantidade de preenchimento em direção ao topo." +msgid "Printer" +msgstr "Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Adhesion" -msgstr "Aderência" +msgid "Enabled" +msgstr "Habilitado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Habilita imprimir um brim (bainha) ou raft (jangada). Adicionará uma área chata em volta ou sob o objeto que é fácil de remover após a impressão ter finalizado." +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Salvar Projeto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "Use cola para melhor aderência com essa combinação de materiais." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Impressoras habilitadas pela rede" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Impressoras locais" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favoritos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Genérico" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Imprimir Modelo Selecionado Com:" msgstr[1] "Imprimir Modelos Selecionados Com:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Multiplicar Modelo Selecionado" msgstr[1] "Multiplicar Modelos Selecionados" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Número de Cópias" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Salvar Projeto..." +msgid "Save Project..." +msgstr "Salvar Projeto..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Exportar..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Ver" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Exportar Seleção..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "Posição da &câmera" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Configurações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Visão de câmera" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspectiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Ortográfico" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Habilitado" +msgid "View type" +msgstr "Tipo de Visão" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Material" +msgid "Sign in to the Ultimaker platform" +msgstr "Entre na plataforma Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Use cola para melhor aderência com essa combinação de materiais." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Adicione perfis de material e plug-ins do Marketplace\n" +"- Faça backup e sincronize seus perfis de materiais e plugins\n" +"- Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da comunidade Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "A configuração deste extrusor não é permitida e proíbe o fatiamento." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Criar uma conta Ultimaker gratuita" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Não há perfis correspondendo à configuração deste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Entrar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Selecione configuração" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Última atualização: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Configurações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Conta na Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Carregando configurações disponíveis da impressora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Deslogar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "As configurações não estão disponíveis porque a impressora está desconectada." +msgid "Checking..." +msgstr "Verificando..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Esta configuração não está disponível porque %1 não foi reconhecido. Por favor visite %2 para baixar o perfil de materil correto." +msgid "Account synced" +msgstr "Conta sincronizada" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Mercado" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Abrir Arquivo(s)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "Im&pressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Material" +msgid "Something went wrong..." +msgstr "Alguma coisa deu errado..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Definir Como Extrusor Ativo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Instalação aguardando atualizações" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Habilitar Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Verificar atualizações da conta" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Desabilitar Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Fatiando..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Abrir &Recente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Não foi possível fatiar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Ajustes Visíveis" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Processando" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Encolher Todas As Categorias" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Fatiar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Gerenciar Visibilidade dos Ajustes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Inicia o processo de fatiamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "Posição da &câmera" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Visão de câmera" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Estimativa de tempo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspectiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Estimativa de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Ortográfico" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "Plataforma de Impressão (&B)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Tipo de Visão" +msgid "No time estimation available" +msgstr "Sem estimativa de tempo disponível" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "Está impresso como suporte." +msgid "No cost estimation available" +msgstr "Sem estimativa de custo disponível" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Outros modelos se sobrepondo a esse modelo foram modificados." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Pré-visualização" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Preenchimento se sobrepondo a este modelo foi modificado." +msgid "This package will be installed after restarting." +msgstr "Este pacote será instalado após o reinício." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Sobreposições neste modelo não são suportadas." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Geral" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Sobrepõe %1 ajuste." -msgstr[1] "Sobrepõe %1 ajustes." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Ajustes" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Impressoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Ativar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Fechando %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Criar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Tem certeza que quer sair de %1?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Duplicar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Instalar Pacote" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Renomear" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Exportar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Criar Perfil" +msgid "Open File(s)" +msgstr "Abrir Arquivo(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Por favor dê um nome a este perfil." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Encontramos um ou mais arquivos de G-Code entre os arquivos que você selecionou. Você só pode abrir um arquivo de G-Code por vez. Se você quiser abrir um arquivo de G-Code, por favor selecione somente um." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplicar Perfil" +msgid "Add Printer" +msgstr "Adicionar Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Confirmar Remoção" +msgid "What's New" +msgstr "Novidades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Tem certeza que deseja remover %1? Isto não poderá ser desfeito!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "On" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Renomear Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Off" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Experimental" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Exportar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Ajustes de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Impressora: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Configuração de Impressão desabilitada. O arquivo de G-Code não pode ser modificado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Atualizar perfil com ajustes/sobreposições atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Este perfil usa os defaults especificados pela impressora, portanto não tem ajustes/sobreposições na lista abaixo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Seus ajustes atuais coincidem com o perfil selecionado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Não há perfil %1 para a configuração no extrusor %2. O objetivo default será usado no lugar dele" +msgstr[1] "Não há perfis %1 para a configurações nos extrusores %2. O objetivo default será usado no lugar deles" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Ajustes globais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Preenchimento gradual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Geral" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Preenchimento gradual aumentará gradualmente a quantidade de preenchimento em direção ao topo." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Interface" -msgstr "Interface" +msgid "Support" +msgstr "Suporte" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Currency:" -msgstr "Moeda:" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Gera estrutura que suportarão partes do modelo que têm seções pendentes. Sem estas estruturas, tais partes desabariam durante a impressão." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "Perfis" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Você modificou alguns ajustes de perfil. Se você quiser alterá-los, use o modo personalizado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" -msgid "Theme:" -msgstr "Tema:" +msgid "Adhesion" +msgstr "Aderência" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Você precisará reiniciar a aplicação para que essas mudanças tenham efeito." +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Habilita imprimir um brim (bainha) ou raft (jangada). Adicionará uma área chata em volta ou sob o objeto que é fácil de remover após a impressão ter finalizado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Fatiar automaticamente quando mudar ajustes." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Perfis personalizados" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Fatiar automaticamente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Descartar ajustes atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Comportamento da área de visualização" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Ressaltar áreas sem suporte do modelo em vermelho. Sem suporte, estas áreas não serão impressas corretamente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Alguns ajustes/sobreposições têm valores diferentes dos que estão armazenados no perfil.\n" +"\n" +"Clique para abrir o gerenciador de perfis." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Exibir seções pendentes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Ressalta superfícies faltantes ou incorretas do modelo usando sinais de alerta. Os caminhos de extrusão frequentemente terão partes da geometria pretendida ausentes." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Exibir erros de modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Atual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Move a câmera de modo que o modelo fique no centro da visão quando for selecionado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Centralizar câmera quanto o item é selecionado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "O comportamento default de ampliação deve ser invertido?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Inverter a direção da ampliação de câmera." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "A ampliação (zoom) deve se mover na direção do mouse?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Ampliar com o mouse não é suportado na perspectiva ortográfica." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Visibilidade dos Ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Ampliar na direção do mouse" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Os modelos devem ser movidos na plataforma de modo que não se sobreponham?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Verificar tudo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Assegurar que os modelos sejam mantidos separados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Os modelos devem ser movidos pra baixo pra se assentar na plataforma de impressão?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Ativar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Automaticamente fazer os modelos caírem na mesa de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Renomear" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Exibir mensagem de alerta no leitor de G-Code." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Confirmar Mudança de Diâmetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Mensagem de alera no leitor de G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "O novo diâmetro de filamento está ajustado em %1 mm, que não é compatível com o extrusor atual. Você deseja continuar?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "A Visão de Camada deve ser forçada a ficar em modo de compatibilidade?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Exibir Nome" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Forçar modo de compatibilidade da visão de camadas (requer reinício)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marca" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "O Cura deve abrir no lugar onde foi fechado?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Tipo de Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Restaurar posição da janela no início" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Cor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Que tipo de renderização de câmera deve ser usada?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Renderização de câmera:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 +msgctxt "@label" +msgid "Properties" +msgstr "Propriedades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspectiva" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ortográfica" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 -msgctxt "@label" -msgid "Opening and saving files" -msgstr "Abrindo e salvando arquivos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Arquivos da área de trabalho ou de aplicações externas devem ser abertos na mesma instância do Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Usar uma única instância do Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "A plataforma de construção deve ser esvaziada antes de carregar um modelo novo na instância única do Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Limpar a plataforma de impressão antes de carregar modelo em instância única" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Os modelos devem ser redimensionados dentro do volume de impressão se forem muito grandes?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Redimensionar modelos grandes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Um modelo pode ser carregado diminuto se sua unidade for por exemplo em metros ao invés de milímetros. Devem esses modelos ser redimensionados?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Redimensionar modelos minúsculos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Os modelos devem ser selecionados após serem carregados?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Selecionar modelos ao carregar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Um prefixo baseado no nome da impressora deve ser adicionado ao nome do trabalho de impressão automaticamente?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Adicionar prefixo de máquina ao nome do trabalho" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Um resumo deve ser exibido ao salvar um arquivo de projeto?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Exibir diálogo de resumo ao salvar projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Comportamento default ao abrir um arquivo de projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Comportamento default ao abrir um arquivo de projeto: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Sempre me perguntar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Sempre abrir como projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Sempre importar modelos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Quando você faz alterações em um perfil e troca para um diferent, um diálogo aparecerá perguntando se você quer manter ou aplicar suas modificações, ou você pode forçar um comportamento default e não ter o diálogo." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Comportamento default para valores de configuração alterados ao mudar para um perfil diferente: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Sempre descartar alterações da configuração" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Sempre transferir as alterações para o novo perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privacidade" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Dados anônimos sobre sua impressão podem ser enviados para a Ultimaker? Nota: nenhuma informação pessoalmente identificável, modelos ou endereços IP são enviados ou armazenados." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Enviar informação (anônima) de impressão" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Mais informações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Atualizações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "O Cura deve verificar novas atualizações quando o programa for iniciado?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Verificar atualizações na inicialização" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Ao procurar por atualizações, somente o fazer para versões estáveis." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Versões estáveis somente" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Ao procurar por atualizações, fazer para versões estáveis ou beta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Versões estáveis ou beta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Uma verificação automática por novos complementos deve ser feita toda vez que o Cura iniciar? É altamente recomendado que não desabilite esta opção!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Ter notificações para atualizações de complementos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informação" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Confirmar Mudança de Diâmetro" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "O novo diâmetro de filamento está ajustado em %1 mm, que não é compatível com o extrusor atual. Você deseja continuar?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Exibir Nome" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "Tipo de Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "Cor" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 -msgctxt "@label" -msgid "Properties" -msgstr "Propriedades" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Densidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diâmetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Custo do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Peso do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Comprimento do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Custo por Metro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Este material está vinculado a %1 e compartilha algumas de suas propriedades." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Desvincular Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Descrição" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Informação sobre Aderência" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Criar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplicar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Sincronizar com Impressoras" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Impressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importar Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Não foi possível importar material %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Material %1 importado com sucesso" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Exportar Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Falha em exportar material para %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Material exportado para %1 com sucesso" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informação" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Sincronizar materiais com impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Sincronizar materiais com impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Seguindo alguns passos simples, você conseguirá sincronizar todos os seus perfis de material com suas impressoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Iniciar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Por que eu preciso sincronizar perfis de material?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Iniciar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Entrar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Para automaticamente sincronizar os perfis de material com todas as suas impressoras conectadas à Digital Factory, você precisa estar logado pelo Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Sincronizar materiais usando USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Os seguintes materiais receberão novos perfis de material:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Algo de errado aconteceu ao enviar os materiais às impressoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Perfis de material sincronizados com sucesso com as seguintes impressoras:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Resolução de problemas" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Impressoras faltando?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Certifique-se de que todas as suas impressoras estejam LIGADAS e conectadas à Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Atualizar Lista" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Tentar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Feito" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Sincronizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Sincronizando" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Nenhuma impressora encontrada" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Parece que você não tem impressoras compatíveis conectadas à Digital Factory. Certifique-se que sua impressora esteja conectada e rodando o firmware mais recente." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Aprenda como conectar sua impressora à Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Sincronizar perfis de material via USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Siga os passos seguintes para carregar os perfis de material novos na sua impressora." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Clique no botão de exportar arquivo de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Grava o arquivo .umm em um pendrive USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Insira o pendrive USB na sua impressora e faça o procedimento de carregar novos perfis de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Como carregar novos perfis de material na minha impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Voltar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Exportar arquivo de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Exportar Todos Os Materiais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Visibilidade dos Ajustes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Verificar tudo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Calculado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Ajustes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Atual" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Unidade" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplicar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Não conectado a nenhuma impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Exportar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "A impressora não aceita comandos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Confirmar Remoção" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "Em manutenção. Por favor verifique a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Tem certeza que deseja remover %1? Isto não poderá ser desfeito!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "A conexão à impressora foi perdida" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Importar Material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Imprimindo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Material %1 importado com sucesso" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Pausado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Não foi possível importar material %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Preparando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Exportar Material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Por favor remova a impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Falha em exportar material para %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Abortar Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Material exportado para %1 com sucesso" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Tem certeza que deseja abortar a impressão?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Imprimir Modelo Selecionado com %1" -msgstr[1] "Imprimir Modelos Selecionados com %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Minhas impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Monitora as impressoras na Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Cria projetos de impressão na Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Trabalhos de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Este perfil usa os defaults especificados pela impressora, portanto não tem ajustes/sobreposições na lista abaixo." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Monitora trabalhos de impressão e reimprime a partir do histórico." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Seus ajustes atuais coincidem com o perfil selecionado." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Estende o Ultimaker Cura com complementos e perfis de material." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Ajustes globais" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Torne-se um especialista em impressão 3D com Ultimaker e-learning." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Criar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Suporte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Por favor dê um nome a este perfil." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Saiba como começar com o Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Exportar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Fazer uma pergunta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplicar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consultar a Comunidade Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Renomear Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Relatar um problema" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Deixe os desenvolvedores saberem que algo está errado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interface" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Visita o website da Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Controle da Impressora" +msgid "Currency:" +msgstr "Moeda:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Posição de Trote" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Fatiar automaticamente quando mudar ajustes." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Fatiar automaticamente" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Distância de Trote" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Enviar G-Code" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Enviar comando G-Code personalizado para a impressora conectada. Pressione 'enter' para enviar o comando." +msgid "Viewport behavior" +msgstr "Comportamento da área de visualização" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Ressaltar áreas sem suporte do modelo em vermelho. Sem suporte, estas áreas não serão impressas corretamente." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "A temperatura-alvo do hotend. O hotend vai aquecer ou esfriar na direção desta temperatura. Se for zero, o aquecimento de hotend é desligado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Exibir seções pendentes" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "A temperatura atual deste hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Ressalta superfícies faltantes ou incorretas do modelo usando sinais de alerta. Os caminhos de extrusão frequentemente terão partes da geometria pretendida ausentes." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "A temperatura com a qual pré-aquecer o hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Exibir erros de modelo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Move a câmera de modo que o modelo fique no centro da visão quando for selecionado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Pré-aquecer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Centralizar câmera quanto o item é selecionado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Aquece o hotend com antecedência antes de imprimir. Você pode continuar ajustando sua impressão enquanto está aquecendo e não terá que esperar que o hotend termine o aquecimento quando estiver pronto para imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "O comportamento default de ampliação deve ser invertido?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "A cor do material neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Inverter a direção da ampliação de câmera." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "O material neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "A ampliação (zoom) deve se mover na direção do mouse?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "O bico inserido neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Ampliar com o mouse não é suportado na perspectiva ortográfica." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "A impressora não está conectada." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Ampliar na direção do mouse" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Mesa de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Os modelos devem ser movidos na plataforma de modo que não se sobreponham?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "A temperatura-alvo da mesa aquecida. A mesa aquecerá ou resfriará para esta temperatura. Se for zero, o aquecimento é desligado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Assegurar que os modelos sejam mantidos separados" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "A temperatura atual da mesa aquecida." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Os modelos devem ser movidos pra baixo pra se assentar na plataforma de impressão?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "A temperatura em que pré-aquecer a mesa." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Automaticamente fazer os modelos caírem na mesa de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Aquecer a mesa antes de imprimir. Você pode continuar ajustando sua impressão enquanto ela está aquecendo, e não terá que esperar o aquecimento quando estiver pronto pra imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Exibir mensagem de alerta no leitor de G-Code." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Entrar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Mensagem de alera no leitor de G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Adicione perfis de material e plug-ins do Marketplace\n" -"- Faça backup e sincronize seus perfis de materiais e plugins\n" -"- Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da comunidade Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "A Visão de Camada deve ser forçada a ficar em modo de compatibilidade?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Criar uma conta Ultimaker gratuita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Forçar modo de compatibilidade da visão de camadas (requer reinício)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Última atualização: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "O Cura deve abrir no lugar onde foi fechado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Conta na Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Restaurar posição da janela no início" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Deslogar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Que tipo de renderização de câmera deve ser usada?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Verificando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Renderização de câmera:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Conta sincronizada" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspectiva" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ortográfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Alguma coisa deu errado..." +msgid "Opening and saving files" +msgstr "Abrindo e salvando arquivos" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Instalação aguardando atualizações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Arquivos da área de trabalho ou de aplicações externas devem ser abertos na mesma instância do Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Verificar atualizações da conta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Usar uma única instância do Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Sem Título" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "A plataforma de construção deve ser esvaziada antes de carregar um modelo novo na instância única do Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Sem itens para selecionar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Limpar a plataforma de impressão antes de carregar modelo em instância única" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Mostra Guia de Resolução de Problemas Online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Os modelos devem ser redimensionados dentro do volume de impressão se forem muito grandes?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Alternar Tela Cheia" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Redimensionar modelos grandes" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Sair da Tela Cheia" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Um modelo pode ser carregado diminuto se sua unidade for por exemplo em metros ao invés de milímetros. Devem esses modelos ser redimensionados?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "Desfazer (&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Redimensionar modelos minúsculos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Refazer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Os modelos devem ser selecionados após serem carregados?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "Sair (&Q)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Selecionar modelos ao carregar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Visão &3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Um prefixo baseado no nome da impressora deve ser adicionado ao nome do trabalho de impressão automaticamente?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Visão Frontal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Adicionar prefixo de máquina ao nome do trabalho" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Visão Superior" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Um resumo deve ser exibido ao salvar um arquivo de projeto?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Visão de Baixo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Exibir diálogo de resumo ao salvar projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Visão do Lado Esquerdo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Comportamento default ao abrir um arquivo de projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Visão do Lado Direito" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Comportamento default ao abrir um arquivo de projeto: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Configurar Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Sempre me perguntar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Adicionar Impressora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Sempre abrir como projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Adm&inistrar Impressoras..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Sempre importar modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Administrar Materiais..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Quando você faz alterações em um perfil e troca para um diferent, um diálogo aparecerá perguntando se você quer manter ou aplicar suas modificações, ou você pode forçar um comportamento default e não ter o diálogo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Adicionar mais materiais do Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Comportamento default para valores de configuração alterados ao mudar para um perfil diferente: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "At&ualizar perfil com valores e sobreposições atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Sempre descartar alterações da configuração" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Descartar ajustes atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Sempre transferir as alterações para o novo perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&Criar perfil a partir de ajustes/sobreposições atuais..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privacidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Administrar perfis..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Dados anônimos sobre sua impressão podem ser enviados para a Ultimaker? Nota: nenhuma informação pessoalmente identificável, modelos ou endereços IP são enviados ou armazenados." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Exibir &Documentação Online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Enviar informação (anônima) de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Relatar um &Bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Atualizações" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Novidades" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "O Cura deve verificar novas atualizações quando o programa for iniciado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Sobre..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Verificar atualizações na inicialização" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Remover Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Ao procurar por atualizações, somente o fazer para versões estáveis." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centralizar Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Versões estáveis somente" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Multiplicar Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Ao procurar por atualizações, fazer para versões estáveis ou beta." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Remover Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Versões estáveis ou beta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Ce&ntralizar Modelo na Mesa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Uma verificação automática por novos complementos deve ser feita toda vez que o Cura iniciar? É altamente recomendado que não desabilite esta opção!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "A&grupar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Ter notificações para atualizações de complementos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Desagrupar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Adicionar impressora por endereço IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "Co&mbinar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Entre o endereço IP de sua impressora." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Multiplicar Modelo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Adicionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Selecionar Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Não foi possível conectar ao dispositivo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Esvaziar a Mesa de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Não consegue conectar à sua impressora Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Recarregar Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "A impressora neste endereço ainda não respondeu." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Posicionar Todos os Modelos em Todas as Plataformas de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Esta impressora não pode ser adicionada porque é uma impressora desconhecida ou porque não é o host do grupo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Posicionar Todos os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Conectar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Posicionar Seleção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Notas de lançamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Reestabelecer as Posições de Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Contrato de Usuário" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Remover as Transformações de Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Concordar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "Abrir Arquiv&o(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Rejeitar e fechar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Novo Projeto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "O Que Há de Novo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Exibir Pasta de Configuração" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Próximo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Configurar a visibilidade dos ajustes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Adicionar uma impressora de Nuvem" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "Aguardando resposta da Nuvem" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Este ajuste não é usado porque todos os ajustes que ele influencia estão sobrepostos." +msgid "No printers found in your account?" +msgstr "Nenhuma impressora encontrada em sua conta?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Afeta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "As seguintes impressoras da sua conta foram adicionadas ao Cura:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Afetado Por" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Adicionar impressora manualmente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Adicionar ajustes de materiais e plugins do Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Fazer backup e sincronizar seus ajustes de materiais e plugins" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da Comunidade Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Pular" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Criar uma conta Ultimaker gratuita" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Este ajuste é sempre compartilhado entre todos os extrusores. Modificá-lo aqui mudará o valor para todos." +msgid "Welcome to Ultimaker Cura" +msgstr "Bem-vindo ao Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "Por favor siga estes passos para configurar o Ultimaker Cura. Isto tomará apenas alguns momentos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Começar" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Este ajuste é resolvido dos valores conflitante específicos de extrusor:" +msgid "Empty" +msgstr "Vazio" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Este ajuste tem um valor que é diferente do perfil.\n" -"\n" -"Clique para restaurar o valor do perfil." +msgid "Manufacturer" +msgstr "Fabricante" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Este ajuste é normalmente calculado, mas atualmente tem um conjunto absoluto de valores.\n" -"\n" -"Clique para restaurar o valor calculado." +msgid "Profile author" +msgstr "Autor do perfil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nome da impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Por favor dê um nome à sua impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Adicionar uma impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Adicionar uma impressora de rede" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Adicionar uma impressora local" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Não foi encontrada nenhuma impressora em sua rede." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Atualizar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Adicionar impressora por IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Adicionar impressora de nuvem" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Resolução de problemas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Nos ajude a melhor o Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "O Ultimaker Cura coleta dados anônimos para melhor a qualidade de impressão e experiência do usuário, incluindo:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Tipos de máquina" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Uso do material" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Número de fatias" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Ajustes de impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Dados coletados pelo Ultimaker Cura não conterão nenhuma informação pessoal." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Mais informações" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Lista de objetos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Está impresso como suporte." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Outros modelos se sobrepondo a esse modelo foram modificados." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Preenchimento se sobrepondo a este modelo foi modificado." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Sobreposições neste modelo não são suportadas." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Sobrepõe %1 ajuste." +msgstr[1] "Sobrepõe %1 ajustes." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Impressoras conectadas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Impressoras pré-ajustadas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "A impressora de nuvem está offline. Por favor verifique se a impressora está ligada e conectada à internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Esta impressora não está vinculada à sua conta. Por favor visite a Ultimaker Digital Factory para estabelecer uma conexão." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "A conexão de nuvem está indisponível. Por favor se logue para se conectar à impressora de nuvem." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "A conexão de nuvem está indisponível. Por favor verifique sua conexão de internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Adicionar impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Gerenciar impressoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Sem Título" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Não conectado a nenhuma impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "A impressora não aceita comandos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "Em manutenção. Por favor verifique a impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "A conexão à impressora foi perdida" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Imprimindo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Pausado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Preparando..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Por favor remova a impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Abortar Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Tem certeza que deseja abortar a impressão?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Alguns ajustes ocultos usam valores diferentes de seu valor calculado normal.\n" +"\n" +"Clique para tornar estes ajustes visíveis." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Ajustes de busca" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Copiar valor para todos os extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Copiar todos os valores alterados para todos os extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Ocultar este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Não exibir este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Manter este ajuste visível" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Configurar a visibilidade dos ajustes..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Este ajuste não é usado porque todos os ajustes que ele influencia estão sobrepostos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Afeta" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Afetado Por" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Este ajuste é sempre compartilhado entre todos os extrusores. Modificá-lo aqui mudará o valor para todos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Este ajuste é resolvido dos valores conflitante específicos de extrusor:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Este ajuste tem um valor que é diferente do perfil.\n" +"\n" +"Clique para restaurar o valor do perfil." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Este ajuste é normalmente calculado, mas atualmente tem um conjunto absoluto de valores.\n" +"\n" +"Clique para restaurar o valor calculado." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Impressão ativa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nome do Trabalho" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Tempo de Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Tempo restante estimado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Alternar Tela Cheia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Sair da Tela Cheia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "Desfazer (&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Refazer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "Sair (&Q)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Visão &3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Visão Frontal" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Visão Superior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Visão de Baixo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Visão do Lado Esquerdo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Visão do Lado Direito" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Configurar Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Adicionar Impressora..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Adm&inistrar Impressoras..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Administrar Materiais..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "At&ualizar perfil com valores e sobreposições atuais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Descartar ajustes atuais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&Criar perfil a partir de ajustes/sobreposições atuais..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Administrar perfis..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Exibir &Documentação Online" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Relatar um &Bug" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Novidades" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Sobre..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Remover Selecionados" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centralizar Selecionados" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Multiplicar Selecionados" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Remover Modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Ce&ntralizar Modelo na Mesa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "A&grupar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Desagrupar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "Co&mbinar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Multiplicar Modelo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Selecionar Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Esvaziar a Mesa de Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Recarregar Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Posicionar Todos os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Posicionar Seleção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Reestabelecer as Posições de Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Remover as Transformações de Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "Abrir Arquiv&o(s)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Novo Projeto..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Exibir Pasta de Configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Visão 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Viso de Frente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Visão de Cima" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Visão à Esquerda" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Visão à Direita" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Provê um estágio de preparação no Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Estágio de Preparação" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Provê suporte à exportação de perfis do Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Gravador de Perfis do Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Provê suporta a ler arquivos de modelo." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Leitor Trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Verifica por atualizações de firmware." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Verificador de Atualizações de Firmware" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Registra certos eventos de forma que possam ser usados pelo relator de acidentes" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Sentinela para Registro" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Provê um estágio de monitor no Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Estágio de Monitor" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Provê suporte a escrita e reconhecimento de drives a quente." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Complemento de Dispositivo de Escrita Removível" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Provê suporta à leitura de arquivos AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Leitor AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Provê suporte a leitura de Pacotes de Formato Ultimaker (UFP)." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Leitor UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Conecta-se à Digital Library, permitindo ao Cura abrir arquivos dela e gravar arquivos nela." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Digital Library da Ultimaker" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Provê Ajustes Por Modelo." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Ferramenta de Ajustes Por Modelo" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Provê ações de máquina para atualização do firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Atualizador de Firmware" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Administra conexões de rede a impressora Ultimaker conectadas." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Conexão de Rede Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Verifica modelos e configurações de impressão por possíveis problema e dá sugestões." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Verificador de Modelo" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Visão Simulada" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Escreve em formato G-Code." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Gerador de G-Code" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Provê suporte à escrita de arquivos 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Gerador de 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Lê G-Code de um arquivo comprimido." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Leitor de G-Code Comprimido" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Provê capacidade de ler e escrever perfis de material baseado em XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Perfis de Material" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Provê a ligação ao backend de fatiamento CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine Backend" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Provê suporte à leitura de arquivos X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Leitor de X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Habilita a geração de geometria imprimível de arquivos de imagem 2D." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Leitor de Imagens" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Provê suporte à leitura de arquivos 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Leitor de 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Provê suporte para a escrita de Ultimaker Format Packages (Pacotes de Formato da Ultimaker)." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Gerador de UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Provê suporte a importação de perfis de versões legadas do Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Leitor de Perfis de Cura Legado" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Atualiza configurações do Cura 4.3 para o Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Atualização de Versão de 4.3 para 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Atualiza configurações do Cura 2.1 para o Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Atualização de Versão de 2.1 para 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Atualiza configurações do Cura 4.1 para o Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Atualização de Versão de 4.1 para 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Atualiza configurações do Cura 4.5 para o Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Atualização de Versão de 4.5 para 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Atualiza configuração do Cura 3.3 para o Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Atualização de Versão de 3.3 para 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Atualiza configurações do Cura 4.8 para o Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Atualização de Versão de 4.8 para 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Atualiza configuração do Cura 2.7 para o Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Atualização de Versão de 2.7 para 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Atualiza configurações do Cura 4.4 para o Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Ajustes de busca" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Atualização de Versão de 4.4 para 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Copiar valor para todos os extrusores" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Atualiza configurações do Cura 3.0 para o Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Copiar todos os valores alterados para todos os extrusores" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Atualização de Versão 3.0 para 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Ocultar este ajuste" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Atualiza configurações do Cura 4.6.0 para o Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Não exibir este ajuste" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Atualização de Versão de 4.6.0 para 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Manter este ajuste visível" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Atualiza configurações do Cura 2.6 para o Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Alguns ajustes ocultos usam valores diferentes de seu valor calculado normal.\n" -"\n" -"Clique para tornar estes ajustes visíveis." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Atualização de Versão de 2.6 para 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Este pacote será instalado após o reinício." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Atualiza configurações do Cura 4.2 para o Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Ajustes" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Atualização de Versão de 4.2 para 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Fechando %1" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Atualiza configurações do Cura 4.0 para o Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Tem certeza que quer sair de %1?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Atualização de Versão de 4.0 para 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Instalar Pacote" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Atualiza configurações do Cura 4.6.2 para o Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Abrir Arquivo(s)" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Atualização de Versão de 4.6.2 para 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Encontramos um ou mais arquivos de G-Code entre os arquivos que você selecionou. Você só pode abrir um arquivo de G-Code por vez. Se você quiser abrir um arquivo de G-Code, por favor selecione somente um." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Atualiza configurações do Cura 4.9 para o Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Adicionar Impressora" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Atualização de Versão de 4.9 para 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Novidades" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Atualiza configurações do Cura 2.2 para o Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Atualização de Versão de 2.2 para 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Provê Ajustes Por Modelo." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Atualiza configurações do Cura 3.2 para o Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Ferramenta de Ajustes Por Modelo" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Atualização de Versão de 3.2 para 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Provê suporte à importação de perfis do Cura." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Atualiza configurações do Cura 2.5 para o Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Leitor de Perfis do Cura" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Atualização de Versão de 2.5 para 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Provê suporte à leitura de arquivos X3D." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Atualiza configuração do Cura 3.5 para o Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Leitor de X3D" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Atualização de Versão de 3.5 para 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Permite backup e restauração da configuração." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Atualiza configurações do Cura 3.4 para o Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Backups Cura" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Atualização de Versão de 3.4 para 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Provê uma maneira de alterar ajustes de máquina (tais como volume de impressão, tamanho do bico, etc.)." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Atualiza configurações do Cura 4.7 para o Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Ação de Ajustes de Máquina" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Atualização de Versão de 4.7 para 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Cria uma malha apagadora para bloquear a impressão de suporte em certos lugares" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Atualiza configurações do Cura 4.11 para o Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Apagador de Suporte" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Atualização de Versão de 4.11 para 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Provê suporte a escrita e reconhecimento de drives a quente." +msgid "Backup and restore your configuration." +msgstr "Permite backup e restauração da configuração." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Complemento de Dispositivo de Escrita Removível" +msgid "Cura Backups" +msgstr "Backups Cura" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Provê ações de máquina para atualização do firmware." +msgid "Provides support for importing Cura profiles." +msgstr "Provê suporte à importação de perfis do Cura." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Atualizador de Firmware" +msgid "Cura Profile Reader" +msgstr "Leitor de Perfis do Cura" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Provê suporte a importação de perfis de versões legadas do Cura." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Submete informações de fatiamento anônimas. Pode ser desabilitado nas preferências." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Leitor de Perfis de Cura Legado" +msgid "Slice info" +msgstr "Informação de fatiamento" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Provê suporte à leitura de arquivos 3MF." +msgid "Provides support for importing profiles from g-code files." +msgstr "Provê suporte a importar perfis de arquivos G-Code." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Leitor de 3MF" +msgid "G-code Profile Reader" +msgstr "Leitor de Perfil de G-Code" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Provê suporte para a escrita de Ultimaker Format Packages (Pacotes de Formato da Ultimaker)." +msgid "Writes g-code to a compressed archive." +msgstr "Escreve em formato G-Code comprimido." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Gerador de UFP" +msgid "Compressed G-code Writer" +msgstr "Gerador de G-Code Comprimido" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Registra certos eventos de forma que possam ser usados pelo relator de acidentes" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Extensão que permite scripts criados por usuários para pós-processamento" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Sentinela para Registro" +msgid "Post Processing" +msgstr "Pós-processamento" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Provê suporte a importar perfis de arquivos G-Code." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Cria uma malha apagadora para bloquear a impressão de suporte em certos lugares" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Leitor de Perfil de G-Code" +msgid "Support Eraser" +msgstr "Apagador de Suporte" #: PreviewStage/plugin.json msgctxt "description" @@ -5899,55 +6485,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Visão de Raios-X" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Provê a ligação ao backend de fatiamento CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Provê ações de máquina para impressoras da Ultimaker (tais como assistente de nivelamento de mesa, seleção de atualizações, etc.)." -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine Backend" +msgid "Ultimaker machine actions" +msgstr "Ações de máquina Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Provê suporta à leitura de arquivos AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Leitor AMF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Lê G-Code de um arquivo comprimido." +msgid "Provides a normal solid mesh view." +msgstr "Provê uma visualização de malha sólida normal." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Leitor de G-Code Comprimido" +msgid "Solid View" +msgstr "Visão Sólida" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Extensão que permite scripts criados por usuários para pós-processamento" +msgid "Allows loading and displaying G-code files." +msgstr "Permite carregar e exibir arquivos G-Code." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Pós-processamento" +msgid "G-code Reader" +msgstr "Leitor de G-Code" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Provê suporte à exportação de perfis do Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Provê uma maneira de alterar ajustes de máquina (tais como volume de impressão, tamanho do bico, etc.)." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Gravador de Perfis do Cura" +msgid "Machine Settings Action" +msgstr "Ação de Ajustes de Máquina" #: USBPrinting/plugin.json msgctxt "description" @@ -5959,415 +6545,363 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Provê um estágio de preparação no Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiais" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Estágio de Preparação" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Você precisa sair e reiniciar {} para que as alterações tenham efeito." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Permite carregar e exibir arquivos G-Code." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Sincronizando..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Leitor de G-Code" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Alterações detectadas de sua conta Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Habilita a geração de geometria imprimível de arquivos de imagem 2D." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Você quer sincronizar os pacotes de material e software com sua conta?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Leitor de Imagens" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Provê ações de máquina para impressoras da Ultimaker (tais como assistente de nivelamento de mesa, seleção de atualizações, etc.)." +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Recusar e remover da conta" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ações de máquina Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{} complementos falharam em baixar" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Escreve em formato G-Code comprimido." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Acordo de Licença do Complemento" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Gerador de G-Code Comprimido" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Converter imagem..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Verifica por atualizações de firmware." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "A largura da mesa de impressão em milímetros." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Verificador de Atualizações de Firmware" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Mercado" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Submete informações de fatiamento anônimas. Pode ser desabilitado nas preferências." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Você precisará reiniciar o Cura para que as alterações tenham efeito." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Informação de fatiamento" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Instalar" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Provê capacidade de ler e escrever perfis de material baseado em XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Instalado" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Perfis de Material" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Conecta-se à Digital Library, permitindo ao Cura abrir arquivos dela e gravar arquivos nela." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Ir ao Mercado Web" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Digital Library da Ultimaker" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Buscar materiais" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Buscar, gerenciar e instalar novos pacotes do Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibilidade" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Ferramentas" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Máquina" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Escreve em formato G-Code." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Plataforma de Impressão" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Gerador de G-Code" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Suporte" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Provê a Visão Simulada." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Qualidade" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Visão Simulada" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Documento de Dados Técnicos" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Atualiza configurações do Cura 4.5 para o Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Documento de Dados de Segurança" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Atualização de Versão de 4.5 para 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Diretrizes de Impressão" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Atualiza configurações do Cura 2.5 para o Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Sítio Web" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Atualização de Versão de 2.5 para 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Entrar na conta é necessário para instalar ou atualizar" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Atualiza configurações do Cura 4.6.0 para o Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Comprar rolos de material" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Atualização de Versão de 4.6.0 para 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Atualizar" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Atualiza configurações do Cura 4.7 para o Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Atualizando" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Atualização de Versão de 4.7 para 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Atualizado" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Atualiza configurações do Cura 3.4 para o Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Voltar" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Atualização de Versão de 3.4 para 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Complementos" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Instalado" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Será instalado ao reiniciar" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Entrar na conta é necessário para atualizar" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Downgrade" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Atualiza configurações do Cura 2.1 para o Cura 2.2." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Desinstalar" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Atualização de Versão de 2.1 para 2.2" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Contribuições da Comunidade" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Atualiza configurações do Cura 3.2 para o Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Complementos da Comunidade" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Atualização de Versão de 3.2 para 3.3" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Materiais Genéricos" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Atualiza configurações do Cura 4.8 para o Cura 4.9." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Obtendo pacotes..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Atualização de Versão de 4.8 para 4.9" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Sítio Web" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Atualiza configurações do Cura 4.6.2 para o Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "Email" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Atualização de Versão de 4.6.2 para 4.7" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Por favor se logue para adquirir complementos e materiais verificados para o Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Atualiza configurações do Cura 4.2 para o Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Versão" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Atualização de Versão de 4.2 para 4.3" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Última atualização" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Atualiza configurações do Cura 4.3 para o Cura 4.4." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Downloads" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Atualização de Versão de 4.3 para 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Complementos instalados" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Atualiza configurações do Cura 4.9 para o Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Nenhum complemento foi instalado." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Atualização de Versão de 4.9 para 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Materiais instalados" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Atualiza configuração do Cura 2.7 para o Cura 3.0." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Nenhum material foi instalado." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Atualização de Versão de 2.7 para 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Complementos empacotados" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Atualiza configurações do Cura 2.6 para o Cura 2.7." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Materiais empacotados" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Atualização de Versão de 2.6 para 2.7" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Não foi possível conectar-se à base de dados de Pacotes do Cura. Por favor verifique sua conexão." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Atualiza configurações do Cura 4.11 para o Cura 4.12." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Você precisa aceitar a licença para que o pacote possa ser instalado" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Atualização de Versão de 4.11 para 4.12" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Alterações da sua conta" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Atualiza configuração do Cura 3.3 para o Cura 3.4." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Dispensar" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Atualização de Versão de 3.3 para 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Os seguintes pacotes serão adicionados:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Atualiza configurações do Cura 3.0 para o Cura 3.1." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Os seguintes pacotes não podem ser instalados por incompatibilidade de versão do Cura:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Atualização de Versão 3.0 para 3.1" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Confirme a desinstalação" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Atualiza configurações do Cura 4.0 para o Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Você está desinstalando material e/ou perfis que ainda estão em uso. Confirmar irá restaurar os materiais e perfis seguintes a seus defaults." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Atualização de Versão de 4.0 para 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiais" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Atualiza configurações do Cura 4.4 para o Cura 4.5." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Perfis" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Atualização de Versão de 4.4 para 4.5" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Confirmar" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Atualiza configurações do Cura 2.2 para o Cura 2.4." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Algumas coisas podem ser problemáticas nesta impressão. Clique para ver dicas de correção." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Atualização de Versão de 2.2 para 2.4" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Biblioteca de suporte para manuseamento de objetos planares" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Atualiza configurações do Cura 4.1 para o Cura 4.2." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Você personalizou alguns ajustes de perfil.\n" +#~ "Gostaria de manter estes ajustes alterados após mudar de perfis?\n" +#~ "Alternativamente, você pode descartar as alterações para carregar os defaults de '%1'." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Atualização de Versão de 4.1 para 4.2" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "Plataforma de Impressão (&B)" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Atualiza configuração do Cura 3.5 para o Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Criar" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Atualização de Versão de 3.5 para 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplicar" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Administra conexões de rede a impressora Ultimaker conectadas." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Impressora: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Conexão de Rede Ultimaker" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Atualizar perfil com ajustes/sobreposições atuais" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Provê suporta a ler arquivos de modelo." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Tema:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Leitor Trimesh" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Você precisará reiniciar a aplicação para que essas mudanças tenham efeito." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Provê suporte a leitura de Pacotes de Formato Ultimaker (UFP)." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Mais informações" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Leitor UFP" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Criar" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Provê uma visualização de malha sólida normal." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Sincronizar com Impressoras" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Visão Sólida" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Impressora" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Provê suporte à escrita de arquivos 3MF." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Unidade" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Gerador de 3MF" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Mostra Guia de Resolução de Problemas Online" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Provê um estágio de monitor no Cura." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Adicionar mais materiais do Mercado" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Estágio de Monitor" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Posicionar Todos os Modelos em Todas as Plataformas de Impressão" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Verifica modelos e configurações de impressão por possíveis problema e dá sugestões." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Mercado" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Verificador de Modelo" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Buscar, gerenciar e instalar novos pacotes do Cura." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Ferramentas" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Provê a Visão Simulada." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." @@ -7226,8 +7760,7 @@ msgstr "Verificador de Modelo" #~ "\n" #~ "Select your printer from the list below:" #~ msgstr "" -#~ "Para imprimir diretamente para sua impressora pela rede, por favor se certifique que a impressora esteja conectada na rede usando um cabo de rede ou conectando sua impressora na rede WIFI. Se você não conectar o Cura à sua impressora, você ainda pode usar uma unidade USB para transferir arquivos G-" -#~ "Code para sua impressora.\n" +#~ "Para imprimir diretamente para sua impressora pela rede, por favor se certifique que a impressora esteja conectada na rede usando um cabo de rede ou conectando sua impressora na rede WIFI. Se você não conectar o Cura à sua impressora, você ainda pode usar uma unidade USB para transferir arquivos G-Code para sua impressora.\n" #~ "\n" #~ "Selecione sua impressora da lista abaixo:" diff --git a/resources/i18n/pt_BR/fdmextruder.def.json.po b/resources/i18n/pt_BR/fdmextruder.def.json.po index fd346707cf..5b8ac9982e 100644 --- a/resources/i18n/pt_BR/fdmextruder.def.json.po +++ b/resources/i18n/pt_BR/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-11 17:09+0200\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index ef79c89037..b2ee5d52be 100644 --- a/resources/i18n/pt_BR/fdmprinter.def.json.po +++ b/resources/i18n/pt_BR/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2022-01-04 05:45+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -467,8 +467,8 @@ msgstr "Polígono da Cabeça com Ventoinha" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Silhueta da cabeça de impressão com os suportes de ventoinhas inclusos." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -740,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "O diâmetro da engrenagem que traciona o material no alimentador." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -960,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Número de filetes da parede. Quando calculado pela espessura de parede, este valor é arredondado para um inteiro." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -991,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Otimiza a ordem em que as paredes são impressas, tais que o número de retrações e a distância percorrida sejam reduzidos. A maioria das peças se beneficiará deste ajuste habilitado mas outras poderão demorar mais, portanto compare as estimativas de tempo de impressão com e sem otimização. A primeira camada não é otimizada quando o brim é selecionado como tipo de aderência da mesa de impressão." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Paredes exteriores antes das interiores" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Imprime as paredes em ordem de fora para dentro quando habilitado. Isto pode ajudar a melhorar a acurácia dimensional e X e Y quando se usa um plástico de alta viscosidade como ABS; no entanto pode também diminuir a qualidade de impressão da superfície externa, especialmente em seções pendentes." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1011,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Imprime uma parede adicional a cada duas camadas. Deste jeito o preenchimento fica aprisionado entre estas paredes extras, resultando em impressões mais fortes." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Compensar Sobreposições de Parede" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compensa o fluxo para partes de uma parede sendo impressa onde já há outra parede." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Compensar Sobreposições de Parede Externa" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Compensa o fluxo para partes de uma parede externa sendo impressa onde já há outra parede." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Compensar Sobreposições da Parede Interna" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Compensa o fluxo para partes de uma parede interna sendo impressa onde já há outra parede." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Mínimo Fluxo da Parede" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Mínima porcentagem de fluxo permite para um filete de parede. A compensação de sobreposição de parede reduz o fluxo de uma parede quando ela está próxima a outra já impressa. Paredes cujo fluxo seja menor que este valor serão trocadas por um momento de percurso. Ao usar este ajuste, você deve habilitar a compensação de sobreposição de paredes e imprimir as paredes externas antes das internas." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferir Retração" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Se usado, a retração é usada ao invés de combing para movimentos de percurso que substituem paredes cujo fluxo estiver abaixo do limite mínimo." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Preenche Lacunas Entre Paredes" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Preenche as lacunas que ficam entre paredes quando paredes intermediárias não caberiam." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Em lugar nenhum" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Imprimir Paredes Finas" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Em todos os lugares" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Imprime partes do modelo que são horizontalmente mais finas que o tamanho do bico." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Filtrar Pequenas Lacunas" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Filtrar (rempver) pequenas lacunas para reduzir bolhas no exterior do modelo." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Imprimir Paredes Finas" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Imprime partes do modelo que são horizontalmente mais finas que o tamanho do bico." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2199,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Para compensar o encolhimento do material enquanto esfria, o modelo será redimensionado por este fator." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2710,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "As poucas primeiras camadas são impressas mais devagar que o resto do modelo, para conseguir melhor aderência à mesa e melhorar a taxa de sucesso geral das impressão. A velocidade é gradualmente aumentada entre estas camadas." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Equalizar Fluxo de Filamento" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Imprime filetes mais finos que o normal mais rapidamente de modo que a quantidade de material extrudado por segundo se mantenha o mesmo. Partes pequenas em seu modelo podem exigir filetes impressos com largura menor que as providas nos ajustes. Este ajuste controla as mudanças de velocidade para tais filetes." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Velocidade Máxima para Equalização de Fluxo" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Velocidade máxima de impressão no ajuste de velocidades para equalizar o fluxo." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4464,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "O extrusor usado ara imprimir skirt, brim ou raft. Usado em multi-extrusão." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4628,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Distância entre as linhas do raft para as camadas superiores. O espaçamento deve ser igual à largura de linha, de modo que a superfície seja sólida." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5128,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "O desvio máximo permitido ao reduzir a resolução para o ajuste de Máxima Resolução. Se você aumentar isto, a impressão será menos precisa, mas o G-Code será menor. O Desvio Máximo é um limite para Resolução Máxima, portanto se os dois conflitarem o Desvio Máximo sempre será o valor dominante." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6422,6 +6552,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Aspectos pequenos na primeira camada serão impressos nesta porcentagem de sua velocidade de impressão normal. Impressão mais lenta pode ajudar com aderência e precisão." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6482,6 +6642,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Matriz de transformação a ser aplicada ao modelo após o carregamento do arquivo." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Silhueta da cabeça de impressão com os suportes de ventoinhas inclusos." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Paredes exteriores antes das interiores" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Imprime as paredes em ordem de fora para dentro quando habilitado. Isto pode ajudar a melhorar a acurácia dimensional e X e Y quando se usa um plástico de alta viscosidade como ABS; no entanto pode também diminuir a qualidade de impressão da superfície externa, especialmente em seções pendentes." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Compensar Sobreposições de Parede" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compensa o fluxo para partes de uma parede sendo impressa onde já há outra parede." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Compensar Sobreposições de Parede Externa" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Compensa o fluxo para partes de uma parede externa sendo impressa onde já há outra parede." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Compensar Sobreposições da Parede Interna" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Compensa o fluxo para partes de uma parede interna sendo impressa onde já há outra parede." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Mínimo Fluxo da Parede" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Mínima porcentagem de fluxo permite para um filete de parede. A compensação de sobreposição de parede reduz o fluxo de uma parede quando ela está próxima a outra já impressa. Paredes cujo fluxo seja menor que este valor serão trocadas por um momento de percurso. Ao usar este ajuste, você deve habilitar a compensação de sobreposição de paredes e imprimir as paredes externas antes das internas." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferir Retração" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Se usado, a retração é usada ao invés de combing para movimentos de percurso que substituem paredes cujo fluxo estiver abaixo do limite mínimo." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Preenche Lacunas Entre Paredes" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Preenche as lacunas que ficam entre paredes quando paredes intermediárias não caberiam." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Em lugar nenhum" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Em todos os lugares" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Filtrar Pequenas Lacunas" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Filtrar (rempver) pequenas lacunas para reduzir bolhas no exterior do modelo." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Equalizar Fluxo de Filamento" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Imprime filetes mais finos que o normal mais rapidamente de modo que a quantidade de material extrudado por segundo se mantenha o mesmo. Partes pequenas em seu modelo podem exigir filetes impressos com largura menor que as providas nos ajustes. Este ajuste controla as mudanças de velocidade para tais filetes." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Velocidade Máxima para Equalização de Fluxo" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Velocidade máxima de impressão no ajuste de velocidades para equalizar o fluxo." + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "Velocidade Máxima de Alimentação" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index 3f68d20754..a15a6849c8 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-04-16 14:56+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Portuguese , Paulo Miranda , Portuguese \n" @@ -17,3763 +17,3604 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.4.1\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Não é possível criar um arquivo a partir do directório de dados do utilizador: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Preparar" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Perfil Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Tentou restaurar um Cura backup sem existirem dados ou metadados correctos." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Tentativa de reposição de uma cópia de segurança do Cura que é superior à versão atual." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "O seguinte erro ocorreu ao tentar restaurar uma cópia de segurança do Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Sincronize os perfis de material com as suas impressoras antes de começar a imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Novos materiais instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Sincronizar materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Não foi possível aceder às informações de atualização." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Poderão estar disponíveis novas funcionalidades ou correções de erros para a sua {machine_name}! Se ainda não tiver a versão mais recente, recomendamos que atualize o firmware da sua impressora para a versão {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "A nova versão de firmware %s estável está disponível" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Saber mais" +msgid "How to update" +msgstr "Como atualizar" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Não foi possível guardar o arquivo de material em {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Monitorizar" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Erro ao guardar o arquivo de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Guardar no Disco Externo" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Erro desconhecido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Guardar no Disco Externo {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +# rever! +# contexto +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "A altura do volume de construção foi reduzida devido ao valor da definição \"Sequência de impressão\" para impedir que o pórtico colida com os modelos impressos." +msgid "There are no file formats available to write with!" +msgstr "Não existem quaisquer formatos disponíveis para gravar o ficheiro!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "A Guardar no Disco Externo {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Volume de construção" +msgid "Saving" +msgstr "A Guardar" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Tem a certeza de que pretende remover {0}? Esta ação não pode ser anulada!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Não foi possível guardar em {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Manter" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Não foi possível encontrar um nome do ficheiro ao tentar gravar em {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Desconhecido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Não foi possível guardar no Disco Externo {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Não é possível ligar a(s) impressora(s) abaixo porque faz(em) parte de um grupo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Erro" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Impressoras em rede disponíveis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Guardado no Disco Externo {0} como {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Ficheiro Guardado" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Perfis personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Ejetar" -# rever! -# contexto -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Todos os Formatos Suportados ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Ejetar Disco Externo {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Todos os Ficheiros (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0} foi ejetado. O Disco já pode ser removido de forma segura." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Acabamento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Remover Hardware de forma segura" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "O perfil de acabamento foi criado para imprimir modelos e protótipos finais com o objetivo de se obter uma elevada qualidade de acabamento da superfície em termos visuais." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Não foi possível ejectar {0}. Outro programa pode estar a usar o disco." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +# rever! +# contexto! +# Atenção? +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Aviso" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "O perfil de engenharia foi criado para imprimir protótipos funcionais e peças finais com o objetivo de se obter uma maior precisão dimensional assim como tolerâncias menores." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Disco Externo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Rascunho" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Ficheiro AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "O perfil de rascunho foi concebido para imprimir protótipos de teste e de validação de conceitos com o objetivo de se obter uma redução significativa do tempo de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Arquivo Ultimaker Format" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Material Personalizado" +msgid "Per Model Settings" +msgstr "Definições Por-Modelo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Configurar definições individuais Por-Modelo" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Falha no início de sessão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Atualizar firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "A procurar nova posição para os objetos" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "O Cura detetou perfis de material que ainda não estavam instalados na impressora que aloja o grupo {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "A Procurar Posição" +msgid "Sending materials to printer" +msgstr "Enviar materiais para a impressora" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Não é possível posicionar todos os objetos dentro do volume de construção" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Está a tentar ligar a {0}, mas esta não é Host de um grupo. Pode visitar a página Web para a configurar como Host do grupo." -# rever! -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Não é Possível Posicionar" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Não foi possível criar o ficheiro de materiais para sincronizar com as impressoras." +msgid "Not a group host" +msgstr "Não é Host do grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Não foi possível carregar o ficheiro de materiais para sincronizá-lo com as impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Configurar grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "A resposta da Digital Factory parece estar corrompida." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "A enviar trabalho de impressão" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "A resposta da Digital Factory tem informações importantes em falta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Carregar um trabalho de impressão na impressora." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Não foi possível estabelecer a ligação com a Digital Factory para poder sincronizar os materiais com algumas das impressoras." - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Não foi possível estabelecer a ligação com a Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "A carregar máquinas..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "A configurar as preferências..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "A Inicializar a Máquina Ativa..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "A inicializar o gestor das máquinas..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "A inicializar o volume de construção..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "A configurar cenário..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "A fila de trabalhos de impressão está cheia. A impressora não consegue aceitar um novo trabalho." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "A carregar interface..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Fila cheia" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "A inicializar o motor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Aguarde até o trabalho atual ter sido enviado." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Erro de impressão" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Apenas pode ser carregado um ficheiro G-code de cada vez. Importação {0} ignorada" +msgid "Print job was successfully sent to the printer." +msgstr "O trabalho de impressão foi enviado com sucesso para a impressora." -# rever! -# contexto! -# Atenção? -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 msgctxt "@info:title" -msgid "Warning" -msgstr "Aviso" +msgid "Data Sent" +msgstr "Dados Enviados" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 #, python-brace-format msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Não é possível abrir outro ficheiro enquanto o G-code estiver a carregar. Importação {0} ignorada" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"A sua impressora {printer_name} pode ser ligada através da cloud.\n" +" Faça a gestão da sua fila de impressão e monitorize as suas impressões a partir de qualquer local ao ligar a sua impressora ao Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" -msgid "Error" -msgstr "Erro" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Ignorar" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Fechar" +msgid "Are you ready for cloud printing?" +msgstr "Está preparado para a impressão na cloud?" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Seguinte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Iniciar" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Concluir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Saber mais" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Adicionar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Está a tentar ligar a uma impressora que não tem o Ultimaker Connect. Atualize a impressora para o firmware mais recente." -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +msgctxt "@info:title" +msgid "Update your printer" +msgstr "Atualizar a impressora" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Grupo #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Não foi possível carregar os dados para a impressora." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Parede Exterior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +msgctxt "@info:title" +msgid "Network error" +msgstr "Erro de rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Paredes Interiores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Imprimir através da rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Revestimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Imprimir através da rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Enchimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Ligado através da rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Enchimento dos Suportes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "amanhã" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Interface dos Suportes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "hoje" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Suportes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Ligar Através da Rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Contorno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Nova impressora detetada a partir da sua conta Ultimaker" +msgstr[1] "Novas impressoras detetadas a partir da sua conta Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Torre de preparação" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Adicionar impressora {name} ({model}) a partir da sua conta" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Deslocação" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... e {0} outra" +msgstr[1] "... e {0} outras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retrações" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Impressoras adicionadas a partir da Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Outro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Não existe uma conectividade de cloud disponível para a impressora" +msgstr[1] "Não existe uma conectividade de cloud disponível para algumas impressoras" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Não foi possível abrir as notas sobre a nova versão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Esta impressora não está associada à Digital Factory:" +msgstr[1] "Estas impressoras não estão associadas à Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Não é possível iniciar o Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" -msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Ups, o Ultimaker Cura encontrou um possível problema.

    \n" -"

    Foi encontrado um erro irrecuperável durante o arranque da aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

    \n" -"

    Os backups estão localizados na pasta de configuração.

    \n" -"

    Por favor envie-nos este Relatório de Falhas para podermos resolver o problema.

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Para estabelecer uma ligação, visite {website_link}" -# rever! -# button size? -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Enviar relatório de falhas para a Ultimaker" +msgid "Keep printer configurations" +msgstr "Manter configurações da impressora" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Mostrar relatório de falhas detalhado" +msgid "Remove printers" +msgstr "Remover impressoras" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Mostrar pasta de configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "A impressora {printer_name} vai ser removida até à próxima sincronização de conta." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 -msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Backup e Repor a Configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Para remover a impressora {printer_name} de forma permanente, visite {digital_factory_link}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Tem a certeza de que pretende remover a impressora {printer_name} temporariamente?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Crash Report" -msgstr "Relatório de Falhas" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Ocorreu um erro fatal no Cura. Por favor envie-nos este Relatório de Falhas para podermos resolver o problema

    \n" -"

    Por favor utilize o botão \"Enviar relatório\" para publicar um relatório de erros automaticamente nos nossos servidores

    \n" -" " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Informações do sistema" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Desconhecido" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Versão do Cura" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Idioma do Cura" +msgid "Remove printers?" +msgstr "Remover impressoras?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format msgctxt "@label" -msgid "OS language" -msgstr "Idioma do Sistema Operativo" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Plataforma" +msgid "" +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Está prestes a remover {0} impressora do Cura. Esta ação não pode ser anulada.\n" +"Tem a certeza de que pretende continuar?" +msgstr[1] "" +"Está prestes a remover {0} impressoras do Cura. Esta ação não pode ser anulada.\n" +"Tem a certeza de que pretende continuar?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" -msgid "Qt version" -msgstr "Versão Qt" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr "Está prestes a remover todas as impressoras do Cura. Esta ação não pode ser anulada.Tem a certeza de que pretende continuar?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Versão PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" +msgstr "Imprimir através da cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Imprimir através da cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Ainda não inicializado
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Ligada através da cloud" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Versão do OpenGL: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" +msgstr "Monitorizar a impressão" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Vendedor do OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Controle a impressão no Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 #, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Processador do OpenGL: {renderer}
  • " +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Código de erro desconhecido ao carregar trabalho de impressão: {0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Determinação da origem do erro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Assistente de Modelos 3D" # rever! -# Registos? -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Relatórios" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    Um, ou mais, dos modelos 3D podem ter menos qualidade de impressão devido à dimensão do modelo 3D e definição de material:

    \n" +"

    {model_names}

    \n" +"

    Descubra como assegurar a melhor qualidade e fiabilidade possível da impressão.

    \n" +"

    Ver o guia de qualidade da impressão

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Enviar relatório" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Quando a opção Wire Printing está ativa, o Cura não permite visualizar as camadas de uma forma precisa." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Não é possível iniciar um novo processo de início de sessão. Verifique se ainda está ativa outra tentativa de início de sessão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Visualização por Camadas" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Não é possível aceder ao servidor da conta Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Não consegue visualizar, porque precisa de fazer o seccionamento primeiro." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "O Log-in falhou" +msgid "No layers to show" +msgstr "Sem camadas para visualizar" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "O estado apresentado não está correto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Não mostrar esta mensagem novamente" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Foi excedido o tempo limite de autenticação com o servidor." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Vista Camadas" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Forneça as permissões necessárias ao autorizar esta aplicação." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "O GCodeWriter não suporta modo sem texto." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Ocorreu algo inesperado ao tentar iniciar sessão, tente novamente." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Prepare um G-code antes de exportar." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Não foi possível ler a resposta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Ficheiro G-code" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Multiplicar e posicionar objetos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Erro ao gravar ficheiro 3mf." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" -msgstr "A posicionar objetos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "O plug-in Gravador 3MF está danificado." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "A Posicionar Objeto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Ainda não existe um espaço de trabalho para gravar. Por favor, primeiro adicione uma impressora." -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Não suportado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Não tem permissão para escrever o espaço de trabalho aqui." -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "O sistema operativo não permite guardar um ficheiro de projeto nesta localização ou com este nome de ficheiro." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Nozzle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Ficheiro 3MF" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "As definições foram alteradas de forma a corresponder aos extrusores disponíveis de momento:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Ficheiro 3MF de Projeto Cura" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Definições atualizadas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Ficheiro G-code comprimido" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extrusor(es) desativado(s)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "O seccionamento falhou com um erro inesperado. Por favor reportar um erro no nosso registo de problemas." -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "O Ficheiro Já Existe" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "O seccionamento falhou" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "O ficheiro {0} já existe. Tem a certeza de que deseja substituí-lo?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Reportar um erro" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Reportar um erro no registo de problemas do Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "URL de ficheiro inválido:" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Não é possível seccionar com o material atual, uma vez que é incompatível com a impressora ou configuração selecionada." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Falha ao exportar perfil para {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +msgctxt "@info:title" +msgid "Unable to slice" +msgstr "Não é possível Seccionar" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Falha ao exportar perfil para {0}: O plug-in de gravação comunicou uma falha." +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Não é possível seccionar com as definições atuais. As seguintes definições apresentam erros: {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Perfil exportado para {0}" +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Não é possível seccionar devido a algumas definições por modelo. As seguintes definições apresentam erros num ou mais modelos: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Exportação bem-sucedida" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Não é possível seccionar porque a torre de preparação ou a(s) posição(ões) de preparação é(são) inválidas." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Falha ao importar perfil de {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Não é possível seccionar porque existem objetos associados ao extrusor %s desativado." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Não é possível importar o perfil de {0} antes de ser adicionada uma impressora." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Reveja as definições e verifique se os seus modelos:\n" +"- Cabem dentro do volume de construção\n" +"- Estão atribuídos a uma extrusora ativada\n" +"- Não estão todos definidos como objetos modificadores" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Nenhum perfil personalizado para importar no ficheiro {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "A Processar Camadas" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Falha ao importar perfil de {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 +msgctxt "@info:title" +msgid "Information" +msgstr "Informações" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "O perfil {0} contém dados incorretos, não foi possível importá-lo." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Ficheiro X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Falha ao importar perfil de {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Imagem JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Perfil {0} importado com êxito." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Imagem JPEG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "O ficheiro {0} não contém qualquer perfil válido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Imagem PNG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "O perfil {0} é de um formato de ficheiro desconhecido ou está corrompido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Imagem BMP" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Imagem GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" -msgid "Custom profile" -msgstr "Perfil personalizado" +msgid "Nozzle" +msgstr "Nozzle" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "O perfil não inclui qualquer tipo de qualidade." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "O ficheiro de projeto {0} contém um tipo de máquina desconhecido {1}. Não é possível importar a máquina. Em vez disso, serão importados os modelos." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Ainda não existe qualquer impressora ativa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "Abrir ficheiro de projeto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Não é possível adicionar o perfil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "O projeto de ficheiro {0} ficou subitamente inacessível: {1}." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Não é possível abrir o ficheiro de projeto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "O tipo de qualidade '{0}' não é compatível com a definição de máquina atualmente ativa '{1}'." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "O ficheiro de projeto {0} está corrompido: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Aviso: o perfil não é visível porque o respetivo tipo de qualidade '{0}' não está disponível para a configuração atual. Mude para uma combinação de material/bocal que possa utilizar este tipo de qualidade." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "O ficheiro de projeto {0} foi criado utilizando perfis que são desconhecidos para esta versão do Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Definições Por-Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Configurar definições individuais Por-Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Perfil Cura" +msgid "3MF File" +msgstr "Ficheiro 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Ficheiro X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Não é possível escrever no ficheiro UFP:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Ocorreu um erro ao tentar restaurar a sua cópia de segurança." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Perfis Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Cópias de segurança" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Ocorreu um erro ao carregar a sua cópia de segurança." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "A criar a cópia de segurança..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Ocorreu um erro ao criar a cópia de segurança." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "A carregar a sua cópia de segurança..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "A cópia de segurança terminou o seu carregamento." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "A cópia de segurança excede o tamanho de ficheiro máximo." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Gerir cópias de segurança" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Definições da Máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Backup" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Ocorreu um erro ao tentar restaurar a sua cópia de segurança." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Não foi possível ler o ficheiro de dados de exemplo." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "O GCodeGzWriter não suporta modo de texto." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Pós-Processamento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modificar G-Code" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Remover Suportes" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Criar um volume dentro do qual não são impressos suportes." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Disco Externo" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Guardar no Disco Externo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Pré-visualizar" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Guardar no Disco Externo {0}" +msgid "X-Ray view" +msgstr "Vista Raio-X" -# rever! -# contexto -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Não existem quaisquer formatos disponíveis para gravar o ficheiro!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Nivelar base de construção" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "A Guardar no Disco Externo {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Selecionar atualizações" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "A Guardar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Não foi possível guardar em {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Não foi possível encontrar um nome do ficheiro ao tentar gravar em {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Não foi possível guardar no Disco Externo {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Guardado no Disco Externo {0} como {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Ficheiro Guardado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Ejetar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Ejetar Disco Externo {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0} foi ejetado. O Disco já pode ser removido de forma segura." - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 -msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Remover Hardware de forma segura" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Não foi possível ejectar {0}. Outro programa pode estar a usar o disco." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Atualizar firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Perfis Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Recomendado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Personalizado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "O ficheiro de projeto {0} contém um tipo de máquina desconhecido {1}. Não é possível importar a máquina. Em vez disso, serão importados os modelos." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Abrir ficheiro de projeto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "O projeto de ficheiro {0} ficou subitamente inacessível: {1}." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "As áreas destacadas indicam superfícies em falta ou separadas. Corrija o modelo e volte a abri-lo no Cura." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Não é possível abrir o ficheiro de projeto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "O ficheiro de projeto {0} está corrompido: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "O ficheiro de projeto {0} foi criado utilizando perfis que são desconhecidos para esta versão do Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Ficheiro 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Não é possível escrever no ficheiro UFP:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Arquivo Ultimaker Format" +msgid "Model Errors" +msgstr "Erros no modelo" -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Ficheiro G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Saber mais" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Pré-visualizar" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Vista Raio-X" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "A Processar Camadas" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informações" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "O seccionamento falhou com um erro inesperado. Por favor reportar um erro no nosso registo de problemas." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "O seccionamento falhou" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Reportar um erro" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Reportar um erro no registo de problemas do Ultimaker Cura." +msgid "Solid view" +msgstr "Vista Sólidos" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Não é possível seccionar com o material atual, uma vez que é incompatível com a impressora ou configuração selecionada." +msgid "Parsing G-code" +msgstr "A analisar G-code" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Não é possível Seccionar" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Não é possível seccionar com as definições atuais. As seguintes definições apresentam erros: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Não é possível seccionar devido a algumas definições por modelo. As seguintes definições apresentam erros num ou mais modelos: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Não é possível seccionar porque a torre de preparação ou a(s) posição(ões) de preparação é(são) inválidas." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Não é possível seccionar porque existem objetos associados ao extrusor %s desativado." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Reveja as definições e verifique se os seus modelos:\n" -"- Cabem dentro do volume de construção\n" -"- Estão atribuídos a uma extrusora ativada\n" -"- Não estão todos definidos como objetos modificadores" +msgid "G-code Details" +msgstr "Detalhes do G-code" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Ficheiro AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Certifique-se de que este g-code é apropriado para a sua impressora e respetiva configuração, antes de enviar o ficheiro para a impressora. A representação do g-code poderá não ser exata." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Ficheiro G-code comprimido" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Pós-Processamento" +msgid "G File" +msgstr "Ficheiro G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modificar G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Definições da Máquina" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Impressão USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Imprimir por USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Imprimir por USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Ligado via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Existe uma impressão por USB em curso; fechar o Cura irá interromper esta impressão. Tem a certeza?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Existe uma impressão em curso. O Cura não consegue iniciar outra impressão via USB até a impressão anterior ser concluída." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Impressão em curso" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Preparar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "A carregar máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "A analisar G-code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "A configurar as preferências..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Detalhes do G-code" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "A Inicializar a Máquina Ativa..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Certifique-se de que este g-code é apropriado para a sua impressora e respetiva configuração, antes de enviar o ficheiro para a impressora. A representação do g-code poderá não ser exata." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "A inicializar o gestor das máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Ficheiro G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "A inicializar o volume de construção..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Imagem JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "A configurar cenário..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Imagem JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "A carregar interface..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Imagem PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "A inicializar o motor..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Imagem BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Imagem GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Apenas pode ser carregado um ficheiro G-code de cada vez. Importação {0} ignorada" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Nivelar base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 +#, python-brace-format +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Não é possível abrir outro ficheiro enquanto o G-code estiver a carregar. Importação {0} ignorada" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Selecionar atualizações" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "O GCodeGzWriter não suporta modo de texto." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Acabamento" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Não foi possível aceder às informações de atualização." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 +msgctxt "@text" +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "O perfil de acabamento foi criado para imprimir modelos e protótipos finais com o objetivo de se obter uma elevada qualidade de acabamento da superfície em termos visuais." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 -#, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Poderão estar disponíveis novas funcionalidades ou correções de erros para a sua {machine_name}! Se ainda não tiver a versão mais recente, recomendamos que atualize o firmware da sua impressora para a versão {latest_version}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "A nova versão de firmware %s estável está disponível" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "O perfil de engenharia foi criado para imprimir protótipos funcionais e peças finais com o objetivo de se obter uma maior precisão dimensional assim como tolerâncias menores." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Como atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Rascunho" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Não foi possível ler o ficheiro de dados de exemplo." +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "O perfil de rascunho foi concebido para imprimir protótipos de teste e de validação de conceitos com o objetivo de se obter uma redução significativa do tempo de impressão." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "É necessário reiniciar o {} para que as alterações tenham efeito." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Manter" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "A sincronizar..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Tem a certeza de que pretende remover {0}? Esta ação não pode ser anulada!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Foram detetadas alterações da sua conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Desconhecido" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Pretende sincronizar o material e os pacotes de software com a sua conta?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Não é possível ligar a(s) impressora(s) abaixo porque faz(em) parte de um grupo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Sincronizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Impressoras em rede disponíveis" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Rejeitar e remover da conta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Calculado" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "Falhou a transferência de {} plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Sincronize os perfis de material com as suas impressoras antes de começar a imprimir." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Rejeitar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Novos materiais instalados" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Concordar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Contrato de licença do plug-in" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Material Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "O GCodeWriter não suporta modo sem texto." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Prepare um G-code antes de exportar." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Perfis personalizados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Quando a opção Wire Printing está ativa, o Cura não permite visualizar as camadas de uma forma precisa." +# rever! +# contexto +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Todos os Formatos Suportados ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Visualização por Camadas" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" +msgstr "Todos os Ficheiros (*)" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Não consegue visualizar, porque precisa de fazer o seccionamento primeiro." +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Não foi possível criar o ficheiro de materiais para sincronizar com as impressoras." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Sem camadas para visualizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Não foi possível carregar o ficheiro de materiais para sincronizá-lo com as impressoras." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Não mostrar esta mensagem novamente" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "A resposta da Digital Factory parece estar corrompida." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Vista Camadas" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "A resposta da Digital Factory tem informações importantes em falta." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Imprimir através da rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Não foi possível estabelecer a ligação com a Digital Factory para poder sincronizar os materiais com algumas das impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Imprimir através da rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Não foi possível estabelecer a ligação com a Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Ligado através da rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Não é possível criar um arquivo a partir do directório de dados do utilizador: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "amanhã" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Tentou restaurar um Cura backup sem existirem dados ou metadados correctos." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "hoje" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Tentativa de reposição de uma cópia de segurança do Cura que é superior à versão atual." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Ligar Através da Rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "O seguinte erro ocorreu ao tentar restaurar uma cópia de segurança do Cura:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Aguarde até o trabalho atual ter sido enviado." +msgid "Finding new location for objects" +msgstr "A procurar nova posição para os objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Print error" -msgstr "Erro de impressão" +msgid "Finding Location" +msgstr "A Procurar Posição" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "O trabalho de impressão foi enviado com sucesso para a impressora." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Não é possível posicionar todos os objetos dentro do volume de construção" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +# rever! +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Data Sent" -msgstr "Dados Enviados" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 -msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Está a tentar ligar a uma impressora que não tem o Ultimaker Connect. Atualize a impressora para o firmware mais recente." +msgid "Can't Find Location" +msgstr "Não é Possível Posicionar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Atualizar a impressora" +msgid "Login failed" +msgstr "Falha no início de sessão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 -msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "A fila de trabalhos de impressão está cheia. A impressora não consegue aceitar um novo trabalho." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Parede Exterior" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 -msgctxt "@info:title" -msgid "Queue Full" -msgstr "Fila cheia" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Paredes Interiores" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "A enviar trabalho de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Revestimento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Carregar um trabalho de impressão na impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Enchimento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "O Cura detetou perfis de material que ainda não estavam instalados na impressora que aloja o grupo {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Enchimento dos Suportes" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Enviar materiais para a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Interface dos Suportes" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Não foi possível carregar os dados para a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Suportes" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Erro de rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Contorno" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Está a tentar ligar a {0}, mas esta não é Host de um grupo. Pode visitar a página Web para a configurar como Host do grupo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Torre de preparação" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Não é Host do grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Deslocação" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Configurar grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retrações" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Outro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"A sua impressora {printer_name} pode ser ligada através da cloud.\n" -" Faça a gestão da sua fila de impressão e monitorize as suas impressões a partir de qualquer local ao ligar a sua impressora ao Digital Factory" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Grupo #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Está preparado para a impressão na cloud?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Não foi possível abrir as notas sobre a nova versão." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Iniciar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Ignorar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Saber mais" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "Fechar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Imprimir através da cloud" +msgid "Add" +msgstr "Adicionar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Imprimir através da cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Concluir" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Ligada através da cloud" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Monitorizar a impressão" +msgid "Next" +msgstr "Seguinte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Controle a impressão no Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "A altura do volume de construção foi reduzida devido ao valor da definição \"Sequência de impressão\" para impedir que o pórtico colida com os modelos impressos." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Código de erro desconhecido ao carregar trabalho de impressão: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Volume de construção" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Nova impressora detetada a partir da sua conta Ultimaker" -msgstr[1] "Novas impressoras detetadas a partir da sua conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Não foi possível guardar o arquivo de material em {}:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Erro ao guardar o arquivo de material" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Erro desconhecido." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "O Ficheiro Já Existe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Adicionar impressora {name} ({model}) a partir da sua conta" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "O ficheiro {0} já existe. Tem a certeza de que deseja substituí-lo?" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "URL de ficheiro inválido:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Não suportado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "As definições foram alteradas de forma a corresponder aos extrusores disponíveis de momento:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Definições atualizadas" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extrusor(es) desativado(s)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... e {0} outra" -msgstr[1] "... e {0} outras" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Falha ao exportar perfil para {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Impressoras adicionadas a partir da Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Falha ao exportar perfil para {0}: O plug-in de gravação comunicou uma falha." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Não existe uma conectividade de cloud disponível para a impressora" -msgstr[1] "Não existe uma conectividade de cloud disponível para algumas impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Perfil exportado para {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Esta impressora não está associada à Digital Factory:" -msgstr[1] "Estas impressoras não estão associadas à Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Exportação bem-sucedida" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Falha ao importar perfil de {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Para estabelecer uma ligação, visite {website_link}" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Não é possível importar o perfil de {0} antes de ser adicionada uma impressora." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Manter configurações da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Nenhum perfil personalizado para importar no ficheiro {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Remover impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Falha ao importar perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "A impressora {printer_name} vai ser removida até à próxima sincronização de conta." +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "O perfil {0} contém dados incorretos, não foi possível importá-lo." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Para remover a impressora {printer_name} de forma permanente, visite {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Falha ao importar perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Tem a certeza de que pretende remover a impressora {printer_name} temporariamente?" +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Perfil {0} importado com êxito." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Remover impressoras?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "O ficheiro {0} não contém qualquer perfil válido." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Está prestes a remover {0} impressora do Cura. Esta ação não pode ser anulada.\n" -"Tem a certeza de que pretende continuar?" -msgstr[1] "" -"Está prestes a remover {0} impressoras do Cura. Esta ação não pode ser anulada.\n" -"Tem a certeza de que pretende continuar?" +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "O perfil {0} é de um formato de ficheiro desconhecido ou está corrompido." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "Está prestes a remover todas as impressoras do Cura. Esta ação não pode ser anulada.Tem a certeza de que pretende continuar?" - -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +msgid "Custom profile" +msgstr "Perfil personalizado" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "O perfil não inclui qualquer tipo de qualidade." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Ainda não existe qualquer impressora ativa." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Não é possível adicionar o perfil." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "O tipo de qualidade '{0}' não é compatível com a definição de máquina atualmente ativa '{1}'." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Aviso: o perfil não é visível porque o respetivo tipo de qualidade '{0}' não está disponível para a configuração atual. Mude para uma combinação de material/bocal que possa utilizar este tipo de qualidade." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "As áreas destacadas indicam superfícies em falta ou separadas. Corrija o modelo e volte a abri-lo no Cura." +msgid "Multiplying and placing objects" +msgstr "Multiplicar e posicionar objetos" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 msgctxt "@info:title" -msgid "Model Errors" -msgstr "Erros no modelo" +msgid "Placing Objects" +msgstr "A posicionar objetos" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Vista Sólidos" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "A Posicionar Objeto" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Erro ao gravar ficheiro 3mf." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Não é possível iniciar um novo processo de início de sessão. Verifique se ainda está ativa outra tentativa de início de sessão." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "O plug-in Gravador 3MF está danificado." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Não é possível aceder ao servidor da conta Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Ainda não existe um espaço de trabalho para gravar. Por favor, primeiro adicione uma impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "O Log-in falhou" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Não tem permissão para escrever o espaço de trabalho aqui." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Não foi possível ler a resposta." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "O sistema operativo não permite guardar um ficheiro de projeto nesta localização ou com este nome de ficheiro." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "O estado apresentado não está correto." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Ficheiro 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Foi excedido o tempo limite de autenticação com o servidor." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Ficheiro 3MF de Projeto Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Forneça as permissões necessárias ao autorizar esta aplicação." -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Monitorizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Ocorreu algo inesperado ao tentar iniciar sessão, tente novamente." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Assistente de Modelos 3D" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Não é possível iniciar o Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Ups, o Ultimaker Cura encontrou um possível problema.

    \n" +"

    Foi encontrado um erro irrecuperável durante o arranque da aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

    \n" +"

    Os backups estão localizados na pasta de configuração.

    \n" +"

    Por favor envie-nos este Relatório de Falhas para podermos resolver o problema.

    \n" +" " # rever! -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +# button size? +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Enviar relatório de falhas para a Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Mostrar relatório de falhas detalhado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Mostrar pasta de configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Backup e Repor a Configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Relatório de Falhas" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Ocorreu um erro fatal no Cura. Por favor envie-nos este Relatório de Falhas para podermos resolver o problema

    \n" +"

    Por favor utilize o botão \"Enviar relatório\" para publicar um relatório de erros automaticamente nos nossos servidores

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Informações do sistema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Desconhecido" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Versão do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Idioma do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Idioma do Sistema Operativo" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Plataforma" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Versão Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Versão PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Ainda não inicializado
    " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Versão do OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Vendedor do OpenGL: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Processador do OpenGL: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Determinação da origem do erro" + +# rever! +# Registos? +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Relatórios" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Enviar relatório" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Um, ou mais, dos modelos 3D podem ter menos qualidade de impressão devido à dimensão do modelo 3D e definição de material:

    \n" -"

    {model_names}

    \n" -"

    Descubra como assegurar a melhor qualidade e fiabilidade possível da impressão.

    \n" -"

    Ver o guia de qualidade da impressão

    " +"Certifique-se de que é possível estabelecer ligação com a impressora:\n" +"- Verifique se a impressora está ligada.\n" +"- Verifique se a impressora está ligada à rede.\n" +"- Verifique se tem sessão iniciada para encontrar impressoras ligadas através da cloud." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Ligue a impressora à sua rede." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Ver manuais do utilizador online" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Para monitorizar a sua impressão a partir do Cura, ligue a impressora." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Selecionar definições a personalizar para este modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrar..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Mostrar tudo" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Tipo de Objecto" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Modelo normal" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Imprimir como suporte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modificar definições para sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Não suportar sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Apenas objeto de enchimento" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Malha de corte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Selecionar definições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Selecionar definições a personalizar para este modelo" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Atualizar firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Mostrar tudo" +# rever! +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "O firmware é o software que é executado diretamente na sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e basicamente assegura o funcionamento da sua impressora." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cópias de segurança do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "O firmware que é expedido com as novas impressoras funciona corretamente, mas as novas versões costumam ter mais funcionalidades e melhorias." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Versão do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Atualizar firmware automaticamente" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Máquinas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Carregar firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "O firmware não pode ser atualizado por não existir ligação com a impressora." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Perfis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "O firmware não pode ser atualizado porque a ligação com a impressora não suporta a atualização de firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Selecionar firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Deseja mais?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Atualização de firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Efetuar cópia de segurança agora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "A atualizar firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Efetuar cópia de segurança automaticamente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Atualização de firmware concluída." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Criar automaticamente uma cópia de segurança sempre que o Cura é iniciado." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "A atualização de firmware falhou devido a um erro desconhecido." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Restaurar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "A atualização de firmware falhou devido a um erro de comunicação." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Eliminar cópia de segurança" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "A atualização de firmware falhou devido a um erro de entrada/saída." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Tem a certeza de que pretende eliminar esta cópia de segurança? Esta ação não pode ser anulada." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "A atualização de firmware falhou devido à ausência de firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Restaurar cópia de segurança" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Cancelado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "É necessário reiniciar o Cura para restaurar a sua cópia de segurança. Pretende fechar o Cura agora?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Impressão terminada" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Efetue a cópia de segurança e sincronize as suas definições do Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "A preparar..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Iniciar sessão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "A cancelar..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "As minhas cópias de segurança" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Falhou" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Atualmente não existem quaisquer cópias de segurança. Utilize o botão \"Efetuar cópia de segurança agora\" para criar uma." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "A colocar em pausa..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Durante a fase de pré-visualização, terá um limite de 5 cópias de segurança visíveis. Remova uma cópia de segurança para ver as antigas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Em Pausa" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Definições da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "A recomeçar..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (Largura)" +# rever! +# ver contexto! +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Ação necessária" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Termina %1 a %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Profundidade)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Gerir impressora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Altura)" +msgid "Glass" +msgstr "Vidro" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Forma da base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Atualize o firmware da impressora para gerir a fila remotamente." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origem no centro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Não é possível visualizar os feeds das câmaras das impressoras na cloud a partir do Ultimaker Cura. Clique em \"Gerir impressora\" para visitar o Ultimaker Digital Factory e ver esta câmara." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Base aquecida" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "A carregar..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Indisponível" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Inacessível" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Inativa" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "A Imprimir" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "Heated build volume" -msgstr "Volume de construção aquecido" +msgid "Untitled" +msgstr "Sem título" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "G-code flavor" -msgstr "Variante do G-code" +msgid "Anonymous" +msgstr "Anónimo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Definições da cabeça de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Requer alterações na configuração" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X mín" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Detalhes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Alterações na configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Ignorar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Y min" -msgstr "Y mín" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "A impressora atribuída %1 requer a seguinte alteração na configuração:" +msgstr[1] "A impressora atribuída %1 requer as seguintes alterações na configuração:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "X max" -msgstr "X máx" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "A impressora %1 está atribuída, mas o trabalho tem uma configuração de material desconhecida." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" -msgid "Y max" -msgstr "Y máx" +msgid "Change material %1 from %2 to %3." +msgstr "Alterar o material %1 de %2 para %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Gantry Height" -msgstr "Altura do pórtico" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Carregar %3 como material %1 (isto não pode ser substituído)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Number of Extruders" -msgstr "Número de Extrusores" +msgid "Change print core %1 from %2 to %3." +msgstr "Substituir o print core %1 de %2 para %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Aplicar desvios da extrusora ao GCode" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Alterar base de construção para %1 (isto não pode ser substituído)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-code inicial" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Ignorar utilizará as definições especificadas com a configuração da impressora existente. Tal pode resultar numa falha de impressão." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-code final" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Alumínio" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Definições do nozzle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Imprimir Através da Rede" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 -msgctxt "@label" -msgid "Nozzle size" -msgstr "Tamanho do nozzle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Imprimir" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Diâmetro do material compatível" +msgid "Printer selection" +msgstr "Seleção de Impressora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 -msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Desvio X do Nozzle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Ligar a uma Impressora em Rede" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Desvio Y do Nozzle" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Para imprimir diretamente para a sua impressora através da rede, certifique-se de que a impressora está ligada à rede através de um cabo de rede ou através de ligação à rede Wi-Fi. Se não ligar o Cura por rede à impressora, poderá ainda assim utilizar uma unidade USB para transferir ficheiros g-code para a impressora." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Número de ventoinha de arrefecimento" +msgid "Select your printer from the list below:" +msgstr "Selecione a impressora a partir da lista abaixo:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "G-code inicial do extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Editar" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "G-code final do extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Remover" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Atualizar firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +msgctxt "@label" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Se a sua impressora não estiver na lista, por favor, consulte o guia de resolução de problemas de impressão em rede" -# rever! -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "O firmware é o software que é executado diretamente na sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e basicamente assegura o funcionamento da sua impressora." +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "O firmware que é expedido com as novas impressoras funciona corretamente, mas as novas versões costumam ter mais funcionalidades e melhorias." +msgid "Firmware version" +msgstr "Versão de Firmware" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Atualizar firmware automaticamente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +msgctxt "@label" +msgid "Address" +msgstr "Endereço" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 -msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Carregar firmware personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +msgctxt "@label" +msgid "This printer is not set up to host a group of printers." +msgstr "Esta impressora não está configurada para alojar um grupo de impressoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "O firmware não pode ser atualizado por não existir ligação com a impressora." +msgid "This printer is the host for a group of %1 printers." +msgstr "Esta impressora aloja um grupo de %1 impressoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "O firmware não pode ser atualizado porque a ligação com a impressora não suporta a atualização de firmware." +msgid "The printer at this address has not yet responded." +msgstr "A impressora neste endereço ainda não respondeu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Ligar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Selecionar firmware personalizado" +msgid "Invalid IP address" +msgstr "Endereço IP inválido" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Introduza um endereço IP válido." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Atualização de firmware" +msgid "Printer Address" +msgstr "Endereço da Impressora" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" -msgid "Updating firmware." -msgstr "A atualizar firmware." +msgid "Enter the IP address of your printer on the network." +msgstr "Introduza o endereço IP da sua impressora na rede." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Atualização de firmware concluída." +msgid "Unavailable printer" +msgstr "Impressora indisponível" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "A atualização de firmware falhou devido a um erro desconhecido." +msgid "First available" +msgstr "Primeira disponível" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "A atualização de firmware falhou devido a um erro de comunicação." +msgid "Move to top" +msgstr "Mover para o topo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "A atualização de firmware falhou devido a um erro de entrada/saída." +msgid "Delete" +msgstr "Eliminar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "A atualização de firmware falhou devido à ausência de firmware." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Abrir Projeto" +msgid "Resume" +msgstr "Retomar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Atualizar existente" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "A colocar em pausa..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Criar nova" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "A recomeçar..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Resumo – Projeto Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Colocar em pausa" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Definições da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "A cancelar..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Como deve ser resolvido o conflito da máquina?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tipo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Tem a certeza de que pretende mover %1 para o topo da fila?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Grupo da Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Mover trabalho de impressão para o topo" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Definições do perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Tem a certeza de que pretende eliminar %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Como deve ser resolvido o conflito no perfil?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Eliminar trabalho de impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nome" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Tem a certeza de que deseja cancelar %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Cancelar impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Inexistente no perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Em fila" -# rever! -# contexto?! -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 substituição" -msgstr[1] "%1 substituições" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Gerir no browser" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivado de" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Não existem trabalhos de impressão na fila. Para adicionar um trabalho, seccione e envie." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 substituição" -msgstr[1] "%1, %2 substituições" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +msgctxt "@label" +msgid "Print jobs" +msgstr "Trabalhos em Impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Definições de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Tempo de impressão total" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Como deve ser resolvido o conflito no material?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +msgctxt "@label" +msgid "Waiting for" +msgstr "A aguardar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Visibilidade das definições" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Esquema de cores" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Cor do Material" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Definições visíveis:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Tipo de Linha" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 de %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Velocidade" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Abrir um projeto irá apagar todos os modelos na base de construção." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Espessura da Camada" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Abrir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Diâmetro da Linha" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Plug-in de pós-processamento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Fluxo" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Scripts de pós-processamento" +msgid "Compatibility Mode" +msgstr "Modo Compatibilidade" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Adicionar um script" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Deslocações" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" -msgid "Settings" -msgstr "Definições" +msgid "Helpers" +msgstr "Auxiliares" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Altere os scripts de pós-processamento." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Invólucro" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "O script a seguir está ativo:" -msgstr[1] "Os seguintes scripts estão ativos:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Enchimento" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Converter imagem..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "A Iniciar" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "A distância máxima de cada pixel desde a \"Base\"" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Só Camadas Superiores" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "5 Camadas Superiores Detalhadas" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 +# rever! +# todas as strings com a frase +# Topo / Base ?? +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Superior / Inferior" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Parede Interior" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "mín" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "máx" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" msgid "Height (mm)" msgstr "Altura (mm)" -# rever! -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "A altura da \"Base\" desde a base de construção em milímetros." +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "A distância máxima de cada pixel desde a \"Base\"" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +# rever! +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "A largura em milímetros na base de construção." +msgid "The base height from the build plate in millimeters." +msgstr "A altura da \"Base\" desde a base de construção em milímetros." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Largura (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "A profundidade em milímetros na base de construção" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Profundidade (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Para litofanias, os pixels escuros devem corresponder a localizações mais espessas para bloquear mais a passagem da luz. Para mapas de altura, os pixels mais claros significam um terreno mais alto, por isso, os pixels mais claros devem corresponder a localizações mais espessas no modelo 3D gerado." +msgid "The depth in millimeters on the build plate" +msgstr "A profundidade em milímetros na base de construção" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Mais escuro é mais alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Mais claro é mais alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Está disponível um modelo logarítmico simples para definir a translucidez das litofanias. Para mapas de altura, os valores dos pixels correspondem de forma linear à elevação." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Para litofanias, os pixels escuros devem corresponder a localizações mais espessas para bloquear mais a passagem da luz. Para mapas de altura, os pixels mais claros significam um terreno mais alto, por isso, os pixels mais claros devem corresponder a localizações mais espessas no modelo 3D gerado." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Linear" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Translucidez" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "A percentagem de luz que penetra numa impressão com uma espessura de 1 milímetro. Diminuir este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Está disponível um modelo logarítmico simples para definir a translucidez das litofanias. Para mapas de altura, os valores dos pixels correspondem de forma linear à elevação." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "(%) transmitância de 1 mm" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "A quantidade de suavização a aplicar à imagem." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "A percentagem de luz que penetra numa impressão com uma espessura de 1 milímetro. Diminuir este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Suavização" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "A quantidade de suavização a aplicar à imagem." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Selecione quaisquer atualizações realizadas a esta Ultimaker Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Base de Construção Aquecida (kit oficial ou de construção própria)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Nivelamento da Base de Construção" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Para assegurar uma boa qualidade das suas impressões, pode agora ajustar a base de construção. Quando clica em \"Avançar para a posição seguinte\", o nozzle irá deslocar-se para as diferentes posições que podem ser ajustadas." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Para cada posição, introduza um pedaço de papel debaixo do nozzle e ajuste a altura da base de construção. A altura da base de construção está correta quando o papel fica ligeiramente preso pelo nozzle." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Iniciar Nivelamento da base de construção" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Avançar para Posição Seguinte" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Mais informações sobre a recolha anónima de dados" +msgid "Open Project" +msgstr "Abrir Projeto" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "O Ultimaker Cura recolhe dados anónimos para melhorar a qualidade da impressão e a experiência do utilizador. Segue-se um exemplo de todos os dados partilhados:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Atualizar existente" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Não pretendo enviar dados anónimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Criar nova" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Permitir o envio de dados anónimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Resumo – Projeto Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Como deve ser resolvido o conflito da máquina?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "É necessário reiniciar o Cura para que as alterações dos pacotes sejam aplicadas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Definições da impressora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Sair %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Instalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Grupo da Impressora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Como deve ser resolvido o conflito no perfil?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Definições do perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Ir para Mercado na Web" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nome" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Procurar materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibilidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Inexistente no perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Máquina" +# rever! +# contexto?! +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 substituição" +msgstr[1] "%1 substituições" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivado de" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Suportes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 substituição" +msgstr[1] "%1, %2 substituições" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Qualidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Como deve ser resolvido o conflito no material?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Ficha técnica" +msgid "Material settings" +msgstr "Definições de material" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Ficha de segurança" +msgid "Setting visibility" +msgstr "Visibilidade das definições" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Instruções de impressão" +msgid "Mode" +msgstr "Modo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Site" +msgid "Visible settings:" +msgstr "Definições visíveis:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "É necessário Log in para instalar ou atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 de %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Comprar bobinas de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Abrir um projeto irá apagar todos os modelos na base de construção." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Atualizar" +msgid "Open" +msgstr "Abrir" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "A Actualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Deseja mais?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Atualizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Efetuar cópia de segurança agora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Anterior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Efetuar cópia de segurança automaticamente" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Plug-ins" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Criar automaticamente uma cópia de segurança sempre que o Cura é iniciado." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "Materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Versão do Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Máquinas" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Será instalado após reiniciar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "É necessário Log in para atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Repor Versão Anterior" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Desinstalar" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Contribuições comunitárias" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Plug-ins" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Plug-ins comunitários" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Restaurar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Materiais genéricos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Eliminar cópia de segurança" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "A obter pacotes..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Tem a certeza de que pretende eliminar esta cópia de segurança? Esta ação não pode ser anulada." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "Site" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Restaurar cópia de segurança" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" -msgstr "E-mail" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "É necessário reiniciar o Cura para restaurar a sua cópia de segurança. Pretende fechar o Cura agora?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Inicie sessão para obter plug-ins e materiais verificados para o Ultimaker Cura Enterprise" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" -msgstr "Versão" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 -msgctxt "@label" -msgid "Last updated" -msgstr "Actualizado em" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "Marca" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 -msgctxt "@label" -msgid "Downloads" -msgstr "Transferências" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Plug-ins instalados" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Não foi instalado qualquer plug-in." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Materiais instalados" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "Não foi instalado qualquer material." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Plug-ins em pacote" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Materiais em pacote" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Não foi possível aceder á base de dados de Pacotes do Cura. Por favor verifique a sua ligação." +msgid "Backup and synchronize your Cura settings." +msgstr "Efetue a cópia de segurança e sincronize as suas definições do Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 -msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "É necessário aceitar a licença para instalar o pacote" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Iniciar sessão" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 msgctxt "@title" -msgid "Changes from your account" -msgstr "Alterações feitas desde a sua conta" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "Descartar" +msgid "My Backups" +msgstr "As minhas cópias de segurança" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "Seguinte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Atualmente não existem quaisquer cópias de segurança. Utilize o botão \"Efetuar cópia de segurança agora\" para criar uma." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Os seguintes pacotes vão ser instalados:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Durante a fase de pré-visualização, terá um limite de 5 cópias de segurança visíveis. Remova uma cópia de segurança para ver as antigas." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Os seguintes pacotes não podem ser instalados devido a uma versão incompatível do Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cópias de segurança do Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Confirmar desinstalação" +msgid "More information on anonymous data collection" +msgstr "Mais informações sobre a recolha anónima de dados" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Está a desinstalar materiais e/ou perfis que ainda estão a ser utilizados. Mediante confirmação, as predefinições dos seguintes materiais/perfis serão repostas." +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "O Ultimaker Cura recolhe dados anónimos para melhorar a qualidade da impressão e a experiência do utilizador. Segue-se um exemplo de todos os dados partilhados:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 msgctxt "@text:window" -msgid "Materials" -msgstr "Materiais" +msgid "I don't want to send anonymous data" +msgstr "Não pretendo enviar dados anónimos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 msgctxt "@text:window" -msgid "Profiles" -msgstr "Perfis" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Confirmar" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Esquema de cores" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Cor do Material" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Tipo de Linha" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Velocidade" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Espessura da Camada" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Diâmetro da Linha" - -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Fluxo" +msgid "Allow sending anonymous data" +msgstr "Permitir o envio de dados anónimos" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Modo Compatibilidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Plug-in de pós-processamento" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Travels" -msgstr "Deslocações" +msgid "Post Processing Scripts" +msgstr "Scripts de pós-processamento" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Auxiliares" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Adicionar um script" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Shell" -msgstr "Invólucro" +msgid "Settings" +msgstr "Definições" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Enchimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Altere os scripts de pós-processamento." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "A Iniciar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "O script a seguir está ativo:" +msgstr[1] "Os seguintes scripts estão ativos:" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Só Camadas Superiores" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Selecione quaisquer atualizações realizadas a esta Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "5 Camadas Superiores Detalhadas" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Base de Construção Aquecida (kit oficial ou de construção própria)" -# rever! -# todas as strings com a frase -# Topo / Base ?? -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Superior / Inferior" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Nivelamento da Base de Construção" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Inner Wall" -msgstr "Parede Interior" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Para assegurar uma boa qualidade das suas impressões, pode agora ajustar a base de construção. Quando clica em \"Avançar para a posição seguinte\", o nozzle irá deslocar-se para as diferentes posições que podem ser ajustadas." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "min" -msgstr "mín" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Para cada posição, introduza um pedaço de papel debaixo do nozzle e ajuste a altura da base de construção. A altura da base de construção está correta quando o papel fica ligeiramente preso pelo nozzle." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "máx" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Iniciar Nivelamento da base de construção" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Gerir impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Avançar para Posição Seguinte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Vidro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Atualize o firmware da impressora para gerir a fila remotamente." +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Não é possível visualizar os feeds das câmaras das impressoras na cloud a partir do Ultimaker Cura. Clique em \"Gerir impressora\" para visitar o Ultimaker Digital Factory e ver esta câmara." +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" msgid "Loading..." -msgstr "A carregar..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Indisponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Inacessível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Inativa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "A preparar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "A Imprimir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Sair %1" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "Untitled" -msgstr "Sem título" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anónimo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Requer alterações na configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Detalhes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Impressora indisponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Primeira disponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "Em fila" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Gerir no browser" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Não existem trabalhos de impressão na fila. Para adicionar um trabalho, seccione e envie." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "Trabalhos em Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "Tempo de impressão total" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "A aguardar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Imprimir Através da Rede" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Imprimir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Seleção de Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Alterações na configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Ignorar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "A impressora atribuída %1 requer a seguinte alteração na configuração:" -msgstr[1] "A impressora atribuída %1 requer as seguintes alterações na configuração:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "A impressora %1 está atribuída, mas o trabalho tem uma configuração de material desconhecida." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Alterar o material %1 de %2 para %3." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Carregar %3 como material %1 (isto não pode ser substituído)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Substituir o print core %1 de %2 para %3." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Alterar base de construção para %1 (isto não pode ser substituído)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Ignorar utilizará as definições especificadas com a configuração da impressora existente. Tal pode resultar numa falha de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "Alumínio" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Impressão terminada" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "A cancelar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Cancelado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Falhou" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "A colocar em pausa..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Em Pausa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "A recomeçar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "" -# rever! -# ver contexto! -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Ação necessária" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Rejeitar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Termina %1 a %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Ligar a uma Impressora em Rede" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Para imprimir diretamente para a sua impressora através da rede, certifique-se de que a impressora está ligada à rede através de um cabo de rede ou através de ligação à rede Wi-Fi. Se não ligar o Cura por rede à impressora, poderá ainda assim utilizar uma unidade USB para transferir ficheiros g-code para a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Selecione a impressora a partir da lista abaixo:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Editar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Remover" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Se a sua impressora não estiver na lista, por favor, consulte o guia de resolução de problemas de impressão em rede" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "Tipo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Definições do nozzle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "Firmware version" -msgstr "Versão de Firmware" +msgid "Nozzle size" +msgstr "Tamanho do nozzle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Address" -msgstr "Endereço" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Esta impressora não está configurada para alojar um grupo de impressoras." +msgid "Compatible material diameter" +msgstr "Diâmetro do material compatível" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Esta impressora aloja um grupo de %1 impressoras." +msgid "Nozzle offset X" +msgstr "Desvio X do Nozzle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "A impressora neste endereço ainda não respondeu." +msgid "Nozzle offset Y" +msgstr "Desvio Y do Nozzle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Ligar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +msgctxt "@label" +msgid "Cooling Fan Number" +msgstr "Número de ventoinha de arrefecimento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Endereço IP inválido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "G-code inicial do extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Introduza um endereço IP válido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "G-code final do extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Endereço da Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Definições da impressora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Introduza o endereço IP da sua impressora na rede." +msgid "X (Width)" +msgstr "X (Largura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Move to top" -msgstr "Mover para o topo" +msgid "Y (Depth)" +msgstr "Y (Profundidade)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Delete" -msgstr "Eliminar" +msgid "Z (Height)" +msgstr "Z (Altura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Resume" -msgstr "Retomar" +msgid "Build plate shape" +msgstr "Forma da base de construção" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Pausing..." -msgstr "A colocar em pausa..." +msgid "Origin at center" +msgstr "Origem no centro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Resuming..." -msgstr "A recomeçar..." +msgid "Heated bed" +msgstr "Base aquecida" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Pause" -msgstr "Colocar em pausa" +msgid "Heated build volume" +msgstr "Volume de construção aquecido" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Aborting..." -msgstr "A cancelar..." +msgid "G-code flavor" +msgstr "Variante do G-code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Definições da cabeça de impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Tem a certeza de que pretende mover %1 para o topo da fila?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +msgctxt "@label" +msgid "X min" +msgstr "X mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Mover trabalho de impressão para o topo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +msgctxt "@label" +msgid "Y min" +msgstr "Y mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Tem a certeza de que pretende eliminar %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +msgctxt "@label" +msgid "X max" +msgstr "X máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Eliminar trabalho de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +msgctxt "@label" +msgid "Y max" +msgstr "Y máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Tem a certeza de que deseja cancelar %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +msgctxt "@label" +msgid "Gantry Height" +msgstr "Altura do pórtico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Cancelar impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +msgctxt "@label" +msgid "Number of Extruders" +msgstr "Número de Extrusores" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Certifique-se de que é possível estabelecer ligação com a impressora:\n" -"- Verifique se a impressora está ligada.\n" -"- Verifique se a impressora está ligada à rede.\n" -"- Verifique se tem sessão iniciada para encontrar impressoras ligadas através da cloud." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +msgctxt "@label" +msgid "Apply Extruder offsets to GCode" +msgstr "Aplicar desvios da extrusora ao GCode" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Ligue a impressora à sua rede." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-code inicial" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Ver manuais do utilizador online" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-code final" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Para monitorizar a sua impressão a partir do Cura, ligue a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "As minhas impressoras" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Alguns factores podem vir a ser problemáticos nesta impressão. Clique para ver algumas sugestões para melhorar a qualidade da impressão." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Monitorize as impressoras no Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Vista 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Crie projetos de impressão na Digital Library." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Vista Frente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Trabalhos em Impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Vista Cima" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Monitorize os trabalhos de impressão e volte a imprimir a partir do histórico de impressão." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Vista esquerda" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Tire mais partido do Ultimaker Cura com plug-ins e perfis de materiais." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Vista direita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Torne-se um perito em impressão 3D com os cursos de e-learning da Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Lista de objetos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Suporte da Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Saiba como começar a utilizar o Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Ficheiro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Faça uma pergunta" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Editar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consulte a Comunidade Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Visualizar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Reportar um erro" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "&Definições" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Informe os programadores quando houver algum problema." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "E&xtensões" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Visite o site da Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&referências" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Imprimir Modelo Selecionado com o %1" +msgstr[1] "Imprimir Modelos Selecionados com o %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Ajuda" +msgid "&Settings" +msgstr "&Definições" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Novo projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Tem a certeza de que deseja iniciar um novo projeto? Isto irá apagar tudo na base de construção assim como quaisquer definições que não tenham sido guardadas." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "A Seccionar..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Mercado" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Não é possível seccionar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Base de construção" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "A processar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "A temperatura desejada da base aquecida. A base irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento da base será desligado." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Seccionar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "A temperatura atual da base aquecida." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Iniciar o processo de seccionamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "A temperatura de pré-aquecimento da base." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Estimativa de tempo" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Estimativa de material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Preaquecer" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1 m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Aqueçer a base com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar que a base aqueça quando começar a impressão." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1 g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "A impressora não está ligada." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No time estimation available" -msgstr "Nenhuma estimativa de tempo disponível" +msgid "Printer control" +msgstr "Controlo da impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +# rever! +# contexto?! +# Jog? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Nenhuma estimativa de custos disponível" +msgid "Jog Position" +msgstr "Posição de deslocação" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Pré-visualizar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "Adicionar uma impressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "Adicionar uma impressora em rede" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Adicionar uma impressora sem rede" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Adicionar uma impressora de cloud" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "A aguardar resposta da cloud" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Não foram encontradas impressoras na sua conta?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "As seguintes impressoras na sua conta foram adicionadas no Cura:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Adicionar impressora manualmente" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Adicionar impressora por endereço IP" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Introduza o endereço IP da sua impressora." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Adicionar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Não foi possível ligar ao dispositivo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Não se consegue ligar a uma impressora Ultimaker?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "A impressora neste endereço ainda não respondeu." +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Não foi possível adicionar esta impressora porque é uma impressora desconhecida ou não aloja um grupo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Anterior" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Ligar" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +# rever! +# contexto?! +# Jog? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "User Agreement" -msgstr "Contrato de utilizador" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Rejeitar e fechar" +msgid "Jog Distance" +msgstr "Distância de deslocação" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Bem-vindo ao Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "Siga estes passos para configurar o Ultimaker Cura. Este processo irá demorar apenas alguns momentos." +msgid "Send G-code" +msgstr "Enviar G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Iniciar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Enviar um comando G-code personalizado para a impressora ligada. Prima \"Enter\" para enviar o comando." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Inicie a sessão na plataforma Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Adicione definições de materiais e plug-ins do Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Ignorar" +msgid "Extruder" +msgstr "Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Crie uma Conta Ultimaker gratuita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "A temperatura-alvo do extrusor. O extrusor irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento do extrusor será desligado." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Fabricante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "A temperatura atual deste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Autor do perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "A temperatura-alvo de preaquecimento do extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Nome da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Aquecer o extrusor com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar que o extrusor aqueça quando começar a impressão." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Atribuir um nome à impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "A cor do material neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Não foi encontrada nenhuma impressora na sua rede." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "O material neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "O nozzle inserido neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Adicionar impressora por IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Abrir ficheiro de projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Adicionar impressora de cloud" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Este ficheiro é um Projeto do Cura. Pretende abrir como Projeto ou só importar os modelos 3D incluídos no Projeto?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Resolução de problemas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Memorizar a minha escolha" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Ajude-nos a melhorar o Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Abrir como projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "O Ultimaker Cura recolhe dados anónimos para melhorar a qualidade da impressão e a experiência do utilizador, incluindo:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importar modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Tipos de máquina" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Guardar projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Utilização do material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extrusor %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Número de Secções" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Definições de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Os dados recolhidos pelo Ultimaker Cura não conterão quaisquer informações pessoais." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Não mostrar novamente o resumo do projeto ao guardar" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Mais informações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Guardar" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "Novidades" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Abrir ficheiro(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Vazio" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Encontrámos um ou mais projetos do Cura nos ficheiros selecionados. Só é possível abrir um Projeto do Cura, de cada vez. Sugerimos importar apenas os modelos 3D desses Projetos do Cura. Deseja continuar?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Notas da versão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importar tudo como modelos 3D" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Acerca de %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "versão: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "A Solução completa para a impressão 3D por filamento fundido." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3782,2324 +3623,2897 @@ msgstr "" "O Cura foi desenvolvido pela Ultimaker B.V. em colaboração com a comunidade.\n" "O Cura tem o prazer de utilizar os seguintes projetos open source:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Interface gráfica do utilizador" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Framework da aplicação" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Gerador de G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Biblioteca de comunicação interprocessual" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Linguagem de programação" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "GUI framework" # rever! # use eng programing terms? -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Ligações de estrutura da GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Biblioteca de ligações C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Formato de intercâmbio de dados" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Biblioteca de apoio para computação científica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Biblioteca de apoio para cálculos mais rápidos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Biblioteca de apoio para processamento de ficheiros STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Biblioteca de apoio para processamento de objetos planos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Biblioteca de apoio para processamento de malhas triangulares" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Biblioteca de apoio para processamento de ficheiros 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Biblioteca de apoio para transmissões de fluxo e metadados de ficheiros" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Biblioteca de comunicação em série" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Biblioteca de deteção ZeroConf" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Biblioteca de recortes de polígonos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Verificador de tipo estático para Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Certificados de raiz para validar a credibilidade SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Biblioteca de controlo de erros de Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Biblioteca de embalagens de polígonos, desenvolvida pela Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Ligações Python para libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Biblioteca de apoio para acesso às chaves de sistema" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Extensões Python para Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Tipo de letra" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "Ícones SVG" # rever! -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Implementação da aplicação de distribuição cruzada Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Abrir ficheiro(s)" +msgid "Discard or Keep changes" +msgstr "Descartar ou Manter as alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Encontrámos um ou mais projetos do Cura nos ficheiros selecionados. Só é possível abrir um Projeto do Cura, de cada vez. Sugerimos importar apenas os modelos 3D desses Projetos do Cura. Deseja continuar?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importar tudo como modelos 3D" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Guardar projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extrusor %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Não mostrar novamente o resumo do projeto ao guardar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Guardar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 -msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Descartar ou Manter as alterações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Personalizou algumas definições de perfil.\n" -"Pretende manter estas definições alteradas depois de trocar de perfis?\n" -"Como alternativa, pode descartar as alterações para carregar as predefinições a partir de '%1'." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" msgid "Profile settings" msgstr "Definições do perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 msgctxt "@title:column" msgid "Current changes" msgstr "Alterações atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Perguntar sempre isto" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Descartar e não perguntar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Manter e não perguntar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Descartar alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Manter alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Abrir ficheiro de projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Este ficheiro é um Projeto do Cura. Pretende abrir como Projeto ou só importar os modelos 3D incluídos no Projeto?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Nenhum item para selecionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Memorizar a minha escolha" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Abrir ficheiro(s)..." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Abrir como projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Abrir &Recente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Definições Visíveis" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Impressão ativa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Fechar todas as categorias" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Nome do trabalho" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Gerir Visibilidade das Definições..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Tempo de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Tempo restante estimado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Definir como Extrusor Ativo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "A impressora de cloud está offline. Verifique se a impressora está ligada e conectada à Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Ativar Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Esta impressora não está associada à sua conta. Visite a Ultimaker Digital Factory para estabelecer uma ligação." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Desativar Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "A conectividade de cloud está atualmente indisponível. Inicie sessão para estabelecer ligação com a impressora de cloud." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "A conectividade de cloud está atualmente indisponível. Verifique a sua ligação à Internet." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favoritos" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Adicionar Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Genérico" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Gerir impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Ajuda" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Impressoras ligadas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Ficheiro" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Impressoras predefinidas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "&Guardar projeto..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Definições de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "&Exportar..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Configuração de impressão desativada. O ficheiro G-code não pode ser modificado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "Exportar seleção..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&referências" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Alguns valores de definição/substituição são diferentes dos valores armazenados no perfil.\n" -"\n" -"Clique para abrir o gestor de perfis." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Editar" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Perfis personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Descartar alterações atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Impressoras em rede" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Recomendado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Impressoras locais" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "E&xtensões" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Ligado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" +msgstr "Configurações" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Desligado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." +msgstr "A carregar as configurações disponíveis da impressora..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Experimental" -msgstr "Experimental" +msgid "The configurations are not available because the printer is disconnected." +msgstr "As configurações não estão disponíveis porque a impressora está desligada." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Não existe um perfil %1 para a configuração do extrusor %2. O objetivo predefinido será usado como alternativa" -msgstr[1] "Não existe um perfil %1 para as configurações dos extrusores %2. O objetivo predefinido será usado como alternativa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Esta configuração não está disponível porque não foi possível reconhecer %1. Visite %2 para transferir o perfil de material correto." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Profiles" -msgstr "Perfis" +msgid "Marketplace" +msgstr "Mercado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Algumas definições do perfil foram modificadas. Se pretender alterá-las, aceda ao modo Personalizado." +msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgstr "A configuração deste extrusor não é permitida o que impede o seccionamento." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 -msgctxt "@label" -msgid "Support" -msgstr "Suportes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." +msgstr "Não existem perfis que correspondam à configuração deste extrusor." -# rever! -# collapse ? -# desmoronar? desabar? -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Criar estruturas para suportar partes do modelo, suspensas ou com saliências. Sem estas estruturas, essas partes do modelo podem desmoronar durante a impressão." +msgid "Select configuration" +msgstr "Selecionar configuração" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" -msgid "Gradual infill" -msgstr "Enchimento gradual" +msgid "Configurations" +msgstr "Configurações" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "O enchimento gradual irá aumentar progressivamente a densidade do enchimento em direção ao topo." +msgid "Printer" +msgstr "Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "Adhesion" -msgstr "Aderência à Base de Construção" +msgid "Enabled" +msgstr "Ativado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Permite a impressão de uma aba ou raft. Isto irá adicionar, respetivamente, uma área plana em torno ou sob a base do seu objeto, que são fáceis de retirar posteriormente." +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Guardar projeto..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Impressoras em rede" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Impressoras locais" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favoritos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Genérico" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "Utilizar cola para melhor aderência com esta combinação de materiais." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "Imprimir Modelo Selecionado Com:" msgstr[1] "Imprimir modelos selecionados com:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" msgid_plural "Multiply Selected Models" msgstr[0] "Multiplicar Modelo Selecionado" msgstr[1] "Multiplicar modelos selecionados" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 msgctxt "@label" msgid "Number of Copies" msgstr "Número de Cópias" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "&Guardar projeto..." +msgid "Save Project..." +msgstr "Guardar projeto..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 -msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "&Exportar..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Visualizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "Exportar seleção..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" +msgstr "&Posição da câmara" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "Configurações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" +msgstr "Vista da câmara" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" +msgstr "Perspetiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 -msgctxt "@label" -msgid "Printer" -msgstr "Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" +msgstr "Ortográfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Enabled" -msgstr "Ativado" +msgid "View type" +msgstr "Ver tipo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Material" -msgstr "Material" +msgid "Sign in to the Ultimaker platform" +msgstr "Inicie a sessão na plataforma Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Utilizar cola para melhor aderência com esta combinação de materiais." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Adicione definições de materiais e plug-ins do Marketplace\n" +"- Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins\n" +"- Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 -msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "A configuração deste extrusor não é permitida o que impede o seccionamento." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Crie uma conta Ultimaker gratuita" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." -msgstr "Não existem perfis que correspondam à configuração deste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Iniciar sessão" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 -msgctxt "@label" -msgid "Select configuration" -msgstr "Selecionar configuração" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Atualização mais recente: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 -msgctxt "@label" -msgid "Configurations" -msgstr "Configurações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Conta Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "A carregar as configurações disponíveis da impressora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Terminar sessão" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "As configurações não estão disponíveis porque a impressora está desligada." +msgid "Checking..." +msgstr "A verificar..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Esta configuração não está disponível porque não foi possível reconhecer %1. Visite %2 para transferir o perfil de material correto." +msgid "Account synced" +msgstr "Conta sincronizada" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 msgctxt "@label" -msgid "Marketplace" -msgstr "Mercado" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Abrir ficheiro(s)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Impressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Material" +msgid "Something went wrong..." +msgstr "Ocorreu um problema..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Definir como Extrusor Ativo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Instalar atualizações pendentes" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Ativar Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Verificar atualizações de conta" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Desativar Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "A Seccionar..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Abrir &Recente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Não é possível seccionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Definições Visíveis" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "A processar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Fechar todas as categorias" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Seccionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Gerir Visibilidade das Definições..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Iniciar o processo de seccionamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" -msgstr "&Posição da câmara" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" -msgstr "Vista da câmara" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Estimativa de tempo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" -msgstr "Perspetiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Estimativa de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" -msgstr "Ortográfica" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1 m" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "&Base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1 g" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 msgctxt "@label" -msgid "View type" -msgstr "Ver tipo" +msgid "No time estimation available" +msgstr "Nenhuma estimativa de tempo disponível" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 msgctxt "@label" -msgid "Is printed as support." -msgstr "É imprimido como suporte." +msgid "No cost estimation available" +msgstr "Nenhuma estimativa de custos disponível" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Foram modificados outros modelos sobrepostos com este modelo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Pré-visualizar" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Foi modificada a sobreposição de enchimento com este modelo." +msgid "This package will be installed after restarting." +msgstr "Este pacote será instalado após reiniciar." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Não são suportadas sobreposições com este modelo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 +msgctxt "@title:tab" +msgid "General" +msgstr "Geral" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Substitui %1 definição." -msgstr[1] "Substitui %1 definições." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Definições" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Impressoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 msgctxt "@title:tab" msgid "Profiles" msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Ativar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "A fechar %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 -msgctxt "@label" -msgid "Create" -msgstr "Criar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Tem a certeza de que pretende sair de %1?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 -msgctxt "@label" -msgid "Duplicate" -msgstr "Duplicar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Mudar Nome" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Exportar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Instalar Pacote" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 msgctxt "@title:window" -msgid "Create Profile" -msgstr "Criar Perfil" +msgid "Open File(s)" +msgstr "Abrir ficheiro(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Forneça um nome para este perfil." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Encontrámos um ou mais ficheiros G-code nos ficheiros selecionados. Só é possível abrir um ficheiro G-code de cada vez. Se pretender abrir um ficheiro G-code, selecione apenas um." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplicar Perfil" +msgid "Add Printer" +msgstr "Adicionar Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Confirmar Remoção" +msgid "What's New" +msgstr "Novidades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Tem a certeza de que deseja remover o perfil %1? Não é possível desfazer esta ação!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Ligado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Mudar Nome do Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Desligado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Experimental" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Exportar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Definições de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Impressora: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Configuração de impressão desativada. O ficheiro G-code não pode ser modificado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Atualizar perfil com as definições/substituições atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Este perfil utiliza as predefinições especificadas pela impressora, pelo que não tem quaisquer definições/substituições na lista seguinte." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "As suas definições atuais correspondem ao perfil selecionado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Não existe um perfil %1 para a configuração do extrusor %2. O objetivo predefinido será usado como alternativa" +msgstr[1] "Não existe um perfil %1 para as configurações dos extrusores %2. O objetivo predefinido será usado como alternativa" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Definições Globais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Enchimento gradual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 -msgctxt "@title:tab" -msgid "General" -msgstr "Geral" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "O enchimento gradual irá aumentar progressivamente a densidade do enchimento em direção ao topo." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Interface" -msgstr "Interface" +msgid "Support" +msgstr "Suportes" + +# rever! +# collapse ? +# desmoronar? desabar? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Criar estruturas para suportar partes do modelo, suspensas ou com saliências. Sem estas estruturas, essas partes do modelo podem desmoronar durante a impressão." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 msgctxt "@label" -msgid "Currency:" -msgstr "Moeda:" +msgid "Profiles" +msgstr "Perfis" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Algumas definições do perfil foram modificadas. Se pretender alterá-las, aceda ao modo Personalizado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 msgctxt "@label" -msgid "Theme:" -msgstr "Tema:" +msgid "Adhesion" +msgstr "Aderência à Base de Construção" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "É necessário reiniciar a aplicação para que estas alterações sejam aplicadas." +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Permite a impressão de uma aba ou raft. Isto irá adicionar, respetivamente, uma área plana em torno ou sob a base do seu objeto, que são fáceis de retirar posteriormente." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Seccionar automaticamente ao alterar as definições." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Perfis personalizados" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Seccionar automaticamente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Descartar alterações atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Viewport behavior" -msgstr "Comportamento da janela" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Realçar, a vermelho, as áreas do modelo sem apoio. Sem suporte, estas áreas podem não ser impressas correctamente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Alguns valores de definição/substituição são diferentes dos valores armazenados no perfil.\n" +"\n" +"Clique para abrir o gestor de perfis." -# rever! -# consolas? -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Mostrar Saliências (Overhangs)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Definição" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Destaque as superfícies extra ou em falta do modelo utilizando sinais de aviso. As trajetórias de ferramentas irão falhar muitas vezes partes da geometria pretendida." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Apresentar erros de modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Atual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Move a câmara de forma que o modelo fique no centro da visualização quando é selecionado um modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Centrar câmara ao selecionar item" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "O comportamento de zoom predefinido do Cura deve ser invertido?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Inverta a direção do zoom da câmera." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "O zoom deve deslocar-se na direção do rato?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Fazer zoom em direção ao rato não é suportado na perspetiva ortográfica." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Visibilidade das Definições" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Fazer Zoom na direção do rato" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Os modelos, na plataforma, devem ser movidos para que não se intersectem?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Selecionar tudo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Garantir que os modelos não se interceptam" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Pousar os modelos na base de construção?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Ativar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Pousar automaticamente os modelos na base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Mudar Nome" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Mostrar mensagem de aviso no leitor de g-code." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Confirmar Alteração de Diâmetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Mensagem de aviso no leitor de g-code" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "O novo diâmetro do filamento está definido como %1 mm, o que não é compatível com o extrusor actual. Pretende prosseguir?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "A vista por camada deve ser forçada a utilizar o modo de compatibilidade?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Nome" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Forçar o modo de compatibilidade na visualização por camada (é necessário reiniciar)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marca" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "O Cura deve abrir na localização onde foi fechado?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Tipo de Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Restaurar posição da janela ao iniciar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Cor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Que tipo de composição de câmara deve ser utilizado?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Composição de câmara:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspetiva" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ortográfica" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 -msgctxt "@label" -msgid "Opening and saving files" -msgstr "Abrir e guardar ficheiros" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Pretende que os ficheiros abertos a partir do ambiente de trabalho ou de aplicações externas sejam executados na mesma instância do Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Utilizar uma única instância do Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Limpar a base de construção antes de carregar um novo modelo na instância única do Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Limpar base de construção antes de carregar o modelo na instância única" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Os modelos devem ser redimensionados até ao volume de construção se forem demasiado grandes?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Redimensionar modelos demasiado grandes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Um modelo pode parecer extremamente pequeno se, por exemplo, este tiver sido criado em metros e não em milímetros. Estes modelos devem ser redimensionados?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Redimensionar modelos extremamente pequenos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Selecionar os modelos depois de abertos?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Selecionar os modelos depois de abertos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Deve um prefixo com base no nome da impressora ser adicionado ao nome do trabalho de impressão automaticamente?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Adicionar prefixo da máquina ao nome do trabalho" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Deve ser apresentado um resumo ao guardar um ficheiro de projeto?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Mostrar caixa de diálogo de resumo ao guardar projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Comportamento predefinido ao abrir um ficheiro de projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Comportamento predefinido ao abrir um ficheiro de projeto: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Perguntar sempre isto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Abrir sempre como projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Importar sempre modelos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Quando tiver realizado alterações a um perfil e mudado para outro, será apresentada uma caixa de diálogo a perguntar se pretende manter as alterações. Caso contrário, pode escolher um comportamento predefinido, sendo que a caixa de diálogo nunca mais é apresentada." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Comportamento predefinido para valores de definição alterados ao mudar para um perfil diferente: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Descartar sempre definições alteradas" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Transferir sempre definições alteradas para o novo perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privacidade" - -# rever! -# legal wording -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Podem alguns dados anónimos sobre a impressão ser enviados para a Ultimaker? Não são enviadas, nem armazenadas, quaisquer informações pessoais, incluindo modelos, endereços IP ou outro tipo de identificação pessoal." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Enviar dados (anónimos) sobre a impressão" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Mais informações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Atualizações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "O Cura deve procurar atualizações quando o programa é iniciado?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Procurar atualizações ao iniciar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Quando se verificar se existem atualizações, verificar apenas a existência de versões estáveis." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Apenas versões estáveis" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Quando se verificar se existem atualizações, verificar tanto a existência de versões estáveis como de versões beta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Versões estáveis e beta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Fazer uma verificação automática de novos plug-ins sempre que o Cura for iniciado? Recomenda-se vivamente que não desative esta opção!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Receber notificações para atualizações de plug-ins" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" -msgid "Information" -msgstr "Informações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Confirmar Alteração de Diâmetro" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "O novo diâmetro do filamento está definido como %1 mm, o que não é compatível com o extrusor actual. Pretende prosseguir?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Nome" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "Tipo de Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "Cor" +msgid "Material color picker" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Propriedades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Densidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diâmetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Custo do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Peso do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Comprimento do filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Custo por Metro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Este material está associado a %1 e partilha algumas das suas propriedades." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Desassociar Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Descrição" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Informações de Aderência" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Criar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplicar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Sincronizar com Impressoras" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Impressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importar material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Não foi possível importar o material %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Material %1 importado com êxito" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Exportar Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Falha ao exportar material para %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Material exportado com êxito para %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informações" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Sincronizar materiais com impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Sincronizar materiais com impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Com alguns passos simples poderá sincronizar todos os seus perfis de materiais com as suas impressoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Começar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Por que motivo tenho de sincronizar os perfis de materiais?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Começar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Iniciar sessão" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Para sincronizar automaticamente os perfis de materiais com todas as impressoras ligadas à Digital Factory, tem de ter uma sessão iniciada no Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Sincronizar materiais através de USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "As seguintes impressoras vão receber os novos perfis de materiais:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Ocorreu um problema ao enviar os materiais para as impressoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Perfis de materiais foram sincronizados com êxito com as seguintes impressoras:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Resolução de problemas" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Faltam impressoras?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Certifique-se de que todas as impressoras estão ON e ligadas com a Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Atualizar lista" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Tente novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Concluído" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Sincronizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "A sincronizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Não foi encontrada nenhuma impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Parece que não tem nenhuma impressora compatível ligada com a Digital Factory. Certifique-se de que a impressora está ligada e que tem o firmware mais" -" recente instalado." +msgstr "Parece que não tem nenhuma impressora compatível ligada com a Digital Factory. Certifique-se de que a impressora está ligada e que tem o firmware mais recente instalado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Saiba como ligar a sua impressora à Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Sincronizar perfis de materiais via USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Siga os seguintes passos para instalar os novos perfis de materiais na sua impressora." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Clique no botão para exportar o ficheiro de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Guarde o ficheiro .umm numa unidade USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Insira a unidade USB na impressora e inicie o procedimento para carregar novos perfis de materiais." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Como carregar novos perfis de materiais para a minha impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Anterior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Exportar ficheiro de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Exportar Todos os Materiais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Visibilidade das Definições" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Selecionar tudo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Calculado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Definição" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplicar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Exportar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Atual" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Confirmar Remoção" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Unidade" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Tem a certeza de que deseja remover o perfil %1? Não é possível desfazer esta ação!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Sem ligação a uma impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Importar material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "A impressora não aceita comandos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Material %1 importado com êxito" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "Em manutenção. Verifique a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Não foi possível importar o material %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Perdeu-se a ligação com a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Exportar Material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "A imprimir..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Falha ao exportar material para %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Em pausa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Material exportado com êxito para %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "A preparar..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 +msgctxt "@label" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Remova a impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Cancelar impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 -msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Tem a certeza de que deseja cancelar a impressão?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Imprimir Modelo Selecionado com o %1" -msgstr[1] "Imprimir Modelos Selecionados com o %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "As minhas impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Este perfil utiliza as predefinições especificadas pela impressora, pelo que não tem quaisquer definições/substituições na lista seguinte." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Monitorize as impressoras no Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "As suas definições atuais correspondem ao perfil selecionado." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Crie projetos de impressão na Digital Library." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Definições Globais" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Trabalhos em Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Criar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Monitorize os trabalhos de impressão e volte a imprimir a partir do histórico de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Forneça um nome para este perfil." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Tire mais partido do Ultimaker Cura com plug-ins e perfis de materiais." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Exportar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Torne-se um perito em impressão 3D com os cursos de e-learning da Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplicar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Suporte da Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Mudar Nome do Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Saiba como começar a utilizar o Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Faça uma pergunta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interface" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consulte a Comunidade Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Reportar um erro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 +msgctxt "@label" +msgid "Currency:" +msgstr "Moeda:" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Informe os programadores quando houver algum problema." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Visite o site da Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Seccionar automaticamente ao alterar as definições." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 -msgctxt "@label" -msgid "Printer control" -msgstr "Controlo da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Seccionar automaticamente" -# rever! -# contexto?! -# Jog? -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Position" -msgstr "Posição de deslocação" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +msgid "Viewport behavior" +msgstr "Comportamento da janela" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Realçar, a vermelho, as áreas do modelo sem apoio. Sem suporte, estas áreas podem não ser impressas correctamente." # rever! -# contexto?! -# Jog? -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 -msgctxt "@label" -msgid "Jog Distance" -msgstr "Distância de deslocação" +# consolas? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Mostrar Saliências (Overhangs)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 -msgctxt "@label" -msgid "Send G-code" -msgstr "Enviar G-code" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Destaque as superfícies extra ou em falta do modelo utilizando sinais de aviso. As trajetórias de ferramentas irão falhar muitas vezes partes da geometria pretendida." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Enviar um comando G-code personalizado para a impressora ligada. Prima \"Enter\" para enviar o comando." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Apresentar erros de modelo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Move a câmara de forma que o modelo fique no centro da visualização quando é selecionado um modelo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "A temperatura-alvo do extrusor. O extrusor irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento do extrusor será desligado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Centrar câmara ao selecionar item" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "A temperatura atual deste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "O comportamento de zoom predefinido do Cura deve ser invertido?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "A temperatura-alvo de preaquecimento do extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Inverta a direção do zoom da câmera." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "O zoom deve deslocar-se na direção do rato?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Preaquecer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Fazer zoom em direção ao rato não é suportado na perspetiva ortográfica." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Aquecer o extrusor com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar que o extrusor aqueça quando começar a impressão." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Fazer Zoom na direção do rato" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "A cor do material neste extrusor." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "O material neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Os modelos, na plataforma, devem ser movidos para que não se intersectem?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "O nozzle inserido neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Garantir que os modelos não se interceptam" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "A impressora não está ligada." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Pousar os modelos na base de construção?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Pousar automaticamente os modelos na base de construção" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "A temperatura desejada da base aquecida. A base irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento da base será desligado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Mostrar mensagem de aviso no leitor de g-code." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "A temperatura atual da base aquecida." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Mensagem de aviso no leitor de g-code" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "A temperatura de pré-aquecimento da base." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "A vista por camada deve ser forçada a utilizar o modo de compatibilidade?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Aqueçer a base com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar que a base aqueça quando começar a impressão." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Forçar o modo de compatibilidade na visualização por camada (é necessário reiniciar)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Iniciar sessão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "O Cura deve abrir na localização onde foi fechado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Adicione definições de materiais e plug-ins do Marketplace\n" -"- Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins\n" -"- Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Restaurar posição da janela ao iniciar" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Crie uma conta Ultimaker gratuita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Que tipo de composição de câmara deve ser utilizado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Atualização mais recente: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Composição de câmara:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspetiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Terminar sessão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ortográfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Checking..." -msgstr "A verificar..." +msgid "Opening and saving files" +msgstr "Abrir e guardar ficheiros" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Conta sincronizada" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Pretende que os ficheiros abertos a partir do ambiente de trabalho ou de aplicações externas sejam executados na mesma instância do Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 -msgctxt "@label" -msgid "Something went wrong..." -msgstr "Ocorreu um problema..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Utilizar uma única instância do Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Instalar atualizações pendentes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Limpar a base de construção antes de carregar um novo modelo na instância única do Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Verificar atualizações de conta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Limpar base de construção antes de carregar o modelo na instância única" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Sem título" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Os modelos devem ser redimensionados até ao volume de construção se forem demasiado grandes?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Nenhum item para selecionar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Redimensionar modelos demasiado grandes" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Mostrar Guia de resolução de problemas online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Um modelo pode parecer extremamente pequeno se, por exemplo, este tiver sido criado em metros e não em milímetros. Estes modelos devem ser redimensionados?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Alternar para ecrã inteiro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Redimensionar modelos extremamente pequenos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Sair do Ecrã Inteiro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Selecionar os modelos depois de abertos?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "&Desfazer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Selecionar os modelos depois de abertos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Refazer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Deve um prefixo com base no nome da impressora ser adicionado ao nome do trabalho de impressão automaticamente?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Sair" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Adicionar prefixo da máquina ao nome do trabalho" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Vista 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Deve ser apresentado um resumo ao guardar um ficheiro de projeto?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Vista Frente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Mostrar caixa de diálogo de resumo ao guardar projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Vista Cima" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Comportamento predefinido ao abrir um ficheiro de projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Vista Inferior" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Comportamento predefinido ao abrir um ficheiro de projeto: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Vista Lado Esquerdo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Perguntar sempre isto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Vista Lado Direito" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Abrir sempre como projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Configurar Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Importar sempre modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Adicionar Impressora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Quando tiver realizado alterações a um perfil e mudado para outro, será apresentada uma caixa de diálogo a perguntar se pretende manter as alterações. Caso contrário, pode escolher um comportamento predefinido, sendo que a caixa de diálogo nunca mais é apresentada." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Gerir Im&pressoras..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Comportamento predefinido para valores de definição alterados ao mudar para um perfil diferente: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Gerir Materiais..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Descartar sempre definições alteradas" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Use o Mercado para adicionar outros materiais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Transferir sempre definições alteradas para o novo perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&Atualizar perfil com as definições/substituições atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privacidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Descartar alterações atuais" +# rever! +# legal wording +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Podem alguns dados anónimos sobre a impressão ser enviados para a Ultimaker? Não são enviadas, nem armazenadas, quaisquer informações pessoais, incluindo modelos, endereços IP ou outro tipo de identificação pessoal." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&Criar perfil a partir das definições/substituições atuais..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Enviar dados (anónimos) sobre a impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Gerir Perfis..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Atualizações" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Mostrar &documentação online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "O Cura deve procurar atualizações quando o programa é iniciado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Reportar um &erro" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Procurar atualizações ao iniciar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Novidades" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Quando se verificar se existem atualizações, verificar apenas a existência de versões estáveis." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Sobre..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Apenas versões estáveis" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Apagar seleção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Quando se verificar se existem atualizações, verificar tanto a existência de versões estáveis como de versões beta." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centrar seleção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Versões estáveis e beta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Multiplicar seleção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Fazer uma verificação automática de novos plug-ins sempre que o Cura for iniciado? Recomenda-se vivamente que não desative esta opção!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Apagar Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Receber notificações para atualizações de plug-ins" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Ce&ntrar Modelo na Base" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Adicionar impressora por endereço IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "&Agrupar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Introduza o endereço IP da sua impressora." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Desagrupar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Adicionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "&Combinar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Não foi possível ligar ao dispositivo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Multiplicar Modelo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Não se consegue ligar a uma impressora Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Selecionar todos os modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "A impressora neste endereço ainda não respondeu." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Limpar base de construção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Não foi possível adicionar esta impressora porque é uma impressora desconhecida ou não aloja um grupo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Recarregar todos os modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Ligar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Dispor todos os modelos em todas as bases de construção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Notas da versão" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Dispor todos os modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Contrato de utilizador" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Dispor seleção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Concordar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Repor todas as posições de modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Rejeitar e fechar" -# rever! -# Cancelar todas? -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Repor Todas as Transformações do Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Novidades" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&Abrir Ficheiro(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Seguinte" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Novo Projeto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Adicionar uma impressora de cloud" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Mostrar pasta de configuração" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "A aguardar resposta da cloud" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Configurar visibilidade das definições..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +msgctxt "@label" +msgid "No printers found in your account?" +msgstr "Não foram encontradas impressoras na sua conta?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "As seguintes impressoras na sua conta foram adicionadas no Cura:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Adicionar impressora manualmente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Adicione definições de materiais e plug-ins do Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Ignorar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Crie uma Conta Ultimaker gratuita" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Esta definição não é utilizada porque todas as definições influenciadas foram substituídas." +msgid "Welcome to Ultimaker Cura" +msgstr "Bem-vindo ao Ultimaker Cura" -# rever! -# Afeta? -# Influencia? -# Altera? -# Modifica? -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Modifica" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "Siga estes passos para configurar o Ultimaker Cura. Este processo irá demorar apenas alguns momentos." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Modificado Por" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Iniciar" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Esta definição é sempre partilhada entre todos os extrusores. Ao alterá-la aqui, o valor será alterado em todos os extrusores." +msgid "Empty" +msgstr "Vazio" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Esta definição está resolvida a partir de valores específicos da extrusora em conflito:" +msgid "Manufacturer" +msgstr "Fabricante" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Esta definição tem um valor que é diferente do perfil.\n" -"\n" -"Clique para restaurar o valor do perfil." +msgid "Profile author" +msgstr "Autor do perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Normalmente, o valor desta definição é calculado, mas atualmente tem definido um valor diferente.\n" -"\n" -"Clique para restaurar o valor calculado." +msgid "Printer name" +msgstr "Nome da impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Atribuir um nome à impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Adicionar uma impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Adicionar uma impressora em rede" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Adicionar uma impressora sem rede" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Não foi encontrada nenhuma impressora na sua rede." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Atualizar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Adicionar impressora por IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Adicionar impressora de cloud" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Resolução de problemas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Ajude-nos a melhorar o Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "O Ultimaker Cura recolhe dados anónimos para melhorar a qualidade da impressão e a experiência do utilizador, incluindo:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Tipos de máquina" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Utilização do material" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Número de Secções" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Definições de impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Os dados recolhidos pelo Ultimaker Cura não conterão quaisquer informações pessoais." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Mais informações" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Lista de objetos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "É imprimido como suporte." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Foram modificados outros modelos sobrepostos com este modelo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Foi modificada a sobreposição de enchimento com este modelo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Não são suportadas sobreposições com este modelo." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Substitui %1 definição." +msgstr[1] "Substitui %1 definições." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Impressoras ligadas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Impressoras predefinidas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "A impressora de cloud está offline. Verifique se a impressora está ligada e conectada à Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Esta impressora não está associada à sua conta. Visite a Ultimaker Digital Factory para estabelecer uma ligação." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "A conectividade de cloud está atualmente indisponível. Inicie sessão para estabelecer ligação com a impressora de cloud." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "A conectividade de cloud está atualmente indisponível. Verifique a sua ligação à Internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Adicionar Impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Gerir impressoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Sem título" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Sem ligação a uma impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "A impressora não aceita comandos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "Em manutenção. Verifique a impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Perdeu-se a ligação com a impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "A imprimir..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Em pausa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "A preparar..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Remova a impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Cancelar impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Tem a certeza de que deseja cancelar a impressão?" + +# rever! +# ocultas? +# escondidas? +# valor normal? automatico? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Algumas das definições invisíveis têm valores diferentes dos valores normais calculados automaticamente.\n" +"\n" +"Clique para tornar estas definições visíveis." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Procurar definições" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Copiar valor para todos os extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Copiar todos os valores alterados para todos os extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Esconder esta definição" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Não mostrar esta definição" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Manter esta definição visível" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Configurar visibilidade das definições..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Esta definição não é utilizada porque todas as definições influenciadas foram substituídas." + +# rever! +# Afeta? +# Influencia? +# Altera? +# Modifica? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Modifica" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Modificado Por" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Esta definição é sempre partilhada entre todos os extrusores. Ao alterá-la aqui, o valor será alterado em todos os extrusores." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Esta definição está resolvida a partir de valores específicos da extrusora em conflito:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Esta definição tem um valor que é diferente do perfil.\n" +"\n" +"Clique para restaurar o valor do perfil." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Normalmente, o valor desta definição é calculado, mas atualmente tem definido um valor diferente.\n" +"\n" +"Clique para restaurar o valor calculado." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Impressão ativa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nome do trabalho" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Tempo de Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Tempo restante estimado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Alternar para ecrã inteiro" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Sair do Ecrã Inteiro" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "&Desfazer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Refazer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Sair" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Vista 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Vista Frente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Vista Cima" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Vista Inferior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Vista Lado Esquerdo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Vista Lado Direito" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Configurar Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Adicionar Impressora..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Gerir Im&pressoras..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Gerir Materiais..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&Atualizar perfil com as definições/substituições atuais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Descartar alterações atuais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&Criar perfil a partir das definições/substituições atuais..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Gerir Perfis..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Mostrar &documentação online" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Reportar um &erro" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Novidades" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Sobre..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Apagar seleção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centrar seleção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Multiplicar seleção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Apagar Modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Ce&ntrar Modelo na Base" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "&Agrupar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Desagrupar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "&Combinar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Multiplicar Modelo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Selecionar todos os modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Limpar base de construção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Recarregar todos os modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Dispor todos os modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Dispor seleção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Repor todas as posições de modelos" + +# rever! +# Cancelar todas? +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Repor Todas as Transformações do Modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&Abrir Ficheiro(s)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Novo Projeto..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Mostrar pasta de configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Vista 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Vista Frente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Vista Cima" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Vista esquerda" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Vista direita" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Fornece uma fase de preparação no Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Fase de preparação" + +# rever! +# Fornece suporte para exportar perfis Cura. +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Possibilita a exportação de perfis do Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Gravador de perfis Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Fornece suporte para a leitura de ficheiros modelo." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Leitor de Trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Procura e verifica se existem atualizações de firmware." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Verificador Atualizações Firmware" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Regista determinados eventos para que possam ser utilizados pelo \"crash reporter\"" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Sentry Logger" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Fornece uma fase de monitorização no Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Fase de monitorização" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Fornece suporte de ligação da unidade amovível e suporte de gravação." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Plug-in de dispositivo de saída da unidade amovível" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Fornece suporte para ler ficheiros AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Leitor de AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Fornece suporte para ler pacotes de formato Ultimaker." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Leitor de UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Liga à Biblioteca Digital, permitindo ao Cura abrir ficheiros da Biblioteca Digital e guardar ficheiros na mesma." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Biblioteca Digital Ultimaker" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Fornece as definições por-modelo." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Ferramenta de definições Por-Modelo" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Disponibiliza as ações da máquina para atualizar o firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Atualizador de firmware" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Gere as ligações de rede com as impressoras em rede Ultimaker." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ligação de rede Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Verifica potenciais problemas de impressão nos modelos e definições de impressão, e oferece sugestões." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Verificador de Modelos" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +# rever! +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Visualização por camadas" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Grava o g-code num ficheiro." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Gravador de G-code" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Possiblita a gravação de ficheiros 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Gravador 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Lê o g-code a partir de um arquivo comprimido." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Leitor de G-code comprimido" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Fornece capacidades para ler e gravar perfis de material com base em XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Perfis de Materiais" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Fornece a hiperligação para o back-end de seccionamento do CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Back-end do CuraEngine" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Fornece suporte para ler ficheiros X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Leitor de X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Permite gerar geometria imprimível a partir de ficheiros de imagem 2D." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Leitor de imagens" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Fornece suporte para ler ficheiros 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Leitor de 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Permite a gravação de arquivos Ultimaker Format." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Gravador de UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Permite importar perfis de versões antigas do Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Leitor de perfis antigos do Cura" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Configurações de atualizações do Cura 4.3 para o Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Atualização da versão 4.3 para 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Atualiza as configurações do Cura 2.1 para o Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Atualização da versão 2.1 para 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Atualiza as configurações do Cura 4.1 para o Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Atualização da versão 4.1 para 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Atualiza as configurações do Cura 4.5 para o Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Atualização da versão 4.5 para a versão 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Atualiza as configurações do Cura 3.3 para o Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Atualização da versão 3.3 para 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Atualiza as configurações do Cura 4.8 para o Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Atualização da versão 4.8 para 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Atualiza as configurações do Cura 2.7 para o Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Atualização da versão 2.7 para 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Atualiza as configurações do Cura 4.4 para o Cura 4.5." + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Atualização da versão 4.4 para a versão 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Procurar definições" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Atualiza as configurações do Cura 3.0 para o Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Copiar valor para todos os extrusores" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Atualização da versão 3.0 para 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Copiar todos os valores alterados para todos os extrusores" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Atualiza as configurações do Cura 4.6.0 para o Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Esconder esta definição" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Atualização da versão 4.6.0 para a versão 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Não mostrar esta definição" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Atualiza as configurações do Cura 2.6 para o Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Manter esta definição visível" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Atualização da versão 2.6 para 2.7" -# rever! -# ocultas? -# escondidas? -# valor normal? automatico? -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Algumas das definições invisíveis têm valores diferentes dos valores normais calculados automaticamente.\n" -"\n" -"Clique para tornar estas definições visíveis." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Atualiza as configurações do Cura 4.2 para o Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Este pacote será instalado após reiniciar." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Atualização da versão 4.2 para 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Definições" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Atualiza as configurações do Cura 4.0 para o Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "A fechar %1" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Atualização da versão 4.0 para 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Tem a certeza de que pretende sair de %1?" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Atualiza as configurações do Cura 4.6.2 para o Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Instalar Pacote" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Atualização da versão 4.6.2 para a versão 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Abrir ficheiro(s)" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Atualiza as configurações do Cura 4.9 para o Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Encontrámos um ou mais ficheiros G-code nos ficheiros selecionados. Só é possível abrir um ficheiro G-code de cada vez. Se pretender abrir um ficheiro G-code, selecione apenas um." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Atualização da versão 4.9 para 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Adicionar Impressora" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Atualiza as configurações do Cura 2.2 para o Cura 2.4." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Novidades" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Atualização da versão 2.2 para 2.4" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Fornece as definições por-modelo." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Atualiza as configurações do Cura 3.2 para o Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Ferramenta de definições Por-Modelo" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Atualização da versão 3.2 para 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Fornece suporte para importar perfis Cura." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Atualiza as configurações do Cura 2.5 para o Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Leitor de Perfis Cura" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Atualização da versão 2.5 para 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Fornece suporte para ler ficheiros X3D." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Atualiza as configurações do Cura 3.5 para o Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Leitor de X3D" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Atualização da versão 3.5 para 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Efetua uma cópia de segurança e repõe a sua configuração." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Atualiza as configurações do Cura 3.4 para o Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cópias de segurança do Cura" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Atualização da versão 3.4 para 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Proporciona uma forma de alterar as definições da máquina (tal como o volume de construção, o tamanho do nozzle, etc.)." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Atualiza as configurações do Cura 4.7 para o Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Função Definições da Máquina" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Atualização da versão 4.7 para 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Cria um objecto usado para eliminar a impressão de suportes em certas zonas" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Atualiza as configurações do Cura 4.11 para o Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Eliminador de suportes" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Atualização da versão 4.11 para a versão 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Fornece suporte de ligação da unidade amovível e suporte de gravação." +msgid "Backup and restore your configuration." +msgstr "Efetua uma cópia de segurança e repõe a sua configuração." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Plug-in de dispositivo de saída da unidade amovível" +msgid "Cura Backups" +msgstr "Cópias de segurança do Cura" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Disponibiliza as ações da máquina para atualizar o firmware." +msgid "Provides support for importing Cura profiles." +msgstr "Fornece suporte para importar perfis Cura." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Atualizador de firmware" +msgid "Cura Profile Reader" +msgstr "Leitor de Perfis Cura" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Permite importar perfis de versões antigas do Cura." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Envia informações anónimas sobre o seccionamento. Pode ser desativado nas preferências." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Leitor de perfis antigos do Cura" +msgid "Slice info" +msgstr "Informações do seccionamento" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Fornece suporte para ler ficheiros 3MF." +msgid "Provides support for importing profiles from g-code files." +msgstr "Permite importar perfis a partir de ficheiros g-code." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Leitor de 3MF" +msgid "G-code Profile Reader" +msgstr "Leitor de perfis G-code" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Permite a gravação de arquivos Ultimaker Format." +msgid "Writes g-code to a compressed archive." +msgstr "Grava o g-code num arquivo comprimido." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Gravador de UFP" +msgid "Compressed G-code Writer" +msgstr "Gravador de G-code comprimido" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Regista determinados eventos para que possam ser utilizados pelo \"crash reporter\"" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Extensão que permite a utilização de scripts criados pelo utilizador para efeitos de pós-processamento" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Sentry Logger" +msgid "Post Processing" +msgstr "Pós-Processamento" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Permite importar perfis a partir de ficheiros g-code." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Cria um objecto usado para eliminar a impressão de suportes em certas zonas" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Leitor de perfis G-code" +msgid "Support Eraser" +msgstr "Eliminador de suportes" #: PreviewStage/plugin.json msgctxt "description" @@ -6121,57 +6535,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Vista Raio-X" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Fornece a hiperligação para o back-end de seccionamento do CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Disponibiliza funções especificas para as máquinas Ultimaker (tais como, o assistente de nivelamento da base, seleção de atualizações, etc.)." -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Back-end do CuraEngine" +msgid "Ultimaker machine actions" +msgstr "Funções para impressoras Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Fornece suporte para ler ficheiros AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Leitor de AMF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Lê o g-code a partir de um arquivo comprimido." +msgid "Provides a normal solid mesh view." +msgstr "Permite a visualização (simples) dos objetos como sólidos." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Leitor de G-code comprimido" +msgid "Solid View" +msgstr "Vista Sólidos" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Extensão que permite a utilização de scripts criados pelo utilizador para efeitos de pós-processamento" +msgid "Allows loading and displaying G-code files." +msgstr "Permite abrir e visualizar ficheiros G-code." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Pós-Processamento" +msgid "G-code Reader" +msgstr "Leitor de G-code" -# rever! -# Fornece suporte para exportar perfis Cura. -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Possibilita a exportação de perfis do Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Proporciona uma forma de alterar as definições da máquina (tal como o volume de construção, o tamanho do nozzle, etc.)." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Gravador de perfis Cura" +msgid "Machine Settings Action" +msgstr "Função Definições da Máquina" #: USBPrinting/plugin.json msgctxt "description" @@ -6183,416 +6595,363 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Fornece uma fase de preparação no Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiais" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Fase de preparação" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "É necessário reiniciar o {} para que as alterações tenham efeito." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Permite abrir e visualizar ficheiros G-code." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "A sincronizar..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Leitor de G-code" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Foram detetadas alterações da sua conta Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Permite gerar geometria imprimível a partir de ficheiros de imagem 2D." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Pretende sincronizar o material e os pacotes de software com a sua conta?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Leitor de imagens" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Disponibiliza funções especificas para as máquinas Ultimaker (tais como, o assistente de nivelamento da base, seleção de atualizações, etc.)." +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Rejeitar e remover da conta" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Funções para impressoras Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "Falhou a transferência de {} plug-ins" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Grava o g-code num arquivo comprimido." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Contrato de licença do plug-in" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Gravador de G-code comprimido" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Converter imagem..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Procura e verifica se existem atualizações de firmware." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "A largura em milímetros na base de construção." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Verificador Atualizações Firmware" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Mercado" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Envia informações anónimas sobre o seccionamento. Pode ser desativado nas preferências." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "É necessário reiniciar o Cura para que as alterações dos pacotes sejam aplicadas." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Informações do seccionamento" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Instalar" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Fornece capacidades para ler e gravar perfis de material com base em XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Instalado" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Perfis de Materiais" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Liga à Biblioteca Digital, permitindo ao Cura abrir ficheiros da Biblioteca Digital e guardar ficheiros na mesma." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Ir para Mercado na Web" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Biblioteca Digital Ultimaker" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Procurar materiais" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Encontre, organize e instale novos pacotes para o Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibilidade" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Toolbox" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Máquina" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Grava o g-code num ficheiro." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Base de construção" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Gravador de G-code" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Suportes" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Permite a visualização por camadas." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Qualidade" -# rever! -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Visualização por camadas" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Ficha técnica" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Atualiza as configurações do Cura 4.5 para o Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Ficha de segurança" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Atualização da versão 4.5 para a versão 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Instruções de impressão" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Atualiza as configurações do Cura 2.5 para o Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Site" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Atualização da versão 2.5 para 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "É necessário Log in para instalar ou atualizar" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Atualiza as configurações do Cura 4.6.0 para o Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Comprar bobinas de material" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Atualização da versão 4.6.0 para a versão 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Atualizar" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Atualiza as configurações do Cura 4.7 para o Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "A Actualizar" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Atualização da versão 4.7 para 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Atualizado" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Atualiza as configurações do Cura 3.4 para o Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Anterior" + +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Plug-ins" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Instalado" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Será instalado após reiniciar" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "É necessário Log in para atualizar" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Repor Versão Anterior" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Desinstalar" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Atualização da versão 3.4 para 3.5" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Contribuições comunitárias" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Atualiza as configurações do Cura 2.1 para o Cura 2.2." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Plug-ins comunitários" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Atualização da versão 2.1 para 2.2" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Materiais genéricos" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Atualiza as configurações do Cura 3.2 para o Cura 3.3." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "A obter pacotes..." -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Atualização da versão 3.2 para 3.3" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Site" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Atualiza as configurações do Cura 4.8 para o Cura 4.9." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-mail" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Atualização da versão 4.8 para 4.9" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Inicie sessão para obter plug-ins e materiais verificados para o Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Atualiza as configurações do Cura 4.6.2 para o Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Versão" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Atualização da versão 4.6.2 para a versão 4.7" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Actualizado em" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Atualiza as configurações do Cura 4.2 para o Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Transferências" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Atualização da versão 4.2 para 4.3" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Plug-ins instalados" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Configurações de atualizações do Cura 4.3 para o Cura 4.4." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Não foi instalado qualquer plug-in." -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Atualização da versão 4.3 para 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Materiais instalados" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Atualiza as configurações do Cura 4.9 para o Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Não foi instalado qualquer material." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Atualização da versão 4.9 para 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Plug-ins em pacote" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Atualiza as configurações do Cura 2.7 para o Cura 3.0." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Materiais em pacote" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Atualização da versão 2.7 para 3.0" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Não foi possível aceder á base de dados de Pacotes do Cura. Por favor verifique a sua ligação." -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Atualiza as configurações do Cura 2.6 para o Cura 2.7." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "É necessário aceitar a licença para instalar o pacote" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Atualização da versão 2.6 para 2.7" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Alterações feitas desde a sua conta" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Atualiza as configurações do Cura 4.11 para o Cura 4.12." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Descartar" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Atualização da versão 4.11 para a versão 4.12" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Os seguintes pacotes vão ser instalados:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Atualiza as configurações do Cura 3.3 para o Cura 3.4." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Os seguintes pacotes não podem ser instalados devido a uma versão incompatível do Cura:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Atualização da versão 3.3 para 3.4" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Confirmar desinstalação" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Atualiza as configurações do Cura 3.0 para o Cura 3.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Está a desinstalar materiais e/ou perfis que ainda estão a ser utilizados. Mediante confirmação, as predefinições dos seguintes materiais/perfis serão repostas." -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Atualização da versão 3.0 para 3.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiais" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Atualiza as configurações do Cura 4.0 para o Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Perfis" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Atualização da versão 4.0 para 4.1" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Confirmar" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Atualiza as configurações do Cura 4.4 para o Cura 4.5." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Alguns factores podem vir a ser problemáticos nesta impressão. Clique para ver algumas sugestões para melhorar a qualidade da impressão." -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Atualização da versão 4.4 para a versão 4.5" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Biblioteca de apoio para processamento de objetos planos" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Atualiza as configurações do Cura 2.2 para o Cura 2.4." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Personalizou algumas definições de perfil.\n" +#~ "Pretende manter estas definições alteradas depois de trocar de perfis?\n" +#~ "Como alternativa, pode descartar as alterações para carregar as predefinições a partir de '%1'." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Atualização da versão 2.2 para 2.4" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "&Base de construção" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Atualiza as configurações do Cura 4.1 para o Cura 4.2." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Criar" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Atualização da versão 4.1 para 4.2" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplicar" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Atualiza as configurações do Cura 3.5 para o Cura 4.0." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Impressora: %1" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Atualização da versão 3.5 para 4.0" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Atualizar perfil com as definições/substituições atuais" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Gere as ligações de rede com as impressoras em rede Ultimaker." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Tema:" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ligação de rede Ultimaker" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "É necessário reiniciar a aplicação para que estas alterações sejam aplicadas." -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Fornece suporte para a leitura de ficheiros modelo." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Mais informações" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Leitor de Trimesh" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Criar" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Fornece suporte para ler pacotes de formato Ultimaker." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Sincronizar com Impressoras" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Leitor de UFP" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Impressora" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Permite a visualização (simples) dos objetos como sólidos." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Unidade" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Vista Sólidos" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Mostrar Guia de resolução de problemas online" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Possiblita a gravação de ficheiros 3MF." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Use o Mercado para adicionar outros materiais" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Gravador 3MF" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Dispor todos os modelos em todas as bases de construção" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Fornece uma fase de monitorização no Cura." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Mercado" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Fase de monitorização" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Encontre, organize e instale novos pacotes para o Cura." -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Verifica potenciais problemas de impressão nos modelos e definições de impressão, e oferece sugestões." +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Toolbox" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Verificador de Modelos" +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Permite a visualização por camadas." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/pt_PT/fdmextruder.def.json.po b/resources/i18n/pt_PT/fdmextruder.def.json.po index d843296f89..fdca271293 100644 --- a/resources/i18n/pt_PT/fdmextruder.def.json.po +++ b/resources/i18n/pt_PT/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:56+0200\n" "Last-Translator: Portuguese \n" "Language-Team: Paulo Miranda , Portuguese \n" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 8f81248f64..9f86daa3d4 100644 --- a/resources/i18n/pt_PT/fdmprinter.def.json.po +++ b/resources/i18n/pt_PT/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:56+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Portuguese , Paulo Miranda , Portuguese \n" @@ -57,7 +57,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "Comandos G-code a serem executados no início – separados por \n." +msgstr "" +"Comandos G-code a serem executados no início – separados por \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -69,7 +71,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "Comandos G-code a serem executados no fim – separados por \n." +msgstr "" +"Comandos G-code a serem executados no fim – separados por \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -467,8 +471,8 @@ msgstr "Polígono da cabeça e do ventilador da máquina" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Uma silhueta 2D da cabeça de impressão (incluindo tampas do(s) ventilador(s))." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -745,6 +749,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "O diâmetro da roda que conduz o material pelo alimentador." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -974,6 +988,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "O número de paredes. Quando calculado através da espessura das paredes, este valor é arredondado para um número inteiro." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -1010,16 +1074,25 @@ msgctxt "optimize_wall_printing_order description" msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." msgstr "Otimizar a ordem pela qual as paredes são impressas de forma a reduzir o número de retrações e a distância percorrida. A maioria das peças irá beneficiar com a ativação desta opção, mas algumas podem na realidade demorar mais tempo, portanto, por favor compare as estimativas do tempo de impressão com e sem a otimização." -# antes das interiores? #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Paredes Exteriores Primeiro" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Quando ativado, imprime as paredes do exterior para o interior. Isto pode ajudar a melhorar a precisão dimensional em X e Y quando utilizar um plástico com alta viscosidade, como o ABS; no entanto, pode diminuir a qualidade de impressão da superfície exterior, especialmente em saliências." +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1034,96 +1107,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Imprimir uma parede adicional em camadas alternadas. Deste modo, o enchimento é \"capturado\" entre estas paredes adicionais, resultando em impressões mais robustas." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Compensar Sobreposição Paredes" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compensar o fluxo em partes de uma parede a ser impressa, onde já exista uma parede." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Compensar Paredes Exteriores" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Compensar o fluxo em partes de uma parede exterior a ser impressa, onde já exista uma parede." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Compensar Paredes Interiores" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Compensar o fluxo em partes de uma parede interior a ser impressa, onde já exista uma parede." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Fluxo de parede mínimo" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Fluxo percentual mínimo permitido para uma linha de parede. A compensação de substituição de paredes reduz o fluxo de uma parede quando se situa junto a uma parede existente. As paredes cujo fluxo é inferior a este valor serão substituídas com um movimento de deslocação. Ao utilizar esta definição, deve ativar a compensação de sobreposição de paredes e imprimir a parede exterior antes das paredes interiores." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferir retração" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Se ativada, é utilizada retração em vez de combing para movimentos de deslocação que substituem paredes cujo fluxo está abaixo do limiar mínimo de fluxo." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Preencher Folgas Entre Paredes" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" -# rever! -# onde nenhuma parede cabe #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Preencher as folgas entre as paredes onde não é possível criar paredes." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Em lado nenhum" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Imprimir Paredes Finas" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Em todo o lado" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Imprimir paredes do modelo que são mais finas horizontalmente do que o tamanho do nozzle." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Descartar Folgas Mínimas" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Descartar folgas muito pequenas, entre paredes, para reduzir \"blobs\" (borrões) no exterior da impressão." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Imprimir Paredes Finas" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Imprimir paredes do modelo que são mais finas horizontalmente do que o tamanho do nozzle." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1783,10 +1844,7 @@ msgstr "Padrão de Enchimento" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "O padrão do material de enchimento da impressão. A linha e o enchimento em ziguezague mudam de direção em camadas alternativas, o que reduz o custo do" -" material. Os padrões de grelha, triângulo, tri-hexágono, cubo, octeto, quarto cúbico, cruz e concêntrico são totalmente impressos em cada camada. Os enchimentos" -" gyroid, cúbico, quarto cúbico e octeto mudam em cada camada para proporcionar uma distribuição mais uniforme da resistência em cada direção. O enchimento" -" relâmpago tenta minimizar o enchimento, ao suportar apenas a parte superior do objeto." +msgstr "O padrão do material de enchimento da impressão. A linha e o enchimento em ziguezague mudam de direção em camadas alternativas, o que reduz o custo do material. Os padrões de grelha, triângulo, tri-hexágono, cubo, octeto, quarto cúbico, cruz e concêntrico são totalmente impressos em cada camada. Os enchimentos gyroid, cúbico, quarto cúbico e octeto mudam em cada camada para proporcionar uma distribuição mais uniforme da resistência em cada direção. O enchimento relâmpago tenta minimizar o enchimento, ao suportar apenas a parte superior do objeto." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2260,6 +2318,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Para compensar a redução do material quando arrefece, o modelo vai ser dimensionado com este fator." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2785,24 +2863,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "As primeiras camadas são impressas mais lentamente do que o resto do modelo para obter uma melhor aderência à base de construção e melhorar a taxa de sucesso geral das impressões. A velocidade é aumentada gradualmente nessas camadas." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Equilibrar fluxo de filamento" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Imprime linhas mais finas do que o normal de forma mais rápida, para que a quantidade de material extrudido por segundo permaneça o mesmo. As peças finas do modelo podem requerer linhas impressas com uma menor espessura de linha do que a especificada nas definições. Esta definição controla as mudanças de velocidade dessas linhas." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Velocidade máxima para equilíbrio de fluxo" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "A velocidade máxima de impressão ao ajustar a velocidade de impressão para equilibrar o fluxo." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4590,6 +4658,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir o Contorno/Aba/Raft. Definição usada com múltiplos extrusores." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4755,6 +4863,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "A distância entre linhas nas camadas superiores do raft. O espaçamento deve ser, igual ao Diâmetro da Linha, para que a superfície seja uniforme." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5274,6 +5392,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "O desvio máximo permitido ao reduzir a resolução da definição de Resolução máxima. Se aumentar esta definição, a impressão será menos precisa, mas o G-code será menor. O Desvio máximo é um limite para a Resolução máxima, pelo que, se estiverem em conflito, o Desvio máximo é sempre considerado verdadeiro." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6586,6 +6714,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Os elementos pequenos na primeira camada serão impressos a esta percentagem da respetiva velocidade de impressão normal. Uma impressão mais lenta pode ajudar em termos de aderência e precisão." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6646,6 +6804,101 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Matriz de transformação a ser aplicada ao modelo quando abrir o ficheiro." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Uma silhueta 2D da cabeça de impressão (incluindo tampas do(s) ventilador(s))." + +# antes das interiores? +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Paredes Exteriores Primeiro" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Quando ativado, imprime as paredes do exterior para o interior. Isto pode ajudar a melhorar a precisão dimensional em X e Y quando utilizar um plástico com alta viscosidade, como o ABS; no entanto, pode diminuir a qualidade de impressão da superfície exterior, especialmente em saliências." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Compensar Sobreposição Paredes" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compensar o fluxo em partes de uma parede a ser impressa, onde já exista uma parede." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Compensar Paredes Exteriores" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Compensar o fluxo em partes de uma parede exterior a ser impressa, onde já exista uma parede." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Compensar Paredes Interiores" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Compensar o fluxo em partes de uma parede interior a ser impressa, onde já exista uma parede." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Fluxo de parede mínimo" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Fluxo percentual mínimo permitido para uma linha de parede. A compensação de substituição de paredes reduz o fluxo de uma parede quando se situa junto a uma parede existente. As paredes cujo fluxo é inferior a este valor serão substituídas com um movimento de deslocação. Ao utilizar esta definição, deve ativar a compensação de sobreposição de paredes e imprimir a parede exterior antes das paredes interiores." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferir retração" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Se ativada, é utilizada retração em vez de combing para movimentos de deslocação que substituem paredes cujo fluxo está abaixo do limiar mínimo de fluxo." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Preencher Folgas Entre Paredes" + +# rever! +# onde nenhuma parede cabe +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Preencher as folgas entre as paredes onde não é possível criar paredes." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Em lado nenhum" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Em todo o lado" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Descartar Folgas Mínimas" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Descartar folgas muito pequenas, entre paredes, para reduzir \"blobs\" (borrões) no exterior da impressão." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Equilibrar fluxo de filamento" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Imprime linhas mais finas do que o normal de forma mais rápida, para que a quantidade de material extrudido por segundo permaneça o mesmo. As peças finas do modelo podem requerer linhas impressas com uma menor espessura de linha do que a especificada nas definições. Esta definição controla as mudanças de velocidade dessas linhas." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Velocidade máxima para equilíbrio de fluxo" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "A velocidade máxima de impressão ao ajustar a velocidade de impressão para equilibrar o fluxo." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "Comandos G-code a serem executados no início – separados por \\n." diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 858f640f24..9d99bc412d 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-10 12:09+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: Russian , Ruslan Popov , Russian \n" @@ -17,5883 +17,6470 @@ msgstr "" "X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Не удалось создать архив из каталога с данными пользователя: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Подготовка" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Резервное копирование" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Профиль Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Попытка восстановить резервную копию Cura при отсутствии необходимых данных или метаданных." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Выполнена попытка восстановить резервную копию Cura с более поздней версией, чем текущая." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "При попытке восстановить резервную копию Cura произошла следующая ошибка:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Перед началом печати синхронизируйте профили материалов с принтерами." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Установлены новые материалы" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Синхронизация материалов" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Не могу получить информацию об обновлениях." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Для {machine_name} доступны новые функции или исправления! Если у вас не установлена самая последняя версия прошивки принтера, рекомендуем обновить ее до версии {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Доступна новая стабильная прошивка %s" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Узнать больше" +msgid "How to update" +msgstr "Порядок обновления" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Невозможно сохранить архив материалов в {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Монитор" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Архив материалов не сохранен" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Сохранить на внешний носитель" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Неизвестная ошибка." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Сохранить на внешний носитель {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Высота печатаемого объёма была уменьшена до значения параметра \"Последовательность печати\", чтобы предотвратить касание портала за напечатанные детали." +msgid "There are no file formats available to write with!" +msgstr "Ни один из форматов файлов не доступен для записи!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Сохранение на внешний носитель {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Объём печати" +msgid "Saving" +msgstr "Сохранение" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Действительно удалить {0}? Это действие невозможно будет отменить!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Не могу записать {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Не переопределен" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Не могу найти имя файла при записи в {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Неизвестно" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Невозможно сохранить на внешний носитель {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Перечисленные ниже принтеры невозможно подключить, поскольку они входят в состав группы" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Ошибка" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Доступные сетевые принтеры" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Сохранено на внешний носитель {0} как {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Файл сохранён" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Собственные профили" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Извлечь" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Все поддерживаемые типы ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Извлекает внешний носитель {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Все файлы (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Извлечено {0}. Вы можете теперь безопасно извлечь носитель." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Визуальный" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Безопасное извлечение устройства" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Визуальный профиль предназначен для печати визуальных прототипов и моделей, для которых требуется высокое качество поверхности и внешнего вида." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Невозможно извлечь {0}. Другая программа может использовать это устройство." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Внимание" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Инженерный профиль предназначен для печати функциональных прототипов и готовых деталей, для которых требуется высокая точность и малые допуски." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Внешний носитель" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Черновой" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Файл AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Черновой профиль предназначен для печати начальных прототипов и проверки концепции, где приоритетом является скорость печати." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Пакет формата Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Собственный материал" +msgid "Per Model Settings" +msgstr "Параметры модели" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Своё" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Правка параметров модели" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Вход не выполнен" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Обновить прошивку" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Поиск места для новых объектов" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura обнаружены профили материалов, которые пока не установлены в главном принтере группы {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Поиск места" +msgid "Sending materials to printer" +msgstr "Отправка материалов на принтер" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Невозможно разместить все объекты внутри печатаемого объёма" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Вы пытаетесь подключиться к {0}, но это не главный принтер группы. Откройте веб-страницу, чтобы настроить его в качестве главного принтера группы." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Не могу найти место" +msgid "Not a group host" +msgstr "Не главный принтер группы" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Архив материалов для синхронизации с принтерами не создан." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Настроить группу" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Архив материалов для синхронизации с принтерами не загружен." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Отправка задания печати" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Ответ от Digital Factory поврежден." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Загрузка задания печати в принтер." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "В ответе от Digital Factory отсутствует важная информация." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "Очередь заданий печати заполнена. Принтер не может принять новое задание." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Подключение к Digital Factory для синхронизации материалов с некоторыми принтерами не установлено." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Очередь заполнена" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Подключение к Digital Factory не установлено." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Загрузка принтеров..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Настройка параметров..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Инициализация активной машины..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Инициализация диспетчера машин..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Инициализация объема печати..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Настройка сцены..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Загрузка интерфейса..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Инициализация ядра..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Дождитесь окончания отправки текущего задания." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f мм" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Ошибка печати" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Только один G-code файла может быть загружен в момент времени. Пропускаю импортирование {0}" +msgid "Print job was successfully sent to the printer." +msgstr "Задание печати успешно отправлено на принтер." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 msgctxt "@info:title" -msgid "Warning" -msgstr "Внимание" +msgid "Data Sent" +msgstr "Данные отправлены" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 #, python-brace-format msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Невозможно открыть любой другой файл, если G-code файл уже загружен. Пропускаю импортирование {0}" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Ваш принтер {printer_name} может быть подключен через облако.\n" +" Управляйте очередью печати и следите за результатом из любого места благодаря подключению принтера к Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" -msgid "Error" -msgstr "Ошибка" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Пропустить" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Закрыть" +msgid "Are you ready for cloud printing?" +msgstr "Вы готовы к облачной печати?" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Следующий" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Приступить" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Завершить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Узнать больше" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Добавить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Вы пытаетесь подключиться к принтеру, на котором не работает Ultimaker Connect. Обновите прошивку принтера до последней версии." -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Отмена" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +msgctxt "@info:title" +msgid "Update your printer" +msgstr "Обновите свой принтер" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Группа #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Облако не залило данные на принтер." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Внешняя стенка" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +msgctxt "@info:title" +msgid "Network error" +msgstr "Ошибка сети" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Внутренние стенки" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Печать через сеть" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Покрытие" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Печать через сеть" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Заполнение" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Подключен по сети" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Заполнение поддержек" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "завтра" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Связующий слой поддержек" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "сегодня" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Поддержки" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Подключиться через сеть" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Юбка" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Новый принтер обнаружен из учетной записи Ultimaker" +msgstr[1] "Новых принтера обнаружено из учетной записи Ultimaker" +msgstr[2] "Новых принтеров обнаружено из учетной записи Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Черновая башня" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Добавление принтера {name} ({model}) из вашей учетной записи" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Перемещение" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... и еще {0} другой" +msgstr[1] "... и еще {0} других" +msgstr[2] "... и еще {0} других" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Откаты" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Принтеры, добавленные из Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Другое" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Подключение к облаку недоступно для принтера" +msgstr[1] "Подключение к облаку недоступно для некоторых принтеров" +msgstr[2] "Подключение к облаку недоступно для некоторых принтеров" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Невозможно открыть примечания к версии." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Это принтер не подключен Digital Factory:" +msgstr[1] "Эти принтеры не подключены Digital Factory:" +msgstr[2] "Эти принтеры не подключены Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Не удалось запустить Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" -msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    В ПО Ultimaker Cura обнаружена ошибка.

    \n" -"

    Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

    \n" -"

    Резервные копии хранятся в папке конфигурации.

    \n" -"

    Отправьте нам этот отчет о сбое для устранения проблемы.

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Чтобы установить подключение, перейдите на сайт {website_link}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Отправить отчет о сбое в Ultimaker" +msgid "Keep printer configurations" +msgstr "Сохранить конфигурации принтера" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Показать подробный отчет о сбое" +msgid "Remove printers" +msgstr "Удалить принтеры" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Показать конфигурационный каталог" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} будет удален до следующей синхронизации учетной записи." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 -msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Резервное копирование и сброс конфигурации" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Чтобы удалить {printer_name} без возможности восстановления, перейдите на сайт {digital_factory_link}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Действительно удалить {printer_name} временно?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Crash Report" -msgstr "Отчёт о сбое" +msgid "Remove printers?" +msgstr "Удалить принтеры?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    В Cura возникла критическая ошибка. Отправьте нам этот отчет о сбое для устранения проблемы

    \n" -"

    Нажмите кнопку «Отправить отчет», чтобы автоматически опубликовать отчет об ошибке на наших серверах

    \n" -" " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Информация о системе" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Неизвестно" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Версия Cura" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Язык Cura" +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Вы удаляете {0} принтер из Cura. Это действие невозможно будет отменить.\n" +"Продолжить?" +msgstr[1] "" +"Вы удаляете {0} принтера из Cura. Это действие невозможно будет отменить.\n" +"Продолжить?" +msgstr[2] "" +"Вы удаляете {0} принтеров из Cura. Это действие невозможно будет отменить.\n" +"Продолжить?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" -msgid "OS language" -msgstr "Язык ОС" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr "Вы удаляете все принтеры из Cura. Это действие невозможно будет отменить.Продолжить?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Платформа" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" +msgstr "Печать через облако" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Версия Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Печать через облако" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Версия PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Подключено через облако" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" +msgstr "Мониторинг печати" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Еще не инициализировано
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Отслеживайте печать в Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 #, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Версия OpenGL: {version}
  • " +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Неизвестный код ошибки при загрузке задания печати: {0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Поставщик OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Помощник по 3D-моделям" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 #, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Средство визуализации OpenGL: {renderer}
  • " - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Обратное отслеживание ошибки" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Журналы" +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    Одна или несколько 3D-моделей могут не напечататься оптимальным образом из-за размера модели и конфигурации материала:

    \n" +"

    {model_names}

    \n" +"

    Узнайте, как обеспечить максимально возможное качество и высокую надежность печати.

    \n" +"

    Ознакомиться с руководством по качеству печати

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Отправить отчёт" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "При печати через кабель Cura отображает слои неточно." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Невозможно начать новый вход в систему. Проверьте, возможно другой сеанс еще не завершен." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Вид моделирования" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Нет связи с сервером учетных записей Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Ничего не отображается, поскольку сначала нужно выполнить нарезку на слои." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Вход в систему не выполнен" +msgid "No layers to show" +msgstr "Нет слоев для отображения" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "Указано неверное состояние." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Больше не показывать это сообщение" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Истекло время аутентификации на сервере учетной записи." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Просмотр слоёв" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Дайте необходимые разрешения при авторизации в этом приложении." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "Средство записи G-кода (GCodeWriter) не поддерживает нетекстовый режим." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Возникла непредвиденная ошибка при попытке входа в систему. Повторите попытку." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Подготовьте G-код перед экспортом." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Не удалось прочитать ответ." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Файл G-code" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Размножение и размещение объектов" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Ошибка в ходе записи файла 3MF." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Размещение объектов" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "Подключаемый модуль для записи 3MF поврежден." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Размещение объекта" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Нет рабочей среды для записи. Сначала добавьте принтер." -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Не поддерживается" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Права на запись рабочей среды отсутствуют." -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "Операционная система не позволяет сохранять файл проекта в этом каталоге или с этим именем файла." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Сопло" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF файл" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Настройки изменены в соответствии с текущей доступностью экструдеров:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "3MF файл проекта Cura" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Настройки обновлены" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Сжатый файл с G-кодом" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Экструдер (-ы) отключен (-ы)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Нарезка на слои не выполнена из-за непредвиденной ошибки. Возможно, стоит сообщить об ошибке в нашей системе отслеживания проблем." -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Файл уже существует" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Нарезка на слои не выполнена" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Файл {0} уже существует. Вы уверены, что желаете перезаписать его?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Сообщить об ошибке" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Сообщите об ошибке в системе отслеживания проблем Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Неправильный URL-адрес файла:" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Невозможно нарезать модель, используя текущий материал, так как он несовместим с выбранной машиной или конфигурацией." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Невозможно экспортировать профиль в {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +msgctxt "@info:title" +msgid "Unable to slice" +msgstr "Невозможно нарезать" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Невозможно экспортировать профиль в {0}: Плагин записи уведомил об ошибке." +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Не могу выполнить слайсинг на текущих настройках. Проверьте следующие настройки: {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Экспортирование профиля в {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Экспорт успешно завершен" +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Не удалось выполнить слайсинг из-за настроек модели. Следующие настройки ошибочны для одной или нескольких моделей: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Не удалось импортировать профиль из {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Слайсинг невозможен, так как черновая башня или её позиция неверные." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Невозможно импортировать профиль из {0}, пока не добавлен принтер." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Невозможно разделить на слои из-за наличия объектов, связанных с отключенным экструдером %s." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Отсутствует собственный профиль для импорта в файл {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Проверьте настройки и убедитесь в том, что ваши модели:\n" +"- соответствуют допустимой области печати\n" +"- назначены активированному экструдеру\n" +"- не заданы как объекты-модификаторы" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Не удалось импортировать профиль из {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "Обработка слоёв" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Данный профиль {0} содержит неверные данные, поэтому его невозможно импортировать." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 +msgctxt "@info:title" +msgid "Information" +msgstr "Информация" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Не удалось импортировать профиль из {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Файл X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Профиль {0} успешно импортирован." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG изображение" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "В файле {0} нет подходящих профилей." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG изображение" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Профиль {0} имеет неизвестный тип файла или повреждён." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG изображение" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP изображение" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF изображение" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" -msgid "Custom profile" -msgstr "Собственный профиль" +msgid "Nozzle" +msgstr "Сопло" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "У профайла отсутствует тип качества." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Файл проекта {0} содержит неизвестный тип принтера {1}. Не удалось импортировать принтер. Вместо этого будут импортированы модели." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Еще нет активных принтеров." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "Открыть файл проекта" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Невозможно добавить профиль." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 +#, python-brace-format +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "Файл проекта {0} внезапно стал недоступен: {1}.." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Невозможно открыть файл проекта" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Тип качества \"{0}\" несовместим с текущим определением активной машины \"{1}\"." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Файл проекта {0} поврежден: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Внимание! Профиль не отображается, так как его тип качества \"{0}\" недоступен для текущей конфигурации. Выберите комбинацию материала и сопла, которым подходит этот тип качества." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "Файл проекта {0} создан с использованием профилей, несовместимых с данной версией Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Параметры модели" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Рекомендованная" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Правка параметров модели" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Своя" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Профиль Cura" +msgid "3MF File" +msgstr "Файл 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Файл X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Невозможно записать в файл UFP:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "При попытке восстановления данных из резервной копии возникла ошибка." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Профили Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Резервные копии" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "При заливке вашей резервной копии возникла ошибка." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Создание резервной копии..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "При создании резервной копии возникла ошибка." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Выполняется заливка вашей резервной копии..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Заливка вашей резервной копии завершена." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "Размер файла резервной копии превышает максимально допустимый." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Управление резервными копиями" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Параметры принтера" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Резервное копирование" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "При попытке восстановления данных из резервной копии возникла ошибка." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Невозможно прочитать пример файла данных." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "Средство записи G-кода с расширением GZ (GCodeGzWriter) не поддерживает текстовый режим." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Пост-обработка" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Изменить G-код" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Блокировщик поддержки" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Создание объема без печати элементов поддержки." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Внешний носитель" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Сохранить на внешний носитель" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Предварительный просмотр" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Сохранить на внешний носитель {0}" +msgid "X-Ray view" +msgstr "Просмотр в рентгене" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Ни один из форматов файлов не доступен для записи!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Выравнивание стола" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Сохранение на внешний носитель {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Выбор обновлений" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Сохранение" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Не могу записать {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Не могу найти имя файла при записи в {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Невозможно сохранить на внешний носитель {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Сохранено на внешний носитель {0} как {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" -msgstr "Файл сохранён" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" -msgstr "Извлечь" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Извлекает внешний носитель {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Извлечено {0}. Вы можете теперь безопасно извлечь носитель." +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Выделены области с отсутствующими или лишними поверхностями. Исправьте модель и снова откройте ее в Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Безопасное извлечение устройства" +msgid "Model Errors" +msgstr "Ошибки модели" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Невозможно извлечь {0}. Другая программа может использовать это устройство." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Обновить прошивку" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Профили Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Рекомендованная" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Своя" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Файл проекта {0} содержит неизвестный тип принтера {1}. Не удалось импортировать принтер. Вместо этого будут импортированы модели." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Открыть файл проекта" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "Файл проекта {0} внезапно стал недоступен: {1}.." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Невозможно открыть файл проекта" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Файл проекта {0} поврежден: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "Файл проекта {0} создан с использованием профилей, несовместимых с данной версией Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Файл 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Невозможно записать в файл UFP:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Пакет формата Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Файл G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +msgctxt "@action:button" +msgid "Learn more" +msgstr "Узнать больше" -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Предварительный просмотр" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Просмотр в рентгене" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Обработка слоёв" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Информация" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Нарезка на слои не выполнена из-за непредвиденной ошибки. Возможно, стоит сообщить об ошибке в нашей системе отслеживания проблем." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Нарезка на слои не выполнена" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Сообщить об ошибке" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Сообщите об ошибке в системе отслеживания проблем Ultimaker Cura." +msgid "Solid view" +msgstr "Просмотр модели" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Невозможно нарезать модель, используя текущий материал, так как он несовместим с выбранной машиной или конфигурацией." +msgid "Parsing G-code" +msgstr "Обработка G-code" -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Невозможно нарезать" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Не могу выполнить слайсинг на текущих настройках. Проверьте следующие настройки: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Не удалось выполнить слайсинг из-за настроек модели. Следующие настройки ошибочны для одной или нескольких моделей: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Слайсинг невозможен, так как черновая башня или её позиция неверные." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Невозможно разделить на слои из-за наличия объектов, связанных с отключенным экструдером %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Проверьте настройки и убедитесь в том, что ваши модели:\n" -"- соответствуют допустимой области печати\n" -"- назначены активированному экструдеру\n" -"- не заданы как объекты-модификаторы" +msgid "G-code Details" +msgstr "Параметры G-code" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Файл AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Перед отправкой G-code на принтер удостоверьтесь в его соответствии вашему принтеру и его настройкам. Возможны неточности в G-code." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Сжатый файл с G-кодом" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Пост-обработка" +msgid "G File" +msgstr "Файл G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Изменить G-код" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Параметры принтера" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Печать через USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Печатать через USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Печатать через USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Подключено через USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Выполняется печать через USB, закрытие Cura остановит эту печать. Вы уверены?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Печать еще выполняется. Cura не может начать другую печать через USB, пока предыдущая печать не будет завершена." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Идет печать" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Подготовка" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Обработка G-code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Параметры G-code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Перед отправкой G-code на принтер удостоверьтесь в его соответствии вашему принтеру и его настройкам. Возможны неточности в G-code." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Файл G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Загрузка принтеров..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG изображение" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Настройка параметров..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG изображение" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Инициализация активной машины..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG изображение" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Инициализация диспетчера машин..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP изображение" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Инициализация объема печати..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF изображение" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Настройка сцены..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Выравнивание стола" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Загрузка интерфейса..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Выбор обновлений" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Инициализация ядра..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "Средство записи G-кода с расширением GZ (GCodeGzWriter) не поддерживает текстовый режим." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f мм" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Не могу получить информацию об обновлениях." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Только один G-code файла может быть загружен в момент времени. Пропускаю импортирование {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Для {machine_name} доступны новые функции или исправления! Если у вас не установлена самая последняя версия прошивки принтера, рекомендуем обновить ее до версии {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Невозможно открыть любой другой файл, если G-code файл уже загружен. Пропускаю импортирование {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Доступна новая стабильная прошивка %s" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Порядок обновления" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Визуальный" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Невозможно прочитать пример файла данных." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Для активации изменений вам потребуется завершить работу программного обеспечения {} и перезапустить его." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Визуальный профиль предназначен для печати визуальных прототипов и моделей, для которых требуется высокое качество поверхности и внешнего вида." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Синхронизация..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "В вашей учетной записи Ultimaker обнаружены изменения" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Инженерный профиль предназначен для печати функциональных прототипов и готовых деталей, для которых требуется высокая точность и малые допуски." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Хотите синхронизировать пакеты материалов и программного обеспечения со своей учетной записью?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Черновой" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Синхронизация" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Черновой профиль предназначен для печати начальных прототипов и проверки концепции, где приоритетом является скорость печати." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Отклонить и удалить из учетной записи" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Не переопределен" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "Встраиваемые модули ({} шт.) не загружены" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Действительно удалить {0}? Это действие невозможно будет отменить!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Отклонить" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Неизвестно" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Принимаю" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Перечисленные ниже принтеры невозможно подключить, поскольку они входят в состав группы" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Лицензионное соглашение плагина" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Доступные сетевые принтеры" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "Средство записи G-кода (GCodeWriter) не поддерживает нетекстовый режим." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Вычислено" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Подготовьте G-код перед экспортом." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Перед началом печати синхронизируйте профили материалов с принтерами." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "При печати через кабель Cura отображает слои неточно." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Установлены новые материалы" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Вид моделирования" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Ничего не отображается, поскольку сначала нужно выполнить нарезку на слои." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Собственный материал" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Нет слоев для отображения" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Своё" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Больше не показывать это сообщение" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Собственные профили" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Просмотр слоёв" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Печать через сеть" +msgid "All Supported Types ({0})" +msgstr "Все поддерживаемые типы ({0})" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Печать через сеть" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" +msgstr "Все файлы (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Подключен по сети" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Архив материалов для синхронизации с принтерами не создан." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "завтра" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Архив материалов для синхронизации с принтерами не загружен." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "сегодня" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Ответ от Digital Factory поврежден." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Подключиться через сеть" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "В ответе от Digital Factory отсутствует важная информация." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Дождитесь окончания отправки текущего задания." +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Подключение к Digital Factory для синхронизации материалов с некоторыми принтерами не установлено." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Ошибка печати" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Подключение к Digital Factory не установлено." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Задание печати успешно отправлено на принтер." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Не удалось создать архив из каталога с данными пользователя: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Данные отправлены" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Попытка восстановить резервную копию Cura при отсутствии необходимых данных или метаданных." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 -msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Вы пытаетесь подключиться к принтеру, на котором не работает Ultimaker Connect. Обновите прошивку принтера до последней версии." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Выполнена попытка восстановить резервную копию Cura с более поздней версией, чем текущая." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 -msgctxt "@info:title" -msgid "Update your printer" -msgstr "Обновите свой принтер" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "При попытке восстановить резервную копию Cura произошла следующая ошибка:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "Очередь заданий печати заполнена. Принтер не может принять новое задание." +msgid "Finding new location for objects" +msgstr "Поиск места для новых объектов" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Очередь заполнена" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Отправка задания печати" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Загрузка задания печати в принтер." +msgid "Finding Location" +msgstr "Поиск места" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura обнаружены профили материалов, которые пока не установлены в главном принтере группы {0}." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Невозможно разместить все объекты внутри печатаемого объёма" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Отправка материалов на принтер" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Облако не залило данные на принтер." +msgid "Can't Find Location" +msgstr "Не могу найти место" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Network error" -msgstr "Ошибка сети" +msgid "Login failed" +msgstr "Вход не выполнен" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Вы пытаетесь подключиться к {0}, но это не главный принтер группы. Откройте веб-страницу, чтобы настроить его в качестве главного принтера группы." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Внешняя стенка" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Не главный принтер группы" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Внутренние стенки" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Настроить группу" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Покрытие" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Ваш принтер {printer_name} может быть подключен через облако.\n" -" Управляйте очередью печати и следите за результатом из любого места благодаря подключению принтера к Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Заполнение" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Вы готовы к облачной печати?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Заполнение поддержек" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Приступить" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Связующий слой поддержек" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Узнать больше" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Поддержки" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Печать через облако" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Юбка" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Печать через облако" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Черновая башня" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Подключено через облако" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "Мониторинг печати" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Отслеживайте печать в Ultimaker Digital Factory" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Неизвестный код ошибки при загрузке задания печати: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Перемещение" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Новый принтер обнаружен из учетной записи Ultimaker" -msgstr[1] "Новых принтера обнаружено из учетной записи Ultimaker" -msgstr[2] "Новых принтеров обнаружено из учетной записи Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Откаты" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Добавление принтера {name} ({model}) из вашей учетной записи" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Другое" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... и еще {0} другой" -msgstr[1] "... и еще {0} других" -msgstr[2] "... и еще {0} других" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Принтеры, добавленные из Digital Factory:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Подключение к облаку недоступно для принтера" -msgstr[1] "Подключение к облаку недоступно для некоторых принтеров" -msgstr[2] "Подключение к облаку недоступно для некоторых принтеров" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Группа #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Это принтер не подключен Digital Factory:" -msgstr[1] "Эти принтеры не подключены Digital Factory:" -msgstr[2] "Эти принтеры не подключены Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Невозможно открыть примечания к версии." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Пропустить" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Чтобы установить подключение, перейдите на сайт {website_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "Закрыть" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Сохранить конфигурации принтера" +msgid "Add" +msgstr "Добавить" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 msgctxt "@action:button" -msgid "Remove printers" -msgstr "Удалить принтеры" +msgid "Finish" +msgstr "Завершить" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} будет удален до следующей синхронизации учетной записи." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Отмена" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Чтобы удалить {printer_name} без возможности восстановления, перейдите на сайт {digital_factory_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Следующий" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Действительно удалить {printer_name} временно?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Высота печатаемого объёма была уменьшена до значения параметра \"Последовательность печати\", чтобы предотвратить касание портала за напечатанные детали." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Удалить принтеры?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Объём печати" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 -#, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Вы удаляете {0} принтер из Cura. Это действие невозможно будет отменить.\n" -"Продолжить?" -msgstr[1] "" -"Вы удаляете {0} принтера из Cura. Это действие невозможно будет отменить.\n" -"Продолжить?" -msgstr[2] "" -"Вы удаляете {0} принтеров из Cura. Это действие невозможно будет отменить.\n" -"Продолжить?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Невозможно сохранить архив материалов в {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "Вы удаляете все принтеры из Cura. Это действие невозможно будет отменить.Продолжить?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Архив материалов не сохранен" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Неизвестная ошибка." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Файл уже существует" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 +#, python-brace-format +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Файл {0} уже существует. Вы уверены, что желаете перезаписать его?" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Неправильный URL-адрес файла:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Не поддерживается" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Выделены области с отсутствующими или лишними поверхностями. Исправьте модель и снова откройте ее в Cura." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Настройки изменены в соответствии с текущей доступностью экструдеров:" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 msgctxt "@info:title" -msgid "Model Errors" -msgstr "Ошибки модели" +msgid "Settings updated" +msgstr "Настройки обновлены" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Просмотр модели" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Экструдер (-ы) отключен (-ы)" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Ошибка в ходе записи файла 3MF." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Невозможно экспортировать профиль в {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "Подключаемый модуль для записи 3MF поврежден." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Невозможно экспортировать профиль в {0}: Плагин записи уведомил об ошибке." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Нет рабочей среды для записи. Сначала добавьте принтер." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Экспортирование профиля в {0}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Права на запись рабочей среды отсутствуют." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Экспорт успешно завершен" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "Операционная система не позволяет сохранять файл проекта в этом каталоге или с этим именем файла." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Не удалось импортировать профиль из {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF файл" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Невозможно импортировать профиль из {0}, пока не добавлен принтер." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "3MF файл проекта Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Отсутствует собственный профиль для импорта в файл {0}" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Монитор" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Не удалось импортировать профиль из {0}:" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Помощник по 3D-моделям" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Данный профиль {0} содержит неверные данные, поэтому его невозможно импортировать." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 #, python-brace-format -msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Одна или несколько 3D-моделей могут не напечататься оптимальным образом из-за размера модели и конфигурации материала:

    \n" -"

    {model_names}

    \n" -"

    Узнайте, как обеспечить максимально возможное качество и высокую надежность печати.

    \n" -"

    Ознакомиться с руководством по качеству печати

    " - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "Тип объекта" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Не удалось импортировать профиль из {0}:" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "Нормальная модель" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Профиль {0} успешно импортирован." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" -msgstr "Печать в качестве поддержки" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "В файле {0} нет подходящих профилей." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "Изменить настройки для перекрытий" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Профиль {0} имеет неизвестный тип файла или повреждён." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 msgctxt "@label" -msgid "Don't support overlaps" -msgstr "Не поддерживать перекрытия" +msgid "Custom profile" +msgstr "Собственный профиль" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" -msgstr "Заполнение объекта" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "У профайла отсутствует тип качества." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" -msgstr "Ограничивающий объект" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Еще нет активных принтеров." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "Выберите параметры" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Невозможно добавить профиль." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Выберите параметр для изменения этой модели" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Тип качества \"{0}\" несовместим с текущим определением активной машины \"{1}\"." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Фильтр..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Внимание! Профиль не отображается, так как его тип качества \"{0}\" недоступен для текущей конфигурации. Выберите комбинацию материала и сопла, которым подходит этот тип качества." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Показать всё" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Размножение и размещение объектов" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Резервные копии Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Размещение объектов" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Версия Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Размещение объекта" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Принтеры" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Невозможно начать новый вход в систему. Проверьте, возможно другой сеанс еще не завершен." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Материалы" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Нет связи с сервером учетных записей Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Профили" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "Вход в систему не выполнен" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Плагины" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Не удалось прочитать ответ." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Желаете большего?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "Указано неверное состояние." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Создать резервную копию" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Истекло время аутентификации на сервере учетной записи." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Автоматическое резервное копирование" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Дайте необходимые разрешения при авторизации в этом приложении." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Автоматически создавать резервную копию в день запуска Cura." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Возникла непредвиденная ошибка при попытке входа в систему. Повторите попытку." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Восстановить" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Не удалось запустить Cura" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Удалить резервную копию" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    В ПО Ultimaker Cura обнаружена ошибка.

    \n" +"

    Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

    \n" +"

    Резервные копии хранятся в папке конфигурации.

    \n" +"

    Отправьте нам этот отчет о сбое для устранения проблемы.

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Вы уверены, что хотите удалить указанную резервную копию? Данное действие невозможно отменить." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Отправить отчет о сбое в Ultimaker" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Восстановить резервную копию" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Показать подробный отчет о сбое" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Вам потребуется перезапустить Cura, прежде чем данные будут восстановлены из резервной копии. Вы действительно хотите закрыть Cura прямо сейчас?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Показать конфигурационный каталог" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Резервное копирование и синхронизация ваших параметров Cura." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Резервное копирование и сброс конфигурации" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Войти" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Отчёт о сбое" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Мои резервные копии" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    В Cura возникла критическая ошибка. Отправьте нам этот отчет о сбое для устранения проблемы

    \n" +"

    Нажмите кнопку «Отправить отчет», чтобы автоматически опубликовать отчет об ошибке на наших серверах

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "В данный момент у вас отсутствуют резервные копии. Для создания резервной копии нажмите кнопку «Создать резервную копию»." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Информация о системе" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "На этапе предварительного просмотра отображается только 5 резервных копий. Для просмотра предыдущих резервных копий удалите одну копию." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Неизвестно" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Параметры принтера" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Версия Cura" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "X (Width)" -msgstr "X (Ширина)" +msgid "Cura language" +msgstr "Язык Cura" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "mm" -msgstr "мм" +msgid "OS language" +msgstr "Язык ОС" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Глубина)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Платформа" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Высота)" +msgid "Qt version" +msgstr "Версия Qt" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Build plate shape" -msgstr "Форма стола" +msgid "PyQt version" +msgstr "Версия PyQt" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Начало координат в центре" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated bed" -msgstr "Нагреваемый стол" +msgid "Not yet initialized
    " +msgstr "Еще не инициализировано
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "Подогреваемый объем печати" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Версия OpenGL: {version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "Вариант G-кода" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Поставщик OpenGL: {vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Параметры головы" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Средство визуализации OpenGL: {renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X минимум" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Обратное отслеживание ошибки" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y минимум" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Журналы" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X максимум" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Отправить отчёт" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y максимум" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"Проверьте наличие подключения к принтеру:\n" +"- Убедитесь, что принтер включен.\n" +"- Убедитесь, что принтер подключен к сети.\n" +"- Убедитесь, что вы вошли в систему (это необходимо для поиска принтеров, подключенных к облаку)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "Высота портала" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Подключите принтер к сети." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "Количество экструдеров" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Просмотр руководств пользователей онлайн" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Применить смещения экструдера к GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Чтобы отслеживать задания печати при помощи Cura, подключите принтер." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "Стартовый G-код" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Выберите параметр для изменения этой модели" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "Завершающий G-код" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Фильтр..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Параметры сопла" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Показать всё" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "Диаметр сопла" +msgid "Mesh Type" +msgstr "Тип объекта" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Диаметр совместимого материала" +msgid "Normal model" +msgstr "Нормальная модель" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Смещение сопла по оси X" +msgid "Print as support" +msgstr "Печать в качестве поддержки" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Смещение сопла по оси Y" +msgid "Modify settings for overlaps" +msgstr "Изменить настройки для перекрытий" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Номер охлаждающего вентилятора" +msgid "Don't support overlaps" +msgstr "Не поддерживать перекрытия" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Стартовый G-код экструдера" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "Заполнение объекта" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Завершающий G-код экструдера" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "Ограничивающий объект" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Принтер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "Выберите параметры" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "Обновить прошивку" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "Прошивка является программным обеспечением, которое работает на плате вашего 3D принтера. Прошивка управляет шаговыми моторами, регулирует температуру и, в конечном счёте, обеспечивает работу вашего принтера." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "Поставляемая с новыми принтерами прошивка работоспособна, но обновления предоставляют больше возможностей и усовершенствований." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "Автоматическое обновление прошивки" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "Залить собственную прошивку" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "Невозможно обновить прошивку, так как нет подключения к принтеру." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "Невозможно обновить прошивку, так как подключение к принтеру не поддерживает функцию обновления прошивки." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "Выбрать собственную прошивку" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "Обновление прошивки" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "Обновление прошивки." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "Обновление прошивки завершено." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "Обновление прошивки не удалось из-за неизвестной ошибки." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "Обновление прошивки не удалось из-за ошибки связи." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "Обновление прошивки не удалось из-за ошибки ввода-вывода." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "Обновление прошивки не удалось из-за её отсутствия." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Открытие проекта" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Прервано" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Обновить существующий" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Завершено" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Создать новый" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Подготовка..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Сводка - Проект Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Прерывается..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Параметры принтера" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Сбой" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Как следует решать конфликт в принтере?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Приостановка..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Тип" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Приостановлено" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Группа принтеров" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Возобновляется..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Параметры профиля" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Необходимое действие" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Как следует решать конфликт в профиле?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Завершение %1 в %2" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Название" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Управление принтером" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "Стекло" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Вне профиля" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Для удаленного управления очередью необходимо обновить программное обеспечение принтера." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 перекрыт" -msgstr[1] "%1 перекрыто" -msgstr[2] "%1 перекрыто" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Каналы веб-камеры для облачных принтеров невозможно просмотреть из Ultimaker Cura. Щелкните «Управление принтером», чтобы просмотреть эту веб-камеру на сайте Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Производное от" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Загрузка..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 перекрыто" -msgstr[1] "%1, %2 перекрыто" -msgstr[2] "%1, %2 перекрыто" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Недоступен" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Параметры материала" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Недостижимо" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Как следует решать конфликт в материале?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Простой" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Видимость параметров" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Печать" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Режим" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "Без имени" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Видимые параметры:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "Анонимн" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 из %2" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Загрузка проекта приведет к удалению всех моделей на рабочем столе." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Необходимо внести изменения конфигурации" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Open" -msgstr "Открыть" +msgid "Details" +msgstr "Подробности" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Плагин пост-обработки" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Скрипты пост-обработки" +msgid "Configuration Changes" +msgstr "Изменения конфигурации" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Добавить скрипт" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Переопределить" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Settings" -msgstr "Параметры" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Измените активные скрипты пост-обработки." - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "Активны следующие скрипты:" -msgstr[1] "Активны следующие скрипты:" -msgstr[2] "Активны следующие скрипты:" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Преобразование изображения..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Максимальная дистанция каждого пикселя от \"Основания.\"" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "Высота (мм)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Высота основания от стола в миллиметрах." +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Для назначенного принтера %1 требуется следующее изменение конфигурации:" +msgstr[1] "Для назначенного принтера %1 требуются следующие изменения конфигурации:" +msgstr[2] "Для назначенного принтера %1 требуются следующие изменения конфигурации:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "Основание (мм)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "Принтер %1 назначен, однако в задании указана неизвестная конфигурация материала." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "Ширина в миллиметрах на столе." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "Изменить материал %1 с %2 на %3." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "Ширина (мм)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Загрузите %3 как материал %1 (переопределение этого действия невозможно)." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "Глубина в миллиметрах на столе" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "Изменить экструдер %1 с %2 на %3." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "Глубина (мм)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Заменить рабочий стол на %1 (переопределение этого действия невозможно)." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Для литофании темные пиксели должны соответствовать более толстым частям, чтобы сильнее задерживать проходящий свет. Для схем высот более светлые пиксели обозначают более высокий участок. Поэтому более светлые пиксели должны соответствовать более толстым местам в созданной 3D-модели." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "При переопределении к имеющейся конфигурации принтера будут применены указанные настройки. Это может привести к ошибке печати." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "Тёмные выше" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Алюминий" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "Светлые выше" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Печать через сеть" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Для литофании предусмотрена простая логарифмическая модель светопроходимости. В картах высот значения пикселей линейно соответствуют высотам." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Печать" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "Линейный" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "Выбор принтера" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "Светопроходимость" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Подключение к сетевому принтеру" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Процент света, проникающего в отпечаток толщиной 1 миллиметр. Если уменьшить это значение, контрастность в темных областях изображения увеличится, а в светлых — уменьшится." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Для печати непосредственно на принтере через сеть необходимо подключить принтер к сети с помощью сетевого кабеля или подключить его к сети Wi-Fi. Если вы не подключили Cura к принтеру, вы можете использовать USB-накопитель для переноса файлов G-Code на принтер." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "Проходимость через 1 мм (%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "Выберите свой принтер из приведенного ниже списка:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "Величина сглаживания для применения к изображению." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Правка" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "Сглаживание" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Удалить" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "OK" +msgid "Refresh" +msgstr "Обновить" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Пожалуйста, укажите любые изменения, внесённые в Ultimaker Original" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Если ваш принтер отсутствует в списке, обратитесь к руководству по решению проблем с сетевой печатью" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Нагреваемый стол (официальный набор или самодельный)" +msgid "Type" +msgstr "Тип" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Выравнивание стола" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "Версия прошивки" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Сейчас вы можете отрегулировать ваш стол, чтобы быть уверенным в качестве последующей печати. При нажатии на кнопку «Перейти к следующей позиции» сопло перейдёт на другую позиции, которую можно будет отрегулировать." +msgid "Address" +msgstr "Адрес" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Для каждой позиции, вставьте кусок бумаги под сопло и отрегулируйте высоту стола. Когда кончик сопла немного прижимает бумагу к столу, значит вы выставили правильную высоту стола." +msgid "This printer is not set up to host a group of printers." +msgstr "Данный принтер не настроен для управления группой принтеров." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Начало выравнивания стола" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "Данный принтер управляет группой из %1 принтера (-ов)." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "Принтер по этому адресу ещё не отвечал." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Перейти к следующей позиции" +msgid "Connect" +msgstr "Подключить" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Дополнительная информация о сборе анонимных данных" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем. Ниже приведен пример всех передаваемых данных:" +msgid "Invalid IP address" +msgstr "Недействительный IP-адрес" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Не хочу отправлять анонимные данные" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Введите действительный IP-адрес." -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Разрешить отправку анонимных данных" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "Адрес принтера" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Магазин" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "Введите IP-адрес принтера в сети." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Вам потребуется перезапустить Cura для активации изменений в пакетах." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "Недоступный принтер" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Выйти из %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "Первое доступное" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Установить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "Переместить в начало" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Установлено" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "Удалить" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Premium" -msgstr "Премиум" +msgid "Resume" +msgstr "Продолжить" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Перейти в интернет-магазин" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Приостановка..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "Search materials" -msgstr "Поиск материалов" +msgid "Resuming..." +msgstr "Возобновляется..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Compatibility" -msgstr "Совместимость" +msgid "Pause" +msgstr "Пауза" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Принтер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Прерывается..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Рабочий стол" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Прервать" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Поддержки" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Вы уверены, что хотите переместить %1 в начало очереди?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Качество" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Таблица технических характеристик" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Паспорт безопасности" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Инструкции по печати" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "Веб-сайт" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Для выполнения установки или обновления необходимо войти" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Приобретение катушек с материалом" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "Обновить" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Обновление" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Обновлено" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Назад" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Плагины" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "Материалы" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Установлено" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Установка выполнится при перезагрузке" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Для выполнения обновления необходимо войти" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Переход на более раннюю версию" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Удалить" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Вклад в развитие сообщества" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Плагины сообщества" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Универсальные материалы" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Выборка пакетов..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Переместить задание печати в начало очереди" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "Веб-сайт" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Вы уверены, что хотите удалить %1?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" -msgstr "Электронная почта" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Удалить задание печати" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Войдите, чтобы получить проверенные встраиваемые модули и материалы для Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Вы уверены, что хотите прервать %1?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" -msgstr "Версия" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Прервать печать" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" -msgid "Last updated" -msgstr "Последнее обновление" +msgid "Queued" +msgstr "Запланировано" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "Брэнд" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Управление через браузер" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Downloads" -msgstr "Загрузки" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Установленные встраиваемые модули" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Встраиваемые модули не установлены." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Установленные материалы" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "Материалы не установлены." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Связанные встраиваемые модули" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Связанные материалы" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Не удалось подключиться к базе данных пакета Cura. Проверьте свое подключение." +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "В очереди нет заданий печати. Выполните нарезку и отправьте задание." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Для установки пакета необходимо принять лицензию" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Изменения в вашей учетной записи" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "Отклонить" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "Следующий" +msgid "Print jobs" +msgstr "Задания печати" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Будут добавлены следующие пакеты:" +msgid "Total print time" +msgstr "Общее время печати" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Следующие пакеты невозможно установить из-за несовместимой версии Cura:" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Подтвердить удаление" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Вы удаляете материалы и/или профили, которые все еще используются. Подтверждение приведет к сбросу указанных ниже материалов/профилей к их настройкам по умолчанию." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Материалы" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Профили" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Подтвердить" +msgid "Waiting for" +msgstr "Ожидание" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "Цветовая схема" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "Цвет материала" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "Тип линии" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "Скорость" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "Толщина слоя" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "Ширина линии" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "Поток" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "Режим совместимости" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "Перемещения" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "Помощники" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "Ограждение" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "Заполнение" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "Запуск" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "Показать только верхние слои" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "Показать 5 детализированных слоёв сверху" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "Дно / крышка" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "Внутренняя стенка" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "мин" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "макс" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Управление принтером" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Стекло" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Для удаленного управления очередью необходимо обновить программное обеспечение принтера." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "Высота (мм)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Каналы веб-камеры для облачных принтеров невозможно просмотреть из Ultimaker Cura. Щелкните «Управление принтером», чтобы просмотреть эту веб-камеру на сайте Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Максимальная дистанция каждого пикселя от \"Основания.\"" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Загрузка..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "Основание (мм)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Недоступен" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "Высота основания от стола в миллиметрах." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Недостижимо" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "Ширина (мм)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Простой" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Подготовка..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "Глубина (мм)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Печать" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "Глубина в миллиметрах на столе" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Без имени" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "Тёмные выше" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Анонимн" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "Светлые выше" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Необходимо внести изменения конфигурации" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Для литофании темные пиксели должны соответствовать более толстым частям, чтобы сильнее задерживать проходящий свет. Для схем высот более светлые пиксели обозначают более высокий участок. Поэтому более светлые пиксели должны соответствовать более толстым местам в созданной 3D-модели." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Подробности" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Недоступный принтер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "Линейный" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "Первое доступное" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "Светопроходимость" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "Запланировано" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Для литофании предусмотрена простая логарифмическая модель светопроходимости. В картах высот значения пикселей линейно соответствуют высотам." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Управление через браузер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "Проходимость через 1 мм (%)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "В очереди нет заданий печати. Выполните нарезку и отправьте задание." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "Процент света, проникающего в отпечаток толщиной 1 миллиметр. Если уменьшить это значение, контрастность в темных областях изображения увеличится, а в светлых — уменьшится." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "Задания печати" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "Сглаживание" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "Общее время печати" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "Величина сглаживания для применения к изображению." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "Ожидание" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "OK" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "Print over network" -msgstr "Печать через сеть" +msgid "Open Project" +msgstr "Открытие проекта" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Печать" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Выбор принтера" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Изменения конфигурации" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Обновить существующий" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Переопределить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Создать новый" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Для назначенного принтера %1 требуется следующее изменение конфигурации:" -msgstr[1] "Для назначенного принтера %1 требуются следующие изменения конфигурации:" -msgstr[2] "Для назначенного принтера %1 требуются следующие изменения конфигурации:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Сводка - Проект Cura" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "Принтер %1 назначен, однако в задании указана неизвестная конфигурация материала." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Как следует решать конфликт в принтере?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Изменить материал %1 с %2 на %3." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Параметры принтера" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Загрузите %3 как материал %1 (переопределение этого действия невозможно)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Тип" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Изменить экструдер %1 с %2 на %3." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Группа принтеров" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Заменить рабочий стол на %1 (переопределение этого действия невозможно)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Как следует решать конфликт в профиле?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "При переопределении к имеющейся конфигурации принтера будут применены указанные настройки. Это может привести к ошибке печати." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Параметры профиля" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "Алюминий" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Название" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Завершено" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Прерывается..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Вне профиля" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Прервано" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 перекрыт" +msgstr[1] "%1 перекрыто" +msgstr[2] "%1 перекрыто" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Сбой" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Производное от" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Приостановка..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 перекрыто" +msgstr[1] "%1, %2 перекрыто" +msgstr[2] "%1, %2 перекрыто" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Приостановлено" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Как следует решать конфликт в материале?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Возобновляется..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "Параметры материала" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Необходимое действие" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "Видимость параметров" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Завершение %1 в %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "Режим" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Подключение к сетевому принтеру" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "Видимые параметры:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Для печати непосредственно на принтере через сеть необходимо подключить принтер к сети с помощью сетевого кабеля или подключить его к сети Wi-Fi. Если вы не подключили Cura к принтеру, вы можете использовать USB-накопитель для переноса файлов G-Code на принтер." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 из %2" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Выберите свой принтер из приведенного ниже списка:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Загрузка проекта приведет к удалению всех моделей на рабочем столе." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Edit" -msgstr "Правка" +msgid "Open" +msgstr "Открыть" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Удалить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Желаете большего?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Обновить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Создать резервную копию" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Если ваш принтер отсутствует в списке, обратитесь к руководству по решению проблем с сетевой печатью" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Автоматическое резервное копирование" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "Тип" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Автоматически создавать резервную копию в день запуска Cura." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "Версия прошивки" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Версия Cura" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "Адрес" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Принтеры" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Данный принтер не настроен для управления группой принтеров." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "Материалы" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Данный принтер управляет группой из %1 принтера (-ов)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Профили" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "Принтер по этому адресу ещё не отвечал." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Плагины" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Подключить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Восстановить" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Недействительный IP-адрес" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Удалить резервную копию" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Введите действительный IP-адрес." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Вы уверены, что хотите удалить указанную резервную копию? Данное действие невозможно отменить." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Адрес принтера" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Восстановить резервную копию" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Введите IP-адрес принтера в сети." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Вам потребуется перезапустить Cura, прежде чем данные будут восстановлены из резервной копии. Вы действительно хотите закрыть Cura прямо сейчас?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Переместить в начало" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Резервное копирование и синхронизация ваших параметров Cura." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Удалить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Войти" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Продолжить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Мои резервные копии" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Приостановка..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Возобновляется..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Пауза" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Прерывается..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Прервать" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "В данный момент у вас отсутствуют резервные копии. Для создания резервной копии нажмите кнопку «Создать резервную копию»." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Вы уверены, что хотите переместить %1 в начало очереди?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "На этапе предварительного просмотра отображается только 5 резервных копий. Для просмотра предыдущих резервных копий удалите одну копию." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Переместить задание печати в начало очереди" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Резервные копии Cura" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Вы уверены, что хотите удалить %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Дополнительная информация о сборе анонимных данных" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Удалить задание печати" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем. Ниже приведен пример всех передаваемых данных:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Вы уверены, что хотите прервать %1?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Не хочу отправлять анонимные данные" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Прервать печать" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Разрешить отправку анонимных данных" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Проверьте наличие подключения к принтеру:\n" -"- Убедитесь, что принтер включен.\n" -"- Убедитесь, что принтер подключен к сети.\n" -"- Убедитесь, что вы вошли в систему (это необходимо для поиска принтеров, подключенных к облаку)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Плагин пост-обработки" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Подключите принтер к сети." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" +msgstr "Скрипты пост-обработки" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Просмотр руководств пользователей онлайн" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Добавить скрипт" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Чтобы отслеживать задания печати при помощи Cura, подключите принтер." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 +msgctxt "@label" +msgid "Settings" +msgstr "Параметры" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "С этой печатью могут быть связаны некоторые проблемы. Щелкните для просмотра советов по регулировке." +msgid "Change active post-processing scripts." +msgstr "Измените активные скрипты пост-обработки." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Трехмерный вид" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "Активны следующие скрипты:" +msgstr[1] "Активны следующие скрипты:" +msgstr[2] "Активны следующие скрипты:" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Вид спереди" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Пожалуйста, укажите любые изменения, внесённые в Ultimaker Original" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Вид сверху" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Нагреваемый стол (официальный набор или самодельный)" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Вид слева" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Выравнивание стола" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Вид справа" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Сейчас вы можете отрегулировать ваш стол, чтобы быть уверенным в качестве последующей печати. При нажатии на кнопку «Перейти к следующей позиции» сопло перейдёт на другую позиции, которую можно будет отрегулировать." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Object list" -msgstr "Список объектов" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Для каждой позиции, вставьте кусок бумаги под сопло и отрегулируйте высоту стола. Когда кончик сопла немного прижимает бумагу к столу, значит вы выставили правильную высоту стола." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" -msgid "Marketplace" -msgstr "Магазин" +msgid "Start Build Plate Leveling" +msgstr "Начало выравнивания стола" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "Файл" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Перейти к следующей позиции" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "Правка" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "Вид" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "&Параметры" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "Расширения" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "Настройки" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "Справка" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "Новый проект" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "Вы действительно желаете начать новый проект? Это действие очистит область печати и сбросит все несохранённые настройки." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Нарезка на слои..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Выйти из %1" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Невозможно нарезать" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Processing" -msgstr "Обработка" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Slice" -msgstr "Нарезка на слои" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Запустить нарезку на слои" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Cancel" -msgstr "Отмена" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Оценка времени" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Оценка материала" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1 м" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1 г" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "Оценка времени недоступна" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "Оценка расходов недоступна" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" -msgid "Preview" -msgstr "Предварительный просмотр" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "Добавить принтер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "Добавить сетевой принтер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Добавить принтер, не подключенный к сети" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Добавить облачный принтер" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Ожидается ответ от облака" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "В учетной записи нет принтеров?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Следующие принтеры в вашей учетной записи добавлены в Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Добавить принтер вручную" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Добавить принтер по IP-адресу" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Введите IP-адрес своего принтера." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Добавить" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Не удалось подключиться к устройству." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Не удается подключиться к принтеру Ultimaker?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "От принтера с этим адресом еще не поступал ответ." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Этот принтер невозможно добавить, поскольку это неизвестный принтер либо он не управляет группой." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" -msgid "Back" -msgstr "Назад" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" -msgid "Connect" -msgstr "Подключить" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Пользовательское соглашение" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Отклонить и закрыть" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Приветствуем в Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgid "Please read and agree with the plugin licence." msgstr "" -"Выполните указанные ниже действия для настройки\n" -"Ultimaker Cura. Это займет немного времени." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" -msgid "Get started" -msgstr "Приступить" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Войдите на платформу Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Отклонить" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Добавляйте настройки материалов и плагины из Marketplace" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" -msgid "Skip" -msgstr "Пропустить" +msgid "Load more" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Создайте бесплатную учетную запись Ultimaker" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Производитель" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Автор профиля" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Имя принтера" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Принтер" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Присвойте имя принтеру" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Параметры сопла" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "В вашей сети не найден принтер." +msgid "Nozzle size" +msgstr "Диаметр сопла" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Refresh" -msgstr "Обновить" +msgid "mm" +msgstr "мм" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Add printer by IP" -msgstr "Добавить принтер по IP-адресу" +msgid "Compatible material diameter" +msgstr "Диаметр совместимого материала" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Add cloud printer" -msgstr "Добавить облачный принтер" +msgid "Nozzle offset X" +msgstr "Смещение сопла по оси X" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Troubleshooting" -msgstr "Поиск и устранение неисправностей" +msgid "Nozzle offset Y" +msgstr "Смещение сопла по оси Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Помогите нам улучшить Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем, включая перечисленные ниже:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Типы принтера" +msgid "Cooling Fan Number" +msgstr "Номер охлаждающего вентилятора" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Использование материала" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Стартовый G-код экструдера" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Количество слоев" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Завершающий G-код экструдера" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Параметры печати" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Параметры принтера" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Данные, собранные Ultimaker Cura, не содержат каких-либо персональных данных." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +msgctxt "@label" +msgid "X (Width)" +msgstr "X (Ширина)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Дополнительная информация" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +msgctxt "@label" +msgid "Y (Depth)" +msgstr "Y (Глубина)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "What's New" -msgstr "Что нового" +msgid "Z (Height)" +msgstr "Z (Высота)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Empty" -msgstr "Пусто" +msgid "Build plate shape" +msgstr "Форма стола" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Release Notes" -msgstr "Примечания к выпуску" +msgid "Origin at center" +msgstr "Начало координат в центре" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "О программе %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +msgctxt "@label" +msgid "Heated bed" +msgstr "Нагреваемый стол" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "version: %1" -msgstr "версия: %1" +msgid "Heated build volume" +msgstr "Подогреваемый объем печати" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "Полное решение для 3D печати методом наплавления материала." +msgid "G-code flavor" +msgstr "Вариант G-кода" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "" -"Cura разработана компанией Ultimaker B.V. совместно с сообществом.\n" -"Cura использует следующие проекты с открытым исходным кодом:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Параметры головы" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Graphical user interface" -msgstr "Графический интерфейс пользователя" +msgid "X min" +msgstr "X минимум" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Application framework" -msgstr "Фреймворк приложения" +msgid "Y min" +msgstr "Y минимум" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "G-code generator" -msgstr "Генератор G-кода" +msgid "X max" +msgstr "X максимум" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Interprocess communication library" -msgstr "Библиотека межпроцессного взаимодействия" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 -msgctxt "@label" -msgid "Programming language" -msgstr "Язык программирования" +msgid "Y max" +msgstr "Y максимум" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "GUI framework" -msgstr "Фреймворк GUI" +msgid "Gantry Height" +msgstr "Высота портала" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "GUI framework bindings" -msgstr "Фреймворк GUI, интерфейс" +msgid "Number of Extruders" +msgstr "Количество экструдеров" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "C/C++ библиотека интерфейса" +msgid "Apply Extruder offsets to GCode" +msgstr "Применить смещения экструдера к GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 -msgctxt "@label" -msgid "Data interchange format" -msgstr "Формат обмена данными" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "Стартовый G-код" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 -msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "Вспомогательная библиотека для научных вычислений" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "Завершающий G-код" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 -msgctxt "@label" -msgid "Support library for faster math" -msgstr "Вспомогательная библиотека для быстрых расчётов" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Мои принтеры" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 -msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "Вспомогательная библиотека для работы с STL файлами" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Следите за своими принтерами в Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Вспомогательная библиотека для работы с плоскими объектами" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Создавайте проекты печати в электронной библиотеке." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "Вспомогательная библиотека для работы с треугольными сетками" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Задания печати" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "Вспомогательная библиотека для работы с 3MF файлами" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Отслеживайте задания печати и запускайте их повторно из истории печати." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "Вспомогательная библиотека для метаданных файла и потоковой передачи" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Расширяйте возможности Ultimaker Cura за счет плагинов и профилей материалов." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" -msgstr "Библиотека последовательного интерфейса" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Пройдите электронное обучение Ultimaker и станьте экспертом в области 3D-печати." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "Библиотека ZeroConf" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Поддержка Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Узнайте, как начать работу с Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Задать вопрос" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Посоветуйтесь со специалистами в сообществе Ultimaker." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Сообщить об ошибке" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Сообщите разработчикам о неполадках." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Посетите веб-сайт Ultimaker." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Печатать выбранную модель с %1" +msgstr[1] "Печатать выбранные модели с %1" +msgstr[2] "Печатать выбранные модели с %1" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "&Параметры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "Новый проект" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "Вы действительно желаете начать новый проект? Это действие очистит область печати и сбросит все несохранённые настройки." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Магазин" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "Библиотека обрезки полигонов" +msgid "Build plate" +msgstr "Рабочий стол" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "Средство проверки статического типа для Python" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Целевая температура горячего стола. Стол будет нагреваться и охлаждаться, оставаясь на этой температуре. Если установлена в 0, значит нагрев стола отключен." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "Корневые сертификаты для проверки надежности SSL" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Текущая температура горячего стола." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Библиотека отслеживания ошибок Python" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Температура преднагрева горячего стола." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "Отмена" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Преднагрев" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Нагрев горячего стола перед печатью. Вы можете продолжать настройки вашей печати, пока стол нагревается, и вам не понадобится ждать нагрева стола для старта печати." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Принтер не подключен." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "Библиотека упаковки полигонов, разработанная Prusa Research" +msgid "Printer control" +msgstr "Управление принтером" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "Интерфейс Python для libnest2d" +msgid "Jog Position" +msgstr "Положение толчковой подачи" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "Вспомогательная библиотека для доступа к набору ключей системы" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "Расширения Python для Microsoft Windows" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Font" -msgstr "Шрифт" +msgid "Jog Distance" +msgstr "Расстояние толчковой подачи" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "SVG icons" -msgstr "Иконки SVG" +msgid "Send G-code" +msgstr "Отправить G-код" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Отправить свою команду в G-коде подключенному принтеру. Нажмите Enter (Ввод) для отправки команды." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Развертывание приложений для различных дистрибутивов Linux" +msgid "Extruder" +msgstr "Экструдер" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Целевая температура сопла. Сопло будет нагрето или остужено до указанной температуры. Если значение равно 0, то нагрев будет отключен." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Текущая температура данного сопла." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Температура предварительного нагрева сопла." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Нагрев сопла перед печатью. Можно продолжать настройки вашей печати во время нагрева, и вам не понадобится ждать нагрева сопла, когда вы будете готовы приступить к печати." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Цвет материала в данном экструдере." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Материал в данном экструдере." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Сопло, вставленное в данный экструдер." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Открыть файл(ы)" +msgid "Open project file" +msgstr "Открыть файл проекта" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Мы нашли один или более проектных файлов среди выбранных вами. Вы можете открыть только один файл проекта. Мы предлагаем импортировать только модели их этих файлов. Желаете продолжить?" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Это проект Cura. Следует открыть его как проект или просто импортировать из него модели?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Запомнить мой выбор" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 msgctxt "@action:button" -msgid "Import all as models" -msgstr "Импортировать всё как модели" +msgid "Open as project" +msgstr "Открыть как проект" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Импортировать модели" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 msgctxt "@title:window" msgid "Save Project" msgstr "Сохранить проект" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 msgctxt "@action:label" msgid "Extruder %1" msgstr "Экструдер %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 msgctxt "@action:label" msgid "%1 & material" msgstr "%1 и материал" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 msgctxt "@action:label" msgid "Material" msgstr "Материал" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 msgctxt "@action:label" msgid "Don't show project summary on save again" msgstr "Больше не показывать сводку по проекту" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 msgctxt "@action:button" msgid "Save" msgstr "Сохранить" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Сбросить или сохранить изменения" +msgid "Open file(s)" +msgstr "Открыть файл(ы)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Вы изменили некоторые настройки профиля.\n" -"Сохранить измененные настройки после переключения профилей?\n" -"Изменения можно отменить и загрузить настройки по умолчанию из \"%1\"." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Мы нашли один или более проектных файлов среди выбранных вами. Вы можете открыть только один файл проекта. Мы предлагаем импортировать только модели их этих файлов. Желаете продолжить?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Параметры профиля" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Импортировать всё как модели" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Текущие изменения" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "Всегда спрашивать меня" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "Сбросить и никогда больше не спрашивать" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "Сохранить и никогда больше не спрашивать" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "Отменить изменения" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "О программе %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" -msgstr "Сохранить изменения" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" +msgstr "версия: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Открыть файл проекта" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "Полное решение для 3D печати методом наплавления материала." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Это проект Cura. Следует открыть его как проект или просто импортировать из него модели?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "" +"Cura разработана компанией Ultimaker B.V. совместно с сообществом.\n" +"Cura использует следующие проекты с открытым исходным кодом:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Запомнить мой выбор" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" +msgstr "Графический интерфейс пользователя" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Открыть как проект" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "Фреймворк приложения" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Импортировать модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" +msgstr "Генератор G-кода" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Active print" -msgstr "Идёт печать" +msgid "Interprocess communication library" +msgstr "Библиотека межпроцессного взаимодействия" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Job Name" -msgstr "Имя задачи" +msgid "Programming language" +msgstr "Язык программирования" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Printing Time" -msgstr "Время печати" +msgid "GUI framework" +msgstr "Фреймворк GUI" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Estimated time left" -msgstr "Осталось примерно" +msgid "GUI framework bindings" +msgstr "Фреймворк GUI, интерфейс" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "Облачный принтер не в сети. Убедитесь, что принтер включен и подключен к Интернету." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" +msgstr "C/C++ библиотека интерфейса" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Этот принтер не связан с вашей учетной записью. Посетите сайт Ultimaker Digital Factory, чтобы установить привязку." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" +msgstr "Формат обмена данными" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "В настоящий момент нет подключения к облаку. Для подключения к облачному принтеру выполните вход." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "Вспомогательная библиотека для научных вычислений" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "В настоящий момент нет подключения к облаку. Проверьте подключение к Интернету." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "Вспомогательная библиотека для быстрых расчётов" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Добавить принтер" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" +msgstr "Вспомогательная библиотека для работы с STL файлами" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Управление принтерами" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "Вспомогательная библиотека для работы с треугольными сетками" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Connected printers" -msgstr "Подключенные принтеры" +msgid "Support library for handling 3MF files" +msgstr "Вспомогательная библиотека для работы с 3MF файлами" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" -msgid "Preset printers" -msgstr "Предварительно настроенные принтеры" +msgid "Support library for file metadata and streaming" +msgstr "Вспомогательная библиотека для метаданных файла и потоковой передачи" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" -msgid "Print settings" -msgstr "Параметры печати" +msgid "Serial communication library" +msgstr "Библиотека последовательного интерфейса" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Настройка печати отключена. Невозможно изменить файл с G-кодом." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "Библиотека ZeroConf" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Profile" -msgstr "Профиль" +msgid "Polygon clipping library" +msgstr "Библиотека обрезки полигонов" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" msgstr "" -"Значения некоторых параметров отличаются от значений профиля.\n" -"\n" -"Нажмите для открытия менеджера профилей." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Собственные профили" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Сбросить текущие параметры" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Рекомендован" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Свое" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "Средство проверки статического типа для Python" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Вкл" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "Корневые сертификаты для проверки надежности SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Выкл" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Библиотека отслеживания ошибок Python" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Experimental" -msgstr "Экспериментальное" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Нет %1 профиля для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" -msgstr[1] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" -msgstr[2] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "Библиотека упаковки полигонов, разработанная Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profiles" -msgstr "Профили" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "В некоторые настройки профиля были внесены изменения. Если их необходимо изменить, перейдите в пользовательский режим." +msgid "Python bindings for libnest2d" +msgstr "Интерфейс Python для libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Support" -msgstr "Поддержки" +msgid "Support library for system keyring access" +msgstr "Вспомогательная библиотека для доступа к набору ключей системы" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Генерация структур для поддержки нависающих частей модели. Без этих структур такие части будут складываться во время печати." +msgid "Python extensions for Microsoft Windows" +msgstr "Расширения Python для Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Gradual infill" -msgstr "Постепенное заполнение" +msgid "Font" +msgstr "Шрифт" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Постепенное заполнение будет постепенно увеличивать объём заполнения по направлению вверх." +msgid "SVG icons" +msgstr "Иконки SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Adhesion" -msgstr "Прилипание" +msgid "Linux cross-distribution application deployment" +msgstr "Развертывание приложений для различных дистрибутивов Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Разрешает печать каймы или подложки. Это добавляет плоскую область вокруг или под вашим объектом, которую легко удалить после печати." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "Сбросить или сохранить изменения" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Сохранить проект..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Подключенные к сети принтеры" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Параметры профиля" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Локальные принтеры" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Текущие изменения" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Материал" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "Всегда спрашивать меня" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Избранные" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "Сбросить и никогда больше не спрашивать" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Универсальные" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "Сохранить и никогда больше не спрашивать" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Печать выбранной модели:" -msgstr[1] "Печать выбранных моделей:" -msgstr[2] "Печать выбранных моделей:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "Отменить изменения" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Размножить выбранную модель" -msgstr[1] "Размножить выбранные модели" -msgstr[2] "Размножить выбранные модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "Сохранить изменения" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "Number of Copies" -msgstr "Количество копий" +msgid "No items to select from" +msgstr "Нет элементов для выбора" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Открыть файл(ы)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Открыть недавние" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Видимые параметры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Свернуть все категории" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Управление видимостью настроек..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "Материал" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Установить как активный экструдер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Включить экструдер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Отключить экструдер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Материал" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Избранные" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Универсальные" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "Справка" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "Файл" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 msgctxt "@title:menu menubar:file" msgid "&Save Project..." msgstr "&Сохранить проект..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 msgctxt "@title:menu menubar:file" msgid "&Export..." msgstr "&Экспорт..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 msgctxt "@action:inmenu menubar:file" msgid "Export Selection..." msgstr "Экспорт выбранного..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "Настройки" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "Правка" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "Принтер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Подключенные к сети принтеры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Локальные принтеры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "Расширения" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" msgid "Configurations" msgstr "Конфигурации" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Свое" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "Принтер" +msgid "Loading available configurations from the printer..." +msgstr "Загрузка доступных конфигураций из принтера..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "Включено" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Конфигурации недоступны, поскольку принтер отключен." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "Материал" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Данная конфигурация недоступна, поскольку %1 не распознан. Посетите %2 и загрузите подходящий профиль материала." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Использовать клей для лучшего прилипания с этой комбинацией материалов." +msgid "Marketplace" +msgstr "Магазин" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "Конфигурация этого экструдера не разрешается и запрещает нарезку на слои." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "Нет профилей, соответствующих конфигурации этого экструдера." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "Выберите конфигурации" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "Конфигурации" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Загрузка доступных конфигураций из принтера..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Свое" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Конфигурации недоступны, поскольку принтер отключен." +msgid "Printer" +msgstr "Принтер" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Данная конфигурация недоступна, поскольку %1 не распознан. Посетите %2 и загрузите подходящий профиль материала." +msgid "Enabled" +msgstr "Включено" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Marketplace" -msgstr "Магазин" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Открыть файл(ы)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "Принтер" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" +msgid "Material" msgstr "Материал" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Установить как активный экструдер" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Включить экструдер" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "Использовать клей для лучшего прилипания с этой комбинацией материалов." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Отключить экструдер" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Печать выбранной модели:" +msgstr[1] "Печать выбранных моделей:" +msgstr[2] "Печать выбранных моделей:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Открыть недавние" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Размножить выбранную модель" +msgstr[1] "Размножить выбранные модели" +msgstr[2] "Размножить выбранные модели" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Видимые параметры" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Количество копий" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Свернуть все категории" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." +msgstr "Сохранить проект..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Управление видимостью настроек..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "Вид" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "Положение камеры" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "Вид камеры" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "Перспективная" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "Ортографическая" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "Рабочий стол" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "Просмотр типа" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "Печатается как поддержка." +msgid "Sign in to the Ultimaker platform" +msgstr "Войдите на платформу Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Другие модели, имеющие перекрытия с этой моделью, изменены." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Добавляйте настройки материалов и плагины из Marketplace \n" +" - Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов \n" +" - Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Изменено заполнение перекрытия с этой моделью." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Создайте бесплатную учетную запись Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Перекрытия с этой моделью не поддерживаются." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Войти" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Переопределяет %1 настройку." -msgstr[1] "Переопределяет %1 настройки." -msgstr[2] "Переопределяет %1 настроек." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Последнее обновление: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Профили" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Учетная запись Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Активировать" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Выйти" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "Создать" +msgid "Checking..." +msgstr "Проверка..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "Дублировать" +msgid "Account synced" +msgstr "Учетная запись синхронизирована" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Переименовать" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "Что-то пошло не так..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Импорт" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Установить ожидающие обновления" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Экспорт" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Проверить наличие обновлений учетной записи" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Создать профиль" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Нарезка на слои..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Укажите имя для данного профиля." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Невозможно нарезать" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Скопировать профиль" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Обработка" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Подтвердите удаление" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Нарезка на слои" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Вы уверены, что желаете удалить %1? Это нельзя будет отменить!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Запустить нарезку на слои" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Переименовать профиль" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Отмена" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Импорт профиля" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Оценка времени" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Экспорт профиля" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Оценка материала" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1 м" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Принтер: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1 г" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Обновить профиль текущими параметрами" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "Оценка времени недоступна" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Данный профиль использует настройки принтера по умолчанию, поэтому список ниже пуст." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "Оценка расходов недоступна" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Ваши текущие параметры совпадают с выбранным профилем." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Предварительный просмотр" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Общие параметры" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "Этот пакет будет установлен после перезапуска." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 msgctxt "@title:tab" msgid "General" msgstr "Общее" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 -msgctxt "@label" -msgid "Interface" -msgstr "Интерфейс" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Параметры" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" -msgstr "Валюта:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Принтеры" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Тема:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Материалы" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Для применения данных изменений вам потребуется перезапустить приложение." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Профили" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Нарезать автоматически при изменении настроек." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Закрытие %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Нарезать автоматически" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Вы уверены, что хотите выйти из %1?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "Поведение окна" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Установить пакет" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Подсвечивать красным области модели, требующие поддержек. Без поддержек эти области не будут напечатаны правильно." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Открыть файл(ы)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Отобразить нависания" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Среди выбранных файлов мы нашли несколько файлов с G-кодом. Вы можете открыть только один файл за раз. Измените свой выбор, пожалуйста." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Отметьте отсутствующие или лишние поверхности модели с помощью предупреждающих знаков. В путях инструментов часто будут отсутствовать детали предполагаемой геометрии." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "Добавление принтера" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Показывать ошибки модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "Что нового" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Перемещать камеру так, чтобы выбранная модель помещалась в центр экрана" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Вкл" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Центрировать камеру на выбранном объекте" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Выкл" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Следует ли инвертировать стандартный способ увеличения в Cura?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Экспериментальное" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Инвертировать направление увеличения камеры." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Параметры печати" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "Увеличивать по мере движения мышкой?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Настройка печати отключена. Невозможно изменить файл с G-кодом." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "В ортогональной проекции изменение масштаба мышью не поддерживается." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Рекомендован" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Увеличивать по движению мышки" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Свое" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Следует ли размещать модели на столе так, чтобы они больше не пересекались?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Нет %1 профиля для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" +msgstr[1] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" +msgstr[2] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Удостовериться, что модели размещены рядом" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Постепенное заполнение" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Следует ли опустить модели на стол?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Постепенное заполнение будет постепенно увеличивать объём заполнения по направлению вверх." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Автоматически опускать модели на стол" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "Поддержки" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Показывать предупреждающее сообщение в средстве считывания G-кода." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Генерация структур для поддержки нависающих частей модели. Без этих структур такие части будут складываться во время печати." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Предупреждающее сообщение в средстве считывания G-кода" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "Профили" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "Должен ли слой быть переведён в режим совместимости?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "В некоторые настройки профиля были внесены изменения. Если их необходимо изменить, перейдите в пользовательский режим." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Просматривать слои в режиме совместимости (требуется перезапуск)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "Прилипание" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Открыть Cura на том месте, где вы остановились в прошлый раз?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Разрешает печать каймы или подложки. Это добавляет плоскую область вокруг или под вашим объектом, которую легко удалить после печати." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Восстановить положение окна при запуске" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Рендеринг камеры какого типа следует использовать?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Рендеринг камеры:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Перспективная" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Собственные профили" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ортографическая" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Сбросить текущие параметры" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Opening and saving files" -msgstr "Открытие и сохранение файлов" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Открывать файлы с компьютера и из внешних приложений в одном экземпляре Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Использовать один экземпляр Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Следует ли очищать печатную пластину перед загрузкой новой модели в единственный экземпляр Cura?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Очистите печатную пластину перед загрузкой модели в единственный экземпляр" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Масштабировать ли модели для размещения внутри печатаемого объёма, если они не влезают в него?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Масштабировать большие модели" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Модель может показаться очень маленькой, если её размерность задана в метрах, а не миллиметрах. Следует ли масштабировать такие модели?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Масштабировать очень маленькие модели" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Выбрать модели после их загрузки?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Выбрать модели при загрузке" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Надо ли автоматически добавлять префикс, основанный на имени принтера, к названию задачи на печать?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Добавить префикс принтера к имени задачи" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Показывать сводку при сохранении файла проекта?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Показывать сводку при сохранении проекта" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Стандартное поведение при открытии файла проекта" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Стандартное поведение при открытии файла проекта: " +msgid "Profile" +msgstr "Профиль" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Всегда спрашивать меня" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Значения некоторых параметров отличаются от значений профиля.\n" +"\n" +"Нажмите для открытия менеджера профилей." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Всегда открывать как проект" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Параметр" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Всегда импортировать модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Профиль" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "При внесении изменений в профиль и переключении на другой, будет показан диалог, запрашивающий ваше решение о сохранении ваших изменений, или вы можете указать стандартное поведение и не показывать такой диалог." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Текущий" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Поведение по умолчанию для измененных значений настройки при переключении на другой профиль: " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Всегда сбрасывать измененные настройки" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Всегда передавать измененные настройки новому профилю" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Приватность" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Можно ли отправлять анонимную информацию о вашей печати в Ultimaker? Следует отметить, что ни модели, ни IP-адреса и никакая другая персональная информация не будет отправлена или сохранена." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Отправлять (анонимно) информацию о печати" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Видимость параметров" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "More information" -msgstr "Дополнительная информация" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Обновления" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Должна ли Cura проверять обновления программы при старте?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Проверять обновления при старте" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "При проверке обновлений проверяйте только стабильные версии." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Только стабильные версии" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "При проверке обновлений проверяйте как стабильные, так и бета-версии." +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Стабильные и бета-версии" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Выбрать все" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Следует ли автоматически проверять наличие новых плагинов при каждом запуске Cura? Настоятельно рекомендуется не выключать это!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Получать уведомления об обновлениях плагинов" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Активировать" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Информация" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Переименовать" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" msgid "Confirm Diameter Change" msgstr "Подтвердить изменение диаметра" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "Установлен новый диаметр пластиковой нити %1 мм. Это значение несовместимо с текущим экструдером. Продолжить?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" msgid "Display Name" msgstr "Отображаемое имя" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Брэнд" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "Тип материала" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "Цвет" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Свойства" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Плотность" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Диаметр" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Стоимость материала" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Вес материала" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Длина материала" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Стоимость метра" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Данный материал привязан к %1 и имеет ряд его свойств." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Отвязать материал" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Описание" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Информация об адгезии" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Создать" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Дублировать" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Синхронизация с принтерами" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Принтер" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Импортировать материал" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Не могу импортировать материал %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Успешно импортированный материал %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Экспортировать материал" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Не могу экспортировать материал %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Материал успешно экспортирован в %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Информация" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Синхронизировать материалы с принтерами" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Синхронизировать материалы с принтерами" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Выполнив несколько простых действий, вы сможете синхронизировать все профили материалов со своими принтерами." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Пуск" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Зачем нужна синхронизация профилей материалов?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Пуск" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Войти" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Для автоматической синхронизации профилей материалов со всеми принтерами, подключенными к Digital Factory, необходимо войти в Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Синхронизация материалов с помощью USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Следующие принтеры получат новые профили материалов:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "При отправке материалов на принтеры что-то пошло не так." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Профили материалов успешно синхронизированы со следующими принтерами:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Поиск и устранение неисправностей" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Отсутствуют принтеры?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Убедитесь, что все ваши принтеры включены и подключены к Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Обновить список" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Повторить попытку" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Готово" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Синхронизация" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Синхронизация" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Принтеры не обнаружены" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Похоже, у вас нет совместимых принтеров, подключенных к Digital Factory. Убедитесь, что ваш принтер подключен и на нем установлена последняя версия прошивки." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Узнайте, как подключить принтер к Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Обновить" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Синхронизация профилей материалов с помощью USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Чтобы загрузить новые профили материалов в принтер, выполните следующие действия." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Нажмите кнопку экспорта архива материалов." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Сохраните UMM-файл на USB-накопителе." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Вставьте USB-накопитель в принтер и запустите процедуру загрузки новых профилей материалов." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Загрузка новых профилей материалов в принтер" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 msgctxt "@button" -msgid "Export material archive" -msgstr "Экспорт архива материалов" +msgid "Back" +msgstr "Назад" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 +msgctxt "@button" +msgid "Export material archive" +msgstr "Экспорт архива материалов" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Экспорт всех материалов" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Видимость параметров" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Выбрать все" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Принтеры" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Вычислено" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Параметр" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Профиль" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Импорт" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Текущий" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Единица" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Дублировать" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Не подключен к принтеру" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Экспорт" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "Принтер не принимает команды" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Подтвердите удаление" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "В режиме обслуживания. Пожалуйста, проверьте принтер" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Вы уверены, что желаете удалить %1? Это нельзя будет отменить!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Потеряно соединение с принтером" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Импортировать материал" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Печать..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Успешно импортированный материал %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Приостановлен" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Не могу импортировать материал %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Подготовка..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Экспортировать материал" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Пожалуйста, удалите напечатанное" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Не могу экспортировать материал %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Прервать печать" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Материал успешно экспортирован в %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Вы уверены, что желаете прервать печать?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Печатать выбранную модель с %1" -msgstr[1] "Печатать выбранные модели с %1" -msgstr[2] "Печатать выбранные модели с %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Мои принтеры" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Следите за своими принтерами в Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Создавайте проекты печати в электронной библиотеке." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Задания печати" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Данный профиль использует настройки принтера по умолчанию, поэтому список ниже пуст." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Отслеживайте задания печати и запускайте их повторно из истории печати." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Ваши текущие параметры совпадают с выбранным профилем." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Расширяйте возможности Ultimaker Cura за счет плагинов и профилей материалов." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Общие параметры" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Пройдите электронное обучение Ultimaker и станьте экспертом в области 3D-печати." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Создать профиль" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Поддержка Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Укажите имя для данного профиля." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Узнайте, как начать работу с Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Экспорт профиля" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Задать вопрос" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Скопировать профиль" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Посоветуйтесь со специалистами в сообществе Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Переименовать профиль" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Сообщить об ошибке" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Импорт профиля" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Сообщите разработчикам о неполадках." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Интерфейс" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Посетите веб-сайт Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Управление принтером" +msgid "Currency:" +msgstr "Валюта:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Положение толчковой подачи" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Нарезать автоматически при изменении настроек." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Нарезать автоматически" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Расстояние толчковой подачи" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Отправить G-код" +msgid "Viewport behavior" +msgstr "Поведение окна" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Отправить свою команду в G-коде подключенному принтеру. Нажмите Enter (Ввод) для отправки команды." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Подсвечивать красным области модели, требующие поддержек. Без поддержек эти области не будут напечатаны правильно." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Экструдер" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Отобразить нависания" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Целевая температура сопла. Сопло будет нагрето или остужено до указанной температуры. Если значение равно 0, то нагрев будет отключен." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Отметьте отсутствующие или лишние поверхности модели с помощью предупреждающих знаков. В путях инструментов часто будут отсутствовать детали предполагаемой геометрии." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Текущая температура данного сопла." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Показывать ошибки модели" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Температура предварительного нагрева сопла." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Перемещать камеру так, чтобы выбранная модель помещалась в центр экрана" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Отмена" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Центрировать камеру на выбранном объекте" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Преднагрев" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Следует ли инвертировать стандартный способ увеличения в Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Нагрев сопла перед печатью. Можно продолжать настройки вашей печати во время нагрева, и вам не понадобится ждать нагрева сопла, когда вы будете готовы приступить к печати." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Инвертировать направление увеличения камеры." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Цвет материала в данном экструдере." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "Увеличивать по мере движения мышкой?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Материал в данном экструдере." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "В ортогональной проекции изменение масштаба мышью не поддерживается." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Сопло, вставленное в данный экструдер." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Увеличивать по движению мышки" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Принтер не подключен." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Следует ли размещать модели на столе так, чтобы они больше не пересекались?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Рабочий стол" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Удостовериться, что модели размещены рядом" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Целевая температура горячего стола. Стол будет нагреваться и охлаждаться, оставаясь на этой температуре. Если установлена в 0, значит нагрев стола отключен." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Следует ли опустить модели на стол?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Текущая температура горячего стола." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Автоматически опускать модели на стол" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Температура преднагрева горячего стола." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Показывать предупреждающее сообщение в средстве считывания G-кода." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Нагрев горячего стола перед печатью. Вы можете продолжать настройки вашей печати, пока стол нагревается, и вам не понадобится ждать нагрева стола для старта печати." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Предупреждающее сообщение в средстве считывания G-кода" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Войти" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "Должен ли слой быть переведён в режим совместимости?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Добавляйте настройки материалов и плагины из Marketplace \n" -" - Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов \n" -" - Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Просматривать слои в режиме совместимости (требуется перезапуск)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Создайте бесплатную учетную запись Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Открыть Cura на том месте, где вы остановились в прошлый раз?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Последнее обновление: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Восстановить положение окна при запуске" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Учетная запись Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Рендеринг камеры какого типа следует использовать?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Выйти" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Рендеринг камеры:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Проверка..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Перспективная" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Учетная запись синхронизирована" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ортографическая" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Что-то пошло не так..." +msgid "Opening and saving files" +msgstr "Открытие и сохранение файлов" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Установить ожидающие обновления" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Открывать файлы с компьютера и из внешних приложений в одном экземпляре Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Проверить наличие обновлений учетной записи" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Использовать один экземпляр Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Без имени" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Следует ли очищать печатную пластину перед загрузкой новой модели в единственный экземпляр Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Нет элементов для выбора" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Очистите печатную пластину перед загрузкой модели в единственный экземпляр" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Показать онлайн-руководство по решению проблем" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Масштабировать ли модели для размещения внутри печатаемого объёма, если они не влезают в него?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Полный экран" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Масштабировать большие модели" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Выйти из полноэкранного режима" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Модель может показаться очень маленькой, если её размерность задана в метрах, а не миллиметрах. Следует ли масштабировать такие модели?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "Отмена" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Масштабировать очень маленькие модели" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "Возврат" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Выбрать модели после их загрузки?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "Выход" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Выбрать модели при загрузке" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Трехмерный вид" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Надо ли автоматически добавлять префикс, основанный на имени принтера, к названию задачи на печать?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Вид спереди" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Добавить префикс принтера к имени задачи" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Вид сверху" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Показывать сводку при сохранении файла проекта?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Вид снизу" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Показывать сводку при сохранении проекта" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Вид слева" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Стандартное поведение при открытии файла проекта" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Вид справа" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Стандартное поведение при открытии файла проекта: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Настроить Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Всегда спрашивать меня" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "Добавить принтер..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Всегда открывать как проект" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Управление принтерами..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Всегда импортировать модели" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Управление материалами..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "При внесении изменений в профиль и переключении на другой, будет показан диалог, запрашивающий ваше решение о сохранении ваших изменений, или вы можете указать стандартное поведение и не показывать такой диалог." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Добавить больше материалов из Магазина" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Поведение по умолчанию для измененных значений настройки при переключении на другой профиль: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "Обновить профиль текущими параметрами" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Всегда сбрасывать измененные настройки" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "Сбросить текущие параметры" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Всегда передавать измененные настройки новому профилю" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "Создать профиль из текущих параметров..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Приватность" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Управление профилями..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Можно ли отправлять анонимную информацию о вашей печати в Ultimaker? Следует отметить, что ни модели, ни IP-адреса и никакая другая персональная информация не будет отправлена или сохранена." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Показать онлайн документацию" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Отправлять (анонимно) информацию о печати" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Отправить отчёт об ошибке" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Обновления" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Что нового" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Должна ли Cura проверять обновления программы при старте?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "О Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Проверять обновления при старте" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Удалить выбранное" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "При проверке обновлений проверяйте только стабильные версии." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Центрировать выбранное" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Только стабильные версии" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Размножить выбранное" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "При проверке обновлений проверяйте как стабильные, так и бета-версии." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Удалить модель" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Стабильные и бета-версии" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Поместить модель по центру" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Следует ли автоматически проверять наличие новых плагинов при каждом запуске Cura? Настоятельно рекомендуется не выключать это!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "Сгруппировать модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Получать уведомления об обновлениях плагинов" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Разгруппировать модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Добавить принтер по IP-адресу" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "Объединить модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Введите IP-адрес своего принтера." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "Дублировать модель..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Добавить" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Выбрать все модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Не удалось подключиться к устройству." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Очистить стол" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Не удается подключиться к принтеру Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Перезагрузить все модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "От принтера с этим адресом еще не поступал ответ." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Выровнять все модели по всем рабочим столам" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Этот принтер невозможно добавить, поскольку это неизвестный принтер либо он не управляет группой." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Выровнять все модели" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Подключить" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Выровнять выбранные" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Примечания к выпуску" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Сбросить позиции всех моделей" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Пользовательское соглашение" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Сбросить преобразования всех моделей" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Принимаю" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "Открыть файл(ы)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Отклонить и закрыть" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "Новый проект..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Что нового" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Показать конфигурационный каталог" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Следующий" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Видимость параметров..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Добавить облачный принтер" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Магазин" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "Ожидается ответ от облака" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Этот параметр не используется, поскольку все параметры, на которые он влияет, переопределяются." +msgid "No printers found in your account?" +msgstr "В учетной записи нет принтеров?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Влияет на" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "Следующие принтеры в вашей учетной записи добавлены в Cura:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Зависит от" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Добавить принтер вручную" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Добавляйте настройки материалов и плагины из Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Пропустить" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Создайте бесплатную учетную запись Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Данная настройка всегда используется совместно всеми экструдерами. Изменение данного значения приведет к изменению значения для всех экструдеров." +msgid "Welcome to Ultimaker Cura" +msgstr "Приветствуем в Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Выполните указанные ниже действия для настройки\n" +"Ultimaker Cura. Это займет немного времени." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Приступить" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Эта настройка получена из конфликтующих значений экструдера:" +msgid "Empty" +msgstr "Пусто" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Значение этого параметра отличается от значения в профиле.\n" -"\n" -"Щёлкните для восстановления значения из профиля." +msgid "Manufacturer" +msgstr "Производитель" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Обычно это значение вычисляется, но в настоящий момент было установлено явно.\n" -"\n" -"Щёлкните для восстановления вычисленного значения." +msgid "Profile author" +msgstr "Автор профиля" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Имя принтера" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Присвойте имя принтеру" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Добавить принтер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Добавить сетевой принтер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Добавить принтер, не подключенный к сети" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "В вашей сети не найден принтер." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Обновить" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Добавить принтер по IP-адресу" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Добавить облачный принтер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Поиск и устранение неисправностей" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Помогите нам улучшить Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем, включая перечисленные ниже:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Типы принтера" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Использование материала" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Количество слоев" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Параметры печати" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Данные, собранные Ultimaker Cura, не содержат каких-либо персональных данных." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Дополнительная информация" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Список объектов" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Печатается как поддержка." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Другие модели, имеющие перекрытия с этой моделью, изменены." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Изменено заполнение перекрытия с этой моделью." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Перекрытия с этой моделью не поддерживаются." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Переопределяет %1 настройку." +msgstr[1] "Переопределяет %1 настройки." +msgstr[2] "Переопределяет %1 настроек." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Подключенные принтеры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Предварительно настроенные принтеры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "Облачный принтер не в сети. Убедитесь, что принтер включен и подключен к Интернету." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Этот принтер не связан с вашей учетной записью. Посетите сайт Ultimaker Digital Factory, чтобы установить привязку." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "В настоящий момент нет подключения к облаку. Для подключения к облачному принтеру выполните вход." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "В настоящий момент нет подключения к облаку. Проверьте подключение к Интернету." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Добавить принтер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Управление принтерами" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Без имени" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Не подключен к принтеру" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "Принтер не принимает команды" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "В режиме обслуживания. Пожалуйста, проверьте принтер" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Потеряно соединение с принтером" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Печать..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Приостановлен" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Подготовка..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Пожалуйста, удалите напечатанное" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Прервать печать" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Вы уверены, что желаете прервать печать?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Некоторые из скрытых параметров используют значения, отличающиеся от их вычисленных значений.\n" +"\n" +"Щёлкните, чтобы сделать эти параметры видимыми." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Параметры поиска" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Скопировать значение для всех экструдеров" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Копировать все измененные значения для всех экструдеров" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Спрятать этот параметр" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Не показывать этот параметр" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Оставить этот параметр видимым" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Видимость параметров..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Этот параметр не используется, поскольку все параметры, на которые он влияет, переопределяются." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Влияет на" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Зависит от" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Данная настройка всегда используется совместно всеми экструдерами. Изменение данного значения приведет к изменению значения для всех экструдеров." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Эта настройка получена из конфликтующих значений экструдера:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Значение этого параметра отличается от значения в профиле.\n" +"\n" +"Щёлкните для восстановления значения из профиля." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Обычно это значение вычисляется, но в настоящий момент было установлено явно.\n" +"\n" +"Щёлкните для восстановления вычисленного значения." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Идёт печать" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Имя задачи" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Время печати" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Осталось примерно" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Полный экран" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Выйти из полноэкранного режима" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "Отмена" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "Возврат" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "Выход" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Трехмерный вид" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Вид спереди" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Вид сверху" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Вид снизу" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Вид слева" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Вид справа" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Настроить Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "Добавить принтер..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Управление принтерами..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Управление материалами..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "Обновить профиль текущими параметрами" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "Сбросить текущие параметры" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "Создать профиль из текущих параметров..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Управление профилями..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Показать онлайн документацию" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Отправить отчёт об ошибке" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Что нового" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "О Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Удалить выбранное" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Центрировать выбранное" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Размножить выбранное" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Удалить модель" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Поместить модель по центру" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "Сгруппировать модели" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Разгруппировать модели" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "Объединить модели" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "Дублировать модель..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Выбрать все модели" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Очистить стол" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Перезагрузить все модели" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Выровнять все модели" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Выровнять выбранные" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Сбросить позиции всех моделей" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Сбросить преобразования всех моделей" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "Открыть файл(ы)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "Новый проект..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Показать конфигурационный каталог" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Трехмерный вид" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Вид спереди" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Вид сверху" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Вид слева" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Вид справа" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Обеспечивает подготовительный этап в Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Подготовительный этап" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Предоставляет поддержку для экспорта профилей Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Запись профиля Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Предоставляет поддержку для чтения файлов моделей." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Средство чтения Trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Проверяет наличие обновлений ПО." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Проверка обновлений" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Регистрирует определенные события в журнале, чтобы их можно было использовать в отчетах об аварийном завершении работы" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Контрольный журнал" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Обеспечивает этап мониторинга в Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Этап мониторинга" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Предоставляет поддержку для подключения и записи на внешний носитель." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Плагин для работы с внешним носителем" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Обеспечивает поддержку чтения файлов AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Средство чтения AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Предоставляет поддержку для чтения пакетов формата Ultimaker." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Средство считывания UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Подключается к цифровой библиотеке, позволяя Cura открывать файлы из цифровой библиотеки и сохранять файлы в нее." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Цифровая библиотека Ultimaker" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Предоставляет параметры для каждой модели." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Инструмент для настройки каждой модели" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Обеспечение действий принтера для обновления прошивки." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Средство обновления прошивки" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Управляет сетевыми соединениями с сетевыми принтерами Ultimaker 3." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Соединение с сетью Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Проверка моделей и конфигурации печати для выявления возможных проблем печати; рекомендации." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Средство проверки моделей" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Вид моделирования" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Записывает G-код в файл." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Средство записи G-кода" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Предоставляет возможность записи 3MF файлов." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Запись 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Считывает G-код из сжатого архива." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Средство считывания сжатого G-кода" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Предоставляет возможности по чтению и записи профилей материалов в виде XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Профили материалов" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Предоставляет интерфейс к движку CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Движок CuraEngine" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Предоставляет поддержку для чтения X3D файлов." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Чтение X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Обеспечивает возможность генерировать печатаемую геометрию из файлов двухмерных изображений." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Чтение изображений" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Предоставляет поддержку для чтения 3MF файлов." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Чтение 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Предоставляет поддержку для записи пакетов формата Ultimaker." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Средство записи UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Предоставляет поддержку для импортирования профилей из устаревших версий Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Чтение устаревших профилей Cura" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Обновляет конфигурации Cura 4.3 до Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Обновление версии 4.3 до 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Обновляет настройки Cura 2.1 до Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Обновление версии 2.1 до 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Обновляет конфигурации Cura 4.1 до Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Обновление версии 4.1 до 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Обновляет конфигурации Cura 4.5 до Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Обновление версии 4.5 до 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Обновляет настройки Cura 3.3 до Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Обновление версии 3.3 до 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Обновляет конфигурации Cura 4.8 до Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Обновление версии 4.8 до 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Обновляет настройки Cura 2.7 до Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Обновление версии 2.7 до 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Обновляет конфигурации Cura 4.4 до Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Параметры поиска" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Обновление версии 4.4 до 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Скопировать значение для всех экструдеров" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Обновление настроек Cura 3.0 до Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Копировать все измененные значения для всех экструдеров" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Обновление версии 3.0 до 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Спрятать этот параметр" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Обновляет конфигурацию Cura 4.6.0 до Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Не показывать этот параметр" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Обновление версии с 4.6.0 до 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Оставить этот параметр видимым" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Обновляет настройки Cura 2.6 до Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Некоторые из скрытых параметров используют значения, отличающиеся от их вычисленных значений.\n" -"\n" -"Щёлкните, чтобы сделать эти параметры видимыми." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Обновление версии 2.6 до 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Этот пакет будет установлен после перезапуска." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Обновляет конфигурации Cura 4.2 до Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Параметры" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Обновление версии 4.2 до 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Закрытие %1" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Обновляет конфигурации Cura 4.0 до Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Вы уверены, что хотите выйти из %1?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Обновление версии 4.0 до 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Установить пакет" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Обновляет конфигурацию Cura 4.6.2 до Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Открыть файл(ы)" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Обновление версии с 4.6.2 до 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Среди выбранных файлов мы нашли несколько файлов с G-кодом. Вы можете открыть только один файл за раз. Измените свой выбор, пожалуйста." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Обновляет конфигурации Cura 4.9 до Cura 4.10." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Добавление принтера" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Обновление версии 4.9 до 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Что нового" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Обновляет настройки Cura 2.2 до Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Обновление версии 2.2 до 2.4" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Предоставляет параметры для каждой модели." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Обновляет настройки Cura 3.2 до Cura 3.3." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Инструмент для настройки каждой модели" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Обновление версии 3.2 до 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Предоставляет поддержку для импорта профилей Cura." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Обновляет настройки Cura 2.5 до Cura 2.6." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Чтение профиля Cura" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Обновление версии 2.5 до 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Предоставляет поддержку для чтения X3D файлов." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Обновляет конфигурации Cura 3.5 до Cura 4.0." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Чтение X3D" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Обновление версии 3.5 до 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Резервное копирование и восстановление конфигурации." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Обновляет настройки Cura 3.4 до Cura 3.5." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Резервные копии Cura" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Обновление версии 3.4 до 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Предоставляет возможность изменения параметров принтера (такие как рабочий объём, диаметр сопла и так далее)" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Обновляет конфигурации Cura 4.7 до Cura 4.8." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Параметры принтера действие" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Обновление версии 4.7 до 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Создание объекта стирания для блокировки печати элемента поддержки в определенных местах" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Обновляет конфигурации Cura 4.11 до Cura 4.12." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Средство стирания элемента поддержки" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Обновление версии 4.11 до 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Предоставляет поддержку для подключения и записи на внешний носитель." +msgid "Backup and restore your configuration." +msgstr "Резервное копирование и восстановление конфигурации." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Плагин для работы с внешним носителем" +msgid "Cura Backups" +msgstr "Резервные копии Cura" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Обеспечение действий принтера для обновления прошивки." +msgid "Provides support for importing Cura profiles." +msgstr "Предоставляет поддержку для импорта профилей Cura." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Средство обновления прошивки" +msgid "Cura Profile Reader" +msgstr "Чтение профиля Cura" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Предоставляет поддержку для импортирования профилей из устаревших версий Cura." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Отправляет анонимную информацию о нарезке моделей. Может быть отключено через настройки." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Чтение устаревших профилей Cura" +msgid "Slice info" +msgstr "Информация о нарезке модели" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Предоставляет поддержку для чтения 3MF файлов." +msgid "Provides support for importing profiles from g-code files." +msgstr "Предоставляет поддержку для импортирования профилей из G-Code файлов." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Чтение 3MF" +msgid "G-code Profile Reader" +msgstr "Средство считывания профиля из G-кода" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Предоставляет поддержку для записи пакетов формата Ultimaker." +msgid "Writes g-code to a compressed archive." +msgstr "Записывает G-код в сжатый архив." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Средство записи UFP" +msgid "Compressed G-code Writer" +msgstr "Средство записи сжатого G-кода" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Регистрирует определенные события в журнале, чтобы их можно было использовать в отчетах об аварийном завершении работы" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Расширение, которое позволяет пользователю создавать скрипты для постобработки" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Контрольный журнал" +msgid "Post Processing" +msgstr "Пост обработка" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Предоставляет поддержку для импортирования профилей из G-Code файлов." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Создание объекта стирания для блокировки печати элемента поддержки в определенных местах" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Средство считывания профиля из G-кода" +msgid "Support Eraser" +msgstr "Средство стирания элемента поддержки" #: PreviewStage/plugin.json msgctxt "description" @@ -5915,55 +6502,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Просмотр в рентгене" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Предоставляет интерфейс к движку CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Предоставляет дополнительные возможности для принтеров Ultimaker (такие как мастер выравнивания стола, выбора обновления и так далее)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Движок CuraEngine" +msgid "Ultimaker machine actions" +msgstr "Действия с принтерами Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Обеспечивает поддержку чтения файлов AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Средство чтения AMF" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Считывает G-код из сжатого архива." +msgid "Provides a normal solid mesh view." +msgstr "Предоставляет просмотр твёрдого тела." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Средство считывания сжатого G-кода" +msgid "Solid View" +msgstr "Обзор" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Расширение, которое позволяет пользователю создавать скрипты для постобработки" +msgid "Allows loading and displaying G-code files." +msgstr "Позволяет загружать и отображать файлы G-code." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Пост обработка" +msgid "G-code Reader" +msgstr "Чтение G-code" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Предоставляет поддержку для экспорта профилей Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Предоставляет возможность изменения параметров принтера (такие как рабочий объём, диаметр сопла и так далее)" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Запись профиля Cura" +msgid "Machine Settings Action" +msgstr "Параметры принтера действие" #: USBPrinting/plugin.json msgctxt "description" @@ -5975,415 +6562,363 @@ msgctxt "name" msgid "USB printing" msgstr "Печать через USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Обеспечивает подготовительный этап в Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Синхронизация материалов" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Подготовительный этап" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Для активации изменений вам потребуется завершить работу программного обеспечения {} и перезапустить его." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Позволяет загружать и отображать файлы G-code." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Синхронизация..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Чтение G-code" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "В вашей учетной записи Ultimaker обнаружены изменения" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Обеспечивает возможность генерировать печатаемую геометрию из файлов двухмерных изображений." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Хотите синхронизировать пакеты материалов и программного обеспечения со своей учетной записью?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Чтение изображений" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Синхронизация" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Предоставляет дополнительные возможности для принтеров Ultimaker (такие как мастер выравнивания стола, выбора обновления и так далее)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Отклонить и удалить из учетной записи" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Действия с принтерами Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "Встраиваемые модули ({} шт.) не загружены" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Записывает G-код в сжатый архив." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Лицензионное соглашение плагина" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Средство записи сжатого G-кода" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Преобразование изображения..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Проверяет наличие обновлений ПО." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "Ширина в миллиметрах на столе." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Проверка обновлений" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Магазин" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Отправляет анонимную информацию о нарезке моделей. Может быть отключено через настройки." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Вам потребуется перезапустить Cura для активации изменений в пакетах." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Информация о нарезке модели" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Установить" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Предоставляет возможности по чтению и записи профилей материалов в виде XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Установлено" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Профили материалов" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Премиум" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Подключается к цифровой библиотеке, позволяя Cura открывать файлы из цифровой библиотеки и сохранять файлы в нее." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Перейти в интернет-магазин" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Цифровая библиотека Ultimaker" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Поиск материалов" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Поиск, управление и установка новых пакетов Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Совместимость" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Панель инструментов" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Принтер" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Записывает G-код в файл." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Рабочий стол" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Средство записи G-кода" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Поддержки" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Открытие вида моделирования." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Качество" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Вид моделирования" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Таблица технических характеристик" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Обновляет конфигурации Cura 4.5 до Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Паспорт безопасности" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Обновление версии 4.5 до 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Инструкции по печати" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Обновляет настройки Cura 2.5 до Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Веб-сайт" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Обновление версии 2.5 до 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Для выполнения установки или обновления необходимо войти" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Обновляет конфигурацию Cura 4.6.0 до Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Приобретение катушек с материалом" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Обновление версии с 4.6.0 до 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Обновить" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Обновляет конфигурации Cura 4.7 до Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Обновление" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Обновление версии 4.7 до 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Обновлено" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Обновляет настройки Cura 3.4 до Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Назад" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Обновление версии 3.4 до 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Плагины" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Установлено" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Установка выполнится при перезагрузке" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Для выполнения обновления необходимо войти" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Переход на более раннюю версию" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Обновляет настройки Cura 2.1 до Cura 2.2." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Удалить" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Обновление версии 2.1 до 2.2" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Вклад в развитие сообщества" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Обновляет настройки Cura 3.2 до Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Плагины сообщества" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Обновление версии 3.2 до 3.3" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Универсальные материалы" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Обновляет конфигурации Cura 4.8 до Cura 4.9." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Выборка пакетов..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Обновление версии 4.8 до 4.9" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Веб-сайт" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Обновляет конфигурацию Cura 4.6.2 до Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "Электронная почта" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Обновление версии с 4.6.2 до 4.7" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Войдите, чтобы получить проверенные встраиваемые модули и материалы для Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Обновляет конфигурации Cura 4.2 до Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Версия" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Обновление версии 4.2 до 4.3" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Последнее обновление" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Обновляет конфигурации Cura 4.3 до Cura 4.4." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Загрузки" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Обновление версии 4.3 до 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Установленные встраиваемые модули" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Обновляет конфигурации Cura 4.9 до Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Встраиваемые модули не установлены." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Обновление версии 4.9 до 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Установленные материалы" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Обновляет настройки Cura 2.7 до Cura 3.0." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Материалы не установлены." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Обновление версии 2.7 до 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Связанные встраиваемые модули" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Обновляет настройки Cura 2.6 до Cura 2.7." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Связанные материалы" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Обновление версии 2.6 до 2.7" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Не удалось подключиться к базе данных пакета Cura. Проверьте свое подключение." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Обновляет конфигурации Cura 4.11 до Cura 4.12." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Для установки пакета необходимо принять лицензию" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Обновление версии 4.11 до 4.12" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Изменения в вашей учетной записи" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Обновляет настройки Cura 3.3 до Cura 3.4." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Отклонить" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Обновление версии 3.3 до 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Будут добавлены следующие пакеты:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Обновление настроек Cura 3.0 до Cura 3.1." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Следующие пакеты невозможно установить из-за несовместимой версии Cura:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Обновление версии 3.0 до 3.1" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Подтвердить удаление" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Обновляет конфигурации Cura 4.0 до Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Вы удаляете материалы и/или профили, которые все еще используются. Подтверждение приведет к сбросу указанных ниже материалов/профилей к их настройкам по умолчанию." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Обновление версии 4.0 до 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Материалы" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Обновляет конфигурации Cura 4.4 до Cura 4.5." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Профили" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Обновление версии 4.4 до 4.5" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Подтвердить" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Обновляет настройки Cura 2.2 до Cura 2.4." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "С этой печатью могут быть связаны некоторые проблемы. Щелкните для просмотра советов по регулировке." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Обновление версии 2.2 до 2.4" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Вспомогательная библиотека для работы с плоскими объектами" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Обновляет конфигурации Cura 4.1 до Cura 4.2." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Вы изменили некоторые настройки профиля.\n" +#~ "Сохранить измененные настройки после переключения профилей?\n" +#~ "Изменения можно отменить и загрузить настройки по умолчанию из \"%1\"." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Обновление версии 4.1 до 4.2" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "Рабочий стол" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Обновляет конфигурации Cura 3.5 до Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Создать" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Обновление версии 3.5 до 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Дублировать" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Управляет сетевыми соединениями с сетевыми принтерами Ultimaker 3." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Принтер: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Соединение с сетью Ultimaker" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Обновить профиль текущими параметрами" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Предоставляет поддержку для чтения файлов моделей." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Тема:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Средство чтения Trimesh" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Для применения данных изменений вам потребуется перезапустить приложение." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Предоставляет поддержку для чтения пакетов формата Ultimaker." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Дополнительная информация" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Средство считывания UFP" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Создать" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Предоставляет просмотр твёрдого тела." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Синхронизация с принтерами" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Обзор" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Принтер" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Предоставляет возможность записи 3MF файлов." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Единица" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Запись 3MF" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Показать онлайн-руководство по решению проблем" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Обеспечивает этап мониторинга в Cura." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Добавить больше материалов из Магазина" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Этап мониторинга" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Выровнять все модели по всем рабочим столам" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Проверка моделей и конфигурации печати для выявления возможных проблем печати; рекомендации." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Магазин" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Средство проверки моделей" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Поиск, управление и установка новых пакетов Cura." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Панель инструментов" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Открытие вида моделирования." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." @@ -8210,8 +8745,7 @@ msgstr "Средство проверки моделей" #~ " - Thomas Karl Pietrowski" #~ msgstr "" #~ "Уважаемый клиент!\n" -#~ "В данный момент этот плагин запущен в операционной системе, отличной от Windows. Плагин функционирует исключительно под управлением ОС Windows с установленным ПО SolidWorks, для которого имеется подходящая лицензия. Установите данный плагин на принтер под управлением Windows с установленным ПО " -#~ "SolidWorks.\n" +#~ "В данный момент этот плагин запущен в операционной системе, отличной от Windows. Плагин функционирует исключительно под управлением ОС Windows с установленным ПО SolidWorks, для которого имеется подходящая лицензия. Установите данный плагин на принтер под управлением Windows с установленным ПО SolidWorks.\n" #~ "\n" #~ "С наилучшими пожеланиями,\n" #~ " - Томас Карл Петровски (Thomas Karl Pietrowski)" diff --git a/resources/i18n/ru_RU/fdmextruder.def.json.po b/resources/i18n/ru_RU/fdmextruder.def.json.po index 1b954f3ce2..27d62233f0 100644 --- a/resources/i18n/ru_RU/fdmextruder.def.json.po +++ b/resources/i18n/ru_RU/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:58+0200\n" "Last-Translator: Bothof \n" "Language-Team: Ruslan Popov , Russian \n" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index 810f0034a4..6aa903e6b2 100644 --- a/resources/i18n/ru_RU/fdmprinter.def.json.po +++ b/resources/i18n/ru_RU/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 14:58+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Russian , Ruslan Popov , Russian \n" @@ -57,7 +57,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "Команды в G-коде, которые будут выполнены в самом начале, разделенные с помощью \n." +msgstr "" +"Команды в G-коде, которые будут выполнены в самом начале, разделенные с помощью \n" +"." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -69,7 +71,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "Команды в G-коде, которые будут выполнены в самом конце, разделенные с помощью \n." +msgstr "" +"Команды в G-коде, которые будут выполнены в самом конце, разделенные с помощью \n" +"." #: fdmprinter.def.json msgctxt "material_guid label" @@ -463,8 +467,8 @@ msgstr "Полигон головки принтера и вентилятора #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "2D контур головы принтера (включая крышки вентилятора)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -736,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Диаметр колесика, перемещающего материал в питатель." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -956,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Количество линий стенки. При вычислении толщины стенки, это значение округляется до целого." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -987,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Оптимизирует порядок, в котором печатаются стенки, для уменьшения количества откатов и перемещений. Большинство моделей будут распечатываться быстрее, но не все. Сравнивайте оценочное время печати с оптимизацией и без нее. При выборе каймы в качестве типа приклеивания к рабочему столу первый слой не оптимизируется." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Печать внешних стенок" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Указывает печатать стенки снаружи внутрь. Это помогает улучшить аккуратность печати по осям X и Y, при использовании вязких пластиков подобно ABS. Однако это может отрицательно повлиять на качество печати внешних поверхностей, особенно нависающих." +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1007,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Печатает дополнительную стенку через слой. Таким образом, заполнение заключается между этими дополнительными стенками, что приводит к повышению прочности печати." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Компенсация перекрытия стен" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Компенсирует поток для печатаемых частей стен в местах, где уже напечатана стена." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Компенсация перекрытия внешних стен" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Компенсирует поток для печатаемых частей внешних стен в местах, где уже напечатана стена." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Компенсация перекрытия внутренних стен" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Компенсирует поток для печатаемых частей внутренних стен в местах, где уже напечатана стена." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Минимальный поток для стенки" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Минимальный разрешенный поток (в процентах) для линии стенки. Компенсация перекрытия стенок снижает поток для стенки при нахождении вблизи от существующей стенки. Стенки с потоком меньше указанного значения будут заменены посредством движения. При использовании этой настройки необходимо активировать компенсацию перекрытия стенок и печатать сначала внешнюю стенку, а затем — внутренние." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Предпочтительный откат" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Если включено, вместо комбинга для движений, заменяющих стенки с потоком меньше минимального установленного порога, используется откат." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Заполнение зазоров между стенками" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Заполняет зазоры между стенками, когда это необходимо." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Нигде" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Печать тонких стенок" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Везде" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Печать частей модели, которые по горизонтали тоньше диаметра сопла." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Фильтровать только небольшие зазоры" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Фильтровать только небольшие зазоры для сокращения пузырей за пределами модели." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Печать тонких стенок" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Печать частей модели, которые по горизонтали тоньше диаметра сопла." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1729,10 +1793,7 @@ msgstr "Шаблон заполнения" #: fdmprinter.def.json msgctxt "infill_pattern description" msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Шаблон заполняющего материала печати. Линейное и зигзагообразное заполнение меняет направление на чередующихся слоях, снижая расходы на материал. Шаблоны" -" «сетка», «треугольник», «шестигранник из треугольников», «куб», «восьмигранник», «четверть куба», «крестовое», «концентрическое» полностью печатаются" -" в каждом слое. Шаблоны заполнения «гироид», «куб», «четверть куба» и «восьмигранник» меняются в каждом слое, чтобы обеспечить более равномерное распределение" -" прочности в каждом направлении. Шаблон заполнения «молния» пытается минимизировать заполнение, поддерживая только верхнюю область объекта." +msgstr "Шаблон заполняющего материала печати. Линейное и зигзагообразное заполнение меняет направление на чередующихся слоях, снижая расходы на материал. Шаблоны «сетка», «треугольник», «шестигранник из треугольников», «куб», «восьмигранник», «четверть куба», «крестовое», «концентрическое» полностью печатаются в каждом слое. Шаблоны заполнения «гироид», «куб», «четверть куба» и «восьмигранник» меняются в каждом слое, чтобы обеспечить более равномерное распределение прочности в каждом направлении. Шаблон заполнения «молния» пытается минимизировать заполнение, поддерживая только верхнюю область объекта." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -2198,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Для компенсации усадки материала при остывании модель будет масштабирована с этим коэффициентом." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2709,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Первые несколько слоёв печатаются на медленной скорости, чем вся остальная модель, чтобы получить лучшее прилипание к столу и увеличить вероятность успешной печати. Скорость последовательно увеличивается по мере печати указанного количества слоёв." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Выравнивание потока материала" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Печатать более тонкие чем обычно линии быстрее, чтобы объём выдавленного материала в секунду оставался постоянным. Тонкие части в вашей модели могут требовать, чтобы линии были напечатаны с меньшей шириной, чем разрешено настройками. Этот параметр управляет скоростью изменения таких линий." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Максимальная скорость выравнивания потока" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Максимальная скорость печати до которой может увеличиваться скорость печати при выравнивании потока." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4463,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Этот экструдер используется для печати юбки/каймы/подложки. Используется при наличии нескольких экструдеров." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4627,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Расстояние между линиями подложки на её верхних слоях. Расстояние должно быть равно ширине линии, тогда поверхность будет сплошной." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5127,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "Максимальное допустимое отклонение при снижении разрешения для параметра максимального разрешения. Увеличение этого значения понизит точность печати и уменьшит значение G-кода. Максимальное отклонение является пределом для максимального разрешения, поэтому, если они конфликтуют, истинным считается максимальное отклонение." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6421,6 +6552,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Малые элементы на первом слое будут напечатаны со скоростью, составляющей этот процент от их нормальной скорости печати. Более медленная печать может улучшить адгезию и точность." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6481,6 +6642,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Матрица преобразования, применяемая к модели при её загрузке из файла." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "2D контур головы принтера (включая крышки вентилятора)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Печать внешних стенок" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Указывает печатать стенки снаружи внутрь. Это помогает улучшить аккуратность печати по осям X и Y, при использовании вязких пластиков подобно ABS. Однако это может отрицательно повлиять на качество печати внешних поверхностей, особенно нависающих." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Компенсация перекрытия стен" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Компенсирует поток для печатаемых частей стен в местах, где уже напечатана стена." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Компенсация перекрытия внешних стен" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Компенсирует поток для печатаемых частей внешних стен в местах, где уже напечатана стена." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Компенсация перекрытия внутренних стен" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Компенсирует поток для печатаемых частей внутренних стен в местах, где уже напечатана стена." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Минимальный поток для стенки" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Минимальный разрешенный поток (в процентах) для линии стенки. Компенсация перекрытия стенок снижает поток для стенки при нахождении вблизи от существующей стенки. Стенки с потоком меньше указанного значения будут заменены посредством движения. При использовании этой настройки необходимо активировать компенсацию перекрытия стенок и печатать сначала внешнюю стенку, а затем — внутренние." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Предпочтительный откат" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Если включено, вместо комбинга для движений, заменяющих стенки с потоком меньше минимального установленного порога, используется откат." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Заполнение зазоров между стенками" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Заполняет зазоры между стенками, когда это необходимо." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Нигде" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Везде" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Фильтровать только небольшие зазоры" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Фильтровать только небольшие зазоры для сокращения пузырей за пределами модели." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Выравнивание потока материала" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Печатать более тонкие чем обычно линии быстрее, чтобы объём выдавленного материала в секунду оставался постоянным. Тонкие части в вашей модели могут требовать, чтобы линии были напечатаны с меньшей шириной, чем разрешено настройками. Этот параметр управляет скоростью изменения таких линий." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Максимальная скорость выравнивания потока" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Максимальная скорость печати до которой может увеличиваться скорость печати при выравнивании потока." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "Команды в G-коде, которые будут выполнены в самом начале, разделенные с помощью \\n." diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index c69664af1c..3698ee3908 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-10 11:57+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: Turkish , Turkish \n" @@ -17,5868 +17,6455 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.3\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Kullanıcı veri dizininden arşiv oluşturulamadı: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Hazırla" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Yedekle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura Profili" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Uygun veri veya meta veri olmadan Cura yedeği geri yüklenmeye çalışıldı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Geçerli sürümünüzden yüksek bir sürüme sahip bir Cura yedeği geri yüklenmeye çalışıldı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Cura yedeklemesi geri yüklenmeye çalışılırken aşağıdaki hata oluştu:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Lütfen baskıya başlamadan önce malzeme profillerini yazıcılarınızla senkronize edin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Yeni malzemeler yüklendi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford Triangle Format" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Malzemeleri yazıcılarla senkronize et" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Güncelleme bilgilerine erişilemedi." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "{machine_name} cihazınız için yeni özellikler veya hata düzeltmeleri mevcut olabilir! Henüz son sürüme geçmediyseniz yazıcınızın donanım yazılımını {latest_version} sürümüne güncellemeniz önerilir." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Yeni %s istikrarlı donanım yazılımı yayınlandı" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Daha fazla bilgi edinin" +msgid "How to update" +msgstr "Nasıl güncellenir" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Malzeme arşivi {} konumuna kaydedilemedi:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Görüntüle" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Malzeme arşivi kaydedilemedi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Çıkarılabilir Sürücüye Kaydet" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Bilinmeyen hata." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Çıkarılabilir Sürücüye Kaydediliyor {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Portalın yazdırılan modeller ile çarpışmasını önlemek için yapı hacmi yüksekliği “Sıralamayı Yazdır” ayarı nedeniyle azaltıldı." +msgid "There are no file formats available to write with!" +msgstr "Yazılacak dosya biçimleri mevcut değil!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Çıkarılabilir Sürücü {0} Üzerine Kaydediliyor" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Yapı Disk Bölümü" +msgid "Saving" +msgstr "Kaydediliyor" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "{0} yazıcısını kaldırmak istediğinizden emin misiniz? Bu işlem geri alınamaz!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "{0} dosyasına kaydedilemedi: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Geçersiz kılınmadı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "{device} üzerine yazmaya çalışırken dosya adı bulunamadı." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Bilinmiyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Çıkarılabilir aygıta {0} kaydedilemedi: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "Aşağıdaki yazıcı(lar) bir grubun parçası olmadıkları için bağlanamıyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Hata" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Mevcut ağ yazıcıları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Çıkarılabilir Sürücüye {0}, {1} olarak kaydedildi" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Dosya Kaydedildi" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Özel profiller" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Çıkar" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Tüm desteklenen türler ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Çıkarılabilir aygıtı çıkar {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Tüm Dosyalar (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "Çıkarıldı {0}. Şimdi sürücüyü güvenle kaldırabilirsiniz." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Görsel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Donanımı Güvenli Bir Şekilde Kaldırın" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Görsel profili, yüksek görsel ve yüzey kalitesi oluşturmak amacıyla, görsel prototipler ve modeller basılması için tasarlanmıştır." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Çıkarma işlemi başarısız oldu {0}. Başka bir program sürücüyü kullanıyor olabilir." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Uyarı" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Mühendislik profili, daha yüksek doğruluk ve daha yakın toleranslar sağlamak amacıyla, işlevsel prototipler ve son kullanım parçaları basılması için tasarlanmıştır." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Çıkarılabilir Sürücü" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Taslak" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF Dosyası" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Taslak profili, baskı süresinin önemli ölçüde kısaltılması amacıyla, birincil prototipler basılması ve konsept doğrulaması yapılması için tasarlanmıştır." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker Biçim Paketi" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Özel Malzeme" +msgid "Per Model Settings" +msgstr "Model Başına Ayarlar" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Özel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Model Başına Ayarları Yapılandır" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Giriş başarısız" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Aygıt Yazılımını Güncelle" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Nesneler için yeni konum bulunuyor" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura, henüz {0} grubunun ana yazıcısına yüklenmemiş malzeme profilleri tespit etti." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Konumu Buluyor" +msgid "Sending materials to printer" +msgstr "Malzemeler yazıcıya gönderiliyor" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Yapılan hacim içinde tüm nesneler için konum bulunamadı" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "{0} ile bağlantı kurmayı deniyorsunuz ancak cihaz bir grubun ana makinesi değil. Bu cihazı grup ana makinesi olarak yapılandırmak için web sayfasını ziyaret edebilirsiniz." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Konum Bulunamıyor" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Yazıcılarla senkronize edilecek malzeme arşivi oluşturulamadı." +msgid "Not a group host" +msgstr "Grup ana makinesi değil" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Yazıcılarla senkronize etmek için malzeme arşivi oluşturulamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Grubu yapılandır" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "Digital Factory'den gelen yanıt bozuk görünüyor." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Yazdırma İşi Gönderiliyor" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "Digital Factory'den gelen yanıtta önemli bilgiler eksik." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Baskı işi yazıcıya yükleniyor." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Malzemeleri bazı yazıcılarla senkronize etmek için Digital Factory'ye bağlanılamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "Baskı işi kuyruğu dolu. Yazıcı yeni iş kabul edemez." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Digital Factory'ye bağlanılamadı." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Makineler yükleniyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Kuyruk Dolu" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Tercihler ayarlanıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Mevcut iş gönderilene kadar bekleyin." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Etkin Makine Başlatılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Baskı hatası" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Makine yöneticisi başlatılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "Yazdırma işi yazıcıya başarıyla gönderildi." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Yapı hacmi başlatılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Veri Gönderildi" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Görünüm ayarlanıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"{printer_name} adlı yazıcınız bulut aracılığıyla bağlanamadı.\n" +" Baskı kuyruğunuzu yönetin ve yazıcınızı Digital Factory'ye bağlayarak baskılarınızı dilediğiniz yerden takip edin" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Arayüz yükleniyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Buluttan yazdırma için hazır mısınız?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Motor başlatılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Başlayın" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Daha fazla bilgi edinin" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Aynı anda yalnızca bir G-code dosyası yüklenebilir. {0} içe aktarma atlandı" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Ultimaker Connect çalıştırmayan bir yazıcıya bağlanmaya çalışıyorsunuz. Lütfen yazıcının donanım yazılımını son sürüme güncelleyin." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Uyarı" +msgid "Update your printer" +msgstr "Yazıcınızı güncelleyin" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "G-code yüklenirken başka bir dosya açılamaz. {0} içe aktarma atlandı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Veri yazıcıya yüklenemedi." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Hata" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Atla" +msgid "Network error" +msgstr "Ağ hatası" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Kapat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Ağ üzerinden yazdır" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Sonraki" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Ağ üzerinden yazdır" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Bitir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Ağ üzerinden bağlandı" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Ekle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "yarın" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "İptal Et" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "bugün" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Grup #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Ağ ile Bağlan" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Dış Duvar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Ultimaker hesabınızdan yeni yazıcı tespit edildi" +msgstr[1] "Ultimaker hesabınızdan yeni yazıcılar tespit edildi" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "İç Duvarlar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "{name} yazıcısı ({model}) hesabınızdan ekleniyor" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Yüzey Alanı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... ve {0} diğeri" +msgstr[1] "... ve {0} diğeri" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Dolgu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Digital Factory'den eklenen yazıcılar:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Destek Dolgusu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Yazıcı için kullanılabilir bulut bağlantısı yok" +msgstr[1] "Bazı yazıcılar için kullanılabilir bulut bağlantısı yok" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Destek Arayüzü" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Bu yazıcı Digital Factory ile bağlantılandırılmamış:" +msgstr[1] "Bu yazıcılar Digital Factory ile bağlantılandırılmamış:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Destek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Etek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Bağlantı kurmak için lütfen {website_link} adresini ziyaret edin" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Astarlama Direği" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Yazıcı yapılandırmalarını koru" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Hareket" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Yazıcıları kaldır" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Geri Çekmeler" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} yazıcısı bir sonraki hesap senkronizasyonuna kadar kaldırılacak." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Diğer" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "{printer_name} yazıcısını kalıcı olarak kaldırmak için {digital_factory_link} adresini ziyaret edin" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "Sürüm notları açılamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "{printer_name} yazıcısını geçici olarak kaldırmak istediğinizden emin misiniz?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura başlatılamıyor" +msgid "Remove printers?" +msgstr "Yazıcılar kaldırılsın mı?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" +"Devam etmek istediğinizden emin misiniz?" +msgstr[1] "" +"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" +"Devam etmek istediğinizden emin misiniz?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.

    \n" -"

    Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.

    \n" -"

    Yedekler yapılandırma klasöründe bulunabilir.

    \n" -"

    Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.

    \n" -" " +"Tüm yazıcıları Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" +"Devam etmek istediğinizden emin misiniz?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Çökme raporunu Ultimaker’a gönder" +msgid "Print via cloud" +msgstr "Bulut üzerinden yazdır" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Ayrıntılı çökme raporu göster" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Bulut üzerinden yazdır" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Yapılandırma Klasörünü Göster" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Bulut üzerinden bağlı" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Yapılandırmayı Yedekle ve Sıfırla" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Çökme Raporu" +msgid "Monitor print" +msgstr "Baskı izleme" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Cura’da onarılamaz bir hata oluştu. Lütfen sorunu çözmek için bize Çökme Raporunu gönderin

    \n" -"

    Sunucularımıza otomatik olarak bir hata raporu yüklemek için lütfen \"Rapor gönder\" düğmesini kullanın

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory'de baskıyı izleyin" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Sistem bilgileri" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Baskı işi yüklenirken bilinmeyen hata kodu: {0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Bilinmiyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3D Model Yardımcısı" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura sürümü" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    Model boyutu ve model yapılandırması nedeniyle bir veya daha fazla 3D model optimum yazdırılamayabilir:

    \n" +"

    {model_names}

    \n" +"

    En iyi kalite ve güvenilirliği nasıl elde edeceğinizi öğrenin.

    \n" +"

    Yazdırma kalitesi kılavuzunu görüntüleyin

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Cura dili" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "Kablo Yazdırma etkinleştirildiğinde Cura, katmanları doğru olarak görüntülemez." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "İşletim sistemi dili" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Simülasyon Görünümü" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Platform" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Önce dilimleme yapmanız gerektiğinden hiçbir şey gösterilmez." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt Sürümü" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Görüntülenecek katman yok" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt Sürümü" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Bu mesajı bir daha gösterme" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Katman görünümü" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Henüz başlatılmadı
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter metin dışı modu desteklemez." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL Sürümü: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Lütfen dışa aktarmadan önce G-code'u hazırlayın." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL Satıcısı: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-code dosyası" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL Oluşturucusu: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "3mf dosyasını yazarken hata oluştu." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Hata geri izleme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "3MF Writer eklentisi bozuk." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Günlükler" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Henüz yazılacak bir çalışma alanı yok. Lütfen önce bir yazıcı ekleyin." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Rapor gönder" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Burada çalışma alanını yazmak için izin yok." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Yeni bir oturum açma işlemi başlatılamıyor. Başka bir aktif oturum açma girişimi olup olmadığını kontrol edin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "İşletim sistemi, proje dosyalarının bu konuma veya bu dosya adıyla kaydedilmesine izin vermiyor." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Ultimaker hesabı sunucusuna ulaşılamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF dosyası" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Giriş başarısız" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura Projesi 3MF dosyası" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "Sağlanan durum doğru değil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Sıkıştırılmış G-code Dosyası" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Hesap sunucusuyla kimlik doğrulaması yapılırken zaman aşımı oluştu." +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "Dilimleme işlemi beklenmeyen bir hatayla başarısız oldu. Lütfen sorun izleyicimizde hata bildirmeyi düşünün." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Lütfen bu başvuruya yetki verirken gerekli izinleri verin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Dilimleme başarısız" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Oturum açmaya çalışırken beklenmeyen bir sorun oluştu, lütfen tekrar deneyin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Hata bildirin" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Yanıt okunamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Ultimaker Cura'nın sorun izleyicisinde hata bildirin." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Nesneler çoğaltılıyor ve yerleştiriliyor" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Mevcut malzeme, seçilen makine veya yapılandırma ile uyumlu olmadığından mevcut malzeme ile dilimlenemedi." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Nesneler Yerleştiriliyor" +msgid "Unable to slice" +msgstr "Dilimlenemedi" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Nesne Yerleştiriliyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Geçerli ayarlarla dilimlenemiyor. Şu ayarlarda hata var: {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Desteklenmiyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Modele özgü ayarlar nedeniyle dilimlenemedi. Şu ayarlar bir veya daha fazla modelde hataya yol açıyor: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "İlk direk veya ilk konum(lar) geçersiz olduğu için dilimlenemiyor." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Nozül" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Etkisizleştirilmiş Extruder %s ile ilgili nesneler olduğundan dilimleme yapılamıyor." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Ayarlar, ekstrüderlerin mevcut kullanılabilirliğine uyacak şekilde değiştirildi:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Lütfen ayarları gözden geçirin ve modellerinizi şu durumlara karşı kontrol edin:\n" +"- Yapı hacmine sığma\n" +"- Etkin bir ekstrüdere atanma\n" +"- Değiştirici kafesler olarak ayarlanmama" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Ayarlar güncellendi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "Katmanlar İşleniyor" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Ekstrüder(ler) Devre Dışı Bırakıldı" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "Dosya Zaten Mevcut" +msgid "Information" +msgstr "Bilgi" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "Dosya {0} zaten mevcut. Üstüne yazmak istediğinizden emin misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D Dosyası" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "Geçersiz dosya URL’si:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Profilin {0} dosyasına aktarımı başarısız oldu: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Profilin {0} dosyasına aktarımı başarısız oldu: Yazıcı eklentisinde rapor edilen hata." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Profil {0} dosyasına aktarıldı" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Dışa aktarma başarılı" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "{0} dosyasından profil içe aktarımı başarısız oldu: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG Resmi" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Yazıcı eklenmeden önce profil, {0} dosyasından içe aktarılamaz." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG Resmi" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "{0} dosyasında içe aktarılabilecek özel profil yok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG Resmi" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "{0} dosyasından profil içe aktarımı başarısız oldu:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP Resmi" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Bu {0} profili yanlış veri içeriyor, içeri aktarılamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF Resmi" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "{0} dosyasından profil içe aktarımı başarısız oldu:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "Nozül" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "{0} profili başarıyla içe aktarıldı." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "Proje dosyası {0} bilinmeyen bir makine tipi içeriyor: {1}. Makine alınamıyor. Bunun yerine modeller alınacak." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Dosya {0} geçerli bir profil içermemekte." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "Proje Dosyası Aç" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "Profil {0} öğesinde bilinmeyen bir dosya türü var veya profil bozuk." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Özel profil" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Profilde eksik bir kalite tipi var." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Henüz etkin bir yazıcı yok." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "{0} proje dosyası aniden erişilemez oldu: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Profil eklenemiyor." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Proje Dosyası Açılamıyor" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "'{0}' kalite tipi, mevcut aktif makine tanımı '{1}' ile uyumlu değil." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Proje dosyası {0} bozuk: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Uyarı: Profilin '{0}' kalite tipi, mevcut yapılandırma için kullanılabilir olmadığından profil görünür değil. Bu kalite tipini kullanabilen malzeme/nozül kombinasyonuna geçiş yapın." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "{0} proje dosyası, Ultimaker Cura'nın bu sürümünde bilinmeyen profiller kullanılarak yapılmış." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Model Başına Ayarlar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Önerilen Ayarlar" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Model Başına Ayarları Yapılandır" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Özel" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura Profili" +msgid "3MF File" +msgstr "3MF Dosyası" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D Dosyası" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "UFP dosyasına yazamıyor:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Yedeklemeniz geri yüklenirken bir hata oluştu." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 profilleri" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Yedeklemeler" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Yedeklemeniz yüklenirken bir hata oluştu." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Yedeklemeniz oluşturuluyor..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Yedeklemeniz oluşturulurken bir hata oluştu." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Yedeklemeniz yükleniyor..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Yedeklemenizin yüklenmesi tamamlandı." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "Yedekleme maksimum dosya boyutunu aşıyor." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Yedeklemeleri yönet" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Makine Ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Yedekle" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Yedeklemeniz geri yüklenirken bir hata oluştu." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Örnek veri dosyası okunamıyor." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter yazı modunu desteklemez." -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Son İşleme" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "G-Code Öğesini Değiştir" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Destek Engelleyici" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Desteklerin yazdırılmadığı bir hacim oluşturun." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Çıkarılabilir Sürücü" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Çıkarılabilir Sürücüye Kaydet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Önizleme" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Çıkarılabilir Sürücüye Kaydediliyor {0}" +msgid "X-Ray view" +msgstr "Röntgen Görüntüsü" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Yazılacak dosya biçimleri mevcut değil!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Yapı levhasını dengele" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Çıkarılabilir Sürücü {0} Üzerine Kaydediliyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Yükseltmeleri seçin" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Kaydediliyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "{0} dosyasına kaydedilemedi: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "{device} üzerine yazmaya çalışırken dosya adı bulunamadı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Çıkarılabilir aygıta {0} kaydedilemedi: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Çıkarılabilir Sürücüye {0}, {1} olarak kaydedildi" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "Vurgulanan alanlar, eksik ya da ikincil yüzeyleri gösterir. Modelinizi düzeltin ve Cura'da tekrar açın." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "Dosya Kaydedildi" +msgid "Model Errors" +msgstr "Model hataları" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "Çıkar" +msgid "Learn more" +msgstr "Daha fazla bilgi edinin" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Çıkarılabilir aygıtı çıkar {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "Gerçek görünüm" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "Çıkarıldı {0}. Şimdi sürücüyü güvenle kaldırabilirsiniz." +msgid "Parsing G-code" +msgstr "G-code ayrıştırma" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Donanımı Güvenli Bir Şekilde Kaldırın" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Çıkarma işlemi başarısız oldu {0}. Başka bir program sürücüyü kullanıyor olabilir." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Aygıt Yazılımını Güncelle" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 profilleri" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Önerilen Ayarlar" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Özel" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Proje dosyası {0} bilinmeyen bir makine tipi içeriyor: {1}. Makine alınamıyor. Bunun yerine modeller alınacak." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Proje Dosyası Aç" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "{0} proje dosyası aniden erişilemez oldu: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Proje Dosyası Açılamıyor" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Proje dosyası {0} bozuk: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "{0} proje dosyası, Ultimaker Cura'nın bu sürümünde bilinmeyen profiller kullanılarak yapılmış." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF Dosyası" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "UFP dosyasına yazamıyor:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker Biçim Paketi" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-code dosyası" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Önizleme" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Röntgen Görüntüsü" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Katmanlar İşleniyor" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Bilgi" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "Dilimleme işlemi beklenmeyen bir hatayla başarısız oldu. Lütfen sorun izleyicimizde hata bildirmeyi düşünün." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Dilimleme başarısız" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Hata bildirin" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Ultimaker Cura'nın sorun izleyicisinde hata bildirin." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Mevcut malzeme, seçilen makine veya yapılandırma ile uyumlu olmadığından mevcut malzeme ile dilimlenemedi." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Dilimlenemedi" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Geçerli ayarlarla dilimlenemiyor. Şu ayarlarda hata var: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Modele özgü ayarlar nedeniyle dilimlenemedi. Şu ayarlar bir veya daha fazla modelde hataya yol açıyor: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "İlk direk veya ilk konum(lar) geçersiz olduğu için dilimlenemiyor." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Etkisizleştirilmiş Extruder %s ile ilgili nesneler olduğundan dilimleme yapılamıyor." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Lütfen ayarları gözden geçirin ve modellerinizi şu durumlara karşı kontrol edin:\n" -"- Yapı hacmine sığma\n" -"- Etkin bir ekstrüdere atanma\n" -"- Değiştirici kafesler olarak ayarlanmama" +msgid "G-code Details" +msgstr "G-code Ayrıntıları" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF Dosyası" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Dosya göndermeden önce g-code’un yazıcınız ve yazıcı yapılandırmanız için uygun olduğundan emin olun. G-code temsili doğru olmayabilir." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Sıkıştırılmış G-code Dosyası" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Son İşleme" +msgid "G File" +msgstr "G Dosyası" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "G-Code Öğesini Değiştir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Makine Ayarları" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB yazdırma" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "USB ile yazdır" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "USB ile yazdır" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "USB ile bağlı" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USB’den yazdırma devam ediyor, Cura’yı kapatmanız bu yazdırma işlemini durduracak. Emin misiniz?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Devam eden bir baskı var. Cura, önceki baskı tamamlanmadan USB aracılığıyla başka bir baskı işi başlatamaz." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Baskı Sürüyor" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Hazırla" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "G-code ayrıştırma" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-code Ayrıntıları" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Dosya göndermeden önce g-code’un yazıcınız ve yazıcı yapılandırmanız için uygun olduğundan emin olun. G-code temsili doğru olmayabilir." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G Dosyası" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Makineler yükleniyor..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG Resmi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Tercihler ayarlanıyor..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG Resmi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Etkin Makine Başlatılıyor..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG Resmi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Makine yöneticisi başlatılıyor..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP Resmi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Yapı hacmi başlatılıyor..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF Resmi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Görünüm ayarlanıyor..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Yapı levhasını dengele" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Arayüz yükleniyor..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Yükseltmeleri seçin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Motor başlatılıyor..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter yazı modunu desteklemez." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Güncelleme bilgilerine erişilemedi." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Aynı anda yalnızca bir G-code dosyası yüklenebilir. {0} içe aktarma atlandı" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "{machine_name} cihazınız için yeni özellikler veya hata düzeltmeleri mevcut olabilir! Henüz son sürüme geçmediyseniz yazıcınızın donanım yazılımını {latest_version} sürümüne güncellemeniz önerilir." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "G-code yüklenirken başka bir dosya açılamaz. {0} içe aktarma atlandı" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Yeni %s istikrarlı donanım yazılımı yayınlandı" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Nasıl güncellenir" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Görsel" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Örnek veri dosyası okunamıyor." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "Görsel profili, yüksek görsel ve yüzey kalitesi oluşturmak amacıyla, görsel prototipler ve modeller basılması için tasarlanmıştır." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Değişikliklerin etkili olması için {} uygulamasını kapatarak yeniden başlatmalısınız." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Senkronize ediliyor..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "Mühendislik profili, daha yüksek doğruluk ve daha yakın toleranslar sağlamak amacıyla, işlevsel prototipler ve son kullanım parçaları basılması için tasarlanmıştır." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Ultimaker hesabınızda değişiklik tespit edildi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Taslak" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Malzeme ve yazılım paketlerini hesabınızla senkronize etmek istiyor musunuz?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "Taslak profili, baskı süresinin önemli ölçüde kısaltılması amacıyla, birincil prototipler basılması ve konsept doğrulaması yapılması için tasarlanmıştır." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Senkronize et" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Geçersiz kılınmadı" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Reddet ve hesaptan kaldır" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "{0} yazıcısını kaldırmak istediğinizden emin misiniz? Bu işlem geri alınamaz!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{} eklenti indirilemedi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Bilinmiyor" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Reddet" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "Aşağıdaki yazıcı(lar) bir grubun parçası olmadıkları için bağlanamıyor" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Kabul ediyorum" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Mevcut ağ yazıcıları" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Eklenti Lisans Anlaşması" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Hesaplanmış" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter metin dışı modu desteklemez." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Lütfen baskıya başlamadan önce malzeme profillerini yazıcılarınızla senkronize edin." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Lütfen dışa aktarmadan önce G-code'u hazırlayın." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Yeni malzemeler yüklendi" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "Kablo Yazdırma etkinleştirildiğinde Cura, katmanları doğru olarak görüntülemez." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Simülasyon Görünümü" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Özel Malzeme" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Önce dilimleme yapmanız gerektiğinden hiçbir şey gösterilmez." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Özel" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Görüntülenecek katman yok" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Özel profiller" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Bu mesajı bir daha gösterme" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Tüm desteklenen türler ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Katman görünümü" +msgid "All Files (*)" +msgstr "Tüm Dosyalar (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Ağ üzerinden yazdır" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Yazıcılarla senkronize edilecek malzeme arşivi oluşturulamadı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Ağ üzerinden yazdır" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Yazıcılarla senkronize etmek için malzeme arşivi oluşturulamadı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Ağ üzerinden bağlandı" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "Digital Factory'den gelen yanıt bozuk görünüyor." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "yarın" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "Digital Factory'den gelen yanıtta önemli bilgiler eksik." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "bugün" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Malzemeleri bazı yazıcılarla senkronize etmek için Digital Factory'ye bağlanılamadı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Ağ ile Bağlan" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Digital Factory'ye bağlanılamadı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Mevcut iş gönderilene kadar bekleyin." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Kullanıcı veri dizininden arşiv oluşturulamadı: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Baskı hatası" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Uygun veri veya meta veri olmadan Cura yedeği geri yüklenmeye çalışıldı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Yazdırma işi yazıcıya başarıyla gönderildi." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Geçerli sürümünüzden yüksek bir sürüme sahip bir Cura yedeği geri yüklenmeye çalışıldı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Veri Gönderildi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "Cura yedeklemesi geri yüklenmeye çalışılırken aşağıdaki hata oluştu:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Ultimaker Connect çalıştırmayan bir yazıcıya bağlanmaya çalışıyorsunuz. Lütfen yazıcının donanım yazılımını son sürüme güncelleyin." +msgid "Finding new location for objects" +msgstr "Nesneler için yeni konum bulunuyor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Yazıcınızı güncelleyin" +msgid "Finding Location" +msgstr "Konumu Buluyor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "Baskı işi kuyruğu dolu. Yazıcı yeni iş kabul edemez." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Yapılan hacim içinde tüm nesneler için konum bulunamadı" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Kuyruk Dolu" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Yazdırma İşi Gönderiliyor" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Baskı işi yazıcıya yükleniyor." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura, henüz {0} grubunun ana yazıcısına yüklenmemiş malzeme profilleri tespit etti." +msgid "Can't Find Location" +msgstr "Konum Bulunamıyor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Malzemeler yazıcıya gönderiliyor" +msgid "Login failed" +msgstr "Giriş başarısız" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Veri yazıcıya yüklenemedi." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Dış Duvar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Ağ hatası" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "İç Duvarlar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "{0} ile bağlantı kurmayı deniyorsunuz ancak cihaz bir grubun ana makinesi değil. Bu cihazı grup ana makinesi olarak yapılandırmak için web sayfasını ziyaret edebilirsiniz." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Yüzey Alanı" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Grup ana makinesi değil" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Dolgu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Grubu yapılandır" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Destek Dolgusu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"{printer_name} adlı yazıcınız bulut aracılığıyla bağlanamadı.\n" -" Baskı kuyruğunuzu yönetin ve yazıcınızı Digital Factory'ye bağlayarak baskılarınızı dilediğiniz yerden takip edin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Destek Arayüzü" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Buluttan yazdırma için hazır mısınız?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Destek" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Başlayın" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Etek" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Daha fazla bilgi edinin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Astarlama Direği" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Bulut üzerinden yazdır" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Hareket" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Bulut üzerinden yazdır" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Bulut üzerinden bağlı" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "Baskı izleme" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory'de baskıyı izleyin" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Baskı işi yüklenirken bilinmeyen hata kodu: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Ultimaker hesabınızdan yeni yazıcı tespit edildi" -msgstr[1] "Ultimaker hesabınızdan yeni yazıcılar tespit edildi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Geri Çekmeler" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "{name} yazıcısı ({model}) hesabınızdan ekleniyor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Diğer" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... ve {0} diğeri" -msgstr[1] "... ve {0} diğeri" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Digital Factory'den eklenen yazıcılar:" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Grup #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Yazıcı için kullanılabilir bulut bağlantısı yok" -msgstr[1] "Bazı yazıcılar için kullanılabilir bulut bağlantısı yok" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "Sürüm notları açılamadı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Bu yazıcı Digital Factory ile bağlantılandırılmamış:" -msgstr[1] "Bu yazıcılar Digital Factory ile bağlantılandırılmamış:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Atla" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "Kapat" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Bağlantı kurmak için lütfen {website_link} adresini ziyaret edin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Ekle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Yazıcı yapılandırmalarını koru" +msgid "Finish" +msgstr "Bitir" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 msgctxt "@action:button" -msgid "Remove printers" -msgstr "Yazıcıları kaldır" +msgid "Cancel" +msgstr "İptal Et" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} yazıcısı bir sonraki hesap senkronizasyonuna kadar kaldırılacak." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Sonraki" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "{printer_name} yazıcısını kalıcı olarak kaldırmak için {digital_factory_link} adresini ziyaret edin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Portalın yazdırılan modeller ile çarpışmasını önlemek için yapı hacmi yüksekliği “Sıralamayı Yazdır” ayarı nedeniyle azaltıldı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "{printer_name} yazıcısını geçici olarak kaldırmak istediğinizden emin misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Yapı Disk Bölümü" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Yazıcılar kaldırılsın mı?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Malzeme arşivi {} konumuna kaydedilemedi:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 -#, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" -"Devam etmek istediğinizden emin misiniz?" -msgstr[1] "" -"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" -"Devam etmek istediğinizden emin misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Malzeme arşivi kaydedilemedi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Tüm yazıcıları Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" -"Devam etmek istediğinizden emin misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Bilinmeyen hata." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "Dosya Zaten Mevcut" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 +#, python-brace-format +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "Dosya {0} zaten mevcut. Üstüne yazmak istediğinizden emin misiniz?" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "Geçersiz dosya URL’si:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Desteklenmiyor" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford Triangle Format" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Ayarlar, ekstrüderlerin mevcut kullanılabilirliğine uyacak şekilde değiştirildi:" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "Vurgulanan alanlar, eksik ya da ikincil yüzeyleri gösterir. Modelinizi düzeltin ve Cura'da tekrar açın." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Ayarlar güncellendi" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 msgctxt "@info:title" -msgid "Model Errors" -msgstr "Model hataları" +msgid "Extruder(s) Disabled" +msgstr "Ekstrüder(ler) Devre Dışı Bırakıldı" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Gerçek görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Profilin {0} dosyasına aktarımı başarısız oldu: {1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "3mf dosyasını yazarken hata oluştu." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Profilin {0} dosyasına aktarımı başarısız oldu: Yazıcı eklentisinde rapor edilen hata." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "3MF Writer eklentisi bozuk." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Profil {0} dosyasına aktarıldı" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Henüz yazılacak bir çalışma alanı yok. Lütfen önce bir yazıcı ekleyin." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Dışa aktarma başarılı" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Burada çalışma alanını yazmak için izin yok." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "{0} dosyasından profil içe aktarımı başarısız oldu: {1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "İşletim sistemi, proje dosyalarının bu konuma veya bu dosya adıyla kaydedilmesine izin vermiyor." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Yazıcı eklenmeden önce profil, {0} dosyasından içe aktarılamaz." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF dosyası" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "{0} dosyasında içe aktarılabilecek özel profil yok" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura Projesi 3MF dosyası" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "{0} dosyasından profil içe aktarımı başarısız oldu:" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Görüntüle" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Bu {0} profili yanlış veri içeriyor, içeri aktarılamadı." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3D Model Yardımcısı" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "{0} dosyasından profil içe aktarımı başarısız oldu:" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 #, python-brace-format msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Model boyutu ve model yapılandırması nedeniyle bir veya daha fazla 3D model optimum yazdırılamayabilir:

    \n" -"

    {model_names}

    \n" -"

    En iyi kalite ve güvenilirliği nasıl elde edeceğinizi öğrenin.

    \n" -"

    Yazdırma kalitesi kılavuzunu görüntüleyin

    " - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "Ağ Tipi" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "Normal model" +msgid "Successfully imported profile {0}." +msgstr "{0} profili başarıyla içe aktarıldı." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" -msgstr "Destek olarak yazdır" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Dosya {0} geçerli bir profil içermemekte." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "Çakışma ayarlarını değiştir" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "Profil {0} öğesinde bilinmeyen bir dosya türü var veya profil bozuk." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 msgctxt "@label" -msgid "Don't support overlaps" -msgstr "Çakışmaları destekleme" +msgid "Custom profile" +msgstr "Özel profil" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" -msgstr "Yalnızca dolgu kafes" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Profilde eksik bir kalite tipi var." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" -msgstr "Kesme Örgüsü" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Henüz etkin bir yazıcı yok." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "Ayarları seçin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Profil eklenemiyor." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Bu modeli Özelleştirmek için Ayarları seçin" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "'{0}' kalite tipi, mevcut aktif makine tanımı '{1}' ile uyumlu değil." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrele..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Uyarı: Profilin '{0}' kalite tipi, mevcut yapılandırma için kullanılabilir olmadığından profil görünür değil. Bu kalite tipini kullanabilen malzeme/nozül kombinasyonuna geçiş yapın." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Tümünü göster" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Nesneler çoğaltılıyor ve yerleştiriliyor" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura Yedeklemeleri" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Nesneler Yerleştiriliyor" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura Sürümü" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Nesne Yerleştiriliyor" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Makineler" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Yeni bir oturum açma işlemi başlatılamıyor. Başka bir aktif oturum açma girişimi olup olmadığını kontrol edin." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Malzemeler" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Ultimaker hesabı sunucusuna ulaşılamadı." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Profiller" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "Giriş başarısız" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Eklentiler" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Yanıt okunamadı." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Daha fazla seçenek görüntülemek ister misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "Sağlanan durum doğru değil." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Şimdi Yedekle" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Hesap sunucusuyla kimlik doğrulaması yapılırken zaman aşımı oluştu." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Otomatik Yedekle" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Lütfen bu başvuruya yetki verirken gerekli izinleri verin." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Cura’nın başlatıldığı günlerde otomatik olarak yedekleme yapar." +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Oturum açmaya çalışırken beklenmeyen bir sorun oluştu, lütfen tekrar deneyin." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Geri Yükle" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura başlatılamıyor" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Yedeklemeyi Sil" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.

    \n" +"

    Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.

    \n" +"

    Yedekler yapılandırma klasöründe bulunabilir.

    \n" +"

    Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Bu yedeklemeyi silmek istediğinizden emin misiniz? Bu eylem geri alınamaz." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Çökme raporunu Ultimaker’a gönder" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Yedeklemeyi Geri Yükle" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Ayrıntılı çökme raporu göster" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Yedeklemeniz geri yüklenmeden öne Cura’yı yeniden başlatmalısınız. Cura’yı şimdi kapatmak istiyor musunuz?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Yapılandırma Klasörünü Göster" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Cura ayarlarınızı yedekleyin ve senkronize edin." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Yapılandırmayı Yedekle ve Sıfırla" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Giriş yap" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Çökme Raporu" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Yedeklemelerim" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Cura’da onarılamaz bir hata oluştu. Lütfen sorunu çözmek için bize Çökme Raporunu gönderin

    \n" +"

    Sunucularımıza otomatik olarak bir hata raporu yüklemek için lütfen \"Rapor gönder\" düğmesini kullanın

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Şu anda yedeklemeniz yok. Oluşturmak için “Şimdi Yedekle” düğmesini kullanın." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Sistem bilgileri" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Önizleme aşamasında en fazla 5 yedekleme görüntüleyebilirsiniz. Önceki yedeklemeleri görmek için mevcut yedeklemelerden birini kaldırın." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Bilinmiyor" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Yazıcı Ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura sürümü" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "X (Width)" -msgstr "X (Genişlik)" +msgid "Cura language" +msgstr "Cura dili" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "mm" -msgstr "mm" +msgid "OS language" +msgstr "İşletim sistemi dili" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Derinlik)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Platform" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Yükseklik)" +msgid "Qt version" +msgstr "Qt Sürümü" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Build plate shape" -msgstr "Yapı levhası şekli" +msgid "PyQt version" +msgstr "PyQt Sürümü" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Merkez nokta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated bed" -msgstr "Isıtılmış yatak" +msgid "Not yet initialized
    " +msgstr "Henüz başlatılmadı
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "Isıtılmış yapı hacmi" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL Sürümü: {version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "G-code türü" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL Satıcısı: {vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Yazıcı Başlığı Ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL Oluşturucusu: {renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X min" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Hata geri izleme" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y min" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Günlükler" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X maks" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Rapor gönder" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y maks" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"Lütfen yazıcınızda bağlantı olduğundan emin olun:\n" +"- Yazıcının açık olup olmadığını kontrol edin.\n" +"- Yazıcının ağa bağlı olup olmadığını kontrol edin.\n" +"- Buluta bağlı yazıcıları keşfetmek için giriş yapıp yapmadığınızı kontrol edin." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "Portal Yüksekliği" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Lütfen yazıcınızı ağa bağlayın." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "Ekstrüder Sayısı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Kullanım kılavuzlarını çevrimiçi olarak görüntüle" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Ekstrüder ofsetlerini GCode'a uygula" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Baskınızı Cura üzerinden izlemek için lütfen yazıcıyı bağlayın." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-code’u Başlat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Bu modeli Özelleştirmek için Ayarları seçin" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-code’u Sonlandır" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrele..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Nozül Ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Tümünü göster" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "Nozzle boyutu" +msgid "Mesh Type" +msgstr "Ağ Tipi" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Uyumlu malzeme çapı" +msgid "Normal model" +msgstr "Normal model" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Nozül X ofseti" +msgid "Print as support" +msgstr "Destek olarak yazdır" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Nozül Y ofseti" +msgid "Modify settings for overlaps" +msgstr "Çakışma ayarlarını değiştir" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Soğutma Fanı Numarası" +msgid "Don't support overlaps" +msgstr "Çakışmaları destekleme" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "Ekstruder G-Code'u Başlatma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "Yalnızca dolgu kafes" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "Ekstruder G-Code'u Sonlandırma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "Kesme Örgüsü" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Yazıcı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "Ayarları seçin" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "Aygıt Yazılımını Güncelle" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "Aygıt yazılımı doğrudan 3B yazıcı üzerinden çalışan bir yazılım parçasıdır. Bu aygıt yazılımı adım motorlarını kontrol eder, sıcaklığı düzenler ve sonunda yazıcının çalışmasını sağlar." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "Yeni yazıcıları olan aygıt yazılımı gönderimi yararlı olmaktadır, ancak yeni sürümler daha fazla özellik ve geliştirmeye eğilimlidir." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "Aygıt Yazılımını otomatik olarak yükselt" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "Özel Aygıt Yazılımı Yükle" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "Yazıcı ile bağlantı kurulmadığı için aygıt yazılımı güncellenemiyor." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "Yazıcı bağlantısı aygıt yazılımını yükseltmeyi desteklemediği için aygıt yazılımı güncellenemiyor." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "Özel aygıt yazılımı seçin" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "Aygıt Yazılımı Güncellemesi" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "Aygıt yazılımı güncelleniyor." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "Aygıt yazılımı güncellemesi tamamlandı." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "Bilinmeyen bir hata nedeniyle aygıt yazılımı güncellemesi başarısız oldu." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "Bir iletişim hatası nedeniyle aygıt yazılımı güncellemesi başarısız oldu." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "Bir girdi/çıktı hatası nedeniyle aygıt yazılımı güncellemesi başarısız oldu." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "Eksik aygıt yazılımı nedeniyle aygıt yazılımı güncellemesi başarısız oldu." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Proje Aç" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Durduruldu" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Var olanları güncelleştir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Tamamlandı" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Yeni oluştur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Hazırlanıyor..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Özet - Cura Projesi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "İptal ediliyor..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Yazıcı ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Başarısız" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Makinedeki çakışma nasıl çözülmelidir?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Duraklatılıyor..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tür" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Duraklatıldı" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Yazıcı Grubu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Devam ediliyor..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Profil ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Eylem gerekli" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Profildeki çakışma nasıl çözülmelidir?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "%1 bitiş tarihi: %2" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "İsim" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Yazıcıyı yönet" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "Cam" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Profilde değil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Kuyruğu uzaktan yönetmek için lütfen yazıcının donanım yazılımını güncelleyin." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 geçersiz kılma" -msgstr[1] "%1 geçersiz kılmalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Bulut yazıcıları için web kamerası akışları Ultimaker Cura'dan görüntülenemez. Ultimaker Digital Factory'i ziyaret etmek ve bu web kamerasını görüntülemek için \"Yazıcıyı Yönet\"i tıklayın." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Kaynağı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Yükleniyor..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 geçersiz kılma" -msgstr[1] "%1, %2 geçersiz kılmalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Mevcut değil" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Malzeme ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Ulaşılamıyor" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Malzemedeki çakışma nasıl çözülmelidir?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Boşta" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Görünürlük ayarı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Yazdırma" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Mod" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "Başlıksız" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Görünür ayarlar:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "Anonim" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 / %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Yapılandırma değişiklikleri gerekiyor" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Bir projenin yüklenmesi derleme levhasındaki tüm modelleri siler." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Open" -msgstr "Aç" +msgid "Details" +msgstr "Detaylar" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Son İşleme Uzantısı" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Son İşleme Dosyaları" +msgid "Configuration Changes" +msgstr "Yapılandırma Değişiklikleri" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Dosya ekle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Geçersiz kıl" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Settings" -msgstr "Ayarlar" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Etkin ileri işleme komut dosyalarını değiştirin." - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "Aşağıdaki komut dosyası etkin:" -msgstr[1] "Aşağıdaki komut dosyaları etkin:" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Resim Dönüştürülüyor..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "Her bir pikselin “Taban”dan en yüksek mesafesi." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "Yükseklik (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "Tabanın yapı levhasından milimetre cinsinden yüksekliği." +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "Atanan yazıcı %1, şu yapılandırma değişikliğini gerektiriyor:" +msgstr[1] "Atanan yazıcı %1, şu yapılandırma değişikliklerini gerektiriyor:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "Taban (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "Yazıcı %1 atandı, fakat iş bilinmeyen bir malzeme yapılandırması içeriyor." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "Yapı levhasındaki milimetre cinsinden genişlik." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "%2 olan %1 malzemesini %3 yapın." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "Genişlik (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "%3 malzemesini %1 malzemesi olarak yükleyin (Bu işlem geçersiz kılınamaz)." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "Yapı levhasındaki milimetre cinsinden derinlik" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "%2 olan %1 print core'u %3 yapın." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "Derinlik (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Baskı tablasını %1 olarak değiştirin (Bu işlem geçersiz kılınamaz)." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Litofanlar için, daha fazla ışığın girmesini engellemek amacıyla koyu renk pikseller daha kalın olan bölgelere denk gelmelidir. Yükseklik haritaları için daha açık renk pikseller daha yüksek araziyi ifade eder; bu nedenle daha açık renk piksellerin oluşturulan 3D modelde daha kalın bölgelere denk gelmesi gerekir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Geçersiz kıl seçeneği mevcut yazıcı yapılandırmasındaki ayarları kullanacaktır. Yazdırma işlemi başarısız olabilir." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "Daha koyu olan daha yüksek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "Alüminyum" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "Daha açık olan daha yüksek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Ağ üzerinden yazdır" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Litofanlar için yarı saydamlık sağlayacak basit bir logaritmik model bulunur. Yükseklik haritaları için piksel değerleri doğrusal yüksekliklere karşılık gelir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Yazdır" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "Doğrusal" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "Yazıcı seçimi" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "Yarı saydamlık" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Ağ Yazıcısına Bağlan" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "1 milimetre kalınlığında bir baskıya nüfuz eden ışığın yüzdesi. Bu değerin düşürülmesi karanlık bölgelerdeki kontrastı arttırır ve görüntünün açık bölgelerindeki kontrastı azaltır." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Yazıcınıza ağ üzerinden doğrudan baskı göndermek için lütfen yazıcınızın ağ kablosuyla ağa bağlı olduğundan veya yazıcınızı WiFi ağınıza bağladığınızdan emin olun. Yazıcınız ile Cura'ya bağlanamıyorsanız g-code dosyalarını yazıcınıza aktarmak için USB sürücüsü kullanabilirsiniz." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "1 mm Geçirgenlik (%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "Aşağıdaki listeden yazıcınızı seçin:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "Resme uygulanacak düzeltme miktarı." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "Düzenle" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "Düzeltme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "Kaldır" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "Tamam" +msgid "Refresh" +msgstr "Yenile" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Lütfen Ultimaker Original’e yapılan herhangi bir yükseltmeyi seçin" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Yazıcınız listede yoksa ağ yazdırma sorun giderme kılavuzunu okuyun" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Isıtılmış Yapı Levhası (orijinal donanım veya şahsen yapılan)" +msgid "Type" +msgstr "Tür" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Yapı Levhası Dengeleme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "Üretici yazılımı sürümü" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Baskılarınızın düzgün çıktığından emin olmak için yapı levhanızı ayarlayabilirsiniz. “Sonraki Konuma Taşı” seçeneğine tıkladığınızda, nozül ayarlanabilen farklı konumlara taşınacak." +msgid "Address" +msgstr "Adres" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Her konum için nozülün altına bir kağıt yerleştirin ve yazdırma yapı levhasının yüksekliğini ayarlayın. Kağıt nozülün ucundan yavaşça geçerse yazdırma yapı levhasının yüksekliği doğrudur." +msgid "This printer is not set up to host a group of printers." +msgstr "Bu yazıcı, bir yazıcı grubunu barındırmak için ayarlı değildir." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Yapı Levhasını Dengelemeyi Başlat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "Bu yazıcı, %1 yazıcı grubunun ana makinesidir." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "Bu adresteki yazıcı henüz yanıt vermedi." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Sonraki Konuma Taşı" +msgid "Connect" +msgstr "Bağlan" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Anonim veri toplama hakkında daha fazla bilgi" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Aşağıda, paylaşılan tüm verilerin bir örneği verilmiştir:" +msgid "Invalid IP address" +msgstr "Geçersiz IP adresi" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Anonim veri göndermek istemiyorum" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Lütfen geçerli bir IP adresi girin." -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Anonim veri gönderilmesine izin ver" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "Yazıcı Adresi" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Mağaza" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "Ağdaki yazıcınızın IP adresini girin." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Pakette değişikliklerin geçerli olması için Cura’yı yeniden başlatmalısınız." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "Kullanım dışı yazıcı" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "%1 uygulamasından çık" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "İlk kullanılabilen" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Yükle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "En üste taşı" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Yüklü" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "Sil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 msgctxt "@label" -msgid "Premium" -msgstr "Premium" +msgid "Resume" +msgstr "Devam et" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Web Mağazasına Git" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Duraklatılıyor..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "Search materials" -msgstr "Malzeme ara" +msgid "Resuming..." +msgstr "Devam ediliyor..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Compatibility" -msgstr "Uyumluluk" +msgid "Pause" +msgstr "Duraklat" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Makine" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "İptal ediliyor..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Baskı tepsisi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Durdur" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Destek" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "%1 öğesini kuyruğun en üstüne taşımak ister misiniz?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Kalite" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Yazdırma işini en üste taşı" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Teknik Veri Sayfası" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "%1 öğesini silmek istediğinizden emin misiniz?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Güvenlik Veri Sayfası" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Yazdırma işini sil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Yazdırma Talimatları" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "Web sitesi" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Yükleme ve güncelleme yapabilmek için oturum açın" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Malzeme makarası satın al" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "Güncelle" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Güncelleniyor" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Güncellendi" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Geri" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Eklentiler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "Malzemeler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Yüklü" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Yeniden başlatıldığında kurulacak" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Güncelleme yapabilmek için oturum açın" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Eski Sürümü Yükle" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Kaldır" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Topluluk Katkıları" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Topluluk Eklentileri" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Genel Materyaller" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Paketler alınıyor..." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "Web sitesi" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" -msgstr "E-posta" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Ultimaker Cura Enterprise için onaylı eklenti ve malzemeleri almak için lütfen oturum açın" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "%1 öğesini durdurmak istediğinizden emin misiniz?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" -msgstr "Sürüm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Yazdırmayı durdur" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" -msgid "Last updated" -msgstr "Son güncelleme" +msgid "Queued" +msgstr "Kuyrukta" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "Marka" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Tarayıcıda yönet" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Downloads" -msgstr "İndirmeler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Yüklü eklentiler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Hiç eklenti yüklenmedi." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Yüklü malzemeler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "Hiç malzeme yüklenmedi." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Paketli eklentiler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Paketli malzemeler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Cura Paket veri tabanına bağlanılamadı. Lütfen bağlantınızı kontrol edin." +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Kuyrukta baskı işi yok. Bir iş eklemek için dilimleme yapın ve gönderin." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Paketi yüklemek için lisansı kabul etmeniz gerekir" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Hesabınızda değişiklik var" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "Kapat" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "Sonraki" +msgid "Print jobs" +msgstr "Yazdırma görevleri" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Aşağıdaki paketler eklenecek:" +msgid "Total print time" +msgstr "Toplam yazdırma süresi" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Aşağıdaki paketler uyumsuz Cura sürümü nedeniyle yüklenemiyor:" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Kaldırmayı onayla" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Kullanımda olan materyalleri ve/veya profilleri kaldırıyorsunuz. Onay verirseniz aşağıdaki materyaller/profiller varsayılan değerlerine sıfırlanacaktır." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Malzemeler" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Profiller" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Onayla" +msgid "Waiting for" +msgstr "Bekleniyor" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "Renk şeması" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "Malzeme Rengi" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "Çizgi Tipi" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "Hız" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "Katman kalınlığı" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "Hat Genişliği" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "Akış" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "Uyumluluk Modu" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "Geçişler" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "Yardımcılar" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "Kabuk" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "Dolgu" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "Başlangıçlar" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "Yalnızca Üst Katmanları Göster" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "En Üstteki 5 Ayrıntılı Katmanı Göster" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "Üst / Alt" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "İç Duvar" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "min" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "maks" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Yazıcıyı yönet" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Cam" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Kuyruğu uzaktan yönetmek için lütfen yazıcının donanım yazılımını güncelleyin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "Yükseklik (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Bulut yazıcıları için web kamerası akışları Ultimaker Cura'dan görüntülenemez. Ultimaker Digital Factory'i ziyaret etmek ve bu web kamerasını görüntülemek için \"Yazıcıyı Yönet\"i tıklayın." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "Her bir pikselin “Taban”dan en yüksek mesafesi." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Yükleniyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "Taban (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Mevcut değil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "Tabanın yapı levhasından milimetre cinsinden yüksekliği." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Ulaşılamıyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "Genişlik (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Boşta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Hazırlanıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "Derinlik (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Yazdırma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "Yapı levhasındaki milimetre cinsinden derinlik" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Başlıksız" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "Daha koyu olan daha yüksek" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anonim" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "Daha açık olan daha yüksek" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Yapılandırma değişiklikleri gerekiyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Litofanlar için, daha fazla ışığın girmesini engellemek amacıyla koyu renk pikseller daha kalın olan bölgelere denk gelmelidir. Yükseklik haritaları için daha açık renk pikseller daha yüksek araziyi ifade eder; bu nedenle daha açık renk piksellerin oluşturulan 3D modelde daha kalın bölgelere denk gelmesi gerekir." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Detaylar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Kullanım dışı yazıcı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "Doğrusal" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "İlk kullanılabilen" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "Yarı saydamlık" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "Kuyrukta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Litofanlar için yarı saydamlık sağlayacak basit bir logaritmik model bulunur. Yükseklik haritaları için piksel değerleri doğrusal yüksekliklere karşılık gelir." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Tarayıcıda yönet" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "1 mm Geçirgenlik (%)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Kuyrukta baskı işi yok. Bir iş eklemek için dilimleme yapın ve gönderin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "1 milimetre kalınlığında bir baskıya nüfuz eden ışığın yüzdesi. Bu değerin düşürülmesi karanlık bölgelerdeki kontrastı arttırır ve görüntünün açık bölgelerindeki kontrastı azaltır." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "Yazdırma görevleri" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "Düzeltme" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "Toplam yazdırma süresi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "Resme uygulanacak düzeltme miktarı." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "Bekleniyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "Tamam" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "Print over network" -msgstr "Ağ üzerinden yazdır" +msgid "Open Project" +msgstr "Proje Aç" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Yazdır" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Var olanları güncelleştir" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Yazıcı seçimi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Yeni oluştur" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Yapılandırma Değişiklikleri" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Geçersiz kıl" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "Atanan yazıcı %1, şu yapılandırma değişikliğini gerektiriyor:" -msgstr[1] "Atanan yazıcı %1, şu yapılandırma değişikliklerini gerektiriyor:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "Yazıcı %1 atandı, fakat iş bilinmeyen bir malzeme yapılandırması içeriyor." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Özet - Cura Projesi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "%2 olan %1 malzemesini %3 yapın." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Makinedeki çakışma nasıl çözülmelidir?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "%3 malzemesini %1 malzemesi olarak yükleyin (Bu işlem geçersiz kılınamaz)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Yazıcı ayarları" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "%2 olan %1 print core'u %3 yapın." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tür" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Baskı tablasını %1 olarak değiştirin (Bu işlem geçersiz kılınamaz)." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Yazıcı Grubu" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Geçersiz kıl seçeneği mevcut yazıcı yapılandırmasındaki ayarları kullanacaktır. Yazdırma işlemi başarısız olabilir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Profildeki çakışma nasıl çözülmelidir?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "Alüminyum" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Profil ayarları" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Tamamlandı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "İsim" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "İptal ediliyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Durduruldu" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Profilde değil" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Başarısız" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 geçersiz kılma" +msgstr[1] "%1 geçersiz kılmalar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Duraklatılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Kaynağı" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Duraklatıldı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 geçersiz kılma" +msgstr[1] "%1, %2 geçersiz kılmalar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Devam ediliyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Malzemedeki çakışma nasıl çözülmelidir?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Eylem gerekli" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "Malzeme ayarları" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "%1 bitiş tarihi: %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "Görünürlük ayarı" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Ağ Yazıcısına Bağlan" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "Mod" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Yazıcınıza ağ üzerinden doğrudan baskı göndermek için lütfen yazıcınızın ağ kablosuyla ağa bağlı olduğundan veya yazıcınızı WiFi ağınıza bağladığınızdan emin olun. Yazıcınız ile Cura'ya bağlanamıyorsanız g-code dosyalarını yazıcınıza aktarmak için USB sürücüsü kullanabilirsiniz." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "Görünür ayarlar:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Aşağıdaki listeden yazıcınızı seçin:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 / %2" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Düzenle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Bir projenin yüklenmesi derleme levhasındaki tüm modelleri siler." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Remove" -msgstr "Kaldır" +msgid "Open" +msgstr "Aç" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Yenile" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Daha fazla seçenek görüntülemek ister misiniz?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Yazıcınız listede yoksa ağ yazdırma sorun giderme kılavuzunu okuyun" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Şimdi Yedekle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "Tür" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Otomatik Yedekle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "Üretici yazılımı sürümü" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Cura’nın başlatıldığı günlerde otomatik olarak yedekleme yapar." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "Adres" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura Sürümü" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Bu yazıcı, bir yazıcı grubunu barındırmak için ayarlı değildir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Makineler" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Bu yazıcı, %1 yazıcı grubunun ana makinesidir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "Malzemeler" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "Bu adresteki yazıcı henüz yanıt vermedi." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Profiller" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Bağlan" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Eklentiler" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Geçersiz IP adresi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Geri Yükle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Lütfen geçerli bir IP adresi girin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Yedeklemeyi Sil" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Yazıcı Adresi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Bu yedeklemeyi silmek istediğinizden emin misiniz? Bu eylem geri alınamaz." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Ağdaki yazıcınızın IP adresini girin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Yedeklemeyi Geri Yükle" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "En üste taşı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Yedeklemeniz geri yüklenmeden öne Cura’yı yeniden başlatmalısınız. Cura’yı şimdi kapatmak istiyor musunuz?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Sil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Cura ayarlarınızı yedekleyin ve senkronize edin." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Devam et" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Giriş yap" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Duraklatılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Yedeklemelerim" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Devam ediliyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Şu anda yedeklemeniz yok. Oluşturmak için “Şimdi Yedekle” düğmesini kullanın." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Duraklat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Önizleme aşamasında en fazla 5 yedekleme görüntüleyebilirsiniz. Önceki yedeklemeleri görmek için mevcut yedeklemelerden birini kaldırın." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "İptal ediliyor..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Durdur" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "%1 öğesini kuyruğun en üstüne taşımak ister misiniz?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Yazdırma işini en üste taşı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura Yedeklemeleri" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "%1 öğesini silmek istediğinizden emin misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Anonim veri toplama hakkında daha fazla bilgi" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Yazdırma işini sil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Aşağıda, paylaşılan tüm verilerin bir örneği verilmiştir:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "%1 öğesini durdurmak istediğinizden emin misiniz?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Anonim veri göndermek istemiyorum" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Yazdırmayı durdur" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Anonim veri gönderilmesine izin ver" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Lütfen yazıcınızda bağlantı olduğundan emin olun:\n" -"- Yazıcının açık olup olmadığını kontrol edin.\n" -"- Yazıcının ağa bağlı olup olmadığını kontrol edin.\n" -"- Buluta bağlı yazıcıları keşfetmek için giriş yapıp yapmadığınızı kontrol edin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Son İşleme Uzantısı" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Lütfen yazıcınızı ağa bağlayın." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" +msgstr "Son İşleme Dosyaları" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Kullanım kılavuzlarını çevrimiçi olarak görüntüle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Dosya ekle" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Baskınızı Cura üzerinden izlemek için lütfen yazıcıyı bağlayın." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 +msgctxt "@label" +msgid "Settings" +msgstr "Ayarlar" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Bu yazdırmada bazı şeyler sorunlu olabilir. Ayarlama için ipuçlarını görmek için tıklayın." +msgid "Change active post-processing scripts." +msgstr "Etkin ileri işleme komut dosyalarını değiştirin." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3 Boyutlu Görünüm" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "Aşağıdaki komut dosyası etkin:" +msgstr[1] "Aşağıdaki komut dosyaları etkin:" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Önden Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Lütfen Ultimaker Original’e yapılan herhangi bir yükseltmeyi seçin" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Yukarıdan Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Isıtılmış Yapı Levhası (orijinal donanım veya şahsen yapılan)" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Sol görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Yapı Levhası Dengeleme" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Sağ görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Baskılarınızın düzgün çıktığından emin olmak için yapı levhanızı ayarlayabilirsiniz. “Sonraki Konuma Taşı” seçeneğine tıkladığınızda, nozül ayarlanabilen farklı konumlara taşınacak." -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Object list" -msgstr "Nesne listesi" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Her konum için nozülün altına bir kağıt yerleştirin ve yazdırma yapı levhasının yüksekliğini ayarlayın. Kağıt nozülün ucundan yavaşça geçerse yazdırma yapı levhasının yüksekliği doğrudur." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" -msgid "Marketplace" -msgstr "Mağaza" +msgid "Start Build Plate Leveling" +msgstr "Yapı Levhasını Dengelemeyi Başlat" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "&Dosya" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Sonraki Konuma Taşı" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "Düz&enle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "&Ayarlar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "Uzantılar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "Tercihler" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "&Yardım" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "Yeni proje" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "Yeni bir proje başlatmak istediğinizden emin misiniz? Bu işlem yapı levhasını ve kaydedilmemiş tüm ayarları silecektir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Dilimleniyor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "%1 uygulamasından çık" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Dilimlenemedi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Processing" -msgstr "İşleme" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Slice" -msgstr "Dilimle" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Dilimleme sürecini başlat" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" -msgid "Cancel" -msgstr "İptal" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Süre tahmini" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Malzeme tahmini" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1 m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1 g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "Süre tahmini yok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "Maliyet tahmini yok" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Önizleme" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "Bir yazıcı ekleyin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "Bir ağ yazıcısı ekleyin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Ağ dışı bir yazıcı ekleyin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Bulut yazıcısı ekle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Bulut yanıtı bekleniyor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Hesabınızda hiç yazıcı bulunamıyor mu?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "Hesabınızdaki şu yazıcılar Cura'ya eklendi:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Yazıcıyı manuel olarak ekle" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "IP adresine göre bir yazıcı ekleyin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Yazıcınızın IP adresini girin." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" -msgid "Add" -msgstr "Ekle" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Cihaza bağlanılamadı." +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Ultimaker yazıcınıza bağlanamıyor musunuz?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "Bu adresteki yazıcı henüz yanıt vermedi." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Bu yazıcı bilinmeyen bir yazıcı olduğu veya bir grubun ana makinesi olmadığı için eklenemiyor." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" +msgid "Technical datasheet" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" msgid "Back" -msgstr "Geri" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" -msgid "Connect" -msgstr "Bağlan" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Kullanıcı Anlaşması" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" -msgid "Decline and close" -msgstr "Reddet ve kapat" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Ultimaker Cura'ya hoş geldiniz" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Reddet" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" msgstr "" -"Ultimaker Cura'yı kurmak\n" -" için lütfen aşağıdaki adımları izleyin. Bu sadece birkaç saniye sürecektir." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" -msgid "Get started" -msgstr "Başlayın" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Ultimaker platformuna giriş yapın" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Marketplace'den malzeme ayarlarını ve eklentileri ekleyin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Malzeme ayarlarınızı ve eklentilerinizi yedekleyin ve senkronize edin" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Ultimaker Topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" -msgid "Skip" -msgstr "Atla" +msgid "Load more" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Ücretsiz Ultimaker Hesabı oluşturun" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Üretici" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Profil sahibi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Yazıcı adı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Yazıcı" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Lütfen yazıcınızı adlandırın" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Nozül Ayarları" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Ağınızda yazıcı bulunamadı." +msgid "Nozzle size" +msgstr "Nozzle boyutu" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Refresh" -msgstr "Yenile" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Add printer by IP" -msgstr "IP'ye göre bir yazıcı ekleyin" +msgid "Compatible material diameter" +msgstr "Uyumlu malzeme çapı" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Add cloud printer" -msgstr "Bulut yazıcısı ekle" +msgid "Nozzle offset X" +msgstr "Nozül X ofseti" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Troubleshooting" -msgstr "Sorun giderme" +msgid "Nozzle offset Y" +msgstr "Nozül Y ofseti" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Ultimaker Cura'yı geliştirmemiz yardım edin" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Bu veriler aşağıdakileri içerir:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Makine türleri" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Malzeme kullanımı" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Dilim sayısı" +msgid "Cooling Fan Number" +msgstr "Soğutma Fanı Numarası" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Yazdırma ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "Ekstruder G-Code'u Başlatma" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Ultimaker Cura tarafından toplanan veriler herhangi bir kişisel bilgi içermeyecektir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "Ekstruder G-Code'u Sonlandırma" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Daha fazla bilgi" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Yazıcı Ayarları" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "What's New" -msgstr "Yenilikler" +msgid "X (Width)" +msgstr "X (Genişlik)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Empty" -msgstr "Boş" +msgid "Y (Depth)" +msgstr "Y (Derinlik)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Release Notes" -msgstr "Sürüm notları" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "%1 hakkında" +msgid "Z (Height)" +msgstr "Z (Yükseklik)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "version: %1" -msgstr "sürüm: %1" +msgid "Build plate shape" +msgstr "Yapı levhası şekli" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "Kaynaşık filaman 3B yazdırma için kalıcı çözüm." - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "" -"Cura, topluluk iş birliği ile Ultimaker B.V. tarafından geliştirilmiştir.\n" -"Cura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:" +msgid "Origin at center" +msgstr "Merkez nokta" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Graphical user interface" -msgstr "Grafik kullanıcı arayüzü" +msgid "Heated bed" +msgstr "Isıtılmış yatak" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Application framework" -msgstr "Uygulama çerçevesi" +msgid "Heated build volume" +msgstr "Isıtılmış yapı hacmi" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "G-code generator" -msgstr "G-code oluşturucu" +msgid "G-code flavor" +msgstr "G-code türü" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Yazıcı Başlığı Ayarları" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Interprocess communication library" -msgstr "İşlemler arası iletişim kitaplığı" +msgid "X min" +msgstr "X min" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Programming language" -msgstr "Programlama dili" +msgid "Y min" +msgstr "Y min" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "GUI framework" -msgstr "GUI çerçevesi" +msgid "X max" +msgstr "X maks" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "GUI framework bindings" -msgstr "GUI çerçeve bağlantıları" +msgid "Y max" +msgstr "Y maks" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "C/C++ Bağlantı kitaplığı" +msgid "Gantry Height" +msgstr "Portal Yüksekliği" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Data interchange format" -msgstr "Veri değişim biçimi" +msgid "Number of Extruders" +msgstr "Ekstrüder Sayısı" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "Bilimsel bilgi işlem için destek kitaplığı" +msgid "Apply Extruder offsets to GCode" +msgstr "Ekstrüder ofsetlerini GCode'a uygula" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 -msgctxt "@label" -msgid "Support library for faster math" -msgstr "Daha hızlı matematik için destek kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-code’u Başlat" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 -msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "STL dosyalarının işlenmesi için destek kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-code’u Sonlandır" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Düzlemsel nesnelerin işlenmesi için destek kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Yazıcılarım" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "Üçgen birleşimlerin işlenmesi için destek kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Ultimaker Digital Factory'de yazıcıları izleyin." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "3MF dosyalarının işlenmesi için destek kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Digital Library'de baskı projeleri oluşturun." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "Dosya meta verileri ve akış için destek kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Yazdırma görevleri" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" -msgstr "Seri iletişim kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Baskı işlerini takip edin ve baskı geçmişinizden yeniden baskı işlemi yapın." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "ZeroConf keşif kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Ultimaker Cura'yı eklentilerle ve malzeme profilleriyle genişletin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Ultimaker e-öğrenme ile 3D baskı uzmanı olun." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimaker desteği" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Ultimaker Cura ile işe nasıl başlayacağınızı öğrenin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Soru gönder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Ultimaker Topluluğundan yardım alın." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Hata bildirin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Geliştiricileri sorunlarla ilgili bilgilendirin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Ultimaker web sitesini ziyaret edin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Seçili Modeli %1 ile Yazdır" +msgstr[1] "Seçili Modelleri %1 ile Yazdır" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "&Ayarlar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "Yeni proje" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "Yeni bir proje başlatmak istediğinizden emin misiniz? Bu işlem yapı levhasını ve kaydedilmemiş tüm ayarları silecektir." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Mağaza" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "Poligon kırpma kitaplığı" +msgid "Build plate" +msgstr "Yapı levhası" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "Python için statik tür denetleyicisi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Isıtılmış yatağın hedef sıcaklığı. Yatak, bu sıcaklığa doğru ısıtılır veya soğutulur. Bu ayar 0 olarak belirlenirse yatak ısıtma kapatılır." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "SSL güvenilirliğini doğrulamak için kök sertifikalar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "Isıtılmış yatağın geçerli sıcaklığı." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Python Hata takip kitaplığı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "Yatağın ön ısıtma sıcaklığı." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "İptal Et" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Ön ısıtma" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Yazdırma öncesinde yatağı ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda yatağın ısınmasını beklemeniz gerekmez." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "Yazıcı bağlı değil." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "Prusa Research tarafından geliştirilen Poligon paketleme kitaplığı" +msgid "Printer control" +msgstr "Yazıcı kontrolü" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "libnest2d için Python bağlamaları" +msgid "Jog Position" +msgstr "Jog Konumu" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "Sistem anahtarlık erişimi için destek kitaplığı" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "Microsoft Windows için Python uzantıları" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Font" -msgstr "Yazı tipi" +msgid "Jog Distance" +msgstr "Jog Mesafesi" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "SVG icons" -msgstr "SVG simgeleri" +msgid "Send G-code" +msgstr "G-code Gönder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Bağlı yazıcıya özel bir G-code komutu gönderin. Komutu göndermek için 'enter' tuşuna basın." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux çapraz-dağıtım uygulama dağıtımı" +msgid "Extruder" +msgstr "Ekstrüder" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Sıcak ucun hedef sıcaklığı. Sıcak uç, bu sıcaklığa doğru ısıtılır veya soğutulur. Bu ayar 0 olarak belirlenirse sıcak uç ısıtma kapatılır." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "Bu sıcak ucun geçerli sıcaklığı." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "Sıcak ucun ön ısıtma sıcaklığı." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Yazdırma öncesinde sıcak ucu ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda sıcak ucun ısınmasını beklemeniz gerekmez." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "Bu ekstruderdeki malzemenin rengi." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "Bu ekstruderdeki malzeme." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "Bu ekstrudere takılan nozül." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Dosya aç" +msgid "Open project file" +msgstr "Proje dosyası aç" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla proje dosyası bulduk. Tek seferde sadece bir proje dosyası açabilirsiniz. Sadece bu dosyalarda bulunan modelleri içe aktarmanızı öneririz. Devam etmek istiyor musunuz?" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Bu bir Cura proje dosyasıdır. Bir proje olarak açmak mı yoksa içindeki modelleri içe aktarmak mı istiyorsunuz?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Seçimimi hatırla" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 msgctxt "@action:button" -msgid "Import all as models" -msgstr "Tümünü model olarak içe aktar" +msgid "Open as project" +msgstr "Proje olarak aç" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Modelleri içe aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 msgctxt "@title:window" msgid "Save Project" msgstr "Projeyi Kaydet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 msgctxt "@action:label" msgid "Extruder %1" msgstr "Ekstruder %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 msgctxt "@action:label" msgid "%1 & material" msgstr "%1 & malzeme" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 msgctxt "@action:label" msgid "Material" msgstr "Malzeme" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 msgctxt "@action:label" msgid "Don't show project summary on save again" msgstr "Kaydederken proje özetini bir daha gösterme" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 msgctxt "@action:button" msgid "Save" msgstr "Kaydet" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "Değişiklikleri iptal et veya kaydet" +msgid "Open file(s)" +msgstr "Dosya aç" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Bazı profil ayarlarını özelleştirdiniz.\n" -"Profiller arasında geçiş yapıldıktan sonra bu değişiklikleri tutmak ister misiniz?\n" -"Alternatif olarak, '%1' üzerinden varsayılanları yüklemek için değişiklikleri silebilirsiniz." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla proje dosyası bulduk. Tek seferde sadece bir proje dosyası açabilirsiniz. Sadece bu dosyalarda bulunan modelleri içe aktarmanızı öneririz. Devam etmek istiyor musunuz?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "Profil ayarları" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Tümünü model olarak içe aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "Mevcut değişiklikler" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "%1 hakkında" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "Her zaman sor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" +msgstr "sürüm: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "İptal et ve bir daha sorma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "Kaynaşık filaman 3B yazdırma için kalıcı çözüm." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "Kaydet ve bir daha sorma" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "Değişiklikleri sil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" -msgstr "Değişiklikleri tut" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Proje dosyası aç" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Bu bir Cura proje dosyasıdır. Bir proje olarak açmak mı yoksa içindeki modelleri içe aktarmak mı istiyorsunuz?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "" +"Cura, topluluk iş birliği ile Ultimaker B.V. tarafından geliştirilmiştir.\n" +"Cura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Seçimimi hatırla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" +msgstr "Grafik kullanıcı arayüzü" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Proje olarak aç" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "Uygulama çerçevesi" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Modelleri içe aktar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" +msgstr "G-code oluşturucu" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Active print" -msgstr "Geçerli yazdırma" +msgid "Interprocess communication library" +msgstr "İşlemler arası iletişim kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Job Name" -msgstr "İşin Adı" +msgid "Programming language" +msgstr "Programlama dili" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Printing Time" -msgstr "Yazdırma süresi" +msgid "GUI framework" +msgstr "GUI çerçevesi" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Estimated time left" -msgstr "Kalan tahmini süre" +msgid "GUI framework bindings" +msgstr "GUI çerçeve bağlantıları" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "Bulut yazıcısı çevrimdışı. Yazıcının açık ve internete bağlı olup olmadığını kontrol edin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" +msgstr "C/C++ Bağlantı kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Yazıcı hesabınızla bağlanmamış. Bağlantı kurmak için lütfen Ultimaker Digital Factory bölümünü ziyaret edin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" +msgstr "Veri değişim biçimi" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "Bulut bağlantısı şu anda kullanılamıyor. Bulut yazıcısına bağlanmak için lütfen oturum açın." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "Bilimsel bilgi işlem için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "Bulut bağlantısı şu anda kullanılamıyor. Lütfen internet bağlantınızı kontrol edin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "Daha hızlı matematik için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Yazıcı ekle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" +msgstr "STL dosyalarının işlenmesi için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Yazıcıları yönet" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "Üçgen birleşimlerin işlenmesi için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Connected printers" -msgstr "Bağlı yazıcılar" +msgid "Support library for handling 3MF files" +msgstr "3MF dosyalarının işlenmesi için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" -msgid "Preset printers" -msgstr "Önayarlı yazıcılar" +msgid "Support library for file metadata and streaming" +msgstr "Dosya meta verileri ve akış için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" -msgid "Print settings" -msgstr "Yazdırma ayarları" +msgid "Serial communication library" +msgstr "Seri iletişim kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Yazıcı kurulumu devre dışı bırakıldı. G-code dosyası düzenlenemez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "ZeroConf keşif kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Profile" -msgstr "Profil" +msgid "Polygon clipping library" +msgstr "Poligon kırpma kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" msgstr "" -"Bazı ayar/geçersiz kılma değerleri profilinizde saklanan değerlerden farklıdır.\n" -"\n" -"Profil yöneticisini açmak için tıklayın." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Özel profiller" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Geçerli değişiklikleri iptal et" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Önerilen" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Özel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "Python için statik tür denetleyicisi" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "Açık" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "SSL güvenilirliğini doğrulamak için kök sertifikalar" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Kapalı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Python Hata takip kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Experimental" -msgstr "Deneysel" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "%2 ekstrüderindeki yapılandırmalar için %1 profili yok. Bunun yerine varsayılan amaç kullanılacak" -msgstr[1] "%2 ekstrüderindeki yapılandırmalar için %1 profili yok. Bunun yerine varsayılan amaç kullanılacak" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "Prusa Research tarafından geliştirilen Poligon paketleme kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profiles" -msgstr "Profiller" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Bazı profil ayarlarını değiştirdiniz. Bunları değişiklikleri kaydetmek istiyorsanız, özel moda gidin." +msgid "Python bindings for libnest2d" +msgstr "libnest2d için Python bağlamaları" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Support" -msgstr "Destek" +msgid "Support library for system keyring access" +msgstr "Sistem anahtarlık erişimi için destek kitaplığı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Modellerin askıda kalan kısımlarını destekleyen yapılar oluşturun. Bu yapılar olmadan, yazdırma sırasında söz konusu kısımlar düşebilir." +msgid "Python extensions for Microsoft Windows" +msgstr "Microsoft Windows için Python uzantıları" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Gradual infill" -msgstr "Aşamalı dolgu" +msgid "Font" +msgstr "Yazı tipi" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Kademeli dolgu, yukarıya doğru dolgu miktarını kademeli olarak yükselecektir." +msgid "SVG icons" +msgstr "SVG simgeleri" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Adhesion" -msgstr "Yapıştırma" +msgid "Linux cross-distribution application deployment" +msgstr "Linux çapraz-dağıtım uygulama dağıtımı" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Bir kenar veya radye yazdırın. Bu nesnenizin etrafına veya altına daha sonra kesilmesi kolay olan düz bir alan sağlayacak." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "Değişiklikleri iptal et veya kaydet" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Projeyi Kaydet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Ağ etkin yazıcılar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "Profil ayarları" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Yerel yazıcılar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "Mevcut değişiklikler" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "Malzeme" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "Her zaman sor" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "Favoriler" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "İptal et ve bir daha sorma" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "Genel" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "Kaydet ve bir daha sorma" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Seçili Modeli Şununla Yazdır:" -msgstr[1] "Seçili Modelleri Şununla Yazdır:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "Değişiklikleri sil" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Seçili Modeli Çoğalt" -msgstr[1] "Seçili Modelleri Çoğalt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "Değişiklikleri tut" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "Number of Copies" -msgstr "Kopya Sayısı" +msgid "No items to select from" +msgstr "Seçilecek öğe yok" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." +msgid "Open File(s)..." +msgstr "Dosya Aç..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "En Son Öğeyi Aç" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Görünür ayarlar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Tüm Kategorileri Daralt" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Ayar Görünürlüğünü Yönet..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Malzeme" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Etkin Ekstruder olarak ayarla" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Ekstruderi Etkinleştir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Ekstruderi Devre Dışı Bırak" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "Malzeme" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "Favoriler" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "Genel" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "&Yardım" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "&Dosya" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." msgstr "&Projeyi Kaydet..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 msgctxt "@title:menu menubar:file" msgid "&Export..." msgstr "&Dışa Aktar..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 msgctxt "@action:inmenu menubar:file" msgid "Export Selection..." msgstr "Seçimi Dışa Aktar..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "Tercihler" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "Düz&enle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "&Yazıcı" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Ağ etkin yazıcılar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Yerel yazıcılar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "Uzantılar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" msgid "Configurations" msgstr "Yapılandırmalar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Özel" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "Yazıcı" +msgid "Loading available configurations from the printer..." +msgstr "Kullanılabilir yapılandırmalar yazıcıdan yükleniyor..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "Etkin" +msgid "The configurations are not available because the printer is disconnected." +msgstr "Yazıcı bağlı olmadığından yapılandırmalar kullanılamıyor." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "Malzeme" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "%1 tanınmadığından bu yapılandırma kullanılamaz. Doğru malzeme profilini indirmek için lütfen %2 bölümünü ziyaret edin." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Bu malzeme kombinasyonuyla daha iyi yapıştırma için yapıştırıcı kullanın." +msgid "Marketplace" +msgstr "Mağaza" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "Bu ekstrüderin yapılandırılmasına izin verilmiyor ve dilimleme yapılamaz." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "Bu ekstrüderin yapılandırmasıyla eşleşen profil yok." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "Yapılandırma seç" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "Yapılandırmalar" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Kullanılabilir yapılandırmalar yazıcıdan yükleniyor..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Özel" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "Yazıcı bağlı olmadığından yapılandırmalar kullanılamıyor." +msgid "Printer" +msgstr "Yazıcı" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "%1 tanınmadığından bu yapılandırma kullanılamaz. Doğru malzeme profilini indirmek için lütfen %2 bölümünü ziyaret edin." +msgid "Enabled" +msgstr "Etkin" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Marketplace" -msgstr "Mağaza" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Dosya Aç..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "&Yazıcı" +msgid "Material" +msgstr "Malzeme" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Malzeme" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "Bu malzeme kombinasyonuyla daha iyi yapıştırma için yapıştırıcı kullanın." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Etkin Ekstruder olarak ayarla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Seçili Modeli Şununla Yazdır:" +msgstr[1] "Seçili Modelleri Şununla Yazdır:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Ekstruderi Etkinleştir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Seçili Modeli Çoğalt" +msgstr[1] "Seçili Modelleri Çoğalt" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Ekstruderi Devre Dışı Bırak" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Kopya Sayısı" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "En Son Öğeyi Aç" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Görünür ayarlar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Tüm Kategorileri Daralt" +msgid "Save Project..." +msgstr "Projeyi Kaydet..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Ayar Görünürlüğünü Yönet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Görünüm" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "&Kamera konumu" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "Kamera görüşü" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "Perspektif" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "Ortografik" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "&Yapı levhası" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "Görüntüleme tipi" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "Destek olarak basıldı." +msgid "Sign in to the Ultimaker platform" +msgstr "Ultimaker platformuna giriş yapın" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Bu model ile çakışan diğer modeller değiştirilir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Marketplace'den malzeme profilleri ve eklentiler ekleyin\n" +"- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin\n" +"- Ultimaker topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Bu model ile çakışan dolgu değiştirilir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Ücretsiz Ultimaker hesabı oluşturun" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Bu model ile çakışmalar desteklenmez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Giriş yap" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "%1 ayarı geçersiz kılar." -msgstr[1] "%1 ayarı geçersiz kılar." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Son güncelleme: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Profiller" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker hesabı" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Etkinleştir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Çıkış yap" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "Oluştur" +msgid "Checking..." +msgstr "Kontrol ediliyor..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "Çoğalt" +msgid "Account synced" +msgstr "Hesap senkronize edildi" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Yeniden adlandır" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "Bir sorun oluştu..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "İçe Aktar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Bekleyen güncellemeleri yükle" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Dışa Aktar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Hesap güncellemelerini kontrol et" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Profil Oluştur" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Dilimleniyor..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Bu profil için lütfen bir ad girin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Dilimlenemedi" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Profili Çoğalt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "İşleme" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Kaldırmayı Onayla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Dilimle" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "%1’i kaldırmak istediğinizden emin misiniz? Bu eylem geri alınamaz!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Dilimleme sürecini başlat" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Profili Yeniden Adlandır" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "İptal" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Profili İçe Aktar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Süre tahmini" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Profili Dışa Aktar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Malzeme tahmini" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Yazıcı: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1 m" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Profili geçerli ayarlar/geçersiz kılmalar ile güncelle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1 g" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Bu profil yazıcının belirlediği varsayılan ayarları kullanır; dolayısıyla aşağıdaki listede bulunan ayarları/geçersiz kılmaları içermez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "Süre tahmini yok" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Geçerli ayarlarınız seçilen profille uyumlu." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "Maliyet tahmini yok" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Küresel Ayarlar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Önizleme" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "Bu paket yeniden başlatmanın ardından kurulacak." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 msgctxt "@title:tab" msgid "General" msgstr "Genel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 -msgctxt "@label" -msgid "Interface" -msgstr "Arayüz" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" -msgstr "Para Birimi:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Tema:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Bu değişikliklerinin geçerli olması için uygulamayı yeniden başlatmanız gerekecektir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Ayarlar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Ayarlar değiştirilirken otomatik olarak dilimle." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Yazıcılar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Otomatik olarak dilimle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Malzemeler" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "Görünüm şekli" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Profiller" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Modelin desteklenmeyen alanlarını kırmızı ile gösterin. Destek alınmadan bu alanlar düzgün bir şekilde yazdırılmayacaktır." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "%1 kapatılıyor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Dışarıda kalan alanı göster" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "%1 uygulamasından çıkmak istediğinizden emin misiniz?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Modelin eksik veya ikincil yüzeylerini uyarı işaretleri kullanarak vurgulayın. Amaçlanan geometrinin eksik parçaları genellikle takım yolları olacaktır." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Paketi Kur" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Model hatalarını görüntüle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Dosya Aç" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Bir model seçildiğinde bu model görüntünün ortasında kalacak şekilde kamera hareket eder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla G-code dosyası bulduk. Tek seferde sadece bir G-code dosyası açabilirsiniz. Bir G-code dosyası açmak istiyorsanız, sadece birini seçiniz." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Öğeyi seçince kamerayı ortalayın" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "Yazıcı Ekle" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "Cura’nın varsayılan yakınlaştırma davranışı tersine çevrilsin mi?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "Yenilikler" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Kamera yakınlaştırma yönünü ters çevir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "Açık" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "Yakınlaştırma farenin hareket yönüne uygun olsun mu?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Kapalı" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Fareye doğru yakınlaştırma yapılması ortografik perspektifte desteklenmez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Deneysel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Farenin hareket yönüne göre yakınlaştır" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Yazdırma ayarları" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Platformun üzerindeki öğeler kesişmemeleri için hareket ettirilmeli mi?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Yazıcı kurulumu devre dışı bırakıldı. G-code dosyası düzenlenemez." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Modellerin birbirinden ayrı olduğundan emin olduğundan emin olun" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Önerilen" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Platformun üzerindeki modeller yapı levhasına değmeleri için indirilmeli mi?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Özel" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Modelleri otomatik olarak yapı tahtasına indirin" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "%2 ekstrüderindeki yapılandırmalar için %1 profili yok. Bunun yerine varsayılan amaç kullanılacak" +msgstr[1] "%2 ekstrüderindeki yapılandırmalar için %1 profili yok. Bunun yerine varsayılan amaç kullanılacak" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "G-code okuyucuda uyarı mesajı göster." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Aşamalı dolgu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "G-code okuyucuda uyarı mesajı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Kademeli dolgu, yukarıya doğru dolgu miktarını kademeli olarak yükselecektir." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "Katman, uyumluluk moduna zorlansın mı?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "Destek" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Katman görünümünü uyumluluk moduna zorla (yeniden başlatma gerekir)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Modellerin askıda kalan kısımlarını destekleyen yapılar oluşturun. Bu yapılar olmadan, yazdırma sırasında söz konusu kısımlar düşebilir." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Cura kapatıldığı yerden mi başlatılsın?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "Profiller" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Başlangıçtaki pencere konumuna dönülsün" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Bazı profil ayarlarını değiştirdiniz. Bunları değişiklikleri kaydetmek istiyorsanız, özel moda gidin." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Ne tür bir kamera oluşturma işlemi kullanılmalıdır?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "Yapıştırma" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Kamera oluşturma:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Bir kenar veya radye yazdırın. Bu nesnenizin etrafına veya altına daha sonra kesilmesi kolay olan düz bir alan sağlayacak." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspektif" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Özel profiller" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ortografik" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Geçerli değişiklikleri iptal et" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Opening and saving files" -msgstr "Dosyaların açılması ve kaydedilmesi" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Masaüstünden veya harici uygulamalardan açılan dosyalar aynı Cura örneğinde mi açılacak?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Tek bir Cura örneği kullan" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "Cura'nın tek örneğinde yeni bir model yüklenmeden önce yapı plakası temizlensin mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Modeli tek örneğe yüklemeden önce yapı plakasını temizleyin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Modeller çok büyükse yapı hacmine göre ölçeklendirilmeli mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Büyük modelleri ölçeklendirin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Bir modelin birimi milimetre değil de metre ise oldukça küçük görünebilir. Bu modeller ölçeklendirilmeli mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Çok küçük modelleri ölçeklendirin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Yüklendikten sonra modeller seçilsin mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Yüklendiğinde modelleri seç" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Yazıcı adına bağlı bir ön ek otomatik olarak yazdırma işinin adına eklenmeli mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Makine ön ekini iş adına ekleyin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Bir proje dosyasını kaydederken özet gösterilmeli mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Projeyi kaydederken özet iletişim kutusunu göster" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Bir proje dosyası açıldığında varsayılan davranış" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Bir proje dosyası açıldığında varsayılan davranış: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Her zaman sor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Bazı ayar/geçersiz kılma değerleri profilinizde saklanan değerlerden farklıdır.\n" +"\n" +"Profil yöneticisini açmak için tıklayın." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Her zaman proje olarak aç" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Ayar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Her zaman modelleri içe aktar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Profil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Bir profil üzerinde değişiklik yapıp farklı bir profile geçtiğinizde, değişikliklerin kaydedilmesini isteyip istemediğinizi soran bir iletişim kutusu açılır. Alternatif olarak bu işleve yönelik varsayılan bir davranış seçebilir ve bu iletişim kutusunun bir daha görüntülenmemesini tercih edebilirsiniz." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Geçerli" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Farklı bir profile geçerken değişen ayar değerleriyle ilgili varsayılan davranış: " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Değiştirilen ayarları her zaman at" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Değiştirilen ayarları her zaman yeni profile taşı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Gizlilik" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Yazdırmanızdaki anonim veriler Ultimaker’a gönderilmeli mi? Unutmayın; hiçbir model, IP adresi veya diğer kişiye özgü bilgiler gönderilmez veya saklanmaz." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(Anonim) yazdırma bilgisi gönder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Görünürlüğü Ayarlama" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "More information" -msgstr "Daha fazla bilgi" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Güncellemeler" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "Cura, program başladığında güncellemeleri kontrol etmeli mi?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Başlangıçta güncellemeleri kontrol edin" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Güncellemeleri kontrol ederken yalnızca istikrarlı sürümleri kontrol edin." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Yalnızca istikrarlı sürümler" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Güncellemeleri kontrol ederken hem istikrarlı hem de beta sürümleri kontrol edin." +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "İstikrarlı ve Beta sürümler" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Tümünü denetle" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Cura her başlatıldığında yeni eklentiler için otomatik kontrol yapılsın mı? Bu seçeneği devre dışı bırakmanız kesinlikle önerilmez!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Eklenti güncellemeleri için bildirim alın" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Etkinleştir" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Bilgi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Yeniden adlandır" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" msgid "Confirm Diameter Change" msgstr "Çap Değişikliğini Onayla" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "Yeni filaman çapı %1 mm olarak ayarlandı ve bu değer, geçerli ekstrüder ile uyumlu değil. Devam etmek istiyor musunuz?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" msgid "Display Name" msgstr "Görünen Ad" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marka" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "Malzeme Türü" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "Renk" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Özellikler" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Yoğunluk" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Çap" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Filaman masrafı" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Filaman ağırlığı" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Filaman uzunluğu" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Metre başına maliyet" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Bu malzeme %1’e bağlıdır ve özelliklerinden bazılarını paylaşır." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Malzemeyi Ayır" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Tanım" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Yapışma Bilgileri" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Oluştur" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Çoğalt" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Yazıcılarla Senkronize Et" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Yazıcı" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Malzemeyi İçe Aktar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Malzeme %1 dosyasına içe aktarılamadı: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Malzeme %1 dosyasına başarıyla içe aktarıldı" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Malzemeyi Dışa Aktar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Malzemenin %1 dosyasına dışa aktarımı başarısız oldu: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Malzeme %1 dosyasına başarıyla dışa aktarıldı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Bilgi" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Malzemeleri yazıcılarla senkronize et" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Malzemeleri yazıcılarla senkronize et" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Birkaç basit adımı izleyerek tüm malzeme profillerinizi yazıcılarınızla senkronize edebileceksiniz." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Başlat" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Malzeme profillerini neden senkronize etmem gerekiyor?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Başlat" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Giriş yap" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Malzeme profillerini Digital Factory'ye bağlı tüm yazıcılarınızla otomatik olarak senkronize etmek için Cura'da oturum açmanız gerekir." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Malzemeleri USB ile senkronize et" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Aşağıdaki yazıcılar yeni malzeme profillerini alacak:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Malzemeler yazıcılara gönderilirken bir sorun oluştu." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Malzeme profilleri aşağıdaki yazıcılarla başarıyla senkronize edildi:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Sorun giderme" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Yazıcı eksik mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Tüm yazıcılarınızın AÇIK ve Digitial Factory'ye bağlı olduğundan emin olun." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Listeyi Yenile" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Yeniden dene" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Bitti" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Senkronize et" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Senkronize ediliyor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Yazıcı bulunamadı" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Digital Factory'ye bağlı uyumlu yazıcınız yok gibi görünüyor. Yazıcınızın bağlı olduğundan ve en son donanım yazılımını çalıştırdığından emin olun." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Yazıcınızı Digital Factory'ye nasıl bağlayacağınızı öğrenin" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Yenile" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Malzeme profillerini USB üzerinden senkronize edin" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Yeni malzeme profillerini yazıcınıza yüklemek için aşağıdaki adımları izleyin." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Malzeme arşivini dışa aktar düğmesine tıklayın." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr ".umm dosyasını bir USB çubuğa kaydedin." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "USB çubuğunu yazıcınıza takın ve yeni malzeme profillerini yükleme işlemini başlatın." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Yazıcıma yeni malzeme profilleri nasıl yüklenir" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Geri" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Malzeme arşivini dışa aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Tüm Malzemeleri Dışa Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Görünürlüğü Ayarlama" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Tümünü denetle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Yazıcılar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "İçe Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Hesaplanmış" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Ayar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Profil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Geçerli" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Birim" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Çoğalt" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Yazıcıya bağlı değil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Dışa Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "Yazıcı komutları kabul etmiyor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Kaldırmayı Onayla" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "Bakımda. Lütfen yazıcıyı kontrol edin" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "%1’i kaldırmak istediğinizden emin misiniz? Bu eylem geri alınamaz!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "Yazıcı bağlantısı koptu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Malzemeyi İçe Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Yazdırılıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Malzeme %1 dosyasına başarıyla içe aktarıldı" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Duraklatıldı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Malzeme %1 dosyasına içe aktarılamadı: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Hazırlanıyor..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Malzemeyi Dışa Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Lütfen yazıcıyı çıkarın" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Malzemenin %1 dosyasına dışa aktarımı başarısız oldu: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "Yazdırmayı Durdur" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Malzeme %1 dosyasına başarıyla dışa aktarıldı" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Yazdırmayı iptal etmek istediğinizden emin misiniz?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Seçili Modeli %1 ile Yazdır" -msgstr[1] "Seçili Modelleri %1 ile Yazdır" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Yazıcılarım" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Ultimaker Digital Factory'de yazıcıları izleyin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Digital Library'de baskı projeleri oluşturun." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Yazdırma görevleri" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Bu profil yazıcının belirlediği varsayılan ayarları kullanır; dolayısıyla aşağıdaki listede bulunan ayarları/geçersiz kılmaları içermez." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Baskı işlerini takip edin ve baskı geçmişinizden yeniden baskı işlemi yapın." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Geçerli ayarlarınız seçilen profille uyumlu." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Ultimaker Cura'yı eklentilerle ve malzeme profilleriyle genişletin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Küresel Ayarlar" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Ultimaker e-öğrenme ile 3D baskı uzmanı olun." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Profil Oluştur" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimaker desteği" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Bu profil için lütfen bir ad girin." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Ultimaker Cura ile işe nasıl başlayacağınızı öğrenin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Profili Dışa Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Soru gönder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Profili Çoğalt" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Ultimaker Topluluğundan yardım alın." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Profili Yeniden Adlandır" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Hata bildirin" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Profili İçe Aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Geliştiricileri sorunlarla ilgili bilgilendirin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Arayüz" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Ultimaker web sitesini ziyaret edin." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Yazıcı kontrolü" +msgid "Currency:" +msgstr "Para Birimi:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Jog Konumu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Ayarlar değiştirilirken otomatik olarak dilimle." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Otomatik olarak dilimle" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Jog Mesafesi" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "G-code Gönder" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Bağlı yazıcıya özel bir G-code komutu gönderin. Komutu göndermek için 'enter' tuşuna basın." +msgid "Viewport behavior" +msgstr "Görünüm şekli" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Ekstrüder" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Modelin desteklenmeyen alanlarını kırmızı ile gösterin. Destek alınmadan bu alanlar düzgün bir şekilde yazdırılmayacaktır." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Sıcak ucun hedef sıcaklığı. Sıcak uç, bu sıcaklığa doğru ısıtılır veya soğutulur. Bu ayar 0 olarak belirlenirse sıcak uç ısıtma kapatılır." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Dışarıda kalan alanı göster" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "Bu sıcak ucun geçerli sıcaklığı." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Modelin eksik veya ikincil yüzeylerini uyarı işaretleri kullanarak vurgulayın. Amaçlanan geometrinin eksik parçaları genellikle takım yolları olacaktır." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "Sıcak ucun ön ısıtma sıcaklığı." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Model hatalarını görüntüle" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "İptal Et" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Bir model seçildiğinde bu model görüntünün ortasında kalacak şekilde kamera hareket eder" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Ön ısıtma" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Öğeyi seçince kamerayı ortalayın" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Yazdırma öncesinde sıcak ucu ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda sıcak ucun ısınmasını beklemeniz gerekmez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "Cura’nın varsayılan yakınlaştırma davranışı tersine çevrilsin mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "Bu ekstruderdeki malzemenin rengi." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Kamera yakınlaştırma yönünü ters çevir." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "Bu ekstruderdeki malzeme." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "Yakınlaştırma farenin hareket yönüne uygun olsun mu?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "Bu ekstrudere takılan nozül." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Fareye doğru yakınlaştırma yapılması ortografik perspektifte desteklenmez." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "Yazıcı bağlı değil." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Farenin hareket yönüne göre yakınlaştır" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Yapı levhası" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Platformun üzerindeki öğeler kesişmemeleri için hareket ettirilmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Isıtılmış yatağın hedef sıcaklığı. Yatak, bu sıcaklığa doğru ısıtılır veya soğutulur. Bu ayar 0 olarak belirlenirse yatak ısıtma kapatılır." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Modellerin birbirinden ayrı olduğundan emin olduğundan emin olun" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "Isıtılmış yatağın geçerli sıcaklığı." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Platformun üzerindeki modeller yapı levhasına değmeleri için indirilmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "Yatağın ön ısıtma sıcaklığı." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Modelleri otomatik olarak yapı tahtasına indirin" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Yazdırma öncesinde yatağı ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda yatağın ısınmasını beklemeniz gerekmez." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "G-code okuyucuda uyarı mesajı göster." -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Giriş yap" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "G-code okuyucuda uyarı mesajı" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Marketplace'den malzeme profilleri ve eklentiler ekleyin\n" -"- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin\n" -"- Ultimaker topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "Katman, uyumluluk moduna zorlansın mı?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Ücretsiz Ultimaker hesabı oluşturun" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Katman görünümünü uyumluluk moduna zorla (yeniden başlatma gerekir)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Son güncelleme: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Cura kapatıldığı yerden mi başlatılsın?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker hesabı" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Başlangıçtaki pencere konumuna dönülsün" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Çıkış yap" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Ne tür bir kamera oluşturma işlemi kullanılmalıdır?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Kontrol ediliyor..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Kamera oluşturma:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Hesap senkronize edildi" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspektif" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ortografik" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Bir sorun oluştu..." +msgid "Opening and saving files" +msgstr "Dosyaların açılması ve kaydedilmesi" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Bekleyen güncellemeleri yükle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Masaüstünden veya harici uygulamalardan açılan dosyalar aynı Cura örneğinde mi açılacak?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Hesap güncellemelerini kontrol et" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Tek bir Cura örneği kullan" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Başlıksız" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "Cura'nın tek örneğinde yeni bir model yüklenmeden önce yapı plakası temizlensin mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Seçilecek öğe yok" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Modeli tek örneğe yüklemeden önce yapı plakasını temizleyin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Çevrimiçi Sorun Giderme Kılavuzunu" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Modeller çok büyükse yapı hacmine göre ölçeklendirilmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Tam Ekrana Geç" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Büyük modelleri ölçeklendirin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Tam Ekrandan Çık" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Bir modelin birimi milimetre değil de metre ise oldukça küçük görünebilir. Bu modeller ölçeklendirilmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "&Geri Al" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Çok küçük modelleri ölçeklendirin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Yinele" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Yüklendikten sonra modeller seçilsin mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "&Çıkış" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Yüklendiğinde modelleri seç" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "3 Boyutlu Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Yazıcı adına bağlı bir ön ek otomatik olarak yazdırma işinin adına eklenmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Önden Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Makine ön ekini iş adına ekleyin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Yukarıdan Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Bir proje dosyasını kaydederken özet gösterilmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Alttan Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Projeyi kaydederken özet iletişim kutusunu göster" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Sol Taraftan Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Bir proje dosyası açıldığında varsayılan davranış" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Sağ Taraftan Görünüm" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Bir proje dosyası açıldığında varsayılan davranış: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Cura’yı yapılandır..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Her zaman sor" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Yazıcı Ekle..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Her zaman proje olarak aç" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Yazıcıları Yönet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Her zaman modelleri içe aktar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Malzemeleri Yönet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Bir profil üzerinde değişiklik yapıp farklı bir profile geçtiğinizde, değişikliklerin kaydedilmesini isteyip istemediğinizi soran bir iletişim kutusu açılır. Alternatif olarak bu işleve yönelik varsayılan bir davranış seçebilir ve bu iletişim kutusunun bir daha görüntülenmemesini tercih edebilirsiniz." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Mağazadan daha fazla malzeme ekle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Farklı bir profile geçerken değişen ayar değerleriyle ilgili varsayılan davranış: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "&Profili geçerli ayarlar/geçersiz kılmalar ile güncelle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Değiştirilen ayarları her zaman at" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Geçerli değişiklikleri iptal et" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Değiştirilen ayarları her zaman yeni profile taşı" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "G&eçerli ayarlardan/geçersiz kılmalardan profil oluştur..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Gizlilik" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Profilleri Yönet..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Yazdırmanızdaki anonim veriler Ultimaker’a gönderilmeli mi? Unutmayın; hiçbir model, IP adresi veya diğer kişiye özgü bilgiler gönderilmez veya saklanmaz." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Çevrimiçi Belgeleri Göster" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(Anonim) yazdırma bilgisi gönder" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Hata Bildir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Güncellemeler" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Yenilikler" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "Cura, program başladığında güncellemeleri kontrol etmeli mi?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Hakkında..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Başlangıçta güncellemeleri kontrol edin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Seçileni Sil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Güncellemeleri kontrol ederken yalnızca istikrarlı sürümleri kontrol edin." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Seçileni Ortala" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Yalnızca istikrarlı sürümler" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Seçileni Çoğalt" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Güncellemeleri kontrol ederken hem istikrarlı hem de beta sürümleri kontrol edin." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Modeli Sil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "İstikrarlı ve Beta sürümler" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Modeli Platformda Ortala" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Cura her başlatıldığında yeni eklentiler için otomatik kontrol yapılsın mı? Bu seçeneği devre dışı bırakmanız kesinlikle önerilmez!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "Modelleri Gruplandır" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Eklenti güncellemeleri için bildirim alın" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Model Grubunu Çöz" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "IP adresine göre bir yazıcı ekleyin" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "&Modelleri Birleştir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Yazıcınızın IP adresini girin." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Modeli Çoğalt..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Ekle" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Tüm modelleri Seç" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Cihaza bağlanılamadı." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Yapı Levhasını Temizle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Ultimaker yazıcınıza bağlanamıyor musunuz?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Tüm Modelleri Yeniden Yükle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "Bu adresteki yazıcı henüz yanıt vermedi." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Tüm Modelleri Tüm Yapı Levhalarına Yerleştir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Bu yazıcı bilinmeyen bir yazıcı olduğu veya bir grubun ana makinesi olmadığı için eklenemiyor." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Tüm Modelleri Düzenle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Bağlan" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Seçimi Düzenle" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Sürüm notları" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Tüm Model Konumlarını Sıfırla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Kullanıcı Anlaşması" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Tüm Model ve Dönüşümleri Sıfırla" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Kabul ediyorum" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "&Dosya Aç..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Reddet ve kapat" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Yeni Proje..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "Yenilikler" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Yapılandırma Klasörünü Göster" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Sonraki" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Görünürlük ayarını yapılandır..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Bulut yazıcısı ekle" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Mağazayı Göster" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +msgctxt "@label" +msgid "Waiting for Cloud response" +msgstr "Bulut yanıtı bekleniyor" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Etkilediği tüm ayarlar geçersiz kılındığı için bu ayar kullanılmamaktadır." +msgid "No printers found in your account?" +msgstr "Hesabınızda hiç yazıcı bulunamıyor mu?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Etkileri" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "Hesabınızdaki şu yazıcılar Cura'ya eklendi:" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr ".........den etkilenir" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Yazıcıyı manuel olarak ekle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Marketplace'den malzeme ayarlarını ve eklentileri ekleyin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Malzeme ayarlarınızı ve eklentilerinizi yedekleyin ve senkronize edin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Ultimaker Topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Atla" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Ücretsiz Ultimaker Hesabı oluşturun" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Bu ayar her zaman, tüm ekstrüderler arasında paylaşılır. Buradan değiştirildiğinde tüm ekstrüderler için değer değiştirir." +msgid "Welcome to Ultimaker Cura" +msgstr "Ultimaker Cura'ya hoş geldiniz" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"Ultimaker Cura'yı kurmak\n" +" için lütfen aşağıdaki adımları izleyin. Bu sadece birkaç saniye sürecektir." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Başlayın" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Bu ayar, çakışan ekstrüdere özgü değerlerden çözümlenir:" +msgid "Empty" +msgstr "Boş" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Bu ayarın değeri profilden farklıdır.\n" -"\n" -"Profil değerini yenilemek için tıklayın." +msgid "Manufacturer" +msgstr "Üretici" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Bu ayar normal olarak yapılır ama şu anda mutlak değer ayarı var.\n" -"\n" -"Hesaplanan değeri yenilemek için tıklayın." +msgid "Profile author" +msgstr "Profil sahibi" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Yazıcı adı" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Lütfen yazıcınızı adlandırın" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Bir yazıcı ekleyin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Bir ağ yazıcısı ekleyin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Ağ dışı bir yazıcı ekleyin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Ağınızda yazıcı bulunamadı." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Yenile" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "IP'ye göre bir yazıcı ekleyin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Bulut yazıcısı ekle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Sorun giderme" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Ultimaker Cura'yı geliştirmemiz yardım edin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Bu veriler aşağıdakileri içerir:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Makine türleri" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Malzeme kullanımı" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Dilim sayısı" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Yazdırma ayarları" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Ultimaker Cura tarafından toplanan veriler herhangi bir kişisel bilgi içermeyecektir." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Daha fazla bilgi" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Nesne listesi" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Destek olarak basıldı." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Bu model ile çakışan diğer modeller değiştirilir." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Bu model ile çakışan dolgu değiştirilir." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Bu model ile çakışmalar desteklenmez." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "%1 ayarı geçersiz kılar." +msgstr[1] "%1 ayarı geçersiz kılar." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Bağlı yazıcılar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Önayarlı yazıcılar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "Bulut yazıcısı çevrimdışı. Yazıcının açık ve internete bağlı olup olmadığını kontrol edin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Yazıcı hesabınızla bağlanmamış. Bağlantı kurmak için lütfen Ultimaker Digital Factory bölümünü ziyaret edin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "Bulut bağlantısı şu anda kullanılamıyor. Bulut yazıcısına bağlanmak için lütfen oturum açın." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "Bulut bağlantısı şu anda kullanılamıyor. Lütfen internet bağlantınızı kontrol edin." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Yazıcı ekle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Yazıcıları yönet" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Başlıksız" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Yazıcıya bağlı değil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "Yazıcı komutları kabul etmiyor" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "Bakımda. Lütfen yazıcıyı kontrol edin" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "Yazıcı bağlantısı koptu" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Yazdırılıyor..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Duraklatıldı" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Hazırlanıyor..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Lütfen yazıcıyı çıkarın" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Yazdırmayı Durdur" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Yazdırmayı iptal etmek istediğinizden emin misiniz?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Gizlenen bazı ayarlar normal hesaplanan değerden farklı değerler kullanır.\n" +"\n" +"Bu ayarları görmek için tıklayın." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Arama ayarları" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Değeri tüm ekstruderlere kopyala" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Tüm değiştirilmiş değerleri tüm ekstruderlere kopyala" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Bu ayarı gizle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Bu ayarı gösterme" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Bu ayarı görünür yap" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Görünürlük ayarını yapılandır..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Etkilediği tüm ayarlar geçersiz kılındığı için bu ayar kullanılmamaktadır." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Etkileri" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr ".........den etkilenir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Bu ayar her zaman, tüm ekstrüderler arasında paylaşılır. Buradan değiştirildiğinde tüm ekstrüderler için değer değiştirir." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Bu ayar, çakışan ekstrüdere özgü değerlerden çözümlenir:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Bu ayarın değeri profilden farklıdır.\n" +"\n" +"Profil değerini yenilemek için tıklayın." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Bu ayar normal olarak yapılır ama şu anda mutlak değer ayarı var.\n" +"\n" +"Hesaplanan değeri yenilemek için tıklayın." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Geçerli yazdırma" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "İşin Adı" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Yazdırma süresi" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Kalan tahmini süre" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Tam Ekrana Geç" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Tam Ekrandan Çık" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "&Geri Al" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Yinele" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "&Çıkış" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "3 Boyutlu Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Önden Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Yukarıdan Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Alttan Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Sol Taraftan Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Sağ Taraftan Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Cura’yı yapılandır..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Yazıcı Ekle..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Yazıcıları Yönet..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Malzemeleri Yönet..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "&Profili geçerli ayarlar/geçersiz kılmalar ile güncelle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Geçerli değişiklikleri iptal et" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "G&eçerli ayarlardan/geçersiz kılmalardan profil oluştur..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Profilleri Yönet..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Çevrimiçi Belgeleri Göster" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Hata Bildir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Yenilikler" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Hakkında..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Seçileni Sil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Seçileni Ortala" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Seçileni Çoğalt" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Modeli Sil" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Modeli Platformda Ortala" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "Modelleri Gruplandır" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Model Grubunu Çöz" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "&Modelleri Birleştir" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Modeli Çoğalt..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Tüm modelleri Seç" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Yapı Levhasını Temizle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Tüm Modelleri Yeniden Yükle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Tüm Modelleri Düzenle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Seçimi Düzenle" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Tüm Model Konumlarını Sıfırla" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Tüm Model ve Dönüşümleri Sıfırla" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "&Dosya Aç..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Yeni Proje..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Yapılandırma Klasörünü Göster" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3 Boyutlu Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Önden Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Yukarıdan Görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Sol görünüm" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Sağ görünüm" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Cura’da hazırlık aşaması sunar." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Hazırlık Aşaması" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Cura profillerinin dışa aktarılması için destek sağlar." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Cura Profili Yazıcı" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Model dosyalarını okuma desteği sağlar." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh Okuyucu" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Bellenim güncellemelerini denetler." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Bellenim Güncelleme Denetleyicisi" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Çökme raporlayıcının kullanabilmesi için belirli olayları günlüğe kaydeder" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Nöbetçi Günlükçü" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Cura’da görüntüleme aşaması sunar." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Görüntüleme Aşaması" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Çıkarılabilir sürücünün takılıp çıkarılmasını ve yazma desteği sağlar." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Çıkarılabilir Sürücü Çıkış Cihazı Eklentisi" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "AMF dosyalarının okunması için destek sağlar." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMF Okuyucu" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Ultimaker Biçim Paketlerinin okunması için destek sağlar." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP Okuyucu" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Digital Library'ye bağlanarak Cura'nın Digital Library'deki dosyaları açmasına ve kaydetmesine olanak tanır." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Model Başına Ayarları sağlar." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Model Başına Ayarlar Aracı" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Aygıt yazılımını güncellemeye yönelik makine eylemleri sağlar." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Aygıt Yazılımı Güncelleyici" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Ultimaker ağındaki yazıcılar için ağ bağlantılarını yönetir." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker Ağ Bağlantısı" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Olası yazdırma sorunlarına karşı modelleri ve yazdırma yapılandırmasını kontrol eder ve öneriler verir." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Model Kontrol Edici" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Simülasyon Görünümü" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "G-code’u bir dosyaya yazar." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "G-code Yazıcı" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "3MF dosyalarının yazılması için destek sağlar." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MF Yazıcı" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Bir sıkıştırılmış arşivden g-code okur." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Sıkıştırılmış G-code Okuyucusu" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "XML tabanlı malzeme profillerini okuma ve yazma olanağı sağlar." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Malzeme Profilleri" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "CuraEngine arka dilimleme ucuna bağlantı sağlar." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine Arka Uç" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "X3D dosyalarının okunması için destek sağlar." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3D Okuyucu" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "2D resim dosyasından yazdırılabilir geometri oluşturulmasını sağlar." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Resim Okuyucu" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "3MF dosyalarının okunması için destek sağlar." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MF Okuyucu" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Ultimaker Biçim Paketleri yazmak için destek sağlar." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UPF Yazıcı" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Eski Cura sürümlerinden profilleri içe aktarmak için destek sağlar." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Eski Cura Profil Okuyucu" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Yapılandırmaları Cura 4.3'ten Cura 4.4'e yükseltir." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "4.3'ten 4.4'e Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Yapılandırmaları Cura 2.1’den Cura 2.2’ye yükseltir." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "2.1’den 2.2’ye Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Yapılandırmaları Cura 4.1'den Cura 4.2'ye yükseltir." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Sürüm 4.1'den 4.2'ye Yükseltme" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Yapılandırmaları Cura 4.5'ten Cura 4.6'ya yükseltir." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "4.5'ten 4.6'ya Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Yapılandırmaları Cura 3.3’ten Cura 3.4’ya yükseltir." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "3.3'dan 3.4'e Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Yapılandırmaları Cura 4.8'den Cura 4.9'a yükseltir." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "4.8'den 4.9'a Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Yapılandırmaları Cura 2.7’den Cura 3.0’a yükseltir." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "2.7’den 3.0’a Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Yapılandırmaları Cura 4.4'ten Cura 4.5'e yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Arama ayarları" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "4.4'ten 4.5'e Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Değeri tüm ekstruderlere kopyala" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Yapılandırmaları Cura 3.0'dan Cura 3.1'e yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Tüm değiştirilmiş değerleri tüm ekstruderlere kopyala" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "3.0'dan 3.1'e Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Bu ayarı gizle" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Yapılandırmaları Cura 4.6.0'dan Cura 4.6.2'ye yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Bu ayarı gösterme" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "4.6.0'dan 4.6.2'ye Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Bu ayarı görünür yap" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Yapılandırmaları Cura 2.6’dan Cura 2.7’ye yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Gizlenen bazı ayarlar normal hesaplanan değerden farklı değerler kullanır.\n" -"\n" -"Bu ayarları görmek için tıklayın." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "2.6’dan 2.7’ye Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Bu paket yeniden başlatmanın ardından kurulacak." +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Yapılandırmaları Cura 4.2'den Cura 4.3'e yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Ayarlar" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "4.2'den 4.3'e Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "%1 kapatılıyor" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Yapılandırmaları Cura 4.0’dan Cura 4.1’e yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "%1 uygulamasından çıkmak istediğinizden emin misiniz?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "4.0’dan 4.1’e Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Paketi Kur" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Yapılandırmaları Cura 4.6.2'den Cura 4.7'ye yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Dosya Aç" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "4.6.2'den 4.7'ye Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla G-code dosyası bulduk. Tek seferde sadece bir G-code dosyası açabilirsiniz. Bir G-code dosyası açmak istiyorsanız, sadece birini seçiniz." +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Yapılandırmaları Cura 4.9'dan Cura 4.10'a yükseltir." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Yazıcı Ekle" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "4.9'dan 4.10'a Sürüm Yükseltme" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Yenilikler" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Yapılandırmaları Cura 2.2’den Cura 2.4’e yükseltir." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "2.2’den 2.4’e Sürüm Yükseltme" + +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Model Başına Ayarları sağlar." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Yapılandırmaları Cura 3.2’ten Cura 3.3’ya yükseltir." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Model Başına Ayarlar Aracı" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "3.2'dan 3.3'e Sürüm Yükseltme" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Cura profillerinin içe aktarılması için destek sağlar." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Yapılandırmaları Cura 2.5’ten Cura 2.6’ya yükseltir." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura Profil Okuyucu" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "2.5’ten 2.6’ya Sürüm Yükseltme" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "X3D dosyalarının okunması için destek sağlar." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Yapılandırmaları Cura 3.5’ten Cura 4.0’a yükseltir." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D Okuyucu" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "3.5’ten 4.0’a Sürüm Yükseltme" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Yapılandırmanızı yedekleyin ve geri yükleyin." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Yapılandırmaları Cura 3.4’ten Cura 3.5’e yükseltir." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura Yedeklemeleri" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "3.4’ten 3.5’e Sürüm Yükseltme" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Makine ayarlarının değiştirilmesini sağlar (yapı hacmi, nozül boyutu vb.)" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Yapılandırmaları Cura 4.7'den Cura 4.8'e yükseltir." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Makine Ayarları eylemi" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "4.7'den 4.8'e Sürüm Yükseltme" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Belirli yerlerde desteğin yazdırılmasını engellemek için bir silici yüzey oluşturur" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Yapılandırmaları Cura 4.11'den Cura 4.12'ye yükseltir." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Destek Silici" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "4.11'den 4.12'ye Sürüm Yükseltme" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Çıkarılabilir sürücünün takılıp çıkarılmasını ve yazma desteği sağlar." +msgid "Backup and restore your configuration." +msgstr "Yapılandırmanızı yedekleyin ve geri yükleyin." -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Çıkarılabilir Sürücü Çıkış Cihazı Eklentisi" +msgid "Cura Backups" +msgstr "Cura Yedeklemeleri" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Aygıt yazılımını güncellemeye yönelik makine eylemleri sağlar." +msgid "Provides support for importing Cura profiles." +msgstr "Cura profillerinin içe aktarılması için destek sağlar." -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Aygıt Yazılımı Güncelleyici" +msgid "Cura Profile Reader" +msgstr "Cura Profil Okuyucu" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Eski Cura sürümlerinden profilleri içe aktarmak için destek sağlar." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Anonim dilim bilgisi gönderir. Tercihlerden devre dışı bırakılabilir." -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Eski Cura Profil Okuyucu" +msgid "Slice info" +msgstr "Dilim bilgisi" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "3MF dosyalarının okunması için destek sağlar." +msgid "Provides support for importing profiles from g-code files." +msgstr "G-code dosyalarından profilleri içe aktarmak için destek sağlar." -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF Okuyucu" +msgid "G-code Profile Reader" +msgstr "G-code Profil Okuyucu" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Ultimaker Biçim Paketleri yazmak için destek sağlar." +msgid "Writes g-code to a compressed archive." +msgstr "G-code’u bir sıkıştırılmış arşive yazar." -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UPF Yazıcı" +msgid "Compressed G-code Writer" +msgstr "Sıkıştırılmış G-code Yazıcısı" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Çökme raporlayıcının kullanabilmesi için belirli olayları günlüğe kaydeder" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Kullanıcının oluşturduğu komut dosyalarına son işleme için izin veren uzantı" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Nöbetçi Günlükçü" +msgid "Post Processing" +msgstr "Son İşleme" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "G-code dosyalarından profilleri içe aktarmak için destek sağlar." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Belirli yerlerde desteğin yazdırılmasını engellemek için bir silici yüzey oluşturur" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-code Profil Okuyucu" +msgid "Support Eraser" +msgstr "Destek Silici" #: PreviewStage/plugin.json msgctxt "description" @@ -5900,55 +6487,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Röntgen Görüntüsü" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "CuraEngine arka dilimleme ucuna bağlantı sağlar." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Ultimaker makineleri için makine eylemleri sunar (yatak dengeleme sihirbazı, yükseltme seçme vb.)" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine Arka Uç" +msgid "Ultimaker machine actions" +msgstr "Ultimaker makine eylemleri" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "AMF dosyalarının okunması için destek sağlar." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF Okuyucu" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Bir sıkıştırılmış arşivden g-code okur." +msgid "Provides a normal solid mesh view." +msgstr "Normal gerçek bir ağ görünümü sağlar." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Sıkıştırılmış G-code Okuyucusu" +msgid "Solid View" +msgstr "Gerçek Görünüm" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Kullanıcının oluşturduğu komut dosyalarına son işleme için izin veren uzantı" +msgid "Allows loading and displaying G-code files." +msgstr "G-code dosyalarının yüklenmesine ve görüntülenmesine olanak tanır." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Son İşleme" +msgid "G-code Reader" +msgstr "G-code Okuyucu" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Cura profillerinin dışa aktarılması için destek sağlar." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Makine ayarlarının değiştirilmesini sağlar (yapı hacmi, nozül boyutu vb.)" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura Profili Yazıcı" +msgid "Machine Settings Action" +msgstr "Makine Ayarları eylemi" #: USBPrinting/plugin.json msgctxt "description" @@ -5960,415 +6547,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB yazdırma" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Cura’da hazırlık aşaması sunar." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Malzemeleri yazıcılarla senkronize et" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Hazırlık Aşaması" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Değişikliklerin etkili olması için {} uygulamasını kapatarak yeniden başlatmalısınız." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "G-code dosyalarının yüklenmesine ve görüntülenmesine olanak tanır." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Senkronize ediliyor..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-code Okuyucu" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Ultimaker hesabınızda değişiklik tespit edildi" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "2D resim dosyasından yazdırılabilir geometri oluşturulmasını sağlar." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Malzeme ve yazılım paketlerini hesabınızla senkronize etmek istiyor musunuz?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Resim Okuyucu" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Senkronize et" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Ultimaker makineleri için makine eylemleri sunar (yatak dengeleme sihirbazı, yükseltme seçme vb.)" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Reddet ve hesaptan kaldır" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker makine eylemleri" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{} eklenti indirilemedi" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "G-code’u bir sıkıştırılmış arşive yazar." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Eklenti Lisans Anlaşması" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Sıkıştırılmış G-code Yazıcısı" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Resim Dönüştürülüyor..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Bellenim güncellemelerini denetler." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "Yapı levhasındaki milimetre cinsinden genişlik." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Bellenim Güncelleme Denetleyicisi" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Mağaza" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Anonim dilim bilgisi gönderir. Tercihlerden devre dışı bırakılabilir." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Pakette değişikliklerin geçerli olması için Cura’yı yeniden başlatmalısınız." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Dilim bilgisi" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Yükle" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "XML tabanlı malzeme profillerini okuma ve yazma olanağı sağlar." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Yüklü" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Malzeme Profilleri" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Digital Library'ye bağlanarak Cura'nın Digital Library'deki dosyaları açmasına ve kaydetmesine olanak tanır." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Web Mağazasına Git" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Malzeme ara" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Yeni Cura paketleri bulun, yönetin ve kurun." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Uyumluluk" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Araç kutusu" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Makine" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "G-code’u bir dosyaya yazar." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Baskı tepsisi" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "G-code Yazıcı" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Destek" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Simülasyon görünümünü sunar." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Kalite" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Simülasyon Görünümü" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Teknik Veri Sayfası" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Yapılandırmaları Cura 4.5'ten Cura 4.6'ya yükseltir." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Güvenlik Veri Sayfası" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "4.5'ten 4.6'ya Sürüm Yükseltme" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Yazdırma Talimatları" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Yapılandırmaları Cura 2.5’ten Cura 2.6’ya yükseltir." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Web sitesi" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "2.5’ten 2.6’ya Sürüm Yükseltme" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Yükleme ve güncelleme yapabilmek için oturum açın" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Yapılandırmaları Cura 4.6.0'dan Cura 4.6.2'ye yükseltir." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Malzeme makarası satın al" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "4.6.0'dan 4.6.2'ye Sürüm Yükseltme" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Güncelle" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Yapılandırmaları Cura 4.7'den Cura 4.8'e yükseltir." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Güncelleniyor" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "4.7'den 4.8'e Sürüm Yükseltme" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Güncellendi" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Yapılandırmaları Cura 3.4’ten Cura 3.5’e yükseltir." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Geri" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "3.4’ten 3.5’e Sürüm Yükseltme" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Eklentiler" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Yüklü" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Yeniden başlatıldığında kurulacak" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Güncelleme yapabilmek için oturum açın" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Eski Sürümü Yükle" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Yapılandırmaları Cura 2.1’den Cura 2.2’ye yükseltir." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Kaldır" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "2.1’den 2.2’ye Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Topluluk Katkıları" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Yapılandırmaları Cura 3.2’ten Cura 3.3’ya yükseltir." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Topluluk Eklentileri" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "3.2'dan 3.3'e Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Genel Materyaller" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Yapılandırmaları Cura 4.8'den Cura 4.9'a yükseltir." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Paketler alınıyor..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "4.8'den 4.9'a Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Web sitesi" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Yapılandırmaları Cura 4.6.2'den Cura 4.7'ye yükseltir." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "E-posta" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "4.6.2'den 4.7'ye Sürüm Yükseltme" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Ultimaker Cura Enterprise için onaylı eklenti ve malzemeleri almak için lütfen oturum açın" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Yapılandırmaları Cura 4.2'den Cura 4.3'e yükseltir." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Sürüm" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "4.2'den 4.3'e Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Son güncelleme" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Yapılandırmaları Cura 4.3'ten Cura 4.4'e yükseltir." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "İndirmeler" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "4.3'ten 4.4'e Sürüm Yükseltme" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Yüklü eklentiler" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Yapılandırmaları Cura 4.9'dan Cura 4.10'a yükseltir." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Hiç eklenti yüklenmedi." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "4.9'dan 4.10'a Sürüm Yükseltme" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Yüklü malzemeler" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Yapılandırmaları Cura 2.7’den Cura 3.0’a yükseltir." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Hiç malzeme yüklenmedi." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "2.7’den 3.0’a Sürüm Yükseltme" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Paketli eklentiler" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Yapılandırmaları Cura 2.6’dan Cura 2.7’ye yükseltir." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Paketli malzemeler" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "2.6’dan 2.7’ye Sürüm Yükseltme" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Cura Paket veri tabanına bağlanılamadı. Lütfen bağlantınızı kontrol edin." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Yapılandırmaları Cura 4.11'den Cura 4.12'ye yükseltir." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Paketi yüklemek için lisansı kabul etmeniz gerekir" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "4.11'den 4.12'ye Sürüm Yükseltme" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Hesabınızda değişiklik var" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Yapılandırmaları Cura 3.3’ten Cura 3.4’ya yükseltir." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Kapat" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "3.3'dan 3.4'e Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Aşağıdaki paketler eklenecek:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Yapılandırmaları Cura 3.0'dan Cura 3.1'e yükseltir." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Aşağıdaki paketler uyumsuz Cura sürümü nedeniyle yüklenemiyor:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "3.0'dan 3.1'e Sürüm Yükseltme" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Kaldırmayı onayla" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Yapılandırmaları Cura 4.0’dan Cura 4.1’e yükseltir." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Kullanımda olan materyalleri ve/veya profilleri kaldırıyorsunuz. Onay verirseniz aşağıdaki materyaller/profiller varsayılan değerlerine sıfırlanacaktır." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "4.0’dan 4.1’e Sürüm Yükseltme" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Malzemeler" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Yapılandırmaları Cura 4.4'ten Cura 4.5'e yükseltir." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Profiller" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "4.4'ten 4.5'e Sürüm Yükseltme" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Onayla" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Yapılandırmaları Cura 2.2’den Cura 2.4’e yükseltir." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Bu yazdırmada bazı şeyler sorunlu olabilir. Ayarlama için ipuçlarını görmek için tıklayın." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "2.2’den 2.4’e Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Düzlemsel nesnelerin işlenmesi için destek kitaplığı" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Yapılandırmaları Cura 4.1'den Cura 4.2'ye yükseltir." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Bazı profil ayarlarını özelleştirdiniz.\n" +#~ "Profiller arasında geçiş yapıldıktan sonra bu değişiklikleri tutmak ister misiniz?\n" +#~ "Alternatif olarak, '%1' üzerinden varsayılanları yüklemek için değişiklikleri silebilirsiniz." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Sürüm 4.1'den 4.2'ye Yükseltme" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "&Yapı levhası" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Yapılandırmaları Cura 3.5’ten Cura 4.0’a yükseltir." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Oluştur" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "3.5’ten 4.0’a Sürüm Yükseltme" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Çoğalt" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Ultimaker ağındaki yazıcılar için ağ bağlantılarını yönetir." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Yazıcı: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker Ağ Bağlantısı" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Profili geçerli ayarlar/geçersiz kılmalar ile güncelle" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Model dosyalarını okuma desteği sağlar." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Tema:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh Okuyucu" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Bu değişikliklerinin geçerli olması için uygulamayı yeniden başlatmanız gerekecektir." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Ultimaker Biçim Paketlerinin okunması için destek sağlar." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Daha fazla bilgi" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP Okuyucu" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Oluştur" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Normal gerçek bir ağ görünümü sağlar." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Yazıcılarla Senkronize Et" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Gerçek Görünüm" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Yazıcı" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "3MF dosyalarının yazılması için destek sağlar." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Birim" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MF Yazıcı" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Çevrimiçi Sorun Giderme Kılavuzunu" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Cura’da görüntüleme aşaması sunar." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Mağazadan daha fazla malzeme ekle" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Görüntüleme Aşaması" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Tüm Modelleri Tüm Yapı Levhalarına Yerleştir" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Olası yazdırma sorunlarına karşı modelleri ve yazdırma yapılandırmasını kontrol eder ve öneriler verir." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Mağazayı Göster" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Model Kontrol Edici" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Yeni Cura paketleri bulun, yönetin ve kurun." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Araç kutusu" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Simülasyon görünümünü sunar." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/tr_TR/fdmextruder.def.json.po b/resources/i18n/tr_TR/fdmextruder.def.json.po index e4fc701181..7993fed613 100644 --- a/resources/i18n/tr_TR/fdmextruder.def.json.po +++ b/resources/i18n/tr_TR/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:03+0200\n" "Last-Translator: Bothof \n" "Language-Team: Turkish\n" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index f3362c7c9f..db4073f7ac 100644 --- a/resources/i18n/tr_TR/fdmprinter.def.json.po +++ b/resources/i18n/tr_TR/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2022-01-10 12:00+0100\n" "Last-Translator: Lionbridge \n" "Language-Team: Turkish , Turkish \n" @@ -466,8 +466,8 @@ msgstr "Makinenin Başlığı ve Fan Poligonu" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Yazıcı başlığının 2B taslağı (fan başlıkları dahil)." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -739,6 +739,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "Besleyiciye malzeme veren çarkın çapı." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -959,6 +969,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Duvar sayısı. Bu değer, duvar kalınlığıyla hesaplandığında tam sayıya yuvarlanır." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -990,14 +1050,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Geri çekmelerin sayısını ve kat edilen mesafeyi azaltmak için duvarların yazdırıldığı sırayı optimize edin. Çoğu parça, bunun etkinleştirilmesinden yararlanır, ancak bazılarının yararlanması için gerçekte daha uzun süre gerekebilir. Bu yüzden, yazdırma süresi tahminlerini optimizasyonlu ve optimizasyonsuz olarak karşılaştırın. Kenar, yapı levhası yapıştırması tipi olarak seçildiğinde ilk katman optimize edilmez." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Önce Dış Sonra İç Duvarlar" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Etkinleştirilmişse, duvarları dıştan içe doğru yazdırır. ABS gibi yüksek viskoziteli plastik kullanılırken boyutsal kesinliğin artırılmasını sağlayabilir; öte yandan dış düzey baskı kalitesini, özellikle çıkmalı kirişlerde etkileyebilir." +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1010,94 +1080,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Her katmanda ek duvar yazdırır. Bu şekilde dolgu ek duvarların arasında alır ve daha sağlam baskılar ortaya çıkar." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Duvar Çakışmalarının Telafi Edilmesi" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Halihazırda duvarın olduğu bir yere yazdırılan bir duvarın parçaları için akışı telafi eder." - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Dış Duvar Çakışmalarının Telafi Edilmesi" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Halihazırda dış duvarın olduğu bir yere yazdırılan bir dış duvarın parçaları için akışı telafi eder." +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "İç Duvar Çakışmalarının Telafi Edilmesi" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Halihazırda duvarın olduğu bir yere yazdırılan bir iç duvarın parçaları için akışı telafi eder." +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Minimum Duvar Akışı" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Bir duvar hattı için izin verilen en düşük yüzde akımdır. Duvar çakışması, mevcut bir duvara yakın duruyorsa bir duvarın akışını azaltır. Akışları bu değerden düşük olan duvarların yerine hareket hamlesi konacaktır. Bu ayarı kullanırken duvar çakışma telafisini açmanız ve iç duvardan önce dış duvarı yazdırmanız gerekir." +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Geri Çekmeyi Tercih Et" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Geri çekme etkinleştirildiğinde, akışları minimum akış eşiğinin altındaki duvarların yerini alacak hareketleri taramak yerine geri çekme kullanılır." +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Duvarlar Arasındaki Boşlukları Doldur" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Duvarların sığmadığı yerlerde duvarlar arasında kalan boşlukları doldurur." +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Hiçbir yerde" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "İnce Duvarları Yazdır" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Her bölüm" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Yatay olarak nozül boyutundan daha ince olan model parçalarını yazdırır." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Küçük Boşlukların Filtrelenmesi" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Modelin dışındaki damlalarını azaltmak için küçük boşlukları filtreleyin." +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "İnce Duvarları Yazdır" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Yatay olarak nozül boyutundan daha ince olan model parçalarını yazdırır." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2198,6 +2258,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Malzemenin soğudukça büzülmesini telafi etmek için model bu faktöre göre ölçeklenecektir." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2709,24 +2789,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "Yapı levhasına daha iyi yapışma sağlamak ve yazdırmanın genel başarı oranını artırmak için ilk birkaç katman modelin kalan kısmından daha yavaş yazdırılır. Bu hız katmanlar üzerinde giderek artar." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Filaman Akışını Eşitle" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Saniye başına geçirilen malzeme sayısının aynı kalabilmesi için normalden ince hatları daha hızlı yazdırın. Modelinizdeki parçalar ayarlarda belirtilenden daha küçük hat genişliği olan hatların yazdırılmasını gerektirebilir. Bu ayar bu tür hatlar için hız değişikliklerini kontrol eder." - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Akışı Eşitlemek için Maksimum Hız" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Akışı eşitlemek için yazdırma hızını ayarlarken kullanılan maksimum yazdırma hızı." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4463,6 +4533,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "Etek/kenar/radye yazdırmak için kullanılacak ekstruder Çoklu ekstrüzyon işlemi için kullanılır." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4627,6 +4737,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Üst radye katmanları için radye hatları arasındaki mesafe. Yüzeyin katı olabilmesi için aralık hat genişliğine eşit olmalıdır." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5127,6 +5247,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "Maksimum Çözünürlük ayarı için çözünürlük azaltıldığında izin verilen maksimum sapma. Bu değeri artırırsanız baskının doğruluğu azalacak ancak g kodu daha küçük olacaktır. Maksimum Sapma, Maksimum Çözünürlük için sınırdır, dolayısıyla iki değer çelişirse Maksimum Sapma her zaman doğru kabul edilir." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6421,6 +6551,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "İlk katman üzerindeki küçük özellikler normal baskı hızının bu yüzdesinde basılacaktır. Daha yavaş baskı, yapışma ve doğruluğu artırmaya yardımcı olabilir." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6481,6 +6641,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Modeli dosyadan indirirken modele uygulanacak olan dönüşüm matrisi." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Yazıcı başlığının 2B taslağı (fan başlıkları dahil)." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Önce Dış Sonra İç Duvarlar" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Etkinleştirilmişse, duvarları dıştan içe doğru yazdırır. ABS gibi yüksek viskoziteli plastik kullanılırken boyutsal kesinliğin artırılmasını sağlayabilir; öte yandan dış düzey baskı kalitesini, özellikle çıkmalı kirişlerde etkileyebilir." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Duvar Çakışmalarının Telafi Edilmesi" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Halihazırda duvarın olduğu bir yere yazdırılan bir duvarın parçaları için akışı telafi eder." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Dış Duvar Çakışmalarının Telafi Edilmesi" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Halihazırda dış duvarın olduğu bir yere yazdırılan bir dış duvarın parçaları için akışı telafi eder." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "İç Duvar Çakışmalarının Telafi Edilmesi" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Halihazırda duvarın olduğu bir yere yazdırılan bir iç duvarın parçaları için akışı telafi eder." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Minimum Duvar Akışı" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Bir duvar hattı için izin verilen en düşük yüzde akımdır. Duvar çakışması, mevcut bir duvara yakın duruyorsa bir duvarın akışını azaltır. Akışları bu değerden düşük olan duvarların yerine hareket hamlesi konacaktır. Bu ayarı kullanırken duvar çakışma telafisini açmanız ve iç duvardan önce dış duvarı yazdırmanız gerekir." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Geri Çekmeyi Tercih Et" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Geri çekme etkinleştirildiğinde, akışları minimum akış eşiğinin altındaki duvarların yerini alacak hareketleri taramak yerine geri çekme kullanılır." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Duvarlar Arasındaki Boşlukları Doldur" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Duvarların sığmadığı yerlerde duvarlar arasında kalan boşlukları doldurur." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Hiçbir yerde" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Her bölüm" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Küçük Boşlukların Filtrelenmesi" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Modelin dışındaki damlalarını azaltmak için küçük boşlukları filtreleyin." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Filaman Akışını Eşitle" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Saniye başına geçirilen malzeme sayısının aynı kalabilmesi için normalden ince hatları daha hızlı yazdırın. Modelinizdeki parçalar ayarlarda belirtilenden daha küçük hat genişliği olan hatların yazdırılmasını gerektirebilir. Bu ayar bu tür hatlar için hız değişikliklerini kontrol eder." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Akışı Eşitlemek için Maksimum Hız" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Akışı eşitlemek için yazdırma hızını ayarlarken kullanılan maksimum yazdırma hızı." + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "ile ayrılan, başlangıçta yürütülecek G-code komutları \\n." diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index ab248b8cae..fff194aae0 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2021-04-16 15:04+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Chinese , PCDotFan , Chinese \n" @@ -17,6027 +17,6438 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.4.1\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "不能从用户数据目录创建存档: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "准备" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "备份" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura 配置文件" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "试图在没有适当数据或元数据的情况下恢复Cura备份。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "打开压缩三角网格" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "尝试恢复的 Cura 备份版本高于当前版本。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA 数据资源交换" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "尝试恢复 Cura 备份时出现以下错误:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF 二进制" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "请在开始打印之前将材料配置文件与您的打印机同步。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF 嵌入式 JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "新材料已装载" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "斯坦福三角格式" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "同步材料与打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "压缩 COLLADA 数据资源交换" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "无法获取更新信息。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "您的 {machine_name} 可能有新功能或错误修复可用!如果打印机上的固件还不是最新版本,建议将其更新为 {latest_version} 版。" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "新 %s 稳定固件可用" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "详细了解" +msgid "How to update" +msgstr "如何更新" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "未能将材料存档保存到 {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "监控" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "未能保存材料存档" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "保存至可移动磁盘" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "未知错误。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "保存到可移动磁盘 {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "由于“打印序列”设置的值,成形空间体积高度已被减少,以防止十字轴与打印模型相冲突。" +msgid "There are no file formats available to write with!" +msgstr "没有可进行写入的文件格式!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "保存到可移动磁盘 {0} " + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "成形空间体积" +msgid "Saving" +msgstr "正在保存" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "是否确实要删除 {0}?此操作无法撤消!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "无法保存到 {0}{1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "未覆盖" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "尝试写入到 {device} 时找不到文件名。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "未知" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "无法保存到可移动磁盘 {0}:{1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "无法连接到下列打印机,因为这些打印机已在组中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "错误" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "可用的网络打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "保存到可移动磁盘 {0} :{1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "文件已保存" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "自定义配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "弹出" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "所有支持的文件类型 ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "弹出可移动设备 {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "所有文件 (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "已弹出 {0}。现在,您可以安全地拔出磁盘。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "视觉" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "安全移除硬件" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "视觉配置文件用于打印视觉原型和模型,可实现出色的视觉效果和表面质量。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "无法弹出 {0},另一个程序可能正在使用磁盘。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engineering" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "警告" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "工程配置文件用于打印功能性原型和最终用途部件,可提高准确性和减小公差。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "可移动磁盘" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "草稿" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF 文件" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "草稿配置文件用于打印初始原型和概念验证,可大大缩短打印时间。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker 格式包" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "自定义材料" +msgid "Per Model Settings" +msgstr "单一模型设置" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "自定义" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "设置对每个模型的单独设定" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "登录失败" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "更新固件" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "正在为模型寻找新位置" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura 已检测到材料配置文件尚未安装到组 {0} 中的主机打印机上。" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "正在寻找位置" +msgid "Sending materials to printer" +msgstr "正在将材料发送到打印机" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "无法在成形空间体积内放下全部模型" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "您正在尝试连接到 {0},但它不是组中的主机。您可以访问网页,将其配置为组主机。" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "找不到位置" +msgid "Not a group host" +msgstr "非组中的主机" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "无法创建材料存档以与打印机同步。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "配置组" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "无法加载材料存档以与打印机同步。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "发送打印作业" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "来自 Digital Factory 的响应似乎已损坏。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "正在将打印作业上传至打印机。" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "来自 Digital Factory 的响应缺少重要信息。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "打印作业队列已满。打印机无法接受新作业。" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "无法通过 Digital Factory 为某些打印机同步材料配置文件。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "队列已满" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "无法连接至 Digital Factory。" - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "正在载入打印机..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "正在设置偏好设置..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "请等待当前作业完成发送。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "正在初始化当前机器..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "打印错误" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "正在初始化机器管理器..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "打印作业已成功发送到打印机。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "正在初始化成形空间体积..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "数据已发送" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "正在设置场景..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"未能通过云连接您的打印机 {printer_name}。\n" +"只需将您的打印机连接到 Digital Factory,即可随时随地管理您的打印作业队列并监控您的打印结果" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "正在载入界面..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "是否进行云打印?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "正在初始化引擎..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "开始" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "了解详情" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "一次只能加载一个 G-code 文件。{0} 已跳过导入" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "您正在尝试连接未运行 Ultimaker Connect 的打印机。请将打印机更新至最新固件。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "警告" +msgid "Update your printer" +msgstr "请更新升级打印机" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "如果加载 G-code,则无法打开其他任何文件。{0} 已跳过导入" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "无法将数据上传到打印机。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "错误" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "跳过" +msgid "Network error" +msgstr "网络错误" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "关闭" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "通过网络打印" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "下一步" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "通过网络打印" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "完成" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "已通过网络连接" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "添加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "明天" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "取消" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "今天" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "组 #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "通过网络连接" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "外壁" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "从您的 Ultimaker 帐户中检测到新的打印机" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "内壁" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "正在从您的帐户添加打印机 {name} ({model})" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "表层" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... 和另外 {0} 台" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "填充" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "从 Digital Factory 添加的打印机:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "支撑填充" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "某些打印机无云连接可用" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "支撑接触面" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "这些打印机未链接到 Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "支撑" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Skirt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "要建立连接,请访问 {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "装填塔" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "保留打印机配置" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "移动" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "删除打印机" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "回抽" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "将删除 {printer_name},直到下次帐户同步为止。" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "其它" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "要永久删除 {printer_name},请访问 {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "无法打开版本说明。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "是否确实要暂时删除 {printer_name}?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura 无法启动" +msgid "Remove printers?" +msgstr "是否删除打印机?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"您即将从 Cura 中删除 {0} 台打印机。此操作无法撤消。\n" +"是否确实要继续?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    糟糕,Ultimaker Cura 似乎遇到了问题。

    \n" -"

    在启动时发生了不可修复的错误。这可能是因某些配置文件出错导致的。建议您备份并重置配置。

    \n" -"

    您可在配置文件夹中找到备份。

    \n" -"

    请向我们发送此错误报告,以便解决问题。

    \n" -" " +"您即将从 Cura 中删除所有打印机。此操作无法撤消。\n" +"是否确定继续?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "向 Ultimaker 发送错误报告" +msgid "Print via cloud" +msgstr "通过云打印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "显示详细的错误报告" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "通过云打印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "显示配置文件夹" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "通过云连接" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "备份并重置配置" +msgid "Monitor print" +msgstr "监控打印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "错误报告" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "在 Ultimaker Digital Factory 中跟踪打印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "上传打印作业时出现未知错误代码:{0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "三维模型的助理" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " msgstr "" -"

    Cura 发生了严重错误。请将这份错误报告发送给我们以便修复问题

    \n" -"

    请使用“发送报告”按钮将错误报告自动发布到我们的服务器

    \n" -" " +"

    由于模型的大小和材质的配置,一个或多个3D模型可能无法最优地打印:

    \n" +"

    {model_names}

    \n" +"

    找出如何确保最好的打印质量和可靠性.

    \n" +"

    查看打印质量指南

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "系统信息" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "启用“单线打印”后,Cura 将无法准确地显示打印层。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "未知" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "仿真视图" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura 版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "由于需要先切片,因此未显示任何内容。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Cura 语言" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "无层可显示" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "操作系统语言" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "不再显示此消息" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "平台" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "分层视图" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt 版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "GCodeWriter 不支持非文本模式。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt 版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "导出前请先准备 G-code。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "GCode 文件" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "尚未初始化
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "写入 3mf 文件时出错。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL 版本: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "3MF 编写器插件已损坏。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL 供应商: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "没有可写入的工作区。请先添加打印机。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL 渲染器: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "没有在此处写入工作区的权限。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "错误追溯" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "操作系统不允许向此位置或用此文件名保存项目文件。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "日志" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF 文件" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "发送报告" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura 项目 3MF 文件" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "无法开始新的登录过程。请检查是否仍在尝试进行另一登录。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "压缩 G-code 文件" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "无法连接 Ultimaker 帐户服务器。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "发生意外错误,切片失败。请于问题跟踪器上报告错误。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "切片失败" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "报告错误" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "在 Ultimaker Cura 问题跟踪器上报告错误。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 +msgctxt "@info:status" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "无法使用当前材料进行切片,因为该材料与所选机器或配置不兼容。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Log-in failed" -msgstr "登录失败" +msgid "Unable to slice" +msgstr "无法切片" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "所提供的状态不正确。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "无法使用当前设置进行切片。以下设置存在错误:{0}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "使用帐户服务器进行身份验证超时。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "因部分特定模型设置而无法切片。 以下设置在一个或多个模型上存在错误: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "在授权此应用程序时,须提供所需权限。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "无法切片(原因:主塔或主位置无效)。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "尝试登录时出现意外情况,请重试。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "无法切片,因为存在与已禁用挤出机 %s 相关联的对象。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "无法读取响应。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"请检查设置并检查您的模型是否:\n" +"- 适合构建体积\n" +"- 分配给了已启用的挤出器\n" +"- 尚未全部设置为修改器网格" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "复制并放置模型" +msgid "Processing Layers" +msgstr "正在处理层" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "放置模型" +msgid "Information" +msgstr "信息" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "放置模型" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D 文件" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "不支持" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG 图像" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG 图像" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG 图像" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP 图像" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF 图像" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 msgctxt "@label" msgid "Nozzle" msgstr "喷嘴" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "已根据挤出机的当前可用性更改设置:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "项目文件 {0} 包含未知机器类型 {1}。无法导入机器。将改为导入模型。" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" -msgid "Settings updated" -msgstr "设置已更新" - -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "挤出机已禁用" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "文件已存在" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "文件 {0} 已存在。您确定要覆盖它吗?" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "文件 URL 无效:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "无法将配置文件导出至 {0} {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "无法将配置文件导出至 {0} : 写入器插件报告故障。" +msgid "Open Project File" +msgstr "打开项目文件" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "配置文件已导出至: {0} " +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "突然无法访问项目文件 {0}{1}。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 msgctxt "@info:title" -msgid "Export succeeded" -msgstr "导出成功" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "无法从 {0} 导入配置文件:{1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "无法在添加打印机前从 {0} 导入配置文件。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "没有可导入文件 {0} 的自定义配置文件" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "无法从 {0} 导入配置文件:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "此配置文件 {0} 包含错误数据,无法导入。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "无法从 {0} 导入配置文件:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "已成功导入配置文件 {0}。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "文件 {0} 不包含任何有效的配置文件。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "配置 {0} 文件类型未知或已损坏。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "自定义配置文件" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "配置文件缺少打印质量类型定义。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "尚无处于活动状态的打印机。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "无法添加配置文件。" +msgid "Can't Open Project File" +msgstr "无法打开项目文件" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "质量类型“{0}”与当前有效的机器定义“{1}”不兼容。" +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "项目文件 {0} 损坏: {1}。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "警告:配置文件不可见,因为其质量类型“{0}”对当前配置不可用。请切换到可使用此质量类型的材料/喷嘴组合。" +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "项目文件 {0} 是用此 Ultimaker Cura 版本未识别的配置文件制作的。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "单一模型设置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "推荐" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "设置对每个模型的单独设定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "自定义" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura 配置文件" +msgid "3MF File" +msgstr "3MF 文件" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D 文件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "无法写入到 UFP 文件:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "尝试恢复您的备份时出错。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 配置文件" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "备份" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "上传您的备份时出错。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "正在创建您的备份..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "创建您的备份时出错。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "正在上传您的备份..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "您的备份已完成上传。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "备份超过了最大文件大小。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "管理备份" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "打印机设置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "备份" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "尝试恢复您的备份时出错。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "无法读取示例数据文件。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "GCodeGzWriter 不支持文本模式。" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "后期处理" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "修改 G-Code" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "支撑拦截器" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "创建一个不打印支撑的体积。" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "可移动磁盘" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "保存至可移动磁盘" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "预览" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "保存到可移动磁盘 {0}" +msgid "X-Ray view" +msgstr "透视视图" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "没有可进行写入的文件格式!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "调平打印平台" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "保存到可移动磁盘 {0} " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "选择升级" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "正在保存" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "无法保存到 {0}{1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "尝试写入到 {device} 时找不到文件名。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "无法保存到可移动磁盘 {0}:{1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "保存到可移动磁盘 {0} :{1}" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "突出显示的区域指示缺少或多余的表面。修复模型,并再次在 Cura 中打开。" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "文件已保存" +msgid "Model Errors" +msgstr "模型错误" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "弹出" +msgid "Learn more" +msgstr "详细了解" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "弹出可移动设备 {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "实体视图" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "已弹出 {0}。现在,您可以安全地拔出磁盘。" +msgid "Parsing G-code" +msgstr "解析 G-code" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "安全移除硬件" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "无法弹出 {0},另一个程序可能正在使用磁盘。" - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "更新固件" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 配置文件" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "推荐" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "自定义" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "项目文件 {0} 包含未知机器类型 {1}。无法导入机器。将改为导入模型。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "打开项目文件" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "突然无法访问项目文件 {0}{1}。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "无法打开项目文件" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "项目文件 {0} 损坏: {1}。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "项目文件 {0} 是用此 Ultimaker Cura 版本未识别的配置文件制作的。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF 文件" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "无法写入到 UFP 文件:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 -#: /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker 格式包" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "GCode 文件" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "预览" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "透视视图" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "正在处理层" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "信息" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "发生意外错误,切片失败。请于问题跟踪器上报告错误。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "切片失败" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "报告错误" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "在 Ultimaker Cura 问题跟踪器上报告错误。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "无法使用当前材料进行切片,因为该材料与所选机器或配置不兼容。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "无法切片" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "无法使用当前设置进行切片。以下设置存在错误:{0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "因部分特定模型设置而无法切片。 以下设置在一个或多个模型上存在错误: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "无法切片(原因:主塔或主位置无效)。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "无法切片,因为存在与已禁用挤出机 %s 相关联的对象。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"请检查设置并检查您的模型是否:\n" -"- 适合构建体积\n" -"- 分配给了已启用的挤出器\n" -"- 尚未全部设置为修改器网格" +msgid "G-code Details" +msgstr "G-code 详细信息" -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF 文件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "发送文件之前,请确保 G-code 适用于当前打印机和打印机配置。当前 G-code 文件可能不准确。" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "压缩 G-code 文件" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "后期处理" +msgid "G File" +msgstr "G 文件" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "修改 G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "打印机设置" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB 联机打印" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "通过 USB 联机打印" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "通过 USB 联机打印" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "通过 USB 连接" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "正在进行 USB 打印,关闭 Cura 将停止此打印。您确定吗?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "正在进行打印在上一次打印完成之前,Cura 无法通过 USB 启动另一次打印。" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "正在进行打印" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "准备" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "解析 G-code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-code 详细信息" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "发送文件之前,请确保 G-code 适用于当前打印机和打印机配置。当前 G-code 文件可能不准确。" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G 文件" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "正在载入打印机..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG 图像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "正在设置偏好设置..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG 图像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "正在初始化当前机器..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG 图像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "正在初始化机器管理器..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP 图像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "正在初始化成形空间体积..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF 图像" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "正在设置场景..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "调平打印平台" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "正在载入界面..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "选择升级" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "正在初始化引擎..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "GCodeGzWriter 不支持文本模式。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "无法获取更新信息。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "一次只能加载一个 G-code 文件。{0} 已跳过导入" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "您的 {machine_name} 可能有新功能或错误修复可用!如果打印机上的固件还不是最新版本,建议将其更新为 {latest_version} 版。" +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "如果加载 G-code,则无法打开其他任何文件。{0} 已跳过导入" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "新 %s 稳定固件可用" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "如何更新" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "视觉" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "无法读取示例数据文件。" +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "视觉配置文件用于打印视觉原型和模型,可实现出色的视觉效果和表面质量。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "需要退出并重新启动 {},然后更改才能生效。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engineering" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "正在同步..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "工程配置文件用于打印功能性原型和最终用途部件,可提高准确性和减小公差。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "检测到您的 Ultimaker 帐户有更改" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "草稿" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "是否要与您的帐户同步材料和软件包?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "草稿配置文件用于打印初始原型和概念验证,可大大缩短打印时间。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "同步" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "未覆盖" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "拒绝并从帐户中删除" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "是否确实要删除 {0}?此操作无法撤消!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{} 个插件下载失败" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "未知" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "拒绝" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "无法连接到下列打印机,因为这些打印机已在组中" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "同意" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "可用的网络打印机" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "插件许可协议" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "已计算" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "GCodeWriter 不支持非文本模式。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "请在开始打印之前将材料配置文件与您的打印机同步。" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "导出前请先准备 G-code。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "新材料已装载" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "启用“单线打印”后,Cura 将无法准确地显示打印层。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "仿真视图" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "自定义材料" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "由于需要先切片,因此未显示任何内容。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "自定义" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "无层可显示" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "自定义配置文件" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "不再显示此消息" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "所有支持的文件类型 ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "分层视图" +msgid "All Files (*)" +msgstr "所有文件 (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "通过网络打印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "无法创建材料存档以与打印机同步。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "通过网络打印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "无法加载材料存档以与打印机同步。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "已通过网络连接" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "来自 Digital Factory 的响应似乎已损坏。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "明天" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "来自 Digital Factory 的响应缺少重要信息。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "今天" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "无法通过 Digital Factory 为某些打印机同步材料配置文件。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "通过网络连接" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "无法连接至 Digital Factory。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "请等待当前作业完成发送。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "不能从用户数据目录创建存档: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "打印错误" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "试图在没有适当数据或元数据的情况下恢复Cura备份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "打印作业已成功发送到打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "尝试恢复的 Cura 备份版本高于当前版本。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "数据已发送" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "尝试恢复 Cura 备份时出现以下错误:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "您正在尝试连接未运行 Ultimaker Connect 的打印机。请将打印机更新至最新固件。" +msgid "Finding new location for objects" +msgstr "正在为模型寻找新位置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "请更新升级打印机" +msgid "Finding Location" +msgstr "正在寻找位置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "打印作业队列已满。打印机无法接受新作业。" +msgid "Unable to find a location within the build volume for all objects" +msgstr "无法在成形空间体积内放下全部模型" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "队列已满" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "发送打印作业" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "正在将打印作业上传至打印机。" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura 已检测到材料配置文件尚未安装到组 {0} 中的主机打印机上。" +msgid "Can't Find Location" +msgstr "找不到位置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "正在将材料发送到打印机" +msgid "Login failed" +msgstr "登录失败" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "无法将数据上传到打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "外壁" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "网络错误" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "内壁" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "您正在尝试连接到 {0},但它不是组中的主机。您可以访问网页,将其配置为组主机。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "表层" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "非组中的主机" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "填充" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "配置组" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "支撑填充" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"未能通过云连接您的打印机 {printer_name}。\n" -"只需将您的打印机连接到 Digital Factory,即可随时随地管理您的打印作业队列并监控您的打印结果" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "支撑接触面" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "是否进行云打印?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "支撑" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "开始" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Skirt" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "了解详情" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "装填塔" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "通过云打印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "移动" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "通过云打印" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "通过云连接" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "监控打印" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "在 Ultimaker Digital Factory 中跟踪打印" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "上传打印作业时出现未知错误代码:{0}" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "从您的 Ultimaker 帐户中检测到新的打印机" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "回抽" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "正在从您的帐户添加打印机 {name} ({model})" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "其它" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... 和另外 {0} 台" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "组 #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "从 Digital Factory 添加的打印机:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "无法打开版本说明。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "某些打印机无云连接可用" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "跳过" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "这些打印机未链接到 Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "关闭" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "添加" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "要建立连接,请访问 {website_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "完成" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "保留打印机配置" +msgid "Cancel" +msgstr "取消" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 msgctxt "@action:button" -msgid "Remove printers" -msgstr "删除打印机" +msgid "Next" +msgstr "下一步" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "将删除 {printer_name},直到下次帐户同步为止。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "由于“打印序列”设置的值,成形空间体积高度已被减少,以防止十字轴与打印模型相冲突。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "要永久删除 {printer_name},请访问 {digital_factory_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "成形空间体积" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "是否确实要暂时删除 {printer_name}?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "未能将材料存档保存到 {}:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "未能保存材料存档" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "未知错误。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 msgctxt "@title:window" -msgid "Remove printers?" -msgstr "是否删除打印机?" +msgid "File Already Exists" +msgstr "文件已存在" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"您即将从 Cura 中删除 {0} 台打印机。此操作无法撤消。\n" -"是否确实要继续?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"您即将从 Cura 中删除所有打印机。此操作无法撤消。\n" -"是否确定继续?" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "文件 {0} 已存在。您确定要覆盖它吗?" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "打开压缩三角网格" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "文件 URL 无效:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA 数据资源交换" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "不支持" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF 二进制" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF 嵌入式 JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "已根据挤出机的当前可用性更改设置:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "斯坦福三角格式" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "设置已更新" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "压缩 COLLADA 数据资源交换" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "挤出机已禁用" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "突出显示的区域指示缺少或多余的表面。修复模型,并再次在 Cura 中打开。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "无法将配置文件导出至 {0} {1}" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "模型错误" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "无法将配置文件导出至 {0} : 写入器插件报告故障。" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "实体视图" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "配置文件已导出至: {0} " -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "写入 3mf 文件时出错。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "导出成功" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "3MF 编写器插件已损坏。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "无法从 {0} 导入配置文件:{1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "没有可写入的工作区。请先添加打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "无法在添加打印机前从 {0} 导入配置文件。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "没有在此处写入工作区的权限。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "没有可导入文件 {0} 的自定义配置文件" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "操作系统不允许向此位置或用此文件名保存项目文件。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "无法从 {0} 导入配置文件:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF 文件" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "此配置文件 {0} 包含错误数据,无法导入。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura 项目 3MF 文件" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "无法从 {0} 导入配置文件:" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "监控" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "已成功导入配置文件 {0}。" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "三维模型的助理" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "文件 {0} 不包含任何有效的配置文件。" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 #, python-brace-format msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    由于模型的大小和材质的配置,一个或多个3D模型可能无法最优地打印:

    \n" -"

    {model_names}

    \n" -"

    找出如何确保最好的打印质量和可靠性.

    \n" -"

    查看打印质量指南

    " - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "网格类型" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "正常模式" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" -msgstr "打印为支撑" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "修改重叠设置" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "配置 {0} 文件类型未知或已损坏。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 msgctxt "@label" -msgid "Don't support overlaps" -msgstr "不支持重叠" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" -msgstr "仅填充网格" +msgid "Custom profile" +msgstr "自定义配置文件" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" -msgstr "切割网格" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "配置文件缺少打印质量类型定义。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "选择设置" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "尚无处于活动状态的打印机。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "选择对此模型的自定义设置" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "无法添加配置文件。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "筛选..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "质量类型“{0}”与当前有效的机器定义“{1}”不兼容。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "显示全部" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "警告:配置文件不可见,因为其质量类型“{0}”对当前配置不可用。请切换到可使用此质量类型的材料/喷嘴组合。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura 备份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "复制并放置模型" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura 版本" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "放置模型" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "机器" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "放置模型" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "材料" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "无法开始新的登录过程。请检查是否仍在尝试进行另一登录。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "无法连接 Ultimaker 帐户服务器。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "插件" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "登录失败" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "想要更多?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "无法读取响应。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "立即备份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "所提供的状态不正确。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "自动备份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "使用帐户服务器进行身份验证超时。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "在 Cura 每天启动时自动创建备份。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "在授权此应用程序时,须提供所需权限。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "恢复" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "尝试登录时出现意外情况,请重试。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "删除备份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura 无法启动" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "您确定要删除此备份吗?此操作无法撤销。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    糟糕,Ultimaker Cura 似乎遇到了问题。

    \n" +"

    在启动时发生了不可修复的错误。这可能是因某些配置文件出错导致的。建议您备份并重置配置。

    \n" +"

    您可在配置文件夹中找到备份。

    \n" +"

    请向我们发送此错误报告,以便解决问题。

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "恢复备份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "向 Ultimaker 发送错误报告" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "您需要重新启动 Cura 才能恢复备份。您要立即关闭 Cura 吗?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "显示详细的错误报告" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "备份并同步您的 Cura 设置。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "显示配置文件夹" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "登录" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "备份并重置配置" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "我的备份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "错误报告" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "您目前没有任何备份。使用“立即备份”按钮创建一个备份。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Cura 发生了严重错误。请将这份错误报告发送给我们以便修复问题

    \n" +"

    请使用“发送报告”按钮将错误报告自动发布到我们的服务器

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "在预览阶段,将限制为 5 个可见备份。移除一个备份以查看更早的备份。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "系统信息" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "打印机设置" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "未知" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (宽度)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura 版本" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "mm" -msgstr "mm" +msgid "Cura language" +msgstr "Cura 语言" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (深度)" +msgid "OS language" +msgstr "操作系统语言" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (高度)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "平台" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Build plate shape" -msgstr "打印平台形状" +msgid "Qt version" +msgstr "Qt 版本" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Origin at center" -msgstr "置中" +msgid "PyQt version" +msgstr "PyQt 版本" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "加热床" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated build volume" -msgstr "加热的构建体积" +msgid "Not yet initialized
    " +msgstr "尚未初始化
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "G-code 风格" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL 版本: {version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "打印头设置" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL 供应商: {vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X 最小值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL 渲染器: {renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y 最小值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "错误追溯" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X 最大值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "日志" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y 最大值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "发送报告" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "十字轴高度" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"请确保您的打印机已连接:\n" +"- 检查打印机是否已启动。\n" +"- 检查打印机是否连接至网络。\n" +"- 检查您是否已登录查找云连接的打印机。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "挤出机数目" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "请将打印机连接到网络。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "将挤出器偏移量应用于 GCode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "查看联机用户手册" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "开始 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "为了从 Cura 监控您的打印,请连接打印机。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "结束 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "选择对此模型的自定义设置" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "喷嘴设置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "筛选..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "显示全部" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "喷嘴孔径" +msgid "Mesh Type" +msgstr "网格类型" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "兼容的材料直径" +msgid "Normal model" +msgstr "正常模式" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "喷嘴偏移 X" +msgid "Print as support" +msgstr "打印为支撑" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "喷嘴偏移 Y" +msgid "Modify settings for overlaps" +msgstr "修改重叠设置" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "冷却风扇数量" +msgid "Don't support overlaps" +msgstr "不支持重叠" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "挤出机的开始 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "仅填充网格" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "挤出机的结束 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "切割网格" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "选择设置" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "更新固件" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "固件是直接在 3D 打印机上运行的一个软件。此固件控制步进电机,调节温度并最终使打印机正常工作。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "新打印机出厂配备的固件完全可以正常使用,但新版本往往具有更多的新功能和改进。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "自动升级固件" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "上传自定义固件" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "未连接打印机,无法更新固件。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "与打印机间的连接不支持固件更新,因此无法更新固件。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "选择自定义固件" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "固件升级" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "更新固件中..." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "固件更新已完成。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "由于未知错误,固件更新失败。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "由于通信错误,导致固件升级失败。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "由于输入/输出错误,导致固件升级失败。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "由于固件丢失,导致固件升级失败。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "打开项目" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "更新已有配置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "已中止" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "新建" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "已完成" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "摘要 - Cura 项目" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "正在准备..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "打印机设置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "正在中止..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "机器的设置冲突应如何解决?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "失败" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "类型" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "正在暂停..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "打印机组" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "已暂停" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "配置文件设置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "正在恢复..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "配置文件中的冲突如何解决?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "需要采取行动" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "名字" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "完成 %1 于 %2" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Intent" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "管理打印机" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "不在配置文件中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "玻璃" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 重写" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "请及时更新打印机固件以远程管理打印队列。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "衍生自" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "无法从 Ultimaker Cura 中查看云打印机的网络摄像头馈送。请单击“管理打印机”以访问 Ultimaker Digital Factory 并查看此网络摄像头。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 重写" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "正在加载..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "材料设置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "不可用" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "材料的设置冲突应如何解决?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "无法连接" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "设置可见性" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "空闲" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "模式" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "打印" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "可见设置:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "未命名" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 / %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "匿名" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "加载项目将清除打印平台上的所有模型。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "需要更改配置" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Open" -msgstr "打开" +msgid "Details" +msgstr "详细信息" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "后期处理插件" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "后期处理脚本" +msgid "Configuration Changes" +msgstr "配置更改" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "添加一个脚本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "覆盖" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Settings" -msgstr "设置" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "更改处于活动状态的后期处理脚本。" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "以下脚本处于活动状态:" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "转换图像..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "每个像素与底板的最大距离" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "高度 (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "距离打印平台的底板高度,以毫米为单位。" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "分配的打印机 %1 需要以下配置更改:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "底板 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "已向打印机 %1 分配作业,但作业包含未知的材料配置。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "打印平台宽度,以毫米为单位。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "将材料 %1 从 %2 更改为 %3。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "宽度 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "将 %3 作为材料 %1 进行加载(此操作无法覆盖)。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "打印平台深度,以毫米为单位" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "将 Print Core %1 从 %2 更改为 %3。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "深度 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "将打印平台更改为 %1(此操作无法覆盖)。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "在影像浮雕中,为了阻挡更多光源通过,深色像素应对应于较厚的位置。在高度图中,浅色像素代表着更高的地形,因此浅色像素对应于生成的 3D 模型中较厚的位置。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "覆盖将使用包含现有打印机配置的指定设置。这可能会导致打印失败。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "颜色越深厚度越大" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "铝" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "颜色越浅厚度越大" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "通过网络打印" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "对于隐雕,提供一个用于半透明的简单对数模型。对于高度图,像素值与高度线性对应。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "打印" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "线性" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "打印机选择" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "半透明" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "连接到网络打印机" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "穿透 1 毫米厚的打印件的光线百分比。降低此值将增大图像暗区中的对比度并减小图像亮区中的对比度。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "欲通过网络向打印机发送打印请求,请确保您的打印机已通过网线或 WIFI 连接至网络。若不能连接 Cura 与打印机,亦可通过使用 USB 设备将 G-code 文件传输到打印机。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "1 毫米透射率 (%)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "请从以下列表中选择您的打印机:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "要应用到图像的平滑量。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "编辑" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "平滑" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "删除" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "确定" +msgid "Refresh" +msgstr "刷新" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "请选择适用于 Ultimaker Original 的升级文件" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "如果您的打印机未列出,请阅读网络打印故障排除指南" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "热床(官方版本或自制)" +msgid "Type" +msgstr "类型" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "打印平台调平" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "固件版本" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "为了确保打印质量出色,您现在可以开始调整您的打印平台。当您点击「移动到下一个位置」时,喷嘴将移动到可以调节的不同位置。" +msgid "Address" +msgstr "地址" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "在打印头停止的每一个位置下方插入一张纸,并调整平台高度。当纸张恰好被喷嘴的尖端轻微压住时,此时打印平台的高度已被正确校准。" +msgid "This printer is not set up to host a group of printers." +msgstr "这台打印机未设置为运行一组打印机。" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "开始进行打印平台调平" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "这台打印机是一组共 %1 台打印机的主机。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "该网络地址的打印机尚未响应。" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "移动到下一个位置" +msgid "Connect" +msgstr "连接" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "更多关于匿名数据收集的信息" +msgid "Invalid IP address" +msgstr "IP 地址无效" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "为了改善打印质量和用户体验,Ultimaker Cura 会收集匿名数据。以下是所有数据分享的示例:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "请输入有效的 IP 地址。" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "我不想发送匿名数据" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "打印机网络地址" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "允许发送匿名数据" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "请输入打印机在网络上的 IP 地址。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "市场" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "不可用的打印机" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "在包装更改生效之前,您需要重新启动Cura。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "第一个可用" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "退出 %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "移至顶部" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "安装" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "删除" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "已安装" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" +msgstr "恢复" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 msgctxt "@label" -msgid "Premium" -msgstr "高级" +msgid "Pausing..." +msgstr "正在暂停..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "前往网上市场" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "正在恢复..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Search materials" -msgstr "搜索材料" +msgid "Pause" +msgstr "暂停" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 msgctxt "@label" -msgid "Compatibility" -msgstr "兼容性" +msgid "Aborting..." +msgstr "正在中止..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "机器" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "中止" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "打印平台" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "您确定要将 %1 移至队列顶部吗?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "支持" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "将打印作业移至顶部" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "质量" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "您确定要删除 %1 吗?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "技术数据表" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "删除打印作业" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "安全数据表" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "您确定要中止 %1 吗?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "打印指南" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "中止打印" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "网站" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "安装或更新需要登录" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "购买材料线轴" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "更新" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "更新" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "更新" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "背部" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "插件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "安装" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "将安装后重新启动" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "更新需要登录" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "降级" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "卸载" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "社区贡献" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "社区插件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "通用材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "获取包..." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "网站" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" -msgid "Email" -msgstr "电子邮件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "请登录以获取经验证适用于 Ultimaker Cura Enterprise 的插件和材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 -msgctxt "@label" -msgid "Version" -msgstr "版本" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 -msgctxt "@label" -msgid "Last updated" -msgstr "更新日期" +msgid "Queued" +msgstr "已排队" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "品牌" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "请于浏览器中进行管理" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Downloads" -msgstr "下载项" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "已安装的插件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "尚未安装任何插件。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "已安装的材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "尚未安装任何材料。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "已捆绑的插件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "已捆绑的材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "无法连接到Cura包数据库。请检查您的连接。" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "队列中无打印任务。可通过切片和发送添加任务。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "需要接受许可证才能安装该程序包" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "您的帐户有更改" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "解除" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "下一步" +msgid "Print jobs" +msgstr "打印作业" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "将添加以下程序包:" +msgid "Total print time" +msgstr "总打印时间" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "由于 Cura 版本不兼容,无法安装以下程序包:" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "确认卸载" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "您正在卸载仍在使用的材料和/或配置文件。确认会将以下材料/配置文件重置为默认值。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "材料" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "配置文件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "确认" +msgid "Waiting for" +msgstr "等待" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "颜色方案" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "材料颜色" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "走线类型" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "速度" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "层厚度" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "走线宽度" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "流量" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "兼容模式" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "空驶" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "打印辅助结构" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "外壳" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "填充" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "开始" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "只显示顶层" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "在顶部显示 5 层打印细节" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "顶 / 底层" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "内壁" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "最小" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "最大" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "管理打印机" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "玻璃" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "请及时更新打印机固件以远程管理打印队列。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "高度 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "无法从 Ultimaker Cura 中查看云打印机的网络摄像头馈送。请单击“管理打印机”以访问 Ultimaker Digital Factory 并查看此网络摄像头。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "每个像素与底板的最大距离" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "正在加载..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "底板 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "不可用" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "距离打印平台的底板高度,以毫米为单位。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "无法连接" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "宽度 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "空闲" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "正在准备..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "深度 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "打印" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "打印平台深度,以毫米为单位" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "未命名" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "颜色越深厚度越大" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "匿名" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "颜色越浅厚度越大" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "需要更改配置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "在影像浮雕中,为了阻挡更多光源通过,深色像素应对应于较厚的位置。在高度图中,浅色像素代表着更高的地形,因此浅色像素对应于生成的 3D 模型中较厚的位置。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "详细信息" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "不可用的打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "线性" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "第一个可用" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "半透明" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "已排队" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "对于隐雕,提供一个用于半透明的简单对数模型。对于高度图,像素值与高度线性对应。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "请于浏览器中进行管理" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "1 毫米透射率 (%)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "队列中无打印任务。可通过切片和发送添加任务。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "穿透 1 毫米厚的打印件的光线百分比。降低此值将增大图像暗区中的对比度并减小图像亮区中的对比度。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "打印作业" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "平滑" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "总打印时间" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "要应用到图像的平滑量。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "等待" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "确定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "Print over network" -msgstr "通过网络打印" +msgid "Open Project" +msgstr "打开项目" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "打印" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "更新已有配置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "打印机选择" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "新建" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "配置更改" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "摘要 - Cura 项目" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "覆盖" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "分配的打印机 %1 需要以下配置更改:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "已向打印机 %1 分配作业,但作业包含未知的材料配置。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "机器的设置冲突应如何解决?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "将材料 %1 从 %2 更改为 %3。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "打印机设置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "将 %3 作为材料 %1 进行加载(此操作无法覆盖)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "类型" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "将 Print Core %1 从 %2 更改为 %3。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "打印机组" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "将打印平台更改为 %1(此操作无法覆盖)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "配置文件中的冲突如何解决?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "覆盖将使用包含现有打印机配置的指定设置。这可能会导致打印失败。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "配置文件设置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "铝" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "名字" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "已完成" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Intent" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "正在中止..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "不在配置文件中" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "已中止" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 重写" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "失败" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "衍生自" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "正在暂停..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 重写" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "已暂停" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "材料的设置冲突应如何解决?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "正在恢复..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "材料设置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "需要采取行动" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "设置可见性" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "完成 %1 于 %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "模式" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "连接到网络打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "可见设置:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "欲通过网络向打印机发送打印请求,请确保您的打印机已通过网线或 WIFI 连接至网络。若不能连接 Cura 与打印机,亦可通过使用 USB 设备将 G-code 文件传输到打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 / %2" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "请从以下列表中选择您的打印机:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "加载项目将清除打印平台上的所有模型。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Edit" -msgstr "编辑" +msgid "Open" +msgstr "打开" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "删除" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "想要更多?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "刷新" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "立即备份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "如果您的打印机未列出,请阅读网络打印故障排除指南" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "自动备份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "类型" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "在 Cura 每天启动时自动创建备份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "固件版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura 版本" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "地址" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "机器" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "这台打印机未设置为运行一组打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "材料" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "这台打印机是一组共 %1 台打印机的主机。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "配置文件" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "该网络地址的打印机尚未响应。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "插件" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "连接" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "恢复" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "IP 地址无效" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "删除备份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "请输入有效的 IP 地址。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "您确定要删除此备份吗?此操作无法撤销。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "打印机网络地址" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "恢复备份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "请输入打印机在网络上的 IP 地址。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "您需要重新启动 Cura 才能恢复备份。您要立即关闭 Cura 吗?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "移至顶部" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "备份并同步您的 Cura 设置。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "删除" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "登录" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "恢复" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "我的备份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "正在暂停..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "您目前没有任何备份。使用“立即备份”按钮创建一个备份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "正在恢复..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "在预览阶段,将限制为 5 个可见备份。移除一个备份以查看更早的备份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "暂停" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura 备份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "正在中止..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "更多关于匿名数据收集的信息" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "中止" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "您确定要将 %1 移至队列顶部吗?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "将打印作业移至顶部" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "您确定要删除 %1 吗?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "删除打印作业" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "为了改善打印质量和用户体验,Ultimaker Cura 会收集匿名数据。以下是所有数据分享的示例:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "您确定要中止 %1 吗?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "我不想发送匿名数据" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "中止打印" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "允许发送匿名数据" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"请确保您的打印机已连接:\n" -"- 检查打印机是否已启动。\n" -"- 检查打印机是否连接至网络。\n" -"- 检查您是否已登录查找云连接的打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "后期处理插件" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "请将打印机连接到网络。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" +msgstr "后期处理脚本" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "查看联机用户手册" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "添加一个脚本" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "为了从 Cura 监控您的打印,请连接打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 +msgctxt "@label" +msgid "Settings" +msgstr "设置" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "此次打印可能出现了某些问题。点击查看调整提示。" +msgid "Change active post-processing scripts." +msgstr "更改处于活动状态的后期处理脚本。" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 msgctxt "@info:tooltip" -msgid "3D View" -msgstr "3D 视图" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "以下脚本处于活动状态:" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "正视图" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "请选择适用于 Ultimaker Original 的升级文件" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "顶视图" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "热床(官方版本或自制)" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "左视图" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "打印平台调平" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "右视图" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "为了确保打印质量出色,您现在可以开始调整您的打印平台。当您点击「移动到下一个位置」时,喷嘴将移动到可以调节的不同位置。" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Object list" -msgstr "对象列表" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "在打印头停止的每一个位置下方插入一张纸,并调整平台高度。当纸张恰好被喷嘴的尖端轻微压住时,此时打印平台的高度已被正确校准。" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" -msgid "Marketplace" -msgstr "市场" +msgid "Start Build Plate Leveling" +msgstr "开始进行打印平台调平" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "文件(&F)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "移动到下一个位置" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "编辑(&E)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "视图(&V)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "设置(&S)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "扩展(&X)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "偏好设置(&R)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "帮助(&H)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "新建项目" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "你确定要开始一个新项目吗?这将清除打印平台及任何未保存的设置。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "正在切片..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "退出 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "无法切片" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Processing" -msgstr "正在处理中" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Slice" -msgstr "切片" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "开始切片流程" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" -msgid "Cancel" -msgstr "取消" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "预计时间" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "预计材料" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "无可用时间估计" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "无可用成本估计" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "预览" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "添加打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "添加已联网打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "添加未联网打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "添加云打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "等待云响应" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "在您的帐户中未找到任何打印机?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "您帐户中的以下打印机已添加到 Cura 中:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "手动添加打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "按 IP 地址添加打印机" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "输入您打印机的 IP 地址。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" -msgid "Add" -msgstr "添加" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "无法连接到设备。" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "无法连接到 Ultimaker 打印机?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "该网络地址的打印机尚未响应。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "由于是未知打印机或不是组内主机,无法添加该打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" +msgid "Technical datasheet" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" msgid "Back" -msgstr "返回" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" -msgid "Connect" -msgstr "连接" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "用户协议" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" -msgid "Decline and close" -msgstr "拒绝并关闭" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "欢迎使用 Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "拒绝" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" msgstr "" -"请按照以下步骤设置\n" -"Ultimaker Cura。此操作只需要几分钟时间。" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" -msgid "Get started" -msgstr "开始" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "登录 Ultimaker 平台" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "从 Marketplace 添加材料设置和插件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "备份和同步材料设置和插件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "在 Ultimaker 社区分享观点并获取 48,000 多名用户的帮助" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" -msgid "Skip" -msgstr "跳过" +msgid "Load more" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "创建免费的 Ultimaker 帐户" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "制造商" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "配置文件作者" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "打印机名称" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "请为您的打印机命名" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "喷嘴设置" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "未找到网络内打印机。" +msgid "Nozzle size" +msgstr "喷嘴孔径" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Refresh" -msgstr "刷新" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Add printer by IP" -msgstr "按 IP 添加打印机" +msgid "Compatible material diameter" +msgstr "兼容的材料直径" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Add cloud printer" -msgstr "添加云打印机" +msgid "Nozzle offset X" +msgstr "喷嘴偏移 X" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Troubleshooting" -msgstr "故障排除" +msgid "Nozzle offset Y" +msgstr "喷嘴偏移 Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "帮助我们改进 Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "为了改善打印质量和用户体验,Ultimaker Cura 会收集匿名数据,这些数据包括:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "机器类型" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "材料使用" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "切片数量" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "打印设置" +msgid "Cooling Fan Number" +msgstr "冷却风扇数量" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Ultimaker Cura 收集的数据不会包含任何个人信息。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "挤出机的开始 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "更多信息" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "挤出机的结束 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "新增功能" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "打印机设置" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Empty" -msgstr "空" +msgid "X (Width)" +msgstr "X (宽度)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Release Notes" -msgstr "版本说明" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "关于 %1" +msgid "Y (Depth)" +msgstr "Y (深度)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "version: %1" -msgstr "版本: %1" +msgid "Z (Height)" +msgstr "Z (高度)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "熔丝 3D 打印技术的的端对端解决方案。" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "" -"Cura 由 Ultimaker B.V. 与社区合作开发。\n" -"Cura 使用以下开源项目:" +msgid "Build plate shape" +msgstr "打印平台形状" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Graphical user interface" -msgstr "图形用户界面" +msgid "Origin at center" +msgstr "置中" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Application framework" -msgstr "应用框架" +msgid "Heated bed" +msgstr "加热床" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "G-code generator" -msgstr "G-code 生成器" +msgid "Heated build volume" +msgstr "加热的构建体积" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Interprocess communication library" -msgstr "进程间通信交互使用库" +msgid "G-code flavor" +msgstr "G-code 风格" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 -msgctxt "@label" -msgid "Programming language" -msgstr "编程语言" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "打印头设置" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "GUI framework" -msgstr "GUI 框架" +msgid "X min" +msgstr "X 最小值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "GUI framework bindings" -msgstr "GUI 框架绑定" +msgid "Y min" +msgstr "Y 最小值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "C / C++ 绑定库" +msgid "X max" +msgstr "X 最大值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Data interchange format" -msgstr "数据交换格式" +msgid "Y max" +msgstr "Y 最大值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "科学计算支持库" +msgid "Gantry Height" +msgstr "十字轴高度" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Support library for faster math" -msgstr "高速运算支持库" +msgid "Number of Extruders" +msgstr "挤出机数目" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "用于处理 STL 文件的支持库" +msgid "Apply Extruder offsets to GCode" +msgstr "将挤出器偏移量应用于 GCode" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "用于处理平面对象的支持库" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "开始 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "用于处理三角网格的支持库" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "结束 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "用于处理 3MF 文件的支持库" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "我的打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "用于文件元数据和流媒体的支持库" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "在 Ultimaker Digital Factory 中监控打印机。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" -msgstr "串口通讯库" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "在 Digital Library 中创建打印项目。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "ZeroConf 发现库" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "打印作业" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "监控打印作业并从打印历史记录重新打印。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "用插件和材料配置文件扩展 Ultimaker Cura。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "通过 Ultimaker 线上课程教学,成为 3D 打印专家。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimaker 支持" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "了解如何开始使用 Ultimaker Cura。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "提问" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "咨询 Ultimaker 社区。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "报告错误" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "向开发人员报错。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "访问 Ultimaker 网站。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "用 %1 打印所选模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "设置(&S)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "新建项目" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "你确定要开始一个新项目吗?这将清除打印平台及任何未保存的设置。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "市场" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "多边形剪辑库" +msgid "Build plate" +msgstr "打印平台" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "适用于 Python 的静态类型检查器" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "热床的目标温度。热床将加热或冷却至此温度。若设置为 0,则不使用热床。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "用于验证 SSL 可信度的根证书" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "热床当前温度。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Python 错误跟踪库" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "热床的预热温度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "取消" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "预热" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "打印前请预热热床。您可以在热床加热时继续调整相关项,让您在准备打印时不必等待热床加热完毕。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "尚未连接到打印机。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "Prusa Research 开发的多边形打包库" +msgid "Printer control" +msgstr "打印机控制" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "libnest2d 的 Python 绑定" +msgid "Jog Position" +msgstr "垛齐位置" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "支持系统密钥环访问库" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "适用于 Microsoft Windows 的 Python 扩展" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Font" -msgstr "字体" +msgid "Jog Distance" +msgstr "垛齐距离" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "SVG icons" -msgstr "SVG 图标" +msgid "Send G-code" +msgstr "发送 G-code" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "向连接的打印机发送自定义 G-code 命令。按“Enter”发送命令。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux 交叉分布应用程序部署" +msgid "Extruder" +msgstr "挤出机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "热端的目标温度。 热端将加热或冷却至此温度。 如果目标温度为 0,则热端加热将关闭。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "该热端的当前温度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "热端的预热温度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "打印前请预热热端。您可以在热端加热时继续调整打印机,而不必等待热端加热完毕再做好打印准备。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "该挤出机中材料的颜色。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "该挤出机中的材料。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "该挤出机所使用的喷嘴。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "打开文件" +msgid "Open project file" +msgstr "打开项目文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "我们已经在您所选择的文件中找到一个或多个项目文件,但一次只能打开一个项目文件。我们建议只从那些文件中导入模型而不打开项目。您要继续操作吗?" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "这是一个 Cura 项目文件。您想将其作为一个项目打开还是从中导入模型?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "记住我的选择" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 msgctxt "@action:button" -msgid "Import all as models" -msgstr "导入所有模型" +msgid "Open as project" +msgstr "作为项目打开" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "导入模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 msgctxt "@title:window" msgid "Save Project" msgstr "保存项目" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 msgctxt "@action:label" msgid "Extruder %1" msgstr "挤出机 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 msgctxt "@action:label" msgid "%1 & material" msgstr "%1 & 材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 msgctxt "@action:label" msgid "Material" msgstr "材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 msgctxt "@action:label" msgid "Don't show project summary on save again" msgstr "保存时不再显示项目摘要" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 msgctxt "@action:button" msgid "Save" msgstr "保存" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "舍弃或保留更改" +msgid "Open file(s)" +msgstr "打开文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"您已经自定义了若干配置文件设置。\n" -"是否要在切换配置文件后保留这些更改的设置?\n" -"或者,也可舍弃更改以从“%1”加载默认值。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "我们已经在您所选择的文件中找到一个或多个项目文件,但一次只能打开一个项目文件。我们建议只从那些文件中导入模型而不打开项目。您要继续操作吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "配置文件设置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "导入所有模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "当前更改" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "关于 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "总是询问" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" +msgstr "版本: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "舍弃更改,并不再询问此问题" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "熔丝 3D 打印技术的的端对端解决方案。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "保留更改,并不再询问此问题" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "" +"Cura 由 Ultimaker B.V. 与社区合作开发。\n" +"Cura 使用以下开源项目:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "舍弃更改" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" -msgstr "保留更改" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "打开项目文件" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "这是一个 Cura 项目文件。您想将其作为一个项目打开还是从中导入模型?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "记住我的选择" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" +msgstr "图形用户界面" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "作为项目打开" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "应用框架" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "导入模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" +msgstr "G-code 生成器" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Active print" -msgstr "正在打印" +msgid "Interprocess communication library" +msgstr "进程间通信交互使用库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Job Name" -msgstr "作业名" +msgid "Programming language" +msgstr "编程语言" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Printing Time" -msgstr "打印时间" +msgid "GUI framework" +msgstr "GUI 框架" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Estimated time left" -msgstr "预计剩余时间" +msgid "GUI framework bindings" +msgstr "GUI 框架绑定" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "云打印机离线。请检查打印机是否已开启并连接到 Internet。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" +msgstr "C / C++ 绑定库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "此打印机未链接到您的帐户。请访问 Ultimaker Digital Factory 以建立连接。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" +msgstr "数据交换格式" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "云连接当前不可用。请登录以连接到云打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "科学计算支持库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "云连接当前不可用。请检查您的 Internet 连接。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "高速运算支持库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "添加打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" +msgstr "用于处理 STL 文件的支持库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "管理打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "用于处理三角网格的支持库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Connected printers" -msgstr "已连接的打印机" +msgid "Support library for handling 3MF files" +msgstr "用于处理 3MF 文件的支持库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" -msgid "Preset printers" -msgstr "预设打印机" +msgid "Support library for file metadata and streaming" +msgstr "用于文件元数据和流媒体的支持库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" -msgid "Print settings" -msgstr "打印设置" +msgid "Serial communication library" +msgstr "串口通讯库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "打印设置已禁用。无法修改 G code 文件。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "ZeroConf 发现库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Profile" -msgstr "配置文件" +msgid "Polygon clipping library" +msgstr "多边形剪辑库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" msgstr "" -"某些设置/重写值与存储在配置文件中的值不同。\n" -"\n" -"点击打开配置文件管理器。" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "自定义配置文件" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "舍弃当前更改" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "推荐" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "自定义" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "适用于 Python 的静态类型检查器" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "开" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "用于验证 SSL 可信度的根证书" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "关" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Python 错误跟踪库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Experimental" -msgstr "实验性" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "没有 %1 配置文件可用于挤出器 %2 中的配置。将改为使用默认意图" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "Prusa Research 开发的多边形打包库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profiles" -msgstr "配置文件" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "您已修改部分配置文件设置。 如果您想对其进行更改,请转至自定义模式。" +msgid "Python bindings for libnest2d" +msgstr "libnest2d 的 Python 绑定" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Support" -msgstr "支持" +msgid "Support library for system keyring access" +msgstr "支持系统密钥环访问库" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "在模型的悬垂(Overhangs)部分生成支撑结构。若不这样做,这些部分在打印时将倒塌。" +msgid "Python extensions for Microsoft Windows" +msgstr "适用于 Microsoft Windows 的 Python 扩展" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Gradual infill" -msgstr "渐层填充" +msgid "Font" +msgstr "字体" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "渐层填充(Gradual infill)将随着打印高度的提升而逐渐加大填充密度。" +msgid "SVG icons" +msgstr "SVG 图标" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Adhesion" -msgstr "附着" +msgid "Linux cross-distribution application deployment" +msgstr "Linux 交叉分布应用程序部署" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "允许打印 Brim 或 Raft。这将在您的对象周围或下方添加一个容易切断的平面区域。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "舍弃或保留更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "保存项目..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "网络打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "配置文件设置" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "本地打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "当前更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "材料" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "总是询问" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "收藏" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "舍弃更改,并不再询问此问题" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "通用" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "保留更改,并不再询问此问题" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "打印所选模型:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "舍弃更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "复制所选模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "保留更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "Number of Copies" -msgstr "复制个数" +msgid "No items to select from" +msgstr "没有可供选择的项目" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "保存项目(&S)..." +msgid "Open File(s)..." +msgstr "打开文件..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "导出(&E)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "导出选择..." +msgid "Open &Recent" +msgstr "打开最近使用过的文件(&R)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "配置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "可见设置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "折叠所有类别" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "管理设置可见性..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "材料(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "设为主要挤出机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "启用挤出机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "禁用挤出机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "材料" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "收藏" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "通用" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "帮助(&H)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "文件(&F)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "保存项目(&S)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "导出(&E)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "导出选择..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "偏好设置(&R)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "编辑(&E)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "打印机(&P)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "网络打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "本地打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "扩展(&X)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" -msgid "Custom" -msgstr "自定义" +msgid "Configurations" +msgstr "配置" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "打印机" +msgid "Loading available configurations from the printer..." +msgstr "正在从打印机加载可用配置..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "已启用" +msgid "The configurations are not available because the printer is disconnected." +msgstr "该配置不可用,因为打印机已断开连接。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "材料" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "此配置不可用,因为 %1 未被识别。请访问 %2 以下载正确的材料配置文件。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "用胶粘和此材料组合以产生更好的附着。" +msgid "Marketplace" +msgstr "市场" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "不允许此挤出器的配置并禁止切片。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "没有与此挤出器的配置匹配的配置文件。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "选择配置" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "配置" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "正在从打印机加载可用配置..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "自定义" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "该配置不可用,因为打印机已断开连接。" +msgid "Printer" +msgstr "打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "此配置不可用,因为 %1 未被识别。请访问 %2 以下载正确的材料配置文件。" +msgid "Enabled" +msgstr "已启用" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Marketplace" -msgstr "市场" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "打开文件..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "打印机(&P)" +msgid "Material" +msgstr "材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "材料(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "用胶粘和此材料组合以产生更好的附着。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "设为主要挤出机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "打印所选模型:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "启用挤出机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "复制所选模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "禁用挤出机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "复制个数" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "打开最近使用过的文件(&R)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "可见设置" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "折叠所有类别" +msgid "Save Project..." +msgstr "保存项目..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "管理设置可见性..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "视图(&V)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "摄像头位置(&C)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "摄像头视图" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "透视" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "正交" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "打印平台(&B)" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "查看类型" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "打印为支撑。" +msgid "Sign in to the Ultimaker platform" +msgstr "登录 Ultimaker 平台" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "修改了与此模型重叠的其他模型。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- 从 Marketplace 添加材料配置文件和插件\n" +"- 备份和同步材料配置文件和插件\n" +"- 在 Ultimaker 社区分享观点并获取 48,000 多名用户的帮助" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "修改了与该模型重叠的填充。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "创建免费的 Ultimaker 帐户" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "不支持与此模型重叠。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "登录" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "覆盖 %1 设置。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "上次更新时间:%1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker 帐户" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "激活" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "注销" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "创建" +msgid "Checking..." +msgstr "正在检查..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "复制" +msgid "Account synced" +msgstr "帐户已同步" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "重命名" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "发生了错误..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "导入" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "安装挂起的更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "导出" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "检查是否存在帐户更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "创建配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "正在切片..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "请为此配置文件提供名称。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "无法切片" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "复制配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "正在处理中" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "确认删除" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "切片" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "您确认要删除 %1?该操作无法恢复!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "开始切片流程" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "重命名配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "取消" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "导入配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "预计时间" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "导出配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "预计材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "打印机:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "使用当前设置 / 重写值更新配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "此配置文件使用打印机指定的默认值,因此在下面的列表中没有此设置项。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "无可用时间估计" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "您当前的设置与选定的配置文件相匹配。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "无可用成本估计" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "全局设置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "预览" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "这个包将在重新启动后安装。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 msgctxt "@title:tab" msgid "General" msgstr "基本" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 -msgctxt "@label" -msgid "Interface" -msgstr "接口" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" -msgstr "币种:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "主题:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "需重新启动 Cura,新的设置才能生效。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "设置" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "当设置被更改时自动进行切片。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "自动切片" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "视区行为" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "以红色突出显示模型需要增加支撑结构的区域。没有支撑,这些区域将无法正确打印。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "正在关闭 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "显示悬垂(Overhang)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "您确定要退出 %1 吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "使用警告标志突出显示模型缺少或多余的表面。刀具路径常常是要打印的几何结构缺少的部分。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "安装包" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "显示模型错误" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "打开文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "当模型被选中时,视角将自动调整到最合适的观察位置(模型处于正中央)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "我们已经在您选择的文件中找到一个或多个 G-Code 文件。您一次只能打开一个 G-Code 文件。若需打开 G-Code 文件,请仅选择一个。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "当项目被选中时,自动对中视角" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "新增打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "需要令 Cura 的默认缩放操作反转吗?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "新增功能" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "反转视角变焦方向。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "开" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "是否跟随鼠标方向进行缩放?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "关" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "正交透视不支持通过鼠标进行缩放。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "实验性" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "跟随鼠标方向缩放" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "打印设置" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "需要移动平台上的模型,使它们不再相交吗?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "打印设置已禁用。无法修改 G code 文件。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "确保每个模型都保持分离" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "推荐" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "需要转动模型,使它们接触打印平台吗?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "自定义" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "自动下降模型到打印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "没有 %1 配置文件可用于挤出器 %2 中的配置。将改为使用默认意图" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "在 G-code 读取器中显示警告信息。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "渐层填充" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "G-code 读取器中的警告信息" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "渐层填充(Gradual infill)将随着打印高度的提升而逐渐加大填充密度。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "层视图要强制进入兼容模式吗?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "支持" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "强制层视图兼容模式(需要重新启动)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "在模型的悬垂(Overhangs)部分生成支撑结构。若不这样做,这些部分在打印时将倒塌。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Cura 是否应该在关闭的位置打开?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "恢复初始窗口位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "您已修改部分配置文件设置。 如果您想对其进行更改,请转至自定义模式。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "应使用哪种类型的摄像头进行渲染?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "附着" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "摄像头渲染:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "允许打印 Brim 或 Raft。这将在您的对象周围或下方添加一个容易切断的平面区域。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "透视" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "自定义配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "正交" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "舍弃当前更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Opening and saving files" -msgstr "打开并保存文件" +msgid "Profile" +msgstr "配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "应从桌面打开文件还是在同一 Cura 实例中打开外部应用程序?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "使用单个 Cura 实例" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "是否应在清理构建板后再将新模型加载到单个 Cura 实例中?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "在清理构建板后再将模型加载到单个实例中" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "当模型的尺寸过大时,是否将模型自动缩小至成形空间体积?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "缩小过大模型" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "当模型以米而不是毫米为单位时,模型可能会在打印平台中显得非常小。在此情况下是否进行放大?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "放大过小模型" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "模型是否应该在加载后被选中?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "选择模型时加载" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "打印机名是否自动作为打印作业名称的前缀?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "将机器前缀添加到作业名称中" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "保存项目文件时是否显示摘要?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "保存项目时显示摘要对话框" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "打开项目文件时的默认行为" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "打开项目文件时的默认行为: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "总是询问" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"某些设置/重写值与存储在配置文件中的值不同。\n" +"\n" +"点击打开配置文件管理器。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "始终作为一个项目打开" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "设置" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "始终导入模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "当您对配置文件进行更改并切换到其他配置文件时将显示一个对话框,询问您是否要保留修改。您也可以选择一个默认行为并令其不再显示该对话框。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "当前" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "切换到不同配置文件时对设置值更改的默认操作: " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "总是舍失更改的设置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "总是将更改的设置传输至新配置文件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "隐私" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "您愿意将关于您的打印数据以匿名形式发送到 Ultimaker 吗?注意:我们不会记录/发送任何模型、IP 地址或其他私人数据。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(匿名)发送打印信息" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "设置可见性" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "More information" -msgstr "详细信息" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "更新" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "当 Cura 启动时,是否自动检查更新?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "启动时检查更新" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "在检查更新时,只检查稳定版。" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "仅限稳定版" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "在检查更新时,同时检查稳定版和测试版。" +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "稳定版和测试版" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "全部勾选" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "是否应在每次启动 Cura 时自动检查新插件?强烈建议您不要禁用此功能!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "获取插件更新通知" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "激活" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "信息" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "重命名" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" msgid "Confirm Diameter Change" msgstr "确认直径更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "新的灯丝直径被设置为%1毫米,这与当前的挤出机不兼容。你想继续吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" msgid "Display Name" msgstr "显示名称" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "品牌" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "材料类型" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "颜色" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "属性" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "密度" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "直径" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "耗材成本" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "耗材重量" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "耗材长度" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "每米成本" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "此材料与 %1 相关联,并共享其某些属性。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "解绑材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "描述" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "粘附信息" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "创建" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "复制" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "与打印机同步" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "打印机" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "导入配置" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "无法导入材料 %1%2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "成功导入材料 %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "导出材料" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "无法导出材料至 %1%2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "成功导出材料至: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "信息" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "匹配材料和打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "匹配材料和打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "只需遵循几个简单步骤,您就可以将所有材料配置文件与打印机同步。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "开始" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "为什么需要同步材料配置文件?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "开始" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "登录" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "要自动将材料配置文件与连接到 Digital Factory 的所有打印机同步,您需要登录 Cura。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "使用 USB 同步材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "以下打印机将收到新的材料配置文件:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "向打印机发送材料时出错。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "材料配置文件与以下打印机成功同步:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "故障排除" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "缺少打印机?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "请确保所有打印机都已打开并连接到 Digital Factory。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "刷新列表" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "再试一次" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "完成" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "同步" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "正在同步" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "未找到打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "您似乎没有任何兼容打印机连接到 Digital Factory。请确保打印机已连接并运行最新固件。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "了解如何将打印机连接到 Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "刷新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "通过 USB 同步材料配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "请遵循以下步骤将新材料配置文件加载到打印机。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "单击导出材料存档按钮。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "将 .umm文件保存到 U 盘。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "将 U 盘插入打印机,并启动程序以加载新材料配置文件。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "如何将新材料配置文件加载到打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "返回" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "导出材料存档" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "导出所有材料" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "设置可见性" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "全部勾选" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "导入" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "已计算" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "设置" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "配置文件" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "当前" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "单位" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "复制" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "未连接至打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "导出" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "打印机不接受命令" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "确认删除" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "维护中。请检查打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "您确认要删除 %1?该操作无法恢复!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "与打印机的连接中断" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "导入配置" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "打印中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "成功导入材料 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "已暂停" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "无法导入材料 %1%2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "初始化中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "导出材料" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "请取出打印件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "无法导出材料至 %1%2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "中止打印" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "成功导出材料至: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "您确定要中止打印吗?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "用 %1 打印所选模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "我的打印机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "在 Ultimaker Digital Factory 中监控打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "在 Digital Library 中创建打印项目。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "打印作业" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "此配置文件使用打印机指定的默认值,因此在下面的列表中没有此设置项。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "监控打印作业并从打印历史记录重新打印。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "您当前的设置与选定的配置文件相匹配。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "用插件和材料配置文件扩展 Ultimaker Cura。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "全局设置" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "通过 Ultimaker 线上课程教学,成为 3D 打印专家。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "创建配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimaker 支持" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "请为此配置文件提供名称。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "了解如何开始使用 Ultimaker Cura。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "导出配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "提问" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "复制配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "咨询 Ultimaker 社区。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "重命名配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "报告错误" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "导入配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "向开发人员报错。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "接口" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "访问 Ultimaker 网站。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "打印机控制" +msgid "Currency:" +msgstr "币种:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "垛齐位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "当设置被更改时自动进行切片。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "自动切片" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "垛齐距离" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "发送 G-code" +msgid "Viewport behavior" +msgstr "视区行为" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "向连接的打印机发送自定义 G-code 命令。按“Enter”发送命令。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "以红色突出显示模型需要增加支撑结构的区域。没有支撑,这些区域将无法正确打印。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "挤出机" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "显示悬垂(Overhang)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "热端的目标温度。 热端将加热或冷却至此温度。 如果目标温度为 0,则热端加热将关闭。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "使用警告标志突出显示模型缺少或多余的表面。刀具路径常常是要打印的几何结构缺少的部分。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "该热端的当前温度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "显示模型错误" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "热端的预热温度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "当模型被选中时,视角将自动调整到最合适的观察位置(模型处于正中央)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "取消" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "当项目被选中时,自动对中视角" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "预热" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "需要令 Cura 的默认缩放操作反转吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "打印前请预热热端。您可以在热端加热时继续调整打印机,而不必等待热端加热完毕再做好打印准备。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "反转视角变焦方向。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "该挤出机中材料的颜色。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "是否跟随鼠标方向进行缩放?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "该挤出机中的材料。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "正交透视不支持通过鼠标进行缩放。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "该挤出机所使用的喷嘴。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "跟随鼠标方向缩放" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "尚未连接到打印机。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "需要移动平台上的模型,使它们不再相交吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "打印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "确保每个模型都保持分离" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "热床的目标温度。热床将加热或冷却至此温度。若设置为 0,则不使用热床。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "需要转动模型,使它们接触打印平台吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "热床当前温度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "自动下降模型到打印平台" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "热床的预热温度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "在 G-code 读取器中显示警告信息。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "打印前请预热热床。您可以在热床加热时继续调整相关项,让您在准备打印时不必等待热床加热完毕。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "G-code 读取器中的警告信息" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "登录" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "层视图要强制进入兼容模式吗?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- 从 Marketplace 添加材料配置文件和插件\n" -"- 备份和同步材料配置文件和插件\n" -"- 在 Ultimaker 社区分享观点并获取 48,000 多名用户的帮助" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "强制层视图兼容模式(需要重新启动)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "创建免费的 Ultimaker 帐户" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Cura 是否应该在关闭的位置打开?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "上次更新时间:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "恢复初始窗口位置" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker 帐户" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "应使用哪种类型的摄像头进行渲染?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "注销" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "摄像头渲染:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "正在检查..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "透视" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "帐户已同步" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "正交" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "发生了错误..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "安装挂起的更新" +msgid "Opening and saving files" +msgstr "打开并保存文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "检查是否存在帐户更新" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "应从桌面打开文件还是在同一 Cura 实例中打开外部应用程序?" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "未命名" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "使用单个 Cura 实例" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "没有可供选择的项目" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "是否应在清理构建板后再将新模型加载到单个 Cura 实例中?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "显示联机故障排除指南" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "在清理构建板后再将模型加载到单个实例中" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "切换完整界面" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "当模型的尺寸过大时,是否将模型自动缩小至成形空间体积?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "退出完整界面" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "缩小过大模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "撤销(&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "当模型以米而不是毫米为单位时,模型可能会在打印平台中显得非常小。在此情况下是否进行放大?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "重做(&R)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "放大过小模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "退出(&Q)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "模型是否应该在加载后被选中?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "3D 视图" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "选择模型时加载" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "正视图" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "打印机名是否自动作为打印作业名称的前缀?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "顶视图" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "将机器前缀添加到作业名称中" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "仰视图" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "保存项目文件时是否显示摘要?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "左视图" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "保存项目时显示摘要对话框" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "右视图" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "打开项目文件时的默认行为" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "配置 Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "打开项目文件时的默认行为: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "新增打印机(&A)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "总是询问" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "管理打印机(&I)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "始终作为一个项目打开" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "管理材料..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "始终导入模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "从市场添加更多材料" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "当您对配置文件进行更改并切换到其他配置文件时将显示一个对话框,询问您是否要保留修改。您也可以选择一个默认行为并令其不再显示该对话框。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "使用当前设置 / 重写值更新配置文件(&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "切换到不同配置文件时对设置值更改的默认操作: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "舍弃当前更改(&D)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "总是舍失更改的设置" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "从当前设置 / 重写值创建配置文件(&C)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "总是将更改的设置传输至新配置文件" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "管理配置文件.." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "隐私" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "显示在线文档(&D)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "您愿意将关于您的打印数据以匿名形式发送到 Ultimaker 吗?注意:我们不会记录/发送任何模型、IP 地址或其他私人数据。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "BUG 反馈(&B)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(匿名)发送打印信息" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "新增功能" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "关于..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "当 Cura 启动时,是否自动检查更新?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "删除所选项" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "启动时检查更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "居中所选项" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "在检查更新时,只检查稳定版。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "复制所选项" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "仅限稳定版" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "删除模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "在检查更新时,同时检查稳定版和测试版。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "使模型居于平台中央(&N)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "稳定版和测试版" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "绑定模型(&G)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "是否应在每次启动 Cura 时自动检查新插件?强烈建议您不要禁用此功能!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "拆分模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "获取插件更新通知" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "合并模型(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "按 IP 地址添加打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "复制模型…(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "输入您打印机的 IP 地址。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "选择所有模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "添加" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "清空打印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "无法连接到设备。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "重新载入所有模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "无法连接到 Ultimaker 打印机?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "将所有模型编位到所有打印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "该网络地址的打印机尚未响应。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "编位所有的模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "由于是未知打印机或不是组内主机,无法添加该打印机。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "为所选模型编位" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "连接" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "复位所有模型的位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "版本说明" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "复位所有模型的变动" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "用户协议" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "打开文件(&O)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "同意" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "新建项目(&N)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "拒绝并关闭" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "显示配置文件夹" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "新增功能" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "配置设定可见性..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "下一步" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "市场(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "添加云打印机" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "未使用此设置,因为受其影响的所有设置均已覆盖。" +msgid "Waiting for Cloud response" +msgstr "等待云响应" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "影响" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +msgctxt "@label" +msgid "No printers found in your account?" +msgstr "在您的帐户中未找到任何打印机?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "受影响项目" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "您帐户中的以下打印机已添加到 Cura 中:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "手动添加打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "从 Marketplace 添加材料设置和插件" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "备份和同步材料设置和插件" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "在 Ultimaker 社区分享观点并获取 48,000 多名用户的帮助" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "跳过" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "创建免费的 Ultimaker 帐户" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "此设置始终在所有挤出机之间共享。在此处更改它将改变所有挤出机的值。" +msgid "Welcome to Ultimaker Cura" +msgstr "欢迎使用 Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "" +"请按照以下步骤设置\n" +"Ultimaker Cura。此操作只需要几分钟时间。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "开始" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "此设置与挤出器特定值不同:" +msgid "Empty" +msgstr "空" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"此设置的值与配置文件不同。\n" -"\n" -"单击以恢复配置文件的值。" +msgid "Manufacturer" +msgstr "制造商" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"此设置通常可被自动计算,但其当前已被绝对定义。\n" -"\n" -"单击以恢复自动计算的值。" +msgid "Profile author" +msgstr "配置文件作者" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "打印机名称" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "请为您的打印机命名" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "添加打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "添加已联网打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "添加未联网打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "未找到网络内打印机。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "刷新" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "按 IP 添加打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "添加云打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "故障排除" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "帮助我们改进 Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "为了改善打印质量和用户体验,Ultimaker Cura 会收集匿名数据,这些数据包括:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "机器类型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "材料使用" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "切片数量" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "打印设置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Ultimaker Cura 收集的数据不会包含任何个人信息。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "更多信息" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "对象列表" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "打印为支撑。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "修改了与此模型重叠的其他模型。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "修改了与该模型重叠的填充。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "不支持与此模型重叠。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "覆盖 %1 设置。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "已连接的打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "预设打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "云打印机离线。请检查打印机是否已开启并连接到 Internet。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "此打印机未链接到您的帐户。请访问 Ultimaker Digital Factory 以建立连接。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "云连接当前不可用。请登录以连接到云打印机。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "云连接当前不可用。请检查您的 Internet 连接。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "添加打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "管理打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "未命名" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "未连接至打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "打印机不接受命令" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "维护中。请检查打印机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "与打印机的连接中断" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "打印中..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "已暂停" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "初始化中..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "请取出打印件" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "中止打印" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "您确定要中止打印吗?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"一些隐藏设置正在使用有别于一般设置的计算值。\n" +"\n" +"单击以使这些设置可见。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "搜索设置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "将值复制到所有挤出机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "将所有修改值复制到所有挤出机" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "隐藏此设置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "不再显示此设置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "保持此设置可见" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "配置设定可见性..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "未使用此设置,因为受其影响的所有设置均已覆盖。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "影响" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "受影响项目" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "此设置始终在所有挤出机之间共享。在此处更改它将改变所有挤出机的值。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "此设置与挤出器特定值不同:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"此设置的值与配置文件不同。\n" +"\n" +"单击以恢复配置文件的值。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"此设置通常可被自动计算,但其当前已被绝对定义。\n" +"\n" +"单击以恢复自动计算的值。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "正在打印" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "作业名" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "打印时间" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "预计剩余时间" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "切换完整界面" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "退出完整界面" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "撤销(&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "重做(&R)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "退出(&Q)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "3D 视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "正视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "顶视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "仰视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "左视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "右视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "配置 Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "新增打印机(&A)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "管理打印机(&I)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "管理材料..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "使用当前设置 / 重写值更新配置文件(&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "舍弃当前更改(&D)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "从当前设置 / 重写值创建配置文件(&C)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "管理配置文件.." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "显示在线文档(&D)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "BUG 反馈(&B)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "新增功能" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "关于..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "删除所选项" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "居中所选项" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "复制所选项" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "删除模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "使模型居于平台中央(&N)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "绑定模型(&G)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "拆分模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "合并模型(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "复制模型…(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "选择所有模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "清空打印平台" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "重新载入所有模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "编位所有的模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "为所选模型编位" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "复位所有模型的位置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "复位所有模型的变动" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "打开文件(&O)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "新建项目(&N)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "显示配置文件夹" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "3D 视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "正视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "顶视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "左视图" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "右视图" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "在 Cura 中提供准备阶段。" + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "准备阶段" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "提供了对导出 Cura 配置文件的支持。" + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Cura 配置文件写入器" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "提供对读取模型文件的支持。" + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh 阅读器" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "检查以进行固件更新。" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "固件更新检查程序" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "记录某些事件,以使其可供崩溃报告器使用" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Sentry 日志记录" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "在 Cura 中提供监视阶段。" + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "监视阶段" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "提供可移动磁盘热插拔和写入文件的支持。" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "可移动磁盘输出设备插件" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "提供对读取 AMF 文件的支持。" + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMF 读取器" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "支持读取 Ultimaker 格式包。" + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP 读取器" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "连接到 Digital Library,以允许 Cura 从 Digital Library 打开文件并将文件保存到其中。" + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker Digital Library" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "提供对每个模型的单独设置。" + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "单一模型设置工具" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "为固件更新提供操作选项。" + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "固件更新程序" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "管理与 Ultimaker 网络打印机的网络连接。" + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker 网络连接" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "检查模型和打印配置,以了解潜在的打印问题并给出建议。" + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "模型检查器" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "仿真视图" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "将 G-code 写入至文件。" + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "G-code 写入器" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "提供对写入 3MF 文件的支持。" + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MF 写入器" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "从压缩存档文件读取 G-code。" + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "压缩 G-code 读取器" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "提供读取和写入基于 XML 的材料配置文件的功能。" + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "材料配置文件" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "提供 CuraEngine 切片后端的路径。" + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine 后端" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "支持读取 X3D 文件。" + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3D 读取器" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "支持从 2D 图像文件生成可打印几何模型的能力。" + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "图像读取器" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "提供对读取 3MF 格式文件的支持。" + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MF 读取器" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "支持写入 Ultimaker 格式包。" + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UFP 写入器" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "支持从 Cura 旧版本导入配置文件。" + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "旧版 Cura 配置文件读取器" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "将配置从 Cura 4.3 升级至 Cura 4.4。" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "版本自 4.3 升级至 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "将配置从 Cura 2.1 版本升级至 2.2 版本。" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "版本自 2.1 升级到 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "请将配置从 Cura 4.1 升级至 Cura 4.2。" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "版本自 4.1 升级到 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "将配置从 Cura 4.5 升级至 Cura 4.6。" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "版本从 4.5 升级至 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "从Cura 3.3升级到Cura 3.4。" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "版本升级3.3到3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "将配置从 Cura 4.8 升级到 Cura 4.9。" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "版本从 4.8 升级到 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "将配置从 Cura 2.7 版本升级至 3.0 版本。" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "版本自 2.7 升级到 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "将配置从 Cura 4.4 升级至 Cura 4.5。" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "版本从 4.4 升级至 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "搜索设置" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "将配置从 Cura 3.0 版本升级至 3.1 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "将值复制到所有挤出机" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "版本自 3.0 升级到 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "将所有修改值复制到所有挤出机" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "将配置从 Cura 4.6.0 升级到 Cura 4.6.2。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "隐藏此设置" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "版本从 4.6.0 升级到 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "不再显示此设置" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "将配置从 Cura 2.6 版本升级至 2.7 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "保持此设置可见" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "版本自 2.6 升级到 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"一些隐藏设置正在使用有别于一般设置的计算值。\n" -"\n" -"单击以使这些设置可见。" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "请将配置从 Cura 4.2 升级至 Cura 4.3。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "这个包将在重新启动后安装。" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "版本自 4.2 升级至 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "设置" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "将配置从 Cura 4.0 版本升级至 4.1 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "正在关闭 %1" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "版本自 4.0 升级到 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "您确定要退出 %1 吗?" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "将配置从 Cura 4.6.2 升级到 Cura 4.7。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "安装包" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "版本从 4.6.2 升级到 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "打开文件" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "将配置从 Cura 4.9 升级到 Cura 4.10。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "我们已经在您选择的文件中找到一个或多个 G-Code 文件。您一次只能打开一个 G-Code 文件。若需打开 G-Code 文件,请仅选择一个。" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "版本从 4.9 升级到 4.10" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "新增打印机" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "将配置从 Cura 2.2 版本升级至 2.4 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "新增功能" +#: VersionUpgrade/VersionUpgrade22to24/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "版本自 2.2 升级到 2.4" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "提供对每个模型的单独设置。" +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "将配置从 Cura 3.2 版本升级至 3.3 版本。" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "单一模型设置工具" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "版本自 3.2 升级到 3.3" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "提供了对导入 Cura 配置文件的支持。" +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "将配置从 Cura 2.5 版本升级至 2.6 版本。" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura 配置文件读取器" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "版本自 2.5 升级到 2.6" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "支持读取 X3D 文件。" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "将配置从 Cura 3.5 版本升级至 4.0 版本。" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D 读取器" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "版本自 3.5 升级到 4.0" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "备份和还原配置。" +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "将配置从 Cura 3.4 版本升级至 3.5 版本。" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura 备份" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "版本自 3.4 升级到 3.5" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "提供一种改变机器设置的方法(如构建体积、喷嘴大小等)。" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "将配置从 Cura 4.7 升级到 Cura 4.8。" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "打印机设置操作" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "将版本从 4.7 升级到 4.8" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "创建橡皮擦网格,以便阻止在某些位置打印支撑" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "将配置从 Cura 4.11 升级到 Cura 4.12。" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "支持橡皮擦" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "版本从 4.11 升级到 4.12" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "提供可移动磁盘热插拔和写入文件的支持。" +msgid "Backup and restore your configuration." +msgstr "备份和还原配置。" -#: RemovableDriveOutputDevice/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "可移动磁盘输出设备插件" +msgid "Cura Backups" +msgstr "Cura 备份" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "为固件更新提供操作选项。" +msgid "Provides support for importing Cura profiles." +msgstr "提供了对导入 Cura 配置文件的支持。" -#: FirmwareUpdater/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "固件更新程序" +msgid "Cura Profile Reader" +msgstr "Cura 配置文件读取器" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "支持从 Cura 旧版本导入配置文件。" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "提交匿名切片信息。 可以通过偏好设置禁用。" -#: LegacyProfileReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "旧版 Cura 配置文件读取器" +msgid "Slice info" +msgstr "切片信息" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "提供对读取 3MF 格式文件的支持。" +msgid "Provides support for importing profiles from g-code files." +msgstr "提供了从 GCode 文件中导入配置文件的支持。" -#: 3MFReader/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF 读取器" +msgid "G-code Profile Reader" +msgstr "G-code 配置文件读取器" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "支持写入 Ultimaker 格式包。" +msgid "Writes g-code to a compressed archive." +msgstr "将 G-code 写入至压缩存档文件。" -#: UFPWriter/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFP 写入器" +msgid "Compressed G-code Writer" +msgstr "压缩 G-code 写入器" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "记录某些事件,以使其可供崩溃报告器使用" +msgid "Extension that allows for user created scripts for post processing" +msgstr "扩展程序(允许用户创建脚本进行后期处理)" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Sentry 日志记录" +msgid "Post Processing" +msgstr "后期处理" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "提供了从 GCode 文件中导入配置文件的支持。" +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "创建橡皮擦网格,以便阻止在某些位置打印支撑" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-code 配置文件读取器" +msgid "Support Eraser" +msgstr "支持橡皮擦" #: PreviewStage/plugin.json msgctxt "description" @@ -6059,55 +6470,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "透视视图" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "提供 CuraEngine 切片后端的路径。" +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "为最后的机器提供机器操作(例如,热床调平向导,选择升级等)。" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine 后端" +msgid "Ultimaker machine actions" +msgstr "Ultimaker 打印机操作" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "提供对读取 AMF 文件的支持。" +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF 读取器" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "从压缩存档文件读取 G-code。" +msgid "Provides a normal solid mesh view." +msgstr "提供一个基本的实体网格视图。" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "压缩 G-code 读取器" +msgid "Solid View" +msgstr "实体视图" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "扩展程序(允许用户创建脚本进行后期处理)" +msgid "Allows loading and displaying G-code files." +msgstr "允许加载和显示 G-code 文件。" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "后期处理" +msgid "G-code Reader" +msgstr "G-code 读取器" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "提供了对导出 Cura 配置文件的支持。" +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "提供一种改变机器设置的方法(如构建体积、喷嘴大小等)。" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura 配置文件写入器" +msgid "Machine Settings Action" +msgstr "打印机设置操作" #: USBPrinting/plugin.json msgctxt "description" @@ -6119,415 +6530,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB 联机打印" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "在 Cura 中提供准备阶段。" +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "同步材料与打印机" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "准备阶段" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "需要退出并重新启动 {},然后更改才能生效。" -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "允许加载和显示 G-code 文件。" +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "正在同步..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-code 读取器" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "检测到您的 Ultimaker 帐户有更改" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "支持从 2D 图像文件生成可打印几何模型的能力。" +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "是否要与您的帐户同步材料和软件包?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "图像读取器" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "同步" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "为最后的机器提供机器操作(例如,热床调平向导,选择升级等)。" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "拒绝并从帐户中删除" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker 打印机操作" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{} 个插件下载失败" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "将 G-code 写入至压缩存档文件。" +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "插件许可协议" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "压缩 G-code 写入器" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "转换图像..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "检查以进行固件更新。" +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "打印平台宽度,以毫米为单位。" -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "固件更新检查程序" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "市场" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "提交匿名切片信息。 可以通过偏好设置禁用。" +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "在包装更改生效之前,您需要重新启动Cura。" -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "切片信息" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "安装" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "提供读取和写入基于 XML 的材料配置文件的功能。" +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "已安装" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "材料配置文件" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "高级" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "连接到 Digital Library,以允许 Cura 从 Digital Library 打开文件并将文件保存到其中。" +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "前往网上市场" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker Digital Library" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "搜索材料" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "查找、管理和安装新的Cura包。" +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "兼容性" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "工具箱" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "机器" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "将 G-code 写入至文件。" +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "打印平台" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "G-code 写入器" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "支持" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "提供仿真视图。" +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "质量" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "仿真视图" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "技术数据表" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "将配置从 Cura 4.5 升级至 Cura 4.6。" +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "安全数据表" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "版本从 4.5 升级至 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "打印指南" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "将配置从 Cura 2.5 版本升级至 2.6 版本。" +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "网站" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "版本自 2.5 升级到 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "安装或更新需要登录" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "将配置从 Cura 4.6.0 升级到 Cura 4.6.2。" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "购买材料线轴" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "版本从 4.6.0 升级到 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "更新" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "将配置从 Cura 4.7 升级到 Cura 4.8。" +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "更新" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "将版本从 4.7 升级到 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "更新" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "将配置从 Cura 3.4 版本升级至 3.5 版本。" +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "背部" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "版本自 3.4 升级到 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "插件" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "安装" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "将安装后重新启动" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "更新需要登录" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "降级" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "卸载" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "将配置从 Cura 2.1 版本升级至 2.2 版本。" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "社区贡献" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "版本自 2.1 升级到 2.2" +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "社区插件" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "将配置从 Cura 3.2 版本升级至 3.3 版本。" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "通用材料" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "版本自 3.2 升级到 3.3" +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "获取包..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "将配置从 Cura 4.8 升级到 Cura 4.9。" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "网站" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "版本从 4.8 升级到 4.9" +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "电子邮件" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "将配置从 Cura 4.6.2 升级到 Cura 4.7。" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "请登录以获取经验证适用于 Ultimaker Cura Enterprise 的插件和材料" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "版本从 4.6.2 升级到 4.7" +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "版本" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "请将配置从 Cura 4.2 升级至 Cura 4.3。" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "更新日期" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "版本自 4.2 升级至 4.3" +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "下载项" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "将配置从 Cura 4.3 升级至 Cura 4.4。" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "已安装的插件" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "版本自 4.3 升级至 4.4" +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "尚未安装任何插件。" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "将配置从 Cura 4.9 升级到 Cura 4.10。" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "已安装的材料" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "版本从 4.9 升级到 4.10" +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "尚未安装任何材料。" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "将配置从 Cura 2.7 版本升级至 3.0 版本。" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "已捆绑的插件" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "版本自 2.7 升级到 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "已捆绑的材料" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "将配置从 Cura 2.6 版本升级至 2.7 版本。" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "无法连接到Cura包数据库。请检查您的连接。" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "版本自 2.6 升级到 2.7" +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "需要接受许可证才能安装该程序包" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "将配置从 Cura 4.11 升级到 Cura 4.12。" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "您的帐户有更改" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "版本从 4.11 升级到 4.12" +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "解除" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "从Cura 3.3升级到Cura 3.4。" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "将添加以下程序包:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "版本升级3.3到3.4" +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "由于 Cura 版本不兼容,无法安装以下程序包:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "将配置从 Cura 3.0 版本升级至 3.1 版本。" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "确认卸载" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "版本自 3.0 升级到 3.1" +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "您正在卸载仍在使用的材料和/或配置文件。确认会将以下材料/配置文件重置为默认值。" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "将配置从 Cura 4.0 版本升级至 4.1 版本。" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "材料" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "版本自 4.0 升级到 4.1" +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "配置文件" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "将配置从 Cura 4.4 升级至 Cura 4.5。" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "确认" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "版本从 4.4 升级至 4.5" +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "此次打印可能出现了某些问题。点击查看调整提示。" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "将配置从 Cura 2.2 版本升级至 2.4 版本。" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "用于处理平面对象的支持库" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "版本自 2.2 升级到 2.4" +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "您已经自定义了若干配置文件设置。\n" +#~ "是否要在切换配置文件后保留这些更改的设置?\n" +#~ "或者,也可舍弃更改以从“%1”加载默认值。" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "请将配置从 Cura 4.1 升级至 Cura 4.2。" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "打印平台(&B)" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "版本自 4.1 升级到 4.2" +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "创建" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "将配置从 Cura 3.5 版本升级至 4.0 版本。" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "复制" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "版本自 3.5 升级到 4.0" +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "打印机:%1" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "管理与 Ultimaker 网络打印机的网络连接。" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "使用当前设置 / 重写值更新配置文件" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker 网络连接" +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "主题:" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "提供对读取模型文件的支持。" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "需重新启动 Cura,新的设置才能生效。" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh 阅读器" +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "详细信息" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "支持读取 Ultimaker 格式包。" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "创建" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP 读取器" +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "与打印机同步" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "提供一个基本的实体网格视图。" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "打印机" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "实体视图" +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "单位" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "提供对写入 3MF 文件的支持。" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "显示联机故障排除指南" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MF 写入器" +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "从市场添加更多材料" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "在 Cura 中提供监视阶段。" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "将所有模型编位到所有打印平台" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "监视阶段" +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "市场(&M)" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "检查模型和打印配置,以了解潜在的打印问题并给出建议。" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "查找、管理和安装新的Cura包。" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "模型检查器" +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "工具箱" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "提供仿真视图。" #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/zh_CN/fdmextruder.def.json.po b/resources/i18n/zh_CN/fdmextruder.def.json.po index ee72d6c03b..beff14647a 100644 --- a/resources/i18n/zh_CN/fdmextruder.def.json.po +++ b/resources/i18n/zh_CN/fdmextruder.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2019-03-13 14:00+0200\n" "Last-Translator: Bothof \n" "Language-Team: PCDotFan , Bothof \n" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index b4fc48684b..36f7cc72e2 100644 --- a/resources/i18n/zh_CN/fdmprinter.def.json.po +++ b/resources/i18n/zh_CN/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2021-04-16 15:04+0200\n" "Last-Translator: Lionbridge \n" "Language-Team: Chinese , PCDotFan , Chinese \n" @@ -57,7 +57,9 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "在开始时执行的 G-code 命令 - 以 \n 分行。" +msgstr "" +"在开始时执行的 G-code 命令 - 以 \n" +" 分行。" #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -69,7 +71,9 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "在结束前执行的 G-code 命令 - 以 \n 分行。" +msgstr "" +"在结束前执行的 G-code 命令 - 以 \n" +" 分行。" #: fdmprinter.def.json msgctxt "material_guid label" @@ -463,8 +467,8 @@ msgstr "机器头和风扇多边形" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "打印头 2D 轮廓图(包含风扇盖)。" +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -736,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "进料装置中材料驱动轮的直径。" +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -956,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "壁数量。 在按壁厚计算时,该值舍入为整数。" +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -987,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "优化墙壁印刷的顺序,以减少回撤的数量和旅行的距离。大多数部件会从启用这个功能中受益,但有些可能会花费更长的时间,所以请将打印时间估算与不优化进行比较。第一层在选择边缘作为构建板附着力类型时没有进行优化。" #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "先外壁后内壁" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "启用时以从外向内的顺序打印壁。 当使用高粘度塑料如 ABS 时,这有助于提高 X 和 Y 的尺寸精度;但是,它可能会降低外表面打印质量,特别是在悬垂部分。" +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1007,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "每隔一层打印一个额外的壁。 通过这种方法,填充物会卡在这些额外的壁之间,从而产生更强韧的打印质量。" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "补偿壁重叠" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "在壁已经存在时补偿所打印壁部分的流量。" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "补偿外壁重叠" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "在外壁已经存在时补偿所打印外壁部分的流量。" +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "补偿内壁重叠" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "在内壁已经存在时补偿所打印内壁部分的流量。" +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "最小壁流量" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "壁线允许的最小百分比流量。当某个壁靠近现有壁时,壁重叠补偿可减小其流量。流量小于此值的壁将由空驶替代。在使用此设置时,您必须启用壁重叠补偿并在打印内壁之前打印外壁。" +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "首选回抽" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "如启用,会使用回抽而不是梳理取代流量低于最小流量阈值的壁的空驶。" +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "填充壁之间空隙" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "在没有墙壁适合的位置填充墙壁之间的间隙。" +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "都不填充" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "打印薄壁" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "全部填充" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "打印在水平面上比喷嘴尺寸更薄的模型部件。" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "滤除微小的间隙" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "滤除微小的间隙以减少模型外的光点。" +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "打印薄壁" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "打印在水平面上比喷嘴尺寸更薄的模型部件。" +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2195,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "为了补偿材料在冷却时的收缩,将用此因子缩放模型。" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2706,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "前几层的打印速度比模型的其他层慢,以便实现与打印平台的更好粘着,并改善整体的打印成功率。 该速度在这些层中会逐渐增加。" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "均衡耗材流量" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "以较快的速度打印比正常走线更细的走线,使每秒挤出的材料量保持相同。 模型中较薄的部分可能需要以低于设置中所提供宽度的走线宽度来打印走线。 该设置控制这些走线的速度变化。" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "均流最大速度" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "调整打印速度以便均衡流量时的最大打印速度。" +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4460,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "用于打印 skirt/brim/raft 的挤出机组。 用于多重挤出。" +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4624,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "顶部 Raft 层的 Raft 走线之间的距离。 间距应等于走线宽度,以便打造坚固表面。" +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5124,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "降低“最大分辨率”设置的分辨率时允许的最大偏移量。如果增加该值,打印作业的准确性将降低,但 g-code 将减小。“最大偏移量”是“最大分辨率”的限制,因此如果两者冲突,则“最大偏移量”将始终保持有效。" +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6418,6 +6552,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "第一层的微小特征将按正常打印速度的百分比进行打印。缓慢打印有助于粘合和提高准确性。" +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6478,6 +6642,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "在将模型从文件中载入时应用在模型上的转换矩阵。" +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "打印头 2D 轮廓图(包含风扇盖)。" + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "先外壁后内壁" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "启用时以从外向内的顺序打印壁。 当使用高粘度塑料如 ABS 时,这有助于提高 X 和 Y 的尺寸精度;但是,它可能会降低外表面打印质量,特别是在悬垂部分。" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "补偿壁重叠" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "在壁已经存在时补偿所打印壁部分的流量。" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "补偿外壁重叠" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "在外壁已经存在时补偿所打印外壁部分的流量。" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "补偿内壁重叠" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "在内壁已经存在时补偿所打印内壁部分的流量。" + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "最小壁流量" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "壁线允许的最小百分比流量。当某个壁靠近现有壁时,壁重叠补偿可减小其流量。流量小于此值的壁将由空驶替代。在使用此设置时,您必须启用壁重叠补偿并在打印内壁之前打印外壁。" + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "首选回抽" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "如启用,会使用回抽而不是梳理取代流量低于最小流量阈值的壁的空驶。" + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "填充壁之间空隙" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "在没有墙壁适合的位置填充墙壁之间的间隙。" + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "都不填充" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "全部填充" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "滤除微小的间隙" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "滤除微小的间隙以减少模型外的光点。" + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "均衡耗材流量" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "以较快的速度打印比正常走线更细的走线,使每秒挤出的材料量保持相同。 模型中较薄的部分可能需要以低于设置中所提供宽度的走线宽度来打印走线。 该设置控制这些走线的速度变化。" + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "均流最大速度" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "调整打印速度以便均衡流量时的最大打印速度。" + #~ msgctxt "machine_start_gcode description" #~ msgid "G-code commands to be executed at the very start - separated by \\n." #~ msgstr "在开始时执行的 G-code 命令 - 以 \\n 分行。" diff --git a/resources/i18n/zh_TW/cura.po b/resources/i18n/zh_TW/cura.po index 0eab1c49e0..8bd978a277 100644 --- a/resources/i18n/zh_TW/cura.po +++ b/resources/i18n/zh_TW/cura.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-01-02 19:59+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -18,5852 +18,6437 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.0\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "無法從使用者資料目錄建立備份檔:{}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "準備" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "備份" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Cura 列印參數" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "嘗試復原Cura 備份(若無proper data或meta data)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "打開壓縮的三角面網格" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "嘗試復原新版本的Cura備份。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "COLLADA Digital Asset Exchange" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "恢復Cura備份時,出現下列錯誤:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "glTF Binary" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "再列印前請先同步線材資料." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embedded JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "新線材資料安裝" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Stanford 三角形格式" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "列印機同步線材資料" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Compressed COLLADA Digital Asset Exchange" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "無法存取更新資訊。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "新的問題修復功能適用於您的 {machine_name}! 如果你準備好了,推薦您將列印機的軟體升級至最新版本 {latest_version}." -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "新的%s軟體已可使用" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "學習更多" +msgid "How to update" +msgstr "如何更新" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "無法儲存線材資料至{}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "監控" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "線材資料儲存失敗" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "儲存至行動裝置" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "未知的錯誤." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "儲存到行動裝置 {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "由於「列印序列」設定的值,成形列印範圍高度已被減少,以防止龍門與列印模型相衝突。" +msgid "There are no file formats available to write with!" +msgstr "沒有可供寫入的檔案格式!" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "正在儲存到行動裝置 {0}" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "列印範圍" +msgid "Saving" +msgstr "儲存中" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "你確定要移除 {0} 嗎?這動作無法復原!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "無法儲存到 {0}{1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "不覆寫" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "嘗試寫入到 {device} 時無法找到檔名。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "未知" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "無法儲存到行動裝置 {0}:{1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "下列印表機因為是群組的一部份導致無法連接" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "錯誤" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "可用的網路印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "儲存到行動裝置 {0}:{1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "預設值" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "檔案已儲存" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "自訂列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "卸載" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "所有支援的類型 ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "卸載行動裝置 {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "所有檔案 (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "已卸載 {0}。現在你可以安全地移除行動裝置。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "外觀" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "安全移除硬體" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "外觀參數是設計來列印較高品質形狀和表面的視覺性原型和模型。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "無法卸載 {0},可能有其它程式正在使用行動裝置。" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "工程" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "警告" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "工程參數是設計來列印較高精度和較小公差的功能性原型和實際使用零件。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "行動裝置" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "草稿" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "AMF 檔案" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "草稿參數是設計來縮短時間,快速列印初始原型和概念驗證。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Ultimaker 格式的封包" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "自訂線材資料" +msgid "Per Model Settings" +msgstr "單一模型設定" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "自訂" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "設定對每個模型的單獨設定" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "登入失敗" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "更新韌體" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "正在為物件尋找新位置" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "Cura 偵測到群組 {0} 的管理主機上未安裝的線材參數。" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "尋找位置中" +msgid "Sending materials to printer" +msgstr "向印表機傳送線材參數中" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "無法在列印範圍內放下全部物件" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "你正在嘗試連接到 {0},但它不是印表機群組的管理者。你可以透過網頁將其設定為印表機群組的管理者。" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "無法找到位置" +msgid "Not a group host" +msgstr "不是印表機群組管理者" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "無法建立與印表機同步的材料檔案." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "設定印表機群組" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "無法載入與印表機同步的材料檔案." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "正在傳送列印作業" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "從Digital Factory的回應似乎已損壞." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "正在上傳列印作業到印表機。" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "從Digital Factory的回應似乎遺漏重要資訊." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "列印作業隊列已滿,印表機無法再接受新的作業。" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "在連接至Digital Factory去同步材料的過程中失敗." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "隊列已滿" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "在連接至Digital Factory的過程中失敗." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "正在載入印表機..." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "正在設定偏好設定..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "請等待目前作業傳送完成。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "正在初始化啟用的機器..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "列印錯誤" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "正在初始化機器管理員..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "列印作業已成功傳送到印表機。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "正在初始化列印範圍..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "資料傳送" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "正在設定場景..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"您的列印機 {printer_name} 可以透過雲端連接.\n" +"\v透過連接Digital Factory使您可以任意管理列印順序及監控列印" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "正在載入介面..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "您準備好雲端列印嗎?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "正在初始化引擎..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "開始" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "學習更多" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "一次只能載入一個 G-code 檔案。{0} 已跳過匯入" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "你正在嘗試連接到一台未安裝 Ultimaker Connect 的印表機。請將印表機更新至最新版本的韌體。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "警告" +msgid "Update your printer" +msgstr "更新你印表機" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "如果載入 G-code,則無法開啟其他任何檔案。{0} 已跳過匯入" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "雲端服務未上傳資料到印表機。" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "錯誤" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "略過" +msgid "Network error" +msgstr "網路錯誤" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "關閉" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "網路連線列印" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "下一步" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "網路連線列印" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "完成" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "透過網路連接" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "增加" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "明天" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "取消" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "今天" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "群組 #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "透過網路連接" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "外壁" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "從你的 Ultimaker 帳號偵測到新的印表機" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "內壁" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "從你的帳號新增印表機 {name} ({model})" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "表層" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "… 和 {0} 其他" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "填充" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "從 Digital Factory 新增的印表機:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "支撐填充" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "印表機無法使用雲端連接" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "支撐介面" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "印表機未連到 Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "支撐" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "裙邊" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "要建立連線,請前往 {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "裝填塔" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "保留印表機設定" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "移動" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "移除印表機" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "回抽" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} 將被移除,直到下次帳號同步之前。" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "其它" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "要永久移除 {printer_name},請前往 {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "發佈通知無法開啟." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "你確定要暫時移除 {printer_name} 嗎?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "Cura 無法啟動" +msgid "Remove printers?" +msgstr "移除印表機?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"你將從 Cura 移除 {0} 印表機。此動作無法復原。\n" +"你確定要繼續嗎?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    糟糕,Ultimaker Cura 遇到了一些似乎不正常的事情。

    \n" -"

    我們在啟動過程中遇到了無法修正的錯誤。這可能是由一些不正確的設定檔造成的。我們建議備份並重置您的設定。

    \n" -"

    備份檔案可在設定資料夾中找到。

    \n" -"

    請將錯誤報告傳送給我們以修正此問題。

    \n" -" " +"你將從 Cura 移除所有印表機。此動作無法復原。\n" +"你確定要繼續嗎?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "傳送錯誤報告給 Ultimaker" +msgid "Print via cloud" +msgstr "透過雲端服務列印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "顯示詳細的錯誤報告" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "透過雲端服務列印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "顯示設定資料夾" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "透過雲端服務連接" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "備份和重置設定" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "錯誤報告" +msgid "Monitor print" +msgstr "監控列印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Cura 發生了一個嚴重的錯誤。請將錯誤報告傳送給我們以修正此問題

    \n" -"

    請用\"送出報告\"按鈕自動發出一份錯誤報告到我們的伺服器

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "在Ultimaker Digital Factory中追蹤您的列印" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "系統資訊" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "不明上傳列印作業錯誤代碼:{0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "未知" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "3D 模型助手" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Cura 版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    由於模型尺寸和線材設定的原因,一個或多個模型無法在最佳情狀下列印

    \n" +"

    {model_names}

    \n" +"

    了解如何確保最佳的列印品質和可靠性。

    \n" +"

    閱讀列印品質指南

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Cura 語言" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "當鐵絲網列印(Wire Printing)功能開啟時,Cura 將無法準確地顯示列印層。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "作業系統語言" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "模擬檢視" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "平台" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "因為你還沒切片,沒有東西可顯示。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Qt 版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "沒有列印層可顯示" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "PyQt 版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "不要再顯示這個訊息" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +# Added manually to fix a string that was changed after string freeze. +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "分層檢視" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "尚未初始化
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "G-code 寫入器不支援非文字模式。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • OpenGL 版本:{version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "匯出前請先將 G-code 準備好。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • OpenGL 供應商:{vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "G-code 檔案" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • OpenGL 渲染器:{renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "寫入 3mf 檔案發生錯誤。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "錯誤追溯" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "3MF 寫入器外掛已損壞。" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "日誌" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "無工作區可寫入,請先添加一部印表機." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "送出報告" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "沒有寫入此處工作區的權限。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "無法開始新的登入程序。檢查是否有其他登入仍在進行中。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "操作系統不允許將專案檔案儲存到此位置或儲存為此檔名。" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "無法連上 Ultimaker 帳號伺服器。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "3MF 檔案" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" -msgstr "登入失敗" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Cura 專案 3MF 檔案" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "提供的狀態不正確。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "壓縮 G-code 檔案" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "在向帳戶伺服器進行身分驗證時逾時." +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "未知問題使切片失敗. 請考慮在我們的問題追蹤器內回報問題." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "核准此應用程式時,請給予所需的權限。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "切片失敗" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "嘗試登入時出現意外狀況,請再試一次。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "回報問題" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "雲端沒有讀取回應。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "於Ultimaker Cura問題追蹤器中回報問題." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "正在複製並放置模型" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "無法使用目前線材切片,因為它與所選機器或設定不相容。" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "正在放置模型" +msgid "Unable to slice" +msgstr "無法切片" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "擺放物件中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "無法使用目前設定進行切片。以下設定存在錯誤:{0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "不支援" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "因部份模型設定問題無法進行切片。部份模型的下列設定有錯誤:{error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "預設值" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "無法切片(原因:換料塔或主位置無效)。" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "噴頭" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "有物件使用了被停用的擠出機 %s ,因此無法進行切片。" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "設定已被更改為符合目前擠出機:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"請檢查設定並檢查你的模型是否:\n" +"- 適合列印範圍\n" +"- 分配了一個已啟用的擠出機\n" +"- 沒有全部設定成修改網格" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "設定更新" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "正在處理層" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "擠出機已停用" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "檔案已經存在" +msgid "Information" +msgstr "資訊" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "檔案 {0} 已存在。你確定要覆蓋掉它嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "X3D 檔案" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "無效的檔案網址:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "JPG 圖片" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "無法將列印參數匯出至 {0}{1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "無法將列印參數匯出至 {0}:寫入器外掛報告故障。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "列印參數已匯出至:{0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "匯出成功" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "無法從 {0} 匯入列印參數:{1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "在加入印表機前,無法從 {0} 匯入列印參數。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "JPEG 圖片" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "檔案 {0} 內沒有自訂列印參數可匯入" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "PNG 圖片" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "從 {0} 匯入列印參數失敗:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "BMP 圖片" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "列印參數 {0} 含有不正確的資料,無法匯入。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "GIF 圖片" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "從 {0} 匯入列印參數失敗:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "噴頭" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "已成功匯入列印參數 {0}。" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "專案檔案 {0} 包含未知的機器類型 {1}。機器無法被匯入,但模型將被匯入。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "檔案 {0} 內未含有效的列印參數。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "開啟專案檔案" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "列印參數 {0} 檔案類型未知或已損壞。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "自訂列印參數" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "列印參數缺少列印品質類型定義。" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "尚未啟動列印機." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "專案檔案 {0} 無法存取:{1}。" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "無法新增列印參數。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "無法開啟專案檔案" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "品質類型 '{0}' 與目前的啟用的機器設定 '{1} '不相容。" +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "專案檔案{0} 已毀損 : {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "警告:列印參數無法顯示,因為它的品質類型 '{0}' 無法在目前設定使用。切換到可使用此品質類型的線材/噴頭組合。" +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "專案檔案 {0} 使用了此版本 Ultimaker Cura 未知的參數製作。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "單一模型設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "推薦" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "設定對每個模型的單獨設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "自訂選項" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Cura 列印參數" +msgid "3MF File" +msgstr "3MF 檔案" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "X3D 檔案" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "無法寫入 UFP 檔案:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "嘗試恢復備份時發生錯誤。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Cura 15.04 列印參數" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "備份" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "上傳你的備份時發生錯誤。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "正在建立備份..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "建立備份時發生了錯誤。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "正在上傳你的備份..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "你的備份上傳完成。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "備份超過了最大檔案大小。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "管理備份" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "印表機設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "備份" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "嘗試恢復備份時發生錯誤。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "無法讀取範例資料檔案." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "G-code GZ 寫入器不支援非文字模式。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "後處理" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "修改 G-Code 檔案" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "支撐阻斷器" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "建立一塊不列印支撐的空間。" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "行動裝置" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "儲存至行動裝置" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "預覽" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "儲存到行動裝置 {0}" +msgid "X-Ray view" +msgstr "透視檢視" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "沒有可供寫入的檔案格式!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "調整列印平台水平" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "正在儲存到行動裝置 {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "選擇升級" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "儲存中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "無法儲存到 {0}{1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "嘗試寫入到 {device} 時無法找到檔名。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "無法儲存到行動裝置 {0}:{1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "儲存到行動裝置 {0}:{1}" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "模型區域顯示已遺失或突出表面, 請修復您的模型並重新匯入Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "檔案已儲存" +msgid "Model Errors" +msgstr "模型錯誤" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "卸載" +msgid "Learn more" +msgstr "學習更多" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "卸載行動裝置 {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "實體檢視" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "已卸載 {0}。現在你可以安全地移除行動裝置。" +msgid "Parsing G-code" +msgstr "正在解析 G-code" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "安全移除硬體" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "無法卸載 {0},可能有其它程式正在使用行動裝置。" +msgid "G-code Details" +msgstr "G-code 細項設定" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "更新韌體" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Cura 15.04 列印參數" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "推薦" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "自訂選項" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "專案檔案 {0} 包含未知的機器類型 {1}。機器無法被匯入,但模型將被匯入。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "開啟專案檔案" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "專案檔案 {0} 無法存取:{1}。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "無法開啟專案檔案" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "專案檔案{0} 已毀損 : {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "專案檔案 {0} 使用了此版本 Ultimaker Cura 未知的參數製作。" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "3MF 檔案" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "無法寫入 UFP 檔案:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Ultimaker 格式的封包" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "G-code 檔案" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "預覽" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "透視檢視" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "正在處理層" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "資訊" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "未知問題使切片失敗. 請考慮在我們的問題追蹤器內回報問題." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "切片失敗" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "回報問題" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "於Ultimaker Cura問題追蹤器中回報問題." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "無法使用目前線材切片,因為它與所選機器或設定不相容。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "無法切片" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "無法使用目前設定進行切片。以下設定存在錯誤:{0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "因部份模型設定問題無法進行切片。部份模型的下列設定有錯誤:{error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "無法切片(原因:換料塔或主位置無效)。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "有物件使用了被停用的擠出機 %s ,因此無法進行切片。" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"請檢查設定並檢查你的模型是否:\n" -"- 適合列印範圍\n" -"- 分配了一個已啟用的擠出機\n" -"- 沒有全部設定成修改網格" - -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "AMF 檔案" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "發送檔案之前,請確保 G-code 適用於目前印表機和印表機設定。目前 G-code 檔案可能不準確。" -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "壓縮 G-code 檔案" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "後處理" +msgid "G File" +msgstr "G 檔案" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "修改 G-Code 檔案" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "印表機設定" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "USB 連線列印" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "透過 USB 連線列印" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "透過 USB 連線列印" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "透過 USB 連接" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USB 列印正在進行中,關閉 Cura 將停止此列印工作。你確定要繼續嗎?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "列印仍在進行中。列印完成前,Cura 無法透過 USB 開始另一次列印。" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "列印正在進行中" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "準備" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "正在解析 G-code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "G-code 細項設定" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "發送檔案之前,請確保 G-code 適用於目前印表機和印表機設定。目前 G-code 檔案可能不準確。" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "G 檔案" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "正在載入印表機..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "JPG 圖片" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "正在設定偏好設定..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "JPEG 圖片" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "正在初始化啟用的機器..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "PNG 圖片" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "正在初始化機器管理員..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "BMP 圖片" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "正在初始化列印範圍..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "GIF 圖片" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "正在設定場景..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "調整列印平台水平" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "正在載入介面..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "選擇升級" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "正在初始化引擎..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "G-code GZ 寫入器不支援非文字模式。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "無法存取更新資訊。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "一次只能載入一個 G-code 檔案。{0} 已跳過匯入" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "新的問題修復功能適用於您的 {machine_name}! 如果你準備好了,推薦您將列印機的軟體升級至最新版本 {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "如果載入 G-code,則無法開啟其他任何檔案。{0} 已跳過匯入" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "新的%s軟體已可使用" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "預設值" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "如何更新" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "外觀" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "無法讀取範例資料檔案." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "外觀參數是設計來列印較高品質形狀和表面的視覺性原型和模型。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "你需要結束並重新啟動 {} ,更動才能生效。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "工程" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "同步中..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "工程參數是設計來列印較高精度和較小公差的功能性原型和實際使用零件。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "從你的 Ultimaker 帳號偵測到資料更動" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "草稿" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "你要使用你的帳號同步線材資料和軟體套件嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "草稿參數是設計來縮短時間,快速列印初始原型和概念驗證。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "同步" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "不覆寫" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "拒絕並從帳號中刪除" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "你確定要移除 {0} 嗎?這動作無法復原!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "下載外掛 {} 失敗" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "未知" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "拒絕" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "下列印表機因為是群組的一部份導致無法連接" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "同意" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "可用的網路印表機" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "外掛授權協議" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "已計算" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "G-code 寫入器不支援非文字模式。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "再列印前請先同步線材資料." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "匯出前請先將 G-code 準備好。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "新線材資料安裝" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "當鐵絲網列印(Wire Printing)功能開啟時,Cura 將無法準確地顯示列印層。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "模擬檢視" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "自訂線材資料" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "因為你還沒切片,沒有東西可顯示。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "自訂" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "沒有列印層可顯示" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "自訂列印參數" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "不要再顯示這個訊息" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "所有支援的類型 ({0})" -# Added manually to fix a string that was changed after string freeze. -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "分層檢視" +msgid "All Files (*)" +msgstr "所有檔案 (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "網路連線列印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "無法建立與印表機同步的材料檔案." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "網路連線列印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "無法載入與印表機同步的材料檔案." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "透過網路連接" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "從Digital Factory的回應似乎已損壞." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "明天" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "從Digital Factory的回應似乎遺漏重要資訊." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "今天" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "在連接至Digital Factory去同步材料的過程中失敗." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "透過網路連接" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "在連接至Digital Factory的過程中失敗." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "請等待目前作業傳送完成。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "無法從使用者資料目錄建立備份檔:{}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "列印錯誤" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "嘗試復原Cura 備份(若無proper data或meta data)。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "列印作業已成功傳送到印表機。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "嘗試復原新版本的Cura備份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "資料傳送" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "恢復Cura備份時,出現下列錯誤:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "你正在嘗試連接到一台未安裝 Ultimaker Connect 的印表機。請將印表機更新至最新版本的韌體。" +msgid "Finding new location for objects" +msgstr "正在為物件尋找新位置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "更新你印表機" +msgid "Finding Location" +msgstr "尋找位置中" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "列印作業隊列已滿,印表機無法再接受新的作業。" +msgid "Unable to find a location within the build volume for all objects" +msgstr "無法在列印範圍內放下全部物件" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "隊列已滿" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "正在傳送列印作業" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "正在上傳列印作業到印表機。" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "Cura 偵測到群組 {0} 的管理主機上未安裝的線材參數。" +msgid "Can't Find Location" +msgstr "無法找到位置" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "向印表機傳送線材參數中" +msgid "Login failed" +msgstr "登入失敗" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "雲端服務未上傳資料到印表機。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "外壁" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "網路錯誤" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "內壁" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "你正在嘗試連接到 {0},但它不是印表機群組的管理者。你可以透過網頁將其設定為印表機群組的管理者。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "表層" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "不是印表機群組管理者" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "填充" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "設定印表機群組" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "支撐填充" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"您的列印機 {printer_name} 可以透過雲端連接.\n" -"\v透過連接Digital Factory使您可以任意管理列印順序及監控列印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "支撐介面" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "您準備好雲端列印嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "支撐" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "開始" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "裙邊" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "學習更多" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "裝填塔" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "透過雲端服務列印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "移動" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "透過雲端服務列印" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "回抽" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "透過雲端服務連接" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" -msgstr "監控列印" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "在Ultimaker Digital Factory中追蹤您的列印" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "不明上傳列印作業錯誤代碼:{0}" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "從你的 Ultimaker 帳號偵測到新的印表機" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "從你的帳號新增印表機 {name} ({model})" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "其它" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "… 和 {0} 其他" +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "群組 #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "從 Digital Factory 新增的印表機:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "發佈通知無法開啟." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "印表機無法使用雲端連接" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "略過" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "印表機未連到 Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" +msgstr "關閉" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "增加" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "要建立連線,請前往 {website_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "完成" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "保留印表機設定" +msgid "Cancel" +msgstr "取消" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 msgctxt "@action:button" -msgid "Remove printers" -msgstr "移除印表機" +msgid "Next" +msgstr "下一步" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} 將被移除,直到下次帳號同步之前。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "由於「列印序列」設定的值,成形列印範圍高度已被減少,以防止龍門與列印模型相衝突。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "要永久移除 {printer_name},請前往 {digital_factory_link}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "列印範圍" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "你確定要暫時移除 {printer_name} 嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "無法儲存線材資料至{}:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "線材資料儲存失敗" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "未知的錯誤." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 msgctxt "@title:window" -msgid "Remove printers?" -msgstr "移除印表機?" +msgid "File Already Exists" +msgstr "檔案已經存在" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"你將從 Cura 移除 {0} 印表機。此動作無法復原。\n" -"你確定要繼續嗎?" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "檔案 {0} 已存在。你確定要覆蓋掉它嗎?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"你將從 Cura 移除所有印表機。此動作無法復原。\n" -"你確定要繼續嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "無效的檔案網址:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "打開壓縮的三角面網格" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "不支援" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "預設值" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "glTF Binary" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "設定已被更改為符合目前擠出機:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embedded JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "設定更新" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Stanford 三角形格式" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "擠出機已停用" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Compressed COLLADA Digital Asset Exchange" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "無法將列印參數匯出至 {0}{1}" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "模型區域顯示已遺失或突出表面, 請修復您的模型並重新匯入Cura." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "無法將列印參數匯出至 {0}:寫入器外掛報告故障。" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "列印參數已匯出至:{0}" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 msgctxt "@info:title" -msgid "Model Errors" -msgstr "模型錯誤" +msgid "Export succeeded" +msgstr "匯出成功" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "實體檢視" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "無法從 {0} 匯入列印參數:{1}" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "寫入 3mf 檔案發生錯誤。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "在加入印表機前,無法從 {0} 匯入列印參數。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "3MF 寫入器外掛已損壞。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "檔案 {0} 內沒有自訂列印參數可匯入" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "無工作區可寫入,請先添加一部印表機." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "從 {0} 匯入列印參數失敗:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "沒有寫入此處工作區的權限。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "列印參數 {0} 含有不正確的資料,無法匯入。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "操作系統不允許將專案檔案儲存到此位置或儲存為此檔名。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "從 {0} 匯入列印參數失敗:" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "3MF 檔案" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "已成功匯入列印參數 {0}。" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Cura 專案 3MF 檔案" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "檔案 {0} 內未含有效的列印參數。" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "監控" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format +msgctxt "@info:status" +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "列印參數 {0} 檔案類型未知或已損壞。" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 -msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "3D 模型助手" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "自訂列印參數" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 msgctxt "@info:status" -msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    由於模型尺寸和線材設定的原因,一個或多個模型無法在最佳情狀下列印

    \n" -"

    {model_names}

    \n" -"

    了解如何確保最佳的列印品質和可靠性。

    \n" -"

    閱讀列印品質指南

    " - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Mesh Type" -msgstr "網格類型" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 -msgctxt "@label" -msgid "Normal model" -msgstr "普通模型" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 -msgctxt "@label" -msgid "Print as support" -msgstr "做為支撐" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 -msgctxt "@label" -msgid "Modify settings for overlaps" -msgstr "修改重疊處設定" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 -msgctxt "@label" -msgid "Don't support overlaps" -msgstr "重疊處不建立支撐" - -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" -msgstr "只填充網格" +msgid "Profile is missing a quality type." +msgstr "列印參數缺少列印品質類型定義。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" -msgstr "切割網格" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "尚未啟動列印機." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 -msgctxt "@action:button" -msgid "Select settings" -msgstr "選擇設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "無法新增列印參數。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "選擇對此模型的自訂設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "品質類型 '{0}' 與目前的啟用的機器設定 '{1} '不相容。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "篩選..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "警告:列印參數無法顯示,因為它的品質類型 '{0}' 無法在目前設定使用。切換到可使用此品質類型的線材/噴頭組合。" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "顯示全部" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "正在複製並放置模型" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Cura 備份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "正在放置模型" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Cura 版本" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "擺放物件中" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "印表機" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "無法開始新的登入程序。檢查是否有其他登入仍在進行中。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "線材" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "無法連上 Ultimaker 帳號伺服器。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "參數" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" +msgstr "登入失敗" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "外掛" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "雲端沒有讀取回應。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "想要更多?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "提供的狀態不正確。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "立即備份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "在向帳戶伺服器進行身分驗證時逾時." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "自動備份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "核准此應用程式時,請給予所需的權限。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "每天啟動 Cura 時自動建立備份。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "嘗試登入時出現意外狀況,請再試一次。" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "復原" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "Cura 無法啟動" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "刪除備份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    糟糕,Ultimaker Cura 遇到了一些似乎不正常的事情。

    \n" +"

    我們在啟動過程中遇到了無法修正的錯誤。這可能是由一些不正確的設定檔造成的。我們建議備份並重置您的設定。

    \n" +"

    備份檔案可在設定資料夾中找到。

    \n" +"

    請將錯誤報告傳送給我們以修正此問題。

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "你確定要刪除此備份嗎? 這動作無法復原。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "傳送錯誤報告給 Ultimaker" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "復原備份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "顯示詳細的錯誤報告" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "在復原備份之前,你需要重新啟動 Cura。 你想要現在關閉 Cura 嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "顯示設定資料夾" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "備份並同步你的 Cura 設定。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "備份和重置設定" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "登入" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "錯誤報告" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "我的備份" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Cura 發生了一個嚴重的錯誤。請將錯誤報告傳送給我們以修正此問題

    \n" +"

    請用\"送出報告\"按鈕自動發出一份錯誤報告到我們的伺服器

    \n" +" " -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "你目前沒有任何備份。 使用「立即備份」按鈕建立一個。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "系統資訊" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "在預覽階段限制只能顯示 5 個備份。 刪除備份以顯示較舊的備份。" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "未知" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "印表機設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Cura 版本" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 msgctxt "@label" -msgid "X (Width)" -msgstr "X (寬度)" +msgid "Cura language" +msgstr "Cura 語言" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 msgctxt "@label" -msgid "mm" -msgstr "mm" +msgid "OS language" +msgstr "作業系統語言" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (深度)" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "平台" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (高度)" +msgid "Qt version" +msgstr "Qt 版本" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 msgctxt "@label" -msgid "Build plate shape" -msgstr "列印平台形狀" +msgid "PyQt version" +msgstr "PyQt 版本" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "原點位於中心" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 msgctxt "@label" -msgid "Heated bed" -msgstr "熱床" +msgid "Not yet initialized
    " +msgstr "尚未初始化
    " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "熱箱" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 +#, python-brace-format +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • OpenGL 版本:{version}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "G-code 類型" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • OpenGL 供應商:{vendor}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "列印頭設定" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • OpenGL 渲染器:{renderer}
  • " -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 -msgctxt "@label" -msgid "X min" -msgstr "X 最小值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "錯誤追溯" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 -msgctxt "@label" -msgid "Y min" -msgstr "Y 最小值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "日誌" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X 最大值" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "送出報告" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y 最大值" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." +msgstr "" +"請確認你的印表機有連接:\n" +"- 檢查印表機是否已打開。\n" +"- 檢查印表機是否已連接到網路。\n" +"- 檢查是否已登入以尋找雲端連接的印表機。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "吊車高度" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "請將你的印表機連上網路。" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "擠出機數目" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "查看線上使用者手冊" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 -msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "將擠出機偏移設定至Gcode" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "為了監控您的印表機,請連結印表機." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "起始 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "選擇對此模型的自訂設定" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "結束 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "篩選..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "噴頭設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "顯示全部" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" -msgid "Nozzle size" -msgstr "噴頭孔徑" +msgid "Mesh Type" +msgstr "網格類型" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "相容的線材直徑" +msgid "Normal model" +msgstr "普通模型" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "噴頭偏移 X" +msgid "Print as support" +msgstr "做為支撐" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "噴頭偏移 Y" +msgid "Modify settings for overlaps" +msgstr "修改重疊處設定" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "冷卻風扇數量" +msgid "Don't support overlaps" +msgstr "重疊處不建立支撐" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "擠出機起始 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" +msgstr "只填充網格" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "擠出機結束 G-code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" +msgstr "切割網格" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" +msgstr "選擇設定" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 msgctxt "@title" msgid "Update Firmware" msgstr "更新韌體" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." msgstr "韌體是直接在 3D 印表機上運行的一個軟體。此韌體控制步進馬達,調節溫度讓印表機正常運作。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." msgstr "新印表機出廠配備的韌體完全可以正常使用,但新版本往往具有更多的新功能和改進。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" msgid "Automatically upgrade Firmware" msgstr "自動升級韌體" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 msgctxt "@action:button" msgid "Upload custom Firmware" msgstr "上傳自訂韌體" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" msgid "Firmware can not be updated because there is no connection with the printer." msgstr "因為沒有與印表機連線,無法更新韌體。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." msgstr "因為連線的印表機不支援更新韌體,無法更新韌體。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 msgctxt "@title:window" msgid "Select custom firmware" msgstr "選擇自訂韌體" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 msgctxt "@title:window" msgid "Firmware Update" msgstr "韌體更新" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 msgctxt "@label" msgid "Updating firmware." msgstr "更新韌體中..." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 msgctxt "@label" msgid "Firmware update completed." msgstr "韌體更新已完成。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 msgctxt "@label" msgid "Firmware update failed due to an unknown error." msgstr "由於未知錯誤,韌體更新失敗。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 msgctxt "@label" msgid "Firmware update failed due to an communication error." msgstr "由於通訊錯誤,導致韌體更新失敗。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 msgctxt "@label" msgid "Firmware update failed due to an input/output error." msgstr "由於輸入/輸出錯誤,導致韌體更新失敗。" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 msgctxt "@label" msgid "Firmware update failed due to missing firmware." msgstr "由於韌體遺失,導致韌體更新失敗。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "開啟專案" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "更新已有設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "已中斷" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "新建設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "已完成" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "摘要 - Cura 專案" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "正在準備..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "印表機設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "正在中斷..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "如何解決機器的設定衝突?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "失敗" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "類型" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "正在暫停..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "印表機群組" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "已暫停" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "列印參數設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "正在繼續..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "如何解决列印參數中的設定衝突?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "需要採取的動作" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "名稱" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "在 %2 完成 %1" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "意圖" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "管理印表機" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "不在列印參數中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "玻璃" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 覆寫" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "請更新你印表機的韌體以便遠端管理工作隊列。" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "衍生自" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "網路攝影機無法從Ultimaker Cura中瀏覽,請點擊\"管理列印機\"並從Ultimaker Digital Factory中瀏覽網路攝影機." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 覆寫" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "正在載入..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "線材設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "無法使用" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "如何解决線材的設定衝突?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "無法連接" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "參數顯示設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "閒置中" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "模式" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "正在列印" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "顯示設定:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "無標題" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 / %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "匿名" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "載入專案時將清除列印平台上的所有模型。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "需要修改設定" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Open" -msgstr "開啟" +msgid "Details" +msgstr "細項" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "後處理外掛" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 -msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "後處理腳本" +msgid "Configuration Changes" +msgstr "修改設定" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "添加一個腳本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "覆寫" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Settings" -msgstr "設定" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "更改目前啟用的後處理腳本。" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "下列為啟用中的腳本:" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "轉換圖片..." - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "每個像素與底板的最大距離。" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "高度 (mm)" - -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "距離列印平台的底板高度,以毫米為單位。" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "分配的印表機 %1 需要下列的設定更動:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" -msgid "Base (mm)" -msgstr "底板 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "已分配到印表機 %1,但列印工作含有未知的線材設定。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "列印平台寬度,以毫米為單位。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "將線材 %1 從 %2 改成 %3。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 -msgctxt "@action:label" -msgid "Width (mm)" -msgstr "寬度 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +msgctxt "@label" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "將 %3 做為線材 %1 載入(無法覆寫)。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "列印平台深度,以毫米為單位" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +msgctxt "@label" +msgid "Change print core %1 from %2 to %3." +msgstr "將 print core %1 從 %2 改成 %3。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 -msgctxt "@action:label" -msgid "Depth (mm)" -msgstr "深度 (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +msgctxt "@label" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "將列印平台改成 %1(無法覆寫)。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 -msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "若要列印浮雕,深色像素應該對應到較厚的位置,以阻擋更多的光通過。若要列印高度圖,淺色像素表示較高的地形,因此淺色像素應對應於產生的 3D 模型中較厚的位置。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +msgctxt "@label" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "覆寫會將指定的設定套用在現有的印表機上。這可能導致列印失敗。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Darker is higher" -msgstr "顏色越深高度越高" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +msgctxt "@label" +msgid "Aluminum" +msgstr "鋁" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" -msgstr "顏色越淺高度越高" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "網路連線列印" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 -msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "若要列印浮雕,使用一個簡易的對數模型計算半透明效果。若要列印高度圖,將像素值線性對應到高度。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "列印" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 -msgctxt "@item:inlistbox" -msgid "Linear" -msgstr "線性" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "印表機選擇" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 -msgctxt "@item:inlistbox" -msgid "Translucency" -msgstr "半透明" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "連接到網路印表機" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 -msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "光線穿透 1mm 厚度列印件的百分比。降低此值可增加暗部的對比度,並降低亮部的對比度。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "要透過網路列印,請確認你的印表機已透過網路線或 WIFI 連接到網路。若你無法讓 Cura 與印表機連線,你仍然可以使用 USB 裝置將 G-code 檔案傳輸到印表機。" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" -msgstr "1mm 透明度" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +msgctxt "@label" +msgid "Select your printer from the list below:" +msgstr "從下列清單中選擇你的印表機:" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "影像平滑程度。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +msgctxt "@action:button" +msgid "Edit" +msgstr "編輯" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 -msgctxt "@action:label" -msgid "Smoothing" -msgstr "平滑" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +msgctxt "@action:button" +msgid "Remove" +msgstr "移除" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" -msgid "OK" -msgstr "確定" +msgid "Refresh" +msgstr "刷新" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "請選擇適用於 Ultimaker Original 的更新檔案" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "如果你的印表機未被列出,請閱讀網路列印故障排除指南" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "熱床(官方版本或自製版本)" +msgid "Type" +msgstr "類型" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "列印平台調整水平" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +msgctxt "@label" +msgid "Firmware version" +msgstr "韌體版本" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "為了確保列印品質出色,你現在可以開始調整你的列印平台。當你點擊「移動到下一個位置」時,噴頭將移動到不同的可調節位置。" +msgid "Address" +msgstr "位址" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "在噴頭停止的每一個位置下方插入一張紙,並調整平台高度。當紙張恰好被噴頭的尖端輕微壓住時,表示列印平台已被校準在正確的高度。" +msgid "This printer is not set up to host a group of printers." +msgstr "此印表機未被設定為管理印表機群組。" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "開始進行列印平台調平" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +msgctxt "@label" +msgid "This printer is the host for a group of %1 printers." +msgstr "此印表機為 %1 印表機群組的管理者。" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +msgctxt "@label" +msgid "The printer at this address has not yet responded." +msgstr "該網路位址的印表機尚無回應。" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "移動到下一個位置" +msgid "Connect" +msgstr "連接" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "更多關於匿名資料收集的資訊" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura 搜集匿名資料以提高列印品質和使用者體驗。以下是共享資料的範例:" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "我不想傳送匿名資料" +msgid "Invalid IP address" +msgstr "無效的 IP 位址" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "允許傳送匿名資料" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "請輸入有效的 IP 位址 。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "市集" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "印表機網路位址" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "需重新啟動 Cura,套件的更動才能生效。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "輸入印表機的 IP 位址。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "結束 %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "無法使用的印表機" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "安裝" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "可用的第一個" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "已安裝" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "移至頂端" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 msgctxt "@label" -msgid "Premium" -msgstr "付費會員" +msgid "Delete" +msgstr "刪除" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "前往網路市集" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" +msgstr "繼續" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 msgctxt "@label" -msgid "Search materials" -msgstr "搜尋線材" +msgid "Pausing..." +msgstr "正在暫停..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 msgctxt "@label" -msgid "Compatibility" -msgstr "相容性" +msgid "Resuming..." +msgstr "正在繼續..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "機器" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "暫停" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "列印平台" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "正在中斷..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "支撐" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "中斷" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "品質" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "你確定要將 %1 移至隊列的頂端嗎?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 -msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "技術資料表" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "將列印作業移至最頂端" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 -msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "安全資料表" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "你確定要刪除 %1 嗎?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 -msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "列印指南" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "刪除列印作業" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 -msgctxt "@action:label" -msgid "Website" -msgstr "網站" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "你確定要中斷 %1 嗎?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "需要登入才能進行安裝或升級" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "中斷列印" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "購買線材線軸" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 -msgctxt "@action:button" -msgid "Update" -msgstr "更新" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "更新中" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "更新完成" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "返回" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "外掛" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" -msgid "Materials" -msgstr "線材" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "已安裝" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "將在重新啟動時安裝" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "需要登入才能進行升級" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "降級版本" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "移除" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "社群貢獻" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "社群外掛" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "通用線材" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "取得套件..." - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 -msgctxt "@label" -msgid "Website" -msgstr "網站" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 -msgctxt "@label" -msgid "Email" -msgstr "電子郵件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "請登入以取得 Ultimaker Cura Enterprise 驗証的外掛及線材" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" -msgid "Version" -msgstr "版本" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 -msgctxt "@label" -msgid "Last updated" -msgstr "最後更新時間" +msgid "Queued" +msgstr "已排入隊列" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 -msgctxt "@label" -msgid "Brand" -msgstr "品牌" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "使用瀏覽器管理" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" -msgid "Downloads" -msgstr "下載" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "已安裝外掛" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 -msgctxt "@info" -msgid "No plugin has been installed." -msgstr "尚未安裝任何外掛。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "已安裝線材" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 -msgctxt "@info" -msgid "No material has been installed." -msgstr "尚未安裝任何線材。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "捆綁式外掛" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "捆綁式線材" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 -msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "無法連上 Cura 套件資料庫。請檢查你的網路連線。" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "目前沒有列印作業在隊列中。可透過切片並傳送列印作來增加一個。" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "你必需同意授權協議才能安裝套件" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "你帳戶的更動" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 -msgctxt "@button" -msgid "Dismiss" -msgstr "捨棄" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 -msgctxt "@button" -msgid "Next" -msgstr "下一步" +msgid "Print jobs" +msgstr "列印作業" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" -msgid "The following packages will be added:" -msgstr "將新增下列套件:" +msgid "Total print time" +msgstr "總列印時間" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "下列套件因 Cura 版本不相容,無法安裝:" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "移除確認" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "你正在移除仍被使用的線材/列印設定。確認後會將下列耗材/列印設定重設為預設值。" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "線材" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "參數" - -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "確定" +msgid "Waiting for" +msgstr "等待" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 msgctxt "@label" msgid "Color scheme" msgstr "顏色方案" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 msgctxt "@label:listbox" msgid "Material Color" msgstr "線材顏色" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 msgctxt "@label:listbox" msgid "Line Type" msgstr "線條類型" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 msgctxt "@label:listbox" msgid "Speed" msgstr "速度" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 msgctxt "@label:listbox" msgid "Layer Thickness" msgstr "層厚" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 msgctxt "@label:listbox" msgid "Line Width" msgstr "線寬" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 msgctxt "@label:listbox" msgid "Flow" msgstr "流動" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 msgctxt "@label" msgid "Compatibility Mode" msgstr "相容模式" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 msgctxt "@label" msgid "Travels" msgstr "移動軌跡" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 msgctxt "@label" msgid "Helpers" msgstr "輔助結構" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 msgctxt "@label" msgid "Shell" msgstr "外殼" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 msgctxt "@label" msgid "Infill" msgstr "填充" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 msgctxt "@label" msgid "Starts" msgstr "啟動" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 msgctxt "@label" msgid "Only Show Top Layers" msgstr "只顯示頂層" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "顯示頂端 5 層列印細節" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" msgstr "頂 / 底層" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 msgctxt "@label" msgid "Inner Wall" msgstr "內壁" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 msgctxt "@label" msgid "min" msgstr "最小值" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 msgctxt "@label" msgid "max" msgstr "最大值" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "管理印表機" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "玻璃" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "請更新你印表機的韌體以便遠端管理工作隊列。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "高度 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "網路攝影機無法從Ultimaker Cura中瀏覽,請點擊\"管理列印機\"並從Ultimaker Digital Factory中瀏覽網路攝影機." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "每個像素與底板的最大距離。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "正在載入..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" +msgstr "底板 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "無法使用" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." +msgstr "距離列印平台的底板高度,以毫米為單位。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "無法連接" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" +msgstr "寬度 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "閒置中" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "正在準備..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" +msgstr "深度 (mm)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "正在列印" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" +msgstr "列印平台深度,以毫米為單位" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "無標題" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" +msgstr "顏色越深高度越高" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "匿名" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "顏色越淺高度越高" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "需要修改設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "若要列印浮雕,深色像素應該對應到較厚的位置,以阻擋更多的光通過。若要列印高度圖,淺色像素表示較高的地形,因此淺色像素應對應於產生的 3D 模型中較厚的位置。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "細項" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "無法使用的印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" +msgstr "線性" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 -msgctxt "@label" -msgid "First available" -msgstr "可用的第一個" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" +msgstr "半透明" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 -msgctxt "@label" -msgid "Queued" -msgstr "已排入隊列" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "若要列印浮雕,使用一個簡易的對數模型計算半透明效果。若要列印高度圖,將像素值線性對應到高度。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "使用瀏覽器管理" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" +msgstr "1mm 透明度" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 -msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "目前沒有列印作業在隊列中。可透過切片並傳送列印作來增加一個。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "光線穿透 1mm 厚度列印件的百分比。降低此值可增加暗部的對比度,並降低亮部的對比度。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 -msgctxt "@label" -msgid "Print jobs" -msgstr "列印作業" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" +msgstr "平滑" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 -msgctxt "@label" -msgid "Total print time" -msgstr "總列印時間" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "影像平滑程度。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 -msgctxt "@label" -msgid "Waiting for" -msgstr "等待" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 +msgctxt "@action:button" +msgid "OK" +msgstr "確定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "Print over network" -msgstr "網路連線列印" +msgid "Open Project" +msgstr "開啟專案" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "列印" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "更新已有設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "印表機選擇" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "新建設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "修改設定" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "摘要 - Cura 專案" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "覆寫" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 -msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "分配的印表機 %1 需要下列的設定更動:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 -msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "已分配到印表機 %1,但列印工作含有未知的線材設定。" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 -msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "將線材 %1 從 %2 改成 %3。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "如何解決機器的設定衝突?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 -msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "將 %3 做為線材 %1 載入(無法覆寫)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "印表機設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 -msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "將 print core %1 從 %2 改成 %3。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "類型" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 -msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "將列印平台改成 %1(無法覆寫)。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "印表機群組" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 -msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "覆寫會將指定的設定套用在現有的印表機上。這可能導致列印失敗。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "如何解决列印參數中的設定衝突?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 -msgctxt "@label" -msgid "Aluminum" -msgstr "鋁" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "列印參數設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "已完成" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "名稱" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "正在中斷..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "意圖" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "已中斷" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "不在列印參數中" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "失敗" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 覆寫" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "正在暫停..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "衍生自" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "已暫停" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 覆寫" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "正在繼續..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "如何解决線材的設定衝突?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "需要採取的動作" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" +msgstr "線材設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "在 %2 完成 %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" +msgstr "參數顯示設定" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "連接到網路印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" +msgstr "模式" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "要透過網路列印,請確認你的印表機已透過網路線或 WIFI 連接到網路。若你無法讓 Cura 與印表機連線,你仍然可以使用 USB 裝置將 G-code 檔案傳輸到印表機。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" +msgstr "顯示設定:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 -msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "從下列清單中選擇你的印表機:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 / %2" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "編輯" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "載入專案時將清除列印平台上的所有模型。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Remove" -msgstr "移除" +msgid "Open" +msgstr "開啟" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "刷新" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "想要更多?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 -msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "如果你的印表機未被列出,請閱讀網路列印故障排除指南" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "立即備份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 -msgctxt "@label" -msgid "Type" -msgstr "類型" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "自動備份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 -msgctxt "@label" -msgid "Firmware version" -msgstr "韌體版本" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "每天啟動 Cura 時自動建立備份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 -msgctxt "@label" -msgid "Address" -msgstr "位址" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Cura 版本" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 -msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "此印表機未被設定為管理印表機群組。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "印表機" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "此印表機為 %1 印表機群組的管理者。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" +msgstr "線材" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "該網路位址的印表機尚無回應。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "參數" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "連接" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "外掛" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "無效的 IP 位址" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "復原" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "請輸入有效的 IP 位址 。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "刪除備份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "印表機網路位址" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "你確定要刪除此備份嗎? 這動作無法復原。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "輸入印表機的 IP 位址。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "復原備份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "移至頂端" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "在復原備份之前,你需要重新啟動 Cura。 你想要現在關閉 Cura 嗎?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "刪除" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "備份並同步你的 Cura 設定。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "繼續" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "登入" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "正在暫停..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "我的備份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "正在繼續..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "你目前沒有任何備份。 使用「立即備份」按鈕建立一個。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "暫停" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "在預覽階段限制只能顯示 5 個備份。 刪除備份以顯示較舊的備份。" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "正在中斷..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Cura 備份" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "中斷" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "更多關於匿名資料收集的資訊" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "你確定要將 %1 移至隊列的頂端嗎?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "將列印作業移至最頂端" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "你確定要刪除 %1 嗎?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "刪除列印作業" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura 搜集匿名資料以提高列印品質和使用者體驗。以下是共享資料的範例:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "你確定要中斷 %1 嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "我不想傳送匿名資料" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "中斷列印" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "允許傳送匿名資料" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"請確認你的印表機有連接:\n" -"- 檢查印表機是否已打開。\n" -"- 檢查印表機是否已連接到網路。\n" -"- 檢查是否已登入以尋找雲端連接的印表機。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "後處理外掛" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "請將你的印表機連上網路。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" +msgstr "後處理腳本" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "查看線上使用者手冊" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "添加一個腳本" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "為了監控您的印表機,請連結印表機." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 +msgctxt "@label" +msgid "Settings" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "此列印可能會有些問題。點擊查看調整提示。" +msgid "Change active post-processing scripts." +msgstr "更改目前啟用的後處理腳本。" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 msgctxt "@info:tooltip" -msgid "3D View" -msgstr "立體圖" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "下列為啟用中的腳本:" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "前視圖" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "請選擇適用於 Ultimaker Original 的更新檔案" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "上視圖" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "熱床(官方版本或自製版本)" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "左視圖" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "列印平台調整水平" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "右視圖" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "為了確保列印品質出色,你現在可以開始調整你的列印平台。當你點擊「移動到下一個位置」時,噴頭將移動到不同的可調節位置。" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Object list" -msgstr "物件清單" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "在噴頭停止的每一個位置下方插入一張紙,並調整平台高度。當紙張恰好被噴頭的尖端輕微壓住時,表示列印平台已被校準在正確的高度。" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" -msgid "Marketplace" -msgstr "市集" +msgid "Start Build Plate Leveling" +msgstr "開始進行列印平台調平" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "檔案(&F)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "移動到下一個位置" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "編輯(&E)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +msgctxt "@info" +msgid "Ultimaker Verified Plug-in" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "檢視(&V)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "設定(&S)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +msgctxt "@info" +msgid "Ultimaker Verified Package" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "擴充功能(&X)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "偏好設定(&R)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "幫助(&H)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 -msgctxt "@title:window" -msgid "New project" -msgstr "新建專案" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +msgctxt "@info" +msgid "Search in the browser" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 -msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." -msgstr "你確定要開始一個新專案嗎?這將清除列印平台及任何未儲存的設定。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "正在切片..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "結束 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "無法切片" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 +msgctxt "@label" +msgid "By" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Processing" -msgstr "處理中" +msgid "Enable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Slice" -msgstr "切片" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "開始切片程序" +msgid "Disable" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Cancel" -msgstr "取消" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "時間估計" +msgid "Downgrading..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "線材估計" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "沒有時間估計" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" -msgstr "沒有成本估算" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" -msgid "Preview" -msgstr "預覽" +msgid "Update" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" -msgstr "新增印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 -msgctxt "@label" -msgid "Add a networked printer" -msgstr "新增網路印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 -msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "新增非網路印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 -msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "新增雲端印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 -msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "等待雲端服務回應" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "在你的帳號未發現任何印表機?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 -msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "下列您帳號中的印表機已新增至 Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "手動新增印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "使用 IP 位址新增印表機" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "輸入印表機的 IP 位址。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "新增" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "無法連接到裝置。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "無法連接到 Ultimaker 印表機?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "此位址的印表機尚未回應。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "無法添加此印表機,因為它是未知的印表機,或者它不是印表機群組的主機。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" -msgid "Back" -msgstr "返回" +msgid "Safety datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" -msgid "Connect" -msgstr "連接" +msgid "Technical datasheet" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "使用者授權" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "拒絕並關閉" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "歡迎來到 Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "請依照步驟安裝Ultimaker Cura. 這會需要幾分鐘的時間." +msgid "Please read and agree with the plugin licence." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" -msgid "Get started" -msgstr "開始" +msgid "Accept" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "登入Ultimaker 論壇" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "拒絕" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "從市集中加入線材設定或插件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "備份及同步您的線材設定與插件" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "分享創意並可從Ultimaker社群中超過48000的使用者得到幫助" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" -msgid "Skip" -msgstr "略過" +msgid "Load more" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "創建免費的Ultimaker帳戶" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "製造商" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "列印參數作者" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "印表機名稱" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "印表機" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "請為你的印表機取一個名稱" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "噴頭設定" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "在你的網路上找不到印表機。" +msgid "Nozzle size" +msgstr "噴頭孔徑" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Refresh" -msgstr "更新" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "Add printer by IP" -msgstr "使用 IP 位址新增印表機" +msgid "Compatible material diameter" +msgstr "相容的線材直徑" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Add cloud printer" -msgstr "新增雲端印表機" +msgid "Nozzle offset X" +msgstr "噴頭偏移 X" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Troubleshooting" -msgstr "故障排除" +msgid "Nozzle offset Y" +msgstr "噴頭偏移 Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "協助我們改進 Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "Ultimaker Cura 搜集匿名資料以提高列印品質和使用者體驗,包含:" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "機器類型" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "線材用法" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "切片次數" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "列印設定" +msgid "Cooling Fan Number" +msgstr "冷卻風扇數量" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Ultimaker Cura 收集的資料不包含任何個人資訊。" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "擠出機起始 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "更多資訊" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "擠出機結束 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "新功能" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "印表機設定" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "Empty" -msgstr "空的" +msgid "X (Width)" +msgstr "X (寬度)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "Release Notes" -msgstr "發佈通知" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" -msgstr "關於 %1" +msgid "Y (Depth)" +msgstr "Y (深度)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "version: %1" -msgstr "版本:%1" +msgid "Z (Height)" +msgstr "Z (高度)" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "熔絲 3D 列印技術的的端對端解決方案。" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" -msgstr "" -"Cura 由 Ultimaker B.V. 與社群合作開發。\n" -"Cura 使用以下開源專案:" +msgid "Build plate shape" +msgstr "列印平台形狀" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Graphical user interface" -msgstr "圖形用戶介面" +msgid "Origin at center" +msgstr "原點位於中心" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Application framework" -msgstr "應用框架" +msgid "Heated bed" +msgstr "熱床" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "G-code generator" -msgstr "G-code 產生器" +msgid "Heated build volume" +msgstr "熱箱" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Interprocess communication library" -msgstr "進程間通訊交互使用庫" +msgid "G-code flavor" +msgstr "G-code 類型" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 -msgctxt "@label" -msgid "Programming language" -msgstr "編程語言" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "列印頭設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "GUI framework" -msgstr "GUI 框架" +msgid "X min" +msgstr "X 最小值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "GUI framework bindings" -msgstr "GUI 框架綁定" +msgid "Y min" +msgstr "Y 最小值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "C/C++ Binding library" -msgstr "C / C++ 綁定庫" +msgid "X max" +msgstr "X 最大值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Data interchange format" -msgstr "資料交換格式" +msgid "Y max" +msgstr "Y 最大值" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Support library for scientific computing" -msgstr "科學計算函式庫" +msgid "Gantry Height" +msgstr "吊車高度" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Support library for faster math" -msgstr "高速運算函式庫" +msgid "Number of Extruders" +msgstr "擠出機數目" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "Support library for handling STL files" -msgstr "用於處理 STL 檔案的函式庫" +msgid "Apply Extruder offsets to GCode" +msgstr "將擠出機偏移設定至Gcode" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "用於處理平面物件的函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "起始 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 -msgctxt "@label" -msgid "Support library for handling triangular meshes" -msgstr "用於處理三角形網格的函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "結束 G-code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Support library for handling 3MF files" -msgstr "用於處理 3MF 檔案的函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "我的列印機" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "Support library for file metadata and streaming" -msgstr "用於檔案 metadata 和串流的函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "從Ultimaker Digital Factory中監控我的列印機." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Serial communication library" -msgstr "串口通訊函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "從 Digital Library中創建列印專案." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "ZeroConf discovery library" -msgstr "ZeroConf 發現函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "列印工作" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "監控列印工作並於從您的歷史紀錄中再次列印." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "使用插件及線材參數擴充Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "使用Ultimaker e-learning成為一位3D列印專家." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Ultimaker 支援" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "學習如何開始使用Ultimaker Cura." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "提出問題" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "諮詢Ultimaker社群." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "回報Bug" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "讓開發者了解您遇到的問題." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "參觀Ultimaker網站." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "用 %1 列印所選模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "設定(&S)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +msgctxt "@title:window" +msgid "New project" +msgstr "新建專案" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +msgctxt "@info:question" +msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgstr "你確定要開始一個新專案嗎?這將清除列印平台及任何未儲存的設定。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "市集" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Polygon clipping library" -msgstr "多邊形剪輯函式庫" +msgid "Build plate" +msgstr "列印平台" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -msgctxt "@Label" -msgid "Static type checker for Python" -msgstr "Python 靜態型別檢查器" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "熱床的目標溫度。熱床將加熱或冷卻至此溫度。若設定為 0,則不使用熱床。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" -msgstr "驗證 SSL 可信度用的根憑證" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "熱床目前溫度。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@Label" -msgid "Python Error tracking library" -msgstr "Python 錯誤追蹤函式庫" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "熱床的預熱溫度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" +msgstr "取消" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "預熱" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "列印前請預熱熱床。你可以在熱床加熱時繼續調整相關物件,讓你在準備列印時不必等待熱床加熱完畢。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "尚未連線到印表機。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" -msgstr "多邊形包裝函式庫,由 Prusa Research 開發" +msgid "Printer control" +msgstr "印表機控制" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Python bindings for libnest2d" -msgstr "Python bindings for libnest2d" +msgid "Jog Position" +msgstr "輕搖位置" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Support library for system keyring access" -msgstr "存取系統金鑰函式庫" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Python extensions for Microsoft Windows" -msgstr "Python擴充(windows)" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Font" -msgstr "字體" +msgid "Jog Distance" +msgstr "輕搖距離" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "SVG icons" -msgstr "SVG 圖標" +msgid "Send G-code" +msgstr "傳送 G-code" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "傳送一個自訂的 G-code 命令到連接中的印表機。按下 Enter 鍵傳送命令。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "Linux cross-distribution application deployment" -msgstr "Linux cross-distribution 應用程式部署" +msgid "Extruder" +msgstr "擠出機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "加熱頭的目標溫度。加熱頭將加熱或冷卻至此溫度。若設定為 0,則關閉加熱頭的加熱。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "此加熱頭的目前溫度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "加熱頭預熱溫度。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "列印前預先加熱。你可以在加熱時繼續調整你的列印,當你準備好列印時就不需等待加熱頭升溫。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "該擠出機中線材的顏色。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "該擠出機中的線材。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "該擠出機所使用的噴頭。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 msgctxt "@title:window" -msgid "Open file(s)" -msgstr "開啟檔案" +msgid "Open project file" +msgstr "開啟專案檔案" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "我們已經在你所選擇的檔案中找到一個或多個專案檔案,但一次只能開啟一個專案檔案。我們建議只從那些檔案中匯入模型而不開啟專案。你要繼續操作嗎?" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "這是一個 Cura 專案檔案。你想將其作為一個專案開啟還是從中匯入模型?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "記住我的選擇" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 msgctxt "@action:button" -msgid "Import all as models" -msgstr "匯入所有模型" +msgid "Open as project" +msgstr "作為專案開啟" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "匯入模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 msgctxt "@title:window" msgid "Save Project" msgstr "儲存專案" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 msgctxt "@action:label" msgid "Extruder %1" msgstr "擠出機 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 msgctxt "@action:label" msgid "%1 & material" msgstr "%1 & 線材" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 msgctxt "@action:label" msgid "Material" msgstr "線材" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 msgctxt "@action:label" msgid "Don't show project summary on save again" msgstr "儲存時不再顯示專案摘要" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 msgctxt "@action:button" msgid "Save" msgstr "儲存" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 msgctxt "@title:window" -msgid "Discard or Keep changes" -msgstr "捨棄或保留更改" +msgid "Open file(s)" +msgstr "開啟檔案" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 -msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"你修改了一些參數設定。\n" -"你要在切換參數後保留這些更動嗎?\n" -"或者你也可以忽略這些更動,從 '%1' 載入預設值。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "我們已經在你所選擇的檔案中找到一個或多個專案檔案,但一次只能開啟一個專案檔案。我們建議只從那些檔案中匯入模型而不開啟專案。你要繼續操作嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 -msgctxt "@title:column" -msgid "Profile settings" -msgstr "列印參數設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "匯入所有模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 -msgctxt "@title:column" -msgid "Current changes" -msgstr "目前更動" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" +msgstr "關於 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" -msgstr "總是詢問" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +msgctxt "@label" +msgid "version: %1" +msgstr "版本:%1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" -msgstr "捨棄更改,並不再詢問此問題" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "熔絲 3D 列印技術的的端對端解決方案。" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" -msgstr "保留更改,並不再詢問此問題" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" +msgstr "" +"Cura 由 Ultimaker B.V. 與社群合作開發。\n" +"Cura 使用以下開源專案:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 -msgctxt "@action:button" -msgid "Discard changes" -msgstr "忽略更動" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 -msgctxt "@action:button" -msgid "Keep changes" -msgstr "保留更動" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "開啟專案檔案" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "這是一個 Cura 專案檔案。你想將其作為一個專案開啟還是從中匯入模型?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "記住我的選擇" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" +msgstr "圖形用戶介面" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "作為專案開啟" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +msgctxt "@label" +msgid "Application framework" +msgstr "應用框架" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "匯入模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" +msgstr "G-code 產生器" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Active print" -msgstr "正在列印" +msgid "Interprocess communication library" +msgstr "進程間通訊交互使用庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Job Name" -msgstr "作業名稱" +msgid "Programming language" +msgstr "編程語言" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "Printing Time" -msgstr "列印時間" +msgid "GUI framework" +msgstr "GUI 框架" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "Estimated time left" -msgstr "預計剩餘時間" +msgid "GUI framework bindings" +msgstr "GUI 框架綁定" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "雲端印表機為離線狀態。請檢查印表機是否已開機並連上網路。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" +msgstr "C / C++ 綁定庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "此印表機未連接到你的帳號。請前往 Ultimaker Digital Factory 建立連接。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" +msgstr "資料交換格式" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "雲端服務目前無法使用。請登入以連接到雲端印表機。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" +msgstr "科學計算函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "雲端服務目前無法使用。請檢查你的網路連線。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" +msgstr "高速運算函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "新增印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" +msgstr "用於處理 STL 檔案的函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "管理印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" +msgstr "用於處理三角形網格的函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Connected printers" -msgstr "已連線印表機" +msgid "Support library for handling 3MF files" +msgstr "用於處理 3MF 檔案的函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" -msgid "Preset printers" -msgstr "預設印表機" +msgid "Support library for file metadata and streaming" +msgstr "用於檔案 metadata 和串流的函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" -msgid "Print settings" -msgstr "列印設定" +msgid "Serial communication library" +msgstr "串口通訊函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "列印設定已被停用。 G-code 檔案無法修改。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +msgctxt "@label" +msgid "ZeroConf discovery library" +msgstr "ZeroConf 發現函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Profile" -msgstr "參數" +msgid "Polygon clipping library" +msgstr "多邊形剪輯函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" msgstr "" -"部份設定/覆寫值與儲存在列印參數中的值不同。\n" -"\n" -"點擊開啟列印參數管理器。" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "自訂列印參數" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "捨棄目前更改" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "推薦" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "自訂選項" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" +msgstr "Python 靜態型別檢查器" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "開啟" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" +msgstr "驗證 SSL 可信度用的根憑證" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "關閉" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" +msgstr "Python 錯誤追蹤函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Experimental" -msgstr "實驗功能" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "沒有擠出機 %2 用的 %1 參數。將使用預設參數" +msgid "Polygon packing library, developed by Prusa Research" +msgstr "多邊形包裝函式庫,由 Prusa Research 開發" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Profiles" -msgstr "列印參數" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "你修改過部份列印參數設定。如果你想改變這些設定,請切換到自訂模式。" +msgid "Python bindings for libnest2d" +msgstr "Python bindings for libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "Support" -msgstr "支撐" +msgid "Support library for system keyring access" +msgstr "存取系統金鑰函式庫" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "在模型的突出部分產生支撐結構。若不這樣做,這些部分在列印時將倒塌。" +msgid "Python extensions for Microsoft Windows" +msgstr "Python擴充(windows)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Gradual infill" -msgstr "漸近式填充" +msgid "Font" +msgstr "字體" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "漸近式填充將隨著列印高度的提升而逐漸加大填充密度。" +msgid "SVG icons" +msgstr "SVG 圖標" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Adhesion" -msgstr "附著" +msgid "Linux cross-distribution application deployment" +msgstr "Linux cross-distribution 應用程式部署" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "允許列印邊緣或木筏。這將在你的物件周圍或下方添加一個容易切斷的平面區域。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 +msgctxt "@title:window" +msgid "Discard or Keep changes" +msgstr "捨棄或保留更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "儲存專案." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 +msgctxt "@text:window, %1 is a profile name" +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "支援網路的印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 +msgctxt "@title:column" +msgid "Profile settings" +msgstr "列印參數設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "本機印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 +msgctxt "@title:column" +msgid "Current changes" +msgstr "目前更動" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" -msgstr "線材" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" +msgstr "總是詢問" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 -msgctxt "@label:category menu label" -msgid "Favorites" -msgstr "常用" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" +msgstr "捨棄更改,並不再詢問此問題" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 -msgctxt "@label:category menu label" -msgid "Generic" -msgstr "通用" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" +msgstr "保留更改,並不再詢問此問題" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "列印所選模型:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 +msgctxt "@action:button" +msgid "Discard changes" +msgstr "忽略更動" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "複製所選模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 +msgctxt "@action:button" +msgid "Keep changes" +msgstr "保留更動" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 msgctxt "@label" -msgid "Number of Copies" -msgstr "複製個數" +msgid "No items to select from" +msgstr "沒有可選取的專案" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Save Project..." -msgstr "儲存專案...(&S)" +msgid "Open File(s)..." +msgstr "開啟檔案." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "&Export..." -msgstr "匯出...(&E)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." -msgstr "匯出選擇..." +msgid "Open &Recent" +msgstr "最近開啟的檔案(&R)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" -msgstr "設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "顯示設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "折疊所有分類" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "管理參數顯示..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "線材(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "設為主要擠出機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "啟用擠出機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "關閉擠出機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" +msgstr "線材" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" +msgstr "常用" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" +msgstr "通用" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "幫助(&H)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "檔案(&F)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." +msgstr "儲存專案...(&S)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 +msgctxt "@title:menu menubar:file" +msgid "&Export..." +msgstr "匯出...(&E)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." +msgstr "匯出選擇..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "偏好設定(&R)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "編輯(&E)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "印表機(&P)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "支援網路的印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "本機印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "擴充功能(&X)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" -msgid "Custom" -msgstr "自訂選項" +msgid "Configurations" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "印表機" +msgid "Loading available configurations from the printer..." +msgstr "從印表機載入可用的設定..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "已啟用" +msgid "The configurations are not available because the printer is disconnected." +msgstr "由於印表機已斷線,因此設定無法使用。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "線材" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "由於無法識別 %1,因此無法使用此設定。 請連上 %2 下載正確的線材參數設定。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "在此線材組合下,使用膠水以獲得較佳的附著。" +msgid "Marketplace" +msgstr "市集" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "不允許使用此擠出機的配置並禁止切片功能." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "目前無對應此擠出機的配置設定." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "選擇設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "從印表機載入可用的設定..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "自訂選項" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "由於印表機已斷線,因此設定無法使用。" +msgid "Printer" +msgstr "印表機" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "由於無法識別 %1,因此無法使用此設定。 請連上 %2 下載正確的線材參數設定。" +msgid "Enabled" +msgstr "已啟用" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "Marketplace" -msgstr "市集" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "開啟檔案." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "印表機(&P)" +msgid "Material" +msgstr "線材" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "線材(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." +msgstr "在此線材組合下,使用膠水以獲得較佳的附著。" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "設為主要擠出機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "列印所選模型:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "啟用擠出機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "複製所選模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "關閉擠出機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "複製個數" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "最近開啟的檔案(&R)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "顯示設定" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "折疊所有分類" +msgid "Save Project..." +msgstr "儲存專案." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "管理參數顯示..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "檢視(&V)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "視角位置(&C)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "攝影機檢視" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "透視" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "正交" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "列印平台(&B)" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "檢示類型" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "做為支撐而列印。" +msgid "Sign in to the Ultimaker platform" +msgstr "登入Ultimaker 論壇" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "與此模型重疊的其他模型已被更改。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- 從市集中加入線材參數及插件\n" +"-備份及同步您的線材設定與插件 \n" +"- 分享創意並可從Ultimaker社群中超過48000的使用者得到幫助" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "與此模型重疊的填充已被更改。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "創建免費的Ultimaker帳戶" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "與此模型的重疊沒有支撐。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "登入" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "覆寫 %1 設定。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "最後一次更新:%1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Ultimaker 帳號" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "啟用" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "登出" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "建立" +msgid "Checking..." +msgstr "檢查中..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "複製" +msgid "Account synced" +msgstr "帳號已同步" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "重命名" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "出了些問題..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "匯入" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "安裝待處理的更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "匯出" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "檢查帳號更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "建立列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "正在切片..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "請為此參數提供一個名字。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "無法切片" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "複製列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "處理中" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "移除確認" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "切片" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "你確定要移除 %1 嗎?這動作無法復原!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "開始切片程序" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "重命名列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "取消" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "匯入列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "時間估計" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "匯出列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "線材估計" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "印表機:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "使用目前設定 / 覆寫值更新列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "此列印參數使用印表機指定的預設值,因此在下面的清單中沒有此設定項。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "沒有時間估計" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "你目前的設定與選定的列印參數相匹配。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "沒有成本估算" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "全局設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "預覽" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "此套件將在重新啟動後安裝。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 msgctxt "@title:tab" msgid "General" msgstr "基本" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 -msgctxt "@label" -msgid "Interface" -msgstr "介面" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" -msgstr "貨幣:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "主題:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "需重新啟動 Cura,新的設定才能生效。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "當設定變更時自動進行切片。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "印表機" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "自動切片" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "線材" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "顯示區設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "模型缺少支撐的區域已以紅色標示。如果沒有支撐這些區域將無法正常列印。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "關閉 %1 中" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "顯示突出部分" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "是否確定要離開 %1 ?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "模型缺少或多餘的表面已用警告符號標示。工具路徑是將缺少部份補上的型狀。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "安裝套件" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "顯示模型錯誤" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "開啟檔案" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "當模型被選中時,視角將自動調整到最合適的觀察位置(模型處於正中央)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "我們已經在你選擇的檔案中找到一個或多個 G-Code 檔案。你一次只能開啟一個 G-Code 檔案。若需開啟 G-Code 檔案,請僅選擇一個。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "當專案被選中時,自動置中視角" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "新增印表機" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "需要讓 Cura 的預設縮放操作反轉嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "新功能" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "反轉視角縮放方向。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "開啟" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "是否跟隨滑鼠方向進行縮放?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "關閉" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "正交透視不支援游標縮放功能。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "實驗功能" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "跟隨滑鼠方向縮放" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "列印設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "需要移動平台上的模型,使它們不再交錯嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "列印設定已被停用。 G-code 檔案無法修改。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "確保每個模型都保持分離" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "推薦" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "要將模型下降到碰觸列印平台嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "自訂選項" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "自動下降模型到列印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "沒有擠出機 %2 用的 %1 參數。將使用預設參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "在 g-code 讀取器中顯示警告訊息。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "漸近式填充" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "G-code 讀取器中的警告訊息" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "漸近式填充將隨著列印高度的提升而逐漸加大填充密度。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "分層檢視要強制進入相容模式嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "支撐" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "強制分層檢視相容模式(需要重新啟動)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "在模型的突出部分產生支撐結構。若不這樣做,這些部分在列印時將倒塌。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "Cura 應該開啟在前次關閉時的位置嗎?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "開啟時復原視窗位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "你修改過部份列印參數設定。如果你想改變這些設定,請切換到自訂模式。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "使用哪種類型的攝影機渲染?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "附著" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "攝影機渲染:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "允許列印邊緣或木筏。這將在你的物件周圍或下方添加一個容易切斷的平面區域。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "透視" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "自訂列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "正交" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "捨棄目前更改" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Opening and saving files" -msgstr "開啟並儲存檔案" +msgid "Profile" +msgstr "參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "從桌面或外部程式開啟檔案時,使用同一 Cura 視窗嗎?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "使用同一 Cura 視窗" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "需要再載入新模型前清空視窗內之列印平台嗎?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "載入新模型時清空視窗內之列印平台" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "當模型的尺寸過大時,是否將模型自動縮小至列印範圍嗎?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "縮小過大模型" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "部份模型採用較大的單位(例如:公尺),導致模型變得非常小,要將這些模型放大嗎?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "放大過小模型" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "模型載入後要設為被選擇的狀態嗎?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "模型載入後選擇模型" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "是否自動將印表機名稱作為列印作業名稱的前綴?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "將印表機名稱前綴添加到列印作業名稱中" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "儲存專案檔案時是否顯示摘要?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "儲存專案時顯示摘要對話框" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "開啟專案檔案時的預設行為" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "開啟專案檔案時的預設行為: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "每次都向我確認" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"部份設定/覆寫值與儲存在列印參數中的值不同。\n" +"\n" +"點擊開啟列印參數管理器。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "總是作為一個專案開啟" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "總是匯入模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "當你對列印參數進行更改然後切換到其他列印參數時,將顯示一個對話框詢問你是否要保留修改。你也可以選擇預設不顯示該對話框。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "目前" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "當切換到另一組列印參數時,對於被修改過的設定的預設行為: " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "總是放棄修改過的設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "總是將修改過的設定轉移至新的列印參數" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "隱私權" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "你願意將關於你的列印資料以匿名形式發送到 Ultimaker 嗎?注意:我們不會記錄或發送任何模型、IP 位址或其他私人資料。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "(匿名)發送列印資訊" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "參數顯示設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" -msgid "More information" -msgstr "更多資訊" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "更新" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "當 Cura 啟動時,是否自動檢查更新?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "啟動時檢查更新" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "當檢查更新時,只檢查正式版本." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "僅正式版本" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "當檢查更新時,同時檢查正式版本與測試版本." +msgid "Defaults" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "正式版本與測試版本發佈" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "全選" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "需要於開啟Cura時自動更新插件嗎? 建議您勿關閉此功能!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "設定插件更新提示" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "啟用" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "資訊" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "重命名" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" msgid "Confirm Diameter Change" msgstr "直徑更改確認" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" msgstr "新的線材直徑設定為 %1 mm,這與目前的擠出機不相容。你要繼續嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 msgctxt "@label" msgid "Display Name" msgstr "顯示名稱" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "品牌" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" msgid "Material Type" msgstr "線材類型" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 msgctxt "@label" msgid "Color" msgstr "顏色" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "屬性" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "密度" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "直徑" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "線材成本" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "線材重量" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "線材長度" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "每公尺成本" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "此線材與 %1 相關聯,並共享其部份屬性。" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "解除聯結線材" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "描述" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "附著資訊" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "建立" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "複製" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "同步列印機" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "印表機" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "匯入線材設定" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "無法匯入線材 %1%2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "成功匯入線材 %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "匯出線材設定" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "無法匯出線材至 %1%2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "成功匯出線材至:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "資訊" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "同步印表機線材設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "同步印表機線材設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "依照下述簡單的步驟。您將同步線材設定檔至您的印表機." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "開始" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "為何我需要同步線材設定檔?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "開始" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "登入" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "為了自動將線材設定檔與所有連接到 Digital Factory 的列印機同步,您必須先從Cura進行登入." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "從USB進行同步線材設定檔" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "下述的印表機將新增新的線材設定檔:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "再發送線材設定檔至印表機時發生錯誤." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "線材設定檔成功同步至下述的印表機內:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "故障排除" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "列印機資訊遺失了?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "確認您的列印機已開機並連接至Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "重新載入清單" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "再試一次" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "完成" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "同步" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "同步中" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "未發現任何列印機資訊" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "您似乎沒有任何兼容的打印機連接至Digital Factory。請確保您的打印機已連接並且安裝最新的軟體." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "學習如何連結您的印表機至Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "重新載入" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "透過USB同步您的線材設定檔" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "請依照下述步驟載入新的線材設定檔至印表機." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "請點擊輸出材料檔案按鈕." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "將 .umm 的文件儲存至USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "插入USB至您的列印機,並啟動程式去載入新的線材設定檔." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "如何載入新的線材設定檔至我的列印機" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "返回" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "輸出線材設定存檔" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "匯出所有線材設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "參數顯示設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "全選" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "匯入" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "已計算" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "設定" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "列印參數" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "目前" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "單位" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "複製" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "未連接至印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "匯出" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "印表機不接受命令" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "移除確認" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "維護中。請檢查印表機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "你確定要移除 %1 嗎?這動作無法復原!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "與印表機的連線中斷" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "匯入線材設定" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "列印中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "成功匯入線材 %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "已暫停" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "無法匯入線材 %1%2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "準備中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "匯出線材設定" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "請取出列印件" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "無法匯出線材至 %1%2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@label" -msgid "Abort Print" -msgstr "中斷列印" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "成功匯出線材至:%1" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "你確定要中斷列印嗎?" +msgid "Profiles compatible with active printer:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "用 %1 列印所選模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "我的列印機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "從Ultimaker Digital Factory中監控我的列印機." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "從 Digital Library中創建列印專案." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "列印工作" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "此列印參數使用印表機指定的預設值,因此在下面的清單中沒有此設定項。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "監控列印工作並於從您的歷史紀錄中再次列印." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "你目前的設定與選定的列印參數相匹配。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "使用插件及線材參數擴充Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "全局設定" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "使用Ultimaker e-learning成為一位3D列印專家." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "建立列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Ultimaker 支援" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "請為此參數提供一個名字。" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "學習如何開始使用Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "匯出列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "提出問題" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "複製列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "諮詢Ultimaker社群." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "重命名列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "回報Bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "匯入列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "讓開發者了解您遇到的問題." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "介面" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "參觀Ultimaker網站." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "印表機控制" +msgid "Currency:" +msgstr "貨幣:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "輕搖位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "當設定變更時自動進行切片。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "自動切片" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "輕搖距離" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "傳送 G-code" +msgid "Viewport behavior" +msgstr "顯示區設定" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "傳送一個自訂的 G-code 命令到連接中的印表機。按下 Enter 鍵傳送命令。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "模型缺少支撐的區域已以紅色標示。如果沒有支撐這些區域將無法正常列印。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "擠出機" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "顯示突出部分" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "加熱頭的目標溫度。加熱頭將加熱或冷卻至此溫度。若設定為 0,則關閉加熱頭的加熱。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "模型缺少或多餘的表面已用警告符號標示。工具路徑是將缺少部份補上的型狀。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "此加熱頭的目前溫度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "顯示模型錯誤" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "加熱頭預熱溫度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "當模型被選中時,視角將自動調整到最合適的觀察位置(模型處於正中央)" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "取消" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "當專案被選中時,自動置中視角" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "預熱" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "需要讓 Cura 的預設縮放操作反轉嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "列印前預先加熱。你可以在加熱時繼續調整你的列印,當你準備好列印時就不需等待加熱頭升溫。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "反轉視角縮放方向。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "該擠出機中線材的顏色。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "是否跟隨滑鼠方向進行縮放?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "該擠出機中的線材。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "正交透視不支援游標縮放功能。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "該擠出機所使用的噴頭。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "跟隨滑鼠方向縮放" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "尚未連線到印表機。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "需要移動平台上的模型,使它們不再交錯嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "列印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "確保每個模型都保持分離" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "熱床的目標溫度。熱床將加熱或冷卻至此溫度。若設定為 0,則不使用熱床。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "要將模型下降到碰觸列印平台嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "熱床目前溫度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "自動下降模型到列印平台" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "熱床的預熱溫度。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "在 g-code 讀取器中顯示警告訊息。" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "列印前請預熱熱床。你可以在熱床加熱時繼續調整相關物件,讓你在準備列印時不必等待熱床加熱完畢。" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "G-code 讀取器中的警告訊息" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "登入" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "分層檢視要強制進入相容模式嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- 從市集中加入線材參數及插件\n" -"-備份及同步您的線材設定與插件 \n" -"- 分享創意並可從Ultimaker社群中超過48000的使用者得到幫助" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "強制分層檢視相容模式(需要重新啟動)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "創建免費的Ultimaker帳戶" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "Cura 應該開啟在前次關閉時的位置嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "最後一次更新:%1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "開啟時復原視窗位置" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Ultimaker 帳號" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "使用哪種類型的攝影機渲染?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "登出" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "攝影機渲染:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "檢查中..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "透視" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "帳號已同步" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "正交" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "出了些問題..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "安裝待處理的更新" +msgid "Opening and saving files" +msgstr "開啟並儲存檔案" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "檢查帳號更新" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "從桌面或外部程式開啟檔案時,使用同一 Cura 視窗嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "無標題" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "使用同一 Cura 視窗" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "沒有可選取的專案" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "需要再載入新模型前清空視窗內之列印平台嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "顯示線上故障排除指南" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "載入新模型時清空視窗內之列印平台" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "切換全螢幕" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "當模型的尺寸過大時,是否將模型自動縮小至列印範圍嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "離開全螢幕" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "縮小過大模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "復原(&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "部份模型採用較大的單位(例如:公尺),導致模型變得非常小,要將這些模型放大嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "取消復原(&R)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "放大過小模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "退出(&Q)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "模型載入後要設為被選擇的狀態嗎?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "立體圖" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "模型載入後選擇模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "前視圖" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "是否自動將印表機名稱作為列印作業名稱的前綴?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "上視圖" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "將印表機名稱前綴添加到列印作業名稱中" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "下視圖" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "儲存專案檔案時是否顯示摘要?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "左視圖" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "儲存專案時顯示摘要對話框" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "右視圖" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "開啟專案檔案時的預設行為" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "設定 Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "開啟專案檔案時的預設行為: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "新增印表機(&A)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "每次都向我確認" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "管理印表機(&I)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "總是作為一個專案開啟" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "管理線材..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "總是匯入模型" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "從市集增加更多線材" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "當你對列印參數進行更改然後切換到其他列印參數時,將顯示一個對話框詢問你是否要保留修改。你也可以選擇預設不顯示該對話框。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "使用目前設定 / 覆寫更新列印參數(&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "當切換到另一組列印參數時,對於被修改過的設定的預設行為: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "捨棄目前更改(&D)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "總是放棄修改過的設定" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "從目前設定 / 覆寫值建立列印參數(&C)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "總是將修改過的設定轉移至新的列印參數" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "管理列印參數.." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "隱私權" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "顯示線上說明文件(&D)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "你願意將關於你的列印資料以匿名形式發送到 Ultimaker 嗎?注意:我們不會記錄或發送任何模型、IP 位址或其他私人資料。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "BUG 回報(&B)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "(匿名)發送列印資訊" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "新功能" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "關於..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "當 Cura 啟動時,是否自動檢查更新?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "刪除選取" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "啟動時檢查更新" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "置中選取" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "當檢查更新時,只檢查正式版本." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "複製選取" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "僅正式版本" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "刪除模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "當檢查更新時,同時檢查正式版本與測試版本." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "將模型置中(&N)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "正式版本與測試版本發佈" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "群組模型(&G)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "需要於開啟Cura時自動更新插件嗎? 建議您勿關閉此功能!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "取消模型群組" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "設定插件更新提示" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "結合模型(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "使用 IP 位址新增印表機" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "複製模型...(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "輸入印表機的 IP 位址。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "選擇所有模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "新增" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "清空列印平台" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "無法連接到裝置。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "重新載入所有模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "無法連接到 Ultimaker 印表機?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "將所有模型排列到所有列印平台上" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "此位址的印表機尚未回應。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "排列所有模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "無法添加此印表機,因為它是未知的印表機,或者它不是印表機群組的主機。" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "排列所選模型" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "連接" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "重置所有模型位置" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "發佈通知" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "重置所有模型旋轉" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "使用者授權" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "開啟檔案(&O)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "同意" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "新建專案(&N)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "拒絕並關閉" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "顯示設定資料夾" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "新功能" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "參數顯示設定..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "下一步" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "市集(&M)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "新增雲端印表機" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "此設定未被使用,因為受它影響的設定都被覆寫了。" +msgid "Waiting for Cloud response" +msgstr "等待雲端服務回應" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "影響" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +msgctxt "@label" +msgid "No printers found in your account?" +msgstr "在你的帳號未發現任何印表機?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "影響因素" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "下列您帳號中的印表機已新增至 Cura:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "手動新增印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "從市集中加入線材設定或插件" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "備份及同步您的線材設定與插件" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "分享創意並可從Ultimaker社群中超過48000的使用者得到幫助" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "略過" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "創建免費的Ultimaker帳戶" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "這個設定是所有擠出機共用的。修改它會同時更動到所有擠出機的值。" +msgid "Welcome to Ultimaker Cura" +msgstr "歡迎來到 Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "請依照步驟安裝Ultimaker Cura. 這會需要幾分鐘的時間." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "開始" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "此設定是透過解決擠出機設定值衝突獲得:" +msgid "Empty" +msgstr "空的" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"此設定的值與列印參數不同。\n" -"\n" -"單擊以復原列印參數的值。" +msgid "Manufacturer" +msgstr "製造商" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"這個設定通常由計算得出,可是它目前被設定為一個數值。\n" -"\n" -"點擊以恢復計算得出的數值。" +msgid "Profile author" +msgstr "列印參數作者" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "搜尋設定" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "印表機名稱" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "請為你的印表機取一個名稱" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "新增印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "新增網路印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "新增非網路印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "在你的網路上找不到印表機。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "更新" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "使用 IP 位址新增印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "新增雲端印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "故障排除" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "協助我們改進 Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "Ultimaker Cura 搜集匿名資料以提高列印品質和使用者體驗,包含:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "機器類型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "線材用法" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "切片次數" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "列印設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Ultimaker Cura 收集的資料不包含任何個人資訊。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "更多資訊" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "物件清單" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "做為支撐而列印。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "與此模型重疊的其他模型已被更改。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "與此模型重疊的填充已被更改。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "與此模型的重疊沒有支撐。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "覆寫 %1 設定。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "已連線印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "預設印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "雲端印表機為離線狀態。請檢查印表機是否已開機並連上網路。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "此印表機未連接到你的帳號。請前往 Ultimaker Digital Factory 建立連接。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "雲端服務目前無法使用。請登入以連接到雲端印表機。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "雲端服務目前無法使用。請檢查你的網路連線。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "新增印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "管理印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "無標題" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "未連接至印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "印表機不接受命令" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "維護中。請檢查印表機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "與印表機的連線中斷" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "列印中..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "已暫停" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "準備中..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "請取出列印件" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "中斷列印" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "你確定要中斷列印嗎?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"部份隱藏設定使用的值與一般計算所得的值不同。\n" +"\n" +"點擊以顯這些設定。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "搜尋設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "將設定值複製到所有擠出機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "複製所有改變的設定值到所有擠出機" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "隱藏此設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "不再顯示此設定" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "保持此設定顯示" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "參數顯示設定..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "此設定未被使用,因為受它影響的設定都被覆寫了。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "影響" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "影響因素" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "這個設定是所有擠出機共用的。修改它會同時更動到所有擠出機的值。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "此設定是透過解決擠出機設定值衝突獲得:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"此設定的值與列印參數不同。\n" +"\n" +"單擊以復原列印參數的值。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"這個設定通常由計算得出,可是它目前被設定為一個數值。\n" +"\n" +"點擊以恢復計算得出的數值。" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "正在列印" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "作業名稱" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "列印時間" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "預計剩餘時間" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "切換全螢幕" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "離開全螢幕" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "復原(&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "取消復原(&R)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "退出(&Q)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "立體圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "前視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "上視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "下視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "左視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "右視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "設定 Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "新增印表機(&A)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "管理印表機(&I)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "管理線材..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "使用目前設定 / 覆寫更新列印參數(&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "捨棄目前更改(&D)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "從目前設定 / 覆寫值建立列印參數(&C)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "管理列印參數.." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "顯示線上說明文件(&D)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "BUG 回報(&B)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "新功能" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "關於..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "刪除選取" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "置中選取" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "複製選取" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "刪除模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "將模型置中(&N)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "群組模型(&G)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "取消模型群組" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "結合模型(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "複製模型...(&M)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "選擇所有模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "清空列印平台" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "重新載入所有模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "排列所有模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "排列所選模型" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "重置所有模型位置" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "重置所有模型旋轉" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "開啟檔案(&O)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "新建專案(&N)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "顯示設定資料夾" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "立體圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "前視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "上視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "左視圖" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "右視圖" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "在 cura 提供一個準備介面。" + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "準備介面" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "提供匯出 Cura 列印參數的支援。" + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Cura 列印參數寫入器" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "提供讀取模型檔案的支援。" + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Trimesh 讀取器" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "檢查是否有韌體更新。" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "韌體更新檢查" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "記錄某些事件以便在錯誤報告中使用" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "哨兵記錄器" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "在 cura 提供一個監控介面。" + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "監控介面" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "提供行動裝置熱插拔和寫入檔案的支援。" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "行動裝置輸出設備外掛" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "提供對讀取 AMF 格式檔案的支援。" + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "AMF 讀取器" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "提供讀取 Ultimaker 格式封包的支援。" + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "UFP 讀取器" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "連結至\"數位博物館\",允許Cura從\"數位博物館\"打開或保存文件." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Ultimaker 數位博物館" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "提供對每個模型的單獨設定。" + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "單一模型設定工具" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "提供升級韌體用的機器操作。" + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "韌體更新器" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "管理與 Ultimaker 網絡印表機的網絡連線。" + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Ultimaker 網絡連線" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "檢查模型和列印設定以了解可能發生的問題並給出建議。" + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "模器檢查器" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "" + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "模擬檢視" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "將 G-code 寫入檔案。" + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "G-code 寫入器" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "提供寫入 3MF 檔案的支援。" + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "3MF 寫入器" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "從一個壓縮檔案中讀取 G-code。" + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "壓縮檔案 G-code 讀取器" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "提供讀寫 XML 格式線材參數的功能。" + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "線材參數" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "提供連結到 Cura 切片引擎後台。" + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "Cura 引擎後台" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "提供讀取 X3D 檔案的支援。" + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "X3D 讀取器" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "支援從 2D 圖片檔案產生可列印 3D 模型的能力。" + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "圖片讀取器" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "提供讀取 3MF 格式檔案的支援。" + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "3MF 讀取器" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "提供寫入 Ultimaker 格式封包的支援。" + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "UFP 寫入器" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "提供匯入 Cura 舊版本列印參數的支援。" + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "舊版 Cura 列印參數讀取器" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "將設定從 Cura 4.3 版本升級至 4.4 版本。" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "升級版本 4.3 到 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "將設定從 Cura 2.1 版本升級至 2.2 版本。" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "升級版本 2.1 到 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "將設定從 Cura 4.1 版本升級至 4.2 版本。" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "升級版本 4.1 到 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "將設定從 Cura 4.5 版本升級至 4.6 版本。" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "升級版本 4.5 到 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "將設定從 Cura 3.3 版本升級至 3.4 版本。" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "升級版本 3.3 到 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "將設定從 Cura 4.8 版本升級至 4.9 版本。" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "升級版本 4.8 到 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "將設定從 Cura 2.7 版本升級至 3.0 版本。" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "升級版本 2.7 到 3.0" + +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "將設定從 Cura 4.4 版本升級至 4.5 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "將設定值複製到所有擠出機" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "升級版本 4.4 到 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "複製所有改變的設定值到所有擠出機" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "將設定從 Cura 3.0 版本升級至 3.1 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "隱藏此設定" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "升級版本 3.0 到 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "不再顯示此設定" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "將設定從 Cura 4.6.0 版本升級至 4.6.2 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "保持此設定顯示" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "升級版本 4.6.0 到 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"部份隱藏設定使用的值與一般計算所得的值不同。\n" -"\n" -"點擊以顯這些設定。" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "將設定從 Cura 2.6 版本升級至 2.7 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "此套件將在重新啟動後安裝。" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "升級版本 2.6 到 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "設定" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "將設定從 Cura 4.2 版本升級至 4.3 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "關閉 %1 中" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "升級版本 4.2 到 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "是否確定要離開 %1 ?" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "將設定從 Cura 4.0 版本升級至 4.1 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "安裝套件" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "升級版本 4.0 到 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "開啟檔案" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "將設定從 Cura 4.6.2 版本升級至 4.7 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "我們已經在你選擇的檔案中找到一個或多個 G-Code 檔案。你一次只能開啟一個 G-Code 檔案。若需開啟 G-Code 檔案,請僅選擇一個。" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "升級版本 4.6.2 到 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "新增印表機" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "將設定從 Cura 4.9 版本升級至 4.10 版本。" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "新功能" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "升級版本 4.9 到 4.10" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "提供對每個模型的單獨設定。" +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "將設定從 Cura 2.2 版本升級至 2.4 版本。" -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "單一模型設定工具" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "升級版本 2.2 到 2.4" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "提供匯入 Cura 列印參數的支援。" +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "將設定從 Cura 3.2 版本升級至 3.3 版本。" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Cura 列印參數讀取器" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "升級版本 3.2 到 3.3" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "提供讀取 X3D 檔案的支援。" +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "將設定從 Cura 2.5 版本升級至 2.6 版本。" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "X3D 讀取器" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "升級版本 2.5 到 2.6" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "備份和復原你的設定。" +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "將設定從 Cura 3.5 版本升級至 4.0 版本。" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Cura 備份" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "升級版本 3.5 到 4.0" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "提供更改機器設定的方法(如列印範圍,噴頭大小等)。" +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "將設定從 Cura 3.4 版本升級至 3.5 版本。" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "印表機設定操作" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "升級版本 3.4 到 3.5" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "建立一個抹除器網格放在某些地方用來防止列印支撐" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "將設定從 Cura 4.7 版本升級至 4.8 版本。" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "支援抹除器" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "升級版本 4.7 到 4.8" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "提供行動裝置熱插拔和寫入檔案的支援。" +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "將設定從 Cura 4.11 版本升級至 4.12 版本。" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "行動裝置輸出設備外掛" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "升級版本 4.11 到 4.12" -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "提供升級韌體用的機器操作。" +msgid "Backup and restore your configuration." +msgstr "備份和復原你的設定。" -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "韌體更新器" +msgid "Cura Backups" +msgstr "Cura 備份" -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "提供匯入 Cura 舊版本列印參數的支援。" +msgid "Provides support for importing Cura profiles." +msgstr "提供匯入 Cura 列印參數的支援。" -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "舊版 Cura 列印參數讀取器" +msgid "Cura Profile Reader" +msgstr "Cura 列印參數讀取器" -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "提供讀取 3MF 格式檔案的支援。" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "提交匿名切片資訊。這項功能可以在偏好設定中關閉。" -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "3MF 讀取器" +msgid "Slice info" +msgstr "切片資訊" -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "提供寫入 Ultimaker 格式封包的支援。" +msgid "Provides support for importing profiles from g-code files." +msgstr "提供匯入 G-code 檔案中列印參數的支援。" -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "UFP 寫入器" +msgid "G-code Profile Reader" +msgstr "G-code 列印參數讀取器" -#: SentryLogger/plugin.json +#: GCodeGzWriter/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "記錄某些事件以便在錯誤報告中使用" +msgid "Writes g-code to a compressed archive." +msgstr "將 G-code 寫入壓縮檔案。" + +#: GCodeGzWriter/plugin.json +msgctxt "name" +msgid "Compressed G-code Writer" +msgstr "壓縮檔案 G-code 寫入器" + +#: PostProcessingPlugin/plugin.json +msgctxt "description" +msgid "Extension that allows for user created scripts for post processing" +msgstr "擴充程式(允許用戶建立腳本進行後處理)" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "哨兵記錄器" +msgid "Post Processing" +msgstr "後處理" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "提供匯入 G-code 檔案中列印參數的支援。" +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "建立一個抹除器網格放在某些地方用來防止列印支撐" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "G-code 列印參數讀取器" +msgid "Support Eraser" +msgstr "支援抹除器" #: PreviewStage/plugin.json msgctxt "description" @@ -5885,55 +6470,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "透視檢視" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "提供連結到 Cura 切片引擎後台。" +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "提供 Ultimaker 機器的操作(例如平台調平精靈,選擇升級等)。" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "Cura 引擎後台" +msgid "Ultimaker machine actions" +msgstr "Ultimaker 印表機操作" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "提供對讀取 AMF 格式檔案的支援。" +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "AMF 讀取器" +msgid "Marketplace" +msgstr "" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "從一個壓縮檔案中讀取 G-code。" +msgid "Provides a normal solid mesh view." +msgstr "提供一個基本的實體網格檢視。" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "壓縮檔案 G-code 讀取器" +msgid "Solid View" +msgstr "實體檢視" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "擴充程式(允許用戶建立腳本進行後處理)" +msgid "Allows loading and displaying G-code files." +msgstr "允許載入和顯示 G-code 檔案。" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "後處理" +msgid "G-code Reader" +msgstr "G-code 讀取器" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "提供匯出 Cura 列印參數的支援。" +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "提供更改機器設定的方法(如列印範圍,噴頭大小等)。" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Cura 列印參數寫入器" +msgid "Machine Settings Action" +msgstr "印表機設定操作" #: USBPrinting/plugin.json msgctxt "description" @@ -5945,415 +6530,363 @@ msgctxt "name" msgid "USB printing" msgstr "USB 連線列印" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "在 cura 提供一個準備介面。" +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "列印機同步線材資料" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "準備介面" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "你需要結束並重新啟動 {} ,更動才能生效。" -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "允許載入和顯示 G-code 檔案。" +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "同步中..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "G-code 讀取器" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "從你的 Ultimaker 帳號偵測到資料更動" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "支援從 2D 圖片檔案產生可列印 3D 模型的能力。" +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "你要使用你的帳號同步線材資料和軟體套件嗎?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "圖片讀取器" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "同步" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "提供 Ultimaker 機器的操作(例如平台調平精靈,選擇升級等)。" +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "拒絕並從帳號中刪除" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ultimaker 印表機操作" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "下載外掛 {} 失敗" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "將 G-code 寫入壓縮檔案。" +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "外掛授權協議" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "壓縮檔案 G-code 寫入器" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "轉換圖片..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "檢查是否有韌體更新。" +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "列印平台寬度,以毫米為單位。" -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "韌體更新檢查" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "市集" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "提交匿名切片資訊。這項功能可以在偏好設定中關閉。" +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "需重新啟動 Cura,套件的更動才能生效。" -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "切片資訊" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "安裝" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "提供讀寫 XML 格式線材參數的功能。" +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "已安裝" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "線材參數" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "付費會員" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "連結至\"數位博物館\",允許Cura從\"數位博物館\"打開或保存文件." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "前往網路市集" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Ultimaker 數位博物館" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "搜尋線材" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "查詢,管理和安裝新的 Cura 套件。" +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "相容性" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "工具箱" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "機器" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "將 G-code 寫入檔案。" +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "列印平台" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "G-code 寫入器" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "支撐" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "提供模擬檢視。" +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "品質" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "模擬檢視" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "技術資料表" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "將設定從 Cura 4.5 版本升級至 4.6 版本。" +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "安全資料表" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "升級版本 4.5 到 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "列印指南" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "將設定從 Cura 2.5 版本升級至 2.6 版本。" +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "網站" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "升級版本 2.5 到 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "需要登入才能進行安裝或升級" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "將設定從 Cura 4.6.0 版本升級至 4.6.2 版本。" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "購買線材線軸" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "升級版本 4.6.0 到 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "更新" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "將設定從 Cura 4.7 版本升級至 4.8 版本。" +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "更新中" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "升級版本 4.7 到 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "更新完成" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "將設定從 Cura 3.4 版本升級至 3.5 版本。" +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "返回" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "升級版本 3.4 到 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "外掛" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "已安裝" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "將在重新啟動時安裝" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "需要登入才能進行升級" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "降級版本" + +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "移除" + +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "社群貢獻" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "將設定從 Cura 2.1 版本升級至 2.2 版本。" +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "社群外掛" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "升級版本 2.1 到 2.2" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "通用線材" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "將設定從 Cura 3.2 版本升級至 3.3 版本。" +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "取得套件..." -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "升級版本 3.2 到 3.3" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "網站" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "將設定從 Cura 4.8 版本升級至 4.9 版本。" +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "電子郵件" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "升級版本 4.8 到 4.9" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "請登入以取得 Ultimaker Cura Enterprise 驗証的外掛及線材" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "將設定從 Cura 4.6.2 版本升級至 4.7 版本。" +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "版本" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "升級版本 4.6.2 到 4.7" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "最後更新時間" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "將設定從 Cura 4.2 版本升級至 4.3 版本。" +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "下載" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "升級版本 4.2 到 4.3" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "已安裝外掛" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "將設定從 Cura 4.3 版本升級至 4.4 版本。" +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "尚未安裝任何外掛。" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "升級版本 4.3 到 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "已安裝線材" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "將設定從 Cura 4.9 版本升級至 4.10 版本。" +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "尚未安裝任何線材。" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "升級版本 4.9 到 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "捆綁式外掛" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "將設定從 Cura 2.7 版本升級至 3.0 版本。" +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "捆綁式線材" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "升級版本 2.7 到 3.0" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "無法連上 Cura 套件資料庫。請檢查你的網路連線。" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "將設定從 Cura 2.6 版本升級至 2.7 版本。" +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "你必需同意授權協議才能安裝套件" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "升級版本 2.6 到 2.7" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "你帳戶的更動" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "將設定從 Cura 4.11 版本升級至 4.12 版本。" +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "捨棄" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "升級版本 4.11 到 4.12" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "將新增下列套件:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "將設定從 Cura 3.3 版本升級至 3.4 版本。" +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "下列套件因 Cura 版本不相容,無法安裝:" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "升級版本 3.3 到 3.4" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "移除確認" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "將設定從 Cura 3.0 版本升級至 3.1 版本。" +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "你正在移除仍被使用的線材/列印設定。確認後會將下列耗材/列印設定重設為預設值。" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "升級版本 3.0 到 3.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "線材" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "將設定從 Cura 4.0 版本升級至 4.1 版本。" +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "參數" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "升級版本 4.0 到 4.1" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "確定" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "將設定從 Cura 4.4 版本升級至 4.5 版本。" +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "此列印可能會有些問題。點擊查看調整提示。" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "升級版本 4.4 到 4.5" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "用於處理平面物件的函式庫" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "將設定從 Cura 2.2 版本升級至 2.4 版本。" +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "你修改了一些參數設定。\n" +#~ "你要在切換參數後保留這些更動嗎?\n" +#~ "或者你也可以忽略這些更動,從 '%1' 載入預設值。" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "升級版本 2.2 到 2.4" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "列印平台(&B)" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "將設定從 Cura 4.1 版本升級至 4.2 版本。" +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "建立" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "升級版本 4.1 到 4.2" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "複製" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "將設定從 Cura 3.5 版本升級至 4.0 版本。" +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "印表機:%1" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "升級版本 3.5 到 4.0" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "使用目前設定 / 覆寫值更新列印參數" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "管理與 Ultimaker 網絡印表機的網絡連線。" +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "主題:" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Ultimaker 網絡連線" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "需重新啟動 Cura,新的設定才能生效。" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "提供讀取模型檔案的支援。" +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "更多資訊" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Trimesh 讀取器" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "建立" -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "提供讀取 Ultimaker 格式封包的支援。" +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "同步列印機" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "UFP 讀取器" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "印表機" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "提供一個基本的實體網格檢視。" +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "單位" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "實體檢視" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "顯示線上故障排除指南" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "提供寫入 3MF 檔案的支援。" +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "從市集增加更多線材" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "3MF 寫入器" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "將所有模型排列到所有列印平台上" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "在 cura 提供一個監控介面。" +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "市集(&M)" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "監控介面" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "查詢,管理和安裝新的 Cura 套件。" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "檢查模型和列印設定以了解可能發生的問題並給出建議。" +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "工具箱" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "模器檢查器" +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "提供模擬檢視。" #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/zh_TW/fdmextruder.def.json.po b/resources/i18n/zh_TW/fdmextruder.def.json.po index 5420f8be93..db635de304 100644 --- a/resources/i18n/zh_TW/fdmextruder.def.json.po +++ b/resources/i18n/zh_TW/fdmextruder.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2022-01-02 19:59+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index 84af9c3b86..11812837d3 100644 --- a/resources/i18n/zh_TW/fdmprinter.def.json.po +++ b/resources/i18n/zh_TW/fdmprinter.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -467,8 +467,8 @@ msgstr "機器頭和風扇多邊形" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "列印頭 2D 輪廓圖(包含風扇蓋)。" +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -740,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "帶動進料器中線材的輪子的直徑。" +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "" + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -960,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "牆壁的線條圈數,如果由壁厚計算,會四捨五入為一個整數值。" +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "" + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -991,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "最佳化列印牆壁的順序,以減少縮回次數和行進距離。啟用此功能對大多數的零件是有益的,但有些零件可能反而會更花時間,因此請比較列印時間的估計值評估是否進行最佳化。當列印平台附著類型設定為邊緣時,第一層不會進行最佳化。" #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "先印外壁後印內壁" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "" + +#: fdmprinter.def.json +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "" #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "啟用時以從外向內的順序列印牆壁。當使用高黏度塑料如 ABS 時,這有助於提高 X 和 Y 的尺寸精度;但是,它可能會降低表面列印品質,尤其是在突出部分。" +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1011,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "每兩層建立一個額外牆壁,這些額外的牆壁能更緊密地抓填充部分,產生較強壯的模型。" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "補償牆壁重疊" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "彌補牆壁重疊部分的流量。" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "補償外壁重疊" +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "列印外壁時如果該位置已經有牆壁存在,所進行的的流量補償。" +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "補償內壁重疊" +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "列印內壁時如果該位置已經有牆壁存在,所進行的的流量補償。" +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "最小牆壁流量" +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "牆壁允許的最小流量百分比。當在已列印的牆壁旁列印牆壁時,「補償牆壁重疊」會減少線材流量。小於此設定流量的牆壁會被空跑取代。當啟用此設定時,必需啟用「補償牆壁重疊」並設定先列印外壁再列印內壁。" +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "回抽優先" +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "當此功能開啟時,對於低於最小流量門檻值的牆壁,使用回抽取代而非梳理模式空跑。" +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "填充牆壁之間空隙" +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "填充牆壁之間空隙。" +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "都不填充" +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "列印薄壁" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "全部填充" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "列印在水平面上比噴頭尺寸更薄的模型部件。" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "濾除微小間隙" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "濾除微小間隙以減少模型外側的斑點 。" +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "列印薄壁" +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "" #: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "列印在水平面上比噴頭尺寸更薄的模型部件。" +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2199,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "為了補償線材在冷卻時的收縮,模型會依此比例放大列印。" +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "" + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2710,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "前幾層的列印速度比模型的其他層慢,以便實現與列印平台的更好附著,並改善整體的列印成功率。該速度在這些層中會逐漸增加。" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "均衡線材流量" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "以較快的速度列印比正常線條更細的線條,使每秒擠出的線材量保持相同。模型中較薄的部分可能需要以低於設定中所提供寬度的線寬來列印線條。該設定控制這些線條的速度變化。" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "流量均衡的最大速度" +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "調整列印速度以便均衡流量時的最大列印速度。" +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4464,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "用於列印外圍/邊緣/木筏的擠出機組。在多擠出機情況下適用。" +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "" + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4628,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "木筏頂部線條之間的距離。間距應等於線寬,以便打造堅固表面。" +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "" + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5128,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "降低「最高解析度」設定時允許的最大偏差範圍。假如你增加這個設定值,列印精度會降低,但 G-code 會較小。最大偏差是最高解析度的限制,所以當兩者衝突時,會以最大偏差成立為優先。" +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "" + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6422,6 +6552,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "第一層的細部模式將以正常列印速度的此百分比值列印。 較慢的列印有助於黏合和精度。" +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "" + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6482,6 +6642,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "在將模型從檔案中載入時套用在模型上的轉換矩陣。" +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "列印頭 2D 輪廓圖(包含風扇蓋)。" + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "先印外壁後印內壁" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "啟用時以從外向內的順序列印牆壁。當使用高黏度塑料如 ABS 時,這有助於提高 X 和 Y 的尺寸精度;但是,它可能會降低表面列印品質,尤其是在突出部分。" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "補償牆壁重疊" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "彌補牆壁重疊部分的流量。" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "補償外壁重疊" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "列印外壁時如果該位置已經有牆壁存在,所進行的的流量補償。" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "補償內壁重疊" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "列印內壁時如果該位置已經有牆壁存在,所進行的的流量補償。" + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "最小牆壁流量" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "牆壁允許的最小流量百分比。當在已列印的牆壁旁列印牆壁時,「補償牆壁重疊」會減少線材流量。小於此設定流量的牆壁會被空跑取代。當啟用此設定時,必需啟用「補償牆壁重疊」並設定先列印外壁再列印內壁。" + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "回抽優先" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "當此功能開啟時,對於低於最小流量門檻值的牆壁,使用回抽取代而非梳理模式空跑。" + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "填充牆壁之間空隙" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "填充牆壁之間空隙。" + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "都不填充" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "全部填充" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "濾除微小間隙" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "濾除微小間隙以減少模型外側的斑點 。" + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "均衡線材流量" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "以較快的速度列印比正常線條更細的線條,使每秒擠出的線材量保持相同。模型中較薄的部分可能需要以低於設定中所提供寬度的線寬來列印線條。該設定控制這些線條的速度變化。" + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "流量均衡的最大速度" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "調整列印速度以便均衡流量時的最大列印速度。" + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "最大進料速率" -- cgit v1.2.3 From cb9b5961c3be9c6132828a56cbfe0c6d46c75577 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 13 Apr 2022 12:40:54 +0200 Subject: Removed last remnants of RecolorImage This was still being used in the MaterialBrandsMenu and the SimpleButton Probably why the X es were missing from the info messages. CURA-9110 Contributes to CURA-8640 --- resources/qml/Menus/MaterialBrandMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index 3c06162d93..04d780b5c3 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -260,7 +260,7 @@ Cura.MenuItem anchors.fill: parent //Checkmark, if the material is selected. - UM.RecolorImage + UM.ColorImage { id: checkmark visible: model.id === materialMenu.activeMaterialId -- cgit v1.2.3 From a6db27dd55de7ebe0b05455154db94d720f50e14 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 13 Apr 2022 16:29:25 +0200 Subject: Prevent tootltip from showing during "processing" of slice button CURA-9150 --- resources/qml/ActionPanel/SliceProcessWidget.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index 868f23d242..58bf736575 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/resources/qml/ActionPanel/SliceProcessWidget.qml @@ -119,6 +119,7 @@ Column text: widget.waitingForSliceToStart ? catalog.i18nc("@button", "Processing"): catalog.i18nc("@button", "Slice") tooltip: catalog.i18nc("@label", "Start the slicing process") + hoverEnabled: !widget.waitingForSliceToStart enabled: widget.backendState != UM.Backend.Error && !widget.waitingForSliceToStart visible: widget.backendState == UM.Backend.NotStarted || widget.backendState == UM.Backend.Error onClicked: { -- cgit v1.2.3 From 25839c6d9700e6b8664fabb219a69e58e37a8739 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 13 Apr 2022 17:36:47 +0200 Subject: Fix direction of pointing rectangle Turns out that using anchors doesn't quite work anymore due to qt6 upgrade. Oh well! CURA-9137 --- resources/qml/Toolbar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml index c931a9f882..9c1abd31b7 100644 --- a/resources/qml/Toolbar.qml +++ b/resources/qml/Toolbar.qml @@ -157,7 +157,7 @@ Item anchors.topMargin: base.activeY z: buttons.z - 1 - target: Qt.point(parent.right, base.activeY + Math.round(UM.Theme.getSize("button").height/2)) + target: Qt.point(-1, base.activeY + Math.round(UM.Theme.getSize("button").height / 2)) arrowSize: UM.Theme.getSize("default_arrow").width width: -- cgit v1.2.3 From 981df9f92841e62c045d9054d91767da168571fb Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 14 Apr 2022 14:49:42 +0200 Subject: Update resources/qml/TableView.qml Co-authored-by: Ghostkeeper --- resources/qml/TableView.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml index 6774db2bd6..444d310511 100644 --- a/resources/qml/TableView.qml +++ b/resources/qml/TableView.qml @@ -1,7 +1,6 @@ //Copyright (C) 2022 Ultimaker B.V. //Cura is released under the terms of the LGPLv3 or higher. -//import Qt.labs.qmlmodels 1.0 import QtQuick 2.15 import QtQuick.Controls 2.15 -- cgit v1.2.3 From 5a6227809799da8f6e8231bbb13062d1f95b8a31 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 15 Apr 2022 10:16:00 +0200 Subject: Fix display of username CURA-9146 --- resources/qml/Account/UserOperations.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index d7677264fb..c8642681ae 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -46,7 +46,7 @@ Column { id: initialLabel anchors.centerIn: parent - text: profile["username"].charAt(0).toUpperCase() + text: profile.username.charAt(0).toUpperCase() font: UM.Theme.getFont("large_bold") horizontalAlignment: Text.AlignHCenter } -- cgit v1.2.3 From fc03d6dfd887b294ec270563c634ee4831f083a9 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 19 Apr 2022 15:08:45 +0200 Subject: No longer inject close argument Fixes warning in the log --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index bd9979335b..3b06af677d 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -571,7 +571,7 @@ UM.MainWindow id: contextMenu } - onPreClosing: + onPreClosing: (close) => { close.accepted = CuraApplication.getIsAllChecksPassed(); if (!close.accepted) -- cgit v1.2.3 From 965ecb744d3ae10551428c2ef0a399cec09f0c14 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 19 Apr 2022 16:42:43 +0200 Subject: Fix size of print setup selector CURA-9139 --- resources/qml/ExpandableComponent.qml | 6 ++---- resources/qml/PrintSetupSelector/PrintSetupSelector.qml | 1 - resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'resources') diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index 471fed5850..9cc84e18dc 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -266,10 +266,8 @@ Item } } } - onReleased: - { - dragging = false - } + onReleased: dragging = false + onDoubleClicked: { diff --git a/resources/qml/PrintSetupSelector/PrintSetupSelector.qml b/resources/qml/PrintSetupSelector/PrintSetupSelector.qml index 414c349bb6..16dabea7b8 100644 --- a/resources/qml/PrintSetupSelector/PrintSetupSelector.qml +++ b/resources/qml/PrintSetupSelector/PrintSetupSelector.qml @@ -12,7 +12,6 @@ Cura.ExpandableComponent id: printSetupSelector dragPreferencesNamePrefix: "view/settings" - property bool preSlicedData: PrintInformation !== null && PrintInformation.preSliced contentPadding: UM.Theme.getSize("default_lining").width diff --git a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml index 5a3cc63c62..e53aa693e1 100644 --- a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml +++ b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml @@ -15,9 +15,8 @@ Item id: content property int absoluteMinimumHeight: 200 * screenScaleFactor - implicitWidth: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width + implicitWidth: UM.Theme.getSize("print_setup_widget").width implicitHeight: contents.height + buttonRow.height - enum Mode { Recommended = 0, -- cgit v1.2.3 From 1ce84fec696e0cef749264a813a8b41f9c270acc Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 19 Apr 2022 17:09:02 +0200 Subject: Fix all import dialogs Fixes CURA-9129 --- resources/qml/Preferences/Materials/MaterialsPage.qml | 4 ++-- resources/qml/Preferences/ProfilesPage.qml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index 48c86255d2..813ad2b0f1 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -231,7 +231,7 @@ UM.ManagementPage currentFolder: CuraApplication.getDefaultPath("dialog_material_path") onAccepted: { - const result = Cura.ContainerManager.importMaterialContainer(fileUrl); + const result = Cura.ContainerManager.importMaterialContainer(selectedFile); const messageDialog = Qt.createQmlObject("import Cura 1.5 as Cura; Cura.MessageDialog { onClosed: destroy() }", base); messageDialog.standardButtons = Dialog.Ok; @@ -259,7 +259,7 @@ UM.ManagementPage currentFolder: CuraApplication.getDefaultPath("dialog_material_path") onAccepted: { - const result = Cura.ContainerManager.exportContainer(base.currentItem.root_material_id, selectedNameFilter, fileUrl); + const result = Cura.ContainerManager.exportContainer(base.currentItem.root_material_id, selectedNameFilter, selectedFile); const messageDialog = Qt.createQmlObject("import Cura 1.5 as Cura; Cura.MessageDialog { onClosed: destroy() }", base); messageDialog.title = catalog.i18nc("@title:window", "Export Material"); diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 5d8f5499a4..bd8716cf8f 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -355,7 +355,7 @@ UM.ManagementPage onAccepted: { var result = Cura.ContainerManager.exportQualityChangesGroup(base.currentItem.quality_changes_group, - fileUrl, selectedNameFilter); + selectedFile, selectedNameFilter); if (result && result.status == "error") { @@ -419,7 +419,7 @@ UM.ManagementPage currentFolder: CuraApplication.getDefaultPath("dialog_profile_path") onAccepted: { - var result = Cura.ContainerManager.importProfile(fileUrl); + var result = Cura.ContainerManager.importProfile(selectedFile); messageDialog.title = catalog.i18nc("@title:window", "Import Profile") messageDialog.text = result.message; messageDialog.open(); -- cgit v1.2.3 From f070a695b1c8faf1ac6aa154198ddedd19909b39 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 19 Apr 2022 17:10:51 +0200 Subject: Change standardbutton.yes & no to dialog.yes & no --- resources/qml/Preferences/ProfilesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index bd8716cf8f..9957747c42 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -385,7 +385,7 @@ UM.ManagementPage title: catalog.i18nc("@title:window", "Confirm Remove") text: catalog.i18nc("@label (%1 is object name)", "Are you sure you wish to remove %1? This cannot be undone!").arg(base.currentItemName) - standardButtons: StandardButton.Yes | StandardButton.No + standardButtons: Dialog.Yes | Dialog.No modal: true onAccepted: -- cgit v1.2.3 From e85420f9fa87a3988c7317ea1e4b661c9e0b47ae Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 19 Apr 2022 17:12:58 +0200 Subject: Fix few more instances of old usage of fileUrl vs selectedFile --- resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml | 2 +- resources/qml/Preferences/Materials/MaterialsPage.qml | 6 +++--- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'resources') diff --git a/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml b/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml index 18891cebee..c33cce1505 100644 --- a/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml +++ b/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml @@ -40,7 +40,7 @@ UM.Dialog } } - onAccepted: loadModelFiles(base.fileUrls) + onAccepted: loadModelFiles(base.selectedFiles) UM.Label { diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index 813ad2b0f1..1e783c9b4d 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -239,10 +239,10 @@ UM.ManagementPage switch (result.status) { case "success": - messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tag !", "Successfully imported material %1").arg(fileUrl); + messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tag !", "Successfully imported material %1").arg(selectedFile); break; default: - messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tags or !", "Could not import material %1: %2").arg(fileUrl).arg(result.message); + messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tags or !", "Could not import material %1: %2").arg(selectedFile).arg(result.message); break; } messageDialog.open(); @@ -267,7 +267,7 @@ UM.ManagementPage switch (result.status) { case "error": - messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tags and !", "Failed to export material to %1: %2").arg(fileUrl).arg(result.message); + messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tags and !", "Failed to export material to %1: %2").arg(selectedFile).arg(result.message); break; case "success": messageDialog.text = catalog.i18nc("@info:status Don't translate the XML tag !", "Successfully exported material to %1").arg(result.path); diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 4fb8d78b2f..e4fa1bb8c3 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -735,7 +735,7 @@ Window nameFilters: ["Material archives (*.umm)", "All files (*)"] onAccepted: { - syncModel.exportAll(fileUrl); + syncModel.exportAll(selectedFile); CuraApplication.setDefaultPath("dialog_material_path", folder); materialsSyncDialog.hasExportedUsb = true; } -- cgit v1.2.3 From 0232b4f6395a20601bfe2e4db36f3060e0677007 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 20 Apr 2022 10:57:38 +0200 Subject: Upgrade SDK version to 8.0.0 for Cura 5.0 --- resources/bundled_packages/cura.json | 215 +++++++++++++++++------------------ 1 file changed, 107 insertions(+), 108 deletions(-) (limited to 'resources') diff --git a/resources/bundled_packages/cura.json b/resources/bundled_packages/cura.json index 501445f9d8..6ec6d5a7b9 100644 --- a/resources/bundled_packages/cura.json +++ b/resources/bundled_packages/cura.json @@ -6,7 +6,7 @@ "display_name": "3MF Reader", "description": "Provides support for reading 3MF files.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -23,7 +23,7 @@ "display_name": "3MF Writer", "description": "Provides support for writing 3MF files.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -40,7 +40,7 @@ "display_name": "AMF Reader", "description": "Provides support for reading AMF files.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "fieldOfView", @@ -57,7 +57,7 @@ "display_name": "Cura Backups", "description": "Backup and restore your configuration.", "package_version": "1.2.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -74,7 +74,7 @@ "display_name": "CuraEngine Backend", "description": "Provides the link to the CuraEngine slicing backend.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -91,7 +91,7 @@ "display_name": "Cura Profile Reader", "description": "Provides support for importing Cura profiles.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -108,7 +108,7 @@ "display_name": "Cura Profile Writer", "description": "Provides support for exporting Cura profiles.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -125,7 +125,7 @@ "display_name": "Ultimaker Digital Library", "description": "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library.", "package_version": "1.1.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -142,7 +142,7 @@ "display_name": "Firmware Update Checker", "description": "Checks for firmware updates.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -159,7 +159,7 @@ "display_name": "Firmware Updater", "description": "Provides a machine actions for updating firmware.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -176,7 +176,7 @@ "display_name": "Compressed G-code Reader", "description": "Reads g-code from a compressed archive.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -193,7 +193,7 @@ "display_name": "Compressed G-code Writer", "description": "Writes g-code to a compressed archive.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -210,7 +210,7 @@ "display_name": "G-Code Profile Reader", "description": "Provides support for importing profiles from g-code files.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -227,7 +227,7 @@ "display_name": "G-Code Reader", "description": "Allows loading and displaying G-code files.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "VictorLarchenko", @@ -244,7 +244,7 @@ "display_name": "G-Code Writer", "description": "Writes g-code to a file.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -261,7 +261,7 @@ "display_name": "Image Reader", "description": "Enables ability to generate printable geometry from 2D image files.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -278,7 +278,7 @@ "display_name": "Legacy Cura Profile Reader", "description": "Provides support for importing profiles from legacy Cura versions.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -295,7 +295,7 @@ "display_name": "Machine Settings Action", "description": "Provides a way to change machine settings (such as build volume, nozzle size, etc.).", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "fieldOfView", @@ -312,7 +312,7 @@ "display_name": "Model Checker", "description": "Checks models and print configuration for possible printing issues and give suggestions.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -329,7 +329,7 @@ "display_name": "Monitor Stage", "description": "Provides a monitor stage in Cura.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -346,7 +346,7 @@ "display_name": "Per-Object Settings Tool", "description": "Provides the per-model settings.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -363,7 +363,7 @@ "display_name": "Post Processing", "description": "Extension that allows for user created scripts for post processing.", "package_version": "2.2.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -380,7 +380,7 @@ "display_name": "Prepare Stage", "description": "Provides a prepare stage in Cura.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -397,7 +397,7 @@ "display_name": "Preview Stage", "description": "Provides a preview stage in Cura.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -414,7 +414,7 @@ "display_name": "Removable Drive Output Device", "description": "Provides removable drive hotplugging and writing support.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -431,7 +431,7 @@ "display_name": "Sentry Logger", "description": "Logs certain events so that they can be used by the crash reporter", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -448,7 +448,7 @@ "display_name": "Simulation View", "description": "Provides the Simulation view.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -465,7 +465,7 @@ "display_name": "Slice Info", "description": "Submits anonymous slice info. Can be disabled through preferences.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -482,7 +482,7 @@ "display_name": "Solid View", "description": "Provides a normal solid mesh view.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -499,7 +499,7 @@ "display_name": "Support Eraser Tool", "description": "Creates an eraser mesh to block the printing of support in certain places.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -516,7 +516,7 @@ "display_name": "Trimesh Reader", "description": "Provides support for reading model files.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -533,7 +533,7 @@ "display_name": "Marketplace", "description": "Find, manage and install new Cura packages.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -550,7 +550,7 @@ "display_name": "UFP Reader", "description": "Provides support for reading Ultimaker Format Packages.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -567,7 +567,7 @@ "display_name": "UFP Writer", "description": "Provides support for writing Ultimaker Format Packages.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -584,7 +584,7 @@ "display_name": "Ultimaker Machine Actions", "description": "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.).", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -601,7 +601,7 @@ "display_name": "UM3 Network Printing", "description": "Manages network connections to Ultimaker 3 printers.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -618,7 +618,7 @@ "display_name": "USB Printing", "description": "Accepts G-Code and sends them to a printer. Plugin can also update firmware.", "package_version": "1.0.2", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -635,7 +635,7 @@ "display_name": "Version Upgrade 2.1 to 2.2", "description": "Upgrades configurations from Cura 2.1 to Cura 2.2.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -652,7 +652,7 @@ "display_name": "Version Upgrade 2.2 to 2.4", "description": "Upgrades configurations from Cura 2.2 to Cura 2.4.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -669,7 +669,7 @@ "display_name": "Version Upgrade 2.5 to 2.6", "description": "Upgrades configurations from Cura 2.5 to Cura 2.6.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -686,7 +686,7 @@ "display_name": "Version Upgrade 2.6 to 2.7", "description": "Upgrades configurations from Cura 2.6 to Cura 2.7.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -703,7 +703,7 @@ "display_name": "Version Upgrade 2.7 to 3.0", "description": "Upgrades configurations from Cura 2.7 to Cura 3.0.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -720,7 +720,7 @@ "display_name": "Version Upgrade 3.0 to 3.1", "description": "Upgrades configurations from Cura 3.0 to Cura 3.1.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -737,7 +737,7 @@ "display_name": "Version Upgrade 3.2 to 3.3", "description": "Upgrades configurations from Cura 3.2 to Cura 3.3.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -754,7 +754,7 @@ "display_name": "Version Upgrade 3.3 to 3.4", "description": "Upgrades configurations from Cura 3.3 to Cura 3.4.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -771,7 +771,7 @@ "display_name": "Version Upgrade 3.4 to 3.5", "description": "Upgrades configurations from Cura 3.4 to Cura 3.5.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -788,7 +788,7 @@ "display_name": "Version Upgrade 3.5 to 4.0", "description": "Upgrades configurations from Cura 3.5 to Cura 4.0.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -805,7 +805,7 @@ "display_name": "Version Upgrade 4.0 to 4.1", "description": "Upgrades configurations from Cura 4.0 to Cura 4.1.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -822,7 +822,7 @@ "display_name": "Version Upgrade 4.1 to 4.2", "description": "Upgrades configurations from Cura 4.1 to Cura 4.2.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -839,7 +839,7 @@ "display_name": "Version Upgrade 4.2 to 4.3", "description": "Upgrades configurations from Cura 4.2 to Cura 4.3.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -856,7 +856,7 @@ "display_name": "Version Upgrade 4.3 to 4.4", "description": "Upgrades configurations from Cura 4.3 to Cura 4.4.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -873,7 +873,7 @@ "display_name": "Version Upgrade 4.4 to 4.5", "description": "Upgrades configurations from Cura 4.4 to Cura 4.5.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -890,7 +890,7 @@ "display_name": "Version Upgrade 4.5 to 4.6", "description": "Upgrades configurations from Cura 4.5 to Cura 4.6.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -907,7 +907,7 @@ "display_name": "Version Upgrade 4.6.0 to 4.6.2", "description": "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -924,7 +924,7 @@ "display_name": "Version Upgrade 4.6.2 to 4.7", "description": "Upgrades configurations from Cura 4.6.2 to Cura 4.7.", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -941,7 +941,7 @@ "display_name": "Version Upgrade 4.7.0 to 4.8.0", "description": "Upgrades configurations from Cura 4.7.0 to Cura 4.8.0", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -958,7 +958,7 @@ "display_name": "Version Upgrade 4.8.0 to 4.9.0", "description": "Upgrades configurations from Cura 4.8.0 to Cura 4.9.0", "package_version": "1.0.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -975,8 +975,7 @@ "display_name": "Version Upgrade 4.9 to 4.10", "description": "Upgrades configurations from Cura 4.9 to Cura 4.10", "package_version": "1.0.0", - "sdk_version": 7, - "sdk_version_semver": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -1011,7 +1010,7 @@ "display_name": "X3D Reader", "description": "Provides support for reading X3D files.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "SevaAlekseyev", @@ -1028,7 +1027,7 @@ "display_name": "XML Material Profiles", "description": "Provides capabilities to read and write XML-based material profiles.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -1045,7 +1044,7 @@ "display_name": "X-Ray View", "description": "Provides the X-Ray view.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com", "author": { "author_id": "UltimakerPackages", @@ -1062,7 +1061,7 @@ "display_name": "Generic ABS", "description": "The generic ABS profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1080,7 +1079,7 @@ "display_name": "Generic BAM", "description": "The generic BAM profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1098,7 +1097,7 @@ "display_name": "Generic CFF CPE", "description": "The generic CFF CPE profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1116,7 +1115,7 @@ "display_name": "Generic CFF PA", "description": "The generic CFF PA profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1134,7 +1133,7 @@ "display_name": "Generic CPE", "description": "The generic CPE profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1152,7 +1151,7 @@ "display_name": "Generic CPE+", "description": "The generic CPE+ profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1170,7 +1169,7 @@ "display_name": "Generic GFF CPE", "description": "The generic GFF CPE profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1188,7 +1187,7 @@ "display_name": "Generic GFF PA", "description": "The generic GFF PA profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1206,7 +1205,7 @@ "display_name": "Generic HIPS", "description": "The generic HIPS profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1224,7 +1223,7 @@ "display_name": "Generic Nylon", "description": "The generic Nylon profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1242,7 +1241,7 @@ "display_name": "Generic PC", "description": "The generic PC profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1260,7 +1259,7 @@ "display_name": "Generic PETG", "description": "The generic PETG profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1278,7 +1277,7 @@ "display_name": "Generic PLA", "description": "The generic PLA profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1296,7 +1295,7 @@ "display_name": "Generic PP", "description": "The generic PP profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1314,7 +1313,7 @@ "display_name": "Generic PVA", "description": "The generic PVA profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1332,7 +1331,7 @@ "display_name": "Generic Tough PLA", "description": "The generic Tough PLA profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1350,7 +1349,7 @@ "display_name": "Generic TPU", "description": "The generic TPU profile which other profiles can be based upon.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://github.com/Ultimaker/fdm_materials", "author": { "author_id": "Generic", @@ -1368,7 +1367,7 @@ "display_name": "Dagoma Chromatik PLA", "description": "Filament testé et approuvé pour les imprimantes 3D Dagoma. Chromatik est l'idéal pour débuter et suivre les tutoriels premiers pas. Il vous offre qualité et résistance pour chacune de vos impressions.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://dagoma.fr/boutique/filaments.html", "author": { "author_id": "Dagoma", @@ -1385,7 +1384,7 @@ "display_name": "FABtotum ABS", "description": "This material is easy to be extruded but it is not the simplest to use. It is one of the most used in 3D printing to get very well finished objects. It is not sustainable and its smoke can be dangerous if inhaled. The reason to prefer this filament to PLA is mainly because of its precision and mechanical specs. ABS (for plastic) stands for Acrylonitrile Butadiene Styrene and it is a thermoplastic which is widely used in everyday objects. It can be printed with any FFF 3D printer which can get to high temperatures as it must be extruded in a range between 220° and 245°, so it’s compatible with all versions of the FABtotum Personal fabricator.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://store.fabtotum.com/eu/products/filaments.html?filament_type=40", "author": { "author_id": "FABtotum", @@ -1402,7 +1401,7 @@ "display_name": "FABtotum Nylon", "description": "When 3D printing started this material was not listed among the extrudable filaments. It is flexible as well as resistant to tractions. It is well known for its uses in textile but also in industries which require a strong and flexible material. There are different kinds of Nylon: 3D printing mostly uses Nylon 6 and Nylon 6.6, which are the most common. It requires higher temperatures to be printed, so a 3D printer must be able to reach them (around 240°C): the FABtotum, of course, can.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://store.fabtotum.com/eu/products/filaments.html?filament_type=53", "author": { "author_id": "FABtotum", @@ -1419,7 +1418,7 @@ "display_name": "FABtotum PLA", "description": "It is the most common filament used for 3D printing. It is studied to be bio-degradable as it comes from corn starch’s sugar mainly. It is completely made of renewable sources and has no footprint on polluting. PLA stands for PolyLactic Acid and it is a thermoplastic that today is still considered the easiest material to be 3D printed. It can be extruded at lower temperatures: the standard range of FABtotum’s one is between 185° and 195°.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://store.fabtotum.com/eu/products/filaments.html?filament_type=39", "author": { "author_id": "FABtotum", @@ -1436,7 +1435,7 @@ "display_name": "FABtotum TPU Shore 98A", "description": "", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://store.fabtotum.com/eu/products/filaments.html?filament_type=66", "author": { "author_id": "FABtotum", @@ -1453,7 +1452,7 @@ "display_name": "Fiberlogy HD PLA", "description": "With our HD PLA you have many more options. You can use this material in two ways. Choose the one you like best. You can use it as a normal PLA and get prints characterized by a very good adhesion between the layers and high precision. You can also make your prints acquire similar properties to that of ABS – better impact resistance and high temperature resistance. All you need is an oven. Yes, an oven! By annealing our HD PLA in an oven, in accordance with the manual, you will avoid all the inconveniences of printing with ABS, such as unpleasant odour or hazardous fumes.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://fiberlogy.com/en/fiberlogy-filaments/filament-hd-pla/", "author": { "author_id": "Fiberlogy", @@ -1470,7 +1469,7 @@ "display_name": "Filo3D PLA", "description": "Fast, safe and reliable printing. PLA is ideal for the fast and reliable printing of parts and prototypes with a great surface quality.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://dagoma.fr", "author": { "author_id": "Dagoma", @@ -1487,7 +1486,7 @@ "display_name": "IMADE3D JellyBOX PETG", "description": "", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://shop.imade3d.com/filament.html", "author": { "author_id": "IMADE3D", @@ -1504,7 +1503,7 @@ "display_name": "IMADE3D JellyBOX PLA", "description": "", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://shop.imade3d.com/filament.html", "author": { "author_id": "IMADE3D", @@ -1521,7 +1520,7 @@ "display_name": "Octofiber PLA", "description": "PLA material from Octofiber.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://nl.octofiber.com/3d-printing-filament/pla.html", "author": { "author_id": "Octofiber", @@ -1538,7 +1537,7 @@ "display_name": "PolyFlex™ PLA", "description": "PolyFlex™ is a highly flexible yet easy to print 3D printing material. Featuring good elasticity and a large strain-to- failure, PolyFlex™ opens up a completely new realm of applications.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://www.polymaker.com/shop/polyflex/", "author": { "author_id": "Polymaker", @@ -1555,7 +1554,7 @@ "display_name": "PolyMax™ PLA", "description": "PolyMax™ PLA is a 3D printing material with excellent mechanical properties and printing quality. PolyMax™ PLA has an impact resistance of up to nine times that of regular PLA, and better overall mechanical properties than ABS.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://www.polymaker.com/shop/polymax/", "author": { "author_id": "Polymaker", @@ -1572,7 +1571,7 @@ "display_name": "PolyPlus™ PLA True Colour", "description": "PolyPlus™ PLA is a premium PLA designed for all desktop FDM/FFF 3D printers. It is produced with our patented Jam-Free™ technology that ensures consistent extrusion and prevents jams.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://www.polymaker.com/shop/polyplus-true-colour/", "author": { "author_id": "Polymaker", @@ -1589,7 +1588,7 @@ "display_name": "PolyWood™ PLA", "description": "PolyWood™ is a wood mimic printing material that contains no actual wood ensuring a clean Jam-Free™ printing experience.", "package_version": "1.0.1", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "http://www.polymaker.com/shop/polywood/", "author": { "author_id": "Polymaker", @@ -1606,7 +1605,7 @@ "display_name": "Ultimaker ABS", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/abs", "author": { "author_id": "UltimakerPackages", @@ -1625,7 +1624,7 @@ "display_name": "Ultimaker Breakaway", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/breakaway", "author": { "author_id": "UltimakerPackages", @@ -1644,7 +1643,7 @@ "display_name": "Ultimaker CPE", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/abs", "author": { "author_id": "UltimakerPackages", @@ -1663,7 +1662,7 @@ "display_name": "Ultimaker CPE+", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/cpe", "author": { "author_id": "UltimakerPackages", @@ -1682,7 +1681,7 @@ "display_name": "Ultimaker Nylon", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/abs", "author": { "author_id": "UltimakerPackages", @@ -1701,7 +1700,7 @@ "display_name": "Ultimaker PC", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/pc", "author": { "author_id": "UltimakerPackages", @@ -1720,7 +1719,7 @@ "display_name": "Ultimaker PLA", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/abs", "author": { "author_id": "UltimakerPackages", @@ -1739,7 +1738,7 @@ "display_name": "Ultimaker PP", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/pp", "author": { "author_id": "UltimakerPackages", @@ -1758,7 +1757,7 @@ "display_name": "Ultimaker PVA", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/abs", "author": { "author_id": "UltimakerPackages", @@ -1777,7 +1776,7 @@ "display_name": "Ultimaker TPU 95A", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/tpu-95a", "author": { "author_id": "UltimakerPackages", @@ -1796,7 +1795,7 @@ "display_name": "Ultimaker Tough PLA", "description": "Example package for material and quality profiles for Ultimaker materials.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://ultimaker.com/products/materials/tough-pla", "author": { "author_id": "UltimakerPackages", @@ -1815,7 +1814,7 @@ "display_name": "Vertex Delta ABS", "description": "ABS material and quality files for the Delta Vertex K8800.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://vertex3dprinter.eu", "author": { "author_id": "Velleman", @@ -1832,7 +1831,7 @@ "display_name": "Vertex Delta PET", "description": "ABS material and quality files for the Delta Vertex K8800.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://vertex3dprinter.eu", "author": { "author_id": "Velleman", @@ -1849,7 +1848,7 @@ "display_name": "Vertex Delta PLA", "description": "ABS material and quality files for the Delta Vertex K8800.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://vertex3dprinter.eu", "author": { "author_id": "Velleman", @@ -1866,7 +1865,7 @@ "display_name": "Vertex Delta TPU", "description": "ABS material and quality files for the Delta Vertex K8800.", "package_version": "1.4.0", - "sdk_version": "7.9.0", + "sdk_version": "8.0.0", "website": "https://vertex3dprinter.eu", "author": { "author_id": "Velleman", -- cgit v1.2.3 From 271868eafd38ba7b66e195f534019112bf0196a2 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 20 Apr 2022 11:23:35 +0200 Subject: Fix export material to usb CURA-9122 --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index e4fa1bb8c3..3e8fdd7397 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -701,7 +701,7 @@ Window { if(!materialsSyncDialog.hasExportedUsb) { - exportUsbDialog.folder = syncModel.getPreferredExportAllPath(); + exportUsbDialog.currentFolder = syncModel.getPreferredExportAllPath(); exportUsbDialog.open(); } else @@ -733,6 +733,7 @@ Window { title: catalog.i18nc("@title:window", "Export All Materials") nameFilters: ["Material archives (*.umm)", "All files (*)"] + fileMode: FileDialog.SaveFile onAccepted: { syncModel.exportAll(selectedFile); -- cgit v1.2.3 From c002a52b5054c66d962e443e82d8993269be6d5c Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 21 Apr 2022 11:11:28 +0200 Subject: Remove animations from custom settings view. They never properly worked anyway, and now they cause the items to overlap. CURA-9160 --- resources/qml/Settings/SettingView.qml | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 28787acb27..e8206a28cb 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -227,9 +227,7 @@ Item id: delegate width: contents.width - (scrollBar.width + UM.Theme.getSize("narrow_margin").width) - Behavior on height { NumberAnimation { duration: 100 } } opacity: enabled ? 1 : 0 - Behavior on opacity { NumberAnimation { duration: 100 } } enabled: provider.properties.enabled === "True" property var definition: model @@ -351,10 +349,7 @@ Item function onFocusReceived() { contents.indexWithFocus = index - animateContentY.from = contents.contentY contents.positionViewAtIndex(index, ListView.Contain) - animateContentY.to = contents.contentY - animateContentY.running = true } function onSetActiveFocusToNextSetting(forward) { @@ -386,35 +381,6 @@ Item } } - NumberAnimation { - id: animateContentY - target: contents - property: "contentY" - duration: 50 - } - - add: Transition { - SequentialAnimation { - NumberAnimation { properties: "height"; from: 0; duration: 100 } - NumberAnimation { properties: "opacity"; from: 0; duration: 100 } - } - } - remove: Transition { - SequentialAnimation { - NumberAnimation { properties: "opacity"; to: 0; duration: 100 } - NumberAnimation { properties: "height"; to: 0; duration: 100 } - } - } - addDisplaced: Transition { - NumberAnimation { properties: "x,y"; duration: 100 } - } - removeDisplaced: Transition { - SequentialAnimation { - PauseAnimation { duration: 100; } - NumberAnimation { properties: "x,y"; duration: 100 } - } - } - Cura.Menu { id: contextMenu -- cgit v1.2.3 From 3f9c7c55dcb05ac6bc3a64435c32343c4c8b8043 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 21 Apr 2022 11:16:55 +0200 Subject: Fix search field losing focus when scrolling the setting list When scrolling the setting list, it was clearing the focus in order to close the pop-ups in the setting list. If pop-ups like for the infill pattern or extruder selection settings are not closed, the pop-up part is still rendered even if the user scrolls those settings out of view, causing the pop-up to appear somewhere on top of completely unrelated interface elements. It scrolls all the way to the top of the screen, effectively. I couldn't find a way to cause pop-ups to be clipped with the rest of the contents of the ListView. They are always rendered on top due to the nature of the pop-up. I could find a way to trigger pop-ups to close upon changing the scrolled position without changing the focus, but that method was fairly complex with a bunch of `Connection`s and an extra signal. This is by far the simplest solution. Contributes to issue CURA-9070. --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 28787acb27..9954eeca3f 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -195,7 +195,7 @@ Item onPositionChanged: { // This removes focus from items when scrolling. // This fixes comboboxes staying open and scrolling container - if (!activeFocus) { + if (!activeFocus && !filter.activeFocus) { forceActiveFocus(); } } -- cgit v1.2.3 From 66fde9100ca16730d4228b68f524263ef38827ea Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Thu, 21 Apr 2022 11:32:03 +0200 Subject: Use QML defined enum in sync state These are the enums from cura/API/account.py somehow exposing these enums from python to QML doesn't work properly anymore A better solution should be found in the very near future CURA-9146 --- resources/qml/Account/SyncState.qml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/SyncState.qml b/resources/qml/Account/SyncState.qml index 9c978b4607..b558714376 100644 --- a/resources/qml/Account/SyncState.qml +++ b/resources/qml/Account/SyncState.qml @@ -13,31 +13,38 @@ Row // Sync state icon + message height: childrenRect.height spacing: UM.Theme.getSize("narrow_margin").height + // These are the enums from cura/API/account.py + // somehow exposing these enums from python to QML doesn't work properly anymore + property var _Cura_AccountSyncState_SYNCING: 0 + property var _Cura_AccountSyncState_SUCCESS: 1 + property var _Cura_AccountSyncState_ERROR: 2 + property var _Cura_AccountSyncState_IDLE: 3 + states: [ State { name: "idle" - when: syncState == Cura.AccountSyncState.IDLE + when: syncState == _Cura_AccountSyncState_IDLE PropertyChanges { target: icon; source: UM.Theme.getIcon("ArrowDoubleCircleRight")} }, State { name: "syncing" - when: syncState == Cura.AccountSyncState.SYNCING + when: syncState == _Cura_AccountSyncState_SYNCING PropertyChanges { target: icon; source: UM.Theme.getIcon("ArrowDoubleCircleRight") } PropertyChanges { target: stateLabel; text: catalog.i18nc("@label", "Checking...")} }, State { name: "up_to_date" - when: syncState == Cura.AccountSyncState.SUCCESS + when: syncState == _Cura_AccountSyncState_SUCCESS PropertyChanges { target: icon; source: UM.Theme.getIcon("CheckCircle") } PropertyChanges { target: stateLabel; text: catalog.i18nc("@label", "Account synced")} }, State { name: "error" - when: syncState == Cura.AccountSyncState.ERROR + when: syncState == _Cura_AccountSyncState_ERROR PropertyChanges { target: icon; source: UM.Theme.getIcon("Warning") } PropertyChanges { target: stateLabel; text: catalog.i18nc("@label", "Something went wrong...")} } -- cgit v1.2.3 From 9a3d089bd90ec11bf8ce649797d2fd4583a5f631 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Thu, 21 Apr 2022 11:34:16 +0200 Subject: Properly add and remove menu items Not really part of the ticket but logging was complaining CURA-9146 --- resources/qml/Menus/PrinterTypeMenu.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/PrinterTypeMenu.qml b/resources/qml/Menus/PrinterTypeMenu.qml index 17986ac1b8..1447113208 100644 --- a/resources/qml/Menus/PrinterTypeMenu.qml +++ b/resources/qml/Menus/PrinterTypeMenu.qml @@ -28,7 +28,7 @@ Cura.Menu Cura.MachineManager.switchPrinterType(modelData.machine_type) } } - onObjectAdded: menu.insertItem(index, object) - onObjectRemoved: menu.removeItem(object) + onObjectAdded: function(index, object) { return menu.insertItem(index, object); } + onObjectRemoved: function(object) { return menu.removeItem(object); } } } -- cgit v1.2.3 From 1051b258cfa81e5231ad65c95af080d017a55ab8 Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:37:05 +0200 Subject: Update change_log.txt Updated the changelog --- resources/texts/change_log.txt | 70 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 91d54ef17a..56df62bfcb 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,3 +1,73 @@ +[5.0] +Beta +Watch the launch event to learn more about Ultimaker Cura 5.0 beta. + +* New slicing engine +Following special beta releases to test the Arachne engine, we are pleased to announce our new slicing engine is here in Ultimaker Cura! This all-new engine uses variable line widths when preparing files for printing, meaning you can now print thin and intricate parts more accurately and with greater strength. + +* Renewed the Ultimaker Cura Marketplace +We have streamlined the workflow for accessing the Ultimaker Marketplace inside of Ultimaker Cura. The UI has been improved and it’s now easier and faster to find and install plugins and material profiles. + +* Improved print profiles for Ultimaker printers +The new slicing engine in Ultimaker Cura 5.0 beta has helped us to improve our print profiles. This means that users of Ultimaker printers can achieve speed increases of up to 20%. + +* Other new features and improvements: +- Upgrade from Qt5 to Qt6 +- New Cura icon +- New Cura splash screen +- Fuzzy skin works with the new engine +- Connect Top/Bottom polygons work with the new engine +- Updated the digital build plates for Ultimaker printers +- Introduce Minimum Wall Line Width, contributed by @BagelOrb +- Improved description and label of wall Transition Angle, contributed by @BagelOrb +- Settings for metal printing implemented +- Shrinkage compensation is now available for PLA, tPLA and PETG +- Improved default Line Widths for Spiralize +- Decrease resolution to remove some buffer underruns +- Removed the setting Center Last from Wall Ordering +- Increased Filter Distance +- Hide the Variable Line Strategy in UI +- Incomplete languages are now shown in the language drop-down menu + +* Bug fixes: +- Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages +- Fixed a bug with extra travel moves increased the printing time, contributed by @BagelOrb +- Fixed a bug where Monotonic Ironing breaks Ironing, contributed by @BagelOrb +- Changed the priority of CuraEngine +- Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by @BagelOrb +- Fixed double scroll bar, contributed by @fieldOfView +- Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by @BagelOrb +- Fixed a bug where the seam placement was uneven +- Fixed a bug where Top Surface Skin Layers didn't work +- Updated the Tinyboy Fabricator printer definitions, contributed by @reibuehl +- Updated the Creality Ender 5 printer profile, contributed by @Rakhmanov +- Fixed a bug where Speed in the flow setting were not respected +- Fixed a bug with unnecessary retracted travel moves +- Fixed a bug where the Ironing Inset didn't work +- Fixed a bug where Support Layers where missing +- Improved the visibility of the checkboxes +- Fixed a crash if Randomize Infill Start was used +- Fixed a bug where Combing was in the wrong part with dual extrusion +- Fixed a crash with Bridging and Top Surface Skin Layers +- Fixed a bug where modifier meshes didn't work in one-at-a-time mode +- Fixed a bug where Tree Support Branches where not being generated +- Fixed a bug where less support was generated +- Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by @BagelOrb +- Fixed disallowed areas for Brim gap, contributed by @BagelOrb + +* Printer definitions, profiles and materials: +- Added Atom 3 and Atom 3 Lite printer definitions, contributed by @Daniel-Kurth +- Added Layer One Black PLA, Dark Grey PLA and White PLA, contributed by @Daniel-Kurth +- Added FLSUN Q5 printer definition, contributed by @kreuzhofer +- Added Creatlity CR100 printer definition, contributed by @bodyboarder2528 +- Added Mixware Hyper-S printer definition, contributed by @mixware011 +- Added Creality Sermoon D1 printer definition, contributed by @felixstif +- Added Volumic SH65, Stream30Pro MK3 and Stream30Ultra SC2 printer definitions, contributed by @VOLUMIC +- Updated Eryone Thinker and ER20 profiles, contributed by @Eryone +- Updated Atom 2 profile, contributed by @lin-ycv +- Added Hellbot Hidra and Magna series printer definitions, contributed by @DevelopmentHellbot +- Updated Snapmaker 2 End-Gcode, contributed by @Rolzad73 + [4.13.1] * Bug fixes - Fixed a bug where tree support could go through the model -- cgit v1.2.3 From 8afb06f7ae9459c9b36a5429b1b556e7d61e3b36 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 21 Apr 2022 11:55:42 +0200 Subject: Fix infill to 0% on upgrade to Cura 5.0. This is a weird one, fortunately Jaime had the idea that it had to do with a spurious update to the visual element of the slider. CURA-9127 --- .../Recommended/RecommendedInfillDensitySelector.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml index 434945e172..863e8c3900 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml @@ -172,7 +172,8 @@ Item // same operation const active_mode = UM.Preferences.getValue("cura/active_mode") - if (active_mode == 0 || active_mode == "simple") + if (visible // Workaround: 'visible' is checked because on startup in Windows it spuriously gets an 'onValueChanged' with value '0' if this isn't checked. + && (active_mode == 0 || active_mode == "simple")) { Cura.MachineManager.setSettingForAllExtruders("infill_sparse_density", "value", roundedSliderValue) Cura.MachineManager.resetSettingForAllExtruders("infill_line_distance") -- cgit v1.2.3 From 6b2a6b0a201d01640eaad83e127dcef7a1164fc2 Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Thu, 21 Apr 2022 12:41:43 +0200 Subject: Update change_log.txt Fixed a typo --- resources/texts/change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 56df62bfcb..e8cac041c0 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -44,7 +44,7 @@ The new slicing engine in Ultimaker Cura 5.0 beta has helped us to improve our p - Fixed a bug where Speed in the flow setting were not respected - Fixed a bug with unnecessary retracted travel moves - Fixed a bug where the Ironing Inset didn't work -- Fixed a bug where Support Layers where missing +- Fixed a bug where Support Layers were missing - Improved the visibility of the checkboxes - Fixed a crash if Randomize Infill Start was used - Fixed a bug where Combing was in the wrong part with dual extrusion -- cgit v1.2.3 From b1d98e0e9f334c495600afa67479a718c40db39b Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Thu, 21 Apr 2022 12:52:19 +0200 Subject: Update change_log.txt Made some changes, discussed with @rburema --- resources/texts/change_log.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index e8cac041c0..81ed585d24 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -11,22 +11,19 @@ We have streamlined the workflow for accessing the Ultimaker Marketplace inside * Improved print profiles for Ultimaker printers The new slicing engine in Ultimaker Cura 5.0 beta has helped us to improve our print profiles. This means that users of Ultimaker printers can achieve speed increases of up to 20%. +* Upgrade from Qt5 to Qt6 +We now support Apple M1 chips + * Other new features and improvements: -- Upgrade from Qt5 to Qt6 - New Cura icon - New Cura splash screen -- Fuzzy skin works with the new engine -- Connect Top/Bottom polygons work with the new engine - Updated the digital build plates for Ultimaker printers - Introduce Minimum Wall Line Width, contributed by @BagelOrb -- Improved description and label of wall Transition Angle, contributed by @BagelOrb - Settings for metal printing implemented - Shrinkage compensation is now available for PLA, tPLA and PETG - Improved default Line Widths for Spiralize - Decrease resolution to remove some buffer underruns - Removed the setting Center Last from Wall Ordering -- Increased Filter Distance -- Hide the Variable Line Strategy in UI - Incomplete languages are now shown in the language drop-down menu * Bug fixes: @@ -39,8 +36,6 @@ The new slicing engine in Ultimaker Cura 5.0 beta has helped us to improve our p - Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by @BagelOrb - Fixed a bug where the seam placement was uneven - Fixed a bug where Top Surface Skin Layers didn't work -- Updated the Tinyboy Fabricator printer definitions, contributed by @reibuehl -- Updated the Creality Ender 5 printer profile, contributed by @Rakhmanov - Fixed a bug where Speed in the flow setting were not respected - Fixed a bug with unnecessary retracted travel moves - Fixed a bug where the Ironing Inset didn't work @@ -67,6 +62,8 @@ The new slicing engine in Ultimaker Cura 5.0 beta has helped us to improve our p - Updated Atom 2 profile, contributed by @lin-ycv - Added Hellbot Hidra and Magna series printer definitions, contributed by @DevelopmentHellbot - Updated Snapmaker 2 End-Gcode, contributed by @Rolzad73 +- Updated the Tinyboy Fabricator printer definitions, contributed by @reibuehl +- Updated the Creality Ender 5 printer profile, contributed by @Rakhmanov [4.13.1] * Bug fixes -- cgit v1.2.3 From 4ca1235c261f592b42d81fd07bb1527ed5819031 Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:18:32 +0200 Subject: Update change_log.txt Removed @ from the contributors --- resources/texts/change_log.txt | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 81ed585d24..98cc638295 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -18,7 +18,7 @@ We now support Apple M1 chips - New Cura icon - New Cura splash screen - Updated the digital build plates for Ultimaker printers -- Introduce Minimum Wall Line Width, contributed by @BagelOrb +- Introduce Minimum Wall Line Width, contributed by BagelOrb - Settings for metal printing implemented - Shrinkage compensation is now available for PLA, tPLA and PETG - Improved default Line Widths for Spiralize @@ -28,12 +28,12 @@ We now support Apple M1 chips * Bug fixes: - Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages -- Fixed a bug with extra travel moves increased the printing time, contributed by @BagelOrb -- Fixed a bug where Monotonic Ironing breaks Ironing, contributed by @BagelOrb +- Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb +- Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb - Changed the priority of CuraEngine -- Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by @BagelOrb -- Fixed double scroll bar, contributed by @fieldOfView -- Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by @BagelOrb +- Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by BagelOrb +- Fixed double scroll bar, contributed by fieldOfView +- Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by BagelOrb - Fixed a bug where the seam placement was uneven - Fixed a bug where Top Surface Skin Layers didn't work - Fixed a bug where Speed in the flow setting were not respected @@ -47,23 +47,23 @@ We now support Apple M1 chips - Fixed a bug where modifier meshes didn't work in one-at-a-time mode - Fixed a bug where Tree Support Branches where not being generated - Fixed a bug where less support was generated -- Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by @BagelOrb -- Fixed disallowed areas for Brim gap, contributed by @BagelOrb +- Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by BagelOrb +- Fixed disallowed areas for Brim gap, contributed by BagelOrb * Printer definitions, profiles and materials: -- Added Atom 3 and Atom 3 Lite printer definitions, contributed by @Daniel-Kurth -- Added Layer One Black PLA, Dark Grey PLA and White PLA, contributed by @Daniel-Kurth -- Added FLSUN Q5 printer definition, contributed by @kreuzhofer -- Added Creatlity CR100 printer definition, contributed by @bodyboarder2528 -- Added Mixware Hyper-S printer definition, contributed by @mixware011 -- Added Creality Sermoon D1 printer definition, contributed by @felixstif -- Added Volumic SH65, Stream30Pro MK3 and Stream30Ultra SC2 printer definitions, contributed by @VOLUMIC -- Updated Eryone Thinker and ER20 profiles, contributed by @Eryone -- Updated Atom 2 profile, contributed by @lin-ycv -- Added Hellbot Hidra and Magna series printer definitions, contributed by @DevelopmentHellbot -- Updated Snapmaker 2 End-Gcode, contributed by @Rolzad73 -- Updated the Tinyboy Fabricator printer definitions, contributed by @reibuehl -- Updated the Creality Ender 5 printer profile, contributed by @Rakhmanov +- Added Atom 3 and Atom 3 Lite printer definitions, contributed by Daniel-Kurth +- Added Layer One Black PLA, Dark Grey PLA and White PLA, contributed by Daniel-Kurth +- Added FLSUN Q5 printer definition, contributed by kreuzhofer +- Added Creatlity CR100 printer definition, contributed by bodyboarder2528 +- Added Mixware Hyper-S printer definition, contributed by mixware011 +- Added Creality Sermoon D1 printer definition, contributed by felixstif +- Added Volumic SH65, Stream30Pro MK3 and Stream30Ultra SC2 printer definitions, contributed by VOLUMIC +- Updated Eryone Thinker and ER20 profiles, contributed by Eryone +- Updated Atom 2 profile, contributed by lin-ycv +- Added Hellbot Hidra and Magna series printer definitions, contributed by DevelopmentHellbot +- Updated Snapmaker 2 End-Gcode, contributed by Rolzad73 +- Updated the Tinyboy Fabricator printer definitions, contributed by reibuehl +- Updated the Creality Ender 5 printer profile, contributed by Rakhmanov [4.13.1] * Bug fixes -- cgit v1.2.3 From 38d62b73c5ab043f4413360cdb627f26a096fbf6 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 21 Apr 2022 14:02:15 +0200 Subject: Mostly? fix scrollbars in settings-tooltips. CURA-9112 --- resources/qml/PrintSetupTooltip.qml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index 29fe7d6508..5e5b1dce73 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -11,7 +11,7 @@ UM.PointingRectangle id: base property real sourceWidth: 0 width: UM.Theme.getSize("tooltip").width - height: textScroll.height + UM.Theme.getSize("tooltip_margins").height * 2 + height: UM.Theme.getSize("tooltip").height color: UM.Theme.getColor("tooltip") arrowSize: UM.Theme.getSize("default_arrow").width @@ -81,12 +81,11 @@ UM.PointingRectangle ScrollView { id: textScroll - width: parent.width - height: Math.min(label.height, base.parent.height) + width: base.width + height: base.height - ScrollBar.horizontal: ScrollBar { - active: false //Only allow vertical scrolling. We should grow vertically only, but due to how the label is positioned it allocates space in the ScrollView horizontally. - } + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded UM.Label { -- cgit v1.2.3 From e5c2f5702cb84c8f805099cbe51f4445e4c4b3cc Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 21 Apr 2022 15:04:52 +0200 Subject: Subtract previously unused rightMargin from MachineSelectorButton width. CURA-9143 --- resources/qml/PrinterSelector/MachineSelectorButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/PrinterSelector/MachineSelectorButton.qml b/resources/qml/PrinterSelector/MachineSelectorButton.qml index 74c833f691..cd1f3cc574 100644 --- a/resources/qml/PrinterSelector/MachineSelectorButton.qml +++ b/resources/qml/PrinterSelector/MachineSelectorButton.qml @@ -40,7 +40,7 @@ Button contentItem: Item { - width: machineSelectorButton.width - machineSelectorButton.leftPadding + width: machineSelectorButton.width - machineSelectorButton.leftPadding - machineSelectorButton.rightPadding height: UM.Theme.getSize("action_button").height UM.Label -- cgit v1.2.3 From b622738ae3c18b38d60fc60fa5299b0d642a26ec Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 22 Apr 2022 22:33:14 +0200 Subject: Fix missing icons since move to PyQt6 --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index cf24997b12..cefa8b61d6 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -61,7 +61,7 @@ Item left: parent.left leftMargin: UM.Theme.getSize("default_margin").width } - source: UM.Theme.getIcon("search") + source: UM.Theme.getIcon("Magnifier") height: UM.Theme.getSize("small_button_icon").height width: height color: UM.Theme.getColor("text") -- cgit v1.2.3 From fcad2101f4f1a71aadafc059b370db5d7f880733 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sat, 23 Apr 2022 10:49:23 +0200 Subject: Fix creating a single copy of a model Fixes #11897 --- resources/qml/Menus/ContextMenu.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/Menus/ContextMenu.qml b/resources/qml/Menus/ContextMenu.qml index cbae92efba..bf6e465fca 100644 --- a/resources/qml/Menus/ContextMenu.qml +++ b/resources/qml/Menus/ContextMenu.qml @@ -134,6 +134,7 @@ Cura.Menu from: 1 to: 99 width: 2 * UM.Theme.getSize("button").width + value: 1 } } } -- cgit v1.2.3 From 6ce641258059d77c306206612e733c59be5a65c2 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Apr 2022 11:14:13 +0200 Subject: Update list of projects that can be updated without string freeze break Just this one, I'm afraid. Contributes to issue CURA-9121. --- resources/qml/Dialogs/AboutDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Dialogs/AboutDialog.qml b/resources/qml/Dialogs/AboutDialog.qml index e6d15af2d9..738c72f52d 100644 --- a/resources/qml/Dialogs/AboutDialog.qml +++ b/resources/qml/Dialogs/AboutDialog.qml @@ -137,7 +137,7 @@ UM.Dialog projectsModel.append({ name: "libArcus", description: catalog.i18nc("@label", "Interprocess communication library"), license: "LGPLv3", url: "https://github.com/Ultimaker/libArcus" }); projectsModel.append({ name: "Python", description: catalog.i18nc("@label", "Programming language"), license: "Python", url: "http://python.org/" }); - projectsModel.append({ name: "Qt5", description: catalog.i18nc("@label", "GUI framework"), license: "LGPLv3", url: "https://www.qt.io/" }); + projectsModel.append({ name: "Qt6", description: catalog.i18nc("@label", "GUI framework"), license: "LGPLv3", url: "https://www.qt.io/" }); projectsModel.append({ name: "PyQt", description: catalog.i18nc("@label", "GUI framework bindings"), license: "GPL", url: "https://riverbankcomputing.com/software/pyqt" }); projectsModel.append({ name: "SIP", description: catalog.i18nc("@label", "C/C++ Binding library"), license: "GPL", url: "https://riverbankcomputing.com/software/sip" }); projectsModel.append({ name: "Protobuf", description: catalog.i18nc("@label", "Data interchange format"), license: "BSD", url: "https://developers.google.com/protocol-buffers" }); -- cgit v1.2.3 From 5b6a6aa497e0f8da96df2b715abaad7ca8b57136 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Apr 2022 12:18:19 +0200 Subject: Update dependencies used by Cura Took a while, but this should be an up-to-date list. Contributes to issue CURA-9121. --- resources/qml/Dialogs/AboutDialog.qml | 46 +++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 16 deletions(-) (limited to 'resources') diff --git a/resources/qml/Dialogs/AboutDialog.qml b/resources/qml/Dialogs/AboutDialog.qml index 738c72f52d..6687da572d 100644 --- a/resources/qml/Dialogs/AboutDialog.qml +++ b/resources/qml/Dialogs/AboutDialog.qml @@ -131,37 +131,51 @@ UM.Dialog } Component.onCompleted: { + //Do NOT add dependencies of our dependencies here, nor CI-dependencies! + //Ultimaker's own projects and forks. projectsModel.append({ name: "Cura", description: catalog.i18nc("@label", "Graphical user interface"), license: "LGPLv3", url: "https://github.com/Ultimaker/Cura" }); projectsModel.append({ name: "Uranium", description: catalog.i18nc("@label", "Application framework"), license: "LGPLv3", url: "https://github.com/Ultimaker/Uranium" }); projectsModel.append({ name: "CuraEngine", description: catalog.i18nc("@label", "G-code generator"), license: "AGPLv3", url: "https://github.com/Ultimaker/CuraEngine" }); projectsModel.append({ name: "libArcus", description: catalog.i18nc("@label", "Interprocess communication library"), license: "LGPLv3", url: "https://github.com/Ultimaker/libArcus" }); + projectsModel.append({ name: "pynest2d", description: catalog.i18nc("@label", "Python bindings for libnest2d"), license: "LGPL", url: "https://github.com/Ultimaker/pynest2d" }); + projectsModel.append({ name: "libnest2d", description: catalog.i18nc("@label", "Polygon packing library, developed by Prusa Research"), license: "LGPL", url: "https://github.com/tamasmeszaros/libnest2d" }); + projectsModel.append({ name: "libSavitar", description: catalog.i18nc("@label", "Support library for handling 3MF files"), license: "LGPLv3", url: "https://github.com/ultimaker/libsavitar" }); + projectsModel.append({ name: "libCharon", description: catalog.i18nc("@label", "Support library for file metadata and streaming"), license: "LGPLv3", url: "https://github.com/ultimaker/libcharon" }); + //Direct dependencies of the front-end. projectsModel.append({ name: "Python", description: catalog.i18nc("@label", "Programming language"), license: "Python", url: "http://python.org/" }); projectsModel.append({ name: "Qt6", description: catalog.i18nc("@label", "GUI framework"), license: "LGPLv3", url: "https://www.qt.io/" }); projectsModel.append({ name: "PyQt", description: catalog.i18nc("@label", "GUI framework bindings"), license: "GPL", url: "https://riverbankcomputing.com/software/pyqt" }); projectsModel.append({ name: "SIP", description: catalog.i18nc("@label", "C/C++ Binding library"), license: "GPL", url: "https://riverbankcomputing.com/software/sip" }); projectsModel.append({ name: "Protobuf", description: catalog.i18nc("@label", "Data interchange format"), license: "BSD", url: "https://developers.google.com/protocol-buffers" }); - projectsModel.append({ name: "SciPy", description: catalog.i18nc("@label", "Support library for scientific computing"), license: "BSD-new", url: "https://www.scipy.org/" }); + projectsModel.append({ name: "Noto Sans", description: catalog.i18nc("@label", "Font"), license: "Apache 2.0", url: "https://www.google.com/get/noto/" }); + + //CuraEngine's dependencies. + projectsModel.append({ name: "Clipper", description: catalog.i18nc("@label", "Polygon clipping library"), license: "Boost", url: "http://www.angusj.com/delphi/clipper.php" }); + projectsModel.append({ name: "RapidJSON", description: catalog.i18nc("@label", "JSON parser"), license: "MIT", url: "https://rapidjson.org/" }); + projectsModel.append({ name: "STB", description: catalog.i18nc("@label", "Utility functions, including an image loader"), license: "Public Domain", url: "https://github.com/nothings/stb" }); + projectsModel.append({ name: "Boost", description: catalog.i18nc("@label", "Utility library, including Voronoi generation"), license: "Boost", url: "https://www.boost.org/" }); + + //Python modules. + projectsModel.append({ name: "Certifi", description: catalog.i18nc("@label", "Root Certificates for validating SSL trustworthiness"), license: "MPL", url: "https://github.com/certifi/python-certifi" }); + projectsModel.append({ name: "Cryptography", description: catalog.i18nc("@label", "Root Certificates for validating SSL trustworthiness"), license: "APACHE and BSD", url: "https://cryptography.io/" }); + projectsModel.append({ name: "Future", description: catalog.i18nc("@label", "Compatibility between Python 2 and 3"), license: "MIT", url: "https://python-future.org/" }); + projectsModel.append({ name: "keyring", description: catalog.i18nc("@label", "Support library for system keyring access"), license: "MIT", url: "https://github.com/jaraco/keyring" }); projectsModel.append({ name: "NumPy", description: catalog.i18nc("@label", "Support library for faster math"), license: "BSD", url: "http://www.numpy.org/" }); projectsModel.append({ name: "NumPy-STL", description: catalog.i18nc("@label", "Support library for handling STL files"), license: "BSD", url: "https://github.com/WoLpH/numpy-stl" }); - projectsModel.append({ name: "Trimesh", description: catalog.i18nc("@label", "Support library for handling triangular meshes"), license: "MIT", url: "https://trimsh.org" }); - projectsModel.append({ name: "libSavitar", description: catalog.i18nc("@label", "Support library for handling 3MF files"), license: "LGPLv3", url: "https://github.com/ultimaker/libsavitar" }); - projectsModel.append({ name: "libCharon", description: catalog.i18nc("@label", "Support library for file metadata and streaming"), license: "LGPLv3", url: "https://github.com/ultimaker/libcharon" }); + projectsModel.append({ name: "PyClipper", description: catalog.i18nc("@label", "Python bindings for Clipper"), license: "MIT", url: "https://github.com/fonttools/pyclipper" }); projectsModel.append({ name: "PySerial", description: catalog.i18nc("@label", "Serial communication library"), license: "Python", url: "http://pyserial.sourceforge.net/" }); - projectsModel.append({ name: "python-zeroconf", description: catalog.i18nc("@label", "ZeroConf discovery library"), license: "LGPL", url: "https://github.com/jstasiak/python-zeroconf" }); - projectsModel.append({ name: "Clipper", description: catalog.i18nc("@label", "Polygon clipping library"), license: "Boost", url: "http://www.angusj.com/delphi/clipper.php" }); - projectsModel.append({ name: "Pyclipper", description: catalog.i18nc("@label", "Python bindings for Clipper"), license: "MIT", url: "https://github.com/fonttools/pyclipper" }); - projectsModel.append({ name: "mypy", description: catalog.i18nc("@Label", "Static type checker for Python"), license: "MIT", url: "http://mypy-lang.org/" }); - projectsModel.append({ name: "certifi", description: catalog.i18nc("@Label", "Root Certificates for validating SSL trustworthiness"), license: "MPL", url: "https://github.com/certifi/python-certifi" }); - projectsModel.append({ name: "cryptography", description: catalog.i18nc("@Label", "Root Certificates for validating SSL trustworthiness"), license: "APACHE and BSD", url: "https://cryptography.io/" }); + projectsModel.append({ name: "SciPy", description: catalog.i18nc("@label", "Support library for scientific computing"), license: "BSD-new", url: "https://www.scipy.org/" }); projectsModel.append({ name: "Sentry", description: catalog.i18nc("@Label", "Python Error tracking library"), license: "BSD 2-Clause 'Simplified'", url: "https://sentry.io/for/python/" }); - projectsModel.append({ name: "libnest2d", description: catalog.i18nc("@label", "Polygon packing library, developed by Prusa Research"), license: "LGPL", url: "https://github.com/tamasmeszaros/libnest2d" }); - projectsModel.append({ name: "pynest2d", description: catalog.i18nc("@label", "Python bindings for libnest2d"), license: "LGPL", url: "https://github.com/Ultimaker/pynest2d" }); - projectsModel.append({ name: "keyring", description: catalog.i18nc("@label", "Support library for system keyring access"), license: "MIT", url: "https://github.com/jaraco/keyring" }); - projectsModel.append({ name: "pywin32", description: catalog.i18nc("@label", "Python extensions for Microsoft Windows"), license: "PSF", url: "https://github.com/mhammond/pywin32" }); - projectsModel.append({ name: "Noto Sans", description: catalog.i18nc("@label", "Font"), license: "Apache 2.0", url: "https://www.google.com/get/noto/" }); - projectsModel.append({ name: "Font-Awesome-SVG-PNG", description: catalog.i18nc("@label", "SVG icons"), license: "SIL OFL 1.1", url: "https://github.com/encharm/Font-Awesome-SVG-PNG" }); + projectsModel.append({ name: "Trimesh", description: catalog.i18nc("@label", "Support library for handling triangular meshes"), license: "MIT", url: "https://trimsh.org" }); + projectsModel.append({ name: "python-zeroconf", description: catalog.i18nc("@label", "ZeroConf discovery library"), license: "LGPL", url: "https://github.com/jstasiak/python-zeroconf" }); + + //Building/packaging. + projectsModel.append({ name: "CMake", description: catalog.i18nc("@label", "Universal build system configuration"), license: "BSD 3-Clause", url: "https://cmake.org/" }); + projectsModel.append({ name: "Conan", description: catalog.i18nc("@label", "Dependency and package manager"), license: "MIT", url: "https://conan.io/" }); + projectsModel.append({ name: "Pyinstaller", description: catalog.i18nc("@label", "Packaging Python-applications"), license: "GPLv2", url: "https://pyinstaller.org/" }); projectsModel.append({ name: "AppImageKit", description: catalog.i18nc("@label", "Linux cross-distribution application deployment"), license: "MIT", url: "https://github.com/AppImage/AppImageKit" }); + projectsModel.append({ name: "NSIS", description: catalog.i18nc("@label", "Generating Windows installers"), license: "Zlib", url: "https://nsis.sourceforge.io/" }); } } -- cgit v1.2.3 From 0213a3833c83879ced7aedf1c629c906e955d449 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 26 Apr 2022 10:50:29 +0200 Subject: Fix the tooltip not re-sizing I'm not entirely sure if this fixes it on windows, but it does at least fix things on Linux. There are a few important changes to note here: 1. Increased the time of the fade timer to 200ms 2. Removed the mousearea, instead using the hover of scrollview So why are these important? Nr 1 seems to be because updates seem to be faster? If I set it to 100 I could get it to work reasonably well on qt5, but in qt6, it's about 50% of the times that i'm too slow. So we need the extra time. As for the mouse area, it seems that the scrollview was eating up all the hover / containsMouse events. As scrollview has the same properties that we need, we can just get rid of the mouseArea CURA-9112 --- resources/qml/PrintSetupTooltip.qml | 49 ++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 28 deletions(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index 5e5b1dce73..58fb86d764 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -11,7 +11,7 @@ UM.PointingRectangle id: base property real sourceWidth: 0 width: UM.Theme.getSize("tooltip").width - height: UM.Theme.getSize("tooltip").height + height: textScroll.height + UM.Theme.getSize("tooltip_margins").height * 2 color: UM.Theme.getColor("tooltip") arrowSize: UM.Theme.getSize("default_arrow").width @@ -20,7 +20,7 @@ UM.PointingRectangle Behavior on opacity { - NumberAnimation { duration: 100; } + NumberAnimation { duration: 200; } } property alias text: label.text @@ -59,16 +59,19 @@ UM.PointingRectangle base.opacity = 0; } - MouseArea + ScrollView { - enabled: parent.opacity > 0 - visible: enabled - anchors.fill: parent - acceptedButtons: Qt.NoButton - hoverEnabled: true + id: textScroll + width: parent.width + height: Math.min(label.height, base.parent.height) + + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + + hoverEnabled: parent.opacity > 0 onHoveredChanged: { - if(containsMouse && base.opacity > 0) + if(hovered && base.opacity > 0) { base.show(Qt.point(target.x - 1, target.y - UM.Theme.getSize("tooltip_arrow_margins").height / 2)); //Same arrow position as before. } @@ -78,26 +81,16 @@ UM.PointingRectangle } } - ScrollView + UM.Label { - id: textScroll - width: base.width - height: base.height - - ScrollBar.horizontal.policy: ScrollBar.AlwaysOff - ScrollBar.vertical.policy: ScrollBar.AsNeeded - - UM.Label - { - id: label - x: UM.Theme.getSize("tooltip_margins").width - y: UM.Theme.getSize("tooltip_margins").height - width: base.width - UM.Theme.getSize("tooltip_margins").width * 2 - - wrapMode: Text.Wrap - textFormat: Text.RichText - color: UM.Theme.getColor("tooltip_text") - } + id: label + x: UM.Theme.getSize("tooltip_margins").width + y: UM.Theme.getSize("tooltip_margins").height + width: textScroll.width - 2 * UM.Theme.getSize("tooltip_margins").width + + wrapMode: Text.Wrap + textFormat: Text.RichText + color: UM.Theme.getColor("tooltip_text") } } } -- cgit v1.2.3 From 45642486fa647863ba1161dcfa96fdfbd9494459 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 26 Apr 2022 12:02:43 +0200 Subject: Fix popup going off the bottom of the screen by having popup push up instead of down when they are below halfway down the list. CURA-9185 --- resources/qml/Menus/MaterialBrandMenu.qml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/MaterialBrandMenu.qml b/resources/qml/Menus/MaterialBrandMenu.qml index 04d780b5c3..e256e75904 100644 --- a/resources/qml/Menus/MaterialBrandMenu.qml +++ b/resources/qml/Menus/MaterialBrandMenu.qml @@ -87,11 +87,25 @@ Cura.MenuItem Popup { id: menuPopup - x: parent.width - UM.Theme.getSize("default_lining").width - y: -UM.Theme.getSize("default_lining").width width: materialTypesList.width + padding * 2 height: materialTypesList.height + padding * 2 + property var flipped: false + + x: parent.width - UM.Theme.getSize("default_lining").width + y: { + // Checks if popup is more than halfway down the screen AND further than 400 down (this avoids popup going off the top of screen) + // If it is then the popup will push up instead of down + // This fixes the popups appearing bellow the bottom of the screen. + + if (materialBrandMenu.parent.height / 2 < parent.y && parent.y > 400) { + flipped = true + return -UM.Theme.getSize("default_lining").width - height + UM.Theme.getSize("menu").height + } + flipped = false + return -UM.Theme.getSize("default_lining").width + } + padding: background.border.width // Nasty hack to ensure that we can keep track if the popup contains the mouse. // Since we also want a hover for the sub items (and these events are sent async) @@ -128,11 +142,14 @@ Cura.MenuItem //With a custom MouseArea, we can prevent the events from being accepted. delegate: Rectangle { + id: brandMaterialBase height: UM.Theme.getSize("menu").height width: UM.Theme.getSize("menu").width color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1") + property var isFlipped: menuPopup.flipped + RowLayout { spacing: 0 @@ -225,7 +242,13 @@ Cura.MenuItem width: materialColorsList.width + padding * 2 height: materialColorsList.height + padding * 2 x: parent.width - y: -UM.Theme.getSize("default_lining").width + y: { + // If flipped the popup should push up rather than down from the parent + if (brandMaterialBase.isFlipped) { + return -height + UM.Theme.getSize("menu").height + UM.Theme.getSize("default_lining").width + } + return -UM.Theme.getSize("default_lining").width + } property int itemHovered: 0 padding: background.border.width -- cgit v1.2.3 From 3ecad03aee77261cfefb0bd69dc9a495361fe6dd Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 26 Apr 2022 13:21:36 +0200 Subject: Use screenscale factor for maximumFlickVelocity Not sure if it fixes it for all OSes, but the documentation says that this is a platform specific setting and it increases it by 1.25 for me. Since the velocity is in pixels/s, it makes sense to have it depend on the screenscale factor CURA-9182 --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index cf24997b12..cc8a04ad1e 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -178,7 +178,7 @@ Item ListView { id: contents - maximumFlickVelocity: 1000 + maximumFlickVelocity: 1000 * screenScaleFactor anchors { top: filterContainer.bottom -- cgit v1.2.3 From 049ab09119bb1f684d3d856085466528d1d79549 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 26 Apr 2022 14:59:24 +0200 Subject: I've changed the dot radius so they are circles again. I've simplified the dot spacing logic a bit. For some reason the background does not line up perfectly with the slider. So when it is set to 0 there is still a slight offset on the slider handle. CURA-9203 --- .../Recommended/RecommendedInfillDensitySelector.qml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml index 863e8c3900..625629c810 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml @@ -101,7 +101,8 @@ Item { id: backgroundLine height: UM.Theme.getSize("print_setup_slider_groove").height - width: infillSlider.width - UM.Theme.getSize("print_setup_slider_handle").width + width: parent.width - UM.Theme.getSize("print_setup_slider_handle").width + implicitWidth: width anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter color: infillSlider.enabled ? UM.Theme.getColor("quality_slider_available") : UM.Theme.getColor("quality_slider_unavailable") @@ -120,8 +121,10 @@ Item anchors.verticalCenter: parent.verticalCenter // Do not use Math.round otherwise the tickmarks won't be aligned - x: ((handleButton.width / 2) - (backgroundLine.implicitWidth / 2) + (index * ((repeater.width - handleButton.width) / (repeater.count-1)))) - radius: Math.round(backgroundLine.implicitWidth / 2) + // (space between steps) * index of step + x: (backgroundLine.width / (repeater.count - 1)) * index + + radius: Math.round(implicitWidth / 2) visible: (index % 10) == 0 // Only show steps of 10% UM.Label -- cgit v1.2.3 From 15d1ded3658f3ed8bfee1134922e8a38833c259c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 26 Apr 2022 15:11:19 +0200 Subject: Change selectedTextColor for textfield CURA-9199 --- resources/qml/Widgets/TextField.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/Widgets/TextField.qml b/resources/qml/Widgets/TextField.qml index 5e19f65149..95d5caa4ef 100644 --- a/resources/qml/Widgets/TextField.qml +++ b/resources/qml/Widgets/TextField.qml @@ -23,6 +23,7 @@ TextField selectByMouse: true font: UM.Theme.getFont("default") color: UM.Theme.getColor("text_field_text") + selectedTextColor: UM.Theme.getColor("text_field_text") renderType: Text.NativeRendering selectionColor: UM.Theme.getColor("text_selection") leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width -- cgit v1.2.3 From 2ecec1fa379c17cc6b975d36ec88f4fc80b09659 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 28 Apr 2022 13:23:41 +0200 Subject: Prevent last line of popup to be cut off We didn't take the y offset into account CURA-9112 --- resources/qml/PrintSetupTooltip.qml | 2 +- resources/qml/Settings/SettingItem.qml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index 58fb86d764..20b9ac8981 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -63,7 +63,7 @@ UM.PointingRectangle { id: textScroll width: parent.width - height: Math.min(label.height, base.parent.height) + height: Math.min(label.height + UM.Theme.getSize("tooltip_margins").height, base.parent.height) ScrollBar.horizontal.policy: ScrollBar.AlwaysOff ScrollBar.vertical.policy: ScrollBar.AsNeeded diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index 6787855775..e975f1a2b9 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -62,13 +62,19 @@ Item var affected_by_list = "" for (var i in affected_by) { - affected_by_list += "
  • %1
  • \n".arg(affected_by[i].label) + if(affected_by[i].label != "") + { + affected_by_list += "
  • %1
  • \n".arg(affected_by[i].label) + } } var affects_list = "" for (var i in affects) { - affects_list += "
  • %1
  • \n".arg(affects[i].label) + if(affects[i].label != "") + { + affects_list += "
  • %1
  • \n".arg(affects[i].label) + } } var tooltip = "%1\n

    %2

    ".arg(definition.label).arg(definition.description) -- cgit v1.2.3 From 8bb1b0bee80ad631294223d9df93dbcd1891bdf0 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 28 Apr 2022 14:29:44 +0200 Subject: selectedNameFilter is now an object instead of a string. The nameFilter has to be manually pulled out using the index in selectedNameFilter. If only one filter is supplied to nameFilters, the index will always be -1. I assume this is because we are not selecting the file type in the Dialog, it just defaults to the only item. This code should still work if the behaviour is changed in the future. FileDialog now uses currentFolder instead of folder. CURA-9214 --- resources/qml/Preferences/Materials/MaterialsPage.qml | 8 +++++--- resources/qml/Preferences/ProfilesPage.qml | 9 +++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index 1e783c9b4d..b5d6ee464e 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -246,7 +246,7 @@ UM.ManagementPage break; } messageDialog.open(); - CuraApplication.setDefaultPath("dialog_material_path", folder); + CuraApplication.setDefaultPath("dialog_material_path", currentFolder); } } @@ -259,7 +259,9 @@ UM.ManagementPage currentFolder: CuraApplication.getDefaultPath("dialog_material_path") onAccepted: { - const result = Cura.ContainerManager.exportContainer(base.currentItem.root_material_id, selectedNameFilter, selectedFile); + var nameFilterString = selectedNameFilter.index >= 0 ? nameFilters[selectedNameFilter.index] : nameFilters[0] + + const result = Cura.ContainerManager.exportContainer(base.currentItem.root_material_id, nameFilterString, selectedFile); const messageDialog = Qt.createQmlObject("import Cura 1.5 as Cura; Cura.MessageDialog { onClosed: destroy() }", base); messageDialog.title = catalog.i18nc("@title:window", "Export Material"); @@ -275,7 +277,7 @@ UM.ManagementPage } messageDialog.open(); - CuraApplication.setDefaultPath("dialog_material_path", folder); + CuraApplication.setDefaultPath("dialog_material_path", currentFolder); } } } diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 9957747c42..bbc1afb825 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -354,8 +354,13 @@ UM.ManagementPage currentFolder: CuraApplication.getDefaultPath("dialog_profile_path") onAccepted: { + + // If nameFilters contains only 1 item, the index of selectedNameFilter will always be -1 + // This fetches the nameFilter at index selectedNameFilter.index if it is positive + var nameFilterString = selectedNameFilter.index >= 0 ? nameFilters[selectedNameFilter.index] : nameFilters[0] + var result = Cura.ContainerManager.exportQualityChangesGroup(base.currentItem.quality_changes_group, - selectedFile, selectedNameFilter); + selectedFile, nameFilterString); if (result && result.status == "error") { @@ -365,7 +370,7 @@ UM.ManagementPage } // else pop-up Message thing from python code - CuraApplication.setDefaultPath("dialog_profile_path", folder); + CuraApplication.setDefaultPath("dialog_profile_path", currentFolder); } } -- cgit v1.2.3 From 6b9cc3f1c7010f756c0d5433a9ae927bc9ef00a9 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 28 Apr 2022 17:03:41 +0200 Subject: Use the correct function parameters when removing objects in menu It turns out that the order of these functions matters. So when we created a function with only one param, it would actually give it the index. Removing with the index didn't work, so the object would still be there. The Qt objects would already be deleted which caused segfaults CURA-9222 --- resources/qml/Menus/ContextMenu.qml | 2 +- resources/qml/Menus/ExtensionMenu.qml | 4 ++-- resources/qml/Menus/MaterialMenu.qml | 6 +++--- resources/qml/Menus/NozzleMenu.qml | 2 +- resources/qml/Menus/OpenFilesMenu.qml | 2 +- resources/qml/Menus/PrinterMenu.qml | 4 ++-- resources/qml/Menus/PrinterTypeMenu.qml | 2 +- resources/qml/Menus/SaveProjectMenu.qml | 2 +- resources/qml/Menus/SettingVisibilityPresetsMenu.qml | 2 +- resources/qml/Menus/SettingsMenu.qml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/ContextMenu.qml b/resources/qml/Menus/ContextMenu.qml index cbae92efba..f47fd4012c 100644 --- a/resources/qml/Menus/ContextMenu.qml +++ b/resources/qml/Menus/ContextMenu.qml @@ -46,7 +46,7 @@ Cura.Menu } // Add it to the fifth position (and above) as we want it to be added after the extruder header. onObjectAdded: function(index, object) { base.insertItem(index + 5, object) } - onObjectRemoved: function(object) { base.removeItem(object) } + onObjectRemoved: function(index, object) { base.removeItem(object) } } // Global actions diff --git a/resources/qml/Menus/ExtensionMenu.qml b/resources/qml/Menus/ExtensionMenu.qml index 4ba36bbb40..919e094e5e 100644 --- a/resources/qml/Menus/ExtensionMenu.qml +++ b/resources/qml/Menus/ExtensionMenu.qml @@ -54,11 +54,11 @@ Cura.Menu } onObjectAdded: function(index, object) { sub_menu.insertItem(index, object.item)} - onObjectRemoved: function(object) { sub_menu.removeItem(object.item)} + onObjectRemoved: function(index, object) { sub_menu.removeItem(object.item)} } } onObjectAdded: function(index, object) { extensionMenu.insertMenu(index, object) } - onObjectRemoved: function(object) { extensionMenu.removeMenu(object)} + onObjectRemoved: function(index, object) { extensionMenu.removeMenu(object)} } } \ No newline at end of file diff --git a/resources/qml/Menus/MaterialMenu.qml b/resources/qml/Menus/MaterialMenu.qml index c4ae4113f9..cee28cee6a 100644 --- a/resources/qml/Menus/MaterialMenu.qml +++ b/resources/qml/Menus/MaterialMenu.qml @@ -67,7 +67,7 @@ Cura.Menu onTriggered: Cura.MachineManager.setMaterial(extruderIndex, model.container_node) } onObjectAdded: function(index, object) { materialMenu.insertItem(index + 1, object) } - onObjectRemoved: function(object) { materialMenu.removeItem(index) } + onObjectRemoved: function(index, object) { materialMenu.removeItem(index) } } Cura.MenuSeparator { visible: favoriteMaterialsModel.items.length > 0} @@ -89,7 +89,7 @@ Cura.Menu onTriggered: Cura.MachineManager.setMaterial(extruderIndex, model.container_node) } onObjectAdded: function(index, object) { genericMenu.insertItem(index, object)} - onObjectRemoved: function(object) {genericMenu.removeItem(index) } + onObjectRemoved: function(index, object) {genericMenu.removeItem(index) } } } @@ -103,7 +103,7 @@ Cura.Menu materialTypesModel: model } onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)} - onObjectRemoved: function(object) { materialMenu.removeItem(index) } + onObjectRemoved: function(index, object) { materialMenu.removeItem(index) } } Cura.MenuSeparator {} diff --git a/resources/qml/Menus/NozzleMenu.qml b/resources/qml/Menus/NozzleMenu.qml index 896866e82f..f286410a11 100644 --- a/resources/qml/Menus/NozzleMenu.qml +++ b/resources/qml/Menus/NozzleMenu.qml @@ -50,7 +50,7 @@ Cura.Menu } onObjectAdded: function(index, object) { nozzleMenu.insertItem(index, object) } - onObjectRemoved: function(object) {nozzleMenu.removeItem(object)} + onObjectRemoved: function(index, object) {nozzleMenu.removeItem(object)} } } diff --git a/resources/qml/Menus/OpenFilesMenu.qml b/resources/qml/Menus/OpenFilesMenu.qml index 1cc98d2285..ca838b5cb3 100644 --- a/resources/qml/Menus/OpenFilesMenu.qml +++ b/resources/qml/Menus/OpenFilesMenu.qml @@ -36,6 +36,6 @@ Cura.Menu } onObjectAdded: function(index, object) { openFilesMenu.insertItem(index, object)} - onObjectRemoved: function(object) { openFilesMenu.removeItem(object) } + onObjectRemoved: function(index, object) { openFilesMenu.removeItem(object) } } } diff --git a/resources/qml/Menus/PrinterMenu.qml b/resources/qml/Menus/PrinterMenu.qml index 6a9a36b17d..7cea1de52e 100644 --- a/resources/qml/Menus/PrinterMenu.qml +++ b/resources/qml/Menus/PrinterMenu.qml @@ -39,7 +39,7 @@ Cura.Menu onTriggered: Cura.MachineManager.setActiveMachine(model.id) } onObjectAdded: function(index, object) { menu.insertItem(2, object)} - onObjectRemoved: function(object) { menu.removeItem(object)} + onObjectRemoved: function(index, object) { menu.removeItem(object)} } Cura.MenuSeparator { visible: networKPrinterInstantiator.count > 0 } @@ -67,7 +67,7 @@ Cura.Menu } // A bit hackish, but we have 2 items at the end, put them before that onObjectAdded: function(index, object) { menu.insertItem(menu.count - 2, object) } - onObjectRemoved: function(object) { menu.removeItem(object) } + onObjectRemoved: function(index, object) { menu.removeItem(object) } } Cura.MenuSeparator { visible: localPrinterInstantiator.count > 0 } diff --git a/resources/qml/Menus/PrinterTypeMenu.qml b/resources/qml/Menus/PrinterTypeMenu.qml index 1447113208..8691bf7ecc 100644 --- a/resources/qml/Menus/PrinterTypeMenu.qml +++ b/resources/qml/Menus/PrinterTypeMenu.qml @@ -29,6 +29,6 @@ Cura.Menu } } onObjectAdded: function(index, object) { return menu.insertItem(index, object); } - onObjectRemoved: function(object) { return menu.removeItem(object); } + onObjectRemoved: function(index, object) { return menu.removeItem(object); } } } diff --git a/resources/qml/Menus/SaveProjectMenu.qml b/resources/qml/Menus/SaveProjectMenu.qml index ac40f4b598..2140d5e0ef 100644 --- a/resources/qml/Menus/SaveProjectMenu.qml +++ b/resources/qml/Menus/SaveProjectMenu.qml @@ -44,7 +44,7 @@ Cura.Menu enabled: saveProjectMenu.shouldBeVisible } onObjectAdded: function(index, object) { saveProjectMenu.insertItem(index, object)} - onObjectRemoved: function(object) { saveProjectMenu.removeItem(object)} + onObjectRemoved: function(index, object) { saveProjectMenu.removeItem(object)} } WorkspaceSummaryDialog diff --git a/resources/qml/Menus/SettingVisibilityPresetsMenu.qml b/resources/qml/Menus/SettingVisibilityPresetsMenu.qml index 8518f4e93c..57298030c4 100644 --- a/resources/qml/Menus/SettingVisibilityPresetsMenu.qml +++ b/resources/qml/Menus/SettingVisibilityPresetsMenu.qml @@ -33,7 +33,7 @@ Cura.Menu } onObjectAdded: function(index, object) { menu.insertItem(index, object) } - onObjectRemoved: function(object) { menu.removeItem(object)} + onObjectRemoved: function(index, object) { menu.removeItem(object)} } Cura.MenuSeparator {} diff --git a/resources/qml/Menus/SettingsMenu.qml b/resources/qml/Menus/SettingsMenu.qml index c93ee0bb09..ea5de6c66f 100644 --- a/resources/qml/Menus/SettingsMenu.qml +++ b/resources/qml/Menus/SettingsMenu.qml @@ -68,7 +68,7 @@ Cura.Menu } } onObjectAdded: function(index, object) { base.insertMenu(index, object) } - onObjectRemoved:function(object) { base.removeMenu(object)} + onObjectRemoved: function(index, object) { base.removeMenu(object);} } Cura.MenuSeparator { } -- cgit v1.2.3 From 0993e486f1bbb5e7953c60fb66bcd9b5b2860a79 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 29 Apr 2022 10:01:23 +0200 Subject: Fix JSON syntax error JSON doesn't support the extra comma at the end there. It's marked as a syntax error. Contributes to issue CURA-9226. --- resources/definitions/trimaker_nebula_plus.def.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/definitions/trimaker_nebula_plus.def.json b/resources/definitions/trimaker_nebula_plus.def.json index 31946a512d..71fb729c0f 100644 --- a/resources/definitions/trimaker_nebula_plus.def.json +++ b/resources/definitions/trimaker_nebula_plus.def.json @@ -12,10 +12,10 @@ "has_machine_quality": true, "preferred_quality_type": "normal", "preferred_material": "redd_pla", - + "platform_offset": [-117.5, -40, 147.5], "has_materials": true, - "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}, + "machine_extruder_trains": {"0": "trimaker_nebula_extruder"} }, "overrides": { @@ -110,6 +110,5 @@ "machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"}, "material_diameter": {"default_value": 1.75}, "machine_center_is_zero": {"default_value": false} - } } -- cgit v1.2.3 From 784cd2c99b69b5ab1c05f9683515f7c4f51b4482 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Fri, 29 Apr 2022 10:30:11 +0200 Subject: Apply suggestions from code review --- resources/qml/Preferences/Materials/MaterialsPage.qml | 2 +- resources/qml/Preferences/ProfilesPage.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index b5d6ee464e..22f8091314 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -259,7 +259,7 @@ UM.ManagementPage currentFolder: CuraApplication.getDefaultPath("dialog_material_path") onAccepted: { - var nameFilterString = selectedNameFilter.index >= 0 ? nameFilters[selectedNameFilter.index] : nameFilters[0] + const nameFilterString = selectedNameFilter.index >= 0 ? nameFilters[selectedNameFilter.index] : nameFilters[0]; const result = Cura.ContainerManager.exportContainer(base.currentItem.root_material_id, nameFilterString, selectedFile); diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index bbc1afb825..2a7c50fe59 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -357,7 +357,7 @@ UM.ManagementPage // If nameFilters contains only 1 item, the index of selectedNameFilter will always be -1 // This fetches the nameFilter at index selectedNameFilter.index if it is positive - var nameFilterString = selectedNameFilter.index >= 0 ? nameFilters[selectedNameFilter.index] : nameFilters[0] + const nameFilterString = selectedNameFilter.index >= 0 ? nameFilters[selectedNameFilter.index] : nameFilters[0]; var result = Cura.ContainerManager.exportQualityChangesGroup(base.currentItem.quality_changes_group, selectedFile, nameFilterString); -- cgit v1.2.3 From 5c753632ff2a4cbe055d9284bbe2acab80e35d6f Mon Sep 17 00:00:00 2001 From: Miroslav Sustek Date: Mon, 2 May 2022 00:20:08 +0200 Subject: Almost finished Czech translation of v5.0 --- resources/i18n/cs_CZ/cura.po | 192 ++++++++++++++-------------- resources/i18n/cs_CZ/fdmprinter.def.json.po | 140 ++++++++++---------- 2 files changed, 166 insertions(+), 166 deletions(-) (limited to 'resources') diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index cfa91f6b3f..0456e10257 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-12-17 21:07+0100\n" +"PO-Revision-Date: 2022-04-25 20:15+0200\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" "Language: cs_CZ\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.0.1\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -910,42 +910,42 @@ msgstr "Vybrat vylepšení" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Neznámý balíček" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Neznámý autor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Nelze přečíst odpověď serveru." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Nelze se připojit k Obchodu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Nainstalované moduly" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Nainstalované materiály" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Přibalené moduly" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Přibalené materiály" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" @@ -1180,7 +1180,7 @@ msgstr "Byly nainstalovány nové materiály" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Synchronizovat materiály" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -2448,7 +2448,7 @@ msgstr "max" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Konvertovat obrázek" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2478,7 +2478,7 @@ msgstr "Šířka (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "Šířka na podložce v milimetrech" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2508,7 +2508,7 @@ msgstr "U litofanů by tmavé pixely měly odpovídat silnějším místům, aby #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Barevný model" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2884,42 +2884,42 @@ msgstr "Přesunout na další pozici" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Modul ověřený společností Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Materiál certifikovaný společností Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Balíček ověřený společností Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Načítám..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Zásuvné moduly" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Materiály" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Hledat v prohlížeči" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Abyste mohli balíček použít, musíte restartovat Curu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2929,164 +2929,164 @@ msgstr "Ukončit %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Od" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Zapnout" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Vypnout" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Snižuji verzi..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Snížit verzi" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Instaluji..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Instalovat" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Odinstalovat" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Aktualizuji..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Aktualizovat" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Nainstalovat moduly" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgstr "Urychlete váš postup práce a přizpůsobte si zážitek s Ultimaker Cura pomocí modulů, kterými přispěla naše úžasná komunita uživatelů." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Spravovat balíčky" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Popis" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Kompatibilní tiskárny" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Žádné informace o kompatibilitě" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Kompatibilní podporované materiály" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Žádné" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Kompatibilní s Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Ano" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Ne" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Optimalizováno pro Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Navštívit webovou stránku modulu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Webová stránka" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Koupit cívku" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Bezpečnostní list" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Technický list" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Detaily balíčku" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Zpět" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Licenční smlouva modulu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Prosím přečtěte si a přijměte licenci modulu." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Příjmout" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3096,52 +3096,52 @@ msgstr "Odmítnout" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Nepodařilo se načíst balíčky:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Opakovat?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Načítám" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Žádné další výsledky k načtení" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "S aktuálním filtrem nebyly nalezeny žádné výsledky" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Načíst více" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Spravovat balíčky" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgstr "Zde můžete spravovat své Ultimaker Cura moduly a materiály. Udržujte své moduly aktuální a pravidelně zálohujte své nastavení." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Instalovat materiály" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgstr "Vyberte a nainstalujte materiálové profily optimalizované pro vaše 3D tiskárny Ultimaker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3703,7 +3703,7 @@ msgstr "Knihovna pro výstřižky z mnohoúhelníků" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Propojení Clipper s jazykem Python" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3764,7 +3764,7 @@ msgstr "Smazat nebo nechat změny" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgstr "Upravili jste některá nastavení profilu. Chcete tato nastavení zachovat i po přepnutí profilů? V opačném případě můžete změny zahodit a načíst výchozí hodnoty z '%1'." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -4380,30 +4380,30 @@ msgstr "Aktuální" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Jednotka" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Přejmenovat" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Prosím uveďte nové jméno." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgstr "Toto nastavení bylo skryto aktivním zařízením a nebude viditelné." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Toto nastavení bylo skryto hodnotou nastavení %1. Změňte hodnotu toho nastavení, aby bylo toto znovu viditelné." +msgstr[1] "Toto nastavení bylo skryto hodnotami nastavení %1. Změňte hodnoty těch nastavení, aby bylo toto znovu viditelné." +msgstr[2] "Toto nastavení bylo skryto hodnotami nastavení %1. Změňte hodnoty těch nastavení, aby bylo toto znovu viditelné." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4414,7 +4414,7 @@ msgstr "Nastavení zobrazení" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Výchozí" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4424,7 +4424,7 @@ msgstr "Zkontrolovat vše" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Přidat" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4472,7 +4472,7 @@ msgstr "Barva" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Volba barvy materiálu" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4703,13 +4703,13 @@ msgstr "Exportovat všechny materiály" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Materiály kompatibilní s aktivní tiskárnou:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Vytvořit nový" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4720,7 +4720,7 @@ msgstr "Import" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Synchronizovat s tiskárnami" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4781,27 +4781,27 @@ msgstr "Úspěšné exportování materiálu do %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Profily kompatibilní s aktivní tiskárnou:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Vytvořit nový profil z aktuálních nastavení/přepsání" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Některá nastavení z aktuálního profilu byla přepsána." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Aktualizovat profil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Aktualizovat profil s aktuálními nastaveními/přepsáními" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" @@ -4858,7 +4858,7 @@ msgstr "Rozhranní" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- nekompletní --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4868,7 +4868,7 @@ msgstr "Měna:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Styl*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4883,7 +4883,7 @@ msgstr "Slicovat automaticky" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgstr "*Aby se tyto změny projevily, budete muset aplikaci restartovat." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -5512,7 +5512,7 @@ msgstr "Spravovat tiskárny" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Hledat" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5666,7 +5666,7 @@ msgstr "" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Hexadecimální" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5691,7 +5691,7 @@ msgstr "Předpokládaný zbývající čas" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Zobrazit online řešení problémů" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5771,7 +5771,7 @@ msgstr "Spravovat materiály..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Přidat více materiálů z Obchodu" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6076,7 +6076,7 @@ msgstr "Kontroler modelu" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Poskytuje náhled slicovaných dat vrstev" #: SimulationView/plugin.json msgctxt "name" @@ -6216,12 +6216,12 @@ msgstr "Aktualizace verze 4.1 na 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Aktualizuje konfigurace z Cura 4.13 na Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Aktualizace verze 4.13 na 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6516,12 +6516,12 @@ msgstr "Akce zařízení Ultimaker" #: Marketplace/plugin.json msgctxt "description" msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgstr "Spravuje rozšíření aplikace a umožňuje prohlížení rozšíření z webu Ultimaker." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Obchod" #: SolidView/plugin.json msgctxt "description" diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 2aa18f3f07..6b15cb3d9f 100644 --- a/resources/i18n/cs_CZ/fdmprinter.def.json.po +++ b/resources/i18n/cs_CZ/fdmprinter.def.json.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-12-17 21:11+0100\n" +"PO-Revision-Date: 2022-05-02 00:00+0200\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" "Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.0.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -466,7 +466,7 @@ msgstr "Polygon hlavy a větráku zařízení" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgstr "Tvar tiskové hlavy. Toto jsou souřadnice relativně k pozici tiskové hlavy, což je obvykle pozice pozice jejího prvního extruderu. Rozměry vlevo a před tiskovou hlavou musí být negativní souřadnice." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -741,12 +741,12 @@ msgstr "Průměr kola, který pohání materiál v podavači." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Stupňovat rychlost ventilátoru mezi 0–1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Změnit stupnici rychlosti ventilátoru na 0 až 1, namísto 0 až 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -801,12 +801,12 @@ msgstr "Šířka jedné stěny." #: fdmprinter.def.json msgctxt "wall_line_width_0 label" msgid "Outer Wall Line Width" -msgstr "Vnější šířka čáry stěny" +msgstr "Šířka vnější čáry stěny" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." -msgstr "Šířka vnější stěny. Snížením této hodnoty lze vytisknout vyšší úrovně detailů." +msgstr "Šířka čáry nejkrajnější stěny. Snížením této hodnoty lze vytisknout vyšší úrovně detailů." #: fdmprinter.def.json msgctxt "wall_line_width_x label" @@ -926,7 +926,7 @@ msgstr "Extruder zdi" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" msgid "The extruder train used for printing the walls. This is used in multi-extrusion." -msgstr "Vytlačovací stroj používaný pro tisk stěn. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk stěn. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "wall_0_extruder_nr label" @@ -936,7 +936,7 @@ msgstr "Extruder vnější zdi" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." -msgstr "Vytlačovací souprava použitá pro tisk vnější stěny. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk vnější stěny. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "wall_x_extruder_nr label" @@ -946,7 +946,7 @@ msgstr "Extruder vnitřní zdi" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." -msgstr "Vytlačovací souprava použitá pro tisk vnitřních stěn. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk vnitřních stěn. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "wall_thickness label" @@ -971,52 +971,52 @@ msgstr "Počet stěn. Při výpočtu podle tloušťky stěny je tato hodnota zao #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Délka změny počtu čar zdí" #: fdmprinter.def.json msgctxt "wall_transition_length description" msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgstr "Když dochází k přechodu mezi různými počty čar zdí v místě, kde se část stává užší, je určitý prostor vyhrazen pro rozdělení nebo spojení čar zdí." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Počet čar zdí měnících šířku" #: fdmprinter.def.json msgctxt "wall_distribution_count description" msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgstr "Počet čar zdí od středu, které mají měnit svou šířku při změně počtu čar zdí. Nižší hodnoty znamenají, že vnější stěny nebudou měnit svou šířku." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Prahový úhel pro změnu počtu čar zdí" #: fdmprinter.def.json msgctxt "wall_transition_angle description" msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgstr "Určuje, kdy se bude měnit počet čar zdí. Pokud se v modelu vyskytuje tvar klínu s úhlem přesahujícím hodnotu tohoto nastavení, nebudou se pro vyplnění prostoru uprostřed používat sbíhající se čáry zdí s proměnlivou šířkou. Snížením této hodnoty se snižuje počet a délka těchto prostředních zdí, ale může zůstávat více mezer nebo nadměrná extruze." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Minimální vzdálenost změny počtu čar zdí" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgstr "Pokud by se mělo rychle za sebou přecházet tam a zpět mezi různými počty zdí, nebude se sbíhání provádět. Nastavení odstraní přechody mezi různými počty čar zdí, pokud by byly blíže než tato vzdálenost." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Rezerva pro změnu počtu čar zdí" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgstr "Zabraňuje přecházení tam a zpět mezi o jednu více a o jednu méně čarami zdí. Tato rezerva rozšíří rozsah možných šířek čar na [Minimální šířka čáry zdi - Rezerva, 2 * Minimální šířka čáry zdi + Rezerva]. Zvýšení této rezervy omezí počet přechodů mezi různými počty čar zdí, což sníží počet rozjezdů/zastavení a také čas cest. Velké výkyvy v šířce čar však mohou vést k problémům s nedostatečnou nebo přílišnou extruzí." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1051,22 +1051,22 @@ msgstr "Optimalizujte pořadí, ve kterém se stěny tisknou, aby se snížil po #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Pořadí tisku zdí" #: fdmprinter.def.json msgctxt "inset_direction description" msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgstr "Určuje pořadí, v jakém budou tištěny zdi. Tištění vnějších zdí jako prvních pomáhá s rozměrovou přesností, jelikož se vady z vnitřních stěn nemohou přenášet na vnějšek. Naproti tomu tištění vnějších zdí nakonec dovoluje jejich lepší vrstvení při tištění převisů." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "Zevnitř ven" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "Zvenku dovnitř" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1081,22 +1081,22 @@ msgstr "Vytiskne další stěnu na každou další vrstvu. Tímto způsobem se v #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Minimální šířka čáry zdi" #: fdmprinter.def.json msgctxt "min_wall_line_width description" msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgstr "Pro struktury o šířce okolo jedno až dvojnásobku velikosti trysky musí být šířky čar upravovány, aby to se dodržovala správná tloušťka modelu. Toto nastavení ovládá minimální dovolenou šířku čáry pro zdi. Z minimální šířky čáry se také odvozuje maximální šířka, jelikož při určité tloušťce tvaru se přechází z N na N + 1 zdí, kdy je N zdí širokých, zatímco N + 1 zdi jsou úzké. Nejvyšší možná šířka čáry zdi je tedy dvojnásobek tohoto nastavení." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Minimální šířka párové čáry zdi" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgstr "Minimální šířka čáry pro běžné mnohoúhelníkové zdi. Toto nastavení určuje tloušťku, při které se přepne z tisku jedné tenké čáry zdi na tisk dvou čar zdi. Vyšší hodnota Minimální šířky párové čáry zdi vede k vyšší maximální šířce nepárové čáry zdi. Maximální šířka párové čáry zdi je spočítána jako Šířka vnější čáry stěny + 0,5 * Minimální šířka nepárové čáry zdi." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" @@ -1111,12 +1111,12 @@ msgstr "" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Minimální šířka nepárové čáry zdi" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgstr "Minimální šířka čáry použité jako výplň mezi párovými čárami zdi. Toto nastavení tloušťku modelu, při které se přepíná z tisku dvou čar zdi na tisk dvou vnějších čar zdi a jedné centrální čáry zdi mezi nimi. Vyšší hodnota Minimální šířky nepárové čáry zdi vede k vyšší maximální šířce párové čáry zdi. Maximální šířka nepárové čáry zdi je vypočtena jako 2 * Minimální šířka párové čáry zdi," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" @@ -1141,12 +1141,12 @@ msgstr "Tiskněte kousky modelu, které jsou vodorovně tenčí než velikost tr #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Minimální velikost částí" #: fdmprinter.def.json msgctxt "min_feature_size description" msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgstr "Minimální tloušťka tenkých částí. Části modelu, které jsou tenčí než tato hodnota nebudou tištěny, zatímco části širší než tato hodnota budou rozšířeny na Minimální šířku čáry zdi." #: fdmprinter.def.json msgctxt "min_bead_width label" @@ -1351,7 +1351,7 @@ msgstr "Nejvyšší povrchový extrudér" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." -msgstr "Vytlačovací stroj používaný pro tisk nejvyššího povrchu. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk nejvyššího povrchu. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "roofing_layer_count label" @@ -1371,7 +1371,7 @@ msgstr "Vrchní/spodní extruder" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." -msgstr "Vytlačovací souprava použitá pro tisk horní a spodní pokožky. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk horní a spodní pokožky. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "top_bottom_thickness label" @@ -1761,7 +1761,7 @@ msgstr "Výplňový extrudér" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" msgid "The extruder train used for printing infill. This is used in multi-extrusion." -msgstr "Vytlačovací souprava použitá pro tisk výplně. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk výplně. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "infill_sparse_density label" @@ -2260,22 +2260,22 @@ msgstr "Model bude zvětšen tímto faktorem, aby bylo kompenzováno smrštění #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Horizontální faktor zvětšení pro kompenzaci smrštění" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgstr "Model bude zvětšen tímto faktorem ve směru XY (horizontálně), aby bylo kompenzováno smrštění materiálu po vychladnutí." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Vertikální faktor zvětšení pro kompenzaci smrštění" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgstr "Model bude zvětšen tímto faktorem ve směru Z (vertikálně), aby bylo kompenzováno smrštění materiálu po vychladnutí." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2790,12 +2790,12 @@ msgstr "Prvních několik vrstev je vytištěno pomaleji než zbytek modelu, aby #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Míra vyrovnávání toku" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgstr "Faktor korekce rychlosti v závislosti na šířce extruze. Při 0 % je rychlost pohybu konstantně na hodnotě Rychlost tisku. Při 100 % je rychlost pohybu upravena tak, aby byl tok (v mm³/s) konstantní. To znamená, že čáry o šířky poloviny nastavení Šířka čáry jsou tištěny dvojnásobnou rychlostí a čáry dvojnásobné šířky jsou tištěny poloviční rychlostí. Hodnota vyšší než 100 % může pomoci kompenzovat vysoký tlak potřebný k extruzi širokých čar." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -3600,7 +3600,7 @@ msgstr "Extruder pro podpory" #: fdmprinter.def.json msgctxt "support_extruder_nr description" msgid "The extruder train to use for printing the support. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk nosiče. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk podpory. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "support_infill_extruder_nr label" @@ -3610,7 +3610,7 @@ msgstr "Extruder pro vnitřní podpory" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk výplně nosiče. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk výplně podpory. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 label" @@ -3620,7 +3620,7 @@ msgstr "Extruder pro první vrstvu" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk první vrstvy výplně podpěry. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk první vrstvy výplně podpory. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "support_interface_extruder_nr label" @@ -3630,7 +3630,7 @@ msgstr "Extruder pro rozhraní podpor" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk střech a podlah podpěry. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk střech a podlah podpory. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "support_roof_extruder_nr label" @@ -3640,7 +3640,7 @@ msgstr "Extruder pro podporu střech" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk střech nosiče. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk střech podpory. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr label" @@ -3650,7 +3650,7 @@ msgstr "Extruder pro podporu podlahy" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk podlah podpěry. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk podlah podpory. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "support_structure label" @@ -4530,47 +4530,47 @@ msgstr "Extruder pro adhezi podložky" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." -msgstr "Vytlačovací stroj se používá pro tisk límce / okraje / raftu. To se používá při vícenásobném vytlačování." +msgstr "Vytlačovací souprava použitá pro tisk límce / okraje / raftu. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Extruder okraje/límce" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgstr "Vytlačovací souprava použitá pro tisk okraje nebo límce. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Extruder základny raftu" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgstr "Vytlačovací souprava použitá pro tisk první vrstvy raftu. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Extruder vnitřku raftu" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgstr "Vytlačovací souprava použitá pro tisk vnitřních vrstev raftu. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Extruder povrchu raftu" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgstr "Vytlačovací souprava použitá pro tisk horní vrstvy (vrstev) raftu. Používá se při vícenásobném vytlačování." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4739,12 +4739,12 @@ msgstr "Vzdálenost mezi liniemi raftů pro horní vrstvy raftů. Rozestup by m #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Počet středních vrstev raftu" #: fdmprinter.def.json msgctxt "raft_interface_layers description" msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgstr "Počet vrstev mezi základnou a povrchem raftu. Tyto vrstvy tvoří hlavní část tloušťky raftu. Vyšší hodnota vytvoří tlustší a robustnější raft." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -6523,62 +6523,62 @@ msgstr "Otvory a obrysy součástí s průměrem menším, než je tento, budou #: fdmprinter.def.json msgctxt "small_feature_max_length label" msgid "Small Feature Max Length" -msgstr "Maximální délka malých funkcí" +msgstr "Maximální délka malých částí" #: fdmprinter.def.json msgctxt "small_feature_max_length description" msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." -msgstr "Obrysy funkcí, které jsou kratší než tato délka, budou vytištěny pomocí funkce Rychlost malých funkcí." +msgstr "Obrysy částí, které jsou kratší než tato délka, budou vytištěny pomocí funkce Rychlost malých částí." #: fdmprinter.def.json msgctxt "small_feature_speed_factor label" msgid "Small Feature Speed" -msgstr "Rychlost malých funkcí" +msgstr "Rychlost malých částí" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Drobné funkce budou vytištěny v procentech jejich normální rychlosti tisku. Pomalejší tisk může pomoci s přilnavostí a přesností." +msgstr "Drobné části budou vytištěny v procentech jejich normální rychlosti tisku. Pomalejší tisk může pomoci s přilnavostí a přesností." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" msgid "Small Feature Initial Layer Speed" -msgstr "Počáteční rychlost vrstev malých funkcí" +msgstr "Rychlost malých částí v počáteční vrstvě" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Malé funkce v první vrstvě budou vytištěny při tomto procentuálním poměru jejich normální rychlosti tisku. Pomalejší tisk může pomoci s přilnavostí a přesností." +msgstr "Malé části v první vrstvě budou vytištěny při tomto procentuálním poměru jejich normální rychlosti tisku. Pomalejší tisk může pomoci s přilnavostí a přesností." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Střídat směr zdí" #: fdmprinter.def.json msgctxt "material_alternate_walls description" msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgstr "Střídat směr zdí s každou vrstvou. Je užitečné pro materiály, ve kterých se může hromadit napětí, jako například kovové materiály." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Odstranit vnitřní rohy raftu" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Odstranit vnitřní rohy raftu a změnit tak raft v konvexní (vypouklý) tvar." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Počet zdí raftu" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgstr "Kolik obrysových čar se má tisknout okolo lineárního vzoru v základně raftu." #: fdmprinter.def.json msgctxt "command_line_settings label" -- cgit v1.2.3 From d1e52e5b7680e39cb505f49d239c1bc3a42a84bd Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 2 May 2022 11:05:56 +0200 Subject: Fix toolbar positioning when the toolbar is taller than its parent Fixes #11990 --- resources/qml/Cura.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 3b06af677d..d22e5a1526 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -309,10 +309,13 @@ UM.MainWindow property int mouseX: base.mouseX property int mouseY: base.mouseY + property bool tallerThanParent: height > parent.height + + z: 1 // Ensure toolbar and toolpanels are drawn on top anchors { - verticalCenter: parent.verticalCenter + verticalCenter: tallerThanParent ? undefined : parent.verticalCenter left: parent.left } visible: CuraApplication.platformActivity && !PrintInformation.preSliced -- cgit v1.2.3 From 1accb30408c8c202fee9a416d12fba3dfc06fe4e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 2 May 2022 11:35:32 +0200 Subject: The PrintSetupTooltip was catching events while invisible on the top left of the screen. This was causing the menubar not to be clickable. I've disabled PrintSetupTooltip when not visible so that it does not catch events. CURA-9232 --- resources/qml/PrintSetupTooltip.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index 20b9ac8981..8551c5c221 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -17,6 +17,8 @@ UM.PointingRectangle arrowSize: UM.Theme.getSize("default_arrow").width opacity: 0 + // This should be disabled when invisible, otherwise it will catch mouse events. + enabled: false Behavior on opacity { @@ -52,11 +54,13 @@ UM.PointingRectangle } base.opacity = 1; target = Qt.point(position.x + 1, position.y + Math.round(UM.Theme.getSize("tooltip_arrow_margins").height / 2)) + enabled = true } function hide() { base.opacity = 0; + enabled = false } ScrollView -- cgit v1.2.3 From 28f609cbe27e5bae063e4a06a6f7fe77cfe6e7c2 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 2 May 2022 12:17:56 +0200 Subject: Remove "phantom menu" when there is only a single FileProvider --- resources/qml/Menus/FileMenu.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/Menus/FileMenu.qml b/resources/qml/Menus/FileMenu.qml index 338ada60fc..0884053ef3 100644 --- a/resources/qml/Menus/FileMenu.qml +++ b/resources/qml/Menus/FileMenu.qml @@ -33,6 +33,7 @@ Cura.Menu id: openFilesMenu shouldBeVisible: base.fileProviderModel.count > 1 + enabled: shouldBeVisible } RecentFilesMenu { } -- cgit v1.2.3 From 867e091bbfdafbe21c00977e85e1758d56927dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio=20=27Patola=27=20Sampaio?= Date: Mon, 2 May 2022 12:25:08 +0200 Subject: Updated pt_BR strings for Cura 5.0 beta --- resources/i18n/pt_BR/cura.po | 9792 ++++++++++++++------------- resources/i18n/pt_BR/fdmprinter.def.json.po | 424 +- 2 files changed, 5423 insertions(+), 4793 deletions(-) (limited to 'resources') diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index f9d8002a8c..dec147668a 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" -"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 12:00+0100\n" -"PO-Revision-Date: 2022-01-10 12:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-13 10:49+0200\n" +"PO-Revision-Date: 2022-04-28 03:56+0200\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" "Language: pt_BR\n" @@ -15,3598 +15,3459 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.0.1\n" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" -msgstr "Não pude criar arquivo do diretório de dados de usuário: {}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" +msgstr "Preparar" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:122 /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:159 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -msgctxt "@info:title" -msgid "Backup" -msgstr "Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "Perfil do Cura" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." -msgstr "Tentativa de restauração de backup do Cura sem dados ou metadados apropriados." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" +msgstr "Open Compressed Triangle Mesh" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." -msgstr "Tentativa de restauração de backup do Cura de versão maior que a atual." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" +msgstr "Câmbio de Ativos Digitais COLLADA" -#: /home/clamboo/Desktop/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "O seguinte erro ocorreu ao tentar restaurar um backup do Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" +msgstr "Binário glTF" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." -msgstr "Por favor sincronize os perfis de material com suas impressoras antes de começar a imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" +msgstr "glTF Embutido JSON" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -msgctxt "@action:button" -msgid "New materials installed" -msgstr "Novos materiais instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" +msgstr "Formato de Triângulos de Stanford" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -msgctxt "@action:button" -msgid "Sync materials with printers" -msgstr "Sincronizar materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" +msgstr "Câmbio de Ativos Digitais COLLADA Comprimido" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." +msgstr "Não foi possível acessar informação de atualização." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" +msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgstr "Novos recursos ou consertos de bugs podem estar disponíveis para sua {machine_name}! Se você não o fez ainda, recomenda-se que atualize o firmware de sua impressora para a versão {latest_version}." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" +msgstr "Novo firmware estável de %s disponível" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Learn more" -msgstr "Saiba mais" +msgid "How to update" +msgstr "Como atualizar" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" -msgstr "Não foi possível salvar o arquivo de materiais para {}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" +msgstr "Monitor" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" -msgstr "Falha em salvar o arquivo de materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" +msgstr "Salvar em Unidade Removível" -#: /home/clamboo/Desktop/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." -msgstr "Erro desconhecido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "Salvar em Unidade Removível {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "A altura do volume de impressão foi reduzida para que o valor da \"Sequência de Impressão\" impeça o eixo de colidir com os modelos impressos." +msgid "There are no file formats available to write with!" +msgstr "Não há formatos de arquivo disponíveis com os quais escrever!" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" +msgstr "Salvando na Unidade Removível {0}" -#: /home/clamboo/Desktop/Cura/cura/BuildVolume.py:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 msgctxt "@info:title" -msgid "Build Volume" -msgstr "Volume de Impressão" +msgid "Saving" +msgstr "Salvando" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 #, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "Tem certeza que deseja remover {0}? Isto não pode ser defeito!" +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" +msgstr "Não foi possível salvar em {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" -msgstr "Não sobreposto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." +msgstr "Não foi possível encontrar nome de arquivo ao tentar escrever em {device}." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1614 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:130 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:171 -msgctxt "@label" -msgid "Unknown" -msgstr "Desconhecido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "Não foi possível salvar em unidade removível {0}: {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" -msgstr "As impressoras abaixo não podem ser conectadas por serem parte de um grupo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 +msgctxt "@info:title" +msgid "Error" +msgstr "Erro" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" -msgstr "Impressoras de rede disponíveis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "Salvo em Unidade Removível {0} como {1}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" +msgstr "Arquivo Salvo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" -msgstr "Perfis personalizados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" +msgstr "Ejetar" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" -msgstr "Todos Os Tipos Suportados ({0})" +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "Ejetar dispositivo removível {0}" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" -msgstr "Todos Os Arquivos (*)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "{0} ejetado. A unidade agora pode ser removida de forma segura." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" -msgstr "Visual" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" +msgstr "Remover Hardware com Segurança" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:15 -msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "O perfil visual é projetado para imprimir protótipos e modelos virtuais com o objetivo de alta qualidade visual e de superfície." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." +msgstr "Erro ao ejetar {0}. Outro programa pode estar usando a unidade." -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" -msgstr "Engenharia" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 +msgctxt "@info:title" +msgid "Warning" +msgstr "Aviso" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "O perfil de engenharia é projetado para imprimir protótipos funcionais e partes de uso final com o objetivo de melhor precisão e tolerâncias mais estritas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "Unidade Removível" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" -msgstr "Rascunho" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" +msgstr "Arquivo AMF" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/clamboo/Desktop/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "O perfil de rascunho é projetado para imprimir protótipos iniciais e validações de conceito com o objetivo de redução significativa de tempo de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" +msgstr "Pacote de Formato da Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 msgctxt "@label" -msgid "Custom Material" -msgstr "Material Personalizado" +msgid "Per Model Settings" +msgstr "Ajustes por Modelo" -#: /home/clamboo/Desktop/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:346 -msgctxt "@label" -msgid "Custom" -msgstr "Personalizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "Configurar ajustes por Modelo" -#: /home/clamboo/Desktop/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" -msgstr "Login falhou" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" +msgstr "Atualizar Firmware" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:24 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:67 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format msgctxt "@info:status" -msgid "Finding new location for objects" -msgstr "Achando novos lugares para objetos" +msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgstr "O Cura detectou perfis de material que não estão instalados ainda na impressora host do grupo {0}." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:28 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 msgctxt "@info:title" -msgid "Finding Location" -msgstr "Buscando Localização" +msgid "Sending materials to printer" +msgstr "Enviando material para a impressora" -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:151 /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" -msgstr "Não foi possível achar um lugar dentro do volume de construção para todos os objetos" +msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgstr "Você está tentando conectar a {0} mas ele não é host de um grupo. Você pode visitar a página web para configurá-lo como host de grupo." -#: /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsJob.py:42 /home/clamboo/Desktop/Cura/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Can't Find Location" -msgstr "Não Foi Encontrada Localização" - -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." -msgstr "Falha em criar arquivo de materiais para sincronizar com impressoras." +msgid "Not a group host" +msgstr "Não é host de grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." -msgstr "Falha em carregar o arquivo de materiais para sincronizar com impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" +msgstr "Configurar grupo" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." -msgstr "A resposta da Digital Factory parece estar corrompida." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" +msgstr "Enviando Trabalho de Impressão" -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." -msgstr "A resposta da Digital Factory veio sem informações importantes." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." +msgstr "Transferindo trabalho de impressão para a impressora." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "Falha em conectar com a Digital Factory para sincronizar materiais com algumas das impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." +msgstr "A fila de trabalhos de impressão está cheia. A impressora não pode aceitar novo trabalho." -#: /home/clamboo/Desktop/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." -msgstr "Falha em conectar à Digital Factory." - -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:530 -msgctxt "@info:progress" -msgid "Loading machines..." -msgstr "Carregando máquinas..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" +msgstr "Fila Cheia" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:537 -msgctxt "@info:progress" -msgid "Setting up preferences..." -msgstr "Ajustando preferências..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." +msgstr "Por favor espere até que o trabalho atual tenha sido enviado." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:675 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." -msgstr "Inicializando Máquina Ativa..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "Erro de impressão" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:811 -msgctxt "@info:progress" -msgid "Initializing machine manager..." -msgstr "Inicializando gestor de máquinas..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." +msgstr "Trabalho de impressão enviado à impressora com sucesso." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:825 -msgctxt "@info:progress" -msgid "Initializing build volume..." -msgstr "Inicializando volume de impressão..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" +msgstr "Dados Enviados" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:896 -msgctxt "@info:progress" -msgid "Setting up scene..." -msgstr "Configurando cena..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" +msgstr "" +"Sua impressora {printer_name} poderia estar conectada via nuvem.\n" +" Gerencie sua fila de impressão e monitore suas impressoras de qualquer lugar conectando sua impressora à Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:932 -msgctxt "@info:progress" -msgid "Loading interface..." -msgstr "Carregando interface..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 +msgctxt "@info:title" +msgid "Are you ready for cloud printing?" +msgstr "Você está pronto para a impressão de nuvem?" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:937 -msgctxt "@info:progress" -msgid "Initializing engine..." -msgstr "Inicializando motor..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" +msgstr "Começar" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1254 -#, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" -msgstr "%(width).1f x %(depth).1f x %(height).1f mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" +msgstr "Saiba mais" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1807 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" -msgstr "Somente um arquivo G-Code pode ser carregado por vez. Pulando importação de {0}" +msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgstr "Você está tentando conectar a uma impressora que não está rodando Ultimaker Connect. Por favor atualiza a impressora para o firmware mais recente." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1809 /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:217 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 msgctxt "@info:title" -msgid "Warning" -msgstr "Aviso" +msgid "Update your printer" +msgstr "Atualize sua impressora" -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1819 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" -msgstr "Não é possível abrir nenhum outro arquivo se G-Code estiver sendo carregado. Pulando importação de {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." +msgstr "Não foi possível transferir os dados para a impressora." -#: /home/clamboo/Desktop/Cura/cura/CuraApplication.py:1821 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:156 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:166 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 msgctxt "@info:title" -msgid "Error" -msgstr "Erro" - -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" -msgstr "Pular" +msgid "Network error" +msgstr "Erro de rede" -#: /home/clamboo/Desktop/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:128 /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:185 -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:485 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:174 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:127 -msgctxt "@action:button" -msgid "Close" -msgstr "Fechar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" +msgstr "Imprimir pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:57 /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" -msgstr "Próximo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" +msgstr "Imprime pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/WelcomePagesModel.py:290 /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:26 -msgctxt "@action:button" -msgid "Finish" -msgstr "Finalizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" +msgstr "Conectado pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:67 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:48 -msgctxt "@action:button" -msgid "Add" -msgstr "Adicionar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" +msgstr "amanhã" -#: /home/clamboo/Desktop/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:445 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:234 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:19 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:81 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:44 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:58 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:352 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:82 -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:293 -msgctxt "@action:button" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" +msgstr "hoje" -#: /home/clamboo/Desktop/Cura/cura/UI/ObjectsModel.py:69 -#, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" -msgstr "Grupo #{group_nr}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 +msgctxt "@action" +msgid "Connect via Network" +msgstr "Conectar pela rede" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" -msgstr "Parede Externa" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "Nova impressora detectada na sua conta Ultimaker" +msgstr[1] "Novas impressoras detectadas na sua conta Ultimaker" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" -msgstr "Paredes Internas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" +msgstr "Adicionando impressora {name} ({model}) da sua conta" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" -msgstr "Contorno" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "... e {0} outra" +msgstr[1] "... e {0} outras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" -msgstr "Preenchimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" +msgstr "Impressoras adicionadas da Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" -msgstr "Preenchimento de Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "Conexão de nuvem não está disponível para uma impressora" +msgstr[1] "Conexão de nuvem não está disponível para algumas impressoras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" -msgstr "Interface de Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "Esta impressora não está ligada à Digital Factory:" +msgstr[1] "Estas impressoras não estão ligadas à Digital Factory:" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" -msgstr "Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" +msgstr "Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" -msgstr "Skirt (Saia)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" +msgstr "Para estabelecer uma conexão, por favor visite o {website_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" -msgstr "Torre de Prime" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 +msgctxt "@action:button" +msgid "Keep printer configurations" +msgstr "Manter configurações da impressora" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" -msgstr "Percurso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 +msgctxt "@action:button" +msgid "Remove printers" +msgstr "Remover impressoras" -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" -msgstr "Retrações" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." +msgstr "{printer_name} será removida até a próxima sincronização de conta." -#: /home/clamboo/Desktop/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" -msgstr "Outros" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +msgstr "Para remover {printer_name} permanentemente, visite {digital_factory_link}" -#: /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:37 /home/clamboo/Desktop/Cura/cura/UI/TextManager.py:61 -msgctxt "@text:window" -msgid "The release notes could not be opened." -msgstr "As notas de lançamento não puderam ser abertas." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" +msgstr "Tem certeza que quer remover {printer_name} temporariamente?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:107 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 msgctxt "@title:window" -msgid "Cura can't start" -msgstr "O Cura não consegue iniciar" +msgid "Remove printers?" +msgstr "Remover impressoras?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#, python-brace-format +msgctxt "@label" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " +"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +"Você está prestes a remover {0} impressora do Cura. Esta ação não pode ser desfeita.\n" +"Tem certeza que quer continuar?" +msgstr[1] "" +"Você está prestes a remover {0} impressoras do Cura. Esta ação não pode ser desfeita.\n" +"Tem certeza que quer continuar?" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be undone.\n" +"Are you sure you want to continue?" msgstr "" -"

    Oops, o Ultimaker Cura encontrou algo que não parece estar correto.

    \n" -"

    Encontramos um erro irrecuperável durante a inicialização. Ele foi possivelmente causado por arquivos de configuração incorretos. Sugerimos salvar e restabelecer sua configuração.

    \n" -"

    Cópias salvas podem ser encontradas na pasta de configuração.

    \n" -"

    Por favor nos envie este Relatório de Falha para consertar o problema.

    \n" -" " +"Você está prestes a remover todas as impressoras do Cura. Esta ação não pode ser desfeita.\n" +"Tem certeza que quer continuar?" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" -msgid "Send crash report to Ultimaker" -msgstr "Enviar relatório de falha à Ultimaker" +msgid "Print via cloud" +msgstr "Imprimir pela nuvem" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:125 -msgctxt "@action:button" -msgid "Show detailed crash report" -msgstr "Exibir relatório de falha detalhado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" +msgstr "Imprimir pela nuvem" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" -msgstr "Mostrar a pasta de configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" +msgstr "Conectado pela nuvem" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:140 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 msgctxt "@action:button" -msgid "Backup and Reset Configuration" -msgstr "Salvar e Restabelecer Configuração" - -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" -msgstr "Relatório de Problema" +msgid "Monitor print" +msgstr "Monitorar impressão" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Um erro fatal ocorreu no Cura. Por favor nos envie este Relatório de Falha para consertar o problema

    \n" -"

    Por favor use o botão \"Enviar relatório\" para publicar um relatório de erro automaticamente em nossos servidores

    \n" -" " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" +msgstr "Rastrear a impressão na Ultimaker Digital Factory" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" -msgstr "Informação do Sistema" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" +msgstr "Código de erro desconhecido ao transferir trabalho de impressão: {0}" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" -msgstr "Desconhecida" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" +msgstr "Assistente de Modelo 3D" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" -msgstr "Versão do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.

    \n" +"

    View print quality guide

    " +msgstr "" +"

    Um ou mais modelos 3D podem não ser impressos otimamente devido ao tamanho e configuração de material:

    \n" +"

    {model_names}

    \n" +"

    Descubra como assegurar a melhor qualidade de impressão e confiabilidade possível.

    \n" +"

    Ver guia de qualidade de impressão

    " -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:229 -msgctxt "@label" -msgid "Cura language" -msgstr "Linguagem do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgstr "O Cura não exibe camadas de forma precisa quando Impressão em Arame está habilitada." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:230 -msgctxt "@label" -msgid "OS language" -msgstr "Linguagem do SO" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "Visão Simulada" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" -msgstr "Plataforma" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." +msgstr "Nada está exibido porque você precisa fatiar primeiro." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:232 -msgctxt "@label" -msgid "Qt version" -msgstr "Versão do Qt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +msgctxt "@info:title" +msgid "No layers to show" +msgstr "Não há camadas a exibir" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:233 -msgctxt "@label" -msgid "PyQt version" -msgstr "Versão do PyQt" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" +msgstr "Não mostrar essa mensagem novamente" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" -msgstr "OpenGL" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" +msgstr "Visão de Camadas" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:264 -msgctxt "@label" -msgid "Not yet initialized
    " -msgstr "Ainda não inicializado
    " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." +msgstr "O GCodeWriter não suporta modo binário." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " -msgstr "
  • Versão da OpenGL: {version}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." +msgstr "Por favor prepare o G-Code antes de exportar." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " -msgstr "
  • Fornecedor da OpenGL: {vendor}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "Arquivo G-Code" -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " -msgstr "
  • Renderizador da OpenGL: {renderer}
  • " +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." +msgstr "Erro ao escrever arquivo 3mf." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" -msgstr "Traceback do erro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." +msgstr "O complemento de Escrita 3MF está corrompido." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" -msgstr "Registros" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." +msgstr "Não existe espaço de trabalho ainda para a escrita. Por favor adicione uma impressora primeiro." -#: /home/clamboo/Desktop/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" -msgstr "Enviar relatório" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." +msgstr "Sem permissão para gravar o espaço de trabalho aqui." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." -msgstr "Não foi possível iniciar processo de sign-in. Verifique se outra tentativa de sign-in ainda está ativa." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "The operating system does not allow saving a project file to this location or with this file name." +msgstr "O sistema operacional não permite salvar um arquivo de projeto nesta localização ou com este nome de arquivo." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." -msgstr "Não foi possível contactar o servidor de contas da Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "3MF file" +msgstr "Arquivo 3MF" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationService.py:278 -msgctxt "@info:title" -msgid "Log-in failed" -msgstr "Login falhou" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" +msgstr "Arquivo de Projeto 3MF do Cura" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." -msgstr "O estado provido não está correto." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" +msgstr "Arquivo de G-Code Comprimido" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Timeout when authenticating with the account server." -msgstr "Tempo esgotado ao autenticar com o servidor da conta." +msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgstr "O fatiamento falhou com um erro não esperado. Por favor considere relatar um bug em nosso issue tracker." -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." -msgstr "Por favor dê as permissões requeridas ao autorizar esta aplicação." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" +msgstr "Fatiamento falhado" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Algo inesperado aconteceu ao tentar login, por favor tente novamente." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" +msgstr "Relatar um bug" -#: /home/clamboo/Desktop/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." -msgstr "Não foi possível ler a resposta." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." +msgstr "Relatar um bug no issue tracker do Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:30 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Multiplying and placing objects" -msgstr "Multiplicando e colocando objetos" +msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgstr "Não foi possível fatiar com o material atual visto que é incompatível com a máquina ou configuração selecionada." -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:32 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Placing Objects" -msgstr "Colocando Objetos" +msgid "Unable to slice" +msgstr "Não foi possível fatiar" -#: /home/clamboo/Desktop/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" -msgstr "Colocando Objeto" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgstr "Não foi possível fatiar com os ajustes atuais. Os seguintes ajustes têm erros: {0}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" -msgstr "Não Suportado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgstr "Não foi possível fatiar devido a alguns ajustes por modelo. Os seguintes ajustes têm erros em um dos modelos ou mais: {error_labels}" -#: /home/clamboo/Desktop/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" -msgstr "Default" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgstr "Não foi possível fatiar porque a torre de purga ou posição de purga são inválidas." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:713 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -msgctxt "@label" -msgid "Nozzle" -msgstr "Bico" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" +msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgstr "Não foi possível fatiar porque há objetos associados com o Extrusor desabilitado %s." -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "Os ajustes foram alterados para seguir a disponibilidade de extrusores atuais:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 +msgctxt "@info:status" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" +msgstr "" +"Por favor revise os ajustes e verifique se seus modelos:\n" +"- Cabem dentro do volume de impressão\n" +"- Estão associados a um extrusor habilitado\n" +"- Não estão todos configurados como malhas de modificação" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" -msgstr "Ajustes atualizados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "Processando Camadas" -#: /home/clamboo/Desktop/Cura/cura/Settings/MachineManager.py:1480 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 msgctxt "@info:title" -msgid "Extruder(s) Disabled" -msgstr "Extrusor(es) Desabilitado(s)" - -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:207 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" -msgstr "O Arquivo Já Existe" +msgid "Information" +msgstr "Informação" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:208 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" -msgstr "O arquivo {0} já existe. Tem certeza que quer sobrescrevê-lo?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" +msgstr "Arquivo X3D" -#: /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:459 /home/clamboo/Desktop/Cura/cura/Settings/ContainerManager.py:462 -msgctxt "@info:status" -msgid "Invalid file URL:" -msgstr "URL de arquivo inválida:" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:153 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" -msgstr "Falha ao exportar perfil para {0}: {1}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." -msgstr "Falha ao exportar perfil para {0}: complemento escritor relatou erro." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:171 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" -msgstr "Perfil exportado para {0}" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:173 -msgctxt "@info:title" -msgid "Export succeeded" -msgstr "Exportação concluída" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:205 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" -msgstr "Falha ao importar perfil de {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "Imagem JPG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:209 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." -msgstr "Não foi possível importar perfil de {0} antes de uma impressora ser adicionada." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "Imagem JPEG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" -msgstr "Não há perfil personalizado a importar no arquivo {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "Imagem PNG" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" -msgstr "Erro ao importar perfil de {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "Imagem BMP" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:262 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." -msgstr "Este perfil {0} contém dados incorretos, não foi possível importá-lo." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "Imagem GIF" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" -msgstr "Erro ao importar perfil de {0}:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 +msgctxt "@label" +msgid "Nozzle" +msgstr "Bico" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:359 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." -msgstr "Perfil {0} importado com sucesso." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgstr "O arquivo de projeto {0} contém um tipo de máquina desconhecido {1}. Não foi possível importar a máquina. Os modelos serão importados ao invés dela." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." -msgstr "Arquivo {0} não contém nenhum perfil válido." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" +msgstr "Abrir Arquivo de Projeto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:369 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." -msgstr "O Perfil {0} tem tipo de arquivo desconhecido ou está corrompido." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:443 -msgctxt "@label" -msgid "Custom profile" -msgstr "Perfil personalizado" - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." -msgstr "Falta um tipo de qualidade ao Perfil." - -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." -msgstr "Não há impressora ativa ainda." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is suddenly inaccessible: {1}." +msgstr "O arquivo de projeto {0} tornou-se subitamente inacessível: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." -msgstr "Não foi possível adicionar o perfil." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 +msgctxt "@info:title" +msgid "Can't Open Project File" +msgstr "Não Foi Possível Abrir o Arquivo de Projeto" -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:483 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." -msgstr "Tipo de qualidade '{0}' não é compatível com a definição de máquina ativa atual '{1}'." +msgctxt "@info:error Don't translate the XML tags or !" +msgid "Project file {0} is corrupt: {1}." +msgstr "Arquivo de projeto {0} está corrompido: {1}." -#: /home/clamboo/Desktop/Cura/cura/Settings/CuraContainerRegistry.py:488 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Alerta: o perfil não está visível porque seu tipo de qualidade '{0}' não está disponível para a configuração atual. Altere para uma combinação de material/bico que possa usar este tipo de qualidade." +msgctxt "@info:error Don't translate the XML tag !" +msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgstr "O arquivo de projeto {0} foi feito usando perfis que são desconhecidos para esta versão do Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" -msgstr "Ajustes por Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" -msgstr "Configurar ajustes por Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/CuraProfileWriter/__init__.py:14 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "Perfil do Cura" +msgid "3MF File" +msgstr "Arquivo 3MF" -#: /home/clamboo/Desktop/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" -msgstr "Arquivo X3D" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "Não foi possível escrever no arquivo UFP:" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." -msgstr "Houve um erro ao tentar restaurar seu backup." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "Perfis do Cura 15.04" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 msgctxt "@info:title" msgid "Backups" msgstr "Backups" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 msgctxt "@info:backup_status" msgid "There was an error while uploading your backup." msgstr "Houve um erro ao transferir seu backup." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 msgctxt "@info:backup_status" msgid "Creating your backup..." msgstr "Criando seu backup..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 msgctxt "@info:backup_status" msgid "There was an error while creating your backup." msgstr "Houve um erro ao criar seu backup." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 msgctxt "@info:backup_status" msgid "Uploading your backup..." msgstr "Enviando seu backup..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 msgctxt "@info:backup_status" msgid "Your backup has finished uploading." msgstr "Seu backup terminou de ser enviado." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 msgctxt "@error:file_size" msgid "The backup exceeds the maximum file size." msgstr "O backup excede o tamanho máximo de arquivo." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 msgctxt "@item:inmenu" msgid "Manage backups" msgstr "Gerenciar backups" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" -msgstr "Ajustes da Máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +msgctxt "@info:title" +msgid "Backup" +msgstr "Backup" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." +msgstr "Houve um erro ao tentar restaurar seu backup." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +msgctxt "@text" +msgid "Unable to read example data file." +msgstr "Não foi possível ler o arquivo de dados de exemplo." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." +msgstr "O GCodeGzWriter não suporta modo binário." -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:12 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" +msgstr "Pós-Processamento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" +msgstr "Modificar G-Code" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 msgctxt "@label" msgid "Support Blocker" msgstr "Bloqueador de Suporte" -#: /home/clamboo/Desktop/Cura/plugins/SupportEraser/__init__.py:13 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 msgctxt "@info:tooltip" msgid "Create a volume in which supports are not printed." msgstr "Cria um volume em que os suportes não são impressos." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "Unidade Removível" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" -msgstr "Salvar em Unidade Removível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" +msgstr "Pré-visualização" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "Salvar em Unidade Removível {0}" +msgid "X-Ray view" +msgstr "Visão de Raios-X" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" -msgstr "Não há formatos de arquivo disponíveis com os quais escrever!" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" +msgstr "Nivelar mesa" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" -msgstr "Salvando na Unidade Removível {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" +msgstr "Selecionar Atualizações" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" -msgstr "Salvando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" +msgstr "Pacote Desconhecido" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" -msgstr "Não foi possível salvar em {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" +msgstr "Autor Desconhecido" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." -msgstr "Não foi possível encontrar nome de arquivo ao tentar escrever em {device}." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." +msgstr "Não foi possível interpretar a resposta de servidor." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "Não foi possível salvar em unidade removível {0}: {1}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 +msgctxt "@info:error" +msgid "Could not reach Marketplace." +msgstr "Não foi possível conectar ao Marketplace." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" +msgstr "Complementos Instalados" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" +msgstr "Materiais Instalados" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" +msgstr "Complementos Empacotados" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" +msgstr "Materiais Empacotados" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "Salvo em Unidade Removível {0} como {1}" +msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgstr "As áreas ressaltadas indicam superfícies faltantes ou incorretas. Conserte seu modelo e o abra novamente no Cura." -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 msgctxt "@info:title" -msgid "File Saved" -msgstr "Arquivo Salvo" +msgid "Model Errors" +msgstr "Erros de Modelo" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 msgctxt "@action:button" -msgid "Eject" -msgstr "Ejetar" +msgid "Learn more" +msgstr "Saiba mais" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "Ejetar dispositivo removível {0}" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" +msgstr "Visão sólida" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "{0} ejetado. A unidade agora pode ser removida de forma segura." +msgid "Parsing G-code" +msgstr "Interpretando G-Code" -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 msgctxt "@info:title" -msgid "Safely Remove Hardware" -msgstr "Remover Hardware com Segurança" - -#: /home/clamboo/Desktop/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." -msgstr "Erro ao ejetar {0}. Outro programa pode estar usando a unidade." +msgid "G-code Details" +msgstr "Detalhes do G-Code" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" -msgstr "Atualizar Firmware" - -#: /home/clamboo/Desktop/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "Perfis do Cura 15.04" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" -msgstr "Recomendado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" -msgstr "Personalizado" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:542 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "O arquivo de projeto {0} contém um tipo de máquina desconhecido {1}. Não foi possível importar a máquina. Os modelos serão importados ao invés dela." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:545 -msgctxt "@info:title" -msgid "Open Project File" -msgstr "Abrir Arquivo de Projeto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:642 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." -msgstr "O arquivo de projeto {0} tornou-se subitamente inacessível: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:643 /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:651 -msgctxt "@info:title" -msgid "Can't Open Project File" -msgstr "Não Foi Possível Abrir o Arquivo de Projeto" - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:650 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." -msgstr "Arquivo de projeto {0} está corrompido: {1}." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:703 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." -msgstr "O arquivo de projeto {0} foi feito usando perfis que são desconhecidos para esta versão do Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:27 /home/clamboo/Desktop/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "Arquivo 3MF" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:57 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:72 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:94 /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" -msgstr "Não foi possível escrever no arquivo UFP:" - -#: /home/clamboo/Desktop/Cura/plugins/UFPWriter/__init__.py:28 /home/clamboo/Desktop/Cura/plugins/UFPReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" -msgstr "Pacote de Formato da Ultimaker" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeProfileReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:14 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/__init__.py:16 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "Arquivo G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" -msgstr "Pré-visualização" - -#: /home/clamboo/Desktop/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" -msgstr "Visão de Raios-X" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "Processando Camadas" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" -msgstr "Informação" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." -msgstr "O fatiamento falhou com um erro não esperado. Por favor considere relatar um bug em nosso issue tracker." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" -msgstr "Fatiamento falhado" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" -msgstr "Relatar um bug" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Relatar um bug no issue tracker do Ultimaker Cura." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." -msgstr "Não foi possível fatiar com o material atual visto que é incompatível com a máquina ou configuração selecionada." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" -msgstr "Não foi possível fatiar" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" -msgstr "Não foi possível fatiar com os ajustes atuais. Os seguintes ajustes têm erros: {0}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 -#, python-brace-format -msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" -msgstr "Não foi possível fatiar devido a alguns ajustes por modelo. Os seguintes ajustes têm erros em um dos modelos ou mais: {error_labels}" - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." -msgstr "Não foi possível fatiar porque a torre de purga ou posição de purga são inválidas." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." -msgstr "Não foi possível fatiar porque há objetos associados com o Extrusor desabilitado %s." - -#: /home/clamboo/Desktop/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" -msgstr "" -"Por favor revise os ajustes e verifique se seus modelos:\n" -"- Cabem dentro do volume de impressão\n" -"- Estão associados a um extrusor habilitado\n" -"- Não estão todos configurados como malhas de modificação" - -#: /home/clamboo/Desktop/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" -msgstr "Arquivo AMF" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" +msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgstr "Certifique que o g-code é adequado para sua impressora e configuração antes de enviar o arquivo. A representação de g-code pode não ser acurada." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzReader/__init__.py:17 /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/__init__.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" -msgid "Compressed G-code File" -msgstr "Arquivo de G-Code Comprimido" - -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" -msgstr "Pós-Processamento" +msgid "G File" +msgstr "Arquivo G" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" -msgstr "Modificar G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" +msgstr "Ajustes da Máquina" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 msgctxt "@item:inmenu" msgid "USB printing" msgstr "Impressão USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 msgctxt "@action:button Preceded by 'Ready to'." msgid "Print via USB" msgstr "Imprimir pela USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 msgctxt "@info:tooltip" msgid "Print via USB" msgstr "Imprimir pela USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" msgid "Connected via USB" msgstr "Conectado via USB" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Uma impressão USB está em progresso, fechar o Cura interromperá esta impressão. Tem certeza?" -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." msgstr "Uma impressão ainda está em progresso. O Cura não pode iniciar outra impressão via USB até que a impressão anterior tenha completado." -#: /home/clamboo/Desktop/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 msgctxt "@message" msgid "Print in Progress" msgstr "Impressão em Progresso" -#: /home/clamboo/Desktop/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "Preparar" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:347 -msgctxt "@info:status" -msgid "Parsing G-code" -msgstr "Interpretando G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:349 /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:503 -msgctxt "@info:title" -msgid "G-code Details" -msgstr "Detalhes do G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/FlavorParser.py:501 -msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Certifique que o g-code é adequado para sua impressora e configuração antes de enviar o arquivo. A representação de g-code pode não ser acurada." - -#: /home/clamboo/Desktop/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" -msgstr "Arquivo G" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." +msgstr "Carregando máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "Imagem JPG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." +msgstr "Ajustando preferências..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "Imagem JPEG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." +msgstr "Inicializando Máquina Ativa..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "Imagem PNG" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 +msgctxt "@info:progress" +msgid "Initializing machine manager..." +msgstr "Inicializando gestor de máquinas..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "Imagem BMP" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 +msgctxt "@info:progress" +msgid "Initializing build volume..." +msgstr "Inicializando volume de impressão..." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/__init__.py:30 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "Imagem GIF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 +msgctxt "@info:progress" +msgid "Setting up scene..." +msgstr "Configurando cena..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" -msgstr "Nivelar mesa" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 +msgctxt "@info:progress" +msgid "Loading interface..." +msgstr "Carregando interface..." -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 -msgctxt "@action" -msgid "Select upgrades" -msgstr "Selecionar Atualizações" +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 +msgctxt "@info:progress" +msgid "Initializing engine..." +msgstr "Inicializando motor..." -#: /home/clamboo/Desktop/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." -msgstr "O GCodeGzWriter não suporta modo binário." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 +#, python-format +msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." -msgstr "Não foi possível acessar informação de atualização." +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 +#, python-brace-format +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "Somente um arquivo G-Code pode ser carregado por vez. Pulando importação de {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Novos recursos ou consertos de bugs podem estar disponíveis para sua {machine_name}! Se você não o fez ainda, recomenda-se que atualize o firmware de sua impressora para a versão {latest_version}." +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "Não é possível abrir nenhum outro arquivo se G-Code estiver sendo carregado. Pulando importação de {0}" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" -msgstr "Novo firmware estável de %s disponível" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 +msgctxt "@label" +msgid "Default" +msgstr "Default" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" -msgstr "Como atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 +msgctxt "@label" +msgid "Visual" +msgstr "Visual" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "Unable to read example data file." -msgstr "Não foi possível ler o arquivo de dados de exemplo." +msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgstr "O perfil visual é projetado para imprimir protótipos e modelos virtuais com o objetivo de alta qualidade visual e de superfície." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py:19 -msgctxt "@info:generic" -msgid "You need to quit and restart {} before changes have effect." -msgstr "Você precisa sair e reiniciar {} para que as alterações tenham efeito." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 +msgctxt "@label" +msgid "Engineering" +msgstr "Engenharia" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:91 -msgctxt "@info:generic" -msgid "Syncing..." -msgstr "Sincronizando..." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 +msgctxt "@text" +msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgstr "O perfil de engenharia é projetado para imprimir protótipos funcionais e partes de uso final com o objetivo de melhor precisão e tolerâncias mais estritas." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/DownloadPresenter.py:95 /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:143 -msgctxt "@info:title" -msgid "Changes detected from your Ultimaker account" -msgstr "Alterações detectadas de sua conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 +msgctxt "@label" +msgid "Draft" +msgstr "Rascunho" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:142 -msgctxt "@info:generic" -msgid "Do you want to sync material and software packages with your account?" -msgstr "Você quer sincronizar os pacotes de material e software com sua conta?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 +msgctxt "@text" +msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgstr "O perfil de rascunho é projetado para imprimir protótipos iniciais e validações de conceito com o objetivo de redução significativa de tempo de impressão." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py:145 -msgctxt "@action:button" -msgid "Sync" -msgstr "Sincronizar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "Não sobreposto" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicensePresenter.py:41 -msgctxt "@button" -msgid "Decline and remove from account" -msgstr "Recusar e remover da conta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 +#, python-brace-format +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "Tem certeza que deseja remover {0}? Isto não pode ser defeito!" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/SyncOrchestrator.py:79 -msgctxt "@info:generic" -msgid "{} plugins failed to download" -msgstr "{} complementos falharam em baixar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 +msgctxt "@label" +msgid "Unknown" +msgstr "Desconhecido" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:9 -msgctxt "@button" -msgid "Decline" -msgstr "Recusar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "The printer(s) below cannot be connected because they are part of a group" +msgstr "As impressoras abaixo não podem ser conectadas por serem parte de um grupo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:10 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:56 -msgctxt "@button" -msgid "Agree" -msgstr "Concordar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "Impressoras de rede disponíveis" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/src/CloudSync/LicenseModel.py:74 -msgctxt "@title:window" -msgid "Plugin License Agreement" -msgstr "Acordo de Licença do Complemento" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 +msgctxt "@info:status" +msgid "Calculated" +msgstr "Calculado" -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." -msgstr "O GCodeWriter não suporta modo binário." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "Please sync the material profiles with your printers before starting to print." +msgstr "Por favor sincronize os perfis de material com suas impressoras antes de começar a imprimir." -#: /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:80 /home/clamboo/Desktop/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." -msgstr "Por favor prepare o G-Code antes de exportar." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" +msgstr "Novos materiais instalados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:129 -msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." -msgstr "O Cura não exibe camadas de forma precisa quando Impressão em Arame está habilitada." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "Sincronizar materiais" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:130 -msgctxt "@info:title" -msgid "Simulation View" -msgstr "Visão Simulada" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "Material Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." -msgstr "Nada está exibido porque você precisa fatiar primeiro." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 +msgctxt "@label" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:134 -msgctxt "@info:title" -msgid "No layers to show" -msgstr "Não há camadas a exibir" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" +msgstr "Perfis personalizados" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationView.py:136 /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" -msgstr "Não mostrar essa mensagem novamente" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "Todos Os Tipos Suportados ({0})" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/__init__.py:15 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 msgctxt "@item:inlistbox" -msgid "Layer view" -msgstr "Visão de Camadas" +msgid "All Files (*)" +msgstr "Todos Os Arquivos (*)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" -msgstr "Imprimir pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "Falha em criar arquivo de materiais para sincronizar com impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" -msgstr "Imprime pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "Falha em carregar o arquivo de materiais para sincronizar com impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" -msgstr "Conectado pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "A resposta da Digital Factory parece estar corrompida." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" -msgstr "amanhã" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "A resposta da Digital Factory veio sem informações importantes." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" -msgstr "hoje" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgstr "Falha em conectar com a Digital Factory para sincronizar materiais com algumas das impressoras." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" -msgstr "Conectar pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." +msgstr "Falha em conectar à Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 -msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "Por favor espere até que o trabalho atual tenha sido enviado." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" +msgstr "Não pude criar arquivo do diretório de dados de usuário: {}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" -msgstr "Erro de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." +msgstr "Tentativa de restauração de backup do Cura sem dados ou metadados apropriados." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 -msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." -msgstr "Trabalho de impressão enviado à impressora com sucesso." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." +msgstr "Tentativa de restauração de backup do Cura de versão maior que a atual." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" -msgstr "Dados Enviados" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" +msgstr "O seguinte erro ocorreu ao tentar restaurar um backup do Cura:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." -msgstr "Você está tentando conectar a uma impressora que não está rodando Ultimaker Connect. Por favor atualiza a impressora para o firmware mais recente." +msgid "Finding new location for objects" +msgstr "Achando novos lugares para objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 msgctxt "@info:title" -msgid "Update your printer" -msgstr "Atualize sua impressora" +msgid "Finding Location" +msgstr "Buscando Localização" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." -msgstr "A fila de trabalhos de impressão está cheia. A impressora não pode aceitar novo trabalho." +msgid "Unable to find a location within the build volume for all objects" +msgstr "Não foi possível achar um lugar dentro do volume de construção para todos os objetos" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" -msgid "Queue Full" -msgstr "Fila Cheia" +msgid "Can't Find Location" +msgstr "Não Foi Encontrada Localização" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 -msgctxt "@info:status" -msgid "Sending Print Job" -msgstr "Enviando Trabalho de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 +msgctxt "@info:title" +msgid "Login failed" +msgstr "Login falhou" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 -msgctxt "@info:status" -msgid "Uploading print job to printer." -msgstr "Transferindo trabalho de impressão para a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" +msgstr "Parede Externa" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 -#, python-brace-format -msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." -msgstr "O Cura detectou perfis de material que não estão instalados ainda na impressora host do grupo {0}." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" +msgstr "Paredes Internas" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" -msgstr "Enviando material para a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" +msgstr "Contorno" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." -msgstr "Não foi possível transferir os dados para a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" +msgstr "Preenchimento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" -msgstr "Erro de rede" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" +msgstr "Preenchimento de Suporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 -#, python-brace-format -msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Você está tentando conectar a {0} mas ele não é host de um grupo. Você pode visitar a página web para configurá-lo como host de grupo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" +msgstr "Interface de Suporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" -msgstr "Não é host de grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" +msgstr "Suporte" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" -msgstr "Configurar grupo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" +msgstr "Skirt (Saia)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Sua impressora {printer_name} poderia estar conectada via nuvem.\n" -" Gerencie sua fila de impressão e monitore suas impressoras de qualquer lugar conectando sua impressora à Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" +msgstr "Torre de Prime" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" -msgstr "Você está pronto para a impressão de nuvem?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" +msgstr "Percurso" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" -msgstr "Começar" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" +msgstr "Retrações" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" -msgstr "Saiba mais" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" +msgstr "Outros" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" -msgstr "Imprimir pela nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#, python-brace-format +msgctxt "@label" +msgid "Group #{group_nr}" +msgstr "Grupo #{group_nr}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" -msgstr "Imprimir pela nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." +msgstr "As notas de lançamento não puderam ser abertas." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 -msgctxt "@info:status" -msgid "Connected via cloud" -msgstr "Conectado pela nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 +msgctxt "@action:button" +msgid "Skip" +msgstr "Pular" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 msgctxt "@action:button" -msgid "Monitor print" -msgstr "Monitorar impressão" +msgid "Close" +msgstr "Fechar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" -msgstr "Rastrear a impressão na Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" +msgstr "Adicionar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 -#, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" -msgstr "Código de erro desconhecido ao transferir trabalho de impressão: {0}" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 +msgctxt "@action:button" +msgid "Finish" +msgstr "Finalizar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Nova impressora detectada na sua conta Ultimaker" -msgstr[1] "Novas impressoras detectadas na sua conta Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 +msgctxt "@action:button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 -#, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" -msgstr "Adicionando impressora {name} ({model}) da sua conta" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" +msgstr "Próximo" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 -#, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "... e {0} outra" -msgstr[1] "... e {0} outras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +msgctxt "@info:status" +msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "A altura do volume de impressão foi reduzida para que o valor da \"Sequência de Impressão\" impeça o eixo de colidir com os modelos impressos." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" -msgstr "Impressoras adicionadas da Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +msgctxt "@info:title" +msgid "Build Volume" +msgstr "Volume de Impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "Conexão de nuvem não está disponível para uma impressora" -msgstr[1] "Conexão de nuvem não está disponível para algumas impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "Não foi possível salvar o arquivo de materiais para {}:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "Esta impressora não está ligada à Digital Factory:" -msgstr[1] "Estas impressoras não estão ligadas à Digital Factory:" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "Falha em salvar o arquivo de materiais" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" -msgstr "Ultimaker Digital Factory" +#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "Erro desconhecido." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" +msgstr "O Arquivo Já Existe" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" -msgstr "Para estabelecer uma conexão, por favor visite o {website_link}" +msgctxt "@label Don't translate the XML tag !" +msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgstr "O arquivo {0} já existe. Tem certeza que quer sobrescrevê-lo?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" -msgstr "Manter configurações da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +msgctxt "@info:status" +msgid "Invalid file URL:" +msgstr "URL de arquivo inválida:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" -msgstr "Remover impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" +msgstr "Não Suportado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" +msgstr "Default" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "Settings have been changed to match the current availability of extruders:" +msgstr "Os ajustes foram alterados para seguir a disponibilidade de extrusores atuais:" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 +msgctxt "@info:title" +msgid "Settings updated" +msgstr "Ajustes atualizados" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" +msgstr "Extrusor(es) Desabilitado(s)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." -msgstr "{printer_name} será removida até a próxima sincronização de conta." +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Failed to export profile to {0}: {1}" +msgstr "Falha ao exportar perfil para {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" -msgstr "Para remover {printer_name} permanentemente, visite {digital_factory_link}" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgstr "Falha ao exportar perfil para {0}: complemento escritor relatou erro." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 #, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" -msgstr "Tem certeza que quer remover {printer_name} temporariamente?" +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" +msgstr "Perfil exportado para {0}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" -msgstr "Remover impressoras?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" +msgstr "Exportação concluída" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 #, python-brace-format -msgctxt "@label" -msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -"Você está prestes a remover {0} impressora do Cura. Esta ação não pode ser desfeita.\n" -"Tem certeza que quer continuar?" -msgstr[1] "" -"Você está prestes a remover {0} impressoras do Cura. Esta ação não pode ser desfeita.\n" -"Tem certeza que quer continuar?" +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" +msgstr "Falha ao importar perfil de {0}: {1}" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 -msgctxt "@label" -msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" -"Are you sure you want to continue?" -msgstr "" -"Você está prestes a remover todas as impressoras do Cura. Esta ação não pode ser desfeita.\n" -"Tem certeza que quer continuar?" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Can't import profile from {0} before a printer is added." +msgstr "Não foi possível importar perfil de {0} antes de uma impressora ser adicionada." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" -msgstr "Open Compressed Triangle Mesh" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" +msgstr "Não há perfil personalizado a importar no arquivo {0}" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" -msgstr "Câmbio de Ativos Digitais COLLADA" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" +msgstr "Erro ao importar perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" -msgstr "Binário glTF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "This profile {0} contains incorrect data, could not import it." +msgstr "Este perfil {0} contém dados incorretos, não foi possível importá-lo." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" -msgstr "glTF Embutido JSON" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" +msgstr "Erro ao importar perfil de {0}:" -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" -msgstr "Formato de Triângulos de Stanford" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format +msgctxt "@info:status" +msgid "Successfully imported profile {0}." +msgstr "Perfil {0} importado com sucesso." -#: /home/clamboo/Desktop/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" -msgstr "Câmbio de Ativos Digitais COLLADA Comprimido" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format +msgctxt "@info:status" +msgid "File {0} does not contain any valid profile." +msgstr "Arquivo {0} não contém nenhum perfil válido." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:71 +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." -msgstr "As áreas ressaltadas indicam superfícies faltantes ou incorretas. Conserte seu modelo e o abra novamente no Cura." +msgid "Profile {0} has an unknown file type or is corrupted." +msgstr "O Perfil {0} tem tipo de arquivo desconhecido ou está corrompido." -#: /home/clamboo/Desktop/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" -msgstr "Erros de Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" +msgstr "Perfil personalizado" -#: /home/clamboo/Desktop/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" -msgstr "Visão sólida" +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 +msgctxt "@info:status" +msgid "Profile is missing a quality type." +msgstr "Falta um tipo de qualidade ao Perfil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." -msgstr "Erro ao escrever arquivo 3mf." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 +msgctxt "@info:status" +msgid "There is no active printer yet." +msgstr "Não há impressora ativa ainda." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." -msgstr "O complemento de Escrita 3MF está corrompido." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." +msgstr "Não foi possível adicionar o perfil." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." -msgstr "Não existe espaço de trabalho ainda para a escrita. Por favor adicione uma impressora primeiro." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 +#, python-brace-format +msgctxt "@info:status" +msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgstr "Tipo de qualidade '{0}' não é compatível com a definição de máquina ativa atual '{1}'." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." -msgstr "Sem permissão para gravar o espaço de trabalho aqui." +#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgstr "Alerta: o perfil não está visível porque seu tipo de qualidade '{0}' não está disponível para a configuração atual. Altere para uma combinação de material/bico que possa usar este tipo de qualidade." -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." -msgstr "O sistema operacional não permite salvar um arquivo de projeto nesta localização ou com este nome de arquivo." +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" +msgstr "Multiplicando e colocando objetos" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" -msgstr "Arquivo 3MF" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" +msgstr "Colocando Objetos" -#: /home/clamboo/Desktop/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" -msgstr "Arquivo de Projeto 3MF do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 +msgctxt "@info:title" +msgid "Placing Object" +msgstr "Colocando Objeto" -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" -msgstr "Monitor" +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgstr "Não foi possível iniciar processo de sign-in. Verifique se outra tentativa de sign-in ainda está ativa." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." +msgstr "Não foi possível contactar o servidor de contas da Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 msgctxt "@info:title" -msgid "3D Model Assistant" -msgstr "Assistente de Modelo 3D" +msgid "Log-in failed" +msgstr "Login falhou" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." +msgstr "Não foi possível ler a resposta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "O estado provido não está correto." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "Tempo esgotado ao autenticar com o servidor da conta." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." +msgstr "Por favor dê as permissões requeridas ao autorizar esta aplicação." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." +msgstr "Algo inesperado aconteceu ao tentar login, por favor tente novamente." + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" +msgstr "O Cura não consegue iniciar" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" +"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.

    \n" +"

    Please send us this Crash Report to fix the problem.

    \n" +" " +msgstr "" +"

    Oops, o Ultimaker Cura encontrou algo que não parece estar correto.

    \n" +"

    Encontramos um erro irrecuperável durante a inicialização. Ele foi possivelmente causado por arquivos de configuração incorretos. Sugerimos salvar e restabelecer sua configuração.

    \n" +"

    Cópias salvas podem ser encontradas na pasta de configuração.

    \n" +"

    Por favor nos envie este Relatório de Falha para consertar o problema.

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" +msgstr "Enviar relatório de falha à Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" +msgstr "Exibir relatório de falha detalhado" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" +msgstr "Mostrar a pasta de configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" +msgstr "Salvar e Restabelecer Configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "Relatório de Problema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" +msgid "" +"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" +" " +msgstr "" +"

    Um erro fatal ocorreu no Cura. Por favor nos envie este Relatório de Falha para consertar o problema

    \n" +"

    Por favor use o botão \"Enviar relatório\" para publicar um relatório de erro automaticamente em nossos servidores

    \n" +" " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" +msgstr "Informação do Sistema" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" +msgstr "Desconhecida" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" +msgstr "Versão do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" +msgstr "Linguagem do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" +msgstr "Linguagem do SO" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" +msgstr "Plataforma" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" +msgstr "Versão do Qt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" +msgstr "Versão do PyQt" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" +msgstr "OpenGL" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " +msgstr "Ainda não inicializado
    " -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.py:97 +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " +msgstr "
  • Versão da OpenGL: {version}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " +msgstr "
  • Fornecedor da OpenGL: {vendor}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " +msgstr "
  • Renderizador da OpenGL: {renderer}
  • " + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" +msgstr "Traceback do erro" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" +msgstr "Registros" + +#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" +msgstr "Enviar relatório" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -"

    Um ou mais modelos 3D podem não ser impressos otimamente devido ao tamanho e configuração de material:

    \n" -"

    {model_names}

    \n" -"

    Descubra como assegurar a melhor qualidade de impressão e confiabilidade possível.

    \n" -"

    Ver guia de qualidade de impressão

    " +"Por favor certifique-se que sua impressora está conectada>\n" +"- Verifique se ela está ligada.\n" +"- Verifique se ela está conectada à rede.\n" +"- Verifique se você está logado para descobrir impressoras conectadas à nuvem." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." +msgstr "Por favor conecte sua impressora à rede." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" +msgstr "Ver manuais de usuário online" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." +msgstr "Para monitorar sua impressão pelo Cura, por favor conecte a impressora." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" +msgstr "Selecionar Ajustes a Personalizar para este modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "Filtrar..." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "Exibir tudo" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 msgctxt "@label" msgid "Mesh Type" msgstr "Tipo de Malha" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 msgctxt "@label" msgid "Normal model" msgstr "Modelo normal" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:94 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 msgctxt "@label" msgid "Print as support" msgstr "Imprimir como suporte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 msgctxt "@label" msgid "Modify settings for overlaps" msgstr "Modificar ajustes para sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:118 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 msgctxt "@label" msgid "Don't support overlaps" msgstr "Não suportar sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 msgctxt "@item:inlistbox" msgid "Infill mesh only" msgstr "Somente malha de preenchimento" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 msgctxt "@item:inlistbox" msgid "Cutting mesh" msgstr "Malha de corte" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:382 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 msgctxt "@action:button" msgid "Select settings" msgstr "Selecionar ajustes" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:13 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" -msgstr "Selecionar Ajustes a Personalizar para este modelo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" +msgstr "Atualizar Firmware" -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:55 /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:96 -msgctxt "@label:textbox" -msgid "Filter..." -msgstr "Filtrar..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgstr "O firmware é o software rodando diretamente no maquinário de sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e é o que faz a sua impressora funcionar." -#: /home/clamboo/Desktop/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:68 -msgctxt "@label:checkbox" -msgid "Show all" -msgstr "Exibir tudo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgstr "O firmware que já vêm embutido nas novas impressoras funciona, mas novas versões costumam ter mais recursos, correções e melhorias." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" -msgstr "Backups do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" +msgstr "Automaticamente atualizar Firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" -msgstr "Versão do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" +msgstr "Carregar Firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" -msgstr "Máquinas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" +msgid "Firmware can not be updated because there is no connection with the printer." +msgstr "O firmware não pode ser atualizado porque não há conexão com a impressora." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" -msgstr "Materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" +msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgstr "O firmware não pode ser atualizado porque a conexão com a impressora não suporta atualização de firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" -msgstr "Perfis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" +msgstr "Selecionar firmware personalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" -msgstr "Complementos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "Atualização do Firmware" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" -msgstr "Quer mais?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 +msgctxt "@label" +msgid "Updating firmware." +msgstr "Atualizando firmware." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 -msgctxt "@button" -msgid "Backup Now" -msgstr "Backup Agora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "Atualização do Firmware completada." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" -msgstr "Auto Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 +msgctxt "@label" +msgid "Firmware update failed due to an unknown error." +msgstr "A atualização de Firmware falhou devido a um erro desconhecido." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." -msgstr "Criar um backup automaticamente toda vez que o Cura iniciar." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 +msgctxt "@label" +msgid "Firmware update failed due to an communication error." +msgstr "A atualização de firmware falhou devido a um erro de comunicação." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:71 -msgctxt "@button" -msgid "Restore" -msgstr "Restaurar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 +msgctxt "@label" +msgid "Firmware update failed due to an input/output error." +msgstr "A atualização de firmware falhou devido a um erro de entrada e saída." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:100 -msgctxt "@dialog:title" -msgid "Delete Backup" -msgstr "Apagar o Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 +msgctxt "@label" +msgid "Firmware update failed due to missing firmware." +msgstr "A atualização de firmware falhou devido a firmware não encontrado." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:101 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." -msgstr "Você tem certeza que deseja apagar este backup? Isto não pode ser desfeito." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" +msgstr "Abortado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:109 -msgctxt "@dialog:title" -msgid "Restore Backup" -msgstr "Restaurar Backup" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" +msgstr "Finalizado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:110 -msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" -msgstr "Você precisará reiniciar o Cura antes que seu backup seja restaurado. Deseja fechar o Cura agora?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "Preparando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." -msgstr "Fazer backup e sincronizar os ajustes do Cura." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." +msgstr "Abortando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:51 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:39 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:171 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:53 -msgctxt "@button" -msgid "Sign in" -msgstr "Entrar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" +msgstr "Falhado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" -msgstr "Meus backups" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." +msgstr "Pausando..." -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." -msgstr "Você não tem nenhum backup atualmente. Use o botão 'Backup Agora' para criar um." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" +msgstr "Pausado" -#: /home/clamboo/Desktop/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." -msgstr "Durante a fase de pré-visualização, você estará limitado a 5 backups visíveis. Remova um backup para ver os mais antigos." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." +msgstr "Continuando..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" -msgstr "Ajustes de Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" +msgstr "Necessária uma ação" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" -msgstr "X (largura)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" +msgstr "Termina %1 em %2" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -msgctxt "@label" -msgid "mm" -msgstr "mm" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "Gerir Impressora" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 msgctxt "@label" -msgid "Y (Depth)" -msgstr "Y (Profundidade)" +msgid "Glass" +msgstr "Vidro" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" -msgstr "Z (Altura)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "Por favor atualize o firmware de sua impressora parar gerir a fila remotamente." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" -msgstr "Forma da plataforma de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Fontes de webcam para impressoras de nuvem não podem ser vistas pelo Ultimaker Cura. Clique em \"Gerenciar impressora\" para visitar a Ultimaker Digital Factory e visualizar esta webcam." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 -msgctxt "@label" -msgid "Origin at center" -msgstr "Origem no centro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "Carregando..." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 -msgctxt "@label" -msgid "Heated bed" -msgstr "Mesa aquecida" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "Indisponível" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 -msgctxt "@label" -msgid "Heated build volume" -msgstr "Volume de construção aquecido" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "Inacessivel" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 -msgctxt "@label" -msgid "G-code flavor" -msgstr "Sabor de G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "Ocioso" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" -msgstr "Ajustes da Cabeça de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "Imprimindo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 msgctxt "@label" -msgid "X min" -msgstr "X mín" +msgid "Untitled" +msgstr "Sem Título" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 msgctxt "@label" -msgid "Y min" -msgstr "Y mín" +msgid "Anonymous" +msgstr "Anônimo" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 -msgctxt "@label" -msgid "X max" -msgstr "X máx" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" +msgstr "Requer mudanças na configuração" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 -msgctxt "@label" -msgid "Y max" -msgstr "Y máx" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 +msgctxt "@action:button" +msgid "Details" +msgstr "Detalhes" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 -msgctxt "@label" -msgid "Gantry Height" -msgstr "Altura do Eixo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +msgctxt "@title:window" +msgid "Configuration Changes" +msgstr "Alterações de Configuração" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 -msgctxt "@label" -msgid "Number of Extruders" -msgstr "Número de Extrusores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +msgctxt "@action:button" +msgid "Override" +msgstr "Sobrepor" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" -msgstr "Aplicar deslocamentos de Extrusão ao G-Code" - -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" -msgstr "G-Code Inicial" +msgid "The assigned printer, %1, requires the following configuration change:" +msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgstr[0] "A impressora associada, %1, requer a seguinte alteração de configuração:" +msgstr[1] "A impressora associada, %1, requer as seguintes alterações de configuração:" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" -msgstr "G-Code Final" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +msgctxt "@label" +msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgstr "A impressora %1 está associada, mas o trabalho contém configuração de material desconhecida." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" -msgstr "Ajustes do Bico" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +msgctxt "@label" +msgid "Change material %1 from %2 to %3." +msgstr "Alterar material %1 de %2 para %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" -msgid "Nozzle size" -msgstr "Tamanho do bico" +msgid "Load %3 as material %1 (This cannot be overridden)." +msgstr "Carregar %3 como material %1 (isto não pode ser sobreposto)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" -msgid "Compatible material diameter" -msgstr "Diâmetro de material compatível" +msgid "Change print core %1 from %2 to %3." +msgstr "Alterar núcleo de impressão %1 de %2 para %3." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" -msgid "Nozzle offset X" -msgstr "Deslocamento X do Bico" +msgid "Change build plate to %1 (This cannot be overridden)." +msgstr "Alterar mesa de impressão para %1 (Isto não pode ser sobreposto)." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Nozzle offset Y" -msgstr "Deslocamento Y do Bico" +msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgstr "Sobrepor irá usar os ajustes especificados com a configuração existente da impressora. Isto pode causar falha da impressão." -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 msgctxt "@label" -msgid "Cooling Fan Number" -msgstr "Número da Ventoinha de Resfriamento" +msgid "Aluminum" +msgstr "Alumínio" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" -msgstr "G-Code Inicial do Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" +msgstr "Imprimir pela rede" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" -msgstr "G-Code Final do Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" +msgstr "Imprimir" -#: /home/clamboo/Desktop/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" -msgstr "Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" +msgstr "Seleção de impressora" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" -msgstr "Atualizar Firmware" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +msgctxt "@title:window" +msgid "Connect to Networked Printer" +msgstr "Conectar a Impressora de Rede" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "O firmware é o software rodando diretamente no maquinário de sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e é o que faz a sua impressora funcionar." +msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgstr "Para imprimir diretamente na sua impressora pela rede, certifique-se que ela esteja conectada à rede usando um cabo de rede ou conectando sua impressora à sua WIFI. Se você não conectar Cura à sua impressora, você ainda pode usar um drive USB ou SDCard para transferir arquivos G-Code a ela." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:46 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "O firmware que já vêm embutido nas novas impressoras funciona, mas novas versões costumam ter mais recursos, correções e melhorias." +msgid "Select your printer from the list below:" +msgstr "Selecione sua impressora da lista abaixo:" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 msgctxt "@action:button" -msgid "Automatically upgrade Firmware" -msgstr "Automaticamente atualizar Firmware" +msgid "Edit" +msgstr "Editar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:69 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 msgctxt "@action:button" -msgid "Upload custom Firmware" -msgstr "Carregar Firmware personalizado" +msgid "Remove" +msgstr "Remover" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:83 -msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." -msgstr "O firmware não pode ser atualizado porque não há conexão com a impressora." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +msgctxt "@action:button" +msgid "Refresh" +msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:91 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." -msgstr "O firmware não pode ser atualizado porque a conexão com a impressora não suporta atualização de firmware." - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:98 -msgctxt "@title:window" -msgid "Select custom firmware" -msgstr "Selecionar firmware personalizado" - -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:119 -msgctxt "@title:window" -msgid "Firmware Update" -msgstr "Atualização do Firmware" +msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgstr "Se sua impressora não está listada, leia o guia de resolução de problemas de impressão em rede" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" -msgid "Updating firmware." -msgstr "Atualizando firmware." +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" -msgid "Firmware update completed." -msgstr "Atualização do Firmware completada." +msgid "Firmware version" +msgstr "Versão do firmware" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" -msgid "Firmware update failed due to an unknown error." -msgstr "A atualização de Firmware falhou devido a um erro desconhecido." +msgid "Address" +msgstr "Endereço" -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" -msgid "Firmware update failed due to an communication error." -msgstr "A atualização de firmware falhou devido a um erro de comunicação." +msgid "This printer is not set up to host a group of printers." +msgstr "Esta impressora não está configurada para hospedar um grupo de impressoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" -msgid "Firmware update failed due to an input/output error." -msgstr "A atualização de firmware falhou devido a um erro de entrada e saída." +msgid "This printer is the host for a group of %1 printers." +msgstr "Esta impressora é a hospedeira de um grupo de %1 impressoras." -#: /home/clamboo/Desktop/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" -msgid "Firmware update failed due to missing firmware." -msgstr "A atualização de firmware falhou devido a firmware não encontrado." - -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 -msgctxt "@title:window" -msgid "Open Project" -msgstr "Abrir Projeto" +msgid "The printer at this address has not yet responded." +msgstr "A impressora neste endereço ainda não respondeu." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:62 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" -msgstr "Atualizar existentes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +msgctxt "@action:button" +msgid "Connect" +msgstr "Conectar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:63 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" -msgstr "Criar novos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 +msgctxt "@title:window" +msgid "Invalid IP address" +msgstr "Endereço IP inválido" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:75 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:70 -msgctxt "@action:title" -msgid "Summary - Cura Project" -msgstr "Resumo - Projeto do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +msgctxt "@text" +msgid "Please enter a valid IP address." +msgstr "Por favor entre um endereço IP válido." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:97 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:94 -msgctxt "@action:label" -msgid "Printer settings" -msgstr "Ajustes da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +msgctxt "@title:window" +msgid "Printer Address" +msgstr "Endereço da Impressora" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:113 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" -msgstr "Como o conflito na máquina deve ser resolvido?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +msgctxt "@label" +msgid "Enter the IP address of your printer on the network." +msgstr "Entre o endereço IP da sua impressora na rede." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:103 -msgctxt "@action:label" -msgid "Type" -msgstr "Tipo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 +msgctxt "@label" +msgid "Unavailable printer" +msgstr "Impressora indisponível" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:183 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 -msgctxt "@action:label" -msgid "Printer Group" -msgstr "Grupo de Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" +msgstr "Primeira disponível" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:205 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:219 -msgctxt "@action:label" -msgid "Profile settings" -msgstr "Ajustes de perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" +msgstr "Mover para o topo" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:221 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" -msgstr "Como o conflito no perfil deve ser resolvido?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" +msgstr "Remover" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:353 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:118 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:243 -msgctxt "@action:label" -msgid "Name" -msgstr "Nome" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" +msgstr "Continuar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:258 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:260 -msgctxt "@action:label" -msgid "Intent" -msgstr "Objetivo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." +msgstr "Pausando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:274 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:227 -msgctxt "@action:label" -msgid "Not in profile" -msgstr "Ausente no perfil" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." +msgstr "Continuando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:279 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:232 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "%1 sobreposto" -msgstr[1] "%1 sobrepostos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 +msgctxt "@label" +msgid "Pause" +msgstr "Pausar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:290 -msgctxt "@action:label" -msgid "Derivative from" -msgstr "Derivado de" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." +msgstr "Abortando..." -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:295 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "%1, %2 sobreposição" -msgstr[1] "%1, %2 sobreposições" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" +msgstr "Abortar" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:312 -msgctxt "@action:label" -msgid "Material settings" -msgstr "Ajustes de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" +msgstr "Você tem certeza que quer mover %1 para o topo da fila?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:328 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" -msgstr "Como o conflito no material deve ser resolvido?" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" +msgstr "Move o trabalho de impressão para o topo da fila" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:373 -msgctxt "@action:label" -msgid "Setting visibility" -msgstr "Visibilidade dos ajustes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" +msgstr "Você tem certeza que quer remover %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:382 -msgctxt "@action:label" -msgid "Mode" -msgstr "Modo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" +msgstr "Remover trabalho de impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:398 -msgctxt "@action:label" -msgid "Visible settings:" -msgstr "Ajustes visíveis:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" +msgstr "Você tem certeza que quer abortar %1?" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:403 -msgctxt "@action:label" -msgid "%1 out of %2" -msgstr "%1 de %2" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" +msgstr "Abortar impressão" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:429 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." -msgstr "Carregar um projeto limpará todos os modelos da mesa de impressão." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +msgctxt "@label" +msgid "Queued" +msgstr "Enfileirados" -#: /home/clamboo/Desktop/Cura/plugins/3MFReader/WorkspaceDialog.qml:457 -msgctxt "@action:button" -msgid "Open" -msgstr "Abrir" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +msgctxt "@label link to connect manager" +msgid "Manage in browser" +msgstr "Gerir no navegador" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:20 -msgctxt "@title:window" -msgid "Post Processing Plugin" -msgstr "Complemento de Pós-Processamento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +msgctxt "@label" +msgid "There are no print jobs in the queue. Slice and send a job to add one." +msgstr "Não há trabalhos de impressão na fila. Fatie e envie um trabalho para adicioná-lo." -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" -msgid "Post Processing Scripts" -msgstr "Scripts de Pós-Processamento" +msgid "Print jobs" +msgstr "Trabalhos de impressão" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:235 -msgctxt "@action" -msgid "Add a script" -msgstr "Adicionar um script" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +msgctxt "@label" +msgid "Total print time" +msgstr "Tempo total de impressão" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:282 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" -msgid "Settings" -msgstr "Ajustes" +msgid "Waiting for" +msgstr "Esperando por" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:502 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." -msgstr "Alterar scripts de pós-processamento ativos." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 +msgctxt "@label" +msgid "Color scheme" +msgstr "Esquema de Cores" -#: /home/clamboo/Desktop/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:506 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "O seguinte script está ativo:" -msgstr[1] "Os seguintes scripts estão ativos:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 +msgctxt "@label:listbox" +msgid "Material Color" +msgstr "Cor do Material" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:19 -msgctxt "@title:window" -msgid "Convert Image..." -msgstr "Converter imagem..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 +msgctxt "@label:listbox" +msgid "Line Type" +msgstr "Tipo de Linha" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" -msgstr "A distância máxima de cada pixel da \"Base\"." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 +msgctxt "@label:listbox" +msgid "Speed" +msgstr "Velocidade" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:38 -msgctxt "@action:label" -msgid "Height (mm)" -msgstr "Altura (mm)" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 +msgctxt "@label:listbox" +msgid "Layer Thickness" +msgstr "Espessura de Camada" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." -msgstr "A altura-base da mesa de impressão em milímetros." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 +msgctxt "@label:listbox" +msgid "Line Width" +msgstr "Largura de Extrusão" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:61 -msgctxt "@action:label" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 +msgctxt "@label:listbox" +msgid "Flow" +msgstr "Fluxo" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 +msgctxt "@label" +msgid "Compatibility Mode" +msgstr "Modo de Compatibilidade" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 +msgctxt "@label" +msgid "Travels" +msgstr "Percursos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 +msgctxt "@label" +msgid "Helpers" +msgstr "Assistentes" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 +msgctxt "@label" +msgid "Shell" +msgstr "Perímetro" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" +msgstr "Preenchimento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 +msgctxt "@label" +msgid "Starts" +msgstr "Inícios" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 +msgctxt "@label" +msgid "Only Show Top Layers" +msgstr "Somente Exibir Camadas Superiores" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 +msgctxt "@label" +msgid "Show 5 Detailed Layers On Top" +msgstr "Exibir 5 Camadas Superiores Detalhadas" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 +msgctxt "@label" +msgid "Top / Bottom" +msgstr "Topo / Base" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 +msgctxt "@label" +msgid "Inner Wall" +msgstr "Parede Interna" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 +msgctxt "@label" +msgid "min" +msgstr "mín" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 +msgctxt "@label" +msgid "max" +msgstr "máx" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" +msgstr "Converter Imagem" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" +msgstr "Altura (mm)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" +msgstr "A distância máxima de cada pixel da \"Base\"." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate." -msgstr "A largura da mesa de impressão em milímetros." +msgid "The base height from the build plate in millimeters." +msgstr "A altura-base da mesa de impressão em milímetros." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:84 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 msgctxt "@action:label" msgid "Width (mm)" msgstr "Largura (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:103 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" -msgstr "A profundidade da mesa de impressão em milímetros" +msgid "The width in millimeters on the build plate" +msgstr "A largura em milímetros na plataforma de impressão" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" msgid "Depth (mm)" msgstr "Profundidade (mm)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Para litofanos, pixels escuros devem corresponder a locais mais espessos para conseguir bloquear mais luz. Para mapas de altura, pixels mais claros significam terreno mais alto, portanto tais pixels devem corresponder a locais mais espessos no modelo 3d gerado." +msgid "The depth in millimeters on the build plate" +msgstr "A profundidade da mesa de impressão em milímetros" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "Mais escuro é mais alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:139 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "Mais claro é mais alto" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Para litofanos, um modelo logarítmico simples para translucidez está disponível. Para mapas de altura os valores de pixels correspondem a alturas, linearmente." +msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgstr "Para litofanos, pixels escuros devem corresponder a locais mais espessos para conseguir bloquear mais luz. Para mapas de altura, pixels mais claros significam terreno mais alto, portanto tais pixels devem corresponder a locais mais espessos no modelo 3d gerado." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" +msgstr "Modelo de Cor" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" msgid "Linear" msgstr "Linear" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:161 /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:172 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 msgctxt "@item:inlistbox" msgid "Translucency" msgstr "Translucidez" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:171 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "A porcentagem de luz penetrando uma impressão com espessura de 1 milímetro. Abaixar este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." +msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgstr "Para litofanos, um modelo logarítmico simples para translucidez está disponível. Para mapas de altura os valores de pixels correspondem a alturas, linearmente." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:177 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" msgid "1mm Transmittance (%)" msgstr "Transmitância de 1mm (%)" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:195 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." -msgstr "A quantidade de suavização para aplicar na imagem." +msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgstr "A porcentagem de luz penetrando uma impressão com espessura de 1 milímetro. Abaixar este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" msgid "Smoothing" msgstr "Suavização" -#: /home/clamboo/Desktop/Cura/plugins/ImageReader/ConfigUI.qml:227 /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:361 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." +msgstr "A quantidade de suavização para aplicar na imagem." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 msgctxt "@action:button" msgid "OK" msgstr "Ok" -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" -msgstr "Por favor selecionar quaisquer atualizações feitas nesta Ultimaker Original" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" -msgstr "Mesa de Impressão Aquecida (kit Oficial ou auto-construído)" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" -msgstr "Nivelamento da mesa de impressão" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Para garantir que suas impressões saiam ótimas, você deve agora ajustar sua mesa de impressão. Quando você clicar em 'Mover para a Posição Seguinte', o bico se moverá para posições diferentes que podem ser ajustadas." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Para cada posição; insira um pedaço de papel abaixo do bico e ajuste a altura da mesa de impressão. A altura da mesa de impressão está adequada quando o papel for levemente pressionado pela ponta do bico." - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" -msgstr "Iniciar Nivelamento da Mesa de Impressão" - -#: /home/clamboo/Desktop/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "Mover pra a Posição Seguinte" - -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 msgctxt "@title:window" -msgid "More information on anonymous data collection" -msgstr "Mais informações em coleção anônima de dados" +msgid "Open Project" +msgstr "Abrir Projeto" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "O Ultimaker Cura coleta dados anônimos para poder aprimorar a qualidade de impressão e experiência do usuário. Abaixo segue um exemplo de todos os dados que são compartilhados:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" +msgstr "Atualizar existentes" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" -msgstr "Recusar enviar dados anônimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" +msgstr "Criar novos" -#: /home/clamboo/Desktop/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" -msgstr "Permitir enviar dados anônimos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 +msgctxt "@action:title" +msgid "Summary - Cura Project" +msgstr "Resumo - Projeto do Cura" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/Toolbox.qml:19 -msgctxt "@title" -msgid "Marketplace" -msgstr "Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" +msgstr "Como o conflito na máquina deve ser resolvido?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:19 -msgctxt "@info" -msgid "You will need to restart Cura before changes in packages have effect." -msgstr "Você precisará reiniciar o Cura para que as alterações tenham efeito." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 +msgctxt "@action:label" +msgid "Printer settings" +msgstr "Ajustes da impressora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxFooter.qml:46 -msgctxt "@info:button, %1 is the application name" -msgid "Quit %1" -msgstr "Sair de %1" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 +msgctxt "@action:label" +msgid "Type" +msgstr "Tipo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:18 -msgctxt "@action:button" -msgid "Install" -msgstr "Instalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +msgctxt "@action:label" +msgid "Printer Group" +msgstr "Grupo de Impressora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxProgressButton.qml:20 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:46 -msgctxt "@action:button" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 +msgctxt "@info:tooltip" +msgid "How should the conflict in the profile be resolved?" +msgstr "Como o conflito no perfil deve ser resolvido?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:27 -msgctxt "@label" -msgid "Premium" -msgstr "Premium" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 +msgctxt "@action:label" +msgid "Profile settings" +msgstr "Ajustes de perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:39 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:86 -msgctxt "@info:tooltip" -msgid "Go to Web Marketplace" -msgstr "Ir ao Mercado Web" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 +msgctxt "@action:label" +msgid "Name" +msgstr "Nome" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml:42 -msgctxt "@label" -msgid "Search materials" -msgstr "Buscar materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 +msgctxt "@action:label" +msgid "Intent" +msgstr "Objetivo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:34 -msgctxt "@label" -msgid "Compatibility" -msgstr "Compatibilidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 +msgctxt "@action:label" +msgid "Not in profile" +msgstr "Ausente no perfil" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:124 -msgctxt "@label:table_header" -msgid "Machine" -msgstr "Máquina" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "%1 sobreposto" +msgstr[1] "%1 sobrepostos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:137 -msgctxt "@label:table_header" -msgid "Build Plate" -msgstr "Plataforma de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" +msgstr "Derivado de" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:143 -msgctxt "@label:table_header" -msgid "Support" -msgstr "Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "%1, %2 sobreposição" +msgstr[1] "%1, %2 sobreposições" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:149 -msgctxt "@label:table_header" -msgid "Quality" -msgstr "Qualidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" +msgstr "Como o conflito no material deve ser resolvido?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:170 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 msgctxt "@action:label" -msgid "Technical Data Sheet" -msgstr "Documento de Dados Técnicos" +msgid "Material settings" +msgstr "Ajustes de material" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:179 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 msgctxt "@action:label" -msgid "Safety Data Sheet" -msgstr "Documento de Dados de Segurança" +msgid "Setting visibility" +msgstr "Visibilidade dos ajustes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 msgctxt "@action:label" -msgid "Printing Guidelines" -msgstr "Diretrizes de Impressão" +msgid "Mode" +msgstr "Modo" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxCompatibilityChart.qml:197 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 msgctxt "@action:label" -msgid "Website" -msgstr "Sítio Web" +msgid "Visible settings:" +msgstr "Ajustes visíveis:" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:56 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to install or update" -msgstr "Entrar na conta é necessário para instalar ou atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" +msgstr "%1 de %2" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:80 -msgctxt "@label:The string between and is the highlighted link" -msgid "Buy material spools" -msgstr "Comprar rolos de material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." +msgstr "Carregar um projeto limpará todos os modelos da mesa de impressão." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:96 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:34 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 msgctxt "@action:button" -msgid "Update" -msgstr "Atualizar" +msgid "Open" +msgstr "Abrir" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:97 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:35 -msgctxt "@action:button" -msgid "Updating" -msgstr "Atualizando" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" +msgstr "Quer mais?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxDetailTileActions.qml:98 /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:36 -msgctxt "@action:button" -msgid "Updated" -msgstr "Atualizado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" +msgstr "Backup Agora" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxBackColumn.qml:25 -msgctxt "@action:button" -msgid "Back" -msgstr "Voltar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" +msgstr "Auto Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:30 -msgctxt "@title:tab" -msgid "Plugins" -msgstr "Complementos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." +msgstr "Criar um backup automaticamente toda vez que o Cura iniciar." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:44 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:89 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:475 -msgctxt "@title:tab" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" +msgstr "Versão do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" +msgstr "Máquinas" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" msgid "Materials" msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml:58 -msgctxt "@title:tab" -msgid "Installed" -msgstr "Instalado" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" +msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:22 -msgctxt "@label" -msgid "Will install upon restarting" -msgstr "Será instalado ao reiniciar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" +msgstr "Complementos" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:53 -msgctxt "@label:The string between and is the highlighted link" -msgid "Log in is required to update" -msgstr "Entrar na conta é necessário para atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" +msgstr "Restaurar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Downgrade" -msgstr "Downgrade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" +msgstr "Apagar o Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/components/ToolboxInstalledTileActions.qml:71 -msgctxt "@action:button" -msgid "Uninstall" -msgstr "Desinstalar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." +msgstr "Você tem certeza que deseja apagar este backup? Isto não pode ser desfeito." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Contributions" -msgstr "Contribuições da Comunidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" +msgstr "Restaurar Backup" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:33 -msgctxt "@label" -msgid "Community Plugins" -msgstr "Complementos da Comunidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" +msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgstr "Você precisará reiniciar o Cura antes que seu backup seja restaurado. Deseja fechar o Cura agora?" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDownloadsPage.qml:42 -msgctxt "@label" -msgid "Generic Materials" -msgstr "Materiais Genéricos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." +msgstr "Fazer backup e sincronizar os ajustes do Cura." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml:17 -msgctxt "@info" -msgid "Fetching packages..." -msgstr "Obtendo pacotes..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +msgctxt "@button" +msgid "Sign in" +msgstr "Entrar" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" +msgstr "Meus backups" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" +msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgstr "Você não tem nenhum backup atualmente. Use o botão 'Backup Agora' para criar um." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgstr "Durante a fase de pré-visualização, você estará limitado a 5 backups visíveis. Remova um backup para ver os mais antigos." + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 +msgctxt "@title:window" +msgid "Cura Backups" +msgstr "Backups do Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 +msgctxt "@title:window" +msgid "More information on anonymous data collection" +msgstr "Mais informações em coleção anônima de dados" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 +msgctxt "@text:window" +msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgstr "O Ultimaker Cura coleta dados anônimos para poder aprimorar a qualidade de impressão e experiência do usuário. Abaixo segue um exemplo de todos os dados que são compartilhados:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" +msgstr "Recusar enviar dados anônimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 +msgctxt "@text:window" +msgid "Allow sending anonymous data" +msgstr "Permitir enviar dados anônimos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" +msgstr "Complemento de Pós-Processamento" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:95 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 msgctxt "@label" -msgid "Website" -msgstr "Sítio Web" +msgid "Post Processing Scripts" +msgstr "Scripts de Pós-Processamento" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 +msgctxt "@action" +msgid "Add a script" +msgstr "Adicionar um script" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxAuthorPage.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 msgctxt "@label" -msgid "Email" -msgstr "Email" +msgid "Settings" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/WelcomePage.qml:22 -msgctxt "@description" -msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" -msgstr "Por favor se logue para adquirir complementos e materiais verificados para o Ultimaker Cura Enterprise" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." +msgstr "Alterar scripts de pós-processamento ativos." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "O seguinte script está ativo:" +msgstr[1] "Os seguintes scripts estão ativos:" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 msgctxt "@label" -msgid "Version" -msgstr "Versão" +msgid "Please select any upgrades made to this Ultimaker Original" +msgstr "Por favor selecionar quaisquer atualizações feitas nesta Ultimaker Original" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:96 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 msgctxt "@label" -msgid "Last updated" -msgstr "Última atualização" +msgid "Heated Build Plate (official kit or self-built)" +msgstr "Mesa de Impressão Aquecida (kit Oficial ou auto-construído)" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" +msgstr "Nivelamento da mesa de impressão" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:103 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "Brand" -msgstr "Marca" +msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgstr "Para garantir que suas impressões saiam ótimas, você deve agora ajustar sua mesa de impressão. Quando você clicar em 'Mover para a Posição Seguinte', o bico se moverá para posições diferentes que podem ser ajustadas." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxDetailPage.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "Downloads" -msgstr "Downloads" +msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgstr "Para cada posição; insira um pedaço de papel abaixo do bico e ajuste a altura da mesa de impressão. A altura da mesa de impressão está adequada quando o papel for levemente pressionado pela ponta do bico." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:33 -msgctxt "@title:tab" -msgid "Installed plugins" -msgstr "Complementos instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" +msgstr "Iniciar Nivelamento da Mesa de Impressão" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "Mover pra a Posição Seguinte" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" -msgid "No plugin has been installed." -msgstr "Nenhum complemento foi instalado." +msgid "Ultimaker Verified Plug-in" +msgstr "Complemento Verificado Ultimaker" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:87 -msgctxt "@title:tab" -msgid "Installed materials" -msgstr "Materiais instalados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +msgctxt "@info" +msgid "Ultimaker Certified Material" +msgstr "Material Certificado Ultimaker" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" -msgid "No material has been installed." -msgstr "Nenhum material foi instalado." +msgid "Ultimaker Verified Package" +msgstr "Pacote Verificado Ultimaker" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:141 -msgctxt "@title:tab" -msgid "Bundled plugins" -msgstr "Complementos empacotados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +msgctxt "@title" +msgid "Loading..." +msgstr "Carregando..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxInstalledPage.qml:186 -msgctxt "@title:tab" -msgid "Bundled materials" -msgstr "Materiais empacotados" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +msgctxt "@button" +msgid "Plugins" +msgstr "Complementos" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +msgctxt "@button" +msgid "Materials" +msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/pages/ToolboxErrorPage.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" -msgid "Could not connect to the Cura Package database. Please check your connection." -msgstr "Não foi possível conectar-se à base de dados de Pacotes do Cura. Por favor verifique sua conexão." +msgid "Search in the browser" +msgstr "Buscar no navegador" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +msgctxt "@button" +msgid "In order to use the package you will need to restart Cura" +msgstr "Para usar o pacote você precisará reiniciar o Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +msgctxt "@info:button, %1 is the application name" +msgid "Quit %1" +msgstr "Sair de %1" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxLicenseDialog.qml:36 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" -msgid "You need to accept the license to install the package" -msgstr "Você precisa aceitar a licença para que o pacote possa ser instalado" +msgid "By" +msgstr "Por" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:14 -msgctxt "@title" -msgid "Changes from your account" -msgstr "Alterações da sua conta" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 +msgctxt "@button" +msgid "Enable" +msgstr "Habilitar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" -msgid "Dismiss" -msgstr "Dispensar" +msgid "Disable" +msgstr "Desabilitar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:23 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:186 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" -msgid "Next" -msgstr "Próximo" +msgid "Downgrading..." +msgstr "Fazendo downgrade..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:52 -msgctxt "@label" -msgid "The following packages will be added:" -msgstr "Os seguintes pacotes serão adicionados:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 +msgctxt "@button" +msgid "Downgrade" +msgstr "Downgrade" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/CompatibilityDialog.qml:97 -msgctxt "@label" -msgid "The following packages can not be installed because of an incompatible Cura version:" -msgstr "Os seguintes pacotes não podem ser instalados por incompatibilidade de versão do Cura:" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 +msgctxt "@button" +msgid "Installing..." +msgstr "Instalando..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:20 -msgctxt "@title:window" -msgid "Confirm uninstall" -msgstr "Confirme a desinstalação" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 +msgctxt "@button" +msgid "Install" +msgstr "Instalar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:50 -msgctxt "@text:window" -msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." -msgstr "Você está desinstalando material e/ou perfis que ainda estão em uso. Confirmar irá restaurar os materiais e perfis seguintes a seus defaults." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 +msgctxt "@button" +msgid "Uninstall" +msgstr "Desinstalar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:51 -msgctxt "@text:window" -msgid "Materials" -msgstr "Materiais" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Updating..." +msgstr "Atualizando..." -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:52 -msgctxt "@text:window" -msgid "Profiles" -msgstr "Perfis" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 +msgctxt "@button" +msgid "Update" +msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/plugins/Toolbox/resources/qml/dialogs/ToolboxConfirmUninstallResetDialog.qml:90 -msgctxt "@action:button" -msgid "Confirm" -msgstr "Confirmar" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" +msgstr "Instalar Complementos" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20 /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49 -msgctxt "@label" -msgid "Color scheme" -msgstr "Esquema de Cores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." +msgstr "Simplifique seu fluxo de trabalho e personalize sua experiência do Ultimaker Cura com complementos contribuídos por nossa fantástica comunidade de usuários." -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:110 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "Cor do Material" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" +msgstr "Gerir pacotes" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:114 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "Tipo de Linha" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" +msgstr "Descrição" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:118 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "Velocidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" +msgstr "Impressoras compatíveis" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:122 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "Espessura de Camada" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" +msgstr "Sem informação de compatibilidade" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:126 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "Largura de Extrusão" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" +msgstr "Materiais de suporte compatíveis" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:130 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "Fluxo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" +msgstr "Nenhum" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:171 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "Modo de Compatibilidade" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" +msgstr "Compatível com Material Station" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:245 -msgctxt "@label" -msgid "Travels" -msgstr "Percursos" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" +msgstr "Sim" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:251 -msgctxt "@label" -msgid "Helpers" -msgstr "Assistentes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" +msgstr "Não" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 -msgctxt "@label" -msgid "Shell" -msgstr "Perímetro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" +msgstr "Otimizado para o Air Manager" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:263 /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:65 -msgctxt "@label" -msgid "Infill" -msgstr "Preenchimento" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" +msgstr "Visitar sítio web de complementos" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:271 -msgctxt "@label" -msgid "Starts" -msgstr "Inícios" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" +msgstr "Sítio web" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:322 -msgctxt "@label" -msgid "Only Show Top Layers" -msgstr "Somente Exibir Camadas Superiores" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" +msgstr "Comprar carretel" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" -msgstr "Exibir 5 Camadas Superiores Detalhadas" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" +msgstr "Ficha de segurança" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:346 -msgctxt "@label" -msgid "Top / Bottom" -msgstr "Topo / Base" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" +msgstr "Ficha técnica" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:350 -msgctxt "@label" -msgid "Inner Wall" -msgstr "Parede Interna" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" +msgstr "Detalhes do pacote" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:419 -msgctxt "@label" -msgid "min" -msgstr "mín" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" +msgstr "Voltar" -#: /home/clamboo/Desktop/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:488 -msgctxt "@label" -msgid "max" -msgstr "máx" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 +msgctxt "@button" +msgid "Plugin license agreement" +msgstr "Acordo de licença do complemento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:154 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" -msgstr "Gerir Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." +msgstr "Por favor leia e concorde com a licença do complemento." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:191 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:184 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:153 -msgctxt "@label" -msgid "Glass" -msgstr "Vidro" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 +msgctxt "@button" +msgid "Accept" +msgstr "Aceitar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:254 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:523 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:250 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." -msgstr "Por favor atualize o firmware de sua impressora parar gerir a fila remotamente." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 +msgctxt "@button" +msgid "Decline" +msgstr "Recusar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:288 -msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Fontes de webcam para impressoras de nuvem não podem ser vistas pelo Ultimaker Cura. Clique em \"Gerenciar impressora\" para visitar a Ultimaker Digital Factory e visualizar esta webcam." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Failed to load packages:" +msgstr "Falha em carregar pacotes:" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:348 -msgctxt "@label:status" -msgid "Loading..." -msgstr "Carregando..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 +msgctxt "@button" +msgid "Retry?" +msgstr "Tentar novamente?" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:352 -msgctxt "@label:status" -msgid "Unavailable" -msgstr "Indisponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 +msgctxt "@button" +msgid "Loading" +msgstr "Carregando" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Unreachable" -msgstr "Inacessivel" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No more results to load" +msgstr "Não há mais resultados a carregar" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:360 -msgctxt "@label:status" -msgid "Idle" -msgstr "Ocioso" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 +msgctxt "@message" +msgid "No results found with current filter" +msgstr "Não há resultados encontrados com o filtro atual" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:364 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -msgctxt "@label:status" -msgid "Preparing..." -msgstr "Preparando..." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 +msgctxt "@button" +msgid "Load more" +msgstr "Carregar mais" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:369 -msgctxt "@label:status" -msgid "Printing" -msgstr "Imprimindo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "Gerir pacotes" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:410 -msgctxt "@label" -msgid "Untitled" -msgstr "Sem Título" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." +msgstr "Gerencie seu complementos e perfis de materiais do Cura aqui. Se assegure de manter seus complementos atualizados e fazer backup de sua configuração regularmente." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:431 -msgctxt "@label" -msgid "Anonymous" -msgstr "Anônimo" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" +msgstr "Instalar Materiais" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:458 -msgctxt "@label:status" -msgid "Requires configuration changes" -msgstr "Requer mudanças na configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "Select and install material profiles optimised for your Ultimaker 3D printers." +msgstr "Selecione e instale perfis de material otimizados para suas impressoras 3D Ultimaker." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:496 -msgctxt "@action:button" -msgid "Details" -msgstr "Detalhes" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" +msgstr "Impressora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:133 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "Impressora indisponível" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" +msgstr "Ajustes do Bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 msgctxt "@label" -msgid "First available" -msgstr "Primeira disponível" +msgid "Nozzle size" +msgstr "Tamanho do bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:31 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 msgctxt "@label" -msgid "Queued" -msgstr "Enfileirados" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:66 -msgctxt "@label link to connect manager" -msgid "Manage in browser" -msgstr "Gerir no navegador" +msgid "mm" +msgstr "mm" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 msgctxt "@label" -msgid "There are no print jobs in the queue. Slice and send a job to add one." -msgstr "Não há trabalhos de impressão na fila. Fatie e envie um trabalho para adicioná-lo." +msgid "Compatible material diameter" +msgstr "Diâmetro de material compatível" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:110 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 msgctxt "@label" -msgid "Print jobs" -msgstr "Trabalhos de impressão" +msgid "Nozzle offset X" +msgstr "Deslocamento X do Bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:122 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Total print time" -msgstr "Tempo total de impressão" +msgid "Nozzle offset Y" +msgstr "Deslocamento Y do Bico" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:134 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Waiting for" -msgstr "Esperando por" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:13 -msgctxt "@title:window" -msgid "Print over network" -msgstr "Imprimir pela rede" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:54 -msgctxt "@action:button" -msgid "Print" -msgstr "Imprimir" +msgid "Cooling Fan Number" +msgstr "Número da Ventoinha de Resfriamento" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:82 -msgctxt "@label" -msgid "Printer selection" -msgstr "Seleção de impressora" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" +msgstr "G-Code Inicial do Extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 -msgctxt "@title:window" -msgid "Configuration Changes" -msgstr "Alterações de Configuração" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" +msgstr "G-Code Final do Extrusor" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -msgctxt "@action:button" -msgid "Override" -msgstr "Sobrepor" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" +msgstr "Ajustes de Impressora" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 msgctxt "@label" -msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" -msgstr[0] "A impressora associada, %1, requer a seguinte alteração de configuração:" -msgstr[1] "A impressora associada, %1, requer as seguintes alterações de configuração:" +msgid "X (Width)" +msgstr "X (largura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:89 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." -msgstr "A impressora %1 está associada, mas o trabalho contém configuração de material desconhecida." +msgid "Y (Depth)" +msgstr "Y (Profundidade)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:99 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 msgctxt "@label" -msgid "Change material %1 from %2 to %3." -msgstr "Alterar material %1 de %2 para %3." +msgid "Z (Height)" +msgstr "Z (Altura)" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Load %3 as material %1 (This cannot be overridden)." -msgstr "Carregar %3 como material %1 (isto não pode ser sobreposto)." +msgid "Build plate shape" +msgstr "Forma da plataforma de impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:105 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "Change print core %1 from %2 to %3." -msgstr "Alterar núcleo de impressão %1 de %2 para %3." +msgid "Origin at center" +msgstr "Origem no centro" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:108 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 msgctxt "@label" -msgid "Change build plate to %1 (This cannot be overridden)." -msgstr "Alterar mesa de impressão para %1 (Isto não pode ser sobreposto)." +msgid "Heated bed" +msgstr "Mesa aquecida" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:115 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." -msgstr "Sobrepor irá usar os ajustes especificados com a configuração existente da impressora. Isto pode causar falha da impressão." +msgid "Heated build volume" +msgstr "Volume de construção aquecido" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:156 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "Aluminum" -msgstr "Alumínio" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -msgctxt "@label:status" -msgid "Finished" -msgstr "Finalizado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -msgctxt "@label:status" -msgid "Aborting..." -msgstr "Abortando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -msgctxt "@label:status" -msgid "Aborted" -msgstr "Abortado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Failed" -msgstr "Falhado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Pausing..." -msgstr "Pausando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Paused" -msgstr "Pausado" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Resuming..." -msgstr "Continuando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:108 -msgctxt "@label:status" -msgid "Action required" -msgstr "Necessária uma ação" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:110 -msgctxt "@label:status" -msgid "Finishes %1 at %2" -msgstr "Termina %1 em %2" +msgid "G-code flavor" +msgstr "Sabor de G-Code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:45 -msgctxt "@title:window" -msgid "Connect to Networked Printer" -msgstr "Conectar a Impressora de Rede" +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" +msgstr "Ajustes da Cabeça de Impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Para imprimir diretamente na sua impressora pela rede, certifique-se que ela esteja conectada à rede usando um cabo de rede ou conectando sua impressora à sua WIFI. Se você não conectar Cura à sua impressora, você ainda pode usar um drive USB ou SDCard para transferir arquivos G-Code a ela." +msgid "X min" +msgstr "X mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 msgctxt "@label" -msgid "Select your printer from the list below:" -msgstr "Selecione sua impressora da lista abaixo:" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:77 -msgctxt "@action:button" -msgid "Edit" -msgstr "Editar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:88 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:138 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:156 -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:55 -msgctxt "@action:button" -msgid "Remove" -msgstr "Remover" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:96 -msgctxt "@action:button" -msgid "Refresh" -msgstr "Atualizar" +msgid "Y min" +msgstr "Y mín" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:176 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" -msgstr "Se sua impressora não está listada, leia o guia de resolução de problemas de impressão em rede" +msgid "X max" +msgstr "X máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:205 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 msgctxt "@label" -msgid "Type" -msgstr "Tipo" +msgid "Y max" +msgstr "Y máx" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:225 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 msgctxt "@label" -msgid "Firmware version" -msgstr "Versão do firmware" +msgid "Gantry Height" +msgstr "Altura do Eixo" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:239 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 msgctxt "@label" -msgid "Address" -msgstr "Endereço" +msgid "Number of Extruders" +msgstr "Número de Extrusores" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:263 +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 msgctxt "@label" -msgid "This printer is not set up to host a group of printers." -msgstr "Esta impressora não está configurada para hospedar um grupo de impressoras." +msgid "Apply Extruder offsets to GCode" +msgstr "Aplicar deslocamentos de Extrusão ao G-Code" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:267 -msgctxt "@label" -msgid "This printer is the host for a group of %1 printers." -msgstr "Esta impressora é a hospedeira de um grupo de %1 impressoras." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" +msgstr "G-Code Inicial" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:278 -msgctxt "@label" -msgid "The printer at this address has not yet responded." -msgstr "A impressora neste endereço ainda não respondeu." +#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" +msgstr "G-Code Final" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:283 -msgctxt "@action:button" -msgid "Connect" -msgstr "Conectar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" +msgstr "Minhas impressoras" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:296 -msgctxt "@title:window" -msgid "Invalid IP address" -msgstr "Endereço IP inválido" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." +msgstr "Monitora as impressoras na Ultimaker Digital Factory." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 -msgctxt "@text" -msgid "Please enter a valid IP address." -msgstr "Por favor entre um endereço IP válido." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." +msgstr "Cria projetos de impressão na Digital Library." -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:308 -msgctxt "@title:window" -msgid "Printer Address" -msgstr "Endereço da Impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" +msgstr "Trabalhos de impressão" -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:331 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 -msgctxt "@label" -msgid "Enter the IP address of your printer on the network." -msgstr "Entre o endereço IP da sua impressora na rede." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "Mover para o topo" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "Remover" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:290 -msgctxt "@label" -msgid "Resume" -msgstr "Continuar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "Pausando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "Continuando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:285 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:294 -msgctxt "@label" -msgid "Pause" -msgstr "Pausar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "Abortando..." - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "Abortar" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "Você tem certeza que quer mover %1 para o topo da fila?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:144 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "Move o trabalho de impressão para o topo da fila" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:153 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "Você tem certeza que quer remover %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:154 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "Remover trabalho de impressão" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:163 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "Você tem certeza que quer abortar %1?" - -#: /home/clamboo/Desktop/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:164 /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:336 -msgctxt "@window:title" -msgid "Abort print" -msgstr "Abortar impressão" - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Por favor certifique-se que sua impressora está conectada>\n" -"- Verifique se ela está ligada.\n" -"- Verifique se ela está conectada à rede.\n" -"- Verifique se você está logado para descobrir impressoras conectadas à nuvem." - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:117 -msgctxt "@info" -msgid "Please connect your printer to the network." -msgstr "Por favor conecte sua impressora à rede." - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:155 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" -msgstr "Ver manuais de usuário online" - -#: /home/clamboo/Desktop/Cura/plugins/MonitorStage/MonitorMain.qml:172 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." -msgstr "Para monitorar sua impressão pelo Cura, por favor conecte a impressora." - -#: /home/clamboo/Desktop/Cura/plugins/ModelChecker/ModelChecker.qml:22 -msgctxt "@info:tooltip" -msgid "Some things could be problematic in this print. Click to see tips for adjustment." -msgstr "Algumas coisas podem ser problemáticas nesta impressão. Clique para ver dicas de correção." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." +msgstr "Monitora trabalhos de impressão e reimprime a partir do histórico." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:27 -msgctxt "@info:tooltip" -msgid "3D View" -msgstr "Visão 3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." +msgstr "Estende o Ultimaker Cura com complementos e perfis de material." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:40 -msgctxt "@info:tooltip" -msgid "Front View" -msgstr "Viso de Frente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." +msgstr "Torne-se um especialista em impressão 3D com Ultimaker e-learning." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:53 -msgctxt "@info:tooltip" -msgid "Top View" -msgstr "Visão de Cima" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" +msgstr "Suporte Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:66 -msgctxt "@info:tooltip" -msgid "Left View" -msgstr "Visão à Esquerda" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." +msgstr "Saiba como começar com o Ultimaker Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/ViewOrientationControls.qml:79 -msgctxt "@info:tooltip" -msgid "Right View" -msgstr "Visão à Direita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" +msgstr "Fazer uma pergunta" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" -msgstr "Lista de objetos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." +msgstr "Consultar a Comunidade Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/MainWindowHeader.qml:90 -msgctxt "@action:button" -msgid "Marketplace" -msgstr "Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" +msgstr "Relatar um problema" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:27 /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "Arquivo (&F)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "Deixe os desenvolvedores saberem que algo está errado." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:31 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "&Editar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." +msgstr "Visita o website da Ultimaker." -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:49 /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "&Ver" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "Imprimir Modelo Selecionado com %1" +msgstr[1] "Imprimir Modelos Selecionados com %1" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:60 /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "Aju&stes" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:66 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "E&xtensões" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:112 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" -msgstr "P&referências" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:120 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "Ajuda (&H)" - -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:166 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "Novo projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/MainWindow/ApplicationMenu.qml:167 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." msgstr "Tem certeza que quer iniciar novo projeto? Isto esvaziará a mesa de impressão e quaisquer ajustes não salvos." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:55 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "Fatiando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "Mercado" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:82 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" -msgstr "Não foi possível fatiar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 +msgctxt "@label" +msgid "Build plate" +msgstr "Mesa de Impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Processing" -msgstr "Processando" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" +msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgstr "A temperatura-alvo da mesa aquecida. A mesa aquecerá ou resfriará para esta temperatura. Se for zero, o aquecimento é desligado." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@button" -msgid "Slice" -msgstr "Fatiar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." +msgstr "A temperatura atual da mesa aquecida." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:122 -msgctxt "@label" -msgid "Start the slicing process" -msgstr "Inicia o processo de fatiamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." +msgstr "A temperatura em que pré-aquecer a mesa." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:136 -msgctxt "@button" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" msgid "Cancel" msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" -msgstr "Estimativa de tempo" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" -msgstr "Estimativa de material" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" -msgstr "%1m" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" +msgstr "Pré-aquecer" -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" -msgstr "%1g" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" +msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgstr "Aquecer a mesa antes de imprimir. Você pode continuar ajustando sua impressão enquanto ela está aquecendo, e não terá que esperar o aquecimento quando estiver pronto pra imprimir." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" -msgstr "Sem estimativa de tempo disponível" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." +msgstr "A impressora não está conectada." -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "No cost estimation available" -msgstr "Sem estimativa de custo disponível" - -#: /home/clamboo/Desktop/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" -msgstr "Pré-visualização" +msgid "Printer control" +msgstr "Controle da Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Add a printer" -msgstr "Adicionar uma impressora" +msgid "Jog Position" +msgstr "Posição de Trote" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Add a networked printer" -msgstr "Adicionar uma impressora de rede" +msgid "X/Y" +msgstr "X/Y" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:90 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 msgctxt "@label" -msgid "Add a non-networked printer" -msgstr "Adicionar uma impressora local" +msgid "Z" +msgstr "Z" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" -msgid "Add a Cloud printer" -msgstr "Adicionar uma impressora de Nuvem" +msgid "Jog Distance" +msgstr "Distância de Trote" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 msgctxt "@label" -msgid "Waiting for Cloud response" -msgstr "Aguardando resposta da Nuvem" +msgid "Send G-code" +msgstr "Enviar G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 -msgctxt "@label" -msgid "No printers found in your account?" -msgstr "Nenhuma impressora encontrada em sua conta?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgstr "Enviar comando G-Code personalizado para a impressora conectada. Pressione 'enter' para enviar o comando." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" -msgstr "As seguintes impressoras da sua conta foram adicionadas ao Cura:" +msgid "Extruder" +msgstr "Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:204 -msgctxt "@button" -msgid "Add printer manually" -msgstr "Adicionar impressora manualmente" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" -msgstr "Adicionar impressora por endereço IP" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." -msgstr "Entre o endereço IP de sua impressora." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" -msgstr "Adicionar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." -msgstr "Não foi possível conectar ao dispositivo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" -msgstr "Não consegue conectar à sua impressora Ultimaker?" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." -msgstr "A impressora neste endereço ainda não respondeu." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." -msgstr "Esta impressora não pode ser adicionada porque é uma impressora desconhecida ou porque não é o host do grupo." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:707 -msgctxt "@button" -msgid "Back" -msgstr "Voltar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" -msgstr "Conectar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 -msgctxt "@label" -msgid "User Agreement" -msgstr "Contrato de Usuário" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:70 -msgctxt "@button" -msgid "Decline and close" -msgstr "Rejeitar e fechar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 -msgctxt "@label" -msgid "Welcome to Ultimaker Cura" -msgstr "Bem-vindo ao Ultimaker Cura" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "Por favor siga estes passos para configurar o Ultimaker Cura. Isto tomará apenas alguns momentos." - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" -msgstr "Começar" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:64 /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:20 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" -msgstr "Entre na plataforma Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" -msgstr "Adicionar ajustes de materiais e plugins do Marketplace" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" -msgstr "Fazer backup e sincronizar seus ajustes de materiais e plugins" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" -msgstr "Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da Comunidade Ultimaker" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" -msgstr "Pular" - -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" -msgstr "Criar uma conta Ultimaker gratuita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "A temperatura-alvo do hotend. O hotend vai aquecer ou esfriar na direção desta temperatura. Se for zero, o aquecimento de hotend é desligado." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:234 -msgctxt "@label" -msgid "Manufacturer" -msgstr "Fabricante" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." +msgstr "A temperatura atual deste hotend." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:251 -msgctxt "@label" -msgid "Profile author" -msgstr "Autor do perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." +msgstr "A temperatura com a qual pré-aquecer o hotend." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:269 -msgctxt "@label" -msgid "Printer name" -msgstr "Nome da impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" +msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgstr "Aquece o hotend com antecedência antes de imprimir. Você pode continuar ajustando sua impressão enquanto está aquecendo e não terá que esperar que o hotend termine o aquecimento quando estiver pronto para imprimir." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:278 -msgctxt "@text" -msgid "Please name your printer" -msgstr "Por favor dê um nome à sua impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." +msgstr "A cor do material neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 -msgctxt "@label" -msgid "There is no printer found over your network." -msgstr "Não foi encontrada nenhuma impressora em sua rede." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." +msgstr "O material neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:182 -msgctxt "@label" -msgid "Refresh" -msgstr "Atualizar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." +msgstr "O bico inserido neste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:193 -msgctxt "@label" -msgid "Add printer by IP" -msgstr "Adicionar impressora por IP" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" +msgstr "Abrir arquivo de projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:204 -msgctxt "@label" -msgid "Add cloud printer" -msgstr "Adicionar impressora de nuvem" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" +msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgstr "Este é um arquivo de projeto do Cura. Gostaria de abri-lo como um projeto ou importar os modelos dele?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:241 -msgctxt "@label" -msgid "Troubleshooting" -msgstr "Resolução de problemas" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" +msgstr "Lembrar minha escolha" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 -msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" -msgstr "Nos ajude a melhor o Ultimaker Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" +msgstr "Abrir como projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" -msgstr "O Ultimaker Cura coleta dados anônimos para melhor a qualidade de impressão e experiência do usuário, incluindo:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" +msgstr "Importar modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" -msgstr "Tipos de máquina" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" +msgstr "Salvar Projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" -msgstr "Uso do material" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 +msgctxt "@action:label" +msgid "Extruder %1" +msgstr "Extrusor %1" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" -msgstr "Número de fatias" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 +msgctxt "@action:label" +msgid "%1 & material" +msgstr "%1 & material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" -msgstr "Ajustes de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 +msgctxt "@action:label" +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." -msgstr "Dados coletados pelo Ultimaker Cura não conterão nenhuma informação pessoal." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 +msgctxt "@action:label" +msgid "Don't show project summary on save again" +msgstr "Não exibir resumo do projeto ao salvar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" -msgstr "Mais informações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 +msgctxt "@action:button" +msgid "Save" +msgstr "Salvar" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 -msgctxt "@label" -msgid "What's New" -msgstr "O Que Há de Novo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +msgctxt "@title:window" +msgid "Open file(s)" +msgstr "Abrir arquivo(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 -msgctxt "@label" -msgid "Empty" -msgstr "Vazio" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgstr "Encontramos um ou mais arquivo(s) de projeto entre os arquivos que você selecionou. Você só pode abrir um arquivo de projeto por vez. Sugerimos que somente importe modelos destes arquivos. Gostaria de prosseguir?" -#: /home/clamboo/Desktop/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 -msgctxt "@label" -msgid "Release Notes" -msgstr "Notas de lançamento" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" +msgstr "Importar todos como modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 msgctxt "@title:window The argument is the application name." msgid "About %1" msgstr "Sobre %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" msgid "version: %1" msgstr "versão: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" msgid "End-to-end solution for fused filament 3D printing." msgstr "Solução completa para impressão 3D com filamento fundido." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" @@ -3615,2269 +3476,2838 @@ msgstr "" "Cura é desenvolvido pela Ultimaker B.V. em cooperação com a comunidade.\n" "Cura orgulhosamente usa os seguintes projetos open-source:" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" msgid "Graphical user interface" msgstr "Interface Gráfica de usuário" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" msgid "Application framework" msgstr "Framework de Aplicações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 msgctxt "@label" msgid "G-code generator" msgstr "Gerador de G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" msgid "Interprocess communication library" msgstr "Biblioteca de comunicação interprocessos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" msgid "Programming language" msgstr "Linguagem de Programação" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" msgid "GUI framework" msgstr "Framework Gráfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" msgstr "Ligações da Framework Gráfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 msgctxt "@label" msgid "C/C++ Binding library" msgstr "Biblioteca de Ligações C/C++" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 msgctxt "@label" msgid "Data interchange format" msgstr "Formato de Intercâmbio de Dados" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 msgctxt "@label" msgid "Support library for scientific computing" msgstr "Biblioteca de suporte para computação científica" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 msgctxt "@label" msgid "Support library for faster math" msgstr "Biblioteca de suporte para matemática acelerada" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 msgctxt "@label" msgid "Support library for handling STL files" msgstr "Biblioteca de suporte para manuseamento de arquivos STL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling planar objects" -msgstr "Biblioteca de suporte para manuseamento de objetos planares" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 msgctxt "@label" msgid "Support library for handling triangular meshes" msgstr "Biblioteca de suporte para manuseamento de malhas triangulares" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" msgid "Support library for handling 3MF files" msgstr "Biblioteca de suporte para manuseamento de arquivos 3MF" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:151 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 msgctxt "@label" msgid "Support library for file metadata and streaming" msgstr "Biblioteca de suporte para streaming e metadados de arquivo" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:152 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 msgctxt "@label" msgid "Serial communication library" msgstr "Biblioteca de comunicação serial" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" msgid "ZeroConf discovery library" msgstr "Biblioteca de descoberta 'ZeroConf'" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" msgid "Polygon clipping library" msgstr "Biblioteca de recorte de polígonos" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 +msgctxt "@label" +msgid "Python bindings for Clipper" +msgstr "Ligações de Python pra Clipper" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" msgid "Static type checker for Python" msgstr "Verificador de tipos estáticos para Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:156 /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@Label" msgid "Root Certificates for validating SSL trustworthiness" msgstr "Certificados raiz para validar confiança de SSL" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:158 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 msgctxt "@Label" msgid "Python Error tracking library" msgstr "Biblioteca de rastreamento de Erros de Python" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:159 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" msgid "Polygon packing library, developed by Prusa Research" msgstr "Biblioteca de empacotamento Polygon, desenvolvido pela Prusa Research" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:160 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" msgid "Python bindings for libnest2d" msgstr "Ligações de Python para a libnest2d" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" msgid "Support library for system keyring access" msgstr "Biblioteca de suporte para acesso ao chaveiro do sistema" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" msgid "Python extensions for Microsoft Windows" msgstr "Extensões de python para o Microsoft Windows" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:163 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" msgid "Font" msgstr "Fonte" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:164 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" msgid "SVG icons" msgstr "Ícones SVG" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AboutDialog.qml:165 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" msgstr "Implementação de aplicação multidistribuição em Linux" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:645 -msgctxt "@title:window" -msgid "Open file(s)" -msgstr "Abrir arquivo(s)" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Encontramos um ou mais arquivo(s) de projeto entre os arquivos que você selecionou. Você só pode abrir um arquivo de projeto por vez. Sugerimos que somente importe modelos destes arquivos. Gostaria de prosseguir?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:94 -msgctxt "@action:button" -msgid "Import all as models" -msgstr "Importar todos como modelos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:16 -msgctxt "@title:window" -msgid "Save Project" -msgstr "Salvar Projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:174 -msgctxt "@action:label" -msgid "Extruder %1" -msgstr "Extrusor %1" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:190 -msgctxt "@action:label" -msgid "%1 & material" -msgstr "%1 & material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:192 -msgctxt "@action:label" -msgid "Material" -msgstr "Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 -msgctxt "@action:label" -msgid "Don't show project summary on save again" -msgstr "Não exibir resumo do projeto ao salvar novamente" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:301 -msgctxt "@action:button" -msgid "Save" -msgstr "Salvar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:16 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 msgctxt "@title:window" msgid "Discard or Keep changes" msgstr "Descartar ou Manter alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:58 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "" -"You have customized some profile settings.\n" -"Would you like to Keep these changed settings after switching profiles?\n" -"Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" -"Você personalizou alguns ajustes de perfil.\n" -"Gostaria de manter estes ajustes alterados após mudar de perfis?\n" -"Alternativamente, você pode descartar as alterações para carregar os defaults de '%1'." +msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." +msgstr "Você personalizou alguns ajustes de perfil. Gostaria de manter estes ajustes alterados após trocar perfis? Alternativamente, você pode descartar as alterações para carregar os defaults de '%1'." -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" msgid "Profile settings" msgstr "Ajustes de perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:126 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 msgctxt "@title:column" msgid "Current changes" msgstr "Alterações atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:160 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:755 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 msgctxt "@option:discardOrKeep" msgid "Always ask me this" msgstr "Sempre perguntar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:161 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 msgctxt "@option:discardOrKeep" msgid "Discard and never ask again" msgstr "Descartar e não perguntar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:162 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 msgctxt "@option:discardOrKeep" msgid "Keep and never ask again" msgstr "Manter e não perguntar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:199 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 msgctxt "@action:button" msgid "Discard changes" msgstr "Descartar alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:212 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 msgctxt "@action:button" msgid "Keep changes" msgstr "Manter alterações" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:20 -msgctxt "@title:window" -msgid "Open project file" -msgstr "Abrir arquivo de projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" +msgstr "Sem itens para selecionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:88 -msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" -msgstr "Este é um arquivo de projeto do Cura. Gostaria de abri-lo como um projeto ou importar os modelos dele?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:98 -msgctxt "@text:window" -msgid "Remember my choice" -msgstr "Lembrar minha escolha" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:117 -msgctxt "@action:button" -msgid "Open as project" -msgstr "Abrir como projeto" - -#: /home/clamboo/Desktop/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:126 -msgctxt "@action:button" -msgid "Import models" -msgstr "Importar modelos" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:140 -msgctxt "@label" -msgid "Active print" -msgstr "Impressão ativa" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:148 -msgctxt "@label" -msgid "Job Name" -msgstr "Nome do Trabalho" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Printing Time" -msgstr "Tempo de Impressão" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintMonitor.qml:164 -msgctxt "@label" -msgid "Estimated time left" -msgstr "Tempo restante estimado" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." -msgstr "A impressora de nuvem está offline. Por favor verifique se a impressora está ligada e conectada à internet." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." -msgstr "Esta impressora não está vinculada à sua conta. Por favor visite a Ultimaker Digital Factory para estabelecer uma conexão." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." -msgstr "A conexão de nuvem está indisponível. Por favor se logue para se conectar à impressora de nuvem." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." -msgstr "A conexão de nuvem está indisponível. Por favor verifique sua conexão de internet." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 -msgctxt "@button" -msgid "Add printer" -msgstr "Adicionar impressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelector.qml:269 -msgctxt "@button" -msgid "Manage printers" -msgstr "Gerenciar impressoras" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Connected printers" -msgstr "Impressoras conectadas" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:19 -msgctxt "@label" -msgid "Preset printers" -msgstr "Impressoras pré-ajustadas" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:374 -msgctxt "@label" -msgid "Print settings" -msgstr "Ajustes de impressão" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." -msgstr "Configuração de Impressão desabilitada. O arquivo de G-Code não pode ser modificado." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:47 -msgctxt "@label" -msgid "Profile" -msgstr "Perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:170 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the profile.\n" -"\n" -"Click to open the profile manager." -msgstr "" -"Alguns ajustes/sobreposições têm valores diferentes dos que estão armazenados no perfil.\n" -"\n" -"Clique para abrir o gerenciador de perfis." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:146 -msgctxt "@label:header" -msgid "Custom profiles" -msgstr "Perfis personalizados" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:244 /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:564 -msgctxt "@action:button" -msgid "Discard current changes" -msgstr "Descartar ajustes atuais" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" -msgstr "Recomendado" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" -msgstr "Personalizado" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" -msgstr "On" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" -msgstr "Off" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 -msgctxt "@label" -msgid "Experimental" -msgstr "Experimental" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "Não há perfil %1 para a configuração no extrusor %2. O objetivo default será usado no lugar dele" -msgstr[1] "Não há perfis %1 para a configurações nos extrusores %2. O objetivo default será usado no lugar deles" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:52 /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:736 -msgctxt "@label" -msgid "Profiles" -msgstr "Perfis" - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:82 -msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." -msgstr "Você modificou alguns ajustes de perfil. Se você quiser alterá-los, use o modo personalizado." - -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 -msgctxt "@label" -msgid "Support" -msgstr "Suporte" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." +msgstr "Abrir Arquivo(s)..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:72 -msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Gera estrutura que suportarão partes do modelo que têm seções pendentes. Sem estas estruturas, tais partes desabariam durante a impressão." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "Abrir &Recente" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:196 -msgctxt "@label" -msgid "Gradual infill" -msgstr "Preenchimento gradual" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" +msgstr "Ajustes Visíveis" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:235 -msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." -msgstr "Preenchimento gradual aumentará gradualmente a quantidade de preenchimento em direção ao topo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" +msgstr "Encolher Todas As Categorias" -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:29 -msgctxt "@label" -msgid "Adhesion" -msgstr "Aderência" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." +msgstr "Gerenciar Visibilidade dos Ajustes..." -#: /home/clamboo/Desktop/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:75 -msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Habilita imprimir um brim (bainha) ou raft (jangada). Adicionará uma área chata em volta ou sob o objeto que é fácil de remover após a impressão ter finalizado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" +msgstr "&Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." -msgstr "Salvar Projeto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" +msgstr "Definir Como Extrusor Ativo" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:25 -msgctxt "@label:category menu label" -msgid "Network enabled printers" -msgstr "Impressoras habilitadas pela rede" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" +msgstr "Habilitar Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/PrinterMenu.qml:42 -msgctxt "@label:category menu label" -msgid "Local printers" -msgstr "Impressoras locais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" +msgstr "Desabilitar Extrusor" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:13 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 msgctxt "@label:category menu label" msgid "Material" msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:54 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 msgctxt "@label:category menu label" msgid "Favorites" msgstr "Favoritos" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/MaterialMenu.qml:79 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 msgctxt "@label:category menu label" msgid "Generic" msgstr "Genérico" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:27 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "Imprimir Modelo Selecionado Com:" -msgstr[1] "Imprimir Modelos Selecionados Com:" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:116 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "Multiplicar Modelo Selecionado" -msgstr[1] "Multiplicar Modelos Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "Ajuda (&H)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ContextMenu.qml:141 -msgctxt "@label" -msgid "Number of Copies" -msgstr "Número de Cópias" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "Arquivo (&F)" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:41 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 msgctxt "@title:menu menubar:file" msgid "&Save Project..." msgstr "&Salvar Projeto..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:74 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 msgctxt "@title:menu menubar:file" msgid "&Export..." msgstr "&Exportar..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/FileMenu.qml:85 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 msgctxt "@action:inmenu menubar:file" msgid "Export Selection..." msgstr "Exportar Seleção..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" +msgstr "P&referências" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "&Editar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" +msgstr "Im&pressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" +msgstr "Impressoras habilitadas pela rede" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" +msgstr "Impressoras locais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "E&xtensões" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 msgctxt "@header" msgid "Configurations" msgstr "Configurações" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:25 -msgctxt "@header" -msgid "Custom" -msgstr "Personalizado" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:61 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 msgctxt "@label" -msgid "Printer" -msgstr "Impressora" +msgid "Loading available configurations from the printer..." +msgstr "Carregando configurações disponíveis da impressora..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:213 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Enabled" -msgstr "Habilitado" +msgid "The configurations are not available because the printer is disconnected." +msgstr "As configurações não estão disponíveis porque a impressora está desconectada." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:267 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "Material" -msgstr "Material" +msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgstr "Esta configuração não está disponível porque %1 não foi reconhecido. Por favor visite %2 para baixar o perfil de materil correto." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:407 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." -msgstr "Use cola para melhor aderência com essa combinação de materiais." +msgid "Marketplace" +msgstr "Mercado" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:102 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" msgid "The configuration of this extruder is not allowed, and prohibits slicing." msgstr "A configuração deste extrusor não é permitida e proíbe o fatiamento." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:106 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 msgctxt "@tooltip" msgid "There are no profiles matching the configuration of this extruder." msgstr "Não há perfis correspondendo à configuração deste extrusor." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:253 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 msgctxt "@label" msgid "Select configuration" msgstr "Selecione configuração" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:364 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 msgctxt "@label" msgid "Configurations" msgstr "Configurações" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" +msgstr "Personalizado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 msgctxt "@label" -msgid "Loading available configurations from the printer..." -msgstr "Carregando configurações disponíveis da impressora..." +msgid "Printer" +msgstr "Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." -msgstr "As configurações não estão disponíveis porque a impressora está desconectada." +msgid "Enabled" +msgstr "Habilitado" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." -msgstr "Esta configuração não está disponível porque %1 não foi reconhecido. Por favor visite %2 para baixar o perfil de materil correto." +msgid "Material" +msgstr "Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 msgctxt "@label" -msgid "Marketplace" -msgstr "Mercado" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." -msgstr "Abrir Arquivo(s)..." - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:15 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" -msgstr "Im&pressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:29 -msgctxt "@title:menu" -msgid "&Material" -msgstr "&Material" +msgid "Use glue for better adhesion with this material combination." +msgstr "Use cola para melhor aderência com essa combinação de materiais." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:44 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" -msgstr "Definir Como Extrusor Ativo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "Imprimir Modelo Selecionado Com:" +msgstr[1] "Imprimir Modelos Selecionados Com:" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:50 -msgctxt "@action:inmenu" -msgid "Enable Extruder" -msgstr "Habilitar Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "Multiplicar Modelo Selecionado" +msgstr[1] "Multiplicar Modelos Selecionados" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingsMenu.qml:57 -msgctxt "@action:inmenu" -msgid "Disable Extruder" -msgstr "Desabilitar Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" +msgstr "Número de Cópias" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "Abrir &Recente" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" -msgstr "Ajustes Visíveis" - -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" -msgstr "Encolher Todas As Categorias" +msgid "Save Project..." +msgstr "Salvar Projeto..." -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." -msgstr "Gerenciar Visibilidade dos Ajustes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "&Ver" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:19 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 msgctxt "@action:inmenu menubar:view" msgid "&Camera position" msgstr "Posição da &câmera" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:45 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 msgctxt "@action:inmenu menubar:view" msgid "Camera view" msgstr "Visão de câmera" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:48 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 msgctxt "@action:inmenu menubar:view" msgid "Perspective" msgstr "Perspectiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:59 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 msgctxt "@action:inmenu menubar:view" msgid "Orthographic" msgstr "Ortográfico" -#: /home/clamboo/Desktop/Cura/resources/qml/Menus/ViewMenu.qml:79 -msgctxt "@action:inmenu menubar:view" -msgid "&Build plate" -msgstr "Plataforma de Impressão (&B)" - -#: /home/clamboo/Desktop/Cura/resources/qml/ViewsSelector.qml:50 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" msgid "View type" msgstr "Tipo de Visão" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:112 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 msgctxt "@label" -msgid "Is printed as support." -msgstr "Está impresso como suporte." +msgid "Sign in to the Ultimaker platform" +msgstr "Entre na plataforma Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." -msgstr "Outros modelos se sobrepondo a esse modelo foram modificados." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" +msgstr "" +"- Adicione perfis de material e plug-ins do Marketplace\n" +"- Faça backup e sincronize seus perfis de materiais e plugins\n" +"- Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da comunidade Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." -msgstr "Preenchimento se sobrepondo a este modelo foi modificado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" +msgstr "Criar uma conta Ultimaker gratuita" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:121 -msgctxt "@label" -msgid "Overlaps with this model are not supported." -msgstr "Sobreposições neste modelo não são suportadas." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" +msgstr "Entrar" -#: /home/clamboo/Desktop/Cura/resources/qml/ObjectItemButton.qml:128 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "Sobrepõe %1 ajuste." -msgstr[1] "Sobrepõe %1 ajustes." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" +msgstr "Última atualização: %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:34 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:477 -msgctxt "@title:tab" -msgid "Profiles" -msgstr "Perfis" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 +msgctxt "@button" +msgid "Ultimaker Account" +msgstr "Conta na Ultimaker" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:84 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:108 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:40 -msgctxt "@action:button" -msgid "Activate" -msgstr "Ativar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 +msgctxt "@button" +msgid "Sign Out" +msgstr "Deslogar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:104 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 msgctxt "@label" -msgid "Create" -msgstr "Criar" +msgid "Checking..." +msgstr "Verificando..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:121 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 msgctxt "@label" -msgid "Duplicate" -msgstr "Duplicar" +msgid "Account synced" +msgstr "Conta sincronizada" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:152 /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:63 -msgctxt "@action:button" -msgid "Rename" -msgstr "Renomear" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Something went wrong..." +msgstr "Alguma coisa deu errado..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:167 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:171 -msgctxt "@action:button" -msgid "Import" -msgstr "Importar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 +msgctxt "@button" +msgid "Install pending updates" +msgstr "Instalação aguardando atualizações" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:179 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:185 -msgctxt "@action:button" -msgid "Export" -msgstr "Exportar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 +msgctxt "@button" +msgid "Check for account updates" +msgstr "Verificar atualizações da conta" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:202 -msgctxt "@title:window" -msgid "Create Profile" -msgstr "Criar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "Fatiando..." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:204 -msgctxt "@info" -msgid "Please provide a name for this profile." -msgstr "Por favor dê um nome a este perfil." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" +msgstr "Não foi possível fatiar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:263 -msgctxt "@title:window" -msgid "Duplicate Profile" -msgstr "Duplicar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" +msgstr "Processando" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:277 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:312 -msgctxt "@title:window" -msgid "Confirm Remove" -msgstr "Confirmar Remoção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" +msgstr "Fatiar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:278 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:315 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" -msgstr "Tem certeza que deseja remover %1? Isto não poderá ser desfeito!" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" +msgstr "Inicia o processo de fatiamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:294 -msgctxt "@title:window" -msgid "Rename Profile" -msgstr "Renomear Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 +msgctxt "@button" +msgid "Cancel" +msgstr "Cancelar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:307 -msgctxt "@title:window" -msgid "Import Profile" -msgstr "Importar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" +msgstr "Estimativa de tempo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:336 -msgctxt "@title:window" -msgid "Export Profile" -msgstr "Exportar Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" +msgstr "Estimativa de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:399 -msgctxt "@label %1 is printer name" -msgid "Printer: %1" -msgstr "Impressora: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" +msgstr "%1m" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:557 -msgctxt "@action:button" -msgid "Update profile with current settings/overrides" -msgstr "Atualizar perfil com ajustes/sobreposições atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" +msgstr "%1g" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:583 -msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Este perfil usa os defaults especificados pela impressora, portanto não tem ajustes/sobreposições na lista abaixo." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" +msgstr "Sem estimativa de tempo disponível" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:591 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." -msgstr "Seus ajustes atuais coincidem com o perfil selecionado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" +msgstr "Sem estimativa de custo disponível" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfilesPage.qml:609 -msgctxt "@title:tab" -msgid "Global Settings" -msgstr "Ajustes globais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" +msgstr "Pré-visualização" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:17 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:468 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +msgctxt "@label" +msgid "This package will be installed after restarting." +msgstr "Este pacote será instalado após o reinício." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 msgctxt "@title:tab" msgid "General" msgstr "Geral" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:143 -msgctxt "@label" -msgid "Interface" -msgstr "Interface" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 +msgctxt "@title:tab" +msgid "Settings" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:215 -msgctxt "@label" -msgid "Currency:" -msgstr "Moeda:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 +msgctxt "@title:tab" +msgid "Printers" +msgstr "Impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:228 -msgctxt "@label" -msgid "Theme:" -msgstr "Tema:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +msgctxt "@title:tab" +msgid "Materials" +msgstr "Materiais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label" -msgid "You will need to restart the application for these changes to have effect." -msgstr "Você precisará reiniciar a aplicação para que essas mudanças tenham efeito." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 +msgctxt "@title:tab" +msgid "Profiles" +msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:290 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." -msgstr "Fatiar automaticamente quando mudar ajustes." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" +msgstr "Fechando %1" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:298 -msgctxt "@option:check" -msgid "Slice automatically" -msgstr "Fatiar automaticamente" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" +msgstr "Tem certeza que quer sair de %1?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:312 -msgctxt "@label" -msgid "Viewport behavior" -msgstr "Comportamento da área de visualização" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 +msgctxt "@window:title" +msgid "Install Package" +msgstr "Instalar Pacote" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:320 -msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." -msgstr "Ressaltar áreas sem suporte do modelo em vermelho. Sem suporte, estas áreas não serão impressas corretamente." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +msgctxt "@title:window" +msgid "Open File(s)" +msgstr "Abrir Arquivo(s)" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:329 -msgctxt "@option:check" -msgid "Display overhang" -msgstr "Exibir seções pendentes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:339 -msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Ressalta superfícies faltantes ou incorretas do modelo usando sinais de alerta. Os caminhos de extrusão frequentemente terão partes da geometria pretendida ausentes." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:348 -msgctxt "@option:check" -msgid "Display model errors" -msgstr "Exibir erros de modelo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:356 -msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" -msgstr "Move a câmera de modo que o modelo fique no centro da visão quando for selecionado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 +msgctxt "@text:window" +msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgstr "Encontramos um ou mais arquivos de G-Code entre os arquivos que você selecionou. Você só pode abrir um arquivo de G-Code por vez. Se você quiser abrir um arquivo de G-Code, por favor selecione somente um." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:361 -msgctxt "@action:button" -msgid "Center camera when item is selected" -msgstr "Centralizar câmera quanto o item é selecionado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "Adicionar Impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:371 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" -msgstr "O comportamento default de ampliação deve ser invertido?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +msgctxt "@title:window" +msgid "What's New" +msgstr "Novidades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:376 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." -msgstr "Inverter a direção da ampliação de câmera." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" +msgstr "On" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" -msgstr "A ampliação (zoom) deve se mover na direção do mouse?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" +msgstr "Off" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:392 -msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." -msgstr "Ampliar com o mouse não é suportado na perspectiva ortográfica." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" +msgstr "Experimental" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:397 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" -msgstr "Ampliar na direção do mouse" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 +msgctxt "@label" +msgid "Print settings" +msgstr "Ajustes de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:423 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" -msgstr "Os modelos devem ser movidos na plataforma de modo que não se sobreponham?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." +msgstr "Configuração de Impressão desabilitada. O arquivo de G-Code não pode ser modificado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:428 -msgctxt "@option:check" -msgid "Ensure models are kept apart" -msgstr "Assegurar que os modelos sejam mantidos separados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 +msgctxt "@button" +msgid "Recommended" +msgstr "Recomendado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:437 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" -msgstr "Os modelos devem ser movidos pra baixo pra se assentar na plataforma de impressão?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 +msgctxt "@button" +msgid "Custom" +msgstr "Personalizado" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:442 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" -msgstr "Automaticamente fazer os modelos caírem na mesa de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" +msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" +msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgstr[0] "Não há perfil %1 para a configuração no extrusor %2. O objetivo default será usado no lugar dele" +msgstr[1] "Não há perfis %1 para a configurações nos extrusores %2. O objetivo default será usado no lugar deles" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:454 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." -msgstr "Exibir mensagem de alerta no leitor de G-Code." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 +msgctxt "@label" +msgid "Gradual infill" +msgstr "Preenchimento gradual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:463 -msgctxt "@option:check" -msgid "Caution message in g-code reader" -msgstr "Mensagem de alera no leitor de G-Code" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +msgctxt "@label" +msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgstr "Preenchimento gradual aumentará gradualmente a quantidade de preenchimento em direção ao topo." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:471 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" -msgstr "A Visão de Camada deve ser forçada a ficar em modo de compatibilidade?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +msgctxt "@label" +msgid "Support" +msgstr "Suporte" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" -msgstr "Forçar modo de compatibilidade da visão de camadas (requer reinício)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" +msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgstr "Gera estrutura que suportarão partes do modelo que têm seções pendentes. Sem estas estruturas, tais partes desabariam durante a impressão." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:486 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" -msgstr "O Cura deve abrir no lugar onde foi fechado?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +msgctxt "@label" +msgid "Profiles" +msgstr "Perfis" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:491 -msgctxt "@option:check" -msgid "Restore window position on start" -msgstr "Restaurar posição da janela no início" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" +msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgstr "Você modificou alguns ajustes de perfil. Se você quiser alterá-los, use o modo personalizado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:501 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" -msgstr "Que tipo de renderização de câmera deve ser usada?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" +msgstr "Aderência" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:508 -msgctxt "@window:text" -msgid "Camera rendering:" -msgstr "Renderização de câmera:" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgstr "Habilita imprimir um brim (bainha) ou raft (jangada). Adicionará uma área chata em volta ou sob o objeto que é fácil de remover após a impressão ter finalizado." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgid "Perspective" -msgstr "Perspectiva" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" +msgstr "Perfis personalizados" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:516 -msgid "Orthographic" -msgstr "Ortográfica" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 +msgctxt "@action:button" +msgid "Discard current changes" +msgstr "Descartar ajustes atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:554 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 msgctxt "@label" -msgid "Opening and saving files" -msgstr "Abrindo e salvando arquivos" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:561 -msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" -msgstr "Arquivos da área de trabalho ou de aplicações externas devem ser abertos na mesma instância do Cura?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the profile.\n" +"\n" +"Click to open the profile manager." +msgstr "" +"Alguns ajustes/sobreposições têm valores diferentes dos que estão armazenados no perfil.\n" +"\n" +"Clique para abrir o gerenciador de perfis." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:566 -msgctxt "@option:check" -msgid "Use a single instance of Cura" -msgstr "Usar uma única instância do Cura" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Setting" +msgstr "Ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:576 -msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" -msgstr "A plataforma de construção deve ser esvaziada antes de carregar um modelo novo na instância única do Cura?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Profile" +msgstr "Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:582 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" -msgstr "Limpar a plataforma de impressão antes de carregar modelo em instância única" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column" +msgid "Current" +msgstr "Atual" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:592 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" -msgstr "Os modelos devem ser redimensionados dentro do volume de impressão se forem muito grandes?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 +msgctxt "@title:column Unit of measurement" +msgid "Unit" +msgstr "Unidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:597 -msgctxt "@option:check" -msgid "Scale large models" -msgstr "Redimensionar modelos grandes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" +msgstr "Renomear" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Um modelo pode ser carregado diminuto se sua unidade for por exemplo em metros ao invés de milímetros. Devem esses modelos ser redimensionados?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." +msgstr "Por favor, escolha um novo nome." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "This setting has been hidden by the active machine and will not be visible." +msgstr "Este ajuste foi omitido para a máquina ativa e não ficará visível." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" +msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." +msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." +msgstr[0] "Este ajuste foi mantido invisível pelo valor de %1. Altere o valor desse ajuste para tornar este ajuste visível." +msgstr[1] "Este ajuste foi mantido invisível pelos valores de %1. Altere o valor desses ajustes para tornar este ajuste visível." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" +msgstr "Visibilidade dos Ajustes" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:612 -msgctxt "@option:check" -msgid "Scale extremely small models" -msgstr "Redimensionar modelos minúsculos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" +msgstr "Defaults" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:622 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" -msgstr "Os modelos devem ser selecionados após serem carregados?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 +msgctxt "@label:textbox" +msgid "Check all" +msgstr "Verificar tudo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:627 -msgctxt "@option:check" -msgid "Select models when loaded" -msgstr "Selecionar modelos ao carregar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 +msgctxt "@action:button" +msgid "Add New" +msgstr "Adicionar Novo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:637 -msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" -msgstr "Um prefixo baseado no nome da impressora deve ser adicionado ao nome do trabalho de impressão automaticamente?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 +msgctxt "@action:button" +msgid "Activate" +msgstr "Ativar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:642 -msgctxt "@option:check" -msgid "Add machine prefix to job name" -msgstr "Adicionar prefixo de máquina ao nome do trabalho" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 +msgctxt "@action:button" +msgid "Rename" +msgstr "Renomear" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:652 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" -msgstr "Um resumo deve ser exibido ao salvar um arquivo de projeto?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 +msgctxt "@title:window" +msgid "Confirm Diameter Change" +msgstr "Confirmar Mudança de Diâmetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:656 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" -msgstr "Exibir diálogo de resumo ao salvar projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" +msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgstr "O novo diâmetro de filamento está ajustado em %1 mm, que não é compatível com o extrusor atual. Você deseja continuar?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:666 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "Comportamento default ao abrir um arquivo de projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" +msgstr "Exibir Nome" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:674 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " -msgstr "Comportamento default ao abrir um arquivo de projeto: " +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" +msgstr "Marca" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:688 -msgctxt "@option:openProject" -msgid "Always ask me this" -msgstr "Sempre me perguntar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +msgctxt "@label" +msgid "Material Type" +msgstr "Tipo de Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:689 -msgctxt "@option:openProject" -msgid "Always open as a project" -msgstr "Sempre abrir como projeto" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 +msgctxt "@label" +msgid "Color" +msgstr "Cor" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:690 -msgctxt "@option:openProject" -msgid "Always import models" -msgstr "Sempre importar modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 +msgctxt "@title" +msgid "Material color picker" +msgstr "Seletor de cores do material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:727 -msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Quando você faz alterações em um perfil e troca para um diferent, um diálogo aparecerá perguntando se você quer manter ou aplicar suas modificações, ou você pode forçar um comportamento default e não ter o diálogo." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:741 -msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " -msgstr "Comportamento default para valores de configuração alterados ao mudar para um perfil diferente: " - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:756 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" -msgstr "Sempre descartar alterações da configuração" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:757 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" -msgstr "Sempre transferir as alterações para o novo perfil" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:791 -msgctxt "@label" -msgid "Privacy" -msgstr "Privacidade" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:797 -msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Dados anônimos sobre sua impressão podem ser enviados para a Ultimaker? Nota: nenhuma informação pessoalmente identificável, modelos ou endereços IP são enviados ou armazenados." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:802 -msgctxt "@option:check" -msgid "Send (anonymous) print information" -msgstr "Enviar informação (anônima) de impressão" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:811 -msgctxt "@action:button" -msgid "More information" -msgstr "Mais informações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:829 -msgctxt "@label" -msgid "Updates" -msgstr "Atualizações" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:836 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" -msgstr "O Cura deve verificar novas atualizações quando o programa for iniciado?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:841 -msgctxt "@option:check" -msgid "Check for updates on start" -msgstr "Verificar atualizações na inicialização" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:852 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." -msgstr "Ao procurar por atualizações, somente o fazer para versões estáveis." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:857 -msgctxt "@option:radio" -msgid "Stable releases only" -msgstr "Versões estáveis somente" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:868 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." -msgstr "Ao procurar por atualizações, fazer para versões estáveis ou beta." - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:873 -msgctxt "@option:radio" -msgid "Stable and Beta releases" -msgstr "Versões estáveis ou beta" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:884 -msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Uma verificação automática por novos complementos deve ser feita toda vez que o Cura iniciar? É altamente recomendado que não desabilite esta opção!" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/GeneralPage.qml:889 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" -msgstr "Ter notificações para atualizações de complementos" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:72 -msgctxt "@title" -msgid "Information" -msgstr "Informação" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:101 -msgctxt "@title:window" -msgid "Confirm Diameter Change" -msgstr "Confirmar Mudança de Diâmetro" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:102 -msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" -msgstr "O novo diâmetro de filamento está ajustado em %1 mm, que não é compatível com o extrusor atual. Você deseja continuar?" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:128 -msgctxt "@label" -msgid "Display Name" -msgstr "Exibir Nome" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:148 -msgctxt "@label" -msgid "Material Type" -msgstr "Tipo de Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:158 -msgctxt "@label" -msgid "Color" -msgstr "Cor" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:208 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" msgid "Properties" msgstr "Propriedades" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 msgctxt "@label" msgid "Density" msgstr "Densidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:225 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 msgctxt "@label" msgid "Diameter" msgstr "Diâmetro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:259 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 msgctxt "@label" msgid "Filament Cost" msgstr "Custo do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:276 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 msgctxt "@label" msgid "Filament weight" msgstr "Peso do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:294 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 msgctxt "@label" msgid "Filament length" msgstr "Comprimento do Filamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:303 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 msgctxt "@label" msgid "Cost per Meter" msgstr "Custo por Metro" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:317 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 msgctxt "@label" msgid "This material is linked to %1 and shares some of its properties." msgstr "Este material está vinculado a %1 e compartilha algumas de suas propriedades." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:324 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 msgctxt "@label" msgid "Unlink Material" msgstr "Desvincular Material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:335 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 msgctxt "@label" msgid "Description" msgstr "Descrição" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:348 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 msgctxt "@label" msgid "Adhesion Information" msgstr "Informação sobre Aderência" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:126 -msgctxt "@action:button" -msgid "Create" -msgstr "Criar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:141 -msgctxt "@action:button" -msgid "Duplicate" -msgstr "Duplicar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:199 -msgctxt "@action:button Sending materials to printers" -msgid "Sync with Printers" -msgstr "Sincronizar com Impressoras" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:248 -msgctxt "@action:label" -msgid "Printer" -msgstr "Impressora" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:329 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:337 -msgctxt "@title:window" -msgid "Import Material" -msgstr "Importar Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:338 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" -msgstr "Não foi possível importar material %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:342 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" -msgstr "Material %1 importado com sucesso" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:360 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:368 -msgctxt "@title:window" -msgid "Export Material" -msgstr "Exportar Material" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:372 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" -msgstr "Falha em exportar material para %1: %2" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:378 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" -msgstr "Material exportado para %1 com sucesso" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 +msgctxt "@title" +msgid "Information" +msgstr "Informação" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 msgctxt "@title:window" msgid "Sync materials with printers" msgstr "Sincronizar materiais com impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:47 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 msgctxt "@title:header" msgid "Sync materials with printers" msgstr "Sincronizar materiais com impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:53 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." msgstr "Seguindo alguns passos simples, você conseguirá sincronizar todos os seus perfis de material com suas impressoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 -msgctxt "@button" -msgid "Start" -msgstr "Iniciar" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:98 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 msgctxt "@button" msgid "Why do I need to sync material profiles?" msgstr "Por que eu preciso sincronizar perfis de material?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:130 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 +msgctxt "@button" +msgid "Start" +msgstr "Iniciar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 msgctxt "@title:header" msgid "Sign in" msgstr "Entrar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:137 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." msgstr "Para automaticamente sincronizar os perfis de material com todas as suas impressoras conectadas à Digital Factory, você precisa estar logado pelo Cura." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:165 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:611 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" msgstr "Sincronizar materiais usando USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:200 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" msgstr "Os seguintes materiais receberão novos perfis de material:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" msgid "Something went wrong when sending the materials to the printers." msgstr "Algo de errado aconteceu ao enviar os materiais às impressoras." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" msgstr "Perfis de material sincronizados com sucesso com as seguintes impressoras:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:256 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:444 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 msgctxt "@button" msgid "Troubleshooting" msgstr "Resolução de problemas" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:432 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 msgctxt "@text Asking the user whether printers are missing in a list." msgid "Printers missing?" msgstr "Impressoras faltando?" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:434 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" msgid "Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Certifique-se de que todas as suas impressoras estejam LIGADAS e conectadas à Digital Factory." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 msgctxt "@button" msgid "Refresh List" msgstr "Atualizar Lista" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:487 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 msgctxt "@button" msgid "Try again" msgstr "Tentar novamente" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:491 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Done" msgstr "Feito" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:493 /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:618 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 msgctxt "@button" msgid "Sync" msgstr "Sincronizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:549 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 msgctxt "@button" msgid "Syncing" msgstr "Sincronizando" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:566 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 msgctxt "@title:header" msgid "No printers found" msgstr "Nenhuma impressora encontrada" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:582 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." msgstr "Parece que você não tem impressoras compatíveis conectadas à Digital Factory. Certifique-se que sua impressora esteja conectada e rodando o firmware mais recente." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:595 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" msgid "Learn how to connect your printer to Digital Factory" msgstr "Aprenda como conectar sua impressora à Digital Factory" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:625 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 msgctxt "@button" msgid "Refresh" msgstr "Atualizar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:647 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 msgctxt "@title:header" msgid "Sync material profiles via USB" msgstr "Sincronizar perfis de material via USB" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:654 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 msgctxt "@text In the UI this is followed by a list of steps the user needs to take." msgid "Follow the following steps to load the new material profiles to your printer." msgstr "Siga os passos seguintes para carregar os perfis de material novos na sua impressora." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:679 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 msgctxt "@text" msgid "Click the export material archive button." msgstr "Clique no botão de exportar arquivo de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:680 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." msgstr "Grava o arquivo .umm em um pendrive USB." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:681 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." msgstr "Insira o pendrive USB na sua impressora e faça o procedimento de carregar novos perfis de material." -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:692 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" msgstr "Como carregar novos perfis de material na minha impressora" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:716 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" +msgstr "Voltar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 msgctxt "@button" msgid "Export material archive" msgstr "Exportar arquivo de material" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:753 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 msgctxt "@title:window" msgid "Export All Materials" msgstr "Exportar Todos Os Materiais" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:16 -msgctxt "@title:tab" -msgid "Setting Visibility" -msgstr "Visibilidade dos Ajustes" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:48 -msgctxt "@label:textbox" -msgid "Check all" -msgstr "Verificar tudo" - -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/MachinesPage.qml:16 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:473 -msgctxt "@title:tab" -msgid "Printers" -msgstr "Impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 +msgctxt "@label" +msgid "Materials compatible with active printer:" +msgstr "Materiais compatíveis com a impressora ativa:" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:61 -msgctxt "@info:status" -msgid "Calculated" -msgstr "Calculado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 +msgctxt "@action:button" +msgid "Create new" +msgstr "Criar novo" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:75 -msgctxt "@title:column" -msgid "Setting" -msgstr "Ajustes" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 +msgctxt "@action:button" +msgid "Import" +msgstr "Importar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:82 -msgctxt "@title:column" -msgid "Profile" -msgstr "Perfil" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" +msgstr "Sincronizar com Impressoras" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:89 -msgctxt "@title:column" -msgid "Current" -msgstr "Atual" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 +msgctxt "@action:button" +msgid "Duplicate" +msgstr "Duplicar" -#: /home/clamboo/Desktop/Cura/resources/qml/Preferences/ProfileTab.qml:97 -msgctxt "@title:column" -msgid "Unit" -msgstr "Unidade" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 +msgctxt "@action:button" +msgid "Export" +msgstr "Exportar" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" -msgstr "Não conectado a nenhuma impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 +msgctxt "@title:window" +msgid "Confirm Remove" +msgstr "Confirmar Remoção" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:123 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" -msgstr "A impressora não aceita comandos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" +msgstr "Tem certeza que deseja remover %1? Isto não poderá ser desfeito!" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:133 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" -msgstr "Em manutenção. Por favor verifique a impressora" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" +msgstr "Importar Material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:144 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" -msgstr "A conexão à impressora foi perdida" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" +msgstr "Material %1 importado com sucesso" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:146 -msgctxt "@label:MonitorStatus" -msgid "Printing..." -msgstr "Imprimindo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not import material %1: %2" +msgstr "Não foi possível importar material %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:149 -msgctxt "@label:MonitorStatus" -msgid "Paused" -msgstr "Pausado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 +msgctxt "@title:window" +msgid "Export Material" +msgstr "Exportar Material" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:152 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." -msgstr "Preparando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "Failed to export material to %1: %2" +msgstr "Falha em exportar material para %1: %2" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:154 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" -msgstr "Por favor remova a impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" +msgstr "Material exportado para %1 com sucesso" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:326 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" -msgid "Abort Print" -msgstr "Abortar Impressão" +msgid "Profiles compatible with active printer:" +msgstr "Perfis compatíveis com a impressora ativa:" -#: /home/clamboo/Desktop/Cura/resources/qml/MonitorButton.qml:338 -msgctxt "@label" -msgid "Are you sure you want to abort the print?" -msgstr "Tem certeza que deseja abortar a impressão?" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" +msgstr "Criar novo perfil a partir dos ajustes/sobreposições atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "Imprimir Modelo Selecionado com %1" -msgstr[1] "Imprimir Modelos Selecionados com %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." +msgstr "Alguns ajustes do perfil atual foram sobrescritos." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" -msgstr "Minhas impressoras" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 +msgctxt "@action:button" +msgid "Update profile." +msgstr "Atualizar perfil." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." -msgstr "Monitora as impressoras na Ultimaker Digital Factory." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" +msgstr "Atualizar perfil com ajustes/sobreposições atuais" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." -msgstr "Cria projetos de impressão na Digital Library." - -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" -msgstr "Trabalhos de impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 +msgctxt "@action:label" +msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgstr "Este perfil usa os defaults especificados pela impressora, portanto não tem ajustes/sobreposições na lista abaixo." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." -msgstr "Monitora trabalhos de impressão e reimprime a partir do histórico." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." +msgstr "Seus ajustes atuais coincidem com o perfil selecionado." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." -msgstr "Estende o Ultimaker Cura com complementos e perfis de material." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 +msgctxt "@title:tab" +msgid "Global Settings" +msgstr "Ajustes globais" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." -msgstr "Torne-se um especialista em impressão 3D com Ultimaker e-learning." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 +msgctxt "@title:window" +msgid "Create Profile" +msgstr "Criar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" -msgstr "Suporte Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 +msgctxt "@info" +msgid "Please provide a name for this profile." +msgstr "Por favor dê um nome a este perfil." -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." -msgstr "Saiba como começar com o Ultimaker Cura." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 +msgctxt "@title:window" +msgid "Export Profile" +msgstr "Exportar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" -msgstr "Fazer uma pergunta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 +msgctxt "@title:window" +msgid "Duplicate Profile" +msgstr "Duplicar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." -msgstr "Consultar a Comunidade Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 +msgctxt "@title:window" +msgid "Rename Profile" +msgstr "Renomear Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" -msgstr "Relatar um problema" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 +msgctxt "@title:window" +msgid "Import Profile" +msgstr "Importar Perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." -msgstr "Deixe os desenvolvedores saberem que algo está errado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" +msgstr "Interface" -#: /home/clamboo/Desktop/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." -msgstr "Visita o website da Ultimaker." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" +msgstr "-- incompleto --" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:52 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" -msgid "Printer control" -msgstr "Controle da Impressora" +msgid "Currency:" +msgstr "Moeda:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:67 -msgctxt "@label" -msgid "Jog Position" -msgstr "Posição de Trote" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 +msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" +msgstr "Tema*:" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:85 -msgctxt "@label" -msgid "X/Y" -msgstr "X/Y" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." +msgstr "Fatiar automaticamente quando mudar ajustes." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:192 -msgctxt "@label" -msgid "Z" -msgstr "Z" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 +msgctxt "@option:check" +msgid "Slice automatically" +msgstr "Fatiar automaticamente" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "Jog Distance" -msgstr "Distância de Trote" +msgid "*You will need to restart the application for these changes to have effect." +msgstr "*Você precisa reiniciar a aplicação para que estas alterações tenham efeito." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:301 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" -msgid "Send G-code" -msgstr "Enviar G-Code" +msgid "Viewport behavior" +msgstr "Comportamento da área de visualização" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:365 -msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." -msgstr "Enviar comando G-Code personalizado para a impressora conectada. Pressione 'enter' para enviar o comando." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 +msgctxt "@info:tooltip" +msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgstr "Ressaltar áreas sem suporte do modelo em vermelho. Sem suporte, estas áreas não serão impressas corretamente." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:41 -msgctxt "@label" -msgid "Extruder" -msgstr "Extrusor" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 +msgctxt "@option:check" +msgid "Display overhang" +msgstr "Exibir seções pendentes" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:71 -msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "A temperatura-alvo do hotend. O hotend vai aquecer ou esfriar na direção desta temperatura. Se for zero, o aquecimento de hotend é desligado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 +msgctxt "@info:tooltip" +msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgstr "Ressalta superfícies faltantes ou incorretas do modelo usando sinais de alerta. Os caminhos de extrusão frequentemente terão partes da geometria pretendida ausentes." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:103 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." -msgstr "A temperatura atual deste hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 +msgctxt "@option:check" +msgid "Display model errors" +msgstr "Exibir erros de modelo" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:177 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." -msgstr "A temperatura com a qual pré-aquecer o hotend." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 +msgctxt "@info:tooltip" +msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgstr "Move a câmera de modo que o modelo fique no centro da visão quando for selecionado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:341 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:332 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" -msgstr "Cancelar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "Centralizar câmera quanto o item é selecionado" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:344 /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:335 -msgctxt "@button" -msgid "Pre-heat" -msgstr "Pré-aquecer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" +msgstr "O comportamento default de ampliação deve ser invertido?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:370 -msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Aquece o hotend com antecedência antes de imprimir. Você pode continuar ajustando sua impressão enquanto está aquecendo e não terá que esperar que o hotend termine o aquecimento quando estiver pronto para imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." +msgstr "Inverter a direção da ampliação de câmera." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:406 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." -msgstr "A cor do material neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" +msgstr "A ampliação (zoom) deve se mover na direção do mouse?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:438 -msgctxt "@tooltip" -msgid "The material in this extruder." -msgstr "O material neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 +msgctxt "@info:tooltip" +msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgstr "Ampliar com o mouse não é suportado na perspectiva ortográfica." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:470 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." -msgstr "O bico inserido neste extrusor." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" +msgstr "Ampliar na direção do mouse" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:55 -msgctxt "@info:status" -msgid "The printer is not connected." -msgstr "A impressora não está conectada." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved so that they no longer intersect?" +msgstr "Os modelos devem ser movidos na plataforma de modo que não se sobreponham?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:26 -msgctxt "@label" -msgid "Build plate" -msgstr "Mesa de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 +msgctxt "@option:check" +msgid "Ensure models are kept apart" +msgstr "Assegurar que os modelos sejam mantidos separados" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:56 -msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "A temperatura-alvo da mesa aquecida. A mesa aquecerá ou resfriará para esta temperatura. Se for zero, o aquecimento é desligado." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" +msgstr "Os modelos devem ser movidos pra baixo pra se assentar na plataforma de impressão?" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." -msgstr "A temperatura atual da mesa aquecida." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" +msgstr "Automaticamente fazer os modelos caírem na mesa de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:161 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." -msgstr "A temperatura em que pré-aquecer a mesa." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." +msgstr "Exibir mensagem de alerta no leitor de G-Code." -#: /home/clamboo/Desktop/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:361 -msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Aquecer a mesa antes de imprimir. Você pode continuar ajustando sua impressão enquanto ela está aquecendo, e não terá que esperar o aquecimento quando estiver pronto pra imprimir." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 +msgctxt "@option:check" +msgid "Caution message in g-code reader" +msgstr "Mensagem de alera no leitor de G-Code" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" -msgstr "Entrar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" +msgstr "A Visão de Camada deve ser forçada a ficar em modo de compatibilidade?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:42 -msgctxt "@text" -msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Adicione perfis de material e plug-ins do Marketplace\n" -"- Faça backup e sincronize seus perfis de materiais e plugins\n" -"- Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da comunidade Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" +msgstr "Forçar modo de compatibilidade da visão de camadas (requer reinício)" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/GeneralOperations.qml:62 -msgctxt "@button" -msgid "Create a free Ultimaker account" -msgstr "Criar uma conta Ultimaker gratuita" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" +msgstr "O Cura deve abrir no lugar onde foi fechado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:82 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" -msgstr "Última atualização: %1" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 +msgctxt "@option:check" +msgid "Restore window position on start" +msgstr "Restaurar posição da janela no início" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:110 -msgctxt "@button" -msgid "Ultimaker Account" -msgstr "Conta na Ultimaker" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" +msgstr "Que tipo de renderização de câmera deve ser usada?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/UserOperations.qml:126 -msgctxt "@button" -msgid "Sign Out" -msgstr "Deslogar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 +msgctxt "@window:text" +msgid "Camera rendering:" +msgstr "Renderização de câmera:" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:28 -msgctxt "@label" -msgid "Checking..." -msgstr "Verificando..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 +msgid "Perspective" +msgstr "Perspectiva" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" -msgstr "Conta sincronizada" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Orthographic" +msgstr "Ortográfica" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:42 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 msgctxt "@label" -msgid "Something went wrong..." -msgstr "Alguma coisa deu errado..." +msgid "Opening and saving files" +msgstr "Abrindo e salvando arquivos" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:96 -msgctxt "@button" -msgid "Install pending updates" -msgstr "Instalação aguardando atualizações" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 +msgctxt "@info:tooltip" +msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgstr "Arquivos da área de trabalho ou de aplicações externas devem ser abertos na mesma instância do Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Account/SyncState.qml:118 -msgctxt "@button" -msgid "Check for account updates" -msgstr "Verificar atualizações da conta" - -#: /home/clamboo/Desktop/Cura/resources/qml/JobSpecs.qml:99 -msgctxt "@text Print job name" -msgid "Untitled" -msgstr "Sem Título" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 +msgctxt "@option:check" +msgid "Use a single instance of Cura" +msgstr "Usar uma única instância do Cura" -#: /home/clamboo/Desktop/Cura/resources/qml/Widgets/ComboBox.qml:18 -msgctxt "@label" -msgid "No items to select from" -msgstr "Sem itens para selecionar" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 +msgctxt "@info:tooltip" +msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgstr "A plataforma de construção deve ser esvaziada antes de carregar um modelo novo na instância única do Cura?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:83 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting Guide" -msgstr "Mostra Guia de Resolução de Problemas Online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" +msgstr "Limpar a plataforma de impressão antes de carregar modelo em instância única" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:90 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" -msgstr "Alternar Tela Cheia" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" +msgstr "Os modelos devem ser redimensionados dentro do volume de impressão se forem muito grandes?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:98 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" -msgstr "Sair da Tela Cheia" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 +msgctxt "@option:check" +msgid "Scale large models" +msgstr "Redimensionar modelos grandes" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:105 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "Desfazer (&U)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 +msgctxt "@info:tooltip" +msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgstr "Um modelo pode ser carregado diminuto se sua unidade for por exemplo em metros ao invés de milímetros. Devem esses modelos ser redimensionados?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "&Refazer" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 +msgctxt "@option:check" +msgid "Scale extremely small models" +msgstr "Redimensionar modelos minúsculos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:133 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "Sair (&Q)" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" +msgstr "Os modelos devem ser selecionados após serem carregados?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:141 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" -msgstr "Visão &3D" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 +msgctxt "@option:check" +msgid "Select models when loaded" +msgstr "Selecionar modelos ao carregar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:148 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" -msgstr "Visão Frontal" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 +msgctxt "@info:tooltip" +msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgstr "Um prefixo baseado no nome da impressora deve ser adicionado ao nome do trabalho de impressão automaticamente?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:155 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" -msgstr "Visão Superior" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 +msgctxt "@option:check" +msgid "Add machine prefix to job name" +msgstr "Adicionar prefixo de máquina ao nome do trabalho" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:162 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" -msgstr "Visão de Baixo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" +msgstr "Um resumo deve ser exibido ao salvar um arquivo de projeto?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:169 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" -msgstr "Visão do Lado Esquerdo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" +msgstr "Exibir diálogo de resumo ao salvar projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:176 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" -msgstr "Visão do Lado Direito" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" +msgstr "Comportamento default ao abrir um arquivo de projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:190 -msgctxt "@action:inmenu" -msgid "Configure Cura..." -msgstr "Configurar Cura..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " +msgstr "Comportamento default ao abrir um arquivo de projeto: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:197 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "&Adicionar Impressora..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 +msgctxt "@option:openProject" +msgid "Always ask me this" +msgstr "Sempre me perguntar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:203 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "Adm&inistrar Impressoras..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always open as a project" +msgstr "Sempre abrir como projeto" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:210 -msgctxt "@action:inmenu" -msgid "Manage Materials..." -msgstr "Administrar Materiais..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always import models" +msgstr "Sempre importar modelos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:218 -msgctxt "@action:inmenu" -msgid "Add more materials from Marketplace" -msgstr "Adicionar mais materiais do Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 +msgctxt "@info:tooltip" +msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgstr "Quando você faz alterações em um perfil e troca para um diferent, um diálogo aparecerá perguntando se você quer manter ou aplicar suas modificações, ou você pode forçar um comportamento default e não ter o diálogo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:225 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" -msgstr "At&ualizar perfil com valores e sobreposições atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 +msgctxt "@window:text" +msgid "Default behavior for changed setting values when switching to a different profile: " +msgstr "Comportamento default para valores de configuração alterados ao mudar para um perfil diferente: " -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:233 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" -msgstr "&Descartar ajustes atuais" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" +msgstr "Sempre descartar alterações da configuração" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:245 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." -msgstr "&Criar perfil a partir de ajustes/sobreposições atuais..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" +msgstr "Sempre transferir as alterações para o novo perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:251 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "Administrar perfis..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 +msgctxt "@label" +msgid "Privacy" +msgstr "Privacidade" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:259 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "Exibir &Documentação Online" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 +msgctxt "@info:tooltip" +msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgstr "Dados anônimos sobre sua impressão podem ser enviados para a Ultimaker? Nota: nenhuma informação pessoalmente identificável, modelos ou endereços IP são enviados ou armazenados." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:267 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "Relatar um &Bug" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 +msgctxt "@option:check" +msgid "Send (anonymous) print information" +msgstr "Enviar informação (anônima) de impressão" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:275 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" -msgstr "Novidades" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 +msgctxt "@label" +msgid "Updates" +msgstr "Atualizações" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:289 -msgctxt "@action:inmenu menubar:help" -msgid "About..." -msgstr "Sobre..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" +msgstr "O Cura deve verificar novas atualizações quando o programa for iniciado?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:296 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" -msgstr "Remover Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 +msgctxt "@option:check" +msgid "Check for updates on start" +msgstr "Verificar atualizações na inicialização" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:306 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" -msgstr "Centralizar Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." +msgstr "Ao procurar por atualizações, somente o fazer para versões estáveis." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:315 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" -msgstr "Multiplicar Selecionados" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 +msgctxt "@option:radio" +msgid "Stable releases only" +msgstr "Versões estáveis somente" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:324 -msgctxt "@action:inmenu" -msgid "Delete Model" -msgstr "Remover Modelo" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." +msgstr "Ao procurar por atualizações, fazer para versões estáveis ou beta." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:332 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" -msgstr "Ce&ntralizar Modelo na Mesa" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 +msgctxt "@option:radio" +msgid "Stable and Beta releases" +msgstr "Versões estáveis ou beta" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:338 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" -msgstr "A&grupar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 +msgctxt "@info:tooltip" +msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgstr "Uma verificação automática por novos complementos deve ser feita toda vez que o Cura iniciar? É altamente recomendado que não desabilite esta opção!" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:358 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" -msgstr "Desagrupar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" +msgstr "Ter notificações para atualizações de complementos" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:368 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" -msgstr "Co&mbinar Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" +msgstr "Adicionar impressora por endereço IP" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:378 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." -msgstr "&Multiplicar Modelo..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 +msgctxt "@text" +msgid "Enter your printer's IP address." +msgstr "Entre o endereço IP de sua impressora." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:385 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" -msgstr "Selecionar Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 +msgctxt "@button" +msgid "Add" +msgstr "Adicionar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:395 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" -msgstr "Esvaziar a Mesa de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." +msgstr "Não foi possível conectar ao dispositivo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:405 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" -msgstr "Recarregar Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" +msgstr "Não consegue conectar à sua impressora Ultimaker?" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:414 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models To All Build Plates" -msgstr "Posicionar Todos os Modelos em Todas as Plataformas de Impressão" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "A impressora neste endereço ainda não respondeu." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:421 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" -msgstr "Posicionar Todos os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" +msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgstr "Esta impressora não pode ser adicionada porque é uma impressora desconhecida ou porque não é o host do grupo." -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:429 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" -msgstr "Posicionar Seleção" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 +msgctxt "@button" +msgid "Connect" +msgstr "Conectar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:436 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" -msgstr "Reestabelecer as Posições de Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" +msgstr "Notas de lançamento" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" -msgstr "Remover as Transformações de Todos Os Modelos" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" +msgstr "Contrato de Usuário" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:452 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." -msgstr "Abrir Arquiv&o(s)..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" +msgstr "Concordar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:462 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." -msgstr "&Novo Projeto..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" +msgstr "Rejeitar e fechar" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:469 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" -msgstr "Exibir Pasta de Configuração" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +msgctxt "@label" +msgid "What's New" +msgstr "O Que Há de Novo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:476 /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:535 -msgctxt "@action:menu" -msgid "Configure setting visibility..." -msgstr "Configurar a visibilidade dos ajustes..." +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" +msgstr "Próximo" -#: /home/clamboo/Desktop/Cura/resources/qml/Actions.qml:483 -msgctxt "@action:menu" -msgid "&Marketplace" -msgstr "&Mercado" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +msgctxt "@label" +msgid "Add a Cloud printer" +msgstr "Adicionar uma impressora de Nuvem" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:81 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." -msgstr "Este ajuste não é usado porque todos os ajustes que ele influencia estão sobrepostos." +msgid "Waiting for Cloud response" +msgstr "Aguardando resposta da Nuvem" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:86 -msgctxt "@label Header for list of settings." -msgid "Affects" -msgstr "Afeta" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +msgctxt "@label" +msgid "No printers found in your account?" +msgstr "Nenhuma impressora encontrada em sua conta?" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:91 -msgctxt "@label Header for list of settings." -msgid "Affected By" -msgstr "Afetado Por" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +msgctxt "@label" +msgid "The following printers in your account have been added in Cura:" +msgstr "As seguintes impressoras da sua conta foram adicionadas ao Cura:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" +msgstr "Adicionar impressora manualmente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" +msgstr "Adicionar ajustes de materiais e plugins do Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" +msgstr "Fazer backup e sincronizar seus ajustes de materiais e plugins" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +msgstr "Compartilhe ideias e consiga ajuda de mais de 48.000 usuários da Comunidade Ultimaker" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" +msgstr "Pular" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" +msgstr "Criar uma conta Ultimaker gratuita" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:188 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." -msgstr "Este ajuste é sempre compartilhado entre todos os extrusores. Modificá-lo aqui mudará o valor para todos." +msgid "Welcome to Ultimaker Cura" +msgstr "Bem-vindo ao Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgstr "Por favor siga estes passos para configurar o Ultimaker Cura. Isto tomará apenas alguns momentos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" +msgstr "Começar" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:192 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" -msgstr "Este ajuste é resolvido dos valores conflitante específicos de extrusor:" +msgid "Empty" +msgstr "Vazio" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:232 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 msgctxt "@label" -msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." -msgstr "" -"Este ajuste tem um valor que é diferente do perfil.\n" -"\n" -"Clique para restaurar o valor do perfil." +msgid "Manufacturer" +msgstr "Fabricante" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingItem.qml:332 +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" -"\n" -"Click to restore the calculated value." -msgstr "" -"Este ajuste é normalmente calculado, mas atualmente tem um conjunto absoluto de valores.\n" -"\n" -"Clique para restaurar o valor calculado." +msgid "Profile author" +msgstr "Autor do perfil" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:51 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "Ajustes de busca" +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 +msgctxt "@label" +msgid "Printer name" +msgstr "Nome da impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 +msgctxt "@text" +msgid "Please name your printer" +msgstr "Por favor dê um nome à sua impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 +msgctxt "@label" +msgid "Add a printer" +msgstr "Adicionar uma impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" +msgstr "Adicionar uma impressora de rede" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" +msgstr "Adicionar uma impressora local" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "Não foi encontrada nenhuma impressora em sua rede." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" +msgstr "Atualizar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" +msgstr "Adicionar impressora por IP" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" +msgstr "Adicionar impressora de nuvem" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +msgctxt "@label" +msgid "Troubleshooting" +msgstr "Resolução de problemas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +msgctxt "@label" +msgid "Help us to improve Ultimaker Cura" +msgstr "Nos ajude a melhor o Ultimaker Cura" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgstr "O Ultimaker Cura coleta dados anônimos para melhor a qualidade de impressão e experiência do usuário, incluindo:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" +msgstr "Tipos de máquina" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" +msgstr "Uso do material" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" +msgstr "Número de fatias" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" +msgstr "Ajustes de impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgstr "Dados coletados pelo Ultimaker Cura não conterão nenhuma informação pessoal." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" +msgstr "Mais informações" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" +msgstr "Lista de objetos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 +msgctxt "@label" +msgid "Is printed as support." +msgstr "Está impresso como suporte." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 +msgctxt "@label" +msgid "Other models overlapping with this model are modified." +msgstr "Outros modelos se sobrepondo a esse modelo foram modificados." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 +msgctxt "@label" +msgid "Infill overlapping with this model is modified." +msgstr "Preenchimento se sobrepondo a este modelo foi modificado." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 +msgctxt "@label" +msgid "Overlaps with this model are not supported." +msgstr "Sobreposições neste modelo não são suportadas." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "Sobrepõe %1 ajuste." +msgstr[1] "Sobrepõe %1 ajustes." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "Impressoras conectadas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "Impressoras pré-ajustadas" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgstr "A impressora de nuvem está offline. Por favor verifique se a impressora está ligada e conectada à internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgstr "Esta impressora não está vinculada à sua conta. Por favor visite a Ultimaker Digital Factory para estabelecer uma conexão." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgstr "A conexão de nuvem está indisponível. Por favor se logue para se conectar à impressora de nuvem." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgstr "A conexão de nuvem está indisponível. Por favor verifique sua conexão de internet." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 +msgctxt "@button" +msgid "Add printer" +msgstr "Adicionar impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 +msgctxt "@button" +msgid "Manage printers" +msgstr "Gerenciar impressoras" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" +msgstr "Buscar" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" +msgstr "Sem Título" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" +msgstr "Não conectado a nenhuma impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" +msgstr "A impressora não aceita comandos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" +msgstr "Em manutenção. Por favor verifique a impressora" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" +msgstr "A conexão à impressora foi perdida" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." +msgstr "Imprimindo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" +msgstr "Pausado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." +msgstr "Preparando..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" +msgstr "Por favor remova a impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" +msgstr "Abortar Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" +msgstr "Tem certeza que deseja abortar a impressão?" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated value.\n" +"\n" +"Click to make these settings visible." +msgstr "" +"Alguns ajustes ocultos usam valores diferentes de seu valor calculado normal.\n" +"\n" +"Clique para tornar estes ajustes visíveis." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 +msgctxt "@label:textbox" +msgid "Search settings" +msgstr "Ajustes de busca" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 +msgctxt "@action:menu" +msgid "Copy value to all extruders" +msgstr "Copiar valor para todos os extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" +msgstr "Copiar todos os valores alterados para todos os extrusores" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 +msgctxt "@action:menu" +msgid "Hide this setting" +msgstr "Ocultar este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 +msgctxt "@action:menu" +msgid "Don't show this setting" +msgstr "Não exibir este ajuste" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 +msgctxt "@action:menu" +msgid "Keep this setting visible" +msgstr "Manter este ajuste visível" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." +msgstr "Configurar a visibilidade dos ajustes..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 +msgctxt "@label" +msgid "This setting is not used because all the settings that it influences are overridden." +msgstr "Este ajuste não é usado porque todos os ajustes que ele influencia estão sobrepostos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 +msgctxt "@label Header for list of settings." +msgid "Affects" +msgstr "Afeta" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 +msgctxt "@label Header for list of settings." +msgid "Affected By" +msgstr "Afetado Por" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 +msgctxt "@label" +msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgstr "Este ajuste é sempre compartilhado entre todos os extrusores. Modificá-lo aqui mudará o valor para todos." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" +msgstr "Este ajuste é resolvido dos valores conflitante específicos de extrusor:" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." +msgstr "" +"Este ajuste tem um valor que é diferente do perfil.\n" +"\n" +"Clique para restaurar o valor do perfil." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value set.\n" +"\n" +"Click to restore the calculated value." +msgstr "" +"Este ajuste é normalmente calculado, mas atualmente tem um conjunto absoluto de valores.\n" +"\n" +"Clique para restaurar o valor calculado." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 +msgctxt "@label" +msgid "Hex" +msgstr "Hexa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 +msgctxt "@label" +msgid "Active print" +msgstr "Impressão ativa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +msgctxt "@label" +msgid "Job Name" +msgstr "Nome do Trabalho" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" +msgstr "Tempo de Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" +msgstr "Tempo restante estimado" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" +msgstr "Mostrar Resolução de Problemas Online" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" +msgstr "Alternar Tela Cheia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" +msgstr "Sair da Tela Cheia" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "Desfazer (&U)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "&Refazer" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "Sair (&Q)" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" +msgstr "Visão &3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" +msgstr "Visão Frontal" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" +msgstr "Visão Superior" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" +msgstr "Visão de Baixo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" +msgstr "Visão do Lado Esquerdo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" +msgstr "Visão do Lado Direito" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." +msgstr "Configurar Cura..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "&Adicionar Impressora..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "Adm&inistrar Impressoras..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." +msgstr "Administrar Materiais..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 +msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgid "Add more materials from Marketplace" +msgstr "Adicionar mais materiais ao Marketplace" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" +msgstr "At&ualizar perfil com valores e sobreposições atuais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" +msgstr "&Descartar ajustes atuais" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." +msgstr "&Criar perfil a partir de ajustes/sobreposições atuais..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "Administrar perfis..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "Exibir &Documentação Online" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "Relatar um &Bug" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" +msgstr "Novidades" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "Sobre..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" +msgstr "Remover Selecionados" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" +msgstr "Centralizar Selecionados" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" +msgstr "Multiplicar Selecionados" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" +msgstr "Remover Modelo" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" +msgstr "Ce&ntralizar Modelo na Mesa" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" +msgstr "A&grupar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" +msgstr "Desagrupar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" +msgstr "Co&mbinar Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." +msgstr "&Multiplicar Modelo..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" +msgstr "Selecionar Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" +msgstr "Esvaziar a Mesa de Impressão" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" +msgstr "Recarregar Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" +msgstr "Posicionar Todos os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" +msgstr "Posicionar Seleção" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" +msgstr "Reestabelecer as Posições de Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" +msgstr "Remover as Transformações de Todos Os Modelos" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." +msgstr "Abrir Arquiv&o(s)..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." +msgstr "&Novo Projeto..." + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" +msgstr "Exibir Pasta de Configuração" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" +msgstr "Visão 3D" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" +msgstr "Viso de Frente" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" +msgstr "Visão de Cima" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" +msgstr "Visão à Esquerda" + +#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" +msgstr "Visão à Direita" + +#: PrepareStage/plugin.json +msgctxt "description" +msgid "Provides a prepare stage in Cura." +msgstr "Provê um estágio de preparação no Cura." + +#: PrepareStage/plugin.json +msgctxt "name" +msgid "Prepare Stage" +msgstr "Estágio de Preparação" + +#: CuraProfileWriter/plugin.json +msgctxt "description" +msgid "Provides support for exporting Cura profiles." +msgstr "Provê suporte à exportação de perfis do Cura." + +#: CuraProfileWriter/plugin.json +msgctxt "name" +msgid "Cura Profile Writer" +msgstr "Gravador de Perfis do Cura" + +#: TrimeshReader/plugin.json +msgctxt "description" +msgid "Provides support for reading model files." +msgstr "Provê suporta a ler arquivos de modelo." + +#: TrimeshReader/plugin.json +msgctxt "name" +msgid "Trimesh Reader" +msgstr "Leitor Trimesh" + +#: FirmwareUpdateChecker/plugin.json +msgctxt "description" +msgid "Checks for firmware updates." +msgstr "Verifica por atualizações de firmware." + +#: FirmwareUpdateChecker/plugin.json +msgctxt "name" +msgid "Firmware Update Checker" +msgstr "Verificador de Atualizações de Firmware" + +#: SentryLogger/plugin.json +msgctxt "description" +msgid "Logs certain events so that they can be used by the crash reporter" +msgstr "Registra certos eventos de forma que possam ser usados pelo relator de acidentes" + +#: SentryLogger/plugin.json +msgctxt "name" +msgid "Sentry Logger" +msgstr "Sentinela para Registro" + +#: MonitorStage/plugin.json +msgctxt "description" +msgid "Provides a monitor stage in Cura." +msgstr "Provê um estágio de monitor no Cura." + +#: MonitorStage/plugin.json +msgctxt "name" +msgid "Monitor Stage" +msgstr "Estágio de Monitor" + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "description" +msgid "Provides removable drive hotplugging and writing support." +msgstr "Provê suporte a escrita e reconhecimento de drives a quente." + +#: RemovableDriveOutputDevice/plugin.json +msgctxt "name" +msgid "Removable Drive Output Device Plugin" +msgstr "Complemento de Dispositivo de Escrita Removível" + +#: AMFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading AMF files." +msgstr "Provê suporta à leitura de arquivos AMF." + +#: AMFReader/plugin.json +msgctxt "name" +msgid "AMF Reader" +msgstr "Leitor AMF" + +#: UFPReader/plugin.json +msgctxt "description" +msgid "Provides support for reading Ultimaker Format Packages." +msgstr "Provê suporte a leitura de Pacotes de Formato Ultimaker (UFP)." + +#: UFPReader/plugin.json +msgctxt "name" +msgid "UFP Reader" +msgstr "Leitor UFP" + +#: DigitalLibrary/plugin.json +msgctxt "description" +msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgstr "Conecta-se à Digital Library, permitindo ao Cura abrir arquivos dela e gravar arquivos nela." + +#: DigitalLibrary/plugin.json +msgctxt "name" +msgid "Ultimaker Digital Library" +msgstr "Digital Library da Ultimaker" + +#: PerObjectSettingsTool/plugin.json +msgctxt "description" +msgid "Provides the Per Model Settings." +msgstr "Provê Ajustes Por Modelo." + +#: PerObjectSettingsTool/plugin.json +msgctxt "name" +msgid "Per Model Settings Tool" +msgstr "Ferramenta de Ajustes Por Modelo" + +#: FirmwareUpdater/plugin.json +msgctxt "description" +msgid "Provides a machine actions for updating firmware." +msgstr "Provê ações de máquina para atualização do firmware." + +#: FirmwareUpdater/plugin.json +msgctxt "name" +msgid "Firmware Updater" +msgstr "Atualizador de Firmware" + +#: UM3NetworkPrinting/plugin.json +msgctxt "description" +msgid "Manages network connections to Ultimaker networked printers." +msgstr "Administra conexões de rede a impressora Ultimaker conectadas." + +#: UM3NetworkPrinting/plugin.json +msgctxt "name" +msgid "Ultimaker Network Connection" +msgstr "Conexão de Rede Ultimaker" + +#: ModelChecker/plugin.json +msgctxt "description" +msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgstr "Verifica modelos e configurações de impressão por possíveis problema e dá sugestões." + +#: ModelChecker/plugin.json +msgctxt "name" +msgid "Model Checker" +msgstr "Verificador de Modelo" + +#: SimulationView/plugin.json +msgctxt "description" +msgid "Provides the preview of sliced layerdata." +msgstr "Provê a pré-visualização de dados de camada fatiados." + +#: SimulationView/plugin.json +msgctxt "name" +msgid "Simulation View" +msgstr "Visão Simulada" + +#: GCodeWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a file." +msgstr "Escreve em formato G-Code." + +#: GCodeWriter/plugin.json +msgctxt "name" +msgid "G-code Writer" +msgstr "Gerador de G-Code" + +#: 3MFWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing 3MF files." +msgstr "Provê suporte à escrita de arquivos 3MF." + +#: 3MFWriter/plugin.json +msgctxt "name" +msgid "3MF Writer" +msgstr "Gerador de 3MF" + +#: GCodeGzReader/plugin.json +msgctxt "description" +msgid "Reads g-code from a compressed archive." +msgstr "Lê G-Code de um arquivo comprimido." + +#: GCodeGzReader/plugin.json +msgctxt "name" +msgid "Compressed G-code Reader" +msgstr "Leitor de G-Code Comprimido" + +#: XmlMaterialProfile/plugin.json +msgctxt "description" +msgid "Provides capabilities to read and write XML-based material profiles." +msgstr "Provê capacidade de ler e escrever perfis de material baseado em XML." + +#: XmlMaterialProfile/plugin.json +msgctxt "name" +msgid "Material Profiles" +msgstr "Perfis de Material" + +#: CuraEngineBackend/plugin.json +msgctxt "description" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "Provê a ligação ao backend de fatiamento CuraEngine." + +#: CuraEngineBackend/plugin.json +msgctxt "name" +msgid "CuraEngine Backend" +msgstr "CuraEngine Backend" + +#: X3DReader/plugin.json +msgctxt "description" +msgid "Provides support for reading X3D files." +msgstr "Provê suporte à leitura de arquivos X3D." + +#: X3DReader/plugin.json +msgctxt "name" +msgid "X3D Reader" +msgstr "Leitor de X3D" + +#: ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "Habilita a geração de geometria imprimível de arquivos de imagem 2D." + +#: ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" +msgstr "Leitor de Imagens" + +#: 3MFReader/plugin.json +msgctxt "description" +msgid "Provides support for reading 3MF files." +msgstr "Provê suporte à leitura de arquivos 3MF." + +#: 3MFReader/plugin.json +msgctxt "name" +msgid "3MF Reader" +msgstr "Leitor de 3MF" + +#: UFPWriter/plugin.json +msgctxt "description" +msgid "Provides support for writing Ultimaker Format Packages." +msgstr "Provê suporte para a escrita de Ultimaker Format Packages (Pacotes de Formato da Ultimaker)." + +#: UFPWriter/plugin.json +msgctxt "name" +msgid "UFP Writer" +msgstr "Gerador de UFP" + +#: LegacyProfileReader/plugin.json +msgctxt "description" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "Provê suporte a importação de perfis de versões legadas do Cura." + +#: LegacyProfileReader/plugin.json +msgctxt "name" +msgid "Legacy Cura Profile Reader" +msgstr "Leitor de Perfis de Cura Legado" + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." +msgstr "Atualiza configurações do Cura 4.3 para o Cura 4.4." + +#: VersionUpgrade/VersionUpgrade43to44/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.3 to 4.4" +msgstr "Atualização de Versão de 4.3 para 4.4" + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." +msgstr "Atualiza configurações do Cura 2.1 para o Cura 2.2." + +#: VersionUpgrade/VersionUpgrade21to22/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "Atualização de Versão de 2.1 para 2.2" + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgstr "Atualiza configurações do Cura 4.1 para o Cura 4.2." + +#: VersionUpgrade/VersionUpgrade41to42/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.1 to 4.2" +msgstr "Atualização de Versão de 4.1 para 4.2" + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgstr "Atualiza configurações do Cura 4.13 para o Cura 5.0." + +#: VersionUpgrade/VersionUpgrade413to50/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.13 to 5.0" +msgstr "Atualização de Versão de 4.13 para 5.0" + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgstr "Atualiza configurações do Cura 4.5 para o Cura 4.6." + +#: VersionUpgrade/VersionUpgrade45to46/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.5 to 4.6" +msgstr "Atualização de Versão de 4.5 para 4.6" + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgstr "Atualiza configuração do Cura 3.3 para o Cura 3.4." + +#: VersionUpgrade/VersionUpgrade33to34/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.3 to 3.4" +msgstr "Atualização de Versão de 3.3 para 3.4" + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgstr "Atualiza configurações do Cura 4.8 para o Cura 4.9." + +#: VersionUpgrade/VersionUpgrade48to49/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.8 to 4.9" +msgstr "Atualização de Versão de 4.8 para 4.9" + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgstr "Atualiza configuração do Cura 2.7 para o Cura 3.0." + +#: VersionUpgrade/VersionUpgrade27to30/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.7 to 3.0" +msgstr "Atualização de Versão de 2.7 para 3.0" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:453 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "Copiar valor para todos os extrusores" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgstr "Atualiza configurações do Cura 4.4 para o Cura 4.5." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:462 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" -msgstr "Copiar todos os valores alterados para todos os extrusores" +#: VersionUpgrade/VersionUpgrade44to45/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.4 to 4.5" +msgstr "Atualização de Versão de 4.4 para 4.5" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:499 -msgctxt "@action:menu" -msgid "Hide this setting" -msgstr "Ocultar este ajuste" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgstr "Atualiza configurações do Cura 3.0 para o Cura 3.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:512 -msgctxt "@action:menu" -msgid "Don't show this setting" -msgstr "Não exibir este ajuste" +#: VersionUpgrade/VersionUpgrade30to31/plugin.json +msgctxt "name" +msgid "Version Upgrade 3.0 to 3.1" +msgstr "Atualização de Versão 3.0 para 3.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingView.qml:516 -msgctxt "@action:menu" -msgid "Keep this setting visible" -msgstr "Manter este ajuste visível" +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." +msgstr "Atualiza configurações do Cura 4.6.0 para o Cura 4.6.2." -#: /home/clamboo/Desktop/Cura/resources/qml/Settings/SettingCategory.qml:203 -msgctxt "@label" -msgid "" -"Some hidden settings use values different from their normal calculated value.\n" -"\n" -"Click to make these settings visible." -msgstr "" -"Alguns ajustes ocultos usam valores diferentes de seu valor calculado normal.\n" -"\n" -"Clique para tornar estes ajustes visíveis." +#: VersionUpgrade/VersionUpgrade460to462/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.0 to 4.6.2" +msgstr "Atualização de Versão de 4.6.0 para 4.6.2" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:257 -msgctxt "@label" -msgid "This package will be installed after restarting." -msgstr "Este pacote será instalado após o reinício." +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgstr "Atualiza configurações do Cura 2.6 para o Cura 2.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:471 -msgctxt "@title:tab" -msgid "Settings" -msgstr "Ajustes" +#: VersionUpgrade/VersionUpgrade26to27/plugin.json +msgctxt "name" +msgid "Version Upgrade 2.6 to 2.7" +msgstr "Atualização de Versão de 2.6 para 2.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:594 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" -msgstr "Fechando %1" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgstr "Atualiza configurações do Cura 4.2 para o Cura 4.3." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:595 /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:607 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" -msgstr "Tem certeza que quer sair de %1?" +#: VersionUpgrade/VersionUpgrade42to43/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.2 to 4.3" +msgstr "Atualização de Versão de 4.2 para 4.3" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:755 -msgctxt "@window:title" -msgid "Install Package" -msgstr "Instalar Pacote" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgstr "Atualiza configurações do Cura 4.0 para o Cura 4.1." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:763 -msgctxt "@title:window" -msgid "Open File(s)" -msgstr "Abrir Arquivo(s)" +#: VersionUpgrade/VersionUpgrade40to41/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.0 to 4.1" +msgstr "Atualização de Versão de 4.0 para 4.1" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:766 -msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Encontramos um ou mais arquivos de G-Code entre os arquivos que você selecionou. Você só pode abrir um arquivo de G-Code por vez. Se você quiser abrir um arquivo de G-Code, por favor selecione somente um." +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgstr "Atualiza configurações do Cura 4.6.2 para o Cura 4.7." -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:875 -msgctxt "@title:window" -msgid "Add Printer" -msgstr "Adicionar Impressora" +#: VersionUpgrade/VersionUpgrade462to47/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.6.2 to 4.7" +msgstr "Atualização de Versão de 4.6.2 para 4.7" -#: /home/clamboo/Desktop/Cura/resources/qml/Cura.qml:883 -msgctxt "@title:window" -msgid "What's New" -msgstr "Novidades" +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "description" +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgstr "Atualiza configurações do Cura 4.9 para o Cura 4.10." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade49to410/plugin.json +msgctxt "name" +msgid "Version Upgrade 4.9 to 4.10" +msgstr "Atualização de Versão de 4.9 para 4.10" + +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." -msgstr "Provê Ajustes Por Modelo." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgstr "Atualiza configurações do Cura 2.2 para o Cura 2.4." -#: PerObjectSettingsTool/plugin.json +#: VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" -msgstr "Ferramenta de Ajustes Por Modelo" +msgid "Version Upgrade 2.2 to 2.4" +msgstr "Atualização de Versão de 2.2 para 2.4" -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." -msgstr "Provê suporte à importação de perfis do Cura." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgstr "Atualiza configurações do Cura 3.2 para o Cura 3.3." -#: CuraProfileReader/plugin.json +#: VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Cura Profile Reader" -msgstr "Leitor de Perfis do Cura" +msgid "Version Upgrade 3.2 to 3.3" +msgstr "Atualização de Versão de 3.2 para 3.3" -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." -msgstr "Provê suporte à leitura de arquivos X3D." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgstr "Atualiza configurações do Cura 2.5 para o Cura 2.6." -#: X3DReader/plugin.json +#: VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "X3D Reader" -msgstr "Leitor de X3D" +msgid "Version Upgrade 2.5 to 2.6" +msgstr "Atualização de Versão de 2.5 para 2.6" -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." -msgstr "Permite backup e restauração da configuração." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgstr "Atualiza configuração do Cura 3.5 para o Cura 4.0." -#: CuraDrive/plugin.json +#: VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Cura Backups" -msgstr "Backups Cura" +msgid "Version Upgrade 3.5 to 4.0" +msgstr "Atualização de Versão de 3.5 para 4.0" -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." -msgstr "Provê uma maneira de alterar ajustes de máquina (tais como volume de impressão, tamanho do bico, etc.)." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgstr "Atualiza configurações do Cura 3.4 para o Cura 3.5." -#: MachineSettingsAction/plugin.json +#: VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "Machine Settings Action" -msgstr "Ação de Ajustes de Máquina" +msgid "Version Upgrade 3.4 to 3.5" +msgstr "Atualização de Versão de 3.4 para 3.5" -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" -msgstr "Cria uma malha apagadora para bloquear a impressão de suporte em certos lugares" +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgstr "Atualiza configurações do Cura 4.7 para o Cura 4.8." -#: SupportEraser/plugin.json +#: VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Support Eraser" -msgstr "Apagador de Suporte" +msgid "Version Upgrade 4.7 to 4.8" +msgstr "Atualização de Versão de 4.7 para 4.8" -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." -msgstr "Provê suporte a escrita e reconhecimento de drives a quente." +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgstr "Atualiza configurações do Cura 4.11 para o Cura 4.12." -#: RemovableDriveOutputDevice/plugin.json +#: VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" -msgstr "Complemento de Dispositivo de Escrita Removível" +msgid "Version Upgrade 4.11 to 4.12" +msgstr "Atualização de Versão de 4.11 para 4.12" -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." -msgstr "Provê ações de máquina para atualização do firmware." +msgid "Backup and restore your configuration." +msgstr "Permite backup e restauração da configuração." -#: FirmwareUpdater/plugin.json +#: CuraDrive/plugin.json msgctxt "name" -msgid "Firmware Updater" -msgstr "Atualizador de Firmware" +msgid "Cura Backups" +msgstr "Backups Cura" -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "Provê suporte a importação de perfis de versões legadas do Cura." +msgid "Provides support for importing Cura profiles." +msgstr "Provê suporte à importação de perfis do Cura." -#: LegacyProfileReader/plugin.json +#: CuraProfileReader/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" -msgstr "Leitor de Perfis de Cura Legado" +msgid "Cura Profile Reader" +msgstr "Leitor de Perfis do Cura" -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." -msgstr "Provê suporte à leitura de arquivos 3MF." +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "Submete informações de fatiamento anônimas. Pode ser desabilitado nas preferências." -#: 3MFReader/plugin.json +#: SliceInfoPlugin/plugin.json msgctxt "name" -msgid "3MF Reader" -msgstr "Leitor de 3MF" +msgid "Slice info" +msgstr "Informação de fatiamento" -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." -msgstr "Provê suporte para a escrita de Ultimaker Format Packages (Pacotes de Formato da Ultimaker)." +msgid "Provides support for importing profiles from g-code files." +msgstr "Provê suporte a importar perfis de arquivos G-Code." -#: UFPWriter/plugin.json +#: GCodeProfileReader/plugin.json msgctxt "name" -msgid "UFP Writer" -msgstr "Gerador de UFP" +msgid "G-code Profile Reader" +msgstr "Leitor de Perfil de G-Code" + +#: GCodeGzWriter/plugin.json +msgctxt "description" +msgid "Writes g-code to a compressed archive." +msgstr "Escreve em formato G-Code comprimido." + +#: GCodeGzWriter/plugin.json +msgctxt "name" +msgid "Compressed G-code Writer" +msgstr "Gerador de G-Code Comprimido" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" -msgstr "Registra certos eventos de forma que possam ser usados pelo relator de acidentes" +msgid "Extension that allows for user created scripts for post processing" +msgstr "Extensão que permite scripts criados por usuários para pós-processamento" -#: SentryLogger/plugin.json +#: PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Sentry Logger" -msgstr "Sentinela para Registro" +msgid "Post Processing" +msgstr "Pós-processamento" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." -msgstr "Provê suporte a importar perfis de arquivos G-Code." +msgid "Creates an eraser mesh to block the printing of support in certain places" +msgstr "Cria uma malha apagadora para bloquear a impressão de suporte em certos lugares" -#: GCodeProfileReader/plugin.json +#: SupportEraser/plugin.json msgctxt "name" -msgid "G-code Profile Reader" -msgstr "Leitor de Perfil de G-Code" +msgid "Support Eraser" +msgstr "Apagador de Suporte" #: PreviewStage/plugin.json msgctxt "description" @@ -5899,55 +6329,55 @@ msgctxt "name" msgid "X-Ray View" msgstr "Visão de Raios-X" -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." -msgstr "Provê a ligação ao backend de fatiamento CuraEngine." +msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgstr "Provê ações de máquina para impressoras da Ultimaker (tais como assistente de nivelamento de mesa, seleção de atualizações, etc.)." -#: CuraEngineBackend/plugin.json +#: UltimakerMachineActions/plugin.json msgctxt "name" -msgid "CuraEngine Backend" -msgstr "CuraEngine Backend" +msgid "Ultimaker machine actions" +msgstr "Ações de máquina Ultimaker" -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." -msgstr "Provê suporta à leitura de arquivos AMF." +msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." +msgstr "Gerencia extensões à aplicação e permite navegar extensões do sítio web da Ultimaker." -#: AMFReader/plugin.json +#: Marketplace/plugin.json msgctxt "name" -msgid "AMF Reader" -msgstr "Leitor AMF" +msgid "Marketplace" +msgstr "Marketplace" -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." -msgstr "Lê G-Code de um arquivo comprimido." +msgid "Provides a normal solid mesh view." +msgstr "Provê uma visualização de malha sólida normal." -#: GCodeGzReader/plugin.json +#: SolidView/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" -msgstr "Leitor de G-Code Comprimido" +msgid "Solid View" +msgstr "Visão Sólida" -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" -msgstr "Extensão que permite scripts criados por usuários para pós-processamento" +msgid "Allows loading and displaying G-code files." +msgstr "Permite carregar e exibir arquivos G-Code." -#: PostProcessingPlugin/plugin.json +#: GCodeReader/plugin.json msgctxt "name" -msgid "Post Processing" -msgstr "Pós-processamento" +msgid "G-code Reader" +msgstr "Leitor de G-Code" -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." -msgstr "Provê suporte à exportação de perfis do Cura." +msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgstr "Provê uma maneira de alterar ajustes de máquina (tais como volume de impressão, tamanho do bico, etc.)." -#: CuraProfileWriter/plugin.json +#: MachineSettingsAction/plugin.json msgctxt "name" -msgid "Cura Profile Writer" -msgstr "Gravador de Perfis do Cura" +msgid "Machine Settings Action" +msgstr "Ação de Ajustes de Máquina" #: USBPrinting/plugin.json msgctxt "description" @@ -5959,415 +6389,363 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" -#: PrepareStage/plugin.json -msgctxt "description" -msgid "Provides a prepare stage in Cura." -msgstr "Provê um estágio de preparação no Cura." +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiais" -#: PrepareStage/plugin.json -msgctxt "name" -msgid "Prepare Stage" -msgstr "Estágio de Preparação" +#~ msgctxt "@info:generic" +#~ msgid "You need to quit and restart {} before changes have effect." +#~ msgstr "Você precisa sair e reiniciar {} para que as alterações tenham efeito." -#: GCodeReader/plugin.json -msgctxt "description" -msgid "Allows loading and displaying G-code files." -msgstr "Permite carregar e exibir arquivos G-Code." +#~ msgctxt "@info:generic" +#~ msgid "Syncing..." +#~ msgstr "Sincronizando..." -#: GCodeReader/plugin.json -msgctxt "name" -msgid "G-code Reader" -msgstr "Leitor de G-Code" +#~ msgctxt "@info:title" +#~ msgid "Changes detected from your Ultimaker account" +#~ msgstr "Alterações detectadas de sua conta Ultimaker" -#: ImageReader/plugin.json -msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "Habilita a geração de geometria imprimível de arquivos de imagem 2D." +#~ msgctxt "@info:generic" +#~ msgid "Do you want to sync material and software packages with your account?" +#~ msgstr "Você quer sincronizar os pacotes de material e software com sua conta?" -#: ImageReader/plugin.json -msgctxt "name" -msgid "Image Reader" -msgstr "Leitor de Imagens" +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" -#: UltimakerMachineActions/plugin.json -msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Provê ações de máquina para impressoras da Ultimaker (tais como assistente de nivelamento de mesa, seleção de atualizações, etc.)." +#~ msgctxt "@button" +#~ msgid "Decline and remove from account" +#~ msgstr "Recusar e remover da conta" -#: UltimakerMachineActions/plugin.json -msgctxt "name" -msgid "Ultimaker machine actions" -msgstr "Ações de máquina Ultimaker" +#~ msgctxt "@info:generic" +#~ msgid "{} plugins failed to download" +#~ msgstr "{} complementos falharam em baixar" -#: GCodeGzWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a compressed archive." -msgstr "Escreve em formato G-Code comprimido." +#~ msgctxt "@title:window" +#~ msgid "Plugin License Agreement" +#~ msgstr "Acordo de Licença do Complemento" -#: GCodeGzWriter/plugin.json -msgctxt "name" -msgid "Compressed G-code Writer" -msgstr "Gerador de G-Code Comprimido" +#~ msgctxt "@title:window" +#~ msgid "Convert Image..." +#~ msgstr "Converter imagem..." -#: FirmwareUpdateChecker/plugin.json -msgctxt "description" -msgid "Checks for firmware updates." -msgstr "Verifica por atualizações de firmware." +#~ msgctxt "@info:tooltip" +#~ msgid "The width in millimeters on the build plate." +#~ msgstr "A largura da mesa de impressão em milímetros." -#: FirmwareUpdateChecker/plugin.json -msgctxt "name" -msgid "Firmware Update Checker" -msgstr "Verificador de Atualizações de Firmware" +#~ msgctxt "@title" +#~ msgid "Marketplace" +#~ msgstr "Mercado" -#: SliceInfoPlugin/plugin.json -msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "Submete informações de fatiamento anônimas. Pode ser desabilitado nas preferências." +#~ msgctxt "@info" +#~ msgid "You will need to restart Cura before changes in packages have effect." +#~ msgstr "Você precisará reiniciar o Cura para que as alterações tenham efeito." -#: SliceInfoPlugin/plugin.json -msgctxt "name" -msgid "Slice info" -msgstr "Informação de fatiamento" +#~ msgctxt "@action:button" +#~ msgid "Install" +#~ msgstr "Instalar" -#: XmlMaterialProfile/plugin.json -msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." -msgstr "Provê capacidade de ler e escrever perfis de material baseado em XML." +#~ msgctxt "@action:button" +#~ msgid "Installed" +#~ msgstr "Instalado" -#: XmlMaterialProfile/plugin.json -msgctxt "name" -msgid "Material Profiles" -msgstr "Perfis de Material" +#~ msgctxt "@label" +#~ msgid "Premium" +#~ msgstr "Premium" -#: DigitalLibrary/plugin.json -msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." -msgstr "Conecta-se à Digital Library, permitindo ao Cura abrir arquivos dela e gravar arquivos nela." +#~ msgctxt "@info:tooltip" +#~ msgid "Go to Web Marketplace" +#~ msgstr "Ir ao Mercado Web" -#: DigitalLibrary/plugin.json -msgctxt "name" -msgid "Ultimaker Digital Library" -msgstr "Digital Library da Ultimaker" +#~ msgctxt "@label" +#~ msgid "Search materials" +#~ msgstr "Buscar materiais" -#: Toolbox/plugin.json -msgctxt "description" -msgid "Find, manage and install new Cura packages." -msgstr "Buscar, gerenciar e instalar novos pacotes do Cura." +#~ msgctxt "@label" +#~ msgid "Compatibility" +#~ msgstr "Compatibilidade" -#: Toolbox/plugin.json -msgctxt "name" -msgid "Toolbox" -msgstr "Ferramentas" +#~ msgctxt "@label:table_header" +#~ msgid "Machine" +#~ msgstr "Máquina" -#: GCodeWriter/plugin.json -msgctxt "description" -msgid "Writes g-code to a file." -msgstr "Escreve em formato G-Code." +#~ msgctxt "@label:table_header" +#~ msgid "Build Plate" +#~ msgstr "Plataforma de Impressão" -#: GCodeWriter/plugin.json -msgctxt "name" -msgid "G-code Writer" -msgstr "Gerador de G-Code" +#~ msgctxt "@label:table_header" +#~ msgid "Support" +#~ msgstr "Suporte" -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the Simulation view." -msgstr "Provê a Visão Simulada." +#~ msgctxt "@label:table_header" +#~ msgid "Quality" +#~ msgstr "Qualidade" -#: SimulationView/plugin.json -msgctxt "name" -msgid "Simulation View" -msgstr "Visão Simulada" +#~ msgctxt "@action:label" +#~ msgid "Technical Data Sheet" +#~ msgstr "Documento de Dados Técnicos" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." -msgstr "Atualiza configurações do Cura 4.5 para o Cura 4.6." +#~ msgctxt "@action:label" +#~ msgid "Safety Data Sheet" +#~ msgstr "Documento de Dados de Segurança" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" -msgstr "Atualização de Versão de 4.5 para 4.6" +#~ msgctxt "@action:label" +#~ msgid "Printing Guidelines" +#~ msgstr "Diretrizes de Impressão" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." -msgstr "Atualiza configurações do Cura 2.5 para o Cura 2.6." +#~ msgctxt "@action:label" +#~ msgid "Website" +#~ msgstr "Sítio Web" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" -msgstr "Atualização de Versão de 2.5 para 2.6" +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to install or update" +#~ msgstr "Entrar na conta é necessário para instalar ou atualizar" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." -msgstr "Atualiza configurações do Cura 4.6.0 para o Cura 4.6.2." +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Buy material spools" +#~ msgstr "Comprar rolos de material" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.0 to 4.6.2" -msgstr "Atualização de Versão de 4.6.0 para 4.6.2" +#~ msgctxt "@action:button" +#~ msgid "Update" +#~ msgstr "Atualizar" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." -msgstr "Atualiza configurações do Cura 4.7 para o Cura 4.8." +#~ msgctxt "@action:button" +#~ msgid "Updating" +#~ msgstr "Atualizando" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" -msgstr "Atualização de Versão de 4.7 para 4.8" +#~ msgctxt "@action:button" +#~ msgid "Updated" +#~ msgstr "Atualizado" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." -msgstr "Atualiza configurações do Cura 3.4 para o Cura 3.5." +#~ msgctxt "@action:button" +#~ msgid "Back" +#~ msgstr "Voltar" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" -msgstr "Atualização de Versão de 3.4 para 3.5" +#~ msgctxt "@title:tab" +#~ msgid "Plugins" +#~ msgstr "Complementos" + +#~ msgctxt "@title:tab" +#~ msgid "Installed" +#~ msgstr "Instalado" + +#~ msgctxt "@label" +#~ msgid "Will install upon restarting" +#~ msgstr "Será instalado ao reiniciar" + +#~ msgctxt "@label:The string between and is the highlighted link" +#~ msgid "Log in is required to update" +#~ msgstr "Entrar na conta é necessário para atualizar" + +#~ msgctxt "@action:button" +#~ msgid "Downgrade" +#~ msgstr "Downgrade" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "Atualiza configurações do Cura 2.1 para o Cura 2.2." +#~ msgctxt "@action:button" +#~ msgid "Uninstall" +#~ msgstr "Desinstalar" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "Atualização de Versão de 2.1 para 2.2" +#~ msgctxt "@label" +#~ msgid "Community Contributions" +#~ msgstr "Contribuições da Comunidade" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." -msgstr "Atualiza configurações do Cura 3.2 para o Cura 3.3." +#~ msgctxt "@label" +#~ msgid "Community Plugins" +#~ msgstr "Complementos da Comunidade" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" -msgstr "Atualização de Versão de 3.2 para 3.3" +#~ msgctxt "@label" +#~ msgid "Generic Materials" +#~ msgstr "Materiais Genéricos" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." -msgstr "Atualiza configurações do Cura 4.8 para o Cura 4.9." +#~ msgctxt "@info" +#~ msgid "Fetching packages..." +#~ msgstr "Obtendo pacotes..." -#: VersionUpgrade/VersionUpgrade48to49/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" -msgstr "Atualização de Versão de 4.8 para 4.9" +#~ msgctxt "@label" +#~ msgid "Website" +#~ msgstr "Sítio Web" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." -msgstr "Atualiza configurações do Cura 4.6.2 para o Cura 4.7." +#~ msgctxt "@label" +#~ msgid "Email" +#~ msgstr "Email" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" -msgstr "Atualização de Versão de 4.6.2 para 4.7" +#~ msgctxt "@description" +#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" +#~ msgstr "Por favor se logue para adquirir complementos e materiais verificados para o Ultimaker Cura Enterprise" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." -msgstr "Atualiza configurações do Cura 4.2 para o Cura 4.3." +#~ msgctxt "@label" +#~ msgid "Version" +#~ msgstr "Versão" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" -msgstr "Atualização de Versão de 4.2 para 4.3" +#~ msgctxt "@label" +#~ msgid "Last updated" +#~ msgstr "Última atualização" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." -msgstr "Atualiza configurações do Cura 4.3 para o Cura 4.4." +#~ msgctxt "@label" +#~ msgid "Downloads" +#~ msgstr "Downloads" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.3 to 4.4" -msgstr "Atualização de Versão de 4.3 para 4.4" +#~ msgctxt "@title:tab" +#~ msgid "Installed plugins" +#~ msgstr "Complementos instalados" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." -msgstr "Atualiza configurações do Cura 4.9 para o Cura 4.10." +#~ msgctxt "@info" +#~ msgid "No plugin has been installed." +#~ msgstr "Nenhum complemento foi instalado." -#: VersionUpgrade/VersionUpgrade49to410/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" -msgstr "Atualização de Versão de 4.9 para 4.10" +#~ msgctxt "@title:tab" +#~ msgid "Installed materials" +#~ msgstr "Materiais instalados" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." -msgstr "Atualiza configuração do Cura 2.7 para o Cura 3.0." +#~ msgctxt "@info" +#~ msgid "No material has been installed." +#~ msgstr "Nenhum material foi instalado." -#: VersionUpgrade/VersionUpgrade27to30/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" -msgstr "Atualização de Versão de 2.7 para 3.0" +#~ msgctxt "@title:tab" +#~ msgid "Bundled plugins" +#~ msgstr "Complementos empacotados" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." -msgstr "Atualiza configurações do Cura 2.6 para o Cura 2.7." +#~ msgctxt "@title:tab" +#~ msgid "Bundled materials" +#~ msgstr "Materiais empacotados" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" -msgstr "Atualização de Versão de 2.6 para 2.7" +#~ msgctxt "@info" +#~ msgid "Could not connect to the Cura Package database. Please check your connection." +#~ msgstr "Não foi possível conectar-se à base de dados de Pacotes do Cura. Por favor verifique sua conexão." -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." -msgstr "Atualiza configurações do Cura 4.11 para o Cura 4.12." +#~ msgctxt "@label" +#~ msgid "You need to accept the license to install the package" +#~ msgstr "Você precisa aceitar a licença para que o pacote possa ser instalado" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" -msgstr "Atualização de Versão de 4.11 para 4.12" +#~ msgctxt "@title" +#~ msgid "Changes from your account" +#~ msgstr "Alterações da sua conta" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." -msgstr "Atualiza configuração do Cura 3.3 para o Cura 3.4." +#~ msgctxt "@button" +#~ msgid "Dismiss" +#~ msgstr "Dispensar" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" -msgstr "Atualização de Versão de 3.3 para 3.4" +#~ msgctxt "@label" +#~ msgid "The following packages will be added:" +#~ msgstr "Os seguintes pacotes serão adicionados:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." -msgstr "Atualiza configurações do Cura 3.0 para o Cura 3.1." +#~ msgctxt "@label" +#~ msgid "The following packages can not be installed because of an incompatible Cura version:" +#~ msgstr "Os seguintes pacotes não podem ser instalados por incompatibilidade de versão do Cura:" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" -msgstr "Atualização de Versão 3.0 para 3.1" +#~ msgctxt "@title:window" +#~ msgid "Confirm uninstall" +#~ msgstr "Confirme a desinstalação" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." -msgstr "Atualiza configurações do Cura 4.0 para o Cura 4.1." +#~ msgctxt "@text:window" +#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults." +#~ msgstr "Você está desinstalando material e/ou perfis que ainda estão em uso. Confirmar irá restaurar os materiais e perfis seguintes a seus defaults." -#: VersionUpgrade/VersionUpgrade40to41/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" -msgstr "Atualização de Versão de 4.0 para 4.1" +#~ msgctxt "@text:window" +#~ msgid "Materials" +#~ msgstr "Materiais" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." -msgstr "Atualiza configurações do Cura 4.4 para o Cura 4.5." +#~ msgctxt "@text:window" +#~ msgid "Profiles" +#~ msgstr "Perfis" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" -msgstr "Atualização de Versão de 4.4 para 4.5" +#~ msgctxt "@action:button" +#~ msgid "Confirm" +#~ msgstr "Confirmar" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." -msgstr "Atualiza configurações do Cura 2.2 para o Cura 2.4." +#~ msgctxt "@info:tooltip" +#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment." +#~ msgstr "Algumas coisas podem ser problemáticas nesta impressão. Clique para ver dicas de correção." -#: VersionUpgrade/VersionUpgrade22to24/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" -msgstr "Atualização de Versão de 2.2 para 2.4" +#~ msgctxt "@label" +#~ msgid "Support library for handling planar objects" +#~ msgstr "Biblioteca de suporte para manuseamento de objetos planares" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." -msgstr "Atualiza configurações do Cura 4.1 para o Cura 4.2." +#~ msgctxt "@text:window, %1 is a profile name" +#~ msgid "" +#~ "You have customized some profile settings.\n" +#~ "Would you like to Keep these changed settings after switching profiles?\n" +#~ "Alternatively, you can discard the changes to load the defaults from '%1'." +#~ msgstr "" +#~ "Você personalizou alguns ajustes de perfil.\n" +#~ "Gostaria de manter estes ajustes alterados após mudar de perfis?\n" +#~ "Alternativamente, você pode descartar as alterações para carregar os defaults de '%1'." -#: VersionUpgrade/VersionUpgrade41to42/plugin.json -msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" -msgstr "Atualização de Versão de 4.1 para 4.2" +#~ msgctxt "@action:inmenu menubar:view" +#~ msgid "&Build plate" +#~ msgstr "Plataforma de Impressão (&B)" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." -msgstr "Atualiza configuração do Cura 3.5 para o Cura 4.0." +#~ msgctxt "@label" +#~ msgid "Create" +#~ msgstr "Criar" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json -msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" -msgstr "Atualização de Versão de 3.5 para 4.0" +#~ msgctxt "@label" +#~ msgid "Duplicate" +#~ msgstr "Duplicar" -#: UM3NetworkPrinting/plugin.json -msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." -msgstr "Administra conexões de rede a impressora Ultimaker conectadas." +#~ msgctxt "@label %1 is printer name" +#~ msgid "Printer: %1" +#~ msgstr "Impressora: %1" -#: UM3NetworkPrinting/plugin.json -msgctxt "name" -msgid "Ultimaker Network Connection" -msgstr "Conexão de Rede Ultimaker" +#~ msgctxt "@action:button" +#~ msgid "Update profile with current settings/overrides" +#~ msgstr "Atualizar perfil com ajustes/sobreposições atuais" -#: TrimeshReader/plugin.json -msgctxt "description" -msgid "Provides support for reading model files." -msgstr "Provê suporta a ler arquivos de modelo." +#~ msgctxt "@label" +#~ msgid "Theme:" +#~ msgstr "Tema:" -#: TrimeshReader/plugin.json -msgctxt "name" -msgid "Trimesh Reader" -msgstr "Leitor Trimesh" +#~ msgctxt "@label" +#~ msgid "You will need to restart the application for these changes to have effect." +#~ msgstr "Você precisará reiniciar a aplicação para que essas mudanças tenham efeito." -#: UFPReader/plugin.json -msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." -msgstr "Provê suporte a leitura de Pacotes de Formato Ultimaker (UFP)." +#~ msgctxt "@action:button" +#~ msgid "More information" +#~ msgstr "Mais informações" -#: UFPReader/plugin.json -msgctxt "name" -msgid "UFP Reader" -msgstr "Leitor UFP" +#~ msgctxt "@action:button" +#~ msgid "Create" +#~ msgstr "Criar" -#: SolidView/plugin.json -msgctxt "description" -msgid "Provides a normal solid mesh view." -msgstr "Provê uma visualização de malha sólida normal." +#~ msgctxt "@action:button Sending materials to printers" +#~ msgid "Sync with Printers" +#~ msgstr "Sincronizar com Impressoras" -#: SolidView/plugin.json -msgctxt "name" -msgid "Solid View" -msgstr "Visão Sólida" +#~ msgctxt "@action:label" +#~ msgid "Printer" +#~ msgstr "Impressora" -#: 3MFWriter/plugin.json -msgctxt "description" -msgid "Provides support for writing 3MF files." -msgstr "Provê suporte à escrita de arquivos 3MF." +#~ msgctxt "@title:column" +#~ msgid "Unit" +#~ msgstr "Unidade" -#: 3MFWriter/plugin.json -msgctxt "name" -msgid "3MF Writer" -msgstr "Gerador de 3MF" +#~ msgctxt "@action:inmenu" +#~ msgid "Show Online Troubleshooting Guide" +#~ msgstr "Mostra Guia de Resolução de Problemas Online" -#: MonitorStage/plugin.json -msgctxt "description" -msgid "Provides a monitor stage in Cura." -msgstr "Provê um estágio de monitor no Cura." +#~ msgctxt "@action:inmenu" +#~ msgid "Add more materials from Marketplace" +#~ msgstr "Adicionar mais materiais do Mercado" -#: MonitorStage/plugin.json -msgctxt "name" -msgid "Monitor Stage" -msgstr "Estágio de Monitor" +#~ msgctxt "@action:inmenu menubar:edit" +#~ msgid "Arrange All Models To All Build Plates" +#~ msgstr "Posicionar Todos os Modelos em Todas as Plataformas de Impressão" -#: ModelChecker/plugin.json -msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." -msgstr "Verifica modelos e configurações de impressão por possíveis problema e dá sugestões." +#~ msgctxt "@action:menu" +#~ msgid "&Marketplace" +#~ msgstr "&Mercado" -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "Verificador de Modelo" +#~ msgctxt "description" +#~ msgid "Find, manage and install new Cura packages." +#~ msgstr "Buscar, gerenciar e instalar novos pacotes do Cura." + +#~ msgctxt "name" +#~ msgid "Toolbox" +#~ msgstr "Ferramentas" + +#~ msgctxt "description" +#~ msgid "Provides the Simulation view." +#~ msgstr "Provê a Visão Simulada." #~ msgctxt "@info:status" #~ msgid "Send and monitor print jobs from anywhere using your Ultimaker account." diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index ef79c89037..1f12ff3832 100644 --- a/resources/i18n/pt_BR/fdmprinter.def.json.po +++ b/resources/i18n/pt_BR/fdmprinter.def.json.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2021-12-10 11:59+0000\n" -"PO-Revision-Date: 2022-01-04 05:45+0100\n" +"POT-Creation-Date: 2022-04-13 10:49+0000\n" +"PO-Revision-Date: 2022-05-02 12:04+0200\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" "Language: pt_BR\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.0.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -253,7 +253,7 @@ msgstr "Número de extrusores" #: fdmprinter.def.json msgctxt "machine_extruder_count description" msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." -msgstr "Número de extrusores. Um extrusor é a combinação de um alimentador/tracionador, opcional tubo de filamento guiado e o hotend." +msgstr "Número de carros extrusores. Um carro extrusor é a combinação de um alimentador/tracionador, opcional tubo de filamento guiado e o hotend." #: fdmprinter.def.json msgctxt "extruders_enabled_count label" @@ -467,8 +467,8 @@ msgstr "Polígono da Cabeça com Ventoinha" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "A 2D silhouette of the print head (fan caps included)." -msgstr "Silhueta da cabeça de impressão com os suportes de ventoinhas inclusos." +msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." +msgstr "A forma da cabeça de impressão. Essas são coordenadas relativas à posição da cabeça de impressão, que é geralmente a posição do seu primeiro extrusor. As dimensões à esquerda e na frente da cabeça devem ser coordenadas negativas." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -740,6 +740,16 @@ msgctxt "machine_feeder_wheel_diameter description" msgid "The diameter of the wheel that drives the material in the feeder." msgstr "O diâmetro da engrenagem que traciona o material no alimentador." +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one label" +msgid "Scale Fan Speed To 0-1" +msgstr "Velocidade de Escala da Ventoinha A 0-1" + +#: fdmprinter.def.json +msgctxt "machine_scale_fan_speed_zero_to_one description" +msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." +msgstr "Usa a escala da velocidade da ventoinha como um número entre 0 e 1 ao invés de 0 a 256." + #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" @@ -960,6 +970,56 @@ msgctxt "wall_line_count description" msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." msgstr "Número de filetes da parede. Quando calculado pela espessura de parede, este valor é arredondado para um inteiro." +#: fdmprinter.def.json +msgctxt "wall_transition_length label" +msgid "Wall Transition Length" +msgstr "Comprimento de Transição de Parede" + +#: fdmprinter.def.json +msgctxt "wall_transition_length description" +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." +msgstr "Ao transicionar entre diferentes números de paredes à medida que a peça fica mais fina, uma certa quantidade de espaço é alocada para partir ou juntar os filetes de parede." + +#: fdmprinter.def.json +msgctxt "wall_distribution_count label" +msgid "Wall Distribution Count" +msgstr "Contagem de Distribuição de Parede" + +#: fdmprinter.def.json +msgctxt "wall_distribution_count description" +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." +msgstr "O número de paredes, contadas a partir do centro, sobre as quais a variação será distribuída. Valores menores significam que as paredes mais externas não mudam de comprimento." + +#: fdmprinter.def.json +msgctxt "wall_transition_angle label" +msgid "Wall Transitioning Threshold Angle" +msgstr "Ângulo-Limite de Transição de Parede" + +#: fdmprinter.def.json +msgctxt "wall_transition_angle description" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." +msgstr "Quanto criar transições entre números de paredes pares e ímpares. A forma de cunha em ângulo maior que este ajuste não terá transições e nenhuma parede será impressa no centro para preencher o espaço remanescente. Reduzir este ajuste faz reduzir o número e comprimento das paredes centrais, mas pode deixar vãos ou sobre-extrudar." + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance label" +msgid "Wall Transitioning Filter Distance" +msgstr "Distância de Filtro da Transição de Parede" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_distance description" +msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." +msgstr "Se for detectado que a cabeça de impressão estaria alternando em rápida sucessão entre números diferentes de parede, não fazer tal alternação. Remove transições se elas estiverem próximas até essa distância." + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation label" +msgid "Wall Transitioning Filter Margin" +msgstr "Margem de Filtro de Transição de Parede" + +#: fdmprinter.def.json +msgctxt "wall_transition_filter_deviation description" +msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." +msgstr "Impede de alternar entre uma parede a mais e uma a menos. Esta margem estende o alcance dos comprimentos de file a seguir para [Largura Mínima de Filete de Parede - Margem, 2 * Largura Mínima de Filete de Parede + Margem]. Aumentar esta margem reduz o número de transições, que por sua vez reduz o número de paradas e inícios de extrusão e tempo de percurso. No entanto, variação de largura de filete pode levar a problemas de subextrusão ou sobre-extrusão." + #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" @@ -991,14 +1051,24 @@ msgid "Optimize the order in which walls are printed so as to reduce the number msgstr "Otimiza a ordem em que as paredes são impressas, tais que o número de retrações e a distância percorrida sejam reduzidos. A maioria das peças se beneficiará deste ajuste habilitado mas outras poderão demorar mais, portanto compare as estimativas de tempo de impressão com e sem otimização. A primeira camada não é otimizada quando o brim é selecionado como tipo de aderência da mesa de impressão." #: fdmprinter.def.json -msgctxt "outer_inset_first label" -msgid "Outer Before Inner Walls" -msgstr "Paredes exteriores antes das interiores" +msgctxt "inset_direction label" +msgid "Wall Ordering" +msgstr "Ordem de Parede" + +#: fdmprinter.def.json +msgctxt "inset_direction description" +msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." +msgstr "Determina em que ordem as paredes são impressas. Imprimir parede mais externas antes ajuda com acurácia dimensional, já que falhas das paredes mais internas não se propagam para o exterior. No entanto imprimi-las depois permite melhor empilhamento quando seções pendentes são impressas." #: fdmprinter.def.json -msgctxt "outer_inset_first description" -msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." -msgstr "Imprime as paredes em ordem de fora para dentro quando habilitado. Isto pode ajudar a melhorar a acurácia dimensional e X e Y quando se usa um plástico de alta viscosidade como ABS; no entanto pode também diminuir a qualidade de impressão da superfície externa, especialmente em seções pendentes." +msgctxt "inset_direction option inside_out" +msgid "Inside To Outside" +msgstr "De Dentro Pra Fora" + +#: fdmprinter.def.json +msgctxt "inset_direction option outside_in" +msgid "Outside To Inside" +msgstr "De Fora Pra Dentro" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1011,94 +1081,84 @@ msgid "Prints an extra wall at every other layer. This way infill gets caught be msgstr "Imprime uma parede adicional a cada duas camadas. Deste jeito o preenchimento fica aprisionado entre estas paredes extras, resultando em impressões mais fortes." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled label" -msgid "Compensate Wall Overlaps" -msgstr "Compensar Sobreposições de Parede" - -#: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_enabled description" -msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." -msgstr "Compensa o fluxo para partes de uma parede sendo impressa onde já há outra parede." +msgctxt "min_wall_line_width label" +msgid "Minimum Wall Line Width" +msgstr "Largura Mínina de Filete de Parede" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled label" -msgid "Compensate Outer Wall Overlaps" -msgstr "Compensar Sobreposições de Parede Externa" +msgctxt "min_wall_line_width description" +msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." +msgstr "Para estruturas finas por volta de uma ou duas vezes o tamanho do bico, as larguras de linhas precisam ser alteradas para aderir à grossura do modelo. Este ajuste controla a largura mínima de filete permite para as paredes. As larguras mínimas de filete inerentemente também determinam as larguras máximas, já que transicionamos de N pra N+1 parede na grossura de geometria onde paredes N são largas e as paredes N+1 são estreitas. A maior largura possível de parede é duas vezes a Largura Mínima de Filete de Parede." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_0_enabled description" -msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." -msgstr "Compensa o fluxo para partes de uma parede externa sendo impressa onde já há outra parede." +msgctxt "min_even_wall_line_width label" +msgid "Minimum Even Wall Line Width" +msgstr "Largura Mínima de Filete de Parede Par" #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled label" -msgid "Compensate Inner Wall Overlaps" -msgstr "Compensar Sobreposições da Parede Interna" +msgctxt "min_even_wall_line_width description" +msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "A mínima largura de filete para paredes poligonais normais. Este ajuste determina em que espessura do modelo nós alternamos da impressão de um file de parede fina único para a impressão de dois filetes de parede. Uma Largura Mínima de Filete de Parede Par mais alta leva a uma largura máxima de filete de parede ímpar também mais alta. A largura máxima de filete de parede par é calculada como a Largura de Filete da Parede Externa + 0.5 * Largura Mínima de Filete de Parede Ímpar." #: fdmprinter.def.json -msgctxt "travel_compensate_overlapping_walls_x_enabled description" -msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." -msgstr "Compensa o fluxo para partes de uma parede interna sendo impressa onde já há outra parede." +msgctxt "wall_split_middle_threshold label" +msgid "Split Middle Line Threshold" +msgstr "Limite de Filete Central Dividido" #: fdmprinter.def.json -msgctxt "wall_min_flow label" -msgid "Minimum Wall Flow" -msgstr "Mínimo Fluxo da Parede" +msgctxt "wall_split_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "A largura de filete mínima, como fator da largura de filete normal, acima da qual o filete central (se houver algum) será dividido em dois. Reduza este ajuste para usar mais e maiores filetes. Aumente para usar menos e menores filetes. Note que isto se aplica -como se- a forma inteira devesse ser preenchida com parede, dado que o centro aqui se refere ao meio do objeto entre duas arestas externas da forma, mesmo se houver preenchimento ou (outros) contornos na impressão ao invés de paredes." #: fdmprinter.def.json -msgctxt "wall_min_flow description" -msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." -msgstr "Mínima porcentagem de fluxo permite para um filete de parede. A compensação de sobreposição de parede reduz o fluxo de uma parede quando ela está próxima a outra já impressa. Paredes cujo fluxo seja menor que este valor serão trocadas por um momento de percurso. Ao usar este ajuste, você deve habilitar a compensação de sobreposição de paredes e imprimir as paredes externas antes das internas." +msgctxt "min_odd_wall_line_width label" +msgid "Minimum Odd Wall Line Width" +msgstr "Largura Mínima de Filete de Parede Ímpar" #: fdmprinter.def.json -msgctxt "wall_min_flow_retract label" -msgid "Prefer Retract" -msgstr "Preferir Retração" +msgctxt "min_odd_wall_line_width description" +msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," +msgstr "A largura mínima de filete para as paredes multifiletes de preenchimento de vão de filete central. Este ajuste determina em que espessura de modelo nós alternamos de imprimir dois filetes de parede para imprimir duas paredes externas e uma parede central no centro. Uma Largura Mínima de Filete de Parede Ímpar leva a uma largura máxima de filete de parede par mais alta. A largura máxima de filete de parede par é calculada como 2 * Largura Mínima de Filete de Parede Par." #: fdmprinter.def.json -msgctxt "wall_min_flow_retract description" -msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." -msgstr "Se usado, a retração é usada ao invés de combing para movimentos de percurso que substituem paredes cujo fluxo estiver abaixo do limite mínimo." +msgctxt "wall_add_middle_threshold label" +msgid "Add Middle Line Threshold" +msgstr "Adicionar Limite de Filete Central" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps label" -msgid "Fill Gaps Between Walls" -msgstr "Preenche Lacunas Entre Paredes" +msgctxt "wall_add_middle_threshold description" +msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." +msgstr "A largura de filete mínima, como fator da largura de filete normal, acima da qual um filete central (se já não houver algum) será adicionado. Reduza este ajuste para usar mais e e mais finos filetes. Aumente para usar menos, mais largos filetes. Note que isto se aplica -como se- a forma inteira devesse ser preenchida com paredes, portanto o centro aqui se refere ao meio do objeto entre duas arestas externas da forma, mesmo se houver preenchimento ou contornos na impressão ao invés de paredes." #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps description" -msgid "Fills the gaps between walls where no walls fit." -msgstr "Preenche as lacunas que ficam entre paredes quando paredes intermediárias não caberiam." +msgctxt "fill_outline_gaps label" +msgid "Print Thin Walls" +msgstr "Imprimir Paredes Finas" #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option nowhere" -msgid "Nowhere" -msgstr "Em lugar nenhum" +msgctxt "fill_outline_gaps description" +msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgstr "Imprime partes do modelo que são horizontalmente mais finas que o tamanho do bico." #: fdmprinter.def.json -msgctxt "fill_perimeter_gaps option everywhere" -msgid "Everywhere" -msgstr "Em todos os lugares" +msgctxt "min_feature_size label" +msgid "Minimum Feature Size" +msgstr "Mínimo Tamanho de Detalhe" #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps label" -msgid "Filter Out Tiny Gaps" -msgstr "Filtrar Pequenas Lacunas" +msgctxt "min_feature_size description" +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Espessura mínima de detalhes finos. Detalhes de modelo que forem mais finos que este valor não serão impressos, enquanto que detalhes mais espessos que o Tamanho Mínimo de Detalhe serão aumentados para a Largura Mínima de Filete de Parede." #: fdmprinter.def.json -msgctxt "filter_out_tiny_gaps description" -msgid "Filter out tiny gaps to reduce blobs on outside of model." -msgstr "Filtrar (rempver) pequenas lacunas para reduzir bolhas no exterior do modelo." +msgctxt "min_bead_width label" +msgid "Minimum Thin Wall Line Width" +msgstr "Largura Mínima de Filete de Parede Fina" #: fdmprinter.def.json -msgctxt "fill_outline_gaps label" -msgid "Print Thin Walls" -msgstr "Imprimir Paredes Finas" - -#: fdmprinter.def.json -msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." -msgstr "Imprime partes do modelo que são horizontalmente mais finas que o tamanho do bico." +msgctxt "min_bead_width description" +msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." +msgstr "Largura da parede que substituirá detalhes finos (de acordo com o Tamanho Mínimo de Detalhe) do modelo. Se a Largura Mínima de Filete de Parede for mais fina que a espessura do detalhe, a parede se tornará tão espessa quanto o próprio detalhe." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2199,6 +2259,26 @@ msgctxt "material_shrinkage_percentage description" msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." msgstr "Para compensar o encolhimento do material enquanto esfria, o modelo será redimensionado por este fator." +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy label" +msgid "Horizontal Scaling Factor Shrinkage Compensation" +msgstr "Compensação de Fator de Encolhimento Horizontal" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_xy description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Para compensar pelo encolhimento do material enquanto ele esfria, o modelo será ampliado por este fator na direção XY (horizontalmente)." + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z label" +msgid "Vertical Scaling Factor Shrinkage Compensation" +msgstr "Compensação de Fator de Encolhimento Vertical" + +#: fdmprinter.def.json +msgctxt "material_shrinkage_percentage_z description" +msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." +msgstr "Para compensar pelo encolhimento do material enquanto esfria, o modelo será ampliado por este fator na direção Z (verticalmente)." + #: fdmprinter.def.json msgctxt "material_crystallinity label" msgid "Crystalline Material" @@ -2710,24 +2790,14 @@ msgid "The first few layers are printed slower than the rest of the model, to ge msgstr "As poucas primeiras camadas são impressas mais devagar que o resto do modelo, para conseguir melhor aderência à mesa e melhorar a taxa de sucesso geral das impressão. A velocidade é gradualmente aumentada entre estas camadas." #: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled label" -msgid "Equalize Filament Flow" -msgstr "Equalizar Fluxo de Filamento" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_enabled description" -msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." -msgstr "Imprime filetes mais finos que o normal mais rapidamente de modo que a quantidade de material extrudado por segundo se mantenha o mesmo. Partes pequenas em seu modelo podem exigir filetes impressos com largura menor que as providas nos ajustes. Este ajuste controla as mudanças de velocidade para tais filetes." +msgctxt "speed_equalize_flow_width_factor label" +msgid "Flow Equalization Ratio" +msgstr "Raio de Equalização de Fluxo" #: fdmprinter.def.json -msgctxt "speed_equalize_flow_max label" -msgid "Maximum Speed for Flow Equalization" -msgstr "Velocidade Máxima para Equalização de Fluxo" - -#: fdmprinter.def.json -msgctxt "speed_equalize_flow_max description" -msgid "Maximum print speed when adjusting the print speed in order to equalize flow." -msgstr "Velocidade máxima de impressão no ajuste de velocidades para equalizar o fluxo." +msgctxt "speed_equalize_flow_width_factor description" +msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." +msgstr "Fator de correção de largura de extrusão baseada na velocidade. Em 0%, a velocidade de movimento é mantida constante na Velocidade de Impressão. Em 100%, a velocidade de movimento é ajustada de forma que o fluxo (em mm³/s) seja mantido constante, isto é, filetes de metade da Largura de Filete normal são impressos duas vezes mais rápido e filetes duas vezes mais espessos são impressos na metade da velocidade. Um valor mais alto que 100% pode ajudar a compensar pela maior pressão necessária para extrudar filetes espessos." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -4464,6 +4534,46 @@ msgctxt "adhesion_extruder_nr description" msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." msgstr "O extrusor usado ara imprimir skirt, brim ou raft. Usado em multi-extrusão." +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr label" +msgid "Skirt/Brim Extruder" +msgstr "Extrusor do Skirt/Brim" + +#: fdmprinter.def.json +msgctxt "skirt_brim_extruder_nr description" +msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." +msgstr "O carro extrusor a ser usado para imprimir o skirt ou brim. Isto é usado em multi-extrusão." + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr label" +msgid "Raft Base Extruder" +msgstr "Extrusor da Base do Raft" + +#: fdmprinter.def.json +msgctxt "raft_base_extruder_nr description" +msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." +msgstr "O carro extrusor a ser usado para imprimir a primeira camada do Raft. Isto é usado em multi-extrusão." + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr label" +msgid "Raft Middle Extruder" +msgstr "Extrusor do Meio do Raft" + +#: fdmprinter.def.json +msgctxt "raft_interface_extruder_nr description" +msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." +msgstr "O carro extrusor a ser usado para imprimir a camada central do raft. Isto é usado em multi-extrusão." + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr label" +msgid "Raft Top Extruder" +msgstr "Extrusor do Topo do Raft" + +#: fdmprinter.def.json +msgctxt "raft_surface_extruder_nr description" +msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." +msgstr "O carro extrusor a ser usado para imprimir a(s) camada(s) central(is) do raft. Isto é usado em multi-extrusão." + #: fdmprinter.def.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -4628,6 +4738,16 @@ msgctxt "raft_surface_line_spacing description" msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." msgstr "Distância entre as linhas do raft para as camadas superiores. O espaçamento deve ser igual à largura de linha, de modo que a superfície seja sólida." +#: fdmprinter.def.json +msgctxt "raft_interface_layers label" +msgid "Raft Middle Layers" +msgstr "Camadas Centrais do Raft" + +#: fdmprinter.def.json +msgctxt "raft_interface_layers description" +msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." +msgstr "O número de camadas entre a base e a superfície do raft. Isso corresponde à espessura principal do raft. Aumentar este valor cria um raft mais espesso e resistente." + #: fdmprinter.def.json msgctxt "raft_interface_thickness label" msgid "Raft Middle Thickness" @@ -5128,6 +5248,16 @@ msgctxt "meshfix_maximum_deviation description" msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." msgstr "O desvio máximo permitido ao reduzir a resolução para o ajuste de Máxima Resolução. Se você aumentar isto, a impressão será menos precisa, mas o G-Code será menor. O Desvio Máximo é um limite para Resolução Máxima, portanto se os dois conflitarem o Desvio Máximo sempre será o valor dominante." +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation label" +msgid "Maximum Extrusion Area Deviation" +msgstr "Desvio Máximo de Área de Extrusão" + +#: fdmprinter.def.json +msgctxt "meshfix_maximum_extrusion_area_deviation description" +msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." +msgstr "O desvio máximo da área de extrusão permitido ao remover pontos intermediários de uma linha reta. Um ponto intermediário pode servir como ponto de mudança de largura em uma longa linha reta. Portanto, se ele for removido, fará com que a linha tenha uma largura uniforme e, como resultado, perderá (ou ganhará) um pouco de área de extrusão. Se você aumentar o valor, você poderá perceber uma sutil sobre-extrusão ou sub-extrusão no meio de paredes retas paralelas, já que mais pontos intermediários com espessura variante poderão ser removidos. Sua impressão será menos acurada, mas o G-Code será menor." + #: fdmprinter.def.json msgctxt "blackmagic label" msgid "Special Modes" @@ -6422,6 +6552,36 @@ msgctxt "small_feature_speed_factor_0 description" msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." msgstr "Aspectos pequenos na primeira camada serão impressos nesta porcentagem de sua velocidade de impressão normal. Impressão mais lenta pode ajudar com aderência e precisão." +#: fdmprinter.def.json +msgctxt "material_alternate_walls label" +msgid "Alternate Wall Directions" +msgstr "Alternar Direções de Parede" + +#: fdmprinter.def.json +msgctxt "material_alternate_walls description" +msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." +msgstr "Alterna direções de parede a cada camada e reentrância. Útil para materiais que podem acumular stress, como em impressão com metal." + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners label" +msgid "Remove Raft Inside Corners" +msgstr "Remover Cantos Internos de Raft" + +#: fdmprinter.def.json +msgctxt "raft_remove_inside_corners description" +msgid "Remove inside corners from the raft, causing the raft to become convex." +msgstr "Remove os cantos internos do raft, fazendo com que ele se torne convexo." + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count label" +msgid "Raft Base Wall Count" +msgstr "Contagem de Paredes da Base do Raft" + +#: fdmprinter.def.json +msgctxt "raft_base_wall_count description" +msgid "The number of contours to print around the linear pattern in the base layer of the raft." +msgstr "O número de contornos a serem impressos em volta do padrão linear na camada base do raft." + #: fdmprinter.def.json msgctxt "command_line_settings label" msgid "Command Line Settings" @@ -6482,6 +6642,98 @@ msgctxt "mesh_rotation_matrix description" msgid "Transformation matrix to be applied to the model when loading it from file." msgstr "Matriz de transformação a ser aplicada ao modelo após o carregamento do arquivo." +#~ msgctxt "machine_head_with_fans_polygon description" +#~ msgid "A 2D silhouette of the print head (fan caps included)." +#~ msgstr "Silhueta da cabeça de impressão com os suportes de ventoinhas inclusos." + +#~ msgctxt "outer_inset_first label" +#~ msgid "Outer Before Inner Walls" +#~ msgstr "Paredes exteriores antes das interiores" + +#~ msgctxt "outer_inset_first description" +#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs." +#~ msgstr "Imprime as paredes em ordem de fora para dentro quando habilitado. Isto pode ajudar a melhorar a acurácia dimensional e X e Y quando se usa um plástico de alta viscosidade como ABS; no entanto pode também diminuir a qualidade de impressão da superfície externa, especialmente em seções pendentes." + +#~ msgctxt "travel_compensate_overlapping_walls_enabled label" +#~ msgid "Compensate Wall Overlaps" +#~ msgstr "Compensar Sobreposições de Parede" + +#~ msgctxt "travel_compensate_overlapping_walls_enabled description" +#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place." +#~ msgstr "Compensa o fluxo para partes de uma parede sendo impressa onde já há outra parede." + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label" +#~ msgid "Compensate Outer Wall Overlaps" +#~ msgstr "Compensar Sobreposições de Parede Externa" + +#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description" +#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place." +#~ msgstr "Compensa o fluxo para partes de uma parede externa sendo impressa onde já há outra parede." + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" +#~ msgid "Compensate Inner Wall Overlaps" +#~ msgstr "Compensar Sobreposições da Parede Interna" + +#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description" +#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place." +#~ msgstr "Compensa o fluxo para partes de uma parede interna sendo impressa onde já há outra parede." + +#~ msgctxt "wall_min_flow label" +#~ msgid "Minimum Wall Flow" +#~ msgstr "Mínimo Fluxo da Parede" + +#~ msgctxt "wall_min_flow description" +#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls." +#~ msgstr "Mínima porcentagem de fluxo permite para um filete de parede. A compensação de sobreposição de parede reduz o fluxo de uma parede quando ela está próxima a outra já impressa. Paredes cujo fluxo seja menor que este valor serão trocadas por um momento de percurso. Ao usar este ajuste, você deve habilitar a compensação de sobreposição de paredes e imprimir as paredes externas antes das internas." + +#~ msgctxt "wall_min_flow_retract label" +#~ msgid "Prefer Retract" +#~ msgstr "Preferir Retração" + +#~ msgctxt "wall_min_flow_retract description" +#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold." +#~ msgstr "Se usado, a retração é usada ao invés de combing para movimentos de percurso que substituem paredes cujo fluxo estiver abaixo do limite mínimo." + +#~ msgctxt "fill_perimeter_gaps label" +#~ msgid "Fill Gaps Between Walls" +#~ msgstr "Preenche Lacunas Entre Paredes" + +#~ msgctxt "fill_perimeter_gaps description" +#~ msgid "Fills the gaps between walls where no walls fit." +#~ msgstr "Preenche as lacunas que ficam entre paredes quando paredes intermediárias não caberiam." + +#~ msgctxt "fill_perimeter_gaps option nowhere" +#~ msgid "Nowhere" +#~ msgstr "Em lugar nenhum" + +#~ msgctxt "fill_perimeter_gaps option everywhere" +#~ msgid "Everywhere" +#~ msgstr "Em todos os lugares" + +#~ msgctxt "filter_out_tiny_gaps label" +#~ msgid "Filter Out Tiny Gaps" +#~ msgstr "Filtrar Pequenas Lacunas" + +#~ msgctxt "filter_out_tiny_gaps description" +#~ msgid "Filter out tiny gaps to reduce blobs on outside of model." +#~ msgstr "Filtrar (rempver) pequenas lacunas para reduzir bolhas no exterior do modelo." + +#~ msgctxt "speed_equalize_flow_enabled label" +#~ msgid "Equalize Filament Flow" +#~ msgstr "Equalizar Fluxo de Filamento" + +#~ msgctxt "speed_equalize_flow_enabled description" +#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines." +#~ msgstr "Imprime filetes mais finos que o normal mais rapidamente de modo que a quantidade de material extrudado por segundo se mantenha o mesmo. Partes pequenas em seu modelo podem exigir filetes impressos com largura menor que as providas nos ajustes. Este ajuste controla as mudanças de velocidade para tais filetes." + +#~ msgctxt "speed_equalize_flow_max label" +#~ msgid "Maximum Speed for Flow Equalization" +#~ msgstr "Velocidade Máxima para Equalização de Fluxo" + +#~ msgctxt "speed_equalize_flow_max description" +#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow." +#~ msgstr "Velocidade máxima de impressão no ajuste de velocidades para equalizar o fluxo." + #~ msgctxt "machine_max_feedrate_e label" #~ msgid "Maximum Feedrate" #~ msgstr "Velocidade Máxima de Alimentação" -- cgit v1.2.3 From 956d85248f00f8c3f5f217f844ececc482f48fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio=20=27Patola=27=20Sampaio?= Date: Mon, 2 May 2022 12:33:11 +0200 Subject: Updated pt_BR strings for Cura 5.0 --- resources/i18n/pt_BR/cura.po | 2 +- resources/i18n/pt_BR/fdmprinter.def.json.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index dec147668a..23fb1ad02a 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Cura 5.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" "PO-Revision-Date: 2022-04-28 03:56+0200\n" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index 1f12ff3832..68fc483c71 100644 --- a/resources/i18n/pt_BR/fdmprinter.def.json.po +++ b/resources/i18n/pt_BR/fdmprinter.def.json.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Cura 5.0\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" "PO-Revision-Date: 2022-05-02 12:04+0200\n" -- cgit v1.2.3 From 6f7fbbecf7312348b8d87f809211ed0e28b769a2 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 2 May 2022 13:17:36 +0200 Subject: Simplify enabled behaviour CURA-9232 --- resources/qml/PrintSetupTooltip.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index 8551c5c221..e4d322f9d4 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -18,7 +18,7 @@ UM.PointingRectangle opacity: 0 // This should be disabled when invisible, otherwise it will catch mouse events. - enabled: false + enabled: opacity > 0 Behavior on opacity { @@ -54,13 +54,11 @@ UM.PointingRectangle } base.opacity = 1; target = Qt.point(position.x + 1, position.y + Math.round(UM.Theme.getSize("tooltip_arrow_margins").height / 2)) - enabled = true } function hide() { base.opacity = 0; - enabled = false } ScrollView -- cgit v1.2.3 From f1761a17d0851e662e6fc5fe59b3786a98e7675a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 2 May 2022 14:59:28 +0200 Subject: Fix size of setting extruder swatch --- resources/qml/Settings/SettingExtruder.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml index 3072161c59..697acdec0b 100644 --- a/resources/qml/Settings/SettingExtruder.qml +++ b/resources/qml/Settings/SettingExtruder.qml @@ -154,7 +154,7 @@ SettingItem background: Rectangle { id: swatch - height: Math.round(parent.height / 2) + height: UM.Theme.getSize("standard_arrow").width width: height radius: Math.round(width / 2) anchors.right: parent.right -- cgit v1.2.3 From 4bb72cdd1a33f0bc52b0515654e9775f953da10c Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Mon, 2 May 2022 16:51:07 +0200 Subject: Set `stepSize` property on `SpinBox` that reflects its `decimals` CURA-9201 --- resources/qml/Preferences/Materials/MaterialsView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index b033f755cf..77761f0c9e 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -601,6 +601,7 @@ Item suffix: " " + model.unit to: 99999 decimals: model.unit == "mm" ? 2 : 0 + stepSize: Math.pow(10, -decimals) onEditingFinished: materialPropertyProvider.setPropertyValue("value", value) } -- cgit v1.2.3 From cb4f1a8ab588db026c8b5eb11808ae90f9897485 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Mon, 2 May 2022 17:07:52 +0200 Subject: Replace `SpinBox` with `NumericTextFieldWithUnit` CURA-9146 --- resources/qml/Preferences/Materials/MaterialsView.qml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 77761f0c9e..a172949812 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -574,11 +574,11 @@ Item elide: Text.ElideRight verticalAlignment: Qt.AlignVCenter } - Cura.SpinBox + Cura.NumericTextFieldWithUnit { id: spinBox anchors.left: label.right - value: + valueText: { // In case the setting is not in the material... if (!isNaN(parseFloat(materialPropertyProvider.properties.value))) @@ -598,12 +598,11 @@ Item return 0; } width: settingsPage.columnWidth - suffix: " " + model.unit - to: 99999 + maximum: 99999 + unitText: model.unit decimals: model.unit == "mm" ? 2 : 0 - stepSize: Math.pow(10, -decimals) - onEditingFinished: materialPropertyProvider.setPropertyValue("value", value) + editingFinishedFunction: materialPropertyProvider.setPropertyValue("value", value) } UM.ContainerPropertyProvider -- cgit v1.2.3 From 4facaf4acb923fcfb8dbe4e71c9e658f04785c3e Mon Sep 17 00:00:00 2001 From: Miroslav Sustek Date: Mon, 2 May 2022 23:07:29 +0200 Subject: Finish Czech translation of v5.0 --- resources/i18n/cs_CZ/cura.po | 2 +- resources/i18n/cs_CZ/fdmprinter.def.json.po | 34 ++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'resources') diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index 0456e10257..a4ac5ef5a0 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -3009,7 +3009,7 @@ msgstr "Žádné informace o kompatibilitě" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "Kompatibilní podporované materiály" +msgstr "Kompatibilní materiály podpor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 6b15cb3d9f..f2b1704d3c 100644 --- a/resources/i18n/cs_CZ/fdmprinter.def.json.po +++ b/resources/i18n/cs_CZ/fdmprinter.def.json.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Cura 4.13\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2022-05-02 00:00+0200\n" +"PO-Revision-Date: 2022-05-02 22:27+0200\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" "Language: cs_CZ\n" @@ -466,7 +466,7 @@ msgstr "Polygon hlavy a větráku zařízení" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "Tvar tiskové hlavy. Toto jsou souřadnice relativně k pozici tiskové hlavy, což je obvykle pozice pozice jejího prvního extruderu. Rozměry vlevo a před tiskovou hlavou musí být negativní souřadnice." +msgstr "Tvar tiskové hlavy. Toto jsou souřadnice relativně k pozici tiskové hlavy, což je obvykle pozice jejího prvního extruderu. Rozměry vlevo a před tiskovou hlavou musí být negativní souřadnice." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -741,7 +741,7 @@ msgstr "Průměr kola, který pohání materiál v podavači." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "Stupňovat rychlost ventilátoru mezi 0–1" +msgstr "Odstupňovat rychlost ventilátoru mezi 0–1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" @@ -801,7 +801,7 @@ msgstr "Šířka jedné stěny." #: fdmprinter.def.json msgctxt "wall_line_width_0 label" msgid "Outer Wall Line Width" -msgstr "Šířka vnější čáry stěny" +msgstr "Šířka čáry vnější stěny" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" @@ -811,7 +811,7 @@ msgstr "Šířka čáry nejkrajnější stěny. Snížením této hodnoty lze vy #: fdmprinter.def.json msgctxt "wall_line_width_x label" msgid "Inner Wall(s) Line Width" -msgstr "Vnitřní šířka čáry stěn(y)" +msgstr "Šířka čáry vnitřních stěn" #: fdmprinter.def.json msgctxt "wall_line_width_x description" @@ -1016,7 +1016,7 @@ msgstr "Rezerva pro změnu počtu čar zdí" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "Zabraňuje přecházení tam a zpět mezi o jednu více a o jednu méně čarami zdí. Tato rezerva rozšíří rozsah možných šířek čar na [Minimální šířka čáry zdi - Rezerva, 2 * Minimální šířka čáry zdi + Rezerva]. Zvýšení této rezervy omezí počet přechodů mezi různými počty čar zdí, což sníží počet rozjezdů/zastavení a také čas cest. Velké výkyvy v šířce čar však mohou vést k problémům s nedostatečnou nebo přílišnou extruzí." +msgstr "Zabraňuje přecházení tam a zpět mezi o jednu více a o jednu méně čarami zdí. Tato rezerva rozšíří rozsah možných šířek čar na [Minimální šířka čáry zdi - Rezerva, 2 * Minimální šířka čáry zdi + Rezerva]. Zvýšení této rezervy omezí počet přechodů mezi různými počty čar zdí, což sníží počet rozjezdů/zastavení a také čas cestování. Velké výkyvy v šířce čar však mohou vést k problémům s nedostatečnou nebo přílišnou extruzí." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1096,17 +1096,17 @@ msgstr "Minimální šířka párové čáry zdi" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "Minimální šířka čáry pro běžné mnohoúhelníkové zdi. Toto nastavení určuje tloušťku, při které se přepne z tisku jedné tenké čáry zdi na tisk dvou čar zdi. Vyšší hodnota Minimální šířky párové čáry zdi vede k vyšší maximální šířce nepárové čáry zdi. Maximální šířka párové čáry zdi je spočítána jako Šířka vnější čáry stěny + 0,5 * Minimální šířka nepárové čáry zdi." +msgstr "Minimální šířka čáry pro běžné mnohoúhelníkové zdi. Toto nastavení určuje tloušťku, při které se přepne z tisku jedné tenké čáry zdi na tisk dvou čar zdi. Vyšší hodnota Minimální šířky párové čáry zdi vede k vyšší maximální šířce nepárové čáry zdi. Maximální šířka párové čáry zdi je spočítána jako Šířka čáry vnější stěny + 0,5 * Minimální šířka nepárové čáry zdi." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Mez pro rozdělení prostřední čáry" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgstr "Nejnižší šířka čáry, zadaná jako procento běžné šířky čáry, nad kterou bude prostřední nepárová čára (pokud nějaká je) rozdělena na dvě párové čáry. Snižte toto nastavení, aby se používalo více tenkých čar. Zvyšte toto nastavení pro použití méně a širších čar. Je třeba si uvědomit, že toto nastavení se použije, jako kdyby byl celý tvar vyplněn zdmi. Takže termín prostřední zde znamená prostředek objektu mezi dvěma vnějšími hranami tvaru, a to i v případě, že se namísto zdi tiskne výplň nebo jiný povrch." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" @@ -1116,17 +1116,17 @@ msgstr "Minimální šířka nepárové čáry zdi" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "Minimální šířka čáry použité jako výplň mezi párovými čárami zdi. Toto nastavení tloušťku modelu, při které se přepíná z tisku dvou čar zdi na tisk dvou vnějších čar zdi a jedné centrální čáry zdi mezi nimi. Vyšší hodnota Minimální šířky nepárové čáry zdi vede k vyšší maximální šířce párové čáry zdi. Maximální šířka nepárové čáry zdi je vypočtena jako 2 * Minimální šířka párové čáry zdi," +msgstr "Minimální šířka čáry použité jako výplň mezi párovými čárami zdi. Toto nastavení určuje tloušťku modelu, při které se přepíná z tisku dvou čar zdi na tisk dvou vnějších čar zdi a jedné centrální čáry zdi mezi nimi. Vyšší hodnota Minimální šířky nepárové čáry zdi vede k vyšší maximální šířce párové čáry zdi. Maximální šířka nepárové čáry zdi je vypočtena jako 2 * Minimální šířka párové čáry zdi," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Mez pro přidání prostřední čáry" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgstr "Nejnižší šířka čáry, zadaná jako procento běžné šířky čáry, nad kterou bude přidána prostřední nepárová čára mezi dvě párové čáry (pokud mezi nimi ještě nebyla). Snižte toto nastavení, aby se používalo více tenkých čar. Zvyšte toto nastavení pro použití méně a širších čar. Je třeba si uvědomit, že toto nastavení se použije, jako kdyby byl celý tvar vyplněn zdmi. Takže termín prostřední zde znamená prostředek objektu mezi dvěma vnějšími hranami tvaru, a to i v případě, že se namísto zdi tiskne výplň nebo jiný povrch." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1151,12 +1151,12 @@ msgstr "Minimální tloušťka tenkých částí. Části modelu, které jsou te #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Minimální šířka tenkých stěn" #: fdmprinter.def.json msgctxt "min_bead_width description" msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgstr "Šířka zdi, která nahradí tenké části modelu (v souladu s nastavením Minimální velikost částí). Pokud je Minimální šířka tenkých stěn nižší, než část určitá modelu, bude zeď tištěna skutečnou tloušťkou této části." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -2795,7 +2795,7 @@ msgstr "Míra vyrovnávání toku" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "Faktor korekce rychlosti v závislosti na šířce extruze. Při 0 % je rychlost pohybu konstantně na hodnotě Rychlost tisku. Při 100 % je rychlost pohybu upravena tak, aby byl tok (v mm³/s) konstantní. To znamená, že čáry o šířky poloviny nastavení Šířka čáry jsou tištěny dvojnásobnou rychlostí a čáry dvojnásobné šířky jsou tištěny poloviční rychlostí. Hodnota vyšší než 100 % může pomoci kompenzovat vysoký tlak potřebný k extruzi širokých čar." +msgstr "Faktor korekce rychlosti v závislosti na šířce extruze. Při 0 % je rychlost pohybu konstantně na hodnotě Rychlost tisku. Při 100 % je rychlost pohybu upravena tak, aby byl tok (v mm³/s) konstantní. To znamená, že čáry o šířce poloviny nastavení Šířka čáry jsou tištěny dvojnásobnou rychlostí a čáry dvojnásobné šířky jsou tištěny poloviční rychlostí. Hodnota vyšší než 100 % může pomoci kompenzovat vysoký tlak potřebný k extruzi širokých čar." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -5249,12 +5249,12 @@ msgstr "Maximální odchylka povolená při snižování rozlišení pro nastave #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Maximální odchylka plochy extruze" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgstr "Maximální dovolená odchylka plochy extruze při odstraňování mezilehlých bodů na rovné čáře. Mezilehlý bod může sloužit jako místo, kde se mění tloušťka dlouhé přímé čáry. Proto, pokud je odstraněn, bude mít tato čára jednotnou šířku a následkem toho ztratí (nebo získá) kousek plochy extruze. Při zvýšení tohoto nastavení můžete zaznamenat mírnou podextruzi nebo nadměrnou extruzi mezi rovnými rovnoběžnými zdmi, jelikož bude dovoleno odstranit více mezilehlých bodů měnících šířku čáry. Vaše výtisky budou méně přesně, ale g-kód bude menší." #: fdmprinter.def.json msgctxt "blackmagic label" -- cgit v1.2.3 From f13ec6526b45683bdc445bf338c85dbbce01b90b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 3 May 2022 13:45:56 +0200 Subject: Disable the running property of the action button by default This would cause scene updates to be drawn all the time, causing constant cpu drain. --- resources/qml/ActionButton.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index 187da07cb6..21cdda0627 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -155,6 +155,7 @@ Button height: parent.height visible: false + running: visible RotationAnimator { -- cgit v1.2.3 From eae5f4d57a1bff2b0c3135b5b76265f823891c83 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 4 May 2022 15:44:42 +0200 Subject: Set colour of placeholder text from theme Otherwise it defaults to black which is not readable in dark mode. Done as a 5 minute fix. --- resources/qml/Widgets/TextField.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/qml/Widgets/TextField.qml b/resources/qml/Widgets/TextField.qml index 95d5caa4ef..d035883154 100644 --- a/resources/qml/Widgets/TextField.qml +++ b/resources/qml/Widgets/TextField.qml @@ -24,6 +24,7 @@ TextField font: UM.Theme.getFont("default") color: UM.Theme.getColor("text_field_text") selectedTextColor: UM.Theme.getColor("text_field_text") + placeholderTextColor: UM.Theme.getColor("text_field_text_disabled") renderType: Text.NativeRendering selectionColor: UM.Theme.getColor("text_selection") leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width -- cgit v1.2.3 From e2a63ec8232ce5372cbb71a3072ba42b6b5e202e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 5 May 2022 13:14:56 +0200 Subject: Add 11 language translations from Smartling CURA-9141 --- resources/i18n/de_DE/cura.po | 911 +++++--- resources/i18n/de_DE/fdmextruder.def.json.po | 45 +- resources/i18n/de_DE/fdmprinter.def.json.po | 2922 ++++++++++++++++++------ resources/i18n/es_ES/cura.po | 918 +++++--- resources/i18n/es_ES/fdmextruder.def.json.po | 47 +- resources/i18n/es_ES/fdmprinter.def.json.po | 2885 ++++++++++++++++++------ resources/i18n/fr_FR/cura.po | 922 +++++--- resources/i18n/fr_FR/fdmextruder.def.json.po | 48 +- resources/i18n/fr_FR/fdmprinter.def.json.po | 2904 ++++++++++++++++++------ resources/i18n/it_IT/cura.po | 905 +++++--- resources/i18n/it_IT/fdmextruder.def.json.po | 48 +- resources/i18n/it_IT/fdmprinter.def.json.po | 2939 +++++++++++++++++++------ resources/i18n/ja_JP/cura.po | 838 ++++--- resources/i18n/ja_JP/fdmextruder.def.json.po | 45 +- resources/i18n/ja_JP/fdmprinter.def.json.po | 2325 ++++++++++++++------ resources/i18n/ko_KR/cura.po | 830 ++++--- resources/i18n/ko_KR/fdmextruder.def.json.po | 46 +- resources/i18n/ko_KR/fdmprinter.def.json.po | 2266 ++++++++++++++----- resources/i18n/nl_NL/cura.po | 913 +++++--- resources/i18n/nl_NL/fdmextruder.def.json.po | 54 +- resources/i18n/nl_NL/fdmprinter.def.json.po | 2836 ++++++++++++++++++------ resources/i18n/pt_PT/cura.po | 970 ++++---- resources/i18n/pt_PT/fdmextruder.def.json.po | 49 +- resources/i18n/pt_PT/fdmprinter.def.json.po | 3051 ++++++++++++++++++-------- resources/i18n/ru_RU/cura.po | 894 +++++--- resources/i18n/ru_RU/fdmextruder.def.json.po | 49 +- resources/i18n/ru_RU/fdmprinter.def.json.po | 2765 +++++++++++++++++------ resources/i18n/tr_TR/cura.po | 887 +++++--- resources/i18n/tr_TR/fdmextruder.def.json.po | 45 +- resources/i18n/tr_TR/fdmprinter.def.json.po | 2692 +++++++++++++++++------ resources/i18n/zh_CN/cura.po | 825 ++++--- resources/i18n/zh_CN/fdmextruder.def.json.po | 46 +- resources/i18n/zh_CN/fdmprinter.def.json.po | 2190 +++++++++++++----- 33 files changed, 28881 insertions(+), 11229 deletions(-) (limited to 'resources') diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index a8bb583a13..cebdccf998 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2022-01-10 11:42+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: German , German \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.3\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Zugriff auf Update-Informationen nicht möglich." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Es können neue Funktionen oder Bug-Fixes für Ihren {machine_name} verfügbar sein! Falls noch nicht geschehen, wird empfohlen, die Firmware auf Ihrem Drucker auf Version {latest_version} zu aktualisieren." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "Es können neue Funktionen oder Bug-Fixes für Ihren {machine_name} verfügbar sein! Falls noch nicht geschehen, wird empfohlen, die Firmware auf Ihrem Drucker" +" auf Version {latest_version} zu aktualisieren." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Firmware aktualisieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura hat Materialprofile entdeckt, die auf dem Host-Drucker der Gruppe {0} noch nicht installiert wurden." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,8 +240,11 @@ msgstr "Material an Drucker senden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "Sie versuchen, sich mit {0} zu verbinden, aber dieser Drucker ist nicht der Host, der die Gruppe verwaltet. Besuchen Sie die Website, um den Drucker als Host der Gruppe zu konfigurieren." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." +msgstr "Sie versuchen, sich mit {0} zu verbinden, aber dieser Drucker ist nicht der Host, der die Gruppe verwaltet. Besuchen Sie die Website, um den Drucker als" +" Host der Gruppe zu konfigurieren." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" @@ -291,10 +301,10 @@ msgstr "Daten gesendet" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Ihr Drucker {printer_name} könnte über die Cloud verbunden sein.\n" -" Verwalten Sie Ihre Druckwarteschlange und überwachen Sie Ihre Drucke von allen Orten aus, an denen Sie Ihren Drucker mit der Digital Factory verbinden" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Your printer {printer_name} could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer" +" to Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +323,9 @@ msgstr "Mehr erfahren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Sie versuchen, sich mit einem Drucker zu verbinden, auf dem Ultimaker Connect nicht läuft. Bitte aktualisieren Sie die Firmware des Druckers." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -450,22 +462,21 @@ msgstr "Drucker entfernen?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Es wird gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n" -"Möchten Sie wirklich fortfahren?" -msgstr[1] "" -"Es werden gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n" -"Möchten Sie wirklich fortfahren?" +msgstr[0] "Es wird gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \nMöchten Sie wirklich fortfahren." +msgstr[1] "Es werden gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \nMöchten Sie wirklich fortfahren." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgstr "Es werden gleich alle Drucker aus Cura entfernt. Dieser Vorgang kann nicht rückgängig gemacht werden.Möchten Sie wirklich fortfahren?" @@ -509,15 +520,16 @@ msgstr "3D-Modell-Assistent" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Ein oder mehrere 3D-Modelle können möglicherweise aufgrund der Modellgröße und Materialkonfiguration nicht optimal gedruckt werden:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Erfahren Sie, wie Sie die bestmögliche Druckqualität und Zuverlässigkeit sicherstellen.

    \n" -"

    Leitfaden zu Druckqualität anzeigen

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Ein oder mehrere 3D-Modelle können möglicherweise aufgrund der Modellgröße und Materialkonfiguration nicht optimal gedruckt werden:

    \n

    {model_names}

    \n

    Erfahren" +" Sie, wie Sie die bestmögliche Druckqualität und Zuverlässigkeit sicherstellen.

    \n

    Leitfaden" +" zu Druckqualität anzeigen

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -591,7 +603,9 @@ msgstr "Keine Erlaubnis zum Beschreiben dieses Arbeitsbereichs." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "Das Betriebssystem erlaubt es nicht, eine Projektdatei an diesem Speicherort oder mit diesem Dateinamen zu speichern." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -612,7 +626,9 @@ msgstr "Komprimierte G-Code-Datei" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Fehler beim Slicing mit einem unerwarteten Fehler. Bitte denken Sie daran, Fehler in unserem Issue Tracker zu melden." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -632,7 +648,9 @@ msgstr "Einen Fehler im Issue Tracker von Ultimaker Cura melden." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Slicing mit dem aktuellen Material nicht möglich, da es mit der gewählten Maschine oder Konfiguration nicht kompatibel ist." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -648,24 +666,31 @@ msgstr "Slicing nicht möglich" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Die aktuellen Einstellungen lassen kein Schneiden (Slicing) zu. Die folgenden Einstellungen sind fehlerhaft:{0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Aufgrund der Pro-Modell-Einstellungen ist kein Schneiden (Slicing) möglich. Die folgenden Einstellungen sind für ein oder mehrere Modelle fehlerhaft: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "Schneiden (Slicing) ist nicht möglich, da der Einzugsturm oder die Einzugsposition(en) ungültig ist (sind)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Schneiden (Slicing) ist nicht möglich, da Objekte vorhanden sind, die mit dem deaktivierten Extruder %s verbunden sind." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -675,11 +700,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Bitte überprüfen Sie die Einstellungen und prüfen Sie, ob Ihre Modelle:\n" -"- Mit der Druckraumgröße kompatibel sind\n" -"- Einem aktiven Extruder zugewiesen sind\n" -"- Nicht alle als Modifier Meshes eingerichtet sind" +msgstr "Bitte überprüfen Sie die Einstellungen und prüfen Sie, ob Ihre Modelle:\n- Mit der Druckraumgröße kompatibel sind\n- Einem aktiven Extruder zugewiesen" +" sind\n- Nicht alle als Modifier Meshes eingerichtet sind" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -731,8 +753,12 @@ msgstr "Düse" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Projektdatei {0} enthält einen unbekannten Maschinentyp {1}. Importieren der Maschine ist nicht möglich. Stattdessen werden die Modelle importiert." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "Projektdatei {0} enthält einen unbekannten Maschinentyp {1}. Importieren der Maschine ist nicht möglich. Stattdessen" +" werden die Modelle importiert." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -742,7 +768,9 @@ msgstr "Projektdatei öffnen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "Auf Projektdatei {0} kann plötzlich nicht mehr zugegriffen werden: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -754,13 +782,16 @@ msgstr "Projektdatei kann nicht geöffnet werden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "Projektdatei {0} ist beschädigt: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "Projektdatei {0} verwendet Profile, die nicht mit dieser Ultimaker Cura-Version kompatibel sind." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -900,46 +931,48 @@ msgstr "Upgrades wählen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Unbekanntes Paket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Unbekannter Autor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Die Antwort vom Server konnte nicht interpretiert werden." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Der Marktplatz konnte nicht erreicht werden." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Installierte Plugins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Installierte Materialien" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Gebündelte Plugins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Gebündelte Materialien" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "Die hervorgehobenen Bereiche kennzeichnen fehlende oder überschüssige Oberflächen. Beheben Sie die Fehler am Modell und öffnen Sie es erneut in Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -972,8 +1005,11 @@ msgstr "G-Code-Details" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Stellen Sie sicher, dass der G-Code für Ihren Drucker und Ihre Druckerkonfiguration geeignet ist, bevor Sie die Datei senden. Der Darstellung des G-Codes ist möglicherweise nicht korrekt." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." +msgstr "Stellen Sie sicher, dass der G-Code für Ihren Drucker und Ihre Druckerkonfiguration geeignet ist, bevor Sie die Datei senden. Der Darstellung des G-Codes" +" ist möglicherweise nicht korrekt." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" @@ -1007,12 +1043,15 @@ msgstr "Über USB verbunden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Ein USB-Druck wird ausgeführt. Das Schließen von Cura beendet diesen Druck. Sind Sie sicher?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Druck wird bearbeitet. Cura kann keinen weiteren Druck via USB starten, bis der vorherige Druck abgeschlossen wurde." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1062,7 +1101,9 @@ msgstr "Funktion wird initialisiert ..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1094,8 +1135,11 @@ msgstr "Visuell" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "Das visuelle Profil wurde für den Druck visueller Prototypen und Modellen entwickelt, bei denen das Ziel eine hohe visuelle Qualität und eine hohe Oberflächenqualität ist." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." +msgstr "Das visuelle Profil wurde für den Druck visueller Prototypen und Modellen entwickelt, bei denen das Ziel eine hohe visuelle Qualität und eine hohe Oberflächenqualität" +" ist." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 @@ -1106,7 +1150,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "Das Engineering-Profil ist für den Druck von Funktionsprototypen und Endnutzungsteilen gedacht, bei denen Präzision gefragt ist und engere Toleranzen gelten." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1118,7 +1164,9 @@ msgstr "Entwurf" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "Das Entwurfsprofil wurde für erste Prototypen und die Konzeptvalidierung entwickelt, um einen deutlich schnelleren Druck zu ermöglichen." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1141,7 +1189,8 @@ msgstr "Unbekannt" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Der/die nachfolgende(n) Drucker kann/können nicht verbunden werden, weil er/sie Teil einer Gruppe ist/sind" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1157,7 +1206,9 @@ msgstr "Berechnet" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Bitte stimmen Sie die Materialprofile auf Ihre Drucker ab („synchronisieren“), bevor Sie mit dem Drucken beginnen." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1170,7 +1221,7 @@ msgstr "Neue Materialien installiert" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Materialien synchronisieren" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1224,7 +1275,9 @@ msgstr "In der Antwort von Digital Factory fehlen wichtige Informationen." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Die Verbindung mit Digital Factory zum Synchronisieren von Materialien mit einigen Druckern ist fehlgeschlagen." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1399,8 +1452,11 @@ msgstr "Weiter" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "Die Höhe der Druckabmessung wurde aufgrund des Wertes der Einstellung „Druckreihenfolge“ reduziert, um eine Kollision der Brücke mit den gedruckten Modellen zu verhindern." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "Die Höhe der Druckabmessung wurde aufgrund des Wertes der Einstellung „Druckreihenfolge“ reduziert, um eine Kollision der Brücke mit den gedruckten Modellen" +" zu verhindern." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" @@ -1432,7 +1488,9 @@ msgstr "Datei bereits vorhanden" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "Die Datei {0} ist bereits vorhanden. Soll die Datei wirklich überschrieben werden?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1453,7 +1511,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "Die Einstellungen wurden an die aktuell verfügbaren Extruder angepasst:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1469,13 +1528,16 @@ msgstr "Extruder deaktiviert" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Export des Profils nach {0} fehlgeschlagen: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Export des Profils nach {0} fehlgeschlagen: Fehlermeldung von Writer-Plugin." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1498,7 +1560,8 @@ msgstr "Import des Profils aus Datei {0}: {1} fehlgeschlage #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Import des Profils aus Datei {0} kann erst durchgeführt werden, wenn ein Drucker hinzugefügt wurde." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1517,7 +1580,9 @@ msgstr "Import des Profils aus Datei {0} fehlgeschlagen:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Dieses Profil {0} enthält falsche Daten, Importieren nicht möglich." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1567,14 +1632,20 @@ msgstr "Das Profil kann nicht hinzugefügt werden." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "Der Qualitätstyp „{0}“ ist nicht mit der aktuell aktiven Maschinendefinition „{1}“ kompatibel." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Warnung: Das Profil wird nicht angezeigt, weil sein Qualitätstyp „{0}“ für die aktuelle Konfiguration nicht verfügbar ist. Wechseln Sie zu einer Material-/Düsenkombination, die mit diesem Qualitätstyp kompatibel ist." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Warnung: Das Profil wird nicht angezeigt, weil sein Qualitätstyp „{0}“ für die aktuelle Konfiguration nicht verfügbar ist. Wechseln Sie zu einer Material-/Düsenkombination," +" die mit diesem Qualitätstyp kompatibel ist." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1593,7 +1664,9 @@ msgstr "Objekt-Platzierung" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Es kann kein neuer Anmeldevorgang gestartet werden. Bitte überprüfen Sie, ob noch ein weiterer Anmeldevorgang aktiv ist." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1639,16 +1712,19 @@ msgstr "Cura kann nicht starten" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " -msgstr "" -"

    Hoppla, bei Ultimaker Cura ist ein Problem aufgetreten.

    \n" -"

    Beim Start ist ein nicht behebbarer Fehler aufgetreten. Er wurde möglicherweise durch einige falsche Konfigurationsdateien verursacht. Wir empfehlen ein Backup und Reset Ihrer Konfiguration.

    \n" -"

    Backups sind im Konfigurationsordner abgelegt.

    \n" -"

    Senden Sie uns diesen Absturzbericht bitte, um das Problem zu beheben.

    \n" +msgstr "

    Hoppla, bei Ultimaker Cura ist ein Problem aufgetreten.

    \n

    Beim Start ist ein nicht behebbarer Fehler aufgetreten. Er" +" wurde möglicherweise durch einige falsche Konfigurationsdateien verursacht. Wir empfehlen ein Backup und Reset Ihrer Konfiguration.

    \n " +"

    Backups sind im Konfigurationsordner abgelegt.

    \n

    Senden Sie uns diesen Absturzbericht bitte, um das Problem zu beheben.

    \n" " " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 @@ -1679,13 +1755,13 @@ msgstr "Crash-Bericht" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Ein schwerer Fehler ist in Cura aufgetreten. Senden Sie uns diesen Absturzbericht, um das Problem zu beheben

    \n" -"

    Verwenden Sie bitte die Schaltfläche „Bericht senden“, um den Fehlerbericht automatisch an unsere Server zu senden

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Ein schwerer Fehler ist in Cura aufgetreten. Senden Sie uns diesen Absturzbericht, um das Problem zu beheben

    \n

    Verwenden Sie" +" bitte die Schaltfläche „Bericht senden“, um den Fehlerbericht automatisch an unsere Server zu senden

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1777,10 +1853,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Stellen Sie sicher, dass der Drucker verbunden ist:\n" -"– Prüfen Sie, ob der Drucker eingeschaltet ist.– Prüfen Sie, ob der Drucker mit dem Netzwerk verbunden ist.\n" -"– Prüfen Sie, ob Sie angemeldet sind, falls Sie über die Cloud verbundene Drucker suchen möchten." +msgstr "Stellen Sie sicher, dass der Drucker verbunden ist:\n– Prüfen Sie, ob der Drucker eingeschaltet ist.– Prüfen Sie, ob der Drucker mit dem Netzwerk verbunden" +" ist.\n– Prüfen Sie, ob Sie angemeldet sind, falls Sie über die Cloud verbundene Drucker suchen möchten." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1860,12 +1934,18 @@ msgstr "Firmware aktualisieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Die Firmware ist der Teil der Software, der direkt auf Ihrem 3D-Drucker läuft. Diese Firmware kontrolliert die Schrittmotoren, reguliert die Temperatur und sorgt letztlich dafür, dass Ihr Drucker funktioniert." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "Die Firmware ist der Teil der Software, der direkt auf Ihrem 3D-Drucker läuft. Diese Firmware kontrolliert die Schrittmotoren, reguliert die Temperatur" +" und sorgt letztlich dafür, dass Ihr Drucker funktioniert." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "Die mit neuen Druckern gelieferte Firmware funktioniert, allerdings enthalten neue Versionen üblicherweise mehr Funktionen und Verbesserungen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1880,12 +1960,15 @@ msgstr "Benutzerdefinierte Firmware hochladen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "Firmware kann nicht aktualisiert werden, da keine Verbindung zum Drucker besteht." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "Firmware kann nicht aktualisiert werden, da die Verbindung zum Drucker die Firmware-Aktualisierung nicht unterstützt." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2009,8 +2092,11 @@ msgstr "Damit Sie die Warteschlange aus der Ferne verwalten können, müssen Sie #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu besuchen und diese Webcam zu sehen." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu" +" besuchen und diese Webcam zu sehen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2070,13 +2156,16 @@ msgstr "Überschreiben" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "Der zugewiesene Drucker %1 erfordert die folgende Konfigurationsänderung:" msgstr[1] "Der zugewiesene Drucker %1 erfordert die folgenden Konfigurationsänderungen:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "Der Drucker %1 wurde zugewiesen, allerdings enthält der Auftrag eine unbekannte Materialkonfiguration." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2101,7 +2190,9 @@ msgstr "Druckplatte auf %1 wechseln (Dies kann nicht übergangen werden)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "Überschreiben verwendet die definierten Einstellungen mit der vorhandenen Druckerkonfiguration. Dies kann zu einem fehlgeschlagenen Druck führen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2131,8 +2222,14 @@ msgstr "Anschluss an vernetzten Drucker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Um direkt auf Ihrem Drucker über das Netzwerk zu drucken, muss der Drucker über ein Netzwerkkabel oder per WLAN mit dem Netzwerk verbunden sein. Wenn Sie Cura nicht mit Ihrem Drucker verbinden, können Sie G-Code-Dateien auf einen USB-Stick kopieren und diesen am Drucker anschließen." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Um direkt auf Ihrem Drucker über das Netzwerk zu drucken, muss der Drucker über ein Netzwerkkabel oder per WLAN mit dem Netzwerk verbunden sein. Wenn Sie" +" Cura nicht mit Ihrem Drucker verbinden, können Sie G-Code-Dateien auf einen USB-Stick kopieren und diesen am Drucker anschließen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2159,7 +2256,9 @@ msgstr "Aktualisieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Wenn Ihr Drucker nicht aufgeführt ist, lesen Sie die Anleitung für Fehlerbehebung für Netzwerkdruck" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2436,7 +2535,7 @@ msgstr "max" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Bild konvertieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2466,7 +2565,7 @@ msgstr "Breite (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "Die Breite der Druckplatte in Millimetern" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2490,13 +2589,18 @@ msgstr "Heller ist höher" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Für Lithophanien sollten dunkle Pixel dickeren Positionen entsprechen, um mehr einfallendes Licht zu blockieren. Für Höhenkarten stellen hellere Pixel höheres Terrain dar, sodass hellere Pixel dickeren Positionen im generierten 3D-Modell entsprechen sollten." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Für Lithophanien sollten dunkle Pixel dickeren Positionen entsprechen, um mehr einfallendes Licht zu blockieren. Für Höhenkarten stellen hellere Pixel" +" höheres Terrain dar, sodass hellere Pixel dickeren Positionen im generierten 3D-Modell entsprechen sollten." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Farbmodell" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2510,7 +2614,9 @@ msgstr "Transparenz" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "Für Lithophanien ist ein einfaches logarithmisches Modell für Transparenz verfügbar. Bei Höhenprofilen entsprechen die Pixelwerte den Höhen linear." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 @@ -2520,8 +2626,12 @@ msgstr "1 mm Durchlässigkeit (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Der Prozentsatz an Licht, der einen Druck von einer Dicke mit 1 Millimeter durchdringt. Senkt man diesen Wert, steigt der Kontrast in den dunkleren Bereichen, während der Kontrast in den helleren Bereichen des Bilds sinkt." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "Der Prozentsatz an Licht, der einen Druck von einer Dicke mit 1 Millimeter durchdringt. Senkt man diesen Wert, steigt der Kontrast in den dunkleren Bereichen," +" während der Kontrast in den helleren Bereichen des Bilds sinkt." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2743,7 +2853,9 @@ msgstr "Backup wiederherstellen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "Cura muss neu gestartet werden, um Ihre Datensicherung wiederherzustellen. Möchten Sie Cura jetzt schließen?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2766,12 +2878,16 @@ msgstr "Meine Backups" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "Sie verfügen derzeit über keine Backups. Verwenden Sie die Schaltfläche ‚Jetzt Backup erstellen‘, um ein Backup zu erstellen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "In der Vorschau-Phase sind Sie auf 5 sichtbare Backups beschränkt. Ein Backup entfernen, um ältere anzusehen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2786,7 +2902,9 @@ msgstr "Weitere Informationen zur anonymen Datenerfassung" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "Ultimaker Cura erfasst anonyme Daten, um die Druckqualität und Benutzererfahrung zu steigern. Nachfolgend ist ein Beispiel aller Daten, die geteilt werden:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2848,13 +2966,21 @@ msgstr "Nivellierung der Druckplatte" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Um sicherzustellen, dass Ihre Drucke hervorragend werden, können Sie nun Ihre Druckplatte justieren. Wenn Sie auf „Gehe zur nächsten Position“ klicken, bewegt sich die Düse zu den verschiedenen Positionen, die justiert werden können." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Um sicherzustellen, dass Ihre Drucke hervorragend werden, können Sie nun Ihre Druckplatte justieren. Wenn Sie auf „Gehe zur nächsten Position“ klicken," +" bewegt sich die Düse zu den verschiedenen Positionen, die justiert werden können." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Legen Sie für jede Position ein Blatt Papier unter die Düse und stellen Sie die Höhe der Druckplatte ein. Die Höhe der Druckplatte ist korrekt, wenn das Papier von der Spitze der Düse leicht berührt wird." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Legen Sie für jede Position ein Blatt Papier unter die Düse und stellen Sie die Höhe der Druckplatte ein. Die Höhe der Druckplatte ist korrekt, wenn das" +" Papier von der Spitze der Düse leicht berührt wird." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2869,42 +2995,42 @@ msgstr "Gehe zur nächsten Position" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Durch Ultimaker verifiziertes Plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Durch Ultimaker zertifiziertes Material" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Durch Ultimaker verifiziertes Paket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Lädt..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Plugins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Materialien" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Suche im Browser" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Um das Paket nutzen zu können, müssen Sie Cura neu starten" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2914,164 +3040,167 @@ msgstr "%1 beenden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Von" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Aktivieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Deaktivieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Downgrade läuft…" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Downgraden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Wird installiert…" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Installieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Deinstallieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Aktualisierung läuft…" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Aktualisierung" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Plug-ins installieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Optimieren Sie Ihren Workflow und individualisieren Sie Ihr Erlebnis in Ultimaker Cura mit Plug-ins, die von der großartigen Community unserer Anwender" +" bereitgestellt werden." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Pakete verwalten" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Beschreibung" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Kompatible Drucker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Keine Kompatibilitätsinformationen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Kompatible Stützmaterialien" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Keine" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Kompatibel mit Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Ja" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Nein" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Optimiert für Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Plug-in-Website besuchen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Website" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Spule kaufen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Sicherheitsdatenblatt" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Technisches Datenblatt" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Details zum Paket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Hinten" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Plugin für Lizenzvereinbarung" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Bitte lesen und akzeptieren Sie die Plug-in-Lizenz." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Akzeptieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3081,52 +3210,56 @@ msgstr "Ablehnen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Pakete konnten nicht geladen werden:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Erneut versuchen?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Wird geladen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Keine weiteren Ergebnisse zum Laden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Keine Ergebnisse mit dem aktuellen Filter gefunden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Weitere laden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Pakete verwalten" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Verwalten Sie hier Ihre Ultimaker Cura Plug-ins und Ihre Materialprofile. Halten Sie Ihre Plug-ins auf dem neuesten Stand und sichern Sie Ihr Setup regelmäßig." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Materialien installieren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Wählen und installieren Sie Materialprofile, die für Ihre Ultimaker 3D-Drucker optimiert sind." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3374,7 +3507,9 @@ msgstr "Neues Projekt" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Möchten Sie wirklich ein neues Projekt beginnen? Damit werden das Druckbett und alle nicht gespeicherten Einstellungen gelöscht." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3389,7 +3524,9 @@ msgstr "Druckbett" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "Die Zieltemperatur des heizbaren Betts. Das Bett wird auf diese Temperatur aufgeheizt oder abgekühlt. Wenn der Wert 0 beträgt, wird die Bettheizung ausgeschaltet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3416,8 +3553,12 @@ msgstr "Vorheizen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Heizen Sie das Bett vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Bett aufgeheizt ist, wenn Sie druckbereit sind." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Heizen Sie das Bett vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Bett aufgeheizt" +" ist, wenn Sie druckbereit sind." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3456,7 +3597,9 @@ msgstr "G-Code senden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Einen benutzerdefinierten G-Code-Befehl an den verbundenen Drucker senden. „Eingabe“ drücken, um den Befehl zu senden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3466,7 +3609,9 @@ msgstr "Extruder" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "Die Zieltemperatur des Hotend. Das Hotend wird auf diese Temperatur aufgeheizt oder abgekühlt. Wenn der Wert 0 beträgt, wird die Hotend-Heizung ausgeschaltet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 @@ -3481,8 +3626,12 @@ msgstr "Die Temperatur, auf die das Hotend vorgeheizt wird." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Heizen Sie das Hotend vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Hotend aufgeheizt ist, wenn Sie druckbereit sind." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Heizen Sie das Hotend vor Druckbeginn auf. Sie können Ihren Druck während des Aufheizens weiter anpassen und müssen nicht warten, bis das Hotend aufgeheizt" +" ist, wenn Sie druckbereit sind." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3506,7 +3655,9 @@ msgstr "Projektdatei öffnen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Dies ist eine Cura-Projektdatei. Möchten Sie diese als Projekt öffnen oder die Modelle hieraus importieren?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3562,8 +3713,12 @@ msgstr "Datei(en) öffnen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Es wurden eine oder mehrere Projektdatei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine Projektdatei auf einmal öffnen. Es wird empfohlen, nur Modelle aus diesen Dateien zu importieren. Möchten Sie fortfahren?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Es wurden eine oder mehrere Projektdatei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine Projektdatei auf einmal öffnen. Es" +" wird empfohlen, nur Modelle aus diesen Dateien zu importieren. Möchten Sie fortfahren?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3590,9 +3745,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura wurde von Ultimaker B.V. in Zusammenarbeit mit der Community entwickelt.\n" -"Cura verwendet mit Stolz die folgenden Open Source-Projekte:" +msgstr "Cura wurde von Ultimaker B.V. in Zusammenarbeit mit der Community entwickelt.\nCura verwendet mit Stolz die folgenden Open Source-Projekte:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3687,7 +3840,7 @@ msgstr "Bibliothek für Polygon-Beschneidung" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Python-Anbindungen für Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3747,8 +3900,12 @@ msgstr "Änderungen verwerfen oder übernehmen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Sie haben einige Profileinstellungen personalisiert.\nMöchten Sie diese geänderten Einstellungen nach einem Profilwechsel beibehalten?\nSie können die" +" Änderungen auch verwerfen, um die Standardeinstellungen von '%1' zu laden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3918,12 +4075,15 @@ msgstr "Verfügbare Konfigurationen werden von diesem Drucker geladen..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "Die Konfigurationen sind nicht verfügbar, da der Drucker getrennt ist." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Diese Konfigurationen sind nicht verfügbar, weil %1 nicht erkannt wird. Besuchen Sie bitte %2 für das Herunterladen des korrekten Materialprofils." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3933,7 +4093,8 @@ msgstr "Marktplatz" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "Die Konfiguration dieses Extruders ist nicht zulässig und verhindert das Slicing." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4042,10 +4203,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Materialprofile und Plug-ins aus dem Marketplace hinzufügen\n" -"- Materialprofile und Plug-ins sichern und synchronisieren\n" -"- Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der Ultimaker Community" +msgstr "- Materialprofile und Plug-ins aus dem Marketplace hinzufügen\n- Materialprofile und Plug-ins sichern und synchronisieren\n- Ideenaustausch mit und Hilfe" +" von mehr als 48.000 Benutzern in der Ultimaker Community" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4219,8 +4378,12 @@ msgstr "Datei(en) öffnen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Es wurden eine oder mehrere G-Code-Datei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine G-Code-Datei auf einmal öffnen. Wenn Sie eine G-Code-Datei öffnen möchten wählen Sie bitte nur eine Datei." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Es wurden eine oder mehrere G-Code-Datei(en) innerhalb der von Ihnen gewählten Dateien gefunden. Sie können nur eine G-Code-Datei auf einmal öffnen. Wenn" +" Sie eine G-Code-Datei öffnen möchten wählen Sie bitte nur eine Datei." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4269,9 +4432,15 @@ msgid "Custom" msgstr "Benutzerdefiniert" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "Es gibt kein %1-Profil für die Konfiguration in der Extruder %2. Es wird stattdessen der Standard verwendet" msgstr[1] "Es gibt kein %1-Profil für die Konfigurationen in den Extrudern %2. Es wird stattdessen der Standard verwendet" @@ -4282,7 +4451,8 @@ msgstr "Stufenweise Füllung" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Die graduelle Füllung steigert die Menge der Füllung nach oben hin schrittweise." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4292,8 +4462,11 @@ msgstr "Stützstruktur" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Damit werden Strukturen zur Unterstützung von Modellteilen mit Überhängen generiert. Ohne diese Strukturen würden solche Teile während des Druckvorgangs zusammenfallen." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." +msgstr "Damit werden Strukturen zur Unterstützung von Modellteilen mit Überhängen generiert. Ohne diese Strukturen würden solche Teile während des Druckvorgangs" +" zusammenfallen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 @@ -4303,7 +4476,9 @@ msgstr "Profile" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "Sie haben einige Profileinstellungen geändert. Wenn Sie diese ändern möchten, wechseln Sie in den Modus „Benutzerdefiniert“." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4313,8 +4488,11 @@ msgstr "Haftung" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Drucken eines Brim- oder Raft-Elements aktivieren. Es wird ein flacher Bereich rund um oder unter Ihrem Objekt hinzugefügt, das im Anschluss leicht abgeschnitten werden kann." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." +msgstr "Drucken eines Brim- oder Raft-Elements aktivieren. Es wird ein flacher Bereich rund um oder unter Ihrem Objekt hinzugefügt, das im Anschluss leicht abgeschnitten" +" werden kann." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 msgctxt "@label:header" @@ -4335,13 +4513,11 @@ msgstr "Profil" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Einige Einstellungs-/Überschreibungswerte unterscheiden sich von den im Profil gespeicherten Werten.\n" -"\n" -"Klicken Sie, um den Profilmanager zu öffnen." +msgstr "Einige Einstellungs-/Überschreibungswerte unterscheiden sich von den im Profil gespeicherten Werten.\n\nKlicken Sie, um den Profilmanager zu öffnen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4361,29 +4537,34 @@ msgstr "Aktuell" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Einheit" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Umbenennen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Bitte geben Sie einen neuen Namen ein." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Diese Einstellung wurde durch das aktive Gerät ausgeblendet und ist nicht sichtbar." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Diese Einstellung wurde durch den Wert von %1 ausgeblendet. Ändern Sie den Wert dieser Einstellung, um diese Einstellung sichtbar zu machen." +msgstr[1] "Diese Einstellung wurde durch die Werte von %1 ausgeblendet. Ändern Sie die Werte dieser Einstellung, um diese Einstellung sichtbar zu machen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4394,7 +4575,7 @@ msgstr "Sichtbarkeit einstellen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Standardeinstellungen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4404,7 +4585,7 @@ msgstr "Alle prüfen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Neue hinzufügen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4426,7 +4607,9 @@ msgstr "Änderung Durchmesser bestätigen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "Der neue Filament-Durchmesser wurde auf %1 mm eingestellt, was nicht kompatibel mit dem aktuellen Extruder ist. Möchten Sie fortfahren?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4452,7 +4635,7 @@ msgstr "Farbe" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Material-Farbwähler" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4526,7 +4709,9 @@ msgstr "Materialien mit Druckern synchronisieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Mit ein paar einfachen Schritten können Sie alle Ihre Materialprofile mit Ihren Druckern synchronisieren." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4546,7 +4731,9 @@ msgstr "Anmelden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Um die Materialprofile automatisch mit all Ihren mit Digital Factory verbundenen Druckern zu synchronisieren, müssen Sie in Cura angemeldet sein." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4584,7 +4771,8 @@ msgstr "Fehlen Drucker?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Vergewissern Sie sich, dass alle Ihre Drucker eingeschaltet und mit Digital Factory verbunden sind." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4621,8 +4809,12 @@ msgstr "Keine Drucker gefunden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Es scheint, als ob Sie keine kompatiblen Drucker mit Digital Factory verbunden haben. Stellen Sie sicher, dass Ihr Drucker verbunden ist und die neueste Firmware ausgeführt wird." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." +msgstr "Es scheint, als ob Sie keine kompatiblen Drucker mit Digital Factory verbunden haben. Stellen Sie sicher, dass Ihr Drucker verbunden ist und die neueste" +" Firmware ausgeführt wird." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" @@ -4640,8 +4832,10 @@ msgid "Sync material profiles via USB" msgstr "Synchronisieren von Materialprofilen über USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Führen Sie die folgenden Schritte aus, um die neuen Materialprofile in Ihren Drucker zu laden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4652,17 +4846,19 @@ msgstr "Klicken Sie auf die Schaltfläche Materialarchiv exportieren." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 msgctxt "@text" msgid "Save the .umm file on a USB stick." -msgstr "Speichern Sie die .umm-Datei auf einem USB-Stick." +msgstr "Save the .umm file on a USB stick." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Stecken Sie den USB-Stick in Ihren Drucker und starten Sie das Verfahren zum Laden neuer Materialprofile." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" -msgstr "Wie lade ich neue Materialprofile in meinen Drucker" +msgstr "How to load new material profiles to my printer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 @@ -4683,13 +4879,13 @@ msgstr "Alle Materialien exportieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Mit aktivem Drucker kompatible Materialien:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Neu erstellen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4700,7 +4896,7 @@ msgstr "Import" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Mit Druckern synchronisieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4739,7 +4935,8 @@ msgstr "Material wurde erfolgreich importiert %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Material konnte nicht importiert werden %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4750,7 +4947,8 @@ msgstr "Material exportieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Exportieren des Materials nach %1: %2 schlug fehl" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4761,31 +4959,33 @@ msgstr "Material erfolgreich nach %1 exportiert" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Mit aktivem Drucker kompatible Profile:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Neues Profil aus aktuellen Einstellungen/Überschreibungen erstellen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Einige Einstellungen des aktuellen Profils wurden überschrieben." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Profil aktualisieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Profil mit aktuellen Einstellungen/Überschreibungen aktualisieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "Dieses Profil verwendet die vom Drucker festgelegten Standardeinstellungen, deshalb sind in der folgenden Liste keine Einstellungen/Überschreibungen enthalten." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4838,7 +5038,7 @@ msgstr "Schnittstelle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- unvollständig --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4846,9 +5046,10 @@ msgid "Currency:" msgstr "Währung:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Thema*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4862,8 +5063,9 @@ msgstr "Automatisch schneiden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Die Anwendung muss neu gestartet werden, damit die Änderungen in Kraft treten." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4872,7 +5074,9 @@ msgstr "Viewport-Verhalten" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Nicht gestützte Bereiche des Modells in rot hervorheben. Ohne Support werden diese Bereiche nicht korrekt gedruckt." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4882,7 +5086,9 @@ msgstr "Überhang anzeigen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." msgstr "Heben Sie fehlende oder fehlerhafte Flächen des Modells mithilfe von Warnhinweisen hervor. In den Werkzeugpfaden fehlen oft Teile der beabsichtigten Geometrie." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 @@ -4892,7 +5098,9 @@ msgstr "Modellfehler anzeigen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Bewegt die Kamera, bis sich das Modell im Mittelpunkt der Ansicht befindet, wenn ein Modell ausgewählt wurde" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4917,7 +5125,8 @@ msgstr "Soll das Zoomen in Richtung der Maus erfolgen?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Das Zoomen in Richtung der Maus wird in der orthografischen Perspektive nicht unterstützt." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4927,7 +5136,8 @@ msgstr "In Mausrichtung zoomen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "Sollen Modelle auf der Plattform so verschoben werden, dass sie sich nicht länger überschneiden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5000,7 +5210,9 @@ msgstr "Dateien öffnen und speichern" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "Sollten Dateien vom Desktop oder von externen Anwendungen in derselben Instanz von Cura geöffnet werden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5010,7 +5222,9 @@ msgstr "Eine einzelne Instanz von Cura verwenden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Soll das Druckbett jeweils vor dem Laden eines neuen Modells in einer einzelnen Instanz von Cura gelöscht werden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5030,8 +5244,11 @@ msgstr "Große Modelle anpassen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Ein Modell kann extrem klein erscheinen, wenn seine Maßeinheit z. B. in Metern anstelle von Millimetern angegeben ist. Sollen diese Modelle hoch skaliert werden?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" +msgstr "Ein Modell kann extrem klein erscheinen, wenn seine Maßeinheit z. B. in Metern anstelle von Millimetern angegeben ist. Sollen diese Modelle hoch skaliert" +" werden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" @@ -5050,7 +5267,9 @@ msgstr "Modelle wählen, nachdem sie geladen wurden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Soll ein Präfix anhand des Druckernamens automatisch zum Namen des Druckauftrags hinzugefügt werden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5095,12 +5314,18 @@ msgstr "Modelle immer importieren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Wenn Sie Änderungen für ein Profil vorgenommen haben und zu einem anderen Profil gewechselt sind, wird ein Dialog angezeigt, der hinterfragt, ob Sie Ihre Änderungen beibehalten möchten oder nicht; optional können Sie ein Standardverhalten wählen, sodass dieser Dialog nicht erneut angezeigt wird." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Wenn Sie Änderungen für ein Profil vorgenommen haben und zu einem anderen Profil gewechselt sind, wird ein Dialog angezeigt, der hinterfragt, ob Sie Ihre" +" Änderungen beibehalten möchten oder nicht; optional können Sie ein Standardverhalten wählen, sodass dieser Dialog nicht erneut angezeigt wird." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Standardverhalten für geänderte Einstellungswerte beim Wechsel zu einem anderen Profil: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5120,8 +5345,12 @@ msgstr "Privatsphäre" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Sollen anonyme Daten über Ihren Druck an Ultimaker gesendet werden? Beachten Sie, dass keine Modelle, IP-Adressen oder andere personenbezogene Daten gesendet oder gespeichert werden." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "Sollen anonyme Daten über Ihren Druck an Ultimaker gesendet werden? Beachten Sie, dass keine Modelle, IP-Adressen oder andere personenbezogene Daten gesendet" +" oder gespeichert werden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" @@ -5165,8 +5394,11 @@ msgstr "Stabile und Beta-Versionen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Sollte jedes Mal, wenn Cura gestartet wird, eine automatische Überprüfung auf neue Plug-ins durchgeführt werden? Es wird dringend empfohlen, diese Funktion nicht zu deaktivieren!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" +msgstr "Sollte jedes Mal, wenn Cura gestartet wird, eine automatische Überprüfung auf neue Plug-ins durchgeführt werden? Es wird dringend empfohlen, diese Funktion" +" nicht zu deaktivieren!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 msgctxt "@option:check" @@ -5206,7 +5438,9 @@ msgstr "Der Drucker unter dieser Adresse hat noch nicht reagiert." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Dieser Drucker kann nicht hinzugefügt werden, weil es sich um einen unbekannten Drucker handelt oder er nicht im Host einer Gruppe enthalten ist." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5303,10 +5537,10 @@ msgstr "Willkommen bei Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Befolgen Sie bitte diese Schritte für das Einrichten von\n" -"Ultimaker Cura. Dies dauert nur wenige Sekunden." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Befolgen Sie bitte diese Schritte für das Einrichten von\nUltimaker Cura. Dies dauert nur wenige Sekunden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5385,7 +5619,9 @@ msgstr "Helfen Sie uns, Ultimaker Cura zu verbessern" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura erfasst anonyme Daten, um die Druckqualität und Benutzererfahrung zu steigern. Dazu gehören:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5410,7 +5646,8 @@ msgstr "Druckeinstellungen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Die von Ultimaker Cura erfassten Daten enthalten keine personenbezogenen Daten." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5462,22 +5699,30 @@ msgstr "Voreingestellte Drucker" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "Der Cloud-Drucker ist offline. Bitte prüfen Sie, ob der Drucker eingeschaltet und mit dem Internet verbunden ist." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Der Drucker ist nicht mit Ihrem Konto verbunden. Bitte besuchen Sie die Ultimaker Digital Factory, um eine Verbindung herzustellen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "Die Cloud-Verbindung ist aktuell nicht verfügbar. Bitte melden Sie sich an, um sich mit dem Cloud-Drucker zu verbinden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "Die Cloud-Verbindung ist aktuell nicht verfügbar. Bitte überprüfen Sie ihre Internetverbindung." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5493,7 +5738,7 @@ msgstr "Drucker verwalten" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Suche" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5553,13 +5798,12 @@ msgstr "Soll das Drucken wirklich abgebrochen werden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Einige ausgeblendete Einstellungen verwenden Werte, die von ihren normalen, berechneten Werten abweichen.\n" -"\n" -"Klicken Sie, um diese Einstellungen sichtbar zu machen." +msgstr "Einige ausgeblendete Einstellungen verwenden Werte, die von ihren normalen, berechneten Werten abweichen.\n\nKlicken Sie, um diese Einstellungen sichtbar" +" zu machen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5599,7 +5843,9 @@ msgstr "Sichtbarkeit einstellen wird konfiguriert..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Diese Einstellung wird nicht verwendet, weil alle hierdurch beeinflussten Einstellungen aufgehoben werden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5614,7 +5860,9 @@ msgstr "Wird beeinflusst von" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Diese Einstellung wird stets zwischen allen Extrudern geteilt. Eine Änderung ändert den Wert für alle Extruder." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5628,26 +5876,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Diese Einstellung hat einen vom Profil abweichenden Wert.\n" -"\n" -"Klicken Sie, um den Wert des Profils wiederherzustellen." +msgstr "Diese Einstellung hat einen vom Profil abweichenden Wert.\n\nKlicken Sie, um den Wert des Profils wiederherzustellen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Diese Einstellung wird normalerweise berechnet; aktuell ist jedoch ein Absolutwert eingestellt.\n" -"\n" -"Klicken Sie, um den berechneten Wert wiederherzustellen." +msgstr "Diese Einstellung wird normalerweise berechnet; aktuell ist jedoch ein Absolutwert eingestellt.\n\nKlicken Sie, um den berechneten Wert wiederherzustellen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Hexadezimal" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5672,7 +5915,7 @@ msgstr "Geschätzte verbleibende Zeit" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Online-Fehlerbehebung anzeigen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5750,9 +5993,11 @@ msgid "Manage Materials..." msgstr "Materialien werden verwaltet..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Weiteres Material aus Marketplace hinzufügen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6006,7 +6251,9 @@ msgstr "UFP-Reader" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Stellt eine Verbindung zur Digitalen Bibliothek her und ermöglicht es Cura, Dateien aus der Digitalen Bibliothek zu öffnen und darin zu speichern." #: DigitalLibrary/plugin.json @@ -6046,7 +6293,9 @@ msgstr "Ultimaker-Netzwerkverbindung" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Überprüft Modelle und Druckkonfiguration auf mögliche Probleme und erteilt Empfehlungen." #: ModelChecker/plugin.json @@ -6057,7 +6306,7 @@ msgstr "Modell-Prüfer" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Stellt eine Vorschau der Daten der Slice-Ebene bereit." #: SimulationView/plugin.json msgctxt "name" @@ -6197,12 +6446,12 @@ msgstr "Upgrade von Version 4.1 auf 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Aktualisiert Konfigurationen von Cura 4.13 auf Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Upgrade von Version 4.13 auf 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6456,7 +6705,8 @@ msgstr "Nachbearbeitung" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Erstellt ein Radierernetz, um den Druck von Stützstrukturen in bestimmten Positionen zu blockieren" #: SupportEraser/plugin.json @@ -6486,7 +6736,9 @@ msgstr "Röntgen-Ansicht" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Ermöglicht Maschinenabläufe für Ultimaker-Maschinen (z. B. Assistent für Bettnivellierung, Auswahl von Upgrades usw.)" #: UltimakerMachineActions/plugin.json @@ -6496,13 +6748,15 @@ msgstr "Ultimaker-Maschinenabläufe" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Verwaltet die Erweiterungen der Anwendung und ermöglicht das Durchsuchen von Erweiterungen auf der Ultimaker-Website." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Marktplatz" #: SolidView/plugin.json msgctxt "description" @@ -6526,7 +6780,9 @@ msgstr "G-Code-Reader" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Beschreibt die Durchführung der Geräteeinstellung (z. B. Druckabmessung, Düsengröße usw.)" #: MachineSettingsAction/plugin.json @@ -6536,7 +6792,8 @@ msgstr "Beschreibung Geräteeinstellungen" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Akzeptiert den G-Code und sendet diesen an einen Drucker. Das Plugin kann auch die Firmware aktualisieren." #: USBPrinting/plugin.json diff --git a/resources/i18n/de_DE/fdmextruder.def.json.po b/resources/i18n/de_DE/fdmextruder.def.json.po index e8f3bc0c92..0d8d6b4fab 100644 --- a/resources/i18n/de_DE/fdmextruder.def.json.po +++ b/resources/i18n/de_DE/fdmextruder.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:15+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: German\n" -"Language: de_DE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -53,7 +51,9 @@ msgstr "Düsendurchmesser" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Der Innendurchmesser der Düse. Verwenden Sie diese Einstellung, wenn Sie eine Düse einer Nicht-Standardgröße verwenden." #: fdmextruder.def.json @@ -93,7 +93,9 @@ msgstr "Absolute Startposition des Extruders" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "Bevorzugen Sie eine absolute Startposition des Extruders anstelle einer relativen Position zur zuletzt bekannten Kopfposition." #: fdmextruder.def.json @@ -133,7 +135,9 @@ msgstr "Absolute Extruder-Endposition" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "Bevorzugen Sie eine absolute Endposition des Extruders anstelle einer relativen Position zur zuletzt bekannten Kopfposition." #: fdmextruder.def.json @@ -163,7 +167,9 @@ msgstr "Z-Position Extruder-Einzug" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Die Z-Koordinate der Position, an der die Düse am Druckbeginn einzieht." #: fdmextruder.def.json @@ -173,7 +179,10 @@ msgstr "Drucklüfter Extruder" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." msgstr "Die Anzahl der Drucklüfter für diesen Extruder. Nur vom Standardwert 0 ändern, wenn Sie für jeden Extruder einen anderen Drucklüfter verwenden." #: fdmextruder.def.json @@ -193,7 +202,9 @@ msgstr "X-Position Extruder-Einzug" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Die X-Koordinate der Position, an der die Düse am Druckbeginn einzieht." #: fdmextruder.def.json @@ -203,7 +214,9 @@ msgstr "Y-Position Extruder-Einzug" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Die Y-Koordinate der Position, an der die Düse am Druckbeginn einzieht." #: fdmextruder.def.json @@ -223,7 +236,9 @@ msgstr "Durchmesser" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Der Durchmesser des verwendeten Filaments wird angepasst. Stellen Sie hier den Durchmesser des verwendeten Filaments ein." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index deb12a31b2..35b339e76b 100644 --- a/resources/i18n/de_DE/fdmprinter.def.json.po +++ b/resources/i18n/de_DE/fdmprinter.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:16+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: German , German \n" -"Language: de_DE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -43,7 +41,9 @@ msgstr "Anzeige der Gerätevarianten" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Zeigt optional die verschiedenen Varianten dieses Geräts an, die in separaten json-Dateien beschrieben werden." #: fdmprinter.def.json @@ -56,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"G-Code-Befehle, die ganz am Anfang ausgeführt werden - getrennt durch \n" -"." +msgstr "G-Code-Befehle, die zu Beginn ausgeführt werden sollen – getrennt durch \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -70,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"G-Code-Befehle, die ganz am Ende ausgeführt werden - getrennt durch \n" -"." +msgstr "G-Code-Befehle, die am Ende ausgeführt werden sollen – getrennt durch \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -91,7 +87,9 @@ msgstr "Durchmesser" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Der Durchmesser des verwendeten Filaments wird angepasst. Stellen Sie hier den Durchmesser des verwendeten Filaments ein." #: fdmprinter.def.json @@ -101,7 +99,9 @@ msgstr "Warten auf Aufheizen der Druckplatte" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Option zur Eingabe eines Befehls beim Start, um zu warten, bis die Druckplattentemperatur erreicht wurde." #: fdmprinter.def.json @@ -121,8 +121,12 @@ msgstr "Materialtemperaturen einfügen" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Option zum Einfügen von Befehlen für die Düsentemperatur am Start des Gcodes. Wenn der start_gcode bereits Befehle für die Düsentemperatur enthält, deaktiviert das Cura Programm diese Einstellung automatisch." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Option zum Einfügen von Befehlen für die Düsentemperatur am Start des Gcodes. Wenn der start_gcode bereits Befehle für die Düsentemperatur enthält, deaktiviert" +" das Cura Programm diese Einstellung automatisch." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -131,8 +135,12 @@ msgstr "Temperaturprüfung der Druckplatte einfügen" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Option zum Einfügen von Befehlen für die Druckplattentemperatur am Start des Gcodes. Wenn der start_gcode bereits Befehle für die Druckplattentemperatur enthält, deaktiviert das Cura Programm diese Einstellung automatisch." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Option zum Einfügen von Befehlen für die Druckplattentemperatur am Start des Gcodes. Wenn der start_gcode bereits Befehle für die Druckplattentemperatur" +" enthält, deaktiviert das Cura Programm diese Einstellung automatisch." #: fdmprinter.def.json msgctxt "machine_width label" @@ -171,7 +179,8 @@ msgstr "Druckbettform" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "Die Form der Druckplatte ohne Berücksichtigung nicht druckbarer Bereiche." #: fdmprinter.def.json @@ -231,8 +240,12 @@ msgstr "Immer aktives Tools schreiben" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Mit aktivem Werkzeug schreiben, nach dem temporäre Befehle an das inaktive Werkzeug übermittelt wurden. Erforderlich für Dual-Extruder-Druck mit Smoothie oder anderer Firmware mit modalen Werkzeugbefehlen." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Mit aktivem Werkzeug schreiben, nach dem temporäre Befehle an das inaktive Werkzeug übermittelt wurden. Erforderlich für Dual-Extruder-Druck mit Smoothie" +" oder anderer Firmware mit modalen Werkzeugbefehlen." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -241,7 +254,9 @@ msgstr "Is-Center-Ursprung" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Definiert, ob die X/Y-Koordinaten der Nullposition des Druckers in der Mitte des druckbaren Bereichs stehen." #: fdmprinter.def.json @@ -251,7 +266,9 @@ msgstr "Anzahl Extruder" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Anzahl der Extruder-Elemente. Ein Extruder-Element ist die Kombination aus Zuführung, Filamentführungsschlauch und Düse." #: fdmprinter.def.json @@ -261,7 +278,8 @@ msgstr "Anzahl der aktivierten Extruder" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Anzahl der aktivierten Extruder-Elemente; wird automatisch in der Software festgelegt" #: fdmprinter.def.json @@ -281,7 +299,9 @@ msgstr "Düsenlänge" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "Der Höhenunterschied zwischen der Düsenspitze und dem untersten Bereich des Druckkopfes." #: fdmprinter.def.json @@ -291,7 +311,9 @@ msgstr "Düsenwinkel" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "Der Winkel zwischen der horizontalen Planfläche und dem konischen Teil direkt über der Düsenspitze." #: fdmprinter.def.json @@ -301,7 +323,9 @@ msgstr "Heizzonenlänge" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "Die Distanz von der Düsenspitze, in der Wärme von der Düse zum Filament geleitet wird." #: fdmprinter.def.json @@ -311,7 +335,9 @@ msgstr "Temperatursteuerung der Düse aktivieren" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Für die Temperatursteuerung von Cura. Schalten Sie diese Funktion aus, um die Düsentemperatur außerhalb von Cura zu steuern." #: fdmprinter.def.json @@ -321,7 +347,9 @@ msgstr "Aufheizgeschwindigkeit" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "Die Geschwindigkeit (°C/Sek.), mit der die Düse durchschnittlich bei normalen Drucktemperaturen und im Standby aufheizt." #: fdmprinter.def.json @@ -331,7 +359,9 @@ msgstr "Abkühlgeschwindigkeit" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "Die Geschwindigkeit (°C/Sek.), mit der die Düse durchschnittlich bei normalen Drucktemperaturen und im Standby abkühlt." #: fdmprinter.def.json @@ -341,8 +371,12 @@ msgstr "Mindestzeit Standby-Temperatur" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "Die Mindestzeit, die ein Extruder inaktiv sein muss, bevor die Düse abkühlt. Nur wenn der Extruder über diese Zeit hinaus nicht verwendet wurde, kann er auf die Standby-Temperatur abkühlen." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "Die Mindestzeit, die ein Extruder inaktiv sein muss, bevor die Düse abkühlt. Nur wenn der Extruder über diese Zeit hinaus nicht verwendet wurde, kann er" +" auf die Standby-Temperatur abkühlen." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -406,7 +440,9 @@ msgstr "Firmware-Einzug" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Definiert, ob Firmware-Einzugsbefehle (G10/G11) anstelle der E-Eigenschaft in G1-Befehlen verwendet wird, um das Material einzuziehen." #: fdmprinter.def.json @@ -416,7 +452,9 @@ msgstr "Extruder teilen sich Heizelement" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Gibt an, ob die Extruder sich ein Heizelement teilen oder jeweils über ein eigenes verfügen." #: fdmprinter.def.json @@ -426,8 +464,18 @@ msgstr "Extruder teilen sich eine Düse" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Gibt an, ob die Extruder gemeinsam eine Düse nutzen oder jeweils über eine eigene verfügen. In der Einstellung „true“ ist zu erwarten, dass das GCode-Skript „printer-start“ alle Extruder ordnungsgemäß in einem bekannten und untereinander kompatiblen Anfangszustand anordnet (Rückzugstellung; entweder Null oder mit einem nicht zurückgezogenen Filament); in diesem Fall wird die anfängliche Rückzugstellung für jeden Extruder durch den Parameter „machine_extruders_shared_nozzle_initial_retraction“ beschrieben." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Gibt an, ob die Extruder gemeinsam eine Düse nutzen oder jeweils über eine eigene verfügen. In der Einstellung „true“ ist zu erwarten, dass das GCode-Skript" +" „printer-start“ alle Extruder ordnungsgemäß in einem bekannten und untereinander kompatiblen Anfangszustand anordnet (Rückzugstellung; entweder Null oder" +" mit einem nicht zurückgezogenen Filament); in diesem Fall wird die anfängliche Rückzugstellung für jeden Extruder durch den Parameter „machine_extruders_shared_nozzle_initial_retraction“" +" beschrieben." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -436,8 +484,13 @@ msgstr "Rückzugstellung der gemeinsam genutzten Düse" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "Bestimmt, wie weit das Filament jedes Extruders bei Abschluss des GCode-Skripts „printer-start“ von der gemeinsam genutzten Düsenspitze zurückgezogen sein soll; der Wert sollte gleich oder größer sein als die Länge des gemeinsamen Teils der Düsenkanäle." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "Bestimmt, wie weit das Filament jedes Extruders bei Abschluss des GCode-Skripts „printer-start“ von der gemeinsam genutzten Düsenspitze zurückgezogen sein" +" soll; der Wert sollte gleich oder größer sein als die Länge des gemeinsamen Teils der Düsenkanäle." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -466,8 +519,12 @@ msgstr "Gerätekopf und Lüfter Polygon" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "Die Form des Druckkopfes. Dies sind die Koordinaten relativ zur Position des Druckkopfs; meist ist dies die Position des ersten Extruders. Die Abmessungen" +" links und vor dem Druckkopf müssen negative Koordinaten sein." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -476,7 +533,9 @@ msgstr "Brückenhöhe" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "Der Höhenunterschied zwischen der Düsenspitze und dem Brückensystem (X- und Y-Achsen)." #: fdmprinter.def.json @@ -496,7 +555,9 @@ msgstr "Düsendurchmesser" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Der Innendurchmesser der Düse. Verwenden Sie diese Einstellung, wenn Sie eine Düse einer Nicht-Standardgröße verwenden." #: fdmprinter.def.json @@ -506,7 +567,8 @@ msgstr "Versatz mit Extruder" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Verwenden Sie den Extruder-Versatz für das Koordinatensystem. Betrifft alle Extruder." #: fdmprinter.def.json @@ -516,7 +578,9 @@ msgstr "Z-Position Extruder-Einzug" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Die Z-Koordinate der Position, an der die Düse am Druckbeginn einzieht." #: fdmprinter.def.json @@ -526,7 +590,9 @@ msgstr "Extruder absolute Einzugsposition" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Bevorzugen Sie eine absolute Einzugsposition des Extruders anstelle einer relativen Position zur zuletzt bekannten Kopfposition." #: fdmprinter.def.json @@ -562,7 +628,7 @@ msgstr "Die Maximaldrehzahl für den Motor der Z-Richtung." #: fdmprinter.def.json msgctxt "machine_max_feedrate_e label" msgid "Maximum Speed E" -msgstr "Maximaldrehzahl Extruder" +msgstr "Maximum Speed E" #: fdmprinter.def.json msgctxt "machine_max_feedrate_e description" @@ -656,7 +722,9 @@ msgstr "Schritte pro Millimeter (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "Anzahl der Schritte des Schrittmotors, die zu einem Millimeter Bewegung in X-Richtung führen." #: fdmprinter.def.json @@ -666,7 +734,9 @@ msgstr "Schritte pro Millimeter (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Anzahl der Schritte des Schrittmotors, die zu einem Millimeter Bewegung in Y-Richtung führen." #: fdmprinter.def.json @@ -676,7 +746,9 @@ msgstr "Schritte pro Millimeter (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Anzahl der Schritte des Schrittmotors, die zu einem Millimeter Bewegung in Z-Richtung führen." #: fdmprinter.def.json @@ -686,7 +758,9 @@ msgstr "Schritte pro Millimeter (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "Wie viele Schritte sollen die Schrittmotoren ausführen, um das Feeder-Rad um einen Millimeter auf seinem Umfang zu bewegen." #: fdmprinter.def.json @@ -696,7 +770,9 @@ msgstr "X-Endanschlag in positiver Richtung" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Definiert, ob der Endanschlag der X-Achse in positiver Richtung (hohe X-Koordinate) oder negativer Richtung (niedrige X-Koordinate) liegt." #: fdmprinter.def.json @@ -706,7 +782,9 @@ msgstr "Y-Endanschlag in positiver Richtung" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Definiert, ob der Endanschlag der Y-Achse in positiver Richtung (hohe Y-Koordinate) oder negativer Richtung (niedrige Y-Koordinate) liegt." #: fdmprinter.def.json @@ -716,7 +794,9 @@ msgstr "Z-Endanschlag in positiver Richtung" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Definiert, ob der Endanschlag der Z-Achse in positiver Richtung (hohe Z-Koordinate) oder negativer Richtung (niedrige Z-Koordinate) liegt." #: fdmprinter.def.json @@ -742,12 +822,12 @@ msgstr "Der Durchmesser des Rades für den Transport des Materials in den Feeder #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Skalierung der Lüftergeschwindigkeit auf 0–1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Skalieren der Lüftergeschwindigkeit auf einen Wert zwischen 0 und 1 statt zwischen 0 und 256" #: fdmprinter.def.json msgctxt "resolution label" @@ -756,7 +836,9 @@ msgstr "Qualität" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Alle Einstellungen, die die Auflösung des Drucks beeinflussen. Diese Einstellungen haben große Auswirkung auf die Qualität (und Druckdauer)." #: fdmprinter.def.json @@ -766,8 +848,11 @@ msgstr "Schichtdicke" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "Die Dicke jeder Schicht in mm. Bei höheren Werten werden schnellere Drucke mit niedrigerer Auflösung hergestellt, bei niedrigeren Werten langsamere Drucke mit höherer Auflösung." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "Die Dicke jeder Schicht in mm. Bei höheren Werten werden schnellere Drucke mit niedrigerer Auflösung hergestellt, bei niedrigeren Werten langsamere Drucke" +" mit höherer Auflösung." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -776,7 +861,9 @@ msgstr "Dicke der ersten Schicht" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "Die Dicke der ersten Schicht in mm. Eine dicke erste Schicht erleichtert die Haftung am Druckbett." #: fdmprinter.def.json @@ -786,8 +873,12 @@ msgstr "Linienbreite" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "Die Breite einer einzelnen Linie. Generell sollte die Breite jeder Linie der Breite der Düse entsprechen. Eine leichte Reduzierung dieses Werts kann jedoch zu besseren Drucken führen." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "Die Breite einer einzelnen Linie. Generell sollte die Breite jeder Linie der Breite der Düse entsprechen. Eine leichte Reduzierung dieses Werts kann jedoch" +" zu besseren Drucken führen." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -806,7 +897,9 @@ msgstr "Breite der äußeren Wandlinien" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "Die Breite der äußersten Wandlinie. Indem dieser Wert reduziert wird, können höhere Detaillierungsgrade erreicht werden." #: fdmprinter.def.json @@ -816,7 +909,8 @@ msgstr "Breite der inneren Wandlinien" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "Die Breite einer einzelnen Wandlinie für alle Wandlinien, außer der äußersten." #: fdmprinter.def.json @@ -906,7 +1000,9 @@ msgstr "Linienbreite der ersten Schicht" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Multiplikator der Linienbreite der ersten Schicht. Eine Erhöhung dieses Werts verbessert möglicherweise die Betthaftung." #: fdmprinter.def.json @@ -926,7 +1022,9 @@ msgstr "Extruder für Wand" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "Die für das Drucken der Wände verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -936,7 +1034,9 @@ msgstr "Extruder Außenwand" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "Die für das Drucken der Außenwände verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -946,7 +1046,9 @@ msgstr "Extruder Innenwand" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "Die für das Drucken der Innenwände verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -956,7 +1058,9 @@ msgstr "Wanddicke" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "Die Dicke der Wände in horizontaler Richtung. Dieser Wert geteilt durch die Wandliniendicke bestimmt die Anzahl der Wände." #: fdmprinter.def.json @@ -966,58 +1070,85 @@ msgstr "Anzahl der Wandlinien" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Die Anzahl der Wände. Wenn diese anhand der Wanddicke berechnet wird, wird der Wert auf eine ganze Zahl auf- oder abgerundet." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Wandübergangslänge" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Wenn beim Übergang zwischen verschiedenen Wänden das Teil dünner wird, wird ein bestimmter Raum zugewiesen, in dem sich die Wandlinien teilen bzw. verbinden." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Anzahl verteilter Wände" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "Die Anzahl der Wände, gezählt von der Mitte aus, über welche die Variation verteilt werden soll. Niedrigere Werte führen dazu, dass sich die Außenwände" +" in ihrer Stärke nicht verändern." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Schwellenwinkel für Wandübergang" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Legt fest, ab welchem Winkel Übergänge zwischen einer geraden und einer ungeraden Anzahl von Wänden erstellt werden. Eine Keilform mit einem größeren Winkel" +" als in dieser Einstellung erhält keine Übergänge und es werden keine Wände in der Mitte gedruckt, um den verbleibenden Raum zu füllen. Wenn diese Einstellung" +" verringert wird, reduziert dies die Anzahl und Länge dieser Mittelwände, kann jedoch Lücken oder zu starke Extrudierungen hinterlassen." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Wandübergangsfilter Abstand" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Wenn in schneller Folge viele Übergänge zwischen verschiedenen Wänden erzeugt würden, werden gar keine Übergänge erzeugt. Übergänge, die näher beieinander" +" liegen als dieser Abstand, werden entfernt." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Wandübergangsfilter Rand" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Vermeiden Sie den Wechsel zwischen getrennten und zusammengeführten Wänden. Dieser Rand erweitert den Bereich der Linienstärken auf [Minimale Wandlinienstärke" +" – Rand, 2 x Minimale Wandlinienstärke + Rand]. Wenn Sie diesen Rand vergrößern, wird die Anzahl der Übergänge reduziert, was die Anzahl der Starts/Stopps" +" und die Anfahrzeit für die Extrusion reduziert. Große Unterschiede der Linienstärken können jedoch zu Unter- oder Überextrusionsproblemen führen." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1026,7 +1157,9 @@ msgstr "Wipe-Abstand der Außenwand" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Entfernung einer Bewegung nach der Außenwand, um die Z-Naht besser zu verbergen." #: fdmprinter.def.json @@ -1036,8 +1169,13 @@ msgstr "Einfügung Außenwand" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Verwendete Einfügung am Pfad zur Außenwand. Wenn die Außenwand kleiner als die Düse ist und nach den Innenwänden gedruckt wird, verwenden Sie diesen Versatz, damit die Öffnung in der Düse mit den Innenwänden überlappt, anstelle mit der Außenseite des Modells." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Verwendete Einfügung am Pfad zur Außenwand. Wenn die Außenwand kleiner als die Düse ist und nach den Innenwänden gedruckt wird, verwenden Sie diesen Versatz," +" damit die Öffnung in der Düse mit den Innenwänden überlappt, anstelle mit der Außenseite des Modells." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1046,28 +1184,40 @@ msgstr "Reihenfolge des Wanddrucks optimieren" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Optimieren Sie die Reihenfolge, in der die Wände gedruckt werden, um die Anzahl der Einzüge und die zurückgelegten Distanzen zu reduzieren. Dieser Schritt bringt für die meisten Teile Vorteile, allerdings werden einige möglicherweise länger benötigen. Vergleichen Sie deshalb bitte die Schätzung der Druckzeiten mit und ohne Optimierung. Bei Wahl eines Brims als Druckplattenhaftungstyp ist die erste Schicht nicht optimiert." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Optimieren Sie die Reihenfolge, in der die Wände gedruckt werden, um die Anzahl der Einzüge und die zurückgelegten Distanzen zu reduzieren. Dieser Schritt" +" bringt für die meisten Teile Vorteile, allerdings werden einige möglicherweise länger benötigen. Vergleichen Sie deshalb bitte die Schätzung der Druckzeiten" +" mit und ohne Optimierung. Bei Wahl eines Brims als Druckplattenhaftungstyp ist die erste Schicht nicht optimiert." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Wandreihenfolge" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Bestimmt die Reihenfolge, in der die Wände gedruckt werden. Das frühe Drucken der Außenwände hilft bei der Maßgenauigkeit, da Fehler von Innenwänden nicht" +" an die Außenseite weitergegeben werden können. Wenn sie jedoch später gedruckt werden, ist ein Stapeldruck besser möglich, wenn Überhänge gedruckt werden." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "Von innen nach außen" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "Von außen nach innen" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1076,58 +1226,106 @@ msgstr "Abwechselnde Zusatzwände" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "Es wird eine Zusatzwand für jede zweite Schicht gedruckt. Auf diese Weise gelangt Füllung zwischen diese Zusatzwände, was zu stärkeren Drucken führt." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Mindestlinienstärke der Wand" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Bei dünnen Strukturen, die etwa ein- bis zweimal so groß sind wie die Düse, müssen die Linienstärken an die Dicke des Modells angepasst werden. Mit dieser" +" Einstellung wird die Mindestlinienstärke für die Wände festgelegt. Die minimalen Linienstärken bestimmen gleichzeitig auch die maximalen Linienstärken," +" da wir bei einer gewissen Stärke der Geometrie von N- auf N+1-Wände übergehen, wobei die N-Wände breit und die N+1-Wände schmal sind. Die maximale Wandlinienstärke" +" beträgt das Doppelte der minimalen Wandlinienstärke." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Minimale Wandlinienstärke (geradzahlig)" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "Die Mindestlinienstärke für normale polygonale Wände. Diese Einstellung legt fest, bei welcher Stärke des Modells vom Druck einer einzelnen dünnen Wandlinie" +" auf den Druck zweier Wandlinien umgeschaltet wird. Eine höhere minimale geradzahlige Wandlinienstärke führt zu einer höheren maximalen geradzahligen Wandlinienstärke." +" Die maximale geradzahlige Wandlinienstärke wird berechnet als Außenwandlinienstärke + 0,5 x minimale geradzahlige Wandlinienstärke." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Schwellenwert für das Teilen der Mittellinie" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "Die kleinste Linienstärke, als Faktor der normalen Linienstärke, über der die mittlere Linie (sofern vorhanden) in zwei unterteilt wird. Verringern Sie" +" diese Einstellung, um mehr, aber dünnere Linien zu verwenden. Erhöhen Sie sie, um weniger, aber stärkere Linien zu verwenden. Beachten Sie, dass dies" +" in der Weise gilt, als ob die gesamte Form mit der Wand gefüllt werden sollte, so dass sich die Mitte hier auf die Mitte des Objekts zwischen zwei äußeren" +" Kanten der Form bezieht, auch wenn sich anstelle der Wand tatsächlich Füllung oder (weitere) Oberflächen im Druck befinden." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Minimale Wandlinienstärke (ungeradzahlig)" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "Die minimale Linienbreite für Polylinienwände mit Lücken in der mittleren Linie. Diese Einstellung legt fest, bei welcher Stärke im Modell ein Übergang" +" vom Druck zweier Wandlinien zum Druck zweier Außenwände und einer einzigen zentralen Wand in der Mitte erfolgt. Eine höhere minimale ungeradzahlige Wandlinienstärke" +" führt zu einer höheren maximalen ungeradzahligen Wandlinienstärke. Die maximale ungerade Wandlinienbreite wird berechnet als 2 x Minimale Wandlinienstärke" +" (geradzahlig)," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Schwellenwert für das Hinzufügen einer Mittellinie" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "Die kleinste Linienstärke als Faktor der normalen Linienstärke, ab der eine Mittellinie (falls noch nicht vorhanden) eingefügt wird. Verringern Sie diese" +" Einstellung, um mehr, aber dünnere Linien zu verwenden. Erhöhen Sie sie, um weniger, aber stärkere Linien zu verwenden. Beachten Sie, dass dies in der" +" Weise gilt, als ob die gesamte Form mit der Wand gefüllt werden sollte, so dass sich die Mitte hier auf die Mitte des Objekts zwischen zwei äußeren Kanten" +" der Form bezieht, auch wenn sich anstelle der Wand tatsächlich Füllung oder (weitere) Oberflächen im Druck befinden." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1136,28 +1334,39 @@ msgstr "Drucken von dünnen Wänden" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Drucken Sie Teile des Modells, die horizontal dünner als die Düsengröße sind." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Mindestgröße des Merkmals" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Mindeststärke dünner Merkmale. Modellmerkmale, die dünner sind als dieser Wert, werden nicht gedruckt, während Merkmale, die dicker als die Mindeststärke" +" sind, auf die Mindestwandlinienstärke verbreitert werden." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Minimale Wandlinienstärke (dünn)" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Breite der Wand, die dünne Merkmale (entsprechend der Mindest-Merkmalgröße) des Modells ersetzen wird. Wenn die Mindeststärke der Wandlinie dünner ist" +" als die Stärke des Merkmals, wird die Wand so dick wie das Merkmal selbst." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1166,8 +1375,12 @@ msgstr "Horizontale Erweiterung" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "Der Abstand, der auf die Polygone in den einzelnen Schichten angewendet wird. Positive Werte können zu große Löcher kompensieren; negative Werte können zu kleine Löcher kompensieren." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "Der Abstand, der auf die Polygone in den einzelnen Schichten angewendet wird. Positive Werte können zu große Löcher kompensieren; negative Werte können" +" zu kleine Löcher kompensieren." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" @@ -1176,8 +1389,12 @@ msgstr "Horizontale Erweiterung erste Schicht" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "Der Abstand, der auf die Polygone in der ersten Schicht angewendet wird. Ein negativer Wert kann ein Zerquetschen der ersten Schicht, auch als „Elefantenfuß“ bezeichnet, ausgleichen." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "Der Abstand, der auf die Polygone in der ersten Schicht angewendet wird. Ein negativer Wert kann ein Zerquetschen der ersten Schicht, auch als „Elefantenfuß“" +" bezeichnet, ausgleichen." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1186,8 +1403,11 @@ msgstr "Horizontalloch-Erweiterung" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." -msgstr "Versatz, der auf die Löcher in jeder Schicht angewandt wird. Bei positiven Werten werden die Löcher vergrößert; bei negativen Werten werden die Löcher verkleinert." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." +msgstr "Versatz, der auf die Löcher in jeder Schicht angewandt wird. Bei positiven Werten werden die Löcher vergrößert; bei negativen Werten werden die Löcher" +" verkleinert." #: fdmprinter.def.json msgctxt "z_seam_type label" @@ -1196,8 +1416,15 @@ msgstr "Justierung der Z-Naht" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Der Startdruckpunkt von jedem Teil einer Schicht. Wenn der Druck der Teile in aufeinanderfolgenden Schichten am gleichen Punkt startet, kann eine vertikale Naht sichtbar werden. Wird dieser neben einer benutzerdefinierten Position ausgerichtet, ist die Naht am einfachsten zu entfernen. Wird er zufällig platziert, fallen die Ungenauigkeiten am Startpunkt weniger auf. Wird der kürzeste Weg eingestellt, ist der Druck schneller." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Der Startdruckpunkt von jedem Teil einer Schicht. Wenn der Druck der Teile in aufeinanderfolgenden Schichten am gleichen Punkt startet, kann eine vertikale" +" Naht sichtbar werden. Wird dieser neben einer benutzerdefinierten Position ausgerichtet, ist die Naht am einfachsten zu entfernen. Wird er zufällig platziert," +" fallen die Ungenauigkeiten am Startpunkt weniger auf. Wird der kürzeste Weg eingestellt, ist der Druck schneller." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1276,7 +1503,9 @@ msgstr "Z-Naht X" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "Die X-Koordinate der Position, neben der der Druck jedes Teils in einer Schicht begonnen wird." #: fdmprinter.def.json @@ -1286,7 +1515,9 @@ msgstr "Z-Naht Y" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "Die Y-Koordinate der Position, neben der der Druck jedes Teils in einer Schicht begonnen wird." #: fdmprinter.def.json @@ -1296,8 +1527,19 @@ msgstr "Präferenz Nahtkante" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Definieren Sie, ob Kanten am Modell-Umriss die Nahtposition beeinflussen. Keine bedeutet, dass Kanten keinen Einfluss auf die Nahtposition haben. Naht verbergen lässt die Naht mit höherer Wahrscheinlichkeit an einer innenliegenden Kante auftreten. Naht offenlegen lässt die Naht mit höherer Wahrscheinlichkeit an einer Außenkante auftreten. Naht verbergen oder offenlegen lässt die Naht mit höherer Wahrscheinlichkeit an einer innenliegenden oder außenliegenden Kante auftreten. Intelligent verbergen lässt die Naht an innen- oder außenliegenden Kanten auftreten, verwendet aber – falls zweckmäßig – häufiger innenliegende Kanten." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Definieren Sie, ob Kanten am Modell-Umriss die Nahtposition beeinflussen. Keine bedeutet, dass Kanten keinen Einfluss auf die Nahtposition haben. Naht" +" verbergen lässt die Naht mit höherer Wahrscheinlichkeit an einer innenliegenden Kante auftreten. Naht offenlegen lässt die Naht mit höherer Wahrscheinlichkeit" +" an einer Außenkante auftreten. Naht verbergen oder offenlegen lässt die Naht mit höherer Wahrscheinlichkeit an einer innenliegenden oder außenliegenden" +" Kante auftreten. Intelligent verbergen lässt die Naht an innen- oder außenliegenden Kanten auftreten, verwendet aber – falls zweckmäßig – häufiger innenliegende" +" Kanten." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1327,12 +1569,16 @@ msgstr "Intelligent verbergen" #: fdmprinter.def.json msgctxt "z_seam_relative label" msgid "Z Seam Relative" -msgstr "Relativwert der Z-Naht" +msgstr "Realitvwert der Z-Naht" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Bei Aktivierung sind die Z-Naht-Koordinaten relativ zur Mitte der jeweiligen Teile. Bei Deaktivierung definieren die Koordinaten eine absolute Position auf dem Druckbett." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Bei Aktivierung sind die Z-Naht-Koordinaten relativ zur Mitte der jeweiligen Teile. Bei Deaktivierung definieren die Koordinaten eine absolute Position" +" auf dem Druckbett." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1351,7 +1597,9 @@ msgstr "Oberfläche Außenhaut Extruder" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "Die für das Drucken der obersten Außenhaut verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -1361,7 +1609,9 @@ msgstr "Oberfläche Außenhaut Schichten" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "Die Anzahl der obersten Außenhautschichten. Üblicherweise reicht eine einzige oberste Schicht aus, um höherwertige Oberflächen zu generieren." #: fdmprinter.def.json @@ -1371,7 +1621,9 @@ msgstr "Extruder Oben/Unten" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "Die für das Drucken der oberen und unteren Außenhaut verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -1381,7 +1633,9 @@ msgstr "Obere/untere Dicke" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "Die Dicke der oberen/unteren Schichten des Drucks. Dieser Wert geteilt durch die Schichtdicke bestimmt die Anzahl der oberen/unteren Schichten." #: fdmprinter.def.json @@ -1391,7 +1645,9 @@ msgstr "Obere Dicke" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "Die Dicke der oberen Schichten des Drucks. Dieser Wert geteilt durch die Schichtdicke bestimmt die Anzahl der oberen Schichten." #: fdmprinter.def.json @@ -1401,7 +1657,9 @@ msgstr "Obere Schichten" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Die Anzahl der oberen Schichten. Wenn diese anhand der oberen Dicke berechnet wird, wird der Wert auf eine ganze Zahl auf- oder abgerundet." #: fdmprinter.def.json @@ -1411,7 +1669,9 @@ msgstr "Untere Dicke" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "Die Dicke der unteren Schichten des Drucks. Dieser Wert geteilt durch die Schichtdicke bestimmt die Anzahl der unteren Schichten." #: fdmprinter.def.json @@ -1421,7 +1681,9 @@ msgstr "Untere Schichten" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Die Anzahl der unteren Schichten. Wenn diese anhand der unteren Dicke berechnet wird, wird der Wert auf eine ganze Zahl auf- oder abgerundet." #: fdmprinter.def.json @@ -1431,8 +1693,11 @@ msgstr "Erste untere Schichten" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." -msgstr "Die Anzahl der ersten Schichten, die auf die Druckplatte aufgetragen werden. Wenn diese anhand der unteren Dicke berechnet werden, wird der Wert auf eine ganze Zahl auf- oder abgerundet." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." +msgstr "Die Anzahl der ersten Schichten, die auf die Druckplatte aufgetragen werden. Wenn diese anhand der unteren Dicke berechnet werden, wird der Wert auf eine" +" ganze Zahl auf- oder abgerundet." #: fdmprinter.def.json msgctxt "top_bottom_pattern label" @@ -1491,8 +1756,13 @@ msgstr "Polygone oben/unten verbinden" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Außenhaut-Pfade oben/unten verbinden, wenn sie nebeneinander laufen. Bei konzentrischen Mustern reduziert die Aktivierung dieser Einstellung die Durchlaufzeit erheblich. Da die Verbindungen jedoch auf halbem Weg über der Füllung erfolgen können, kann diese Funktion die Oberflächenqualität reduzieren." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Außenhaut-Pfade oben/unten verbinden, wenn sie nebeneinander laufen. Bei konzentrischen Mustern reduziert die Aktivierung dieser Einstellung die Durchlaufzeit" +" erheblich. Da die Verbindungen jedoch auf halbem Weg über der Füllung erfolgen können, kann diese Funktion die Oberflächenqualität reduzieren." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1501,8 +1771,12 @@ msgstr "Gleichmäßige Reihenfolge oben/unten" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Obere/Untere Linien werden in einer Reihenfolge gedruckt, so dass sie sich mit benachbarten Linien immer in gleicher Richtung überschneiden. Dies erfordert etwas mehr Zeit für den Druck, lässt aber flache Oberflächen gleichmäßiger aussehen." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Obere/Untere Linien werden in einer Reihenfolge gedruckt, so dass sie sich mit benachbarten Linien immer in gleicher Richtung überschneiden. Dies erfordert" +" etwas mehr Zeit für den Druck, lässt aber flache Oberflächen gleichmäßiger aussehen." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1511,8 +1785,17 @@ msgstr "Richtungen der oberen/unteren Linie" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Eine Liste von Ganzzahl-Linienrichtungen für den Fall, wenn die oberen/unteren Schichten die Linien- oder Zickzack-Muster verwenden. Elemente aus der Liste werden während des Aufbaus der Schichten sequentiell verwendet und wenn das Listenende erreicht wird, beginnt die Liste von vorne. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (45- und 135-Grad) verwendet werden." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Eine Liste von Ganzzahl-Linienrichtungen für den Fall, wenn die oberen/unteren Schichten die Linien- oder Zickzack-Muster verwenden. Elemente aus der Liste" +" werden während des Aufbaus der Schichten sequentiell verwendet und wenn das Listenende erreicht wird, beginnt die Liste von vorne. Die Listenobjekte werden" +" durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche" +" Standardwinkel (45- und 135-Grad) verwendet werden." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1521,8 +1804,15 @@ msgstr "Keine Außenhaut in Z-Lücken" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Wenn das Modell kleine, nur wenige Schichten hohe vertikale Lücken aufweist, sind diese normalerweise von einer Außenhaut bedeckt. Aktivieren Sie diese Einstellung, damit bei sehr kleinen Lücken keine Außenhaut gedruckt wird. Dies verkürzt die zum Drucken und Slicen benötigte Zeit, aber die Füllung bleibt der Luft ausgesetzt." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Wenn das Modell kleine, nur wenige Schichten hohe vertikale Lücken aufweist, sind diese normalerweise von einer Außenhaut bedeckt. Aktivieren Sie diese" +" Einstellung, damit bei sehr kleinen Lücken keine Außenhaut gedruckt wird. Dies verkürzt die zum Drucken und Slicen benötigte Zeit, aber die Füllung bleibt" +" der Luft ausgesetzt." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1531,8 +1821,12 @@ msgstr "Linienanzahl der zusätzlichen Außenhaut" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert Dächer, die auf Füllmaterial beginnen." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert" +" Dächer, die auf Füllmaterial beginnen." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1541,8 +1835,13 @@ msgstr "Glätten aktivieren" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Gehen Sie ein weiteres Mal über die Oberfläche, aber extrudieren Sie diesmal sehr wenig Material. Dadurch wird die oberste Kunststoffschicht geschmolzen und es entsteht eine glattere Oberfläche. Der Druck in der Düsenkammer bleibt weiterhin hoch, so dass Risse in der Oberfläche mit Material gefüllt werden." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Gehen Sie ein weiteres Mal über die Oberfläche, aber extrudieren Sie diesmal sehr wenig Material. Dadurch wird die oberste Kunststoffschicht geschmolzen" +" und es entsteht eine glattere Oberfläche. Der Druck in der Düsenkammer bleibt weiterhin hoch, so dass Risse in der Oberfläche mit Material gefüllt werden." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1551,7 +1850,9 @@ msgstr "Nur oberste Schicht glätten" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "Führen Sie das Glätten nur für die allerletzte Schicht des Meshs aus. Dies spart Zeit, wenn die unteren Schichten keine glatte Oberflächenausführung erfordern." #: fdmprinter.def.json @@ -1581,8 +1882,12 @@ msgstr "Gleichmäßige Reihenfolge hin/her" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Linien werden hin und her in einer Reihenfolge gedruckt, so dass sie sich mit benachbarten Linien immer in gleicher Richtung überschneiden. Dies erfordert etwas mehr Zeit für den Druck, lässt aber flache Oberflächen gleichmäßiger aussehen." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Linien werden hin und her in einer Reihenfolge gedruckt, so dass sie sich mit benachbarten Linien immer in gleicher Richtung überschneiden. Dies erfordert" +" etwas mehr Zeit für den Druck, lässt aber flache Oberflächen gleichmäßiger aussehen." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1601,8 +1906,13 @@ msgstr "Glättungsfluss" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "Die Materialmenge relativ zu einer normalen Außenhautlinie, um während des Glättens zu extrudieren. Indem die Düse gefüllt bleibt, können einige Spalten in der oberen Schicht gefüllt werden, allerdings führt zu viel davon zu einer übermäßigen Extrudierung und Markierungen seitlich der Oberfläche." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "Die Materialmenge relativ zu einer normalen Außenhautlinie, um während des Glättens zu extrudieren. Indem die Düse gefüllt bleibt, können einige Spalten" +" in der oberen Schicht gefüllt werden, allerdings führt zu viel davon zu einer übermäßigen Extrudierung und Markierungen seitlich der Oberfläche." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1611,8 +1921,11 @@ msgstr "Glättungseinsatz" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." -msgstr "Eine Distanz, die von den Kanten des Modells einzuhalten ist. Die Glättung des gesamten Weges zur Kante des Mesh führt möglicherweise zu einer gezackten Kante Ihres Drucks." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." +msgstr "Eine Distanz, die von den Kanten des Modells einzuhalten ist. Die Glättung des gesamten Weges zur Kante des Mesh führt möglicherweise zu einer gezackten" +" Kante Ihres Drucks." #: fdmprinter.def.json msgctxt "speed_ironing label" @@ -1651,8 +1964,18 @@ msgstr "Prozentsatz Außenhaut überlappen" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Justieren Sie die Überlappung zwischen den Wänden und den Außenhaut-Mittellinien bzw. den Endpunkten der Außenhaut-Mittellinien als Prozentwert der Linienbreite der Außenhautlinien und der inneren Wand. Eine geringe Überlappung ermöglicht die feste Verbindung der Wände mit der Außenhaut. Beachten Sie, dass bei einer einheitlichen Linienbreite von Außenhaut und Wand jeder Prozentwert über 50 % bereits dazu führen kann, dass die Außenhaut über die Wand hinausgeht, da in diesem Moment die Position der Düse des Außenhaut-Extruders möglicherweise bereits über die Wandmitte hinausgeht." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Justieren Sie die Überlappung zwischen den Wänden und den Außenhaut-Mittellinien bzw. den Endpunkten der Außenhaut-Mittellinien als Prozentwert der Linienbreite" +" der Außenhautlinien und der inneren Wand. Eine geringe Überlappung ermöglicht die feste Verbindung der Wände mit der Außenhaut. Beachten Sie, dass bei" +" einer einheitlichen Linienbreite von Außenhaut und Wand jeder Prozentwert über 50 % bereits dazu führen kann, dass die Außenhaut über die Wand hinausgeht," +" da in diesem Moment die Position der Düse des Außenhaut-Extruders möglicherweise bereits über die Wandmitte hinausgeht." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1661,8 +1984,17 @@ msgstr "Außenhaut überlappen" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Justieren Sie die Überlappung zwischen den Wänden und den Außenhaut-Mittellinien bzw. den Endpunkten der Außenhaut-Mittellinien. Eine geringe Überlappung ermöglicht die feste Verbindung der Wände mit der Außenhaut. Beachten Sie, dass bei einer einheitlichen Linienbreite von Außenhaut und Wand jeder Wert über die Hälfte der Wandbreite bereits dazu führen kann, dass die Außenhaut über die Wand hinausgeht, da in diesem Moment die Position der Düse des Außenhaut-Extruders möglicherweise bereits über die Wandmitte hinausgeht." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Justieren Sie die Überlappung zwischen den Wänden und den Außenhaut-Mittellinien bzw. den Endpunkten der Außenhaut-Mittellinien. Eine geringe Überlappung" +" ermöglicht die feste Verbindung der Wände mit der Außenhaut. Beachten Sie, dass bei einer einheitlichen Linienbreite von Außenhaut und Wand jeder Wert" +" über die Hälfte der Wandbreite bereits dazu führen kann, dass die Außenhaut über die Wand hinausgeht, da in diesem Moment die Position der Düse des Außenhaut-Extruders" +" möglicherweise bereits über die Wandmitte hinausgeht." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1671,8 +2003,13 @@ msgstr "Breite für das Entfernen der Außenhaut" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "Dies bezeichnet die größte Breite der zu entfernenden Außenhautbereiche. Jeder Außenhautbereich, der kleiner als dieser Wert ist, verschwindet. Dies kann bei der Beschränkung der benötigten Zeit und Materialmenge für das Drucken der Außenhaut oben/unten an abgeschrägten Flächen des Modells unterstützen." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "Dies bezeichnet die größte Breite der zu entfernenden Außenhautbereiche. Jeder Außenhautbereich, der kleiner als dieser Wert ist, verschwindet. Dies kann" +" bei der Beschränkung der benötigten Zeit und Materialmenge für das Drucken der Außenhaut oben/unten an abgeschrägten Flächen des Modells unterstützen." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1681,8 +2018,13 @@ msgstr "Breite für das Entfernen der Außenhaut oben" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "Dies bezeichnet die größte Breite der zu entfernenden oberen Außenhautbereiche. Jeder Außenhautbereich, der kleiner als dieser Wert ist, verschwindet. Dies kann bei der Beschränkung der benötigten Zeit und Materialmenge für das Drucken der oberen Außenhaut an abgeschrägten Flächen des Modells unterstützen." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "Dies bezeichnet die größte Breite der zu entfernenden oberen Außenhautbereiche. Jeder Außenhautbereich, der kleiner als dieser Wert ist, verschwindet." +" Dies kann bei der Beschränkung der benötigten Zeit und Materialmenge für das Drucken der oberen Außenhaut an abgeschrägten Flächen des Modells unterstützen." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1691,8 +2033,13 @@ msgstr "Breite für das Entfernen der Außenhaut unten" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "Dies bezeichnet die größte Breite der zu entfernenden unteren Außenhautbereiche. Jeder Außenhautbereich, der kleiner als dieser Wert ist, verschwindet. Dies kann bei der Beschränkung der benötigten Zeit und Materialmenge für das Drucken der unteren Außenhaut an abgeschrägten Flächen des Modells unterstützen." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "Dies bezeichnet die größte Breite der zu entfernenden unteren Außenhautbereiche. Jeder Außenhautbereich, der kleiner als dieser Wert ist, verschwindet." +" Dies kann bei der Beschränkung der benötigten Zeit und Materialmenge für das Drucken der unteren Außenhaut an abgeschrägten Flächen des Modells unterstützen." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1701,8 +2048,12 @@ msgstr "Expansionsdistanz Außenhaut" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "Die Distanz, um die die Außenhäute in die Füllung expandiert werden. Höhere Werte lassen die Außenhaut besser am Füllmuster und die Wände an den angrenzenden Schichten besser an der Außenhaut haften. Niedrigere Werte reduzieren den Materialverbrauch." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "Die Distanz, um die die Außenhäute in die Füllung expandiert werden. Höhere Werte lassen die Außenhaut besser am Füllmuster und die Wände an den angrenzenden" +" Schichten besser an der Außenhaut haften. Niedrigere Werte reduzieren den Materialverbrauch." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1711,8 +2062,13 @@ msgstr "Expansionsdistanz Außenhaut oben" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "Die Distanz, um die die oberen Außenhäute in die Füllung expandiert werden. Höhere Werte lassen die Außenhaut besser am Füllmuster und die Wände an den Schichten darüber besser an der Außenhaut haften. Niedrigere Werte reduzieren den Materialverbrauch." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "Die Distanz, um die die oberen Außenhäute in die Füllung expandiert werden. Höhere Werte lassen die Außenhaut besser am Füllmuster und die Wände an den" +" Schichten darüber besser an der Außenhaut haften. Niedrigere Werte reduzieren den Materialverbrauch." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1721,8 +2077,13 @@ msgstr "Expansionsdistanz Außenhaut unten" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "Die Distanz, um die die unteren Außenhäute in die Füllung expandiert werden. Höhere Werte lassen die Außenhaut besser am Füllmuster und an den Wänden auf der darunter liegenden Schicht haften. Niedrigere Werte reduzieren den Materialverbrauch." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "Die Distanz, um die die unteren Außenhäute in die Füllung expandiert werden. Höhere Werte lassen die Außenhaut besser am Füllmuster und an den Wänden auf" +" der darunter liegenden Schicht haften. Niedrigere Werte reduzieren den Materialverbrauch." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1731,8 +2092,17 @@ msgstr "Maximaler Winkel Außenhaut für Expansion" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "Die Außenhaut von Ober- und/oder Unterseiten Ihres Objekts, deren Winkel größer als dieser Wert sind, werden nicht expandiert. Dadurch wird vermieden, dass die schmalen Außenhautbereiche, die entstehen, wenn die Modelloberfläche eine nahezu vertikale Neigung aufweist, expandiert werden. Ein Winkel von 0° ist horizontal und führt dazu, dass ein solcher Außenhautbereich nicht expandiert wird; ein Winkel von 90° ist vertikal und führt dazu, dass die gesamte Außenhaut expandiert wird." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "Die Außenhaut von Ober- und/oder Unterseiten Ihres Objekts, deren Winkel größer als dieser Wert sind, werden nicht expandiert. Dadurch wird vermieden," +" dass die schmalen Außenhautbereiche, die entstehen, wenn die Modelloberfläche eine nahezu vertikale Neigung aufweist, expandiert werden. Ein Winkel von" +" 0° ist horizontal und führt dazu, dass ein solcher Außenhautbereich nicht expandiert wird; ein Winkel von 90° ist vertikal und führt dazu, dass die gesamte" +" Außenhaut expandiert wird." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1741,8 +2111,12 @@ msgstr "Mindestbreite Außenhaut für Expansion" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Außenhautbereiche, die schmaler als die Mindestbreite sind, werden nicht expandiert. Damit wird vermieden, dass enge Außenhautbereiche expandiert werden, die entstehen, wenn die Modellfläche eine nahezu vertikale Neigung aufweist." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Außenhautbereiche, die schmaler als die Mindestbreite sind, werden nicht expandiert. Damit wird vermieden, dass enge Außenhautbereiche expandiert werden," +" die entstehen, wenn die Modellfläche eine nahezu vertikale Neigung aufweist." #: fdmprinter.def.json msgctxt "infill label" @@ -1761,7 +2135,8 @@ msgstr "Extruder für Füllung" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "Die für das Drucken der Füllung verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -1781,7 +2156,9 @@ msgstr "Linienabstand Füllung" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "Der Abstand zwischen den gedruckten Fülllinien. Diese Einstellung wird anhand von Fülldichte und Breite der Fülllinien berechnet." #: fdmprinter.def.json @@ -1791,8 +2168,18 @@ msgstr "Füllmuster" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Das Muster des Füllungsmaterials des Drucks. Die Linien- und Zickzack-Füllung wechselt die Richtung auf abwechselnden Schichten, was die Materialkosten reduziert. Die Gitter-, Dreieck-, Tri-Hexagon-, Kubus-, Oktett-, Viertelkubus-, Kreuz- und konzentrischen Muster werden in jeder Schicht vollständig gedruckt. Die Füllung in Form von Kreiseln, Würfeln, Viertelwürfeln und Achten wechselt mit jeder Schicht, um eine gleichmäßigere Verteilung der Stärke in jeder Richtung zu erreichen. Bei der Blitz-Füllung wird versucht, die Füllung zu minimieren, indem nur die Decke des Objekts unterstützt wird." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle," +" tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change" +" with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting" +" the ceiling of the object." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1871,8 +2258,15 @@ msgstr "Füllungslinien verbinden" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Verbindet die Enden, an denen das Füllmuster auf die Innenwand trifft, mithilfe einer Linie, die der Form der Innenwand folgt. Durch Aktivierung dieser Einstellung kann die Füllung besser an den Wänden haften; auch die Auswirkungen der Füllung auf die Qualität der vertikalen Flächen werden reduziert. Die Deaktivierung dieser Einstellung reduziert den Materialverbrauch." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Verbindet die Enden, an denen das Füllmuster auf die Innenwand trifft, mithilfe einer Linie, die der Form der Innenwand folgt. Durch Aktivierung dieser" +" Einstellung kann die Füllung besser an den Wänden haften; auch die Auswirkungen der Füllung auf die Qualität der vertikalen Flächen werden reduziert." +" Die Deaktivierung dieser Einstellung reduziert den Materialverbrauch." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1881,8 +2275,12 @@ msgstr "Füllungspolygone verbinden" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Verbinden Sie Füllungspfade, wenn sie nebeneinander laufen. Bei Füllungsmustern, die aus mehreren geschlossenen Polygonen bestehen, reduziert die Aktivierung dieser Einstellung die Durchlaufzeit erheblich." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Verbinden Sie Füllungspfade, wenn sie nebeneinander laufen. Bei Füllungsmustern, die aus mehreren geschlossenen Polygonen bestehen, reduziert die Aktivierung" +" dieser Einstellung die Durchlaufzeit erheblich." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1891,8 +2289,17 @@ msgstr "Linienrichtungen Füllung" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Eine Liste von Ganzzahl-Linienrichtungen für die Verwendung. Elemente aus der Liste werden während des Aufbaus der Schichten sequentiell verwendet und wenn das Listenende erreicht wird, beginnt die Liste von vorne. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (45- und 135-Grad für die Linien- und Zickzack-Muster und 45-Grad für alle anderen Muster) verwendet werden." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Eine Liste von Ganzzahl-Linienrichtungen für die Verwendung. Elemente aus der Liste werden während des Aufbaus der Schichten sequentiell verwendet und" +" wenn das Listenende erreicht wird, beginnt die Liste von vorne. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern" +" gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (45- und 135-Grad für die Linien- und Zickzack-Muster" +" und 45-Grad für alle anderen Muster) verwendet werden." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1921,8 +2328,12 @@ msgstr "Füllstart randomisieren" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." -msgstr "Randomisieren Sie, welche Fülllinie zuerst gedruckt wird. So wird vermieden, dass ein Segment am stärksten ist. Allerdings muss dafür eine zusätzliche Bewegung ausgeführt werden." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." +msgstr "Randomisieren Sie, welche Fülllinie zuerst gedruckt wird. So wird vermieden, dass ein Segment am stärksten ist. Allerdings muss dafür eine zusätzliche" +" Bewegung ausgeführt werden." #: fdmprinter.def.json msgctxt "infill_multiplier label" @@ -1931,8 +2342,12 @@ msgstr "Fülllinie multiplizieren" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Konvertieren Sie jede Fülllinie in diese mehrfachen Linien. Die zusätzlichen Linien überschneiden sich nicht, sondern vermeiden sich vielmehr. Damit wird die Füllung steifer, allerdings erhöhen sich Druckzeit und Materialverbrauch." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Konvertieren Sie jede Fülllinie in diese mehrfachen Linien. Die zusätzlichen Linien überschneiden sich nicht, sondern vermeiden sich vielmehr. Damit wird" +" die Füllung steifer, allerdings erhöhen sich Druckzeit und Materialverbrauch." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1942,11 +2357,16 @@ msgstr "Zusätzliche Füllung Wandlinien" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Fügen Sie zusätzliche Wände um den Füllbereich hinzu. Derartige Wände können zu einem verringerten Absacken der oberen/unteren Außenhautlinien beitragen, was bedeutet, dass Sie weniger Außenhautschichten oben/unten bei derselben Qualität von Kosten für zusätzliches Material benötigen.\n" -" Diese Funktion ist verknüpfbar mit „Füllungspolygone verbinden“, um alle Füllungen mit einem einzigen Extrusionspfad zu verbinden, ohne dass hierzu Vorwärtsbewegungen oder Rückzüge erforderlich sind, sofern die richtige Konfiguration gewählt wurde." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Fügen Sie zusätzliche Wände um den Füllbereich hinzu. Derartige Wände können zu einem verringerten Absacken der oberen/unteren Außenhautlinien beitragen," +" was bedeutet, dass Sie weniger Außenhautschichten oben/unten bei derselben Qualität von Kosten für zusätzliches Material benötigen.\n Diese Funktion ist" +" verknüpfbar mit „Füllungspolygone verbinden“, um alle Füllungen mit einem einzigen Extrusionspfad zu verbinden, ohne dass hierzu Vorwärtsbewegungen oder" +" Rückzüge erforderlich sind, sofern die richtige Konfiguration gewählt wurde." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1955,8 +2375,13 @@ msgstr "Gehäuse Würfel-Unterbereich" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Ein Zusatz zum Radius von der Mitte jedes Würfels, um die Modellbegrenzungen zu überprüfen und um zu entscheiden, ob dieser Würfel unterteilt werden sollte. Höhere Werte führen zu einem dickeren Gehäuse von kleinen Würfeln im Bereich der Modellbegrenzungen." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Ein Zusatz zum Radius von der Mitte jedes Würfels, um die Modellbegrenzungen zu überprüfen und um zu entscheiden, ob dieser Würfel unterteilt werden sollte." +" Höhere Werte führen zu einem dickeren Gehäuse von kleinen Würfeln im Bereich der Modellbegrenzungen." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1965,8 +2390,12 @@ msgstr "Prozentsatz Füllung überlappen" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." -msgstr "Das Ausmaß des Überlappens zwischen der Füllung und den Wänden als Prozentwert der Füllungslinienbreite. Ein leichtes Überlappen ermöglicht es den Wänden, eine solide Verbindung mit der Füllung herzustellen." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." +msgstr "Das Ausmaß des Überlappens zwischen der Füllung und den Wänden als Prozentwert der Füllungslinienbreite. Ein leichtes Überlappen ermöglicht es den Wänden," +" eine solide Verbindung mit der Füllung herzustellen." #: fdmprinter.def.json msgctxt "infill_overlap_mm label" @@ -1975,8 +2404,11 @@ msgstr "Füllung überlappen" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." -msgstr "Das Ausmaß des Überlappens zwischen der Füllung und den Wänden. Ein leichtes Überlappen ermöglicht es den Wänden, eine solide Verbindung mit der Füllung herzustellen." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." +msgstr "Das Ausmaß des Überlappens zwischen der Füllung und den Wänden. Ein leichtes Überlappen ermöglicht es den Wänden, eine solide Verbindung mit der Füllung" +" herzustellen." #: fdmprinter.def.json msgctxt "infill_wipe_dist label" @@ -1985,8 +2417,12 @@ msgstr "Wipe-Abstand der Füllung" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "Der Abstand, der nach jeder Fülllinie zurückgelegt wird, damit die Füllung besser an den Wänden haftet. Diese Option ähnelt Füllung überlappen, aber ohne Extrusion und nur an einem Ende der Fülllinie." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "Der Abstand, der nach jeder Fülllinie zurückgelegt wird, damit die Füllung besser an den Wänden haftet. Diese Option ähnelt Füllung überlappen, aber ohne" +" Extrusion und nur an einem Ende der Fülllinie." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1995,7 +2431,9 @@ msgstr "Füllschichtdicke" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "Die Dicke pro Schicht des Füllmaterials. Dieser Wert sollte immer ein Vielfaches der Schichtdicke sein und wird sonst auf- oder abgerundet." #: fdmprinter.def.json @@ -2005,8 +2443,12 @@ msgstr "Stufenweise Füllungsschritte" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "Anzahl der Male zur Reduzierung der Füllungsdichte um die Hälfte bei Arbeiten unter den oberen Flächen. Bereiche, die weiter an den Oberflächen sind, erhalten eine höhere Dichte bis zur Füllungsdichte." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "Anzahl der Male zur Reduzierung der Füllungsdichte um die Hälfte bei Arbeiten unter den oberen Flächen. Bereiche, die weiter an den Oberflächen sind, erhalten" +" eine höhere Dichte bis zur Füllungsdichte." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2015,7 +2457,8 @@ msgstr "Höhe stufenweise Füllungsschritte" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "Die Höhe der Füllung einer bestimmten Dichte vor dem Umschalten auf die halbe Dichte." #: fdmprinter.def.json @@ -2025,8 +2468,13 @@ msgstr "Füllung vor Wänden" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Es wird die Füllung gedruckt, bevor die Wände gedruckt werden. Wenn man die Wände zuerst druckt, kann dies zu präziseren Wänden führen, aber Überhänge werden schlechter gedruckt. Wenn man die Füllung zuerst druckt, bekommt man stabilere Wände, aber manchmal zeigt sich das Füllmuster auf der Oberfläche." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Es wird die Füllung gedruckt, bevor die Wände gedruckt werden. Wenn man die Wände zuerst druckt, kann dies zu präziseren Wänden führen, aber Überhänge" +" werden schlechter gedruckt. Wenn man die Füllung zuerst druckt, bekommt man stabilere Wände, aber manchmal zeigt sich das Füllmuster auf der Oberfläche." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2045,8 +2493,12 @@ msgstr "Füllstruktur" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Drucken Sie Füllstrukturen nur dort, wo das Modell gestützt werden soll. Die Aktivierung dieser Option reduziert die Druckdauer und den Materialverbrauch, führt jedoch zu einer ungleichmäßigen Objektdicke." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Drucken Sie Füllstrukturen nur dort, wo das Modell gestützt werden soll. Die Aktivierung dieser Option reduziert die Druckdauer und den Materialverbrauch," +" führt jedoch zu einer ungleichmäßigen Objektdicke." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2055,8 +2507,12 @@ msgstr "Füllung für Überhänge Stützstruktur" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." -msgstr "Der Mindestwinkel für Überhänge, für welche eine Stützstruktur zugefügt wird. Bei einem Wert von 0° werden Objekte komplett gefüllt, bei 90° wird keine Füllung ausgeführt." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." +msgstr "Der Mindestwinkel für Überhänge, für welche eine Stützstruktur zugefügt wird. Bei einem Wert von 0° werden Objekte komplett gefüllt, bei 90° wird keine" +" Füllung ausgeführt." #: fdmprinter.def.json msgctxt "skin_edge_support_thickness label" @@ -2085,7 +2541,9 @@ msgstr "Stützwinkel der Blitz-Füllung" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Legt fest, wann eine Blitz-Füllschicht alles Darüberliegende tragen soll. Gemessen in dem Winkel, den die Schichtstärke vorgibt." #: fdmprinter.def.json @@ -2095,7 +2553,9 @@ msgstr "Überstandswinkel der Blitz-Füllung" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Legt fest, wann eine Blitz-Füllschicht das Modell darüber tragen soll. Gemessen in dem Winkel, den die Schichtstärke vorgibt." #: fdmprinter.def.json @@ -2105,8 +2565,10 @@ msgstr "Beschnittwinkel der Blitz-Füllung" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." -msgstr "Die Endpunkte der Füllungslinien werden verkürzt, um Material zu sparen. Diese Einstellung ist der Winkel des Überhangs der Endpunkte dieser Linien." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." +msgstr "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle label" @@ -2115,8 +2577,10 @@ msgstr "Begradigungswinkel der Blitz-Füllung" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Um Druckzeit zu sparen, werden die Füllungslinien begradigt. Dies ist der maximal zulässige Winkel des Überhangs über die Länge der Füllung." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." +msgstr "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." #: fdmprinter.def.json msgctxt "material label" @@ -2135,8 +2599,12 @@ msgstr "Voreingestellte Drucktemperatur" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "Die für den Druck verwendete Standardtemperatur. Dies sollte die „Basis“-Temperatur eines Materials sein. Alle anderen Drucktemperaturen sollten anhand dieses Wertes einen Versatz verwenden" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "Die für den Druck verwendete Standardtemperatur. Dies sollte die „Basis“-Temperatur eines Materials sein. Alle anderen Drucktemperaturen sollten anhand" +" dieses Wertes einen Versatz verwenden" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2145,7 +2613,9 @@ msgstr "Temperatur Druckabmessung" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "Die Temperatur der Druckumgebung. Beträgt der Wert 0, wird die Druckraumtemperatur nicht angepasst." #: fdmprinter.def.json @@ -2165,7 +2635,9 @@ msgstr "Drucktemperatur erste Schicht" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "Die Temperatur, die für das Drucken der ersten Schicht verwendet wird. Wählen Sie hier 0, um eine spezielle Behandlung der ersten Schicht zu deaktivieren." #: fdmprinter.def.json @@ -2175,7 +2647,9 @@ msgstr "Anfängliche Drucktemperatur" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "Die Mindesttemperatur während des Aufheizens auf die Drucktemperatur, bei welcher der Druck bereits starten kann." #: fdmprinter.def.json @@ -2185,7 +2659,9 @@ msgstr "Endgültige Drucktemperatur" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "Die Temperatur, bei der das Abkühlen bereits beginnen kann, bevor der Druck beendet wird." #: fdmprinter.def.json @@ -2195,8 +2671,11 @@ msgstr "Geschwindigkeitsregulierer für Abkühlung bei Extrusion" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." -msgstr "Die zusätzliche Geschwindigkeit mit der die Düse während der Extrusion abkühlt. Der gleiche Wert wird verwendet, um Aufheizgeschwindigkeit anzugeben, die verloren geht wenn während der Extrusion aufgeheizt wird." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." +msgstr "Die zusätzliche Geschwindigkeit mit der die Düse während der Extrusion abkühlt. Der gleiche Wert wird verwendet, um Aufheizgeschwindigkeit anzugeben, die" +" verloren geht wenn während der Extrusion aufgeheizt wird." #: fdmprinter.def.json msgctxt "default_material_bed_temperature label" @@ -2205,8 +2684,12 @@ msgstr "Standardtemperatur Druckplatte" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "Die für die erhitzte Druckplatte verwendete Standardtemperatur. Dies sollte die „Basis“-Temperatur einer Druckplatte sein. Alle anderen Drucktemperaturen sollten anhand dieses Wertes einen Versatz verwenden" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "Die für die erhitzte Druckplatte verwendete Standardtemperatur. Dies sollte die „Basis“-Temperatur einer Druckplatte sein. Alle anderen Drucktemperaturen" +" sollten anhand dieses Wertes einen Versatz verwenden" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2215,7 +2698,9 @@ msgstr "Temperatur Druckplatte" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "Die Temperatur, die für das beheizte Druckbett verwendet wird. Beträgt dieser Wert 0, wird das Bett nicht beheizt." #: fdmprinter.def.json @@ -2225,7 +2710,9 @@ msgstr "Temperatur der Druckplatte für die erste Schicht" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "Die Temperatur, auf die das Druckbett für die erste Schicht erhitzt wird. Beträgt dieser Wert 0, wird das Druckbett für die erste Schicht nicht beheizt." #: fdmprinter.def.json @@ -2255,28 +2742,34 @@ msgstr "Kompensation der Schrumpfung des Skalierungsfaktors" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Um die Schrumpfung des Materials beim Abkühlen zu kompensieren, wird das Modell mit diesem Faktor skaliert." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Schrumpfungskompensation für horizontalen Skalierungsfaktor" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Um die Schrumpfung des Materials beim Abkühlen auszugleichen, wird das Modell mit diesem Faktor in XY-Richtung (horizontal) skaliert." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Schrumpfungskompensation für vertikalen Skalierungsfaktor" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Um die Schrumpfung des Materials beim Abkühlen auszugleichen, wird das Modell mit diesem Faktor in Z-Richtung (vertikal) skaliert." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2285,7 +2778,10 @@ msgstr "Kristallines Material" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "Lässt sich das Material im erhitzten Zustand leicht brechen (kristallin) oder bildet es lange, verflochtene Polymerketten (nicht kristallin)?" #: fdmprinter.def.json @@ -2305,7 +2801,9 @@ msgstr "Einzugsgeschwindigkeit für Sickerschutz" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "Geschwindigkeit, mit der das Material beim Filamentwechsel eingezogen werden muss, damit es nicht heraussickert." #: fdmprinter.def.json @@ -2325,7 +2823,9 @@ msgstr "Einzugsgeschwindigkeit für Bruchvorbereitung" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "Geschwindigkeit, mit der das Filament eingezogen werden muss, bevor es beim Einziehen abgebrochen wird." #: fdmprinter.def.json @@ -2335,7 +2835,9 @@ msgstr "Temperatur für Bruchvorbereitung" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "Die Temperatur, die zum Spülen des Materials verwendet wird, sollte ungefähr der höchstmöglichen Drucktemperatur entsprechen." #: fdmprinter.def.json @@ -2355,7 +2857,8 @@ msgstr "Einzugsgeschwindigkeit für das Brechen" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "Geschwindigkeit, mit der das Filament eingezogen werden muss, damit es sauber abgebrochen werden kann." #: fdmprinter.def.json @@ -2385,7 +2888,9 @@ msgstr "Ausspüldauer" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "Materialmenge (Filamentlänge), die erforderlich ist, um bei einem Materialwechsel das letzte Material aus der Düse zu entfernen." #: fdmprinter.def.json @@ -2395,7 +2900,9 @@ msgstr "Ausspülgeschwindigkeit am Ende des Filaments" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "Gibt an, wie schnell das Material nach Austausch einer leeren Spule gegen eine neue Spule desselben Materials vorbereitet werden muss." #: fdmprinter.def.json @@ -2405,8 +2912,12 @@ msgstr "Ausspüldauer am Ende des Filaments" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "Materialmenge (Filamentlänge), die erforderlich ist, um das letzte Material aus der Düse zu entfernen, wenn eine leere Spule durch eine neue Spule mit dem selben Material ersetzt wird." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "Materialmenge (Filamentlänge), die erforderlich ist, um das letzte Material aus der Düse zu entfernen, wenn eine leere Spule durch eine neue Spule mit" +" dem selben Material ersetzt wird." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2425,8 +2936,12 @@ msgstr "Faktor für Bewegung ohne Ladung" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Ein Faktor, der angibt, wie stark das Filament zwischen dem Feeder und der Düsenkammer komprimiert wird; hilft zu bestimmen, wie weit das Material für einen Filamentwechsel bewegt werden muss." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Ein Faktor, der angibt, wie stark das Filament zwischen dem Feeder und der Düsenkammer komprimiert wird; hilft zu bestimmen, wie weit das Material für" +" einen Filamentwechsel bewegt werden muss." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2435,7 +2950,9 @@ msgstr "Fluss" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Fluss-Kompensation: Die extrudierte Materialmenge wird mit diesem Wert multipliziert." #: fdmprinter.def.json @@ -2465,7 +2982,8 @@ msgstr "Wandfluss innen" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "Durchflusskompensation an allen Wandlinien bis auf die äußere." #: fdmprinter.def.json @@ -2565,7 +3083,9 @@ msgstr "Fluss der ersten Schicht" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Fluss-Kompensation für die erste Schicht: Die auf der ersten Schicht extrudierte Materialmenge wird mit diesem Wert multipliziert." #: fdmprinter.def.json @@ -2575,7 +3095,9 @@ msgstr "Standby-Temperatur" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "Die Temperatur der Düse, wenn eine andere Düse aktuell für das Drucken verwendet wird." #: fdmprinter.def.json @@ -2625,8 +3147,14 @@ msgstr "Geschwindigkeit Außenwand" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "Die Geschwindigkeit, mit der die Außenwände gedruckt werden. Durch das Drucken der Außenwand bei einer niedrigeren Geschwindigkeit wird eine bessere Endqualität der Außenhaut erreicht. Wenn allerdings zwischen der Geschwindigkeit für die Innenwand und jener für die Außenwand ein zu großer Unterschied besteht, wird die Qualität negativ beeinträchtigt." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "Die Geschwindigkeit, mit der die Außenwände gedruckt werden. Durch das Drucken der Außenwand bei einer niedrigeren Geschwindigkeit wird eine bessere Endqualität" +" der Außenhaut erreicht. Wenn allerdings zwischen der Geschwindigkeit für die Innenwand und jener für die Außenwand ein zu großer Unterschied besteht," +" wird die Qualität negativ beeinträchtigt." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2635,8 +3163,12 @@ msgstr "Geschwindigkeit Innenwand" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "Die Geschwindigkeit, mit der alle Innenwände gedruckt werden. Wenn die Innenwand schneller als die Außenwand gedruckt wird, wird die Druckzeit reduziert. Es wird empfohlen, diese Geschwindigkeit zwischen der Geschwindigkeit für die Außenwand und der Füllgeschwindigkeit einzustellen." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "Die Geschwindigkeit, mit der alle Innenwände gedruckt werden. Wenn die Innenwand schneller als die Außenwand gedruckt wird, wird die Druckzeit reduziert." +" Es wird empfohlen, diese Geschwindigkeit zwischen der Geschwindigkeit für die Außenwand und der Füllgeschwindigkeit einzustellen." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2665,8 +3197,12 @@ msgstr "Stützstrukturgeschwindigkeit" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "Die Geschwindigkeit, mit der die Stützstruktur gedruckt wird. Durch das Drucken der Stützstruktur bei höheren Geschwindigkeiten kann die Gesamtdruckzeit deutlich verringert werden. Die Oberflächenqualität der Stützstruktur ist nicht wichtig, da diese nach dem Drucken entfernt wird." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "Die Geschwindigkeit, mit der die Stützstruktur gedruckt wird. Durch das Drucken der Stützstruktur bei höheren Geschwindigkeiten kann die Gesamtdruckzeit" +" deutlich verringert werden. Die Oberflächenqualität der Stützstruktur ist nicht wichtig, da diese nach dem Drucken entfernt wird." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2675,8 +3211,11 @@ msgstr "Stützstruktur-Füllungsgeschwindigkeit" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." -msgstr "Die Geschwindigkeit, mit der die Füllung der Stützstruktur gedruckt wird. Durch das Drucken der Füllung bei einer geringeren Geschwindigkeit, kann die Stabilität verbessert werden." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." +msgstr "Die Geschwindigkeit, mit der die Füllung der Stützstruktur gedruckt wird. Durch das Drucken der Füllung bei einer geringeren Geschwindigkeit, kann die" +" Stabilität verbessert werden." #: fdmprinter.def.json msgctxt "speed_support_interface label" @@ -2685,8 +3224,11 @@ msgstr "Stützstruktur-Schnittstellengeschwindigkeit" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." -msgstr "Die Geschwindigkeit, mit der die Dächer und Böden der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Geschwindigkeit kann die Qualität der Überhänge verbessert werden." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." +msgstr "Die Geschwindigkeit, mit der die Dächer und Böden der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Geschwindigkeit kann die Qualität" +" der Überhänge verbessert werden." #: fdmprinter.def.json msgctxt "speed_support_roof label" @@ -2695,8 +3237,11 @@ msgstr "Stützdachgeschwindigkeit" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." -msgstr "Die Geschwindigkeit, mit der die Dächer der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Geschwindigkeit kann die Qualität der Überhänge verbessert werden." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." +msgstr "Die Geschwindigkeit, mit der die Dächer der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Geschwindigkeit kann die Qualität der" +" Überhänge verbessert werden." #: fdmprinter.def.json msgctxt "speed_support_bottom label" @@ -2705,8 +3250,11 @@ msgstr "Geschwindigkeit Bodenstruktur" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." -msgstr "Die Geschwindigkeit, mit der die Böden der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Geschwindigkeit kann die Haftung des Stützdachs Ihres Modells verbessert werden." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." +msgstr "Die Geschwindigkeit, mit der die Böden der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Geschwindigkeit kann die Haftung des Stützdachs" +" Ihres Modells verbessert werden." #: fdmprinter.def.json msgctxt "speed_prime_tower label" @@ -2715,8 +3263,12 @@ msgstr "Geschwindigkeit Einzugsturm" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." -msgstr "Die Geschwindigkeit, mit der der Einzugsturm gedruckt wird. Das Drucken des Einzugsturms bei einer geringeren Geschwindigkeit kann zu einem stabileren Ergebnis führen, wenn die Haftung zwischen den verschiedenen Filamenten nicht optimal ist." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." +msgstr "Die Geschwindigkeit, mit der der Einzugsturm gedruckt wird. Das Drucken des Einzugsturms bei einer geringeren Geschwindigkeit kann zu einem stabileren" +" Ergebnis führen, wenn die Haftung zwischen den verschiedenen Filamenten nicht optimal ist." #: fdmprinter.def.json msgctxt "speed_travel label" @@ -2735,8 +3287,12 @@ msgstr "Geschwindigkeit der ersten Schicht" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "Die Geschwindigkeit für die erste Schicht. Ein niedrigerer Wert wird empfohlen, um die Haftung auf der Bauplatte zu verbessern. Hat keinen Einfluss auf die Haftstrukturen des Druckbetts selbst, wie Krempe und Raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "Die Geschwindigkeit für die erste Schicht. Ein niedrigerer Wert wird empfohlen, um die Haftung auf der Bauplatte zu verbessern. Hat keinen Einfluss auf" +" die Haftstrukturen des Druckbetts selbst, wie Krempe und Raft." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2745,7 +3301,9 @@ msgstr "Druckgeschwindigkeit für die erste Schicht" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "Die Druckgeschwindigkeit für die erste Schicht. Ein niedrigerer Wert wird empfohlen, um die Haftung an der Druckplatte zu verbessern." #: fdmprinter.def.json @@ -2755,8 +3313,13 @@ msgstr "Bewegungsgeschwindigkeit für die erste Schicht" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "Die Bewegungsgeschwindigkeit für die erste Schicht. Ein niedrigerer Wert wird empfohlen, um das Wegziehen zuvor gedruckter Teile von der Druckplatte zu vermeiden. Der Wert dieser Einstellung kann automatisch aus dem Verhältnis zwischen Bewegungsgeschwindigkeit und Druckgeschwindigkeit errechnet werden." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "Die Bewegungsgeschwindigkeit für die erste Schicht. Ein niedrigerer Wert wird empfohlen, um das Wegziehen zuvor gedruckter Teile von der Druckplatte zu" +" vermeiden. Der Wert dieser Einstellung kann automatisch aus dem Verhältnis zwischen Bewegungsgeschwindigkeit und Druckgeschwindigkeit errechnet werden." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2765,8 +3328,12 @@ msgstr "Geschwindigkeit Skirt/Brim" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "Die Geschwindigkeit, mit der die Skirt- und Brim-Elemente gedruckt werden. Normalerweise wird dafür die Geschwindigkeit der Basisschicht verwendet. In machen Fällen kann es jedoch vorteilhaft sein, das Skirt- oder Brim-Element mit einer anderen Geschwindigkeit zu drucken." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "Die Geschwindigkeit, mit der die Skirt- und Brim-Elemente gedruckt werden. Normalerweise wird dafür die Geschwindigkeit der Basisschicht verwendet. In" +" machen Fällen kann es jedoch vorteilhaft sein, das Skirt- oder Brim-Element mit einer anderen Geschwindigkeit zu drucken." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2775,8 +3342,12 @@ msgstr "Sprunghöhe Z" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "Die Geschwindigkeit, mit der bei Z-Sprüngen die vertikale Bewegung (Z-Achse) erfolgt. Diese liegt in der Regel unterhalb der Druckgeschwindigkeit, da die Bewegung von Druckbett oder Brücke schwieriger ist." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "Die Geschwindigkeit, mit der bei Z-Sprüngen die vertikale Bewegung (Z-Achse) erfolgt. Diese liegt in der Regel unterhalb der Druckgeschwindigkeit, da die" +" Bewegung von Druckbett oder Brücke schwieriger ist." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2785,18 +3356,31 @@ msgstr "Anzahl der langsamen Schichten" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "Die ersten Schichten werden langsamer als der Rest des Modells gedruckt, damit sie besser am Druckbett haften und um die Wahrscheinlichkeit eines erfolgreichen Drucks zu erhöhen. Die Geschwindigkeit wird während des Druckens dieser Schichten schrittweise erhöht." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "Die ersten Schichten werden langsamer als der Rest des Modells gedruckt, damit sie besser am Druckbett haften und um die Wahrscheinlichkeit eines erfolgreichen" +" Drucks zu erhöhen. Die Geschwindigkeit wird während des Druckens dieser Schichten schrittweise erhöht." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Verhältnis für Durchflussausgleich" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Korrekturfaktor für die Geschwindigkeit auf Basis der Extrusionsbreite. Bei 0 % wird die Bewegungsgeschwindigkeit konstant in der Druckgeschwindigkeit" +" gehalten. Bei 100 % wird die Bewegungsgeschwindigkeit so eingestellt, dass der Fluss (in mm³/s) konstant bleibt, d. h. Linien mit der Hälfte der normalen" +" Linienstärke werden doppelt so schnell gedruckt und Linien mit der doppelten Linienstärke werden halb so schnell gedruckt. Ein Wert größer als 100 % kann" +" dazu beitragen, den höheren Druck zu kompensieren, der zum Extrudieren breiter Linien erforderlich ist." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2805,7 +3389,9 @@ msgstr "Beschleunigungssteuerung aktivieren" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "Ermöglicht die Justierung der Druckkopfbeschleunigung. Eine Erhöhung der Beschleunigungen kann die Druckzeit auf Kosten der Druckqualität reduzieren." #: fdmprinter.def.json @@ -2905,8 +3491,11 @@ msgstr "Beschleunigung Stützstrukturschnittstelle" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." -msgstr "Die Beschleunigung, mit der die Böden der Stützstruktur gedruckt wird. Durch das Drucken bei einer geringeren Beschleunigung kann die Qualität der Überhänge verbessert werden." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." +msgstr "Die Beschleunigung, mit der die Böden der Stützstruktur gedruckt wird. Durch das Drucken bei einer geringeren Beschleunigung kann die Qualität der Überhänge" +" verbessert werden." #: fdmprinter.def.json msgctxt "acceleration_support_roof label" @@ -2915,8 +3504,11 @@ msgstr "Beschleunigung Dachstruktur" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." -msgstr "Die Beschleunigung, mit der die Dächer der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Beschleunigung kann die Qualität der Überhänge verbessert werden." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." +msgstr "Die Beschleunigung, mit der die Dächer der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Beschleunigung kann die Qualität der Überhänge" +" verbessert werden." #: fdmprinter.def.json msgctxt "acceleration_support_bottom label" @@ -2925,8 +3517,11 @@ msgstr "Beschleunigung Bodenstruktur" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." -msgstr "Die Beschleunigung, mit der die Böden der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Beschleunigung kann die Haftung des Stützdachs verbessert werden." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." +msgstr "Die Beschleunigung, mit der die Böden der Stützstruktur gedruckt werden. Durch das Drucken bei einer geringeren Beschleunigung kann die Haftung des Stützdachs" +" verbessert werden." #: fdmprinter.def.json msgctxt "acceleration_prime_tower label" @@ -2985,8 +3580,12 @@ msgstr "Beschleunigung Skirt/Brim" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "Die Beschleunigung, mit der die Skirt- und Brim-Elemente gedruckt werden. Normalerweise wird dafür die Beschleunigung der Basisschicht verwendet. In machen Fällen kann es jedoch vorteilhaft sein, das Skirt- oder Brim-Element mit einer anderen Beschleunigung zu drucken." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "Die Beschleunigung, mit der die Skirt- und Brim-Elemente gedruckt werden. Normalerweise wird dafür die Beschleunigung der Basisschicht verwendet. In machen" +" Fällen kann es jedoch vorteilhaft sein, das Skirt- oder Brim-Element mit einer anderen Beschleunigung zu drucken." #: fdmprinter.def.json msgctxt "jerk_enabled label" @@ -2995,8 +3594,12 @@ msgstr "Rucksteuerung aktivieren" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "Ermöglicht die Justierung der Ruckfunktion des Druckkopfes bei Änderung der Geschwindigkeit in der X- oder Y-Achse. Eine Erhöhung der Ruckfunktion kann die Druckzeit auf Kosten der Druckqualität reduzieren." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "Ermöglicht die Justierung der Ruckfunktion des Druckkopfes bei Änderung der Geschwindigkeit in der X- oder Y-Achse. Eine Erhöhung der Ruckfunktion kann" +" die Druckzeit auf Kosten der Druckqualität reduzieren." #: fdmprinter.def.json msgctxt "jerk_print label" @@ -3025,7 +3628,8 @@ msgstr "Ruckfunktion Wand" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Wände gedruckt werden." #: fdmprinter.def.json @@ -3035,7 +3639,9 @@ msgstr "Ruckfunktion Außenwand" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Außenwände gedruckt werden." #: fdmprinter.def.json @@ -3045,7 +3651,9 @@ msgstr "Ruckfunktion Innenwand" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der alle Innenwände gedruckt werden." #: fdmprinter.def.json @@ -3055,7 +3663,9 @@ msgstr "Justierung der Oberfläche Außenhaut" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die oberen Schichten der Außenhaut gedruckt werden." #: fdmprinter.def.json @@ -3065,7 +3675,9 @@ msgstr "Ruckfunktion obere/untere Schicht" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die oberen/unteren Schichten gedruckt werden." #: fdmprinter.def.json @@ -3075,7 +3687,9 @@ msgstr "Ruckfunktion Stützstruktur" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Stützstruktur gedruckt wird." #: fdmprinter.def.json @@ -3085,7 +3699,9 @@ msgstr "Ruckfunktion Stützstruktur-Füllung" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Füllung der Stützstruktur gedruckt wird." #: fdmprinter.def.json @@ -3095,7 +3711,9 @@ msgstr "Ruckfunktion Stützstruktur-Schnittstelle" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Dächer und Böden der Stützstruktur gedruckt werden." #: fdmprinter.def.json @@ -3105,7 +3723,9 @@ msgstr "Ruckfunktion für Dachstruktur" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Dächer der Stützstruktur gedruckt werden." #: fdmprinter.def.json @@ -3115,7 +3735,9 @@ msgstr "Ruckfunktion für Bodenstruktur" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Böden der Stützstruktur gedruckt werden." #: fdmprinter.def.json @@ -3125,7 +3747,9 @@ msgstr "Ruckfunktion Einzugsturm" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der der Einzugsturm gedruckt wird." #: fdmprinter.def.json @@ -3135,7 +3759,8 @@ msgstr "Ruckfunktion Bewegung" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Fahrtbewegung ausgeführt wird." #: fdmprinter.def.json @@ -3155,7 +3780,9 @@ msgstr "Ruckfunktion Druck für die erste Schicht" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung während des Druckens für die erste Schicht." #: fdmprinter.def.json @@ -3175,7 +3802,9 @@ msgstr "Ruckfunktion Skirt/Brim" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der Skirt und Brim gedruckt werden." #: fdmprinter.def.json @@ -3225,7 +3854,9 @@ msgstr "Einzugsgeschwindigkeit" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "Die Geschwindigkeit, mit der das Filament während einer Einzugsbewegung eingezogen und zurückgeschoben wird." #: fdmprinter.def.json @@ -3255,7 +3886,9 @@ msgstr "Zusätzliche Zurückschiebemenge nach Einzug" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Während einer Bewegung über einen nicht zu bedruckenden Bereich kann Material wegsickern, was hier kompensiert werden kann." #: fdmprinter.def.json @@ -3265,7 +3898,9 @@ msgstr "Mindestbewegung für Einzug" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "Der Mindestbewegungsabstand, damit ein Einzug erfolgt. Dadurch kommt es zu weniger Einzügen in einem kleinen Gebiet." #: fdmprinter.def.json @@ -3275,8 +3910,14 @@ msgstr "Maximale Anzahl von Einzügen" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Diese Einstellung limitiert die Anzahl an Einzügen, die innerhalb des Fensters „Minimaler Extrusionsabstand“ auftritt. Weitere Einzüge innerhalb dieses Fensters werden ignoriert. Durch diese Funktion wird vermieden, dass das gleiche Stück Filament wiederholt eingezogen wird, da es in diesem Fall abgeflacht werden oder es zu Schleifen kommen kann." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Diese Einstellung limitiert die Anzahl an Einzügen, die innerhalb des Fensters „Minimaler Extrusionsabstand“ auftritt. Weitere Einzüge innerhalb dieses" +" Fensters werden ignoriert. Durch diese Funktion wird vermieden, dass das gleiche Stück Filament wiederholt eingezogen wird, da es in diesem Fall abgeflacht" +" werden oder es zu Schleifen kommen kann." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3285,8 +3926,13 @@ msgstr "Fenster „Minimaler Extrusionsabstand“" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "Das Fenster, in dem die maximale Anzahl von Einzügen durchgeführt wird. Dieser Wert sollte etwa der Größe des Einzugsabstands entsprechen, sodass die effektive Häufigkeit, mit der ein Einzug dieselbe Stelle des Materials passiert, begrenzt wird." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "Das Fenster, in dem die maximale Anzahl von Einzügen durchgeführt wird. Dieser Wert sollte etwa der Größe des Einzugsabstands entsprechen, sodass die effektive" +" Häufigkeit, mit der ein Einzug dieselbe Stelle des Materials passiert, begrenzt wird." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3295,8 +3941,12 @@ msgstr "Stützstruktur-Einzüge einschränken" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Lassen Sie den Einzug beim Vorgehen von Stützstruktur zu Stützstruktur in einer geraden Linie aus. Die Aktivierung dieser Einstellung spart Druckzeit, kann jedoch zu übermäßigem Fadenziehen innerhalb der Stützstruktur führen." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Lassen Sie den Einzug beim Vorgehen von Stützstruktur zu Stützstruktur in einer geraden Linie aus. Die Aktivierung dieser Einstellung spart Druckzeit," +" kann jedoch zu übermäßigem Fadenziehen innerhalb der Stützstruktur führen." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3305,8 +3955,15 @@ msgstr "Combing-Modus" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Durch Combing bleibt die Düse während der Bewegung innerhalb von bereits gedruckten Bereichen. Dies führt zu einer leicht verlängerten Bewegungszeit, reduziert jedoch die Notwendigkeit von Einzügen. Wenn Combing deaktiviert ist, wird das Material eingezogen und die Düse bewegt sich in einer geraden Linie zum nächsten Punkt. Es ist außerdem möglich, das Combing über die oberen/unteren Außenhautbereiche zu vermeiden, oder nur Combing innerhalb der Füllung auszuführen." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Durch Combing bleibt die Düse während der Bewegung innerhalb von bereits gedruckten Bereichen. Dies führt zu einer leicht verlängerten Bewegungszeit, reduziert" +" jedoch die Notwendigkeit von Einzügen. Wenn Combing deaktiviert ist, wird das Material eingezogen und die Düse bewegt sich in einer geraden Linie zum" +" nächsten Punkt. Es ist außerdem möglich, das Combing über die oberen/unteren Außenhautbereiche zu vermeiden, oder nur Combing innerhalb der Füllung auszuführen." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3340,8 +3997,12 @@ msgstr "Max. Combing Entfernung ohne Einziehen" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Bei Werten größer als Null verwenden die Combing-Fahrbewegungen, die weiter als über diese Distanz erfolgen, die Einzugsfunktion. Beim Wert Null gibt es keine Maximalstellung, und die Combing-Fahrbewegungen verwenden die Einzugsfunktion nicht." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Bei Werten größer als Null verwenden die Combing-Fahrbewegungen, die weiter als über diese Distanz erfolgen, die Einzugsfunktion. Beim Wert Null gibt es" +" keine Maximalstellung, und die Combing-Fahrbewegungen verwenden die Einzugsfunktion nicht." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3360,7 +4021,9 @@ msgstr "Gedruckte Teile bei Bewegung umgehen" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "Die Düse vermeidet bei der Bewegung bereits gedruckte Teile. Diese Option ist nur verfügbar, wenn Combing aktiviert ist." #: fdmprinter.def.json @@ -3370,7 +4033,9 @@ msgstr "Stützstrukturen bei Bewegung umgehen" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "Die Düse vermeidet bei der Bewegung bereits gedruckte Stützstrukturen. Diese Option ist nur verfügbar, wenn Combing aktiviert ist." #: fdmprinter.def.json @@ -3380,7 +4045,9 @@ msgstr "Umgehungsabstand Bewegung" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "Der Abstand zwischen der Düse und den bereits gedruckten Teilen, wenn diese bei Bewegungen umgangen werden." #: fdmprinter.def.json @@ -3390,7 +4057,9 @@ msgstr "Schichtstart X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Die X-Koordinate der Position, neben der das Teil positioniert ist, von dem aus der Druck jeder Schicht begonnen wird." #: fdmprinter.def.json @@ -3400,7 +4069,9 @@ msgstr "Schichtstart Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Die Y-Koordinate der Position, neben der das Teil positioniert ist, von dem aus der Druck jeder Schicht begonnen wird." #: fdmprinter.def.json @@ -3410,8 +4081,13 @@ msgstr "Z-Sprung beim Einziehen" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Nach dem Einzug wird das Druckbett gesenkt, um einen Abstand zwischen Düse und Druck herzustellen. Das verhindert, dass die Düse den Druck während der Bewegungen anschlägt und verringert die Möglichkeit, dass der Druck vom Druckbett heruntergestoßen wird." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "Nach dem Einzug wird das Druckbett gesenkt, um einen Abstand zwischen Düse und Druck herzustellen. Das verhindert, dass die Düse den Druck während der" +" Bewegungen anschlägt und verringert die Möglichkeit, dass der Druck vom Druckbett heruntergestoßen wird." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3420,8 +4096,11 @@ msgstr "Z-Sprung nur über gedruckten Teilen" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Führen Sie nur einen Z-Sprung aus, wenn Sie über gedruckte Teile fahren, die nicht durch eine horizontale Bewegung vermeidbar sind, indem Sie gedruckte Teile während der Fahrt vermeiden." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Führen Sie nur einen Z-Sprung aus, wenn Sie über gedruckte Teile fahren, die nicht durch eine horizontale Bewegung vermeidbar sind, indem Sie gedruckte" +" Teile während der Fahrt vermeiden." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3440,8 +4119,12 @@ msgstr "Z-Sprung nach Extruder-Wechsel" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Nachdem das Gerät von einem Extruder zu einem anderen gewechselt hat, wird die Druckplatte abgesenkt, um einen Abstand zwischen der Düse und dem Druck zu bilden. Das verhindert, dass die Düse abgesondertes Material auf der Außenseite des Drucks hinterlässt." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Nachdem das Gerät von einem Extruder zu einem anderen gewechselt hat, wird die Druckplatte abgesenkt, um einen Abstand zwischen der Düse und dem Druck" +" zu bilden. Das verhindert, dass die Düse abgesondertes Material auf der Außenseite des Drucks hinterlässt." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3470,7 +4153,9 @@ msgstr "Kühlung für Drucken aktivieren" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "Die Druckerlüfter werden während des Druckens aktiviert. Die Lüfter verbessern die Qualität von Schichten mit kurzen Schichtzeiten und von Brückenbildung/Überhängen." #: fdmprinter.def.json @@ -3490,8 +4175,12 @@ msgstr "Normaldrehzahl des Lüfters" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "Die Drehzahl, mit der die Lüfter laufen, bevor der Grenzwert erreicht wird. Wenn eine Schicht schneller als der Grenzwert gedruckt wird, steigt die Lüfterdrehzahl schrittweise zur Maximaldrehzahl des Lüfters an." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "Die Drehzahl, mit der die Lüfter laufen, bevor der Grenzwert erreicht wird. Wenn eine Schicht schneller als der Grenzwert gedruckt wird, steigt die Lüfterdrehzahl" +" schrittweise zur Maximaldrehzahl des Lüfters an." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3500,8 +4189,12 @@ msgstr "Maximaldrehzahl des Lüfters" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "Die Drehzahl, mit der die Lüfter bei der Mindestzeit für Schicht laufen. Die Lüfterdrehzahl wird schrittweise von der Normaldrehzahl bis zur Maximaldrehzahl des Lüfters angehoben, wenn der Grenzwert erreicht wird." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "Die Drehzahl, mit der die Lüfter bei der Mindestzeit für Schicht laufen. Die Lüfterdrehzahl wird schrittweise von der Normaldrehzahl bis zur Maximaldrehzahl" +" des Lüfters angehoben, wenn der Grenzwert erreicht wird." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3510,8 +4203,13 @@ msgstr "Grenzwert für Normaldrehzahl/Maximaldrehzahl des Lüfters" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "Die Schichtzeit, die den Grenzwert zwischen Normaldrehzahl und Maximaldrehzahl des Lüfters darstellt. Für Schichten, die langsamer als diese Zeit gedruckt werden, läuft der Lüfter auf Normaldrehzahl. Für schnellere Schichten steigt die Lüfterdrehzahl schrittweise zur Maximaldrehzahl des Lüfters an." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "Die Schichtzeit, die den Grenzwert zwischen Normaldrehzahl und Maximaldrehzahl des Lüfters darstellt. Für Schichten, die langsamer als diese Zeit gedruckt" +" werden, läuft der Lüfter auf Normaldrehzahl. Für schnellere Schichten steigt die Lüfterdrehzahl schrittweise zur Maximaldrehzahl des Lüfters an." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3520,8 +4218,12 @@ msgstr "Anfängliche Lüfterdrehzahl" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "Die Drehzahl, mit der die Lüfter zu Druckbeginn drehen. In den nachfolgenden Schichten wird die Lüfterdrehzahl schrittweise bis zu der Schicht gesteigert, die der Normaldrehzahl in der Höhe entspricht." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "Die Drehzahl, mit der die Lüfter zu Druckbeginn drehen. In den nachfolgenden Schichten wird die Lüfterdrehzahl schrittweise bis zu der Schicht gesteigert," +" die der Normaldrehzahl in der Höhe entspricht." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3530,8 +4232,12 @@ msgstr "Normaldrehzahl des Lüfters bei Höhe" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." -msgstr "Die Höhe, auf der die Lüfter mit Normaldrehzahl laufen. In den Schichten darunter wird die Lüfterdrehzahl schrittweise von der anfänglichen Lüfterdrehzahl bis zur Normaldrehzahl angehoben." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." +msgstr "Die Höhe, auf der die Lüfter mit Normaldrehzahl laufen. In den Schichten darunter wird die Lüfterdrehzahl schrittweise von der anfänglichen Lüfterdrehzahl" +" bis zur Normaldrehzahl angehoben." #: fdmprinter.def.json msgctxt "cool_fan_full_layer label" @@ -3540,8 +4246,11 @@ msgstr "Normaldrehzahl des Lüfters bei Schicht" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "Die Schicht, bei der die Lüfter mit Normaldrehzahl laufen. Wenn Normaldrehzahl des Lüfters bei Höhe eingestellt ist, wird dieser Wert berechnet und auf eine ganze Zahl auf- oder abgerundet." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "Die Schicht, bei der die Lüfter mit Normaldrehzahl laufen. Wenn Normaldrehzahl des Lüfters bei Höhe eingestellt ist, wird dieser Wert berechnet und auf" +" eine ganze Zahl auf- oder abgerundet." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3550,8 +4259,15 @@ msgstr "Mindestzeit für Schicht" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "Die Mindestzeit, die für eine Schicht aufgewendet wird. Hierdurch wird der Drucker verlangsamt, um mindestens die hier eingestellte Zeit für eine Schicht aufzuwenden. Dadurch kann das gedruckte Material angemessen abkühlen, bevor die folgende Schicht gedruckt wird. Die Schichten können dennoch weniger als die Mindestzeit für eine Schicht erfordern, wenn die Funktion Druckkopf anheben deaktiviert ist und die Mindestgeschwindigkeit andernfalls verletzt würde." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "Die Mindestzeit, die für eine Schicht aufgewendet wird. Hierdurch wird der Drucker verlangsamt, um mindestens die hier eingestellte Zeit für eine Schicht" +" aufzuwenden. Dadurch kann das gedruckte Material angemessen abkühlen, bevor die folgende Schicht gedruckt wird. Die Schichten können dennoch weniger als" +" die Mindestzeit für eine Schicht erfordern, wenn die Funktion Druckkopf anheben deaktiviert ist und die Mindestgeschwindigkeit andernfalls verletzt würde." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3560,8 +4276,12 @@ msgstr "Mindestgeschwindigkeit" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "Die Mindestdruckgeschwindigkeit, trotz Verlangsamung aufgrund der Mindestzeit für Schicht. Wenn der Drucker zu langsam arbeitet, sinkt der Druck in der Düse zu stark ab und dies führt zu einer schlechten Druckqualität." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "Die Mindestdruckgeschwindigkeit, trotz Verlangsamung aufgrund der Mindestzeit für Schicht. Wenn der Drucker zu langsam arbeitet, sinkt der Druck in der" +" Düse zu stark ab und dies führt zu einer schlechten Druckqualität." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3570,8 +4290,12 @@ msgstr "Druckkopf anheben" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Wenn die Mindestgeschwindigkeit aufgrund der Mindestzeit für Schicht erreicht wird, wird der Druckkopf vom Druck angehoben und die zusätzliche Zeit, bis die Mindestzeit für Schicht erreicht ist, gewartet." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Wenn die Mindestgeschwindigkeit aufgrund der Mindestzeit für Schicht erreicht wird, wird der Druckkopf vom Druck angehoben und die zusätzliche Zeit, bis" +" die Mindestzeit für Schicht erreicht ist, gewartet." #: fdmprinter.def.json msgctxt "support label" @@ -3590,8 +4314,11 @@ msgstr "Stützstruktur generieren" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." -msgstr "Damit werden Strukturen zur Unterstützung von Modellteilen mit Überhängen generiert. Ohne diese Strukturen würden solche Teile während des Druckvorgangs zusammenfallen." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." +msgstr "Damit werden Strukturen zur Unterstützung von Modellteilen mit Überhängen generiert. Ohne diese Strukturen würden solche Teile während des Druckvorgangs" +" zusammenfallen." #: fdmprinter.def.json msgctxt "support_extruder_nr label" @@ -3600,7 +4327,9 @@ msgstr "Extruder für Stützstruktur" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "Das für das Drucken der Stützstruktur verwendete Extruder-Element. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -3610,7 +4339,9 @@ msgstr "Extruder für Füllung Stützstruktur" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "Das für das Drucken der Füllung der Stützstruktur verwendete Extruder-Element. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -3620,7 +4351,9 @@ msgstr "Extruder für erste Schicht der Stützstruktur" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "Das für das Drucken der ersten Schicht der Stützstruktur verwendete Extruder-Element. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -3630,7 +4363,9 @@ msgstr "Extruder für Stützstruktur-Schnittstelle" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "Das für das Drucken der Dächer und Böden der Stützstruktur verwendete Extruder-Element. Dieses wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -3640,7 +4375,9 @@ msgstr "Extruder für Dachstruktur" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "Das für das Drucken der Stützdachstruktur verwendete Extruder-Element. Dieses wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -3650,7 +4387,9 @@ msgstr "Extruder für Bodenstruktur" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "Das für das Drucken der Stützstruktur der Böden verwendete Extruder-Element. Dieses wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json @@ -3660,8 +4399,16 @@ msgstr "Stützstruktur" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Wählt zwischen den verfügbaren Techniken zur Erzeugung von Stützstrukturen. Mit „Normal“ wird eine Stützstruktur direkt unter den überhängenden Teilen erzeugt, die direkt darauf liegen. In der Einstellung „Tree“ wird eine Baumstützstruktur erzeugt, die zu den überhängenden Teilen reicht und diese stützt. Die Stützstruktur verästelt sich innerhalb des Modells und stützt es so gut wie möglich vom Druckbett aus." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Wählt zwischen den verfügbaren Techniken zur Erzeugung von Stützstrukturen. Mit „Normal“ wird eine Stützstruktur direkt unter den überhängenden Teilen" +" erzeugt, die direkt darauf liegen. In der Einstellung „Tree“ wird eine Baumstützstruktur erzeugt, die zu den überhängenden Teilen reicht und diese stützt." +" Die Stützstruktur verästelt sich innerhalb des Modells und stützt es so gut wie möglich vom Druckbett aus." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3680,8 +4427,11 @@ msgstr "Astwinkel der Baumstützstruktur" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "Dies bezeichnet den Winkel der Äste. Verwenden Sie einen geringeren Winkel, um sie vertikaler und stabiler zu gestalten. Verwenden Sie einen stärkeren Winkel, um mehr Reichweite zu erhalten." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." +msgstr "Dies bezeichnet den Winkel der Äste. Verwenden Sie einen geringeren Winkel, um sie vertikaler und stabiler zu gestalten. Verwenden Sie einen stärkeren" +" Winkel, um mehr Reichweite zu erhalten." #: fdmprinter.def.json msgctxt "support_tree_branch_distance label" @@ -3690,8 +4440,12 @@ msgstr "Astabstand der Baumstützstruktur" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Dies beschreibt, wie weit die Äste weg sein müssen, wenn sie das Modell berühren. Eine geringe Entfernung lässt die Baumstützstruktur das Modell an mehreren Punkten berühren, und führt zu einem besseren Überhang, allerdings lässt sich die Stützstruktur auch schwieriger entfernen." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "Dies beschreibt, wie weit die Äste weg sein müssen, wenn sie das Modell berühren. Eine geringe Entfernung lässt die Baumstützstruktur das Modell an mehreren" +" Punkten berühren, und führt zu einem besseren Überhang, allerdings lässt sich die Stützstruktur auch schwieriger entfernen." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3700,7 +4454,9 @@ msgstr "Astdurchmesser der Baumstützstruktur" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." msgstr "Dies beschreibt den Durchmesser der dünnsten Äste der Baumstützstruktur. Dickere Äste sind stabiler. Äste zur Basis hin werden dicker als diese sein." #: fdmprinter.def.json @@ -3710,8 +4466,13 @@ msgstr "Winkel Astdurchmesser der Baumstützstruktur" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "Dies beschreibt den Winkel der Astdurchmesser, da sie stufenweise zum Boden hin dicker werden. Ein Winkel von 0 lässt die Äste über die gesamte Länge hinweg eine gleiche Dicke haben. Ein geringer Winkel kann die Stabilität der Baumstützstruktur erhöhen." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "Dies beschreibt den Winkel der Astdurchmesser, da sie stufenweise zum Boden hin dicker werden. Ein Winkel von 0 lässt die Äste über die gesamte Länge hinweg" +" eine gleiche Dicke haben. Ein geringer Winkel kann die Stabilität der Baumstützstruktur erhöhen." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3720,8 +4481,12 @@ msgstr "Kollisionsauflösung der Baumstützstruktur" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Dies ist die Auflösung für die Berechnung von Kollisionen, um ein Anschlagen des Modells zu verhindern. Eine niedrigere Einstellung sorgt für akkuratere Bäume, die weniger häufig fehlschlagen, erhöht jedoch die Slicing-Zeit erheblich." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Dies ist die Auflösung für die Berechnung von Kollisionen, um ein Anschlagen des Modells zu verhindern. Eine niedrigere Einstellung sorgt für akkuratere" +" Bäume, die weniger häufig fehlschlagen, erhöht jedoch die Slicing-Zeit erheblich." #: fdmprinter.def.json msgctxt "support_type label" @@ -3730,8 +4495,12 @@ msgstr "Platzierung Stützstruktur" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Es werden Stützstrukturen platziert. Die Platzierung kann auf „Druckbett berühren“ oder „Überall“ eingestellt werden. Wenn „Überall“ eingestellt wird, werden die Stützstrukturen auch auf dem Modell gedruckt." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Es werden Stützstrukturen platziert. Die Platzierung kann auf „Druckbett berühren“ oder „Überall“ eingestellt werden. Wenn „Überall“ eingestellt wird," +" werden die Stützstrukturen auch auf dem Modell gedruckt." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3750,8 +4519,11 @@ msgstr "Winkel für Überhänge Stützstruktur" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." -msgstr "Der Mindestwinkel für Überhänge, für welche eine Stützstruktur zugefügt wird. Bei einem Wert von 0° werden alle Überhänge gestützt, bei 90° wird kein Überhang gestützt." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." +msgstr "Der Mindestwinkel für Überhänge, für welche eine Stützstruktur zugefügt wird. Bei einem Wert von 0° werden alle Überhänge gestützt, bei 90° wird kein Überhang" +" gestützt." #: fdmprinter.def.json msgctxt "support_pattern label" @@ -3760,7 +4532,9 @@ msgstr "Muster der Stützstruktur" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Das Muster der Stützstruktur des Drucks. Die verschiedenen verfügbaren Optionen führen zu einer stabilen oder zu einer leicht entfernbaren Stützstruktur." #: fdmprinter.def.json @@ -3791,7 +4565,7 @@ msgstr "Zickzack" #: fdmprinter.def.json msgctxt "support_pattern option cross" msgid "Cross" -msgstr "Kreuz" +msgstr "Quer" #: fdmprinter.def.json msgctxt "support_pattern option gyroid" @@ -3805,8 +4579,12 @@ msgstr "Anzahl der Wandlinien der Stützstruktur" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "Die Anzahl der Wände, mit denen die Stützstruktur-Füllung umgeben wird. Das Hinzufügen einer Wand kann den Druck der Stützstruktur zuverlässiger machen und Überhänge besser unterstützen. Es erhöht jedoch die Druckzeit und den Materialverbrauch." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "Die Anzahl der Wände, mit denen die Stützstruktur-Füllung umgeben wird. Das Hinzufügen einer Wand kann den Druck der Stützstruktur zuverlässiger machen" +" und Überhänge besser unterstützen. Es erhöht jedoch die Druckzeit und den Materialverbrauch." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3815,8 +4593,12 @@ msgstr "Stützlinien verbinden" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Die Enden der Stützlinien werden miteinander verbunden. Die Aktivierung dieser Einstellung kann Ihre Stützstruktur stabiler machen und Unterextrusion verhindern, kostet jedoch mehr Material." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Die Enden der Stützlinien werden miteinander verbunden. Die Aktivierung dieser Einstellung kann Ihre Stützstruktur stabiler machen und Unterextrusion verhindern," +" kostet jedoch mehr Material." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3825,7 +4607,9 @@ msgstr "Zickzack-Elemente Stützstruktur verbinden" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Die Zickzack-Elemente werden verbunden. Dies erhöht die Stärke der Zickzack-Stützstruktur." #: fdmprinter.def.json @@ -3835,7 +4619,9 @@ msgstr "Dichte der Stützstruktur" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Die Dichte der Stützstruktur wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen." #: fdmprinter.def.json @@ -3845,7 +4631,9 @@ msgstr "Linienabstand der Stützstruktur" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "Der Abstand zwischen den gedruckten Stützstrukturlinien. Diese Einstellung wird anhand der Dichte der Stützstruktur berechnet." #: fdmprinter.def.json @@ -3855,7 +4643,9 @@ msgstr "Linienabstand der ursprünglichen Stützstruktur" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Der Abstand zwischen der ursprünglichen gedruckten Stützstrukturlinien. Diese Einstellung wird anhand der Dichte der Stützstruktur berechnet." #: fdmprinter.def.json @@ -3865,8 +4655,15 @@ msgstr "Unterstützung Linienrichtung Füllung" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet. Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass der Standardwinkel von 0 Grad zu verwenden ist." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet." +" Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste" +" ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass der Standardwinkel von 0 Grad zu verwenden ist." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3875,8 +4672,12 @@ msgstr "Stütz-Brim aktivieren" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Erstellen Sie ein Brim in den Stützstruktur-Füllungsbereichen der ersten Schicht. Das Brim wird unterhalb der Stützstruktur und nicht drumherum gedruckt. Die Aktivierung dieser Einstellung erhöht die Haftung der Stützstruktur am Druckbett." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Erstellen Sie ein Brim in den Stützstruktur-Füllungsbereichen der ersten Schicht. Das Brim wird unterhalb der Stützstruktur und nicht drumherum gedruckt." +" Die Aktivierung dieser Einstellung erhöht die Haftung der Stützstruktur am Druckbett." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3885,7 +4686,9 @@ msgstr "Breite der Brim-Stützstruktur" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "Die Breite des unter der Stützstruktur zu druckenden Brims. Ein größeres Brim erhöht die Haftung am Druckbett, jedoch erhöht sich hierdurch der Materialverbrauch." #: fdmprinter.def.json @@ -3895,8 +4698,11 @@ msgstr "Anzahl der Brim-Stützstrukturlinien" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." -msgstr "Die Anzahl der Linien für die Brim-Stützstruktur. Eine größere Anzahl von Brim-Linien verbessert die Haftung am Druckbett, jedoch erhöht sich hierdurch der Materialverbrauch." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." +msgstr "Die Anzahl der Linien für die Brim-Stützstruktur. Eine größere Anzahl von Brim-Linien verbessert die Haftung am Druckbett, jedoch erhöht sich hierdurch" +" der Materialverbrauch." #: fdmprinter.def.json msgctxt "support_z_distance label" @@ -3905,8 +4711,12 @@ msgstr "Z-Abstand der Stützstruktur" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "Der Abstand der Ober-/Unterseite der Stützstruktur vom Druck. So wird ein Zwischenraum geschaffen, der die Entfernung der Stützstrukturen nach dem Drucken des Modells ermöglicht. Dieser Wert wird auf ein Vielfaches der Schichtdicke aufgerundet." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "Der Abstand der Ober-/Unterseite der Stützstruktur vom Druck. So wird ein Zwischenraum geschaffen, der die Entfernung der Stützstrukturen nach dem Drucken" +" des Modells ermöglicht. Dieser Wert wird auf ein Vielfaches der Schichtdicke aufgerundet." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3945,8 +4755,14 @@ msgstr "Abstandspriorität der Stützstruktur" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Definiert, ob die X/Y-Distanz der Stützstruktur die Z-Distanz der Stützstruktur aufhebt oder umgekehrt. Wenn X/Y Z aufhebt, kann die X/Y-Distanz die Stützstruktur vom Modell wegschieben und damit die tatsächliche Z-Distanz zum Überhang beeinflussen. Diese Einstellung kann deaktiviert werden, indem die X/Y-Distanz um die Überhänge nicht angewendet wird." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Definiert, ob die X/Y-Distanz der Stützstruktur die Z-Distanz der Stützstruktur aufhebt oder umgekehrt. Wenn X/Y Z aufhebt, kann die X/Y-Distanz die Stützstruktur" +" vom Modell wegschieben und damit die tatsächliche Z-Distanz zum Überhang beeinflussen. Diese Einstellung kann deaktiviert werden, indem die X/Y-Distanz" +" um die Überhänge nicht angewendet wird." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3965,7 +4781,8 @@ msgstr "X/Y-Mindestabstand der Stützstruktur" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Der Abstand der Stützstruktur zum Überhang in der X- und Y-Richtung." #: fdmprinter.def.json @@ -3975,8 +4792,13 @@ msgstr "Stufenhöhe der Stützstruktur" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "Die Höhe der Stufen der treppenförmigen Unterlage für die Stützstruktur des Modells. Ein niedriger Wert kann das Entfernen der Stützstruktur erschweren, ein zu hoher Wert kann jedoch zu instabilen Stützstrukturen führen. Auf Null einstellen, um das Stufenverhalten zu deaktivieren." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "Die Höhe der Stufen der treppenförmigen Unterlage für die Stützstruktur des Modells. Ein niedriger Wert kann das Entfernen der Stützstruktur erschweren," +" ein zu hoher Wert kann jedoch zu instabilen Stützstrukturen führen. Auf Null einstellen, um das Stufenverhalten zu deaktivieren." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3985,8 +4807,12 @@ msgstr "Max. Stufenhöhe der Stützstruktur" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "Die maximale Breite der Stufen der treppenförmigen Unterlage für die Stützstruktur des Modells. Ein niedriger Wert kann das Entfernen der Stützstruktur erschweren, ein zu hoher Wert kann jedoch zu instabilen Stützstrukturen führen." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "Die maximale Breite der Stufen der treppenförmigen Unterlage für die Stützstruktur des Modells. Ein niedriger Wert kann das Entfernen der Stützstruktur" +" erschweren, ein zu hoher Wert kann jedoch zu instabilen Stützstrukturen führen." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3995,8 +4821,13 @@ msgstr "Stützstufe minimaler Neigungswinkel" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "Die Mindestneigung des Bereichs zur Erstellung einer Stützstufe. Bei niedrigeren Werten lassen sich die Stützstrukturen an flachen Neigungen leichter entfernen. Zu niedrige Werte können allerdings zu widersprüchlichen Ergebnissen an anderen Teilen des Modells führen." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "Die Mindestneigung des Bereichs zur Erstellung einer Stützstufe. Bei niedrigeren Werten lassen sich die Stützstrukturen an flachen Neigungen leichter entfernen." +" Zu niedrige Werte können allerdings zu widersprüchlichen Ergebnissen an anderen Teilen des Modells führen." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4005,8 +4836,12 @@ msgstr "Abstand für Zusammenführung der Stützstrukturen" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "Der Maximalabstand zwischen Stützstrukturen in der X- und Y-Richtung. Wenn der Abstand einzelner Strukturen zueinander diesen Wert unterschreitet, werden diese Strukturen miteinander kombiniert und bilden eine Struktur." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "Der Maximalabstand zwischen Stützstrukturen in der X- und Y-Richtung. Wenn der Abstand einzelner Strukturen zueinander diesen Wert unterschreitet, werden" +" diese Strukturen miteinander kombiniert und bilden eine Struktur." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4015,8 +4850,11 @@ msgstr "Horizontale Erweiterung der Stützstruktur" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." -msgstr "Der Abstand, der auf die Polygone in den einzelnen Schichten angewendet wird. Positive Werte können die Stützbereiche glätten und dadurch eine stabilere Stützstruktur schaffen." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "Der Abstand, der auf die Polygone in den einzelnen Schichten angewendet wird. Positive Werte können die Stützbereiche glätten und dadurch eine stabilere" +" Stützstruktur schaffen." #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness label" @@ -4025,7 +4863,9 @@ msgstr "Stützstruktur Füllschichtdicke" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "Die Dicke pro Schicht des Füllmaterials der Stützstruktur. Dieser Wert sollte immer ein Vielfaches der Schichtdicke sein und wird sonst auf- oder abgerundet." #: fdmprinter.def.json @@ -4035,8 +4875,12 @@ msgstr "Stufenweise Füllungsschritte Stützstruktur" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Anzahl der Male zur Reduzierung der Stützstruktur-Füllungsdichte um die Hälfte bei Arbeiten unter den oberen Flächen. Bereiche, die weiter an den Oberflächen sind, erhalten eine höhere Dichte bis zur Füllungsdichte der Stützstruktur." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Anzahl der Male zur Reduzierung der Stützstruktur-Füllungsdichte um die Hälfte bei Arbeiten unter den oberen Flächen. Bereiche, die weiter an den Oberflächen" +" sind, erhalten eine höhere Dichte bis zur Füllungsdichte der Stützstruktur." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4045,7 +4889,9 @@ msgstr "Höhe stufenweiser Füllungsschritt Stützstruktur" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "Die Höhe der Stützstruktur-Füllung einer bestimmten Dichte vor dem Umschalten auf die halbe Dichte." #: fdmprinter.def.json @@ -4055,7 +4901,9 @@ msgstr "Mindestbereich Stützstruktur" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Mindestflächenbreite für Stützstruktur-Polygone. Polygone, die eine kleinere Fläche als diesen Wert aufweisen, werden nicht generiert." #: fdmprinter.def.json @@ -4065,8 +4913,12 @@ msgstr "Stützstruktur-Schnittstelle aktivieren" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Es wird eine dichte Schnittstelle zwischen dem Modell und der Stützstruktur generiert. Das erstellt eine Außenhaut oben auf der Stützstruktur, auf der das Modell gedruckt wird, und unten auf der Stützstruktur, wo diese auf dem Modell ruht." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Es wird eine dichte Schnittstelle zwischen dem Modell und der Stützstruktur generiert. Das erstellt eine Außenhaut oben auf der Stützstruktur, auf der" +" das Modell gedruckt wird, und unten auf der Stützstruktur, wo diese auf dem Modell ruht." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4075,7 +4927,9 @@ msgstr "Stützdach aktivieren" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Es wird eine dichte Materialschicht zwischen der Stützdachstruktur und dem Modell generiert. Das erstellt eine Außenhaut zwischen dem Modell und der Stützstruktur." #: fdmprinter.def.json @@ -4085,8 +4939,11 @@ msgstr "Stützboden aktivieren" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." -msgstr "Es wird eine dichte Materialschicht zwischen dem Boden der Stützstruktur und dem Modell generiert. Das erstellt eine Außenhaut zwischen dem Modell und der Stützstruktur." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." +msgstr "Es wird eine dichte Materialschicht zwischen dem Boden der Stützstruktur und dem Modell generiert. Das erstellt eine Außenhaut zwischen dem Modell und" +" der Stützstruktur." #: fdmprinter.def.json msgctxt "support_interface_height label" @@ -4095,7 +4952,9 @@ msgstr "Dicke der Stützstrukturschnittstelle" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "Die Dicke der Schnittstelle der Stützstruktur, wo sie das Modell unten und oben berührt." #: fdmprinter.def.json @@ -4105,7 +4964,9 @@ msgstr "Dicke des Stützdachs" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "Die Dicke des Stützdachs. Dies steuert die Menge an dichten Schichten oben an der Stützstruktur, auf der das Modell aufsitzt." #: fdmprinter.def.json @@ -4115,7 +4976,9 @@ msgstr "Dicke der Bodenstruktur" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "Die Dicke der Stützböden. Dies steuert die Anzahl der dichten Schichten, die oben an einem Modell gedruckt werden, auf dem die Stützstruktur aufsitzt." #: fdmprinter.def.json @@ -4125,8 +4988,14 @@ msgstr "Auflösung Stützstrukturschnittstelle" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Bei der Überprüfung, wo sich das Modell über und unter der Stützstruktur befindet, verwenden Sie Schritte der entsprechenden Höhe. Niedrigere Werte schneiden langsamer, während höhere Werte dazu führen können, dass die normale Stützstruktur an einigen Stellen gedruckt wird, wo sie als Stützstrukturschnittstelle gedruckt werden sollte." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Bei der Überprüfung, wo sich das Modell über und unter der Stützstruktur befindet, verwenden Sie Schritte der entsprechenden Höhe. Niedrigere Werte schneiden" +" langsamer, während höhere Werte dazu führen können, dass die normale Stützstruktur an einigen Stellen gedruckt wird, wo sie als Stützstrukturschnittstelle" +" gedruckt werden sollte." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4135,8 +5004,12 @@ msgstr "Dichte Stützstrukturschnittstelle" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Die Dichte der Stützstrukturdächer und -böden wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Die Dichte der Stützstrukturdächer und -böden wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger" +" zu entfernen." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4145,7 +5018,9 @@ msgstr "Dichte der Dachstruktur" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Die Dichte der Stützstrukturdächer wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen." #: fdmprinter.def.json @@ -4155,8 +5030,11 @@ msgstr "Linienabstand der Dachstruktur" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." -msgstr "Der Abstand zwischen den gedruckten Stützdachlinien. Diese Einstellung wird anhand der Dichte der Stützstruktur berechnet, kann aber auch separat eingestellt werden." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." +msgstr "Der Abstand zwischen den gedruckten Stützdachlinien. Diese Einstellung wird anhand der Dichte der Stützstruktur berechnet, kann aber auch separat eingestellt" +" werden." #: fdmprinter.def.json msgctxt "support_bottom_density label" @@ -4165,7 +5043,9 @@ msgstr "Dichte der Bodenstruktur" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "Die Dichte der Stützstrukturböden wird eingestellt. Ein höherer Wert führt zu einer besseren Haftung der Stützstruktur oben am Modell." #: fdmprinter.def.json @@ -4175,8 +5055,11 @@ msgstr "Linienabstand der Bodenstruktur" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." -msgstr "Der Abstand zwischen den gedruckten Stützstrukturbodenlinien. Diese Einstellung wird anhand der Dichte des Stützstrukturboden berechnet, kann aber auch separat eingestellt werden." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." +msgstr "Der Abstand zwischen den gedruckten Stützstrukturbodenlinien. Diese Einstellung wird anhand der Dichte des Stützstrukturboden berechnet, kann aber auch" +" separat eingestellt werden." #: fdmprinter.def.json msgctxt "support_interface_pattern label" @@ -4185,7 +5068,9 @@ msgstr "Muster Stützstrukturschnittstelle" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "Das Muster, mit dem die Schnittstelle der Stützstruktur mit dem Modell gedruckt wird." #: fdmprinter.def.json @@ -4290,8 +5175,11 @@ msgstr "Mindestbereich Stützstruktur-Schnittstelle" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Mindestflächenbreite für Stützstruktur-Schnittstellen-Polygone. Polygone, die eine kleinere Fläche als diesen Wert aufweisen, werden als normale Stützstruktur gedruckt." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." +msgstr "Mindestflächenbreite für Stützstruktur-Schnittstellen-Polygone. Polygone, die eine kleinere Fläche als diesen Wert aufweisen, werden als normale Stützstruktur" +" gedruckt." #: fdmprinter.def.json msgctxt "minimum_roof_area label" @@ -4300,7 +5188,9 @@ msgstr "Mindestbereich Stützstrukturdach" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Mindestfläche für die Dächer der Stützstruktur. Polygone, die eine kleinere Fläche als diesen Wert aufweisen, werden als normale Stützstruktur gedruckt." #: fdmprinter.def.json @@ -4310,7 +5200,9 @@ msgstr "Mindestbereich Stützstrukturboden" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Mindestfläche für die Dächer der Stützstruktur. Polygone, die eine kleinere Fläche als diesen Wert aufweisen, werden als normale Stützstruktur gedruckt." #: fdmprinter.def.json @@ -4350,8 +5242,17 @@ msgstr "Richtungen der Verbindungslinien unterstützen" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet. Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (zwischen 45 und 135- rad, falls die Verbindungsstellen ziemlich dick sind, oder 90 Grad) zu verwenden sind." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet." +" Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste" +" ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (zwischen 45 und 135- rad," +" falls die Verbindungsstellen ziemlich dick sind, oder 90 Grad) zu verwenden sind." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4360,8 +5261,17 @@ msgstr "Richtungen der Dachlinien unterstützen" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet. Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (zwischen 45 und 135- rad, falls die Verbindungsstellen ziemlich dick sind, oder 90 Grad) zu verwenden sind." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet." +" Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste" +" ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (zwischen 45 und 135- rad," +" falls die Verbindungsstellen ziemlich dick sind, oder 90 Grad) zu verwenden sind." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4370,8 +5280,17 @@ msgstr "Richtungen der Bodenlinien unterstützen" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet. Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (zwischen 45 und 135- rad, falls die Verbindungsstellen ziemlich dick sind, oder 90 Grad) zu verwenden sind." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Liste der zu verwendenden Linienrichtungen (in ganzen Zahlen). Die Elemente der Liste werden während des Aufbaus der Schichten der Reihe nach abgearbeitet." +" Wenn das Ende der Liste erreicht wird, wird wieder beim ersten Element begonnen. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste" +" ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (zwischen 45 und 135- rad," +" falls die Verbindungsstellen ziemlich dick sind, oder 90 Grad) zu verwenden sind." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4380,7 +5299,9 @@ msgstr "Lüfterdrehzahl überschreiben" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "Bei Aktivierung wird die Lüfterdrehzahl für die Druckkühlung für die Außenhautbereiche direkt über der Stützstruktur geändert." #: fdmprinter.def.json @@ -4390,8 +5311,11 @@ msgstr "Unterstützte Lüfterdrehzahl für Außenhaut" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Prozentwert der Lüfterdrehzahl für die Verwendung beim Drucken der Außenhautbereiche direkt oberhalb der Stützstruktur. Die Verwendung einer hohen Lüfterdrehzahl ermöglicht ein leichteres Entfernen der Stützstruktur." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Prozentwert der Lüfterdrehzahl für die Verwendung beim Drucken der Außenhautbereiche direkt oberhalb der Stützstruktur. Die Verwendung einer hohen Lüfterdrehzahl" +" ermöglicht ein leichteres Entfernen der Stützstruktur." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4400,8 +5324,12 @@ msgstr "Verwendung von Pfeilern" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Es werden spezielle Pfeiler verwendet, um kleine Überhänge zu stützen. Diese Pfeiler haben einen größeren Durchmesser als der von ihnen gestützte Bereich. In der Nähe des Überhangs verkleinert sich der Durchmesser der Pfeiler, was zur Bildung eines Dachs führt." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Es werden spezielle Pfeiler verwendet, um kleine Überhänge zu stützen. Diese Pfeiler haben einen größeren Durchmesser als der von ihnen gestützte Bereich." +" In der Nähe des Überhangs verkleinert sich der Durchmesser der Pfeiler, was zur Bildung eines Dachs führt." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4420,7 +5348,9 @@ msgstr "Maximaler Durchmesser für Stützpfeiler" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "Der Mindestdurchmesser in den X/Y-Richtungen eines kleinen Bereichs, der durch einen speziellen Stützpfeiler gestützt wird." #: fdmprinter.def.json @@ -4430,7 +5360,9 @@ msgstr "Winkel des Pfeilerdachs" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "Der Winkel eines Pfeilerdachs. Ein höherer Wert hat spitze Pfeilerdächer zur Folge, ein niedrigerer Wert führt zu flacheren Pfeilerdächern." #: fdmprinter.def.json @@ -4440,7 +5372,9 @@ msgstr "Stütznetz ablegen" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Sorgt für Unterstützung überall unterhalb des Stütznetzes, sodass kein Überhang im Stütznetz vorhanden ist." #: fdmprinter.def.json @@ -4450,7 +5384,9 @@ msgstr "Szene verfügt über Stütznetze" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Die Szene verfügt über Stütznetze. Diese Einstellung wird von Cura gesteuert." #: fdmprinter.def.json @@ -4470,8 +5406,14 @@ msgstr "Einzugstropfen aktivieren" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Diese Funktion legt fest, ob das Filament vor dem Drucken mit einem Tropfen eingezogen wird. Wenn diese Funktion aktiviert ist, stellt der Extruder vor dem Drucken an der Düse Material bereit. Der Brim- oder Skirt-Druck kann ebenfalls als Einzug wirken; in diesem Fall kann das Ausschalten dieser Funktion Zeit einsparen." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Diese Funktion legt fest, ob das Filament vor dem Drucken mit einem Tropfen eingezogen wird. Wenn diese Funktion aktiviert ist, stellt der Extruder vor" +" dem Drucken an der Düse Material bereit. Der Brim- oder Skirt-Druck kann ebenfalls als Einzug wirken; in diesem Fall kann das Ausschalten dieser Funktion" +" Zeit einsparen." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4480,7 +5422,9 @@ msgstr "X-Position Extruder-Einzug" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Die X-Koordinate der Position, an der die Düse am Druckbeginn einzieht." #: fdmprinter.def.json @@ -4490,7 +5434,9 @@ msgstr "Y-Position Extruder-Einzug" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Die Y-Koordinate der Position, an der die Düse am Druckbeginn einzieht." #: fdmprinter.def.json @@ -4500,8 +5446,15 @@ msgstr "Druckplattenhaftungstyp" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Verschiedene Optionen, die die Materialbereitstellung für die Extrusion und die Haftung am Druckbett verbessern. Durch die Brim-Funktion wird ein flacher, einschichtiger Bereich um die Basis des Modells herum hinzugefügt, um Warping zu verhindern. Durch die Raft-Funktion wird ein dickes Gitter mit Dach unter dem Modell hinzugefügt. Das Skirt-Element ist eine Linie, die um das Modell herum gedruckt wird, aber nicht mit dem Modell verbunden ist." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Verschiedene Optionen, die die Materialbereitstellung für die Extrusion und die Haftung am Druckbett verbessern. Durch die Brim-Funktion wird ein flacher," +" einschichtiger Bereich um die Basis des Modells herum hinzugefügt, um Warping zu verhindern. Durch die Raft-Funktion wird ein dickes Gitter mit Dach unter" +" dem Modell hinzugefügt. Das Skirt-Element ist eine Linie, die um das Modell herum gedruckt wird, aber nicht mit dem Modell verbunden ist." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4530,48 +5483,58 @@ msgstr "Druckplattenhaftung für Extruder" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "Das für das Drucken von Skirt/Brim/Raft verwendete Extruder-Element. Diese wird für die Mehrfach-Extrusion benutzt." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Skirt/Brim-Extruder" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "Der Extruderzug, der für den Druck von Skirt oder Brim verwendet wird. Dies wird bei der Mehrfachextrusion verwendet." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Raft-Basis-Extruder" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "Der Extruderzug, der für den Druck der ersten Schicht des Rafts verwendet wird. Dies wird bei der Mehrfachextrusion verwendet." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Extruder für die Raft-Mitte" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "Der Extruderzug, der für den Druck der mittleren Schicht des Rafts verwendet wird. Dies wird bei der Mehrfachextrusion verwendet." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Extruder für die Raft-Oberseite" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "Der Extruderzug, der für den Druck der obersten Schicht(en) des Rafts verwendet wird. Dies wird bei der Mehrfachextrusion verwendet." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4580,8 +5543,11 @@ msgstr "Anzahl der Skirt-Linien" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." -msgstr "Mehrere Skirt-Linien ermöglichen eine bessere Materialbereitstellung für die Extrusion für kleine Modelle. Wird dieser Wert auf 0 eingestellt, wird kein Skirt erstellt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." +msgstr "Mehrere Skirt-Linien ermöglichen eine bessere Materialbereitstellung für die Extrusion für kleine Modelle. Wird dieser Wert auf 0 eingestellt, wird kein" +" Skirt erstellt." #: fdmprinter.def.json msgctxt "skirt_gap label" @@ -4592,10 +5558,10 @@ msgstr "Skirt-Abstand" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"Der horizontale Abstand zwischen dem Skirt und der ersten Schicht des Drucks.\n" -"Es handelt sich dabei um den Mindestabstand. Ab diesem Abstand werden mehrere Skirt-Linien in äußerer Richtung angebracht." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "Der horizontale Abstand zwischen dem Skirt und der ersten Schicht des Drucks.\nEs handelt sich dabei um den Mindestabstand. Ab diesem Abstand werden mehrere" +" Skirt-Linien in äußerer Richtung angebracht." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4604,8 +5570,13 @@ msgstr "Mindestlänge für Skirt/Brim" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "Die Mindestlänge für das Skirt- oder Brim-Element. Wenn diese Mindestlänge nicht durch die Anzahl der Skirt- oder Brim-Linien erreicht wird, werden weitere Skirt- oder Brim-Linien hinzugefügt, bis diese Mindestlänge erreicht wird. Hinweis: Wenn die Linienzahl auf 0 eingestellt wird, wird dies ignoriert." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "Die Mindestlänge für das Skirt- oder Brim-Element. Wenn diese Mindestlänge nicht durch die Anzahl der Skirt- oder Brim-Linien erreicht wird, werden weitere" +" Skirt- oder Brim-Linien hinzugefügt, bis diese Mindestlänge erreicht wird. Hinweis: Wenn die Linienzahl auf 0 eingestellt wird, wird dies ignoriert." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4614,8 +5585,12 @@ msgstr "Breite des Brim-Elements" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." -msgstr "Der Abstand vom Model zur äußersten Brim-Linie. Ein größeres Brim-Element verbessert die Haftung am Druckbett, es wird dadurch aber auch der verwendbare Druckbereich verkleinert." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." +msgstr "Der Abstand vom Model zur äußersten Brim-Linie. Ein größeres Brim-Element verbessert die Haftung am Druckbett, es wird dadurch aber auch der verwendbare" +" Druckbereich verkleinert." #: fdmprinter.def.json msgctxt "brim_line_count label" @@ -4624,8 +5599,11 @@ msgstr "Anzahl der Brim-Linien" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." -msgstr "Die Anzahl der Linien für das Brim-Element. Eine größere Anzahl von Brim-Linien verbessert die Haftung am Druckbett, es wird dadurch aber auch der verwendbare Druckbereich verkleinert." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." +msgstr "Die Anzahl der Linien für das Brim-Element. Eine größere Anzahl von Brim-Linien verbessert die Haftung am Druckbett, es wird dadurch aber auch der verwendbare" +" Druckbereich verkleinert." #: fdmprinter.def.json msgctxt "brim_gap label" @@ -4634,8 +5612,12 @@ msgstr "Abstand zum Brim-Element" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "Der horizontale Abstand zwischen der ersten Brim-Linie und der Kontur der ersten Schicht des Drucks. Eine kleine Spalte kann das Entfernen des Brims vereinfachen, wobei trotzdem alle thermischen Vorteile genutzt werden können." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "Der horizontale Abstand zwischen der ersten Brim-Linie und der Kontur der ersten Schicht des Drucks. Eine kleine Spalte kann das Entfernen des Brims vereinfachen," +" wobei trotzdem alle thermischen Vorteile genutzt werden können." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4644,8 +5626,12 @@ msgstr "Brim ersetzt die Stützstruktur" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Erzwingen Sie den Druck des Brims um das Modell herum, auch wenn dieser Raum sonst durch die Stützstruktur belegt würde. Dies ersetzt einige der ersten Schichten der Stützstruktur durch Brim-Bereiche." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Erzwingen Sie den Druck des Brims um das Modell herum, auch wenn dieser Raum sonst durch die Stützstruktur belegt würde. Dies ersetzt einige der ersten" +" Schichten der Stützstruktur durch Brim-Bereiche." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4654,8 +5640,12 @@ msgstr "Brim nur an Außenseite" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Brim nur an der Außenseite des Modells drucken. Damit reduziert sich die Anzahl der Brims, die Sie später entfernen müssen, während die Druckbetthaftung nicht signifikant eingeschränkt wird." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Brim nur an der Außenseite des Modells drucken. Damit reduziert sich die Anzahl der Brims, die Sie später entfernen müssen, während die Druckbetthaftung" +" nicht signifikant eingeschränkt wird." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4664,8 +5654,12 @@ msgstr "Zusätzlicher Abstand für Raft" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Wenn die Raft-Funktion aktiviert ist, gibt es einen zusätzlichen Raft-Bereich um das Modell herum, für das ein Raft erstellt wird. Bei einem größeren Abstand wird ein kräftigeres Raft-Element hergestellt, wobei jedoch mehr Material verbraucht wird und weniger Platz für das gedruckte Modell verbleibt." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Wenn die Raft-Funktion aktiviert ist, gibt es einen zusätzlichen Raft-Bereich um das Modell herum, für das ein Raft erstellt wird. Bei einem größeren Abstand" +" wird ein kräftigeres Raft-Element hergestellt, wobei jedoch mehr Material verbraucht wird und weniger Platz für das gedruckte Modell verbleibt." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4674,8 +5668,13 @@ msgstr "Raft-Glättung" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Diese Einstellung steuert, wie stark die Innenkanten des Raft-Umrisses gerundet werden. Die Innenkanten werden zu einem Halbkreis mit einem Radius entsprechend des hier definierten Werts gerundet. Diese Einstellung entfernt außerdem Löcher im Raft-Umriss, die kleiner als ein solcher Kreis sind." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Diese Einstellung steuert, wie stark die Innenkanten des Raft-Umrisses gerundet werden. Die Innenkanten werden zu einem Halbkreis mit einem Radius entsprechend" +" des hier definierten Werts gerundet. Diese Einstellung entfernt außerdem Löcher im Raft-Umriss, die kleiner als ein solcher Kreis sind." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4684,8 +5683,12 @@ msgstr "Luftspalt für Raft" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "Die Lücke zwischen der letzten Raft-Schicht und der ersten Schicht des Modells. Nur die erste Schicht wird entsprechend dieses Wertes angehoben, um die Bindung zwischen der Raft-Schicht und dem Modell zu reduzieren. Dies macht es leichter, das Raft abzuziehen." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "Die Lücke zwischen der letzten Raft-Schicht und der ersten Schicht des Modells. Nur die erste Schicht wird entsprechend dieses Wertes angehoben, um die" +" Bindung zwischen der Raft-Schicht und dem Modell zu reduzieren. Dies macht es leichter, das Raft abzuziehen." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4694,8 +5697,12 @@ msgstr "Z Überlappung der ersten Schicht" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "Die erste und die zweite Schicht des Modells sollen sich in der Z-Richtung überlappen, um das verlorene Filament in dem Luftspalt zu kompensieren. Alle Modelle über der ersten Modellschicht verschieben sich um diesen Wert nach unten." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "Die erste und die zweite Schicht des Modells sollen sich in der Z-Richtung überlappen, um das verlorene Filament in dem Luftspalt zu kompensieren. Alle" +" Modelle über der ersten Modellschicht verschieben sich um diesen Wert nach unten." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4704,8 +5711,12 @@ msgstr "Obere Raft-Schichten" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "Die Anzahl der Oberflächenschichten auf der zweiten Raft-Schicht. Dabei handelt es sich um komplett gefüllte Schichten, auf denen das Modell ruht. Bei der Verwendung von 2 Schichten entsteht eine glattere Oberfläche als bei einer Schicht." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "Die Anzahl der Oberflächenschichten auf der zweiten Raft-Schicht. Dabei handelt es sich um komplett gefüllte Schichten, auf denen das Modell ruht. Bei" +" der Verwendung von 2 Schichten entsteht eine glattere Oberfläche als bei einer Schicht." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4724,7 +5735,9 @@ msgstr "Linienbreite der Raft-Oberfläche" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Die Breite der Linien in der Raft-Oberfläche. Dünne Linien sorgen dafür, dass die Raft-Oberfläche glatter wird." #: fdmprinter.def.json @@ -4734,18 +5747,24 @@ msgstr "Linienabstand der Raft-Oberfläche" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "Der Abstand zwischen den Raft-Linien der Raft-Oberflächenschichten. Der Abstand sollte der Linienbreite entsprechen, damit die Oberfläche stabil ist." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Mittlere Ebenen des Rafts" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Die Anzahl der Schichten zwischen dem Boden und der Oberfläche des Rafts. Aus diesen besteht der größte Teil des Rafts. Eine Erhöhung dieses Wertes führt" +" zu einem dickeren und stabileren Raft." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4764,7 +5783,9 @@ msgstr "Linienbreite des Raft-Mittelbereichs" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "Die Breite der Linien im Raft-Mittelbereich. Wenn die zweite Schicht mehr extrudiert, haften die Linien besser an der Druckplatte." #: fdmprinter.def.json @@ -4774,8 +5795,12 @@ msgstr "Linienabstand im Raft-Mittelbereich" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "Der Abstand zwischen den Raft-Linien im Raft-Mittelbereich. Der Abstand im Mittelbereich sollte recht groß sein, dennoch muss dieser dicht genug sein, um die Raft-Oberflächenschichten stützen zu können." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "Der Abstand zwischen den Raft-Linien im Raft-Mittelbereich. Der Abstand im Mittelbereich sollte recht groß sein, dennoch muss dieser dicht genug sein," +" um die Raft-Oberflächenschichten stützen zu können." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4784,7 +5809,9 @@ msgstr "Dicke der Raft-Basis" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "Die Schichtdicke der Raft-Basisschicht. Dabei sollte es sich um eine dicke Schicht handeln, die fest an der Druckplatte haftet." #: fdmprinter.def.json @@ -4794,7 +5821,9 @@ msgstr "Linienbreite der Raft-Basis" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Die Breite der Linien in der Raft-Basisschicht. Dabei sollte es sich um dicke Linien handeln, da diese besser an der Druckplatte haften." #: fdmprinter.def.json @@ -4804,7 +5833,9 @@ msgstr "Linienabstand der Raft-Basis" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "Der Abstand zwischen den Raft-Linien der Raft-Basisschicht. Große Abstände erleichtern das Entfernen des Raft vom Druckbett." #: fdmprinter.def.json @@ -4824,8 +5855,12 @@ msgstr "Druckgeschwindigkeit Raft Oben" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "Die Geschwindigkeit, mit der die oberen Schichten des Raft gedruckt werden. Diese sollte etwas geringer sein, damit die Düse langsam angrenzende Oberflächenlinien glätten kann." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "Die Geschwindigkeit, mit der die oberen Schichten des Raft gedruckt werden. Diese sollte etwas geringer sein, damit die Düse langsam angrenzende Oberflächenlinien" +" glätten kann." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4834,8 +5869,12 @@ msgstr "Druckgeschwindigkeit Raft Mitte" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "Die Geschwindigkeit, mit der die Raft-Mittelschicht gedruckt wird. Diese sollte relativ niedrig sein, da zu diesem Zeitpunkt ein großes Materialvolumen aus der Düse kommt." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "Die Geschwindigkeit, mit der die Raft-Mittelschicht gedruckt wird. Diese sollte relativ niedrig sein, da zu diesem Zeitpunkt ein großes Materialvolumen" +" aus der Düse kommt." #: fdmprinter.def.json msgctxt "raft_base_speed label" @@ -4844,8 +5883,12 @@ msgstr "Druckgeschwindigkeit für Raft-Basis" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "Die Geschwindigkeit, mit der die Raft-Basisschicht gedruckt wird. Diese sollte relativ niedrig sein, da zu diesem Zeitpunkt ein großes Materialvolumen aus der Düse kommt." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "Die Geschwindigkeit, mit der die Raft-Basisschicht gedruckt wird. Diese sollte relativ niedrig sein, da zu diesem Zeitpunkt ein großes Materialvolumen" +" aus der Düse kommt." #: fdmprinter.def.json msgctxt "raft_acceleration label" @@ -4984,7 +6027,9 @@ msgstr "Einzugsturm aktivieren" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Drucken Sie einen Turm neben dem Druck, der zum Einziehen des Materials nach jeder Düsenschaltung dient." #: fdmprinter.def.json @@ -5004,7 +6049,9 @@ msgstr "Mindestvolumen Einzugsturm" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "Das Mindestvolumen für jede Schicht des Einzugsturms, um ausreichend Material zu spülen." #: fdmprinter.def.json @@ -5034,7 +6081,9 @@ msgstr "Wipe-Düse am Einzugsturm inaktiv" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Nach dem Drucken des Einzugsturms mit einer Düse wird das ausgetretene Material von der anderen Düse am Einzugsturm abgewischt." #: fdmprinter.def.json @@ -5044,8 +6093,11 @@ msgstr "Brim Einzugsturm" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "Einzugstürme benötigen möglicherweise zusätzliche Haftung in Form eines Brims, auch wenn das Modell selbst dies nicht benötigt. Kann derzeit nicht mit dem „Raft“-Haftungstyp verwendet werden." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "Einzugstürme benötigen möglicherweise zusätzliche Haftung in Form eines Brims, auch wenn das Modell selbst dies nicht benötigt. Kann derzeit nicht mit" +" dem „Raft“-Haftungstyp verwendet werden." #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" @@ -5054,8 +6106,12 @@ msgstr "Sickerschutz aktivieren" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Aktiviert den äußeren Sickerschutz. Damit wird eine Hülle um das Modell erstellt, die eine zweite Düse abstreift, wenn diese auf derselben Höhe wie die erste Düse steht." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Aktiviert den äußeren Sickerschutz. Damit wird eine Hülle um das Modell erstellt, die eine zweite Düse abstreift, wenn diese auf derselben Höhe wie die" +" erste Düse steht." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5064,8 +6120,12 @@ msgstr "Winkel für Sickerschutz" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "Der maximale Winkel, den ein Teil im Sickerschutz haben kann. 0 Grad ist vertikal und 90 Grad ist horizontal. Ein kleinerer Winkel führt zu weniger ausgefallenen Sickerschützen, jedoch mehr Material." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "Der maximale Winkel, den ein Teil im Sickerschutz haben kann. 0 Grad ist vertikal und 90 Grad ist horizontal. Ein kleinerer Winkel führt zu weniger ausgefallenen" +" Sickerschützen, jedoch mehr Material." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5084,7 +6144,10 @@ msgstr "Düsenwechsel Einzugsabstand" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." msgstr "Der Wert für den Einzug beim Umstellen der Extruder: 0 einstellen, um keinen Einzug zu erhalten. Dies sollte generell mit der Länge der Heizzone übereinstimmen." #: fdmprinter.def.json @@ -5094,8 +6157,11 @@ msgstr "Düsenwechsel Rückzugsgeschwindigkeit" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." -msgstr "Die Geschwindigkeit, mit der das Filament zurückgezogen wird. Eine höhere Rückzugsgeschwindigkeit funktioniert besser, allerdings kann eine sehr hohe Rückzugsgeschwindigkeit zu einem Schleifen des Filaments führen." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." +msgstr "Die Geschwindigkeit, mit der das Filament zurückgezogen wird. Eine höhere Rückzugsgeschwindigkeit funktioniert besser, allerdings kann eine sehr hohe Rückzugsgeschwindigkeit" +" zu einem Schleifen des Filaments führen." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed label" @@ -5104,7 +6170,8 @@ msgstr "Düsenwechsel Rückzuggeschwindigkeit" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "Die Geschwindigkeit, mit der das Filament während eines Düsenwechseleinzugs zurückgezogen wird." #: fdmprinter.def.json @@ -5114,7 +6181,9 @@ msgstr "Düsenwechsel Einzugsgeschwindigkeit (Zurückschieben)" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "Die Geschwindigkeit, mit der das Filament während eines Düsenwechseleinzugs zurückgeschoben wird." #: fdmprinter.def.json @@ -5144,8 +6213,12 @@ msgstr "Überlappende Volumen vereinen" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Die interne Geometrie, die durch überlappende Volumen innerhalb eines Netzes entsteht, wird ignoriert und diese Volumen werden als ein Einziges gedruckt. Dadurch können unbeabsichtigte innere Hohlräume verschwinden." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Die interne Geometrie, die durch überlappende Volumen innerhalb eines Netzes entsteht, wird ignoriert und diese Volumen werden als ein Einziges gedruckt." +" Dadurch können unbeabsichtigte innere Hohlräume verschwinden." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5154,8 +6227,12 @@ msgstr "Alle Löcher entfernen" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Es werden alle Löcher in den einzelnen Schichten entfernt und lediglich die äußere Form wird erhalten. Dadurch wird jegliche unsichtbare interne Geometrie ignoriert. Jedoch werden auch solche Löcher in den Schichten ignoriert, die man von oben oder unten sehen kann." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Es werden alle Löcher in den einzelnen Schichten entfernt und lediglich die äußere Form wird erhalten. Dadurch wird jegliche unsichtbare interne Geometrie" +" ignoriert. Jedoch werden auch solche Löcher in den Schichten ignoriert, die man von oben oder unten sehen kann." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5164,8 +6241,12 @@ msgstr "Extensives Stitching" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." -msgstr "Extensives Stitching versucht die Löcher im Netz mit sich berührenden Polygonen abzudecken. Diese Option kann eine lange Verarbeitungszeit in Anspruch nehmen." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." +msgstr "Extensives Stitching versucht die Löcher im Netz mit sich berührenden Polygonen abzudecken. Diese Option kann eine lange Verarbeitungszeit in Anspruch" +" nehmen." #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons label" @@ -5174,8 +6255,14 @@ msgstr "Unterbrochene Flächen beibehalten" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Normalerweise versucht Cura kleine Löcher im Netz abzudecken und Teile von Schichten, die große Löcher aufweisen, zu entfernen. Die Aktivierung dieser Option erhält jene Teile, die nicht abgedeckt werden können. Diese Option sollte nur als letzter Ausweg verwendet werden, wenn es andernfalls nicht möglich ist, einen korrekten G-Code zu berechnen." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Normalerweise versucht Cura kleine Löcher im Netz abzudecken und Teile von Schichten, die große Löcher aufweisen, zu entfernen. Die Aktivierung dieser" +" Option erhält jene Teile, die nicht abgedeckt werden können. Diese Option sollte nur als letzter Ausweg verwendet werden, wenn es andernfalls nicht möglich" +" ist, einen korrekten G-Code zu berechnen." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5184,7 +6271,9 @@ msgstr "Überlappung zusammengeführte Netze" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Erstellen Sie Netze, die einander berühren und sich leicht überlappen. Damit haften sie besser aneinander." #: fdmprinter.def.json @@ -5194,8 +6283,11 @@ msgstr "Netzüberschneidung entfernen" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." -msgstr "Entfernt Bereiche, in denen mehrere Netze miteinander überlappen. Dies kann verwendet werden, wenn zusammengefügte Objekte aus zwei Materialien miteinander überlappen." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." +msgstr "Entfernt Bereiche, in denen mehrere Netze miteinander überlappen. Dies kann verwendet werden, wenn zusammengefügte Objekte aus zwei Materialien miteinander" +" überlappen." #: fdmprinter.def.json msgctxt "alternate_carve_order label" @@ -5204,8 +6296,13 @@ msgstr "Wechselndes Entfernen des Netzes" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Schaltet mit jeder Schicht das Volumen zu den entsprechenden Netzüberschneidungen, sodass die überlappenden Netze miteinander verwebt werden. Durch Abschalten dieser Funktion erhält eines der Netze das gesamte Volumen der Überlappung, während es von den anderen Netzen entfernt wird." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Schaltet mit jeder Schicht das Volumen zu den entsprechenden Netzüberschneidungen, sodass die überlappenden Netze miteinander verwebt werden. Durch Abschalten" +" dieser Funktion erhält eines der Netze das gesamte Volumen der Überlappung, während es von den anderen Netzen entfernt wird." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5214,8 +6311,12 @@ msgstr "Leere erste Schichten entfernen" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Entfernen Sie die leeren Schichten unter der ersten gedruckten Schicht, sofern vorhanden. Die Deaktivierung dieser Einstellung kann zu leeren ersten Schichten führen, wenn die Einstellung der Slicing-Toleranz auf Exklusiv oder Mittel gesetzt wurde." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Entfernen Sie die leeren Schichten unter der ersten gedruckten Schicht, sofern vorhanden. Die Deaktivierung dieser Einstellung kann zu leeren ersten Schichten" +" führen, wenn die Einstellung der Slicing-Toleranz auf Exklusiv oder Mittel gesetzt wurde." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5224,8 +6325,14 @@ msgstr "Maximale Auflösung" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "Die Mindestgröße eines Linienabschnitts nach dem Slicen. Wenn Sie diesen Wert erhöhen, führt dies zu einer niedrigeren Auslösung des Mesh. Damit kann der Drucker die erforderliche Geschwindigkeit für die Verarbeitung des G-Codes beibehalten; außerdem wird die Slice-Geschwindigkeit erhöht, indem Details des Mesh entfernt werden, die ohnehin nicht verarbeitet werden können." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "Die Mindestgröße eines Linienabschnitts nach dem Slicen. Wenn Sie diesen Wert erhöhen, führt dies zu einer niedrigeren Auslösung des Mesh. Damit kann der" +" Drucker die erforderliche Geschwindigkeit für die Verarbeitung des G-Codes beibehalten; außerdem wird die Slice-Geschwindigkeit erhöht, indem Details" +" des Mesh entfernt werden, die ohnehin nicht verarbeitet werden können." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5234,8 +6341,14 @@ msgstr "Maximale Bewegungsauflösung" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "Die maximale Größe eines Bewegungsliniensegments nach dem Slicen. Wenn Sie diesen Wert erhöhen, weisen die Fahrtbewegungen weniger glatte Kanten aus. Das ermöglicht dem Drucker, die für die Verarbeitung eines G-Codes erforderliche Geschwindigkeit aufrechtzuerhalten, allerdings kann das Modell damit auch weniger akkurat werden." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "Die maximale Größe eines Bewegungsliniensegments nach dem Slicen. Wenn Sie diesen Wert erhöhen, weisen die Fahrtbewegungen weniger glatte Kanten aus. Das" +" ermöglicht dem Drucker, die für die Verarbeitung eines G-Codes erforderliche Geschwindigkeit aufrechtzuerhalten, allerdings kann das Modell damit auch" +" weniger akkurat werden." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5244,18 +6357,37 @@ msgstr "Maximale Abweichung" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "Die maximal zulässige Abweichung bei Reduzierung der maximalen Auflösung. Wenn Sie diesen Wert erhöhen, wird der Druck ungenauer, der G-Code wird jedoch kleiner. Die maximale Abweichung ist eine Grenze für die maximale Auflösung. Wenn die beiden Werte sich widersprechen, wird stets die maximale Abweichung eingehalten." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "Die maximal zulässige Abweichung bei Reduzierung der maximalen Auflösung. Wenn Sie diesen Wert erhöhen, wird der Druck ungenauer, der G-Code wird jedoch" +" kleiner. Die maximale Abweichung ist eine Grenze für die maximale Auflösung. Wenn die beiden Werte sich widersprechen, wird stets die maximale Abweichung" +" eingehalten." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Maximale Abweichung der Extrusionsfläche" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "Die maximale zulässige Abweichung für Extrusionsflächen beim Entfernen von Zwischenpunkten aus einer Geraden. Ein Zwischenpunkt kann als Änderungspunkt" +" für die Linienstärke in einer langen Geraden dienen. Wenn dieser entfernt wird, führt es dazu, dass die Linie eine einheitliche Stärke hat und folglich" +" ein wenig Extrusionsfläche verloren geht (oder hinzugefügt wird). Wenn Sie diesen Wert erhöhen, können Sie eine leichte Unter- (oder Über-) Extrusion" +" zwischen geraden, parallelen Wänden feststellen, da mehr dazwischenliegende Änderungspunkte für die Linienstärke entfernt werden können. Ihr Druck wird" +" weniger genau sein, aber der g-Code wird kleiner sein." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5274,8 +6406,15 @@ msgstr "Druckreihenfolge" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Es wird festgelegt, ob eine Schicht für alle Modelle gleichzeitig gedruckt werden soll oder ob zuerst ein Modell fertig gedruckt wird, bevor der Druck eines weiteren begonnen wird. Der „Nacheinandermodus“ ist möglich, wenn a) nur ein Extruder aktiviert ist und b) alle Modelle voneinander getrennt sind, sodass sich der gesamte Druckkopf zwischen allen Modellen bewegen kann und alle Modelle niedriger sind als der Abstand zwischen der Düse und den X/Y-Achsen." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Es wird festgelegt, ob eine Schicht für alle Modelle gleichzeitig gedruckt werden soll oder ob zuerst ein Modell fertig gedruckt wird, bevor der Druck" +" eines weiteren begonnen wird. Der „Nacheinandermodus“ ist möglich, wenn a) nur ein Extruder aktiviert ist und b) alle Modelle voneinander getrennt sind," +" sodass sich der gesamte Druckkopf zwischen allen Modellen bewegen kann und alle Modelle niedriger sind als der Abstand zwischen der Düse und den X/Y-Achsen." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5294,8 +6433,12 @@ msgstr "Mesh-Füllung" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Verwenden Sie dieses Mesh, um die Füllung anderer Meshes zu ändern, mit denen es überlappt. Dabei werden Füllungsbereiche anderer Meshes mit Regionen für dieses Mesh ersetzt. Es wird empfohlen, nur eine Wand und keine obere/untere Außenhaut für dieses Mesh zu drucken." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Verwenden Sie dieses Mesh, um die Füllung anderer Meshes zu ändern, mit denen es überlappt. Dabei werden Füllungsbereiche anderer Meshes mit Regionen für" +" dieses Mesh ersetzt. Es wird empfohlen, nur eine Wand und keine obere/untere Außenhaut für dieses Mesh zu drucken." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5304,8 +6447,15 @@ msgstr "Rang der Netzverarbeitung" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Legt fest, welchen Rang dieses Netz (Mesh) bei mehreren überlappenden Mesh-Füllungen hat. Bereiche, in denen mehrere Mesh-Füllungen überlappen, übernehmen die Einstellungen des Netzes mit dem höchsten Rang. Ist der Rang einer Mesh-Füllung höher, führt dies zu einer Modifizierung der Füllungen oder Mesh-Füllungen, deren Rang niedriger oder normal ist." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Legt fest, welchen Rang dieses Netz (Mesh) bei mehreren überlappenden Mesh-Füllungen hat. Bereiche, in denen mehrere Mesh-Füllungen überlappen, übernehmen" +" die Einstellungen des Netzes mit dem höchsten Rang. Ist der Rang einer Mesh-Füllung höher, führt dies zu einer Modifizierung der Füllungen oder Mesh-Füllungen," +" deren Rang niedriger oder normal ist." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5314,8 +6464,12 @@ msgstr "Mesh beschneiden" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Beschränkt die Menge dieses Meshs innerhalb der anderen Meshes. Sie können diese Funktion verwenden, um bestimmte Bereiche eines Mesh-Drucks mit unterschiedlichen Einstellungen und einem völlig anderen Extruder zu produzieren." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Beschränkt die Menge dieses Meshs innerhalb der anderen Meshes. Sie können diese Funktion verwenden, um bestimmte Bereiche eines Mesh-Drucks mit unterschiedlichen" +" Einstellungen und einem völlig anderen Extruder zu produzieren." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5324,7 +6478,9 @@ msgstr "Form" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Damit werden Modelle als Form gedruckt, die gegossen werden kann, um ein Modell zu erhalten, das den Modellen des Druckbetts ähnelt." #: fdmprinter.def.json @@ -5334,7 +6490,9 @@ msgstr "Mindestbreite der Form" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "Der Mindestabstand zwischen der Außenseite der Form und der Außenseite des Modells." #: fdmprinter.def.json @@ -5354,8 +6512,12 @@ msgstr "Formwinkel" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "Dies bezeichnet den Winkel des Überhangs der für die Form erstellten Außenwände. 0 Grad ergibt eine vertikale Außenhaut der Form, während 90 Grad dazu führt, dass die Außenseite des Modells der Modellkontur folgt." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "Dies bezeichnet den Winkel des Überhangs der für die Form erstellten Außenwände. 0 Grad ergibt eine vertikale Außenhaut der Form, während 90 Grad dazu" +" führt, dass die Außenseite des Modells der Modellkontur folgt." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5364,7 +6526,9 @@ msgstr "Stütznetz" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Dieses Netz wird verwendet, um festzulegen, welche Bereiche gestützt werden sollen. Dies kann verwendet werden, um eine Stützstruktur zu errichten." #: fdmprinter.def.json @@ -5374,8 +6538,11 @@ msgstr "Anti-Überhang-Netz" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Dieses Netz wird verwendet, um festzulegen, welcher Teil des Modells als Überhang erkannt werden soll. Dies kann verwendet werden, um eine unerwünschte Stützstruktur zu entfernen." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Dieses Netz wird verwendet, um festzulegen, welcher Teil des Modells als Überhang erkannt werden soll. Dies kann verwendet werden, um eine unerwünschte" +" Stützstruktur zu entfernen." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5384,8 +6551,15 @@ msgstr "Oberflächenmodus" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Behandelt das Modell nur als Oberfläche, Volumen oder Volumen mit losen Oberflächen. Der Normaldruck-Modus druckt nur umschlossene Volumen. „Oberfläche“ druckt eine einzelne Wand und verfolgt die Mesh-Oberfläche ohne Füllung und ohne obere/untere Außenhaut. „Beide“ druckt umschlossene Volumen wie üblich und alle verbleibenden Polygone als Oberflächen." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Behandelt das Modell nur als Oberfläche, Volumen oder Volumen mit losen Oberflächen. Der Normaldruck-Modus druckt nur umschlossene Volumen. „Oberfläche“" +" druckt eine einzelne Wand und verfolgt die Mesh-Oberfläche ohne Füllung und ohne obere/untere Außenhaut. „Beide“ druckt umschlossene Volumen wie üblich" +" und alle verbleibenden Polygone als Oberflächen." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5409,8 +6583,14 @@ msgstr "Spiralisieren der äußeren Konturen" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "Durch Spiralisieren wird die Z-Bewegung der äußeren Kante geglättet. Dies führt zu einem konstanten Z-Anstieg des gesamten Drucks. Diese Funktion wandelt ein solides Modell in einen Druck mit Einzelwänden und einem soliden Boden um. Diese Funktion sollte nur aktiviert werden, wenn jede Schicht nur ein einzelnes Teil enthält." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "Durch Spiralisieren wird die Z-Bewegung der äußeren Kante geglättet. Dies führt zu einem konstanten Z-Anstieg des gesamten Drucks. Diese Funktion wandelt" +" ein solides Modell in einen Druck mit Einzelwänden und einem soliden Boden um. Diese Funktion sollte nur aktiviert werden, wenn jede Schicht nur ein einzelnes" +" Teil enthält." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5419,8 +6599,12 @@ msgstr "Glätten der spiralisierten Kontur" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Glättet die spiralförmigen Konturen, um die Sichtbarkeit der Z-Naht zu reduzieren (die Z-Naht sollte am Druckobjekt kaum sichtbar sein, ist jedoch in der Schichtenansicht erkennbar). Beachten Sie, dass beim Glätten feine Oberflächendetails verwischt werden." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Glättet die spiralförmigen Konturen, um die Sichtbarkeit der Z-Naht zu reduzieren (die Z-Naht sollte am Druckobjekt kaum sichtbar sein, ist jedoch in der" +" Schichtenansicht erkennbar). Beachten Sie, dass beim Glätten feine Oberflächendetails verwischt werden." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5429,8 +6613,17 @@ msgstr "Relative Extrusion" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Verwenden Sie die relative Extrusion anstelle der absoluten Extrusion. Die Verwendung relativer E-Schritte erleichtert die Nachbearbeitung des G-Code. Diese Option wird jedoch nicht von allen Druckern unterstützt und kann geringfügige Abweichungen bei der Menge des abgesetzten Materials im Vergleich zu absoluten E-Schritten zur Folge haben. Ungeachtet dieser Einstellung wird der Extrusionsmodus stets auf absolut gesetzt, bevor ein G-Code-Skript ausgegeben wird." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Verwenden Sie die relative Extrusion anstelle der absoluten Extrusion. Die Verwendung relativer E-Schritte erleichtert die Nachbearbeitung des G-Code." +" Diese Option wird jedoch nicht von allen Druckern unterstützt und kann geringfügige Abweichungen bei der Menge des abgesetzten Materials im Vergleich zu" +" absoluten E-Schritten zur Folge haben. Ungeachtet dieser Einstellung wird der Extrusionsmodus stets auf absolut gesetzt, bevor ein G-Code-Skript ausgegeben" +" wird." #: fdmprinter.def.json msgctxt "experimental label" @@ -5449,8 +6642,18 @@ msgstr "Slicing-Toleranz" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Vertikale Toleranz der geschnittenen (Slicing) Schichten. Die Konturen einer Schicht werden normalerweise erzeugt, indem ein Querschnitt durch die Mitte der Höhe jeder Schicht (Mitte) vorgenommen wird. Alternativ kann jede Schicht die Bereiche aufweisen, die über die gesamte Dicke der Schicht (Exklusiv) in das Volumen fallen, oder eine Schicht weist die Bereiche auf, die innerhalb der Schicht (Inklusiv) irgendwo hineinfallen. Inklusiv ermöglicht die meisten Details, Exklusiv die beste Passform und Mitte entspricht der ursprünglichen Fläche am ehesten." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Vertikale Toleranz der geschnittenen (Slicing) Schichten. Die Konturen einer Schicht werden normalerweise erzeugt, indem ein Querschnitt durch die Mitte" +" der Höhe jeder Schicht (Mitte) vorgenommen wird. Alternativ kann jede Schicht die Bereiche aufweisen, die über die gesamte Dicke der Schicht (Exklusiv)" +" in das Volumen fallen, oder eine Schicht weist die Bereiche auf, die innerhalb der Schicht (Inklusiv) irgendwo hineinfallen. Inklusiv ermöglicht die meisten" +" Details, Exklusiv die beste Passform und Mitte entspricht der ursprünglichen Fläche am ehesten." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5509,8 +6712,12 @@ msgstr "Gleichmäßige Reihenfolge oben" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Obere Linien werden in einer Reihenfolge gedruckt, so dass sie sich mit benachbarten Linien immer in einer einzigen Richtung überschneiden. Dies erfordert etwas mehr Zeit für den Druck, lässt aber flache Oberflächen gleichmäßiger aussehen." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Obere Linien werden in einer Reihenfolge gedruckt, so dass sie sich mit benachbarten Linien immer in einer einzigen Richtung überschneiden. Dies erfordert" +" etwas mehr Zeit für den Druck, lässt aber flache Oberflächen gleichmäßiger aussehen." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5519,8 +6726,17 @@ msgstr "Linienrichtungen der Oberfläche Außenhaut" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Eine Liste von Ganzzahl-Linienrichtungen für den Fall, wenn die oberen Außenhautschichten die Linien- oder Zickzack-Muster verwenden. Elemente aus der Liste werden während des Aufbaus der Schichten sequentiell verwendet und wenn das Listenende erreicht wird, beginnt die Liste von vorne. Die Listenobjekte werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche Standardwinkel (45- und 135-Grad) verwendet werden." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Eine Liste von Ganzzahl-Linienrichtungen für den Fall, wenn die oberen Außenhautschichten die Linien- oder Zickzack-Muster verwenden. Elemente aus der" +" Liste werden während des Aufbaus der Schichten sequentiell verwendet und wenn das Listenende erreicht wird, beginnt die Liste von vorne. Die Listenobjekte" +" werden durch Kommas getrennt und die gesamte Liste ist in eckige Klammern gesetzt. Standardmäßig ist eine leere Liste vorhanden, was bedeutet, dass herkömmliche" +" Standardwinkel (45- und 135-Grad) verwendet werden." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5529,8 +6745,15 @@ msgstr "Bewegungsoptimierung Füllung" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Bei Aktivierung wird die Reihenfolge, in der die Fülllinien gedruckt werden, optimiert, um die gefahrene Distanz zu reduzieren. Diese erzielte Reduzierung der Bewegung ist sehr stark von dem zu slicenden Modell, dem Füllmuster, der Dichte usw. abhängig. Beachten Sie, dass die Dauer für das Slicen bei einigen Modellen mit vielen kleinen Füllbereichen erheblich länger ausfallen kann." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Bei Aktivierung wird die Reihenfolge, in der die Fülllinien gedruckt werden, optimiert, um die gefahrene Distanz zu reduzieren. Diese erzielte Reduzierung" +" der Bewegung ist sehr stark von dem zu slicenden Modell, dem Füllmuster, der Dichte usw. abhängig. Beachten Sie, dass die Dauer für das Slicen bei einigen" +" Modellen mit vielen kleinen Füllbereichen erheblich länger ausfallen kann." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5539,7 +6762,9 @@ msgstr "Automatische Temperatur" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Die Temperatur wird für jede Schicht automatisch anhand der durchschnittlichen Fließgeschwindigkeit dieser Schicht geändert." #: fdmprinter.def.json @@ -5549,7 +6774,9 @@ msgstr "Fließtemperaturgraf" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Der Materialfluss (in mm3 pro Sekunde) in Bezug zur Temperatur (Grad Celsius)." #: fdmprinter.def.json @@ -5559,8 +6786,13 @@ msgstr "Mindestumfang Polygon" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Polygone in geschnittenen Schichten, die einen Umfang unter diesem Wert haben, werden ausgefiltert. Niedrigere Werte führen zu einem Mesh mit höherer Auflösung zulasten der Slicing-Zeit. Dies gilt in erster Linie für SLA-Drucker mit höherer Auflösung und sehr kleine 3D-Modelle mit zahlreichen Details." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Polygone in geschnittenen Schichten, die einen Umfang unter diesem Wert haben, werden ausgefiltert. Niedrigere Werte führen zu einem Mesh mit höherer Auflösung" +" zulasten der Slicing-Zeit. Dies gilt in erster Linie für SLA-Drucker mit höherer Auflösung und sehr kleine 3D-Modelle mit zahlreichen Details." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5569,8 +6801,11 @@ msgstr "Stützstruktur in Blöcke aufteilen" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." -msgstr "Überspringen Sie einige Stützstruktur-Verbindungen, um das Brechen der Stützstruktur zu erleichtern. Diese Einstellung ist für die Zickzack-Stützstruktur-Füllung vorgesehen." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." +msgstr "Überspringen Sie einige Stützstruktur-Verbindungen, um das Brechen der Stützstruktur zu erleichtern. Diese Einstellung ist für die Zickzack-Stützstruktur-Füllung" +" vorgesehen." #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm label" @@ -5579,7 +6814,9 @@ msgstr "Blockgröße für Stützstruktur" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Überspringen Sie eine Verbindung zwischen den Stützstrukturlinien nach jedem N-Millimeter, um das Brechen der Stützstruktur zu erleichtern." #: fdmprinter.def.json @@ -5589,7 +6826,9 @@ msgstr "Anzahl der Stützstruktur-Blocklinien" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Überspringen Sie eine in jeder N-Verbindungslinie, um das Wegbrechen der Stützstruktur zu erleichtern." #: fdmprinter.def.json @@ -5599,8 +6838,11 @@ msgstr "Windschutz aktivieren" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Es wird rund um das Modell eine Wand erstellt, die (heiße) Luft festhält und vor externen Luftströmen schützt. Dies ist besonders nützlich bei Materialien, die sich leicht verbiegen." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Es wird rund um das Modell eine Wand erstellt, die (heiße) Luft festhält und vor externen Luftströmen schützt. Dies ist besonders nützlich bei Materialien," +" die sich leicht verbiegen." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5619,8 +6861,11 @@ msgstr "Begrenzung des Windschutzes" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." -msgstr "Hier wird die Höhe des Windschutzes eingestellt. Stellen Sie ein, ob der Windschutz für die gesamte Höhe des Modells oder für eine begrenzte Höhe gedruckt wird." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." +msgstr "Hier wird die Höhe des Windschutzes eingestellt. Stellen Sie ein, ob der Windschutz für die gesamte Höhe des Modells oder für eine begrenzte Höhe gedruckt" +" wird." #: fdmprinter.def.json msgctxt "draft_shield_height_limitation option full" @@ -5639,7 +6884,9 @@ msgstr "Höhe des Windschutzes" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Die Begrenzung der Höhe des Windschutzes. Oberhalb dieser Höhe wird kein Windschutz mehr gedruckt." #: fdmprinter.def.json @@ -5649,8 +6896,12 @@ msgstr "Überhänge druckbar machen" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Ändern Sie die Geometrie des gedruckten Modells so, dass eine minimale Stützstruktur benötigt wird. Tiefe Überhänge werden flacher. Überhängende Bereiche fallen herunter und werden damit vertikaler." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Ändern Sie die Geometrie des gedruckten Modells so, dass eine minimale Stützstruktur benötigt wird. Tiefe Überhänge werden flacher. Überhängende Bereiche" +" fallen herunter und werden damit vertikaler." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5659,8 +6910,12 @@ msgstr "Maximaler Winkel des Modells" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "Der maximale Winkel von Überhängen, nachdem sie druckbar gemacht wurden. Bei einem Wert von 0° werden alle Überhänge durch ein Teil des Modells ersetzt, das mit der Druckplatte verbunden ist, 90° führt zu keiner Änderung des Modells." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "Der maximale Winkel von Überhängen, nachdem sie druckbar gemacht wurden. Bei einem Wert von 0° werden alle Überhänge durch ein Teil des Modells ersetzt," +" das mit der Druckplatte verbunden ist, 90° führt zu keiner Änderung des Modells." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5669,8 +6924,12 @@ msgstr "Maximaler Lochflächen-Überstand" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "Die maximale Fläche eines Lochs im Sockel des Modells, das mittels „Überhang drucken“ entfernt werden soll. Löcher mit kleinerer Fläche werden beibehalten. Beim Wert 0 mm² werden alle Löcher in der Modellbasis gefüllt." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "Die maximale Fläche eines Lochs im Sockel des Modells, das mittels „Überhang drucken“ entfernt werden soll. Löcher mit kleinerer Fläche werden beibehalten." +" Beim Wert 0 mm² werden alle Löcher in der Modellbasis gefüllt." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5679,8 +6938,12 @@ msgstr "Coasting aktivieren" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "Beim Coasting wird der letzte Teil eines Extrusionswegs durch einen Bewegungsweg ersetzt. Das abgesonderte Material wird zum Druck des letzten Stücks des Extrusionswegs verwendet, um Fadenziehen zu vermindern." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "Beim Coasting wird der letzte Teil eines Extrusionswegs durch einen Bewegungsweg ersetzt. Das abgesonderte Material wird zum Druck des letzten Stücks des" +" Extrusionswegs verwendet, um Fadenziehen zu vermindern." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5689,7 +6952,9 @@ msgstr "Coasting-Volumen" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "Die Menge, die anderweitig abgesondert wird. Dieser Wert sollte im Allgemeinen in der Nähe vom Düsendurchmesser hoch drei liegen." #: fdmprinter.def.json @@ -5699,8 +6964,13 @@ msgstr "Mindestvolumen vor Coasting" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "Das kleinste Volumen, das ein Extrusionsweg haben sollte, damit Coasting möglich ist. Bei kürzeren Extrusionswegen wurde ein geringerer Druck in der Bowden-Röhre aufgebaut und daher wird das Coasting-Volumen linear skaliert. Dieser Wert sollte immer größer sein als das Coasting-Volumen." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "Das kleinste Volumen, das ein Extrusionsweg haben sollte, damit Coasting möglich ist. Bei kürzeren Extrusionswegen wurde ein geringerer Druck in der Bowden-Röhre" +" aufgebaut und daher wird das Coasting-Volumen linear skaliert. Dieser Wert sollte immer größer sein als das Coasting-Volumen." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5709,37 +6979,47 @@ msgstr "Coasting-Geschwindigkeit" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "Die Geschwindigkeit, mit der die Bewegung während des Coasting erfolgt, in Relation zur Geschwindigkeit des Extrusionswegs. Ein Wert leicht unter 100 % wird empfohlen, da während der Coasting-Bewegung der Druck in den Bowden-Röhren abfällt." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "Die Geschwindigkeit, mit der die Bewegung während des Coasting erfolgt, in Relation zur Geschwindigkeit des Extrusionswegs. Ein Wert leicht unter 100 %" +" wird empfohlen, da während der Coasting-Bewegung der Druck in den Bowden-Röhren abfällt." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" msgid "Cross 3D Pocket Size" -msgstr "Größe 3D-Kreuztasche" +msgstr "Größe 3D-Quertasche" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." -msgstr "Die Größe der Taschen bei Überkreuzung im 3D-Kreuzmuster bei Höhen, in denen sich das Muster selbst berührt." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." +msgstr "Die Größe der Taschen bei Überkreuzung im 3D-Quermuster bei Höhen, in denen sich das Muster selbst berührt." #: fdmprinter.def.json msgctxt "cross_infill_density_image label" msgid "Cross Infill Density Image" -msgstr "Kreuzfülldichte Bild" +msgstr "Querfülldichte Bild" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "Die Dateiposition eines Bildes, von dem die Helligkeitswerte die minimale Dichte an der entsprechenden Position in der Füllung des Drucks bestimmen." #: fdmprinter.def.json msgctxt "cross_support_density_image label" msgid "Cross Fill Density Image for Support" -msgstr "Kreuzfülldichte Bild für Stützstruktur" +msgstr "Querfülldichte Bild für Stützstruktur" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "Die Dateiposition eines Bildes, von dem die Helligkeitswerte die minimale Dichte an der entsprechenden Position in der Stützstruktur bestimmen." #: fdmprinter.def.json @@ -5759,8 +7039,13 @@ msgstr "Winkel konische Stützstruktur" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "Der Neigungswinkel der konischen Stützstruktur. Bei 0 Grad ist er vertikal und bei 90 Grad horizontal. Kleinere Winkel machen die Stützstruktur stabiler, aber benötigen mehr Material. Negative Winkel machen die Basis der Stützstruktur breiter als die Spitze." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "Der Neigungswinkel der konischen Stützstruktur. Bei 0 Grad ist er vertikal und bei 90 Grad horizontal. Kleinere Winkel machen die Stützstruktur stabiler," +" aber benötigen mehr Material. Negative Winkel machen die Basis der Stützstruktur breiter als die Spitze." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5769,7 +7054,9 @@ msgstr "Mindestbreite konische Stützstruktur" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Die Mindestbreite, auf die die Basis der konischen Stützstruktur reduziert wird. Geringe Breiten können instabile Stützstrukturen zur Folge haben." #: fdmprinter.def.json @@ -5779,7 +7066,9 @@ msgstr "Ungleichmäßige Außenhaut" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Willkürliche Zitterbewegung beim Druck der äußeren Wand, wodurch die Oberfläche ein raues und ungleichmäßiges Aussehen erhält." #: fdmprinter.def.json @@ -5799,7 +7088,9 @@ msgstr "Dicke der ungleichmäßigen Außenhaut" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." msgstr "Die Breite der Zitterbewegung. Es wird empfohlen, diese niedriger als der Breite der äußeren Wand einzustellen, da die inneren Wände unverändert bleiben." #: fdmprinter.def.json @@ -5809,8 +7100,12 @@ msgstr "Dichte der ungleichmäßigen Außenhaut" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "Die durchschnittliche Dichte der Punkte, die auf jedes Polygon einer Schicht aufgebracht werden. Beachten Sie, dass die Originalpunkte des Polygons verworfen werden, sodass eine geringe Dichte in einer Reduzierung der Auflösung resultiert." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "Die durchschnittliche Dichte der Punkte, die auf jedes Polygon einer Schicht aufgebracht werden. Beachten Sie, dass die Originalpunkte des Polygons verworfen" +" werden, sodass eine geringe Dichte in einer Reduzierung der Auflösung resultiert." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5819,8 +7114,14 @@ msgstr "Punktabstand der ungleichmäßigen Außenhaut" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "Der durchschnittliche Abstand zwischen den willkürlich auf jedes Liniensegment aufgebrachten Punkten. Beachten Sie, dass die Originalpunkte des Polygons verworfen werden, sodass eine hohe Glättung in einer Reduzierung der Auflösung resultiert. Dieser Wert muss größer sein als die Hälfte der Dicke der ungleichmäßigen Außenhaut." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "Der durchschnittliche Abstand zwischen den willkürlich auf jedes Liniensegment aufgebrachten Punkten. Beachten Sie, dass die Originalpunkte des Polygons" +" verworfen werden, sodass eine hohe Glättung in einer Reduzierung der Auflösung resultiert. Dieser Wert muss größer sein als die Hälfte der Dicke der ungleichmäßigen" +" Außenhaut." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5829,7 +7130,9 @@ msgstr "Ausgleich Durchflussrate max. Extrusionswirkung" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "Die maximale Strecke (in mm), die das Filament bewegt werden kann, um Änderungen der Durchflussrate zu kompensieren." #: fdmprinter.def.json @@ -5839,8 +7142,12 @@ msgstr "Ausgleichsfaktor Durchflussrate" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "Wie weit das Filament bewegt werden kann, um Änderungen der Durchflussrate zu kompensieren – als Prozentsatz der Strecke, die das Filament sich während einer Sekunde Extrusion bewegen würde." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "Wie weit das Filament bewegt werden kann, um Änderungen der Durchflussrate zu kompensieren – als Prozentsatz der Strecke, die das Filament sich während" +" einer Sekunde Extrusion bewegen würde." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5849,8 +7156,13 @@ msgstr "Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Es wird „schwebend“ nur die äußere Oberfläche mit einer dünnen Netzstruktur gedruckt. Dazu werden die Konturen des Modells horizontal gemäß den gegebenen Z-Intervallen gedruckt, welche durch aufwärts und diagonal abwärts verlaufende Linien verbunden werden." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Es wird „schwebend“ nur die äußere Oberfläche mit einer dünnen Netzstruktur gedruckt. Dazu werden die Konturen des Modells horizontal gemäß den gegebenen" +" Z-Intervallen gedruckt, welche durch aufwärts und diagonal abwärts verlaufende Linien verbunden werden." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5859,8 +7171,12 @@ msgstr "Verbindungshöhe bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." -msgstr "Die Höhe der Aufwärtslinien und diagonalen Abwärtslinien zwischen zwei horizontalen Teilen. Dies legt die Gesamtdichte der Netzstruktur fest. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "Die Höhe der Aufwärtslinien und diagonalen Abwärtslinien zwischen zwei horizontalen Teilen. Dies legt die Gesamtdichte der Netzstruktur fest. Dies gilt" +" nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_roof_inset label" @@ -5869,7 +7185,9 @@ msgstr "Einfügeabstand für Dach bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "Der abgedeckte Abstand beim Herstellen einer Verbindung vom Dachumriss nach innen. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5879,7 +7197,9 @@ msgstr "Geschwindigkeit beim Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Die Geschwindigkeit, mit der sich die Düse bei der Materialextrusion bewegt. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5889,7 +7209,9 @@ msgstr "Geschwindigkeit beim Drucken der Unterseite mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "Die Geschwindigkeit beim drucken der ersten Schicht, also der einzigen Schicht, welche das Druckbett berührt. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5899,7 +7221,8 @@ msgstr "Geschwindigkeit beim Drucken in Aufwärtsrichtung mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "Die Geschwindigkeit beim Drucken einer „schwebenden“ Linie in Aufwärtsrichtung. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5909,7 +7232,8 @@ msgstr "Geschwindigkeit beim Drucken in Abwärtsrichtung mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Die Geschwindigkeit beim Drucken einer Linie in diagonaler Abwärtsrichtung. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5919,7 +7243,9 @@ msgstr "Geschwindigkeit beim Drucken in horizontaler Richtung mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Die Geschwindigkeit beim Drucken der horizontalen Konturen des Modells. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5929,7 +7255,9 @@ msgstr "Fluss für Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Flusskompensation: Die extrudierte Materialmenge wird mit diesem Wert multipliziert. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5949,7 +7277,8 @@ msgstr "Fluss für Drucken von flachen Linien mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Flusskompensation beim Drucken flacher Linien. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5959,7 +7288,9 @@ msgstr "Aufwärtsverzögerung beim Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "Die Verzögerungszeit nach einer Aufwärtsbewegung, damit die Aufwärtslinie härten kann. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -5979,8 +7310,13 @@ msgstr "Horizontale Verzögerung beim Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Die Verzögerungszeit zwischen zwei horizontalen Segmenten. Durch eine solche Verzögerung kann eine bessere Haftung an den Verbindungspunkten zu vorherigen Schichten erreicht werden; bei einer zu langen Verzögerungszeit kann es allerdings zum Herabsinken von Bestandteilen kommen. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Die Verzögerungszeit zwischen zwei horizontalen Segmenten. Durch eine solche Verzögerung kann eine bessere Haftung an den Verbindungspunkten zu vorherigen" +" Schichten erreicht werden; bei einer zu langen Verzögerungszeit kann es allerdings zum Herabsinken von Bestandteilen kommen. Dies gilt nur für das Drucken" +" mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5991,10 +7327,10 @@ msgstr "Langsame Aufwärtsbewegung bei Drucken mit Drahtstruktur" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"Die Strecke einer Aufwärtsbewegung, die mit halber Geschwindigkeit extrudiert wird.\n" -"Dies kann zu einer besseren Haftung an vorhergehenden Schichten führen, während gleichzeitig ein Überhitzen des Materials in diesen Schichten vermieden wird. Dies gilt nur für das Drucken mit Drahtstruktur." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "Die Strecke einer Aufwärtsbewegung, die mit halber Geschwindigkeit extrudiert wird.\nDies kann zu einer besseren Haftung an vorhergehenden Schichten führen," +" während gleichzeitig ein Überhitzen des Materials in diesen Schichten vermieden wird. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6003,8 +7339,12 @@ msgstr "Knotengröße für Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Es wird ein kleiner Knoten oben auf einer Aufwärtslinie hergestellt, damit die nächste horizontale Schicht eine bessere Verbindung mit dieser herstellen kann. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Es wird ein kleiner Knoten oben auf einer Aufwärtslinie hergestellt, damit die nächste horizontale Schicht eine bessere Verbindung mit dieser herstellen" +" kann. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6013,7 +7353,9 @@ msgstr "Herunterfallen bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "Die Strecke, die das Material nach einer Aufwärts-Extrusion herunterfällt. Diese Strecke wird kompensiert. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json @@ -6023,8 +7365,12 @@ msgstr "Nachziehen bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "Die Strecke, die das Material bei einer Aufwärts-Extrusion mit der diagonalen Abwärts-Extrusion nach unten gezogen wird. Diese Strecke wird kompensiert. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "Die Strecke, die das Material bei einer Aufwärts-Extrusion mit der diagonalen Abwärts-Extrusion nach unten gezogen wird. Diese Strecke wird kompensiert." +" Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6033,8 +7379,19 @@ msgstr "Strategie für Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Eine Strategie, um sicherzustellen, dass an jedem Verbindungspunkt zwei Schichten miteinander verbunden werden. Durch den Einzug härten die Aufwärtslinien in der richtigen Position, allerdings kann es dabei zum Schleifen des Filaments kommen. Am Ende jeder Aufwärtslinie kann ein Knoten gemacht werden, um die Chance einer erfolgreichen Verbindung zu erhöhen und die Linie abkühlen zu lassen; allerdings ist dafür möglicherweise eine niedrige Druckgeschwindigkeit erforderlich. Eine andere Strategie ist die es an der Oberseite einer Aufwärtslinie das Herabsinken zu kompensieren; allerdings sinken nicht alle Linien immer genauso ab, wie dies erwartet wird." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Eine Strategie, um sicherzustellen, dass an jedem Verbindungspunkt zwei Schichten miteinander verbunden werden. Durch den Einzug härten die Aufwärtslinien" +" in der richtigen Position, allerdings kann es dabei zum Schleifen des Filaments kommen. Am Ende jeder Aufwärtslinie kann ein Knoten gemacht werden, um" +" die Chance einer erfolgreichen Verbindung zu erhöhen und die Linie abkühlen zu lassen; allerdings ist dafür möglicherweise eine niedrige Druckgeschwindigkeit" +" erforderlich. Eine andere Strategie ist die es an der Oberseite einer Aufwärtslinie das Herabsinken zu kompensieren; allerdings sinken nicht alle Linien" +" immer genauso ab, wie dies erwartet wird." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6058,8 +7415,12 @@ msgstr "Abwärtslinien beim Drucken mit Drahtstruktur geraderichten" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Der Prozentsatz einer diagonalen Abwärtslinie, die von einem horizontalen Linienteil bedeckt wird. Dies kann das Herabsinken des höchsten Punktes einer Aufwärtslinie verhindern. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Der Prozentsatz einer diagonalen Abwärtslinie, die von einem horizontalen Linienteil bedeckt wird. Dies kann das Herabsinken des höchsten Punktes einer" +" Aufwärtslinie verhindern. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6068,8 +7429,12 @@ msgstr "Herunterfallen des Dachs bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "Die Strecke, um die horizontale Dachlinien, die „schwebend“ gedruckt werden, beim Druck herunterfallen. Diese Strecke wird kompensiert. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "Die Strecke, um die horizontale Dachlinien, die „schwebend“ gedruckt werden, beim Druck herunterfallen. Diese Strecke wird kompensiert. Dies gilt nur für" +" das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6078,8 +7443,12 @@ msgstr "Nachziehen für Dach bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "Die Strecke des Endstücks einer nach innen verlaufenden Linie, um die diese bei der Rückkehr zur äußeren Umfangslinie des Dachs nachgezogen wird. Diese Strecke wird kompensiert. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "Die Strecke des Endstücks einer nach innen verlaufenden Linie, um die diese bei der Rückkehr zur äußeren Umfangslinie des Dachs nachgezogen wird. Diese" +" Strecke wird kompensiert. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6088,8 +7457,11 @@ msgstr "Verzögerung für Dachumfänge bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "Die Zeit, die für die äußeren Umfänge eines Lochs aufgewendet wird, das später zu einem Dach werden soll. Durch längere Zeiten kann die Verbindung besser werden. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "Die Zeit, die für die äußeren Umfänge eines Lochs aufgewendet wird, das später zu einem Dach werden soll. Durch längere Zeiten kann die Verbindung besser" +" werden. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6098,8 +7470,13 @@ msgstr "Düsenabstand bei Drucken mit Drahtstruktur" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Der Abstand zwischen der Düse und den horizontalen Abwärtslinien. Bei einem größeren Abstand haben die diagonalen Abwärtslinien einen weniger spitzen Winkel, was wiederum weniger Aufwärtsverbindungen zur nächsten Schicht zur Folge hat. Dies gilt nur für das Drucken mit Drahtstruktur." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Der Abstand zwischen der Düse und den horizontalen Abwärtslinien. Bei einem größeren Abstand haben die diagonalen Abwärtslinien einen weniger spitzen Winkel," +" was wiederum weniger Aufwärtsverbindungen zur nächsten Schicht zur Folge hat. Dies gilt nur für das Drucken mit Drahtstruktur." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6108,7 +7485,9 @@ msgstr "Anpassschichten verwenden" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Die Funktion Anpassschichten berechnet die Schichthöhe je nach Form des Modells." #: fdmprinter.def.json @@ -6128,7 +7507,9 @@ msgstr "Abweichung Schrittgröße für Anpassschichten" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "Der Höhenunterscheid der nächsten Schichthöhe im Vergleich zur vorherigen." #: fdmprinter.def.json @@ -6138,8 +7519,12 @@ msgstr "Topographische Größe der Anpassschichten" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Horizontaler Abstand zwischen zwei angrenzenden Schichten. Bei Einstellung eines niedrigeren Werts werden dünnere Schichten aufgetragen, damit die Kanten der Schichten enger aneinander liegen." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Horizontaler Abstand zwischen zwei angrenzenden Schichten. Bei Einstellung eines niedrigeren Werts werden dünnere Schichten aufgetragen, damit die Kanten" +" der Schichten enger aneinander liegen." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6148,8 +7533,13 @@ msgstr "Winkel für überhängende Wände" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Wände, die über diesen Winkel hinaus hängen, werden mithilfe der Einstellungen für Winkel für überhängende Wände gedruckt. Wenn der Wert 90 beträgt, werden keine Wände als überhängend behandelt. Überhänge, die von Stützstrukturen gestützt werden, werden ebenfalls nicht als Überhang behandelt." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Wände, die über diesen Winkel hinaus hängen, werden mithilfe der Einstellungen für Winkel für überhängende Wände gedruckt. Wenn der Wert 90 beträgt, werden" +" keine Wände als überhängend behandelt. Überhänge, die von Stützstrukturen gestützt werden, werden ebenfalls nicht als Überhang behandelt." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6158,7 +7548,9 @@ msgstr "Geschwindigkeit für überhängende Wände" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Überhängende Wände werden zu diesem Prozentwert ihrer normalen Druckgeschwindigkeit gedruckt." #: fdmprinter.def.json @@ -6168,7 +7560,9 @@ msgstr "Brückeneinstellungen aktivieren" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Erkennt Brücken und ändert die Druckgeschwindigkeit, Fluss- und Lüftereinstellungen während des Drucks von Brücken." #: fdmprinter.def.json @@ -6178,8 +7572,12 @@ msgstr "Mindestlänge Brückenwand" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Wände ohne Stützstruktur, die kürzer als dieser Wert sind, werden mit normalen Wandeinstellungen gedruckt. Längere Wände ohne Stützstruktur werden mithilfe der Brückenwandeinstellungen gedruckt." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Wände ohne Stützstruktur, die kürzer als dieser Wert sind, werden mit normalen Wandeinstellungen gedruckt. Längere Wände ohne Stützstruktur werden mithilfe" +" der Brückenwandeinstellungen gedruckt." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6188,8 +7586,12 @@ msgstr "Schwellenwert Stützstruktur Brücken-Außenhaut" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Wenn ein Außenhautbereich für weniger als diesen Prozentwert seines Bereichs unterstützt wird, drucken Sie ihn mit den Brückeneinstellungen. Ansonsten erfolgt der Druck mit den normalen Außenhauteinstellungen." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Wenn ein Außenhautbereich für weniger als diesen Prozentwert seines Bereichs unterstützt wird, drucken Sie ihn mit den Brückeneinstellungen. Ansonsten" +" erfolgt der Druck mit den normalen Außenhauteinstellungen." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6198,8 +7600,11 @@ msgstr "Maximale Dichte der Materialsparfüllung der Brücke" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "Maximale Dichte der Füllung, die im Sparmodus eingefüllt werden soll. Haut über spärlicher Füllung wird als nicht unterstützt betrachtet und kann daher als Brückenhaut behandelt werden." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "Maximale Dichte der Füllung, die im Sparmodus eingefüllt werden soll. Haut über spärlicher Füllung wird als nicht unterstützt betrachtet und kann daher" +" als Brückenhaut behandelt werden." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6208,8 +7613,12 @@ msgstr "Coasting Brückenwand" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Damit wird der Abstand für das unmittelbare Coasting des Extruders vor Beginn einer Brückenwand gesteuert. Ein Coasting vor Brückenstart kann den Druck in der Düse reduzieren und eine flachere Brücke produzieren." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Damit wird der Abstand für das unmittelbare Coasting des Extruders vor Beginn einer Brückenwand gesteuert. Ein Coasting vor Brückenstart kann den Druck" +" in der Düse reduzieren und eine flachere Brücke produzieren." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6228,7 +7637,9 @@ msgstr "Brückenwandfluss" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Die extrudierte Materialmenge beim Drucken von Brückenwänden wird mit diesem Wert multipliziert." #: fdmprinter.def.json @@ -6248,7 +7659,9 @@ msgstr "Brücken-Außenhautfluss" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Die extrudierte Materialmenge beim Drucken von Brücken-Außenhautbereichen wird mit diesem Wert multipliziert." #: fdmprinter.def.json @@ -6258,7 +7671,9 @@ msgstr "Dichte der Brücken-Außenhaut" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "Die Dichte der Brücken-Außenhautschicht. Werte unter 100 erhöhen die Spalten zwischen den Außenhautlinien." #: fdmprinter.def.json @@ -6278,8 +7693,12 @@ msgstr "Brücke hat mehrere Schichten" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Bei Aktivierung werden die zweite und dritte Schicht über der Luft mit den folgenden Einstellungen gedruckt. Ansonsten werden diese Schichten mit den normalen Einstellungen gedruckt." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Bei Aktivierung werden die zweite und dritte Schicht über der Luft mit den folgenden Einstellungen gedruckt. Ansonsten werden diese Schichten mit den normalen" +" Einstellungen gedruckt." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6298,7 +7717,9 @@ msgstr "Fluss Brücke, zweite Außenhaut" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Die extrudierte Materialmenge beim Drucken der zweiten Brücken-Außenhautschicht wird mit diesem Wert multipliziert." #: fdmprinter.def.json @@ -6308,7 +7729,9 @@ msgstr "Dichte Brücke, zweite Außenhaut" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Die Dichte der zweiten Brücken-Außenhautschicht. Werte unter 100 erhöhen die Spalten zwischen den Außenhautlinien." #: fdmprinter.def.json @@ -6338,7 +7761,9 @@ msgstr "Fluss Brücke, dritte Außenhaut" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Die extrudierte Materialmenge beim Drucken der dritten Brücken-Außenhautschicht wird mit diesem Wert multipliziert." #: fdmprinter.def.json @@ -6348,7 +7773,9 @@ msgstr "Dichte Brücke, dritte Außenhaut" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Die Dichte der dritten Brücken-Außenhautschicht. Werte unter 100 erhöhen die Spalten zwischen den Außenhautlinien." #: fdmprinter.def.json @@ -6368,8 +7795,14 @@ msgstr "Düse zwischen den Schichten abwischen" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Option für das Einfügen eines G-Codes für das Abwischen der Düse zwischen den Schichten (max. einer pro Schicht). Die Aktivierung dieser Einstellung könnte das Einzugsverhalten beim Schichtenwechsel beeinflussen. Verwenden Sie bitte die Einstellungen für Abwischen bei Einzug, um das Einziehen bei Schichten zu steuern, bei denen das Skript für das Abwischen aktiv wird." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Option für das Einfügen eines G-Codes für das Abwischen der Düse zwischen den Schichten (max. einer pro Schicht). Die Aktivierung dieser Einstellung könnte" +" das Einzugsverhalten beim Schichtenwechsel beeinflussen. Verwenden Sie bitte die Einstellungen für Abwischen bei Einzug, um das Einziehen bei Schichten" +" zu steuern, bei denen das Skript für das Abwischen aktiv wird." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6378,8 +7811,13 @@ msgstr "Materialmenge zwischen den Wischvorgängen" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Die maximale Materialmenge, die extrudiert werden kann, bevor die Düse ein weiteres Mal abgewischt wird. Ist dieser Wert kleiner als das in einer Schicht benötigte Materialvolumen, so hat die Einstellung in dieser Schicht keine Auswirkung, d.h. sie ist auf ein Wischen pro Schicht begrenzt." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Die maximale Materialmenge, die extrudiert werden kann, bevor die Düse ein weiteres Mal abgewischt wird. Ist dieser Wert kleiner als das in einer Schicht" +" benötigte Materialvolumen, so hat die Einstellung in dieser Schicht keine Auswirkung, d.h. sie ist auf ein Wischen pro Schicht begrenzt." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6398,7 +7836,8 @@ msgstr "Einzugsabstand für Abwischen" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "Wert, um den das Filament eingezogen wird, damit es während des Abwischens nicht austritt." #: fdmprinter.def.json @@ -6408,7 +7847,9 @@ msgstr "Zusätzliche Zurückschiebemenge nach Einzug für Abwischen" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Während einer Bewegung für den Abwischvorgang kann Material wegsickern, was hier kompensiert werden kann." #: fdmprinter.def.json @@ -6418,7 +7859,9 @@ msgstr "Einzugsgeschwindigkeit für Abwischen" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "Die Geschwindigkeit, mit der das Filament während einer Einzugsbewegung eingezogen und während einer Einzugsbewegung für Abwischen zurückgeschoben wird." #: fdmprinter.def.json @@ -6428,7 +7871,8 @@ msgstr "Einzugsgeschwindigkeit (Einzug) für Abwischen" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "Die Geschwindigkeit, mit der das Filament während einer Einzugsbewegung für Abwischen eingezogen wird." #: fdmprinter.def.json @@ -6438,7 +7882,8 @@ msgstr "Vorbereitungszeit für Abwischen beim Einzug" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "Die Geschwindigkeit, mit der das Filament während einer Einzugsbewegung vorbereitet wird." #: fdmprinter.def.json @@ -6458,8 +7903,12 @@ msgstr "Z-Sprung beim Abwischen" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Beim Abwischen wird das Druckbett gesenkt, um einen Abstand zwischen Düse und Druck herzustellen. Das verhindert, dass die Düse während der Bewegungen den Druckkörper trifft und verringert die Möglichkeit, dass der Druck vom Druckbett heruntergestoßen wird." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Beim Abwischen wird das Druckbett gesenkt, um einen Abstand zwischen Düse und Druck herzustellen. Das verhindert, dass die Düse während der Bewegungen" +" den Druckkörper trifft und verringert die Möglichkeit, dass der Druck vom Druckbett heruntergestoßen wird." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6518,7 +7967,9 @@ msgstr "Max. Lochdurchmesser" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Löcher und Teilkonturen mit einem kleineren Durchmesser werden mit Small Feature Speed gedruckt." #: fdmprinter.def.json @@ -6528,7 +7979,9 @@ msgstr "Max. Detaillänge" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Teile, die kleiner sind als dieser Wert, werden in Detailgeschwindigkeit gedruckt." #: fdmprinter.def.json @@ -6538,8 +7991,11 @@ msgstr "Detailgeschwindigkeit" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Bei kleinen Details wird die Geschwindigkeit auf diesen Prozentsatz der normalen Druckgeschwindigkeit gesetzt. Durch eine niedrigere Druckgeschwindigkeit können die Haftung und die Genauigkeit verbessert werden." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." +msgstr "Bei kleinen Details wird die Geschwindigkeit auf diesen Prozentsatz der normalen Druckgeschwindigkeit gesetzt. Durch eine niedrigere Druckgeschwindigkeit" +" können die Haftung und die Genauigkeit verbessert werden." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" @@ -6548,38 +8004,46 @@ msgstr "Geschwindigkeit der ersten Schicht von Details" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Bei kleinen Details wird die Geschwindigkeit bei der ersten Schicht auf diesen Prozentsatz der normalen Druckgeschwindigkeit gesetzt. Durch eine niedrigere Druckgeschwindigkeit können die Haftung und die Genauigkeit verbessert werden." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "Bei kleinen Details wird die Geschwindigkeit bei der ersten Schicht auf diesen Prozentsatz der normalen Druckgeschwindigkeit gesetzt. Durch eine niedrigere" +" Druckgeschwindigkeit können die Haftung und die Genauigkeit verbessert werden." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Abwechselnde Wandrichtungen" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Abwechselnde Wandrichtungen für jede weitere Schicht und jeden Einsatz. Nützlich für Materialien, die Spannungen aufbauen können, wie beim Metalldruck." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Innenecken des Rafts entfernen" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Entfernen der inneren Ecken des Floßes, so dass das Floß konvex wird." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Wandanzahl des Raft-Bodens" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "Die Anzahl der Konturlinien, die um das Linienmodell in der untersten Schicht des Rafts gedruckt werden sollen." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6588,7 +8052,9 @@ msgstr "Einstellungen Befehlszeile" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Diese Einstellungen werden nur verwendet, wenn CuraEngine nicht seitens Cura aufgerufen wird." #: fdmprinter.def.json @@ -6598,8 +8064,11 @@ msgstr "Objekt zentrieren" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." -msgstr "Ermöglicht das Zentrieren des Objekts in der Mitte eines Druckbetts (0,0) anstelle der Verwendung eines Koordinatensystems, in dem das Objekt gespeichert war." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." +msgstr "Ermöglicht das Zentrieren des Objekts in der Mitte eines Druckbetts (0,0) anstelle der Verwendung eines Koordinatensystems, in dem das Objekt gespeichert" +" war." #: fdmprinter.def.json msgctxt "mesh_position_x label" @@ -6628,7 +8097,9 @@ msgstr "Netzposition Z" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Der für das Objekt in Z-Richtung verwendete Versatz. Damit können Sie den Vorgang ausführen, der unter dem Begriff „Objekt absenken“ verwendet wurde." #: fdmprinter.def.json @@ -6638,7 +8109,8 @@ msgstr "Matrix Netzdrehung" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Transformationsmatrix, die beim Laden aus der Datei auf das Modell angewandt wird." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index 3f126e6b23..7269b19389 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-11-08 11:48+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.0\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "No se pudo acceder a la información actualizada." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Puede que haya nuevas funciones o correcciones de errores disponibles para {machine_name}. Si no dispone de la última versión disponible, se recomienda actualizar el firmware de la impresora a la versión {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "Puede que haya nuevas funciones o correcciones de errores disponibles para {machine_name}. Si no dispone de la última versión disponible, se recomienda" +" actualizar el firmware de la impresora a la versión {latest_version}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Actualizar firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura ha detectado perfiles de material que aún no estaban instalados en la impresora host del grupo {0}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +240,9 @@ msgstr "Enviando materiales a la impresora" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "Está intentando conectarse a {0} pero ese no es el host de un grupo. Puede visitar la página web para configurarlo como host de grupo." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +300,10 @@ msgstr "Fecha de envío" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Su impresora {printer_name} podría estar conectada a través de la nube.\n" -" Administre su cola de impresión y supervise las impresiones desde cualquier lugar conectando su impresora a Digital Factory" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Su impresora {printer_name} podría estar conectada a través de la nube.\n Administre su cola de impresión y supervise las impresiones desde cualquier" +" lugar conectando su impresora a Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +322,9 @@ msgstr "Más información" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Está intentando conectarse a una impresora que no está ejecutando Ultimaker Connect. Actualice la impresora al firmware más reciente." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -450,22 +461,21 @@ msgstr "¿Eliminar impresoras?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Está a punto de eliminar {0} impresora de Cura. Esta acción no se puede deshacer.\n" -"¿Seguro que desea continuar?" -msgstr[1] "" -"Está a punto de eliminar {0} impresoras de Cura. Esta acción no se puede deshacer.\n" -"¿Seguro que desea continuar?" +msgstr[0] "Está a punto de eliminar {0} impresora de Cura. Esta acción no se puede deshacer.\n¿Seguro que desea continuar?" +msgstr[1] "Está a punto de eliminar {0} impresoras de Cura. Esta acción no se puede deshacer.\n¿Seguro que desea continuar?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgstr "Está a punto de eliminar todas las impresoras de Cura. Esta acción no se puede deshacer.¿Seguro que desea continuar?" @@ -509,15 +519,16 @@ msgstr "Asistente del modelo 3D" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Es posible que uno o más modelos 3D no se impriman correctamente debido al tamaño del modelo y la configuración del material:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Obtenga más información sobre cómo garantizar la mejor calidad y fiabilidad de impresión posible.

    \n" -"

    Ver guía de impresión de calidad

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Es posible que uno o más modelos 3D no se impriman correctamente debido al tamaño del modelo y la configuración del material:

    \n

    {model_names}

    \n

    Obtenga" +" más información sobre cómo garantizar la mejor calidad y fiabilidad de impresión posible.

    \n

    Ver" +" guía de impresión de calidad

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -591,7 +602,9 @@ msgstr "No tiene permiso para escribir el espacio de trabajo aquí." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "El sistema operativo no permite guardar un archivo de proyecto en esta ubicación ni con este nombre de archivo." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -612,7 +625,9 @@ msgstr "Archivo GCode comprimido" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Se ha producido un error inesperado al realizar el corte o slicing. Le rogamos que informe sobre este error en nuestro rastreador de problemas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -632,7 +647,9 @@ msgstr "Informar de un error en el rastreador de problemas de Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "No se puede segmentar con el material actual, ya que es incompatible con el dispositivo o la configuración seleccionados." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -648,24 +665,31 @@ msgstr "No se puede segmentar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Los ajustes actuales no permiten la segmentación. Los siguientes ajustes contienen errores: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Los ajustes de algunos modelos no permiten la segmentación. Los siguientes ajustes contienen errores en uno o más modelos: {error_labels}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "No se puede segmentar porque la torre auxiliar o la posición o posiciones de preparación no son válidas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "No se puede segmentar porque hay objetos asociados al extrusor %s que está deshabilitado." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -675,11 +699,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Revise la configuración y compruebe si sus modelos:\n" -" - Se integran en el volumen de impresión\n" -"- Están asignados a un extrusor activado\n" -" - No están todos definidos como mallas modificadoras" +msgstr "Revise la configuración y compruebe si sus modelos:\n - Se integran en el volumen de impresión\n- Están asignados a un extrusor activado\n - No están todos" +" definidos como mallas modificadoras" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -731,8 +752,12 @@ msgstr "Tobera" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "El archivo del proyecto {0} contiene un tipo de máquina desconocida {1}. No se puede importar la máquina, en su lugar, se importarán los modelos." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "El archivo del proyecto {0} contiene un tipo de máquina desconocida {1}. No se puede importar la máquina, en su" +" lugar, se importarán los modelos." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -742,7 +767,9 @@ msgstr "Abrir archivo de proyecto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "El archivo de proyecto {0} está repentinamente inaccesible: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -754,13 +781,16 @@ msgstr "No se puede abrir el archivo de proyecto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "El archivo de proyecto {0} está dañado: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "El archivo de proyecto {0} se ha creado con perfiles desconocidos para esta versión de Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -900,46 +930,48 @@ msgstr "Seleccionar actualizaciones" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Paquete desconocido" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Autor desconocido" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Imposible interpretar la respuesta del servidor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Imposible acceder a Marketplace." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Complementos instalados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Materiales instalados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Complementos agrupados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Materiales agrupados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "Las áreas resaltadas indican que faltan superficies o son inusuales. Corrija los errores en el modelo y vuelva a abrirlo en Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -972,8 +1004,11 @@ msgstr "Datos de GCode" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Asegúrese de que el GCode es adecuado para la impresora y para su configuración antes de enviar el archivo a la misma. Es posible que la representación del GCode no sea precisa." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." +msgstr "Asegúrese de que el GCode es adecuado para la impresora y para su configuración antes de enviar el archivo a la misma. Es posible que la representación" +" del GCode no sea precisa." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" @@ -1007,12 +1042,15 @@ msgstr "Conectado mediante USB" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Se está realizando una impresión con USB, si cierra Cura detendrá la impresión. ¿Desea continuar?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Todavía hay una impresión en curso. Cura no puede iniciar otra impresión a través de USB hasta que se haya completado la impresión anterior." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1062,7 +1100,9 @@ msgstr "Iniciando el motor..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1094,7 +1134,9 @@ msgstr "Visual" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "El perfil visual está diseñado para imprimir prototipos y modelos visuales con la intención de obtener una alta calidad visual y de superficies." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1106,8 +1148,11 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "El perfil de ingeniería ha sido diseñado para imprimir prototipos funcionales y piezas de uso final con la intención de obtener una mayor precisión y tolerancias más precisas." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." +msgstr "El perfil de ingeniería ha sido diseñado para imprimir prototipos funcionales y piezas de uso final con la intención de obtener una mayor precisión y tolerancias" +" más precisas." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 @@ -1118,8 +1163,11 @@ msgstr "Boceto" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "El perfil del boceto ha sido diseñado para imprimir los prototipos iniciales y la validación del concepto con la intención de reducir el tiempo de impresión de manera considerable." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." +msgstr "El perfil del boceto ha sido diseñado para imprimir los prototipos iniciales y la validación del concepto con la intención de reducir el tiempo de impresión" +" de manera considerable." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 msgctxt "@menuitem" @@ -1141,7 +1189,8 @@ msgstr "Desconocido" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Las siguientes impresoras no pueden conectarse porque forman parte de un grupo" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1157,7 +1206,9 @@ msgstr "Calculado" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Sincronice los perfiles de material con sus impresoras antes de comenzar a imprimir." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1170,7 +1221,7 @@ msgstr "Nuevos materiales instalados" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Sincronizar materiales" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1224,7 +1275,9 @@ msgstr "A la respuesta de Digital Factory le falta información importante." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Error al conectarse con Digital Factory para sincronizar los materiales con algunas de las impresoras." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1399,8 +1452,11 @@ msgstr "Siguiente" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "La altura del volumen de impresión se ha reducido debido al valor del ajuste «Secuencia de impresión» para evitar que el caballete colisione con los modelos impresos." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "La altura del volumen de impresión se ha reducido debido al valor del ajuste «Secuencia de impresión» para evitar que el caballete colisione con los modelos" +" impresos." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" @@ -1432,7 +1488,9 @@ msgstr "El archivo ya existe" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "El archivo {0} ya existe. ¿Está seguro de que desea sobrescribirlo?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1453,7 +1511,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "La configuración se ha cambiado para que coincida con los extrusores disponibles en este momento:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1469,13 +1528,16 @@ msgstr "Extrusores deshabilitados" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Error al exportar el perfil a {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Error al exportar el perfil a {0}: Error en el complemento de escritura." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1498,7 +1560,8 @@ msgstr "Error al importar el perfil de {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "No se puede importar el perfil de {0} antes de añadir una impresora." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1517,7 +1580,9 @@ msgstr "Error al importar el perfil de {0}:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Este perfil {0} contiene datos incorrectos, no se han podido importar." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1567,14 +1632,20 @@ msgstr "No se puede añadir el perfil." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "El tipo de calidad '{0}' no es compatible con la definición actual de máquina activa '{1}'." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Advertencia: el perfil no es visible porque su tipo de calidad '{0}' no está disponible para la configuración actual. Cambie a una combinación de material/tobera que pueda utilizar este tipo de calidad." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Advertencia: el perfil no es visible porque su tipo de calidad '{0}' no está disponible para la configuración actual. Cambie a una combinación de material/tobera" +" que pueda utilizar este tipo de calidad." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1593,7 +1664,9 @@ msgstr "Colocando objeto" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "No se puede iniciar un nuevo proceso de inicio de sesión. Compruebe si todavía está activo otro intento de inicio de sesión." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1639,17 +1712,20 @@ msgstr "Cura no puede iniciarse" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    ¡Vaya! Ultimaker Cura ha encontrado un error.

    \n" -"

    Hemos detectado un error irreversible durante el inicio, posiblemente como consecuencia de varios archivos de configuración erróneos. Le recomendamos que realice una copia de seguridad y que restablezca los ajustes.

    \n" -"

    Las copias de seguridad se encuentran en la carpeta de configuración.

    \n" -"

    Envíenos el informe de errores para que podamos solucionar el problema.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    ¡Vaya! Ultimaker Cura ha encontrado un error.

    \n

    Hemos detectado un error irreversible durante el inicio, posiblemente" +" como consecuencia de varios archivos de configuración erróneos. Le recomendamos que realice una copia de seguridad y que restablezca los ajustes.

    \n" +"

    Las copias de seguridad se encuentran en la carpeta de configuración.

    \n

    Envíenos el informe de errores" +" para que podamos solucionar el problema.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1679,13 +1755,13 @@ msgstr "Informe del accidente" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Se ha producido un error grave en Cura. Envíenos este informe de errores para que podamos solucionar el problema.

    \n" -"

    Utilice el botón \"Enviar informe\" para publicar automáticamente el informe de errores en nuestros servidores.

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Se ha producido un error grave en Cura. Envíenos este informe de errores para que podamos solucionar el problema.

    \n

    Utilice" +" el botón "Enviar informe" para publicar automáticamente el informe de errores en nuestros servidores.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1777,11 +1853,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Asegúrese de que la impresora está conectada:\n" -"- Compruebe que la impresora está encendida.\n" -"- Compruebe que la impresora está conectada a la red.\n" -"- Compruebe que ha iniciado sesión para ver impresoras conectadas a la nube." +msgstr "Asegúrese de que la impresora está conectada:\n- Compruebe que la impresora está encendida.\n- Compruebe que la impresora está conectada a la red.\n- Compruebe" +" que ha iniciado sesión para ver impresoras conectadas a la nube." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1861,12 +1934,18 @@ msgstr "Actualizar firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "El firmware es la parte del software que se ejecuta directamente en la impresora 3D. Este firmware controla los motores de pasos, regula la temperatura y, finalmente, hace que funcione la impresora." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "El firmware es la parte del software que se ejecuta directamente en la impresora 3D. Este firmware controla los motores de pasos, regula la temperatura" +" y, finalmente, hace que funcione la impresora." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "El firmware que se envía con las nuevas impresoras funciona, pero las nuevas versiones suelen tener más funciones y mejoras." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1881,12 +1960,15 @@ msgstr "Cargar firmware personalizado" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "No se puede actualizar el firmware porque no hay conexión con la impresora." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "No se puede actualizar el firmware porque la conexión con la impresora no permite actualizaciones de firmware." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2010,8 +2092,11 @@ msgstr "Actualice el firmware de la impresora para gestionar la cola de forma re #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Las transmisiones de la cámara web para impresoras en la nube no se pueden ver en Ultimaker Cura. Haga clic en \"Administrar impresora\" para ir a Ultimaker Digital Factory y ver esta cámara web." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Las transmisiones de la cámara web para impresoras en la nube no se pueden ver en Ultimaker Cura. Haga clic en \"Administrar impresora\" para ir a Ultimaker" +" Digital Factory y ver esta cámara web." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2071,13 +2156,16 @@ msgstr "Anular" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "Es necesario realizar el siguiente cambio de configuración en la impresora asignada %1:" msgstr[1] "Es necesario realizar los siguientes cambios de configuración en la impresora asignada %1:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "Se ha asignado la impresora %1, pero el trabajo tiene una configuración de material desconocido." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2102,7 +2190,9 @@ msgstr "Cambiar la placa de impresión a %1 (no se puede anular)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "Al sobrescribir la configuración se usarán los ajustes especificados con la configuración de impresora existente. Esto podría provocar un fallo en la impresión." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2132,8 +2222,14 @@ msgstr "Conectar con la impresora en red" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Para imprimir directamente a través de la red, asegúrese de que la impresora está conectada a la red mediante un cable de red o conéctela a la red wifi. Si no conecta Cura con la impresora, también puede utilizar una unidad USB para transferir archivos GCode a la impresora." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Para imprimir directamente a través de la red, asegúrese de que la impresora está conectada a la red mediante un cable de red o conéctela a la red wifi." +" Si no conecta Cura con la impresora, también puede utilizar una unidad USB para transferir archivos GCode a la impresora." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2160,7 +2256,9 @@ msgstr "Actualizar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Si la impresora no aparece en la lista, lea la guía de solución de problemas de impresión y red" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2437,7 +2535,7 @@ msgstr "máx" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Convertir imagen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2467,7 +2565,7 @@ msgstr "Anchura (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "La anchura en milímetros en la placa de impresión" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2491,13 +2589,18 @@ msgstr "Cuanto más claro más alto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Para las litofanías, los píxeles oscuros deben coincidir con ubicaciones más gruesas para bloquear la entrada de más luz. En los mapas de altura, los píxeles más claros se corresponden con un terreno más alto, por lo que dichos píxeles deben coincidir con ubicaciones más gruesas en el modelo 3D generado." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Para las litofanías, los píxeles oscuros deben coincidir con ubicaciones más gruesas para bloquear la entrada de más luz. En los mapas de altura, los píxeles" +" más claros se corresponden con un terreno más alto, por lo que dichos píxeles deben coincidir con ubicaciones más gruesas en el modelo 3D generado." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Modelo de color" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2511,8 +2614,11 @@ msgstr "Translucidez" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Para las litofanías hay disponible un modelo logarítmico simple para la translucidez. En los mapas de altura, los valores de los píxeles corresponden a las alturas linealmente." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." +msgstr "Para las litofanías hay disponible un modelo logarítmico simple para la translucidez. En los mapas de altura, los valores de los píxeles corresponden a" +" las alturas linealmente." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" @@ -2521,8 +2627,12 @@ msgstr "Transmitancia de 1 mm (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "El porcentaje de luz que penetra en una impresión con un grosor de 1 milímetro. Bajar este valor aumenta el contraste en las regiones oscuras y disminuye el contraste en las regiones claras de la imagen." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "El porcentaje de luz que penetra en una impresión con un grosor de 1 milímetro. Bajar este valor aumenta el contraste en las regiones oscuras y disminuye" +" el contraste en las regiones claras de la imagen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2744,7 +2854,9 @@ msgstr "Restaurar copia de seguridad" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "Deberá reiniciar Cura para restaurar su copia de seguridad. ¿Desea cerrar Cura ahora?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2767,12 +2879,16 @@ msgstr "Mis copias de seguridad" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "Actualmente no posee ninguna copia de seguridad. Utilice el botón de Realizar copia de seguridad ahora para crear una." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "Durante la fase de vista previa, solo se mostrarán 5 copias de seguridad. Elimine una copia de seguridad para ver copias de seguridad antiguas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2787,8 +2903,11 @@ msgstr "Más información sobre la recopilación de datos anónimos" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario. A continuación, hay un ejemplo de todos los datos que se comparten:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario. A continuación, hay un ejemplo de todos los datos" +" que se comparten:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 msgctxt "@text:window" @@ -2849,13 +2968,21 @@ msgstr "Nivelación de la placa de impresión" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Ahora puede ajustar la placa de impresión para asegurarse de que sus impresiones salgan muy bien. Al hacer clic en 'Mover a la siguiente posición', la tobera se trasladará a las diferentes posiciones que se pueden ajustar." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Ahora puede ajustar la placa de impresión para asegurarse de que sus impresiones salgan muy bien. Al hacer clic en 'Mover a la siguiente posición', la" +" tobera se trasladará a las diferentes posiciones que se pueden ajustar." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Para cada posición: inserte una hoja de papel debajo de la tobera y ajuste la altura de la placa de impresión. La altura de la placa de impresión es correcta cuando el papel queda ligeramente sujeto por la punta de la tobera." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Para cada posición: inserte una hoja de papel debajo de la tobera y ajuste la altura de la placa de impresión. La altura de la placa de impresión es correcta" +" cuando el papel queda ligeramente sujeto por la punta de la tobera." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2870,42 +2997,42 @@ msgstr "Mover a la siguiente posición" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Complemento verificado por Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Material certificado por Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Paquete verificado por Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Cargando..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Complementos" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Materiales" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Buscar en el navegador" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Para utilizar el paquete, deberá reiniciar Cura" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2915,164 +3042,166 @@ msgstr "Salir de %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Por" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Habilitar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Deshabilitar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Degradando..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Degradar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Instalando..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Instalar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Desinstalar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Actualizando..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Actualizar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Instalar complementos" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Optimice su flujo de trabajo y personalice su experiencia de Ultimaker Cura con complementos proporcionados por nuestra increíble comunidad de usuarios." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Gestionar paquetes" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Descripción" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Impresoras compatibles" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "No hay información sobre la compatibilidad" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Materiales de soporte compatibles" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Ninguno" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Compatible con Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Sí" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "No" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Optimizado para Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Visite el sitio web de complementos" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Sitio web" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Comprar bobina" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Hoja de datos de seguridad" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Ficha técnica" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Detalles del paquete" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Atrás" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Acuerdo de licencia de complemento" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Lea y acepte la licencia del complemento." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Aceptar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3082,52 +3211,57 @@ msgstr "Rechazar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Error al cargar los paquetes:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "¿Desea volver a intentarlo?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Cargando" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "No hay más resultados para cargar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "No se han encontrado resultados con el filtro actual" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Cargar más" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Gestionar paquetes" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Gestionar los complementos y los perfiles de materiales de Ultimaker Cura aquí. Asegúrese de mantener los complementos actualizados y hacer una copia de" +" seguridad de su configuración regularmente." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Instalar materiales" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Seleccione e instale perfiles de material optimizados para sus impresoras 3D Ultimaker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3375,7 +3509,9 @@ msgstr "Nuevo proyecto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "¿Está seguro de que desea iniciar un nuevo proyecto? Esto borrará la placa de impresión y cualquier ajuste no guardado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3390,8 +3526,11 @@ msgstr "Placa de impresión" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Temperatura objetivo de la plataforma calentada. La plataforma se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento de la plataforma se desactivará." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Temperatura objetivo de la plataforma calentada. La plataforma se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento" +" de la plataforma se desactivará." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 msgctxt "@tooltip" @@ -3417,8 +3556,12 @@ msgstr "Precalentar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Caliente la plataforma antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que la plataforma se caliente para poder imprimir." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Caliente la plataforma antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que la plataforma" +" se caliente para poder imprimir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3457,7 +3600,9 @@ msgstr "Enviar GCode" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Envíe un comando de GCode personalizado a la impresora conectada. Pulse «Intro» para enviar el comando." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3467,8 +3612,11 @@ msgstr "Extrusor" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Temperatura objetivo del extremo caliente. El extremo caliente se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento del extremo caliente se desactivará." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Temperatura objetivo del extremo caliente. El extremo caliente se calentará o enfriará en función de esta temperatura. Si el valor es 0, el calentamiento" +" del extremo caliente se desactivará." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 msgctxt "@tooltip" @@ -3482,8 +3630,12 @@ msgstr "Temperatura a la que se va a precalentar el extremo caliente." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Caliente el extremo caliente antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que el extremo caliente se caliente para poder imprimir." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Caliente el extremo caliente antes de imprimir. Puede continuar ajustando la impresión durante el calentamiento, así no tendrá que esperar a que el extremo" +" caliente se caliente para poder imprimir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3507,7 +3659,9 @@ msgstr "Abrir archivo de proyecto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Este es un archivo de proyecto Cura. ¿Le gustaría abrirlo como un proyecto o importar sus modelos?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3563,8 +3717,12 @@ msgstr "Abrir archivo(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Hemos encontrado uno o más archivos del proyecto entre los archivos que ha seleccionado. Solo puede abrir los archivos de proyecto de uno en uno. Le recomendamos que solo importe modelos de esos archivos. ¿Desea continuar?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Hemos encontrado uno o más archivos del proyecto entre los archivos que ha seleccionado. Solo puede abrir los archivos de proyecto de uno en uno. Le recomendamos" +" que solo importe modelos de esos archivos. ¿Desea continuar?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3591,9 +3749,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Ultimaker B.V. ha desarrollado Cura en cooperación con la comunidad.\n" -"Cura se enorgullece de utilizar los siguientes proyectos de código abierto:" +msgstr "Ultimaker B.V. ha desarrollado Cura en cooperación con la comunidad.\nCura se enorgullece de utilizar los siguientes proyectos de código abierto:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3688,7 +3844,7 @@ msgstr "Biblioteca de recorte de polígonos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Enlaces de Python para Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3748,8 +3904,12 @@ msgstr "Descartar o guardar cambios" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Ha personalizado algunos ajustes del perfil.\n¿Le gustaría mantener estos ajustes cambiados después de cambiar de perfil?\nTambién puede descartar los" +" cambios para cargar los valores predeterminados de'%1'." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3919,12 +4079,15 @@ msgstr "Cargando configuraciones disponibles desde la impresora..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "Las configuraciones no se encuentran disponibles porque la impresora no está conectada." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Esta configuración no se encuentra disponible porque %1 es un perfil desconocido. Visite %2 para descargar el perfil de materiales correcto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3934,7 +4097,8 @@ msgstr "Marketplace" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "La configuración de este extrusor no está permitida y evita el corte." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4043,10 +4207,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Añada perfiles de materiales y complementos del Marketplace \n" -"- Realice copias de seguridad y sincronice los perfiles y complementos de sus materiales \n" -"- Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad Ultimaker" +msgstr "- Añada perfiles de materiales y complementos del Marketplace \n- Realice copias de seguridad y sincronice los perfiles y complementos de sus materiales" +" \n- Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4220,8 +4382,12 @@ msgstr "Abrir archivo(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Hemos encontrado uno o más archivos de GCode entre los archivos que ha seleccionado. Solo puede abrir los archivos GCode de uno en uno. Si desea abrir un archivo GCode, seleccione solo uno." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Hemos encontrado uno o más archivos de GCode entre los archivos que ha seleccionado. Solo puede abrir los archivos GCode de uno en uno. Si desea abrir" +" un archivo GCode, seleccione solo uno." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4270,9 +4436,15 @@ msgid "Custom" msgstr "Personalizado" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "No hay ningún perfil %1 para configuración en %2 extrusor. En su lugar se utilizará la opción predeterminada" msgstr[1] "No hay ningún perfil %1 para configuraciones en %2 extrusores. En su lugar se utilizará la opción predeterminada" @@ -4283,7 +4455,8 @@ msgstr "Relleno gradual" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Un relleno gradual aumentará gradualmente la cantidad de relleno hacia arriba." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4293,7 +4466,9 @@ msgstr "Soporte" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Generar estructuras para soportar piezas del modelo que tengan voladizos. Sin estas estructuras, estas piezas se romperían durante la impresión." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4304,7 +4479,9 @@ msgstr "Perfiles" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "Ha modificado algunos ajustes del perfil. Si desea cambiarlos, hágalo en el modo personalizado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4314,7 +4491,9 @@ msgstr "Adherencia" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "Habilita la impresión de un borde o una balsa. Esta opción agregará un área plana alrededor del objeto, que es fácil de cortar después." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4336,13 +4515,11 @@ msgstr "Perfil" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Algunos valores de los ajustes o sobrescrituras son distintos a los valores almacenados en el perfil.\n" -"\n" -"Haga clic para abrir el administrador de perfiles." +msgstr "Algunos valores de los ajustes o sobrescrituras son distintos a los valores almacenados en el perfil.\n\nHaga clic para abrir el administrador de perfiles." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4362,29 +4539,34 @@ msgstr "Actual" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Unidad" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Cambiar nombre" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Introduzca otro nombre." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "La máquina activa ha ocultado este ajuste y no se verá." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "El valor de %1 ha ocultado este ajuste. Cambie el valor para que se muestre el ajuste." +msgstr[1] "Los valores de %1 han ocultado este ajuste. Cambie los valores para que muestre el ajuste." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4395,7 +4577,7 @@ msgstr "Visibilidad de los ajustes" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Valores predeterminados" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4405,7 +4587,7 @@ msgstr "Comprobar todo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Añadir nuevo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4427,7 +4609,9 @@ msgstr "Confirmar cambio de diámetro" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "El nuevo diámetro del filamento está ajustado en %1 mm y no es compatible con el extrusor actual. ¿Desea continuar?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4453,7 +4637,7 @@ msgstr "Color" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Seleccionador de color del material" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4527,7 +4711,9 @@ msgstr "Sincronizar materiales con impresoras" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Con unos sencillos pasos puede sincronizar todos sus perfiles de material con sus impresoras." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4547,7 +4733,9 @@ msgstr "Iniciar sesión" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Para sincronizar automáticamente los perfiles de material con todas sus impresoras conectadas a Digital Factory debe iniciar sesión en Cura." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4585,7 +4773,8 @@ msgstr "¿Faltan impresoras?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Asegúrese de que todas las impresoras estén encendidas y conectadas a Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4622,8 +4811,12 @@ msgstr "No se ha encontrado ninguna impresora" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Parece que no tiene ninguna impresora compatible conectada a Digital Factory. Asegúrese de que su impresora esté conectada y ejecutando el firmware más reciente." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." +msgstr "Parece que no tiene ninguna impresora compatible conectada a Digital Factory. Asegúrese de que su impresora esté conectada y ejecutando el firmware más" +" reciente." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" @@ -4641,8 +4834,10 @@ msgid "Sync material profiles via USB" msgstr "Sincronización de perfiles de material a través USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Siga estos pasos para cargar los nuevos perfiles de material en la impresora." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4657,7 +4852,9 @@ msgstr "Guarde el archivo .umm en una memoria USB." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Inserte la memoria USB en la impresora e inicie el procedimiento para cargar nuevos perfiles de material." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4684,13 +4881,13 @@ msgstr "Exportar todos los materiales" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Materiales compatibles con la impresora activa:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Crear nuevo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4701,7 +4898,7 @@ msgstr "Importar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Sincronizar con las impresoras" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4740,7 +4937,8 @@ msgstr "El material se ha importado correctamente en %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "No se pudo importar el material en %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4751,7 +4949,8 @@ msgstr "Exportar material" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Se ha producido un error al exportar el material a %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4762,32 +4961,35 @@ msgstr "El material se ha exportado correctamente a %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Perfiles compatibles con la impresora activa:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Crear nuevo perfil a partir de la configuración o anulaciones actuales" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Algunas configuraciones del perfil actual se han sobrescrito." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Actualizar perfil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Actualizar perfil con ajustes o sobrescrituras actuales" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Este perfil utiliza los ajustes predeterminados especificados por la impresora, por eso no aparece ningún ajuste o sobrescritura en la lista que se ve a continuación." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." +msgstr "Este perfil utiliza los ajustes predeterminados especificados por la impresora, por eso no aparece ningún ajuste o sobrescritura en la lista que se ve" +" a continuación." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" @@ -4839,7 +5041,7 @@ msgstr "Interfaz" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- incompleto --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4847,9 +5049,10 @@ msgid "Currency:" msgstr "Moneda:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Tema*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4863,8 +5066,9 @@ msgstr "Segmentar automáticamente" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Tendrá que reiniciar la aplicación para que estos cambios tengan efecto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4873,7 +5077,9 @@ msgstr "Comportamiento de la ventanilla" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Resaltar en rojo las áreas del modelo sin soporte. Sin soporte, estas áreas no se imprimirán correctamente." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4883,8 +5089,11 @@ msgstr "Mostrar voladizos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Resalta las superficies que faltan o son extrañas del modelo usando señales de advertencia. A las trayectorias de herramientas les faltarán a menudo partes de la geometría prevista." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." +msgstr "Resalta las superficies que faltan o son extrañas del modelo usando señales de advertencia. A las trayectorias de herramientas les faltarán a menudo partes" +" de la geometría prevista." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" @@ -4893,7 +5102,9 @@ msgstr "Mostrar errores de modelo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Mueve la cámara de manera que el modelo se encuentre en el centro de la vista cuando se selecciona un modelo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4918,7 +5129,8 @@ msgstr "¿Debería moverse el zoom en la dirección del ratón?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Hacer zoom en la dirección del ratón no es compatible con la perspectiva ortográfica." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4928,7 +5140,8 @@ msgstr "Hacer zoom en la dirección del ratón" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "¿Deben moverse los modelos en la plataforma de modo que no se crucen?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5001,7 +5214,9 @@ msgstr "Abrir y guardar archivos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "¿Debería abrir los archivos del escritorio o las aplicaciones externas en la misma instancia de Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5011,7 +5226,9 @@ msgstr "Utilizar una sola instancia de Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "¿Se debe limpiar la placa de impresión antes de cargar un nuevo modelo en una única instancia de Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5031,7 +5248,9 @@ msgstr "Escalar modelos de gran tamaño" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "Un modelo puede mostrarse demasiado pequeño si su unidad son metros en lugar de milímetros, por ejemplo. ¿Deben escalarse estos modelos?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5051,7 +5270,9 @@ msgstr "Seleccionar modelos al abrirlos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "¿Debe añadirse automáticamente un prefijo basado en el nombre de la impresora al nombre del trabajo de impresión?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5096,12 +5317,18 @@ msgstr "Importar modelos siempre" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Si ha realizado cambios en un perfil y, a continuación, ha cambiado a otro, aparecerá un cuadro de diálogo que le preguntará si desea guardar o descartar los cambios. También puede elegir el comportamiento predeterminado, así ese cuadro de diálogo no volverá a aparecer." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Si ha realizado cambios en un perfil y, a continuación, ha cambiado a otro, aparecerá un cuadro de diálogo que le preguntará si desea guardar o descartar" +" los cambios. También puede elegir el comportamiento predeterminado, así ese cuadro de diálogo no volverá a aparecer." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Comportamiento predeterminado para los valores modificados al cambiar a otro perfil: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5121,8 +5348,12 @@ msgstr "Privacidad" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "¿Deben enviarse datos anónimos sobre la impresión a Ultimaker? Tenga en cuenta que no se envían ni almacenan modelos, direcciones IP ni otra información de identificación personal." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "¿Deben enviarse datos anónimos sobre la impresión a Ultimaker? Tenga en cuenta que no se envían ni almacenan modelos, direcciones IP ni otra información" +" de identificación personal." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" @@ -5166,7 +5397,9 @@ msgstr "Versiones estables y beta" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "¿Debería Cura buscar automáticamente nuevos complementos cada vez que se inicia? Le recomendamos encarecidamente que no desactive esta opción!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5207,7 +5440,9 @@ msgstr "La impresora todavía no ha respondido en esta dirección." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "No se puede agregar la impresora porque es desconocida o no aloja un grupo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5304,10 +5539,10 @@ msgstr "Le damos la bienvenida a Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Siga estos pasos para configurar\n" -"Ultimaker Cura. Solo le llevará unos minutos." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Siga estos pasos para configurar\nUltimaker Cura. Solo le llevará unos minutos." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5386,7 +5621,9 @@ msgstr "Ayúdenos a mejorar Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura recopila datos anónimos para mejorar la calidad de impresión y la experiencia de usuario, entre otros:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5411,7 +5648,8 @@ msgstr "Ajustes de impresión" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Los datos recopilados por Ultimaker Cura no contendrán información personal." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5463,22 +5701,30 @@ msgstr "Impresoras preconfiguradas" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "La impresora de la nube está sin conexión. Compruebe si la impresora está encendida y conectada a Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Esta impresora no está vinculada a su cuenta. Vaya a Ultimaker Digital Factory para establecer una conexión." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "La conexión de la nube no está disponible actualmente. Inicie sesión para conectarse a la impresora de la nube." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "La conexión de la nube no está disponible actualmente. Compruebe la conexión a Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5494,7 +5740,7 @@ msgstr "Administrar impresoras" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Buscar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5554,13 +5800,11 @@ msgstr "¿Está seguro de que desea cancelar la impresión?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Algunos ajustes ocultos utilizan valores diferentes de los valores normales calculados.\n" -"\n" -"Haga clic para mostrar estos ajustes." +msgstr "Algunos ajustes ocultos utilizan valores diferentes de los valores normales calculados.\n\nHaga clic para mostrar estos ajustes." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5600,7 +5844,9 @@ msgstr "Configurar visibilidad de los ajustes..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Este ajuste no se utiliza porque los ajustes a los que afecta están sobrescritos." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5615,7 +5861,9 @@ msgstr "Afectado por" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Este ajuste siempre se comparte entre extrusores. Si lo modifica, modificará el valor de todos los extrusores." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5629,26 +5877,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Este ajuste tiene un valor distinto del perfil.\n" -"\n" -"Haga clic para restaurar el valor del perfil." +msgstr "Este ajuste tiene un valor distinto del perfil.\n\nHaga clic para restaurar el valor del perfil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Este ajuste se calcula normalmente pero actualmente tiene un valor absoluto establecido.\n" -"\n" -"Haga clic para restaurar el valor calculado." +msgstr "Este ajuste se calcula normalmente pero actualmente tiene un valor absoluto establecido.\n\nHaga clic para restaurar el valor calculado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Hex" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5673,7 +5916,7 @@ msgstr "Tiempo restante estimado" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Mostrar resolución de problemas online" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5751,9 +5994,11 @@ msgid "Manage Materials..." msgstr "Administrar materiales..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Añadir más materiales de Marketplace" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6007,7 +6252,9 @@ msgstr "Lector de UFP" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Se conecta a la biblioteca digital, por lo que Cura puede abrir y guardar archivos en ella." #: DigitalLibrary/plugin.json @@ -6047,7 +6294,9 @@ msgstr "Conexión en red de Ultimaker" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Comprueba las configuraciones de los modelos y la impresión en busca de posibles problemas de impresión y da consejos." #: ModelChecker/plugin.json @@ -6058,7 +6307,7 @@ msgstr "Comprobador de modelos" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Proporciona la vista previa de los datos de las capas cortadas." #: SimulationView/plugin.json msgctxt "name" @@ -6198,12 +6447,12 @@ msgstr "Actualización de la versión 4.1 a la 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Actualiza las configuraciones de Cura 4.13 a Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Actualización de la versión 4.3 a la 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6457,7 +6706,8 @@ msgstr "Posprocesamiento" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Crea una malla de borrado que impide la impresión de soportes en determinados lugares" #: SupportEraser/plugin.json @@ -6487,8 +6737,11 @@ msgstr "Vista de rayos X" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." -msgstr "Proporciona las acciones de la máquina de las máquinas Ultimaker (como un asistente para la nivelación de la plataforma, la selección de actualizaciones, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." +msgstr "Proporciona las acciones de la máquina de las máquinas Ultimaker (como un asistente para la nivelación de la plataforma, la selección de actualizaciones," +" etc.)." #: UltimakerMachineActions/plugin.json msgctxt "name" @@ -6497,13 +6750,15 @@ msgstr "Acciones de la máquina Ultimaker" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Gestiona las extensiones de la aplicación y permite navegar por las extensiones desde el sitio web de Ultimaker." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Marketplace" #: SolidView/plugin.json msgctxt "description" @@ -6527,7 +6782,9 @@ msgstr "Lector de GCode" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Permite cambiar los ajustes de la máquina (como el volumen de impresión, el tamaño de la tobera, etc.)." #: MachineSettingsAction/plugin.json @@ -6537,7 +6794,8 @@ msgstr "Acción Ajustes de la máquina" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Acepta GCode y lo envía a una impresora. El complemento también puede actualizar el firmware." #: USBPrinting/plugin.json diff --git a/resources/i18n/es_ES/fdmextruder.def.json.po b/resources/i18n/es_ES/fdmextruder.def.json.po index 6e25833577..ad6f9fb469 100644 --- a/resources/i18n/es_ES/fdmextruder.def.json.po +++ b/resources/i18n/es_ES/fdmextruder.def.json.po @@ -1,16 +1,15 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2019-03-13 14:00+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: Spanish\n" -"Language: es_ES\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -52,7 +51,9 @@ msgstr "Diámetro de la tobera" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Diámetro interior de la tobera. Cambie este ajuste cuando utilice un tamaño de tobera no estándar." #: fdmextruder.def.json @@ -92,7 +93,9 @@ msgstr "Posición de inicio absoluta del extrusor" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "El extrusor se coloca en la posición de inicio absoluta según la última ubicación conocida del cabezal." #: fdmextruder.def.json @@ -132,7 +135,9 @@ msgstr "Posición final absoluta del extrusor" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "La posición final del extrusor se considera absoluta, en lugar de relativa a la última ubicación conocida del cabezal." #: fdmextruder.def.json @@ -162,7 +167,9 @@ msgstr "Posición de preparación del extrusor sobre el eje Z" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Coordenada Z de la posición en la que la tobera queda preparada al inicio de la impresión." #: fdmextruder.def.json @@ -172,8 +179,12 @@ msgstr "Ventilador de refrigeración de impresión del extrusor" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." -msgstr "Número del ventilador de refrigeración de impresión asociado al extrusor. Modifique el valor predeterminado 0 solo cuando disponga de un ventilador de refrigeración de impresión diferente para cada extrusor." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." +msgstr "Número del ventilador de refrigeración de impresión asociado al extrusor. Modifique el valor predeterminado 0 solo cuando disponga de un ventilador de" +" refrigeración de impresión diferente para cada extrusor." #: fdmextruder.def.json msgctxt "platform_adhesion label" @@ -192,7 +203,9 @@ msgstr "Posición de preparación del extrusor sobre el eje X" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Coordenada X de la posición en la que la tobera se coloca al inicio de la impresión." #: fdmextruder.def.json @@ -202,7 +215,9 @@ msgstr "Posición de preparación del extrusor sobre el eje Y" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Coordenada Y de la posición en la que la tobera se coloca al inicio de la impresión." #: fdmextruder.def.json @@ -222,7 +237,9 @@ msgstr "Diámetro" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Ajusta el diámetro del filamento utilizado. Este valor debe coincidir con el diámetro del filamento utilizado." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index 448d48b844..2fddc5d8fa 100644 --- a/resources/i18n/es_ES/fdmprinter.def.json.po +++ b/resources/i18n/es_ES/fdmprinter.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:15+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Spanish , Spanish \n" -"Language: es_ES\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -43,7 +41,9 @@ msgstr "Mostrar versiones de la máquina" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Elija si desea mostrar las diferentes versiones de esta máquina, las cuales están descritas en archivos .json independientes." #: fdmprinter.def.json @@ -56,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"Los comandos de GCode que se ejecutarán justo al inicio - separados por \n" -"." +msgstr "Los comandos de GCode que se ejecutarán justo al inicio separados por - \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -70,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"Los comandos de GCode que se ejecutarán justo al final - separados por \n" -"." +msgstr "Los comandos de GCode que se ejecutarán justo al final separados por -\n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -91,7 +87,9 @@ msgstr "Diámetro" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Ajusta el diámetro del filamento utilizado. Este valor debe coincidir con el diámetro del filamento utilizado." #: fdmprinter.def.json @@ -101,7 +99,9 @@ msgstr "Esperar a que la placa de impresión se caliente" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Elija si desea escribir un comando para esperar a que la temperatura de la placa de impresión se alcance al inicio." #: fdmprinter.def.json @@ -121,8 +121,12 @@ msgstr "Incluir temperaturas del material" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Elija si desea incluir comandos de temperatura de la tobera al inicio del Gcode. Si start_gcode ya contiene comandos de temperatura de la tobera, la interfaz de Cura desactivará este ajuste de forma automática." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Elija si desea incluir comandos de temperatura de la tobera al inicio del Gcode. Si start_gcode ya contiene comandos de temperatura de la tobera, la interfaz" +" de Cura desactivará este ajuste de forma automática." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -131,8 +135,12 @@ msgstr "Incluir temperatura de la placa de impresión" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Elija si desea incluir comandos de temperatura de la placa de impresión al iniciar el Gcode. Si start_gcode ya contiene comandos de temperatura de la placa de impresión, la interfaz de Cura desactivará este ajuste de forma automática." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Elija si desea incluir comandos de temperatura de la placa de impresión al iniciar el Gcode. Si start_gcode ya contiene comandos de temperatura de la placa" +" de impresión, la interfaz de Cura desactivará este ajuste de forma automática." #: fdmprinter.def.json msgctxt "machine_width label" @@ -171,7 +179,8 @@ msgstr "Forma de la placa de impresión" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "La forma de la placa de impresión sin tener en cuenta las zonas externas al área de impresión." #: fdmprinter.def.json @@ -231,8 +240,12 @@ msgstr "Escriba siempre la herramienta activa" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Escriba la herramienta activa después de enviar comandos temporales a la herramienta inactiva. Requerido para la impresión de extrusión dual con Smoothie u otro firmware con comandos de herramientas modales." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Escriba la herramienta activa después de enviar comandos temporales a la herramienta inactiva. Requerido para la impresión de extrusión dual con Smoothie" +" u otro firmware con comandos de herramientas modales." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -241,7 +254,9 @@ msgstr "El origen está centrado" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Indica si las coordenadas X/Y de la posición inicial del cabezal de impresión se encuentran en el centro del área de impresión." #: fdmprinter.def.json @@ -251,7 +266,9 @@ msgstr "Número de extrusores" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Número de trenes extrusores. Un tren extrusor está formado por un alimentador, un tubo guía y una tobera." #: fdmprinter.def.json @@ -261,7 +278,8 @@ msgstr "Número de extrusores habilitados" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Número de trenes extrusores habilitados y configurados en el software de forma automática" #: fdmprinter.def.json @@ -281,7 +299,9 @@ msgstr "Longitud de la tobera" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "Diferencia de altura entre la punta de la tobera y la parte más baja del cabezal de impresión." #: fdmprinter.def.json @@ -291,7 +311,9 @@ msgstr "Ángulo de la tobera" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "Ángulo entre el plano horizontal y la parte cónica que hay justo encima de la punta de la tobera." #: fdmprinter.def.json @@ -301,7 +323,9 @@ msgstr "Longitud de la zona térmica" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "Distancia desde la punta de la tobera que transfiere calor al filamento." #: fdmprinter.def.json @@ -311,7 +335,9 @@ msgstr "Habilitar control de temperatura de la tobera" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Para controlar la temperatura desde Cura. Si va a controlar la temperatura de la tobera desde fuera de Cura, desactive esta opción." #: fdmprinter.def.json @@ -321,8 +347,11 @@ msgstr "Velocidad de calentamiento" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." -msgstr "Velocidad (°C/s) de calentamiento de la tobera calculada como una media a partir de las temperaturas de impresión habituales y la temperatura en modo de espera." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." +msgstr "Velocidad (°C/s) de calentamiento de la tobera calculada como una media a partir de las temperaturas de impresión habituales y la temperatura en modo de" +" espera." #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed label" @@ -331,8 +360,11 @@ msgstr "Velocidad de enfriamiento" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." -msgstr "Velocidad (°C/s) de enfriamiento de la tobera calculada como una media a partir de las temperaturas de impresión habituales y la temperatura en modo de espera." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." +msgstr "Velocidad (°C/s) de enfriamiento de la tobera calculada como una media a partir de las temperaturas de impresión habituales y la temperatura en modo de" +" espera." #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window label" @@ -341,8 +373,12 @@ msgstr "Temperatura mínima en modo de espera" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "Tiempo mínimo que un extrusor debe permanecer inactivo antes de que la tobera se enfríe. Para que pueda enfriarse hasta alcanzar la temperatura en modo de espera, el extrusor deberá permanecer inactivo durante un tiempo superior al establecido." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "Tiempo mínimo que un extrusor debe permanecer inactivo antes de que la tobera se enfríe. Para que pueda enfriarse hasta alcanzar la temperatura en modo" +" de espera, el extrusor deberá permanecer inactivo durante un tiempo superior al establecido." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -406,7 +442,9 @@ msgstr "Retracción de firmware" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Utilizar o no los comandos de retracción de firmware (G10/G11) en lugar de utilizar la propiedad E en comandos G1 para retraer el material." #: fdmprinter.def.json @@ -416,7 +454,9 @@ msgstr "Calentador compartido de extrusores" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Si los extrusores comparten un único calentador en lugar de que cada extrusor tenga el suyo propio." #: fdmprinter.def.json @@ -426,8 +466,17 @@ msgstr "Los extrusores comparten la tobera" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Indica si los extrusores comparten una única tobera en lugar de que cada uno tenga la suya propia. Cuando se establece en true, se espera que la secuencia de comandos gcode de inicio de la impresora establezca todos los extrusores en un estado de retracción inicial conocido y mutuamente compatible (ninguno o un solo filamento que no se retrae); en este caso, el estado de retracción inicial se describe, por extrusor, mediante el parámetro \"machine_extruders_shared_nozzle_initial_retraction\"." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Indica si los extrusores comparten una única tobera en lugar de que cada uno tenga la suya propia. Cuando se establece en true, se espera que la secuencia" +" de comandos gcode de inicio de la impresora establezca todos los extrusores en un estado de retracción inicial conocido y mutuamente compatible (ninguno" +" o un solo filamento que no se retrae); en este caso, el estado de retracción inicial se describe, por extrusor, mediante el parámetro \"machine_extruders_shared_nozzle_initial_retraction\"." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -436,8 +485,13 @@ msgstr "Retracción inicial de tobera compartida" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "La cantidad de filamento de cada extrusor que se supone que se ha retirado de la punta de la tobera compartida al final de la secuencia de comandos gcode de inicio de la impresora; el valor debe ser igual o mayor que la longitud de la parte común de los conductos de la tobera." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "La cantidad de filamento de cada extrusor que se supone que se ha retirado de la punta de la tobera compartida al final de la secuencia de comandos gcode" +" de inicio de la impresora; el valor debe ser igual o mayor que la longitud de la parte común de los conductos de la tobera." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -466,8 +520,12 @@ msgstr "Polígono del cabezal de la máquina y del ventilador" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "La forma del cabezal de impresión. Estas son las coordenadas relativas a la posición del cabezal de impresión, que generalmente es la posición de su primer" +" extrusor. Las dimensiones de la izquierda y de la parte delantera del cabezal de impresión deben ser coordenadas negativas." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -476,7 +534,9 @@ msgstr "Altura del puente" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "Diferencia de altura entre la punta de la tobera y el sistema del puente (ejes X e Y)." #: fdmprinter.def.json @@ -496,7 +556,9 @@ msgstr "Diámetro de la tobera" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Diámetro interior de la tobera. Cambie este ajuste cuando utilice un tamaño de tobera no estándar." #: fdmprinter.def.json @@ -506,7 +568,8 @@ msgstr "Desplazamiento con extrusor" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Aplicar el desplazamiento del extrusor al sistema de coordenadas. Influye en todos los extrusores." #: fdmprinter.def.json @@ -516,7 +579,9 @@ msgstr "Posición de preparación del extrusor sobre el eje Z" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Coordenada Z de la posición en la que la tobera queda preparada al inicio de la impresión." #: fdmprinter.def.json @@ -526,7 +591,9 @@ msgstr "Posición de preparación absoluta del extrusor" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "La posición de preparación del extrusor se considera absoluta, en lugar de relativa a la última ubicación conocida del cabezal." #: fdmprinter.def.json @@ -656,7 +723,9 @@ msgstr "Pasos por milímetro (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "Número de pasos que tiene que dar el motor para abarcar un milímetro de movimiento en la dirección X." #: fdmprinter.def.json @@ -666,7 +735,9 @@ msgstr "Pasos por milímetro (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Número de pasos que tiene que dar el motor para abarcar un milímetro de movimiento en la dirección Y." #: fdmprinter.def.json @@ -676,7 +747,9 @@ msgstr "Pasos por milímetro (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Número de pasos que tiene que dar el motor para abarcar un milímetro de movimiento en la dirección Z." #: fdmprinter.def.json @@ -686,7 +759,9 @@ msgstr "Pasos por milímetro (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "El número de pasos en un motor paso a paso que mueve la rueda de alimentación en incrementos de 1 milímetro alrededor de su circunferencia." #: fdmprinter.def.json @@ -696,7 +771,9 @@ msgstr "Tope de X en dirección positiva" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Si el tope del eje X se encuentra en la dirección positiva (coordenada X hacia arriba) o negativa (coordenada X hacia abajo)." #: fdmprinter.def.json @@ -706,7 +783,9 @@ msgstr "Tope de Y en dirección positiva" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Si el tope del eje Y se encuentra en la dirección positiva (coordenada Y hacia arriba) o negativa (coordenada Y hacia abajo)." #: fdmprinter.def.json @@ -716,7 +795,9 @@ msgstr "Tope de Z en dirección positiva" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Si el tope del eje Z se encuentra en la dirección positiva (coordenada Z hacia arriba) o negativa (coordenada Z hacia abajo)." #: fdmprinter.def.json @@ -742,12 +823,12 @@ msgstr "El diámetro de la rueda que dirige el material hacia el alimentador." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Escale la velocidad del ventilador a 0-1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Escale la velocidad del ventilador para que esté entre 0 y 1 en lugar de entre 0 y 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -756,7 +837,9 @@ msgstr "Calidad" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Todos los ajustes que influyen en la resolución de la impresión. Estos ajustes tienen una gran repercusión en la calidad (y en el tiempo de impresión)." #: fdmprinter.def.json @@ -766,8 +849,11 @@ msgstr "Altura de capa" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "Altura de cada capa en mm. Los valores más altos producen impresiones más rápidas con una menor resolución, los valores más bajos producen impresiones más lentas con una mayor resolución." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "Altura de cada capa en mm. Los valores más altos producen impresiones más rápidas con una menor resolución, los valores más bajos producen impresiones" +" más lentas con una mayor resolución." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -776,7 +862,9 @@ msgstr "Altura de capa inicial" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "Altura de capa inicial en mm. Una capa inicial más gruesa se adhiere a la placa de impresión con mayor facilidad." #: fdmprinter.def.json @@ -786,8 +874,12 @@ msgstr "Ancho de línea" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "Ancho de una única línea. Generalmente, el ancho de cada línea se debería corresponder con el ancho de la tobera. Sin embargo, reducir este valor ligeramente podría producir mejores impresiones." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "Ancho de una única línea. Generalmente, el ancho de cada línea se debería corresponder con el ancho de la tobera. Sin embargo, reducir este valor ligeramente" +" podría producir mejores impresiones." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -806,7 +898,9 @@ msgstr "Ancho de línea de la pared exterior" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "Ancho de la línea de pared más externa. Reduciendo este valor se puede imprimir con un mayor nivel de detalle." #: fdmprinter.def.json @@ -816,7 +910,8 @@ msgstr "Ancho de línea de pared(es) interna(s)" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "Ancho de una sola línea de pared para todas las líneas de pared excepto la más externa." #: fdmprinter.def.json @@ -906,7 +1001,9 @@ msgstr "Ancho de línea de la capa inicial" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Multiplicador del ancho de la línea de la primera capa. Si esta se aumenta, se puede mejorar la adherencia a la plataforma." #: fdmprinter.def.json @@ -926,7 +1023,9 @@ msgstr "Extrusor de pared" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "El tren extrusor que se utiliza para imprimir paredes. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -936,7 +1035,9 @@ msgstr "Extrusor de pared exterior" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "El tren extrusor que se utiliza para imprimir la pared exterior. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -946,7 +1047,9 @@ msgstr "Extrusor de pared interior" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "El tren extrusor que se utiliza para imprimir las paredes interiores. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -956,7 +1059,9 @@ msgstr "Grosor de la pared" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "Grosor de las paredes en dirección horizontal. Este valor dividido por el ancho de la línea de pared define el número de paredes." #: fdmprinter.def.json @@ -966,58 +1071,87 @@ msgstr "Recuento de líneas de pared" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Número de paredes. Al calcularlo por el grosor de las paredes, este valor se redondea a un número entero." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Longitud de transición de la pared" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Cuando se pasa de un número de paredes a otro a medida que la pieza se hace más delgada, se asigna una determinada cantidad de espacio para dividir o unir" +" las líneas de contorno." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Recuento de distribución de pared" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "El número de paredes, contadas desde el centro, en las que se distribuirá la variación. Los valores más bajos indican que el ancho de las paredes externas" +" no cambia." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Ángulo de umbral de transición de pared" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Cuándo crear transiciones entre números de pared pares e impares. Una forma de cuña con un ángulo mayor que esta configuración no tiene transacciones y" +" no se imprimirán paredes en el centro para rellenar el espacio restante. Reducir esta configuración reduce el número y la longitud de estas paredes centrales," +" pero puede dejar espacios o sobreextrusión." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Distancia del filtro de transición a la pared" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Si planea pasar de un lado a otro entre diferentes números de pared en rápida sucesión, no realice ninguna transición. Elimine las transiciones si están" +" más cerca que esta distancia." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Margen del filtro de transición de pared" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Evite la transición de ida y vuelta entre una pared extra y una menos. Este margen amplía el rango de anchos de línea después de [Ancho mínimo de línea" +" perimetral - Margen, 2 * Ancho mínimo de línea perimetral + Margen]. Aumentar este margen reduce el número de transiciones, lo que reduce el número de" +" arranques y paradas de la extrusión y el tiempo de recorrido. No obstante, las grandes variaciones en el ancho de la línea pueden provocar problemas de" +" subextrusión o sobreextrusión." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1026,7 +1160,9 @@ msgstr "Distancia de pasada de la pared exterior" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Distancia de un movimiento de desplazamiento insertado tras la pared exterior con el fin de ocultar mejor la costura sobre el eje Z." #: fdmprinter.def.json @@ -1036,8 +1172,13 @@ msgstr "Entrante en la pared exterior" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Entrante aplicado a la trayectoria de la pared exterior. Si la pared exterior es más pequeña que la tobera y se imprime a continuación de las paredes interiores, utilice este valor de desplazamiento para hacer que el agujero de la tobera se superponga a las paredes interiores del modelo en lugar de a las exteriores." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Entrante aplicado a la trayectoria de la pared exterior. Si la pared exterior es más pequeña que la tobera y se imprime a continuación de las paredes interiores," +" utilice este valor de desplazamiento para hacer que el agujero de la tobera se superponga a las paredes interiores del modelo en lugar de a las exteriores." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1046,28 +1187,40 @@ msgstr "Optimizar el orden de impresión de paredes" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Optimizar el orden en el que se imprimen las paredes a fin de reducir el número de retracciones y la distancia recorrida. La mayoría de los componentes se beneficiarán si este ajuste está habilitado pero, en algunos casos, se puede tardar más, por lo que deben compararse las previsiones de tiempo de impresión con y sin optimización. La primera capa no está optimizada al elegir el borde como el tipo de adhesión de la placa de impresión." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Optimizar el orden en el que se imprimen las paredes a fin de reducir el número de retracciones y la distancia recorrida. La mayoría de los componentes" +" se beneficiarán si este ajuste está habilitado pero, en algunos casos, se puede tardar más, por lo que deben compararse las previsiones de tiempo de impresión" +" con y sin optimización. La primera capa no está optimizada al elegir el borde como el tipo de adhesión de la placa de impresión." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Orden de paredes" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Determina el orden de impresión de las paredes. La preimpresión de las paredes exteriores mejora la precisión dimensional ya que las fallas de las paredes" +" internas no pueden propagarse hacia el exterior. Sin embargo, si imprime más tarde, podrá apilarlos mejor cuando se impriman los voladizos." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "Del interior al exterior" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "Del exterior al interior" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1076,58 +1229,108 @@ msgstr "Alternar pared adicional" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." -msgstr "Imprime una pared adicional cada dos capas. De este modo el relleno se queda atrapado entre estas paredes adicionales, lo que da como resultado impresiones más sólidas." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." +msgstr "Imprime una pared adicional cada dos capas. De este modo el relleno se queda atrapado entre estas paredes adicionales, lo que da como resultado impresiones" +" más sólidas." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Ancho mínimo de la línea perimetral" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Para estructuras delgadas, aproximadamente una o dos veces el tamaño de la boquilla, los anchos de línea deben cambiarse para que coincidan con el grosor" +" del modelo. Esta configuración controla el ancho de línea mínimo permitido para las paredes. Los anchos de línea mínimos también determinan de forma inherente" +" los anchos de línea máximos, ya que la transición de N a N + 1 paredes se realiza con un grosor geométrico donde N paredes son anchas y N + 1 paredes" +" son estrechas. La línea perimetral más ancha posible es el doble del ancho mínimo de la línea perimetral." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Ancho mínimo de la línea perimetral uniforme" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "El ancho de línea mínimo para paredes poligonales normales. Este ajuste determina a qué espesor de modelo pasamos de imprimir una sola línea de perímetro" +" delgada a imprimir dos líneas de perímetro. Un ancho mínimo más alto de la línea perimetral par conduce a un ancho máximo más alto de la línea perimetral" +" impar. El ancho máximo de la línea perimetral par se calcula como el ancho de la línea perimetral exterior + 0,5 * el ancho mínimo de la línea perimetral" +" impar." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Dividir umbral de línea media" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "El ancho de línea más pequeño, como un factor del ancho de línea normal, por encima del cual la línea media (si existe) se dividirá en dos. Reduzca esta" +" configuración para utilizar menos líneas más finas. Incremente para utilizar menos líneas más anchas. Tenga en cuenta que esto se mantiene, como si toda" +" la forma necesitara ser rellenada con una pared. Por lo tanto, en este contexto, la línea intermedia se refiere a la línea intermedia del objeto entre" +" dos bordes externos, incluso si en lugar de la pared, la impresión contiene un relleno u otro revestimiento externo" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Ancho mínimo de la línea perimetral impar" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "El ancho de línea mínimo para paredes de polilínea de relleno de hueco de línea intermedia. Este parámetro determina a partir de qué grosor de modelo pasamos" +" de imprimir dos líneas de paredes a imprimir dos paredes exteriores y una sola pared central en el medio. Un ancho mínimo más alto de la línea perimetral" +" impar conduce a un ancho máximo más alto de la línea perimetral par. El ancho máximo de línea perimetral impar se calcula como 2 * ancho mínimo de línea" +" perimetral par." #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Añadir umbral de línea media" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "El ancho de línea más pequeño, como un factor del ancho de línea normal, por encima del cual se agregará una línea intermedia (si aún no existe). Reduzca" +" esta configuración para utilizar menos líneas más finas. Incremente para utilizar menos líneas más anchas. Tenga en cuenta que esto se mantiene, como" +" si toda la forma necesitara ser rellenada con una pared. Por lo tanto, en este contexto, la línea intermedia se refiere a la línea intermedia del objeto" +" entre dos bordes externos, incluso si en lugar de la pared, la impresión contiene un relleno u otro revestimiento externo." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1136,28 +1339,39 @@ msgstr "Imprimir paredes finas" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Imprime las piezas del modelo que son horizontalmente más finas que el tamaño de la tobera." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Tamaño mínimo de la característica" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Espesor mínimo de características delgadas. Las características del modelo que sean más delgadas que este valor no se imprimirán, mientras que las características" +" más gruesas que el tamaño mínimo de la característica se estirarán hasta el ancho mínimo de la línea perimetral." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Ancho mínimo de la línea perimetral delgada" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Ancho de la pared que reemplazará las características delgadas (según el tamaño mínimo de la característica) del modelo. Si el ancho mínimo de la línea" +" perimetral es más delgado que el grosor de la característica, la pared se volverá tan gruesa como la propia característica." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1166,8 +1380,12 @@ msgstr "Expansión horizontal" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "Cantidad de desplazamiento aplicado a todos los polígonos de cada capa. Los valores positivos pueden compensar agujeros demasiado grandes; los valores negativos pueden compensar agujeros demasiado pequeños." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "Cantidad de desplazamiento aplicado a todos los polígonos de cada capa. Los valores positivos pueden compensar agujeros demasiado grandes; los valores" +" negativos pueden compensar agujeros demasiado pequeños." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" @@ -1176,8 +1394,12 @@ msgstr "Expansión horizontal de la capa inicial" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "Cantidad de desplazamiento aplicado a todos los polígonos de la primera capa. Un valor negativo puede compensar el aplastamiento de la primera capa, lo que se conoce como «pie de elefante»." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "Cantidad de desplazamiento aplicado a todos los polígonos de la primera capa. Un valor negativo puede compensar el aplastamiento de la primera capa, lo" +" que se conoce como «pie de elefante»." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1186,8 +1408,11 @@ msgstr "Expansión horizontal de orificios" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." -msgstr "Cantidad de desplazamiento aplicado a todos los orificios en cada capa. Los valores positivos aumentan el tamaño de los orificios y los valores negativos reducen el tamaño de los mismos." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." +msgstr "Cantidad de desplazamiento aplicado a todos los orificios en cada capa. Los valores positivos aumentan el tamaño de los orificios y los valores negativos" +" reducen el tamaño de los mismos." #: fdmprinter.def.json msgctxt "z_seam_type label" @@ -1196,8 +1421,15 @@ msgstr "Alineación de costuras en Z" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Punto de partida de cada trayectoria en una capa. Cuando las trayectorias en capas consecutivas comienzan en el mismo punto, puede aparecer una costura vertical en la impresión. Cuando se alinean cerca de una ubicación especificada por el usuario, es más fácil eliminar la costura. Si se colocan aleatoriamente, las inexactitudes del inicio de las trayectorias se notarán menos. Si se toma la trayectoria más corta, la impresión será más rápida." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Punto de partida de cada trayectoria en una capa. Cuando las trayectorias en capas consecutivas comienzan en el mismo punto, puede aparecer una costura" +" vertical en la impresión. Cuando se alinean cerca de una ubicación especificada por el usuario, es más fácil eliminar la costura. Si se colocan aleatoriamente," +" las inexactitudes del inicio de las trayectorias se notarán menos. Si se toma la trayectoria más corta, la impresión será más rápida." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1276,7 +1508,9 @@ msgstr "X de la costura Z" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "Coordenada X de la posición cerca de donde se comienza a imprimir cada parte en una capa." #: fdmprinter.def.json @@ -1286,7 +1520,9 @@ msgstr "Y de la costura Z" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "Coordenada Y de la posición cerca de donde se comienza a imprimir cada parte en una capa." #: fdmprinter.def.json @@ -1296,8 +1532,19 @@ msgstr "Preferencia de esquina de costura" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Controlar si las esquinas del contorno del modelo influyen en la posición de la costura. «Ninguno» significa que las esquinas no influyen en la posición de la costura. «Ocultar costura» significa que es probable que la costura se realice en una esquina interior. «Mostrar costura» significa que es probable que la costura se realice en una esquina exterior. «Ocultar o mostrar costura» significa que es probable que la costura se realice en una esquina interior o exterior. «Costura inteligente» permite realizar la costura en ambas esquinas, pero opta con más frecuencia por las esquinas interiores, si resulta oportuno." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Controlar si las esquinas del contorno del modelo influyen en la posición de la costura. «Ninguno» significa que las esquinas no influyen en la posición" +" de la costura. «Ocultar costura» significa que es probable que la costura se realice en una esquina interior. «Mostrar costura» significa que es probable" +" que la costura se realice en una esquina exterior. «Ocultar o mostrar costura» significa que es probable que la costura se realice en una esquina interior" +" o exterior. «Costura inteligente» permite realizar la costura en ambas esquinas, pero opta con más frecuencia por las esquinas interiores, si resulta" +" oportuno." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1331,8 +1578,12 @@ msgstr "Costuras relativas en Z" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Cuando se habilita, las coordenadas de la costura en z son relativas al centro de cada pieza. De lo contrario, las coordenadas definen una posición absoluta en la placa de impresión." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Cuando se habilita, las coordenadas de la costura en z son relativas al centro de cada pieza. De lo contrario, las coordenadas definen una posición absoluta" +" en la placa de impresión." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1351,7 +1602,9 @@ msgstr "Extrusor de la superficie superior del forro" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir el nivel superior del forro. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -1361,7 +1614,9 @@ msgstr "Capas de la superficie superior del forro" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "El número de capas del nivel superior del forro. Normalmente es suficiente con una sola capa para generar superficies superiores con mayor calidad." #: fdmprinter.def.json @@ -1371,7 +1626,9 @@ msgstr "Extrusor superior/inferior" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir el forro superior e inferior. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -1381,7 +1638,9 @@ msgstr "Grosor superior/inferior" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "Grosor de las capas superiores/inferiores en la impresión. Este valor dividido por la altura de la capa define el número de capas superiores/inferiores." #: fdmprinter.def.json @@ -1391,7 +1650,9 @@ msgstr "Grosor superior" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "Grosor de las capas superiores en la impresión. Este valor dividido por la altura de capa define el número de capas superiores." #: fdmprinter.def.json @@ -1401,7 +1662,9 @@ msgstr "Capas superiores" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Número de capas superiores. Al calcularlo por el grosor superior, este valor se redondea a un número entero." #: fdmprinter.def.json @@ -1411,7 +1674,9 @@ msgstr "Grosor inferior" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "Grosor de las capas inferiores en la impresión. Este valor dividido por la altura de capa define el número de capas inferiores." #: fdmprinter.def.json @@ -1421,7 +1686,9 @@ msgstr "Capas inferiores" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Número de capas inferiores. Al calcularlo por el grosor inferior, este valor se redondea a un número entero." #: fdmprinter.def.json @@ -1431,8 +1698,11 @@ msgstr "Capas inferiores iniciales" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." -msgstr "El número de capas inferiores iniciales, desde la capa de impresión hacia arriba. Al calcularlo por el grosor inferior, este valor se redondea a un número entero." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." +msgstr "El número de capas inferiores iniciales, desde la capa de impresión hacia arriba. Al calcularlo por el grosor inferior, este valor se redondea a un número" +" entero." #: fdmprinter.def.json msgctxt "top_bottom_pattern label" @@ -1491,8 +1761,13 @@ msgstr "Conectar polígonos superiores/inferiores" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Conecta las trayectorias de forro superior/inferior cuando están próximas entre sí. Al habilitar este ajuste, en el patrón concéntrico se reduce considerablemente el tiempo de desplazamiento, pero las conexiones pueden producirse en mitad del relleno, con lo que bajaría la calidad de la superficie superior." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Conecta las trayectorias de forro superior/inferior cuando están próximas entre sí. Al habilitar este ajuste, en el patrón concéntrico se reduce considerablemente" +" el tiempo de desplazamiento, pero las conexiones pueden producirse en mitad del relleno, con lo que bajaría la calidad de la superficie superior." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1501,8 +1776,12 @@ msgstr "Orden monotónica superior e inferior" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprime colocando las líneas superior e inferior de modo que siempre se superpongan a las líneas adyacentes en una dirección. Esto lleva un poco más de tiempo de impresión, pero hace que las superficies planas tengan un aspecto más consistente." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprime colocando las líneas superior e inferior de modo que siempre se superpongan a las líneas adyacentes en una dirección. Esto lleva un poco más de" +" tiempo de impresión, pero hace que las superficies planas tengan un aspecto más consistente." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1511,8 +1790,17 @@ msgstr "Direcciones de línea superior/inferior" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Una lista de los valores enteros de las direcciones de línea si las capas superiores e inferiores utilizan líneas o el patrón en zigzag. Los elementos de esta lista se utilizan de forma secuencial a medida que las capas se utilizan y, cuando se alcanza el final, la lista vuelve a comenzar desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía que utiliza los ángulos predeterminados típicos (45 y 135 grados)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Una lista de los valores enteros de las direcciones de línea si las capas superiores e inferiores utilizan líneas o el patrón en zigzag. Los elementos" +" de esta lista se utilizan de forma secuencial a medida que las capas se utilizan y, cuando se alcanza el final, la lista vuelve a comenzar desde el principio." +" Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía que utiliza los" +" ángulos predeterminados típicos (45 y 135 grados)." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1521,8 +1809,15 @@ msgstr "Sin forro en huecos en Z" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Cuando el modelo tiene pequeños huecos verticales de solo unas pocas capas, normalmente suele haber forro alrededor de ellas en el espacio estrecho. Active este ajuste para no generar forro si el hueco vertical es muy pequeño. Esto mejora el tiempo de impresión y de segmentación, pero deja el relleno expuesto al aire." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Cuando el modelo tiene pequeños huecos verticales de solo unas pocas capas, normalmente suele haber forro alrededor de ellas en el espacio estrecho. Active" +" este ajuste para no generar forro si el hueco vertical es muy pequeño. Esto mejora el tiempo de impresión y de segmentación, pero deja el relleno expuesto" +" al aire." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1531,8 +1826,12 @@ msgstr "Recuento de paredes adicionales de forro" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos que comienzan en el material de relleno." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos" +" que comienzan en el material de relleno." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1541,8 +1840,13 @@ msgstr "Habilitar alisado" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Pasar por la superficie superior una vez más, pero esta vez extruyendo muy poco material, para derretir la capa superior del plástico y crear una superficie más lisa. La presión de la cámara en la boquilla se mantiene alta para que los pliegues de la superficie se llenen de material." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Pasar por la superficie superior una vez más, pero esta vez extruyendo muy poco material, para derretir la capa superior del plástico y crear una superficie" +" más lisa. La presión de la cámara en la boquilla se mantiene alta para que los pliegues de la superficie se llenen de material." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1551,7 +1855,9 @@ msgstr "Planchar solo la capa superior" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "Planchar únicamente la última capa de la malla. De este modo se ahorra tiempo si las capas inferiores no requieren un acabado superficial suave." #: fdmprinter.def.json @@ -1581,8 +1887,12 @@ msgstr "Orden de planchado monotónico" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprime colocando las líneas de planchado de modo que siempre se superpongan a las líneas adyacentes en una dirección. Esto lleva un poco más de tiempo de impresión, pero hace que las superficies planas tengan un aspecto más consistente." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprime colocando las líneas de planchado de modo que siempre se superpongan a las líneas adyacentes en una dirección. Esto lleva un poco más de tiempo" +" de impresión, pero hace que las superficies planas tengan un aspecto más consistente." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1601,8 +1911,13 @@ msgstr "Flujo de alisado" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "Cantidad de material (relativa a la línea del forro normal) que se extruye durante el alisado. Dejar la tobera llena permite rellenar algunas grietas de la superficie, pero llenarla demasiado puede provocar la sobrextrusión y afectar a la superficie." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "Cantidad de material (relativa a la línea del forro normal) que se extruye durante el alisado. Dejar la tobera llena permite rellenar algunas grietas de" +" la superficie, pero llenarla demasiado puede provocar la sobrextrusión y afectar a la superficie." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1611,7 +1926,9 @@ msgstr "Inserción de alisado" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "Distancia que debe guardarse desde el borde del modelo. Si se alisa hasta el borde de la malla, puede quedar un borde irregular." #: fdmprinter.def.json @@ -1651,8 +1968,18 @@ msgstr "Porcentaje de superposición del forro" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Ajuste la cantidad de superposición entre las paredes y (los extremos de) las líneas centrales del forro, como un porcentaje de los anchos de las líneas del forro y la pared más profunda. Una ligera superposición permite que las paredes estén firmemente unidas al forro. Tenga en cuenta que, con un mismo ancho de la línea del forro y la pared, cualquier porcentaje superior al 50 % ya puede provocar que cualquier forro sobrepase la pared, debido a que en ese punto la posición de la tobera del extrusor del forro ya puede sobrepasar la mitad de la pared." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Ajuste la cantidad de superposición entre las paredes y (los extremos de) las líneas centrales del forro, como un porcentaje de los anchos de las líneas" +" del forro y la pared más profunda. Una ligera superposición permite que las paredes estén firmemente unidas al forro. Tenga en cuenta que, con un mismo" +" ancho de la línea del forro y la pared, cualquier porcentaje superior al 50 % ya puede provocar que cualquier forro sobrepase la pared, debido a que en" +" ese punto la posición de la tobera del extrusor del forro ya puede sobrepasar la mitad de la pared." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1661,8 +1988,17 @@ msgstr "Superposición del forro" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Ajuste la cantidad de superposición entre las paredes y (los extremos de) las líneas centrales del forro. Una ligera superposición permite que las paredes estén firmemente unidas al forro. Tenga en cuenta que, con un mismo ancho de la línea del forro y la pared, cualquier valor superior a la mitad del ancho de la pared ya puede provocar que cualquier forro sobrepase la pared, debido a que en ese punto la posición de la tobera del extrusor del forro ya puede sobrepasar la mitad de la pared." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Ajuste la cantidad de superposición entre las paredes y (los extremos de) las líneas centrales del forro. Una ligera superposición permite que las paredes" +" estén firmemente unidas al forro. Tenga en cuenta que, con un mismo ancho de la línea del forro y la pared, cualquier valor superior a la mitad del ancho" +" de la pared ya puede provocar que cualquier forro sobrepase la pared, debido a que en ese punto la posición de la tobera del extrusor del forro ya puede" +" sobrepasar la mitad de la pared." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1671,8 +2007,13 @@ msgstr "Anchura de retirada del forro" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "Anchura máxima de las áreas de forro que se deben retirar. Todas las áreas de forro inferiores a este valor desaparecerán. Esto puede contribuir a limitar el tiempo y el material empleados en imprimir el forro superior/inferior en las superficies inclinadas del modelo." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "Anchura máxima de las áreas de forro que se deben retirar. Todas las áreas de forro inferiores a este valor desaparecerán. Esto puede contribuir a limitar" +" el tiempo y el material empleados en imprimir el forro superior/inferior en las superficies inclinadas del modelo." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1681,8 +2022,13 @@ msgstr "Anchura de retirada del forro superior" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "Anchura máxima de las áreas superiores de forro que se deben retirar. Todas las áreas de forro inferiores a este valor desaparecerán. Esto puede contribuir a limitar el tiempo y el material empleados en imprimir el forro superior en las superficies inclinadas del modelo." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "Anchura máxima de las áreas superiores de forro que se deben retirar. Todas las áreas de forro inferiores a este valor desaparecerán. Esto puede contribuir" +" a limitar el tiempo y el material empleados en imprimir el forro superior en las superficies inclinadas del modelo." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1691,8 +2037,13 @@ msgstr "Anchura de retirada del forro inferior" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "Anchura máxima de las áreas inferiores de forro que se deben retirar. Todas las áreas de forro inferiores a este valor desaparecerán. Esto puede contribuir a limitar el tiempo y el material empleados en imprimir el forro inferior en las superficies inclinadas del modelo." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "Anchura máxima de las áreas inferiores de forro que se deben retirar. Todas las áreas de forro inferiores a este valor desaparecerán. Esto puede contribuir" +" a limitar el tiempo y el material empleados en imprimir el forro inferior en las superficies inclinadas del modelo." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1701,8 +2052,12 @@ msgstr "Distancia de expansión del forro" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "La distancia a la que los forros se expanden en el relleno. Los valores superiores hacen que el forro se adhiera mejor al patrón de relleno y que las paredes de las capas vecinas se adhieran mejor al forro. Los valores inferiores ahorran material." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "La distancia a la que los forros se expanden en el relleno. Los valores superiores hacen que el forro se adhiera mejor al patrón de relleno y que las paredes" +" de las capas vecinas se adhieran mejor al forro. Los valores inferiores ahorran material." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1711,8 +2066,13 @@ msgstr "Distancia de expansión del forro superior" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "La distancia a la que los forros superiores se expanden en el relleno. Los valores superiores hacen que el forro se adhiera mejor al patrón de relleno y que las paredes de la capa superior se adhieran mejor al forro. Los valores inferiores ahorran material." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "La distancia a la que los forros superiores se expanden en el relleno. Los valores superiores hacen que el forro se adhiera mejor al patrón de relleno" +" y que las paredes de la capa superior se adhieran mejor al forro. Los valores inferiores ahorran material." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1721,8 +2081,13 @@ msgstr "Distancia de expansión del forro inferior" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "La distancia a la que los forros inferiores se expanden en el relleno. Los valores superiores hacen que el forro se adhiera mejor al patrón de relleno y que el forro se adhiera mejor a las paredes de la capa inferior. Los valores inferiores ahorran material." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "La distancia a la que los forros inferiores se expanden en el relleno. Los valores superiores hacen que el forro se adhiera mejor al patrón de relleno" +" y que el forro se adhiera mejor a las paredes de la capa inferior. Los valores inferiores ahorran material." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1731,8 +2096,17 @@ msgstr "Ángulo máximo de expansión del forro" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "El revestimiento superior e inferior no se expandirá cuando las superficies superior e inferior del objeto tengan un ángulo mayor que este valor. Esto evita la expansión de las pequeñas áreas de revestimiento que se crean cuando la superficie del modelo tiene una pendiente casi vertical. Un ángulo de 0° es horizontal y no provoca la extensión de ningún revestimiento exterior, mientras que un ángulo de 90 ° es vertical y provoca la extensión de todo el revestimiento exterior." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "El revestimiento superior e inferior no se expandirá cuando las superficies superior e inferior del objeto tengan un ángulo mayor que este valor. Esto" +" evita la expansión de las pequeñas áreas de revestimiento que se crean cuando la superficie del modelo tiene una pendiente casi vertical. Un ángulo de" +" 0° es horizontal y no provoca la extensión de ningún revestimiento exterior, mientras que un ángulo de 90 ° es vertical y provoca la extensión de todo" +" el revestimiento exterior." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1741,8 +2115,12 @@ msgstr "Anchura de expansión mínima del forro" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Las áreas de forro más estrechas que este valor no se expanden. Esto evita la expansión de las áreas de forro estrechas que se crean cuando la superficie del modelo tiene una inclinación casi vertical." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Las áreas de forro más estrechas que este valor no se expanden. Esto evita la expansión de las áreas de forro estrechas que se crean cuando la superficie" +" del modelo tiene una inclinación casi vertical." #: fdmprinter.def.json msgctxt "infill label" @@ -1761,7 +2139,8 @@ msgstr "Extrusor del relleno" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir el relleno. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -1781,7 +2160,9 @@ msgstr "Distancia de línea de relleno" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "Distancia entre las líneas de relleno impresas. Este ajuste se calcula por la densidad del relleno y el ancho de la línea de relleno." #: fdmprinter.def.json @@ -1791,8 +2172,18 @@ msgstr "Patrón de relleno" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Patrón del material de relleno de la impresión. El método de llenado en línea y en zigzag cambia de dirección en capas alternas para reducir los costes de material. Los patrones de rejilla, triángulo, trihexágono, cubo, octaédrico, cubo bitruncado, transversal y concéntrico se imprimen en todas las capas por completo. Los rellenos de giroide, cúbico, cúbico bitruncado y octaédrico se alternan en cada capa para lograr una distribución más uniforme de la fuerza en todas las direcciones. El relleno de iluminación intenta minimizar el relleno apoyando solo la parte superior del objeto." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "Patrón del material de relleno de la impresión. El método de llenado en línea y en zigzag cambia de dirección en capas alternas para reducir los costes" +" de material. Los patrones de rejilla, triángulo, trihexágono, cubo, octaédrico, cubo bitruncado, transversal y concéntrico se imprimen en todas las capas" +" por completo. Los rellenos de giroide, cúbico, cúbico bitruncado y octaédrico se alternan en cada capa para lograr una distribución más uniforme de la" +" fuerza en todas las direcciones. El relleno de iluminación intenta minimizar el relleno apoyando solo la parte superior del objeto." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1871,8 +2262,15 @@ msgstr "Conectar líneas de relleno" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Conectar los extremos donde los patrones de relleno se juntan con la pared interior usando una línea que siga la forma de esta. Habilitar este ajuste puede lograr que el relleno se adhiera mejor a las paredes y se reduzca el efecto del relleno sobre la calidad de las superficies verticales. Deshabilitar este ajuste reduce la cantidad de material utilizado." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Conectar los extremos donde los patrones de relleno se juntan con la pared interior usando una línea que siga la forma de esta. Habilitar este ajuste puede" +" lograr que el relleno se adhiera mejor a las paredes y se reduzca el efecto del relleno sobre la calidad de las superficies verticales. Deshabilitar este" +" ajuste reduce la cantidad de material utilizado." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1881,8 +2279,12 @@ msgstr "Conectar polígonos de relleno" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Conectar las trayectorias de polígonos cuando están próximas entre sí. Habilitar esta opción reduce considerablemente el tiempo de desplazamiento en los patrones de relleno que constan de varios polígonos cerrados." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Conectar las trayectorias de polígonos cuando están próximas entre sí. Habilitar esta opción reduce considerablemente el tiempo de desplazamiento en los" +" patrones de relleno que constan de varios polígonos cerrados." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1891,8 +2293,17 @@ msgstr "Direcciones de línea de relleno" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Una lista de los valores enteros de las direcciones de línea. Los elementos de esta lista se utilizan de forma secuencial a medida que las capas se utilizan y, cuando se alcanza el final, la lista vuelve a comenzar desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía que utiliza los ángulos predeterminados típicos (45 y 135 grados para las líneas y los patrones en zigzag y 45 grados para el resto de patrones)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Una lista de los valores enteros de las direcciones de línea. Los elementos de esta lista se utilizan de forma secuencial a medida que las capas se utilizan" +" y, cuando se alcanza el final, la lista vuelve a comenzar desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece" +" entre corchetes. El valor predeterminado es una lista vacía que utiliza los ángulos predeterminados típicos (45 y 135 grados para las líneas y los patrones" +" en zigzag y 45 grados para el resto de patrones)." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1921,7 +2332,10 @@ msgstr "Comienzo de relleno aleatorio" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." msgstr "Determine qué línea de relleno se imprime primero. Esto evita que un segmento se convierta en el más fuerte, pero a expensas de un movimiento adicional." #: fdmprinter.def.json @@ -1931,8 +2345,12 @@ msgstr "Multiplicador de línea de relleno" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Multiplicar cada línea de relleno. Las líneas adicionales no se cruzan entre sí, sino que se evitan entre ellas. Esto consigue un relleno más rígido, pero incrementa el tiempo de impresión y el uso de material." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Multiplicar cada línea de relleno. Las líneas adicionales no se cruzan entre sí, sino que se evitan entre ellas. Esto consigue un relleno más rígido, pero" +" incrementa el tiempo de impresión y el uso de material." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1942,11 +2360,16 @@ msgstr "Recuento de líneas de pared adicional" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Agregar paredes adicionales alrededor del área de relleno. Estas paredes pueden hacer que las líneas del forro superior/inferior se aflojen menos, lo que significa que necesitaría menos capas de forro superior/inferior para obtener la misma calidad utilizando algo más de material.\n" -"Puede utilizar esta función junto a la de Conectar polígonos de relleno para conectar todo el relleno en una única trayectoria de extrusión sin necesidad de desplazamientos ni retracciones si se configura correctamente." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Agregar paredes adicionales alrededor del área de relleno. Estas paredes pueden hacer que las líneas del forro superior/inferior se aflojen menos, lo que" +" significa que necesitaría menos capas de forro superior/inferior para obtener la misma calidad utilizando algo más de material.\nPuede utilizar esta función" +" junto a la de Conectar polígonos de relleno para conectar todo el relleno en una única trayectoria de extrusión sin necesidad de desplazamientos ni retracciones" +" si se configura correctamente." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1955,8 +2378,13 @@ msgstr "Perímetro de la subdivisión cúbica" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Un suplemento al radio desde el centro de cada cubo cuyo fin es comprobar el contorno del modelo para decidir si este cubo debería subdividirse. Cuanto mayor sea su valor, más grueso será el perímetro de cubos pequeños junto al contorno del modelo." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Un suplemento al radio desde el centro de cada cubo cuyo fin es comprobar el contorno del modelo para decidir si este cubo debería subdividirse. Cuanto" +" mayor sea su valor, más grueso será el perímetro de cubos pequeños junto al contorno del modelo." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1965,8 +2393,12 @@ msgstr "Porcentaje de superposición del relleno" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." -msgstr "La cantidad de superposición entre el relleno y las paredes son un porcentaje del ancho de la línea de relleno. Una ligera superposición permite que las paredes estén firmemente unidas al relleno." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." +msgstr "La cantidad de superposición entre el relleno y las paredes son un porcentaje del ancho de la línea de relleno. Una ligera superposición permite que las" +" paredes estén firmemente unidas al relleno." #: fdmprinter.def.json msgctxt "infill_overlap_mm label" @@ -1975,7 +2407,9 @@ msgstr "Superposición del relleno" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "Cantidad de superposición entre el relleno y las paredes. Una ligera superposición permite que las paredes conecten firmemente con el relleno." #: fdmprinter.def.json @@ -1985,8 +2419,12 @@ msgstr "Distancia de pasada de relleno" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "Distancia de un desplazamiento insertado después de cada línea de relleno, para que el relleno se adhiera mejor a las paredes. Esta opción es similar a la superposición del relleno, pero sin extrusión y solo en un extremo de la línea de relleno." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "Distancia de un desplazamiento insertado después de cada línea de relleno, para que el relleno se adhiera mejor a las paredes. Esta opción es similar a" +" la superposición del relleno, pero sin extrusión y solo en un extremo de la línea de relleno." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1995,7 +2433,9 @@ msgstr "Grosor de la capa de relleno" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "Grosor por capa de material de relleno. Este valor siempre debe ser un múltiplo de la altura de la capa y, de lo contrario, se redondea." #: fdmprinter.def.json @@ -2005,8 +2445,12 @@ msgstr "Pasos de relleno necesarios" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "Número de veces necesarias para reducir a la mitad la densidad del relleno a medida que se aleja de las superficies superiores. Las zonas más próximas a las superficies superiores tienen una densidad mayor, hasta alcanzar la densidad de relleno." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "Número de veces necesarias para reducir a la mitad la densidad del relleno a medida que se aleja de las superficies superiores. Las zonas más próximas" +" a las superficies superiores tienen una densidad mayor, hasta alcanzar la densidad de relleno." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2015,7 +2459,8 @@ msgstr "Altura necesaria de los pasos de relleno" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "Altura de un relleno de determinada densidad antes de cambiar a la mitad de la densidad." #: fdmprinter.def.json @@ -2025,8 +2470,13 @@ msgstr "Relleno antes que las paredes" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Imprime el relleno antes de imprimir las paredes. Si se imprimen primero las paredes, estas serán más precisas, pero los voladizos se imprimirán peor. Si se imprime primero el relleno las paredes serán más resistentes, pero el patrón de relleno a veces se nota a través de la superficie." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Imprime el relleno antes de imprimir las paredes. Si se imprimen primero las paredes, estas serán más precisas, pero los voladizos se imprimirán peor." +" Si se imprime primero el relleno las paredes serán más resistentes, pero el patrón de relleno a veces se nota a través de la superficie." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2045,8 +2495,12 @@ msgstr "Soporte de relleno" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Imprimir estructuras de relleno solo cuando se deban soportar las partes superiores del modelo. Habilitar esto reduce el tiempo de impresión y el uso de material, pero ocasiona que la resistencia del objeto no sea uniforme." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Imprimir estructuras de relleno solo cuando se deban soportar las partes superiores del modelo. Habilitar esto reduce el tiempo de impresión y el uso de" +" material, pero ocasiona que la resistencia del objeto no sea uniforme." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2055,8 +2509,12 @@ msgstr "Ángulo de voladizo de relleno" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." -msgstr "El ángulo mínimo de los voladizos internos para los que se agrega relleno. A partir de un valor de 0 º todos los objetos estarán totalmente rellenos, a 90 º no se proporcionará ningún relleno." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." +msgstr "El ángulo mínimo de los voladizos internos para los que se agrega relleno. A partir de un valor de 0 º todos los objetos estarán totalmente rellenos, a" +" 90 º no se proporcionará ningún relleno." #: fdmprinter.def.json msgctxt "skin_edge_support_thickness label" @@ -2085,7 +2543,9 @@ msgstr "Ángulo de sujeción de relleno de iluminación" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Determina cuándo una capa de iluminación tiene que soportar algo por encima de ella. Medido en el ángulo dado el espesor de una capa." #: fdmprinter.def.json @@ -2095,7 +2555,9 @@ msgstr "Ángulo del voladizo de relleno de iluminación" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Determina cuándo una capa de relleno de iluminación tiene que soportar el modelo que está por encima. Medido en el ángulo dado el espesor." #: fdmprinter.def.json @@ -2105,7 +2567,9 @@ msgstr "Ángulo de recorte de relleno de iluminación" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "Los extremos de las líneas de relleno se acortan para ahorrar material. Esta configuración es el ángulo de voladizo de los extremos de estas líneas." #: fdmprinter.def.json @@ -2115,8 +2579,11 @@ msgstr "Ángulo de enderezamiento de iluminación" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Las líneas de relleno se simplifican para ahorrar tiempo al imprimir. Este es el ángulo máximo permitido del voladizo sobre la longitud de la línea de relleno." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." +msgstr "Las líneas de relleno se simplifican para ahorrar tiempo al imprimir. Este es el ángulo máximo permitido del voladizo sobre la longitud de la línea de" +" relleno." #: fdmprinter.def.json msgctxt "material label" @@ -2135,8 +2602,12 @@ msgstr "Temperatura de impresión predeterminada" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "La temperatura predeterminada que se utiliza para imprimir. Debería ser la temperatura básica del material. Las demás temperaturas de impresión deberían calcularse a partir de este valor" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "La temperatura predeterminada que se utiliza para imprimir. Debería ser la temperatura básica del material. Las demás temperaturas de impresión deberían" +" calcularse a partir de este valor" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2145,7 +2616,9 @@ msgstr "Temperatura de volumen de impresión" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "La temperatura del entorno de impresión. Si el valor es 0, la temperatura de volumen de impresión no se ajustará." #: fdmprinter.def.json @@ -2165,7 +2638,9 @@ msgstr "Temperatura de impresión de la capa inicial" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "Temperatura que se usa para imprimir la primera capa. Se ajusta a 0 para desactivar la manipulación especial de la capa inicial." #: fdmprinter.def.json @@ -2175,7 +2650,9 @@ msgstr "Temperatura de impresión inicial" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "La temperatura mínima durante el calentamiento hasta alcanzar la temperatura de impresión a la cual puede comenzar la impresión." #: fdmprinter.def.json @@ -2185,7 +2662,9 @@ msgstr "Temperatura de impresión final" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "La temperatura a la que se puede empezar a enfriar justo antes de finalizar la impresión." #: fdmprinter.def.json @@ -2195,8 +2674,11 @@ msgstr "Modificador de la velocidad de enfriamiento de la extrusión" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." -msgstr "Velocidad adicional a la que se enfría la tobera durante la extrusión. El mismo valor se utiliza para indicar la velocidad de calentamiento perdido cuando se calienta durante la extrusión." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." +msgstr "Velocidad adicional a la que se enfría la tobera durante la extrusión. El mismo valor se utiliza para indicar la velocidad de calentamiento perdido cuando" +" se calienta durante la extrusión." #: fdmprinter.def.json msgctxt "default_material_bed_temperature label" @@ -2205,8 +2687,12 @@ msgstr "Temperatura predeterminada de la placa de impresión" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "La temperatura predeterminada que se utiliza en placa de impresión caliente. Debería ser la temperatura básica de una placa de impresión. Las demás temperaturas de impresión deberían calcularse a partir de este valor" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "La temperatura predeterminada que se utiliza en placa de impresión caliente. Debería ser la temperatura básica de una placa de impresión. Las demás temperaturas" +" de impresión deberían calcularse a partir de este valor" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2215,7 +2701,9 @@ msgstr "Temperatura de la placa de impresión" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "La temperatura utilizada para la placa de impresión caliente. Si el valor es 0, la placa de impresión no se calentará." #: fdmprinter.def.json @@ -2225,7 +2713,9 @@ msgstr "Temperatura de la placa de impresión en la capa inicial" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "Temperatura de la placa de impresión una vez caliente en la primera capa. Si el valor es 0, la placa de impresión no se calentará en la primera capa." #: fdmprinter.def.json @@ -2255,28 +2745,34 @@ msgstr "Factor de escala para la compensación de la contracción" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Para compensar la contracción del material a medida que se enfría, el modelo se escala con este factor." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Factor de escala horizontal para la compensación de la contracción" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Para compensar la contracción del material al enfriarse, el modelo se escala con este factor en la dirección XY (horizontalmente)." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Factor de escala vertical para la compensación de la contracción" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Para compensar la contracción del material al enfriarse, el modelo se escala con este factor en la dirección Z (verticalmente)." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2285,8 +2781,12 @@ msgstr "Material cristalino" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" -msgstr "¿Es este el tipo de material que se desprende limpiamente cuando se calienta (cristalino) o el que produce largas cadenas de polímeros entrelazadas (no cristalino)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" +msgstr "¿Es este el tipo de material que se desprende limpiamente cuando se calienta (cristalino) o el que produce largas cadenas de polímeros entrelazadas (no" +" cristalino)?" #: fdmprinter.def.json msgctxt "material_anti_ooze_retracted_position label" @@ -2305,7 +2805,9 @@ msgstr "Velocidad de retracción antirrezumado" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "Con qué velocidad tiene que retraerse el material durante un cambio de filamento para evitar el rezumado." #: fdmprinter.def.json @@ -2325,7 +2827,9 @@ msgstr "Velocidad de retracción de preparación de rotura" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "Con qué velocidad debe retraerse el filamento justo antes de romperse en una retracción." #: fdmprinter.def.json @@ -2335,7 +2839,9 @@ msgstr "Temperatura de preparación de rotura" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "La temperatura utilizada para purgar el material. Debería ser aproximadamente igual a la temperatura de impresión más alta posible." #: fdmprinter.def.json @@ -2355,7 +2861,8 @@ msgstr "Velocidad de retracción de rotura" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "Velocidad a la que debe retraerse el filamento para que se rompa limpiamente." #: fdmprinter.def.json @@ -2385,7 +2892,9 @@ msgstr "Longitud de purga de descarga" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "La cantidad de material que se va a utilizar para purgar el material que había antes en la tobera (en longitud del filamento) cuando se cambia a otro material." #: fdmprinter.def.json @@ -2395,7 +2904,9 @@ msgstr "Velocidad de purga del extremo del filamento" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "La velocidad de cebado del material después de sustituir una bobina vacía por una bobina nueva del mismo material." #: fdmprinter.def.json @@ -2405,8 +2916,12 @@ msgstr "Longitud de purga del extremo del filamento" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "La cantidad de material que se va a utilizará para purgar el material que había antes en la tobera (en longitud del filamento) al sustituir una bobina vacía por una bobina nueva del mismo material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "La cantidad de material que se va a utilizará para purgar el material que había antes en la tobera (en longitud del filamento) al sustituir una bobina" +" vacía por una bobina nueva del mismo material." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2425,8 +2940,12 @@ msgstr "Factor de desplazamiento sin carga" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Un factor que indica cuánto se comprime el filamento entre el alimentador y la cámara de la boquilla. Se utiliza para determinar cuán lejos debe avanzar el material para cambiar el filamento." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Un factor que indica cuánto se comprime el filamento entre el alimentador y la cámara de la boquilla. Se utiliza para determinar cuán lejos debe avanzar" +" el material para cambiar el filamento." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2435,7 +2954,9 @@ msgstr "Flujo" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Compensación de flujo: la cantidad de material extruido se multiplica por este valor." #: fdmprinter.def.json @@ -2465,7 +2986,8 @@ msgstr "Flujo de pared o paredes interiores" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "Compensación de flujo en líneas de pared para todas las líneas excepto la más externa." #: fdmprinter.def.json @@ -2565,7 +3087,9 @@ msgstr "Flujo de capa inicial" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Compensación de flujo de la primera capa: la cantidad de material extruido de la capa inicial se multiplica por este valor." #: fdmprinter.def.json @@ -2575,7 +3099,9 @@ msgstr "Temperatura en modo de espera" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "Temperatura de la tobera cuando otra se está utilizando en la impresión." #: fdmprinter.def.json @@ -2625,8 +3151,13 @@ msgstr "Velocidad de pared exterior" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "Velocidad a la que se imprimen las paredes exteriores. Imprimir la pared exterior a una velocidad inferior mejora la calidad final del forro. Sin embargo, una gran diferencia entre la velocidad de la pared interior y de la pared exterior afectará negativamente a la calidad." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "Velocidad a la que se imprimen las paredes exteriores. Imprimir la pared exterior a una velocidad inferior mejora la calidad final del forro. Sin embargo," +" una gran diferencia entre la velocidad de la pared interior y de la pared exterior afectará negativamente a la calidad." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2635,8 +3166,12 @@ msgstr "Velocidad de pared interior" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "Velocidad a la que se imprimen todas las paredes interiores. Imprimir la pared interior más rápido que la exterior reduce el tiempo de impresión. Ajustar este valor entre la velocidad de la pared exterior y la velocidad a la que se imprime el relleno puede ir bien." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "Velocidad a la que se imprimen todas las paredes interiores. Imprimir la pared interior más rápido que la exterior reduce el tiempo de impresión. Ajustar" +" este valor entre la velocidad de la pared exterior y la velocidad a la que se imprime el relleno puede ir bien." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2665,8 +3200,12 @@ msgstr "Velocidad de soporte" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "Velocidad a la que se imprime la estructura de soporte. Imprimir el soporte a una mayor velocidad puede reducir considerablemente el tiempo de impresión. La calidad de superficie de la estructura de soporte no es importante, ya que se elimina después de la impresión." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "Velocidad a la que se imprime la estructura de soporte. Imprimir el soporte a una mayor velocidad puede reducir considerablemente el tiempo de impresión." +" La calidad de superficie de la estructura de soporte no es importante, ya que se elimina después de la impresión." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2675,7 +3214,9 @@ msgstr "Velocidad de relleno del soporte" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "Velocidad a la que se rellena el soporte. Imprimir el relleno a una velocidad inferior mejora la estabilidad." #: fdmprinter.def.json @@ -2685,7 +3226,9 @@ msgstr "Velocidad de interfaz del soporte" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "Velocidad a la que se imprimen los techos y suelos del soporte. Imprimirlos a una velocidad inferior puede mejorar la calidad del voladizo." #: fdmprinter.def.json @@ -2695,7 +3238,9 @@ msgstr "Velocidad del techo del soporte" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "Velocidad a la que se imprimen los techos del soporte. Imprimirlos a una velocidad inferior puede mejorar la calidad del voladizo." #: fdmprinter.def.json @@ -2705,8 +3250,11 @@ msgstr "Velocidad del suelo del soporte" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." -msgstr "Velocidad a la que se imprimen los suelos del soporte. Imprimirlos a una velocidad inferior puede mejorar la adhesión del soporte en la parte superior del modelo." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." +msgstr "Velocidad a la que se imprimen los suelos del soporte. Imprimirlos a una velocidad inferior puede mejorar la adhesión del soporte en la parte superior" +" del modelo." #: fdmprinter.def.json msgctxt "speed_prime_tower label" @@ -2715,8 +3263,12 @@ msgstr "Velocidad de la torre auxiliar" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." -msgstr "Velocidad a la que se imprime la torre auxiliar. Imprimir la torre auxiliar a una velocidad inferior puede conseguir más estabilidad si la adherencia entre los diferentes filamentos es insuficiente." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." +msgstr "Velocidad a la que se imprime la torre auxiliar. Imprimir la torre auxiliar a una velocidad inferior puede conseguir más estabilidad si la adherencia entre" +" los diferentes filamentos es insuficiente." #: fdmprinter.def.json msgctxt "speed_travel label" @@ -2735,8 +3287,12 @@ msgstr "Velocidad de capa inicial" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "La velocidad de la capa inicial. Se recomienda un valor más bajo para mejorar la adherencia a la placa de impresión. No influye en las estructuras de adhesión de la placa de impresión en sí, como el borde y la balsa." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "La velocidad de la capa inicial. Se recomienda un valor más bajo para mejorar la adherencia a la placa de impresión. No influye en las estructuras de adhesión" +" de la placa de impresión en sí, como el borde y la balsa." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2745,7 +3301,9 @@ msgstr "Velocidad de impresión de la capa inicial" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "Velocidad de impresión de la capa inicial. Se recomienda un valor más bajo para mejorar la adherencia a la placa de impresión." #: fdmprinter.def.json @@ -2755,8 +3313,13 @@ msgstr "Velocidad de desplazamiento de la capa inicial" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "Velocidad de impresión de la capa inicial. Se recomienda un valor más bajo para evitar que las partes ya impresas se separen de la placa de impresión. El valor de este ajuste se puede calcular automáticamente a partir del ratio entre la velocidad de desplazamiento y la velocidad de impresión." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "Velocidad de impresión de la capa inicial. Se recomienda un valor más bajo para evitar que las partes ya impresas se separen de la placa de impresión." +" El valor de este ajuste se puede calcular automáticamente a partir del ratio entre la velocidad de desplazamiento y la velocidad de impresión." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2765,8 +3328,12 @@ msgstr "Velocidad de falda/borde" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "Velocidad a la que se imprimen la falda y el borde. Normalmente, esto se hace a la velocidad de la capa inicial, pero a veces es posible que se prefiera imprimir la falda o el borde a una velocidad diferente." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "Velocidad a la que se imprimen la falda y el borde. Normalmente, esto se hace a la velocidad de la capa inicial, pero a veces es posible que se prefiera" +" imprimir la falda o el borde a una velocidad diferente." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2775,8 +3342,12 @@ msgstr "Velocidad del salto en Z" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "Velocidad a la que se realiza el movimiento vertical en la dirección Z para los saltos en Z. Suele ser inferior a la velocidad de impresión porque la placa de impresión o el puente de la máquina es más difícil de desplazar." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "Velocidad a la que se realiza el movimiento vertical en la dirección Z para los saltos en Z. Suele ser inferior a la velocidad de impresión porque la placa" +" de impresión o el puente de la máquina es más difícil de desplazar." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2785,18 +3356,31 @@ msgstr "Número de capas más lentas" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "Las primeras capas se imprimen más lentamente que el resto del modelo para obtener una mejor adhesión a la placa de impresión y mejorar la tasa de éxito global de las impresiones. La velocidad aumenta gradualmente en estas capas." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "Las primeras capas se imprimen más lentamente que el resto del modelo para obtener una mejor adhesión a la placa de impresión y mejorar la tasa de éxito" +" global de las impresiones. La velocidad aumenta gradualmente en estas capas." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Proporción de ecualización de flujo" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Factor de corrección del ancho de extrusión basado en la velocidad. Al 0 % de velocidad de movimiento se mantiene constante a la velocidad de impresión." +" Al 100 % de velocidad de movimiento se ajusta para mantener el flujo constante (en mm³/s), es decir, las líneas cuyo ancho es la mitad del ancho normal" +" se imprimen el doble de rápido y las líneas que tienen el doble de ancho se imprimen a la mitad de la velocidad. Un valor superior al 100 % puede ayudar" +" a compensar la mayor presión necesaria para extruir líneas anchas." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2805,7 +3389,9 @@ msgstr "Activar control de aceleración" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "Permite ajustar la aceleración del cabezal de impresión. Aumentar las aceleraciones puede reducir el tiempo de impresión a costa de la calidad de impresión." #: fdmprinter.def.json @@ -2905,7 +3491,9 @@ msgstr "Aceleración de interfaz de soporte" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "Aceleración a la que se imprimen los techos y suelos del soporte. Imprimirlos a una aceleración inferior puede mejorar la calidad del voladizo." #: fdmprinter.def.json @@ -2915,7 +3503,9 @@ msgstr "Aceleración del techo del soporte" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "Aceleración a la que se imprimen los techos del soporte. Imprimirlos a una aceleración inferior puede mejorar la calidad del voladizo." #: fdmprinter.def.json @@ -2925,8 +3515,11 @@ msgstr "Aceleración del suelo del soporte" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." -msgstr "Aceleración a la que se imprimen los suelos del soporte. Imprimirlos a una aceleración inferior puede mejorar la adhesión de soporte en la parte superior del modelo." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." +msgstr "Aceleración a la que se imprimen los suelos del soporte. Imprimirlos a una aceleración inferior puede mejorar la adhesión de soporte en la parte superior" +" del modelo." #: fdmprinter.def.json msgctxt "acceleration_prime_tower label" @@ -2985,8 +3578,12 @@ msgstr "Aceleración de falda/borde" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "Aceleración a la que se imprimen la falda y el borde. Normalmente, esto se hace a la aceleración de la capa inicial, pero a veces es posible que se prefiera imprimir la falda o el borde a una aceleración diferente." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "Aceleración a la que se imprimen la falda y el borde. Normalmente, esto se hace a la aceleración de la capa inicial, pero a veces es posible que se prefiera" +" imprimir la falda o el borde a una aceleración diferente." #: fdmprinter.def.json msgctxt "jerk_enabled label" @@ -2995,8 +3592,12 @@ msgstr "Activar control de impulso" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "Permite ajustar el impulso del cabezal de impresión cuando la velocidad del eje X o Y cambia. Aumentar el impulso puede reducir el tiempo de impresión a costa de la calidad de impresión." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "Permite ajustar el impulso del cabezal de impresión cuando la velocidad del eje X o Y cambia. Aumentar el impulso puede reducir el tiempo de impresión" +" a costa de la calidad de impresión." #: fdmprinter.def.json msgctxt "jerk_print label" @@ -3025,7 +3626,8 @@ msgstr "Impulso de pared" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen las paredes." #: fdmprinter.def.json @@ -3035,7 +3637,9 @@ msgstr "Impulso de pared exterior" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen las paredes exteriores." #: fdmprinter.def.json @@ -3045,7 +3649,9 @@ msgstr "Impulso de pared interior" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen las paredes interiores." #: fdmprinter.def.json @@ -3055,7 +3661,9 @@ msgstr "Impulso de la superficie superior del forro" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprime la capa de la superficie superior del forro." #: fdmprinter.def.json @@ -3065,7 +3673,9 @@ msgstr "Impulso superior/inferior" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen las capas superiores/inferiores." #: fdmprinter.def.json @@ -3075,7 +3685,9 @@ msgstr "Impulso de soporte" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprime la estructura de soporte." #: fdmprinter.def.json @@ -3085,7 +3697,9 @@ msgstr "Impulso de relleno de soporte" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprime el relleno de soporte." #: fdmprinter.def.json @@ -3095,7 +3709,9 @@ msgstr "Impulso de interfaz de soporte" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen los techos y suelos del soporte." #: fdmprinter.def.json @@ -3105,7 +3721,9 @@ msgstr "Impulso del techo del soporte" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen los techos del soporte." #: fdmprinter.def.json @@ -3115,7 +3733,9 @@ msgstr "Impulso del suelo del soporte" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen los suelos del soporte." #: fdmprinter.def.json @@ -3125,7 +3745,9 @@ msgstr "Impulso de la torre auxiliar" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprime la torre auxiliar." #: fdmprinter.def.json @@ -3135,7 +3757,8 @@ msgstr "Impulso de desplazamiento" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "Cambio en la velocidad instantánea máxima a la que realizan los movimientos de desplazamiento." #: fdmprinter.def.json @@ -3155,7 +3778,9 @@ msgstr "Impulso de impresión de capa inicial" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "Cambio en la velocidad instantánea máxima durante la impresión de la capa inicial." #: fdmprinter.def.json @@ -3175,7 +3800,9 @@ msgstr "Impulso de falda/borde" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "Cambio en la velocidad instantánea máxima a la que se imprimen la falta y el borde." #: fdmprinter.def.json @@ -3225,7 +3852,9 @@ msgstr "Velocidad de retracción" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "Velocidad a la que se retrae el filamento y se prepara durante un movimiento de retracción." #: fdmprinter.def.json @@ -3255,7 +3884,9 @@ msgstr "Cantidad de cebado adicional de retracción" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Algunos materiales pueden rezumar durante el movimiento de un desplazamiento, lo cual se puede corregir aquí." #: fdmprinter.def.json @@ -3265,8 +3896,11 @@ msgstr "Desplazamiento mínimo de retracción" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." -msgstr "Distancia mínima de desplazamiento necesario para que no se produzca retracción alguna. Esto ayuda a conseguir un menor número de retracciones en un área pequeña." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." +msgstr "Distancia mínima de desplazamiento necesario para que no se produzca retracción alguna. Esto ayuda a conseguir un menor número de retracciones en un área" +" pequeña." #: fdmprinter.def.json msgctxt "retraction_count_max label" @@ -3275,8 +3909,13 @@ msgstr "Recuento máximo de retracciones" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Este ajuste limita el número de retracciones que ocurren dentro de la ventana de distancia mínima de extrusión. Dentro de esta ventana se ignorarán las demás retracciones. Esto evita retraer repetidamente el mismo trozo de filamento, ya que esto podría aplanar el filamento y causar problemas de desmenuzamiento." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Este ajuste limita el número de retracciones que ocurren dentro de la ventana de distancia mínima de extrusión. Dentro de esta ventana se ignorarán las" +" demás retracciones. Esto evita retraer repetidamente el mismo trozo de filamento, ya que esto podría aplanar el filamento y causar problemas de desmenuzamiento." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3285,8 +3924,13 @@ msgstr "Ventana de distancia mínima de extrusión" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "Ventana en la que se aplica el recuento máximo de retracciones. Este valor debe ser aproximadamente el mismo que la distancia de retracción, lo que limita efectivamente el número de veces que una retracción pasa por el mismo parche de material." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "Ventana en la que se aplica el recuento máximo de retracciones. Este valor debe ser aproximadamente el mismo que la distancia de retracción, lo que limita" +" efectivamente el número de veces que una retracción pasa por el mismo parche de material." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3295,8 +3939,12 @@ msgstr "Limitar las retracciones de soporte" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Omitir la retracción al moverse de soporte a soporte en línea recta. Habilitar este ajuste ahorra tiempo de impresión pero puede ocasionar un encordado excesivo en la estructura de soporte." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Omitir la retracción al moverse de soporte a soporte en línea recta. Habilitar este ajuste ahorra tiempo de impresión pero puede ocasionar un encordado" +" excesivo en la estructura de soporte." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3305,8 +3953,15 @@ msgstr "Modo Peinada" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "La opción de peinada mantiene la tobera dentro de las áreas ya impresas al desplazarse. Esto ocasiona movimientos de desplazamiento ligeramente más largos, pero reduce la necesidad de realizar retracciones. Si se desactiva la opción de peinada, el material se retraerá y la tobera se moverá en línea recta hasta el siguiente punto. Otra posibilidad es evitar la peinada en áreas de forro superiores/inferiores o peinar solo en el relleno." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "La opción de peinada mantiene la tobera dentro de las áreas ya impresas al desplazarse. Esto ocasiona movimientos de desplazamiento ligeramente más largos," +" pero reduce la necesidad de realizar retracciones. Si se desactiva la opción de peinada, el material se retraerá y la tobera se moverá en línea recta" +" hasta el siguiente punto. Otra posibilidad es evitar la peinada en áreas de forro superiores/inferiores o peinar solo en el relleno." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3340,8 +3995,12 @@ msgstr "Distancia de peinada máxima sin retracción" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Si es mayor que cero, los movimientos de desplazamiento de peinada que sean superiores a esta distancia utilizarán retracción. Si se establece como cero, no hay un máximo y los movimientos de peinada no utilizarán la retracción." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Si es mayor que cero, los movimientos de desplazamiento de peinada que sean superiores a esta distancia utilizarán retracción. Si se establece como cero," +" no hay un máximo y los movimientos de peinada no utilizarán la retracción." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3360,7 +4019,9 @@ msgstr "Evitar partes impresas al desplazarse" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "La tobera evita las partes ya impresas al desplazarse. Esta opción solo está disponible cuando se ha activado la opción de peinada." #: fdmprinter.def.json @@ -3370,7 +4031,9 @@ msgstr "Evitar soportes al desplazarse" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "La tobera evita los soportes ya impresos al desplazarse. Esta opción solo está disponible cuando se ha activado la opción de peinada." #: fdmprinter.def.json @@ -3380,7 +4043,9 @@ msgstr "Distancia para evitar al desplazarse" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "Distancia entre la tobera y las partes ya impresas, cuando se evita durante movimientos de desplazamiento." #: fdmprinter.def.json @@ -3390,7 +4055,9 @@ msgstr "X de inicio de capa" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Coordenada X de la posición cerca de donde se encuentra la pieza para comenzar a imprimir cada capa." #: fdmprinter.def.json @@ -3400,7 +4067,9 @@ msgstr "Y de inicio de capa" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Coordenada Y de la posición cerca de donde se encuentra la pieza para comenzar a imprimir cada capa." #: fdmprinter.def.json @@ -3410,8 +4079,13 @@ msgstr "Salto en Z en la retracción" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Siempre que se realiza una retracción, la placa de impresión se baja para crear holgura entre la tobera y la impresión. Impide que la tobera golpee la impresión durante movimientos de desplazamiento, reduciendo las posibilidades de alcanzar la impresión de la placa de impresión." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "Siempre que se realiza una retracción, la placa de impresión se baja para crear holgura entre la tobera y la impresión. Impide que la tobera golpee la" +" impresión durante movimientos de desplazamiento, reduciendo las posibilidades de alcanzar la impresión de la placa de impresión." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3420,8 +4094,11 @@ msgstr "Salto en Z solo en las partes impresas" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Realizar un salto en Z solo al desplazarse por las partes impresas que no puede evitar el movimiento horizontal de la opción Evitar partes impresas al desplazarse." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Realizar un salto en Z solo al desplazarse por las partes impresas que no puede evitar el movimiento horizontal de la opción Evitar partes impresas al" +" desplazarse." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3440,8 +4117,12 @@ msgstr "Salto en Z tras cambio de extrusor" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Cuando la máquina cambia de un extrusor a otro, la placa de impresión se baja para crear holgura entre la tobera y la impresión. Esto impide que el material rezumado quede fuera de la impresión." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Cuando la máquina cambia de un extrusor a otro, la placa de impresión se baja para crear holgura entre la tobera y la impresión. Esto impide que el material" +" rezumado quede fuera de la impresión." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3470,8 +4151,11 @@ msgstr "Activar refrigeración de impresión" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." -msgstr "Habilita ventiladores de refrigeración mientras se imprime. Los ventiladores mejoran la calidad de la impresión en capas con menores tiempos de capas y puentes o voladizos." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." +msgstr "Habilita ventiladores de refrigeración mientras se imprime. Los ventiladores mejoran la calidad de la impresión en capas con menores tiempos de capas y" +" puentes o voladizos." #: fdmprinter.def.json msgctxt "cool_fan_speed label" @@ -3490,8 +4174,12 @@ msgstr "Velocidad normal del ventilador" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "Velocidad a la que giran los ventiladores antes de alcanzar el umbral. Cuando una capa se imprime más rápido que el umbral, la velocidad del ventilador se inclina gradualmente hacia la velocidad máxima del ventilador." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "Velocidad a la que giran los ventiladores antes de alcanzar el umbral. Cuando una capa se imprime más rápido que el umbral, la velocidad del ventilador" +" se inclina gradualmente hacia la velocidad máxima del ventilador." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3500,8 +4188,12 @@ msgstr "Velocidad máxima del ventilador" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "Velocidad a la que giran los ventiladores en el tiempo mínimo de capa. La velocidad del ventilador aumenta gradualmente entre la velocidad normal y máxima del ventilador cuando se alcanza el umbral." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "Velocidad a la que giran los ventiladores en el tiempo mínimo de capa. La velocidad del ventilador aumenta gradualmente entre la velocidad normal y máxima" +" del ventilador cuando se alcanza el umbral." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3510,8 +4202,13 @@ msgstr "Umbral de velocidad normal/máxima del ventilador" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "Tiempo de capa que establece el umbral entre la velocidad normal y la máxima del ventilador. Las capas que se imprimen más despacio que este tiempo utilizan la velocidad de ventilador regular. Para las capas más rápidas el ventilador aumenta la velocidad gradualmente hacia la velocidad máxima del ventilador." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "Tiempo de capa que establece el umbral entre la velocidad normal y la máxima del ventilador. Las capas que se imprimen más despacio que este tiempo utilizan" +" la velocidad de ventilador regular. Para las capas más rápidas el ventilador aumenta la velocidad gradualmente hacia la velocidad máxima del ventilador." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3520,8 +4217,12 @@ msgstr "Velocidad inicial del ventilador" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "Velocidad a la que giran los ventiladores al comienzo de la impresión. En las capas posteriores, la velocidad del ventilador aumenta gradualmente hasta la capa correspondiente a la velocidad normal del ventilador a altura." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "Velocidad a la que giran los ventiladores al comienzo de la impresión. En las capas posteriores, la velocidad del ventilador aumenta gradualmente hasta" +" la capa correspondiente a la velocidad normal del ventilador a altura." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3530,8 +4231,12 @@ msgstr "Velocidad normal del ventilador a altura" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." -msgstr "Altura a la que giran los ventiladores en la velocidad normal del ventilador. En las capas más bajas, la velocidad del ventilador aumenta gradualmente desde la velocidad inicial del ventilador hasta la velocidad normal del ventilador." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." +msgstr "Altura a la que giran los ventiladores en la velocidad normal del ventilador. En las capas más bajas, la velocidad del ventilador aumenta gradualmente" +" desde la velocidad inicial del ventilador hasta la velocidad normal del ventilador." #: fdmprinter.def.json msgctxt "cool_fan_full_layer label" @@ -3540,8 +4245,11 @@ msgstr "Velocidad normal del ventilador por capa" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "Capa en la que los ventiladores giran a velocidad normal del ventilador. Si la velocidad normal del ventilador a altura está establecida, este valor se calcula y redondea a un número entero." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "Capa en la que los ventiladores giran a velocidad normal del ventilador. Si la velocidad normal del ventilador a altura está establecida, este valor se" +" calcula y redondea a un número entero." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3550,8 +4258,15 @@ msgstr "Tiempo mínimo de capa" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "Tiempo mínimo empleado en una capa. Esto fuerza a la impresora a ir más despacio, para emplear al menos el tiempo establecido aquí en una capa. Esto permite que el material impreso se enfríe adecuadamente antes de imprimir la siguiente capa. Es posible que el tiempo para cada capa sea inferior al tiempo mínimo si se desactiva Levantar el cabezal o si la velocidad mínima se ve modificada de otro modo." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "Tiempo mínimo empleado en una capa. Esto fuerza a la impresora a ir más despacio, para emplear al menos el tiempo establecido aquí en una capa. Esto permite" +" que el material impreso se enfríe adecuadamente antes de imprimir la siguiente capa. Es posible que el tiempo para cada capa sea inferior al tiempo mínimo" +" si se desactiva Levantar el cabezal o si la velocidad mínima se ve modificada de otro modo." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3560,8 +4275,12 @@ msgstr "Velocidad mínima" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "Velocidad de impresión mínima, a pesar de ir más despacio debido al tiempo mínimo de capa. Cuando la impresora vaya demasiado despacio, la presión de la tobera puede ser demasiado baja y resultar en una impresión de mala calidad." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "Velocidad de impresión mínima, a pesar de ir más despacio debido al tiempo mínimo de capa. Cuando la impresora vaya demasiado despacio, la presión de la" +" tobera puede ser demasiado baja y resultar en una impresión de mala calidad." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3570,8 +4289,12 @@ msgstr "Levantar el cabezal" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Cuando se alcanza la velocidad mínima debido al tiempo mínimo de capa, levante el cabezal de la impresión y espere el tiempo adicional hasta que se alcance el tiempo mínimo de capa." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Cuando se alcanza la velocidad mínima debido al tiempo mínimo de capa, levante el cabezal de la impresión y espere el tiempo adicional hasta que se alcance" +" el tiempo mínimo de capa." #: fdmprinter.def.json msgctxt "support label" @@ -3590,7 +4313,9 @@ msgstr "Generar soporte" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Generar estructuras para soportar piezas del modelo que tengan voladizos. Sin estas estructuras, estas piezas se romperían durante la impresión." #: fdmprinter.def.json @@ -3600,7 +4325,9 @@ msgstr "Extrusor del soporte" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "El tren extrusor que se utiliza para imprimir el soporte. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -3610,7 +4337,9 @@ msgstr "Extrusor del relleno de soporte" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir el relleno del soporte. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -3620,7 +4349,9 @@ msgstr "Extrusor del soporte de la primera capa" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir la primera capa del relleno de soporte. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -3630,7 +4361,9 @@ msgstr "Extrusor de la interfaz de soporte" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir los techos y suelos del soporte. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -3640,7 +4373,9 @@ msgstr "Extrusor del techo del soporte" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir los techos del soporte. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -3650,7 +4385,9 @@ msgstr "Extrusor del suelo del soporte" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir los suelos del soporte. Se emplea en la extrusión múltiple." #: fdmprinter.def.json @@ -3660,8 +4397,16 @@ msgstr "Estructura de soporte" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Elige entre las técnicas disponibles para generar soporte. El soporte \"Normal\" crea una estructura de soporte directamente debajo de las partes en voladizo y lleva estas áreas hacia abajo. El soporte en \"Árbol\" crea ramas en las áreas en voladizo que sostienen el modelo al final de estas ramas y permite que las ramas se arrastren alrededor del modelo para sostenerlo tanto como sea posible en la placa de impresión." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Elige entre las técnicas disponibles para generar soporte. El soporte \"Normal\" crea una estructura de soporte directamente debajo de las partes en voladizo" +" y lleva estas áreas hacia abajo. El soporte en \"Árbol\" crea ramas en las áreas en voladizo que sostienen el modelo al final de estas ramas y permite" +" que las ramas se arrastren alrededor del modelo para sostenerlo tanto como sea posible en la placa de impresión." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3680,7 +4425,9 @@ msgstr "Ángulo de las ramas del soporte en árbol" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "El ángulo de las ramas. Utilice un ángulo inferior para que sean más verticales y estables. Utilice un ángulo superior para poder tener más alcance." #: fdmprinter.def.json @@ -3690,8 +4437,12 @@ msgstr "Distancia de las ramas del soporte en árbol" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Qué separación deben tener las ramas cuando tocan el modelo. Reducir esta distancia ocasionará que el soporte en árbol toque el modelo en más puntos, produciendo mejor cobertura pero dificultando la tarea de retirar el soporte." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "Qué separación deben tener las ramas cuando tocan el modelo. Reducir esta distancia ocasionará que el soporte en árbol toque el modelo en más puntos, produciendo" +" mejor cobertura pero dificultando la tarea de retirar el soporte." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3700,8 +4451,11 @@ msgstr "Diámetro de las ramas del soporte en árbol" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." -msgstr "El diámetro de las ramas más finas del soporte en árbol. Cuanto más gruesas sean las ramas, más robustas serán. Las ramas que estén cerca de la base serán más gruesas que esto." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." +msgstr "El diámetro de las ramas más finas del soporte en árbol. Cuanto más gruesas sean las ramas, más robustas serán. Las ramas que estén cerca de la base serán" +" más gruesas que esto." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle label" @@ -3710,8 +4464,13 @@ msgstr "Ángulo de diámetro de las ramas del soporte en árbol" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "El ángulo del diámetro de las ramas es gradualmente más alto según se acercan a la base. Un ángulo de 0 ocasionará que las ramas tengan un grosor uniforme en toda su longitud. Un poco de ángulo puede aumentar la estabilidad del soporte en árbol." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "El ángulo del diámetro de las ramas es gradualmente más alto según se acercan a la base. Un ángulo de 0 ocasionará que las ramas tengan un grosor uniforme" +" en toda su longitud. Un poco de ángulo puede aumentar la estabilidad del soporte en árbol." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3720,8 +4479,12 @@ msgstr "Resolución de colisión del soporte en árbol" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Resolución para computar colisiones para evitar golpear el modelo. Establecer un ajuste bajo producirá árboles más precisos que producen fallos con menor frecuencia, pero aumenta significativamente el tiempo de fragmentación." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Resolución para computar colisiones para evitar golpear el modelo. Establecer un ajuste bajo producirá árboles más precisos que producen fallos con menor" +" frecuencia, pero aumenta significativamente el tiempo de fragmentación." #: fdmprinter.def.json msgctxt "support_type label" @@ -3730,8 +4493,12 @@ msgstr "Colocación del soporte" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Ajusta la colocación de las estructuras del soporte. La colocación se puede establecer tocando la placa de impresión o en todas partes. Cuando se establece en todas partes, las estructuras del soporte también se imprimirán en el modelo." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Ajusta la colocación de las estructuras del soporte. La colocación se puede establecer tocando la placa de impresión o en todas partes. Cuando se establece" +" en todas partes, las estructuras del soporte también se imprimirán en el modelo." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3750,8 +4517,11 @@ msgstr "Ángulo de voladizo del soporte" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." -msgstr "Ángulo mínimo de los voladizos para los que se agrega soporte. A partir de un valor de 0º todos los voladizos tendrán soporte, a 90º no se proporcionará ningún soporte." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." +msgstr "Ángulo mínimo de los voladizos para los que se agrega soporte. A partir de un valor de 0º todos los voladizos tendrán soporte, a 90º no se proporcionará" +" ningún soporte." #: fdmprinter.def.json msgctxt "support_pattern label" @@ -3760,7 +4530,9 @@ msgstr "Patrón del soporte" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Patrón de las estructuras del soporte de la impresión. Las diferentes opciones disponibles dan como resultado un soporte robusto o fácil de retirar." #: fdmprinter.def.json @@ -3805,8 +4577,12 @@ msgstr "Recuento de líneas de pared del soporte" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "El número de paredes con las que el soporte rodea el relleno. Añadir una pared puede hacer que la impresión de soporte sea más fiable y pueda soportar mejor los voladizos pero aumenta el tiempo de impresión y el material utilizado." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "El número de paredes con las que el soporte rodea el relleno. Añadir una pared puede hacer que la impresión de soporte sea más fiable y pueda soportar" +" mejor los voladizos pero aumenta el tiempo de impresión y el material utilizado." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3815,8 +4591,12 @@ msgstr "Conectar líneas del soporte" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Unión de los extremos de las líneas de soporte. Al habilitar este ajuste, puede conseguir que el soporte sea más sólido y reducir la infraextrusión, pero se necesitará más material." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Unión de los extremos de las líneas de soporte. Al habilitar este ajuste, puede conseguir que el soporte sea más sólido y reducir la infraextrusión, pero" +" se necesitará más material." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3825,7 +4605,9 @@ msgstr "Conectar zigzags del soporte" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Conectar los zigzags. Esto aumentará la resistencia de la estructura del soporte de zigzag." #: fdmprinter.def.json @@ -3835,7 +4617,9 @@ msgstr "Densidad del soporte" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Ajusta la densidad de la estructura del soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar." #: fdmprinter.def.json @@ -3845,7 +4629,9 @@ msgstr "Distancia de línea del soporte" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "Distancia entre las líneas de estructuras del soporte impresas. Este ajuste se calcula por la densidad del soporte." #: fdmprinter.def.json @@ -3855,7 +4641,9 @@ msgstr "Distancia de línea del soporte de la capa inicial" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Distancia entre las líneas de estructuras del soporte de la capa inicial impresas. Este ajuste se calcula por la densidad del soporte." #: fdmprinter.def.json @@ -3865,8 +4653,15 @@ msgstr "Dirección de línea de relleno de soporte" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se usa el ángulo predeterminado de 0 grados." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan" +" las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la" +" lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se usa el ángulo predeterminado de 0 grados." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3875,8 +4670,12 @@ msgstr "Habilitar borde de soporte" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Genera un borde dentro de las zonas de relleno del soporte de la primera capa. Este borde se imprime por debajo del soporte y no a su alrededor. Si habilita esta configuración aumentará la adhesión del soporte a la placa de impresión." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Genera un borde dentro de las zonas de relleno del soporte de la primera capa. Este borde se imprime por debajo del soporte y no a su alrededor. Si habilita" +" esta configuración aumentará la adhesión del soporte a la placa de impresión." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3885,8 +4684,11 @@ msgstr "Ancho del borde de soporte" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." -msgstr "Anchura del borde de impresión que se imprime por debajo del soporte. Una anchura de soporte amplia mejora la adhesión a la placa de impresión, pero requieren material adicional." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." +msgstr "Anchura del borde de impresión que se imprime por debajo del soporte. Una anchura de soporte amplia mejora la adhesión a la placa de impresión, pero requieren" +" material adicional." #: fdmprinter.def.json msgctxt "support_brim_line_count label" @@ -3895,7 +4697,9 @@ msgstr "Recuento de líneas del borde de soporte" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "Número de líneas utilizadas para el borde de soporte. Más líneas de borde mejoran la adhesión a la placa de impresión, pero requieren material adicional." #: fdmprinter.def.json @@ -3905,8 +4709,12 @@ msgstr "Distancia en Z del soporte" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "Distancia desde la parte superior/inferior de la estructura de soporte a la impresión. Este hueco ofrece holgura para retirar los soportes tras imprimir el modelo. Este valor se redondea hacia el múltiplo de la altura de la capa." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "Distancia desde la parte superior/inferior de la estructura de soporte a la impresión. Este hueco ofrece holgura para retirar los soportes tras imprimir" +" el modelo. Este valor se redondea hacia el múltiplo de la altura de la capa." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3945,8 +4753,14 @@ msgstr "Prioridad de las distancias del soporte" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Elija si quiere que la distancia X/Y del soporte prevalezca sobre la distancia Z del soporte o viceversa. Si X/Y prevalece sobre Z, la distancia X/Y puede separar el soporte del modelo, lo que afectaría a la distancia Z real con respecto al voladizo. Esta opción puede desactivarse si la distancia X/Y no se aplica a los voladizos." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Elija si quiere que la distancia X/Y del soporte prevalezca sobre la distancia Z del soporte o viceversa. Si X/Y prevalece sobre Z, la distancia X/Y puede" +" separar el soporte del modelo, lo que afectaría a la distancia Z real con respecto al voladizo. Esta opción puede desactivarse si la distancia X/Y no" +" se aplica a los voladizos." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3965,7 +4779,8 @@ msgstr "Distancia X/Y mínima del soporte" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Distancia de la estructura de soporte desde el voladizo en las direcciones X/Y." #: fdmprinter.def.json @@ -3975,8 +4790,13 @@ msgstr "Altura del escalón de la escalera del soporte" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "Altura de los escalones de la parte inferior de la escalera del soporte que descansa sobre el modelo. Un valor más bajo hace que el soporte sea difícil de retirar pero valores demasiado altos pueden producir estructuras del soporte inestables. Configúrelo en cero para desactivar el comportamiento de escalera." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "Altura de los escalones de la parte inferior de la escalera del soporte que descansa sobre el modelo. Un valor más bajo hace que el soporte sea difícil" +" de retirar pero valores demasiado altos pueden producir estructuras del soporte inestables. Configúrelo en cero para desactivar el comportamiento de escalera." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3985,8 +4805,12 @@ msgstr "Ancho máximo del escalón de la escalera del soporte" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "Ancho máximo de los escalones de la parte inferior de la escalera del soporte que descansa sobre el modelo. Un valor más bajo hace que el soporte sea difícil de retirar pero valores demasiado altos pueden producir estructuras del soporte inestables." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "Ancho máximo de los escalones de la parte inferior de la escalera del soporte que descansa sobre el modelo. Un valor más bajo hace que el soporte sea difícil" +" de retirar pero valores demasiado altos pueden producir estructuras del soporte inestables." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3995,8 +4819,13 @@ msgstr "Ángulo de pendiente mínimo del escalón de la escalera de soporte" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "La pendiente mínima de la zona para un efecto del escalón de la escalera de soporte. Los valores más bajos deberían facilitar la extracción del soporte en pendientes poco profundas, pero los valores muy bajos pueden dar resultados realmente contradictorios en otras partes del modelo." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "La pendiente mínima de la zona para un efecto del escalón de la escalera de soporte. Los valores más bajos deberían facilitar la extracción del soporte" +" en pendientes poco profundas, pero los valores muy bajos pueden dar resultados realmente contradictorios en otras partes del modelo." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4005,8 +4834,12 @@ msgstr "Distancia de unión del soporte" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "Distancia máxima entre las estructuras del soporte en las direcciones X/Y. Cuando las estructuras separadas están más cerca entre sí que este valor, se combinan en una." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "Distancia máxima entre las estructuras del soporte en las direcciones X/Y. Cuando las estructuras separadas están más cerca entre sí que este valor, se" +" combinan en una." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4015,8 +4848,11 @@ msgstr "Expansión horizontal del soporte" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." -msgstr "Cantidad de desplazamiento aplicado a todos los polígonos de cada capa. Los valores positivos pueden suavizar las áreas del soporte y producir un soporte más robusto." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "Cantidad de desplazamiento aplicado a todos los polígonos de cada capa. Los valores positivos pueden suavizar las áreas del soporte y producir un soporte" +" más robusto." #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness label" @@ -4025,7 +4861,9 @@ msgstr "Grosor de la capa de relleno de soporte" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "Grosor por capa de material de relleno de soporte. Este valor siempre debe ser un múltiplo de la altura de la capa; de lo contrario, se redondea." #: fdmprinter.def.json @@ -4035,8 +4873,12 @@ msgstr "Escalones de relleno de soporte" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Número de veces necesarias para reducir a la mitad la densidad del relleno de soporte a medida que se aleja de las superficies superiores. Las zonas más próximas a las superficies superiores tienen una densidad mayor, hasta alcanzar la densidad de relleno de soporte." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Número de veces necesarias para reducir a la mitad la densidad del relleno de soporte a medida que se aleja de las superficies superiores. Las zonas más" +" próximas a las superficies superiores tienen una densidad mayor, hasta alcanzar la densidad de relleno de soporte." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4045,7 +4887,9 @@ msgstr "Altura necesaria de los escalones de relleno de soporte" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "Altura del relleno de soporte de una determinada densidad antes de cambiar a la mitad de la densidad." #: fdmprinter.def.json @@ -4055,7 +4899,9 @@ msgstr "Área del soporte mínima" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Tamaño del área mínima para los polígonos del soporte. No se generarán polígonos que posean un área de menor tamaño que este valor." #: fdmprinter.def.json @@ -4065,8 +4911,12 @@ msgstr "Habilitar interfaz del soporte" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Genera una gruesa interfaz entre el modelo y el soporte. De esta forma, se crea un forro en la parte superior del soporte, donde se imprime el modelo, y en la parte inferior del soporte, donde se apoya el modelo." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Genera una gruesa interfaz entre el modelo y el soporte. De esta forma, se crea un forro en la parte superior del soporte, donde se imprime el modelo," +" y en la parte inferior del soporte, donde se apoya el modelo." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4075,7 +4925,9 @@ msgstr "Habilitar techo del soporte" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Genere una placa densa de material entre la parte superior del soporte y el modelo. Esto creará un forro entre el modelo y el soporte." #: fdmprinter.def.json @@ -4085,7 +4937,9 @@ msgstr "Habilitar suelo del soporte" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Genere una placa densa de material entre la parte inferior del soporte y el modelo. Esto creará un forro entre el modelo y el soporte." #: fdmprinter.def.json @@ -4095,7 +4949,9 @@ msgstr "Grosor de la interfaz del soporte" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "Grosor de la interfaz del soporte donde toca con el modelo, ya sea en la parte superior o inferior." #: fdmprinter.def.json @@ -4105,7 +4961,9 @@ msgstr "Grosor del techo del soporte" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "Grosor de los techos del soporte. Este valor controla el número de capas densas en la parte superior del soporte, donde apoya el modelo." #: fdmprinter.def.json @@ -4115,7 +4973,9 @@ msgstr "Grosor del suelo del soporte" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "Grosor de los suelos del soporte. Este valor controla el número de capas densas que se imprimen en las partes superiores de un modelo, donde apoya el soporte." #: fdmprinter.def.json @@ -4125,8 +4985,14 @@ msgstr "Resolución de la interfaz de soporte" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "A la hora de comprobar si existe un modelo por encima y por debajo del soporte, tome las medidas de la altura determinada. Reducir los valores hará que se segmente más despacio, mientras que valores más altos pueden provocar que el soporte normal se imprima en lugares en los que debería haber una interfaz de soporte." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "A la hora de comprobar si existe un modelo por encima y por debajo del soporte, tome las medidas de la altura determinada. Reducir los valores hará que" +" se segmente más despacio, mientras que valores más altos pueden provocar que el soporte normal se imprima en lugares en los que debería haber una interfaz" +" de soporte." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4135,8 +5001,12 @@ msgstr "Densidad de la interfaz de soporte" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Ajusta la densidad de los techos y suelos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Ajusta la densidad de los techos y suelos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más" +" difíciles de retirar." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4145,7 +5015,9 @@ msgstr "Densidad del techo del soporte" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Densidad de los techos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar." #: fdmprinter.def.json @@ -4155,7 +5027,9 @@ msgstr "Distancia de línea del techo del soporte" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." msgstr "Distancia entre las líneas de techo de soporte impresas. Este ajuste se calcula por la densidad del techo del soporte pero se puede ajustar de forma independiente." #: fdmprinter.def.json @@ -4165,7 +5039,9 @@ msgstr "Densidad del suelo del soporte" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "Densidad de los suelos de la estructura de soporte. Un valor superior da como resultado una mejor adhesión del soporte en la parte superior del modelo." #: fdmprinter.def.json @@ -4175,7 +5051,9 @@ msgstr "Distancia de línea del suelo de soporte" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "Distancia entre las líneas de suelo de soporte impresas. Este ajuste se calcula por la densidad del suelo del soporte pero se puede ajustar de forma independiente." #: fdmprinter.def.json @@ -4185,7 +5063,9 @@ msgstr "Patrón de la interfaz de soporte" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "Patrón con el que se imprime la interfaz de soporte con el modelo." #: fdmprinter.def.json @@ -4290,8 +5170,11 @@ msgstr "Área de la interfaz de soporte mínima" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Tamaño del área mínima para los polígonos de la interfaz de soporte. Los polígonos que posean un área de menor tamaño que este valor se imprimirán como soporte normal." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." +msgstr "Tamaño del área mínima para los polígonos de la interfaz de soporte. Los polígonos que posean un área de menor tamaño que este valor se imprimirán como" +" soporte normal." #: fdmprinter.def.json msgctxt "minimum_roof_area label" @@ -4300,7 +5183,9 @@ msgstr "Área de los techos del soporte mínima" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Tamaño del área mínima para los techos del soporte. Los polígonos que posean un área de menor tamaño que este valor se imprimirán como soporte normal." #: fdmprinter.def.json @@ -4310,7 +5195,9 @@ msgstr "Área de los suelos del soporte mínima" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Tamaño del área mínima para los suelos del soporte. Los polígonos que posean un área de menor tamaño que este valor se imprimirán como soporte normal." #: fdmprinter.def.json @@ -4350,8 +5237,17 @@ msgstr "Direcciones de línea de interfaz de soporte" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se utilizan los ángulos estándar (que varían entre 45 y 135 grados si las interfaces son bastante gruesas o de 90 grados en otro caso)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan" +" las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la" +" lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se utilizan los ángulos estándar (que varían entre 45" +" y 135 grados si las interfaces son bastante gruesas o de 90 grados en otro caso)." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4360,8 +5256,17 @@ msgstr "Direcciones de línea del techo de soporte" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se utilizan los ángulos estándar (que varían entre 45 y 135 grados si las interfaces son bastante gruesas o de 90 grados en otro caso)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan" +" las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la" +" lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se utilizan los ángulos estándar (que varían entre 45" +" y 135 grados si las interfaces son bastante gruesas o de 90 grados en otro caso)." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4370,8 +5275,17 @@ msgstr "Direcciones de línea del suelo de soporte" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se utilizan los ángulos estándar (que varían entre 45 y 135 grados si las interfaces son bastante gruesas o de 90 grados en otro caso)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Una lista de los valores enteros de las direcciones de línea que se van a utilizar. Los elementos de la lista se usan secuencialmente a medida que avanzan" +" las capas y cuando se alcanza el final de la lista, comienza de nuevo desde el principio. Los elementos de la lista están separados por comas y toda la" +" lista aparece entre corchetes. El valor predeterminado es una lista vacía, lo que significa que se utilizan los ángulos estándar (que varían entre 45" +" y 135 grados si las interfaces son bastante gruesas o de 90 grados en otro caso)." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4380,8 +5294,11 @@ msgstr "Alteración de velocidad del ventilador" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." -msgstr "Al habilitar esta opción, la velocidad del ventilador de enfriamiento de impresión cambia para las áreas de forro que se encuentran inmediatamente encima del soporte." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." +msgstr "Al habilitar esta opción, la velocidad del ventilador de enfriamiento de impresión cambia para las áreas de forro que se encuentran inmediatamente encima" +" del soporte." #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" @@ -4390,8 +5307,11 @@ msgstr "Velocidad del ventilador para forro con soporte" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Porcentaje para la velocidad de ventilador que se utiliza al imprimir las áreas del forro que se encuentran inmediatamente encima del soporte. Si utiliza una velocidad alta para el ventilador, será más fácil retirar el soporte." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Porcentaje para la velocidad de ventilador que se utiliza al imprimir las áreas del forro que se encuentran inmediatamente encima del soporte. Si utiliza" +" una velocidad alta para el ventilador, será más fácil retirar el soporte." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4400,8 +5320,12 @@ msgstr "Usar torres" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Usa torres especializadas como soporte de pequeñas áreas de voladizo. Estas torres tienen un diámetro mayor que la región que soportan. El diámetro de las torres disminuye cerca del voladizo, formando un techo." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Usa torres especializadas como soporte de pequeñas áreas de voladizo. Estas torres tienen un diámetro mayor que la región que soportan. El diámetro de" +" las torres disminuye cerca del voladizo, formando un techo." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4420,7 +5344,9 @@ msgstr "Diámetro máximo soportado por la torre" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "Diámetro máximo en las direcciones X/Y de una pequeña área que debe ser soportada por una torre de soporte especializada." #: fdmprinter.def.json @@ -4430,8 +5356,11 @@ msgstr "Ángulo del techo de la torre" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." -msgstr "Ángulo del techo superior de una torre. Un valor más alto da como resultado techos de torre en punta, un valor más bajo da como resultado techos de torre planos." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." +msgstr "Ángulo del techo superior de una torre. Un valor más alto da como resultado techos de torre en punta, un valor más bajo da como resultado techos de torre" +" planos." #: fdmprinter.def.json msgctxt "support_mesh_drop_down label" @@ -4440,7 +5369,9 @@ msgstr "Malla de soporte desplegable" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Disponga un soporte en todas partes por debajo de la malla de soporte, para que no haya voladizo en la malla de soporte." #: fdmprinter.def.json @@ -4450,7 +5381,9 @@ msgstr "La escena tiene mallas de soporte" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Hay mallas de soporte presentes en la escena. Esta configuración está controlada por Cura." #: fdmprinter.def.json @@ -4470,8 +5403,13 @@ msgstr "Activar gotas de cebado" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Si cebar el filamento con una gota antes de imprimir. Al activar este ajuste se garantiza que el extrusor tendrá material listo en la tobera antes de imprimir. La impresión de borde o falda puede actuar como cebado también, en este caso ahorrará tiempo al desactivar este ajuste." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Si cebar el filamento con una gota antes de imprimir. Al activar este ajuste se garantiza que el extrusor tendrá material listo en la tobera antes de imprimir." +" La impresión de borde o falda puede actuar como cebado también, en este caso ahorrará tiempo al desactivar este ajuste." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4480,7 +5418,9 @@ msgstr "Posición de preparación del extrusor sobre el eje X" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Coordenada X de la posición en la que la tobera se coloca al inicio de la impresión." #: fdmprinter.def.json @@ -4490,7 +5430,9 @@ msgstr "Posición de preparación del extrusor sobre el eje Y" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Coordenada Y de la posición en la que la tobera se coloca al inicio de la impresión." #: fdmprinter.def.json @@ -4500,8 +5442,15 @@ msgstr "Tipo adherencia de la placa de impresión" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Opciones diferentes que ayudan a mejorar tanto la extrusión como la adherencia a la placa de impresión. El borde agrega una zona plana de una sola capa alrededor de la base del modelo para impedir que se deforme. La balsa agrega una rejilla gruesa con un techo por debajo del modelo. La falda es una línea impresa alrededor del modelo, pero que no está conectada al modelo." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Opciones diferentes que ayudan a mejorar tanto la extrusión como la adherencia a la placa de impresión. El borde agrega una zona plana de una sola capa" +" alrededor de la base del modelo para impedir que se deforme. La balsa agrega una rejilla gruesa con un techo por debajo del modelo. La falda es una línea" +" impresa alrededor del modelo, pero que no está conectada al modelo." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4530,48 +5479,58 @@ msgstr "Extrusor de adherencia de la placa de impresión" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "El tren extrusor que se utiliza para imprimir la falda/borde/balsa. Se emplea en la extrusión múltiple." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Extrusor de falda o borde" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "El tren extrusor que se utiliza para imprimir la falda o el borde. Se emplea en la extrusión múltiple." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Extrusor base de la balsa" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "El tren extrusor que se utiliza para imprimir la primera capa de la balsa. Se emplea en la extrusión múltiple." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Extrusor medio de la balsa" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "El tren extrusor que se utiliza para imprimir la capa media de la balsa. Se emplea en la extrusión múltiple." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Extrusor superior de la balsa" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "El tren extrusor que se utiliza para imprimir la capa o capas superiores de la balsa. Se emplea en la extrusión múltiple." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4580,7 +5539,9 @@ msgstr "Recuento de líneas de falda" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "Líneas de falda múltiples sirven para preparar la extrusión mejor para modelos pequeños. Con un ajuste de 0 se desactivará la falda." #: fdmprinter.def.json @@ -4592,10 +5553,10 @@ msgstr "Distancia de falda" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"La distancia horizontal entre la falda y la primera capa de la impresión.\n" -"Se trata de la distancia mínima. Múltiples líneas de falda se extenderán hacia el exterior a partir de esta distancia." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "La distancia horizontal entre la falda y la primera capa de la impresión.\nSe trata de la distancia mínima. Múltiples líneas de falda se extenderán hacia" +" el exterior a partir de esta distancia." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4604,8 +5565,13 @@ msgstr "Longitud mínima de falda/borde" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "La longitud mínima de la falda o el borde. Si el número de líneas de falda o borde no alcanza esta longitud, se agregarán más líneas de falda o borde hasta alcanzar esta longitud mínima. Nota: Si el número de líneas está establecido en 0, esto se ignora." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "La longitud mínima de la falda o el borde. Si el número de líneas de falda o borde no alcanza esta longitud, se agregarán más líneas de falda o borde hasta" +" alcanzar esta longitud mínima. Nota: Si el número de líneas está establecido en 0, esto se ignora." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4614,8 +5580,12 @@ msgstr "Ancho del borde" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." -msgstr "Distancia desde el modelo hasta la línea del borde exterior. Un borde mayor mejora la adhesión a la plataforma de impresión, pero también reduce el área de impresión efectiva." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." +msgstr "Distancia desde el modelo hasta la línea del borde exterior. Un borde mayor mejora la adhesión a la plataforma de impresión, pero también reduce el área" +" de impresión efectiva." #: fdmprinter.def.json msgctxt "brim_line_count label" @@ -4624,8 +5594,11 @@ msgstr "Recuento de líneas de borde" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." -msgstr "Número de líneas utilizadas para un borde. Más líneas de borde mejoran la adhesión a la plataforma de impresión, pero también reducen el área de impresión efectiva." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." +msgstr "Número de líneas utilizadas para un borde. Más líneas de borde mejoran la adhesión a la plataforma de impresión, pero también reducen el área de impresión" +" efectiva." #: fdmprinter.def.json msgctxt "brim_gap label" @@ -4634,8 +5607,12 @@ msgstr "Distancia del borde" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "La distancia horizontal entre la primera línea de borde y el contorno de la primera capa de la impresión. Un pequeño orificio puede facilitar la eliminación del borde al tiempo que proporciona ventajas térmicas." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "La distancia horizontal entre la primera línea de borde y el contorno de la primera capa de la impresión. Un pequeño orificio puede facilitar la eliminación" +" del borde al tiempo que proporciona ventajas térmicas." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4644,8 +5621,12 @@ msgstr "Sustituir soporte por borde" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Aplica la impresión de un borde alrededor del modelo, aunque en esa posición debiera estar el soporte. Sustituye algunas áreas de la primera capa de soporte por áreas de borde." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Aplica la impresión de un borde alrededor del modelo, aunque en esa posición debiera estar el soporte. Sustituye algunas áreas de la primera capa de soporte" +" por áreas de borde." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4654,8 +5635,12 @@ msgstr "Borde solo en el exterior" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Imprimir solo el borde en el exterior del modelo. Esto reduce el número de bordes que deberá retirar después sin que la adherencia a la plataforma se vea muy afectada." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Imprimir solo el borde en el exterior del modelo. Esto reduce el número de bordes que deberá retirar después sin que la adherencia a la plataforma se vea" +" muy afectada." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4664,8 +5649,12 @@ msgstr "Margen adicional de la balsa" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Si la balsa está habilitada, esta es el área adicional de la balsa alrededor del modelo que también tiene una balsa. El aumento de este margen creará una balsa más resistente mientras que usará más material y dejará menos área para la impresión." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Si la balsa está habilitada, esta es el área adicional de la balsa alrededor del modelo que también tiene una balsa. El aumento de este margen creará una" +" balsa más resistente mientras que usará más material y dejará menos área para la impresión." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4674,8 +5663,13 @@ msgstr "Suavizado de la balsa" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Este ajuste controla la medida en que se redondean las esquinas interiores en el contorno de la balsa. Las esquinas hacia el interior se redondean en semicírculo con un radio equivalente al valor aquí indicado. Este ajuste también elimina los orificios del contorno de la balsa que sean más pequeños que dicho círculo." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Este ajuste controla la medida en que se redondean las esquinas interiores en el contorno de la balsa. Las esquinas hacia el interior se redondean en semicírculo" +" con un radio equivalente al valor aquí indicado. Este ajuste también elimina los orificios del contorno de la balsa que sean más pequeños que dicho círculo." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4684,8 +5678,12 @@ msgstr "Cámara de aire de la balsa" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "Hueco entre la capa final de la balsa y la primera capa del modelo. Solo la primera capa se eleva según este valor para reducir la unión entre la capa de la balsa y el modelo y que sea más fácil despegar la balsa." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "Hueco entre la capa final de la balsa y la primera capa del modelo. Solo la primera capa se eleva según este valor para reducir la unión entre la capa" +" de la balsa y el modelo y que sea más fácil despegar la balsa." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4694,8 +5692,12 @@ msgstr "Superposición de las capas iniciales en Z" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "La superposición entre la primera y segunda capa del modelo para compensar la pérdida de material en el hueco de aire. Todas las capas por encima de la primera capa se desplazan hacia abajo por esta cantidad." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "La superposición entre la primera y segunda capa del modelo para compensar la pérdida de material en el hueco de aire. Todas las capas por encima de la" +" primera capa se desplazan hacia abajo por esta cantidad." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4704,8 +5706,12 @@ msgstr "Capas superiores de la balsa" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "Número de capas superiores encima de la segunda capa de la balsa. Estas son las capas en las que se asienta el modelo. Dos capas producen una superficie superior más lisa que una." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "Número de capas superiores encima de la segunda capa de la balsa. Estas son las capas en las que se asienta el modelo. Dos capas producen una superficie" +" superior más lisa que una." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4724,7 +5730,9 @@ msgstr "Ancho de las líneas superiores de la balsa" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Ancho de las líneas de la superficie superior de la balsa. Estas pueden ser líneas finas para que la parte superior de la balsa sea lisa." #: fdmprinter.def.json @@ -4734,18 +5742,25 @@ msgstr "Espaciado superior de la balsa" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." -msgstr "Distancia entre las líneas de la balsa para las capas superiores de la balsa. La separación debe ser igual a la ancho de línea para producir una superficie sólida." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." +msgstr "Distancia entre las líneas de la balsa para las capas superiores de la balsa. La separación debe ser igual a la ancho de línea para producir una superficie" +" sólida." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Capas medias de la balsa" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "El número de capas entre la base y la superficie de la balsa. Estas comprenden el espesor principal de la balsa. Al aumentar este número se crea una balsa" +" más gruesa y resistente." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4764,7 +5779,9 @@ msgstr "Ancho de la línea intermedia de la balsa" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "Ancho de las líneas de la capa intermedia de la balsa. Haciendo la segunda capa con mayor extrusión las líneas se adhieren a la placa de impresión." #: fdmprinter.def.json @@ -4774,8 +5791,12 @@ msgstr "Espaciado intermedio de la balsa" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "Distancia entre las líneas de la balsa para la capa intermedia de la balsa. La espaciado del centro debería ser bastante amplio, pero lo suficientemente denso como para soportar las capas superiores de la balsa." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "Distancia entre las líneas de la balsa para la capa intermedia de la balsa. La espaciado del centro debería ser bastante amplio, pero lo suficientemente" +" denso como para soportar las capas superiores de la balsa." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4784,7 +5805,9 @@ msgstr "Grosor de la base de la balsa" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "Grosor de la capa base de la balsa. Esta debe ser una capa gruesa que se adhiera firmemente a la placa de impresión de la impresora." #: fdmprinter.def.json @@ -4794,7 +5817,9 @@ msgstr "Ancho de la línea base de la balsa" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Ancho de las líneas de la capa base de la balsa. Estas deben ser líneas gruesas para facilitar la adherencia a la placa e impresión." #: fdmprinter.def.json @@ -4804,7 +5829,9 @@ msgstr "Espacio de la línea base de la balsa" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "Distancia entre las líneas de balsa para la capa base de la balsa. Un amplio espaciado facilita la retirada de la balsa de la placa de impresión." #: fdmprinter.def.json @@ -4824,8 +5851,12 @@ msgstr "Velocidad de impresión de la balsa superior" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "Velocidad a la que se imprimen las capas superiores de la balsa. Estas deben imprimirse un poco más lento para permitir que la tobera pueda suavizar lentamente las líneas superficiales adyacentes." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "Velocidad a la que se imprimen las capas superiores de la balsa. Estas deben imprimirse un poco más lento para permitir que la tobera pueda suavizar lentamente" +" las líneas superficiales adyacentes." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4834,8 +5865,12 @@ msgstr "Velocidad de impresión de la balsa intermedia" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "Velocidad a la que se imprime la capa intermedia de la balsa. Esta debe imprimirse con bastante lentitud, ya que el volumen de material que sale de la tobera es bastante alto." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "Velocidad a la que se imprime la capa intermedia de la balsa. Esta debe imprimirse con bastante lentitud, ya que el volumen de material que sale de la" +" tobera es bastante alto." #: fdmprinter.def.json msgctxt "raft_base_speed label" @@ -4844,8 +5879,12 @@ msgstr "Velocidad de impresión de la base de la balsa" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "Velocidad a la que se imprime la capa de base de la balsa. Esta debe imprimirse con bastante lentitud, ya que el volumen de material que sale de la tobera es bastante alto." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "Velocidad a la que se imprime la capa de base de la balsa. Esta debe imprimirse con bastante lentitud, ya que el volumen de material que sale de la tobera" +" es bastante alto." #: fdmprinter.def.json msgctxt "raft_acceleration label" @@ -4984,7 +6023,9 @@ msgstr "Activar la torre auxiliar" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Imprimir una torre junto a la impresión que sirve para preparar el material tras cada cambio de tobera." #: fdmprinter.def.json @@ -5004,7 +6045,9 @@ msgstr "Volumen mínimo de la torre auxiliar" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "El volumen mínimo de cada capa de la torre auxiliar que permite purgar suficiente material." #: fdmprinter.def.json @@ -5034,7 +6077,9 @@ msgstr "Limpiar tobera inactiva de la torre auxiliar" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Tras imprimir la torre auxiliar con una tobera, limpie el material rezumado de la otra tobera de la torre auxiliar." #: fdmprinter.def.json @@ -5044,8 +6089,11 @@ msgstr "Borde de la torre auxiliar" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "Puede que las torres auxiliares necesiten la adherencia adicional que proporciona un borde, aunque no sea requisito del modelo. Actualmente, no se puede usar con el tipo de adherencia «balsa»." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "Puede que las torres auxiliares necesiten la adherencia adicional que proporciona un borde, aunque no sea requisito del modelo. Actualmente, no se puede" +" usar con el tipo de adherencia «balsa»." #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" @@ -5054,8 +6102,12 @@ msgstr "Activar placa de rezumado" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Activar la placa de rezumado exterior. Esto crea un perímetro alrededor del modelo que suele limpiar una segunda tobera si se encuentra a la misma altura que la primera." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Activar la placa de rezumado exterior. Esto crea un perímetro alrededor del modelo que suele limpiar una segunda tobera si se encuentra a la misma altura" +" que la primera." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5064,8 +6116,12 @@ msgstr "Ángulo de la placa de rezumado" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "Ángulo de separación máximo de la placa de rezumado. Un valor 0° significa vertical y un valor de 90°, horizontal. Un ángulo más pequeño resultará en menos placas de rezumado con errores, pero más material." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "Ángulo de separación máximo de la placa de rezumado. Un valor 0° significa vertical y un valor de 90°, horizontal. Un ángulo más pequeño resultará en menos" +" placas de rezumado con errores, pero más material." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5084,8 +6140,12 @@ msgstr "Distancia de retracción del cambio de tobera" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." -msgstr "Distancia de la retracción al cambiar los extrusores. Utilice el valor 0 para que no haya retracción. Por norma general, este valor debe ser igual a la longitud de la zona de calentamiento." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." +msgstr "Distancia de la retracción al cambiar los extrusores. Utilice el valor 0 para que no haya retracción. Por norma general, este valor debe ser igual a la" +" longitud de la zona de calentamiento." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds label" @@ -5094,7 +6154,9 @@ msgstr "Velocidad de retracción del cambio de tobera" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "Velocidad de retracción del filamento. Se recomienda una velocidad de retracción alta, pero si es demasiado alta, podría hacer que el filamento se aplaste." #: fdmprinter.def.json @@ -5104,7 +6166,8 @@ msgstr "Velocidad de retracción del cambio de tobera" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "Velocidad a la que se retrae el filamento durante una retracción del cambio de tobera." #: fdmprinter.def.json @@ -5114,7 +6177,9 @@ msgstr "Velocidad de cebado del cambio de tobera" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "Velocidad a la que se retrae el filamento durante una retracción del cambio de tobera." #: fdmprinter.def.json @@ -5144,8 +6209,12 @@ msgstr "Volúmenes de superposiciones de uniones" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Ignora la geometría interna que surge de los volúmenes de superposición dentro de una malla e imprime los volúmenes como si fuera uno. Esto puede hacer que desaparezcan cavidades internas que no se hayan previsto." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Ignora la geometría interna que surge de los volúmenes de superposición dentro de una malla e imprime los volúmenes como si fuera uno. Esto puede hacer" +" que desaparezcan cavidades internas que no se hayan previsto." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5154,8 +6223,12 @@ msgstr "Eliminar todos los agujeros" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Elimina los agujeros en cada capa y mantiene solo la forma exterior. Esto ignorará cualquier geometría interna invisible. Sin embargo, también ignora los agujeros de la capa que pueden verse desde arriba o desde abajo." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Elimina los agujeros en cada capa y mantiene solo la forma exterior. Esto ignorará cualquier geometría interna invisible. Sin embargo, también ignora los" +" agujeros de la capa que pueden verse desde arriba o desde abajo." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5164,8 +6237,12 @@ msgstr "Cosido amplio" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." -msgstr "Cosido amplio intenta coser los agujeros abiertos en la malla cerrando el agujero con polígonos que se tocan. Esta opción puede agregar una gran cantidad de tiempo de procesamiento." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." +msgstr "Cosido amplio intenta coser los agujeros abiertos en la malla cerrando el agujero con polígonos que se tocan. Esta opción puede agregar una gran cantidad" +" de tiempo de procesamiento." #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons label" @@ -5174,8 +6251,14 @@ msgstr "Mantener caras desconectadas" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Normalmente, Cura intenta coser los pequeños agujeros de la malla y eliminar las partes de una capa con grandes agujeros. Al habilitar esta opción, se mantienen aquellas partes que no puedan coserse. Esta opción se debe utilizar como una opción de último recurso cuando todo lo demás falla para producir un GCode adecuado." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Normalmente, Cura intenta coser los pequeños agujeros de la malla y eliminar las partes de una capa con grandes agujeros. Al habilitar esta opción, se" +" mantienen aquellas partes que no puedan coserse. Esta opción se debe utilizar como una opción de último recurso cuando todo lo demás falla para producir" +" un GCode adecuado." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5184,7 +6267,9 @@ msgstr "Superponer mallas combinadas" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Hace que las mallas que se tocan las unas a las otras se superpongan ligeramente. Esto mejora la conexión entre ellas." #: fdmprinter.def.json @@ -5194,7 +6279,9 @@ msgstr "Eliminar el cruce de mallas" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "Eliminar las zonas en las que se superponen varias mallas. Puede utilizarse esta opción cuando se superponen objetos combinados de dos materiales." #: fdmprinter.def.json @@ -5204,8 +6291,13 @@ msgstr "Alternar la retirada de las mallas" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Cambiar la malla a la que pertenecerán los volúmenes que se cruzan en cada capa, de forma que las mallas superpuestas se entrelacen. Desactivar esta opción dará lugar a que una de las mallas reciba todo el volumen de la superposición y que este se elimine de las demás mallas." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Cambiar la malla a la que pertenecerán los volúmenes que se cruzan en cada capa, de forma que las mallas superpuestas se entrelacen. Desactivar esta opción" +" dará lugar a que una de las mallas reciba todo el volumen de la superposición y que este se elimine de las demás mallas." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5214,8 +6306,12 @@ msgstr "Eliminar primeras capas vacías" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Eliminar (si las hubiera) las capas vacías por debajo de la primera capa impresa. Deshabilitar este ajuste puede hacer que aparezcan primeras capas vacías si el ajuste de tolerancia de segmentación está establecido en Exclusiva o Medio." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Eliminar (si las hubiera) las capas vacías por debajo de la primera capa impresa. Deshabilitar este ajuste puede hacer que aparezcan primeras capas vacías" +" si el ajuste de tolerancia de segmentación está establecido en Exclusiva o Medio." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5224,8 +6320,14 @@ msgstr "Resolución máxima" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "El tamaño mínimo de un segmento de línea tras la segmentación. Si se aumenta, la resolución de la malla será menor. Esto puede permitir a la impresora mantener la velocidad que necesita para procesar GCode y aumentará la velocidad de segmentación al eliminar detalles de la malla que, de todas formas, no puede procesar." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "El tamaño mínimo de un segmento de línea tras la segmentación. Si se aumenta, la resolución de la malla será menor. Esto puede permitir a la impresora" +" mantener la velocidad que necesita para procesar GCode y aumentará la velocidad de segmentación al eliminar detalles de la malla que, de todas formas," +" no puede procesar." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5234,8 +6336,14 @@ msgstr "Resolución de desplazamiento máximo" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "El tamaño mínimo de un segmento de línea de desplazamiento tras la segmentación. Si se aumenta, los movimientos de desplazamiento tendrán esquinas menos suavizadas. Esto puede le permite a la impresora mantener la velocidad que necesita para procesar GCode pero puede ocasionar que evitar el modelo sea menos preciso." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "El tamaño mínimo de un segmento de línea de desplazamiento tras la segmentación. Si se aumenta, los movimientos de desplazamiento tendrán esquinas menos" +" suavizadas. Esto puede le permite a la impresora mantener la velocidad que necesita para procesar GCode pero puede ocasionar que evitar el modelo sea" +" menos preciso." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5244,18 +6352,36 @@ msgstr "Desviación máxima" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "La desviación máxima permitida al reducir la resolución en el ajuste de la resolución máxima. Si se aumenta el valor, la impresión será menos precisa pero el GCode será más pequeño. La desviación máxima es un límite para la resolución máxima, por lo que si las dos entran en conflicto, la desviación máxima siempre tendrá prioridad." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "La desviación máxima permitida al reducir la resolución en el ajuste de la resolución máxima. Si se aumenta el valor, la impresión será menos precisa pero" +" el GCode será más pequeño. La desviación máxima es un límite para la resolución máxima, por lo que si las dos entran en conflicto, la desviación máxima" +" siempre tendrá prioridad." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Desviación máxima del área de extrusión" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "La desviación máxima del área de extrusión permitida al eliminar puntos intermedios de una línea recta. Un punto intermedio puede actuar como un punto" +" de cambio de ancho en una línea recta larga. Por lo tanto, si se elimina, la línea tendrá un ancho uniforme y, como resultado, perderá (o ganará) área" +" de extrusión. En caso de incremento, es posible que observe una extrusión leve por debajo (o por encima) entre paredes paralelas rectas, ya que será posible" +" eliminar múltiples puntos de cambio de ancho intermedio. La impresión será menos precisa, pero el GCode será más pequeño." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5274,8 +6400,15 @@ msgstr "Secuencia de impresión" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Con esta opción se decide si imprimir todos los modelos al mismo tiempo capa por capa o esperar a terminar un modelo antes de pasar al siguiente. El modo de uno en uno solo es posible si todos los modelos están lo suficientemente separados para que el cabezal de impresión pase entre ellos y todos estén a menos de la distancia entre la boquilla y los ejes X/Y." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Con esta opción se decide si imprimir todos los modelos al mismo tiempo capa por capa o esperar a terminar un modelo antes de pasar al siguiente. El modo" +" de uno en uno solo es posible si todos los modelos están lo suficientemente separados para que el cabezal de impresión pase entre ellos y todos estén" +" a menos de la distancia entre la boquilla y los ejes X/Y." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5294,8 +6427,12 @@ msgstr "Malla de relleno" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Utilice esta malla para modificar el relleno de otras mallas con las que se superpone. Reemplaza las zonas de relleno de otras mallas con zonas de esta malla. Se sugiere imprimir una pared y no un forro superior/inferior para esta malla." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Utilice esta malla para modificar el relleno de otras mallas con las que se superpone. Reemplaza las zonas de relleno de otras mallas con zonas de esta" +" malla. Se sugiere imprimir una pared y no un forro superior/inferior para esta malla." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5304,8 +6441,15 @@ msgstr "Rango de procesamiento de la malla" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Determina la prioridad de esta malla al tener en cuenta varias mallas de relleno superpuestas. Las áreas en las que se superponen varias mallas de relleno tomarán la configuración de la malla con el rango más alto. Una malla de relleno con un rango superior modificará el relleno de las mallas de relleno con un rango inferior y mallas normales." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Determina la prioridad de esta malla al tener en cuenta varias mallas de relleno superpuestas. Las áreas en las que se superponen varias mallas de relleno" +" tomarán la configuración de la malla con el rango más alto. Una malla de relleno con un rango superior modificará el relleno de las mallas de relleno" +" con un rango inferior y mallas normales." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5314,8 +6458,12 @@ msgstr "Cortar malla" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Limite el volumen de esta malla a lo que está dentro de otras mallas. Puede usar esto para hacer que determinadas áreas de una malla se impriman con ajustes diferentes y con un extrusor totalmente diferente." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Limite el volumen de esta malla a lo que está dentro de otras mallas. Puede usar esto para hacer que determinadas áreas de una malla se impriman con ajustes" +" diferentes y con un extrusor totalmente diferente." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5324,7 +6472,9 @@ msgstr "Molde" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Imprimir modelos como un molde que se pueden fundir para obtener un modelo que se parezca a los modelos de la placa de impresión." #: fdmprinter.def.json @@ -5334,7 +6484,9 @@ msgstr "Ancho de molde mínimo" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "Distancia mínima entre la parte exterior del molde y la parte exterior del modelo." #: fdmprinter.def.json @@ -5354,8 +6506,12 @@ msgstr "Ángulo del molde" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "Ángulo del voladizo de las paredes exteriores creado para el molde. 0º hará el perímetro exterior del molde vertical, mientras que 90º hará el exterior del modelo seguido del contorno del modelo." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "Ángulo del voladizo de las paredes exteriores creado para el molde. 0º hará el perímetro exterior del molde vertical, mientras que 90º hará el exterior" +" del modelo seguido del contorno del modelo." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5364,7 +6520,9 @@ msgstr "Malla de soporte" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Utilice esta malla para especificar las áreas de soporte. Esta opción puede utilizarse para generar estructuras de soporte." #: fdmprinter.def.json @@ -5374,8 +6532,11 @@ msgstr "Malla antivoladizo" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Utilice esta malla para especificar los lugares del modelo en los que no debería detectarse ningún voladizo. Esta opción puede utilizarse para eliminar estructuras de soporte no deseadas." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Utilice esta malla para especificar los lugares del modelo en los que no debería detectarse ningún voladizo. Esta opción puede utilizarse para eliminar" +" estructuras de soporte no deseadas." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5384,8 +6545,15 @@ msgstr "Modo de superficie" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Tratar el modelo como una superficie solo, un volumen o volúmenes con superficies sueltas. El modo de impresión normal solo imprime volúmenes cerrados. «Superficie» imprime una sola pared trazando la superficie de la malla sin relleno ni forro superior/inferior. «Ambos» imprime volúmenes cerrados de la forma habitual y cualquier polígono restante como superficies." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Tratar el modelo como una superficie solo, un volumen o volúmenes con superficies sueltas. El modo de impresión normal solo imprime volúmenes cerrados." +" «Superficie» imprime una sola pared trazando la superficie de la malla sin relleno ni forro superior/inferior. «Ambos» imprime volúmenes cerrados de la" +" forma habitual y cualquier polígono restante como superficies." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5409,8 +6577,14 @@ msgstr "Espiralizar el contorno exterior" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "La opción de espiralizar suaviza el movimiento en Z del borde exterior. Esto creará un incremento en Z constante durante toda la impresión. Esta función convierte un modelo sólido en una impresión de una sola pared con una parte inferior sólida. Esta función solo se debería habilitar cuando cada capa contenga una única pieza." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "La opción de espiralizar suaviza el movimiento en Z del borde exterior. Esto creará un incremento en Z constante durante toda la impresión. Esta función" +" convierte un modelo sólido en una impresión de una sola pared con una parte inferior sólida. Esta función solo se debería habilitar cuando cada capa contenga" +" una única pieza." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5419,8 +6593,12 @@ msgstr "Contornos espiralizados suaves" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Suaviza los contornos espiralizados para reducir la visibilidad de la costura Z (la costura Z debería ser apenas visible en la impresora pero seguirá siendo visible en la vista de capas). Tenga en cuenta que la suavización tenderá a desdibujar detalles finos de la superficie." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Suaviza los contornos espiralizados para reducir la visibilidad de la costura Z (la costura Z debería ser apenas visible en la impresora pero seguirá siendo" +" visible en la vista de capas). Tenga en cuenta que la suavización tenderá a desdibujar detalles finos de la superficie." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5429,8 +6607,17 @@ msgstr "Extrusión relativa" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Utilizar la extrusión relativa en lugar de la extrusión absoluta. El uso de pasos de extrusión relativos permite un procesamiento posterior más sencillo del GCode. Sin embargo, no es compatible con todas las impresoras y puede causar ligeras desviaciones en la cantidad de material depositado si se compara con los pasos de extrusión absolutos. Con independencia de este ajuste, el modo de extrusión se ajustará siempre en absoluto antes de la salida de cualquier secuencia GCode." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Utilizar la extrusión relativa en lugar de la extrusión absoluta. El uso de pasos de extrusión relativos permite un procesamiento posterior más sencillo" +" del GCode. Sin embargo, no es compatible con todas las impresoras y puede causar ligeras desviaciones en la cantidad de material depositado si se compara" +" con los pasos de extrusión absolutos. Con independencia de este ajuste, el modo de extrusión se ajustará siempre en absoluto antes de la salida de cualquier" +" secuencia GCode." #: fdmprinter.def.json msgctxt "experimental label" @@ -5449,8 +6636,18 @@ msgstr "Tolerancia de segmentación" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Tolerancia vertical en las capas cortadas. Los contornos de una capa se generan normalmente pasando las secciones entrecruzadas a través del medio de cada espesor de capa (Media). Alternativamente, cada capa puede tener áreas ubicadas dentro del volumen a través de todo el grosor de la capa (Exclusiva) o una capa puede tener áreas ubicadas dentro en cualquier lugar de la capa (Inclusiva). La opción Inclusiva permite conservar la mayoría de los detalles, la opción Exclusiva permite obtener una adaptación óptima y la opción Media permite permanecer cerca de la superficie original." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Tolerancia vertical en las capas cortadas. Los contornos de una capa se generan normalmente pasando las secciones entrecruzadas a través del medio de cada" +" espesor de capa (Media). Alternativamente, cada capa puede tener áreas ubicadas dentro del volumen a través de todo el grosor de la capa (Exclusiva) o" +" una capa puede tener áreas ubicadas dentro en cualquier lugar de la capa (Inclusiva). La opción Inclusiva permite conservar la mayoría de los detalles," +" la opción Exclusiva permite obtener una adaptación óptima y la opción Media permite permanecer cerca de la superficie original." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5509,8 +6706,12 @@ msgstr "Orden monotónica de la superficie superior" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprime colocando las líneas de la superficie superior de modo que siempre se superpongan a las líneas adyacentes en una dirección. Esto lleva un poco más de tiempo de impresión, pero hace que las superficies planas tengan un aspecto más consistente." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprime colocando las líneas de la superficie superior de modo que siempre se superpongan a las líneas adyacentes en una dirección. Esto lleva un poco" +" más de tiempo de impresión, pero hace que las superficies planas tengan un aspecto más consistente." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5519,8 +6720,17 @@ msgstr "Direcciones de línea de la superficie superior del forro" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Una lista de los valores enteros de las direcciones de línea si las capas de la superficie superior del forro utilizan líneas o el patrón en zigzag. Los elementos de esta lista se utilizan de forma secuencial a medida que las capas se utilizan y, cuando se alcanza el final, la lista vuelve a comenzar desde el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía que utiliza los ángulos predeterminados típicos (45 y 135 grados)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Una lista de los valores enteros de las direcciones de línea si las capas de la superficie superior del forro utilizan líneas o el patrón en zigzag. Los" +" elementos de esta lista se utilizan de forma secuencial a medida que las capas se utilizan y, cuando se alcanza el final, la lista vuelve a comenzar desde" +" el principio. Los elementos de la lista están separados por comas y toda la lista aparece entre corchetes. El valor predeterminado es una lista vacía" +" que utiliza los ángulos predeterminados típicos (45 y 135 grados)." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5529,8 +6739,15 @@ msgstr "Optimización del desplazamiento del relleno" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Cuando está habilitado, se optimiza el orden en el que se imprimen las líneas de relleno para reducir la distancia de desplazamiento. La reducción del tiempo de desplazamiento obtenido depende en gran parte del modelo que se está fragmentando, el patrón de relleno, la densidad, etc. Tenga en cuenta que, para algunos modelos que tienen pequeñas áreas de relleno, el tiempo para fragmentar el modelo se puede aumentar en gran medida." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Cuando está habilitado, se optimiza el orden en el que se imprimen las líneas de relleno para reducir la distancia de desplazamiento. La reducción del" +" tiempo de desplazamiento obtenido depende en gran parte del modelo que se está fragmentando, el patrón de relleno, la densidad, etc. Tenga en cuenta que," +" para algunos modelos que tienen pequeñas áreas de relleno, el tiempo para fragmentar el modelo se puede aumentar en gran medida." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5539,7 +6756,9 @@ msgstr "Temperatura automática" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Cambia automáticamente la temperatura para cada capa con la velocidad media de flujo de esa capa." #: fdmprinter.def.json @@ -5549,7 +6768,9 @@ msgstr "Gráfico de flujo y temperatura" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Datos que vinculan el flujo de materiales (en 3 mm por segundo) a la temperatura (grados centígrados)." #: fdmprinter.def.json @@ -5559,8 +6780,13 @@ msgstr "Circunferencia mínima de polígono" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Se filtran los polígonos en capas segmentadas que tienen una circunferencia más pequeña que esta. Los valores más pequeños suponen una resolución de malla mayor a costa de un tiempo de segmentación. Está indicado, sobre todo, para impresoras SLA y modelos 3D muy pequeños con muchos detalles." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Se filtran los polígonos en capas segmentadas que tienen una circunferencia más pequeña que esta. Los valores más pequeños suponen una resolución de malla" +" mayor a costa de un tiempo de segmentación. Está indicado, sobre todo, para impresoras SLA y modelos 3D muy pequeños con muchos detalles." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5569,8 +6795,11 @@ msgstr "Descomponer el soporte en pedazos" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." -msgstr "Omitir algunas conexiones de línea de soporte para que la estructura de soporte sea más fácil de descomponer. Este ajuste es aplicable al patrón de relleno del soporte en zigzag." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." +msgstr "Omitir algunas conexiones de línea de soporte para que la estructura de soporte sea más fácil de descomponer. Este ajuste es aplicable al patrón de relleno" +" del soporte en zigzag." #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm label" @@ -5579,7 +6808,9 @@ msgstr "Tamaño de los pedazos de soporte" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Omitir una conexión entre líneas de soporte una vez cada N milímetros a fin de lograr que la estructura de soporte resulte más fácil de descomponer." #: fdmprinter.def.json @@ -5589,7 +6820,9 @@ msgstr "Recuento de líneas de pedazos del soporte" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Omitir una de cada N líneas de conexión para que la estructura de soporte se descomponga fácilmente." #: fdmprinter.def.json @@ -5599,8 +6832,11 @@ msgstr "Habilitar parabrisas" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Esto creará una pared alrededor del modelo que atrapa el aire (caliente) y lo protege contra flujos de aire exterior. Es especialmente útil para materiales que se deforman fácilmente." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Esto creará una pared alrededor del modelo que atrapa el aire (caliente) y lo protege contra flujos de aire exterior. Es especialmente útil para materiales" +" que se deforman fácilmente." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5619,7 +6855,9 @@ msgstr "Limitación del parabrisas" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "Establece la altura del parabrisas. Seleccione esta opción para imprimir el parabrisas a la altura completa del modelo o a una altura limitada." #: fdmprinter.def.json @@ -5639,7 +6877,9 @@ msgstr "Altura del parabrisas" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Limitación de la altura del parabrisas. Por encima de esta altura, no se imprimirá ningún parabrisas." #: fdmprinter.def.json @@ -5649,8 +6889,12 @@ msgstr "Convertir voladizo en imprimible" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Cambiar la geometría del modelo impreso de modo que se necesite un soporte mínimo. Los voladizos descendentes se convertirán en voladizos llanos y las áreas inclinadas caerán para ser más verticales." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Cambiar la geometría del modelo impreso de modo que se necesite un soporte mínimo. Los voladizos descendentes se convertirán en voladizos llanos y las" +" áreas inclinadas caerán para ser más verticales." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5659,8 +6903,12 @@ msgstr "Ángulo máximo del modelo" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "Ángulo máximo de los voladizos una vez que se han hecho imprimibles. Un valor de 0º hace que todos los voladizos sean reemplazados por una pieza del modelo conectada a la placa de impresión y un valor de 90º no cambiará el modelo." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "Ángulo máximo de los voladizos una vez que se han hecho imprimibles. Un valor de 0º hace que todos los voladizos sean reemplazados por una pieza del modelo" +" conectada a la placa de impresión y un valor de 90º no cambiará el modelo." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5669,8 +6917,12 @@ msgstr "Área máxima del agujero en voladizo" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "El área máxima de un agujero en la base del modelo antes de que se elimine mediante la herramienta Convertir voladizo en imprimible. Se conservarán los agujeros más pequeños. Con un valor de 0 mm² se rellenan todos los agujeros de la base del modelo." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "El área máxima de un agujero en la base del modelo antes de que se elimine mediante la herramienta Convertir voladizo en imprimible. Se conservarán los" +" agujeros más pequeños. Con un valor de 0 mm² se rellenan todos los agujeros de la base del modelo." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5679,8 +6931,12 @@ msgstr "Habilitar depósito por inercia" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "Depósito por inercia sustituye la última parte de una trayectoria de extrusión por una trayectoria de desplazamiento. El material rezumado se utiliza para imprimir la última parte de la trayectoria de extrusión con el fin de reducir el encordado." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "Depósito por inercia sustituye la última parte de una trayectoria de extrusión por una trayectoria de desplazamiento. El material rezumado se utiliza para" +" imprimir la última parte de la trayectoria de extrusión con el fin de reducir el encordado." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5689,7 +6945,9 @@ msgstr "Volumen de depósito por inercia" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "Volumen que de otro modo rezumaría. Este valor generalmente debería ser próximo al cubicaje del diámetro de la tobera." #: fdmprinter.def.json @@ -5699,8 +6957,14 @@ msgstr "Volumen mínimo antes del depósito por inercia" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "Menor Volumen que deberá tener una trayectoria de extrusión antes de permitir el depósito por inercia. Para trayectorias de extrusión más pequeñas, se acumula menos presión en el tubo guía y, por tanto, el volumen depositado por inercia se escala linealmente. Este valor debe ser siempre mayor que el Volumen de depósito por inercia." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "Menor Volumen que deberá tener una trayectoria de extrusión antes de permitir el depósito por inercia. Para trayectorias de extrusión más pequeñas, se" +" acumula menos presión en el tubo guía y, por tanto, el volumen depositado por inercia se escala linealmente. Este valor debe ser siempre mayor que el Volumen" +" de depósito por inercia." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5709,8 +6973,12 @@ msgstr "Velocidad de depósito por inercia" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "Velocidad a la que se desplaza durante el depósito por inercia con relación a la velocidad de la trayectoria de extrusión. Se recomienda un valor ligeramente por debajo del 100%, ya que la presión en el tubo guía disminuye durante el movimiento depósito por inercia." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "Velocidad a la que se desplaza durante el depósito por inercia con relación a la velocidad de la trayectoria de extrusión. Se recomienda un valor ligeramente" +" por debajo del 100%, ya que la presión en el tubo guía disminuye durante el movimiento depósito por inercia." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5719,7 +6987,9 @@ msgstr "Tamaño de las bolsas 3D en cruces" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "Tamaño de las bolsas en cruces del patrón de cruz 3D en las alturas en las que el patrón coincide consigo mismo." #: fdmprinter.def.json @@ -5729,8 +6999,11 @@ msgstr "Imagen de densidad de relleno cruzada" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." -msgstr "La ubicación del archivo de una imagen de la que los valores de brillo determinan la densidad mínima en la ubicación correspondiente en el relleno de la impresión." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." +msgstr "La ubicación del archivo de una imagen de la que los valores de brillo determinan la densidad mínima en la ubicación correspondiente en el relleno de la" +" impresión." #: fdmprinter.def.json msgctxt "cross_support_density_image label" @@ -5739,7 +7012,9 @@ msgstr "Imagen de densidad de relleno cruzada para soporte" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "La ubicación del archivo de una imagen de la que los valores de brillo determinan la densidad mínima en la ubicación correspondiente del soporte." #: fdmprinter.def.json @@ -5759,8 +7034,13 @@ msgstr "Ángulo del soporte cónico" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "Ángulo de inclinación del soporte cónico. Donde 0 grados es vertical y 90 grados es horizontal. Cuanto más pequeños son los ángulos, más robusto es el soporte, pero consta de más material. Los ángulos negativos hacen que la base del soporte sea más ancha que la parte superior." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "Ángulo de inclinación del soporte cónico. Donde 0 grados es vertical y 90 grados es horizontal. Cuanto más pequeños son los ángulos, más robusto es el" +" soporte, pero consta de más material. Los ángulos negativos hacen que la base del soporte sea más ancha que la parte superior." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5769,7 +7049,9 @@ msgstr "Anchura mínima del soporte cónico" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Ancho mínimo al que se reduce la base del área de soporte cónico. Las anchuras pequeñas pueden producir estructuras de soporte inestables." #: fdmprinter.def.json @@ -5779,7 +7061,9 @@ msgstr "Forro difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Fluctúa aleatoriamente durante la impresión de la pared exterior, de modo que la superficie tiene un aspecto desigual y difuso." #: fdmprinter.def.json @@ -5799,8 +7083,11 @@ msgstr "Grosor del forro difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." -msgstr "Ancho dentro de la cual se fluctúa. Se recomienda mantener este valor por debajo del ancho de la pared exterior, ya que las paredes interiores permanecen inalteradas." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." +msgstr "Ancho dentro de la cual se fluctúa. Se recomienda mantener este valor por debajo del ancho de la pared exterior, ya que las paredes interiores permanecen" +" inalteradas." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density label" @@ -5809,8 +7096,12 @@ msgstr "Densidad del forro difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "Densidad media de los puntos introducidos en cada polígono en una capa. Tenga en cuenta que los puntos originales del polígono se descartan, así que una baja densidad produce una reducción de la resolución." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "Densidad media de los puntos introducidos en cada polígono en una capa. Tenga en cuenta que los puntos originales del polígono se descartan, así que una" +" baja densidad produce una reducción de la resolución." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5819,8 +7110,13 @@ msgstr "Distancia de punto del forro difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "Distancia media entre los puntos aleatorios introducidos en cada segmento de línea. Tenga en cuenta que los puntos originales del polígono se descartan, así que un suavizado alto produce una reducción de la resolución. Este valor debe ser mayor que la mitad del grosor del forro difuso." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "Distancia media entre los puntos aleatorios introducidos en cada segmento de línea. Tenga en cuenta que los puntos originales del polígono se descartan," +" así que un suavizado alto produce una reducción de la resolución. Este valor debe ser mayor que la mitad del grosor del forro difuso." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5829,7 +7125,9 @@ msgstr "Desplazamiento de extrusión máximo del factor de compensación del cau #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "La distancia máxima en mm para mover el filamento con el fin de compensar los cambios en el caudal." #: fdmprinter.def.json @@ -5839,8 +7137,12 @@ msgstr "Factor de compensación del caudal" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "La distancia para mover el filamento con el fin de compensar los cambios en el caudal, como porcentaje de la distancia a la que se movería el filamento en un segundo de extrusión." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "La distancia para mover el filamento con el fin de compensar los cambios en el caudal, como porcentaje de la distancia a la que se movería el filamento" +" en un segundo de extrusión." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5849,8 +7151,13 @@ msgstr "Impresión de alambre" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Imprime solo la superficie exterior con una estructura reticulada poco densa, imprimiendo 'en el aire'. Esto se realiza mediante la impresión horizontal de los contornos del modelo a intervalos Z dados que están conectados a través de líneas ascendentes y descendentes en diagonal." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Imprime solo la superficie exterior con una estructura reticulada poco densa, imprimiendo 'en el aire'. Esto se realiza mediante la impresión horizontal" +" de los contornos del modelo a intervalos Z dados que están conectados a través de líneas ascendentes y descendentes en diagonal." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5859,8 +7166,12 @@ msgstr "Altura de conexión en IA" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." -msgstr "Altura de las líneas ascendentes y descendentes en diagonal entre dos partes horizontales. Esto determina la densidad global de la estructura reticulada. Solo se aplica a la Impresión de Alambre." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "Altura de las líneas ascendentes y descendentes en diagonal entre dos partes horizontales. Esto determina la densidad global de la estructura reticulada." +" Solo se aplica a la Impresión de Alambre." #: fdmprinter.def.json msgctxt "wireframe_roof_inset label" @@ -5869,7 +7180,9 @@ msgstr "Distancia a la inserción del techo en IA" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "Distancia cubierta al hacer una conexión desde un contorno del techo hacia el interior. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5879,7 +7192,9 @@ msgstr "Velocidad de IA" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Velocidad a la que la tobera se desplaza durante la extrusión de material. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5889,7 +7204,9 @@ msgstr "Velocidad de impresión de la parte inferior en IA" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "Velocidad de impresión de la primera capa, que es la única capa que toca la plataforma de impresión. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5899,7 +7216,8 @@ msgstr "Velocidad de impresión ascendente en IA" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "Velocidad de impresión de una línea ascendente 'en el aire'. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5909,7 +7227,8 @@ msgstr "Velocidad de impresión descendente en IA" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Velocidad de impresión de una línea descendente en diagonal 'en el aire'. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5919,7 +7238,9 @@ msgstr "Velocidad de impresión horizontal en IA" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Velocidad de impresión de los contornos horizontales del modelo. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5929,7 +7250,9 @@ msgstr "Flujo en IA" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Compensación de flujo: la cantidad de material extruido se multiplica por este valor. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5949,7 +7272,8 @@ msgstr "Flujo plano en IA" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Compensación de flujo al imprimir líneas planas. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5959,7 +7283,9 @@ msgstr "Retardo superior en IA" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "Tiempo de retardo después de un movimiento ascendente, para que la línea ascendente pueda endurecerse. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -5979,8 +7305,12 @@ msgstr "Retardo plano en IA" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Tiempo de retardo entre dos segmentos horizontales. La introducción de este retardo puede causar una mejor adherencia a las capas anteriores en los puntos de conexión, mientras que los retardos demasiado prolongados causan combados. Solo se aplica a la impresión de alambre." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Tiempo de retardo entre dos segmentos horizontales. La introducción de este retardo puede causar una mejor adherencia a las capas anteriores en los puntos" +" de conexión, mientras que los retardos demasiado prolongados causan combados. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5991,10 +7321,10 @@ msgstr "Facilidad de ascenso en IA" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"Distancia de un movimiento ascendente que se extrude a media velocidad.\n" -"Esto puede causar una mejor adherencia a las capas anteriores, aunque no calienta demasiado el material en esas capas. Solo se aplica a la impresión de alambre." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "Distancia de un movimiento ascendente que se extrude a media velocidad.\nEsto puede causar una mejor adherencia a las capas anteriores, aunque no calienta" +" demasiado el material en esas capas. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6003,8 +7333,12 @@ msgstr "Tamaño de nudo de IA" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Crea un pequeño nudo en la parte superior de una línea ascendente, de modo que la siguiente capa horizontal tendrá mayor probabilidad de conectarse a la misma. Solo se aplica a la impresión de alambre." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Crea un pequeño nudo en la parte superior de una línea ascendente, de modo que la siguiente capa horizontal tendrá mayor probabilidad de conectarse a la" +" misma. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6013,7 +7347,9 @@ msgstr "Caída en IA" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "Distancia a la que cae el material después de una extrusión ascendente. Esta distancia se compensa. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json @@ -6023,8 +7359,12 @@ msgstr "Arrastre en IA" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "Distancia a la que el material de una extrusión ascendente se arrastra junto con la extrusión descendente en diagonal. Esta distancia se compensa. Solo se aplica a la impresión de alambre." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "Distancia a la que el material de una extrusión ascendente se arrastra junto con la extrusión descendente en diagonal. Esta distancia se compensa. Solo" +" se aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6033,8 +7373,18 @@ msgstr "Estrategia en IA" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Estrategia para asegurarse de que dos capas consecutivas conecten en cada punto de conexión. La retracción permite que las líneas ascendentes se endurezcan en la posición correcta, pero pueden hacer que filamento se desmenuce. Se puede realizar un nudo al final de una línea ascendente para aumentar la posibilidad de conexión a la misma y dejar que la línea se enfríe; sin embargo, esto puede requerir velocidades de impresión lentas. Otra estrategia consiste en compensar el combado de la parte superior de una línea ascendente; sin embargo, las líneas no siempre caen como se espera." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Estrategia para asegurarse de que dos capas consecutivas conecten en cada punto de conexión. La retracción permite que las líneas ascendentes se endurezcan" +" en la posición correcta, pero pueden hacer que filamento se desmenuce. Se puede realizar un nudo al final de una línea ascendente para aumentar la posibilidad" +" de conexión a la misma y dejar que la línea se enfríe; sin embargo, esto puede requerir velocidades de impresión lentas. Otra estrategia consiste en compensar" +" el combado de la parte superior de una línea ascendente; sin embargo, las líneas no siempre caen como se espera." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6058,8 +7408,12 @@ msgstr "Enderezar líneas descendentes en IA" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Porcentaje de una línea descendente en diagonal que está cubierta por un trozo de línea horizontal. Esto puede evitar el combado del punto de nivel superior de las líneas ascendentes. Solo se aplica a la impresión de alambre." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Porcentaje de una línea descendente en diagonal que está cubierta por un trozo de línea horizontal. Esto puede evitar el combado del punto de nivel superior" +" de las líneas ascendentes. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6068,8 +7422,12 @@ msgstr "Caída del techo en IA" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "Distancia a la que las líneas horizontales del techo impresas 'en el aire' caen mientras se imprime. Esta distancia se compensa. Solo se aplica a la impresión de alambre." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "Distancia a la que las líneas horizontales del techo impresas 'en el aire' caen mientras se imprime. Esta distancia se compensa. Solo se aplica a la impresión" +" de alambre." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6078,8 +7436,12 @@ msgstr "Arrastre del techo en IA" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "La distancia del trozo final de una línea entrante que se arrastra al volver al contorno exterior del techo. Esta distancia se compensa. Solo se aplica a la impresión de alambre." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "La distancia del trozo final de una línea entrante que se arrastra al volver al contorno exterior del techo. Esta distancia se compensa. Solo se aplica" +" a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6088,8 +7450,11 @@ msgstr "Retardo exterior del techo en IA" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "El tiempo empleado en los perímetros exteriores del agujero que se convertirá en un techo. Cuanto mayor sea el tiempo, mejor será la conexión. Solo se aplica a la impresión de alambre." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "El tiempo empleado en los perímetros exteriores del agujero que se convertirá en un techo. Cuanto mayor sea el tiempo, mejor será la conexión. Solo se" +" aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6098,8 +7463,13 @@ msgstr "Holgura de la tobera en IA" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Distancia entre la tobera y líneas descendentes en horizontal. Cuanto mayor sea la holgura, menos pronunciado será el ángulo de las líneas descendentes en diagonal, lo que a su vez se traduce en menos conexiones ascendentes con la siguiente capa. Solo se aplica a la impresión de alambre." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Distancia entre la tobera y líneas descendentes en horizontal. Cuanto mayor sea la holgura, menos pronunciado será el ángulo de las líneas descendentes" +" en diagonal, lo que a su vez se traduce en menos conexiones ascendentes con la siguiente capa. Solo se aplica a la impresión de alambre." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6108,7 +7478,9 @@ msgstr "Utilizar capas de adaptación" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Las capas de adaptación calculan las alturas de las capas dependiendo de la forma del modelo." #: fdmprinter.def.json @@ -6128,7 +7500,9 @@ msgstr "Tamaño de pasos de variación de las capas de adaptación" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "La diferencia de altura de la siguiente altura de capa en comparación con la anterior." #: fdmprinter.def.json @@ -6138,8 +7512,12 @@ msgstr "Tamaño de la topografía de las capas de adaptación" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Distancia horizontal objetivo entre dos capas adyacentes. Si se reduce este ajuste, se tendrán que utilizar capas más finas para acercar más los bordes de las capas." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Distancia horizontal objetivo entre dos capas adyacentes. Si se reduce este ajuste, se tendrán que utilizar capas más finas para acercar más los bordes" +" de las capas." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6148,8 +7526,13 @@ msgstr "Ángulo de voladizo de pared" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Las paredes con un ángulo de voladizo mayor que este se imprimirán con los ajustes de voladizo de pared. Cuando el valor sea 90, no se aplicará la condición de voladizo a la pared. El voladizo que se apoya en el soporte tampoco se tratará como voladizo." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Las paredes con un ángulo de voladizo mayor que este se imprimirán con los ajustes de voladizo de pared. Cuando el valor sea 90, no se aplicará la condición" +" de voladizo a la pared. El voladizo que se apoya en el soporte tampoco se tratará como voladizo." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6158,7 +7541,9 @@ msgstr "Velocidad de voladizo de pared" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Los voladizos de pared se imprimirán a este porcentaje de su velocidad de impresión normal." #: fdmprinter.def.json @@ -6168,7 +7553,9 @@ msgstr "Habilitar ajustes del puente" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Detección de puentes y modificación de los ajustes de velocidad de impresión, flujo y ventilador durante la impresión de puentes." #: fdmprinter.def.json @@ -6178,8 +7565,12 @@ msgstr "Longitud mínima de la pared del puente" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Las paredes no compatibles menores que este valor se imprimirán utilizando los ajustes de pared habituales. Las paredes no compatibles mayores se imprimirán utilizando los ajustes de pared de puente." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Las paredes no compatibles menores que este valor se imprimirán utilizando los ajustes de pared habituales. Las paredes no compatibles mayores se imprimirán" +" utilizando los ajustes de pared de puente." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6188,8 +7579,12 @@ msgstr "Umbral del soporte del forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Si un área de forro es compatible con un porcentaje inferior de su área, se imprime utilizando los ajustes de puente. De lo contrario, se imprimirá utilizando los ajustes de forro habituales." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Si un área de forro es compatible con un porcentaje inferior de su área, se imprime utilizando los ajustes de puente. De lo contrario, se imprimirá utilizando" +" los ajustes de forro habituales." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6198,8 +7593,11 @@ msgstr "Densidad máxima de relleno de puente escaso" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "La máxima densidad de relleno que se considera escasa. El forro sobre el relleno escaso se considera sin soporte y, por lo tanto, se puede tratar como un forro de puente." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "La máxima densidad de relleno que se considera escasa. El forro sobre el relleno escaso se considera sin soporte y, por lo tanto, se puede tratar como" +" un forro de puente." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6208,8 +7606,12 @@ msgstr "Depósito por inercia de la pared del puente" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Controla la distancia del depósito por inercia del extrusor justo antes de empezar un puente. Un depósito por inercia antes del inicio del puente puede reducir la presión en la tobera y dar como resultado un puente más horizontal." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Controla la distancia del depósito por inercia del extrusor justo antes de empezar un puente. Un depósito por inercia antes del inicio del puente puede" +" reducir la presión en la tobera y dar como resultado un puente más horizontal." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6228,7 +7630,9 @@ msgstr "Flujo de pared del puente" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Cuando se imprimen las paredes del puente; la cantidad de material extruido se multiplica por este valor." #: fdmprinter.def.json @@ -6248,7 +7652,9 @@ msgstr "Flujo de forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Cuando se imprimen las áreas de forro del puente; la cantidad de material extruido se multiplica por este valor." #: fdmprinter.def.json @@ -6258,7 +7664,9 @@ msgstr "Densidad de forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "Densidad de la capa de forro del puente. Un valor inferior a 100 aumentará los huecos entre las líneas del forro." #: fdmprinter.def.json @@ -6278,8 +7686,12 @@ msgstr "Puente con varias capas" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Si esta opción está habilitada, la segunda y tercera capa por encima del aire se imprimen utilizando los siguientes ajustes. De lo contrario, estas capas se imprimen utilizando los ajustes habituales." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Si esta opción está habilitada, la segunda y tercera capa por encima del aire se imprimen utilizando los siguientes ajustes. De lo contrario, estas capas" +" se imprimen utilizando los ajustes habituales." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6298,7 +7710,9 @@ msgstr "Flujo del segundo forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Cuando se imprime la segunda capa del forro del puente; la cantidad de material extruido se multiplica por este valor." #: fdmprinter.def.json @@ -6308,7 +7722,9 @@ msgstr "Densidad del segundo forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Densidad de la segunda capa de forro del puente. Un valor inferior a 100 aumentará los huecos entre las líneas del forro." #: fdmprinter.def.json @@ -6338,7 +7754,9 @@ msgstr "Flujo del tercer forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Cuando se imprime la tercera capa del forro del puente; la cantidad de material extruido se multiplica por este valor." #: fdmprinter.def.json @@ -6348,7 +7766,9 @@ msgstr "Densidad del tercer forro del puente" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Densidad de la tercera capa de forro del puente. Un valor inferior a 100 aumentará los huecos entre las líneas del forro." #: fdmprinter.def.json @@ -6368,8 +7788,14 @@ msgstr "Limpiar tobera entre capas" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Posibilidad de incluir GCode de limpieza de tobera entre capas (máximo 1 por capa). Habilitar este ajuste puede influir en el comportamiento de retracción en el cambio de capa. Utilice los ajustes de retracción de limpieza para controlar la retracción en las capas donde la secuencia de limpieza estará en curso." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Posibilidad de incluir GCode de limpieza de tobera entre capas (máximo 1 por capa). Habilitar este ajuste puede influir en el comportamiento de retracción" +" en el cambio de capa. Utilice los ajustes de retracción de limpieza para controlar la retracción en las capas donde la secuencia de limpieza estará en" +" curso." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6378,8 +7804,13 @@ msgstr "Volumen de material entre limpiezas" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Material máximo que puede extruirse antes de que se inicie otra limpieza de la tobera. Si este valor es inferior al volumen de material necesario en una capa, el ajuste no tiene efecto en esa capa, es decir, se limita a una limpieza por capa." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Material máximo que puede extruirse antes de que se inicie otra limpieza de la tobera. Si este valor es inferior al volumen de material necesario en una" +" capa, el ajuste no tiene efecto en esa capa, es decir, se limita a una limpieza por capa." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6398,7 +7829,8 @@ msgstr "Distancia de retracción de limpieza" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "Cantidad para retraer el filamento para que no rezume durante la secuencia de limpieza." #: fdmprinter.def.json @@ -6408,7 +7840,9 @@ msgstr "Cantidad de cebado adicional de retracción de limpieza" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Algunos materiales pueden rezumar durante el movimiento de un desplazamiento de limpieza, lo cual se puede corregir aquí." #: fdmprinter.def.json @@ -6418,7 +7852,9 @@ msgstr "Velocidad de retracción de limpieza" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "Velocidad a la que se retrae el filamento y se prepara durante un movimiento de retracción de limpieza." #: fdmprinter.def.json @@ -6428,7 +7864,8 @@ msgstr "Velocidad de retracción en retracción de limpieza" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "Velocidad a la que se retrae el filamento durante un movimiento de retracción de limpieza." #: fdmprinter.def.json @@ -6438,7 +7875,8 @@ msgstr "Velocidad de cebado de retracción de limpieza" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "Velocidad a la que se prepara el filamento durante un movimiento de retracción de limpieza." #: fdmprinter.def.json @@ -6458,8 +7896,12 @@ msgstr "Limpiar salto en Z" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Siempre que se limpia, la placa de impresión se baja para crear holgura entre la tobera y la impresión. Impide que la tobera golpee la impresión durante los movimientos de desplazamiento, reduciendo las posibilidades de golpear la impresión desde la placa de impresión." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Siempre que se limpia, la placa de impresión se baja para crear holgura entre la tobera y la impresión. Impide que la tobera golpee la impresión durante" +" los movimientos de desplazamiento, reduciendo las posibilidades de golpear la impresión desde la placa de impresión." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6518,7 +7960,9 @@ msgstr "Tamaño máximo de agujero pequeño" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Los agujeros y contornos de las piezas con un diámetro menor que estos se imprimen utilizando la función Velocidad de pequeñas partes." #: fdmprinter.def.json @@ -6528,7 +7972,9 @@ msgstr "Longitud máxima de pequeñas partes" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Los contornos de las partes que sean más cortos que esta longitud se imprimen utilizando la función Velocidad de pequeñas partes." #: fdmprinter.def.json @@ -6538,7 +7984,9 @@ msgstr "Velocidad de pequeñas partes" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." msgstr "Las pequeñas partes se imprimirán a este porcentaje de su velocidad de impresión normal. Una impresión más lenta puede mejorar la adhesión y la precisión." #: fdmprinter.def.json @@ -6548,38 +7996,46 @@ msgstr "Velocidad de la capa inicial de partes pequeñas" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Las pequeñas partes de la primera capa se imprimirán a este porcentaje de su velocidad de impresión normal. Una impresión más lenta puede mejorar la adhesión y la precisión." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "Las pequeñas partes de la primera capa se imprimirán a este porcentaje de su velocidad de impresión normal. Una impresión más lenta puede mejorar la adhesión" +" y la precisión." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Alternar direcciones de pared" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Le permite alternar las direcciones de las paredes entre capas o insertos. Útil para materiales que pueden acumular tensión, como para imprimir en metal." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Quitar las esquinas internas de la balsa" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Le permite eliminar las esquinas internas de la balsa, haciéndola convexa." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Recuento de paredes base de balsa" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "El número de contornos que se imprimirán alrededor del patrón lineal en la capa base de la balsa." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6588,7 +8044,9 @@ msgstr "Ajustes de la línea de comandos" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Ajustes que únicamente se utilizan si CuraEngine no se ejecuta desde la interfaz de Cura." #: fdmprinter.def.json @@ -6598,7 +8056,9 @@ msgstr "Centrar objeto" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "Centrar o no el objeto en el centro de la plataforma de impresión (0, 0), en vez de utilizar el sistema de coordenadas con el que se guardó el objeto." #: fdmprinter.def.json @@ -6628,7 +8088,9 @@ msgstr "Posición Z en la malla" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Desplazamiento aplicado al objeto sobre el eje Z. Permite efectuar la operación antes conocida como «Object Sink»." #: fdmprinter.def.json @@ -6638,7 +8100,8 @@ msgstr "Matriz de rotación de la malla" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Matriz de transformación que se aplicará al modelo cuando se cargue desde el archivo." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index bcb3ba971a..0983454558 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-09-07 07:48+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: French , French \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 3.0\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Impossible d'accéder aux informations de mise à jour." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "De nouvelles fonctionnalités ou des correctifs de bugs sont disponibles pour votre {machine_name} ! Si vous ne l'avez pas encore fait, il est recommandé de mettre à jour le micrologiciel de votre imprimante avec la version {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "De nouvelles fonctionnalités ou des correctifs de bugs sont disponibles pour votre {machine_name} ! Si vous ne l'avez pas encore fait, il est recommandé" +" de mettre à jour le micrologiciel de votre imprimante avec la version {latest_version}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Mettre à jour le firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura a détecté des profils de matériau qui ne sont pas encore installés sur l'imprimante hôte du groupe {0}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +240,9 @@ msgstr "Envoi de matériaux à l'imprimante" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "Vous tentez de vous connecter à {0} mais ce n'est pas l'hôte de groupe. Vous pouvez visiter la page Web pour la configurer en tant qu'hôte de groupe." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +300,10 @@ msgstr "Données envoyées" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Votre imprimante {printer_name} pourrait être connectée via le cloud.\n" -" Gérez votre file d'attente d'impression et surveillez vos impressions depuis n'importe où en connectant votre imprimante à Digital Factory" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Votre imprimante {printer_name} pourrait être connectée via le cloud.\n Gérez votre file d'attente d'impression et surveillez vos impressions depuis" +" n'importe où en connectant votre imprimante à Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +322,9 @@ msgstr "En savoir plus" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Vous tentez de vous connecter à une imprimante qui n'exécute pas Ultimaker Connect. Veuillez mettre à jour l'imprimante avec le dernier micrologiciel." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -450,26 +461,23 @@ msgstr "Supprimer des imprimantes ?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Vous êtes sur le point de supprimer {0} imprimante de Cura. Cette action est irréversible.\n" -"Voulez-vous vraiment continuer ?" -msgstr[1] "" -"Vous êtes sur le point de supprimer {0} imprimantes de Cura. Cette action est irréversible.\n" -"Voulez-vous vraiment continuer ?" +msgstr[0] "Vous êtes sur le point de supprimer {0} imprimante de Cura. Cette action est irréversible.\nVoulez-vous vraiment continuer ?" +msgstr[1] "Vous êtes sur le point de supprimer {0} imprimantes de Cura. Cette action est irréversible.\nVoulez-vous vraiment continuer ?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"Vous êtes sur le point de supprimer toutes les imprimantes de Cura. Cette action est irréversible.\n" -"Voulez-vous vraiment continuer ?" +msgstr "Vous êtes sur le point de supprimer toutes les imprimantes de Cura. Cette action est irréversible.\nVoulez-vous vraiment continuer ?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -511,15 +519,16 @@ msgstr "Assistant de modèle 3D" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Un ou plusieurs modèles 3D peuvent ne pas s'imprimer de manière optimale en raison de la taille du modèle et de la configuration matérielle :

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Découvrez comment optimiser la qualité et la fiabilité de l'impression.

    \n" -"

    Consultez le guide de qualité d'impression

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Un ou plusieurs modèles 3D peuvent ne pas s'imprimer de manière optimale en raison de la taille du modèle et de la configuration matérielle :

    \n

    {model_names}

    \n

    Découvrez" +" comment optimiser la qualité et la fiabilité de l'impression.

    \n

    Consultez le guide de qualité" +" d'impression

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -593,7 +602,9 @@ msgstr "Aucune autorisation d'écrire l'espace de travail ici." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "Le système d'exploitation ne permet pas d'enregistrer un fichier de projet à cet emplacement ou avec ce nom de fichier." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -614,7 +625,9 @@ msgstr "Fichier G-Code compressé" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Échec de la découpe avec une erreur inattendue. Signalez un bug sur notre outil de suivi des problèmes." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -634,7 +647,9 @@ msgstr "Notifiez un bug sur l'outil de suivi des problèmes d'Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Impossible de découper le matériau actuel, car celui-ci est incompatible avec la machine ou la configuration sélectionnée." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -650,24 +665,31 @@ msgstr "Impossible de découper" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Impossible de couper avec les paramètres actuels. Les paramètres suivants contiennent des erreurs : {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Impossible de couper en raison de certains paramètres par modèle. Les paramètres suivants contiennent des erreurs sur un ou plusieurs modèles : {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "Impossible de couper car la tour primaire ou la (les) position(s) d'amorçage ne sont pas valides." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Impossible de couper car il existe des objets associés à l'extrudeuse désactivée %s." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -677,11 +699,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Veuillez vérifier les paramètres et si vos modèles :\n" -"- S'intègrent dans le volume de fabrication\n" -"- Sont affectés à un extrudeur activé\n" -"- N sont pas tous définis comme des mailles de modificateur" +msgstr "Veuillez vérifier les paramètres et si vos modèles :\n- S'intègrent dans le volume de fabrication\n- Sont affectés à un extrudeur activé\n- N sont pas" +" tous définis comme des mailles de modificateur" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -733,8 +752,12 @@ msgstr "Buse" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Le fichier projet {0} contient un type de machine inconnu {1}. Impossible d'importer la machine. Les modèles seront importés à la place." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "Le fichier projet {0} contient un type de machine inconnu {1}. Impossible d'importer la machine. Les modèles seront" +" importés à la place." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -744,7 +767,9 @@ msgstr "Ouvrir un fichier de projet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "Le fichier de projet {0} est soudainement inaccessible : {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -756,13 +781,16 @@ msgstr "Impossible d'ouvrir le fichier de projet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "Le fichier de projet {0} est corrompu : {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "Le fichier de projet {0} a été réalisé en utilisant des profils inconnus de cette version d'Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -902,46 +930,48 @@ msgstr "Sélectionner les mises à niveau" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Dossier inconnu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Auteur inconnu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Impossible d'interpréter la réponse du serveur." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Impossible d'accéder à la Marketplace." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Plug-ins installés" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Matériaux installés" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Plug-ins groupés" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Matériaux groupés" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "Les zones surlignées indiquent que des surfaces manquent ou sont étrangères. Réparez votre modèle et ouvrez-le à nouveau dans Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -974,8 +1004,11 @@ msgstr "Détails G-Code" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Assurez-vous que le g-code est adapté à votre imprimante et à la configuration de l'imprimante avant d'y envoyer le fichier. La représentation du g-code peut ne pas être exacte." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." +msgstr "Assurez-vous que le g-code est adapté à votre imprimante et à la configuration de l'imprimante avant d'y envoyer le fichier. La représentation du g-code" +" peut ne pas être exacte." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" @@ -1009,12 +1042,15 @@ msgstr "Connecté via USB" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Une impression USB est en cours, la fermeture de Cura arrêtera cette impression. Êtes-vous sûr ?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Une impression est encore en cours. Cura ne peut pas démarrer une autre impression via USB tant que l'impression précédente n'est pas terminée." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1064,7 +1100,9 @@ msgstr "Initialisation du moteur..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1096,7 +1134,9 @@ msgstr "Visuel" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "Le profil visuel est conçu pour imprimer des prototypes et des modèles visuels dans le but d'obtenir une qualité visuelle et de surface élevée." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1108,8 +1148,11 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Le profil d'ingénierie est conçu pour imprimer des prototypes fonctionnels et des pièces finales dans le but d'obtenir une meilleure précision et des tolérances plus étroites." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." +msgstr "Le profil d'ingénierie est conçu pour imprimer des prototypes fonctionnels et des pièces finales dans le but d'obtenir une meilleure précision et des tolérances" +" plus étroites." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 @@ -1120,7 +1163,9 @@ msgstr "Ébauche" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "L'ébauche du profil est conçue pour imprimer les prototypes initiaux et la validation du concept dans le but de réduire considérablement le temps d'impression." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1143,7 +1188,8 @@ msgstr "Inconnu" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Les imprimantes ci-dessous ne peuvent pas être connectées car elles font partie d'un groupe" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1159,7 +1205,9 @@ msgstr "Calculer" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Veuillez synchroniser les profils de matériaux avec vos imprimantes avant de commencer à imprimer." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1172,7 +1220,7 @@ msgstr "Nouveaux matériaux installés" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Synchroniser les matériaux" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1226,7 +1274,9 @@ msgstr "Il manque des informations importantes dans la réponse de Digital Facto #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Échec de la connexion à Digital Factory pour synchroniser les matériaux avec certaines imprimantes." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1401,8 +1451,11 @@ msgstr "Suivant" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "La hauteur du volume d'impression a été réduite en raison de la valeur du paramètre « Séquence d'impression » afin d'éviter que le portique ne heurte les modèles imprimés." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "La hauteur du volume d'impression a été réduite en raison de la valeur du paramètre « Séquence d'impression » afin d'éviter que le portique ne heurte les" +" modèles imprimés." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" @@ -1434,7 +1487,9 @@ msgstr "Le fichier existe déjà" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "Le fichier {0} existe déjà. Êtes-vous sûr de vouloir le remplacer ?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1455,7 +1510,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "Les paramètres ont été modifiés pour correspondre aux extrudeuses actuellement disponibles :" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1471,13 +1527,16 @@ msgstr "Extrudeuse(s) désactivée(s)" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Échec de l'exportation du profil vers {0} : {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Échec de l'exportation du profil vers {0} : le plug-in du générateur a rapporté une erreur." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1500,7 +1559,8 @@ msgstr "Impossible d'importer le profil depuis {0} : {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Impossible d'importer le profil depuis {0} avant l'ajout d'une imprimante." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1519,7 +1579,9 @@ msgstr "Échec de l'importation du profil depuis le fichier {0}!" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Le profil {0} contient des données incorrectes ; échec de l'importation." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1569,14 +1631,20 @@ msgstr "Impossible d'ajouter le profil." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "Le type de qualité « {0} » n'est pas compatible avec la définition actuelle de la machine active « {1} »." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Avertissement : le profil n'est pas visible car son type de qualité « {0} » n'est pas disponible pour la configuration actuelle. Passez à une combinaison matériau/buse qui peut utiliser ce type de qualité." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Avertissement : le profil n'est pas visible car son type de qualité « {0} » n'est pas disponible pour la configuration actuelle. Passez à une combinaison" +" matériau/buse qui peut utiliser ce type de qualité." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1595,7 +1663,9 @@ msgstr "Placement de l'objet" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Impossible de lancer une nouvelle procédure de connexion. Vérifiez si une autre tentative de connexion est toujours active." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1641,17 +1711,20 @@ msgstr "Échec du démarrage de Cura" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Oups, un problème est survenu dans Ultimaker Cura.

    \n" -"

    Une erreur irrécupérable est survenue lors du démarrage. Elle peut avoir été causée par des fichiers de configuration incorrects. Nous vous suggérons de sauvegarder et de réinitialiser votre configuration.

    \n" -"

    Les sauvegardes se trouvent dans le dossier de configuration.

    \n" -"

    Veuillez nous envoyer ce rapport d'incident pour que nous puissions résoudre le problème.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    Oups, un problème est survenu dans Ultimaker Cura.

    \n

    Une erreur irrécupérable est survenue lors du démarrage. Elle" +" peut avoir été causée par des fichiers de configuration incorrects. Nous vous suggérons de sauvegarder et de réinitialiser votre configuration.

    \n " +"

    Les sauvegardes se trouvent dans le dossier de configuration.

    \n

    Veuillez nous envoyer ce rapport d'incident pour que nous" +" puissions résoudre le problème.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1681,13 +1754,13 @@ msgstr "Rapport d'incident" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Une erreur fatale est survenue dans Cura. Veuillez nous envoyer ce rapport d'incident pour résoudre le problème

    \n" -"

    Veuillez utiliser le bouton « Envoyer rapport » pour publier automatiquement un rapport d'erreur sur nos serveurs

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Une erreur fatale est survenue dans Cura. Veuillez nous envoyer ce rapport d'incident pour résoudre le problème

    \n

    Veuillez" +" utiliser le bouton « Envoyer rapport » pour publier automatiquement un rapport d'erreur sur nos serveurs

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1779,10 +1852,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Assurez-vous que votre imprimante est connectée :\n" -"- Vérifiez si l'imprimante est sous tension.\n" -"- Vérifiez si l'imprimante est connectée au réseau.- Vérifiez si vous êtes connecté pour découvrir les imprimantes connectées au cloud." +msgstr "Assurez-vous que votre imprimante est connectée :\n- Vérifiez si l'imprimante est sous tension.\n- Vérifiez si l'imprimante est connectée au réseau.- Vérifiez" +" si vous êtes connecté pour découvrir les imprimantes connectées au cloud." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1862,13 +1933,20 @@ msgstr "Mettre à jour le firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Le firmware est le logiciel fonctionnant directement dans votre imprimante 3D. Ce firmware contrôle les moteurs pas à pas, régule la température et surtout, fait que votre machine fonctionne." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "Le firmware est le logiciel fonctionnant directement dans votre imprimante 3D. Ce firmware contrôle les moteurs pas à pas, régule la température et surtout," +" fait que votre machine fonctionne." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." -msgstr "Le firmware fourni avec les nouvelles imprimantes fonctionne, mais les nouvelles versions ont tendance à fournir davantage de fonctionnalités ainsi que des améliorations." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." +msgstr "Le firmware fourni avec les nouvelles imprimantes fonctionne, mais les nouvelles versions ont tendance à fournir davantage de fonctionnalités ainsi que" +" des améliorations." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 msgctxt "@action:button" @@ -1882,12 +1960,15 @@ msgstr "Charger le firmware personnalisé" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "Impossible de se connecter à l'imprimante ; échec de la mise à jour du firmware." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "Échec de la mise à jour du firmware, car cette fonctionnalité n'est pas prise en charge par la connexion avec l'imprimante." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2011,8 +2092,11 @@ msgstr "Veuillez mettre à jour le Firmware de votre imprimante pour gérer la f #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Les flux de webcam des imprimantes cloud ne peuvent pas être visualisés depuis Ultimaker Cura. Cliquez sur « Gérer l'imprimante » pour visiter Ultimaker Digital Factory et voir cette webcam." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Les flux de webcam des imprimantes cloud ne peuvent pas être visualisés depuis Ultimaker Cura. Cliquez sur « Gérer l'imprimante » pour visiter Ultimaker" +" Digital Factory et voir cette webcam." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2072,13 +2156,16 @@ msgstr "Remplacer" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "L'imprimante assignée, %1, nécessite la modification de configuration suivante :" msgstr[1] "L'imprimante assignée, %1, nécessite les modifications de configuration suivantes :" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "L'imprimante %1 est assignée, mais le projet contient une configuration matérielle inconnue." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2103,7 +2190,9 @@ msgstr "Changer le plateau en %1 (Ceci ne peut pas être remplacé)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "Si vous sélectionnez « Remplacer », les paramètres de la configuration actuelle de l'imprimante seront utilisés. Cela peut entraîner l'échec de l'impression." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2133,8 +2222,15 @@ msgstr "Connecter à l'imprimante en réseau" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Pour imprimer directement sur votre imprimante via le réseau, assurez-vous que votre imprimante est connectée au réseau via un câble Ethernet ou en connectant votre imprimante à votre réseau Wi-Fi. Si vous ne connectez pas Cura avec votre imprimante, vous pouvez utiliser une clé USB pour transférer les fichiers g-code sur votre imprimante." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Pour imprimer directement sur votre imprimante via le réseau, assurez-vous que votre imprimante est connectée au réseau via un câble Ethernet ou en connectant" +" votre imprimante à votre réseau Wi-Fi. Si vous ne connectez pas Cura avec votre imprimante, vous pouvez utiliser une clé USB pour transférer les fichiers" +" g-code sur votre imprimante." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2161,7 +2257,9 @@ msgstr "Rafraîchir" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Si votre imprimante n'apparaît pas dans la liste, lisez le guide de dépannage de l'impression en réseau" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2438,7 +2536,7 @@ msgstr "max" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Convertir l'image" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2468,7 +2566,7 @@ msgstr "Largeur (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "La largeur en millimètres sur le plateau de fabrication" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2492,13 +2590,19 @@ msgstr "Le plus clair est plus haut" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Pour les lithophanies, les pixels foncés doivent correspondre à des emplacements plus épais afin d'empêcher la lumière de passer. Pour des cartes de hauteur, les pixels clairs signifient un terrain plus élevé, de sorte que les pixels clairs doivent correspondre à des emplacements plus épais dans le modèle 3D généré." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Pour les lithophanies, les pixels foncés doivent correspondre à des emplacements plus épais afin d'empêcher la lumière de passer. Pour des cartes de hauteur," +" les pixels clairs signifient un terrain plus élevé, de sorte que les pixels clairs doivent correspondre à des emplacements plus épais dans le modèle 3D" +" généré." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Modèle de couleur" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2512,8 +2616,11 @@ msgstr "Translucidité" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Pour les lithophanes, un modèle logarithmique simple de la translucidité est disponible. Pour les cartes de hauteur, les valeurs des pixels correspondent aux hauteurs de façon linéaire." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." +msgstr "Pour les lithophanes, un modèle logarithmique simple de la translucidité est disponible. Pour les cartes de hauteur, les valeurs des pixels correspondent" +" aux hauteurs de façon linéaire." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" @@ -2522,8 +2629,12 @@ msgstr "Transmission 1 mm (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Le pourcentage de lumière pénétrant une impression avec une épaisseur de 1 millimètre. La diminution de cette valeur augmente le contraste dans les régions sombres et diminue le contraste dans les régions claires de l'image." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "Le pourcentage de lumière pénétrant une impression avec une épaisseur de 1 millimètre. La diminution de cette valeur augmente le contraste dans les régions" +" sombres et diminue le contraste dans les régions claires de l'image." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2745,7 +2856,9 @@ msgstr "Restaurer la sauvegarde" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "Vous devez redémarrer Cura avant que votre sauvegarde ne soit restaurée. Voulez-vous fermer Cura maintenant ?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2768,12 +2881,16 @@ msgstr "Mes sauvegardes" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "Vous n'avez actuellement aucune sauvegarde. Utilisez le bouton « Sauvegarder maintenant » pour en créer une." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "Pendant la phase de prévisualisation, vous ne pourrez voir qu'un maximum de 5 sauvegardes. Supprimez une sauvegarde pour voir les plus anciennes." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2788,8 +2905,11 @@ msgstr "Plus d'informations sur la collecte de données anonymes" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura recueille des données anonymes afin d'améliorer la qualité d'impression et l'expérience utilisateur. Voici un exemple de toutes les données partagées :" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura recueille des données anonymes afin d'améliorer la qualité d'impression et l'expérience utilisateur. Voici un exemple de toutes les données" +" partagées :" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 msgctxt "@text:window" @@ -2850,13 +2970,21 @@ msgstr "Nivellement du plateau" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Pour obtenir des résultats d'impression optimaux, vous pouvez maintenant régler votre plateau. Quand vous cliquez sur 'Aller à la position suivante', la buse se déplacera vers les différentes positions pouvant être réglées." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Pour obtenir des résultats d'impression optimaux, vous pouvez maintenant régler votre plateau. Quand vous cliquez sur 'Aller à la position suivante', la" +" buse se déplacera vers les différentes positions pouvant être réglées." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Pour chacune des positions ; glissez un bout de papier sous la buse et ajustez la hauteur du plateau. La hauteur du plateau est juste lorsque la pointe de la buse gratte légèrement le papier." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Pour chacune des positions ; glissez un bout de papier sous la buse et ajustez la hauteur du plateau. La hauteur du plateau est juste lorsque la pointe" +" de la buse gratte légèrement le papier." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2871,42 +2999,42 @@ msgstr "Aller à la position suivante" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Plug-in Ultimaker vérifié" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Matériau Ultimaker certifié" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Package Ultimaker vérifié" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Chargement..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Matériaux" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Rechercher dans le navigateur" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Pour pouvoir utiliser le package, vous devrez redémarrer Cura" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2916,164 +3044,166 @@ msgstr "Quitter %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Par" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Activer" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Désactiver" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Téléchargement..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Revenir à une version précédente" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Installation..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Installer" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Désinstaller" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Mise à jour..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Mise à jour" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Installer les plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Simplifiez votre flux de travail et personnalisez votre expérience Ultimaker Cura avec des plug-ins fournis par notre incroyable communauté d'utilisateurs." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Gérer les packages" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Description" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Imprimantes compatibles" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Aucune information sur la compatibilité" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Matériaux de support compatibles" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Aucun" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Compatible avec la Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Oui" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Non" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Optimisé pour Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Visitez le site Web du plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Site Internet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Acheter une bobine" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Fiche technique sur la sécurité" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Fiche technique" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Détails sur le paquet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Précédent" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Contrat de licence du plugin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Veuillez lire et accepter la licence du plug-in." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Accepter" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3083,52 +3213,56 @@ msgstr "Refuser" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Échec du chargement des packages :" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Réessayer ?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Chargement" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Plus aucun résultat à charger" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Aucun résultat trouvé avec le filtre actuel" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Charger plus" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Gérer les packages" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Gérez vos plug-ins Ultimaker Cura et vos profils matériaux ici. Assurez-vous de maintenir vos plug-ins à jour et de sauvegarder régulièrement votre configuration." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Installer des matériaux" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Sélectionnez et installez des profils de matériaux optimisés pour vos imprimantes 3D Ultimaker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3376,7 +3510,9 @@ msgstr "Nouveau projet" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Êtes-vous sûr(e) de souhaiter lancer un nouveau projet ? Cela supprimera les objets du plateau ainsi que tous paramètres non enregistrés." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3391,8 +3527,11 @@ msgstr "Plateau" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "Température cible du plateau chauffant. Le plateau sera chauffé ou refroidi pour tendre vers cette température. Si la valeur est 0, le chauffage du plateau sera éteint." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." +msgstr "Température cible du plateau chauffant. Le plateau sera chauffé ou refroidi pour tendre vers cette température. Si la valeur est 0, le chauffage du plateau" +" sera éteint." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 msgctxt "@tooltip" @@ -3418,8 +3557,12 @@ msgstr "Préchauffer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Préchauffez le plateau avant l'impression. Vous pouvez continuer à ajuster votre impression pendant qu'il chauffe, et vous n'aurez pas à attendre que le plateau chauffe lorsque vous serez prêt à lancer l'impression." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Préchauffez le plateau avant l'impression. Vous pouvez continuer à ajuster votre impression pendant qu'il chauffe, et vous n'aurez pas à attendre que le" +" plateau chauffe lorsque vous serez prêt à lancer l'impression." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3458,7 +3601,9 @@ msgstr "Envoyer G-Code" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Envoyer une commande G-Code personnalisée à l'imprimante connectée. Appuyez sur « Entrée » pour envoyer la commande." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3468,8 +3613,11 @@ msgstr "Extrudeuse" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Température cible de l'extrémité chauffante. L'extrémité chauffante sera chauffée ou refroidie pour tendre vers cette température. Si la valeur est 0, le chauffage de l'extrémité chauffante sera coupé." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Température cible de l'extrémité chauffante. L'extrémité chauffante sera chauffée ou refroidie pour tendre vers cette température. Si la valeur est 0," +" le chauffage de l'extrémité chauffante sera coupé." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 msgctxt "@tooltip" @@ -3483,8 +3631,12 @@ msgstr "Température jusqu'à laquelle préchauffer l'extrémité chauffante." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Préchauffez l'extrémité chauffante avant l'impression. Vous pouvez continuer l'ajustement de votre impression pendant qu'elle chauffe, ce qui vous évitera un temps d'attente lorsque vous serez prêt à lancer l'impression." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Préchauffez l'extrémité chauffante avant l'impression. Vous pouvez continuer l'ajustement de votre impression pendant qu'elle chauffe, ce qui vous évitera" +" un temps d'attente lorsque vous serez prêt à lancer l'impression." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3508,7 +3660,9 @@ msgstr "Ouvrir un fichier de projet" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Ceci est un fichier de projet Cura. Souhaitez-vous l'ouvrir comme projet ou en importer les modèles ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3564,8 +3718,12 @@ msgstr "Ouvrir le(s) fichier(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Nous avons trouvé au moins un fichier de projet parmi les fichiers que vous avez sélectionnés. Vous ne pouvez ouvrir qu'un seul fichier de projet à la fois. Nous vous conseillons de n'importer que les modèles de ces fichiers. Souhaitez-vous continuer ?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Nous avons trouvé au moins un fichier de projet parmi les fichiers que vous avez sélectionnés. Vous ne pouvez ouvrir qu'un seul fichier de projet à la" +" fois. Nous vous conseillons de n'importer que les modèles de ces fichiers. Souhaitez-vous continuer ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3592,9 +3750,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura a été développé par Ultimaker B.V. en coopération avec la communauté Ultimaker.\n" -"Cura est fier d'utiliser les projets open source suivants :" +msgstr "Cura a été développé par Ultimaker B.V. en coopération avec la communauté Ultimaker.\nCura est fier d'utiliser les projets open source suivants :" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3689,7 +3845,7 @@ msgstr "Bibliothèque de découpe polygone" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Connexions avec Python pour Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3749,8 +3905,12 @@ msgstr "Annuler ou conserver les modifications" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Vous avez personnalisé certains paramètres de profil.\nSouhaitez-vous conserver ces paramètres modifiés après avoir changé de profil ?\nVous pouvez également" +" annuler les modifications pour charger les valeurs par défaut de '%1'." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3920,12 +4080,15 @@ msgstr "Chargement des configurations disponibles à partir de l'imprimante..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "Les configurations ne sont pas disponibles car l'imprimante est déconnectée." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Cette configuration n'est pas disponible car %1 n'est pas reconnu. Veuillez visiter %2 pour télécharger le profil matériel correct." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3935,7 +4098,8 @@ msgstr "Marché en ligne" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "La configuration de cet extrudeur n'est pas autorisée et interdit la découpe." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4044,10 +4208,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Ajoutez des profils de matériaux et des plug-ins à partir de la Marketplace\n" -"- Sauvegardez et synchronisez vos profils de matériaux et vos plug-ins\n" -"- Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker" +msgstr "- Ajoutez des profils de matériaux et des plug-ins à partir de la Marketplace\n- Sauvegardez et synchronisez vos profils de matériaux et vos plug-ins\n-" +" Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4221,8 +4383,12 @@ msgstr "Ouvrir le(s) fichier(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Nous avons trouvé au moins un fichier G-Code parmi les fichiers que vous avez sélectionné. Vous ne pouvez ouvrir qu'un seul fichier G-Code à la fois. Si vous souhaitez ouvrir un fichier G-Code, veuillez ne sélectionner qu'un seul fichier de ce type." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Nous avons trouvé au moins un fichier G-Code parmi les fichiers que vous avez sélectionné. Vous ne pouvez ouvrir qu'un seul fichier G-Code à la fois. Si" +" vous souhaitez ouvrir un fichier G-Code, veuillez ne sélectionner qu'un seul fichier de ce type." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4271,9 +4437,15 @@ msgid "Custom" msgstr "Personnalisé" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "Il n'y a pas de profil %1 pour la configuration dans l'extrudeur %2. L'intention par défaut sera utilisée à la place" msgstr[1] "Il n'y a pas de profil %1 pour les configurations dans les extrudeurs %2. L'intention par défaut sera utilisée à la place" @@ -4284,7 +4456,8 @@ msgstr "Remplissage graduel" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Un remplissage graduel augmentera la quantité de remplissage vers le haut." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4294,7 +4467,9 @@ msgstr "Support" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Générer des structures pour soutenir les parties du modèle qui possèdent des porte-à-faux. Sans ces structures, ces parties s'effondreront durant l'impression." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4305,7 +4480,9 @@ msgstr "Profils" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "Vous avez modifié certains paramètres du profil. Si vous souhaitez les modifier, allez dans le mode Personnaliser." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4315,8 +4492,11 @@ msgstr "Adhérence" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Activez l'impression d'une bordure ou plaquette (Brim/Raft). Cela ajoutera une zone plate autour de ou sous votre objet qui est facile à découper par la suite." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." +msgstr "Activez l'impression d'une bordure ou plaquette (Brim/Raft). Cela ajoutera une zone plate autour de ou sous votre objet qui est facile à découper par la" +" suite." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 msgctxt "@label:header" @@ -4337,13 +4517,11 @@ msgstr "Profil" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Certaines valeurs de paramètre / forçage sont différentes des valeurs enregistrées dans le profil. \n" -"\n" -"Cliquez pour ouvrir le gestionnaire de profils." +msgstr "Certaines valeurs de paramètre / forçage sont différentes des valeurs enregistrées dans le profil. \n\nCliquez pour ouvrir le gestionnaire de profils." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4363,29 +4541,34 @@ msgstr "Actuel" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Unité" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Renommer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Veuillez indiquer un nouveau nom." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Ce paramètre a été masqué par la machine active et ne sera pas visible." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Ce paramètre a été masqué par la valeur de %1. Modifiez la valeur de ce paramètre pour le rendre visible." +msgstr[1] "Ce paramètre a été masqué par les valeurs de %1. Modifiez les valeurs de ces paramètres pour les rendre visibles." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4396,7 +4579,7 @@ msgstr "Visibilité des paramètres" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Rétablir les paramètres par défaut" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4406,7 +4589,7 @@ msgstr "Vérifier tout" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Ajouter un nouveau" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4428,7 +4611,9 @@ msgstr "Confirmer le changement de diamètre" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "Le nouveau diamètre de filament est réglé sur %1 mm, ce qui n'est pas compatible avec l'extrudeuse actuelle. Souhaitez-vous poursuivre ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4454,7 +4639,7 @@ msgstr "Couleur" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Sélecteur de couleur de matériau" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4528,7 +4713,9 @@ msgstr "Synchroniser les matériaux avec les imprimantes" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "En suivant quelques étapes simples, vous serez en mesure de synchroniser tous vos profils de matériaux avec vos imprimantes." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4548,7 +4735,9 @@ msgstr "Se connecter" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Pour synchroniser automatiquement les profils de matériaux avec toutes vos imprimantes connectées à Digital Factory, vous devez être connecté à Cura." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4586,7 +4775,8 @@ msgstr "Imprimantes manquantes ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Assurez-vous que toutes vos imprimantes sont allumées et connectées à Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4623,8 +4813,12 @@ msgstr "Aucune imprimante trouvée" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Il semble que vous n'ayez aucune imprimante compatible connectée à Digital Factory. Assurez-vous que votre imprimante est connectée et qu'elle utilise le dernier micrologiciel." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." +msgstr "Il semble que vous n'ayez aucune imprimante compatible connectée à Digital Factory. Assurez-vous que votre imprimante est connectée et qu'elle utilise" +" le dernier micrologiciel." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" @@ -4642,8 +4836,10 @@ msgid "Sync material profiles via USB" msgstr "Synchroniser les profils de matériaux via USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Suivez les étapes suivantes pour charger les nouveaux profils de matériaux dans votre imprimante." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4658,7 +4854,9 @@ msgstr "Enregistrez le fichier .umm sur une clé USB." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Insérez la clé USB dans votre imprimante et lancez la procédure pour charger de nouveaux profils de matériaux." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4685,13 +4883,13 @@ msgstr "Exporter tous les matériaux" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Matériaux compatibles avec l'imprimante active :" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Créer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4702,7 +4900,7 @@ msgstr "Importer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Synchroniser les imprimantes" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4741,7 +4939,8 @@ msgstr "Matériau %1 importé avec succès" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Impossible d'importer le matériau %1 : %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4752,7 +4951,8 @@ msgstr "Exporter un matériau" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Échec de l'exportation de matériau vers %1 : %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4763,31 +4963,33 @@ msgstr "Matériau exporté avec succès vers %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Profils compatibles avec l'imprimante active :" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Créer un nouveau profil à partir des paramètres/remplacements actuels" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Certains paramètres du profil actuel ont été remplacés." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Mettre à jour le profil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Mettre à jour le profil avec les paramètres actuels  / forcer " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "Ce profil utilise les paramètres par défaut spécifiés par l'imprimante, de sorte qu'aucun paramètre / forçage n'apparaît dans la liste ci-dessous." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4840,7 +5042,7 @@ msgstr "Interface" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "--complet --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4848,9 +5050,10 @@ msgid "Currency:" msgstr "Devise :" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Thème* :" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4864,8 +5067,9 @@ msgstr "Découper automatiquement" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Vous devez redémarrer l'application pour appliquer ces changements." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4874,7 +5078,9 @@ msgstr "Comportement Viewport" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Surligne les parties non supportées du modèle en rouge. Sans ajouter de support, ces zones ne s'imprimeront pas correctement." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4884,8 +5090,11 @@ msgstr "Mettre en surbrillance les porte-à-faux" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Surlignez les surfaces du modèle manquantes ou étrangères en utilisant les signes d'avertissement. Les Toolpaths seront souvent les parties manquantes de la géométrie prévue." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." +msgstr "Surlignez les surfaces du modèle manquantes ou étrangères en utilisant les signes d'avertissement. Les Toolpaths seront souvent les parties manquantes" +" de la géométrie prévue." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" @@ -4894,7 +5103,9 @@ msgstr "Afficher les erreurs du modèle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Déplace la caméra afin que le modèle sélectionné se trouve au centre de la vue" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4919,7 +5130,8 @@ msgstr "Le zoom doit-il se faire dans la direction de la souris ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Le zoom vers la souris n'est pas pris en charge dans la perspective orthographique." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4929,7 +5141,8 @@ msgstr "Zoomer vers la direction de la souris" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "Les modèles dans la zone d'impression doivent-ils être déplacés afin de ne plus se croiser ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5002,7 +5215,9 @@ msgstr "Ouvrir et enregistrer des fichiers" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "L'ouverture de fichiers à partir du bureau ou d'applications externes doit-elle se faire dans la même instance de Cura ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5012,7 +5227,9 @@ msgstr "Utiliser une seule instance de Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Les objets doivent-ils être supprimés du plateau de fabrication avant de charger un nouveau modèle dans l'instance unique de Cura ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5032,7 +5249,9 @@ msgstr "Réduire la taille des modèles trop grands" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "Un modèle peut apparaître en tout petit si son unité est par exemple en mètres plutôt qu'en millimètres. Ces modèles doivent-ils être agrandis ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5052,7 +5271,9 @@ msgstr "Sélectionner les modèles lorsqu'ils sont chargés" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Un préfixe basé sur le nom de l'imprimante doit-il être automatiquement ajouté au nom de la tâche d'impression ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5097,12 +5318,18 @@ msgstr "Toujours importer les modèles" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Lorsque vous apportez des modifications à un profil puis passez à un autre profil, une boîte de dialogue apparaît, vous demandant si vous souhaitez conserver les modifications. Vous pouvez aussi choisir une option par défaut, et le dialogue ne s'affichera plus." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Lorsque vous apportez des modifications à un profil puis passez à un autre profil, une boîte de dialogue apparaît, vous demandant si vous souhaitez conserver" +" les modifications. Vous pouvez aussi choisir une option par défaut, et le dialogue ne s'affichera plus." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Comportement par défaut pour les valeurs de paramètres modifiées lors du passage à un profil différent : " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5122,8 +5349,12 @@ msgstr "Confidentialité" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Les données anonymes de votre impression doivent-elles être envoyées à Ultimaker ? Notez qu'aucun modèle, aucune adresse IP ni aucune autre information permettant de vous identifier personnellement ne seront envoyés ou stockés." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "Les données anonymes de votre impression doivent-elles être envoyées à Ultimaker ? Notez qu'aucun modèle, aucune adresse IP ni aucune autre information" +" permettant de vous identifier personnellement ne seront envoyés ou stockés." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" @@ -5167,8 +5398,11 @@ msgstr "Versions stables et bêta" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Une vérification automatique des nouveaux plugins doit-elle être effectuée à chaque fois que Cura est lancé ? Il est fortement recommandé de ne pas désactiver cette fonction !" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" +msgstr "Une vérification automatique des nouveaux plugins doit-elle être effectuée à chaque fois que Cura est lancé ? Il est fortement recommandé de ne pas désactiver" +" cette fonction !" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 msgctxt "@option:check" @@ -5208,7 +5442,9 @@ msgstr "L'imprimante à cette adresse n'a pas encore répondu." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Cette imprimante ne peut pas être ajoutée parce qu'il s'agit d'une imprimante inconnue ou de l'hôte d'un groupe." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5305,10 +5541,10 @@ msgstr "Bienvenue dans Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Veuillez suivre ces étapes pour configurer\n" -"Ultimaker Cura. Cela ne prendra que quelques instants." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Veuillez suivre ces étapes pour configurer\nUltimaker Cura. Cela ne prendra que quelques instants." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5387,7 +5623,9 @@ msgstr "Aidez-nous à améliorer Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura recueille des données anonymes pour améliorer la qualité d'impression et l'expérience utilisateur, notamment :" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5412,7 +5650,8 @@ msgstr "Paramètres d'impression" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Les données recueillies par Ultimaker Cura ne contiendront aucun renseignement personnel." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5464,22 +5703,30 @@ msgstr "Imprimantes préréglées" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "L'imprimante cloud est hors ligne. Veuillez vérifier si l'imprimante est activée et connectée à Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Cette imprimante n'est pas associée à votre compte. Veuillez visiter l'Ultimaker Digital Factory pour établir une connexion." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "La connexion cloud est actuellement indisponible. Veuillez vous connecter pour connecter l'imprimante cloud." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "La connexion cloud est actuellement indisponible. Veuillez vérifier votre connexion Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5495,7 +5742,7 @@ msgstr "Gérer les imprimantes" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Rechercher" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5555,13 +5802,11 @@ msgstr "Êtes-vous sûr(e) de vouloir abandonner l'impression ?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Certains paramètres masqués utilisent des valeurs différentes de leur valeur normalement calculée.\n" -"\n" -"Cliquez pour rendre ces paramètres visibles." +msgstr "Certains paramètres masqués utilisent des valeurs différentes de leur valeur normalement calculée.\n\nCliquez pour rendre ces paramètres visibles." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5601,7 +5846,9 @@ msgstr "Configurer la visibilité des paramètres..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Ce paramètre n'est pas utilisé car tous les paramètres qu'il influence sont remplacés." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5616,7 +5863,9 @@ msgstr "Touché par" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Ce paramètre est toujours partagé par toutes les extrudeuses. Le modifier ici entraînera la modification de la valeur pour toutes les extrudeuses." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5630,26 +5879,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Ce paramètre possède une valeur qui est différente du profil.\n" -"\n" -"Cliquez pour restaurer la valeur du profil." +msgstr "Ce paramètre possède une valeur qui est différente du profil.\n\nCliquez pour restaurer la valeur du profil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Ce paramètre est normalement calculé mais il possède actuellement une valeur absolue définie.\n" -"\n" -"Cliquez pour restaurer la valeur calculée." +msgstr "Ce paramètre est normalement calculé mais il possède actuellement une valeur absolue définie.\n\nCliquez pour restaurer la valeur calculée." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Hex" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5674,7 +5918,7 @@ msgstr "Durée restante estimée" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Afficher le dépannage en ligne" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5752,9 +5996,11 @@ msgid "Manage Materials..." msgstr "Gérer les matériaux..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Ajouter d'autres matériaux depuis la Marketplace" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6008,7 +6254,9 @@ msgstr "Lecteur UFP" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Se connecte à la Digital Library, permettant à Cura d'ouvrir des fichiers à partir de cette dernière et d'y enregistrer des fichiers." #: DigitalLibrary/plugin.json @@ -6048,7 +6296,9 @@ msgstr "Connexion réseau Ultimaker" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Vérifie les modèles et la configuration de l'impression pour déceler d'éventuels problèmes d'impression et donne des suggestions." #: ModelChecker/plugin.json @@ -6059,7 +6309,7 @@ msgstr "Contrôleur de modèle" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Fournit l'aperçu des données du slice." #: SimulationView/plugin.json msgctxt "name" @@ -6199,12 +6449,12 @@ msgstr "Mise à jour de 4.1 vers 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Mises à niveau des configurations de Cura 4.13 vers Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Mise à niveau de la version 4.13 vers la version 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6458,7 +6708,8 @@ msgstr "Post-traitement" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Crée un maillage effaceur pour bloquer l'impression du support en certains endroits" #: SupportEraser/plugin.json @@ -6488,7 +6739,9 @@ msgstr "Vue Rayon-X" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Fournit les actions de la machine pour les machines Ultimaker (telles que l'assistant de calibration du plateau, sélection des mises à niveau, etc.)" #: UltimakerMachineActions/plugin.json @@ -6498,13 +6751,15 @@ msgstr "Actions de la machine Ultimaker" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Gère les extensions de l'application et permet de parcourir les extensions à partir du site Web Ultimaker." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Marketplace" #: SolidView/plugin.json msgctxt "description" @@ -6528,7 +6783,9 @@ msgstr "Lecteur G-Code" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Permet de modifier les paramètres de la machine (tels que volume d'impression, taille de buse, etc.)" #: MachineSettingsAction/plugin.json @@ -6538,7 +6795,8 @@ msgstr "Action Paramètres de la machine" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Accepte les G-Code et les envoie à une imprimante. Ce plugin peut aussi mettre à jour le firmware." #: USBPrinting/plugin.json diff --git a/resources/i18n/fr_FR/fdmextruder.def.json.po b/resources/i18n/fr_FR/fdmextruder.def.json.po index 6478e3fe65..f7db23234a 100644 --- a/resources/i18n/fr_FR/fdmextruder.def.json.po +++ b/resources/i18n/fr_FR/fdmextruder.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:16+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: French\n" -"Language: fr_FR\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -53,7 +51,9 @@ msgstr "Diamètre de la buse" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Le diamètre intérieur de la buse. Modifiez ce paramètre si vous utilisez une taille de buse non standard." #: fdmextruder.def.json @@ -93,7 +93,9 @@ msgstr "Extrudeuse Position de départ absolue" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "Rendre la position de départ de l'extrudeuse absolue plutôt que relative à la dernière position connue de la tête." #: fdmextruder.def.json @@ -133,7 +135,9 @@ msgstr "Extrudeuse Position de fin absolue" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "Rendre la position de fin de l'extrudeuse absolue plutôt que relative à la dernière position connue de la tête." #: fdmextruder.def.json @@ -163,7 +167,9 @@ msgstr "Extrudeuse Position d'amorçage Z" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Les coordonnées Z de la position à laquelle la buse s'amorce au début de l'impression." #: fdmextruder.def.json @@ -173,8 +179,12 @@ msgstr "Ventilateur de refroidissement d'impression de l'extrudeuse" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." -msgstr "Numéro du ventilateur de refroidissement d'impression associé à cette extrudeuse. Ne modifiez cette valeur par rapport à la valeur par défaut 0 que si vous utilisez un ventilateur de refroidissement d'impression différent pour chaque extrudeuse." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." +msgstr "Numéro du ventilateur de refroidissement d'impression associé à cette extrudeuse. Ne modifiez cette valeur par rapport à la valeur par défaut 0 que si" +" vous utilisez un ventilateur de refroidissement d'impression différent pour chaque extrudeuse." #: fdmextruder.def.json msgctxt "platform_adhesion label" @@ -193,7 +203,9 @@ msgstr "Extrudeuse Position d'amorçage X" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Les coordonnées X de la position à laquelle la buse s'amorce au début de l'impression." #: fdmextruder.def.json @@ -203,7 +215,9 @@ msgstr "Extrudeuse Position d'amorçage Y" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Les coordonnées Y de la position à laquelle la buse s'amorce au début de l'impression." #: fdmextruder.def.json @@ -223,7 +237,9 @@ msgstr "Diamètre" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Ajuste le diamètre du filament utilisé. Faites correspondre cette valeur au diamètre du filament utilisé." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index 573f454976..6f6f0126c4 100644 --- a/resources/i18n/fr_FR/fdmprinter.def.json.po +++ b/resources/i18n/fr_FR/fdmprinter.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:16+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: French , French \n" -"Language: fr_FR\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -43,7 +41,9 @@ msgstr "Afficher les variantes de la machine" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Afficher ou non les différentes variantes de cette machine qui sont décrites dans des fichiers json séparés." #: fdmprinter.def.json @@ -56,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"Commandes G-Code à exécuter au tout début, séparées par \n" -"." +msgstr "Commandes G-Code à exécuter au tout début, séparées par \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -70,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"Commandes G-Code à exécuter tout à la fin, séparées par \n" -"." +msgstr "Commandes G-Code à exécuter tout à la fin, séparées par \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -91,7 +87,9 @@ msgstr "Diamètre" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Ajuste le diamètre du filament utilisé. Faites correspondre cette valeur au diamètre du filament utilisé." #: fdmprinter.def.json @@ -101,7 +99,9 @@ msgstr "Attendre le chauffage du plateau" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Insérer ou non une commande pour attendre que la température du plateau soit atteinte au démarrage." #: fdmprinter.def.json @@ -121,8 +121,12 @@ msgstr "Inclure les températures du matériau" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Inclure ou non les commandes de température de la buse au début du gcode. Si le gcode_démarrage contient déjà les commandes de température de la buse, l'interface Cura désactive automatiquement ce paramètre." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Inclure ou non les commandes de température de la buse au début du gcode. Si le gcode_démarrage contient déjà les commandes de température de la buse," +" l'interface Cura désactive automatiquement ce paramètre." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -131,8 +135,12 @@ msgstr "Inclure la température du plateau" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Inclure ou non les commandes de température du plateau au début du gcode. Si le gcode_démarrage contient déjà les commandes de température du plateau, l'interface Cura désactive automatiquement ce paramètre." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Inclure ou non les commandes de température du plateau au début du gcode. Si le gcode_démarrage contient déjà les commandes de température du plateau," +" l'interface Cura désactive automatiquement ce paramètre." #: fdmprinter.def.json msgctxt "machine_width label" @@ -171,7 +179,8 @@ msgstr "Forme du plateau" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "La forme du plateau sans prendre les zones non imprimables en compte." #: fdmprinter.def.json @@ -231,8 +240,12 @@ msgstr "Toujours écrire l'outil actif" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Écrivez l'outil actif après avoir envoyé des commandes temporaires à l'outil inactif. Requis pour l'impression à double extrusion avec Smoothie ou un autre micrologiciel avec des commandes d'outils modaux." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Écrivez l'outil actif après avoir envoyé des commandes temporaires à l'outil inactif. Requis pour l'impression à double extrusion avec Smoothie ou un autre" +" micrologiciel avec des commandes d'outils modaux." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -241,7 +254,9 @@ msgstr "Est l'origine du centre" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Si les coordonnées X/Y de la position zéro de l'imprimante se situent au centre de la zone imprimable." #: fdmprinter.def.json @@ -251,7 +266,9 @@ msgstr "Nombre d'extrudeuses" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Nombre de trains d'extrudeuse. Un train d'extrudeuse est la combinaison d'un chargeur, d'un tube bowden et d'une buse." #: fdmprinter.def.json @@ -261,7 +278,8 @@ msgstr "Nombre d'extrudeuses activées" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Nombre de trains d'extrusion activés ; automatiquement défini dans le logiciel" #: fdmprinter.def.json @@ -281,7 +299,9 @@ msgstr "Longueur de la buse" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "La différence de hauteur entre la pointe de la buse et la partie la plus basse de la tête d'impression." #: fdmprinter.def.json @@ -291,7 +311,9 @@ msgstr "Angle de la buse" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "L'angle entre le plan horizontal et la partie conique juste au-dessus de la pointe de la buse." #: fdmprinter.def.json @@ -301,7 +323,9 @@ msgstr "Longueur de la zone chauffée" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "Distance depuis la pointe du bec d'impression sur laquelle la chaleur du bec d'impression est transférée au filament." #: fdmprinter.def.json @@ -311,7 +335,9 @@ msgstr "Permettre le contrôle de la température de la buse" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Contrôler ou non la température depuis Cura. Désactivez cette option pour contrôler la température de la buse depuis une source autre que Cura." #: fdmprinter.def.json @@ -321,7 +347,9 @@ msgstr "Vitesse de chauffage" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "La vitesse (°C/s) à laquelle la buse chauffe, sur une moyenne de la plage de températures d'impression normales et la température en veille." #: fdmprinter.def.json @@ -331,7 +359,9 @@ msgstr "Vitesse de refroidissement" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "La vitesse (°C/s) à laquelle la buse refroidit, sur une moyenne de la plage de températures d'impression normales et la température en veille." #: fdmprinter.def.json @@ -341,8 +371,12 @@ msgstr "Durée minimale température de veille" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "La durée minimale pendant laquelle une extrudeuse doit être inactive avant que la buse ait refroidi. Ce n'est que si une extrudeuse n'est pas utilisée pendant une durée supérieure à celle-ci qu'elle pourra refroidir jusqu'à la température de veille." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "La durée minimale pendant laquelle une extrudeuse doit être inactive avant que la buse ait refroidi. Ce n'est que si une extrudeuse n'est pas utilisée" +" pendant une durée supérieure à celle-ci qu'elle pourra refroidir jusqu'à la température de veille." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -406,7 +440,9 @@ msgstr "Rétraction du firmware" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "S'il faut utiliser les commandes de rétraction du firmware (G10 / G11) au lieu d'utiliser la propriété E dans les commandes G1 pour rétracter le matériau." #: fdmprinter.def.json @@ -416,7 +452,9 @@ msgstr "Les extrudeurs partagent le chauffage" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Si les extrudeurs partagent un seul chauffage au lieu que chaque extrudeur ait son propre chauffage." #: fdmprinter.def.json @@ -426,8 +464,17 @@ msgstr "Les extrudeuses partagent la buse" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Lorsque les extrudeuses partagent une seule buse au lieu que chaque extrudeuse ait sa propre buse. Lorsqu'il est défini à true, le script gcode de démarrage de l'imprimante doit configurer correctement toutes les extrudeuses dans un état de rétraction initial connu et mutuellement compatible (zéro ou un filament non rétracté) ; dans ce cas, l'état de rétraction initial est décrit, par extrudeuse, par le paramètre 'machine_extruders_shared_nozzle_initial_retraction'." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Lorsque les extrudeuses partagent une seule buse au lieu que chaque extrudeuse ait sa propre buse. Lorsqu'il est défini à true, le script gcode de démarrage" +" de l'imprimante doit configurer correctement toutes les extrudeuses dans un état de rétraction initial connu et mutuellement compatible (zéro ou un filament" +" non rétracté) ; dans ce cas, l'état de rétraction initial est décrit, par extrudeuse, par le paramètre 'machine_extruders_shared_nozzle_initial_retraction'." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -436,8 +483,13 @@ msgstr "Rétraction initiale de la buse partagée" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "La quantité de filament de chaque extrudeuse qui est supposée avoir été rétractée de l'extrémité de la buse partagée à la fin du script gcode de démarrage de l'imprimante ; la valeur doit être égale ou supérieure à la longueur de la partie commune des conduits de la buse." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "La quantité de filament de chaque extrudeuse qui est supposée avoir été rétractée de l'extrémité de la buse partagée à la fin du script gcode de démarrage" +" de l'imprimante ; la valeur doit être égale ou supérieure à la longueur de la partie commune des conduits de la buse." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -466,8 +518,12 @@ msgstr "Polygone de la tête de la machine et du ventilateur" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "La forme de la tête d'impression. Ce sont des coordonnées par rapport à la position de la tête d'impression, qui est généralement la position de son premier" +" extrudeur. Les dimensions à gauche et devant la tête d'impression doivent être des coordonnées négatives." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -476,7 +532,9 @@ msgstr "Hauteur du portique" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "La différence de hauteur entre la pointe de la buse et le système de portique (axes X et Y)." #: fdmprinter.def.json @@ -496,7 +554,9 @@ msgstr "Diamètre de la buse" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Le diamètre intérieur de la buse. Modifiez ce paramètre si vous utilisez une taille de buse non standard." #: fdmprinter.def.json @@ -506,7 +566,8 @@ msgstr "Décalage avec extrudeuse" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Appliquez le décalage de l'extrudeuse au système de coordonnées. Affecte toutes les extrudeuses." #: fdmprinter.def.json @@ -516,7 +577,9 @@ msgstr "Extrudeuse Position d'amorçage Z" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Les coordonnées Z de la position à laquelle la buse s'amorce au début de l'impression." #: fdmprinter.def.json @@ -526,7 +589,9 @@ msgstr "Position d'amorçage absolue de l'extrudeuse" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Rendre la position d'amorçage de l'extrudeuse absolue plutôt que relative à la dernière position connue de la tête." #: fdmprinter.def.json @@ -656,7 +721,9 @@ msgstr "Pas par millimètre (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "Nombre de pas du moteur pas à pas correspondant à un mouvement d'un millimètre dans la direction X." #: fdmprinter.def.json @@ -666,7 +733,9 @@ msgstr "Pas par millimètre (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Nombre de pas du moteur pas à pas correspondant à un mouvement d'un millimètre dans la direction Y." #: fdmprinter.def.json @@ -676,7 +745,9 @@ msgstr "Pas par millimètre (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Nombre de pas du moteur pas à pas correspondant à un mouvement d'un millimètre dans la direction Z." #: fdmprinter.def.json @@ -686,7 +757,9 @@ msgstr "Pas par millimètre (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "Nombre de pas des moteurs pas à pas correspondant au déplacement de la roue du chargeur d'un millimètre sur sa circonférence." #: fdmprinter.def.json @@ -696,7 +769,9 @@ msgstr "Butée X en sens positif" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Détermine si la butée de l'axe X est en sens positif (haute coordonnée X) ou négatif (basse coordonnée X)." #: fdmprinter.def.json @@ -706,7 +781,9 @@ msgstr "Butée Y en sens positif" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Détermine si la butée de l'axe Y est en sens positif (haute coordonnée Y) ou négatif (basse coordonnée Y)." #: fdmprinter.def.json @@ -716,7 +793,9 @@ msgstr "Butée Z en sens positif" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Détermine si la butée de l'axe Z est en sens positif (haute coordonnée Z) ou négatif (basse coordonnée Z)." #: fdmprinter.def.json @@ -742,12 +821,12 @@ msgstr "Diamètre de la roue qui entraîne le matériau dans le chargeur." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Mise à l'échelle de la vitesse du ventilateur à 0-1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Mettez à l'échelle la vitesse du ventilateur de 0 à 1 au lieu de 0 à 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -756,7 +835,9 @@ msgstr "Qualité" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Tous les paramètres qui influent sur la résolution de l'impression. Ces paramètres ont un impact conséquent sur la qualité (et la durée d'impression)." #: fdmprinter.def.json @@ -766,8 +847,11 @@ msgstr "Hauteur de la couche" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "La hauteur de chaque couche en mm. Des valeurs plus élevées créent des impressions plus rapides dans une résolution moindre, tandis que des valeurs plus basses entraînent des impressions plus lentes dans une résolution plus élevée." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "La hauteur de chaque couche en mm. Des valeurs plus élevées créent des impressions plus rapides dans une résolution moindre, tandis que des valeurs plus" +" basses entraînent des impressions plus lentes dans une résolution plus élevée." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -776,7 +860,9 @@ msgstr "Hauteur de la couche initiale" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "La hauteur de la couche initiale en mm. Une couche initiale plus épaisse adhère plus facilement au plateau." #: fdmprinter.def.json @@ -786,8 +872,12 @@ msgstr "Largeur de ligne" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "Largeur d'une ligne. Généralement, la largeur de chaque ligne doit correspondre à la largeur de la buse. Toutefois, le fait de diminuer légèrement cette valeur peut fournir de meilleures impressions." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "Largeur d'une ligne. Généralement, la largeur de chaque ligne doit correspondre à la largeur de la buse. Toutefois, le fait de diminuer légèrement cette" +" valeur peut fournir de meilleures impressions." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -806,7 +896,9 @@ msgstr "Largeur de ligne de la paroi externe" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "Largeur de la ligne la plus à l'extérieur de la paroi. Le fait de réduire cette valeur permet d'imprimer des niveaux plus élevés de détails." #: fdmprinter.def.json @@ -816,7 +908,8 @@ msgstr "Largeur de ligne de la (des) paroi(s) interne(s)" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "Largeur d'une seule ligne de la paroi pour toutes les lignes de paroi, à l’exception de la ligne la plus externe." #: fdmprinter.def.json @@ -906,7 +999,9 @@ msgstr "Largeur de ligne couche initiale" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Multiplicateur de la largeur de la ligne sur la première couche. Augmenter le multiplicateur peut améliorer l'adhésion au plateau." #: fdmprinter.def.json @@ -926,7 +1021,9 @@ msgstr "Extrudeuse de paroi" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "Le train d'extrudeuse utilisé pour l'impression des parois. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -936,7 +1033,9 @@ msgstr "Extrudeuse de paroi externe" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "Le train d'extrudeuse utilisé pour l'impression des parois externes. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -946,7 +1045,9 @@ msgstr "Extrudeuse de paroi interne" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "Le train d'extrudeuse utilisé pour l'impression des parois internes. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -956,7 +1057,9 @@ msgstr "Épaisseur de la paroi" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "Épaisseur des parois en sens horizontal. Cette valeur divisée par la largeur de la ligne de la paroi définit le nombre de parois." #: fdmprinter.def.json @@ -966,58 +1069,87 @@ msgstr "Nombre de lignes de la paroi" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Le nombre de parois. Lorsqu'elle est calculée par l'épaisseur de la paroi, cette valeur est arrondie à un nombre entier." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Longueur de transition de la paroi" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Lorsque l'on passe d'un nombre de parois à un autre, au fur et à mesure que la pièce s'amincit, un certain espace est alloué pour diviser ou joindre les" +" lignes de parois." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Nombre de distributions des parois" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "Le nombre de parois, comptées à partir du centre, sur lesquelles la variation doit être répartie. Les valeurs inférieures signifient que les parois extérieures" +" ne changent pas en termes de largeur." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Angle du seuil de transition de la paroi" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Quand créer des transitions entre un nombre uniforme et impair de parois. Une forme de coin dont l'angle est supérieur à ce paramètre n'aura pas de transitions" +" et aucune paroi ne sera imprimée au centre pour remplir l'espace restant. En réduisant ce paramètre, on réduit le nombre et la longueur de ces parois" +" centrales, mais on risque de laisser des trous ou sur-extruder." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Distance du filtre de transition des parois" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "S'il s'agit d'une transition d'avant en arrière entre différents nombres de parois en succession rapide, ne faites pas du tout la transition. Supprimez" +" les transitions si elles sont plus proches les unes des autres que cette distance." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Marge du filtre de transition des parois" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Empêchez la transition d'avant en arrière entre une paroi supplémentaire et une paroi en moins. Cette marge étend la gamme des largeurs de ligne qui suivent" +" à [Largeur minimale de la ligne de paroi - marge, 2 * Largeur minimale de la ligne de paroi + marge]. L'augmentation de cette marge réduit le nombre de" +" transitions, ce qui réduit le nombre de démarrages/arrêts d'extrusion et le temps de trajet. Cependant, une grande variation de la largeur de la ligne" +" peut entraîner des problèmes de sous-extrusion ou de sur-extrusion." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1026,7 +1158,9 @@ msgstr "Distance d'essuyage paroi extérieure" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Distance d'un déplacement inséré après la paroi extérieure, pour mieux masquer la jointure en Z." #: fdmprinter.def.json @@ -1036,8 +1170,13 @@ msgstr "Insert de paroi externe" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Insert appliqué sur le passage de la paroi externe. Si la paroi externe est plus petite que la buse et imprimée après les parois intérieures, utiliser ce décalage pour que le trou dans la buse chevauche les parois internes et non l'extérieur du modèle." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Insert appliqué sur le passage de la paroi externe. Si la paroi externe est plus petite que la buse et imprimée après les parois intérieures, utiliser" +" ce décalage pour que le trou dans la buse chevauche les parois internes et non l'extérieur du modèle." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1046,28 +1185,41 @@ msgstr "Optimiser l'ordre d'impression des parois" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Optimiser l'ordre dans lequel des parois sont imprimées de manière à réduire le nombre de retraits et les distances parcourues. La plupart des pièces bénéficieront de cette possibilité, mais certaines peuvent en fait prendre plus de temps à l'impression ; veuillez dès lors comparer les estimations de durée d'impression avec et sans optimisation. La première couche n'est pas optimisée lorsque le type d'adhérence au plateau est défini sur bordure." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Optimiser l'ordre dans lequel des parois sont imprimées de manière à réduire le nombre de retraits et les distances parcourues. La plupart des pièces bénéficieront" +" de cette possibilité, mais certaines peuvent en fait prendre plus de temps à l'impression ; veuillez dès lors comparer les estimations de durée d'impression" +" avec et sans optimisation. La première couche n'est pas optimisée lorsque le type d'adhérence au plateau est défini sur bordure." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Ordre des parois" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Détermine l'ordre dans lequel les parois sont imprimées. L'impression des parois extérieures plus tôt permet une précision dimensionnelle car les défauts" +" des parois intérieures ne peuvent pas se propager à l'extérieur. Cependant, le fait de les imprimer plus tard leur permet de mieux s'empiler lorsque les" +" saillies sont imprimées." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "De l'intérieur vers l'extérieur" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "De l'extérieur vers l'intérieur" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1076,58 +1228,107 @@ msgstr "Alterner les parois supplémentaires" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "Imprime une paroi supplémentaire une couche sur deux. Ainsi, le remplissage est pris entre ces parois supplémentaires pour créer des impressions plus solides." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Largeur minimale de la ligne de paroi" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Pour les structures fines dont la taille correspond à une ou deux fois celle de la buse, il faut modifier la largeur des lignes pour respecter l'épaisseur" +" du modèle. Ce paramètre contrôle la largeur de ligne minimale autorisée pour les parois. Les largeurs de lignes minimales déterminent également les largeurs" +" de lignes maximales, puisque nous passons de N à N+1 parois à une certaine épaisseur géométrique où les N parois sont larges et les N+1 parois sont étroites." +" La ligne de paroi la plus large possible est égale à deux fois la largeur minimale de la ligne de paroi." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Largeur minimale de la ligne de paroi uniforme" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "Largeur de ligne minimale pour les murs polygonaux normaux. Ce paramètre détermine à quelle épaisseur de modèle nous passons de l'impression d'une seule" +" ligne de paroi fine à l'impression de deux lignes de paroi. Une largeur minimale de ligne de paroi paire plus élevée entraîne une largeur maximale de" +" ligne de paroi impaire plus élevée. La largeur maximale de la ligne de paroi paire est calculée comme suit : largeur de la ligne de paroi extérieure +" +" 0,5 * largeur minimale de la ligne de paroi impaire." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Seuil de ligne médiane fractionnée" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "La plus petite largeur de ligne, en tant que facteur de la largeur de ligne normale, au-dessus de laquelle la ligne centrale (s'il y en a une) sera divisée" +" en deux. Réduisez ce paramètre pour utiliser des lignes plus nombreuses et plus fines. Augmentez pour utiliser des lignes moins nombreuses et plus larges." +" Notez que ceci s'applique -comme si- la forme entière devait être remplie avec la paroi, donc le milieu ici se réfère au milieu de l'objet entre deux" +" bords extérieurs de la forme, même s'il y a réellement un remplissage ou une (autre) couche dans l'impression au lieu de la paroi." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Largeur minimale de la ligne de paroi impaire" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "Largeur de ligne minimale pour les parois de polyligne de remplissage de l'espace de ligne médiane. Ce paramètre détermine à partir de quelle épaisseur" +" de modèle nous passons de l'impression de deux lignes de parois à l'impression de deux parois extérieures et d'une seule paroi centrale au milieu. Une" +" largeur de ligne de paroi impaire minimale plus élevée conduit à une largeur de ligne de paroi uniforme plus élevée. La largeur maximale de la ligne de" +" paroi impaire est calculée comme 2 * largeur minimale de la ligne de paroi paire," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Ajouter un seuil de ligne médiane" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "La plus petite largeur de ligne, en tant que facteur de la largeur de ligne normale, au-dessus de laquelle une ligne centrale (s'il n'y en a pas déjà une)" +" sera ajoutée. Réduisez ce paramètre pour utiliser des lignes plus nombreuses et plus fines. Augmentez pour utiliser des lignes moins nombreuses et plus" +" larges. Notez que ceci s'applique -comme si- la forme entière devait être remplie avec la paroi, donc le milieu ici se réfère au milieu de l'objet entre" +" deux bords extérieurs de la forme, même s'il y a réellement un remplissage ou une (autre) couche dans l'impression au lieu de la paroi." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1136,28 +1337,39 @@ msgstr "Imprimer parois fines" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Imprimer les parties du modèle qui sont horizontalement plus fines que la taille de la buse." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Taille minimale des entités" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Épaisseur minimale des entités fines. Les entités de modèle qui sont plus fines que cette valeur ne seront pas imprimées, tandis que les entités plus épaisses" +" que la taille d'entité minimale seront élargies à la largeur minimale de la ligne de paroi." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Largeur minimale de la ligne de paroi fine" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "La largeur de la paroi qui remplacera les entités fines (selon la taille minimale des entités) du modèle. Si la largeur minimale de la ligne de paroi est" +" plus fine que l'épaisseur de l'entité, la paroi deviendra aussi épaisse que l'entité elle-même." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1166,8 +1378,12 @@ msgstr "Expansion horizontale" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "Le décalage appliqué à tous les polygones dans chaque couche. Une valeur positive peut compenser les trous trop gros ; une valeur négative peut compenser les trous trop petits." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "Le décalage appliqué à tous les polygones dans chaque couche. Une valeur positive peut compenser les trous trop gros ; une valeur négative peut compenser" +" les trous trop petits." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" @@ -1176,8 +1392,12 @@ msgstr "Expansion horizontale de la couche initiale" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "Le décalage appliqué à tous les polygones dans la première couche. Une valeur négative peut compenser l'écrasement de la première couche, appelé « patte d'éléphant »." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "Le décalage appliqué à tous les polygones dans la première couche. Une valeur négative peut compenser l'écrasement de la première couche, appelé « patte" +" d'éléphant »." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1186,8 +1406,11 @@ msgstr "Expansion horizontale des trous" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." -msgstr "Le décalage appliqué à tous les trous dans chaque couche. Les valeurs positives augmentent la taille des trous ; les valeurs négatives réduisent la taille des trous." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." +msgstr "Le décalage appliqué à tous les trous dans chaque couche. Les valeurs positives augmentent la taille des trous ; les valeurs négatives réduisent la taille" +" des trous." #: fdmprinter.def.json msgctxt "z_seam_type label" @@ -1196,8 +1419,16 @@ msgstr "Alignement de la jointure en Z" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Point de départ de chaque voie dans une couche. Quand les voies dans les couches consécutives démarrent au même endroit, une jointure verticale peut apparaître sur l'impression. En alignant les points de départ près d'un emplacement défini par l'utilisateur, la jointure sera plus facile à faire disparaître. Lorsqu'elles sont disposées de manière aléatoire, les imprécisions de départ des voies seront moins visibles. En choisissant la voie la plus courte, l'impression se fera plus rapidement." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Point de départ de chaque voie dans une couche. Quand les voies dans les couches consécutives démarrent au même endroit, une jointure verticale peut apparaître" +" sur l'impression. En alignant les points de départ près d'un emplacement défini par l'utilisateur, la jointure sera plus facile à faire disparaître. Lorsqu'elles" +" sont disposées de manière aléatoire, les imprécisions de départ des voies seront moins visibles. En choisissant la voie la plus courte, l'impression se" +" fera plus rapidement." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1276,7 +1507,9 @@ msgstr "X Jointure en Z" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "Coordonnée X de la position près de laquelle démarrer l'impression de chaque partie dans une couche." #: fdmprinter.def.json @@ -1286,7 +1519,9 @@ msgstr "Y Jointure en Z" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "Coordonnée Y de la position près de laquelle démarrer l'impression de chaque partie dans une couche." #: fdmprinter.def.json @@ -1296,8 +1531,18 @@ msgstr "Préférence de jointure d'angle" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Vérifie si les angles du contour du modèle influencent l'emplacement de la jointure. « Aucune » signifie que les angles n'ont aucune influence sur l'emplacement de la jointure. « Masquer la jointure » génère le positionnement de la jointure sur un angle intérieur. « Exposer la jointure » génère le positionnement de la jointure sur un angle extérieur. « Masquer ou exposer la jointure » génère le positionnement de la jointure sur un angle intérieur ou extérieur. « Jointure intelligente » autorise les angles intérieurs et extérieurs, mais choisit plus fréquemment les angles intérieurs, le cas échéant." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Vérifie si les angles du contour du modèle influencent l'emplacement de la jointure. « Aucune » signifie que les angles n'ont aucune influence sur l'emplacement" +" de la jointure. « Masquer la jointure » génère le positionnement de la jointure sur un angle intérieur. « Exposer la jointure » génère le positionnement" +" de la jointure sur un angle extérieur. « Masquer ou exposer la jointure » génère le positionnement de la jointure sur un angle intérieur ou extérieur." +" « Jointure intelligente » autorise les angles intérieurs et extérieurs, mais choisit plus fréquemment les angles intérieurs, le cas échéant." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1331,8 +1576,12 @@ msgstr "Relatif à la jointure en Z" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Si cette option est activée, les coordonnées de la jointure z sont relatives au centre de chaque partie. Si elle est désactivée, les coordonnées définissent une position absolue sur le plateau." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Si cette option est activée, les coordonnées de la jointure z sont relatives au centre de chaque partie. Si elle est désactivée, les coordonnées définissent" +" une position absolue sur le plateau." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1351,7 +1600,9 @@ msgstr "Extrudeuse de couche extérieure de la surface supérieure" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "Le train d'extrudeuse utilisé pour l'impression de la couche extérieure supérieure. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -1361,7 +1612,9 @@ msgstr "Couches extérieures de la surface supérieure" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "Nombre de couches extérieures supérieures. En général, une seule couche supérieure est suffisante pour générer des surfaces supérieures de qualité." #: fdmprinter.def.json @@ -1371,7 +1624,9 @@ msgstr "Extrudeuse du dessus/dessous" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "Le train d'extrudeuse utilisé pour l'impression de la couche extérieure du haut et du bas. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -1381,7 +1636,9 @@ msgstr "Épaisseur du dessus/dessous" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "L’épaisseur des couches du dessus/dessous dans l'impression. Cette valeur divisée par la hauteur de la couche définit le nombre de couches du dessus/dessous." #: fdmprinter.def.json @@ -1391,7 +1648,9 @@ msgstr "Épaisseur du dessus" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "L’épaisseur des couches du dessus dans l'impression. Cette valeur divisée par la hauteur de la couche définit le nombre de couches du dessus." #: fdmprinter.def.json @@ -1401,7 +1660,9 @@ msgstr "Couches supérieures" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Le nombre de couches supérieures. Lorsqu'elle est calculée par l'épaisseur du dessus, cette valeur est arrondie à un nombre entier." #: fdmprinter.def.json @@ -1411,7 +1672,9 @@ msgstr "Épaisseur du dessous" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "L’épaisseur des couches du dessous dans l'impression. Cette valeur divisée par la hauteur de la couche définit le nombre de couches du dessous." #: fdmprinter.def.json @@ -1421,7 +1684,9 @@ msgstr "Couches inférieures" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Le nombre de couches inférieures. Lorsqu'elle est calculée par l'épaisseur du dessous, cette valeur est arrondie à un nombre entier." #: fdmprinter.def.json @@ -1431,8 +1696,11 @@ msgstr "Couches inférieures initiales" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." -msgstr "Le nombre de couches inférieures initiales à partir du haut du plateau. Lorsqu'elle est calculée par l'épaisseur du dessous, cette valeur est arrondie à un nombre entier." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." +msgstr "Le nombre de couches inférieures initiales à partir du haut du plateau. Lorsqu'elle est calculée par l'épaisseur du dessous, cette valeur est arrondie" +" à un nombre entier." #: fdmprinter.def.json msgctxt "top_bottom_pattern label" @@ -1491,8 +1759,14 @@ msgstr "Relier les polygones supérieurs / inférieurs" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Relier les voies de couche extérieure supérieures / inférieures lorsqu'elles sont côte à côte. Pour le motif concentrique, ce paramètre réduit considérablement le temps de parcours, mais comme les liens peuvent se trouver à mi-chemin sur le remplissage, cette fonctionnalité peut réduire la qualité de la surface supérieure." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Relier les voies de couche extérieure supérieures / inférieures lorsqu'elles sont côte à côte. Pour le motif concentrique, ce paramètre réduit considérablement" +" le temps de parcours, mais comme les liens peuvent se trouver à mi-chemin sur le remplissage, cette fonctionnalité peut réduire la qualité de la surface" +" supérieure." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1501,8 +1775,12 @@ msgstr "Ordre monotone dessus / dessous" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprimez les lignes supérieures et inférieures dans un ordre tel qu'elles se chevauchent toujours avec les lignes adjacentes dans une seule direction. Cela prend un peu plus de temps à imprimer, mais les surfaces planes ont l'air plus cohérentes." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprimez les lignes supérieures et inférieures dans un ordre tel qu'elles se chevauchent toujours avec les lignes adjacentes dans une seule direction." +" Cela prend un peu plus de temps à imprimer, mais les surfaces planes ont l'air plus cohérentes." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1511,8 +1789,17 @@ msgstr "Sens de la ligne du dessus / dessous" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser lorsque les couches du haut / bas utilisent le motif en lignes ou en zig zag. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles traditionnels par défaut seront utilisés (45 et 135 degrés)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser lorsque les couches du haut / bas utilisent le motif en lignes ou en zig zag. Les éléments" +" de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte." +" Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui" +" signifie que les angles traditionnels par défaut seront utilisés (45 et 135 degrés)." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1521,8 +1808,15 @@ msgstr "Aucune couche dans les trous en Z" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Lorsque le modèle comporte de petits trous verticaux de quelques couches seulement, il doit normalement y avoir une couche autour de celles-ci dans l'espace étroit. Activez ce paramètre pour ne pas générer de couche si le trou vertical est très petit. Cela améliore le temps d'impression et le temps de découpage, mais laisse techniquement le remplissage exposé à l'air." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Lorsque le modèle comporte de petits trous verticaux de quelques couches seulement, il doit normalement y avoir une couche autour de celles-ci dans l'espace" +" étroit. Activez ce paramètre pour ne pas générer de couche si le trou vertical est très petit. Cela améliore le temps d'impression et le temps de découpage," +" mais laisse techniquement le remplissage exposé à l'air." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1531,8 +1825,12 @@ msgstr "Nombre supplémentaire de parois extérieures" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore les plafonds qui commencent sur du matériau de remplissage." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore" +" les plafonds qui commencent sur du matériau de remplissage." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1541,8 +1839,13 @@ msgstr "Activer l'étirage" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Allez au-dessus de la surface une fois supplémentaire, mais en extrudant très peu de matériau. Cela signifie de faire fondre le plastique en haut un peu plus, pour créer une surface lisse. La pression dans la chambre de la buse est maintenue élevée afin que les plis de la surface soient remplis de matériau." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Allez au-dessus de la surface une fois supplémentaire, mais en extrudant très peu de matériau. Cela signifie de faire fondre le plastique en haut un peu" +" plus, pour créer une surface lisse. La pression dans la chambre de la buse est maintenue élevée afin que les plis de la surface soient remplis de matériau." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1551,7 +1854,9 @@ msgstr "N'étirer que la couche supérieure" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "N'exécute un étirage que sur l'ultime couche du maillage. Ceci économise du temps si les couches inférieures ne nécessitent pas de fini lisse de surface." #: fdmprinter.def.json @@ -1581,8 +1886,12 @@ msgstr "Ordre d'étirage monotone" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprimez les lignes d'étirage dans un ordre tel qu'elles se chevauchent toujours avec les lignes adjacentes dans une seule direction. Cela prend un peu plus de temps à imprimer, mais les surfaces planes ont l'air plus cohérentes." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprimez les lignes d'étirage dans un ordre tel qu'elles se chevauchent toujours avec les lignes adjacentes dans une seule direction. Cela prend un peu" +" plus de temps à imprimer, mais les surfaces planes ont l'air plus cohérentes." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1601,8 +1910,14 @@ msgstr "Flux d'étirage" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "La quantité de matériau, relative à une ligne de couche extérieure normale, à extruder pendant l'étirage. Le fait de garder la buse pleine aide à remplir certaines des crevasses de la surface supérieure ; mais si la quantité est trop importante, cela entraînera une surextrusion et l'apparition de coupures sur le côté de la surface." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "La quantité de matériau, relative à une ligne de couche extérieure normale, à extruder pendant l'étirage. Le fait de garder la buse pleine aide à remplir" +" certaines des crevasses de la surface supérieure ; mais si la quantité est trop importante, cela entraînera une surextrusion et l'apparition de coupures" +" sur le côté de la surface." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1611,7 +1926,9 @@ msgstr "Insert d'étirage" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "Distance à garder à partir des bords du modèle. Étirer jusqu'au bord de la maille peut entraîner l'apparition d'un bord denté sur votre impression." #: fdmprinter.def.json @@ -1651,8 +1968,18 @@ msgstr "Pourcentage de chevauchement de la couche extérieure" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Ajuster le degré de chevauchement entre les parois et les (extrémités des) lignes centrales de la couche extérieure, en pourcentage de la largeur des lignes de la couche extérieure et de la paroi intérieure. Un chevauchement léger permet de relier fermement les parois à la couche extérieure. Notez que, si la largeur de la couche extérieure est égale à celle de la ligne de la paroi, un pourcentage supérieur à 50 % peut déjà faire dépasser la couche extérieure de la paroi, car dans ce cas la position de la buse de l'extrudeuse peut déjà atteindre le milieu de la paroi." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Ajuster le degré de chevauchement entre les parois et les (extrémités des) lignes centrales de la couche extérieure, en pourcentage de la largeur des lignes" +" de la couche extérieure et de la paroi intérieure. Un chevauchement léger permet de relier fermement les parois à la couche extérieure. Notez que, si" +" la largeur de la couche extérieure est égale à celle de la ligne de la paroi, un pourcentage supérieur à 50 % peut déjà faire dépasser la couche extérieure" +" de la paroi, car dans ce cas la position de la buse de l'extrudeuse peut déjà atteindre le milieu de la paroi." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1661,8 +1988,17 @@ msgstr "Chevauchement de la couche extérieure" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Ajuster le degré de chevauchement entre les parois et les (extrémités des) lignes centrales de la couche extérieure. Un chevauchement léger permet de relier fermement les parois à la couche extérieure. Notez que, si la largeur de la couche extérieure est égale à celle de la ligne de la paroi, une valeur supérieure à la moitié de la largeur de la paroi peut déjà faire dépasser la couche extérieure de la paroi, car dans ce cas la position de la buse de l'extrudeuse peut déjà atteindre le milieu de la paroi." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Ajuster le degré de chevauchement entre les parois et les (extrémités des) lignes centrales de la couche extérieure. Un chevauchement léger permet de relier" +" fermement les parois à la couche extérieure. Notez que, si la largeur de la couche extérieure est égale à celle de la ligne de la paroi, une valeur supérieure" +" à la moitié de la largeur de la paroi peut déjà faire dépasser la couche extérieure de la paroi, car dans ce cas la position de la buse de l'extrudeuse" +" peut déjà atteindre le milieu de la paroi." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1671,8 +2007,14 @@ msgstr "Largeur de retrait de la couche extérieure" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "La plus grande largeur des zones de la couche extérieure à faire disparaître. Toute zone de la couche extérieure plus étroite que cette valeur disparaîtra. Ceci peut aider à limiter le temps et la quantité de matière utilisés pour imprimer la couche extérieure supérieure/inférieure sur les surfaces obliques du modèle." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "La plus grande largeur des zones de la couche extérieure à faire disparaître. Toute zone de la couche extérieure plus étroite que cette valeur disparaîtra." +" Ceci peut aider à limiter le temps et la quantité de matière utilisés pour imprimer la couche extérieure supérieure/inférieure sur les surfaces obliques" +" du modèle." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1681,8 +2023,14 @@ msgstr "Largeur de retrait de la couche extérieure supérieure" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "La plus grande largeur des zones de la couche extérieure supérieure à faire disparaître. Toute zone de la couche extérieure plus étroite que cette valeur disparaîtra. Ceci peut aider à limiter le temps et la quantité de matière utilisés pour imprimer la couche extérieure supérieure sur les surfaces obliques du modèle." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "La plus grande largeur des zones de la couche extérieure supérieure à faire disparaître. Toute zone de la couche extérieure plus étroite que cette valeur" +" disparaîtra. Ceci peut aider à limiter le temps et la quantité de matière utilisés pour imprimer la couche extérieure supérieure sur les surfaces obliques" +" du modèle." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1691,8 +2039,14 @@ msgstr "Largeur de retrait de la couche extérieure inférieure" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "La plus grande largeur des zones de la couche extérieure inférieure à faire disparaître. Toute zone de la couche extérieure plus étroite que cette valeur disparaîtra. Ceci peut aider à limiter le temps et la quantité de matière utilisés pour imprimer la couche extérieure inférieure sur les surfaces obliques du modèle." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "La plus grande largeur des zones de la couche extérieure inférieure à faire disparaître. Toute zone de la couche extérieure plus étroite que cette valeur" +" disparaîtra. Ceci peut aider à limiter le temps et la quantité de matière utilisés pour imprimer la couche extérieure inférieure sur les surfaces obliques" +" du modèle." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1701,8 +2055,12 @@ msgstr "Distance d'expansion de la couche extérieure" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "La distance à laquelle les couches extérieures s'étendent à l'intérieur du remplissage. Des valeurs élevées lient mieux la couche extérieure au motif de remplissage et font mieux adhérer à cette couche les parois des couches voisines. Des valeurs faibles économisent la quantité de matériau utilisé." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "La distance à laquelle les couches extérieures s'étendent à l'intérieur du remplissage. Des valeurs élevées lient mieux la couche extérieure au motif de" +" remplissage et font mieux adhérer à cette couche les parois des couches voisines. Des valeurs faibles économisent la quantité de matériau utilisé." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1711,8 +2069,14 @@ msgstr "Distance d'expansion de la couche extérieure supérieure" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "La distance à laquelle les couches extérieures supérieures s'étendent à l'intérieur du remplissage. Des valeurs élevées lient mieux la couche extérieure au motif de remplissage et font mieux adhérer à cette couche les parois de la couche supérieure. Des valeurs faibles économisent la quantité de matériau utilisé." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "La distance à laquelle les couches extérieures supérieures s'étendent à l'intérieur du remplissage. Des valeurs élevées lient mieux la couche extérieure" +" au motif de remplissage et font mieux adhérer à cette couche les parois de la couche supérieure. Des valeurs faibles économisent la quantité de matériau" +" utilisé." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1721,8 +2085,14 @@ msgstr "Distance d'expansion de la couche extérieure inférieure" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "La distance à laquelle les couches extérieures inférieures s'étendent à l'intérieur du remplissage. Des valeurs élevées lient mieux la couche extérieure au motif de remplissage et font mieux adhérer à cette couche les parois de la couche inférieure. Des valeurs faibles économisent la quantité de matériau utilisé." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "La distance à laquelle les couches extérieures inférieures s'étendent à l'intérieur du remplissage. Des valeurs élevées lient mieux la couche extérieure" +" au motif de remplissage et font mieux adhérer à cette couche les parois de la couche inférieure. Des valeurs faibles économisent la quantité de matériau" +" utilisé." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1731,8 +2101,17 @@ msgstr "Angle maximum de la couche extérieure pour l'expansion" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "Les couches extérieures supérieures / inférieures des surfaces supérieures et / ou inférieures de votre objet possédant un angle supérieur à ce paramètre ne seront pas étendues. Cela permet d'éviter d'étendre les zones de couche extérieure étroites qui sont créées lorsque la surface du modèle possède une pente proche de la verticale. Un angle de 0° est horizontal et évitera l'extension des couches ; un angle de 90° est vertical et entraînera l'extension de toutes les couches." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "Les couches extérieures supérieures / inférieures des surfaces supérieures et / ou inférieures de votre objet possédant un angle supérieur à ce paramètre" +" ne seront pas étendues. Cela permet d'éviter d'étendre les zones de couche extérieure étroites qui sont créées lorsque la surface du modèle possède une" +" pente proche de la verticale. Un angle de 0° est horizontal et évitera l'extension des couches ; un angle de 90° est vertical et entraînera l'extension" +" de toutes les couches." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1741,8 +2120,12 @@ msgstr "Largeur minimum de la couche extérieure pour l'expansion" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Les zones de couche extérieure plus étroites que cette valeur ne seront pas étendues. Cela permet d'éviter d'étendre les zones de couche extérieure étroites qui sont créées lorsque la surface du modèle possède une pente proche de la verticale." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Les zones de couche extérieure plus étroites que cette valeur ne seront pas étendues. Cela permet d'éviter d'étendre les zones de couche extérieure étroites" +" qui sont créées lorsque la surface du modèle possède une pente proche de la verticale." #: fdmprinter.def.json msgctxt "infill label" @@ -1761,7 +2144,8 @@ msgstr "Extrudeuse de remplissage" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "Le train d'extrudeuse utilisé pour l'impression du remplissage. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -1781,7 +2165,9 @@ msgstr "Distance d'écartement de ligne de remplissage" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "Distance entre les lignes de remplissage imprimées. Ce paramètre est calculé par la densité du remplissage et la largeur de ligne de remplissage." #: fdmprinter.def.json @@ -1791,8 +2177,18 @@ msgstr "Motif de remplissage" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Le motif du matériau de remplissage de l'impression. La ligne et le remplissage en zigzag changent de sens à chaque alternance de couche, réduisant ainsi les coûts matériels. Les motifs en grille, en triangle, tri-hexagonaux, cubiques, octaédriques, quart cubiques, entrecroisés et concentriques sont entièrement imprimés sur chaque couche. Les remplissages gyroïdes, cubiques, quart cubiques et octaédriques changent à chaque couche afin d'offrir une répartition plus égale de la solidité dans chaque direction. Le remplissage éclair tente de minimiser le remplissage, en ne supportant que le plafond de l'objet." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "Le motif du matériau de remplissage de l'impression. La ligne et le remplissage en zigzag changent de sens à chaque alternance de couche, réduisant ainsi" +" les coûts matériels. Les motifs en grille, en triangle, tri-hexagonaux, cubiques, octaédriques, quart cubiques, entrecroisés et concentriques sont entièrement" +" imprimés sur chaque couche. Les remplissages gyroïdes, cubiques, quart cubiques et octaédriques changent à chaque couche afin d'offrir une répartition" +" plus égale de la solidité dans chaque direction. Le remplissage éclair tente de minimiser le remplissage, en ne supportant que le plafond de l'objet." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1871,8 +2267,15 @@ msgstr "Relier les lignes de remplissage" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Relie les extrémités où le motif de remplissage touche la paroi interne, à l'aide d'une ligne épousant la forme de la paroi interne. Activer ce paramètre peut faire mieux coller le remplissage aux parois, et réduit les effets du remplissage sur la qualité des surfaces verticales. Désactiver ce paramètre diminue la quantité de matière utilisée." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Relie les extrémités où le motif de remplissage touche la paroi interne, à l'aide d'une ligne épousant la forme de la paroi interne. Activer ce paramètre" +" peut faire mieux coller le remplissage aux parois, et réduit les effets du remplissage sur la qualité des surfaces verticales. Désactiver ce paramètre" +" diminue la quantité de matière utilisée." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1881,8 +2284,12 @@ msgstr "Relier les polygones de remplissage" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Relier les voies de remplissage lorsqu'elles sont côte à côte. Pour les motifs de remplissage composés de plusieurs polygones fermés, ce paramètre permet de réduire considérablement le temps de parcours." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Relier les voies de remplissage lorsqu'elles sont côte à côte. Pour les motifs de remplissage composés de plusieurs polygones fermés, ce paramètre permet" +" de réduire considérablement le temps de parcours." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1891,8 +2298,17 @@ msgstr "Sens de ligne de remplissage" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles traditionnels par défaut seront utilisés (45 et 135 degrés pour les motifs en lignes et en zig zag et 45 degrés pour tout autre motif)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement" +" des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière" +" est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles traditionnels par défaut seront utilisés (45 et 135" +" degrés pour les motifs en lignes et en zig zag et 45 degrés pour tout autre motif)." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1921,8 +2337,12 @@ msgstr "Randomiser le démarrage du remplissage" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." -msgstr "Randomisez la ligne de remplissage qui est imprimée en premier. Cela empêche un segment de devenir plus fort, mais cela se fait au prix d'un déplacement supplémentaire." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." +msgstr "Randomisez la ligne de remplissage qui est imprimée en premier. Cela empêche un segment de devenir plus fort, mais cela se fait au prix d'un déplacement" +" supplémentaire." #: fdmprinter.def.json msgctxt "infill_multiplier label" @@ -1931,8 +2351,12 @@ msgstr "Multiplicateur de ligne de remplissage" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Convertir chaque ligne de remplissage en ce nombre de lignes. Les lignes supplémentaires ne se croisent pas entre elles, mais s'évitent mutuellement. Cela rend le remplissage plus rigide, mais augmente le temps d'impression et la quantité de matériau utilisé." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Convertir chaque ligne de remplissage en ce nombre de lignes. Les lignes supplémentaires ne se croisent pas entre elles, mais s'évitent mutuellement. Cela" +" rend le remplissage plus rigide, mais augmente le temps d'impression et la quantité de matériau utilisé." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1942,11 +2366,16 @@ msgstr "Nombre de parois de remplissage supplémentaire" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Ajoutez des parois supplémentaires autour de la zone de remplissage. De telles parois peuvent réduire l'affaissement des lignes de couche extérieure supérieure / inférieure, réduisant le nombre de couches extérieures supérieures / inférieures nécessaires pour obtenir la même qualité, au prix d'un peu de matériau supplémentaire.\n" -"Configurée correctement, cette fonctionnalité peut être combinée avec « Relier les polygones de remplissage » pour relier tous les remplissages en un seul mouvement d'extrusion sans avoir besoin de déplacements ou de rétractions." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Ajoutez des parois supplémentaires autour de la zone de remplissage. De telles parois peuvent réduire l'affaissement des lignes de couche extérieure supérieure / inférieure," +" réduisant le nombre de couches extérieures supérieures / inférieures nécessaires pour obtenir la même qualité, au prix d'un peu de matériau supplémentaire.\nConfigurée" +" correctement, cette fonctionnalité peut être combinée avec « Relier les polygones de remplissage » pour relier tous les remplissages en un seul mouvement" +" d'extrusion sans avoir besoin de déplacements ou de rétractions." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1955,8 +2384,13 @@ msgstr "Coque de la subdivision cubique" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Une addition au rayon à partir du centre de chaque cube pour vérifier la bordure du modèle, afin de décider si ce cube doit être subdivisé. Des valeurs plus importantes entraînent une coque plus épaisse de petits cubes à proximité de la bordure du modèle." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Une addition au rayon à partir du centre de chaque cube pour vérifier la bordure du modèle, afin de décider si ce cube doit être subdivisé. Des valeurs" +" plus importantes entraînent une coque plus épaisse de petits cubes à proximité de la bordure du modèle." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1965,8 +2399,12 @@ msgstr "Pourcentage de chevauchement du remplissage" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." -msgstr "Le degré de chevauchement entre le remplissage et les parois exprimé en pourcentage de la largeur de ligne de remplissage. Un chevauchement faible permet aux parois de se connecter fermement au remplissage." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." +msgstr "Le degré de chevauchement entre le remplissage et les parois exprimé en pourcentage de la largeur de ligne de remplissage. Un chevauchement faible permet" +" aux parois de se connecter fermement au remplissage." #: fdmprinter.def.json msgctxt "infill_overlap_mm label" @@ -1975,7 +2413,9 @@ msgstr "Chevauchement du remplissage" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "Le degré de chevauchement entre le remplissage et les parois. Un léger chevauchement permet de lier fermement les parois au remplissage." #: fdmprinter.def.json @@ -1985,8 +2425,12 @@ msgstr "Distance de remplissage" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "Distance de déplacement à insérer après chaque ligne de remplissage, pour s'assurer que le remplissage collera mieux aux parois externes. Cette option est similaire au chevauchement du remplissage, mais sans extrusion et seulement à l'une des deux extrémités de la ligne de remplissage." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "Distance de déplacement à insérer après chaque ligne de remplissage, pour s'assurer que le remplissage collera mieux aux parois externes. Cette option" +" est similaire au chevauchement du remplissage, mais sans extrusion et seulement à l'une des deux extrémités de la ligne de remplissage." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1995,7 +2439,9 @@ msgstr "Épaisseur de la couche de remplissage" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "L'épaisseur par couche de matériau de remplissage. Cette valeur doit toujours être un multiple de la hauteur de la couche et arrondie." #: fdmprinter.def.json @@ -2005,8 +2451,12 @@ msgstr "Étapes de remplissage progressif" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "Nombre de fois pour réduire la densité de remplissage de moitié en poursuivant sous les surfaces du dessus. Les zones qui sont plus proches des surfaces du dessus possèdent une densité plus élevée, jusqu'à la Densité du remplissage." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "Nombre de fois pour réduire la densité de remplissage de moitié en poursuivant sous les surfaces du dessus. Les zones qui sont plus proches des surfaces" +" du dessus possèdent une densité plus élevée, jusqu'à la Densité du remplissage." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2015,7 +2465,8 @@ msgstr "Hauteur de l'étape de remplissage progressif" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "La hauteur de remplissage d'une densité donnée avant de passer à la moitié de la densité." #: fdmprinter.def.json @@ -2025,8 +2476,13 @@ msgstr "Imprimer le remplissage avant les parois" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Imprime le remplissage avant d'imprimer les parois. Imprimer les parois d'abord permet d'obtenir des parois plus précises, mais les porte-à-faux s'impriment plus mal. Imprimer le remplissage d'abord entraîne des parois plus résistantes, mais le motif de remplissage se verra parfois à travers la surface." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Imprime le remplissage avant d'imprimer les parois. Imprimer les parois d'abord permet d'obtenir des parois plus précises, mais les porte-à-faux s'impriment" +" plus mal. Imprimer le remplissage d'abord entraîne des parois plus résistantes, mais le motif de remplissage se verra parfois à travers la surface." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2045,8 +2501,12 @@ msgstr "Support de remplissage" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Imprimer les structures de remplissage uniquement là où le haut du modèle doit être supporté, ce qui permet de réduire le temps d'impression et l'utilisation de matériau, mais conduit à une résistance uniforme de l'objet." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Imprimer les structures de remplissage uniquement là où le haut du modèle doit être supporté, ce qui permet de réduire le temps d'impression et l'utilisation" +" de matériau, mais conduit à une résistance uniforme de l'objet." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2055,8 +2515,12 @@ msgstr "Angle de porte-à-faux de remplissage" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." -msgstr "Angle minimal des porte-à-faux internes pour lesquels le remplissage est ajouté. À une valeur de 0°, les objets sont totalement remplis, 90° ne fournira aucun remplissage." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." +msgstr "Angle minimal des porte-à-faux internes pour lesquels le remplissage est ajouté. À une valeur de 0°, les objets sont totalement remplis, 90° ne fournira" +" aucun remplissage." #: fdmprinter.def.json msgctxt "skin_edge_support_thickness label" @@ -2085,7 +2549,9 @@ msgstr "Angle de support du remplissage éclair" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Détermine quand une couche de remplissage éclair doit soutenir tout ce qui se trouve au-dessus. Mesuré dans l'angle au vu de l'épaisseur d'une couche." #: fdmprinter.def.json @@ -2095,7 +2561,9 @@ msgstr "Angle de saillie du remplissage éclair" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Détermine quand une couche de remplissage éclair doit soutenir le modèle au-dessus. Mesuré dans l'angle au vu de l'épaisseur." #: fdmprinter.def.json @@ -2105,7 +2573,9 @@ msgstr "Angle d'élagage du remplissage éclair" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "Les extrémités des lignes de remplissage sont raccourcies pour économiser du matériau. Ce paramètre est l'angle de saillie des extrémités de ces lignes." #: fdmprinter.def.json @@ -2115,8 +2585,11 @@ msgstr "Angle de redressement du remplissage éclair" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Les lignes de remplissage sont redressées pour gagner du temps d'impression. Il s'agit de l'angle maximal de saillie autorisé sur la longueur de la ligne de remplissage." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." +msgstr "Les lignes de remplissage sont redressées pour gagner du temps d'impression. Il s'agit de l'angle maximal de saillie autorisé sur la longueur de la ligne" +" de remplissage." #: fdmprinter.def.json msgctxt "material label" @@ -2135,8 +2608,12 @@ msgstr "Température d’impression par défaut" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "La température par défaut utilisée pour l'impression. Il doit s'agir de la température de « base » d'un matériau. Toutes les autres températures d'impression doivent utiliser des décalages basés sur cette valeur" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "La température par défaut utilisée pour l'impression. Il doit s'agir de la température de « base » d'un matériau. Toutes les autres températures d'impression" +" doivent utiliser des décalages basés sur cette valeur" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2145,7 +2622,9 @@ msgstr "Température du volume d'impression" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "La température de l'environnement d'impression. Si cette valeur est 0, la température du volume d'impression ne sera pas ajustée." #: fdmprinter.def.json @@ -2165,7 +2644,9 @@ msgstr "Température d’impression couche initiale" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "Température utilisée pour l'impression de la première couche. Définissez-la sur 0 pour désactiver le traitement spécial de la couche initiale." #: fdmprinter.def.json @@ -2175,7 +2656,9 @@ msgstr "Température d’impression initiale" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "La température minimale pendant le chauffage jusqu'à la température d'impression à laquelle l'impression peut démarrer." #: fdmprinter.def.json @@ -2185,7 +2668,9 @@ msgstr "Température d’impression finale" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "La température à laquelle le refroidissement commence juste avant la fin de l'impression." #: fdmprinter.def.json @@ -2195,8 +2680,11 @@ msgstr "Modificateur de vitesse de refroidissement de l'extrusion" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." -msgstr "La vitesse supplémentaire à laquelle la buse refroidit pendant l'extrusion. La même valeur est utilisée pour indiquer la perte de vitesse de chauffage pendant l'extrusion." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." +msgstr "La vitesse supplémentaire à laquelle la buse refroidit pendant l'extrusion. La même valeur est utilisée pour indiquer la perte de vitesse de chauffage" +" pendant l'extrusion." #: fdmprinter.def.json msgctxt "default_material_bed_temperature label" @@ -2205,8 +2693,12 @@ msgstr "Température du plateau par défaut" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "Température par défaut utilisée pour le plateau chauffant. Il doit s'agir de la température de « base » d'un plateau. Toutes les autres températures d'impression sont définies en fonction de cette valeur" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "Température par défaut utilisée pour le plateau chauffant. Il doit s'agir de la température de « base » d'un plateau. Toutes les autres températures d'impression" +" sont définies en fonction de cette valeur" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2215,7 +2707,9 @@ msgstr "Température du plateau" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "Température utilisée pour le plateau de fabrication chauffé. Si elle est définie sur 0, le plateau de fabrication ne sera pas chauffé." #: fdmprinter.def.json @@ -2225,8 +2719,11 @@ msgstr "Température du plateau couche initiale" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." -msgstr "Température utilisée pour le plateau de fabrication chauffé à la première couche. Si elle est définie sur 0, le plateau de fabrication ne sera pas chauffé lors de la première couche." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." +msgstr "Température utilisée pour le plateau de fabrication chauffé à la première couche. Si elle est définie sur 0, le plateau de fabrication ne sera pas chauffé" +" lors de la première couche." #: fdmprinter.def.json msgctxt "material_adhesion_tendency label" @@ -2255,28 +2752,34 @@ msgstr "Mise à l'échelle du facteur de compensation de contraction" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Pour compenser la contraction du matériau lors de son refroidissement, le modèle est mis à l'échelle avec ce facteur." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Compensation du rétrécissement du facteur d'échelle horizontale" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Pour compenser le rétrécissement du matériau lors du refroidissement, le modèle sera mis à l'échelle avec ce facteur dans la direction XY (horizontalement)." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Compensation du rétrécissement du facteur d'échelle verticale" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Pour compenser le rétrécissement du matériau lors du refroidissement, le modèle sera mis à l'échelle avec ce facteur dans la direction Z (verticalement)." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2285,7 +2788,10 @@ msgstr "Matériau cristallin" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "Ce matériau se casse-t-il proprement lorsqu'il est chauffé (cristallin) ou est-ce le type qui produit de longues chaînes polymères entrelacées (non cristallines) ?" #: fdmprinter.def.json @@ -2305,7 +2811,9 @@ msgstr "Vitesse de rétraction de l'anti-suintage" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "À quelle vitesse le matériau doit-il être rétracté lors d'un changement de filament pour empêcher le suintage." #: fdmprinter.def.json @@ -2325,7 +2833,9 @@ msgstr "Vitesse de rétraction de préparation de rupture" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "La vitesse à laquelle le filament doit être rétracté juste avant de le briser dans une rétraction." #: fdmprinter.def.json @@ -2335,7 +2845,9 @@ msgstr "Température de préparation de rupture" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "La température utilisée pour purger le matériau devrait être à peu près égale à la température d'impression la plus élevée possible." #: fdmprinter.def.json @@ -2355,7 +2867,8 @@ msgstr "Vitesse de rétraction de rupture" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "La vitesse à laquelle rétracter le filament afin de le rompre proprement." #: fdmprinter.def.json @@ -2385,7 +2898,9 @@ msgstr "Longueur de la purge d'insertion" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "La quantité de matériau à utiliser pour purger le matériau précédent de la buse (en longueur de filament) lors du passage à un autre matériau." #: fdmprinter.def.json @@ -2395,7 +2910,9 @@ msgstr "Vitesse de purge de l'extrémité du filament" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "La vitesse d'amorçage du matériau après le remplacement d'une bobine vide par une nouvelle bobine du même matériau." #: fdmprinter.def.json @@ -2405,8 +2922,12 @@ msgstr "Longueur de purge de l'extrémité du filament" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "La quantité de matériau à utiliser pour purger le matériau précédent de la buse (en longueur de filament) lors du remplacement d'une bobine vide par une nouvelle bobine du même matériau." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "La quantité de matériau à utiliser pour purger le matériau précédent de la buse (en longueur de filament) lors du remplacement d'une bobine vide par une" +" nouvelle bobine du même matériau." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2425,8 +2946,12 @@ msgstr "Facteur de déplacement sans chargement" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Un facteur indiquant la quantité de filament compressée entre le chargeur et la chambre de la buse ; utilisé pour déterminer jusqu'où faire avancer le matériau pour changer de filament." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Un facteur indiquant la quantité de filament compressée entre le chargeur et la chambre de la buse ; utilisé pour déterminer jusqu'où faire avancer le" +" matériau pour changer de filament." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2435,7 +2960,9 @@ msgstr "Débit" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Compensation du débit : la quantité de matériau extrudée est multipliée par cette valeur." #: fdmprinter.def.json @@ -2465,7 +2992,8 @@ msgstr "Débit de paroi(s) interne(s)" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "Compensation de débit sur les lignes de la paroi pour toutes les lignes de paroi, à l'exception de la ligne la plus externe." #: fdmprinter.def.json @@ -2565,7 +3093,9 @@ msgstr "Débit de la couche initiale" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Compensation du débit pour la couche initiale : la quantité de matériau extrudée sur la couche initiale est multipliée par cette valeur." #: fdmprinter.def.json @@ -2575,7 +3105,9 @@ msgstr "Température de veille" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "La température de la buse lorsqu'une autre buse est actuellement utilisée pour l'impression." #: fdmprinter.def.json @@ -2625,8 +3157,13 @@ msgstr "Vitesse d'impression de la paroi externe" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "La vitesse à laquelle les parois externes sont imprimées. L’impression de la paroi externe à une vitesse inférieure améliore la qualité finale de la coque. Néanmoins, si la différence entre la vitesse de la paroi interne et la vitesse de la paroi externe est importante, la qualité finale sera réduite." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "La vitesse à laquelle les parois externes sont imprimées. L’impression de la paroi externe à une vitesse inférieure améliore la qualité finale de la coque." +" Néanmoins, si la différence entre la vitesse de la paroi interne et la vitesse de la paroi externe est importante, la qualité finale sera réduite." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2635,8 +3172,12 @@ msgstr "Vitesse d'impression de la paroi interne" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "La vitesse à laquelle toutes les parois internes seront imprimées. L’impression de la paroi interne à une vitesse supérieure réduira le temps d'impression global. Il est bon de définir cette vitesse entre celle de l'impression de la paroi externe et du remplissage." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "La vitesse à laquelle toutes les parois internes seront imprimées. L’impression de la paroi interne à une vitesse supérieure réduira le temps d'impression" +" global. Il est bon de définir cette vitesse entre celle de l'impression de la paroi externe et du remplissage." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2665,8 +3206,12 @@ msgstr "Vitesse d'impression des supports" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "La vitesse à laquelle les supports sont imprimés. Imprimer les supports à une vitesse supérieure peut fortement accélérer l’impression. Par ailleurs, la qualité de la structure des supports n’a généralement pas beaucoup d’importance du fait qu'elle est retirée après l'impression." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "La vitesse à laquelle les supports sont imprimés. Imprimer les supports à une vitesse supérieure peut fortement accélérer l’impression. Par ailleurs, la" +" qualité de la structure des supports n’a généralement pas beaucoup d’importance du fait qu'elle est retirée après l'impression." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2675,7 +3220,9 @@ msgstr "Vitesse d'impression du remplissage de support" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "La vitesse à laquelle le remplissage de support est imprimé. L'impression du remplissage à une vitesse plus faible permet de renforcer la stabilité." #: fdmprinter.def.json @@ -2685,7 +3232,9 @@ msgstr "Vitesse d'impression de l'interface de support" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "La vitesse à laquelle les plafonds et bas de support sont imprimés. Les imprimer à de plus faibles vitesses améliore la qualité des porte-à-faux." #: fdmprinter.def.json @@ -2695,7 +3244,9 @@ msgstr "Vitesse d'impression des plafonds de support" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "La vitesse à laquelle les plafonds de support sont imprimés. Les imprimer à de plus faibles vitesses améliore la qualité des porte-à-faux." #: fdmprinter.def.json @@ -2705,8 +3256,11 @@ msgstr "Vitesse d'impression des bas de support" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." -msgstr "La vitesse à laquelle le bas de support est imprimé. L'impression à une vitesse plus faible permet de renforcer l'adhésion du support au-dessus de votre modèle." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." +msgstr "La vitesse à laquelle le bas de support est imprimé. L'impression à une vitesse plus faible permet de renforcer l'adhésion du support au-dessus de votre" +" modèle." #: fdmprinter.def.json msgctxt "speed_prime_tower label" @@ -2715,8 +3269,12 @@ msgstr "Vitesse de la tour d'amorçage" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." -msgstr "La vitesse à laquelle la tour d'amorçage est imprimée. L'impression plus lente de la tour d'amorçage peut la rendre plus stable lorsque l'adhérence entre les différents filaments est sous-optimale." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." +msgstr "La vitesse à laquelle la tour d'amorçage est imprimée. L'impression plus lente de la tour d'amorçage peut la rendre plus stable lorsque l'adhérence entre" +" les différents filaments est sous-optimale." #: fdmprinter.def.json msgctxt "speed_travel label" @@ -2735,8 +3293,12 @@ msgstr "Vitesse de la couche initiale" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "La vitesse de la couche initiale. Une valeur plus faible est recommandée pour améliorer l'adhérence au plateau de fabrication. N'affecte pas les structures d'adhérence au plateau, comme la bordure et le radeau." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "La vitesse de la couche initiale. Une valeur plus faible est recommandée pour améliorer l'adhérence au plateau de fabrication. N'affecte pas les structures" +" d'adhérence au plateau, comme la bordure et le radeau." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2745,7 +3307,9 @@ msgstr "Vitesse d’impression de la couche initiale" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "La vitesse d'impression de la couche initiale. Une valeur plus faible est recommandée pour améliorer l'adhérence au plateau." #: fdmprinter.def.json @@ -2755,8 +3319,13 @@ msgstr "Vitesse de déplacement de la couche initiale" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "Vitesse des mouvements de déplacement dans la couche initiale. Une valeur plus faible est recommandée pour éviter que les pièces déjà imprimées ne s'écartent du plateau. La valeur de ce paramètre peut être calculée automatiquement à partir du ratio entre la vitesse des mouvements et la vitesse d'impression." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "Vitesse des mouvements de déplacement dans la couche initiale. Une valeur plus faible est recommandée pour éviter que les pièces déjà imprimées ne s'écartent" +" du plateau. La valeur de ce paramètre peut être calculée automatiquement à partir du ratio entre la vitesse des mouvements et la vitesse d'impression." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2765,8 +3334,12 @@ msgstr "Vitesse d'impression de la jupe/bordure" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "La vitesse à laquelle la jupe et la bordure sont imprimées. Normalement, cette vitesse est celle de la couche initiale, mais il est parfois nécessaire d’imprimer la jupe ou la bordure à une vitesse différente." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "La vitesse à laquelle la jupe et la bordure sont imprimées. Normalement, cette vitesse est celle de la couche initiale, mais il est parfois nécessaire" +" d’imprimer la jupe ou la bordure à une vitesse différente." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2775,8 +3348,12 @@ msgstr "Vitesse du décalage en Z" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "La vitesse à laquelle le mouvement vertical en Z est effectué pour des décalages en Z. Cette vitesse est généralement inférieure à la vitesse d'impression car le plateau ou le portique de la machine est plus difficile à déplacer." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "La vitesse à laquelle le mouvement vertical en Z est effectué pour des décalages en Z. Cette vitesse est généralement inférieure à la vitesse d'impression" +" car le plateau ou le portique de la machine est plus difficile à déplacer." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2785,18 +3362,31 @@ msgstr "Nombre de couches plus lentes" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "Les premières couches sont imprimées plus lentement que le reste du modèle afin d’obtenir une meilleure adhérence au plateau et d’améliorer le taux de réussite global des impressions. La vitesse augmente graduellement à chacune de ces couches." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "Les premières couches sont imprimées plus lentement que le reste du modèle afin d’obtenir une meilleure adhérence au plateau et d’améliorer le taux de" +" réussite global des impressions. La vitesse augmente graduellement à chacune de ces couches." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Rapport d'égalisation des débits" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Facteur de correction de la largeur d'extrusion en fonction de la vitesse. À 0 %, la vitesse de mouvement reste constante à la vitesse d'impression. À" +" 100 %, la vitesse de mouvement est ajustée de sorte que le débit (en mm³/s) reste constant, c'est-à-dire que les lignes à la moitié de la largeur de ligne" +" normale sont imprimées deux fois plus vite et que les lignes à la moitié de la largeur sont imprimées aussi vite. Une valeur supérieure à 100 % peut aider" +" à compenser la pression plus élevée requise pour extruder les lignes larges." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2805,8 +3395,11 @@ msgstr "Activer le contrôle d'accélération" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." -msgstr "Active le réglage de l'accélération de la tête d'impression. Augmenter les accélérations peut réduire la durée d'impression au détriment de la qualité d'impression." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." +msgstr "Active le réglage de l'accélération de la tête d'impression. Augmenter les accélérations peut réduire la durée d'impression au détriment de la qualité" +" d'impression." #: fdmprinter.def.json msgctxt "acceleration_print label" @@ -2905,7 +3498,9 @@ msgstr "Accélération de l'interface du support" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "L'accélération selon laquelle les plafonds et bas de support sont imprimés. Les imprimer avec une accélération plus faible améliore la qualité des porte-à-faux." #: fdmprinter.def.json @@ -2915,7 +3510,9 @@ msgstr "Accélération des plafonds de support" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "L'accélération selon laquelle les plafonds de support sont imprimés. Les imprimer avec une accélération plus faible améliore la qualité des porte-à-faux." #: fdmprinter.def.json @@ -2925,8 +3522,11 @@ msgstr "Accélération des bas de support" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." -msgstr "L'accélération selon laquelle les bas de support sont imprimés. Les imprimer avec une accélération plus faible renforce l'adhésion du support au-dessus du modèle." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." +msgstr "L'accélération selon laquelle les bas de support sont imprimés. Les imprimer avec une accélération plus faible renforce l'adhésion du support au-dessus" +" du modèle." #: fdmprinter.def.json msgctxt "acceleration_prime_tower label" @@ -2985,8 +3585,12 @@ msgstr "Accélération de la jupe/bordure" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "L'accélération selon laquelle la jupe et la bordure sont imprimées. Normalement, cette accélération est celle de la couche initiale, mais il est parfois nécessaire d’imprimer la jupe ou la bordure à une accélération différente." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "L'accélération selon laquelle la jupe et la bordure sont imprimées. Normalement, cette accélération est celle de la couche initiale, mais il est parfois" +" nécessaire d’imprimer la jupe ou la bordure à une accélération différente." #: fdmprinter.def.json msgctxt "jerk_enabled label" @@ -2995,8 +3599,12 @@ msgstr "Activer le contrôle de saccade" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "Active le réglage de la saccade de la tête d'impression lorsque la vitesse sur l'axe X ou Y change. Augmenter les saccades peut réduire la durée d'impression au détriment de la qualité d'impression." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "Active le réglage de la saccade de la tête d'impression lorsque la vitesse sur l'axe X ou Y change. Augmenter les saccades peut réduire la durée d'impression" +" au détriment de la qualité d'impression." #: fdmprinter.def.json msgctxt "jerk_print label" @@ -3025,7 +3633,8 @@ msgstr "Saccade de paroi" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "Le changement instantané maximal de vitesse selon lequel les parois sont imprimées." #: fdmprinter.def.json @@ -3035,7 +3644,9 @@ msgstr "Saccade de paroi externe" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "Le changement instantané maximal de vitesse selon lequel les parois externes sont imprimées." #: fdmprinter.def.json @@ -3045,7 +3656,9 @@ msgstr "Saccade de paroi intérieure" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "Le changement instantané maximal de vitesse selon lequel les parois intérieures sont imprimées." #: fdmprinter.def.json @@ -3055,7 +3668,9 @@ msgstr "Saccade de couches extérieures de la surface supérieure" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "Le changement instantané maximal de vitesse selon lequel les couches extérieures de surface supérieure sont imprimées." #: fdmprinter.def.json @@ -3065,7 +3680,9 @@ msgstr "Saccade du dessus/dessous" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "Le changement instantané maximal de vitesse selon lequel les couches du dessus/dessous sont imprimées." #: fdmprinter.def.json @@ -3075,7 +3692,9 @@ msgstr "Saccade des supports" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "Le changement instantané maximal de vitesse selon lequel la structure de support est imprimée." #: fdmprinter.def.json @@ -3085,7 +3704,9 @@ msgstr "Saccade de remplissage du support" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "Le changement instantané maximal de vitesse selon lequel le remplissage de support est imprimé." #: fdmprinter.def.json @@ -3095,7 +3716,9 @@ msgstr "Saccade de l'interface de support" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "Le changement instantané maximal de vitesse selon lequel les plafonds et bas sont imprimés." #: fdmprinter.def.json @@ -3105,7 +3728,9 @@ msgstr "Saccade des plafonds de support" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "Le changement instantané maximal de vitesse selon lequel les plafonds de support sont imprimés." #: fdmprinter.def.json @@ -3115,7 +3740,9 @@ msgstr "Saccade des bas de support" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "Le changement instantané maximal de vitesse selon lequel les bas de support sont imprimés." #: fdmprinter.def.json @@ -3125,7 +3752,9 @@ msgstr "Saccade de la tour d'amorçage" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "Le changement instantané maximal de vitesse selon lequel la tour d'amorçage est imprimée." #: fdmprinter.def.json @@ -3135,7 +3764,8 @@ msgstr "Saccade de déplacement" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "Le changement instantané maximal de vitesse selon lequel les déplacements s'effectuent." #: fdmprinter.def.json @@ -3155,7 +3785,9 @@ msgstr "Saccade d’impression de la couche initiale" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "Le changement instantané maximal de vitesse durant l'impression de la couche initiale." #: fdmprinter.def.json @@ -3175,7 +3807,9 @@ msgstr "Saccade de la jupe/bordure" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "Le changement instantané maximal de vitesse selon lequel la jupe et la bordure sont imprimées." #: fdmprinter.def.json @@ -3225,7 +3859,9 @@ msgstr "Vitesse de rétraction" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "La vitesse à laquelle le filament est rétracté et préparé pendant une rétraction." #: fdmprinter.def.json @@ -3255,7 +3891,9 @@ msgstr "Volume supplémentaire à l'amorçage" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Du matériau peut suinter pendant un déplacement, ce qui peut être compensé ici." #: fdmprinter.def.json @@ -3265,8 +3903,11 @@ msgstr "Déplacement minimal de rétraction" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." -msgstr "La distance minimale de déplacement nécessaire pour qu’une rétraction ait lieu. Cela permet d’éviter qu’un grand nombre de rétractions ne se produisent sur une petite portion." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." +msgstr "La distance minimale de déplacement nécessaire pour qu’une rétraction ait lieu. Cela permet d’éviter qu’un grand nombre de rétractions ne se produisent" +" sur une petite portion." #: fdmprinter.def.json msgctxt "retraction_count_max label" @@ -3275,8 +3916,13 @@ msgstr "Nombre maximal de rétractions" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Ce paramètre limite le nombre de rétractions dans l'intervalle de distance minimal d'extrusion. Les rétractions qui dépassent cette valeur seront ignorées. Cela évite les rétractions répétitives sur le même morceau de filament, car cela risque de l’aplatir et de générer des problèmes d’écrasement." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Ce paramètre limite le nombre de rétractions dans l'intervalle de distance minimal d'extrusion. Les rétractions qui dépassent cette valeur seront ignorées." +" Cela évite les rétractions répétitives sur le même morceau de filament, car cela risque de l’aplatir et de générer des problèmes d’écrasement." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3285,8 +3931,13 @@ msgstr "Intervalle de distance minimale d'extrusion" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "L'intervalle dans lequel le nombre maximal de rétractions est incrémenté. Cette valeur doit être du même ordre de grandeur que la distance de rétraction, limitant ainsi le nombre de mouvements de rétraction sur une même portion de matériau." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "L'intervalle dans lequel le nombre maximal de rétractions est incrémenté. Cette valeur doit être du même ordre de grandeur que la distance de rétraction," +" limitant ainsi le nombre de mouvements de rétraction sur une même portion de matériau." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3295,8 +3946,12 @@ msgstr "Limiter les rétractations du support" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Omettre la rétraction lors du passage entre supports en ligne droite. L'activation de ce paramètre permet de gagner du temps lors de l'impression, mais peut conduire à un stringing excessif à l'intérieur de la structure de support." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Omettre la rétraction lors du passage entre supports en ligne droite. L'activation de ce paramètre permet de gagner du temps lors de l'impression, mais" +" peut conduire à un stringing excessif à l'intérieur de la structure de support." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3305,8 +3960,15 @@ msgstr "Mode de détours" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Les détours maintiennent la buse dans les zones déjà imprimées lors des déplacements. Cela résulte en des déplacements légèrement plus longs mais réduit le recours aux rétractions. Si les détours sont désactivés, le matériau se rétractera et la buse se déplacera en ligne droite jusqu'au point suivant. Il est également possible d'éviter les détours sur les zones de la couche du dessus / dessous ou d'effectuer les détours uniquement dans le remplissage." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Les détours maintiennent la buse dans les zones déjà imprimées lors des déplacements. Cela résulte en des déplacements légèrement plus longs mais réduit" +" le recours aux rétractions. Si les détours sont désactivés, le matériau se rétractera et la buse se déplacera en ligne droite jusqu'au point suivant." +" Il est également possible d'éviter les détours sur les zones de la couche du dessus / dessous ou d'effectuer les détours uniquement dans le remplissage." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3340,8 +4002,12 @@ msgstr "Distance de détour max. sans rétraction" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Lorsque cette distance est supérieure à zéro, les déplacements de détour qui sont plus longs que cette distance utiliseront la rétraction. Si elle est définie sur zéro, il n'y a pas de maximum et les mouvements de détour n'utiliseront pas la rétraction." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Lorsque cette distance est supérieure à zéro, les déplacements de détour qui sont plus longs que cette distance utiliseront la rétraction. Si elle est" +" définie sur zéro, il n'y a pas de maximum et les mouvements de détour n'utiliseront pas la rétraction." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3360,7 +4026,9 @@ msgstr "Éviter les pièces imprimées lors du déplacement" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "La buse contourne les pièces déjà imprimées lorsqu'elle se déplace. Cette option est disponible uniquement lorsque les détours sont activés." #: fdmprinter.def.json @@ -3370,7 +4038,9 @@ msgstr "Éviter les supports lors du déplacement" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "La buse contourne les supports déjà imprimés lorsqu'elle se déplace. Cette option est disponible uniquement lorsque les détours sont activés." #: fdmprinter.def.json @@ -3380,7 +4050,9 @@ msgstr "Distance d'évitement du déplacement" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "La distance entre la buse et les pièces déjà imprimées lors du contournement pendant les déplacements." #: fdmprinter.def.json @@ -3390,7 +4062,9 @@ msgstr "X début couche" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Coordonnée X de la position près de laquelle trouver la partie pour démarrer l'impression de chaque couche." #: fdmprinter.def.json @@ -3400,7 +4074,9 @@ msgstr "Y début couche" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Coordonnée Y de la position près de laquelle trouver la partie pour démarrer l'impression de chaque couche." #: fdmprinter.def.json @@ -3410,8 +4086,13 @@ msgstr "Décalage en Z lors d’une rétraction" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "À chaque rétraction, le plateau est abaissé pour créer un espace entre la buse et l'impression. Cela évite que la buse ne touche l'impression pendant les déplacements, réduisant ainsi le risque de heurter l'impression à partir du plateau." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "À chaque rétraction, le plateau est abaissé pour créer un espace entre la buse et l'impression. Cela évite que la buse ne touche l'impression pendant les" +" déplacements, réduisant ainsi le risque de heurter l'impression à partir du plateau." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3420,8 +4101,11 @@ msgstr "Décalage en Z uniquement sur les pièces imprimées" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Appliquer un décalage en Z uniquement lors du mouvement au-dessus de pièces imprimées qui ne peuvent être évitées par le mouvement horizontal, via Éviter les pièces imprimées lors du déplacement." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Appliquer un décalage en Z uniquement lors du mouvement au-dessus de pièces imprimées qui ne peuvent être évitées par le mouvement horizontal, via Éviter" +" les pièces imprimées lors du déplacement." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3440,8 +4124,12 @@ msgstr "Décalage en Z après changement d'extrudeuse" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Une fois que la machine est passée d'une extrudeuse à l'autre, le plateau s'abaisse pour créer un dégagement entre la buse et l'impression. Cela évite que la buse ne ressorte avec du matériau suintant sur l'extérieur d'une impression." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Une fois que la machine est passée d'une extrudeuse à l'autre, le plateau s'abaisse pour créer un dégagement entre la buse et l'impression. Cela évite" +" que la buse ne ressorte avec du matériau suintant sur l'extérieur d'une impression." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3470,8 +4158,11 @@ msgstr "Activer le refroidissement de l'impression" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." -msgstr "Active les ventilateurs de refroidissement de l'impression pendant l'impression. Les ventilateurs améliorent la qualité de l'impression sur les couches présentant des durées de couche courtes et des ponts / porte-à-faux." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." +msgstr "Active les ventilateurs de refroidissement de l'impression pendant l'impression. Les ventilateurs améliorent la qualité de l'impression sur les couches" +" présentant des durées de couche courtes et des ponts / porte-à-faux." #: fdmprinter.def.json msgctxt "cool_fan_speed label" @@ -3490,8 +4181,12 @@ msgstr "Vitesse régulière du ventilateur" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "La vitesse à laquelle les ventilateurs tournent avant d'atteindre la limite. Lorsqu'une couche s'imprime plus rapidement que la limite, la vitesse du ventilateur augmente progressivement jusqu'à atteindre la vitesse maximale." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "La vitesse à laquelle les ventilateurs tournent avant d'atteindre la limite. Lorsqu'une couche s'imprime plus rapidement que la limite, la vitesse du ventilateur" +" augmente progressivement jusqu'à atteindre la vitesse maximale." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3500,8 +4195,12 @@ msgstr "Vitesse maximale du ventilateur" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "La vitesse à laquelle les ventilateurs tournent sur la durée minimale d'une couche. La vitesse du ventilateur augmente progressivement entre la vitesse régulière du ventilateur et la vitesse maximale lorsque la limite est atteinte." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "La vitesse à laquelle les ventilateurs tournent sur la durée minimale d'une couche. La vitesse du ventilateur augmente progressivement entre la vitesse" +" régulière du ventilateur et la vitesse maximale lorsque la limite est atteinte." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3510,8 +4209,14 @@ msgstr "Limite de vitesse régulière/maximale du ventilateur" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "La durée de couche qui définit la limite entre la vitesse régulière et la vitesse maximale du ventilateur. Les couches qui s'impriment moins vite que cette durée utilisent la vitesse régulière du ventilateur. Pour les couches plus rapides, la vitesse du ventilateur augmente progressivement jusqu'à atteindre la vitesse maximale." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "La durée de couche qui définit la limite entre la vitesse régulière et la vitesse maximale du ventilateur. Les couches qui s'impriment moins vite que cette" +" durée utilisent la vitesse régulière du ventilateur. Pour les couches plus rapides, la vitesse du ventilateur augmente progressivement jusqu'à atteindre" +" la vitesse maximale." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3520,8 +4225,12 @@ msgstr "Vitesse des ventilateurs initiale" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "Vitesse à laquelle les ventilateurs tournent au début de l'impression. Pour les couches suivantes, la vitesse des ventilateurs augmente progressivement jusqu'à la couche qui correspond à la vitesse régulière des ventilateurs en hauteur." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "Vitesse à laquelle les ventilateurs tournent au début de l'impression. Pour les couches suivantes, la vitesse des ventilateurs augmente progressivement" +" jusqu'à la couche qui correspond à la vitesse régulière des ventilateurs en hauteur." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3530,8 +4239,12 @@ msgstr "Vitesse régulière du ventilateur à la hauteur" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." -msgstr "Hauteur à laquelle les ventilateurs tournent à la vitesse régulière. Pour les couches situées en-dessous, la vitesse des ventilateurs augmente progressivement de la vitesse des ventilateurs initiale jusqu'à la vitesse régulière." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." +msgstr "Hauteur à laquelle les ventilateurs tournent à la vitesse régulière. Pour les couches situées en-dessous, la vitesse des ventilateurs augmente progressivement" +" de la vitesse des ventilateurs initiale jusqu'à la vitesse régulière." #: fdmprinter.def.json msgctxt "cool_fan_full_layer label" @@ -3540,8 +4253,11 @@ msgstr "Vitesse régulière du ventilateur à la couche" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "La couche à laquelle les ventilateurs tournent à la vitesse régulière. Si la vitesse régulière du ventilateur à la hauteur est définie, cette valeur est calculée et arrondie à un nombre entier." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "La couche à laquelle les ventilateurs tournent à la vitesse régulière. Si la vitesse régulière du ventilateur à la hauteur est définie, cette valeur est" +" calculée et arrondie à un nombre entier." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3550,8 +4266,15 @@ msgstr "Durée minimale d’une couche" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "Temps minimum passé sur une couche. Cela force l'imprimante à ralentir afin de passer au minimum la durée définie ici sur une couche. Cela permet au matériau imprimé de refroidir correctement avant l'impression de la couche suivante. Les couches peuvent néanmoins prendre moins de temps que le temps de couche minimum si « Lift Head  » (Relever Tête) est désactivé et si la vitesse minimum serait autrement non respectée." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "Temps minimum passé sur une couche. Cela force l'imprimante à ralentir afin de passer au minimum la durée définie ici sur une couche. Cela permet au matériau" +" imprimé de refroidir correctement avant l'impression de la couche suivante. Les couches peuvent néanmoins prendre moins de temps que le temps de couche" +" minimum si « Lift Head  » (Relever Tête) est désactivé et si la vitesse minimum serait autrement non respectée." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3560,8 +4283,12 @@ msgstr "Vitesse minimale" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "La vitesse minimale d'impression, malgré le ralentissement dû à la durée minimale d'une couche. Si l'imprimante devait trop ralentir, la pression au niveau de la buse serait trop faible, ce qui résulterait en une mauvaise qualité d'impression." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "La vitesse minimale d'impression, malgré le ralentissement dû à la durée minimale d'une couche. Si l'imprimante devait trop ralentir, la pression au niveau" +" de la buse serait trop faible, ce qui résulterait en une mauvaise qualité d'impression." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3570,8 +4297,12 @@ msgstr "Relever la tête" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Lorsque la vitesse minimale est atteinte à cause de la durée minimale d'une couche, relève la tête de l'impression et attend que la durée supplémentaire jusqu'à la durée minimale d'une couche soit atteinte." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Lorsque la vitesse minimale est atteinte à cause de la durée minimale d'une couche, relève la tête de l'impression et attend que la durée supplémentaire" +" jusqu'à la durée minimale d'une couche soit atteinte." #: fdmprinter.def.json msgctxt "support label" @@ -3590,7 +4321,9 @@ msgstr "Générer les supports" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Générer des structures pour soutenir les parties du modèle qui possèdent des porte-à-faux. Sans ces structures, ces parties s'effondreront durant l'impression." #: fdmprinter.def.json @@ -3600,7 +4333,9 @@ msgstr "Extrudeuse de support" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression du support. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -3610,7 +4345,9 @@ msgstr "Extrudeuse de remplissage du support" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression du remplissage du support. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -3620,7 +4357,9 @@ msgstr "Extrudeuse de support de la première couche" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression de la première couche de remplissage du support. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -3630,7 +4369,9 @@ msgstr "Extrudeuse de l'interface du support" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression des plafonds et bas du support. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -3640,7 +4381,9 @@ msgstr "Extrudeuse des plafonds de support" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression des plafonds du support. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -3650,7 +4393,9 @@ msgstr "Extrudeuse des bas de support" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression des bas du support. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json @@ -3660,8 +4405,16 @@ msgstr "Structure du support" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Choisit entre les techniques disponibles pour générer un support. Le support « Normal » créer une structure de support directement sous les pièces en porte-à-faux et fait descendre ces zones directement vers le bas. Le support « Arborescent » crée des branches vers les zones en porte-à-faux qui supportent le modèle à l'extrémité de ces branches et permet aux branches de ramper autour du modèle afin de les supporter le plus possible sur le plateau de fabrication." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Choisit entre les techniques disponibles pour générer un support. Le support « Normal » créer une structure de support directement sous les pièces en porte-à-faux" +" et fait descendre ces zones directement vers le bas. Le support « Arborescent » crée des branches vers les zones en porte-à-faux qui supportent le modèle" +" à l'extrémité de ces branches et permet aux branches de ramper autour du modèle afin de les supporter le plus possible sur le plateau de fabrication." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3680,7 +4433,9 @@ msgstr "Angle des branches de support arborescent" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "Angle des branches. Utilisez un angle plus faible pour les rendre plus verticales et plus stables ; utilisez un angle plus élevé pour avoir plus de portée." #: fdmprinter.def.json @@ -3690,8 +4445,12 @@ msgstr "Distance des branches de support arborescent" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Distance à laquelle doivent se trouver les branches lorsqu'elles touchent le modèle. Si vous réduisez cette distance, le support arborescent touchera le modèle à plus d'endroits, ce qui causera un meilleur porte-à-faux mais rendra le support plus difficile à enlever." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "Distance à laquelle doivent se trouver les branches lorsqu'elles touchent le modèle. Si vous réduisez cette distance, le support arborescent touchera le" +" modèle à plus d'endroits, ce qui causera un meilleur porte-à-faux mais rendra le support plus difficile à enlever." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3700,8 +4459,11 @@ msgstr "Diamètre des branches de support arborescent" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." -msgstr "Diamètre des branches les plus minces du support arborescent. Plus les branches sont épaisses, plus elles sont robustes ; les branches proches de la base seront plus épaisses que cette valeur." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." +msgstr "Diamètre des branches les plus minces du support arborescent. Plus les branches sont épaisses, plus elles sont robustes ; les branches proches de la base" +" seront plus épaisses que cette valeur." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle label" @@ -3710,8 +4472,13 @@ msgstr "Angle de diamètre des branches de support arborescent" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "Angle du diamètre des branches au fur et à mesure qu'elles s'épaississent lorsqu'elles sont proches du fond. Avec un angle de 0°, les branches auront une épaisseur uniforme sur toute leur longueur. Donner un peu d'angle permet d'augmenter la stabilité du support arborescent." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "Angle du diamètre des branches au fur et à mesure qu'elles s'épaississent lorsqu'elles sont proches du fond. Avec un angle de 0°, les branches auront une" +" épaisseur uniforme sur toute leur longueur. Donner un peu d'angle permet d'augmenter la stabilité du support arborescent." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3720,8 +4487,12 @@ msgstr "Résolution de collision du support arborescent" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Résolution servant à calculer les collisions afin d'éviter de heurter le modèle. Plus ce paramètre est faible, plus les arborescences seront précises et stables, mais cela augmente considérablement le temps de découpage." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Résolution servant à calculer les collisions afin d'éviter de heurter le modèle. Plus ce paramètre est faible, plus les arborescences seront précises et" +" stables, mais cela augmente considérablement le temps de découpage." #: fdmprinter.def.json msgctxt "support_type label" @@ -3730,8 +4501,12 @@ msgstr "Positionnement des supports" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Ajuste le positionnement des supports. Le positionnement peut être défini pour toucher le plateau ou n'importe où. Lorsqu'il est défini sur n'importe où, les supports seront également imprimés sur le modèle." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Ajuste le positionnement des supports. Le positionnement peut être défini pour toucher le plateau ou n'importe où. Lorsqu'il est défini sur n'importe où," +" les supports seront également imprimés sur le modèle." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3750,8 +4525,11 @@ msgstr "Angle de porte-à-faux de support" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." -msgstr "L'angle minimal des porte-à-faux pour lesquels un support est ajouté. À une valeur de 0 °, tous les porte-à-faux sont soutenus, tandis qu'à 90 °, aucun support ne sera créé." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." +msgstr "L'angle minimal des porte-à-faux pour lesquels un support est ajouté. À une valeur de 0 °, tous les porte-à-faux sont soutenus, tandis qu'à 90 °, aucun" +" support ne sera créé." #: fdmprinter.def.json msgctxt "support_pattern label" @@ -3760,7 +4538,9 @@ msgstr "Motif du support" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Le motif des supports de l'impression. Les différentes options disponibles résultent en des supports difficiles ou faciles à retirer." #: fdmprinter.def.json @@ -3805,8 +4585,12 @@ msgstr "Nombre de lignes de la paroi du support" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "Nombre de parois qui entourent le remplissage de support. L'ajout d'une paroi peut rendre l'impression de support plus fiable et mieux supporter les porte-à-faux, mais augmente le temps d'impression et la quantité de matériau nécessaire." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "Nombre de parois qui entourent le remplissage de support. L'ajout d'une paroi peut rendre l'impression de support plus fiable et mieux supporter les porte-à-faux," +" mais augmente le temps d'impression et la quantité de matériau nécessaire." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3815,8 +4599,12 @@ msgstr "Relier les lignes de support" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Relie les extrémités des lignes de support. L'activation de ce paramètre peut rendre votre support plus robuste et réduire la sous-extrusion, mais cela demandera d'utiliser plus de matériau." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Relie les extrémités des lignes de support. L'activation de ce paramètre peut rendre votre support plus robuste et réduire la sous-extrusion, mais cela" +" demandera d'utiliser plus de matériau." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3825,7 +4613,9 @@ msgstr "Relier les zigzags de support" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Relie les zigzags. Cela augmente la solidité des supports en zigzag." #: fdmprinter.def.json @@ -3835,7 +4625,9 @@ msgstr "Densité du support" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Ajuste la densité du support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever." #: fdmprinter.def.json @@ -3845,7 +4637,9 @@ msgstr "Distance d'écartement de ligne du support" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "Distance entre les lignes de support imprimées. Ce paramètre est calculé par la densité du support." #: fdmprinter.def.json @@ -3855,7 +4649,9 @@ msgstr "Distance d'écartement de ligne du support de la couche initiale" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Distance entre les lignes de la structure de support de la couche initiale imprimée. Ce paramètre est calculé en fonction de la densité du support." #: fdmprinter.def.json @@ -3865,8 +4661,15 @@ msgstr "Direction de ligne de remplissage du support" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que l'angle par défaut est utilisé (0 degré)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement" +" des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière" +" est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que l'angle par défaut est utilisé (0 degré)." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3875,8 +4678,12 @@ msgstr "Activer la bordure du support" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Générer un bord à l'intérieur des zones de remplissage du support de la première couche. Cette bordure est imprimée sous le support et non autour de celui-ci, ce qui augmente l'adhérence du support au plateau." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Générer un bord à l'intérieur des zones de remplissage du support de la première couche. Cette bordure est imprimée sous le support et non autour de celui-ci," +" ce qui augmente l'adhérence du support au plateau." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3885,7 +4692,9 @@ msgstr "Largeur de la bordure du support" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "Largeur de la bordure à imprimer sous le support. Une plus grande bordure améliore l'adhérence au plateau, mais demande un peu de matériau supplémentaire." #: fdmprinter.def.json @@ -3895,8 +4704,11 @@ msgstr "Nombre de lignes de la bordure du support" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." -msgstr "Nombre de lignes utilisées pour la bordure du support. L'augmentation du nombre de lignes de bordure améliore l'adhérence au plateau, mais demande un peu de matériau supplémentaire." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." +msgstr "Nombre de lignes utilisées pour la bordure du support. L'augmentation du nombre de lignes de bordure améliore l'adhérence au plateau, mais demande un peu" +" de matériau supplémentaire." #: fdmprinter.def.json msgctxt "support_z_distance label" @@ -3905,8 +4717,12 @@ msgstr "Distance Z des supports" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "Distance entre le dessus/dessous du support et l'impression. Cet écart offre un espace permettant de retirer les supports une fois l'impression du modèle terminée. Cette valeur est arrondie au chiffre supérieur jusqu'à atteindre un multiple de la hauteur de la couche." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "Distance entre le dessus/dessous du support et l'impression. Cet écart offre un espace permettant de retirer les supports une fois l'impression du modèle" +" terminée. Cette valeur est arrondie au chiffre supérieur jusqu'à atteindre un multiple de la hauteur de la couche." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3945,8 +4761,13 @@ msgstr "Priorité de distance des supports" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Si la Distance X/Y des supports annule la Distance Z des supports ou inversement. Lorsque X/Y annule Z, la distance X/Y peut écarter le support du modèle, influençant ainsi la distance Z réelle par rapport au porte-à-faux. Nous pouvons désactiver cela en n'appliquant pas la distance X/Y autour des porte-à-faux." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Si la Distance X/Y des supports annule la Distance Z des supports ou inversement. Lorsque X/Y annule Z, la distance X/Y peut écarter le support du modèle," +" influençant ainsi la distance Z réelle par rapport au porte-à-faux. Nous pouvons désactiver cela en n'appliquant pas la distance X/Y autour des porte-à-faux." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3965,7 +4786,8 @@ msgstr "Distance X/Y minimale des supports" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Distance entre la structure de support et le porte-à-faux dans les directions X/Y." #: fdmprinter.def.json @@ -3975,8 +4797,13 @@ msgstr "Hauteur de la marche de support" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "La hauteur de la marche du support en forme d'escalier reposant sur le modèle. Une valeur faible rend le support plus difficile à enlever, mais des valeurs trop élevées peuvent entraîner des supports instables. Définir la valeur sur zéro pour désactiver le comportement en forme d'escalier." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "La hauteur de la marche du support en forme d'escalier reposant sur le modèle. Une valeur faible rend le support plus difficile à enlever, mais des valeurs" +" trop élevées peuvent entraîner des supports instables. Définir la valeur sur zéro pour désactiver le comportement en forme d'escalier." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3985,8 +4812,12 @@ msgstr "Largeur maximale de la marche de support" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "La largeur maximale de la marche du support en forme d'escalier reposant sur le modèle. Une valeur faible rend le support plus difficile à enlever, mais des valeurs trop élevées peuvent entraîner des supports instables." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "La largeur maximale de la marche du support en forme d'escalier reposant sur le modèle. Une valeur faible rend le support plus difficile à enlever, mais" +" des valeurs trop élevées peuvent entraîner des supports instables." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3995,8 +4826,13 @@ msgstr "Angle de pente minimum de la marche de support" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "La pente minimum de la zone pour un effet de marche de support. Des valeurs basses devraient faciliter l'enlèvement du support sur les pentes peu superficielles ; des valeurs très basses peuvent donner des résultats vraiment contre-intuitifs sur d'autres pièces du modèle." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "La pente minimum de la zone pour un effet de marche de support. Des valeurs basses devraient faciliter l'enlèvement du support sur les pentes peu superficielles ;" +" des valeurs très basses peuvent donner des résultats vraiment contre-intuitifs sur d'autres pièces du modèle." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4005,7 +4841,10 @@ msgstr "Distance de jointement des supports" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." msgstr "La distance maximale entre les supports dans les directions X/Y. Lorsque des modèle séparés sont plus rapprochés que cette valeur, ils fusionnent." #: fdmprinter.def.json @@ -4015,7 +4854,9 @@ msgstr "Expansion horizontale des supports" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." msgstr "Le décalage appliqué à tous les polygones pour chaque couche. Une valeur positive peut lisser les zones de support et rendre le support plus solide." #: fdmprinter.def.json @@ -4025,7 +4866,9 @@ msgstr "Épaisseur de la couche de remplissage de support" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "L'épaisseur par couche de matériau de remplissage de support. Cette valeur doit toujours être un multiple de la hauteur de la couche et arrondie." #: fdmprinter.def.json @@ -4035,8 +4878,12 @@ msgstr "Étapes de remplissage graduel du support" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Nombre de fois pour réduire la densité de remplissage du support de moitié en poursuivant sous les surfaces du dessus. Les zones qui sont plus proches des surfaces du dessus possèdent une densité plus élevée, jusqu'à la Densité de remplissage du support." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Nombre de fois pour réduire la densité de remplissage du support de moitié en poursuivant sous les surfaces du dessus. Les zones qui sont plus proches" +" des surfaces du dessus possèdent une densité plus élevée, jusqu'à la Densité de remplissage du support." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4045,7 +4892,9 @@ msgstr "Hauteur d'étape de remplissage graduel du support" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "La hauteur de remplissage de support d'une densité donnée avant de passer à la moitié de la densité." #: fdmprinter.def.json @@ -4055,7 +4904,9 @@ msgstr "Surface minimale de support" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Taille minimale de la surface des polygones de support : les polygones dont la surface est inférieure à cette valeur ne seront pas générés." #: fdmprinter.def.json @@ -4065,8 +4916,12 @@ msgstr "Activer l'interface de support" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Générer une interface dense entre le modèle et le support. Cela créera une couche sur le dessus du support sur lequel le modèle est imprimé et sur le dessous du support sur lequel le modèle repose." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Générer une interface dense entre le modèle et le support. Cela créera une couche sur le dessus du support sur lequel le modèle est imprimé et sur le dessous" +" du support sur lequel le modèle repose." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4075,7 +4930,9 @@ msgstr "Activer les plafonds de support" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Générer une plaque dense de matériau entre le plafond du support et le modèle. Cela créera une couche extérieure entre le modèle et le support." #: fdmprinter.def.json @@ -4085,7 +4942,9 @@ msgstr "Activer les bas de support" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Générer une plaque dense de matériau entre le bas du support et le modèle. Cela créera une couche extérieure entre le modèle et le support." #: fdmprinter.def.json @@ -4095,7 +4954,9 @@ msgstr "Épaisseur de l'interface de support" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "L'épaisseur de l'interface du support à l'endroit auquel il touche le modèle, sur le dessous ou le dessus." #: fdmprinter.def.json @@ -4105,7 +4966,9 @@ msgstr "Épaisseur du plafond de support" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "L'épaisseur des plafonds de support. Cela contrôle la quantité de couches denses sur le dessus du support sur lequel le modèle repose." #: fdmprinter.def.json @@ -4115,7 +4978,9 @@ msgstr "Épaisseur du bas de support" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "L'épaisseur des bas de support. Cela contrôle le nombre de couches denses imprimées sur le dessus des endroits d'un modèle sur lequel le support repose." #: fdmprinter.def.json @@ -4125,8 +4990,14 @@ msgstr "Résolution de l'interface du support" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Lors de la vérification de l'emplacement d'un modèle au-dessus et en-dessous du support, effectuer des étapes de la hauteur définie. Des valeurs plus faibles découperont plus lentement, tandis que des valeurs plus élevées peuvent causer l'impression d'un support normal à des endroits où il devrait y avoir une interface de support." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Lors de la vérification de l'emplacement d'un modèle au-dessus et en-dessous du support, effectuer des étapes de la hauteur définie. Des valeurs plus faibles" +" découperont plus lentement, tandis que des valeurs plus élevées peuvent causer l'impression d'un support normal à des endroits où il devrait y avoir une" +" interface de support." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4135,8 +5006,12 @@ msgstr "Densité de l'interface de support" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Ajuste la densité des plafonds et bas de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Ajuste la densité des plafonds et bas de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus" +" difficiles à enlever." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4145,8 +5020,11 @@ msgstr "Densité du plafond de support" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "La densité des plafonds de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." +msgstr "La densité des plafonds de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles" +" à enlever." #: fdmprinter.def.json msgctxt "support_roof_line_distance label" @@ -4155,8 +5033,11 @@ msgstr "Distance d'écartement de ligne du plafond de support" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." -msgstr "Distance entre les lignes du plafond de support imprimées. Ce paramètre est calculé par la densité du plafond de support mais peut également être défini séparément." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." +msgstr "Distance entre les lignes du plafond de support imprimées. Ce paramètre est calculé par la densité du plafond de support mais peut également être défini" +" séparément." #: fdmprinter.def.json msgctxt "support_bottom_density label" @@ -4165,7 +5046,9 @@ msgstr "Densité du bas de support" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "La densité des bas de la structure de support. Une valeur plus élevée résulte en une meilleure adhésion du support au-dessus du modèle." #: fdmprinter.def.json @@ -4175,7 +5058,9 @@ msgstr "Distance d'écartement de ligne de bas de support" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "Distance entre les lignes du bas de support imprimées. Ce paramètre est calculé par la densité du bas de support mais peut également être défini séparément." #: fdmprinter.def.json @@ -4185,7 +5070,9 @@ msgstr "Motif de l'interface de support" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "Le motif selon lequel l'interface du support avec le modèle est imprimée." #: fdmprinter.def.json @@ -4290,8 +5177,11 @@ msgstr "Surface minimale de l'interface de support" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Taille minimale de la surface des polygones d'interface de support. Les polygones dont la surface est inférieure à cette valeur ne seront pas imprimés comme support normal." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." +msgstr "Taille minimale de la surface des polygones d'interface de support. Les polygones dont la surface est inférieure à cette valeur ne seront pas imprimés" +" comme support normal." #: fdmprinter.def.json msgctxt "minimum_roof_area label" @@ -4300,8 +5190,11 @@ msgstr "Surface minimale du plafond de support" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Taille minimale de la surface des plafonds du support. Les polygones dont la surface est inférieure à cette valeur ne seront pas imprimés comme support normal." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." +msgstr "Taille minimale de la surface des plafonds du support. Les polygones dont la surface est inférieure à cette valeur ne seront pas imprimés comme support" +" normal." #: fdmprinter.def.json msgctxt "minimum_bottom_area label" @@ -4310,7 +5203,9 @@ msgstr "Surface minimale du bas de support" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Taille minimale de la surface des bas du support. Les polygones dont la surface est inférieure à cette valeur ne seront pas imprimés comme support normal." #: fdmprinter.def.json @@ -4350,8 +5245,17 @@ msgstr "Direction de ligne d'interface du support" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles par défaut sont utilisés (alternative entre 45 et 135 degrés si les interfaces sont assez épaisses ou 90 degrés)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement" +" des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière" +" est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles par défaut sont utilisés (alternative entre 45 et" +" 135 degrés si les interfaces sont assez épaisses ou 90 degrés)." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4360,8 +5264,17 @@ msgstr "Direction de la ligne de plafond de support" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles par défaut sont utilisés (alternative entre 45 et 135 degrés si les interfaces sont assez épaisses ou 90 degrés)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement" +" des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière" +" est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles par défaut sont utilisés (alternative entre 45 et" +" 135 degrés si les interfaces sont assez épaisses ou 90 degrés)." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4370,8 +5283,17 @@ msgstr "Direction de la ligne de bas de support" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles par défaut sont utilisés (alternative entre 45 et 135 degrés si les interfaces sont assez épaisses ou 90 degrés)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement" +" des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière" +" est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles par défaut sont utilisés (alternative entre 45 et" +" 135 degrés si les interfaces sont assez épaisses ou 90 degrés)." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4380,8 +5302,11 @@ msgstr "Annulation de la vitesse du ventilateur" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." -msgstr "Lorsque cette fonction est activée, la vitesse du ventilateur de refroidissement de l'impression est modifiée pour les régions de la couche extérieure situées immédiatement au-dessus du support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." +msgstr "Lorsque cette fonction est activée, la vitesse du ventilateur de refroidissement de l'impression est modifiée pour les régions de la couche extérieure" +" situées immédiatement au-dessus du support." #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed label" @@ -4390,8 +5315,11 @@ msgstr "Vitesse du ventilateur de couche extérieure supportée" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Pourcentage de la vitesse du ventilateur à utiliser lors de l'impression des zones de couche extérieure situées immédiatement au-dessus du support. Une vitesse de ventilateur élevée facilite le retrait du support." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Pourcentage de la vitesse du ventilateur à utiliser lors de l'impression des zones de couche extérieure situées immédiatement au-dessus du support. Une" +" vitesse de ventilateur élevée facilite le retrait du support." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4400,8 +5328,12 @@ msgstr "Utilisation de tours" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Utilise des tours spéciales pour soutenir de petites zones en porte-à-faux. Le diamètre de ces tours est plus large que la zone qu’elles soutiennent. Près du porte-à-faux, le diamètre des tours diminue pour former un toit." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Utilise des tours spéciales pour soutenir de petites zones en porte-à-faux. Le diamètre de ces tours est plus large que la zone qu’elles soutiennent. Près" +" du porte-à-faux, le diamètre des tours diminue pour former un toit." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4420,7 +5352,9 @@ msgstr "Diamètre maximal supporté par la tour" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "Le diamètre maximal sur les axes X/Y d’une petite zone qui doit être soutenue par une tour de soutien spéciale." #: fdmprinter.def.json @@ -4430,7 +5364,9 @@ msgstr "Angle du toit de la tour" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "L'angle du toit d'une tour. Une valeur plus élevée entraîne des toits de tour pointus, tandis qu'une valeur plus basse résulte en des toits plats." #: fdmprinter.def.json @@ -4440,7 +5376,9 @@ msgstr "Maillage de support descendant" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Inclure du support à tout emplacement sous le maillage de support, de sorte à ce qu'il n'y ait pas de porte-à-faux dans le maillage de support." #: fdmprinter.def.json @@ -4450,7 +5388,9 @@ msgstr "La scène comporte un maillage de support" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Un maillage de support est présent sur la scène. Ce paramètre est contrôlé par Cura." #: fdmprinter.def.json @@ -4470,8 +5410,14 @@ msgstr "Activer la goutte de préparation" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Préparer les filaments avec une goutte avant l'impression. Ce paramètre permet d'assurer que l'extrudeuse disposera de matériau prêt au niveau de la buse avant l'impression. La jupe/bordure d'impression peut également servir de préparation, auquel cas le fait de laisser ce paramètre désactivé permet de gagner un peu de temps." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Préparer les filaments avec une goutte avant l'impression. Ce paramètre permet d'assurer que l'extrudeuse disposera de matériau prêt au niveau de la buse" +" avant l'impression. La jupe/bordure d'impression peut également servir de préparation, auquel cas le fait de laisser ce paramètre désactivé permet de" +" gagner un peu de temps." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4480,7 +5426,9 @@ msgstr "Extrudeuse Position d'amorçage X" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Les coordonnées X de la position à laquelle la buse s'amorce au début de l'impression." #: fdmprinter.def.json @@ -4490,7 +5438,9 @@ msgstr "Extrudeuse Position d'amorçage Y" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Les coordonnées Y de la position à laquelle la buse s'amorce au début de l'impression." #: fdmprinter.def.json @@ -4500,8 +5450,15 @@ msgstr "Type d'adhérence du plateau" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Différentes options qui permettent d'améliorer la préparation de votre extrusion et l'adhérence au plateau. La bordure ajoute une zone plate d'une seule couche autour de la base de votre modèle, afin de l'empêcher de se redresser. Le radeau ajoute une grille épaisse avec un toit sous le modèle. La jupe est une ligne imprimée autour du modèle mais qui n'est pas rattachée au modèle." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Différentes options qui permettent d'améliorer la préparation de votre extrusion et l'adhérence au plateau. La bordure ajoute une zone plate d'une seule" +" couche autour de la base de votre modèle, afin de l'empêcher de se redresser. Le radeau ajoute une grille épaisse avec un toit sous le modèle. La jupe" +" est une ligne imprimée autour du modèle mais qui n'est pas rattachée au modèle." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4530,48 +5487,58 @@ msgstr "Extrudeuse d'adhérence du plateau" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "Le train d'extrudeuse à utiliser pour l'impression de la jupe/la bordure/du radeau. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Extrudeur de la jupe/bordure" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "Le train d'extrudeur à utiliser pour l'impression de la jupe ou de la bordure. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Extrudeur de la base du raft" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "Le train d'extrudeur à utiliser pour l'impression de la première couche du radeau. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Extrudeur du milieu du radeau" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "Le train d'extrudeur à utiliser pour imprimer la couche intermédiaire du radeau. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Extrudeur du haut du radeau" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "Le train d'extrudeur à utiliser pour imprimer la ou les couches du haut du radeau. Cela est utilisé en multi-extrusion." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4580,7 +5547,9 @@ msgstr "Nombre de lignes de la jupe" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "Une jupe à plusieurs lignes vous aide à mieux préparer votre extrusion pour les petits modèles. Définissez celle valeur sur 0 pour désactiver la jupe." #: fdmprinter.def.json @@ -4592,10 +5561,10 @@ msgstr "Distance de la jupe" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"La distance horizontale entre la jupe et la première couche de l’impression.\n" -"Il s’agit de la distance minimale séparant la jupe de l’objet. Si la jupe a d’autres lignes, celles-ci s’étendront vers l’extérieur." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "La distance horizontale entre la jupe et la première couche de l’impression.\nIl s’agit de la distance minimale séparant la jupe de l’objet. Si la jupe" +" a d’autres lignes, celles-ci s’étendront vers l’extérieur." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4604,8 +5573,14 @@ msgstr "Longueur minimale de la jupe/bordure" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "La longueur minimale de la jupe ou bordure. Si cette longueur n’est pas atteinte par toutes les lignes de jupe ou de bordure ensemble, d’autres lignes de jupe ou de bordure seront ajoutées afin d’atteindre la longueur minimale. Veuillez noter que si le nombre de lignes est défini sur 0, cette option est ignorée." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "La longueur minimale de la jupe ou bordure. Si cette longueur n’est pas atteinte par toutes les lignes de jupe ou de bordure ensemble, d’autres lignes" +" de jupe ou de bordure seront ajoutées afin d’atteindre la longueur minimale. Veuillez noter que si le nombre de lignes est défini sur 0, cette option est" +" ignorée." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4614,8 +5589,12 @@ msgstr "Largeur de la bordure" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." -msgstr "La distance entre le modèle et la ligne de bordure la plus à l'extérieur. Une bordure plus large renforce l'adhérence au plateau mais réduit également la zone d'impression réelle." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." +msgstr "La distance entre le modèle et la ligne de bordure la plus à l'extérieur. Une bordure plus large renforce l'adhérence au plateau mais réduit également" +" la zone d'impression réelle." #: fdmprinter.def.json msgctxt "brim_line_count label" @@ -4624,8 +5603,11 @@ msgstr "Nombre de lignes de la bordure" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." -msgstr "Le nombre de lignes utilisées pour une bordure. Un plus grand nombre de lignes de bordure renforce l'adhérence au plateau mais réduit également la zone d'impression réelle." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." +msgstr "Le nombre de lignes utilisées pour une bordure. Un plus grand nombre de lignes de bordure renforce l'adhérence au plateau mais réduit également la zone" +" d'impression réelle." #: fdmprinter.def.json msgctxt "brim_gap label" @@ -4634,8 +5616,12 @@ msgstr "Distance de la bordure" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "La distance horizontale entre la première ligne de bordure et le contour de la première couche de l'impression. Un petit trou peut faciliter l'enlèvement de la bordure tout en offrant des avantages thermiques." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "La distance horizontale entre la première ligne de bordure et le contour de la première couche de l'impression. Un petit trou peut faciliter l'enlèvement" +" de la bordure tout en offrant des avantages thermiques." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4644,8 +5630,12 @@ msgstr "La bordure remplace le support" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Appliquer la bordure à imprimer autour du modèle même si cet espace aurait autrement dû être occupé par le support, en remplaçant certaines régions de la première couche de support par des régions de la bordure." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Appliquer la bordure à imprimer autour du modèle même si cet espace aurait autrement dû être occupé par le support, en remplaçant certaines régions de" +" la première couche de support par des régions de la bordure." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4654,8 +5644,12 @@ msgstr "Bordure uniquement sur l'extérieur" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Imprimer uniquement la bordure sur l'extérieur du modèle. Cela réduit la quantité de bordure que vous devez retirer par la suite, sans toutefois véritablement réduire l'adhérence au plateau." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Imprimer uniquement la bordure sur l'extérieur du modèle. Cela réduit la quantité de bordure que vous devez retirer par la suite, sans toutefois véritablement" +" réduire l'adhérence au plateau." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4664,8 +5658,12 @@ msgstr "Marge supplémentaire du radeau" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Si vous avez appliqué un radeau, alors il s’agit de l’espace de radeau supplémentaire autour du modèle qui dispose déjà d’un radeau. L’augmentation de cette marge va créer un radeau plus solide, mais requiert davantage de matériau et laisse moins de place pour votre impression." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Si vous avez appliqué un radeau, alors il s’agit de l’espace de radeau supplémentaire autour du modèle qui dispose déjà d’un radeau. L’augmentation de" +" cette marge va créer un radeau plus solide, mais requiert davantage de matériau et laisse moins de place pour votre impression." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4674,8 +5672,13 @@ msgstr "Lissage de radeau" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Ce paramètre définit combien d'angles intérieurs sont arrondis dans le contour de radeau. Les angles internes sont arrondis en un demi-cercle avec un rayon égal à la valeur indiquée ici. Ce paramètre élimine également les cavités dans le contour de radeau qui sont d'une taille inférieure à ce cercle." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Ce paramètre définit combien d'angles intérieurs sont arrondis dans le contour de radeau. Les angles internes sont arrondis en un demi-cercle avec un rayon" +" égal à la valeur indiquée ici. Ce paramètre élimine également les cavités dans le contour de radeau qui sont d'une taille inférieure à ce cercle." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4684,8 +5687,12 @@ msgstr "Lame d'air du radeau" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "L’espace entre la dernière couche du radeau et la première couche du modèle. Seule la première couche est surélevée de cette quantité d’espace pour réduire l’adhérence entre la couche du radeau et le modèle. Cela facilite le décollage du radeau." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "L’espace entre la dernière couche du radeau et la première couche du modèle. Seule la première couche est surélevée de cette quantité d’espace pour réduire" +" l’adhérence entre la couche du radeau et le modèle. Cela facilite le décollage du radeau." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4694,8 +5701,12 @@ msgstr "Chevauchement Z de la couche initiale" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "La première et la deuxième couche du modèle se chevauchent dans la direction Z pour compenser le filament perdu dans l'entrefer. Toutes les couches au-dessus de la première couche du modèle seront décalées de ce montant." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "La première et la deuxième couche du modèle se chevauchent dans la direction Z pour compenser le filament perdu dans l'entrefer. Toutes les couches au-dessus" +" de la première couche du modèle seront décalées de ce montant." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4704,8 +5715,12 @@ msgstr "Couches supérieures du radeau" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "Nombre de couches de surface au-dessus de la deuxième couche du radeau. Il s’agit des couches entièrement remplies sur lesquelles le modèle est posé. En général, deux couches offrent une surface plus lisse qu'une seule." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "Nombre de couches de surface au-dessus de la deuxième couche du radeau. Il s’agit des couches entièrement remplies sur lesquelles le modèle est posé. En" +" général, deux couches offrent une surface plus lisse qu'une seule." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4724,7 +5739,9 @@ msgstr "Largeur de la ligne supérieure du radeau" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Largeur des lignes de la surface supérieure du radeau. Elles doivent être fines pour rendre le dessus du radeau lisse." #: fdmprinter.def.json @@ -4734,18 +5751,25 @@ msgstr "Interligne supérieur du radeau" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." -msgstr "La distance entre les lignes du radeau pour les couches supérieures de celui-ci. Cet espace doit être égal à la largeur de ligne afin de créer une surface solide." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." +msgstr "La distance entre les lignes du radeau pour les couches supérieures de celui-ci. Cet espace doit être égal à la largeur de ligne afin de créer une surface" +" solide." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Couches du milieu du radeau" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Nombre de couches entre la base et la surface du radeau. Elles comprennent l'épaisseur principale du radeau. En l'augmentant, on obtient un radeau plus" +" épais et plus solide." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4764,7 +5788,9 @@ msgstr "Largeur de la ligne intermédiaire du radeau" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "Largeur des lignes de la couche intermédiaire du radeau. Une plus grande extrusion de la deuxième couche renforce l'adhérence des lignes au plateau." #: fdmprinter.def.json @@ -4774,8 +5800,12 @@ msgstr "Interligne intermédiaire du radeau" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "La distance entre les lignes du radeau pour la couche intermédiaire de celui-ci. L'espace intermédiaire doit être assez large et suffisamment dense pour supporter les couches supérieures du radeau." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "La distance entre les lignes du radeau pour la couche intermédiaire de celui-ci. L'espace intermédiaire doit être assez large et suffisamment dense pour" +" supporter les couches supérieures du radeau." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4784,7 +5814,9 @@ msgstr "Épaisseur de la base du radeau" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "Épaisseur de la couche de base du radeau. Cette couche doit être épaisse et adhérer fermement au plateau." #: fdmprinter.def.json @@ -4794,7 +5826,9 @@ msgstr "Largeur de la ligne de base du radeau" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Largeur des lignes de la couche de base du radeau. Elles doivent être épaisses pour permettre l’adhérence au plateau." #: fdmprinter.def.json @@ -4804,7 +5838,9 @@ msgstr "Espacement des lignes de base du radeau" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "La distance entre les lignes du radeau pour la couche de base de celui-ci. Un interligne large facilite le retrait du radeau du plateau." #: fdmprinter.def.json @@ -4824,8 +5860,12 @@ msgstr "Vitesse d’impression du dessus du radeau" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "Vitesse à laquelle les couches du dessus du radeau sont imprimées. Elles doivent être imprimées légèrement plus lentement afin que la buse puisse lentement lisser les lignes de surface adjacentes." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "Vitesse à laquelle les couches du dessus du radeau sont imprimées. Elles doivent être imprimées légèrement plus lentement afin que la buse puisse lentement" +" lisser les lignes de surface adjacentes." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4834,8 +5874,12 @@ msgstr "Vitesse d’impression du milieu du radeau" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "La vitesse à laquelle la couche du milieu du radeau est imprimée. Cette couche doit être imprimée suffisamment lentement du fait que la quantité de matériau sortant de la buse est assez importante." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "La vitesse à laquelle la couche du milieu du radeau est imprimée. Cette couche doit être imprimée suffisamment lentement du fait que la quantité de matériau" +" sortant de la buse est assez importante." #: fdmprinter.def.json msgctxt "raft_base_speed label" @@ -4844,8 +5888,12 @@ msgstr "Vitesse d’impression de la base du radeau" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "La vitesse à laquelle la couche de base du radeau est imprimée. Cette couche doit être imprimée suffisamment lentement du fait que la quantité de matériau sortant de la buse est assez importante." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "La vitesse à laquelle la couche de base du radeau est imprimée. Cette couche doit être imprimée suffisamment lentement du fait que la quantité de matériau" +" sortant de la buse est assez importante." #: fdmprinter.def.json msgctxt "raft_acceleration label" @@ -4984,7 +6032,9 @@ msgstr "Activer la tour d'amorçage" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Imprimer une tour à côté de l'impression qui sert à amorcer le matériau après chaque changement de buse." #: fdmprinter.def.json @@ -5004,7 +6054,9 @@ msgstr "Volume minimum de la tour d'amorçage" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "Le volume minimum pour chaque touche de la tour d'amorçage afin de purger suffisamment de matériau." #: fdmprinter.def.json @@ -5034,7 +6086,9 @@ msgstr "Essuyer le bec d'impression inactif sur la tour d'amorçage" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Après l'impression de la tour d'amorçage à l'aide d'une buse, nettoyer le matériau qui suinte de l'autre buse sur la tour d'amorçage." #: fdmprinter.def.json @@ -5044,8 +6098,11 @@ msgstr "Bordure de la tour d'amorçage" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "Les tours d'amorçage peuvent avoir besoin de l'adhérence supplémentaire d'une bordure, même si le modèle n'en a pas besoin. Ne peut actuellement pas être utilisé avec le type d'adhérence « Raft » (radeau)." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "Les tours d'amorçage peuvent avoir besoin de l'adhérence supplémentaire d'une bordure, même si le modèle n'en a pas besoin. Ne peut actuellement pas être" +" utilisé avec le type d'adhérence « Raft » (radeau)." #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" @@ -5054,8 +6111,12 @@ msgstr "Activer le bouclier de suintage" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Activer le bouclier de suintage extérieur. Cela créera une coque autour du modèle qui est susceptible d'essuyer une deuxième buse si celle-ci est à la même hauteur que la première buse." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Activer le bouclier de suintage extérieur. Cela créera une coque autour du modèle qui est susceptible d'essuyer une deuxième buse si celle-ci est à la" +" même hauteur que la première buse." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5064,8 +6125,12 @@ msgstr "Angle du bouclier de suintage" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "L'angle maximal qu'une partie du bouclier de suintage peut adopter. Zéro degré est vertical et 90 degrés est horizontal. Un angle plus petit entraîne moins d'échecs au niveau des boucliers de suintage, mais utilise plus de matériaux." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "L'angle maximal qu'une partie du bouclier de suintage peut adopter. Zéro degré est vertical et 90 degrés est horizontal. Un angle plus petit entraîne moins" +" d'échecs au niveau des boucliers de suintage, mais utilise plus de matériaux." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5084,8 +6149,12 @@ msgstr "Distance de rétraction de changement de buse" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." -msgstr "Degré de rétraction lors de la commutation d'extrudeuses. Une valeur de 0 signifie qu'il n'y aura aucune rétraction. En général, cette valeur doit être équivalente à la longueur de la zone de chauffe." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." +msgstr "Degré de rétraction lors de la commutation d'extrudeuses. Une valeur de 0 signifie qu'il n'y aura aucune rétraction. En général, cette valeur doit être" +" équivalente à la longueur de la zone de chauffe." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds label" @@ -5094,8 +6163,11 @@ msgstr "Vitesse de rétraction de changement de buse" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." -msgstr "La vitesse à laquelle le filament est rétracté. Une vitesse de rétraction plus élevée fonctionne mieux, mais une vitesse de rétraction très élevée peut causer l'écrasement du filament." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." +msgstr "La vitesse à laquelle le filament est rétracté. Une vitesse de rétraction plus élevée fonctionne mieux, mais une vitesse de rétraction très élevée peut" +" causer l'écrasement du filament." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed label" @@ -5104,7 +6176,8 @@ msgstr "Vitesse de rétraction de changement de buse" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "La vitesse à laquelle le filament est rétracté pendant une rétraction de changement de buse." #: fdmprinter.def.json @@ -5114,7 +6187,9 @@ msgstr "Vitesse d'amorçage de changement de buse" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "La vitesse à laquelle le filament est poussé vers l'arrière après une rétraction de changement de buse." #: fdmprinter.def.json @@ -5144,8 +6219,12 @@ msgstr "Joindre les volumes se chevauchant" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Ignorer la géométrie interne pouvant découler de volumes se chevauchant à l'intérieur d'un maillage et imprimer les volumes comme un seul. Cela peut entraîner la disparition des cavités internes accidentelles." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Ignorer la géométrie interne pouvant découler de volumes se chevauchant à l'intérieur d'un maillage et imprimer les volumes comme un seul. Cela peut entraîner" +" la disparition des cavités internes accidentelles." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5154,8 +6233,12 @@ msgstr "Supprimer tous les trous" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Supprime les trous dans chacune des couches et conserve uniquement la forme extérieure. Tous les détails internes invisibles seront ignorés. Il en va de même pour les trous qui pourraient être visibles depuis le dessus ou le dessous de la pièce." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Supprime les trous dans chacune des couches et conserve uniquement la forme extérieure. Tous les détails internes invisibles seront ignorés. Il en va de" +" même pour les trous qui pourraient être visibles depuis le dessus ou le dessous de la pièce." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5164,8 +6247,12 @@ msgstr "Raccommodage" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." -msgstr "Le raccommodage consiste en la suppression des trous dans le maillage en tentant de fermer le trou avec des intersections entre polygones existants. Cette option peut induire beaucoup de temps de calcul." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." +msgstr "Le raccommodage consiste en la suppression des trous dans le maillage en tentant de fermer le trou avec des intersections entre polygones existants. Cette" +" option peut induire beaucoup de temps de calcul." #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons label" @@ -5174,8 +6261,14 @@ msgstr "Conserver les faces disjointes" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Normalement, Cura essaye de raccommoder les petits trous dans le maillage et supprime les parties des couches contenant de gros trous. Activer cette option pousse Cura à garder les parties qui ne peuvent être raccommodées. Cette option doit être utilisée en dernier recours quand tout le reste échoue à produire un G-Code correct." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Normalement, Cura essaye de raccommoder les petits trous dans le maillage et supprime les parties des couches contenant de gros trous. Activer cette option" +" pousse Cura à garder les parties qui ne peuvent être raccommodées. Cette option doit être utilisée en dernier recours quand tout le reste échoue à produire" +" un G-Code correct." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5184,7 +6277,9 @@ msgstr "Chevauchement des mailles fusionnées" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Faire de sorte que les maillages qui se touchent se chevauchent légèrement. Cela permet aux maillages de mieux adhérer les uns aux autres." #: fdmprinter.def.json @@ -5194,7 +6289,9 @@ msgstr "Supprimer l'intersection des mailles" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "Supprime les zones sur lesquelles plusieurs mailles se chevauchent. Cette option peut être utilisée si des objets à matériau double fusionné se chevauchent." #: fdmprinter.def.json @@ -5204,8 +6301,13 @@ msgstr "Alterner le retrait des maillages" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Passe aux volumes d'intersection de maille qui appartiennent à chaque couche, de manière à ce que les mailles qui se chevauchent soient entrelacées. Si vous désactivez ce paramètre, l'une des mailles obtiendra tout le volume dans le chevauchement tandis qu'il est retiré des autres mailles." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Passe aux volumes d'intersection de maille qui appartiennent à chaque couche, de manière à ce que les mailles qui se chevauchent soient entrelacées. Si" +" vous désactivez ce paramètre, l'une des mailles obtiendra tout le volume dans le chevauchement tandis qu'il est retiré des autres mailles." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5214,8 +6316,12 @@ msgstr "Supprimer les premières couches vides" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Supprimer les couches vides sous la première couche imprimée si elles sont présentes. Le fait de désactiver ce paramètre peut entraîner l'apparition de premières couches vides si le paramètre Tolérance à la découpe est défini sur Exclusif ou Milieu." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Supprimer les couches vides sous la première couche imprimée si elles sont présentes. Le fait de désactiver ce paramètre peut entraîner l'apparition de" +" premières couches vides si le paramètre Tolérance à la découpe est défini sur Exclusif ou Milieu." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5224,8 +6330,14 @@ msgstr "Résolution maximum" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "Taille minimum d'un segment de ligne après découpage. Si vous augmentez cette valeur, la maille aura une résolution plus faible. Cela peut permettre à l'imprimante de suivre la vitesse à laquelle elle doit traiter le G-Code et augmentera la vitesse de découpe en enlevant des détails de la maille que l'imprimante ne peut pas traiter de toute manière." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "Taille minimum d'un segment de ligne après découpage. Si vous augmentez cette valeur, la maille aura une résolution plus faible. Cela peut permettre à" +" l'imprimante de suivre la vitesse à laquelle elle doit traiter le G-Code et augmentera la vitesse de découpe en enlevant des détails de la maille que l'imprimante" +" ne peut pas traiter de toute manière." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5234,8 +6346,14 @@ msgstr "Résolution de déplacement maximum" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "Taille minimale d'un segment de ligne de déplacement après la découpe. Si vous augmentez cette valeur, les mouvements de déplacement auront des coins moins lisses. Cela peut permettre à l'imprimante de suivre la vitesse à laquelle elle doit traiter le G-Code, mais cela peut réduire la précision de l'évitement du modèle." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "Taille minimale d'un segment de ligne de déplacement après la découpe. Si vous augmentez cette valeur, les mouvements de déplacement auront des coins moins" +" lisses. Cela peut permettre à l'imprimante de suivre la vitesse à laquelle elle doit traiter le G-Code, mais cela peut réduire la précision de l'évitement" +" du modèle." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5244,18 +6362,37 @@ msgstr "Écart maximum" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "L'écart maximum autorisé lors de la réduction de la résolution pour le paramètre Résolution maximum. Si vous augmentez cette valeur, l'impression sera moins précise, mais le G-Code sera plus petit. L'écart maximum est une limite pour la résolution maximum. Donc si les deux entrent en conflit, l'Écart maximum restera valable." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "L'écart maximum autorisé lors de la réduction de la résolution pour le paramètre Résolution maximum. Si vous augmentez cette valeur, l'impression sera" +" moins précise, mais le G-Code sera plus petit. L'écart maximum est une limite pour la résolution maximum. Donc si les deux entrent en conflit, l'Écart" +" maximum restera valable." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Écart maximal de la surface d'extrusion" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "L'écart maximal de la surface d'extrusion autorisé lors de la suppression des points intermédiaires d'une ligne droite. Un point intermédiaire peut servir" +" de point de changement de largeur dans une longue ligne droite. Par conséquent, s'il est supprimé, la ligne aura une largeur uniforme et, par conséquent," +" cela engendrera la perte (ou le gain) d'un peu de surface d'extrusion. Si vous augmentez cette valeur, vous pourrez constater une légère sous-extrusion" +" (ou sur-extrusion) entre les parois parallèles droites car davantage de points intermédiaires de changement de largeur pourront être supprimés. Votre" +" impression sera moins précise, mais le G-code sera plus petit." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5274,8 +6411,15 @@ msgstr "Séquence d'impression" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Imprime tous les modèles en même temps, couche par couche, ou attend la fin d'un modèle pour en commencer un autre. Le mode « Un modèle à la fois » est disponible seulement si a) un seul extrudeur est activé et si b) tous les modèles sont suffisamment éloignés pour que la tête puisse passer entre eux et qu'ils sont tous inférieurs à la distance entre la buse et les axes X/Y." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Imprime tous les modèles en même temps, couche par couche, ou attend la fin d'un modèle pour en commencer un autre. Le mode « Un modèle à la fois » est" +" disponible seulement si a) un seul extrudeur est activé et si b) tous les modèles sont suffisamment éloignés pour que la tête puisse passer entre eux" +" et qu'ils sont tous inférieurs à la distance entre la buse et les axes X/Y." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5294,8 +6438,12 @@ msgstr "Maille de remplissage" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Utiliser cette maille pour modifier le remplissage d'autres mailles qu'elle chevauche. Remplace les régions de remplissage d'autres mailles par des régions de cette maille. Il est conseillé d'imprimer uniquement une Paroi et pas de Couche du dessus/dessous pour cette maille." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Utiliser cette maille pour modifier le remplissage d'autres mailles qu'elle chevauche. Remplace les régions de remplissage d'autres mailles par des régions" +" de cette maille. Il est conseillé d'imprimer uniquement une Paroi et pas de Couche du dessus/dessous pour cette maille." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5304,8 +6452,15 @@ msgstr "Rang de traitement du maillage" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Détermine la priorité de cette maille lorsque plusieurs chevauchements de mailles de remplissage sont pris en considération. Les zones comportant plusieurs chevauchements de mailles de remplissage prendront en compte les paramètres du maillage ayant l'ordre le plus élevé. Une maille de remplissage possédant un ordre plus élevé modifiera le remplissage des mailles de remplissage ayant un ordre plus bas et des mailles normales." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Détermine la priorité de cette maille lorsque plusieurs chevauchements de mailles de remplissage sont pris en considération. Les zones comportant plusieurs" +" chevauchements de mailles de remplissage prendront en compte les paramètres du maillage ayant l'ordre le plus élevé. Une maille de remplissage possédant" +" un ordre plus élevé modifiera le remplissage des mailles de remplissage ayant un ordre plus bas et des mailles normales." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5314,8 +6469,12 @@ msgstr "Maille de coupe" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Limiter le volume de ce maillage à celui des autres maillages. Cette option permet de faire en sorte que certaines zones d'un maillage s'impriment avec des paramètres différents et avec une extrudeuse entièrement différente." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Limiter le volume de ce maillage à celui des autres maillages. Cette option permet de faire en sorte que certaines zones d'un maillage s'impriment avec" +" des paramètres différents et avec une extrudeuse entièrement différente." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5324,7 +6483,9 @@ msgstr "Moule" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Imprimer les modèles comme moule, qui peut être coulé afin d'obtenir un modèle ressemblant à ceux présents sur le plateau." #: fdmprinter.def.json @@ -5334,7 +6495,9 @@ msgstr "Largeur minimale de moule" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "La distance minimale entre l'extérieur du moule et l'extérieur du modèle." #: fdmprinter.def.json @@ -5354,8 +6517,12 @@ msgstr "Angle du moule" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "L'angle de porte-à-faux des parois externes créées pour le moule. La valeur 0° rendra la coque externe du moule verticale, alors que 90° fera que l'extérieur du modèle suive les contours du modèle." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "L'angle de porte-à-faux des parois externes créées pour le moule. La valeur 0° rendra la coque externe du moule verticale, alors que 90° fera que l'extérieur" +" du modèle suive les contours du modèle." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5364,7 +6531,9 @@ msgstr "Maillage de support" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Utiliser ce maillage pour spécifier des zones de support. Cela peut être utilisé pour générer une structure de support." #: fdmprinter.def.json @@ -5374,8 +6543,11 @@ msgstr "Maillage anti-surplomb" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Utiliser cette maille pour préciser à quel endroit aucune partie du modèle doit être détectée comme porte-à-faux. Cette option peut être utilisée pour supprimer la structure de support non souhaitée." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Utiliser cette maille pour préciser à quel endroit aucune partie du modèle doit être détectée comme porte-à-faux. Cette option peut être utilisée pour" +" supprimer la structure de support non souhaitée." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5384,8 +6556,15 @@ msgstr "Mode de surface" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Traite le modèle comme surface seule, un volume ou des volumes avec des surfaces seules. Le mode d'impression normal imprime uniquement des volumes fermés. « Surface » imprime une paroi seule autour de la surface de la maille, sans remplissage ni couche du dessus/dessous. « Les deux » imprime des volumes fermés comme en mode normal et les polygones restants comme surfaces." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Traite le modèle comme surface seule, un volume ou des volumes avec des surfaces seules. Le mode d'impression normal imprime uniquement des volumes fermés." +" « Surface » imprime une paroi seule autour de la surface de la maille, sans remplissage ni couche du dessus/dessous. « Les deux » imprime des volumes" +" fermés comme en mode normal et les polygones restants comme surfaces." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5409,8 +6588,14 @@ msgstr "Spiraliser le contour extérieur" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "Cette fonction ajuste le déplacement en Z sur le bord extérieur. Cela va créer une augmentation stable de Z sur toute l’impression. Cette fonction transforme un modèle solide en une impression à paroi unique avec une base solide. Cette fonctionnalité doit être activée seulement lorsque chaque couche contient uniquement une seule partie." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "Cette fonction ajuste le déplacement en Z sur le bord extérieur. Cela va créer une augmentation stable de Z sur toute l’impression. Cette fonction transforme" +" un modèle solide en une impression à paroi unique avec une base solide. Cette fonctionnalité doit être activée seulement lorsque chaque couche contient" +" uniquement une seule partie." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5419,8 +6604,12 @@ msgstr "Lisser les contours spiralisés" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Lisser les contours spiralisés pour réduire la visibilité de la jointure en Z (la jointure en Z doit être à peine visible sur l'impression mais sera toujours visible dans la vue en couches). Veuillez remarquer que le lissage aura tendance à estomper les détails très fins de la surface." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Lisser les contours spiralisés pour réduire la visibilité de la jointure en Z (la jointure en Z doit être à peine visible sur l'impression mais sera toujours" +" visible dans la vue en couches). Veuillez remarquer que le lissage aura tendance à estomper les détails très fins de la surface." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5429,8 +6618,17 @@ msgstr "Extrusion relative" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Utiliser l'extrusion relative au lieu de l'extrusion absolue. L'utilisation de pas E relatifs facilite le post-traitement du G-Code. Toutefois, cela n'est pas pris en charge par toutes les imprimantes et peut occasionner de très légers écarts dans la quantité de matériau déposé, par rapport à l'utilisation des pas E absolus. Indépendamment de ce paramètre, le mode d'extrusion sera défini par défaut comme absolu avant qu'un quelconque script de G-Code soit produit." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Utiliser l'extrusion relative au lieu de l'extrusion absolue. L'utilisation de pas E relatifs facilite le post-traitement du G-Code. Toutefois, cela n'est" +" pas pris en charge par toutes les imprimantes et peut occasionner de très légers écarts dans la quantité de matériau déposé, par rapport à l'utilisation" +" des pas E absolus. Indépendamment de ce paramètre, le mode d'extrusion sera défini par défaut comme absolu avant qu'un quelconque script de G-Code soit" +" produit." #: fdmprinter.def.json msgctxt "experimental label" @@ -5449,8 +6647,18 @@ msgstr "Tolérance à la découpe" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Tolérance verticale dans les couches découpées. Les contours d'une couche sont normalement générés en faisant passer les sections entrecroisées au milieu de chaque épaisseur de couche (Milieu). Alternativement, chaque couche peut posséder des zones situées à l'intérieur du volume à travers toute l'épaisseur de la couche (Exclusif) ou une couche peut avoir des zones situées à l'intérieur à tout endroit dans la couche (Inclusif). L'option Inclusif permet de conserver le plus de détails ; l'option Exclusif permet d'obtenir une adaptation optimale ; l'option Milieu permet de rester proche de la surface d'origine." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Tolérance verticale dans les couches découpées. Les contours d'une couche sont normalement générés en faisant passer les sections entrecroisées au milieu" +" de chaque épaisseur de couche (Milieu). Alternativement, chaque couche peut posséder des zones situées à l'intérieur du volume à travers toute l'épaisseur" +" de la couche (Exclusif) ou une couche peut avoir des zones situées à l'intérieur à tout endroit dans la couche (Inclusif). L'option Inclusif permet de" +" conserver le plus de détails ; l'option Exclusif permet d'obtenir une adaptation optimale ; l'option Milieu permet de rester proche de la surface d'origine." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5509,8 +6717,12 @@ msgstr "Ordre monotone de la surface supérieure" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprimez les lignes de la surface supérieure dans un ordre tel qu'elles se chevauchent toujours avec les lignes adjacentes dans une seule direction. Cela prend un peu plus de temps à imprimer, mais les surfaces planes ont l'air plus cohérentes." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprimez les lignes de la surface supérieure dans un ordre tel qu'elles se chevauchent toujours avec les lignes adjacentes dans une seule direction. Cela" +" prend un peu plus de temps à imprimer, mais les surfaces planes ont l'air plus cohérentes." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5519,8 +6731,17 @@ msgstr "Sens de lignes de couche extérieure de surface supérieure" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser lorsque les couches extérieures de la surface supérieure utilisent le motif en lignes ou en zig zag. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est une liste vide, ce qui signifie que les angles traditionnels par défaut seront utilisés (45 et 135 degrés)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Une liste de sens de ligne (exprimés en nombres entiers) à utiliser lorsque les couches extérieures de la surface supérieure utilisent le motif en lignes" +" ou en zig zag. Les éléments de la liste sont utilisés de manière séquentielle à mesure de l'avancement des couches. La liste reprend depuis le début lorsque" +" la fin est atteinte. Les éléments de la liste sont séparés par des virgules et la liste entière est encadrée entre crochets. La valeur par défaut est" +" une liste vide, ce qui signifie que les angles traditionnels par défaut seront utilisés (45 et 135 degrés)." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5529,8 +6750,15 @@ msgstr "Optimisation du déplacement de remplissage" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Lorsque cette option est activée, l'ordre dans lequel les lignes de remplissage sont imprimées est optimisé pour réduire la distance parcourue. La réduction du temps de parcours dépend en grande partie du modèle à découper, du type de remplissage, de la densité, etc. Remarque : pour certains modèles possédant beaucoup de petites zones de remplissage, le temps de découpe du modèle peut en être considérablement augmenté." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Lorsque cette option est activée, l'ordre dans lequel les lignes de remplissage sont imprimées est optimisé pour réduire la distance parcourue. La réduction" +" du temps de parcours dépend en grande partie du modèle à découper, du type de remplissage, de la densité, etc. Remarque : pour certains modèles possédant" +" beaucoup de petites zones de remplissage, le temps de découpe du modèle peut en être considérablement augmenté." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5539,7 +6767,9 @@ msgstr "Température auto" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Modifie automatiquement la température pour chaque couche en fonction de la vitesse de flux moyenne pour cette couche." #: fdmprinter.def.json @@ -5549,7 +6779,9 @@ msgstr "Graphique de la température du flux" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Données reliant le flux de matériau (en mm3 par seconde) à la température (degrés Celsius)." #: fdmprinter.def.json @@ -5559,8 +6791,14 @@ msgstr "Circonférence minimale du polygone" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Les polygones en couches tranchées dont la circonférence est inférieure à cette valeur seront filtrés. Des valeurs élevées permettent d'obtenir un maillage de meilleure résolution mais augmentent le temps de découpe. Cette option est principalement destinée aux imprimantes SLA haute résolution et aux modèles 3D de très petite taille avec beaucoup de détails." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Les polygones en couches tranchées dont la circonférence est inférieure à cette valeur seront filtrés. Des valeurs élevées permettent d'obtenir un maillage" +" de meilleure résolution mais augmentent le temps de découpe. Cette option est principalement destinée aux imprimantes SLA haute résolution et aux modèles" +" 3D de très petite taille avec beaucoup de détails." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5569,8 +6807,11 @@ msgstr "Démantèlement du support en morceaux" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." -msgstr "Ignorer certaines connexions de ligne du support pour rendre la structure de support plus facile à casser. Ce paramètre s'applique au motif de remplissage du support en zigzag." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." +msgstr "Ignorer certaines connexions de ligne du support pour rendre la structure de support plus facile à casser. Ce paramètre s'applique au motif de remplissage" +" du support en zigzag." #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm label" @@ -5579,7 +6820,9 @@ msgstr "Taille de morceaux du support" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Ignorer une connexion entre lignes du support tous les N millimètres, pour rendre la structure de support plus facile à casser." #: fdmprinter.def.json @@ -5589,7 +6832,9 @@ msgstr "Comptage des lignes de morceaux du support" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Ignorer une ligne de connexion sur N pour rendre la structure de support plus facile à casser." #: fdmprinter.def.json @@ -5599,8 +6844,11 @@ msgstr "Activer le bouclier" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Cela créera une paroi autour du modèle qui retient l'air (chaud) et protège contre les courants d'air. Particulièrement utile pour les matériaux qui se soulèvent facilement." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Cela créera une paroi autour du modèle qui retient l'air (chaud) et protège contre les courants d'air. Particulièrement utile pour les matériaux qui se" +" soulèvent facilement." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5619,7 +6867,9 @@ msgstr "Limite du bouclier" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "Définit la hauteur du bouclier. Choisissez d'imprimer le bouclier à la pleine hauteur du modèle ou à une hauteur limitée." #: fdmprinter.def.json @@ -5639,7 +6889,9 @@ msgstr "Hauteur du bouclier" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Hauteur limite du bouclier. Au-delà de cette hauteur, aucun bouclier ne sera imprimé." #: fdmprinter.def.json @@ -5649,8 +6901,12 @@ msgstr "Rendre le porte-à-faux imprimable" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Change la géométrie du modèle imprimé de manière à nécessiter un support minimal. Les porte-à-faux abrupts deviendront des porte-à-faux minces. Les zones en porte-à-faux descendront pour devenir plus verticales." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Change la géométrie du modèle imprimé de manière à nécessiter un support minimal. Les porte-à-faux abrupts deviendront des porte-à-faux minces. Les zones" +" en porte-à-faux descendront pour devenir plus verticales." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5659,8 +6915,12 @@ msgstr "Angle maximal du modèle" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "L'angle maximal des porte-à-faux après qu'ils aient été rendus imprimables. À une valeur de 0°, tous les porte-à-faux sont remplacés par une pièce de modèle rattachée au plateau, tandis que 90° ne changera en rien le modèle." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "L'angle maximal des porte-à-faux après qu'ils aient été rendus imprimables. À une valeur de 0°, tous les porte-à-faux sont remplacés par une pièce de modèle" +" rattachée au plateau, tandis que 90° ne changera en rien le modèle." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5669,8 +6929,12 @@ msgstr "Surface maximale du trou en porte-à-faux" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "Zone maximale d'un trou dans la base du modèle avant d'être retirée par l'outil Rendre le porte-à-faux imprimable. Les trous plus petits seront conservés. Une valeur de 0 mm² remplira tous les trous dans la base des modèles." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "Zone maximale d'un trou dans la base du modèle avant d'être retirée par l'outil Rendre le porte-à-faux imprimable. Les trous plus petits seront conservés." +" Une valeur de 0 mm² remplira tous les trous dans la base des modèles." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5679,8 +6943,12 @@ msgstr "Activer la roue libre" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "L'option « roue libre » remplace la dernière partie d'un mouvement d'extrusion par un mouvement de déplacement. Le matériau qui suinte de la buse est alors utilisé pour imprimer la dernière partie du tracé du mouvement d'extrusion, ce qui réduit le stringing." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "L'option « roue libre » remplace la dernière partie d'un mouvement d'extrusion par un mouvement de déplacement. Le matériau qui suinte de la buse est alors" +" utilisé pour imprimer la dernière partie du tracé du mouvement d'extrusion, ce qui réduit le stringing." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5689,7 +6957,9 @@ msgstr "Volume en roue libre" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "Volume de matière qui devrait suinter de la buse. Cette valeur doit généralement rester proche du diamètre de la buse au cube." #: fdmprinter.def.json @@ -5699,8 +6969,14 @@ msgstr "Volume minimal avant roue libre" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "Le plus petit volume qu'un mouvement d'extrusion doit entraîner avant d'autoriser la roue libre. Pour les petits mouvements d'extrusion, une pression moindre s'est formée dans le tube bowden, de sorte que le volume déposable en roue libre est alors réduit linéairement. Cette valeur doit toujours être supérieure au volume en roue libre." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "Le plus petit volume qu'un mouvement d'extrusion doit entraîner avant d'autoriser la roue libre. Pour les petits mouvements d'extrusion, une pression moindre" +" s'est formée dans le tube bowden, de sorte que le volume déposable en roue libre est alors réduit linéairement. Cette valeur doit toujours être supérieure" +" au volume en roue libre." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5709,8 +6985,12 @@ msgstr "Vitesse de roue libre" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "Vitesse de déplacement pendant une roue libre, par rapport à la vitesse de déplacement pendant l'extrusion. Une valeur légèrement inférieure à 100 % est conseillée car, lors du mouvement en roue libre, la pression dans le tube bowden chute." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "Vitesse de déplacement pendant une roue libre, par rapport à la vitesse de déplacement pendant l'extrusion. Une valeur légèrement inférieure à 100 % est" +" conseillée car, lors du mouvement en roue libre, la pression dans le tube bowden chute." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5719,7 +6999,9 @@ msgstr "Taille de poches entrecroisées 3D" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "La taille de poches aux croisements à quatre branches dans le motif entrecroisé 3D, à des hauteurs où le motif se touche lui-même." #: fdmprinter.def.json @@ -5729,8 +7011,11 @@ msgstr "Image de densité du remplissage croisé" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." -msgstr "Emplacement du fichier d'une image dont les valeurs de luminosité déterminent la densité minimale à l'emplacement correspondant dans le remplissage de l'impression." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." +msgstr "Emplacement du fichier d'une image dont les valeurs de luminosité déterminent la densité minimale à l'emplacement correspondant dans le remplissage de" +" l'impression." #: fdmprinter.def.json msgctxt "cross_support_density_image label" @@ -5739,7 +7024,9 @@ msgstr "Image de densité du remplissage croisé pour le support" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "Emplacement du fichier d'une image dont les valeurs de luminosité déterminent la densité minimale à l'emplacement correspondant dans le support." #: fdmprinter.def.json @@ -5759,8 +7046,13 @@ msgstr "Angle des supports coniques" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "Angle d'inclinaison des supports coniques. Un angle de 0 degré est vertical tandis qu'un angle de 90 degrés est horizontal. Les petits angles rendent le support plus solide mais utilisent plus de matière. Les angles négatifs rendent la base du support plus large que le sommet." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "Angle d'inclinaison des supports coniques. Un angle de 0 degré est vertical tandis qu'un angle de 90 degrés est horizontal. Les petits angles rendent le" +" support plus solide mais utilisent plus de matière. Les angles négatifs rendent la base du support plus large que le sommet." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5769,7 +7061,9 @@ msgstr "Largeur minimale des supports coniques" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Largeur minimale à laquelle la base du support conique est réduite. Des largeurs étroites peuvent entraîner des supports instables." #: fdmprinter.def.json @@ -5779,7 +7073,9 @@ msgstr "Surfaces floues" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Produit une agitation aléatoire lors de l'impression de la paroi extérieure, ce qui lui donne une apparence rugueuse et floue." #: fdmprinter.def.json @@ -5799,8 +7095,11 @@ msgstr "Épaisseur de la couche floue" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." -msgstr "Largeur autorisée pour l'agitation aléatoire. Il est conseillé de garder cette valeur inférieure à l'épaisseur de la paroi extérieure, ainsi, les parois intérieures ne seront pas altérées." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." +msgstr "Largeur autorisée pour l'agitation aléatoire. Il est conseillé de garder cette valeur inférieure à l'épaisseur de la paroi extérieure, ainsi, les parois" +" intérieures ne seront pas altérées." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density label" @@ -5809,8 +7108,12 @@ msgstr "Densité de la couche floue" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "Densité moyenne de points ajoutée à chaque polygone sur une couche. Notez que les points originaux du polygone ne seront plus pris en compte, une faible densité résultant alors en une diminution de la résolution." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "Densité moyenne de points ajoutée à chaque polygone sur une couche. Notez que les points originaux du polygone ne seront plus pris en compte, une faible" +" densité résultant alors en une diminution de la résolution." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5819,8 +7122,13 @@ msgstr "Distance entre les points de la couche floue" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "Distance moyenne entre les points ajoutés aléatoirement sur chaque segment de ligne. Il faut noter que les points originaux du polygone ne sont plus pris en compte donc un fort lissage conduira à une diminution de la résolution. Cette valeur doit être supérieure à la moitié de l'épaisseur de la couche floue." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "Distance moyenne entre les points ajoutés aléatoirement sur chaque segment de ligne. Il faut noter que les points originaux du polygone ne sont plus pris" +" en compte donc un fort lissage conduira à une diminution de la résolution. Cette valeur doit être supérieure à la moitié de l'épaisseur de la couche floue." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5829,7 +7137,9 @@ msgstr "Décalage d'extrusion max. pour compensation du débit" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "La distance maximale en mm pour déplacer le filament afin de compenser les variations du débit." #: fdmprinter.def.json @@ -5839,8 +7149,12 @@ msgstr "Facteur de compensation du débit" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "La distance de déplacement du filament pour compenser les variations du débit, en pourcentage de la distance de déplacement du filament en une seconde d'extrusion." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "La distance de déplacement du filament pour compenser les variations du débit, en pourcentage de la distance de déplacement du filament en une seconde" +" d'extrusion." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5849,8 +7163,13 @@ msgstr "Impression filaire" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Imprime uniquement la surface extérieure avec une structure grillagée et clairsemée. Cette impression est « dans les airs » et est réalisée en imprimant horizontalement les contours du modèle aux intervalles donnés de l’axe Z et en les connectant au moyen de lignes ascendantes et diagonalement descendantes." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Imprime uniquement la surface extérieure avec une structure grillagée et clairsemée. Cette impression est « dans les airs » et est réalisée en imprimant" +" horizontalement les contours du modèle aux intervalles donnés de l’axe Z et en les connectant au moyen de lignes ascendantes et diagonalement descendantes." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5859,8 +7178,12 @@ msgstr "Hauteur de connexion pour l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." -msgstr "La hauteur des lignes ascendantes et diagonalement descendantes entre deux pièces horizontales. Elle détermine la densité globale de la structure du filet. Uniquement applicable à l'impression filaire." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "La hauteur des lignes ascendantes et diagonalement descendantes entre deux pièces horizontales. Elle détermine la densité globale de la structure du filet." +" Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_roof_inset label" @@ -5869,7 +7192,9 @@ msgstr "Distance d’insert de toit pour les impressions filaires" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "La distance couverte lors de l'impression d'une connexion d'un contour de toit vers l’intérieur. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5879,7 +7204,9 @@ msgstr "Vitesse d’impression filaire" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Vitesse à laquelle la buse se déplace lorsqu’elle extrude du matériau. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5889,8 +7216,11 @@ msgstr "Vitesse d’impression filaire du bas" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." -msgstr "Vitesse d’impression de la première couche qui constitue la seule couche en contact avec le plateau d'impression. Uniquement applicable à l'impression filaire." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." +msgstr "Vitesse d’impression de la première couche qui constitue la seule couche en contact avec le plateau d'impression. Uniquement applicable à l'impression" +" filaire." #: fdmprinter.def.json msgctxt "wireframe_printspeed_up label" @@ -5899,7 +7229,8 @@ msgstr "Vitesse d’impression filaire ascendante" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "Vitesse d’impression d’une ligne ascendante « dans les airs ». Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5909,7 +7240,8 @@ msgstr "Vitesse d’impression filaire descendante" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Vitesse d’impression d’une ligne diagonalement descendante. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5919,7 +7251,9 @@ msgstr "Vitesse d’impression filaire horizontale" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Vitesse d'impression du contour horizontal du modèle. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5929,7 +7263,9 @@ msgstr "Débit de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Compensation du débit : la quantité de matériau extrudée est multipliée par cette valeur. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5949,7 +7285,8 @@ msgstr "Débit des fils plats" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Compensation du débit lors de l’impression de lignes planes. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5959,7 +7296,9 @@ msgstr "Attente pour le haut de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "Temps d’attente après un déplacement vers le haut, afin que la ligne ascendante puisse durcir. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -5979,8 +7318,12 @@ msgstr "Attente horizontale de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Attente entre deux segments horizontaux. L’introduction d’un tel temps d’attente peut permettre une meilleure adhérence aux couches précédentes au niveau des points de connexion, tandis que des temps d’attente trop longs peuvent provoquer un affaissement. Uniquement applicable à l'impression filaire." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Attente entre deux segments horizontaux. L’introduction d’un tel temps d’attente peut permettre une meilleure adhérence aux couches précédentes au niveau" +" des points de connexion, tandis que des temps d’attente trop longs peuvent provoquer un affaissement. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5991,10 +7334,10 @@ msgstr "Écart ascendant de l'impression filaire" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"Distance d’un déplacement ascendant qui est extrudé à mi-vitesse.\n" -"Cela peut permettre une meilleure adhérence aux couches précédentes sans surchauffer le matériau dans ces couches. Uniquement applicable à l'impression filaire." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "Distance d’un déplacement ascendant qui est extrudé à mi-vitesse.\nCela peut permettre une meilleure adhérence aux couches précédentes sans surchauffer" +" le matériau dans ces couches. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6003,8 +7346,12 @@ msgstr "Taille de nœud de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Crée un petit nœud en haut d’une ligne ascendante pour que la couche horizontale suivante s’y accroche davantage. Uniquement applicable à l'impression filaire." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Crée un petit nœud en haut d’une ligne ascendante pour que la couche horizontale suivante s’y accroche davantage. Uniquement applicable à l'impression" +" filaire." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6013,7 +7360,9 @@ msgstr "Descente de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "La distance de laquelle le matériau chute après avoir extrudé vers le haut. Cette distance est compensée. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json @@ -6023,8 +7372,12 @@ msgstr "Entraînement de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "Distance sur laquelle le matériau d’une extrusion ascendante est entraîné par l’extrusion diagonalement descendante. La distance est compensée. Uniquement applicable à l'impression filaire." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "Distance sur laquelle le matériau d’une extrusion ascendante est entraîné par l’extrusion diagonalement descendante. La distance est compensée. Uniquement" +" applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6033,8 +7386,18 @@ msgstr "Stratégie de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Stratégie garantissant que deux couches consécutives se touchent à chaque point de connexion. La rétraction permet aux lignes ascendantes de durcir dans la bonne position, mais cela peut provoquer l’écrasement des filaments. Un nœud peut être fait à la fin d’une ligne ascendante pour augmenter les chances de raccorder cette ligne et la laisser refroidir. Toutefois, cela peut nécessiter de ralentir la vitesse d’impression. Une autre stratégie consiste à compenser l’affaissement du dessus d’une ligne ascendante, mais les lignes ne tombent pas toujours comme prévu." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Stratégie garantissant que deux couches consécutives se touchent à chaque point de connexion. La rétraction permet aux lignes ascendantes de durcir dans" +" la bonne position, mais cela peut provoquer l’écrasement des filaments. Un nœud peut être fait à la fin d’une ligne ascendante pour augmenter les chances" +" de raccorder cette ligne et la laisser refroidir. Toutefois, cela peut nécessiter de ralentir la vitesse d’impression. Une autre stratégie consiste à" +" compenser l’affaissement du dessus d’une ligne ascendante, mais les lignes ne tombent pas toujours comme prévu." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6058,8 +7421,12 @@ msgstr "Redresser les lignes descendantes de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Pourcentage d’une ligne diagonalement descendante couvert par une pièce à lignes horizontales. Cela peut empêcher le fléchissement du point le plus haut des lignes ascendantes. Uniquement applicable à l'impression filaire." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Pourcentage d’une ligne diagonalement descendante couvert par une pièce à lignes horizontales. Cela peut empêcher le fléchissement du point le plus haut" +" des lignes ascendantes. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6068,8 +7435,12 @@ msgstr "Affaissement du dessus de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "La distance d’affaissement lors de l’impression des lignes horizontales du dessus d’une pièce qui sont imprimées « dans les airs ». Cet affaissement est compensé. Uniquement applicable à l'impression filaire." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "La distance d’affaissement lors de l’impression des lignes horizontales du dessus d’une pièce qui sont imprimées « dans les airs ». Cet affaissement est" +" compensé. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6078,8 +7449,12 @@ msgstr "Entraînement du dessus de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "La distance parcourue par la pièce finale d’une ligne intérieure qui est entraînée lorsqu’elle retourne sur le contour extérieur du dessus. Cette distance est compensée. Uniquement applicable à l'impression filaire." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "La distance parcourue par la pièce finale d’une ligne intérieure qui est entraînée lorsqu’elle retourne sur le contour extérieur du dessus. Cette distance" +" est compensée. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6088,8 +7463,11 @@ msgstr "Délai d'impression filaire de l'extérieur du dessus" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "Temps passé sur le périmètre extérieur de l’orifice qui deviendra le dessus. Un temps plus long peut garantir une meilleure connexion. Uniquement applicable pour l'impression filaire." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "Temps passé sur le périmètre extérieur de l’orifice qui deviendra le dessus. Un temps plus long peut garantir une meilleure connexion. Uniquement applicable" +" pour l'impression filaire." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6098,8 +7476,13 @@ msgstr "Ecartement de la buse de l'impression filaire" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Distance entre la buse et les lignes descendantes horizontalement. Un espacement plus important génère des lignes diagonalement descendantes avec un angle moins abrupt, qui génère alors des connexions moins ascendantes avec la couche suivante. Uniquement applicable à l'impression filaire." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Distance entre la buse et les lignes descendantes horizontalement. Un espacement plus important génère des lignes diagonalement descendantes avec un angle" +" moins abrupt, qui génère alors des connexions moins ascendantes avec la couche suivante. Uniquement applicable à l'impression filaire." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6108,7 +7491,9 @@ msgstr "Utiliser des couches adaptatives" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Cette option calcule la hauteur des couches en fonction de la forme du modèle." #: fdmprinter.def.json @@ -6128,7 +7513,9 @@ msgstr "Taille des étapes de variation des couches adaptatives" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "Différence de hauteur de la couche suivante par rapport à la précédente." #: fdmprinter.def.json @@ -6138,8 +7525,12 @@ msgstr "Taille de la topographie des couches adaptatives" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Distance horizontale cible entre deux couches adjacentes. La réduction de ce paramètre entraîne l'utilisation de couches plus fines pour rapprocher les bords des couches." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Distance horizontale cible entre deux couches adjacentes. La réduction de ce paramètre entraîne l'utilisation de couches plus fines pour rapprocher les" +" bords des couches." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6148,8 +7539,13 @@ msgstr "Angle de parois en porte-à-faux" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Les parois ayant un angle supérieur à cette valeur seront imprimées en utilisant les paramètres de parois en porte-à-faux. Si la valeur est 90, aucune paroi ne sera considérée comme étant en porte-à-faux. La saillie soutenue par le support ne sera pas non plus considérée comme étant en porte-à-faux." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Les parois ayant un angle supérieur à cette valeur seront imprimées en utilisant les paramètres de parois en porte-à-faux. Si la valeur est 90, aucune" +" paroi ne sera considérée comme étant en porte-à-faux. La saillie soutenue par le support ne sera pas non plus considérée comme étant en porte-à-faux." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6158,7 +7554,9 @@ msgstr "Vitesse de paroi en porte-à-faux" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Les parois en porte-à-faux seront imprimées à ce pourcentage de leur vitesse d'impression normale." #: fdmprinter.def.json @@ -6168,7 +7566,9 @@ msgstr "Activer les paramètres du pont" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Détecter les ponts et modifier la vitesse d'impression, le débit et les paramètres du ventilateur pendant l'impression des ponts." #: fdmprinter.def.json @@ -6178,8 +7578,12 @@ msgstr "Longueur minimale de la paroi du pont" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Les parois non supportées dont la longueur est inférieure à cette valeur seront imprimées selon les paramètres de parois normaux, tandis que celles dont la longueur est supérieure à cette valeur seront imprimées selon les paramètres de parois du pont." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Les parois non supportées dont la longueur est inférieure à cette valeur seront imprimées selon les paramètres de parois normaux, tandis que celles dont" +" la longueur est supérieure à cette valeur seront imprimées selon les paramètres de parois du pont." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6188,8 +7592,12 @@ msgstr "Limite de support de la couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Si une région de couche extérieure est supportée pour une valeur inférieure à ce pourcentage de sa surface, elle sera imprimée selon les paramètres du pont. Sinon, elle sera imprimée selon les paramètres normaux de la couche extérieure." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Si une région de couche extérieure est supportée pour une valeur inférieure à ce pourcentage de sa surface, elle sera imprimée selon les paramètres du" +" pont. Sinon, elle sera imprimée selon les paramètres normaux de la couche extérieure." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6198,8 +7606,11 @@ msgstr "Densité maximale du remplissage mince du pont" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "Densité maximale du remplissage considéré comme étant mince. La couche sur le remplissage mince est considérée comme non soutenue et peut donc être traitée comme une couche du pont." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "Densité maximale du remplissage considéré comme étant mince. La couche sur le remplissage mince est considérée comme non soutenue et peut donc être traitée" +" comme une couche du pont." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6208,8 +7619,12 @@ msgstr "Roue libre pour paroi du pont" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Ce paramètre contrôle la distance que l'extrudeuse doit parcourir en roue libre immédiatement avant le début d'une paroi de pont. L'utilisation de la roue libre avant le début du pont permet de réduire la pression à l'intérieur de la buse et d'obtenir un pont plus plat." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Ce paramètre contrôle la distance que l'extrudeuse doit parcourir en roue libre immédiatement avant le début d'une paroi de pont. L'utilisation de la roue" +" libre avant le début du pont permet de réduire la pression à l'intérieur de la buse et d'obtenir un pont plus plat." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6228,7 +7643,9 @@ msgstr "Débit de paroi du pont" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Lors de l'impression des parois de pont, la quantité de matériau extrudé est multipliée par cette valeur." #: fdmprinter.def.json @@ -6248,7 +7665,9 @@ msgstr "Débit de la couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Lors de l'impression des régions de la couche extérieure du pont, la quantité de matériau extrudé est multipliée par cette valeur." #: fdmprinter.def.json @@ -6258,7 +7677,9 @@ msgstr "Densité de la couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "Densité de la couche extérieure du pont. Des valeurs inférieures à 100 augmenteront les écarts entre les lignes de la couche extérieure." #: fdmprinter.def.json @@ -6278,8 +7699,12 @@ msgstr "Le pont possède plusieurs couches" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Si cette option est activée, les deuxième et troisième couches au-dessus de la zone d'air seront imprimées selon les paramètres suivants. Sinon, ces couches seront imprimées selon les paramètres normaux." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Si cette option est activée, les deuxième et troisième couches au-dessus de la zone d'air seront imprimées selon les paramètres suivants. Sinon, ces couches" +" seront imprimées selon les paramètres normaux." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6298,7 +7723,9 @@ msgstr "Débit de la deuxième couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Lors de l'impression de la deuxième couche extérieure du pont, la quantité de matériau extrudé est multipliée par cette valeur." #: fdmprinter.def.json @@ -6308,7 +7735,9 @@ msgstr "Densité de la deuxième couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Densité de la deuxième couche extérieure du pont. Des valeurs inférieures à 100 augmenteront les écarts entre les lignes de la couche extérieure." #: fdmprinter.def.json @@ -6338,7 +7767,9 @@ msgstr "Débit de la troisième couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Lors de l'impression de la troisième couche extérieure du pont, la quantité de matériau extrudé est multipliée par cette valeur." #: fdmprinter.def.json @@ -6348,7 +7779,9 @@ msgstr "Densité de la troisième couche extérieure du pont" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Densité de la troisième couche extérieure du pont. Des valeurs inférieures à 100 augmenteront les écarts entre les lignes de la couche extérieure." #: fdmprinter.def.json @@ -6368,8 +7801,14 @@ msgstr "Essuyer la buse entre les couches" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Inclure ou non le G-Code d'essuyage de la buse entre les couches (maximum 1 par couche). L'activation de ce paramètre peut influencer le comportement de la rétraction lors du changement de couche. Veuillez utiliser les paramètres de rétraction d'essuyage pour contrôler la rétraction aux couches où le script d'essuyage sera exécuté." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Inclure ou non le G-Code d'essuyage de la buse entre les couches (maximum 1 par couche). L'activation de ce paramètre peut influencer le comportement de" +" la rétraction lors du changement de couche. Veuillez utiliser les paramètres de rétraction d'essuyage pour contrôler la rétraction aux couches où le script" +" d'essuyage sera exécuté." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6378,8 +7817,13 @@ msgstr "Volume de matériau entre les essuyages" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Le volume maximum de matériau qui peut être extrudé avant qu'un autre essuyage de buse ne soit lancé. Si cette valeur est inférieure au volume de matériau nécessaire dans une couche, le paramètre n'a aucun effet dans cette couche, c'est-à-dire qu'il est limité à un essuyage par couche." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Le volume maximum de matériau qui peut être extrudé avant qu'un autre essuyage de buse ne soit lancé. Si cette valeur est inférieure au volume de matériau" +" nécessaire dans une couche, le paramètre n'a aucun effet dans cette couche, c'est-à-dire qu'il est limité à un essuyage par couche." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6398,7 +7842,8 @@ msgstr "Distance de rétraction d'essuyage" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "La distance de rétraction du filament afin qu'il ne suinte pas pendant la séquence d'essuyage." #: fdmprinter.def.json @@ -6408,7 +7853,9 @@ msgstr "Degré supplémentaire de rétraction d'essuyage d'amorçage" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Du matériau peut suinter pendant un déplacement d'essuyage, ce qui peut être compensé ici." #: fdmprinter.def.json @@ -6418,7 +7865,9 @@ msgstr "Vitesse de rétraction d'essuyage" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "La vitesse à laquelle le filament est rétracté et préparé pendant un déplacement de rétraction d'essuyage." #: fdmprinter.def.json @@ -6428,7 +7877,8 @@ msgstr "Vitesse de rétraction d'essuyage" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "La vitesse à laquelle le filament est rétracté pendant un déplacement de rétraction d'essuyage." #: fdmprinter.def.json @@ -6438,7 +7888,8 @@ msgstr "Vitesse primaire de rétraction d'essuyage" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "La vitesse à laquelle le filament est préparé pendant un déplacement de rétraction d'essuyage." #: fdmprinter.def.json @@ -6458,8 +7909,12 @@ msgstr "Décalage en Z de l'essuyage" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Lors de l'essuyage, le plateau de fabrication est abaissé pour créer un espace entre la buse et l'impression. Cela évite que la buse ne touche l'impression pendant les déplacements, réduisant ainsi le risque de heurter l'impression à partir du plateau de fabrication." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Lors de l'essuyage, le plateau de fabrication est abaissé pour créer un espace entre la buse et l'impression. Cela évite que la buse ne touche l'impression" +" pendant les déplacements, réduisant ainsi le risque de heurter l'impression à partir du plateau de fabrication." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6518,7 +7973,9 @@ msgstr "Taille maximale des petits trous" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Les trous et les contours des pièces dont le diamètre est inférieur à celui-ci seront imprimés en utilisant l'option Vitesse de petite structure." #: fdmprinter.def.json @@ -6528,7 +7985,9 @@ msgstr "Longueur max de petite structure" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Les contours des structures dont le diamètre est inférieur à cette longueur seront imprimés en utilisant l'option Vitesse de petite structure." #: fdmprinter.def.json @@ -6538,8 +7997,11 @@ msgstr "Vitesse de petite structure" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Les petites structures seront imprimées à ce pourcentage de la vitesse d'impression normale. Une impression plus lente peut aider à l'adhésion et à la précision." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." +msgstr "Les petites structures seront imprimées à ce pourcentage de la vitesse d'impression normale. Une impression plus lente peut aider à l'adhésion et à la" +" précision." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" @@ -6548,38 +8010,47 @@ msgstr "Vitesse de la couche initiale de petite structure" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Les petites structures sur la première couche seront imprimées à ce pourcentage de la vitesse d'impression normale. Une impression plus lente peut aider à l'adhésion et à la précision." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "Les petites structures sur la première couche seront imprimées à ce pourcentage de la vitesse d'impression normale. Une impression plus lente peut aider" +" à l'adhésion et à la précision." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Alterner les directions des parois" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Alternez les directions des parois, une couche et un insert sur deux. Utile pour les matériaux qui peuvent accumuler des contraintes, comme pour l'impression" +" de métal." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Supprimer les coins intérieurs du radeau" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Supprimez les coins intérieurs du radeau afin de le rendre convexe." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Nombre de parois à la base du radeau" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "Le nombre de contours à imprimer autour du motif linéaire dans la couche de base du radeau." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6588,7 +8059,9 @@ msgstr "Paramètres de ligne de commande" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Paramètres qui sont utilisés uniquement si CuraEngine n'est pas invoqué depuis l'interface Cura." #: fdmprinter.def.json @@ -6598,7 +8071,9 @@ msgstr "Centrer l'objet" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "S'il faut centrer l'objet au milieu du plateau d'impression (0,0) au lieu d'utiliser le système de coordonnées dans lequel l'objet a été enregistré." #: fdmprinter.def.json @@ -6628,7 +8103,9 @@ msgstr "Position Z de la maille" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Décalage appliqué à l'objet dans le sens z. Cela vous permet d'exécuter ce que l'on appelait « Affaissement de l'objet »." #: fdmprinter.def.json @@ -6638,7 +8115,8 @@ msgstr "Matrice de rotation de la maille" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Matrice de transformation à appliquer au modèle lors de son chargement depuis le fichier." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 2a2bb9d8ad..e4874a0fdc 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-09-07 07:57+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Italian , Italian \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.0\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Non è possibile accedere alle informazioni di aggiornamento." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Nuove funzionalità o bug fix potrebbero essere disponibili per {machine_name}. Se non è già stato fatto in precedenza, si consiglia di aggiornare il firmware della stampante alla versione {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "Nuove funzionalità o bug fix potrebbero essere disponibili per {machine_name}. Se non è già stato fatto in precedenza, si consiglia di aggiornare il firmware" +" della stampante alla versione {latest_version}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Aggiornamento firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura ha rilevato dei profili di materiale non ancora installati sulla stampante host del gruppo {0}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +240,9 @@ msgstr "Invio dei materiali alla stampante" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "Tentativo di connessione a {0} in corso, che non è l'host di un gruppo. È possibile visitare la pagina web per configurarla come host del gruppo." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +300,10 @@ msgstr "Dati inviati" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Impossibile connettere la stampante {printer_name} tramite cloud.\n" -" Gestisci la coda di stampa e monitora le stampe da qualsiasi posizione collegando la stampante a Digital Factory" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Impossibile connettere la stampante {printer_name} tramite cloud.\n Gestisci la coda di stampa e monitora le stampe da qualsiasi posizione collegando" +" la stampante a Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +322,9 @@ msgstr "Ulteriori informazioni" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Si sta tentando di connettersi a una stampante che non esegue Ultimaker Connect. Aggiornare la stampante con il firmware più recente." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -450,26 +461,23 @@ msgstr "Rimuovere le stampanti?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\n" -"Continuare?" -msgstr[1] "" -"Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\n" -"Continuare?" +msgstr[0] "Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\nContinuare?" +msgstr[1] "Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\nContinuare?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"Si stanno per rimuovere tutte le stampanti da Cura. Questa azione non può essere annullata. \n" -"Continuare?" +msgstr "Si stanno per rimuovere tutte le stampanti da Cura. Questa azione non può essere annullata. \nContinuare?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -511,15 +519,16 @@ msgstr "Assistente modello 3D" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    La stampa di uno o più modelli 3D può non avvenire in modo ottimale a causa della dimensioni modello e della configurazione materiale:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Scopri come garantire la migliore qualità ed affidabilità di stampa.

    \n" -"

    Visualizza la guida alla qualità di stampa

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    La stampa di uno o più modelli 3D può non avvenire in modo ottimale a causa della dimensioni modello e della configurazione materiale:

    \n

    {model_names}

    \n

    Scopri" +" come garantire la migliore qualità ed affidabilità di stampa.

    \n

    Visualizza la guida alla qualità" +" di stampa

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -593,7 +602,9 @@ msgstr "Nessuna autorizzazione di scrittura dell'area di lavoro qui." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "Il sistema operativo non consente di salvare un file di progetto in questa posizione o con questo nome file." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -614,7 +625,9 @@ msgstr "File G-Code compresso" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Sezionamento non riuscito con un errore imprevisto. Valutare se segnalare un bug nel registro problemi." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -634,7 +647,9 @@ msgstr "Segnalare un errore nel registro problemi di Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Impossibile eseguire il sezionamento con il materiale corrente in quanto incompatibile con la macchina o la configurazione selezionata." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -650,24 +665,31 @@ msgstr "Sezionamento impossibile" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Impossibile eseguire il sezionamento con le impostazioni attuali. Le seguenti impostazioni presentano errori: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Impossibile eseguire il sezionamento a causa di alcune impostazioni per modello. Le seguenti impostazioni presentano errori su uno o più modelli: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "Impossibile eseguire il sezionamento perché la torre di innesco o la posizione di innesco non sono valide." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Impossibile effettuare il sezionamento in quanto vi sono oggetti associati a Extruder %s disabilitato." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -677,11 +699,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Verificare le impostazioni e controllare se i modelli:\n" -"- Rientrano nel volume di stampa\n" -"- Sono assegnati a un estrusore abilitato\n" -"- Non sono tutti impostati come maglie modificatore" +msgstr "Verificare le impostazioni e controllare se i modelli:\n- Rientrano nel volume di stampa\n- Sono assegnati a un estrusore abilitato\n- Non sono tutti impostati" +" come maglie modificatore" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -733,8 +752,12 @@ msgstr "Ugello" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Il file di progetto {0} contiene un tipo di macchina sconosciuto {1}. Impossibile importare la macchina. Verranno invece importati i modelli." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "Il file di progetto {0} contiene un tipo di macchina sconosciuto {1}. Impossibile importare la macchina. Verranno" +" invece importati i modelli." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -744,7 +767,9 @@ msgstr "Apri file progetto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "Il file di progetto {0} è diventato improvvisamente inaccessibile: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -756,13 +781,16 @@ msgstr "Impossibile aprire il file di progetto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "Il file di progetto {0} è danneggiato: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "Il file di progetto {0} è realizzato con profili sconosciuti a questa versione di Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -902,46 +930,48 @@ msgstr "Seleziona aggiornamenti" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Pacchetto sconosciuto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Autore sconosciuto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Impossibile interpretare la risposta del server." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Impossibile raggiungere Marketplace." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Plugin installati" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Materiali installati" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Plugin inseriti nel bundle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Materiali inseriti nel bundle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "Le aree evidenziate indicano superfici mancanti o estranee. Correggi il modello e aprilo nuovamente in Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -974,8 +1004,11 @@ msgstr "Dettagli codice G" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Verifica che il codice G sia idoneo alla tua stampante e alla sua configurazione prima di trasmettere il file. La rappresentazione del codice G potrebbe non essere accurata." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." +msgstr "Verifica che il codice G sia idoneo alla tua stampante e alla sua configurazione prima di trasmettere il file. La rappresentazione del codice G potrebbe" +" non essere accurata." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" @@ -1009,12 +1042,15 @@ msgstr "Connesso tramite USB" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Stampa tramite USB in corso, la chiusura di Cura interrompe la stampa. Confermare?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Stampa ancora in corso. Cura non può avviare un'altra stampa tramite USB finché la precedente non è stata completata." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1064,7 +1100,9 @@ msgstr "Inizializzazione motore in corso..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1096,7 +1134,9 @@ msgstr "Visivo" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "Il profilo visivo è destinato alla stampa di prototipi e modelli visivi, con l'intento di ottenere una qualità visiva e della superficie elevata." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1108,8 +1148,11 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "Il profilo di progettazione è destinato alla stampa di prototipi funzionali e di componenti d'uso finale, allo scopo di ottenere maggiore precisione e tolleranze strette." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." +msgstr "Il profilo di progettazione è destinato alla stampa di prototipi funzionali e di componenti d'uso finale, allo scopo di ottenere maggiore precisione e" +" tolleranze strette." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 @@ -1120,8 +1163,11 @@ msgstr "Bozza" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "Il profilo bozza è destinato alla stampa dei prototipi iniziali e alla convalida dei concept, con l'intento di ridurre in modo significativo il tempo di stampa." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." +msgstr "Il profilo bozza è destinato alla stampa dei prototipi iniziali e alla convalida dei concept, con l'intento di ridurre in modo significativo il tempo di" +" stampa." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 msgctxt "@menuitem" @@ -1143,7 +1189,8 @@ msgstr "Sconosciuto" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Le stampanti riportate di seguito non possono essere collegate perché fanno parte di un gruppo" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1159,7 +1206,9 @@ msgstr "Calcolato" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Sincronizzare i profili del materiale con le stampanti prima di iniziare a stampare." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1172,7 +1221,7 @@ msgstr "Nuovi materiali installati" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Sincronizza materiali" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1226,7 +1275,9 @@ msgstr "Nella risposta da Digital Factory mancano informazioni importanti." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Impossibile connettersi a Digital Factory per sincronizzare i materiali con alcune delle stampanti." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1401,8 +1452,11 @@ msgstr "Avanti" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "L’altezza del volume di stampa è stata ridotta a causa del valore dell’impostazione \"Sequenza di stampa” per impedire la collisione del gantry con i modelli stampati." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "L’altezza del volume di stampa è stata ridotta a causa del valore dell’impostazione \"Sequenza di stampa” per impedire la collisione del gantry con i modelli" +" stampati." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" @@ -1434,7 +1488,9 @@ msgstr "Il file esiste già" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "Il file {0} esiste già. Sei sicuro di volerlo sovrascrivere?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1455,7 +1511,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "Le impostazioni sono state modificate in base all’attuale disponibilità di estrusori:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1471,13 +1528,16 @@ msgstr "Estrusore disabilitato" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Impossibile esportare il profilo su {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Impossibile esportare il profilo su {0}: Rilevata anomalia durante scrittura plugin." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1500,7 +1560,8 @@ msgstr "Impossibile importare il profilo da {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Impossibile importare il profilo da {0} prima di aggiungere una stampante." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1519,7 +1580,9 @@ msgstr "Impossibile importare il profilo da {0}:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Questo profilo {0} contiene dati errati, impossibile importarlo." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1569,14 +1632,20 @@ msgstr "Impossibile aggiungere il profilo." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "Il tipo di qualità '{0}' non è compatibile con la definizione di macchina attiva corrente '{1}'." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Avvertenza: il profilo non è visibile in quanto il tipo di qualità '{0}' non è disponibile per la configurazione corrente. Passare alla combinazione materiale/ugello che consente di utilizzare questo tipo di qualità." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Avvertenza: il profilo non è visibile in quanto il tipo di qualità '{0}' non è disponibile per la configurazione corrente. Passare alla combinazione materiale/ugello" +" che consente di utilizzare questo tipo di qualità." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1595,7 +1664,9 @@ msgstr "Sistemazione oggetto" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Impossibile avviare un nuovo processo di accesso. Verificare se è ancora attivo un altro tentativo di accesso." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1641,17 +1712,20 @@ msgstr "Impossibile avviare Cura" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Oops, Ultimaker Cura ha rilevato qualcosa che non sembra corretto.

    \n" -"

    Abbiamo riscontrato un errore irrecuperabile durante l’avvio. È stato probabilmente causato da alcuni file di configurazione errati. Suggeriamo di effettuare il backup e ripristinare la configurazione.

    \n" -"

    I backup sono contenuti nella cartella configurazione.

    \n" -"

    Si prega di inviare questo Rapporto su crash per correggere il problema.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    Oops, Ultimaker Cura ha rilevato qualcosa che non sembra corretto.

    \n

    Abbiamo riscontrato un errore irrecuperabile durante" +" l’avvio. È stato probabilmente causato da alcuni file di configurazione errati. Suggeriamo di effettuare il backup e ripristinare la configurazione.

    \n" +"

    I backup sono contenuti nella cartella configurazione.

    \n

    Si prega di inviare questo Rapporto su crash" +" per correggere il problema.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1681,13 +1755,13 @@ msgstr "Rapporto su crash" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Si è verificato un errore fatale in Cura. Si prega di inviare questo Rapporto su crash per correggere il problema

    \n" -"

    Usare il pulsante “Invia report\" per inviare automaticamente una segnalazione errore ai nostri server

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Si è verificato un errore fatale in Cura. Si prega di inviare questo Rapporto su crash per correggere il problema

    \n

    Usare il" +" pulsante “Invia report" per inviare automaticamente una segnalazione errore ai nostri server

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1779,11 +1853,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Accertarsi che la stampante sia collegata:\n" -"- Controllare se la stampante è accesa.\n" -"- Controllare se la stampante è collegata alla rete.\n" -"- Controllare se è stato effettuato l'accesso per rilevare le stampanti collegate al cloud." +msgstr "Accertarsi che la stampante sia collegata:\n- Controllare se la stampante è accesa.\n- Controllare se la stampante è collegata alla rete.\n- Controllare" +" se è stato effettuato l'accesso per rilevare le stampanti collegate al cloud." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1863,12 +1934,18 @@ msgstr "Aggiornamento firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Il firmware è la parte di software eseguita direttamente sulla stampante 3D. Questo firmware controlla i motori passo-passo, regola la temperatura e, in ultima analisi, consente il funzionamento della stampante." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "Il firmware è la parte di software eseguita direttamente sulla stampante 3D. Questo firmware controlla i motori passo-passo, regola la temperatura e, in" +" ultima analisi, consente il funzionamento della stampante." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "Il firmware inviato a corredo delle nuove stampanti funziona, tuttavia le nuove versioni tendono ad avere più funzioni ed ottimizzazioni." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1883,12 +1960,15 @@ msgstr "Carica il firmware personalizzato" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "Impossibile aggiornare il firmware: nessun collegamento con la stampante." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "Impossibile aggiornare il firmware: il collegamento con la stampante non supporta l’aggiornamento del firmware." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2012,8 +2092,11 @@ msgstr "Aggiornare il firmware della stampante per gestire la coda da remoto." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Impossibile visualizzare feed della Webcam per stampanti cloud da Ultimaker Cura. Fare clic su \"Gestione stampanti\" per visitare Ultimaker Digital Factory e visualizzare questa Webcam." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Impossibile visualizzare feed della Webcam per stampanti cloud da Ultimaker Cura. Fare clic su \"Gestione stampanti\" per visitare Ultimaker Digital Factory" +" e visualizzare questa Webcam." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2073,13 +2156,16 @@ msgstr "Override" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "La stampante assegnata, %1, richiede la seguente modifica di configurazione:" msgstr[1] "La stampante assegnata, %1, richiede le seguenti modifiche di configurazione:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "La stampante %1 è assegnata, ma il processo contiene una configurazione materiale sconosciuta." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2104,7 +2190,9 @@ msgstr "Cambia piano di stampa a %1 (Operazione non annullabile)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "L’override utilizza le impostazioni specificate con la configurazione stampante esistente. Ciò può causare una stampa non riuscita." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2134,8 +2222,15 @@ msgstr "Collega alla stampante in rete" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Per stampare direttamente sulla stampante in rete, verificare che la stampante desiderata sia collegata alla rete mediante un cavo di rete o mediante collegamento alla rete WIFI. Se non si esegue il collegamento di Cura alla stampante, è comunque possibile utilizzare una chiavetta USB per trasferire i file codice G alla stampante." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Per stampare direttamente sulla stampante in rete, verificare che la stampante desiderata sia collegata alla rete mediante un cavo di rete o mediante collegamento" +" alla rete WIFI. Se non si esegue il collegamento di Cura alla stampante, è comunque possibile utilizzare una chiavetta USB per trasferire i file codice" +" G alla stampante." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2162,7 +2257,9 @@ msgstr "Aggiorna" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Se la stampante non è nell’elenco, leggere la guida alla risoluzione dei problemi per la stampa in rete" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2439,7 +2536,7 @@ msgstr "max" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Converti immagine" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2469,7 +2566,7 @@ msgstr "Larghezza (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "La larghezza in millimetri sul piano di stampa" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2493,13 +2590,19 @@ msgstr "Più chiaro è più alto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Per le litofanie, i pixel scuri devono corrispondere alle posizioni più spesse per bloccare maggiormente il passaggio della luce. Per le mappe con altezze superiori, i pixel più chiari indicano un terreno più elevato, quindi nel modello 3D generato i pixel più chiari devono corrispondere alle posizioni più spesse." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Per le litofanie, i pixel scuri devono corrispondere alle posizioni più spesse per bloccare maggiormente il passaggio della luce. Per le mappe con altezze" +" superiori, i pixel più chiari indicano un terreno più elevato, quindi nel modello 3D generato i pixel più chiari devono corrispondere alle posizioni più" +" spesse." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Modello a colori" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2513,8 +2616,11 @@ msgstr "Traslucenza" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Per le litofanie, è disponibile un semplice modello logaritmico per la traslucenza. Per le mappe delle altezze, i valori in pixel corrispondono alle altezze in modo lineare." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." +msgstr "Per le litofanie, è disponibile un semplice modello logaritmico per la traslucenza. Per le mappe delle altezze, i valori in pixel corrispondono alle altezze" +" in modo lineare." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" @@ -2523,8 +2629,12 @@ msgstr "Trasmittanza di 1 mm (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Percentuale di luce che penetra una stampa dello spessore di 1 millimetro. Se questo valore si riduce, il contrasto nelle aree scure dell'immagine aumenta, mentre il contrasto nelle aree chiare dell'immagine diminuisce." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "Percentuale di luce che penetra una stampa dello spessore di 1 millimetro. Se questo valore si riduce, il contrasto nelle aree scure dell'immagine aumenta," +" mentre il contrasto nelle aree chiare dell'immagine diminuisce." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2746,7 +2856,9 @@ msgstr "Ripristina backup" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "Riavviare Cura prima di ripristinare il backup. Chiudere Cura adesso?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2769,12 +2881,16 @@ msgstr "I miei backup" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "Nessun backup. Usare il pulsante ‘Esegui backup adesso’ per crearne uno." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "Durante la fase di anteprima, saranno visibili solo 5 backup. Rimuovi un backup per vedere quelli precedenti." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2789,7 +2905,9 @@ msgstr "Maggiori informazioni sulla raccolta di dati anonimi" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "Ultimaker Cura acquisisce dati anonimi per migliorare la qualità di stampa e l'esperienza dell'utente. Di seguito è riportato un esempio dei dati condivisi:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2851,13 +2969,21 @@ msgstr "Livellamento del piano di stampa" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Per assicurarsi stampe di alta qualità, è ora possibile regolare il piano di stampa. Quando si fa clic su 'Spostamento alla posizione successiva' l'ugello si sposterà in diverse posizioni che è possibile regolare." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Per assicurarsi stampe di alta qualità, è ora possibile regolare il piano di stampa. Quando si fa clic su 'Spostamento alla posizione successiva' l'ugello" +" si sposterà in diverse posizioni che è possibile regolare." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Per ciascuna posizione: inserire un pezzo di carta sotto l'ugello e regolare la stampa dell'altezza del piano di stampa. L'altezza del piano di stampa è corretta quando la carta sfiora la punta dell'ugello." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Per ciascuna posizione: inserire un pezzo di carta sotto l'ugello e regolare la stampa dell'altezza del piano di stampa. L'altezza del piano di stampa" +" è corretta quando la carta sfiora la punta dell'ugello." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2872,42 +2998,42 @@ msgstr "Spostamento alla posizione successiva" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Plug-in verificato Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Materiale certificato Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Pacchetto verificato Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Caricamento in corso..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Plugin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Materiali" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Cerca nel browser" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Per utilizzare il pacchetto è necessario riavviare Cura" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2917,164 +3043,166 @@ msgstr "Chiudere %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Per mezzo di" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Abilita" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Disabilita" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Downgrade in corso..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Downgrade" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Installazione in corso..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Installazione" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Disinstalla" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Aggiornamento in corso..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Aggiorna" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Installa plugin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Semplifica il flusso di lavoro e personalizza l'esperienza Ultimaker Cura experience con plugin forniti dalla nostra eccezionale comunità di utenti." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Gestisci pacchetti" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Descrizione" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Stampanti compatibili" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Nessuna informazione sulla compatibilità" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Materiali di supporto compatibili" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Nessuno" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Compatibile con Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Sì" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "No" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Ottimizzato per Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Visita il sito web del plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Sito web" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Acquista bobina" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Scheda tecnica sulla sicurezza" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Scheda tecnica" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Dettagli pacchetto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Indietro" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Accordo di licenza plugin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Leggi e accetta la licenza del plugin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Accetto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3084,52 +3212,56 @@ msgstr "Non accetto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Impossibile caricare pacchetti:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Riprovare?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Caricamento in corso" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Nessun altro risultato da caricare" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Nessun risultato trovato con il filtro corrente" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Carica altro" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Gestisci pacchetti" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Gestisci i plugin Ultimaker Cura e i profili del materiale qui. Accertarsi di mantenere i plugin aggiornati e di eseguire regolarmente il backup dell'impostazione." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Installa materiali" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Selezionare e installare i profili dei materiali ottimizzati per le stampanti 3D Ultimaker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3377,7 +3509,9 @@ msgstr "Nuovo progetto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Sei sicuro di voler aprire un nuovo progetto? Questo cancellerà il piano di stampa e tutte le impostazioni non salvate." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3392,7 +3526,9 @@ msgstr "Piano di stampa" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "La temperatura target del piano riscaldato. Il piano verrà riscaldato o raffreddato a questa temperatura. Se è 0, il riscaldamento del piano viene disattivato." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3419,8 +3555,12 @@ msgstr "Pre-riscaldo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Riscalda il piano prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento del piano quando si è pronti per la stampa." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Riscalda il piano prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento" +" del piano quando si è pronti per la stampa." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3459,7 +3599,9 @@ msgstr "Invia codice G" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Invia un comando codice G personalizzato alla stampante connessa. Premere ‘invio’ per inviare il comando." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3469,8 +3611,11 @@ msgstr "Estrusore" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "Temperatura target dell'estremità riscaldata. L'estremità riscaldata si riscalderà o raffredderà sino a questo valore di temperatura. Se questo è 0, l'estremità riscaldata verrà spenta." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "Temperatura target dell'estremità riscaldata. L'estremità riscaldata si riscalderà o raffredderà sino a questo valore di temperatura. Se questo è 0, l'estremità" +" riscaldata verrà spenta." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 msgctxt "@tooltip" @@ -3484,8 +3629,12 @@ msgstr "La temperatura di preriscaldo dell’estremità calda." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Riscalda l’estremità calda prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento dell’estremità calda quando si è pronti per la stampa." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Riscalda l’estremità calda prima della stampa. È possibile continuare a regolare la stampa durante il riscaldamento e non è necessario attendere il riscaldamento" +" dell’estremità calda quando si è pronti per la stampa." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3509,7 +3658,9 @@ msgstr "Apri file progetto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Questo è un file progetto Cura. Vuoi aprirlo come progetto o importarne i modelli?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3565,8 +3716,12 @@ msgstr "Apri file" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Rilevata la presenza di uno o più file progetto tra i file selezionati. È possibile aprire solo un file progetto alla volta. Si suggerisce di importare i modelli solo da tali file. Vuoi procedere?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Rilevata la presenza di uno o più file progetto tra i file selezionati. È possibile aprire solo un file progetto alla volta. Si suggerisce di importare" +" i modelli solo da tali file. Vuoi procedere?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3593,9 +3748,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura è stato sviluppato da Ultimaker B.V. in cooperazione con la comunità.\n" -"Cura è orgogliosa di utilizzare i seguenti progetti open source:" +msgstr "Cura è stato sviluppato da Ultimaker B.V. in cooperazione con la comunità.\nCura è orgogliosa di utilizzare i seguenti progetti open source:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3690,7 +3843,7 @@ msgstr "Libreria ritaglio poligono" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Vincoli Python per Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3750,8 +3903,12 @@ msgstr "Elimina o mantieni modifiche" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Alcune impostazioni di profilo sono state personalizzate.\nMantenere queste impostazioni modificate dopo il cambio dei profili?\nIn alternativa, è possibile" +" eliminare le modifiche per caricare i valori predefiniti da '%1'." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3921,12 +4078,15 @@ msgstr "Caricamento in corso configurazioni disponibili dalla stampante..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "Le configurazioni non sono disponibili perché la stampante è scollegata." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Questa configurazione non è disponibile perché %1 non viene riconosciuto. Visitare %2 per scaricare il profilo materiale corretto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3936,7 +4096,8 @@ msgstr "Mercato" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "La configurazione di questo estrusore non è consentita e proibisce il sezionamento." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4045,10 +4206,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Aggiungi profili materiale e plugin dal Marketplace\n" -"- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin\n" -"- Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker" +msgstr "- Aggiungi profili materiale e plugin dal Marketplace\n- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin\n- Condividi idee e" +" ottieni supporto da più di 48.000 utenti nella community di Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4222,8 +4381,12 @@ msgstr "Apri file" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Rilevata la presenza di uno o più file codice G tra i file selezionati. È possibile aprire solo un file codice G alla volta. Se desideri aprire un file codice G, selezionane uno solo." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Rilevata la presenza di uno o più file codice G tra i file selezionati. È possibile aprire solo un file codice G alla volta. Se desideri aprire un file" +" codice G, selezionane uno solo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4272,9 +4435,15 @@ msgid "Custom" msgstr "Personalizzata" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "Non esiste alcun profilo %1 per la configurazione nelle estrusore %2. In alternativa verrà utilizzato lo scopo predefinito" msgstr[1] "Non esiste alcun profilo %1 per le configurazioni negli estrusori %2. In alternativa verrà utilizzato lo scopo predefinito" @@ -4285,7 +4454,8 @@ msgstr "Riempimento graduale" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Un riempimento graduale aumenterà gradualmente la quantità di riempimento verso l'alto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4295,7 +4465,9 @@ msgstr "Supporto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza queste strutture, queste parti collasserebbero durante la stampa." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4306,7 +4478,9 @@ msgstr "Profili" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "Sono state modificate alcune impostazioni del profilo. Per modificarle, andare alla modalità personalizzata." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4316,7 +4490,9 @@ msgstr "Adesione" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "Abilita stampa di brim o raft. Questa funzione aggiunge un’area piana attorno o sotto l’oggetto, facile da tagliare successivamente." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4338,13 +4514,11 @@ msgstr "Profilo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Alcuni valori di impostazione/esclusione sono diversi dai valori memorizzati nel profilo.\n" -"\n" -"Fare clic per aprire la gestione profili." +msgstr "Alcuni valori di impostazione/esclusione sono diversi dai valori memorizzati nel profilo.\n\nFare clic per aprire la gestione profili." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4364,29 +4538,34 @@ msgstr "Corrente" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Unità" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Rinomina" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Indicare un nuovo nome." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Questa impostazione è stata nascosta dalla macchina attiva e non sarà visibile." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Questa impostazione è stata nascosta dal valore di %1. Modifica il valore di tale impostazione per rendere visibile l’impostazione." +msgstr[1] "Questa impostazione è stata nascosta dai valori di %1. Modifica i valori di tali impostazioni per rendere visibile questa impostazione." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4397,7 +4576,7 @@ msgstr "Impostazione visibilità" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Valori predefiniti" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4407,7 +4586,7 @@ msgstr "Controlla tutto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Aggiungi nuovo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4429,7 +4608,9 @@ msgstr "Conferma modifica diametro" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "Il nuovo diametro del filamento impostato a %1 mm non è compatibile con l'attuale estrusore. Continuare?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4455,7 +4636,7 @@ msgstr "Colore" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Selettore colore materiale" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4529,7 +4710,9 @@ msgstr "Sincronizza materiali con stampanti" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Seguendo alcuni semplici passaggi, sarà possibile sincronizzare tutti i profili del materiale con le stampanti." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4549,7 +4732,9 @@ msgstr "Accedi" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Per sincronizzare automaticamente i profili del materiale con tutte le stampanti collegate a Digital Factory è necessario aver effettuato l'accesso a Cura." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4587,7 +4772,8 @@ msgstr "Mancano stampanti?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Accertarsi che tutte le stampanti siano accese e collegate a Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4624,7 +4810,10 @@ msgstr "Nessuna stampante trovata" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "Nessuna stampante compatibile collegata a Digital Factory. Accertarsi che la stampante sia collegata e che il firmware più recente sia in esecuzione." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 @@ -4643,8 +4832,10 @@ msgid "Sync material profiles via USB" msgstr "Sincronizza profili del materiale tramite USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Eseguire le operazioni descritte di seguito per caricare nuovi profili del materiale nella stampante." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4659,7 +4850,9 @@ msgstr "Salvare il file .umm su una chiavetta USB." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Inserire la chiavetta USB nella stampante e avviare la procedura per caricare nuovi profili del materiale." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4686,13 +4879,13 @@ msgstr "Esporta tutti i materiali" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Materiali compatibili con la stampante attiva:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Crea nuovo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4703,7 +4896,7 @@ msgstr "Importa" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Sincronizza con le stampanti" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4742,7 +4935,8 @@ msgstr "Materiale importato correttamente %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Impossibile importare materiale {1}: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4753,7 +4947,8 @@ msgstr "Esporta materiale" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Impossibile esportare il materiale su %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4764,31 +4959,33 @@ msgstr "Materiale esportato correttamente su %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Profili compatibili con la stampante attiva:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Crea nuovo profilo dalle impostazioni/esclusioni correnti" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Alcune impostazioni del profilo corrente sono state sovrascritte." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Aggiornare il profilo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Aggiorna il profilo con le impostazioni/esclusioni correnti" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "Questo profilo utilizza le impostazioni predefinite dalla stampante, perciò non ci sono impostazioni/esclusioni nell’elenco riportato di seguito." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4841,7 +5038,7 @@ msgstr "Interfaccia" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- incompleto --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4849,9 +5046,10 @@ msgid "Currency:" msgstr "Valuta:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Tema*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4865,8 +5063,9 @@ msgstr "Seziona automaticamente" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Per rendere effettive le modifiche è necessario riavviare l'applicazione." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4875,7 +5074,9 @@ msgstr "Comportamento del riquadro di visualizzazione" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Evidenzia in rosso le zone non supportate del modello. In assenza di supporto, queste aree non saranno stampate in modo corretto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4885,8 +5086,11 @@ msgstr "Visualizza sbalzo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Evidenziare le superfici mancanti o estranee del modello utilizzando i simboli di avvertenza. I percorsi degli utensili spesso ignoreranno parti della geometria prevista." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." +msgstr "Evidenziare le superfici mancanti o estranee del modello utilizzando i simboli di avvertenza. I percorsi degli utensili spesso ignoreranno parti della" +" geometria prevista." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" @@ -4895,7 +5099,9 @@ msgstr "Visualizzare gli errori del modello" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Sposta la fotocamera in modo che il modello si trovi al centro della visualizzazione quando è selezionato" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4920,7 +5126,8 @@ msgstr "Lo zoom si muove nella direzione del mouse?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Nella prospettiva ortogonale lo zoom verso la direzione del mouse non è supportato." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4930,7 +5137,8 @@ msgstr "Zoom verso la direzione del mouse" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "I modelli sull’area di stampa devono essere spostati per evitare intersezioni?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5003,7 +5211,9 @@ msgstr "Apertura e salvataggio file" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "L'apertura dei file dal desktop o da applicazioni esterne deve essere eseguita nella stessa istanza di Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5013,7 +5223,9 @@ msgstr "Utilizzare una singola istanza di Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "È necessario pulire il piano di stampa prima di caricare un nuovo modello nella singola istanza di Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5033,7 +5245,9 @@ msgstr "Ridimensiona i modelli troppo grandi" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "Un modello può apparire eccessivamente piccolo se la sua unità di misura è espressa in metri anziché in millimetri. Questi modelli devono essere aumentati?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5053,7 +5267,9 @@ msgstr "Selezionare i modelli dopo il caricamento" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Al nome del processo di stampa deve essere aggiunto automaticamente un prefisso basato sul nome della stampante?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5098,12 +5314,18 @@ msgstr "Importa sempre i modelli" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Dopo aver modificato un profilo ed essere passati a un altro, si apre una finestra di dialogo che chiede se mantenere o eliminare le modifiche oppure se scegliere un comportamento predefinito e non visualizzare più tale finestra di dialogo." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Dopo aver modificato un profilo ed essere passati a un altro, si apre una finestra di dialogo che chiede se mantenere o eliminare le modifiche oppure se" +" scegliere un comportamento predefinito e non visualizzare più tale finestra di dialogo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Comportamento predefinito per i valori di impostazione modificati al passaggio a un profilo diverso: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5123,7 +5345,10 @@ msgstr "Privacy" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." msgstr "I dati anonimi sulla stampa devono essere inviati a Ultimaker? Nota, non sono trasmessi o memorizzati modelli, indirizzi IP o altre informazioni personali." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 @@ -5168,7 +5393,9 @@ msgstr "Versioni stabili e beta" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "È necessario verificare automaticamente la presenza di nuovi plugin ad ogni avvio di Cura? Si consiglia di non disabilitare questa opzione!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5209,7 +5436,9 @@ msgstr "La stampante a questo indirizzo non ha ancora risposto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Questa stampante non può essere aggiunta perché è una stampante sconosciuta o non è l'host di un gruppo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5306,10 +5535,10 @@ msgstr "Benvenuto in Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Segui questa procedura per configurare\n" -"Ultimaker Cura. Questa operazione richiederà solo pochi istanti." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Segui questa procedura per configurare\nUltimaker Cura. Questa operazione richiederà solo pochi istanti." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5388,7 +5617,9 @@ msgstr "Aiutaci a migliorare Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura acquisisce dati anonimi per migliorare la qualità di stampa e l'esperienza dell'utente, tra cui:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5413,7 +5644,8 @@ msgstr "Impostazioni di stampa" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "I dati acquisiti da Ultimaker Cura non conterranno alcuna informazione personale." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5465,22 +5697,30 @@ msgstr "Stampanti preimpostate" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "La stampante cloud è offline. Verificare se la stampante è accesa e collegata a Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Questa stampante non è collegata al tuo account. Visitare Ultimaker Digital Factory per stabilire una connessione." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "La connessione cloud al momento non è disponibile. Accedere per collegarsi alla stampante cloud." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "La connessione cloud al momento non è disponibile. Verificare la connessione a Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5496,7 +5736,7 @@ msgstr "Gestione stampanti" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Cerca" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5556,13 +5796,11 @@ msgstr "Sei sicuro di voler interrompere la stampa?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Alcune impostazioni nascoste utilizzano valori diversi dal proprio valore normale calcolato.\n" -"\n" -"Fare clic per rendere visibili queste impostazioni." +msgstr "Alcune impostazioni nascoste utilizzano valori diversi dal proprio valore normale calcolato.\n\nFare clic per rendere visibili queste impostazioni." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5602,7 +5840,9 @@ msgstr "Configura visibilità delle impostazioni..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Questa impostazione non è utilizzata perché tutte le impostazioni che influenza sono sottoposte a override." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5617,7 +5857,9 @@ msgstr "Influenzato da" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Questa impostazione è sempre condivisa tra tutti gli estrusori. La sua modifica varierà il valore per tutti gli estrusori." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5631,26 +5873,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Questa impostazione ha un valore diverso dal profilo.\n" -"\n" -"Fare clic per ripristinare il valore del profilo." +msgstr "Questa impostazione ha un valore diverso dal profilo.\n\nFare clic per ripristinare il valore del profilo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Questa impostazione normalmente viene calcolata, ma attualmente ha impostato un valore assoluto.\n" -"\n" -"Fare clic per ripristinare il valore calcolato." +msgstr "Questa impostazione normalmente viene calcolata, ma attualmente ha impostato un valore assoluto.\n\nFare clic per ripristinare il valore calcolato." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Esagonale" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5675,7 +5912,7 @@ msgstr "Tempo residuo stimato" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Mostra ricerca e riparazione dei guasti online" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5753,9 +5990,11 @@ msgid "Manage Materials..." msgstr "Gestione materiali..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Aggiungere altri materiali da Marketplace" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6009,7 +6248,9 @@ msgstr "Lettore UFP" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Si collega alla Digital Library, consentendo a Cura di aprire file e salvare file in Digital Library." #: DigitalLibrary/plugin.json @@ -6049,7 +6290,9 @@ msgstr "Connessione di rete Ultimaker" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Controlla i modelli e la configurazione di stampa per eventuali problematiche di stampa e suggerimenti." #: ModelChecker/plugin.json @@ -6060,7 +6303,7 @@ msgstr "Controllo modello" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Fornisce l'anteprima dei dati dei livelli suddivisi in sezioni." #: SimulationView/plugin.json msgctxt "name" @@ -6200,12 +6443,12 @@ msgstr "Aggiornamento della versione da 4.1 a 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Aggiorna le configurazioni da Cura 4.3 a Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Aggiornamento della versione da 4.13 a 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6459,7 +6702,8 @@ msgstr "Post-elaborazione" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Crea una maglia di cancellazione per bloccare la stampa del supporto in alcune posizioni" #: SupportEraser/plugin.json @@ -6489,7 +6733,9 @@ msgstr "Vista ai raggi X" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Fornisce azioni macchina per le macchine Ultimaker (come la procedura guidata di livellamento del piano di stampa, la selezione degli aggiornamenti, ecc.)" #: UltimakerMachineActions/plugin.json @@ -6499,13 +6745,15 @@ msgstr "Azioni della macchina Ultimaker" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Gestisce le estensioni per l'applicazione e consente di ricercare le estensioni nel sito Web Ultimaker." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Mercato" #: SolidView/plugin.json msgctxt "description" @@ -6529,7 +6777,9 @@ msgstr "Lettore codice G" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Fornisce un modo per modificare le impostazioni della macchina (come il volume di stampa, la dimensione ugello, ecc.)" #: MachineSettingsAction/plugin.json @@ -6539,7 +6789,8 @@ msgstr "Azione Impostazioni macchina" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Accetta i G-Code e li invia ad una stampante. I plugin possono anche aggiornare il firmware." #: USBPrinting/plugin.json diff --git a/resources/i18n/it_IT/fdmextruder.def.json.po b/resources/i18n/it_IT/fdmextruder.def.json.po index 390d4f8878..485bd7a256 100644 --- a/resources/i18n/it_IT/fdmextruder.def.json.po +++ b/resources/i18n/it_IT/fdmextruder.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:58+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: Italian\n" -"Language: it_IT\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -53,7 +51,9 @@ msgstr "Diametro ugello" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Il diametro interno dell’ugello. Modificare questa impostazione quando si utilizza una dimensione ugello non standard." #: fdmextruder.def.json @@ -93,7 +93,9 @@ msgstr "Assoluto posizione avvio estrusore" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "Rende la posizione di partenza estrusore assoluta anziché relativa rispetto all’ultima posizione nota della testina." #: fdmextruder.def.json @@ -133,7 +135,9 @@ msgstr "Assoluto posizione fine estrusore" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "Rende la posizione di fine estrusore assoluta anziché relativa rispetto all’ultima posizione nota della testina." #: fdmextruder.def.json @@ -163,7 +167,9 @@ msgstr "Posizione Z innesco estrusore" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Indica la coordinata Z della posizione in cui l’ugello si innesca all’avvio della stampa." #: fdmextruder.def.json @@ -173,8 +179,12 @@ msgstr "Ventola di raffreddamento stampa estrusore" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." -msgstr "Il numero di ventole di raffreddamento stampa abbinate a questo estrusore. Modificarlo dal valore predefinito 0 solo quando si ha una ventola di raffreddamento diversa per ciascun estrusore." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." +msgstr "Il numero di ventole di raffreddamento stampa abbinate a questo estrusore. Modificarlo dal valore predefinito 0 solo quando si ha una ventola di raffreddamento" +" diversa per ciascun estrusore." #: fdmextruder.def.json msgctxt "platform_adhesion label" @@ -193,7 +203,9 @@ msgstr "Posizione X innesco estrusore" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "La coordinata X della posizione in cui l’ugello si innesca all’avvio della stampa." #: fdmextruder.def.json @@ -203,7 +215,9 @@ msgstr "Posizione Y innesco estrusore" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "La coordinata Y della posizione in cui l’ugello si innesca all’avvio della stampa." #: fdmextruder.def.json @@ -223,7 +237,9 @@ msgstr "Diametro" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Regolare il diametro del filamento utilizzato. Abbinare questo valore al diametro del filamento utilizzato." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index 880436a020..fcf43f7b57 100644 --- a/resources/i18n/it_IT/fdmprinter.def.json.po +++ b/resources/i18n/it_IT/fdmprinter.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:58+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Italian , Italian \n" -"Language: it_IT\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -43,7 +41,9 @@ msgstr "Mostra varianti macchina" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Sceglie se mostrare le diverse varianti di questa macchina, descritte in file json a parte." #: fdmprinter.def.json @@ -56,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"I comandi codice G da eseguire all’avvio, separati da \n" -"." +msgstr "I comandi codice G da eseguire all’avvio, separati da \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -70,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"I comandi codice G da eseguire alla fine, separati da \n" -"." +msgstr "I comandi codice G da eseguire alla fine, separati da \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -91,7 +87,9 @@ msgstr "Diametro" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Regolare il diametro del filamento utilizzato. Abbinare questo valore al diametro del filamento utilizzato." #: fdmprinter.def.json @@ -101,7 +99,9 @@ msgstr "Attendi il riscaldamento del piano di stampa" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Sceglie se inserire un comando per attendere finché la temperatura del piano di stampa non viene raggiunta all’avvio." #: fdmprinter.def.json @@ -121,8 +121,12 @@ msgstr "Includi le temperature del materiale" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Sceglie se includere comandi temperatura ugello all’avvio del codice G. Quando start_gcode contiene già comandi temperatura ugello la parte anteriore di Cura disabilita automaticamente questa impostazione." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Sceglie se includere comandi temperatura ugello all’avvio del codice G. Quando start_gcode contiene già comandi temperatura ugello la parte anteriore di" +" Cura disabilita automaticamente questa impostazione." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -131,8 +135,12 @@ msgstr "Includi temperatura piano di stampa" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Sceglie se includere comandi temperatura piano di stampa all’avvio del codice G. Quando start_gcode contiene già comandi temperatura piano di stampa la parte anteriore di Cura disabilita automaticamente questa impostazione." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Sceglie se includere comandi temperatura piano di stampa all’avvio del codice G. Quando start_gcode contiene già comandi temperatura piano di stampa la" +" parte anteriore di Cura disabilita automaticamente questa impostazione." #: fdmprinter.def.json msgctxt "machine_width label" @@ -171,7 +179,8 @@ msgstr "Forma del piano di stampa" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "La forma del piano di stampa senza tenere conto delle aree non stampabili." #: fdmprinter.def.json @@ -231,8 +240,12 @@ msgstr "Tenere sempre nota dello strumento attivo" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Tenere nota dello strumento attivo dopo l'invio di comandi temporanei allo strumento non attivo. Richiesto per la stampa con doppio estrusore con Smoothie o altro firmware con comandi modali dello strumento." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Tenere nota dello strumento attivo dopo l'invio di comandi temporanei allo strumento non attivo. Richiesto per la stampa con doppio estrusore con Smoothie" +" o altro firmware con comandi modali dello strumento." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -241,7 +254,9 @@ msgstr "Origine del centro" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Indica se le coordinate X/Y della posizione zero della stampante sono al centro dell’area stampabile." #: fdmprinter.def.json @@ -251,7 +266,9 @@ msgstr "Numero di estrusori" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Il numero di treni di estrusori. Un treno di estrusori è la combinazione di un alimentatore, un tubo bowden e un ugello." #: fdmprinter.def.json @@ -261,7 +278,8 @@ msgstr "Numero di estrusori abilitati" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Numero di treni di estrusori abilitati; impostato automaticamente nel software" #: fdmprinter.def.json @@ -281,7 +299,9 @@ msgstr "Lunghezza ugello" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "La differenza di altezza tra la punta dell’ugello e la parte inferiore della testina di stampa." #: fdmprinter.def.json @@ -291,7 +311,9 @@ msgstr "Angolo ugello" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "L’angolo tra il piano orizzontale e la parte conica esattamente sopra la punta dell’ugello." #: fdmprinter.def.json @@ -301,7 +323,9 @@ msgstr "Lunghezza della zona di riscaldamento" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "La distanza dalla punta dell’ugello in cui il calore dall’ugello viene trasferito al filamento." #: fdmprinter.def.json @@ -311,7 +335,9 @@ msgstr "Abilita controllo temperatura ugello" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Per controllare la temperatura da Cura. Disattivare per controllare la temperatura ugello dall’esterno di Cura." #: fdmprinter.def.json @@ -321,7 +347,9 @@ msgstr "Velocità di riscaldamento" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "La velocità (°C/s) alla quale l’ugello si riscalda calcolando la media sulla gamma di temperature di stampa normale e la temperatura di attesa." #: fdmprinter.def.json @@ -331,7 +359,9 @@ msgstr "Velocità di raffreddamento" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "La velocità (°C/s) alla quale l’ugello si raffredda calcolando la media sulla gamma di temperature di stampa normale e la temperatura di attesa." #: fdmprinter.def.json @@ -341,8 +371,12 @@ msgstr "Tempo minimo temperatura di standby" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "Il tempo minimo in cui un estrusore deve essere inattivo prima che l’ugello si raffreddi. Solo quando un estrusore non è utilizzato per un periodo superiore a questo tempo potrà raffreddarsi alla temperatura di standby." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "Il tempo minimo in cui un estrusore deve essere inattivo prima che l’ugello si raffreddi. Solo quando un estrusore non è utilizzato per un periodo superiore" +" a questo tempo potrà raffreddarsi alla temperatura di standby." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -406,7 +440,9 @@ msgstr "Retrazione firmware" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Specifica se usare comandi di retrazione firmware (G10/G11) anziché utilizzare la proprietà E nei comandi G1 per retrarre il materiale." #: fdmprinter.def.json @@ -416,7 +452,9 @@ msgstr "Condivisione del riscaldatore da parte degli estrusori" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Indica se gli estrusori condividono un singolo riscaldatore piuttosto che avere ognuno il proprio." #: fdmprinter.def.json @@ -426,8 +464,17 @@ msgstr "Estrusori condividono ugello" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Indica se gli estrusori condividono un singolo ugello piuttosto che avere ognuno il proprio. Se impostato su true, si prevede che lo script gcode di avvio della stampante imposti tutti gli estrusori su uno stato di retrazione iniziale noto e mutuamente compatibile (nessuno o un solo filamento non retratto); in questo caso lo stato di retrazione iniziale è descritto, per estrusore, dal parametro 'machine_extruders_shared_nozzle_initial_retraction'." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Indica se gli estrusori condividono un singolo ugello piuttosto che avere ognuno il proprio. Se impostato su true, si prevede che lo script gcode di avvio" +" della stampante imposti tutti gli estrusori su uno stato di retrazione iniziale noto e mutuamente compatibile (nessuno o un solo filamento non retratto);" +" in questo caso lo stato di retrazione iniziale è descritto, per estrusore, dal parametro 'machine_extruders_shared_nozzle_initial_retraction'." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -436,8 +483,13 @@ msgstr "Retrazione iniziale ugello condivisa" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "La quantità di filamento di ogni estrusore che si presume sia stata retratta dalla punta dell'ugello condiviso al termine dello script gcode di avvio stampante; il valore deve essere uguale o maggiore della lunghezza della parte comune dei condotti dell'ugello." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "La quantità di filamento di ogni estrusore che si presume sia stata retratta dalla punta dell'ugello condiviso al termine dello script gcode di avvio stampante;" +" il valore deve essere uguale o maggiore della lunghezza della parte comune dei condotti dell'ugello." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -466,8 +518,12 @@ msgstr "Poligono testina macchina e ventola" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "La forma della testina di stampa. Queste sono le coordinate relative alla posizione della testina di stampa. Questa coincide in genere con la posizione" +" del primo estrusore. Le posizioni a sinistra e davanti alla testina di stampa devono essere coordinate negative." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -476,7 +532,9 @@ msgstr "Altezza gantry" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "La differenza di altezza tra la punta dell’ugello e il sistema gantry (assy X e Y)." #: fdmprinter.def.json @@ -496,7 +554,9 @@ msgstr "Diametro ugello" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Il diametro interno dell’ugello. Modificare questa impostazione quando si utilizza una dimensione ugello non standard." #: fdmprinter.def.json @@ -506,7 +566,8 @@ msgstr "Offset con estrusore" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Applica l’offset estrusore al sistema coordinate. Influisce su tutti gli estrusori." #: fdmprinter.def.json @@ -516,7 +577,9 @@ msgstr "Posizione Z innesco estrusore" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Indica la coordinata Z della posizione in cui l’ugello si innesca all’avvio della stampa." #: fdmprinter.def.json @@ -526,7 +589,9 @@ msgstr "Posizione assoluta di innesco estrusore" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Rende la posizione di innesco estrusore assoluta anziché relativa rispetto all’ultima posizione nota della testina." #: fdmprinter.def.json @@ -656,7 +721,9 @@ msgstr "Passi per millimetro (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "I passi del motore passo-passo in un millimetro di spostamento nella direzione X." #: fdmprinter.def.json @@ -666,7 +733,9 @@ msgstr "Passi per millimetro (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "I passi del motore passo-passo in un millimetro di spostamento nella direzione Y." #: fdmprinter.def.json @@ -676,7 +745,9 @@ msgstr "Passi per millimetro (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "I passi del motore passo-passo in un millimetro di spostamento nella direzione Z." #: fdmprinter.def.json @@ -686,7 +757,9 @@ msgstr "Passi per millimetro (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "Quanti passi dei motori passo-passo causano lo spostamento della ruota del tirafilo di un millimetro attorno alla sua circonferenza." #: fdmprinter.def.json @@ -696,7 +769,9 @@ msgstr "Endstop X in direzione positiva" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Se l’endstop dell’asse X è in direzione positiva (coordinata X alta) o negativa (coordinata X bassa)." #: fdmprinter.def.json @@ -706,7 +781,9 @@ msgstr "Endstop Y in direzione positiva" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Se l’endstop dell’asse Y è in direzione positiva (coordinata Y alta) o negativa (coordinata Y bassa)." #: fdmprinter.def.json @@ -716,7 +793,9 @@ msgstr "Endstop Z in direzione positiva" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Se l’endstop dell’asse Z è in direzione positiva (coordinata Z alta) o negativa (coordinata Z bassa)." #: fdmprinter.def.json @@ -742,12 +821,12 @@ msgstr "Il diametro della ruota che guida il materiale nel tirafilo." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Scala la velocità della ventola a 0-1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Scalare la velocità della ventola in modo che sia compresa tra 0 e 1 anziché tra 0 e 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -756,8 +835,11 @@ msgstr "Qualità" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" -msgstr "Indica tutte le impostazioni che influiscono sulla risoluzione della stampa. Queste impostazioni hanno un elevato impatto sulla qualità (e il tempo di stampa)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" +msgstr "Indica tutte le impostazioni che influiscono sulla risoluzione della stampa. Queste impostazioni hanno un elevato impatto sulla qualità (e il tempo di" +" stampa)" #: fdmprinter.def.json msgctxt "layer_height label" @@ -766,8 +848,11 @@ msgstr "Altezza dello strato" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "Indica l’altezza di ciascuno strato in mm. Valori più elevati generano stampe più rapide con risoluzione inferiore, valori più bassi generano stampe più lente con risoluzione superiore." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "Indica l’altezza di ciascuno strato in mm. Valori più elevati generano stampe più rapide con risoluzione inferiore, valori più bassi generano stampe più" +" lente con risoluzione superiore." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -776,7 +861,9 @@ msgstr "Altezza dello strato iniziale" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "Indica l’altezza dello strato iniziale in mm. Uno strato iniziale più spesso facilita l’adesione al piano di stampa." #: fdmprinter.def.json @@ -786,8 +873,12 @@ msgstr "Larghezza della linea" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "Indica la larghezza di una linea singola. In generale, la larghezza di ciascuna linea deve corrispondere alla larghezza dell’ugello. Tuttavia, una lieve riduzione di questo valore potrebbe generare stampe migliori." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "Indica la larghezza di una linea singola. In generale, la larghezza di ciascuna linea deve corrispondere alla larghezza dell’ugello. Tuttavia, una lieve" +" riduzione di questo valore potrebbe generare stampe migliori." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -806,7 +897,9 @@ msgstr "Larghezza delle linee della parete esterna" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "Indica la larghezza della linea della parete esterna. Riducendo questo valore, è possibile stampare livelli di dettaglio più elevati." #: fdmprinter.def.json @@ -816,7 +909,8 @@ msgstr "Larghezza delle linee della parete interna" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "Indica la larghezza di una singola linea della parete per tutte le linee della parete tranne quella più esterna." #: fdmprinter.def.json @@ -906,7 +1000,9 @@ msgstr "Larghezza linea strato iniziale" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Moltiplicatore della larghezza della linea del primo strato Il suo aumento potrebbe migliorare l'adesione al piano." #: fdmprinter.def.json @@ -926,7 +1022,9 @@ msgstr "Estrusore pareti" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "Treno estrusore utilizzato per stampare le pareti. Si utilizza nell'estrusione multipla." #: fdmprinter.def.json @@ -936,7 +1034,9 @@ msgstr "Estrusore parete esterna" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "Treno estrusore utilizzato per stampare la parete esterna. Si utilizza nell'estrusione multipla." #: fdmprinter.def.json @@ -946,7 +1046,9 @@ msgstr "Estrusore parete interna" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "Treno estrusore utilizzato per stampare le pareti interne. Si utilizza nell'estrusione multipla." #: fdmprinter.def.json @@ -956,7 +1058,9 @@ msgstr "Spessore delle pareti" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "Spessore delle pareti in direzione orizzontale. Questo valore diviso per la larghezza della linea della parete definisce il numero di pareti." #: fdmprinter.def.json @@ -966,58 +1070,87 @@ msgstr "Numero delle linee perimetrali" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Indica il numero delle pareti. Quando calcolato mediante lo spessore della parete, il valore viene arrotondato a numero intero." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Lunghezza transizione parete" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Quando si esegue la transizione tra numeri di parete diversi poiché la parte diventa più sottile, viene allocata una determinata quantità di spazio per" +" dividere o unire le linee perimetrali." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Conteggio distribuzione parete" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "Il numero di pareti, conteggiate dal centro, su cui occorre distribuire la variazione. Valori più bassi indicano che la larghezza delle pareti esterne" +" non cambia." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Angolo di soglia di transizione parete" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Quando creare transizioni tra numeri di parete pari e dispari. Una forma a cuneo con un angolo maggiore di questa impostazione non presenta transazioni" +" e nessuna parete verrà stampata al centro per riempire lo spazio rimanente. Riducendo questa impostazione si riduce il numero e la lunghezza di queste" +" pareti centrali, ma potrebbe lasciare spazi vuoti o sovraestrusione." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Distanza di filtro transizione parete" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Se si pensa di eseguire la transizione avanti e indietro tra numeri di pareti differenti in rapida successione, non eseguire alcuna transizione. Rimuovere" +" le transizioni se sono più vicine di questa distanza." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Margine filtro di transizione parete" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Impedisce la transizione avanti e indietro tra una parete aggiuntiva e una di meno. Questo margine estende l'intervallo di larghezze linea che segue a" +" [Larghezza minima della linea perimetrale - Margine, 2 * Larghezza minima della linea perimetrale + Margine]. Incrementando questo margine si riduce il" +" numero di transizioni, che riduce il numero di avvii/interruzioni estrusione e durata dello spostamento. Tuttavia, variazioni ampie della larghezza della" +" linea possono portare a problemi di sottoestrusione o sovraestrusione." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1026,7 +1159,9 @@ msgstr "Distanza del riempimento parete esterna" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Distanza di spostamento inserita dopo la parete esterna per nascondere meglio la giunzione Z." #: fdmprinter.def.json @@ -1036,8 +1171,13 @@ msgstr "Inserto parete esterna" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Inserto applicato al percorso della parete esterna. Se la parete esterna è di dimensioni inferiori all’ugello e stampata dopo le pareti interne, utilizzare questo offset per fare in modo che il foro dell’ugello si sovrapponga alle pareti interne anziché all’esterno del modello." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Inserto applicato al percorso della parete esterna. Se la parete esterna è di dimensioni inferiori all’ugello e stampata dopo le pareti interne, utilizzare" +" questo offset per fare in modo che il foro dell’ugello si sovrapponga alle pareti interne anziché all’esterno del modello." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1046,28 +1186,41 @@ msgstr "Ottimizzazione sequenza di stampa pareti" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Ottimizzare la sequenza di stampa delle pareti in modo da ridurre il numero di retrazioni e la distanza percorsa. L'abilitazione di questa funzione porta vantaggi per la maggior parte dei pezzi; alcuni possono richiedere un maggior tempo di esecuzione; si consiglia di confrontare i tempi di stampa stimati con e senza ottimizzazione. Scegliendo la funzione brim come tipo di adesione del piano di stampa, il primo strato non viene ottimizzato." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Ottimizzare la sequenza di stampa delle pareti in modo da ridurre il numero di retrazioni e la distanza percorsa. L'abilitazione di questa funzione porta" +" vantaggi per la maggior parte dei pezzi; alcuni possono richiedere un maggior tempo di esecuzione; si consiglia di confrontare i tempi di stampa stimati" +" con e senza ottimizzazione. Scegliendo la funzione brim come tipo di adesione del piano di stampa, il primo strato non viene ottimizzato." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Ordinamento parete" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Determina l'ordine di stampa delle pareti. La stampa anticipata delle pareti esterne migliora la precisione dimensionale poiché i guasti dalle pareti interne" +" non possono propagarsi all'esterno. Se si esegue la stampa in un momento successivo, tuttavia, è possibile impilarle meglio quando vengono stampati gli" +" sbalzi." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "Dall'interno all'esterno" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "Dall'esterno all'interno" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1076,58 +1229,107 @@ msgstr "Parete supplementare alternativa" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "Stampa una parete supplementare ogni due strati. In questo modo il riempimento rimane catturato tra queste pareti supplementari, creando stampe più resistenti." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Larghezza minima della linea perimetrale" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Per strutture sottili, circa una o due volte la dimensione dell'ugello, le larghezze delle linee devono essere modificate per rispettare lo spessore del" +" modello. Questa impostazione controlla la larghezza minima della linea consentita per le pareti. Le larghezze minime delle linee determinano intrinsecamente" +" anche le larghezze massime delle linee, poiché si esegue la transizione da N a N+1 pareti ad uno spessore geometrico in cui le pareti N sono larghe e" +" le pareti N+1 sono strette. La linea perimetrale più larga possible è due volte la larghezza minima della linea perimetrale." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Larghezza minima della linea perimetrale pari" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "La larghezza minima della linea per normali pareti poligonali. Questa impostazione determina lo spessore modello in corrispondenza del quale si passa dalla" +" stampa di una singola linea perimetrale sottile alla stampa di due linee perimetrali. Una larghezza minima della linea perimetrale pari più elevata porta" +" a una larghezza massima della linea perimetrale dispari più elevata. La larghezza massima della linea perimetrale pari viene calcolata come Larghezza" +" della linea perimetrale esterna + 0,5 * Larghezza minima della linea perimetrale dispari." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Dividi soglia linea intermedia" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "La larghezza linea più piccola, come un fattore della larghezza linea normale, al di sopra della quale la linea intermedia (se una esiste) verrà divisa" +" in due. Ridurre questa impostazione per utilizzare un numero maggiore di linee più sottili. Incrementare per utilizzare un numero minore di linee più" +" larghe. Si noti che questo vale, come se, l'intera forma debba essere riempita con parete. Pertanto, in questo contesto la linea intermedia fa riferimento" +" alla linea intermedia dell'oggetto tra due spigoli esterni, anche se invece della parete la stampa contiene un riempimento o un (altro) rivestimento esterno." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Larghezza minima della linea perimetrale dispari" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "La larghezza minima della linea per pareti polilinea di riempimento interstizi linea intermedia. Questa impostazione determina lo spessore modello in corrispondenza" +" del quale si passa dalla stampa di due linee perimetrali alla stampa di due pareti esterne e di una singola parete centrale al centro. Una larghezza minima" +" della linea perimetrale pari più elevata porta a una larghezza massima della linea perimetrale dispari più elevata. La larghezza massima della linea perimetrale" +" dispari viene calcolata come 2 * Larghezza minima della linea perimetrale pari," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Aggiungi soglia linea intermedia" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "La larghezza linea più piccola, come un fattore della larghezza linea normale, sopra la quale verrà aggiunta una linea intermedia (se una non esisteva" +" già). Ridurre questa impostazione per utilizzare un numero maggiore di linee più sottili. Incrementare per utilizzare un numero minore di linee più larghe." +" Si noti che questo vale, come se, l'intera forma debba essere riempita con parete. Pertanto, in questo contesto la linea intermedia fa riferimento alla" +" linea intermedia dell'oggetto tra due spigoli esterni, anche se invece della parete la stampa contiene un riempimento o un (altro) rivestimento esterno." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1136,28 +1338,39 @@ msgstr "Stampa pareti sottili" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Stampa parti del modello orizzontalmente più sottili delle dimensioni dell'ugello." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Dimensioni minime della feature" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Spessore minimo di feature sottili. Le feature modello che sono più sottili di questo valore non verranno stampate, mentre le feature più spesse delle" +" dimensioni minime della feature verranno ampliate fino alla larghezza minima della linea perimetrale." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Larghezza minima della linea perimetrale sottile" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Larghezza della parete che sostituirà feature sottili (in base alle dimensioni minime della feature) del modello. Se la larghezza minima della linea perimetrale" +" è più sottile dello spessore della feature, la parete diventerà spessa come la feature stessa." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1166,8 +1379,12 @@ msgstr "Espansione orizzontale" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "Determina l'entità di offset (o estensione dello strato) applicata a tutti i poligoni su ciascuno strato. I valori positivi possono compensare fori troppo estesi; i valori negativi possono compensare fori troppo piccoli." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "Determina l'entità di offset (o estensione dello strato) applicata a tutti i poligoni su ciascuno strato. I valori positivi possono compensare fori troppo" +" estesi; i valori negativi possono compensare fori troppo piccoli." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" @@ -1176,8 +1393,12 @@ msgstr "Espansione orizzontale dello strato iniziale" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "È l'entità di offset (estensione dello strato) applicata a tutti i poligoni di supporto in ciascuno strato. Un valore negativo può compensare lo schiacciamento del primo strato noto come \"zampa di elefante\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "È l'entità di offset (estensione dello strato) applicata a tutti i poligoni di supporto in ciascuno strato. Un valore negativo può compensare lo schiacciamento" +" del primo strato noto come \"zampa di elefante\"." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1186,7 +1407,9 @@ msgstr "Espansione orizzontale dei fori" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "Entità di offset applicato a tutti i fori di ciascuno strato. Valori positivi aumentano le dimensioni dei fori, mentre valori negativi le riducono." #: fdmprinter.def.json @@ -1196,8 +1419,16 @@ msgstr "Allineamento delle giunzioni a Z" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Punto di partenza di ogni percorso nell'ambito di uno strato. Quando i percorsi in strati consecutivi iniziano nello stesso punto, sulla stampa può apparire una linea di giunzione verticale. Se si allineano in prossimità di una posizione specificata dall’utente, la linea di giunzione può essere rimossa più facilmente. Se disposti in modo casuale, le imprecisioni in corrispondenza dell'inizio del percorso saranno meno evidenti. Prendendo il percorso più breve la stampa sarà più veloce." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Punto di partenza di ogni percorso nell'ambito di uno strato. Quando i percorsi in strati consecutivi iniziano nello stesso punto, sulla stampa può apparire" +" una linea di giunzione verticale. Se si allineano in prossimità di una posizione specificata dall’utente, la linea di giunzione può essere rimossa più" +" facilmente. Se disposti in modo casuale, le imprecisioni in corrispondenza dell'inizio del percorso saranno meno evidenti. Prendendo il percorso più breve" +" la stampa sarà più veloce." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1276,7 +1507,9 @@ msgstr "Giunzione Z X" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "La coordinata X della posizione in prossimità della quale si innesca all’avvio della stampa di ciascuna parte in uno strato." #: fdmprinter.def.json @@ -1286,7 +1519,9 @@ msgstr "Giunzione Z Y" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "La coordinata Y della posizione in prossimità della quale si innesca all’avvio della stampa di ciascuna parte in uno strato." #: fdmprinter.def.json @@ -1296,8 +1531,18 @@ msgstr "Preferenze angolo giunzione" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Controlla se gli angoli sul profilo del modello influenzano la posizione della giunzione. Nessuno significa che gli angoli non hanno alcuna influenza sulla posizione della giunzione. Nascondi giunzione favorisce la presenza della giunzione su un angolo interno. Esponi giunzione favorisce la presenza della giunzione su un angolo esterno. Nascondi o esponi giunzione favorisce la presenza della giunzione su un angolo interno o esterno. Smart Hiding consente sia gli angoli interni che quelli esterni ma sceglie con maggiore frequenza gli angoli interni, se opportuno." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Controlla se gli angoli sul profilo del modello influenzano la posizione della giunzione. Nessuno significa che gli angoli non hanno alcuna influenza sulla" +" posizione della giunzione. Nascondi giunzione favorisce la presenza della giunzione su un angolo interno. Esponi giunzione favorisce la presenza della" +" giunzione su un angolo esterno. Nascondi o esponi giunzione favorisce la presenza della giunzione su un angolo interno o esterno. Smart Hiding consente" +" sia gli angoli interni che quelli esterni ma sceglie con maggiore frequenza gli angoli interni, se opportuno." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1331,8 +1576,12 @@ msgstr "Riferimento giunzione Z" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Se abilitato, le coordinate della giunzione Z sono riferite al centro di ogni parte. Se disabilitato, le coordinate definiscono una posizione assoluta sul piano di stampa." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Se abilitato, le coordinate della giunzione Z sono riferite al centro di ogni parte. Se disabilitato, le coordinate definiscono una posizione assoluta" +" sul piano di stampa." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1351,7 +1600,9 @@ msgstr "Estrusore rivestimento superficie superiore" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "Treno estrusore utilizzato per stampare il rivestimento più in alto. Si utilizza nell'estrusione multipla." #: fdmprinter.def.json @@ -1361,7 +1612,9 @@ msgstr "Strati di rivestimento superficie superiore" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "Numero degli strati di rivestimento superiori. Solitamente è sufficiente un unico strato di sommità per ottenere superfici superiori di qualità elevata." #: fdmprinter.def.json @@ -1371,7 +1624,9 @@ msgstr "Estrusore superiore/inferiore" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "Treno estrusore utilizzato per stampare il rivestimento superiore e quello inferiore. Si utilizza nell'estrusione multipla." #: fdmprinter.def.json @@ -1381,7 +1636,9 @@ msgstr "Spessore dello strato superiore/inferiore" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "Indica lo spessore degli strati superiore/inferiore nella stampa. Questo valore diviso per la l’altezza dello strato definisce il numero degli strati superiori/inferiori." #: fdmprinter.def.json @@ -1391,7 +1648,9 @@ msgstr "Spessore dello strato superiore" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "Indica lo spessore degli strati superiori nella stampa. Questo valore diviso per la l’altezza dello strato definisce il numero degli strati superiori." #: fdmprinter.def.json @@ -1401,7 +1660,9 @@ msgstr "Strati superiori" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Indica il numero degli strati superiori. Quando calcolato mediante lo spessore dello strato superiore, il valore viene arrotondato a numero intero." #: fdmprinter.def.json @@ -1411,7 +1672,9 @@ msgstr "Spessore degli strati inferiori" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "Indica lo spessore degli strati inferiori nella stampa. Questo valore diviso per la l’altezza dello strato definisce il numero degli strati inferiori." #: fdmprinter.def.json @@ -1421,7 +1684,9 @@ msgstr "Strati inferiori" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Indica il numero degli strati inferiori. Quando calcolato mediante lo spessore dello strato inferiore, il valore viene arrotondato a numero intero." #: fdmprinter.def.json @@ -1431,8 +1696,11 @@ msgstr "Layer inferiori iniziali" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." -msgstr "Il numero di layer inferiori iniziali, dal piano di stampa verso l'alto. Quando viene calcolato mediante lo spessore inferiore, questo valore viene arrotondato a un numero intero." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." +msgstr "Il numero di layer inferiori iniziali, dal piano di stampa verso l'alto. Quando viene calcolato mediante lo spessore inferiore, questo valore viene arrotondato" +" a un numero intero." #: fdmprinter.def.json msgctxt "top_bottom_pattern label" @@ -1491,8 +1759,14 @@ msgstr "Collega poligoni superiori/inferiori" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Collega i percorsi del rivestimento esterno superiore/inferiore quando corrono uno accanto all’altro. Per le configurazioni concentriche, l’abilitazione di questa impostazione riduce notevolmente il tempo di spostamento, tuttavia poiché i collegamenti possono aver luogo a metà del riempimento, con questa funzione la qualità della superficie superiore potrebbe risultare inferiore." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Collega i percorsi del rivestimento esterno superiore/inferiore quando corrono uno accanto all’altro. Per le configurazioni concentriche, l’abilitazione" +" di questa impostazione riduce notevolmente il tempo di spostamento, tuttavia poiché i collegamenti possono aver luogo a metà del riempimento, con questa" +" funzione la qualità della superficie superiore potrebbe risultare inferiore." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1501,8 +1775,12 @@ msgstr "Ordine superiore/inferiore monotonico" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Stampa linee superiori/inferiori in un ordine che ne causa sempre la sovrapposizione con le linee adiacenti in un singola direzione. Questa operazione richiede un tempo di stampa leggermente superiore ma rende l'aspetto delle superfici piane più uniforme." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Stampa linee superiori/inferiori in un ordine che ne causa sempre la sovrapposizione con le linee adiacenti in un singola direzione. Questa operazione" +" richiede un tempo di stampa leggermente superiore ma rende l'aspetto delle superfici piane più uniforme." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1511,8 +1789,17 @@ msgstr "Direzioni delle linee superiori/inferiori" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Un elenco di direzioni linee intere da usare quando gli strati superiori/inferiori utilizzano le linee o la configurazione zig zag. Gli elementi dall’elenco sono utilizzati in sequenza con il progredire degli strati e, al raggiungimento della fine dell’elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l’intero elenco è racchiuso tra parentesi quadre. L’elenco predefinito è vuoto, vale a dire che utilizza i valori angolari predefiniti (45 e 135 gradi)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Un elenco di direzioni linee intere da usare quando gli strati superiori/inferiori utilizzano le linee o la configurazione zig zag. Gli elementi dall’elenco" +" sono utilizzati in sequenza con il progredire degli strati e, al raggiungimento della fine dell’elenco, la sequenza ricomincia dall’inizio. Le voci elencate" +" sono separate da virgole e l’intero elenco è racchiuso tra parentesi quadre. L’elenco predefinito è vuoto, vale a dire che utilizza i valori angolari" +" predefiniti (45 e 135 gradi)." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1521,8 +1808,15 @@ msgstr "Nessun rivest. est. negli interstizi a Z" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Quando il modello presenta piccoli spazi vuoti verticali composti da un numero ridotto di strati, intorno a questi strati di norma dovrebbe essere presente un rivestimento esterno nell'interstizio. Abilitare questa impostazione per non generare il rivestimento esterno se l'interstizio verticale è molto piccolo. Ciò consente di migliorare il tempo di stampa e il tempo di sezionamento, ma dal punto di vista tecnico lascia il riempimento esposto all'aria." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Quando il modello presenta piccoli spazi vuoti verticali composti da un numero ridotto di strati, intorno a questi strati di norma dovrebbe essere presente" +" un rivestimento esterno nell'interstizio. Abilitare questa impostazione per non generare il rivestimento esterno se l'interstizio verticale è molto piccolo." +" Ciò consente di migliorare il tempo di stampa e il tempo di sezionamento, ma dal punto di vista tecnico lascia il riempimento esposto all'aria." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1531,8 +1825,12 @@ msgstr "Numero di pareti di rivestimento esterno supplementari" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. L’utilizzo di una o due linee migliora le parti superiori (tetti) che iniziano sul materiale di riempimento." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. L’utilizzo di una o due linee" +" migliora le parti superiori (tetti) che iniziano sul materiale di riempimento." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1541,8 +1839,14 @@ msgstr "Abilita stiratura" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Andare ancora una volta sulla superficie superiore, questa volta estrudendo una piccolissima quantità di materiale. Lo scopo è quello di sciogliere ulteriormente la plastica sulla parte superiore, creando una superficie più liscia. La pressione nella camera dell'ugello viene mantenuta elevata, in modo che le grinze nella superficie siano riempite con il materiale." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Andare ancora una volta sulla superficie superiore, questa volta estrudendo una piccolissima quantità di materiale. Lo scopo è quello di sciogliere ulteriormente" +" la plastica sulla parte superiore, creando una superficie più liscia. La pressione nella camera dell'ugello viene mantenuta elevata, in modo che le grinze" +" nella superficie siano riempite con il materiale." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1551,8 +1855,11 @@ msgstr "Stiramento del solo strato più elevato" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." -msgstr "Effettua lo stiramento solo dell'ultimissimo strato della maglia. È possibile quindi risparmiare tempo se gli strati inferiori non richiedono una finitura con superficie liscia." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." +msgstr "Effettua lo stiramento solo dell'ultimissimo strato della maglia. È possibile quindi risparmiare tempo se gli strati inferiori non richiedono una finitura" +" con superficie liscia." #: fdmprinter.def.json msgctxt "ironing_pattern label" @@ -1581,8 +1888,12 @@ msgstr "Ordine di stiratura monotonico" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Stampa linee di stiratura in un ordine che ne causa sempre la sovrapposizione con le linee adiacenti in un singola direzione. Questa operazione richiede un tempo di stampa leggermente superiore ma rende l'aspetto delle superfici piane più uniforme." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Stampa linee di stiratura in un ordine che ne causa sempre la sovrapposizione con le linee adiacenti in un singola direzione. Questa operazione richiede" +" un tempo di stampa leggermente superiore ma rende l'aspetto delle superfici piane più uniforme." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1601,8 +1912,14 @@ msgstr "Flusso di stiratura" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "Quantità di materiale, relativo ad una normale linea del rivestimento, da estrudere durante la stiratura. Mantenere l'ugello pieno aiuta a riempire alcune delle fessure presenti sulla superficie superiore, ma una quantità eccessiva comporta un'estrusione eccessiva con conseguente puntinatura sui lati della superficie." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "Quantità di materiale, relativo ad una normale linea del rivestimento, da estrudere durante la stiratura. Mantenere l'ugello pieno aiuta a riempire alcune" +" delle fessure presenti sulla superficie superiore, ma una quantità eccessiva comporta un'estrusione eccessiva con conseguente puntinatura sui lati della" +" superficie." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1611,8 +1928,11 @@ msgstr "Inserto di stiratura" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." -msgstr "Distanza da mantenere dai bordi del modello. La stiratura fino in fondo sino al bordo del reticolo può causare la formazione di un bordo frastagliato nella stampa." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." +msgstr "Distanza da mantenere dai bordi del modello. La stiratura fino in fondo sino al bordo del reticolo può causare la formazione di un bordo frastagliato nella" +" stampa." #: fdmprinter.def.json msgctxt "speed_ironing label" @@ -1651,8 +1971,19 @@ msgstr "Percentuale di sovrapposizione del rivestimento esterno" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Regolare l’entità della sovrapposizione tra le pareti e (i punti finali delle) linee centrali del rivestimento esterno espressa in percentuale delle larghezze delle linee del rivestimento esterno. Una leggera sovrapposizione consente alle pareti di essere saldamente collegate al rivestimento. Si noti che, data una larghezza uguale del rivestimento esterno e della linea perimetrale, qualsiasi percentuale superiore al 50% può già causare il superamento della parete da parte del rivestimento esterno in quanto, in quel punto, la posizione dell’ugello dell’estrusore del rivestimento esterno può già avere superato la parte centrale della parete." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Regolare l’entità della sovrapposizione tra le pareti e (i punti finali delle) linee centrali del rivestimento esterno espressa in percentuale delle larghezze" +" delle linee del rivestimento esterno. Una leggera sovrapposizione consente alle pareti di essere saldamente collegate al rivestimento. Si noti che, data" +" una larghezza uguale del rivestimento esterno e della linea perimetrale, qualsiasi percentuale superiore al 50% può già causare il superamento della parete" +" da parte del rivestimento esterno in quanto, in quel punto, la posizione dell’ugello dell’estrusore del rivestimento esterno può già avere superato la" +" parte centrale della parete." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1661,8 +1992,17 @@ msgstr "Sovrapposizione del rivestimento esterno" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Regolare l’entità della sovrapposizione tra le pareti e (i punti finali delle) linee centrali del rivestimento esterno. Una leggera sovrapposizione consente alle pareti di essere saldamente collegate al rivestimento. Si noti che, data una larghezza uguale del rivestimento esterno e della linea perimetrale, qualsiasi percentuale superiore alla metà della parete può già causare il superamento della parete da parte del rivestimento esterno in quanto, in quel punto, la posizione dell’ugello dell’estrusore del rivestimento esterno può già aver superato la parte centrale della parete." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Regolare l’entità della sovrapposizione tra le pareti e (i punti finali delle) linee centrali del rivestimento esterno. Una leggera sovrapposizione consente" +" alle pareti di essere saldamente collegate al rivestimento. Si noti che, data una larghezza uguale del rivestimento esterno e della linea perimetrale," +" qualsiasi percentuale superiore alla metà della parete può già causare il superamento della parete da parte del rivestimento esterno in quanto, in quel" +" punto, la posizione dell’ugello dell’estrusore del rivestimento esterno può già aver superato la parte centrale della parete." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1671,8 +2011,13 @@ msgstr "Larghezza rimozione rivestimento" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "Larghezza massima delle aree di rivestimento che è possibile rimuovere. Ogni area di rivestimento più piccola di questo valore verrà eliminata. Questo può aiutare a limitare il tempo e il materiale necessari per la stampa del rivestimento superiore/inferiore sulle superfici inclinate del modello." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "Larghezza massima delle aree di rivestimento che è possibile rimuovere. Ogni area di rivestimento più piccola di questo valore verrà eliminata. Questo" +" può aiutare a limitare il tempo e il materiale necessari per la stampa del rivestimento superiore/inferiore sulle superfici inclinate del modello." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1681,8 +2026,13 @@ msgstr "Larghezza rimozione rivestimento superiore" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "Larghezza massima delle aree di rivestimento superiore che è possibile rimuovere. Ogni area di rivestimento più piccola di questo valore verrà eliminata. Questo può aiutare a limitare il tempo e il materiale necessari per la stampa del rivestimento superiore sulle superfici inclinate del modello." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "Larghezza massima delle aree di rivestimento superiore che è possibile rimuovere. Ogni area di rivestimento più piccola di questo valore verrà eliminata." +" Questo può aiutare a limitare il tempo e il materiale necessari per la stampa del rivestimento superiore sulle superfici inclinate del modello." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1691,8 +2041,13 @@ msgstr "Larghezza rimozione rivestimento inferiore" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "Larghezza massima delle aree di rivestimento inferiore che è possibile rimuovere. Ogni area di rivestimento più piccola di questo valore verrà eliminata. Questo può aiutare a limitare il tempo e il materiale necessari per la stampa del rivestimento inferiore sulle superfici inclinate del modello." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "Larghezza massima delle aree di rivestimento inferiore che è possibile rimuovere. Ogni area di rivestimento più piccola di questo valore verrà eliminata." +" Questo può aiutare a limitare il tempo e il materiale necessari per la stampa del rivestimento inferiore sulle superfici inclinate del modello." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1701,8 +2056,12 @@ msgstr "Distanza prolunga rivestimento esterno" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "Distanza per cui i rivestimenti si estendono nel riempimento. Valori maggiori migliorano l'aderenza del rivestimento al riempimento e consentono una migliore aderenza al rivestimento delle pareti degli strati adiacenti. Valori minori consentono di risparmiare sul materiale utilizzato." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "Distanza per cui i rivestimenti si estendono nel riempimento. Valori maggiori migliorano l'aderenza del rivestimento al riempimento e consentono una migliore" +" aderenza al rivestimento delle pareti degli strati adiacenti. Valori minori consentono di risparmiare sul materiale utilizzato." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1711,8 +2070,13 @@ msgstr "Distanza prolunga rivestimento superiore" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "Distanza per cui i rivestimenti superiori si estendono nel riempimento. Valori maggiori migliorano l'aderenza del rivestimento al riempimento e consentono una migliore aderenza al rivestimento delle pareti dello strato superiore. Valori minori consentono di risparmiare sul materiale utilizzato." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "Distanza per cui i rivestimenti superiori si estendono nel riempimento. Valori maggiori migliorano l'aderenza del rivestimento al riempimento e consentono" +" una migliore aderenza al rivestimento delle pareti dello strato superiore. Valori minori consentono di risparmiare sul materiale utilizzato." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1721,8 +2085,13 @@ msgstr "Distanza prolunga rivestimento inferiore" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "Distanza per cui i rivestimenti inferiori si estendono nel riempimento. Valori maggiori migliorano l'aderenza del rivestimento al riempimento e consentono una migliore aderenza al rivestimento delle pareti dello strato inferiore. Valori minori consentono di risparmiare sul materiale utilizzato." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "Distanza per cui i rivestimenti inferiori si estendono nel riempimento. Valori maggiori migliorano l'aderenza del rivestimento al riempimento e consentono" +" una migliore aderenza al rivestimento delle pareti dello strato inferiore. Valori minori consentono di risparmiare sul materiale utilizzato." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1731,8 +2100,17 @@ msgstr "Angolo massimo rivestimento esterno per prolunga" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "Nelle superfici superiore e/o inferiore dell'oggetto con un angolo più grande di questa impostazione, il rivestimento esterno non sarà prolungato. Questo evita il prolungamento delle aree del rivestimento esterno strette che vengono create quando la pendenza della superficie del modello è quasi verticale. Un angolo di 0° è orizzontale e non causa il prolungamento di alcun rivestimento esterno, mentre un angolo di 90° è verticale e causa il prolungamento di tutto il rivestimento esterno." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "Nelle superfici superiore e/o inferiore dell'oggetto con un angolo più grande di questa impostazione, il rivestimento esterno non sarà prolungato. Questo" +" evita il prolungamento delle aree del rivestimento esterno strette che vengono create quando la pendenza della superficie del modello è quasi verticale." +" Un angolo di 0° è orizzontale e non causa il prolungamento di alcun rivestimento esterno, mentre un angolo di 90° è verticale e causa il prolungamento" +" di tutto il rivestimento esterno." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1741,8 +2119,12 @@ msgstr "Larghezza minima rivestimento esterno per prolunga" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Le aree del rivestimento esterno inferiori a questa non vengono prolungate. In tal modo si evita di prolungare le aree del rivestimento esterno strette che vengono create quando la superficie del modello presenta un’inclinazione quasi verticale." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Le aree del rivestimento esterno inferiori a questa non vengono prolungate. In tal modo si evita di prolungare le aree del rivestimento esterno strette" +" che vengono create quando la superficie del modello presenta un’inclinazione quasi verticale." #: fdmprinter.def.json msgctxt "infill label" @@ -1761,7 +2143,8 @@ msgstr "Estrusore riempimento" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "Treno estrusore utilizzato per stampare il riempimento. Si utilizza nell'estrusione multipla." #: fdmprinter.def.json @@ -1781,8 +2164,11 @@ msgstr "Distanza tra le linee di riempimento" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." -msgstr "Indica la distanza tra le linee di riempimento stampate. Questa impostazione viene calcolata mediante la densità del riempimento e la larghezza della linea di riempimento." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." +msgstr "Indica la distanza tra le linee di riempimento stampate. Questa impostazione viene calcolata mediante la densità del riempimento e la larghezza della linea" +" di riempimento." #: fdmprinter.def.json msgctxt "infill_pattern label" @@ -1791,8 +2177,18 @@ msgstr "Configurazione di riempimento" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Configurazione del materiale di riempimento della stampa. Il riempimento a linea e a zig zag cambia direzione su strati alternati, riducendo il costo del materiale. Le configurazioni a griglia, a triangolo, tri-esagonali, cubiche, ottagonali, a quarto di cubo, incrociate e concentriche sono stampate completamente su ogni strato. Le configurazioni gyroid, cubiche, a quarto di cubo e ottagonali variano per ciascuno strato per garantire una più uniforme distribuzione della forza in ogni direzione. Il riempimento fulmine cerca di minimizzare il riempimento, supportando solo la parte superiore dell'oggetto." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "Configurazione del materiale di riempimento della stampa. Il riempimento a linea e a zig zag cambia direzione su strati alternati, riducendo il costo del" +" materiale. Le configurazioni a griglia, a triangolo, tri-esagonali, cubiche, ottagonali, a quarto di cubo, incrociate e concentriche sono stampate completamente" +" su ogni strato. Le configurazioni gyroid, cubiche, a quarto di cubo e ottagonali variano per ciascuno strato per garantire una più uniforme distribuzione" +" della forza in ogni direzione. Il riempimento fulmine cerca di minimizzare il riempimento, supportando solo la parte superiore dell'oggetto." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1871,8 +2267,15 @@ msgstr "Collegamento delle linee di riempimento" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Collegare le estremità nel punto in cui il riempimento incontra la parete interna utilizzando una linea che segue la forma della parete interna. L'abilitazione di questa impostazione può far meglio aderire il riempimento alle pareti riducendo nel contempo gli effetti del riempimento sulla qualità delle superfici verticali. La disabilitazione di questa impostazione consente di ridurre la quantità di materiale utilizzato." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Collegare le estremità nel punto in cui il riempimento incontra la parete interna utilizzando una linea che segue la forma della parete interna. L'abilitazione" +" di questa impostazione può far meglio aderire il riempimento alle pareti riducendo nel contempo gli effetti del riempimento sulla qualità delle superfici" +" verticali. La disabilitazione di questa impostazione consente di ridurre la quantità di materiale utilizzato." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1881,8 +2284,12 @@ msgstr "Collega poligoni di riempimento" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Collega i percorsi di riempimento quando corrono uno accanto all’altro. Per le configurazioni di riempimento composte da più poligoni chiusi, l’abilitazione di questa impostazione riduce notevolmente il tempo di spostamento." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Collega i percorsi di riempimento quando corrono uno accanto all’altro. Per le configurazioni di riempimento composte da più poligoni chiusi, l’abilitazione" +" di questa impostazione riduce notevolmente il tempo di spostamento." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1891,8 +2298,17 @@ msgstr "Direzioni delle linee di riempimento" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Un elenco di direzioni linee intere. Gli elementi dall’elenco sono utilizzati in sequenza con il progredire degli strati e, al raggiungimento della fine dell’elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l’intero elenco è racchiuso tra parentesi quadre. L’elenco predefinito è vuoto, vale a dire che utilizza i valori angolari predefiniti (45 e 135 gradi per le linee e la configurazione zig zag e 45 gradi per tutte le altre configurazioni)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Un elenco di direzioni linee intere. Gli elementi dall’elenco sono utilizzati in sequenza con il progredire degli strati e, al raggiungimento della fine" +" dell’elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l’intero elenco è racchiuso tra parentesi quadre. L’elenco" +" predefinito è vuoto, vale a dire che utilizza i valori angolari predefiniti (45 e 135 gradi per le linee e la configurazione zig zag e 45 gradi per tutte" +" le altre configurazioni)." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1921,8 +2337,12 @@ msgstr "Avvio con riempimento casuale" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." -msgstr "Decidere in modo casuale quale sarà la linea di riempimento ad essere stampata per prima. In tal modo si evita che un segmento diventi il più resistente sebbene si esegua uno spostamento aggiuntivo." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." +msgstr "Decidere in modo casuale quale sarà la linea di riempimento ad essere stampata per prima. In tal modo si evita che un segmento diventi il più resistente" +" sebbene si esegua uno spostamento aggiuntivo." #: fdmprinter.def.json msgctxt "infill_multiplier label" @@ -1931,8 +2351,12 @@ msgstr "Moltiplicatore delle linee di riempimento" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Converte ogni linea di riempimento in questo numero di linee. Le linee supplementari non si incrociano tra loro, ma si evitano. In tal modo il riempimento risulta più rigido, ma il tempo di stampa e la quantità di materiale aumentano." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Converte ogni linea di riempimento in questo numero di linee. Le linee supplementari non si incrociano tra loro, ma si evitano. In tal modo il riempimento" +" risulta più rigido, ma il tempo di stampa e la quantità di materiale aumentano." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1942,11 +2366,16 @@ msgstr "Conteggio pareti di riempimento supplementari" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Aggiunge pareti supplementari intorno alla zona di riempimento. Queste pareti possono ridurre l’abbassamento delle linee del rivestimento esterno superiore/inferiore, pertanto saranno necessari meno strati di rivestimento esterno superiore/inferiore per ottenere la stessa qualità al costo del materiale supplementare.\n" -"Questa funzione può essere abbinata a Collega poligoni riempimento per collegare tutto il riempimento in un unico percorso di estrusione senza necessità di avanzamenti o arretramenti, se configurata correttamente." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Aggiunge pareti supplementari intorno alla zona di riempimento. Queste pareti possono ridurre l’abbassamento delle linee del rivestimento esterno superiore/inferiore," +" pertanto saranno necessari meno strati di rivestimento esterno superiore/inferiore per ottenere la stessa qualità al costo del materiale supplementare.\nQuesta" +" funzione può essere abbinata a Collega poligoni riempimento per collegare tutto il riempimento in un unico percorso di estrusione senza necessità di avanzamenti" +" o arretramenti, se configurata correttamente." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1955,8 +2384,13 @@ msgstr "Guscio suddivisione in cubi" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Un aggiunta al raggio dal centro di ciascun cubo per controllare il contorno del modello, per decidere se questo cubo deve essere suddiviso. Valori maggiori comportano un guscio più spesso di cubi piccoli vicino al contorno del modello." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Un aggiunta al raggio dal centro di ciascun cubo per controllare il contorno del modello, per decidere se questo cubo deve essere suddiviso. Valori maggiori" +" comportano un guscio più spesso di cubi piccoli vicino al contorno del modello." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1965,8 +2399,12 @@ msgstr "Percentuale di sovrapposizione del riempimento" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." -msgstr "Indica la quantità di sovrapposizione tra il riempimento e le pareti come percentuale della larghezza della linea di riempimento. Una leggera sovrapposizione consente il saldo collegamento delle pareti al riempimento." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." +msgstr "Indica la quantità di sovrapposizione tra il riempimento e le pareti come percentuale della larghezza della linea di riempimento. Una leggera sovrapposizione" +" consente il saldo collegamento delle pareti al riempimento." #: fdmprinter.def.json msgctxt "infill_overlap_mm label" @@ -1975,7 +2413,9 @@ msgstr "Sovrapposizione del riempimento" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "Indica la quantità di sovrapposizione tra il riempimento e le pareti. Una leggera sovrapposizione consente il saldo collegamento delle pareti al riempimento." #: fdmprinter.def.json @@ -1985,8 +2425,12 @@ msgstr "Distanza del riempimento" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "Indica la distanza di uno spostamento inserito dopo ogni linea di riempimento, per determinare una migliore adesione del riempimento alle pareti. Questa opzione è simile alla sovrapposizione del riempimento, ma senza estrusione e solo su una estremità della linea di riempimento." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "Indica la distanza di uno spostamento inserito dopo ogni linea di riempimento, per determinare una migliore adesione del riempimento alle pareti. Questa" +" opzione è simile alla sovrapposizione del riempimento, ma senza estrusione e solo su una estremità della linea di riempimento." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1995,8 +2439,11 @@ msgstr "Spessore dello strato di riempimento" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." -msgstr "Indica lo spessore per strato di materiale di riempimento. Questo valore deve sempre essere un multiplo dell’altezza dello strato e in caso contrario viene arrotondato." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." +msgstr "Indica lo spessore per strato di materiale di riempimento. Questo valore deve sempre essere un multiplo dell’altezza dello strato e in caso contrario viene" +" arrotondato." #: fdmprinter.def.json msgctxt "gradual_infill_steps label" @@ -2005,8 +2452,12 @@ msgstr "Fasi di riempimento graduale" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "Indica il numero di volte per dimezzare la densità del riempimento quando si va al di sotto degli strati superiori. Le aree più vicine agli strati superiori avranno una densità maggiore, fino alla densità del riempimento." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "Indica il numero di volte per dimezzare la densità del riempimento quando si va al di sotto degli strati superiori. Le aree più vicine agli strati superiori" +" avranno una densità maggiore, fino alla densità del riempimento." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2015,7 +2466,8 @@ msgstr "Altezza fasi di riempimento graduale" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "Indica l’altezza di riempimento di una data densità prima di passare a metà densità." #: fdmprinter.def.json @@ -2025,8 +2477,14 @@ msgstr "Riempimento prima delle pareti" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Stampa il riempimento prima delle pareti. La stampa preliminare delle pareti può avere come risultato pareti più precise, ma sbalzi di stampa peggiori. La stampa preliminare del riempimento produce pareti più robuste, anche se a volte la configurazione (o pattern) di riempimento potrebbe risultare visibile attraverso la superficie." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Stampa il riempimento prima delle pareti. La stampa preliminare delle pareti può avere come risultato pareti più precise, ma sbalzi di stampa peggiori." +" La stampa preliminare del riempimento produce pareti più robuste, anche se a volte la configurazione (o pattern) di riempimento potrebbe risultare visibile" +" attraverso la superficie." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2045,8 +2503,12 @@ msgstr "Supporto riempimento" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Stampare le strutture di riempimento solo laddove è necessario supportare le sommità del modello. L'abilitazione di questa funzione riduce il tempo di stampa e l'utilizzo del materiale, ma comporta una disuniforme resistenza dell'oggetto." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Stampare le strutture di riempimento solo laddove è necessario supportare le sommità del modello. L'abilitazione di questa funzione riduce il tempo di" +" stampa e l'utilizzo del materiale, ma comporta una disuniforme resistenza dell'oggetto." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2055,8 +2517,12 @@ msgstr "Angolo di sbalzo del riempimento" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." -msgstr "L'angolo minimo degli sbalzi interni per il quale viene aggiunto il riempimento. Per un valore corrispondente a 0°, gli oggetti sono completamente riempiti di materiale, per un valore corrispondente a 90° non è previsto riempimento." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." +msgstr "L'angolo minimo degli sbalzi interni per il quale viene aggiunto il riempimento. Per un valore corrispondente a 0°, gli oggetti sono completamente riempiti" +" di materiale, per un valore corrispondente a 90° non è previsto riempimento." #: fdmprinter.def.json msgctxt "skin_edge_support_thickness label" @@ -2085,7 +2551,9 @@ msgstr "Angolo di supporto riempimento fulmine" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Determina quando uno strato di riempimento fulmine deve supportare il materiale sopra di esso. Misurato nell'angolo dato lo stesso di uno strato." #: fdmprinter.def.json @@ -2095,7 +2563,9 @@ msgstr "Angolo di sbalzo riempimento fulmine" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Determina quando uno strato di riempimento fulmine deve supportare il modello sopra di esso. Misurato nell'angolo dato lo spessore." #: fdmprinter.def.json @@ -2105,8 +2575,11 @@ msgstr "Angolo eliminazione riempimento fulmine" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." -msgstr "I punti finali delle linee di riempimento vengono accorciati per risparmiare sul materiale. Questa impostazione è l'angolo di sbalzo dei punti finali di queste linee." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." +msgstr "I punti finali delle linee di riempimento vengono accorciati per risparmiare sul materiale. Questa impostazione è l'angolo di sbalzo dei punti finali di" +" queste linee." #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle label" @@ -2115,8 +2588,11 @@ msgstr "Angolo di raddrizzatura riempimento fulmine" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." -msgstr "Le linee di riempimento vengono raddrizzate per risparmiare sul tempo di stampa. Questo è l'angolo di sbalzo massimo consentito sulla lunghezza della linea di riempimento." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." +msgstr "Le linee di riempimento vengono raddrizzate per risparmiare sul tempo di stampa. Questo è l'angolo di sbalzo massimo consentito sulla lunghezza della linea" +" di riempimento." #: fdmprinter.def.json msgctxt "material label" @@ -2135,8 +2611,12 @@ msgstr "Temperatura di stampa preimpostata" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "La temperatura preimpostata utilizzata per la stampa. Deve essere la temperatura “base” di un materiale. Tutte le altre temperature di stampa devono usare scostamenti basati su questo valore" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "La temperatura preimpostata utilizzata per la stampa. Deve essere la temperatura “base” di un materiale. Tutte le altre temperature di stampa devono usare" +" scostamenti basati su questo valore" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2145,7 +2625,9 @@ msgstr "Temperatura volume di stampa" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "La temperatura dell'ambiente in cui stampare. Se il valore è 0, la temperatura del volume di stampa non verrà regolata." #: fdmprinter.def.json @@ -2165,7 +2647,9 @@ msgstr "Temperatura di stampa Strato iniziale" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "Indica la temperatura usata per la stampa del primo strato. Impostare a 0 per disabilitare la manipolazione speciale dello strato iniziale." #: fdmprinter.def.json @@ -2175,7 +2659,9 @@ msgstr "Temperatura di stampa iniziale" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "La temperatura minima durante il riscaldamento fino alla temperatura alla quale può già iniziare la stampa." #: fdmprinter.def.json @@ -2185,7 +2671,9 @@ msgstr "Temperatura di stampa finale" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "La temperatura alla quale può già iniziare il raffreddamento prima della fine della stampa." #: fdmprinter.def.json @@ -2195,8 +2683,11 @@ msgstr "Modificatore della velocità di raffreddamento estrusione" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." -msgstr "Indica l'incremento di velocità di raffreddamento dell'ugello in fase di estrusione. Lo stesso valore viene usato per indicare la perdita di velocità di riscaldamento durante il riscaldamento in fase di estrusione." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." +msgstr "Indica l'incremento di velocità di raffreddamento dell'ugello in fase di estrusione. Lo stesso valore viene usato per indicare la perdita di velocità di" +" riscaldamento durante il riscaldamento in fase di estrusione." #: fdmprinter.def.json msgctxt "default_material_bed_temperature label" @@ -2205,8 +2696,12 @@ msgstr "Temperatura piano di stampa preimpostata" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "La temperatura preimpostata utilizzata per il piano di stampa. Deve essere la temperatura “base” di un piano di stampa. Tutte le altre temperature di stampa devono usare scostamenti basati su questo valore" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "La temperatura preimpostata utilizzata per il piano di stampa. Deve essere la temperatura “base” di un piano di stampa. Tutte le altre temperature di stampa" +" devono usare scostamenti basati su questo valore" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2215,7 +2710,9 @@ msgstr "Temperatura piano di stampa" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "Indica la temperatura utilizzata per il piano di stampa riscaldato. Se questo valore è 0, il piano di stampa viene lasciato non riscaldato." #: fdmprinter.def.json @@ -2225,8 +2722,11 @@ msgstr "Temperatura piano di stampa Strato iniziale" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." -msgstr "Indica la temperatura usata per il piano di stampa riscaldato per il primo strato. Se questo valore è 0, il piano di stampa viene lasciato non riscaldato per il primo strato." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." +msgstr "Indica la temperatura usata per il piano di stampa riscaldato per il primo strato. Se questo valore è 0, il piano di stampa viene lasciato non riscaldato" +" per il primo strato." #: fdmprinter.def.json msgctxt "material_adhesion_tendency label" @@ -2255,28 +2755,34 @@ msgstr "Fattore di scala per la compensazione della contrazione" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Per compensare la contrazione del materiale durante il raffreddamento, il modello sarà scalato con questo fattore." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Fattore di scala orizzontale per la compensazione della contrazione" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Per compensare la contrazione del materiale durante il raffreddamento, il modello sarà scalato con questo fattore nella direzione XY (orizzontalmente)." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Fattore di scala verticale per la compensazione della contrazione" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Per compensare la contrazione del materiale durante il raffreddamento, il modello sarà scalato con questo fattore nella direzione Z (verticalmente)." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2285,8 +2791,12 @@ msgstr "Materiale cristallino" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" -msgstr "Questo tipo di materiale è quello che si stacca in modo netto quando viene riscaldato (cristallino) oppure è il tipo che produce lunghe catene di polimeri intrecciati (non cristallino)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" +msgstr "Questo tipo di materiale è quello che si stacca in modo netto quando viene riscaldato (cristallino) oppure è il tipo che produce lunghe catene di polimeri" +" intrecciati (non cristallino)?" #: fdmprinter.def.json msgctxt "material_anti_ooze_retracted_position label" @@ -2305,7 +2815,9 @@ msgstr "Velocità di retrazione anti fuoriuscita del materiale" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "La velocità a cui deve essere retratto il materiale durante un cambio di filamento per evitare la fuoriuscita di materiale." #: fdmprinter.def.json @@ -2325,7 +2837,9 @@ msgstr "Velocità di retrazione prima della rottura" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "La velocità massima di retrazione del filamento prima che si rompa durante questa operazione." #: fdmprinter.def.json @@ -2335,7 +2849,9 @@ msgstr "Temperatura di preparazione alla rottura" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "La temperatura utilizzata per scaricare il materiale. deve essere più o meno uguale alla massima temperatura di stampa possibile." #: fdmprinter.def.json @@ -2355,7 +2871,8 @@ msgstr "Velocità di retrazione per la rottura" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "La velocità alla quale retrarre il filamento al fine di romperlo in modo netto." #: fdmprinter.def.json @@ -2385,7 +2902,9 @@ msgstr "Lunghezza di svuotamento dello scarico" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "Quantità di materiale da utilizzare per svuotare il materiale precedente dall'ugello (in lunghezza del filamento) quando si passa a un materiale diverso." #: fdmprinter.def.json @@ -2395,7 +2914,9 @@ msgstr "Velocità di svuotamento di fine filamento" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "Velocità di adescamento del materiale dopo la sostituzione di una bobina vuota con una nuova dello stesso materiale." #: fdmprinter.def.json @@ -2405,8 +2926,12 @@ msgstr "Lunghezza di svuotamento di fine filamento" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "Quantità di materiale da utilizzare per svuotare il materiale precedente dall'ugello (in lunghezza del filamento) durante la sostituzione di una bobina vuota con una nuova dello stesso materiale." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "Quantità di materiale da utilizzare per svuotare il materiale precedente dall'ugello (in lunghezza del filamento) durante la sostituzione di una bobina" +" vuota con una nuova dello stesso materiale." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2425,8 +2950,12 @@ msgstr "Fattore di spostamento senza carico" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Fattore indicante la quantità di filamento che viene compressa tra l'alimentatore e la camera dell'ugello, usato per stabilire a quale distanza spostare il materiale per un cambio di filamento." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Fattore indicante la quantità di filamento che viene compressa tra l'alimentatore e la camera dell'ugello, usato per stabilire a quale distanza spostare" +" il materiale per un cambio di filamento." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2435,7 +2964,9 @@ msgstr "Flusso" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Determina la compensazione del flusso: la quantità di materiale estruso viene moltiplicata per questo valore." #: fdmprinter.def.json @@ -2465,7 +2996,8 @@ msgstr "Flusso pareti interne" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "Compensazione del flusso sulle linee perimetrali per tutte le linee perimetrali tranne quella più esterna." #: fdmprinter.def.json @@ -2565,7 +3097,9 @@ msgstr "Flusso dello strato iniziale" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Determina la compensazione del flusso per il primo strato: la quantità di materiale estruso sullo strato iniziale viene moltiplicata per questo valore." #: fdmprinter.def.json @@ -2575,7 +3109,9 @@ msgstr "Temperatura di Standby" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "Indica la temperatura dell'ugello quando un altro ugello è attualmente in uso per la stampa." #: fdmprinter.def.json @@ -2625,8 +3161,14 @@ msgstr "Velocità di stampa della parete esterna" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "Indica la velocità alla quale vengono stampate le pareti più esterne. La stampa della parete esterna ad una velocità inferiore migliora la qualità finale del rivestimento. Tuttavia, una grande differenza tra la velocità di stampa della parete interna e quella della parete esterna avrà effetti negativi sulla qualità." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "Indica la velocità alla quale vengono stampate le pareti più esterne. La stampa della parete esterna ad una velocità inferiore migliora la qualità finale" +" del rivestimento. Tuttavia, una grande differenza tra la velocità di stampa della parete interna e quella della parete esterna avrà effetti negativi sulla" +" qualità." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2635,8 +3177,13 @@ msgstr "Velocità di stampa della parete interna" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "Indica la velocità alla quale vengono stampate tutte le pareti interne. La stampa della parete interna eseguita più velocemente di quella della parete esterna consentirà di ridurre il tempo di stampa. Si consiglia di impostare questo parametro ad un valore intermedio tra la velocità della parete esterna e quella di riempimento." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "Indica la velocità alla quale vengono stampate tutte le pareti interne. La stampa della parete interna eseguita più velocemente di quella della parete" +" esterna consentirà di ridurre il tempo di stampa. Si consiglia di impostare questo parametro ad un valore intermedio tra la velocità della parete esterna" +" e quella di riempimento." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2665,8 +3212,12 @@ msgstr "Velocità di stampa del supporto" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "Indica la velocità alla quale viene stampata la struttura di supporto. La stampa della struttura di supporto a velocità elevate può ridurre considerevolmente i tempi di stampa. La qualità superficiale della struttura di supporto di norma non riveste grande importanza in quanto viene rimossa dopo la stampa." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "Indica la velocità alla quale viene stampata la struttura di supporto. La stampa della struttura di supporto a velocità elevate può ridurre considerevolmente" +" i tempi di stampa. La qualità superficiale della struttura di supporto di norma non riveste grande importanza in quanto viene rimossa dopo la stampa." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2675,7 +3226,9 @@ msgstr "Velocità di riempimento del supporto" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "Indica la velocità alla quale viene stampato il riempimento del supporto. La stampa del riempimento a velocità inferiori migliora la stabilità." #: fdmprinter.def.json @@ -2685,7 +3238,9 @@ msgstr "Velocità interfaccia supporto" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "Velocità alla quale vengono stampate le parti superiori e inferiori del supporto. La loro stampa a velocità inferiori può migliorare la qualità dello sbalzo." #: fdmprinter.def.json @@ -2695,7 +3250,9 @@ msgstr "Velocità di stampa della parte superiore (tetto) del supporto" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "Velocità alla quale vengono stampate le parti superiori del supporto. La loro stampa a velocità inferiori può migliorare la qualità dello sbalzo." #: fdmprinter.def.json @@ -2705,8 +3262,11 @@ msgstr "Velocità di stampa della parte inferiore del supporto" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." -msgstr "Velocità alla quale viene stampata la parte inferiore del supporto. La stampa ad una velocità inferiore può migliorare l'adesione del supporto nella parte superiore del modello." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." +msgstr "Velocità alla quale viene stampata la parte inferiore del supporto. La stampa ad una velocità inferiore può migliorare l'adesione del supporto nella parte" +" superiore del modello." #: fdmprinter.def.json msgctxt "speed_prime_tower label" @@ -2715,8 +3275,12 @@ msgstr "Velocità della torre di innesco" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." -msgstr "Indica la velocità alla quale è stampata la torre di innesco. La stampa della torre di innesco a una velocità inferiore può renderla maggiormente stabile quando l’adesione tra i diversi filamenti non è ottimale." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." +msgstr "Indica la velocità alla quale è stampata la torre di innesco. La stampa della torre di innesco a una velocità inferiore può renderla maggiormente stabile" +" quando l’adesione tra i diversi filamenti non è ottimale." #: fdmprinter.def.json msgctxt "speed_travel label" @@ -2735,8 +3299,12 @@ msgstr "Velocità di stampa dello strato iniziale" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "La velocità dello strato iniziale. È consigliabile un valore inferiore per migliorare l'adesione al piano di stampa. Non influisce sulle strutture di adesione del piano di stampa stesse, come brim e raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "La velocità dello strato iniziale. È consigliabile un valore inferiore per migliorare l'adesione al piano di stampa. Non influisce sulle strutture di adesione" +" del piano di stampa stesse, come brim e raft." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2745,7 +3313,9 @@ msgstr "Velocità di stampa strato iniziale" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "Indica la velocità di stampa per lo strato iniziale. Un valore inferiore è consigliabile per migliorare l’adesione al piano di stampa." #: fdmprinter.def.json @@ -2755,8 +3325,14 @@ msgstr "Velocità di spostamento dello strato iniziale" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "Indica la velocità di spostamento per lo strato iniziale. Un valore inferiore è consigliabile per evitare di rimuovere le parti precedentemente stampate dal piano di stampa. Il valore di questa impostazione può essere calcolato automaticamente dal rapporto tra la velocità di spostamento e la velocità di stampa." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "Indica la velocità di spostamento per lo strato iniziale. Un valore inferiore è consigliabile per evitare di rimuovere le parti precedentemente stampate" +" dal piano di stampa. Il valore di questa impostazione può essere calcolato automaticamente dal rapporto tra la velocità di spostamento e la velocità di" +" stampa." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2765,8 +3341,12 @@ msgstr "Velocità dello skirt/brim" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "Indica la velocità a cui sono stampati lo skirt ed il brim. Normalmente questa operazione viene svolta alla velocità di stampa dello strato iniziale, ma a volte è possibile che si desideri stampare lo skirt o il brim ad una velocità diversa." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "Indica la velocità a cui sono stampati lo skirt ed il brim. Normalmente questa operazione viene svolta alla velocità di stampa dello strato iniziale, ma" +" a volte è possibile che si desideri stampare lo skirt o il brim ad una velocità diversa." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2775,8 +3355,12 @@ msgstr "Velocità di sollevamento Z" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "Velocità alla quale viene eseguito il movimento Z verticale per i sollevamenti in Z. In genere è inferiore alla velocità di stampa, dal momento che il piano o il corpo di stampa della macchina sono più difficili da spostare." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "Velocità alla quale viene eseguito il movimento Z verticale per i sollevamenti in Z. In genere è inferiore alla velocità di stampa, dal momento che il" +" piano o il corpo di stampa della macchina sono più difficili da spostare." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2785,18 +3369,31 @@ msgstr "Numero di strati stampati a velocità inferiore" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "I primi strati vengono stampati più lentamente rispetto al resto del modello, per ottenere una migliore adesione al piano di stampa ed ottimizzare nel complesso la percentuale di successo delle stampe. La velocità aumenta gradualmente nel corso di esecuzione degli strati successivi." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "I primi strati vengono stampati più lentamente rispetto al resto del modello, per ottenere una migliore adesione al piano di stampa ed ottimizzare nel" +" complesso la percentuale di successo delle stampe. La velocità aumenta gradualmente nel corso di esecuzione degli strati successivi." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Rapporto di equalizzazione del flusso" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Fattore di correzione della velocità basato sulla larghezza di estrusione. A 0% la velocità di movimento viene mantenuta costante alla velocità di stampa." +" Al 100% la velocità di movimento viene regolata in modo da mantenere costante il flusso (in mm³/s), ovvero le linee la cui larghezza è metà di quella" +" normale vengono stampate due volte più velocemente e le linee larghe il doppio vengono stampate a metà della velocità. Un valore maggiore di 100% può aiutare" +" a compensare la pressione più alta richiesta per estrudere linee larghe." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2805,8 +3402,11 @@ msgstr "Abilita controllo accelerazione" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." -msgstr "Abilita la regolazione dell’accelerazione della testina di stampa. Aumentando le accelerazioni il tempo di stampa si riduce a discapito della qualità di stampa." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." +msgstr "Abilita la regolazione dell’accelerazione della testina di stampa. Aumentando le accelerazioni il tempo di stampa si riduce a discapito della qualità di" +" stampa." #: fdmprinter.def.json msgctxt "acceleration_print label" @@ -2905,8 +3505,11 @@ msgstr "Accelerazione interfaccia supporto" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." -msgstr "Accelerazione alla quale vengono stampate le parti superiori e inferiori del supporto. La loro stampa ad un'accelerazione inferiore può migliorare la qualità dello sbalzo." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." +msgstr "Accelerazione alla quale vengono stampate le parti superiori e inferiori del supporto. La loro stampa ad un'accelerazione inferiore può migliorare la qualità" +" dello sbalzo." #: fdmprinter.def.json msgctxt "acceleration_support_roof label" @@ -2915,8 +3518,11 @@ msgstr "Accelerazione parte superiore del supporto" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." -msgstr "Accelerazione alla quale vengono stampate le parti superiori del supporto. La loro stampa ad un'accelerazione inferiore può migliorare la qualità dello sbalzo." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." +msgstr "Accelerazione alla quale vengono stampate le parti superiori del supporto. La loro stampa ad un'accelerazione inferiore può migliorare la qualità dello" +" sbalzo." #: fdmprinter.def.json msgctxt "acceleration_support_bottom label" @@ -2925,8 +3531,11 @@ msgstr "Accelerazione parte inferiore del supporto" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." -msgstr "Accelerazione alla quale vengono stampate le parti inferiori del supporto. La stampa ad una accelerazione inferiore può migliorare l'adesione del supporto nella parte superiore del modello." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." +msgstr "Accelerazione alla quale vengono stampate le parti inferiori del supporto. La stampa ad una accelerazione inferiore può migliorare l'adesione del supporto" +" nella parte superiore del modello." #: fdmprinter.def.json msgctxt "acceleration_prime_tower label" @@ -2985,8 +3594,12 @@ msgstr "Accelerazione skirt/brim" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "Indica l’accelerazione alla quale sono stampati lo skirt ed il brim. Normalmente questa operazione viene svolta all’accelerazione dello strato iniziale, ma a volte è possibile che si desideri stampare lo skirt o il brim ad un’accelerazione diversa." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "Indica l’accelerazione alla quale sono stampati lo skirt ed il brim. Normalmente questa operazione viene svolta all’accelerazione dello strato iniziale," +" ma a volte è possibile che si desideri stampare lo skirt o il brim ad un’accelerazione diversa." #: fdmprinter.def.json msgctxt "jerk_enabled label" @@ -2995,8 +3608,12 @@ msgstr "Abilita controllo jerk" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "Abilita la regolazione del jerk della testina di stampa quando la velocità nell’asse X o Y cambia. Aumentando il jerk il tempo di stampa si riduce a discapito della qualità di stampa." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "Abilita la regolazione del jerk della testina di stampa quando la velocità nell’asse X o Y cambia. Aumentando il jerk il tempo di stampa si riduce a discapito" +" della qualità di stampa." #: fdmprinter.def.json msgctxt "jerk_print label" @@ -3025,7 +3642,8 @@ msgstr "Jerk parete" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "Indica il cambio della velocità istantanea massima con cui vengono stampate le pareti." #: fdmprinter.def.json @@ -3035,7 +3653,9 @@ msgstr "Jerk parete esterna" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "Indica il cambio della velocità istantanea massima con cui vengono stampate le pareti più esterne." #: fdmprinter.def.json @@ -3045,7 +3665,9 @@ msgstr "Jerk parete interna" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "Indica il cambio della velocità istantanea massima con cui vengono stampate tutte le pareti interne." #: fdmprinter.def.json @@ -3055,7 +3677,9 @@ msgstr "Jerk del rivestimento superficie superiore" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "Indica la variazione di velocità istantanea massima con cui vengono stampati gli strati rivestimento superficie superiore." #: fdmprinter.def.json @@ -3065,7 +3689,9 @@ msgstr "Jerk strato superiore/inferiore" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "Indica il cambio della velocità istantanea massima con cui vengono stampati gli strati superiore/inferiore." #: fdmprinter.def.json @@ -3075,7 +3701,9 @@ msgstr "Jerk supporto" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "Indica il cambio della velocità istantanea massima con cui viene stampata la struttura del supporto." #: fdmprinter.def.json @@ -3085,7 +3713,9 @@ msgstr "Jerk riempimento supporto" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "Indica il cambio della velocità istantanea massima con cui viene stampato il riempimento del supporto." #: fdmprinter.def.json @@ -3095,7 +3725,9 @@ msgstr "Jerk interfaccia supporto" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "Indica la variazione della velocità istantanea massima con cui vengono stampate le parti superiori e inferiori." #: fdmprinter.def.json @@ -3105,7 +3737,9 @@ msgstr "Jerk parte superiore del supporto" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "Indica la variazione della velocità istantanea massima con cui vengono stampate le parti superiori." #: fdmprinter.def.json @@ -3115,7 +3749,9 @@ msgstr "Jerk parte inferiore del supporto" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "Indica la variazione della velocità istantanea massima con cui vengono stampate le parti inferiori." #: fdmprinter.def.json @@ -3125,7 +3761,9 @@ msgstr "Jerk della torre di innesco" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "Indica il cambio della velocità istantanea massima con cui viene stampata la torre di innesco del supporto." #: fdmprinter.def.json @@ -3135,7 +3773,8 @@ msgstr "Jerk spostamenti" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "Indica il cambio della velocità istantanea massima con cui vengono effettuati gli spostamenti." #: fdmprinter.def.json @@ -3155,7 +3794,9 @@ msgstr "Jerk di stampa strato iniziale" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "Indica il cambio della velocità istantanea massima durante la stampa dello strato iniziale." #: fdmprinter.def.json @@ -3175,7 +3816,9 @@ msgstr "Jerk dello skirt/brim" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "Indica il cambio della velocità istantanea massima con cui vengono stampati lo skirt e il brim." #: fdmprinter.def.json @@ -3225,7 +3868,9 @@ msgstr "Velocità di retrazione" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "Indica la velocità alla quale il filamento viene retratto e preparato durante un movimento di retrazione." #: fdmprinter.def.json @@ -3255,7 +3900,9 @@ msgstr "Entità di innesco supplementare dopo la retrazione" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Qui è possibile compensare l’eventuale trafilamento di materiale che può verificarsi durante uno spostamento." #: fdmprinter.def.json @@ -3265,7 +3912,9 @@ msgstr "Distanza minima di retrazione" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "Determina la distanza minima necessaria affinché avvenga una retrazione. Questo consente di avere un minor numero di retrazioni in piccole aree." #: fdmprinter.def.json @@ -3275,8 +3924,14 @@ msgstr "Numero massimo di retrazioni" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Questa impostazione limita il numero di retrazioni previste all'interno della finestra di minima distanza di estrusione. Ulteriori retrazioni nell'ambito di questa finestra saranno ignorate. Questo evita di eseguire ripetute retrazioni sullo stesso pezzo di filamento, onde evitarne l'appiattimento e conseguenti problemi di deformazione." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Questa impostazione limita il numero di retrazioni previste all'interno della finestra di minima distanza di estrusione. Ulteriori retrazioni nell'ambito" +" di questa finestra saranno ignorate. Questo evita di eseguire ripetute retrazioni sullo stesso pezzo di filamento, onde evitarne l'appiattimento e conseguenti" +" problemi di deformazione." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3285,8 +3940,13 @@ msgstr "Finestra di minima distanza di estrusione" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "La finestra in cui è impostato il massimo numero di retrazioni. Questo valore deve corrispondere all'incirca alla distanza di retrazione, in modo da limitare effettivamente il numero di volte che una retrazione interessa lo stesso spezzone di materiale." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "La finestra in cui è impostato il massimo numero di retrazioni. Questo valore deve corrispondere all'incirca alla distanza di retrazione, in modo da limitare" +" effettivamente il numero di volte che una retrazione interessa lo stesso spezzone di materiale." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3295,8 +3955,12 @@ msgstr "Limitazione delle retrazioni del supporto" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Omettere la retrazione negli spostamenti da un supporto ad un altro in linea retta. L'abilitazione di questa impostazione riduce il tempo di stampa, ma può comportare un'eccessiva produzione di filamenti all'interno della struttura del supporto." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Omettere la retrazione negli spostamenti da un supporto ad un altro in linea retta. L'abilitazione di questa impostazione riduce il tempo di stampa, ma" +" può comportare un'eccessiva produzione di filamenti all'interno della struttura del supporto." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3305,8 +3969,16 @@ msgstr "Modalità Combing" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "La funzione Combing tiene l’ugello all’interno delle aree già stampate durante lo spostamento. In tal modo le corse di spostamento sono leggermente più lunghe ma si riduce l’esigenza di effettuare retrazioni. Se questa funzione viene disabilitata, il materiale viene retratto e l’ugello si sposta in linea retta al punto successivo. È anche possibile evitare il combing sopra le aree del rivestimento esterno superiore/inferiore o effettuare il combing solo nel riempimento." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "La funzione Combing tiene l’ugello all’interno delle aree già stampate durante lo spostamento. In tal modo le corse di spostamento sono leggermente più" +" lunghe ma si riduce l’esigenza di effettuare retrazioni. Se questa funzione viene disabilitata, il materiale viene retratto e l’ugello si sposta in linea" +" retta al punto successivo. È anche possibile evitare il combing sopra le aree del rivestimento esterno superiore/inferiore o effettuare il combing solo" +" nel riempimento." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3340,8 +4012,12 @@ msgstr "Massima distanza di combing senza retrazione" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Per un valore superiore a zero, le corse di spostamento in modalità combing superiori a tale distanza utilizzeranno la retrazione. Se il valore impostato è zero, non è presente un valore massimo e le corse in modalità combing non utilizzeranno la retrazione." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Per un valore superiore a zero, le corse di spostamento in modalità combing superiori a tale distanza utilizzeranno la retrazione. Se il valore impostato" +" è zero, non è presente un valore massimo e le corse in modalità combing non utilizzeranno la retrazione." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3360,7 +4036,9 @@ msgstr "Aggiramento delle parti stampate durante gli spostamenti" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "Durante lo spostamento l’ugello evita le parti già stampate. Questa opzione è disponibile solo quando è abilitata la funzione Combing." #: fdmprinter.def.json @@ -3370,7 +4048,9 @@ msgstr "Aggiramento dei supporti durante gli spostamenti" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "Durante lo spostamento l'ugello evita i supporti già stampati. Questa opzione è disponibile solo quando è abilitata la funzione combing." #: fdmprinter.def.json @@ -3380,7 +4060,9 @@ msgstr "Distanza di aggiramento durante gli spostamenti" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "La distanza tra l’ugello e le parti già stampate quando si effettua lo spostamento con aggiramento." #: fdmprinter.def.json @@ -3390,7 +4072,9 @@ msgstr "Avvio strato X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "La coordinata X della posizione in prossimità della quale si trova la parte per avviare la stampa di ciascuno strato." #: fdmprinter.def.json @@ -3400,7 +4084,9 @@ msgstr "Avvio strato Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "La coordinata Y della posizione in prossimità della quale si trova la parte per avviare la stampa di ciascuno strato." #: fdmprinter.def.json @@ -3410,8 +4096,13 @@ msgstr "Z Hop durante la retrazione" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Ogniqualvolta avviene una retrazione, il piano di stampa viene abbassato per creare uno spazio tra l’ugello e la stampa. Previene l’urto dell’ugello sulla stampa durante gli spostamenti riducendo la possibilità di far cadere la stampa dal piano." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "Ogniqualvolta avviene una retrazione, il piano di stampa viene abbassato per creare uno spazio tra l’ugello e la stampa. Previene l’urto dell’ugello sulla" +" stampa durante gli spostamenti riducendo la possibilità di far cadere la stampa dal piano." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3420,8 +4111,11 @@ msgstr "Z Hop solo su parti stampate" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Esegue solo uno Z Hop quando si sposta sopra le parti stampate che non possono essere evitate mediante uno spostamento orizzontale con Aggiramento delle parti stampate durante lo spostamento." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Esegue solo uno Z Hop quando si sposta sopra le parti stampate che non possono essere evitate mediante uno spostamento orizzontale con Aggiramento delle" +" parti stampate durante lo spostamento." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3440,8 +4134,12 @@ msgstr "Z Hop dopo cambio estrusore" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Dopo il passaggio della macchina da un estrusore all’altro, il piano di stampa viene abbassato per creare uno spazio tra l’ugello e la stampa. In tal modo si previene il rilascio di materiale fuoriuscito dall’ugello sull’esterno di una stampa." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Dopo il passaggio della macchina da un estrusore all’altro, il piano di stampa viene abbassato per creare uno spazio tra l’ugello e la stampa. In tal modo" +" si previene il rilascio di materiale fuoriuscito dall’ugello sull’esterno di una stampa." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3470,7 +4168,9 @@ msgstr "Abilitazione raffreddamento stampa" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "Abilita le ventole di raffreddamento durante la stampa. Le ventole migliorano la qualità di stampa sugli strati con tempi per strato più brevi e ponti/sbalzi." #: fdmprinter.def.json @@ -3490,8 +4190,12 @@ msgstr "Velocità regolare della ventola" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "Indica la velocità alla quale ruotano le ventole prima di raggiungere la soglia. Quando uno strato viene stampato a una velocità superiore alla soglia, la velocità della ventola tende gradualmente verso la velocità massima della ventola." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "Indica la velocità alla quale ruotano le ventole prima di raggiungere la soglia. Quando uno strato viene stampato a una velocità superiore alla soglia," +" la velocità della ventola tende gradualmente verso la velocità massima della ventola." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3500,8 +4204,12 @@ msgstr "Velocità massima della ventola" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "Indica la velocità di rotazione della ventola al tempo minimo per strato. La velocità della ventola aumenta gradualmente tra la velocità regolare della ventola e la velocità massima della ventola quando viene raggiunta la soglia." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "Indica la velocità di rotazione della ventola al tempo minimo per strato. La velocità della ventola aumenta gradualmente tra la velocità regolare della" +" ventola e la velocità massima della ventola quando viene raggiunta la soglia." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3510,8 +4218,14 @@ msgstr "Soglia velocità regolare/massima della ventola" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "Indica il tempo per strato che definisce la soglia tra la velocità regolare e quella massima della ventola. Gli strati che vengono stampati a una velocità inferiore a questo valore utilizzano una velocità regolare della ventola. Per gli strati stampati più velocemente la velocità della ventola aumenta gradualmente verso la velocità massima della ventola." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "Indica il tempo per strato che definisce la soglia tra la velocità regolare e quella massima della ventola. Gli strati che vengono stampati a una velocità" +" inferiore a questo valore utilizzano una velocità regolare della ventola. Per gli strati stampati più velocemente la velocità della ventola aumenta gradualmente" +" verso la velocità massima della ventola." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3520,8 +4234,12 @@ msgstr "Velocità iniziale della ventola" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "La velocità di rotazione della ventola all’inizio della stampa. Negli strati successivi la velocità della ventola aumenta gradualmente da zero fino allo strato corrispondente alla velocità regolare in altezza." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "La velocità di rotazione della ventola all’inizio della stampa. Negli strati successivi la velocità della ventola aumenta gradualmente da zero fino allo" +" strato corrispondente alla velocità regolare in altezza." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3530,8 +4248,12 @@ msgstr "Velocità regolare della ventola in altezza" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." -msgstr "Indica l’altezza alla quale la ventola ruota alla velocità regolare. Agli strati stampati a velocità inferiore la velocità della ventola aumenta gradualmente dalla velocità iniziale a quella regolare." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." +msgstr "Indica l’altezza alla quale la ventola ruota alla velocità regolare. Agli strati stampati a velocità inferiore la velocità della ventola aumenta gradualmente" +" dalla velocità iniziale a quella regolare." #: fdmprinter.def.json msgctxt "cool_fan_full_layer label" @@ -3540,8 +4262,11 @@ msgstr "Velocità regolare della ventola in corrispondenza dello strato" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "Indica lo strato in corrispondenza del quale la ventola ruota alla velocità regolare. Se è impostata la velocità regolare in altezza, questo valore viene calcolato e arrotondato a un numero intero." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "Indica lo strato in corrispondenza del quale la ventola ruota alla velocità regolare. Se è impostata la velocità regolare in altezza, questo valore viene" +" calcolato e arrotondato a un numero intero." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3550,8 +4275,15 @@ msgstr "Tempo minimo per strato" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "Indica il tempo minimo dedicato a uno strato. Questo forza la stampante a rallentare, per impiegare almeno il tempo impostato qui per uno strato. Questo consente il corretto raffreddamento del materiale stampato prima di procedere alla stampa dello strato successivo. La stampa degli strati potrebbe richiedere un tempo inferiore al minimo se la funzione Sollevamento della testina è disabilitata e se la velocità minima non viene rispettata." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "Indica il tempo minimo dedicato a uno strato. Questo forza la stampante a rallentare, per impiegare almeno il tempo impostato qui per uno strato. Questo" +" consente il corretto raffreddamento del materiale stampato prima di procedere alla stampa dello strato successivo. La stampa degli strati potrebbe richiedere" +" un tempo inferiore al minimo se la funzione Sollevamento della testina è disabilitata e se la velocità minima non viene rispettata." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3560,8 +4292,12 @@ msgstr "Velocità minima" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "Indica la velocità minima di stampa, a prescindere dal rallentamento per il tempo minimo per strato. Quando la stampante rallenta eccessivamente, la pressione nell’ugello risulta insufficiente con conseguente scarsa qualità di stampa." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "Indica la velocità minima di stampa, a prescindere dal rallentamento per il tempo minimo per strato. Quando la stampante rallenta eccessivamente, la pressione" +" nell’ugello risulta insufficiente con conseguente scarsa qualità di stampa." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3570,8 +4306,12 @@ msgstr "Sollevamento della testina" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Quando viene raggiunta la velocità minima per il tempo minimo per strato, sollevare la testina dalla stampa e attendere il tempo supplementare fino al raggiungimento del valore per tempo minimo per strato." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Quando viene raggiunta la velocità minima per il tempo minimo per strato, sollevare la testina dalla stampa e attendere il tempo supplementare fino al" +" raggiungimento del valore per tempo minimo per strato." #: fdmprinter.def.json msgctxt "support label" @@ -3590,7 +4330,9 @@ msgstr "Generazione supporto" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza queste strutture, queste parti collasserebbero durante la stampa." #: fdmprinter.def.json @@ -3600,7 +4342,9 @@ msgstr "Estrusore del supporto" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "Il treno estrusore utilizzato per la stampa del supporto. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json @@ -3610,7 +4354,9 @@ msgstr "Estrusore riempimento del supporto" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "Il treno estrusore utilizzato per la stampa del riempimento del supporto. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json @@ -3620,7 +4366,9 @@ msgstr "Estrusore del supporto primo strato" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "Il treno estrusore utilizzato per la stampa del primo strato del riempimento del supporto. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json @@ -3630,7 +4378,9 @@ msgstr "Estrusore interfaccia del supporto" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "Treno estrusore utilizzato per la stampa delle parti superiori e inferiori del supporto. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json @@ -3640,7 +4390,9 @@ msgstr "Estrusore parte superiore del supporto" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "Treno estrusore utilizzato per la stampa delle parti superiori del supporto. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json @@ -3650,7 +4402,9 @@ msgstr "Estrusore parte inferiore del supporto" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "Treno estrusore utilizzato per la stampa delle parti inferiori del supporto. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json @@ -3660,8 +4414,16 @@ msgstr "Struttura di supporto" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Scegliere tra le tecniche disponibili per generare il supporto. Il supporto \"normale\" crea una struttura di supporto direttamente sotto le parti di sbalzo e rilascia tali aree direttamente al di sotto. La struttura \"ad albero\" crea delle ramificazioni verso le aree di sbalzo che supportano il modello sulle punte di tali ramificazioni consentendo a queste ultime di avanzare intorno al modello per supportarlo il più possibile dal piano di stampa." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Scegliere tra le tecniche disponibili per generare il supporto. Il supporto \"normale\" crea una struttura di supporto direttamente sotto le parti di sbalzo" +" e rilascia tali aree direttamente al di sotto. La struttura \"ad albero\" crea delle ramificazioni verso le aree di sbalzo che supportano il modello sulle" +" punte di tali ramificazioni consentendo a queste ultime di avanzare intorno al modello per supportarlo il più possibile dal piano di stampa." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3680,7 +4442,9 @@ msgstr "Angolo ramo supporto ad albero" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "L’angolo dei rami. Utilizzare un angolo minore per renderli più verticali e più stabili. Utilizzare un angolo maggiore per avere una portata maggiore." #: fdmprinter.def.json @@ -3690,8 +4454,12 @@ msgstr "Distanza ramo supporto ad albero" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "La distanza tra i rami necessaria quando toccano il modello. Una distanza ridotta causa il contatto del supporto ad albero con il modello in più punti, generando migliore sovrapposizione ma rendendo più difficoltosa la rimozione del supporto." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "La distanza tra i rami necessaria quando toccano il modello. Una distanza ridotta causa il contatto del supporto ad albero con il modello in più punti," +" generando migliore sovrapposizione ma rendendo più difficoltosa la rimozione del supporto." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3700,7 +4468,9 @@ msgstr "Diametro ramo supporto ad albero" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." msgstr "Il diametro dei rami più sottili del supporto. I rami più spessi sono più resistenti. I rami verso la base avranno spessore maggiore." #: fdmprinter.def.json @@ -3710,8 +4480,13 @@ msgstr "Angolo diametro ramo supporto ad albero" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "L’angolo del diametro dei rami con il graduale ispessimento verso il fondo. Un angolo pari a 0 genera rami con spessore uniforme sull’intera lunghezza. Un angolo minimo può aumentare la stabilità del supporto ad albero." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "L’angolo del diametro dei rami con il graduale ispessimento verso il fondo. Un angolo pari a 0 genera rami con spessore uniforme sull’intera lunghezza." +" Un angolo minimo può aumentare la stabilità del supporto ad albero." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3720,8 +4495,12 @@ msgstr "Risoluzione collisione supporto ad albero" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Risoluzione per calcolare le collisioni per evitare di colpire il modello. L’impostazione a un valore basso genera alberi più accurati che si rompono meno sovente, ma aumenta notevolmente il tempo di sezionamento." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Risoluzione per calcolare le collisioni per evitare di colpire il modello. L’impostazione a un valore basso genera alberi più accurati che si rompono meno" +" sovente, ma aumenta notevolmente il tempo di sezionamento." #: fdmprinter.def.json msgctxt "support_type label" @@ -3730,8 +4509,12 @@ msgstr "Posizionamento supporto" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Regola il posizionamento delle strutture di supporto. Il posizionamento può essere impostato su contatto con il piano di stampa o in tutti i possibili punti. Quando impostato su tutti i possibili punti, le strutture di supporto verranno anche stampate sul modello." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Regola il posizionamento delle strutture di supporto. Il posizionamento può essere impostato su contatto con il piano di stampa o in tutti i possibili" +" punti. Quando impostato su tutti i possibili punti, le strutture di supporto verranno anche stampate sul modello." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3750,8 +4533,11 @@ msgstr "Angolo di sbalzo del supporto" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." -msgstr "Indica l’angolo minimo degli sbalzi per i quali viene aggiunto il supporto. A un valore di 0 ° tutti gli sbalzi vengono supportati, con un valore di 90 ° non sarà fornito alcun supporto." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." +msgstr "Indica l’angolo minimo degli sbalzi per i quali viene aggiunto il supporto. A un valore di 0 ° tutti gli sbalzi vengono supportati, con un valore di 90 °" +" non sarà fornito alcun supporto." #: fdmprinter.def.json msgctxt "support_pattern label" @@ -3760,7 +4546,9 @@ msgstr "Configurazione del supporto" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Indica la configurazione delle strutture di supporto della stampa. Le diverse opzioni disponibili generano un supporto robusto o facile da rimuovere." #: fdmprinter.def.json @@ -3805,8 +4593,12 @@ msgstr "Numero delle linee perimetrali supporto" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "Il numero di pareti circostanti il riempimento di supporto. L'aggiunta di una parete può rendere la stampa del supporto più affidabile ed in grado di supportare meglio gli sbalzi, ma aumenta il tempo di stampa ed il materiale utilizzato." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "Il numero di pareti circostanti il riempimento di supporto. L'aggiunta di una parete può rendere la stampa del supporto più affidabile ed in grado di supportare" +" meglio gli sbalzi, ma aumenta il tempo di stampa ed il materiale utilizzato." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3815,8 +4607,12 @@ msgstr "Collegamento linee supporto" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Collega le estremità delle linee del supporto. L’abilitazione di questa impostazione consente di ottenere un supporto più robusto e ridurre la sottoestrusione, ma si utilizza più materiale." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Collega le estremità delle linee del supporto. L’abilitazione di questa impostazione consente di ottenere un supporto più robusto e ridurre la sottoestrusione," +" ma si utilizza più materiale." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3825,7 +4621,9 @@ msgstr "Collegamento Zig Zag supporto" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Collega i ZigZag. Questo aumenta la forza della struttura di supporto a zig zag." #: fdmprinter.def.json @@ -3835,7 +4633,9 @@ msgstr "Densità del supporto" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Regola la densità della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere." #: fdmprinter.def.json @@ -3845,7 +4645,9 @@ msgstr "Distanza tra le linee del supporto" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "Indica la distanza tra le linee della struttura di supporto stampata. Questa impostazione viene calcolata mediante la densità del supporto." #: fdmprinter.def.json @@ -3855,8 +4657,11 @@ msgstr "Distanza tra le linee del supporto dello strato iniziale" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." -msgstr "Indica la distanza tra le linee della struttura di supporto dello strato iniziale stampato. Questa impostazione viene calcolata mediante la densità del supporto." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." +msgstr "Indica la distanza tra le linee della struttura di supporto dello strato iniziale stampato. Questa impostazione viene calcolata mediante la densità del" +" supporto." #: fdmprinter.def.json msgctxt "support_infill_angles label" @@ -3865,8 +4670,15 @@ msgstr "Direzione delle linee di riempimento supporto" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre. L’elenco predefinito è vuoto, vale a dire che utilizza l'angolo predefinito di 0 gradi." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento" +" della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre." +" L’elenco predefinito è vuoto, vale a dire che utilizza l'angolo predefinito di 0 gradi." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3875,8 +4687,12 @@ msgstr "Abilitazione brim del supporto" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Genera un brim entro le zone di riempimento del supporto del primo strato. Questo brim viene stampato al di sotto del supporto, non intorno ad esso. L’abilitazione di questa impostazione aumenta l’adesione del supporto al piano di stampa." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Genera un brim entro le zone di riempimento del supporto del primo strato. Questo brim viene stampato al di sotto del supporto, non intorno ad esso. L’abilitazione" +" di questa impostazione aumenta l’adesione del supporto al piano di stampa." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3885,8 +4701,11 @@ msgstr "Larghezza del brim del supporto" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." -msgstr "Corrisponde alla larghezza del brim da stampare al di sotto del supporto. Un brim più largo migliora l’adesione al piano di stampa, ma utilizza una maggiore quantità di materiale." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." +msgstr "Corrisponde alla larghezza del brim da stampare al di sotto del supporto. Un brim più largo migliora l’adesione al piano di stampa, ma utilizza una maggiore" +" quantità di materiale." #: fdmprinter.def.json msgctxt "support_brim_line_count label" @@ -3895,8 +4714,11 @@ msgstr "Numero di linee del brim del supporto" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." -msgstr "Corrisponde al numero di linee utilizzate per il brim del supporto. Più linee brim migliorano l’adesione al piano di stampa, ma utilizzano una maggiore quantità di materiale." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." +msgstr "Corrisponde al numero di linee utilizzate per il brim del supporto. Più linee brim migliorano l’adesione al piano di stampa, ma utilizzano una maggiore" +" quantità di materiale." #: fdmprinter.def.json msgctxt "support_z_distance label" @@ -3905,8 +4727,12 @@ msgstr "Distanza Z supporto" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "È la distanza dalla parte superiore/inferiore della struttura di supporto alla stampa. Questa distanza fornisce lo spazio per rimuovere i supporti dopo aver stampato il modello. Questo valore viene arrotondato per eccesso a un multiplo dell’altezza strato." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "È la distanza dalla parte superiore/inferiore della struttura di supporto alla stampa. Questa distanza fornisce lo spazio per rimuovere i supporti dopo" +" aver stampato il modello. Questo valore viene arrotondato per eccesso a un multiplo dell’altezza strato." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3945,8 +4771,13 @@ msgstr "Priorità distanza supporto" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Indica se la distanza X/Y del supporto esclude la distanza Z del supporto o viceversa. Quando X/Y esclude Z, la distanza X/Y può allontanare il supporto dal modello, influenzando l’effettiva distanza Z allo sbalzo. È possibile disabilitare questa funzione non applicando la distanza X/Y intorno agli sbalzi." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Indica se la distanza X/Y del supporto esclude la distanza Z del supporto o viceversa. Quando X/Y esclude Z, la distanza X/Y può allontanare il supporto" +" dal modello, influenzando l’effettiva distanza Z allo sbalzo. È possibile disabilitare questa funzione non applicando la distanza X/Y intorno agli sbalzi." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3965,7 +4796,8 @@ msgstr "Distanza X/Y supporto minima" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Indica la distanza della struttura di supporto dallo sbalzo, nelle direzioni X/Y." #: fdmprinter.def.json @@ -3975,8 +4807,13 @@ msgstr "Altezza gradini supporto" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "Altezza dei gradini della parte inferiore del supporto a scala che appoggia sul modello. Un valore inferiore rende il supporto più difficile da rimuovere, ma valori troppo elevati possono rendere instabili le strutture di supporto. Impostare a zero per disabilitare il profilo a scala." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "Altezza dei gradini della parte inferiore del supporto a scala che appoggia sul modello. Un valore inferiore rende il supporto più difficile da rimuovere," +" ma valori troppo elevati possono rendere instabili le strutture di supporto. Impostare a zero per disabilitare il profilo a scala." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3985,8 +4822,12 @@ msgstr "Larghezza massima gradino supporto" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "Larghezza massima dei gradini della parte inferiore del supporto a scala che appoggia sul modello. Un valore inferiore rende il supporto più difficile da rimuovere, ma valori troppo elevati possono rendere instabili le strutture di supporto." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "Larghezza massima dei gradini della parte inferiore del supporto a scala che appoggia sul modello. Un valore inferiore rende il supporto più difficile" +" da rimuovere, ma valori troppo elevati possono rendere instabili le strutture di supporto." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3995,8 +4836,13 @@ msgstr "Angolo di pendenza minimo gradini supporto" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "La pendenza minima dell'area alla quale ha effetto la creazione dei gradini. Valori bassi dovrebbero semplificare la rimozione del supporto sulle pendenze meno profonde, ma in realtà dei valori bassi possono generare risultati molto irrazionali sulle altre parti del modello." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "La pendenza minima dell'area alla quale ha effetto la creazione dei gradini. Valori bassi dovrebbero semplificare la rimozione del supporto sulle pendenze" +" meno profonde, ma in realtà dei valori bassi possono generare risultati molto irrazionali sulle altre parti del modello." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4005,8 +4851,12 @@ msgstr "Distanza giunzione supporto" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "La distanza massima tra le strutture di supporto nelle direzioni X/Y. Quando la distanza tra le strutture è inferiore al valore indicato, le strutture convergono in una unica." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "La distanza massima tra le strutture di supporto nelle direzioni X/Y. Quando la distanza tra le strutture è inferiore al valore indicato, le strutture" +" convergono in una unica." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4015,8 +4865,11 @@ msgstr "Espansione orizzontale supporto" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." -msgstr "È l'entità di offset (estensione dello strato) applicato a tutti i poligoni di supporto in ciascuno strato. I valori positivi possono appianare le aree di supporto, accrescendone la robustezza." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "È l'entità di offset (estensione dello strato) applicato a tutti i poligoni di supporto in ciascuno strato. I valori positivi possono appianare le aree" +" di supporto, accrescendone la robustezza." #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness label" @@ -4025,8 +4878,11 @@ msgstr "Spessore dello strato di riempimento di supporto" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." -msgstr "Indica lo spessore per strato del materiale di riempimento del supporto. Questo valore deve sempre essere un multiplo dell’altezza dello strato e in caso contrario viene arrotondato." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." +msgstr "Indica lo spessore per strato del materiale di riempimento del supporto. Questo valore deve sempre essere un multiplo dell’altezza dello strato e in caso" +" contrario viene arrotondato." #: fdmprinter.def.json msgctxt "gradual_support_infill_steps label" @@ -4035,8 +4891,12 @@ msgstr "Fasi di riempimento graduale del supporto" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Indica il numero di volte per dimezzare la densità del riempimento quando si va al di sotto delle superfici superiori. Le aree più vicine alle superfici superiori avranno una densità maggiore, fino alla densità del riempimento." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Indica il numero di volte per dimezzare la densità del riempimento quando si va al di sotto delle superfici superiori. Le aree più vicine alle superfici" +" superiori avranno una densità maggiore, fino alla densità del riempimento." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4045,7 +4905,9 @@ msgstr "Altezza fasi di riempimento graduale del supporto" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "Indica l’altezza di riempimento del supporto di una data densità prima di passare a metà densità." #: fdmprinter.def.json @@ -4055,7 +4917,9 @@ msgstr "Area minima supporto" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Dimensioni minime area per i poligoni del supporto. I poligoni con un’area inferiore a questo valore non verranno generati." #: fdmprinter.def.json @@ -4065,8 +4929,12 @@ msgstr "Abilitazione interfaccia supporto" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Genera un’interfaccia densa tra il modello e il supporto. Questo crea un rivestimento esterno sulla sommità del supporto su cui viene stampato il modello e al fondo del supporto, dove appoggia sul modello." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Genera un’interfaccia densa tra il modello e il supporto. Questo crea un rivestimento esterno sulla sommità del supporto su cui viene stampato il modello" +" e al fondo del supporto, dove appoggia sul modello." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4075,7 +4943,9 @@ msgstr "Abilitazione irrobustimento parte superiore (tetto) del supporto" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Genera una spessa lastra di materiale tra la parte superiore del supporto e il modello. Questo crea un rivestimento tra modello e supporto." #: fdmprinter.def.json @@ -4085,7 +4955,9 @@ msgstr "Abilitazione parte inferiore supporto" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Genera una spessa lastra di materiale tra la parte inferiore del supporto e il modello. Questo crea un rivestimento tra modello e supporto." #: fdmprinter.def.json @@ -4095,7 +4967,9 @@ msgstr "Spessore interfaccia supporto" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "Indica lo spessore dell’interfaccia del supporto dove tocca il modello nella parte inferiore o in quella superiore." #: fdmprinter.def.json @@ -4105,7 +4979,9 @@ msgstr "Spessore parte superiore (tetto) del supporto" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "Lo spessore delle parti superiori del supporto. Questo controlla la quantità di strati fitti alla sommità del supporto su cui appoggia il modello." #: fdmprinter.def.json @@ -4115,8 +4991,11 @@ msgstr "Spessore parte inferiore del supporto" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." -msgstr "Indica lo spessore delle parti inferiori del supporto. Questo controlla il numero di strati fitti stampati sulla sommità dei punti di un modello su cui appoggia un supporto." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." +msgstr "Indica lo spessore delle parti inferiori del supporto. Questo controlla il numero di strati fitti stampati sulla sommità dei punti di un modello su cui" +" appoggia un supporto." #: fdmprinter.def.json msgctxt "support_interface_skip_height label" @@ -4125,8 +5004,14 @@ msgstr "Risoluzione interfaccia supporto" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Quando si controlla dove si trova il modello sopra e sotto il supporto, procedere ad intervalli di altezza prestabilita. Valori inferiori causeranno un sezionamento più lento, mentre valori più alti potrebbero causare la stampa del supporto normale in alcuni punti in cui dovrebbe esserci un'interfaccia di supporto." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Quando si controlla dove si trova il modello sopra e sotto il supporto, procedere ad intervalli di altezza prestabilita. Valori inferiori causeranno un" +" sezionamento più lento, mentre valori più alti potrebbero causare la stampa del supporto normale in alcuni punti in cui dovrebbe esserci un'interfaccia" +" di supporto." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4135,8 +5020,12 @@ msgstr "Densità interfaccia supporto" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Regola la densità delle parti superiori e inferiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Regola la densità delle parti superiori e inferiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili" +" da rimuovere." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4145,7 +5034,9 @@ msgstr "Densità parte superiore (tetto) del supporto" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Densità delle parti superiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere." #: fdmprinter.def.json @@ -4155,8 +5046,11 @@ msgstr "Distanza tra le linee della parte superiore (tetto) del supporto" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." -msgstr "Distanza tra le linee della parte superiore del supporto stampate. Questa impostazione viene calcolata dalla densità della parte superiore del supporto, ma può essere regolata separatamente." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." +msgstr "Distanza tra le linee della parte superiore del supporto stampate. Questa impostazione viene calcolata dalla densità della parte superiore del supporto," +" ma può essere regolata separatamente." #: fdmprinter.def.json msgctxt "support_bottom_density label" @@ -4165,7 +5059,9 @@ msgstr "Densità parte inferiore del supporto" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "Densità delle parti inferiori della struttura di supporto. Un valore più alto comporta una migliore adesione del supporto alla parte superiore del modello." #: fdmprinter.def.json @@ -4175,8 +5071,11 @@ msgstr "Distanza della linea di supporto inferiore" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." -msgstr "Distanza tra le linee della parte inferiore del supporto stampate. Questa impostazione viene calcolata dalla densità della parte inferiore del supporto, ma può essere regolata separatamente." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." +msgstr "Distanza tra le linee della parte inferiore del supporto stampate. Questa impostazione viene calcolata dalla densità della parte inferiore del supporto," +" ma può essere regolata separatamente." #: fdmprinter.def.json msgctxt "support_interface_pattern label" @@ -4185,7 +5084,9 @@ msgstr "Configurazione interfaccia supporto" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "È la configurazione (o pattern) con cui viene stampata l’interfaccia del supporto con il modello." #: fdmprinter.def.json @@ -4290,8 +5191,11 @@ msgstr "Area minima interfaccia supporto" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Dimensione minima dell'area per i poligoni dell'interfaccia di supporto. I poligoni con un'area più piccola rispetto a questo valore saranno stampati come supporto normale." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." +msgstr "Dimensione minima dell'area per i poligoni dell'interfaccia di supporto. I poligoni con un'area più piccola rispetto a questo valore saranno stampati come" +" supporto normale." #: fdmprinter.def.json msgctxt "minimum_roof_area label" @@ -4300,8 +5204,11 @@ msgstr "Area minima parti superiori supporto" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Dimensione minima dell'area per le parti superiori del supporto. I poligoni con un'area più piccola rispetto a questo valore saranno stampati come supporto normale." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." +msgstr "Dimensione minima dell'area per le parti superiori del supporto. I poligoni con un'area più piccola rispetto a questo valore saranno stampati come supporto" +" normale." #: fdmprinter.def.json msgctxt "minimum_bottom_area label" @@ -4310,8 +5217,11 @@ msgstr "Area minima parti inferiori supporto" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." -msgstr "Dimensione minima dell'area per le parti inferiori del supporto. I poligoni con un'area più piccola rispetto a questo valore saranno stampati come supporto normale." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." +msgstr "Dimensione minima dell'area per le parti inferiori del supporto. I poligoni con un'area più piccola rispetto a questo valore saranno stampati come supporto" +" normale." #: fdmprinter.def.json msgctxt "support_interface_offset label" @@ -4350,8 +5260,17 @@ msgstr "Direzioni della linea dell'interfaccia di supporto" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre. L'elenco predefinito è vuoto, vale a dire che utilizza gli angoli predefiniti (alterna tra 45 e 135 gradi se le interfacce sono abbastanza spesse oppure 90 gradi)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento" +" della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre." +" L'elenco predefinito è vuoto, vale a dire che utilizza gli angoli predefiniti (alterna tra 45 e 135 gradi se le interfacce sono abbastanza spesse oppure" +" 90 gradi)." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4360,8 +5279,17 @@ msgstr "Direzioni delle linee di supporto superiori" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre. L'elenco predefinito è vuoto, vale a dire che utilizza gli angoli predefiniti (alterna tra 45 e 135 gradi se le interfacce sono abbastanza spesse oppure 90 gradi)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento" +" della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre." +" L'elenco predefinito è vuoto, vale a dire che utilizza gli angoli predefiniti (alterna tra 45 e 135 gradi se le interfacce sono abbastanza spesse oppure" +" 90 gradi)." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4370,8 +5298,17 @@ msgstr "Direzioni della larghezza della linea di supporto inferiore" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre. L'elenco predefinito è vuoto, vale a dire che utilizza gli angoli predefiniti (alterna tra 45 e 135 gradi se le interfacce sono abbastanza spesse oppure 90 gradi)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Elenco di direzioni linee intere da utilizzare. Gli elementi dall'elenco sono utilizzati in sequenza con il progredire dei layers e, al raggiungimento" +" della fine dell'elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l'intero elenco è racchiuso tra parentesi quadre." +" L'elenco predefinito è vuoto, vale a dire che utilizza gli angoli predefiniti (alterna tra 45 e 135 gradi se le interfacce sono abbastanza spesse oppure" +" 90 gradi)." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4380,7 +5317,9 @@ msgstr "Override velocità della ventola" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "Quando abilitata, la velocità della ventola di raffreddamento stampa viene modificata per le zone del rivestimento esterno subito sopra il supporto." #: fdmprinter.def.json @@ -4390,8 +5329,11 @@ msgstr "Velocità della ventola del rivestimento esterno supportato" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Percentuale della velocità della ventola da usare quando si stampano le zone del rivestimento esterno subito sopra il supporto. L’uso di una velocità ventola elevata può facilitare la rimozione del supporto." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Percentuale della velocità della ventola da usare quando si stampano le zone del rivestimento esterno subito sopra il supporto. L’uso di una velocità ventola" +" elevata può facilitare la rimozione del supporto." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4400,8 +5342,12 @@ msgstr "Utilizzo delle torri" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Utilizza speciali torri per il supporto di piccolissime aree di sbalzo. Queste torri hanno un diametro maggiore rispetto a quello dell'area che supportano. In prossimità dello sbalzo il diametro delle torri diminuisce, formando un 'tetto'." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Utilizza speciali torri per il supporto di piccolissime aree di sbalzo. Queste torri hanno un diametro maggiore rispetto a quello dell'area che supportano." +" In prossimità dello sbalzo il diametro delle torri diminuisce, formando un 'tetto'." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4420,7 +5366,9 @@ msgstr "Diametro supportato dalla torre" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "È il diametro massimo nelle direzioni X/Y di una piccola area, che deve essere sostenuta da una torre speciale." #: fdmprinter.def.json @@ -4430,7 +5378,9 @@ msgstr "Angolazione della parte superiore (tetto) della torre" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "L’angolo della parte superiore di una torre. Un valore superiore genera parti superiori appuntite, un valore inferiore, parti superiori piatte." #: fdmprinter.def.json @@ -4440,7 +5390,9 @@ msgstr "Maglia supporto di discesa" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Rappresenta il supporto ovunque sotto la maglia di supporto, in modo che in questa non vi siano punti a sbalzo." #: fdmprinter.def.json @@ -4450,7 +5402,9 @@ msgstr "La scena è dotata di maglie di supporto" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Nella scena sono presenti maglie di supporto. Questa impostazione è controllata da Cura." #: fdmprinter.def.json @@ -4470,8 +5424,14 @@ msgstr "Abilitazione blob di innesco" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Eventuale innesco del filamento con un blob prima della stampa. L'attivazione di questa impostazione garantisce che l'estrusore avrà il materiale pronto all'ugello prima della stampa. Anche la stampa Brim o Skirt può funzionare da innesco, nel qual caso la disabilitazione di questa impostazione consente di risparmiare tempo." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Eventuale innesco del filamento con un blob prima della stampa. L'attivazione di questa impostazione garantisce che l'estrusore avrà il materiale pronto" +" all'ugello prima della stampa. Anche la stampa Brim o Skirt può funzionare da innesco, nel qual caso la disabilitazione di questa impostazione consente" +" di risparmiare tempo." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4480,7 +5440,9 @@ msgstr "Posizione X innesco estrusore" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "La coordinata X della posizione in cui l’ugello si innesca all’avvio della stampa." #: fdmprinter.def.json @@ -4490,7 +5452,9 @@ msgstr "Posizione Y innesco estrusore" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "La coordinata Y della posizione in cui l’ugello si innesca all’avvio della stampa." #: fdmprinter.def.json @@ -4500,8 +5464,15 @@ msgstr "Tipo di adesione piano di stampa" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Sono previste diverse opzioni che consentono di migliorare l'applicazione dello strato iniziale dell’estrusione e migliorano l’adesione. Il brim aggiunge un'area piana a singolo strato attorno alla base del modello, per evitare deformazioni. Il raft aggiunge un fitto reticolato con un tetto al di sotto del modello. Lo skirt è una linea stampata attorno al modello, ma non collegata al modello." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Sono previste diverse opzioni che consentono di migliorare l'applicazione dello strato iniziale dell’estrusione e migliorano l’adesione. Il brim aggiunge" +" un'area piana a singolo strato attorno alla base del modello, per evitare deformazioni. Il raft aggiunge un fitto reticolato con un tetto al di sotto" +" del modello. Lo skirt è una linea stampata attorno al modello, ma non collegata al modello." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4530,48 +5501,58 @@ msgstr "Estrusore adesione piano di stampa" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "Il treno estrusore utilizzato per la stampa dello skirt/brim/raft. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Estrusore skirt/brim" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "Il treno estrusore utilizzato per la stampa dello skirt o del brim. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Estrusore della base del raft" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "Il treno estrusore utilizzato per la stampa del primo strato del raft. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Estrusore intermedio del raft" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "Il treno estrusore utilizzato per la stampa dello strato intermedio del raft. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Estrusore superiore del raft" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "Il treno estrusore utilizzato per la stampa degli strati superiori del raft. Utilizzato nell’estrusione multipla." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4580,8 +5561,11 @@ msgstr "Numero di linee dello skirt" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." -msgstr "Più linee di skirt contribuiscono a migliorare l'avvio dell'estrusione per modelli di piccole dimensioni. L'impostazione di questo valore a 0 disattiverà la funzione skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." +msgstr "Più linee di skirt contribuiscono a migliorare l'avvio dell'estrusione per modelli di piccole dimensioni. L'impostazione di questo valore a 0 disattiverà" +" la funzione skirt." #: fdmprinter.def.json msgctxt "skirt_gap label" @@ -4592,10 +5576,9 @@ msgstr "Distanza dello skirt" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"Indica la distanza orizzontale tra lo skirt ed il primo strato della stampa.\n" -"Questa è la distanza minima. Più linee di skirt aumenteranno tale distanza." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "Indica la distanza orizzontale tra lo skirt ed il primo strato della stampa.\nQuesta è la distanza minima. Più linee di skirt aumenteranno tale distanza." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4604,8 +5587,13 @@ msgstr "Lunghezza minima dello skirt/brim" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "Indica la lunghezza minima dello skirt o del brim. Se tale lunghezza minima non viene raggiunta da tutte le linee skirt o brim insieme, saranno aggiunte più linee di skirt o brim fino a raggiungere la lunghezza minima. Nota: se il valore è impostato a 0, questa funzione viene ignorata." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "Indica la lunghezza minima dello skirt o del brim. Se tale lunghezza minima non viene raggiunta da tutte le linee skirt o brim insieme, saranno aggiunte" +" più linee di skirt o brim fino a raggiungere la lunghezza minima. Nota: se il valore è impostato a 0, questa funzione viene ignorata." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4614,8 +5602,12 @@ msgstr "Larghezza del brim" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." -msgstr "Indica la distanza tra il modello e la linea di estremità del brim. Un brim di maggiore dimensione aderirà meglio al piano di stampa, ma con riduzione dell'area di stampa." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." +msgstr "Indica la distanza tra il modello e la linea di estremità del brim. Un brim di maggiore dimensione aderirà meglio al piano di stampa, ma con riduzione" +" dell'area di stampa." #: fdmprinter.def.json msgctxt "brim_line_count label" @@ -4624,7 +5616,9 @@ msgstr "Numero di linee del brim" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "Corrisponde al numero di linee utilizzate per un brim. Più linee brim migliorano l’adesione al piano di stampa, ma con riduzione dell'area di stampa." #: fdmprinter.def.json @@ -4634,8 +5628,12 @@ msgstr "Distanza del Brim" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "Distanza orizzontale tra la linea del primo brim e il profilo del primo layer della stampa. Un piccolo interstizio può semplificare la rimozione del brim e allo stesso tempo fornire dei vantaggi termici." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "Distanza orizzontale tra la linea del primo brim e il profilo del primo layer della stampa. Un piccolo interstizio può semplificare la rimozione del brim" +" e allo stesso tempo fornire dei vantaggi termici." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4644,8 +5642,12 @@ msgstr "Brim in sostituzione del supporto" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Abilita la stampa del brim intorno al modello anche se quello spazio dovrebbe essere occupato dal supporto. Sostituisce alcune zone del primo strato del supporto con zone del brim." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Abilita la stampa del brim intorno al modello anche se quello spazio dovrebbe essere occupato dal supporto. Sostituisce alcune zone del primo strato del" +" supporto con zone del brim." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4654,8 +5656,12 @@ msgstr "Brim solo sull’esterno" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Stampa il brim solo sull’esterno del modello. Questo riduce la quantità del brim che si deve rimuovere in seguito, mentre non riduce particolarmente l’adesione al piano." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Stampa il brim solo sull’esterno del modello. Questo riduce la quantità del brim che si deve rimuovere in seguito, mentre non riduce particolarmente l’adesione" +" al piano." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4664,8 +5670,12 @@ msgstr "Margine extra del raft" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Se è abilitata la funzione raft, questo valore indica di quanto il raft fuoriesce rispetto al perimetro esterno del modello. Aumentando questo margine si creerà un raft più robusto, utilizzando però più materiale e lasciando meno spazio per la stampa." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Se è abilitata la funzione raft, questo valore indica di quanto il raft fuoriesce rispetto al perimetro esterno del modello. Aumentando questo margine" +" si creerà un raft più robusto, utilizzando però più materiale e lasciando meno spazio per la stampa." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4674,8 +5684,13 @@ msgstr "Smoothing raft" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Questa impostazione controlla l'entità dell'arrotondamento degli angoli interni sul profilo raft. Gli angoli interni vengono arrotondati a semicerchio con un raggio pari al valore indicato. Questa impostazione elimina inoltre i fori sul profilo raft più piccoli di tale cerchio." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Questa impostazione controlla l'entità dell'arrotondamento degli angoli interni sul profilo raft. Gli angoli interni vengono arrotondati a semicerchio" +" con un raggio pari al valore indicato. Questa impostazione elimina inoltre i fori sul profilo raft più piccoli di tale cerchio." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4684,8 +5699,12 @@ msgstr "Traferro del raft" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "È l'interstizio tra lo strato di raft finale ed il primo strato del modello. Solo il primo strato viene sollevato di questo valore per ridurre l'adesione fra lo strato di raft e il modello. Ciò rende più facile rimuovere il raft." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "È l'interstizio tra lo strato di raft finale ed il primo strato del modello. Solo il primo strato viene sollevato di questo valore per ridurre l'adesione" +" fra lo strato di raft e il modello. Ciò rende più facile rimuovere il raft." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4694,8 +5713,12 @@ msgstr "Z Sovrapposizione Primo Strato" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "Effettua il primo e secondo strato di sovrapposizione modello nella direzione Z per compensare il filamento perso nel traferro. Tutti i modelli sopra il primo strato del modello saranno spostati verso il basso di questa quantità." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "Effettua il primo e secondo strato di sovrapposizione modello nella direzione Z per compensare il filamento perso nel traferro. Tutti i modelli sopra il" +" primo strato del modello saranno spostati verso il basso di questa quantità." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4704,8 +5727,12 @@ msgstr "Strati superiori del raft" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "Numero di strati sulla parte superiore del secondo strato del raft. Si tratta di strati completamente riempiti su cui poggia il modello. 2 strati danno come risultato una superficie superiore più levigata rispetto ad 1 solo strato." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "Numero di strati sulla parte superiore del secondo strato del raft. Si tratta di strati completamente riempiti su cui poggia il modello. 2 strati danno" +" come risultato una superficie superiore più levigata rispetto ad 1 solo strato." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4724,7 +5751,9 @@ msgstr "Larghezza delle linee superiori del raft" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Indica la larghezza delle linee della superficie superiore del raft. Queste possono essere linee sottili atte a levigare la parte superiore del raft." #: fdmprinter.def.json @@ -4734,18 +5763,25 @@ msgstr "Spaziatura superiore del raft" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." -msgstr "Indica la distanza tra le linee che costituiscono la maglia superiore del raft. La distanza deve essere uguale alla larghezza delle linee, in modo tale da ottenere una superficie solida." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." +msgstr "Indica la distanza tra le linee che costituiscono la maglia superiore del raft. La distanza deve essere uguale alla larghezza delle linee, in modo tale" +" da ottenere una superficie solida." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Strati intermedi del raft" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Il numero di strati tra la base e la superficie del raft. Questi costituiscono lo spessore principale del raft. L'incremento di questo numero crea un raft" +" più spesso e robusto." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4764,8 +5800,11 @@ msgstr "Larghezza delle linee dello strato intermedio del raft" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." -msgstr "Indica la larghezza delle linee dello strato intermedio del raft. Una maggiore estrusione del secondo strato provoca l'incollamento delle linee al piano di stampa." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." +msgstr "Indica la larghezza delle linee dello strato intermedio del raft. Una maggiore estrusione del secondo strato provoca l'incollamento delle linee al piano" +" di stampa." #: fdmprinter.def.json msgctxt "raft_interface_line_spacing label" @@ -4774,8 +5813,12 @@ msgstr "Spaziatura dello strato intermedio del raft" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "Indica la distanza fra le linee dello strato intermedio del raft. La spaziatura dello strato intermedio deve essere abbastanza ampia, ma al tempo stesso sufficientemente fitta da sostenere gli strati superiori del raft." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "Indica la distanza fra le linee dello strato intermedio del raft. La spaziatura dello strato intermedio deve essere abbastanza ampia, ma al tempo stesso" +" sufficientemente fitta da sostenere gli strati superiori del raft." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4784,7 +5827,9 @@ msgstr "Spessore della base del raft" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "Indica lo spessore dello strato di base del raft. Questo strato deve essere spesso per aderire saldamente al piano di stampa." #: fdmprinter.def.json @@ -4794,7 +5839,9 @@ msgstr "Larghezza delle linee dello strato di base del raft" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Indica la larghezza delle linee dello strato di base del raft. Le linee di questo strato devono essere spesse per favorire l'adesione al piano di stampa." #: fdmprinter.def.json @@ -4804,7 +5851,9 @@ msgstr "Spaziatura delle linee dello strato di base del raft" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "Indica la distanza tra le linee che costituiscono lo strato di base del raft. Un'ampia spaziatura favorisce la rimozione del raft dal piano di stampa." #: fdmprinter.def.json @@ -4824,8 +5873,12 @@ msgstr "Velocità di stampa parte superiore del raft" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "Indica la velocità alla quale sono stampati gli strati superiori del raft. La stampa di questi strati deve avvenire un po' più lentamente, in modo da consentire all'ugello di levigare lentamente le linee superficiali adiacenti." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "Indica la velocità alla quale sono stampati gli strati superiori del raft. La stampa di questi strati deve avvenire un po' più lentamente, in modo da consentire" +" all'ugello di levigare lentamente le linee superficiali adiacenti." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4834,8 +5887,12 @@ msgstr "Velocità di stampa raft intermedio" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "Indica la velocità alla quale viene stampato lo strato intermedio del raft. La sua stampa deve avvenire molto lentamente, considerato che il volume di materiale che fuoriesce dall'ugello è piuttosto elevato." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "Indica la velocità alla quale viene stampato lo strato intermedio del raft. La sua stampa deve avvenire molto lentamente, considerato che il volume di" +" materiale che fuoriesce dall'ugello è piuttosto elevato." #: fdmprinter.def.json msgctxt "raft_base_speed label" @@ -4844,8 +5901,12 @@ msgstr "Velocità di stampa della base del raft" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "Indica la velocità alla quale viene stampata la base del raft. La sua stampa deve avvenire molto lentamente, considerato che il volume di materiale che fuoriesce dall'ugello è piuttosto elevato." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "Indica la velocità alla quale viene stampata la base del raft. La sua stampa deve avvenire molto lentamente, considerato che il volume di materiale che" +" fuoriesce dall'ugello è piuttosto elevato." #: fdmprinter.def.json msgctxt "raft_acceleration label" @@ -4984,7 +6045,9 @@ msgstr "Abilitazione torre di innesco" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Stampa una torre accanto alla stampa che serve per innescare il materiale dopo ogni cambio ugello." #: fdmprinter.def.json @@ -5004,7 +6067,9 @@ msgstr "Volume minimo torre di innesco" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "Il volume minimo per ciascuno strato della torre di innesco per scaricare materiale a sufficienza." #: fdmprinter.def.json @@ -5034,7 +6099,9 @@ msgstr "Ugello pulitura inattiva sulla torre di innesco" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Dopo la stampa della torre di innesco con un ugello, pulisce il materiale fuoriuscito dall’altro ugello sulla torre di innesco." #: fdmprinter.def.json @@ -5044,8 +6111,11 @@ msgstr "Brim torre di innesco" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "Le torri di innesco potrebbero richiedere un'adesione supplementare fornita da un bordo (brim), anche se il modello non lo prevede. Attualmente non può essere utilizzato con il tipo di adesione 'Raft'." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "Le torri di innesco potrebbero richiedere un'adesione supplementare fornita da un bordo (brim), anche se il modello non lo prevede. Attualmente non può" +" essere utilizzato con il tipo di adesione 'Raft'." #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" @@ -5054,8 +6124,12 @@ msgstr "Abilitazione del riparo materiale fuoriuscito" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Abilita il riparo esterno del materiale fuoriuscito. Questo crea un guscio intorno al modello per pulitura con un secondo ugello, se è alla stessa altezza del primo ugello." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Abilita il riparo esterno del materiale fuoriuscito. Questo crea un guscio intorno al modello per pulitura con un secondo ugello, se è alla stessa altezza" +" del primo ugello." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5064,8 +6138,12 @@ msgstr "Angolo del riparo materiale fuoriuscito" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "È l'angolazione massima ammessa delle parti nel riparo. Con 0 gradi verticale e 90 gradi orizzontale. Un angolo più piccolo comporta minori ripari non riusciti, ma maggiore materiale." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "È l'angolazione massima ammessa delle parti nel riparo. Con 0 gradi verticale e 90 gradi orizzontale. Un angolo più piccolo comporta minori ripari non" +" riusciti, ma maggiore materiale." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5084,8 +6162,12 @@ msgstr "Distanza di retrazione cambio ugello" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." -msgstr "Indica il valore di retrazione alla commutazione degli estrusori. Impostato a 0 per nessuna retrazione. Questo valore generalmente dovrebbe essere lo stesso della lunghezza della zona di riscaldamento." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." +msgstr "Indica il valore di retrazione alla commutazione degli estrusori. Impostato a 0 per nessuna retrazione. Questo valore generalmente dovrebbe essere lo stesso" +" della lunghezza della zona di riscaldamento." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds label" @@ -5094,8 +6176,11 @@ msgstr "Velocità di retrazione cambio ugello" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." -msgstr "Indica la velocità di retrazione del filamento. Una maggiore velocità di retrazione funziona bene, ma una velocità di retrazione eccessiva può portare alla deformazione del filamento." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." +msgstr "Indica la velocità di retrazione del filamento. Una maggiore velocità di retrazione funziona bene, ma una velocità di retrazione eccessiva può portare" +" alla deformazione del filamento." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed label" @@ -5104,7 +6189,8 @@ msgstr "Velocità di retrazione cambio ugello" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "Indica la velocità alla quale il filamento viene retratto durante una retrazione per cambio ugello." #: fdmprinter.def.json @@ -5114,7 +6200,9 @@ msgstr "Velocità innesco cambio ugello" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "Indica la velocità alla quale il filamento viene sospinto indietro dopo la retrazione per cambio ugello." #: fdmprinter.def.json @@ -5144,8 +6232,12 @@ msgstr "Unione dei volumi in sovrapposizione" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Questa funzione ignora la geometria interna derivante da volumi in sovrapposizione all’interno di una maglia, stampandoli come un unico volume. Questo può comportare la scomparsa di cavità interne." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Questa funzione ignora la geometria interna derivante da volumi in sovrapposizione all’interno di una maglia, stampandoli come un unico volume. Questo" +" può comportare la scomparsa di cavità interne." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5154,8 +6246,12 @@ msgstr "Rimozione di tutti i fori" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Rimuove i fori presenti su ciascuno strato e mantiene soltanto la forma esterna. Questa funzione ignora qualsiasi invisibile geometria interna. Tuttavia, essa ignora allo stesso modo i fori degli strati visibili da sopra o da sotto." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Rimuove i fori presenti su ciascuno strato e mantiene soltanto la forma esterna. Questa funzione ignora qualsiasi invisibile geometria interna. Tuttavia," +" essa ignora allo stesso modo i fori degli strati visibili da sopra o da sotto." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5164,8 +6260,12 @@ msgstr "Ricucitura completa dei fori" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." -msgstr "Questa funzione tenta di 'ricucire' i fori aperti nella maglia chiudendo il foro con poligoni a contatto. Questa opzione può richiedere lunghi tempi di elaborazione." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." +msgstr "Questa funzione tenta di 'ricucire' i fori aperti nella maglia chiudendo il foro con poligoni a contatto. Questa opzione può richiedere lunghi tempi di" +" elaborazione." #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons label" @@ -5174,8 +6274,14 @@ msgstr "Mantenimento delle superfici scollegate" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Di norma Cura cerca di \"ricucire\" piccoli fori nella maglia e di rimuovere le parti di uno strato che presentano grossi fori. Abilitando questa opzione, Cura mantiene quelle parti che non possono essere 'ricucite'. Questa opzione deve essere utilizzata come ultima risorsa quando non sia stato possibile produrre un corretto codice G in nessun altro modo." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Di norma Cura cerca di \"ricucire\" piccoli fori nella maglia e di rimuovere le parti di uno strato che presentano grossi fori. Abilitando questa opzione," +" Cura mantiene quelle parti che non possono essere 'ricucite'. Questa opzione deve essere utilizzata come ultima risorsa quando non sia stato possibile" +" produrre un corretto codice G in nessun altro modo." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5184,7 +6290,9 @@ msgstr "Sovrapposizione maglie" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Fa sovrapporre leggermente le maglie a contatto tra loro. In tal modo ne migliora l’adesione." #: fdmprinter.def.json @@ -5194,7 +6302,9 @@ msgstr "Rimuovi intersezione maglie" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "Rimuove le aree in cui maglie multiple si sovrappongono tra loro. Questo può essere usato se oggetti di due materiali uniti si sovrappongono tra loro." #: fdmprinter.def.json @@ -5204,8 +6314,13 @@ msgstr "Rimozione maglie alternate" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Selezionare quali volumi di intersezione maglie appartengono a ciascuno strato, in modo che le maglie sovrapposte diventino interconnesse. Disattivando questa funzione una delle maglie ottiene tutto il volume della sovrapposizione, che viene rimosso dalle altre maglie." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Selezionare quali volumi di intersezione maglie appartengono a ciascuno strato, in modo che le maglie sovrapposte diventino interconnesse. Disattivando" +" questa funzione una delle maglie ottiene tutto il volume della sovrapposizione, che viene rimosso dalle altre maglie." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5214,8 +6329,12 @@ msgstr "Rimuovere i primi strati vuoti" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Rimuovere gli strati vuoti sotto il primo strato stampato, se presenti. La disabilitazione di questa impostazione può provocare la presenza di primi strati vuoti, se l'impostazione di Tolleranza di sezionamento è impostata su Esclusiva o Intermedia." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Rimuovere gli strati vuoti sotto il primo strato stampato, se presenti. La disabilitazione di questa impostazione può provocare la presenza di primi strati" +" vuoti, se l'impostazione di Tolleranza di sezionamento è impostata su Esclusiva o Intermedia." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5224,8 +6343,14 @@ msgstr "Risoluzione massima" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "La dimensione minima di un segmento di linea dopo il sezionamento. Se tale dimensione aumenta, la maglia avrà una risoluzione inferiore. Questo può consentire alla stampante di mantenere la velocità per processare il g-code ed aumenterà la velocità di sezionamento eliminando i dettagli della maglia che non è comunque in grado di processare." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "La dimensione minima di un segmento di linea dopo il sezionamento. Se tale dimensione aumenta, la maglia avrà una risoluzione inferiore. Questo può consentire" +" alla stampante di mantenere la velocità per processare il g-code ed aumenterà la velocità di sezionamento eliminando i dettagli della maglia che non è" +" comunque in grado di processare." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5234,8 +6359,14 @@ msgstr "Risoluzione massima di spostamento" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "La dimensione minima di un segmento lineare di spostamento dopo il sezionamento. Aumentando tale dimensione, le corse di spostamento avranno meno angoli arrotondati. La stampante può così mantenere la velocità per processare il g-code, ma si può verificare una riduzione della precisione di aggiramento del modello." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "La dimensione minima di un segmento lineare di spostamento dopo il sezionamento. Aumentando tale dimensione, le corse di spostamento avranno meno angoli" +" arrotondati. La stampante può così mantenere la velocità per processare il g-code, ma si può verificare una riduzione della precisione di aggiramento" +" del modello." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5244,18 +6375,36 @@ msgstr "Deviazione massima" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "La deviazione massima consentita quando si riduce la risoluzione per l'impostazione Risoluzione massima. Se si aumenta questo parametro, la stampa sarà meno precisa, ma il g-code sarà più piccolo. Deviazione massima rappresenta il limite per Risoluzione massima; pertanto se le due impostazioni sono in conflitto, verrà considerata vera l'impostazione Deviazione massima." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "La deviazione massima consentita quando si riduce la risoluzione per l'impostazione Risoluzione massima. Se si aumenta questo parametro, la stampa sarà" +" meno precisa, ma il g-code sarà più piccolo. Deviazione massima rappresenta il limite per Risoluzione massima; pertanto se le due impostazioni sono in" +" conflitto, verrà considerata vera l'impostazione Deviazione massima." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Deviazione massima dell'area di estrusione" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "La deviazione massima dell'area di estrusione consentita durante la rimozione di punti intermedi da una linea retta. Un punto intermedio può fungere da" +" punto di modifica larghezza in una lunga linea retta. Pertanto, se viene rimosso, la linea avrà una larghezza uniforme e, come risultato, perderà (o guadagnerà)" +" area di estrusione. In caso di incremento si può notare una leggera sotto (o sovra) estrusione tra pareti parallele rette, poiché sarà possibile rimuovere" +" più punti di variazione della larghezza intermedi. La stampa sarà meno precisa, ma il G-Code sarà più piccolo." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5274,8 +6423,15 @@ msgstr "Sequenza di stampa" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Indica se stampare tutti i modelli un layer alla volta o se attendere di terminare un modello prima di passare al successivo. La modalità \"uno per volta\" è possibile solo se a) è abilitato solo un estrusore b) tutti i modelli sono separati in modo tale che l'intera testina di stampa possa muoversi tra di essi e che tutti i modelli siano più bassi della distanza tra l'ugello e gli assi X/Y." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Indica se stampare tutti i modelli un layer alla volta o se attendere di terminare un modello prima di passare al successivo. La modalità \"uno per volta\"" +" è possibile solo se a) è abilitato solo un estrusore b) tutti i modelli sono separati in modo tale che l'intera testina di stampa possa muoversi tra di" +" essi e che tutti i modelli siano più bassi della distanza tra l'ugello e gli assi X/Y." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5294,8 +6450,12 @@ msgstr "Maglia di riempimento" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Utilizzare questa maglia per modificare il riempimento di altre maglie a cui è sovrapposta. Sostituisce le regioni di riempimento di altre maglie con le regioni di questa maglia. Si consiglia di stampare solo una parete e non il rivestimento esterno superiore/inferiore per questa maglia." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Utilizzare questa maglia per modificare il riempimento di altre maglie a cui è sovrapposta. Sostituisce le regioni di riempimento di altre maglie con le" +" regioni di questa maglia. Si consiglia di stampare solo una parete e non il rivestimento esterno superiore/inferiore per questa maglia." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5304,8 +6464,15 @@ msgstr "Classificazione dell'elaborazione delle maglie" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Determina la priorità di questa mesh quando si considera la sovrapposizione multipla delle mesh di riempimento. Per le aree con la sovrapposizione di più mesh di riempimento verranno utilizzate le impostazioni della mesh con la classificazione più alta. Una mesh di riempimento con una classificazione più alta modificherà il riempimento delle mesh di riempimento con una classificazione inferiore e delle mesh normali." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Determina la priorità di questa mesh quando si considera la sovrapposizione multipla delle mesh di riempimento. Per le aree con la sovrapposizione di più" +" mesh di riempimento verranno utilizzate le impostazioni della mesh con la classificazione più alta. Una mesh di riempimento con una classificazione più" +" alta modificherà il riempimento delle mesh di riempimento con una classificazione inferiore e delle mesh normali." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5314,8 +6481,12 @@ msgstr "Ritaglio maglia" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Limita il volume di questa maglia all'interno di altre maglie. Questo può essere utilizzato per stampare talune aree di una maglia con impostazioni diverse e con un diverso estrusore." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Limita il volume di questa maglia all'interno di altre maglie. Questo può essere utilizzato per stampare talune aree di una maglia con impostazioni diverse" +" e con un diverso estrusore." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5324,7 +6495,9 @@ msgstr "Stampo" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Stampa i modelli come uno stampo, che può essere fuso per ottenere un modello che assomigli ai modelli sul piano di stampa." #: fdmprinter.def.json @@ -5334,7 +6507,9 @@ msgstr "Larghezza minimo dello stampo" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "Distanza minima tra l'esterno dello stampo e l'esterno del modello." #: fdmprinter.def.json @@ -5354,8 +6529,12 @@ msgstr "Angolo stampo" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "Angolo dello sbalzo delle pareti esterne creato per il modello. 0° rende il guscio esterno dello stampo verticale, mentre 90° fa in modo che il guscio esterno dello stampo segua il profilo del modello." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "Angolo dello sbalzo delle pareti esterne creato per il modello. 0° rende il guscio esterno dello stampo verticale, mentre 90° fa in modo che il guscio" +" esterno dello stampo segua il profilo del modello." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5364,7 +6543,9 @@ msgstr "Supporto maglia" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Utilizzare questa maglia per specificare le aree di supporto. Può essere usata per generare una struttura di supporto." #: fdmprinter.def.json @@ -5374,8 +6555,11 @@ msgstr "Maglia anti-sovrapposizione" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Utilizzare questa maglia per specificare dove nessuna parte del modello deve essere rilevata come in sovrapposizione. Può essere usato per rimuovere struttura di supporto indesiderata." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Utilizzare questa maglia per specificare dove nessuna parte del modello deve essere rilevata come in sovrapposizione. Può essere usato per rimuovere struttura" +" di supporto indesiderata." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5384,8 +6568,15 @@ msgstr "Modalità superficie" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Trattare il modello solo come una superficie, un volume o volumi con superfici libere. Il modo di stampa normale stampa solo volumi delimitati. “Superficie” stampa una parete singola tracciando la superficie della maglia senza riempimento e senza rivestimento esterno superiore/inferiore. “Entrambi” stampa i volumi delimitati come normali ed eventuali poligoni rimanenti come superfici." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Trattare il modello solo come una superficie, un volume o volumi con superfici libere. Il modo di stampa normale stampa solo volumi delimitati. “Superficie”" +" stampa una parete singola tracciando la superficie della maglia senza riempimento e senza rivestimento esterno superiore/inferiore. “Entrambi” stampa" +" i volumi delimitati come normali ed eventuali poligoni rimanenti come superfici." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5409,8 +6600,14 @@ msgstr "Stampa del contorno esterno con movimento spiraliforme" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "Appiattisce il contorno esterno attorno all'asse Z con movimento spiraliforme. Questo crea un aumento costante lungo l'asse Z durante tutto il processo di stampa. Questa caratteristica consente di ottenere un modello pieno in una singola stampata con fondo solido. Questa caratteristica deve essere abilitata solo quando ciascuno strato contiene solo una singola parte." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "Appiattisce il contorno esterno attorno all'asse Z con movimento spiraliforme. Questo crea un aumento costante lungo l'asse Z durante tutto il processo" +" di stampa. Questa caratteristica consente di ottenere un modello pieno in una singola stampata con fondo solido. Questa caratteristica deve essere abilitata" +" solo quando ciascuno strato contiene solo una singola parte." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5419,8 +6616,12 @@ msgstr "Levigazione dei profili con movimento spiraliforme" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Leviga i profili con movimento spiraliforme per ridurre la visibilità della giunzione Z (la giunzione Z dovrebbe essere appena visibile sulla stampa, ma rimane visibile nella visualizzazione a strati). Notare che la levigatura tende a rimuovere le bavature fini della superficie." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Leviga i profili con movimento spiraliforme per ridurre la visibilità della giunzione Z (la giunzione Z dovrebbe essere appena visibile sulla stampa, ma" +" rimane visibile nella visualizzazione a strati). Notare che la levigatura tende a rimuovere le bavature fini della superficie." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5429,8 +6630,16 @@ msgstr "Estrusione relativa" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Utilizza l'estrusione relativa invece di quella assoluta. L'utilizzo di fasi E relative facilita la post-elaborazione del codice G. Tuttavia, questa impostazione non è supportata da tutte le stampanti e può causare deviazioni molto piccole nella quantità di materiale depositato rispetto alle fasi E assolute. Indipendentemente da questa impostazione, la modalità estrusione sarà sempre impostata su assoluta prima che venga generato uno script in codice G." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Utilizza l'estrusione relativa invece di quella assoluta. L'utilizzo di fasi E relative facilita la post-elaborazione del codice G. Tuttavia, questa impostazione" +" non è supportata da tutte le stampanti e può causare deviazioni molto piccole nella quantità di materiale depositato rispetto alle fasi E assolute. Indipendentemente" +" da questa impostazione, la modalità estrusione sarà sempre impostata su assoluta prima che venga generato uno script in codice G." #: fdmprinter.def.json msgctxt "experimental label" @@ -5449,8 +6658,18 @@ msgstr "Tolleranza di sezionamento" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Tolleranza verticale negli strati sezionati. Di norma i contorni di uno strato vengono generati prendendo le sezioni incrociate fino al centro dello spessore di ciascun livello (intermedie). In alternativa, ogni strato può avere le aree che cadono all'interno del volume per tutto lo spessore dello strato (esclusive) oppure uno strato presenta le aree che rientrano all'interno di qualsiasi punto dello strato (inclusive). Le aree inclusive conservano la maggior parte dei dettagli; le esclusive generano la soluzione migliore, mentre le intermedie restano più vicine alla superficie originale." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Tolleranza verticale negli strati sezionati. Di norma i contorni di uno strato vengono generati prendendo le sezioni incrociate fino al centro dello spessore" +" di ciascun livello (intermedie). In alternativa, ogni strato può avere le aree che cadono all'interno del volume per tutto lo spessore dello strato (esclusive)" +" oppure uno strato presenta le aree che rientrano all'interno di qualsiasi punto dello strato (inclusive). Le aree inclusive conservano la maggior parte" +" dei dettagli; le esclusive generano la soluzione migliore, mentre le intermedie restano più vicine alla superficie originale." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5509,8 +6728,12 @@ msgstr "Ordine superficie superiore monotonico" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Stampa linee superficie superiori in un ordine che ne causa sempre la sovrapposizione con le linee adiacenti in un singola direzione. Questa operazione richiede un tempo di stampa leggermente superiore ma rende l'aspetto delle superfici piane più uniforme." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Stampa linee superficie superiori in un ordine che ne causa sempre la sovrapposizione con le linee adiacenti in un singola direzione. Questa operazione" +" richiede un tempo di stampa leggermente superiore ma rende l'aspetto delle superfici piane più uniforme." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5519,8 +6742,17 @@ msgstr "Direzioni linea rivestimento superficie superiore" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Un elenco di direzioni linee intere da usare quando gli strati rivestimento superficie superiore utilizzano le linee o la configurazione zig zag. Gli elementi dall’elenco sono utilizzati in sequenza con il progredire degli strati e, al raggiungimento della fine dell’elenco, la sequenza ricomincia dall’inizio. Le voci elencate sono separate da virgole e l’intero elenco è racchiuso tra parentesi quadre. L’elenco predefinito è vuoto, vale a dire che utilizza i valori angolari predefiniti (45 e 135 gradi)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Un elenco di direzioni linee intere da usare quando gli strati rivestimento superficie superiore utilizzano le linee o la configurazione zig zag. Gli elementi" +" dall’elenco sono utilizzati in sequenza con il progredire degli strati e, al raggiungimento della fine dell’elenco, la sequenza ricomincia dall’inizio." +" Le voci elencate sono separate da virgole e l’intero elenco è racchiuso tra parentesi quadre. L’elenco predefinito è vuoto, vale a dire che utilizza i" +" valori angolari predefiniti (45 e 135 gradi)." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5529,8 +6761,15 @@ msgstr "Ottimizzazione spostamenti riempimento" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Quando abilitato, l’ordine di stampa delle linee di riempimento viene ottimizzato per ridurre la distanza percorsa. La riduzione del tempo di spostamento ottenuta dipende in particolare dal modello sezionato, dalla configurazione di riempimento, dalla densità, ecc. Si noti che, per alcuni modelli che hanno piccole aree di riempimento, il tempo di sezionamento del modello può aumentare notevolmente." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Quando abilitato, l’ordine di stampa delle linee di riempimento viene ottimizzato per ridurre la distanza percorsa. La riduzione del tempo di spostamento" +" ottenuta dipende in particolare dal modello sezionato, dalla configurazione di riempimento, dalla densità, ecc. Si noti che, per alcuni modelli che hanno" +" piccole aree di riempimento, il tempo di sezionamento del modello può aumentare notevolmente." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5539,7 +6778,9 @@ msgstr "Temperatura automatica" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Modifica automaticamente la temperatura per ciascuno strato con la velocità media del flusso per tale strato." #: fdmprinter.def.json @@ -5549,7 +6790,9 @@ msgstr "Grafico della temperatura del flusso" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Collegamento dei dati di flusso del materiale (in mm3 al secondo) alla temperatura (in °C)." #: fdmprinter.def.json @@ -5559,8 +6802,14 @@ msgstr "Circonferenza minima dei poligoni" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "I poligoni in strati sezionati con una circonferenza inferiore a questo valore verranno scartati. I valori inferiori generano una maglia con risoluzione superiore al costo del tempo di sezionamento. È dedicata in particolare alle stampanti SLA ad alta risoluzione e a modelli 3D molto piccoli, ricchi di dettagli." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "I poligoni in strati sezionati con una circonferenza inferiore a questo valore verranno scartati. I valori inferiori generano una maglia con risoluzione" +" superiore al costo del tempo di sezionamento. È dedicata in particolare alle stampanti SLA ad alta risoluzione e a modelli 3D molto piccoli, ricchi di" +" dettagli." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5569,8 +6818,11 @@ msgstr "Rottura del supporto in pezzi di grandi dimensioni" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." -msgstr "Salto di alcuni collegamenti per rendere la struttura del supporto più facile da rompere. Questa impostazione è applicabile alla configurazione a zig-zag del riempimento del supporto." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." +msgstr "Salto di alcuni collegamenti per rendere la struttura del supporto più facile da rompere. Questa impostazione è applicabile alla configurazione a zig-zag" +" del riempimento del supporto." #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm label" @@ -5579,7 +6831,9 @@ msgstr "Dimensioni frammento supporto" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Lasciare un collegamento tra le linee del supporto ogni N millimetri per facilitare la rottura del supporto stesso." #: fdmprinter.def.json @@ -5589,7 +6843,9 @@ msgstr "Conteggio linee di rottura supporto" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Salto di una ogni N linee di collegamento per rendere la struttura del supporto più facile da rompere." #: fdmprinter.def.json @@ -5599,8 +6855,11 @@ msgstr "Abilitazione del riparo paravento" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "In tal modo si creerà una protezione attorno al modello che intrappola l'aria (calda) e lo protegge da flussi d’aria esterna. Particolarmente utile per i materiali soggetti a deformazione." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "In tal modo si creerà una protezione attorno al modello che intrappola l'aria (calda) e lo protegge da flussi d’aria esterna. Particolarmente utile per" +" i materiali soggetti a deformazione." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5619,7 +6878,9 @@ msgstr "Limitazione del riparo paravento" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "Imposta l’altezza del riparo paravento. Scegliere di stampare il riparo paravento all’altezza totale del modello o a un’altezza limitata." #: fdmprinter.def.json @@ -5639,7 +6900,9 @@ msgstr "Altezza del riparo paravento" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Indica la limitazione in altezza del riparo paravento. Al di sopra di tale altezza non sarà stampato alcun riparo." #: fdmprinter.def.json @@ -5649,8 +6912,12 @@ msgstr "Rendi stampabile lo sbalzo" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Cambia la geometria del modello stampato in modo da richiedere un supporto minimo. Sbalzi molto inclinati diventeranno sbalzi poco profondi. Le aree di sbalzo scendono per diventare più verticali." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Cambia la geometria del modello stampato in modo da richiedere un supporto minimo. Sbalzi molto inclinati diventeranno sbalzi poco profondi. Le aree di" +" sbalzo scendono per diventare più verticali." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5659,8 +6926,12 @@ msgstr "Massimo angolo modello" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "L’angolo massimo degli sbalzi dopo essere stati resi stampabili. A un valore di 0° tutti gli sbalzi sono sostituiti da un pezzo del modello collegato al piano di stampa, 90° non cambia il modello in alcun modo." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "L’angolo massimo degli sbalzi dopo essere stati resi stampabili. A un valore di 0° tutti gli sbalzi sono sostituiti da un pezzo del modello collegato al" +" piano di stampa, 90° non cambia il modello in alcun modo." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5669,8 +6940,12 @@ msgstr "Area foro di sbalzo massima" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "L'area massima di un foro nella base del modello prima che venga rimossa da Rendi stampabile lo sbalzo. I fori più piccoli di questo verranno mantenuti. Un valore di 0 mm² riempirà i fori nella base del modello." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "L'area massima di un foro nella base del modello prima che venga rimossa da Rendi stampabile lo sbalzo. I fori più piccoli di questo verranno mantenuti." +" Un valore di 0 mm² riempirà i fori nella base del modello." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5679,8 +6954,12 @@ msgstr "Abilitazione della funzione di Coasting" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "Il Coasting sostituisce l'ultima parte di un percorso di estrusione con un percorso di spostamento. Il materiale fuoriuscito viene utilizzato per stampare l'ultimo tratto del percorso di estrusione al fine di ridurre i filamenti." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "Il Coasting sostituisce l'ultima parte di un percorso di estrusione con un percorso di spostamento. Il materiale fuoriuscito viene utilizzato per stampare" +" l'ultimo tratto del percorso di estrusione al fine di ridurre i filamenti." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5689,7 +6968,9 @@ msgstr "Volume di Coasting" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "È il volume di materiale fuoriuscito. Questo valore deve di norma essere prossimo al diametro dell'ugello al cubo." #: fdmprinter.def.json @@ -5699,8 +6980,13 @@ msgstr "Volume minimo prima del Coasting" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "È il volume minimo di un percorso di estrusione prima di consentire il coasting. Per percorsi di estrusione inferiori, nel tubo Bowden si è accumulata una pressione inferiore, quindi il volume rilasciato si riduce in modo lineare. Questo valore dovrebbe essere sempre maggiore del volume di Coasting." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "È il volume minimo di un percorso di estrusione prima di consentire il coasting. Per percorsi di estrusione inferiori, nel tubo Bowden si è accumulata" +" una pressione inferiore, quindi il volume rilasciato si riduce in modo lineare. Questo valore dovrebbe essere sempre maggiore del volume di Coasting." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5709,8 +6995,12 @@ msgstr "Velocità di Coasting" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "È la velocità a cui eseguire lo spostamento durante il Coasting, rispetto alla velocità del percorso di estrusione. Si consiglia di impostare un valore leggermente al di sotto del 100%, poiché durante il Coasting la pressione nel tubo Bowden scende." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "È la velocità a cui eseguire lo spostamento durante il Coasting, rispetto alla velocità del percorso di estrusione. Si consiglia di impostare un valore" +" leggermente al di sotto del 100%, poiché durante il Coasting la pressione nel tubo Bowden scende." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5719,7 +7009,9 @@ msgstr "Dimensioni cavità 3D incrociata" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "Dimensioni delle cavità negli incroci a quattro vie nella configurazione 3D incrociata alle altezze a cui la configurazione tocca se stessa." #: fdmprinter.def.json @@ -5729,7 +7021,9 @@ msgstr "Immagine di densità del riempimento incrociato" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "La posizione del file di un'immagine i cui i valori di luminosità determinano la densità minima nella posizione corrispondente nel riempimento della stampa." #: fdmprinter.def.json @@ -5739,7 +7033,9 @@ msgstr "Immagine di densità del riempimento incrociato per il supporto" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "La posizione del file di un'immagine i cui i valori di luminosità determinano la densità minima nella posizione corrispondente nel supporto." #: fdmprinter.def.json @@ -5759,8 +7055,13 @@ msgstr "Angolo del supporto conico" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "È l'angolo di inclinazione del supporto conico. Con 0 gradi verticale e 90 gradi orizzontale. Angoli inferiori rendono il supporto più robusto, ma richiedono una maggiore quantità di materiale. Angoli negativi rendono la base del supporto più larga rispetto alla parte superiore." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "È l'angolo di inclinazione del supporto conico. Con 0 gradi verticale e 90 gradi orizzontale. Angoli inferiori rendono il supporto più robusto, ma richiedono" +" una maggiore quantità di materiale. Angoli negativi rendono la base del supporto più larga rispetto alla parte superiore." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5769,7 +7070,9 @@ msgstr "Larghezza minima del supporto conico" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Indica la larghezza minima alla quale viene ridotta la base dell’area del supporto conico. Larghezze minori possono comportare strutture di supporto instabili." #: fdmprinter.def.json @@ -5779,7 +7082,9 @@ msgstr "Rivestimento esterno incoerente (fuzzy)" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Distorsione (jitter) casuale durante la stampa della parete esterna, così che la superficie assume un aspetto ruvido ed incoerente (fuzzy)." #: fdmprinter.def.json @@ -5799,8 +7104,11 @@ msgstr "Spessore del rivestimento esterno incoerente (fuzzy)" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." -msgstr "Indica la larghezza entro cui è ammessa la distorsione (jitter). Si consiglia di impostare questo valore ad un livello inferiore rispetto alla larghezza della parete esterna, poiché le pareti interne rimangono inalterate." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." +msgstr "Indica la larghezza entro cui è ammessa la distorsione (jitter). Si consiglia di impostare questo valore ad un livello inferiore rispetto alla larghezza" +" della parete esterna, poiché le pareti interne rimangono inalterate." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density label" @@ -5809,8 +7117,12 @@ msgstr "Densità del rivestimento esterno incoerente (fuzzy)" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "Indica la densità media dei punti introdotti su ciascun poligono in uno strato. Si noti che i punti originali del poligono vengono scartati, perciò una bassa densità si traduce in una riduzione della risoluzione." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "Indica la densità media dei punti introdotti su ciascun poligono in uno strato. Si noti che i punti originali del poligono vengono scartati, perciò una" +" bassa densità si traduce in una riduzione della risoluzione." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5819,8 +7131,14 @@ msgstr "Distanza dei punti del rivestimento incoerente (fuzzy)" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "Indica la distanza media tra i punti casuali introdotti su ciascun segmento di linea. Si noti che i punti originali del poligono vengono scartati, perciò un elevato livello di regolarità si traduce in una riduzione della risoluzione. Questo valore deve essere superiore alla metà dello spessore del rivestimento incoerente (fuzzy)." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "Indica la distanza media tra i punti casuali introdotti su ciascun segmento di linea. Si noti che i punti originali del poligono vengono scartati, perciò" +" un elevato livello di regolarità si traduce in una riduzione della risoluzione. Questo valore deve essere superiore alla metà dello spessore del rivestimento" +" incoerente (fuzzy)." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5829,7 +7147,9 @@ msgstr "Offset massimo dell'estrusione di compensazione del flusso" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "Distanza massima in mm di spostamento del filamento per compensare le modifiche nella velocità di flusso." #: fdmprinter.def.json @@ -5839,8 +7159,12 @@ msgstr "Fattore di compensazione del flusso" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "Distanza di spostamento del filamento al fine di compensare le modifiche nella velocità di flusso, come percentuale della distanza di spostamento del filamento in un secondo di estrusione." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "Distanza di spostamento del filamento al fine di compensare le modifiche nella velocità di flusso, come percentuale della distanza di spostamento del filamento" +" in un secondo di estrusione." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5849,8 +7173,14 @@ msgstr "Funzione Wire Printing (WP)" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Consente di stampare solo la superficie esterna come una struttura di linee, realizzando una stampa \"sospesa nell'aria\". Questa funzione si realizza mediante la stampa orizzontale dei contorni del modello con determinati intervalli Z che sono collegati tramite linee che si estendono verticalmente verso l'alto e diagonalmente verso il basso." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Consente di stampare solo la superficie esterna come una struttura di linee, realizzando una stampa \"sospesa nell'aria\". Questa funzione si realizza" +" mediante la stampa orizzontale dei contorni del modello con determinati intervalli Z che sono collegati tramite linee che si estendono verticalmente verso" +" l'alto e diagonalmente verso il basso." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5859,8 +7189,12 @@ msgstr "Altezza di connessione WP" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." -msgstr "Indica l'altezza delle linee che si estendono verticalmente verso l'alto e diagonalmente verso il basso tra due parti orizzontali. Questo determina la densità complessiva della struttura del reticolo. Applicabile solo alla funzione Wire Printing." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "Indica l'altezza delle linee che si estendono verticalmente verso l'alto e diagonalmente verso il basso tra due parti orizzontali. Questo determina la" +" densità complessiva della struttura del reticolo. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_roof_inset label" @@ -5869,8 +7203,11 @@ msgstr "Distanza dalla superficie superiore WP" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." -msgstr "Indica la distanza percorsa durante la realizzazione di una connessione da un profilo della superficie superiore (tetto) verso l'interno. Applicabile solo alla funzione Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." +msgstr "Indica la distanza percorsa durante la realizzazione di una connessione da un profilo della superficie superiore (tetto) verso l'interno. Applicabile solo" +" alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_printspeed label" @@ -5879,7 +7216,9 @@ msgstr "Velocità WP" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Indica la velocità a cui l'ugello si muove durante l'estrusione del materiale. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5889,7 +7228,9 @@ msgstr "Velocità di stampa della parte inferiore WP" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "Indica la velocità di stampa del primo strato, che è il solo strato a contatto con il piano di stampa. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5899,7 +7240,8 @@ msgstr "Velocità di stampa verticale WP" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "Indica la velocità di stampa di una linea verticale verso l'alto della struttura \"sospesa nell'aria\". Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5909,7 +7251,8 @@ msgstr "Velocità di stampa diagonale WP" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Indica la velocità di stampa di una linea diagonale verso il basso. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5919,7 +7262,9 @@ msgstr "Velocità di stampa orizzontale WP" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Indica la velocità di stampa dei contorni orizzontali del modello. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5929,7 +7274,9 @@ msgstr "Flusso WP" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Determina la compensazione del flusso: la quantità di materiale estruso viene moltiplicata per questo valore. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5949,7 +7296,8 @@ msgstr "Flusso linee piatte WP" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Determina la compensazione di flusso durante la stampa di linee piatte. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -5959,8 +7307,11 @@ msgstr "Ritardo dopo spostamento verso l'alto WP" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." -msgstr "Indica il tempo di ritardo dopo uno spostamento verso l'alto, in modo da consentire l'indurimento della linea verticale indirizzata verso l'alto. Applicabile solo alla funzione Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." +msgstr "Indica il tempo di ritardo dopo uno spostamento verso l'alto, in modo da consentire l'indurimento della linea verticale indirizzata verso l'alto. Applicabile" +" solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_bottom_delay label" @@ -5979,8 +7330,12 @@ msgstr "Ritardo tra due segmenti orizzontali WP" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Indica il tempo di ritardo tra due segmenti orizzontali. Introducendo un tale ritardo si può ottenere una migliore adesione agli strati precedenti in corrispondenza dei punti di collegamento, mentre ritardi troppo prolungati provocano cedimenti. Applicabile solo alla funzione Wire Printing." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Indica il tempo di ritardo tra due segmenti orizzontali. Introducendo un tale ritardo si può ottenere una migliore adesione agli strati precedenti in corrispondenza" +" dei punti di collegamento, mentre ritardi troppo prolungati provocano cedimenti. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5991,10 +7346,10 @@ msgstr "Spostamento verso l'alto a velocità ridotta WP" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"Indica la distanza di uno spostamento verso l'alto con estrusione a velocità dimezzata.\n" -"Ciò può garantire una migliore adesione agli strati precedenti, senza eccessivo riscaldamento del materiale su questi strati. Applicabile solo alla funzione Wire Printing." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "Indica la distanza di uno spostamento verso l'alto con estrusione a velocità dimezzata.\nCiò può garantire una migliore adesione agli strati precedenti," +" senza eccessivo riscaldamento del materiale su questi strati. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6003,8 +7358,12 @@ msgstr "Dimensione dei nodi WP" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Crea un piccolo nodo alla sommità di una linea verticale verso l'alto, in modo che lo strato orizzontale consecutivo abbia una migliore possibilità di collegarsi ad essa. Applicabile solo alla funzione Wire Printing." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Crea un piccolo nodo alla sommità di una linea verticale verso l'alto, in modo che lo strato orizzontale consecutivo abbia una migliore possibilità di" +" collegarsi ad essa. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6013,7 +7372,9 @@ msgstr "Caduta del materiale WP" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "Indica la distanza di caduta del materiale dopo un estrusione verso l'alto. Tale distanza viene compensata. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json @@ -6023,8 +7384,12 @@ msgstr "Trascinamento WP" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "Indica la distanza di trascinamento del materiale di una estrusione verso l'alto nell'estrusione diagonale verso il basso. Tale distanza viene compensata. Applicabile solo alla funzione Wire Printing." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "Indica la distanza di trascinamento del materiale di una estrusione verso l'alto nell'estrusione diagonale verso il basso. Tale distanza viene compensata." +" Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6033,8 +7398,18 @@ msgstr "Strategia WP" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Strategia per garantire il collegamento di due strati consecutivi ad ogni punto di connessione. La retrazione consente l'indurimento delle linee verticali verso l'alto nella giusta posizione, ma può causare la deformazione del filamento. È possibile realizzare un nodo all'estremità di una linea verticale verso l'alto per accrescere la possibilità di collegamento e lasciarla raffreddare; tuttavia ciò può richiedere velocità di stampa ridotte. Un'altra strategia consiste nel compensare il cedimento della parte superiore di una linea verticale verso l'alto; tuttavia le linee non sempre ricadono come previsto." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Strategia per garantire il collegamento di due strati consecutivi ad ogni punto di connessione. La retrazione consente l'indurimento delle linee verticali" +" verso l'alto nella giusta posizione, ma può causare la deformazione del filamento. È possibile realizzare un nodo all'estremità di una linea verticale" +" verso l'alto per accrescere la possibilità di collegamento e lasciarla raffreddare; tuttavia ciò può richiedere velocità di stampa ridotte. Un'altra strategia" +" consiste nel compensare il cedimento della parte superiore di una linea verticale verso l'alto; tuttavia le linee non sempre ricadono come previsto." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6058,8 +7433,12 @@ msgstr "Correzione delle linee diagonali WP" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Indica la percentuale di copertura di una linea diagonale verso il basso da un tratto di linea orizzontale. Questa opzione può impedire il cedimento della sommità delle linee verticali verso l'alto. Applicabile solo alla funzione Wire Printing." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Indica la percentuale di copertura di una linea diagonale verso il basso da un tratto di linea orizzontale. Questa opzione può impedire il cedimento della" +" sommità delle linee verticali verso l'alto. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6068,8 +7447,12 @@ msgstr "Caduta delle linee della superficie superiore (tetto) WP" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "Indica la distanza di caduta delle linee della superficie superiore (tetto) della struttura \"sospesa nell'aria\" durante la stampa. Questa distanza viene compensata. Applicabile solo alla funzione Wire Printing." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "Indica la distanza di caduta delle linee della superficie superiore (tetto) della struttura \"sospesa nell'aria\" durante la stampa. Questa distanza viene" +" compensata. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6078,8 +7461,12 @@ msgstr "Trascinamento superficie superiore (tetto) WP" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "Indica la distanza di trascinamento dell'estremità di una linea interna durante lo spostamento di ritorno verso il contorno esterno della superficie superiore (tetto). Questa distanza viene compensata. Applicabile solo alla funzione Wire Printing." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "Indica la distanza di trascinamento dell'estremità di una linea interna durante lo spostamento di ritorno verso il contorno esterno della superficie superiore" +" (tetto). Questa distanza viene compensata. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6088,8 +7475,11 @@ msgstr "Ritardo su perimetro esterno foro superficie superiore (tetto) WP" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "Indica il tempo trascorso sul perimetro esterno del foro di una superficie superiore (tetto). Tempi più lunghi possono garantire un migliore collegamento. Applicabile solo alla funzione Wire Printing." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "Indica il tempo trascorso sul perimetro esterno del foro di una superficie superiore (tetto). Tempi più lunghi possono garantire un migliore collegamento." +" Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6098,8 +7488,13 @@ msgstr "Gioco ugello WP" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Indica la distanza tra l'ugello e le linee diagonali verso il basso. Un maggior gioco risulta in linee diagonali verso il basso con un minor angolo di inclinazione, cosa che a sua volta si traduce in meno collegamenti verso l'alto con lo strato successivo. Applicabile solo alla funzione Wire Printing." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Indica la distanza tra l'ugello e le linee diagonali verso il basso. Un maggior gioco risulta in linee diagonali verso il basso con un minor angolo di" +" inclinazione, cosa che a sua volta si traduce in meno collegamenti verso l'alto con lo strato successivo. Applicabile solo alla funzione Wire Printing." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6108,7 +7503,9 @@ msgstr "Uso di strati adattivi" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Gli strati adattivi calcolano l’altezza degli strati in base alla forma del modello." #: fdmprinter.def.json @@ -6128,7 +7525,9 @@ msgstr "Dimensione variazione strati adattivi" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "La differenza in altezza dello strato successivo rispetto al precedente." #: fdmprinter.def.json @@ -6138,8 +7537,12 @@ msgstr "Dimensione della topografia dei layer adattivi" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Distanza orizzontale target tra due layer adiacenti. Riducendo questa impostazione, i layer più sottili verranno utilizzati per avvicinare i margini dei layer." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Distanza orizzontale target tra due layer adiacenti. Riducendo questa impostazione, i layer più sottili verranno utilizzati per avvicinare i margini dei" +" layer." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6148,8 +7551,13 @@ msgstr "Angolo parete di sbalzo" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Le pareti con uno sbalzo superiore a quest'angolo saranno stampate con le impostazioni per le pareti a sbalzo. Se il valore è 90, nessuna parete sarà trattata come parete a sbalzo. Nemmeno lo sbalzo supportato dal supporto sarà trattato come tale." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Le pareti con uno sbalzo superiore a quest'angolo saranno stampate con le impostazioni per le pareti a sbalzo. Se il valore è 90, nessuna parete sarà trattata" +" come parete a sbalzo. Nemmeno lo sbalzo supportato dal supporto sarà trattato come tale." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6158,7 +7566,9 @@ msgstr "Velocità parete di sbalzo" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Le pareti di sbalzo verranno stampate a questa percentuale della loro normale velocità di stampa." #: fdmprinter.def.json @@ -6168,7 +7578,9 @@ msgstr "Abilita impostazioni ponte" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Rileva i ponti e modifica la velocità di stampa, il flusso e le impostazioni ventola durante la stampa dei ponti." #: fdmprinter.def.json @@ -6178,8 +7590,12 @@ msgstr "Lunghezza minima parete ponte" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Le pareti non supportate di lunghezza inferiore a questo valore verranno stampate utilizzando le normali impostazioni parete. Le pareti non supportate di lunghezza superiore verranno stampate utilizzando le impostazioni parete ponte." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Le pareti non supportate di lunghezza inferiore a questo valore verranno stampate utilizzando le normali impostazioni parete. Le pareti non supportate" +" di lunghezza superiore verranno stampate utilizzando le impostazioni parete ponte." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6188,8 +7604,12 @@ msgstr "Soglia di supporto rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Se una zona di rivestimento esterno è supportata per meno di questa percentuale della sua area, effettuare la stampa utilizzando le impostazioni ponte. In caso contrario viene stampata utilizzando le normali impostazioni rivestimento esterno." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Se una zona di rivestimento esterno è supportata per meno di questa percentuale della sua area, effettuare la stampa utilizzando le impostazioni ponte." +" In caso contrario viene stampata utilizzando le normali impostazioni rivestimento esterno." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6198,8 +7618,11 @@ msgstr "Densità massima del riempimento rado del Bridge" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "Densità massima del riempimento considerato rado. Il rivestimento esterno sul riempimento rado è considerato non supportato; pertanto potrebbe essere trattato come rivestimento esterno ponte." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "Densità massima del riempimento considerato rado. Il rivestimento esterno sul riempimento rado è considerato non supportato; pertanto potrebbe essere trattato" +" come rivestimento esterno ponte." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6208,8 +7631,12 @@ msgstr "Coasting parete ponte" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Questo comanda la distanza che l’estrusore deve percorrere in coasting immediatamente dopo l’inizio di una parete ponte. Il coasting prima dell’inizio del ponte può ridurre la pressione nell’ugello e generare un ponte più piatto." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Questo comanda la distanza che l’estrusore deve percorrere in coasting immediatamente dopo l’inizio di una parete ponte. Il coasting prima dell’inizio" +" del ponte può ridurre la pressione nell’ugello e generare un ponte più piatto." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6228,7 +7655,9 @@ msgstr "Flusso della parete ponte" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Quando si stampano le pareti ponte, la quantità di materiale estruso viene moltiplicata per questo valore." #: fdmprinter.def.json @@ -6248,7 +7677,9 @@ msgstr "Flusso del rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Quando si stampano le zone di rivestimento esterno ponte, la quantità di materiale estruso viene moltiplicata per questo valore." #: fdmprinter.def.json @@ -6258,7 +7689,9 @@ msgstr "Densità del rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "La densità dello strato del rivestimento esterno ponte. I valori inferiori a 100 aumentano la distanza tra le linee del rivestimento esterno." #: fdmprinter.def.json @@ -6278,8 +7711,12 @@ msgstr "Ponte a strati multipli" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Se abilitata, il secondo e il terzo strato sopra l’aria vengono stampati utilizzando le seguenti impostazioni. In caso contrario, questi strati vengono stampati utilizzando le impostazioni normali." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Se abilitata, il secondo e il terzo strato sopra l’aria vengono stampati utilizzando le seguenti impostazioni. In caso contrario, questi strati vengono" +" stampati utilizzando le impostazioni normali." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6298,7 +7735,9 @@ msgstr "Flusso del secondo rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Quando si stampa il secondo strato del rivestimento esterno ponte, la quantità di materiale estruso viene moltiplicata per questo valore." #: fdmprinter.def.json @@ -6308,7 +7747,9 @@ msgstr "Densità del secondo rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "La densità del secondo strato del rivestimento esterno ponte. I valori inferiori a 100 aumentano la distanza tra le linee del rivestimento esterno." #: fdmprinter.def.json @@ -6338,7 +7779,9 @@ msgstr "Flusso del terzo rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Quando si stampa il terzo strato del rivestimento esterno ponte, la quantità di materiale estruso viene moltiplicata per questo valore." #: fdmprinter.def.json @@ -6348,7 +7791,9 @@ msgstr "Densità del terzo rivestimento esterno ponte" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "La densità del terzo strato del rivestimento esterno ponte. I valori inferiori a 100 aumentano la distanza tra le linee del rivestimento esterno." #: fdmprinter.def.json @@ -6368,8 +7813,14 @@ msgstr "Pulitura ugello tra gli strati" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Indica se includere nel G-Code la pulitura ugello tra i layer (massimo 1 per layer). L'attivazione di questa impostazione potrebbe influenzare il comportamento della retrazione al cambio layer. Utilizzare le impostazioni di retrazione per pulitura per controllare la retrazione in corrispondenza dei layer in cui sarà in funzione lo script di pulitura." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Indica se includere nel G-Code la pulitura ugello tra i layer (massimo 1 per layer). L'attivazione di questa impostazione potrebbe influenzare il comportamento" +" della retrazione al cambio layer. Utilizzare le impostazioni di retrazione per pulitura per controllare la retrazione in corrispondenza dei layer in cui" +" sarà in funzione lo script di pulitura." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6378,8 +7829,13 @@ msgstr "Volume di materiale tra le operazioni di pulitura" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Il massimo volume di materiale che può essere estruso prima di iniziare un'altra operazione di pulitura ugello. Se questo valore è inferiore al volume del materiale richiesto in un layer, l'impostazione non ha effetto in questo layer, vale a dire che si limita a una pulitura per layer." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Il massimo volume di materiale che può essere estruso prima di iniziare un'altra operazione di pulitura ugello. Se questo valore è inferiore al volume" +" del materiale richiesto in un layer, l'impostazione non ha effetto in questo layer, vale a dire che si limita a una pulitura per layer." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6398,7 +7854,8 @@ msgstr "Distanza di retrazione per pulitura" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "L'entità di retrazione del filamento in modo che non fuoriesca durante la sequenza di pulitura." #: fdmprinter.def.json @@ -6408,7 +7865,9 @@ msgstr "Entità di innesco supplementare dopo retrazione per pulitura" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Qui è possibile compensare l’eventuale trafilamento di materiale che può verificarsi nel corso della pulitura durante il movimento." #: fdmprinter.def.json @@ -6418,7 +7877,9 @@ msgstr "Velocità di retrazione per pulitura" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "Indica la velocità alla quale il filamento viene retratto e preparato durante un movimento di retrazione per pulitura." #: fdmprinter.def.json @@ -6428,7 +7889,8 @@ msgstr "Velocità di retrazione per pulitura" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "Indica la velocità alla quale il filamento viene retratto durante un movimento di retrazione per pulitura." #: fdmprinter.def.json @@ -6438,7 +7900,8 @@ msgstr "Velocità di pulitura retrazione" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "Indica la velocità alla quale il filamento viene preparato durante un movimento di retrazione per pulitura." #: fdmprinter.def.json @@ -6458,8 +7921,12 @@ msgstr "Pulitura Z Hop" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Durante la pulizia, il piano di stampa viene abbassato per creare uno spazio tra l'ugello e la stampa. Questo impedisce l'urto dell'ugello sulla stampa durante gli spostamenti, riducendo la possibilità di far cadere la stampa dal piano." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Durante la pulizia, il piano di stampa viene abbassato per creare uno spazio tra l'ugello e la stampa. Questo impedisce l'urto dell'ugello sulla stampa" +" durante gli spostamenti, riducendo la possibilità di far cadere la stampa dal piano." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6518,7 +7985,9 @@ msgstr "Dimensione massima foro piccolo" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "I fori e i profili delle parti con un diametro inferiore a quello indicato verranno stampati utilizzando Velocità Dettagli di piccole dimensioni." #: fdmprinter.def.json @@ -6528,7 +7997,9 @@ msgstr "Lunghezza massima dettagli di piccole dimensioni" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Profili di dettagli inferiori a questa lunghezza saranno stampati utilizzando Velocità Dettagli di piccole dimensioni." #: fdmprinter.def.json @@ -6538,8 +8009,11 @@ msgstr "Velocità dettagli piccole dimensioni" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "I dettagli di piccole dimensioni verranno stampati a questa percentuale della velocità di stampa normale. Una stampa più lenta può aiutare in termini di adesione e precisione." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." +msgstr "I dettagli di piccole dimensioni verranno stampati a questa percentuale della velocità di stampa normale. Una stampa più lenta può aiutare in termini di" +" adesione e precisione." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" @@ -6548,38 +8022,46 @@ msgstr "Velocità layer iniziale per dettagli di piccole dimensioni" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "I dettagli di piccole dimensioni sul primo layer saranno stampati a questa percentuale della velocità di stampa normale. Una stampa più lenta può aiutare in termini di adesione e precisione." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "I dettagli di piccole dimensioni sul primo layer saranno stampati a questa percentuale della velocità di stampa normale. Una stampa più lenta può aiutare" +" in termini di adesione e precisione." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Alterna direzioni parete" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Consente di alternare direzioni parete ogni altro strato o inserto. Utile per materiali che possono accumulare stress, come per la stampa su metallo." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Rimuovi angoli interni raft" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Consente di rimuovere angoli interni dal raft, facendolo diventare convesso." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Conteggio parete base del raft" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "Il numero di contorni da stampare intorno alla configurazione lineare nello strato di base del raft." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6588,7 +8070,9 @@ msgstr "Impostazioni riga di comando" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Impostazioni utilizzate solo se CuraEngine non è chiamato dalla parte anteriore di Cura." #: fdmprinter.def.json @@ -6598,7 +8082,9 @@ msgstr "Centra oggetto" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "Per centrare l’oggetto al centro del piano di stampa (0,0) anziché utilizzare il sistema di coordinate in cui l’oggetto è stato salvato." #: fdmprinter.def.json @@ -6628,7 +8114,9 @@ msgstr "Posizione maglia Z" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Offset applicato all’oggetto in direzione z. Con questo potrai effettuare quello che veniva denominato 'Object Sink’." #: fdmprinter.def.json @@ -6638,7 +8126,8 @@ msgstr "Matrice rotazione maglia" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Matrice di rotazione da applicare al modello quando caricato dal file." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index ac6e49d7a8..2cba93b6c3 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2022-01-10 11:54+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Japanese , Japanese \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: ja_JP\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.0\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,8 +64,13 @@ msgstr "必要なアップデートの情報にアクセスできません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." msgstr "お使いの{machine_name}について新機能またはバグ修正が利用できる可能性があります。まだ最新のバージョンでない場合は、プリンターのファームウェアをバージョン{latest_version}に更新することを推奨します。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 @@ -222,7 +226,9 @@ msgstr "ファームウェアアップデート" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Curaはグループ{0}のホストプリンターにまだインストールされていない材料プロフィールを検出しました。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +239,9 @@ msgstr "プリンターに材料を送信しています" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "{0}に接続を試みていますが、これはグループのホストではありません。グループホストとして設定するには、ウェブページを参照してください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +299,10 @@ msgstr "データを送信しました" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"プリンター{printer_name}をクラウド経由で接続できました。\n" -"プリンターをDigital Factoryに接続することで、どこからでもプリントキューの管理とプリントのモニタリングを行えます" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Your printer {printer_name} could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer" +" to Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +321,9 @@ msgstr "詳しく見る" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Ultimaker Connectを実行していないプリンターに接続しようとしています。プリンターを最新のファームウェアに更新してください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -446,23 +456,22 @@ msgstr "プリンターを削除しますか?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Curaから{0}台のプリンターを削除しようとしています。この操作は元に戻せません。\n" -"続行してもよろしいですか?" +msgstr[0] "Curaから{0}台のプリンターを削除しようとしています。この操作は元に戻せません。\n続行してもよろしいですか?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"Curaからすべてのプリンターを削除しようとしています。この操作は元に戻せません。\n" -"続行してもよろしいですか?" +msgstr "Curaからすべてのプリンターを削除しようとしています。この操作は元に戻せません。\n続行してもよろしいですか?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -504,15 +513,14 @@ msgstr "3Dモデルアシスタント" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    モデルのサイズまたは材料の設定によっては、適切に印刷しない3Dモデルがあります。:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    可能な限り最高の品質および信頼性を得る方法をご覧ください。

    \n" -"

    印字品質ガイドを見る

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    モデルのサイズまたは材料の設定によっては、適切に印刷しない3Dモデルがあります。:

    \n

    {model_names}

    \n

    可能な限り最高の品質および信頼性を得る方法をご覧ください。

    \n

    印字品質ガイドを見る

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -586,7 +594,9 @@ msgstr "この作業スペースに書き込む権限がありません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "使用しているオペレーティングシステムでは、この場所またはこのファイル名でプロジェクトファイルを保存することはできません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -607,7 +617,9 @@ msgstr "圧縮G-codeファイル" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "予期しないエラーが発生し、スライスに失敗しました。問題追跡ツールでのバグ報告をご検討ください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -627,7 +639,9 @@ msgstr "Ultimaker Curaの問題追跡ツールでバグを報告してくださ #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "選ばれたプリンターまたは選ばれたプリント構成が異なるため進行中の材料にてスライスを完了できません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -643,24 +657,31 @@ msgstr "スライスできません" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "現在の設定でスライスが完了できません。以下の設定にエラーがあります: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "モデル別の設定があるためスライスできません。1つまたは複数のモデルで以下の設定にエラーが発生しました:{error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "プライムタワーまたはプライム位置が無効なためスライスできません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "無効な Extruder %s に関連付けられている造形物があるため、スライスできません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -670,11 +691,7 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"設定を見直し、モデルが次の状態かどうかを確認してください。\n" -"- 造形サイズに合っている\n" -"- 有効なエクストルーダーに割り当てられている\n" -"- すべてが修飾子メッシュとして設定されているわけではない" +msgstr "設定を見直し、モデルが次の状態かどうかを確認してください。\n- 造形サイズに合っている\n- 有効なエクストルーダーに割り当てられている\n- すべてが修飾子メッシュとして設定されているわけではない" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -726,7 +743,10 @@ msgstr "ノズル" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." msgstr "プロジェクトファイル {0} に不明なマシンタイプ {1} があります。マシンをインポートできません。代わりにモデルをインポートします。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 @@ -737,7 +757,9 @@ msgstr "プロジェクトファイルを開く" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "プロジェクトファイル{0}が突然アクセスできなくなりました:{1}。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -749,13 +771,16 @@ msgstr "プロジェクトファイルを開けません" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "プロジェクトファイル{0}は破損しています:{1}。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "プロジェクトファイル{0}はこのバージョンのUltimaker Curaでは認識できないプロファイルを使用して作成されています。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -895,46 +920,48 @@ msgstr "アップグレードを選択する" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "不明なパッケージ" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "不明な作成者" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "サーバーの応答を解釈できませんでした。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "マーケットプレースにアクセスできませんでした。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "インストールされたプラグイン" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "インストールされた材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "バンドルされたプラグイン" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "バンドルされた材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "ハイライトされたエリアは、欠けている表面または無関係な表面を示します。モデルを修正してもう一度Curaを開いてください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -967,7 +994,9 @@ msgstr "G-codeの詳細" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "データファイルを送信する前に、プリンターとプリンターの構成設定にそのG-codeが適応しているか確認してください。G-codeの表示が適切でない場合があります。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 @@ -1002,12 +1031,15 @@ msgstr "USBにて接続する" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USBプリントを実行しています。Cura を閉じるとこのプリントも停止します。実行しますか?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "現在印刷中です。Curaは、前の印刷が完了するまでUSBを介した次の印刷を開始できません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1057,7 +1089,9 @@ msgstr "エンジンを初期化中..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1089,7 +1123,9 @@ msgstr "ビジュアル" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "ビジュアルプロファイルは、優れたビジュアルと表面品質を目的としたビジュアルプロトタイプやモデルをプリントするために設計されています。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1101,7 +1137,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "エンジニアリングプロファイルは、精度向上と公差の厳格対応を目的とした機能プロトタイプや最終用途部品をプリントするために設計されています。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1113,7 +1151,9 @@ msgstr "ドラフト" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "ドラフトプロファイルは、プリント時間の大幅短縮を目的とした初期プロトタイプとコンセプト検証をプリントするために設計されています。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1125,7 +1165,7 @@ msgstr "上書きできません" #, python-brace-format msgctxt "@label {0} is the name of a printer that's about to be deleted." msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "{0}を取り除いてもよろしいですか?この操作は元に戻せません!" +msgstr "{0}を取り除いてもよろしいですか?この操作は元に戻せません。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 @@ -1136,7 +1176,8 @@ msgstr "不明" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "下のプリンターはグループの一員であるため接続できません" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1152,7 +1193,9 @@ msgstr "計算された" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "プリントを開始する前に、材料プロファイルをプリンターと同期させてください。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1165,7 +1208,7 @@ msgstr "新しい材料がインストールされました" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "材料を同期" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1219,7 +1262,9 @@ msgstr "Digital Factoryからの応答に重要な情報がありません。" #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Digital Factoryに接続して一部のプリンターと材料を同期するのに失敗しました。" #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1245,7 +1290,7 @@ msgstr "現行バージョンより上の Cura バックアップをリストア #: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 msgctxt "@info:backup_failed" msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "Curaのバックアップのリストア中に次のエラーが発生しました:" +msgstr "The following error occurred while trying to restore a Cura backup:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" @@ -1394,7 +1439,9 @@ msgstr "次" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "プリントシークエンス設定値により、ガントリーと造形物の衝突を避けるため印刷データの高さを低くしました。" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 @@ -1427,7 +1474,9 @@ msgstr "すでに存在するファイルです" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "{0} は既に存在します。ファイルを上書きしますか?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1448,8 +1497,9 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" -msgstr "現在利用可能な次のエクストルーダーに合わせて設定が変更されました:" +msgid "" +"Settings have been changed to match the current availability of extruders:" +msgstr "現在利用可能な次のエクストルーダーに合わせて設定が変更されました:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 msgctxt "@info:title" @@ -1464,13 +1514,16 @@ msgstr "エクストルーダーを無効にしました" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "{0}にプロファイルを書き出すのに失敗しました: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "{0}にプロファイルを書き出すことに失敗しました。:ライタープラグイン失敗の報告。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1488,12 +1541,13 @@ msgstr "書き出し完了" #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" msgid "Failed to import profile from {0}: {1}" -msgstr "{0}からプロファイルの取り込に失敗しました:{1}" +msgstr "{0}からプロファイルの取り込に失敗しました:{1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "プリンタを追加する前に、{0}からプロファイルの取り込はできません。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1506,20 +1560,22 @@ msgstr "ファイル{0}にはカスタムプロファイル #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" msgid "Failed to import profile from {0}:" -msgstr "{0}からプロファイルの取り込に失敗しました:" +msgstr "{0}からプロファイルの取り込に失敗しました:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "このプロファイル{0}には、正しくないデータが含まれているため、インポートできません。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" msgid "Failed to import profile from {0}:" -msgstr "{0}からプロファイルの取り込みに失敗しました:" +msgstr "{0}からプロファイルの取り込みに失敗しました:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 #, python-brace-format @@ -1562,13 +1618,18 @@ msgstr "プロファイルを追加できません。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "クオリティータイプ「{0}」は、現在アクティブなプリンター定義「{1}」と互換性がありません。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." msgstr "警告:現在の構成ではクオリティータイプ「{0}」を使用できないため、プロファイルは表示されません。このクオリティータイプを使用できる材料/ノズルの組み合わせに切り替えてください。" #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 @@ -1588,7 +1649,9 @@ msgstr "造形データを配置" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "新しいサインインプロセスを開始できません。別のサインインの試行がアクティブなままになっていないか確認します。" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1634,17 +1697,18 @@ msgstr "Curaを開始できません" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    申し訳ありません。Ultimaker Cura で何らかの不具合が生じています。

    \n" -"

    開始時に回復不能のエラーが発生しました。不適切なファイル設定が原因の可能性があります。バックアップを実行してからリセットしてください。

    \n" -"

    バックアップは、設定フォルダに保存されます。

    \n" -"

    問題解決のために、このクラッシュ報告をお送りください。

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    申し訳ありません。Ultimaker Cura で何らかの不具合が生じています。

    \n

    開始時に回復不能のエラーが発生しました。不適切なファイル設定が原因の可能性があります。バックアップを実行してからリセットしてください。

    \n" +"

    バックアップは、設定フォルダに保存されます。

    \n

    問題解決のために、このクラッシュ報告をお送りください。

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1674,13 +1738,12 @@ msgstr "クラッシュ報告" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    致命的なエラーが発生しました。問題解決のためこのクラッシュレポートを送信してください

    \n" -"

    「レポート送信」ボタンを使用してバグレポートが自動的に当社サーバーに送られるようにしてください

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    致命的なエラーが発生しました。問題解決のためこのクラッシュレポートを送信してください

    \n

    「レポート送信」ボタンを使用してバグレポートが自動的に当社サーバーに送られるようにしてください

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1772,10 +1835,7 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"プリンタが接続されているか確認し、以下を行います。\n" -"- プリンタの電源が入っているか確認します。\n" -"- プリンタがネットワークに接続されているかどうかを確認します。- クラウドに接続されたプリンタを検出するためにサインインしているかどうかを確認します。" +msgstr "プリンタが接続されているか確認し、以下を行います。\n- プリンタの電源が入っているか確認します。\n- プリンタがネットワークに接続されているかどうかを確認します。- クラウドに接続されたプリンタを検出するためにサインインしているかどうかを確認します。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1855,12 +1915,17 @@ msgstr "ファームウェアアップデート" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." msgstr "ファームウェアとは直接お持ちの3Dプリンターを動かすソフトウェアです。このファームウェアはステップモーターを操作し、温度を管理し、プリンターとして成すべき点を補います。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "配達時のファームウェアで動かすことはできますが、新しいバージョンの方がより改善され、便利なフィーチャーがついてきます。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1875,12 +1940,15 @@ msgstr "カスタムファームウェアをアップロードする" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "プリンターと接続されていないため、ファームウェアをアップデートできません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "プリンターとの接続はファームウェアのアップデートをサポートしていないため、ファームウェアをアップデートできません。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2004,7 +2072,9 @@ msgstr "キューをリモートで管理するには、プリンターのファ #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." msgstr "クラウドプリンターのウェブカムフィードをUltimaker Curaから見ることができません。「プリンター管理」をクリックして、Ultimaker Digital Factoryにアクセスし、このウェブカムを見ます。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 @@ -2065,12 +2135,15 @@ msgstr "上書き" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "割り当てられたプリンター %1 には以下の構成変更が必要です:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "プリンター %1 が割り当てられましたが、ジョブには不明な材料構成があります。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2095,7 +2168,9 @@ msgstr "ビルドプレートを %1 に変更します(これは上書きで #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "上書きは、既存のプリンタ構成で指定された設定を使用します。これにより、印刷が失敗する場合があります。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2125,7 +2200,12 @@ msgstr "ネットワーク上で繋がったプリンターに接続" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." msgstr "印刷ジョブをネットワークを介してプリンターに直接送信するには、ネットワークケーブルを使用してプリンターを確実にネットワークに接続するか、プリンターを WIFI ネットワークに接続します。Cura をプリンタに接続していない場合でも、USB ドライブを使用して g コードファイルをプリンターに転送することはできます。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 @@ -2153,7 +2233,9 @@ msgstr "更新" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "お持ちのプリンターがリストにない場合、ネットワーク・プリンティング・トラブルシューティング・ガイドを読んでください" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2430,7 +2512,7 @@ msgstr "最大" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "画像の変換" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2460,7 +2542,7 @@ msgstr "幅(mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "ビルドプレート上の幅(ミリメートル)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2484,13 +2566,17 @@ msgstr "薄いほうを高く" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." msgstr "リトフェインの場合、暗いピクセルは、より多くの光を通すために厚い場所に対応する必要があります。高さマップの場合、明るいピクセルは高い地形を表しているため、明るいピクセルは生成された3D モデルの厚い位置に対応する必要があります。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "カラーモデル" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2504,7 +2590,9 @@ msgstr "半透明性" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "リトフェインの場合、半透明性を示す単純な対数モデルを利用できます。高さマップの場合、ピクセル値は高さに比例します。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 @@ -2514,7 +2602,10 @@ msgstr "1mm透過率(%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." msgstr "厚さ1ミリメートルのプリントを貫通する光の割合。この値を小さくすると、画像の暗い領域ではコントラストが増し、明るい領域ではコントラストが減少します。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 @@ -2610,7 +2701,6 @@ msgctxt "@action:label" msgid "Not in profile" msgstr "プロファイル内にない" -# Can’t edit the Japanese text #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 msgctxt "@action:label" @@ -2623,9 +2713,6 @@ msgctxt "@action:label" msgid "Derivative from" msgstr "次から引き出す" -# can’t inset the japanese text -# %1: print quality profile name -# %2: number of overridden ssettings #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 msgctxt "@action:label" msgid "%1, %2 override" @@ -2739,7 +2826,9 @@ msgstr "バックアップのリストア" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "バックアップをリストアする前に Cura を再起動する必要があります。今すぐ Cura を閉じますか?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2762,12 +2851,16 @@ msgstr "マイ バックアップ" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "現在バックアップは存在しません。[今すぐバックアップする] を使用して作成してください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "プレビューではバックアップは5つまでに制限されています。古いバックアップは削除してください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2782,7 +2875,9 @@ msgstr "匿名データの収集に関する詳細" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "Ultimaker Cura は、印刷品質とユーザーエクスペリエンスを向上させるために匿名データを収集します。以下は、共有されるすべてのデータの例です:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2843,12 +2938,18 @@ msgstr "ビルドプレートのレベリング" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." msgstr "プリントの成功率を上げるために、ビルドプレートを今調整できます。’次のポジションに移動’をクリックすると。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." msgstr "すべてのポジションに。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 @@ -2864,42 +2965,42 @@ msgstr "次のポジションに移動" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Ultimaker検証済みプラグイン" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Ultimaker認定材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Ultimaker検証済みパッケージ" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "読み込み中..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "プラグイン" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "ブラウザでの検索" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "このパッケージを使用するには、Curaを再始動する必要があります" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2909,164 +3010,166 @@ msgstr "%1を終了する" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "作成者" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "有効にする" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "無効にする" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "ダウングレード中..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "ダウングレード" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "インストール中..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "インストール" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "アンインストール" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "更新中..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "アップデート" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "プラグインのインストール" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "素晴らしいユーザーコミュニティから提供されるプラグインを活用して、ワークフローを合理化し、Ultimaker Cura体験をカスタマイズすることができます。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "パッケージの管理" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "記述" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "互換性のあるプリンター" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "互換性情報なし" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "互換性のあるサポート材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "なし" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Material Stationに対応" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "はい" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "いいえ" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Air Managerに最適化" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "プラグインウェブサイトにアクセス" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "ウェブサイト" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "スプールを購入" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "安全データシート" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "技術データシート" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "パッケージの詳細" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "戻る" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "プラグインライセンス同意書" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "プラグインライセンスをお読みになり、同意してください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "承認する" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3076,52 +3179,56 @@ msgstr "拒否する" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "パッケージの読み込みに失敗しました。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "再試行" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "読み込み中" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "これ以上読み込む結果がありません" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "現在のフィルターでは、結果が見つかりません" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "さらに読み込む" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "パッケージの管理" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Ultimaker Curaのプラグインと材料プロファイルはここで管理します。プラグインを常に最新の状態に保ち、セットアップのバックアップを定期的に取るようにしてください。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "材料のインストール" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Ultimaker 3Dプリンターに最適な材料プロファイルを選択してインストールします。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3349,7 +3456,6 @@ msgctxt "@tooltip:button" msgid "Visit the Ultimaker website." msgstr "Ultimakerウェブサイトをご確認ください。" -# can’t enter japanese #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 msgctxt "@label %1 is filled in with the name of an extruder" msgid "Print Selected Model with %1" @@ -3369,7 +3475,9 @@ msgstr "新しいプロジェクト" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "新しいプロジェクトを開始しますか?この作業では保存していない設定やビルドプレートをクリアします。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3384,7 +3492,9 @@ msgstr "ビルドプレート" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "ヒーティッドベッドの目標温度。ベッドはこの温度に向けて上がったり下がったりします。これが0の場合、ベッドの加熱はオフになっています。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3411,7 +3521,10 @@ msgstr "プレヒート" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." msgstr "プリント開始前にベッドを加熱します。加熱中もプリントの調整を行えます、またべットが加熱するまでプリント開始を待つ必要もありません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 @@ -3451,7 +3564,9 @@ msgstr "G-codeの送信" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "カスタムG-codeコマンドを接続されているプリンターに送信します。「Enter」を押してコマンドを送信します。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3461,7 +3576,9 @@ msgstr "エクストルーダー" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "ホットエンドの目標温度。ホットエンドはこの温度に向けて上がったり下がったりします。これが0の場合、ホットエンドの加熱はオフになっています。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 @@ -3476,7 +3593,10 @@ msgstr "ホットエンドをプリヒートする温度です。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." msgstr "プリント開始前にホットエンドを加熱します。加熱中もプリントの調整を行えます、またホットエンドが加熱するまでプリント開始を待つ必要もありません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 @@ -3501,7 +3621,9 @@ msgstr "プロジェクトを開く" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "これはCuraのプロジェクトファイルです。プロジェクトとしてあけますか、それともモデルのみ取り込みますか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3557,7 +3679,10 @@ msgstr "ファイルを開く" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" msgstr "選択したファイルの中に複数のプロジェクトが存在します。1ファイルのみ一度に開けます。ファイルからモデルを先に取り込むことをお勧めします。続けますか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 @@ -3680,7 +3805,7 @@ msgstr "ポリゴンクリッピングライブラリー" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "ClipperのPythonバインディング" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3740,8 +3865,11 @@ msgstr "変更を取り消すか保存するか" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "一部のプロファイル設定がカスタマイズされています。\nこれらの変更された設定をプロファイルの切り替え後も維持しますか?\n変更を破棄して'%1'からデフォルトの設定を読み込むこともできます。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3911,12 +4039,15 @@ msgstr "プリンタから利用可能な構成を読み込んでいます..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "プリンタが接続されていないため、構成は利用できません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "%1 が認識されていないためこの構成は利用できません。%2 から適切な材料プロファイルをダウンロードしてください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3926,7 +4057,8 @@ msgstr "マーケットプレース" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "このエクストルーダーの構成が許可されておらず、スライスを妨げています。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -3969,14 +4101,12 @@ msgctxt "@label" msgid "Use glue for better adhesion with this material combination." msgstr "この材料の組み合わせの接着に接着材を使用する。" -# can’t enter japanese texts #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 msgctxt "@label" msgid "Print Selected Model With:" msgid_plural "Print Selected Models With:" msgstr[0] "選択したモデルで印刷:" -# can’t eneter japanese texts #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 msgctxt "@title:window" msgid "Multiply Selected Model" @@ -4035,10 +4165,7 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- マーケットプレースから材料プロファイルとプラグインを追加\n" -"- 材料プロファイルとプラグインのバックアップと同期\n" -"- Ultimakerコミュニティで48,000人以上のユーザーとアイデアを共有してアドバイスをもらう" +msgstr "- マーケットプレースから材料プロファイルとプラグインを追加\n- 材料プロファイルとプラグインのバックアップと同期\n- Ultimakerコミュニティで48,000人以上のユーザーとアイデアを共有してアドバイスをもらう" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4212,7 +4339,10 @@ msgstr "ファイルを開く(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." msgstr "選択したファイルの中に複数のG-codeが存在します。1つのG-codeのみ一度に開けます。G-codeファイルを開く場合は、1点のみ選んでください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 @@ -4262,9 +4392,15 @@ msgid "Custom" msgstr "カスタム" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "エクストルーダー%2の設定には%1プロファイルがありません。代わりにデフォルトの目的が使用されます" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 @@ -4274,7 +4410,8 @@ msgstr "インフィル半減" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "グラデュアルインフィルはトップに向かうに従ってインフィルの量を増やします。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4284,7 +4421,9 @@ msgstr "サポート" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "オーバーハングがあるモデルにサポートを生成します。このサポート構造なしでは、プリント中にオーバーハングのパーツが崩壊してしまいます。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4295,7 +4434,9 @@ msgstr "プロファイル" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "プロファイルの設定がいくつか変更されました。変更を有効にするにはカスタムモードに移動してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4305,7 +4446,9 @@ msgstr "密着性" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "ブリムまたはラフトのプリントの有効化。それぞれ、プリントの周り、また造形物の下に底面を加え切り取りやすくします。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4327,12 +4470,11 @@ msgstr "プロファイル" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"いくらかの設定プロファイルにある値とことなる場合無効にします。\n" -"プロファイルマネージャーをクリックして開いてください。" +msgstr "いくらかの設定プロファイルにある値とことなる場合無効にします。\nプロファイルマネージャーをクリックして開いてください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4352,28 +4494,33 @@ msgstr "現在" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "ユニット" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "名前を変える" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "新しい名前を入力してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "この設定がアクティブなプリンターにより非表示になっています、見ることができません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "この設定は %1 の値で非表示になっています。その設定値を変更すると設定の非表示が解除されます。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4384,7 +4531,7 @@ msgstr "視野設定" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "デフォルト" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4394,7 +4541,7 @@ msgstr "全てを調べる" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "新規追加" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4416,7 +4563,9 @@ msgstr "直径変更の確認" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "新しいフィラメントの直径は %1 mm に設定されています。これは現在のエクストルーダーに適応していません。続行しますか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4442,7 +4591,7 @@ msgstr "色" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "材料の色の選択" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4516,7 +4665,9 @@ msgstr "材料をプリンターと同期" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "簡単な数ステップの手順に従うことで、すべての材料プロファイルをプリンターと同期できるようになります。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4536,7 +4687,9 @@ msgstr "サインイン" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "材料プロファイルをDigital Factoryに接続されているすべてのプリンターと自動的に同期するには、Curaにサインインしている必要があります。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4549,7 +4702,7 @@ msgstr "材料をUSBで同期" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" -msgstr "以下のプリンターは新しい材料プロファイルを受け取ります:" +msgstr "The following printers will receive the new material profiles:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" @@ -4559,7 +4712,7 @@ msgstr "材料をプリンターに送信する際に問題が発生しました #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" -msgstr "材料プロファイルが以下のプリンターと正常に同期されました:" +msgstr "Material profiles successfully synced with the following printers:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 @@ -4574,7 +4727,8 @@ msgstr "プリンターがありませんか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "すべてのプリンターの電源が入っていて、Digital Factoryに接続されていることを確認してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4611,7 +4765,10 @@ msgstr "プリンターが見つかりません" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "互換性のあるプリンターがDigital Factoryに接続されていないようです。プリンターが接続されていて、最新のファームウェアが実行されていることを確認してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 @@ -4630,8 +4787,10 @@ msgid "Sync material profiles via USB" msgstr "材料プロファイルをUSB経由で同期する" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "以下の手順に従って、新しい材料プロファイルをプリンターに読み込みます。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4646,7 +4805,9 @@ msgstr ".ummファイルをUSBメモリーに保存します。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "USBメモリーをプリンターに差し込み、新しい材料プロファイルを読み込む手順を開始します。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4673,13 +4834,13 @@ msgstr "すべての材料を書き出す" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "アクティブなプリンターと互換性のある材料:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "新しいものを作成する" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4690,7 +4851,7 @@ msgstr "取り込む" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "プリンターと同期する" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4729,7 +4890,8 @@ msgstr "フィラメント%1の取り込みに成功しま #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "%1フィラメントを取り込むことができない: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4740,7 +4902,8 @@ msgstr "フィラメントを書き出す" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "フィラメントの書き出しに失敗しました %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4751,31 +4914,33 @@ msgstr "フィラメントの%1への書き出しが完了 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "アクティブなプリンターと互換性のあるプロファイル:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "現在の設定/上書きから新しいプロファイルを作成します" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "現在のプロファイルの一部の設定が上書きされました。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "プロフィールを更新します。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "プロファイルを現在のセッティング" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "このプロファイルはプリンターによりデフォルトを使用、従いこのプロファイルはセッティング/書き換えが以下のリストにありません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4828,7 +4993,7 @@ msgstr "インターフェイス" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- 未完了 --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4836,9 +5001,10 @@ msgid "Currency:" msgstr "通貨:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "テーマ*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4852,8 +5018,9 @@ msgstr "自動的にスライスする" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*これらの変更を有効にするには、アプリケーションを再始動する必要があります。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4862,7 +5029,9 @@ msgstr "ビューポイント機能" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "赤でサポートができないエリアをハイライトしてください。サポートがない場合、正確にプリントができない場合があります。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4872,7 +5041,9 @@ msgstr "ディスプレイオーバーハング" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." msgstr "モデルの欠けている部分または不要な表面部分を、警告マークを使用してハイライトします。ツールパスは意図したジオメトリの欠けている部分になることが多くあります。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 @@ -4882,7 +5053,9 @@ msgstr "モデルエラーを表示" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "モデルの選択時にモデルがカメラの中心に見えるようにカメラを移動する" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4907,7 +5080,8 @@ msgstr "ズームはマウスの方向に動くべきか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "マウスに対するズームは、正射投影ではサポートされていません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4917,7 +5091,8 @@ msgstr "マウスの方向にズームする" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "交差を避けるためにプラットホーム上のモデルを移動するべきですか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -4990,7 +5165,9 @@ msgstr "ファイルを開くまた保存" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "デスクトップまたは外部アプリケーションから開いたファイルをCuraの同じインスタンスで開く必要がありますか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5000,7 +5177,9 @@ msgstr "Curaの単一インスタンスを使用" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Curaの単一インスタンスに新しいモデルをロードする前に、ビルドプレートをクリアする必要はありますか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5020,7 +5199,9 @@ msgstr "大きなモデルをスケールする" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "ユニット値がミリメートルではなくメートルの場合、モデルが極端に小さく現れる場合があります。モデルはスケールアップされるべきですか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5040,7 +5221,9 @@ msgstr "ロード後にモデルを選択" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "プリンター名の敬称はプリントジョブの名前に自動的に加えられるべきか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5085,12 +5268,17 @@ msgstr "常にモデルを取り込む" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." msgstr "プロファイル内を変更し異なるプロファイルにしました、どこの変更点を保持、破棄したいのダイアログが表示されます、また何度もダイアログが表示されないようにデフォルト機能を選ぶことができます。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "プロファイル交換時に設定値を変更するためのデフォルト処理: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5110,7 +5298,10 @@ msgstr "プライバシー" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." msgstr "プリンターの不明なデータをUltimakerにおくりますか?メモ、モデル、IPアドレス、個人的な情報は送信されたり保存されたりはしません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 @@ -5155,8 +5346,10 @@ msgstr "安定版およびベータ版リリース" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" -msgstr "Curaの起動時に毎回、新しいプラグインの自動チェックを行う場合は、この機能を無効にしないことを強くお勧めします!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" +msgstr "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 msgctxt "@option:check" @@ -5196,7 +5389,9 @@ msgstr "このアドレスのプリンターは応答していません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "このプリンタは不明なプリンタであるか、またはグループのホストではないため、追加できません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5254,7 +5449,7 @@ msgstr "アカウントにプリンターが見つかりませんか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 msgctxt "@label" msgid "The following printers in your account have been added in Cura:" -msgstr "アカウントの以下のプリンターがCuraに追加されました:" +msgstr "The following printers in your account have been added in Cura:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 msgctxt "@button" @@ -5293,10 +5488,10 @@ msgstr "Ultimaker Cura にようこそ" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"以下の手順で\n" -"Ultimaker Cura を設定してください。数秒で完了します。" +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "以下の手順で\nUltimaker Cura を設定してください。数秒で完了します。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5375,7 +5570,9 @@ msgstr "Ultimaker Cura の改善にご協力ください" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura は、印刷品質とユーザーエクスペリエンスを向上させるために以下の匿名データを収集します:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5400,7 +5597,8 @@ msgstr "プリント設定" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Ultimaker Cura が収集したデータには個人データは含まれません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5451,22 +5649,30 @@ msgstr "プリンターのプリセット" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "クラウドプリンターがオフラインです。プリンターの電源が入っている状態で、インターネットに接続されているかどうかを確認してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "このプリンターはお使いのアカウントにリンクされていません。Ultimaker Digital Factoryにアクセスして接続を確立してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "クラウド接続は現在利用できません。サインインしてクラウドプリンターに接続してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "クラウド接続は現在利用できません。インターネット接続を確認してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5482,7 +5688,7 @@ msgstr "プリンター管理" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "検索" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5542,12 +5748,11 @@ msgstr "本当にプリントを中止してもいいですか?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"いくらかの非表示設定は通常の計算された値と異なる値を使用します。\n" -"表示されるようにクリックしてください。" +msgstr "いくらかの非表示設定は通常の計算された値と異なる値を使用します。\n表示されるようにクリックしてください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5587,7 +5792,9 @@ msgstr "視野のセッティングを構成する..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "影響を与えるすべての設定がオーバーライドされるため、この設定は使用されません。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5602,7 +5809,9 @@ msgstr "次によって影響を受ける" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "この設定は常に全てのエクストルーダーに共有されています。ここですべてのエクストルーダーの数値を変更できます。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5616,24 +5825,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"この設定にプロファイルと異なった値があります。\n" -"プロファイルの値を戻すためにクリックしてください。" +msgstr "この設定にプロファイルと異なった値があります。\nプロファイルの値を戻すためにクリックしてください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"このセッティングは通常計算されます、今は絶対値に固定されています。\n" -"計算された値に変更するためにクリックを押してください。" +msgstr "このセッティングは通常計算されます、今は絶対値に固定されています。\n計算された値に変更するためにクリックを押してください。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "六角" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5658,7 +5864,7 @@ msgstr "残り時間" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "オンライントラブルシューティングを表示" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5736,9 +5942,11 @@ msgid "Manage Materials..." msgstr "フィラメントを管理する..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "マーケットプレイスから材料を追加" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -5992,7 +6200,9 @@ msgstr "UFP リーダー" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Digital Libraryに接続し、CuraでDigital Libraryからファイルを開いたりDigital Libraryにファイルを保存したりできるようにします。" #: DigitalLibrary/plugin.json @@ -6032,7 +6242,9 @@ msgstr "Ultimakerネットワーク接続" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "プリント問題の可能性のあるモデルをプリント構成を確認し、解決案を提示してください。" #: ModelChecker/plugin.json @@ -6043,7 +6255,7 @@ msgstr "モデルチェッカー" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "スライスされたレイヤーデータのプレビューを提供します。" #: SimulationView/plugin.json msgctxt "name" @@ -6183,12 +6395,12 @@ msgstr "4.0 から 4.1 にバージョンアップグレート" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Cura 4.13からCura 5.0に設定をアップグレードします。" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "バージョン4.13から5.0へのアップグレード" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6442,7 +6654,8 @@ msgstr "後処理" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "特定箇所のサポートを印刷するブロックを消去するメッシュを作成する" #: SupportEraser/plugin.json @@ -6472,7 +6685,9 @@ msgstr "透視ビュー" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Ultimakerのプリンターのアクションを供給する(ベッドレベリングウィザード、アップグレードの選択、他)" #: UltimakerMachineActions/plugin.json @@ -6482,13 +6697,15 @@ msgstr "Ultimkerプリンターのアクション" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "アプリケーションの拡張機能を管理し、Ultimakerウェブサイトから拡張機能を参照できるようにします。" #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "マーケットプレース" #: SolidView/plugin.json msgctxt "description" @@ -6512,7 +6729,9 @@ msgstr "G-codeリーダー" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "プリンターの設定を変更(印刷ボリューム、ノズルサイズ、その他)" #: MachineSettingsAction/plugin.json @@ -6522,7 +6741,8 @@ msgstr "プリンターの設定アクション" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "G-codeを承認し、プリンターに送信する。またプラグインはファームウェアをアップデートできます。" #: USBPrinting/plugin.json diff --git a/resources/i18n/ja_JP/fdmextruder.def.json.po b/resources/i18n/ja_JP/fdmextruder.def.json.po index eab27df8c3..262a6d2a4c 100644 --- a/resources/i18n/ja_JP/fdmextruder.def.json.po +++ b/resources/i18n/ja_JP/fdmextruder.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:59+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: Japanese\n" -"Language: ja_JP\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -53,7 +51,9 @@ msgstr "ノズル内径" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "ノズルの内径。標準以外のノズルを使用する場合は、この設定を変更してください。" #: fdmextruder.def.json @@ -93,7 +93,9 @@ msgstr "エクストルーダーのスタート位置の絶対値" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "ヘッドの最後の既知位置からではなく、エクストルーダーのスタート位置を絶対位置にします。" #: fdmextruder.def.json @@ -133,7 +135,9 @@ msgstr "エクストルーダーのエンドポジションの絶対値" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "ヘッドの既存の認識位置よりもエクストルーダーの最終位置を絶対位置とする。" #: fdmextruder.def.json @@ -163,7 +167,9 @@ msgstr "エクストルーダーのZ座標" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "印刷開始時にノズルがポジションを確認するZ座標。" #: fdmextruder.def.json @@ -173,7 +179,10 @@ msgstr "エクストルーダープリント冷却ファン" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." msgstr "このエクストルーダーに関連付けられているプリント冷却ファンの数です。デフォルト値は0(ゼロ)です。各エクストルーダーに対してプリント冷却ファンが異なる場合にのみ変更します。" #: fdmextruder.def.json @@ -193,7 +202,9 @@ msgstr "エクストルーダープライムX位置" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "プリント開始時のノズルの位置を表すX座標。" #: fdmextruder.def.json @@ -203,7 +214,9 @@ msgstr "エクストルーダープライムY位置" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "プリント開始時にノズル位置を表すY座標。" #: fdmextruder.def.json @@ -223,7 +236,9 @@ msgstr "直径" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "使用するフィラメントの太さの調整 この値を使用するフィラメントの太さと一致させてください。" #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index 21dffe6651..f0d4714e9a 100644 --- a/resources/i18n/ja_JP/fdmprinter.def.json.po +++ b/resources/i18n/ja_JP/fdmprinter.def.json.po @@ -1,28 +1,24 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:00+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Japanese , Japanese \n" -"Language: ja_JP\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" msgid "Machine" msgstr "プリンター" -# msgstr "プリンター" #: fdmprinter.def.json msgctxt "machine_settings description" msgid "Machine specific settings" @@ -33,7 +29,6 @@ msgctxt "machine_name label" msgid "Machine Type" msgstr "プリンターのタイプ" -# msgstr "プリンタータイプ" #: fdmprinter.def.json msgctxt "machine_name description" msgid "The name of your 3D printer model." @@ -44,10 +39,11 @@ msgctxt "machine_show_variants label" msgid "Show Machine Variants" msgstr "プリンターのバリエーションの表示" -# msgstr "プリンターのバリエーションを表示する" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "このプリンターのバリエーションを表示するかどうかは、別のjsonファイルに記述されています。" #: fdmprinter.def.json @@ -60,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"最初に実行するG-codeコマンドは、\n" -"で区切ります。" +msgstr "最初に実行するG-codeコマンドは、\nで区切ります。" #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -74,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"最後に実行するG-codeコマンドは、\n" -"で区切ります。" +msgstr "最後に実行するG-codeコマンドは、\nで区切ります。" #: fdmprinter.def.json msgctxt "material_guid label" @@ -95,7 +87,9 @@ msgstr "直径" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "使用するフィラメントの太さの調整 この値を使用するフィラメントの太さと一致させてください。" #: fdmprinter.def.json @@ -103,10 +97,11 @@ msgctxt "material_bed_temp_wait label" msgid "Wait for Build Plate Heatup" msgstr "ビルドプレート加熱待ち時間" -# msgstr "ビルドプレート加熱の待機" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "開始時にビルドプレートが温度に達するまで待つコマンドを挿入するかどうか。" #: fdmprinter.def.json @@ -114,7 +109,6 @@ msgctxt "material_print_temp_wait label" msgid "Wait for Nozzle Heatup" msgstr "ノズル加熱待ち時間" -# msgstr "ノズル加熱の待機" #: fdmprinter.def.json msgctxt "material_print_temp_wait description" msgid "Whether to wait until the nozzle temperature is reached at the start." @@ -125,10 +119,12 @@ msgctxt "material_print_temp_prepend label" msgid "Include Material Temperatures" msgstr "マテリアル温度を含む" -# msgstr "マテリアル温度を含む" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." msgstr "GCodeの開始時にノズル温度設定を含めるかどうか。 既に最初のGCodeにノズル温度設定が含まれている場合、Curaフロントエンドは自動的にこの設定を無効にします。" #: fdmprinter.def.json @@ -136,10 +132,12 @@ msgctxt "material_bed_temp_prepend label" msgid "Include Build Plate Temperature" msgstr "ビルドプレート温度を含む" -# msgstr "ビルドプレートの温度を含める" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." msgstr "GCodeの開始時にビルドプレート温度設定を含めるかどうか。 既に最初のGCodeにビルドプレート温度設定が含まれている場合、Curaフロントエンドは自動的にこの設定を無効にします。" #: fdmprinter.def.json @@ -147,7 +145,6 @@ msgctxt "machine_width label" msgid "Machine Width" msgstr "プリンターの幅" -# msgstr "プリンターの幅" #: fdmprinter.def.json msgctxt "machine_width description" msgid "The width (X-direction) of the printable area." @@ -158,19 +155,16 @@ msgctxt "machine_depth label" msgid "Machine Depth" msgstr "プリンターの奥行" -# msgstr "プリンターの奥行き" #: fdmprinter.def.json msgctxt "machine_depth description" msgid "The depth (Y-direction) of the printable area." msgstr "造形可能領域の幅(Y方向)。" -# msgstr "楕円形" #: fdmprinter.def.json msgctxt "machine_height label" msgid "Machine Height" msgstr "プリンターの高さ" -# msgstr "プリンターの高さ" #: fdmprinter.def.json msgctxt "machine_height description" msgid "The height (Z-direction) of the printable area." @@ -181,10 +175,10 @@ msgctxt "machine_shape label" msgid "Build Plate Shape" msgstr "ビルドプレートの形状" -# msgstr "ビルドプレートの形" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "造形不可領域を考慮しないビルドプレートの形状。" #: fdmprinter.def.json @@ -192,7 +186,6 @@ msgctxt "machine_shape option rectangular" msgid "Rectangular" msgstr "長方形" -# msgstr "長方形" #: fdmprinter.def.json msgctxt "machine_shape option elliptic" msgid "Elliptic" @@ -223,7 +216,6 @@ msgctxt "machine_heated_bed label" msgid "Has Heated Build Plate" msgstr "加熱式ビルドプレートあり" -# msgstr "加熱したビルドプレート" #: fdmprinter.def.json msgctxt "machine_heated_bed description" msgid "Whether the machine has a heated build plate present." @@ -246,7 +238,10 @@ msgstr "常にアクティブなツールを書き込む" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." msgstr "非アクティブなツールに一時コマンドを送信した後にアクティブなツールを書き込みます。Smoothieまたはその他のモーダルツールコマンドを使用するファームウェアを使用したデュアルエクストルーダープリントに必要です。" #: fdmprinter.def.json @@ -254,10 +249,11 @@ msgctxt "machine_center_is_zero label" msgid "Is Center Origin" msgstr "中心位置" -# msgstr "センター原点" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "プリンタのゼロポジションのX / Y座標が印刷可能領域の中心にあるかどうか。" #: fdmprinter.def.json @@ -265,10 +261,11 @@ msgctxt "machine_extruder_count label" msgid "Number of Extruders" msgstr "エクストルーダーの数" -# msgstr "エクストルーダーの数" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "エクストルーダーの数。エクストルーダーの単位は、フィーダー、ボーデンチューブ、およびノズルを組合せたもの。" #: fdmprinter.def.json @@ -278,7 +275,8 @@ msgstr "有効なエクストルーダーの数" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "有効なエクストルーダートレインの数(ソフトウェアが自動設定)" #: fdmprinter.def.json @@ -286,7 +284,6 @@ msgctxt "machine_nozzle_tip_outer_diameter label" msgid "Outer Nozzle Diameter" msgstr "ノズル外径" -# msgstr "ノズル外径" #: fdmprinter.def.json msgctxt "machine_nozzle_tip_outer_diameter description" msgid "The outer diameter of the tip of the nozzle." @@ -297,10 +294,11 @@ msgctxt "machine_nozzle_head_distance label" msgid "Nozzle Length" msgstr "ノズル長さ" -# msgstr "ノズルの長さ" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "ノズル先端とプリントヘッドの最下部との高さの差。" #: fdmprinter.def.json @@ -308,10 +306,11 @@ msgctxt "machine_nozzle_expansion_angle label" msgid "Nozzle Angle" msgstr "ノズル角度" -# msgstr "ノズル角度" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "水平面とノズル直上の円錐部分との間の角度。" #: fdmprinter.def.json @@ -319,10 +318,11 @@ msgctxt "machine_heat_zone_length label" msgid "Heat Zone Length" msgstr "ノズル加熱長さ" -# msgstr "加熱範囲" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "ノズルからの熱がフィラメントに伝達される距離。" #: fdmprinter.def.json @@ -332,7 +332,9 @@ msgstr "ノズルの温度管理を有効にする" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Curaから温度を制御するかどうか。これをオフにして、Cura外からノズル温度を制御することで無効化。" #: fdmprinter.def.json @@ -342,7 +344,9 @@ msgstr "加熱速度" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "ノズルが加熱する速度(℃/ s)は、通常の印刷時温度とスタンバイ時温度にて平均化されています。" #: fdmprinter.def.json @@ -352,7 +356,9 @@ msgstr "冷却速度" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "ノズルが冷却される速度(℃/ s)は、通常の印刷温度とスタンバイ温度のウィンドウにわたって平均化されています。" #: fdmprinter.def.json @@ -362,7 +368,10 @@ msgstr "スタンバイ温度までの最短時間" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." msgstr "ノズルが冷却される前にエクストルーダーが静止しなければならない最短時間。この時間より長時間エクストルーダーを使用しない場合にのみ、スタンバイ温度に冷却することができます。" #: fdmprinter.def.json @@ -380,7 +389,6 @@ msgctxt "machine_gcode_flavor option RepRap (Marlin/Sprinter)" msgid "Marlin" msgstr "Marlin" -# msgstr "Marlin" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option RepRap (Volumetric)" msgid "Marlin (Volumetric)" @@ -391,37 +399,31 @@ msgctxt "machine_gcode_flavor option RepRap (RepRap)" msgid "RepRap" msgstr "RepRap" -# msgstr "RepRap" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option UltiGCode" msgid "Ultimaker 2" msgstr "Ultimaker 2" -# msgstr "Ultimaker 2" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option Griffin" msgid "Griffin" msgstr "Griffin" -# msgstr "Griffin" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option Makerbot" msgid "Makerbot" msgstr "Makerbot" -# msgstr "Makerbot" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option BFB" msgid "Bits from Bytes" msgstr "Bits from Bytes" -# msgstr "Bits from Bytes" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option MACH3" msgid "Mach3" msgstr "Mach3" -# msgstr "Mach3" #: fdmprinter.def.json msgctxt "machine_gcode_flavor option Repetier" msgid "Repetier" @@ -434,7 +436,9 @@ msgstr "ファームウェア引き戻し" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "材料を引き戻すためにG1コマンドのEプロパティーを使用する代わりにファームウェア引き戻しコマンド (G10/G11) を使用するかどうか。" #: fdmprinter.def.json @@ -444,7 +448,9 @@ msgstr "エクストルーダーのヒーター共有" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "各エクストルーダーが独自のヒーターを持つのではなく、単一のヒーターを共有するかどうか。" #: fdmprinter.def.json @@ -454,7 +460,14 @@ msgstr "エクストルーダーの共有ノズル" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." msgstr "各エクストルーダーが独自のノズルを持つのではなく、単一のノズルを共有するかどうか。初期設定した場合、プリンター起動gcodeスクリプトにより、すべてのエクストルーダーが初期の引き戻し状態が互換性のあるように設定されます(引き戻されていない状態のフィラメントが0個または1個のいずれか)。この場合、初期引き戻しステータスは「machine_extruders_shared_nozzle_initial_retraction」パラメーターによってエクストルーダーごとに規定されます。" #: fdmprinter.def.json @@ -464,7 +477,11 @@ msgstr "共有ノズルの初期引き戻し" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." msgstr "プリンタ起動gcodeスクリプト完了時に、各エクストルーダーのフィラメントが共有ノズルの先端部分から引き戻されていると想定される量。この値は、ノズルのダクトの共通部分の長さ以上にする必要があります。" #: fdmprinter.def.json @@ -494,8 +511,11 @@ msgstr "プリントヘッドとファンポリゴン" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "プリントヘッドの形状。これらはプリントヘッドの位置を基準とした座標です。プリントヘッドの位置は通常、その最初のエクストルーダーの位置です。プリントヘッドの左側と手前側の寸法は、負の座標である必要があります。" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -504,7 +524,9 @@ msgstr "ガントリーの高さ" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "ノズルの先端とガントリーシステムの高さの差(X軸とY軸)。" #: fdmprinter.def.json @@ -512,7 +534,6 @@ msgctxt "machine_nozzle_id label" msgid "Nozzle ID" msgstr "ノズルID" -# msgstr "ノズル ID" #: fdmprinter.def.json msgctxt "machine_nozzle_id description" msgid "The nozzle ID for an extruder train, such as \"AA 0.4\" and \"BB 0.8\"." @@ -525,7 +546,9 @@ msgstr "ノズル内径" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "ノズルの内径。標準以外のノズルを使用する場合は、この設定を変更してください。" #: fdmprinter.def.json @@ -535,7 +558,8 @@ msgstr "エクストルーダーのオフセット" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "エクストルーダーのオフセットを座標システムに適用します。すべてのエクストルーダーが影響を受けます。" #: fdmprinter.def.json @@ -545,7 +569,9 @@ msgstr "エクストルーダーのZ座標" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "印刷開始時にノズルがポジションを確認するZ座標。" #: fdmprinter.def.json @@ -555,7 +581,9 @@ msgstr "エクストルーダーの絶対位置" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "最後のヘッドの既知位置からではなく、エクストルーダー現在位置を絶対位置にします。" #: fdmprinter.def.json @@ -685,7 +713,9 @@ msgstr "ミリメートルあたりのステップ (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "X 方向に 1 ミリメートルの移動でステップモーターが行うステップの数を示します。" #: fdmprinter.def.json @@ -695,7 +725,9 @@ msgstr "ミリメートルあたりのステップ (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Y 方向に 1 ミリメートルの移動でステップモーターが行うステップの数を示します。" #: fdmprinter.def.json @@ -705,7 +737,9 @@ msgstr "ミリメートルあたりのステップ (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Z 方向に 1 ミリメートルの移動でステップモーターが行うステップの数を示します。" #: fdmprinter.def.json @@ -715,7 +749,9 @@ msgstr "ミリメートルあたりのステップ (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "フィーダーホイールを円周上で1ミリメートル移動させるのに、ステップモーターが行うステップの数を示します。" #: fdmprinter.def.json @@ -725,7 +761,9 @@ msgstr "プラス方向の X エンドストップ" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "X 軸のエンドストップがプラス方向(高い X 座標)またはマイナス方向(低い X 座標)のいずれかを示します。" #: fdmprinter.def.json @@ -735,7 +773,9 @@ msgstr "プラス方向の Y エンドストップ" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Y 軸のエンドストップがプラス方向(高い Y 座標)またはマイナス方向(低い Y 座標)のいずれかを示します。" #: fdmprinter.def.json @@ -745,7 +785,9 @@ msgstr "プラス方向の Z エンドストップ" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Z 軸のエンドストップがプラス方向(高い Z 座標)またはマイナス方向(低い Z 座標)のいずれかを示します。" #: fdmprinter.def.json @@ -771,22 +813,23 @@ msgstr "材料をフィーダーに送るホイールの直径。" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "ファン速度を0~1にスケール" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "ファン速度は0〜256ではなく、0〜1になるようスケールします。" #: fdmprinter.def.json msgctxt "resolution label" msgid "Quality" msgstr "品質" -# msgstr "品質" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "プリントの解像度に影響を与えるすべての設定。これらの設定は、品質(および印刷時間)に大きな影響を与えます。" #: fdmprinter.def.json @@ -794,10 +837,11 @@ msgctxt "layer_height label" msgid "Layer Height" msgstr "レイヤー高さ" -# msgstr "積層ピッチ" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." msgstr "各レイヤーの高さ(mm)。値を大きくすると早く印刷しますが荒くなり、小さくすると印刷が遅くなりますが造形が綺麗になります。" #: fdmprinter.def.json @@ -807,7 +851,9 @@ msgstr "初期レイヤー高さ" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "初期レイヤーの高さ(mm)。厚い初期層はビルドプレートへの接着を容易にする。" #: fdmprinter.def.json @@ -817,7 +863,10 @@ msgstr "ライン幅" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." msgstr "1ラインの幅。一般に、各ラインの幅は、ノズルの幅に対応する必要があります。ただし、この値を少し小さくすると、より良い造形が得られます。" #: fdmprinter.def.json @@ -837,7 +886,9 @@ msgstr "外側ウォールライン幅" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "最も外側のウォールラインの幅。この値を下げると、より詳細な印刷できます。" #: fdmprinter.def.json @@ -847,7 +898,8 @@ msgstr "内側ウォールライン幅" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "一番外側のウォールラインを除くすべてのウォールラインのラインの幅。" #: fdmprinter.def.json @@ -905,7 +957,6 @@ msgctxt "support_roof_line_width label" msgid "Support Roof Line Width" msgstr "サポートルーフのライン幅" -# msgstr "サポートルーフライン幅" #: fdmprinter.def.json msgctxt "support_roof_line_width description" msgid "Width of a single support roof line." @@ -916,7 +967,6 @@ msgctxt "support_bottom_line_width label" msgid "Support Floor Line Width" msgstr "サポートフロアのライン幅" -# msgstr "サポートフロアライン幅" #: fdmprinter.def.json msgctxt "support_bottom_line_width description" msgid "Width of a single support floor line." @@ -937,10 +987,11 @@ msgctxt "initial_layer_line_width_factor label" msgid "Initial Layer Line Width" msgstr "初期レイヤーのライン幅" -# msgstr "初期レイヤー線幅" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "最初のレイヤーに線幅の乗数です。この値を増やすと、ベッドの接着性が向上します。" #: fdmprinter.def.json @@ -948,7 +999,6 @@ msgctxt "shell label" msgid "Walls" msgstr "ウォール" -# msgstr "外郭" #: fdmprinter.def.json msgctxt "shell description" msgid "Shell" @@ -961,7 +1011,9 @@ msgstr "ウォールエクストルーダー" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "壁造形用のエクストルーダー。デュアルノズル印刷時に使用。" #: fdmprinter.def.json @@ -969,10 +1021,11 @@ msgctxt "wall_0_extruder_nr label" msgid "Outer Wall Extruder" msgstr "外壁用エクストルーダー" -# msgstr "外側印刷用エクストルーダー" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "外壁印刷用のエクストルーダー。デュアルノズル印刷時に使用。" #: fdmprinter.def.json @@ -980,10 +1033,11 @@ msgctxt "wall_x_extruder_nr label" msgid "Inner Wall Extruder" msgstr "内壁用エクストルーダー" -# msgstr "内側用エクストルーダー" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "内壁印刷用のエクストルーダー。デュアルノズル印刷時に使用。" #: fdmprinter.def.json @@ -993,7 +1047,9 @@ msgstr "壁の厚さ" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "壁の厚さ。この値をラインの幅で割ることで壁の数が決まります。" #: fdmprinter.def.json @@ -1001,71 +1057,92 @@ msgctxt "wall_line_count label" msgid "Wall Line Count" msgstr "ウォールライン数" -# msgstr "壁の線本数" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "ウォールの数。厚さから計算された場合、この値は整数になります。" #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "ウォール移行長さ" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "部品が薄くなるにつれて異なる数のウォール間を移行する場合に、ウォールラインを分割または結合するために一定のスペースが割り当てられます。" #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "ウォール分配数" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "中心から数えて、変化を広げる必要のあるウォールの数。値が小さいほど、アウターウォールの幅が変化しないことを意味します。" #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "ウォール移行しきい値角度" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "偶数個と奇数個のウォールの間で移行を行うタイミング。この設定より大きい角度のくさび形状では移行が行われず、残りのスペースを埋めるために中心にウォールがプリントされることはありません。この設定を小さくすると、これらの中心にあるウォールの数と長さが減りますが、隙間ができたり、押し出されすぎたりすることがあります。" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "ウォール移行フィルター距離" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "異なる数のウォール間を相次いで行き来する場合は、まったく移行しないようにします。移行同士がこの距離よりも近い場合は、それらの移行を削除します。" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "ウォール移行フィルターマージン" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "1つ外側のウォールと1つ内側のウォールの間を行き来することを防止します。このマージンは、続くライン幅の範囲を[最小ウォールライン幅 - マージン, 2 * 最小ウォールライン幅 + マージン]に拡張します。このマージンを増やすと移行の回数が減り、押出の開始/停止回数が減少し、移動時間が短縮されます。ただし、ライン幅の変化が大きいと、押出不足や押出過多の問題が発生することがあります。" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" msgid "Outer Wall Wipe Distance" msgstr "外壁移動距離" -# msgstr "外壁のワイピング距離" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "外壁の後に挿入された移動の距離はZシームをよりよく隠します。" #: fdmprinter.def.json @@ -1075,7 +1152,11 @@ msgstr "外壁はめ込み" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." msgstr "外壁の経路にはめ込む。外壁がノズルよりも小さく、内壁の後に造形されている場合は、オフセットを使用して、ノズルの穴をモデルの外側ではなく内壁と重なるようにします。" #: fdmprinter.def.json @@ -1085,28 +1166,37 @@ msgstr "壁印刷順序の最適化" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." msgstr "撤回と移動距離を減らすために、壁のプリント順序を最適化します。ほとんどの部品がこの設定を有効にしている方が良い印刷結果につながりますが、実際には時間がかかることがありますので、最適化の有無に関わらず印刷時間を比較してください。ビルドプレートの接着タイプにブリムを選択すると最初のレイヤーは最適化されません。" #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "ウォール順序" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "ウォールをプリントする順序を決定します。アウターウォールを先にプリントすると、インナーウォールの不具合が外側に影響しないため、寸法精度が向上します。一方、アウターウォールを後からプリントすると、オーバーハングをプリントする際にうまく積み重ねることができます。" #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "内側から外側へ" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "外側から内側へ" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1115,89 +1205,133 @@ msgstr "代替予備壁" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "すべてのレイヤーごとに予備の壁を印刷します。このようにして、インフィルは余分な壁の間に挟まれ、より強い印刷物が得られる。" #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "最小ウォールライン幅" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "ノズルサイズの1~2倍程度の薄い構造の場合、モデルの厚さに合わせてライン幅を変更する必要があります。この設定は、ウォールに許容される最小ライン幅を制御します。ジオメトリーの厚さが、Nのウォールが幅広く、N+1のウォールが狭い場所で、NからN+1のウォールに移行するため、最小ライン幅は本質的に最大ライン幅も決定します。ウォールラインの許容最大幅は、最小ウォールライン幅の2倍です。" #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "最小偶数ウォールライン幅" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "通常の多角形ウォールの最小ライン幅。この設定は、1本の薄いウォールラインのプリントから、2本のウォールラインのプリントに切り替わるモデルの厚さを決定します。最小偶数ウォールライン幅を大きくすると、最大奇数ウォールライン幅も大きくなります。最大偶数ウォールライン幅は、アウターウォールライン幅 + 0.5" +" * 最小奇数ウォールライン幅として計算されます。" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "中央ライン分割しきい値" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "その幅を上回れば中央ライン(ある場合)を2つに分割する最小ライン幅。通常のライン幅の倍数として指定します。薄いラインを多数使用する場合は、この設定を小さくします。幅広のラインを少数使用する場合は、大きくします。これは形状全体がウォールで埋められていると想定して適用されるため、ここでの中央は、実際の成果物にはウォールではなくフィルや(他の)スキンがある場合でも、形状の2つの外端の間にあるオブジェクトの中央を意味することに注意してください。" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "最小奇数ウォールライン幅" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "中央ラインギャップフィラーのポリラインウォールの最小ライン幅。この設定は、2本のウォールラインのプリントから、2個のアウターウォールと中央の1個の中心ウォールのプリントに切り替わるモデルの厚さを決定します。最小奇数ウォールライン幅を大きくすると、最大偶数ウォールライン幅も大きくなります。最大奇数ウォールライン幅は、2" +" * 最小偶数ウォールライン幅として計算されます。" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "中央ライン追加しきい値" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "その幅を上回れば中央ライン(まだない場合)を追加する最小ライン幅。通常のライン幅の倍数として指定します。薄いラインを多数使用する場合は、この設定を小さくします。幅広のラインを少数使用する場合は、大きくします。これは形状全体がウォールで埋められていると想定して適用されるため、ここでの中央は、実際の成果物にはウォールではなくフィルや(他の)スキンがある場合でも、形状の2つの外端の間にあるオブジェクトの中央を意味することに注意してください。" #: fdmprinter.def.json msgctxt "fill_outline_gaps label" msgid "Print Thin Walls" msgstr "薄壁印刷" -# msgstr "薄い壁をプリントする" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "ノズルサイズよりも細い壁を作ります。" #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "最小フィーチャーサイズ" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "薄いフィーチャーの最小厚さ。この値より薄いモデルフィーチャーはプリントされず、最小フィーチャーサイズより厚いフィーチャーは最小ウォールライン幅に広げられます。" #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "最小薄肉ウォールライン幅" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "モデルの薄いフィーチャーを(最小フィーチャーサイズに従って)置き換えるウォールの幅。最小ウォールライン幅がフィーチャーの厚さより薄い場合、ウォールの厚さはフィーチャー自体の厚さと同じになります。" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1206,7 +1340,10 @@ msgstr "水平展開" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." msgstr "各レイヤーのすべてのポリゴンに適用されるオフセットの量。正の値は大きすぎる穴を補うことができます。負の値は小さすぎる穴を補うことができます。" #: fdmprinter.def.json @@ -1214,10 +1351,12 @@ msgctxt "xy_offset_layer_0 label" msgid "Initial Layer Horizontal Expansion" msgstr "初期層水平展開" -# msgstr "初期レイヤー水平方向への展開" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." msgstr "最初のレイヤーのポリゴンに適用されるオフセットの値。マイナスの値はelephant's footと呼ばれる第一層が潰れるを現象を軽減させます。" #: fdmprinter.def.json @@ -1227,7 +1366,9 @@ msgstr "穴の水平展開" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "各穴のすべてのポリゴンに適用されるオフセットの量。正の値は穴のサイズを大きくします。負の値は穴のサイズを小さくします。" #: fdmprinter.def.json @@ -1237,7 +1378,12 @@ msgstr "Zシーム合わせ" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." msgstr "レイヤーの経路始点。連続するレイヤー経路が同じポイントで開始すると、縦のシームが印刷に表示されることがあります。ユーザーが指定した場所の近くでこれらを整列させる場合、継ぎ目は最も簡単に取り除くことができます。無作為に配置すると、経路開始時の粗さが目立たなくなります。最短経路をとると、印刷が速くなります。" #: fdmprinter.def.json @@ -1310,7 +1456,6 @@ msgctxt "z_seam_position option left" msgid "Left" msgstr "左" -# msgstr "最も鋭利な角" #: fdmprinter.def.json msgctxt "z_seam_x label" msgid "Z Seam X" @@ -1318,10 +1463,10 @@ msgstr "ZシームX" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." -msgstr "" -"レイヤー内の各印刷を開始するX座\n" -"標の位置。" +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." +msgstr "レイヤー内の各印刷を開始するX座\n標の位置。" #: fdmprinter.def.json msgctxt "z_seam_y label" @@ -1330,7 +1475,9 @@ msgstr "ZシームY" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "レイヤー内の各パーツの印刷を開始する場所の近くのY座標。" #: fdmprinter.def.json @@ -1340,7 +1487,14 @@ msgstr "シームコーナー設定" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." msgstr "モデル輪郭の角がシームの位置に影響を及ぼすかどうかを制御します。[なし] は、角がシームの位置に影響を及ぼさないことを意味します。シームを隠すにすると、シームが内側の角に生じる可能性が高くなります。シームを外側にすると、シームが外側の角に生じる可能性が高くなります。シームを隠す/外側に出すは、シームが内側または外側の角に生じる可能性が高くなります。スマート・シームを使用すると、内外両側の角を使用できますが、適切な場合には内側の角が選択される頻度が高まります。" #: fdmprinter.def.json @@ -1348,19 +1502,16 @@ msgctxt "z_seam_corner option z_seam_corner_none" msgid "None" msgstr "なし" -# msgstr "なし" #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_inner" msgid "Hide Seam" msgstr "シーム非表示" -# msgstr "シームを非表示にする" #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_outer" msgid "Expose Seam" msgstr "シーム表示" -# msgstr "シームを表示する" #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_any" msgid "Hide or Expose Seam" @@ -1371,16 +1522,17 @@ msgctxt "z_seam_corner option z_seam_corner_weighted" msgid "Smart Hiding" msgstr "スマート・シーム" -# msgstr "シームを非表示または表示する" #: fdmprinter.def.json msgctxt "z_seam_relative label" msgid "Z Seam Relative" msgstr "相対Zシーム" -# msgstr "Zシーム関連" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." msgstr "有効時は、Zシームは各パーツの真ん中に設定されます。無効時はプラットフォームのサイズによって設定されます。" #: fdmprinter.def.json @@ -1398,10 +1550,11 @@ msgctxt "roofing_extruder_nr label" msgid "Top Surface Skin Extruder" msgstr "上部表面用エクストルーダー" -# msgstr "上層表面スキンエクストルーダー" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "上部の表面印刷用のエクストルーダー。デュアルノズル印刷時に使用。" #: fdmprinter.def.json @@ -1409,10 +1562,11 @@ msgctxt "roofing_layer_count label" msgid "Top Surface Skin Layers" msgstr "上部表面レイヤー" -# msgstr "上の表皮層" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "上部表面のレイヤー数。通常一層で綺麗に出来上がります。" #: fdmprinter.def.json @@ -1420,10 +1574,11 @@ msgctxt "top_bottom_extruder_nr label" msgid "Top/Bottom Extruder" msgstr "上部/底面エクストルーダー" -# msgstr "トップ/ボトムエクストルーダー" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "上部と下部の表面を印刷する時に使われるエクストルーダー。デュアルノズル印刷時に使用。" #: fdmprinter.def.json @@ -1433,7 +1588,9 @@ msgstr "上部/底面の厚さ" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "プリント時の最上面、最底面の厚み。これを積層ピッチで割った値で最上面、最低面のレイヤーの数を定義します。" #: fdmprinter.def.json @@ -1443,7 +1600,9 @@ msgstr "上部厚さ" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "プリント時の最上面の厚み。これを積層ピッチで割った値で最上面のレイヤーの数を定義します。" #: fdmprinter.def.json @@ -1453,7 +1612,9 @@ msgstr "上部レイヤー" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "最上面のレイヤー数。トップの厚さを計算する場合、この値は整数になります。" #: fdmprinter.def.json @@ -1463,7 +1624,9 @@ msgstr "底面厚さ" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "プリント時の最底面の厚み。これを積層ピッチで割った値で最低面のレイヤーの数を定義します。" #: fdmprinter.def.json @@ -1473,7 +1636,9 @@ msgstr "底面レイヤー" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "最底面のレイヤー数。下の厚さで計算すると、この値は整数に変換されます。" #: fdmprinter.def.json @@ -1483,7 +1648,9 @@ msgstr "初期底面レイヤー" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." msgstr "ビルドプレートから上にある初期底面レイヤーの数。下の厚さで計算すると、この値は整数に変換されます。" #: fdmprinter.def.json @@ -1506,7 +1673,6 @@ msgctxt "top_bottom_pattern option concentric" msgid "Concentric" msgstr "同心円" -# msgstr "同心" #: fdmprinter.def.json msgctxt "top_bottom_pattern option zigzag" msgid "Zig Zag" @@ -1544,7 +1710,11 @@ msgstr "上層/底層ポリゴンに接合" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." msgstr "互いに次に実行する上層/底層スキンパスに接合します。同心円のパターンの場合、この設定を有効にすることにより、移動時間が短縮されますが、インフィルまでの途中で接合があるため、この機能で上層面の品質が損なわれることがあります。" #: fdmprinter.def.json @@ -1554,7 +1724,10 @@ msgstr "上面/底面の方向一貫性" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "上面/底面のラインを、隣接するラインと常に一方向で重なるような順序でプリントします。これにより、プリントにかかる時間は少し長くなりますが、平らな面の見た目の一貫性が高まります。" #: fdmprinter.def.json @@ -1564,7 +1737,13 @@ msgstr "上層/底層ラインの向き" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." msgstr "上/下のレイヤーが線またはジグザグパターンを使う際の整数線の方向のリスト。リストの要素は、層が進行するにつれて順番に使用され、リストの終わりに達すると、最初から再び開始されます。リスト項目はコンマで区切られ、リスト全体は大括弧で囲まれています。デフォルトは、従来のデフォルト角度(45度と135度)を使用する空のリストです。" #: fdmprinter.def.json @@ -1574,7 +1753,12 @@ msgstr "Z 軸ギャップにスキンなし" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." msgstr "モデルの垂直方向に少数層のみの小さなギャップがある場合、通常は、その狭いスペース内にある層の周囲にスキンが存在する必要があります。垂直方向のギャップが非常に小さい場合は、この設定を有効にしてスキンが生成されないようにします。これにより、印刷時間とスライス時間が向上しますが、技術的には空気にさらされたインフィルを残します。" #: fdmprinter.def.json @@ -1582,10 +1766,12 @@ msgctxt "skin_outline_count label" msgid "Extra Skin Wall Count" msgstr "外側表面の数" -# msgstr "余分な肌壁の本数" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." msgstr "上部/下部パターンの最も外側の部分を同心円の線で置き換えます。 1つまたは2つの線を使用すると、トップ部分の造形が改善されます。" #: fdmprinter.def.json @@ -1595,7 +1781,11 @@ msgstr "アイロン有効" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." msgstr "微量の材料のみを吐出して、再度上部表面を動きます。これにより上部のプラスティックが溶かされ、よりスムースな表面になります。ノズルチャンバーには高い圧力が保たれるため、表面上のしわが材料で埋められます。" #: fdmprinter.def.json @@ -1603,10 +1793,11 @@ msgctxt "ironing_only_highest_layer label" msgid "Iron Only Highest Layer" msgstr "最上層のみアイロン" -# msgstr "上層のみアイロンをかけます" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "メッシュの最後のレイヤーでのみアイロンをかけます。下層にて滑らかな表面仕上げを必要としない場合、時間を節約します。" #: fdmprinter.def.json @@ -1614,7 +1805,6 @@ msgctxt "ironing_pattern label" msgid "Ironing Pattern" msgstr "アイロンパターン" -# msgstr "アイロン時のパターン" #: fdmprinter.def.json msgctxt "ironing_pattern description" msgid "The pattern to use for ironing top surfaces." @@ -1625,7 +1815,6 @@ msgctxt "ironing_pattern option concentric" msgid "Concentric" msgstr "同心円" -# msgstr "同心" #: fdmprinter.def.json msgctxt "ironing_pattern option zigzag" msgid "Zig Zag" @@ -1638,16 +1827,17 @@ msgstr "アイロン方向一貫性" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "アイロンラインを、隣接するラインと常に一方向で重なるような順序でプリントします。これにより、プリントにかかる時間は少し長くなりますが、平らな面の見た目の一貫性が高まります。" -# msgstr "ジグザグ" #: fdmprinter.def.json msgctxt "ironing_line_spacing label" msgid "Ironing Line Spacing" msgstr "アイロン線のスペース" -# msgstr "アイロンラインの線隔" #: fdmprinter.def.json msgctxt "ironing_line_spacing description" msgid "The distance between the lines of ironing." @@ -1658,10 +1848,13 @@ msgctxt "ironing_flow label" msgid "Ironing Flow" msgstr "アイロンフロー" -# msgstr "アイロン時のフロー" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." msgstr "アイロン時にノズルから出しておくフィラメントの量。多少出しておくと裂け目を綺麗にします。ただ出し過ぎると吐出過多になり、端が荒れます。" #: fdmprinter.def.json @@ -1669,10 +1862,11 @@ msgctxt "ironing_inset label" msgid "Ironing Inset" msgstr "アイロンインセット" -# msgstr "アイロンを挿入する" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "モデルの端からの距離。端までアイロンをすると、端が荒れる場合があります。" #: fdmprinter.def.json @@ -1680,7 +1874,6 @@ msgctxt "speed_ironing label" msgid "Ironing Speed" msgstr "アイロン速度" -# msgstr "アイロン時のスピード" #: fdmprinter.def.json msgctxt "speed_ironing description" msgid "The speed at which to pass over the top surface." @@ -1691,7 +1884,6 @@ msgctxt "acceleration_ironing label" msgid "Ironing Acceleration" msgstr "アイロン加速度" -# msgstr "アイロン時の加速" #: fdmprinter.def.json msgctxt "acceleration_ironing description" msgid "The acceleration with which ironing is performed." @@ -1702,7 +1894,6 @@ msgctxt "jerk_ironing label" msgid "Ironing Jerk" msgstr "アイロンジャーク" -# msgstr "ジャークをアイロンする" #: fdmprinter.def.json msgctxt "jerk_ironing description" msgid "The maximum instantaneous velocity change while performing ironing." @@ -1715,7 +1906,14 @@ msgstr "表面公差量" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." msgstr "壁とスキンの中央ライン(のエンドポイント)が交差する量(スキンラインのライン幅と壁の最内部に対する割合)を調整します。わずかな交差によって、壁がスキンにしっかりつながります。スキンと壁のライン幅が同じで、割合が50%を超えると、スキンが壁を通過している可能性があります。これは、その時点で、スキン押出機のノズルの位置が、すでに壁の真ん中を過ぎている可能性があるためです。" #: fdmprinter.def.json @@ -1725,7 +1923,13 @@ msgstr "表面公差" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." msgstr "壁とスキンの中央ライン(のエンドポイント)が交差する量を調整します。わずかな交差によって、壁がスキンにしっかりつながります。スキンと壁のライン幅が同じで、壁の幅が半分以上の値になると、スキンが壁を通過している可能性があります。これは、その時点で、スキン押出機のノズルの位置が、すでに壁の真ん中を過ぎている可能性があるためです。" #: fdmprinter.def.json @@ -1733,10 +1937,13 @@ msgctxt "skin_preshrink label" msgid "Skin Removal Width" msgstr "表面除去幅" -# msgstr "スキン除去幅" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." msgstr "取り除くスキンエリアの最大幅。この値より小さいすべてのスキンエリアは消えます。これは、モデルの傾斜表面の上部/下部スキンに費やした時間のや材料の量を制限することができます。" #: fdmprinter.def.json @@ -1744,10 +1951,13 @@ msgctxt "top_skin_preshrink label" msgid "Top Skin Removal Width" msgstr "上面除去幅" -# msgstr "トップスキン除去幅" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." msgstr "取り除くスキンエリアの最大幅。この値より小さいすべてのスキンエリアは消えます。これは、モデルの傾斜表面の上部/下部スキンに費やした時間のや材料の量を制限することができます。" #: fdmprinter.def.json @@ -1755,10 +1965,13 @@ msgctxt "bottom_skin_preshrink label" msgid "Bottom Skin Removal Width" msgstr "底面除去幅" -# msgstr "ボトムのスキン除去幅" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." msgstr "取り除くスキンエリアの最大幅。この値より小さいすべてのスキンエリアは消えます。これは、モデルの傾斜表面の上部/下部スキンに費やした時間のや材料の量を制限することができます。" #: fdmprinter.def.json @@ -1768,7 +1981,10 @@ msgstr "表面展開距離" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." msgstr "スキンがインフィルまで到達する距離です。高い数値の場合、スキンはインフィルのパターンに隣接しやすく、近接する壁のレイヤーもスキンに密着しやすくなります。低値の場合、材料の使用量を節約します。" #: fdmprinter.def.json @@ -1776,10 +1992,13 @@ msgctxt "top_skin_expand_distance label" msgid "Top Skin Expand Distance" msgstr "上面展開距離" -# msgstr "トップのスキンの展開距離" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." msgstr "スキンがインフィルまで到達する距離です。高い数値の場合、スキンはインフィルのパターンに隣接しやすく、近接する壁のレイヤーもスキンに密着しやすくなります。低値の場合、材料の使用量を節約します。" #: fdmprinter.def.json @@ -1787,10 +2006,13 @@ msgctxt "bottom_skin_expand_distance label" msgid "Bottom Skin Expand Distance" msgstr "底面展開距離" -# msgstr "ボトムのスキンの展開距離" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." msgstr "スキンがインフィルまで到達する距離です。高い数値の場合、スキンはインフィルのパターンに隣接しやすく、近接する壁のレイヤーもスキンに密着しやすくなります。低値の場合、材料の使用量を節約します。" #: fdmprinter.def.json @@ -1800,7 +2022,13 @@ msgstr "表面展開最大角" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." msgstr "この設定より大きい角を持つオブジェクトの上部または底部の表面は、その表面のスキンを拡大しません。これにより、モデルの表面に垂直に近い斜面がある場合に作成される狭いスキン領域の拡大を回避します。0°の角度は水平方向で、スキンは拡大しません。90°の角度は垂直方向で、すべてのスキンが拡大します。" #: fdmprinter.def.json @@ -1810,7 +2038,10 @@ msgstr "表面展開最小角" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." msgstr "これより狭いスキン領域は展開されません。モデル表面に、垂直に近い斜面がある場合に作成される狭いスキン領域の拡大を回避するためです。" #: fdmprinter.def.json @@ -1818,7 +2049,6 @@ msgctxt "infill label" msgid "Infill" msgstr "インフィル" -# msgstr "インフィル" #: fdmprinter.def.json msgctxt "infill description" msgid "Infill" @@ -1829,10 +2059,10 @@ msgctxt "infill_extruder_nr label" msgid "Infill Extruder" msgstr "インフィルエクストルーダー" -# msgstr "インフィルエクストルーダー" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "インフィル造形時に使われるExtruder。デュアルノズルの場合に利用します。" #: fdmprinter.def.json @@ -1852,7 +2082,9 @@ msgstr "インフィルライン距離" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "造形されたインフィルラインの距離。この設定は、インフィル密度およびライン幅によって計算される。" #: fdmprinter.def.json @@ -1862,7 +2094,14 @@ msgstr "インフィルパターン" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." msgstr "プリントのインフィル材料のパターンラインおよびジグザグインフィルはレイヤーごとに方向を入れ替え、材料コストを削減します。グリッド、トライアングル、トライヘキサゴン、キュービック、オクテット、クォーターキュービック、クロスおよび同心円パターンはレイヤーごとに完全にプリントされます。ジャイロイド、キュービック、クォーターキュービックおよびオクテットインフィルはレイヤーごとに変化し、各方向にかけてより均一な強度分布を実現します。ライトニングインフィルは造形物の天井のみを支えることで、インフィルを最低限にするよう試みます。" #: fdmprinter.def.json @@ -1900,13 +2139,11 @@ msgctxt "infill_pattern option tetrahedral" msgid "Octet" msgstr "オクテット" -# msgstr "オクテット" #: fdmprinter.def.json msgctxt "infill_pattern option quarter_cubic" msgid "Quarter Cubic" msgstr "クォーターキュービック" -# msgstr "クォーターキュービック" #: fdmprinter.def.json msgctxt "infill_pattern option concentric" msgid "Concentric" @@ -1922,7 +2159,6 @@ msgctxt "infill_pattern option cross" msgid "Cross" msgstr "クロス" -# msgstr "クロス" #: fdmprinter.def.json msgctxt "infill_pattern option cross_3d" msgid "Cross 3D" @@ -1938,7 +2174,6 @@ msgctxt "infill_pattern option lightning" msgid "Lightning" msgstr "ライトニング" -# msgstr "クロス3D" #: fdmprinter.def.json msgctxt "zig_zaggify_infill label" msgid "Connect Infill Lines" @@ -1946,7 +2181,12 @@ msgstr "インフィルライン接合" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." msgstr "内壁の形状に沿ったラインを使用してインフィルパターンと内壁が合うところで接合します。この設定を有効にすると、インフィルが壁により密着するようになり、垂直面の品質に対するインフィルの影響が軽減します。この設定を無効にすると、材料の使用量が減ります。" #: fdmprinter.def.json @@ -1956,7 +2196,10 @@ msgstr "インフィルポリゴン接合" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." msgstr "互いに次に実行するインフィルパスに接合します。いくつかの閉じられたポリゴンを含むインフィルパターンの場合、この設定を有効にすることにより、移動時間が大幅に短縮されます。" #: fdmprinter.def.json @@ -1964,10 +2207,15 @@ msgctxt "infill_angles label" msgid "Infill Line Directions" msgstr "インフィルラインの向き" -# msgstr "インフィルラインの方向" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." msgstr "使用する整数線の方向のリスト。リストの要素は、レイヤの層に合わせて順番に使用され、リストの末尾に達すると、最初から再び開始されます。リスト項目はコンマで区切られ、リスト全体は大括弧で囲まれています。デフォルトは空のリストです。これは、従来のデフォルト角度(線とジグザグのパターンでは45と135度、他のすべてのパターンでは45度)を使用することを意味します。" #: fdmprinter.def.json @@ -1997,7 +2245,10 @@ msgstr "インフィル開始のランダム化" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." msgstr "どのインフィルラインが最初に印刷されるかをランダム化します。これによって1つのセグメントが強くなることを回避しますが、追加の移動距離が必要となります。" #: fdmprinter.def.json @@ -2007,7 +2258,10 @@ msgstr "インフィルライン乗算" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." msgstr "各インフィルラインをこの多重ラインに変換します。余分なラインが互いに交差せず、互いを避け合います。これによりインフィルが硬くなり、印刷時間と材料使用量が増えます。" #: fdmprinter.def.json @@ -2018,11 +2272,13 @@ msgstr "外側インフィル壁の数" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"インフィルエリア周辺に外壁を追加します。このような壁は、上層/底層ラインにたるみを作ります。つまり、一部の外壁材料の費用で同じ品質を実現するためには、必要な上層/底層スキンが少ないことを意味します。\n" -"この機能は、インフィルポリゴン接合と組み合わせて、構成が正しい場合、移動または引き戻しが必要なく、すべてのインフィルを1つの押出経路に接続することができます。" +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "インフィルエリア周辺に外壁を追加します。このような壁は、上層/底層ラインにたるみを作ります。つまり、一部の外壁材料の費用で同じ品質を実現するためには、必要な上層/底層スキンが少ないことを意味します。\nこの機能は、インフィルポリゴン接合と組み合わせて、構成が正しい場合、移動または引き戻しが必要なく、すべてのインフィルを1つの押出経路に接続することができます。" #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -2031,7 +2287,11 @@ msgstr "キュービックサブディビジョンシェル" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." msgstr "この立方体を細分するかどうかを決定するために、各立方体の中心から半径に加えてモデルの境界を調べます。値を大きくすると、モデルの境界付近に小さな立方体のより厚いシェルができます。" #: fdmprinter.def.json @@ -2041,7 +2301,10 @@ msgstr "インフィル公差量" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." msgstr "インフィルと壁のオーバーラップ量 (インフィルライン幅に対する%)。少しのオーバーラップによって壁がインフィルにしっかりつながります。" #: fdmprinter.def.json @@ -2049,10 +2312,11 @@ msgctxt "infill_overlap_mm label" msgid "Infill Overlap" msgstr "インフィル公差" -# msgstr "インフィルのオーバーラップ" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "インフィルと壁が交差する量、わずかな交差によって壁がインフィルにしっかりつながります。" #: fdmprinter.def.json @@ -2060,10 +2324,12 @@ msgctxt "infill_wipe_dist label" msgid "Infill Wipe Distance" msgstr "インフィル移動距離" -# msgstr "インフィルWipe距離" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." msgstr "インフィルラインごとに挿入された移動距離は壁のインフィルへの接着をより良くします。このオプションは、インフィルオーバーラップに似ていますが、押出なく、インフィルラインの片側にのみあります。" #: fdmprinter.def.json @@ -2073,7 +2339,9 @@ msgstr "インフィル層の厚さ" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "インフィルマテリアルの層ごとの厚さ。この値は常にレイヤーの高さの倍数でなければなりません。" #: fdmprinter.def.json @@ -2083,7 +2351,10 @@ msgstr "インフィル半減回数" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." msgstr "天井面の表面に近づく際にインフィル密度が半減する回数。天井面に近い領域ほど高い密度となり、インフィル密度まで達します。" #: fdmprinter.def.json @@ -2093,7 +2364,8 @@ msgstr "インフィル半減高さ" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "密度が半分に切り替わる前の所定のインフィルの高さ。" #: fdmprinter.def.json @@ -2103,10 +2375,12 @@ msgstr "インフィル優先" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "" -"壁より前にインフィルをプリントします はじめに壁をプリントするとより精密な壁になりますが、オーバーハングのプリントは悪化します\n" -"はじめにインフィルをプリントすると丈夫な壁になりますが、インフィルの模様が時折表面から透けて表れます。" +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "壁より前にインフィルをプリントします はじめに壁をプリントするとより精密な壁になりますが、オーバーハングのプリントは悪化します\nはじめにインフィルをプリントすると丈夫な壁になりますが、インフィルの模様が時折表面から透けて表れます。" #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2125,7 +2399,10 @@ msgstr "インフィルサポート" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." msgstr "面材構造を印刷するには、モデルの上部がサポートされている必要があります。これを有効にすると、印刷時間と材料の使用量が減少しますが、オブジェクトの強度が不均一になります。" #: fdmprinter.def.json @@ -2135,7 +2412,10 @@ msgstr "インフィルオーバーハング角度" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." msgstr "インフィルが追加される内部オーバーハングの最小角度。0° のとき、対象物は完全にインフィルが充填され、90° ではインフィルが提供されません。" #: fdmprinter.def.json @@ -2165,7 +2445,9 @@ msgstr "ライトニングインフィルサポート角度" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "ライトニングインフィルレイヤーがその上の物を支える必要がある場合を決定します。レイヤーの厚さを考慮して角度で指定されます。" #: fdmprinter.def.json @@ -2175,7 +2457,9 @@ msgstr "ライトニングインフィルオーバーハング角度" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "ライトニングインフィルレイヤーがその上のモデルを支える必要がある場合を決定します。厚さを考慮して角度で指定されます。" #: fdmprinter.def.json @@ -2185,7 +2469,9 @@ msgstr "ライトニングインフィル刈り込み角度" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "インフィルラインのエンドポイントは短縮され、材料が節約されます。この設定は、これらのラインのエンドポイントにおけるオーバーハングの角度です。" #: fdmprinter.def.json @@ -2195,7 +2481,9 @@ msgstr "ライトニングインフィル矯正角度" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "インフィルラインは矯正され、プリント時間が節約されます。これは、インフィルラインの全長にわたって許可されるオーバーハングの最大角度です。" #: fdmprinter.def.json @@ -2215,7 +2503,10 @@ msgstr "デフォルト印刷温度" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" msgstr "印刷中のデフォルトの温度。これはマテリアルの基本温度となります。他のすべての造形温度はこの値に基づいてオフセットする必要があります" #: fdmprinter.def.json @@ -2225,7 +2516,9 @@ msgstr "造形温度" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "印刷するプリンタ内の温度。これがゼロ (0) の場合、造形温度は調整できません。" #: fdmprinter.def.json @@ -2245,7 +2538,9 @@ msgstr "初期レイヤー印刷温度" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "最初のレイヤーを印刷する温度。初期レイヤーのみ特別設定が必要ない場合は 0 に設定します。" #: fdmprinter.def.json @@ -2255,7 +2550,9 @@ msgstr "初期印刷温度" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "加熱中、印刷を開始することができる最低の温度。" #: fdmprinter.def.json @@ -2265,7 +2562,9 @@ msgstr "最終印刷温度" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "印刷終了直前に冷却を開始する温度。" #: fdmprinter.def.json @@ -2275,7 +2574,9 @@ msgstr "押出クールダウン速度修飾子" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." msgstr "印刷中にノズルが冷える際の速度。同じ値が、加熱する際の加熱速度に割当られます。" #: fdmprinter.def.json @@ -2285,7 +2586,10 @@ msgstr "ビルドプレートのデフォルト温度" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" msgstr "加熱式ビルドプレートのデフォルト温度。これはビルドプレートの「基本」温度でます。他のすべての印刷温度はこの値に基づいてオフセットする必要があります" #: fdmprinter.def.json @@ -2295,7 +2599,9 @@ msgstr "ビルドプレート温度" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "加熱式ビルドプレートの温度。これが0の場合、ビルドプレートは加熱されないままになります。" #: fdmprinter.def.json @@ -2305,7 +2611,9 @@ msgstr "初期レイヤーのビルドプレート温度" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "最初のレイヤー印刷時の加熱式ビルドプレートの温度。これが0の場合、最初のレイヤー印刷時のビルドプレートは加熱されないままになります。" #: fdmprinter.def.json @@ -2335,28 +2643,34 @@ msgstr "スケールファクタ収縮補正" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "材料の冷却時の収縮を補正するために、モデルはこのスケールファクタでスケールされます。" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "水平スケールファクタ収縮補正" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "材料の冷却時の収縮を補正するために、モデルはXY(水平)方向にこのファクタでスケールされます。" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "垂直スケールファクタ収縮補正" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "材料の冷却時の収縮を補正するために、モデルはZ(垂直)方向にこのファクタでスケールされます。" #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2365,7 +2679,10 @@ msgstr "結晶性材料" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "この材料は加熱時にきれいに分解するタイプ (結晶性) または長く絡み合ったポリマー鎖 (非結晶) を作り出すタイプのいずれですか?" #: fdmprinter.def.json @@ -2385,7 +2702,9 @@ msgstr "滲出防止引戻し速度" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "滲出を防止するにはフィラメントスイッチ中に材料をどの程度速く引き戻す必要があるか。" #: fdmprinter.def.json @@ -2405,7 +2724,9 @@ msgstr "フィラメント引き出し準備引戻し速度" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "フィラメントの引き出しが起こるための引き戻しの距離。" #: fdmprinter.def.json @@ -2415,7 +2736,9 @@ msgstr "フィラメント引き出し準備温度" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "材料のパージに使用する温度は、許容最高プリンティング温度とほぼ等しくなければなりません。" #: fdmprinter.def.json @@ -2435,7 +2758,8 @@ msgstr "フィラメント引き出しの引戻し速度" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "フィラメントをきれいに引き出すために維持すべきフィラメントの引戻し速度。" #: fdmprinter.def.json @@ -2465,7 +2789,9 @@ msgstr "フラッシュパージ長さ" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "材料を切り替えたときに、ノズルから前の材料をパージするために使用する材料の量(フィラメントの長さ)。" #: fdmprinter.def.json @@ -2475,7 +2801,9 @@ msgstr "フィラメントパージ速度の後" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "空のスプールを同じ材料の新しいスプールに交換した後に、材料の下準備をする速度。" #: fdmprinter.def.json @@ -2485,7 +2813,10 @@ msgstr "フィラメントパージ長さの後" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." msgstr "空のスプールを同じ材料の新しいスプールに交換したときに、ノズルから前の材料をパージするために使用する材料の量(フィラメントの長さ)。" #: fdmprinter.def.json @@ -2505,7 +2836,10 @@ msgstr "無負荷移動係数" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." msgstr "フィーダーとノズルチャンバーの間でフィラメントが圧縮される量を示す係数。フィラメントスイッチの材料を移動する距離を決めるために使用されます。" #: fdmprinter.def.json @@ -2515,7 +2849,9 @@ msgstr "フロー" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "流れの補修: 押出されるマテリアルの量は、この値から乗算されます。" #: fdmprinter.def.json @@ -2545,7 +2881,8 @@ msgstr "内壁のフロー" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "最外壁以外の壁のフロー補正。" #: fdmprinter.def.json @@ -2645,7 +2982,9 @@ msgstr "初期レイヤーフロー" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "初期レイヤーの流量補修:初期レイヤーの マテリアル吐出量はこの値の乗算で計算されます。" #: fdmprinter.def.json @@ -2655,7 +2994,9 @@ msgstr "スタンバイ温度" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "印刷していないノズルの温度(もう一方のノズルが印刷中)" #: fdmprinter.def.json @@ -2705,7 +3046,11 @@ msgstr "外壁速度" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." msgstr "最も外側のウォールをプリントする速度。外側の壁を低速でプリントすると表面の質が改善しますが、内壁と外壁のプリント速度の差が大きすぎると、印刷の質が悪化します。" #: fdmprinter.def.json @@ -2715,7 +3060,10 @@ msgstr "内壁速度" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." msgstr "内側のウォールをプリントする速度 外壁より内壁を高速でプリントすると、印刷時間の短縮になります。外壁のプリント速度とインフィルのプリント速度の中間に設定するのが適切です。" #: fdmprinter.def.json @@ -2723,7 +3071,6 @@ msgctxt "speed_roofing label" msgid "Top Surface Skin Speed" msgstr "最上面速度" -# msgstr "トップサーフェススキンの速度" #: fdmprinter.def.json msgctxt "speed_roofing description" msgid "The speed at which top surface skin layers are printed." @@ -2746,7 +3093,10 @@ msgstr "サポート速度" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." msgstr "サポート材をプリントする速度です。高速でサポートをプリントすると、印刷時間を大幅に短縮できます。サポート材は印刷後に削除されますので、サポート構造の品質はそれほど重要ではありません。" #: fdmprinter.def.json @@ -2756,7 +3106,9 @@ msgstr "サポートインフィル速度" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "サポート材のインフィルをプリントする速度 低速でプリントすると安定性が向上します。" #: fdmprinter.def.json @@ -2766,7 +3118,9 @@ msgstr "サポートインタフェース速度" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "ルーフとフロアのサポート材をプリントする速度。低速でプリントするとオーバーハングの品質を向上できます。" #: fdmprinter.def.json @@ -2774,10 +3128,11 @@ msgctxt "speed_support_roof label" msgid "Support Roof Speed" msgstr "サポートルーフ速度" -# msgstr "サポートルーフの速度" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "ルーフとフロアのサポート材をプリントする速度 これらを低速でプリントするとオーバーハングの品質を向上できます。" #: fdmprinter.def.json @@ -2785,10 +3140,11 @@ msgctxt "speed_support_bottom label" msgid "Support Floor Speed" msgstr "サポートフロア速度" -# msgstr "サポートフロアの速度" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "フロアのサポートがプリントされる速度。低速で印刷することで、サポートの接着性を向上させることができます。" #: fdmprinter.def.json @@ -2798,7 +3154,10 @@ msgstr "プライムタワー印刷速度" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." msgstr "プライムタワーをプリントする速度です。異なるフィラメントの印刷で密着性が最適ではない場合、低速にてプライム タワーをプリントすることでより安定させることができます。" #: fdmprinter.def.json @@ -2818,7 +3177,10 @@ msgstr "初期レイヤー速度" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." msgstr "初期レイヤーでの速度。ビルドプレートへの接着を改善するため低速を推奨します。ブリムやラフトなどのビルドプレート接着構造自体には影響しません。" #: fdmprinter.def.json @@ -2828,7 +3190,9 @@ msgstr "初期レイヤー印刷速度" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "一層目をプリントする速度 ビルトプレートへの接着を向上するため低速を推奨します。" #: fdmprinter.def.json @@ -2838,7 +3202,11 @@ msgstr "初期レイヤー移動速度" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." msgstr "最初のレイヤーを印刷する際のトラベルスピード。低速の方が、ビルドプレート剥がれるリスクを軽減することができます。この設定の値は、移動速度と印刷速度の比から自動的に計算されます。" #: fdmprinter.def.json @@ -2848,7 +3216,10 @@ msgstr "スカート/ブリム速度" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." msgstr "スカートとブリムのプリント速度 通常は一層目のスピードと同じですが、異なる速度でスカートやブリムをプリントしたい場合に設定してください。" #: fdmprinter.def.json @@ -2858,7 +3229,10 @@ msgstr "Z 軸ホップ速度" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." msgstr "Z 軸ホップに対して垂直 Z 軸方向の動きが行われる速度。これは通常、ビルドプレートまたはマシンのガントリーが動きにくいため、印刷速度よりも低くなります。" #: fdmprinter.def.json @@ -2868,18 +3242,27 @@ msgstr "遅いレイヤーの数" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." msgstr "最初の数層は印刷失敗の可能性を軽減させるために、設定した印刷スピードよりも遅く印刷されます。" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "フロー均一化率" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "押出幅に基づく速度の補正係数。0%では、移動速度が一定のプリント速度に保たれます。100%では、フロー(mm³/s単位)が一定になるように移動速度が調整されます。つまり、通常のライン幅の半分のラインは2倍の速さでプリントされ、幅が2倍のラインは半分の速さでプリントされます。100%より大きな値を設定すると、幅広のラインを押し出すのに必要な高い圧力を補うことができます。" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2888,7 +3271,9 @@ msgstr "加速度制御を有効にする" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "プリントヘッドのスピード調整の有効化 加速度の増加は印刷時間を短縮しますが印刷の質を損ねます。" #: fdmprinter.def.json @@ -2946,7 +3331,6 @@ msgctxt "acceleration_roofing label" msgid "Top Surface Skin Acceleration" msgstr "最上面加速度" -# msgstr "トップ表面スキンの加速度" #: fdmprinter.def.json msgctxt "acceleration_roofing description" msgid "The acceleration with which top surface skin layers are printed." @@ -2989,7 +3373,9 @@ msgstr "サポートインタフェース加速度" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "サポートの上面と下面が印刷される加速度。低加速度で印刷するとオーバーハングの品質が向上します。" #: fdmprinter.def.json @@ -2997,10 +3383,11 @@ msgctxt "acceleration_support_roof label" msgid "Support Roof Acceleration" msgstr "サポートルーフ加速度" -# msgstr "サポートルーフの加速度" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "サポートの上面がプリントされる加速度、低加速度で印刷するとオーバーハングの品質が向上します。" #: fdmprinter.def.json @@ -3008,10 +3395,11 @@ msgctxt "acceleration_support_bottom label" msgid "Support Floor Acceleration" msgstr "サポートフロア加速度" -# msgstr "サポートフロアの加速度" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." msgstr "サポートのフロアが印刷される加速度。より低い加速度で印刷すると、モデル上のサポートの接着性を向上させることができます。" #: fdmprinter.def.json @@ -3071,7 +3459,10 @@ msgstr "スカート/ブリム加速度" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." msgstr "スカートとブリム印刷時の加速度。通常、初期レイヤーの印刷スピードにて適用されるが、異なる速度でスカートやブリムを印刷したい場合使用できる。" #: fdmprinter.def.json @@ -3081,7 +3472,10 @@ msgstr "ジャーク制御を有効にする" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." msgstr "X または Y 軸の速度が変更する際、プリントヘッドのジャークを調整することができます。ジャークを増やすことは、印刷時間を短縮できますがプリントの質を損ねます。" #: fdmprinter.def.json @@ -3111,7 +3505,8 @@ msgstr "ウォールジャーク" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "ウォールのプリント時の最大瞬間速度を変更。" #: fdmprinter.def.json @@ -3121,7 +3516,9 @@ msgstr "外壁ジャーク" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "外側のウォールが出力される際の最大瞬間速度の変更。" #: fdmprinter.def.json @@ -3131,7 +3528,9 @@ msgstr "内壁ジャーク" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "内側のウォールがプリントされれう際の最大瞬間速度の変更。" #: fdmprinter.def.json @@ -3139,10 +3538,11 @@ msgctxt "jerk_roofing label" msgid "Top Surface Skin Jerk" msgstr "最上面ジャーク" -# msgstr "トップサーフェススキンジャーク" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "上部表面プリント時の最大加速度。" #: fdmprinter.def.json @@ -3152,7 +3552,9 @@ msgstr "上面/下面ジャーク" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "トップとボトムのレイヤーを印刷する際の最大瞬間速度の変更。" #: fdmprinter.def.json @@ -3162,7 +3564,9 @@ msgstr "サポートジャーク" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "サポート材の印刷時の最大瞬間速度の変更。" #: fdmprinter.def.json @@ -3172,7 +3576,9 @@ msgstr "サポートインフィルジャーク" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "サポート材の印刷時、最大瞬間速度の変更。" #: fdmprinter.def.json @@ -3182,7 +3588,9 @@ msgstr "サポートインタフェースジャーク" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "どのルーフとフロアのサポート部分を印刷するかによって最大瞬間速度は変化します。" #: fdmprinter.def.json @@ -3190,10 +3598,11 @@ msgctxt "jerk_support_roof label" msgid "Support Roof Jerk" msgstr "サポートルーフジャーク" -# msgstr "サポートルーフのジャーク" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "どのサポートのルーフ部分を印刷するかによって最大瞬間速度は変化します。" #: fdmprinter.def.json @@ -3201,10 +3610,11 @@ msgctxt "jerk_support_bottom label" msgid "Support Floor Jerk" msgstr "サポートフロアジャーク" -# msgstr "サポートフロアのジャーク" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "どのサポートのフロア部分を印刷するかによって最大瞬間速度は変化します。" #: fdmprinter.def.json @@ -3214,7 +3624,9 @@ msgstr "プライムタワージャーク" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "プライムタワーがプリントされる際の最大瞬間速度を変更します。" #: fdmprinter.def.json @@ -3224,7 +3636,8 @@ msgstr "移動ジャーク" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "移動する際の最大瞬時速度の変更。" #: fdmprinter.def.json @@ -3244,7 +3657,9 @@ msgstr "初期レイヤー印刷ジャーク" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "初期レイヤー印刷中の最大瞬時速度の変化。" #: fdmprinter.def.json @@ -3264,7 +3679,9 @@ msgstr "スカート/ブリムジャーク" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "スカートとブリムがプリントされる最大瞬時速度の変更。" #: fdmprinter.def.json @@ -3314,7 +3731,9 @@ msgstr "引き戻し速度" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "フィラメントが引き戻される時のスピード。" #: fdmprinter.def.json @@ -3344,7 +3763,9 @@ msgstr "余分な押し戻し量の引き戻し" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "マテリアルによっては、移動中に滲み出てきてしまうときがあり、ここで調整することができます。" #: fdmprinter.def.json @@ -3354,7 +3775,9 @@ msgstr "引き戻し最小移動距離" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "フィラメントを引き戻す際に必要な最小移動距離。これは、短い距離内での引き戻しの回数を減らすために役立ちます。" #: fdmprinter.def.json @@ -3364,7 +3787,11 @@ msgstr "最大引き戻し回数" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." msgstr "この設定は、決められた距離の中で起こる引き戻しの回数を制限します。制限数以上の引き戻しは無視されます。これによりフィーダーでフィラメントを誤って削ってしまう問題を軽減させます。" #: fdmprinter.def.json @@ -3374,7 +3801,11 @@ msgstr "最小抽出距離範囲" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." msgstr "最大の引き戻し回数。この値は引き戻す距離と同じであることで、引き戻しが効果的に行われます。" #: fdmprinter.def.json @@ -3384,7 +3815,10 @@ msgstr "サポート引き戻し限界" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." msgstr "支持材から支持材に直線移動する場合は、引戻しを省略します。この設定を有効にすると、印刷時間は節約できますが、支持材内で過剰な糸引きが発生する可能性があります。" #: fdmprinter.def.json @@ -3394,7 +3828,12 @@ msgstr "コーミングモード" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." msgstr "コーミングは、走行時にすでに印刷された領域内にノズルを保ちます。その結果、移動距離はわずかに長くなりますが、引き込みの必要性は減ります。コーミングがオフの場合、フィラメントの引き戻しを行い、ノズルは次のポイントまで直線移動します。また、インフィルのみにてコーミングすることにより、トップとボトムのスキン領域上での櫛通りを回避できます。" #: fdmprinter.def.json @@ -3429,7 +3868,10 @@ msgstr "引き戻しのない最大コム距離" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." msgstr "ゼロを超える場合、この距離より長い移動量をコーミングすると、引き戻しが使用されます。ゼロに設定した場合、最大値はなく、コーミング移動では引き戻しを使用しません。" #: fdmprinter.def.json @@ -3449,7 +3891,9 @@ msgstr "移動は印刷したパーツを回避する" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "ノズルは、移動時に既に印刷されたパーツを避けます。このオプションは、コーミングが有効な場合にのみ使用できます。" #: fdmprinter.def.json @@ -3459,7 +3903,9 @@ msgstr "移動はサポートを回避する" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "ノズルは、移動時に既に印刷されたサポートを避けます。このオプションは、コーミングが有効な場合にのみ使用できます。" #: fdmprinter.def.json @@ -3469,7 +3915,9 @@ msgstr "移動回避距離" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "ノズルが既に印刷された部分を移動する際の間隔。" #: fdmprinter.def.json @@ -3479,7 +3927,9 @@ msgstr "レイヤー始点X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "各レイヤーのプリントを開始する部分をしめすX座標。" #: fdmprinter.def.json @@ -3489,7 +3939,9 @@ msgstr "レイヤー始点Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "各レイヤーのプリントを開始する部分をしめすY座標。" #: fdmprinter.def.json @@ -3499,7 +3951,11 @@ msgstr "引き戻し時のZホップ" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." msgstr "引き戻しが完了すると、ビルドプレートが下降してノズルとプリントの間に隙間ができます。ノズルの走行中に造形物に当たるのを防ぎ、造形物をビルドプレートから剥がしてしまう現象を減らします。" #: fdmprinter.def.json @@ -3509,7 +3965,9 @@ msgstr "印刷パーツに対するZホップ" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." msgstr "走行時に印刷部品への衝突を避けるため、水平移動で回避できない造形物上を移動するときは、Zホップを実行します。" #: fdmprinter.def.json @@ -3529,7 +3987,10 @@ msgstr "エクストルーダースイッチ後のZホップ" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." msgstr "マシーンが1つのエクストルーダーからもう一つのエクストルーダーに切り替えられた際、ビルドプレートが下降して、ノズルと印刷物との間に隙間が形成される。これによりノズルが造形物の外側にはみ出たマテリアルを残さないためである。" #: fdmprinter.def.json @@ -3559,7 +4020,9 @@ msgstr "印刷中の冷却を有効にする" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "印刷中の冷却ファンを有効にします。ファンは、短いレイヤープリントやブリッジ/オーバーハングのレイヤーがある印刷物の品質を向上させます。" #: fdmprinter.def.json @@ -3579,7 +4042,10 @@ msgstr "標準ファン速度" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." msgstr "しきい値に達する前のファンの回転スピード。プリント速度がしきい値より速くなると、ファンの速度は上がっていきます。" #: fdmprinter.def.json @@ -3589,7 +4055,10 @@ msgstr "最大ファン速度" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." msgstr "最小積層時間でファンが回転する速度。しきい値に達すると、通常のファンの速度と最速の間でファン速度が徐々に加速しはじめます。" #: fdmprinter.def.json @@ -3599,7 +4068,11 @@ msgstr "標準/最大ファン速度のしきい値" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." msgstr "通常速度と最速の間でしきい値を設定する積層時間。この時間よりも遅く印刷する積層は、通常速度を使用します。より速い層の場合、ファンは最高速度に向かって徐々に加速します。" #: fdmprinter.def.json @@ -3609,7 +4082,10 @@ msgstr "初期ファン速度" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." msgstr "プリント開始時にファンが回転する速度。後続のレイヤーでは、ファン速度は、高さに応じて早くなります。" #: fdmprinter.def.json @@ -3619,7 +4095,10 @@ msgstr "標準ファン速度時の高さ" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." msgstr "通常速度でファンが回転するときの高さ。ここより下層レイヤーでは初期ファンのスピードから通常の速度まで徐々に増加します。" #: fdmprinter.def.json @@ -3629,7 +4108,9 @@ msgstr "標準ファン速度時のレイヤー" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." msgstr "ファンが通常の速度で回転する時のレイヤー。通常速度のファンの高さが設定されている場合、この値が計算され、整数に変換されます。" #: fdmprinter.def.json @@ -3639,7 +4120,12 @@ msgstr "最小レイヤー時間" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." msgstr "一つのレイヤーに最低限費やす時間。1つの層に必ず設定された時間を費やすため、場合によってはプリントに遅れが生じます。しかしこれにより、次の層をプリントする前に造形物を適切に冷却することができます。 Lift Headが無効になっていて、最小速度を下回った場合、最小レイヤー時間よりも短くなる場合があります。" #: fdmprinter.def.json @@ -3649,7 +4135,10 @@ msgstr "最低速度" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." msgstr "最遅印刷速度。印刷の速度が遅すぎると、ノズル内の圧力が低すぎて印刷品質が低下します。" #: fdmprinter.def.json @@ -3659,7 +4148,10 @@ msgstr "ヘッド持ち上げ" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." msgstr "レイヤーの最小プリント時間より早く印刷が終わった場合、ヘッド部分を持ち上げてレイヤーの最小プリント時間に到達するまで待機します。" #: fdmprinter.def.json @@ -3677,10 +4169,11 @@ msgctxt "support_enable label" msgid "Generate Support" msgstr "サポート開始" -# msgstr "サポートを生成します。" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "オーバーハングするモデルのサポートパーツの構造を形成します。これらのサポートがなければ、印刷は失敗します。" #: fdmprinter.def.json @@ -3690,7 +4183,9 @@ msgstr "サポート用エクストルーダー" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "サポート材を印刷するためのエクストルーダー。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json @@ -3700,7 +4195,9 @@ msgstr "サポート用インフィルエクストルーダー" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "サポート材のインフィルを印刷に使用するためのエクストルーダー。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json @@ -3710,7 +4207,9 @@ msgstr "最初のレイヤー用サポートエクストルーダー" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "サポートのインフィルの最初の層を印刷に使用するエクストルーダー。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json @@ -3720,7 +4219,9 @@ msgstr "サポートインタフェースエクストルーダー" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "サポートのルーフおよび底面を印刷するために使用するエクストルーダーの列。デュアルノズル時に使用されます。" #: fdmprinter.def.json @@ -3728,10 +4229,11 @@ msgctxt "support_roof_extruder_nr label" msgid "Support Roof Extruder" msgstr "サポートルーフエクストルーダー" -# msgstr "サポートルーフエクストルーダー" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "サポートのルーフ面をプリントする際のエクストルーダー列。デュアルノズル時に使用します。" #: fdmprinter.def.json @@ -3739,10 +4241,11 @@ msgctxt "support_bottom_extruder_nr label" msgid "Support Floor Extruder" msgstr "サポートフロアエクストルーダー" -# msgstr "サポートフロアエクストルーダー" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "サポートのフロア面をプリントする際に使用するエクストルーダーの列。デュアルノズル時に使用します。" #: fdmprinter.def.json @@ -3752,7 +4255,13 @@ msgstr "サポート構造" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." msgstr "サポートを生成するために利用できる技術を選択します。「標準」のサポート構造はオーバーハング部品のすぐ下に作成し、そのエリアを真下に生成します。「ツリー」サポートはオーバーハングエリアに向かって枝を作成し、モデルを枝の先端で支えます。枝をモデルのまわりにはわせて、できる限りビルドプレートから支えます。" #: fdmprinter.def.json @@ -3772,7 +4281,9 @@ msgstr "ツリーサポート枝角度" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "枝の角度。枝を垂直で安定したものにするためには小さい角度を使用します。高さを得るためには大きい角度を使用します。" #: fdmprinter.def.json @@ -3782,7 +4293,10 @@ msgstr "ツリーサポート枝間隔" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." msgstr "枝がモデルに接触するところで確保する枝の間隔。この間隔を小さくするとツリーサポートがモデルに接触する点が増え、支える効果が高まりますが、サポートの取り外しが難しくなります。" #: fdmprinter.def.json @@ -3792,7 +4306,9 @@ msgstr "ツリーサポート枝直径" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." msgstr "ツリーサポートの最も細い枝の直径。枝は太いほど丈夫です。基部に近いところでは、枝はこれよりも太くなります。" #: fdmprinter.def.json @@ -3802,7 +4318,11 @@ msgstr "ツリーサポート枝直径角度" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." msgstr "基部に向かって徐々に太くなる枝の直径の角度。角度が0の場合、枝の太さは全長にわたって同じになります。少し角度を付けると、ツリーサポートの安定性が高まります。" #: fdmprinter.def.json @@ -3812,7 +4332,10 @@ msgstr "ツリーサポート衝突精細度" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." msgstr "モデルに干渉しないようにする衝突計算の精細度。小さい値を設定すると、失敗の少ない正確なツリーが生成されますが、スライス時間は大きく増加します。" #: fdmprinter.def.json @@ -3822,7 +4345,10 @@ msgstr "サポート配置" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." msgstr "サポート材の配置を調整します。配置はTouching BuildplateまたはEveryWhereに設定することができます。EveryWhereに設定した場合、サポート材がモデルの上にもプリントされます。" #: fdmprinter.def.json @@ -3842,7 +4368,9 @@ msgstr "サポートオーバーハング角度" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." msgstr "サポート材がつくオーバーハングの最小角度。0° のときはすべてのオーバーハングにサポートが生成され、90° ではサポートが生成されません。" #: fdmprinter.def.json @@ -3852,7 +4380,9 @@ msgstr "サポートパターン" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "サポート材の形。サポート材の除去の方法を頑丈または容易にする設定が可能です。" #: fdmprinter.def.json @@ -3897,7 +4427,10 @@ msgstr "サポートウォールライン数" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." msgstr "サポートインフィルを囲むウォールの数。ウォールを加えることにより、サポートの印刷の信頼性が高まり、オーバーハングを支えやすくなりますが、印刷時間が長くなり、使用する材料の量が増えます。" #: fdmprinter.def.json @@ -3907,10 +4440,12 @@ msgstr "サポートライン接続" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." msgstr "サポートライン両端を接続します。この設定を有効にすると、より確実なサポートで抽出不足を解消しますが、材料の費用がかさみます。" -# msgstr "クロス" #: fdmprinter.def.json msgctxt "support_connect_zigzags label" msgid "Connect Support ZigZags" @@ -3918,7 +4453,9 @@ msgstr "サポートジグザグ接続" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "ジグザグを接続します。ジグザグ形のサポート材の強度が上がります。" #: fdmprinter.def.json @@ -3928,7 +4465,9 @@ msgstr "サポート密度" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "サポート材の密度を調整します。大きな値ではオーバーハングが良くなりますが、サポート材が除去しにくくなります。" #: fdmprinter.def.json @@ -3938,7 +4477,9 @@ msgstr "サポートライン距離" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "印刷されたサポート材の間隔。この設定は、サポート材の密度によって算出されます。" #: fdmprinter.def.json @@ -3948,7 +4489,9 @@ msgstr "初期層サポートラインの距離" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "印刷した初期層間の距離が構造ライをサポートします。この設定は、対応濃度で算出されます。" #: fdmprinter.def.json @@ -3958,7 +4501,12 @@ msgstr "サポートインフィルラインの向き" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." msgstr "使用する整数線の方向のリスト。リストの要素は、層が進行するにつれて順番に使用され、リストの終わりに達すると、最初から再び開始されます。リスト項目はコンマで区切られ、リスト全体は大括弧で囲まれています。デフォルトは空のリストであり、デフォルト角度の0度を使用します。" #: fdmprinter.def.json @@ -3968,7 +4516,10 @@ msgstr "サポートブリムを有効にする" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." msgstr "最初の層のインフィルエリア内ブリムを生成します。このブリムは、サポートの周囲ではなく、サポートの下に印刷されます。この設定を有効にすると、サポートのビルドプレートへの吸着性が高まります。" #: fdmprinter.def.json @@ -3978,7 +4529,9 @@ msgstr "サポートブリムの幅" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "サポートの下に印刷されるブリムの幅。ブリムが大きいほど、追加材料の費用でビルドプレートへの接着性が強化されます。" #: fdmprinter.def.json @@ -3988,7 +4541,9 @@ msgstr "サポートブリムのライン数" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "サポートブリムに使用される線の数。ブリムの線数を増やすと、追加材料の費用でビルドプレートへの接着性が強化されます。" #: fdmprinter.def.json @@ -3998,7 +4553,10 @@ msgstr "サポートZ距離" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." msgstr "サポート材のトップ/ボトム部分と印刷物との距離。この幅がプリント後のサポート材を除去する隙間を作ります。値は積層ピッチの倍数にて計算されます。" #: fdmprinter.def.json @@ -4038,7 +4596,11 @@ msgstr "サポート距離優先順位" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." msgstr "X /Y方向のサポートの距離がZ方向のサポートの距離を上書きしようとする時やまたその逆も同様。X または Y がZを上書きする際、X Y 方向の距離は印刷物からオーバーハングする Z 方向の距離に影響を及ぼしながらサポートを押しのけようとします。オーバー ハング周りのX Yの距離を無効にすることで、無効にできる。" #: fdmprinter.def.json @@ -4058,7 +4620,8 @@ msgstr "最小サポートX/Y距離" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "X/Y方向におけるオーバーハングからサポートまでの距離。" #: fdmprinter.def.json @@ -4068,7 +4631,11 @@ msgstr "サポート階段高さ" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." msgstr "モデルにのっている階段状のサポートの底のステップの高さ。値を小さくするとサポートを除去するのが困難になりますが、値が大きすぎるとサポートの構造が不安定になる可能性があります。ゼロに設定すると、階段状の動作をオフにします。" #: fdmprinter.def.json @@ -4076,10 +4643,12 @@ msgctxt "support_bottom_stair_step_width label" msgid "Support Stair Step Maximum Width" msgstr "サポート階段最大幅" -# msgstr "階段状ステップサポートの最大幅" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." msgstr "モデルにのっている階段のような下部のサポートのステップの最大幅。低い値にするサポートの除去が困難になり、高すぎる値は不安定なサポート構造につながります。" #: fdmprinter.def.json @@ -4089,7 +4658,11 @@ msgstr "サポートステアステップ最小傾斜角度" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." msgstr "ステアステップ効果を発揮するための、エリアの最小スロープです。小さい値を指定すると勾配が緩くなりサポートを取り除きやすくなりますが、値が非常に小さいと、モデルの他の部品に直感的に非常にわかりにくい結果が表れる場合があります。" #: fdmprinter.def.json @@ -4099,7 +4672,10 @@ msgstr "サポート接合距離" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." msgstr "支持材間における X/Y 軸方向の最大距離。個別の支持材間の距離がこの値よりも近い場合、支持材は 1 つにマージされます。" #: fdmprinter.def.json @@ -4109,7 +4685,9 @@ msgstr "サポート水平展開" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." msgstr "各レイヤーのサポート用ポリゴンに適用されるオフセットの量。正の値はサポート領域を円滑にし、より丈夫なサポートにつながります。" #: fdmprinter.def.json @@ -4117,10 +4695,11 @@ msgctxt "support_infill_sparse_thickness label" msgid "Support Infill Layer Thickness" msgstr "サポートインフィルレイヤー厚さ" -# msgstr "サポートインフィルのレイヤーの厚さ" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "サポートのインフィルの厚さ。この値はレイヤーの倍数にする必要があり、違う場合は倍数に近い値に設定されます。" #: fdmprinter.def.json @@ -4128,10 +4707,12 @@ msgctxt "gradual_support_infill_steps label" msgid "Gradual Support Infill Steps" msgstr "サポートインフィル半減回数" -# msgstr "段階的なサポート インフィルステップ" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." msgstr "天井面より下に遠ざかる際にサポートのインフィル密度が半減する回数 天井面に近い領域ほど高い密度となり、サポートのインフィル密度になります。" #: fdmprinter.def.json @@ -4139,10 +4720,11 @@ msgctxt "gradual_support_infill_step_height label" msgid "Gradual Support Infill Step Height" msgstr "サポートインフィル半減前の高さ" -# msgstr "段階的なサポート インフィル ステップの高さ" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "密度が半分に切り替える前の所定のサポートのインフィルの高さ。" #: fdmprinter.def.json @@ -4152,7 +4734,9 @@ msgstr "最小サポート領域" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "ポリゴンをサポートする最小領域サイズ。この領域よりポリゴンが小さい場合は生成されません。" #: fdmprinter.def.json @@ -4162,7 +4746,10 @@ msgstr "サポートインタフェースを有効にする" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." msgstr "モデルとサポートの間に密なインターフェースを生成します。これにより、モデルが印刷されているサポートの上部、モデル上のサポートの下部にスキンが作成されます。" #: fdmprinter.def.json @@ -4170,10 +4757,11 @@ msgctxt "support_roof_enable label" msgid "Enable Support Roof" msgstr "サポートルーフを有効にする" -# msgstr "サポートルーフの有効化" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "サポートの上部とモデルの間に高密度の厚板を形成します。モデルとサポート材の間にスキンが作成されます。" #: fdmprinter.def.json @@ -4181,10 +4769,11 @@ msgctxt "support_bottom_enable label" msgid "Enable Support Floor" msgstr "サポートフロアを有効にする" -# msgstr "サポートフロアを有効にします。" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "サポートの上部とモデルの間に高密度の厚板を形成します。モデルとサポート材の間にスキンが作成されます。" #: fdmprinter.def.json @@ -4194,7 +4783,9 @@ msgstr "サポートインタフェース厚さ" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "底面または上部のモデルと接触するサポートのインターフェイスの厚さ。" #: fdmprinter.def.json @@ -4204,7 +4795,9 @@ msgstr "サポートルーフ厚さ" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "サポートのルーフの厚さ。これは、モデルの下につくサポートの上部にある密度の量を制御します。" #: fdmprinter.def.json @@ -4212,10 +4805,11 @@ msgctxt "support_bottom_height label" msgid "Support Floor Thickness" msgstr "サポートフロア厚さ" -# msgstr "サポートのフロアの厚み" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "サポート材の底部の厚さ。これは、サポートが置かれるモデル上の積層密度を制御します。" #: fdmprinter.def.json @@ -4225,7 +4819,11 @@ msgstr "サポートインタフェース解像度" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." msgstr "サポートの上下にモデルがあるかどうか確認するには、特定のサポートの高さを見ます。低い値はスライスに時間がかかり、高い値にするとサポートのインターフェイスがある場所に通常のサポートを印刷する可能性があります。" #: fdmprinter.def.json @@ -4235,7 +4833,10 @@ msgstr "サポートインタフェース密度" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." msgstr "サポート材のルーフとフロアの密度を調整します 大きな値ではオーバーハングでの成功率があがりますが、サポート材が除去しにくくなります。" #: fdmprinter.def.json @@ -4243,10 +4844,11 @@ msgctxt "support_roof_density label" msgid "Support Roof Density" msgstr "サポートルーフ密度" -# msgstr "サポートルーフの密度" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "サポート材のルーフの部分の密度を調整します 大きな値ではオーバーハングの成功率があがりますが、サポート材が除去しにくくなります。" #: fdmprinter.def.json @@ -4254,10 +4856,11 @@ msgctxt "support_roof_line_distance label" msgid "Support Roof Line Distance" msgstr "サポートルーフライン距離" -# msgstr "サポートルーフライン距離" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." msgstr "印刷されたサポートルーフ線間の距離。この設定は、サポート密度によって計算されますが、個別に調整することもできます。" #: fdmprinter.def.json @@ -4265,10 +4868,11 @@ msgctxt "support_bottom_density label" msgid "Support Floor Density" msgstr "サポートフロア密度" -# msgstr "サポートフロア密度" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "サポート構造のフロアの密度です。高い値は、サポートのよりよい接着を促します。" #: fdmprinter.def.json @@ -4278,7 +4882,9 @@ msgstr "サポートフロアライン距離" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "印刷されたサポートのフロアのライン間の距離。この設定は、密度によって計算されますが、個別に調整することもできます。" #: fdmprinter.def.json @@ -4288,7 +4894,9 @@ msgstr "サポートインタフェースパターン" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "モデルとサポートのインタフェースが印刷されるパターン。" #: fdmprinter.def.json @@ -4321,7 +4929,6 @@ msgctxt "support_roof_pattern label" msgid "Support Roof Pattern" msgstr "サポートルーフパターン" -# msgstr "ルーフのサポートのパターン" #: fdmprinter.def.json msgctxt "support_roof_pattern description" msgid "The pattern with which the roofs of the support are printed." @@ -4332,37 +4939,31 @@ msgctxt "support_roof_pattern option lines" msgid "Lines" msgstr "ライン" -# msgstr "線" #: fdmprinter.def.json msgctxt "support_roof_pattern option grid" msgid "Grid" msgstr "グリッド" -# msgstr "グリッド" #: fdmprinter.def.json msgctxt "support_roof_pattern option triangles" msgid "Triangles" msgstr "トライアングル" -# msgstr "三角形" #: fdmprinter.def.json msgctxt "support_roof_pattern option concentric" msgid "Concentric" msgstr "同心円" -# msgstr "同心3D" #: fdmprinter.def.json msgctxt "support_roof_pattern option zigzag" msgid "Zig Zag" msgstr "ジグザグ" -# msgstr "ジグザグ" #: fdmprinter.def.json msgctxt "support_bottom_pattern label" msgid "Support Floor Pattern" msgstr "サポートフロアパターン" -# msgstr "サポートフロアパターン" #: fdmprinter.def.json msgctxt "support_bottom_pattern description" msgid "The pattern with which the floors of the support are printed." @@ -4373,25 +4974,21 @@ msgctxt "support_bottom_pattern option lines" msgid "Lines" msgstr "ライン" -# msgstr "線" #: fdmprinter.def.json msgctxt "support_bottom_pattern option grid" msgid "Grid" msgstr "グリッド" -# msgstr "グリッド" #: fdmprinter.def.json msgctxt "support_bottom_pattern option triangles" msgid "Triangles" msgstr "トライアングル" -# msgstr "三角形" #: fdmprinter.def.json msgctxt "support_bottom_pattern option concentric" msgid "Concentric" msgstr "同心円" -# msgstr "コンセントリック3D" #: fdmprinter.def.json msgctxt "support_bottom_pattern option zigzag" msgid "Zig Zag" @@ -4404,7 +5001,9 @@ msgstr "最小サポートインターフェイス領域" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "サポートインターフェイスポリゴンの最小領域サイズ。この値より小さい領域のポリゴンは通常のサポートとしてプリントされます。" #: fdmprinter.def.json @@ -4414,7 +5013,9 @@ msgstr "最小サポートルーフ領域" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "サポートのルーフの最小領域サイズ。この値より小さい領域のポリゴンは通常のサポートとしてプリントされます。" #: fdmprinter.def.json @@ -4424,7 +5025,9 @@ msgstr "最小サポートフロア領域" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "サポートのフロアの最小領域サイズ。この値より小さい領域のポリゴンは通常のサポートとしてプリントされます。" #: fdmprinter.def.json @@ -4464,7 +5067,13 @@ msgstr "サポート面のライン方向" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." msgstr "使用する整数線の方向のリスト。リストの要素は、レイヤの層に合わせて順番に使用され、リストの末尾に達すると、最初から再び開始されます。リスト項目はコンマで区切られ、リスト全体は大括弧で囲まれています。デフォルトは空のリストとなり、デフォルトの角度を使用します(面がかなり厚い場合には45度と135度を交互に使用、それ以外では90度を使用)。" #: fdmprinter.def.json @@ -4474,7 +5083,13 @@ msgstr "サポートルーフライン方向" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." msgstr "使用する整数線の方向のリスト。リストの要素は、レイヤの層に合わせて順番に使用され、リストの末尾に達すると、最初から再び開始されます。リスト項目はコンマで区切られ、リスト全体は大括弧で囲まれています。デフォルトは空のリストとなり、デフォルトの角度を使用します(面がかなり厚い場合には45度と135度を交互に使用、それ以外では90度を使用)。" #: fdmprinter.def.json @@ -4484,7 +5099,13 @@ msgstr "サポートフロアライン方向" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." msgstr "使用する整数線の方向のリスト。リストの要素は、レイヤの層に合わせて順番に使用され、リストの末尾に達すると、最初から再び開始されます。リスト項目はコンマで区切られ、リスト全体は大括弧で囲まれています。デフォルトは空のリストとなり、デフォルトの角度を使用します(面がかなり厚い場合には45度と135度を交互に使用、それ以外では90度を使用)。" #: fdmprinter.def.json @@ -4494,7 +5115,9 @@ msgstr "ファン速度上書き" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "有効にすると、サポートを超えた直後に印刷冷却ファンの速度がスキン領域に対して変更されます。" #: fdmprinter.def.json @@ -4504,10 +5127,11 @@ msgstr "サポート対象スキンファン速度" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." msgstr "サポートを超えた直後にスキン領域に印字するときに使用するファン速度を割合で示します。高速ファンを使用すると、サポートが取り外しやすくなります。" -# msgstr "ジグザグ" #: fdmprinter.def.json msgctxt "support_use_towers label" msgid "Use Towers" @@ -4515,7 +5139,10 @@ msgstr "使用タワー" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." msgstr "特殊なタワーを使用して、小さなオーバーハングしているエリアをサポートします。これらの塔は、サポートできる領域より大きな直径を支えれます。オーバーハング付近では塔の直径が減少し、ルーフを形成します。" #: fdmprinter.def.json @@ -4535,7 +5162,9 @@ msgstr "最大タワーサポート直径" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "特殊なサポートタワーにより支持される小さな領域のX / Y方向の最小直径。" #: fdmprinter.def.json @@ -4545,7 +5174,9 @@ msgstr "タワールーフ角度" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "タワーの屋上の角度。値が高いほど尖った屋根が得られ、値が低いほど屋根が平らになります。" #: fdmprinter.def.json @@ -4553,10 +5184,11 @@ msgctxt "support_mesh_drop_down label" msgid "Drop Down Support Mesh" msgstr "サポートメッシュの下処理" -# msgstr "ドロップダウンサポートメッシュ" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "サポートメッシュの下のサポート材を全箇所に作ります、これはサポートメッシュ下にてオーバーハングしないようにするためです。" #: fdmprinter.def.json @@ -4566,7 +5198,9 @@ msgstr "シーンにサポートメッシュがある" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "シーンにはサポートメッシュがあります。この設定はCuraで制御されます。" #: fdmprinter.def.json @@ -4584,10 +5218,13 @@ msgctxt "prime_blob_enable label" msgid "Enable Prime Blob" msgstr "プライムボルブを有効にする" -# msgstr "プライムブロブを有効にする" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." msgstr "印刷する前にフィラメントの小さな塊を作るかどうか。この設定をオンにすると、エクストルーダーがノズルにおいて印刷予定のマテリアルの下準備をします。印刷後ブリムまたはスカートも、上記と同じような意味を持ちます。この設定をオフにすると時間の節約にはなります。" #: fdmprinter.def.json @@ -4597,7 +5234,9 @@ msgstr "エクストルーダープライムX位置" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "プリント開始時のノズルの位置を表すX座標。" #: fdmprinter.def.json @@ -4607,7 +5246,9 @@ msgstr "エクストルーダープライムY位置" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "プリント開始時にノズル位置を表すY座標。" #: fdmprinter.def.json @@ -4617,7 +5258,12 @@ msgstr "ビルドプレート接着タイプ" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." msgstr "エクストルーダーとビルドプレートへの接着両方を改善するのに役立つさまざまなオプション。 Brimは、モデルのベースの周りに単一レイヤーを平面的に追加して、ワーピングを防止します。 Raftは、モデルの下に太いグリッドを追加します。スカートはモデルの周りに印刷されたラインですが、モデルには接続されていません。" #: fdmprinter.def.json @@ -4625,25 +5271,21 @@ msgctxt "adhesion_type option skirt" msgid "Skirt" msgstr "スカート" -# msgstr "スカート" #: fdmprinter.def.json msgctxt "adhesion_type option brim" msgid "Brim" msgstr "ブリム" -# msgstr "ブリム" #: fdmprinter.def.json msgctxt "adhesion_type option raft" msgid "Raft" msgstr "ラフト" -# msgstr "ラフト" #: fdmprinter.def.json msgctxt "adhesion_type option none" msgid "None" msgstr "なし" -# msgstr "なし" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr label" msgid "Build Plate Adhesion Extruder" @@ -4651,48 +5293,58 @@ msgstr "ビルドプレート接着エクストルーダー" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "スカート/ブリム/ラフトをプリントする際のエクストルーダー。これはマルチエクストルージョン時に使用されます。" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "スカート/ブリムエクストルーダー" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "スカートまたはブリムをプリントする際に使用するエクストルーダートレイン。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "ラフトベースエクストルーダー" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "ラフトの最初のレイヤーをプリントする際に使用するエクストルーダートレイン。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "ラフト中間エクストルーダー" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "ラフトの中間レイヤーをプリントする際に使用するエクストルーダートレイン。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "ラフトトップエクストルーダー" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "ラフトのトップレイヤーをプリントする際に使用するエクストルーダートレイン。複数のエクストルーダーがある場合に使用されます。" #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4701,7 +5353,9 @@ msgstr "スカートライン数" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "複数のスカートラインを使用すると、小さなモデル形成時の射出をより良く行うことができます。これを0に設定するとスカートが無効になります。" #: fdmprinter.def.json @@ -4713,10 +5367,9 @@ msgstr "スカート距離" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"スカートと印刷の最初の層の間の水平距離。\n" -"これは最小距離です。複数のスカートラインがこの距離から外側に展開されます。" +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "スカートと印刷の最初の層の間の水平距離。\nこれは最小距離です。複数のスカートラインがこの距離から外側に展開されます。" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4725,7 +5378,11 @@ msgstr "スカート/ブリム最小長さ" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." msgstr "スカートまたはブリム最短の長さ。この長さにすべてのスカートまたはブリムが達していない場合は、最小限の長さに達するまで、スカートまたはブリムラインが追加されます。注:行数が0に設定されている場合、これは無視されます。" #: fdmprinter.def.json @@ -4735,7 +5392,10 @@ msgstr "ブリム幅" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." msgstr "モデルから最外線のブリムまでの距離。大きなブリムは、ビルドプレートへの接着を高めますが、有効な印刷面積も減少させます。" #: fdmprinter.def.json @@ -4745,7 +5405,9 @@ msgstr "ブリムライン数" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "ブリムに使用される線数。ブリムの線数は、ビルドプレートへの接着性を向上させるだけでなく、有効な印刷面積を減少させる。" #: fdmprinter.def.json @@ -4755,7 +5417,10 @@ msgstr "ブリム距離" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." msgstr "最初のブリムラインとプリントの最初のレイヤーの輪郭との間の水平距離。小さなギャップがあると、ブリムの取り外しが容易になり、断熱性の面でもメリットがあります。" #: fdmprinter.def.json @@ -4765,7 +5430,10 @@ msgstr "ブリム交換サポート" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." msgstr "スペースがサポートで埋まっている場合でも、モデルの周辺にブリムを印刷します。これにより、サポートの最初の層の一部のエリアがブリムになります。" #: fdmprinter.def.json @@ -4775,7 +5443,10 @@ msgstr "外側にブリムのみ印刷" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." msgstr "モデルの外側のみにブリムを印刷します。これにより、後で取り除くブリムの量が減少します。またプレートへの接着力はそれほど低下しません。" #: fdmprinter.def.json @@ -4785,7 +5456,10 @@ msgstr "ラフトの余分なマージン" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." msgstr "ラフトが有効になっている場合、モデルの周りに余分なラフト領域ができます。値を大きくするとより強力なラフトができますが、多くの材料を使用し、造形範囲は少なくなります。" #: fdmprinter.def.json @@ -4795,7 +5469,11 @@ msgstr "ラフト補整" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." msgstr "この設定は、ラフトの輪郭の内側の角がどの程度丸められるかを制御します。内側の角は、ここで指定した値と等しい半径の半円に丸められます。この設定は、そのような円よりも小さいラフトの輪郭の穴を削除します。" #: fdmprinter.def.json @@ -4805,7 +5483,10 @@ msgstr "ラフト間のラップ" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." msgstr "モデルの第一層のラフトと最終ラフト層の隙間。この値で第1層のみを上げることで、ラフトとモデルとの間の結合を低下させる。結果ラフトを剥がしやすくします。" #: fdmprinter.def.json @@ -4815,7 +5496,10 @@ msgstr "初期レイヤーZのオーバーラップ" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." msgstr "エアギャップ内で失われたフィラメントを補うために、モデルの第1層と第2層をZ方向にオーバーラップさせます。この値によって、最初のモデルレイヤーがシフトダウンされます。" #: fdmprinter.def.json @@ -4825,7 +5509,10 @@ msgstr "ラフト最上層" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." msgstr "第2ラフト層の上の最上層の数。これらは、モデルが置かれる完全に塗りつぶされた積層です。 2つの層は、1よりも滑らかな上面をもたらす。" #: fdmprinter.def.json @@ -4845,7 +5532,9 @@ msgstr "ラフト最上ライン幅" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "ラフトの上面の線の幅。これらは細い線で、ラフトの頂部が滑らかになります。" #: fdmprinter.def.json @@ -4855,18 +5544,23 @@ msgstr "ラフト最上面スペース" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "上のラフト層とラフト線の間の距離。間隔は線の幅と同じにして、サーフェスがソリッドになるようにします。" #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "ラフト中間レイヤー" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "ラフトのベースと表面の間にあるレイヤーの数。これらのレイヤーがラフトの厚さの主要部分を占めています。この値を増やすと、より厚さのある丈夫なラフトになります。" #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4885,7 +5579,9 @@ msgstr "ラフト中央ライン幅" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "中間ラフト層の線の幅。第2層をより押し出すと、ラインがビルドプレートに固着します。" #: fdmprinter.def.json @@ -4895,7 +5591,10 @@ msgstr "ラフト中間スペース" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." msgstr "中間ラフト層とラフト線の間の距離。中央の間隔はかなり広くなければならず、トップラフト層を支えるために十分な密度でなければならない。" #: fdmprinter.def.json @@ -4905,7 +5604,9 @@ msgstr "ラフトベース厚さ" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "ベースラフト層の層厚さ。プリンタのビルドプレートにしっかりと固着する厚い層でなければなりません。" #: fdmprinter.def.json @@ -4915,7 +5616,9 @@ msgstr "ラフトベースライン幅" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "ベースラフト層の線幅。ビルドプレートの接着のため太い線でなければなりません。" #: fdmprinter.def.json @@ -4925,7 +5628,9 @@ msgstr "ラフトベースラインスペース" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "ベースラフト層のラフトライン間の距離。広い間隔は、ブルドプレートからのラフトの除去を容易にする。" #: fdmprinter.def.json @@ -4945,7 +5650,10 @@ msgstr "ラフト上層印刷速度" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." msgstr "トップラフト層が印刷される速度。この値はノズルが隣接するサーフェスラインをゆっくりと滑らかにするために、少し遅く印刷する必要があります。" #: fdmprinter.def.json @@ -4955,7 +5663,10 @@ msgstr "ラフト中間印刷速度" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "ミドルラフト層が印刷される速度。ノズルから出てくるマテリアルの量がかなり多いので、ゆっくりと印刷されるべきである。" #: fdmprinter.def.json @@ -4965,7 +5676,10 @@ msgstr "ラフトベース印刷速度" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "ベースラフト層が印刷される速度。これは、ノズルから出てくるマテリアルの量がかなり多いので、ゆっくりと印刷されるべきである。" #: fdmprinter.def.json @@ -5105,7 +5819,9 @@ msgstr "プライムタワーを有効にする" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "印刷物の横にタワーを造形して、ノズル交換後にフィラメントの調整をします。" #: fdmprinter.def.json @@ -5125,7 +5841,9 @@ msgstr "プライムタワー最小容積" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "プライムタワーの各層の最小容積。" #: fdmprinter.def.json @@ -5155,7 +5873,9 @@ msgstr "プライムタワーノズル拭き取り" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "1本のノズルでプライムタワーを印刷した後、もう片方のノズルから滲み出した材料をプライムタワーが拭き取ります。" #: fdmprinter.def.json @@ -5165,7 +5885,9 @@ msgstr "プライムタワーブリム" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." msgstr "モデルがない場合でも、プライムタワーには、ブリムによって与えられる追加の付着が必要なことがあります。現在は「ラフト」密着型では使用できません。" #: fdmprinter.def.json @@ -5175,7 +5897,10 @@ msgstr "Ooze Shieldを有効にする" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." msgstr "モデルの周りに壁(ooze shield)を作る。これを生成することで、一つ目のノズルの高さと2つ目のノズルが同じ高さであったとき、2つ目のノズルを綺麗にします。" #: fdmprinter.def.json @@ -5185,7 +5910,10 @@ msgstr "Ooze Shield角度" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." msgstr "壁(ooze shield)作成時の最大の角度。 0度は垂直であり、90度は水平である。角度を小さくすると、壁が少なくなりますが、より多くの材料が使用されます。" #: fdmprinter.def.json @@ -5205,7 +5933,10 @@ msgstr "ノズルスイッチ引き戻し距離" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." msgstr "エクストルーダー切り替え時の引き込み量。引き込みを行わない場合は0に設定します。これは通常、ヒートゾーンの長さと同じに設定します。" #: fdmprinter.def.json @@ -5215,7 +5946,9 @@ msgstr "ノズルスイッチ引き戻し速度" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "フィラメントを引き戻す速度。速度が早い程良いが早すぎるとフィラメントを削ってしまう可能性があります。" #: fdmprinter.def.json @@ -5225,7 +5958,8 @@ msgstr "ノズルスイッチ引き込み速度" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "ノズル切り替え中のフィラメントの引き込み速度。" #: fdmprinter.def.json @@ -5235,7 +5969,9 @@ msgstr "ノズルスイッチ押し戻し速度" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "ノズル スイッチ後にフィラメントが押し戻される速度。" #: fdmprinter.def.json @@ -5265,7 +6001,10 @@ msgstr "重複量" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." msgstr "メッシュ内の重なり合うボリュームから生じる内部ジオメトリを無視し、ボリュームを1つとして印刷します。これにより、意図しない内部空洞が消えることがあります。" #: fdmprinter.def.json @@ -5275,7 +6014,10 @@ msgstr "全穴除去" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." msgstr "各レイヤーの穴を消し、外形のみを保持します。これにより、見えない部分の不要な部分が無視されますが、表面上にある穴も全て造形されなくなります。" #: fdmprinter.def.json @@ -5285,7 +6027,10 @@ msgstr "強めのスティッチング" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." msgstr "強めのスティッチングは、穴をメッシュで塞いでデータを作成します。このオプションは、長い処理時間が必要となります。" #: fdmprinter.def.json @@ -5295,7 +6040,11 @@ msgstr "スティッチできない部分を保持" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." msgstr "通常、Curaはメッシュ内の小さな穴をスティッチし、大きな穴のあるレイヤーの部分を削除しようとします。このオプションを有効にすると、スティッチできない部分が保持されます。このオプションは、他のすべてが適切なG-codeを生成できない場合の最後の手段として使用する必要があります。" #: fdmprinter.def.json @@ -5305,7 +6054,9 @@ msgstr "重複メッシュのマージ" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "触れているメッシュを少し重ねてください。これによって、より良い接着をします。" #: fdmprinter.def.json @@ -5315,7 +6066,9 @@ msgstr "重複メッシュの削除" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "複数のメッシュが重なっている領域を削除します。これは、結合された2つのマテリアルのオブジェクトが互いに重なっている場合に使用されます。" #: fdmprinter.def.json @@ -5325,7 +6078,11 @@ msgstr "代替メッシュの削除" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." msgstr "交差するメッシュがどのレイヤーに属しているかを切り替えることで、オーバーラップしているメッシュを絡み合うようにします。この設定をオフにすると、一方のメッシュはオーバーラップ内のすべてのボリュームを取得し、他方のメッシュは他から削除されます。" #: fdmprinter.def.json @@ -5335,7 +6092,10 @@ msgstr "空の最初のメッシュの削除" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." msgstr "最初に印刷したレイヤーの下に空のレイヤーがある場合は取り除きます。この設定を無効にすると、スライストレランスが「排他」または「中間」に設定されている場合に最初のレイヤーが空になる原因になります。" #: fdmprinter.def.json @@ -5345,7 +6105,11 @@ msgstr "最大解像度" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." msgstr "スライス後の線分の最小サイズ。これを増やすと、メッシュの解像度が低くなります。これにより、プリンタが g コードの処理速度に追いつくことができ、処理できないメッシュの詳細を取り除いてスライス速度を速めます。" #: fdmprinter.def.json @@ -5355,7 +6119,11 @@ msgstr "最大移動解像度" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." msgstr "スライス後の移動線分の最小サイズ。これを増やすと、移動の跡が滑らかでなくなります。これにより、プリンタが g コードの処理速度に追いつくことができますが、精度が低下します。" #: fdmprinter.def.json @@ -5365,18 +6133,31 @@ msgstr "最大偏差" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." msgstr "最大解像度設定の解像度を下げるときに許容される最大偏差です。これを大きくすると印刷の精度は低くなりますが、g-codeは小さくなります。最大偏差は最大解像度の限度であるため、最大偏差でこの2つが競合する場合には常にtrueとなります。" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "最大押出領域偏差" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "直線から中間点を削除する際に許容される、押出領域の最大偏差。長い直線では中間点が幅の変化点の役割を果たすこともあります。そのため、中間点を削除すると、ラインの幅が均一になり、結果として押出領域が少し減る(または増える)ことになります。この値を大きくすると、削除が許容される幅の変化点となる中間点が増えるため、真っ直ぐで平行なウォールの間で多少の押出不足(または過多)が発生することがあります。プリントの精度は落ちますが、G-codeは小さくなります。" #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5395,7 +6176,12 @@ msgstr "印刷頻度" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." msgstr "すべてのモデルをレイヤーごとに印刷するか、1つのモデルがプリント完了するのを待ち次のモデルに移動するかどうか。a)エクストルーダーが1つだけ有効であり、b)プリントヘッド全体がモデル間を通ることができるようにすべてのモデルが離れていて、すべてのモデルがノズルとX/Y軸間の距離よりも小さい場合、1つずつ印刷する事ができます。" #: fdmprinter.def.json @@ -5415,7 +6201,10 @@ msgstr "インフィルメッシュ" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." msgstr "このメッシュを使用して、重なる他のメッシュのインフィルを変更します。他のメッシュのインフィル領域を改なメッシュに置き換えます。これを利用する場合、1つのWallだけを印刷しTop / Bottom Skinは使用しないことをお勧めします。" #: fdmprinter.def.json @@ -5425,7 +6214,12 @@ msgstr "メッシュ処理ランク" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." msgstr "インフィルメッシュの重なりが複数生じた場合のこのメッシュの優先度を決定します。複数のインフィルメッシュの重なりがあるエリアでは、最もランクが高いメッシュの設定になります。ランクが高いインフィルメッシュは、ランクが低いインフィルメッシュのインフィルと通常のメッシュを変更します。" #: fdmprinter.def.json @@ -5433,10 +6227,12 @@ msgctxt "cutting_mesh label" msgid "Cutting Mesh" msgstr "メッシュ切断" -# msgstr "メッシュの切断" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." msgstr "このメッシュの大きさをを他のメッシュ内に制限します。この設定を使用することで、1つの特定のメッシュ領域の設定を、、全く別のエクストルーダーで作成することができます。" #: fdmprinter.def.json @@ -5444,10 +6240,11 @@ msgctxt "mold_enabled label" msgid "Mold" msgstr "型" -# msgstr "モールド" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "型を取るため印刷し、ビルドプレート上の同じようなモデルを得るためにキャスト用の印刷をします。" #: fdmprinter.def.json @@ -5457,7 +6254,9 @@ msgstr "最小型幅" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "型の外側とモデルの外側との間の最小距離です。" #: fdmprinter.def.json @@ -5465,7 +6264,6 @@ msgctxt "mold_roof_height label" msgid "Mold Roof Height" msgstr "型ルーフ高さ" -# msgstr "モールドの屋根の高さ" #: fdmprinter.def.json msgctxt "mold_roof_height description" msgid "The height above horizontal parts in your model which to print mold." @@ -5476,10 +6274,12 @@ msgctxt "mold_angle label" msgid "Mold Angle" msgstr "型角度" -# msgstr "モールドの角度" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." msgstr "型の外側の壁のオーバーハングの角度です。0度にすると垂直の外殻をつくります。 90度は輪郭に従いモデルの外側の外殻をつくります。" #: fdmprinter.def.json @@ -5489,7 +6289,9 @@ msgstr "サポートメッシュ" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "このメッシュを使用してサポート領域を指定します。これは、サポート構造を生成するために使用できます。" #: fdmprinter.def.json @@ -5499,7 +6301,9 @@ msgstr "メッシュオーバーハング例外" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." msgstr "このメッシュを使用して、モデルのどの部分をオーバーハングとして検出する必要がないかを指定します。これは、不要なサポート構造を削除するために使用できます。" #: fdmprinter.def.json @@ -5509,7 +6313,12 @@ msgstr "表面モード" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." msgstr "モデルを表面のみ、ボリューム、または緩い表面のボリュームとして扱います。通常の印刷モードでは、囲まれた内部が印刷されます。 「Surface」は表面のみ印刷をして、インフィルもトップもボトムも印刷しません。 \"Both\"は通常と同様に囲まれた内部を印刷し残りのポリゴンをサーフェスとして印刷します。" #: fdmprinter.def.json @@ -5534,7 +6343,11 @@ msgstr "滑らかな外側輪郭" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." msgstr "Z軸の外側のエッジの動きを滑らかにします。全体の印刷に安定したZの動きを促し、この機能によりソリッドのモデルを固定した底辺と単一のウォールの印刷にします。この機能は各レイヤーが単一の部品を含んでいる場合のみに有効です。" #: fdmprinter.def.json @@ -5544,7 +6357,10 @@ msgstr "滑らかな輪郭" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." msgstr "らせん状の輪郭を滑らかにしてZシームの視認性を低下させます (Zシームは印刷物上でほとんどみえませんが、層ビューでは確認できます)。スムージングは、細かい表面の詳細をぼかす傾向があることに注意してください。" #: fdmprinter.def.json @@ -5554,7 +6370,13 @@ msgstr "相対押出" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." msgstr "絶対押出ではなく、相対押出を使用します。相対Eステップを使用すると、G-codeの後処理が容易になります。ただし、すべてのプリンタでサポートされているわけではありません。絶対的Eステップと比較して、材料の量にごくわずかな偏差が生じることがあります。この設定に関係なく、G-codeスクリプトが出力される前にエクストルーダーのモードは常に絶対値にて設定されています。" #: fdmprinter.def.json @@ -5574,7 +6396,14 @@ msgstr "スライス公差" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." msgstr "スライスされたレイヤーにおける垂直方向の公差です。レイヤーの輪郭は通常、各レイヤーの厚さの中間を通る断面で生成されます(中間)。代わりに、レイヤーごとに、ボリューム内にレイヤーの厚さの分だけ入り込んだエリアにしたり(排他)、レイヤー内の任意の位置まで入り込んだエリアにしたりする(包括)こともできます。排他は最も細かく、包括は最もフィットし、中間は元の表面に最も近くなります。" #: fdmprinter.def.json @@ -5597,7 +6426,6 @@ msgctxt "roofing_line_width label" msgid "Top Surface Skin Line Width" msgstr "最上面のライン幅" -# msgstr "上表面スキンの線幅" #: fdmprinter.def.json msgctxt "roofing_line_width description" msgid "Width of a single line of the areas at the top of the print." @@ -5608,7 +6436,6 @@ msgctxt "roofing_pattern label" msgid "Top Surface Skin Pattern" msgstr "上部表面パターン" -# msgstr "上層表面スキンパターン" #: fdmprinter.def.json msgctxt "roofing_pattern description" msgid "The pattern of the top most layers." @@ -5619,13 +6446,11 @@ msgctxt "roofing_pattern option lines" msgid "Lines" msgstr "直線" -# msgstr "線" #: fdmprinter.def.json msgctxt "roofing_pattern option concentric" msgid "Concentric" msgstr "同心円" -# msgstr "同心" #: fdmprinter.def.json msgctxt "roofing_pattern option zigzag" msgid "Zig Zag" @@ -5638,19 +6463,26 @@ msgstr "上面方向一貫性" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "上面のラインを、隣接するラインと常に一方向で重なるような順序でプリントします。これにより、プリントにかかる時間は少し長くなりますが、平らな面の見た目の一貫性が高まります。" -# msgstr "ジグザグ" #: fdmprinter.def.json msgctxt "roofing_angles label" msgid "Top Surface Skin Line Directions" msgstr "最上面のラインの向き" -# msgstr "上層表面スキンラインの方向" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." msgstr "トップ表面層に縦かジグザグパターンを利用する時に使用する整数の行方向のリスト。リスト内から順番に使われていき、リストの最後に達するとまた最初の設定値に戻ります。リストアイテムはカンマで区切られ、全体はカッコで括られています。デフォルトでは何も入っておらず、設定角度は (45 度と 135 度)になっています。" #: fdmprinter.def.json @@ -5660,7 +6492,12 @@ msgstr "インフィル移動最適化" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." msgstr "有効化すると、移動距離が減少するようにインフィルラインをプリントする順序が最適化されます。移動時間の削減は、スライスするモデル、インフィルパターン、密度などに大きく依存します。特に、インフィルを行う小さなエリアが多数あるモデルの場合、モデルをスライスする時間が大きく増えることがあります。" #: fdmprinter.def.json @@ -5670,7 +6507,9 @@ msgstr "自動温度" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "その画層の平均流速で自動的にレイヤーごとに温度を変更します。" #: fdmprinter.def.json @@ -5680,7 +6519,9 @@ msgstr "フロー温度グラフ" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "マテリアルフロー(毎秒 3mm) と温度 (° c) をリンクします。" #: fdmprinter.def.json @@ -5690,7 +6531,11 @@ msgstr "最小ポリゴン円周" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." msgstr "この量よりも小さい円周を持つスライスレイヤーのポリゴンは、除外されます。値を小さくすると、スライス時間のコストで、メッシュの解像度が高くなります。つまり、ほとんどが高解像 SLA プリンター、極小多機能 3D モデルです。" #: fdmprinter.def.json @@ -5698,10 +6543,11 @@ msgctxt "support_skip_some_zags label" msgid "Break Up Support In Chunks" msgstr "接続部分のサポート分割" -# msgstr "かたまりででサポートを割る" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." msgstr "サポートラインの接続部分をスキップし、サポート材部分を壊れやすくします。この設定はジグザクのサポートインフィル材のパターンにて適用できます。" #: fdmprinter.def.json @@ -5709,10 +6555,11 @@ msgctxt "support_skip_zag_per_mm label" msgid "Support Chunk Size" msgstr "サポート分割サイズ" -# msgstr "サポートのかたまりサイズ" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "サポート毎行Nミリ時に、サポートの接続をわざと外し、後のサポート材の構造をもろくし、壊れやすくする。" #: fdmprinter.def.json @@ -5720,10 +6567,11 @@ msgctxt "support_zag_skip_count label" msgid "Support Chunk Line Count" msgstr "サポート分割ライン数" -# msgstr "サポートのかたまり線数" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "毎行Nミリ時に、サポートの接続をわざとスキップし、後のサポート材の構造をもろくし、壊れやすくする。" #: fdmprinter.def.json @@ -5733,7 +6581,9 @@ msgstr "ドラフトシールドを有効にする" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." msgstr "これにより、モデルの周囲に壁ができ、熱を閉じ込め、外気の流れを遮蔽します。特に反りやすい材料に有効です。" #: fdmprinter.def.json @@ -5753,7 +6603,9 @@ msgstr "ドラフトシールドの制限" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "ドラフトシールドの高さを設定します。ドラフトシールドは、モデルの全高、または限られた高さで印刷するように選択します。" #: fdmprinter.def.json @@ -5773,7 +6625,9 @@ msgstr "ドラフトシールドの高さ" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "ドラフトシールドの高さ制限。この高さを超えるとドラフトシールドが印刷されません。" #: fdmprinter.def.json @@ -5783,7 +6637,10 @@ msgstr "オーバーハング印刷可能" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." msgstr "最小限のサポートが必要となるように印刷モデルのジオメトリを変更します。急なオーバーハングは浅いオーバーハングになります。オーバーハングした領域は、より垂直になるように下がります。" #: fdmprinter.def.json @@ -5793,7 +6650,10 @@ msgstr "最大モデル角度" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." msgstr "印刷可能になったオーバーハングの最大角度。 0°の値では、すべてのオーバーハングがビルドプレートに接続されたモデルの一部に置き換えられます。90°では、モデルは決して変更されません。" #: fdmprinter.def.json @@ -5803,7 +6663,10 @@ msgstr "オーバーハングした穴の最大領域" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." msgstr "モデル底部にある穴の最大領域(「オーバーハング印刷可能」で削除する前の値)。これより小さい穴は保持されます。値が0 mm²の場合、モデル底部にあるすべての穴は充填されます。" #: fdmprinter.def.json @@ -5813,7 +6676,10 @@ msgstr "コースティングを有効にする" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." msgstr "コースティングは、それぞれの造形ラインの最後の部分をトラベルパスで置き換えます。はみ出た材料は、糸引きを減らすために造形ライン最後の部分を印刷するために使用される。" #: fdmprinter.def.json @@ -5823,7 +6689,9 @@ msgstr "コースティングのボリューム" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "はみ出るフィラメントのボリューム。この値は、一般に、ノズル直径の3乗に近い値でなければならない。" #: fdmprinter.def.json @@ -5833,7 +6701,11 @@ msgstr "コースティング前の最小ボリューム" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." msgstr "コースティングに必要な最小の容積。より小さい押出経路の場合、ボーデンチューブにはより少ない圧力しか蓄積されないので、コースティングの容積は比例する。この値は、常に、コースティングのボリュームよりも大きな必要があります。" #: fdmprinter.def.json @@ -5843,7 +6715,10 @@ msgstr "コースティング速度" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." msgstr "コースティング中の移動速度。印刷時の経路の速度設定に比例します。ボーデンチューブの圧力が低下するので、100%よりわずかに低い値が推奨される。" #: fdmprinter.def.json @@ -5851,10 +6726,11 @@ msgctxt "cross_infill_pocket_size label" msgid "Cross 3D Pocket Size" msgstr "3Dクロスポケットのサイズ" -# msgstr "クロス3Dポケットサイズ" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "四方でクロス3Dパターンが交差するポケットの大きさはそのパターンが触れている高さ。" #: fdmprinter.def.json @@ -5864,7 +6740,9 @@ msgstr "クロス画像のインフィル密度" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "画像ファイルの位置。この画像の輝度値で印刷のインフィル内の対象箇所における最小密度が決まります。" #: fdmprinter.def.json @@ -5874,7 +6752,9 @@ msgstr "サポート用クロス画像のインフィル密度" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "画像ファイルの位置。この画像の輝度値でサポートの対象箇所における最小密度が決まります。" #: fdmprinter.def.json @@ -5894,7 +6774,11 @@ msgstr "円錐サポートの角度" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." msgstr "円錐形のサポートの傾きの角度。 0度は垂直であり、90度は水平である。角度が小さいと、サポートはより頑丈になりますが、より多くのマテリアルが必要になります。負の角度は、サポートのベースがトップよりも広くなります。" #: fdmprinter.def.json @@ -5904,7 +6788,9 @@ msgstr "円錐サポートの最大幅" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "円錐形のサポート領域のベースが縮小される最小幅。幅が狭いと、サポートが不安定になる可能性があります。" #: fdmprinter.def.json @@ -5914,7 +6800,9 @@ msgstr "ファジースキン" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "外壁を印刷する際に振動が起こり、表面が粗くてぼやける。" #: fdmprinter.def.json @@ -5934,7 +6822,9 @@ msgstr "ファジースキンの厚さ" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." msgstr "振動が起こる幅。内壁は変更されていないので、これを外壁の幅より小さく設定することをお勧めします。" #: fdmprinter.def.json @@ -5944,7 +6834,10 @@ msgstr "ファジースキンの密度" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." msgstr "レイヤー内の各ポリゴンに導入されたポイントの平均密度。ポリゴンの元の点は破棄されるため、密度が低いと解像度が低下します。" #: fdmprinter.def.json @@ -5954,7 +6847,11 @@ msgstr "ファジースキン点間距離" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." msgstr "各線分に導入されたランダム点間の平均距離。ポリゴンの元の点は破棄されるので、積層の値を低くすることで、なめらかな仕上がりになります。この値は、ファジースキンの厚さの半分よりも大きくなければなりません。" #: fdmprinter.def.json @@ -5964,7 +6861,9 @@ msgstr "流量補正時の最大抽出オフセット" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "流量の変化を補正するためにフィラメントを移動する最大距離(mm)。" #: fdmprinter.def.json @@ -5974,7 +6873,10 @@ msgstr "流量補正要因" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." msgstr "流量の変化を補正するためにフィラメントを移動する距離。フィラメントが1秒の押出で移動する距離の割合として指定します。" #: fdmprinter.def.json @@ -5984,7 +6886,11 @@ msgstr "ワイヤ印刷" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." msgstr "薄い空気中に印刷し、疎なウエブ構造で外面のみを印刷します。これは、上向きおよび斜め下向きの線を介して接続された所定のZ間隔でモデルの輪郭を水平に印刷することによって実現される。" #: fdmprinter.def.json @@ -5994,7 +6900,10 @@ msgstr "WPの高さ" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." msgstr "2つの水平なパーツ間の、上向きおよび斜め下向きの線の高さ。これは、ネット構造の全体密度を決定します。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6004,7 +6913,9 @@ msgstr "WPルーフ距離のオフセット" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "ルーフから内側に輪郭を描くときの距離。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6014,7 +6925,9 @@ msgstr "WP速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "マテリアルを押し出すときにノズルが動く速度。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6024,7 +6937,9 @@ msgstr "WP底面印字速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "ブルドプラットフォームに接触する第1層の印刷速度。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6034,7 +6949,8 @@ msgstr "WP上向き印字速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "薄い空気の中で上向きに線を印刷する速度。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6044,7 +6960,8 @@ msgstr "WP下向き印字速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "斜め下方に線を印刷する速度。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6054,7 +6971,9 @@ msgstr "WP水平印字速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "モデルの水平輪郭を印刷する速度。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6064,7 +6983,9 @@ msgstr "WPフロー" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "流れ補正:押出されたマテリアルの量はこの値の乗算になります。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6084,7 +7005,8 @@ msgstr "WPフラットフロー" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "フラットラインを印刷する際の吐出補正。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6094,7 +7016,9 @@ msgstr "WP上面遅延" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "上向きの線が硬くなるように、上向きの動きの後の時間を遅らせる。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6114,7 +7038,10 @@ msgstr "WP水平遅延" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." msgstr "2つの水平セグメント間の遅延時間。このような遅延を挿入すると、前のレイヤーとの接着性が向上することがありますが、遅延が長すぎると垂れ下がりが発生します。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6126,7 +7053,8 @@ msgstr "WP低速移動距離" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." msgstr "半分の速度で押出される上方への移動距離。過度にマテリアルを加熱することなく、前の層とのより良い接着を作ります。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6136,7 +7064,10 @@ msgstr "WPノットサイズ" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." msgstr "上向きの線の上端に小さな結び目を作成し、連続する水平レイヤーを接着力を高めます。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6146,7 +7077,9 @@ msgstr "WP落下距離" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "上向き押出後にマテリアルが落下する距離。この距離は補正される。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6156,7 +7089,10 @@ msgstr "WP引きづり距離" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." msgstr "斜め下方への押出に伴い上向き押出しているマテリアルが引きずられる距離。この距離は補正される。ワイヤ印刷のみに適用されます。" #: fdmprinter.def.json @@ -6166,7 +7102,14 @@ msgstr "WPストラテジー" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." msgstr "各接続ポイントで2つの連続したレイヤーが密着していることを確認するためのストラテジー。収縮すると上向きの線が正しい位置で硬化しますが、フィラメントの研削が行われる可能性があります。上向きの線の終わりに結び目をつけて接続する機会を増やし、線を冷やすことができます。ただし、印刷速度が遅くなることがあります。別の方法は、上向きの線の上端のたるみを補償することである。しかし、予測どおりにラインが必ずしも落ちるとは限りません。" #: fdmprinter.def.json @@ -6191,7 +7134,10 @@ msgstr "WP下向き直線ライン" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." msgstr "水平方向の直線部分で覆われた斜めに下降線の割合です。これは上向きラインのほとんどのポイント、上部のたるみを防ぐことができます。ワイヤ印刷にのみ適用されます。" #: fdmprinter.def.json @@ -6201,7 +7147,10 @@ msgstr "WPルーフ落下距離" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." msgstr "水平ルーフが ”薄い空気”に印刷され落ちる距離。この距離は補正されています。ワイヤ印刷に適用されます。" #: fdmprinter.def.json @@ -6211,7 +7160,10 @@ msgstr "WPルーフ引きずり距離" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." msgstr "ルーフの外側の輪郭に戻る際に引きずる内側ラインの終わり部分の距離。この距離は補正されていてワイヤ印刷のみ適用されます。" #: fdmprinter.def.json @@ -6221,7 +7173,9 @@ msgstr "WPルーフ外側処理時間" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." msgstr "トップレイヤーにある穴の外側に掛ける時間。長い時間の方はより良い密着を得られます。ワイヤ印刷にのみ適用されます。" #: fdmprinter.def.json @@ -6231,7 +7185,11 @@ msgstr "WPノズル隙間" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." msgstr "ノズルと水平方向に下向きの線間の距離。大きな隙間がある場合、急な角度で斜め下方線となり、次の層が上方接続しずらくなる。ワイヤ印刷にのみ適用されます。" #: fdmprinter.def.json @@ -6241,7 +7199,9 @@ msgstr "適応レイヤーの使用" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "適応レイヤーは、レイヤーの高さをモデルの形状に合わせて計算します。" #: fdmprinter.def.json @@ -6261,7 +7221,9 @@ msgstr "適応レイヤー差分ステップサイズ" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "次のレイヤーの高さを前のレイヤーの高さと比べた差。" #: fdmprinter.def.json @@ -6271,7 +7233,10 @@ msgstr "適応レイヤーのトポグラフィーサイズ" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." msgstr "隣接する2つのレイヤー間の目標水平距離。この設定を小さくすると、レイヤーのエッジが近づくように薄いレイヤーが使用されます。" #: fdmprinter.def.json @@ -6281,7 +7246,11 @@ msgstr "張り出し壁アングル" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." msgstr "この角度以上に張り出した壁は、オーバーハング壁設定を使用してプリントされます。値が90の場合は、オーバーハング壁として処理されません。サポートによってサポートされているオーバーハングも、オーバーハングとして処理されません。" #: fdmprinter.def.json @@ -6291,7 +7260,9 @@ msgstr "張り出し壁速度" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "張り出し壁は、この割合で通常の印刷速度で印刷されます。" #: fdmprinter.def.json @@ -6301,7 +7272,9 @@ msgstr "ブリッジ設定を有効にする" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "ブリッジを検出し、ブリッジを印刷しながらて印刷速度、フロー、ファンの設定を変更します。" #: fdmprinter.def.json @@ -6311,7 +7284,10 @@ msgstr "ブリッジ壁の最小長さ" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." msgstr "この値より短いサポートされていない壁が通常の壁設定で印刷されます。長いサポートされていない壁は、ブリッジ壁設定で印刷されます。" #: fdmprinter.def.json @@ -6321,7 +7297,10 @@ msgstr "ブリッジスキンサポートのしきい値" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." msgstr "対象領域に対してこのパーセンテージ未満のスキン領域がサポートされている場合、ブリッジ設定で印刷します。それ以外の場合は、通常のスキン設定で印刷します。" #: fdmprinter.def.json @@ -6331,7 +7310,9 @@ msgstr "ブリッジスパースインフィル最大密度" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." msgstr "スパース(疎)であると見なされるインフィルの最大密度。スパースインフィル上のスキンは、サポートされていないと見なされるため、ブリッジスキンとして扱われる可能性があります。" #: fdmprinter.def.json @@ -6341,7 +7322,10 @@ msgstr "ブリッジ壁コースティング" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." msgstr "この設定は、ブリッジ壁が始まる直前に、エクストルーダーを動かす距離を制御します。ブリッジが始まる前にコースティングすることにより、ノズル内が減圧され、ブリッジがより平らになります。" #: fdmprinter.def.json @@ -6361,7 +7345,9 @@ msgstr "ブリッジ壁フロー" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "ブリッジ壁を印刷するときは、材料の吐出量をこの値で乗算します。" #: fdmprinter.def.json @@ -6381,7 +7367,9 @@ msgstr "ブリッジスキンフロー" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "ブリッジスキン領域を印刷するときは、材料の吐出量をこの値で乗算します。" #: fdmprinter.def.json @@ -6391,7 +7379,9 @@ msgstr "ブリッジスキンの密度" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "ブリッジスキンレイヤーの密度。100 以下の場合は、スキンライン間のギャップを増やします。" #: fdmprinter.def.json @@ -6411,7 +7401,10 @@ msgstr "ブリッジを構成する多重レイヤー" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." msgstr "有効な場合、空気上部の第二および第三レイヤーは以下の設定で印刷されます。それ以外の場合は、それらのレイヤーは通常の設定で印刷されます。" #: fdmprinter.def.json @@ -6431,7 +7424,9 @@ msgstr "ブリッジセカンドスキンのフロー" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "セカンドブリッジスキンレイヤーを印刷するときは、材料の吐出量をこの値で乗算します。" #: fdmprinter.def.json @@ -6441,7 +7436,9 @@ msgstr "ブリッジセカンドスキンの密度" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "セカンドブリッジスキンレイヤーの密度。100 以下の場合は、スキンライン間のギャップを増やします。" #: fdmprinter.def.json @@ -6471,7 +7468,9 @@ msgstr "ブリッジサードスキンのフロー" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "サードブリッジスキンレイヤーを印刷するときは、材料の吐出量をこの値で乗算します。" #: fdmprinter.def.json @@ -6481,7 +7480,9 @@ msgstr "ブリッジサードスキンの密度" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "サードブリッジスキンレイヤーの密度。100 以下の場合は、スキンライン間のギャップを増やします。" #: fdmprinter.def.json @@ -6501,7 +7502,11 @@ msgstr "レイヤー間のノズル拭き取り" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." msgstr "レイヤー間にノズル拭き取りG-Codeを含むかどうか(レイヤーごとに最大1つ)。この設定を有効にすると、レイヤー変更時の引き戻し動作に影響する可能性があります。拭き取りスクリプトが動作するレイヤーでの押し戻しを制御するには、ワイプ引き戻し設定を使用してください。" #: fdmprinter.def.json @@ -6511,7 +7516,11 @@ msgstr "ワイプ間の材料の量" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." msgstr "別のノズル拭き取りを行う前に押し出せる材料の最大量。この値がレイヤーに必要な材料の量よりも小さい場合、この設定はこのレイヤーには影響しません。つまり、レイヤーごとに1つの拭き取りに制限されます。" #: fdmprinter.def.json @@ -6531,7 +7540,8 @@ msgstr "ワイプリトラクト無効" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "拭き取りシーケンス中に出ないように押し戻すフィラメントの量。" #: fdmprinter.def.json @@ -6541,7 +7551,9 @@ msgstr "ワイプ引き戻し時の余分押し戻し量" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "いくつかの材料は、ワイプ移動中ににじみ出るためここで補償することができます。" #: fdmprinter.def.json @@ -6551,7 +7563,9 @@ msgstr "ワイプリトラクト速度" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "ワイプ引き戻し中にフィラメントが引き戻される時の速度。" #: fdmprinter.def.json @@ -6561,7 +7575,8 @@ msgstr "ワイプ引き戻し速度" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "ワイプ引き戻し移動時にフィラメントが引き戻される速度。" #: fdmprinter.def.json @@ -6571,7 +7586,8 @@ msgstr "ワイプ引き戻し下準備速度" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "ワイプ引き戻し移動時にフィラメントが押し戻されるスピード。" #: fdmprinter.def.json @@ -6591,7 +7607,10 @@ msgstr "ワイプZホップ" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." msgstr "拭き取りの際、ビルドプレートが下降してノズルとプリントの間に隙間ができます。これは、ノズルの走行中にプリントに当たるのを防ぎ、プリントをビルドプレートから剥がしてしまう可能性を減らします。" #: fdmprinter.def.json @@ -6651,7 +7670,9 @@ msgstr "小さい穴の最大サイズ" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "これより直径が小さな輪郭の穴とパーツは、Small Feature Speedを使用して印刷されます。" #: fdmprinter.def.json @@ -6661,7 +7682,9 @@ msgstr "小型形体の最大長さ" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "この長さより短い輪郭の形体は、Small Feature Speedを使用して印刷されます。" #: fdmprinter.def.json @@ -6671,7 +7694,9 @@ msgstr "Small Feature Speed" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." msgstr "小型形体は通常のプリント速度に対してこの割合でプリントされます。低速でプリントすると、接着と精度が向上します。" #: fdmprinter.def.json @@ -6681,38 +7706,45 @@ msgstr "小型形体の初期レイヤー速度" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." msgstr "最初のレイヤーの小型形体は通常のプリント速度に対してこの割合でプリントされます。低速でプリントすると、接着と精度が向上します。" #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "ウォールの代替の向き" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "レイヤーやインセットについて1つおきに適用されるウォールの代替の向き。金属プリンティングの場合など、応力が蓄積される可能性がある材料に有用です。" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "ラフト内側コーナーの削除" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "ラフトから内側コーナーを削除し、ラフトが凸になるようにします。" #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "ラフトベースウォール数" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "ラフトのベースレイヤーにある線状パターンの周囲にプリントする輪郭の数。" #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6721,7 +7753,9 @@ msgstr "コマンドライン設定" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "CuraエンジンがCuraフロントエンドから呼び出されない場合のみ使用される設定。" #: fdmprinter.def.json @@ -6731,7 +7765,9 @@ msgstr "オブジェクト中心配置" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "オブジェクトが保存された座標系を使用する代わりにビルドプラットフォームの中間(0,0)にオブジェクトを配置するかどうか。" #: fdmprinter.def.json @@ -6761,7 +7797,9 @@ msgstr "メッシュ位置Z" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "オブジェクトの Z 方向に適用されたオフセット。この 'オブジェクト シンク' と呼ばれていたものを再現できます。" #: fdmprinter.def.json @@ -6771,7 +7809,8 @@ msgstr "メッシュ回転マトリックス" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "ファイルから読み込むときに、モデルに適用するトランスフォーメーションマトリックス。" #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index 5dba85f377..3bc28eb3ad 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2022-01-10 11:57+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Korean , Jinbum Kim , Korean \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: ko_KR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.0\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,8 +64,13 @@ msgstr "업데이트 정보에 액세스 할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." msgstr "사용자의 {machine_name}에서 새로운 기능 또는 버그 수정 사항을 사용할 수 있습니다! 완료하지 않은 경우 프린터의 펌웨어를 버전 {latest_version}으로 업데이트하는 것이 좋습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 @@ -222,7 +226,9 @@ msgstr "펌웨어 업데이트" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura가 {0} 그룹의 호스트 프린터에 설치되지 않은 재료 프로파일을 감지했습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +239,9 @@ msgstr "재료를 프린터로 전송 중" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "연결 시도 중인 {0}이(가) 그룹의 호스트가 아닙니다. 웹 페이지에서 그룹 호스트로 설정할 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +299,10 @@ msgstr "데이터 전송 됨" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"{printer_name} 프린터를 클라우드를 통해 연결할 수 있습니다.\n" -" 프린터를 Digital Factory에 연결하는 모든 위치에서 프린트 대기열을 관리하고 프린트를 모니터링합니다" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Your printer {printer_name} could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer" +" to Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +321,9 @@ msgstr "자세히 알아보기" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Ultimaker Connect를 실행하지 않는 프린터에 연결하려 합니다. 프린터를 최신 펌웨어로 업데이트해 주십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -389,7 +399,7 @@ msgstr "Digital Factory에서 프린터 추가:" msgctxt "info:status" msgid "A cloud connection is not available for a printer" msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "일부 프린터에서는 클라우드 연결을 사용할 수 없습니다" +msgstr[0] "A cloud connection is not available for some printers" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 msgctxt "info:status" @@ -446,23 +456,22 @@ msgstr "프린터를 제거하시겠습니까?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Cura에서 {0} 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n" -"정말로 계속하시겠습니까?" +msgstr[0] "Cura에서 {0} 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n정말로 계속하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"Cura에서 모든 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n" -"정말로 계속하시겠습니까?" +msgstr "Cura에서 모든 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n정말로 계속하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -504,15 +513,15 @@ msgstr "3D 모델 도우미" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    하나 이상의 3D 모델이 모델 크기 및 재료 구성으로 인해 최적의 상태로 인쇄되지 않을 수 있습니다.

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    인쇄 품질 및 안정성을 최고로 높이는 방법을 알아보십시오.

    \n" -"

    인쇄 품질 가이드 보기

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    하나 이상의 3D 모델이 모델 크기 및 재료 구성으로 인해 최적의 상태로 인쇄되지 않을 수 있습니다.

    \n

    {model_names}

    \n

    인쇄 품질 및 안정성을 최고로 높이는 방법을 알아보십시오.

    \n

    인쇄" +" 품질 가이드 보기

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -586,7 +595,9 @@ msgstr "여기서 작업 환경을 작성할 권한이 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "운영 체제가 프로젝트 파일을 이 위치로 또는 이 파일명으로 저장하지 못합니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -607,7 +618,9 @@ msgstr "압축된 G-code 파일" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "예기치 않은 오류로 인해 슬라이싱에 실패했습니다. 이슈 트래커에 버그를 보고하는 것을 고려하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -623,11 +636,13 @@ msgstr "버그 보고" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 msgctxt "@message:description" msgid "Report a bug on Ultimaker Cura's issue tracker." -msgstr "Ultimaker Cura의 이슈 트래커에 버그 보고." +msgstr "Report a bug on Ultimaker Cura's issue tracker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "선택한 소재 또는 구성과 호환되지 않기 때문에 현재 소재로 슬라이스 할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -643,24 +658,31 @@ msgstr "슬라이스 할 수 없습니다" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "현재 설정으로 슬라이스 할 수 없습니다. 다음 설정에는 오류가 있습니다 : {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "일부 모델별 설정으로 인해 슬라이스할 수 없습니다. 하나 이상의 모델에서 다음 설정에 오류가 있습니다. {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "프라임 타워 또는 위치가 유효하지 않아 슬라이스 할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "비활성화된 익스트루더 %s(와)과 연결된 개체가 있기 때문에 슬라이스할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -670,11 +692,7 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"설정을 검토하고 모델이 다음 사항에 해당하는지 확인하십시오.\n" -"- 출력 사이즈 내에 맞춤화됨\n" -"- 활성화된 익스트루더로 할당됨\n" -"- 수정자 메쉬로 전체 설정되지 않음" +msgstr "설정을 검토하고 모델이 다음 사항에 해당하는지 확인하십시오.\n- 출력 사이즈 내에 맞춤화됨\n- 활성화된 익스트루더로 할당됨\n- 수정자 메쉬로 전체 설정되지 않음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -726,7 +744,10 @@ msgstr "노즐" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." msgstr "프로젝트 파일 {0}에 알 수 없는 기기 유형 {1}이(가) 포함되어 있습니다. 기기를 가져올 수 없습니다. 대신 모델을 가져옵니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 @@ -737,7 +758,9 @@ msgstr "프로젝트 파일 열기" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "프로젝트 파일 {0}에 갑자기 접근할 수 없습니다: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -749,13 +772,16 @@ msgstr "프로젝트 파일 열 수 없음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "프로젝트 파일 {0}이 손상됨: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "프로젝트 파일 {0}이(가) 이 버전의 Ultimaker Cura에서 확인할 수 없는 프로파일을 사용하였습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -895,46 +921,48 @@ msgstr "업그레이드 선택" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "알 수 없는 패키지" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "알 수 없는 원작자" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "서버의 응답을 해석할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "마켓플레이스에 도달할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "설치된 플러그인" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "설치된 재료" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "번들 플러그인" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "번들 재료" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "강조 표시된 영역은 누락되거나 관련 없는 표면을 표시합니다. 모델을 수정하고 Cura에서 다시 엽니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -967,7 +995,9 @@ msgstr "G-코드 세부 정보" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "파일을 보내기 전에 g-코드가 프린터 및 프린터 구성에 적합한 지 확인하십시오. g-코드가 정확하지 않을 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 @@ -1002,12 +1032,15 @@ msgstr "USB를 통해 연결" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USB 인쇄가 진행 중입니다. Cura를 닫으면 인쇄도 중단됩니다. 계속하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "프린트가 아직 진행 중입니다. Cura는 이전 프린트가 완료될 때까지는 USB를 통해 다른 프린트를 시작할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1057,7 +1090,9 @@ msgstr "엔진 초기화 중..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1089,7 +1124,9 @@ msgstr "뛰어난 외관" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "시각적 프로파일은 높은 시각적 및 표면 품질의 의도를 지니고 시각적 프로토타입과 모델을 인쇄하기 위해 설계되었습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1101,7 +1138,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "엔지니어링 프로파일은 정확도를 개선하고 허용 오차를 좁히려는 의도로 기능 프로토타입 및 최종 사용 부품을 인쇄하도록 설계되었습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1113,7 +1152,9 @@ msgstr "초안" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "초안 프로파일은 인쇄 시간을 상당히 줄이려는 의도로 초기 프로토타입과 컨셉트 확인을 인쇄하도록 설계되었습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1125,7 +1166,7 @@ msgstr "재정의되지 않음" #, python-brace-format msgctxt "@label {0} is the name of a printer that's about to be deleted." msgid "Are you sure you wish to remove {0}? This cannot be undone!" -msgstr "정말로 {0}을(를) 제거하시겠습니까? 이 작업을 실행 취소할 수 없습니다!" +msgstr "정말로 {0}을(를) 제거하시겠습니까? 이 작업을 실행 취소할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 @@ -1136,7 +1177,8 @@ msgstr "알 수 없는" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "아래 프린터는 그룹에 속해 있기 때문에 연결할 수 없습니다" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1152,7 +1194,9 @@ msgstr "계산된" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "프린트를 시작하기 전에 재료 프로파일을 프린터와 동기화하십시오." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1165,7 +1209,7 @@ msgstr "새로운 재료가 설치됨" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "재료 동기화" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1219,7 +1263,9 @@ msgstr "Digital Factory의 응답에 중요한 정보가 누락되었습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "일부 프린터와 재료를 동기화하기 위한 Digital Factory 연결에 실패했습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1245,7 +1291,7 @@ msgstr "현재 버전보다 높은 Cura 백업을 복원하려고 시도했습 #: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 msgctxt "@info:backup_failed" msgid "The following error occurred while trying to restore a Cura backup:" -msgstr "다음의 오류는 Cura 백업을 복원하려고 시도하는 동안 발생했습니다:" +msgstr "The following error occurred while trying to restore a Cura backup:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 msgctxt "@info:status" @@ -1394,7 +1440,9 @@ msgstr "다음" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "\"프린팅 순서\"설정 값으로 인해 갠트리가 프린팅 된 모델과 충돌하지 않도록 출력물 높이가 줄어 들었습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 @@ -1427,7 +1475,9 @@ msgstr "파일이 이미 있습니다" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "파일 {0}이 이미 있습니다. 덮어 쓰시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1448,7 +1498,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "익스트루더의 현재 가용성과 일치하도록 설정이 변경되었습니다:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1464,13 +1515,16 @@ msgstr "익스트루더 비활성화됨" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "프로파일을 {0}: {1}로 내보내는데 실패했습니다" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "프로파일을 {0}로 내보내지 못했습니다. Writer 플러그인이 오류를 보고했습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1493,7 +1547,8 @@ msgstr "{0}에서 프로파일을 가져오지 못했습니 #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "프린터가 추가되기 전 {0}에서 프로파일을 가져올 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1512,7 +1567,9 @@ msgstr "{0}에서 프로파일을 가져오지 못했습니 #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "프로파일 {0}에는 정확하지 않은 데이터가 포함되어 있으므로, 불러올 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1562,13 +1619,18 @@ msgstr "프로파일을 추가할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "'{0}' 품질 타입은 현재 활성 기기 정의 '{1}'와(과) 호환되지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." msgstr "경고: 프로파일은 '{0}' 품질 타입을 현재 구성에 이용할 수 없기 때문에 찾을 수 없습니다. 이 품질 타입을 사용할 수 있는 재료/노즐 조합으로 전환하십시오." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 @@ -1588,7 +1650,9 @@ msgstr "개체 배치 중" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "새 로그인 작업을 시작할 수 없습니다. 다른 로그인 작업이 진행 중인지 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1634,17 +1698,19 @@ msgstr "큐라를 시작할 수 없습니다" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " -msgstr "" -"

    죄송합니다, Ultimaker Cura가 정상적이지 않습니다. \n" -"                    

    시작할 때 복구 할 수없는 오류가 발생했습니다. 이 오류는 잘못된 구성 파일로 인해 발생할 수 있습니다. 설정을 백업하고 재설정하는 것이 좋습니다. \n" -"                    

    백업은 설정 폴더에서 찾을 수 있습니다. \n" -"                    

    문제를 해결하기 위해이 오류 보고서를 보내주십시오. \n" -" " +msgstr "

    죄송합니다, Ultimaker Cura가 정상적이지 않습니다. </ p> </ b>\n                    

    시작할 때 복구 할 수없는 오류가 발생했습니다. 이 오류는 잘못된 구성 파일로 인해 발생할 수 있습니다." +" 설정을 백업하고 재설정하는 것이 좋습니다. </ p>\n                    

    백업은 설정 폴더에서 찾을 수 있습니다. </ p>\n                    

    문제를 해결하기 위해이 오류 보고서를 보내주십시오." +" </ p>\n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1674,13 +1740,12 @@ msgstr "충돌 보고서" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    치명적인 오류가 발생했습니다. 문제를 해결할 수 있도록 이 충돌 보고서를 보내주십시오

    \n" -"

    \"보고서 전송\" 버튼을 사용하면 버그 보고서가 서버에 자동으로 전달됩니다

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    치명적인 오류가 발생했습니다. 문제를 해결할 수 있도록 이 충돌 보고서를 보내주십시오

    \n

    "보고서 전송" 버튼을 사용하면 버그 보고서가 서버에 자동으로 전달됩니다

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1772,9 +1837,7 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"프린터에 연결이 있는지 확인하십시오.⏎- 프린터가 켜져 있는지 확인하십시오.\n" -"- 프린터가 네트워크에 연결되어 있는지 확인하십시오.⏎- 클라우드로 연결된 프린터를 탐색할 수 있도록 로그인되어 있는지 확인하십시오." +msgstr "프린터에 연결이 있는지 확인하십시오.⏎- 프린터가 켜져 있는지 확인하십시오.\n- 프린터가 네트워크에 연결되어 있는지 확인하십시오.⏎- 클라우드로 연결된 프린터를 탐색할 수 있도록 로그인되어 있는지 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1854,12 +1917,17 @@ msgstr "펌웨어 업데이트" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." msgstr "펌웨어는 3D 프린터에서 직접 실행되는 소프트웨어입니다. 이 펌웨어는 스텝 모터를 제어하고 온도를 조절하며 프린터를 작동시킵니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "새 프린터와 함께 제공되는 펌웨어는 작동하지만 새로운 버전은 더 많은 기능과 향상된 기능을 제공하는 경향이 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1874,12 +1942,15 @@ msgstr "사용자 정의 펌웨어 업로드" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "프린터와 연결되지 않아 펌웨어를 업데이트할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "프린터와 연결이 펌웨어 업그레이드를 지원하지 않아 펌웨어를 업데이트할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2003,7 +2074,9 @@ msgstr "대기열을 원격으로 관리하려면 프린터 펌웨어를 업데 #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." msgstr "클라우드 프린터용 Webcam 피드는 Ultimaker Cura에서 볼 수 없습니다. '프린터 관리'를 클릭하여 Ultimaker Digital Factory를 방문하고 이 웹캠을 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 @@ -2064,12 +2137,15 @@ msgstr "무시하기" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "할당된 프린터 %1의 구성을 다음과 같이 변경해야 합니다:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "프린터 %1이(가) 할당되었으나 작업에 알 수 없는 재료 구성이 포함되어 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2094,7 +2170,9 @@ msgstr "빌드 플레이트를 %1(으)로 변경합니다(이 작업은 무효 #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "무시하기는 기존 프린터 구성과 함께 지정된 설정을 사용하게 됩니다. 이는 인쇄 실패로 이어질 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2124,7 +2202,12 @@ msgstr "네트워크 프린터에 연결" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." msgstr "네트워크를 통해 프린터로 직접 프린팅하려면 네트워크 케이블을 사용하거나 프린터를 WIFI 네트워크에 연결하여 프린터가 네트워크에 연결되어 있는지 확인하십시오. Cura를 프린터에 연결하지 않은 경우에도 USB 드라이브를 사용하여 g-코드 파일을 프린터로 전송할 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 @@ -2152,7 +2235,9 @@ msgstr "새로고침" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "프린터가 목록에 없으면 네트워크 프린팅 문제 해결 가이드를 읽어보십시오" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2429,7 +2514,7 @@ msgstr "최대" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "이미지 변환" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2459,7 +2544,7 @@ msgstr "너비 (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "빌드 플레이트의 폭 (밀리미터)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2483,13 +2568,17 @@ msgstr "밝을수록 높음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." msgstr "리쏘페인(투각)의 경우 들어오는 더 많은 빛을 차단하기 위해서는 다크 픽셀이 더 두꺼운 위치에 해당해야 합니다. 높이 지도의 경우 더 밝은 픽셀이 더 높은 지역을 나타냅니다. 따라서 생성된 3D 모델에서 더 밝은 픽셀이 더 두꺼운 위치에 해당해야 합니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "색상 모델" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2503,7 +2592,9 @@ msgstr "반투명성" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "리쏘페인의 경우 반투명성을 위한 간단한 로그 모델을 사용할 수 있습니다. 높이 지도의 경우, 픽셀 값은 높이에 선형적으로 부합합니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 @@ -2513,7 +2604,10 @@ msgstr "1mm의 투과율(%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." msgstr "두께가 1mm인 출력물을 관통하는 빛의 비율 이 값을 낮추면 어두운 부분의 대조가 증가하고 이미지의 밝은 부분의 대조가 감소합니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 @@ -2734,7 +2828,9 @@ msgstr "백업 복원" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "백업이 복원되기 전에 Cura를 다시 시작해야 합니다. 지금 Cura를 닫으시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2757,12 +2853,16 @@ msgstr "내 백업" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "현재 백업이 없습니다. ‘지금 백업’ 버튼을 사용하여 생성하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "미리 보기 단계 중에는 보이는 백업 5개로 제한됩니다. 기존 백업을 보려면 백업을 제거하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2777,7 +2877,9 @@ msgstr "익명 데이터 수집에 대한 추가 정보" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "Ultimaker Cura는 인쇄 품질과 사용자 경험을 개선하기 위해 익명 데이터를 수집합니다. 공유되는 모든 데이터의 예는 다음과 같습니다:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2838,12 +2940,18 @@ msgstr "빌드 플레이트 레벨링" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." msgstr "프린팅이 잘 되도록 빌드 플레이트를 조정할 수 있습니다. '다음 위치로 이동'을 클릭하면 노즐이 조정할 수있는 다른 위치로 이동합니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." msgstr "모든 자리에; 노즐 아래에 종이 한 장을 넣고 프린팅 빌드 플레이트 높이를 조정하십시오. 빌드플레이드의 높이는 종이의 끝 부분이 노즐의 끝부분으로 살짝 닿을 때의 높이입니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 @@ -2859,42 +2967,42 @@ msgstr "다음 위치로 이동" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Ultimaker 검증된 플러그인" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Ultimaker 인증된 재료" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Ultimaker 검증된 패키지" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "로딩 중..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "플러그인" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "재료" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "브라우저에서 검색" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "패키지를 사용하려면 Cura를 재시작해야 합니다." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2904,164 +3012,166 @@ msgstr "%1 종료" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "에 의해" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "실행됨" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "해제됨" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "다운그레이드 중..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "다운그레이드" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "설치 중..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "설치" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "설치 제거" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "업데이트 중" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "업데이트" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "플러그인 설치" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "당사의 놀라운 사용자 커뮤니티에서 기여한 플러그인으로 워크 플로를 간소화하고 Ultimaker Cura 경험을 맞춤화하세요." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "패키지 관리" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "설명" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "호환 가능한 프린터" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "호환성 정보 없음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "호환 서포트 재료" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "없음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Material Station과 호환 가능" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "예" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "아니요" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Air Manager에 최적화" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "플러그인 웹사이트 방문" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "웹사이트" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "스풀 구입" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "안전성 데이터시트" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "기술 데이터시트" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "패키지 세부 사항" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "뒤로" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "플러그인 라이센스 계약" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "플러그인 라이센스를 읽고 동의하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "동의" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3071,52 +3181,56 @@ msgstr "거절" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "패키지를 로드하지 못했습니다:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "재시도하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "로딩중" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "더 이상 로드할 결과 없음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "현재 필터로는 결과를 찾을 수 없음" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "더 많이 로드" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "패키지 관리" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "여기서 Ultimaker Cura 플러그인 및 재료 프로파일을 관리하십시오. 플러그인을 최신 상태로 유지하고 설정을 정기적으로 백업하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "재료 설치" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Ultimaker 3D 프린터에 최적화된 재료 프로파일을 선택하고 설치하십시오." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3363,7 +3477,9 @@ msgstr "새 프로젝트" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "새 프로젝트를 시작 하시겠습니까? 빌드 플레이트 및 저장하지 않은 설정이 지워집니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3378,7 +3494,9 @@ msgstr "빌드 플레이트" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "가열 된 베드의 설정 온도. 베드가 이 온도로 가열되거나 식을 것입니다. 이 값이 0이면 베드 가열이 꺼집니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3405,7 +3523,10 @@ msgstr "예열" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." msgstr "프린팅하기 전에 베드를 미리 가열하십시오. 가열되는 동안 계속해서 프린팅물을 조정할 수 있으며, 프린팅 준비가 되면 베드가 가열 될 때까지 기다릴 필요가 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 @@ -3445,7 +3566,9 @@ msgstr "Gcode 보내기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "연결된 프린터에 사용자 정의 G 코드 명령을 보냅니다. ‘Enter’키를 눌러 명령을 전송하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3455,7 +3578,9 @@ msgstr "익스트루더" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "핫 엔드의 설정 온도입니다. 핫 엔드는 이 온도를 향해 가열되거나 냉각됩니다. 이 값이 0이면 온열 가열이 꺼집니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 @@ -3470,7 +3595,10 @@ msgstr "노즐을 예열하기 위한 온도." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." msgstr "프린팅하기 전에 노즐을 미리 가열하십시오. 가열되는 동안 계속해서 프린팅물을 조정할 수 있으며, 프린팅 준비가 되면 노즐이 가열 될 때까지 기다릴 필요가 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 @@ -3495,7 +3623,9 @@ msgstr "프로젝트 파일 열기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "이 파일은 Cura 프로젝트 파일입니다. 프로젝트로 열거나 모델을 가져 오시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3551,7 +3681,10 @@ msgstr "파일 열기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" msgstr "선택한 파일 내에 하나 이상의 프로젝트 파일이 있습니다. 한 번에 하나의 프로젝트 파일 만 열 수 있습니다. 해당 파일에서 모델 만 가져 오기를 권장합니다. 계속 하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 @@ -3579,9 +3712,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura는 커뮤니티와 공동으로 Ultimaker B.V.에 의해 개발되었습니다.\n" -"Cura는 다음의 오픈 소스 프로젝트를 사용합니다:" +msgstr "Cura는 커뮤니티와 공동으로 Ultimaker B.V.에 의해 개발되었습니다.\nCura는 다음의 오픈 소스 프로젝트를 사용합니다:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3676,7 +3807,7 @@ msgstr "다각형 클리핑 라이브러리" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Clipper용 Python 바인딩" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3736,8 +3867,11 @@ msgstr "변경 사항 삭제 또는 유지" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "일부 프로파일 설정을 사용자 정의했습니다.\n프로파일 전환 후에도 변경된 설정을 유지하시겠습니까?\n또는 변경 사항을 버리고 '%1'에서 기본값을 로드할 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3907,12 +4041,15 @@ msgstr "프린터에서 사용 가능한 구성 로딩 중..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "프린터가 연결되어 있지 않기 때문에 구성을 사용할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "%1이(가) 인식되지 않기 때문에 이 구성을 사용할 수 없습니다. %2에 방문하여 올바른 재료 프로파일을 다운로드하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3922,7 +4059,8 @@ msgstr "시장" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "이 익스트루더의 구성이 허용되지 않았으며, 슬라이싱이 금지됩니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4029,10 +4167,7 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- 재료 설정 및 Marketplace 플러그인 추가\n" -"- 재료 설정과 플러그인 백업 및 동기화\n" -"- Ultimaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기" +msgstr "- 재료 설정 및 Marketplace 플러그인 추가\n- 재료 설정과 플러그인 백업 및 동기화\n- Ultimaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4206,7 +4341,10 @@ msgstr "파일 열기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." msgstr "선택한 파일 내에 하나 이상의 G-코드 파일이 있습니다. 한 번에 하나의 G-코드 파일 만 열 수 있습니다. G-코드 파일을 열려면 하나만 선택하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 @@ -4256,9 +4394,15 @@ msgid "Custom" msgstr "사용자 정의" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "압출기 %2의 구성에 대한 %1 프로파일이 없습니다. 대신 기본 의도가 사용됩니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 @@ -4268,7 +4412,8 @@ msgstr "점진적 내부채움" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "점차적인 내부채움은 점차적으로 빈 공간 채우기의 양을 증가시킵니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4278,7 +4423,9 @@ msgstr "서포트" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "오버행이 있는 모델 서포트를 생성합니다. 이러한 구조가 없으면 이러한 부분이 프린팅 중에 붕괴됩니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4289,7 +4436,9 @@ msgstr "프로파일" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "일부 프로파일 설정을 수정했습니다. 이러한 설정을 변경하려면 사용자 지정 모드로 이동하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4299,7 +4448,9 @@ msgstr "부착" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "브림이나 라프트를 사용합니다. 이렇게하면 출력물 주변이나 아래에 평평한 영역이 추가되어 나중에 쉽게 자를 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4321,13 +4472,11 @@ msgstr "프로파일" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"일부 설정/대체 값은 프로파일에 저장된 값과 다릅니다.\n" -"\n" -"프로파일 매니저를 열려면 클릭하십시오." +msgstr "일부 설정/대체 값은 프로파일에 저장된 값과 다릅니다.\n\n프로파일 매니저를 열려면 클릭하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4347,28 +4496,33 @@ msgstr "현재 설정" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "단위" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "이름 바꾸기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "새 이름을 입력하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "이 설정은 활성 기기에 의해 숨겨졌으며 보이지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "이 설정은 %1 값으로 숨겨져 있습니다. 이 설정을 볼 수 있게 설정 값을 변경하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4379,7 +4533,7 @@ msgstr "보기 설정" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "기본값" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4389,7 +4543,7 @@ msgstr "모두 확인" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "새로 추가" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4411,7 +4565,9 @@ msgstr "직경 변경 확인" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "새 필라멘트의 직경은 %1 mm로 설정되었으며, 현재 압출기와 호환되지 않습니다. 계속하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4437,7 +4593,7 @@ msgstr "색깔" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "재료 색상 선택기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4511,7 +4667,9 @@ msgstr "재료를 프린터와 동기화" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "몇 가지 간단한 단계를 수행하면 모든 재료 프로파일과 프린터를 동기화할 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4531,7 +4689,9 @@ msgstr "로그인" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Digital Factory에 연결된 모든 프린터와 자동으로 재료 프로파일을 동기화하려면 Cura에 가입되어 있어야 합니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4544,7 +4704,7 @@ msgstr "재료를 USB로 동기화" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" msgid "The following printers will receive the new material profiles:" -msgstr "다음 프린터는 새 재료 프로파일을 받게 됩니다:" +msgstr "The following printers will receive the new material profiles:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 msgctxt "@title:header" @@ -4554,7 +4714,7 @@ msgstr "재료를 프린터로 전송할 때 어떤 문제가 발생했습니다 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 msgctxt "@title:header" msgid "Material profiles successfully synced with the following printers:" -msgstr "다음 프린터에 재료 프로파일이 성공적으로 동기화되었습니다:" +msgstr "Material profiles successfully synced with the following printers:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 @@ -4569,7 +4729,8 @@ msgstr "프린터가 없습니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "모든 프린터가 켜져 있고 Digital Factory에 연결되어 있는지 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4606,7 +4767,10 @@ msgstr "프린터를 찾을 수 없음" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "Digital Factory에 호환되는 프린터가 연결되지 않은 것 같습니다. 프린터가 연결되어 있고 최신 펌웨어가 설치되어 있는지 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 @@ -4625,8 +4789,10 @@ msgid "Sync material profiles via USB" msgstr "재료 프로파일을 USB로 동기화" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "새로운 재료 프로파일을 프린터로 로드하기 위해 다음 단계를 수행합니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4641,7 +4807,9 @@ msgstr ".umm 파일을 USB 스틱에 저장합니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "USB 스틱을 프린터에 삽입하고 새로운 재료 프로파일 로드 절차를 진행합니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4668,13 +4836,13 @@ msgstr "모든 재료 내보내기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "활성화된 프린터와 호환되는 재료:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "새로 만들기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4685,7 +4853,7 @@ msgstr "가져오기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "프린터와 동기화" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4724,7 +4892,8 @@ msgstr "재료를 성공적으로 가져왔습니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "재료를 가져올 수 없습니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4735,7 +4904,8 @@ msgstr "재료 내보내기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "재료를 내보내는데 실패했습니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4746,31 +4916,33 @@ msgstr "재료를 성공적으로 내보냈습니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "활성화된 프린터와 호환되는 프로파일:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "현재 설정/재정의로부터 새 프로파일 만들기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "현재 프로파일의 일부 설정을 덮어썼습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "프로파일을 업데이트하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "현재 설정 / 재정의 프로파일 업데이트" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "이 프로파일은 프린터에서 지정한 기본값을 사용하므로 아래 목록에 아무런 설정/재정의가 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4823,7 +4995,7 @@ msgstr "인터페이스" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- 미완료 --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4831,9 +5003,10 @@ msgid "Currency:" msgstr "통화:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "테마*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4847,8 +5020,9 @@ msgstr "자동으로 슬라이싱" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*이러한 변경 사항을 적용하려면 응용 프로그램을 재시작해야 합니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4857,7 +5031,9 @@ msgstr "뷰포트 동작" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "지원되지 않는 모델 영역을 빨간색으로 강조 표시하십시오. 서포트가 없으면 이 영역이 제대로 프린팅되지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4867,7 +5043,9 @@ msgstr "오버행 표시" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." msgstr "경고 기호를 사용해 모델에서 누락되거나 관계 없는 표면을 강조 표시합니다. 도구 경로에서는 종종 의도한 형상의 일부가 누락됩니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 @@ -4877,7 +5055,9 @@ msgstr "모델 오류 표시" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "모델을 선택하면 모델이 뷰의 가운데에 오도록 카메라를 이동합니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4902,7 +5082,8 @@ msgstr "확대가 마우스 방향으로 이동해야 합니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "정투영법 시점에서는 마우스 방향으로 확대가 지원되지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4912,7 +5093,8 @@ msgstr "마우스 방향으로 확대" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "모델을 더 이상 교차시키지 않도록 이동해야합니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -4985,7 +5167,9 @@ msgstr "파일 열기 및 저장" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "데스크톱 또는 외부 애플리케이션의 파일을 동일한 Cura 인스턴스에서 엽니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -4995,7 +5179,9 @@ msgstr "Cura의 단일 인스턴스 사용" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Cura의 단일 인스턴스에서 새 모델을 로드하기 전에 빌드 플레이트를 지워야 합니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5015,7 +5201,9 @@ msgstr "큰 모델의 사이즈 수정" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "단위가 밀리미터가 아닌 미터 단위 인 경우 모델이 매우 작게 나타날 수 있습니다. 이 모델을 확대할까요?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5035,7 +5223,9 @@ msgstr "로드된 경우 모델 선택" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "프린터 이름에 기반한 접두어가 프린팅 작업 이름에 자동으로 추가되어야합니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5080,12 +5270,17 @@ msgstr "항상 모델 가져 오기" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." msgstr "프로파일을 변경하고 다른 프로파일로 전환하면 수정 사항을 유지할지 여부를 묻는 대화 상자가 표시됩니다. 기본 행동을 선택하면 해당 대화 상자를 다시 표시 하지 않을 수 있습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "다른 프로파일로 변경하는 경우 변경된 설정값에 대한 기본 동작 " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5105,7 +5300,10 @@ msgstr "보안" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." msgstr "프린터에 대한 익명의 데이터를 Ultimaker로 보낼까요? 모델, IP 주소 또는 기타 개인 식별 정보는 전송되거나 저장되지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 @@ -5150,7 +5348,9 @@ msgstr "안정적인 베타 릴리즈" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "Cura가 시작될 때마다 새로운 플러그인을 자동 확인해야 합니까? 사용 안 함으로 설정하지 않는 것이 좋습니다!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5191,7 +5391,9 @@ msgstr "이 주소의 프린터가 아직 응답하지 않았습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "알 수 없는 프린터이거나 그룹의 호스트가 아니기 때문에 이 프린터를 추가할 수 없습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5249,7 +5451,7 @@ msgstr "사용자의 계정에 프린터가 없습니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 msgctxt "@label" msgid "The following printers in your account have been added in Cura:" -msgstr "사용자의 계정에 있는 다음 프린터를 Cura에 추가하였습니다:" +msgstr "The following printers in your account have been added in Cura:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 msgctxt "@button" @@ -5288,7 +5490,9 @@ msgstr "Ultimaker Cura에 오신 것을 환영합니다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." msgstr "Ultimaker Cura를 설정하려면 다음 단계로 이동하세요. 오래 걸리지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 @@ -5368,7 +5572,9 @@ msgstr "Ultimaker Cura를 개선하는 데 도움을 주십시오" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura는 인쇄 품질과 사용자 경험을 개선하기 위해 다음과 같은 익명 데이터를 수집합니다:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5393,7 +5599,8 @@ msgstr "인쇄 설정" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Ultimaker Cura가 수집하는 데이터에는 개인 정보가 포함되어 있지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5444,22 +5651,30 @@ msgstr "프린터 사전 설정" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "클라우드 프린터가 오프라인 상태입니다. 프린터가 켜져 있고 인터넷과 연결되어 있는지 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "해당 프린터가 사용자의 계정에 연결되어 있지 않습니다. Ultimaker Digital Factory에 방문하여 연결을 설정하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "현재 클라우드 연결을 사용할 수 없습니다. 클라우드 프린터에 연결하려면 로그인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "현재 클라우드 연결을 사용할 수 없습니다. 사용자의 인터넷 연결을 확인하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5475,7 +5690,7 @@ msgstr "프린터 관리" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "검색" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5535,13 +5750,11 @@ msgstr "프린팅를 중단 하시겠습니까?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"일부 숨겨진 설정은 일반적인 계산 값과 다른 값을 사용합니다.\n" -"\n" -"이 설정을 표시하려면 클릭하십시오." +msgstr "일부 숨겨진 설정은 일반적인 계산 값과 다른 값을 사용합니다.\n\n이 설정을 표시하려면 클릭하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5581,7 +5794,9 @@ msgstr "설정 보기..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "영향을 미치는 모든 설정이 무효화되기 때문에 이 설정을 사용하지 않습니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5596,7 +5811,9 @@ msgstr "영향을 받다" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "이 설정은 항상 모든 익스트루더 사이에 공유됩니다. 여기서 변경하면 모든 익스트루더에 대한 값이 변경됩니다." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5610,26 +5827,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"이 설정에는 프로파일과 다른 값이 있습니다.\n" -"\n" -"프로파일 값을 복원하려면 클릭하십시오." +msgstr "이 설정에는 프로파일과 다른 값이 있습니다.\n\n프로파일 값을 복원하려면 클릭하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"이 설정은 일반적으로 계산되지만 현재는 절대 값이 설정되어 있습니다.\n" -"\n" -"계산 된 값을 복원하려면 클릭하십시오." +msgstr "이 설정은 일반적으로 계산되지만 현재는 절대 값이 설정되어 있습니다.\n\n계산 된 값을 복원하려면 클릭하십시오." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "6각" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5654,7 +5866,7 @@ msgstr "예상 남은 시간" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "온라인 문제 해결 표시" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5732,9 +5944,11 @@ msgid "Manage Materials..." msgstr "재료 관리..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "마켓플레이스에서 더 많은 재료 추가" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -5988,7 +6202,9 @@ msgstr "UFP 리더기" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "디지털 라이브러리와 연결하여 Cura에서 디지털 라이브러리를 통해 파일을 열고 저장할 수 있도록 합니다." #: DigitalLibrary/plugin.json @@ -6028,7 +6244,9 @@ msgstr "Ultimaker 네트워크 연결" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "가능한 프린팅 문제를 위해 모델 및 인쇄 구성을 확인하고 제안합니다." #: ModelChecker/plugin.json @@ -6039,7 +6257,7 @@ msgstr "모델 검사기" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "슬라이스된 레이어 데이터의 미리보기를 제공합니다." #: SimulationView/plugin.json msgctxt "name" @@ -6179,12 +6397,12 @@ msgstr "4.1에서 4.2로 버전 업그레이드" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Cura 4.13에서 Cura 5.0으로 구성을 업그레이드합니다." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "4.13에서 5.0으로 버전 업그레이드" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6438,7 +6656,8 @@ msgstr "후처리" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "특정 장소에서 서포트 프린팅을 막는 지우개 메쉬(eraser mesh)를 만듭니다" #: SupportEraser/plugin.json @@ -6468,7 +6687,9 @@ msgstr "엑스레이 뷰" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Ultimaker 기계에 대한 기계 작동 제공(예 : 침대 수평 조정 마법사, 업그레이드 선택 등)" #: UltimakerMachineActions/plugin.json @@ -6478,13 +6699,15 @@ msgstr "Ultimaker 기기 동작" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "응용 프로그램의 확장을 관리하고 Ultimaker 웹 사이트에서 확장을 검색할 수 있습니다." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "마켓플레이스" #: SolidView/plugin.json msgctxt "description" @@ -6508,7 +6731,9 @@ msgstr "G-코드 리더" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "기계 설정 (예 : 빌드 볼륨, 노즐 크기 등)을 변경하는 방법을 제공합니다." #: MachineSettingsAction/plugin.json @@ -6518,7 +6743,8 @@ msgstr "컴퓨터 설정 작업" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "G-코드를 수신하고 프린터로 보냅니다. 플러그인은 또한 펌웨어를 업데이트 할 수 있습니다." #: USBPrinting/plugin.json diff --git a/resources/i18n/ko_KR/fdmextruder.def.json.po b/resources/i18n/ko_KR/fdmextruder.def.json.po index 81b05d67d4..dcce2393eb 100644 --- a/resources/i18n/ko_KR/fdmextruder.def.json.po +++ b/resources/i18n/ko_KR/fdmextruder.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:01+0200\n" -"Last-Translator: Korean \n" -"Language-Team: Jinbum Kim , Korean \n" -"Language: ko_KR\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -54,7 +51,9 @@ msgstr "노즐 직경" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "노즐의 내경. 비표준 노즐 크기를 사용할 때, 이 설정을 변경하십시오." #: fdmextruder.def.json @@ -94,7 +93,9 @@ msgstr "익스트루더 시작 위치의 절대 값" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "익스트루더 시작 위치를 헤드의 마지막으로 알려진 위치에 상대적이 아닌 절대 위치로 만듭니다." #: fdmextruder.def.json @@ -134,7 +135,9 @@ msgstr "익스트루더 끝 절대 위치" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "익스트루더가 헤드의 마지막으로 알려진 위치에 상대값이 아닌 절대 위치로 끝나도록 하십시오." #: fdmextruder.def.json @@ -164,7 +167,9 @@ msgstr "익스트루더 프라임 Z 위치" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "프린팅이 시작될 때 노즐이 시작하는 위치의 Z 좌표입니다." #: fdmextruder.def.json @@ -174,7 +179,10 @@ msgstr "익스트루더 프린팅 냉각 팬" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." msgstr "이 익스트루더와 관련된 프린팅 냉각 팬의 개수. 각 익스트루더마다 다른 프린팅 냉각 팬이 있을 때만 기본값 0에서 변경하십시오." #: fdmextruder.def.json @@ -194,7 +202,9 @@ msgstr "익스트루더 프라임 X 위치" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "프린팅이 시작될 때 노즐이 시작하는 위치의 X 좌표." #: fdmextruder.def.json @@ -204,7 +214,9 @@ msgstr "익스트루더 프라임 Y 위치" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "프린팅이 시작될 때 노즐이 시작하는 위치의 Y 좌표." #: fdmextruder.def.json @@ -224,7 +236,9 @@ msgstr "직경" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "사용 된 필라멘트의 직경을 조정합니다. 이 값을 사용 필라멘트의 직경과 일치시킵니다." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index d42a5289ce..f74038475e 100644 --- a/resources/i18n/ko_KR/fdmprinter.def.json.po +++ b/resources/i18n/ko_KR/fdmprinter.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:02+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Korean , Jinbum Kim , Korean \n" -"Language: ko_KR\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -44,7 +41,9 @@ msgstr "기기 세부 설정 표시" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "별도의 json 파일에 설명된 기기의 다양한 세부 설정을 표시할지 여부." #: fdmprinter.def.json @@ -57,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"시작과 동시에형실행될 G 코드 명령어 \n" -"." +msgstr "시작과 동시에형실행될 G 코드 명령어 \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -71,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"맨 마지막에 실행될 G 코드 명령 \n" -"." +msgstr "맨 마지막에 실행될 G 코드 명령 \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -92,7 +87,9 @@ msgstr "직경" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "사용 된 필라멘트의 직경을 조정합니다. 이 값을 사용될 필라멘트의 직경과 일치시킵니다." #: fdmprinter.def.json @@ -102,7 +99,9 @@ msgstr "빌드 플레이트가 가열될 때까지 기다리십시오" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "시작 시, 빌드 플레이트가 가열될 때까지 대기하라는 명령을 삽입할지 여부." #: fdmprinter.def.json @@ -122,7 +121,10 @@ msgstr "재료의 온도 포함하기" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." msgstr "gcode의 시작 부분에 노즐 온도 명령을 포함할지 여부. start_gcode에 이미 노즐 온도 명령이 포함되어있을 때 Cura는 이 설정을 자동으로 비활성화 합니다." #: fdmprinter.def.json @@ -132,7 +134,10 @@ msgstr "빌드 플레이트 온도 포함" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." msgstr "gcode가 시작될 때 빌드 플레이트 온도 명령을 포함할지 여부. start_gcode에 빌드 플레이트 온도 명령이 이미 있으면 Cura는 이 설정을 자동으로 비활성화 합니다." #: fdmprinter.def.json @@ -172,7 +177,8 @@ msgstr "빌드 플레이트 모양" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "프린팅 할 수 없는 영역을 고려하지 않은 빌드 플레이트의 모양." #: fdmprinter.def.json @@ -232,7 +238,10 @@ msgstr "항상 활성 도구 쓰기" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." msgstr "임시 명령을 비활성 도구로 전송한 후 활성 도구를 작성하십시오. Smoothie 또는 모달 도구 명령어를 사용하는 다른 펌웨어를 사용해 프린팅하는 듀얼 압출기용 프린팅에 필요합니다." #: fdmprinter.def.json @@ -242,7 +251,9 @@ msgstr "센터 원점" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "프린터의 0 위치의 X/Y 좌표가 프린팅 가능 영역의 중앙에 있는지 여부." #: fdmprinter.def.json @@ -252,7 +263,9 @@ msgstr "익스트루더의 수" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "익스트루더의 수. 익스트루더는 피더, 보우 덴 튜브 및 노즐의 조합입니다." #: fdmprinter.def.json @@ -262,7 +275,8 @@ msgstr "활성화된 익스트루더의 수" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "사용 가능한 익스트루더 수; 소프트웨어로 자동 설정" #: fdmprinter.def.json @@ -282,7 +296,9 @@ msgstr "노즐 길이" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "노즐의 끝과 프린트 헤드의 가장 낮은 부분 사이의 높이 차이입니다." #: fdmprinter.def.json @@ -292,7 +308,9 @@ msgstr "노즐 각도" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "노즐 끝 바로 위의 수평면과 원뿔 부분 사이의 각도입니다." #: fdmprinter.def.json @@ -302,7 +320,9 @@ msgstr "가열 영역 길이" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "노즐의 열이 필라멘트로 전달되는 노즐의 끝에서부터의 거리." #: fdmprinter.def.json @@ -312,7 +332,9 @@ msgstr "노즐 온도 조절 활성화" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Cura에서 온도를 제어할지 여부. Cura 외부에서 노즐 온도를 제어하려면 이 기능을 끄십시오." #: fdmprinter.def.json @@ -322,7 +344,9 @@ msgstr "가열 속도" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "노즐이 가열되는 속도 (°C/s)는 일반적인 프린팅 온도와 대기 온도에서 평균을 냅니다." #: fdmprinter.def.json @@ -332,7 +356,9 @@ msgstr "냉각 속도" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "노즐이 냉각되는 속도 (°C/s)는 일반적인 프린팅 온도 및 대기 온도에서 평균을 냅니다." #: fdmprinter.def.json @@ -342,7 +368,10 @@ msgstr "최소 대기 시간" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." msgstr "노즐이 냉각되기 전에 익스트루더가 비활성이어야하는 최소 시간. 이 시간보다 오래 익스트루더를 사용하지 않을 경우에만 대기 온도로 냉각시킬 수 있습니다." #: fdmprinter.def.json @@ -407,7 +436,9 @@ msgstr "펌웨어 리트렉션" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "재료를 리트렉션하는 G1 명령어에서 E 속성을 사용하는 대신 펌웨어 리트렉션 명령어(G10/G11)를 사용할 지 여부." #: fdmprinter.def.json @@ -417,7 +448,9 @@ msgstr "압출기의 히터 공유" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "압출기가 자체 히터를 가지고 있지 않고 단일 히터를 공유하는지에 대한 여부." #: fdmprinter.def.json @@ -427,8 +460,16 @@ msgstr "익스트루더의 노즐 공유" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "익스트루더가 자체 노즐을 가지고 있지 않고 단일 노즐을 공유하는지에 대한 여부. True로 설정하면 프린터 시동 gcode 스크립트가 알려진 상호 호환 가능한 초기 수축 상태(0 또는 1개의 필라멘트가 수축되지 않음)에서 모든 익스트루더를 적절하게 설정해야 합니다. 이 경우 초기 수축 상태는 'machine_extruders_shared_nozzle_initial_retraction' 매개 변수에 의해 익스트루더마다 표시됩니다." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "익스트루더가 자체 노즐을 가지고 있지 않고 단일 노즐을 공유하는지에 대한 여부. True로 설정하면 프린터 시동 gcode 스크립트가 알려진 상호 호환 가능한 초기 수축 상태(0 또는 1개의 필라멘트가 수축되지 않음)에서 모든 익스트루더를 적절하게 설정해야 합니다. 이" +" 경우 초기 수축 상태는 'machine_extruders_shared_nozzle_initial_retraction' 매개 변수에 의해 익스트루더마다 표시됩니다." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -437,7 +478,11 @@ msgstr "공유된 노즐 초기 수축" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." msgstr "프린터 시작 gcode 스크립트가 완료될 때 공유된 노즐 끝에서 각 익스트루더의 필라멘트가 수축된 것으로 가정하는 정도입니다. 이 값은 노즐 덕트의 공통 부분의 길이와 같거나 커야 합니다." #: fdmprinter.def.json @@ -467,8 +512,11 @@ msgstr "머신 헤드 및 팬 폴리곤" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "프린트 헤드의 모양. 일반적으로 첫 번째 압출기의 위치인 프린트 헤드의 위치와 관련된 좌표입니다. 프린트 헤드의 왼쪽 및 앞쪽 치수는 음수 좌표여야 합니다." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -477,7 +525,9 @@ msgstr "갠트리 높이" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "노즐 끝과 갠트리 시스템 사이의 높이 차이 (X 및 Y 축)." #: fdmprinter.def.json @@ -497,7 +547,9 @@ msgstr "노즐 지름" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "노즐의 내경. 비표준 노즐 크기를 사용할 때 이 설정을 변경하십시오." #: fdmprinter.def.json @@ -507,7 +559,8 @@ msgstr "익스트루더로 오프셋" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "익스트루더 오프셋을 좌표계에 적용하십시오. 모든 익스트루더에 적용됩니다." #: fdmprinter.def.json @@ -517,7 +570,9 @@ msgstr "익스트루더 프라임 Z 포지션" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "프린팅가 시작될 때 노즐 위치의 Z 좌표입니다." #: fdmprinter.def.json @@ -527,7 +582,9 @@ msgstr "독립 익스트루더 프라임 포지션" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "익스투루더의 위치를 헤드의 마지막으로 알려진 위치에 상대위치가 아닌 절대 위치로 만듭니다." #: fdmprinter.def.json @@ -657,7 +714,9 @@ msgstr "밀리미터 당 스텝 수 (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "X 방향으로 1 밀리미터를 압출에 필요한 스텝 모터의 스텝 수." #: fdmprinter.def.json @@ -667,7 +726,9 @@ msgstr "밀리미터 당 스텝 수 (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Y 방향으로 1 밀리미터를 압출에 필요한 스텝 모터의 스텝 수." #: fdmprinter.def.json @@ -677,7 +738,9 @@ msgstr "밀리미터 당 스텝 수 (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Z 방향으로 1 밀리미터를 압출에 필요한 스텝 모터의 스텝 수." #: fdmprinter.def.json @@ -687,7 +750,9 @@ msgstr "밀리미터 당 스텝 수 (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "둘레를 따라 1밀리미터씩 피더 휠을 움직이는 스텝 모터의 스텝 수." #: fdmprinter.def.json @@ -697,7 +762,9 @@ msgstr "양의 방향 X 엔드 스톱" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "X 축의 엔드 스톱이 양의 방향 (높은 X 좌표) 또는 음의 (낮은 X 좌표)인지 여부." #: fdmprinter.def.json @@ -707,7 +774,9 @@ msgstr "양의 방향 Y 엔드 스톱" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Y 축의 엔드 스톱이 양의 방향 (높은 Y 좌표) 또는 음의 (낮은 Y 좌표)인지 여부." #: fdmprinter.def.json @@ -717,7 +786,9 @@ msgstr "양의 방향 Z 엔드 스톱" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Z 축의 엔드 스톱이 양의 방향 (높은 Z 좌표) 또는 음의 (낮은 Z 좌표)인지 여부." #: fdmprinter.def.json @@ -743,12 +814,12 @@ msgstr "피더에서 재료를 구동시키는 휠의 지름." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "팬 속도를 0-1로 조정" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "팬 속도를 0 ~ 256이 아니라 0 ~ 1로 조정합니다." #: fdmprinter.def.json msgctxt "resolution label" @@ -757,7 +828,9 @@ msgstr "품질" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "출력물의 해상도에 영향을 미치는 모든 설정. 이러한 설정은 품질 (및 프린팅 시간)에 큰 영향을 미칩니다." #: fdmprinter.def.json @@ -767,7 +840,9 @@ msgstr "층 높이" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." msgstr "각 층의 높이 (mm)입니다. 값이 클수록 해상도가 낮고 프린팅 속도가 빨라지며, 값이 작을수록 해상도가 높고 프린팅 속도가 느려집니다." #: fdmprinter.def.json @@ -777,7 +852,9 @@ msgstr "첫번째 레이어 높이" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "첫번째 레이어의 높이 (mm)입니다. 첫번째 레이어를 두껍게하면 빌드 플레이트에 쉽게 부착됩니다." #: fdmprinter.def.json @@ -787,7 +864,10 @@ msgstr "선의 두께" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." msgstr "한 줄의 두께. 일반적으로 각 라인의 너비는 노즐 폭과 일치해야합니다. 그러나 이 값을 약간 줄이면 더 나은 인쇄를 할 수 있습니다." #: fdmprinter.def.json @@ -807,7 +887,9 @@ msgstr "바깥 선 선폭" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "가장 바깥 쪽 벽 선의 너비. 이 값을 낮춤으로써 높은 수준의 디테일을 프린팅 할 수 있습니다." #: fdmprinter.def.json @@ -817,7 +899,8 @@ msgstr "내부 벽 선 너비" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "가장 바깥 쪽 벽 선을 제외한 모든 벽 선에 대해 단일 벽 선의 폭입니다." #: fdmprinter.def.json @@ -907,7 +990,9 @@ msgstr "초기 레이어 라인 폭" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "첫 번째 레이어의 라인 폭 승수입니다. 이것을 늘리면 베드 접착력을 향상시킬 수 있습니다." #: fdmprinter.def.json @@ -927,7 +1012,9 @@ msgstr "벽 익스트루더" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "벽을 프린팅하는 데 사용되는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -937,7 +1024,9 @@ msgstr "외벽 익스트루더" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "외벽 프린팅에 사용되는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -947,7 +1036,9 @@ msgstr "내벽 익스트루더" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "내벽 프린팅에 사용되는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -957,7 +1048,9 @@ msgstr "벽 두께" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "가로 방향의 벽 두께입니다. 이 값을 벽 선 너비로 나눈 값은 벽의 수 입니다." #: fdmprinter.def.json @@ -967,58 +1060,80 @@ msgstr "벽 라인의 수" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "벽의 수. 벽 두께로 계산할 때 이 값은 반올림됩니다." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "벽 전환 길이" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "부품이 얇아지면서 서로 다른 수의 벽 사이에서 전환될 때 벽 선을 분할하거나 결합하기 위해 일정 양의 공간이 할당됩니다." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "벽 배포 개수" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "중앙에서부터 계산되는 벽의 수로, 이를 통해 오차가 분산되어야 합니다. 값이 작다고 해서 외벽의 너비가 변경되지 않는 것은 아닙니다." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "벽 전환 임계각" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "짝수 벽과 홀수 벽 사이에 전환을 생성할 때입니다. 이 설정보다 더 큰 각도의 웨지 모양은 전환이 없으며 나머지 공간을 채우기 위해 벽이 중앙에 프린트되지는 않습니다. 이 설정을 줄이면 이러한 중앙 벽의 수와 길이가 줄어들지만, 간격이 생기거나 과잉 압출될 수 있습니다." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "벽 전환 필터 거리" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "서로 다른 수의 벽들 사이를 빠르게 연속적으로 왔다 갔다 하며 전환되는 경우에는 전환하지 마십시오. 이 거리보다 서로 더 가까운 경우에는 전환을 제거하십시오." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "벽 전환 필터 여백" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "하나의 여분 벽과 하나 더 적은 벽 사이를 왔다 갔다 하는 전환을 방지하십시오. 이 여백은 [최소 벽 선 너비 - 여백, 2 * 최소 벽 선 너비 + 여백]을 따르는 선 너비의 범위를 확장합니다. 이 여백을 늘리면 전환 횟수가 줄어들어, 압출 시작/중지 및 이동 시간이" +" 줄어듭니다. 그러나 선 너비 변동이 크면 압출 미달 또는 과잉 문제가 발생할 수 있습니다." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1027,7 +1142,9 @@ msgstr "외벽 이동 거리" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Z 층의 경계면을 더 잘 가리기 위해 바깥쪽 벽 뒤에 삽입되어 이동한 거리." #: fdmprinter.def.json @@ -1037,7 +1154,11 @@ msgstr "외벽 삽입" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." msgstr "외벽의 경로에 삽입이 적용됩니다. 외벽이 노즐보다 작고 내벽 다음에 프린팅 된 경우 이 옵셋을 사용하여 노즐의 구멍이 모델 외부가 아닌 내벽과 겹치도록하십시오." #: fdmprinter.def.json @@ -1047,28 +1168,38 @@ msgstr "벽면 프린팅 순서 명령 최적화" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "수축 및 이동 거리를 줄이도록 벽이 인쇄되는 순서를 최적화합니다. 대부분의 부품은 이 기능을 사용하면 도움이 되지만 실제로는 시간이 오래 걸릴 수 있으므로, 최적화 여부와 관계없이 인쇄 시간을 비교하십시오. 빌드 플레이트 접착 유형을 Brim으로 선택하는 경우 첫 번째 층이 최적화되지 않습니다." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "수축 및 이동 거리를 줄이도록 벽이 인쇄되는 순서를 최적화합니다. 대부분의 부품은 이 기능을 사용하면 도움이 되지만 실제로는 시간이 오래 걸릴 수 있으므로, 최적화 여부와 관계없이 인쇄 시간을 비교하십시오. 빌드 플레이트 접착 유형을 Brim으로 선택하는 경우 첫 번째" +" 층이 최적화되지 않습니다." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "벽 순서 지정" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "벽이 프린트되는 순서를 정의합니다. 이전에 외벽을 프린팅하면 내벽의 오류가 외부로 전파될 수 없으므로 치수 정확도가 향상됩니다. 그러나 나중에 프린팅하면 오버행(경사면)이 프린트될 때 더 잘 쌓일 수 있습니다." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "내부에서 외부로" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "외부에서 내부로" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1077,58 +1208,97 @@ msgstr "대체 여분 벽" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "다른 모든 레이어에 여분의 벽을 프린팅합니다. 이렇게하면 내부채움이 여분의 벽 사이에 끼어 더 강하게 프린팅됩니다." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "최소 벽 선 너비" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "노즐 크기의 1~2배 정도의 얇은 구조물의 경우 모델의 두께에 맞게 선 너비를 변경해야 합니다. 이 설정은 벽에 허용되는 최소 선 너비를 제어합니다. N개의 벽이 넓고 N+1개의 벽이 좁은 일부 형상 두께에서는 N개의 벽에서 N+1개의 벽으로 전환하기 때문에, 최소 선" +" 너비가 내재적으로 최대 선 너비를 결정합니다. 가장 넓을 가능성이 있는 벽 선은 최소 벽 선 너비의 두 배입니다." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "최소 짝수 벽 선 너비" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "일반 다각형 벽의 최소 선 너비 이 설정은 단일의 얇은 벽 선 프린팅에서 두 개의 벽 선 프린팅으로 전환하는 모델 두께를 결정합니다. 최소 짝수 벽 선 너비가 더 높을수록 최대 홀수 벽 선 너비가 높아집니다. 최대 짝수 벽 선 너비는 외벽 선 너비 + 0.5 * 최소 홀수" +" 벽 선 너비로 계산됩니다." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "중간 선 임계값 분할" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "일반적인 선 너비의 요인으로서 가장 작은 선 너비이며, 그 이상이면 중간 선(있는 경우)이 둘로 분할됩니다. 더 많고 얇은 선을 사용하려면 이 설정을 줄이십시오. 더 적고 넓은 선을 사용하려면 이 설정을 늘리십시오. 이 설정은 전체 모양이 벽으로 채워져야 하는 것처럼 적용된다는" +" 점을 유념하십시오. 따라서 실제로 채워져 있거나 벽 대신 (다른) 스킨이 3D 객체에 있더라도, 여기에서 중간은 모양의 두 바깥쪽 가장자리 사이에 있는 객체의 중간을 나타냅니다." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "최소 홀수 벽 선 너비" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "중간 선 간격 충전재 폴리라인 벽의 최소 선 너비 이 설정은 두 개의 벽 선을 프린팅 하는 것에서 두 개의 외벽 및 가운데의 단일 중앙 벽 프린팅으로 전환하는 모델 두께를 결정합니다. 최소 짝수 벽 선 너비가 더 높을수록 최대 홀수 벽 선 너비가 높아집니다. 최대 홀수" +" 벽 너비는 2 * 최소 짝수 벽 선 너비로 계산됩니다." #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "중간 선 임계값 추가" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "일반적인 선 너비의 요인으로서 가장 작은 선 너비이며, 그 이상이면 중간 선(아직 없는 경우)이 추가됩니다. 더 많고 얇은 선을 사용하려면 이 설정을 줄이십시오. 더 적고 넓은 선을 사용하려면 이 설정을 늘리십시오. 이 설정은 전체 모양이 벽으로 채워져야 하는 것처럼 적용된다는" +" 점을 유념하십시오. 따라서 실제로 채워져 있거나 벽 대신 (다른) 스킨이 3D 객체에 있더라도, 여기에서 중간은 모양의 두 바깥쪽 가장자리 사이에 있는 객체의 중간을 나타냅니다." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1137,28 +1307,37 @@ msgstr "얇은 벽 프린팅" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "노즐 크기보다 수평으로 더 얇은 모델 조각을 프린팅하십시오." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "최소 피처 크기" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "얇은 피처의 최소 두께 이 값보다 더 얇은 모델 피처는 프린트되지 않으며, 최소 피처 크기보다 더 두꺼운 피처는 최소 벽 선 너비로 넓어집니다." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "얇은 벽 선 최소 너비" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "모델의 (최소 피처 크기에 따라) 얇은 피처를 대체할 벽의 너비 최소 벽 선 너비가 피처의 두께보다 더 얇다면 벽은 피처 자체만큼 두꺼워집니다." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1167,7 +1346,10 @@ msgstr "수평 확장" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." msgstr "각 레이어의 모든 다각형에 적용된 오프셋의 양입니다. 양수 값은 아주 큰 구멍을 보완 할 수 있습니다. 음수 값은 아주 작은 구멍을 보완 할 수 있습니다." #: fdmprinter.def.json @@ -1177,7 +1359,10 @@ msgstr "첫번째 레이어 수평 확장" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." msgstr "첫 번째 레이어의 모든 다각형에 적용된 오프셋의 양입니다. 음수 값은 \"elephant's foot\"이라고 알려진 현상을 보완 할 수 있습니다." #: fdmprinter.def.json @@ -1187,7 +1372,9 @@ msgstr "구멍 수평 확장" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "각 레이어의 모든 구멍에 적용된 오프셋의 양. 양수 값은 구멍 크기를 증가시키며, 음수 값은 구멍 크기를 줄입니다." #: fdmprinter.def.json @@ -1197,8 +1384,14 @@ msgstr "Z Seam Alignment" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "레이어의 각 패스의 시작점입니다. 연속 레이어의 패스가 같은 지점에서 시작되면 세로 솔기가 출력물에 표시 될 수 있습니다. 사용자가 지정한 위치 근처에서 이들을 정렬 할 때 이음선을 제거하는 것이 가장 쉽습니다. 무작위로 배치 될 때 경로의 시작점은 눈에 잘 띄지 않습니다. 최단 경로를 취할 때 프린팅이 빨라집니다." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "레이어의 각 패스의 시작점입니다. 연속 레이어의 패스가 같은 지점에서 시작되면 세로 솔기가 출력물에 표시 될 수 있습니다. 사용자가 지정한 위치 근처에서 이들을 정렬 할 때 이음선을 제거하는 것이 가장 쉽습니다. 무작위로 배치 될 때 경로의 시작점은 눈에 잘 띄지 않습니다." +" 최단 경로를 취할 때 프린팅이 빨라집니다." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1277,7 +1470,9 @@ msgstr "Z 솔기 X" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "레이어에서 프린팅이 시작할 위치 근처의 X 좌표입니다." #: fdmprinter.def.json @@ -1287,7 +1482,9 @@ msgstr "Z 솔기 Y" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "레이어에서 프린팅이 시작할 위치 근처의 Y 좌표입니다." #: fdmprinter.def.json @@ -1297,8 +1494,16 @@ msgstr "솔기 코너 환경 설정" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "모델 외곽선의 모서리가 이음선의 위치에 영향을 주는지 여부를 제어합니다. 이것은 모서리가 이음선 위치에 영향을 미치지 않는다는 것을 의미하지 않습니다. 이음선 숨김은 이음선이 안쪽 모서리에서 발생할 가능성을 높입니다. 이음선 노출은 이음선이 외부 모서리에서 발생할 가능성을 높입니다. 이음선 숨김 또는 노출은 이음선이 내부나 외부 모서리에서 발생할 가능성을 높입니다. 스마트 숨김은 내외부 모서리 모두 가능하지만, 적절하다면 내부 모서리를 더욱 빈번하게 선택합니다." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "모델 외곽선의 모서리가 이음선의 위치에 영향을 주는지 여부를 제어합니다. 이것은 모서리가 이음선 위치에 영향을 미치지 않는다는 것을 의미하지 않습니다. 이음선 숨김은 이음선이 안쪽 모서리에서 발생할 가능성을 높입니다. 이음선 노출은 이음선이 외부 모서리에서 발생할 가능성을" +" 높입니다. 이음선 숨김 또는 노출은 이음선이 내부나 외부 모서리에서 발생할 가능성을 높입니다. 스마트 숨김은 내외부 모서리 모두 가능하지만, 적절하다면 내부 모서리를 더욱 빈번하게 선택합니다." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1332,7 +1537,10 @@ msgstr "상대적 Z 솔기" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." msgstr "활성화 된 경우 z 솔기 좌표는 각 부품의 중심을 기준으로합니다. 비활성화 된 경우 좌표는 빌드 플레이트의 절대 위치를 정의합니다." #: fdmprinter.def.json @@ -1352,7 +1560,9 @@ msgstr "상단 표면 익스트루더" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "익스트루더는 최상층을 프린팅하는 데 사용됩니다. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -1362,7 +1572,9 @@ msgstr "상단 표면 스킨 레이어" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "최상층의 스킨 층의 수. 일반적으로 고품질의 표면을 생성하기 위해 맨위의 레이어 하나만 있으면 충분합니다." #: fdmprinter.def.json @@ -1372,7 +1584,9 @@ msgstr "상단/하단 익스트루더" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "상단 및 하단 스킨 프린팅에 사용되는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -1382,7 +1596,9 @@ msgstr "상단/하단 두께" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "출력물의 상단/하단 레이어의 두께. 이 값을 레이어 높이로 나눈 값은 위쪽/아래쪽 레이어의 수 입니다." #: fdmprinter.def.json @@ -1392,7 +1608,9 @@ msgstr "상단 두께" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "출력물의 상단 레이어의 두께. 이 값을 레이어 높이로 나눈 값이 최상위 레이어 수 입니다." #: fdmprinter.def.json @@ -1402,7 +1620,9 @@ msgstr "상단 레이어" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "출력물의 상단 레이어의 수. 상단 두깨로 계산을 할때 이 값은 벽 두께로 계산할 때 이 값은 반올림됩니다." #: fdmprinter.def.json @@ -1412,7 +1632,9 @@ msgstr "바닥 두께" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "출력물의 아래쪽 레이어의 두께. 이 값을 레이어 높이로 나눈 값은 맨 아래 레이어의 수 입니다." #: fdmprinter.def.json @@ -1422,7 +1644,9 @@ msgstr "하단 레이어" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "아래층의 수. 바닥 두께로 계산을 할때 이 값은 벽 두께로 계산할 때 이 값은 반올림됩니다." #: fdmprinter.def.json @@ -1432,7 +1656,9 @@ msgstr "초기 하단 레이어" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." msgstr "빌드 플레이트에서 위를 향하는 초기 하단 레이어 수. 하단 두께로 계산할 경우, 이 값이 전체 값으로 반올림됩니다." #: fdmprinter.def.json @@ -1492,7 +1718,11 @@ msgstr "상단/하단 다각형 연결" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." msgstr "스킨 경로가 나란히 이어지는 상단/하단 스킨 경로를 연결합니다. 동심원 패턴의 경우 이 설정을 사용하면 이동 시간이 크게 감소하지만, 내부채움의 중간에 연결될 수 있기 때문에 이 기능은 상단 표면 품질을 저하시킬 수 있습니다." #: fdmprinter.def.json @@ -1502,7 +1732,10 @@ msgstr "단면 상단/하단 순서" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "한 방향으로 주변 라인들과 항상 겹치게 하기 위해 상단/하단 라인들을 배치하여 프린트하십시오. 이는 프린트하는 데 더 많은 시간이 소모되지만 평평한 면이 보다 일관적으로 보이게 합니다." #: fdmprinter.def.json @@ -1512,8 +1745,15 @@ msgstr "상단/하단 라인 길 방향" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "상단/하단 레이어가 선 또는 지그재그 패턴을 사용할 때 사용할 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록이고, 기본 각도(45도 및 135도)를 사용합니다." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "상단/하단 레이어가 선 또는 지그재그 패턴을 사용할 때 사용할 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은" +" 빈 목록이고, 기본 각도(45도 및 135도)를 사용합니다." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1522,8 +1762,14 @@ msgstr "Z 간격에 스킨 없음" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "모델의 몇 가지 레이어에만 수직 간격이 작을 경우 보통 좁은 공간의 본 레이어 주위에도 스킨이 있어야 합니다. 수직 간격이 매우 작을 경우 스킨을 생성하지 않도록 이 설정을 활성화합니다. 이렇게 하면 프린팅 시간과 슬라이싱 시간은 개선되지만 기술적으로 내부채움이 공기 중에 노출된 상태로 남게 됩니다." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "모델의 몇 가지 레이어에만 수직 간격이 작을 경우 보통 좁은 공간의 본 레이어 주위에도 스킨이 있어야 합니다. 수직 간격이 매우 작을 경우 스킨을 생성하지 않도록 이 설정을 활성화합니다. 이렇게 하면 프린팅 시간과 슬라이싱 시간은 개선되지만 기술적으로 내부채움이 공기 중에" +" 노출된 상태로 남게 됩니다." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1532,7 +1778,10 @@ msgstr "여분의 스킨 벽 수" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." msgstr "위쪽/아래쪽 패턴의 가장 바깥 쪽 부분을 여러 동심 선으로 바꿉니다. 하나 또는 두 개의 선을 사용하면 내부채움 재료로 시작하는 지붕면이 향상됩니다." #: fdmprinter.def.json @@ -1542,7 +1791,11 @@ msgstr "다림질 사용" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." msgstr "상단 표면을 한 번 더 이동하지만 재료를 아주 약간만 압출 성형합니다. 따라서 맨 위의 플라스틱이 녹아 부드러운 표면을 만듭니다. 노즐 챔버 내의 압력이 고압으로 유지되므로 표면상의 주름이 재료로 채워집니다." #: fdmprinter.def.json @@ -1552,7 +1805,9 @@ msgstr "최상위 레이어에 다림질" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "메쉬의 마지막 레이어에서만 다림질을 수행합니다. 이것은 낮은 레이어에서 매끄러운 표면 처리가 필요하지 않은 경우 시간을 절약 할 수 있습니다." #: fdmprinter.def.json @@ -1582,7 +1837,10 @@ msgstr "단면 다림질 순서" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "한 방향으로 주변 라인들과 항상 겹치게 하기 위해 다림질 라인들을 배치하여 프린트하십시오. 이는 프린트하는 데 더 많은 시간이 소모되지만 평평한 면이 보다 일관적으로 보이게 합니다." #: fdmprinter.def.json @@ -1602,7 +1860,11 @@ msgstr "다림질 압출량" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." msgstr "다림질하는 동안 기본 스킨 라인을 기준으로 한 재료의 압출량. 노즐을 가득 채우면 윗면의 틈새를 채울 수 있지만 표면에 과도한 압출과 필라멘트 덩어리가 생길 수 있습니다." #: fdmprinter.def.json @@ -1612,7 +1874,9 @@ msgstr "다림질 삽입" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "모델 브림에서 떨어서포트 않는 거리. 메쉬 브림까지 다림질하면 출력물의 브림가 고르지 않을 수 있습니다." #: fdmprinter.def.json @@ -1652,8 +1916,16 @@ msgstr "스킨 겹침 비율" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "벽과 스킨-센터라인(종점) 사이의 겹침 양을 스킨 라인과 가장 안쪽 벽의 라인 폭 비율로 조정하십시오. 약간의 겹침으로 벽이 스킨에 확실하게 연결될 수 있습니다. 동일한 스킨 및 벽 라인-폭을 고려할 때 비율이 50%가 넘는다면, 그 지점에서 스킨-익스트루더의 노즐 위치가 이미 벽 중앙을 지나 도달할 수 있기 때문에 이미 스킨이 벽을 지나치고 있을 수 있습니다." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "벽과 스킨-센터라인(종점) 사이의 겹침 양을 스킨 라인과 가장 안쪽 벽의 라인 폭 비율로 조정하십시오. 약간의 겹침으로 벽이 스킨에 확실하게 연결될 수 있습니다. 동일한 스킨 및 벽 라인-폭을 고려할 때 비율이 50%가 넘는다면, 그 지점에서 스킨-익스트루더의 노즐 위치가" +" 이미 벽 중앙을 지나 도달할 수 있기 때문에 이미 스킨이 벽을 지나치고 있을 수 있습니다." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1662,8 +1934,15 @@ msgstr "스킨 겹침" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "벽과 스킨-센터라인(종점) 사이의 겹침 양을 조정하십시오. 약간의 겹침으로 벽이 스킨에 확실하게 연결될 수 있습니다. 동일한 스킨 및 벽 라인-폭을 고려할 때 값이 벽 폭의 절반을 넘는다면, 그 지점에서 스킨-익스트루더의 노즐 위치가 이미 벽 중앙을 지나 도달할 수 있기 때문에 이미 스킨이 벽을 지나치고 있을 수 있습니다." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "벽과 스킨-센터라인(종점) 사이의 겹침 양을 조정하십시오. 약간의 겹침으로 벽이 스킨에 확실하게 연결될 수 있습니다. 동일한 스킨 및 벽 라인-폭을 고려할 때 값이 벽 폭의 절반을 넘는다면, 그 지점에서 스킨-익스트루더의 노즐 위치가 이미 벽 중앙을 지나 도달할 수 있기" +" 때문에 이미 스킨이 벽을 지나치고 있을 수 있습니다." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1672,7 +1951,11 @@ msgstr "스킨 제거 폭" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." msgstr "제거 할 외부스킨 영역의 가장 큰 너비. 이 값보다 작은 모든 스킨 영역은 사라집니다. 이렇게하면 모델의 경사면에서 위쪽 / 아래쪽 스킨을 프린팅하는 데 소요되는 시간과 재료의 양을 제한하는 데 도움이 됩니다." #: fdmprinter.def.json @@ -1682,7 +1965,11 @@ msgstr "상단 스킨 제거 폭" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." msgstr "제거 할 상단 스킨 영역의 가장 큰 너비. 이 값보다 작은 모든 스킨 영역은 사라집니다. 이렇게 하면 모델의 경사면에서 상단 스킨을 프린팅하는 데 소요되는 시간과 재료의 양을 제한하는 데 도움이됩니다." #: fdmprinter.def.json @@ -1692,7 +1979,11 @@ msgstr "밑면 스킨 제거 폭" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." msgstr "제거 할 바닥 스킨 영역의 최대 너비. 이 값보다 작은 모든 스킨 영역은 사라집니다. 이렇게하면 모델의 경사면에서 밑면 스킨을 프린팅하는 데 소요되는 시간과 재료의 양을 제한하는 데 도움이됩니다." #: fdmprinter.def.json @@ -1702,7 +1993,10 @@ msgstr "스킨 확장 거리" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." msgstr "스킨이 내부채움으로 확장되는 거리입니다. 값이 높을수록 스킨이 내부채움 패턴에 더 잘 부착되고 인접 레이어의 벽이 스킨에 잘 밀착됩니다. 값이 낮을수록 사용 될 재료의 양이 절약됩니다." #: fdmprinter.def.json @@ -1712,7 +2006,11 @@ msgstr "윗면 스킨 확장 거리" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." msgstr "상단 스킨의 거리가 내부채움으로 확장됩니다. 값이 높을수록 스킨이 내부채움 패턴에 더 잘 부착되며 위 레이어의 벽이 스킨에 잘 밀착됩니다. 값이 낮을수록 사용 된 재료의 양이 절약됩니다." #: fdmprinter.def.json @@ -1722,7 +2020,11 @@ msgstr "밑면 스킨 확장 거리" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." msgstr "바닥 스킨의 거리가 내부채움으로 확장됩니다. 값이 높을수록 스킨가 내부채움 패턴에 더 잘 붙어 스킨가 아래 층의 벽에 잘 밀착됩니다. 값이 낮을수록 사용 된 재료의 양이 절약됩니다." #: fdmprinter.def.json @@ -1732,8 +2034,15 @@ msgstr "확장을 위한 최대 스킨 각" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "이 설정보다 큰 각도로 객체의 상단 및 또는 하단 표면은 위쪽/아래쪽 스킨이 확장되지 않습니다. 이렇게하면 모델 표면이 수직 경사가 거의 없을 때 생성되는 좁은 스킨 영역을 확장하지 않아도됩니다. 0도의 각도는 수평이며 스킨의 확장을 유발하지 않고, 90도의 각도는 수직이며 모든 스킨의 확장을 유발합니다." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "이 설정보다 큰 각도로 객체의 상단 및 또는 하단 표면은 위쪽/아래쪽 스킨이 확장되지 않습니다. 이렇게하면 모델 표면이 수직 경사가 거의 없을 때 생성되는 좁은 스킨 영역을 확장하지 않아도됩니다. 0도의 각도는 수평이며 스킨의 확장을 유발하지 않고, 90도의 각도는 수직이며" +" 모든 스킨의 확장을 유발합니다." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1742,7 +2051,10 @@ msgstr "확장을 위한 최소 스킨 폭" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." msgstr "이보다 좁은 스킨 영역은 확장되지 않습니다. 이렇게하면 모델 표면이 수직에 가까운 기울기를 가질 때 생성되는 좁은 스킨 영역을 확장하지 않아도됩니다." #: fdmprinter.def.json @@ -1762,7 +2074,8 @@ msgstr "내부채움 익스트루더" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "내부채움용 프린팅에 사용되는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -1782,7 +2095,9 @@ msgstr "내부채움 선간 거리" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "프린팅 된 내부채움 선 사이의 거리. 이 설정은 내부채움 밀도 및 내부채움 선 너비로 계산됩니다." #: fdmprinter.def.json @@ -1792,8 +2107,16 @@ msgstr "내부채움 패턴" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "프린트 내부채움 재료의 패턴입니다. 선형과 지그재그형 내부채움이 서로 다른 레이어에서 방향을 바꾸므로 재료비가 절감됩니다. 격자, 삼각형, 트라이 헥사곤 (tri-hexagon), 큐빅, 옥텟 (octet), 쿼터 큐빅, 크로스, 동심원 패턴이 레이어마다 완전히 프린트됩니다. 자이로이드 (Gyroid), 큐빅, 쿼터 큐빅, 옥텟 (octet) 내부채움이 레이어마다 변경되므로 각 방향으로 힘이 더 균등하게 분산됩니다. 라이트닝 내부채움이 객체의 천장만 서포트하여 내부채움을 최소화합니다." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "프린트 내부채움 재료의 패턴입니다. 선형과 지그재그형 내부채움이 서로 다른 레이어에서 방향을 바꾸므로 재료비가 절감됩니다. 격자, 삼각형, 트라이 헥사곤 (tri-hexagon), 큐빅, 옥텟 (octet), 쿼터 큐빅, 크로스, 동심원 패턴이 레이어마다 완전히 프린트됩니다." +" 자이로이드 (Gyroid), 큐빅, 쿼터 큐빅, 옥텟 (octet) 내부채움이 레이어마다 변경되므로 각 방향으로 힘이 더 균등하게 분산됩니다. 라이트닝 내부채움이 객체의 천장만 서포트하여 내부채움을 최소화합니다." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1872,7 +2195,12 @@ msgstr "내부채움 선 연결" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." msgstr "내벽의 형태를 따라가는 선을 사용하여 내부채움 패턴과 내벽이 만나는 끝을 연결합니다. 이 설정을 사용하면 내부채움이 벽에 더 잘 붙게되어 내부채움이 수직면의 품질에 미치는 영향을 줄일 수 있습니다. 이 설정을 해제하면 사용되는 재료의 양이 줄어듭니다." #: fdmprinter.def.json @@ -1882,7 +2210,10 @@ msgstr "내부채움 다각형 연결" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." msgstr "스킨 경로가 나란히 이어지는 내부채움 경로를 연결합니다. 여러 개의 폐다각형으로 구성되는 내부채움 패턴의 경우 이 설정을 사용하면 이동 시간이 크게 감소합니다." #: fdmprinter.def.json @@ -1892,8 +2223,15 @@ msgstr "내부채움 선 방향" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "사용할 라인 방향 리스트. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트은 대괄호 안에 들어 있습니다. 기본값은 기본 각도 (선 및 지그재그 패턴의 경우 45 및 135도, 다른 모든 패턴의 경우 45도)를 사용하는 빈 리스트입니다." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "사용할 라인 방향 리스트. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트은 대괄호 안에 들어 있습니다. 기본값은 기본 각도 (선 및 지그재그 패턴의 경우 45 및 135도," +" 다른 모든 패턴의 경우 45도)를 사용하는 빈 리스트입니다." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1922,7 +2260,10 @@ msgstr "무작위 충전 시작" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." msgstr "가장 먼저 프린트되는 충전 선을 무작위로 결정합니다. 이렇게 하면 특정 세그먼트가 가장 강한 세그먼트가 되는 일이 없지만, 추가 이동이 발생하지 않게 됩니다." #: fdmprinter.def.json @@ -1932,7 +2273,10 @@ msgstr "내부채움 선 승수" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." msgstr "각 내부채움 선을 여러 개의 선으로 변환합니다. 추가되는 선은 다른 선을 교차하지 않고, 다른 선을 피해 변환됩니다. 내부채움을 빽빽하게 만들지만, 인쇄 및 재료 사용이 증가합니다." #: fdmprinter.def.json @@ -1943,11 +2287,14 @@ msgstr "여분의 내부채움 벽 수" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"내부채움 영역 주변에 여분의 벽을 추가합니다. 이러한 벽은 상단/하단 스킨 라인이 늘어지는 것을 줄여줄 수 있습니다. 일부 여분 재료를 사용해도 같은 품질을 유지하는 데 필요한 필요한 상단/하단 스킨 층이 감소한다는 의미입니다.\n" -"이 기능을 올바르게 구성하는 경우 내부채움 다각형 연결과 함께 사용해 이동 또는 리트랙션없이 모든 내부채움을 단일 돌출 경로에 연결할 수 있습니다." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "내부채움 영역 주변에 여분의 벽을 추가합니다. 이러한 벽은 상단/하단 스킨 라인이 늘어지는 것을 줄여줄 수 있습니다. 일부 여분 재료를 사용해도 같은 품질을 유지하는 데 필요한 필요한 상단/하단 스킨 층이 감소한다는 의미입니다.\n이 기능을 올바르게 구성하는 경우 내부채움" +" 다각형 연결과 함께 사용해 이동 또는 리트랙션없이 모든 내부채움을 단일 돌출 경로에 연결할 수 있습니다." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1956,7 +2303,11 @@ msgstr "입방 세분 쉘" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." msgstr "모델의 경계를 확인하기 위해 각 큐브의 중심에서 반경을 더하여 이 큐브를 세분화할지 여부를 결정합니다. 값이 클수록 모델의 경계 근처에 작은 큐브가 더 두껍게 나옵니다." #: fdmprinter.def.json @@ -1966,7 +2317,10 @@ msgstr "내부채움 오버랩 비율" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." msgstr "내부채움 라인 폭의 비율로 나타낸 내부채움재와 벽 사이의 오버랩 양. 약간의 오버랩으로 벽이 내부채움과 확실하게 연결됩니다." #: fdmprinter.def.json @@ -1976,7 +2330,9 @@ msgstr "내부채움 오버랩" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "내부채움과 벽 사이의 겹침 정도. 약간 겹치면 벽이 내부채움에 단단히 연결됩니다." #: fdmprinter.def.json @@ -1986,7 +2342,10 @@ msgstr "내부채움 거리" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." msgstr "각 내부채움 라인 다음에 삽입 된 이동 거리. 내부채움 스틱을 벽에 더 잘 붙게 합니다. 이 옵션은 내부채움 겹침과 유사하지만 압출이 없고 충전 선의 한쪽 끝에서만 사용됩니다." #: fdmprinter.def.json @@ -1996,7 +2355,9 @@ msgstr "내부채움 층 두께" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "내부채움물 층의 두께. 이 값은 항상 레이어 높이의 배수이어야 하며 반올림됩니다." #: fdmprinter.def.json @@ -2006,7 +2367,10 @@ msgstr "점진적인 내부채움 단계" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." msgstr "상단면 아래로 갈 때 내부채움 밀도를 반으로 줄이는 횟수입니다. 상단면에 더 가까운 영역은 내부채움율 농도가 더 높은 밀도를 갖습니다." #: fdmprinter.def.json @@ -2016,7 +2380,8 @@ msgstr "점진적인 내부채움 단계 높이" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "밀도의 절반으로 전환하기 전에 주어진 밀도에서 내부채움의 높이." #: fdmprinter.def.json @@ -2026,7 +2391,11 @@ msgstr "벽 앞에 내부채움" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." msgstr "벽을 프린팅하기 전에 내부채움물을 프린팅하기. 벽을 먼저 프린팅하면 벽이 더 정확해질 수 있지만 겹침으로 프린팅이 매끄럽지 않습니다. 내부채움을 먼저 프린팅하면 더 튼튼한 벽이 생기지만 내부채움 패턴이 때로 표면을 통해 보일 수 있습니다." #: fdmprinter.def.json @@ -2046,7 +2415,10 @@ msgstr "충진물 지지대" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." msgstr "모델 상단이 지지가 되어야 하는 경우에만 충진물 구조를 인쇄합니다. 이 기능을 사용하면 인쇄 시간 및 재료 사용이 감소하지만, 개체 강도가 균일하지 않습니다." #: fdmprinter.def.json @@ -2056,7 +2428,10 @@ msgstr "충진물 오버행 각도" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." msgstr "충진물이 추가되는 내부 오버행의 최소 각도. 0°에서는 개체가 충진물로 완전히 채워지지만, 90°에서는 충진물이 공급되지 않습니다." #: fdmprinter.def.json @@ -2086,7 +2461,9 @@ msgstr "라이트닝 내부채움 서포트 각도" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "라이트닝 내부채움 레이어가 그 위에 있는 것을 서포트해야 할 부분을 결정합니다. 레이어 두께가 주어진 각도로 측정됩니다." #: fdmprinter.def.json @@ -2096,7 +2473,9 @@ msgstr "라이트닝 내부채움 오버행 각도" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "라이트닝 내부채움 레이어가 레이어 위에 있는 모델을 서포트해야 할 부분을 결정합니다. 두께가 주어진 각도로 측정됩니다." #: fdmprinter.def.json @@ -2106,7 +2485,9 @@ msgstr "라이트닝 내부채움 가지치기 각도" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "내부채움 선의 종점이 재료를 절약하기 위해 단축됩니다. 이 설정은 해당 선의 종점에 대한 오버행(경사면)의 각도입니다." #: fdmprinter.def.json @@ -2116,7 +2497,9 @@ msgstr "라이트닝 내부채움 정리 각도" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "내부채움 선이 인쇄 시간을 절약하기 위해 정리됩니다. 이는 내부채움 선 길이 전체에 허용되는 오버행(경사면)의 최대 각도입니다." #: fdmprinter.def.json @@ -2136,7 +2519,10 @@ msgstr "기본 프린팅 온도" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" msgstr "프린팅에 사용되는 기본 온도입니다. 이것은 재료의 \"기본\"온도 이여야 합니다. 다른 모든 프린팅 온도는 이 값을 기준으로 오프셋을 사용해야합니다" #: fdmprinter.def.json @@ -2146,7 +2532,9 @@ msgstr "빌드 볼륨 온도" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "프린팅되는 환경의 온도입니다. 이 값이 0인 경우 빌드 볼륨 온도는 조정되지 않습니다." #: fdmprinter.def.json @@ -2166,7 +2554,9 @@ msgstr "첫번째 레이어의 프린팅 온도" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "첫 번째 레이어에 프린팅에 사용되는 온도입니다. 초기 레이어의 특수 처리를 사용하지 않으려면 0으로 설정합니다." #: fdmprinter.def.json @@ -2176,7 +2566,9 @@ msgstr "초기 프린팅 온도" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "프린팅이 시작될 수 있는 프린팅 온도까지 가열하는 동안의 최소 온도." #: fdmprinter.def.json @@ -2186,7 +2578,9 @@ msgstr "최종 프린팅 온도" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "프린팅 종료 직전에 냉각이 시작될 온도입니다." #: fdmprinter.def.json @@ -2196,7 +2590,9 @@ msgstr "압출 냉각 속도 조절기" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." msgstr "압출하는 동안 노즐이 냉각되는 추가적인 속도. 압출하는 동안 가열 될 때 상실되는 열 상승 속도를 나타 내기 위해 동일한 값이 사용됩니다." #: fdmprinter.def.json @@ -2206,7 +2602,10 @@ msgstr "기본 빌드 플레이트 온도" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" msgstr "히팅 빌드 플레이트에 사용되는 기본 온도입니다. 이것은 재료의 \"기본\"온도입니다. 다른 모든 프린팅 온도는 이 값을 기준으로 오프셋을 사용해야합니다" #: fdmprinter.def.json @@ -2216,7 +2615,9 @@ msgstr "빌드 플레이트 온도" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "내열 빌드 플레이트용으로 사용된 온도 0인 경우 빌드 플레이트가 가열되지 않습니다." #: fdmprinter.def.json @@ -2226,7 +2627,9 @@ msgstr "초기 레이어의 빌드 플레이트 온도" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "첫 번째 레이어에서 내열 빌드 플레이트에 사용되는 온도. 0인 경우, 빌드 플레이트가 첫 번째 레이어에서 가열되지 않습니다." #: fdmprinter.def.json @@ -2256,28 +2659,34 @@ msgstr "확장 배율 수축 보상" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "냉각됨에 따라 재료 수축을 보상하기 위해 모델이 이 배율로 확장됩니다." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "수평 확장 배율 수축 보정" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "냉각됨에 따라 재료의 수축을 보정하기 위해 모델이 이 배율로 XY 방향으로(수평으로) 확장됩니다." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "수직 확장 배율 수축 보정" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "냉각됨에 따라 재료 수축을 보정하기 위해 모델이 이 배율로 Z 방향으로(수직으로) 확장됩니다." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2286,7 +2695,10 @@ msgstr "결정형 소재" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "이 소재는 가열 시 깔끔하게 분리되는 유형(결정형)입니까? 아니면 길게 얽힌 폴리머 체인을 생성하는 유형(비결정형)입니까?" #: fdmprinter.def.json @@ -2306,7 +2718,9 @@ msgstr "흐름 방지 리트랙션 속도" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "흐름을 방지하기 위해 필라멘트 스위치 중 소재가 후퇴해야 하는 속도입니다." #: fdmprinter.def.json @@ -2326,7 +2740,9 @@ msgstr "파단 준비 리트랙션 속도" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "리트랙션 시 파단되기 직전까지 필라멘트가 후퇴해야 하는 속도입니다." #: fdmprinter.def.json @@ -2336,7 +2752,9 @@ msgstr "준비 온도 파단" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "재료를 퍼지하는 데 사용하는 온도는 가능한 한 가장 높은 프린팅 온도와 대략 같아야 합니다." #: fdmprinter.def.json @@ -2356,7 +2774,8 @@ msgstr "파단 리트랙션 속도" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "필라멘트가 깔끔하게 파단되기 위해 후퇴해야 하는 속도입니다." #: fdmprinter.def.json @@ -2386,7 +2805,9 @@ msgstr "수평 퍼지 길이" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "다른 재료로 전환할 때 (필라멘트를 지나며) 노즐에서 이전 재료를 퍼지하기 위해 사용하는 재료 양." #: fdmprinter.def.json @@ -2396,7 +2817,9 @@ msgstr "필라멘트 끝의 퍼지 속도" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "빈 스풀을 동일한 재료의 새로운 스풀로 교체한 후 재료를 압출하는 속도." #: fdmprinter.def.json @@ -2406,7 +2829,10 @@ msgstr "필라멘트 끝의 퍼지 길이" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." msgstr "빈 스풀을 동일한 재료의 새로운 스풀로 교체할 때 (필라멘트를 지나며) 노즐에서 이전 재료를 퍼지하기 위해 사용하는 재료 양." #: fdmprinter.def.json @@ -2426,7 +2852,10 @@ msgstr "로드 이동 요인 없음" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." msgstr "피더와 노즐 챔버 사이에 필라멘트가 압축되는 양을 나타내는 요소, 필라멘트 전환을 위해 재료를 움직이는 범위를 결정하는 데 사용됨." #: fdmprinter.def.json @@ -2436,7 +2865,9 @@ msgstr "공급량" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "압출량 보상: 압출 된 재료의 양에 이 값을 곱합니다." #: fdmprinter.def.json @@ -2466,7 +2897,8 @@ msgstr "내벽 압출량" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "가장 외측 벽을 제외한 모든 벽 라인의 압출 보상입니다." #: fdmprinter.def.json @@ -2566,7 +2998,9 @@ msgstr "첫번째 레이어 압출량" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "첫번째 레이어에 대한 압출량 보상: 압출 된 재료의 양에 이 값을 곱합니다." #: fdmprinter.def.json @@ -2576,7 +3010,9 @@ msgstr "대기 온도" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "다른 노즐이 현재 프린팅에 사용될 경우 노즐 온도." #: fdmprinter.def.json @@ -2626,7 +3062,11 @@ msgstr "외벽 속도" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." msgstr "가장 바깥 쪽 벽이 프린팅되는 속도입니다. 외벽을 더 낮은 속도로 프린팅하면 최종 스킨 품질이 향상됩니다. 그러나 내벽 속도와 외벽 속도 사이에 큰 차이가있을 경우 부정적인 방식으로 품질에 영향을 미칩니다." #: fdmprinter.def.json @@ -2636,7 +3076,10 @@ msgstr "내벽 속도" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." msgstr "모든 내부 벽이 프린팅되는 속도입니다. 내벽을 외벽보다 빠르게 프린팅하면 프린팅 시간이 단축됩니다. 외벽 속도와 충전 속도 사이에서 이것을 설정하는 것이 효과적입니다." #: fdmprinter.def.json @@ -2666,7 +3109,10 @@ msgstr "서포트 속도" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." msgstr "서포트 구조가 프린팅되는 속도입니다. 서포트를 고속으로 프린팅하면 프린팅 시간을 크게 단축시킵니다. 서포트 구조체의 표면 품질은 프린팅 후에 제거되므로 중요하지 않습니다." #: fdmprinter.def.json @@ -2676,7 +3122,9 @@ msgstr "서포트 내부채움 속도" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "서포트의 내부채움이 프린팅되는 속도. 내부채움을 저속으로 프린팅하면 안정성이 향상됩니다." #: fdmprinter.def.json @@ -2686,7 +3134,9 @@ msgstr "서포트 인터페이스 속도" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "서포트의 지붕과 바닥이 프린팅되는 속도. 프린팅 속도를 느리게하면 오버행 품질이 향상 될 수 있습니다." #: fdmprinter.def.json @@ -2696,7 +3146,9 @@ msgstr "서포트 상단 속도" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "서포트의 지붕이 프린팅되는 속도입니다. 프린팅 속도를 느리게하면 오버행 품질이 향상 될 수 있습니다." #: fdmprinter.def.json @@ -2706,7 +3158,9 @@ msgstr "서포트 바닥 속도" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "서포트 바닥 프린팅 속도. 더 낮은 속도로 프린팅하면 모델 상단의 서포트력이 향상됩니다." #: fdmprinter.def.json @@ -2716,7 +3170,10 @@ msgstr "프라임 타워 속도" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." msgstr "프라임 타워가 프린팅되는 속도. 프라임 타워를 더 천천히 프린팅하면 다른 필라멘트 사이의 접착을 더 안정적으로 만들 수 있습니다." #: fdmprinter.def.json @@ -2736,7 +3193,10 @@ msgstr "초기 레이어 속도" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." msgstr "초기 레이어의 속도입니다. 빌드 플레이트에 대한 접착력을 향상시키려면 낮은 값을 권장합니다. 브림과 래프트 같은 빌드 플레이트 접착 구조 자체에 영향을 미치지 않습니다." #: fdmprinter.def.json @@ -2746,7 +3206,9 @@ msgstr "초기 레이어 프린팅 속도" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "초기 레이어의 프린팅 속도입니다. 빌드 플레이트에 대한 접착력을 향상 시키려면 낮은 값을 권합니다." #: fdmprinter.def.json @@ -2756,7 +3218,11 @@ msgstr "초기 레이어 이동 속도" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." msgstr "이동 속도는 초기 레이어에서 이동합니다. 이전에 프린팅 된 부품을 빌드 플레이트에서 떨어지는 것을 방지하려면 더 낮은 값을 권합니다. 이 설정의 값은 이동 속도와 프린팅 속도 사이의 비율로부터 자동으로 계산 될 수 있습니다." #: fdmprinter.def.json @@ -2766,7 +3232,10 @@ msgstr "스커트/브림 속도" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." msgstr "스커트와 브림이 프린팅되는 속도입니다. 일반적으로 이것은 초기 레이어 속도에서 수행되지만 때로는 스커트나 브림을 다른 속도로 프린팅하려고 할 수 있습니다." #: fdmprinter.def.json @@ -2776,7 +3245,10 @@ msgstr "Z 홉 속도" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." msgstr "Z 홉을 위해 수직 Z 이동이 이루어지는 속도입니다. 빌드 플레이트 또는 기기의 갠트리를 움직이기가 더 어렵기 때문에 프린트 속도보다 낮은 것이 일반적입니다." #: fdmprinter.def.json @@ -2786,18 +3258,28 @@ msgstr "느리게 프린팅할 레이어의 수" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." msgstr "처음 몇 개의 레이어는 모델의 나머지 부분보다 느리게 프린팅되어 빌드 플레이트에 대한보다 나은 접착력을 얻고 출력물의 전체 성공률을 향상시킵니다. 속도는 이 층 위로 점진적으로 증가합니다." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "흐름 균일화 비율" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "속도에 대한 압출 너비 기준 보정 계수. 0%에서는 이동 속도가 프린팅 속도로 일정하게 유지됩니다. 100%에서는 흐름(단위: mm³/s)이 일정하게 유지되도록 이동 속도가 조정됩니다. 즉 일반적인 선 너비의 절반인 선은 두 배로 빠르게 프린팅되고 너비가 두 배인 선은" +" 절반 속도로 프린팅됩니다. 100%보다 큰 값은 넓은 선을 압출하기 위해 요구되는 더 높은 압력을 보정하는 데 도움이 될 수 있습니다." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2806,7 +3288,9 @@ msgstr "가속 제어 활성화" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "프린트 헤드 가속도를 활성화 합니다. 가속도를 높이면 프린팅 품질을 저하시키지만 프린팅 시간을 줄일 수 있습니다." #: fdmprinter.def.json @@ -2906,7 +3390,9 @@ msgstr "서포트 인터페이스 가속도" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "서포트의 지붕과 바닥이 프린팅되는 가속도. 낮은 가속도로 프린팅하면 오버행 품질이 향상 될 수 있습니다." #: fdmprinter.def.json @@ -2916,7 +3402,9 @@ msgstr "서포트 상단 가속도" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "서포트의 지붕이 프린팅되는 가속도. 낮은 가속도로 프린팅하면 오버행 품질이 향상 될 수 있습니다." #: fdmprinter.def.json @@ -2926,7 +3414,9 @@ msgstr "서포트 바닥 가속도" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." msgstr "지면의 가속도가 프린팅됩니다. 보다 낮은 가속도로 프린팅하면 모델 상단에 서포트력을 향상시킬 수 있습니다." #: fdmprinter.def.json @@ -2986,7 +3476,10 @@ msgstr "Skirt/Brim 가속도" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." msgstr "스커트와 브림이 프린팅되는 가속도. 일반적으로 이것은 초기 레이어 가속으로 이루어 서포트만 때로는 스커트나 브림을 다른 가속으로 프린팅 할 수 있습니다." #: fdmprinter.def.json @@ -2996,7 +3489,10 @@ msgstr "Jerk 컨트롤 사용" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." msgstr "X 또는 Y 축의 속도가 변경 될 때 프린트 헤드의 속도를 조정할 수 있습니다. Jerk를 높이면 프린팅 품질을 저하시키면서 프린팅 시간을 줄일 수 있습니다." #: fdmprinter.def.json @@ -3026,7 +3522,8 @@ msgstr "벽 Jerk" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "벽이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3036,7 +3533,9 @@ msgstr "외벽 Jerk" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "가장 바깥 쪽 벽이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3046,7 +3545,9 @@ msgstr "내벽 Jerk" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "모든 내부 벽이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3056,7 +3557,9 @@ msgstr "스킨 표면 Jerk" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "상단 표면 스킨 층이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3066,7 +3569,9 @@ msgstr "위/아래 Jerk" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "상단 / 하단 레이어가 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3076,7 +3581,9 @@ msgstr "서포트 Jerk" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "서포트 구조가 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3086,7 +3593,9 @@ msgstr "서포트 내부채움 Jerk" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "서포트가 채워지는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3096,7 +3605,9 @@ msgstr "서포트 인터페이스 Jerk" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "서포트의 지붕과 바닥이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3106,7 +3617,9 @@ msgstr "서포트 위 Jerk" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "서포트의 지붕이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3116,7 +3629,9 @@ msgstr "서포트 바닥 Jerk" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "서포트의 바닥이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3126,7 +3641,9 @@ msgstr "프라임 타워 Jerk" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "프라임 타워가 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3136,7 +3653,8 @@ msgstr "이동 Jerk" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "헤드가 이동하는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3156,7 +3674,9 @@ msgstr "초기 레이어 프린팅 Jerk" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "초기 층의 프린팅 중 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3176,7 +3696,9 @@ msgstr "Skirt/Brim Jerk" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "스커트와 브림이 프린팅되는 최대 순간 속도 변화." #: fdmprinter.def.json @@ -3226,7 +3748,9 @@ msgstr "리트렉션 속도" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "리트렉션 속도입니다." #: fdmprinter.def.json @@ -3256,7 +3780,9 @@ msgstr "추가적인 리트렉션 정도" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "이동중에 재료가 새어나올 수 있습니다. 이 재료는 여기에서 보상될 수 있습니다." #: fdmprinter.def.json @@ -3266,7 +3792,9 @@ msgstr "리트렉션 최소 이동" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "리트렉션이 가능하기 위해 필요한 최소한의 이동 거리. 작은 영역에서 더 적은 리트렉션이 가능합니다." #: fdmprinter.def.json @@ -3276,7 +3804,11 @@ msgstr "최대 리트렉션 수" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." msgstr "이 설정은 최소 압출 거리에서 발생하는 리트렉션 수를 제한합니다. 이 거리내에서 더 이상의 리트렉션은 무시됩니다. 이렇게 하면 필라멘트를 평평하게하고 갈리는 문제를 일으킬 수 있으므로 동일한 필라멘트에서 반복적으로 리트렉션하지 않습니다." #: fdmprinter.def.json @@ -3286,7 +3818,11 @@ msgstr "최소 압출 영역" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." msgstr "최대 리트렉션 횟수가 시행되는 영역 입니다. 이 값은 수축 거리와 거의 같아야 하므로 같은 수축 패치가 통과하는 횟수가 효과적으로 제한됩니다." #: fdmprinter.def.json @@ -3296,7 +3832,10 @@ msgstr "지지대 후퇴 제한" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." msgstr "직선으로 지지대 사이를 이동하는 경우 리트랙션은 생략합니다. 이 설정을 사용하면 프린팅 시간은 절약할 수 있지만, 지지대 구조물 내에 스트링이 과도하게 증가할 수 있습니다." #: fdmprinter.def.json @@ -3306,8 +3845,14 @@ msgstr "Combing 모드" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Combing은 이동할 때 이미 인쇄 된 영역 내에 노즐을 유지합니다. 이로 인해 이동이 약간 더 길어 지지만 리트렉션의 필요성은 줄어듭니다. Combing이 꺼져 있으면 재료가 후퇴하고 노즐이 직선으로 다음 점으로 이동합니다. 또한 상단/하단 스킨 영역을 Combing하거나 내부채움 내에서만 빗질하는 것을 피할 수 있습니다." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Combing은 이동할 때 이미 인쇄 된 영역 내에 노즐을 유지합니다. 이로 인해 이동이 약간 더 길어 지지만 리트렉션의 필요성은 줄어듭니다. Combing이 꺼져 있으면 재료가 후퇴하고 노즐이 직선으로 다음 점으로 이동합니다. 또한 상단/하단 스킨 영역을 Combing하거나" +" 내부채움 내에서만 빗질하는 것을 피할 수 있습니다." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3341,7 +3886,10 @@ msgstr "수축이 없을 때 최대 빗질 거리" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." msgstr "0보다 큰 경우 이 거리보다 긴 combing travel은 retraction을 사용합니다. 0으로 설정한 경우 최댓값이 없으며 combing travel은 retraction을 사용하지 않습니다." #: fdmprinter.def.json @@ -3361,7 +3909,9 @@ msgstr "움직일 때 프린팅한 부분을 피하기" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "노즐은 이동 할 때 이미 프린팅 된 부분을 피합니다. 이 옵션은 combing이 활성화 된 경우에만 사용할 수 있습니다." #: fdmprinter.def.json @@ -3371,7 +3921,9 @@ msgstr "이동하는 경우 지지대 피함" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "노즐은 이동하는 경우 이미 인쇄된 지지대를 피합니다. 빗질을 사용하는 경우에만 사용할 수 있는 옵션입니다." #: fdmprinter.def.json @@ -3381,7 +3933,9 @@ msgstr "이동중 피하는 거리" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "이동 중 출력물을 피할 때 노즐과 이미 프린팅 된 부분 사이의 거리." #: fdmprinter.def.json @@ -3391,7 +3945,9 @@ msgstr "레이어 시작 X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "각 레이어의 프린팅를 시작할 부분을 찾을 위치 근처의 X 좌표입니다." #: fdmprinter.def.json @@ -3401,7 +3957,9 @@ msgstr "레이어 시작 Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "각 레이어 프린팅를 시작할 부분을 찾을 위치 근처의 위치에 대한 Y 좌표입니다." #: fdmprinter.def.json @@ -3411,7 +3969,11 @@ msgstr "리트렉션했을 때의 Z Hop" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." msgstr "리트렉션이 일어날 때마다 빌드 플레이트가 낮아져 노즐과 출력물 사이에 여유 공간이 생깁니다. 이동 중에 노즐이 출력물에 부딪치지 않도록 합니다." #: fdmprinter.def.json @@ -3421,7 +3983,9 @@ msgstr "프린팅 된 부분에만 Z Hop" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." msgstr "이동 시, 수평 이동으로 피할 수없는 출력물 위로 이동할 때만 Z 홉을 수행하십시오." #: fdmprinter.def.json @@ -3441,7 +4005,10 @@ msgstr "익스트루더 스위치 후 Z 홉" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." msgstr "기기가 하나의 익스트루더에서 다른 익스트루더로 전환 된 후, 빌드 플레이트가 내려가 노즐과 출력물 사이에 간격이 생깁니다. 이렇게 하면 프린트 물 바깥쪽에서 노즐로 부터 필라멘트가 흐르는 것을 방지합니다." #: fdmprinter.def.json @@ -3471,7 +4038,9 @@ msgstr "프린팅 냉각 사용" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "프린팅 중에 프린팅 냉각 팬을 활성화합니다. 팬은 짧은 레이어 시간 및 브리징 / 오버행으로 레이어의 프린팅 품질을 향상시킵니다." #: fdmprinter.def.json @@ -3491,7 +4060,10 @@ msgstr "표준 팬 속도" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." msgstr "팬이 임계 값에 도달하기 전에 회전하는 속도입니다. 레이어가 임계값보다 빠르게 프린팅되면 팬 속도가 최대 팬 속도쪽으로 점차 기울어집니다." #: fdmprinter.def.json @@ -3501,7 +4073,10 @@ msgstr "최대 팬 속도" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." msgstr "최소 레이어 시간에 팬이 회전하는 속도입니다. 임계 값에 도달하면 표준 팬 속도와 최대 팬 속도 사이에서 팬 속도가 서서히 증가합니다." #: fdmprinter.def.json @@ -3511,7 +4086,11 @@ msgstr "표준/최대 팬 속도 임계 값" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." msgstr "표준 팬 속도와 최대 팬 속도 사이의 임계 값을 설정하는 레이어 시간입니다. 이 시간보다 느리게 프린팅되는 레이어는 표준 팬 속도를 사용합니다. 빠른 레이어의 경우 팬 속도가 최대 팬 속도쪽으로 점차 증가합니다." #: fdmprinter.def.json @@ -3521,7 +4100,10 @@ msgstr "초기 팬 속도" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." msgstr "프린팅 시작시 팬이 회전하는 속도입니다. 후속 레이어에서는 팬 속도가 높이의 표준 팬 속도에 해당하는 레이어까지 점차 증가합니다." #: fdmprinter.def.json @@ -3531,7 +4113,10 @@ msgstr "표준 팬 속도시의 높이" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." msgstr "표준 팬 속도로 팬이 회전하는 높이입니다. 이 높이의 아래 레이어에서 팬 속도는 초기 팬 속도에서 표준 팬 속도로 점차 증가합니다." #: fdmprinter.def.json @@ -3541,7 +4126,9 @@ msgstr "표준 팬 속도시의 레이어" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." msgstr "팬이 표준 팬 속도로 회전하는 레이어입니다. 표준 팬 속도시의 높이가 설정이 되어있으면, 이 값이 계산되고 정수로 반올림됩니다." #: fdmprinter.def.json @@ -3551,8 +4138,14 @@ msgstr "최소 레이어 시간" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "레이어에 소요 된 최소 시간입니다. 이렇게 하면 프린터가 한 레이어에서 여기에 설정된 시간을 소비하게됩니다. 이렇게하면 다음 레이어를 프린팅하기 전에 출력물을 적절히 냉각시킬 수 있습니다. 리프트 헤드가 비활성화되고 최소 속도가 위반되는 경우 레이어가 최소 레이어 시간보다 짧게 걸릴 수 있습니다." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "레이어에 소요 된 최소 시간입니다. 이렇게 하면 프린터가 한 레이어에서 여기에 설정된 시간을 소비하게됩니다. 이렇게하면 다음 레이어를 프린팅하기 전에 출력물을 적절히 냉각시킬 수 있습니다. 리프트 헤드가 비활성화되고 최소 속도가 위반되는 경우 레이어가 최소 레이어 시간보다" +" 짧게 걸릴 수 있습니다." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3561,7 +4154,10 @@ msgstr "최저 속도" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." msgstr "최소 프린팅 속도. 프린터의 속도가 너무 느려지면 노즐의 압력이 너무 낮아 프린팅 품질이 나빠질 수 있습니다." #: fdmprinter.def.json @@ -3571,7 +4167,10 @@ msgstr "리프트 헤드" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." msgstr "최소 레이어 시간으로 인해 최소 속도에 도달하면 헤드를 출력물에서 들어 올려 최소 레이어 시간에 도달 할 때까지 시간을 기다립니다." #: fdmprinter.def.json @@ -3591,7 +4190,9 @@ msgstr "서포트 생성" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "오버행이 있는 모델 부분을 서포트하는 구조를 생성합니다. 이러한 구조가 없으면 이런 부분이 프린팅 중에 붕괴됩니다." #: fdmprinter.def.json @@ -3601,7 +4202,9 @@ msgstr "서포트 익스트루더" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "서포트 프린팅에 사용할 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -3611,7 +4214,9 @@ msgstr "서포트 내부채움 익스트루더" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "서포트의 내부채움을 프린팅하는 데 사용할 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -3621,7 +4226,9 @@ msgstr "첫 번째 레이어 서포트 익스트루더" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "첫번째 층의 서포트 채움에 사용되는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -3631,7 +4238,9 @@ msgstr "서포트 인터페이스 익스트루더" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "서포트의 지붕과 바닥을 프린팅 할 때 사용하는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -3641,7 +4250,9 @@ msgstr "서포트 지붕 익스트루더" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "서포트의 지붕을 프린팅 할 때 사용하는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -3651,7 +4262,9 @@ msgstr "서포트 바닥 익스트루더" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "서포트의 바닥을 프린팅하는 데 사용할 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json @@ -3661,8 +4274,15 @@ msgstr "서포트 구조" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "서포트를 생성하는 데 사용할 수 있는 기술 중 하나를 선택합니다. '표준' 서포트는 오버행(경사면) 파트 바로 아래에 서포트 구조물을 생성하고 해당 영역을 바로 아래로 떨어뜨립니다. '트리' 서포트는 모델을 지지하는 브랜치 끝에서 오버행(경사면) 영역을 향해 브랜치를 만들고 빌드 플레이트에서 모델을 지지할 수 있도록 모델을 브랜치로 최대한 감쌉니다." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "서포트를 생성하는 데 사용할 수 있는 기술 중 하나를 선택합니다. '표준' 서포트는 오버행(경사면) 파트 바로 아래에 서포트 구조물을 생성하고 해당 영역을 바로 아래로 떨어뜨립니다. '트리' 서포트는 모델을 지지하는 브랜치 끝에서 오버행(경사면) 영역을 향해 브랜치를 만들고" +" 빌드 플레이트에서 모델을 지지할 수 있도록 모델을 브랜치로 최대한 감쌉니다." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3681,7 +4301,9 @@ msgstr "트리 서포트 브랜치 각도" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "브랜치의 각도. 적은 각도를 사용하면 더 수직이 되어 더 안정됩니다. 높은 각도를 사용하면 더 많이 도달할 수 있습니다." #: fdmprinter.def.json @@ -3691,7 +4313,10 @@ msgstr "트리 서포트 브랜치 거리" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." msgstr "모델에 붙는 브랜치를 떨어뜨리는 거리. 이 거리를 짧게 하면 트리 서포트이 더 많은 접점에서 모델에 접촉하여, 오버행이 더 좋아지지만 서포트를 제거하기가 더 어렵게 됩니다." #: fdmprinter.def.json @@ -3701,7 +4326,9 @@ msgstr "트리 서포트 브랜치 직경" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." msgstr "트리 서포트의 가장 얇은 브랜치의 직경. 브랜치가 두꺼울수록 더 견고해집니다. 바닥을 향한 브랜치는 이보다 더 두꺼워집니다." #: fdmprinter.def.json @@ -3711,7 +4338,11 @@ msgstr "트리 서포트 브랜치 직경 각도" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." msgstr "바닥면을 향할수록 점점 더 두꺼워짐에 따른 브랜치의 직경 각도. 이 각도가 0이면 브랜치는 길이 전체에 균일한 두께를 갖게 됩니다. 약간의 각도가 있으면 트리 서포트의 안정성을 높여 줍니다." #: fdmprinter.def.json @@ -3721,7 +4352,10 @@ msgstr "트리 서포트 충돌 정밀도" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." msgstr "모델에 부딪히는 것을 피하기 위해 충돌을 계산하는 정밀도. 이 값을 낮게 설정하면 실패도가 낮은 더 정확한 트리를 생성하지만, 슬라이싱 시간이 현격하게 늘어납니다." #: fdmprinter.def.json @@ -3731,7 +4365,10 @@ msgstr "서포트 배치" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." msgstr "서포트 구조의 배치를 조정합니다. 배치는 빌드 플레이트 또는 모든 곳을 터치하도록 설정할 수 있습니다. 모든 곳에 설정하면 모델에 서포트 구조가 프린팅됩니다." #: fdmprinter.def.json @@ -3751,7 +4388,9 @@ msgstr "오버행 각도" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." msgstr "서포트가 추가 된 오버행 각도의 최소값입니다. 0 °의 값에서 모든 돌출부가 서포트가 생성되며 90 °는 지원하지 않습니다." #: fdmprinter.def.json @@ -3761,7 +4400,9 @@ msgstr "서포트 패턴" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "서포트 구조의 패턴. 사용 가능한 여러 가지 옵션을 사용하면 튼튼하고 쉽게 제거 할 수 있습니다." #: fdmprinter.def.json @@ -3806,7 +4447,10 @@ msgstr "지지대 벽 라인 카운트" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." msgstr "지지대 충진물을 둘러싸는 벽의 개수. 벽을 추가하면 지지물 인쇄 안정성을 높일 수 있고 오버행 지지를 개선할 수 있지만, 인쇄 시간과 사용되는 재료가 늘어납니다." #: fdmprinter.def.json @@ -3816,7 +4460,10 @@ msgstr "서포트 선 연결" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." msgstr "서포트의 끝을 서로 연결하십시오. 이 설정을 사용하면 서포트가 보다 견고해지지만 더 많은 재료가 소모됩니다." #: fdmprinter.def.json @@ -3826,7 +4473,9 @@ msgstr "ZigZags 서포트 연결" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "지그재그를 연결하십시오. 이것은 지그재그 서포트 구조의 강도를 증가시킵니다." #: fdmprinter.def.json @@ -3836,7 +4485,9 @@ msgstr "서포트 밀도" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "서포트 구조의 밀도를 조정합니다. 값이 높을수록 오버행이 좋아 서포트만 서포트를 제거하기가 더 어렵습니다." #: fdmprinter.def.json @@ -3846,7 +4497,9 @@ msgstr "서포트 선 거리" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "프린팅 된 서포트 구조 선 사이의 거리. 이 설정은 서포트 밀도로 계산됩니다." #: fdmprinter.def.json @@ -3856,7 +4509,9 @@ msgstr "초기 레이어 서포트 선 거리" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "인쇄된 초기 레이어 서포트 구조 선 사이의 거리. 이 설정은 서포트 밀도로 계산됩니다." #: fdmprinter.def.json @@ -3866,7 +4521,12 @@ msgstr "서포트 내부채움 선 방향" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다." #: fdmprinter.def.json @@ -3876,7 +4536,10 @@ msgstr "서포트 브림 사용" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." msgstr "첫 번째 레이어의 서포트 내부채움 영역 내에서 브림을 생성합니다. 이 브림은 서포트 주변이 아니라 아래에 인쇄됩니다. 이 설정을 사용하면 빌드 플레이트에 대한 서포트력이 향상됩니다." #: fdmprinter.def.json @@ -3886,7 +4549,9 @@ msgstr "서포트 브림 폭" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "서포트 아래를 인쇄하기 위한 브림 폭. 브림이 커질수록 추가 재료가 소요되지만 빌드 플레이트에 대한 접착력이 향상됩니다." #: fdmprinter.def.json @@ -3896,7 +4561,9 @@ msgstr "서포트 브림 라인 수" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "서포트 브림에 사용되는 라인의 수. 브림 라인이 많아질수록 추가 재료가 소요되지만 빌드 플레이트에 대한 접착력이 향상됩니다." #: fdmprinter.def.json @@ -3906,7 +4573,10 @@ msgstr "서포트 Z 거리" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." msgstr "서포트 구조의 위/아래에서 프린팅까지의 거리. 이 틈새는 모형 프린팅 후 서포트를 제거하기 위한 공간을 제공합니다. 이 값은 레이어 높이의 배수로 반올림됩니다." #: fdmprinter.def.json @@ -3946,7 +4616,11 @@ msgstr "서포트 거리 우선 순위" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." msgstr "서포트 X/Y 거리가 서포트 Z 거리를 무시하는지 여부를 나타냅니다. X/Y가 Z를 오버라이드하면 X/Y 거리는 모델에서 서포트점을 밀어내어 돌출부까지의 실제 Z 거리에 영향을 줄 수 있습니다. 오버행 주위에 X/Y 거리를 적용하지 않음으로써이 기능을 비활성화 할 수 있습니다." #: fdmprinter.def.json @@ -3966,7 +4640,8 @@ msgstr "최소 서포트 X/Y 거리" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "X/Y 방향에서 오버행으로부터 서포트까지의 거리." #: fdmprinter.def.json @@ -3976,7 +4651,11 @@ msgstr "계단 Step Height 서포트" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." msgstr "모델에있는 서포트의 계단 모양 바닥의 계단 높이. 값이 낮으면 서포트를 제거하기가 어려워 서포트만 값이 너무 높으면 불안정한 서포트 구조가 생길 수 있습니다. 계단 모양의 동작을 해제하려면 0으로 설정하십시오." #: fdmprinter.def.json @@ -3986,7 +4665,10 @@ msgstr "서포트 계단 스텝 최대 폭" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." msgstr "모델에있는 서포트의 계단 모양 바닥의 최대 폭. 값이 낮으면 서포트을 제거하기가 어려워 서포트만 값이 너무 높으면 불안정한 서포트 구조가 생길 수 있습니다." #: fdmprinter.def.json @@ -3996,7 +4678,11 @@ msgstr "서포트 계단 스텝 최소 경사 각도" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." msgstr "계단 스텝이 적용되는 영역의 최소 경사입니다. 값이 낮을수록 낮은 각도 서포트 제거가 쉬워지지만 값을 너무 낮게 지정하면 모델의 다른 부분에서 적절하지 않은 결과가 발생할 수 있습니다." #: fdmprinter.def.json @@ -4006,7 +4692,10 @@ msgstr "서포트 Join 거리" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." msgstr "X/Y 방향으로 지지대 구조물 사이의 최대 거리입니다. 별도의 구조가 이 값보다 가깝게 있으면 구조가 하나로 합쳐집니다." #: fdmprinter.def.json @@ -4016,7 +4705,9 @@ msgstr "수평 확장 서포트" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." msgstr "각 레이어의 모든 서포트 다각형에 적용된 오프셋의 양입니다. 양수 값을 사용하면 서포트 영역이 원활 해지며 보다 견고한 서포트가 됩니다." #: fdmprinter.def.json @@ -4026,7 +4717,9 @@ msgstr "서포트 내부채움 레이어 두께" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "서포트 내부채의 레이어당 두께. 이 값은 항상 레이어 높이의 배수이 어야하며 그렇지 않으면 반올림됩니다." #: fdmprinter.def.json @@ -4036,7 +4729,10 @@ msgstr "점진적 서포트 내부채움 단계" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." msgstr "상단 표면 아래로 올라갈 때 서포트 채움 밀도를 반으로 줄이는 횟수입니다. 상단 표면에 더 가까운 영역은 서포트 채움 밀도까지 더 높은 밀도를 갖습니다." #: fdmprinter.def.json @@ -4046,7 +4742,9 @@ msgstr "점진적 서포트 내부채움 단계 높이" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "밀도의 절반으로 전환하기 전에 주어진 밀도의 서포트 채움 높이." #: fdmprinter.def.json @@ -4056,7 +4754,9 @@ msgstr "최소 서포트 지역" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "서포트 영역에 대한 최소 지역 크기. 이 값보다 작은 지역을 갖는 영역은 생성되지 않습니다." #: fdmprinter.def.json @@ -4066,7 +4766,10 @@ msgstr "서포트 인터페이스 사용" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." msgstr "모델과 서포트 사이에 조밀 한 인터페이스를 생성합니다. 이렇게 하면 모델이 프린팅 된 서포트 맨 위의 스킨과 모델의 위에있는 서포트 맨 아래에 스킨이 만들어집니다." #: fdmprinter.def.json @@ -4076,7 +4779,9 @@ msgstr "서포트 지붕 사용" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "서포트 상단과 모델 사이에 조밀 한 슬래브를 생성하십시오. 그러면 모델과 서포트 사이에 스킨이 만들어집니다." #: fdmprinter.def.json @@ -4086,7 +4791,9 @@ msgstr "서포트 바닥 사용" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "서포트 바닥과 모델 사이에 조밀 한 슬래브를 생성하십시오. 그러면 모델과 지원 사이에 스킨이 만들어집니다." #: fdmprinter.def.json @@ -4096,7 +4803,9 @@ msgstr "서포트 인터페이스 두께" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "밑면 또는 상단의 모델과 접촉하는 서포트 인터페이스 두께입니다." #: fdmprinter.def.json @@ -4106,7 +4815,9 @@ msgstr "서포트 지붕 두께" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "받침 지붕의 두께. 이것은 모델이 놓이는 받침대 상단의 조밀 한 층의 양을 제어합니다." #: fdmprinter.def.json @@ -4116,7 +4827,9 @@ msgstr "서포트 바닥 두께" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "서포트 바닥의 두께. 이것은 서포트가 놓여있는 모델의 상단에 프린팅되는 조밀 한 층의 수를 제어합니다." #: fdmprinter.def.json @@ -4126,7 +4839,11 @@ msgstr "서포트 인터페이스 해상도" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." msgstr "서포트가 모델의 위와 아래에 있는지 확인하려면 주어진 높이의 단계를 수행하십시오. 값이 낮을수록 슬라이스가 느려지고, 값이 높을수록 서포트 인터페이스가 있어야하는 곳에서는 정상적인 서포트다 프린팅 될 수 있습니다." #: fdmprinter.def.json @@ -4136,7 +4853,10 @@ msgstr "서포트 인터페이스 밀도" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." msgstr "서포트의 지붕 및 바닥 밀도를 조정합니다. 값이 높을수록 오버행에서 좋지만 서포트를 제거하기가 더 어렵습니다." #: fdmprinter.def.json @@ -4146,7 +4866,9 @@ msgstr "서포트 지붕 밀도" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "서포트의 지붕의 밀도. 값이 높을수록 오버행에서 좋지만 서포트를 제거하기가 더 어렵습니다." #: fdmprinter.def.json @@ -4156,7 +4878,9 @@ msgstr "서포트 지붕 선 거리" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." msgstr "프린팅 된 지붕 루프 사이의 거리. 이 설정은 서포트 지붕 밀도에 의해 계산되지만 별도로 조정할 수 있습니다." #: fdmprinter.def.json @@ -4166,7 +4890,9 @@ msgstr "서포트 바닥 밀도" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "서포트 구조체의 바닥 밀도. 값이 높을수록 서포트가 모델 위에 더 잘 접착됩니다." #: fdmprinter.def.json @@ -4176,7 +4902,9 @@ msgstr "서포트 바닥 선 거리" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "프린팅 된 서포트 플로어 사이의 거리. 이 설정은 서포트 바닥 밀도로 계산되지만 별도로 조정할 수 있습니다." #: fdmprinter.def.json @@ -4186,7 +4914,9 @@ msgstr "서포트 인터페이스 패턴" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "모델과 서포트 인터페이스를 프린팅하는 패턴입니다." #: fdmprinter.def.json @@ -4291,7 +5021,9 @@ msgstr "최소 서포트 인터페이스 지역" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "지원 인터페이스 다각형의 최소 영역 크기입니다. 이 값보다 작은 영역을 갖는 다각형은 정상적인 지원으로 인쇄됩니다." #: fdmprinter.def.json @@ -4301,7 +5033,9 @@ msgstr "최소 서포트 지붕 지역" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "서포트 지붕에 대한 최소 면적 크기입니다. 이 값보다 작은 영역을 갖는 다각형은 정상적인 지원으로 인쇄됩니다." #: fdmprinter.def.json @@ -4311,7 +5045,9 @@ msgstr "최소 서포트 바닥 지역" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "지원 바닥의 최소 면적 크기입니다. 이 값보다 작은 영역을 갖는 다각형은 정상적인 지원으로 인쇄됩니다." #: fdmprinter.def.json @@ -4351,8 +5087,15 @@ msgstr "서포트 인터페이스 선 방향" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다(인터페이스가 상당히 두껍거나 90도라면 45도와 135도를 번갈아 사용)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다(인터페이스가" +" 상당히 두껍거나 90도라면 45도와 135도를 번갈아 사용)." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4361,8 +5104,15 @@ msgstr "서포트 지붕 선 방향" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다(인터페이스가 상당히 두껍거나 90도라면 45도와 135도를 번갈아 사용)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다(인터페이스가" +" 상당히 두껍거나 90도라면 45도와 135도를 번갈아 사용)." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4371,8 +5121,15 @@ msgstr "바닥 지붕 선 방향" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다(인터페이스가 상당히 두껍거나 90도라면 45도와 135도를 번갈아 사용)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "사용할 정수 선 방향 리스트입니다. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트는 대괄호 안에 들어 있습니다. 기본값은 빈 목록입니다. 즉 기본 각도인 0도를 사용합니다(인터페이스가" +" 상당히 두껍거나 90도라면 45도와 135도를 번갈아 사용)." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4381,7 +5138,9 @@ msgstr "팬 속도 무시" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "활성화되면 서포트 바로 위의 스킨 영역에 대한 프린팅 냉각 팬 속도가 변경됩니다." #: fdmprinter.def.json @@ -4391,7 +5150,9 @@ msgstr "지원되는 스킨 팬 속도" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." msgstr "서포트 바로 위의 스킨 영역을 인쇄할 때 사용할 팬 속도 백분율 빠른 팬 속도를 사용하면 서포트를 더 쉽게 제거할 수 있습니다." #: fdmprinter.def.json @@ -4401,7 +5162,10 @@ msgstr "타워 사용" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." msgstr "작은 오버행에 서포트를 생성하기 위해 특수한 타워를 사용. 이 타워들은 그들이 서포트하는 지역보다 더 큰 지름을 가지고 있습니다. 오버행 부근에서 타워의 직경이 감소하여 지붕을 형성합니다." #: fdmprinter.def.json @@ -4421,7 +5185,9 @@ msgstr "최대 타워 지지 직경" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "특수 지지대 타워에 의해서 지지될 작은 영역의 X/Y 방향의 최대 직경입니다." #: fdmprinter.def.json @@ -4431,7 +5197,9 @@ msgstr "타워 지붕 각도" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "타워 옥상의 각도. 높은 값을 지정하면 뾰족한 타워 지붕이되고, 값이 낮을수록 평평한 타워 지붕이됩니다." #: fdmprinter.def.json @@ -4441,7 +5209,9 @@ msgstr "드롭 다운 서포트 메쉬" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "서포트 메쉬 아래의 모든 부분을 지원하여서 서포트 메쉬에 오버행이 없습니다." #: fdmprinter.def.json @@ -4451,7 +5221,9 @@ msgstr "장면에 서포트 메쉬가 있습니다" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "장면에 서포트 메쉬가 있습니다. 이 설정은 Cura가 제어합니다." #: fdmprinter.def.json @@ -4471,7 +5243,11 @@ msgstr "프라임 블롭 활성화" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." msgstr "프린팅하기 전에 프라이밍할지 여부. 이 설정을 켜면 프린팅하기 전에 익스트루더가 노즐에서 재료를 준비 할 수 있습니다. 브림 또는 스커트 프린팅는 프라이밍처럼 작동 할 수 있습니다.이 경우이 설정을 해제하면 시간이 절약됩니다." #: fdmprinter.def.json @@ -4481,7 +5257,9 @@ msgstr "익스트루더 프라임 X 위치" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "프린팅이 시작될 때 노즐의 X 좌표입니다." #: fdmprinter.def.json @@ -4491,7 +5269,9 @@ msgstr "익스트루더 프라임 Y 위치" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "프린팅이 시작될 때 노즐의 Y 좌표입니다." #: fdmprinter.def.json @@ -4501,8 +5281,14 @@ msgstr "빌드 플레이트 고정 유형" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "빌드 플레이트에 대한 접착력을 향상시키는 데 도움이되는 다양한 옵션. 브림은 뒤틀림을 방지하기 위해 모델 바닥 주위에 단층 평면 영역을 추가합니다. 래프트는 모델 아래에 지붕이있는 두꺼운 격자를 추가합니다. 스커트는 모델 주변에 프린팅 된 선이지만 모델에는 연결되어 있지 않습니다." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "빌드 플레이트에 대한 접착력을 향상시키는 데 도움이되는 다양한 옵션. 브림은 뒤틀림을 방지하기 위해 모델 바닥 주위에 단층 평면 영역을 추가합니다. 래프트는 모델 아래에 지붕이있는 두꺼운 격자를 추가합니다. 스커트는 모델 주변에 프린팅 된 선이지만 모델에는 연결되어 있지" +" 않습니다." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4531,48 +5317,58 @@ msgstr "빌드 플레이트 고정 익스트루더" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "스커트 / 브림 / 래프트 프린팅에 사용하는 익스트루더. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "스커트/브림 익스트루더" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "스커트 또는 브림 프린팅에 사용되는 익스트루더 트레인. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "래프트 베이스 익스트루더" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "스커트 또는 브림 프린팅에 사용되는 익스트루더 트레인. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "래프트 중간 익스트루더" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "래프트의 중간 레이어 프린팅에 사용되는 익스트루더 트레인. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "래프트 상단 익스트루더" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "래프트의 상단 레이어 프린팅에 사용되는 익스트루더 트레인. 이것은 다중 압출에 사용됩니다." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4581,7 +5377,9 @@ msgstr "스커트 선 수" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "여러 개의 스커트 라인을 사용하여 작은 모델에 더 잘 압출 성형 할 수 있습니다. 이것을 0으로 설정하면 스커트가 비활성화됩니다." #: fdmprinter.def.json @@ -4593,10 +5391,9 @@ msgstr "스커트 거리" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"프린트의 스커트와 첫 번째 레이어 사이의 수평 거리입니다.\n" -"이것은 최소 거리입니다. 여러 개의 스커트 선이 이 거리에서 바깥쪽으로 연장됩니다." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "프린트의 스커트와 첫 번째 레이어 사이의 수평 거리입니다.\n이것은 최소 거리입니다. 여러 개의 스커트 선이 이 거리에서 바깥쪽으로 연장됩니다." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4605,7 +5402,11 @@ msgstr "스커트/브림 최소 길이" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." msgstr "스커트 또는 브림의 최소 길이. 이 길이에 모든 스커트 또는 브림 선이 모두 도달하지 않으면 최소 길이에 도달 할 때까지 더 많은 스커트 또는 브림 선이 추가됩니다. 참고 : 0으로 설정하면 무시됩니다." #: fdmprinter.def.json @@ -4615,7 +5416,10 @@ msgstr "브림 너비" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." msgstr "모델에서 가장 바깥 쪽 브림까지의 거리. 큰 테두리는 빌드 플레이트에 대한 접착력을 향상 시키지만 효과적인 프린팅 영역도 감소시킵니다." #: fdmprinter.def.json @@ -4625,7 +5429,9 @@ msgstr "브림 선 수" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "브림에 사용되는 선의 수입니다. 더 많은 브림 선이 빌드 플레이트에 대한 접착력을 향상 시키지만 유효 프린트 영역도 감소시킵니다." #: fdmprinter.def.json @@ -4635,7 +5441,10 @@ msgstr "브림 거리" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." msgstr "첫 번째 브림 선과 첫 번째 레이어 프린팅의 윤곽 사이의 수평 거리입니다. 작은 간격은 브림을 제거하기 쉽도록 하면서 내열성의 이점을 제공할 수 있습니다." #: fdmprinter.def.json @@ -4645,7 +5454,10 @@ msgstr "브림이 서포트를 대체" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." msgstr "서포트가 차지할 공간이더라도 모델 주변에 브림이 인쇄되도록 합니다. 이렇게 하면 서포트의 첫 번째 레이어 영역 일부가 브림 영역으로 대체됩니다." #: fdmprinter.def.json @@ -4655,7 +5467,10 @@ msgstr "밖에서만 브림 생성" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." msgstr "모델 바깥 쪽 브림에만 프린팅합니다. 나중에 제거해야하는 브림의 양이 줄어들지만 베드 접착력은 그렇게 많이 줄어들지 않습니다." #: fdmprinter.def.json @@ -4665,7 +5480,10 @@ msgstr "래프트 추가 여백" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." msgstr "래프트가 활성화 된 경우 래프트가 주어진 모델 주변의 추가 래프트 지역입니다. 이 여백을 늘리면 재료를 더 많이 사용하고 출력물을 적게 차지하면서 더 강력한 래프트가 만들어집니다." #: fdmprinter.def.json @@ -4675,7 +5493,11 @@ msgstr "래프트 부드럽게하기" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." msgstr "이 설정은 래프트 윤곽의 안쪽 구석의 곡률을 제어합니다. 안쪽 구석이 여기에 지정된 값과 동일한 반경으로 반원 모양으로 휘어집니다. 또한 이 설정을 사용하면 래프트 윤곽에서 그러한 원보다 작은 구멍이 제거됩니다." #: fdmprinter.def.json @@ -4685,7 +5507,10 @@ msgstr "래프트 에어 갭" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." msgstr "최종 래프트 층과 모델의 첫 번째 층 사이의 틈새. 래프트 층과 모델 사이의 결합을 낮추기 위해 이 양만큼 첫 번째 층만 올립니다. 래프트를 쉽게 떼어 낼 수 있습니다." #: fdmprinter.def.json @@ -4695,7 +5520,10 @@ msgstr "초기 레이어 Z 겹침" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." msgstr "에어 갭에서 손실 된 필라멘트를 보완하기 위해 Z 방향으로 모델의 첫 번째와 두 번째 레이어가 중첩되도록 합니다. 첫 번째 모델 레이어 위의 모든 모델은이 양만큼 아래로 이동합니다." #: fdmprinter.def.json @@ -4705,7 +5533,10 @@ msgstr "래프트 탑 레이어" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." msgstr "두 번째 래프트 레이어 맨 위에있는 최상위 레이어의 수입니다. 이것들은 모델이 위치하는 완전히 채워진 레이어입니다. 2층은 1보다 부드러운 표면을 만듭니다." #: fdmprinter.def.json @@ -4725,7 +5556,9 @@ msgstr "래프트 상단 선 너비" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "래프트의 윗면에 있는 선의 폭. 래프트의 상단이 매끄럽도록 얇은 선으로 구성 될 수 있습니다." #: fdmprinter.def.json @@ -4735,18 +5568,23 @@ msgstr "래프트 상단 간격" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "상단 래프트 레이어에 대한 래프트 사이의 거리. 간격은 선 너비와 동일해야 표면이 단색입니다." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "래프트 중간 레이어" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "래프트의 베이스와 표면 사이에 있는 레이어의 수. 이 수가 래프트의 주요 두께를 구성합니다. 이 수가 증가하면 래프트가 더 두껍고 튼튼해집니다." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4765,7 +5603,9 @@ msgstr "래프트 중간 선 너비" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "중간 래프트 층의 선폭. 두 번째 레이어를 더 돌출 시키면 선이 빌드 플레이트에 달라 붙습니다." #: fdmprinter.def.json @@ -4775,7 +5615,10 @@ msgstr "래프트 중간 간격" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." msgstr "중간 래프트 층에 대한 래프트 사이의 거리. 중간 틈새는 매우 넓어야하며 래프트 상부 층을서포트 할만큼 충분히 촘촘해야합니다." #: fdmprinter.def.json @@ -4785,7 +5628,9 @@ msgstr "래프트 기준 두께" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "기본 래프트 레이어의 레이어 두께. 이것은 프린터 빌드 플레이트에 단단히 붙어있는 두꺼운 층이어야합니다." #: fdmprinter.def.json @@ -4795,7 +5640,9 @@ msgstr "래프트 기준 선 너비" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "기본 래프트 층에있는 선의 너비. 이것은 빌드 플레이트 접착을 돕기 위해 두꺼운 선 이어야 합니다." #: fdmprinter.def.json @@ -4805,7 +5652,9 @@ msgstr "래프트 기준 선 간격" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "기본 래프트 층에 대한 래프트 사이의 거리. 넓은 간격으로 빌드 플레이트에서 래프트를 쉽게 제거 할 수 있습니다." #: fdmprinter.def.json @@ -4825,7 +5674,10 @@ msgstr "래프트 상단 프린팅 속도" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." msgstr "상단 래프트 레이어가 프린팅되는 속도입니다. 이 노즐은 조금 더 느리게 프린팅해야 노즐이 인접한 표면 선을 천천히 부드럽게 할 수 있습니다." #: fdmprinter.def.json @@ -4835,7 +5687,10 @@ msgstr "래프트 중앙 프린팅 속도" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "중간 래프트 층이 프린팅되는 속도. 이것은 노즐에서 나오는 재료의 양이 상당히 많기 때문에 아주 천천히 프린팅되어야합니다." #: fdmprinter.def.json @@ -4845,7 +5700,10 @@ msgstr "래프트 기본 프린팅 속도" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "기본 래프트 레이어가 프린팅되는 속도입니다. 이것은 노즐에서 나오는 재료의 양이 상당히 많기 때문에 아주 천천히 프린팅되어야 합니다." #: fdmprinter.def.json @@ -4985,7 +5843,9 @@ msgstr "프라임 타워 사용" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "각 노즐을 교체 한 후에 재료를 프라이밍(Priming)하는 프린팅 옆에 타워를 프린팅하십시오." #: fdmprinter.def.json @@ -5005,7 +5865,9 @@ msgstr "프라임 타워 최소 볼륨" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "충분한 재료를 퍼지하기 위해 프라임 타워 각 층의 최소 부피." #: fdmprinter.def.json @@ -5035,7 +5897,9 @@ msgstr "프라임 타워에서 비활성 노즐 닦기" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "하나의 노즐로 프라임 타워를 프린팅 한 후, 다른 타워의 이물질을 프라임 타워에서 닦아냅니다." #: fdmprinter.def.json @@ -5045,7 +5909,9 @@ msgstr "프라임 타워 브림" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." msgstr "프라임 타워는 모델이 제공하지 않더라도 브림이 제공하는 추가 접착이 필요할 수 있습니다. 현재 '래프트' 접착 유형을 사용할 수 없습니다." #: fdmprinter.def.json @@ -5055,7 +5921,10 @@ msgstr "Ooze 쉴드 사용" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." msgstr "Ooze 쉴드를 활성화. 이렇게하면 첫 번째 노즐과 동일한 높이에 두 번째 노즐을 닦을 가능성이 있는 모델 주위에 쉘이 생깁니다." #: fdmprinter.def.json @@ -5065,7 +5934,10 @@ msgstr "Ooze 쉴드 각" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." msgstr "Ooze 쉴드가 가질 최대 각도. 0도가 수직이고 90도가 수평입니다. 각도가 작으면 Ooze 쉴드가 덜 파손되지만 재료는 더 많이 소모됩니다." #: fdmprinter.def.json @@ -5085,7 +5957,10 @@ msgstr "노즐 스위치 리트렉션 거리" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." msgstr "익스트루더 전환 시 리트렉션 양. 리트렉션이 전혀 없는 경우 0으로 설정하십시오. 이는 일반적으로 열 영역의 길이와 같아야 합니다." #: fdmprinter.def.json @@ -5095,7 +5970,9 @@ msgstr "노즐 스위치 리트렉션 속도" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "필라멘트가 리트렉션 되는 속도입니다. 리트렉션 속도가 빠르면 좋지만 리트렉션 속도가 높으면 필라멘트가 갈릴 수 있습니다." #: fdmprinter.def.json @@ -5105,7 +5982,8 @@ msgstr "노즐 스위치 후퇴 속도" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "노즐 스위치 리트렉션시 필라멘트가 리트렉션하는 속도." #: fdmprinter.def.json @@ -5115,7 +5993,9 @@ msgstr "노즐 스위치 프라임 속도" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "노즐 스위치 리트렉션 후 필라멘트가 뒤로 밀리는 속도." #: fdmprinter.def.json @@ -5145,7 +6025,10 @@ msgstr "유니언 오버랩 볼륨" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." msgstr "메쉬 내의 겹치는 볼륨으로 인해 발생하는 내부 지오메트리를 무시하고 볼륨을 하나로 프린팅합니다. 이로 인해 의도하지 않은 내부 공동이 사라질 수 있습니다." #: fdmprinter.def.json @@ -5155,7 +6038,10 @@ msgstr "모든 구멍 제거" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." msgstr "각 레이어의 구멍을 제거하고 바깥 쪽 모양 만 유지합니다. 이것은 보이지 않는 내부 지오메트리를 무시합니다. 그러나 위 또는 아래에서 볼 수있는 레이어 구멍도 무시합니다." #: fdmprinter.def.json @@ -5165,7 +6051,10 @@ msgstr "광범위한 스티칭" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." msgstr "광범위한 스티칭은 다각형을 만지면서 구멍을 닫음으로써 메쉬의 열린 구멍을 꿰매려합니다. 이 옵션은 많은 처리 시간을 초래할 수 있습니다." #: fdmprinter.def.json @@ -5175,7 +6064,11 @@ msgstr "끊긴 면 유지" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." msgstr "일반적으로 큐라(Cura)는 메쉬의 작은 구멍을 꿰매 붙이고 큰 구멍이있는 레이어의 부분을 제거하려고합니다. 이 옵션을 활성화하면 스티칭 할 수 없는 파트가 유지됩니다. 이 옵션은 다른 모든 설정으로 올바른 GCode를 생성하지 못할 때 최후의 수단으로 사용해야 합니다." #: fdmprinter.def.json @@ -5185,7 +6078,9 @@ msgstr "중복된 메쉬 합치기" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "서로 닿는 메쉬가 조금 겹치게 만듭니다. 이것은 그들을 더 잘 묶는 것입니다." #: fdmprinter.def.json @@ -5195,7 +6090,9 @@ msgstr "교차된 메쉬 제거" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "여러 메시가 서로 겹치는 영역을 제거합니다. 병합 된 2개의 재료가 서로 중첩되는 경우 사용될 수 있습니다." #: fdmprinter.def.json @@ -5205,7 +6102,11 @@ msgstr "대체 메쉬 제거" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." msgstr "교차하는 메쉬로 교차하는 볼륨으로 전환하면 겹치는 메쉬가 서로 얽히게됩니다. 이 설정을 해제하면 메시 중 하나가 다른 메시에서 제거되는 동안 오버랩의 모든 볼륨을 가져옵니다." #: fdmprinter.def.json @@ -5215,7 +6116,10 @@ msgstr "비어 있는 첫 번째 레이어 제거" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." msgstr "첫 번째로 프린팅된 레이어 바로 아래의 비어 있는 레이어를 제거합니다. 이 설정을 해제하면 슬라이싱 허용 오차 설정을 배타 또는 중간으로 설정할 경우 첫 번째 레이어가 비어 있게 될 수 있습니다." #: fdmprinter.def.json @@ -5225,7 +6129,11 @@ msgstr "최대 해상도" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." msgstr "슬라이딩 후의 선분의 최소 크기입니다. 이 값을 높이면 메쉬의 해상도가 낮아집니다. 그러면 프린터가 G 코드를 처리하는 데 필요한 속도를 유지할 수 있으며 처리할 수 없는 메쉬의 디테일이 제거되므로 슬라이드 속도가 높아집니다." #: fdmprinter.def.json @@ -5235,7 +6143,11 @@ msgstr "최대 이동 해상도" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." msgstr "슬라이딩 후의 이동 선분의 최소 크기입니다. 이 값을 높이면 코너에서 매끄럽게 이동하는 정도가 감소합니다. 프린터가 G 코드를 처리하는 데 필요한 속도를 유지할 수 있지만, 모델을 피하기 때문에 정확도가 감소합니다." #: fdmprinter.def.json @@ -5245,18 +6157,32 @@ msgstr "최대 편차" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." msgstr "최대 해상도 설정에 대한 해상도를 낮추면 최대 편차를 사용할 수 있습니다. 최대 편차를 높이면 프린트의 정확도는 감소하지만, G 코드도 감소합니다. 최대 편차는 최대 해상도의 한계이며, 따라서 두 항목이 충돌하면 항상 최대 편차가 우선합니다." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "최대 압출 영역 편차" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "직선에서 중간 점을 제거할 때 허용되는 최대 압출 영역 편차. 중간 점은 긴 직선에서 너비가 바뀌는 점의 역할을 할 수 있습니다. 따라서 중간 점이 제거되면 선의 너비가 균일해지고 그 결과, 약간의 압출 영역을 잃거나 얻게 됩니다. 이 값을 증가시키면 중간의 너비가 바뀌는" +" 점이 더 많이 제거될 수 있으므로, 직선의 평행한 벽들 사이에 약간의 미달(또는 과잉) 압출이 발생할 수 있습니다. 프린트의 정확도는 감소하지만, G 코드도 감소합니다." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5275,8 +6201,14 @@ msgstr "프린팅 순서" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "모든 모델을 한 번에 한 레이어씩 프린팅할 것인지, 아니면 한 모델이 완료될 때까지 기다릴 것인지, 다음 단계로 넘어가기 전에 대한 여부 a) 한 번에 하나의 압출기만 활성화하고 b) 모든 모델은 전체 프린트 헤드가 이동할 수 있는 방식으로 분리되며 모든 모델은 노즐과 X/Y 축 사이의 거리보다 낮습니다." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "모든 모델을 한 번에 한 레이어씩 프린팅할 것인지, 아니면 한 모델이 완료될 때까지 기다릴 것인지, 다음 단계로 넘어가기 전에 대한 여부 a) 한 번에 하나의 압출기만 활성화하고 b) 모든 모델은 전체 프린트 헤드가 이동할 수 있는 방식으로 분리되며 모든 모델은 노즐과" +" X/Y 축 사이의 거리보다 낮습니다." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5295,7 +6227,10 @@ msgstr "메쉬 내부채움" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." msgstr "겹치는 다른 메쉬의 내부채움율을 수정합니다. 다른 메쉬의 내부채움 영역을 이 메쉬의 영역으로 대체합니다. 하나의 벽과 상단/바닥 스킨만을 프린팅하는 것이 추천합니다." #: fdmprinter.def.json @@ -5305,7 +6240,12 @@ msgstr "메쉬 처리 랭크" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." msgstr "여러 내부채움 매쉬 오버랩을 고려할 때 메쉬의 우선 순위를 결정합니다. 여러 내부채움 메쉬가 오버랩하는 영역은 최고 랭크의 메쉬 설정에 착수하게 됩니다. 높은 내부채움 메쉬는 낮은 내부채움 메쉬와 표준 메쉬의 내부채움을 수정합니다." #: fdmprinter.def.json @@ -5315,7 +6255,10 @@ msgstr "커팅 메쉬" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." msgstr "이 메쉬의 볼륨을 다른 메쉬 내로 제한합니다. 이 기능을 사용하면 다른 설정과 전체 익스트루더로 하나의 메쉬 프린팅 영역을 만들 수 있습니다." #: fdmprinter.def.json @@ -5325,7 +6268,9 @@ msgstr "몰드" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "모형을 몰드으로 프린팅하여 모형에 몰드과 유사한 모형을 만들 수 있습니다." #: fdmprinter.def.json @@ -5335,7 +6280,9 @@ msgstr "최소 몰드 너비" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "몰드의 바깥쪽과 모델의 바깥쪽 사이의 최소 거리입니다." #: fdmprinter.def.json @@ -5355,7 +6302,10 @@ msgstr "몰드 각도" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." msgstr "몰드에 대해 생성 된 외벽의 오버행 각도입니다. 0도의 각은 금형의 외각을 수직으로 만들고 90도의 각은 모형의 외형을 모델의 외형으로 만듭니다." #: fdmprinter.def.json @@ -5365,7 +6315,9 @@ msgstr "서포트 메쉬" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "본 메시를 사용하여 서포트 영역을 지정하십시오. 이것은 서포트 구조를 생성하는 데 사용할 수 있습니다." #: fdmprinter.def.json @@ -5375,7 +6327,9 @@ msgstr "안티 오버행 메쉬" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." msgstr "본 메쉬를 사용하여 모델에서 오버행부로 감지되지 않을 부분을 지정합니다. 이것은 원하지 않는 서포트 구조를 제거하는 데 사용될 수 있습니다." #: fdmprinter.def.json @@ -5385,8 +6339,14 @@ msgstr "표면 모드" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "모델을 표면만, 볼륨 또는 느슨한 표면이있는 볼륨으로 취급합니다. 일반 프린팅 모드는 볼륨만 프린팅합니다. \"표면\"은 아무런 내부채움없이 상단 / 하단 스킨없이 메쉬 표면을 추적하는 단일 벽을 프린팅합니다. \"둘 다\"는 정상 및 나머지 폴리곤과 같은 닫힌 볼륨을 서피스로 프린팅합니다." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "모델을 표면만, 볼륨 또는 느슨한 표면이있는 볼륨으로 취급합니다. 일반 프린팅 모드는 볼륨만 프린팅합니다. \"표면\"은 아무런 내부채움없이 상단 / 하단 스킨없이 메쉬 표면을 추적하는 단일 벽을 프린팅합니다. \"둘 다\"는 정상 및 나머지 폴리곤과 같은 닫힌 볼륨을" +" 서피스로 프린팅합니다." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5410,7 +6370,11 @@ msgstr "외부 윤곽선을 나선형으로 만듦" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." msgstr "바깥 쪽 브림의 Z 이동을 부드럽게합니다. 이렇게 하면 출력물 전체에 걸쳐 꾸준히 Z가 증가합니다. 이 기능은 솔리드 모델을 단단한 바닥이있는 단일 벽으로 프린팅합니다. 이 기능은 각 레이어에 단일 부품 만 포함되어 있을 때만 활성화 해야 합니다." #: fdmprinter.def.json @@ -5420,7 +6384,10 @@ msgstr "부드러운 나선형 윤곽" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." msgstr "나선형 윤곽선을 부드럽게 하여 Z 이음선이 잘 보이지 않도록 합니다(Z- 이음선은 출력물에서는 거의 보이지 않지만 레이어 뷰에서는 여전히 보임). 매끄러움은 표면의 세부 묘사를 흐릿하게 만드는 경향이 있습니다." #: fdmprinter.def.json @@ -5430,8 +6397,15 @@ msgstr "상대적 압출" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "절대 돌출보다는 상대적 돌출을 사용합니다. 상대적인 E-steps을 사용하면 Gcode를 보다 쉽게 후 처리 할 수 있습니다. 그러나 모든 프린터에서 지원되는 것은 아니며 절대 E 단계와 비교할 때 출력된 재료의 양이 매우 약간 다를 수 있습니다. 이 설정과 관계없이 압출 모드는 Gcode 스크립트가 출력되기 전에 항상 절대 값으로 설정됩니다." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "절대 돌출보다는 상대적 돌출을 사용합니다. 상대적인 E-steps을 사용하면 Gcode를 보다 쉽게 후 처리 할 수 있습니다. 그러나 모든 프린터에서 지원되는 것은 아니며 절대 E 단계와 비교할 때 출력된 재료의 양이 매우 약간 다를 수 있습니다. 이 설정과 관계없이 압출" +" 모드는 Gcode 스크립트가 출력되기 전에 항상 절대 값으로 설정됩니다." #: fdmprinter.def.json msgctxt "experimental label" @@ -5450,8 +6424,16 @@ msgstr "슬라이싱 허용 오차" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "슬라이스 레이어의 수직 허용 오차입니다. 레이어의 윤곽선은 일반적으로 각 레이어의 두께 중간(중간)을 교차하는 부분을 기준으로 생성됩니다. 또는 각 레이어가 레이어의 높이 전체의 볼륨에 들어가는 영역(포함하지 않음)이 있거나 레이어 안의 어느 지점에 들어가는 영역(포함)이 있을 수 있습니다. 포함된 영역에서 가장 많은 디테일이 포함되고 포함되지 않은 영역을 통해 가장 맞게 만들 수 있으며 중간을 통해 원래 표면과 가장 유사하게 만들어냅니다." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "슬라이스 레이어의 수직 허용 오차입니다. 레이어의 윤곽선은 일반적으로 각 레이어의 두께 중간(중간)을 교차하는 부분을 기준으로 생성됩니다. 또는 각 레이어가 레이어의 높이 전체의 볼륨에 들어가는 영역(포함하지 않음)이 있거나 레이어 안의 어느 지점에 들어가는 영역(포함)이" +" 있을 수 있습니다. 포함된 영역에서 가장 많은 디테일이 포함되고 포함되지 않은 영역을 통해 가장 맞게 만들 수 있으며 중간을 통해 원래 표면과 가장 유사하게 만들어냅니다." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5510,7 +6492,10 @@ msgstr "단면 상단 표면 순서" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "한 방향으로 주변 라인들과 항상 겹치게 하기 위해 상단 표면 라인들을 배치하여 프린트하십시오. 이는 프린트하는 데 더 많은 시간이 소모되지만 평평한 면이 보다 일관적으로 보이게 합니다." #: fdmprinter.def.json @@ -5520,8 +6505,15 @@ msgstr "상단 표면 스킨 라인 방향" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "상단 표면 스킨 층이 선 또는 지그재그 패턴을 사용할 때 사용할 정수선 방향 리스트. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트은 대괄호로 묶여 있습니다. 기본값은 전통적인 기본 각도 (45도 및 135도)를 사용하는 빈 리스트입니다." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "상단 표면 스킨 층이 선 또는 지그재그 패턴을 사용할 때 사용할 정수선 방향 리스트. 리스트의 요소는 레이어가 진행됨에 따라 순차적으로 사용되며 리스트의 끝에 도달하면 처음부터 다시 시작됩니다. 리스트 항목은 쉼표로 구분되며 전체 리스트은 대괄호로 묶여 있습니다. 기본값은" +" 전통적인 기본 각도 (45도 및 135도)를 사용하는 빈 리스트입니다." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5530,7 +6522,12 @@ msgstr "내부채움재 이동 최적화" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." msgstr "활성화되면, 내부채움 라인 프린팅 순서가 최적화되어 이동 거리를 줄입니다. 이동 시간의 감소는 슬라이스되는 모델, 내부채움 패턴, 밀도 등에 따라 달라집니다. 작은 내부채움 영역이 많은 일부 모델의 경우, 모델을 슬라이스하는 시간이 상당히 늘어납니다." #: fdmprinter.def.json @@ -5540,7 +6537,9 @@ msgstr "자동 온도" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "해당 레이어의 평균 유속으로 각 레이어의 온도를 자동으로 변경." #: fdmprinter.def.json @@ -5550,7 +6549,9 @@ msgstr "재료 공급 온도 그래프" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "재료 공급 데이터 (mm3 / 초) - 온도 (섭씨)." #: fdmprinter.def.json @@ -5560,7 +6561,11 @@ msgstr "최소 다각형 둘레" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." msgstr "레이어가 슬라이스 된, 이 값보다 둘레가 작은 다각형은 필터링됩니다. 값을 낮을수록 슬라이스가 느려지지만, 해상도 메쉬가 높아집니다. 주로 고해상도 SLA 프린터 및 세부 사항이 많은 매우 작은 3D 모델에 적합합니다." #: fdmprinter.def.json @@ -5570,7 +6575,9 @@ msgstr "Chunk에서 서포트 중단" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." msgstr "서포트 구조가 쉽게 끊어 지도록 서포트 라인 연결을 건너 뜁니다. 이 설정은 지그재그 서포트 충전 패턴에 적용됩니다." #: fdmprinter.def.json @@ -5580,7 +6587,9 @@ msgstr "서포트 Chunk 크기" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "서포트 구조를 쉽게 분리 할 수 있도록 N 밀리미터마다 서포트선 사이를 연결합니다." #: fdmprinter.def.json @@ -5590,7 +6599,9 @@ msgstr "Chunk 라인 카운트 서포트" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "서포트 구조를 쉽게 분리할 수 있도록 모든 N 개의 연결 라인을 건너 뜁니다." #: fdmprinter.def.json @@ -5600,7 +6611,9 @@ msgstr "드래프트 쉴드 사용" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." msgstr "모델 주위에 벽이 생겨 외부 공기 흐름을 막아 (뜨거운) 공기를 막을 수 있습니다. 왜곡이 쉬운 소재에 특히 유용합니다." #: fdmprinter.def.json @@ -5620,7 +6633,9 @@ msgstr "드래프트 쉴드 제한" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "드래프트 쉴드의 높이를 설정합니다. 모델의 전체 높이 또는 제한된 높이에서 드래프트 쉴드를 프린팅하도록 선택합니다." #: fdmprinter.def.json @@ -5640,7 +6655,9 @@ msgstr "드래프트 쉴드 높이" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "드래프트 쉴드의 높이 제한. 이 높이 이상에서는 드래프트 쉴드가 프린팅되지 않습니다." #: fdmprinter.def.json @@ -5650,7 +6667,10 @@ msgstr "오버행이 프린팅되도록 설정" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." msgstr "최소한의 서포트가 필요하도록 프린팅 된 모델의 형상을 변경합니다. 가파른 오버행은 얕은 오버행이됩니다. 오버행 영역이 더 수직으로 떨어집니다." #: fdmprinter.def.json @@ -5660,7 +6680,10 @@ msgstr "최대 모델 각도" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." msgstr "프린팅 가능하게 된 후 오버행의 최대 각도. 0도의 값에서 모든 오버행은 빌드 플레이트에 연결된 모델로 대체됩니다. 90도는 모델을 변경하지 않습니다." #: fdmprinter.def.json @@ -5670,7 +6693,10 @@ msgstr "최대 오버행 홀 영역" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." msgstr "오버행 프린팅 설정에 의해 제거되기 전 모델의 베이스에 있는 구멍의 최대 영역입니다. 이보다 작은 홀은 유지됩니다. 0mm² 값은 모델 베이스의 모든 홀을 채웁니다." #: fdmprinter.def.json @@ -5680,7 +6706,10 @@ msgstr "코스팅(Coasting) 사용" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." msgstr "코스팅(Coasting)은 압출 경로의 마지막 부분을 이동 경로로 바꿉니다. 누출된 재료는 스트링을 줄이기 위해 압출 경로의 마지막 부분을 프린팅하는 데 사용됩니다." #: fdmprinter.def.json @@ -5690,7 +6719,9 @@ msgstr "코스팅(Coasting) 양" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "그렇지 않으면 볼륨이 흘러 나옵니다. 이 값은 일반적으로 노즐 직경 입방체에 가깝습니다." #: fdmprinter.def.json @@ -5700,7 +6731,11 @@ msgstr "코스팅(Coasting) 최소 양" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." msgstr "코스팅(Coasting)을 허용하기 전에 압출 경로에 있어야하는 최소 양. 작은 압출 경로의 경우 보우덴 튜브에 가해지는 압력이 적기 때문에 코스팅(Coasting) 부피가 선형 적으로 조정됩니다. 이 값은 항상 코스팅(Coasting) 양보다 커야합니다." #: fdmprinter.def.json @@ -5710,7 +6745,10 @@ msgstr "코스팅(Coasting) 속도" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." msgstr "코스팅(Coasting)시 이동 속도. 압출 경로의 속도에 상대적입니다. 코스팅(Coasting) 이동 중에 보우 덴 튜브의 압력이 떨어지기 때문에 100% 보다 약간 작은 값을 권합니다." #: fdmprinter.def.json @@ -5720,7 +6758,9 @@ msgstr "크로스 3D 포켓 크기" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "패턴이 접촉되는 높이에서 크로스 3D 패턴의 4 방향 교차점에있는 포켓의 크기입니다." #: fdmprinter.def.json @@ -5730,7 +6770,9 @@ msgstr "교차 충진 밀도 이미지" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "인쇄 충진물의 해당 위치에서 밝기 값으로 최소 밀도를 결정하는 이미지의 파일 위치." #: fdmprinter.def.json @@ -5740,7 +6782,9 @@ msgstr "지지대에 대한 교차 충진 밀도 이미지" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "지지대의 해당 위치에서 밝기 값으로 최소 밀도를 결정하는 이미지의 파일 위치." #: fdmprinter.def.json @@ -5760,7 +6804,11 @@ msgstr "원추서포트 각" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." msgstr "원추형 서포트점의 기울기 각도입니다. 0도가 수직이고 90도가 수평입니다. 각도가 작 으면 서포트가 더 튼튼하지만 더 많은 재료로 구성됩니다. 음수 각도는 서포트의 받침대가 상단보다 넓게 만듭니다." #: fdmprinter.def.json @@ -5770,7 +6818,9 @@ msgstr "원뿔형 서포트 최소 너비" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "원추형서포트 영역의 베이스가 축소되는 최소 너비. 폭이 좁으면 불안정한 서포트 구조가 생길 수 있습니다." #: fdmprinter.def.json @@ -5780,7 +6830,9 @@ msgstr "퍼지 스킨" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "외벽을 프린팅하는 동안 무작위로 지터가 발생하여 표면이 거칠고 흐릿해 보입니다." #: fdmprinter.def.json @@ -5800,7 +6852,9 @@ msgstr "퍼지 스킨 두께" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." msgstr "지터가 발생할 너비. 내벽이 변경되지 않으므로 외벽 너비 아래로 유지하는 것이 좋습니다." #: fdmprinter.def.json @@ -5810,7 +6864,10 @@ msgstr "퍼지 스킨 밀도" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." msgstr "레이어의 각 다각형에 있는 점의 평균 밀도입니다. 다각형의 원래 점은 버려지므로 밀도가 낮으면 해상도가 감소합니다." #: fdmprinter.def.json @@ -5820,7 +6877,11 @@ msgstr "퍼지 스킨 포인트 거리" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." msgstr "각 선분에 있는 임의의 점 사이의 평균 거리입니다. 다각형의 원래 점은 버려지므로 해상도가 감소합니다. 이 값은 퍼지 스킨 두께의 절반보다 커야합니다." #: fdmprinter.def.json @@ -5830,7 +6891,9 @@ msgstr "압출 속도 보상 최대 압출 오프셋" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "압출 속도를 보상하기 위해 필라멘트를 이동하는 최대 거리(mm)." #: fdmprinter.def.json @@ -5840,7 +6903,10 @@ msgstr "압출 속도 보상 배율" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." msgstr "압출 속도 변화를 보상하기 위해 필라멘트를 이동하는 거리(1초 압출 시 필라멘트가 이동할 수 있는 거리의 백분율)." #: fdmprinter.def.json @@ -5850,7 +6916,11 @@ msgstr "와이어 프린팅" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." msgstr "외벽의 표면만 거미줄 같은 형태로 공중에서 프린팅합니다. 이것은 상향 및 대각선 하향 라인을 통해 연결된 Z 간격으로 모형의 윤곽을 수평으로 인쇄함으로써 구현됩니다." #: fdmprinter.def.json @@ -5860,7 +6930,10 @@ msgstr "WP 연결 높이" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." msgstr "두 개의 수평 부분 사이의 상향 및 대각선 방향의 높이입니다. 이것은 네트 구조의 전체 밀도를 결정합니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5870,7 +6943,9 @@ msgstr "WP 지붕 인셋 거리" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "지붕에서 연결을 할 때 안쪽까지 윤곽선을 그립니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5880,7 +6955,9 @@ msgstr "WP 속도" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "재료를 압출 할 때 노즐이 움직이는 속도. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5890,7 +6967,9 @@ msgstr "WP 하단 프린팅 속도" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "첫 번째 레이어 프린팅 속도. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5900,7 +6979,8 @@ msgstr "WP 상향 프린팅 속도" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "공중에서 위쪽으로 선을 프린팅하는 속도. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5910,7 +6990,8 @@ msgstr "WP 하향 프린팅 속도" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "대각선 방향으로 선을 프린팅하는 속도. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5920,7 +7001,9 @@ msgstr "WP 가로 프린팅 속도" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "모델의 수평 윤곽 프린팅 속도입니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5930,7 +7013,9 @@ msgstr "WP 흐름" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "압출량 보상 : 압출 된 재료의 양에 이 값을 곱합니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5950,7 +7035,8 @@ msgstr "WP 플랫 플로우" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "평평한 선을 프린팅 할 때 압출량 보정. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5960,7 +7046,9 @@ msgstr "WP 상단 지연" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "상향 라인이 강화 될 수 있도록 상향 이동 후 지연 시간. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5980,7 +7068,10 @@ msgstr "WP 평탄한 지연" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." msgstr "두 개의 수평 세그먼트 사이의 지연 시간. 이러한 지연을 도입하면 연결 지점에서 이전 레이어와의 접착력이 향상 될 수 있으며 너무 긴 지연으로 인해 처짐이 발생할 수 있습니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -5992,7 +7083,8 @@ msgstr "WP 상향 조정" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." msgstr "기본 속도의 반으로 압출 된 상향 이동 거리. 이로 인해 이전 레이어에 더 나은 접착력을 유발할 수 있지만 레이어에 있는 소재는 너무 많이 가열하지 않습니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6002,7 +7094,10 @@ msgstr "WP 매듭 크기" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." msgstr "상향 선의 상단에 작은 매듭을 만들어 연속적인 수평 레이어에 연결할 수 있게 합니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6012,7 +7107,9 @@ msgstr "WP Fall Down" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "위쪽으로 밀어 낸 후 재료가 떨어지는 거리. 이 거리는 보상됩니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6022,7 +7119,10 @@ msgstr "WP 드래그를 따라" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." msgstr "대각선 방향으로 압출 된 압출부의 재료가 위쪽으로 밀어내는 거리. 이 거리는 보상됩니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6032,8 +7132,16 @@ msgstr "WP 전략" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "각 연결 지점에서 두 개의 연속 된 레이어가 연결되도록 하는 전략입니다. 리트렉션을 하면 상향 선이 올바른 위치에서 경화되지만 필라멘트가 갈릴 수 있습니다. 상향 선의 끝에 매듭을 만들어 연결 기회를 높이고 선을 차게 할 수 있습니다. 그러나 느린 프린팅 속도가 필요할 수 있습니다. 또 다른 전략은 상향 라인의 윗부분의 처짐을 보충하는 것입니다. 그러나 선은 항상 예측대로 떨어지지는 않습니다." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "각 연결 지점에서 두 개의 연속 된 레이어가 연결되도록 하는 전략입니다. 리트렉션을 하면 상향 선이 올바른 위치에서 경화되지만 필라멘트가 갈릴 수 있습니다. 상향 선의 끝에 매듭을 만들어 연결 기회를 높이고 선을 차게 할 수 있습니다. 그러나 느린 프린팅 속도가 필요할" +" 수 있습니다. 또 다른 전략은 상향 라인의 윗부분의 처짐을 보충하는 것입니다. 그러나 선은 항상 예측대로 떨어지지는 않습니다." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6057,7 +7165,10 @@ msgstr "WP 직선화 하향 라인" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." msgstr "수평선 조각에 의해 덮여있는 비스듬한 하향 선의 백분율. 이렇게 하면 상향 선의 맨 위 지점이 처지는 것을 방지 할 수 있습니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6067,7 +7178,10 @@ msgstr "WP 지붕 Fall Down" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." msgstr "공중에서 프린팅된 수평 지붕 라인의 거리는 프린팅 될 때 떨어집니다. 이 거리는 보상됩니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6077,7 +7191,10 @@ msgstr "WP 지붕 끌기" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." msgstr "루프의 외곽 윤곽으로 돌아갈 때 끌린 내향 선의 끝 부분 거리. 이 거리는 보상됩니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6087,7 +7204,9 @@ msgstr "WP 지붕 외부 지연" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." msgstr "지붕이 될 구멍의 바깥 둘레에서의 시간. 시간이 길면 연결이 더 잘됩니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6097,7 +7216,11 @@ msgstr "WP 노즐 유격" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." msgstr "노즐과 수평 아래쪽 라인 사이의 거리. 거리가 클수록 비스듬한 각도에서 비스듬히 아래쪽으로 선이 그어져 다음 층과의 연결이보다 적어집니다. 와이어 프린팅에만 적용됩니다." #: fdmprinter.def.json @@ -6107,7 +7230,9 @@ msgstr "어댑티브 레이어 사용" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "어댑티브 레이어는 모델의 모양에 따라 레이어의 높이를 계산합니다." #: fdmprinter.def.json @@ -6127,7 +7252,9 @@ msgstr "어댑티브 레이어 변화 단계 크기" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "이전 높이와 비교되는 다음 레이어 높이의 차이." #: fdmprinter.def.json @@ -6137,7 +7264,10 @@ msgstr "어댑티브 레이어 지형 크기" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." msgstr "두 개의 인접 레이어 사이의 대상 수평 거리. 이러한 설정을 줄이면 레이어들의 가장자리를 더 가깝게 하도록 보다 얇은 레이어들을 사용하게 됩니다." #: fdmprinter.def.json @@ -6147,7 +7277,11 @@ msgstr "오버행된 벽 각도" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." msgstr "이 각도보다 놓은 오버행(경사면)의 벽은 오버행 벽 설정을 사용해 인쇄됩니다. 값이 90이면 오버행(경사면)으로 처리되는 벽이 없습니다. 서포트로 지지되는 오버행(경사면)도 오버행(경사면)으로 처리되지 않습니다." #: fdmprinter.def.json @@ -6157,7 +7291,9 @@ msgstr "오버행된 벽 속도" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "오버행된 벽은 정상적인 인쇄 속도의 이 비율로 인쇄됩니다." #: fdmprinter.def.json @@ -6167,7 +7303,9 @@ msgstr "브릿지 설정 사용" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "브릿지가 출력되는 중에 브리지를 감지하고 인쇄 속도, 흐름 및 팬 설정을 수정합니다." #: fdmprinter.def.json @@ -6177,7 +7315,10 @@ msgstr "최소 브리지 벽 길이" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." msgstr "이보다 짧은 벽은 일반 벽 설정을 사용하여 인쇄됩니다. 더 이상 지원되지 않는 벽은 브리지 벽 설정을 사용하여 인쇄됩니다." #: fdmprinter.def.json @@ -6187,7 +7328,10 @@ msgstr "브릿지 스킨 서포트 임계값" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." msgstr "스킨 영역이 해당 영역의 비율 미만으로 생성되면 브릿지 설정을 사용하여 인쇄하십시오. 그렇지 않으면 일반 스킨 설정을 사용하여 인쇄됩니다." #: fdmprinter.def.json @@ -6197,7 +7341,9 @@ msgstr "브리지의 희박한 내부채움 최대 밀도" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." msgstr "희박하다고 여겨지는 내부채움의 최대 밀도 희박한 내부채움의 스킨은 지원되지 않는 것으로 간주되므로 브릿지 스킨으로 취급할 수 있습니다." #: fdmprinter.def.json @@ -6207,7 +7353,10 @@ msgstr "브릿지 벽 코스팅(Coasting)" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." msgstr "이것은 브릿지 벽이 시작되기 직전에 익스트루더가 있어야하는 거리를 제어합니다. 브릿지가 시작되기 전에 코스팅(coasting)을 하면 노즐의 압력을 낮추고 보다 평평한 브릿지를 만들 수 있습니다." #: fdmprinter.def.json @@ -6227,7 +7376,9 @@ msgstr "브리지 벽 압출량" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "브릿지 스킨 벽 영역을 프린팅할 때 압출 된 재료의 양에 이 값을 곱합니다." #: fdmprinter.def.json @@ -6247,7 +7398,9 @@ msgstr "브리지 스킨 압출량" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "브릿지 스킨 영역을 프린팅할 때 압출 된 재료의 양에 이 값을 곱합니다." #: fdmprinter.def.json @@ -6257,7 +7410,9 @@ msgstr "브릿지 스킨 밀도" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "브릿지 스킨 층의 밀도입니다. 값이 100보다 작으면 스킨 라인 사이의 간격이 증가합니다." #: fdmprinter.def.json @@ -6277,7 +7432,10 @@ msgstr "여러 개의 레이어가있는 브릿지" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." msgstr "이 옵션을 사용하면 다음 설정을 사용하여 에어 위의 두 번째 및 세 번째 레이어가 인쇄됩니다. 그렇지 않으면 해당 레이어는 일반 설정을 사용하여 인쇄됩니다." #: fdmprinter.def.json @@ -6297,7 +7455,9 @@ msgstr "브리지 두 번째 스킨 압출량" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "두번째 브릿지 스킨 영역을 프린팅할 때 압출 된 재료의 양에 이 값을 곱합니다." #: fdmprinter.def.json @@ -6307,7 +7467,9 @@ msgstr "브리지 두 번째 스킨 밀도" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "두번째 브릿지 스킨 층의 밀도입니다. 값이 100보다 작으면 스킨 라인 사이의 간격이 증가합니다." #: fdmprinter.def.json @@ -6337,7 +7499,9 @@ msgstr "브리지 세 번째 스킨 압출량" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "세번째 브릿지 스킨 영역을 프린팅할 때 압출 된 재료의 양에 이 값을 곱합니다." #: fdmprinter.def.json @@ -6347,7 +7511,9 @@ msgstr "브릿지 세번째 스킨 밀도" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "세번째 브릿지 스킨 층의 밀도입니다. 값이 100보다 작으면 스킨 라인 사이의 간격이 증가합니다." #: fdmprinter.def.json @@ -6367,7 +7533,11 @@ msgstr "레이어 사이의 와이프 노즐" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." msgstr "노즐 와이퍼 작동 G-코드를 레이어 사이에 포함할지 여부(레이어당 최대 1개) 이 설정을 활성화하면 레이어 변경 시 리트렉트 동작에 영향을 미칠 수 있습니다. 와이프 스크립트가 작동할 레이어의 감속을 제어하려면 와이프 리트랙션 설정을 사용하십시오." #: fdmprinter.def.json @@ -6377,7 +7547,11 @@ msgstr "와이프 사이의 재료 볼륨" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." msgstr "다른 노즐 와이프를 시작하기 전에 압출 성형할 수 있는 최대 재료입니다. 이 값이 레이어에 필요한 재료의 양보다 작으면 이 레이어에서는 아무런 효과가 없습니다. 즉, 레이어당 한번 와이프하는 것으로 제한됩니다." #: fdmprinter.def.json @@ -6397,7 +7571,8 @@ msgstr "와이프 리트랙션 거리" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "필라멘트를 리트렉션하는 양으로 와이프 순서 동안 새어 나오지 않습니다." #: fdmprinter.def.json @@ -6407,7 +7582,9 @@ msgstr "와이프 리트랙션 추가 초기 양" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "와이프 이동 중에 재료가 새어 나올 수 있습니다. 이 재료는 여기에서 보상받을 수 있습니다." #: fdmprinter.def.json @@ -6417,7 +7594,9 @@ msgstr "와이프 리트랙션 속도" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "와이프 리트랙션 이동 중에 필라멘트가 리트렉션 및 준비되는 속도입니다." #: fdmprinter.def.json @@ -6427,7 +7606,8 @@ msgstr "와이프 리트랙션 리트렉트 속도" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "와이프 리트랙션 이동 중에 필라멘트가 리트렉트되는 속도입니다." #: fdmprinter.def.json @@ -6437,7 +7617,8 @@ msgstr "와이프 리트렉션 초기 속도" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "와이프 리트랙션 이동 중에 필라멘트가 초기화되는 속도입니다." #: fdmprinter.def.json @@ -6457,7 +7638,10 @@ msgstr "와이프 Z 홉" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." msgstr "와이프할 때, 노즐과 출력물 사이에 간격이 생기도록 빌드 플레이트를 내립니다. 이동 중에 노즐이 출력물에 부딪히는 것을 방지하여 제조판에서 출력물을 칠 가능성을 줄입니다." #: fdmprinter.def.json @@ -6517,7 +7701,9 @@ msgstr "소형 구멍 최대 크기" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "이 수치보다 직경이 작은 구멍 및 부품 윤곽은 소형 피처 속도 기능을 이용해 프린트합니다." #: fdmprinter.def.json @@ -6527,7 +7713,9 @@ msgstr "소형 피처 최대 길이" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "이 수치보다 길이가 짧은 피처 윤곽은 소형 피처 속도 기능을 이용해 프린트합니다." #: fdmprinter.def.json @@ -6537,7 +7725,9 @@ msgstr "소형 피처 속도" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." msgstr "소형 피처는 정상적인 프린트 속도의 이 비율로 프린팅됩니다. 프린트 속도가 느리면 부착과 정확도가 개선됩니다." #: fdmprinter.def.json @@ -6547,38 +7737,45 @@ msgstr "소형 피처 초기 레이어 속도" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." msgstr "첫 번째 레이어의 소형 피처는 정상적인 프린트 속도의 이 비율로 프린팅됩니다. 프린트 속도가 느리면 부착과 정확도가 개선됩니다." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "벽 방향 대체" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "다른 레이어마다 벽 방향을 대체하고 삽입합니다. 금속 프린팅의 경우와 같이 응력을 증강시킬 수 있는 재료에 유용." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "래프트 내부 모서리 제거" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "래프트가 볼록해지도록 래프트에서 내부 모서리를 제거합니다." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "래프트 베이스 벽 개수" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "래프트의 베이스 레이어에 있는 선형 패턴 주위에 프린팅 할 윤곽의 수." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6587,7 +7784,9 @@ msgstr "커맨드 라인 설정" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "큐라(Cura) 프론트 엔드에서 큐라엔진(CuraEngine)이 호출되지 않은 경우에만 사용되는 설정입니다." #: fdmprinter.def.json @@ -6597,7 +7796,9 @@ msgstr "가운데 객체" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "객체가 저장된 좌표계를 사용하는 대신 빌드 플랫폼 중간 (0,0)를 중심으로 할지 여부." #: fdmprinter.def.json @@ -6627,7 +7828,9 @@ msgstr "메쉬 위치 Z" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "z 방향으로 객체에 적용된 오프셋입니다. 이것을 사용하여 '오프젝 싱크(Object Sink)'라고 불렀던 것을 수행 할 수 있습니다." #: fdmprinter.def.json @@ -6637,7 +7840,8 @@ msgstr "메쉬 회전 행렬" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "파일로부터 로드 하는 경유, 모델에 적용될 변환 행렬입니다." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index 2a1571cb35..161ba19e5a 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-09-07 08:01+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Dutch , Dutch \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.0\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Geen toegang tot update-informatie." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Er zijn mogelijk nieuwe functies of foutoplossingen beschikbaar voor uw {machine_name}. Als u dit nog niet hebt gedaan, is het raadzaam om de firmware op uw printer bij te werken naar versie {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "Er zijn mogelijk nieuwe functies of foutoplossingen beschikbaar voor uw {machine_name}. Als u dit nog niet hebt gedaan, is het raadzaam om de firmware" +" op uw printer bij te werken naar versie {latest_version}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Firmware bijwerken" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura heeft materiaalprofielen gedetecteerd die nog niet op de hostprinter van groep {0} zijn geïnstalleerd." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +240,9 @@ msgstr "De materialen worden naar de printer verzonden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "U probeert verbinding te maken met {0}, maar deze is niet de host van een groep. U kunt de webpagina bezoeken om deze als groephost te configureren." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +300,10 @@ msgstr "Gegevens verzonden" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"U kunt uw printer {printer_name} via de cloud verbinden.\n" -" Beheer uw printerwachtrij en controleer uw prints vanaf elke plek door uw printer te verbinden met Digital Factory" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "U kunt uw printer {printer_name} via de cloud verbinden.\n Beheer uw printerwachtrij en controleer uw prints vanaf elke plek door uw printer te" +" verbinden met Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +322,9 @@ msgstr "Meer informatie" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "U probeert verbinding te maken met een printer waarop Ultimaker Connect niet wordt uitgevoerd. Werk de printer bij naar de nieuwste firmware." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -450,26 +461,23 @@ msgstr "Printers verwijderen?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"U staat op het punt om {0} printer uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" -"Weet u zeker dat u door wilt gaan?" -msgstr[1] "" -"U staat op het punt om {0} printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" -"Weet u zeker dat u door wilt gaan?" +msgstr[0] "U staat op het punt om {0} printer uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\nWeet u zeker dat u door wilt gaan?" +msgstr[1] "U staat op het punt om {0} printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\nWeet u zeker dat u door wilt gaan?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"U staat op het punt om alle printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n" -"Weet u zeker dat u door wilt gaan?" +msgstr "U staat op het punt om alle printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\nWeet u zeker dat u door wilt gaan?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -511,15 +519,16 @@ msgstr "3D-modelassistent" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Een of meer 3D-modellen worden mogelijk niet optimaal geprint vanwege het modelformaat en de materiaalconfiguratie:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Ontdek hoe u de best mogelijke printkwaliteit en betrouwbaarheid verkrijgt.

    \n" -"

    Handleiding printkwaliteit bekijken

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Een of meer 3D-modellen worden mogelijk niet optimaal geprint vanwege het modelformaat en de materiaalconfiguratie:

    \n

    {model_names}

    \n

    Ontdek" +" hoe u de best mogelijke printkwaliteit en betrouwbaarheid verkrijgt.

    \n

    Handleiding printkwaliteit" +" bekijken

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -593,7 +602,9 @@ msgstr "Geen bevoegdheid om de werkruimte hier te schrijven." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "Het besturingssysteem staat niet toe dat u een projectbestand opslaat op deze locatie of met deze bestandsnaam." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -614,7 +625,9 @@ msgstr "Gecomprimeerd G-code-bestand" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Slicen is mislukt door een onverwachte fout. Overweeg om de fout te melden via onze issue tracker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -634,7 +647,9 @@ msgstr "Meld een fout via de issue tracker van Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Met het huidige materiaal is slicen niet mogelijk, omdat het materiaal niet compatibel is met de geselecteerde machine of configuratie." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -650,24 +665,31 @@ msgstr "Kan niet slicen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Met de huidige instellingen is slicing niet mogelijk. De volgende instellingen bevatten fouten: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Slicing is niet mogelijk vanwege enkele instellingen per model. De volgende instellingen bevatten fouten voor een of meer modellen: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "Slicen is niet mogelijk omdat de terugduwpijler of terugduwpositie(s) ongeldig zijn." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Slicen is niet mogelijk omdat er objecten gekoppeld zijn aan uitgeschakelde Extruder %s." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -677,11 +699,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Controleer de instellingen en zorg ervoor dat uw modellen:\n" -"- binnen het werkvolume passen\n" -"- zijn toegewezen aan een ingeschakelde extruder\n" -"- niet allemaal zijn ingesteld als modificatierasters" +msgstr "Controleer de instellingen en zorg ervoor dat uw modellen:\n- binnen het werkvolume passen\n- zijn toegewezen aan een ingeschakelde extruder\n- niet allemaal" +" zijn ingesteld als modificatierasters" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -733,8 +752,12 @@ msgstr "Nozzle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Projectbestand {0} bevat een onbekend type machine {1}. Kan de machine niet importeren. In plaats daarvan worden er modellen geïmporteerd." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "Projectbestand {0} bevat een onbekend type machine {1}. Kan de machine niet importeren. In plaats daarvan worden" +" er modellen geïmporteerd." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -744,7 +767,9 @@ msgstr "Projectbestand Openen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "Projectbestand {0} is plotseling ontoegankelijk: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -756,13 +781,16 @@ msgstr "Kan projectbestand niet openen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "Projectbestand {0} is corrupt: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "Projectbestand {0} wordt gemaakt met behulp van profielen die onbekend zijn bij deze versie van Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -902,46 +930,48 @@ msgstr "Upgrades selecteren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Onbekend pakket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Onbekende auteur" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Antwoord van de server is niet duidelijk." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Kan Marketplace niet bereiken." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Geïnstalleerde plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Geïnstalleerde materialen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Gebundelde plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Gebundelde materialen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "De gemarkeerde gebieden geven ofwel ontbrekende of ongebruikelijke oppervlakken aan. Corrigeer het model en open het opnieuw in Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -974,8 +1004,11 @@ msgstr "Details van de G-code" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Zorg ervoor dat de G-code geschikt is voor uw printer en de printerconfiguratie voordat u het bestand verzendt. Mogelijk is de weergave van de G-code niet nauwkeurig." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." +msgstr "Zorg ervoor dat de G-code geschikt is voor uw printer en de printerconfiguratie voordat u het bestand verzendt. Mogelijk is de weergave van de G-code niet" +" nauwkeurig." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" @@ -1009,12 +1042,15 @@ msgstr "Aangesloten via USB" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Er wordt momenteel via USB geprint. Wanneer u Cura afsluit, wordt het printen gestopt. Weet u zeker dat u wilt afsluiten?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Er wordt nog een print afgedrukt. Cura kan pas een nieuwe print via USB starten zodra de vorige print is voltooid." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1064,7 +1100,9 @@ msgstr "Engine initialiseren ..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1096,7 +1134,9 @@ msgstr "Visueel" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "Het visuele profiel is ontworpen om visuele prototypen en modellen te printen met als doel een hoge visuele en oppervlaktekwaliteit te creëren." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1108,7 +1148,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "Het engineeringprofiel is ontworpen om functionele prototypen en onderdelen voor eindgebruik te printen met als doel een grotere precisie en nauwere toleranties." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1120,7 +1162,9 @@ msgstr "Ontwerp" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "Het ontwerpprofiel is ontworpen om initiële prototypen en conceptvalidatie te printen met als doel de printtijd aanzienlijk te verkorten." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1143,7 +1187,8 @@ msgstr "Onbekend" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Kan de onderstaande printer(s) niet verbinden omdat deze deel uitmaakt/uitmaken van een groep" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1159,7 +1204,9 @@ msgstr "Berekend" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Synchroniseer de materiaalprofielen met uw printer voordat u gaat printen." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1172,7 +1219,7 @@ msgstr "Nieuwe materialen geïnstalleerd" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Materialen synchroniseren..." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1226,7 +1273,9 @@ msgstr "In het antwoord van Digital Factory ontbreekt belangrijke informatie." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Kan geen verbinding maken met Digital Factory voor de synchronisatie van materialen met enkele printers." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1401,7 +1450,9 @@ msgstr "Volgende" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "De hoogte van het bouwvolume is verminderd wegens de waarde van de instelling “Printvolgorde”, om te voorkomen dat de rijbrug tegen geprinte modellen botst." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 @@ -1434,7 +1485,9 @@ msgstr "Het Bestand Bestaat Al" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "Het bestand {0} bestaat al. Weet u zeker dat u dit bestand wilt overschrijven?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1455,7 +1508,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "De instellingen zijn gewijzigd zodat deze overeenkomen met de huidige beschikbaarheid van extruders:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1471,13 +1525,16 @@ msgstr "Extruder(s) uitgeschakeld" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Kan het profiel niet exporteren als {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Kan het profiel niet exporteren als {0}: Plug-in voor de schrijver heeft een fout gerapporteerd." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1500,7 +1557,8 @@ msgstr "Kan het profiel niet importeren uit {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Kan het profiel niet importeren uit {0} voordat een printer toegevoegd is." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1519,7 +1577,9 @@ msgstr "Kan het profiel niet importeren uit {0}:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Dit profiel {0} bevat incorrecte gegevens. Kan het profiel niet importeren." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1569,14 +1629,20 @@ msgstr "Kan het profiel niet toevoegen." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "Kwaliteitstype '{0}' is niet compatibel met de huidige actieve machinedefinitie '{1}'." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Waarschuwing: het profiel is niet zichtbaar omdat het kwaliteitstype '{0}' van het profiel niet beschikbaar is voor de huidige configuratie. Schakel naar een materiaal-nozzle-combinatie waarvoor dit kwaliteitstype geschikt is." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Waarschuwing: het profiel is niet zichtbaar omdat het kwaliteitstype '{0}' van het profiel niet beschikbaar is voor de huidige configuratie. Schakel naar" +" een materiaal-nozzle-combinatie waarvoor dit kwaliteitstype geschikt is." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1595,7 +1661,9 @@ msgstr "Object plaatsen" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Er kan geen nieuw aanmeldingsproces worden gestart. Controleer of een andere aanmeldingspoging nog actief is." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1641,17 +1709,20 @@ msgstr "Cura kan niet worden gestart" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Oeps, Ultimaker Cura heeft een probleem gedetecteerd.

    \n" -"

    Tijdens het opstarten is een onherstelbare fout opgetreden. Deze fout is mogelijk veroorzaakt door enkele onjuiste configuratiebestanden. Het wordt aanbevolen een back-up te maken en de standaardinstelling van uw configuratie te herstellen.

    \n" -"

    Back-ups bevinden zich in de configuratiemap.

    \n" -"

    Stuur ons dit crashrapport om het probleem op te lossen.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    Oeps, Ultimaker Cura heeft een probleem gedetecteerd.

    \n

    Tijdens het opstarten is een onherstelbare fout opgetreden." +" Deze fout is mogelijk veroorzaakt door enkele onjuiste configuratiebestanden. Het wordt aanbevolen een back-up te maken en de standaardinstelling van" +" uw configuratie te herstellen.

    \n

    Back-ups bevinden zich in de configuratiemap.

    \n

    Stuur ons dit crashrapport" +" om het probleem op te lossen.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1681,13 +1752,13 @@ msgstr "Crashrapport" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Er is een fatale fout opgetreden in Cura. Stuur ons het crashrapport om het probleem op te lossen

    \n" -"

    Druk op de knop \"Rapport verzenden\" om het foutenrapport automatisch naar onze servers te verzenden

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Er is een fatale fout opgetreden in Cura. Stuur ons het crashrapport om het probleem op te lossen

    \n

    Druk op de knop "Rapport" +" verzenden" om het foutenrapport automatisch naar onze servers te verzenden

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1779,11 +1850,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Controleer of de printer verbonden is:\n" -"- Controleer of de printer ingeschakeld is.\n" -"- Controleer of de printer verbonden is met het netwerk.\n" -"- Controleer of u bent aangemeld om met de cloud verbonden printers te detecteren." +msgstr "Controleer of de printer verbonden is:\n- Controleer of de printer ingeschakeld is.\n- Controleer of de printer verbonden is met het netwerk.\n- Controleer" +" of u bent aangemeld om met de cloud verbonden printers te detecteren." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1863,12 +1931,18 @@ msgstr "Firmware bijwerken" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Firmware is de software die direct op de 3D-printer wordt uitgevoerd. Deze firmware bedient de stappenmotoren, regelt de temperatuur en zorgt er in feite voor dat de printer doet wat deze moet doen." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "Firmware is de software die direct op de 3D-printer wordt uitgevoerd. Deze firmware bedient de stappenmotoren, regelt de temperatuur en zorgt er in feite" +" voor dat de printer doet wat deze moet doen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "De firmware die bij nieuwe printers wordt geleverd, werkt wel, maar nieuwe versies hebben vaak meer functies en verbeteringen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1883,12 +1957,15 @@ msgstr "Aangepaste Firmware Uploaden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "Kan de firmware niet bijwerken omdat er geen verbinding met de printer is." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "Kan de firmware niet bijwerken omdat de verbinding met de printer geen ondersteuning biedt voor het uitvoeren van een firmware-upgrade." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2012,8 +2089,11 @@ msgstr "Werk de firmware van uw printer bij om de wachtrij op afstand te beheren #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Vanuit Ultimaker Cura kunt u de webcamfeeds voor cloudprinters niet bekijken. Klik op 'Printer beheren' om Ultimaker Digital Factory te bezoeken en deze webcam te bekijken." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Vanuit Ultimaker Cura kunt u de webcamfeeds voor cloudprinters niet bekijken. Klik op 'Printer beheren' om Ultimaker Digital Factory te bezoeken en deze" +" webcam te bekijken." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2073,13 +2153,16 @@ msgstr "Overschrijven" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "Voor de toegewezen printer, %1, is de volgende configuratiewijziging vereist:" msgstr[1] "Voor de toegewezen printer, %1, zijn de volgende configuratiewijzigingen vereist:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "De printer %1 is toegewezen. De taak bevat echter een onbekende materiaalconfiguratie." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2104,7 +2187,9 @@ msgstr "Wijzig het platform naar %1 (kan niet worden overschreven)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "Met het overschrijven worden de opgegeven instellingen gebruikt met de bestaande printerconfiguratie. De print kan hierdoor mislukken." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2134,8 +2219,15 @@ msgstr "Verbinding Maken met Printer in het Netwerk" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Als u rechtstreeks via het netwerk wilt printen naar de printer, moet u ervoor zorgen dat de printer met een netwerkkabel is verbonden met het netwerk of moet u verbinding maken met de printer via het wifi-netwerk. Als u geen verbinding maakt tussen Cura en de printer, kunt u een USB-station gebruiken om G-code-bestanden naar de printer over te zetten." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Als u rechtstreeks via het netwerk wilt printen naar de printer, moet u ervoor zorgen dat de printer met een netwerkkabel is verbonden met het netwerk" +" of moet u verbinding maken met de printer via het wifi-netwerk. Als u geen verbinding maakt tussen Cura en de printer, kunt u een USB-station gebruiken" +" om G-code-bestanden naar de printer over te zetten." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2162,7 +2254,9 @@ msgstr "Vernieuwen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Raadpleeg de handleiding voor probleemoplossing bij printen via het netwerk als uw printer niet in de lijst wordt vermeld" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2439,7 +2533,7 @@ msgstr "max" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Afbeelding converteren..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2469,7 +2563,7 @@ msgstr "Breedte (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "De breedte op het platform in millimeters" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2493,13 +2587,18 @@ msgstr "Lichter is hoger" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Bij lithofanen dienen donkere pixels overeen te komen met de dikkere plekken om meer licht tegen te houden. Bij hoogtekaarten geven lichtere pixels hoger terrein aan. Lichtere pixels dienen daarom overeen te komen met dikkere plekken in het gegenereerde 3D-model." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Bij lithofanen dienen donkere pixels overeen te komen met de dikkere plekken om meer licht tegen te houden. Bij hoogtekaarten geven lichtere pixels hoger" +" terrein aan. Lichtere pixels dienen daarom overeen te komen met dikkere plekken in het gegenereerde 3D-model." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Kleur model" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2513,7 +2612,9 @@ msgstr "Doorschijnendheid" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "Voor lithofanen is een eenvoudig logaritmisch model voor doorschijnendheid beschikbaar. Voor hoogtekaarten corresponderen de pixelwaarden lineair met hoogten." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 @@ -2523,8 +2624,12 @@ msgstr "Transmissie 1 mm (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Het percentage licht dat doordringt in een print met een dikte van 1 millimeter. Een lagere waarde verhoogt het contrast in donkere gebieden en verlaagt het contrast in lichte gebieden van de afbeelding." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "Het percentage licht dat doordringt in een print met een dikte van 1 millimeter. Een lagere waarde verhoogt het contrast in donkere gebieden en verlaagt" +" het contrast in lichte gebieden van de afbeelding." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2746,7 +2851,9 @@ msgstr "Back-up herstellen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "U moet Cura opnieuw starten voordat uw back-up wordt hersteld. Wilt u Cura nu sluiten?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2769,12 +2876,16 @@ msgstr "Mijn back-ups" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "U hebt momenteel geen back-ups. Gebruik de knop 'Nu back-up maken' om een back-up te maken." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "Tijdens de voorbeeldfase zijn er maximaal 5 back-ups zichtbaar. Verwijder een back-up als u oudere back-ups wilt bekijken." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2789,8 +2900,11 @@ msgstr "Meer informatie over anonieme gegevensverzameling" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren. Hieronder ziet u een voorbeeld van alle gegevens die worden gedeeld:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren. Hieronder ziet u een voorbeeld van alle gegevens die" +" worden gedeeld:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 msgctxt "@text:window" @@ -2851,13 +2965,21 @@ msgstr "Platform Kalibreren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Je kan nu je platform afstellen, zodat uw prints er altijd fantastisch uitzien. Als u op 'Naar de volgende positie bewegen' klikt, beweegt de nozzle naar de verschillende instelbare posities." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Je kan nu je platform afstellen, zodat uw prints er altijd fantastisch uitzien. Als u op 'Naar de volgende positie bewegen' klikt, beweegt de nozzle naar" +" de verschillende instelbare posities." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Voor elke positie legt u een stukje papier onder de nozzle en past u de hoogte van het printplatform aan. De hoogte van het printplatform is goed wanneer het papier net door de punt van de nozzle wordt meegenomen." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Voor elke positie legt u een stukje papier onder de nozzle en past u de hoogte van het printplatform aan. De hoogte van het printplatform is goed wanneer" +" het papier net door de punt van de nozzle wordt meegenomen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2872,42 +2994,42 @@ msgstr "Beweeg Naar de Volgende Positie" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Geverifieerde Ultimaker-plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Gecertificeerd Ultimaker-materiaal" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Geverifieerd Ultimaker-pakket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Laden..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Materialen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Zoeken in browser" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Om het pakket te gebruiken moet u Cura opnieuw opstarten" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2917,164 +3039,166 @@ msgstr "Sluit %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Door" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Inschakelen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Uitschakelen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Downgraden..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Downgraden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Installeren..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Installeren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "De-installeren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Updaten..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Bijwerken" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Plugins installeren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Stroomlijn uw workflow en pas uw Ultimaker Cura-ervaring aan de eisen aan met plugins die zijn geleverd door onze fantastische gebruikersgemeenschap." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Pakketten beheren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Beschrijving" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Compatibele printers" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Geen compatibiliteitsinformatie" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Compatibele ondersteuningsmaterialen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Geen" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Compatibel met Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Ja" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Nee" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Geoptimaliseerd voor Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Bezoek de plug-in-website" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Website" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Koop spoel" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Informatieblad veiligheid" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Technisch informatieblad" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Pakketgegevens" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Terug" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Licentieovereenkomst plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Lees de plug-in-licentie en stem hiermee in." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Ja, ik ga akkoord" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3084,52 +3208,56 @@ msgstr "Nee, ik ga niet akkoord" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Kan pakketten niet laden:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Opnieuw proberen?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Laden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Geen resultaten meer om te laden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Geen resultaten gevonden met huidige filter" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Meer laden" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Pakketten beheren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Beheer hier uw Ultimaker Cura-plug-ins en materiaalprofielen. Zorg ervoor dat uw plug-ins up-to-date blijven en maak regelmatig een back-up van uw instellingen." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Materialen installeren" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Selecteer en installeer materiaalprofielen die zijn geoptimaliseerd voor uw Ultimaker 3D-printers." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3377,7 +3505,9 @@ msgstr "Nieuw project" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Weet u zeker dat u een nieuw project wilt starten? Hiermee wordt het platform leeggemaakt en worden eventuele niet-opgeslagen instellingen verwijderd." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3392,8 +3522,11 @@ msgstr "Platform" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "De doeltemperatuur van het verwarmde bed. Het bed wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt de verwarming van het bed uitgeschakeld." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." +msgstr "De doeltemperatuur van het verwarmde bed. Het bed wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt" +" de verwarming van het bed uitgeschakeld." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 msgctxt "@tooltip" @@ -3419,8 +3552,12 @@ msgstr "Voorverwarmen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Verwarm het bed voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het bed wordt verwarmd. Zo hoeft u niet te wachten totdat het bed opgewarmd is wanneer u gereed bent om te printen." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Verwarm het bed voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het bed wordt verwarmd. Zo hoeft u niet te wachten totdat" +" het bed opgewarmd is wanneer u gereed bent om te printen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3459,7 +3596,9 @@ msgstr "G-code verzenden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Verzend een aangepaste G-code-opdracht naar de verbonden printer. Druk op Enter om de opdracht te verzenden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3469,8 +3608,11 @@ msgstr "Extruder" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "De doeltemperatuur van de hot-end. De hot-end wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt de verwarming van de hot-end uitgeschakeld." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "De doeltemperatuur van de hot-end. De hot-end wordt verwarmd of afgekoeld totdat deze temperatuur bereikt is. Als deze waarde ingesteld is op 0, wordt" +" de verwarming van de hot-end uitgeschakeld." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 msgctxt "@tooltip" @@ -3484,8 +3626,12 @@ msgstr "De temperatuur waarnaar het hotend moet worden voorverwarmd." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Verwarm het hotend voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het hotend wordt verwarmd. Zo hoeft u niet te wachten totdat het hotend is opgewarmd wanneer u gereed bent om te printen." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Verwarm het hotend voordat u gaat printen. U kunt doorgaan met het aanpassen van uw print terwijl het hotend wordt verwarmd. Zo hoeft u niet te wachten" +" totdat het hotend is opgewarmd wanneer u gereed bent om te printen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3509,7 +3655,9 @@ msgstr "Projectbestand openen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Dit is een Cura-projectbestand. Wilt u dit openen als project of de modellen eruit importeren?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3565,8 +3713,12 @@ msgstr "Bestand(en) openen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Binnen de door u geselecteerde bestanden zijn een of meer projectbestanden aangetroffen. U kunt slechts één projectbestand tegelijk openen. Het wordt aangeraden alleen modellen uit deze bestanden te importeren. Wilt u verdergaan?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Binnen de door u geselecteerde bestanden zijn een of meer projectbestanden aangetroffen. U kunt slechts één projectbestand tegelijk openen. Het wordt aangeraden" +" alleen modellen uit deze bestanden te importeren. Wilt u verdergaan?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3593,9 +3745,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura is ontwikkeld door Ultimaker B.V. in samenwerking met de community.\n" -"Cura maakt met trots gebruik van de volgende opensourceprojecten:" +msgstr "Cura is ontwikkeld door Ultimaker B.V. in samenwerking met de community.\nCura maakt met trots gebruik van de volgende opensourceprojecten:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3690,7 +3840,7 @@ msgstr "Bibliotheek met veelhoeken" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Pythonbindingen voor Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3750,8 +3900,12 @@ msgstr "Wijzigingen verwijderen of behouden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "U hebt enkele profielinstellingen aangepast.\nWilt u deze gewijzigde instellingen behouden na het verwisselen van profielen?\nU kunt de wijzigingen ook" +" verwijderen om de standaardinstellingen van '%1' te laden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3921,12 +4075,15 @@ msgstr "Beschikbare configuraties laden vanaf de printer..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "De configuraties zijn niet beschikbaar omdat de printer niet verbonden is." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Deze configuratie is niet beschikbaar omdat %1 niet wordt herkend. Ga naar %2 om het juiste materiaalprofiel te downloaden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3936,7 +4093,8 @@ msgstr "Marktplaats" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "De configuratie van deze extruder is niet toegestaan en verhindert slicen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4045,10 +4203,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Voeg materiaalprofielen en plug-ins toe uit de Marktplaats\n" -"- Maak back-ups van uw materiaalprofielen en plug-ins en synchroniseer deze\n" -"- Deel ideeën met 48.000+ gebruikers in de Ultimaker-community of vraag hen om ondersteuning" +msgstr "- Voeg materiaalprofielen en plug-ins toe uit de Marktplaats\n- Maak back-ups van uw materiaalprofielen en plug-ins en synchroniseer deze\n- Deel ideeën" +" met 48.000+ gebruikers in de Ultimaker-community of vraag hen om ondersteuning" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4222,8 +4378,12 @@ msgstr "Bestand(en) openen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Binnen de door u geselecteerde bestanden zijn een of meer G-code-bestanden aangetroffen. U kunt maximaal één G-code-bestand tegelijk openen. Selecteer maximaal één bestand als u dit wilt openen als G-code-bestand." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Binnen de door u geselecteerde bestanden zijn een of meer G-code-bestanden aangetroffen. U kunt maximaal één G-code-bestand tegelijk openen. Selecteer" +" maximaal één bestand als u dit wilt openen als G-code-bestand." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4272,9 +4432,15 @@ msgid "Custom" msgstr "Aangepast" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "Er is geen %1 profiel voor de configuratie in extruder %2. In plaats daarvan wordt de standaardintentie gebruikt" msgstr[1] "Er is geen %1 profiel voor de configuraties in extruders %2. In plaats daarvan wordt de standaardintentie gebruikt" @@ -4285,7 +4451,8 @@ msgstr "Geleidelijke vulling" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Met geleidelijke vulling neemt de hoeveelheid vulling naar boven toe." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4295,7 +4462,9 @@ msgstr "Supportstructuur" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Genereer structuren om delen van het model met overhang te ondersteunen. Zonder deze structuren zakken dergelijke delen in tijdens het printen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4306,7 +4475,9 @@ msgstr "Profielen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "U hebt enkele profielinstellingen aangepast. Ga naar de aangepaste modus als u deze wilt wijzigen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4316,8 +4487,11 @@ msgstr "Hechting" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Het printen van een brim of raft inschakelen. Deze optie zorgt ervoor dat er extra materiaal rondom of onder het object wordt neergelegd, dat er naderhand eenvoudig kan worden afgesneden." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." +msgstr "Het printen van een brim of raft inschakelen. Deze optie zorgt ervoor dat er extra materiaal rondom of onder het object wordt neergelegd, dat er naderhand" +" eenvoudig kan worden afgesneden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 msgctxt "@label:header" @@ -4338,13 +4512,11 @@ msgstr "Profiel" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Sommige waarden of aanpassingen van instellingen zijn anders dan de waarden die in het profiel zijn opgeslagen.\n" -"\n" -"Klik om het profielbeheer te openen." +msgstr "Sommige waarden of aanpassingen van instellingen zijn anders dan de waarden die in het profiel zijn opgeslagen.\n\nKlik om het profielbeheer te openen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4364,29 +4536,34 @@ msgstr "Huidig" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Eenheid" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Hernoemen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Geef een nieuwe naam op." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Deze instelling is door de actieve machine verborgen en wordt niet zichtbaar." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Deze instelling is verborgen vanwege de waarde van %1. Wijzig de waarde van die instelling om deze instelling zichtbaar te maken." +msgstr[1] "Deze instelling is verborgen vanwege de waarden van %1. Wijzig de waarden van die instellingen om deze instelling zichtbaar te maken." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4397,7 +4574,7 @@ msgstr "Zichtbaarheid Instellen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Standaardwaarden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4407,7 +4584,7 @@ msgstr "Alles aanvinken" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Nieuwe toevoegen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4429,7 +4606,9 @@ msgstr "Diameterwijziging bevestigen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "Het nieuwe filament is ingesteld op %1 mm. Dit is niet compatibel met de huidige extruder. Wilt u verder gaan?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4455,7 +4634,7 @@ msgstr "Kleur" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Kleurkiezer materiaal" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4529,7 +4708,9 @@ msgstr "Synchroniseer materialen met printers" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Met een paar simpele stappen kunt u al uw materiaalprofielen synchroniseren met uw printers." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4549,7 +4730,9 @@ msgstr "Aanmelden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Om de materiaalprofielen automatisch te synchroniseren met alle printers die op Digital Factory zijn aangesloten, moet u zich aanmelden bij Cura." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4587,7 +4770,8 @@ msgstr "Ontbreken er printers?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Controleer of alle printers zijn ingeschakeld en zijn aangesloten op Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4624,8 +4808,12 @@ msgstr "Geen printers gevonden" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Mogelijk zijn er geen compatibele printers op Digital Factory aangesloten. Controleer of de printer is aangesloten en de nieuwste firmware op de printer is geïnstalleerd." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." +msgstr "Mogelijk zijn er geen compatibele printers op Digital Factory aangesloten. Controleer of de printer is aangesloten en de nieuwste firmware op de printer" +" is geïnstalleerd." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" @@ -4643,8 +4831,10 @@ msgid "Sync material profiles via USB" msgstr "Materiaalprofielen synchroniseren via USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Volg onderstaande stappen om nieuwe materiaalprofielen op uw printer te laden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4659,7 +4849,9 @@ msgstr "Bewaar het .umm-bestand op een USB-stick." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Steek de USB-stick in de printer en start de procedure om nieuwe materiaalprofielen te laden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4686,13 +4878,13 @@ msgstr "Alle materialen exporteren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Materialen die compatibel zijn met actieve printer:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Nieuw maken" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4703,7 +4895,7 @@ msgstr "Importeren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Synchroniseren met printers" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4742,7 +4934,8 @@ msgstr "Materiaal %1 is geïmporteerd" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Kon materiaal %1 niet importeren: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4753,7 +4946,8 @@ msgstr "Materiaal Exporteren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Exporteren van materiaal naar %1 is mislukt: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4764,32 +4958,35 @@ msgstr "Materiaal is geëxporteerd naar %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Profielen die compatibel zijn met actieve printer:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Maak nieuw profiel op basis van huidige instellingen/overschrijvingen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Enkele instellingen van het huidige profiel zijn overschreven." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Werk profiel bij." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Profiel bijwerken met huidige instellingen/overschrijvingen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." -msgstr "Dit profiel gebruikt de standaardinstellingen die door de printer zijn opgegeven, dus er zijn hiervoor geen instellingen/overschrijvingen in de onderstaande lijst." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." +msgstr "Dit profiel gebruikt de standaardinstellingen die door de printer zijn opgegeven, dus er zijn hiervoor geen instellingen/overschrijvingen in de onderstaande" +" lijst." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 msgctxt "@action:label" @@ -4841,7 +5038,7 @@ msgstr "Interface" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- onvolledig --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4849,9 +5046,10 @@ msgid "Currency:" msgstr "Valuta:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Thema*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4865,8 +5063,9 @@ msgstr "Automatisch slicen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*U moet de toepassing opnieuw starten voordat deze wijzigingen van kracht worden." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4875,7 +5074,9 @@ msgstr "Gedrag kijkvenster" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Geef niet-ondersteunde gedeelten van het model een rode markering. Zonder ondersteuning zullen deze gedeelten niet goed worden geprint." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4885,8 +5086,11 @@ msgstr "Overhang weergeven" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Markeer ontbrekende of ongebruikelijke oppervlakken van het model met behulp van waarschuwingstekens. De toolpaths zullen vaak delen van de beoogde geometrie missen." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." +msgstr "Markeer ontbrekende of ongebruikelijke oppervlakken van het model met behulp van waarschuwingstekens. De toolpaths zullen vaak delen van de beoogde geometrie" +" missen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" @@ -4895,7 +5099,9 @@ msgstr "Modelfouten weergeven" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Verplaatst de camera zodanig dat wanneer een model wordt geselecteerd, het model in het midden van het beeld wordt weergegeven" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4920,7 +5126,8 @@ msgstr "Moet het zoomen in de richting van de muis gebeuren?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Zoomen in de richting van de muis wordt niet ondersteund in het orthografische perspectief." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4930,7 +5137,8 @@ msgstr "Zoomen in de richting van de muis" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "Moeten modellen op het platform zodanig worden verplaatst dat ze elkaar niet meer doorsnijden?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5003,7 +5211,9 @@ msgstr "Bestanden openen en opslaan" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "Wilt u dat bestanden vanaf de desktop of externe toepassingen in dezelfde instantie van Cura worden geopend?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5013,7 +5223,9 @@ msgstr "Gebruik één instantie van Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Moet het platform worden leeggemaakt voordat u een nieuw model laadt in de dezelfde instantie van Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5033,8 +5245,11 @@ msgstr "Grote modellen schalen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" -msgstr "Een model wordt mogelijk extreem klein weergegeven als de eenheden bijvoorbeeld in meters zijn in plaats van in millimeters. Moeten dergelijke modellen worden opgeschaald?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" +msgstr "Een model wordt mogelijk extreem klein weergegeven als de eenheden bijvoorbeeld in meters zijn in plaats van in millimeters. Moeten dergelijke modellen" +" worden opgeschaald?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 msgctxt "@option:check" @@ -5053,7 +5268,9 @@ msgstr "Modellen selecteren wanneer ze geladen zijn" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Moet er automatisch een op de printernaam gebaseerde voorvoegsel aan de naam van de printtaak worden toegevoegd?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5098,12 +5315,18 @@ msgstr "Altijd modellen importeren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Wanneer u wijzigingen hebt aangebracht aan een profiel en naar een ander profiel wisselt, wordt een dialoogvenster weergegeven waarin u wordt gevraagd of u de aanpassingen wilt behouden. U kunt ook een standaardgedrag kiezen en het dialoogvenster nooit meer laten weergeven." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Wanneer u wijzigingen hebt aangebracht aan een profiel en naar een ander profiel wisselt, wordt een dialoogvenster weergegeven waarin u wordt gevraagd" +" of u de aanpassingen wilt behouden. U kunt ook een standaardgedrag kiezen en het dialoogvenster nooit meer laten weergeven." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Standaardgedrag voor gewijzigde instellingen wanneer er naar een ander profiel wordt overgeschakeld: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5123,8 +5346,12 @@ msgstr "Privacy" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Mogen anonieme gegevens over uw print naar Ultimaker worden verzonden? Opmerking: er worden geen modellen, IP-adressen of andere persoonlijk identificeerbare gegevens verzonden of opgeslagen." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "Mogen anonieme gegevens over uw print naar Ultimaker worden verzonden? Opmerking: er worden geen modellen, IP-adressen of andere persoonlijk identificeerbare" +" gegevens verzonden of opgeslagen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" @@ -5168,7 +5395,9 @@ msgstr "Stabiele releases en bèta-releases" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "Moet er elke keer dat Cura wordt opgestart automatisch worden gecontroleerd op nieuwe plug-ins? Wij raden u ten zeerste aan dit niet uit te schakelen!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5209,7 +5438,9 @@ msgstr "De printer op dit adres heeft nog niet gereageerd." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Kan de printer niet toevoegen omdat het een onbekende printer is of omdat het niet de host in een groep is." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5306,10 +5537,10 @@ msgstr "Welkom bij Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Volg deze stappen voor het instellen van\n" -"Ultimaker Cura. Dit duurt slechts even." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Volg deze stappen voor het instellen van\nUltimaker Cura. Dit duurt slechts even." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5388,7 +5619,9 @@ msgstr "Help ons Ultimaker Cura te verbeteren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura verzamelt anonieme gegevens om de printkwaliteit en gebruikerservaring te verbeteren, waaronder:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5413,7 +5646,8 @@ msgstr "Instellingen voor printen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "De gegevens die Ultimaker Cura verzamelt, bevatten geen persoonlijke informatie." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5465,22 +5699,30 @@ msgstr "Vooraf ingestelde printers" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "De cloudprinter is offline. Controleer of de printer is ingeschakeld en verbonden is met internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Deze printer is niet gekoppeld aan uw account. Ga naar de Ultimaker Digital Factory om een verbinding tot stand te brengen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "De cloudverbinding is momenteel niet beschikbaar. Log in om verbinding te maken met de cloudprinter." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "De cloudverbinding is momenteel niet beschikbaar. Controleer uw internetverbinding." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5496,7 +5738,7 @@ msgstr "Printers beheren" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Zoeken" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5556,13 +5798,11 @@ msgstr "Weet u zeker dat u het printen wilt afbreken?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Een aantal verborgen instellingen gebruiken andere waarden dan hun normale berekende waarde.\n" -"\n" -"Klik om deze instellingen zichtbaar te maken." +msgstr "Een aantal verborgen instellingen gebruiken andere waarden dan hun normale berekende waarde.\n\nKlik om deze instellingen zichtbaar te maken." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5602,7 +5842,9 @@ msgstr "Zichtbaarheid Instelling Configureren..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Deze instelling wordt niet gebruikt omdat alle instellingen waarop deze invloed heeft, worden overschreven." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5617,7 +5859,9 @@ msgstr "Beïnvloed door" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Deze instelling wordt altijd door alle extruders gedeeld. Als u hier de instelling wijzigt, wordt de waarde voor alle extruders gewijzigd." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5631,26 +5875,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Deze instelling heeft een andere waarde dan in het profiel.\n" -"\n" -"Klik om de waarde van het profiel te herstellen." +msgstr "Deze instelling heeft een andere waarde dan in het profiel.\n\nKlik om de waarde van het profiel te herstellen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Deze instelling wordt normaliter berekend, maar is nu ingesteld op een absolute waarde.\n" -"\n" -"Klik om de berekende waarde te herstellen." +msgstr "Deze instelling wordt normaliter berekend, maar is nu ingesteld op een absolute waarde.\n\nKlik om de berekende waarde te herstellen." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Inbus" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5675,7 +5914,7 @@ msgstr "Geschatte resterende tijd" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Online probleemoplossing weergeven" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5753,9 +5992,11 @@ msgid "Manage Materials..." msgstr "Materialen Beheren..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Meer materialen toevoegen van Marketplace" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6009,7 +6250,9 @@ msgstr "UFP-lezer" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Maakt verbinding met de digitale bibliotheek, zodat Cura bestanden kan openen vanuit, en bestanden kan opslaan in, de digitale bibliotheek." #: DigitalLibrary/plugin.json @@ -6049,7 +6292,9 @@ msgstr "Ultimaker-netwerkverbinding" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Via deze optie controleert u de modellen en de printconfiguratie op mogelijke printproblemen en ontvangt u suggesties." #: ModelChecker/plugin.json @@ -6060,7 +6305,7 @@ msgstr "Modelcontrole" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Biedt voorbeeld van geslicete laaggegevens." #: SimulationView/plugin.json msgctxt "name" @@ -6200,12 +6445,12 @@ msgstr "Versie-upgrade van 4.1 naar 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Hiermee worden configuraties bijgewerkt van Cura 4.13 naar Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Versie-upgrade 4.13 naar 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6459,7 +6704,8 @@ msgstr "Nabewerking" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Hiermee maakt u een wisraster om het printen van een supportstructuur op bepaalde plekken te blokkeren" #: SupportEraser/plugin.json @@ -6489,7 +6735,9 @@ msgstr "Röntgenweergave" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Biedt machineacties voor Ultimaker-machines (zoals wizard voor bedkalibratie, selecteren van upgrades, enz.)" #: UltimakerMachineActions/plugin.json @@ -6499,13 +6747,15 @@ msgstr "Acties Ultimaker-machines" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Beheert extensies voor de toepassing en staat browsingextensies toe van de Ultimaker-website." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Marktplaats" #: SolidView/plugin.json msgctxt "description" @@ -6529,7 +6779,9 @@ msgstr "G-code-lezer" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Biedt een manier om de machine-instellingen (zoals bouwvolume, maat nozzle, enz.) te wijzigen." #: MachineSettingsAction/plugin.json @@ -6539,7 +6791,8 @@ msgstr "Actie machine-instellingen" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Hiermee accepteert u G-code en verzendt u deze code naar een printer. Via de plug-in kan tevens de firmware worden bijgewerkt." #: USBPrinting/plugin.json diff --git a/resources/i18n/nl_NL/fdmextruder.def.json.po b/resources/i18n/nl_NL/fdmextruder.def.json.po index 1db54438a4..7761ce9d71 100644 --- a/resources/i18n/nl_NL/fdmextruder.def.json.po +++ b/resources/i18n/nl_NL/fdmextruder.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:03+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: Dutch\n" -"Language: nl_NL\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -53,7 +51,9 @@ msgstr "Nozzlediameter" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "De binnendiameter van de nozzle. Verander deze instelling wanneer u een nozzle gebruikt die geen standaard formaat heeft." #: fdmextruder.def.json @@ -93,8 +93,11 @@ msgstr "Absolute Startpositie Extruder" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." -msgstr "Maak van de startpositie van de extruder de absolute startpositie, in plaats van de relatieve startpositie ten opzichte van de laatst bekende locatie van de printkop." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." +msgstr "Maak van de startpositie van de extruder de absolute startpositie, in plaats van de relatieve startpositie ten opzichte van de laatst bekende locatie van" +" de printkop." #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_x label" @@ -133,8 +136,11 @@ msgstr "Absolute Eindpositie Extruder" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." -msgstr "Maak van de eindpositie van de extruder de absolute eindpositie, in plaats van de relatieve eindpositie ten opzichte van de laatst bekende locatie van de printkop." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." +msgstr "Maak van de eindpositie van de extruder de absolute eindpositie, in plaats van de relatieve eindpositie ten opzichte van de laatst bekende locatie van" +" de printkop." #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_x label" @@ -163,7 +169,9 @@ msgstr "Z-positie voor Primen Extruder" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "De Z-coördinaat van de positie waar filament in de nozzle wordt teruggeduwd aan het begin van het printen." #: fdmextruder.def.json @@ -173,8 +181,12 @@ msgstr "Printkoelventilator van extruder" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." -msgstr "Het nummer van de bij deze extruder behorende printkoelventilator. Verander de standaardwaarde 0 alleen als u voor elke extruder een andere printkoelventilator hebt." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." +msgstr "Het nummer van de bij deze extruder behorende printkoelventilator. Verander de standaardwaarde 0 alleen als u voor elke extruder een andere printkoelventilator" +" hebt." #: fdmextruder.def.json msgctxt "platform_adhesion label" @@ -193,7 +205,9 @@ msgstr "X-positie voor Primen Extruder" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "De X-coördinaat van de positie waar filament in de nozzle wordt geprimed aan het begin van het printen." #: fdmextruder.def.json @@ -203,7 +217,9 @@ msgstr "Y-positie voor Primen Extruder" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "De Y-coördinaat van de positie waar filament in de nozzle wordt geprimed aan het begin van het printen." #: fdmextruder.def.json @@ -223,7 +239,9 @@ msgstr "Diameter" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Bepaalt de diameter van het gebruikte filament. Pas deze waarde aan de diameter van het gebruikte filament aan." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index a85aa94f57..b7d3f4524e 100644 --- a/resources/i18n/nl_NL/fdmprinter.def.json.po +++ b/resources/i18n/nl_NL/fdmprinter.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:03+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Dutch , Dutch \n" -"Language: nl_NL\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -43,7 +41,9 @@ msgstr "Machinevarianten tonen" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Hiermee bepaalt u of verschillende varianten van deze machine worden getoond. Deze worden beschreven in afzonderlijke json-bestanden." #: fdmprinter.def.json @@ -56,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"G-code-opdrachten die aan het begin worden uitgevoerd, gescheiden door \n" -"." +msgstr "G-code-opdrachten die aan het begin worden uitgevoerd, gescheiden door \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -70,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"G-code-opdrachten die aan het eind worden uitgevoerd, gescheiden door \n" -"." +msgstr "G-code-opdrachten die aan het eind worden uitgevoerd, gescheiden door \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -91,7 +87,9 @@ msgstr "Diameter" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Bepaalt de diameter van het gebruikte filament. Pas deze waarde aan de diameter van het gebruikte filament aan." #: fdmprinter.def.json @@ -101,7 +99,9 @@ msgstr "Wachten op verwarmen van platform" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Hiermee bepaalt u of de opdracht moet worden ingevoegd dat bij aanvang moet worden gewacht totdat het platform op temperatuur is." #: fdmprinter.def.json @@ -121,8 +121,12 @@ msgstr "Materiaaltemperatuur invoegen" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Hiermee bepaalt u of aan het begin van de G-code opdrachten voor de nozzletemperatuur moeten worden ingevoegd. Wanneer de start-g-code al opdrachten voor de nozzletemperatuur bevat, wordt deze instelling automatisch uitgeschakeld door de Cura-frontend." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Hiermee bepaalt u of aan het begin van de G-code opdrachten voor de nozzletemperatuur moeten worden ingevoegd. Wanneer de start-g-code al opdrachten voor" +" de nozzletemperatuur bevat, wordt deze instelling automatisch uitgeschakeld door de Cura-frontend." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -131,8 +135,12 @@ msgstr "Platformtemperatuur invoegen" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Hiermee bepaalt u of aan het begin van de G-code opdrachten voor de platformtemperatuur moeten worden ingevoegd. Wanneer de start-g-code al opdrachten voor de platformtemperatuur bevat, wordt deze instelling automatisch uitgeschakeld door de Cura-frontend." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Hiermee bepaalt u of aan het begin van de G-code opdrachten voor de platformtemperatuur moeten worden ingevoegd. Wanneer de start-g-code al opdrachten" +" voor de platformtemperatuur bevat, wordt deze instelling automatisch uitgeschakeld door de Cura-frontend." #: fdmprinter.def.json msgctxt "machine_width label" @@ -171,7 +179,8 @@ msgstr "Vorm van het platform" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "De vorm van het platform zonder rekening te houden met niet-printbare gebieden." #: fdmprinter.def.json @@ -231,8 +240,12 @@ msgstr "Tool voor altijd actief schrijven" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Tool voor actief schrijven na het verzenden van tijdelijke opdrachten naar inactieve tool. Vereist voor afdrukken met dubbele extruder met Smoothie of andere firmware met modale toolopdrachten." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Tool voor actief schrijven na het verzenden van tijdelijke opdrachten naar inactieve tool. Vereist voor afdrukken met dubbele extruder met Smoothie of" +" andere firmware met modale toolopdrachten." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -241,7 +254,9 @@ msgstr "Is oorsprongpunt centraal" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Hiermee geeft u aan of de X/Y-coördinaten van de nul-positie van de printer zich in het midden van het printbare gebied bevinden." #: fdmprinter.def.json @@ -251,7 +266,9 @@ msgstr "Aantal extruders" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Aantal extruder trains. Een extruder train is de combinatie van een feeder, Bowden-buis en nozzle." #: fdmprinter.def.json @@ -261,7 +278,8 @@ msgstr "Aantal ingeschakelde extruders" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Het aantal extruder trains dat ingeschakeld is; automatisch ingesteld in de software" #: fdmprinter.def.json @@ -281,7 +299,9 @@ msgstr "Nozzlelengte" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "Het hoogteverschil tussen de punt van de nozzle en het laagste deel van de printkop." #: fdmprinter.def.json @@ -291,7 +311,9 @@ msgstr "Nozzlehoek" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "De hoek tussen het horizontale vlak en het conische gedeelte boven de punt van de nozzle." #: fdmprinter.def.json @@ -301,7 +323,9 @@ msgstr "Lengte verwarmingszone" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "De afstand tussen de punt van de nozzle waarin de warmte uit de nozzle wordt overgedragen aan het filament." #: fdmprinter.def.json @@ -311,7 +335,9 @@ msgstr "Regulering van de nozzletemperatuur inschakelen" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Hiermee geeft u aan of u de temperatuur wilt reguleren vanuit Cura. Schakel deze optie uit als u de nozzletemperatuur buiten Cura om wilt reguleren." #: fdmprinter.def.json @@ -321,7 +347,9 @@ msgstr "Verwarmingssnelheid" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "De snelheid (°C/s) waarmee de nozzle wordt verwarmd, gemiddeld over het venster van normale printtemperaturen en de stand-bytemperatuur." #: fdmprinter.def.json @@ -331,7 +359,9 @@ msgstr "Afkoelsnelheid" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "De snelheid (°C/s) waarmee de nozzle afkoelt, gemiddeld over het venster van normale printtemperaturen en de stand-bytemperatuur." #: fdmprinter.def.json @@ -341,8 +371,12 @@ msgstr "Minimale tijd stand-bytemperatuur" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "De minimale tijd die een extruder inactief moet zijn, voordat de nozzle wordt afgekoeld. Alleen als een extruder gedurende langer dan deze tijd niet wordt gebruikt, wordt deze afgekoeld naar de stand-bytemperatuur." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "De minimale tijd die een extruder inactief moet zijn, voordat de nozzle wordt afgekoeld. Alleen als een extruder gedurende langer dan deze tijd niet wordt" +" gebruikt, wordt deze afgekoeld naar de stand-bytemperatuur." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -406,7 +440,9 @@ msgstr "Intrekken via firmware" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Hiermee bepaalt u of u voor het intrekken van materiaal firmwareopdrachten voor intrekken (G10/G11) gebruikt in plaats van de eigenschap E in G1-opdrachten." #: fdmprinter.def.json @@ -416,7 +452,9 @@ msgstr "Extruders delen verwarming" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Hiermee bepaalt u of de extruders één verwarming delen in plaats van dat elke extruder zijn eigen verwarming heeft." #: fdmprinter.def.json @@ -426,8 +464,17 @@ msgstr "Extruders delen nozzle" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Hiermee bepaalt u of de extruders één nozzle delen in plaats van dat elke extruder zijn eigen nozzle heeft. Wanneer dit wordt ingesteld op 'true', wordt verwacht dat het G-code-script voor het opstarten van de printer alle extruders correct instelt in een initiële intrekstatus die bekend is en onderling compatibel is (nul of één filament niet ingetrokken). In dat geval wordt de initiële intrekstatus per extruder beschreven door de parameter 'machine_extruders_shared_nozzle_initial_retraction'." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Hiermee bepaalt u of de extruders één nozzle delen in plaats van dat elke extruder zijn eigen nozzle heeft. Wanneer dit wordt ingesteld op 'true', wordt" +" verwacht dat het G-code-script voor het opstarten van de printer alle extruders correct instelt in een initiële intrekstatus die bekend is en onderling" +" compatibel is (nul of één filament niet ingetrokken). In dat geval wordt de initiële intrekstatus per extruder beschreven door de parameter 'machine_extruders_shared_nozzle_initial_retraction'." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -436,8 +483,13 @@ msgstr "Initiële terugtrekking gedeelde nozzle" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "Hoever het filament van elke extruder geacht wordt te zijn ingetrokken vanuit de gedeelde nozzle als het G-code-script voor het opstarten van de printer is uitgevoerd. De waarde mag niet gelijk zijn aan of groter zijn dan de lengte van het gemeenschappelijke deel van de kanalen in de nozzle." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "Hoever het filament van elke extruder geacht wordt te zijn ingetrokken vanuit de gedeelde nozzle als het G-code-script voor het opstarten van de printer" +" is uitgevoerd. De waarde mag niet gelijk zijn aan of groter zijn dan de lengte van het gemeenschappelijke deel van de kanalen in de nozzle." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -466,8 +518,12 @@ msgstr "Machinekop- en ventilatorpolygoon" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "De vorm van de printkop. Deze coördinaten hebben betrekking op de positie van de printkop. Meestal is dit de positie van de eerste extruder. De dimensies" +" links van en vóór de printkop moeten negatieve coördinaten zijn." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -476,7 +532,9 @@ msgstr "Rijbrughoogte" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "Het hoogteverschil tussen de punt van de nozzle en het rijbrugsysteem (X- en Y-as)." #: fdmprinter.def.json @@ -496,7 +554,9 @@ msgstr "Nozzlediameter" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "De binnendiameter van de nozzle. Verander deze instelling wanneer u een nozzle gebruikt die geen standaard formaat heeft." #: fdmprinter.def.json @@ -506,7 +566,8 @@ msgstr "Offset met extruder" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Pas de extruderoffset toe op het coördinatensysteem. Van toepassing op alle extruders." #: fdmprinter.def.json @@ -516,7 +577,9 @@ msgstr "Z-positie voor Primen Extruder" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "De Z-coördinaat van de positie waar filament in de nozzle wordt teruggeduwd aan het begin van het printen." #: fdmprinter.def.json @@ -526,7 +589,9 @@ msgstr "Absolute Positie voor Primen Extruder" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Maak van de primepositie van de extruder de absolute positie, in plaats van de relatieve positie ten opzichte van de laatst bekende locatie van de printkop." #: fdmprinter.def.json @@ -656,7 +721,9 @@ msgstr "Stappen per millimeter (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "Hoeveel stappen van de stappenmotor nodig zijn voor een verplaatsing van één millimeter in de X-richting." #: fdmprinter.def.json @@ -666,7 +733,9 @@ msgstr "Stappen per millimeter (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Hoeveel stappen van de stappenmotor nodig zijn voor een verplaatsing van één millimeter in de Y-richting." #: fdmprinter.def.json @@ -676,7 +745,9 @@ msgstr "Stappen per millimeter (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Hoeveel stappen van de stappenmotor nodig zijn voor een verplaatsing van één millimeter in de Z-richting." #: fdmprinter.def.json @@ -686,7 +757,9 @@ msgstr "Stappen per millimeter (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "Hoeveel stappen van de stappenmotor nodig zijn voor een verplaatsing van het feederwiel van één millimeter rond de omtrek." #: fdmprinter.def.json @@ -696,7 +769,9 @@ msgstr "X-eindstop in positieve richting" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Of de eindstop op de X-as zich in positieve (hoog X-coördinaat) of negatieve richting (laag X-coördinaat) bevindt." #: fdmprinter.def.json @@ -706,7 +781,9 @@ msgstr "Y-eindstop in positieve richting" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Of de eindstop op de Y-as zich in positieve (hoog Y-coördinaat) of negatieve richting (laag Y-coördinaat) bevindt." #: fdmprinter.def.json @@ -716,7 +793,9 @@ msgstr "Z-eindstop in positieve richting" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Of de eindstop op de Z-as zich in positieve (hoog Z-coördinaat) of negatieve richting (laag Z-coördinaat) bevindt." #: fdmprinter.def.json @@ -742,12 +821,12 @@ msgstr "De diameter van het tandwiel waarmee het materiaal in de feeder wordt ge #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Zet de ventilatorsnelheid op 0-1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Zet de ventilatorsnelheid op een waarde tussen 0 en 1 in plaats van tussen 0 en 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -756,7 +835,9 @@ msgstr "Kwaliteit" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Alle instellingen die invloed hebben op de resolutie van de print. Deze instellingen hebben een grote invloed op de kwaliteit (en printtijd)." #: fdmprinter.def.json @@ -766,7 +847,9 @@ msgstr "Laaghoogte" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." msgstr "De hoogte van elke laag in mm. Met hogere waarden print u sneller met een lagere resolutie, met lagere waarden print u langzamer met een hogere resolutie." #: fdmprinter.def.json @@ -776,7 +859,9 @@ msgstr "Hoogte Eerste Laag" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "De hoogte van de eerste laag in mm. Met een dikkere eerste laag hecht het object beter aan het platform." #: fdmprinter.def.json @@ -786,8 +871,12 @@ msgstr "Lijnbreedte" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "De breedte van een enkele lijn. Over het algemeen dient de breedte van elke lijn overeen te komen met de breedte van de nozzle. Wanneer deze waarde echter iets wordt verlaagd, resulteert dit in betere prints." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "De breedte van een enkele lijn. Over het algemeen dient de breedte van elke lijn overeen te komen met de breedte van de nozzle. Wanneer deze waarde echter" +" iets wordt verlaagd, resulteert dit in betere prints." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -806,7 +895,9 @@ msgstr "Lijnbreedte Buitenwand" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "De breedte van de buitenste lijn van de wand. Wanneer deze waarde wordt verlaagd, kan nauwkeuriger worden geprint." #: fdmprinter.def.json @@ -816,7 +907,8 @@ msgstr "Lijnbreedte Binnenwand(en)" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "Breedte van een enkele wandlijn voor alle wandlijnen, behalve de buitenste." #: fdmprinter.def.json @@ -906,7 +998,9 @@ msgstr "Lijnbreedte eerste laag" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Vermenigvuldiging van de lijnbreedte van de eerste laag. Door deze te verhogen kan de hechting aan het bed worden verbeterd." #: fdmprinter.def.json @@ -926,7 +1020,9 @@ msgstr "Wandextruder" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "De extruder train die voor het printen van de wanden wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -936,7 +1032,9 @@ msgstr "Extruder buitenwand" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "De extruder train die voor het printen van de buitenwand wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -946,7 +1044,9 @@ msgstr "Extruder binnenwand" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "De extruder train die voor het printen van de binnenwanden wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -956,7 +1056,9 @@ msgstr "Wanddikte" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "De dikte van de wanden in horizontale richting. Het aantal wanden wordt bepaald door het delen van deze waarde door de breedte van de wandlijn." #: fdmprinter.def.json @@ -966,58 +1068,86 @@ msgstr "Aantal Wandlijnen" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Het aantal wandlijnen. Wanneer deze waarde wordt berekend aan de hand van de wanddikte, wordt deze afgerond naar een geheel getal." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Lengte wandovergang" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Bij de overgang tussen verschillende aantallen wanden naarmate het onderdeel dunner wordt, wordt een bepaalde hoeveelheid ruimte toegewezen voor het splitsen" +" of samenvoegen van wandlijnen." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Aantal wanden voor distributie" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "Het aantal wanden, geteld vanaf het midden, waarover de variatie moet worden gespreid. Lagere waarden betekenen dat de breedte van de buitenwanden niet" +" verandert." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Drempelhoek wandovergang" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Wanneer u overgangen moet maken tussen even en oneven aantallen wanden. Een wigvorm met een hoek die groter is dan deze instelling, heeft geen overgangen." +" Er worden geen wanden geprint in het midden om de overblijvende ruimte te vullen. Door deze instelling kleiner te maken, reduceert u het aantal en de" +" lengte van deze centrumwanden. Dit kan echter leiden tot openingen of een te hoge doorvoer." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Filterafstand wandovergang" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Maak geen gebruik van wandovergangen als dit leidt tot snelle achtereenvolgende veranderingen in het aantal wanden. Verwijder overgangen als de afstand" +" tussen overgangen kleiner is dan deze afstand." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Filtermarge wandovergang" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Voorkom herhaaldelijke overgangen tussen een wand meer en een wand minder. Deze marge vergroot het aantal lijnbreedtes dat volgt op [minimumbreedte wandlijn" +" - marge, 2 * minimumbreedte wandlijn + marge]. Door de marge te vergroten reduceert u het aantal overgangen, wat weer het aantal doorvoerstarts/-stops" +" en de tijd van de beweging reduceert. Een grote variatie in lijnbreedtes kan echter wel leiden tot problemen met te geringe of te hoge extrusie." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1026,7 +1156,9 @@ msgstr "Veegafstand buitenwand" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Afstand van een beweging die ingevoegd is na de buitenwand, om de Z-naad beter te maskeren." #: fdmprinter.def.json @@ -1036,8 +1168,13 @@ msgstr "Uitsparing Buitenwand" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Uitsparing die wordt toegepast in de buitenwand. Als de buitenwand smaller is dan de nozzle en na de binnenwand wordt geprint, gebruikt u deze offset om het gat in de nozzle te laten overlappen met de binnenwanden in plaats van met de buitenkant van het model." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Uitsparing die wordt toegepast in de buitenwand. Als de buitenwand smaller is dan de nozzle en na de binnenwand wordt geprint, gebruikt u deze offset om" +" het gat in de nozzle te laten overlappen met de binnenwanden in plaats van met de buitenkant van het model." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1046,28 +1183,41 @@ msgstr "Printvolgorde van wanden optimaliseren" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Optimaliseer de volgorde waarin wanden worden geprint om het aantal intrekbewegingen en de afgelegde afstand te verkleinen. Deze instelling is gunstig voor de meeste onderdelen. Bij sommige onderdelen duurt het printen echter langer. Controleer daarom de verwachte printtijd met en zonder optimalisatie. De eerste laag wordt niet geoptimaliseerd als u brim kiest als hechting aan platform." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Optimaliseer de volgorde waarin wanden worden geprint om het aantal intrekbewegingen en de afgelegde afstand te verkleinen. Deze instelling is gunstig" +" voor de meeste onderdelen. Bij sommige onderdelen duurt het printen echter langer. Controleer daarom de verwachte printtijd met en zonder optimalisatie." +" De eerste laag wordt niet geoptimaliseerd als u brim kiest als hechting aan platform." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Wandvolgorde" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Bepaalt de volgorde waarin de wanden worden geprint. Wanneer u de buitenwanden het eerst print, bevordert u de nauwkeurigheid van de afmetingen, omdat" +" fouten in de binnenwanden niet worden overgedragen op de buitenzijde. Door ze later te printen kunt u echter beter stapelen wanneer de overhangs worden" +" geprint." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "Van binnen naar buiten" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "Van buiten naar binnen" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1076,58 +1226,107 @@ msgstr "Afwisselend Extra Wand" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "Print op afwisselende lagen een extra wand. Op deze manier wordt vulling tussen deze extra wanden gevangen, wat leidt tot sterkere prints." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Minimumbreedte wandlijn" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Bij dunne structuren die ongeveer één of tweemaal zo groot als de nozzle zijn, moeten de lijnbreedtes worden aangepast aan de dikte van het model. Met" +" deze instelling beheert u de minimum lijnbreedte die voor wanden is toegestaan. De minimum lijnbreedte bepaalt automatisch ook de maximale lijnbreedte," +" omdat we bij een bepaalde geometriedikte overgaan van wanden van N naar wanden van N+1, waarbij de N-wanden breed zijn en de N+1-wanden smal. De breedst" +" mogelijke wandlijn is tweemaal de minimumbreedte van de wandlijn." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Minimum lijnbreedte even wand" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "De minimum lijnbreedte voor normale polygonale wanden. Deze instelling bepaalt bij welke modeldikte we overschakelen van het printen van één dunne wandlijn" +" op het printen van twee wandlijnen. Een hogere Minimum lijnbreedte gelijkmatige wand leidt tot een hogere maximum lijnbreedte voor een ongelijkmatige" +" wand. De maximum breedte bij een gelijkmatige wandlijn wordt berekend als Lijnbreedte buitenste wand + 0,5 * Minimum lijnbreedte voor een ongelijkmatige" +" wand." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Drempel middelste lijn splitsen" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "De kleinste lijnbreedte als factor van de normale lijnbreedte waarboven de middenlijn (als deze aanwezig is) in tweeën wordt gesplitst. Maak deze instelling" +" kleiner voor meer, dunnere lijnen. Maak deze instelling groter voor minder, bredere lijnen. Merk op dat dit geldt alsof de gehele vorm met wand moet worden" +" gevuld. De middenlijn verwijst hier dus naar het midden van het object tussen twee buitenranden van de vorm, zelfs als er feitelijk vulling of (andere)" +" skin in de print is in plaats van wand." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Minimum breedte ongelijkmatige wandlijn" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "De minimum lijnbreedte voor opvuller voor ruimte middelste lijn bij muren met meerdere lijnen. Deze instelling bepaalt bij welke modeldikte we overschakelen" +" van het printen van twee wandlijnen naar het printen van twee buitenwanden en één centrale wand in het midden. Een hogere Minimum breedte ongelijkmatige" +" wandlijn leidt naar een hogere maximale lijnbreedte bij een gelijkmatige wand. De maximum breedte ongelijkmatige wandlijn wordt berekend als 2 * de Minimum" +" breedte gelijkmatige wandlijn." #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Drempel middelste lijn toevoegen" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "De kleinste lijnbreedte als factor van de normale lijnbreedte, waarboven een middenlijn (als die er nog niet was) wordt toegevoegd. Maak deze instelling" +" kleiner voor meer, dunnere lijnen. Maak deze instelling groter voor minder, bredere lijnen. Merk op dat dit geldt alsof de gehele vorm met wand moet worden" +" gevuld. De middenlijn verwijst hier dus naar het midden van het object tussen twee buitenranden van de vorm, zelfs als er feitelijk vulling of (andere)" +" skin in de print is in plaats van wand." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1136,28 +1335,39 @@ msgstr "Dunne wanden printen" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Print delen van het model die horizontaal dunner zijn dan de maat van de nozzle." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Minimum elementgrootte" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Minimumdikte van dunne elementen. Modelelementen die dunner zijn dan deze waarde worden niet geprint, terwijl elementen die dikker zijn dan de minimale" +" elementgrootte worden verbreed tot de minimale wandlijnbreedte." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Minimumbreedte dunne wandlijn" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Breedte van de wand die dunne elementen van het model vervangt (volgens de minimum elementgrootte). Als de Minimumbreedte wandlijn dunner is dan de dikte" +" van het element, wordt de wand even dik als het element zelf." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1166,8 +1376,12 @@ msgstr "Horizontale Uitbreiding" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "De mate van offset die wordt toegepast op alle polygonen in elke laag. Met positieve waarden compenseert u te grote gaten, met negatieve waarden compenseert u te kleine gaten." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "De mate van offset die wordt toegepast op alle polygonen in elke laag. Met positieve waarden compenseert u te grote gaten, met negatieve waarden compenseert" +" u te kleine gaten." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" @@ -1176,8 +1390,12 @@ msgstr "Eerste laag Horizontale uitbreiding" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "De mate van offset die wordt toegepast op alle polygonen in de eerste laag. Met negatieve waarden compenseert u het samenpersen van de eerste laag, ook wel 'olifantenpoot' genoemd." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "De mate van offset die wordt toegepast op alle polygonen in de eerste laag. Met negatieve waarden compenseert u het samenpersen van de eerste laag, ook" +" wel 'olifantenpoot' genoemd." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1186,7 +1404,9 @@ msgstr "Horizontale uitbreiding gaten" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "De offset die wordt toegepast op alle gaten in elke laag. Met positieve waarden worden de gaten groter, met negatieve waarden worden de gaten kleiner." #: fdmprinter.def.json @@ -1196,8 +1416,15 @@ msgstr "Uitlijning Z-naad" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Het startpunt voor elk pad in een laag. Wanneer paden in opeenvolgende lagen op hetzelfde punt beginnen, kan in de print een verticale naad zichtbaar zijn. De naad is het eenvoudigst te verwijderen wanneer deze zich nabij een door de gebruiker opgegeven locatie van de print bevindt. De onnauwkeurigheden vallen minder op wanneer het pad steeds op een willekeurige plek begint. De print is sneller af wanneer het kortste pad wordt gekozen." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Het startpunt voor elk pad in een laag. Wanneer paden in opeenvolgende lagen op hetzelfde punt beginnen, kan in de print een verticale naad zichtbaar zijn." +" De naad is het eenvoudigst te verwijderen wanneer deze zich nabij een door de gebruiker opgegeven locatie van de print bevindt. De onnauwkeurigheden vallen" +" minder op wanneer het pad steeds op een willekeurige plek begint. De print is sneller af wanneer het kortste pad wordt gekozen." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1276,7 +1503,9 @@ msgstr "Z-naad X" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "De X-coördinaat van de positie nabij waar met het printen van elk deel van een laag moet worden begonnen." #: fdmprinter.def.json @@ -1286,7 +1515,9 @@ msgstr "Z-naad Y" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "De Y-coördinaat van de positie nabij waar met het printen van elk deel van een laag moet worden begonnen." #: fdmprinter.def.json @@ -1296,8 +1527,18 @@ msgstr "Voorkeur van naad en hoek" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Instellen of hoeken in het model invloed hebben op de positie van de naad. Geen wil zeggen dat hoeken geen invloed hebben op de positie van de naad. Met Naad Verbergen is de kans groter dat de naad op een binnenhoek komt. Met Naad Zichtbaar Maken is de kans groter dat de naad op een buitenhoek komt. Met Naad Verbergen of Naad Zichtbaar Maken is de kans groter dat de naad op een binnen- of buitenhoek komt. Met Slim Verbergen zijn zowel binnen- als buitenhoeken mogelijk, maar wordt er vaker (indien van toepassing) gebruikgemaakt van binnenhoeken." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Instellen of hoeken in het model invloed hebben op de positie van de naad. Geen wil zeggen dat hoeken geen invloed hebben op de positie van de naad. Met" +" Naad Verbergen is de kans groter dat de naad op een binnenhoek komt. Met Naad Zichtbaar Maken is de kans groter dat de naad op een buitenhoek komt. Met" +" Naad Verbergen of Naad Zichtbaar Maken is de kans groter dat de naad op een binnen- of buitenhoek komt. Met Slim Verbergen zijn zowel binnen- als buitenhoeken" +" mogelijk, maar wordt er vaker (indien van toepassing) gebruikgemaakt van binnenhoeken." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1331,8 +1572,12 @@ msgstr "Relatieve Z-naad" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Als deze optie ingeschakeld is, zijn de Z-naadcoördinaten relatief ten opzichte van het midden van elk deel. Als de optie uitgeschakeld is, staan de coördinaten voor een absolute positie op het platform." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Als deze optie ingeschakeld is, zijn de Z-naadcoördinaten relatief ten opzichte van het midden van elk deel. Als de optie uitgeschakeld is, staan de coördinaten" +" voor een absolute positie op het platform." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1351,7 +1596,9 @@ msgstr "Extruder bovenskin" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "De extruder train die voor het printen van de bovenste skinlaag wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -1361,7 +1608,9 @@ msgstr "Bovenste skinlagen" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "Het aantal bovenste skinlagen. Doorgaans is één bovenste skinlaag voldoende om oppervlakken van hogere kwaliteit te verkrijgen." #: fdmprinter.def.json @@ -1371,7 +1620,9 @@ msgstr "Extruder Boven-/Onderkant" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "De extruder train die voor het printen van de boven- en onderskin wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -1381,7 +1632,9 @@ msgstr "Dikte Boven-/Onderkant" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "De dikte van de boven-/onderlagen in de print. Het aantal boven-/onderlagen wordt bepaald door het delen van deze waarde door de laaghoogte." #: fdmprinter.def.json @@ -1391,7 +1644,9 @@ msgstr "Dikte Bovenkant" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "De dikte van de bovenlagen in de print. Het aantal bovenlagen wordt bepaald door het delen van deze waarde door de laaghoogte." #: fdmprinter.def.json @@ -1401,7 +1656,9 @@ msgstr "Bovenlagen" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Het aantal bovenlagen. Wanneer deze waarde wordt berekend aan de hand van de dikte van de bovenkant, wordt deze afgerond naar een geheel getal." #: fdmprinter.def.json @@ -1411,7 +1668,9 @@ msgstr "Bodemdikte" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "De dikte van de onderlagen in de print. Het aantal onderlagen wordt bepaald door het delen van deze waarde door de laaghoogte." #: fdmprinter.def.json @@ -1421,7 +1680,9 @@ msgstr "Bodemlagen" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Het aantal bodemlagen. Wanneer deze waarde wordt berekend aan de hand van de dikte van de bodem, wordt deze afgerond naar een geheel getal." #: fdmprinter.def.json @@ -1431,8 +1692,11 @@ msgstr "Eerste onderste lagen" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." -msgstr "Het aantal initiële onderste lagen, vanaf de bouwplaat naar boven. Wanneer deze waarde wordt berekend aan de hand van de dikte van de bodem, wordt deze afgerond naar een geheel getal." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." +msgstr "Het aantal initiële onderste lagen, vanaf de bouwplaat naar boven. Wanneer deze waarde wordt berekend aan de hand van de dikte van de bodem, wordt deze" +" afgerond naar een geheel getal." #: fdmprinter.def.json msgctxt "top_bottom_pattern label" @@ -1491,8 +1755,13 @@ msgstr "Boven-/onderkant Polygonen Verbinden" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Verbind skinpaden aan de boven-/onderkant waar ze naast elkaar lopen. Met deze instelling wordt bij concentrische patronen de bewegingstijd aanzienlijk verkort. Dit kan echter ten koste gaan van de kwaliteit van de bovenste laag aangezien de verbindingen in het midden van de vulling kunnen komen te liggen." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Verbind skinpaden aan de boven-/onderkant waar ze naast elkaar lopen. Met deze instelling wordt bij concentrische patronen de bewegingstijd aanzienlijk" +" verkort. Dit kan echter ten koste gaan van de kwaliteit van de bovenste laag aangezien de verbindingen in het midden van de vulling kunnen komen te liggen." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1501,8 +1770,12 @@ msgstr "Monotone volgorde van boven naar beneden" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Print boven- en onderlijnen in een volgorde die ervoor zorgt dat ze altijd in één richting overlappen met aangrenzende lijnen. Hierdoor duurt het iets langer om te printen, maar platte oppervlakken zien er dan consistenter uit." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Print boven- en onderlijnen in een volgorde die ervoor zorgt dat ze altijd in één richting overlappen met aangrenzende lijnen. Hierdoor duurt het iets" +" langer om te printen, maar platte oppervlakken zien er dan consistenter uit." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1511,8 +1784,17 @@ msgstr "Lijnrichtingen boven-/onderkant" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt wanneer voor de boven-/onderlagen een lijn- of zigzagpatroon wordt gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de traditionele standaardhoeken (45 en 135 graden) worden gebruikt." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt wanneer voor de boven-/onderlagen een lijn- of zigzagpatroon wordt gebruikt." +" Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren" +" af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt," +" wat inhoudt dat de traditionele standaardhoeken (45 en 135 graden) worden gebruikt." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1521,8 +1803,15 @@ msgstr "Geen skin in Z-gaten" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Als het model kleine verticale gaten van slechts een paar lagen heeft, bevindt er zich doorgaans een skin rond die lagen in de kleine ruimte. Schakel deze instelling in om geen skin te genereren als de verticale tussenruimte erg klein is. Zo verloopt printen en slicen sneller, maar technisch nadeel is dat de vulling aan de lucht wordt blootgesteld." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Als het model kleine verticale gaten van slechts een paar lagen heeft, bevindt er zich doorgaans een skin rond die lagen in de kleine ruimte. Schakel deze" +" instelling in om geen skin te genereren als de verticale tussenruimte erg klein is. Zo verloopt printen en slicen sneller, maar technisch nadeel is dat" +" de vulling aan de lucht wordt blootgesteld." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1531,8 +1820,12 @@ msgstr "Aantal Extra Wandlijnen Rond Skin" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die op vulmateriaal beginnen." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die" +" op vulmateriaal beginnen." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1541,8 +1834,13 @@ msgstr "Strijken inschakelen" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Nog een extra keer over de bovenlaag gaan, dit keer zonder veel materiaal te extruderen. Hierdoor wordt de kunststof aan de bovenkant verder gesmolten, waardoor een gladder oppervlak wordt verkregen. De kamerdruk in de nozzle wordt hoog gehouden zodat de spleten in het oppervlak met materiaal worden gevuld." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Nog een extra keer over de bovenlaag gaan, dit keer zonder veel materiaal te extruderen. Hierdoor wordt de kunststof aan de bovenkant verder gesmolten," +" waardoor een gladder oppervlak wordt verkregen. De kamerdruk in de nozzle wordt hoog gehouden zodat de spleten in het oppervlak met materiaal worden gevuld." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1551,7 +1849,9 @@ msgstr "Alleen hoogste laag strijken" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "Strijk alleen de allerlaatste laag van het voorwerp. Dit bespaart tijd als de daaronder gelegen lagen geen glad oppervlak vereisen." #: fdmprinter.def.json @@ -1581,8 +1881,12 @@ msgstr "Monotone strijkvolgorde" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Print strijklijnen in een volgorde die ervoor zorgt dat ze altijd in één richting overlappen met aangrenzende lijnen. Hierdoor duurt het iets langer om te printen, maar platte oppervlakken zien er dan consistenter uit." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Print strijklijnen in een volgorde die ervoor zorgt dat ze altijd in één richting overlappen met aangrenzende lijnen. Hierdoor duurt het iets langer om" +" te printen, maar platte oppervlakken zien er dan consistenter uit." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1601,8 +1905,13 @@ msgstr "Strijkdoorvoer" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "De hoeveelheid materiaal, in verhouding tot een normale skinlijn, die tijdens het strijken moet worden doorgevoerd. Als de nozzle gevuld blijft, kunnen scheuren in de bovenlaag worden gevuld. Te hoge doorvoer leidt echter tot uitstulpingen aan de zijkant van het oppervlak." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "De hoeveelheid materiaal, in verhouding tot een normale skinlijn, die tijdens het strijken moet worden doorgevoerd. Als de nozzle gevuld blijft, kunnen" +" scheuren in de bovenlaag worden gevuld. Te hoge doorvoer leidt echter tot uitstulpingen aan de zijkant van het oppervlak." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1611,7 +1920,9 @@ msgstr "Uitsparing strijken" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "De afstand die moet worden aangehouden tot de randen van het model. Strijken tot de rand van het raster kan leiden tot een gerafelde rand van de print." #: fdmprinter.def.json @@ -1651,8 +1962,17 @@ msgstr "Overlappercentage Skin" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Pas de mate van overlap tussen de wanden en (de eindpunten van) de skin-middellijnen aan, als percentage van de lijnbreedtes van de skin-lijnen en de binnenste wand. Met een lichte overlap kunnen de wanden goed hechten aan de skin. Houd er rekening mee dat met een gelijke lijnbreedte voor skin en wand, skin buiten de wand kan treden bij een percentage hoger dan 50%, omdat de nozzle van de skin-extruder op deze positie al voorbij het midden van de wand kan zijn." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Pas de mate van overlap tussen de wanden en (de eindpunten van) de skin-middellijnen aan, als percentage van de lijnbreedtes van de skin-lijnen en de binnenste" +" wand. Met een lichte overlap kunnen de wanden goed hechten aan de skin. Houd er rekening mee dat met een gelijke lijnbreedte voor skin en wand, skin buiten" +" de wand kan treden bij een percentage hoger dan 50%, omdat de nozzle van de skin-extruder op deze positie al voorbij het midden van de wand kan zijn." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1661,8 +1981,16 @@ msgstr "Overlap Skin" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Pas de mate van overlap tussen de wanden en (de eindpunten van) de skin-middellijnen aan. Met een lichte overlap kunnen de wanden goed hechten aan de skin. Houd er rekening mee dat met een gelijke lijnbreedte voor skin en wand, skin buiten de wand kan treden bij een waarde groter dan de halve wandbreedte, omdat de nozzle van de skin-extruder op deze positie het midden van de wand al kan hebben bereikt." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Pas de mate van overlap tussen de wanden en (de eindpunten van) de skin-middellijnen aan. Met een lichte overlap kunnen de wanden goed hechten aan de skin." +" Houd er rekening mee dat met een gelijke lijnbreedte voor skin en wand, skin buiten de wand kan treden bij een waarde groter dan de halve wandbreedte," +" omdat de nozzle van de skin-extruder op deze positie het midden van de wand al kan hebben bereikt." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1671,8 +1999,13 @@ msgstr "Verwijderingsbreedte skin" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "De grootste breedte van skingebieden die verwijderd moeten worden. Elk skingebied dat smaller is dan deze waarde zal verdwijnen. Hiermee kan op tijd en materiaal worden bespaard bij het printen van de bovenste/onderste skinlaag op schuine vlakken in het model." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "De grootste breedte van skingebieden die verwijderd moeten worden. Elk skingebied dat smaller is dan deze waarde zal verdwijnen. Hiermee kan op tijd en" +" materiaal worden bespaard bij het printen van de bovenste/onderste skinlaag op schuine vlakken in het model." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1681,8 +2014,13 @@ msgstr "Verwijderingsbreedte bovenste skinlaag" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "De grootste breedte van delen van bovenste skingebieden die verwijderd moeten worden. Elk skingebied dat smaller is dan deze waarde, zal verdwijnen. Hiermee kan op tijd en materiaal worden bespaard bij het printen van de bovenste/onderste skinlaag op schuine vlakken in het model." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "De grootste breedte van delen van bovenste skingebieden die verwijderd moeten worden. Elk skingebied dat smaller is dan deze waarde, zal verdwijnen. Hiermee" +" kan op tijd en materiaal worden bespaard bij het printen van de bovenste/onderste skinlaag op schuine vlakken in het model." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1691,8 +2029,13 @@ msgstr "Verwijderingsbreedte onderste skinlaag" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "De grootste breedte van delen van de onderste skingebieden die verwijderd moeten worden. Elk skingebied dat smaller is dan deze waarde, zal verdwijnen. Hiermee kan op tijd en materiaal worden bespaard bij het printen van de onderste skinlaag op schuine vlakken in het model." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "De grootste breedte van delen van de onderste skingebieden die verwijderd moeten worden. Elk skingebied dat smaller is dan deze waarde, zal verdwijnen." +" Hiermee kan op tijd en materiaal worden bespaard bij het printen van de onderste skinlaag op schuine vlakken in het model." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1701,8 +2044,12 @@ msgstr "Uitbreidingsafstand van skin" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "De afstand waarmee de skin wordt uitgebreid in de vulling. Bij hogere waarden hecht de skin beter aan het vulpatroon en hechten de wanden van aangrenzende lagen beter aan de skin. Bij lagere waarden wordt er minder materiaal gebruikt." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "De afstand waarmee de skin wordt uitgebreid in de vulling. Bij hogere waarden hecht de skin beter aan het vulpatroon en hechten de wanden van aangrenzende" +" lagen beter aan de skin. Bij lagere waarden wordt er minder materiaal gebruikt." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1711,8 +2058,13 @@ msgstr "Uitbreidingsafstand van bovenste skinlaag" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "De afstand waarmee de bovenste skinlagen worden uitgebreid in de vulling. Bij hogere waarden hecht de skin beter aan het vulpatroon en hechten de wanden op de bovenliggende laag beter aan de skin. Bij lagere waarden wordt er minder materiaal gebruikt." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "De afstand waarmee de bovenste skinlagen worden uitgebreid in de vulling. Bij hogere waarden hecht de skin beter aan het vulpatroon en hechten de wanden" +" op de bovenliggende laag beter aan de skin. Bij lagere waarden wordt er minder materiaal gebruikt." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1721,8 +2073,13 @@ msgstr "Uitbreidingsafstand van onderste skinlaag" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "De afstand waarmee de onderste skinlagen worden uitgebreid in de vulling. Bij hogere waarden hecht de skin beter aan het vulpatroon en de wanden van de onderliggende laag. Bij lagere waarden wordt er minder materiaal gebruikt." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "De afstand waarmee de onderste skinlagen worden uitgebreid in de vulling. Bij hogere waarden hecht de skin beter aan het vulpatroon en de wanden van de" +" onderliggende laag. Bij lagere waarden wordt er minder materiaal gebruikt." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1731,8 +2088,16 @@ msgstr "Maximale skinhoek voor uitbreiding" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "Van boven- en/of onderoppervlakken van het object met een hoek die groter is dan deze instelling, wordt de boven-/onderskin niet uitgebreid. Hiermee wordt uitbreiding voorkomen van smalle skingebieden die worden gemaakt wanneer het modeloppervlak een nagenoeg verticale helling heeft. Bij een hoek van 0° (horizontaal) wordt er geen skin uitgebreid; bij een hoek van 90° (verticaal) wordt alle skin uitgebreid." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "Van boven- en/of onderoppervlakken van het object met een hoek die groter is dan deze instelling, wordt de boven-/onderskin niet uitgebreid. Hiermee wordt" +" uitbreiding voorkomen van smalle skingebieden die worden gemaakt wanneer het modeloppervlak een nagenoeg verticale helling heeft. Bij een hoek van 0°" +" (horizontaal) wordt er geen skin uitgebreid; bij een hoek van 90° (verticaal) wordt alle skin uitgebreid." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1741,8 +2106,12 @@ msgstr "Minimale skinbreedte voor uitbreiding" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Skingebieden die smaller zijn dan deze waarde, worden niet uitgebreid. Dit voorkomt het uitbreiden van smalle skingebieden die worden gemaakt wanneer het modeloppervlak een nagenoeg verticale helling heeft." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Skingebieden die smaller zijn dan deze waarde, worden niet uitgebreid. Dit voorkomt het uitbreiden van smalle skingebieden die worden gemaakt wanneer het" +" modeloppervlak een nagenoeg verticale helling heeft." #: fdmprinter.def.json msgctxt "infill label" @@ -1761,7 +2130,8 @@ msgstr "Vullingextruder" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "De extruder train die voor het printen van de vulling wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -1781,7 +2151,9 @@ msgstr "Lijnafstand Vulling" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "De afstand tussen de geprinte vullijnen. Deze instelling wordt berekend op basis van de dichtheid van de vulling en de lijnbreedte van de vulling." #: fdmprinter.def.json @@ -1791,8 +2163,18 @@ msgstr "Vulpatroon" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Het patroon van het vulmateriaal van de print. De lijn- en zigzagvulling veranderen per vullaag van richting, waardoor u bespaart op materiaalkosten. De raster-, driehoeks-, tri-hexagonale, kubische, achtvlaks-, afgeknotte kubus-, kruis- en concentrische patronen worden per laag volledig geprint. Gyroïde, kubische, afgeknotte kubus- en achtvlaksvullingen veranderen per laag voor een meer gelijke krachtverdeling in elke richting. Bliksemvulling minimaliseert de vulling doordat deze alleen het plafond van het object ondersteunt." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "Het patroon van het vulmateriaal van de print. De lijn- en zigzagvulling veranderen per vullaag van richting, waardoor u bespaart op materiaalkosten. De" +" raster-, driehoeks-, tri-hexagonale, kubische, achtvlaks-, afgeknotte kubus-, kruis- en concentrische patronen worden per laag volledig geprint. Gyroïde," +" kubische, afgeknotte kubus- en achtvlaksvullingen veranderen per laag voor een meer gelijke krachtverdeling in elke richting. Bliksemvulling minimaliseert" +" de vulling doordat deze alleen het plafond van het object ondersteunt." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1871,8 +2253,15 @@ msgstr "Vullijnen verbinden" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Verbindt de uiteinden waar het vulpatroon bij de binnenwand komt, met een lijn die de vorm van de binnenwand volgt. Als u deze instelling inschakelt, kan de vulling beter hechten aan de wanden en wordt de invloed van de vulling op de kwaliteit van de verticale oppervlakken kleiner. Als u deze instelling uitschakelt, wordt er minder materiaal gebruikt." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Verbindt de uiteinden waar het vulpatroon bij de binnenwand komt, met een lijn die de vorm van de binnenwand volgt. Als u deze instelling inschakelt, kan" +" de vulling beter hechten aan de wanden en wordt de invloed van de vulling op de kwaliteit van de verticale oppervlakken kleiner. Als u deze instelling" +" uitschakelt, wordt er minder materiaal gebruikt." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1881,8 +2270,12 @@ msgstr "Vulpolygonen Verbinden" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Vulpaden verbinden waar ze naast elkaar lopen. Bij vulpatronen die uit meerdere gesloten polygonen bestaan, wordt met deze instelling de bewegingstijd aanzienlijk verkort." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Vulpaden verbinden waar ze naast elkaar lopen. Bij vulpatronen die uit meerdere gesloten polygonen bestaan, wordt met deze instelling de bewegingstijd" +" aanzienlijk verkort." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1891,8 +2284,17 @@ msgstr "Lijnrichting vulling" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de traditionele standaardhoeken (45 en 135 graden voor het lijn- en zigzagpatroon en 45 voor alle andere patronen) worden gebruikt." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend" +" gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst" +" is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de traditionele standaardhoeken (45 en 135 graden voor het" +" lijn- en zigzagpatroon en 45 voor alle andere patronen) worden gebruikt." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1921,7 +2323,10 @@ msgstr "Start willekeurig invullen" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." msgstr "Bepaal willekeurig welke invullijn het eerst wordt geprint. Dit voorkomt dat één segment het sterkst wordt, maar gaat ten koste van een extra beweging." #: fdmprinter.def.json @@ -1931,8 +2336,12 @@ msgstr "Vermenigvuldiging Vullijn" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Zet elke vullijn om naar zoveel keer vullijnen. De extra lijnen kruisen elkaar niet, maar mijden elkaar. Hierdoor wordt de vulling stijver, maar duurt het printen langer en wordt er meer materiaal verbruikt." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Zet elke vullijn om naar zoveel keer vullijnen. De extra lijnen kruisen elkaar niet, maar mijden elkaar. Hierdoor wordt de vulling stijver, maar duurt" +" het printen langer en wordt er meer materiaal verbruikt." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1942,11 +2351,15 @@ msgstr "Aantal Extra Wanden Rond vulling" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Voeg extra wanden toe rondom de vulling. Deze wanden kunnen ervoor zorgen dat de skin aan de boven-/onderkant minder doorzakt. Dit betekent dat u met alleen wat extra materiaal voor dezelfde kwaliteit minder skinlagen aan de boven-/onderkant nodig hebt.\n" -"Deze optie kan in combinatie met de optie 'Polygonen voor de vulling verbinden' worden gebruikt om alle vulling in één doorvoerpad te verbinden zonder extra bewegingen of intrekkingen, mits correct ingesteld." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Voeg extra wanden toe rondom de vulling. Deze wanden kunnen ervoor zorgen dat de skin aan de boven-/onderkant minder doorzakt. Dit betekent dat u met alleen" +" wat extra materiaal voor dezelfde kwaliteit minder skinlagen aan de boven-/onderkant nodig hebt.\nDeze optie kan in combinatie met de optie 'Polygonen" +" voor de vulling verbinden' worden gebruikt om alle vulling in één doorvoerpad te verbinden zonder extra bewegingen of intrekkingen, mits correct ingesteld." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1955,8 +2368,13 @@ msgstr "Kubische onderverdeling shell" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Een aanvulling op de straal vanuit het midden van elk blok om de rand van het model te detecteren, om te bepalen of het blok moet worden onderverdeeld. Een hogere waarde leidt tot een dikkere shell voor kleine blokken bij de rand van het model." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Een aanvulling op de straal vanuit het midden van elk blok om de rand van het model te detecteren, om te bepalen of het blok moet worden onderverdeeld." +" Een hogere waarde leidt tot een dikkere shell voor kleine blokken bij de rand van het model." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1965,8 +2383,12 @@ msgstr "Overlappercentage vulling" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." -msgstr "De mate van overlap tussen de vulling en de wanden als percentage van de lijnbreedte van de vulling. Met een lichte overlap kunnen de wanden goed hechten aan de vulling." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." +msgstr "De mate van overlap tussen de vulling en de wanden als percentage van de lijnbreedte van de vulling. Met een lichte overlap kunnen de wanden goed hechten" +" aan de vulling." #: fdmprinter.def.json msgctxt "infill_overlap_mm label" @@ -1975,7 +2397,9 @@ msgstr "Overlap Vulling" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "De mate van overlap tussen de vulling en de wanden. Met een lichte overlap kunnen de wanden goed hechten aan de vulling." #: fdmprinter.def.json @@ -1985,8 +2409,13 @@ msgstr "Veegafstand Vulling" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "De afstand voor een beweging die na het printen van elke vullijn wordt ingevoegd, om ervoor te zorgen dat de vulling beter aan de wanden hecht. Deze optie lijkt op de optie voor overlap van vulling. Tijdens deze beweging is er echter geen doorvoer en de beweging vindt maar aan één uiteinde van de vullijn plaats." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "De afstand voor een beweging die na het printen van elke vullijn wordt ingevoegd, om ervoor te zorgen dat de vulling beter aan de wanden hecht. Deze optie" +" lijkt op de optie voor overlap van vulling. Tijdens deze beweging is er echter geen doorvoer en de beweging vindt maar aan één uiteinde van de vullijn" +" plaats." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1995,7 +2424,9 @@ msgstr "Dikte Vullaag" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "De dikte per laag vulmateriaal. Deze waarde moet altijd een veelvoud van de laaghoogte zijn en wordt voor het overige afgerond." #: fdmprinter.def.json @@ -2005,8 +2436,12 @@ msgstr "Stappen Geleidelijke Vulling" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "Het aantal keren dat de vuldichtheid wordt gehalveerd naarmate er verder onder het oppervlak wordt geprint. Gebieden die zich dichter bij het oppervlak bevinden, krijgen een hogere dichtheid, tot de waarde die is opgegeven in de optie Dichtheid vulling." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "Het aantal keren dat de vuldichtheid wordt gehalveerd naarmate er verder onder het oppervlak wordt geprint. Gebieden die zich dichter bij het oppervlak" +" bevinden, krijgen een hogere dichtheid, tot de waarde die is opgegeven in de optie Dichtheid vulling." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2015,7 +2450,8 @@ msgstr "Staphoogte Geleidelijke Vulling" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "De hoogte van de vulling van een opgegeven dichtheid voordat wordt overgeschakeld naar de helft van deze dichtheid." #: fdmprinter.def.json @@ -2025,8 +2461,13 @@ msgstr "Vulling vóór Wanden" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Print de vulling voordat de wanden worden geprint. Wanneer u eerst de wanden print, worden deze nauwkeuriger geprint, maar wordt de overhang mogelijk van mindere kwaliteit. Wanneer u eerst de vulling print, worden de wanden steviger, maar schijnt het vulpatroon mogelijk door." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Print de vulling voordat de wanden worden geprint. Wanneer u eerst de wanden print, worden deze nauwkeuriger geprint, maar wordt de overhang mogelijk van" +" mindere kwaliteit. Wanneer u eerst de vulling print, worden de wanden steviger, maar schijnt het vulpatroon mogelijk door." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2045,8 +2486,12 @@ msgstr "Supportvulling" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Print alleen vulstructuren waarvan de bovenkant van het model moet worden ondersteund. Hiermee reduceert u de printtijd en het materiaalgebruik. Dit kan echter leiden tot een niet gelijkmatige objectsterkte." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Print alleen vulstructuren waarvan de bovenkant van het model moet worden ondersteund. Hiermee reduceert u de printtijd en het materiaalgebruik. Dit kan" +" echter leiden tot een niet gelijkmatige objectsterkte." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2055,8 +2500,12 @@ msgstr "Overhanghoek vulling" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." -msgstr "De minimale interne overhanghoek waarbij vulling wordt toegevoegd. Bij een waarde van 0° worden objecten volledig gevuld. Bij 90° wordt er geen vulling geprint." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." +msgstr "De minimale interne overhanghoek waarbij vulling wordt toegevoegd. Bij een waarde van 0° worden objecten volledig gevuld. Bij 90° wordt er geen vulling" +" geprint." #: fdmprinter.def.json msgctxt "skin_edge_support_thickness label" @@ -2085,7 +2534,9 @@ msgstr "Hoek supportstructuur bliksemvulling" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Bepaalt wanneer een bliksemvullaag iets moet ondersteunen dat zich boven de vullaag bevindt. Gemeten in de hoek bepaald door de laagdikte." #: fdmprinter.def.json @@ -2095,7 +2546,9 @@ msgstr "Hoek overhang bliksemvulling" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Bepaalt wanneer een bliksemvullaag het model boven de laag moet ondersteunen. Gemeten in de hoek bepaald door de laagdikte." #: fdmprinter.def.json @@ -2105,7 +2558,9 @@ msgstr "Snoeihoek bliksemvulling" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "De eindpunten van de vullijnen worden verkort om materiaal te besparen. Deze instelling is de overhanghoek van de eindpunten van deze lijnen." #: fdmprinter.def.json @@ -2115,7 +2570,9 @@ msgstr "Rechtbuighoek bliksemvulling" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "De vullijnen zijn rechtgetrokken om printtijd te besparen. Dit is de grootste overhanghoek die over de lengte van de vullijn is toegestaan." #: fdmprinter.def.json @@ -2135,8 +2592,12 @@ msgstr "Standaard printtemperatuur" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "De standaardtemperatuur waarmee wordt geprint. Dit moet overeenkomen met de basistemperatuur van een materiaal. Voor alle andere printtemperaturen moet een offset worden gebruikt die gebaseerd is op deze waarde" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "De standaardtemperatuur waarmee wordt geprint. Dit moet overeenkomen met de basistemperatuur van een materiaal. Voor alle andere printtemperaturen moet" +" een offset worden gebruikt die gebaseerd is op deze waarde" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2145,7 +2606,9 @@ msgstr "Temperatuur werkvolume" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "De omgevingstemperatuur waarin wordt geprint. Als deze waarde is ingesteld op 0, wordt de temperatuur van het werkvolume niet aangepast." #: fdmprinter.def.json @@ -2165,7 +2628,9 @@ msgstr "Printtemperatuur van de eerste laag" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "De temperatuur waarmee de eerste laag wordt geprint. Stel deze optie in op 0 om speciale bewerkingen voor de eerste laag uit te schakelen." #: fdmprinter.def.json @@ -2175,7 +2640,9 @@ msgstr "Starttemperatuur voor printen" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "De minimale temperatuur tijdens het opwarmen naar de printtemperatuur waarbij met printen kan worden begonnen." #: fdmprinter.def.json @@ -2185,7 +2652,9 @@ msgstr "Eindtemperatuur voor printen" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "De temperatuur waarnaar alvast kan worden afgekoeld net voordat het printen wordt beëindigd." #: fdmprinter.def.json @@ -2195,8 +2664,11 @@ msgstr "Aanpassing Afkoelsnelheid Doorvoer" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." -msgstr "De extra snelheid waarmee de nozzle tijdens het doorvoeren afkoelt. Met dezelfde waarde wordt ook de verloren verwarmingssnelheid aangeduid wanneer tijdens het doorvoeren wordt verwarmd." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." +msgstr "De extra snelheid waarmee de nozzle tijdens het doorvoeren afkoelt. Met dezelfde waarde wordt ook de verloren verwarmingssnelheid aangeduid wanneer tijdens" +" het doorvoeren wordt verwarmd." #: fdmprinter.def.json msgctxt "default_material_bed_temperature label" @@ -2205,8 +2677,12 @@ msgstr "Standaardtemperatuur platform" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "De standaardtemperatuur die wordt gebruikt voor het verwarmde platform. Dit moet overeenkomen met de basistemperatuur van een platform. Voor alle andere printtemperaturen moet een offset worden gebruikt die is gebaseerd op deze waarde" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "De standaardtemperatuur die wordt gebruikt voor het verwarmde platform. Dit moet overeenkomen met de basistemperatuur van een platform. Voor alle andere" +" printtemperaturen moet een offset worden gebruikt die is gebaseerd op deze waarde" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2215,7 +2691,9 @@ msgstr "Platformtemperatuur" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "De temperatuur van het verwarmde platform. Als de temperatuur is ingesteld op 0, wordt het platform niet verwarmd." #: fdmprinter.def.json @@ -2225,7 +2703,9 @@ msgstr "Platformtemperatuur voor de eerste laag" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "De temperatuur van het verwarmde platform voor de eerste laag. Als de temperatuur 0 is, wordt het platform bij de eerste laag niet verwarmd." #: fdmprinter.def.json @@ -2255,28 +2735,34 @@ msgstr "Schaalfactor krimpcompensatie" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Het model wordt met deze factor geschaald ter compensatie van het krimpen van het materiaal tijdens het afkoelen." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Horizontale schaalfactor krimpcompensatie" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Om te compenseren voor het krimpen van het materiaal wanneer het afkoelt, wordt het model met deze factor geschaald in de richting XY (horizontaal)." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Verticale schaalfactor krimpcompensatie" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Om te compenseren voor het krimpen van het materiaal wanneer het afkoelt, wordt het model met deze factor geschaald in Z-richting (verticaal)." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2285,7 +2771,10 @@ msgstr "Kristallijnmateriaal" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "Breekt dit materiaal recht af wanneer het wordt verwarmd (kristallijn) of produceert het lange, met elkaar verweven polymeerketens (niet-kristallijn)?" #: fdmprinter.def.json @@ -2305,7 +2794,9 @@ msgstr "Intreksnelheid voor niet-uitlopen" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "Hoe snel het materiaal moet worden ingetrokken tijdens het wisselen van een filament om uitlopen te voorkomen." #: fdmprinter.def.json @@ -2325,7 +2816,9 @@ msgstr "Intreksnelheid voor voorbereiding van afbreken" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "Hoe snel het filament moet worden ingetrokken voordat het bij het intrekken afbreekt." #: fdmprinter.def.json @@ -2335,7 +2828,9 @@ msgstr "Temperatuur voor voorbereiding van afbreken" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "De temperatuur die wordt gebruikt om materiaal te zuiveren, moet ongeveer gelijk zijn aan de hoogst mogelijke printtemperatuur." #: fdmprinter.def.json @@ -2355,7 +2850,8 @@ msgstr "Intreksnelheid voor afbreken" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "De snelheid waarmee het filament wordt ingetrokken om het recht af te breken." #: fdmprinter.def.json @@ -2385,7 +2881,9 @@ msgstr "Afvoerduur flush" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "Hoeveel materiaal moet worden gebruikt om het vorige materiaal uit de nozzle te verwijderen (in lengte filament) bij het overschakelen op een ander materiaal." #: fdmprinter.def.json @@ -2395,7 +2893,9 @@ msgstr "Afvoersnelheid einde van filament" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "Hoe snel het materiaal moet worden geprimed na het vervangen van een lege spoel door een nieuwe spoel van hetzelfde materiaal." #: fdmprinter.def.json @@ -2405,8 +2905,12 @@ msgstr "Afvoerduur einde van filament" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "Hoeveel materiaal moet worden gebruikt om het vorige materiaal uit de nozzle te verwijderen (in lengte filament) bij het vervangen van een lege spoel door een nieuwe spoel van hetzelfde materiaal." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "Hoeveel materiaal moet worden gebruikt om het vorige materiaal uit de nozzle te verwijderen (in lengte filament) bij het vervangen van een lege spoel door" +" een nieuwe spoel van hetzelfde materiaal." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2425,8 +2929,12 @@ msgstr "Verplaatsingsfactor zonder lading" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Een factor die aangeeft hoeveel het filament wordt samengedrukt tussen de feeder en de nozzlekamer, om te bepalen hoe ver het materiaal moet worden verplaatst voor het verwisselen van filament." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Een factor die aangeeft hoeveel het filament wordt samengedrukt tussen de feeder en de nozzlekamer, om te bepalen hoe ver het materiaal moet worden verplaatst" +" voor het verwisselen van filament." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2435,7 +2943,9 @@ msgstr "Doorvoer" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Doorvoercompensatie: de hoeveelheid materiaal die wordt doorgevoerd, wordt vermenigvuldigd met deze waarde." #: fdmprinter.def.json @@ -2465,7 +2975,8 @@ msgstr "Doorvoer binnenwand(en)" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "Doorvoercompensatie op wandlijnen voor alle wandlijnen behalve de buitenste." #: fdmprinter.def.json @@ -2565,7 +3076,9 @@ msgstr "Doorvoer eerste laag" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Doorvoercompensatie voor de eerste laag: de hoeveelheid materiaal die voor de eerste laag wordt doorgevoerd, wordt vermenigvuldigd met deze waarde." #: fdmprinter.def.json @@ -2575,7 +3088,9 @@ msgstr "Stand-bytemperatuur" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "De temperatuur van de nozzle op de momenten waarop een andere nozzle wordt gebruikt voor het printen." #: fdmprinter.def.json @@ -2625,8 +3140,13 @@ msgstr "Snelheid Buitenwand" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "De snelheid waarmee de buitenwanden worden geprint. Als u de buitenwand langzamer print, verhoogt u de uiteindelijke kwaliteit van de skin. Een groot verschil tussen de printsnelheid van de binnenwand en de printsnelheid van de buitenwand kan echter een negatief effect hebben op de kwaliteit." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "De snelheid waarmee de buitenwanden worden geprint. Als u de buitenwand langzamer print, verhoogt u de uiteindelijke kwaliteit van de skin. Een groot verschil" +" tussen de printsnelheid van de binnenwand en de printsnelheid van de buitenwand kan echter een negatief effect hebben op de kwaliteit." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2635,8 +3155,12 @@ msgstr "Snelheid Binnenwand" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "De snelheid waarmee alle binnenwanden worden geprint. Als u de binnenwand sneller print dan de buitenwand, verkort u de printtijd. Het wordt aangeraden hiervoor een snelheid in te stellen die ligt tussen de printsnelheid van de buitenwand en de vulsnelheid." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "De snelheid waarmee alle binnenwanden worden geprint. Als u de binnenwand sneller print dan de buitenwand, verkort u de printtijd. Het wordt aangeraden" +" hiervoor een snelheid in te stellen die ligt tussen de printsnelheid van de buitenwand en de vulsnelheid." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2665,8 +3189,12 @@ msgstr "Snelheid Supportstructuur" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "De snelheid waarmee de supportstructuur wordt geprint. Als u de supportstructuur sneller print, kunt u de printtijd aanzienlijk verkorten. De kwaliteit van het oppervlak van de supportstructuur is niet belangrijk, aangezien deze na het printen wordt verwijderd." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "De snelheid waarmee de supportstructuur wordt geprint. Als u de supportstructuur sneller print, kunt u de printtijd aanzienlijk verkorten. De kwaliteit" +" van het oppervlak van de supportstructuur is niet belangrijk, aangezien deze na het printen wordt verwijderd." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2675,7 +3203,9 @@ msgstr "Vulsnelheid Supportstructuur" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "De snelheid waarmee de supportvulling wordt geprint. Als u de vulling langzamer print, wordt de stabiliteit verbeterd." #: fdmprinter.def.json @@ -2685,7 +3215,9 @@ msgstr "Vulsnelheid Verbindingsstructuur" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "De snelheid waarmee de supportdaken en -vloeren worden geprint. Als u deze langzamer print, wordt de kwaliteit van de overhang verbeterd." #: fdmprinter.def.json @@ -2695,7 +3227,9 @@ msgstr "Snelheid supportdak" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "De snelheid waarmee de supportdaken worden geprint. Als u deze langzamer print, wordt de kwaliteit van de overhang verbeterd." #: fdmprinter.def.json @@ -2705,7 +3239,9 @@ msgstr "Snelheid supportvloer" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "De snelheid waarmee de supportvloer wordt geprint. Als u deze langzamer print, hecht het supportmateriaal beter aan de bovenzijde van het model." #: fdmprinter.def.json @@ -2715,8 +3251,12 @@ msgstr "Snelheid Primepijler" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." -msgstr "De snelheid waarmee de primepijler wordt geprint. Als u de primepijler langzamer print, wordt deze stabieler. Dit is zinvol wanneer de hechting tussen de verschillende filamenten niet optimaal is." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." +msgstr "De snelheid waarmee de primepijler wordt geprint. Als u de primepijler langzamer print, wordt deze stabieler. Dit is zinvol wanneer de hechting tussen" +" de verschillende filamenten niet optimaal is." #: fdmprinter.def.json msgctxt "speed_travel label" @@ -2735,8 +3275,12 @@ msgstr "Snelheid Eerste Laag" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "De snelheid waarmee de eerste laag wordt geprint. Hiervoor wordt een lagere waarde aanbevolen om hechting aan het platform te verbeteren. Heeft geen invloed op de hechtstructuren van het platform zelf, zoals brim en raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "De snelheid waarmee de eerste laag wordt geprint. Hiervoor wordt een lagere waarde aanbevolen om hechting aan het platform te verbeteren. Heeft geen invloed" +" op de hechtstructuren van het platform zelf, zoals brim en raft." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2745,7 +3289,9 @@ msgstr "Printsnelheid Eerste Laag" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "De snelheid waarmee de eerste laag wordt geprint. Hiervoor wordt een lagere waarde aanbevolen om hechting aan het platform te verbeteren." #: fdmprinter.def.json @@ -2755,8 +3301,13 @@ msgstr "Bewegingssnelheid Eerste Laag" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "De snelheid van de bewegingen tijdens het printen van de eerste laag. Hiervoor wordt een lagere waarde aanbevolen om te voorkomen dat eerder geprinte delen van het platform worden getrokken. De waarde van deze instelling kan automatisch worden berekend uit de verhouding tussen de bewegingssnelheid en de printsnelheid." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "De snelheid van de bewegingen tijdens het printen van de eerste laag. Hiervoor wordt een lagere waarde aanbevolen om te voorkomen dat eerder geprinte delen" +" van het platform worden getrokken. De waarde van deze instelling kan automatisch worden berekend uit de verhouding tussen de bewegingssnelheid en de printsnelheid." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2765,8 +3316,12 @@ msgstr "Skirt-/Brimsnelheid" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "De snelheid waarmee de skirt en de brim worden geprint. Normaal gebeurt dit met dezelfde snelheid als de snelheid van de eerste laag, maar in sommige situaties wilt u de skirt of de brim mogelijk met een andere snelheid printen." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "De snelheid waarmee de skirt en de brim worden geprint. Normaal gebeurt dit met dezelfde snelheid als de snelheid van de eerste laag, maar in sommige situaties" +" wilt u de skirt of de brim mogelijk met een andere snelheid printen." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2775,8 +3330,12 @@ msgstr "Snelheid Z-sprong" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "De snelheid waarmee de verticale Z-beweging wordt gemaakt voor Z-sprongen. Dit is meestal lager dan de printsnelheid, omdat het platform of de rijbrug van de machine moeilijker te verplaatsen is." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "De snelheid waarmee de verticale Z-beweging wordt gemaakt voor Z-sprongen. Dit is meestal lager dan de printsnelheid, omdat het platform of de rijbrug" +" van de machine moeilijker te verplaatsen is." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2785,18 +3344,31 @@ msgstr "Aantal Lagen met Lagere Printsnelheid" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "De eerste lagen worden minder snel geprint dan de rest van het model, om ervoor te zorgen dat dit zich beter hecht aan het platform en om de kans dat de print slaagt te vergroten. Tijdens het printen van deze lagen wordt de snelheid geleidelijk opgevoerd." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "De eerste lagen worden minder snel geprint dan de rest van het model, om ervoor te zorgen dat dit zich beter hecht aan het platform en om de kans dat de" +" print slaagt te vergroten. Tijdens het printen van deze lagen wordt de snelheid geleidelijk opgevoerd." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Verhouding voor afstemmen doorvoer" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Op doorvoerbreedte gebaseerde correctiefactor voor de snelheid. Op 0% wordt de bewegingssnelheid gelijk gehouden aan de printsnelheid. Op 100% wordt de" +" bewegingssnelheid zo aangepast dat de stroom (in mm³/s) constant is, d.w.z. dat alle lijnen die half zo breed zijn als de normale lijnbreedte, tweemaal" +" zo snel worden geprint en lijnen die twee maal zo breed zijn, half zo snel. Een waarde groter dan 100% kan de hogere druk compenseren die nodig is voor" +" de extrusie van brede lijnen." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2805,7 +3377,9 @@ msgstr "Acceleratieregulering Inschakelen" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "Hiermee stelt u de printkopacceleratie in. Door het verhogen van de acceleratie wordt de printtijd mogelijk verkort ten koste van de printkwaliteit." #: fdmprinter.def.json @@ -2905,7 +3479,9 @@ msgstr "Acceleratie Verbindingsstructuur" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "De acceleratie tijdens het printen van de supportdaken en -vloeren. Als u deze met een lagere acceleratie print, wordt de kwaliteit van de overhang verbeterd." #: fdmprinter.def.json @@ -2915,7 +3491,9 @@ msgstr "Acceleratie supportdak" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "De acceleratie tijdens het printen van de supportdaken. Als u deze met een lagere acceleratie print, wordt de kwaliteit van de overhang verbeterd." #: fdmprinter.def.json @@ -2925,8 +3503,11 @@ msgstr "Acceleratie supportvloer" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." -msgstr "De acceleratie tijdens het printen van de supportvloeren. Als u deze met een lagere acceleratie print, hecht het supportmateriaal beter aan de bovenzijde van het model." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." +msgstr "De acceleratie tijdens het printen van de supportvloeren. Als u deze met een lagere acceleratie print, hecht het supportmateriaal beter aan de bovenzijde" +" van het model." #: fdmprinter.def.json msgctxt "acceleration_prime_tower label" @@ -2985,8 +3566,12 @@ msgstr "Acceleratie Skirt/Brim" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "De acceleratie tijdens het printen van de skirt en de brim. Normaal gebeurt dit met dezelfde acceleratie als die van de eerste laag, maar in sommige situaties wilt u de skirt of de brim wellicht met een andere acceleratie printen." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "De acceleratie tijdens het printen van de skirt en de brim. Normaal gebeurt dit met dezelfde acceleratie als die van de eerste laag, maar in sommige situaties" +" wilt u de skirt of de brim wellicht met een andere acceleratie printen." #: fdmprinter.def.json msgctxt "jerk_enabled label" @@ -2995,8 +3580,12 @@ msgstr "Schokregulering Inschakelen" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "Hiermee stelt u de schok van de printkop in wanneer de snelheid in de X- of Y-as verandert. Door het verhogen van de schok wordt de printtijd mogelijk verkort ten koste van de printkwaliteit." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "Hiermee stelt u de schok van de printkop in wanneer de snelheid in de X- of Y-as verandert. Door het verhogen van de schok wordt de printtijd mogelijk" +" verkort ten koste van de printkwaliteit." #: fdmprinter.def.json msgctxt "jerk_print label" @@ -3025,7 +3614,8 @@ msgstr "Wandschok" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de wanden." #: fdmprinter.def.json @@ -3035,7 +3625,9 @@ msgstr "Schok Buitenwand" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de buitenwanden." #: fdmprinter.def.json @@ -3045,7 +3637,9 @@ msgstr "Schok Binnenwand" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van alle binnenwanden." #: fdmprinter.def.json @@ -3055,7 +3649,9 @@ msgstr "Schok bovenskin" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de bovenste skinlagen." #: fdmprinter.def.json @@ -3065,7 +3661,9 @@ msgstr "Schok Boven-/Onderkant" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de boven-/onderlagen." #: fdmprinter.def.json @@ -3075,7 +3673,9 @@ msgstr "Schok Supportstructuur" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de supportstructuur." #: fdmprinter.def.json @@ -3085,7 +3685,9 @@ msgstr "Schok Supportvulling" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de supportvulling." #: fdmprinter.def.json @@ -3095,7 +3697,9 @@ msgstr "Schok Verbindingsstructuur" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de supportdaken en -vloeren." #: fdmprinter.def.json @@ -3105,7 +3709,9 @@ msgstr "Schok supportdak" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de supportdaken." #: fdmprinter.def.json @@ -3115,7 +3721,9 @@ msgstr "Schok supportvloer" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de supportvloeren." #: fdmprinter.def.json @@ -3125,7 +3733,9 @@ msgstr "Schok Primepijler" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de primepijler." #: fdmprinter.def.json @@ -3135,7 +3745,8 @@ msgstr "Bewegingsschok" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het uitvoeren van bewegingen." #: fdmprinter.def.json @@ -3155,7 +3766,9 @@ msgstr "Printschok Eerste Laag" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de eerste laag." #: fdmprinter.def.json @@ -3175,7 +3788,9 @@ msgstr "Schok Skirt/Brim" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "De maximale onmiddellijke snelheidsverandering tijdens het printen van de skirt en de brim." #: fdmprinter.def.json @@ -3225,7 +3840,9 @@ msgstr "Intreksnelheid" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "De snelheid waarmee het filament tijdens een intrekbeweging wordt ingetrokken en geprimed." #: fdmprinter.def.json @@ -3255,7 +3872,9 @@ msgstr "Extra Primehoeveelheid na Intrekken" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Tijdens een beweging kan materiaal verloren gaan, wat met deze optie kan worden gecompenseerd." #: fdmprinter.def.json @@ -3265,7 +3884,9 @@ msgstr "Minimale Afstand voor Intrekken" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "De minimale bewegingsafstand voordat het filament kan worden ingetrokken. Hiermee vermindert u het aantal intrekkingen in een klein gebied." #: fdmprinter.def.json @@ -3275,8 +3896,14 @@ msgstr "Maximaal Aantal Intrekbewegingen" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Deze instelling beperkt het aantal intrekbewegingen dat kan worden uitgevoerd binnen het gebied Minimaal afstandsgebied voor intrekken. Extra intrekbewegingen binnen dit gebied worden genegeerd. Hiermee voorkomt u dat hetzelfde stuk filament meerdere keren wordt ingetrokken en dus kan worden geplet en kan gaan haperen." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Deze instelling beperkt het aantal intrekbewegingen dat kan worden uitgevoerd binnen het gebied Minimaal afstandsgebied voor intrekken. Extra intrekbewegingen" +" binnen dit gebied worden genegeerd. Hiermee voorkomt u dat hetzelfde stuk filament meerdere keren wordt ingetrokken en dus kan worden geplet en kan gaan" +" haperen." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3285,8 +3912,13 @@ msgstr "Minimaal Afstandsgebied voor Intrekken" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "Dit is het gebied waarop het maximaal aantal intrekbewegingen van toepassing is. Deze waarde moet ongeveer overeenkomen met de Intrekafstand, waarmee in feite het aantal intrekbewegingen op hetzelfde deel van het materiaal wordt beperkt." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "Dit is het gebied waarop het maximaal aantal intrekbewegingen van toepassing is. Deze waarde moet ongeveer overeenkomen met de Intrekafstand, waarmee in" +" feite het aantal intrekbewegingen op hetzelfde deel van het materiaal wordt beperkt." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3295,8 +3927,12 @@ msgstr "Supportintrekkingen beperken" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Sla intrekking over tijdens bewegingen in een rechte lijn van support naar support. Deze instelling verkort de printtijd, maar kan leiden tot overmatige draadvorming in de supportstructuur." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Sla intrekking over tijdens bewegingen in een rechte lijn van support naar support. Deze instelling verkort de printtijd, maar kan leiden tot overmatige" +" draadvorming in de supportstructuur." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3305,8 +3941,15 @@ msgstr "Combing-modus" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Met combing blijft de nozzle tijdens bewegingen binnen eerder geprinte delen. Hierdoor zijn de bewegingen iets langer, maar hoeft het filament minder vaak te worden ingetrokken. Als combing is uitgeschakeld, wordt het materiaal ingetrokken en beweegt de nozzle in een rechte lijn naar het volgende punt. Het is ook mogelijk om combing over boven-/onderskingedeelten te voorkomen of combing alleen binnen de vulling te gebruiken." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Met combing blijft de nozzle tijdens bewegingen binnen eerder geprinte delen. Hierdoor zijn de bewegingen iets langer, maar hoeft het filament minder vaak" +" te worden ingetrokken. Als combing is uitgeschakeld, wordt het materiaal ingetrokken en beweegt de nozzle in een rechte lijn naar het volgende punt. Het" +" is ook mogelijk om combing over boven-/onderskingedeelten te voorkomen of combing alleen binnen de vulling te gebruiken." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3340,8 +3983,12 @@ msgstr "Max. combing-afstand zonder intrekken" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Wanneer dit groter dan nul is, vindt bij een combing-beweging die langer is dan deze afstand, intrekking plaats. Wanneer dit nul is, is er geen maximum en vindt bij combing-bewegingen geen intrekking plaats." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Wanneer dit groter dan nul is, vindt bij een combing-beweging die langer is dan deze afstand, intrekking plaats. Wanneer dit nul is, is er geen maximum" +" en vindt bij combing-bewegingen geen intrekking plaats." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3360,7 +4007,9 @@ msgstr "Geprinte delen mijden tijdens bewegingen" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "Tijdens bewegingen mijdt de nozzle delen die al zijn geprint. Deze optie is alleen beschikbaar wanneer combing ingeschakeld is." #: fdmprinter.def.json @@ -3370,7 +4019,9 @@ msgstr "Supportstructuren mijden tijdens bewegingen" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "Tijdens bewegingen mijdt de nozzle supportstructuren die al zijn geprint. Deze optie is alleen beschikbaar wanneer combing ingeschakeld is." #: fdmprinter.def.json @@ -3380,7 +4031,9 @@ msgstr "Mijdafstand Tijdens Bewegingen" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "De afstand tussen de nozzle en geprinte delen wanneer deze tijdens bewegingen worden gemeden." #: fdmprinter.def.json @@ -3390,7 +4043,9 @@ msgstr "Begin laag X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "De X-coördinaat van de positie nabij het deel waar met het printen van elke laag kan worden begonnen." #: fdmprinter.def.json @@ -3400,7 +4055,9 @@ msgstr "Begin laag Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "De Y-coördinaat van de positie nabij het deel waar met het printen van elke laag kan worden begonnen." #: fdmprinter.def.json @@ -3410,8 +4067,13 @@ msgstr "Z-sprong wanneer ingetrokken" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Tijdens het intrekken wordt het platform omlaag gebracht om ruimte te creëren tussen de nozzle en de print. Hiermee wordt voorkomen dat de nozzle de print raakt tijdens een beweging en wordt de kans verkleind dat de print van het platform wordt gestoten." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "Tijdens het intrekken wordt het platform omlaag gebracht om ruimte te creëren tussen de nozzle en de print. Hiermee wordt voorkomen dat de nozzle de print" +" raakt tijdens een beweging en wordt de kans verkleind dat de print van het platform wordt gestoten." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3420,7 +4082,9 @@ msgstr "Z-sprong Alleen over Geprinte Delen" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." msgstr "Voer alleen een Z-sprong uit bij bewegingen over geprinte delen die niet kunnen worden vermeden met Geprinte Delen Mijden Tijdens Bewegingen." #: fdmprinter.def.json @@ -3440,8 +4104,12 @@ msgstr "Z-sprong na Wisselen Extruder" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Nadat de machine van de ene extruder naar de andere is gewisseld, wordt het platform omlaag gebracht om ruimte te creëren tussen de nozzle en de print. Hiermee wordt voorkomen dat de nozzle doorgevoerd materiaal achterlaat op de buitenzijde van een print." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Nadat de machine van de ene extruder naar de andere is gewisseld, wordt het platform omlaag gebracht om ruimte te creëren tussen de nozzle en de print." +" Hiermee wordt voorkomen dat de nozzle doorgevoerd materiaal achterlaat op de buitenzijde van een print." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3470,7 +4138,9 @@ msgstr "Koelen van de Print Inschakelen" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "Hiermee schakelt u de printkoelventilatoren in tijdens het printen. De ventilatoren verbeteren de printkwaliteit van lagen met een korte laagtijd en brugvorming/overhang." #: fdmprinter.def.json @@ -3490,8 +4160,12 @@ msgstr "Normale Ventilatorsnelheid" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "De snelheid waarmee de ventilatoren draaien voordat de drempelwaarde wordt bereikt. Wanneer een laag sneller wordt geprint dan de drempelwaarde, wordt de ventilatorsnelheid geleidelijk verhoogd tot de maximale ventilatorsnelheid." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "De snelheid waarmee de ventilatoren draaien voordat de drempelwaarde wordt bereikt. Wanneer een laag sneller wordt geprint dan de drempelwaarde, wordt" +" de ventilatorsnelheid geleidelijk verhoogd tot de maximale ventilatorsnelheid." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3500,8 +4174,12 @@ msgstr "Maximale Ventilatorsnelheid" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "De snelheid waarmee de ventilatoren draaien bij de minimale laagtijd. Wanneer de drempelwaarde wordt bereikt, wordt de ventilatorsnelheid geleidelijk verhoogd van de normale ventilatorsnelheid naar de maximale ventilatorsnelheid." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "De snelheid waarmee de ventilatoren draaien bij de minimale laagtijd. Wanneer de drempelwaarde wordt bereikt, wordt de ventilatorsnelheid geleidelijk verhoogd" +" van de normale ventilatorsnelheid naar de maximale ventilatorsnelheid." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3510,8 +4188,13 @@ msgstr "Drempelwaarde Normale/Maximale Ventilatorsnelheid" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "De laagtijd waarmee de drempelwaarde tussen de normale ventilatorsnelheid en de maximale ventilatorsnelheid wordt ingesteld. Voor lagen die langzamer worden geprint, draaien de ventilatoren op normale snelheid. Bij lagen die sneller worden geprint, draaien de ventilatoren op maximale snelheid." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "De laagtijd waarmee de drempelwaarde tussen de normale ventilatorsnelheid en de maximale ventilatorsnelheid wordt ingesteld. Voor lagen die langzamer worden" +" geprint, draaien de ventilatoren op normale snelheid. Bij lagen die sneller worden geprint, draaien de ventilatoren op maximale snelheid." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3520,8 +4203,12 @@ msgstr "Startsnelheid ventilator" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "De snelheid waarmee de ventilatoren draaien bij de start van het printen. Tijdens het printen van de volgende lagen wordt de ventilatorsnelheid geleidelijk verhoogd tot de laag waarin de snelheid overeenkomt met de normale ventilatorsnelheid op hoogte." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "De snelheid waarmee de ventilatoren draaien bij de start van het printen. Tijdens het printen van de volgende lagen wordt de ventilatorsnelheid geleidelijk" +" verhoogd tot de laag waarin de snelheid overeenkomt met de normale ventilatorsnelheid op hoogte." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3530,8 +4217,12 @@ msgstr "Normale Ventilatorsnelheid op Hoogte" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." -msgstr "De hoogte waarop de ventilatoren op normale snelheid draaien. Tijdens het printen van de onderliggende lagen wordt de ventilatorsnelheid geleidelijk verhoogd van de startsnelheid ventilator naar de normale ventilatorsnelheid." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." +msgstr "De hoogte waarop de ventilatoren op normale snelheid draaien. Tijdens het printen van de onderliggende lagen wordt de ventilatorsnelheid geleidelijk verhoogd" +" van de startsnelheid ventilator naar de normale ventilatorsnelheid." #: fdmprinter.def.json msgctxt "cool_fan_full_layer label" @@ -3540,8 +4231,11 @@ msgstr "Normale Ventilatorsnelheid op Laag" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "De laag waarop de ventilatoren op normale snelheid draaien. Als de normale ventilatorsnelheid op hoogte ingeschakeld is, wordt deze waarde berekend en op een geheel getal afgerond." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "De laag waarop de ventilatoren op normale snelheid draaien. Als de normale ventilatorsnelheid op hoogte ingeschakeld is, wordt deze waarde berekend en" +" op een geheel getal afgerond." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3550,8 +4244,16 @@ msgstr "Minimale Laagtijd" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "De tijd die minimaal aan het printen van een laag wordt besteed. Hierdoor wordt de printer gedwongen langzamer te printen zodat deze ten minste de ingestelde tijd gebruikt voor het printen van een laag. Hierdoor kan het geprinte materiaal voldoende afkoelen voordat de volgende laag wordt geprint. Het printen van lagen kan nog steeds minder lang duren dan de minimale laagtijd als Printkop optillen is uitgeschakeld en als anders niet zou worden voldaan aan de Minimumsnelheid." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "De tijd die minimaal aan het printen van een laag wordt besteed. Hierdoor wordt de printer gedwongen langzamer te printen zodat deze ten minste de ingestelde" +" tijd gebruikt voor het printen van een laag. Hierdoor kan het geprinte materiaal voldoende afkoelen voordat de volgende laag wordt geprint. Het printen" +" van lagen kan nog steeds minder lang duren dan de minimale laagtijd als Printkop optillen is uitgeschakeld en als anders niet zou worden voldaan aan de" +" Minimumsnelheid." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3560,8 +4262,12 @@ msgstr "Minimumsnelheid" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "De minimale printsnelheid die wordt aangehouden ondanks vertragen vanwege de minimale laagtijd. Als de printer te zeer vertraagt, wordt de druk in de nozzle te laag, wat leidt tot slechte printkwaliteit." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "De minimale printsnelheid die wordt aangehouden ondanks vertragen vanwege de minimale laagtijd. Als de printer te zeer vertraagt, wordt de druk in de nozzle" +" te laag, wat leidt tot slechte printkwaliteit." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3570,8 +4276,12 @@ msgstr "Printkop Optillen" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Wanneer de minimale snelheid wordt bereikt vanwege de minimale laagtijd, wordt de printkop van de print verwijderd totdat de minimale laagtijd bereikt is." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Wanneer de minimale snelheid wordt bereikt vanwege de minimale laagtijd, wordt de printkop van de print verwijderd totdat de minimale laagtijd bereikt" +" is." #: fdmprinter.def.json msgctxt "support label" @@ -3590,7 +4300,9 @@ msgstr "Support genereren" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Genereer structuren om delen van het model met overhang te ondersteunen. Zonder deze structuren zakken dergelijke delen in tijdens het printen." #: fdmprinter.def.json @@ -3600,7 +4312,9 @@ msgstr "Extruder Supportstructuur" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de supportstructuur. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -3610,7 +4324,9 @@ msgstr "Extruder Supportvulling" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de supportvulling. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -3620,7 +4336,9 @@ msgstr "Extruder Eerste Laag van Support" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de eerste laag van de supportvulling. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -3630,7 +4348,9 @@ msgstr "Extruder Verbindingsstructuur" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de daken en vloeren van de supportstructuur. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -3640,7 +4360,9 @@ msgstr "Extruder supportdak" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de supportdaken. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -3650,7 +4372,9 @@ msgstr "Extruder supportvloer" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de supportvloeren. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json @@ -3660,8 +4384,16 @@ msgstr "Supportstructuur" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Kiest tussen de beschikbare technieken om support te genereren. \"Normale\" support creëert een supportstructuur direct onder de overhangende delen en laat die gebieden recht naar beneden vallen. \"Boom\"-support creëert takken naar de overhangende gebieden die het model op de toppen van die takken ondersteunen, en laat de takken rond het model kruipen om het zoveel mogelijk vanaf het platform te ondersteunen." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Kiest tussen de beschikbare technieken om support te genereren. \"Normale\" support creëert een supportstructuur direct onder de overhangende delen en" +" laat die gebieden recht naar beneden vallen. \"Boom\"-support creëert takken naar de overhangende gebieden die het model op de toppen van die takken ondersteunen," +" en laat de takken rond het model kruipen om het zoveel mogelijk vanaf het platform te ondersteunen." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3680,7 +4412,9 @@ msgstr "Hoek van takken van boomsupportstructuur" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "Hiermee stelt u de hoek van de takken in. Met een kleinere hoek worden de takken verticaler en stabieler. Met een grotere hoek hebben ze een groter bereik." #: fdmprinter.def.json @@ -3690,8 +4424,12 @@ msgstr "Takafstand van boomsupportstructuur" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Hiermee stelt u in hoe ver de takken moeten uitsteken als ze het model raken. Met een kleinere afstand raakt de boomsupportstructuur het model op meer plaatsen. Hierdoor creëert u een betere overhang maar is de supportstructuur moeilijker te verwijderen." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "Hiermee stelt u in hoe ver de takken moeten uitsteken als ze het model raken. Met een kleinere afstand raakt de boomsupportstructuur het model op meer" +" plaatsen. Hierdoor creëert u een betere overhang maar is de supportstructuur moeilijker te verwijderen." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3700,8 +4438,11 @@ msgstr "Takdiameter van boomsupportstructuur" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." -msgstr "Hiermee stelt u de diameter in van de dunste takken van de boomsupportstructuur. Dikkere takken zijn steviger. Takken die dichter bij de stam liggen, zijn dikker dan dit." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." +msgstr "Hiermee stelt u de diameter in van de dunste takken van de boomsupportstructuur. Dikkere takken zijn steviger. Takken die dichter bij de stam liggen, zijn" +" dikker dan dit." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle label" @@ -3710,8 +4451,13 @@ msgstr "Hoek van takdiameter van boomsupportstructuur" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "De hoek van de diameter van de takken terwijl ze naar beneden toe geleidelijk dikker worden. Met de hoekinstelling 0 zijn de takken over de gehele lengte even dik. Een kleine hoek verbetert de stabiliteit van de boomsupportstructuur." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "De hoek van de diameter van de takken terwijl ze naar beneden toe geleidelijk dikker worden. Met de hoekinstelling 0 zijn de takken over de gehele lengte" +" even dik. Een kleine hoek verbetert de stabiliteit van de boomsupportstructuur." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3720,8 +4466,12 @@ msgstr "Resolutie bij botsingen van de boomsupportstructuur" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Resolutie voor het berekenen van botsingen om te voorkomen dat het model wordt geraakt. Als u deze optie op een lagere waarde instelt, creëert u nauwkeurigere bomen die minder vaak fouten vertonen, maar wordt de slicetijd aanzienlijk verlengd." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Resolutie voor het berekenen van botsingen om te voorkomen dat het model wordt geraakt. Als u deze optie op een lagere waarde instelt, creëert u nauwkeurigere" +" bomen die minder vaak fouten vertonen, maar wordt de slicetijd aanzienlijk verlengd." #: fdmprinter.def.json msgctxt "support_type label" @@ -3730,8 +4480,12 @@ msgstr "Plaatsing Supportstructuur" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Past de plaatsing van de supportstructuur aan. De plaatsing kan worden ingesteld op Platform aanraken of Overal. Wanneer deze optie ingesteld is op Overal, worden de supportstructuren ook op het model geprint." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Past de plaatsing van de supportstructuur aan. De plaatsing kan worden ingesteld op Platform aanraken of Overal. Wanneer deze optie ingesteld is op Overal," +" worden de supportstructuren ook op het model geprint." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3750,8 +4504,11 @@ msgstr "Overhanghoek Supportstructuur" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." -msgstr "De minimale overhanghoek waarbij een supportstructuur wordt toegevoegd. Bij een waarde van 0° wordt elke overhang ondersteund. Bij 90° wordt er geen supportstructuur geprint." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." +msgstr "De minimale overhanghoek waarbij een supportstructuur wordt toegevoegd. Bij een waarde van 0° wordt elke overhang ondersteund. Bij 90° wordt er geen supportstructuur" +" geprint." #: fdmprinter.def.json msgctxt "support_pattern label" @@ -3760,7 +4517,9 @@ msgstr "Patroon Supportstructuur" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Het patroon van de supportstructuur van de print. Met de verschillende beschikbare opties print u stevige of eenvoudig te verwijderen supportstructuren." #: fdmprinter.def.json @@ -3805,8 +4564,12 @@ msgstr "Aantal wandlijnen supportstructuur" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "Het aantal wanden rond de vulling van de supportstructuur. Met een extra wand wordt de supportstructuur betrouwbaarder en kan de overhang beter worden geprint, maar wordt de printtijd verlengd en wordt meer materiaal gebruikt." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "Het aantal wanden rond de vulling van de supportstructuur. Met een extra wand wordt de supportstructuur betrouwbaarder en kan de overhang beter worden" +" geprint, maar wordt de printtijd verlengd en wordt meer materiaal gebruikt." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3815,8 +4578,12 @@ msgstr "Supportstructuurlijnen verbinden" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Verbind de uiteinden van de supportstructuurlijnen met elkaar. Als u deze instelling inschakelt, maakt u de supportstructuur robuuster en vermindert u onderextrusie. Er wordt echter meer materiaal verbruikt." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Verbind de uiteinden van de supportstructuurlijnen met elkaar. Als u deze instelling inschakelt, maakt u de supportstructuur robuuster en vermindert u" +" onderextrusie. Er wordt echter meer materiaal verbruikt." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3825,7 +4592,9 @@ msgstr "Zigzaglijnen Supportstructuur Verbinden" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Verbind de zigzaglijnen. Hiermee versterkt u de zigzag-supportstructuur." #: fdmprinter.def.json @@ -3835,7 +4604,9 @@ msgstr "Dichtheid Supportstructuur" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Past de dichtheid van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen." #: fdmprinter.def.json @@ -3845,7 +4616,9 @@ msgstr "Lijnafstand Supportstructuur" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "De afstand tussen de geprinte lijnen van de supportstructuur. Deze instelling wordt berekend op basis van de dichtheid van de supportstructuur." #: fdmprinter.def.json @@ -3855,7 +4628,9 @@ msgstr "Lijnafstand Supportstructuur Eerste Laag" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Afstand tussen de lijnen van de supportstructuur voor de eerste laag. Deze wordt berekend op basis van de dichtheid van de supportstructuur." #: fdmprinter.def.json @@ -3865,8 +4640,15 @@ msgstr "Lijnrichting Vulling Supportstructuur" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoek van 0 graden wordt gebruikt." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend" +" gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst" +" is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoek van 0 graden wordt gebruikt." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3875,8 +4657,12 @@ msgstr "Supportbrim inschakelen" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Genereer een brim binnen de supportvulgebieden van de eerste laag. Deze brim wordt niet rondom maar onder de supportstructuur geprint. Als u deze instelling inschakelt, hecht de supportstructuur beter aan het platform." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Genereer een brim binnen de supportvulgebieden van de eerste laag. Deze brim wordt niet rondom maar onder de supportstructuur geprint. Als u deze instelling" +" inschakelt, hecht de supportstructuur beter aan het platform." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3885,7 +4671,9 @@ msgstr "Breedte supportbrim" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "De breedte van de brim die onder de support wordt geprint. Een bredere brim kost meer materiaal, maar hecht beter aan het platform." #: fdmprinter.def.json @@ -3895,7 +4683,9 @@ msgstr "Aantal supportbrimlijnen" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "Het aantal lijnen dat voor de supportbrim wordt gebruikt. Meer brimlijnen zorgen voor betere hechting aan het platform, maar kosten wat extra materiaal." #: fdmprinter.def.json @@ -3905,8 +4695,12 @@ msgstr "Z-afstand Supportstructuur" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "De afstand tussen de boven-/onderkant van de supportstructuur en de print. Deze afstand zorgt ervoor dat de supportstructuren na het printen van het model kunnen worden verwijderd. De waarde wordt naar boven afgerond op een veelvoud van de laaghoogte." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "De afstand tussen de boven-/onderkant van de supportstructuur en de print. Deze afstand zorgt ervoor dat de supportstructuren na het printen van het model" +" kunnen worden verwijderd. De waarde wordt naar boven afgerond op een veelvoud van de laaghoogte." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3945,8 +4739,14 @@ msgstr "Prioriteit Afstand Supportstructuur" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Hiermee bepaalt u of de optie X-/Y-afstand supportstructuur voorrang krijgt boven de optie Z-afstand supportstructuur of vice versa. Wanneer X/Y voorrang krijgt boven Z, kan de X-/Y-afstand de supportstructuur wegduwen van het model, waardoor de daadwerkelijke Z-afstand tot de overhang wordt beïnvloed. Dit kan worden uitgeschakeld door de X-/Y-afstand niet toe te passen rond een overhang." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Hiermee bepaalt u of de optie X-/Y-afstand supportstructuur voorrang krijgt boven de optie Z-afstand supportstructuur of vice versa. Wanneer X/Y voorrang" +" krijgt boven Z, kan de X-/Y-afstand de supportstructuur wegduwen van het model, waardoor de daadwerkelijke Z-afstand tot de overhang wordt beïnvloed." +" Dit kan worden uitgeschakeld door de X-/Y-afstand niet toe te passen rond een overhang." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3965,7 +4765,8 @@ msgstr "Minimale X-/Y-afstand Supportstructuur" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Afstand tussen de supportstructuur en de overhang in de X- en Y-richting." #: fdmprinter.def.json @@ -3975,8 +4776,14 @@ msgstr "Hoogte Traptreden Supportstructuur" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "De hoogte van de treden van het trapvormige grondvlak van de supportstructuur die op het model rust. Wanneer u een lage waarde invoert, kan de supportstructuur minder gemakkelijk worden verwijderd. Wanneer u echter een te hoge waarde invoert, kan de supportstructuur instabiel worden. Stel deze waarde in op nul om het trapvormige gedrag uit te schakelen." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "De hoogte van de treden van het trapvormige grondvlak van de supportstructuur die op het model rust. Wanneer u een lage waarde invoert, kan de supportstructuur" +" minder gemakkelijk worden verwijderd. Wanneer u echter een te hoge waarde invoert, kan de supportstructuur instabiel worden. Stel deze waarde in op nul" +" om het trapvormige gedrag uit te schakelen." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3985,8 +4792,12 @@ msgstr "Maximale breedte traptreden supportstructuur" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "De maximale breedte van de treden van het trapvormige grondvlak van de supportstructuur die op het model rust. Wanneer u een lage waarde invoert, kan de supportstructuur minder gemakkelijk worden verwijderd. Wanneer u echter een te hoge waarde invoert, kan de supportstructuur instabiel worden." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "De maximale breedte van de treden van het trapvormige grondvlak van de supportstructuur die op het model rust. Wanneer u een lage waarde invoert, kan de" +" supportstructuur minder gemakkelijk worden verwijderd. Wanneer u echter een te hoge waarde invoert, kan de supportstructuur instabiel worden." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3995,8 +4806,13 @@ msgstr "Minimale hellingshoek traptreden supportstructuur" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "De minimale helling van het gebied voordat traptreden van kracht worden. Lage waarden zouden het gemakkelijker moeten maken om support op ondieperere hellingen te verwijderen. Zeer lage waarden kunnen echter resulteren in een aantal zeer contra-intuïtieve resultaten op andere delen van het model." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "De minimale helling van het gebied voordat traptreden van kracht worden. Lage waarden zouden het gemakkelijker moeten maken om support op ondieperere hellingen" +" te verwijderen. Zeer lage waarden kunnen echter resulteren in een aantal zeer contra-intuïtieve resultaten op andere delen van het model." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4005,8 +4821,12 @@ msgstr "Samenvoegafstand Supportstructuur" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "De maximale afstand tussen de supportstructuren in de X- en Y-richting. Wanneer afzonderlijke structuren dichter bij elkaar staan dan deze waarde, worden deze samengevoegd tot één structuur." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "De maximale afstand tussen de supportstructuren in de X- en Y-richting. Wanneer afzonderlijke structuren dichter bij elkaar staan dan deze waarde, worden" +" deze samengevoegd tot één structuur." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4015,8 +4835,11 @@ msgstr "Horizontale Uitzetting Supportstructuur" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." -msgstr "De mate van offset die wordt toegepast op alle steunpolygonen in elke laag. Met positieve waarden kunt u de draagvlakken effenen en krijgt u een stevigere supportstructuur." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "De mate van offset die wordt toegepast op alle steunpolygonen in elke laag. Met positieve waarden kunt u de draagvlakken effenen en krijgt u een stevigere" +" supportstructuur." #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness label" @@ -4025,7 +4848,9 @@ msgstr "Dikte vullaag supportvulling" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "De dikte per laag materiaal supportvulling. Deze waarde moet altijd een veelvoud van de laaghoogte zijn en wordt voor het overige afgerond." #: fdmprinter.def.json @@ -4035,8 +4860,12 @@ msgstr "Geleidelijke supportvulling traptreden" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Het aantal keren dat de dichtheid van de supportvulling wordt gehalveerd naarmate er verder onder het oppervlak wordt geprint. Gebieden die zich dichter bij het oppervlak bevinden, krijgen een hogere dichtheid, tot de waarde die is opgegeven in de optie Dichtheid supportvulling." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Het aantal keren dat de dichtheid van de supportvulling wordt gehalveerd naarmate er verder onder het oppervlak wordt geprint. Gebieden die zich dichter" +" bij het oppervlak bevinden, krijgen een hogere dichtheid, tot de waarde die is opgegeven in de optie Dichtheid supportvulling." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4045,7 +4874,9 @@ msgstr "Geleidelijke supportvulling hoogte traptreden" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "De hoogte van de supportvulling van een bepaalde dichtheid voordat de dichtheid wordt gehalveerd." #: fdmprinter.def.json @@ -4055,7 +4886,9 @@ msgstr "Minimumgebied supportstructuur" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Minimumgebied voor steunpolygonen. Polygonen met een gebied dat kleiner is dan deze waarde, worden niet gegenereerd." #: fdmprinter.def.json @@ -4065,8 +4898,12 @@ msgstr "Verbindingsstructuur Inschakelen" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Hiermee maakt u een dichte verbindingsstructuur tussen het model en de supportstructuur. Er wordt een skin gemaakt aan de bovenkant van de supportstructuur waarop het model wordt geprint en op de bodem van de supportstructuur waar dit op het model rust." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Hiermee maakt u een dichte verbindingsstructuur tussen het model en de supportstructuur. Er wordt een skin gemaakt aan de bovenkant van de supportstructuur" +" waarop het model wordt geprint en op de bodem van de supportstructuur waar dit op het model rust." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4075,7 +4912,9 @@ msgstr "Supportdak inschakelen" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Genereer een dichte materiaallaag tussen de bovenzijde van de supportstructuur en het model. Hierdoor wordt een skin gemaakt tussen het model en de supportstructuur." #: fdmprinter.def.json @@ -4085,7 +4924,9 @@ msgstr "Supportvloer inschakelen" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Genereer een dichte materiaallaag tussen de onderzijde van de supportstructuur en het model. Hierdoor wordt een skin gemaakt tussen het model en de supportstructuur." #: fdmprinter.def.json @@ -4095,7 +4936,9 @@ msgstr "Dikte Verbindingsstructuur" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "De dikte van de verbindingsstructuur waar dit het model aan de onder- of bovenkant raakt." #: fdmprinter.def.json @@ -4105,7 +4948,9 @@ msgstr "Dikte Supportdak" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "De dikte van de supportdaken. Hiermee wordt het aantal dichte lagen bepaald aan de bovenkant van de supportstructuur waarop het model rust." #: fdmprinter.def.json @@ -4115,7 +4960,9 @@ msgstr "Dikte supportvloer" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "De dikte van de supportvloeren. Hiermee wordt het aantal dichte lagen bepaald dat wordt geprint op plekken van een model waarop een supportstructuur rust." #: fdmprinter.def.json @@ -4125,8 +4972,13 @@ msgstr "Resolutie Verbindingsstructuur" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Maak treden van de opgegeven hoogte tijdens het controleren waar zich boven en onder de supportstructuur delen van het model bevinden. Lagere waarden slicen lager, terwijl door hogere waarden mogelijk normale supportstructuur wordt geprint op plekken waar een verbindingsstructuur had moeten zijn." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Maak treden van de opgegeven hoogte tijdens het controleren waar zich boven en onder de supportstructuur delen van het model bevinden. Lagere waarden slicen" +" lager, terwijl door hogere waarden mogelijk normale supportstructuur wordt geprint op plekken waar een verbindingsstructuur had moeten zijn." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4135,8 +4987,12 @@ msgstr "Dichtheid Verbindingsstructuur" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Past de dichtheid van de daken en vloeren van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Past de dichtheid van de daken en vloeren van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur" +" moeilijker te verwijderen." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4145,7 +5001,9 @@ msgstr "Dichtheid supportdak" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "De dichtheid van de daken van de supportstructuur. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen." #: fdmprinter.def.json @@ -4155,8 +5013,11 @@ msgstr "Lijnafstand supportdak" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." -msgstr "De afstand tussen de geprinte lijnen van het supportdak. Deze instelling wordt berekend op basis van de dichtheid van het supportdak, maar kan onafhankelijk worden aangepast." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." +msgstr "De afstand tussen de geprinte lijnen van het supportdak. Deze instelling wordt berekend op basis van de dichtheid van het supportdak, maar kan onafhankelijk" +" worden aangepast." #: fdmprinter.def.json msgctxt "support_bottom_density label" @@ -4165,7 +5026,9 @@ msgstr "Dichtheid supportvloer" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "De dichtheid van de vloeren van de supportstructuur. Met een hogere waarde hecht het supportmateriaal beter aan de bovenzijde van het model." #: fdmprinter.def.json @@ -4175,8 +5038,11 @@ msgstr "Lijnafstand supportvloer" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." -msgstr "De afstand tussen de geprinte lijnen van de supportvloer. Deze instelling wordt berekend op basis van de dichtheid van de supportvloer, maar kan onafhankelijk worden aangepast." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." +msgstr "De afstand tussen de geprinte lijnen van de supportvloer. Deze instelling wordt berekend op basis van de dichtheid van de supportvloer, maar kan onafhankelijk" +" worden aangepast." #: fdmprinter.def.json msgctxt "support_interface_pattern label" @@ -4185,7 +5051,9 @@ msgstr "Patroon Verbindingsstructuur" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "Het patroon waarmee de verbindingsstructuur van het model wordt geprint." #: fdmprinter.def.json @@ -4290,7 +5158,9 @@ msgstr "Minimumgebied verbindingsstructuur" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "Minimumgebied voor verbindingspolygonen. Polygonen met een gebied dat kleiner is dan deze waarde worden geprint als normale ondersteuning." #: fdmprinter.def.json @@ -4300,7 +5170,9 @@ msgstr "Minimumgebied supportdak" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Minimumgebied voor de supportdaken. Polygonen met een gebied dat kleiner is dan deze waarde worden geprint als normale ondersteuning." #: fdmprinter.def.json @@ -4310,7 +5182,9 @@ msgstr "Minimumgebied supportvloer" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Minimumgebied voor de supportvloeren. Polygonen met een gebied dat kleiner is dan deze waarde worden geprint als normale ondersteuning." #: fdmprinter.def.json @@ -4350,8 +5224,17 @@ msgstr "Lijnrichting interface supportstructuur" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoeken (variërend tussen 45 en 135 graden als interfaces vrij dik of 90 graden zijn) worden gebruikt." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend" +" gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst" +" is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoeken (variërend tussen 45 en 135 graden als" +" interfaces vrij dik of 90 graden zijn) worden gebruikt." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4360,8 +5243,17 @@ msgstr "Lijnrichting supportdak" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoeken (variërend tussen 45 en 135 graden als interfaces vrij dik of 90 graden zijn) worden gebruikt." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend" +" gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst" +" is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoeken (variërend tussen 45 en 135 graden als" +" interfaces vrij dik of 90 graden zijn) worden gebruikt." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4370,8 +5262,17 @@ msgstr "Lijnrichting supportvloer" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoeken (variërend tussen 45 en 135 graden als interfaces vrij dik of 90 graden zijn) worden gebruikt." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend" +" gebruikt. Wanneer het einde van de lijst bereikt is, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst" +" is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de standaardhoeken (variërend tussen 45 en 135 graden als" +" interfaces vrij dik of 90 graden zijn) worden gebruikt." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4380,7 +5281,9 @@ msgstr "Ventilatorsnelheid Overschrijven" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "Wanneer deze optie ingeschakeld is, wordt de ventilatorsnelheid voor het koelen van de print gewijzigd voor de skinregio's direct boven de supportstructuur." #: fdmprinter.def.json @@ -4390,8 +5293,11 @@ msgstr "Ondersteunde Ventilatorsnelheid Skin" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Percentage van de ventilatorsnelheid dat tijdens het printen van skinregio's direct boven de supportstructuur moet worden gebruikt. Bij gebruikmaking van een hoge ventilatorsnelheid kan de supportstructuur gemakkelijker worden verwijderd." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Percentage van de ventilatorsnelheid dat tijdens het printen van skinregio's direct boven de supportstructuur moet worden gebruikt. Bij gebruikmaking van" +" een hoge ventilatorsnelheid kan de supportstructuur gemakkelijker worden verwijderd." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4400,8 +5306,12 @@ msgstr "Pijlers Gebruiken" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Gebruik speciale pijlers om delen met minimale overhang te ondersteunen. Deze pijlers hebben een grotere diameter dan het deel dat ze ondersteunen. Bij de overhang neemt de diameter van de pijlers af en vormen ze een dak." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Gebruik speciale pijlers om delen met minimale overhang te ondersteunen. Deze pijlers hebben een grotere diameter dan het deel dat ze ondersteunen. Bij" +" de overhang neemt de diameter van de pijlers af en vormen ze een dak." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4420,7 +5330,9 @@ msgstr "Maximale pijler-ondersteunde diameter" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "De maximale diameter in de X- en Y-richting van een kleiner gebied dat moet worden ondersteund door een speciale steunpijler." #: fdmprinter.def.json @@ -4430,7 +5342,9 @@ msgstr "Hoek van Pijlerdak" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "De hoek van een dak van een pijler. Een hogere waarde zorgt voor een spits pijlerdak, een lagere waarde zorgt voor een plat pijlerdak." #: fdmprinter.def.json @@ -4440,7 +5354,9 @@ msgstr "Supportraster verlagen" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Maak overal onder het supportraster support zodat er in het supportraster geen overhang is." #: fdmprinter.def.json @@ -4450,7 +5366,9 @@ msgstr "Scène heeft supportrasters" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Er zijn supportrasters aanwezig in de scène. Deze instelling wordt beheerd door Cura." #: fdmprinter.def.json @@ -4470,8 +5388,14 @@ msgstr "Primeblob inschakelen" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Hiermee bepaalt u of het filament voor het printen met een blob wordt geprimed. Met het inschakelen van deze instelling wordt verzekerd dat er vanuit de extruder materiaal bij de nozzle beschikbaar is voordat het printen start. Het printen van een brim of skirt kan tevens fungeren als primen. In dat geval kan door het uitschakelen van deze instelling tijd worden bespaard." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Hiermee bepaalt u of het filament voor het printen met een blob wordt geprimed. Met het inschakelen van deze instelling wordt verzekerd dat er vanuit de" +" extruder materiaal bij de nozzle beschikbaar is voordat het printen start. Het printen van een brim of skirt kan tevens fungeren als primen. In dat geval" +" kan door het uitschakelen van deze instelling tijd worden bespaard." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4480,7 +5404,9 @@ msgstr "X-positie voor Primen Extruder" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "De X-coördinaat van de positie waar filament in de nozzle wordt geprimed aan het begin van het printen." #: fdmprinter.def.json @@ -4490,7 +5416,9 @@ msgstr "Y-positie voor Primen Extruder" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "De Y-coördinaat van de positie waar filament in de nozzle wordt geprimed aan het begin van het printen." #: fdmprinter.def.json @@ -4500,8 +5428,15 @@ msgstr "Type Hechting aan Platform" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Er zijn verschillende opties die u helpen zowel de voorbereiding van de doorvoer als de hechting aan het platform te verbeteren. Met de optie Brim legt u in de eerste laag extra materiaal rondom de voet van het model om vervorming te voorkomen. Met de optie Raft legt u een dik raster met een dak onder het model. Met de optie Skirt print u rond het model een lijn die niet met het model is verbonden." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Er zijn verschillende opties die u helpen zowel de voorbereiding van de doorvoer als de hechting aan het platform te verbeteren. Met de optie Brim legt" +" u in de eerste laag extra materiaal rondom de voet van het model om vervorming te voorkomen. Met de optie Raft legt u een dik raster met een dak onder" +" het model. Met de optie Skirt print u rond het model een lijn die niet met het model is verbonden." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4530,48 +5465,58 @@ msgstr "Extruder Hechting aan Platform" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "De extruder train die wordt gebruikt voor het printen van de skirt/brim/raft. Deze optie wordt gebruikt in meervoudige doorvoer." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Extruder Skirt/Brim" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "De extruder train die wordt gebruikt voor het printen van de skirt/brim. Deze optie wordt gebruikt bij meervoudige doorvoer." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Raft basisextruder" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "De extruder train die wordt gebruikt voor het printen van de eerste laag van de raft. Deze optie wordt gebruikt bij meervoudige doorvoer." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Raft middelste extruder" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "De extruder train die wordt gebruikt voor het printen van de middelste laag van de raft. Deze optie wordt gebruikt bij meervoudige doorvoer." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Raft bovenste extruder" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "De extruder train die wordt gebruikt voor het printen van de bovenste laag/lagen van de raft. Deze optie wordt gebruikt bij meervoudige doorvoer." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4580,7 +5525,9 @@ msgstr "Aantal Skirtlijnen" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "Met meerdere skirtlijnen kunt u de doorvoer beter voorbereiden voor kleine modellen. Met de waarde 0 wordt de skirt uitgeschakeld." #: fdmprinter.def.json @@ -4592,10 +5539,10 @@ msgstr "Skirtafstand" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"De horizontale afstand tussen de skirt en de eerste laag van de print.\n" -"Dit is de minimumafstand. Als u meerdere skirtlijnen print, worden deze vanaf deze afstand naar buiten geprint." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "De horizontale afstand tussen de skirt en de eerste laag van de print.\nDit is de minimumafstand. Als u meerdere skirtlijnen print, worden deze vanaf deze" +" afstand naar buiten geprint." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4604,8 +5551,13 @@ msgstr "Minimale Skirt-/Brimlengte" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "De minimale lengte van de skirt of de brim. Als deze minimumlengte niet wordt bereikt met het totale aantal skirt- of brimlijnen, worden er meer skirt- of brimlijnen toegevoegd totdat de minimale lengte is bereikt. Opmerking: als het aantal lijnen is ingesteld op 0, wordt dit genegeerd." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "De minimale lengte van de skirt of de brim. Als deze minimumlengte niet wordt bereikt met het totale aantal skirt- of brimlijnen, worden er meer skirt-" +" of brimlijnen toegevoegd totdat de minimale lengte is bereikt. Opmerking: als het aantal lijnen is ingesteld op 0, wordt dit genegeerd." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4614,7 +5566,10 @@ msgstr "Breedte Brim" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." msgstr "De afstand vanaf de rand van het model tot de buitenrand van de brim. Een bredere brim hecht beter aan het platform, maar verkleint uw effectieve printgebied." #: fdmprinter.def.json @@ -4624,7 +5579,9 @@ msgstr "Aantal Brimlijnen" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "Het aantal lijnen dat voor een brim wordt gebruikt. Meer lijnen zorgen voor betere hechting aan het platform, maar verkleinen uw effectieve printgebied." #: fdmprinter.def.json @@ -4634,8 +5591,12 @@ msgstr "Brimafstand" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "De horizontale afstand tussen de eerste brimlijn en de contour van de eerste laag van de print. Door een kleine tussenruimte is de brim gemakkelijker te verwijderen terwijl de thermische voordelen behouden blijven." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "De horizontale afstand tussen de eerste brimlijn en de contour van de eerste laag van de print. Door een kleine tussenruimte is de brim gemakkelijker te" +" verwijderen terwijl de thermische voordelen behouden blijven." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4644,8 +5605,12 @@ msgstr "Brim vervangt supportstructuur" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Dwing af dat de brim rond het model wordt geprint, zelfs als deze ruimte anders door supportstructuur zou worden ingenomen. Hierdoor worden enkele gebieden van de eerste supportlaag vervangen door brimgebieden." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Dwing af dat de brim rond het model wordt geprint, zelfs als deze ruimte anders door supportstructuur zou worden ingenomen. Hierdoor worden enkele gebieden" +" van de eerste supportlaag vervangen door brimgebieden." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4654,8 +5619,12 @@ msgstr "Brim Alleen aan Buitenkant" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Print de brim alleen aan de buitenkant van het model. Hiermee verkleint u de hoeveelheid brim die u achteraf moet verwijderen, zonder dat dit de hechting aan het printbed te zeer vermindert." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Print de brim alleen aan de buitenkant van het model. Hiermee verkleint u de hoeveelheid brim die u achteraf moet verwijderen, zonder dat dit de hechting" +" aan het printbed te zeer vermindert." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4664,8 +5633,12 @@ msgstr "Extra Marge Raft" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Als de raft is ingeschakeld, is dit het extra raftgebied rond het model dat ook van een raft wordt voorzien. Als u deze marge vergroot, krijgt u een stevigere raft, maar gebruikt u ook meer materiaal en houdt u minder ruimte over voor de print." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Als de raft is ingeschakeld, is dit het extra raftgebied rond het model dat ook van een raft wordt voorzien. Als u deze marge vergroot, krijgt u een stevigere" +" raft, maar gebruikt u ook meer materiaal en houdt u minder ruimte over voor de print." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4674,8 +5647,13 @@ msgstr "Raft effenen" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Bepaalt hoeveel binnenhoeken in de raftcontour worden afgerond. Naar binnen gebogen hoeken worden tot een halve cirkel afgerond met een straal die gelijk is aan de hier opgegeven waarde. Met deze instellingen worden ook gaten in de raftcontour verwijderd die kleiner zijn dan een dergelijke cirkel." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Bepaalt hoeveel binnenhoeken in de raftcontour worden afgerond. Naar binnen gebogen hoeken worden tot een halve cirkel afgerond met een straal die gelijk" +" is aan de hier opgegeven waarde. Met deze instellingen worden ook gaten in de raftcontour verwijderd die kleiner zijn dan een dergelijke cirkel." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4684,8 +5662,12 @@ msgstr "Luchtruimte Raft" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "De ruimte tussen de laatste laag van de raft en de eerste laag van het model. Alleen de eerste laag wordt met deze waarde verhoogd om de binding tussen de raftlaag en het model te verminderen. Hierdoor is het eenvoudiger om de raft te verwijderen." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "De ruimte tussen de laatste laag van de raft en de eerste laag van het model. Alleen de eerste laag wordt met deze waarde verhoogd om de binding tussen" +" de raftlaag en het model te verminderen. Hierdoor is het eenvoudiger om de raft te verwijderen." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4694,8 +5676,12 @@ msgstr "Z Overlap Eerste Laag" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "Laat de eerste en tweede laag van het model overlappen in de Z-richting om te compenseren voor verloren materiaal in de luchtlaag. Alle stukjes model boven de eerste laag worden met deze hoeveelheid naar beneden verschoven." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "Laat de eerste en tweede laag van het model overlappen in de Z-richting om te compenseren voor verloren materiaal in de luchtlaag. Alle stukjes model boven" +" de eerste laag worden met deze hoeveelheid naar beneden verschoven." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4704,8 +5690,12 @@ msgstr "Bovenlagen Raft" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "Het aantal bovenlagen op de tweede raftlaag. Dit zijn volledig gevulde lagen waarop het model rust. Met twee lagen krijgt u een gladder oppervlak dan met één laag." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "Het aantal bovenlagen op de tweede raftlaag. Dit zijn volledig gevulde lagen waarop het model rust. Met twee lagen krijgt u een gladder oppervlak dan met" +" één laag." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4724,7 +5714,9 @@ msgstr "Breedte Bovenste Lijn Raft" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "De breedte van de lijnen in de bovenkant van de raft. Dit kunnen dunne lijnen zijn, zodat de bovenkant van de raft glad wordt." #: fdmprinter.def.json @@ -4734,18 +5726,24 @@ msgstr "Bovenruimte Raft" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "De afstand tussen de raftlijnen voor de bovenste lagen van de raft. Als u een solide oppervlak wilt maken, moet de ruimte gelijk zijn aan de lijnbreedte." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Raft middelste lagen" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Het aantal lagen tussen de basis en het oppervlak van de raft. Deze omvatten de het grootste deel van de dikte van de raft. Uitbreiden hiervan creëert" +" een dikkere, stevigere raft." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4764,7 +5762,9 @@ msgstr "Lijnbreedte Midden Raft" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "Breedte van de lijnen in de middelste laag van de raft. Als u voor de tweede laag meer materiaal gebruikt, hechten de lijnen beter aan het platform." #: fdmprinter.def.json @@ -4774,8 +5774,12 @@ msgstr "Tussenruimte Midden Raft" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "De afstand tussen de raftlijnen voor de middelste laag van de raft. De ruimte in het midden moet vrij breed zijn, maar toch smal genoeg om ondersteuning te bieden voor de bovenste lagen van de raft." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "De afstand tussen de raftlijnen voor de middelste laag van de raft. De ruimte in het midden moet vrij breed zijn, maar toch smal genoeg om ondersteuning" +" te bieden voor de bovenste lagen van de raft." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4784,7 +5788,9 @@ msgstr "Dikte Grondvlak Raft" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "De laagdikte van de grondlaag van de raft. Deze laag moet dik zijn, zodat deze stevig hecht aan het platform." #: fdmprinter.def.json @@ -4794,7 +5800,9 @@ msgstr "Lijnbreedte Grondvlak Raft" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Breedte van de lijnen van de onderste laag van de raft. Deze lijnen moeten dik zijn om een betere hechting aan het platform mogelijk te maken." #: fdmprinter.def.json @@ -4804,8 +5812,11 @@ msgstr "Tussenruimte Lijnen Grondvlak Raft" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." -msgstr "De afstand tussen de lijnen in de onderste laag van de raft. Als u hier een brede tussenruimte instelt, kan de raft eenvoudiger van het platform worden verwijderd." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." +msgstr "De afstand tussen de lijnen in de onderste laag van de raft. Als u hier een brede tussenruimte instelt, kan de raft eenvoudiger van het platform worden" +" verwijderd." #: fdmprinter.def.json msgctxt "raft_speed label" @@ -4824,8 +5835,12 @@ msgstr "Printsnelheid Bovenkant Raft" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "De snelheid waarmee de toplagen van de raft worden geprint. Deze lagen moeten iets langzamer worden geprint, zodat de nozzle de aangrenzende oppervlaktelijnen langzaam kan effenen." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "De snelheid waarmee de toplagen van de raft worden geprint. Deze lagen moeten iets langzamer worden geprint, zodat de nozzle de aangrenzende oppervlaktelijnen" +" langzaam kan effenen." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4834,8 +5849,12 @@ msgstr "Printsnelheid Midden Raft" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "De snelheid waarmee de middelste laag van de raft wordt geprint. Deze laag moet vrij langzaam worden geprint, omdat er vrij veel materiaal uit de nozzle komt." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "De snelheid waarmee de middelste laag van de raft wordt geprint. Deze laag moet vrij langzaam worden geprint, omdat er vrij veel materiaal uit de nozzle" +" komt." #: fdmprinter.def.json msgctxt "raft_base_speed label" @@ -4844,7 +5863,10 @@ msgstr "Printsnelheid Grondvlak Raft" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "De snelheid waarmee de grondlaag van de raft wordt geprint. Deze laag moet vrij langzaam worden geprint, omdat er vrij veel materiaal uit de nozzle komt." #: fdmprinter.def.json @@ -4984,7 +6006,9 @@ msgstr "Primepijler Inschakelen" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Print een pijler naast de print, waarop het materiaal na iedere nozzlewisseling wordt ingespoeld." #: fdmprinter.def.json @@ -5004,7 +6028,9 @@ msgstr "Minimumvolume primepijler" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "Het minimale volume voor elke laag van de primepijler om voldoende materiaal te zuiveren." #: fdmprinter.def.json @@ -5034,7 +6060,9 @@ msgstr "Inactieve nozzle vegen op primepijler" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Veeg na het printen van de primepijler met één nozzle het doorgevoerde materiaal van de andere nozzle af aan de primepijler." #: fdmprinter.def.json @@ -5044,8 +6072,11 @@ msgstr "Brim primepijler" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "Primepijlers hebben mogelijk de extra hechting van een brim nodig, ook als het model dit niet nodig heeft. Kan momenteel niet worden gebruikt met het hechtingstype 'Raft'." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "Primepijlers hebben mogelijk de extra hechting van een brim nodig, ook als het model dit niet nodig heeft. Kan momenteel niet worden gebruikt met het hechtingstype" +" 'Raft'." #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" @@ -5054,8 +6085,12 @@ msgstr "Uitloopscherm Inschakelen" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Hiermee wordt het uitloopscherm aan de buitenkant ingeschakeld, waardoor een shell rond het model wordt gemaakt waarop een tweede nozzle kan worden afgeveegd als deze zich op dezelfde hoogte bevindt als de eerste nozzle." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Hiermee wordt het uitloopscherm aan de buitenkant ingeschakeld, waardoor een shell rond het model wordt gemaakt waarop een tweede nozzle kan worden afgeveegd" +" als deze zich op dezelfde hoogte bevindt als de eerste nozzle." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5064,8 +6099,12 @@ msgstr "Hoek Uitloopscherm" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "De maximale hoek voor een deel van het uitloopscherm. Hierbij is 0 graden verticaal en 90 graden horizontaal. Een kleinere hoek leidt tot minder mislukte uitloopschermen, maar zorgt ervoor dat er meer materiaal wordt gebruikt." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "De maximale hoek voor een deel van het uitloopscherm. Hierbij is 0 graden verticaal en 90 graden horizontaal. Een kleinere hoek leidt tot minder mislukte" +" uitloopschermen, maar zorgt ervoor dat er meer materiaal wordt gebruikt." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5084,8 +6123,12 @@ msgstr "Intrekafstand bij Wisselen Nozzles" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." -msgstr "De intrekafstand wanneer de extruders worden gewisseld. Als u deze optie instelt op 0, wordt er niet ingetrokken. Deze waarde dient doorgaans gelijk te zijn aan de lengte van de verwarmingszone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." +msgstr "De intrekafstand wanneer de extruders worden gewisseld. Als u deze optie instelt op 0, wordt er niet ingetrokken. Deze waarde dient doorgaans gelijk te" +" zijn aan de lengte van de verwarmingszone." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds label" @@ -5094,7 +6137,9 @@ msgstr "Intreksnelheid bij Wisselen Nozzles" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "De snelheid waarmee het filament wordt ingetrokken. Een hogere intreksnelheid werkt beter, maar bij een erg hoge intreksnelheid kan het filament gaan haperen." #: fdmprinter.def.json @@ -5104,7 +6149,8 @@ msgstr "Intrekkingssnelheid bij Wisselen Nozzles" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "De snelheid waarmee het filament tijdens een intrekbeweging tijdens het wisselen van de nozzles wordt ingetrokken." #: fdmprinter.def.json @@ -5114,7 +6160,9 @@ msgstr "Primesnelheid bij Wisselen Nozzles" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "De snelheid waarmee het filament tijdens een intrekbeweging na het wisselen van de nozzles wordt geprimed." #: fdmprinter.def.json @@ -5144,8 +6192,12 @@ msgstr "Overlappende Volumes Samenvoegen" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Negeer de interne geometrie die ontstaat uit overlappende volumes binnen een raster en print de volumes als een geheel. Hiermee kunnen onbedoelde holtes binnenin verdwijnen." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Negeer de interne geometrie die ontstaat uit overlappende volumes binnen een raster en print de volumes als een geheel. Hiermee kunnen onbedoelde holtes" +" binnenin verdwijnen." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5154,8 +6206,12 @@ msgstr "Alle Gaten Verwijderen" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Verwijder de gaten in elke laag en behoudt u alleen de buitenvorm. Hiermee negeert u eventuele onzichtbare interne geometrie. U negeert echter ook gaten in lagen die u van boven- of onderaf kunt zien." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Verwijder de gaten in elke laag en behoudt u alleen de buitenvorm. Hiermee negeert u eventuele onzichtbare interne geometrie. U negeert echter ook gaten" +" in lagen die u van boven- of onderaf kunt zien." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5164,8 +6220,12 @@ msgstr "Uitgebreid Hechten" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." -msgstr "Met uitgebreid hechten worden zo veel mogelijk open gaten in het raster gehecht doordat het gat wordt gedicht met polygonen die elkaar raken. Deze optie kan de verwerkingstijd aanzienlijk verlengen." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." +msgstr "Met uitgebreid hechten worden zo veel mogelijk open gaten in het raster gehecht doordat het gat wordt gedicht met polygonen die elkaar raken. Deze optie" +" kan de verwerkingstijd aanzienlijk verlengen." #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons label" @@ -5174,8 +6234,14 @@ msgstr "Onderbroken Oppervlakken Behouden" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Normaal probeert Cura kleine gaten in het raster te hechten en delen van een laag met grote gaten te verwijderen. Als u deze optie inschakelt, behoudt u de delen die niet kunnen worden gehecht. Deze optie kan als laatste redmiddel worden gebruikt als er geen andere manier meer is om correcte G-code te genereren." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Normaal probeert Cura kleine gaten in het raster te hechten en delen van een laag met grote gaten te verwijderen. Als u deze optie inschakelt, behoudt" +" u de delen die niet kunnen worden gehecht. Deze optie kan als laatste redmiddel worden gebruikt als er geen andere manier meer is om correcte G-code te" +" genereren." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5184,7 +6250,9 @@ msgstr "Samengevoegde rasters overlappen" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Laat rasters die elkaar raken deels met elkaar overlappen. Hierdoor hechten ze beter aan elkaar." #: fdmprinter.def.json @@ -5194,8 +6262,11 @@ msgstr "Rastersnijpunt verwijderen" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." -msgstr "Hiermee verwijdert u gebieden waar meerdere rasters elkaar overlappen. Deze functie kan worden gebruikt als samengevoegde objecten van twee materialen elkaar overlappen." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." +msgstr "Hiermee verwijdert u gebieden waar meerdere rasters elkaar overlappen. Deze functie kan worden gebruikt als samengevoegde objecten van twee materialen" +" elkaar overlappen." #: fdmprinter.def.json msgctxt "alternate_carve_order label" @@ -5204,8 +6275,13 @@ msgstr "Verwijderen van afwisselend raster" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Schakel naar de rastersnijpuntvolumes die bij elke laag horen, zodat de overlappende rasters worden verweven. Als u deze instelling uitschakelt, krijgt een van de rasters al het volume in de overlap, terwijl dit uit de andere rasters wordt verwijderd." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Schakel naar de rastersnijpuntvolumes die bij elke laag horen, zodat de overlappende rasters worden verweven. Als u deze instelling uitschakelt, krijgt" +" een van de rasters al het volume in de overlap, terwijl dit uit de andere rasters wordt verwijderd." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5214,8 +6290,12 @@ msgstr "Lege eerste lagen verwijderen" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Hiermee worden de lege lagen onder de eerste geprinte laag verwijderd, indien aanwezig. Als u deze instelling uitschakelt, kunnen lege eerste lagen ontstaan als de Slicetolerantie is ingesteld op Exclusief of Midden." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Hiermee worden de lege lagen onder de eerste geprinte laag verwijderd, indien aanwezig. Als u deze instelling uitschakelt, kunnen lege eerste lagen ontstaan" +" als de Slicetolerantie is ingesteld op Exclusief of Midden." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5224,8 +6304,14 @@ msgstr "Maximale resolutie" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "Het minimale formaat van een lijnsegment na het slicen. Als u deze waarde verhoogt, wordt het model met een lagere resolutie geprint. Hiermee kan de printer de verwerkingssnelheid van de G-code bijhouden en wordt de slicesnelheid verhoogd doordat details van het raster worden verwijderd die niet kunnen worden verwerkt." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "Het minimale formaat van een lijnsegment na het slicen. Als u deze waarde verhoogt, wordt het model met een lagere resolutie geprint. Hiermee kan de printer" +" de verwerkingssnelheid van de G-code bijhouden en wordt de slicesnelheid verhoogd doordat details van het raster worden verwijderd die niet kunnen worden" +" verwerkt." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5234,8 +6320,13 @@ msgstr "Maximale bewegingsresolutie" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "Het minimale formaat van een bewegingslijnsegment na het slicen. Als u deze waarde verhoogt, hebben de bewegingen minder vloeiende hoeken. Hiermee kan de printer de verwerkingssnelheid van de G-code bijhouden, maar kan het model door vermijding minder nauwkeurig worden." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "Het minimale formaat van een bewegingslijnsegment na het slicen. Als u deze waarde verhoogt, hebben de bewegingen minder vloeiende hoeken. Hiermee kan" +" de printer de verwerkingssnelheid van de G-code bijhouden, maar kan het model door vermijding minder nauwkeurig worden." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5244,18 +6335,37 @@ msgstr "Maximale afwijking" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "De maximaal toegestane afwijking tijdens het verlagen van de resolutie voor de instelling Maximale resolutie. Als u deze waarde verhoogt, wordt de print minder nauwkeurig, maar wordt de G-code kleiner. Maximale afwijking is een limiet voor Maximale resolutie, dus als de twee tegenstrijdig zijn, wordt de Maximale afwijking altijd aangehouden." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "De maximaal toegestane afwijking tijdens het verlagen van de resolutie voor de instelling Maximale resolutie. Als u deze waarde verhoogt, wordt de print" +" minder nauwkeurig, maar wordt de G-code kleiner. Maximale afwijking is een limiet voor Maximale resolutie, dus als de twee tegenstrijdig zijn, wordt de" +" Maximale afwijking altijd aangehouden." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Maximale afwijking doorvoergebied" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "De maximaal toegestane afwijking van het doorvoergebied bij het verwijderen van tussenliggende punten van een rechte lijn. Een tussenliggend punt kan dienen" +" als breedte-veranderend punt in een lange rechte lijn. Verwijdering van het punt leidt er dus toe dat de lijn een uniforme breedte krijgt en als gevolg" +" daarvan een stuk van het doorvoergebied verliest (of wint). Als u deze waarde verhoogt, merkt u mogelijk een lichte onder- (of over-)doorvoer op tussen" +" rechte parallele wanden, omdat er meer tussenliggende punten kunnen worden verwijderd die de breedte wijzigen. Uw print zal minder accuraat zijn, maar" +" de g-code is kleiner." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5274,8 +6384,15 @@ msgstr "Printvolgorde" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Hiermee bepaalt u of alle modellen laag voor laag moeten worden geprint of dat eerst het ene model helemaal klaar moet zijn voordat aan het volgende wordt begonnen. Eén voor één printen is mogelijk als a) slechts één extruder is ingeschakeld en b) alle modellen zodanig zijn gescheiden dat de hele printkop ertussen kan bewegen en alle modellen lager zijn dan de afstand tussen de nozzle en de X/Y-assen." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Hiermee bepaalt u of alle modellen laag voor laag moeten worden geprint of dat eerst het ene model helemaal klaar moet zijn voordat aan het volgende wordt" +" begonnen. Eén voor één printen is mogelijk als a) slechts één extruder is ingeschakeld en b) alle modellen zodanig zijn gescheiden dat de hele printkop" +" ertussen kan bewegen en alle modellen lager zijn dan de afstand tussen de nozzle en de X/Y-assen." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5294,8 +6411,12 @@ msgstr "Vulraster" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Gebruik dit raster om de vulling aan te passen van andere rasters waarmee dit raster overlapt. Met deze optie vervangt u vulgebieden van andere rasters met gebieden van dit raster. Het wordt aangeraden voor dit raster slechts één wand en geen boven-/onderskin te printen." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Gebruik dit raster om de vulling aan te passen van andere rasters waarmee dit raster overlapt. Met deze optie vervangt u vulgebieden van andere rasters" +" met gebieden van dit raster. Het wordt aangeraden voor dit raster slechts één wand en geen boven-/onderskin te printen." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5304,8 +6425,14 @@ msgstr "Rasterverwerkingsrang" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Bepaalt de prioriteit van dit raster bij meerdere overlappende vulrasters. Gebieden met meerdere overlappende vulrasters krijgen de instellingen van het vulraster met de hoogste rang. Bij een vulraster met een hogere rang wordt de vulling van vulrasters met een lagere rang en normale rasters aangepast." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Bepaalt de prioriteit van dit raster bij meerdere overlappende vulrasters. Gebieden met meerdere overlappende vulrasters krijgen de instellingen van het" +" vulraster met de hoogste rang. Bij een vulraster met een hogere rang wordt de vulling van vulrasters met een lagere rang en normale rasters aangepast." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5314,8 +6441,12 @@ msgstr "Snijdend raster" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Beperk het volume van dit raster binnen andere rasters. U kunt dit gebruiken om bepaalde delen van een raster met andere instellingen en met een andere extruder te printen." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Beperk het volume van dit raster binnen andere rasters. U kunt dit gebruiken om bepaalde delen van een raster met andere instellingen en met een andere" +" extruder te printen." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5324,7 +6455,9 @@ msgstr "Matrijs" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Print modellen als matrijs, die vervolgens kan worden gegoten om een model te krijgen dat lijkt op de modellen op het platform." #: fdmprinter.def.json @@ -5334,7 +6467,9 @@ msgstr "Minimale matrijsbreedte" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "De minimale afstand tussen de buitenzijde van de matrijs en de buitenzijde van het model." #: fdmprinter.def.json @@ -5354,8 +6489,12 @@ msgstr "Matrijshoek" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "De hoek van de overhang van de buitenwanden die voor de matrijs worden gemaakt. Met 0° is de buitenshell van de matrijs verticaal, terwijl met 90° de buitenzijde van de matrijs de contouren van het model volgt." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "De hoek van de overhang van de buitenwanden die voor de matrijs worden gemaakt. Met 0° is de buitenshell van de matrijs verticaal, terwijl met 90° de buitenzijde" +" van de matrijs de contouren van het model volgt." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5364,7 +6503,9 @@ msgstr "Supportstructuur raster" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Gebruik dit raster om steunvlakken op te geven. Deze functie kan worden gebruikt om supportstructuur te genereren." #: fdmprinter.def.json @@ -5374,8 +6515,11 @@ msgstr "Raster tegen overhang" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Gebruik dit raster om op te geven waar geen enkel deel van het model mag worden gedetecteerd als overhang. Deze functie kan worden gebruikt om ongewenste supportstructuur te verwijderen." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Gebruik dit raster om op te geven waar geen enkel deel van het model mag worden gedetecteerd als overhang. Deze functie kan worden gebruikt om ongewenste" +" supportstructuur te verwijderen." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5384,8 +6528,15 @@ msgstr "Oppervlaktemodus" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Behandel het model alleen als oppervlak, volume of volumen met losse oppervlakken. In de normale printmodus worden alleen omsloten volumen geprint. Met de optie 'Oppervlak' wordt een enkele wand geprint waarbij het rasteroppervlak wordt gevolgd zonder vulling en zonder boven-/onderskin. Met de optie 'Beide' worden omsloten volumen normaal geprint en eventuele resterende polygonen als oppervlakken." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Behandel het model alleen als oppervlak, volume of volumen met losse oppervlakken. In de normale printmodus worden alleen omsloten volumen geprint. Met" +" de optie 'Oppervlak' wordt een enkele wand geprint waarbij het rasteroppervlak wordt gevolgd zonder vulling en zonder boven-/onderskin. Met de optie 'Beide'" +" worden omsloten volumen normaal geprint en eventuele resterende polygonen als oppervlakken." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5409,8 +6560,14 @@ msgstr "Buitencontour Spiraliseren" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "Met spiraliseren wordt de Z-beweging van de buitenrand vloeiender. Hierdoor ontstaat een geleidelijke Z-verhoging over de hele print. Met deze functie maakt u van een massief model een enkelwandige print met een solide bodem. Deze functie dient alleen te worden ingeschakeld wanneer elke laag uit een enkel deel bestaat." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "Met spiraliseren wordt de Z-beweging van de buitenrand vloeiender. Hierdoor ontstaat een geleidelijke Z-verhoging over de hele print. Met deze functie" +" maakt u van een massief model een enkelwandige print met een solide bodem. Deze functie dient alleen te worden ingeschakeld wanneer elke laag uit een enkel" +" deel bestaat." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5419,8 +6576,12 @@ msgstr "Gespiraliseerde contouren effenen" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Maak de gespiraliseerde contouren vlak om de zichtbaarheid van de Z-naad te verminderen (de Z-naad mag in de print nauwelijks zichtbaar zijn, maar is nog wel zichtbaar in de laagweergave). Houd er rekening mee dat fijne oppervlaktedetails worden vervaagd door het effenen." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Maak de gespiraliseerde contouren vlak om de zichtbaarheid van de Z-naad te verminderen (de Z-naad mag in de print nauwelijks zichtbaar zijn, maar is nog" +" wel zichtbaar in de laagweergave). Houd er rekening mee dat fijne oppervlaktedetails worden vervaagd door het effenen." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5429,8 +6590,16 @@ msgstr "Relatieve Extrusie" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Gebruik relatieve extrusie in plaats van absolute extrusie. Bij het gebruik van relatieve E-steps wordt het nabewerken van G-code gemakkelijker. Deze optie wordt echter niet door alle printers ondersteund en kan lichte afwijkingen veroorzaken in de hoeveelheid afgezet materiaal ten opzichte van absolute E-steps. Ongeacht deze instelling wordt de extrusiemodus altijd ingesteld op absoluut voordat er een G-code-script wordt uitgevoerd." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Gebruik relatieve extrusie in plaats van absolute extrusie. Bij het gebruik van relatieve E-steps wordt het nabewerken van G-code gemakkelijker. Deze optie" +" wordt echter niet door alle printers ondersteund en kan lichte afwijkingen veroorzaken in de hoeveelheid afgezet materiaal ten opzichte van absolute E-steps." +" Ongeacht deze instelling wordt de extrusiemodus altijd ingesteld op absoluut voordat er een G-code-script wordt uitgevoerd." #: fdmprinter.def.json msgctxt "experimental label" @@ -5449,8 +6618,18 @@ msgstr "Slicetolerantie" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Verticale tolerantie in de gesneden lagen. De contouren van een laag kunnen worden normaal gesproken gegenereerd door dwarsdoorsneden te nemen door het midden van de dikte van de laag (Midden). Daarnaast kan elke laag gebieden hebben die over de gehele dikte van de laag binnen het volume vallen (Exclusief), of kan een laag gebieden hebben die overal binnen de laag vallen (Inclusief). Met Inclusief worden de meeste details behouden, met Exclusief verkrijgt u de beste pasvorm en met Midden behoudt u het originele oppervlak het meest." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Verticale tolerantie in de gesneden lagen. De contouren van een laag kunnen worden normaal gesproken gegenereerd door dwarsdoorsneden te nemen door het" +" midden van de dikte van de laag (Midden). Daarnaast kan elke laag gebieden hebben die over de gehele dikte van de laag binnen het volume vallen (Exclusief)," +" of kan een laag gebieden hebben die overal binnen de laag vallen (Inclusief). Met Inclusief worden de meeste details behouden, met Exclusief verkrijgt" +" u de beste pasvorm en met Midden behoudt u het originele oppervlak het meest." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5509,8 +6688,12 @@ msgstr "Monotone volgorde bovenlaag" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Print de lijnen van de bovenlaag in een volgorde die ervoor zorgt dat ze altijd in één richting overlappen met aangrenzende lijnen. Hierdoor duurt het iets langer om te printen, maar platte oppervlakken zien er dan consistenter uit." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Print de lijnen van de bovenlaag in een volgorde die ervoor zorgt dat ze altijd in één richting overlappen met aangrenzende lijnen. Hierdoor duurt het" +" iets langer om te printen, maar platte oppervlakken zien er dan consistenter uit." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5519,8 +6702,17 @@ msgstr "Lijnrichting bovenskin" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt wanneer voor de bovenste skinlagen een lijn- of zigzagpatroon wordt gebruikt. Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst is bereikt, wordt deze weer van voren af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt, wat inhoudt dat de traditionele standaardhoeken (45 en 135 graden) worden gebruikt." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Een lijst met gehele getallen voor lijnrichtingen die moet worden gebruikt wanneer voor de bovenste skinlagen een lijn- of zigzagpatroon wordt gebruikt." +" Elementen uit de lijst worden tijdens het printen van de lagen opeenvolgend gebruikt. Wanneer het einde van de lijst is bereikt, wordt deze weer van voren" +" af aan gestart. De lijstitems zijn gescheiden door komma's en de hele lijst is binnen vierkante haken geplaatst. Standaard wordt een lege lijst gebruikt," +" wat inhoudt dat de traditionele standaardhoeken (45 en 135 graden) worden gebruikt." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5529,8 +6721,15 @@ msgstr "Bewegingsoptimalisatie vulling" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Wanneer deze optie is ingeschakeld, wordt de volgorde geoptimaliseerd waarin de vullijnen worden geprint om de afgelegde beweging te reduceren. De reductie in bewegingstijd die wordt bereikt, is in hoge mate afhankelijk van het model dat wordt geslicet, het vulpatroon, de dichtheid enz. Houd er rekening mee dat de slicetijd voor modellen met veel kleine vulgebieden aanzienlijk kan worden verlengd." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Wanneer deze optie is ingeschakeld, wordt de volgorde geoptimaliseerd waarin de vullijnen worden geprint om de afgelegde beweging te reduceren. De reductie" +" in bewegingstijd die wordt bereikt, is in hoge mate afhankelijk van het model dat wordt geslicet, het vulpatroon, de dichtheid enz. Houd er rekening mee" +" dat de slicetijd voor modellen met veel kleine vulgebieden aanzienlijk kan worden verlengd." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5539,7 +6738,9 @@ msgstr "Automatische Temperatuurinstelling" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Pas de temperatuur voor elke laag automatisch aan aan de gemiddelde doorvoersnelheid van de laag." #: fdmprinter.def.json @@ -5549,7 +6750,9 @@ msgstr "Grafiek Doorvoertemperatuur" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Grafiek om de materiaaldoorvoer (in mm3 per seconde) te koppelen aan de temperatuur (graden Celsius)." #: fdmprinter.def.json @@ -5559,8 +6762,13 @@ msgstr "Minimale Polygoonomtrek" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Polygonen in geslicete lagen, die een kleinere omtrek hebben dan deze waarde, worden eruit gefilterd. Bij lagere waarden krijgt het raster een hogere resolutie, waardoor het slicen langer duurt. Dit is voornamelijk bedoeld voor SLA-printers met een hoge resolutie en zeer kleine 3D-modellen die veel details bevatten." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Polygonen in geslicete lagen, die een kleinere omtrek hebben dan deze waarde, worden eruit gefilterd. Bij lagere waarden krijgt het raster een hogere resolutie," +" waardoor het slicen langer duurt. Dit is voornamelijk bedoeld voor SLA-printers met een hoge resolutie en zeer kleine 3D-modellen die veel details bevatten." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5569,8 +6777,11 @@ msgstr "Supportstructuur in Stukken Breken" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." -msgstr "Sla enkele verbindingen tussen lijnen van de supportstructuur over zodat deze gemakkelijker kan worden weggebroken. Deze instelling is van toepassing op het zigzag-vulpatroon van de supportstructuur." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." +msgstr "Sla enkele verbindingen tussen lijnen van de supportstructuur over zodat deze gemakkelijker kan worden weggebroken. Deze instelling is van toepassing op" +" het zigzag-vulpatroon van de supportstructuur." #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm label" @@ -5579,7 +6790,9 @@ msgstr "Grootte Supportstuk" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Sla elke N millimeter een verbinding tussen de lijnen van de supportstructuur over, zodat deze gemakkelijker kan worden weggebroken." #: fdmprinter.def.json @@ -5589,7 +6802,9 @@ msgstr "Aantal Lijnen Supportstuk" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Sla elke N verbindingslijnen één lijn over zodat de supportstructuur gemakkelijker kan worden weggebroken." #: fdmprinter.def.json @@ -5599,8 +6814,11 @@ msgstr "Tochtscherm Inschakelen" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Maak een wand rond het model. Deze vangt (warme) lucht en biedt bescherming tegen externe luchtbewegingen. De optie is met name geschikt voor materialen die snel kromtrekken." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Maak een wand rond het model. Deze vangt (warme) lucht en biedt bescherming tegen externe luchtbewegingen. De optie is met name geschikt voor materialen" +" die snel kromtrekken." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5619,7 +6837,9 @@ msgstr "Beperking Tochtscherm" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "Stel de hoogte van het tochtscherm in. U kunt ervoor kiezen een tochtscherm met dezelfde hoogte als het model of lager te printen." #: fdmprinter.def.json @@ -5639,7 +6859,9 @@ msgstr "Hoogte Tochtscherm" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Stel een hoogtebeperking in voor het tochtscherm. Boven deze hoogte wordt er geen tochtscherm geprint." #: fdmprinter.def.json @@ -5649,8 +6871,12 @@ msgstr "Overhang Printbaar Maken" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Verander de geometrie van het geprinte model dusdanig dat minimale support is vereist. Een steile overhang wordt een vlakke overhang. Overhangende gedeelten worden verlaagd zodat deze meer verticaal komen te staan." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Verander de geometrie van het geprinte model dusdanig dat minimale support is vereist. Een steile overhang wordt een vlakke overhang. Overhangende gedeelten" +" worden verlaagd zodat deze meer verticaal komen te staan." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5659,8 +6885,12 @@ msgstr "Maximale Modelhoek" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "De maximale hoek van een overhang nadat deze printbaar is gemaakt. Bij een hoek van 0° worden alle overhangende gedeelten vervangen door een deel van het model dat is verbonden met het platform; bij een hoek van 90° wordt het model niet gewijzigd." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "De maximale hoek van een overhang nadat deze printbaar is gemaakt. Bij een hoek van 0° worden alle overhangende gedeelten vervangen door een deel van het" +" model dat is verbonden met het platform; bij een hoek van 90° wordt het model niet gewijzigd." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5669,8 +6899,12 @@ msgstr "Maximale overhang oppervlak gat" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "Het maximale oppervlak van een gat in de basis van het model voordat het wordt verwijderd om de overhang printbaar te maken. Gaten die kleiner zijn dan dit oppervlak worden behouden. Bij een waarde van 0 mm² worden alle gaten in de basis van het model gevuld." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "Het maximale oppervlak van een gat in de basis van het model voordat het wordt verwijderd om de overhang printbaar te maken. Gaten die kleiner zijn dan" +" dit oppervlak worden behouden. Bij een waarde van 0 mm² worden alle gaten in de basis van het model gevuld." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5679,8 +6913,12 @@ msgstr "Coasting Inschakelen" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "Met coasting wordt het laatste gedeelte van een doorvoerpad vervangen door een beweging. Het doorgevoerde materiaal wordt gebruikt om het laatste gedeelte van het doorvoerpad te printen, om draadvorming te verminderen." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "Met coasting wordt het laatste gedeelte van een doorvoerpad vervangen door een beweging. Het doorgevoerde materiaal wordt gebruikt om het laatste gedeelte" +" van het doorvoerpad te printen, om draadvorming te verminderen." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5689,7 +6927,9 @@ msgstr "Coasting-volume" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "Hiermee stelt u volume in dat anders zou worden afgevoerd. Deze waarde dient zo dicht mogelijk bij de berekende waarde van de nozzlediameter te liggen." #: fdmprinter.def.json @@ -5699,8 +6939,13 @@ msgstr "Minimaal Volume vóór Coasting" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "Het kleinste volume dat een doorvoerpad moet hebben, voordat coasting mogelijk is. Voor een kort doorvoerpad wordt in de Bowden-buis minder druk opgebouwd en wordt het uitgespreide volume daarom lineair geschaald. Deze waarde moet altijd groter zijn dan de waarde voor het coasting-volume." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "Het kleinste volume dat een doorvoerpad moet hebben, voordat coasting mogelijk is. Voor een kort doorvoerpad wordt in de Bowden-buis minder druk opgebouwd" +" en wordt het uitgespreide volume daarom lineair geschaald. Deze waarde moet altijd groter zijn dan de waarde voor het coasting-volume." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5709,8 +6954,12 @@ msgstr "Coasting-snelheid" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "De snelheid waarmee de printkop tijdens coasting beweegt ten opzichte van de snelheid voor het doorvoerpad. Hiervoor wordt een waarde van iets minder dan 100% aangeraden, omdat de druk in de bowden-buis zakt tijdens een coasting-beweging." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "De snelheid waarmee de printkop tijdens coasting beweegt ten opzichte van de snelheid voor het doorvoerpad. Hiervoor wordt een waarde van iets minder dan" +" 100% aangeraden, omdat de druk in de bowden-buis zakt tijdens een coasting-beweging." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5719,7 +6968,9 @@ msgstr "Luchtbelgrootte bij Kruis 3D" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "De grootte van luchtbellen op kruispunten in het kruis 3D-patroon op punten waar het patroon zichzelf raakt." #: fdmprinter.def.json @@ -5729,7 +6980,9 @@ msgstr "Dichtheid kruisvulling afbeelding" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "De bestandslocatie van een afbeelding waarvan de helderheidswaarden de minimale dichtheid op de bijbehorende locatie in de vulling van de print bepalen." #: fdmprinter.def.json @@ -5739,7 +6992,9 @@ msgstr "Dichtheid kruisvulling afbeelding voor supportstructuur" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "De bestandslocatie van een afbeelding waarvan de helderheidswaarden de minimale dichtheid op de bijbehorende locatie in de supportstructuur bepalen." #: fdmprinter.def.json @@ -5759,8 +7014,13 @@ msgstr "Hoek Conische Supportstructuur" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "De hoek van de schuine kant van de conische supportstructuur, waarbij 0 graden verticaal en 90 horizontaal is. Met een kleinere hoek is de supportstructuur steviger, maar bestaat deze uit meer materiaal. Met een negatieve hoek is het grondvlak van de supportstructuur breder dan de top." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "De hoek van de schuine kant van de conische supportstructuur, waarbij 0 graden verticaal en 90 horizontaal is. Met een kleinere hoek is de supportstructuur" +" steviger, maar bestaat deze uit meer materiaal. Met een negatieve hoek is het grondvlak van de supportstructuur breder dan de top." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5769,7 +7029,9 @@ msgstr "Minimale Breedte Conische Supportstructuur" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Minimale breedte waarmee het grondvlak van het kegelvormige supportgebied wordt verkleind. Een geringe breedte kan leiden tot een instabiele supportstructuur." #: fdmprinter.def.json @@ -5779,7 +7041,9 @@ msgstr "Rafelig Oppervlak" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Door willekeurig trillen tijdens het printen van de buitenwand wordt het oppervlak hiervan ruw en ongelijk." #: fdmprinter.def.json @@ -5799,8 +7063,11 @@ msgstr "Dikte Rafelig Oppervlak" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." -msgstr "De breedte van de trilling. Het wordt aangeraden hiervoor een waarde in te stellen die lager is dan de breedte van de buitenwand, omdat de binnenwand niet verandert." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." +msgstr "De breedte van de trilling. Het wordt aangeraden hiervoor een waarde in te stellen die lager is dan de breedte van de buitenwand, omdat de binnenwand niet" +" verandert." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density label" @@ -5809,8 +7076,12 @@ msgstr "Dichtheid Rafelig Oppervlak" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "De gemiddelde dichtheid van de punten die op elke polygoon in een laag worden geplaatst. Houd er rekening mee dat de originele punten van de polygoon worden verwijderd. Een lage dichtheid leidt dus tot een verlaging van de resolutie." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "De gemiddelde dichtheid van de punten die op elke polygoon in een laag worden geplaatst. Houd er rekening mee dat de originele punten van de polygoon worden" +" verwijderd. Een lage dichtheid leidt dus tot een verlaging van de resolutie." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5819,8 +7090,13 @@ msgstr "Puntafstand Rafelig Oppervlak" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "De gemiddelde afstand tussen de willekeurig geplaatste punten op elk lijnsegment. Houd er rekening mee dat de originele punten van de polygoon worden verwijderd. Een hoge effenheid leidt dus tot een verlaging van de resolutie. Deze waarde moet hoger zijn dan de helft van de Dikte rafelig oppervlak." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "De gemiddelde afstand tussen de willekeurig geplaatste punten op elk lijnsegment. Houd er rekening mee dat de originele punten van de polygoon worden verwijderd." +" Een hoge effenheid leidt dus tot een verlaging van de resolutie. Deze waarde moet hoger zijn dan de helft van de Dikte rafelig oppervlak." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5829,7 +7105,9 @@ msgstr "Maximale extrusieoffset voor doorvoercompensatie" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "De maximale afstand in mm om het filament te verplaatsen om veranderingen in de stroomsnelheid te compenseren." #: fdmprinter.def.json @@ -5839,8 +7117,12 @@ msgstr "Doorvoercompensatiefactor" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "Hoe ver het filament moet worden verplaatst om veranderingen in de stroomsnelheid te compenseren, als een percentage van hoe ver het filament in één seconde extrusie zou bewegen." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "Hoe ver het filament moet worden verplaatst om veranderingen in de stroomsnelheid te compenseren, als een percentage van hoe ver het filament in één seconde" +" extrusie zou bewegen." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5849,8 +7131,13 @@ msgstr "Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Print alleen de buitenkant van het object in een dunne webstructuur, 'in het luchtledige'. Hiervoor worden de contouren van het model horizontaal geprint op bepaalde Z-intervallen die door middel van opgaande en diagonaal neergaande lijnen zijn verbonden." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Print alleen de buitenkant van het object in een dunne webstructuur, 'in het luchtledige'. Hiervoor worden de contouren van het model horizontaal geprint" +" op bepaalde Z-intervallen die door middel van opgaande en diagonaal neergaande lijnen zijn verbonden." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5859,8 +7146,12 @@ msgstr "Verbindingshoogte Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." -msgstr "De hoogte van de opgaande en diagonaal neergaande lijnen tussen twee horizontale delen. Hiermee bepaalt u de algehele dichtheid van de webstructuur. Alleen van toepassing op Draadprinten." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "De hoogte van de opgaande en diagonaal neergaande lijnen tussen twee horizontale delen. Hiermee bepaalt u de algehele dichtheid van de webstructuur. Alleen" +" van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_roof_inset label" @@ -5869,7 +7160,9 @@ msgstr "Afstand Dakuitsparingen Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "De afstand die wordt overbrugt wanneer vanaf een dakcontour een verbinding naar binnen wordt gemaakt. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5879,7 +7172,9 @@ msgstr "Snelheid Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "De snelheid waarmee de nozzle beweegt tijdens het doorvoeren van materiaal. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5889,7 +7184,9 @@ msgstr "Printsnelheid Bodem Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "De snelheid waarmee de eerste laag wordt geprint. Dit is tevens de enige laag die het platform raakt. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5899,7 +7196,8 @@ msgstr "Opwaartse Printsnelheid Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "De snelheid waarmee een lijn naar boven 'in het luchtledige' wordt geprint. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5909,7 +7207,8 @@ msgstr "Neerwaartse Printsnelheid Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "De snelheid waarmee een lijn diagonaal naar beneden wordt geprint. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5919,7 +7218,9 @@ msgstr "Horizontale Printsnelheid Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "De snelheid waarmee de contouren van een model worden geprint. Alleen van toepassing op draadprinten." #: fdmprinter.def.json @@ -5929,7 +7230,9 @@ msgstr "Doorvoer Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Doorvoercompensatie: de hoeveelheid materiaal die wordt doorgevoerd, wordt vermenigvuldigd met deze waarde. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5949,7 +7252,8 @@ msgstr "Doorvoer Platte Lijn Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Doorvoercompensatie tijdens het printen van platte lijnen. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5959,7 +7263,9 @@ msgstr "Opwaartse Vertraging Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "Vertraging na een opwaartse beweging, zodat de opwaartse lijn kan uitharden. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -5979,8 +7285,12 @@ msgstr "Vertraging Platte Lijn Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Vertragingstijd tussen twee horizontale segmenten. Een dergelijke vertraging zorgt voor een betere hechting aan voorgaande lagen op de verbindingspunten. Bij een te lange vertraging kan het object echter gaan doorzakken. Alleen van toepassing op Draadprinten." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Vertragingstijd tussen twee horizontale segmenten. Een dergelijke vertraging zorgt voor een betere hechting aan voorgaande lagen op de verbindingspunten." +" Bij een te lange vertraging kan het object echter gaan doorzakken. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5991,10 +7301,10 @@ msgstr "Langzaam Opwaarts Draadprinten" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"De afstand van een opwaartse beweging waarbij de doorvoersnelheid wordt gehalveerd.\n" -"Hierdoor ontstaat een betere hechting aan voorgaande lagen, zonder dat het materiaal in die lagen te zeer wordt verwarmd. Alleen van toepassing op Draadprinten." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "De afstand van een opwaartse beweging waarbij de doorvoersnelheid wordt gehalveerd.\nHierdoor ontstaat een betere hechting aan voorgaande lagen, zonder" +" dat het materiaal in die lagen te zeer wordt verwarmd. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6003,7 +7313,10 @@ msgstr "Knoopgrootte Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." msgstr "Maakt een kleine verdikking boven aan een opwaartse lijn, zodat de volgende horizontale laag hier beter op kan aansluiten. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -6013,7 +7326,9 @@ msgstr "Valafstand Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "De afstand die het materiaal valt na een opwaartse doorvoer. Deze afstand wordt gecompenseerd. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json @@ -6023,8 +7338,12 @@ msgstr "Meeslepen Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "De afstand waarover het materiaal van een opwaartse doorvoer wordt meegesleept tijdens een diagonaal neerwaartse doorvoer. Deze afstand wordt gecompenseerd. Alleen van toepassing op Draadprinten." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "De afstand waarover het materiaal van een opwaartse doorvoer wordt meegesleept tijdens een diagonaal neerwaartse doorvoer. Deze afstand wordt gecompenseerd." +" Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6033,8 +7352,18 @@ msgstr "Draadprintstrategie" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Strategie om ervoor te zorgen dat twee opeenvolgende lagen bij elk verbindingspunt op elkaar aansluiten. Met intrekken kunnen de opwaartse lijnen in de juiste positie uitharden, maar kan het filament gaan haperen. Aan het eind van een opwaartse lijn kan een verdikking worden gemaakt om een volgende lijn hierop eenvoudiger te kunnen laten aansluiten en om de lijn te laten afkoelen. Hiervoor is mogelijk een lage printsnelheid vereist. U kunt echter ook het doorzakken van de bovenkant van een opwaartse lijn compenseren. De lijnen vallen echter niet altijd zoals verwacht." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Strategie om ervoor te zorgen dat twee opeenvolgende lagen bij elk verbindingspunt op elkaar aansluiten. Met intrekken kunnen de opwaartse lijnen in de" +" juiste positie uitharden, maar kan het filament gaan haperen. Aan het eind van een opwaartse lijn kan een verdikking worden gemaakt om een volgende lijn" +" hierop eenvoudiger te kunnen laten aansluiten en om de lijn te laten afkoelen. Hiervoor is mogelijk een lage printsnelheid vereist. U kunt echter ook" +" het doorzakken van de bovenkant van een opwaartse lijn compenseren. De lijnen vallen echter niet altijd zoals verwacht." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6058,8 +7387,12 @@ msgstr "Neerwaartse Lijnen Rechtbuigen Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Het percentage van een diagonaal neerwaartse lijn die wordt afgedekt door een deel van een horizontale lijn. Hiermee kunt u voorkomen dat het bovenste deel van een opwaartse lijn doorzakt. Alleen van toepassing op Draadprinten." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Het percentage van een diagonaal neerwaartse lijn die wordt afgedekt door een deel van een horizontale lijn. Hiermee kunt u voorkomen dat het bovenste" +" deel van een opwaartse lijn doorzakt. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6068,8 +7401,12 @@ msgstr "Valafstand Dak Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "De afstand die horizontale daklijnen die 'in het luchtledige' worden geprint, naar beneden vallen tijdens het printen. Deze afstand wordt gecompenseerd. Alleen van toepassing op Draadprinten." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "De afstand die horizontale daklijnen die 'in het luchtledige' worden geprint, naar beneden vallen tijdens het printen. Deze afstand wordt gecompenseerd." +" Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6078,8 +7415,12 @@ msgstr "Meeslepen Dak Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "De afstand die het eindstuk van een inwaartse lijn wordt meegesleept wanneer de nozzle terugkeert naar de buitencontouren van het dak. Deze afstand wordt gecompenseerd. Alleen van toepassing op Draadprinten." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "De afstand die het eindstuk van een inwaartse lijn wordt meegesleept wanneer de nozzle terugkeert naar de buitencontouren van het dak. Deze afstand wordt" +" gecompenseerd. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6088,8 +7429,11 @@ msgstr "Vertraging buitenzijde dak tijdens draadprinten" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "De wachttijd aan de buitenkant van een gat dat een dak moet gaan vormen. Een langere wachttijd kan zorgen voor een betere aansluiting. Alleen van toepassing op Draadprinten." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "De wachttijd aan de buitenkant van een gat dat een dak moet gaan vormen. Een langere wachttijd kan zorgen voor een betere aansluiting. Alleen van toepassing" +" op Draadprinten." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6098,8 +7442,13 @@ msgstr "Tussenruimte Nozzle Draadprinten" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "De afstand tussen de nozzle en horizontaal neergaande lijnen. Een grotere tussenruimte zorgt voor diagonaal neerwaarts gaande lijnen met een minder steile hoek. Hierdoor ontstaan minder opwaartse verbindingen met de volgende laag. Alleen van toepassing op Draadprinten." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "De afstand tussen de nozzle en horizontaal neergaande lijnen. Een grotere tussenruimte zorgt voor diagonaal neerwaarts gaande lijnen met een minder steile" +" hoek. Hierdoor ontstaan minder opwaartse verbindingen met de volgende laag. Alleen van toepassing op Draadprinten." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6108,7 +7457,9 @@ msgstr "Adaptieve lagen gebruiken" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Met adaptieve lagen berekent u de laaghoogte afhankelijk van de vorm van het model." #: fdmprinter.def.json @@ -6128,7 +7479,9 @@ msgstr "Stapgrootte variatie adaptieve lagen" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "Het hoogteverschil tussen de hoogte van de volgende laag ten opzichte van de vorige laag." #: fdmprinter.def.json @@ -6138,8 +7491,12 @@ msgstr "Topografieformaat aanpasbare lagen" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Horizontale doelafstand tussen twee aangrenzende lagen. Als u deze instelling verkleint, worden dunnere lagen gebruikt om de randen van de lagen dichter bij elkaar te brengen." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Horizontale doelafstand tussen twee aangrenzende lagen. Als u deze instelling verkleint, worden dunnere lagen gebruikt om de randen van de lagen dichter" +" bij elkaar te brengen." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6148,8 +7505,13 @@ msgstr "Hoek Overhangende Wand" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Wanden die overhangen in een hoek groter dan deze waarde, worden geprint met instellingen voor overhangende wanden. Wanneer de waarde 90 is, wordt een wand niet als een overhangende wand gezien. Een overhang die wordt ondersteund door ondersteuning wordt ook niet als overhang gezien." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Wanden die overhangen in een hoek groter dan deze waarde, worden geprint met instellingen voor overhangende wanden. Wanneer de waarde 90 is, wordt een" +" wand niet als een overhangende wand gezien. Een overhang die wordt ondersteund door ondersteuning wordt ook niet als overhang gezien." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6158,7 +7520,9 @@ msgstr "Snelheid Overhangende Wand" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Overhangende wanden worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid." #: fdmprinter.def.json @@ -6168,7 +7532,9 @@ msgstr "Bruginstellingen inschakelen" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Hiermee detecteert u bruggen en past u de instellingen voor de printsnelheid, doorvoer en ventilator aan tijdens het printen van bruggen." #: fdmprinter.def.json @@ -6178,8 +7544,12 @@ msgstr "Minimale brugwandlengte" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Niet-ondersteunde wanden die korter zijn dan deze waarde, worden geprint met de normale wandinstellingen. Langere niet-ondersteunde wanden worden geprint met de instellingen voor brugwanden." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Niet-ondersteunde wanden die korter zijn dan deze waarde, worden geprint met de normale wandinstellingen. Langere niet-ondersteunde wanden worden geprint" +" met de instellingen voor brugwanden." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6188,8 +7558,12 @@ msgstr "Drempelwaarde voor brugskinsupport" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Als voor een skinregio minder supportstructuur wordt geprint dan dit percentage van zijn oppervlakte, print u dit met de bruginstellingen. Anders wordt er geprint met de normale skininstellingen." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Als voor een skinregio minder supportstructuur wordt geprint dan dit percentage van zijn oppervlakte, print u dit met de bruginstellingen. Anders wordt" +" er geprint met de normale skininstellingen." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6198,8 +7572,11 @@ msgstr "Maximale dichtheid van dunne vulling brugskin" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "Maximale dichtheid van de vulling die als dun wordt beschouwd. Skin boven dunne vulling wordt als niet-ondersteund beschouwd en kan dus als een brugskin worden behandeld." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "Maximale dichtheid van de vulling die als dun wordt beschouwd. Skin boven dunne vulling wordt als niet-ondersteund beschouwd en kan dus als een brugskin" +" worden behandeld." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6208,8 +7585,12 @@ msgstr "Coasting brugwand" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Met deze optie controleert u de afstand die de extruder moet coasten voordat een brugwand begint. Met coasting voordat de brug begint, vermindert u de druk in de nozzle en krijgt u mogelijk een vlakkere brug." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Met deze optie controleert u de afstand die de extruder moet coasten voordat een brugwand begint. Met coasting voordat de brug begint, vermindert u de" +" druk in de nozzle en krijgt u mogelijk een vlakkere brug." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6228,7 +7609,9 @@ msgstr "Doorvoer brugwand" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Tijdens het printen van brugwanden wordt de hoeveelheid materiaal die wordt doorgevoerd, met deze waarde vermenigvuldigd." #: fdmprinter.def.json @@ -6248,7 +7631,9 @@ msgstr "Doorvoer brugskin" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Tijdens het printen van brugskinregio's wordt de hoeveelheid materiaal die wordt doorgevoerd, met deze waarde vermenigvuldigd." #: fdmprinter.def.json @@ -6258,7 +7643,9 @@ msgstr "Dichtheid brugskin" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "De dichtheid van de brugskinlaag. Met een waarde lager dan 100 worden de ruimten tussen de skinlijnen groter." #: fdmprinter.def.json @@ -6278,8 +7665,12 @@ msgstr "Brug heeft meerdere lagen" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Als deze optie ingeschakeld is, worden de tweede en derde laag boven de vrije ruimte geprint met de volgende instellingen. Anders worden de lagen geprint met de normale instellingen." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Als deze optie ingeschakeld is, worden de tweede en derde laag boven de vrije ruimte geprint met de volgende instellingen. Anders worden de lagen geprint" +" met de normale instellingen." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6298,7 +7689,9 @@ msgstr "Doorvoer tweede brugskin" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Tijdens het printen van de tweede brugskinlaag wordt de hoeveelheid materiaal die wordt doorgevoerd, met deze waarde vermenigvuldigd." #: fdmprinter.def.json @@ -6308,7 +7701,9 @@ msgstr "Dichtheid tweede brugskin" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "De dichtheid van de tweede brugskinlaag. Met een waarde lager dan 100 worden de ruimten tussen de skinlijnen groter." #: fdmprinter.def.json @@ -6338,7 +7733,9 @@ msgstr "Doorvoer derde brugskin" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Tijdens het printen van de derde brugskinlaag wordt de hoeveelheid materiaal die wordt doorgevoerd, met deze waarde vermenigvuldigd." #: fdmprinter.def.json @@ -6348,7 +7745,9 @@ msgstr "Dichtheid derde brugskin" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "De dichtheid van de derde brugskinlaag. Met een waarde lager dan 100 worden de ruimten tussen de skinlijnen groter." #: fdmprinter.def.json @@ -6368,8 +7767,14 @@ msgstr "Nozzle afvegen tussen lagen" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Hiermee bepaalt u of u het afvegen van de nozzle tussen lagen wilt opnemen in de G-code. Het inschakelen van deze optie kan het gedrag van het intrekken bij de laagwissel beïnvloeden. Gebruik de instellingen voor Intrekken voor afvegen om het intrekken te regelen bij lagen waarbij het afveegscript actief is." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Hiermee bepaalt u of u het afvegen van de nozzle tussen lagen wilt opnemen in de G-code. Het inschakelen van deze optie kan het gedrag van het intrekken" +" bij de laagwissel beïnvloeden. Gebruik de instellingen voor Intrekken voor afvegen om het intrekken te regelen bij lagen waarbij het afveegscript actief" +" is." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6378,8 +7783,13 @@ msgstr "Materiaalvolume tussen afvegen" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Maximale materiaalhoeveelheid die kan worden geëxtrudeerd voordat de nozzle opnieuw wordt afgeveegd. Als deze waarde kleiner is dan het benodigde materiaalvolume in een laag, heeft de instelling geen effect op deze laag. Er wordt dan maar een keer per laag afgeveegd." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Maximale materiaalhoeveelheid die kan worden geëxtrudeerd voordat de nozzle opnieuw wordt afgeveegd. Als deze waarde kleiner is dan het benodigde materiaalvolume" +" in een laag, heeft de instelling geen effect op deze laag. Er wordt dan maar een keer per laag afgeveegd." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6398,7 +7808,8 @@ msgstr "Intrekafstand voor afvegen" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "Volume filament dat moet worden ingetrokken om te voorkomen dat filament verloren gaat tijdens het afvegen." #: fdmprinter.def.json @@ -6408,7 +7819,9 @@ msgstr "Extra primehoeveelheid na intrekken voor afvegen" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Tijdens veegbewegingen kan materiaal verloren gaan, wat met deze optie kan worden gecompenseerd." #: fdmprinter.def.json @@ -6418,7 +7831,9 @@ msgstr "Intreksnelheid voor afvegen" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "De snelheid waarmee het filament tijdens een intrekbeweging voor afvegen wordt ingetrokken en geprimed." #: fdmprinter.def.json @@ -6428,7 +7843,8 @@ msgstr "Intreksnelheid voor afvegen (intrekken)" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "De snelheid waarmee het filament tijdens een intrekbeweging voor afvegen wordt ingetrokken." #: fdmprinter.def.json @@ -6438,7 +7854,8 @@ msgstr "Primesnelheid Intrekken voor afvegen" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "De snelheid waarmee het filament tijdens een intrekbeweging voor afvegen wordt geprimed." #: fdmprinter.def.json @@ -6458,8 +7875,12 @@ msgstr "Z-sprong afvegen" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Tijdens het afvegen wordt het platform omlaag gebracht om ruimte te creëren tussen de nozzle en de print. Hiermee wordt voorkomen dat de nozzle de print raakt tijdens een beweging en wordt de kans verkleind dat de print van het platform wordt gestoten." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Tijdens het afvegen wordt het platform omlaag gebracht om ruimte te creëren tussen de nozzle en de print. Hiermee wordt voorkomen dat de nozzle de print" +" raakt tijdens een beweging en wordt de kans verkleind dat de print van het platform wordt gestoten." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6518,7 +7939,9 @@ msgstr "Maximale grootte kleine gaten" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Gaten en contouren van onderdelen met een kleinere diameter dan deze worden afgedrukt met behulp van Klein kenmerksnelheid." #: fdmprinter.def.json @@ -6528,7 +7951,9 @@ msgstr "Maximale lengte klein kenmerk" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Kenmerkcontouren die korter zijn dan deze lengte, worden afgedrukt met behulp van Klein kenmerksnelheid." #: fdmprinter.def.json @@ -6538,8 +7963,11 @@ msgstr "Klein kenmerksnelheid" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Kleine kernmerken worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid. Langzamer printen kan de hechting en nauwkeurigheid verbeteren." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." +msgstr "Kleine kernmerken worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid. Langzamer printen kan de hechting en" +" nauwkeurigheid verbeteren." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" @@ -6548,38 +7976,46 @@ msgstr "Kleine kenmerken eerste laagsnelheid" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Kleine kenmerken op de eerste laag worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid. Langzamer printen kan de hechting en nauwkeurigheid verbeteren." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "Kleine kenmerken op de eerste laag worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid. Langzamer printen kan" +" de hechting en nauwkeurigheid verbeteren." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Alternerende wandrichtingen" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Alternerende wandrichtingen na elke laag en instroming. Nuttig voor materialen die spanning op kunnen bouwen, bijvoorbeeld voor het printen van metaal." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Binnenhoeken raft verwijderen" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Verwijdering van de binnenhoeken van de raft maakt de raft bol." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Aantal wanden grondvlak raft" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "Het aantal contouren dat wordt geprint rond het lineaire patroon in de basislaag van de raft." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6588,7 +8024,9 @@ msgstr "Instellingen opdrachtregel" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Instellingen die alleen worden gebruikt als CuraEngine niet wordt aangeroepen door de Cura-frontend." #: fdmprinter.def.json @@ -6598,8 +8036,11 @@ msgstr "Object centreren" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." -msgstr "Hiermee bepaalt u of het object in het midden van het platform moet worden gecentreerd (0,0) of dat het coördinatensysteem moet worden gebruikt waarin het object opgeslagen is." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." +msgstr "Hiermee bepaalt u of het object in het midden van het platform moet worden gecentreerd (0,0) of dat het coördinatensysteem moet worden gebruikt waarin" +" het object opgeslagen is." #: fdmprinter.def.json msgctxt "mesh_position_x label" @@ -6628,7 +8069,9 @@ msgstr "Rasterpositie Z" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "De offset die wordt toegepast op het object in de z-richting. Hiermee kunt u de taak uitvoeren die voorheen 'Object Sink' werd genoemd." #: fdmprinter.def.json @@ -6638,7 +8081,8 @@ msgstr "Matrix rasterrotatie" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Omzettingsmatrix die moet worden toegepast op het model wanneer dit wordt geladen vanuit een bestand." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index a15a6849c8..b1a129d9d3 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-04-16 14:56+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Portuguese , Paulo Miranda , Portuguese \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.4.1\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Não foi possível aceder às informações de atualização." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Poderão estar disponíveis novas funcionalidades ou correções de erros para a sua {machine_name}! Se ainda não tiver a versão mais recente, recomendamos que atualize o firmware da sua impressora para a versão {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "Poderão estar disponíveis novas funcionalidades ou correções de erros para a sua {machine_name}! Se ainda não tiver a versão mais recente, recomendamos" +" que atualize o firmware da sua impressora para a versão {latest_version}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -96,8 +101,6 @@ msgctxt "@item:inlistbox" msgid "Save to Removable Drive {0}" msgstr "Guardar no Disco Externo {0}" -# rever! -# contexto #: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 msgctxt "@info:status" @@ -183,9 +186,6 @@ msgctxt "@info:status" msgid "Failed to eject {0}. Another program may be using the drive." msgstr "Não foi possível ejectar {0}. Outro programa pode estar a usar o disco." -# rever! -# contexto! -# Atenção? #: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 @@ -227,7 +227,9 @@ msgstr "Atualizar firmware" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "O Cura detetou perfis de material que ainda não estavam instalados na impressora que aloja o grupo {0}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -238,7 +240,9 @@ msgstr "Enviar materiais para a impressora" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "Está a tentar ligar a {0}, mas esta não é Host de um grupo. Pode visitar a página Web para a configurar como Host do grupo." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -296,10 +300,10 @@ msgstr "Dados Enviados" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"A sua impressora {printer_name} pode ser ligada através da cloud.\n" -" Faça a gestão da sua fila de impressão e monitorize as suas impressões a partir de qualquer local ao ligar a sua impressora ao Digital Factory" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "A sua impressora {printer_name} pode ser ligada através da cloud.\n Faça a gestão da sua fila de impressão e monitorize as suas impressões a partir" +" de qualquer local ao ligar a sua impressora ao Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -318,7 +322,9 @@ msgstr "Saber mais" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Está a tentar ligar a uma impressora que não tem o Ultimaker Connect. Atualize a impressora para o firmware mais recente." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -455,22 +461,21 @@ msgstr "Remover impressoras?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Está prestes a remover {0} impressora do Cura. Esta ação não pode ser anulada.\n" -"Tem a certeza de que pretende continuar?" -msgstr[1] "" -"Está prestes a remover {0} impressoras do Cura. Esta ação não pode ser anulada.\n" -"Tem a certeza de que pretende continuar?" +msgstr[0] "Está prestes a remover {0} impressora do Cura. Esta ação não pode ser anulada.\nTem a certeza de que pretende continuar?" +msgstr[1] "Está prestes a remover {0} impressoras do Cura. Esta ação não pode ser anulada.\nTem a certeza de que pretende continuar?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgstr "Está prestes a remover todas as impressoras do Cura. Esta ação não pode ser anulada.Tem a certeza de que pretende continuar?" @@ -510,20 +515,20 @@ msgctxt "@info:title" msgid "3D Model Assistant" msgstr "Assistente de Modelos 3D" -# rever! #: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Um, ou mais, dos modelos 3D podem ter menos qualidade de impressão devido à dimensão do modelo 3D e definição de material:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Descubra como assegurar a melhor qualidade e fiabilidade possível da impressão.

    \n" -"

    Ver o guia de qualidade da impressão

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Um, ou mais, dos modelos 3D podem ter menos qualidade de impressão devido à dimensão do modelo 3D e definição de material:

    \n

    {model_names}

    \n

    Descubra" +" como assegurar a melhor qualidade e fiabilidade possível da impressão.

    \n

    Ver o guia de qualidade" +" da impressão

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -597,7 +602,9 @@ msgstr "Não tem permissão para escrever o espaço de trabalho aqui." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "O sistema operativo não permite guardar um ficheiro de projeto nesta localização ou com este nome de ficheiro." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -618,7 +625,9 @@ msgstr "Ficheiro G-code comprimido" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "O seccionamento falhou com um erro inesperado. Por favor reportar um erro no nosso registo de problemas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -638,7 +647,9 @@ msgstr "Reportar um erro no registo de problemas do Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Não é possível seccionar com o material atual, uma vez que é incompatível com a impressora ou configuração selecionada." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -654,24 +665,31 @@ msgstr "Não é possível Seccionar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Não é possível seccionar com as definições atuais. As seguintes definições apresentam erros: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Não é possível seccionar devido a algumas definições por modelo. As seguintes definições apresentam erros num ou mais modelos: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "Não é possível seccionar porque a torre de preparação ou a(s) posição(ões) de preparação é(são) inválidas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Não é possível seccionar porque existem objetos associados ao extrusor %s desativado." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -681,11 +699,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Reveja as definições e verifique se os seus modelos:\n" -"- Cabem dentro do volume de construção\n" -"- Estão atribuídos a uma extrusora ativada\n" -"- Não estão todos definidos como objetos modificadores" +msgstr "Reveja as definições e verifique se os seus modelos:\n- Cabem dentro do volume de construção\n- Estão atribuídos a uma extrusora ativada\n- Não estão todos" +" definidos como objetos modificadores" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -737,8 +752,12 @@ msgstr "Nozzle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "O ficheiro de projeto {0} contém um tipo de máquina desconhecido {1}. Não é possível importar a máquina. Em vez disso, serão importados os modelos." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "O ficheiro de projeto {0} contém um tipo de máquina desconhecido {1}. Não é possível importar a máquina. Em vez" +" disso, serão importados os modelos." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -748,7 +767,9 @@ msgstr "Abrir ficheiro de projeto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "O projeto de ficheiro {0} ficou subitamente inacessível: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -760,13 +781,16 @@ msgstr "Não é possível abrir o ficheiro de projeto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "O ficheiro de projeto {0} está corrompido: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "O ficheiro de projeto {0} foi criado utilizando perfis que são desconhecidos para esta versão do Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -906,46 +930,48 @@ msgstr "Selecionar atualizações" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Pacote desconhecido" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Autor desconhecido" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Não foi possível interpretar a resposta do servidor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Não foi possível ligar ao Marketplace." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Plug-ins instalados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Materiais instalados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Conjunto de Plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Conjunto de Materiais" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "As áreas destacadas indicam superfícies em falta ou separadas. Corrija o modelo e volte a abri-lo no Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -978,8 +1004,11 @@ msgstr "Detalhes do G-code" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." -msgstr "Certifique-se de que este g-code é apropriado para a sua impressora e respetiva configuração, antes de enviar o ficheiro para a impressora. A representação do g-code poderá não ser exata." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." +msgstr "Certifique-se de que este g-code é apropriado para a sua impressora e respetiva configuração, antes de enviar o ficheiro para a impressora. A representação" +" do g-code poderá não ser exata." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 msgctxt "@item:inlistbox" @@ -1013,12 +1042,15 @@ msgstr "Ligado via USB" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Existe uma impressão por USB em curso; fechar o Cura irá interromper esta impressão. Tem a certeza?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Existe uma impressão em curso. O Cura não consegue iniciar outra impressão via USB até a impressão anterior ser concluída." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1068,7 +1100,9 @@ msgstr "A inicializar o motor..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1100,8 +1134,11 @@ msgstr "Acabamento" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." -msgstr "O perfil de acabamento foi criado para imprimir modelos e protótipos finais com o objetivo de se obter uma elevada qualidade de acabamento da superfície em termos visuais." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." +msgstr "O perfil de acabamento foi criado para imprimir modelos e protótipos finais com o objetivo de se obter uma elevada qualidade de acabamento da superfície" +" em termos visuais." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 @@ -1112,8 +1149,11 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." -msgstr "O perfil de engenharia foi criado para imprimir protótipos funcionais e peças finais com o objetivo de se obter uma maior precisão dimensional assim como tolerâncias menores." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." +msgstr "O perfil de engenharia foi criado para imprimir protótipos funcionais e peças finais com o objetivo de se obter uma maior precisão dimensional assim como" +" tolerâncias menores." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 @@ -1124,8 +1164,11 @@ msgstr "Rascunho" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." -msgstr "O perfil de rascunho foi concebido para imprimir protótipos de teste e de validação de conceitos com o objetivo de se obter uma redução significativa do tempo de impressão." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." +msgstr "O perfil de rascunho foi concebido para imprimir protótipos de teste e de validação de conceitos com o objetivo de se obter uma redução significativa do" +" tempo de impressão." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 msgctxt "@menuitem" @@ -1147,7 +1190,8 @@ msgstr "Desconhecido" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Não é possível ligar a(s) impressora(s) abaixo porque faz(em) parte de um grupo" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1163,7 +1207,9 @@ msgstr "Calculado" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Sincronize os perfis de material com as suas impressoras antes de começar a imprimir." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1176,7 +1222,7 @@ msgstr "Novos materiais instalados" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Sincronizar materiais" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1194,8 +1240,6 @@ msgctxt "@label" msgid "Custom profiles" msgstr "Perfis personalizados" -# rever! -# contexto #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 #, python-brace-format msgctxt "@item:inlistbox" @@ -1232,7 +1276,9 @@ msgstr "A resposta da Digital Factory tem informações importantes em falta." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Não foi possível estabelecer a ligação com a Digital Factory para poder sincronizar os materiais com algumas das impressoras." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1276,7 +1322,6 @@ msgctxt "@info:status" msgid "Unable to find a location within the build volume for all objects" msgstr "Não é possível posicionar todos os objetos dentro do volume de construção" -# rever! #: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 msgctxt "@info:title" msgid "Can't Find Location" @@ -1408,8 +1453,11 @@ msgstr "Seguinte" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." -msgstr "A altura do volume de construção foi reduzida devido ao valor da definição \"Sequência de impressão\" para impedir que o pórtico colida com os modelos impressos." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." +msgstr "A altura do volume de construção foi reduzida devido ao valor da definição \"Sequência de impressão\" para impedir que o pórtico colida com os modelos" +" impressos." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" @@ -1441,7 +1489,9 @@ msgstr "O Ficheiro Já Existe" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "O ficheiro {0} já existe. Tem a certeza de que deseja substituí-lo?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1462,7 +1512,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "As definições foram alteradas de forma a corresponder aos extrusores disponíveis de momento:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1478,13 +1529,16 @@ msgstr "Extrusor(es) desativado(s)" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Falha ao exportar perfil para {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Falha ao exportar perfil para {0}: O plug-in de gravação comunicou uma falha." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1507,7 +1561,8 @@ msgstr "Falha ao importar perfil de {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Não é possível importar o perfil de {0} antes de ser adicionada uma impressora." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1526,7 +1581,9 @@ msgstr "Falha ao importar perfil de {0}:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "O perfil {0} contém dados incorretos, não foi possível importá-lo." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1576,14 +1633,20 @@ msgstr "Não é possível adicionar o perfil." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "O tipo de qualidade '{0}' não é compatível com a definição de máquina atualmente ativa '{1}'." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Aviso: o perfil não é visível porque o respetivo tipo de qualidade '{0}' não está disponível para a configuração atual. Mude para uma combinação de material/bocal que possa utilizar este tipo de qualidade." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Aviso: o perfil não é visível porque o respetivo tipo de qualidade '{0}' não está disponível para a configuração atual. Mude para uma combinação de material/bocal" +" que possa utilizar este tipo de qualidade." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1602,7 +1665,9 @@ msgstr "A Posicionar Objeto" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Não é possível iniciar um novo processo de início de sessão. Verifique se ainda está ativa outra tentativa de início de sessão." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1648,20 +1713,21 @@ msgstr "Não é possível iniciar o Cura" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Ups, o Ultimaker Cura encontrou um possível problema.

    \n" -"

    Foi encontrado um erro irrecuperável durante o arranque da aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

    \n" -"

    Os backups estão localizados na pasta de configuração.

    \n" -"

    Por favor envie-nos este Relatório de Falhas para podermos resolver o problema.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    Ups, o Ultimaker Cura encontrou um possível problema.

    \n

    Foi encontrado um erro irrecuperável durante o arranque da" +" aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.

    \n" +"

    Os backups estão localizados na pasta de configuração.

    \n

    Por favor envie-nos este Relatório de Falhas" +" para podermos resolver o problema.

    \n " -# rever! -# button size? #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" msgid "Send crash report to Ultimaker" @@ -1690,13 +1756,13 @@ msgstr "Relatório de Falhas" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Ocorreu um erro fatal no Cura. Por favor envie-nos este Relatório de Falhas para podermos resolver o problema

    \n" -"

    Por favor utilize o botão \"Enviar relatório\" para publicar um relatório de erros automaticamente nos nossos servidores

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Ocorreu um erro fatal no Cura. Por favor envie-nos este Relatório de Falhas para podermos resolver o problema

    \n

    Por favor utilize" +" o botão "Enviar relatório" para publicar um relatório de erros automaticamente nos nossos servidores

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1771,8 +1837,6 @@ msgctxt "@title:groupbox" msgid "Error traceback" msgstr "Determinação da origem do erro" -# rever! -# Registos? #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 msgctxt "@title:groupbox" msgid "Logs" @@ -1790,11 +1854,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Certifique-se de que é possível estabelecer ligação com a impressora:\n" -"- Verifique se a impressora está ligada.\n" -"- Verifique se a impressora está ligada à rede.\n" -"- Verifique se tem sessão iniciada para encontrar impressoras ligadas através da cloud." +msgstr "Certifique-se de que é possível estabelecer ligação com a impressora:\n- Verifique se a impressora está ligada.\n- Verifique se a impressora está ligada" +" à rede.\n- Verifique se tem sessão iniciada para encontrar impressoras ligadas através da cloud." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1872,15 +1933,20 @@ msgctxt "@title" msgid "Update Firmware" msgstr "Atualizar firmware" -# rever! #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "O firmware é o software que é executado diretamente na sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e basicamente assegura o funcionamento da sua impressora." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "O firmware é o software que é executado diretamente na sua impressora 3D. Este firmware controla os motores de passo, regula a temperatura e basicamente" +" assegura o funcionamento da sua impressora." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "O firmware que é expedido com as novas impressoras funciona corretamente, mas as novas versões costumam ter mais funcionalidades e melhorias." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1895,12 +1961,15 @@ msgstr "Carregar firmware personalizado" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "O firmware não pode ser atualizado por não existir ligação com a impressora." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "O firmware não pode ser atualizado porque a ligação com a impressora não suporta a atualização de firmware." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -1993,8 +2062,6 @@ msgctxt "@label:status" msgid "Resuming..." msgstr "A recomeçar..." -# rever! -# ver contexto! #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 msgctxt "@label:status" msgid "Action required" @@ -2026,8 +2093,11 @@ msgstr "Atualize o firmware da impressora para gerir a fila remotamente." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Não é possível visualizar os feeds das câmaras das impressoras na cloud a partir do Ultimaker Cura. Clique em \"Gerir impressora\" para visitar o Ultimaker Digital Factory e ver esta câmara." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Não é possível visualizar os feeds das câmaras das impressoras na cloud a partir do Ultimaker Cura. Clique em \"Gerir impressora\" para visitar o Ultimaker" +" Digital Factory e ver esta câmara." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2087,13 +2157,16 @@ msgstr "Ignorar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "A impressora atribuída %1 requer a seguinte alteração na configuração:" msgstr[1] "A impressora atribuída %1 requer as seguintes alterações na configuração:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "A impressora %1 está atribuída, mas o trabalho tem uma configuração de material desconhecida." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2118,7 +2191,9 @@ msgstr "Alterar base de construção para %1 (isto não pode ser substituído)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "Ignorar utilizará as definições especificadas com a configuração da impressora existente. Tal pode resultar numa falha de impressão." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2148,8 +2223,15 @@ msgstr "Ligar a uma Impressora em Rede" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Para imprimir diretamente para a sua impressora através da rede, certifique-se de que a impressora está ligada à rede através de um cabo de rede ou através de ligação à rede Wi-Fi. Se não ligar o Cura por rede à impressora, poderá ainda assim utilizar uma unidade USB para transferir ficheiros g-code para a impressora." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Para imprimir diretamente para a sua impressora através da rede, certifique-se de que a impressora está ligada à rede através de um cabo de rede ou através" +" de ligação à rede Wi-Fi. Se não ligar o Cura por rede à impressora, poderá ainda assim utilizar uma unidade USB para transferir ficheiros g-code para" +" a impressora." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2176,7 +2258,9 @@ msgstr "Atualizar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Se a sua impressora não estiver na lista, por favor, consulte o guia de resolução de problemas de impressão em rede" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2430,9 +2514,6 @@ msgctxt "@label" msgid "Show 5 Detailed Layers On Top" msgstr "5 Camadas Superiores Detalhadas" -# rever! -# todas as strings com a frase -# Topo / Base ?? #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 msgctxt "@label" msgid "Top / Bottom" @@ -2456,7 +2537,7 @@ msgstr "máx" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Converter Imagem" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2473,7 +2554,6 @@ msgctxt "@action:label" msgid "Base (mm)" msgstr "Base (mm)" -# rever! #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 msgctxt "@info:tooltip" msgid "The base height from the build plate in millimeters." @@ -2487,7 +2567,7 @@ msgstr "Largura (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "A largura em milímetros na base de construção" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2511,13 +2591,18 @@ msgstr "Mais claro é mais alto" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Para litofanias, os pixels escuros devem corresponder a localizações mais espessas para bloquear mais a passagem da luz. Para mapas de altura, os pixels mais claros significam um terreno mais alto, por isso, os pixels mais claros devem corresponder a localizações mais espessas no modelo 3D gerado." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Para litofanias, os pixels escuros devem corresponder a localizações mais espessas para bloquear mais a passagem da luz. Para mapas de altura, os pixels" +" mais claros significam um terreno mais alto, por isso, os pixels mais claros devem corresponder a localizações mais espessas no modelo 3D gerado." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Modelo de cor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2531,8 +2616,11 @@ msgstr "Translucidez" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Está disponível um modelo logarítmico simples para definir a translucidez das litofanias. Para mapas de altura, os valores dos pixels correspondem de forma linear à elevação." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." +msgstr "Está disponível um modelo logarítmico simples para definir a translucidez das litofanias. Para mapas de altura, os valores dos pixels correspondem de forma" +" linear à elevação." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" @@ -2541,8 +2629,12 @@ msgstr "(%) transmitância de 1 mm" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "A percentagem de luz que penetra numa impressão com uma espessura de 1 milímetro. Diminuir este valor aumenta o contraste em regiões escuras e diminui o contraste em regiões claras da imagem." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "A percentagem de luz que penetra numa impressão com uma espessura de 1 milímetro. Diminuir este valor aumenta o contraste em regiões escuras e diminui" +" o contraste em regiões claras da imagem." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2637,8 +2729,6 @@ msgctxt "@action:label" msgid "Not in profile" msgstr "Inexistente no perfil" -# rever! -# contexto?! #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 msgctxt "@action:label" @@ -2766,7 +2856,9 @@ msgstr "Restaurar cópia de segurança" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "É necessário reiniciar o Cura para restaurar a sua cópia de segurança. Pretende fechar o Cura agora?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2789,12 +2881,16 @@ msgstr "As minhas cópias de segurança" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "Atualmente não existem quaisquer cópias de segurança. Utilize o botão \"Efetuar cópia de segurança agora\" para criar uma." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "Durante a fase de pré-visualização, terá um limite de 5 cópias de segurança visíveis. Remova uma cópia de segurança para ver as antigas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2809,7 +2905,9 @@ msgstr "Mais informações sobre a recolha anónima de dados" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "O Ultimaker Cura recolhe dados anónimos para melhorar a qualidade da impressão e a experiência do utilizador. Segue-se um exemplo de todos os dados partilhados:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2871,13 +2969,21 @@ msgstr "Nivelamento da Base de Construção" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Para assegurar uma boa qualidade das suas impressões, pode agora ajustar a base de construção. Quando clica em \"Avançar para a posição seguinte\", o nozzle irá deslocar-se para as diferentes posições que podem ser ajustadas." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Para assegurar uma boa qualidade das suas impressões, pode agora ajustar a base de construção. Quando clica em \"Avançar para a posição seguinte\", o nozzle" +" irá deslocar-se para as diferentes posições que podem ser ajustadas." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Para cada posição, introduza um pedaço de papel debaixo do nozzle e ajuste a altura da base de construção. A altura da base de construção está correta quando o papel fica ligeiramente preso pelo nozzle." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Para cada posição, introduza um pedaço de papel debaixo do nozzle e ajuste a altura da base de construção. A altura da base de construção está correta" +" quando o papel fica ligeiramente preso pelo nozzle." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2892,42 +2998,42 @@ msgstr "Avançar para Posição Seguinte" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Plug-in Aprovado pela Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Material Certificado pela Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Pacote Aprovado pela Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "A carregar..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Materiais" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Pesquisar no browser" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Para poder utilizar este pacote terá de reiniciar o Cura" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2937,164 +3043,166 @@ msgstr "Sair %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Por" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Ativar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Desativar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "A voltar para a versão anterior..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Repor a Versão Anterior" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "A instalar..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Instalar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Desinstalar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "A actualizar..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Atualizar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Instale plug-ins" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Simplifique o seu fluxo de trabalho e personalize a sua utilização do Ultimaker Cura com plug-ins criados pela nossa incrível comunidade de utilizadores." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Gerir os pacotes" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Descrição" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Impressoras compatíveis" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Sem informações sobre compatibilidade" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Materiais de suporte compatíveis" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Nenhum" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Compatível com a Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Sim" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Não" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Otimizado para o Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Visite o site do plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Website" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Comprar bobinas" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Ficha de segurança" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Ficha técnica" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Detalhes do pacote" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Anterior" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Contrato da licença do plug-in" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Leia e aceite a licença de utilização do plug-in." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Aceitar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3104,52 +3212,57 @@ msgstr "Rejeitar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Erro ao carregar os pacotes:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Tentar novamente?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "A carregar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Sem mais resultados para mostrar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Não foram encontrados resultados com o filtro atual" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Carregar mais" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Gerir os pacotes" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Faça aqui a gestão dos plug-ins e perfis de materiais do Ultimaker Cura. Certifique-se de que mantém os plug-ins atualizados e que efetua regularmente" +" uma cópia de segurança da sua configuração." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Instalar materiais" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Selecione e instale perfis de materiais otimizados para as impressoras 3D Ultimaker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3397,7 +3510,9 @@ msgstr "Novo projeto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Tem a certeza de que deseja iniciar um novo projeto? Isto irá apagar tudo na base de construção assim como quaisquer definições que não tenham sido guardadas." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3412,8 +3527,11 @@ msgstr "Base de construção" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." -msgstr "A temperatura desejada da base aquecida. A base irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento da base será desligado." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." +msgstr "A temperatura desejada da base aquecida. A base irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento da base" +" será desligado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 msgctxt "@tooltip" @@ -3439,8 +3557,12 @@ msgstr "Preaquecer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Aqueçer a base com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar que a base aqueça quando começar a impressão." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Aqueçer a base com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar" +" que a base aqueça quando começar a impressão." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3452,9 +3574,6 @@ msgctxt "@label" msgid "Printer control" msgstr "Controlo da impressora" -# rever! -# contexto?! -# Jog? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" msgid "Jog Position" @@ -3470,9 +3589,6 @@ msgctxt "@label" msgid "Z" msgstr "Z" -# rever! -# contexto?! -# Jog? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 msgctxt "@label" msgid "Jog Distance" @@ -3485,7 +3601,9 @@ msgstr "Enviar G-code" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Enviar um comando G-code personalizado para a impressora ligada. Prima \"Enter\" para enviar o comando." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3495,8 +3613,11 @@ msgstr "Extrusor" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." -msgstr "A temperatura-alvo do extrusor. O extrusor irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento do extrusor será desligado." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." +msgstr "A temperatura-alvo do extrusor. O extrusor irá aquecer ou arrefecer até esta temperatura. Se esta opção for definida como 0, o aquecimento do extrusor" +" será desligado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 msgctxt "@tooltip" @@ -3510,8 +3631,12 @@ msgstr "A temperatura-alvo de preaquecimento do extrusor." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Aquecer o extrusor com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar que o extrusor aqueça quando começar a impressão." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Aquecer o extrusor com antecedência antes de imprimir. Pode continuar a ajustar as definições de impressão durante o aquecimento e não precisará de esperar" +" que o extrusor aqueça quando começar a impressão." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3535,7 +3660,9 @@ msgstr "Abrir ficheiro de projeto" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Este ficheiro é um Projeto do Cura. Pretende abrir como Projeto ou só importar os modelos 3D incluídos no Projeto?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3591,8 +3718,12 @@ msgstr "Abrir ficheiro(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Encontrámos um ou mais projetos do Cura nos ficheiros selecionados. Só é possível abrir um Projeto do Cura, de cada vez. Sugerimos importar apenas os modelos 3D desses Projetos do Cura. Deseja continuar?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Encontrámos um ou mais projetos do Cura nos ficheiros selecionados. Só é possível abrir um Projeto do Cura, de cada vez. Sugerimos importar apenas os modelos" +" 3D desses Projetos do Cura. Deseja continuar?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3619,9 +3750,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"O Cura foi desenvolvido pela Ultimaker B.V. em colaboração com a comunidade.\n" -"O Cura tem o prazer de utilizar os seguintes projetos open source:" +msgstr "O Cura foi desenvolvido pela Ultimaker B.V. em colaboração com a comunidade.\nO Cura tem o prazer de utilizar os seguintes projetos open source:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3653,8 +3782,6 @@ msgctxt "@label" msgid "GUI framework" msgstr "GUI framework" -# rever! -# use eng programing terms? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" msgid "GUI framework bindings" @@ -3718,7 +3845,7 @@ msgstr "Biblioteca de recortes de polígonos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Ligações Python para Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3766,7 +3893,6 @@ msgctxt "@label" msgid "SVG icons" msgstr "Ícones SVG" -# rever! #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" msgid "Linux cross-distribution application deployment" @@ -3779,8 +3905,12 @@ msgstr "Descartar ou Manter as alterações" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Alterou algumas definições do perfil.\nPretende manter estas alterações depois de trocar de perfis?\nComo alternativa, pode descartar as alterações para" +" carregar as predefinições a partir de '%1'." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3950,12 +4080,15 @@ msgstr "A carregar as configurações disponíveis da impressora..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "As configurações não estão disponíveis porque a impressora está desligada." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Esta configuração não está disponível porque não foi possível reconhecer %1. Visite %2 para transferir o perfil de material correto." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3965,7 +4098,8 @@ msgstr "Mercado" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "A configuração deste extrusor não é permitida o que impede o seccionamento." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4074,10 +4208,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Adicione definições de materiais e plug-ins do Marketplace\n" -"- Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins\n" -"- Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker" +msgstr "- Adicione definições de materiais e plug-ins do Marketplace\n- Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins\n- Partilhe" +" ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4147,12 +4279,12 @@ msgstr "A processar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 msgctxt "@button" msgid "Slice" -msgstr "Seccionar" +msgstr "Segmentação" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 msgctxt "@label" msgid "Start the slicing process" -msgstr "Iniciar o processo de seccionamento" +msgstr "Iniciar o processo de segmentação" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 msgctxt "@button" @@ -4251,8 +4383,12 @@ msgstr "Abrir ficheiro(s)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Encontrámos um ou mais ficheiros G-code nos ficheiros selecionados. Só é possível abrir um ficheiro G-code de cada vez. Se pretender abrir um ficheiro G-code, selecione apenas um." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Encontrámos um ou mais ficheiros G-code nos ficheiros selecionados. Só é possível abrir um ficheiro G-code de cada vez. Se pretender abrir um ficheiro" +" G-code, selecione apenas um." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4301,9 +4437,15 @@ msgid "Custom" msgstr "Personalizado" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "Não existe um perfil %1 para a configuração do extrusor %2. O objetivo predefinido será usado como alternativa" msgstr[1] "Não existe um perfil %1 para as configurações dos extrusores %2. O objetivo predefinido será usado como alternativa" @@ -4314,7 +4456,8 @@ msgstr "Enchimento gradual" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "O enchimento gradual irá aumentar progressivamente a densidade do enchimento em direção ao topo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4322,12 +4465,11 @@ msgctxt "@label" msgid "Support" msgstr "Suportes" -# rever! -# collapse ? -# desmoronar? desabar? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Criar estruturas para suportar partes do modelo, suspensas ou com saliências. Sem estas estruturas, essas partes do modelo podem desmoronar durante a impressão." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4338,7 +4480,9 @@ msgstr "Perfis" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "Algumas definições do perfil foram modificadas. Se pretender alterá-las, aceda ao modo Personalizado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4348,8 +4492,11 @@ msgstr "Aderência à Base de Construção" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." -msgstr "Permite a impressão de uma aba ou raft. Isto irá adicionar, respetivamente, uma área plana em torno ou sob a base do seu objeto, que são fáceis de retirar posteriormente." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." +msgstr "Permite a impressão de uma aba ou raft. Isto irá adicionar, respetivamente, uma área plana em torno ou sob a base do seu objeto, que são fáceis de retirar" +" posteriormente." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 msgctxt "@label:header" @@ -4370,13 +4517,11 @@ msgstr "Perfil" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Alguns valores de definição/substituição são diferentes dos valores armazenados no perfil.\n" -"\n" -"Clique para abrir o gestor de perfis." +msgstr "Alguns valores de definição/substituição são diferentes dos valores armazenados no perfil.\n\nClique para abrir o gestor de perfis." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4396,29 +4541,34 @@ msgstr "Atual" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Unidade" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Mudar o nome" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Por favor, indique um novo nome." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Esta definição não é válida para a máquina ativa, e não será visível." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Esta definição não é visível devido ao valor da definição: %1. Altere o valor dessa definição, para que esta definição fique visível." +msgstr[1] "Esta definição não é visível devido aos valores das seguintes definições: %1. Altere os valores dessas definições, para que esta definição fique visível." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4429,7 +4579,7 @@ msgstr "Visibilidade das Definições" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Predefinições" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4439,7 +4589,7 @@ msgstr "Selecionar tudo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Adicionar novo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4461,7 +4611,9 @@ msgstr "Confirmar Alteração de Diâmetro" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "O novo diâmetro do filamento está definido como %1 mm, o que não é compatível com o extrusor actual. Pretende prosseguir?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4487,7 +4639,7 @@ msgstr "Cor" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Selecionador de cores do material" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4561,7 +4713,9 @@ msgstr "Sincronizar materiais com impressoras" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Com alguns passos simples poderá sincronizar todos os seus perfis de materiais com as suas impressoras." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4581,7 +4735,9 @@ msgstr "Iniciar sessão" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Para sincronizar automaticamente os perfis de materiais com todas as impressoras ligadas à Digital Factory, tem de ter uma sessão iniciada no Cura." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4619,7 +4775,8 @@ msgstr "Faltam impressoras?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Certifique-se de que todas as impressoras estão ON e ligadas com a Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4656,8 +4813,12 @@ msgstr "Não foi encontrada nenhuma impressora" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." -msgstr "Parece que não tem nenhuma impressora compatível ligada com a Digital Factory. Certifique-se de que a impressora está ligada e que tem o firmware mais recente instalado." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." +msgstr "Parece que não tem nenhuma impressora compatível ligada com a Digital Factory. Certifique-se de que a impressora está ligada e que tem o firmware mais" +" recente instalado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 msgctxt "@button" @@ -4675,8 +4836,10 @@ msgid "Sync material profiles via USB" msgstr "Sincronizar perfis de materiais via USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Siga os seguintes passos para instalar os novos perfis de materiais na sua impressora." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4691,7 +4854,9 @@ msgstr "Guarde o ficheiro .umm numa unidade USB." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Insira a unidade USB na impressora e inicie o procedimento para carregar novos perfis de materiais." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4718,13 +4883,13 @@ msgstr "Exportar Todos os Materiais" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Materiais compatíveis com a impressora ativa:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Criar novo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4735,7 +4900,7 @@ msgstr "Importar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Sincronizar com Impressoras" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4774,7 +4939,8 @@ msgstr "Material %1 importado com êxito" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Não foi possível importar o material %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4785,7 +4951,8 @@ msgstr "Exportar Material" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Falha ao exportar material para %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4796,31 +4963,33 @@ msgstr "Material exportado com êxito para %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Perfis compatíveis com a impressora ativa:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Criar novo perfil a partir das definições/alterações atuais" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Algumas definições do perfil actual foram substituídas." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Atualizar o perfil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Atualizar perfil com as definições/substituições atuais" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "Este perfil utiliza as predefinições especificadas pela impressora, pelo que não tem quaisquer definições/substituições na lista seguinte." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4873,7 +5042,7 @@ msgstr "Interface" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- incompleto --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4881,9 +5050,10 @@ msgid "Currency:" msgstr "Moeda:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Tema*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4897,8 +5067,9 @@ msgstr "Seccionar automaticamente" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Terá de reiniciar a aplicação para ativar estas alterações." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4907,11 +5078,11 @@ msgstr "Comportamento da janela" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Realçar, a vermelho, as áreas do modelo sem apoio. Sem suporte, estas áreas podem não ser impressas correctamente." -# rever! -# consolas? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 msgctxt "@option:check" msgid "Display overhang" @@ -4919,8 +5090,11 @@ msgstr "Mostrar Saliências (Overhangs)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Destaque as superfícies extra ou em falta do modelo utilizando sinais de aviso. As trajetórias de ferramentas irão falhar muitas vezes partes da geometria pretendida." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." +msgstr "Destaque as superfícies extra ou em falta do modelo utilizando sinais de aviso. As trajetórias de ferramentas irão falhar muitas vezes partes da geometria" +" pretendida." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" @@ -4929,7 +5103,9 @@ msgstr "Apresentar erros de modelo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Move a câmara de forma que o modelo fique no centro da visualização quando é selecionado um modelo" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4954,7 +5130,8 @@ msgstr "O zoom deve deslocar-se na direção do rato?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Fazer zoom em direção ao rato não é suportado na perspetiva ortográfica." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4964,7 +5141,8 @@ msgstr "Fazer Zoom na direção do rato" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "Os modelos, na plataforma, devem ser movidos para que não se intersectem?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5037,7 +5215,9 @@ msgstr "Abrir e guardar ficheiros" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "Pretende que os ficheiros abertos a partir do ambiente de trabalho ou de aplicações externas sejam executados na mesma instância do Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5047,7 +5227,9 @@ msgstr "Utilizar uma única instância do Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Limpar a base de construção antes de carregar um novo modelo na instância única do Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5067,7 +5249,9 @@ msgstr "Redimensionar modelos demasiado grandes" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "Um modelo pode parecer extremamente pequeno se, por exemplo, este tiver sido criado em metros e não em milímetros. Estes modelos devem ser redimensionados?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5087,7 +5271,9 @@ msgstr "Selecionar os modelos depois de abertos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Deve um prefixo com base no nome da impressora ser adicionado ao nome do trabalho de impressão automaticamente?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5132,12 +5318,18 @@ msgstr "Importar sempre modelos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Quando tiver realizado alterações a um perfil e mudado para outro, será apresentada uma caixa de diálogo a perguntar se pretende manter as alterações. Caso contrário, pode escolher um comportamento predefinido, sendo que a caixa de diálogo nunca mais é apresentada." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Quando tiver realizado alterações a um perfil e mudado para outro, será apresentada uma caixa de diálogo a perguntar se pretende manter as alterações." +" Caso contrário, pode escolher um comportamento predefinido, sendo que a caixa de diálogo nunca mais é apresentada." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Comportamento predefinido para valores de definição alterados ao mudar para um perfil diferente: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5155,12 +5347,14 @@ msgctxt "@label" msgid "Privacy" msgstr "Privacidade" -# rever! -# legal wording #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Podem alguns dados anónimos sobre a impressão ser enviados para a Ultimaker? Não são enviadas, nem armazenadas, quaisquer informações pessoais, incluindo modelos, endereços IP ou outro tipo de identificação pessoal." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "Podem alguns dados anónimos sobre a impressão ser enviados para a Ultimaker? Não são enviadas, nem armazenadas, quaisquer informações pessoais, incluindo" +" modelos, endereços IP ou outro tipo de identificação pessoal." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" @@ -5204,7 +5398,9 @@ msgstr "Versões estáveis e beta" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "Fazer uma verificação automática de novos plug-ins sempre que o Cura for iniciado? Recomenda-se vivamente que não desative esta opção!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5245,7 +5441,9 @@ msgstr "A impressora neste endereço ainda não respondeu." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Não foi possível adicionar esta impressora porque é uma impressora desconhecida ou não aloja um grupo." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5342,7 +5540,9 @@ msgstr "Bem-vindo ao Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." msgstr "Siga estes passos para configurar o Ultimaker Cura. Este processo irá demorar apenas alguns momentos." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 @@ -5422,7 +5622,9 @@ msgstr "Ajude-nos a melhorar o Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "O Ultimaker Cura recolhe dados anónimos para melhorar a qualidade da impressão e a experiência do utilizador, incluindo:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5438,7 +5640,7 @@ msgstr "Utilização do material" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 msgctxt "@text" msgid "Number of slices" -msgstr "Número de Secções" +msgstr "Número de segmentos" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 msgctxt "@text" @@ -5447,7 +5649,8 @@ msgstr "Definições de impressão" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Os dados recolhidos pelo Ultimaker Cura não conterão quaisquer informações pessoais." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5499,22 +5702,30 @@ msgstr "Impressoras predefinidas" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "A impressora de cloud está offline. Verifique se a impressora está ligada e conectada à Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Esta impressora não está associada à sua conta. Visite a Ultimaker Digital Factory para estabelecer uma ligação." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "A conectividade de cloud está atualmente indisponível. Inicie sessão para estabelecer ligação com a impressora de cloud." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "A conectividade de cloud está atualmente indisponível. Verifique a sua ligação à Internet." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5530,7 +5741,7 @@ msgstr "Gerir impressoras" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Pesquisar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5587,20 +5798,14 @@ msgctxt "@label" msgid "Are you sure you want to abort the print?" msgstr "Tem a certeza de que deseja cancelar a impressão?" -# rever! -# ocultas? -# escondidas? -# valor normal? automatico? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Algumas das definições invisíveis têm valores diferentes dos valores normais calculados automaticamente.\n" -"\n" -"Clique para tornar estas definições visíveis." +msgstr "Algumas das definições invisíveis têm valores diferentes dos valores normais calculados automaticamente.\n\nClique para tornar estas definições visíveis." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5640,14 +5845,11 @@ msgstr "Configurar visibilidade das definições..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Esta definição não é utilizada porque todas as definições influenciadas foram substituídas." -# rever! -# Afeta? -# Influencia? -# Altera? -# Modifica? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 msgctxt "@label Header for list of settings." msgid "Affects" @@ -5660,7 +5862,9 @@ msgstr "Modificado Por" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Esta definição é sempre partilhada entre todos os extrusores. Ao alterá-la aqui, o valor será alterado em todos os extrusores." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5674,26 +5878,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Esta definição tem um valor que é diferente do perfil.\n" -"\n" -"Clique para restaurar o valor do perfil." +msgstr "Esta definição tem um valor que é diferente do perfil.\n\nClique para restaurar o valor do perfil." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Normalmente, o valor desta definição é calculado, mas atualmente tem definido um valor diferente.\n" -"\n" -"Clique para restaurar o valor calculado." +msgstr "Normalmente, o valor desta definição é calculado, mas atualmente tem definido um valor diferente.\n\nClique para restaurar o valor calculado." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Hex" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5718,7 +5917,7 @@ msgstr "Tempo restante estimado" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Ver online o guia de resolução de problemas" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5796,9 +5995,11 @@ msgid "Manage Materials..." msgstr "Gerir Materiais..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Adicionar mais materiais disponíveis no Marketplace" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -5915,8 +6116,6 @@ msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Positions" msgstr "Repor todas as posições de modelos" -# rever! -# Cancelar todas? #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 msgctxt "@action:inmenu menubar:edit" msgid "Reset All Model Transformations" @@ -5972,8 +6171,6 @@ msgctxt "name" msgid "Prepare Stage" msgstr "Fase de preparação" -# rever! -# Fornece suporte para exportar perfis Cura. #: CuraProfileWriter/plugin.json msgctxt "description" msgid "Provides support for exporting Cura profiles." @@ -6056,7 +6253,9 @@ msgstr "Leitor de UFP" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Liga à Biblioteca Digital, permitindo ao Cura abrir ficheiros da Biblioteca Digital e guardar ficheiros na mesma." #: DigitalLibrary/plugin.json @@ -6096,7 +6295,9 @@ msgstr "Ligação de rede Ultimaker" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Verifica potenciais problemas de impressão nos modelos e definições de impressão, e oferece sugestões." #: ModelChecker/plugin.json @@ -6107,9 +6308,8 @@ msgstr "Verificador de Modelos" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Permite pré-visualizar os dados das camadas seccionadas." -# rever! #: SimulationView/plugin.json msgctxt "name" msgid "Simulation View" @@ -6248,12 +6448,12 @@ msgstr "Atualização da versão 4.1 para 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Atualiza as configurações do Cura 4.13 para o Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Atualização do Cura versão 4.13 para 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6507,7 +6707,8 @@ msgstr "Pós-Processamento" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Cria um objecto usado para eliminar a impressão de suportes em certas zonas" #: SupportEraser/plugin.json @@ -6537,7 +6738,9 @@ msgstr "Vista Raio-X" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Disponibiliza funções especificas para as máquinas Ultimaker (tais como, o assistente de nivelamento da base, seleção de atualizações, etc.)." #: UltimakerMachineActions/plugin.json @@ -6547,13 +6750,15 @@ msgstr "Funções para impressoras Ultimaker" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Faz a gestão de extensões da aplicação e permite a navegação das extensões a partir do website da Ultimaker." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Marketplace" #: SolidView/plugin.json msgctxt "description" @@ -6577,7 +6782,9 @@ msgstr "Leitor de G-code" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Proporciona uma forma de alterar as definições da máquina (tal como o volume de construção, o tamanho do nozzle, etc.)." #: MachineSettingsAction/plugin.json @@ -6587,7 +6794,8 @@ msgstr "Função Definições da Máquina" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Aceita G-Codes e envia-os para uma impressora. O plug-in também pode atualizar firmware." #: USBPrinting/plugin.json diff --git a/resources/i18n/pt_PT/fdmextruder.def.json.po b/resources/i18n/pt_PT/fdmextruder.def.json.po index fdca271293..ee9b2c39f3 100644 --- a/resources/i18n/pt_PT/fdmextruder.def.json.po +++ b/resources/i18n/pt_PT/fdmextruder.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:56+0200\n" -"Last-Translator: Portuguese \n" -"Language-Team: Paulo Miranda , Portuguese \n" -"Language: pt_PT\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -54,7 +51,9 @@ msgstr "Diâmetro do Nozzle" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "O diâmetro interno do nozzle. Altere esta definição quando utilizar um nozzle com um tamanho não convencional." #: fdmextruder.def.json @@ -94,7 +93,9 @@ msgstr "Posição Inicial Absoluta do Extrusor" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "Define a posição inicial do extrusor, de forma absoluta em vez, de relativa à última posição conhecida da cabeça de impressão." #: fdmextruder.def.json @@ -134,7 +135,9 @@ msgstr "Posição Final Absoluta do Extrusor" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "Define a posição final do extrusor, absoluta em vez de relativa à última posição conhecida da cabeça de impressão." #: fdmextruder.def.json @@ -164,7 +167,9 @@ msgstr "Posição Z para Preparação do Extrusor" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "A coordenada Z da posição onde o nozzle é preparado ao iniciar a impressão." #: fdmextruder.def.json @@ -174,8 +179,12 @@ msgstr "Ventoinha de arrefecimento de impressão do Extrusor" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." -msgstr "O número de ventoinhas de arrefecimento de impressão associadas a este extrusor. Apenas alterar o valor predefinido de 0 quando tiver uma ventoinha de arrefecimento de impressão diferente para cada extrusor." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." +msgstr "O número de ventoinhas de arrefecimento de impressão associadas a este extrusor. Apenas alterar o valor predefinido de 0 quando tiver uma ventoinha de" +" arrefecimento de impressão diferente para cada extrusor." #: fdmextruder.def.json msgctxt "platform_adhesion label" @@ -194,7 +203,9 @@ msgstr "Posição X Preparação do Extrusor" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "A coordenada X da posição onde o nozzle é preparado ao iniciar a impressão." #: fdmextruder.def.json @@ -204,7 +215,9 @@ msgstr "Posição Y Preparação do Extrusor" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "A coordenada Y da posição onde o nozzle é preparado ao iniciar a impressão." #: fdmextruder.def.json @@ -224,7 +237,9 @@ msgstr "Diâmetro" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Ajusta o diâmetro do filamento utilizado. Faça corresponder este valor com o diâmetro do filamento utilizado." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 9f86daa3d4..1d43982a24 100644 --- a/resources/i18n/pt_PT/fdmprinter.def.json.po +++ b/resources/i18n/pt_PT/fdmprinter.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:56+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Portuguese , Paulo Miranda , Portuguese \n" -"Language: pt_PT\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.4.1\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -44,7 +41,9 @@ msgstr "Mostrar Variantes da Máquina" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Mostrar ou não as diferentes variantes desta máquina, as quais são descritas em ficheiros json separados." #: fdmprinter.def.json @@ -57,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"Comandos G-code a serem executados no início – separados por \n" -"." +msgstr "Comandos G-code a serem executados no início – separados por \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -71,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"Comandos G-code a serem executados no fim – separados por \n" -"." +msgstr "Comandos G-code a serem executados no fim – separados por \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -92,7 +87,9 @@ msgstr "Diâmetro" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Ajusta o diâmetro do filamento utilizado. Faça corresponder este valor com o diâmetro do filamento utilizado." #: fdmprinter.def.json @@ -102,7 +99,9 @@ msgstr "Esperar pelo Aquecimento da Base de Construção" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Introduzir ou não um comando para esperar até que a temperatura da base de construção seja atingida durante o arranque." #: fdmprinter.def.json @@ -122,8 +121,12 @@ msgstr "Incluir Temperaturas do Material" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Incluir ou não os comandos de temperatura do nozzle no início do G-code. Se o gcode_inicial já incluir os comandos de temperatura do nozzle, o front-end do Cura desativará automaticamente esta definição." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Incluir ou não os comandos de temperatura do nozzle no início do G-code. Se o gcode_inicial já incluir os comandos de temperatura do nozzle, o front-end" +" do Cura desativará automaticamente esta definição." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -132,8 +135,12 @@ msgstr "Incluir Temperatura da Base de Construção" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Incluir ou não os comandos de temperatura da base de construção no início do gcode. Se o gcode_inicial já incluir os comandos de temperatura da base de construção, o front-end do Cura desativará automaticamente esta definição." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Incluir ou não os comandos de temperatura da base de construção no início do gcode. Se o gcode_inicial já incluir os comandos de temperatura da base de" +" construção, o front-end do Cura desativará automaticamente esta definição." #: fdmprinter.def.json msgctxt "machine_width label" @@ -172,7 +179,8 @@ msgstr "Forma da Base de Construção" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "A forma da base de construção sem ter em consideração as áreas onde não é possível imprimir." #: fdmprinter.def.json @@ -232,8 +240,12 @@ msgstr "Ferramenta ativa escrever sempre" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Escreva a ferramenta ativa depois de enviar comandos temporários para a ferramenta inativa. Necessário para Extrusora Dupla com Smoothie ou outro firmware com comandos de ferramentas modais." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Escreva a ferramenta ativa depois de enviar comandos temporários para a ferramenta inativa. Necessário para Extrusora Dupla com Smoothie ou outro firmware" +" com comandos de ferramentas modais." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -242,7 +254,9 @@ msgstr "O Centro é a Origem" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Se as coordenadas X/Y da posição zero (origem) da impressora são o centro da área de impressão." #: fdmprinter.def.json @@ -250,11 +264,11 @@ msgctxt "machine_extruder_count label" msgid "Number of Extruders" msgstr "Número de Extrusores" -# train? -# nucleo? #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Número de núcleos de extrusão. Um núcleo de extrusão é o conjunto de um alimentador (feeder), tubo bowden e nozzle." #: fdmprinter.def.json @@ -264,7 +278,8 @@ msgstr "Número de extrusores ativos" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Número de núcleos de extrusão que estão activos; definido automaticamente em software" #: fdmprinter.def.json @@ -284,7 +299,9 @@ msgstr "Comprimento do nozzle" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "A diferença de altura entre a ponta do nozzle e o extremo inferior da cabeça de impressão." #: fdmprinter.def.json @@ -294,7 +311,9 @@ msgstr "Ângulo do nozzle" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "O ângulo entre o plano horizontal e a parte cónica imediatamente acima da ponta do nozzle." #: fdmprinter.def.json @@ -304,7 +323,9 @@ msgstr "Comprimento da zona de aquecimento" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "A distância, a partir da ponta do nozzle, na qual o calor do nozzle é transferido para o filamento." #: fdmprinter.def.json @@ -314,7 +335,9 @@ msgstr "Ativar controlo de temperatura do nozzle" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Controlar ou não a temperatura a partir do Cura. Desative esta opção para controlar a temperatura do nozzle a partir de fora do Cura." #: fdmprinter.def.json @@ -322,22 +345,26 @@ msgctxt "machine_nozzle_heat_up_speed label" msgid "Heat Up Speed" msgstr "Velocidade de aquecimento" -# intervalo? #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." -msgstr "A velocidade média (°C/s) a que o nozzle é aquecido, média calculada com base nos valores das temperaturas normais de impressão, e a temperatura em modo de espera." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." +msgstr "A velocidade média (°C/s) a que o nozzle é aquecido, média calculada com base nos valores das temperaturas normais de impressão, e a temperatura em modo" +" de espera." #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed label" msgid "Cool Down Speed" msgstr "Velocidade de arrefecimento" -# intervalo? #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." -msgstr "A velocidade média (°C/s) a que o nozzle é arrefecido, média calculada com base nos valores das temperaturas normais de impressão, e a temperatura em modo de espera." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." +msgstr "A velocidade média (°C/s) a que o nozzle é arrefecido, média calculada com base nos valores das temperaturas normais de impressão, e a temperatura em modo" +" de espera." #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window label" @@ -346,8 +373,12 @@ msgstr "Tempo Mínimo da Temperatura em Modo de Espera" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "O tempo mínimo durante o qual um extrusor tem de estar inativo antes de o nozzle ser arrefecido. Apenas é permitido começar a arrefecer até à temperatura de Modo de Espera quando um extrusor não for utilizado por um período de tempo superior a este." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "O tempo mínimo durante o qual um extrusor tem de estar inativo antes de o nozzle ser arrefecido. Apenas é permitido começar a arrefecer até à temperatura" +" de Modo de Espera quando um extrusor não for utilizado por um período de tempo superior a este." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -411,7 +442,9 @@ msgstr "Retração em Firmware" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Se se deve utilizar os comandos de retração do firmware (G10/G11), em vez da propriedade E dos comandos G1, para realizar a retração do material." #: fdmprinter.def.json @@ -421,7 +454,9 @@ msgstr "Extrusoras Partilham Aquecedor" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Se, as extrusoras partilham um único aquecedor em vez de cada extrusora ter o seu próprio aquecedor." #: fdmprinter.def.json @@ -431,8 +466,17 @@ msgstr "Extrusoras partilham bocal" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Se as extrusoras partilham um único bocal, em vez de cada extrusora ter um bocal próprio. Quando definido como verdadeiro, espera-se que o script gcode de arranque da impressora configure corretamente todas as extrusoras num estado de retração inicial conhecido e mutuamente compatível (seja zero ou um filamento não retraído); nesse caso, o estado de retração inicial é descrito, por extrusora, pelo parâmetro 'machine_extruders_shared_nozzle_initial_retraction'." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Se as extrusoras partilham um único bocal, em vez de cada extrusora ter um bocal próprio. Quando definido como verdadeiro, espera-se que o script gcode" +" de arranque da impressora configure corretamente todas as extrusoras num estado de retração inicial conhecido e mutuamente compatível (seja zero ou um" +" filamento não retraído); nesse caso, o estado de retração inicial é descrito, por extrusora, pelo parâmetro 'machine_extruders_shared_nozzle_initial_retraction'." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -441,8 +485,13 @@ msgstr "Retração inicial do bocal partilhado" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "Até que ponto se assume que o filamento de cada extrusora foi retraído a partir da ponta do bocal partilhado após a conclusão do script gcode de arranque da impressora; o valor deverá ser igual ou superior ao comprimento da parte comum das condutas do bocal." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "Até que ponto se assume que o filamento de cada extrusora foi retraído a partir da ponta do bocal partilhado após a conclusão do script gcode de arranque" +" da impressora; o valor deverá ser igual ou superior ao comprimento da parte comum das condutas do bocal." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -471,8 +520,12 @@ msgstr "Polígono da cabeça e do ventilador da máquina" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "A forma da cabeça de impressão. Estas coordenadas são relativas à posição da cabeça de impressão, que normalmente é a posição do primeiro extrusor. As" +" coordenadas à esquerda e à frente da cabeça de impressão têm de ser valores negativos." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -481,7 +534,9 @@ msgstr "Altura do pórtico" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "A diferença de altura entre a ponta do nozzle e o sistema de pórtico (eixos X e Y)." #: fdmprinter.def.json @@ -501,7 +556,9 @@ msgstr "Diâmetro do Nozzle" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "O diâmetro interno do nozzle. Altere esta definição quando utilizar um nozzle com um tamanho não convencional." #: fdmprinter.def.json @@ -511,7 +568,8 @@ msgstr "Desviar com extrusor" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Aplique o desvio do alinhamento da extrusora ao sistema de coordenadas. Afeta todas as extrusoras." #: fdmprinter.def.json @@ -521,7 +579,9 @@ msgstr "Posição Z para Preparação Extrusor" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "A coordenada Z da posição onde fazer a preparação do nozzle no inicio da impressão." #: fdmprinter.def.json @@ -531,7 +591,9 @@ msgstr "Posição Absoluta Preparação Extrusor" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Definir como absoluta, a posição para a preparação do extrusor, em vez de relativa à última posição conhecida da cabeça." #: fdmprinter.def.json @@ -661,7 +723,9 @@ msgstr "Passos por Milímetro (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "O numero de passos do motor de passos (stepper motor) que irão resultar no movimento de um milímetro na direção X." #: fdmprinter.def.json @@ -671,7 +735,9 @@ msgstr "Passos por Milímetro (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "O numero de passos do motor de passos (stepper motor) que irão resultar no movimento de um milímetro na direção Y." #: fdmprinter.def.json @@ -681,7 +747,9 @@ msgstr "Passos por Milímetro (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "O numero de passos do motor de passos (stepper motor) que irão resultar no movimento de um milímetro na direção Z." #: fdmprinter.def.json @@ -691,7 +759,9 @@ msgstr "Passos por Milímetro (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "O número de passos do motor de passos (stepper motor) que irá resultar no movimento de um milímetro da roda do alimentador à volta da respetiva circunferência." #: fdmprinter.def.json @@ -699,13 +769,11 @@ msgctxt "machine_endstop_positive_direction_x label" msgid "X Endstop in Positive Direction" msgstr "Endstop X no Sentido Positivo" -# rever! -# contexto -# Alta baixa? -# em cima em baixo? #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Se o endstop do eixo X está no sentido positivo (coordenada X superior) ou negativo (coordenada X inferior)." #: fdmprinter.def.json @@ -715,7 +783,9 @@ msgstr "Endstop Y no Sentido Positivo" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Se o endstop do eixo Y está no sentido positivo (coordenada Y superior) ou negativo (coordenada Y inferior)." #: fdmprinter.def.json @@ -725,7 +795,9 @@ msgstr "Endstop Z no Sentido Positivo" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Se o endstop do eixo Z está no sentido positivo (coordenada Z superior) ou negativo (coordenada Z inferior)." #: fdmprinter.def.json @@ -733,7 +805,6 @@ msgctxt "machine_minimum_feedrate label" msgid "Minimum Feedrate" msgstr "Velocidade Mínima de Alimentação" -# english string correct? #: fdmprinter.def.json msgctxt "machine_minimum_feedrate description" msgid "The minimal movement speed of the print head." @@ -752,12 +823,12 @@ msgstr "O diâmetro da roda que conduz o material pelo alimentador." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Ajustar a velocidade do ventilador entre 0-1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Ajustar a velocidade do ventilador para esta ser definida entre 0 e 1 em vez de entre 0 e 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -766,7 +837,9 @@ msgstr "Qualidade" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Todas as definições que influenciam a resolução da impressão. Estas definições têm um grande impacto na qualidade. (e no tempo de impressão)." #: fdmprinter.def.json @@ -774,12 +847,13 @@ msgctxt "layer_height label" msgid "Layer Height" msgstr "Espessura das Camadas" -# Valores? ou numeros? ou espessura? -# mais elevadas ou maiores? #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "A espessura (altura) de cada camada em milímetros. Espessuras maiores produzem impressões rápidas com baixa resolução, e, espessuras pequenas, produzem impressões mais lentas mas com uma maior resolução/qualidade." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "A espessura (altura) de cada camada em milímetros. Espessuras maiores produzem impressões rápidas com baixa resolução, e, espessuras pequenas, produzem" +" impressões mais lentas mas com uma maior resolução/qualidade." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -788,13 +862,11 @@ msgstr "Espessura da Camada Inicial" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "A espessura da camada inicial em milímetros. Uma camada inicial mais espessa facilita a aderência à base de construção." -# rever! -# Diâmetro da linha? -# ou -# Largura da linha? #: fdmprinter.def.json msgctxt "line_width label" msgid "Line Width" @@ -802,8 +874,12 @@ msgstr "Diâmetro da Linha" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "O diâmetro (largura) de uma única linha. Normalmente, o diâmetro de cada linha deve corresponder ao diâmetro do nozzle. No entanto, reduzir ligeiramente este valor pode produzir melhores impressões." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "O diâmetro (largura) de uma única linha. Normalmente, o diâmetro de cada linha deve corresponder ao diâmetro do nozzle. No entanto, reduzir ligeiramente" +" este valor pode produzir melhores impressões." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -822,7 +898,9 @@ msgstr "Diâmetro Linha Parede Exterior" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "O diâmetro da linha de parede mais exterior. Ao reduzir este valor, é possível imprimir com maior nível de detalhe." #: fdmprinter.def.json @@ -832,7 +910,8 @@ msgstr "Diâmetro Linha Parede(s) Interior" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "O diâmetro de uma única linha de parede para todas as linhas de parede excepto a mais exterior." #: fdmprinter.def.json @@ -922,7 +1001,9 @@ msgstr "Diâmetro Linha Camada Inicial" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Multiplicador do diâmetro da linha da camada inicial. Aumentar o diâmetro poderá melhorar a aderência à base de construção." #: fdmprinter.def.json @@ -940,12 +1021,11 @@ msgctxt "wall_extruder_nr label" msgid "Wall Extruder" msgstr "Extrusor Paredes" -# Este é utilizado em extrusões múltiplas. ?? -# Definição utilizada com múltiplos extrusores. ?? -# Definição para múltiplos extrusores. #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "O núcleo de extrusão utilizado para imprimir as paredes. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -955,7 +1035,9 @@ msgstr "Extrusor Parede Exterior" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "O núcleo de extrusão utilizado para imprimir a parede exterior. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -965,7 +1047,9 @@ msgstr "Extrusor Paredes Interiores" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "O núcleo de extrusão utilizado para imprimir as paredes interiores. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -975,7 +1059,9 @@ msgstr "Espessura das Paredes" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "A espessura das paredes na direção horizontal. Este valor, dividido pelo diâmetro da linha de parede, define o número de paredes." #: fdmprinter.def.json @@ -985,58 +1071,87 @@ msgstr "Número Linhas Paredes" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "O número de paredes. Quando calculado através da espessura das paredes, este valor é arredondado para um número inteiro." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Comprimento de transição de paredes" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Quando uma peça fica mais fina e seja necessário haver uma transição entre um numero diferente de paredes, é reservado um espaço para se puder separar" +" ou unir as linhas das paredes." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Número de paredes distribuídas" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "O número de paredes, contadas a partir do centro, sobre as quais a variação tem de ser distribuída. Valores mais baixos significam que as paredes exteriores" +" não mudam de diâmetro." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Ângulo do limiar de transição de paredes" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Quando devem ser criadas transições entre números pares e ímpares de paredes. Uma forma em cunha com um ângulo superior a esta definição não terá transições" +" e nenhuma parede será impressa no centro para preencher o espaço restante. Reduzir esta definição reduz o número e o comprimento destas paredes centrais," +" mas pode deixar lacunas ou provocar um excesso de extrusão." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Distância do filtro de transição de paredes" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Se estiver a efetuar a transição para trás e para a frente entre diferentes números de paredes numa rápida sucessão, não efetuar qualquer transição. Remover" +" as transições se estiverem mais juntas do que esta distância." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Margem do filtro de transição de paredes" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Evite a transição para trás e para a frente entre uma parede extra e uma a menos. Esta margem alarga o alcance dos diâmetros de linha que seguem [Diâmetro" +" mínimo da linha da parede - Margem, 2 * Diâmetro mínimo de linha da parede + Margem]. O aumento desta margem reduz o número de transições, o que reduz" +" o número de inícios/paragens de extrusão e o tempo de viagem. No entanto, a variação do diâmetro de linha grande pode levar a problemas de excesso ou" +" defeito de extrusão." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1045,12 +1160,11 @@ msgstr "Distância Limpeza Parede Exterior" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "A distância de um movimento de deslocação inserido depois da parede exterior, para ocultar melhor a junta Z." -# Inserção? -# desvio? -# Movimento? #: fdmprinter.def.json msgctxt "wall_0_inset label" msgid "Outer Wall Inset" @@ -1058,12 +1172,14 @@ msgstr "Desvio Parede Exterior" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Desvio aplicado à trajetória da parede exterior. Se a parede exterior for menor que o nozzle e impressa depois das paredes interiores, utilize este desvio para que o buraco do nozzle se sobreponha às paredes interiores e não ao exterior do modelo." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Desvio aplicado à trajetória da parede exterior. Se a parede exterior for menor que o nozzle e impressa depois das paredes interiores, utilize este desvio" +" para que o buraco do nozzle se sobreponha às paredes interiores e não ao exterior do modelo." -# rever! -# ordem de -impressão- das paredes? -# incluir _Impressão_? #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" msgid "Optimize Wall Printing Order" @@ -1071,90 +1187,150 @@ msgstr "Otimizar Ordem Paredes" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Otimizar a ordem pela qual as paredes são impressas de forma a reduzir o número de retrações e a distância percorrida. A maioria das peças irá beneficiar com a ativação desta opção, mas algumas podem na realidade demorar mais tempo, portanto, por favor compare as estimativas do tempo de impressão com e sem a otimização." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Otimizar a ordem pela qual as paredes são impressas de forma a reduzir o número de retrações e a distância percorrida. A maioria das peças irá beneficiar" +" com a ativação desta opção, mas algumas podem na realidade demorar mais tempo, portanto, por favor compare as estimativas do tempo de impressão com e" +" sem a otimização." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Ordenação de paredes" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Determina a ordem pela qual as paredes são impressas. Imprimir paredes externas antecipadamente ajuda em termos de precisão dimensional, uma vez que as" +" falhas de paredes internas não se podem propagar para o exterior. No entanto, imprimi-las mais tarde permite empilhá-las melhor quando são impressas saliências." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "De dentro para fora" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "De fora para dentro" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" msgid "Alternate Extra Wall" msgstr "Alternar Parede Adicional" -# capturado? -# integrado? #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." -msgstr "Imprimir uma parede adicional em camadas alternadas. Deste modo, o enchimento é \"capturado\" entre estas paredes adicionais, resultando em impressões mais robustas." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." +msgstr "Imprimir uma parede adicional em camadas alternadas. Deste modo, o enchimento é \"capturado\" entre estas paredes adicionais, resultando em impressões" +" mais robustas." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Diâmetro mínimo de linha da parede" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Para estruturas finas de cerca de uma ou duas vezes o tamanho do bocal, os diâmetros da linha têm de ser alterados para aderir à espessura do modelo. Esta" +" definição controla o diâmetro mínimo da linha permitido para as paredes. Os diâmetros mínimos de linha determinam também os diâmetros máximos de linha," +" uma vez que fazemos a transição de paredes N para N+1 com uma determinada espessura da geometria em que as paredes N são largas e as paredes N+1 são estreitas." +" A linha de parede mais larga possível é o dobro do diâmetro mínimo de linha da parede." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Diâmetro mínimo de linha da parede Par" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "O diâmetro mínimo da linha para as paredes poligonais normais. Esta definição determina a espessura do modelo em que passamos da impressão de uma única" +" linha fina de parede para a impressão de duas linhas de parede. Um maior diâmetro mínimo de linha da parede Par causa um maior diâmetro máximo de linha" +" da parede Ímpar. O diâmetro máximo de linha da parede Par é calculado como o diâmetro da linha da parede externa + 0,5 * diâmetro mínimo da linha da parede" +" Ímpar." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Dividir limiar da linha do meio" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "O diâmetro da linha mais pequena, como fator do diâmetro da linha normal, acima da qual a linha do meio (se existir uma) será dividida em duas. Reduza" +" esta definição para utilizar mais linhas e mais finas. Aumente para utilizar menos linhas e mais largas. Tenha em atenção que esta regra se aplica como" +" se toda a forma tivesse de ser preenchida com parede, pelo que o meio aqui se refere ao meio do objeto entre duas arestas exteriores da forma, mesmo que" +" exista realmente enchimento ou (outro) revestimento na impressão em vez de parede." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Diâmetro mínimo de linha da parede Ímpar" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "Diâmetro mínimo da linha para as paredes poligonais de enchimento de folgas das linhas do meio. Esta definição determina a espessura do modelo em que passamos" +" da impressão de duas linhas da parede para a impressão de duas paredes exteriores e de uma única parede central no meio. Um diâmetro mínimo da parede" +" Ímpar maior provoca um maior diâmetro máximo de linha da parede Par. O diâmetro máximo de linha da parede Ímpar é calculado como 2 * diâmetro mínimo de" +" linha da parede Par," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Adicionar limiar da linha do meio" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "O diâmetro da linha mais pequena, como fator do diâmetro da linha normal, acima da qual será adicionada uma linha do meio (se não existir já uma). Reduza" +" esta definição para utilizar mais linhas e mais finas. Aumente para utilizar menos linhas e mais largas. Tenha em atenção que esta regra se aplica como" +" se toda a forma tivesse de ser preenchida com parede, pelo que o meio aqui se refere ao meio do objeto entre duas arestas exteriores da forma, mesmo que" +" exista realmente enchimento ou (outro) revestimento na impressão em vez de parede." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1163,28 +1339,39 @@ msgstr "Imprimir Paredes Finas" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Imprimir paredes do modelo que são mais finas horizontalmente do que o tamanho do nozzle." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Tamanho mínimo da característica" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Espessura mínima dos elementos finos. Os elementos do modelo mais finos do que este valor não serão impressos, enquanto que os elementos mais espessos" +" do que o Tamanho mínimo do elemento serão alargados para o Diâmetro mínimo de linha da parede." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Diâmetro mínimo de linha da parede fina" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Diâmetro da parede que substituirá elementos finos (de acordo com o Tamanho mínimo do elemento) do modelo. Se o Diâmetro mínimo de linha da parede for" +" mais fino do que a espessura do elemento, a parede tornar-se-á tão espessa como o próprio elemento." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1193,20 +1380,26 @@ msgstr "Expansão Horizontal" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "Quantidade de desvio aplicado a todos os polígonos em cada camada. Valores positivos podem compensar buracos demasiado grandes; os valores negativos podem compensar buracos demasiado pequenos." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "Quantidade de desvio aplicado a todos os polígonos em cada camada. Valores positivos podem compensar buracos demasiado grandes; os valores negativos podem" +" compensar buracos demasiado pequenos." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" msgid "Initial Layer Horizontal Expansion" msgstr "Expansão Horizontal Camada Inicial" -# conhecido como? -# o chamado ? #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "Quantidade de desvio aplicado a todos os polígonos na primeira camada. Um valor negativo pode compensar o \"esmagamento\" da camada inicial, conhecido como \"pé de elefante\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "Quantidade de desvio aplicado a todos os polígonos na primeira camada. Um valor negativo pode compensar o \"esmagamento\" da camada inicial, conhecido" +" como \"pé de elefante\"." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1215,19 +1408,28 @@ msgstr "Expansão horizontal de buraco" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." -msgstr "Quantidade de desvio aplicado a todos os buracos em cada camada. Valores positivos aumentam o tamanho dos buracos; valores negativos reduzem o tamanho dos buracos." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." +msgstr "Quantidade de desvio aplicado a todos os buracos em cada camada. Valores positivos aumentam o tamanho dos buracos; valores negativos reduzem o tamanho" +" dos buracos." #: fdmprinter.def.json msgctxt "z_seam_type label" msgid "Z Seam Alignment" msgstr "Alinhamento da Junta-Z" -# adoptar? #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Ponto inicial de cada trajetória de uma camada. Quando as trajetórias em camadas consecutivas começam no mesmo ponto, pode aparecer uma junta vertical na impressão. Ao alinhar o inicio das trajectórias próximo a uma posição definida pelo utilizador, é mais fácil remover a linha de junta. Quando dispostas aleatoriamente, as imprecisões no início das trajetórias serão menos perceptíveis. Ao adoptar a trajetória mais curta, a impressão será mais rápida." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Ponto inicial de cada trajetória de uma camada. Quando as trajetórias em camadas consecutivas começam no mesmo ponto, pode aparecer uma junta vertical" +" na impressão. Ao alinhar o inicio das trajectórias próximo a uma posição definida pelo utilizador, é mais fácil remover a linha de junta. Quando dispostas" +" aleatoriamente, as imprecisões no início das trajetórias serão menos perceptíveis. Ao adoptar a trajetória mais curta, a impressão será mais rápida." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1244,8 +1446,6 @@ msgctxt "z_seam_type option random" msgid "Random" msgstr "Aleatório" -# canto? ou esquina? angulo? -# acentuado? agudo? #: fdmprinter.def.json msgctxt "z_seam_type option sharpest_corner" msgid "Sharpest Corner" @@ -1308,7 +1508,9 @@ msgstr "X da Junta-Z" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "A coordenada X da posição próxima do local onde a impressão de cada parte de uma camada será iniciada." #: fdmprinter.def.json @@ -1318,11 +1520,11 @@ msgstr "Y da Junta-Z" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "A coordenada Y da posição próxima do local onde a impressão de cada parte de uma camada será iniciada." -# rever! -# canto? esquina? angulo? #: fdmprinter.def.json msgctxt "z_seam_corner label" msgid "Seam Corner Preference" @@ -1330,30 +1532,34 @@ msgstr "Preferência Canto Junta" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Controla se os cantos do contorno do modelo influenciam a posição da junta. Nenhum significa que os cantos não influenciam a posição da junta. Ocultar Junta faz com que seja mais provável que a junta surja num canto interior. Expor Junta faz com que seja mais provável que a junta aconteça num canto exterior. Ocultar ou Expor Junta faz com que seja mais provável que a junta aconteça num canto interior ou exterior. Ocultação Inteligente permite os cantos interiores e exteriores, mas opta pelos cantos interiores com mais frequência, se apropriado." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Controla se os cantos do contorno do modelo influenciam a posição da junta. Nenhum significa que os cantos não influenciam a posição da junta. Ocultar" +" Junta faz com que seja mais provável que a junta surja num canto interior. Expor Junta faz com que seja mais provável que a junta aconteça num canto exterior." +" Ocultar ou Expor Junta faz com que seja mais provável que a junta aconteça num canto interior ou exterior. Ocultação Inteligente permite os cantos interiores" +" e exteriores, mas opta pelos cantos interiores com mais frequência, se apropriado." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" msgid "None" msgstr "Nenhum" -# rever! -# ocultar? esconder? #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_inner" msgid "Hide Seam" msgstr "Ocultar Junta" -# rever! -# expor? mostrar? #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_outer" msgid "Expose Seam" msgstr "Expor Junta" -# rever! -# ocultar ou esconder? #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_any" msgid "Hide or Expose Seam" @@ -1371,8 +1577,12 @@ msgstr "Relativo à Junta-Z" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Quando ativado, as coordenadas da junta-Z são relativas ao centro de cada peça. Quando desativado, as coordenadas definem uma posição absoluta na base de construção." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Quando ativado, as coordenadas da junta-Z são relativas ao centro de cada peça. Quando desativado, as coordenadas definem uma posição absoluta na base" +" de construção." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1391,7 +1601,9 @@ msgstr "Extrusor Revestimento Superior" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir a(s) camada(s) de revestimento das superfícies mais superiores. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -1401,7 +1613,9 @@ msgstr "Camadas Revestimento Superior" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "O número de camadas de revestimento da superfície superior. Por norma, uma só camada superior é suficiente para gerar superfícies superiores de maior qualidade." #: fdmprinter.def.json @@ -1411,7 +1625,9 @@ msgstr "Extrusor Superior / Inferior" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir as camadas superiores e inferiores da impressão. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -1421,8 +1637,11 @@ msgstr "Espessura Superior / Inferior" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." -msgstr "A espessura total das camadas superiores e inferiores na impressão. Este valor, dividido pela Espessura das Camadas, define o número de camadas superiores / inferiores." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." +msgstr "A espessura total das camadas superiores e inferiores na impressão. Este valor, dividido pela Espessura das Camadas, define o número de camadas superiores" +" / inferiores." #: fdmprinter.def.json msgctxt "top_thickness label" @@ -1431,7 +1650,9 @@ msgstr "Espessura Superior" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "A espessura total das camadas superiores na impressão. Este valor, dividido pela Espessura das Camadas, define o número de camadas superiores." #: fdmprinter.def.json @@ -1441,7 +1662,9 @@ msgstr "Camadas Superiores" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "O número de camadas superiores. Quando calculado através da Espessura Superior, este valor é arredondado para um número inteiro." #: fdmprinter.def.json @@ -1451,7 +1674,9 @@ msgstr "Espessura Inferior" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "A espessura total das camadas inferiores na impressão. Este valor, dividido pela Espessura das Camadas, define o número de camadas inferiores." #: fdmprinter.def.json @@ -1461,7 +1686,9 @@ msgstr "Camadas Inferiores" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "O número de camadas inferiores. Quando calculado através da Espessura Inferior, este valor é arredondado para um número inteiro." #: fdmprinter.def.json @@ -1471,8 +1698,11 @@ msgstr "Camadas inferiores iniciais" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." -msgstr "O número de camadas inferiores iniciais, a partir da base de construção no sentido ascendente. Quando calculado pela espessura inferior, este valor é arredondado para um número inteiro." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." +msgstr "O número de camadas inferiores iniciais, a partir da base de construção no sentido ascendente. Quando calculado pela espessura inferior, este valor é arredondado" +" para um número inteiro." #: fdmprinter.def.json msgctxt "top_bottom_pattern label" @@ -1499,13 +1729,11 @@ msgctxt "top_bottom_pattern option zigzag" msgid "Zig Zag" msgstr "Ziguezague" -# Is the English string correct? meaning? #: fdmprinter.def.json msgctxt "top_bottom_pattern_0 label" msgid "Bottom Pattern Initial Layer" msgstr "Padrão da Base na Camada Inicial" -# Is the English string correct? meaning? #: fdmprinter.def.json msgctxt "top_bottom_pattern_0 description" msgid "The pattern on the bottom of the print on the first layer." @@ -1533,8 +1761,14 @@ msgstr "Ligar polígonos superiores/inferiores" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Ligar caminhos de revestimento superiores/inferiores quando as trajetórias são paralelas. Para o padrão concêntrico, ativar esta definição reduz consideravelmente o tempo de deslocação mas, uma vez que as ligações podem suceder num ponto intermediário sobre o enchimento, esta funcionalidade pode reduzir a qualidade da superfície superior." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Ligar caminhos de revestimento superiores/inferiores quando as trajetórias são paralelas. Para o padrão concêntrico, ativar esta definição reduz consideravelmente" +" o tempo de deslocação mas, uma vez que as ligações podem suceder num ponto intermediário sobre o enchimento, esta funcionalidade pode reduzir a qualidade" +" da superfície superior." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1543,8 +1777,12 @@ msgstr "Ordem Superior/Inferior em \"Monotonic\"" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprimir as linhas superiores/inferiores numa ordem que faz com que ocorra sempre uma sobreposição com as linhas adjacentes numa única direção. Este processo demora ligeiramente mais tempo a imprimir, mas torna o aspeto das superfícies planas mais consistente." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprimir as linhas superiores/inferiores numa ordem que faz com que ocorra sempre uma sobreposição com as linhas adjacentes numa única direção. Este processo" +" demora ligeiramente mais tempo a imprimir, mas torna o aspeto das superfícies planas mais consistente." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1553,8 +1791,17 @@ msgstr "Direções Linha Superior / Inferior" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar quando as camadas da superfície superiores/inferiores utilizarem os padrões de Linhas ou Ziguezague. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito a lista está vazia, o que significa a utilização dos ângulos predefinidos tradicionais (45 e 135 graus)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar quando as camadas da superfície superiores/inferiores utilizarem os padrões" +" de Linhas ou Ziguezague. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega" +" ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito a lista está vazia, o que significa" +" a utilização dos ângulos predefinidos tradicionais (45 e 135 graus)." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1563,22 +1810,29 @@ msgstr "Sem Revestimento nos Espaços Z" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Quando o modelo tem pequenos espaços verticais de apenas algumas camadas, deverá normalmente existir revestimento à volta dessas camadas no espaço estreito. Ative esta definição para não gerar revestimento se o espaço vertical for muito pequeno. Isto melhora o tempo de impressão e o tempo de seccionamento, mas deixa tecnicamente o enchimento exposto ao ar." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Quando o modelo tem pequenos espaços verticais de apenas algumas camadas, deverá normalmente existir revestimento à volta dessas camadas no espaço estreito." +" Ative esta definição para não gerar revestimento se o espaço vertical for muito pequeno. Isto melhora o tempo de impressão e o tempo de seccionamento," +" mas deixa tecnicamente o enchimento exposto ao ar." #: fdmprinter.def.json msgctxt "skin_outline_count label" msgid "Extra Skin Wall Count" msgstr "Paredes Revestimento Extra" -# rever! -# tetos ? tectos? -# iniciados? que começam? -# materialde enchimento? #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Substitui a parte mais exterior do padrão superior/inferior por um número de linhas concêntricas. Usar uma ou duas linhas melhora os tectos que começam no material de enchimento." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Substitui a parte mais exterior do padrão superior/inferior por um número de linhas concêntricas. Usar uma ou duas linhas melhora os tectos que começam" +" no material de enchimento." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1587,8 +1841,14 @@ msgstr "Ativar Engomar (Ironing)" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Passar novamente sobre o revestimento superior, mas desta vez extrudindo muito pouco material. O objetivo é derreter mais o plástico da camada superior, criando uma superfície mais suave. A pressão na câmara do nozzle é mantida elevada de modo que os vincos existentes na superfície sejam preenchidos com material." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Passar novamente sobre o revestimento superior, mas desta vez extrudindo muito pouco material. O objetivo é derreter mais o plástico da camada superior," +" criando uma superfície mais suave. A pressão na câmara do nozzle é mantida elevada de modo que os vincos existentes na superfície sejam preenchidos com" +" material." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1597,7 +1857,9 @@ msgstr "Engomar Só Última Camada" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "Engomar apenas a última camada do modelo. Isto permite poupar tempo se as camadas inferiores não precisarem de ter um acabamento mais suave." #: fdmprinter.def.json @@ -1627,8 +1889,12 @@ msgstr "Ordem de Engomar em \"Monotonic\"" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprimir as linhas de engomar numa ordem que faz com que ocorra sempre uma sobreposição com as linhas adjacentes numa única direção. Este processo demora ligeiramente mais tempo a imprimir, mas torna o aspeto das superfícies planas mais consistente." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprimir as linhas de engomar numa ordem que faz com que ocorra sempre uma sobreposição com as linhas adjacentes numa única direção. Este processo demora" +" ligeiramente mais tempo a imprimir, mas torna o aspeto das superfícies planas mais consistente." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1645,12 +1911,15 @@ msgctxt "ironing_flow label" msgid "Ironing Flow" msgstr "Fluxo de Engomar" -# rever! -# filled - abastecido? cheio? #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "A quantidade de material, em relação a uma linha de revestimento normal, a ser extrudido durante o processo de engomar. Manter o nozzle cheio ajuda a preencher algumas das fissuras da superfície superior, mas cheio de mais, provoca sobre-extrusão e pequenos pontos ou \"bolhas\" na parte lateral da superfície." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "A quantidade de material, em relação a uma linha de revestimento normal, a ser extrudido durante o processo de engomar. Manter o nozzle cheio ajuda a preencher" +" algumas das fissuras da superfície superior, mas cheio de mais, provoca sobre-extrusão e pequenos pontos ou \"bolhas\" na parte lateral da superfície." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1659,7 +1928,9 @@ msgstr "Desvio Interior de Engomar" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "A distância a manter em relação às extremidades do modelo. \"Engomar\" até à extremidade da superfície pode resultar em arestas irregulares na impressão." #: fdmprinter.def.json @@ -1687,8 +1958,6 @@ msgctxt "jerk_ironing label" msgid "Ironing Jerk" msgstr "Jerk de Engomar" -# rever! -# A velocidade máxima da alteração da velocidade instantânea #: fdmprinter.def.json msgctxt "jerk_ironing description" msgid "The maximum instantaneous velocity change while performing ironing." @@ -1701,8 +1970,18 @@ msgstr "Sobreposição Revestimento (%)" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Ajuste a quantidade de sobreposição entre as paredes e (as extremidades) das linhas centrais de revestimento, como percentagem das larguras de linha das linhas de revestimento e da parede mais interna. Uma ligeira sobreposição permite que as paredes se liguem firmemente ao revestimento. Observe que no caso de um revestimento e uma largura de revestimento da parede iguais, qualquer percentagem acima de 50% pode fazer com que o revestimento ultrapasse a parede, visto que a posição do nozzle do extrusor de revestimento pode já ultrapassar o centro da parede neste ponto." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Ajuste a quantidade de sobreposição entre as paredes e (as extremidades) das linhas centrais de revestimento, como percentagem das larguras de linha das" +" linhas de revestimento e da parede mais interna. Uma ligeira sobreposição permite que as paredes se liguem firmemente ao revestimento. Observe que no" +" caso de um revestimento e uma largura de revestimento da parede iguais, qualquer percentagem acima de 50% pode fazer com que o revestimento ultrapasse" +" a parede, visto que a posição do nozzle do extrusor de revestimento pode já ultrapassar o centro da parede neste ponto." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1711,8 +1990,17 @@ msgstr "Sobreposição Revestimento (mm)" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Ajuste a quantidade de sobreposição entre as paredes e (as extremidades) das linhas centrais de revestimento. Uma ligeira sobreposição permite que as paredes se liguem firmemente ao revestimento. Observe que no caso de um revestimento e uma largura de revestimento da parede iguais, qualquer valor acima da metade da largura da parede pode fazer com que o revestimento ultrapasse a parede, visto que a posição do nozzle do extrusor de revestimento pode já ultrapassar o centro da parede." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Ajuste a quantidade de sobreposição entre as paredes e (as extremidades) das linhas centrais de revestimento. Uma ligeira sobreposição permite que as paredes" +" se liguem firmemente ao revestimento. Observe que no caso de um revestimento e uma largura de revestimento da parede iguais, qualquer valor acima da metade" +" da largura da parede pode fazer com que o revestimento ultrapasse a parede, visto que a posição do nozzle do extrusor de revestimento pode já ultrapassar" +" o centro da parede." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1721,8 +2009,13 @@ msgstr "Largura Remoção Revestimento" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "A largura máxima das áreas do revestimento a serem removidas. Todas as áreas de revestimento mais pequenas do que este valor irão desaparecer. Isto pode ajudar a limitar a quantidade de tempo e material gastos na impressão do revestimento superior/inferior nas superfícies inclinadas do modelo." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "A largura máxima das áreas do revestimento a serem removidas. Todas as áreas de revestimento mais pequenas do que este valor irão desaparecer. Isto pode" +" ajudar a limitar a quantidade de tempo e material gastos na impressão do revestimento superior/inferior nas superfícies inclinadas do modelo." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1731,8 +2024,13 @@ msgstr "Largura Remoção Revestimento Superior" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "A largura máxima das áreas do revestimento superior a serem removidas. Todas as áreas de revestimento mais pequenas do que este valor irão desaparecer. Isto pode ajudar a limitar a quantidade de tempo e material gastos na impressão do revestimento superior nas superfícies inclinadas do modelo." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "A largura máxima das áreas do revestimento superior a serem removidas. Todas as áreas de revestimento mais pequenas do que este valor irão desaparecer." +" Isto pode ajudar a limitar a quantidade de tempo e material gastos na impressão do revestimento superior nas superfícies inclinadas do modelo." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1741,8 +2039,13 @@ msgstr "Largura Remoção Revestimento Inferior" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "A largura máxima das áreas do revestimento inferior a serem removidas. Todas as áreas de revestimento mais pequenas do que este valor irão desaparecer. Isto pode ajudar a limitar a quantidade de tempo e material gastos na impressão do revestimento inferior nas superfícies inclinadas do modelo." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "A largura máxima das áreas do revestimento inferior a serem removidas. Todas as áreas de revestimento mais pequenas do que este valor irão desaparecer." +" Isto pode ajudar a limitar a quantidade de tempo e material gastos na impressão do revestimento inferior nas superfícies inclinadas do modelo." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1751,8 +2054,12 @@ msgstr "Distância Expansão Revestimento" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "A distância da expansão dos revestimentos para dentro do enchimento. Valores mais elevados melhoram tanto a fixação do revestimento ao padrão geométrico de enchimento, assim como a aderência ao revestimento das paredes de camadas adjacentes. Valores mais baixos reduzem a quantidade de material utilizado." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "A distância da expansão dos revestimentos para dentro do enchimento. Valores mais elevados melhoram tanto a fixação do revestimento ao padrão geométrico" +" de enchimento, assim como a aderência ao revestimento das paredes de camadas adjacentes. Valores mais baixos reduzem a quantidade de material utilizado." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1761,8 +2068,14 @@ msgstr "Distância Expansão Revestimento Superior" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "A distância da expansão dos revestimentos superiores para dentro do enchimento. Valores mais elevados melhoram, tanto, a fixação do revestimento ao padrão geométrico do enchimento, assim como a aderência ao revestimento das paredes da camada seguinte. Valores mais baixos reduzem a quantidade de material utilizado." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "A distância da expansão dos revestimentos superiores para dentro do enchimento. Valores mais elevados melhoram, tanto, a fixação do revestimento ao padrão" +" geométrico do enchimento, assim como a aderência ao revestimento das paredes da camada seguinte. Valores mais baixos reduzem a quantidade de material" +" utilizado." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1771,8 +2084,13 @@ msgstr "Expansão Revestimento Inferior" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "A distância da expansão dos revestimentos inferiores para dentro do enchimento. Valores mais elevados melhoram, tanto, a fixação do revestimento ao padrão geométrico de enchimento, assim como a aderência do revestimento às paredes da camada anterior. Valores mais baixos reduzem a quantidade de material utilizado." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "A distância da expansão dos revestimentos inferiores para dentro do enchimento. Valores mais elevados melhoram, tanto, a fixação do revestimento ao padrão" +" geométrico de enchimento, assim como a aderência do revestimento às paredes da camada anterior. Valores mais baixos reduzem a quantidade de material utilizado." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1781,8 +2099,16 @@ msgstr "Ângulo Revestimento para Expansão" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "O revestimento superior/inferior não será expandido, quando as superfícies superiores e/ou inferiores do objeto tiverem um ângulo maior que este valor. Isto evita a expansão das pequenas áreas de revestimento que são criadas quando a superfície do modelo tem uma inclinação quase vertical. Um ângulo de 0° é horizontal e fará com que nenhum revestimento seja expandido, enquanto um ângulo de 90° é vertical e fará com que todo o revestimento seja expandido." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "O revestimento superior/inferior não será expandido, quando as superfícies superiores e/ou inferiores do objeto tiverem um ângulo maior que este valor." +" Isto evita a expansão das pequenas áreas de revestimento que são criadas quando a superfície do modelo tem uma inclinação quase vertical. Um ângulo de" +" 0° é horizontal e fará com que nenhum revestimento seja expandido, enquanto um ângulo de 90° é vertical e fará com que todo o revestimento seja expandido." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1791,8 +2117,12 @@ msgstr "Largura Mínima Revestimento para Expansão" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "As áreas de revestimento mais pequenas do que este valor não são expandidas. Isto evita a expansão das pequenas áreas de revestimento que são criadas quando a superfície do modelo apresenta uma inclinação quase vertical." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "As áreas de revestimento mais pequenas do que este valor não são expandidas. Isto evita a expansão das pequenas áreas de revestimento que são criadas quando" +" a superfície do modelo apresenta uma inclinação quase vertical." #: fdmprinter.def.json msgctxt "infill label" @@ -1811,7 +2141,8 @@ msgstr "Extrusor Enchimento" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir o enchimento. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -1824,8 +2155,6 @@ msgctxt "infill_sparse_density description" msgid "Adjusts the density of infill of the print." msgstr "Ajusta a densidade do enchimento da impressão." -# rever! -# Distância? espaço? intervalo? #: fdmprinter.def.json msgctxt "infill_line_distance label" msgid "Infill Line Distance" @@ -1833,7 +2162,9 @@ msgstr "Distância Linhas Enchimento" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "A distância entre as linhas de enchimento impressas. O valor desta definição é calculada através da densidade de enchimento e do diâmetro da linha de enchimento." #: fdmprinter.def.json @@ -1843,8 +2174,18 @@ msgstr "Padrão de Enchimento" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "O padrão do material de enchimento da impressão. A linha e o enchimento em ziguezague mudam de direção em camadas alternativas, o que reduz o custo do material. Os padrões de grelha, triângulo, tri-hexágono, cubo, octeto, quarto cúbico, cruz e concêntrico são totalmente impressos em cada camada. Os enchimentos gyroid, cúbico, quarto cúbico e octeto mudam em cada camada para proporcionar uma distribuição mais uniforme da resistência em cada direção. O enchimento relâmpago tenta minimizar o enchimento, ao suportar apenas a parte superior do objeto." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "O padrão do material de enchimento da impressão. A linha e o enchimento em ziguezague mudam de direção em camadas alternativas, o que reduz o custo do" +" material. Os padrões de grelha, triângulo, tri-hexágono, cubo, octeto, quarto cúbico, cruz e concêntrico são totalmente impressos em cada camada. Os enchimentos" +" gyroid, cúbico, quarto cúbico e octeto mudam em cada camada para proporcionar uma distribuição mais uniforme da resistência em cada direção. O enchimento" +" relâmpago tenta minimizar o enchimento, ao suportar apenas a parte superior do objeto." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1923,8 +2264,15 @@ msgstr "Ligar Linhas Enchimento" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Ligar as extremidades onde o padrão de enchimento entra em contacto com a parede interior utilizando uma linha que acompanha a forma da parede interior. Ativar esta definição pode melhorar a adesão do enchimento às paredes e reduzir os efeitos do enchimento na qualidade das superfícies verticais. Desativar esta definição reduz a quantidade de material utilizado." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Ligar as extremidades onde o padrão de enchimento entra em contacto com a parede interior utilizando uma linha que acompanha a forma da parede interior." +" Ativar esta definição pode melhorar a adesão do enchimento às paredes e reduzir os efeitos do enchimento na qualidade das superfícies verticais. Desativar" +" esta definição reduz a quantidade de material utilizado." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1933,8 +2281,12 @@ msgstr "Ligar polígonos de enchimento" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Ligar caminhos de enchimento quando as trajetórias são paralelas. Para padrões de enchimento que consistem em vários polígonos fechados, ativar esta definição reduz consideravelmente o tempo de deslocação." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Ligar caminhos de enchimento quando as trajetórias são paralelas. Para padrões de enchimento que consistem em vários polígonos fechados, ativar esta definição" +" reduz consideravelmente o tempo de deslocação." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1943,8 +2295,17 @@ msgstr "Direções Linhas Enchimento" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito a lista está vazia, o que significa a utilização dos ângulos predefinidos tradicionais (45 e 135 graus para os padrões de Linhas ou Ziguezague e 45 graus para todos os outros padrões)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas" +" progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses" +" retos. Por defeito a lista está vazia, o que significa a utilização dos ângulos predefinidos tradicionais (45 e 135 graus para os padrões de Linhas ou" +" Ziguezague e 45 graus para todos os outros padrões)." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1956,9 +2317,6 @@ msgctxt "infill_offset_x description" msgid "The infill pattern is moved this distance along the X axis." msgstr "O padrão geométrico de enchimento é deslocado por esta distância ao longo do eixo X." -# Desvio? -# Delocar? deslocamento -# Mover? #: fdmprinter.def.json msgctxt "infill_offset_y label" msgid "Infill Y Offset" @@ -1976,7 +2334,10 @@ msgstr "Início aleatório do enchimento" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." msgstr "A linha de enchimento que é impressa primeiro é aleatória. Isso impede que um segmento se torne o mais forte, mas exige um movimento adicional." #: fdmprinter.def.json @@ -1986,8 +2347,12 @@ msgstr "Multiplicador de linhas de enchimento" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Converter cada linha de enchimento em determinado número de linhas. As linhas adicionais não se cruzam, mas sim evitam-se. Isto torna o enchimento mais duro, mas também aumenta o tempo de impressão e o gasto de material." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Converter cada linha de enchimento em determinado número de linhas. As linhas adicionais não se cruzam, mas sim evitam-se. Isto torna o enchimento mais" +" duro, mas também aumenta o tempo de impressão e o gasto de material." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1997,11 +2362,16 @@ msgstr "Contagem de paredes de enchimento adicionais" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Adicionar paredes adicionais em torno da área de enchimento. Essas paredes podem fazer com que as linhas de revestimento superiores/inferiores desçam menos, o que significa que são necessárias menos camadas de revestimento superior/inferior para a mesma qualidade à custa de algum material adicional.\n" -"Esta funcionalidade pode ser combinada com a opção Ligar polígonos de enchimento para unir todo o enchimento num único caminho de extrusão sem necessidade de deslocações ou retrações, se configurado corretamente." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Adicionar paredes adicionais em torno da área de enchimento. Essas paredes podem fazer com que as linhas de revestimento superiores/inferiores desçam menos," +" o que significa que são necessárias menos camadas de revestimento superior/inferior para a mesma qualidade à custa de algum material adicional.\nEsta" +" funcionalidade pode ser combinada com a opção Ligar polígonos de enchimento para unir todo o enchimento num único caminho de extrusão sem necessidade de" +" deslocações ou retrações, se configurado corretamente." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -2010,8 +2380,13 @@ msgstr "Invólucro Subdivisão Cúbica" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Um acréscimo ao raio a partir do centro de cada cubo para encontrar os limites do modelo, de forma a decidir se este cubo deve ser subdividido. Valores mais elevados resultam num invólucro mais espesso com cubos pequenos perto do limite do modelo." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Um acréscimo ao raio a partir do centro de cada cubo para encontrar os limites do modelo, de forma a decidir se este cubo deve ser subdividido. Valores" +" mais elevados resultam num invólucro mais espesso com cubos pequenos perto do limite do modelo." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -2020,7 +2395,10 @@ msgstr "Sobreposição Enchimento (%)" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." msgstr "A percentagem de sobreposição entre o enchimento e as paredes. Uma ligeira sobreposição permite que as paredes sejam ligadas firmemente ao enchimento." #: fdmprinter.def.json @@ -2030,7 +2408,9 @@ msgstr "Sobreposição Enchimento (mm)" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "A distância em milímetros da sobreposição entre o enchimento e as paredes. Uma ligeira sobreposição permite que as paredes se unam firmemente ao enchimento." #: fdmprinter.def.json @@ -2040,8 +2420,12 @@ msgstr "Distância Limpeza Enchimento" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "A distância de um movimento de deslocação inserido depois de cada linha de enchimento, para melhorar a união do enchimento às paredes. Esta opção é semelhante à sobreposição de enchimento, mas sem extrusão e apenas numa das extremidades da linha de enchimento." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "A distância de um movimento de deslocação inserido depois de cada linha de enchimento, para melhorar a união do enchimento às paredes. Esta opção é semelhante" +" à sobreposição de enchimento, mas sem extrusão e apenas numa das extremidades da linha de enchimento." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -2050,7 +2434,9 @@ msgstr "Espessura Camada Enchimento" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "A espessura por camada de material de enchimento. Este valor deve ser sempre um múltiplo da Espessura das Camadas, ou será arredondado." #: fdmprinter.def.json @@ -2060,8 +2446,12 @@ msgstr "Degraus Enchimento Gradual" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "O número de vezes que a densidade de enchimento deve ser reduzida para metade consoante a distância às superfícies superiores. As áreas que se encontram mais próximas das superfícies superiores têm uma maior densidade, até ao definido na Densidade de Enchimento." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "O número de vezes que a densidade de enchimento deve ser reduzida para metade consoante a distância às superfícies superiores. As áreas que se encontram" +" mais próximas das superfícies superiores têm uma maior densidade, até ao definido na Densidade de Enchimento." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2070,7 +2460,8 @@ msgstr "Altura Degraus Enchimento Gradual" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "A altura de enchimento de uma determinada densidade antes de mudar para metade da densidade." #: fdmprinter.def.json @@ -2080,8 +2471,14 @@ msgstr "Enchimento antes das paredes" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Imprime o enchimento antes de imprimir as paredes. Imprimir as paredes em primeiro lugar pode resultar em paredes mais precisas, embora as saliências sejam impressas com menor qualidade. Imprimir o enchimento em primeiro lugar resulta em paredes mais robustas, embora, por vezes, o padrão geométrico de enchimento possa ser visto através da superfície." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Imprime o enchimento antes de imprimir as paredes. Imprimir as paredes em primeiro lugar pode resultar em paredes mais precisas, embora as saliências sejam" +" impressas com menor qualidade. Imprimir o enchimento em primeiro lugar resulta em paredes mais robustas, embora, por vezes, o padrão geométrico de enchimento" +" possa ser visto através da superfície." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2100,8 +2497,12 @@ msgstr "Enchimento como Suporte" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Imprimir as estruturas de enchimento só onde os revestimentos superiores necessitam de suporte. Activar esta definição reduz o tempo de impressão e material usado, mas faz com que a peça não tenha uma resistência uniforme." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Imprimir as estruturas de enchimento só onde os revestimentos superiores necessitam de suporte. Activar esta definição reduz o tempo de impressão e material" +" usado, mas faz com que a peça não tenha uma resistência uniforme." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2110,8 +2511,12 @@ msgstr "Ângulo Saliência Enchimento" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." -msgstr "O ângulo mínimo das saliências internas ao qual é adicionado enchimento. Com um valor de 0° os objetos são totalmente preenchidos com enchimento, e com um valor de 90° não é produzido qualquer enchimento." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." +msgstr "O ângulo mínimo das saliências internas ao qual é adicionado enchimento. Com um valor de 0° os objetos são totalmente preenchidos com enchimento, e com" +" um valor de 90° não é produzido qualquer enchimento." #: fdmprinter.def.json msgctxt "skin_edge_support_thickness label" @@ -2140,7 +2545,9 @@ msgstr "Ângulo de suporte de enchimento relâmpago" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Determina o momento em que uma camada de enchimento relâmpago tem de suportar algo acima da mesma. Medido como um ângulo conforme a espessura da camada." #: fdmprinter.def.json @@ -2150,7 +2557,9 @@ msgstr "Ângulo de saliência do enchimento relâmpago" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Determina o momento em que uma camada de enchimento relâmpago tem de suportar o modelo acima da mesma. Medido como um ângulo conforme a espessura." #: fdmprinter.def.json @@ -2160,7 +2569,9 @@ msgstr "Ângulo de corte do enchimento relâmpago" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "As extremidades das linhas de enchimento são encurtadas para poupar material. Esta definição é o ângulo da saliência das extremidades destas linhas." #: fdmprinter.def.json @@ -2170,7 +2581,9 @@ msgstr "Ângulo de alisamento do enchimento relâmpago" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "As linhas de enchimento são simplificadas para poupar tempo de impressão. Este é o ângulo máximo permitido de saliência ao longo da linha de enchimento." #: fdmprinter.def.json @@ -2188,15 +2601,14 @@ msgctxt "default_material_print_temperature label" msgid "Default Printing Temperature" msgstr "Temperatura Impressão Predefinida" -# rever! -# english string missing period -# devem ter como base este valor. -# devem ser baseadas neste valor. -# devem utilizar desvios com base neste valor. #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "A temperatura predefinida utilizada para a impressão. Esta deve ser a temperatura \"base\" de um material. Todas as outras temperaturas de impressão devem ser baseadas neste valor" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "A temperatura predefinida utilizada para a impressão. Esta deve ser a temperatura \"base\" de um material. Todas as outras temperaturas de impressão devem" +" ser baseadas neste valor" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2205,7 +2617,9 @@ msgstr "Temperatura do volume de construção" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "A temperatura do ambiente para a impressão. Se este valor for 0, a temperatura do volume de construção não será ajustada." #: fdmprinter.def.json @@ -2225,7 +2639,9 @@ msgstr "Temperatura Impressão Camada Inicial" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "A temperatura utilizada para imprimir a primeira camada. Esta é definida como 0 para desativar o manuseamento especial da camada inicial." #: fdmprinter.def.json @@ -2235,7 +2651,9 @@ msgstr "Temperatura de impressão inicial" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "A temperatura mínima ao aquecer até à Temperatura de impressão à qual a impressão já pode começar." #: fdmprinter.def.json @@ -2245,7 +2663,9 @@ msgstr "Temperatura de impressão final" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "A temperatura à qual o arrefecimento é iniciado imediatamente antes do final da impressão." #: fdmprinter.def.json @@ -2255,8 +2675,11 @@ msgstr "Modificador da velocidade de arrefecimento da extrusão" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." -msgstr "A velocidade adicional a que o nozzle arrefece durante a extrusão. É utilizado o mesmo valor para indicar a velocidade de aquecimento perdida ao aquecer durante a extrusão." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." +msgstr "A velocidade adicional a que o nozzle arrefece durante a extrusão. É utilizado o mesmo valor para indicar a velocidade de aquecimento perdida ao aquecer" +" durante a extrusão." #: fdmprinter.def.json msgctxt "default_material_bed_temperature label" @@ -2265,8 +2688,12 @@ msgstr "Temperatura Predefinida Base Construção" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "A temperatura predefinida utilizada para a base de construção aquecida. Esta deve ser a temperatura \"base\" de uma base de construção. Todas as outras temperaturas de impressão devem ser baseadas neste valor" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "A temperatura predefinida utilizada para a base de construção aquecida. Esta deve ser a temperatura \"base\" de uma base de construção. Todas as outras" +" temperaturas de impressão devem ser baseadas neste valor" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2275,7 +2702,9 @@ msgstr "Temperatura Base de Construção" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "A temperatura utilizada na base de construção aquecida. Se este valor for 0, a temperatura da base de construção não é aquecida." #: fdmprinter.def.json @@ -2285,8 +2714,11 @@ msgstr "Temperatura da base de construção da camada inicial" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." -msgstr "A temperatura utilizada para a base de construção aquecida na primeira camada. Se este valor for 0, a temperatura da base de construção não é aquecida durante a primeira camada." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." +msgstr "A temperatura utilizada para a base de construção aquecida na primeira camada. Se este valor for 0, a temperatura da base de construção não é aquecida" +" durante a primeira camada." #: fdmprinter.def.json msgctxt "material_adhesion_tendency label" @@ -2315,28 +2747,34 @@ msgstr "Compensação de redução do fator de escala" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Para compensar a redução do material quando arrefece, o modelo vai ser dimensionado com este fator." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Compensação de contração do fator de dimensionamento horizontal" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Para compensar a contração do material à medida que arrefece, o modelo será dimensionado com este fator na direção X/Y (horizontalmente)." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Compensação de contração do fator de dimensionamento vertical" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Para compensar a contração do material à medida que arrefece, o modelo será dimensionado com este fator na direção Z (verticalmente)." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2345,8 +2783,12 @@ msgstr "Material Cristalino" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" -msgstr "Este tipo de material é daquele que se separa de forma regular quando aquecido (cristalino) ou daquele que cria longas cadeias de polímero entrelaçado (não cristalino)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" +msgstr "Este tipo de material é daquele que se separa de forma regular quando aquecido (cristalino) ou daquele que cria longas cadeias de polímero entrelaçado" +" (não cristalino)?" #: fdmprinter.def.json msgctxt "material_anti_ooze_retracted_position label" @@ -2365,7 +2807,9 @@ msgstr "Velocidade de Retração Antiescorrimento" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "A velocidade a que o material tem de ser retraído durante uma substituição de filamentos para evitar o escorrimento." #: fdmprinter.def.json @@ -2385,7 +2829,9 @@ msgstr "Velocidade de Retração de Preparação da Separação" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "A velocidade a que o filamento tem de ser retraído imediatamente antes de se separar numa retração." #: fdmprinter.def.json @@ -2395,7 +2841,9 @@ msgstr "Temperatura de preparação da separação" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "A temperatura utilizada para purgar o material deve ser aproximadamente igual à temperatura de impressão mais alta possível." #: fdmprinter.def.json @@ -2415,7 +2863,8 @@ msgstr "Velocidade de Retração de Separação" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "A velocidade de retração do filamento para separá-lo de forma regular." #: fdmprinter.def.json @@ -2445,7 +2894,9 @@ msgstr "Comprimento da purga da descarga" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "A quantidade de material que deve usar para purgar o material anterior para fora do bocal (em comprimento de filamento) ao mudar para um material diferente." #: fdmprinter.def.json @@ -2455,7 +2906,9 @@ msgstr "Velocidade da purga do fim do filamento" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "A velocidade com que deve preparar o material após substituir uma bobina vazia por uma bobina nova do mesmo material." #: fdmprinter.def.json @@ -2465,8 +2918,12 @@ msgstr "Comprimento da purga do fim do filamento" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "A quantidade de material que deve usar para purgar o material anterior para fora do bocal (em comprimento de filamento) ao substituir uma bobina vazia por uma bobina nova do mesmo material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "A quantidade de material que deve usar para purgar o material anterior para fora do bocal (em comprimento de filamento) ao substituir uma bobina vazia" +" por uma bobina nova do mesmo material." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2485,8 +2942,12 @@ msgstr "Fator do movimento sem carregamento" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Um factor que indica a dimensão da compressão dos filamentos entre o alimentador e a câmara do bocal, utilizado para determinar a distância a que se deve mover o material para efetuar uma substituição de filamentos." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Um factor que indica a dimensão da compressão dos filamentos entre o alimentador e a câmara do bocal, utilizado para determinar a distância a que se deve" +" mover o material para efetuar uma substituição de filamentos." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2495,7 +2956,9 @@ msgstr "Fluxo" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Compensação de fluxo: a quantidade de material extrudido é multiplicada por este valor." #: fdmprinter.def.json @@ -2525,7 +2988,8 @@ msgstr "Parede de Parede(s) Interior(es)" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "A compensação de fluxo nas linhas de parede para todas as linhas de parede exceto a mais exterior." #: fdmprinter.def.json @@ -2625,7 +3089,9 @@ msgstr "Fluxo Camada Inicial" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Compensação de fluxo para a camada inicial: a quantidade de material extrudido na camada inicial é multiplicada por este valor." #: fdmprinter.def.json @@ -2635,7 +3101,9 @@ msgstr "Temperatura em Espera" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "A temperatura do nozzle quando outro nozzle está a ser utilizado para a impressão." #: fdmprinter.def.json @@ -2653,11 +3121,6 @@ msgctxt "speed_print label" msgid "Print Speed" msgstr "Velocidade de Impressão" -# rever! -# a que -# em que -# com que ?? -# com qual #: fdmprinter.def.json msgctxt "speed_print description" msgid "The speed at which printing happens." @@ -2668,11 +3131,6 @@ msgctxt "speed_infill label" msgid "Infill Speed" msgstr "Velocidade Enchimento" -# rever! -# a que -# em que -# com que ?? -# com qual #: fdmprinter.def.json msgctxt "speed_infill description" msgid "The speed at which infill is printed." @@ -2693,24 +3151,30 @@ msgctxt "speed_wall_0 label" msgid "Outer Wall Speed" msgstr "Velocidade Parede Exterior" -# rever! -# english string correct? plural? #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "A velocidade a que as paredes exteriores são impressas. Imprimir a parede exterior a uma velocidade mais reduzida melhora a qualidade final do revestimento. No entanto, a existência de uma grande diferença entre a velocidade da parede interior e a velocidade de parede exterior afetará a qualidade de uma forma negativa." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "A velocidade a que as paredes exteriores são impressas. Imprimir a parede exterior a uma velocidade mais reduzida melhora a qualidade final do revestimento." +" No entanto, a existência de uma grande diferença entre a velocidade da parede interior e a velocidade de parede exterior afetará a qualidade de uma forma" +" negativa." #: fdmprinter.def.json msgctxt "speed_wall_x label" msgid "Inner Wall Speed" msgstr "Velocidade Parede Interior" -# rever! -# É conveniente introduzir esta definição entre a velocidade de parede exterior e a velocidade de enchimento. #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "A velocidade a que todas as paredes interiores são impressas. Imprimir a parede interior mais rapidamente do que a parede exterior irá reduzir o tempo de impressão. O resultado é melhor quando este valor é entre a velocidade de parede exterior e a velocidade de enchimento." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "A velocidade a que todas as paredes interiores são impressas. Imprimir a parede interior mais rapidamente do que a parede exterior irá reduzir o tempo" +" de impressão. O resultado é melhor quando este valor é entre a velocidade de parede exterior e a velocidade de enchimento." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2739,8 +3203,12 @@ msgstr "Velocidade Suporte" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "A velocidade a que a estrutura de suporte é impressa. Imprimir o suporte a velocidades elevadas pode reduzir consideravelmente o tempo de impressão. A qualidade da superfície da estrutura de suporte não é importante, uma vez que esta é removida após a impressão." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "A velocidade a que a estrutura de suporte é impressa. Imprimir o suporte a velocidades elevadas pode reduzir consideravelmente o tempo de impressão. A" +" qualidade da superfície da estrutura de suporte não é importante, uma vez que esta é removida após a impressão." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2749,7 +3217,9 @@ msgstr "Velocidade de enchimento do suporte" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "A velocidade a que o enchimento do suporte é impresso. Imprimir o enchimento a velocidades baixas melhora a estabilidade." #: fdmprinter.def.json @@ -2759,7 +3229,9 @@ msgstr "Velocidade da interface de suporte" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "A velocidade a que os tectos e os pisos de suporte são impressos. Imprimi-los a velocidades baixas pode melhorar a qualidade das saliências." #: fdmprinter.def.json @@ -2769,7 +3241,9 @@ msgstr "Velocidade do tecto de suporte" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "A velocidade a que os tectos de suporte são impressos. Imprimi-los a velocidades baixas pode melhorar a qualidade das saliências." #: fdmprinter.def.json @@ -2779,7 +3253,9 @@ msgstr "Velocidade do piso de suporte" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "A velocidade a que o piso de suporte é impresso. Imprimi-lo a uma velocidade baixa pode melhorar a aderência do suporte na parte superior do modelo." #: fdmprinter.def.json @@ -2789,8 +3265,12 @@ msgstr "Velocidade da torre de preparação" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." -msgstr "A velocidade à qual a torre de preparação é impressa. Imprimir a torre de preparação mais lentamente pode torná-la mais estável quando a aderência entre os diferentes filamentos é insuficiente." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." +msgstr "A velocidade à qual a torre de preparação é impressa. Imprimir a torre de preparação mais lentamente pode torná-la mais estável quando a aderência entre" +" os diferentes filamentos é insuficiente." #: fdmprinter.def.json msgctxt "speed_travel label" @@ -2809,8 +3289,12 @@ msgstr "Velocidade Camada Inicial" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "A velocidade da camada inicial. Recomenda-se um valor baixo para melhorar a aderência à base de construção. Não afeta as estruturas de aderência da base de construção propriamente ditas, como aba e raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "A velocidade da camada inicial. Recomenda-se um valor baixo para melhorar a aderência à base de construção. Não afeta as estruturas de aderência da base" +" de construção propriamente ditas, como aba e raft." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2819,7 +3303,9 @@ msgstr "Velocidade de impressão da camada inicial" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "A velocidade de impressão da camada inicial. É recomendado um valor inferior para melhorar a aderência à base de construção." #: fdmprinter.def.json @@ -2829,8 +3315,14 @@ msgstr "Velocidade de deslocação da camada inicial" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "A velocidade dos movimentos de deslocação na camada inicial. É recomendado um valor inferior para evitar que as peças anteriormente impressas sejam separadas da base de construção. O valor desta definição pode ser automaticamente calculado a partir da proporção entre a Velocidade de deslocação e a Velocidade de impressão." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "A velocidade dos movimentos de deslocação na camada inicial. É recomendado um valor inferior para evitar que as peças anteriormente impressas sejam separadas" +" da base de construção. O valor desta definição pode ser automaticamente calculado a partir da proporção entre a Velocidade de deslocação e a Velocidade" +" de impressão." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2839,8 +3331,12 @@ msgstr "Velocidade Contorno/Aba" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "A velocidade a que o contorno e a aba são impressos. Geralmente, isto é efetuado à velocidade de camada inicial, mas, por vezes, pode preferir imprimir o contorno ou a aba a uma velocidade diferente." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "A velocidade a que o contorno e a aba são impressos. Geralmente, isto é efetuado à velocidade de camada inicial, mas, por vezes, pode preferir imprimir" +" o contorno ou a aba a uma velocidade diferente." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2849,8 +3345,12 @@ msgstr "Velocidade do Salto Z" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "A velocidade a que o movimento Z vertical é efetuado para Saltos Z. Este valor é geralmente inferior à velocidade de impressão, uma vez que é mais difícil mover a base de construção ou o pórtico da máquina." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "A velocidade a que o movimento Z vertical é efetuado para Saltos Z. Este valor é geralmente inferior à velocidade de impressão, uma vez que é mais difícil" +" mover a base de construção ou o pórtico da máquina." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2859,18 +3359,31 @@ msgstr "Número de camadas mais lentas" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "As primeiras camadas são impressas mais lentamente do que o resto do modelo para obter uma melhor aderência à base de construção e melhorar a taxa de sucesso geral das impressões. A velocidade é aumentada gradualmente nessas camadas." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "As primeiras camadas são impressas mais lentamente do que o resto do modelo para obter uma melhor aderência à base de construção e melhorar a taxa de sucesso" +" geral das impressões. A velocidade é aumentada gradualmente nessas camadas." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Proporção de equalização do fluxo" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Fator de correção baseado no diâmetro de extrusão sobre a velocidade. A 0% a velocidade de movimento mantém-se constante à Velocidade de impressão. A 100%" +" a velocidade de movimento é ajustada de modo a que o fluxo (em mm³/s) seja mantido constante, ou seja, linhas metade do Diâmetro da linha normal são impressas" +" duas vezes mais depressa e as linhas duas vezes mais largas são impressas a metade da rapidez. Um valor superior a 100% pode ajudar a compensar a pressão" +" mais elevada necessária para efetuar a extrusão de linhas largas." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2879,7 +3392,9 @@ msgstr "Ativar controlo da aceleração" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "Permite o ajuste da aceleração da cabeça de impressão. Aumentar as acelerações pode reduzir o tempo de impressão em detrimento da qualidade de impressão." #: fdmprinter.def.json @@ -2979,7 +3494,9 @@ msgstr "Aceleração da interface de suporte" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "A aceleração com que os tectos e pisos de suporte são impressos. Imprimi-los com uma aceleração inferior pode melhorar a qualidade das saliências." #: fdmprinter.def.json @@ -2989,7 +3506,9 @@ msgstr "Aceleração do tecto de suporte" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "A aceleração com que os tectos de suporte são impressos. Imprimi-los com uma aceleração inferior pode melhorar a qualidade das saliências." #: fdmprinter.def.json @@ -2999,8 +3518,11 @@ msgstr "Aceleração do piso de suporte" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." -msgstr "A aceleração com que os pisos de suporte são impressos. Imprimi-los com uma aceleração inferior pode melhorar a aderência do suporte na parte superior do modelo." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." +msgstr "A aceleração com que os pisos de suporte são impressos. Imprimi-los com uma aceleração inferior pode melhorar a aderência do suporte na parte superior" +" do modelo." #: fdmprinter.def.json msgctxt "acceleration_prime_tower label" @@ -3059,31 +3581,32 @@ msgstr "Aceleração Contorno/Aba" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "A aceleração com que o contorno e a aba são impressos. Normalmente, isto é efetuado com a aceleração da camada inicial, mas, por vezes, pode preferir imprimir o contorno ou a aba com uma aceleração diferente." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "A aceleração com que o contorno e a aba são impressos. Normalmente, isto é efetuado com a aceleração da camada inicial, mas, por vezes, pode preferir imprimir" +" o contorno ou a aba com uma aceleração diferente." #: fdmprinter.def.json msgctxt "jerk_enabled label" msgid "Enable Jerk Control" msgstr "Ativar Controlo do Jerk" -# rever! -# solavanco? -# movimento brusco #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "Permite ajustar o jerk da cabeça de impressão quando a velocidade nos eixos X ou Y muda. Aumentar o jerk pode reduzir o tempo de impressão em detrimento da qualidade de impressão." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "Permite ajustar o jerk da cabeça de impressão quando a velocidade nos eixos X ou Y muda. Aumentar o jerk pode reduzir o tempo de impressão em detrimento" +" da qualidade de impressão." #: fdmprinter.def.json msgctxt "jerk_print label" msgid "Print Jerk" msgstr "Jerk da Impressão" -# rever! -# all jerk strings -# ver qual a trad é mais aproximada doo sentido original -# tradução original - A mudança de velocidade instantânea máxima da cabeça de impressão. #: fdmprinter.def.json msgctxt "jerk_print description" msgid "The maximum instantaneous velocity change of the print head." @@ -3106,7 +3629,8 @@ msgstr "Jerk das Paredes" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "A mudança de velocidade instantânea máxima com a qual as paredes são impressas." #: fdmprinter.def.json @@ -3116,7 +3640,9 @@ msgstr "Jerk da Parede Exterior" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "A mudança de velocidade instantânea máxima com a qual as paredes exteriores são impressas." #: fdmprinter.def.json @@ -3126,7 +3652,9 @@ msgstr "Jerk das Paredes Interiores" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "A mudança de velocidade instantânea máxima com a qual todas as paredes interiores são impressas." #: fdmprinter.def.json @@ -3136,7 +3664,9 @@ msgstr "Jerk Revestimento Superior" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "A mudança de velocidade instantânea máxima com a qual as camadas de revestimento da superfície superior são impressas." #: fdmprinter.def.json @@ -3146,7 +3676,9 @@ msgstr "Jerk Superior/Inferior" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "A mudança de velocidade instantânea máxima com a qual as camadas superiores/inferiores são impressas." #: fdmprinter.def.json @@ -3156,7 +3688,9 @@ msgstr "Jerk do Suporte" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "A mudança de velocidade instantânea máxima com a qual a estrutura de suporte é impressa." #: fdmprinter.def.json @@ -3166,7 +3700,9 @@ msgstr "Jerk do Enchimento do Suporte" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "A mudança de velocidade instantânea máxima com a qual o enchimento do suporte é impresso." #: fdmprinter.def.json @@ -3176,7 +3712,9 @@ msgstr "Jerk da Interface do Suporte" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "A mudança de velocidade instantânea máxima com a qual os tectos e pisos de suporte são impressos." #: fdmprinter.def.json @@ -3186,11 +3724,11 @@ msgstr "Jerk do Tecto do Suporte" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "A mudança de velocidade instantânea máxima com a qual os tectos de suporte são impressos." -# rever! -# piso? #: fdmprinter.def.json msgctxt "jerk_support_bottom label" msgid "Support Floor Jerk" @@ -3198,7 +3736,9 @@ msgstr "Jerk do Piso do Suporte" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "A mudança de velocidade instantânea máxima com a qual os pisos de suporte são impressos." #: fdmprinter.def.json @@ -3208,7 +3748,9 @@ msgstr "Jerk da Torre de Preparação" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "A mudança de velocidade instantânea máxima com a qual a torre de preparação é impressa." #: fdmprinter.def.json @@ -3218,7 +3760,8 @@ msgstr "Jerk de Deslocação" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "A mudança de velocidade instantânea máxima com a qual os movimentos de deslocação são impressos." #: fdmprinter.def.json @@ -3238,7 +3781,9 @@ msgstr "Jerk Impressão Camada Inicial" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "A mudança de velocidade instantânea máxima durante a impressão da camada inicial." #: fdmprinter.def.json @@ -3258,16 +3803,11 @@ msgstr "Jerk de Contorno/Aba" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "A mudança de velocidade instantânea máxima com a qual o contorno e a aba são impressos." -# rever! -# Deslocação? -# Deslocamento? -# Movimento? -# Viagem? -# Trajectória? -# Travel? #: fdmprinter.def.json msgctxt "travel label" msgid "Travel" @@ -3315,24 +3855,16 @@ msgstr "Velocidade de Retração" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "A velocidade a que o filamento é retraído e preparado durante um movimento de retração." -# rever! -# retrair? -# é retraido? -# recuo? -# recolhido? #: fdmprinter.def.json msgctxt "retraction_retract_speed label" msgid "Retraction Retract Speed" msgstr "Velocidade Retrair na Retração" -# rever! -# retrair? -# é retraido? -# recuo? -# recolhido? #: fdmprinter.def.json msgctxt "retraction_retract_speed description" msgid "The speed at which the filament is retracted during a retraction move." @@ -3355,7 +3887,9 @@ msgstr "Preparação Adicional de Retração" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Pode ocorrer escorrimento de material durante um movimento de deslocação, o qual pode ser compensado aqui." #: fdmprinter.def.json @@ -3365,7 +3899,9 @@ msgstr "Deslocação Mínima da Retração" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "A distância mínima de deslocação necessária para que ocorra uma retração. Isto ajuda a obter menos retrações numa área reduzida." #: fdmprinter.def.json @@ -3375,19 +3911,28 @@ msgstr "Número Máximo Retrações" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Esta definição limita o número de retrações que ocorrem no intervalo mínimo de distância de extrusão. As retrações adicionais dentro deste intervalo serão ignoradas. Isto evita a retração repetida no mesmo filamento, uma vez que tal pode achatar o filamento e causar problemas de trituração." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Esta definição limita o número de retrações que ocorrem no intervalo mínimo de distância de extrusão. As retrações adicionais dentro deste intervalo serão" +" ignoradas. Isto evita a retração repetida no mesmo filamento, uma vez que tal pode achatar o filamento e causar problemas de trituração." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" msgid "Minimum Extrusion Distance Window" msgstr "Intervalo Mínimo Distância Extrusão" -# de forma a que o número de vezes que uma retração acontece na mesma área do material seja efetivamente limitado. #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "O intervalo no qual o número máximo de retrações é aplicado. Este valor deve ser aproximadamente o mesmo que o da Distância de Retração, de forma a limitar, efectivamente, o número de vezes que uma retração acontece na mesma área do filamento." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "O intervalo no qual o número máximo de retrações é aplicado. Este valor deve ser aproximadamente o mesmo que o da Distância de Retração, de forma a limitar," +" efectivamente, o número de vezes que uma retração acontece na mesma área do filamento." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3396,8 +3941,12 @@ msgstr "Limitar Retrações de Suportes" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Eliminar a retração quando o movimento de suporte para suporte é em linha reta. Ativar esta definição reduz o tempo de impressão, mas pode levar a que aja um excessivo numero de fios nas estruturas de suporte." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Eliminar a retração quando o movimento de suporte para suporte é em linha reta. Ativar esta definição reduz o tempo de impressão, mas pode levar a que" +" aja um excessivo numero de fios nas estruturas de suporte." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3406,8 +3955,15 @@ msgstr "Modo de Combing" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Combing mantém o nozzle em áreas já impressas durante a deslocação. Isto resulta em movimentos de deslocação ligeiramente mais longos, mas reduz a necessidade de retrações. Se o combing estiver desativado, o material será retraído e o nozzle irá deslocar-se em linha reta para o próximo ponto. Também é possível evitar o combing em áreas de revestimento superiores/inferiores ou apenas efetuar o combing no enchimento." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Combing mantém o nozzle em áreas já impressas durante a deslocação. Isto resulta em movimentos de deslocação ligeiramente mais longos, mas reduz a necessidade" +" de retrações. Se o combing estiver desativado, o material será retraído e o nozzle irá deslocar-se em linha reta para o próximo ponto. Também é possível" +" evitar o combing em áreas de revestimento superiores/inferiores ou apenas efetuar o combing no enchimento." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3441,8 +3997,12 @@ msgstr "Distância Max. de Combing sem Retração" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Os movimentos de deslocação de Combing com uma distância maior que este valor, quando este é superior a zero, utilizam retrações. Se o valor for definido como zero, não existirá qualquer valor máximo e os movimentos Combing não utilizarão retrações." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Os movimentos de deslocação de Combing com uma distância maior que este valor, quando este é superior a zero, utilizam retrações. Se o valor for definido" +" como zero, não existirá qualquer valor máximo e os movimentos Combing não utilizarão retrações." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3461,7 +4021,9 @@ msgstr "Evitar Áreas Impressas Durante Movimento" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "O nozzle evita as áreas já impressas durante a deslocação. Esta opção só está disponível quando o combing está ativado." #: fdmprinter.def.json @@ -3471,7 +4033,9 @@ msgstr "Evitar Suportes na Deslocação" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "O nozzle evita os suportes já impressos durante a deslocação. Esta opção só está disponível quando o Combing está ativado." #: fdmprinter.def.json @@ -3481,7 +4045,9 @@ msgstr "Distância para evitar peças durante a deslocação" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "A distância entre o nozzle e as peças já impressas ao evitá-las durante os movimentos de deslocação." #: fdmprinter.def.json @@ -3491,7 +4057,9 @@ msgstr "X Início Camada" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "A coordenada X da posição próxima do local onde se situa a peça pela qual iniciar a impressão de cada camada." #: fdmprinter.def.json @@ -3501,7 +4069,9 @@ msgstr "Y Início Camada" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "A coordenada Y da posição do local onde se situa a peça pela qual iniciar a impressão de cada camada." #: fdmprinter.def.json @@ -3511,8 +4081,13 @@ msgstr "Salto Z ao retrair" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Sempre que for efetuada uma retração, a base de construção é rebaixada para criar uma folga entre o nozzle e a impressão. Desta forma, evita-se que o nozzle atinja a impressão durante os movimentos de deslocação, reduzindo a probabilidade de derrubar a impressão da base de construção." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "Sempre que for efetuada uma retração, a base de construção é rebaixada para criar uma folga entre o nozzle e a impressão. Desta forma, evita-se que o nozzle" +" atinja a impressão durante os movimentos de deslocação, reduzindo a probabilidade de derrubar a impressão da base de construção." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3521,8 +4096,11 @@ msgstr "Salto Z apenas sobre as peças impressas" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Efetua um salto Z apenas ao deslocar-se sobre as peças impressas que não podem ser evitadas pelo movimento horizontal através da opção Evitar Peças impressas durante a deslocação." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Efetua um salto Z apenas ao deslocar-se sobre as peças impressas que não podem ser evitadas pelo movimento horizontal através da opção Evitar Peças impressas" +" durante a deslocação." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3534,20 +4112,19 @@ msgctxt "retraction_hop description" msgid "The height difference when performing a Z Hop." msgstr "A diferença de altura ao efetuar um salto Z." -# rever! -# Salto? -# Pulo? -# Rebaixar? #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch label" msgid "Z Hop After Extruder Switch" msgstr "Salto Z após mudança extrusor" -# rever! #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Após a máquina mudar de um extrusor para outro, a base de construção é rebaixada para criar uma folga entre o nozzle e a impressão. Desta forma, evita-se que o nozzle deixe, na parte exterior de uma impressão, algum material que possa escorrer quando acaba de imprimir." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Após a máquina mudar de um extrusor para outro, a base de construção é rebaixada para criar uma folga entre o nozzle e a impressão. Desta forma, evita-se" +" que o nozzle deixe, na parte exterior de uma impressão, algum material que possa escorrer quando acaba de imprimir." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3559,11 +4136,6 @@ msgctxt "retraction_hop_after_extruder_switch_height description" msgid "The height difference when performing a Z Hop after extruder switch." msgstr "A diferença de altura ao efetuar um salto Z após uma mudança do extrusor." -# rever! -# todoas as strings de Arrefecimento -# limiar? -# intervalo? -# limite? #: fdmprinter.def.json msgctxt "cooling label" msgid "Cooling" @@ -3581,19 +4153,17 @@ msgstr "Ativar Arrefecimento Impressão" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." -msgstr "Ativa os ventiladores de arrefecimento durante a impressão. Os ventiladores melhoram a qualidade de impressão, nas camadas que têm uma curta duração de impressão e / ou nas partes do modelo que contêm vãos / saliências." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." +msgstr "Ativa os ventiladores de arrefecimento durante a impressão. Os ventiladores melhoram a qualidade de impressão, nas camadas que têm uma curta duração de" +" impressão e / ou nas partes do modelo que contêm vãos / saliências." #: fdmprinter.def.json msgctxt "cool_fan_speed label" msgid "Fan Speed" msgstr "Velocidade Ventiladores" -# rever! -# ...giram. -# A velocidade a que giram os ventiladores... -# rotação? -# A velocidade de rotação dos ventiladores... #: fdmprinter.def.json msgctxt "cool_fan_speed description" msgid "The speed at which the print cooling fans spin." @@ -3606,8 +4176,12 @@ msgstr "Velocidade Normal Ventiladores" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "A velocidade a que os ventiladores giram antes de atingir o limiar. Quando uma camada é impressa mais rapidamente do que o limiar, a velocidade do ventilador tende gradualmente a aproximar-se da velocidade máxima." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "A velocidade a que os ventiladores giram antes de atingir o limiar. Quando uma camada é impressa mais rapidamente do que o limiar, a velocidade do ventilador" +" tende gradualmente a aproximar-se da velocidade máxima." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3616,8 +4190,12 @@ msgstr "Velocidade Máxima Ventiladores" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "A velocidade a que os ventiladores giram no tempo mínimo de camada. A velocidade do ventilador aumenta gradualmente entre a velocidade normal do ventilador e a velocidade máxima do ventilador quando o limiar é alcançado." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "A velocidade a que os ventiladores giram no tempo mínimo de camada. A velocidade do ventilador aumenta gradualmente entre a velocidade normal do ventilador" +" e a velocidade máxima do ventilador quando o limiar é alcançado." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3626,8 +4204,13 @@ msgstr "Limiar Normal / Máximo Velocidade Ventilador" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "O tempo de camada que define o limiar entre a velocidade normal e a velocidade máxima do ventilador. As camadas que são impressas mais lentamente utilizam a velocidade normal do ventilador. Para camadas mais rápidas, a velocidade do ventilador aumenta gradualmente até à velocidade máxima." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "O tempo de camada que define o limiar entre a velocidade normal e a velocidade máxima do ventilador. As camadas que são impressas mais lentamente utilizam" +" a velocidade normal do ventilador. Para camadas mais rápidas, a velocidade do ventilador aumenta gradualmente até à velocidade máxima." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3636,8 +4219,12 @@ msgstr "Velocidade Inicial do ventilador" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "A velocidade a que os ventiladores giram ao iniciar a impressão. Nas camadas subsequentes, a velocidade do ventilador aumenta gradualmente até à camada correspondente à Velocidade normal do ventilador em altura." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "A velocidade a que os ventiladores giram ao iniciar a impressão. Nas camadas subsequentes, a velocidade do ventilador aumenta gradualmente até à camada" +" correspondente à Velocidade normal do ventilador em altura." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3646,8 +4233,12 @@ msgstr "Altura Velocidade Normal Ventilador" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." -msgstr "A altura em que os ventiladores giram à velocidade normal. Nas camadas anteriores, a velocidade do ventilador aumenta gradualmente da Velocidade Inicial até à Velocidade Normal do ventilador." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." +msgstr "A altura em que os ventiladores giram à velocidade normal. Nas camadas anteriores, a velocidade do ventilador aumenta gradualmente da Velocidade Inicial" +" até à Velocidade Normal do ventilador." #: fdmprinter.def.json msgctxt "cool_fan_full_layer label" @@ -3656,8 +4247,11 @@ msgstr "Camada Velocidade Normal Ventilador" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "A camada na qual os ventiladores giram à velocidade normal do ventilador. Se a Altura para Velocidade Normal do ventilador estiver definida , este valor é calculado e arredondado para um número inteiro." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "A camada na qual os ventiladores giram à velocidade normal do ventilador. Se a Altura para Velocidade Normal do ventilador estiver definida , este valor" +" é calculado e arredondado para um número inteiro." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3666,8 +4260,15 @@ msgstr "Tempo mínimo por camada" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "O tempo mínimo gasto numa camada. Isto força a impressora a abrandar para que, no mínimo, o tempo aqui definido seja gasto numa camada. Isto permite que o material impresso arrefeça devidamente antes de imprimir a camada seguinte. Ainda assim, as camadas podem demorar menos do que o tempo mínimo por camada se a opção Elevar Cabeça estiver desativada e se a Velocidade Mínima for desrespeitada." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "O tempo mínimo gasto numa camada. Isto força a impressora a abrandar para que, no mínimo, o tempo aqui definido seja gasto numa camada. Isto permite que" +" o material impresso arrefeça devidamente antes de imprimir a camada seguinte. Ainda assim, as camadas podem demorar menos do que o tempo mínimo por camada" +" se a opção Elevar Cabeça estiver desativada e se a Velocidade Mínima for desrespeitada." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3676,8 +4277,12 @@ msgstr "Velocidade Mínima" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "A velocidade mínima de impressão, apesar do abrandamento devido ao tempo mínimo por camada. Se a impressora abrandar demasiado, a pressão no nozzle será demasiado baixa, o que resultará numa má qualidade de impressão." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "A velocidade mínima de impressão, apesar do abrandamento devido ao tempo mínimo por camada. Se a impressora abrandar demasiado, a pressão no nozzle será" +" demasiado baixa, o que resultará numa má qualidade de impressão." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3686,8 +4291,12 @@ msgstr "Elevar Cabeça" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Quando a velocidade mínima for alcançada devido ao tempo mínimo por camada, elevar e afastar a cabeça da impressão e aguardar o tempo adicional até atingir o tempo mínimo por camada." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Quando a velocidade mínima for alcançada devido ao tempo mínimo por camada, elevar e afastar a cabeça da impressão e aguardar o tempo adicional até atingir" +" o tempo mínimo por camada." #: fdmprinter.def.json msgctxt "support label" @@ -3706,7 +4315,9 @@ msgstr "Criar Suportes" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Criar estruturas para suportar partes do modelo, suspensas ou com saliências. Sem estas estruturas, essas partes do modelo podem desmoronar durante a impressão." #: fdmprinter.def.json @@ -3716,7 +4327,9 @@ msgstr "Extrusor dos Suportes" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "O núcleo de extrusão utilizado para imprimir os suportes. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -3726,7 +4339,9 @@ msgstr "Extrusor de enchimento do suporte" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir o enchimento dos suportes. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -3736,7 +4351,9 @@ msgstr "Extrusor de suporte da primeira camada" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir a primeira camada de enchimento dos suportes. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -3746,7 +4363,9 @@ msgstr "Extrusor de interface de suporte" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir os tectos e pisos do suporte. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -3756,7 +4375,9 @@ msgstr "Extrusor de tecto de suporte" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir os tectos do suporte. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -3766,7 +4387,9 @@ msgstr "Extrusor de piso de suporte" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir os pisos do suporte. Definição usada com múltiplos extrusores." #: fdmprinter.def.json @@ -3776,8 +4399,16 @@ msgstr "Estrutura de suporte" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Escolhe entre as técnicas disponíveis para gerar suporte. O suporte \"Normal\" cria uma estrutura de suporte diretamente por baixo das saliências e leva estas áreas para baixo. O suporte \"Árvore\" cria ramos nas áreas salientes que suportam o modelo nas pontas destes ramos e permite que os ramos rastejem à volta do modelo de modo a suportá-lo o máximo possível a partir da base de construção." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Escolhe entre as técnicas disponíveis para gerar suporte. O suporte \"Normal\" cria uma estrutura de suporte diretamente por baixo das saliências e leva" +" estas áreas para baixo. O suporte \"Árvore\" cria ramos nas áreas salientes que suportam o modelo nas pontas destes ramos e permite que os ramos rastejem" +" à volta do modelo de modo a suportá-lo o máximo possível a partir da base de construção." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3796,8 +4427,11 @@ msgstr "Ângulo Ramos Suportes Árvore" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." -msgstr "O ângulo dos ramos. Usar um ângulo pequeno para criar ramos mais verticais e estáveis. Usar um ângulo maior para conseguir que os ramos tenham um maior alcance." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." +msgstr "O ângulo dos ramos. Usar um ângulo pequeno para criar ramos mais verticais e estáveis. Usar um ângulo maior para conseguir que os ramos tenham um maior" +" alcance." #: fdmprinter.def.json msgctxt "support_tree_branch_distance label" @@ -3806,8 +4440,12 @@ msgstr "Distância Ramos Suportes Árvore" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "A distância entre os ramos, quando estes tocam o modelo. Se esta distância for pequena faz com que os suportes tenham mais pontos de contacto com o modelo, permitindo um melhor apoio em saliências mas faz com que os suportes sejam mais difíceis de retirar." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "A distância entre os ramos, quando estes tocam o modelo. Se esta distância for pequena faz com que os suportes tenham mais pontos de contacto com o modelo," +" permitindo um melhor apoio em saliências mas faz com que os suportes sejam mais difíceis de retirar." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3816,8 +4454,11 @@ msgstr "Diâmetro Ramos Suportes Árvore" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." -msgstr "O diâmetro dos ramos mais finos dos suportes tipo árvore. Ramos mais grossos são mais robustos. Os ramos serão progressivamente mais grossos do que este diâmetro quanto mais perto estiverem da base." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." +msgstr "O diâmetro dos ramos mais finos dos suportes tipo árvore. Ramos mais grossos são mais robustos. Os ramos serão progressivamente mais grossos do que este" +" diâmetro quanto mais perto estiverem da base." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle label" @@ -3826,8 +4467,13 @@ msgstr "Ângulo Diâmetro Ramos Suportes Árvore" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "O ângulo do diâmetro dos ramos conforme estes ficam progressivamente mais grossos quanto mais perto estiverem da base. Um ângulo de 0º faz com que os ramos tenham um espessura constante em todo o seu comprimento. Um pequeno ângulo pode aumentar a estabilidade dos suporte tipo árvore." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "O ângulo do diâmetro dos ramos conforme estes ficam progressivamente mais grossos quanto mais perto estiverem da base. Um ângulo de 0º faz com que os ramos" +" tenham um espessura constante em todo o seu comprimento. Um pequeno ângulo pode aumentar a estabilidade dos suporte tipo árvore." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3836,8 +4482,12 @@ msgstr "Resolução Colisão Suportes Árvore" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "A resolução do cálculo de prevenção de colisões com o modelo. Usando um valor baixo irá criar suportes tipo árvore com maior sucesso, mas aumenta drasticamente o tempo de seccionamento." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "A resolução do cálculo de prevenção de colisões com o modelo. Usando um valor baixo irá criar suportes tipo árvore com maior sucesso, mas aumenta drasticamente" +" o tempo de seccionamento." #: fdmprinter.def.json msgctxt "support_type label" @@ -3846,8 +4496,12 @@ msgstr "Colocação do suporte" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Ajusta a colocação das estruturas de suporte. A colocação pode ser definida para tocar na base de construção ou em todo o lado. Quando definida para tocar em todo o lado, as estruturas de suporte também serão impressas no modelo." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Ajusta a colocação das estruturas de suporte. A colocação pode ser definida para tocar na base de construção ou em todo o lado. Quando definida para tocar" +" em todo o lado, as estruturas de suporte também serão impressas no modelo." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3866,8 +4520,11 @@ msgstr "Ângulo Saliência para Suportes" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." -msgstr "O ângulo mínimo das saliências ao qual é adicionado suportes. Com um valor de 0°, todas as saliências são suportadas e um valor de 90° não irá gerar qualquer suporte." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." +msgstr "O ângulo mínimo das saliências ao qual é adicionado suportes. Com um valor de 0°, todas as saliências são suportadas e um valor de 90° não irá gerar qualquer" +" suporte." #: fdmprinter.def.json msgctxt "support_pattern label" @@ -3876,7 +4533,9 @@ msgstr "Padrão de Suportes" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "O padrão geométrico das estruturas de suporte da impressão. As diferentes opções disponíveis resultam num suporte robusto ou de fácil remoção." #: fdmprinter.def.json @@ -3921,21 +4580,26 @@ msgstr "Número Linhas Paredes Suporte" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "O número de paredes que envolvem o enchimento de suporte. Acrescentar uma parede pode tornar a impressão do suporte mais fiável e pode suportar melhor as saliências, mas aumenta o tempo de impressão assim como a quantidade de material utilizado." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "O número de paredes que envolvem o enchimento de suporte. Acrescentar uma parede pode tornar a impressão do suporte mais fiável e pode suportar melhor" +" as saliências, mas aumenta o tempo de impressão assim como a quantidade de material utilizado." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" msgid "Connect Support Lines" msgstr "Ligar Linhas de Suporte" -# rever! -# underext -# gasto #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Ligar as extremidades das linhas de suporte. Ativar esta definição permite que os suportes sejam mais robustos e também diminuir o risco de \"under-extrusion\", mas tem um gasto maior de material." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Ligar as extremidades das linhas de suporte. Ativar esta definição permite que os suportes sejam mais robustos e também diminuir o risco de \"under-extrusion\"," +" mas tem um gasto maior de material." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3944,7 +4608,9 @@ msgstr "Ligar ziguezagues de suporte" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Liga os ziguezagues. Isto irá aumentar a resistência da estrutura de suporte em ziguezague." #: fdmprinter.def.json @@ -3954,7 +4620,9 @@ msgstr "Densidade do Suporte" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Ajusta a densidade da estrutura de suporte. Um valor mais elevado resulta em melhores saliências, embora os suportes sejam mais difíceis de remover." #: fdmprinter.def.json @@ -3964,7 +4632,9 @@ msgstr "Distância da linha de suporte" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "A distância entre as linhas da estrutura de suporte impressas. Esta definição é calculada através da densidade do suporte." #: fdmprinter.def.json @@ -3974,7 +4644,9 @@ msgstr "Distância da linha de suporte da camada inicial" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Distância entre as linhas da estrutura de suporte da camada inicial impressas. Esta definição é calculada pela densidade do suporte." #: fdmprinter.def.json @@ -3984,8 +4656,15 @@ msgstr "Direção da linha de enchimento do suporte" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos de 0 graus." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas" +" progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses" +" retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos de 0 graus." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3994,8 +4673,12 @@ msgstr "Ativar aba de suporte" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Gera uma aba dentro das regiões de enchimento do suporte da primeira camada. Esta aba é impressa na parte por baixo do suporte e não em torno do mesmo. Ativar esta definição aumenta a aderência do suporte à base de construção." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Gera uma aba dentro das regiões de enchimento do suporte da primeira camada. Esta aba é impressa na parte por baixo do suporte e não em torno do mesmo." +" Ativar esta definição aumenta a aderência do suporte à base de construção." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -4004,7 +4687,9 @@ msgstr "Largura da aba do suporte" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "A largura da aba para imprimir na parte por baixo do suporte. Uma aba mais larga melhora a aderência à base de construção à custa de algum material adicional." #: fdmprinter.def.json @@ -4014,7 +4699,9 @@ msgstr "Contagem de linhas da aba do suporte" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "O número de linhas utilizado para a aba do suporte. Uma aba com mais linhas melhora a aderência à base de construção à custa de algum material adicional." #: fdmprinter.def.json @@ -4024,8 +4711,12 @@ msgstr "Distância Z de suporte" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "A distância entre a parte superior/inferior da estrutura de suporte e a impressão. Esta folga permite retirar os suportes depois de o modelo ser impresso. Este valor é arredondado para um múltiplo da espessura da camada." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "A distância entre a parte superior/inferior da estrutura de suporte e a impressão. Esta folga permite retirar os suportes depois de o modelo ser impresso." +" Este valor é arredondado para um múltiplo da espessura da camada." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -4064,8 +4755,13 @@ msgstr "Prioridade da distância de suporte" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Se a Distância X/Y de suporte substitui a Distância Z de suporte ou vice-versa. Quando X/Y substitui Z, a distância X/Y pode afastar o suporte do modelo, influenciando a distância Z real relativamente às saliências. É possível desativar esta opção não aplicando a distância X/Y em torno das saliências." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Se a Distância X/Y de suporte substitui a Distância Z de suporte ou vice-versa. Quando X/Y substitui Z, a distância X/Y pode afastar o suporte do modelo," +" influenciando a distância Z real relativamente às saliências. É possível desativar esta opção não aplicando a distância X/Y em torno das saliências." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -4084,7 +4780,8 @@ msgstr "Distância X/Y mínima de suporte" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "A distância da estrutura de suporte relativamente às saliências nas direções X/Y." #: fdmprinter.def.json @@ -4094,8 +4791,13 @@ msgstr "Altura Degraus Suporte" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "A altura dos degraus da parte inferior, semelhante a uma escada, do suporte apoiado sobre o modelo. Um valor pequeno dificulta a remoção do suporte, mas valores demasiado grandes podem resultar em estruturas de suporte instáveis. Definir como zero para desativar o comportamento semelhante a uma escada." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "A altura dos degraus da parte inferior, semelhante a uma escada, do suporte apoiado sobre o modelo. Um valor pequeno dificulta a remoção do suporte, mas" +" valores demasiado grandes podem resultar em estruturas de suporte instáveis. Definir como zero para desativar o comportamento semelhante a uma escada." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -4104,8 +4806,12 @@ msgstr "Largura Máxima Degraus Suporte" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "A largura máxima dos degraus da parte inferior, semelhante a uma escada, do suporte apoiado sobre o modelo. Um valor pequeno dificulta a remoção do suporte, mas valores demasiado grandes podem resultar em estruturas de suporte instáveis." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "A largura máxima dos degraus da parte inferior, semelhante a uma escada, do suporte apoiado sobre o modelo. Um valor pequeno dificulta a remoção do suporte," +" mas valores demasiado grandes podem resultar em estruturas de suporte instáveis." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -4114,8 +4820,13 @@ msgstr "Ângulo de declive mínimo do degrau da escada de suporte" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "O declive mínimo da área para o efeito de degrau de escada. Valores baixos fazem com que seja mais fácil remover o suporte em declives com pouca profundidade, mas valores muito baixos podem proporcionar resultados verdadeiramente contraintuitivos noutras partes do modelo." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "O declive mínimo da área para o efeito de degrau de escada. Valores baixos fazem com que seja mais fácil remover o suporte em declives com pouca profundidade," +" mas valores muito baixos podem proporcionar resultados verdadeiramente contraintuitivos noutras partes do modelo." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4124,8 +4835,12 @@ msgstr "Distância da junção do suporte" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "A distância máxima entre as estruturas de suporte nas direções X/Y. Quando a distância entre as estruturas de suporte for menor do que este valor, as estruturas fundem-se numa só." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "A distância máxima entre as estruturas de suporte nas direções X/Y. Quando a distância entre as estruturas de suporte for menor do que este valor, as estruturas" +" fundem-se numa só." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4134,8 +4849,11 @@ msgstr "Expansão horizontal de suporte" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." -msgstr "Quantidade de desvio aplicado a todos os polígonos de suporte em cada camada. Os valores positivos podem uniformizar as áreas de suporte e produzir suportes mais robustos." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "Quantidade de desvio aplicado a todos os polígonos de suporte em cada camada. Os valores positivos podem uniformizar as áreas de suporte e produzir suportes" +" mais robustos." #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness label" @@ -4144,8 +4862,11 @@ msgstr "Espessura da camada de enchimento de suporte" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." -msgstr "A espessura por camada de material de enchimento de suporte. Este valor deve ser sempre um múltiplo do valor da espessura das camadas. Caso contrário, será arredondado." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." +msgstr "A espessura por camada de material de enchimento de suporte. Este valor deve ser sempre um múltiplo do valor da espessura das camadas. Caso contrário," +" será arredondado." #: fdmprinter.def.json msgctxt "gradual_support_infill_steps label" @@ -4154,8 +4875,12 @@ msgstr "Enchimento Gradual Suporte" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "O número de vezes que a densidade de enchimento do suporte deve ser reduzida para metade, quanto maior for o afastamento das superfícies superiores. As áreas que se encontram mais próximas das superfícies superiores obtêm uma maior densidade, até ao limite do valor da Densidade do Suporte." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "O número de vezes que a densidade de enchimento do suporte deve ser reduzida para metade, quanto maior for o afastamento das superfícies superiores. As" +" áreas que se encontram mais próximas das superfícies superiores obtêm uma maior densidade, até ao limite do valor da Densidade do Suporte." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4164,7 +4889,9 @@ msgstr "Altura do degrau de enchimento gradual de suporte" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "A altura do enchimento de suporte de uma determinada densidade antes de mudar para metade da densidade." #: fdmprinter.def.json @@ -4174,7 +4901,9 @@ msgstr "Área de suporte mínimo" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Tamanho mínimo da área para polígonos de suporte. Os polígonos com uma área inferior a este valor não serão gerados." #: fdmprinter.def.json @@ -4184,8 +4913,12 @@ msgstr "Ativar interface de suporte" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Gera uma interface densa entre o modelo e o suporte. Isto irá criar um revestimento na parte superior do suporte, onde o modelo é impresso, e na parte inferior do suporte, onde este é apoiado sobre o modelo." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Gera uma interface densa entre o modelo e o suporte. Isto irá criar um revestimento na parte superior do suporte, onde o modelo é impresso, e na parte" +" inferior do suporte, onde este é apoiado sobre o modelo." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4194,7 +4927,9 @@ msgstr "Ativar tecto de suporte" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Gera uma base densa de material entre a parte superior do suporte e o modelo. Isto irá criar um revestimento entre o modelo e o suporte." #: fdmprinter.def.json @@ -4204,7 +4939,9 @@ msgstr "Ativar piso de suporte" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Gera uma base densa de material entre a parte inferior do suporte e o modelo. Isto irá criar um revestimento entre o modelo e o suporte." #: fdmprinter.def.json @@ -4214,7 +4951,9 @@ msgstr "Espessura Interface Suporte" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "A espessura da interface de suporte onde esta entra em contacto com o modelo na parte inferior ou superior." #: fdmprinter.def.json @@ -4224,7 +4963,9 @@ msgstr "Espessura do tecto de suporte" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "A espessura dos tectos de suporte. Isto controla a quantidade de camadas densas na parte superior do suporte na qual o modelo é apoiado." #: fdmprinter.def.json @@ -4234,7 +4975,9 @@ msgstr "Espessura do piso de suporte" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "A espessura dos pisos de suporte. Isto controla o número de camadas densas que são impressas por cima de locais de um modelo no qual o suporte é apoiado." #: fdmprinter.def.json @@ -4244,8 +4987,14 @@ msgstr "Resolução Interface Suporte" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Ao verificar os locais onde existe modelo por cima e por baixo do suporte, tome as medidas necessárias de acordo com a altura determinada. Os valores mais reduzidos irão seccionar mais lentamente, enquanto os valores mais elevados podem fazer com que o suporte normal seja impresso em alguns locais onde deveria existir uma interface de suporte." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Ao verificar os locais onde existe modelo por cima e por baixo do suporte, tome as medidas necessárias de acordo com a altura determinada. Os valores mais" +" reduzidos irão seccionar mais lentamente, enquanto os valores mais elevados podem fazer com que o suporte normal seja impresso em alguns locais onde deveria" +" existir uma interface de suporte." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4254,8 +5003,12 @@ msgstr "Densidade da interface de suporte" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Ajusta a densidade dos tectos e pisos da estrutura de suporte. Um valor mais elevado resulta em melhores saliências, embora os suportes sejam mais difíceis de remover." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Ajusta a densidade dos tectos e pisos da estrutura de suporte. Um valor mais elevado resulta em melhores saliências, embora os suportes sejam mais difíceis" +" de remover." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4264,7 +5017,9 @@ msgstr "Densidade do tecto de suporte" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "A densidade dos tectos da estrutura de suporte. Um valor mais elevado resulta em melhores saliências, embora os suportes sejam mais difíceis de remover." #: fdmprinter.def.json @@ -4274,8 +5029,11 @@ msgstr "Distância da linha do tecto de suporte" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." -msgstr "A distância entre as linhas do tecto de suporte impressas. Esta definição é calculada através da Densidade do tecto de suporte, mas pode ser ajustada em separado." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." +msgstr "A distância entre as linhas do tecto de suporte impressas. Esta definição é calculada através da Densidade do tecto de suporte, mas pode ser ajustada em" +" separado." #: fdmprinter.def.json msgctxt "support_bottom_density label" @@ -4284,7 +5042,9 @@ msgstr "Densidade do piso de suporte" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "A densidade dos pisos da estrutura de suporte. Um valor mais elevado resulta numa melhor aderência do suporte na parte superior do modelo." #: fdmprinter.def.json @@ -4294,8 +5054,11 @@ msgstr "Distância da linha do piso de suporte" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." -msgstr "A distância entre as linhas do piso de suporte impressas. Esta definição é calculada através da Densidade do piso de suporte, mas pode ser ajustada em separado." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." +msgstr "A distância entre as linhas do piso de suporte impressas. Esta definição é calculada através da Densidade do piso de suporte, mas pode ser ajustada em" +" separado." #: fdmprinter.def.json msgctxt "support_interface_pattern label" @@ -4304,7 +5067,9 @@ msgstr "Padrão da interface de suporte" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "O padrão geométrico com que a interface do suporte com o modelo, é impressa." #: fdmprinter.def.json @@ -4367,14 +5132,11 @@ msgctxt "support_roof_pattern option zigzag" msgid "Zig Zag" msgstr "Ziguezague" -# rever! -# piso? chão? base? #: fdmprinter.def.json msgctxt "support_bottom_pattern label" msgid "Support Floor Pattern" msgstr "Padrão Piso Suporte" -# pisos? #: fdmprinter.def.json msgctxt "support_bottom_pattern description" msgid "The pattern with which the floors of the support are printed." @@ -4412,7 +5174,9 @@ msgstr "Área mínima da interface de suporte" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "Tamanho mínimo da área para polígonos da interface do suporte. Os polígonos com uma área inferior a este valor serão impressos como suporte normal." #: fdmprinter.def.json @@ -4422,7 +5186,9 @@ msgstr "Área mínima do teto de suporte" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Tamanho mínimo da área para os tetos do suporte. Os polígonos com uma área inferior a este valor serão impressos como suporte normal." #: fdmprinter.def.json @@ -4432,7 +5198,9 @@ msgstr "Área mínima do piso de suporte" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Tamanho mínimo da área para os pisos do suporte. Os polígonos com uma área inferior a este valor serão impressos como suporte normal." #: fdmprinter.def.json @@ -4472,8 +5240,17 @@ msgstr "Direções da linha da interface do suporte" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos (que alternam entre 45 e 135 graus se as interfaces forem bastante espessas ou 90 graus)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas" +" progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses" +" retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos (que alternam entre 45 e 135 graus se as interfaces forem" +" bastante espessas ou 90 graus)." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4482,8 +5259,17 @@ msgstr "Direções da linha do teto do suporte" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos (que alternam entre 45 e 135 graus se as interfaces forem bastante espessas ou 90 graus)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas" +" progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses" +" retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos (que alternam entre 45 e 135 graus se as interfaces forem" +" bastante espessas ou 90 graus)." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4492,8 +5278,17 @@ msgstr "Direções da linha do piso do suporte" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos (que alternam entre 45 e 135 graus se as interfaces forem bastante espessas ou 90 graus)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Lista de ângulos (números inteiros) relativos às direções de linha a utilizar. Os valores da lista são utilizados em sequência, à medida que as camadas" +" progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses" +" retos. Por defeito, a lista está vazia, o que significa a utilização dos ângulos predefinidos (que alternam entre 45 e 135 graus se as interfaces forem" +" bastante espessas ou 90 graus)." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4502,7 +5297,9 @@ msgstr "Substituir velocidade da ventoinha" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "Quando ativada, a velocidade da ventoinha de arrefecimento de impressão é alterada para as regiões de revestimento imediatamente acima do suporte." #: fdmprinter.def.json @@ -4512,8 +5309,11 @@ msgstr "Velocidade da ventoinha de revestimento suportada" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Velocidade percentual da ventoinha a utilizar ao imprimir as regiões de revestimento imediatamente acima do suporte. A utilização de uma velocidade de ventoinha elevada facilita a remoção do suporte." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Velocidade percentual da ventoinha a utilizar ao imprimir as regiões de revestimento imediatamente acima do suporte. A utilização de uma velocidade de" +" ventoinha elevada facilita a remoção do suporte." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4522,8 +5322,12 @@ msgstr "Utilizar torres" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Utilizar torres especializadas para suportar pequenas áreas de saliências. Estas torres têm um diâmetro maior do que a região que suportam. Junto às saliências, o diâmetro das torres diminui, criando um tecto." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Utilizar torres especializadas para suportar pequenas áreas de saliências. Estas torres têm um diâmetro maior do que a região que suportam. Junto às saliências," +" o diâmetro das torres diminui, criando um tecto." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4542,7 +5346,9 @@ msgstr "Diâmetro Máximo Suportado pela Torre" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "O diâmetro máximo nas direções X/Y de uma pequena área que deverá ser suportada por uma torre de suporte especializada." #: fdmprinter.def.json @@ -4552,8 +5358,11 @@ msgstr "Ângulo do tecto da torre" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." -msgstr "O ângulo do topo de uma torre. Um valor mais elevado resulta em tectos de torre pontiagudos, enquanto um valor mais reduzido resulta em tectos de torre achatados." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." +msgstr "O ângulo do topo de uma torre. Um valor mais elevado resulta em tectos de torre pontiagudos, enquanto um valor mais reduzido resulta em tectos de torre" +" achatados." #: fdmprinter.def.json msgctxt "support_mesh_drop_down label" @@ -4562,7 +5371,9 @@ msgstr "Malha de suporte pendente" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Cria suporte em qualquer local abaixo da malha de suporte, para que não existam saliências na malha de suporte." #: fdmprinter.def.json @@ -4572,7 +5383,9 @@ msgstr "O cenário tem malhas de suporte" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Existem malhas de suporte presentes no cenário. Esta definição é controlada pelo Cura." #: fdmprinter.def.json @@ -4590,13 +5403,16 @@ msgctxt "prime_blob_enable label" msgid "Enable Prime Blob" msgstr "\"Blob\" de Preparação" -# rever! -# borrão? -# antes de começar a impressão? #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Preparar, ou não, o filamento com um \"blob\" (borrão) antes da impressão. Ativar esta definição irá assegurar que o extrusor terá material disponível no nozzle ao iniciar a impressão. Imprimir com Aba ou Contorno também pode actuar como preparação do filamento, e nesses casos, desativar esta definição permite poupar algum tempo." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Preparar, ou não, o filamento com um \"blob\" (borrão) antes da impressão. Ativar esta definição irá assegurar que o extrusor terá material disponível" +" no nozzle ao iniciar a impressão. Imprimir com Aba ou Contorno também pode actuar como preparação do filamento, e nesses casos, desativar esta definição" +" permite poupar algum tempo." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4605,7 +5421,9 @@ msgstr "Posição X Preparação Extrusor" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "A coordenada X da posição onde o é feita a preparação do nozzle no inicio da impressão." #: fdmprinter.def.json @@ -4615,7 +5433,9 @@ msgstr "Posição Y Preparação Extrusor" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "A coordenada Y da posição onde o é feita a preparação do nozzle no inicio da impressão." #: fdmprinter.def.json @@ -4625,8 +5445,15 @@ msgstr "Modos de Aderência" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Diferentes modos que ajudam a melhorar a aderência à base de construção, assim como a preparação inicial da extrusão. \"Aba\" acrescenta uma única camada em torno da base do modelo para prevenir empenos ou deformações na parte inferior dos modelos. \"Raft\" adiciona uma plataforma, composta por uma grelha espessa e um teto, entre o modelo e a base de construção. \"Contorno\" é uma linha impressa à volta do modelo, mas que não está ligada ao modelo." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Diferentes modos que ajudam a melhorar a aderência à base de construção, assim como a preparação inicial da extrusão. \"Aba\" acrescenta uma única camada" +" em torno da base do modelo para prevenir empenos ou deformações na parte inferior dos modelos. \"Raft\" adiciona uma plataforma, composta por uma grelha" +" espessa e um teto, entre o modelo e a base de construção. \"Contorno\" é uma linha impressa à volta do modelo, mas que não está ligada ao modelo." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4655,48 +5482,58 @@ msgstr "Extrusor para Aderência" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "O núcleo de extrusão utilizado para imprimir o Contorno/Aba/Raft. Definição usada com múltiplos extrusores." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Extrusor do contorno/aba" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "O núcleo de extrusão a utilizar para imprimir o contorno ou a aba. Isto é utilizado em impressoras com extrusores múltiplos." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Extrusor da base do raft" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "O núcleo de extrusão a utilizar para imprimir a primeira camada do raft. Isto é utilizado em impressoras com extrusores múltiplos." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Extrusor do meio do raft" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "O núcleo de extrusão a utilizar para imprimir a camada do meio do raft. Isto é utilizado em impressoras com extrusores múltiplos." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Extrusora superior do raft" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "O núcleo de extrusão a utilizar para imprimir as camadas superiores do raft. Isto é utilizado em impressoras com extrusores múltiplos." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4705,7 +5542,9 @@ msgstr "Número Linhas Contorno" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "Varias linhas de contorno ajudam a preparar melhor a extrusão para modelos pequenos. Definir este valor como 0 desactiva o contorno." #: fdmprinter.def.json @@ -4717,10 +5556,10 @@ msgstr "Distância Contorno" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"A distância horizontal entre o contorno e o perímetro exterior da primeira camada da impressão.\n" -"Esta é a distância mínima. Linhas múltiplas de contorno serão impressas para o exterior." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "A distância horizontal entre o contorno e o perímetro exterior da primeira camada da impressão.\nEsta é a distância mínima. Linhas múltiplas de contorno" +" serão impressas para o exterior." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4729,8 +5568,13 @@ msgstr "Comprimento Mínimo Contorno/Aba" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "O comprimento mínimo do Contorno ou da Aba. Se este comprimento não for alcançado pelo conjunto de todas as linhas do Contorno ou da Aba, serão acrescentadas mais linhas ao Contorno ou à Aba até o comprimento mínimo ser alcançado. Nota: Se o valor do Número de Linhas for 0, esta definição é ignorada." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "O comprimento mínimo do Contorno ou da Aba. Se este comprimento não for alcançado pelo conjunto de todas as linhas do Contorno ou da Aba, serão acrescentadas" +" mais linhas ao Contorno ou à Aba até o comprimento mínimo ser alcançado. Nota: Se o valor do Número de Linhas for 0, esta definição é ignorada." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4739,8 +5583,12 @@ msgstr "Largura da Aba" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." -msgstr "A distância desde o modelo até à linha mais exterior da Aba. Uma Aba mais larga melhora a aderência à base de construção, mas também reduz a área de impressão efetiva." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." +msgstr "A distância desde o modelo até à linha mais exterior da Aba. Uma Aba mais larga melhora a aderência à base de construção, mas também reduz a área de impressão" +" efetiva." #: fdmprinter.def.json msgctxt "brim_line_count label" @@ -4749,8 +5597,11 @@ msgstr "Número Linhas da Aba" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." -msgstr "O número de linhas utilizado para uma aba. Um maior número de linhas da aba melhora a aderência à base de construção, mas também reduz a área de impressão efetiva." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." +msgstr "O número de linhas utilizado para uma aba. Um maior número de linhas da aba melhora a aderência à base de construção, mas também reduz a área de impressão" +" efetiva." #: fdmprinter.def.json msgctxt "brim_gap label" @@ -4759,8 +5610,12 @@ msgstr "Distância da Aba" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "A distância horizontal entre a primeira linha da aba e o contorno da primeira camada da impressão. Uma pequena folga pode tornar a aba mais fácil de remover, e, ao mesmo tempo, proporcionar as vantagens térmicas." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "A distância horizontal entre a primeira linha da aba e o contorno da primeira camada da impressão. Uma pequena folga pode tornar a aba mais fácil de remover," +" e, ao mesmo tempo, proporcionar as vantagens térmicas." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4769,8 +5624,12 @@ msgstr "A aba substitui o suporte" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Aplicar a aba para ser impressa em torno do modelo, mesmo se esse espaço fosse ocupado de outra forma pelo suporte. Isto substitui algumas regiões da primeira camada do suporte por regiões de aba." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Aplicar a aba para ser impressa em torno do modelo, mesmo se esse espaço fosse ocupado de outra forma pelo suporte. Isto substitui algumas regiões da primeira" +" camada do suporte por regiões de aba." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4779,8 +5638,12 @@ msgstr "Aba Apenas no Exterior" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Imprimir a aba apenas no exterior do modelo. Isto reduz a quantidade de abas a remover posteriormente, e ao mesmo tempo não reduz assim tanto a aderência à base." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Imprimir a aba apenas no exterior do modelo. Isto reduz a quantidade de abas a remover posteriormente, e ao mesmo tempo não reduz assim tanto a aderência" +" à base." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4789,8 +5652,12 @@ msgstr "Margem Adicional Raft" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Se o Raft estiver ativado, esta será a área de raft adicional em torno do modelo que também terá um raft. Aumentar o valor desta margem irá criar um raft mais robusto, mas ao mesmo tempo utiliza mais material e reduz a área disponível para a impressão." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Se o Raft estiver ativado, esta será a área de raft adicional em torno do modelo que também terá um raft. Aumentar o valor desta margem irá criar um raft" +" mais robusto, mas ao mesmo tempo utiliza mais material e reduz a área disponível para a impressão." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4799,8 +5666,13 @@ msgstr "Suavização Raft" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Esta definição controla o nível do arredondamento dos cantos internos do contorno do raft. Os cantos internos são arredondados para um semicírculo com um raio igual ao valor aqui fornecido. Esta definição também remove buracos no contorno do raft que sejam menores que esse semicírculo." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Esta definição controla o nível do arredondamento dos cantos internos do contorno do raft. Os cantos internos são arredondados para um semicírculo com" +" um raio igual ao valor aqui fornecido. Esta definição também remove buracos no contorno do raft que sejam menores que esse semicírculo." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4809,19 +5681,26 @@ msgstr "Caixa de Ar do Raft" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "A espaço entre a camada final do raft e a primeira camada do modelo. Apenas a primeira camada do modelo é elevada por este valor, para assim reduzir a união entre o raft e o modelo. Isto facilita a remoção do raft." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "A espaço entre a camada final do raft e a primeira camada do modelo. Apenas a primeira camada do modelo é elevada por este valor, para assim reduzir a" +" união entre o raft e o modelo. Isto facilita a remoção do raft." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" msgid "Initial Layer Z Overlap" msgstr "Sobreposição Z Camada Inicial" -# O valor da distância com que todos os modelos acima da primeira camada do modelo serão deslocados para baixo. #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "Sobrepor, na direção Z, a primeira e a segunda camadas do modelo para compensar o filamento perdido na caixa de ar. O valor da distância com que todos os modelos acima da primeira camada do modelo serão deslocados para baixo." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "Sobrepor, na direção Z, a primeira e a segunda camadas do modelo para compensar o filamento perdido na caixa de ar. O valor da distância com que todos" +" os modelos acima da primeira camada do modelo serão deslocados para baixo." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4830,8 +5709,12 @@ msgstr "Camadas Superiores do Raft" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "O número de camadas superiores impressas em cima da camada do meio do raft. Estas são as camadas, totalmente preenchidas, onde o modelo assenta. Duas camadas resultam numa superfície superior mais uniforme do que só uma camada." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "O número de camadas superiores impressas em cima da camada do meio do raft. Estas são as camadas, totalmente preenchidas, onde o modelo assenta. Duas camadas" +" resultam numa superfície superior mais uniforme do que só uma camada." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4850,7 +5733,9 @@ msgstr "Diâmetro Linha Superior do Raft" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "O diâmetro das linhas da superfície superior do raft. Estas podem ser linhas finas para que a parte superior do raft seja uniforme e liso." #: fdmprinter.def.json @@ -4860,18 +5745,24 @@ msgstr "Espaçamento Superior do Raft" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "A distância entre linhas nas camadas superiores do raft. O espaçamento deve ser, igual ao Diâmetro da Linha, para que a superfície seja uniforme." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Camadas do meio do raft" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "O número de camadas entre a base e a superfície do raft. Estas incluem a espessura principal do raft. Aumentar este valor cria um raft mais espesso e mais" +" resistente." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4890,7 +5781,9 @@ msgstr "Diâmetro Linha do Meio do Raft" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "O diâmetro das linhas na camada do meio do raft. Extrudir mais a segunda camada provoca a aderência das linhas à base de construção." #: fdmprinter.def.json @@ -4900,8 +5793,12 @@ msgstr "Espaçamento do Meio do Raft" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "A distância entre linhas na camada do meio do raft. O espaçamento entre as linhas da camada do meio, deve ser grande, mas ao mesmo tempo suficientemente denso para conseguir suportar as camadas superiores do raft." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "A distância entre linhas na camada do meio do raft. O espaçamento entre as linhas da camada do meio, deve ser grande, mas ao mesmo tempo suficientemente" +" denso para conseguir suportar as camadas superiores do raft." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4910,7 +5807,9 @@ msgstr "Espessura da Base do Raft" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "A espessura da camada inferior (base) do raft. Esta deve ser uma camada espessa para aderir firmemente à base de construção da impressora." #: fdmprinter.def.json @@ -4920,7 +5819,9 @@ msgstr "Diâmetro Linha Base do Raft" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "O diâmetro das linhas na camada inferior (base) do raft. Devem ser linhas espessas para auxiliar na aderência à base de construção." #: fdmprinter.def.json @@ -4930,7 +5831,9 @@ msgstr "Espaçamento da Linha Base do Raft" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "A distância entre linhas na camada inferior (base) do raft. Um maior espaçamento facilita a remoção do raft da base de construção." #: fdmprinter.def.json @@ -4950,8 +5853,12 @@ msgstr "Velocidade do Topo do Raft" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "A velocidade a que as camadas superiores do raft são impressas. Estas devem ser impressas um pouco mais devagar, para que o nozzle possa uniformizar lentamente as linhas adjacentes da superfície." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "A velocidade a que as camadas superiores do raft são impressas. Estas devem ser impressas um pouco mais devagar, para que o nozzle possa uniformizar lentamente" +" as linhas adjacentes da superfície." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4960,8 +5867,12 @@ msgstr "Velocidade do Meio do Raft" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "A velocidade a que a camada do meio do raft é impressa. Esta deve ser impressa bastante devagar, uma vez que o volume de material que vai sair pelo nozzle é bastante elevado." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "A velocidade a que a camada do meio do raft é impressa. Esta deve ser impressa bastante devagar, uma vez que o volume de material que vai sair pelo nozzle" +" é bastante elevado." #: fdmprinter.def.json msgctxt "raft_base_speed label" @@ -4970,8 +5881,12 @@ msgstr "Velocidade da Base do Raft" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." -msgstr "A velocidade a que a camada inferior (base) do raft é impressa. Esta deve ser impressa bastante devagar, uma vez que o volume de material que vai sair pelo nozzle é bastante elevado." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." +msgstr "A velocidade a que a camada inferior (base) do raft é impressa. Esta deve ser impressa bastante devagar, uma vez que o volume de material que vai sair" +" pelo nozzle é bastante elevado." #: fdmprinter.def.json msgctxt "raft_acceleration label" @@ -5110,7 +6025,9 @@ msgstr "Ativar torre de preparação" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Imprime uma torre próxima da impressão que prepara o material depois de cada substituição do nozzle." #: fdmprinter.def.json @@ -5130,7 +6047,9 @@ msgstr "Volume mínimo da torre de preparação" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "O volume mínimo para cada camada da torre de preparação para preparar material suficiente." #: fdmprinter.def.json @@ -5160,7 +6079,9 @@ msgstr "Limpar nozzle inativo na torre de preparação" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Após a impressão da torre de preparação com um nozzle, limpe o material que vazou do nozzle para a torre de preparação." #: fdmprinter.def.json @@ -5170,10 +6091,12 @@ msgstr "Aba da torre de preparação" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "As torres de preparação poderão necessitar de uma aderência adicional concedida por uma aba, ainda que o modelo não o necessite. Atualmente, não é possível utilizá-la com o tipo de aderência \"Raft\"." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "As torres de preparação poderão necessitar de uma aderência adicional concedida por uma aba, ainda que o modelo não o necessite. Atualmente, não é possível" +" utilizá-la com o tipo de aderência \"Raft\"." -# rever! #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" msgid "Enable Ooze Shield" @@ -5181,8 +6104,12 @@ msgstr "Ativar proteção contra escorrimento" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Ativa a proteção exterior contra escorrimentos. Isto irá criar um invólucro em torno do modelo que deverá limpar um segundo nozzle, caso este se encontre à mesma altura que o primeiro nozzle." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Ativa a proteção exterior contra escorrimentos. Isto irá criar um invólucro em torno do modelo que deverá limpar um segundo nozzle, caso este se encontre" +" à mesma altura que o primeiro nozzle." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5191,8 +6118,12 @@ msgstr "Ângulo da proteção contra escorrimentos" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "O ângulo máximo que uma peça da proteção contra escorrimentos poderá ter. 0 graus é vertical e 90 graus é horizontal. Um ângulo menor resulta em menos falhas na proteção contra escorrimentos, mas mais material." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "O ângulo máximo que uma peça da proteção contra escorrimentos poderá ter. 0 graus é vertical e 90 graus é horizontal. Um ângulo menor resulta em menos" +" falhas na proteção contra escorrimentos, mas mais material." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5204,8 +6135,6 @@ msgctxt "ooze_shield_dist description" msgid "Distance of the ooze shield from the print, in the X/Y directions." msgstr "A distância da proteção contra escorrimentos relativamente à impressão nas direções X/Y." -# rever! -# restantes retração srtings #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount label" msgid "Nozzle Switch Retraction Distance" @@ -5213,8 +6142,12 @@ msgstr "Distância de retração de substituição do nozzle" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." -msgstr "A quantidade de retração ao mudar de extrusor. Defina como 0 para não obter qualquer retração. Normalmente, esta deve ser a mesma que o comprimento da zona de aquecimento." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." +msgstr "A quantidade de retração ao mudar de extrusor. Defina como 0 para não obter qualquer retração. Normalmente, esta deve ser a mesma que o comprimento da" +" zona de aquecimento." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds label" @@ -5223,8 +6156,11 @@ msgstr "Velocidade de retração de substituição do nozzle" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." -msgstr "A velocidade a que o filamento é retraído. Uma maior velocidade de retração funciona melhor, mas uma velocidade de retração muito elevada pode resultar na trituração do filamento." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." +msgstr "A velocidade a que o filamento é retraído. Uma maior velocidade de retração funciona melhor, mas uma velocidade de retração muito elevada pode resultar" +" na trituração do filamento." #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed label" @@ -5233,7 +6169,8 @@ msgstr "Velocidade de recolha de substituição do nozzle" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "A velocidade a que o filamento é retraído durante uma recolha de substituição do nozzle." #: fdmprinter.def.json @@ -5243,7 +6180,9 @@ msgstr "Velocidade de preparação de substituição do nozzle" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "A velocidade a que o filamento é empurrado após uma retração de substituição do nozzle." #: fdmprinter.def.json @@ -5256,10 +6195,6 @@ msgctxt "switch_extruder_extra_prime_amount description" msgid "Extra material to prime after nozzle switching." msgstr "Material extra a preparar após a substituição do nozzle." -# rever! -# correção? reparação? -# correções? reparações? Emendas? -# objectos? mesh? malha? #: fdmprinter.def.json msgctxt "meshfix label" msgid "Mesh Fixes" @@ -5277,8 +6212,12 @@ msgstr "Unir Volumes Sobrepostos" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Ignorar a geometria interna provocada pela sobreposição de volumes num objecto e imprime os volumes como um só. Pode provocar o desaparecimento indesejado de cavidades interiores." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Ignorar a geometria interna provocada pela sobreposição de volumes num objecto e imprime os volumes como um só. Pode provocar o desaparecimento indesejado" +" de cavidades interiores." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5287,13 +6226,13 @@ msgstr "Remover Todos Buracos" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Remove os buracos em cada camada e mantém apenas a forma exterior. Isto irá ignorar qualquer geometria interna invisível. No entanto, também ignora buracos de camadas que podem ser vistos por cima ou por baixo." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Remove os buracos em cada camada e mantém apenas a forma exterior. Isto irá ignorar qualquer geometria interna invisível. No entanto, também ignora buracos" +" de camadas que podem ser vistos por cima ou por baixo." -# rever! -# english meaning -# extensiva ou intensiva -# coser extensivamente #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" msgid "Extensive Stitching" @@ -5301,13 +6240,12 @@ msgstr "Costura Extensiva" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." msgstr "A costura extensiva tenta coser buracos abertos na malha, ao fechá-los com os polígonos adjacentes. Esta opção pode acrescentar bastante tempo de processamento." -# rever! -# desconectadas? -# soltas? -# Separadas? #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons label" msgid "Keep Disconnected Faces" @@ -5315,12 +6253,14 @@ msgstr "Manter Faces Soltas" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Geralmente, o Cura tenta remendar pequenos buracos na malha e remover partes de uma camada com buracos grandes. Ativar esta opção conserva as peças que não podem ser remendadas. Esta opção deve ser utilizada como último recurso quando tudo o resto não produz um G-code adequado." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Geralmente, o Cura tenta remendar pequenos buracos na malha e remover partes de uma camada com buracos grandes. Ativar esta opção conserva as peças que" +" não podem ser remendadas. Esta opção deve ser utilizada como último recurso quando tudo o resto não produz um G-code adequado." -# rever! -# does it apply only to Merged obkects (menu) or individual objects that touch -# merged - combinadas? - fundidas? #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" msgid "Merged Meshes Overlap" @@ -5328,7 +6268,9 @@ msgstr "Sobreposição Malhas Combinadas" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Faz com que as malhas em contacto se sobreponham ligeiramente. Isto melhora a sua ligação." #: fdmprinter.def.json @@ -5336,11 +6278,13 @@ msgctxt "carve_multiple_volumes label" msgid "Remove Mesh Intersection" msgstr "Remover interceção de malhas" -# rever! #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." -msgstr "Remover as áreas onde várias malhas se sobrepõem entre si. Isto pode ser utilizado se houver uma sobreposição dos objetos com diferentes materiais que estejam combinados." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." +msgstr "Remover as áreas onde várias malhas se sobrepõem entre si. Isto pode ser utilizado se houver uma sobreposição dos objetos com diferentes materiais que" +" estejam combinados." #: fdmprinter.def.json msgctxt "alternate_carve_order label" @@ -5349,8 +6293,13 @@ msgstr "Alternar remoção de malha" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Altera para os volumes de interceção de malha que pertencerão a cada camada, para que as malhas sobrepostas fiquem entrelaçadas. Desativar esta definição poderá fazer com que uma das malhas obtenha todo o volume na sobreposição, sendo removido das outras malhas." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Altera para os volumes de interceção de malha que pertencerão a cada camada, para que as malhas sobrepostas fiquem entrelaçadas. Desativar esta definição" +" poderá fazer com que uma das malhas obtenha todo o volume na sobreposição, sendo removido das outras malhas." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5359,8 +6308,12 @@ msgstr "Remover Camadas Iniciais Vazias" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Remove as camadas vazias por baixo da primeira camada impressa, se existirem. Desativar esta definição pode causar primeiras camadas vazias, se a definição Tolerância de Seccionamento estiver definida como Exclusivo ou Centro." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Remove as camadas vazias por baixo da primeira camada impressa, se existirem. Desativar esta definição pode causar primeiras camadas vazias, se a definição" +" Tolerância de Seccionamento estiver definida como Exclusivo ou Centro." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5369,8 +6322,13 @@ msgstr "Resolução Máxima" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "O tamanho mínimo de um segmento após o seccionamento. Se aumentar este valor, a malha terá uma resolução menor. Isto poderá permitir que a impressora acompanhe a velocidade que tem para processar o G-code e irá aumentar a velocidade de seccionamento ao remover os detalhes da malha que não podem ser processados." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "O tamanho mínimo de um segmento após o seccionamento. Se aumentar este valor, a malha terá uma resolução menor. Isto poderá permitir que a impressora acompanhe" +" a velocidade que tem para processar o G-code e irá aumentar a velocidade de seccionamento ao remover os detalhes da malha que não podem ser processados." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5379,8 +6337,14 @@ msgstr "Resolução Máxima Deslocação" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "O tamanho mínimo de um segmento de deslocação após o seccionamento. Se aumentar este valor, o movimento de deslocação nos cantos será menos suave. Isto poderá permitir que a impressora acompanhe a velocidade que tem para processar o G-code, mas pode reduzir a precisão do movimento ao evitar as peças já impressas." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "O tamanho mínimo de um segmento de deslocação após o seccionamento. Se aumentar este valor, o movimento de deslocação nos cantos será menos suave. Isto" +" poderá permitir que a impressora acompanhe a velocidade que tem para processar o G-code, mas pode reduzir a precisão do movimento ao evitar as peças já" +" impressas." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5389,18 +6353,36 @@ msgstr "Desvio máximo" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "O desvio máximo permitido ao reduzir a resolução da definição de Resolução máxima. Se aumentar esta definição, a impressão será menos precisa, mas o G-code será menor. O Desvio máximo é um limite para a Resolução máxima, pelo que, se estiverem em conflito, o Desvio máximo é sempre considerado verdadeiro." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "O desvio máximo permitido ao reduzir a resolução da definição de Resolução máxima. Se aumentar esta definição, a impressão será menos precisa, mas o G-code" +" será menor. O Desvio máximo é um limite para a Resolução máxima, pelo que, se estiverem em conflito, o Desvio máximo é sempre considerado verdadeiro." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Desvio máximo da área de extrusão" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "O desvio máximo da área de extrusão que é permitido quando se faz a remoção dos pontos intermédios de uma linha recta. Um ponto intermédio pode servir" +" de ponto de alteração do diâmetro numa linha recta longa. Por isso, se for removido, fará com que a linha tenha um diâmetro uniforme e, como resultado," +" vai perder (ou ganhar) um pouco de área de extrusão. Se aumentar este valor, poderá notar um ligeiro excesso (ou defeito) de extrusão entre paredes paralelas" +" retas, uma vez que os pontos de alteração dos diâmetros mais intermédios poderão ser removidos. A sua impressão será menos precisa, mas o G-code será" +" mais pequeno." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5419,8 +6401,15 @@ msgstr "Sequência de impressão" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Imprimir todos os modelos uma camada de cada vez ou aguardar que um modelo termine, antes de passar para o seguinte. O modo individual é possível se a) apenas uma extrusora estiver ativa, e b) todos os modelos estiverem separados de forma a que a cabeça de impressão se possa mover por entre todos os modelos, e em que altura destes seja inferior à distância entre o nozzle e os eixos X/Y." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Imprimir todos os modelos uma camada de cada vez ou aguardar que um modelo termine, antes de passar para o seguinte. O modo individual é possível se a)" +" apenas uma extrusora estiver ativa, e b) todos os modelos estiverem separados de forma a que a cabeça de impressão se possa mover por entre todos os modelos," +" e em que altura destes seja inferior à distância entre o nozzle e os eixos X/Y." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5437,12 +6426,14 @@ msgctxt "infill_mesh label" msgid "Infill Mesh" msgstr "Objecto de Enchimento" -# rever! -# mesh - malha? - objecto? - modelo? #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Utilize este objecto para modificar o enchimento de outros objectos com os quais se sobrepõe. Substitui as regiões de enchimento de outros objectos por regiões deste objecto. É recomendado imprimir este objecto apenas com uma Parede e sem Superfícies Superior/Inferior." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Utilize este objecto para modificar o enchimento de outros objectos com os quais se sobrepõe. Substitui as regiões de enchimento de outros objectos por" +" regiões deste objecto. É recomendado imprimir este objecto apenas com uma Parede e sem Superfícies Superior/Inferior." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5451,8 +6442,15 @@ msgstr "Classificação de processamento de malha" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Determina a prioridade desta malha para resolver a sobreposição de várias malhas de enchimento. As áreas com sobreposição de várias malhas de enchimento vão assumir as definições da malha com a prioridade mais alta. Uma malha de enchimento com uma prioridade superior irá modificar o enchimento das malhas de enchimento com uma prioridade inferior e também as malhas normais." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Determina a prioridade desta malha para resolver a sobreposição de várias malhas de enchimento. As áreas com sobreposição de várias malhas de enchimento" +" vão assumir as definições da malha com a prioridade mais alta. Uma malha de enchimento com uma prioridade superior irá modificar o enchimento das malhas" +" de enchimento com uma prioridade inferior e também as malhas normais." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5461,8 +6459,12 @@ msgstr "Malha de corte" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Limita o volume desta malha para o interior de outras malhas. Pode utilizar esta opção para fazer com que determinadas áreas de uma malha sejam impressas com diferentes definições e com um extrusor distinta." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Limita o volume desta malha para o interior de outras malhas. Pode utilizar esta opção para fazer com que determinadas áreas de uma malha sejam impressas" +" com diferentes definições e com um extrusor distinta." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5471,7 +6473,9 @@ msgstr "Molde" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Imprime modelos como moldes, os quais podem ser fundidos de forma a obter um modelo que se assemelhe aos modelos da base de construção." #: fdmprinter.def.json @@ -5481,7 +6485,9 @@ msgstr "Largura mínima do molde" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "A distância mínima entre o exterior do molde e o exterior do modelo." #: fdmprinter.def.json @@ -5501,8 +6507,12 @@ msgstr "Ângulo do molde" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "O ângulo da saliência das paredes exteriores criadas para o molde. 0° irá tornar o invólucro exterior do molde vertical, enquanto 90° fará com que o exterior do modelo siga o contorno do mesmo." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "O ângulo da saliência das paredes exteriores criadas para o molde. 0° irá tornar o invólucro exterior do molde vertical, enquanto 90° fará com que o exterior" +" do modelo siga o contorno do mesmo." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5511,7 +6521,9 @@ msgstr "Malha de suporte" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Utilize esta malha para especificar áreas de suporte. Esta opção pode ser utilizada para gerar estruturas de suporte." #: fdmprinter.def.json @@ -5521,8 +6533,11 @@ msgstr "Malha antissaliências" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Utilize esta malha para especificar a parte do modelo que não deve ser detetada como saliência. Esta opção pode ser utilizada para remover estruturas de suporte indesejadas." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Utilize esta malha para especificar a parte do modelo que não deve ser detetada como saliência. Esta opção pode ser utilizada para remover estruturas de" +" suporte indesejadas." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5531,8 +6546,15 @@ msgstr "Modo de superfície" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Tratar o modelo como um volume, apenas como uma superfície ou como volumes com superfícies soltas. O modo de impressão \"Normal\" imprime apenas volumes fechados. O modo \"Superfície\" imprime uma única parede que acompanha a superfície do objecto sem enchimento ou revestimento superior/inferior. O modo \"Ambos\" imprime volumes fechados como \"Normal\" e quaisquer polígonos soltos como superfícies." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Tratar o modelo como um volume, apenas como uma superfície ou como volumes com superfícies soltas. O modo de impressão \"Normal\" imprime apenas volumes" +" fechados. O modo \"Superfície\" imprime uma única parede que acompanha a superfície do objecto sem enchimento ou revestimento superior/inferior. O modo" +" \"Ambos\" imprime volumes fechados como \"Normal\" e quaisquer polígonos soltos como superfícies." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5554,12 +6576,16 @@ msgctxt "magic_spiralize label" msgid "Spiralize Outer Contour" msgstr "\"Spiralize\" Contorno Exterior" -# rever! -# um aumento em Z #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "\"Spiralize\" é uma opção que uniformiza o movimento em Z do contorno exterior. Isto irá criar uma elevação em Z, constante, em toda a peça. Esta funcionalidade transforma um modelo sólido numa impressão com uma única parede e com uma base sólida. Esta funcionalidade só deve ser ativada quando cada camada contiver apenas uma única peça." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "\"Spiralize\" é uma opção que uniformiza o movimento em Z do contorno exterior. Isto irá criar uma elevação em Z, constante, em toda a peça. Esta funcionalidade" +" transforma um modelo sólido numa impressão com uma única parede e com uma base sólida. Esta funcionalidade só deve ser ativada quando cada camada contiver" +" apenas uma única peça." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5568,8 +6594,12 @@ msgstr "\"Spiralize\" Suavizar Contornos" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Suaviza os contornos, criados pelo \"Spiralize\", para reduzir a visibilidade da junta Z (a junta Z deve ser praticamente impercetível na impressão, mas continuará a ser visível na visualização por camadas). Tenha em conta que a suavização tenderá a reduzir/desfocar pequenos detalhes da superfície." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Suaviza os contornos, criados pelo \"Spiralize\", para reduzir a visibilidade da junta Z (a junta Z deve ser praticamente impercetível na impressão, mas" +" continuará a ser visível na visualização por camadas). Tenha em conta que a suavização tenderá a reduzir/desfocar pequenos detalhes da superfície." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5578,8 +6608,16 @@ msgstr "Extrusão relativa" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Utilizar a extrusão relativa em vez da extrusão absoluta. A utilização de passos-E relativos facilita o pós-processamento do G-code. Contudo, isto não é compatível com todas as impressoras e poderá produzir ligeiros desvios na quantidade de material depositado em comparação com os passos-E absolutos. Não considerando esta definição, o modo de extrusão será sempre definido como absoluto antes da exportação de qualquer script g-code." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Utilizar a extrusão relativa em vez da extrusão absoluta. A utilização de passos-E relativos facilita o pós-processamento do G-code. Contudo, isto não" +" é compatível com todas as impressoras e poderá produzir ligeiros desvios na quantidade de material depositado em comparação com os passos-E absolutos." +" Não considerando esta definição, o modo de extrusão será sempre definido como absoluto antes da exportação de qualquer script g-code." #: fdmprinter.def.json msgctxt "experimental label" @@ -5598,8 +6636,18 @@ msgstr "Tolerância do Seccionamento" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Tolerância vertical nas camadas seccionadas. Os contornos de uma camada são geralmente gerados passando as secções cruzadas através do centro de cada espessura da camada (Centro). Como alternativa, cada camada pode conter as áreas que se encontram no interior do volume ao longo de toda a espessura da camada (Exclusivo) ou uma camada pode conter as áreas que se encontram em qualquer sítio do interior da camada (Inclusivo). A opção Inclusivo retém o maior número de detalhes, a opção Exclusivo garante a melhor adaptação ao modelo e a opção Centro permanece próximo da superfície original." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Tolerância vertical nas camadas seccionadas. Os contornos de uma camada são geralmente gerados passando as secções cruzadas através do centro de cada espessura" +" da camada (Centro). Como alternativa, cada camada pode conter as áreas que se encontram no interior do volume ao longo de toda a espessura da camada (Exclusivo)" +" ou uma camada pode conter as áreas que se encontram em qualquer sítio do interior da camada (Inclusivo). A opção Inclusivo retém o maior número de detalhes," +" a opção Exclusivo garante a melhor adaptação ao modelo e a opção Centro permanece próximo da superfície original." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5658,8 +6706,12 @@ msgstr "Ordem da superfície superior em \"Monotonic\"" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Imprimir as linhas da superfície superior numa ordem que faz com que ocorra sempre uma sobreposição com linhas adjacentes numa única direção. Este processo demora ligeiramente mais tempo a imprimir, mas torna o aspeto das superfícies planas mais consistente." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Imprimir as linhas da superfície superior numa ordem que faz com que ocorra sempre uma sobreposição com linhas adjacentes numa única direção. Este processo" +" demora ligeiramente mais tempo a imprimir, mas torna o aspeto das superfícies planas mais consistente." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5668,8 +6720,17 @@ msgstr "Direções Linha Revestimento Superior" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar quando as camadas de revestimento da superfície superior utilizarem o padrão de Linhas ou Ziguezague. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito a lista está vazia, o que significa a utilização dos ângulos predefinidos tradicionais (45 e 135 graus)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Uma lista de ângulos (números inteiros) relativos às direções de linha a utilizar quando as camadas de revestimento da superfície superior utilizarem o" +" padrão de Linhas ou Ziguezague. Os valores da lista são utilizados em sequência, à medida que as camadas progridem, voltando ao início assim que a lista" +" chega ao fim. Os itens da lista são separados por vírgulas e a lista completa é escrita entre parênteses retos. Por defeito a lista está vazia, o que" +" significa a utilização dos ângulos predefinidos tradicionais (45 e 135 graus)." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5678,8 +6739,15 @@ msgstr "Optimização Deslocação Enchimento" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Quando activado, a ordem, pela qual as linhas de enchimento são impressas, é optimizada para poder reduzir a distância percorrida. A redução do tempo total de deslocação depende de muitos factores tais como, o modelo que está a ser seccionado, o padrão de enchimento, a densidade, etc. Ter em atenção que para modelos que tenham muitas áreas pequenas de enchimento, o tempo de seccionamento pode aumentar consideravelmente." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Quando activado, a ordem, pela qual as linhas de enchimento são impressas, é optimizada para poder reduzir a distância percorrida. A redução do tempo total" +" de deslocação depende de muitos factores tais como, o modelo que está a ser seccionado, o padrão de enchimento, a densidade, etc. Ter em atenção que para" +" modelos que tenham muitas áreas pequenas de enchimento, o tempo de seccionamento pode aumentar consideravelmente." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5688,7 +6756,9 @@ msgstr "Temperatura Automática" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Mudar, automaticamente, a temperatura de cada camada com a velocidade de fluxo média dessa camada." #: fdmprinter.def.json @@ -5698,7 +6768,9 @@ msgstr "Gráfico de temperatura de fluxo" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Os dados que ligam o fluxo de material (em mm3 por segundo) à temperatura (graus Celsius)." #: fdmprinter.def.json @@ -5708,17 +6780,15 @@ msgstr "Circunferência Mínima do Polígono" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Os polígonos em camadas seccionadas que apresentem uma circunferência mais pequena do que este valor serão filtrados. Valores mais reduzidos originam malhas de resolução superior à custa do tempo de seccionamento. Destina-se principalmente a impressoras SLA de alta resolução e a modelos 3D muito pequenos com muitos detalhes." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Os polígonos em camadas seccionadas que apresentem uma circunferência mais pequena do que este valor serão filtrados. Valores mais reduzidos originam malhas" +" de resolução superior à custa do tempo de seccionamento. Destina-se principalmente a impressoras SLA de alta resolução e a modelos 3D muito pequenos com" +" muitos detalhes." -# rever! -# Is the english string correct? for the label? -# -Break up -# Partir? -# Dividir? -# -chunks -# Partes? -# Pedaços? #: fdmprinter.def.json msgctxt "support_skip_some_zags label" msgid "Break Up Support In Chunks" @@ -5726,11 +6796,12 @@ msgstr "Separar Suportes em Blocos" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." -msgstr "Ignorar algumas ligações das linhas de suporte para facilitar a separação da estrutura de suporte. Esta definição é aplicável ao padrão em Ziguezague do enchimento de suporte." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." +msgstr "Ignorar algumas ligações das linhas de suporte para facilitar a separação da estrutura de suporte. Esta definição é aplicável ao padrão em Ziguezague do" +" enchimento de suporte." -# rever! -# Is the english string correct? for the label? #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm label" msgid "Support Chunk Size" @@ -5738,11 +6809,11 @@ msgstr "Tamanho do bloco de suporte" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Omitir uma ligação entre as linhas de suporte a cada \"x\" milímetros para facilitar a separação da estrutura de suporte." -# rever! -# Is the english string correct? for the label? #: fdmprinter.def.json msgctxt "support_zag_skip_count label" msgid "Support Chunk Line Count" @@ -5750,7 +6821,9 @@ msgstr "Número de linhas do bloco de suporte" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Ignorar uma em cada \"x\" linhas de ligação para facilitar a separação da estrutura de suporte." #: fdmprinter.def.json @@ -5760,8 +6833,11 @@ msgstr "Barreira contra correntes de ar" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Isto irá criar uma parede em torno do modelo, que retém o ar (quente) e protege contra correntes de ar externas. Esta opção é especialmente útil para materiais que se deformam com facilidade." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Isto irá criar uma parede em torno do modelo, que retém o ar (quente) e protege contra correntes de ar externas. Esta opção é especialmente útil para materiais" +" que se deformam com facilidade." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5780,8 +6856,11 @@ msgstr "Limite de proteção contra correntes de ar" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." -msgstr "Define a altura da proteção contra correntes de ar. Opte por imprimir a proteção contra correntes de ar com a altura máxima do modelo ou com uma altura limitada." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." +msgstr "Define a altura da proteção contra correntes de ar. Opte por imprimir a proteção contra correntes de ar com a altura máxima do modelo ou com uma altura" +" limitada." #: fdmprinter.def.json msgctxt "draft_shield_height_limitation option full" @@ -5800,7 +6879,9 @@ msgstr "Altura da proteção contra correntes de ar" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Limite de altura da proteção contra correntes de ar. Não será impressa qualquer proteção contra correntes de ar acima desta altura." #: fdmprinter.def.json @@ -5810,8 +6891,12 @@ msgstr "Tornar Saliência Imprimível" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Altera a geometria do modelo impresso de forma que seja necessário suporte mínimo. Saliências acentuadas tornar-se-ão saliências rasas. As áreas de saliências irão baixar para se tornarem mais verticais." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Altera a geometria do modelo impresso de forma que seja necessário suporte mínimo. Saliências acentuadas tornar-se-ão saliências rasas. As áreas de saliências" +" irão baixar para se tornarem mais verticais." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5820,8 +6905,12 @@ msgstr "Ângulo máximo do modelo" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "O ângulo máximo das saliências após se terem tornado imprimíveis. Com um valor de 0°, todas as saliências são substituídas por um modelo ligado à base de construção e, com um valor de 90°, o modelo não será alterado de forma alguma." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "O ângulo máximo das saliências após se terem tornado imprimíveis. Com um valor de 0°, todas as saliências são substituídas por um modelo ligado à base" +" de construção e, com um valor de 90°, o modelo não será alterado de forma alguma." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5830,20 +6919,26 @@ msgstr "Área máxima do buraco da saliência" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "A área máxima de um buraco na base do modelo antes que seja removido por Tornar Saliência Imprimível. Buracos mais pequenos do que este valor serão mantidos. Um valor de 0 mm² preencherá todos os buracos na base do modelo." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "A área máxima de um buraco na base do modelo antes que seja removido por Tornar Saliência Imprimível. Buracos mais pequenos do que este valor serão mantidos." +" Um valor de 0 mm² preencherá todos os buracos na base do modelo." #: fdmprinter.def.json msgctxt "coasting_enable label" msgid "Enable Coasting" msgstr "Ativar desaceleração" -# rever! -# fios soltos? #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "\"Coasting\" substitui a última parte de um percurso de extrusão por um percurso de deslocamento. O material que escorreu é utilizado para imprimir a última parte do percurso de extrusão de forma a reduzir o surgimento de fios." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "\"Coasting\" substitui a última parte de um percurso de extrusão por um percurso de deslocamento. O material que escorreu é utilizado para imprimir a última" +" parte do percurso de extrusão de forma a reduzir o surgimento de fios." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5852,7 +6947,9 @@ msgstr "Volume de desaceleração" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "O volume que de outra forma iria escorrer. Geralmente, este valor deve ser próximo ao diâmetro cúbico do nozzle." #: fdmprinter.def.json @@ -5862,8 +6959,13 @@ msgstr "Volume mínimo antes da desaceleração" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "O menor volume que um caminho de extrusão deve ter antes de permitir a desaceleração. Para caminhos de extrusão mais curtos, é acumulada menos pressão no tubo Bowden e, como tal, o volume de desaceleração adota uma escala linear. Este valor deve sempre ser superior ao Volume de desaceleração." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "O menor volume que um caminho de extrusão deve ter antes de permitir a desaceleração. Para caminhos de extrusão mais curtos, é acumulada menos pressão" +" no tubo Bowden e, como tal, o volume de desaceleração adota uma escala linear. Este valor deve sempre ser superior ao Volume de desaceleração." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5872,8 +6974,12 @@ msgstr "Velocidade de desaceleração" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "A velocidade de movimento durante a desaceleração, relativa à velocidade do caminho de extrusão. É recomendado um valor ligeiramente abaixo de 100%, uma vez que durante o movimento de desaceleração, a pressão no tubo Bowden diminui." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "A velocidade de movimento durante a desaceleração, relativa à velocidade do caminho de extrusão. É recomendado um valor ligeiramente abaixo de 100%, uma" +" vez que durante o movimento de desaceleração, a pressão no tubo Bowden diminui." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5882,7 +6988,9 @@ msgstr "Tamanho da bolsa de cruz 3D" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "O tamanho das bolsas em cruzamentos de quatro vias no padrão de cruz 3D em alturas onde o padrão está em contacto consigo próprio." #: fdmprinter.def.json @@ -5892,7 +7000,9 @@ msgstr "Imagem Densidade Enchimento Cruz" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "A localização de uma imagem em que os valores de luminosidade desta determinam a densidade mínima na posição correspondente no enchimento da impressão." #: fdmprinter.def.json @@ -5902,7 +7012,9 @@ msgstr "Imagem Densidade Suporte em Cruz" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "A localização de uma imagem em que os valores de luminosidade desta determinam a densidade mínima na posição correspondente nos suportes." #: fdmprinter.def.json @@ -5922,8 +7034,13 @@ msgstr "Ângulo do suporte cónico" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "O ângulo da inclinação do suporte cónico. 0 graus é vertical e 90 graus é horizontal. Ângulos mais reduzidos tornam o suporte mais robusto, mas consomem mais material. Ângulos negativos tornam a base do suporte mais larga do que a parte superior." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "O ângulo da inclinação do suporte cónico. 0 graus é vertical e 90 graus é horizontal. Ângulos mais reduzidos tornam o suporte mais robusto, mas consomem" +" mais material. Ângulos negativos tornam a base do suporte mais larga do que a parte superior." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5932,7 +7049,9 @@ msgstr "Largura mínima do suporte cónico" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "O diâmetro mínima para a qual a base da área do suporte cónico é reduzida. Larguras reduzidas podem originar estruturas de suporte instáveis." #: fdmprinter.def.json @@ -5942,7 +7061,9 @@ msgstr "Revestimento Difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Vibra aleatoriamente enquanto imprime a parede exterior, para que a superfície apresente um aspeto rugoso e difuso." #: fdmprinter.def.json @@ -5962,8 +7083,11 @@ msgstr "Espessura Revestimento Difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." -msgstr "O diâmetro dentro da qual deve ser produzida vibração. É recomendado mantê-la abaixo do diâmetro da parede exterior, uma vez que as paredes interiores não são alteradas." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." +msgstr "O diâmetro dentro da qual deve ser produzida vibração. É recomendado mantê-la abaixo do diâmetro da parede exterior, uma vez que as paredes interiores" +" não são alteradas." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density label" @@ -5972,8 +7096,12 @@ msgstr "Densidade Revestimento Difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "A densidade média dos pontos introduzidos em cada polígono numa camada. Observe que os pontos originais do polígono são eliminados, pelo que uma densidade baixa resulta numa redução da resolução." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "A densidade média dos pontos introduzidos em cada polígono numa camada. Observe que os pontos originais do polígono são eliminados, pelo que uma densidade" +" baixa resulta numa redução da resolução." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5982,8 +7110,13 @@ msgstr "Distância do ponto de revestimento difuso" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "A distância média entre os pontos aleatórios introduzidos em cada segmento de linha. Observe que os pontos originais do polígono são eliminados, pelo que uma suavidade elevada resulta numa redução da resolução. Este valor deve ser superior a metade da Espessura do revestimento difuso." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "A distância média entre os pontos aleatórios introduzidos em cada segmento de linha. Observe que os pontos originais do polígono são eliminados, pelo que" +" uma suavidade elevada resulta numa redução da resolução. Este valor deve ser superior a metade da Espessura do revestimento difuso." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5992,7 +7125,9 @@ msgstr "Desvio de extrusão máximo de compensação da taxa de fluxo" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "A distância máxima em mm de deslocação do filamento para compensar alterações na taxa de fluxo." #: fdmprinter.def.json @@ -6002,8 +7137,12 @@ msgstr "Fator de compensação da taxa de fluxo" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "Até que distância o filamento se deve mover para compensar as alterações na taxa de fluxo, como uma percentagem da distância que o filamento iria percorrer num segundo de extrusão." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "Até que distância o filamento se deve mover para compensar as alterações na taxa de fluxo, como uma percentagem da distância que o filamento iria percorrer" +" num segundo de extrusão." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -6012,8 +7151,13 @@ msgstr "Impressão em Fios" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Imprime apenas a superfície exterior com uma estrutura entrelaçada dispersa a partir \"do ar\". Isto é realizado ao imprimir horizontalmente os contornos do modelo em determinados intervalos Z que são ligados através de linhas ascendentes e diagonais descendentes." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Imprime apenas a superfície exterior com uma estrutura entrelaçada dispersa a partir \"do ar\". Isto é realizado ao imprimir horizontalmente os contornos" +" do modelo em determinados intervalos Z que são ligados através de linhas ascendentes e diagonais descendentes." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -6022,8 +7166,12 @@ msgstr "Altura de ligação da impressão em fios" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." -msgstr "A altura das linhas ascendentes e diagonais descendentes entre duas partes horizontais. Isto determina a densidade geral da estrutura de rede. Aplica-se apenas à impressão de fios." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "A altura das linhas ascendentes e diagonais descendentes entre duas partes horizontais. Isto determina a densidade geral da estrutura de rede. Aplica-se" +" apenas à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_roof_inset label" @@ -6032,7 +7180,9 @@ msgstr "Distância de inserção do tecto da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "A distância percorrida ao efetuar uma ligação a partir de um contorno de telhado interno. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6042,7 +7192,9 @@ msgstr "Velocidade da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Velocidade à qual o nozzle se movimenta ao extrudir material. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6052,8 +7204,11 @@ msgstr "Velocidade de impressão da parte inferior da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." -msgstr "Velocidade de impressão da primeira camada, que é a única camada que entra em contacto com a plataforma de construção. Aplica-se apenas à impressão de fios." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." +msgstr "Velocidade de impressão da primeira camada, que é a única camada que entra em contacto com a plataforma de construção. Aplica-se apenas à impressão de" +" fios." #: fdmprinter.def.json msgctxt "wireframe_printspeed_up label" @@ -6062,7 +7217,8 @@ msgstr "Velocidade de impressão ascendente da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "A velocidade de impressão de uma linha ascendente \"no ar\". Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6072,7 +7228,8 @@ msgstr "Velocidade de impressão descendente da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Velocidade de impressão de uma linha diagonal descendente. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6082,7 +7239,9 @@ msgstr "Velocidade de impressão horizontal da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Velocidade de impressão de contornos horizontais do modelo. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6092,7 +7251,9 @@ msgstr "Fluxo de impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Compensação de fluxo: a quantidade de material extrudido é multiplicada por este valor. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6112,7 +7273,8 @@ msgstr "Fluxo plano da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Compensação de fluxo ao imprimir linhas planas. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6122,7 +7284,9 @@ msgstr "Atraso superior da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "O tempo de atraso após um movimento ascendente, para que a linha ascendente possa endurecer. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6142,8 +7306,12 @@ msgstr "Atraso plano da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Tempo de atraso entre dois segmentos horizontais. A introdução desse atraso pode causar melhor aderência às camadas anteriores nos pontos de ligação. No entanto, os atrasos demasiado longos podem causar flacidez. Aplica-se apenas à impressão de fios." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Tempo de atraso entre dois segmentos horizontais. A introdução desse atraso pode causar melhor aderência às camadas anteriores nos pontos de ligação. No" +" entanto, os atrasos demasiado longos podem causar flacidez. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -6154,10 +7322,10 @@ msgstr "Facilidade de movimento ascendente da impressão de fios" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"A distância de um movimento ascendente que é extrudido a metade da velocidade.\n" -"Isto pode causar melhor aderência às camadas anteriores, sendo que o material nessas camadas não é demasiado aquecido. Aplica-se apenas à impressão de fios." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "A distância de um movimento ascendente que é extrudido a metade da velocidade.\nIsto pode causar melhor aderência às camadas anteriores, sendo que o material" +" nessas camadas não é demasiado aquecido. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6166,8 +7334,12 @@ msgstr "Tamanho do nó da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Cria um pequeno nó no topo de uma linha ascendente, para que a camada horizontal subsequente possa ligar-se com maior facilidade. Aplica-se apenas à impressão de fios." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Cria um pequeno nó no topo de uma linha ascendente, para que a camada horizontal subsequente possa ligar-se com maior facilidade. Aplica-se apenas à impressão" +" de fios." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6176,7 +7348,9 @@ msgstr "Queda da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "Distância à qual o material cai após uma extrusão ascendente. Esta distância é compensada. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json @@ -6186,8 +7360,12 @@ msgstr "Arrastamento da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "Distância à qual o material de uma extrusão ascendente é arrastado juntamente com a extrusão diagonal descendente. Esta distância é compensada. Aplica-se apenas à impressão de fios." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "Distância à qual o material de uma extrusão ascendente é arrastado juntamente com a extrusão diagonal descendente. Esta distância é compensada. Aplica-se" +" apenas à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6196,8 +7374,18 @@ msgstr "Estratégia de impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Estratégia para assegurar que duas camadas consecutivas se ligam a cada ponto de ligação. A retração permite que as linhas ascendentes endureçam na posição correta, mas pode causar a trituração do filamento. É possível fazer um nó no final de uma linha ascendente para aumentar a probabilidade de ligação e para permitir o arrefecimento da linha. No entanto, podem ser necessárias velocidades de impressão reduzidas. Outra estratégia é compensar a flacidez do topo de uma linha ascendente. Porém, as linhas nem sempre cairão conforme previsto." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Estratégia para assegurar que duas camadas consecutivas se ligam a cada ponto de ligação. A retração permite que as linhas ascendentes endureçam na posição" +" correta, mas pode causar a trituração do filamento. É possível fazer um nó no final de uma linha ascendente para aumentar a probabilidade de ligação e" +" para permitir o arrefecimento da linha. No entanto, podem ser necessárias velocidades de impressão reduzidas. Outra estratégia é compensar a flacidez" +" do topo de uma linha ascendente. Porém, as linhas nem sempre cairão conforme previsto." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6221,8 +7409,12 @@ msgstr "Linhas retas descendentes da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "A percentagem de uma linha diagonal descendente que é abrangida por uma peça da linha horizontal. Isto pode impedir a flacidez do ponto mais elevado das linhas ascendentes. Aplica-se apenas à impressão de fios." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "A percentagem de uma linha diagonal descendente que é abrangida por uma peça da linha horizontal. Isto pode impedir a flacidez do ponto mais elevado das" +" linhas ascendentes. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6231,8 +7423,12 @@ msgstr "Queda do tecto da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "A distância à qual as linhas horizontais do tecto que são impressas \"no ar\" caem ao ser impressas. Esta distância é compensada. Aplica-se apenas à impressão de fios." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "A distância à qual as linhas horizontais do tecto que são impressas \"no ar\" caem ao ser impressas. Esta distância é compensada. Aplica-se apenas à impressão" +" de fios." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6241,8 +7437,12 @@ msgstr "Arrastamento do tecto da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "A distância da parte final de uma linha interior que é arrastada ao regressar ao contorno externo do tecto. Esta distância é compensada. Aplica-se apenas à impressão de fios." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "A distância da parte final de uma linha interior que é arrastada ao regressar ao contorno externo do tecto. Esta distância é compensada. Aplica-se apenas" +" à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6251,8 +7451,11 @@ msgstr "Atraso externo do tecto da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "Tempo gasto nos perímetros externos do buraco que se irá transformar em tecto. Períodos de tempo mais longos permitem garantir uma melhor ligação. Aplica-se apenas à impressão de fios." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "Tempo gasto nos perímetros externos do buraco que se irá transformar em tecto. Períodos de tempo mais longos permitem garantir uma melhor ligação. Aplica-se" +" apenas à impressão de fios." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6261,8 +7464,13 @@ msgstr "Espaço do nozzle da impressão de fios" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Distância entre o nozzle e as linhas horizontais descendentes. Uma maior folga resulta em linhas horizontais descendentes com um ângulo menos acentuado, o que, por sua vez, resulta em menos ligações ascendentes com a camada seguinte. Aplica-se apenas à impressão de fios." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Distância entre o nozzle e as linhas horizontais descendentes. Uma maior folga resulta em linhas horizontais descendentes com um ângulo menos acentuado," +" o que, por sua vez, resulta em menos ligações ascendentes com a camada seguinte. Aplica-se apenas à impressão de fios." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6271,7 +7479,9 @@ msgstr "Utilizar camadas adaptáveis" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Camadas Adaptáveis calcula as espessuras das camadas conforme a forma do modelo." #: fdmprinter.def.json @@ -6291,7 +7501,9 @@ msgstr "Tamanho da fase de variação das camadas adaptáveis" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "A diferença de espessura da camada seguinte em comparação com a anterior." #: fdmprinter.def.json @@ -6301,8 +7513,12 @@ msgstr "Dimensão da topografia das camadas adaptáveis" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Distância horizontal pretendida entre duas camadas adjacentes. Reduzir o valor desta definição faz com que camadas mais finas sejam utilizadas para juntar mais os contornos das camadas." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Distância horizontal pretendida entre duas camadas adjacentes. Reduzir o valor desta definição faz com que camadas mais finas sejam utilizadas para juntar" +" mais os contornos das camadas." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6311,8 +7527,13 @@ msgstr "Ângulo da parede de saliências" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "As paredes com saliências que ultrapassem este ângulo serão impressas utilizando definições de parede de saliências. Quando o valor é 90, nenhuma parede é considerada como sendo uma saliência. As saliências suportadas por suporte também não serão consideradas como saliências." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "As paredes com saliências que ultrapassem este ângulo serão impressas utilizando definições de parede de saliências. Quando o valor é 90, nenhuma parede" +" é considerada como sendo uma saliência. As saliências suportadas por suporte também não serão consideradas como saliências." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6321,7 +7542,9 @@ msgstr "Velocidade da parede de saliências" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "As paredes de saliências serão impressas a esta percentagem da sua velocidade de impressão normal." #: fdmprinter.def.json @@ -6331,7 +7554,9 @@ msgstr "Ativar Definições de Bridge" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Detetar vãos (bridges) e modificar as definições da velocidade de impressão, do fluxo e da ventoinha durante a impressão de vãos ou saliências." #: fdmprinter.def.json @@ -6341,8 +7566,12 @@ msgstr "Comprimento mínimo da parede de Bridge" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Paredes sem suporte com comprimento menor que este valor serão impressas utilizando as definições de parede normais. Paredes sem suporte mais longas serão impressas utilizando as definições da parede de Bridge." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Paredes sem suporte com comprimento menor que este valor serão impressas utilizando as definições de parede normais. Paredes sem suporte mais longas serão" +" impressas utilizando as definições da parede de Bridge." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6351,8 +7580,12 @@ msgstr "Limiar do suporte do revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Se uma região de revestimento for suportada por menos do que esta percentagem da sua área, imprima-a utilizando as definições de Bridge. Caso contrário, será impressa utilizando as definições de revestimento normais." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Se uma região de revestimento for suportada por menos do que esta percentagem da sua área, imprima-a utilizando as definições de Bridge. Caso contrário," +" será impressa utilizando as definições de revestimento normais." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6361,8 +7594,11 @@ msgstr "Densidade Máx. Enchimento Disperso de Bridge" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "Densidade máxima do enchimento considerado como disperso. O revestimento sobre o enchimento disperso não é considerado como ter suportes, pelo que pode ser tratado como um revestimento de Bridge." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "Densidade máxima do enchimento considerado como disperso. O revestimento sobre o enchimento disperso não é considerado como ter suportes, pelo que pode" +" ser tratado como um revestimento de Bridge." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6371,8 +7607,12 @@ msgstr "Desaceleração da parede de Bridge" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Isto controla a distância que o extrusor deve desacelerar imediatamente antes do início de uma parede de Bridge. Desacelerar antes do início de Bridge pode reduzir a pressão no nozzle e poderá produzir um vão mais liso." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Isto controla a distância que o extrusor deve desacelerar imediatamente antes do início de uma parede de Bridge. Desacelerar antes do início de Bridge" +" pode reduzir a pressão no nozzle e poderá produzir um vão mais liso." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6391,7 +7631,9 @@ msgstr "Fluxo da parede de Bridge" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Ao imprimir as paredes de Bridge, a quantidade de material extrudido é multiplicada por este valor." #: fdmprinter.def.json @@ -6411,7 +7653,9 @@ msgstr "Fluxo do revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Ao imprimir as regiões do revestimento de Bridge, a quantidade de material extrudido é multiplicada por este valor." #: fdmprinter.def.json @@ -6421,7 +7665,9 @@ msgstr "Densidade do revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "A densidade da camada do revestimento de Bridge. Valores inferiores a 100 irão aumentar as folgas entre as linhas revestimento." #: fdmprinter.def.json @@ -6441,8 +7687,12 @@ msgstr "Bridge com múltiplas camadas" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Se ativada, a segunda e a terceira camada sobre o ar são impressas utilizando as seguintes definições. Caso contrário, essas camadas são impressas utilizando as definições normais." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Se ativada, a segunda e a terceira camada sobre o ar são impressas utilizando as seguintes definições. Caso contrário, essas camadas são impressas utilizando" +" as definições normais." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6461,7 +7711,9 @@ msgstr "Fluxo do segundo revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Ao imprimir a segunda camada do revestimento de Bridge, a quantidade de material extrudido é multiplicada por este valor." #: fdmprinter.def.json @@ -6471,7 +7723,9 @@ msgstr "Densidade do segundo revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "A densidade da segunda camada do revestimento de Bridge. Valores inferiores a 100 irão aumentar as folgas entre as linhas revestimento." #: fdmprinter.def.json @@ -6501,7 +7755,9 @@ msgstr "Fluxo do terceiro revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Ao imprimir a terceira camada do revestimento de Bridge, a quantidade de material extrudido é multiplicada por este valor." #: fdmprinter.def.json @@ -6511,7 +7767,9 @@ msgstr "Densidade do terceiro revestimento de Bridge" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "A densidade da terceira camada do revestimento de Bridge. Valores inferiores a 100 irão aumentar as folgas entre as linhas revestimento." #: fdmprinter.def.json @@ -6531,8 +7789,13 @@ msgstr "Limpar nozzle entre camadas" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Se, se deve incluir o G-Code para a limpeza do nozzle entre camadas (máximo de 1 por camada). Ativar esta definição pode influenciar o comportamento da retração na mudança da camada. Utilize as definições da Retração de Limpeza para controlar a retração em camadas onde o script de limpeza estará a funcionar." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Se, se deve incluir o G-Code para a limpeza do nozzle entre camadas (máximo de 1 por camada). Ativar esta definição pode influenciar o comportamento da" +" retração na mudança da camada. Utilize as definições da Retração de Limpeza para controlar a retração em camadas onde o script de limpeza estará a funcionar." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6541,8 +7804,13 @@ msgstr "Volume de material entre limpezas" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Quantidade máxima de material que pode ser extrudido antes de ser iniciada outra limpeza do nozzle. Se este valor for inferior ao volume do material necessário numa camada, esta definição não tem qualquer influência nessa camada, ou seja, está limitada a uma limpeza por camada." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Quantidade máxima de material que pode ser extrudido antes de ser iniciada outra limpeza do nozzle. Se este valor for inferior ao volume do material necessário" +" numa camada, esta definição não tem qualquer influência nessa camada, ou seja, está limitada a uma limpeza por camada." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6561,7 +7829,8 @@ msgstr "Distância de retração da limpeza" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "Quantidade de filamento a retrair para não escorrer durante a sequência de limpeza." #: fdmprinter.def.json @@ -6571,7 +7840,9 @@ msgstr "Quantidade de preparação adicional de retração de limpeza" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Pode ocorrer escorrimento de material durante um movimento de deslocação de limpeza, o qual pode ser compensado aqui." #: fdmprinter.def.json @@ -6581,7 +7852,9 @@ msgstr "Velocidade de retração de limpeza" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "A velocidade a que o filamento é retraído e preparado durante um movimento de retração de limpeza." #: fdmprinter.def.json @@ -6591,7 +7864,8 @@ msgstr "Velocidade de retração na retração de limpeza" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "A velocidade a que o filamento é retraído durante um movimento de retração de limpeza." #: fdmprinter.def.json @@ -6601,7 +7875,8 @@ msgstr "Velocidade de preparação da retração de limpeza" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "A velocidade a que o filamento é preparado durante um movimento de retração de limpeza." #: fdmprinter.def.json @@ -6621,8 +7896,12 @@ msgstr "Salto Z de limpeza" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Quando efetuar a limpeza, a base de construção é descida para criar um espaço entre o nozzle e a impressão. Impede o nozzle de atingir a impressão durante os movimentos de deslocação, reduzindo a possibilidade de derrubar a impressão da base de construção." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Quando efetuar a limpeza, a base de construção é descida para criar um espaço entre o nozzle e a impressão. Impede o nozzle de atingir a impressão durante" +" os movimentos de deslocação, reduzindo a possibilidade de derrubar a impressão da base de construção." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6681,7 +7960,9 @@ msgstr "Tamanho máximo do buraco pequeno" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Os buracos e os contornos das peças com um diâmetro inferior a este valor serão impressos à Velocidade de elemento pequeno." #: fdmprinter.def.json @@ -6691,7 +7972,9 @@ msgstr "Comprimento máximo do elemento pequeno" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Os contornos do elemento com um comprimento inferior a este serão impressos à Velocidade de elemento pequeno." #: fdmprinter.def.json @@ -6701,8 +7984,11 @@ msgstr "Velocidade de elemento pequeno" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Os elementos pequenos serão impressos a esta percentagem da respetiva velocidade de impressão normal. Uma impressão mais lenta pode ajudar em termos de aderência e precisão." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." +msgstr "Os elementos pequenos serão impressos a esta percentagem da respetiva velocidade de impressão normal. Uma impressão mais lenta pode ajudar em termos de" +" aderência e precisão." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" @@ -6711,38 +7997,46 @@ msgstr "Velocidade da camada inicial de partes pequenas" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Os elementos pequenos na primeira camada serão impressos a esta percentagem da respetiva velocidade de impressão normal. Uma impressão mais lenta pode ajudar em termos de aderência e precisão." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "Os elementos pequenos na primeira camada serão impressos a esta percentagem da respetiva velocidade de impressão normal. Uma impressão mais lenta pode" +" ajudar em termos de aderência e precisão." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Direções de parede alternadas" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Alterne as inserções e as direções das parede em camadas em cada camada. Útil para materiais que podem acumular tensão, como para a impressão de metal." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Remover cantos interiores do raft" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Remover os cantos interiores do raft, fazendo com que o raft se torne convexo." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Número de paredes da base do raft" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "O número de contornos a imprimir em torno do padrão linear na camada base do raft." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6751,7 +8045,9 @@ msgstr "Definições de linha de comando" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Definições que só são utilizadas se o CuraEngine não for ativado a partir do front-end do Cura." #: fdmprinter.def.json @@ -6761,7 +8057,9 @@ msgstr "Centrar Objeto" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "Permite centrar o objeto no centro da base de construção (0,0), em vez de utilizar o sistema de coordenadas no qual o objeto foi guardado." #: fdmprinter.def.json @@ -6791,7 +8089,9 @@ msgstr "Posição Z do Objeto" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Desvio aplicado ao objeto na direção Z. Com esta opção, é possível realizar o que se costumava designar como \"Afundamento de objetos\"." #: fdmprinter.def.json @@ -6801,7 +8101,8 @@ msgstr "Matriz Rotação do Objeto" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Matriz de transformação a ser aplicada ao modelo quando abrir o ficheiro." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 9d99bc412d..7903ba2df1 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2022-01-10 12:09+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Russian , Ruslan Popov , Russian \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.3\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Не могу получить информацию об обновле #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "Для {machine_name} доступны новые функции или исправления! Если у вас не установлена самая последняя версия прошивки принтера, рекомендуем обновить ее до версии {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "Для {machine_name} доступны новые функции или исправления! Если у вас не установлена самая последняя версия прошивки принтера, рекомендуем обновить ее" +" до версии {latest_version}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Обновить прошивку" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura обнаружены профили материалов, которые пока не установлены в главном принтере группы {0}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +240,9 @@ msgstr "Отправка материалов на принтер" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "Вы пытаетесь подключиться к {0}, но это не главный принтер группы. Откройте веб-страницу, чтобы настроить его в качестве главного принтера группы." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +300,10 @@ msgstr "Данные отправлены" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"Ваш принтер {printer_name} может быть подключен через облако.\n" -" Управляйте очередью печати и следите за результатом из любого места благодаря подключению принтера к Digital Factory" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "Ваш принтер {printer_name} может быть подключен через облако.\n Управляйте очередью печати и следите за результатом из любого места благодаря подключению" +" принтера к Digital Factory" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +322,9 @@ msgstr "Узнать больше" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Вы пытаетесь подключиться к принтеру, на котором не работает Ultimaker Connect. Обновите прошивку принтера до последней версии." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -365,9 +376,9 @@ msgstr "Подключиться через сеть" msgctxt "info:status" msgid "New printer detected from your Ultimaker account" msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "Новый принтер обнаружен из учетной записи Ultimaker" -msgstr[1] "Новых принтера обнаружено из учетной записи Ultimaker" -msgstr[2] "Новых принтеров обнаружено из учетной записи Ultimaker" +msgstr[0] "New printer detected from your Ultimaker account" +msgstr[1] "New printers detected from your Ultimaker account" +msgstr[2] "New printers detected from your Ultimaker account" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 #, python-brace-format @@ -454,25 +465,22 @@ msgstr "Удалить принтеры?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"Вы удаляете {0} принтер из Cura. Это действие невозможно будет отменить.\n" -"Продолжить?" -msgstr[1] "" -"Вы удаляете {0} принтера из Cura. Это действие невозможно будет отменить.\n" -"Продолжить?" -msgstr[2] "" -"Вы удаляете {0} принтеров из Cura. Это действие невозможно будет отменить.\n" -"Продолжить?" +msgstr[0] "Вы удаляете {0} принтер из Cura. Это действие невозможно будет отменить.\nПродолжить?" +msgstr[1] "Вы удаляете {0} принтера из Cura. Это действие невозможно будет отменить.\nПродолжить?" +msgstr[2] "Вы удаляете {0} принтеров из Cura. Это действие невозможно будет отменить.\nПродолжить?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgstr "Вы удаляете все принтеры из Cura. Это действие невозможно будет отменить.Продолжить?" @@ -516,15 +524,16 @@ msgstr "Помощник по 3D-моделям" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Одна или несколько 3D-моделей могут не напечататься оптимальным образом из-за размера модели и конфигурации материала:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    Узнайте, как обеспечить максимально возможное качество и высокую надежность печати.

    \n" -"

    Ознакомиться с руководством по качеству печати

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Одна или несколько 3D-моделей могут не напечататься оптимальным образом из-за размера модели и конфигурации материала:

    \n

    {model_names}

    \n

    Узнайте," +" как обеспечить максимально возможное качество и высокую надежность печати.

    \n

    Ознакомиться с" +" руководством по качеству печати

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -598,7 +607,9 @@ msgstr "Права на запись рабочей среды отсутств #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "Операционная система не позволяет сохранять файл проекта в этом каталоге или с этим именем файла." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -619,7 +630,9 @@ msgstr "Сжатый файл с G-кодом" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Нарезка на слои не выполнена из-за непредвиденной ошибки. Возможно, стоит сообщить об ошибке в нашей системе отслеживания проблем." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -639,7 +652,9 @@ msgstr "Сообщите об ошибке в системе отслежива #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Невозможно нарезать модель, используя текущий материал, так как он несовместим с выбранной машиной или конфигурацией." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -655,24 +670,31 @@ msgstr "Невозможно нарезать" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Не могу выполнить слайсинг на текущих настройках. Проверьте следующие настройки: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Не удалось выполнить слайсинг из-за настроек модели. Следующие настройки ошибочны для одной или нескольких моделей: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "Слайсинг невозможен, так как черновая башня или её позиция неверные." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Невозможно разделить на слои из-за наличия объектов, связанных с отключенным экструдером %s." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -682,11 +704,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Проверьте настройки и убедитесь в том, что ваши модели:\n" -"- соответствуют допустимой области печати\n" -"- назначены активированному экструдеру\n" -"- не заданы как объекты-модификаторы" +msgstr "Проверьте настройки и убедитесь в том, что ваши модели:\n- соответствуют допустимой области печати\n- назначены активированному экструдеру\n- не заданы" +" как объекты-модификаторы" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -738,8 +757,12 @@ msgstr "Сопло" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." -msgstr "Файл проекта {0} содержит неизвестный тип принтера {1}. Не удалось импортировать принтер. Вместо этого будут импортированы модели." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." +msgstr "Файл проекта {0} содержит неизвестный тип принтера {1}. Не удалось импортировать принтер. Вместо этого будут импортированы" +" модели." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 msgctxt "@info:title" @@ -749,7 +772,9 @@ msgstr "Открыть файл проекта" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "Файл проекта {0} внезапно стал недоступен: {1}.." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -761,13 +786,16 @@ msgstr "Невозможно открыть файл проекта" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "Файл проекта {0} поврежден: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "Файл проекта {0} создан с использованием профилей, несовместимых с данной версией Ultimaker Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -907,46 +935,48 @@ msgstr "Выбор обновлений" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Неизвестный пакет" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Неизвестный автор" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Не удалось интерпретировать ответ сервера." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Не удалось связаться с магазином." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Установленные встраиваемые модули" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Установленные материалы" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Связанные встраиваемые модули" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Связанные материалы" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "Выделены области с отсутствующими или лишними поверхностями. Исправьте модель и снова откройте ее в Cura." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -979,7 +1009,9 @@ msgstr "Параметры G-code" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "Перед отправкой G-code на принтер удостоверьтесь в его соответствии вашему принтеру и его настройкам. Возможны неточности в G-code." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 @@ -1014,12 +1046,15 @@ msgstr "Подключено через USB" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "Выполняется печать через USB, закрытие Cura остановит эту печать. Вы уверены?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Печать еще выполняется. Cura не может начать другую печать через USB, пока предыдущая печать не будет завершена." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1069,7 +1104,9 @@ msgstr "Инициализация ядра..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f мм" @@ -1101,7 +1138,9 @@ msgstr "Визуальный" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "Визуальный профиль предназначен для печати визуальных прототипов и моделей, для которых требуется высокое качество поверхности и внешнего вида." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1113,7 +1152,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "Инженерный профиль предназначен для печати функциональных прототипов и готовых деталей, для которых требуется высокая точность и малые допуски." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1125,7 +1166,9 @@ msgstr "Черновой" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "Черновой профиль предназначен для печати начальных прототипов и проверки концепции, где приоритетом является скорость печати." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1148,7 +1191,8 @@ msgstr "Неизвестно" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Перечисленные ниже принтеры невозможно подключить, поскольку они входят в состав группы" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1164,7 +1208,9 @@ msgstr "Вычислено" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Перед началом печати синхронизируйте профили материалов с принтерами." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1177,7 +1223,7 @@ msgstr "Установлены новые материалы" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Синхронизировать материалы" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1231,7 +1277,9 @@ msgstr "В ответе от Digital Factory отсутствует важная #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Подключение к Digital Factory для синхронизации материалов с некоторыми принтерами не установлено." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1406,7 +1454,9 @@ msgstr "Следующий" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "Высота печатаемого объёма была уменьшена до значения параметра \"Последовательность печати\", чтобы предотвратить касание портала за напечатанные детали." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 @@ -1439,7 +1489,9 @@ msgstr "Файл уже существует" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "Файл {0} уже существует. Вы уверены, что желаете перезаписать его?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1460,7 +1512,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "Настройки изменены в соответствии с текущей доступностью экструдеров:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1476,13 +1529,16 @@ msgstr "Экструдер (-ы) отключен (-ы)" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Невозможно экспортировать профиль в {0}: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Невозможно экспортировать профиль в {0}: Плагин записи уведомил об ошибке." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1505,7 +1561,8 @@ msgstr "Не удалось импортировать профиль из !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Невозможно импортировать профиль из {0}, пока не добавлен принтер." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1524,7 +1581,9 @@ msgstr "Не удалось импортировать профиль из !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Данный профиль {0} содержит неверные данные, поэтому его невозможно импортировать." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1574,14 +1633,20 @@ msgstr "Невозможно добавить профиль." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "Тип качества \"{0}\" несовместим с текущим определением активной машины \"{1}\"." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Внимание! Профиль не отображается, так как его тип качества \"{0}\" недоступен для текущей конфигурации. Выберите комбинацию материала и сопла, которым подходит этот тип качества." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Внимание! Профиль не отображается, так как его тип качества \"{0}\" недоступен для текущей конфигурации. Выберите комбинацию материала и сопла, которым" +" подходит этот тип качества." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1600,7 +1665,9 @@ msgstr "Размещение объекта" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Невозможно начать новый вход в систему. Проверьте, возможно другой сеанс еще не завершен." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1646,17 +1713,19 @@ msgstr "Не удалось запустить Cura" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    В ПО Ultimaker Cura обнаружена ошибка.

    \n" -"

    Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

    \n" -"

    Резервные копии хранятся в папке конфигурации.

    \n" -"

    Отправьте нам этот отчет о сбое для устранения проблемы.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    В ПО Ultimaker Cura обнаружена ошибка.

    \n

    Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми" +" файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.

    \n

    Резервные" +" копии хранятся в папке конфигурации.

    \n

    Отправьте нам этот отчет о сбое для устранения проблемы.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1686,13 +1755,13 @@ msgstr "Отчёт о сбое" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    В Cura возникла критическая ошибка. Отправьте нам этот отчет о сбое для устранения проблемы

    \n" -"

    Нажмите кнопку «Отправить отчет», чтобы автоматически опубликовать отчет об ошибке на наших серверах

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    В Cura возникла критическая ошибка. Отправьте нам этот отчет о сбое для устранения проблемы

    \n

    Нажмите кнопку «Отправить отчет»," +" чтобы автоматически опубликовать отчет об ошибке на наших серверах

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1784,11 +1853,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Проверьте наличие подключения к принтеру:\n" -"- Убедитесь, что принтер включен.\n" -"- Убедитесь, что принтер подключен к сети.\n" -"- Убедитесь, что вы вошли в систему (это необходимо для поиска принтеров, подключенных к облаку)." +msgstr "Проверьте наличие подключения к принтеру:\n- Убедитесь, что принтер включен.\n- Убедитесь, что принтер подключен к сети.\n- Убедитесь, что вы вошли в систему" +" (это необходимо для поиска принтеров, подключенных к облаку)." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1868,12 +1934,18 @@ msgstr "Обновить прошивку" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Прошивка является программным обеспечением, которое работает на плате вашего 3D принтера. Прошивка управляет шаговыми моторами, регулирует температуру и, в конечном счёте, обеспечивает работу вашего принтера." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "Прошивка является программным обеспечением, которое работает на плате вашего 3D принтера. Прошивка управляет шаговыми моторами, регулирует температуру" +" и, в конечном счёте, обеспечивает работу вашего принтера." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "Поставляемая с новыми принтерами прошивка работоспособна, но обновления предоставляют больше возможностей и усовершенствований." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1888,12 +1960,15 @@ msgstr "Залить собственную прошивку" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "Невозможно обновить прошивку, так как нет подключения к принтеру." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "Невозможно обновить прошивку, так как подключение к принтеру не поддерживает функцию обновления прошивки." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2017,8 +2092,11 @@ msgstr "Для удаленного управления очередью нео #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Каналы веб-камеры для облачных принтеров невозможно просмотреть из Ultimaker Cura. Щелкните «Управление принтером», чтобы просмотреть эту веб-камеру на сайте Ultimaker Digital Factory." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Каналы веб-камеры для облачных принтеров невозможно просмотреть из Ultimaker Cura. Щелкните «Управление принтером», чтобы просмотреть эту веб-камеру на" +" сайте Ultimaker Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2078,14 +2156,17 @@ msgstr "Переопределить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "Для назначенного принтера %1 требуется следующее изменение конфигурации:" msgstr[1] "Для назначенного принтера %1 требуются следующие изменения конфигурации:" msgstr[2] "Для назначенного принтера %1 требуются следующие изменения конфигурации:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "Принтер %1 назначен, однако в задании указана неизвестная конфигурация материала." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2110,7 +2191,9 @@ msgstr "Заменить рабочий стол на %1 (переопредел #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "При переопределении к имеющейся конфигурации принтера будут применены указанные настройки. Это может привести к ошибке печати." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2140,8 +2223,14 @@ msgstr "Подключение к сетевому принтеру" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Для печати непосредственно на принтере через сеть необходимо подключить принтер к сети с помощью сетевого кабеля или подключить его к сети Wi-Fi. Если вы не подключили Cura к принтеру, вы можете использовать USB-накопитель для переноса файлов G-Code на принтер." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Для печати непосредственно на принтере через сеть необходимо подключить принтер к сети с помощью сетевого кабеля или подключить его к сети Wi-Fi. Если" +" вы не подключили Cura к принтеру, вы можете использовать USB-накопитель для переноса файлов G-Code на принтер." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2168,7 +2257,9 @@ msgstr "Обновить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Если ваш принтер отсутствует в списке, обратитесь к руководству по решению проблем с сетевой печатью" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2445,7 +2536,7 @@ msgstr "макс" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Преобразование изображения" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2475,7 +2566,7 @@ msgstr "Ширина (мм)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "Ширина в миллиметрах на печатной пластине" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2499,13 +2590,18 @@ msgstr "Светлые выше" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Для литофании темные пиксели должны соответствовать более толстым частям, чтобы сильнее задерживать проходящий свет. Для схем высот более светлые пиксели обозначают более высокий участок. Поэтому более светлые пиксели должны соответствовать более толстым местам в созданной 3D-модели." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Для литофании темные пиксели должны соответствовать более толстым частям, чтобы сильнее задерживать проходящий свет. Для схем высот более светлые пиксели" +" обозначают более высокий участок. Поэтому более светлые пиксели должны соответствовать более толстым местам в созданной 3D-модели." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Цветовая модель" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2519,7 +2615,9 @@ msgstr "Светопроходимость" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "Для литофании предусмотрена простая логарифмическая модель светопроходимости. В картах высот значения пикселей линейно соответствуют высотам." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 @@ -2529,8 +2627,12 @@ msgstr "Проходимость через 1 мм (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "Процент света, проникающего в отпечаток толщиной 1 миллиметр. Если уменьшить это значение, контрастность в темных областях изображения увеличится, а в светлых — уменьшится." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "Процент света, проникающего в отпечаток толщиной 1 миллиметр. Если уменьшить это значение, контрастность в темных областях изображения увеличится, а в" +" светлых — уменьшится." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2754,7 +2856,9 @@ msgstr "Восстановить резервную копию" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "Вам потребуется перезапустить Cura, прежде чем данные будут восстановлены из резервной копии. Вы действительно хотите закрыть Cura прямо сейчас?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2777,12 +2881,16 @@ msgstr "Мои резервные копии" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "В данный момент у вас отсутствуют резервные копии. Для создания резервной копии нажмите кнопку «Создать резервную копию»." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "На этапе предварительного просмотра отображается только 5 резервных копий. Для просмотра предыдущих резервных копий удалите одну копию." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2797,8 +2905,11 @@ msgstr "Дополнительная информация о сборе анон #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" -msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем. Ниже приведен пример всех передаваемых данных:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" +msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем. Ниже приведен пример всех передаваемых" +" данных:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 msgctxt "@text:window" @@ -2860,13 +2971,21 @@ msgstr "Выравнивание стола" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Сейчас вы можете отрегулировать ваш стол, чтобы быть уверенным в качестве последующей печати. При нажатии на кнопку «Перейти к следующей позиции» сопло перейдёт на другую позиции, которую можно будет отрегулировать." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Сейчас вы можете отрегулировать ваш стол, чтобы быть уверенным в качестве последующей печати. При нажатии на кнопку «Перейти к следующей позиции» сопло" +" перейдёт на другую позиции, которую можно будет отрегулировать." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Для каждой позиции, вставьте кусок бумаги под сопло и отрегулируйте высоту стола. Когда кончик сопла немного прижимает бумагу к столу, значит вы выставили правильную высоту стола." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Для каждой позиции, вставьте кусок бумаги под сопло и отрегулируйте высоту стола. Когда кончик сопла немного прижимает бумагу к столу, значит вы выставили" +" правильную высоту стола." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2881,42 +3000,42 @@ msgstr "Перейти к следующей позиции" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Проверенный плагин Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Сертифицированный материал Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Проверенный пакет Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Загрузка..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Плагины" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Материалы" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Поиск в браузере" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Для работы с пакетом необходимо перезапустить Cura" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2926,164 +3045,166 @@ msgstr "Выйти из %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Автор" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Включить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Выключить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Переход на более раннюю версию..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Переход на более раннюю версию" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Установка..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Установить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Удалить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Обновление..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Обновить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Установка встраиваемых модулей" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Оптимизируйте свои рабочие процессы и настройте Ultimaker Cura с помощью встраиваемых модулей, разработанных экспертами нашего замечательного сообщества." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Управление пакетами" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Описание" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Совместимые принтеры" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Нет информации о совместимости" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Совместимые вспомогательные материалы" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Нет" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Совместимо с Material Station" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Да" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Нет" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Оптимизировано для Air Manager" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Посетите веб-сайт встраиваемых модулей" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Веб-сайт" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Купить катушку" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Паспорт безопасности" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Таблица технических характеристик" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Сведения о пакете" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Назад" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Лицензионное соглашение плагина" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Прочитайте лицензию встраиваемого модуля и примите ее условия." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Принять" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3093,52 +3214,57 @@ msgstr "Отклонить" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Пакеты не загружены:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Повторить попытку?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Загрузка" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Больше нет результатов для загрузки" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Поиск с текущим фильтром не дал результатов" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Загрузить еще" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Управление пакетами" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Здесь можно управлять встраиваемыми модулями Ultimaker Cura и профилями материалов. Регулярно обновляйте встраиваемые модули и создавайте резервные копии" +" настроек." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Установка материалов" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Выберите и установите профили материалов, оптимизированные для 3D-принтеров Ultimaker." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3387,7 +3513,9 @@ msgstr "Новый проект" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Вы действительно желаете начать новый проект? Это действие очистит область печати и сбросит все несохранённые настройки." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3402,7 +3530,9 @@ msgstr "Рабочий стол" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "Целевая температура горячего стола. Стол будет нагреваться и охлаждаться, оставаясь на этой температуре. Если установлена в 0, значит нагрев стола отключен." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3429,8 +3559,12 @@ msgstr "Преднагрев" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Нагрев горячего стола перед печатью. Вы можете продолжать настройки вашей печати, пока стол нагревается, и вам не понадобится ждать нагрева стола для старта печати." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Нагрев горячего стола перед печатью. Вы можете продолжать настройки вашей печати, пока стол нагревается, и вам не понадобится ждать нагрева стола для старта" +" печати." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3469,7 +3603,9 @@ msgstr "Отправить G-код" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Отправить свою команду в G-коде подключенному принтеру. Нажмите Enter (Ввод) для отправки команды." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3479,7 +3615,9 @@ msgstr "Экструдер" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "Целевая температура сопла. Сопло будет нагрето или остужено до указанной температуры. Если значение равно 0, то нагрев будет отключен." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 @@ -3494,8 +3632,12 @@ msgstr "Температура предварительного нагрева #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Нагрев сопла перед печатью. Можно продолжать настройки вашей печати во время нагрева, и вам не понадобится ждать нагрева сопла, когда вы будете готовы приступить к печати." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Нагрев сопла перед печатью. Можно продолжать настройки вашей печати во время нагрева, и вам не понадобится ждать нагрева сопла, когда вы будете готовы" +" приступить к печати." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3519,7 +3661,9 @@ msgstr "Открыть файл проекта" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Это проект Cura. Следует открыть его как проект или просто импортировать из него модели?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3575,8 +3719,12 @@ msgstr "Открыть файл(ы)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Мы нашли один или более проектных файлов среди выбранных вами. Вы можете открыть только один файл проекта. Мы предлагаем импортировать только модели их этих файлов. Желаете продолжить?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Мы нашли один или более проектных файлов среди выбранных вами. Вы можете открыть только один файл проекта. Мы предлагаем импортировать только модели их" +" этих файлов. Желаете продолжить?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3603,9 +3751,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura разработана компанией Ultimaker B.V. совместно с сообществом.\n" -"Cura использует следующие проекты с открытым исходным кодом:" +msgstr "Cura разработана компанией Ultimaker B.V. совместно с сообществом.\nCura использует следующие проекты с открытым исходным кодом:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3700,7 +3846,7 @@ msgstr "Библиотека обрезки полигонов" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Привязки Python для Clipper" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3760,8 +3906,12 @@ msgstr "Сбросить или сохранить изменения" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Вы изменили некоторые настройки профиля.\nСохранить измененные настройки после переключения профилей?\nИзменения можно отменить и загрузить настройки по" +" умолчанию из \"%1\"." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3931,12 +4081,15 @@ msgstr "Загрузка доступных конфигураций из при #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "Конфигурации недоступны, поскольку принтер отключен." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "Данная конфигурация недоступна, поскольку %1 не распознан. Посетите %2 и загрузите подходящий профиль материала." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3946,7 +4099,8 @@ msgstr "Магазин" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "Конфигурация этого экструдера не разрешается и запрещает нарезку на слои." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4057,9 +4211,7 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Добавляйте настройки материалов и плагины из Marketplace \n" -" - Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов \n" +msgstr "- Добавляйте настройки материалов и плагины из Marketplace \n - Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов \n" " - Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 @@ -4234,7 +4386,10 @@ msgstr "Открыть файл(ы)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." msgstr "Среди выбранных файлов мы нашли несколько файлов с G-кодом. Вы можете открыть только один файл за раз. Измените свой выбор, пожалуйста." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 @@ -4284,9 +4439,15 @@ msgid "Custom" msgstr "Свое" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "Нет %1 профиля для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" msgstr[1] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" msgstr[2] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" @@ -4298,7 +4459,8 @@ msgstr "Постепенное заполнение" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Постепенное заполнение будет постепенно увеличивать объём заполнения по направлению вверх." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4308,7 +4470,9 @@ msgstr "Поддержки" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Генерация структур для поддержки нависающих частей модели. Без этих структур такие части будут складываться во время печати." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4319,7 +4483,9 @@ msgstr "Профили" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "В некоторые настройки профиля были внесены изменения. Если их необходимо изменить, перейдите в пользовательский режим." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4329,7 +4495,9 @@ msgstr "Прилипание" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "Разрешает печать каймы или подложки. Это добавляет плоскую область вокруг или под вашим объектом, которую легко удалить после печати." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4351,13 +4519,11 @@ msgstr "Профиль" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Значения некоторых параметров отличаются от значений профиля.\n" -"\n" -"Нажмите для открытия менеджера профилей." +msgstr "Значения некоторых параметров отличаются от значений профиля.\n\nНажмите для открытия менеджера профилей." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4377,30 +4543,35 @@ msgstr "Текущий" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Единица" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Переименовать" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Укажите новое имя." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Данный параметр был скрыт текущим принтером и не будет отображаться." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Этот параметр был скрыт значением %1. Измените это значение, чтобы параметр стал отображаться." +msgstr[1] "Эти параметры были скрыты значением %1. Измените это значение, чтобы параметр стал отображаться." +msgstr[2] "Эти параметры были скрыты значением %1. Измените это значение, чтобы параметр стал отображаться." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4411,7 +4582,7 @@ msgstr "Видимость параметров" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Стандартные" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4421,7 +4592,7 @@ msgstr "Выбрать все" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Добавить новый" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4443,7 +4614,9 @@ msgstr "Подтвердить изменение диаметра" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "Установлен новый диаметр пластиковой нити %1 мм. Это значение несовместимо с текущим экструдером. Продолжить?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4469,7 +4642,7 @@ msgstr "Цвет" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Выбор цвета материала" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4543,7 +4716,9 @@ msgstr "Синхронизировать материалы с принтера #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Выполнив несколько простых действий, вы сможете синхронизировать все профили материалов со своими принтерами." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4563,7 +4738,9 @@ msgstr "Войти" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Для автоматической синхронизации профилей материалов со всеми принтерами, подключенными к Digital Factory, необходимо войти в Cura." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4601,7 +4778,8 @@ msgstr "Отсутствуют принтеры?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Убедитесь, что все ваши принтеры включены и подключены к Digital Factory." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4638,7 +4816,10 @@ msgstr "Принтеры не обнаружены" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "Похоже, у вас нет совместимых принтеров, подключенных к Digital Factory. Убедитесь, что ваш принтер подключен и на нем установлена последняя версия прошивки." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 @@ -4657,8 +4838,10 @@ msgid "Sync material profiles via USB" msgstr "Синхронизация профилей материалов с помощью USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Чтобы загрузить новые профили материалов в принтер, выполните следующие действия." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4673,7 +4856,9 @@ msgstr "Сохраните UMM-файл на USB-накопителе." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "Вставьте USB-накопитель в принтер и запустите процедуру загрузки новых профилей материалов." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4700,13 +4885,13 @@ msgstr "Экспорт всех материалов" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Материалы, совместимые с активным принтером:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Создать новый" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4717,7 +4902,7 @@ msgstr "Импорт" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Синхронизация с принтерами" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4756,7 +4941,8 @@ msgstr "Успешно импортированный материал or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Не могу импортировать материал %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4767,7 +4953,8 @@ msgstr "Экспортировать материал" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Не могу экспортировать материал %1: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4778,31 +4965,33 @@ msgstr "Материал успешно экспортирован в #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Профили, совместимые с активным принтером:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Создать новый профиль из текущих настроек/переопределений" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Некоторые настройки из текущего профиля были перезаписаны." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Обновить профиль." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Обновить профиль текущими параметрами" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "Данный профиль использует настройки принтера по умолчанию, поэтому список ниже пуст." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4855,7 +5044,7 @@ msgstr "Интерфейс" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- неполный --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4863,9 +5052,10 @@ msgid "Currency:" msgstr "Валюта:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Тема*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4879,8 +5069,9 @@ msgstr "Нарезать автоматически" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Для применения данных изменений вам потребуется перезапустить приложение." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4889,7 +5080,9 @@ msgstr "Поведение окна" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Подсвечивать красным области модели, требующие поддержек. Без поддержек эти области не будут напечатаны правильно." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4899,8 +5092,11 @@ msgstr "Отобразить нависания" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." -msgstr "Отметьте отсутствующие или лишние поверхности модели с помощью предупреждающих знаков. В путях инструментов часто будут отсутствовать детали предполагаемой геометрии." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." +msgstr "Отметьте отсутствующие или лишние поверхности модели с помощью предупреждающих знаков. В путях инструментов часто будут отсутствовать детали предполагаемой" +" геометрии." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 msgctxt "@option:check" @@ -4909,7 +5105,9 @@ msgstr "Показывать ошибки модели" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Перемещать камеру так, чтобы выбранная модель помещалась в центр экрана" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4934,7 +5132,8 @@ msgstr "Увеличивать по мере движения мышкой?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "В ортогональной проекции изменение масштаба мышью не поддерживается." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4944,7 +5143,8 @@ msgstr "Увеличивать по движению мышки" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "Следует ли размещать модели на столе так, чтобы они больше не пересекались?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5017,7 +5217,9 @@ msgstr "Открытие и сохранение файлов" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "Открывать файлы с компьютера и из внешних приложений в одном экземпляре Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5027,7 +5229,9 @@ msgstr "Использовать один экземпляр Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Следует ли очищать печатную пластину перед загрузкой новой модели в единственный экземпляр Cura?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5047,7 +5251,9 @@ msgstr "Масштабировать большие модели" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "Модель может показаться очень маленькой, если её размерность задана в метрах, а не миллиметрах. Следует ли масштабировать такие модели?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5067,7 +5273,9 @@ msgstr "Выбрать модели при загрузке" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Надо ли автоматически добавлять префикс, основанный на имени принтера, к названию задачи на печать?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5112,12 +5320,18 @@ msgstr "Всегда импортировать модели" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "При внесении изменений в профиль и переключении на другой, будет показан диалог, запрашивающий ваше решение о сохранении ваших изменений, или вы можете указать стандартное поведение и не показывать такой диалог." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "При внесении изменений в профиль и переключении на другой, будет показан диалог, запрашивающий ваше решение о сохранении ваших изменений, или вы можете" +" указать стандартное поведение и не показывать такой диалог." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Поведение по умолчанию для измененных значений настройки при переключении на другой профиль: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5137,8 +5351,12 @@ msgstr "Приватность" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." -msgstr "Можно ли отправлять анонимную информацию о вашей печати в Ultimaker? Следует отметить, что ни модели, ни IP-адреса и никакая другая персональная информация не будет отправлена или сохранена." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "Можно ли отправлять анонимную информацию о вашей печати в Ultimaker? Следует отметить, что ни модели, ни IP-адреса и никакая другая персональная информация" +" не будет отправлена или сохранена." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 msgctxt "@option:check" @@ -5182,7 +5400,9 @@ msgstr "Стабильные и бета-версии" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "Следует ли автоматически проверять наличие новых плагинов при каждом запуске Cura? Настоятельно рекомендуется не выключать это!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5223,7 +5443,9 @@ msgstr "От принтера с этим адресом еще не посту #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Этот принтер невозможно добавить, поскольку это неизвестный принтер либо он не управляет группой." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5320,10 +5542,10 @@ msgstr "Приветствуем в Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Выполните указанные ниже действия для настройки\n" -"Ultimaker Cura. Это займет немного времени." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Выполните указанные ниже действия для настройки\nUltimaker Cura. Это займет немного времени." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5402,7 +5624,9 @@ msgstr "Помогите нам улучшить Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем, включая перечисленные ниже:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5427,7 +5651,8 @@ msgstr "Параметры печати" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Данные, собранные Ultimaker Cura, не содержат каких-либо персональных данных." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5480,22 +5705,30 @@ msgstr "Предварительно настроенные принтеры" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "Облачный принтер не в сети. Убедитесь, что принтер включен и подключен к Интернету." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Этот принтер не связан с вашей учетной записью. Посетите сайт Ultimaker Digital Factory, чтобы установить привязку." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "В настоящий момент нет подключения к облаку. Для подключения к облачному принтеру выполните вход." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "В настоящий момент нет подключения к облаку. Проверьте подключение к Интернету." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5511,7 +5744,7 @@ msgstr "Управление принтерами" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Поиск" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5571,13 +5804,11 @@ msgstr "Вы уверены, что желаете прервать печать #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Некоторые из скрытых параметров используют значения, отличающиеся от их вычисленных значений.\n" -"\n" -"Щёлкните, чтобы сделать эти параметры видимыми." +msgstr "Некоторые из скрытых параметров используют значения, отличающиеся от их вычисленных значений.\n\nЩёлкните, чтобы сделать эти параметры видимыми." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5617,7 +5848,9 @@ msgstr "Видимость параметров..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Этот параметр не используется, поскольку все параметры, на которые он влияет, переопределяются." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5632,7 +5865,9 @@ msgstr "Зависит от" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Данная настройка всегда используется совместно всеми экструдерами. Изменение данного значения приведет к изменению значения для всех экструдеров." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5646,26 +5881,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Значение этого параметра отличается от значения в профиле.\n" -"\n" -"Щёлкните для восстановления значения из профиля." +msgstr "Значение этого параметра отличается от значения в профиле.\n\nЩёлкните для восстановления значения из профиля." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Обычно это значение вычисляется, но в настоящий момент было установлено явно.\n" -"\n" -"Щёлкните для восстановления вычисленного значения." +msgstr "Обычно это значение вычисляется, но в настоящий момент было установлено явно.\n\nЩёлкните для восстановления вычисленного значения." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Шестигранный" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5690,7 +5920,7 @@ msgstr "Осталось примерно" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Показать сетевое руководство по устранению неполадок" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5768,9 +5998,11 @@ msgid "Manage Materials..." msgstr "Управление материалами..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Добавить больше материалов из Магазина" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6024,7 +6256,9 @@ msgstr "Средство считывания UFP" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Подключается к цифровой библиотеке, позволяя Cura открывать файлы из цифровой библиотеки и сохранять файлы в нее." #: DigitalLibrary/plugin.json @@ -6064,7 +6298,9 @@ msgstr "Соединение с сетью Ultimaker" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Проверка моделей и конфигурации печати для выявления возможных проблем печати; рекомендации." #: ModelChecker/plugin.json @@ -6075,7 +6311,7 @@ msgstr "Средство проверки моделей" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Обеспечивает предварительный просмотр нарезанных данных слоя." #: SimulationView/plugin.json msgctxt "name" @@ -6215,12 +6451,12 @@ msgstr "Обновление версии 4.1 до 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Обновляет конфигурации Cura 4.13 до Cura 5.0." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "Обновление версии 4.13 до 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6474,7 +6710,8 @@ msgstr "Пост обработка" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Создание объекта стирания для блокировки печати элемента поддержки в определенных местах" #: SupportEraser/plugin.json @@ -6504,7 +6741,9 @@ msgstr "Просмотр в рентгене" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Предоставляет дополнительные возможности для принтеров Ultimaker (такие как мастер выравнивания стола, выбора обновления и так далее)" #: UltimakerMachineActions/plugin.json @@ -6514,13 +6753,15 @@ msgstr "Действия с принтерами Ultimaker" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Позволяет управлять расширениями приложения и просматривать расширения с веб-сайта Ultimaker." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Магазин" #: SolidView/plugin.json msgctxt "description" @@ -6544,7 +6785,9 @@ msgstr "Чтение G-code" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Предоставляет возможность изменения параметров принтера (такие как рабочий объём, диаметр сопла и так далее)" #: MachineSettingsAction/plugin.json @@ -6554,7 +6797,8 @@ msgstr "Параметры принтера действие" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "Принимает G-Code и отправляет его на принтер. Плагин также может обновлять прошивку." #: USBPrinting/plugin.json diff --git a/resources/i18n/ru_RU/fdmextruder.def.json.po b/resources/i18n/ru_RU/fdmextruder.def.json.po index 27d62233f0..53dcbf2670 100644 --- a/resources/i18n/ru_RU/fdmextruder.def.json.po +++ b/resources/i18n/ru_RU/fdmextruder.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:58+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: Ruslan Popov , Russian \n" -"Language: ru_RU\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -54,7 +51,9 @@ msgstr "Диаметр сопла" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Внутренний диаметр сопла. Измените этот параметр при использовании сопла нестандартного размера." #: fdmextruder.def.json @@ -94,7 +93,9 @@ msgstr "Абсолютная стартовая позиция экструде #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "Устанавливает абсолютную стартовую позицию экструдера, а не относительно последней известной позиции головы." #: fdmextruder.def.json @@ -134,7 +135,9 @@ msgstr "Абсолютная конечная позиция экструдер #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "Устанавливает абсолютную конечную позицию экструдера, а не относительно последней известной позиции головы." #: fdmextruder.def.json @@ -164,7 +167,9 @@ msgstr "Z координата начала печати" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Позиция кончика сопла на оси Z при старте печати." #: fdmextruder.def.json @@ -174,8 +179,12 @@ msgstr "Охлаждающий вентилятор экструдера, исп #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." -msgstr "Номер охлаждающего вентилятора, используемого при печати и ассоциированного с этим экструдером. Применяемое по умолчанию значение 0 следует менять только при наличии другого охлаждающего вентилятора, используемого при печати, для каждого экструдера." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." +msgstr "Номер охлаждающего вентилятора, используемого при печати и ассоциированного с этим экструдером. Применяемое по умолчанию значение 0 следует менять только" +" при наличии другого охлаждающего вентилятора, используемого при печати, для каждого экструдера." #: fdmextruder.def.json msgctxt "platform_adhesion label" @@ -194,7 +203,9 @@ msgstr "Начальная X позиция экструдера" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "X координата позиции, в которой сопло начинает печать." #: fdmextruder.def.json @@ -204,7 +215,9 @@ msgstr "Начальная Y позиция экструдера" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Y координата позиции, в которой сопло начинает печать." #: fdmextruder.def.json @@ -224,7 +237,9 @@ msgstr "Диаметр" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Укажите диаметр используемой нити." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index 6aa903e6b2..b770961a02 100644 --- a/resources/i18n/ru_RU/fdmprinter.def.json.po +++ b/resources/i18n/ru_RU/fdmprinter.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 14:58+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Russian , Ruslan Popov , Russian \n" -"Language: ru_RU\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -44,7 +41,9 @@ msgstr "Показать варианты принтера" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Следует ли показывать различные варианты этого принтера, которые описаны в отдельных JSON файлах." #: fdmprinter.def.json @@ -57,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"Команды в G-коде, которые будут выполнены в самом начале, разделенные с помощью \n" -"." +msgstr "Команды в G-коде, которые будут выполнены в самом начале, разделенные с помощью \n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -71,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"Команды в G-коде, которые будут выполнены в самом конце, разделенные с помощью \n" -"." +msgstr "Команды в G-коде, которые будут выполнены в самом конце, разделенные с помощью \n." #: fdmprinter.def.json msgctxt "material_guid label" @@ -92,7 +87,9 @@ msgstr "Диаметр" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Укажите диаметр используемой нити." #: fdmprinter.def.json @@ -102,7 +99,9 @@ msgstr "Ожидать пока прогреется стол" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Следует ли добавлять команду ожидания прогрева стола до нужной температуры перед началом печати." #: fdmprinter.def.json @@ -122,8 +121,12 @@ msgstr "Использовать температуру из материала" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Следует ли добавлять команды управления температурой сопла в начало G-кода. Если в коде уже используются команды для управления температурой сопла, то Cura автоматически проигнорирует этот параметр." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Следует ли добавлять команды управления температурой сопла в начало G-кода. Если в коде уже используются команды для управления температурой сопла, то" +" Cura автоматически проигнорирует этот параметр." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -132,8 +135,12 @@ msgstr "Добавлять температуру стола" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Следует ли добавлять команды управления температурой стола в начало G-кода. Если в коде уже используются команды для управления температурой стола, то Cura автоматически проигнорирует этот параметр." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Следует ли добавлять команды управления температурой стола в начало G-кода. Если в коде уже используются команды для управления температурой стола, то" +" Cura автоматически проигнорирует этот параметр." #: fdmprinter.def.json msgctxt "machine_width label" @@ -172,7 +179,8 @@ msgstr "Форма стола" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "Форма стола без учёта непечатаемых областей." #: fdmprinter.def.json @@ -232,8 +240,12 @@ msgstr "Всегда выполнять запись активного инст #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Выполняйте запись активного инструмента после отправки временных команд неактивному инструменту. Требуется для печати с двойным экструдером под управлением Smoothie или другой прошивки с модальными командами инструментов." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Выполняйте запись активного инструмента после отправки временных команд неактивному инструменту. Требуется для печати с двойным экструдером под управлением" +" Smoothie или другой прошивки с модальными командами инструментов." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -242,7 +254,9 @@ msgstr "Начало координат в центре" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Следует ли считать центром координат по осям X/Y в центре области печати." #: fdmprinter.def.json @@ -252,7 +266,9 @@ msgstr "Количество экструдеров" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Количество экструдеров. Экструдер - это комбинация механизма подачи, трубы и сопла." #: fdmprinter.def.json @@ -262,7 +278,8 @@ msgstr "Количество включенных экструдеров" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Количество включенных экструдеров; это значение автоматически устанавливается программным обеспечением" #: fdmprinter.def.json @@ -282,7 +299,9 @@ msgstr "Длина сопла" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "Высота между кончиком сопла и нижней частью головы." #: fdmprinter.def.json @@ -292,7 +311,9 @@ msgstr "Угол сопла" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "Угол между горизонтальной плоскостью и конической частью над кончиком сопла." #: fdmprinter.def.json @@ -302,7 +323,9 @@ msgstr "Длина зоны нагрева" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "Расстояние от кончика сопла до места, где тепло передаётся материалу." #: fdmprinter.def.json @@ -312,7 +335,9 @@ msgstr "Разрешить управление температурой соп #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Следует ли управлять температурой из Cura. Выключение этого параметра предполагает управление температурой сопла вне Cura." #: fdmprinter.def.json @@ -322,7 +347,9 @@ msgstr "Скорость нагрева" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "Скорость (°C/сек.), с которой сопло греет, усреднённая в окне температур при обычной печати и температура ожидания." #: fdmprinter.def.json @@ -332,7 +359,9 @@ msgstr "Скорость охлаждения" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "Скорость (°C/сек.), с которой сопло охлаждается, усреднённая в окне температур при обычной печати и температура ожидания." #: fdmprinter.def.json @@ -342,8 +371,12 @@ msgstr "Время перехода в ожидание" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "Минимальное время, которое экструдер должен быть неактивен, чтобы сопло начало охлаждаться. Только когда экструдер не используется дольше, чем указанное время, он может быть охлаждён до температуры ожидания." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "Минимальное время, которое экструдер должен быть неактивен, чтобы сопло начало охлаждаться. Только когда экструдер не используется дольше, чем указанное" +" время, он может быть охлаждён до температуры ожидания." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -407,7 +440,9 @@ msgstr "Откат встроенного программного обеспе #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Определяет, использовать ли команды отката встроенного программного обеспечения (G10/G11) вместо применения свойства E в командах G1 для отката материала." #: fdmprinter.def.json @@ -417,7 +452,9 @@ msgstr "Общий нагреватель экструдеров" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Указывает, используют ли для все экструдеры общий нагреватель или у каждого имеется отдельный." #: fdmprinter.def.json @@ -427,8 +464,17 @@ msgstr "Общее сопло экструдеров" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Указывает, используют ли все экструдеры общее сопло или у каждого имеется отдельное. Если установлено значение true, ожидается, что сценарий gcode запуска принтера правильно переводит все экструдеры в известное и взаимно совместимое начальное состояние отката (либо ноль, либо один материал не втянут); в этом случае начальное состояние отката описывается для каждого экструдера параметром machine_extruders_shared_nozzle_initial_retraction." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Указывает, используют ли все экструдеры общее сопло или у каждого имеется отдельное. Если установлено значение true, ожидается, что сценарий gcode запуска" +" принтера правильно переводит все экструдеры в известное и взаимно совместимое начальное состояние отката (либо ноль, либо один материал не втянут); в" +" этом случае начальное состояние отката описывается для каждого экструдера параметром machine_extruders_shared_nozzle_initial_retraction." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -437,8 +483,13 @@ msgstr "Начальный откат общего сопла" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "Показывает, насколько материал каждого экструдера предположительно вытянут от наконечника общего сопла по завершении запуска сценария gcode принтера; значение должно быть равно длине общей части каналов сопла или превышать ее." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "Показывает, насколько материал каждого экструдера предположительно вытянут от наконечника общего сопла по завершении запуска сценария gcode принтера; значение" +" должно быть равно длине общей части каналов сопла или превышать ее." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -467,8 +518,12 @@ msgstr "Полигон головки принтера и вентилятора #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "Форма печатающей головки. Это координаты относительно положения печатной головки, которое обычно совпадает с положением ее первого экструдера. Координаты" +" слева от печатной головки и перед ней должны иметь отрицательные значения." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -477,7 +532,9 @@ msgstr "Высота портала" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "Высота между кончиком сопла и портальной системой (по осям X и Y)." #: fdmprinter.def.json @@ -497,7 +554,9 @@ msgstr "Диаметр сопла" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Внутренний диаметр сопла. Измените этот параметр при использовании сопла нестандартного размера." #: fdmprinter.def.json @@ -507,7 +566,8 @@ msgstr "Смещение с экструдером" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Применить смещение экструдера к системе координат. Влияет на все экструдеры." #: fdmprinter.def.json @@ -517,7 +577,9 @@ msgstr "Z координата начала печати" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Позиция кончика сопла на оси Z при старте печати." #: fdmprinter.def.json @@ -527,7 +589,9 @@ msgstr "Абсолютная позиция экструдера при стар #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Сделать стартовую позицию экструдера абсолютной, а не относительной от последней известной позиции головы." #: fdmprinter.def.json @@ -657,7 +721,9 @@ msgstr "Количество шагов на миллиметр (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "Количество шагов шагового двигателя, приводящее к перемещению на один миллиметр по оси X." #: fdmprinter.def.json @@ -667,7 +733,9 @@ msgstr "Количество шагов на миллиметр (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Количество шагов шагового двигателя, приводящее к перемещению на один миллиметр по оси Y." #: fdmprinter.def.json @@ -677,7 +745,9 @@ msgstr "Количество шагов на миллиметр (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Количество шагов шагового двигателя, приводящее к перемещению на один миллиметр по оси Z." #: fdmprinter.def.json @@ -687,7 +757,9 @@ msgstr "Количество шагов на миллиметр (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "Количество шагов шаговых двигателей, приводящее к перемещению колесика питателя на один миллиметр по его окружности." #: fdmprinter.def.json @@ -697,7 +769,9 @@ msgstr "Ограничитель хода на оси X в прямом напр #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "Ограничитель хода на оси X в прямом направлении (верхняя координата X) или в обратном направлении (нижняя координата X)." #: fdmprinter.def.json @@ -707,7 +781,9 @@ msgstr "Ограничитель хода на оси Y в прямом напр #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Ограничитель хода на оси Y в прямом направлении (верхняя координата Y) или в обратном направлении (нижняя координата Y)." #: fdmprinter.def.json @@ -717,7 +793,9 @@ msgstr "Ограничитель хода на оси Z в прямом напр #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Ограничитель хода на оси Z в прямом направлении (верхняя координата Z) или в обратном направлении (нижняя координата Z)." #: fdmprinter.def.json @@ -743,12 +821,12 @@ msgstr "Диаметр колесика, перемещающего матери #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Масштабирование скорости вентилятора до 0-1" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Масштабируйте скорость вентилятора таким образом, чтобы она находилась в диапазоне от 0 до 1, а не от 0 до 256." #: fdmprinter.def.json msgctxt "resolution label" @@ -757,7 +835,9 @@ msgstr "Качество" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Все параметры, которые влияют на разрешение печати. Эти параметры сильно влияют на качество (и время печати)" #: fdmprinter.def.json @@ -767,8 +847,11 @@ msgstr "Высота слоя" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "Высота каждого слоя в миллиметрах. Большие значения приводят к быстрой печати при низком разрешении, малые значения приводят к замедлению печати с высоким разрешением." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "Высота каждого слоя в миллиметрах. Большие значения приводят к быстрой печати при низком разрешении, малые значения приводят к замедлению печати с высоким" +" разрешением." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -777,7 +860,9 @@ msgstr "Высота первого слоя" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "Высота первого слоя в миллиметрах. Более толстый слой упрощает прилипание пластика к столу." #: fdmprinter.def.json @@ -787,7 +872,10 @@ msgstr "Ширина линии" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." msgstr "Ширина одной линии. Обычно, ширина каждой линии должна соответствовать диаметру сопла. Однако небольшое уменьшение этого значение приводит к лучшей печати." #: fdmprinter.def.json @@ -807,7 +895,9 @@ msgstr "Ширина линии внешней стенки" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "Ширина линии внешней стенки. Уменьшая данное значение, можно печатать более тонкие детали." #: fdmprinter.def.json @@ -817,7 +907,8 @@ msgstr "Ширина линии внутренней стенки" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "Ширина одной линии стенки для всех линий стенки, кроме самой внешней." #: fdmprinter.def.json @@ -907,7 +998,9 @@ msgstr "Ширина линии первого слоя" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "Множитель для ширины линии первого слоя. Увеличение значения улучшает прилипание к столу." #: fdmprinter.def.json @@ -927,7 +1020,9 @@ msgstr "Экструдер стенок" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "Этот экструдер используется для печати стенок. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -937,7 +1032,9 @@ msgstr "Экструдер внешних стенок" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "Этот экструдер используется для печати внешних стенок. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -947,7 +1044,9 @@ msgstr "Экструдер внутренней стенки" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "Этот экструдер используется для печати внутренних стенок. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -957,7 +1056,9 @@ msgstr "Толщина стенки" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "Толщина внешних стенок в горизонтальном направлении. Это значение, разделённое на ширину линии стенки, определяет количество стенок." #: fdmprinter.def.json @@ -967,58 +1068,86 @@ msgstr "Количество линий стенки" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Количество линий стенки. При вычислении толщины стенки, это значение округляется до целого." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Длина перехода к стенке" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "При переходе между разным количеством стенок по мере того, как деталь становится тоньше, выделяется определенное пространство для разделения или соединения" +" линий стенок." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Счетчик распределений по стенкам" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "Количество стенок, считая от центра, на которые необходимо распространить вариацию. Более низкое значение означает, что ширина внешних стенок не изменяется." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Пороговый угол перехода между стенками" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Когда требуется создавать переходы между четным и нечетным количеством стенок. Клиновидная форма с углом, превышающим этот параметр, не будет иметь переходов," +" и стенки не будут напечатаны в центре для заполнения оставшегося пространства. Уменьшение значения этого параметра позволяет сократить количество и длину" +" этих центральных стенок, но при этом могут остаться зазоры или произойти чрезмерное экструдирование." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Расстояние фильтра при переходе между стенками" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Если ожидаются переходы туда и обратно между разным количеством стенок в быстрой последовательности, не выполняйте переходы совсем. Удалите переходы, если" +" расстояние между ними меньше значения этого параметра." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Поле фильтра при переходе между стенками" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Предотвратите переход туда и обратно между одной лишней стенкой и одной недостающей. Это поле расширяет диапазон значений ширины линии, который определяется" +" как [Минимальная ширина линии стенки - Поле, 2 * Минимальная ширина линии стенки + Поле]. Расширение этого поля позволяет сократить количество переходов," +" что в свою очередь позволяет сократить количество запусков/остановок экструдирования и время перемещения. Однако большой разброс значений ширины линии" +" может привести к проблемам с недостаточным или чрезмерным экструдированием материала." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1027,7 +1156,9 @@ msgstr "Расстояние очистки внешней стенки" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Расстояние перемещения, добавленное после печати внешней стенки, чтобы лучше спрятать Z шов." #: fdmprinter.def.json @@ -1037,8 +1168,13 @@ msgstr "Вставка внешней стенки" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Вставка применяется для внешних стенок. Если внешняя стенка меньше диаметра сопла и печатается после внутренних стенок, то используйте это смещение для захода соплом на внутренние стенки, вместо выхода за модель." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Вставка применяется для внешних стенок. Если внешняя стенка меньше диаметра сопла и печатается после внутренних стенок, то используйте это смещение для" +" захода соплом на внутренние стенки, вместо выхода за модель." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1047,28 +1183,39 @@ msgstr "Оптимизация порядка печати стенок" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Оптимизирует порядок, в котором печатаются стенки, для уменьшения количества откатов и перемещений. Большинство моделей будут распечатываться быстрее, но не все. Сравнивайте оценочное время печати с оптимизацией и без нее. При выборе каймы в качестве типа приклеивания к рабочему столу первый слой не оптимизируется." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Оптимизирует порядок, в котором печатаются стенки, для уменьшения количества откатов и перемещений. Большинство моделей будут распечатываться быстрее," +" но не все. Сравнивайте оценочное время печати с оптимизацией и без нее. При выборе каймы в качестве типа приклеивания к рабочему столу первый слой не оптимизируется." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Порядок стенок" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Определяет порядок печати стенок. Если сначала печатать наружные стенки, это поможет более точно определять размеры стенок, поскольку дефекты внутренних" +" стенок не смогут распространяться наружу. Если печатать внешние стенки позже, это позволит лучше укладывать их друг на друга при печати выступов." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "От внутренних к внешним" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "От внешних к внутренним" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1077,58 +1224,106 @@ msgstr "Чередующаяся стенка" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." -msgstr "Печатает дополнительную стенку через слой. Таким образом, заполнение заключается между этими дополнительными стенками, что приводит к повышению прочности печати." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." +msgstr "Печатает дополнительную стенку через слой. Таким образом, заполнение заключается между этими дополнительными стенками, что приводит к повышению прочности" +" печати." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Минимальная ширина линии стенки" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Для тонких структур, шириной не более одного или двух размеров сопла, ширину линии необходимо изменить таким образом, чтобы она соответствовала толщине" +" модели. Этот параметр задает минимальную допустимую ширину линии стенки. Минимальная ширина линии одновременно определяет максимальную ширину линии, поскольку" +" выполняется переход от N к N+1 стенкам при некоторой геометрической толщине, где N стенок —— широкие, а N+1 стенок — узкие. Самая широкая возможная линия" +" стенки в два раза превышает минимальную ширину линии стенки." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Минимальная ширина линии четных стенок" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "Минимальная ширина линии обычных многоугольных стенок. Этот параметр определяет, при какой толщине модели выполняется переключение с печати тонкой стенки" +" в одну линию на печать стенок в две линии. Чем выше значение минимальной ширины линии четной стенки, тем выше максимальная ширина линии нечетной стенки." +" Максимальная ширина линии четной стенки вычисляется по формуле: Ширина линии внешней стенки + 0,5 * Минимальная ширина линии нечетной стенки." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Порог разделения средней линии" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "Минимальное значение ширины линии, используемое как коэффициент нормальной ширины линии, при превышении которого средняя линия (если она есть) будет разделяться" +" на две. Уменьшите значение, чтобы увеличить количество линий и сделать их более тонкими. Увеличьте значение, чтобы увеличить количество линий и сделать" +" их более широкими. Обратите внимание, что это применимо в сценариях, когда вся фигура заполняется стенкой, поэтому серединой в данном случае является" +" середина объекта между двумя внешними краями формы, даже если на отпечатке имеется заливка или (другая) оболочка вместо стенки." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Минимальная ширина линии нечетных стенок" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "Минимальная ширина линии для полилинейных стенок, заполняющих зазоры средней линии. Этот параметр определяет, при какой толщине модели выполняется переключение" +" с печати стенки в две линии на печать двух внешних стенок и одной центральной стенки посередине. Чем выше значение минимальной ширины линии нечетной стенки," +" тем выше максимальная ширина линии четной стенки. Максимальная ширина линии нечетной стенки вычисляется по формуле: 2 * Ширина линии четной стенки." #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Добавление порога средней линии" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "Минимальное значение ширины линии, используемое как коэффициент нормальной ширины линии, при превышении которого будет добавляться средняя линия (если" +" ее не было). Уменьшите значение этого параметра, чтобы увеличить количество линий и сделать их более тонкими. Увеличьте значение, чтобы увеличить количество" +" линий и сделать их более широкими. Обратите внимание, что это применимо в сценариях, когда вся фигура заполняется стенкой, поэтому серединой в данном" +" случае является середина объекта между двумя внешними краями формы, даже если на отпечатке имеется заливка или (другая) оболочка вместо стенки." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1137,28 +1332,39 @@ msgstr "Печать тонких стенок" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Печать частей модели, которые по горизонтали тоньше диаметра сопла." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Минимальный размер элемента" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "Минимальная толщина тонких элементов. Элементы модели, которые тоньше этого значения, не будут напечатаны, в то время как элементы с толщиной, превышающей" +" минимальный размер элемента, будут расширены до минимальной ширины линии стенки." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Минимальная ширина линии нечетных стенок" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Ширина стенки, которая заменит тонкие элементы (согласно минимальному размеру элемента) модели. Если минимальная ширина линии стенки меньше толщины элемента," +" толщина стенки будет приведена к толщине самого элемента." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1167,8 +1373,12 @@ msgstr "Горизонтальное расширение" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." -msgstr "Сумма смещения, применяемая ко всем полигонам на каждом слое. Позитивные значения могут возместить потери для слишком больших отверстий; негативные значения могут возместить потери для слишком малых отверстий." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." +msgstr "Сумма смещения, применяемая ко всем полигонам на каждом слое. Позитивные значения могут возместить потери для слишком больших отверстий; негативные значения" +" могут возместить потери для слишком малых отверстий." #: fdmprinter.def.json msgctxt "xy_offset_layer_0 label" @@ -1177,8 +1387,12 @@ msgstr "Горизонтальное расширение первого сло #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." -msgstr "Сумма смещений, применяемая ко всем полигонам первого слоя. Отрицательное значение может компенсировать \"хлюпанье\" первого слоя, известное как \"слоновая нога\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." +msgstr "Сумма смещений, применяемая ко всем полигонам первого слоя. Отрицательное значение может компенсировать \"хлюпанье\" первого слоя, известное как \"слоновая" +" нога\"." #: fdmprinter.def.json msgctxt "hole_xy_offset label" @@ -1187,7 +1401,9 @@ msgstr "Горизонтальное расширение отверстия" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "Смещение, применяемое ко всем отверстиям в каждом слое. Положительные значения увеличивают размер отверстий; отрицательные значения уменьшают размер отверстий." #: fdmprinter.def.json @@ -1197,8 +1413,15 @@ msgstr "Выравнивание шва по оси Z" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Начальная точка каждого пути на слое. Когда пути последовательных слоёв начинаются в одной точке, то в процессе печати может появиться вертикальный шов. Выравнивая место точки в указанной пользователем области, шов несложно убрать. При случайном размещении неточность в начале пути становится не так важна. При выборе кратчайшего пути, печать становится быстрее." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Начальная точка каждого пути на слое. Когда пути последовательных слоёв начинаются в одной точке, то в процессе печати может появиться вертикальный шов." +" Выравнивая место точки в указанной пользователем области, шов несложно убрать. При случайном размещении неточность в начале пути становится не так важна." +" При выборе кратчайшего пути, печать становится быстрее." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1277,7 +1500,9 @@ msgstr "X координата для Z шва" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "X координата позиции, вблизи которой следует начинать путь на каждом слое." #: fdmprinter.def.json @@ -1287,7 +1512,9 @@ msgstr "Y координата для Z шва" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "Y координата позиции, вблизи которой следует начинать путь на каждом слое." #: fdmprinter.def.json @@ -1297,8 +1524,17 @@ msgstr "Настройки угла шва" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Управляет влиянием углов на контуре модели на позицию шва. «Нет» означает отсутствие влияния. «Спрятать шов» означает размещение шва с наибольшей вероятностью внутри угла. «Показать шов» означает размещение шва с наибольшей вероятностью снаружи угла. «Спрятать или показать» означает выбор варианта в зависимости от ситуации. Функция «Интеллектуальное скрытие» допускает размещение швов как внутри, так и снаружи углов, но чаще размещает их внутри." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Управляет влиянием углов на контуре модели на позицию шва. «Нет» означает отсутствие влияния. «Спрятать шов» означает размещение шва с наибольшей вероятностью" +" внутри угла. «Показать шов» означает размещение шва с наибольшей вероятностью снаружи угла. «Спрятать или показать» означает выбор варианта в зависимости" +" от ситуации. Функция «Интеллектуальное скрытие» допускает размещение швов как внутри, так и снаружи углов, но чаще размещает их внутри." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1332,7 +1568,10 @@ msgstr "Привязка Z шва" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." msgstr "Когда включено, координаты Z шва привязаны к центру каждой части. Когда отключено, координаты определяются от абсолютной позиции на столе." #: fdmprinter.def.json @@ -1352,7 +1591,9 @@ msgstr "Экструдер для печати крышки" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "Экструдер, используемый для печати верхних оболочек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -1362,7 +1603,9 @@ msgstr "Слои верхней оболочки" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "Количество верхних слоёв оболочки. Обычно достаточно одного слоя для получения верхних поверхностей в хорошем качестве." #: fdmprinter.def.json @@ -1372,7 +1615,9 @@ msgstr "Экструдер дна/крышки" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "Экструдер, используемый для печати верхней и нижней оболочек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -1382,7 +1627,9 @@ msgstr "Толщина дна/крышки" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "Толщина слоя дна/крышки при печати. Это значение, разделённое на высоту слоя, определяет количество слоёв в дне/крышке." #: fdmprinter.def.json @@ -1392,7 +1639,9 @@ msgstr "Толщина крышки" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "Толщина крышки при печати. Это значение, разделённое на высоту слоя, определяет количество слоёв в крышке." #: fdmprinter.def.json @@ -1402,7 +1651,9 @@ msgstr "Слои крышки" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Количество слоёв в крышке. При вычислении толщины крышки это значение округляется до целого." #: fdmprinter.def.json @@ -1412,7 +1663,9 @@ msgstr "Толщина дна" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "Толщина дна при печати. Это значение, разделённое на высоту слоя, определяет количество слоёв в дне." #: fdmprinter.def.json @@ -1422,7 +1675,9 @@ msgstr "Слои дна" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Количество слоёв в дне. При вычислении толщины дна это значение округляется до целого." #: fdmprinter.def.json @@ -1432,7 +1687,9 @@ msgstr "Начальные слои дна" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." msgstr "Количество начальных слоев дна, вверх от рабочего стола. При вычислении толщины дна это значение округляется до целого." #: fdmprinter.def.json @@ -1492,8 +1749,13 @@ msgstr "Соединение верхних/нижних полигонов" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Соединение верхних/нижних путей оболочки на участках, где они проходят рядом. При использовании концентрического шаблона активация данной настройки значительно сокращает время перемещения, но, учитывая возможность наличия соединений на полпути над заполнением, эта функция может ухудшить качество верхней поверхности." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Соединение верхних/нижних путей оболочки на участках, где они проходят рядом. При использовании концентрического шаблона активация данной настройки значительно" +" сокращает время перемещения, но, учитывая возможность наличия соединений на полпути над заполнением, эта функция может ухудшить качество верхней поверхности." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1502,8 +1764,12 @@ msgstr "Монотонный порядок дна/крышки" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Печатайте линии дна/крышки в таком порядке, чтобы они всегда перекрывали соседние линии в одном направлении. На печать уходит немного больше времени, но плоские поверхности выглядят более единообразными." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Печатайте линии дна/крышки в таком порядке, чтобы они всегда перекрывали соседние линии в одном направлении. На печать уходит немного больше времени, но" +" плоские поверхности выглядят более единообразными." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1512,8 +1778,16 @@ msgstr "Направление линии дна/крышки" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Список направлений линии при печати слоёв дна/крышки линиями или зигзагом. Элементы списка используются последовательно по мере печати слоёв, и, когда конец списка будет достигнут, он начнётся сначала. Элементы списка отделяются запятыми и сам список заключён в квадратные скобки. По умолчанию, он пустой, что означает использование стандартных углов (45 и 135 градусов)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Список направлений линии при печати слоёв дна/крышки линиями или зигзагом. Элементы списка используются последовательно по мере печати слоёв, и, когда" +" конец списка будет достигнут, он начнётся сначала. Элементы списка отделяются запятыми и сам список заключён в квадратные скобки. По умолчанию, он пустой," +" что означает использование стандартных углов (45 и 135 градусов)." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1522,8 +1796,15 @@ msgstr "Нет оболочки в Z-зазорах" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Если у модели имеются небольшие вертикальные зазоры, состоящие всего из нескольких слоев, вокруг этих слоев в узком пространстве, как правило, присутствует оболочка. Выбор данного параметра предотвратит создание оболочки в ситуациях, когда вертикальные зазоры очень маленькие. Это позволит сократить время печати и нарезки, но с технической точки зрения область заполнения останется открытой." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Если у модели имеются небольшие вертикальные зазоры, состоящие всего из нескольких слоев, вокруг этих слоев в узком пространстве, как правило, присутствует" +" оболочка. Выбор данного параметра предотвратит создание оболочки в ситуациях, когда вертикальные зазоры очень маленькие. Это позволит сократить время" +" печати и нарезки, но с технической точки зрения область заполнения останется открытой." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1532,8 +1813,12 @@ msgstr "Количество внешних дополнительных обо #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." -msgstr "Заменяет внешнюю часть шаблона крышки/дна рядом концентрических линий. Использование одной или двух линий улучшает мосты, которые печатаются поверх материала заполнения." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." +msgstr "Заменяет внешнюю часть шаблона крышки/дна рядом концентрических линий. Использование одной или двух линий улучшает мосты, которые печатаются поверх материала" +" заполнения." #: fdmprinter.def.json msgctxt "ironing_enabled label" @@ -1542,8 +1827,13 @@ msgstr "Разрешить разглаживание" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Проходить по верхней оболочке еще раз, но на этот раз выдавливая очень мало материала. Это приводит к плавлению пластика, что создает более гладкую поверхность. Давление в камере сопла поддерживается на высоком уровне, благодаря чему складки на поверхности заполняются материалом." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Проходить по верхней оболочке еще раз, но на этот раз выдавливая очень мало материала. Это приводит к плавлению пластика, что создает более гладкую поверхность." +" Давление в камере сопла поддерживается на высоком уровне, благодаря чему складки на поверхности заполняются материалом." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1552,7 +1842,9 @@ msgstr "Самый высокий слой разглаживания" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "Выполняет разглаживание только на самом последнем слое модели. Экономит время, когда нижние слои не требуют сглаживания поверхности." #: fdmprinter.def.json @@ -1582,8 +1874,12 @@ msgstr "Монотонный порядок разглаживания" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Печатайте линии разглаживания в таком порядке, чтобы они всегда перекрывали соседние линии в одном направлении. На печать уходит немного больше времени, но плоские поверхности выглядят более единообразными." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Печатайте линии разглаживания в таком порядке, чтобы они всегда перекрывали соседние линии в одном направлении. На печать уходит немного больше времени," +" но плоские поверхности выглядят более единообразными." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1602,8 +1898,13 @@ msgstr "Поток разглаживания" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "Объём материала, относительно от обычной линии, который будет выдавлен в процессе разглаживания. Наличие в сопле наличие материала помогает заполнять щели на верхней оболочке, но слишком большое значение приводит к излишнему выдавливанию материала и ухудшает качество оболочки." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "Объём материала, относительно от обычной линии, который будет выдавлен в процессе разглаживания. Наличие в сопле наличие материала помогает заполнять щели" +" на верхней оболочке, но слишком большое значение приводит к излишнему выдавливанию материала и ухудшает качество оболочки." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1612,7 +1913,9 @@ msgstr "Границы разглаживания" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "Расстояние от краёв модели. Разглаживание от края до края может выразиться в загибании краёв при печати." #: fdmprinter.def.json @@ -1652,8 +1955,18 @@ msgstr "Процент перекрытия оболочек" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Настройте величину перекрытия между стенками и центральными линиями оболочки (конечными точками) в виде процентного отношения значений ширины линии для линий оболочки и внутренней стенки. Небольшое перекрытие позволяет стенкам надежно соединяться с оболочкой. Обратите внимание, что при одинаковой толщине оболочки и ширине линии стенки любое процентное значение, превышающее 50%, может привести к размещению любой оболочки за пределами стенки. Это обусловлено тем, что в этот момент расположение сопла экструдера оболочки может сместиться за середину стенки." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Настройте величину перекрытия между стенками и центральными линиями оболочки (конечными точками) в виде процентного отношения значений ширины линии для" +" линий оболочки и внутренней стенки. Небольшое перекрытие позволяет стенкам надежно соединяться с оболочкой. Обратите внимание, что при одинаковой толщине" +" оболочки и ширине линии стенки любое процентное значение, превышающее 50%, может привести к размещению любой оболочки за пределами стенки. Это обусловлено" +" тем, что в этот момент расположение сопла экструдера оболочки может сместиться за середину стенки." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1662,8 +1975,17 @@ msgstr "Перекрытие оболочек" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Настройте величину перекрытия между стенками и центральными линиями оболочки (конечными точками). Небольшое перекрытие позволяет стенкам надежно соединяться с оболочкой. Обратите внимание, что при одинаковой толщине оболочки и ширине линии стенки любое значение, превышающее половину ширины стенки, может привести к размещению любой оболочки за пределами стенки. Это обусловлено тем, что в этот момент расположение сопла экструдера оболочки может сместиться за середину стенки." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Настройте величину перекрытия между стенками и центральными линиями оболочки (конечными точками). Небольшое перекрытие позволяет стенкам надежно соединяться" +" с оболочкой. Обратите внимание, что при одинаковой толщине оболочки и ширине линии стенки любое значение, превышающее половину ширины стенки, может привести" +" к размещению любой оболочки за пределами стенки. Это обусловлено тем, что в этот момент расположение сопла экструдера оболочки может сместиться за середину" +" стенки." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1672,8 +1994,13 @@ msgstr "Ширина удаляемой оболочки" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "Наибольшая ширина областей оболочки, которые будут удалены. Каждая область оболочки, которая меньше указанного значения, будет удалена. Это может помочь с сокращением затрат времени и материала при печати верхних/нижних оболочек наклонных поверхностей модели." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "Наибольшая ширина областей оболочки, которые будут удалены. Каждая область оболочки, которая меньше указанного значения, будет удалена. Это может помочь" +" с сокращением затрат времени и материала при печати верхних/нижних оболочек наклонных поверхностей модели." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1682,8 +2009,13 @@ msgstr "Ширина удаляемой оболочки сверху" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "Наибольшая ширина областей оболочки, которые будут удалены. Каждая область оболочки, которая меньше указанного значения, будет удалена. Это может помочь с сокращением затрат времени и материала при печати верхних оболочек наклонных поверхностей модели." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "Наибольшая ширина областей оболочки, которые будут удалены. Каждая область оболочки, которая меньше указанного значения, будет удалена. Это может помочь" +" с сокращением затрат времени и материала при печати верхних оболочек наклонных поверхностей модели." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1692,8 +2024,13 @@ msgstr "Ширина удаляемой оболочки снизу" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "Наибольшая ширина областей оболочки, которые будут удалены. Каждая область оболочки, которая меньше указанного значения, будет удалена. Это может помочь с сокращением затрат времени и материала при печати нижних оболочек наклонных поверхностей модели." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "Наибольшая ширина областей оболочки, которые будут удалены. Каждая область оболочки, которая меньше указанного значения, будет удалена. Это может помочь" +" с сокращением затрат времени и материала при печати нижних оболочек наклонных поверхностей модели." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1702,8 +2039,12 @@ msgstr "Дистанция расширения оболочки" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "Расстояние на которое оболочки внедряются в заполнение. Большие значения лучше связывают оболочку с шаблоном заполнения и стенками. Меньшие значения сохраняют используемый материал." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "Расстояние на которое оболочки внедряются в заполнение. Большие значения лучше связывают оболочку с шаблоном заполнения и стенками. Меньшие значения сохраняют" +" используемый материал." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1712,8 +2053,13 @@ msgstr "Дистанция расширения оболочки сверху" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "Расстояние на которое верхние оболочки входят в заполнение. Большие значения лучше связывают оболочку с шаблоном заполнения и стенками. Меньшие значения сохраняют используемый материал." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "Расстояние на которое верхние оболочки входят в заполнение. Большие значения лучше связывают оболочку с шаблоном заполнения и стенками. Меньшие значения" +" сохраняют используемый материал." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1722,8 +2068,13 @@ msgstr "Расстояние расширения оболочки снизу" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "Расстояние на которое нижние оболочки входят в заполнение. Большие значения лучше связывают оболочку с шаблоном заполнения и стенками. Меньшие значения сохраняют используемый материал." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "Расстояние на которое нижние оболочки входят в заполнение. Большие значения лучше связывают оболочку с шаблоном заполнения и стенками. Меньшие значения" +" сохраняют используемый материал." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1732,8 +2083,16 @@ msgstr "Максимальный угол оболочки при расшире #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "Для верхней и (или) нижней поверхностей вашего объекта с углом больше указанного в данном параметре верхняя и нижняя оболочки не будут расширены. Это предотвращает расширение узких областей оболочек, которые создаются, если поверхность модели имеет почти вертикальный наклон. Угол 0° является горизонтальным и не вызывает расширения оболочки, угол 90° является вертикальным и вызывает расширение всей оболочки." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "Для верхней и (или) нижней поверхностей вашего объекта с углом больше указанного в данном параметре верхняя и нижняя оболочки не будут расширены. Это предотвращает" +" расширение узких областей оболочек, которые создаются, если поверхность модели имеет почти вертикальный наклон. Угол 0° является горизонтальным и не вызывает" +" расширения оболочки, угол 90° является вертикальным и вызывает расширение всей оболочки." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1742,8 +2101,12 @@ msgstr "Минимальная ширина оболочки при расшир #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Области оболочек уже указанного значения не расширяются. Это предотвращает расширение узких областей оболочек, которые создаются, если наклон поверхности модели близок к вертикальному." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Области оболочек уже указанного значения не расширяются. Это предотвращает расширение узких областей оболочек, которые создаются, если наклон поверхности" +" модели близок к вертикальному." #: fdmprinter.def.json msgctxt "infill label" @@ -1762,7 +2125,8 @@ msgstr "Экструдер для заполнения" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "Экструдер, используемый для печати заполнения. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -1782,7 +2146,9 @@ msgstr "Дистанция линий заполнения" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "Дистанция между линиями заполнения. Этот параметр вычисляется из плотности заполнения и ширины линии заполнения." #: fdmprinter.def.json @@ -1792,8 +2158,18 @@ msgstr "Шаблон заполнения" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Шаблон заполняющего материала печати. Линейное и зигзагообразное заполнение меняет направление на чередующихся слоях, снижая расходы на материал. Шаблоны «сетка», «треугольник», «шестигранник из треугольников», «куб», «восьмигранник», «четверть куба», «крестовое», «концентрическое» полностью печатаются в каждом слое. Шаблоны заполнения «гироид», «куб», «четверть куба» и «восьмигранник» меняются в каждом слое, чтобы обеспечить более равномерное распределение прочности в каждом направлении. Шаблон заполнения «молния» пытается минимизировать заполнение, поддерживая только верхнюю область объекта." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "Шаблон заполняющего материала печати. Линейное и зигзагообразное заполнение меняет направление на чередующихся слоях, снижая расходы на материал. Шаблоны" +" «сетка», «треугольник», «шестигранник из треугольников», «куб», «восьмигранник», «четверть куба», «крестовое», «концентрическое» полностью печатаются" +" в каждом слое. Шаблоны заполнения «гироид», «куб», «четверть куба» и «восьмигранник» меняются в каждом слое, чтобы обеспечить более равномерное распределение" +" прочности в каждом направлении. Шаблон заполнения «молния» пытается минимизировать заполнение, поддерживая только верхнюю область объекта." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1872,8 +2248,14 @@ msgstr "Соединять линии заполнения" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "Соединение мест пересечения шаблона заполнения и внутренних стенок с использованием линии, повторяющей контур внутренней стенки. Использование этой функции улучшает сцепление заполнения со стенками и снижает влияние заполнения на качество вертикальных поверхностей. Отключение этой функции снижает расход материала." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "Соединение мест пересечения шаблона заполнения и внутренних стенок с использованием линии, повторяющей контур внутренней стенки. Использование этой функции" +" улучшает сцепление заполнения со стенками и снижает влияние заполнения на качество вертикальных поверхностей. Отключение этой функции снижает расход материала." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1882,8 +2264,12 @@ msgstr "Соединение полигонов заполнения" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." -msgstr "Соединение путей заполнения на участках, где они проходят рядом. Для шаблонов заполнения, состоящих из нескольких замкнутых полигонов, активация данной настройки значительно сокращает время перемещения." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." +msgstr "Соединение путей заполнения на участках, где они проходят рядом. Для шаблонов заполнения, состоящих из нескольких замкнутых полигонов, активация данной" +" настройки значительно сокращает время перемещения." #: fdmprinter.def.json msgctxt "infill_angles label" @@ -1892,8 +2278,16 @@ msgstr "Направления линии заполнения" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Список направлений линии при печати слоёв. Элементы списка используются последовательно по мере печати слоёв и когда конец списка будет достигнут, он начнётся сначала. Элементы списка отделяются запятыми и сам список заключён в квадратные скобки. По умолчанию, он пустой, что означает использование стандартных углов (45 и 135 градусов для линий из зигзага и 45 градусов для всех остальных шаблонов)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Список направлений линии при печати слоёв. Элементы списка используются последовательно по мере печати слоёв и когда конец списка будет достигнут, он начнётся" +" сначала. Элементы списка отделяются запятыми и сам список заключён в квадратные скобки. По умолчанию, он пустой, что означает использование стандартных" +" углов (45 и 135 градусов для линий из зигзага и 45 градусов для всех остальных шаблонов)." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1922,8 +2316,12 @@ msgstr "Рандомизация начала заполнения" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." -msgstr "Рандомизировать, какая линия заполнения печатается первой. Это препятствует тому, чтобы один сегмент стал самым сильным, но делает это за счет дополнительного перемещения." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." +msgstr "Рандомизировать, какая линия заполнения печатается первой. Это препятствует тому, чтобы один сегмент стал самым сильным, но делает это за счет дополнительного" +" перемещения." #: fdmprinter.def.json msgctxt "infill_multiplier label" @@ -1932,8 +2330,12 @@ msgstr "Множитель для линии заполнения" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Преобразовывать каждую линию заполнения во множество линий. Дополнительные линии не пересекаются, а уклоняются от столкновения друг с другом. Благодаря этому заполнение становится более плотным, но время печати и расход материалов увеличиваются." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Преобразовывать каждую линию заполнения во множество линий. Дополнительные линии не пересекаются, а уклоняются от столкновения друг с другом. Благодаря" +" этому заполнение становится более плотным, но время печати и расход материалов увеличиваются." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1943,11 +2345,15 @@ msgstr "Количество дополнительных стенок запо #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Добавление дополнительных стенок вокруг области заполнения. Эти стенки могут уменьшить провисание верхних/нижних линий оболочки, что уменьшает необходимое количество верхних/нижних слоев оболочки без ухудшения качества за счет небольшого увеличения количества материала.\n" -"Эта функция может сочетаться с соединением полигонов заполнения для соединения всего участка заполнения в один путь экструзии без необходимости в движениях или откатах в случае правильной настройки." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Добавление дополнительных стенок вокруг области заполнения. Эти стенки могут уменьшить провисание верхних/нижних линий оболочки, что уменьшает необходимое" +" количество верхних/нижних слоев оболочки без ухудшения качества за счет небольшого увеличения количества материала.\nЭта функция может сочетаться с соединением" +" полигонов заполнения для соединения всего участка заполнения в один путь экструзии без необходимости в движениях или откатах в случае правильной настройки." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1956,8 +2362,13 @@ msgstr "Стенка динамического куба" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Дополнение к радиусу от центра каждого куба для проверки границ модели, используется для принятия решения о разделении куба. Большие значения приводят к утолщению стенок мелких кубов по мере приближения к границе модели." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Дополнение к радиусу от центра каждого куба для проверки границ модели, используется для принятия решения о разделении куба. Большие значения приводят" +" к утолщению стенок мелких кубов по мере приближения к границе модели." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1966,8 +2377,12 @@ msgstr "Процент перекрытие заполнения" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." -msgstr "Величина перекрытия между заполнением и стенками в виде процентного отношения от ширины линии заполнения. Небольшое перекрытие позволяет стенкам надежно соединяться с заполнением." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." +msgstr "Величина перекрытия между заполнением и стенками в виде процентного отношения от ширины линии заполнения. Небольшое перекрытие позволяет стенкам надежно" +" соединяться с заполнением." #: fdmprinter.def.json msgctxt "infill_overlap_mm label" @@ -1976,7 +2391,9 @@ msgstr "Перекрытие заполнения" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "Величина перекрытия между заполнением и стенками. Небольшое перекрытие позволяет стенкам плотно соединиться с заполнением." #: fdmprinter.def.json @@ -1986,8 +2403,12 @@ msgstr "Дистанция окончания заполнения" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "Расстояние, на которое продолжается движение сопла после печати каждой линии заполнения, для обеспечения лучшего связывания заполнения со стенками. Этот параметр похож на перекрытие заполнения, но без экструзии и только с одной стороны линии заполнения." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "Расстояние, на которое продолжается движение сопла после печати каждой линии заполнения, для обеспечения лучшего связывания заполнения со стенками. Этот" +" параметр похож на перекрытие заполнения, но без экструзии и только с одной стороны линии заполнения." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1996,7 +2417,9 @@ msgstr "Толщина слоя заполнения" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "Толщина слоя для материала заполнения. Данное значение должно быть всегда кратно толщине слоя и всегда округляется." #: fdmprinter.def.json @@ -2006,8 +2429,12 @@ msgstr "Изменение шага заполнения" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." -msgstr "Количество шагов уменьшения наполовину плотности заполнения вглубь модели. Области, располагающиеся ближе к краю модели, получают большую плотность, до указанной в \"Плотность заполнения." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." +msgstr "Количество шагов уменьшения наполовину плотности заполнения вглубь модели. Области, располагающиеся ближе к краю модели, получают большую плотность, до" +" указанной в \"Плотность заполнения." #: fdmprinter.def.json msgctxt "gradual_infill_step_height label" @@ -2016,7 +2443,8 @@ msgstr "Высота изменения шага заполнения" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "Высота заполнения с указанной плотностью перед переключением на половину плотности." #: fdmprinter.def.json @@ -2026,8 +2454,13 @@ msgstr "Заполнение перед печатью стенок" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Печатать заполнение до печати стенок. Если печатать сначала стенки, то это может сделать их более точными, но нависающие стенки будут напечатаны хуже. Если печатать сначала заполнение, то это сделает стенки более крепкими, но шаблон заполнения может иногда прорываться сквозь поверхность стенки." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Печатать заполнение до печати стенок. Если печатать сначала стенки, то это может сделать их более точными, но нависающие стенки будут напечатаны хуже." +" Если печатать сначала заполнение, то это сделает стенки более крепкими, но шаблон заполнения может иногда прорываться сквозь поверхность стенки." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2046,8 +2479,12 @@ msgstr "Поддержка заполнения" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Печать заполненных структур только там, где должны поддерживаться верхние части моделей. Активация этой функции сокращает время печати и расход материалов, однако приводит к неравномерной прочности." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Печать заполненных структур только там, где должны поддерживаться верхние части моделей. Активация этой функции сокращает время печати и расход материалов," +" однако приводит к неравномерной прочности." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2056,7 +2493,10 @@ msgstr "Угол нависания при заполнении" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." msgstr "Минимальный угол внутренних нависаний, для которых добавляется заполнение. При 0° объекты полностью заполняются, при 90° заполнение отсутствует." #: fdmprinter.def.json @@ -2086,7 +2526,9 @@ msgstr "Угол поддержки шаблона заполнения «мол #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Определяет, когда слой шаблона заполнения «молния» должен поддерживать что-либо над ним. Измеряется под углом с учетом толщины слоя." #: fdmprinter.def.json @@ -2096,7 +2538,9 @@ msgstr "Угол выступа шаблона заполнения «молни #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Определяет, когда слой шаблона заполнения «молния» должен поддерживать модель над ним. Измеряется под углом с учетом толщины." #: fdmprinter.def.json @@ -2106,7 +2550,9 @@ msgstr "Угол обрезки шаблона заполнения «молни #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "Конечные точки линий заполнения укорачиваются для экономии материала. Эта настройка представляет собой угол нависания конечных точек этих линий." #: fdmprinter.def.json @@ -2116,7 +2562,9 @@ msgstr "Угол выпрямления шаблона заполнения «м #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "Линии заполнения выравниваются для сокращения время печати. Это максимально допустимый угол нависания по всей длине линии заполнения." #: fdmprinter.def.json @@ -2136,8 +2584,12 @@ msgstr "Температура сопла" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "Стандартная температура сопла, используемая при печати. Значением должна быть \"базовая\" температура для материала. Все другие температуры печати должны быть выражены смещениями от основного значения" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "Стандартная температура сопла, используемая при печати. Значением должна быть \"базовая\" температура для материала. Все другие температуры печати должны" +" быть выражены смещениями от основного значения" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2146,7 +2598,9 @@ msgstr "Температура для объема печати" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "Температура среды печати. Если это значение равно 0, температура для объема печати не будет регулироваться." #: fdmprinter.def.json @@ -2166,7 +2620,9 @@ msgstr "Температура печати первого слоя" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "Температура при печати первого слоя. Установите в 0 для отключения специального поведения на первом слое." #: fdmprinter.def.json @@ -2176,7 +2632,9 @@ msgstr "Начальная температура печати" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "Минимальная температура, в процессе нагрева до температуры печати, на которой можно запустить процесс печати." #: fdmprinter.def.json @@ -2186,7 +2644,9 @@ msgstr "Конечная температура печати" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "Температура, до которой можно начать охлаждать сопло, перед окончанием печати." #: fdmprinter.def.json @@ -2196,7 +2656,9 @@ msgstr "Модификатор скорости охлаждения экстр #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." msgstr "Дополнительная скорость, с помощью которой сопло охлаждается во время экструзии. Это же значение используется для ускорения нагрева сопла при экструзии." #: fdmprinter.def.json @@ -2206,8 +2668,12 @@ msgstr "Температура рабочего стола по умолчани #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "Температура по умолчанию, используемая для разогретого рабочего стола. Это значение является базовой температурой рабочего стола. Для всех остальных значений температуры печати используется смещение относительно данного значения" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "Температура по умолчанию, используемая для разогретого рабочего стола. Это значение является базовой температурой рабочего стола. Для всех остальных значений" +" температуры печати используется смещение относительно данного значения" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2216,7 +2682,9 @@ msgstr "Температура стола" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "Температура, задаваемая для нагреваемой печатной пластины. Если значение равно 0, печатная пластина не нагревается." #: fdmprinter.def.json @@ -2226,7 +2694,9 @@ msgstr "Температура стола для первого слоя" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "Температура, задаваемая для нагреваемой печатной пластины на первом слое. Если значение равно 0, печатная пластина не нагревается при печати первого слоя." #: fdmprinter.def.json @@ -2256,28 +2726,34 @@ msgstr "Коэффициент масштабирования для компе #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Для компенсации усадки материала при остывании модель будет масштабирована с этим коэффициентом." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Горизонтальный коэффициент масштабирования для компенсации усадки" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Для компенсации усадки материала при остывании модель будет масштабирована с этим коэффициентом в направлении XY (горизонтально)." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Вертикальный коэффициент масштабирования для компенсации усадки" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Для компенсации усадки материала при остывании модель будет масштабирована с этим коэффициентом в направлении Z (вертикально)." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2286,7 +2762,10 @@ msgstr "Кристаллический материал" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "Это материал, который при нагревании легко ломается по четким линиям (кристаллический) или образует длинные сплетающиеся полимерные цепочки (некристаллический)?" #: fdmprinter.def.json @@ -2306,7 +2785,9 @@ msgstr "Скорость отката для защиты от капель" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "Насколько быстро необходимо убрать материал во время его замены, чтобы не допустить появления капель." #: fdmprinter.def.json @@ -2326,7 +2807,9 @@ msgstr "Скорость отката для подготовки к отлам #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "Насколько быстро следует убирать материал, чтобы он отломился." #: fdmprinter.def.json @@ -2336,7 +2819,9 @@ msgstr "Температура подготовки к отламыванию" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "Температура, используемая для выдавливания материала, должна быть примерно равна максимальной температуре при печати." #: fdmprinter.def.json @@ -2356,7 +2841,8 @@ msgstr "Скорость отката для отламывания" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "Скорость, при которой убираемый материал отломится чисто." #: fdmprinter.def.json @@ -2386,7 +2872,9 @@ msgstr "Длина выдавливания заподлицо" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "Объем материала, используемый для выдавливания предыдущего материала из сопла (измеряется длиной нити) при переключении на другой материал." #: fdmprinter.def.json @@ -2396,7 +2884,9 @@ msgstr "Скорость выдавливания заканчивающегос #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "Скорость подачи материала после замены пустой катушки на новую катушку с тем же материалом." #: fdmprinter.def.json @@ -2406,8 +2896,12 @@ msgstr "Длина выдавливания заканчивающегося м #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "Объем материала, используемый для выдавливания предыдущего материала из сопла (измеряется длиной нити) при замене пустой катушки на новую катушку с тем же материалом." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "Объем материала, используемый для выдавливания предыдущего материала из сопла (измеряется длиной нити) при замене пустой катушки на новую катушку с тем" +" же материалом." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2426,7 +2920,10 @@ msgstr "Коэффициент движения без нагрузки" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." msgstr "Коэффициент сжатия материала между питателем и камерой сопла, позволяющий определить, как далеко требуется продвинуть материал для переключения нити." #: fdmprinter.def.json @@ -2436,7 +2933,9 @@ msgstr "Поток" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Компенсация потока: объём выдавленного материала умножается на этот коэффициент." #: fdmprinter.def.json @@ -2466,7 +2965,8 @@ msgstr "Поток для внутренних стенок" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "Компенсация потока на линиях стенки для всех линий, за исключением внешней." #: fdmprinter.def.json @@ -2566,7 +3066,9 @@ msgstr "Поток для первого слоя" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "Компенсация потока для первого слоя: объем выдавленного материала на первом слое умножается на этот коэффициент." #: fdmprinter.def.json @@ -2576,7 +3078,9 @@ msgstr "Температура ожидания" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "Температура сопла в момент, когда для печати используется другое сопло." #: fdmprinter.def.json @@ -2626,8 +3130,13 @@ msgstr "Скорость печати внешней стенки" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "Скорость, на которой происходит печать внешних стенок. Печать внешней стенки на пониженной скорости улучшает качество поверхности модели. Однако, при большой разнице между скоростями печати внутренних и внешних стенок возникает эффект, негативно влияющий на качество." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "Скорость, на которой происходит печать внешних стенок. Печать внешней стенки на пониженной скорости улучшает качество поверхности модели. Однако, при большой" +" разнице между скоростями печати внутренних и внешних стенок возникает эффект, негативно влияющий на качество." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2636,8 +3145,12 @@ msgstr "Скорость печати внутренних стенок" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "Скорость, на которой происходит печать внутренних стенок. Печать внутренних стенок на скорости, большей скорости печати внешней стенки, ускоряет печать. Отлично работает, если значение скорости находится между скоростями печати внешней стенки и скорости заполнения." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "Скорость, на которой происходит печать внутренних стенок. Печать внутренних стенок на скорости, большей скорости печати внешней стенки, ускоряет печать." +" Отлично работает, если значение скорости находится между скоростями печати внешней стенки и скорости заполнения." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2666,8 +3179,12 @@ msgstr "Скорость печати поддержек" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "Скорость, на которой происходит печать структуры поддержек. Печать поддержек на повышенной скорости может значительно уменьшить время печати. Качество поверхности структуры поддержек не имеет значения, так как эта структура будет удалена после печати." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "Скорость, на которой происходит печать структуры поддержек. Печать поддержек на повышенной скорости может значительно уменьшить время печати. Качество" +" поверхности структуры поддержек не имеет значения, так как эта структура будет удалена после печати." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2676,7 +3193,9 @@ msgstr "Скорость заполнения поддержек" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "Скорость, на которой заполняются поддержки. Печать заполнения на пониженных скоростях улучшает стабильность." #: fdmprinter.def.json @@ -2686,8 +3205,11 @@ msgstr "Скорость границы поддержек" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." -msgstr "Скорость, на которой происходит печать верха и низа поддержек. Печать поддержек на пониженных скоростях может улучшить качество печати нависающих краёв модели." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." +msgstr "Скорость, на которой происходит печать верха и низа поддержек. Печать поддержек на пониженных скоростях может улучшить качество печати нависающих краёв" +" модели." #: fdmprinter.def.json msgctxt "speed_support_roof label" @@ -2696,7 +3218,9 @@ msgstr "Скорость печати крыши поддержек" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "Скорость, на которой происходит печать верха поддержек. Печать поддержек на пониженных скоростях может улучшить качество печати нависающих краёв модели." #: fdmprinter.def.json @@ -2706,7 +3230,9 @@ msgstr "Скорость печати низа поддержек" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "Скорость, на которой происходит печать низа поддержек. Печать поддержек на пониженных скоростях может улучшить качество печати нависающих краёв модели." #: fdmprinter.def.json @@ -2716,7 +3242,10 @@ msgstr "Скорость черновых башен" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." msgstr "Скорость, на которой печатается черновая башня. Замедленная печать черновой башни может сделать её стабильнее при недостаточном прилипании различных материалов." #: fdmprinter.def.json @@ -2736,8 +3265,12 @@ msgstr "Скорость первого слоя" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "Скорость печати первого слоя. Пониженное значение улучшает прилипание материала к печатной пластине. Не влияет на сами адгезионные структуры печатной пластины, такие как край и основание." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "Скорость печати первого слоя. Пониженное значение улучшает прилипание материала к печатной пластине. Не влияет на сами адгезионные структуры печатной пластины," +" такие как край и основание." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2746,7 +3279,9 @@ msgstr "Скорость первого слоя" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "Скорость печати первого слоя. Пониженное значение помогает улучшить прилипание материала к столу." #: fdmprinter.def.json @@ -2756,8 +3291,13 @@ msgstr "Скорость перемещений на первом слое" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "Скорость перемещений на первом слое. Малые значения помогают предотвращать отлипание напечатанных частей от стола. Значение этого параметра может быть вычислено автоматически из отношения между скоростями перемещения и печати." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "Скорость перемещений на первом слое. Малые значения помогают предотвращать отлипание напечатанных частей от стола. Значение этого параметра может быть" +" вычислено автоматически из отношения между скоростями перемещения и печати." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2766,8 +3306,12 @@ msgstr "Скорость юбки/каймы" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." -msgstr "Скорость, на которой происходит печать юбки и каймы. Обычно, их печать происходит на скорости печати первого слоя, но иногда вам может потребоваться печатать юбку или кайму на другой скорости." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." +msgstr "Скорость, на которой происходит печать юбки и каймы. Обычно, их печать происходит на скорости печати первого слоя, но иногда вам может потребоваться печатать" +" юбку или кайму на другой скорости." #: fdmprinter.def.json msgctxt "speed_z_hop label" @@ -2776,7 +3320,10 @@ msgstr "Скорость поднятия оси Z" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." msgstr "Скорость вертикального движения по оси Z. Обычно она ниже, чем скорость печати, поскольку рабочий стол или портал машины тяжелее сдвинуть." #: fdmprinter.def.json @@ -2786,18 +3333,31 @@ msgstr "Количество медленных слоёв" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "Первые несколько слоёв печатаются на медленной скорости, чем вся остальная модель, чтобы получить лучшее прилипание к столу и увеличить вероятность успешной печати. Скорость последовательно увеличивается по мере печати указанного количества слоёв." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "Первые несколько слоёв печатаются на медленной скорости, чем вся остальная модель, чтобы получить лучшее прилипание к столу и увеличить вероятность успешной" +" печати. Скорость последовательно увеличивается по мере печати указанного количества слоёв." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Коэффициент выравнивания потока" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Поправочный коэффициент ширины экструзии в зависимости от скорости. При значении 0 % скорость перемещения сохраняется на уровне скорости печати. При значении" +" 100 % скорость перемещения корректируется таким образом, чтобы расход (в мм3/с) оставался постоянным, то есть линии в половину нормальной ширины" +" линии, печатаются в два раза быстрее, а линии вдвое шире — в два раза быстрее. Значение выше 100 % может помочь компенсировать более высокое давление," +" необходимое для экструдирования широких линий." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2806,7 +3366,9 @@ msgstr "Разрешить управление ускорением" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "Разрешает регулирование ускорения головы. Увеличение ускорений может сократить время печати за счёт качества печати." #: fdmprinter.def.json @@ -2906,7 +3468,9 @@ msgstr "Ускорение края поддержек" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "Ускорение, с которым печатаются верх и низ поддержек. Их печать с пониженными ускорениями может улучшить качество печати нависающих частей." #: fdmprinter.def.json @@ -2916,7 +3480,9 @@ msgstr "Ускорение крыши поддержек" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "Ускорение, с которым происходит печать верха поддержек. Печать поддержек с пониженными ускорениями может улучшить качество печати нависающих краёв модели." #: fdmprinter.def.json @@ -2926,7 +3492,9 @@ msgstr "Ускорение низа поддержек" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." msgstr "Ускорение, с которым происходит печать низа поддержек. Печать поддержек с пониженными ускорениями может улучшить качество печати нависающих краёв модели." #: fdmprinter.def.json @@ -2986,8 +3554,12 @@ msgstr "Ускорение юбки/каймы" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." -msgstr "Ускорение, с которым происходит печать юбки и каймы. Обычно, их печать происходит с ускорениями первого слоя, но иногда вам может потребоваться печатать юбку с другими ускорениями." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." +msgstr "Ускорение, с которым происходит печать юбки и каймы. Обычно, их печать происходит с ускорениями первого слоя, но иногда вам может потребоваться печатать" +" юбку с другими ускорениями." #: fdmprinter.def.json msgctxt "jerk_enabled label" @@ -2996,7 +3568,10 @@ msgstr "Включить управление рывком" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." msgstr "Разрешает управление скоростью изменения ускорений головы по осям X или Y. Увеличение данного значения может сократить время печати за счёт его качества." #: fdmprinter.def.json @@ -3026,7 +3601,8 @@ msgstr "Рывок стены" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "Изменение максимальной мгновенной скорости, с которой будут напечатаны стены." #: fdmprinter.def.json @@ -3036,7 +3612,9 @@ msgstr "Рывок внешних стен" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатаются внешние стенки." #: fdmprinter.def.json @@ -3046,7 +3624,9 @@ msgstr "Рывок внутренних стен" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатаются внутренние стенки." #: fdmprinter.def.json @@ -3056,7 +3636,9 @@ msgstr "Рывок верхней оболочки" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатаются слои верхней оболочки." #: fdmprinter.def.json @@ -3066,7 +3648,9 @@ msgstr "Рывок крышки/дна" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатаются верхние и нижние слои." #: fdmprinter.def.json @@ -3076,7 +3660,9 @@ msgstr "Рывок поддержек" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатаются поддержки." #: fdmprinter.def.json @@ -3086,7 +3672,9 @@ msgstr "Рывок заполнение поддержек" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатается заполнение поддержек." #: fdmprinter.def.json @@ -3096,7 +3684,9 @@ msgstr "Рывок связи поддержек" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "Максимальное изменение мгновенной скорости, с которым напечатаны крыши и низ поддержек." #: fdmprinter.def.json @@ -3106,7 +3696,9 @@ msgstr "Рывок крыши поддержек" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "Максимальное изменение мгновенной скорости, с которым напечатаны крыши поддержек." #: fdmprinter.def.json @@ -3116,7 +3708,9 @@ msgstr "Рывок низа поддержек" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "Максимальное изменение мгновенной скорости, с которым напечатаны низ поддержек." #: fdmprinter.def.json @@ -3126,7 +3720,9 @@ msgstr "Рывок черновых башен" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатается черновая башня." #: fdmprinter.def.json @@ -3136,7 +3732,8 @@ msgstr "Рывок перемещения" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "Изменение максимальной мгновенной скорости, с которой выполняются перемещения." #: fdmprinter.def.json @@ -3156,7 +3753,9 @@ msgstr "Рывок печати первого слоя" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "Изменение максимальной мгновенной скорости, с которой печатается первый слой." #: fdmprinter.def.json @@ -3176,7 +3775,9 @@ msgstr "Рывок юбки/каймы" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "Изменение максимальной мгновенной скорости, с которой печатается юбка и кайма." #: fdmprinter.def.json @@ -3226,7 +3827,9 @@ msgstr "Скорость отката" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "Скорость, с которой материал будет извлечён и возвращён обратно при откате." #: fdmprinter.def.json @@ -3256,7 +3859,9 @@ msgstr "Дополнительно заполняемый объём при от #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Небольшое количество материала может выдавиться во время движения, что может быть скомпенсировано с помощью данного параметра." #: fdmprinter.def.json @@ -3266,8 +3871,11 @@ msgstr "Минимальное перемещение при откате" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." -msgstr "Минимальное расстояние на которое необходимо переместиться для отката, чтобы он произошёл. Этот параметр помогает уменьшить количество откатов на небольшой области печати." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." +msgstr "Минимальное расстояние на которое необходимо переместиться для отката, чтобы он произошёл. Этот параметр помогает уменьшить количество откатов на небольшой" +" области печати." #: fdmprinter.def.json msgctxt "retraction_count_max label" @@ -3276,8 +3884,13 @@ msgstr "Максимальное количество откатов" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Данный параметр ограничивает число откатов, которые происходят внутри окна минимальной дистанции экструзии. Дальнейшие откаты внутри этого окна будут проигнорированы. Это исключает выполнение множества повторяющихся откатов над одним и тем же участком нити, что позволяет избежать проблем с истиранием нити." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Данный параметр ограничивает число откатов, которые происходят внутри окна минимальной дистанции экструзии. Дальнейшие откаты внутри этого окна будут проигнорированы." +" Это исключает выполнение множества повторяющихся откатов над одним и тем же участком нити, что позволяет избежать проблем с истиранием нити." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3286,8 +3899,13 @@ msgstr "Окно минимальной расстояния экструзии" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "Окно, в котором может быть выполнено максимальное количество откатов. Это значение приблизительно должно совпадать с расстоянием отката таким образом, чтобы количество выполненных откатов распределялось на величину выдавленного материала." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "Окно, в котором может быть выполнено максимальное количество откатов. Это значение приблизительно должно совпадать с расстоянием отката таким образом," +" чтобы количество выполненных откатов распределялось на величину выдавленного материала." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3296,8 +3914,12 @@ msgstr "Ограничить откаты поддержки" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Пропустить откат при переходе от поддержки к поддержке по прямой линии. Включение этого параметра обеспечивает экономию времени печати, но может привести к чрезмерной строчности структуры поддержек." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Пропустить откат при переходе от поддержки к поддержке по прямой линии. Включение этого параметра обеспечивает экономию времени печати, но может привести" +" к чрезмерной строчности структуры поддержек." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3306,8 +3928,15 @@ msgstr "Режим комбинга" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Комбинг удерживает сопло внутри напечатанных зон при перемещении. Это выражается в небольшом увеличении пути, но уменьшает необходимость в откатах. При отключенном комбинге выполняется откат материала, а сопло передвигается в следующую точку по прямой. Также можно не применять комбинг над верхними/нижними областями оболочки либо разрешить комбинг только в области заполнения." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Комбинг удерживает сопло внутри напечатанных зон при перемещении. Это выражается в небольшом увеличении пути, но уменьшает необходимость в откатах. При" +" отключенном комбинге выполняется откат материала, а сопло передвигается в следующую точку по прямой. Также можно не применять комбинг над верхними/нижними" +" областями оболочки либо разрешить комбинг только в области заполнения." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3341,8 +3970,12 @@ msgstr "Макс. расстояние комб. без отката" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "При значении параметра выше нуля перемещения комбинга, превышающие заданное расстояние, будут выполняться с откатом. Когда значение параметра равно нулю, то максимума нет и перемещения комбинга выполняются без отката." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "При значении параметра выше нуля перемещения комбинга, превышающие заданное расстояние, будут выполняться с откатом. Когда значение параметра равно нулю," +" то максимума нет и перемещения комбинга выполняются без отката." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3361,7 +3994,9 @@ msgstr "Избегать напечатанных частей при перем #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "Сопло избегает уже напечатанных частей при перемещении. Эта опция доступна только при включенном комбинге." #: fdmprinter.def.json @@ -3371,7 +4006,9 @@ msgstr "Избегать поддержек при перемещении" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "При перемещении сопла оно будет избегать напечатанных поддержек. Эта опция доступна только при включенном комбинге." #: fdmprinter.def.json @@ -3381,7 +4018,9 @@ msgstr "Дистанция обхода" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "Дистанция между соплом и уже напечатанными частями, выдерживаемая при перемещении." #: fdmprinter.def.json @@ -3391,7 +4030,9 @@ msgstr "X координата начала" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "X координата позиции, вблизи которой следует искать часть модели для начала печати слоя." #: fdmprinter.def.json @@ -3401,7 +4042,9 @@ msgstr "Y координата начала" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Y координата позиции, вблизи которой следует искать часть модели для начала печати слоя." #: fdmprinter.def.json @@ -3411,8 +4054,13 @@ msgstr "Поднятие оси Z при откате" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "При выполнении отката между соплом и печатаемой деталью создаётся зазор. Это предотвращает возможность касания сопла частей детали при его перемещении, снижая вероятность смещения детали на столе." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "При выполнении отката между соплом и печатаемой деталью создаётся зазор. Это предотвращает возможность касания сопла частей детали при его перемещении," +" снижая вероятность смещения детали на столе." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3421,8 +4069,11 @@ msgstr "Поднятие оси Z только над напечатанными #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Выполнять поднятие оси Z только в случае движения над напечатанными частями, которые нельзя обогнуть горизонтальным движением, используя «Обход напечатанных деталей» при перемещении." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Выполнять поднятие оси Z только в случае движения над напечатанными частями, которые нельзя обогнуть горизонтальным движением, используя «Обход напечатанных" +" деталей» при перемещении." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3441,8 +4092,12 @@ msgstr "Поднятие оси Z после смены экструдера" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "При переключении принтера на другой экструдер между соплом и печатаемой деталью создаётся зазор. Это предотвращает возможность вытекания материала и его прилипание к внешней части печатаемой модели." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "При переключении принтера на другой экструдер между соплом и печатаемой деталью создаётся зазор. Это предотвращает возможность вытекания материала и его" +" прилипание к внешней части печатаемой модели." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3471,7 +4126,9 @@ msgstr "Включить вентиляторы" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "Разрешает использование вентиляторов во время печати. Применение вентиляторов улучшает качество печати слоёв с малой площадью, а также мостов и нависаний." #: fdmprinter.def.json @@ -3491,8 +4148,12 @@ msgstr "Обычная скорость вентилятора" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." -msgstr "Скорость, с которой вращается вентилятор до достижения порога. Если слой печатается быстрее установленного порога, то вентилятор постепенно начинает вращаться быстрее." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." +msgstr "Скорость, с которой вращается вентилятор до достижения порога. Если слой печатается быстрее установленного порога, то вентилятор постепенно начинает вращаться" +" быстрее." #: fdmprinter.def.json msgctxt "cool_fan_speed_max label" @@ -3501,8 +4162,12 @@ msgstr "Максимальная скорость вентилятора" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." -msgstr "Скорость, с которой вращается вентилятор при минимальной площади слоя. Если слой печатается быстрее установленного порога, то вентилятор постепенно начинает вращаться с указанной скоростью." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." +msgstr "Скорость, с которой вращается вентилятор при минимальной площади слоя. Если слой печатается быстрее установленного порога, то вентилятор постепенно начинает" +" вращаться с указанной скоростью." #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max label" @@ -3511,8 +4176,14 @@ msgstr "Порог переключения на повышенную скоро #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "Время печати слоя, которое устанавливает порог для переключения с обычной скорости вращения вентилятора на максимальную. Слои, которые будут печататься дольше указанного значения, будут использовать обычную скорость вращения вентилятора. Для быстрых слоёв скорость вентилятора постепенно будет повышаться до максимальной." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "Время печати слоя, которое устанавливает порог для переключения с обычной скорости вращения вентилятора на максимальную. Слои, которые будут печататься" +" дольше указанного значения, будут использовать обычную скорость вращения вентилятора. Для быстрых слоёв скорость вентилятора постепенно будет повышаться" +" до максимальной." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3521,8 +4192,12 @@ msgstr "Начальная скорость вентилятора" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "Скорость, с которой вращается вентилятор в начале печати. На последующих слоях скорость вращения постепенно увеличивается до слоя, соответствующего параметру обычной скорости вращения вентилятора на указанной высоте." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "Скорость, с которой вращается вентилятор в начале печати. На последующих слоях скорость вращения постепенно увеличивается до слоя, соответствующего параметру" +" обычной скорости вращения вентилятора на указанной высоте." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3531,7 +4206,10 @@ msgstr "Обычная скорость вентилятора на высоте #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." msgstr "Высота, на которой вентилятор вращается с обычной скоростью. На предыдущих слоях скорость вращения вентилятора постепенно увеличивается с начальной." #: fdmprinter.def.json @@ -3541,8 +4219,11 @@ msgstr "Обычная скорость вентилятора на слое" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." -msgstr "Слой, на котором вентилятор должен вращаться с обыкновенной скоростью. Если определена обычная скорость для вентилятора на высоте, это значение вычисляется и округляется до целого." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." +msgstr "Слой, на котором вентилятор должен вращаться с обыкновенной скоростью. Если определена обычная скорость для вентилятора на высоте, это значение вычисляется" +" и округляется до целого." #: fdmprinter.def.json msgctxt "cool_min_layer_time label" @@ -3551,8 +4232,15 @@ msgstr "Минимальное время слоя" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "Минимальное время, затрачиваемое на печать слоя. Этот параметр заставляет принтер замедляться, как минимум, чтобы потратить на печать слоя время, указанное в этом параметре. Это позволяет напечатанному материалу достаточно охладиться перед печатью следующего слоя. Слои могут печататься быстрее, чем указано в этом параметре, если поднятие головы отключено и если будет нарушено требование по минимальной скорости печати." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "Минимальное время, затрачиваемое на печать слоя. Этот параметр заставляет принтер замедляться, как минимум, чтобы потратить на печать слоя время, указанное" +" в этом параметре. Это позволяет напечатанному материалу достаточно охладиться перед печатью следующего слоя. Слои могут печататься быстрее, чем указано" +" в этом параметре, если поднятие головы отключено и если будет нарушено требование по минимальной скорости печати." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3561,8 +4249,12 @@ msgstr "Минимальная скорость" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "Минимальная скорость печати, независящая от замедления печати до минимального времени печати слоя. Если принтер начнёт слишком замедляться, давление в сопле будет слишком малым, что отрицательно скажется на качестве печати." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "Минимальная скорость печати, независящая от замедления печати до минимального времени печати слоя. Если принтер начнёт слишком замедляться, давление в" +" сопле будет слишком малым, что отрицательно скажется на качестве печати." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3571,8 +4263,12 @@ msgstr "Подъём головы" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." -msgstr "Когда произойдёт конфликт между параметрами минимальной скорости печати и минимальным временем печати слоя, голова принтера будет отведена от печатаемой модели и будет выдержана необходимая пауза для достижения минимального времени печати слоя." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." +msgstr "Когда произойдёт конфликт между параметрами минимальной скорости печати и минимальным временем печати слоя, голова принтера будет отведена от печатаемой" +" модели и будет выдержана необходимая пауза для достижения минимального времени печати слоя." #: fdmprinter.def.json msgctxt "support label" @@ -3591,7 +4287,9 @@ msgstr "Генерация поддержек" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Генерация структур для поддержки нависающих частей модели. Без этих структур такие части будут складываться во время печати." #: fdmprinter.def.json @@ -3601,7 +4299,9 @@ msgstr "Экструдер поддержек" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "Этот экструдер используется для печати поддержек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -3611,7 +4311,9 @@ msgstr "Экструдер заполнения поддержек" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "Этот экструдер используется для печати заполнения поддержек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -3621,7 +4323,9 @@ msgstr "Экструдер первого слоя поддержек" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "Этот экструдер используется для печати первого слоя заполнения поддержек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -3631,7 +4335,9 @@ msgstr "Экструдер связующего слоя поддержек" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "Этот экструдер используется для печати верха и низа поддержек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -3641,7 +4347,9 @@ msgstr "Экструдер крыши поддержек" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "Этот экструдер используется для печати крыши поддержек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -3651,7 +4359,9 @@ msgstr "Экструдер низа поддержек" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "Этот экструдер используется для печати низа поддержек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json @@ -3661,8 +4371,16 @@ msgstr "Структура поддержки" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Выберите одну из доступных техник создания поддержки. Поддержка со стандартной структурой создается непосредственно под выступающими деталями, и затем опускает эти области вниз линейно. У поддержки с древовидной структурой ветви тянутся к выступающим областям и модель опирается на концы этих ветвей, которые охватывают модель с разных сторон, чтобы таким образом максимально поддерживать ее по всей площади печатной пластины." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Выберите одну из доступных техник создания поддержки. Поддержка со стандартной структурой создается непосредственно под выступающими деталями, и затем" +" опускает эти области вниз линейно. У поддержки с древовидной структурой ветви тянутся к выступающим областям и модель опирается на концы этих ветвей, которые" +" охватывают модель с разных сторон, чтобы таким образом максимально поддерживать ее по всей площади печатной пластины." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3681,7 +4399,9 @@ msgstr "Угол ответвления древовидной поддержк #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "Угол ответвлений. При указании меньшего угла поддержка будет более вертикальной и устойчивой. Для получения большего охвата указывайте более высокий угол." #: fdmprinter.def.json @@ -3691,8 +4411,12 @@ msgstr "Расстояние ответвления древовидной по #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Указывает, насколько далеко должны друг от друга располагаться ответвления при касании модели. Если задать небольшое расстояние, увеличится количество точек, в которых древовидная поддержка касается модели; это улучшает нависание, но при этом усложняет удаление поддержки." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "Указывает, насколько далеко должны друг от друга располагаться ответвления при касании модели. Если задать небольшое расстояние, увеличится количество" +" точек, в которых древовидная поддержка касается модели; это улучшает нависание, но при этом усложняет удаление поддержки." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3701,8 +4425,11 @@ msgstr "Диаметр ответвления древовидной подде #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." -msgstr "Диаметр самых тонких ответвлений древовидной поддержки. Чем толще ответвление, тем оно крепче. Ответвления возле основания будут иметь толщину, превышающую данное значение." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." +msgstr "Диаметр самых тонких ответвлений древовидной поддержки. Чем толще ответвление, тем оно крепче. Ответвления возле основания будут иметь толщину, превышающую" +" данное значение." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle label" @@ -3711,8 +4438,13 @@ msgstr "Угол диаметра ответвления древовидной #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "Угол диаметра ответвлений по мере их постепенного утолщения к основанию. Если значение угла равно 0, ответвления будут иметь одинаковую толщину по всей своей длине. Небольшой угол может повысить устойчивость древовидной поддержки." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "Угол диаметра ответвлений по мере их постепенного утолщения к основанию. Если значение угла равно 0, ответвления будут иметь одинаковую толщину по всей" +" своей длине. Небольшой угол может повысить устойчивость древовидной поддержки." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3721,8 +4453,12 @@ msgstr "Разрешение для расчета столкновений др #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Разрешение, применяемое при расчете столкновений во избежание столкновений с моделью. Если указать меньшее значение, древовидные структуры будут получаться более точными и устойчивыми, однако при этом значительно увеличится время разделения на слои." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Разрешение, применяемое при расчете столкновений во избежание столкновений с моделью. Если указать меньшее значение, древовидные структуры будут получаться" +" более точными и устойчивыми, однако при этом значительно увеличится время разделения на слои." #: fdmprinter.def.json msgctxt "support_type label" @@ -3731,8 +4467,12 @@ msgstr "Размещение поддержек" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Настраивает размещение структур поддержки. Размещение может быть выбрано с касанием стола или везде. Для последнего случая структуры поддержки печатаются даже на самой модели." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Настраивает размещение структур поддержки. Размещение может быть выбрано с касанием стола или везде. Для последнего случая структуры поддержки печатаются" +" даже на самой модели." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3751,7 +4491,9 @@ msgstr "Угол нависания поддержки" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." msgstr "Минимальный угол нависания при котором добавляются поддержки. При значении в 0° все нависания обеспечиваются поддержками, при 90° не получат никаких поддержек." #: fdmprinter.def.json @@ -3761,7 +4503,9 @@ msgstr "Шаблон поддержек" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Шаблон печатаемой структуры поддержек. Имеющиеся варианты отличаются крепкостью или простотой удаления поддержек." #: fdmprinter.def.json @@ -3806,8 +4550,12 @@ msgstr "Количество линий стенки поддержки" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "Количество стенок, окружающих заполнение поддержек. Добавление стенки может повысить надежность печати поддержки и оптимизировать нависания поддержки, однако оно увеличивает время печати и расход материалов." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "Количество стенок, окружающих заполнение поддержек. Добавление стенки может повысить надежность печати поддержки и оптимизировать нависания поддержки," +" однако оно увеличивает время печати и расход материалов." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3816,8 +4564,12 @@ msgstr "Соединение линий поддержки" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Соединяет концы линий поддержки. Активация этой настройки может сделать поддержку более крепкой и компенсировать недостаточную экструзию, но для этого потребуется больше материала." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Соединяет концы линий поддержки. Активация этой настройки может сделать поддержку более крепкой и компенсировать недостаточную экструзию, но для этого" +" потребуется больше материала." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3826,7 +4578,9 @@ msgstr "Соединённый зигзаг" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Соединяет зигзаги. Это увеличивает прочность такой поддержки." #: fdmprinter.def.json @@ -3836,7 +4590,9 @@ msgstr "Плотность поддержек" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Настраивает плотность структуры поддержек. Большее значение приводит к улучшению качества навесов, но такие поддержки сложнее удалять." #: fdmprinter.def.json @@ -3846,7 +4602,9 @@ msgstr "Дистанция между линиями поддержки" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "Дистанция между напечатанными линями структуры поддержек. Этот параметр вычисляется по плотности поддержек." #: fdmprinter.def.json @@ -3856,7 +4614,9 @@ msgstr "Дистанция между линиями поддержки перв #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Дистанция между напечатанными линиями структуры поддержек первого слоя. Этот параметр вычисляется по плотности поддержек." #: fdmprinter.def.json @@ -3866,8 +4626,15 @@ msgstr "Направление линии заполнения поддерже #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартного угла 0 градусов." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется" +" сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартного" +" угла 0 градусов." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3876,8 +4643,12 @@ msgstr "Разрешить кайму поддержек" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "Создайте кайму внутри участков заполнения поддержек первого слоя. Эта кайма печатается под поддержкой, а не вокруг нее. Включение этого параметра увеличивает адгезию поддержки к рабочему столу." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "Создайте кайму внутри участков заполнения поддержек первого слоя. Эта кайма печатается под поддержкой, а не вокруг нее. Включение этого параметра увеличивает" +" адгезию поддержки к рабочему столу." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3886,7 +4657,9 @@ msgstr "Ширина каймы поддержки" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "Ширина каймы для печати под поддержкой. При увеличении каймы улучшается адгезия к рабочему столу и увеличивается расход материала." #: fdmprinter.def.json @@ -3896,7 +4669,9 @@ msgstr "Количество линий каймы поддержки" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "Количество линий, используемых для каймы поддержки. При увеличении линий каймы улучшается адгезия к рабочему столу и увеличивается расход материала." #: fdmprinter.def.json @@ -3906,8 +4681,12 @@ msgstr "Зазор поддержки по оси Z" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "Дистанция от дна/крышки структуры поддержек до печати. Этот зазор упрощает извлечение поддержек после окончания печати модели. Это значение округляется до числа, кратного высоте слоя." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "Дистанция от дна/крышки структуры поддержек до печати. Этот зазор упрощает извлечение поддержек после окончания печати модели. Это значение округляется" +" до числа, кратного высоте слоя." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3946,8 +4725,13 @@ msgstr "Приоритет зазоров поддержки" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Будет ли зазор по осям X/Y перекрывать зазор по оси Z и наоборот. Если X/Y перекрывает Z, то X/Y может выдавить поддержку из модели, влияя на реальный зазор по оси Z до нависания. Мы можем исправить это, не применяя X/Y зазор около нависаний." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Будет ли зазор по осям X/Y перекрывать зазор по оси Z и наоборот. Если X/Y перекрывает Z, то X/Y может выдавить поддержку из модели, влияя на реальный" +" зазор по оси Z до нависания. Мы можем исправить это, не применяя X/Y зазор около нависаний." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3966,7 +4750,8 @@ msgstr "Минимальный X/Y зазор поддержки" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Зазор между структурами поддержек и нависанием по осям X/Y." #: fdmprinter.def.json @@ -3976,8 +4761,13 @@ msgstr "Высота шага лестничной поддержки" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "Высота в шагах низа лестничной поддержки, лежащей на модели. Малые значения усложняют удаление поддержки, а большие значения могут сделать структуру поддержек нестабильной. Установите ноль для выключения лестничной поддержки." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "Высота в шагах низа лестничной поддержки, лежащей на модели. Малые значения усложняют удаление поддержки, а большие значения могут сделать структуру поддержек" +" нестабильной. Установите ноль для выключения лестничной поддержки." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3986,8 +4776,12 @@ msgstr "Максимальная ширина шага лестничной по #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "Максимальная ширина шагов низа лестничной поддержки, располагающейся на модели. Малые значения усложняют удаление поддержки, а большие значения могут сделать структуру поддержек нестабильной." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "Максимальная ширина шагов низа лестничной поддержки, располагающейся на модели. Малые значения усложняют удаление поддержки, а большие значения могут сделать" +" структуру поддержек нестабильной." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3996,8 +4790,13 @@ msgstr "Минимальный угол уклона шага лестнично #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "Минимальный уклон области, где применяется лестничный шаг. При низких значениях удаление поддержки на более пологих уклонах должно быть проще, но слишком низкие значения могут приводить к очень неожиданным результатам на других деталях модели." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "Минимальный уклон области, где применяется лестничный шаг. При низких значениях удаление поддержки на более пологих уклонах должно быть проще, но слишком" +" низкие значения могут приводить к очень неожиданным результатам на других деталях модели." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4006,8 +4805,12 @@ msgstr "Расстояние объединения поддержки" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "Максимальное расстояние между структурами поддержек по осям X/Y. Если отдельные структуры находятся ближе, чем определено данным значением, они объединяются в одну." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "Максимальное расстояние между структурами поддержек по осям X/Y. Если отдельные структуры находятся ближе, чем определено данным значением, они объединяются" +" в одну." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4016,8 +4819,11 @@ msgstr "Горизонтальное расширение поддержки" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." -msgstr "Величина смещения, применяемая ко всем полигонам поддержки в каждом слое. Положительные значения могут сглаживать зоны поддержки и приводить к укреплению структур поддержек." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "Величина смещения, применяемая ко всем полигонам поддержки в каждом слое. Положительные значения могут сглаживать зоны поддержки и приводить к укреплению" +" структур поддержек." #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness label" @@ -4026,7 +4832,9 @@ msgstr "Толщина слоя заполнения поддержек" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "Толщина слоя для материала заполнения поддержек. Это значение должно быть всегда кратно высоте слоя, в противном случае оно будет округлено." #: fdmprinter.def.json @@ -4036,8 +4844,12 @@ msgstr "Степень заполнения поддержек" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Количество раз, на которое на половину можно уменьшать плотность заполнения поддержек при проходе вглубь структуры от поверхности. Области ближе к оболочке имеют большую плотность, вплоть до значения \"Плотность заполнения поддержек\"." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Количество раз, на которое на половину можно уменьшать плотность заполнения поддержек при проходе вглубь структуры от поверхности. Области ближе к оболочке" +" имеют большую плотность, вплоть до значения \"Плотность заполнения поддержек\"." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4046,7 +4858,9 @@ msgstr "Высота шага изменения заполнения подде #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "Высота заполнения поддержек, по достижению которой происходит снижение плотности." #: fdmprinter.def.json @@ -4056,7 +4870,9 @@ msgstr "Минимальная зона поддержек" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Минимальная площадь зоны для полигонов поддержек. Полигоны с площадью меньше данного значения не будут генерироваться." #: fdmprinter.def.json @@ -4066,8 +4882,12 @@ msgstr "Разрешить связующий слой поддержки" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." -msgstr "Генерирует плотный слой между моделью и поддержкой. Создаёт поверхность сверху поддержек, на которой печатается модель, и снизу, при печати поддержек на модели." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." +msgstr "Генерирует плотный слой между моделью и поддержкой. Создаёт поверхность сверху поддержек, на которой печатается модель, и снизу, при печати поддержек на" +" модели." #: fdmprinter.def.json msgctxt "support_roof_enable label" @@ -4076,7 +4896,9 @@ msgstr "Разрешить крышу поддержек" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Генерирует плотный слой материала между крышей поддержки и моделью. Создаёт поверхность между моделью и поддержкой." #: fdmprinter.def.json @@ -4086,7 +4908,9 @@ msgstr "Разрешить дно поддержек" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Генерирует плотный слой материала между низом поддержки и моделью. Создаёт поверхность между моделью и поддержкой." #: fdmprinter.def.json @@ -4096,7 +4920,9 @@ msgstr "Толщина связующего слоя поддержки" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "Толщина связующего слоя поддержек, который касается модели снизу или сверху." #: fdmprinter.def.json @@ -4106,7 +4932,9 @@ msgstr "Толщина крыши" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "Толщина крыши поддержек. Управляет величиной плотности верхних слоёв поддержек, на которых располагается вся модель." #: fdmprinter.def.json @@ -4116,7 +4944,9 @@ msgstr "Толщина низа поддержки" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "Толщина низа поддержки. Управляет количеством плотных слоёв, которые печатаются поверх модели для последующего построения поддержек." #: fdmprinter.def.json @@ -4126,8 +4956,13 @@ msgstr "Разрешение связующего слоя поддержек" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Если выбрано в случае, когда модель находится под и над поддержкой, принимает шаги данной высоты. Малые значения замедляют просчёт, а большие - могут привести к генерации поддержек в некоторых местах, где лучше бы печатать интерфейс поддержек." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Если выбрано в случае, когда модель находится под и над поддержкой, принимает шаги данной высоты. Малые значения замедляют просчёт, а большие - могут привести" +" к генерации поддержек в некоторых местах, где лучше бы печатать интерфейс поддержек." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4136,7 +4971,10 @@ msgstr "Плотность связующего слоя поддержки" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." msgstr "Настройте плотность верха и низа структуры поддержек. Большее значение приведёт к улучшению нависаний, но такие поддержки будет труднее удалять." #: fdmprinter.def.json @@ -4146,7 +4984,9 @@ msgstr "Плотность крыши поддержек" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Плотность крыши структуры поддержек. Большее значение приведёт к улучшению нависаний, но такие поддержки будет труднее удалять." #: fdmprinter.def.json @@ -4156,7 +4996,9 @@ msgstr "Дистанция линии крыши поддержек" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." msgstr "Дистанция между линиями крыши поддержек. Этот параметр вычисляется из Плотности крыши поддержек, но может быть указан отдельно." #: fdmprinter.def.json @@ -4166,7 +5008,9 @@ msgstr "Плотность низа поддержек" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "Плотность низа структуры поддержек. Большее значение приведёт к улучшению прилипания поддержек к модели." #: fdmprinter.def.json @@ -4176,7 +5020,9 @@ msgstr "Дистанция линии низа поддержек" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "Дистанция между линиями низа поддержек. Этот параметр вычисляется из Плотности низа поддержек, но может быть указан отдельно." #: fdmprinter.def.json @@ -4186,7 +5032,9 @@ msgstr "Шаблон связующего слоя" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "Шаблон, который будет использоваться для печати связующего слоя поддержек." #: fdmprinter.def.json @@ -4291,7 +5139,9 @@ msgstr "Минимальная зона связующего слоя" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "Минимальная площадь зоны для полигонов связующего слоя. Полигоны с площадью меньше данного значения будут печататься как поддержки нормали." #: fdmprinter.def.json @@ -4301,7 +5151,9 @@ msgstr "Минимальная зона верхней части поддерж #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Минимальная площадь зоны для верхних частей поддержек. Полигоны с площадью меньше данного значения будут печататься как поддержки нормали." #: fdmprinter.def.json @@ -4311,7 +5163,9 @@ msgstr "Минимальная зона нижней части поддерже #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Минимальная площадь зоны для нижних частей поддержек. Полигоны с площадью меньше данного значения будут печататься как поддержки нормали." #: fdmprinter.def.json @@ -4351,8 +5205,16 @@ msgstr "Направления линии связующего слоя подд #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартных углов (45 либо 135 градусов, если связующий слой довольно толстый, или 90 градусов)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется" +" сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартных" +" углов (45 либо 135 градусов, если связующий слой довольно толстый, или 90 градусов)." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4361,8 +5223,16 @@ msgstr "Направления линии крыши поддержек" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартных углов (45 либо 135 градусов, если связующий слой довольно толстый, или 90 градусов)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется" +" сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартных" +" углов (45 либо 135 градусов, если связующий слой довольно толстый, или 90 градусов)." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4371,8 +5241,16 @@ msgstr "Направления линии низа поддержек" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартных углов (45 либо 135 градусов, если связующий слой довольно толстый, или 90 градусов)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Список целочисленных направлений линии. Элементы списка используются последовательно по мере печати слоев, и, когда конец списка будет достигнут, он начнется" +" сначала. Элементы списка отделяются запятыми, и сам список заключен в квадратные скобки. По умолчанию список пустой, что означает использование стандартных" +" углов (45 либо 135 градусов, если связующий слой довольно толстый, или 90 градусов)." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4381,7 +5259,9 @@ msgstr "Переопределение скорости вентилятора" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "Если включено, скорость охлаждающего вентилятора, используемого во время печати, изменяется для областей оболочки непосредственно над поддержкой." #: fdmprinter.def.json @@ -4391,8 +5271,11 @@ msgstr "Поддерживаемая скорость вентилятора д #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Скорость вентилятора в процентах, с которой печатаются области оболочки непосредственно над поддержкой. Использование высоких значений скорости вентилятора может упростить снятие поддержки." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Скорость вентилятора в процентах, с которой печатаются области оболочки непосредственно над поддержкой. Использование высоких значений скорости вентилятора" +" может упростить снятие поддержки." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4401,8 +5284,12 @@ msgstr "Использовать башни" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Использование специальных башен для поддержки крошечных нависающих областей. Такие башни имеют диаметр больший, чем поддерживаемый ими регион. Вблизи нависаний диаметр башен увеличивается, формируя крышу." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Использование специальных башен для поддержки крошечных нависающих областей. Такие башни имеют диаметр больший, чем поддерживаемый ими регион. Вблизи нависаний" +" диаметр башен увеличивается, формируя крышу." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4421,7 +5308,9 @@ msgstr "Максимальный диаметр, поддерживаемый б #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "Максимальный диаметр по осям X/Y небольшой области, который должен поддерживаться определенной башней." #: fdmprinter.def.json @@ -4431,7 +5320,9 @@ msgstr "Угол крыши башен" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "Угол верхней части башен. Большие значения приводят уменьшению площади крыши, меньшие наоборот делают крышу плоской." #: fdmprinter.def.json @@ -4441,7 +5332,9 @@ msgstr "Объект поддержки нависаний" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Будет поддерживать всё ниже объекта, никаких нависаний не будет." #: fdmprinter.def.json @@ -4451,7 +5344,9 @@ msgstr "На сцене есть объекты поддержки" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "На сцене присутствуют объекты поддержки. Эта настройка контролируется приложением Cura." #: fdmprinter.def.json @@ -4471,8 +5366,13 @@ msgstr "Разрешить наполнение материалом" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Следует ли выдавливать материал перед началом печати. Активация этого параметра обеспечивает наполнение материалом сопла экструдера перед началом печати. Печать каймы или юбки может выполнять такое же действие, тогда выключения этого параметра экономит некоторое время." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Следует ли выдавливать материал перед началом печати. Активация этого параметра обеспечивает наполнение материалом сопла экструдера перед началом печати." +" Печать каймы или юбки может выполнять такое же действие, тогда выключения этого параметра экономит некоторое время." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4481,7 +5381,9 @@ msgstr "Начальная X позиция экструдера" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "X координата позиции, в которой сопло начинает печать." #: fdmprinter.def.json @@ -4491,7 +5393,9 @@ msgstr "Начальная Y позиция экструдера" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Y координата позиции, в которой сопло начинает печать." #: fdmprinter.def.json @@ -4501,8 +5405,14 @@ msgstr "Тип прилипания к столу" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Различные варианты, которые помогают улучшить прилипание пластика к столу. Кайма добавляет однослойную плоскую область вокруг основания печатаемой модели, предотвращая её деформацию. Подложка добавляет толстую сетку с крышей под модель. Юбка - это линия, печатаемая вокруг модели, но не соединённая с ней." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Различные варианты, которые помогают улучшить прилипание пластика к столу. Кайма добавляет однослойную плоскую область вокруг основания печатаемой модели," +" предотвращая её деформацию. Подложка добавляет толстую сетку с крышей под модель. Юбка - это линия, печатаемая вокруг модели, но не соединённая с ней." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4531,48 +5441,58 @@ msgstr "Экструдер первого слоя" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "Этот экструдер используется для печати юбки/каймы/подложки. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Экструдер юбки/каймы" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "Этот комплекс экструдеров используется для печати юбки или каймы. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Экструдер нижних подложек" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "Этот экструдер используется для печати первого слоя подложек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Экструдер серединных подложек" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "Этот комплекс экструдеров используется для печати среднего слоя подложек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Экструдер верхних подложек" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "Этот комплекс экструдеров используется для печати верхнего слоя (или нескольких слоев) подложек. Используется при наличии нескольких экструдеров." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4581,7 +5501,9 @@ msgstr "Количество линий юбки" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "Несколько линий юбки помогают лучше начать укладывание материала при печати небольших моделей. Установка этого параметра в 0 отключает печать юбки." #: fdmprinter.def.json @@ -4593,10 +5515,9 @@ msgstr "Дистанция до юбки" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"Горизонтальное расстояние между юбкой и первым слоем печати.\n" -"Минимальное расстояние. Несколько линий юбки будут расширяться от этого расстояния." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "Горизонтальное расстояние между юбкой и первым слоем печати.\nМинимальное расстояние. Несколько линий юбки будут расширяться от этого расстояния." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4605,8 +5526,13 @@ msgstr "Минимальная длина юбки/каймы" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "Минимальная длина печатаемой линии юбки или каймы. Если при печати юбки или каймы эта длина не будет выбрана, то будут добавляться дополнительные кольца юбки или каймы. Следует отметить, если количество линий установлено в 0, то этот параметр игнорируется." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "Минимальная длина печатаемой линии юбки или каймы. Если при печати юбки или каймы эта длина не будет выбрана, то будут добавляться дополнительные кольца" +" юбки или каймы. Следует отметить, если количество линий установлено в 0, то этот параметр игнорируется." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4615,7 +5541,10 @@ msgstr "Ширина каймы" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." msgstr "Расстояние между моделью и самой удалённой линией каймы. Более широкая кайма увеличивает прилипание к столу, но также уменьшает эффективную область печати." #: fdmprinter.def.json @@ -4625,7 +5554,9 @@ msgstr "Количество линий каймы" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "Количество линий, используемых для печати каймы. Большее количество линий каймы улучшает прилипание к столу, но уменьшает эффективную область печати." #: fdmprinter.def.json @@ -4635,8 +5566,12 @@ msgstr "Расстояние до каймы" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "Горизонтальное расстояние между первой линией каймы и контуром первого слоя изделия. Небольшой зазор облегчит удаление каймы и позволит сохранить термические преимущества." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "Горизонтальное расстояние между первой линией каймы и контуром первого слоя изделия. Небольшой зазор облегчит удаление каймы и позволит сохранить термические" +" преимущества." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4645,8 +5580,12 @@ msgstr "Кайма заменяет поддержку" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." -msgstr "Принудительная печать каймы вокруг модели, даже если пространство в ином случае было бы занято поддержкой. При этом некоторые участки первого слоя поддержки заменяются участками каймы." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." +msgstr "Принудительная печать каймы вокруг модели, даже если пространство в ином случае было бы занято поддержкой. При этом некоторые участки первого слоя поддержки" +" заменяются участками каймы." #: fdmprinter.def.json msgctxt "brim_outside_only label" @@ -4655,8 +5594,12 @@ msgstr "Кайма только снаружи" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." -msgstr "Печатать кайму только на внешней стороне модели. Это сокращает объём каймы, которую вам потребуется удалить в дальнейшем, и не снижает качество прилипания к столу." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." +msgstr "Печатать кайму только на внешней стороне модели. Это сокращает объём каймы, которую вам потребуется удалить в дальнейшем, и не снижает качество прилипания" +" к столу." #: fdmprinter.def.json msgctxt "raft_margin label" @@ -4665,8 +5608,12 @@ msgstr "Дополнительное поле подложки" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Если подложка включена, это дополнительное поле вокруг модели, которая также имеет подложку. Увеличение этого значения создаст более крепкую поддержку, используя больше материала и оставляя меньше свободной области для печати." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Если подложка включена, это дополнительное поле вокруг модели, которая также имеет подложку. Увеличение этого значения создаст более крепкую поддержку," +" используя больше материала и оставляя меньше свободной области для печати." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4675,8 +5622,13 @@ msgstr "Сглаживание подложки" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Этот параметр регулирует величину скругления внутренних углов контура подложки. Внутренние углы скругляются до полукруга с радиусом, равным установленному здесь значению. Этот параметр также приводит к удалению отверстий в контуре подложки, которые меньше такого круга." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Этот параметр регулирует величину скругления внутренних углов контура подложки. Внутренние углы скругляются до полукруга с радиусом, равным установленному" +" здесь значению. Этот параметр также приводит к удалению отверстий в контуре подложки, которые меньше такого круга." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4685,8 +5637,12 @@ msgstr "Воздушный зазор подложки" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "Зазор между последним слоем подложки и первым слоем модели. Первый слой будет приподнят на указанное расстояние, чтобы уменьшить связь между слоем подложки и модели. Упрощает процесс последующего отделения подложки." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "Зазор между последним слоем подложки и первым слоем модели. Первый слой будет приподнят на указанное расстояние, чтобы уменьшить связь между слоем подложки" +" и модели. Упрощает процесс последующего отделения подложки." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4695,8 +5651,12 @@ msgstr "Z наложение первого слоя" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "Приводит к наложению первого и второго слоёв модели по оси Z для компенсации потерь материала в воздушном зазоре. Все слои модели выше первого будут смещены чуть ниже на указанное значение." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "Приводит к наложению первого и второго слоёв модели по оси Z для компенсации потерь материала в воздушном зазоре. Все слои модели выше первого будут смещены" +" чуть ниже на указанное значение." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4705,8 +5665,12 @@ msgstr "Верхние слои подложки" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "Количество верхних слоёв над вторым слоем подложки. Это такие полностью заполненные слои, на которых размещается модель. Два слоя приводят к более гладкой поверхности чем один." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "Количество верхних слоёв над вторым слоем подложки. Это такие полностью заполненные слои, на которых размещается модель. Два слоя приводят к более гладкой" +" поверхности чем один." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4725,7 +5689,9 @@ msgstr "Ширина линий верха подложки" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Ширина линий верхних слоёв подложки. Это могут быть тонкие линии, которые делают подложку гладкой." #: fdmprinter.def.json @@ -4735,18 +5701,24 @@ msgstr "Дистанция между линиями верха поддержк #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "Расстояние между линиями подложки на её верхних слоях. Расстояние должно быть равно ширине линии, тогда поверхность будет сплошной." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Серединные слои подложек" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Количество слоев между основанием и поверхностью подложки. Они составляют основную толщину подложки. Увеличение этого значения позволяет создать более" +" прочную положку большей толщины." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4765,7 +5737,9 @@ msgstr "Ширина линий середины подложки" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "Толщина линий средних слоёв подложки. Приводит к повышенному выдавливанию материала на втором слое, для лучшего прилипания к столу." #: fdmprinter.def.json @@ -4775,8 +5749,12 @@ msgstr "Дистанция между слоями середины подлож #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "Расстояние между линиями средних слоёв подложки. Дистанция в средних слоях должна быть достаточно широкой, чтобы создавать нужной плотность для поддержки верхних слоёв подложки." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "Расстояние между линиями средних слоёв подложки. Дистанция в средних слоях должна быть достаточно широкой, чтобы создавать нужной плотность для поддержки" +" верхних слоёв подложки." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4785,7 +5763,9 @@ msgstr "Толщина нижнего слоя подложки" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "Толщина нижнего слоя подложки. Она должна быть достаточной для хорошего прилипания подложки к столу." #: fdmprinter.def.json @@ -4795,7 +5775,9 @@ msgstr "Ширина линии нижнего слоя подложки" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Ширина линий нижнего слоя подложки. Она должна быть достаточной, чтобы улучшить прилипание к столу." #: fdmprinter.def.json @@ -4805,7 +5787,9 @@ msgstr "Дистанция между линиями нижнего слоя п #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "Расстояние между линиями нижнего слоя подложки. Большее значение упрощает снятие модели со стола." #: fdmprinter.def.json @@ -4825,8 +5809,12 @@ msgstr "Скорость печати верха подложки" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." -msgstr "Скорость, на которой печатаются верхние слои подложки. Верх подложки должен печататься немного медленнее, чтобы сопло могло медленно разглаживать линии поверхности." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." +msgstr "Скорость, на которой печатаются верхние слои подложки. Верх подложки должен печататься немного медленнее, чтобы сопло могло медленно разглаживать линии" +" поверхности." #: fdmprinter.def.json msgctxt "raft_interface_speed label" @@ -4835,7 +5823,10 @@ msgstr "Скорость печати середины подложки" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "Скорость, на которой печатаются средние слои подложки. Она должна быть достаточно низкой, так как объём материала, выходящего из сопла, достаточно большой." #: fdmprinter.def.json @@ -4845,7 +5836,10 @@ msgstr "Скорость печати низа подложки" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "Скорость, на которой печатается нижний слой подложки. Она должна быть достаточно низкой, так как объём материала, выходящего из сопла, достаточно большой." #: fdmprinter.def.json @@ -4985,7 +5979,9 @@ msgstr "Разрешить черновую башню" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Печатает башню перед печатью модели, чем помогает выдавить старый материал после смены экструдера." #: fdmprinter.def.json @@ -5005,7 +6001,9 @@ msgstr "Минимальный объём черновой башни" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "Минимальный объём материала на каждый слой черновой башни, который требуется выдавить." #: fdmprinter.def.json @@ -5035,7 +6033,9 @@ msgstr "Очистка неактивного сопла на черновой #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "После печати черновой башни одним соплом, вытирает вытекший материал из другого сопла об эту башню." #: fdmprinter.def.json @@ -5045,8 +6045,11 @@ msgstr "Кайма черновой башни" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." -msgstr "Для черновых башен может потребоваться дополнительная адгезия с помощью каймы, даже если для модели это не требуется. В данный момент не может использоваться с типом адгезии с подложкой." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgstr "Для черновых башен может потребоваться дополнительная адгезия с помощью каймы, даже если для модели это не требуется. В данный момент не может использоваться" +" с типом адгезии с подложкой." #: fdmprinter.def.json msgctxt "ooze_shield_enabled label" @@ -5055,8 +6058,12 @@ msgstr "Печатать защиту от капель" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Разрешает печать внешней защиты от вытекших капель. Создаёт ограду вокруг модели, о которую вытирается материал, вытекший из второго сопла, если оно находится на той же высоте, что и первое сопло." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Разрешает печать внешней защиты от вытекших капель. Создаёт ограду вокруг модели, о которую вытирается материал, вытекший из второго сопла, если оно находится" +" на той же высоте, что и первое сопло." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5065,8 +6072,12 @@ msgstr "Угол защиты от капель" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "Максимальный угол, который может иметь часть защиты от капель. При 0 градусов будет вертикаль, при 90 - будет горизонталь. Малые значения угла приводят к лучшему качеству, но тратят больше материала." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "Максимальный угол, который может иметь часть защиты от капель. При 0 градусов будет вертикаль, при 90 - будет горизонталь. Малые значения угла приводят" +" к лучшему качеству, но тратят больше материала." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5085,7 +6096,10 @@ msgstr "Величина отката при смене экструдера" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." msgstr "Величина отката при переключении экструдеров. Установите 0 для отключения отката. Обычно соответствует длине зоны нагрева." #: fdmprinter.def.json @@ -5095,7 +6109,9 @@ msgstr "Скорость отката при смене экструдера" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "Скорость с которой материал будет извлечён и возвращён обратно при откате. Высокая скорость отката работает лучше, но очень большая скорость портит материал." #: fdmprinter.def.json @@ -5105,7 +6121,8 @@ msgstr "Скорость отката при смене экструдера" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "Скорость, с которой материал будет извлечён при откате для смены экструдера." #: fdmprinter.def.json @@ -5115,7 +6132,9 @@ msgstr "Скорость наполнения при смене экструде #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "Скорость, с которой материал будет возвращён обратно при смене экструдера." #: fdmprinter.def.json @@ -5145,8 +6164,12 @@ msgstr "Объединение перекрывающихся объёмов" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Игнорирует внутреннюю геометрию, являющуюся результатом перекрытия объёмов в модели, и печатает эти объёмы как один. Это может приводить к непреднамеренному исчезновению внутренних полостей." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Игнорирует внутреннюю геометрию, являющуюся результатом перекрытия объёмов в модели, и печатает эти объёмы как один. Это может приводить к непреднамеренному" +" исчезновению внутренних полостей." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5155,8 +6178,12 @@ msgstr "Удаляет все отверстия" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Удаляет отверстия в каждом слое, оставляя только внешнюю форму. Вся невидимая внутренняя геометрия будет проигнорирована. Однако, также будут проигнорированы отверстия в слоях, которые могут быть видны сверху или снизу." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Удаляет отверстия в каждом слое, оставляя только внешнюю форму. Вся невидимая внутренняя геометрия будет проигнорирована. Однако, также будут проигнорированы" +" отверстия в слоях, которые могут быть видны сверху или снизу." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5165,7 +6192,10 @@ msgstr "Обширное сшивание" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." msgstr "Обширное сшивание пытается сшить открытые отверстия в объекте, закрывая их полигонами. Эта опция может добавить дополнительное время во время обработки." #: fdmprinter.def.json @@ -5175,8 +6205,13 @@ msgstr "Сохранить отсоединённые поверхности" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Обычно Cura пытается закрыть небольшие отверстия в объекте и убрать части слоя с большими отверстиями. Включение этого параметра сохраняет те части, которые не могут быть сшиты. Этот параметр должен применяться в качестве крайней меры, когда уже ничего не помогает получить надлежащий G-код." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Обычно Cura пытается закрыть небольшие отверстия в объекте и убрать части слоя с большими отверстиями. Включение этого параметра сохраняет те части, которые" +" не могут быть сшиты. Этот параметр должен применяться в качестве крайней меры, когда уже ничего не помогает получить надлежащий G-код." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5185,7 +6220,9 @@ msgstr "Перекрытие касающихся объектов" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Если объекты немного касаются друг друга, то сделаем их перекрывающимися. Это позволит им соединиться крепче." #: fdmprinter.def.json @@ -5195,8 +6232,11 @@ msgstr "Удалить пересечения объектов" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." -msgstr "Удаляет области, где несколько объектов перекрываются друг с другом. Можно использовать, для объектов, состоящих из двух материалов и пересекающихся друг с другом." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." +msgstr "Удаляет области, где несколько объектов перекрываются друг с другом. Можно использовать, для объектов, состоящих из двух материалов и пересекающихся друг" +" с другом." #: fdmprinter.def.json msgctxt "alternate_carve_order label" @@ -5205,8 +6245,14 @@ msgstr "Чередование объектов" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Чередует какой из объектов, пересекающихся в объёме, будет участвовать в печати каждого слоя таким образом, что пересекающиеся объекты становятся вплетёнными друг в друга. Выключение этого параметра приведёт к тому, что один из объектов займёт весь объём пересечения, в то время как данный объём будет исключён из других объектов." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Чередует какой из объектов, пересекающихся в объёме, будет участвовать в печати каждого слоя таким образом, что пересекающиеся объекты становятся вплетёнными" +" друг в друга. Выключение этого параметра приведёт к тому, что один из объектов займёт весь объём пересечения, в то время как данный объём будет исключён" +" из других объектов." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5215,8 +6261,12 @@ msgstr "Удалить первые пустые слои" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Удаление пустых слоёв под первым печатаемым слоем, если они имеются. Отключение этой функции может привести к созданию первых пустых слоев, если для параметра «Допуск слайсинга» установлено значение «Включение» или «Середина»." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Удаление пустых слоёв под первым печатаемым слоем, если они имеются. Отключение этой функции может привести к созданию первых пустых слоев, если для параметра" +" «Допуск слайсинга» установлено значение «Включение» или «Середина»." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5225,8 +6275,13 @@ msgstr "Максимальное разрешение" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "Минимальный размер сегмента линии после слайсинга. Увеличение значения этого параметра понизит разрешение модели. Это может позволить принтеру поддерживать скорость обработки кода G и увеличит скорость слайсинга за счет удаления деталей модели, которые он в любом случае не сможет обработать." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "Минимальный размер сегмента линии после слайсинга. Увеличение значения этого параметра понизит разрешение модели. Это может позволить принтеру поддерживать" +" скорость обработки кода G и увеличит скорость слайсинга за счет удаления деталей модели, которые он в любом случае не сможет обработать." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5235,8 +6290,13 @@ msgstr "Максимальное разрешение перемещения" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "Минимальный размер сегмента линии перемещения после разделения на слои. При увеличении этого значения углы при перемещении будут менее сглаженными. Это может помочь принтеру поддерживать скорость обработки G-кода, однако при этом может снизиться точность избегания моделей." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "Минимальный размер сегмента линии перемещения после разделения на слои. При увеличении этого значения углы при перемещении будут менее сглаженными. Это" +" может помочь принтеру поддерживать скорость обработки G-кода, однако при этом может снизиться точность избегания моделей." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5245,18 +6305,37 @@ msgstr "Максимальное отклонение" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "Максимальное допустимое отклонение при снижении разрешения для параметра максимального разрешения. Увеличение этого значения понизит точность печати и уменьшит значение G-кода. Максимальное отклонение является пределом для максимального разрешения, поэтому, если они конфликтуют, истинным считается максимальное отклонение." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "Максимальное допустимое отклонение при снижении разрешения для параметра максимального разрешения. Увеличение этого значения понизит точность печати и" +" уменьшит значение G-кода. Максимальное отклонение является пределом для максимального разрешения, поэтому, если они конфликтуют, истинным считается максимальное" +" отклонение." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Максимальное отклонение площади экструзии" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "Максимальное допустимое отклонение площади экструдирования при удалении промежуточных точек от прямой линии. Промежуточная точка может служить точкой изменения" +" ширины длинной прямой линии. Следовательно, если ее удалить, линия будет иметь одинаковую ширину и вследствие этого площадь экструдирования немного сократится" +" (или увеличится). Если увеличить это значение, можно будет заметить небольшой эффект недостаточного (или чрезмерного) экструдирования между прямыми параллельными" +" стенками, так как будет разрешено удалить больше промежуточных точек изменения ширины. При увеличении этого значения точность печати понизится, а значение" +" g-кода уменьшится." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5275,8 +6354,15 @@ msgstr "Последовательная печать" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Печатать все модели послойно или ждать завершения одной модели, прежде чем переходить к следующей. Режим «один за раз» может использоваться, если а) активен только один экструдер и б) все модели разделены таким образом, что печатающая головка может двигаться между ними и все модели ниже, чем расстояние между соплом и осями X/Y." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Печатать все модели послойно или ждать завершения одной модели, прежде чем переходить к следующей. Режим «один за раз» может использоваться, если а) активен" +" только один экструдер и б) все модели разделены таким образом, что печатающая головка может двигаться между ними и все модели ниже, чем расстояние между" +" соплом и осями X/Y." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5295,8 +6381,12 @@ msgstr "Заполнение объекта" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Использовать указанный объект для изменения заполнения других объектов, с которыми он перекрывается. Заменяет области заполнения других объектов областями для этого объекта. Предлагается только для печати одной стенки без верхних и нижних оболочек." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Использовать указанный объект для изменения заполнения других объектов, с которыми он перекрывается. Заменяет области заполнения других объектов областями" +" для этого объекта. Предлагается только для печати одной стенки без верхних и нижних оболочек." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5305,8 +6395,15 @@ msgstr "Порядок обработки объекта" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Определяет приоритет данного объекта при вычислении нескольких перекрывающихся заполняющих объектов. К областям с несколькими перекрывающимися заполняющими объектами будут применяться настройки объекта более высокого порядка. Заполняющий объект более высокого порядка будет модифицировать заполнение объектов более низких порядков и обычных объектов." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Определяет приоритет данного объекта при вычислении нескольких перекрывающихся заполняющих объектов. К областям с несколькими перекрывающимися заполняющими" +" объектами будут применяться настройки объекта более высокого порядка. Заполняющий объект более высокого порядка будет модифицировать заполнение объектов" +" более низких порядков и обычных объектов." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5315,8 +6412,12 @@ msgstr "Ограничивающий объект" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Ограничивает объём объекта внутри других объектов. Вы можете использовать это для печати определённых областей одного объекта, применяя различные параметры печати и даже другой экструдер." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Ограничивает объём объекта внутри других объектов. Вы можете использовать это для печати определённых областей одного объекта, применяя различные параметры" +" печати и даже другой экструдер." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5325,7 +6426,9 @@ msgstr "Форма" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Печатать модель в виде формы, которая может использоваться для отливки оригинальной модели." #: fdmprinter.def.json @@ -5335,7 +6438,9 @@ msgstr "Минимальная ширина формы" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "Минимальное расстояние между внешними сторонами формы и модели." #: fdmprinter.def.json @@ -5355,7 +6460,10 @@ msgstr "Угол формы" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." msgstr "Угол нависания внешних стенок создаваемой формы. 0° приведёт к вертикальным стенкам формы, а 90° - заставит следовать контурам модели." #: fdmprinter.def.json @@ -5365,7 +6473,9 @@ msgstr "Поддерживающий объект" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Используйте этот объект для указания области поддержек. Может использоваться при генерации структуры поддержек." #: fdmprinter.def.json @@ -5375,8 +6485,11 @@ msgstr "Блокиратор поддержек" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." -msgstr "Используйте этот объект для указания частей модели, которые не должны рассматриваться как нависающие. Может использоваться для удаления нежелаемых структур поддержки." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." +msgstr "Используйте этот объект для указания частей модели, которые не должны рассматриваться как нависающие. Может использоваться для удаления нежелаемых структур" +" поддержки." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode label" @@ -5385,8 +6498,15 @@ msgstr "Поверхностный режим" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Рассматривать модель только в виде поверхности или как объёмы со свободными поверхностями. При нормальном режиме печатаются только закрытые объёмы. В режиме \"Поверхность\" печатается одиночная стенка по границе объекта, без заполнения, без верхних и нижних оболочек. В режиме \"Оба варианта\" печатаются закрытые объёмы как нормальные, а любые оставшиеся полигоны как поверхности." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Рассматривать модель только в виде поверхности или как объёмы со свободными поверхностями. При нормальном режиме печатаются только закрытые объёмы. В режиме" +" \"Поверхность\" печатается одиночная стенка по границе объекта, без заполнения, без верхних и нижних оболочек. В режиме \"Оба варианта\" печатаются закрытые" +" объёмы как нормальные, а любые оставшиеся полигоны как поверхности." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5410,8 +6530,13 @@ msgstr "Спирально печатать внешний контур" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "Спирально сглаживает движение по оси Z. Во время печати происходит постоянное увеличение по оси Z. Этот параметр превращает модель в одностенный объект с крепким дном. Параметр можно использовать только когда каждый слой состоит из одной части модели." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "Спирально сглаживает движение по оси Z. Во время печати происходит постоянное увеличение по оси Z. Этот параметр превращает модель в одностенный объект" +" с крепким дном. Параметр можно использовать только когда каждый слой состоит из одной части модели." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5420,8 +6545,12 @@ msgstr "Сглаживать спиральные контуры" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Сглаживает спиральные контуры для уменьшения видимости шва по оси Z (такой шов должен быть едва виден при печати, но виден при послойном просмотре). Следует отметить, что сглаживание ведет к размыванию мелких деталей поверхности." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Сглаживает спиральные контуры для уменьшения видимости шва по оси Z (такой шов должен быть едва виден при печати, но виден при послойном просмотре). Следует" +" отметить, что сглаживание ведет к размыванию мелких деталей поверхности." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5430,8 +6559,16 @@ msgstr "Относительная экструзия" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Использование относительной, а не абсолютной экструзии. Шаги относительной экструзии упрощают последующую обработку G-кода. Однако она не поддерживается всеми принтерами и может приводить к очень незначительным отклонениям в количестве наносимого материала в сравнении с шагами абсолютной экструзии. Независимо от этой настройки, перед выводом любого скрипта G-кода всегда будет установлен абсолютный режим экструзии." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Использование относительной, а не абсолютной экструзии. Шаги относительной экструзии упрощают последующую обработку G-кода. Однако она не поддерживается" +" всеми принтерами и может приводить к очень незначительным отклонениям в количестве наносимого материала в сравнении с шагами абсолютной экструзии. Независимо" +" от этой настройки, перед выводом любого скрипта G-кода всегда будет установлен абсолютный режим экструзии." #: fdmprinter.def.json msgctxt "experimental label" @@ -5450,8 +6587,18 @@ msgstr "Допуск слайсинга" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Вертикальный допуск в нарезанных слоях. В общем случае контуры слоя создаются путем снятия поперечных сечений по середине толщины каждого слоя (Середина). Кроме того, каждый слой может иметь области, попадающие в объем по всей толщине слоя (Исключение), или области, попадающие в любое место слоя (Включение). Способ «Включение» сохраняет больше деталей, способ «Исключение» обеспечивает наилучшую подгонку, а способ «Середина» — наиболее близкое соответствие оригинальной поверхности." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Вертикальный допуск в нарезанных слоях. В общем случае контуры слоя создаются путем снятия поперечных сечений по середине толщины каждого слоя (Середина)." +" Кроме того, каждый слой может иметь области, попадающие в объем по всей толщине слоя (Исключение), или области, попадающие в любое место слоя (Включение)." +" Способ «Включение» сохраняет больше деталей, способ «Исключение» обеспечивает наилучшую подгонку, а способ «Середина» — наиболее близкое соответствие" +" оригинальной поверхности." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5510,8 +6657,12 @@ msgstr "Монотонный порядок верхней оболочки" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Печатайте линии верхней оболочки в таком порядке, чтобы они всегда перекрывали соседние линии в одном направлении. На печать уходит немного больше времени, но плоские поверхности выглядят более единообразными." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Печатайте линии верхней оболочки в таком порядке, чтобы они всегда перекрывали соседние линии в одном направлении. На печать уходит немного больше времени," +" но плоские поверхности выглядят более единообразными." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5520,8 +6671,16 @@ msgstr "Направление линий верхней оболочки" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Список направлений линии при печати слоёв дна/крышки линиями или зигзагом. Элементы списка используются последовательно по мере печати слоёв и когда конец списка будет достигнут, он начнётся сначала. Элементы списка отделяются запятыми и сам список заключён в квадратные скобки. По умолчанию, он пустой, что означает использование стандартных углов (45 и 135 градусов)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Список направлений линии при печати слоёв дна/крышки линиями или зигзагом. Элементы списка используются последовательно по мере печати слоёв и когда конец" +" списка будет достигнут, он начнётся сначала. Элементы списка отделяются запятыми и сам список заключён в квадратные скобки. По умолчанию, он пустой, что" +" означает использование стандартных углов (45 и 135 градусов)." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5530,8 +6689,15 @@ msgstr "Оптимизация перемещения заполнения" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Если включено, порядок, в котором печатаются линии заполнения, оптимизируется для сокращения пройденного расстояния. Достигнутое сокращение времени перемещения в очень большой степени зависит от модели, разделяемой на слои, шаблона заполнения, плотности и т. п. Обратите внимание, что для некоторых моделей, имеющих множество небольших заполняемых областей, время разделения на слои может существенно возрасти." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Если включено, порядок, в котором печатаются линии заполнения, оптимизируется для сокращения пройденного расстояния. Достигнутое сокращение времени перемещения" +" в очень большой степени зависит от модели, разделяемой на слои, шаблона заполнения, плотности и т. п. Обратите внимание, что для некоторых моделей, имеющих" +" множество небольших заполняемых областей, время разделения на слои может существенно возрасти." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5540,7 +6706,9 @@ msgstr "Автоматическая температура" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Изменять температуру каждого слоя автоматически в соответствии со средней скоростью потока на этом слое." #: fdmprinter.def.json @@ -5550,7 +6718,9 @@ msgstr "График температуры потока" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "График, объединяющий поток (в мм3 в секунду) с температурой (в градусах Цельсия)." #: fdmprinter.def.json @@ -5560,8 +6730,13 @@ msgstr "Минимальная длина окружности полигона" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Полигоны в разделенных слоях, длина окружности которых меньше указанной величины, будут отфильтрованы. Пониженные значения приводят к увеличению разрешения объекта за счет времени разделения. Это предназначено главным образом для принтеров SLA с высоким разрешением и миниатюрных 3D-моделей с множеством деталей." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Полигоны в разделенных слоях, длина окружности которых меньше указанной величины, будут отфильтрованы. Пониженные значения приводят к увеличению разрешения" +" объекта за счет времени разделения. Это предназначено главным образом для принтеров SLA с высоким разрешением и миниатюрных 3D-моделей с множеством деталей." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5570,7 +6745,9 @@ msgstr "Разбить поддержки на части" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." msgstr "Пропускать некоторые соединения в поддержках для облегчения их последующего удаления. Этот параметр влияет на зиг-заг шаблон заполнения." #: fdmprinter.def.json @@ -5580,7 +6757,9 @@ msgstr "Размер части поддержек" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Пропускать соединение между линиями поддержки каждые N миллиметров для облегчения последующего удаления поддержек." #: fdmprinter.def.json @@ -5590,7 +6769,9 @@ msgstr "Количество частей линий поддержки" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Пропускать одну линию на каждые N соединительных линий, облегчая последующее удаление поддержек." #: fdmprinter.def.json @@ -5600,8 +6781,11 @@ msgstr "Разрешить печать кожуха" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Создаёт стенку вокруг модели, которая удерживает (горячий) воздух и препятствует обдуву модели внешним воздушным потоком. Очень пригодится для материалов, которые легко деформируются." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Создаёт стенку вокруг модели, которая удерживает (горячий) воздух и препятствует обдуву модели внешним воздушным потоком. Очень пригодится для материалов," +" которые легко деформируются." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5620,7 +6804,9 @@ msgstr "Ограничение кожуха" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "Устанавливает высоту кожуха. Можно печать кожух высотой с модель или указать определённую высоту." #: fdmprinter.def.json @@ -5640,7 +6826,9 @@ msgstr "Высота кожуха" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Ограничение по высоте для кожуха. Выше указанного значение кожух печататься не будет." #: fdmprinter.def.json @@ -5650,8 +6838,12 @@ msgstr "Сделать нависания печатаемыми" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "Изменяет геометрию печатаемой модели так, чтобы снизить требования к объёму поддержек. Крутые навесы станут поменьше. Нависающие области опустятся и станут более вертикальными." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "Изменяет геометрию печатаемой модели так, чтобы снизить требования к объёму поддержек. Крутые навесы станут поменьше. Нависающие области опустятся и станут" +" более вертикальными." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5660,8 +6852,12 @@ msgstr "Максимальный угол модели" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "Максимальный угол нависания, после которого они становятся печатаемыми. При значении в 0° все нависания заменяются частью модели, соединённой со столом, при 90° в модель не вносится никаких изменений." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "Максимальный угол нависания, после которого они становятся печатаемыми. При значении в 0° все нависания заменяются частью модели, соединённой со столом," +" при 90° в модель не вносится никаких изменений." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5670,8 +6866,12 @@ msgstr "Максимальная площадь отверстия выступ #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "Максимальная площадь отверстия в основании модели, при достижении которой оно удаляется функцией «Сделать нависания печатаемыми». Более мелкие отверстия сохраняются. Значение 0 мм² приведет к заполнению всех отверстий в основании модели." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "Максимальная площадь отверстия в основании модели, при достижении которой оно удаляется функцией «Сделать нависания печатаемыми». Более мелкие отверстия" +" сохраняются. Значение 0 мм² приведет к заполнению всех отверстий в основании модели." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5680,7 +6880,10 @@ msgstr "Разрешить накат" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." msgstr "Накат отключает экструзию материала на завершающей части пути. Вытекающий материал используется для печати на завершающей части пути, уменьшая строчность." #: fdmprinter.def.json @@ -5690,7 +6893,9 @@ msgstr "Объём наката" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "Объём, который бы сочился. Это значение должно обычно быть близко к возведенному в куб диаметру сопла." #: fdmprinter.def.json @@ -5700,8 +6905,13 @@ msgstr "Минимальный объём перед накатом" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "Минимальный объём экструзии, который должен быть произведён перед выполнением наката. Для малых путей меньшее давление будет создаваться в боудене и таким образом, объём наката будет изменяться линейно. Это значение должно всегда быть больше \"Объёма наката\"." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "Минимальный объём экструзии, который должен быть произведён перед выполнением наката. Для малых путей меньшее давление будет создаваться в боудене и таким" +" образом, объём наката будет изменяться линейно. Это значение должно всегда быть больше \"Объёма наката\"." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5710,8 +6920,12 @@ msgstr "Скорость наката" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "Скорость, с которой производятся движения во время наката, относительно скорости печати. Рекомендуется использовать значение чуть меньше 100%, так как во время наката давление в боудене снижается." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "Скорость, с которой производятся движения во время наката, относительно скорости печати. Рекомендуется использовать значение чуть меньше 100%, так как" +" во время наката давление в боудене снижается." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5720,7 +6934,9 @@ msgstr "Размер карманов креста 3D" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "Размер карманов при печати шаблоном крест 3D по высоте, когда шаблон касается сам себя." #: fdmprinter.def.json @@ -5730,7 +6946,9 @@ msgstr "Изображение плотности перекрестного з #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "Путь к файлу изображения, из которого значения яркости определяют минимальную плотность в соответствующем месте заполнения при печати." #: fdmprinter.def.json @@ -5740,7 +6958,9 @@ msgstr "Изображение плотности перекрестного з #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "Путь к файлу изображения, из которого значения яркости определяют минимальную плотность в соответствующем месте поддержки." #: fdmprinter.def.json @@ -5760,8 +6980,13 @@ msgstr "Угол конических поддержек" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "Угол наклона конических поддержек. При 0 градусах поддержки будут вертикальными, при 90 градусах будут горизонтальными. Меньшее значение углов укрепляет поддержки, но требует больше материала для них. Отрицательные углы приводят утолщению основания поддержек по сравнению с их верхней частью." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "Угол наклона конических поддержек. При 0 градусах поддержки будут вертикальными, при 90 градусах будут горизонтальными. Меньшее значение углов укрепляет" +" поддержки, но требует больше материала для них. Отрицательные углы приводят утолщению основания поддержек по сравнению с их верхней частью." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5770,7 +6995,9 @@ msgstr "Минимальная ширина конических поддерж #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Минимальная ширина, до которой может быть уменьшен низ конуса. Малая ширина может сделать такую структуру поддержек нестабильной." #: fdmprinter.def.json @@ -5780,7 +7007,9 @@ msgstr "Нечёткая оболочка" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Вносит небольшое дрожание при печати внешней стенки, что придаёт поверхности шершавый вид." #: fdmprinter.def.json @@ -5800,7 +7029,9 @@ msgstr "Толщина шершавости оболочки" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." msgstr "Величина амплитуды дрожания. Рекомендуется придерживаться толщины внешней стенки, так как внутренние стенки не изменяются." #: fdmprinter.def.json @@ -5810,8 +7041,12 @@ msgstr "Плотность шершавой оболочки" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "Средняя плотность точек, добавленных на каждом полигоне в слое. Следует отметить, что оригинальные точки полигона отбрасываются, следовательно низкая плотность приводит к уменьшению разрешения." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "Средняя плотность точек, добавленных на каждом полигоне в слое. Следует отметить, что оригинальные точки полигона отбрасываются, следовательно низкая плотность" +" приводит к уменьшению разрешения." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5820,8 +7055,13 @@ msgstr "Дистанция между точками шершавой оболо #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "Среднее расстояние между случайными точками, который вносятся в каждый сегмент линии. Следует отметить, что оригинальные точки полигона отбрасываются, таким образом, сильное сглаживание приводит к уменьшению разрешения. Это значение должно быть больше половины толщины шершавой оболочки." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "Среднее расстояние между случайными точками, который вносятся в каждый сегмент линии. Следует отметить, что оригинальные точки полигона отбрасываются," +" таким образом, сильное сглаживание приводит к уменьшению разрешения. Это значение должно быть больше половины толщины шершавой оболочки." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5830,7 +7070,9 @@ msgstr "Макс. смещение экструзии для компенсац #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "Максимальное расстояние (в мм) перемещения материала для компенсации изменения расхода." #: fdmprinter.def.json @@ -5840,8 +7082,12 @@ msgstr "Коэффициент компенсации расхода" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "Означает, насколько далеко следует переместить материал, чтобы компенсировать изменение расхода, в процентах от расстояния, на которое перемещается материал за одну секунду экструзии." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "Означает, насколько далеко следует переместить материал, чтобы компенсировать изменение расхода, в процентах от расстояния, на которое перемещается материал" +" за одну секунду экструзии." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5850,8 +7096,13 @@ msgstr "Каркасная печать (КП)" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "Печатать только внешнюю поверхность с редкой перепончатой структурой, печатаемой \"прямо в воздухе\". Это реализуется горизонтальной печатью контуров модели с заданными Z интервалами, которые соединяются диагональными линиями." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "Печатать только внешнюю поверхность с редкой перепончатой структурой, печатаемой \"прямо в воздухе\". Это реализуется горизонтальной печатью контуров модели" +" с заданными Z интервалами, которые соединяются диагональными линиями." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5860,7 +7111,10 @@ msgstr "Высота соединений (КП)" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." msgstr "Высота диагональных линий между двумя горизонтальными частями. Она определяет общую плотность сетевой структуры. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5870,7 +7124,9 @@ msgstr "Расстояние крыши внутрь (КП)" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "Покрываемое расстояние при создании соединения от внешней части крыши внутрь. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5880,7 +7136,9 @@ msgstr "Скорость каркасной печати" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Скорость с которой двигается сопло, выдавая материал. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5890,7 +7148,9 @@ msgstr "Скорость печати низа (КП)" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "Скорость, с которой печатается первый слой, касающийся стола. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5900,7 +7160,8 @@ msgstr "Скорость печати вверх (КП)" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "Скорость печати линии вверх \"в разрежённом воздухе\". Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5910,7 +7171,8 @@ msgstr "Скорость печати вниз (КП)" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Скорость печати линии диагонально вниз. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5920,7 +7182,9 @@ msgstr "Скорость горизонтальной печати (КП)" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Скорость, с которой печатаются горизонтальные контуры модели. Применяется только при нитевой печати." #: fdmprinter.def.json @@ -5930,7 +7194,9 @@ msgstr "Поток каркасной печати" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Компенсация потока: объём выдавленного материала умножается на это значение. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5950,7 +7216,8 @@ msgstr "Поток горизонтальных линий (КП)" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Компенсация потока при печати плоских линий. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5960,7 +7227,9 @@ msgstr "Верхняя задержка (КП)" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "Задержка после движения вверх, чтобы такие линии были твёрже. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -5980,8 +7249,12 @@ msgstr "Горизонтальная задержка (КП)" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "Задержка между двумя горизонтальными сегментами. Внесение такой задержки может улучшить прилипание к предыдущим слоям в местах соединений, в то время как более длинные задержки могут вызывать провисания. Применяется только при нитевой печати." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "Задержка между двумя горизонтальными сегментами. Внесение такой задержки может улучшить прилипание к предыдущим слоям в местах соединений, в то время как" +" более длинные задержки могут вызывать провисания. Применяется только при нитевой печати." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5992,10 +7265,10 @@ msgstr "Ослабление вверх (КП)" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"Расстояние движения вверх, при котором выдавливание идёт на половине скорости.\n" -"Это может улучшить прилипание к предыдущим слоям, не перегревая материал тех слоёв. Применяется только при каркасной печати." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "Расстояние движения вверх, при котором выдавливание идёт на половине скорости.\nЭто может улучшить прилипание к предыдущим слоям, не перегревая материал" +" тех слоёв. Применяется только при каркасной печати." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6004,8 +7277,12 @@ msgstr "Размер узла (КП)" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Создаёт небольшой узел наверху возвышающейся линии так, чтобы последующий горизонтальный слой имел больший шанс к присоединению. Применяется только при каркасной печати." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Создаёт небольшой узел наверху возвышающейся линии так, чтобы последующий горизонтальный слой имел больший шанс к присоединению. Применяется только при" +" каркасной печати." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6014,7 +7291,9 @@ msgstr "Падение (КП)" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "Расстояние, с которого материал падает вниз после восходящего выдавливания. Расстояние компенсируется. Применяется только при каркасной печати." #: fdmprinter.def.json @@ -6024,8 +7303,12 @@ msgstr "Протягивание (КП)" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." -msgstr "Расстояние, на которое материал от восходящего выдавливания тянется во время нисходящего выдавливания. Расстояние компенсируется. Применяется только при каркасной печати." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." +msgstr "Расстояние, на которое материал от восходящего выдавливания тянется во время нисходящего выдавливания. Расстояние компенсируется. Применяется только при" +" каркасной печати." #: fdmprinter.def.json msgctxt "wireframe_strategy label" @@ -6034,8 +7317,18 @@ msgstr "Стратегия (КП)" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Стратегия проверки соединения двух соседних слоёв в соответствующих точках. Откат укрепляет восходящие линии в нужных местах, но может привести к истиранию нити материала. Узел может быть сделан в конце восходящей линии для повышения шанса соединения с ним и позволить линии охладиться; однако, это может потребовать пониженных скоростей печати. Другая стратегия состоит в том, чтобы компенсировать провисание вершины восходящей линии; однако, строки будут не всегда падать, как предсказано." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Стратегия проверки соединения двух соседних слоёв в соответствующих точках. Откат укрепляет восходящие линии в нужных местах, но может привести к истиранию" +" нити материала. Узел может быть сделан в конце восходящей линии для повышения шанса соединения с ним и позволить линии охладиться; однако, это может потребовать" +" пониженных скоростей печати. Другая стратегия состоит в том, чтобы компенсировать провисание вершины восходящей линии; однако, строки будут не всегда" +" падать, как предсказано." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6059,8 +7352,12 @@ msgstr "Прямые нисходящие линии (КП)" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Процент диагонально нисходящей линии, которая покрывается куском горизонтальной линии. Это может предотвратить провисание самых верхних точек восходящих линий. Применяется только при каркасной печати." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Процент диагонально нисходящей линии, которая покрывается куском горизонтальной линии. Это может предотвратить провисание самых верхних точек восходящих" +" линий. Применяется только при каркасной печати." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6069,8 +7366,12 @@ msgstr "Опадание крыши (КП)" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." -msgstr "Расстояние, на котором линии горизонтальной крыши печатаемые \"в воздухе\" падают вниз при печати. Это расстояние скомпенсировано. Применяется только при каркасной печати." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." +msgstr "Расстояние, на котором линии горизонтальной крыши печатаемые \"в воздухе\" падают вниз при печати. Это расстояние скомпенсировано. Применяется только при" +" каркасной печати." #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along label" @@ -6079,8 +7380,12 @@ msgstr "Протягивание крыши (КП)" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." -msgstr "Расстояние финальной части восходящей линии, которая протягивается при возвращении к внешнему контуру крыши. Это расстояние скомпенсировано. Применяется только при каркасной печати." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." +msgstr "Расстояние финальной части восходящей линии, которая протягивается при возвращении к внешнему контуру крыши. Это расстояние скомпенсировано. Применяется" +" только при каркасной печати." #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay label" @@ -6089,8 +7394,11 @@ msgstr "Задержка внешней крыши (КП)" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." -msgstr "Время, потраченное на внешних периметрах отверстия, которое станет крышей. Увеличенное время может придать прочности. Применяется только при каркасной печати." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." +msgstr "Время, потраченное на внешних периметрах отверстия, которое станет крышей. Увеличенное время может придать прочности. Применяется только при каркасной" +" печати." #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance label" @@ -6099,8 +7407,13 @@ msgstr "Зазор сопла (КП)" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Зазор между соплом и горизонтально нисходящими линиями. Большее значение уменьшает угол нисхождения, что приводит уменьшению восходящих соединений на следующем слое. Применяется только при каркасной печати." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Зазор между соплом и горизонтально нисходящими линиями. Большее значение уменьшает угол нисхождения, что приводит уменьшению восходящих соединений на следующем" +" слое. Применяется только при каркасной печати." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6109,7 +7422,9 @@ msgstr "Использовать адаптивные слои" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "В случае адаптивных слоев расчет высоты слоя осуществляется в зависимости от формы модели." #: fdmprinter.def.json @@ -6129,7 +7444,9 @@ msgstr "Размер шага вариации адаптивных слоев" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "Разница между высотой следующего слоя и высотой предыдущего слоя." #: fdmprinter.def.json @@ -6139,8 +7456,12 @@ msgstr "Размер топографии адаптивных слоев" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "Целевое расстояние по горизонтали между двумя соседними слоями. Уменьшение этого значения приведет к сокращению толщины слоев, и края слоев станут ближе друг к другу." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "Целевое расстояние по горизонтали между двумя соседними слоями. Уменьшение этого значения приведет к сокращению толщины слоев, и края слоев станут ближе" +" друг к другу." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6149,8 +7470,13 @@ msgstr "Угол нависающей стенки" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Стенки, выступающие под углом больше указанного, будут напечатаны с использованием настроек выступающей стенки. Если значение составляет 90, стенки не считаются выступающими. Выступающие элементы, для которых имеется поддержка, также не считаются выступающими." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Стенки, выступающие под углом больше указанного, будут напечатаны с использованием настроек выступающей стенки. Если значение составляет 90, стенки не" +" считаются выступающими. Выступающие элементы, для которых имеется поддержка, также не считаются выступающими." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6159,7 +7485,9 @@ msgstr "Скорость печати нависающей стенки" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Нависающие стенки будут напечатаны с данным процентным значением нормальной скорости печати." #: fdmprinter.def.json @@ -6169,7 +7497,9 @@ msgstr "Активация настроек мостиков" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Обнаружение мостиков и изменение скорости печати, настроек потока и вентилятора во время печати мостиков." #: fdmprinter.def.json @@ -6179,8 +7509,12 @@ msgstr "Минимальная длина стенки мостика" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Стенки без поддержки, которые короче указанного значения, будут напечатаны с использованием стандартных настроек стенок. Более длинные стенки без поддержки будут напечатаны с использованием настроек стенки мостика." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Стенки без поддержки, которые короче указанного значения, будут напечатаны с использованием стандартных настроек стенок. Более длинные стенки без поддержки" +" будут напечатаны с использованием настроек стенки мостика." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6189,8 +7523,12 @@ msgstr "Пороговое значение поддержки для оболо #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Если поддержка области оболочки составляет меньше указанного процентного значения от ее площади, печать должна быть выполнена с использованием настроек мостика. В противном случае печать осуществляется с использованием стандартных настроек оболочки." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Если поддержка области оболочки составляет меньше указанного процентного значения от ее площади, печать должна быть выполнена с использованием настроек" +" мостика. В противном случае печать осуществляется с использованием стандартных настроек оболочки." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6199,8 +7537,11 @@ msgstr "Максимальная плотность разреженного з #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." -msgstr "Максимальная плотность заполнения, считающегося разреженным. Оболочка поверх разреженного заполнения считается неподдерживаемой и, соответственно, может обрабатываться как оболочка мостика." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." +msgstr "Максимальная плотность заполнения, считающегося разреженным. Оболочка поверх разреженного заполнения считается неподдерживаемой и, соответственно, может" +" обрабатываться как оболочка мостика." #: fdmprinter.def.json msgctxt "bridge_wall_coast label" @@ -6209,8 +7550,12 @@ msgstr "Накат стенки мостика" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Эта настройка управляет расстоянием наката экструдера непосредственно перед началом стенки мостика. Накат перед началом мостика может уменьшить давление в сопле и создать более ровный мостик." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Эта настройка управляет расстоянием наката экструдера непосредственно перед началом стенки мостика. Накат перед началом мостика может уменьшить давление" +" в сопле и создать более ровный мостик." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6229,7 +7574,9 @@ msgstr "Поток для стенки мостика" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Во время печати стенок мостика объем выдавленного материала умножается на указанное значение." #: fdmprinter.def.json @@ -6249,7 +7596,9 @@ msgstr "Поток для оболочки мостика" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Во время печати областей оболочки мостика объем выдавленного материала умножается на указанное значение." #: fdmprinter.def.json @@ -6259,7 +7608,9 @@ msgstr "Плотность оболочки мостика" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "Плотность слоя оболочки мостика. Значения менее 100 увеличат зазоры между линиями оболочки." #: fdmprinter.def.json @@ -6279,8 +7630,12 @@ msgstr "В мостике несколько слоев" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Если настройка активна, второй и третий слои над воздушным зазором печатаются с использованием указанных далее настроек. В противном случае эти слои печатаются с использованием стандартных настроек." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Если настройка активна, второй и третий слои над воздушным зазором печатаются с использованием указанных далее настроек. В противном случае эти слои печатаются" +" с использованием стандартных настроек." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6299,7 +7654,9 @@ msgstr "Поток для второй оболочки мостика" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Во время печати слоя второй оболочки мостика объем выдавленного материала умножается на указанное значение." #: fdmprinter.def.json @@ -6309,7 +7666,9 @@ msgstr "Плотность второй оболочки мостика" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Плотность слоя второй оболочки мостика. Значения менее 100 увеличат зазоры между линиями оболочки." #: fdmprinter.def.json @@ -6339,7 +7698,9 @@ msgstr "Поток для третьей оболочки мостика" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Во время печати слоя третьей оболочки мостика объем выдавленного материала умножается на указанное значение." #: fdmprinter.def.json @@ -6349,7 +7710,9 @@ msgstr "Плотность третьей оболочки мостика" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Плотность слоя третьей оболочки мостика. Значения менее 100 увеличат зазоры между линиями оболочки." #: fdmprinter.def.json @@ -6369,8 +7732,13 @@ msgstr "Очистка сопла между слоями" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Следует ли добавлять G-код очистки сопла между слоями (максимум один на слой). Включение этого параметра может повлиять на ход отката при смене слоя. Используйте параметры отката с очисткой для управления откатом на слоях, для которых используется скрипт очистки." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Следует ли добавлять G-код очистки сопла между слоями (максимум один на слой). Включение этого параметра может повлиять на ход отката при смене слоя. Используйте" +" параметры отката с очисткой для управления откатом на слоях, для которых используется скрипт очистки." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6379,8 +7747,13 @@ msgstr "Объем материала между очистками" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Максимальный объем материала, который можно выдавить перед очередной очисткой сопла. Если это значение меньше объема материала, требуемого для слоя, данная настройка в этом слое не действует (т. е. максимум одна очистка на слой)." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Максимальный объем материала, который можно выдавить перед очередной очисткой сопла. Если это значение меньше объема материала, требуемого для слоя, данная" +" настройка в этом слое не действует (т. е. максимум одна очистка на слой)." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6399,7 +7772,8 @@ msgstr "Расстояние отката с очисткой" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "Величина отката нити, предотвращающего просачивание во время последовательности очистки." #: fdmprinter.def.json @@ -6409,7 +7783,9 @@ msgstr "Дополнительно заполняемый объем при от #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Небольшое количество материала может просочиться при перемещении во время очистки, что можно скомпенсировать с помощью данного параметра." #: fdmprinter.def.json @@ -6419,7 +7795,9 @@ msgstr "Скорость отката с очисткой" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "Скорость, с которой нить будет втягиваться и заправляться при откате с очисткой." #: fdmprinter.def.json @@ -6429,7 +7807,8 @@ msgstr "Скорость отката при откате с очисткой" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "Скорость, с которой нить будет втягиваться при откате с очисткой." #: fdmprinter.def.json @@ -6439,7 +7818,8 @@ msgstr "Скорость заправки при откате с очистко #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "Скорость, с которой нить заправляется при откате с очисткой." #: fdmprinter.def.json @@ -6459,8 +7839,12 @@ msgstr "Поднятие оси Z при очистке" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "При очистке рабочий стол опускается для создания зазора между соплом и печатаемой деталью. Это предотвращает соударение сопла и печатаемой детали во время движений, снижая вероятность смещения печатаемой детали на рабочем столе." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "При очистке рабочий стол опускается для создания зазора между соплом и печатаемой деталью. Это предотвращает соударение сопла и печатаемой детали во время" +" движений, снижая вероятность смещения печатаемой детали на рабочем столе." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6519,7 +7903,9 @@ msgstr "Максимальный размер малого отверстия" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Отверстия и контуры деталей с диаметром меньше этого значения будут напечатаны с использованием функции «Скорость для малых элементов»." #: fdmprinter.def.json @@ -6529,7 +7915,9 @@ msgstr "Максимальная длина малого элемента" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Контуры элементов с длиной меньше этого значения будут напечатаны с использованием функции «Скорость для малых элементов»." #: fdmprinter.def.json @@ -6539,8 +7927,11 @@ msgstr "Скорость для малых элементов" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Малые элементы будут напечатаны со скоростью, составляющей этот процент от их нормальной скорости печати. Более медленная печать может улучшить адгезию и точность." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." +msgstr "Малые элементы будут напечатаны со скоростью, составляющей этот процент от их нормальной скорости печати. Более медленная печать может улучшить адгезию" +" и точность." #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 label" @@ -6549,38 +7940,47 @@ msgstr "Скорость первого слоя для небольших об #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." -msgstr "Малые элементы на первом слое будут напечатаны со скоростью, составляющей этот процент от их нормальной скорости печати. Более медленная печать может улучшить адгезию и точность." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." +msgstr "Малые элементы на первом слое будут напечатаны со скоростью, составляющей этот процент от их нормальной скорости печати. Более медленная печать может улучшить" +" адгезию и точность." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Чередование направления стенок" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Чередуйте направления стенок каждые вторые слой и вставку. Это полезно для материалов, которые могут накапливать напряжение, например для металлической" +" печати." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Удаление внутренних углов подложки" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Удаляйте внутренние углы с подложки, чтобы она стала выпуклой." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Счетчик стен основания подложки" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "Количество контуров, которые необходимо напечатать вокруг линейного рисунка в слое основания подложки." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6589,7 +7989,9 @@ msgstr "Параметры командной строки" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Параметры, которые используются в случае, когда CuraEngine вызывается напрямую." #: fdmprinter.def.json @@ -6599,7 +8001,9 @@ msgstr "Центрирование объекта" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "Следует ли размещать объект в центре стола (0, 0), вместо использования координатной системы, в которой был сохранён объект." #: fdmprinter.def.json @@ -6629,7 +8033,9 @@ msgstr "Z позиция объекта" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Смещение, применяемое к объекту по оси Z. Это позволяет выполнять операцию, ранее известную как проваливание объекта под поверхность стола." #: fdmprinter.def.json @@ -6639,7 +8045,8 @@ msgstr "Матрица вращения объекта" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Матрица преобразования, применяемая к модели при её загрузке из файла." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index 3698ee3908..0219fe3a25 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2022-01-10 11:57+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Turkish , Turkish \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.3\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,9 +64,15 @@ msgstr "Güncelleme bilgilerine erişilemedi." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." -msgstr "{machine_name} cihazınız için yeni özellikler veya hata düzeltmeleri mevcut olabilir! Henüz son sürüme geçmediyseniz yazıcınızın donanım yazılımını {latest_version} sürümüne güncellemeniz önerilir." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." +msgstr "{machine_name} cihazınız için yeni özellikler veya hata düzeltmeleri mevcut olabilir! Henüz son sürüme geçmediyseniz yazıcınızın donanım yazılımını {latest_version}" +" sürümüne güncellemeniz önerilir." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 #, python-format @@ -222,7 +227,9 @@ msgstr "Aygıt Yazılımını Güncelle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura, henüz {0} grubunun ana yazıcısına yüklenmemiş malzeme profilleri tespit etti." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,8 +240,11 @@ msgstr "Malzemeler yazıcıya gönderiliyor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." -msgstr "{0} ile bağlantı kurmayı deniyorsunuz ancak cihaz bir grubun ana makinesi değil. Bu cihazı grup ana makinesi olarak yapılandırmak için web sayfasını ziyaret edebilirsiniz." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." +msgstr "{0} ile bağlantı kurmayı deniyorsunuz ancak cihaz bir grubun ana makinesi değil. Bu cihazı grup ana makinesi olarak yapılandırmak için web sayfasını ziyaret" +" edebilirsiniz." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" @@ -291,10 +301,10 @@ msgstr "Veri Gönderildi" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"{printer_name} adlı yazıcınız bulut aracılığıyla bağlanamadı.\n" -" Baskı kuyruğunuzu yönetin ve yazıcınızı Digital Factory'ye bağlayarak baskılarınızı dilediğiniz yerden takip edin" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "{printer_name} adlı yazıcınız bulut aracılığıyla bağlanamadı.\n Baskı kuyruğunuzu yönetin ve yazıcınızı Digital Factory'ye bağlayarak baskılarınızı" +" dilediğiniz yerden takip edin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +323,9 @@ msgstr "Daha fazla bilgi edinin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "Ultimaker Connect çalıştırmayan bir yazıcıya bağlanmaya çalışıyorsunuz. Lütfen yazıcının donanım yazılımını son sürüme güncelleyin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -450,26 +462,23 @@ msgstr "Yazıcılar kaldırılsın mı?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" -"Devam etmek istediğinizden emin misiniz?" -msgstr[1] "" -"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" -"Devam etmek istediğinizden emin misiniz?" +msgstr[0] "{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\nDevam etmek istediğinizden emin misiniz?" +msgstr[1] "{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\nDevam etmek istediğinizden emin misiniz?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"Tüm yazıcıları Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n" -"Devam etmek istediğinizden emin misiniz?" +msgstr "Tüm yazıcıları Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\nDevam etmek istediğinizden emin misiniz?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -511,15 +520,15 @@ msgstr "3D Model Yardımcısı" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    Model boyutu ve model yapılandırması nedeniyle bir veya daha fazla 3D model optimum yazdırılamayabilir:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    En iyi kalite ve güvenilirliği nasıl elde edeceğinizi öğrenin.

    \n" -"

    Yazdırma kalitesi kılavuzunu görüntüleyin

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    Model boyutu ve model yapılandırması nedeniyle bir veya daha fazla 3D model optimum yazdırılamayabilir:

    \n

    {model_names}

    \n

    En iyi kalite" +" ve güvenilirliği nasıl elde edeceğinizi öğrenin.

    \n

    Yazdırma kalitesi kılavuzunu görüntüleyin

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -593,7 +602,9 @@ msgstr "Burada çalışma alanını yazmak için izin yok." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "İşletim sistemi, proje dosyalarının bu konuma veya bu dosya adıyla kaydedilmesine izin vermiyor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -614,7 +625,9 @@ msgstr "Sıkıştırılmış G-code Dosyası" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "Dilimleme işlemi beklenmeyen bir hatayla başarısız oldu. Lütfen sorun izleyicimizde hata bildirmeyi düşünün." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -634,7 +647,9 @@ msgstr "Ultimaker Cura'nın sorun izleyicisinde hata bildirin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "Mevcut malzeme, seçilen makine veya yapılandırma ile uyumlu olmadığından mevcut malzeme ile dilimlenemedi." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -650,24 +665,31 @@ msgstr "Dilimlenemedi" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "Geçerli ayarlarla dilimlenemiyor. Şu ayarlarda hata var: {0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "Modele özgü ayarlar nedeniyle dilimlenemedi. Şu ayarlar bir veya daha fazla modelde hataya yol açıyor: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "İlk direk veya ilk konum(lar) geçersiz olduğu için dilimlenemiyor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "Etkisizleştirilmiş Extruder %s ile ilgili nesneler olduğundan dilimleme yapılamıyor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -677,11 +699,8 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"Lütfen ayarları gözden geçirin ve modellerinizi şu durumlara karşı kontrol edin:\n" -"- Yapı hacmine sığma\n" -"- Etkin bir ekstrüdere atanma\n" -"- Değiştirici kafesler olarak ayarlanmama" +msgstr "Lütfen ayarları gözden geçirin ve modellerinizi şu durumlara karşı kontrol edin:\n- Yapı hacmine sığma\n- Etkin bir ekstrüdere atanma\n- Değiştirici kafesler" +" olarak ayarlanmama" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -733,7 +752,10 @@ msgstr "Nozül" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." msgstr "Proje dosyası {0} bilinmeyen bir makine tipi içeriyor: {1}. Makine alınamıyor. Bunun yerine modeller alınacak." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 @@ -744,7 +766,9 @@ msgstr "Proje Dosyası Aç" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "{0} proje dosyası aniden erişilemez oldu: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -756,13 +780,16 @@ msgstr "Proje Dosyası Açılamıyor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "Proje dosyası {0} bozuk: {1}." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "{0} proje dosyası, Ultimaker Cura'nın bu sürümünde bilinmeyen profiller kullanılarak yapılmış." #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -902,46 +929,48 @@ msgstr "Yükseltmeleri seçin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "Bilinmeyen Paket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "Bilinmeyen Yazar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "Sunucunun yanıtı yorumlanamadı." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "Pazar Yerine ulaşılamadı." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "Yüklü eklentiler" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "Yüklü malzemeler" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "Paketli eklentiler" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "Paketli malzemeler" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "Vurgulanan alanlar, eksik ya da ikincil yüzeyleri gösterir. Modelinizi düzeltin ve Cura'da tekrar açın." #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -974,7 +1003,9 @@ msgstr "G-code Ayrıntıları" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "Dosya göndermeden önce g-code’un yazıcınız ve yazıcı yapılandırmanız için uygun olduğundan emin olun. G-code temsili doğru olmayabilir." #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 @@ -1009,12 +1040,15 @@ msgstr "USB ile bağlı" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "USB’den yazdırma devam ediyor, Cura’yı kapatmanız bu yazdırma işlemini durduracak. Emin misiniz?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "Devam eden bir baskı var. Cura, önceki baskı tamamlanmadan USB aracılığıyla başka bir baskı işi başlatamaz." #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1064,7 +1098,9 @@ msgstr "Motor başlatılıyor..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1096,7 +1132,9 @@ msgstr "Görsel" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "Görsel profili, yüksek görsel ve yüzey kalitesi oluşturmak amacıyla, görsel prototipler ve modeller basılması için tasarlanmıştır." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1108,7 +1146,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "Mühendislik profili, daha yüksek doğruluk ve daha yakın toleranslar sağlamak amacıyla, işlevsel prototipler ve son kullanım parçaları basılması için tasarlanmıştır." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1120,7 +1160,9 @@ msgstr "Taslak" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "Taslak profili, baskı süresinin önemli ölçüde kısaltılması amacıyla, birincil prototipler basılması ve konsept doğrulaması yapılması için tasarlanmıştır." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1143,7 +1185,8 @@ msgstr "Bilinmiyor" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "Aşağıdaki yazıcı(lar) bir grubun parçası olmadıkları için bağlanamıyor" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1159,7 +1202,9 @@ msgstr "Hesaplanmış" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "Lütfen baskıya başlamadan önce malzeme profillerini yazıcılarınızla senkronize edin." #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1172,7 +1217,7 @@ msgstr "Yeni malzemeler yüklendi" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "Malzemeleri senkronize et" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1226,7 +1271,9 @@ msgstr "Digital Factory'den gelen yanıtta önemli bilgiler eksik." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." msgstr "Malzemeleri bazı yazıcılarla senkronize etmek için Digital Factory'ye bağlanılamadı." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 @@ -1401,7 +1448,9 @@ msgstr "Sonraki" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "Portalın yazdırılan modeller ile çarpışmasını önlemek için yapı hacmi yüksekliği “Sıralamayı Yazdır” ayarı nedeniyle azaltıldı." #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 @@ -1434,7 +1483,9 @@ msgstr "Dosya Zaten Mevcut" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "Dosya {0} zaten mevcut. Üstüne yazmak istediğinizden emin misiniz?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1455,7 +1506,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "Ayarlar, ekstrüderlerin mevcut kullanılabilirliğine uyacak şekilde değiştirildi:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1471,13 +1523,16 @@ msgstr "Ekstrüder(ler) Devre Dışı Bırakıldı" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "Profilin {0} dosyasına aktarımı başarısız oldu: {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "Profilin {0} dosyasına aktarımı başarısız oldu: Yazıcı eklentisinde rapor edilen hata." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1500,7 +1555,8 @@ msgstr "{0} dosyasından profil içe aktarımı başarısı #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "Yazıcı eklenmeden önce profil, {0} dosyasından içe aktarılamaz." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1519,7 +1575,9 @@ msgstr "{0} dosyasından profil içe aktarımı başarısı #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "Bu {0} profili yanlış veri içeriyor, içeri aktarılamadı." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1569,14 +1627,20 @@ msgstr "Profil eklenemiyor." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "'{0}' kalite tipi, mevcut aktif makine tanımı '{1}' ile uyumlu değil." #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." -msgstr "Uyarı: Profilin '{0}' kalite tipi, mevcut yapılandırma için kullanılabilir olmadığından profil görünür değil. Bu kalite tipini kullanabilen malzeme/nozül kombinasyonuna geçiş yapın." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." +msgstr "Uyarı: Profilin '{0}' kalite tipi, mevcut yapılandırma için kullanılabilir olmadığından profil görünür değil. Bu kalite tipini kullanabilen malzeme/nozül" +" kombinasyonuna geçiş yapın." #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 msgctxt "@info:status" @@ -1595,7 +1659,9 @@ msgstr "Nesne Yerleştiriliyor" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "Yeni bir oturum açma işlemi başlatılamıyor. Başka bir aktif oturum açma girişimi olup olmadığını kontrol edin." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1641,17 +1707,19 @@ msgstr "Cura başlatılamıyor" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.

    \n" -"

    Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.

    \n" -"

    Yedekler yapılandırma klasöründe bulunabilir.

    \n" -"

    Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.

    \n

    Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen" +" bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.

    \n

    Yedekler yapılandırma" +" klasöründe bulunabilir.

    \n

    Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1681,13 +1749,13 @@ msgstr "Çökme Raporu" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Cura’da onarılamaz bir hata oluştu. Lütfen sorunu çözmek için bize Çökme Raporunu gönderin

    \n" -"

    Sunucularımıza otomatik olarak bir hata raporu yüklemek için lütfen \"Rapor gönder\" düğmesini kullanın

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Cura’da onarılamaz bir hata oluştu. Lütfen sorunu çözmek için bize Çökme Raporunu gönderin

    \n

    Sunucularımıza otomatik olarak" +" bir hata raporu yüklemek için lütfen "Rapor gönder" düğmesini kullanın

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1779,11 +1847,8 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"Lütfen yazıcınızda bağlantı olduğundan emin olun:\n" -"- Yazıcının açık olup olmadığını kontrol edin.\n" -"- Yazıcının ağa bağlı olup olmadığını kontrol edin.\n" -"- Buluta bağlı yazıcıları keşfetmek için giriş yapıp yapmadığınızı kontrol edin." +msgstr "Lütfen yazıcınızda bağlantı olduğundan emin olun:\n- Yazıcının açık olup olmadığını kontrol edin.\n- Yazıcının ağa bağlı olup olmadığını kontrol edin.\n-" +" Buluta bağlı yazıcıları keşfetmek için giriş yapıp yapmadığınızı kontrol edin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1863,12 +1928,18 @@ msgstr "Aygıt Yazılımını Güncelle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." -msgstr "Aygıt yazılımı doğrudan 3B yazıcı üzerinden çalışan bir yazılım parçasıdır. Bu aygıt yazılımı adım motorlarını kontrol eder, sıcaklığı düzenler ve sonunda yazıcının çalışmasını sağlar." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." +msgstr "Aygıt yazılımı doğrudan 3B yazıcı üzerinden çalışan bir yazılım parçasıdır. Bu aygıt yazılımı adım motorlarını kontrol eder, sıcaklığı düzenler ve sonunda" +" yazıcının çalışmasını sağlar." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "Yeni yazıcıları olan aygıt yazılımı gönderimi yararlı olmaktadır, ancak yeni sürümler daha fazla özellik ve geliştirmeye eğilimlidir." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1883,12 +1954,15 @@ msgstr "Özel Aygıt Yazılımı Yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "Yazıcı ile bağlantı kurulmadığı için aygıt yazılımı güncellenemiyor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "Yazıcı bağlantısı aygıt yazılımını yükseltmeyi desteklemediği için aygıt yazılımı güncellenemiyor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2012,8 +2086,11 @@ msgstr "Kuyruğu uzaktan yönetmek için lütfen yazıcının donanım yazılım #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." -msgstr "Bulut yazıcıları için web kamerası akışları Ultimaker Cura'dan görüntülenemez. Ultimaker Digital Factory'i ziyaret etmek ve bu web kamerasını görüntülemek için \"Yazıcıyı Yönet\"i tıklayın." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "Bulut yazıcıları için web kamerası akışları Ultimaker Cura'dan görüntülenemez. Ultimaker Digital Factory'i ziyaret etmek ve bu web kamerasını görüntülemek" +" için \"Yazıcıyı Yönet\"i tıklayın." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 msgctxt "@label:status" @@ -2073,13 +2150,16 @@ msgstr "Geçersiz kıl" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "Atanan yazıcı %1, şu yapılandırma değişikliğini gerektiriyor:" msgstr[1] "Atanan yazıcı %1, şu yapılandırma değişikliklerini gerektiriyor:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "Yazıcı %1 atandı, fakat iş bilinmeyen bir malzeme yapılandırması içeriyor." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2104,7 +2184,9 @@ msgstr "Baskı tablasını %1 olarak değiştirin (Bu işlem geçersiz kılınam #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "Geçersiz kıl seçeneği mevcut yazıcı yapılandırmasındaki ayarları kullanacaktır. Yazdırma işlemi başarısız olabilir." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2134,8 +2216,14 @@ msgstr "Ağ Yazıcısına Bağlan" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." -msgstr "Yazıcınıza ağ üzerinden doğrudan baskı göndermek için lütfen yazıcınızın ağ kablosuyla ağa bağlı olduğundan veya yazıcınızı WiFi ağınıza bağladığınızdan emin olun. Yazıcınız ile Cura'ya bağlanamıyorsanız g-code dosyalarını yazıcınıza aktarmak için USB sürücüsü kullanabilirsiniz." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." +msgstr "Yazıcınıza ağ üzerinden doğrudan baskı göndermek için lütfen yazıcınızın ağ kablosuyla ağa bağlı olduğundan veya yazıcınızı WiFi ağınıza bağladığınızdan" +" emin olun. Yazıcınız ile Cura'ya bağlanamıyorsanız g-code dosyalarını yazıcınıza aktarmak için USB sürücüsü kullanabilirsiniz." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" @@ -2162,7 +2250,9 @@ msgstr "Yenile" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "Yazıcınız listede yoksa ağ yazdırma sorun giderme kılavuzunu okuyun" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2439,7 +2529,7 @@ msgstr "maks" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "Resmi Dönüştür" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2469,7 +2559,7 @@ msgstr "Genişlik (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "Yapı plakasındaki milimetre cinsinden genişlik" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2493,13 +2583,19 @@ msgstr "Daha açık olan daha yüksek" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." -msgstr "Litofanlar için, daha fazla ışığın girmesini engellemek amacıyla koyu renk pikseller daha kalın olan bölgelere denk gelmelidir. Yükseklik haritaları için daha açık renk pikseller daha yüksek araziyi ifade eder; bu nedenle daha açık renk piksellerin oluşturulan 3D modelde daha kalın bölgelere denk gelmesi gerekir." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." +msgstr "Litofanlar için, daha fazla ışığın girmesini engellemek amacıyla koyu renk pikseller daha kalın olan bölgelere denk gelmelidir. Yükseklik haritaları için" +" daha açık renk pikseller daha yüksek araziyi ifade eder; bu nedenle daha açık renk piksellerin oluşturulan 3D modelde daha kalın bölgelere denk gelmesi" +" gerekir." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "Renk Modeli" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2513,8 +2609,11 @@ msgstr "Yarı saydamlık" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." -msgstr "Litofanlar için yarı saydamlık sağlayacak basit bir logaritmik model bulunur. Yükseklik haritaları için piksel değerleri doğrusal yüksekliklere karşılık gelir." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." +msgstr "Litofanlar için yarı saydamlık sağlayacak basit bir logaritmik model bulunur. Yükseklik haritaları için piksel değerleri doğrusal yüksekliklere karşılık" +" gelir." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 msgctxt "@action:label" @@ -2523,8 +2622,12 @@ msgstr "1 mm Geçirgenlik (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." -msgstr "1 milimetre kalınlığında bir baskıya nüfuz eden ışığın yüzdesi. Bu değerin düşürülmesi karanlık bölgelerdeki kontrastı arttırır ve görüntünün açık bölgelerindeki kontrastı azaltır." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." +msgstr "1 milimetre kalınlığında bir baskıya nüfuz eden ışığın yüzdesi. Bu değerin düşürülmesi karanlık bölgelerdeki kontrastı arttırır ve görüntünün açık bölgelerindeki" +" kontrastı azaltır." #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 msgctxt "@action:label" @@ -2746,7 +2849,9 @@ msgstr "Yedeklemeyi Geri Yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "Yedeklemeniz geri yüklenmeden öne Cura’yı yeniden başlatmalısınız. Cura’yı şimdi kapatmak istiyor musunuz?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2769,12 +2874,16 @@ msgstr "Yedeklemelerim" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "Şu anda yedeklemeniz yok. Oluşturmak için “Şimdi Yedekle” düğmesini kullanın." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "Önizleme aşamasında en fazla 5 yedekleme görüntüleyebilirsiniz. Önceki yedeklemeleri görmek için mevcut yedeklemelerden birini kaldırın." #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2789,7 +2898,9 @@ msgstr "Anonim veri toplama hakkında daha fazla bilgi" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Aşağıda, paylaşılan tüm verilerin bir örneği verilmiştir:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2851,13 +2962,21 @@ msgstr "Yapı Levhası Dengeleme" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." -msgstr "Baskılarınızın düzgün çıktığından emin olmak için yapı levhanızı ayarlayabilirsiniz. “Sonraki Konuma Taşı” seçeneğine tıkladığınızda, nozül ayarlanabilen farklı konumlara taşınacak." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "Baskılarınızın düzgün çıktığından emin olmak için yapı levhanızı ayarlayabilirsiniz. “Sonraki Konuma Taşı” seçeneğine tıkladığınızda, nozül ayarlanabilen" +" farklı konumlara taşınacak." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." -msgstr "Her konum için nozülün altına bir kağıt yerleştirin ve yazdırma yapı levhasının yüksekliğini ayarlayın. Kağıt nozülün ucundan yavaşça geçerse yazdırma yapı levhasının yüksekliği doğrudur." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." +msgstr "Her konum için nozülün altına bir kağıt yerleştirin ve yazdırma yapı levhasının yüksekliğini ayarlayın. Kağıt nozülün ucundan yavaşça geçerse yazdırma" +" yapı levhasının yüksekliği doğrudur." #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 msgctxt "@action:button" @@ -2872,42 +2991,42 @@ msgstr "Sonraki Konuma Taşı" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Ultimaker Tarafından Doğrulanmış Eklenti" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Ultimaker Sertifikalı Malzeme" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Ultimaker Tarafından Doğrulanmış Paket" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "Yükleniyor..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "Eklentiler" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "Malzemeler" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "Tarayıcıda ara" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "Paketi kullanmak için Cura'yı yeniden başlatmanız gerekecek" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2917,164 +3036,166 @@ msgstr "%1 uygulamasından çık" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "Oluşturan" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "Etkinleştir" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "Devre dışı bırak" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "Eski sürüm yükleniyor..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "Eski Sürümü Yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "Yükleniyor..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "Yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "Kaldır" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "Güncelleniyor..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "Güncelle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "Eklentileri Yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "Muhteşem kullanıcı topluluğumuzun katkıda bulunduğu eklentilerle iş akışınızı kolaylaştırın ve Ultimaker Cura deneyiminizi kendinize uygun hale getirin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "Paketleri yönet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "Tanım" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "Uyumlu yazıcılar" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "Uyumluluk bilgisi yok" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "Uyumlu destek malzemeleri" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "Hiçbiri" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "Material Station ile uyumlu" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "Evet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "Hayır" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "Air Manager için en uygun" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "Eklenti web sitesini ziyaret edin" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "Web sitesi" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "Makara satın al" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "Güvenlik veri sayfası" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "Teknik veri sayfası" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "Paket ayrıntıları" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "Geri" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "Eklenti Lisans Anlaşması" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "Eklenti lisansını okuyun ve kabul edin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "Kabul et" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3084,52 +3205,57 @@ msgstr "Reddet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "Paketler yüklenemedi:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "Yeniden denensin mi?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "Yükleniyor" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "Yüklenecek başka sonuç yok" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "Mevcut filtreyle başka sonuç bulunmadı" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "Daha fazla yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "Paketleri yönet" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "Ultimaker Cura eklentilerinizi ve malzeme profillerini burada yönetin. Eklentilerinizi güncel tuttuğunuzdan ve ayarınızı düzenli olarak yedeklediğinizden" +" emin olun." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "Malzeme Yükle" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "Ultimaker 3D yazıcılarınız için optimize edilmiş malzeme profillerini seçin ve yükleyin." #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3377,7 +3503,9 @@ msgstr "Yeni proje" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "Yeni bir proje başlatmak istediğinizden emin misiniz? Bu işlem yapı levhasını ve kaydedilmemiş tüm ayarları silecektir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3392,7 +3520,9 @@ msgstr "Yapı levhası" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "Isıtılmış yatağın hedef sıcaklığı. Yatak, bu sıcaklığa doğru ısıtılır veya soğutulur. Bu ayar 0 olarak belirlenirse yatak ısıtma kapatılır." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3419,8 +3549,12 @@ msgstr "Ön ısıtma" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." -msgstr "Yazdırma öncesinde yatağı ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda yatağın ısınmasını beklemeniz gerekmez." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." +msgstr "Yazdırma öncesinde yatağı ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda yatağın ısınmasını" +" beklemeniz gerekmez." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 msgctxt "@info:status" @@ -3459,7 +3593,9 @@ msgstr "G-code Gönder" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "Bağlı yazıcıya özel bir G-code komutu gönderin. Komutu göndermek için 'enter' tuşuna basın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3469,7 +3605,9 @@ msgstr "Ekstrüder" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "Sıcak ucun hedef sıcaklığı. Sıcak uç, bu sıcaklığa doğru ısıtılır veya soğutulur. Bu ayar 0 olarak belirlenirse sıcak uç ısıtma kapatılır." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 @@ -3484,8 +3622,12 @@ msgstr "Sıcak ucun ön ısıtma sıcaklığı." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." -msgstr "Yazdırma öncesinde sıcak ucu ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda sıcak ucun ısınmasını beklemeniz gerekmez." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." +msgstr "Yazdırma öncesinde sıcak ucu ısıt. Isıtma sırasında yazdırma işinizi ayarlamaya devam edebilirsiniz. Böylece yazdırmaya hazır olduğunuzda sıcak ucun ısınmasını" +" beklemeniz gerekmez." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 msgctxt "@tooltip" @@ -3509,7 +3651,9 @@ msgstr "Proje dosyası aç" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "Bu bir Cura proje dosyasıdır. Bir proje olarak açmak mı yoksa içindeki modelleri içe aktarmak mı istiyorsunuz?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3565,8 +3709,12 @@ msgstr "Dosya aç" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" -msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla proje dosyası bulduk. Tek seferde sadece bir proje dosyası açabilirsiniz. Sadece bu dosyalarda bulunan modelleri içe aktarmanızı öneririz. Devam etmek istiyor musunuz?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" +msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla proje dosyası bulduk. Tek seferde sadece bir proje dosyası açabilirsiniz. Sadece bu dosyalarda bulunan" +" modelleri içe aktarmanızı öneririz. Devam etmek istiyor musunuz?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 msgctxt "@action:button" @@ -3593,9 +3741,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura, topluluk iş birliği ile Ultimaker B.V. tarafından geliştirilmiştir.\n" -"Cura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:" +msgstr "Cura, topluluk iş birliği ile Ultimaker B.V. tarafından geliştirilmiştir.\nCura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3690,7 +3836,7 @@ msgstr "Poligon kırpma kitaplığı" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Clipper için Python bağlamaları" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3750,8 +3896,12 @@ msgstr "Değişiklikleri iptal et veya kaydet" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "Bazı profil ayarlarını özelleştirdiniz.\nProfiller arasında geçiş yapıldıktan sonra bu değişiklikleri tutmak ister misiniz?\nAlternatif olarak, '%1' üzerinden" +" varsayılanları yüklemek için değişiklikleri silebilirsiniz." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3921,12 +4071,15 @@ msgstr "Kullanılabilir yapılandırmalar yazıcıdan yükleniyor..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "Yazıcı bağlı olmadığından yapılandırmalar kullanılamıyor." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "%1 tanınmadığından bu yapılandırma kullanılamaz. Doğru malzeme profilini indirmek için lütfen %2 bölümünü ziyaret edin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3936,7 +4089,8 @@ msgstr "Mağaza" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "Bu ekstrüderin yapılandırılmasına izin verilmiyor ve dilimleme yapılamaz." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4045,10 +4199,8 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- Marketplace'den malzeme profilleri ve eklentiler ekleyin\n" -"- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin\n" -"- Ultimaker topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın" +msgstr "- Marketplace'den malzeme profilleri ve eklentiler ekleyin\n- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin\n- Ultimaker topluluğunda" +" fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4222,8 +4374,12 @@ msgstr "Dosya Aç" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." -msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla G-code dosyası bulduk. Tek seferde sadece bir G-code dosyası açabilirsiniz. Bir G-code dosyası açmak istiyorsanız, sadece birini seçiniz." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." +msgstr "Seçtiğiniz dosyalar arasında bir veya daha fazla G-code dosyası bulduk. Tek seferde sadece bir G-code dosyası açabilirsiniz. Bir G-code dosyası açmak istiyorsanız," +" sadece birini seçiniz." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 msgctxt "@title:window" @@ -4272,9 +4428,15 @@ msgid "Custom" msgstr "Özel" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "%2 ekstrüderindeki yapılandırmalar için %1 profili yok. Bunun yerine varsayılan amaç kullanılacak" msgstr[1] "%2 ekstrüderindeki yapılandırmalar için %1 profili yok. Bunun yerine varsayılan amaç kullanılacak" @@ -4285,7 +4447,8 @@ msgstr "Aşamalı dolgu" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "Kademeli dolgu, yukarıya doğru dolgu miktarını kademeli olarak yükselecektir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4295,7 +4458,9 @@ msgstr "Destek" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Modellerin askıda kalan kısımlarını destekleyen yapılar oluşturun. Bu yapılar olmadan, yazdırma sırasında söz konusu kısımlar düşebilir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4306,7 +4471,9 @@ msgstr "Profiller" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "Bazı profil ayarlarını değiştirdiniz. Bunları değişiklikleri kaydetmek istiyorsanız, özel moda gidin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4316,7 +4483,9 @@ msgstr "Yapıştırma" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "Bir kenar veya radye yazdırın. Bu nesnenizin etrafına veya altına daha sonra kesilmesi kolay olan düz bir alan sağlayacak." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4338,13 +4507,11 @@ msgstr "Profil" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"Bazı ayar/geçersiz kılma değerleri profilinizde saklanan değerlerden farklıdır.\n" -"\n" -"Profil yöneticisini açmak için tıklayın." +msgstr "Bazı ayar/geçersiz kılma değerleri profilinizde saklanan değerlerden farklıdır.\n\nProfil yöneticisini açmak için tıklayın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4364,29 +4531,34 @@ msgstr "Geçerli" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "Birim" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "Yeniden adlandır" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "Lütfen yeni bir ad girin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "Bu ayar etkin makine tarafından saklanmış ve görünür olmayacak." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "Bu ayar %1 değerle saklanmış. Ayarı görünür yapmak için ayar değerini değiştirin." +msgstr[1] "Bu ayar %1 değerle saklanmış. Ayarı görünür yapmak için bu ayarların değerini değiştirin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4397,7 +4569,7 @@ msgstr "Görünürlüğü Ayarlama" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "Varsayılanlar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4407,7 +4579,7 @@ msgstr "Tümünü denetle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "Yeni Ekle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4429,7 +4601,9 @@ msgstr "Çap Değişikliğini Onayla" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "Yeni filaman çapı %1 mm olarak ayarlandı ve bu değer, geçerli ekstrüder ile uyumlu değil. Devam etmek istiyor musunuz?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4455,7 +4629,7 @@ msgstr "Renk" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "Malzeme rengi seçici" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4529,7 +4703,9 @@ msgstr "Malzemeleri yazıcılarla senkronize et" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "Birkaç basit adımı izleyerek tüm malzeme profillerinizi yazıcılarınızla senkronize edebileceksiniz." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4549,7 +4725,9 @@ msgstr "Giriş yap" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "Malzeme profillerini Digital Factory'ye bağlı tüm yazıcılarınızla otomatik olarak senkronize etmek için Cura'da oturum açmanız gerekir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4587,7 +4765,8 @@ msgstr "Yazıcı eksik mi?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "Tüm yazıcılarınızın AÇIK ve Digitial Factory'ye bağlı olduğundan emin olun." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4624,7 +4803,10 @@ msgstr "Yazıcı bulunamadı" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "Digital Factory'ye bağlı uyumlu yazıcınız yok gibi görünüyor. Yazıcınızın bağlı olduğundan ve en son donanım yazılımını çalıştırdığından emin olun." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 @@ -4643,8 +4825,10 @@ msgid "Sync material profiles via USB" msgstr "Malzeme profillerini USB üzerinden senkronize edin" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "Yeni malzeme profillerini yazıcınıza yüklemek için aşağıdaki adımları izleyin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4659,13 +4843,15 @@ msgstr ".umm dosyasını bir USB çubuğa kaydedin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "USB çubuğunu yazıcınıza takın ve yeni malzeme profillerini yükleme işlemini başlatın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 msgctxt "@button" msgid "How to load new material profiles to my printer" -msgstr "Yazıcıma yeni malzeme profilleri nasıl yüklenir" +msgstr "How to load new material profiles to my printer" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 @@ -4686,13 +4872,13 @@ msgstr "Tüm Malzemeleri Dışa Aktar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "Etkin yazıcı ile uyumlu malzemeler:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "Yeni oluştur" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4703,7 +4889,7 @@ msgstr "İçe Aktar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "Yazıcılarla Senkronize Et" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4742,7 +4928,8 @@ msgstr "Malzeme %1 dosyasına başarıyla içe aktarıldı" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "Malzeme %1 dosyasına içe aktarılamadı: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4753,7 +4940,8 @@ msgstr "Malzemeyi Dışa Aktar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "Malzemenin %1 dosyasına dışa aktarımı başarısız oldu: %2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4764,31 +4952,33 @@ msgstr "Malzeme %1 dosyasına başarıyla dışa aktarıld #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "Etkin yazıcı ile uyumlu profiller:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "Mevcut ayarlardan/geçersiz kılmalardan yeni profil oluştur" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "Mevcut profilin bazı ayarlarının üzerine yazılmış." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "Profili güncelleyin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "Profili geçerli ayarlar/geçersiz kılmalar ile güncelle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "Bu profil yazıcının belirlediği varsayılan ayarları kullanır; dolayısıyla aşağıdaki listede bulunan ayarları/geçersiz kılmaları içermez." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4841,7 +5031,7 @@ msgstr "Arayüz" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- eksik --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4849,9 +5039,10 @@ msgid "Currency:" msgstr "Para Birimi:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "Tema*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4865,8 +5056,9 @@ msgstr "Otomatik olarak dilimle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*Bu değişikliklerin etkili olması için uygulamayı yeniden başlatmanız gerekecektir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4875,7 +5067,9 @@ msgstr "Görünüm şekli" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "Modelin desteklenmeyen alanlarını kırmızı ile gösterin. Destek alınmadan bu alanlar düzgün bir şekilde yazdırılmayacaktır." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4885,7 +5079,9 @@ msgstr "Dışarıda kalan alanı göster" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." msgstr "Modelin eksik veya ikincil yüzeylerini uyarı işaretleri kullanarak vurgulayın. Amaçlanan geometrinin eksik parçaları genellikle takım yolları olacaktır." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 @@ -4895,7 +5091,9 @@ msgstr "Model hatalarını görüntüle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "Bir model seçildiğinde bu model görüntünün ortasında kalacak şekilde kamera hareket eder" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4920,7 +5118,8 @@ msgstr "Yakınlaştırma farenin hareket yönüne uygun olsun mu?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "Fareye doğru yakınlaştırma yapılması ortografik perspektifte desteklenmez." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4930,7 +5129,8 @@ msgstr "Farenin hareket yönüne göre yakınlaştır" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "Platformun üzerindeki öğeler kesişmemeleri için hareket ettirilmeli mi?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -5003,7 +5203,9 @@ msgstr "Dosyaların açılması ve kaydedilmesi" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "Masaüstünden veya harici uygulamalardan açılan dosyalar aynı Cura örneğinde mi açılacak?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -5013,7 +5215,9 @@ msgstr "Tek bir Cura örneği kullan" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "Cura'nın tek örneğinde yeni bir model yüklenmeden önce yapı plakası temizlensin mi?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5033,7 +5237,9 @@ msgstr "Büyük modelleri ölçeklendirin" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "Bir modelin birimi milimetre değil de metre ise oldukça küçük görünebilir. Bu modeller ölçeklendirilmeli mi?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5053,7 +5259,9 @@ msgstr "Yüklendiğinde modelleri seç" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "Yazıcı adına bağlı bir ön ek otomatik olarak yazdırma işinin adına eklenmeli mi?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5098,12 +5306,18 @@ msgstr "Her zaman modelleri içe aktar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." -msgstr "Bir profil üzerinde değişiklik yapıp farklı bir profile geçtiğinizde, değişikliklerin kaydedilmesini isteyip istemediğinizi soran bir iletişim kutusu açılır. Alternatif olarak bu işleve yönelik varsayılan bir davranış seçebilir ve bu iletişim kutusunun bir daha görüntülenmemesini tercih edebilirsiniz." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." +msgstr "Bir profil üzerinde değişiklik yapıp farklı bir profile geçtiğinizde, değişikliklerin kaydedilmesini isteyip istemediğinizi soran bir iletişim kutusu açılır." +" Alternatif olarak bu işleve yönelik varsayılan bir davranış seçebilir ve bu iletişim kutusunun bir daha görüntülenmemesini tercih edebilirsiniz." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "Farklı bir profile geçerken değişen ayar değerleriyle ilgili varsayılan davranış: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5123,7 +5337,10 @@ msgstr "Gizlilik" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." msgstr "Yazdırmanızdaki anonim veriler Ultimaker’a gönderilmeli mi? Unutmayın; hiçbir model, IP adresi veya diğer kişiye özgü bilgiler gönderilmez veya saklanmaz." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 @@ -5168,7 +5385,9 @@ msgstr "İstikrarlı ve Beta sürümler" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "Cura her başlatıldığında yeni eklentiler için otomatik kontrol yapılsın mı? Bu seçeneği devre dışı bırakmanız kesinlikle önerilmez!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5209,7 +5428,9 @@ msgstr "Bu adresteki yazıcı henüz yanıt vermedi." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "Bu yazıcı bilinmeyen bir yazıcı olduğu veya bir grubun ana makinesi olmadığı için eklenemiyor." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5306,10 +5527,10 @@ msgstr "Ultimaker Cura'ya hoş geldiniz" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"Ultimaker Cura'yı kurmak\n" -" için lütfen aşağıdaki adımları izleyin. Bu sadece birkaç saniye sürecektir." +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "Ultimaker Cura'yı kurmak\n için lütfen aşağıdaki adımları izleyin. Bu sadece birkaç saniye sürecektir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5388,7 +5609,9 @@ msgstr "Ultimaker Cura'yı geliştirmemiz yardım edin" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Bu veriler aşağıdakileri içerir:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5413,7 +5636,8 @@ msgstr "Yazdırma ayarları" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Ultimaker Cura tarafından toplanan veriler herhangi bir kişisel bilgi içermeyecektir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5465,22 +5689,30 @@ msgstr "Önayarlı yazıcılar" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "Bulut yazıcısı çevrimdışı. Yazıcının açık ve internete bağlı olup olmadığını kontrol edin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "Yazıcı hesabınızla bağlanmamış. Bağlantı kurmak için lütfen Ultimaker Digital Factory bölümünü ziyaret edin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "Bulut bağlantısı şu anda kullanılamıyor. Bulut yazıcısına bağlanmak için lütfen oturum açın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "Bulut bağlantısı şu anda kullanılamıyor. Lütfen internet bağlantınızı kontrol edin." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5496,7 +5728,7 @@ msgstr "Yazıcıları yönet" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "Ara" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5556,13 +5788,11 @@ msgstr "Yazdırmayı iptal etmek istediğinizden emin misiniz?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"Gizlenen bazı ayarlar normal hesaplanan değerden farklı değerler kullanır.\n" -"\n" -"Bu ayarları görmek için tıklayın." +msgstr "Gizlenen bazı ayarlar normal hesaplanan değerden farklı değerler kullanır.\n\nBu ayarları görmek için tıklayın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5602,7 +5832,9 @@ msgstr "Görünürlük ayarını yapılandır..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "Etkilediği tüm ayarlar geçersiz kılındığı için bu ayar kullanılmamaktadır." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5617,7 +5849,9 @@ msgstr ".........den etkilenir" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "Bu ayar her zaman, tüm ekstrüderler arasında paylaşılır. Buradan değiştirildiğinde tüm ekstrüderler için değer değiştirir." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5631,26 +5865,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"Bu ayarın değeri profilden farklıdır.\n" -"\n" -"Profil değerini yenilemek için tıklayın." +msgstr "Bu ayarın değeri profilden farklıdır.\n\nProfil değerini yenilemek için tıklayın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"Bu ayar normal olarak yapılır ama şu anda mutlak değer ayarı var.\n" -"\n" -"Hesaplanan değeri yenilemek için tıklayın." +msgstr "Bu ayar normal olarak yapılır ama şu anda mutlak değer ayarı var.\n\nHesaplanan değeri yenilemek için tıklayın." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "Altıgen" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5675,7 +5904,7 @@ msgstr "Kalan tahmini süre" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "Çevrimiçi Sorun Giderme Kılavuzunu Göster" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5753,9 +5982,11 @@ msgid "Manage Materials..." msgstr "Malzemeleri Yönet..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "Mağazadan daha fazla malzeme ekle" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -6009,7 +6240,9 @@ msgstr "UFP Okuyucu" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "Digital Library'ye bağlanarak Cura'nın Digital Library'deki dosyaları açmasına ve kaydetmesine olanak tanır." #: DigitalLibrary/plugin.json @@ -6049,7 +6282,9 @@ msgstr "Ultimaker Ağ Bağlantısı" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "Olası yazdırma sorunlarına karşı modelleri ve yazdırma yapılandırmasını kontrol eder ve öneriler verir." #: ModelChecker/plugin.json @@ -6060,7 +6295,7 @@ msgstr "Model Kontrol Edici" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "Dilimlenen katman verilerinin önizlemesini sağlar." #: SimulationView/plugin.json msgctxt "name" @@ -6200,12 +6435,12 @@ msgstr "Sürüm 4.1'den 4.2'ye Yükseltme" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "Yapılandırmaları Cura 4.13'ten Cura 5.0'a yükseltir." #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "4.13'ten 5.0'a Sürüm Yükseltme" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6459,7 +6694,8 @@ msgstr "Son İşleme" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "Belirli yerlerde desteğin yazdırılmasını engellemek için bir silici yüzey oluşturur" #: SupportEraser/plugin.json @@ -6489,7 +6725,9 @@ msgstr "Röntgen Görüntüsü" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "Ultimaker makineleri için makine eylemleri sunar (yatak dengeleme sihirbazı, yükseltme seçme vb.)" #: UltimakerMachineActions/plugin.json @@ -6499,13 +6737,15 @@ msgstr "Ultimaker makine eylemleri" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "Uygulamanın uzantılarını yönetir ve Ultimaker web sitesinden uzantıların incelenmesini sağlar." #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "Mağaza" #: SolidView/plugin.json msgctxt "description" @@ -6529,7 +6769,9 @@ msgstr "G-code Okuyucu" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "Makine ayarlarının değiştirilmesini sağlar (yapı hacmi, nozül boyutu vb.)" #: MachineSettingsAction/plugin.json @@ -6539,7 +6781,8 @@ msgstr "Makine Ayarları eylemi" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "G-Code’ları kabul eder ve bir yazıcıya gönderir. Eklenti aynı zamanda üretici sürümünü güncelleyebilir." #: USBPrinting/plugin.json diff --git a/resources/i18n/tr_TR/fdmextruder.def.json.po b/resources/i18n/tr_TR/fdmextruder.def.json.po index 7993fed613..8ee562d88e 100644 --- a/resources/i18n/tr_TR/fdmextruder.def.json.po +++ b/resources/i18n/tr_TR/fdmextruder.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:03+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: Turkish\n" -"Language: tr_TR\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -53,7 +51,9 @@ msgstr "Nozül Çapı" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Nozül iç çapı. Standart olmayan nozül boyutu kullanırken bu ayarı değiştirin." #: fdmextruder.def.json @@ -93,7 +93,9 @@ msgstr "Ekstruderin Mutlak Başlangıç Konumu" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "Ekstruder başlama konumunu, yazıcı başlığının son konumuna göre ayarlamak yerine mutlak olarak ayarlayın." #: fdmextruder.def.json @@ -133,7 +135,9 @@ msgstr "Ekstruderin Mutlak Bitiş Konumu" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "Ekstruder bitiş konumunu, yazıcı başlığının son konumuna göre ayarlamak yerine mutlak olarak ayarlayın." #: fdmextruder.def.json @@ -163,7 +167,9 @@ msgstr "Ekstruder İlk Z konumu" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Nozül yazdırma işlemini başlatmaya hazırlandığında konumun Z koordinatı." #: fdmextruder.def.json @@ -173,7 +179,10 @@ msgstr "Ekstrüder Yazıcı Soğutma Fanı" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." msgstr "Bu ekstrüdere bağlı yazıcı soğutma fanı sayısı. Yalnızca her bir ekstrüder için farklı yazıcı soğutma fanınız varsa bunu 0 varsayılan değeri olarak değiştirin." #: fdmextruder.def.json @@ -193,7 +202,9 @@ msgstr "Extruder İlk X konumu" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Nozül yazdırma işlemini başlatmaya hazırlandığında konumun X koordinatı." #: fdmextruder.def.json @@ -203,7 +214,9 @@ msgstr "Extruder İlk Y konumu" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Nozül yazdırma işlemini başlatmaya hazırlandığında konumun Y koordinatı." #: fdmextruder.def.json @@ -223,7 +236,9 @@ msgstr "Çap" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Kullanılan filamanın çapını ayarlar. Bu değeri kullanılan filaman çapı ile eşitleyin." #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index db4073f7ac..8fbe8a41eb 100644 --- a/resources/i18n/tr_TR/fdmprinter.def.json.po +++ b/resources/i18n/tr_TR/fdmprinter.def.json.po @@ -1,20 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2022-01-10 12:00+0100\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Turkish , Turkish \n" -"Language: tr_TR\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.3\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -43,7 +41,9 @@ msgstr "Makine Varyantlarını Göster" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "Ayrı json dosyalarında belirtilen bu makinenin farklı varyantlarının gösterilip gösterilmemesi." #: fdmprinter.def.json @@ -56,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"ile ayrılan, başlangıçta yürütülecek G-code komutları\n" -"." +msgstr "ile ayrılan, başlangıçta yürütülecek G-code komutları\n." #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -70,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"Ile ayrılan, bitişte yürütülecek G-code komutları\n" -"." +msgstr "En son çalıştırılacak G-code komutları (\n ile ayrılır)." #: fdmprinter.def.json msgctxt "material_guid label" @@ -91,7 +87,9 @@ msgstr "Çap" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "Kullanılan filamanın çapını ayarlar. Bu değeri kullanılan filaman çapı ile eşitleyin." #: fdmprinter.def.json @@ -101,7 +99,9 @@ msgstr "Yapı Levhasının Isınmasını Bekle" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "Yapı levhası sıcaklığı başlangıca ulaşana kadar bekleme komutu ekleyip eklememe." #: fdmprinter.def.json @@ -121,8 +121,12 @@ msgstr "Malzeme Sıcaklıklarını Ekle" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." -msgstr "Gcode başlangıcında nozül sıcaklık komutlarını ekleyip eklememe. start_gcode zaten nozül sıcaklığı içeriyorsa Cura ön ucu otomatik olarak bu ayarı devre dışı bırakır." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." +msgstr "Gcode başlangıcında nozül sıcaklık komutlarını ekleyip eklememe. start_gcode zaten nozül sıcaklığı içeriyorsa Cura ön ucu otomatik olarak bu ayarı devre" +" dışı bırakır." #: fdmprinter.def.json msgctxt "material_bed_temp_prepend label" @@ -131,8 +135,12 @@ msgstr "Yapı Levhası Sıcaklığını Ekle" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." -msgstr "Gcode başlangıcında yapı levhası sıcaklık komutlarını ekleyip eklememe. start_gcode zaten yapı levhası sıcaklığı içeriyorsa Cura ön ucu otomatik olarak bu ayarı devre dışı bırakır." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." +msgstr "Gcode başlangıcında yapı levhası sıcaklık komutlarını ekleyip eklememe. start_gcode zaten yapı levhası sıcaklığı içeriyorsa Cura ön ucu otomatik olarak" +" bu ayarı devre dışı bırakır." #: fdmprinter.def.json msgctxt "machine_width label" @@ -171,7 +179,8 @@ msgstr "Yapı Levhası Şekli" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "Yazdırılamayan alanların haricinde yapı levhasının şekli." #: fdmprinter.def.json @@ -231,8 +240,12 @@ msgstr "Her Zaman Aktif Aracı Yaz" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." -msgstr "Aktif olmayan araca geçici komut gönderildikten sonra aktif aracı yazın. Smoothie veya modal araç komutlarına sahip diğer donanım yazılımları ile Çift Ekstrüderli baskı için gereklidir." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." +msgstr "Aktif olmayan araca geçici komut gönderildikten sonra aktif aracı yazın. Smoothie veya modal araç komutlarına sahip diğer donanım yazılımları ile Çift" +" Ekstrüderli baskı için gereklidir." #: fdmprinter.def.json msgctxt "machine_center_is_zero label" @@ -241,7 +254,9 @@ msgstr "Merkez Nokta" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "Yazıcı sıfır noktasının X/Y koordinatlarının yazdırılabilir alanın merkezinde olup olmadığı." #: fdmprinter.def.json @@ -251,7 +266,9 @@ msgstr "Ekstrüder Sayısı" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "Ekstruder dişli çarklarının sayısı. Ekstruder dişli çarkı besleyici, bowden tüpü ve nozülden oluşur." #: fdmprinter.def.json @@ -261,7 +278,8 @@ msgstr "Etkinleştirilmiş Ekstruder Sayısı" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "Etkinleştirilmiş ekstruder dişli çarklarının sayısı; yazılımda otomatik olarak ayarlanır" #: fdmprinter.def.json @@ -281,7 +299,9 @@ msgstr "Nozül Uzunluğu" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "Nozül ucu ve yazıcı başlığının en alt parçası arasındaki yükseklik farkı." #: fdmprinter.def.json @@ -291,7 +311,9 @@ msgstr "Nozül Açısı" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "Yatay düzlem ve nozül ucunun sağ üzerinde bulunan konik parça arasındaki açı." #: fdmprinter.def.json @@ -301,7 +323,9 @@ msgstr "Isı Bölgesi Uzunluğu" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "Nozülden gelen ısının filamana aktarıldığı nozül ucuna olan mesafe." #: fdmprinter.def.json @@ -311,7 +335,9 @@ msgstr "Nozül Sıcaklığı Kontrolünü Etkinleştir" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "Cura üzerinden sıcaklığın kontrol edilip edilmeme ayarı. Nozül sıcaklığını Cura dışından kontrol etmek için bu ayarı kapalı konuma getirin." #: fdmprinter.def.json @@ -321,7 +347,9 @@ msgstr "Isınma Hızı" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "Ortalama nozül ısınmasının normal yazdırma sıcaklıkları ve bekleme sıcaklığı penceresinin üzerinde olduğu hız (°C/sn)." #: fdmprinter.def.json @@ -331,7 +359,9 @@ msgstr "Soğuma hızı" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "Ortalama nozül soğumasının normal yazdırma sıcaklıkları ve bekleme sıcaklığı penceresinin üzerinde olduğu hız (°C/sn)." #: fdmprinter.def.json @@ -341,8 +371,12 @@ msgstr "Minimum Sürede Bekleme Sıcaklığı" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." -msgstr "Nozül soğumadan önce ekstruderin etkin olmaması gerektiği minimum süre. Ekstruder sadece bu süreden daha uzun bir süre kullanılmadığında bekleme sıcaklığına inebilecektir." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." +msgstr "Nozül soğumadan önce ekstruderin etkin olmaması gerektiği minimum süre. Ekstruder sadece bu süreden daha uzun bir süre kullanılmadığında bekleme sıcaklığına" +" inebilecektir." #: fdmprinter.def.json msgctxt "machine_gcode_flavor label" @@ -406,7 +440,9 @@ msgstr "Üretici Yazılımı Geri Çekme" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "Malzemeyi geri çekmek için G1 komutlarında E özelliği yerine aygıt yazılımı çekme komutlarının (G10/G11) kullanılıp kullanılmayacağı." #: fdmprinter.def.json @@ -416,7 +452,9 @@ msgstr "Ekstrüderler Isıtıcıyı Paylaşır" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "Ekstrüderlerin tek bir ısıtıcıyı mı paylaşacağı yoksa her bir ekstrüderin kendi ısıtıcısı mı olacağı." #: fdmprinter.def.json @@ -426,8 +464,17 @@ msgstr "Ekstrüder Nozül Paylaşımı" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." -msgstr "Ekstrüderlerin tek bir nozülü mü paylaşacağı yoksa her bir ekstrüderin kendi nozülü mü olacağıdır. True olarak ayarlandığında printer-start gcode betiğinin tüm ekstrüderleri bilinen ve karşılıklı olarak uyumlu olan bir ilk geri çekme durumunda (sıfır veya geri çekilmemiş bir filament) düzgün bir şekilde ayarlaması beklenir. Bu durumda ilk geri çekme, ekstrüder başına \"machine_extruders_shared_nozzle_initial_retraction\" parametresi ile açıklanır." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." +msgstr "Ekstrüderlerin tek bir nozülü mü paylaşacağı yoksa her bir ekstrüderin kendi nozülü mü olacağıdır. True olarak ayarlandığında printer-start gcode betiğinin" +" tüm ekstrüderleri bilinen ve karşılıklı olarak uyumlu olan bir ilk geri çekme durumunda (sıfır veya geri çekilmemiş bir filament) düzgün bir şekilde ayarlaması" +" beklenir. Bu durumda ilk geri çekme, ekstrüder başına \"machine_extruders_shared_nozzle_initial_retraction\" parametresi ile açıklanır." #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction label" @@ -436,8 +483,13 @@ msgstr "Paylaşılan Nozül İlk Geri Çekme" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." -msgstr "Printer-start gcode betiğinin tamamlanmasında her bir ekstrüder filamentinin paylaşılan nozül ucundan ne kadar geri çekildiğinin varsayıldığıdır. Değer, nozül kanallarının ortak parçasının uzunluğuna eşit veya daha büyük olmalıdır." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." +msgstr "Printer-start gcode betiğinin tamamlanmasında her bir ekstrüder filamentinin paylaşılan nozül ucundan ne kadar geri çekildiğinin varsayıldığıdır. Değer," +" nozül kanallarının ortak parçasının uzunluğuna eşit veya daha büyük olmalıdır." #: fdmprinter.def.json msgctxt "machine_disallowed_areas label" @@ -466,8 +518,12 @@ msgstr "Makinenin Başlığı ve Fan Poligonu" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "Baskı kafasının şekli. Bunlar baskı kafasının konumuna göre koordinatlardır ve genellikle ilk ekstrüderin konumunu gösterir. Baskı kafasının sol ve önündeki" +" boyutlar negatif koordinatlar olmalıdır." #: fdmprinter.def.json msgctxt "gantry_height label" @@ -476,7 +532,9 @@ msgstr "Portal Yüksekliği" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "Nozül ucu ve portal sistemi (X ve Y aksları) arasındaki yükseklik farkı." #: fdmprinter.def.json @@ -496,7 +554,9 @@ msgstr "Nozül Çapı" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "Nozül iç çapı. Standart olmayan nozül boyutu kullanırken bu ayarı değiştirin." #: fdmprinter.def.json @@ -506,7 +566,8 @@ msgstr "Ekstruder Ofseti" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "Ekstrüder ofsetini koordinat sistemine uygulayın. Tüm ekstrüderleri etkiler." #: fdmprinter.def.json @@ -516,7 +577,9 @@ msgstr "Ekstruder İlk Z konumu" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Nozül yazdırma işlemini başlatmaya hazırlandığında konumun Z koordinatı." #: fdmprinter.def.json @@ -526,7 +589,9 @@ msgstr "Mutlak Ekstruder İlk Konumu" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "Ekstruder ilk konumunu, yazıcı başlığının son konumuna göre ayarlamak yerine mutlak olarak ayarlayın." #: fdmprinter.def.json @@ -656,7 +721,9 @@ msgstr "Milimetre Başına Adım (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "Kademeli motorun kaç adımının, X yönünde bir milimetre hareketle sonuçlanacağı." #: fdmprinter.def.json @@ -666,7 +733,9 @@ msgstr "Milimetre Başına Adım (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "Kademeli motorun kaç adımının, Y yönünde bir milimetre hareketle sonuçlanacağı." #: fdmprinter.def.json @@ -676,7 +745,9 @@ msgstr "Milimetre Başına Adım (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "Kademeli motorun kaç adımının, Z yönünde bir milimetre hareketle sonuçlanacağı." #: fdmprinter.def.json @@ -686,7 +757,9 @@ msgstr "Milimetre Başına Adım (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "Kademeli motorların kaç adımının besleme ünitesi tekerleğini çevresi etrafında bir milimetre hareket ettirmekle sonuçlanacağı." #: fdmprinter.def.json @@ -696,7 +769,9 @@ msgstr "X Kapaması Pozitif Yönde" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "X ekseninin kapamasının pozitif yönde mi (yüksek X koordinatı) yoksa negatif yönde mi (düşük X koordinatı) olduğu." #: fdmprinter.def.json @@ -706,7 +781,9 @@ msgstr "Y Kapaması Pozitif Yönde" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "Y ekseninin kapamasının pozitif yönde mi (yüksek Y koordinatı) yoksa negatif yönde mi (düşük Y koordinatı) olduğu." #: fdmprinter.def.json @@ -716,7 +793,9 @@ msgstr "Z Kapaması Pozitif Yönde" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "Z ekseninin kapamasının pozitif yönde mi (yüksek Z koordinatı) yoksa negatif yönde mi (düşük Z koordinatı) olduğu." #: fdmprinter.def.json @@ -742,12 +821,12 @@ msgstr "Besleyiciye malzeme veren çarkın çapı." #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "Fan Hızını 0 - 1 Arasında Ölçeklendir" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "Fan hızını 0 - 256 arasında değil 0 - 1 arasında ölçeklendirin." #: fdmprinter.def.json msgctxt "resolution label" @@ -756,7 +835,9 @@ msgstr "Kalite" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "Yazdırma çözünürlüğünü etkileyen tüm ayarlar. Bu ayarların (ve yazdırma süresinin) kalite üzerinde büyük bir etkisi vardır" #: fdmprinter.def.json @@ -766,8 +847,11 @@ msgstr "Katman Yüksekliği" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." -msgstr "Her katmanın milimetre cinsinden yüksekliği. Daha yüksek değerler düşük çözünürlükte hızlı baskılar üretir; daha düşük değerler ise yüksek çözünürlükte daha yavaş baskılar üretir." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." +msgstr "Her katmanın milimetre cinsinden yüksekliği. Daha yüksek değerler düşük çözünürlükte hızlı baskılar üretir; daha düşük değerler ise yüksek çözünürlükte" +" daha yavaş baskılar üretir." #: fdmprinter.def.json msgctxt "layer_height_0 label" @@ -776,7 +860,9 @@ msgstr "İlk Katman Yüksekliği" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "İlk katmanın milimetre cinsinden yüksekliği. Kalın ilk katmanlar yapı levhasına yapışmayı kolaylaştırır." #: fdmprinter.def.json @@ -786,8 +872,12 @@ msgstr "Hat Genişliği" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." -msgstr "Tek bir hattın genişliği Genellikle her hattın genişliği nozül genişliğine eşit olmalıdır. Ancak, bu değeri biraz azaltmak daha iyi baskılar üretilmesini sağlayabilir." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." +msgstr "Tek bir hattın genişliği Genellikle her hattın genişliği nozül genişliğine eşit olmalıdır. Ancak, bu değeri biraz azaltmak daha iyi baskılar üretilmesini" +" sağlayabilir." #: fdmprinter.def.json msgctxt "wall_line_width label" @@ -806,7 +896,9 @@ msgstr "Dış Duvar Hattı Genişliği" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "En dıştaki duvar hattının genişliği. Bu değeri azaltarak daha yüksek seviyede ayrıntılar yazdırılabilir." #: fdmprinter.def.json @@ -816,7 +908,8 @@ msgstr "İç Duvar(lar) Hattı Genişliği" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "En dış duvar haricindeki tüm duvar hatları için tek bir duvar hattı genişliği." #: fdmprinter.def.json @@ -906,7 +999,9 @@ msgstr "İlk Katman Hat Genişliği" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "İlk katman üzerinde bulunan hat genişliği çoğaltıcı. Çoğaltmayı artırmak yatak yapışmasını iyileştirebilir." #: fdmprinter.def.json @@ -926,7 +1021,9 @@ msgstr "Duvar Ekstruderi" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "Duvarları yazdırmak için kullanılan ekstruder dişli çarkı. Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -936,7 +1033,9 @@ msgstr "Dış Duvar Ekstruderi" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "Dış Duvarı yazdırmak için kullanılan ekstruder dişli çarkı. Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -946,7 +1045,9 @@ msgstr "İç Duvar Ekstrüderi" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "İç duvarları yazdırmak için kullanılan ekstruder dişli çarkı. Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -956,7 +1057,9 @@ msgstr "Duvar Kalınlığı" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "Yatay yönde duvar kalınlığı. Bu değer duvar hattı genişliğiyle bölündüğünde duvar sayısını belirler." #: fdmprinter.def.json @@ -966,58 +1069,85 @@ msgstr "Duvar Hattı Sayısı" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "Duvar sayısı. Bu değer, duvar kalınlığıyla hesaplandığında tam sayıya yuvarlanır." #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "Duvar Geçişi Uzunluğu" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "Farkı sayıda duvar arasından geçerken parça daha ince hale geldiğinden duvar hatlarını bölmek veya birleştirmek için belirli bir alan ayrılır." #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "Duvar Dağılım Sayısı" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "Varyasyonun yayılması gereken, merkezden itibaren sayılan duvar sayısı. Düşük değerler olması dış duvarların genişliğinin değişmeyeceğini gösterir." #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "Duvar Geçişi Eşik Açısı" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "Çift ve tek sayıdaki duvarlar arasında ne zaman geçiş oluşturulacağını gösterir. Bu ayardan daha geniş açıya sahip bir kama şekline geçiş eklenmez ve kalan" +" alanının doldurulması sırasında merkez noktada duvar baskısı yapılmaz. Bu ayarın düşürülmesi bu merkez duvarların sayısını ve uzunluğunu azaltır fakat" +" boşluklara ve aşırı ekstrüzyona neden olabilir." #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "Duvar Geçişi Filtresi Mesafesi" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "Farklı sayıda duvar arasında arka arkaya hızlıca ileri geri geçiş yapılacaksa duvarlar arasında geçiş yapmayın. Duvarlar bir arada bu mesafeden daha yakındaysa" +" geçişleri kaldırın." #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "Duvar Geçişi Filtresi Kenar Boşluğu" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "Bir fazla ve bir az duvar arasında ileri geri geçişi önleyin. Bu kenar boşluğu, [Minimum Duvar Hattı Genişliği - Kenar Boşluğu, 2 * Minimum Duvar Hattı" +" Genişliği+Kenar Boşluğu] olarak takip edilen hat genişliklerinin aralığını genişletir. Bu kenar boşluğunun artırılması geçişlerin sayısını azaltır, bu" +" da ekstrüzyon başlatma/durdurma sayısını ve hareket süresini azaltır. Bununla birlikte, geniş hat varyasyonları düşük veya aşırı ekstrüzyon sorunlarına" +" yol açabilir." #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1026,7 +1156,9 @@ msgstr "Dış Duvar Sürme Mesafesi" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "Z dikişini daha iyi gizlemek için dış duvardan sonra eklenen hareket mesafesi." #: fdmprinter.def.json @@ -1036,8 +1168,13 @@ msgstr "Dış Duvar İlavesi" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." -msgstr "Dış duvar yoluna uygulanan ilave. Dış duvar nozülden küçükse ve iç duvardan sonra yazdırılmışsa, nozüldeki deliği modelin dış kısmı yerine iç duvarlar ile üst üste bindirmek için bu ofseti kullanın." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." +msgstr "Dış duvar yoluna uygulanan ilave. Dış duvar nozülden küçükse ve iç duvardan sonra yazdırılmışsa, nozüldeki deliği modelin dış kısmı yerine iç duvarlar" +" ile üst üste bindirmek için bu ofseti kullanın." #: fdmprinter.def.json msgctxt "optimize_wall_printing_order label" @@ -1046,28 +1183,40 @@ msgstr "Duvar Yazdırma Sırasını Optimize Et" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." -msgstr "Geri çekmelerin sayısını ve kat edilen mesafeyi azaltmak için duvarların yazdırıldığı sırayı optimize edin. Çoğu parça, bunun etkinleştirilmesinden yararlanır, ancak bazılarının yararlanması için gerçekte daha uzun süre gerekebilir. Bu yüzden, yazdırma süresi tahminlerini optimizasyonlu ve optimizasyonsuz olarak karşılaştırın. Kenar, yapı levhası yapıştırması tipi olarak seçildiğinde ilk katman optimize edilmez." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." +msgstr "Geri çekmelerin sayısını ve kat edilen mesafeyi azaltmak için duvarların yazdırıldığı sırayı optimize edin. Çoğu parça, bunun etkinleştirilmesinden yararlanır," +" ancak bazılarının yararlanması için gerçekte daha uzun süre gerekebilir. Bu yüzden, yazdırma süresi tahminlerini optimizasyonlu ve optimizasyonsuz olarak" +" karşılaştırın. Kenar, yapı levhası yapıştırması tipi olarak seçildiğinde ilk katman optimize edilmez." #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "Duvar Sıralaması" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "Duvarların basılacağı sırayı belirler. Dış duvarların önce basılması, iç duvarlardaki hataların dışarıya taşmasını önleyerek boyutların doğru olmasını" +" sağlar. Bu duvarların daha sonra basılması ise çıkıntılar basılırken daha iyi yığınlanma sağlar." #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "İçten Dışa" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "Dıştan İçe" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1076,58 +1225,104 @@ msgstr "Alternatif Ek Duvar" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "Her katmanda ek duvar yazdırır. Bu şekilde dolgu ek duvarların arasında alır ve daha sağlam baskılar ortaya çıkar." #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "Minimum Duvar Hattı Genişliği" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "Nozül boyutunun bir veya iki katı kadar olan ince yapılarda modelin kalınlığına bağlı olarak hat genişliklerinin değiştirilmesi gerekir. Bu ayar, duvarlar" +" için izin verilen minimum hat genişliğini kontrol eder. Minimum hat genişlikleri, N duvarlarının geniş ve N+1 duvarlarının dar olduğu bazı geometrik kalınlıklarda" +" N duvardan N+1 duvara geçildiği için maksimum hat genişliklerini de belirler. Mümkün olan en geniş duvar hattı Minimum Duvar Hattı Genişliğinin iki katıdır." #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "Minimum Çift Duvar Hattı Genişliği" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "Normal çokgen duvarlar için minimum hat genişliğidir. Bu ayar, tek bir ince duvar hattının basılmasından iki duvar hattına hangi model kalınlığında geçileceğini" +" belirler. Daha yüksek Minimum Çift Duvar Hattı Genişliği değeri belirlenmesi daha yüksek maksimum tek duvar hattı genişliği oluşmasına yol açar. Maksimum" +" çift duvar hattı genişliği, Dış Duvar Hattı Genişliği + 0,5 * Minimum Tek Duvar Hattı Genişliği formülüyle hesaplanır." #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "Bölünmüş Orta Hat Eşiği" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "Normal hat genişliğinin bir faktörü olarak, üzerinde orta hattın (varsa) ikiye bölüneceği en küçük hat genişliğidir. Daha fazla sayıda ve daha ince hatlar" +" kullanmak için bu ayarı düşürün. Daha az sayıda ve daha kalın hatlar kullanmak için ise bu ayarı artırın. Bunun tüm şeklin duvarla doldurulması gerektiğinde" +" geçerli olduğunu unutmayın, bu nedenle buradaki orta hat baskıda duvar yerine dolgu veya diğer bir kaplama olsa bile şeklin iki dış kenarı arasındaki" +" nesnenin ortasını ifade eder." #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "Minimum Tek Duvar Hattı Genişliği" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "Orta hat boşluğunu dolduran çok hatlı duvarlar için minimum hat genişliğidir. Bu ayar, iki duvar hattı baskısının hangi model kalınlığında iki dış duvar" +" ve tek bir merkezi orta duvar baskısına geçirileceğini belirler. Daha yüksek Minimum Tek Duvar Hattı Genişliği değeri belirlenmesi daha yüksek maksimum" +" çift duvar hattı genişliği oluşturur. Maksimum tek duvar hattı genişliği, 2 * Minimum Çift Duvar Hattı Genişliği formülüyle hesaplanır," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "Orta Hat Eşiği Ekle" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "Normal hat genişliğinin bir faktörü olarak, üzerine bir orta hat (zaten yoksa) eklenecek olan en küçük hat genişliğidir. Daha fazla sayıda ve daha ince" +" hatlar kullanmak için bu ayarı düşürün. Daha az sayıda ve daha kalın hatlar kullanmak için ise bu ayarı artırın. Bunun tüm şeklin duvarla doldurulması" +" gerektiğinde geçerli olduğunu unutmayın, bu nedenle buradaki orta hat baskıda duvar yerine dolgu veya diğer bir kaplama olsa bile şeklin iki dış kenarı" +" arasındaki nesnenin ortasını ifade eder." #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1136,28 +1331,39 @@ msgstr "İnce Duvarları Yazdır" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "Yatay olarak nozül boyutundan daha ince olan model parçalarını yazdırır." #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "Minimum Yüz Hattı Boyutu" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "İnce yüz hatlarının minimum kalınlığıdır. Bu değerden daha ince olan model yüz hatları yazdırılmaz, Minimum Yüz Hattı Boyutundan daha kalın olan modeller" +" ise Minimum Duvar Hattı Genişliği değerine kadar genişletilir." #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "Minimum İnce Duvar Hattı Genişliği" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "Modelin ince yüz hatlarının yerini alacak duvarın genişliğidir (Minimum Yüz Hattı Boyutuna göre). Minimum Duvar Hattı Genişliği, yüz hattının kalınlığından" +" daha inceyse duvar da yüz hattının kendisi kadar kalınlaştırılacaktır." #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1166,7 +1372,10 @@ msgstr "Yatay Büyüme" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." msgstr "Her katmandaki poligonlara uygulanan ofset miktarı. Pozitif değerler büyük boşlukları telafi ederken negatif değerler küçük boşlukları telafi edebilir." #: fdmprinter.def.json @@ -1176,7 +1385,10 @@ msgstr "İlk Katmanın Yatay Genişlemesi" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." msgstr "İlk katmandaki tüm poligonlara uygulanan ofset miktarı. Negatif bir değer “fil ayağı” olarak bilinen ilk katman ezilmesini dengeleyebilir." #: fdmprinter.def.json @@ -1186,7 +1398,9 @@ msgstr "Delik Yatay Büyüme" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "Her bir katmandaki tüm deliklere uygulanan ofset miktarıdır. Pozitif değerler deliklerin boyutunu artırırken, negatif değerler deliklerin boyutunu düşürür." #: fdmprinter.def.json @@ -1196,8 +1410,15 @@ msgstr "Z Dikiş Hizalama" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." -msgstr "Bir katmandaki her yolun başlangıç noktası. Ardışık katmanlardaki yollar aynı noktadan başladığında, çıktıda dikey bir ek yeri görünebilir. Bunları kullanıcının belirlediği bir konumun yakınına hizalarken ek yerinin kaldırılması kolaylaşır. Gelişigüzel yerleştirildiğinde yolların başlangıcındaki düzensizlikler daha az fark edilecektir. En kısa yol kullanıldığında yazdırma hızlanacaktır." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." +msgstr "Bir katmandaki her yolun başlangıç noktası. Ardışık katmanlardaki yollar aynı noktadan başladığında, çıktıda dikey bir ek yeri görünebilir. Bunları kullanıcının" +" belirlediği bir konumun yakınına hizalarken ek yerinin kaldırılması kolaylaşır. Gelişigüzel yerleştirildiğinde yolların başlangıcındaki düzensizlikler" +" daha az fark edilecektir. En kısa yol kullanıldığında yazdırma hızlanacaktır." #: fdmprinter.def.json msgctxt "z_seam_type option back" @@ -1276,7 +1497,9 @@ msgstr "Z Dikişi X" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "Bir katmandaki her kısmın yazdırılmaya başlanacağı yere yakın konumun X koordinatı." #: fdmprinter.def.json @@ -1286,7 +1509,9 @@ msgstr "Z Dikişi Y" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "Bir katmandaki her kısmın yazdırılmaya başlanacağı yere yakın konumun Y koordinatı." #: fdmprinter.def.json @@ -1296,8 +1521,18 @@ msgstr "Dikiş Köşesi Tercihi" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." -msgstr "Modelin ana hatlarında yer alan köşelerin dikişin konumunu etkileyip etkilemediğini kontrol edin. Hiçbiri, köşelerin dikişin konumunu etkilemediği anlamına gelir. Dikişi Gizle, dikişin daha büyük olasılıkla bir iç köşe üzerinde oluşmasını sağlar. Dikişi Açığa Çıkar, dikişin daha büyük olasılıkla bir dış köşe üzerinde oluşmasını sağlar. Dikişi Gizle veya Açığa Çıkar, dikişin daha büyük olasılıkla bir iç veya dış köşe üzerinde oluşmasını sağlar. Akıllı Gizleme, hem iç hem de dış köşelere izin verir ancak uygun olduğu durumlarda iç köşeleri daha sık seçer." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." +msgstr "Modelin ana hatlarında yer alan köşelerin dikişin konumunu etkileyip etkilemediğini kontrol edin. Hiçbiri, köşelerin dikişin konumunu etkilemediği anlamına" +" gelir. Dikişi Gizle, dikişin daha büyük olasılıkla bir iç köşe üzerinde oluşmasını sağlar. Dikişi Açığa Çıkar, dikişin daha büyük olasılıkla bir dış köşe" +" üzerinde oluşmasını sağlar. Dikişi Gizle veya Açığa Çıkar, dikişin daha büyük olasılıkla bir iç veya dış köşe üzerinde oluşmasını sağlar. Akıllı Gizleme," +" hem iç hem de dış köşelere izin verir ancak uygun olduğu durumlarda iç köşeleri daha sık seçer." #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_none" @@ -1331,8 +1566,12 @@ msgstr "Z Dikişi Göreliliği" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." -msgstr "Etkin olduğunda, z dikişi koordinatları her parçanın merkezine göre hizalıdır. Devre dışı olduğunda, koordinatlar yapı levhası üzerinde mutlak bir pozisyonu belirtir." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." +msgstr "Etkin olduğunda, z dikişi koordinatları her parçanın merkezine göre hizalıdır. Devre dışı olduğunda, koordinatlar yapı levhası üzerinde mutlak bir pozisyonu" +" belirtir." #: fdmprinter.def.json msgctxt "top_bottom label" @@ -1351,7 +1590,9 @@ msgstr "Üst Yüzey Ekstruderi" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "En üstteki yüzeyi yazdırmak için kullanılan ekstruder dişli çarkı. Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -1361,7 +1602,9 @@ msgstr "Üst Yüzey Katmanları" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "En üstteki yüzey katmanlarının sayısı. Yüksek kalitede üst yüzeyler oluşturmak için genellikle tek bir üst yüzey katmanı yeterlidir." #: fdmprinter.def.json @@ -1371,7 +1614,9 @@ msgstr "Üst/Alt Ekstruderi" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "Üst ve alt yüzeyi yazdırmak için kullanılan ekstruder dişli çarkı. Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -1381,7 +1626,9 @@ msgstr "Üst/Alt Kalınlık" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "Yazdırmadaki üst/alt katmanların kalınlığı. Katman yüksekliğiyle ayrılan bu değer üst/alt katmanların sayısını belirtir." #: fdmprinter.def.json @@ -1391,7 +1638,9 @@ msgstr "Üst Kalınlık" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "Yazdırmadaki üst katmanların kalınlığı. Katman yüksekliğiyle ayrılan bu değer üst katmanların sayısını belirtir." #: fdmprinter.def.json @@ -1401,7 +1650,9 @@ msgstr "Üst Katmanlar" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "Üst katman sayısı. Bu değer, üst kalınlığıyla hesaplandığında tam sayıya yuvarlanır." #: fdmprinter.def.json @@ -1411,7 +1662,9 @@ msgstr "Alt Kalınlık" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "Yazdırmadaki alt katmanların kalınlığı. Katman yüksekliğiyle ayrılan bu değer alt katmanların sayısını belirtir." #: fdmprinter.def.json @@ -1421,7 +1674,9 @@ msgstr "Alt katmanlar" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "Alt katman sayısı. Bu değer, alt kalınlığıyla hesaplandığında tam sayıya yuvarlanır." #: fdmprinter.def.json @@ -1431,7 +1686,9 @@ msgstr "İlk Alt Katmanlar" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." msgstr "Yapı plakasından itibaren ilk alt katman sayısı Bu değer, alt kalınlığıyla hesaplandığında tam sayıya yuvarlanır." #: fdmprinter.def.json @@ -1491,8 +1748,13 @@ msgstr "Üst/Alt Poligonları Bağla" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." -msgstr "Üst/alt yüzey yollarını yan yana ise bağla. Eş merkezli şekil için bu ayarı etkinleştirmek, hareket süresini önemli ölçüde kısaltır ancak bağlantılar dolgunun üzerinde meydana gelebileceğinden bu özellik üst yüzeyin kalitesini düşürebilir." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." +msgstr "Üst/alt yüzey yollarını yan yana ise bağla. Eş merkezli şekil için bu ayarı etkinleştirmek, hareket süresini önemli ölçüde kısaltır ancak bağlantılar dolgunun" +" üzerinde meydana gelebileceğinden bu özellik üst yüzeyin kalitesini düşürebilir." #: fdmprinter.def.json msgctxt "skin_monotonic label" @@ -1501,8 +1763,12 @@ msgstr "Monotonik Üst/Alt Düzeni" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Her zaman bitişik hatlarla tek yönde çakışmaya neden olan bir düzenle üst/alt hat baskısı yapın. Bu baskı biraz daha uzun sürer, fakat düz yüzeylerin daha tutarlı görünmesini sağlar." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Her zaman bitişik hatlarla tek yönde çakışmaya neden olan bir düzenle üst/alt hat baskısı yapın. Bu baskı biraz daha uzun sürer, fakat düz yüzeylerin daha" +" tutarlı görünmesini sağlar." #: fdmprinter.def.json msgctxt "skin_angles label" @@ -1511,8 +1777,16 @@ msgstr "Üst/Alt Çizgi Yönleri" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Üst/alt katmanlar çizgi veya zikzak şekillerini kullandığında kullanılacak tam sayı çizgi yönü listesi. Listedeki öğeler, katmanlar ilerledikçe sıralı olarak kullanılır. Listenin sonuna ulaşıldığında baştan başlanır. Liste öğeleri virgülle ayrılır ve tüm liste köşeli parantez içine alınır. Varsayılan ayar boş listedir ve geleneksel varsayılan açılar (45 ve 135 derece) kullanılır." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." +msgstr "Üst/alt katmanlar çizgi veya zikzak şekillerini kullandığında kullanılacak tam sayı çizgi yönü listesi. Listedeki öğeler, katmanlar ilerledikçe sıralı" +" olarak kullanılır. Listenin sonuna ulaşıldığında baştan başlanır. Liste öğeleri virgülle ayrılır ve tüm liste köşeli parantez içine alınır. Varsayılan" +" ayar boş listedir ve geleneksel varsayılan açılar (45 ve 135 derece) kullanılır." #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic label" @@ -1521,8 +1795,15 @@ msgstr "Z Boşluklarında Dış Katman Oluşturma" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." -msgstr "Modelde yalnızca birkaç katmanda küçük dikey boşluklar varsa normal şartlarda dar alandaki bu katmanların etrafında dış bir katman olmalıdır. Dikey boşluğun çok küçük olduğu durumlarda dış katman oluşturulmaması için bu ayarı etkinleştirin. Böylece baskı ve dilimleme süresi kısalır ancak teknik olarak bakıldığında havayla temasa açık dolgular kalır." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." +msgstr "Modelde yalnızca birkaç katmanda küçük dikey boşluklar varsa normal şartlarda dar alandaki bu katmanların etrafında dış bir katman olmalıdır. Dikey boşluğun" +" çok küçük olduğu durumlarda dış katman oluşturulmaması için bu ayarı etkinleştirin. Böylece baskı ve dilimleme süresi kısalır ancak teknik olarak bakıldığında" +" havayla temasa açık dolgular kalır." #: fdmprinter.def.json msgctxt "skin_outline_count label" @@ -1531,7 +1812,10 @@ msgstr "Ek Dış Katman Duvar Sayısı" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." msgstr "Üst/alt şeklin en dıştaki parçasını eş merkezli hatlar ile değiştirir. Bir veya iki hat kullanmak, dolgu malzemesinde başlayan tavanları geliştirir." #: fdmprinter.def.json @@ -1541,8 +1825,13 @@ msgstr "Ütülemeyi Etkinleştir" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." -msgstr "Üst yüzey üzerinden bir kere daha geçilir, ancak bu defa çok küçük malzeme ekstrüde edilir. Bu işlem en üstte bulunan plastiği eriterek daha pürüzsüz bir yüzey oluşturur. Nozül haznesindeki baskı yüksek tutularak yüzeydeki kıvrımların malzemeyle dolması sağlanır." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." +msgstr "Üst yüzey üzerinden bir kere daha geçilir, ancak bu defa çok küçük malzeme ekstrüde edilir. Bu işlem en üstte bulunan plastiği eriterek daha pürüzsüz bir" +" yüzey oluşturur. Nozül haznesindeki baskı yüksek tutularak yüzeydeki kıvrımların malzemeyle dolması sağlanır." #: fdmprinter.def.json msgctxt "ironing_only_highest_layer label" @@ -1551,8 +1840,11 @@ msgstr "Sadece En Yüksek Katmanı Ütüle" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." -msgstr "Ütüleme işlemini bileşimin sadece en son katmanı üzerinde gerçekleştirin. Bu, alt katmanlarda pürüzsüz bir yüzey tesviyesine gerek olmadığı durumlarda zaman kazandırır." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." +msgstr "Ütüleme işlemini bileşimin sadece en son katmanı üzerinde gerçekleştirin. Bu, alt katmanlarda pürüzsüz bir yüzey tesviyesine gerek olmadığı durumlarda" +" zaman kazandırır." #: fdmprinter.def.json msgctxt "ironing_pattern label" @@ -1581,8 +1873,12 @@ msgstr "Monotonik Ütüleme Düzeni" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Her zaman bitişik hatlarla tek yönde çakışmaya neden olan bir düzenle hatları ütüleyerek baskı yapın. Bu baskı biraz daha uzun sürer, fakat düz yüzeylerin daha tutarlı görünmesini sağlar." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Her zaman bitişik hatlarla tek yönde çakışmaya neden olan bir düzenle hatları ütüleyerek baskı yapın. Bu baskı biraz daha uzun sürer, fakat düz yüzeylerin" +" daha tutarlı görünmesini sağlar." #: fdmprinter.def.json msgctxt "ironing_line_spacing label" @@ -1601,8 +1897,13 @@ msgstr "Ütüleme Akışı" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." -msgstr "Ütüleme sırasında normal yüzey hattına göre ekstrude edilecek malzeme miktarı. Nozülü dolu tutmak üst yüzeyde oluşan çatlakların bir kısmının doldurulmasını sağlar fakat nozülün fazla dolu olması aşırı ekstrüzyona ve yüzey yanlarında noktalar oluşmasına neden olur." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." +msgstr "Ütüleme sırasında normal yüzey hattına göre ekstrude edilecek malzeme miktarı. Nozülü dolu tutmak üst yüzeyde oluşan çatlakların bir kısmının doldurulmasını" +" sağlar fakat nozülün fazla dolu olması aşırı ekstrüzyona ve yüzey yanlarında noktalar oluşmasına neden olur." #: fdmprinter.def.json msgctxt "ironing_inset label" @@ -1611,7 +1912,9 @@ msgstr "Ütüleme İlave Mesafesi" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "Modelin kenarlarından bırakılması gereken mesafe. Ağın kenarlarına kadar ütülemek baskınızın kenarlarının pürüzlü olmasına neden olabilir." #: fdmprinter.def.json @@ -1651,8 +1954,17 @@ msgstr "Yüzey Çakışma Oranı" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Duvarlar ile yüzey ekseni (uçları) arasındaki çakışma miktarını yüzey hatlarının hat genişliği ile en içteki duvarın bir yüzdesi olarak ayarlayın. Az miktar çakışma duvarların yüzeye sıkıca bağlanmasını sağlar. Eşit yüzey ve duvar hattı genişliği söz konusu olduğunda, %50’nin üstündeki yüzdelerde bu noktada yüzey ekstrüderinin nozül konumu halihazırda duvarın ortasına ulaşmış olacağından yüzeyin duvarı geçmiş olabileceğini unutmayın." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." +msgstr "Duvarlar ile yüzey ekseni (uçları) arasındaki çakışma miktarını yüzey hatlarının hat genişliği ile en içteki duvarın bir yüzdesi olarak ayarlayın. Az miktar" +" çakışma duvarların yüzeye sıkıca bağlanmasını sağlar. Eşit yüzey ve duvar hattı genişliği söz konusu olduğunda, %50’nin üstündeki yüzdelerde bu noktada" +" yüzey ekstrüderinin nozül konumu halihazırda duvarın ortasına ulaşmış olacağından yüzeyin duvarı geçmiş olabileceğini unutmayın." #: fdmprinter.def.json msgctxt "skin_overlap_mm label" @@ -1661,8 +1973,16 @@ msgstr "Yüzey Çakışması" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." -msgstr "Duvarlar ile yüzey ekseni (uçları) arasındaki çakışma miktarını ayarlayın. Az miktar çakışma duvarların yüzeye sıkıca bağlanmasını sağlar. Eşit yüzey ve duvar hattı genişliği söz konusu olduğunda, duvar kalınlığının yarısından fazla değerlerde bu noktada yüzey ekstrüderinin nozül konumu halihazırda duvarın ortasına ulaşmış olacağından yüzeyin duvarı geçmiş olabileceğini unutmayın." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." +msgstr "Duvarlar ile yüzey ekseni (uçları) arasındaki çakışma miktarını ayarlayın. Az miktar çakışma duvarların yüzeye sıkıca bağlanmasını sağlar. Eşit yüzey ve" +" duvar hattı genişliği söz konusu olduğunda, duvar kalınlığının yarısından fazla değerlerde bu noktada yüzey ekstrüderinin nozül konumu halihazırda duvarın" +" ortasına ulaşmış olacağından yüzeyin duvarı geçmiş olabileceğini unutmayın." #: fdmprinter.def.json msgctxt "skin_preshrink label" @@ -1671,8 +1991,13 @@ msgstr "Yüzey Kaldırma Genişliği" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." -msgstr "Kaldırılacak olan yüzey alanlarının en büyük genişliğidir. Bu değerden daha küçük olan her yüzey alanı kaybolacaktır. Bu, modeldeki eğimli yüzeylerde alt/üst yüzeyin yazdırılması için harcanan süreyi ve malzemeyi sınırlamaya yardımcı olabilir." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." +msgstr "Kaldırılacak olan yüzey alanlarının en büyük genişliğidir. Bu değerden daha küçük olan her yüzey alanı kaybolacaktır. Bu, modeldeki eğimli yüzeylerde alt/üst" +" yüzeyin yazdırılması için harcanan süreyi ve malzemeyi sınırlamaya yardımcı olabilir." #: fdmprinter.def.json msgctxt "top_skin_preshrink label" @@ -1681,8 +2006,13 @@ msgstr "Üst Yüzey Kaldırma Genişliği" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." -msgstr "Kaldırılacak olan üst yüzey alanlarının en büyük genişliğidir. Bu değerden daha küçük olan her yüzey alanı kaybolacaktır. Bu, modeldeki eğimli yüzeylerde üst yüzeyin yazdırılması için harcanan süreyi ve malzemeyi sınırlamaya yardımcı olabilir." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." +msgstr "Kaldırılacak olan üst yüzey alanlarının en büyük genişliğidir. Bu değerden daha küçük olan her yüzey alanı kaybolacaktır. Bu, modeldeki eğimli yüzeylerde" +" üst yüzeyin yazdırılması için harcanan süreyi ve malzemeyi sınırlamaya yardımcı olabilir." #: fdmprinter.def.json msgctxt "bottom_skin_preshrink label" @@ -1691,8 +2021,13 @@ msgstr "Alt Yüzey Kaldırma Genişliği" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." -msgstr "Kaldırılacak olan alt yüzey alanlarının en büyük genişliğidir. Bu değerden daha küçük olan her yüzey alanı kaybolacaktır. Bu, modeldeki eğimli yüzeylerde alt yüzeyin yazdırılması için harcanan süreyi ve malzemeyi sınırlamaya yardımcı olabilir." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." +msgstr "Kaldırılacak olan alt yüzey alanlarının en büyük genişliğidir. Bu değerden daha küçük olan her yüzey alanı kaybolacaktır. Bu, modeldeki eğimli yüzeylerde" +" alt yüzeyin yazdırılması için harcanan süreyi ve malzemeyi sınırlamaya yardımcı olabilir." #: fdmprinter.def.json msgctxt "expand_skins_expand_distance label" @@ -1701,8 +2036,12 @@ msgstr "Yüzey Genişleme Mesafesi" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." -msgstr "Yüzeylerin dolgunun içine doğru genişleyeceği mesafedir. Daha yüksek değerler, yüzeyin dolgu şekline daha iyi tutunmasını sağladığı gibi komşu katmanlardaki duvarların yüzeye daha iyi yapışmasını sağlar. Daha düşük değerler, kullanılan malzemenin miktarından tasarruf yapılmasını sağlar." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." +msgstr "Yüzeylerin dolgunun içine doğru genişleyeceği mesafedir. Daha yüksek değerler, yüzeyin dolgu şekline daha iyi tutunmasını sağladığı gibi komşu katmanlardaki" +" duvarların yüzeye daha iyi yapışmasını sağlar. Daha düşük değerler, kullanılan malzemenin miktarından tasarruf yapılmasını sağlar." #: fdmprinter.def.json msgctxt "top_skin_expand_distance label" @@ -1711,8 +2050,13 @@ msgstr "Üst Yüzey Genişleme Mesafesi" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." -msgstr "Üst yüzeylerin dolgunun içine doğru genişleyeceği mesafedir. Daha yüksek değerler, yüzeyin dolgu şekline daha iyi tutunmasını sağladığı gibi yukarıdaki katmandaki duvarların yüzeye daha iyi yapışmasını sağlar. Daha düşük değerler, kullanılan malzemenin miktarından tasarruf yapılmasını sağlar." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." +msgstr "Üst yüzeylerin dolgunun içine doğru genişleyeceği mesafedir. Daha yüksek değerler, yüzeyin dolgu şekline daha iyi tutunmasını sağladığı gibi yukarıdaki" +" katmandaki duvarların yüzeye daha iyi yapışmasını sağlar. Daha düşük değerler, kullanılan malzemenin miktarından tasarruf yapılmasını sağlar." #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance label" @@ -1721,8 +2065,13 @@ msgstr "Alt Yüzey Genişleme Mesafesi" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." -msgstr "Alt yüzeylerin dolgunun içine doğru genişleyeceği mesafedir. Daha yüksek değerler, yüzeyin dolgu şekline daha iyi tutunmasını sağladığı gibi yüzeyin aşağıdaki katmandaki duvara daha iyi yapışmasını sağlar. Daha düşük değerler, kullanılan malzemenin miktarından tasarruf yapılmasını sağlar." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." +msgstr "Alt yüzeylerin dolgunun içine doğru genişleyeceği mesafedir. Daha yüksek değerler, yüzeyin dolgu şekline daha iyi tutunmasını sağladığı gibi yüzeyin aşağıdaki" +" katmandaki duvara daha iyi yapışmasını sağlar. Daha düşük değerler, kullanılan malzemenin miktarından tasarruf yapılmasını sağlar." #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion label" @@ -1731,8 +2080,16 @@ msgstr "Genişleme için Maksimum Yüzey Açısı" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." -msgstr "Nesnenizin bu ayardan daha geniş açıya sahip üst ve/veya alt zeminlerinin yüzeyleri genişletilmez. Böylece model yüzeyinin neredeyse dik açıya sahip olduğu durumlarda ortaya çıkan dar yüzey alanlarının genişletilmesi önlenmiş olur. 0°’lik bir açı yataydır ve yüzey alanının genişlemesine neden olmaz; 90°’lik bir açı dikeydir ve tüm yüzey alanlarının genişlemesine neden olur." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." +msgstr "Nesnenizin bu ayardan daha geniş açıya sahip üst ve/veya alt zeminlerinin yüzeyleri genişletilmez. Böylece model yüzeyinin neredeyse dik açıya sahip olduğu" +" durumlarda ortaya çıkan dar yüzey alanlarının genişletilmesi önlenmiş olur. 0°’lik bir açı yataydır ve yüzey alanının genişlemesine neden olmaz; 90°’lik" +" bir açı dikeydir ve tüm yüzey alanlarının genişlemesine neden olur." #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion label" @@ -1741,8 +2098,12 @@ msgstr "Genişleme için Minimum Yüzey Genişliği" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." -msgstr "Bu değerden daha dar olan yüzey alanları genişletilmez. Böylece model yüzeyinin dikeye yakın bir eğime sahip olduğu durumlarda ortaya çıkan dar yüzey alanlarının genişletilmesi önlenmiş olur." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." +msgstr "Bu değerden daha dar olan yüzey alanları genişletilmez. Böylece model yüzeyinin dikeye yakın bir eğime sahip olduğu durumlarda ortaya çıkan dar yüzey alanlarının" +" genişletilmesi önlenmiş olur." #: fdmprinter.def.json msgctxt "infill label" @@ -1761,7 +2122,8 @@ msgstr "Dolgu Ekstruderi" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "Dolgu yazdırmak için kullanılan ekstruder dişli çarkı. Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -1781,7 +2143,9 @@ msgstr "Dolgu Hattı Mesafesi" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "Yazdırılan dolgu hatları arasındaki mesafe. Bu ayar, dolgu yoğunluğu ve dolgu hattı genişliği ile hesaplanır." #: fdmprinter.def.json @@ -1791,8 +2155,18 @@ msgstr "Dolgu Şekli" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." -msgstr "Baskının dolgu malzemesinin şeklidir. Hat ve zikzak dolgu, farklı katmanlar üzerinde yön değiştirerek malzeme maliyetini azaltır. Izgara, üçgen, üçlü altıgen, kübik, sekizlik, çeyrek kübik, çapraz ve eşmerkezli şekiller her katmana tam olarak basılır. Gyroid, kübik, çeyrek kübik ve sekizlik dolgu, her yönde daha eşit bir kuvvet dağılımı sağlamak için her katmanda değişir. Yıldırım dolgu, objenin yalnızca tavanını destekleyerek dolgu miktarını en aza indirmeye çalışır." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." +msgstr "Baskının dolgu malzemesinin şeklidir. Hat ve zikzak dolgu, farklı katmanlar üzerinde yön değiştirerek malzeme maliyetini azaltır. Izgara, üçgen, üçlü altıgen," +" kübik, sekizlik, çeyrek kübik, çapraz ve eşmerkezli şekiller her katmana tam olarak basılır. Gyroid, kübik, çeyrek kübik ve sekizlik dolgu, her yönde" +" daha eşit bir kuvvet dağılımı sağlamak için her katmanda değişir. Yıldırım dolgu, objenin yalnızca tavanını destekleyerek dolgu miktarını en aza indirmeye" +" çalışır." #: fdmprinter.def.json msgctxt "infill_pattern option grid" @@ -1871,8 +2245,15 @@ msgstr "Dolgu Hatlarını Bağlayın" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." -msgstr "İç duvarın şeklini takip eden bir hattı kullanarak dolgu şeklinin iç duvarla buluştuğu noktada uçları bağlar. Bu ayarın etkinleştirilmesi, dolgunun duvarlara daha iyi yapışmasını sağlayabilir ve dolgunun dikey yüzeylerin kalitesinin etkilerini azaltabilir. Bu ayarın devre dışı bırakılması, kullanılan malzemenin miktarını azaltır." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." +msgstr "İç duvarın şeklini takip eden bir hattı kullanarak dolgu şeklinin iç duvarla buluştuğu noktada uçları bağlar. Bu ayarın etkinleştirilmesi, dolgunun duvarlara" +" daha iyi yapışmasını sağlayabilir ve dolgunun dikey yüzeylerin kalitesinin etkilerini azaltabilir. Bu ayarın devre dışı bırakılması, kullanılan malzemenin" +" miktarını azaltır." #: fdmprinter.def.json msgctxt "connect_infill_polygons label" @@ -1881,7 +2262,10 @@ msgstr "Dolgu Poligonlarını Bağla" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." msgstr "Yan yana giden dolgu yollarını bağla. Birkaç kapalı poligondan oluşan dolgu şekilleri için bu ayarı etkinleştirmek hareket süresini büyük ölçüde kısaltır." #: fdmprinter.def.json @@ -1891,8 +2275,16 @@ msgstr "Dolgu Hattı Yönleri" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." -msgstr "Kullanılacak tam sayı hat yönü listesi. Listedeki öğeler, katmanlar ilerledikçe sıralı olarak kullanılır. Listenin sonuna ulaşıldığında baştan başlanır. Liste öğeleri virgülle ayrılır ve tüm liste köşeli parantez içine alınır. Varsayılan ayar boş listedir ve geleneksel varsayılan açılar kullanılır (çizgiler ve zikzak şekiller için 45 ve 135 derece; diğer tüm şekiller için 45 derece)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." +msgstr "Kullanılacak tam sayı hat yönü listesi. Listedeki öğeler, katmanlar ilerledikçe sıralı olarak kullanılır. Listenin sonuna ulaşıldığında baştan başlanır." +" Liste öğeleri virgülle ayrılır ve tüm liste köşeli parantez içine alınır. Varsayılan ayar boş listedir ve geleneksel varsayılan açılar kullanılır (çizgiler" +" ve zikzak şekiller için 45 ve 135 derece; diğer tüm şekiller için 45 derece)." #: fdmprinter.def.json msgctxt "infill_offset_x label" @@ -1921,8 +2313,12 @@ msgstr "Rastgele Boşluk Doldurma Başlat" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." -msgstr "Önce hangi boşluk doldurma hattının yapılacağını rastgele belirler. Böylece tek bir segmentin en güçlü yapıda olması önlenir ancak bu işlem ilave gezinti hamlelerine neden olabilir." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." +msgstr "Önce hangi boşluk doldurma hattının yapılacağını rastgele belirler. Böylece tek bir segmentin en güçlü yapıda olması önlenir ancak bu işlem ilave gezinti" +" hamlelerine neden olabilir." #: fdmprinter.def.json msgctxt "infill_multiplier label" @@ -1931,8 +2327,12 @@ msgstr "Dolgu Hattı Çoğaltıcı" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." -msgstr "Her bir dolgu hattını bu sayıda hatta dönüştür. Ekstra hatlar birbirlerini kesmez, birbirlerinden bağımsız kalırlar. Bu dolguyu sertleştirir, ancak yazdırma süresini uzatırken materyal kullanımını artırır." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." +msgstr "Her bir dolgu hattını bu sayıda hatta dönüştür. Ekstra hatlar birbirlerini kesmez, birbirlerinden bağımsız kalırlar. Bu dolguyu sertleştirir, ancak yazdırma" +" süresini uzatırken materyal kullanımını artırır." #: fdmprinter.def.json msgctxt "infill_wall_line_count label" @@ -1942,11 +2342,15 @@ msgstr "Ekstra Dolgu Duvar Sayısı" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"Dolgu alanının etrafına ekstra duvar ekle. Bu duvarlar üst/alt yüzey hatlarının daha az aşağı düşmesini sağlar. Yani biraz fazla materyal kullanarak, daha az üst/alt yüzey katmanı ile aynı kaliteyi yakalayabilirsiniz.\n" -"Bu özellik, doğru konfigüre edildiğinde, harekete veya geri çekmeye gerek kalmadan Dolgu Poligonlarını Bağlama ile birlikte tüm dolguyu tek bir ekstrüzyon yoluna bağlayabilir." +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "Dolgu alanının etrafına ekstra duvar ekle. Bu duvarlar üst/alt yüzey hatlarının daha az aşağı düşmesini sağlar. Yani biraz fazla materyal kullanarak, daha" +" az üst/alt yüzey katmanı ile aynı kaliteyi yakalayabilirsiniz.\nBu özellik, doğru konfigüre edildiğinde, harekete veya geri çekmeye gerek kalmadan Dolgu" +" Poligonlarını Bağlama ile birlikte tüm dolguyu tek bir ekstrüzyon yoluna bağlayabilir." #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1955,8 +2359,13 @@ msgstr "Kübik Alt Bölüm Kalkanı" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." -msgstr "Bu küpün bölünüp bölünmemesine karar vermek için modelin sınırını kontrol eden ve her bir küpün merkezinden alınan yarıçapa ekleme. Büyük değerler modelin sınırının yanında daha kalın küçük küp kalkanları oluşmasına neden olur." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." +msgstr "Bu küpün bölünüp bölünmemesine karar vermek için modelin sınırını kontrol eden ve her bir küpün merkezinden alınan yarıçapa ekleme. Büyük değerler modelin" +" sınırının yanında daha kalın küçük küp kalkanları oluşmasına neden olur." #: fdmprinter.def.json msgctxt "infill_overlap label" @@ -1965,7 +2374,10 @@ msgstr "Dolgu Çakışma Oranı" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." msgstr "Dolgu hattı genişliğinin yüzdesi olarak dolgu ve duvarların arasındaki çakışma miktarı. Ufak bir çakışma duvarların dolguya sıkıca bağlanmasını sağlar." #: fdmprinter.def.json @@ -1975,7 +2387,9 @@ msgstr "Dolgu Çakışması" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "Dolgu ve duvarlar arasındaki çakışma miktarı. Hafif bir çakışma duvarların dolguya sıkıca bağlanmasını sağlar." #: fdmprinter.def.json @@ -1985,8 +2399,12 @@ msgstr "Dolgu Sürme Mesafesi" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." -msgstr "Dolgunun duvarlara daha iyi yapışması için her dolgu hattından sonra eklenen hareket mesafesi. Bu seçenek, dolgu çakışmasına benzer, ancak ekstrüzyon yoktur ve sadece dolgu hattının bir ucunda çakışma vardır." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "Dolgunun duvarlara daha iyi yapışması için her dolgu hattından sonra eklenen hareket mesafesi. Bu seçenek, dolgu çakışmasına benzer, ancak ekstrüzyon yoktur" +" ve sadece dolgu hattının bir ucunda çakışma vardır." #: fdmprinter.def.json msgctxt "infill_sparse_thickness label" @@ -1995,7 +2413,9 @@ msgstr "Dolgu Katmanı Kalınlığı" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "Dolgu malzemesinin her bir katmanının kalınlığı Bu değer her zaman katman yüksekliğinin katı olmalıdır, aksi takdirde yuvarlanır." #: fdmprinter.def.json @@ -2005,7 +2425,10 @@ msgstr "Aşamalı Dolgu Basamakları" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." msgstr "Üst yüzeylerin altına indikçe dolgu yoğunluğunu yarıya indirme sayısı. Üst yüzeylere daha yakın olan alanlarda, Dolgu Yoğunluğuna kadar yoğunluk daha yüksektir." #: fdmprinter.def.json @@ -2015,7 +2438,8 @@ msgstr "Aşamalı Dolgu Basamak Yüksekliği" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "Yoğunluğun yarısına inmeden önce verilen bir yoğunluktaki dolgunun yüksekliği." #: fdmprinter.def.json @@ -2025,8 +2449,13 @@ msgstr "Duvarlardan Önce Dolgu" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." -msgstr "Duvarları yazdırmadan önce dolguyu yazdırın. Önce duvarları yazdırmak daha düzgün duvarlar oluşturabilir ama yazdırmayı olumsuz etkiler. Önce dolguyu yazdırmak duvarların daha sağlam olmasını sağlar, fakat dolgu şekli bazen yüzeyden görünebilir." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "Duvarları yazdırmadan önce dolguyu yazdırın. Önce duvarları yazdırmak daha düzgün duvarlar oluşturabilir ama yazdırmayı olumsuz etkiler. Önce dolguyu yazdırmak" +" duvarların daha sağlam olmasını sağlar, fakat dolgu şekli bazen yüzeyden görünebilir." #: fdmprinter.def.json msgctxt "min_infill_area label" @@ -2045,8 +2474,12 @@ msgstr "Dolgu Desteği" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." -msgstr "Yazdırma dolgusu, yalnızca model tepelerinin desteklenmesi gereken yerleri yapılandırır. Bu özelliğin etkinleştirilmesi yazdırma süresini ve malzeme kullanımını azaltır ancak üniform olmayan nesne kuvvetine yol açar." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." +msgstr "Yazdırma dolgusu, yalnızca model tepelerinin desteklenmesi gereken yerleri yapılandırır. Bu özelliğin etkinleştirilmesi yazdırma süresini ve malzeme kullanımını" +" azaltır ancak üniform olmayan nesne kuvvetine yol açar." #: fdmprinter.def.json msgctxt "infill_support_angle label" @@ -2055,7 +2488,10 @@ msgstr "Dolum Çıkıntı Açısı" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." msgstr "Dolum eklenen dahili çıkıntıların minimum açısı. 0° değerde nesneler tamamen doldurulur, 90°’de dolgu yapılmaz." #: fdmprinter.def.json @@ -2085,7 +2521,9 @@ msgstr "Yıldırım Dolgu Destek Açısı" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "Bir yıldırım dolgu tabakasının üstünde kalanları ne zaman desteklenmesi gerektiğini belirler. Bir katmanın kalınlığı verilen açıyla ölçülür." #: fdmprinter.def.json @@ -2095,7 +2533,9 @@ msgstr "Yıldırım Dolgu Çıkıntı Açısı" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "Bir yıldırım dolgu tabakasının üstündeki modeli ne zaman desteklemesi gerektiğini belirler. Dalların açısı olarak ölçülür." #: fdmprinter.def.json @@ -2105,7 +2545,9 @@ msgstr "Yıldırım Dolgu Budama Açısı" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "Malzemeden tasarruf etmek için dolgu hatlarının uç noktaları kısaltılır. Bu ayar, bu hatların uç noktalarının çıkıntı açısıdır." #: fdmprinter.def.json @@ -2115,7 +2557,9 @@ msgstr "Yıldırım Dolgu Düzleştirme Açısı" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "Dolgu hatları, baskı süresinden tasarruf etmek için düzleştirilir. Bu, dolgu hattının uzunluğu boyunca izin verilen maksimum çıkıntı açısıdır." #: fdmprinter.def.json @@ -2135,8 +2579,12 @@ msgstr "Varsayılan Yazdırma Sıcaklığı" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" -msgstr "Yazdırma için kullanılan varsayılan sıcaklık. Bu sıcaklık malzemenin “temel” sıcaklığı olmalıdır. Diğer tüm yazıcı sıcaklıkları bu değere dayanan ofsetler kullanmalıdır" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" +msgstr "Yazdırma için kullanılan varsayılan sıcaklık. Bu sıcaklık malzemenin “temel” sıcaklığı olmalıdır. Diğer tüm yazıcı sıcaklıkları bu değere dayanan ofsetler" +" kullanmalıdır" #: fdmprinter.def.json msgctxt "build_volume_temperature label" @@ -2145,7 +2593,9 @@ msgstr "Yapı Disk Bölümü Sıcaklığı" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "Baskı yapılacak ortamın sıcaklığı. Bu değer 0 ise yapı hacminin sıcaklığı ayarlanmaz." #: fdmprinter.def.json @@ -2165,7 +2615,9 @@ msgstr "İlk Katman Yazdırma Sıcaklığı" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "İlk katmanı yazdırmak için kullanılan sıcaklık. İlk katmanın özel kullanımını devre dışı bırakmak için 0’a ayarlayın." #: fdmprinter.def.json @@ -2175,7 +2627,9 @@ msgstr "İlk Yazdırma Sıcaklığı" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "Yazdırmanın başlayacağı Yazdırma Sıcaklığına ulaşırken görülen minimum sıcaklık." #: fdmprinter.def.json @@ -2185,7 +2639,9 @@ msgstr "Son Yazdırma Sıcaklığı" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "Yazdırma bitmeden hemen önce soğuma işleminin başladığı sıcaklık." #: fdmprinter.def.json @@ -2195,7 +2651,9 @@ msgstr "Ekstrüzyon Sırasında Soğuma Hızı Düzenleyici" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." msgstr "Ekstrüzyon sırasında nozülün soğuduğu ilave hız. Aynı değer, ekstrüzyon sırasında ısınırken kaybedilen ısınma hızını göstermek için de kullanılır." #: fdmprinter.def.json @@ -2205,8 +2663,12 @@ msgstr "Varsayılan Yapı Levhası Sıcaklığı" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" -msgstr "Isınan yapı levhası için kullanılan varsayılan sıcaklık. Bu sıcaklık yapı levhasının “temel” sıcaklığı olmalıdır. Diğer tüm yazıcı sıcaklıkları bu değere dayanan ofsetler kullanmalıdır" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" +msgstr "Isınan yapı levhası için kullanılan varsayılan sıcaklık. Bu sıcaklık yapı levhasının “temel” sıcaklığı olmalıdır. Diğer tüm yazıcı sıcaklıkları bu değere" +" dayanan ofsetler kullanmalıdır" #: fdmprinter.def.json msgctxt "material_bed_temperature label" @@ -2215,7 +2677,9 @@ msgstr "Yapı Levhası Sıcaklığı" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "Isıtıcı yapı plakası için kullanılan sıcaklık. Bu değer 0 olduğunda yapı plakası ısıtılmaz." #: fdmprinter.def.json @@ -2225,7 +2689,9 @@ msgstr "İlk Katman Yapı Levhası Sıcaklığı" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "İlk katmanda ısıtıcı yapı plakası için kullanılan sıcaklık. Bu değer 0 olduğunda yapı plakası ilk katman boyunca ısıtılmaz." #: fdmprinter.def.json @@ -2255,28 +2721,34 @@ msgstr "Ölçekleme Faktörü Büzülme Telafisi" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "Malzemenin soğudukça büzülmesini telafi etmek için model bu faktöre göre ölçeklenecektir." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Yatay Ölçekleme Faktörü Büzülme Telafisi" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "Malzemenin soğudukça büzülmesini telafi etmek için model bu faktöre göre XY yönünde (yatay olarak) ölçeklenecektir." #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "Dikey Ölçekleme Faktörü Büzülme Telafisi" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "Malzemenin soğudukça büzülmesini telafi etmek için model bu faktöre göre Z yönünde (dikey olarak) ölçeklenecektir." #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2285,7 +2757,10 @@ msgstr "Kristalli Malzeme" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "Bu malzeme ısıtıldığında temiz bir şekilde parçalanan tür de mi (kristalli) yoksa uzun iç içe polimer zincirler (kristal olmayan) oluşturan türde mi?" #: fdmprinter.def.json @@ -2305,7 +2780,9 @@ msgstr "Sızma Önleme Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "Filament değişimi sırasında malzemenin sızma yapmaması için gereken geri çekilme hızıdır." #: fdmprinter.def.json @@ -2325,7 +2802,9 @@ msgstr "Durma Payına Uygun Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "Filamentin kopmadan ne kadar hızlı geri çekilmesi gerektiğidir." #: fdmprinter.def.json @@ -2335,7 +2814,9 @@ msgstr "Kopma Hazırlığı Sıcaklığı" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "Malzemeyi temizlemek için kullanılan sıcaklık; kabaca mümkün olan en yüksek baskı sıcaklığına eşit olmalıdır." #: fdmprinter.def.json @@ -2355,7 +2836,8 @@ msgstr "Kopma Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "Sorunsuz kopması için filamentin geri çekilmesi gereken hızdır." #: fdmprinter.def.json @@ -2385,7 +2867,9 @@ msgstr "Temizleme Uzunluğu" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "Farklı bir malzemeye geçilirken nozülün önceki malzemeden temizlenmesi için kullanılacak malzeme (filament parçası) miktarıdır." #: fdmprinter.def.json @@ -2395,7 +2879,9 @@ msgstr "Filament Temizliği Bitiş Hızı" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "Boş bir makara aynı malzemeden yeni bir makara ile değiştirildikten sonra malzemenin kullanıma hazır hale getirileceği süredir." #: fdmprinter.def.json @@ -2405,8 +2891,12 @@ msgstr "Filament Temizliği Bitiş Uzunluğu" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." -msgstr "Boş bir makara aynı malzemeden yeni bir makara ile değiştirilirken nozülün önceki malzemeden temizlenmesi için kullanılacak malzeme (filament parçası) miktarıdır." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." +msgstr "Boş bir makara aynı malzemeden yeni bir makara ile değiştirilirken nozülün önceki malzemeden temizlenmesi için kullanılacak malzeme (filament parçası)" +" miktarıdır." #: fdmprinter.def.json msgctxt "material_maximum_park_duration label" @@ -2425,8 +2915,12 @@ msgstr "Yük Taşıma Çarpanı Yok" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." -msgstr "Besleme ünitesi ile nozül haznesi arasına sıkıştırılacak filamenti belirten faktördür ve filament değişimi için malzemenin ne kadar hareket ettirileceğini belirlemek için kullanılır." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." +msgstr "Besleme ünitesi ile nozül haznesi arasına sıkıştırılacak filamenti belirten faktördür ve filament değişimi için malzemenin ne kadar hareket ettirileceğini" +" belirlemek için kullanılır." #: fdmprinter.def.json msgctxt "material_flow label" @@ -2435,7 +2929,9 @@ msgstr "Akış" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "Akış dengeleme: sıkıştırılan malzeme miktarı bu değerle çoğaltılır." #: fdmprinter.def.json @@ -2465,7 +2961,8 @@ msgstr "İç Duvar Akışı" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "En dıştaki duvar hattı hariç diğer duvar hatlarının akış telafisidir." #: fdmprinter.def.json @@ -2565,7 +3062,9 @@ msgstr "İlk Katman Akışı" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "İlk katman için akış dengelemesi: ilk katmana ekstrude edilen malzeme miktarı bu değerle çarpılır." #: fdmprinter.def.json @@ -2575,7 +3074,9 @@ msgstr "Bekleme Sıcaklığı" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "Yazdırma için başka bir nozül kullanılırken nozülün sıcaklığı." #: fdmprinter.def.json @@ -2625,8 +3126,13 @@ msgstr "Dış Duvar Hızı" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." -msgstr "En dış duvarların yazdırıldığı hız. Dış duvarı düşük hızda yazdırmak son yüzey kalitesini artırır. Öte yandan, iç duvar hızı ve dış duvar hızı arasındaki farkın fazla olması kaliteyi olumsuz etkileyecektir." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." +msgstr "En dış duvarların yazdırıldığı hız. Dış duvarı düşük hızda yazdırmak son yüzey kalitesini artırır. Öte yandan, iç duvar hızı ve dış duvar hızı arasındaki" +" farkın fazla olması kaliteyi olumsuz etkileyecektir." #: fdmprinter.def.json msgctxt "speed_wall_x label" @@ -2635,8 +3141,12 @@ msgstr "İç Duvar Hızı" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." -msgstr "Tüm iç duvarların yazdırıldığı hız. İç duvarları dış duvarlardan daha hızlı yazdırmak yazdırma süresini azaltacaktır. Bu ayarı dış duvar hızı ve dolgu hızı arasında yapmak faydalı olacaktır." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." +msgstr "Tüm iç duvarların yazdırıldığı hız. İç duvarları dış duvarlardan daha hızlı yazdırmak yazdırma süresini azaltacaktır. Bu ayarı dış duvar hızı ve dolgu" +" hızı arasında yapmak faydalı olacaktır." #: fdmprinter.def.json msgctxt "speed_roofing label" @@ -2665,8 +3175,12 @@ msgstr "Destek Hızı" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." -msgstr "Destek yapısının yazdırıldığı hız. Yüksek hızlardaki yazdırma desteği yazdırma süresini büyük oranda azaltabilir. Destek yapısının yüzey kalitesi, yazdırma işleminden sonra çıkartıldığı için önemli değildir." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." +msgstr "Destek yapısının yazdırıldığı hız. Yüksek hızlardaki yazdırma desteği yazdırma süresini büyük oranda azaltabilir. Destek yapısının yüzey kalitesi, yazdırma" +" işleminden sonra çıkartıldığı için önemli değildir." #: fdmprinter.def.json msgctxt "speed_support_infill label" @@ -2675,7 +3189,9 @@ msgstr "Destek Dolgu Hızı" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "Dolgu desteğinin yazdırıldığı hız. Dolguyu daha düşük hızlarda yazdırmak sağlamlığı artırır." #: fdmprinter.def.json @@ -2685,7 +3201,9 @@ msgstr "Destek Arayüzü Hızı" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "Destek çatıları ve zeminlerinin yazdırılma hızı. Daha düşük hızlarda yazdırma, askıda kalan kısımların kalitesini iyileştirebilir." #: fdmprinter.def.json @@ -2695,7 +3213,9 @@ msgstr "Destek Çatısı Hızı" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "Destek çatısının yazdırılma hızı. Daha düşük hızlarda yazdırma, askıda kalan kısımların kalitesini iyileştirebilir." #: fdmprinter.def.json @@ -2705,7 +3225,9 @@ msgstr "Destek Zemini Hızı" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "Destek zemininin yazdırılma hızı. Daha düşük hızlarda yazdırma, desteğin modelin üzerine yapışmasını iyileştirebilir." #: fdmprinter.def.json @@ -2715,7 +3237,10 @@ msgstr "İlk Direk Hızı" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." msgstr "İlk direğin yazdırıldığı hız. Farklı filamanlar arasındaki yapışma standardın altında olduğunda, ilk direği daha yavaş yazdırmak dayanıklılığı artırabilir." #: fdmprinter.def.json @@ -2735,8 +3260,12 @@ msgstr "İlk Katman Hızı" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." -msgstr "İlk katman için hız. Yapı plakasında yapışmayı iyileştirmek için düşük bir değer tavsiye edilir. Yapı plakasının kenar ve radye gibi yapışma yapılarını etkilemez." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." +msgstr "İlk katman için hız. Yapı plakasında yapışmayı iyileştirmek için düşük bir değer tavsiye edilir. Yapı plakasının kenar ve radye gibi yapışma yapılarını" +" etkilemez." #: fdmprinter.def.json msgctxt "speed_print_layer_0 label" @@ -2745,7 +3274,9 @@ msgstr "İlk Katman Yazdırma Hızı" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "İlk katmanın yazdırılması için belirlenen hız. Yapı tahtasına yapışmayı artırmak için daha düşük bir değer önerilmektedir." #: fdmprinter.def.json @@ -2755,8 +3286,13 @@ msgstr "İlk Katman Hareket Hızı" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." -msgstr "İlk katmandaki hareket hamlelerinin hızı. Daha önce yazdırılan bölümlerin yapı levhasından ayrılmasını önlemek için daha düşük bir değer kullanılması önerilir. Bu ayar değeri, Hareket Hızı ve Yazdırma Hızı arasındaki orana göre otomatik olarak hesaplanabilir." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." +msgstr "İlk katmandaki hareket hamlelerinin hızı. Daha önce yazdırılan bölümlerin yapı levhasından ayrılmasını önlemek için daha düşük bir değer kullanılması önerilir." +" Bu ayar değeri, Hareket Hızı ve Yazdırma Hızı arasındaki orana göre otomatik olarak hesaplanabilir." #: fdmprinter.def.json msgctxt "skirt_brim_speed label" @@ -2765,7 +3301,10 @@ msgstr "Etek/Kenar Hızı" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." msgstr "Etek ve kenarın yazdırıldığı hız. Bu işlem normalde ilk katman hızında yapılır, ama etek ve kenarı farklı hızlarda yazdırmak isteyebilirsiniz." #: fdmprinter.def.json @@ -2775,8 +3314,12 @@ msgstr "Z Atlama Hızı" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." -msgstr "Z Atlamaları için yapılan dikey Z hareketinin gerçekleştirileceği hızdır. Yapı plakasının veya makine tezgahının hareket etmesi daha zor olduğundan genelde baskı hızından daha düşüktür." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." +msgstr "Z Atlamaları için yapılan dikey Z hareketinin gerçekleştirileceği hızdır. Yapı plakasının veya makine tezgahının hareket etmesi daha zor olduğundan genelde" +" baskı hızından daha düşüktür." #: fdmprinter.def.json msgctxt "speed_slowdown_layers label" @@ -2785,18 +3328,30 @@ msgstr "Daha Yavaş Katman Sayısı" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." -msgstr "Yapı levhasına daha iyi yapışma sağlamak ve yazdırmanın genel başarı oranını artırmak için ilk birkaç katman modelin kalan kısmından daha yavaş yazdırılır. Bu hız katmanlar üzerinde giderek artar." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." +msgstr "Yapı levhasına daha iyi yapışma sağlamak ve yazdırmanın genel başarı oranını artırmak için ilk birkaç katman modelin kalan kısmından daha yavaş yazdırılır." +" Bu hız katmanlar üzerinde giderek artar." #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "Akış Eşitleme Oranı" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "Hız için ekstrüzyon genişliği bazlı düzeltme faktörüdür. %0 değerinde hareket hızı Baskı Hızında sabit tutulur. %100 değerinde ise hareket hızı akış (mm³/s" +" cinsinden) sabit tutulacak şekilde ayarlanır, yani normal Hat Genişliğinin yarısı iki kat daha hızlı basılır ve hatlar iki kat daha hızlı basılır. %100'den" +" büyük değerler belirlenmesi, geniş hatların ekstrüde edilmesi için gereken yüksek basıncın telafi edilmesine yardımcı olabilir." #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2805,7 +3360,9 @@ msgstr "İvme Kontrolünü Etkinleştir" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "Yazıcı başlığı ivmesinin ayarlanmasını sağlar. İvmeleri artırmak, yazdırma süresini azaltırken yazma kalitesinden ödün verir." #: fdmprinter.def.json @@ -2905,7 +3462,9 @@ msgstr "Destek Arayüzü İvmesi" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "Destek çatıları ve zeminlerinin yazdırıldığı ivme. Daha düşük ivmelerle yazdırma, askıda kalan kısımların kalitesini iyileştirebilir." #: fdmprinter.def.json @@ -2915,7 +3474,9 @@ msgstr "Destek Çatısı İvmesi" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "Destek çatısının yazdırıldığı ivme. Daha düşük ivmelerle yazdırma, askıda kalan kısımların kalitesini iyileştirebilir." #: fdmprinter.def.json @@ -2925,7 +3486,9 @@ msgstr "Destek Zemini İvmesi" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." msgstr "Destek zemininin yazdırıldığı ivme. Daha düşük ivmelerle yazdırma, desteğin modelin üzerine yapışmasını iyileştirebilir." #: fdmprinter.def.json @@ -2985,7 +3548,10 @@ msgstr "Etek/Kenar İvmesi" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." msgstr "Etek ve kenarın yazdırıldığı ivme. Bu işlem normalde ilk katman ivmesi ile yapılır, ama etek ve kenarı farklı bir ivmede yazdırmak isteyebilirsiniz." #: fdmprinter.def.json @@ -2995,8 +3561,12 @@ msgstr "Salınım Kontrolünü Etkinleştir" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." -msgstr "X veya Y eksenlerindeki hareket hızı değiştiğinde yazıcı başlığının salınımının ayarlanmasını sağlar. Salınımı artırmak, yazdırma süresini azaltırken yazma kalitesinden ödün verir." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." +msgstr "X veya Y eksenlerindeki hareket hızı değiştiğinde yazıcı başlığının salınımının ayarlanmasını sağlar. Salınımı artırmak, yazdırma süresini azaltırken yazma" +" kalitesinden ödün verir." #: fdmprinter.def.json msgctxt "jerk_print label" @@ -3025,7 +3595,8 @@ msgstr "Duvar Salınımı" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "Duvarların yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3035,7 +3606,9 @@ msgstr "Dış Duvar Salınımı" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "En dıştaki duvarların yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3045,7 +3618,9 @@ msgstr "İç Duvar Salınımı" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "Tüm iç duvarların yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3055,7 +3630,9 @@ msgstr "Üst Yüzey İvmesi Değişimi" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "Üst yüzey katmanların yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3065,7 +3642,9 @@ msgstr "Üst/Alt Salınımı" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "Üst/alt katmanların yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3075,7 +3654,9 @@ msgstr "Destek Salınımı" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "Destek yapısının yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3085,7 +3666,9 @@ msgstr "Destek Dolgu İvmesi Değişimi" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "Desteğin dolgusunun yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3095,7 +3678,9 @@ msgstr "Destek Arayüz Salınımı" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "Desteğin çatıları ve zeminlerinin yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3105,7 +3690,9 @@ msgstr "Destek Çatısı Sarsıntısı" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "Desteğin çatılarının yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3115,7 +3702,9 @@ msgstr "Destek Zemini Sarsıntısı" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "Desteğin zeminlerinin yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3125,7 +3714,9 @@ msgstr "İlk Direk Salınımı" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "İlk direğin yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3135,7 +3726,8 @@ msgstr "Hareket Salınımı" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "Hareket hamlelerinin yapıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3155,7 +3747,9 @@ msgstr "İlk Katman Yazdırma Salınımı" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "İlk katmanın yazdırıldığı maksimum anlık yazdırma hızı değişimi." #: fdmprinter.def.json @@ -3175,7 +3769,9 @@ msgstr "Etek/Kenar İvmesi Değişimi" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "Etek ve kenarların yazdırıldığı maksimum anlık hız değişimi." #: fdmprinter.def.json @@ -3225,7 +3821,9 @@ msgstr "Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "Filamanın geri çekildiği ve geri çekme hareketi sırasında astarlandığı hız." #: fdmprinter.def.json @@ -3255,7 +3853,9 @@ msgstr "Geri Çekme Sırasındaki İlave Astar Miktarı" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "Hareket sırasında bazı malzemeler eksilebilir, bu malzemeler burada telafi edebilir." #: fdmprinter.def.json @@ -3265,7 +3865,9 @@ msgstr "Minimum Geri Çekme Hareketi" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "Geri çekme işleminin yapılması için gerekli olan minimum hareket mesafesi. Küçük bir alanda daha az geri çekme işlemi yapılmasına yardımcı olur." #: fdmprinter.def.json @@ -3275,8 +3877,13 @@ msgstr "Maksimum Geri Çekme Sayısı" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." -msgstr "Bu ayar, düşük ekstrüzyon mesafesi penceresinde oluşan ekstrüzyon sayısını sınırlandırır. Bu penceredeki geri çekmeler yok sayılacaktır. Filamanı düzleştirebildiği ve aşındırma sorunlarına yol açabileceği için aynı filaman parçası üzerinde tekrar tekrar geri çekme yapılmasını önler." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." +msgstr "Bu ayar, düşük ekstrüzyon mesafesi penceresinde oluşan ekstrüzyon sayısını sınırlandırır. Bu penceredeki geri çekmeler yok sayılacaktır. Filamanı düzleştirebildiği" +" ve aşındırma sorunlarına yol açabileceği için aynı filaman parçası üzerinde tekrar tekrar geri çekme yapılmasını önler." #: fdmprinter.def.json msgctxt "retraction_extrusion_window label" @@ -3285,8 +3892,13 @@ msgstr "Minimum Geri Çekme Mesafesi Penceresi" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." -msgstr "Maksimum geri çekme sayısının uygulandığı pencere. Bu değer, geri çekme mesafesi ile hemen hemen aynıdır, bu şekilde geri çekmenin aynı malzeme yolundan geçme sayısı etkin olarak sınırlandırılır." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "Maksimum geri çekme sayısının uygulandığı pencere. Bu değer, geri çekme mesafesi ile hemen hemen aynıdır, bu şekilde geri çekmenin aynı malzeme yolundan" +" geçme sayısı etkin olarak sınırlandırılır." #: fdmprinter.def.json msgctxt "limit_support_retractions label" @@ -3295,8 +3907,12 @@ msgstr "Destek Geri Çekmelerini Sınırlandır" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." -msgstr "Düz hat üzerinde destekler arasında hareket ederken geri çekmeyi atlayın. Bu ayarın etkinleştirilmesi baskı süresini kısaltır ancak destek yapısında ölçüsüz dizilime yol açabilir." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." +msgstr "Düz hat üzerinde destekler arasında hareket ederken geri çekmeyi atlayın. Bu ayarın etkinleştirilmesi baskı süresini kısaltır ancak destek yapısında ölçüsüz" +" dizilime yol açabilir." #: fdmprinter.def.json msgctxt "retraction_combing label" @@ -3305,8 +3921,15 @@ msgstr "Tarama Modu" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." -msgstr "Tarama, hareket sırasında nozülü daha önce yazdırılmış alanlarda tutar. Bu durum hareketleri biraz uzatır ancak geri çekme ihtiyacını azaltır. Tarama kapalıysa malzeme geri çekilecektir, nozül ise bir sonraki noktaya düz bir çizgi üzerinden gider. Üst/alt yüzey alanlarının üzerinde tarama yapılmayabilir veya sadece dolgu içerisinde tarama yapılabilir." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." +msgstr "Tarama, hareket sırasında nozülü daha önce yazdırılmış alanlarda tutar. Bu durum hareketleri biraz uzatır ancak geri çekme ihtiyacını azaltır. Tarama kapalıysa" +" malzeme geri çekilecektir, nozül ise bir sonraki noktaya düz bir çizgi üzerinden gider. Üst/alt yüzey alanlarının üzerinde tarama yapılmayabilir veya" +" sadece dolgu içerisinde tarama yapılabilir." #: fdmprinter.def.json msgctxt "retraction_combing option off" @@ -3340,8 +3963,12 @@ msgstr "Geri Çekmesiz Maks. Tarama Mesafesi" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." -msgstr "Sıfırdan büyük olduğunda, bu mesafeden daha uzun tarama mesafelerinde geri çekme yapılır. Sıfıra ayarlandığında, bir maksimum belirlenmez ve tarama hareketlerinde geri çekme kullanılmaz." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." +msgstr "Sıfırdan büyük olduğunda, bu mesafeden daha uzun tarama mesafelerinde geri çekme yapılır. Sıfıra ayarlandığında, bir maksimum belirlenmez ve tarama hareketlerinde" +" geri çekme kullanılmaz." #: fdmprinter.def.json msgctxt "travel_retract_before_outer_wall label" @@ -3360,7 +3987,9 @@ msgstr "Hareket Sırasında Yazdırılan Bölümleri Atlama" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "Nozül hareket esnasında daha önce yazdırılmış bölümleri atlar. Bu seçenek sadece tarama etkinleştirildiğinde kullanılabilir." #: fdmprinter.def.json @@ -3370,7 +3999,9 @@ msgstr "Hareket Sırasında Destekleri Atla" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "Nozül hareket ederken önceden yazdırılmış destekleri atlar. Bu seçenek yalnızca tarama etkin olduğunda kullanılabilir." #: fdmprinter.def.json @@ -3380,7 +4011,9 @@ msgstr "Hareket Atlama Mesafesi" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "Hareket esnasında atlama yaparken nozül ve daha önce yazdırılmış olan bölümler arasındaki mesafe." #: fdmprinter.def.json @@ -3390,7 +4023,9 @@ msgstr "Katman Başlangıcı X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Her bir katmanın yazdırılmaya başlanacağı bölgeye yakın konumun X koordinatı." #: fdmprinter.def.json @@ -3400,7 +4035,9 @@ msgstr "Katman Başlangıcı Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "Her bir katmanın yazdırılmaya başlanacağı bölgeye yakın konumun Y koordinatı." #: fdmprinter.def.json @@ -3410,8 +4047,13 @@ msgstr "Geri Çekildiğinde Z Sıçraması" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Geri çekme her yapıldığında, nozül ve baskı arasında açıklık oluşturmak için yapı levhası indirilir. Yapı levhasından baskıya çarpma şansını azaltarak nozülün hareket sırasında baskıya değmesini önler." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." +msgstr "Geri çekme her yapıldığında, nozül ve baskı arasında açıklık oluşturmak için yapı levhası indirilir. Yapı levhasından baskıya çarpma şansını azaltarak" +" nozülün hareket sırasında baskıya değmesini önler." #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides label" @@ -3420,8 +4062,11 @@ msgstr "Sadece Yazdırılan Parçalar Üzerindeki Z Sıçraması" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." -msgstr "Sadece Hareket Sırasında Yazdırılan Bölümleri Atlama yoluyla yatay hareket sayesinde atlanamayan yazdırılmış parçalar üzerinde hareket ederken Z Sıçramasını gerçekleştirin." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." +msgstr "Sadece Hareket Sırasında Yazdırılan Bölümleri Atlama yoluyla yatay hareket sayesinde atlanamayan yazdırılmış parçalar üzerinde hareket ederken Z Sıçramasını" +" gerçekleştirin." #: fdmprinter.def.json msgctxt "retraction_hop label" @@ -3440,8 +4085,12 @@ msgstr "Ekstruder Değişimi Sonrasındaki Z Sıçraması" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." -msgstr "Makine bir ekstruderden diğerine geçtikten sonra, nozül ve baskı arasında açıklık oluşması için yapı levhası indirilir. Nozülün baskı dışına malzeme sızdırmasını önler." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." +msgstr "Makine bir ekstruderden diğerine geçtikten sonra, nozül ve baskı arasında açıklık oluşması için yapı levhası indirilir. Nozülün baskı dışına malzeme sızdırmasını" +" önler." #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch_height label" @@ -3470,7 +4119,9 @@ msgstr "Yazdırma Soğutmayı Etkinleştir" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "Yazdırma sırasında yazdırma soğutma fanlarını etkinleştirir. Fanlar, katman süresi kısa olan katmanlar ve kemerlerde/çıkıntılarda yazdırma kalitesini artırır." #: fdmprinter.def.json @@ -3490,7 +4141,10 @@ msgstr "Olağan Fan Hızı" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." msgstr "Katmanların sınıra ulaşmadan önceki dönüş hızı Katman sınır değerinden daha hızlı yazdırdığında fan hızı giderek maksimum fan hızına yönelir." #: fdmprinter.def.json @@ -3500,7 +4154,10 @@ msgstr "Maksimum Fan Hızı" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." msgstr "Katmanların minimum katman süresindeki dönüş hızı. Sınır değerine ulaşıldığında, fan hızı olağan ve maksimum fan hızı arasında kademeli artış gösterir." #: fdmprinter.def.json @@ -3510,8 +4167,13 @@ msgstr "Olağan/Maksimum Fan Hızı Sınırı" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." -msgstr "Sınır değerini olağan ve maksimum fan hızı arasında ayarlayan katman süresi. Bundan daha kısa sürede yazdıran katmanlar olağan fan hızı kullanır. Daha hızlı katmanlar için, fan hızı maksimum fan hızına doğru kademeli olarak artar." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." +msgstr "Sınır değerini olağan ve maksimum fan hızı arasında ayarlayan katman süresi. Bundan daha kısa sürede yazdıran katmanlar olağan fan hızı kullanır. Daha" +" hızlı katmanlar için, fan hızı maksimum fan hızına doğru kademeli olarak artar." #: fdmprinter.def.json msgctxt "cool_fan_speed_0 label" @@ -3520,8 +4182,12 @@ msgstr "İlk Fan Hızı" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." -msgstr "Fanların, yazdırma işleminin başındaki dönme hızı. Sonraki katmanlarda fan hızı, Yüksekteki Olağan Fan Hızına karşılık gelen katmana kadar kademeli olarak artar." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." +msgstr "Fanların, yazdırma işleminin başındaki dönme hızı. Sonraki katmanlarda fan hızı, Yüksekteki Olağan Fan Hızına karşılık gelen katmana kadar kademeli olarak" +" artar." #: fdmprinter.def.json msgctxt "cool_fan_full_at_height label" @@ -3530,7 +4196,10 @@ msgstr "Yüksekteki Olağan Fan Hızı" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." msgstr "Fanların olağan fan hızında döndüğü yükseklik. Alttaki katmanlarda fan hızı, İlk Fan Hızından Olağan Fan Hızına kadar kademeli olarak artar." #: fdmprinter.def.json @@ -3540,7 +4209,9 @@ msgstr "Katmandaki Olağan Fan Hızı" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." msgstr "Fanların olağan fan hızında döndüğü katman Yüksekteki olağan fan hızı ayarlanırsa bu değer hesaplanır ve tam sayıya yuvarlanır." #: fdmprinter.def.json @@ -3550,8 +4221,15 @@ msgstr "Minimum Katman Süresi" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." -msgstr "Bir katmanda harcanan minimum süre. Bu süre yazıcıyı yavaşlamaya ve burada en azından bir katmanda ayarlanan süreyi kullanmaya zorlar. Bir sonraki katman yazdırılmadan önce yazdırılan materyalin düzgün bir şekilde soğumasını sağlar. Kaldırma Başlığı devre dışı bırakılır ve Minimum Hız değeri başka bir şekilde ihlal edilmezse katmanlar yine de minimal katman süresinden daha kısa sürebilir." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." +msgstr "Bir katmanda harcanan minimum süre. Bu süre yazıcıyı yavaşlamaya ve burada en azından bir katmanda ayarlanan süreyi kullanmaya zorlar. Bir sonraki katman" +" yazdırılmadan önce yazdırılan materyalin düzgün bir şekilde soğumasını sağlar. Kaldırma Başlığı devre dışı bırakılır ve Minimum Hız değeri başka bir şekilde" +" ihlal edilmezse katmanlar yine de minimal katman süresinden daha kısa sürebilir." #: fdmprinter.def.json msgctxt "cool_min_speed label" @@ -3560,8 +4238,12 @@ msgstr "Minimum Hız" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." -msgstr "Düşük katman süresi nedeniyle yavaşlamaya karşın minimum yazdırma hızı. Yazıcı çok yavaşladığında nozüldeki basınç çok düşük olacak ve kötü yazdırma kalitesiyle sonuçlanacaktır." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." +msgstr "Düşük katman süresi nedeniyle yavaşlamaya karşın minimum yazdırma hızı. Yazıcı çok yavaşladığında nozüldeki basınç çok düşük olacak ve kötü yazdırma kalitesiyle" +" sonuçlanacaktır." #: fdmprinter.def.json msgctxt "cool_lift_head label" @@ -3570,7 +4252,10 @@ msgstr "Yazıcı Başlığını Kaldır" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." msgstr "Düşük katman süresi nedeniyle minimum hıza inildiğinde yazıcı başlığını yazıcıdan kaldırıp düşük katman süresine ulaşana kadar olan ek süreyi bekleyin." #: fdmprinter.def.json @@ -3590,7 +4275,9 @@ msgstr "Oluşturma Desteği" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "Modellerin askıda kalan kısımlarını destekleyen yapılar oluşturun. Bu yapılar olmadan, yazdırma sırasında söz konusu kısımlar düşebilir." #: fdmprinter.def.json @@ -3600,7 +4287,9 @@ msgstr "Destek Ekstruderi" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "Destek için kullanılacak ekstruder Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -3610,7 +4299,9 @@ msgstr "Destek Dolgu Ekstruderi" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "Destek dolgusu için kullanılacak ekstruder Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -3620,7 +4311,9 @@ msgstr "İlk Katman Destek Ekstruderi" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "Destek dolgusunun ilk katmanı için kullanılacak ekstruder Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json @@ -3630,7 +4323,9 @@ msgstr "Destek Arayüz Ekstruderi" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "Desteğin çatıları ve zeminlerinin yazdırılması için kullanılacak ekstrüder dizisi. Çoklu ekstrüzyon sırasında kullanılır." #: fdmprinter.def.json @@ -3640,7 +4335,9 @@ msgstr "Destek Çatısı Ekstrüderi" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "Desteğin çatısının yazdırılması için kullanılacak ekstrüder dizisi. Çoklu ekstrüzyon sırasında kullanılır." #: fdmprinter.def.json @@ -3650,7 +4347,9 @@ msgstr "Destek Zemini Ekstrüderi" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "Desteğin zemininin yazdırılması için kullanılacak ekstrüder dizisi. Çoklu ekstrüzyon sırasında kullanılır." #: fdmprinter.def.json @@ -3660,8 +4359,16 @@ msgstr "Destek Yapısı" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." -msgstr "Destek oluşturmak için kullanılabilir teknikler arasından seçim yapar. \"Normal\" destek, çıkıntılı parçaların hemen altında bir destek yapısı oluşturur ve bu alanları dümdüz aşağı indirir. \"Ağaç\"destek, çıkıntılı alanlara doğru dallar oluşturur ve bu dalların uçlarıyla model desteklenir; dallar modelin etrafına sarılarak yapı plakasından olabildiğince destek alır." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." +msgstr "Destek oluşturmak için kullanılabilir teknikler arasından seçim yapar. \"Normal\" destek, çıkıntılı parçaların hemen altında bir destek yapısı oluşturur" +" ve bu alanları dümdüz aşağı indirir. \"Ağaç\"destek, çıkıntılı alanlara doğru dallar oluşturur ve bu dalların uçlarıyla model desteklenir; dallar modelin" +" etrafına sarılarak yapı plakasından olabildiğince destek alır." #: fdmprinter.def.json msgctxt "support_structure option normal" @@ -3680,7 +4387,9 @@ msgstr "Ağaç Destek Dal Açısı" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "Dalların açısı. Daha dikey ve daha stabil olmaları için daha düşük bir açı kullanın. Daha fazla erişim için daha yüksek bir açı kullanın." #: fdmprinter.def.json @@ -3690,8 +4399,12 @@ msgstr "Ağaç Destek Dal Mesafesi" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." -msgstr "Dalların modele temas ettiklerinde birbirlerine ne kadar uzaklıkta olacakları. Bu mesafenin kısa yapılması ağaç desteğin modele daha fazla noktada temas etmesini sağlayarak daha iyi bir sarkma sunacaktır ancak desteğin sökülmesini de daha güç hale getirecektir." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." +msgstr "Dalların modele temas ettiklerinde birbirlerine ne kadar uzaklıkta olacakları. Bu mesafenin kısa yapılması ağaç desteğin modele daha fazla noktada temas" +" etmesini sağlayarak daha iyi bir sarkma sunacaktır ancak desteğin sökülmesini de daha güç hale getirecektir." #: fdmprinter.def.json msgctxt "support_tree_branch_diameter label" @@ -3700,7 +4413,9 @@ msgstr "Ağaç Destek Dalının Çapı" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." msgstr "Ağaç desteğin en ince dallarının çapı. Daha kalın dallar daha dayanıklı olur. Tabana doğru uzanan dallar bundan daha kalın olacaktır." #: fdmprinter.def.json @@ -3710,8 +4425,13 @@ msgstr "Ağaç Destek Dalının Çap Açısı" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." -msgstr "Alta doğru gidildikçe kademeli olarak kalınlaşan dalların açısı. 0 derecelik bir açı dalların uzunluklarını gözetmeksizin tekdüze bir kalınlığa sahip olmalarını sağlayacaktır. Birazcık açı ağaç desteğin sabitliğini artırabilir." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." +msgstr "Alta doğru gidildikçe kademeli olarak kalınlaşan dalların açısı. 0 derecelik bir açı dalların uzunluklarını gözetmeksizin tekdüze bir kalınlığa sahip olmalarını" +" sağlayacaktır. Birazcık açı ağaç desteğin sabitliğini artırabilir." #: fdmprinter.def.json msgctxt "support_tree_collision_resolution label" @@ -3720,8 +4440,12 @@ msgstr "Ağaç Destek Çarpışma Çözünürlüğü" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." -msgstr "Modele çarpmamak adına çarpışmaları hesaplamak için çözünürlük. Buna düşük bir değerin verilmesi daha az hata çıkaran daha isabetli ağaçların üretilmesini sağlar ancak dilimleme süresini önemli ölçüde artırır." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." +msgstr "Modele çarpmamak adına çarpışmaları hesaplamak için çözünürlük. Buna düşük bir değerin verilmesi daha az hata çıkaran daha isabetli ağaçların üretilmesini" +" sağlar ancak dilimleme süresini önemli ölçüde artırır." #: fdmprinter.def.json msgctxt "support_type label" @@ -3730,8 +4454,12 @@ msgstr "Destek Yerleştirme" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." -msgstr "Destek yapılarının yerleştirilmesini ayarlar. Yerleştirme, temas eden yapı levhasına veya her bölüme ayarlanabilir. Her bölüme ayarlandığında, destek yapıları da modelde yazdırılacaktır." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." +msgstr "Destek yapılarının yerleştirilmesini ayarlar. Yerleştirme, temas eden yapı levhasına veya her bölüme ayarlanabilir. Her bölüme ayarlandığında, destek yapıları" +" da modelde yazdırılacaktır." #: fdmprinter.def.json msgctxt "support_type option buildplate" @@ -3750,7 +4478,9 @@ msgstr "Destek Çıkıntı Açısı" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." msgstr "Desteğin eklendiği çıkıntıların minimum açısı. 0°’de tüm çıkıntılar desteklenirken 90°‘de destek sağlanmaz." #: fdmprinter.def.json @@ -3760,7 +4490,9 @@ msgstr "Destek Şekli" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "Yazdırma destek yapılarının şekli. Bulunan farklı seçenekler sağlam veya kolay çıkarılabilir destek oluşturabilir." #: fdmprinter.def.json @@ -3805,8 +4537,12 @@ msgstr "Duvar Hattı Sayısını Destekle" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." -msgstr "Destek dolgusunun çevreleneceği duvar sayısı. Bir duvarın eklenmesi destek yazdırmasını daha güvenilir kılabilir ve çıkıntıları daha iyi destekleyebilir. Ancak yazdırma süresini ve kullanılan malzemeyi artırır." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." +msgstr "Destek dolgusunun çevreleneceği duvar sayısı. Bir duvarın eklenmesi destek yazdırmasını daha güvenilir kılabilir ve çıkıntıları daha iyi destekleyebilir." +" Ancak yazdırma süresini ve kullanılan malzemeyi artırır." #: fdmprinter.def.json msgctxt "zig_zaggify_support label" @@ -3815,8 +4551,12 @@ msgstr "Destek Çizgilerini Bağla" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." -msgstr "Destek çizgilerinin uçlarını birbirine bağlayın. Bu ayarın etkinleştirilmesi, desteğinizi daha sağlam hale getirebilir ve ekstruzyonu azaltabilir ancak bu daha fazla malzemeye mal olacaktır." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." +msgstr "Destek çizgilerinin uçlarını birbirine bağlayın. Bu ayarın etkinleştirilmesi, desteğinizi daha sağlam hale getirebilir ve ekstruzyonu azaltabilir ancak" +" bu daha fazla malzemeye mal olacaktır." #: fdmprinter.def.json msgctxt "support_connect_zigzags label" @@ -3825,7 +4565,9 @@ msgstr "Destek Zikzaklarını Bağla" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "Zikzakları Bağla Zik zak destek yapısının sağlamlığını artırır." #: fdmprinter.def.json @@ -3835,7 +4577,9 @@ msgstr "Destek Yoğunluğu" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Destek yapısının yoğunluğunu ayarlar. Daha yüksek bir değer daha iyi çıkıntılar ortaya çıkarırken desteklerin kaldırılmasını zorlaştırır." #: fdmprinter.def.json @@ -3845,7 +4589,9 @@ msgstr "Destek Hattı Mesafesi" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "Yazdırılan destek yapısı hatları arasındaki mesafe. Bu ayar, destek yoğunluğu ile hesaplanır." #: fdmprinter.def.json @@ -3855,7 +4601,9 @@ msgstr "İlk Katman Destek Hattı Mesafesi" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "Yazdırılan ilk katman destek yapı hatları arasındaki mesafedir. Bu ayar destek yoğunluğuna göre hesaplanır." #: fdmprinter.def.json @@ -3865,8 +4613,14 @@ msgstr "Destek Dolgu Hattı Yönü" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." -msgstr "Kullanılacak tam hat yönlerinin listesi. Katmanlar ilerledikçe listedeki öğeler sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır. Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar listenin boş olmasıdır ve bu durumda varsayılan açı 0'dır." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." +msgstr "Kullanılacak tam hat yönlerinin listesi. Katmanlar ilerledikçe listedeki öğeler sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır." +" Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar listenin boş olmasıdır ve bu durumda varsayılan açı 0'dır." #: fdmprinter.def.json msgctxt "support_brim_enable label" @@ -3875,8 +4629,12 @@ msgstr "Destek Kenarını Etkinleştir" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." -msgstr "İlk katmanın destek dolgu alanı içinde bir kenar oluşturun. Bu kenar, desteğin çevresine değil, altına yazdırılır. Bu ayarı etkinleştirmek, desteğin baskı tablasına yapışma alanını artırır." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." +msgstr "İlk katmanın destek dolgu alanı içinde bir kenar oluşturun. Bu kenar, desteğin çevresine değil, altına yazdırılır. Bu ayarı etkinleştirmek, desteğin baskı" +" tablasına yapışma alanını artırır." #: fdmprinter.def.json msgctxt "support_brim_width label" @@ -3885,7 +4643,9 @@ msgstr "Destek Kenar Genişliği" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "Desteğin altına yazdırılacak kenarın genişliği. Daha geniş kenar, ekstra malzeme karşılığında baskı tablasına daha fazla alanın yapışacağı anlamına gelir." #: fdmprinter.def.json @@ -3895,8 +4655,11 @@ msgstr "Destek Kenar Hattı Sayısı" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." -msgstr "Bir destek kenarı için kullanılan hatların sayısı. Daha fazla kenar hattı, ekstra malzeme karşılığında baskı tablasına daha fazla alanın yapışacağı anlamına gelir." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." +msgstr "Bir destek kenarı için kullanılan hatların sayısı. Daha fazla kenar hattı, ekstra malzeme karşılığında baskı tablasına daha fazla alanın yapışacağı anlamına" +" gelir." #: fdmprinter.def.json msgctxt "support_z_distance label" @@ -3905,8 +4668,12 @@ msgstr "Destek Z Mesafesi" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." -msgstr "Destek yapısının üst/alt kısmından baskıya olan mesafe. Bu boşluk, model yazdırıldıktan sonra desteklerin sökülmesi için açıklık sağlar. Bu değer, katman yüksekliğinin iki katına kadar yuvarlanır." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." +msgstr "Destek yapısının üst/alt kısmından baskıya olan mesafe. Bu boşluk, model yazdırıldıktan sonra desteklerin sökülmesi için açıklık sağlar. Bu değer, katman" +" yüksekliğinin iki katına kadar yuvarlanır." #: fdmprinter.def.json msgctxt "support_top_distance label" @@ -3945,8 +4712,13 @@ msgstr "Destek Mesafesi Önceliği" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." -msgstr "Destek X/Y Mesafesinin Destek Z Mesafesinden veya tersi yönde fazla olup olmadığı. X/Y, Z’den fazla olursa, X/Y mesafesi çıkıntıya olan asıl Z mesafesini etkileyerek desteği modelden iter. Çıkıntıların etrafına X/Y mesafesi uygulayarak bunu engelleyebiliriz." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." +msgstr "Destek X/Y Mesafesinin Destek Z Mesafesinden veya tersi yönde fazla olup olmadığı. X/Y, Z’den fazla olursa, X/Y mesafesi çıkıntıya olan asıl Z mesafesini" +" etkileyerek desteği modelden iter. Çıkıntıların etrafına X/Y mesafesi uygulayarak bunu engelleyebiliriz." #: fdmprinter.def.json msgctxt "support_xy_overrides_z option xy_overrides_z" @@ -3965,7 +4737,8 @@ msgstr "Minimum Destek X/Y Mesafesi" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "Destek yapısının X/Y yönlerindeki çıkıntıya mesafesi." #: fdmprinter.def.json @@ -3975,8 +4748,13 @@ msgstr "Destek Merdiveni Basamak Yüksekliği" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." -msgstr "Modelin üzerinde sabit duran desteğin merdiven benzeri alt kısmının basamak yüksekliği. Daha düşük bir değer desteğin hareket ettirilmesini zorlaştırırken, daha yüksek bir değer kararsız destek yapılarına yol açabilir. Merdiven benzeri davranışı kapatmak için sıfır değerine ayarlayın." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." +msgstr "Modelin üzerinde sabit duran desteğin merdiven benzeri alt kısmının basamak yüksekliği. Daha düşük bir değer desteğin hareket ettirilmesini zorlaştırırken," +" daha yüksek bir değer kararsız destek yapılarına yol açabilir. Merdiven benzeri davranışı kapatmak için sıfır değerine ayarlayın." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width label" @@ -3985,8 +4763,12 @@ msgstr "Destek Merdiveni Maksimum Basamak Genişliği" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." -msgstr "Modelin üzerinde sabit duran desteğin merdiven benzeri alt kısmının maksimum basamak genişliği. Daha düşük bir değer desteğin hareket ettirilmesini zorlaştırırken, daha yüksek bir değer kararsız destek yapılarına yol açabilir." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." +msgstr "Modelin üzerinde sabit duran desteğin merdiven benzeri alt kısmının maksimum basamak genişliği. Daha düşük bir değer desteğin hareket ettirilmesini zorlaştırırken," +" daha yüksek bir değer kararsız destek yapılarına yol açabilir." #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope label" @@ -3995,8 +4777,13 @@ msgstr "Basamak Desteğinin Minimum Eğim Açısı" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." -msgstr "Basamaklı alanın etkili olması için gereken minimum eğimdir. Düşük değerler, derinliği daha düşük olan eğimlerde desteğin kaldırılmasını kolaylaştırırken, gerçekten düşük değerler ise modelin diğer parçalarında tersine sonuçlar doğurabilir." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." +msgstr "Basamaklı alanın etkili olması için gereken minimum eğimdir. Düşük değerler, derinliği daha düşük olan eğimlerde desteğin kaldırılmasını kolaylaştırırken," +" gerçekten düşük değerler ise modelin diğer parçalarında tersine sonuçlar doğurabilir." #: fdmprinter.def.json msgctxt "support_join_distance label" @@ -4005,8 +4792,12 @@ msgstr "Destek Birleşme Mesafesi" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." -msgstr "X/Y yönlerinde destek yapıları arasındaki maksimum mesafedir. Ayrı yapılar birbirlerine bu değerden daha yakınsa yapılar birleşerek tek bir yapı haline gelir." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." +msgstr "X/Y yönlerinde destek yapıları arasındaki maksimum mesafedir. Ayrı yapılar birbirlerine bu değerden daha yakınsa yapılar birleşerek tek bir yapı haline" +" gelir." #: fdmprinter.def.json msgctxt "support_offset label" @@ -4015,7 +4806,9 @@ msgstr "Destek Yatay Büyüme" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." msgstr "Her katmandaki tüm destek poligonlarına uygulanan ofset miktarı. Pozitif değerler destek alanlarını pürüzsüzleştirebilir ve daha sağlam destek sağlayabilir." #: fdmprinter.def.json @@ -4025,7 +4818,9 @@ msgstr "Destek Dolgusu Katmanı Kalınlığı" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "Her katmandaki destek dolgusu malzemesinin kalınlığı. Bu değer her zaman katman yüksekliğinin bir katı olmalıdır, aksi takdirde değer yuvarlanır." #: fdmprinter.def.json @@ -4035,8 +4830,12 @@ msgstr "Kademeli Destek Dolgusu Aşamaları" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." -msgstr "Üst yüzeylerin altına inerken destek dolgusu yoğunluğunu yarıya indirmek için inilecek yüzey sayısı. Üst yüzeylere daha yakın olan alanlarda yoğunluk daha fazladır ve Destek Dolgusu Yoğunluğuna kadar çıkabilir." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." +msgstr "Üst yüzeylerin altına inerken destek dolgusu yoğunluğunu yarıya indirmek için inilecek yüzey sayısı. Üst yüzeylere daha yakın olan alanlarda yoğunluk daha" +" fazladır ve Destek Dolgusu Yoğunluğuna kadar çıkabilir." #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height label" @@ -4045,7 +4844,9 @@ msgstr "Aşamalı Destek Dolgusu Basamak Yüksekliği" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "Yoğunluğun yarısına inmeden önce belirli bir yoğunluktaki destek dolgusunun yüksekliği." #: fdmprinter.def.json @@ -4055,7 +4856,9 @@ msgstr "Minimum Destek Bölgesi" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "Destek poligonları için minimum alan boyutu. Alanı bu değerden daha düşük olan poligonlar oluşturulmayacaktır." #: fdmprinter.def.json @@ -4065,7 +4868,10 @@ msgstr "Destek Arayüzünü Etkinleştir" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." msgstr "Model ve destek arasında yoğun bir arayüz oluştur. Modelin yazdırıldığı desteğin üstünde ve modelin üzerinde durduğu desteğin altında bir yüzey oluşturur." #: fdmprinter.def.json @@ -4075,7 +4881,9 @@ msgstr "Destek Çatısını Etkinleştir" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "Desteğin üst kısmı ile model arasında yoğun bir levha oluşturur. Bu işlem, model ile destek arasında bir yüzey alanı oluşturacaktır." #: fdmprinter.def.json @@ -4085,7 +4893,9 @@ msgstr "Destek Zeminini Etkinleştir" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "Desteğin alt kısmı ile model arasında yoğun bir levha oluşturur. Bu işlem, model ile destek arasında bir yüzey alanı oluşturacaktır." #: fdmprinter.def.json @@ -4095,7 +4905,9 @@ msgstr "Destek Arayüzü Kalınlığı" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "Alt veya üst kısımdaki modele değdiği yerde destek arayüzü kalınlığı." #: fdmprinter.def.json @@ -4105,7 +4917,9 @@ msgstr "Destek Tavanı Kalınlığı" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "Destek tavanlarının kalınlığı. Modelin bulunduğu desteğin üst kısmındaki yoğun katmanların sayısını kontrol eder." #: fdmprinter.def.json @@ -4115,7 +4929,9 @@ msgstr "Destek Zemini Kalınlığı" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "Destek zeminlerinin kalınlığı. Desteğin üzerinde durduğu modelin üst kısımlarına yazdırılan yoğun katmanların sayısını kontrol eder." #: fdmprinter.def.json @@ -4125,8 +4941,13 @@ msgstr "Destek Arayüz Çözünürlüğü" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." -msgstr "Desteğin üstünde ve altında model bulunduğunda, kontrol sırasında verilen yükseklikte adımlar uygulayın. Daha yüksek değerler, destek arayüzü olması gereken yerlerde yazdırılacak normal destek oluştururken daha düşük değerler daha yavaş dilimler." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." +msgstr "Desteğin üstünde ve altında model bulunduğunda, kontrol sırasında verilen yükseklikte adımlar uygulayın. Daha yüksek değerler, destek arayüzü olması gereken" +" yerlerde yazdırılacak normal destek oluştururken daha düşük değerler daha yavaş dilimler." #: fdmprinter.def.json msgctxt "support_interface_density label" @@ -4135,8 +4956,12 @@ msgstr "Destek Arayüzü Yoğunluğu" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." -msgstr "Destek yapısının çatılarının ve zeminlerinin yoğunluğunu ayarlar. Daha yüksek bir değer daha iyi çıkıntılar ortaya çıkarırken, desteklerin kaldırılmasını zorlaştırır." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." +msgstr "Destek yapısının çatılarının ve zeminlerinin yoğunluğunu ayarlar. Daha yüksek bir değer daha iyi çıkıntılar ortaya çıkarırken, desteklerin kaldırılmasını" +" zorlaştırır." #: fdmprinter.def.json msgctxt "support_roof_density label" @@ -4145,7 +4970,9 @@ msgstr "Destek Çatısı Yoğunluğu" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "Destek yapısı çatılarının yoğunluğu. Daha yüksek bir değer daha iyi çıkıntılar ortaya çıkarırken, desteklerin kaldırılmasını zorlaştırır." #: fdmprinter.def.json @@ -4155,7 +4982,9 @@ msgstr "Destek Çatısı Çizgi Mesafesi" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." msgstr "Yazdırılan destek çatısı çizgileri arasındaki mesafe. Bu ayar Destek Çatısı Yoğunluğu ile hesaplanır, ancak ayrıca ayarlanabilir." #: fdmprinter.def.json @@ -4165,7 +4994,9 @@ msgstr "Destek Zemini Yoğunluğu" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "Destek yapısı zeminlerinin yoğunluğu. Daha yüksek bir değer, desteğin modelin üzerine daha iyi yapışmasını sağlar." #: fdmprinter.def.json @@ -4175,7 +5006,9 @@ msgstr "Destek Zemini Çizgi Mesafesi" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "Yazdırılan destek zemini çizgileri arasındaki mesafe. Bu ayar Destek Zemini Yoğunluğu ile hesaplanır, ancak ayrıca ayarlanabilir." #: fdmprinter.def.json @@ -4185,7 +5018,9 @@ msgstr "Destek Arayüzü Şekli" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "Model ile birlikte destek arayüzünün yazdırıldığı şekil." #: fdmprinter.def.json @@ -4290,7 +5125,9 @@ msgstr "Minimum Destek Arayüzü Bölgesi" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "Destek arayüzü çokgenlerinin minimum alan boyutu. Alanı bu değerden küçük olan poligonlar normal destekle basılacaktır." #: fdmprinter.def.json @@ -4300,7 +5137,9 @@ msgstr "Minimum Destek Çatısı Bölgesi" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Destek çatılarının minimum alan boyutu. Alanı bu değerden küçük olan poligonlar normal destekle basılacaktır." #: fdmprinter.def.json @@ -4310,7 +5149,9 @@ msgstr "Minimum Destek Zemini Bölgesi" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "Destek tabanlarının minimum alan boyutu. Alanı bu değerden küçük olan poligonlar normal destekle basılacaktır." #: fdmprinter.def.json @@ -4350,8 +5191,16 @@ msgstr "Destek Arabirim Hattı Yönleri" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Kullanılacak tam hat yönlerinin listesi. Katmanlar ilerledikçe listedeki öğeler sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır. Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar, varsayılan açıların kullanıldığı (ara birimler biraz kalınsa 45 ile 135 derece arasında değişir veya 90 derecedir) boş listedir." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Kullanılacak tam hat yönlerinin listesi. Katmanlar ilerledikçe listedeki öğeler sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır." +" Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar, varsayılan açıların kullanıldığı (ara birimler biraz kalınsa" +" 45 ile 135 derece arasında değişir veya 90 derecedir) boş listedir." #: fdmprinter.def.json msgctxt "support_roof_angles label" @@ -4360,8 +5209,16 @@ msgstr "Destek Çatı Hattı Yönleri" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Kullanılacak tam hat yönlerinin listesi. Katmanlar ilerledikçe listedeki öğeler sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır. Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar, varsayılan açıların kullanıldığı (ara birimler biraz kalınsa 45 ile 135 derece arasında değişir veya 90 derecedir) boş listedir." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Kullanılacak tam hat yönlerinin listesi. Katmanlar ilerledikçe listedeki öğeler sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır." +" Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar, varsayılan açıların kullanıldığı (ara birimler biraz kalınsa" +" 45 ile 135 derece arasında değişir veya 90 derecedir) boş listedir." #: fdmprinter.def.json msgctxt "support_bottom_angles label" @@ -4370,8 +5227,16 @@ msgstr "Destek Zemin Hattı Yönleri" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." -msgstr "Kullanılacak tam hat yönlerinin listesi. Listedeki öğeler katmanlar ilerledikçe sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır. Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar, varsayılan açıların kullanıldığı (ara birimler biraz kalınsa 45 ile 135 derece arasında değişir veya 90 derecedir) boş listedir." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." +msgstr "Kullanılacak tam hat yönlerinin listesi. Listedeki öğeler katmanlar ilerledikçe sırayla kullanılır ve listenin sonuna gelindiğinde tekrar baştan başlanır." +" Liste öğeleri virgülle ayrılır ve listenin tamamı köşeli paranteze alınır. Varsayılan ayar, varsayılan açıların kullanıldığı (ara birimler biraz kalınsa" +" 45 ile 135 derece arasında değişir veya 90 derecedir) boş listedir." #: fdmprinter.def.json msgctxt "support_fan_enable label" @@ -4380,7 +5245,9 @@ msgstr "Fan Hızı Geçersiz Kılma" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "Bu ayar etkinleştirildiğinde, yazıcı soğutma fanının hızı desteğin hemen üzerindeki yüzey bölgeleri için değiştirilir." #: fdmprinter.def.json @@ -4390,8 +5257,11 @@ msgstr "Desteklenen Yüzey Fan Hızı" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." -msgstr "Desteğin hemen üzerindeki yüzey bölgeleri yazdırılırken kullanılacak yüzdelik fan hızıdır. Yüksek fan hızı kullanmak desteğin daha kolay kaldırılmasını sağlayabilir." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." +msgstr "Desteğin hemen üzerindeki yüzey bölgeleri yazdırılırken kullanılacak yüzdelik fan hızıdır. Yüksek fan hızı kullanmak desteğin daha kolay kaldırılmasını" +" sağlayabilir." #: fdmprinter.def.json msgctxt "support_use_towers label" @@ -4400,8 +5270,12 @@ msgstr "Direkleri kullan" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." -msgstr "Küçük çıkıntı alanlarını desteklemek için özel direkler kullanın. Bu direkler desteklediğimiz bölgeden daha büyük çaptadır. Çıkıntıyı yaklaştırırsanız direklerin çapı azalır ve bir tavan oluşturur." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." +msgstr "Küçük çıkıntı alanlarını desteklemek için özel direkler kullanın. Bu direkler desteklediğimiz bölgeden daha büyük çaptadır. Çıkıntıyı yaklaştırırsanız" +" direklerin çapı azalır ve bir tavan oluşturur." #: fdmprinter.def.json msgctxt "support_tower_diameter label" @@ -4420,7 +5294,9 @@ msgstr "Kule Destekli Maksimum Çap" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "Özel bir destek kulesiyle desteklenecek küçük bir alanın X/Y yönlerindeki maksimum çapıdır." #: fdmprinter.def.json @@ -4430,7 +5306,9 @@ msgstr "Direk Tavanı Açısı" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "Direk tavanı açısı Yüksek bir değer, direk tavanını sivrileştirirken, daha düşük bir değer direk tavanlarını düzleştirir." #: fdmprinter.def.json @@ -4440,7 +5318,9 @@ msgstr "Alçalan Destek Örgüsü" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "Destek örgüsünde askıda kalan herhangi bir kısım olmaması için destek örgüsünün altındaki her yere destek yapın." #: fdmprinter.def.json @@ -4450,7 +5330,9 @@ msgstr "Sahnede Destek Örgüsü Var" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "Bunlar sahnedeki mevcut destek örgüleridir. Bu ayar Cura tarafından kontrol edilir." #: fdmprinter.def.json @@ -4470,8 +5352,13 @@ msgstr "İlk Damlayı Etkinleştir" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." -msgstr "Yazdırma öncesinde bir damla ile filamanın astarlanıp astarlanmayacağı. Bu ayar açık olarak ayarlandığında, yazdırma öncesinde ekstrüder nozülünde malzeme hazır olacaktır. Kenar veya Etek Yazdırma da astarlama etkisi yapabilir; bu durumda bu ayarın kapatılmasıyla biraz zaman kazanılabilir." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." +msgstr "Yazdırma öncesinde bir damla ile filamanın astarlanıp astarlanmayacağı. Bu ayar açık olarak ayarlandığında, yazdırma öncesinde ekstrüder nozülünde malzeme" +" hazır olacaktır. Kenar veya Etek Yazdırma da astarlama etkisi yapabilir; bu durumda bu ayarın kapatılmasıyla biraz zaman kazanılabilir." #: fdmprinter.def.json msgctxt "extruder_prime_pos_x label" @@ -4480,7 +5367,9 @@ msgstr "Extruder İlk X konumu" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Nozül yazdırma işlemini başlatmaya hazırlandığında konumun X koordinatı." #: fdmprinter.def.json @@ -4490,7 +5379,9 @@ msgstr "Extruder İlk Y konumu" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "Nozül yazdırma işlemini başlatmaya hazırlandığında konumun Y koordinatı." #: fdmprinter.def.json @@ -4500,8 +5391,14 @@ msgstr "Yapı Levhası Türü" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." -msgstr "Ekstrüzyon işlemine hazırlamayı ve yapı levhasına yapışmayı artıran farklı seçenekler. Kenar, eğilmeyi önlemek için model tabanının etrafına tek katmanlı düz bir alan ekler. Radye, modelin altına çatısı olan kalın bir ızgara ekler. Etek modelin etrafına yazdırılan bir hattır fakat modele bağlı değildir." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." +msgstr "Ekstrüzyon işlemine hazırlamayı ve yapı levhasına yapışmayı artıran farklı seçenekler. Kenar, eğilmeyi önlemek için model tabanının etrafına tek katmanlı" +" düz bir alan ekler. Radye, modelin altına çatısı olan kalın bir ızgara ekler. Etek modelin etrafına yazdırılan bir hattır fakat modele bağlı değildir." #: fdmprinter.def.json msgctxt "adhesion_type option skirt" @@ -4530,48 +5427,58 @@ msgstr "Yapı Levhası Yapıştırma Ekstruderi" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "Etek/kenar/radye yazdırmak için kullanılacak ekstruder Çoklu ekstrüzyon işlemi için kullanılır." #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Etek/Kenar Ekstrüderi" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "Etek veya kenar baskısı için kullanılacak ekstrüderdir. Çoklu ekstrüzyonlarda kullanılır." #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Radye Taban Ekstrüderi" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "Radyenin ilk katmanının baskısında kullanılacak ekstrüderdir. Çoklu ekstrüzyonlarda kullanılır." #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Radye Orta Ekstrüderi" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "Radyenin orta katmanının baskısında kullanılacak ekstrüderdir. Çoklu ekstrüzyonlarda kullanılır." #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Radye Üst Ekstrüderi" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "Radyenin üst katmanlarının baskısında kullanılacak ekstrüderdir. Çoklu ekstrüzyonlarda kullanılır." #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4580,7 +5487,9 @@ msgstr "Etek Hattı Sayısı" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "Çoklu etek hatları küçük modeller için daha iyi ekstrüzyon işlemi hazırlanmasına yardımcı olur. Bu değeri 0’a ayarlamak eteği devre dışı bırakacaktır." #: fdmprinter.def.json @@ -4592,10 +5501,9 @@ msgstr "Etek Mesafesi" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"Baskının eteği ve ilk katmanı arasındaki yatay mesafe.\n" -"Minimum mesafedir. Bu mesafeden çok sayıda etek hattı dışarı doğru uzanır." +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "Baskının eteği ve ilk katmanı arasındaki yatay mesafe.\nMinimum mesafedir. Bu mesafeden çok sayıda etek hattı dışarı doğru uzanır." #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4604,8 +5512,13 @@ msgstr "Minimum Etek/Kenar Uzunluğu" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." -msgstr "Etek veya kenarın minimum uzunluğu. Tüm etek veya kenar hatları birlikte bu uzunluğa ulaşmazsa minimum uzunluğa ulaşılana kadar daha fazla etek veya kenar hattı eklenecektir. Not: Hat sayısı 0’a ayarlanırsa, bu yok sayılır." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." +msgstr "Etek veya kenarın minimum uzunluğu. Tüm etek veya kenar hatları birlikte bu uzunluğa ulaşmazsa minimum uzunluğa ulaşılana kadar daha fazla etek veya kenar" +" hattı eklenecektir. Not: Hat sayısı 0’a ayarlanırsa, bu yok sayılır." #: fdmprinter.def.json msgctxt "brim_width label" @@ -4614,7 +5527,10 @@ msgstr "Kenar Genişliği" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." msgstr "Modelin en dış kenar hattını olan mesafesi. Daha büyük kenar hattı yapı levhasına yapışmayı artırmanın yanı sıra etkin yazdırma alanını da azaltır." #: fdmprinter.def.json @@ -4624,7 +5540,9 @@ msgstr "Kenar Hattı Sayısı" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "Bir kenar için kullanılan hatların sayısı Daha fazla kenar hattı yapı levhasına yapışmayı artırmanın yanı sıra etkin yazdırma alanını da azaltır." #: fdmprinter.def.json @@ -4634,8 +5552,12 @@ msgstr "Uç Mesafesi" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." -msgstr "Baskının ilk katmanının uçtaki ilk hattı ile ana hattı arasındaki yatay mesafe. Küçük bir boşluk baskının uç kısmının kolayca çıkarılmasını sağlamasının yanı sıra ısı bakımından da avantajlıdır." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." +msgstr "Baskının ilk katmanının uçtaki ilk hattı ile ana hattı arasındaki yatay mesafe. Küçük bir boşluk baskının uç kısmının kolayca çıkarılmasını sağlamasının" +" yanı sıra ısı bakımından da avantajlıdır." #: fdmprinter.def.json msgctxt "brim_replaces_support label" @@ -4644,7 +5566,10 @@ msgstr "Kenar, Desteği Değiştirir" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." msgstr "İlgili alan üzerinde destek olsa bile kenarı modelin çevresine yazdırmaya zorlayın. Desteğin ilk katmanının bazı alanlarını kenar alanları ile değiştirir." #: fdmprinter.def.json @@ -4654,7 +5579,10 @@ msgstr "Sadece Dış Kısımdaki Kenar" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." msgstr "Sadece modelin dış kısmındaki kenarı yazdırır. Yatak yapışmasını büyük oranda azaltmasa da daha sonra kaldırmanız gereken kenar sayısını azaltır." #: fdmprinter.def.json @@ -4664,8 +5592,12 @@ msgstr "Ek Radye Boşluğu" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." -msgstr "Radye etkinleştirildiğinde, ayrıca radye verilen model etrafındaki ek radye alanıdır. Bu boşluğu artırmak, daha fazla malzeme kullanırken ve yazdırma için daha az alan bırakırken daha sağlam bir radye oluşturacaktır." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." +msgstr "Radye etkinleştirildiğinde, ayrıca radye verilen model etrafındaki ek radye alanıdır. Bu boşluğu artırmak, daha fazla malzeme kullanırken ve yazdırma için" +" daha az alan bırakırken daha sağlam bir radye oluşturacaktır." #: fdmprinter.def.json msgctxt "raft_smoothing label" @@ -4674,8 +5606,13 @@ msgstr "Radye Düzeltme" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." -msgstr "Bu ayar, radye ana hattında yer alan iç köşelerin ne kadar yuvarlanacağını kontrol eder. İç köşeler, burada belirtilen değere eşit yarıçapa sahip yarım daire şeklinde yuvarlanır. Ayrıca bu ayar, söz konusu daireden daha küçük olan radye ana hattındaki delikleri ortadan kaldırır." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." +msgstr "Bu ayar, radye ana hattında yer alan iç köşelerin ne kadar yuvarlanacağını kontrol eder. İç köşeler, burada belirtilen değere eşit yarıçapa sahip yarım" +" daire şeklinde yuvarlanır. Ayrıca bu ayar, söz konusu daireden daha küçük olan radye ana hattındaki delikleri ortadan kaldırır." #: fdmprinter.def.json msgctxt "raft_airgap label" @@ -4684,8 +5621,12 @@ msgstr "Radye Hava Boşluğu" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." -msgstr "Son radye katmanı ve modelin ilk katmanı arasındaki boşluk. Radye katmanı ve model arasındaki yapışmayı azaltmak için sadece ilk katman yükseltilir. Radyeyi sıyırmayı kolaylaştırır." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." +msgstr "Son radye katmanı ve modelin ilk katmanı arasındaki boşluk. Radye katmanı ve model arasındaki yapışmayı azaltmak için sadece ilk katman yükseltilir. Radyeyi" +" sıyırmayı kolaylaştırır." #: fdmprinter.def.json msgctxt "layer_0_z_overlap label" @@ -4694,8 +5635,12 @@ msgstr "İlk Katman Z Çakışması" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." -msgstr "Hava boşluğundaki filaman kaybını telafi etmek için Z yönünde modelin ilk ve ikinci katmanını çakıştırın. İlk model katmanının üstündeki tüm modeller bu miktara indirilecektir." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." +msgstr "Hava boşluğundaki filaman kaybını telafi etmek için Z yönünde modelin ilk ve ikinci katmanını çakıştırın. İlk model katmanının üstündeki tüm modeller bu" +" miktara indirilecektir." #: fdmprinter.def.json msgctxt "raft_surface_layers label" @@ -4704,8 +5649,12 @@ msgstr "Radyenin Üst Katmanları" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." -msgstr "İkinci radye katmanındaki üst katmanların sayısı. Bunlar modelin üstünde durduğu tamamı dolgulu katmanlardır. İki katman bir katmandan daha pürüzsüz bir üst yüzey oluşturur." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." +msgstr "İkinci radye katmanındaki üst katmanların sayısı. Bunlar modelin üstünde durduğu tamamı dolgulu katmanlardır. İki katman bir katmandan daha pürüzsüz bir" +" üst yüzey oluşturur." #: fdmprinter.def.json msgctxt "raft_surface_thickness label" @@ -4724,7 +5673,9 @@ msgstr "Radyenin Üst Hat Genişliği" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Radyenin üst yüzeyindeki hatların genişliği. Radyenin üstünün pürüzsüz olması için bunlar ince hat olabilir." #: fdmprinter.def.json @@ -4734,18 +5685,24 @@ msgstr "Radyenin Üst Boşluğu" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "Üst radye katmanları için radye hatları arasındaki mesafe. Yüzeyin katı olabilmesi için aralık hat genişliğine eşit olmalıdır." #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Radye Orta Katmanları" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Radyenin tabanı ve yüzeyi arasındaki katman sayısıdır. Bunlar radyenin temel kalınlığını oluşturur. Bu değerin artırılması daha kalın ve sağlam bir radye" +" oluşturur." #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4764,7 +5721,9 @@ msgstr "Radyenin Orta Hat Genişliği" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "Radyenin orta katmanındaki hatların genişliği. İkinci katmanın daha fazla sıkılması hatların yapı levhasına yapışmasına neden olur." #: fdmprinter.def.json @@ -4774,8 +5733,12 @@ msgstr "Radye Orta Boşluğu" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." -msgstr "Radyenin orta katmanı için radye hatları arasındaki mesafe. Ortadaki aralığın oldukça geniş olması gerekirken, üst radye katmanlarını desteklemek için de yeteri kadar yoğun olması gerekir." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." +msgstr "Radyenin orta katmanı için radye hatları arasındaki mesafe. Ortadaki aralığın oldukça geniş olması gerekirken, üst radye katmanlarını desteklemek için" +" de yeteri kadar yoğun olması gerekir." #: fdmprinter.def.json msgctxt "raft_base_thickness label" @@ -4784,7 +5747,9 @@ msgstr "Radye Taban Kalınlığı" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "Radyenin taban katmanının katman kalınlığı. Bu, yazıcı yapı levhasına sıkıca yapışan kalın bir katman olmalıdır." #: fdmprinter.def.json @@ -4794,7 +5759,9 @@ msgstr "Radyenin Taban Hat Genişliği" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "Radyenin taban katmanındaki hatların genişliği. Bunlar, yapı levhasına yapışma işlemine yardımcı olan kalın hatlar olmalıdır." #: fdmprinter.def.json @@ -4804,7 +5771,9 @@ msgstr "Radye Taban Hat Genişliği" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "Radyenin taban katmanı için radye hatları arasındaki mesafe. Geniş aralık bırakılması radyenin yapı levhasından kolayca kaldırılmasını sağlar." #: fdmprinter.def.json @@ -4824,7 +5793,10 @@ msgstr "Radye Üst Yazdırma Hızı" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." msgstr "Radye katmanlarının yazdırıldığı hız. Nozülün bitişik yüzey hatlarını yavaşça düzeltebilmesi için, bu kısımlar biraz daha yavaş yazdırılmalıdır." #: fdmprinter.def.json @@ -4834,7 +5806,10 @@ msgstr "Radyenin Orta Yazdırma Hızı" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "Orta radye katmanının yazdırıldığı hız. Nozülden gelen malzemenin hacmi çok büyük olduğu için bu kısım yavaş yazdırılmalıdır." #: fdmprinter.def.json @@ -4844,7 +5819,10 @@ msgstr "Radyenin Taban Yazdırma Hızı" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "Radyenin taban katmanının yazdırıldığı hız. Nozülden gelen malzemenin hacmi çok büyük olduğu için bu kısım yavaş yazdırılmalıdır." #: fdmprinter.def.json @@ -4984,7 +5962,9 @@ msgstr "İlk Direği Etkinleştir" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "Malzemenin hazırlanmasına yardımcı olan yazıcının yanındaki direği her nozül değişiminden sonra yazdırın." #: fdmprinter.def.json @@ -5004,7 +5984,9 @@ msgstr "İlk Direğin Minimum Hacmi" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "Yeterince malzeme temizlemek için ilk direğin her bir katmanı için minimum hacim." #: fdmprinter.def.json @@ -5034,7 +6016,9 @@ msgstr "İlk Direkteki Sürme İnaktif Nozülü" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "Bir nozül ile ilk direği yazdırdıktan sonra, diğer nozülden ilk direğe sızdırılan malzemeyi silin." #: fdmprinter.def.json @@ -5044,7 +6028,9 @@ msgstr "Astarlama Direği Kenarı" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." msgstr "Model ihtiyaç duymasa da astarlama direkleri bir kenarın sağladığı ekstra yapışkanlığa ihtiyaç duyabilir. Şu anda \"radye\" yapışma tipi ile birlikte kullanılamamaktadır." #: fdmprinter.def.json @@ -5054,8 +6040,12 @@ msgstr "Sızdırma Kalkanını Etkinleştir" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." -msgstr "Dış sızdırma kalkanını etkinleştirir. Modelin etrafında, ilk nozül ile aynı yükseklikte olması halinde ikinci bir nozülü temizleyebilecek olan bir kalkan oluşturacaktır." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." +msgstr "Dış sızdırma kalkanını etkinleştirir. Modelin etrafında, ilk nozül ile aynı yükseklikte olması halinde ikinci bir nozülü temizleyebilecek olan bir kalkan" +" oluşturacaktır." #: fdmprinter.def.json msgctxt "ooze_shield_angle label" @@ -5064,8 +6054,12 @@ msgstr "Sızdırma Kalkanı Açısı" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." -msgstr "Sızdırma kalkanında bir bölümün sahip olacağı en büyük açı. Dikey 0 derece ve yatay 90 derece. Daha küçük bir açı sızdırma kalkanının daha sorunsuz olmasını sağlarken daha fazla malzeme kullanılmasına yol açar." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." +msgstr "Sızdırma kalkanında bir bölümün sahip olacağı en büyük açı. Dikey 0 derece ve yatay 90 derece. Daha küçük bir açı sızdırma kalkanının daha sorunsuz olmasını" +" sağlarken daha fazla malzeme kullanılmasına yol açar." #: fdmprinter.def.json msgctxt "ooze_shield_dist label" @@ -5084,7 +6078,10 @@ msgstr "Nozül Anahtarı Geri Çekme Mesafesi" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." msgstr "Ekstrüderler değiştirilirken oluşan geri çekme miktarı. Geri çekme yoksa 0 olarak ayarlayın. Bu genellikle ısı bölgesinin uzunluğuna eşittir." #: fdmprinter.def.json @@ -5094,7 +6091,9 @@ msgstr "Nozül Anahtarı Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "Filamanın geri çekildiği hız. Daha yüksek bir geri çekme hızı daha çok işe yarar, fakat çok yüksek geri çekme hızı filaman aşınmasına neden olabilir." #: fdmprinter.def.json @@ -5104,7 +6103,8 @@ msgstr "Nozül Değişiminin Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "Nozül değişiminin çekmesi sırasında filamanın geri çekildiği hız." #: fdmprinter.def.json @@ -5114,7 +6114,9 @@ msgstr "Nozül Değişiminin İlk Hızı" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "Nozül değişiminin çekmesi sonucunda filamanın geriye doğru itildiği hız." #: fdmprinter.def.json @@ -5144,8 +6146,12 @@ msgstr "Bağlantı Çakışma Hacimleri" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." -msgstr "Bir örgü içinde çakışan hacimlerden kaynaklanan iç geometriyi yok sayın ve hacimleri tek bir hacim olarak yazdırın. Bu durum, istenmeyen iç boşlukların kaybolmasını sağlar." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." +msgstr "Bir örgü içinde çakışan hacimlerden kaynaklanan iç geometriyi yok sayın ve hacimleri tek bir hacim olarak yazdırın. Bu durum, istenmeyen iç boşlukların" +" kaybolmasını sağlar." #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes label" @@ -5154,8 +6160,12 @@ msgstr "Tüm Boşlukları Kaldır" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." -msgstr "Her katmandaki boşlukları ortadan kaldırır ve sadece dış şekli korur. Görünmez tüm iç geometriyi yok sayar. Bununla birlikte, üstten ve alttan görünebilen katman boşluklarını da göz ardı eder." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "Her katmandaki boşlukları ortadan kaldırır ve sadece dış şekli korur. Görünmez tüm iç geometriyi yok sayar. Bununla birlikte, üstten ve alttan görünebilen" +" katman boşluklarını da göz ardı eder." #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching label" @@ -5164,7 +6174,10 @@ msgstr "Geniş Dikiş" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." msgstr "Geniş Dikiş, bitişik poligonlarla dikişleri kapatarak ağdaki açık boşlukların dikmeye çalışır. Bu seçenek çok fazla işlem süresi ortaya çıkarabilir." #: fdmprinter.def.json @@ -5174,8 +6187,13 @@ msgstr "Bağlı Olmayan Yüzleri Tut" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." -msgstr "Normal koşullarda, Cura ağdaki küçük boşlukları diker ve büyük boşluklu katman parçalarını ortadan kaldırır. Bu seçeneği etkinleştirmek, dikilemeyen parçaları muhafaza eder. Bu seçenek, hiçbir işlemin uygun bir g-code oluşturamaması durumunda başvurulacak son seçenek olarak kullanılmalıdır." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." +msgstr "Normal koşullarda, Cura ağdaki küçük boşlukları diker ve büyük boşluklu katman parçalarını ortadan kaldırır. Bu seçeneği etkinleştirmek, dikilemeyen parçaları" +" muhafaza eder. Bu seçenek, hiçbir işlemin uygun bir g-code oluşturamaması durumunda başvurulacak son seçenek olarak kullanılmalıdır." #: fdmprinter.def.json msgctxt "multiple_mesh_overlap label" @@ -5184,7 +6202,9 @@ msgstr "Birleştirilmiş Bileşim Çakışması" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "Birbirine dokunan örgülerin az oranda üst üste binmesini sağlayın. Böylelikle bunlar daha iyi birleşebilir." #: fdmprinter.def.json @@ -5194,7 +6214,9 @@ msgstr "Bileşim Kesişimini Kaldırın" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "Birden fazla bileşimin çakıştığı alanları kaldırın. Bu, birleştirilmiş ikili malzemeler çakıştığında kullanılabilir." #: fdmprinter.def.json @@ -5204,8 +6226,13 @@ msgstr "Alternatif Örgü Giderimi" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." -msgstr "Çakışan bileşimlerin birbirine karışması için her bir katmanda bileşim kesişimi hacimlerine göre değişiklik yapın. Bu ayarın kapatılması, bir bileşimin diğer bileşimlerden ayrılarak çakışmadaki tüm hacmi almasına neden olur." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." +msgstr "Çakışan bileşimlerin birbirine karışması için her bir katmanda bileşim kesişimi hacimlerine göre değişiklik yapın. Bu ayarın kapatılması, bir bileşimin" +" diğer bileşimlerden ayrılarak çakışmadaki tüm hacmi almasına neden olur." #: fdmprinter.def.json msgctxt "remove_empty_first_layers label" @@ -5214,8 +6241,12 @@ msgstr "Boş İlk Katmanları Kaldır" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." -msgstr "Basılan ilk katmanın altındaki varsa boş katmanları kaldır. Bu ayarın devre dışı bırakılması, Dilimleme Toleransı Dışlayıcı veya Ortalayıcı olarak ayarlanmışsa, boş ilk katmanlar oluşmasına neden olabilir." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." +msgstr "Basılan ilk katmanın altındaki varsa boş katmanları kaldır. Bu ayarın devre dışı bırakılması, Dilimleme Toleransı Dışlayıcı veya Ortalayıcı olarak ayarlanmışsa," +" boş ilk katmanlar oluşmasına neden olabilir." #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution label" @@ -5224,8 +6255,13 @@ msgstr "Maksimum Çözünürlük" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." -msgstr "Bir çizginin dilimlemeden sonraki minimum boyutu. Bu değer artırıldıktan sonra örgünün çözünürlüğü düşer. Bu, yazıcının g-kodunu işlemek için gereken hıza yetişmesine olanak tanır ve örtünün zaten işlenemeyecek ayrıntılarını kaldırarak dilimleme hızını artırır." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." +msgstr "Bir çizginin dilimlemeden sonraki minimum boyutu. Bu değer artırıldıktan sonra örgünün çözünürlüğü düşer. Bu, yazıcının g-kodunu işlemek için gereken hıza" +" yetişmesine olanak tanır ve örtünün zaten işlenemeyecek ayrıntılarını kaldırarak dilimleme hızını artırır." #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution label" @@ -5234,8 +6270,13 @@ msgstr "Maksimum Hareket Çözünürlüğü" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." -msgstr "Bir hareket çizgisinin dilimlemeden sonraki minimum boyutu. Bunu artırmanız durumunda, hareketlerde köşelerin yumuşaklığı azalır. Bu seçenek, yazıcının g-code işlemek için gereken hızı yakalamasına olanak tanıyabilir ancak model kaçınmasının doğruluğunu azaltabilir." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." +msgstr "Bir hareket çizgisinin dilimlemeden sonraki minimum boyutu. Bunu artırmanız durumunda, hareketlerde köşelerin yumuşaklığı azalır. Bu seçenek, yazıcının" +" g-code işlemek için gereken hızı yakalamasına olanak tanıyabilir ancak model kaçınmasının doğruluğunu azaltabilir." #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation label" @@ -5244,18 +6285,35 @@ msgstr "Maksimum Sapma" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." -msgstr "Maksimum Çözünürlük ayarı için çözünürlük azaltıldığında izin verilen maksimum sapma. Bu değeri artırırsanız baskının doğruluğu azalacak ancak g kodu daha küçük olacaktır. Maksimum Sapma, Maksimum Çözünürlük için sınırdır, dolayısıyla iki değer çelişirse Maksimum Sapma her zaman doğru kabul edilir." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." +msgstr "Maksimum Çözünürlük ayarı için çözünürlük azaltıldığında izin verilen maksimum sapma. Bu değeri artırırsanız baskının doğruluğu azalacak ancak g kodu daha" +" küçük olacaktır. Maksimum Sapma, Maksimum Çözünürlük için sınırdır, dolayısıyla iki değer çelişirse Maksimum Sapma her zaman doğru kabul edilir." #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "Maksimum Ekstrüzyon Alanı Sapması" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "Ara noktaları düz bir hattan çıkarırken izin verilen maksimum ekstrüzyon alanı sapmasıdır. Bir ara nokta, uzun düz bir hatta genişlik değiştiren nokta" +" olarak hizmet edebilir. Bu nedenle, ara noktanın çıkarılması hattın tek boyutlu bir genişliğe sahip olmasına ve dolayısıyla bir miktar ekstrüzyon alanı" +" kaybetmesine (veya kazanmasına) neden olur. Bu değeri artırırsanız daha fazla ara genişlik değiştiren noktaların kaldırılmasına izin verileceğinden, düz" +" paralel duvarlar arasında az (veya çok) ekstrüzyon görebilirsiniz. Baskının doğruluğu azalacak fakat g kodu daha küçük olacaktır." #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5274,8 +6332,15 @@ msgstr "Yazdırma Dizisi" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." -msgstr "Sıradakine geçmeden önce, tüm modellerin tek seferde bir katmanla mı yazdırılacağı yoksa bir modelin bitmesinin mi bekleneceği. Teker teker modu a) yalnızca bir ekstrüder etkinleştirildiğinde b) tüm modeller baskı kafası aralarında hareket edecek veya nozül ile X/Y eksenleri arasındaki mesafeden az olacak şekilde ayrıldığında kullanılabilir." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." +msgstr "Sıradakine geçmeden önce, tüm modellerin tek seferde bir katmanla mı yazdırılacağı yoksa bir modelin bitmesinin mi bekleneceği. Teker teker modu a) yalnızca" +" bir ekstrüder etkinleştirildiğinde b) tüm modeller baskı kafası aralarında hareket edecek veya nozül ile X/Y eksenleri arasındaki mesafeden az olacak" +" şekilde ayrıldığında kullanılabilir." #: fdmprinter.def.json msgctxt "print_sequence option all_at_once" @@ -5294,8 +6359,12 @@ msgstr "Dolgu Ağı" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." -msgstr "Çakıştığı diğer dolgu ağını düzeltmek için bu ağı kullanın. Bu birleşim için olan bölgelerle diğer birleşimlerin dolgu bölgelerini değiştirir. Bu birleşim için Üst/Alt Dış Katmanı değil sadece bir Duvarı yazdırmak önerilir." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgstr "Çakıştığı diğer dolgu ağını düzeltmek için bu ağı kullanın. Bu birleşim için olan bölgelerle diğer birleşimlerin dolgu bölgelerini değiştirir. Bu birleşim" +" için Üst/Alt Dış Katmanı değil sadece bir Duvarı yazdırmak önerilir." #: fdmprinter.def.json msgctxt "infill_mesh_order label" @@ -5304,8 +6373,14 @@ msgstr "Örgü İşleme Sıralaması" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." -msgstr "Çakışan birden çok dolgu örgüsünü göz önüne alarak bu örgünün önceliğini belirler. Birden çok dolgu örgüsünün çakıştığı alanlar en yüksek sıralamaya sahip örgünün ayarlarını alacaktır. Daha yüksek sıralamaya sahip dolgu örgüsü, dolgu örgülerinin dolgusunu daha düşük sıralı ve normal örgüler ile değiştirecektir." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." +msgstr "Çakışan birden çok dolgu örgüsünü göz önüne alarak bu örgünün önceliğini belirler. Birden çok dolgu örgüsünün çakıştığı alanlar en yüksek sıralamaya sahip" +" örgünün ayarlarını alacaktır. Daha yüksek sıralamaya sahip dolgu örgüsü, dolgu örgülerinin dolgusunu daha düşük sıralı ve normal örgüler ile değiştirecektir." #: fdmprinter.def.json msgctxt "cutting_mesh label" @@ -5314,8 +6389,12 @@ msgstr "Kesme Örgüsü" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." -msgstr "Bu örgünün hacmini diğer örgülere göre sınırlandırın. Bir örgünün belirli alanlarını farklı ayarlarla ve tamamen farklı bir ekstrüder ile yazdırmak için bunu kullanabilirsiniz." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." +msgstr "Bu örgünün hacmini diğer örgülere göre sınırlandırın. Bir örgünün belirli alanlarını farklı ayarlarla ve tamamen farklı bir ekstrüder ile yazdırmak için" +" bunu kullanabilirsiniz." #: fdmprinter.def.json msgctxt "mold_enabled label" @@ -5324,7 +6403,9 @@ msgstr "Kalıp" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "Yapı levhası üzerinde modelleri toplayan bir model elde etmek amacıyla döküm olabilecek modelleri kalıp olarak yazdırır." #: fdmprinter.def.json @@ -5334,7 +6415,9 @@ msgstr "Minimum Kalıp Genişliği" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "Kalıbın dış tarafı ile modelin dış tarafı arasındaki minimum mesafedir." #: fdmprinter.def.json @@ -5354,8 +6437,12 @@ msgstr "Kalıp Açısı" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." -msgstr "Kalıp için oluşturulan dış duvarların çıkıntı açısı. 0° kalıbın dış kovanını dikey hale getirirken, 90° ise modelin dış kısmının model konturunu takip etmesini sağlayacaktır." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." +msgstr "Kalıp için oluşturulan dış duvarların çıkıntı açısı. 0° kalıbın dış kovanını dikey hale getirirken, 90° ise modelin dış kısmının model konturunu takip" +" etmesini sağlayacaktır." #: fdmprinter.def.json msgctxt "support_mesh label" @@ -5364,7 +6451,9 @@ msgstr "Destek Örgüsü" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "Destek alanlarını belirlemek için bu örgüyü kullanın. Bu örgü, destek yapısını oluşturmak için kullanılabilir." #: fdmprinter.def.json @@ -5374,7 +6463,9 @@ msgstr "Çıkıntı Önleme Örgüsü" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." msgstr "Bu bileşimi, modelin hiçbir parçasının çıkıntı olarak algılanmadığı durumları belirlemek için kullanın. Bu, istenmeyen destek yapısını kaldırmak için kullanılabilir." #: fdmprinter.def.json @@ -5384,8 +6475,15 @@ msgstr "Yüzey Modu" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." -msgstr "Modeli sadece bir yüzey, gevşek yüzeyli hacim veya hacimler şeklinde işleyin. Normal yazdırma modu sadece kapalı hacimleri yazdırır. “Yüzey”, dolgusu ve üst/alt dış katmanı olmayan birleşim yüzeyini takip eden tek bir duvar yazdırır. “Her ikisi” kapalı hacimleri normal şekilde ve kalan poligonları yüzey şeklinde yazdırır." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." +msgstr "Modeli sadece bir yüzey, gevşek yüzeyli hacim veya hacimler şeklinde işleyin. Normal yazdırma modu sadece kapalı hacimleri yazdırır. “Yüzey”, dolgusu ve" +" üst/alt dış katmanı olmayan birleşim yüzeyini takip eden tek bir duvar yazdırır. “Her ikisi” kapalı hacimleri normal şekilde ve kalan poligonları yüzey" +" şeklinde yazdırır." #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode option normal" @@ -5409,8 +6507,13 @@ msgstr "Spiral Dış Çevre" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." -msgstr "Dış kenarın Z hareketini helezon şeklinde düzeltir. Böylece yazdırmanın tamamında sabit bir Z artışı oluşur. Bu özellik katı bir modeli, tabanı katı tek bir duvar yazdırmasına dönüştürür. Bu özelliğin sadece tek bir parça içeren tüm tabakalarda etkinleştirilmesi gerekir." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." +msgstr "Dış kenarın Z hareketini helezon şeklinde düzeltir. Böylece yazdırmanın tamamında sabit bir Z artışı oluşur. Bu özellik katı bir modeli, tabanı katı tek" +" bir duvar yazdırmasına dönüştürür. Bu özelliğin sadece tek bir parça içeren tüm tabakalarda etkinleştirilmesi gerekir." #: fdmprinter.def.json msgctxt "smooth_spiralized_contours label" @@ -5419,8 +6522,12 @@ msgstr "Helezon Şeklinde Düzeltme" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." -msgstr "Z dikişinin görünürlüğünü azaltmak için helezon şeklindeki konturları düzeltin (Z dikişi baskıda zor görünmeli ancak katman görünümünde görünür olmalıdır). Düzeltme işleminin ince yüzey detaylarında bulanıklığa neden olabileceğini göz önünde bulundurun." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." +msgstr "Z dikişinin görünürlüğünü azaltmak için helezon şeklindeki konturları düzeltin (Z dikişi baskıda zor görünmeli ancak katman görünümünde görünür olmalıdır)." +" Düzeltme işleminin ince yüzey detaylarında bulanıklığa neden olabileceğini göz önünde bulundurun." #: fdmprinter.def.json msgctxt "relative_extrusion label" @@ -5429,8 +6536,16 @@ msgstr "Bağıl Ekstrüzyon" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." -msgstr "Mutlak ekstrüzyon yerine bağıl ekstrüzyon uygulayın. Bağıl E-adımlarının uygulanması, g-code’un sonradan işlenmesini kolaylaştırır. Ancak bu, tüm yazıcılar tarafından desteklenmemektedir ve mutlak E-adımları ile karşılaştırıldığında birikmiş malzemenin miktarında hafif farklılıklar yaratabilir. Bu ayara bakılmaksızın, herhangi bir g-code komut dosyası çıkartılmadan önce ekstrüzyon modu her zaman mutlak değere ayarlı olacaktır." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." +msgstr "Mutlak ekstrüzyon yerine bağıl ekstrüzyon uygulayın. Bağıl E-adımlarının uygulanması, g-code’un sonradan işlenmesini kolaylaştırır. Ancak bu, tüm yazıcılar" +" tarafından desteklenmemektedir ve mutlak E-adımları ile karşılaştırıldığında birikmiş malzemenin miktarında hafif farklılıklar yaratabilir. Bu ayara bakılmaksızın," +" herhangi bir g-code komut dosyası çıkartılmadan önce ekstrüzyon modu her zaman mutlak değere ayarlı olacaktır." #: fdmprinter.def.json msgctxt "experimental label" @@ -5449,8 +6564,18 @@ msgstr "Dilimleme Toleransı" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." -msgstr "Dilimlenmiş katmanlardaki dikey tolerans. Bir katmanın konturları her katmanın kalınlığının ortasından enine kesitler (Ortalayan) alınarak normal şekilde oluşturulur. Alternatif olarak, her katman, katmanın tüm kalınlığı boyunca hacmin iç kısmına düşen alanlara (Dışlayan) sahip olabilir; veya bir katman, katman içinde herhangi bir yere düşen alanlara (İçeren) sahip olabilir. İçeren seçeneğinde katmandaki çoğu ayrıntı korunur, Dışlayan seçeneği en iyi uyum içindir ve Ortalayan seçeneği ise katmanı orijinal yüzeyin en yakınında tutar." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." +msgstr "Dilimlenmiş katmanlardaki dikey tolerans. Bir katmanın konturları her katmanın kalınlığının ortasından enine kesitler (Ortalayan) alınarak normal şekilde" +" oluşturulur. Alternatif olarak, her katman, katmanın tüm kalınlığı boyunca hacmin iç kısmına düşen alanlara (Dışlayan) sahip olabilir; veya bir katman," +" katman içinde herhangi bir yere düşen alanlara (İçeren) sahip olabilir. İçeren seçeneğinde katmandaki çoğu ayrıntı korunur, Dışlayan seçeneği en iyi uyum" +" içindir ve Ortalayan seçeneği ise katmanı orijinal yüzeyin en yakınında tutar." #: fdmprinter.def.json msgctxt "slicing_tolerance option middle" @@ -5509,8 +6634,12 @@ msgstr "Monotonik Üst Yüzey Düzeni" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." -msgstr "Her zaman bitişik hatlarla tek yönde çakışmaya neden olan bir düzenle üst yüzey hatlarının baskısını yapın. Bu baskı biraz daha uzun sürer, fakat düz yüzeylerin daha tutarlı görünmesini sağlar." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." +msgstr "Her zaman bitişik hatlarla tek yönde çakışmaya neden olan bir düzenle üst yüzey hatlarının baskısını yapın. Bu baskı biraz daha uzun sürer, fakat düz yüzeylerin" +" daha tutarlı görünmesini sağlar." #: fdmprinter.def.json msgctxt "roofing_angles label" @@ -5519,8 +6648,16 @@ msgstr "Üst Yüzey Hat Yönleri" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." -msgstr "Üst yüzey katmanları çizgi veya zikzak biçimindeyken kullanılacak tam sayı hat yönü listesi. Listedeki öğeler, katmanlar ilerledikçe sıralı olarak kullanılır. Listenin sonuna ulaşıldığında tekrar başa dönülür. Liste öğeleri virgülle ayrılır ve tüm liste köşeli parantez içine alınır. Varsayılan ayar boş listedir ve geleneksel varsayılan açılar (45 ve 135 derece) kullanılır." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." +msgstr "Üst yüzey katmanları çizgi veya zikzak biçimindeyken kullanılacak tam sayı hat yönü listesi. Listedeki öğeler, katmanlar ilerledikçe sıralı olarak kullanılır." +" Listenin sonuna ulaşıldığında tekrar başa dönülür. Liste öğeleri virgülle ayrılır ve tüm liste köşeli parantez içine alınır. Varsayılan ayar boş listedir" +" ve geleneksel varsayılan açılar (45 ve 135 derece) kullanılır." #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization label" @@ -5529,8 +6666,14 @@ msgstr "Dolgu Hareket Optimizasyonu" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." -msgstr "Aktifleştirildiğinde, dolgu hatlarının baskı düzeni, hareketi azaltmak için optimize edilir. Elde edilen hareket zamanındaki azalma dilimlenen modele, dolgu şekline ve yoğunluğuna vs. bağlıdır. Birçok ufak dolgu bölgesine sahip bazı modeller için modelin dilimlenme süresi önemli ölçüde artabilir." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." +msgstr "Aktifleştirildiğinde, dolgu hatlarının baskı düzeni, hareketi azaltmak için optimize edilir. Elde edilen hareket zamanındaki azalma dilimlenen modele," +" dolgu şekline ve yoğunluğuna vs. bağlıdır. Birçok ufak dolgu bölgesine sahip bazı modeller için modelin dilimlenme süresi önemli ölçüde artabilir." #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature label" @@ -5539,7 +6682,9 @@ msgstr "Otomatik Sıcaklık" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "Katmanın ortalama akış hızıyla otomatik olarak her katman için sıcaklığı değiştirir." #: fdmprinter.def.json @@ -5549,7 +6694,9 @@ msgstr "Akış Sıcaklık Grafiği" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "Malzeme akışını (saniye başına mm3 bazında) sıcaklığa (santigrat derece) bağlayan veri." #: fdmprinter.def.json @@ -5559,8 +6706,14 @@ msgstr "Minimum Poligon Çevre Uzunluğu" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." -msgstr "Bu miktardan daha kısa çevre uzunluğuna sahip dilimlenmiş katmanlardaki poligonlar filtre ile elenecektir. Daha düşük değerler dilimleme süresini uzatacak ancak daha yüksek çözünürlükte bir ağ oluşturacaktır. Genellikle yüksek çözünürlüklü SLA yazıcılarına yöneliktir ve çok fazla detay içeren çok küçük 3D modellerinde kullanılır." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." +msgstr "Bu miktardan daha kısa çevre uzunluğuna sahip dilimlenmiş katmanlardaki poligonlar filtre ile elenecektir. Daha düşük değerler dilimleme süresini uzatacak" +" ancak daha yüksek çözünürlükte bir ağ oluşturacaktır. Genellikle yüksek çözünürlüklü SLA yazıcılarına yöneliktir ve çok fazla detay içeren çok küçük 3D" +" modellerinde kullanılır." #: fdmprinter.def.json msgctxt "support_skip_some_zags label" @@ -5569,7 +6722,9 @@ msgstr "Parçalarda Döküm Desteği" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." msgstr "Destek yapısının daha kolay kırılması için bazı destek hattı bağlantılarını atlayın. Bu ayar, Zikzak destek dolgusu şekli için geçerlidir." #: fdmprinter.def.json @@ -5579,7 +6734,9 @@ msgstr "Destek Parçasının Boyutu" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "Destek yapısının daha kolay kırılması için her N milimetresinde bir destek hatları arasında bağlantı atlayın." #: fdmprinter.def.json @@ -5589,7 +6746,9 @@ msgstr "Destek Parçası Hattı Sayısı" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "Destek yapısının daha kolay kırılması için her N bağlantı hattında bir zikzak atlayın." #: fdmprinter.def.json @@ -5599,8 +6758,11 @@ msgstr "Cereyan Kalkanını Etkinleştir" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." -msgstr "Modelin etrafında (sıcak) hava ve kalkanlara dışarıdaki hava akımına karşı set çeken bir duvar oluşturur. Özellikle kolayca eğrilebilen malzemeler için kullanışlıdır." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." +msgstr "Modelin etrafında (sıcak) hava ve kalkanlara dışarıdaki hava akımına karşı set çeken bir duvar oluşturur. Özellikle kolayca eğrilebilen malzemeler için" +" kullanışlıdır." #: fdmprinter.def.json msgctxt "draft_shield_dist label" @@ -5619,7 +6781,9 @@ msgstr "Cereyan Kalkanı Sınırlaması" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "Cereyan kalkanının yüksekliğini ayarlayın. Cereyan kalkanını model yüksekliğinde veya sınırlı yükseklikte yazdırmayı seçin." #: fdmprinter.def.json @@ -5639,7 +6803,9 @@ msgstr "Cereyan Kalkanı Yüksekliği" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "Cereyan kalkanının yükseklik sınırı. Bundan daha fazla bir yükseklikte cereyan kalkanı yazdırılmayacaktır." #: fdmprinter.def.json @@ -5649,8 +6815,12 @@ msgstr "Çıkıntıyı Yazdırılabilir Yap" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." -msgstr "En az desteğin istenmesi için yazdırılan modelin geometrisini değiştirin. Dik çıkıntılar sığlaşacaktır. Çıkıntılı alanlar daha dikey biçimde olmak için alçalacaktır." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." +msgstr "En az desteğin istenmesi için yazdırılan modelin geometrisini değiştirin. Dik çıkıntılar sığlaşacaktır. Çıkıntılı alanlar daha dikey biçimde olmak için" +" alçalacaktır." #: fdmprinter.def.json msgctxt "conical_overhang_angle label" @@ -5659,8 +6829,12 @@ msgstr "Maksimum Model Açısı" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." -msgstr "Yazdırılabilir yapıldıktan sonra çıkıntıların en büyük açısı. 0° değerindeyken tüm modeller yapı levhasına bağlı bir model parçasıyla değiştirilirken 90° modeli hiçbir şekilde değiştirmez." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." +msgstr "Yazdırılabilir yapıldıktan sonra çıkıntıların en büyük açısı. 0° değerindeyken tüm modeller yapı levhasına bağlı bir model parçasıyla değiştirilirken 90°" +" modeli hiçbir şekilde değiştirmez." #: fdmprinter.def.json msgctxt "conical_overhang_hole_size label" @@ -5669,8 +6843,12 @@ msgstr "Maksimum Çıkıntı Deliği Alanı" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." -msgstr "Çıkıntıyı Yazdırılabilir Yap işlemiyle çıkarılmadan önce modelin tabanındaki deliğin maksimum alanı. Bu değerden küçük delikler korunacaktır. 0 mm²'lik değer modellerin tabanındaki tüm delikleri dolduracaktır." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." +msgstr "Çıkıntıyı Yazdırılabilir Yap işlemiyle çıkarılmadan önce modelin tabanındaki deliğin maksimum alanı. Bu değerden küçük delikler korunacaktır. 0 mm²'lik" +" değer modellerin tabanındaki tüm delikleri dolduracaktır." #: fdmprinter.def.json msgctxt "coasting_enable label" @@ -5679,8 +6857,12 @@ msgstr "Taramayı Etkinleştir" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." -msgstr "Tarama, ekstrüzyon yolunun son parçasını hareket parça ile değiştirir. Dizimli azaltmak amacıyla sızdırılan malzeme ekstrüzyon yolunun son parçasını yazdırmak için kullanılır." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." +msgstr "Tarama, ekstrüzyon yolunun son parçasını hareket parça ile değiştirir. Dizimli azaltmak amacıyla sızdırılan malzeme ekstrüzyon yolunun son parçasını yazdırmak" +" için kullanılır." #: fdmprinter.def.json msgctxt "coasting_volume label" @@ -5689,7 +6871,9 @@ msgstr "Tarama Hacmi" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "Aksi takdirde hacim sızdırılır. Bu değer, genellikle nozül çapının küpüne yakındır." #: fdmprinter.def.json @@ -5699,8 +6883,13 @@ msgstr "Tarama Öncesi Minimum Hacim" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." -msgstr "Taramaya izin verilmeden önce ekstrüzyon yolunda olması gereken en küçük hacim. Daha küçük ekstrüzyon yolları için bowden tüpünde daha az basınç geliştirilir ve bu nedenle taranan hacim doğrusal olarak ölçeklendirilir. Bu değer her zaman Tarama Değerinden daha büyüktür." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." +msgstr "Taramaya izin verilmeden önce ekstrüzyon yolunda olması gereken en küçük hacim. Daha küçük ekstrüzyon yolları için bowden tüpünde daha az basınç geliştirilir" +" ve bu nedenle taranan hacim doğrusal olarak ölçeklendirilir. Bu değer her zaman Tarama Değerinden daha büyüktür." #: fdmprinter.def.json msgctxt "coasting_speed label" @@ -5709,8 +6898,12 @@ msgstr "Tarama Hızı" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." -msgstr "Ekstrüzyon yolu hızına göre tarama sırasındaki hareket hızı. Tarama hareketi sırasında bowden tüpündeki basınç düştüğü için değerin %100’ün altında olması öneriliyor." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." +msgstr "Ekstrüzyon yolu hızına göre tarama sırasındaki hareket hızı. Tarama hareketi sırasında bowden tüpündeki basınç düştüğü için değerin %100’ün altında olması" +" öneriliyor." #: fdmprinter.def.json msgctxt "cross_infill_pocket_size label" @@ -5719,7 +6912,9 @@ msgstr "Çapraz 3D Cebin Boyutu" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "Şeklin kendisine temas ettiği yüksekliklerde, çapraz 3D şekilde dört yönlü kesişme yerlerinde bulunan ceplerin boyutudur." #: fdmprinter.def.json @@ -5729,7 +6924,9 @@ msgstr "Çapraz Dolgu Yoğunluğu Görüntüsü" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "Parlaklık değerlerinin, yazdırma dolgusunun ilgili konumundaki minimum yoğunluğu belirlediği görüntünün dosya konumu." #: fdmprinter.def.json @@ -5739,7 +6936,9 @@ msgstr "Destek için Çapraz Dolgu Yoğunluğu Görüntüsü" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "Parlaklık değerlerinin, desteğin ilgili konumundaki minimum yoğunluğu belirlediği görüntünün dosya konumu." #: fdmprinter.def.json @@ -5759,8 +6958,13 @@ msgstr "Konik Destek Açısı" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." -msgstr "Konik desteğin eğim açısı. Dikey 0 derece ve yatay 90 derece. Daha küçük açılar desteğin daha sağlam olmasını sağlar, ancak çok fazla malzeme içerir. Negatif açılar destek tabanının üst kısımdan daha geniş olmasına yol açar." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "Konik desteğin eğim açısı. Dikey 0 derece ve yatay 90 derece. Daha küçük açılar desteğin daha sağlam olmasını sağlar, ancak çok fazla malzeme içerir. Negatif" +" açılar destek tabanının üst kısımdan daha geniş olmasına yol açar." #: fdmprinter.def.json msgctxt "support_conical_min_width label" @@ -5769,7 +6973,9 @@ msgstr "Koni Desteğinin Minimum Genişliği" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "Koni desteği tabanının indirildiği minimum genişlik. Küçük genişlikler, destek tabanlarının dengesiz olmasına neden olur." #: fdmprinter.def.json @@ -5779,7 +6985,9 @@ msgstr "Belirsiz Dış Katman" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "Yüzeyin sert ve belirsiz bir görüntü alması için dış duvarları yazdırırken rastgele titrer." #: fdmprinter.def.json @@ -5799,7 +7007,9 @@ msgstr "Belirsiz Dış Katman Kalınlığı" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." msgstr "Titremenin yapılacağı genişlik. İç duvarlar değiştirilmediği için, bunun dış duvar genişliğinin altında tutulması öneriliyor." #: fdmprinter.def.json @@ -5809,8 +7019,12 @@ msgstr "Belirsiz Dış Katman Yoğunluğu" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." -msgstr "Bir katmandaki her bir poligona tanınan noktaların ortalama yoğunluğu. Poligonların asıl noktalarının çıkarıldığını dikkate alın; bunun sonucunda düşük yoğunluk sonuçları çözünürlük azalmasıyla sonuçlanabilir." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "Bir katmandaki her bir poligona tanınan noktaların ortalama yoğunluğu. Poligonların asıl noktalarının çıkarıldığını dikkate alın; bunun sonucunda düşük" +" yoğunluk sonuçları çözünürlük azalmasıyla sonuçlanabilir." #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist label" @@ -5819,8 +7033,13 @@ msgstr "Belirsiz Dış Katman Noktası Mesafesi" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." -msgstr "Her bir hat dilimine tanıtılan rastgele noktalar arasındaki ortalama mesafe. Poligonların asıl noktalarının çıkarıldığını dikkate alın; bunun sonucunda yüksek pürüzsüzlük sonuçları çözünürlük azalmasıyla sonuçlanabilir. Bu değer, Belirsiz Dış Katman Kalınlığından yüksek olmalıdır." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "Her bir hat dilimine tanıtılan rastgele noktalar arasındaki ortalama mesafe. Poligonların asıl noktalarının çıkarıldığını dikkate alın; bunun sonucunda" +" yüksek pürüzsüzlük sonuçları çözünürlük azalmasıyla sonuçlanabilir. Bu değer, Belirsiz Dış Katman Kalınlığından yüksek olmalıdır." #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset label" @@ -5829,7 +7048,9 @@ msgstr "Akış hızı dengelemesi maksimum ekstrüzyon kayması" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "Akış hızındaki değişiklikleri telafi etmek için filamentin hareket ettirileceği mm cinsinden maksimum mesafe." #: fdmprinter.def.json @@ -5839,8 +7060,12 @@ msgstr "Akış hızı dengeleme çarpanı" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." -msgstr "Akış hızındaki değişiklikleri telafi edebilmek için filamentin bir saniyelik ekstrüzyonda hareket ettirileceği mesafenin yüzdesi olarak filamentin ne kadar uzağa hareket ettirileceği." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." +msgstr "Akış hızındaki değişiklikleri telafi edebilmek için filamentin bir saniyelik ekstrüzyonda hareket ettirileceği mesafenin yüzdesi olarak filamentin ne kadar" +" uzağa hareket ettirileceği." #: fdmprinter.def.json msgctxt "wireframe_enabled label" @@ -5849,8 +7074,13 @@ msgstr "Kablo Yazdırma" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." -msgstr "“Belli belirsiz” yazdıran seyrek gövdeli bir yapı ile sadece dış yüzeyi yazdırın. Bu işlem, yukarı ve çapraz olarak aşağı yöndeki hatlar ile bağlı olan verilen Z aralıklarındaki modelin çevresini yatay olarak yazdırarak gerçekleştirilir." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." +msgstr "“Belli belirsiz” yazdıran seyrek gövdeli bir yapı ile sadece dış yüzeyi yazdırın. Bu işlem, yukarı ve çapraz olarak aşağı yöndeki hatlar ile bağlı olan" +" verilen Z aralıklarındaki modelin çevresini yatay olarak yazdırarak gerçekleştirilir." #: fdmprinter.def.json msgctxt "wireframe_height label" @@ -5859,7 +7089,10 @@ msgstr "WP Bağlantı Yüksekliği" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." msgstr "İki yatay bölüm arasındaki yukarı ve çapraz olarak aşağı yöndeki hatların yüksekliği. Net yapının genel yoğunluğunu belirler. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5869,7 +7102,9 @@ msgstr "WP Tavan İlave Mesafesi" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "İçerideki ana tavan hattından bağlantı yaparken kapatılan mesafe. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5879,7 +7114,9 @@ msgstr "WP Hızı" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "Malzemeleri sıkarken nozül hareketlerinin hızı. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5889,7 +7126,9 @@ msgstr "WP Alt Yazdırma Hızı" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "Yapı platformuna değen tek katman olan ilk katmanın yazdırılma hızı. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5899,7 +7138,8 @@ msgstr "WP Yukarı Doğru Yazdırma Hızı" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "“Belli belirsiz” yukarı doğru bir hat yazdırma hızı. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5909,7 +7149,8 @@ msgstr "WP Aşağı Doğru Yazdırma Hızı" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "Çapraz şekilde aşağı doğru bir hat yazdırma hızı. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5919,7 +7160,9 @@ msgstr "WP Yatay Yazdırma Hızı" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "Modelin yatay dış çevresini yazdırma hızı. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5929,7 +7172,9 @@ msgstr "WP Akışı" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "Akış dengeleme: sıkıştırılan malzeme miktarı bu değerle çoğaltılır. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5949,7 +7194,8 @@ msgstr "WP Düz Akışı" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "Düz hatlar yazdırılırken akış dengelenmesi. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5959,7 +7205,9 @@ msgstr "WP Üst Gecikme" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "Yukarı hattın sertleşmesi için, yukarıya doğru hareketten sonraki gecikme süresi. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -5979,8 +7227,12 @@ msgstr "WP Düz Gecikme" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." -msgstr "İki yatay dilim arasındaki gecikme süresi. Haha uzun gecikmeler düşüşe neden olduğu halde, bu tür bir gecikme uygulamak bağlantı noktalarındaki önceki katmanlara daha iyi yapışma sağlayabilir. Sadece kablo yazdırmaya uygulanır." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." +msgstr "İki yatay dilim arasındaki gecikme süresi. Haha uzun gecikmeler düşüşe neden olduğu halde, bu tür bir gecikme uygulamak bağlantı noktalarındaki önceki" +" katmanlara daha iyi yapışma sağlayabilir. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json msgctxt "wireframe_up_half_speed label" @@ -5991,10 +7243,10 @@ msgstr "WP Kolay Yukarı Çıkma" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"Yarı hızda sıkıştırılmış yukarı doğru hareket mesafesi.\n" -"Bu katmanlarda malzemeyi çok fazla ısıtmayarak önceki katmanlarda daha iyi yapışma sağlayabilir. Sadece kablo yazdırmaya uygulanır." +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "Yarı hızda sıkıştırılmış yukarı doğru hareket mesafesi.\nBu katmanlarda malzemeyi çok fazla ısıtmayarak önceki katmanlarda daha iyi yapışma sağlayabilir." +" Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6003,8 +7255,12 @@ msgstr "WP Düğüm Boyutu" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." -msgstr "Ardından gelen yatay katmanın daha iyi bir bağlanma şansının olması için, yukarı doğru çıkan hattın ucunda küçük bir düğüm oluşturulur. Sadece kablo yazdırmaya uygulanır." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." +msgstr "Ardından gelen yatay katmanın daha iyi bir bağlanma şansının olması için, yukarı doğru çıkan hattın ucunda küçük bir düğüm oluşturulur. Sadece kablo yazdırmaya" +" uygulanır." #: fdmprinter.def.json msgctxt "wireframe_fall_down label" @@ -6013,7 +7269,9 @@ msgstr "WP Aşağı İnme" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "Malzemenin yukarı doğru ekstrüzyondan sonra aşağı inme mesafesi. Mesafe telafi edilir. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -6023,7 +7281,10 @@ msgstr "WP Sürüklenme" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." msgstr "Yukarı yönlü ekstrüzyon materyalinin çapraz şekilde aşağı yönlü ekstrüzyona sürüklendiği mesafe. Mesafe telafi edilir. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -6033,8 +7294,18 @@ msgstr "WP Stratejisi" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." -msgstr "Art arda gelen iki katmanın her bir bağlantı noktasına bağlı olduğundan emin olma stratejisi. Geri çekme yukarı yöndeki hatların doğru konumda sertleşmesini sağlar ancak filaman aşınmasına neden olabilir. Düğüme bağlanma şansını artırmak ve hattın soğumasını sağlamak için yukarı yöndeki hattın ucunda bir düğüm oluşturulabilir, fakat bu işlem daha yavaş yazdırma hızı gerektirir. Başka bir strateji de yukarı yöndeki hat ucunun düşmesini dengelemektir, ancak hatlar her zaman beklenildiği gibi düşmez." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." +msgstr "Art arda gelen iki katmanın her bir bağlantı noktasına bağlı olduğundan emin olma stratejisi. Geri çekme yukarı yöndeki hatların doğru konumda sertleşmesini" +" sağlar ancak filaman aşınmasına neden olabilir. Düğüme bağlanma şansını artırmak ve hattın soğumasını sağlamak için yukarı yöndeki hattın ucunda bir düğüm" +" oluşturulabilir, fakat bu işlem daha yavaş yazdırma hızı gerektirir. Başka bir strateji de yukarı yöndeki hat ucunun düşmesini dengelemektir, ancak hatlar" +" her zaman beklenildiği gibi düşmez." #: fdmprinter.def.json msgctxt "wireframe_strategy option compensate" @@ -6058,8 +7329,12 @@ msgstr "WP Aşağı Yöndeki Hatları Güçlendirme" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." -msgstr "Yatay hat parçasıyla kaplanan çapraz şekilde aşağı yöndeki hat yüzdesi. Bu, yukarı yöndeki hatların en baştaki noktasının düşmesini engelleyebilir. Sadece kablo yazdırmaya uygulanır." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." +msgstr "Yatay hat parçasıyla kaplanan çapraz şekilde aşağı yöndeki hat yüzdesi. Bu, yukarı yöndeki hatların en baştaki noktasının düşmesini engelleyebilir. Sadece" +" kablo yazdırmaya uygulanır." #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down label" @@ -6068,7 +7343,10 @@ msgstr "WP Tavandan Aşağı İnme" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." msgstr "“Belli belirsiz” yazdırılan yatay tavan hatlarının yazdırıldıklarındaki düşme mesafesi. Mesafe telafi edilir. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -6078,7 +7356,10 @@ msgstr "WP Tavandan Sürüklenme" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." msgstr "Tavanın ana dış kısmına geri gelirken sürüklenen iç kısımdaki bir hattın son parçasının mesafesi. Mesafe telafi edilir. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -6088,7 +7369,9 @@ msgstr "WP Tavan Dış Gecikmesi" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." msgstr "Tavanı oluşturacak dış çevresel uzunluklara harcanan zaman. Sürenin daha uzun olması daha iyi bir bağlantı sağlayabilir. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json @@ -6098,8 +7381,13 @@ msgstr "WP Nozül Açıklığı" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." -msgstr "Nozül ve aşağı yöndeki hatlar arasındaki mesafe. Daha büyük açıklık, dik açısı daha küçük çapraz şekilde aşağı yöndeki hatların oluşmasına neden olur, dolayısıyla bu durum bir sonraki katman ile yukarı yönde daha az bağlantıya yol açar. Sadece kablo yazdırmaya uygulanır." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." +msgstr "Nozül ve aşağı yöndeki hatlar arasındaki mesafe. Daha büyük açıklık, dik açısı daha küçük çapraz şekilde aşağı yöndeki hatların oluşmasına neden olur," +" dolayısıyla bu durum bir sonraki katman ile yukarı yönde daha az bağlantıya yol açar. Sadece kablo yazdırmaya uygulanır." #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled label" @@ -6108,7 +7396,9 @@ msgstr "Uyarlanabilir Katmanların Kullanımı" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "Uyarlanabilir katmanlar modelin şekline bağlı olarak katman yüksekliğini hesaplar." #: fdmprinter.def.json @@ -6128,7 +7418,9 @@ msgstr "Uyarlanabilir Katmanların Değişkenlik Adım Boyu" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "Bir önceki ve bir sonraki katman yüksekliği arasındaki yükseklik farkı." #: fdmprinter.def.json @@ -6138,8 +7430,12 @@ msgstr "Uyarlanabilir Katman Topografisi Boyutu" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." -msgstr "İki bitişik katman arasındaki hedef yatay mesafe. Bu ayarın azaltılması, katmanların kenarlarını birbirine yakınlaştırmak için daha ince katmanlar kullanılmasına neden olur." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." +msgstr "İki bitişik katman arasındaki hedef yatay mesafe. Bu ayarın azaltılması, katmanların kenarlarını birbirine yakınlaştırmak için daha ince katmanlar kullanılmasına" +" neden olur." #: fdmprinter.def.json msgctxt "wall_overhang_angle label" @@ -6148,8 +7444,13 @@ msgstr "Çıkıntılı Duvar Açısı" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." -msgstr "Bu açıdan daha yüksek çıkıntıya sahip duvarlar çıkıntılı duvar ayarları kullanılarak basılacaktır. Değer 90 ise hiçbir duvarda çıkıntı olmadığı varsayılacaktır. Destek ile desteklenen çıkıntılar da çıkıntı olarak değerlendirilmeyecektir." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." +msgstr "Bu açıdan daha yüksek çıkıntıya sahip duvarlar çıkıntılı duvar ayarları kullanılarak basılacaktır. Değer 90 ise hiçbir duvarda çıkıntı olmadığı varsayılacaktır." +" Destek ile desteklenen çıkıntılar da çıkıntı olarak değerlendirilmeyecektir." #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor label" @@ -6158,7 +7459,9 @@ msgstr "Çıkıntılı Duvar Hızı" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "Çıkıntılı duvarlar, normal yazdırma hızına göre bu yüzdeye denk bir hızda yazdırılacaktır." #: fdmprinter.def.json @@ -6168,7 +7471,9 @@ msgstr "Köprü Ayarlarını Etkinleştir" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "Köprüleri tespit edin ve köprüler yazdırılırken yazdırma hızını, akışı ve fan ayarlarını değiştirin." #: fdmprinter.def.json @@ -6178,8 +7483,12 @@ msgstr "Minimum Köprü Duvarı Uzunluğu" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." -msgstr "Bundan daha kısa desteklenmeyen duvarlar normal duvar ayarları kullanılarak yazdırılacaktır. Daha uzun desteklenmeyen duvarlar köprü duvarı ayarları kullanılarak yazdırılacaktır." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." +msgstr "Bundan daha kısa desteklenmeyen duvarlar normal duvar ayarları kullanılarak yazdırılacaktır. Daha uzun desteklenmeyen duvarlar köprü duvarı ayarları kullanılarak" +" yazdırılacaktır." #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold label" @@ -6188,8 +7497,12 @@ msgstr "Köprü Yüzey Alanı Destek Eşiği" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." -msgstr "Eğer bir yüzey alanı bölgesi, alanının bu yüzdeden daha azı için destekleniyorsa, köprü ayarlarını kullanarak yazdırın. Aksi halde normal yüzey alanı ayarları kullanılarak yazdırılır." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." +msgstr "Eğer bir yüzey alanı bölgesi, alanının bu yüzdeden daha azı için destekleniyorsa, köprü ayarlarını kullanarak yazdırın. Aksi halde normal yüzey alanı ayarları" +" kullanılarak yazdırılır." #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density label" @@ -6198,7 +7511,9 @@ msgstr "Maksimum Köprü Seyrek Dolgu Yoğunluğu" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." msgstr "Seyrek olması düşünülen dolgunun maksimum yoğunluğu. Seyrek dolgu üzerindeki kaplama, desteksiz olacağı düşünülerek köprü kaplaması olarak değerlendirilir." #: fdmprinter.def.json @@ -6208,8 +7523,12 @@ msgstr "Köprü Duvarı Tarama" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." -msgstr "Bu, ekstruderin bir köprü duvarı başlamadan hemen önce taraması gereken mesafeyi kontrol eder. Köprü başlamadan önce tarama, nozüldeki basıncı azaltabilir ve daha düz bir köprü üretebilir." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." +msgstr "Bu, ekstruderin bir köprü duvarı başlamadan hemen önce taraması gereken mesafeyi kontrol eder. Köprü başlamadan önce tarama, nozüldeki basıncı azaltabilir" +" ve daha düz bir köprü üretebilir." #: fdmprinter.def.json msgctxt "bridge_wall_speed label" @@ -6228,7 +7547,9 @@ msgstr "Köprü Duvarı Akışı" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "Köprü duvarları yazdırılırken, ekstrude edilen malzeme miktarı bu değerle çarpılır." #: fdmprinter.def.json @@ -6248,7 +7569,9 @@ msgstr "Köprü Yüzey Alanı Akışı" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "Köprü yüzey alanı bölgeleri yazdırılırken, ekstrude edilen malzeme miktarı bu değerle çarpılır." #: fdmprinter.def.json @@ -6258,7 +7581,9 @@ msgstr "Köprü Yüzey Alanı Yoğunluğu" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "Köprü yüzey alanı katmanının yoğunluğu. 100’den az değerler, yüzey alanı çizgileri arasındaki boşlukları artıracaktır." #: fdmprinter.def.json @@ -6278,8 +7603,12 @@ msgstr "Köprüde Birden Fazla Katman Var" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." -msgstr "Eğer etkinleştirilirse, havanın üzerindeki ikinci ve üçüncü katmanlar aşağıdaki ayarlar kullanılarak yazdırılır. Aksi halde bu katmanlar normal ayarlar kullanılarak yazdırılır." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." +msgstr "Eğer etkinleştirilirse, havanın üzerindeki ikinci ve üçüncü katmanlar aşağıdaki ayarlar kullanılarak yazdırılır. Aksi halde bu katmanlar normal ayarlar" +" kullanılarak yazdırılır." #: fdmprinter.def.json msgctxt "bridge_skin_speed_2 label" @@ -6298,7 +7627,9 @@ msgstr "Köprü İkinci Yüzey Alanı Akışı" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "İkinci köprü yüzey alanı katmanı yazdırılırken, ekstrude edilen malzeme miktarı bu değerle çarpılır." #: fdmprinter.def.json @@ -6308,7 +7639,9 @@ msgstr "Köprü İkinci Yüzey Alanı Yoğunluğu" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "İkinci köprü yüzey alanı katmanının yoğunluğu. 100’den az değerler, yüzey alanı çizgileri arasındaki boşlukları artıracaktır." #: fdmprinter.def.json @@ -6338,7 +7671,9 @@ msgstr "Köprü Üçüncü Yüzey Alanı Akışı" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "Üçüncü köprü yüzey alanı katmanı yazdırılırken, ekstrude edilen malzeme miktarı bu değerle çarpılır." #: fdmprinter.def.json @@ -6348,7 +7683,9 @@ msgstr "Köprü Üçüncü Yüzey Alanı Yoğunluğu" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "Üçüncü köprü yüzey alanı katmanının yoğunluğu. 100’den az değerler, yüzey alanı çizgileri arasındaki boşlukları artıracaktır." #: fdmprinter.def.json @@ -6368,8 +7705,13 @@ msgstr "Katmanlar Arasındaki Sürme Nozülü" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." -msgstr "Katmanlar arasına nozül sürme G-Code'u eklenip eklenmeyeceği (katman başına maksimum 1). Bu ayarın etkinleştirilmesi katman değişiminde geri çekme davranışını etkileyebilir. Sürme komutunun çalıştığı katmanlarda geri çekmeyi kontrol etmek için lütfen Sürme Geri Çekme ayarlarını kullanın." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." +msgstr "Katmanlar arasına nozül sürme G-Code'u eklenip eklenmeyeceği (katman başına maksimum 1). Bu ayarın etkinleştirilmesi katman değişiminde geri çekme davranışını" +" etkileyebilir. Sürme komutunun çalıştığı katmanlarda geri çekmeyi kontrol etmek için lütfen Sürme Geri Çekme ayarlarını kullanın." #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe label" @@ -6378,8 +7720,13 @@ msgstr "Sürme Hareketleri Arasındaki Malzeme Hacmi" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." -msgstr "Başka bir nozül sürme işlemi başlatılmadan önce ekstrüde edilebilecek maksimum malzeme miktarı. Bu değer, bir katmanda gereken malzeme hacminden daha düşükse ayarın bu katmanda bir etkisi olmayacaktır, yani katman başına bir sürme sınırı vardır." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." +msgstr "Başka bir nozül sürme işlemi başlatılmadan önce ekstrüde edilebilecek maksimum malzeme miktarı. Bu değer, bir katmanda gereken malzeme hacminden daha düşükse" +" ayarın bu katmanda bir etkisi olmayacaktır, yani katman başına bir sürme sınırı vardır." #: fdmprinter.def.json msgctxt "wipe_retraction_enable label" @@ -6398,7 +7745,8 @@ msgstr "Sürme Geri Çekme Mesafesi" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "Filamanın sürme dizisi sırasında sızıntı yapmaması için filanın geri çekilme miktarı." #: fdmprinter.def.json @@ -6408,7 +7756,9 @@ msgstr "Sürme Geri Çekme Sırasındaki İlave Astar Miktarı" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "Sürme hareketi sırasında bazı malzemeler eksilebilir; bu malzemeler burada telafi edebilir." #: fdmprinter.def.json @@ -6418,7 +7768,9 @@ msgstr "Sürme Geri Çekme Hızı" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "Filamanın geri çekildiği ve sürme geri çekme hareketi sırasında astarlandığı hız." #: fdmprinter.def.json @@ -6428,7 +7780,8 @@ msgstr "Sürme Geri Çekme Sırasındaki Çekim Hızı" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "Filamanın sürme geri çekme hareketi sırasında geri çekildiği hız." #: fdmprinter.def.json @@ -6438,7 +7791,8 @@ msgstr "Sürme Geri Çekme Sırasındaki Çalışmaya Hazırlama Hızı" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "Filamanın sürme geri çekme hareketi sırasında astarlandığı hız." #: fdmprinter.def.json @@ -6458,8 +7812,12 @@ msgstr "Sürme Z Sıçraması" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." -msgstr "Sürme sırasında yapı plakası nozül ve baskı arasında açıklık oluşturmak üzere alçaltılır. Bu işlem, hareket sırasında nozülün baskıya çarpmasını önler ve baskının devrilerek yapı plakasından düşme olasılığını azaltır." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." +msgstr "Sürme sırasında yapı plakası nozül ve baskı arasında açıklık oluşturmak üzere alçaltılır. Bu işlem, hareket sırasında nozülün baskıya çarpmasını önler" +" ve baskının devrilerek yapı plakasından düşme olasılığını azaltır." #: fdmprinter.def.json msgctxt "wipe_hop_amount label" @@ -6518,7 +7876,9 @@ msgstr "Maksimum Küçük Delik Boyutu" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "Bu değerden daha küçük çaptaki delik ve parça ana hatları Küçük Özellik Hızı kullanılarak basılacaktır." #: fdmprinter.def.json @@ -6528,7 +7888,9 @@ msgstr "Maksimum Küçük Özellik Uzunluğu" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "Bu uzunluktan kısa olan özellik ana hatları Kısa Özellik Hızı kullanılarak basılacaktır." #: fdmprinter.def.json @@ -6538,7 +7900,9 @@ msgstr "Küçük Özellik Hızı" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." msgstr "Küçük özellikler normal baskı hızının bu yüzdesinde basılacaktır. Daha yavaş baskı, yapışma ve doğruluğu artırmaya yardımcı olabilir." #: fdmprinter.def.json @@ -6548,38 +7912,45 @@ msgstr "Küçük Özellik İlk Katman Hızı" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." msgstr "İlk katman üzerindeki küçük özellikler normal baskı hızının bu yüzdesinde basılacaktır. Daha yavaş baskı, yapışma ve doğruluğu artırmaya yardımcı olabilir." #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "Duvar Yönlerini Değiştir" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "Duvar yönlerini her katmanda ve iç dolguda değiştirin. Metal baskıdaki gibi stres oluşturabilen malzemeler için kullanışlıdır." #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "Radye İç Köşelerini Kaldır" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "Radyenin iç köşelerini kaldırır ve radyenin dışbükey olmasına yol açar." #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Radye Tabanı Duvar Sayısı" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "Radyenin taban katmanındaki doğrusal desen etrafına basılacak kontur sayısıdır." #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6588,7 +7959,9 @@ msgstr "Komut Satırı Ayarları" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "Sadece Cura ön ucundan CuraEngine istenmediğinde kullanılan ayarlar." #: fdmprinter.def.json @@ -6598,7 +7971,9 @@ msgstr "Nesneyi ortalayın" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "Nesnenin kaydedildiği koordinat sistemini kullanmak yerine nesnenin yapı platformunun (0,0) ortasına yerleştirilmesi." #: fdmprinter.def.json @@ -6628,7 +8003,9 @@ msgstr "Bileşim konumu Z" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "Nesneye z yönünde uygulanan ofset. Bununla birlikte “Nesne Havuzu” olarak adlandırılan malzemeyi de kullanabilirsiniz." #: fdmprinter.def.json @@ -6638,7 +8015,8 @@ msgstr "Bileşim Rotasyon Matrisi" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "Modeli dosyadan indirirken modele uygulanacak olan dönüşüm matrisi." #~ msgctxt "machine_head_with_fans_polygon description" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index fff194aae0..ea069839eb 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -1,21 +1,20 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-13 10:49+0200\n" -"PO-Revision-Date: 2021-04-16 15:04+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Chinese , PCDotFan , Chinese \n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.4.1\n" #: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 msgctxt "@item:inmenu" @@ -65,8 +64,13 @@ msgstr "无法获取更新信息。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 #, python-brace-format -msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!" -msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}." +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" +msgid "" +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." msgstr "您的 {machine_name} 可能有新功能或错误修复可用!如果打印机上的固件还不是最新版本,建议将其更新为 {latest_version} 版。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 @@ -222,7 +226,9 @@ msgstr "更新固件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 #, python-brace-format msgctxt "@info:status" -msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}." +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "Cura 已检测到材料配置文件尚未安装到组 {0} 中的主机打印机上。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 @@ -233,7 +239,9 @@ msgstr "正在将材料发送到打印机" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 #, python-brace-format msgctxt "@info:status" -msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host." +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "您正在尝试连接到 {0},但它不是组中的主机。您可以访问网页,将其配置为组主机。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 @@ -291,10 +299,9 @@ msgstr "数据已发送" msgctxt "@info:status" msgid "" "Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory" -msgstr "" -"未能通过云连接您的打印机 {printer_name}。\n" -"只需将您的打印机连接到 Digital Factory,即可随时随地管理您的打印作业队列并监控您的打印结果" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" +msgstr "未能通过云连接您的打印机 {printer_name}。\n只需将您的打印机连接到 Digital Factory,即可随时随地管理您的打印作业队列并监控您的打印结果" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" @@ -313,7 +320,9 @@ msgstr "了解详情" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 msgctxt "@info:status" -msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware." +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "您正在尝试连接未运行 Ultimaker Connect 的打印机。请将打印机更新至最新固件。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 @@ -446,23 +455,22 @@ msgstr "是否删除打印机?" #, python-brace-format msgctxt "@label" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be undone.\n" +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be undone.\n" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -"您即将从 Cura 中删除 {0} 台打印机。此操作无法撤消。\n" -"是否确实要继续?" +msgstr[0] "您即将从 Cura 中删除 {0} 台打印机。此操作无法撤消。\n是否确实要继续?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 msgctxt "@label" msgid "" -"You are about to remove all printers from Cura. This action cannot be undone.\n" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" "Are you sure you want to continue?" -msgstr "" -"您即将从 Cura 中删除所有打印机。此操作无法撤消。\n" -"是否确定继续?" +msgstr "您即将从 Cura 中删除所有打印机。此操作无法撤消。\n是否确定继续?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 msgctxt "@action:button" @@ -504,15 +512,14 @@ msgstr "三维模型的助理" #, python-brace-format msgctxt "@info:status" msgid "" -"

    One or more 3D models may not print optimally due to the model size and material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.

    \n" -"

    View print quality guide

    " -msgstr "" -"

    由于模型的大小和材质的配置,一个或多个3D模型可能无法最优地打印:

    \n" +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" "

    {model_names}

    \n" -"

    找出如何确保最好的打印质量和可靠性.

    \n" -"

    查看打印质量指南

    " +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " +msgstr "

    由于模型的大小和材质的配置,一个或多个3D模型可能无法最优地打印:

    \n

    {model_names}

    \n

    找出如何确保最好的打印质量和可靠性.

    \n

    查看打印质量指南

    " #: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 msgctxt "@info:status" @@ -586,7 +593,9 @@ msgstr "没有在此处写入工作区的权限。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 msgctxt "@error:zip" -msgid "The operating system does not allow saving a project file to this location or with this file name." +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "操作系统不允许向此位置或用此文件名保存项目文件。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 @@ -607,7 +616,9 @@ msgstr "压缩 G-code 文件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 msgctxt "@message" -msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker." +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "发生意外错误,切片失败。请于问题跟踪器上报告错误。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 @@ -627,7 +638,9 @@ msgstr "在 Ultimaker Cura 问题跟踪器上报告错误。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" -msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration." +msgid "" +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "无法使用当前材料进行切片,因为该材料与所选机器或配置不兼容。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 @@ -643,24 +656,31 @@ msgstr "无法切片" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice with the current settings. The following settings have errors: {0}" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "无法使用当前设置进行切片。以下设置存在错误:{0}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 #, python-brace-format msgctxt "@info:status" -msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "因部分特定模型设置而无法切片。 以下设置在一个或多个模型上存在错误: {error_labels}" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 msgctxt "@info:status" -msgid "Unable to slice because the prime tower or prime position(s) are invalid." +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "无法切片(原因:主塔或主位置无效)。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 #, python-format msgctxt "@info:status" -msgid "Unable to slice because there are objects associated with disabled Extruder %s." +msgid "" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "无法切片,因为存在与已禁用挤出机 %s 相关联的对象。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 @@ -670,11 +690,7 @@ msgid "" "- Fit within the build volume\n" "- Are assigned to an enabled extruder\n" "- Are not all set as modifier meshes" -msgstr "" -"请检查设置并检查您的模型是否:\n" -"- 适合构建体积\n" -"- 分配给了已启用的挤出器\n" -"- 尚未全部设置为修改器网格" +msgstr "请检查设置并检查您的模型是否:\n- 适合构建体积\n- 分配给了已启用的挤出器\n- 尚未全部设置为修改器网格" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 @@ -726,7 +742,10 @@ msgstr "喷嘴" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Project file {0} contains an unknown machine type {1}. Cannot import the machine. Models will be imported instead." +msgid "" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." msgstr "项目文件 {0} 包含未知机器类型 {1}。无法导入机器。将改为导入模型。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 @@ -737,7 +756,9 @@ msgstr "打开项目文件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is suddenly inaccessible: {1}." +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "突然无法访问项目文件 {0}{1}。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 @@ -749,13 +770,16 @@ msgstr "无法打开项目文件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format msgctxt "@info:error Don't translate the XML tags or !" -msgid "Project file {0} is corrupt: {1}." +msgid "" +"Project file {0} is corrupt: {1}." msgstr "项目文件 {0} 损坏: {1}。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format msgctxt "@info:error Don't translate the XML tag !" -msgid "Project file {0} is made using profiles that are unknown to this version of Ultimaker Cura." +msgid "" +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "项目文件 {0} 是用此 Ultimaker Cura 版本未识别的配置文件制作的。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 @@ -895,46 +919,48 @@ msgstr "选择升级" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 msgctxt "@label:property" msgid "Unknown Package" -msgstr "" +msgstr "未知包" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 msgctxt "@label:property" msgid "Unknown Author" -msgstr "" +msgstr "未知作者" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 msgctxt "@info:error" msgid "Could not interpret the server's response." -msgstr "" +msgstr "无法解释服务器的响应。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 msgctxt "@info:error" msgid "Could not reach Marketplace." -msgstr "" +msgstr "无法连接到市场。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 msgctxt "@label" msgid "Installed Plugins" -msgstr "" +msgstr "已安装的插件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 msgctxt "@label" msgid "Installed Materials" -msgstr "" +msgstr "已安装的材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 msgctxt "@label" msgid "Bundled Plugins" -msgstr "" +msgstr "已捆绑的插件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 msgctxt "@label" msgid "Bundled Materials" -msgstr "" +msgstr "已捆绑的材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 msgctxt "@info:status" -msgid "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura." +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "突出显示的区域指示缺少或多余的表面。修复模型,并再次在 Cura 中打开。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 @@ -967,7 +993,9 @@ msgstr "G-code 详细信息" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 msgctxt "@info:generic" -msgid "Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate." +msgid "" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "发送文件之前,请确保 G-code 适用于当前打印机和打印机配置。当前 G-code 文件可能不准确。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 @@ -1002,12 +1030,15 @@ msgstr "通过 USB 连接" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "正在进行 USB 打印,关闭 Cura 将停止此打印。您确定吗?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 msgctxt "@message" -msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed." +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "正在进行打印在上一次打印完成之前,Cura 无法通过 USB 启动另一次打印。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 @@ -1057,7 +1088,9 @@ msgstr "正在初始化引擎..." #: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 #, python-format -msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm" @@ -1089,7 +1122,9 @@ msgstr "视觉" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 msgctxt "@text" -msgid "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality." +msgid "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." msgstr "视觉配置文件用于打印视觉原型和模型,可实现出色的视觉效果和表面质量。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 @@ -1101,7 +1136,9 @@ msgstr "Engineering" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 msgctxt "@text" -msgid "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances." +msgid "" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "工程配置文件用于打印功能性原型和最终用途部件,可提高准确性和减小公差。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 @@ -1113,7 +1150,9 @@ msgstr "草稿" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 msgctxt "@text" -msgid "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction." +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "草稿配置文件用于打印初始原型和概念验证,可大大缩短打印时间。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 @@ -1136,7 +1175,8 @@ msgstr "未知" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 msgctxt "@label" -msgid "The printer(s) below cannot be connected because they are part of a group" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" msgstr "无法连接到下列打印机,因为这些打印机已在组中" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 @@ -1152,7 +1192,9 @@ msgstr "已计算" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 msgctxt "@action:button" -msgid "Please sync the material profiles with your printers before starting to print." +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." msgstr "请在开始打印之前将材料配置文件与您的打印机同步。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 @@ -1165,7 +1207,7 @@ msgstr "新材料已装载" #: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 msgctxt "@action:button" msgid "Sync materials" -msgstr "" +msgstr "同步材料" #: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 msgctxt "@label" @@ -1219,8 +1261,10 @@ msgstr "来自 Digital Factory 的响应缺少重要信息。" #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 msgctxt "@text:error" -msgid "Failed to connect to Digital Factory to sync materials with some of the printers." -msgstr "无法通过 Digital Factory 为某些打印机同步材料配置文件。" +msgid "" +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." +msgstr "Failed to connect to Digital Factory to sync materials with some of the printers." #: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 msgctxt "@text:error" @@ -1394,7 +1438,9 @@ msgstr "下一步" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "The build volume height has been reduced due to the value of the \"Print Sequence\" setting to prevent the gantry from colliding with printed models." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "由于“打印序列”设置的值,成形空间体积高度已被减少,以防止十字轴与打印模型相冲突。" #: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 @@ -1427,7 +1473,9 @@ msgstr "文件已存在" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format msgctxt "@label Don't translate the XML tag !" -msgid "The file {0} already exists. Are you sure you want to overwrite it?" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" msgstr "文件 {0} 已存在。您确定要覆盖它吗?" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 @@ -1448,7 +1496,8 @@ msgstr "Default" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 msgctxt "@info:message Followed by a list of settings." -msgid "Settings have been changed to match the current availability of extruders:" +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "已根据挤出机的当前可用性更改设置:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 @@ -1464,13 +1513,16 @@ msgstr "挤出机已禁用" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" -msgid "Failed to export profile to {0}: {1}" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "无法将配置文件导出至 {0} {1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 #, python-brace-format msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to export profile to {0}: Writer plugin reported failure." +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "无法将配置文件导出至 {0} : 写入器插件报告故障。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 @@ -1493,7 +1545,8 @@ msgstr "无法从 {0} 导入配置文件:{1}" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "Can't import profile from {0} before a printer is added." +msgid "" +"Can't import profile from {0} before a printer is added." msgstr "无法在添加打印机前从 {0} 导入配置文件。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 @@ -1512,7 +1565,9 @@ msgstr "无法从 {0} 导入配置文件:" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 #, python-brace-format msgctxt "@info:status Don't translate the XML tags !" -msgid "This profile {0} contains incorrect data, could not import it." +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "此配置文件 {0} 包含错误数据,无法导入。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 @@ -1562,13 +1617,18 @@ msgstr "无法添加配置文件。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" -msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'." +msgid "" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "质量类型“{0}”与当前有效的机器定义“{1}”不兼容。" #: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 #, python-brace-format msgctxt "@info:status" -msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type." +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." msgstr "警告:配置文件不可见,因为其质量类型“{0}”对当前配置不可用。请切换到可使用此质量类型的材料/喷嘴组合。" #: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 @@ -1588,7 +1648,9 @@ msgstr "放置模型" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 msgctxt "@info" -msgid "Unable to start a new sign in process. Check if another sign in attempt is still active." +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "无法开始新的登录过程。请检查是否仍在尝试进行另一登录。" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 @@ -1614,7 +1676,7 @@ msgstr "所提供的状态不正确。" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 msgctxt "@message" msgid "Timeout when authenticating with the account server." -msgstr "使用帐户服务器进行身份验证超时。" +msgstr "Timeout when authenticating with the account server." #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 msgctxt "@message" @@ -1634,17 +1696,18 @@ msgstr "Cura 无法启动" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 msgctxt "@label crash message" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right.

    \n" -"

    We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.

    \n" -"

    Please send us this Crash Report to fix the problem.

    \n" -" " -msgstr "" -"

    糟糕,Ultimaker Cura 似乎遇到了问题。

    \n" -"

    在启动时发生了不可修复的错误。这可能是因某些配置文件出错导致的。建议您备份并重置配置。

    \n" -"

    您可在配置文件夹中找到备份。

    \n" -"

    请向我们发送此错误报告,以便解决问题。

    \n" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" " " +msgstr "

    糟糕,Ultimaker Cura 似乎遇到了问题。

    \n

    在启动时发生了不可修复的错误。这可能是因某些配置文件出错导致的。建议您备份并重置配置。

    \n

    您可在配置文件夹中找到备份。

    \n" +"

    请向我们发送此错误报告,以便解决问题。

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 msgctxt "@action:button" @@ -1674,13 +1737,12 @@ msgstr "错误报告" #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 msgctxt "@label crash message" msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report automatically to our servers

    \n" -" " -msgstr "" -"

    Cura 发生了严重错误。请将这份错误报告发送给我们以便修复问题

    \n" -"

    请使用“发送报告”按钮将错误报告自动发布到我们的服务器

    \n" +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" " " +msgstr "

    Cura 发生了严重错误。请将这份错误报告发送给我们以便修复问题

    \n

    请使用“发送报告”按钮将错误报告自动发布到我们的服务器

    \n " #: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 msgctxt "@title:groupbox" @@ -1772,11 +1834,7 @@ msgid "" "- Check if the printer is turned on.\n" "- Check if the printer is connected to the network.\n" "- Check if you are signed in to discover cloud-connected printers." -msgstr "" -"请确保您的打印机已连接:\n" -"- 检查打印机是否已启动。\n" -"- 检查打印机是否连接至网络。\n" -"- 检查您是否已登录查找云连接的打印机。" +msgstr "请确保您的打印机已连接:\n- 检查打印机是否已启动。\n- 检查打印机是否连接至网络。\n- 检查您是否已登录查找云连接的打印机。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 msgctxt "@info" @@ -1856,12 +1914,17 @@ msgstr "更新固件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 msgctxt "@label" -msgid "Firmware is the piece of software running directly on your 3D printer. This firmware controls the step motors, regulates the temperature and ultimately makes your printer work." +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." msgstr "固件是直接在 3D 打印机上运行的一个软件。此固件控制步进电机,调节温度并最终使打印机正常工作。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 msgctxt "@label" -msgid "The firmware shipping with new printers works, but new versions tend to have more features and improvements." +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "新打印机出厂配备的固件完全可以正常使用,但新版本往往具有更多的新功能和改进。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 @@ -1876,12 +1939,15 @@ msgstr "上传自定义固件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 msgctxt "@label" -msgid "Firmware can not be updated because there is no connection with the printer." +msgid "" +"Firmware can not be updated because there is no connection with the printer." msgstr "未连接打印机,无法更新固件。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 msgctxt "@label" -msgid "Firmware can not be updated because the connection with the printer does not support upgrading firmware." +msgid "" +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "与打印机间的连接不支持固件更新,因此无法更新固件。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 @@ -2005,7 +2071,9 @@ msgstr "请及时更新打印机固件以远程管理打印队列。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 msgctxt "@info" -msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." msgstr "无法从 Ultimaker Cura 中查看云打印机的网络摄像头馈送。请单击“管理打印机”以访问 Ultimaker Digital Factory 并查看此网络摄像头。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 @@ -2066,12 +2134,15 @@ msgstr "覆盖" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" -msgid_plural "The assigned printer, %1, requires the following configuration changes:" +msgid_plural "" +"The assigned printer, %1, requires the following configuration changes:" msgstr[0] "分配的打印机 %1 需要以下配置更改:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" -msgid "The printer %1 is assigned, but the job contains an unknown material configuration." +msgid "" +"The printer %1 is assigned, but the job contains an unknown material " +"configuration." msgstr "已向打印机 %1 分配作业,但作业包含未知的材料配置。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 @@ -2096,7 +2167,9 @@ msgstr "将打印平台更改为 %1(此操作无法覆盖)。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" -msgid "Override will use the specified settings with the existing printer configuration. This may result in a failed print." +msgid "" +"Override will use the specified settings with the existing printer " +"configuration. This may result in a failed print." msgstr "覆盖将使用包含现有打印机配置的指定设置。这可能会导致打印失败。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 @@ -2126,7 +2199,12 @@ msgstr "连接到网络打印机" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" -msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer." +msgid "" +"To print directly to your printer over the network, please make sure your " +"printer is connected to the network using a network cable or by connecting " +"your printer to your WIFI network. If you don't connect Cura with your " +"printer, you can still use a USB drive to transfer g-code files to your " +"printer." msgstr "欲通过网络向打印机发送打印请求,请确保您的打印机已通过网线或 WIFI 连接至网络。若不能连接 Cura 与打印机,亦可通过使用 USB 设备将 G-code 文件传输到打印机。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 @@ -2154,7 +2232,9 @@ msgstr "刷新" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" -msgid "If your printer is not listed, read the network printing troubleshooting guide" +msgid "" +"If your printer is not listed, read the network printing " +"troubleshooting guide" msgstr "如果您的打印机未列出,请阅读网络打印故障排除指南" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 @@ -2431,7 +2511,7 @@ msgstr "最大" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 msgctxt "@title:window" msgid "Convert Image" -msgstr "" +msgstr "转换图像" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 msgctxt "@action:label" @@ -2461,7 +2541,7 @@ msgstr "宽度 (mm)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate" -msgstr "" +msgstr "构建板宽度,以毫米为单位" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 msgctxt "@action:label" @@ -2485,13 +2565,17 @@ msgstr "颜色越浅厚度越大" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 msgctxt "@info:tooltip" -msgid "For lithophanes dark pixels should correspond to thicker locations in order to block more light coming through. For height maps lighter pixels signify higher terrain, so lighter pixels should correspond to thicker locations in the generated 3D model." +msgid "" +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." msgstr "在影像浮雕中,为了阻挡更多光源通过,深色像素应对应于较厚的位置。在高度图中,浅色像素代表着更高的地形,因此浅色像素对应于生成的 3D 模型中较厚的位置。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 msgctxt "@action:label" msgid "Color Model" -msgstr "" +msgstr "颜色模型" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 msgctxt "@item:inlistbox" @@ -2505,7 +2589,9 @@ msgstr "半透明" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 msgctxt "@info:tooltip" -msgid "For lithophanes a simple logarithmic model for translucency is available. For height maps the pixel values correspond to heights linearly." +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "对于隐雕,提供一个用于半透明的简单对数模型。对于高度图,像素值与高度线性对应。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 @@ -2515,7 +2601,10 @@ msgstr "1 毫米透射率 (%)" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 msgctxt "@info:tooltip" -msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image." +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." msgstr "穿透 1 毫米厚的打印件的光线百分比。降低此值将增大图像暗区中的对比度并减小图像亮区中的对比度。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 @@ -2736,7 +2825,9 @@ msgstr "恢复备份" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 msgctxt "@dialog:info" -msgid "You will need to restart Cura before your backup is restored. Do you want to close Cura now?" +msgid "" +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "您需要重新启动 Cura 才能恢复备份。您要立即关闭 Cura 吗?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 @@ -2759,12 +2850,16 @@ msgstr "我的备份" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 msgctxt "@empty_state" -msgid "You don't have any backups currently. Use the 'Backup Now' button to create one." +msgid "" +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "您目前没有任何备份。使用“立即备份”按钮创建一个备份。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 msgctxt "@backup_limit_info" -msgid "During the preview phase, you'll be limited to 5 visible backups. Remove a backup to see older ones." +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "在预览阶段,将限制为 5 个可见备份。移除一个备份以查看更早的备份。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 @@ -2779,7 +2874,9 @@ msgstr "更多关于匿名数据收集的信息" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 msgctxt "@text:window" -msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "为了改善打印质量和用户体验,Ultimaker Cura 会收集匿名数据。以下是所有数据分享的示例:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 @@ -2840,12 +2937,18 @@ msgstr "打印平台调平" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 msgctxt "@label" -msgid "To make sure your prints will come out great, you can now adjust your buildplate. When you click 'Move to Next Position' the nozzle will move to the different positions that can be adjusted." +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." msgstr "为了确保打印质量出色,您现在可以开始调整您的打印平台。当您点击「移动到下一个位置」时,喷嘴将移动到可以调节的不同位置。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 msgctxt "@label" -msgid "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle." +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." msgstr "在打印头停止的每一个位置下方插入一张纸,并调整平台高度。当纸张恰好被喷嘴的尖端轻微压住时,此时打印平台的高度已被正确校准。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 @@ -2861,42 +2964,42 @@ msgstr "移动到下一个位置" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" -msgstr "" +msgstr "Ultimaker 验证插件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" -msgstr "" +msgstr "Ultimaker 认证材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" -msgstr "" +msgstr "Ultimaker 验证包" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." -msgstr "" +msgstr "正在加载..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" -msgstr "" +msgstr "插件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" -msgstr "" +msgstr "材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" -msgstr "" +msgstr "在浏览器中搜索" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" -msgstr "" +msgstr "要使用该包,您需要重新启动 Cura" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" @@ -2906,164 +3009,166 @@ msgstr "退出 %1" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 msgctxt "@label" msgid "By" -msgstr "" +msgstr "由:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Enable" -msgstr "" +msgstr "启用" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 msgctxt "@button" msgid "Disable" -msgstr "" +msgstr "禁用" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 msgctxt "@button" msgid "Downgrading..." -msgstr "" +msgstr "正在降级..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 msgctxt "@button" msgid "Downgrade" -msgstr "" +msgstr "降级" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 msgctxt "@button" msgid "Installing..." -msgstr "" +msgstr "正在安装..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 msgctxt "@button" msgid "Install" -msgstr "" +msgstr "安装" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 msgctxt "@button" msgid "Uninstall" -msgstr "" +msgstr "卸载" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Updating..." -msgstr "" +msgstr "正在更新..." #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 msgctxt "@button" msgid "Update" -msgstr "" +msgstr "更新" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 msgctxt "@header" msgid "Install Plugins" -msgstr "" +msgstr "安装插件" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 msgctxt "@text" -msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users." -msgstr "" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." +msgstr "使用由我们卓越的用户社区提供的插件,简化您的工作流程并自定义 Ultimaker Cura 体验。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 msgctxt "@info:tooltip" msgid "Manage packages" -msgstr "" +msgstr "管理包" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 msgctxt "@header" msgid "Description" -msgstr "" +msgstr "描述" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 msgctxt "@header" msgid "Compatible printers" -msgstr "" +msgstr "兼容的打印机" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 msgctxt "@info" msgid "No compatibility information" -msgstr "" +msgstr "无兼容性信息" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 msgctxt "@header" msgid "Compatible support materials" -msgstr "" +msgstr "兼容的支撑材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 msgctxt "@info No materials" msgid "None" -msgstr "" +msgstr "无" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 msgctxt "@header" msgid "Compatible with Material Station" -msgstr "" +msgstr "与 Material Station 兼容" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "Yes" -msgstr "" +msgstr "是" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 msgctxt "@info" msgid "No" -msgstr "" +msgstr "否" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 msgctxt "@header" msgid "Optimized for Air Manager" -msgstr "" +msgstr "已针对 Air Manager 优化" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Visit plug-in website" -msgstr "" +msgstr "访问插件网站" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 msgctxt "@button" msgid "Website" -msgstr "" +msgstr "网站" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 msgctxt "@button" msgid "Buy spool" -msgstr "" +msgstr "购买线轴" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 msgctxt "@button" msgid "Safety datasheet" -msgstr "" +msgstr "安全数据表" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 msgctxt "@button" msgid "Technical datasheet" -msgstr "" +msgstr "技术数据表" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 msgctxt "@header" msgid "Package details" -msgstr "" +msgstr "包详情" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 msgctxt "@button:tooltip" msgid "Back" -msgstr "" +msgstr "返回" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 msgctxt "@button" msgid "Plugin license agreement" -msgstr "" +msgstr "插件许可协议" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 msgctxt "@text" msgid "Please read and agree with the plugin licence." -msgstr "" +msgstr "请阅读并同意插件许可。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 msgctxt "@button" msgid "Accept" -msgstr "" +msgstr "接受" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 msgctxt "@button" @@ -3073,52 +3178,56 @@ msgstr "拒绝" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Failed to load packages:" -msgstr "" +msgstr "无法加载包:" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 msgctxt "@button" msgid "Retry?" -msgstr "" +msgstr "是否重试?" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 msgctxt "@button" msgid "Loading" -msgstr "" +msgstr "加载" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No more results to load" -msgstr "" +msgstr "没有更多的结果要加载" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 msgctxt "@message" msgid "No results found with current filter" -msgstr "" +msgstr "当前筛选没有任何结果" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 msgctxt "@button" msgid "Load more" -msgstr "" +msgstr "加载更多" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 msgctxt "@header" msgid "Manage packages" -msgstr "" +msgstr "管理包" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 msgctxt "@text" -msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." -msgstr "" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "在此处管理您的 Ultimaker Cura 插件和材料配置文件。请确保将插件保持为最新,并定期备份设置。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 msgctxt "@header" msgid "Install Materials" -msgstr "" +msgstr "安装材料" #: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 msgctxt "@text" -msgid "Select and install material profiles optimised for your Ultimaker 3D printers." -msgstr "" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." +msgstr "选择并安装针对您的 Ultimaker 3D 打印机经过优化的材料配置文件。" #: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 msgctxt "@title:tab" @@ -3365,7 +3474,9 @@ msgstr "新建项目" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" -msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings." +msgid "" +"Are you sure you want to start a new project? This will clear the build " +"plate and any unsaved settings." msgstr "你确定要开始一个新项目吗?这将清除打印平台及任何未保存的设置。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 @@ -3380,7 +3491,9 @@ msgstr "打印平台" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 msgctxt "@tooltip" -msgid "The target temperature of the heated bed. The bed will heat up or cool down towards this temperature. If this is 0, the bed heating is turned off." +msgid "" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "热床的目标温度。热床将加热或冷却至此温度。若设置为 0,则不使用热床。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 @@ -3407,7 +3520,10 @@ msgstr "预热" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 msgctxt "@tooltip of pre-heat" -msgid "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print." +msgid "" +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." msgstr "打印前请预热热床。您可以在热床加热时继续调整相关项,让您在准备打印时不必等待热床加热完毕。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 @@ -3447,7 +3563,9 @@ msgstr "发送 G-code" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 msgctxt "@tooltip of G-code command input" -msgid "Send a custom G-code command to the connected printer. Press 'enter' to send the command." +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "向连接的打印机发送自定义 G-code 命令。按“Enter”发送命令。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 @@ -3457,7 +3575,9 @@ msgstr "挤出机" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 msgctxt "@tooltip" -msgid "The target temperature of the hotend. The hotend will heat up or cool down towards this temperature. If this is 0, the hotend heating is turned off." +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "热端的目标温度。 热端将加热或冷却至此温度。 如果目标温度为 0,则热端加热将关闭。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 @@ -3472,7 +3592,10 @@ msgstr "热端的预热温度。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 msgctxt "@tooltip of pre-heat" -msgid "Heat the hotend in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the hotend to heat up when you're ready to print." +msgid "" +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." msgstr "打印前请预热热端。您可以在热端加热时继续调整打印机,而不必等待热端加热完毕再做好打印准备。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 @@ -3497,7 +3620,9 @@ msgstr "打开项目文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 msgctxt "@text:window" -msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?" +msgid "" +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "这是一个 Cura 项目文件。您想将其作为一个项目打开还是从中导入模型?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 @@ -3553,7 +3678,10 @@ msgstr "打开文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 msgctxt "@text:window" -msgid "We have found one or more project file(s) within the files you have selected. You can open only one project file at a time. We suggest to only import models from those files. Would you like to proceed?" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" msgstr "我们已经在您所选择的文件中找到一个或多个项目文件,但一次只能打开一个项目文件。我们建议只从那些文件中导入模型而不打开项目。您要继续操作吗?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 @@ -3581,9 +3709,7 @@ msgctxt "@info:credit" msgid "" "Cura is developed by Ultimaker B.V. in cooperation with the community.\n" "Cura proudly uses the following open source projects:" -msgstr "" -"Cura 由 Ultimaker B.V. 与社区合作开发。\n" -"Cura 使用以下开源项目:" +msgstr "Cura 由 Ultimaker B.V. 与社区合作开发。\nCura 使用以下开源项目:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 msgctxt "@label" @@ -3678,7 +3804,7 @@ msgstr "多边形剪辑库" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" msgid "Python bindings for Clipper" -msgstr "" +msgstr "Clipper 的 Python 绑定" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 msgctxt "@Label" @@ -3738,8 +3864,11 @@ msgstr "舍弃或保留更改" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 msgctxt "@text:window, %1 is a profile name" -msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'." -msgstr "" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." +msgstr "您已经自定义了若干配置文件设置。\n是否要在切换配置文件后保留这些更改的设置?\n或者,也可舍弃更改以从“%1”加载默认值。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 msgctxt "@title:column" @@ -3909,12 +4038,15 @@ msgstr "正在从打印机加载可用配置..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "The configurations are not available because the printer is disconnected." +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "该配置不可用,因为打印机已断开连接。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 msgctxt "@label" -msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile." +msgid "" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "此配置不可用,因为 %1 未被识别。请访问 %2 以下载正确的材料配置文件。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 @@ -3924,7 +4056,8 @@ msgstr "市场" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 msgctxt "@tooltip" -msgid "The configuration of this extruder is not allowed, and prohibits slicing." +msgid "" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "不允许此挤出器的配置并禁止切片。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 @@ -4031,10 +4164,7 @@ msgid "" "- Add material profiles and plug-ins from the Marketplace\n" "- Back-up and sync your material profiles and plug-ins\n" "- Share ideas and get help from 48,000+ users in the Ultimaker community" -msgstr "" -"- 从 Marketplace 添加材料配置文件和插件\n" -"- 备份和同步材料配置文件和插件\n" -"- 在 Ultimaker 社区分享观点并获取 48,000 多名用户的帮助" +msgstr "- 从 Marketplace 添加材料配置文件和插件\n- 备份和同步材料配置文件和插件\n- 在 Ultimaker 社区分享观点并获取 48,000 多名用户的帮助" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 msgctxt "@button" @@ -4208,7 +4338,10 @@ msgstr "打开文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 msgctxt "@text:window" -msgid "We have found one or more G-Code files within the files you have selected. You can only open one G-Code file at a time. If you want to open a G-Code file, please just select only one." +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." msgstr "我们已经在您选择的文件中找到一个或多个 G-Code 文件。您一次只能打开一个 G-Code 文件。若需打开 G-Code 文件,请仅选择一个。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 @@ -4258,9 +4391,15 @@ msgid "Custom" msgstr "自定义" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" -msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" -msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" msgstr[0] "没有 %1 配置文件可用于挤出器 %2 中的配置。将改为使用默认意图" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 @@ -4270,7 +4409,8 @@ msgstr "渐层填充" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 msgctxt "@label" -msgid "Gradual infill will gradually increase the amount of infill towards the top." +msgid "" +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "渐层填充(Gradual infill)将随着打印高度的提升而逐渐加大填充密度。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 @@ -4280,7 +4420,9 @@ msgstr "支持" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 msgctxt "@label" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "在模型的悬垂(Overhangs)部分生成支撑结构。若不这样做,这些部分在打印时将倒塌。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 @@ -4291,7 +4433,9 @@ msgstr "配置文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 msgctxt "@tooltip" -msgid "You have modified some profile settings. If you want to change these go to custom mode." +msgid "" +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "您已修改部分配置文件设置。 如果您想对其进行更改,请转至自定义模式。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 @@ -4301,7 +4445,9 @@ msgstr "附着" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 msgctxt "@label" -msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards." +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "允许打印 Brim 或 Raft。这将在您的对象周围或下方添加一个容易切断的平面区域。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 @@ -4323,13 +4469,11 @@ msgstr "配置文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 msgctxt "@tooltip" msgid "" -"Some setting/override values are different from the values stored in the profile.\n" +"Some setting/override values are different from the values stored in the " +"profile.\n" "\n" "Click to open the profile manager." -msgstr "" -"某些设置/重写值与存储在配置文件中的值不同。\n" -"\n" -"点击打开配置文件管理器。" +msgstr "某些设置/重写值与存储在配置文件中的值不同。\n\n点击打开配置文件管理器。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 msgctxt "@title:column" @@ -4349,28 +4493,33 @@ msgstr "当前" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 msgctxt "@title:column Unit of measurement" msgid "Unit" -msgstr "" +msgstr "单位" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 msgctxt "@title:window" msgid "Rename" -msgstr "" +msgstr "重命名" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 msgctxt "@info" msgid "Please provide a new name." -msgstr "" +msgstr "请提供新名称。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 msgctxt "@item:tooltip" -msgid "This setting has been hidden by the active machine and will not be visible." -msgstr "" +msgid "" +"This setting has been hidden by the active machine and will not be visible." +msgstr "该设置已被当前机器所隐藏并不可见。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 msgctxt "@item:tooltip %1 is list of setting names" -msgid "This setting has been hidden by the value of %1. Change the value of that setting to make this setting visible." -msgid_plural "This setting has been hidden by the values of %1. Change the values of those settings to make this setting visible." -msgstr[0] "" +msgid "" +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "该设置已被 %1 的值所隐藏,若需显示,更改此值可使设置项重新可见。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 msgctxt "@title:tab" @@ -4381,7 +4530,7 @@ msgstr "设置可见性" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 msgctxt "@action:button" msgid "Defaults" -msgstr "" +msgstr "默认" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 msgctxt "@label:textbox" @@ -4391,7 +4540,7 @@ msgstr "全部勾选" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 msgctxt "@action:button" msgid "Add New" -msgstr "" +msgstr "新增" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 @@ -4413,7 +4562,9 @@ msgstr "确认直径更改" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 msgctxt "@label (%1 is a number)" -msgid "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?" +msgid "" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "新的灯丝直径被设置为%1毫米,这与当前的挤出机不兼容。你想继续吗?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 @@ -4439,7 +4590,7 @@ msgstr "颜色" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 msgctxt "@title" msgid "Material color picker" -msgstr "" +msgstr "材料颜色选取器" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 msgctxt "@label" @@ -4513,7 +4664,9 @@ msgstr "匹配材料和打印机" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 msgctxt "@text" -msgid "Following a few simple steps, you will be able to synchronize all your material profiles with your printers." +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "只需遵循几个简单步骤,您就可以将所有材料配置文件与打印机同步。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 @@ -4533,7 +4686,9 @@ msgstr "登录" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 msgctxt "@text" -msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura." +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "要自动将材料配置文件与连接到 Digital Factory 的所有打印机同步,您需要登录 Cura。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 @@ -4541,7 +4696,7 @@ msgstr "要自动将材料配置文件与连接到 Digital Factory 的所有打 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" -msgstr "使用 USB 同步材料" +msgstr "Sync materials with USB" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" @@ -4571,7 +4726,8 @@ msgstr "缺少打印机?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 msgctxt "@text" -msgid "Make sure all your printers are turned ON and connected to Digital Factory." +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "请确保所有打印机都已打开并连接到 Digital Factory。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 @@ -4608,7 +4764,10 @@ msgstr "未找到打印机" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 msgctxt "@text" -msgid "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware." +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "您似乎没有任何兼容打印机连接到 Digital Factory。请确保打印机已连接并运行最新固件。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 @@ -4627,8 +4786,10 @@ msgid "Sync material profiles via USB" msgstr "通过 USB 同步材料配置文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "@text In the UI this is followed by a list of steps the user needs to take." -msgid "Follow the following steps to load the new material profiles to your printer." +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "请遵循以下步骤将新材料配置文件加载到打印机。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 @@ -4643,7 +4804,9 @@ msgstr "将 .umm文件保存到 U 盘。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 msgctxt "@text" -msgid "Insert the USB stick into your printer and launch the procedure to load new material profiles." +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "将 U 盘插入打印机,并启动程序以加载新材料配置文件。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 @@ -4670,13 +4833,13 @@ msgstr "导出所有材料" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" msgid "Materials compatible with active printer:" -msgstr "" +msgstr "与处于活动状态的打印机兼容的材料:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 msgctxt "@action:button" msgid "Create new" -msgstr "" +msgstr "新建" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 @@ -4687,7 +4850,7 @@ msgstr "导入" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 msgctxt "@action:button" msgid "Sync with Printers" -msgstr "" +msgstr "与打印机同步" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 @@ -4726,7 +4889,8 @@ msgstr "成功导入材料 %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not import material %1: %2" +msgid "" +"Could not import material %1: %2" msgstr "无法导入材料 %1%2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 @@ -4737,7 +4901,8 @@ msgstr "导出材料" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 msgctxt "@info:status Don't translate the XML tags and !" -msgid "Failed to export material to %1: %2" +msgid "" +"Failed to export material to %1: %2" msgstr "无法导出材料至 %1%2" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 @@ -4748,31 +4913,33 @@ msgstr "成功导出材料至: %1" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 msgctxt "@label" msgid "Profiles compatible with active printer:" -msgstr "" +msgstr "与处于活动状态的打印机兼容的配置文件:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 msgctxt "@action:tooltip" msgid "Create new profile from current settings/overrides" -msgstr "" +msgstr "使用当前设置/重写值创建新的配置文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 msgctxt "@action:label" msgid "Some settings from current profile were overwritten." -msgstr "" +msgstr "当前配置文件的一些设置已经重写。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 msgctxt "@action:button" msgid "Update profile." -msgstr "" +msgstr "更新配置文件。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 msgctxt "@action:tooltip" msgid "Update profile with current settings/overrides" -msgstr "" +msgstr "使用当前设置 / 重写值更新配置文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 msgctxt "@action:label" -msgid "This profile uses the defaults specified by the printer, so it has no settings/overrides in the list below." +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "此配置文件使用打印机指定的默认值,因此在下面的列表中没有此设置项。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 @@ -4825,7 +4992,7 @@ msgstr "接口" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 msgctxt "@heading" msgid "-- incomplete --" -msgstr "" +msgstr "-- 不完整 --" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 msgctxt "@label" @@ -4833,9 +5000,10 @@ msgid "Currency:" msgstr "币种:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "@label: Please keep the asterix, it's to indicate that a restart is needed." +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." msgid "Theme*:" -msgstr "" +msgstr "主题*:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 msgctxt "@info:tooltip" @@ -4849,8 +5017,9 @@ msgstr "自动切片" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 msgctxt "@label" -msgid "*You will need to restart the application for these changes to have effect." -msgstr "" +msgid "" +"*You will need to restart the application for these changes to have effect." +msgstr "*需重新启动该应用程序,这些更改才能生效。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 msgctxt "@label" @@ -4859,7 +5028,9 @@ msgstr "视区行为" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 msgctxt "@info:tooltip" -msgid "Highlight unsupported areas of the model in red. Without support these areas will not print properly." +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "以红色突出显示模型需要增加支撑结构的区域。没有支撑,这些区域将无法正确打印。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 @@ -4869,7 +5040,9 @@ msgstr "显示悬垂(Overhang)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 msgctxt "@info:tooltip" -msgid "Highlight missing or extraneous surfaces of the model using warning signs. The toolpaths will often be missing parts of the intended geometry." +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." msgstr "使用警告标志突出显示模型缺少或多余的表面。刀具路径常常是要打印的几何结构缺少的部分。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 @@ -4879,7 +5052,9 @@ msgstr "显示模型错误" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 msgctxt "@info:tooltip" -msgid "Moves the camera so the model is in the center of the view when a model is selected" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "当模型被选中时,视角将自动调整到最合适的观察位置(模型处于正中央)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 @@ -4904,7 +5079,8 @@ msgstr "是否跟随鼠标方向进行缩放?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 msgctxt "@info:tooltip" -msgid "Zooming towards the mouse is not supported in the orthographic perspective." +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "正交透视不支持通过鼠标进行缩放。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 @@ -4914,7 +5090,8 @@ msgstr "跟随鼠标方向缩放" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 msgctxt "@info:tooltip" -msgid "Should models on the platform be moved so that they no longer intersect?" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "需要移动平台上的模型,使它们不再相交吗?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 @@ -4987,7 +5164,9 @@ msgstr "打开并保存文件" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 msgctxt "@info:tooltip" -msgid "Should opening files from the desktop or external applications open in the same instance of Cura?" +msgid "" +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "应从桌面打开文件还是在同一 Cura 实例中打开外部应用程序?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 @@ -4997,7 +5176,9 @@ msgstr "使用单个 Cura 实例" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 msgctxt "@info:tooltip" -msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?" +msgid "" +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "是否应在清理构建板后再将新模型加载到单个 Cura 实例中?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 @@ -5017,7 +5198,9 @@ msgstr "缩小过大模型" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 msgctxt "@info:tooltip" -msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "当模型以米而不是毫米为单位时,模型可能会在打印平台中显得非常小。在此情况下是否进行放大?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 @@ -5037,7 +5220,9 @@ msgstr "选择模型时加载" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 msgctxt "@info:tooltip" -msgid "Should a prefix based on the printer name be added to the print job name automatically?" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "打印机名是否自动作为打印作业名称的前缀?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 @@ -5082,12 +5267,17 @@ msgstr "始终导入模型" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 msgctxt "@info:tooltip" -msgid "When you have made changes to a profile and switched to a different one, a dialog will be shown asking whether you want to keep your modifications or not, or you can choose a default behaviour and never show that dialog again." +msgid "" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." msgstr "当您对配置文件进行更改并切换到其他配置文件时将显示一个对话框,询问您是否要保留修改。您也可以选择一个默认行为并令其不再显示该对话框。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 msgctxt "@window:text" -msgid "Default behavior for changed setting values when switching to a different profile: " +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "切换到不同配置文件时对设置值更改的默认操作: " #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 @@ -5107,7 +5297,10 @@ msgstr "隐私" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 msgctxt "@info:tooltip" -msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored." +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." msgstr "您愿意将关于您的打印数据以匿名形式发送到 Ultimaker 吗?注意:我们不会记录/发送任何模型、IP 地址或其他私人数据。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 @@ -5152,7 +5345,9 @@ msgstr "稳定版和测试版" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 msgctxt "@info:tooltip" -msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "是否应在每次启动 Cura 时自动检查新插件?强烈建议您不要禁用此功能!" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 @@ -5193,7 +5388,9 @@ msgstr "该网络地址的打印机尚未响应。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 msgctxt "@label" -msgid "This printer cannot be added because it's an unknown printer or it's not the host of a group." +msgid "" +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "由于是未知打印机或不是组内主机,无法添加该打印机。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 @@ -5290,10 +5487,10 @@ msgstr "欢迎使用 Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 msgctxt "@text" -msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments." -msgstr "" -"请按照以下步骤设置\n" -"Ultimaker Cura。此操作只需要几分钟时间。" +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." +msgstr "请按照以下步骤设置\nUltimaker Cura。此操作只需要几分钟时间。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 msgctxt "@button" @@ -5372,7 +5569,9 @@ msgstr "帮助我们改进 Ultimaker Cura" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 msgctxt "@text" -msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "为了改善打印质量和用户体验,Ultimaker Cura 会收集匿名数据,这些数据包括:" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 @@ -5397,7 +5596,8 @@ msgstr "打印设置" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 msgctxt "@text" -msgid "Data collected by Ultimaker Cura will not contain any personal information." +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "Ultimaker Cura 收集的数据不会包含任何个人信息。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 @@ -5448,22 +5648,30 @@ msgstr "预设打印机" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 msgctxt "@status" -msgid "The cloud printer is offline. Please check if the printer is turned on and connected to the internet." +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "云打印机离线。请检查打印机是否已开启并连接到 Internet。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 msgctxt "@status" -msgid "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection." +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "此打印机未链接到您的帐户。请访问 Ultimaker Digital Factory 以建立连接。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please sign in to connect to the cloud printer." +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "云连接当前不可用。请登录以连接到云打印机。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 msgctxt "@status" -msgid "The cloud connection is currently unavailable. Please check your internet connection." +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "云连接当前不可用。请检查您的 Internet 连接。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 @@ -5479,7 +5687,7 @@ msgstr "管理打印机" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 msgctxt "@placeholder" msgid "Search" -msgstr "" +msgstr "搜索" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 msgctxt "@text Print job name" @@ -5539,13 +5747,11 @@ msgstr "您确定要中止打印吗?" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 msgctxt "@label" msgid "" -"Some hidden settings use values different from their normal calculated value.\n" +"Some hidden settings use values different from their normal calculated " +"value.\n" "\n" "Click to make these settings visible." -msgstr "" -"一些隐藏设置正在使用有别于一般设置的计算值。\n" -"\n" -"单击以使这些设置可见。" +msgstr "一些隐藏设置正在使用有别于一般设置的计算值。\n\n单击以使这些设置可见。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 msgctxt "@label:textbox" @@ -5585,7 +5791,9 @@ msgstr "配置设定可见性..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 msgctxt "@label" -msgid "This setting is not used because all the settings that it influences are overridden." +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "未使用此设置,因为受其影响的所有设置均已覆盖。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 @@ -5600,7 +5808,9 @@ msgstr "受影响项目" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 msgctxt "@label" -msgid "This setting is always shared between all extruders. Changing it here will change the value for all extruders." +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "此设置始终在所有挤出机之间共享。在此处更改它将改变所有挤出机的值。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 @@ -5614,26 +5824,21 @@ msgid "" "This setting has a value that is different from the profile.\n" "\n" "Click to restore the value of the profile." -msgstr "" -"此设置的值与配置文件不同。\n" -"\n" -"单击以恢复配置文件的值。" +msgstr "此设置的值与配置文件不同。\n\n单击以恢复配置文件的值。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 msgctxt "@label" msgid "" -"This setting is normally calculated, but it currently has an absolute value set.\n" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" "\n" "Click to restore the calculated value." -msgstr "" -"此设置通常可被自动计算,但其当前已被绝对定义。\n" -"\n" -"单击以恢复自动计算的值。" +msgstr "此设置通常可被自动计算,但其当前已被绝对定义。\n\n单击以恢复自动计算的值。" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 msgctxt "@label" msgid "Hex" -msgstr "" +msgstr "六角" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" @@ -5658,7 +5863,7 @@ msgstr "预计剩余时间" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 msgctxt "@action:inmenu" msgid "Show Online Troubleshooting" -msgstr "" +msgstr "显示联机故障排除" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" @@ -5736,9 +5941,11 @@ msgid "Manage Materials..." msgstr "管理材料..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate." +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." msgid "Add more materials from Marketplace" -msgstr "" +msgstr "从市场添加更多材料" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" @@ -5992,7 +6199,9 @@ msgstr "UFP 读取器" #: DigitalLibrary/plugin.json msgctxt "description" -msgid "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library." +msgid "" +"Connects to the Digital Library, allowing Cura to open files from and save " +"files to the Digital Library." msgstr "连接到 Digital Library,以允许 Cura 从 Digital Library 打开文件并将文件保存到其中。" #: DigitalLibrary/plugin.json @@ -6032,7 +6241,9 @@ msgstr "Ultimaker 网络连接" #: ModelChecker/plugin.json msgctxt "description" -msgid "Checks models and print configuration for possible printing issues and give suggestions." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "检查模型和打印配置,以了解潜在的打印问题并给出建议。" #: ModelChecker/plugin.json @@ -6043,7 +6254,7 @@ msgstr "模型检查器" #: SimulationView/plugin.json msgctxt "description" msgid "Provides the preview of sliced layerdata." -msgstr "" +msgstr "提供切片层数据的预览。" #: SimulationView/plugin.json msgctxt "name" @@ -6183,12 +6394,12 @@ msgstr "版本自 4.1 升级到 4.2" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." -msgstr "" +msgstr "将配置从 Cura 4.13 升级至 Cura 5.0。" #: VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" msgid "Version Upgrade 4.13 to 5.0" -msgstr "" +msgstr "版本从 4.13 升级到 5.0" #: VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" @@ -6442,7 +6653,8 @@ msgstr "后期处理" #: SupportEraser/plugin.json msgctxt "description" -msgid "Creates an eraser mesh to block the printing of support in certain places" +msgid "" +"Creates an eraser mesh to block the printing of support in certain places" msgstr "创建橡皮擦网格,以便阻止在某些位置打印支撑" #: SupportEraser/plugin.json @@ -6472,7 +6684,9 @@ msgstr "透视视图" #: UltimakerMachineActions/plugin.json msgctxt "description" -msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)." +msgid "" +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "为最后的机器提供机器操作(例如,热床调平向导,选择升级等)。" #: UltimakerMachineActions/plugin.json @@ -6482,13 +6696,15 @@ msgstr "Ultimaker 打印机操作" #: Marketplace/plugin.json msgctxt "description" -msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website." -msgstr "" +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." +msgstr "管理对应用程序的扩展并允许从 Ultimaker 网站浏览扩展。" #: Marketplace/plugin.json msgctxt "name" msgid "Marketplace" -msgstr "" +msgstr "市场" #: SolidView/plugin.json msgctxt "description" @@ -6512,7 +6728,9 @@ msgstr "G-code 读取器" #: MachineSettingsAction/plugin.json msgctxt "description" -msgid "Provides a way to change machine settings (such as build volume, nozzle size, etc.)." +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "提供一种改变机器设置的方法(如构建体积、喷嘴大小等)。" #: MachineSettingsAction/plugin.json @@ -6522,7 +6740,8 @@ msgstr "打印机设置操作" #: USBPrinting/plugin.json msgctxt "description" -msgid "Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "接受 G-Code 并将其发送到一台打印机。 插件也可以更新固件。" #: USBPrinting/plugin.json diff --git a/resources/i18n/zh_CN/fdmextruder.def.json.po b/resources/i18n/zh_CN/fdmextruder.def.json.po index beff14647a..32cdf06408 100644 --- a/resources/i18n/zh_CN/fdmextruder.def.json.po +++ b/resources/i18n/zh_CN/fdmextruder.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2019-03-13 14:00+0200\n" -"Last-Translator: Bothof \n" -"Language-Team: PCDotFan , Bothof \n" -"Language: zh_CN\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.7.3\n" -"Plural-Forms: nplurals=1; plural=0;\n" #: fdmextruder.def.json msgctxt "machine_settings label" @@ -54,7 +51,9 @@ msgstr "喷嘴直径" #: fdmextruder.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "喷嘴内径,在使用非标准喷嘴尺寸时需更改此设置。" #: fdmextruder.def.json @@ -94,7 +93,9 @@ msgstr "挤出机起点绝对位置" #: fdmextruder.def.json msgctxt "machine_extruder_start_pos_abs description" -msgid "Make the extruder starting position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder starting position absolute rather than relative to the " +"last-known location of the head." msgstr "令挤出机起始位置为绝对位置,而不根据打印头的最后位置来改变。" #: fdmextruder.def.json @@ -134,7 +135,9 @@ msgstr "挤出机终点绝对位置" #: fdmextruder.def.json msgctxt "machine_extruder_end_pos_abs description" -msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder ending position absolute rather than relative to the last-" +"known location of the head." msgstr "令挤出机结束位置为绝对位置,而不根据打印头的最后位置来改变。" #: fdmextruder.def.json @@ -164,7 +167,9 @@ msgstr "挤出机初始 Z 轴位置" #: fdmextruder.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "打印开始时,喷头在 Z 轴坐标上的起始位置." #: fdmextruder.def.json @@ -174,7 +179,10 @@ msgstr "挤出机打印冷却风扇" #: fdmextruder.def.json msgctxt "machine_extruder_cooling_fan_number description" -msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder." +msgid "" +"The number of the print cooling fan associated with this extruder. Only " +"change this from the default value of 0 when you have a different print " +"cooling fan for each extruder." msgstr "打印冷却风扇的数量与该挤出机有关。仅在每个挤出机都对应不同的打印冷却风扇时,对默认值 0 进行更改。" #: fdmextruder.def.json @@ -194,7 +202,9 @@ msgstr "挤出机 X 轴坐标" #: fdmextruder.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "打印开始时,喷头在 X 轴上初始位置。" #: fdmextruder.def.json @@ -204,7 +214,9 @@ msgstr "挤出机 Y 轴起始位置" #: fdmextruder.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "打印开始时,喷头在 Y 轴坐标上初始位置。" #: fdmextruder.def.json @@ -224,7 +236,9 @@ msgstr "直径" #: fdmextruder.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "调整所用耗材的直径。 将此值与所用耗材的直径匹配。" #~ msgctxt "machine_extruder_start_code description" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index 36f7cc72e2..38444919a3 100644 --- a/resources/i18n/zh_CN/fdmprinter.def.json.po +++ b/resources/i18n/zh_CN/fdmprinter.def.json.po @@ -1,21 +1,18 @@ # Cura -# Copyright (C) 2021 Ultimaker B.V. +# Copyright (C) 2022 Ultimaker B.V. # This file is distributed under the same license as the Cura package. # msgid "" msgstr "" -"Project-Id-Version: Cura 4.13\n" +"Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "POT-Creation-Date: 2022-04-13 10:49+0000\n" -"PO-Revision-Date: 2021-04-16 15:04+0200\n" -"Last-Translator: Lionbridge \n" -"Language-Team: Chinese , PCDotFan , Chinese \n" -"Language: zh_CN\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" -"Plural-Forms: nplurals=1; plural=0;\n" #: fdmprinter.def.json msgctxt "machine_settings label" @@ -44,7 +41,9 @@ msgstr "显示打印机变体" #: fdmprinter.def.json msgctxt "machine_show_variants description" -msgid "Whether to show the different variants of this machine, which are described in separate json files." +msgid "" +"Whether to show the different variants of this machine, which are described " +"in separate json files." msgstr "这台打印机是否需要显示它在不同的 JSON 文件中所描述的不同变化。" #: fdmprinter.def.json @@ -57,9 +56,7 @@ msgctxt "machine_start_gcode description" msgid "" "G-code commands to be executed at the very start - separated by \n" "." -msgstr "" -"在开始时执行的 G-code 命令 - 以 \n" -" 分行。" +msgstr "在开始时执行的 G-code 命令 - 以 \n 分行。" #: fdmprinter.def.json msgctxt "machine_end_gcode label" @@ -71,9 +68,7 @@ msgctxt "machine_end_gcode description" msgid "" "G-code commands to be executed at the very end - separated by \n" "." -msgstr "" -"在结束前执行的 G-code 命令 - 以 \n" -" 分行。" +msgstr "在结束前执行的 G-code 命令 - 以 \n 分行。" #: fdmprinter.def.json msgctxt "material_guid label" @@ -92,7 +87,9 @@ msgstr "直径" #: fdmprinter.def.json msgctxt "material_diameter description" -msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament." +msgid "" +"Adjusts the diameter of the filament used. Match this value with the " +"diameter of the used filament." msgstr "调整所用耗材的直径。 将此值与所用耗材的直径匹配。" #: fdmprinter.def.json @@ -102,7 +99,9 @@ msgstr "等待打印平台加热" #: fdmprinter.def.json msgctxt "material_bed_temp_wait description" -msgid "Whether to insert a command to wait until the build plate temperature is reached at the start." +msgid "" +"Whether to insert a command to wait until the build plate temperature is " +"reached at the start." msgstr "是否插入一条命令,等待开始时达到打印平台温度。" #: fdmprinter.def.json @@ -122,7 +121,10 @@ msgstr "包含材料温度" #: fdmprinter.def.json msgctxt "material_print_temp_prepend description" -msgid "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting." +msgid "" +"Whether to include nozzle temperature commands at the start of the gcode. " +"When the start_gcode already contains nozzle temperature commands Cura " +"frontend will automatically disable this setting." msgstr "是否在 gcode 开始部分包含喷嘴温度命令。 当 start_gcode 已包含喷嘴温度命令时,Cura 前端将自动禁用此设置。" #: fdmprinter.def.json @@ -132,7 +134,10 @@ msgstr "包含打印平台温度" #: fdmprinter.def.json msgctxt "material_bed_temp_prepend description" -msgid "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting." +msgid "" +"Whether to include build plate temperature commands at the start of the " +"gcode. When the start_gcode already contains build plate temperature " +"commands Cura frontend will automatically disable this setting." msgstr "是否需要在 G-code 开始部分包含检查热床温度的命令。当 start_gcode 包含热床温度命令时,Cura 前端将自动禁用此设置。" #: fdmprinter.def.json @@ -172,7 +177,8 @@ msgstr "打印平台形状" #: fdmprinter.def.json msgctxt "machine_shape description" -msgid "The shape of the build plate without taking unprintable areas into account." +msgid "" +"The shape of the build plate without taking unprintable areas into account." msgstr "打印平台形状(不考虑不可打印区域)。" #: fdmprinter.def.json @@ -232,7 +238,10 @@ msgstr "始终写入活动工具" #: fdmprinter.def.json msgctxt "machine_always_write_active_tool description" -msgid "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands." +msgid "" +"Write active tool after sending temp commands to inactive tool. Required for " +"Dual Extruder printing with Smoothie or other firmware with modal tool " +"commands." msgstr "将临时命令发送到非活动工具后写入活动工具。用 Smoothie 或其他具有模态工具命令的固件进行的双挤出器打印需要此项。" #: fdmprinter.def.json @@ -242,7 +251,9 @@ msgstr "位于中心" #: fdmprinter.def.json msgctxt "machine_center_is_zero description" -msgid "Whether the X/Y coordinates of the zero position of the printer is at the center of the printable area." +msgid "" +"Whether the X/Y coordinates of the zero position of the printer is at the " +"center of the printable area." msgstr "打印机零位的 X/Y 坐标是否位于可打印区域的中心。" #: fdmprinter.def.json @@ -252,7 +263,9 @@ msgstr "挤出机数目" #: fdmprinter.def.json msgctxt "machine_extruder_count description" -msgid "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle." +msgid "" +"Number of extruder trains. An extruder train is the combination of a feeder, " +"bowden tube, and nozzle." msgstr "挤出机组数目。 挤出机组是指进料装置、鲍登管和喷嘴的组合。" #: fdmprinter.def.json @@ -262,7 +275,8 @@ msgstr "已启用的挤出机数目" #: fdmprinter.def.json msgctxt "extruders_enabled_count description" -msgid "Number of extruder trains that are enabled; automatically set in software" +msgid "" +"Number of extruder trains that are enabled; automatically set in software" msgstr "已启用的挤出机组数目;软件自动设置" #: fdmprinter.def.json @@ -282,7 +296,9 @@ msgstr "喷嘴长度" #: fdmprinter.def.json msgctxt "machine_nozzle_head_distance description" -msgid "The height difference between the tip of the nozzle and the lowest part of the print head." +msgid "" +"The height difference between the tip of the nozzle and the lowest part of " +"the print head." msgstr "喷嘴尖端与打印头最低部分之间的高度差。" #: fdmprinter.def.json @@ -292,7 +308,9 @@ msgstr "喷嘴角度" #: fdmprinter.def.json msgctxt "machine_nozzle_expansion_angle description" -msgid "The angle between the horizontal plane and the conical part right above the tip of the nozzle." +msgid "" +"The angle between the horizontal plane and the conical part right above the " +"tip of the nozzle." msgstr "水平面与喷嘴尖端上部圆锥形之间的角度。" #: fdmprinter.def.json @@ -302,7 +320,9 @@ msgstr "加热区长度" #: fdmprinter.def.json msgctxt "machine_heat_zone_length description" -msgid "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament." +msgid "" +"The distance from the tip of the nozzle in which heat from the nozzle is " +"transferred to the filament." msgstr "与喷嘴尖端的距离,喷嘴产生的热量在这段距离内传递到耗材中。" #: fdmprinter.def.json @@ -312,7 +332,9 @@ msgstr "启用喷嘴温度控制" #: fdmprinter.def.json msgctxt "machine_nozzle_temp_enabled description" -msgid "Whether to control temperature from Cura. Turn this off to control nozzle temperature from outside of Cura." +msgid "" +"Whether to control temperature from Cura. Turn this off to control nozzle " +"temperature from outside of Cura." msgstr "是否从 Cura 控制温度。 关闭此选项,从 Cura 外部控制喷嘴温度。" #: fdmprinter.def.json @@ -322,7 +344,9 @@ msgstr "升温速度" #: fdmprinter.def.json msgctxt "machine_nozzle_heat_up_speed description" -msgid "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle heats up averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "喷嘴升温到平均超过正常打印温度和待机温度范围的速度 (°C/s)。" #: fdmprinter.def.json @@ -332,7 +356,9 @@ msgstr "冷却速度" #: fdmprinter.def.json msgctxt "machine_nozzle_cool_down_speed description" -msgid "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature." +msgid "" +"The speed (°C/s) by which the nozzle cools down averaged over the window of " +"normal printing temperatures and the standby temperature." msgstr "喷嘴冷却到平均超过正常打印温度和待机温度范围的速度 (°C/s)。" #: fdmprinter.def.json @@ -342,7 +368,10 @@ msgstr "最短时间待机温度" #: fdmprinter.def.json msgctxt "machine_min_cool_heat_time_window description" -msgid "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature." +msgid "" +"The minimal time an extruder has to be inactive before the nozzle is cooled. " +"Only when an extruder is not used for longer than this time will it be " +"allowed to cool down to the standby temperature." msgstr "挤出机必须保持不活动以便喷嘴冷却的最短时间。 挤出机必须不使用此时间以上,才可以冷却到待机温度。" #: fdmprinter.def.json @@ -407,7 +436,9 @@ msgstr "固件收回" #: fdmprinter.def.json msgctxt "machine_firmware_retract description" -msgid "Whether to use firmware retract commands (G10/G11) instead of using the E property in G1 commands to retract the material." +msgid "" +"Whether to use firmware retract commands (G10/G11) instead of using the E " +"property in G1 commands to retract the material." msgstr "是否使用固件收回命令 (G10/G11) 而不是使用 G1 命令中的 E 属性来收回材料。" #: fdmprinter.def.json @@ -417,7 +448,9 @@ msgstr "挤出器共用加热器" #: fdmprinter.def.json msgctxt "machine_extruders_share_heater description" -msgid "Whether the extruders share a single heater rather than each extruder having its own heater." +msgid "" +"Whether the extruders share a single heater rather than each extruder having " +"its own heater." msgstr "挤出器是否共用一个加热器,而不是每个挤出器都有自己的加热器。" #: fdmprinter.def.json @@ -427,7 +460,14 @@ msgstr "挤出器共用喷嘴" #: fdmprinter.def.json msgctxt "machine_extruders_share_nozzle description" -msgid "Whether the extruders share a single nozzle rather than each extruder having its own nozzle. When set to true, it is expected that the printer-start gcode script properly sets up all extruders in an initial retraction state that is known and mutually compatible (either zero or one filament not retracted); in that case the initial retraction status is described, per extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' parameter." +msgid "" +"Whether the extruders share a single nozzle rather than each extruder having " +"its own nozzle. When set to true, it is expected that the printer-start " +"gcode script properly sets up all extruders in an initial retraction state " +"that is known and mutually compatible (either zero or one filament not " +"retracted); in that case the initial retraction status is described, per " +"extruder, by the 'machine_extruders_shared_nozzle_initial_retraction' " +"parameter." msgstr "挤出器是否共用一个喷嘴,而不是每个挤出器都有自己的喷嘴。当设置为 true 时,预计打印机启动 gcode 脚本会将所有挤出器正确设置为已知且相互兼容的初始缩回状态 (零根或一根细丝未缩回);在这种情况下,会通过“machine_extruders_shared_nozzle_initial_retraction”参数描述每个挤出器的初始缩回状态。" #: fdmprinter.def.json @@ -437,7 +477,11 @@ msgstr "共用喷嘴初始缩回" #: fdmprinter.def.json msgctxt "machine_extruders_shared_nozzle_initial_retraction description" -msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." +msgid "" +"How much the filament of each extruder is assumed to have been retracted " +"from the shared nozzle tip at the completion of the printer-start gcode " +"script; the value should be equal to or greater than the length of the " +"common part of the nozzle's ducts." msgstr "假定在打印机启动 gcode 脚本完成后,每个挤出器的细丝从共用喷嘴头缩回多少;该值应等于或大于喷嘴导管公共部分的长度。" #: fdmprinter.def.json @@ -467,8 +511,11 @@ msgstr "机器头和风扇多边形" #: fdmprinter.def.json msgctxt "machine_head_with_fans_polygon description" -msgid "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates." -msgstr "" +msgid "" +"The shape of the print head. These are coordinates relative to the position " +"of the print head, which is usually the position of its first extruder. The " +"dimensions left and in front of the print head must be negative coordinates." +msgstr "打印头的形状。这些是相对于打印头位置的坐标,打印头通常是其第一个挤出器的位置。打印头左侧和前方的尺寸必须采用负坐标。" #: fdmprinter.def.json msgctxt "gantry_height label" @@ -477,7 +524,9 @@ msgstr "十字轴高度" #: fdmprinter.def.json msgctxt "gantry_height description" -msgid "The height difference between the tip of the nozzle and the gantry system (X and Y axes)." +msgid "" +"The height difference between the tip of the nozzle and the gantry system (X " +"and Y axes)." msgstr "喷嘴尖端与十字轴系统(X 轴和 Y 轴)之间的高度差。" #: fdmprinter.def.json @@ -497,7 +546,9 @@ msgstr "喷嘴直径" #: fdmprinter.def.json msgctxt "machine_nozzle_size description" -msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size." +msgid "" +"The inner diameter of the nozzle. Change this setting when using a non-" +"standard nozzle size." msgstr "喷嘴内径,在使用非标准喷嘴尺寸时需更改此设置。" #: fdmprinter.def.json @@ -507,7 +558,8 @@ msgstr "挤出机偏移量" #: fdmprinter.def.json msgctxt "machine_use_extruder_offset_to_offset_coords description" -msgid "Apply the extruder offset to the coordinate system. Affects all extruders." +msgid "" +"Apply the extruder offset to the coordinate system. Affects all extruders." msgstr "将挤出器偏移量应用到坐标轴系统。影响所有挤出器。" #: fdmprinter.def.json @@ -517,7 +569,9 @@ msgstr "挤出机初始 Z 轴位置" #: fdmprinter.def.json msgctxt "extruder_prime_pos_z description" -msgid "The Z coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Z coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "打印开始时,喷头在 Z 轴坐标上的起始位置." #: fdmprinter.def.json @@ -527,7 +581,9 @@ msgstr "绝对挤出机主要位置" #: fdmprinter.def.json msgctxt "extruder_prime_pos_abs description" -msgid "Make the extruder prime position absolute rather than relative to the last-known location of the head." +msgid "" +"Make the extruder prime position absolute rather than relative to the last-" +"known location of the head." msgstr "使挤出机主要位置为绝对值,而不是与上一已知打印头位置的相对值。" #: fdmprinter.def.json @@ -657,7 +713,9 @@ msgstr "每毫米步数 (X)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_x description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the X direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the X direction." msgstr "步进电机前进多少步将导致在 X 方向移动一毫米。" #: fdmprinter.def.json @@ -667,7 +725,9 @@ msgstr "每毫米步数 (Y)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_y description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Y direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Y direction." msgstr "步进电机前进多少步将导致在 Y 方向移动一毫米。" #: fdmprinter.def.json @@ -677,7 +737,9 @@ msgstr "每毫米步数 (Z)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_z description" -msgid "How many steps of the stepper motor will result in one millimeter of movement in the Z direction." +msgid "" +"How many steps of the stepper motor will result in one millimeter of " +"movement in the Z direction." msgstr "步进电机前进多少步将导致在 Z 方向移动一毫米。" #: fdmprinter.def.json @@ -687,7 +749,9 @@ msgstr "每毫米步数 (E)" #: fdmprinter.def.json msgctxt "machine_steps_per_mm_e description" -msgid "How many steps of the stepper motors will result in moving the feeder wheel by one millimeter around its circumference." +msgid "" +"How many steps of the stepper motors will result in moving the feeder wheel " +"by one millimeter around its circumference." msgstr "步进电机前进多少步将导致进料器轮绕其周长移动一毫米。" #: fdmprinter.def.json @@ -697,7 +761,9 @@ msgstr "正向 X 限位开关" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_x description" -msgid "Whether the endstop of the X axis is in the positive direction (high X coordinate) or negative (low X coordinate)." +msgid "" +"Whether the endstop of the X axis is in the positive direction (high X " +"coordinate) or negative (low X coordinate)." msgstr "指定 X 轴的限位开关位于正向(高 X 轴坐标)还是负向(低 X 轴坐标)。" #: fdmprinter.def.json @@ -707,7 +773,9 @@ msgstr "正向 Y 限位开关" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_y description" -msgid "Whether the endstop of the Y axis is in the positive direction (high Y coordinate) or negative (low Y coordinate)." +msgid "" +"Whether the endstop of the Y axis is in the positive direction (high Y " +"coordinate) or negative (low Y coordinate)." msgstr "指定 Y 轴的限位开关位于正向(高 Y 轴坐标)还是负向(低 Y 轴坐标)。" #: fdmprinter.def.json @@ -717,7 +785,9 @@ msgstr "正向 Z 限位开关" #: fdmprinter.def.json msgctxt "machine_endstop_positive_direction_z description" -msgid "Whether the endstop of the Z axis is in the positive direction (high Z coordinate) or negative (low Z coordinate)." +msgid "" +"Whether the endstop of the Z axis is in the positive direction (high Z " +"coordinate) or negative (low Z coordinate)." msgstr "指定 Z 轴的限位开关位于正向(高 Z 轴坐标)还是负向(低 Z 轴坐标)。" #: fdmprinter.def.json @@ -743,12 +813,12 @@ msgstr "进料装置中材料驱动轮的直径。" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one label" msgid "Scale Fan Speed To 0-1" -msgstr "" +msgstr "在 0 到 1 范围内设置风扇速度" #: fdmprinter.def.json msgctxt "machine_scale_fan_speed_zero_to_one description" msgid "Scale the fan speed to be between 0 and 1 instead of between 0 and 256." -msgstr "" +msgstr "在 0 到 1 范围内设置风扇速度,而不是 0 到 256 之间。" #: fdmprinter.def.json msgctxt "resolution label" @@ -757,7 +827,9 @@ msgstr "质量" #: fdmprinter.def.json msgctxt "resolution description" -msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)" +msgid "" +"All settings that influence the resolution of the print. These settings have " +"a large impact on the quality (and print time)" msgstr "影响打印分辨率的所有设置。 这些设置会对质量(和打印时间)产生显著影响" #: fdmprinter.def.json @@ -767,7 +839,9 @@ msgstr "层高" #: fdmprinter.def.json msgctxt "layer_height description" -msgid "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution." +msgid "" +"The height of each layer in mm. Higher values produce faster prints in lower " +"resolution, lower values produce slower prints in higher resolution." msgstr "每层的高度(以毫米为单位)。值越高,则打印速度越快,分辨率越低;值越低,则打印速度越慢,分辨率越高。" #: fdmprinter.def.json @@ -777,7 +851,9 @@ msgstr "起始层高" #: fdmprinter.def.json msgctxt "layer_height_0 description" -msgid "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier." +msgid "" +"The height of the initial layer in mm. A thicker initial layer makes " +"adhesion to the build plate easier." msgstr "起始层高(以毫米为单位)。起始层越厚,与打印平台的粘着越轻松。" #: fdmprinter.def.json @@ -787,7 +863,10 @@ msgstr "走线宽度" #: fdmprinter.def.json msgctxt "line_width description" -msgid "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. However, slightly reducing this value could produce better prints." +msgid "" +"Width of a single line. Generally, the width of each line should correspond " +"to the width of the nozzle. However, slightly reducing this value could " +"produce better prints." msgstr "单一走线宽度。 一般而言,每条走线的宽度应与喷嘴的宽度对应。 但是,稍微降低此值可以产生更好的打印成果。" #: fdmprinter.def.json @@ -807,7 +886,9 @@ msgstr "走线宽度(外壁)" #: fdmprinter.def.json msgctxt "wall_line_width_0 description" -msgid "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed." +msgid "" +"Width of the outermost wall line. By lowering this value, higher levels of " +"detail can be printed." msgstr "最外壁线宽度。 降低此值,可打印出更高水平的细节。" #: fdmprinter.def.json @@ -817,7 +898,8 @@ msgstr "走线宽度(内壁)" #: fdmprinter.def.json msgctxt "wall_line_width_x description" -msgid "Width of a single wall line for all wall lines except the outermost one." +msgid "" +"Width of a single wall line for all wall lines except the outermost one." msgstr "适用于所有壁线(最外壁线除外)的单一壁线宽度。" #: fdmprinter.def.json @@ -907,7 +989,9 @@ msgstr "起始层走线宽度" #: fdmprinter.def.json msgctxt "initial_layer_line_width_factor description" -msgid "Multiplier of the line width on the first layer. Increasing this could improve bed adhesion." +msgid "" +"Multiplier of the line width on the first layer. Increasing this could " +"improve bed adhesion." msgstr "第一层走线宽度乘数。 增大此乘数可改善热床粘着。" #: fdmprinter.def.json @@ -927,7 +1011,9 @@ msgstr "壁挤出机" #: fdmprinter.def.json msgctxt "wall_extruder_nr description" -msgid "The extruder train used for printing the walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the walls. This is used in multi-" +"extrusion." msgstr "用于打印壁的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -937,7 +1023,9 @@ msgstr "外壁挤出机" #: fdmprinter.def.json msgctxt "wall_0_extruder_nr description" -msgid "The extruder train used for printing the outer wall. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the outer wall. This is used in multi-" +"extrusion." msgstr "用于打印外壁的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -947,7 +1035,9 @@ msgstr "内壁挤出机" #: fdmprinter.def.json msgctxt "wall_x_extruder_nr description" -msgid "The extruder train used for printing the inner walls. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the inner walls. This is used in multi-" +"extrusion." msgstr "用于打印内壁的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -957,7 +1047,9 @@ msgstr "壁厚" #: fdmprinter.def.json msgctxt "wall_thickness description" -msgid "The thickness of the walls in the horizontal direction. This value divided by the wall line width defines the number of walls." +msgid "" +"The thickness of the walls in the horizontal direction. This value divided " +"by the wall line width defines the number of walls." msgstr "水平方向的壁厚度。 此值除以壁线宽度定义壁数量。" #: fdmprinter.def.json @@ -967,58 +1059,79 @@ msgstr "壁走线次数" #: fdmprinter.def.json msgctxt "wall_line_count description" -msgid "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number." +msgid "" +"The number of walls. When calculated by the wall thickness, this value is " +"rounded to a whole number." msgstr "壁数量。 在按壁厚计算时,该值舍入为整数。" #: fdmprinter.def.json msgctxt "wall_transition_length label" msgid "Wall Transition Length" -msgstr "" +msgstr "壁过渡长度" #: fdmprinter.def.json msgctxt "wall_transition_length description" -msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines." -msgstr "" +msgid "" +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"lines." +msgstr "当随着零件变薄而在不同数量的壁之间过渡时,会分配一定数量的间距来分割或连接壁走线。" #: fdmprinter.def.json msgctxt "wall_distribution_count label" msgid "Wall Distribution Count" -msgstr "" +msgstr "壁分派次数" #: fdmprinter.def.json msgctxt "wall_distribution_count description" -msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width." -msgstr "" +msgid "" +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." +msgstr "从中心开始计数的壁数量,需要在这些壁上传播变化。较小的值意味着不更改外壁的宽度。" #: fdmprinter.def.json msgctxt "wall_transition_angle label" msgid "Wall Transitioning Threshold Angle" -msgstr "" +msgstr "壁过渡阈值角度" #: fdmprinter.def.json msgctxt "wall_transition_angle description" -msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude." -msgstr "" +msgid "" +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." +msgstr "在奇数和偶数壁之间创建过渡时。角度大于此设置的楔形将没有过渡,并且不会在中心打印壁来填充剩余空间。减少此设置会减少这些中心壁的数量和长度,但可能会留下空隙或挤出过多。" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance label" msgid "Wall Transitioning Filter Distance" -msgstr "" +msgstr "壁过渡筛选距离" #: fdmprinter.def.json msgctxt "wall_transition_filter_distance description" -msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance." -msgstr "" +msgid "" +"If it would be transitioning back and forth between different numbers of " +"walls in quick succession, don't transition at all. Remove transitions if " +"they are closer together than this distance." +msgstr "如果要在不同数量的壁之间快速连续地来回过渡,那么根本不要过渡。如果这些过渡的距离之和小于此距离,则移除过渡。" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation label" msgid "Wall Transitioning Filter Margin" -msgstr "" +msgstr "壁过渡筛选边距" #: fdmprinter.def.json msgctxt "wall_transition_filter_deviation description" -msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." -msgstr "" +msgid "" +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of line widths which follow to [Minimum Wall " +"Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large line width variation " +"can lead to under- or overextrusion problems." +msgstr "防止在多一个壁和少一个壁之间来回过渡。此边距扩展走线宽度的范围,介于 [最小壁走线宽度 - 边距,2 * 最小壁走线宽度 + 边距] 之间。增加此边距将减少过渡数量,从而减少挤出启动/停止次数和行程时间。但是,较大的走线宽度变化会导致挤出不足或挤出过多的问题。" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist label" @@ -1027,7 +1140,9 @@ msgstr "外壁擦嘴长度" #: fdmprinter.def.json msgctxt "wall_0_wipe_dist description" -msgid "Distance of a travel move inserted after the outer wall, to hide the Z seam better." +msgid "" +"Distance of a travel move inserted after the outer wall, to hide the Z seam " +"better." msgstr "插入外壁后的空驶距离,旨在更好地隐藏 Z 缝。" #: fdmprinter.def.json @@ -1037,7 +1152,11 @@ msgstr "外壁嵌入" #: fdmprinter.def.json msgctxt "wall_0_inset description" -msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model." +msgid "" +"Inset applied to the path of the outer wall. If the outer wall is smaller " +"than the nozzle, and printed after the inner walls, use this offset to get " +"the hole in the nozzle to overlap with the inner walls instead of the " +"outside of the model." msgstr "应用在外壁路径上的嵌入。 如果外壁小于喷嘴,并且在内壁之后打印,则使用该偏移量来使喷嘴中的孔与内壁而不是模型外部重叠。" #: fdmprinter.def.json @@ -1047,28 +1166,37 @@ msgstr "优化壁打印顺序" #: fdmprinter.def.json msgctxt "optimize_wall_printing_order description" -msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type." +msgid "" +"Optimize the order in which walls are printed so as to reduce the number of " +"retractions and the distance travelled. Most parts will benefit from this " +"being enabled but some may actually take longer so please compare the print " +"time estimates with and without optimization. First layer is not optimized " +"when choosing brim as build plate adhesion type." msgstr "优化墙壁印刷的顺序,以减少回撤的数量和旅行的距离。大多数部件会从启用这个功能中受益,但有些可能会花费更长的时间,所以请将打印时间估算与不优化进行比较。第一层在选择边缘作为构建板附着力类型时没有进行优化。" #: fdmprinter.def.json msgctxt "inset_direction label" msgid "Wall Ordering" -msgstr "" +msgstr "壁顺序" #: fdmprinter.def.json msgctxt "inset_direction description" -msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed." -msgstr "" +msgid "" +"Determines the order in which walls are printed. Printing outer walls " +"earlier helps with dimensional accuracy, as faults from inner walls cannot " +"propagate to the outside. However printing them later allows them to stack " +"better when overhangs are printed." +msgstr "确定打印壁的顺序。先打印外壁有助于提高尺寸精度,因为内壁的误差不会传播到外壁。不过,在打印悬垂对象时,后打印外壁可以实现更好的堆叠。" #: fdmprinter.def.json msgctxt "inset_direction option inside_out" msgid "Inside To Outside" -msgstr "" +msgstr "从内到外" #: fdmprinter.def.json msgctxt "inset_direction option outside_in" msgid "Outside To Inside" -msgstr "" +msgstr "从外到内" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter label" @@ -1077,58 +1205,92 @@ msgstr "交替备用壁" #: fdmprinter.def.json msgctxt "alternate_extra_perimeter description" -msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints." +msgid "" +"Prints an extra wall at every other layer. This way infill gets caught " +"between these extra walls, resulting in stronger prints." msgstr "每隔一层打印一个额外的壁。 通过这种方法,填充物会卡在这些额外的壁之间,从而产生更强韧的打印质量。" #: fdmprinter.def.json msgctxt "min_wall_line_width label" msgid "Minimum Wall Line Width" -msgstr "" +msgstr "最小壁走线宽度" #: fdmprinter.def.json msgctxt "min_wall_line_width description" -msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." -msgstr "" +msgid "" +"For thin structures around once or twice the nozzle size, the line widths " +"need to be altered to adhere to the thickness of the model. This setting " +"controls the minimum line width allowed for the walls. The minimum line " +"widths inherently also determine the maximum line widths, since we " +"transition from N to N+1 walls at some geometry thickness where the N walls " +"are wide and the N+1 walls are narrow. The widest possible wall line is " +"twice the Minimum Wall Line Width." +msgstr "对于一倍或两倍于喷嘴孔径的薄结构,需要更改走线宽度以遵循模型的厚度。此设置控制壁允许的最小走线宽度。同样,最小走线宽度内在地决定了最大走线宽度,因为我们在某些几何厚度中从 N 壁过渡到 N+1 壁时,N 壁宽而 N+1 壁窄。允许的最大壁走线宽度是最小壁走线宽度的两倍。" #: fdmprinter.def.json msgctxt "min_even_wall_line_width label" msgid "Minimum Even Wall Line Width" -msgstr "" +msgstr "最小偶数壁走线宽度" #: fdmprinter.def.json msgctxt "min_even_wall_line_width description" -msgid "The minimum line width for normal polygonal walls. This setting determines at which model thickness we switch from printing a single thin wall line, to printing two wall lines. A higher Minimum Even Wall Line Width leads to a higher maximum odd wall line width. The maximum even wall line width is calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." -msgstr "" +msgid "" +"The minimum line width for normal polygonal walls. This setting determines " +"at which model thickness we switch from printing a single thin wall line, to " +"printing two wall lines. A higher Minimum Even Wall Line Width leads to a " +"higher maximum odd wall line width. The maximum even wall line width is " +"calculated as Outer Wall Line Width + 0.5 * Minimum Odd Wall Line Width." +msgstr "普通多边形墙的最小走线宽度。此设置确定我们从打印单根薄壁走线切换到打印两根壁走线时的模型厚度。更高的最小偶数壁走线宽度会带来更高的最大奇数壁走线宽度。最大偶数壁走线宽度计算方法是:外壁走线宽度 + 0.5 * 最小奇数壁走线宽度。" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold label" msgid "Split Middle Line Threshold" -msgstr "" +msgstr "拆分中间走线阈值" #: fdmprinter.def.json msgctxt "wall_split_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which " +"the middle line (if there is one) will be split into two. Reduce this " +"setting to use more, thinner lines. Increase to use fewer, wider lines. Note " +"that this applies -as if- the entire shape should be filled with wall, so " +"the middle here refers to the middle of the object between two outer edges " +"of the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "最小走线宽度是普通走线宽度的一个系数,超过该值的中间走线(如果有)将拆分为两根。减少此设置将使用更多、更细的走线。增加此设置可使用更少、更宽的走线。请注意,应用此设置时就像是将使用壁来填充整个形状,因此,这里的中间是指形状两个外边缘之间对象的中间,即使在打印中实际上有填充或(其他)表层。" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width label" msgid "Minimum Odd Wall Line Width" -msgstr "" +msgstr "最小奇数壁走线宽度" #: fdmprinter.def.json msgctxt "min_odd_wall_line_width description" -msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width," -msgstr "" +msgid "" +"The minimum line width for middle line gap filler polyline walls. This " +"setting determines at which model thickness we switch from printing two wall " +"lines, to printing two outer walls and a single central wall in the middle. " +"A higher Minimum Odd Wall Line Width leads to a higher maximum even wall " +"line width. The maximum odd wall line width is calculated as 2 * Minimum " +"Even Wall Line Width," +msgstr "中间走线空隙填料多线壁的最小走线宽度。此设置确定在什么模型厚度下,我们从打印两根壁走线切换到打印两个外壁并在中间打印一个中心壁。更高的最小奇数壁走线宽度会带来更高的最大偶数壁走线宽度。最大奇数壁走线宽度计算方法是:2 * 最小偶数壁走线宽度," #: fdmprinter.def.json msgctxt "wall_add_middle_threshold label" msgid "Add Middle Line Threshold" -msgstr "" +msgstr "添加中间走线阈值" #: fdmprinter.def.json msgctxt "wall_add_middle_threshold description" -msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall." -msgstr "" +msgid "" +"The smallest line width, as a factor of the normal line width, above which a " +"middle line (if there wasn't one already) will be added. Reduce this setting " +"to use more, thinner lines. Increase to use fewer, wider lines. Note that " +"this applies -as if- the entire shape should be filled with wall, so the " +"middle here refers to the middle of the object between two outer edges of " +"the shape, even if there actually is fill or (other) skin in the print " +"instead of wall." +msgstr "最小走线宽度是普通走线宽度的一个系数,超过该值将添加中间走线(如果还没有)。减少此设置将使用更多、更细的走线。增加此设置可使用更少、更宽的走线。请注意,应用此设置时就像是将使用壁来填充整个形状,因此,这里的中间是指形状两个外边缘之间对象的中间,即使在打印中实际上有填充或(其他)表层。" #: fdmprinter.def.json msgctxt "fill_outline_gaps label" @@ -1137,28 +1299,37 @@ msgstr "打印薄壁" #: fdmprinter.def.json msgctxt "fill_outline_gaps description" -msgid "Print pieces of the model which are horizontally thinner than the nozzle size." +msgid "" +"Print pieces of the model which are horizontally thinner than the nozzle " +"size." msgstr "打印在水平面上比喷嘴尺寸更薄的模型部件。" #: fdmprinter.def.json msgctxt "min_feature_size label" msgid "Minimum Feature Size" -msgstr "" +msgstr "最小特征尺寸" #: fdmprinter.def.json msgctxt "min_feature_size description" -msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum Feature Size will be widened to the Minimum Wall Line Width." -msgstr "" +msgid "" +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than the Minimum " +"Feature Size will be widened to the Minimum Wall Line Width." +msgstr "薄特征的最小厚度。将不打印比此值更薄的模型特征,而比最小特征尺寸更厚的特征将加宽到最小壁走线宽度。" #: fdmprinter.def.json msgctxt "min_bead_width label" msgid "Minimum Thin Wall Line Width" -msgstr "" +msgstr "最小薄壁走线宽度" #: fdmprinter.def.json msgctxt "min_bead_width description" -msgid "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself." -msgstr "" +msgid "" +"Width of the wall that will replace thin features (according to the Minimum " +"Feature Size) of the model. If the Minimum Wall Line Width is thinner than " +"the thickness of the feature, the wall will become as thick as the feature " +"itself." +msgstr "用于替换模型薄特征(根据最小特征尺寸)的壁的宽度。如果最小壁走线宽度比特征的厚度要薄,则壁将与特征本身一样厚。" #: fdmprinter.def.json msgctxt "xy_offset label" @@ -1167,7 +1338,10 @@ msgstr "水平扩展" #: fdmprinter.def.json msgctxt "xy_offset description" -msgid "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes." +msgid "" +"Amount of offset applied to all polygons in each layer. Positive values can " +"compensate for too big holes; negative values can compensate for too small " +"holes." msgstr "应用到每一层所有多边形的偏移量。 正数值可以补偿过大的孔洞;负数值可以补偿过小的孔洞。" #: fdmprinter.def.json @@ -1177,7 +1351,10 @@ msgstr "起始层水平扩展" #: fdmprinter.def.json msgctxt "xy_offset_layer_0 description" -msgid "Amount of offset applied to all polygons in the first layer. A negative value can compensate for squishing of the first layer known as \"elephant's foot\"." +msgid "" +"Amount of offset applied to all polygons in the first layer. A negative " +"value can compensate for squishing of the first layer known as \"elephant's " +"foot\"." msgstr "应用到第一层所有多边形的偏移量。 负数值可以补偿第一层的压扁量(被称为“象脚”)。" #: fdmprinter.def.json @@ -1187,7 +1364,9 @@ msgstr "孔洞水平扩展" #: fdmprinter.def.json msgctxt "hole_xy_offset description" -msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." +msgid "" +"Amount of offset applied to all holes in each layer. Positive values " +"increase the size of the holes, negative values reduce the size of the holes." msgstr "应用到每一层中所有孔洞的偏移量。正数值可以补偿过大的孔洞,负数值可以补偿过小的孔洞。" #: fdmprinter.def.json @@ -1197,7 +1376,12 @@ msgstr "Z 缝对齐" #: fdmprinter.def.json msgctxt "z_seam_type description" -msgid "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker." +msgid "" +"Starting point of each path in a layer. When paths in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these near a user specified location, the seam is easiest to remove. When " +"placed randomly the inaccuracies at the paths' start will be less " +"noticeable. When taking the shortest path the print will be quicker." msgstr "一层中每条路径的起点。 当连续多层的路径从相同点开始时,则打印物上会显示一条垂直缝隙。 如果将这些路径靠近一个用户指定的位置对齐,则缝隙最容易移除。 如果随机放置,则路径起点的不精准度将较不明显。 采用最短的路径时,打印将更为快速。" #: fdmprinter.def.json @@ -1277,7 +1461,9 @@ msgstr "Z 缝 X" #: fdmprinter.def.json msgctxt "z_seam_x description" -msgid "The X coordinate of the position near where to start printing each part in a layer." +msgid "" +"The X coordinate of the position near where to start printing each part in a " +"layer." msgstr "位置的 X 轴坐标,在该位置附近开始打印层中各个部分。" #: fdmprinter.def.json @@ -1287,7 +1473,9 @@ msgstr "Z 缝 Y" #: fdmprinter.def.json msgctxt "z_seam_y description" -msgid "The Y coordinate of the position near where to start printing each part in a layer." +msgid "" +"The Y coordinate of the position near where to start printing each part in a " +"layer." msgstr "位置的 Y 轴坐标,在该位置附近开始打印层中各个部分。" #: fdmprinter.def.json @@ -1297,7 +1485,14 @@ msgstr "缝隙角偏好设置" #: fdmprinter.def.json msgctxt "z_seam_corner description" -msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner. Smart Hiding allows both inside and outside corners, but chooses inside corners more frequently, if appropriate." +msgid "" +"Control whether corners on the model outline influence the position of the " +"seam. None means that corners have no influence on the seam position. Hide " +"Seam makes the seam more likely to occur on an inside corner. Expose Seam " +"makes the seam more likely to occur on an outside corner. Hide or Expose " +"Seam makes the seam more likely to occur at an inside or outside corner. " +"Smart Hiding allows both inside and outside corners, but chooses inside " +"corners more frequently, if appropriate." msgstr "控制模型轮廓上的角是否影响缝隙的位置。“无”表示各个角不影响缝隙位置。“隐藏缝隙”会使缝隙更可能出现在内侧角上。“外露缝隙”会使缝隙更可能出现在外侧角上。“隐藏或外露缝隙”会使缝隙更可能出现在内侧或外侧角上。“智能隐藏”允许缝隙出现在内侧和外侧角上,如适当,会更多地出现在内侧角上。" #: fdmprinter.def.json @@ -1332,7 +1527,10 @@ msgstr "Z 缝相对" #: fdmprinter.def.json msgctxt "z_seam_relative description" -msgid "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate." +msgid "" +"When enabled, the z seam coordinates are relative to each part's centre. " +"When disabled, the coordinates define an absolute position on the build " +"plate." msgstr "启用时,Z 缝坐标为相对于各个部分中心的值。 禁用时,坐标定义打印平台上的一个绝对位置。" #: fdmprinter.def.json @@ -1352,7 +1550,9 @@ msgstr "顶部皮肤挤出机" #: fdmprinter.def.json msgctxt "roofing_extruder_nr description" -msgid "The extruder train used for printing the top most skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top most skin. This is used in " +"multi-extrusion." msgstr "用于打印最顶部皮肤的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -1362,7 +1562,9 @@ msgstr "顶部表面皮肤层" #: fdmprinter.def.json msgctxt "roofing_layer_count description" -msgid "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces." +msgid "" +"The number of top most skin layers. Usually only one top most layer is " +"sufficient to generate higher quality top surfaces." msgstr "最顶部皮肤层数。 通常只需一层最顶层就足以生成较高质量的顶部表面。" #: fdmprinter.def.json @@ -1372,7 +1574,9 @@ msgstr "顶部/底部挤出机" #: fdmprinter.def.json msgctxt "top_bottom_extruder_nr description" -msgid "The extruder train used for printing the top and bottom skin. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing the top and bottom skin. This is used " +"in multi-extrusion." msgstr "用于打印顶部和底部皮肤的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -1382,7 +1586,9 @@ msgstr "顶层 / 底层厚度" #: fdmprinter.def.json msgctxt "top_bottom_thickness description" -msgid "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers." +msgid "" +"The thickness of the top/bottom layers in the print. This value divided by " +"the layer height defines the number of top/bottom layers." msgstr "打印品中顶层/底层的厚度。 该值除以层高定义顶层/底层的数量。" #: fdmprinter.def.json @@ -1392,7 +1598,9 @@ msgstr "顶层厚度" #: fdmprinter.def.json msgctxt "top_thickness description" -msgid "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers." +msgid "" +"The thickness of the top layers in the print. This value divided by the " +"layer height defines the number of top layers." msgstr "打印品中顶层的厚度。 该值除以层高定义顶层的数量。" #: fdmprinter.def.json @@ -1402,7 +1610,9 @@ msgstr "顶部层数" #: fdmprinter.def.json msgctxt "top_layers description" -msgid "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number." +msgid "" +"The number of top layers. When calculated by the top thickness, this value " +"is rounded to a whole number." msgstr "顶层的数量。 在按顶层厚度计算时,该值舍入为整数。" #: fdmprinter.def.json @@ -1412,7 +1622,9 @@ msgstr "底层厚度" #: fdmprinter.def.json msgctxt "bottom_thickness description" -msgid "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers." +msgid "" +"The thickness of the bottom layers in the print. This value divided by the " +"layer height defines the number of bottom layers." msgstr "打印品中底层的厚度。 此值除以层高定义底层数量。" #: fdmprinter.def.json @@ -1422,7 +1634,9 @@ msgstr "底部层数" #: fdmprinter.def.json msgctxt "bottom_layers description" -msgid "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of bottom layers. When calculated by the bottom thickness, this " +"value is rounded to a whole number." msgstr "底层的数量。 在按底层厚度计算时,该值舍入为整数。" #: fdmprinter.def.json @@ -1432,7 +1646,9 @@ msgstr "初始底层数" #: fdmprinter.def.json msgctxt "initial_bottom_layers description" -msgid "The number of initial bottom layers, from the build-plate upwards. When calculated by the bottom thickness, this value is rounded to a whole number." +msgid "" +"The number of initial bottom layers, from the build-plate upwards. When " +"calculated by the bottom thickness, this value is rounded to a whole number." msgstr "从构建板向上算起的初始底层数。在按底层厚度计算时,该值四舍五入为整数。" #: fdmprinter.def.json @@ -1492,7 +1708,11 @@ msgstr "连接顶部/底部多边形" #: fdmprinter.def.json msgctxt "connect_skin_polygons description" -msgid "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality." +msgid "" +"Connect top/bottom skin paths where they run next to each other. For the " +"concentric pattern enabling this setting greatly reduces the travel time, " +"but because the connections can happen midway over infill this feature can " +"reduce the top surface quality." msgstr "在顶部/底部皮肤路径互相紧靠运行的地方连接它们。对于同心图案,启用此设置可大大减少空驶时间,但由于连接可在填充中途发生,此功能可能会降低顶部表面质量。" #: fdmprinter.def.json @@ -1502,7 +1722,10 @@ msgstr "单调顶部/底部顺序" #: fdmprinter.def.json msgctxt "skin_monotonic description" -msgid "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print top/bottom lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "按照一定的顺序打印顶部/底部走线,使它们始终在一个方向上与相邻的走线重叠。这需要更长一些的打印时间,但会使平面看起来更一致。" #: fdmprinter.def.json @@ -1512,7 +1735,13 @@ msgstr "顶层/底层走线方向" #: fdmprinter.def.json msgctxt "skin_angles description" -msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." +msgid "" +"A list of integer line directions to use when the top/bottom layers use the " +"lines or zig zag pattern. Elements from the list are used sequentially as " +"the layers progress and when the end of the list is reached, it starts at " +"the beginning again. The list items are separated by commas and the whole " +"list is contained in square brackets. Default is an empty list which means " +"use the traditional default angles (45 and 135 degrees)." msgstr "当顶层/底层采用线条或锯齿状图案时使用的整数走线方向的列表。 列表中的元素随层的进度依次使用,当达到列表末尾时,它将从头开始。 列表项以逗号分隔,整个列表包含在方括号中。 默认是一个空列表,即意味着使用传统的默认角度(45 和 135 度)。" #: fdmprinter.def.json @@ -1522,7 +1751,12 @@ msgstr "Z 间隙内无表层" #: fdmprinter.def.json msgctxt "skin_no_small_gaps_heuristic description" -msgid "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air." +msgid "" +"When the model has small vertical gaps of only a few layers, there should " +"normally be skin around those layers in the narrow space. Enable this " +"setting to not generate skin if the vertical gap is very small. This " +"improves printing time and slicing time, but technically leaves infill " +"exposed to the air." msgstr "当模型中只有几个分层有微小垂直间隙时,通常狭窄空间的分层周围应有表层。如果垂直间隙非常小,则启用此设置不生成表层。这缩短了打印时间和切片时间,但从技术方面看,会使填充物暴露在空气中。" #: fdmprinter.def.json @@ -1532,7 +1766,10 @@ msgstr "额外皮肤壁计数" #: fdmprinter.def.json msgctxt "skin_outline_count description" -msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material." +msgid "" +"Replaces the outermost part of the top/bottom pattern with a number of " +"concentric lines. Using one or two lines improves roofs that start on infill " +"material." msgstr "用多个同心线代替顶部/底部图案的最外面部分。 使用一条或两条线改善从填充材料开始的顶板。" #: fdmprinter.def.json @@ -1542,7 +1779,11 @@ msgstr "启用熨平" #: fdmprinter.def.json msgctxt "ironing_enabled description" -msgid "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material." +msgid "" +"Go over the top surface one additional time, but this time extruding very " +"little material. This is meant to melt the plastic on top further, creating " +"a smoother surface. The pressure in the nozzle chamber is kept high so that " +"the creases in the surface are filled with material." msgstr "再次经过顶部表面,但这次挤出的材料非常少。这意味着将进一步熔化顶部的塑料,形成更平滑的表面。喷嘴室中的压力保持很高,确保表面折痕中也能填充材料,以保证细节。" #: fdmprinter.def.json @@ -1552,7 +1793,9 @@ msgstr "仅熨平最高层" #: fdmprinter.def.json msgctxt "ironing_only_highest_layer description" -msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish." +msgid "" +"Only perform ironing on the very last layer of the mesh. This saves time if " +"the lower layers don't need a smooth surface finish." msgstr "仅在网格的最后一层执行熨平。 如果较低的层不需要平滑的表面效果,这将节省时间。" #: fdmprinter.def.json @@ -1582,7 +1825,10 @@ msgstr "单调熨平顺序" #: fdmprinter.def.json msgctxt "ironing_monotonic description" -msgid "Print ironing lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print ironing lines in an ordering that causes them to always overlap with " +"adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "按照一定的顺序打印熨平走线,使它们始终在一个方向上与相邻的走线重叠。这需要更长一些的打印时间,但会使平面看起来更一致。" #: fdmprinter.def.json @@ -1602,7 +1848,11 @@ msgstr "熨平流量" #: fdmprinter.def.json msgctxt "ironing_flow description" -msgid "The amount of material, relative to a normal skin line, to extrude during ironing. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface." +msgid "" +"The amount of material, relative to a normal skin line, to extrude during " +"ironing. Keeping the nozzle filled helps filling some of the crevices of the " +"top surface, but too much results in overextrusion and blips on the side of " +"the surface." msgstr "熨平期间相对于正常皮肤走线的挤出材料量。 保持喷嘴填充状态有助于填充顶层表面的一些缝隙,但如填充过多则会导致表面上过度挤出和光点。" #: fdmprinter.def.json @@ -1612,7 +1862,9 @@ msgstr "熨平嵌入" #: fdmprinter.def.json msgctxt "ironing_inset description" -msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print." +msgid "" +"A distance to keep from the edges of the model. Ironing all the way to the " +"edge of the mesh may result in a jagged edge on your print." msgstr "与模型边缘保持的距离。 一直熨平至网格的边缘可能导致打印品出现锯齿状边缘。" #: fdmprinter.def.json @@ -1652,7 +1904,14 @@ msgstr "皮肤重叠百分比" #: fdmprinter.def.json msgctxt "skin_overlap description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines, as a percentage of the line widths of the skin lines and the innermost wall. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any percentage over 50% may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines, as a percentage of the line widths of the skin lines and " +"the innermost wall. A slight overlap allows the walls to connect firmly to " +"the skin. Note that, given an equal skin and wall line-width, any percentage " +"over 50% may already cause any skin to go past the wall, because at that " +"point the position of the nozzle of the skin-extruder may already reach past " +"the middle of the wall." msgstr "调整壁和皮肤中心线的(端点)之间的重叠量,以皮肤线走线和最内壁的线宽度的百分比表示。稍微重叠可让各个壁与皮肤牢固连接。请注意,对于相等的皮肤和壁线宽度,任何超过 50% 的百分比可能已经导致任何皮肤越过壁,因为在该点,皮肤挤出机的喷嘴位置可能已经达到越过壁中间的位置。" #: fdmprinter.def.json @@ -1662,7 +1921,13 @@ msgstr "皮肤重叠" #: fdmprinter.def.json msgctxt "skin_overlap_mm description" -msgid "Adjust the amount of overlap between the walls and (the endpoints of) the skin-centerlines. A slight overlap allows the walls to connect firmly to the skin. Note that, given an equal skin and wall line-width, any value over half the width of the wall may already cause any skin to go past the wall, because at that point the position of the nozzle of the skin-extruder may already reach past the middle of the wall." +msgid "" +"Adjust the amount of overlap between the walls and (the endpoints of) the " +"skin-centerlines. A slight overlap allows the walls to connect firmly to the " +"skin. Note that, given an equal skin and wall line-width, any value over " +"half the width of the wall may already cause any skin to go past the wall, " +"because at that point the position of the nozzle of the skin-extruder may " +"already reach past the middle of the wall." msgstr "调整壁和皮肤中心线的(端点)之间的重叠量。稍微重叠可让各个壁与皮肤牢固连接。请注意,对于相等的皮肤和壁线宽度,任何超过壁宽度一半的值可能已经导致任何皮肤越过壁,因为在该点,皮肤挤出机的喷嘴位置可能已经达到越过壁中间的位置。" #: fdmprinter.def.json @@ -1672,7 +1937,11 @@ msgstr "肤移除宽度" #: fdmprinter.def.json msgctxt "skin_preshrink description" -msgid "The largest width of skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top/bottom skin at slanted surfaces in the model." +msgid "" +"The largest width of skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top/bottom skin at slanted surfaces " +"in the model." msgstr "将被移除的皮肤区域的最大宽度。 小于此值的所有皮肤区域都将消失。 这有助于限制在模型的倾斜表面打印顶部/底部皮肤时所耗用的时间和材料。" #: fdmprinter.def.json @@ -1682,7 +1951,11 @@ msgstr "顶部皮肤移除宽度" #: fdmprinter.def.json msgctxt "top_skin_preshrink description" -msgid "The largest width of top skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing top skin at slanted surfaces in the model." +msgid "" +"The largest width of top skin areas which are to be removed. Every skin area " +"smaller than this value will disappear. This can help in limiting the amount " +"of time and material spent on printing top skin at slanted surfaces in the " +"model." msgstr "将被移除的顶部皮肤区域的最大宽度。 小于此值的所有皮肤区域都将消失。 这有助于限制在模型的倾斜表面打印顶部皮肤时所耗用的时间和材料。" #: fdmprinter.def.json @@ -1692,7 +1965,11 @@ msgstr "底部皮肤移除宽度" #: fdmprinter.def.json msgctxt "bottom_skin_preshrink description" -msgid "The largest width of bottom skin areas which are to be removed. Every skin area smaller than this value will disappear. This can help in limiting the amount of time and material spent on printing bottom skin at slanted surfaces in the model." +msgid "" +"The largest width of bottom skin areas which are to be removed. Every skin " +"area smaller than this value will disappear. This can help in limiting the " +"amount of time and material spent on printing bottom skin at slanted " +"surfaces in the model." msgstr "将被移除的底部皮肤区域的最大宽度。 小于此值的所有皮肤区域都将消失。 这有助于限制在模型的倾斜表面打印底部皮肤时所耗用的时间和材料。" #: fdmprinter.def.json @@ -1702,7 +1979,10 @@ msgstr "皮肤扩展距离" #: fdmprinter.def.json msgctxt "expand_skins_expand_distance description" -msgid "The distance the skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on neighboring layers adhere better to the skin. Lower values save amount of material used." +msgid "" +"The distance the skins are expanded into the infill. Higher values makes the " +"skin attach better to the infill pattern and makes the walls on neighboring " +"layers adhere better to the skin. Lower values save amount of material used." msgstr "皮肤扩展到填充物中的距离。 值越大会让皮肤与填充图案更好地附着,并让相邻层的层壁与皮肤更好地粘着。 较低的值将节省所用的材料量。" #: fdmprinter.def.json @@ -1712,7 +1992,11 @@ msgstr "顶部皮肤扩展距离" #: fdmprinter.def.json msgctxt "top_skin_expand_distance description" -msgid "The distance the top skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the walls on the layer above adhere better to the skin. Lower values save amount of material used." +msgid "" +"The distance the top skins are expanded into the infill. Higher values makes " +"the skin attach better to the infill pattern and makes the walls on the " +"layer above adhere better to the skin. Lower values save amount of material " +"used." msgstr "顶部皮肤扩展到填充物中的距离。 值越大会让皮肤与填充图案更好地附着,并让上方层的层壁与皮肤更好地粘着。 较低的值将节省所用的材料量。" #: fdmprinter.def.json @@ -1722,7 +2006,11 @@ msgstr "底部皮肤扩展距离" #: fdmprinter.def.json msgctxt "bottom_skin_expand_distance description" -msgid "The distance the bottom skins are expanded into the infill. Higher values makes the skin attach better to the infill pattern and makes the skin adhere better to the walls on the layer below. Lower values save amount of material used." +msgid "" +"The distance the bottom skins are expanded into the infill. Higher values " +"makes the skin attach better to the infill pattern and makes the skin adhere " +"better to the walls on the layer below. Lower values save amount of material " +"used." msgstr "底部皮肤扩展到填充物中的距离。 值越大会让皮肤与填充图案更好地附着,并让皮肤与下面层的壁更好地粘着。 较低的值将节省所用的材料量。" #: fdmprinter.def.json @@ -1732,7 +2020,13 @@ msgstr "最大扩展皮肤角度" #: fdmprinter.def.json msgctxt "max_skin_angle_for_expansion description" -msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal and will cause no skin to be expanded, while an angle of 90° is vertical and will cause all skin to be expanded." +msgid "" +"Top and/or bottom surfaces of your object with an angle larger than this " +"setting, won't have their top/bottom skin expanded. This avoids expanding " +"the narrow skin areas that are created when the model surface has a near " +"vertical slope. An angle of 0° is horizontal and will cause no skin to be " +"expanded, while an angle of 90° is vertical and will cause all skin to be " +"expanded." msgstr "如果对象的顶部和/或底部表面的角度大于此设置,则不要扩展其顶部/底部皮肤。这会避免扩展在模型表面有接近垂直的坡度时所形成的狭窄皮肤区域。0° 的角为水平,将导致不扩展任何皮肤,而 90° 的角为垂直,将导致扩展所有皮肤。" #: fdmprinter.def.json @@ -1742,7 +2036,10 @@ msgstr "最小扩展皮肤宽度" #: fdmprinter.def.json msgctxt "min_skin_width_for_expansion description" -msgid "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical." +msgid "" +"Skin areas narrower than this are not expanded. This avoids expanding the " +"narrow skin areas that are created when the model surface has a slope close " +"to the vertical." msgstr "如果皮肤区域宽度小于此值,则不会扩展。 这会避免扩展在模型表面的坡度接近垂直时所形成的狭窄皮肤区域。" #: fdmprinter.def.json @@ -1762,7 +2059,8 @@ msgstr "填充挤出机" #: fdmprinter.def.json msgctxt "infill_extruder_nr description" -msgid "The extruder train used for printing infill. This is used in multi-extrusion." +msgid "" +"The extruder train used for printing infill. This is used in multi-extrusion." msgstr "用于打印填充的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -1782,7 +2080,9 @@ msgstr "填充走线距离" #: fdmprinter.def.json msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width." +msgid "" +"Distance between the printed infill lines. This setting is calculated by the " +"infill density and the infill line width." msgstr "打印填充走线之间的距离。 该设置是通过填充密度和填充线宽度计算。" #: fdmprinter.def.json @@ -1792,7 +2092,14 @@ msgstr "填充图案" #: fdmprinter.def.json msgctxt "infill_pattern description" -msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object." +msgid "" +"The pattern of the infill material of the print. The line and zig zag infill " +"swap direction on alternate layers, reducing material cost. The grid, " +"triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric " +"patterns are fully printed every layer. Gyroid, cubic, quarter cubic and " +"octet infill change with every layer to provide a more equal distribution of " +"strength over each direction. Lightning infill tries to minimize the infill, " +"by only supporting the ceiling of the object." msgstr "打印的填充材料的图案。直线和锯齿形填充交替在各层上变换方向,从而降低材料成本。每层都完整地打印网格、三角形、三六边形、立方体、八角形、四分之一立方体、十字和同心图案。螺旋二十四面体、立方体、四分之一立方体和八角形填充随每层变化,以使各方向的强度分布更均衡。闪电形填充尝试通过仅支撑物体顶部,将填充程度降至最低。" #: fdmprinter.def.json @@ -1872,7 +2179,12 @@ msgstr "连接填充走线" #: fdmprinter.def.json msgctxt "zig_zaggify_infill description" -msgid "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used." +msgid "" +"Connect the ends where the infill pattern meets the inner wall using a line " +"which follows the shape of the inner wall. Enabling this setting can make " +"the infill adhere to the walls better and reduce the effects of infill on " +"the quality of vertical surfaces. Disabling this setting reduces the amount " +"of material used." msgstr "使用沿内壁形状的走线连接填充图案与内壁相接的各端。启用此设置会使填充更好地粘着在壁上,减少填充物效果对垂直表面质量的影响。禁用此设置可减少使用的材料量。" #: fdmprinter.def.json @@ -1882,7 +2194,10 @@ msgstr "连接填充多边形" #: fdmprinter.def.json msgctxt "connect_infill_polygons description" -msgid "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time." +msgid "" +"Connect infill paths where they run next to each other. For infill patterns " +"which consist of several closed polygons, enabling this setting greatly " +"reduces the travel time." msgstr "在填充路径互相紧靠运行的地方连接它们。对于包含若干闭合多边形的填充图案,启用此设置可大大减少空驶时间。" #: fdmprinter.def.json @@ -1892,7 +2207,13 @@ msgstr "填充走线方向" #: fdmprinter.def.json msgctxt "infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees for the lines and zig zag patterns and 45 degrees for all other patterns)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees for the " +"lines and zig zag patterns and 45 degrees for all other patterns)." msgstr "要使用的整数走线方向列表。 列表中的元素随层的进度依次使用,当达到列表末尾时,它将从头开始。 列表项以逗号分隔,整个列表包含在方括号中。 默认是一个空列表,即意味着使用传统的默认角度(线条和锯齿形图案为 45 和 135 度,其他所有图案为 45 度)。" #: fdmprinter.def.json @@ -1922,7 +2243,10 @@ msgstr "开始随机化填充" #: fdmprinter.def.json msgctxt "infill_randomize_start_location description" -msgid "Randomize which infill line is printed first. This prevents one segment becoming the strongest, but it does so at the cost of an additional travel move." +msgid "" +"Randomize which infill line is printed first. This prevents one segment " +"becoming the strongest, but it does so at the cost of an additional travel " +"move." msgstr "先随机化打印哪条填充线。这可以防止一个部分变强,但会导致一次额外的空驶。" #: fdmprinter.def.json @@ -1932,7 +2256,10 @@ msgstr "填充走线乘数" #: fdmprinter.def.json msgctxt "infill_multiplier description" -msgid "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage." +msgid "" +"Convert each infill line to this many lines. The extra lines do not cross " +"over each other, but avoid each other. This makes the infill stiffer, but " +"increases print time and material usage." msgstr "将每个填充走线转换成这种多重走线。额外走线互相不交叉,而是互相避开。这使得填充更严格,但会增加打印时间和材料使用。" #: fdmprinter.def.json @@ -1943,11 +2270,13 @@ msgstr "额外填充壁计数" #: fdmprinter.def.json msgctxt "infill_wall_line_count description" msgid "" -"Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\n" -"This feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right." -msgstr "" -"在填充区域周围添加额外壁。此类壁可减少顶部/底部皮肤走线,这意味着只要付出一些额外的材料就可以使用更少的顶部/底部皮肤层达到相同的质量。\n" -"在适当配置的情况下,此功能可结合连接填充多边形以将所有填充物连接到单一挤出路径而无需空驶或回抽。" +"Add extra walls around the infill area. Such walls can make top/bottom skin " +"lines sag down less which means you need less top/bottom skin layers for the " +"same quality at the cost of some extra material.\n" +"This feature can combine with the Connect Infill Polygons to connect all the " +"infill into a single extrusion path without the need for travels or " +"retractions if configured right." +msgstr "在填充区域周围添加额外壁。此类壁可减少顶部/底部皮肤走线,这意味着只要付出一些额外的材料就可以使用更少的顶部/底部皮肤层达到相同的质量。\n在适当配置的情况下,此功能可结合连接填充多边形以将所有填充物连接到单一挤出路径而无需空驶或回抽。" #: fdmprinter.def.json msgctxt "sub_div_rad_add label" @@ -1956,7 +2285,11 @@ msgstr "立方体分区外壳" #: fdmprinter.def.json msgctxt "sub_div_rad_add description" -msgid "An addition to the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to a thicker shell of small cubes near the boundary of the model." +msgid "" +"An addition to the radius from the center of each cube to check for the " +"boundary of the model, as to decide whether this cube should be subdivided. " +"Larger values lead to a thicker shell of small cubes near the boundary of " +"the model." msgstr "从每个立方体的中心对半径进行添加,以检查模型的边界,进而决定是否应对此立方体进行分区。 值越大则模型边界附近的小型立方体外壳越厚。" #: fdmprinter.def.json @@ -1966,7 +2299,10 @@ msgstr "填充重叠百分比" #: fdmprinter.def.json msgctxt "infill_overlap description" -msgid "The amount of overlap between the infill and the walls as a percentage of the infill line width. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls as a percentage of " +"the infill line width. A slight overlap allows the walls to connect firmly " +"to the infill." msgstr "填充物和壁之间的重叠量占填充走线宽度的百分比。稍微重叠可让各个壁与填充物牢固连接。" #: fdmprinter.def.json @@ -1976,7 +2312,9 @@ msgstr "填充重叠" #: fdmprinter.def.json msgctxt "infill_overlap_mm description" -msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill." +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." msgstr "填充物和壁之间的重叠量。 稍微重叠可让各个壁与填充物牢固连接。" #: fdmprinter.def.json @@ -1986,7 +2324,10 @@ msgstr "填充物擦拭距离" #: fdmprinter.def.json msgctxt "infill_wipe_dist description" -msgid "Distance of a travel move inserted after every infill line, to make the infill stick to the walls better. This option is similar to infill overlap, but without extrusion and only on one end of the infill line." +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is similar to infill overlap, " +"but without extrusion and only on one end of the infill line." msgstr "每条填充走线后插入的空驶距离,让填充物更好地粘着到壁上。 此选项与填充重叠类似,但没有挤出,且仅位于填充走线的一端。" #: fdmprinter.def.json @@ -1996,7 +2337,9 @@ msgstr "填充层厚度" #: fdmprinter.def.json msgctxt "infill_sparse_thickness description" -msgid "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of infill material. This value should always be a " +"multiple of the layer height and is otherwise rounded." msgstr "填充材料每层的厚度。 该值应始终为层高的乘数,否则应进行舍入。" #: fdmprinter.def.json @@ -2006,7 +2349,10 @@ msgstr "渐进填充步阶" #: fdmprinter.def.json msgctxt "gradual_infill_steps description" -msgid "Number of times to reduce the infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Infill Density." +msgid "" +"Number of times to reduce the infill density by half when getting further " +"below top surfaces. Areas which are closer to top surfaces get a higher " +"density, up to the Infill Density." msgstr "在进入顶部表面以下时,将填充密度减少一半的次数。 越靠近顶面的区域密度越高,最高达到填充密度。" #: fdmprinter.def.json @@ -2016,7 +2362,8 @@ msgstr "渐进填充步阶高度" #: fdmprinter.def.json msgctxt "gradual_infill_step_height description" -msgid "The height of infill of a given density before switching to half the density." +msgid "" +"The height of infill of a given density before switching to half the density." msgstr "在切换至密度的一半前指定密度的填充高度。" #: fdmprinter.def.json @@ -2026,7 +2373,11 @@ msgstr "先填充物后壁" #: fdmprinter.def.json msgctxt "infill_before_walls description" -msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface." +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." msgstr "打印壁前先打印填充物。 先打印壁可能产生更精确的壁,但悬垂打印质量会较差。 先打印填充会产生更牢固的壁,但有时候填充图案会透过表面显现出来。" #: fdmprinter.def.json @@ -2046,7 +2397,10 @@ msgstr "填充支撑" #: fdmprinter.def.json msgctxt "infill_support_enabled description" -msgid "Print infill structures only where tops of the model should be supported. Enabling this reduces print time and material usage, but leads to ununiform object strength." +msgid "" +"Print infill structures only where tops of the model should be supported. " +"Enabling this reduces print time and material usage, but leads to ununiform " +"object strength." msgstr "只在模型的顶部支持打印填充结构。这样可以减少打印时间和材料的使用,但是会导致不一致的对象强度。" #: fdmprinter.def.json @@ -2056,7 +2410,10 @@ msgstr "填充悬垂角" #: fdmprinter.def.json msgctxt "infill_support_angle description" -msgid "The minimum angle of internal overhangs for which infill is added. At a value of 0° objects are totally filled with infill, 90° will not provide any infill." +msgid "" +"The minimum angle of internal overhangs for which infill is added. At a " +"value of 0° objects are totally filled with infill, 90° will not provide any " +"infill." msgstr "添加内填充的内部覆盖的最小角度。在一个0的值中,完全填满了填充,90将不提供任何填充。" #: fdmprinter.def.json @@ -2086,7 +2443,9 @@ msgstr "闪电形填充支撑角" #: fdmprinter.def.json msgctxt "lightning_infill_support_angle description" -msgid "Determines when a lightning infill layer has to support anything above it. Measured in the angle given the thickness of a layer." +msgid "" +"Determines when a lightning infill layer has to support anything above it. " +"Measured in the angle given the thickness of a layer." msgstr "决定闪电形填充层何时必须支撑其上方的任何物体。在给定的层厚度下测得的角度。" #: fdmprinter.def.json @@ -2096,7 +2455,9 @@ msgstr "闪电形填充悬垂角" #: fdmprinter.def.json msgctxt "lightning_infill_overhang_angle description" -msgid "Determines when a lightning infill layer has to support the model above it. Measured in the angle given the thickness." +msgid "" +"Determines when a lightning infill layer has to support the model above it. " +"Measured in the angle given the thickness." msgstr "决定闪电形填充层何时必须支撑其上方的模型。在给定的厚度下测得的角度。" #: fdmprinter.def.json @@ -2106,7 +2467,9 @@ msgstr "闪电形填充修剪角" #: fdmprinter.def.json msgctxt "lightning_infill_prune_angle description" -msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines." +msgid "" +"The endpoints of infill lines are shortened to save on material. This " +"setting is the angle of overhang of the endpoints of these lines." msgstr "为节省材料,填充线的端点将被缩短。此设置为这些线的端点形成的悬垂角度。" #: fdmprinter.def.json @@ -2116,7 +2479,9 @@ msgstr "闪电形填充矫直角" #: fdmprinter.def.json msgctxt "lightning_infill_straightening_angle description" -msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line." +msgid "" +"The infill lines are straightened out to save on printing time. This is the " +"maximum angle of overhang allowed across the length of the infill line." msgstr "为节省打印时间,填充线将被拉直。这是整条填充线上允许的最大悬垂角度。" #: fdmprinter.def.json @@ -2136,7 +2501,10 @@ msgstr "默认打印温度" #: fdmprinter.def.json msgctxt "default_material_print_temperature description" -msgid "The default temperature used for printing. This should be the \"base\" temperature of a material. All other print temperatures should use offsets based on this value" +msgid "" +"The default temperature used for printing. This should be the \"base\" " +"temperature of a material. All other print temperatures should use offsets " +"based on this value" msgstr "用于打印的默认温度。 应为材料的\"基本\"温度。 所有其他打印温度均应使用基于此值的偏移量" #: fdmprinter.def.json @@ -2146,7 +2514,9 @@ msgstr "打印体积温度" #: fdmprinter.def.json msgctxt "build_volume_temperature description" -msgid "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted." +msgid "" +"The temperature of the environment to print in. If this is 0, the build " +"volume temperature will not be adjusted." msgstr "打印环境温度。若为 0,将不会调整构建体积温度。" #: fdmprinter.def.json @@ -2166,7 +2536,9 @@ msgstr "打印温度起始层" #: fdmprinter.def.json msgctxt "material_print_temperature_layer_0 description" -msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer." +msgid "" +"The temperature used for printing the first layer. Set at 0 to disable " +"special handling of the initial layer." msgstr "用于打印第一层的温度。 设为 0 即禁用对起始层的特别处理。" #: fdmprinter.def.json @@ -2176,7 +2548,9 @@ msgstr "起始打印温度" #: fdmprinter.def.json msgctxt "material_initial_print_temperature description" -msgid "The minimal temperature while heating up to the Printing Temperature at which printing can already start." +msgid "" +"The minimal temperature while heating up to the Printing Temperature at " +"which printing can already start." msgstr "加热到可以开始打印的打印温度时的最低温度。" #: fdmprinter.def.json @@ -2186,7 +2560,9 @@ msgstr "最终打印温度" #: fdmprinter.def.json msgctxt "material_final_print_temperature description" -msgid "The temperature to which to already start cooling down just before the end of printing." +msgid "" +"The temperature to which to already start cooling down just before the end " +"of printing." msgstr "打印结束前开始冷却的温度。" #: fdmprinter.def.json @@ -2196,7 +2572,9 @@ msgstr "挤出冷却速度调节器" #: fdmprinter.def.json msgctxt "material_extrusion_cool_down_speed description" -msgid "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding." +msgid "" +"The extra speed by which the nozzle cools while extruding. The same value is " +"used to signify the heat up speed lost when heating up while extruding." msgstr "挤出时喷嘴冷却的额外速度。 使用相同的值表示挤出过程中进行加热时的加热速度损失。" #: fdmprinter.def.json @@ -2206,7 +2584,10 @@ msgstr "默认打印平台温度" #: fdmprinter.def.json msgctxt "default_material_bed_temperature description" -msgid "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value" +msgid "" +"The default temperature used for the heated build plate. This should be the " +"\"base\" temperature of a build plate. All other print temperatures should " +"use offsets based on this value" msgstr "用于加热打印平台的默认温度。这应该作为打印平台的“基础”温度。所有其他打印温度均应基于此值进行调整" #: fdmprinter.def.json @@ -2216,7 +2597,9 @@ msgstr "打印平台温度" #: fdmprinter.def.json msgctxt "material_bed_temperature description" -msgid "The temperature used for the heated build plate. If this is 0, the build plate is left unheated." +msgid "" +"The temperature used for the heated build plate. If this is 0, the build " +"plate is left unheated." msgstr "用于加热构建板的温度。如果此项为 0,则保持不加热构建板。" #: fdmprinter.def.json @@ -2226,7 +2609,9 @@ msgstr "打印平台温度起始层" #: fdmprinter.def.json msgctxt "material_bed_temperature_layer_0 description" -msgid "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer." +msgid "" +"The temperature used for the heated build plate at the first layer. If this " +"is 0, the build plate is left unheated during the first layer." msgstr "打印第一层时用于加热构建板的温度。如果此项为 0,则在打印第一层期间保持不加热构建板。" #: fdmprinter.def.json @@ -2256,28 +2641,34 @@ msgstr "缩放因子收缩补偿" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor." +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor." msgstr "为了补偿材料在冷却时的收缩,将用此因子缩放模型。" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy label" msgid "Horizontal Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "水平缩放因子收缩补偿" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_xy description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the XY-direction (horizontally)." +msgstr "为了补偿材料在冷却时的收缩,将用此因子在 XY 方向(水平)上缩放模型。" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z label" msgid "Vertical Scaling Factor Shrinkage Compensation" -msgstr "" +msgstr "垂直缩放因子收缩补偿" #: fdmprinter.def.json msgctxt "material_shrinkage_percentage_z description" -msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically)." -msgstr "" +msgid "" +"To compensate for the shrinkage of the material as it cools down, the model " +"will be scaled with this factor in the Z-direction (vertically)." +msgstr "为了补偿材料在冷却时的收缩,将用此因子在 Z 方向(垂直)上缩放模型。" #: fdmprinter.def.json msgctxt "material_crystallinity label" @@ -2286,7 +2677,10 @@ msgstr "晶体材料" #: fdmprinter.def.json msgctxt "material_crystallinity description" -msgid "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?" +msgid "" +"Is this material the type that breaks off cleanly when heated (crystalline), " +"or is it the type that produces long intertwined polymer chains (non-" +"crystalline)?" msgstr "该材料为受热后脱落干净的类型(晶体),还是会产生长交织状聚合物链的类型(非晶体)?" #: fdmprinter.def.json @@ -2306,7 +2700,9 @@ msgstr "防渗出回抽速度" #: fdmprinter.def.json msgctxt "material_anti_ooze_retraction_speed description" -msgid "How fast the material needs to be retracted during a filament switch to prevent oozing." +msgid "" +"How fast the material needs to be retracted during a filament switch to " +"prevent oozing." msgstr "在耗材用于防渗出过程中材料所需的回抽速率。" #: fdmprinter.def.json @@ -2326,7 +2722,9 @@ msgstr "断裂缓冲期回抽速度" #: fdmprinter.def.json msgctxt "material_break_preparation_speed description" -msgid "How fast the filament needs to be retracted just before breaking it off in a retraction." +msgid "" +"How fast the filament needs to be retracted just before breaking it off in a " +"retraction." msgstr "耗材在回抽过程中恰好折断的回抽速率。" #: fdmprinter.def.json @@ -2336,7 +2734,9 @@ msgstr "断裂缓冲期温度" #: fdmprinter.def.json msgctxt "material_break_preparation_temperature description" -msgid "The temperature used to purge material, should be roughly equal to the highest possible printing temperature." +msgid "" +"The temperature used to purge material, should be roughly equal to the " +"highest possible printing temperature." msgstr "用于清除材料的温度,应大致等于可达到的最高打印温度。" #: fdmprinter.def.json @@ -2356,7 +2756,8 @@ msgstr "断裂回抽速度" #: fdmprinter.def.json msgctxt "material_break_speed description" -msgid "The speed at which to retract the filament in order to break it cleanly." +msgid "" +"The speed at which to retract the filament in order to break it cleanly." msgstr "为完全脱落耗材而抽回耗材的速度。" #: fdmprinter.def.json @@ -2386,7 +2787,9 @@ msgstr "冲洗清除长度" #: fdmprinter.def.json msgctxt "material_flush_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when switching to a different material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when switching to a different material." msgstr "切换到其他材料时,需要使用多少材料从喷嘴中清除之前的材料(以长丝长度计)。" #: fdmprinter.def.json @@ -2396,7 +2799,9 @@ msgstr "耗材末端清除速度" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_speed description" -msgid "How fast to prime the material after replacing an empty spool with a fresh spool of the same material." +msgid "" +"How fast to prime the material after replacing an empty spool with a fresh " +"spool of the same material." msgstr "将空线轴替换为使用相同材料的新线轴后,装填材料的速度如何。" #: fdmprinter.def.json @@ -2406,7 +2811,10 @@ msgstr "耗材末端清除长度" #: fdmprinter.def.json msgctxt "material_end_of_filament_purge_length description" -msgid "How much material to use to purge the previous material out of the nozzle (in length of filament) when replacing an empty spool with a fresh spool of the same material." +msgid "" +"How much material to use to purge the previous material out of the nozzle " +"(in length of filament) when replacing an empty spool with a fresh spool of " +"the same material." msgstr "将空线轴替换为使用相同材料的新线轴后,需要使用多少材料从喷嘴中清除之前的材料(以长丝长度计)。" #: fdmprinter.def.json @@ -2426,7 +2834,10 @@ msgstr "空载移动系数" #: fdmprinter.def.json msgctxt "material_no_load_move_factor description" -msgid "A factor indicating how much the filament gets compressed between the feeder and the nozzle chamber, used to determine how far to move the material for a filament switch." +msgid "" +"A factor indicating how much the filament gets compressed between the feeder " +"and the nozzle chamber, used to determine how far to move the material for a " +"filament switch." msgstr "表示长丝在进料器和喷嘴室之间被压缩多少的系数,用于确定针对长丝开关将材料移动的距离。" #: fdmprinter.def.json @@ -2436,7 +2847,9 @@ msgstr "流量" #: fdmprinter.def.json msgctxt "material_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value." msgstr "流量补偿:挤出的材料量乘以此值。" #: fdmprinter.def.json @@ -2466,7 +2879,8 @@ msgstr "内壁流量" #: fdmprinter.def.json msgctxt "wall_x_material_flow description" -msgid "Flow compensation on wall lines for all wall lines except the outermost one." +msgid "" +"Flow compensation on wall lines for all wall lines except the outermost one." msgstr "适用于所有壁走线(最外壁走线除外)的流量补偿。" #: fdmprinter.def.json @@ -2566,7 +2980,9 @@ msgstr "起始层流量" #: fdmprinter.def.json msgctxt "material_flow_layer_0 description" -msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value." +msgid "" +"Flow compensation for the first layer: the amount of material extruded on " +"the initial layer is multiplied by this value." msgstr "第一层的流量补偿:起始层挤出的材料量乘以此值。" #: fdmprinter.def.json @@ -2576,7 +2992,9 @@ msgstr "待机温度" #: fdmprinter.def.json msgctxt "material_standby_temperature description" -msgid "The temperature of the nozzle when another nozzle is currently used for printing." +msgid "" +"The temperature of the nozzle when another nozzle is currently used for " +"printing." msgstr "当另一个喷嘴正用于打印时该喷嘴的温度。" #: fdmprinter.def.json @@ -2626,7 +3044,11 @@ msgstr "速度(外壁)" #: fdmprinter.def.json msgctxt "speed_wall_0 description" -msgid "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer wall speed will affect quality in a negative way." +msgid "" +"The speed at which the outermost walls are printed. Printing the outer wall " +"at a lower speed improves the final skin quality. However, having a large " +"difference between the inner wall speed and the outer wall speed will affect " +"quality in a negative way." msgstr "打印最外壁的速度。 以较低速度打印外壁可改善最终皮肤质量。 但是,如果内壁速度和外壁速度差距过大,则将对质量产生负面影响。" #: fdmprinter.def.json @@ -2636,7 +3058,10 @@ msgstr "速度(内壁)" #: fdmprinter.def.json msgctxt "speed_wall_x description" -msgid "The speed at which all inner walls are printed. Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed." +msgid "" +"The speed at which all inner walls are printed. Printing the inner wall " +"faster than the outer wall will reduce printing time. It works well to set " +"this in between the outer wall speed and the infill speed." msgstr "打印所有内壁的速度。 以比外壁更快的速度打印内壁将减少打印时间。 将该值设为外壁速度和填充速度之间也可行。" #: fdmprinter.def.json @@ -2666,7 +3091,10 @@ msgstr "速度(支撑结构)" #: fdmprinter.def.json msgctxt "speed_support description" -msgid "The speed at which the support structure is printed. Printing support at higher speeds can greatly reduce printing time. The surface quality of the support structure is not important since it is removed after printing." +msgid "" +"The speed at which the support structure is printed. Printing support at " +"higher speeds can greatly reduce printing time. The surface quality of the " +"support structure is not important since it is removed after printing." msgstr "打印支撑结构的速度。 以更高的速度打印支撑可极大地缩短打印时间。 支撑结构的表面质量并不重要,因为在打印后会将其移除。" #: fdmprinter.def.json @@ -2676,7 +3104,9 @@ msgstr "速度(支撑填充)" #: fdmprinter.def.json msgctxt "speed_support_infill description" -msgid "The speed at which the infill of support is printed. Printing the infill at lower speeds improves stability." +msgid "" +"The speed at which the infill of support is printed. Printing the infill at " +"lower speeds improves stability." msgstr "打印支撑填充物的速度。 以较低的速度打印填充物可改善稳定性。" #: fdmprinter.def.json @@ -2686,7 +3116,9 @@ msgstr "支撑接触面速度" #: fdmprinter.def.json msgctxt "speed_support_interface description" -msgid "The speed at which the roofs and floors of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs and floors of support are printed. Printing " +"them at lower speeds can improve overhang quality." msgstr "打印支撑顶板和底板的速度。 以较低的速度打印可以改善悬垂质量。" #: fdmprinter.def.json @@ -2696,7 +3128,9 @@ msgstr "支撑顶板速度" #: fdmprinter.def.json msgctxt "speed_support_roof description" -msgid "The speed at which the roofs of support are printed. Printing them at lower speeds can improve overhang quality." +msgid "" +"The speed at which the roofs of support are printed. Printing them at lower " +"speeds can improve overhang quality." msgstr "打印支撑顶板的速度。 以较低的速度打印可以改善悬垂质量。" #: fdmprinter.def.json @@ -2706,7 +3140,9 @@ msgstr "支撑底板速度" #: fdmprinter.def.json msgctxt "speed_support_bottom description" -msgid "The speed at which the floor of support is printed. Printing it at lower speed can improve adhesion of support on top of your model." +msgid "" +"The speed at which the floor of support is printed. Printing it at lower " +"speed can improve adhesion of support on top of your model." msgstr "打印支撑底板的速度。 以较低的速度打印可以改善支撑在模型顶部的粘着。" #: fdmprinter.def.json @@ -2716,7 +3152,10 @@ msgstr "装填塔速度" #: fdmprinter.def.json msgctxt "speed_prime_tower description" -msgid "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal." +msgid "" +"The speed at which the prime tower is printed. Printing the prime tower " +"slower can make it more stable when the adhesion between the different " +"filaments is suboptimal." msgstr "打印装填塔的速度。 以较慢速度打印装填塔可以在不同耗材之间的粘着欠佳时使其更加稳定。" #: fdmprinter.def.json @@ -2736,7 +3175,10 @@ msgstr "起始层速度" #: fdmprinter.def.json msgctxt "speed_layer_0 description" -msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate. Does not affect the build plate adhesion structures themselves, like brim and raft." +msgid "" +"The speed for the initial layer. A lower value is advised to improve " +"adhesion to the build plate. Does not affect the build plate adhesion " +"structures themselves, like brim and raft." msgstr "起始层的速度。建议采用较低的值以便改善与构建板的粘着。不会影响构建板自身的粘着结构,如边沿和筏。" #: fdmprinter.def.json @@ -2746,7 +3188,9 @@ msgstr "起始层打印速度" #: fdmprinter.def.json msgctxt "speed_print_layer_0 description" -msgid "The speed of printing for the initial layer. A lower value is advised to improve adhesion to the build plate." +msgid "" +"The speed of printing for the initial layer. A lower value is advised to " +"improve adhesion to the build plate." msgstr "打印起始层的速度。 建议采用较低的值以便改善与打印平台的粘着。" #: fdmprinter.def.json @@ -2756,7 +3200,11 @@ msgstr "起始层空驶速度" #: fdmprinter.def.json msgctxt "speed_travel_layer_0 description" -msgid "The speed of travel moves in the initial layer. A lower value is advised to prevent pulling previously printed parts away from the build plate. The value of this setting can automatically be calculated from the ratio between the Travel Speed and the Print Speed." +msgid "" +"The speed of travel moves in the initial layer. A lower value is advised to " +"prevent pulling previously printed parts away from the build plate. The " +"value of this setting can automatically be calculated from the ratio between " +"the Travel Speed and the Print Speed." msgstr "起始层中的空驶速度。 建议采用较低的值,以防止将之前打印的部分从打印平台上拉离。 该设置的值可以根据空驶速度和打印速度的比率自动计算得出。" #: fdmprinter.def.json @@ -2766,7 +3214,10 @@ msgstr "Skirt/Brim 速度" #: fdmprinter.def.json msgctxt "skirt_brim_speed description" -msgid "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed, but sometimes you might want to print the skirt or brim at a different speed." +msgid "" +"The speed at which the skirt and brim are printed. Normally this is done at " +"the initial layer speed, but sometimes you might want to print the skirt or " +"brim at a different speed." msgstr "打印 skirt 和 brim 的速度。 一般情况是以起始层速度打印这些部分,但有时候您可能想要以不同速度来打印 skirt 或 brim。" #: fdmprinter.def.json @@ -2776,7 +3227,10 @@ msgstr "Z 抬升速度" #: fdmprinter.def.json msgctxt "speed_z_hop description" -msgid "The speed at which the vertical Z movement is made for Z Hops. This is typically lower than the print speed since the build plate or machine's gantry is harder to move." +msgid "" +"The speed at which the vertical Z movement is made for Z Hops. This is " +"typically lower than the print speed since the build plate or machine's " +"gantry is harder to move." msgstr "Z 垂直移动实现抬升的速度。一般小于打印速度,因为打印平台或打印机的十字轴较难移动。" #: fdmprinter.def.json @@ -2786,18 +3240,27 @@ msgstr "较慢层的数量" #: fdmprinter.def.json msgctxt "speed_slowdown_layers description" -msgid "The first few layers are printed slower than the rest of the model, to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers." +msgid "" +"The first few layers are printed slower than the rest of the model, to get " +"better adhesion to the build plate and improve the overall success rate of " +"prints. The speed is gradually increased over these layers." msgstr "前几层的打印速度比模型的其他层慢,以便实现与打印平台的更好粘着,并改善整体的打印成功率。 该速度在这些层中会逐渐增加。" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor label" msgid "Flow Equalization Ratio" -msgstr "" +msgstr "流量均衡比" #: fdmprinter.def.json msgctxt "speed_equalize_flow_width_factor description" -msgid "Extrusion width based correction factor on the speed. At 0% the movement speed is kept constant at the Print Speed. At 100% the movement speed is adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the normal Line Width are printed twice as fast and lines twice as wide are printed half as fast. A value larger than 100% can help to compensate for the higher pressure required to extrude wide lines." -msgstr "" +msgid "" +"Extrusion width based correction factor on the speed. At 0% the movement " +"speed is kept constant at the Print Speed. At 100% the movement speed is " +"adjusted so that the flow (in mm³/s) is kept constant, i.e. lines half the " +"normal Line Width are printed twice as fast and lines twice as wide are " +"printed half as fast. A value larger than 100% can help to compensate for " +"the higher pressure required to extrude wide lines." +msgstr "基于速度校正系数的挤出宽度。在 0% 时,移动速度保持在打印速度不变。在 100% 时,将调整移动速度以使流量(以 mm³/s 为单位)保持恒定,即以两倍的速度打印正常线宽一半的线条,以一半的速度打印两倍宽的线条。大于 100% 的值有助于为挤出宽线所需的更高压力提供补偿。" #: fdmprinter.def.json msgctxt "acceleration_enabled label" @@ -2806,7 +3269,9 @@ msgstr "启用加速度控制" #: fdmprinter.def.json msgctxt "acceleration_enabled description" -msgid "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the print head acceleration. Increasing the accelerations " +"can reduce printing time at the cost of print quality." msgstr "启用调整打印头加速度。 提高加速度可以通过以打印质量为代价来缩短打印时间。" #: fdmprinter.def.json @@ -2906,7 +3371,9 @@ msgstr "支撑接触面加速度" #: fdmprinter.def.json msgctxt "acceleration_support_interface description" -msgid "The acceleration with which the roofs and floors of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs and floors of support are printed. " +"Printing them at lower acceleration can improve overhang quality." msgstr "打印支撑顶板和底板的加速度。 以较低的加速度打印可以改善悬垂质量。" #: fdmprinter.def.json @@ -2916,7 +3383,9 @@ msgstr "支撑顶板加速度" #: fdmprinter.def.json msgctxt "acceleration_support_roof description" -msgid "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality." +msgid "" +"The acceleration with which the roofs of support are printed. Printing them " +"at lower acceleration can improve overhang quality." msgstr "打印支撑顶板的加速度。 以较低的加速度打印可以改善悬垂质量。" #: fdmprinter.def.json @@ -2926,7 +3395,9 @@ msgstr "支撑底板加速度" #: fdmprinter.def.json msgctxt "acceleration_support_bottom description" -msgid "The acceleration with which the floors of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model." +msgid "" +"The acceleration with which the floors of support are printed. Printing them " +"at lower acceleration can improve adhesion of support on top of your model." msgstr "打印支撑底板的加速度。 以较低的加速度打印可以改善支撑在模型顶部的粘着。" #: fdmprinter.def.json @@ -2986,7 +3457,10 @@ msgstr "Skirt/Brim 加速度" #: fdmprinter.def.json msgctxt "acceleration_skirt_brim description" -msgid "The acceleration with which the skirt and brim are printed. Normally this is done with the initial layer acceleration, but sometimes you might want to print the skirt or brim at a different acceleration." +msgid "" +"The acceleration with which the skirt and brim are printed. Normally this is " +"done with the initial layer acceleration, but sometimes you might want to " +"print the skirt or brim at a different acceleration." msgstr "打印 skirt 和 brim 的加速度。 一般情况是以起始层加速度打印这些部分,但有时候您可能想要以不同加速度来打印 skirt 或 brim。" #: fdmprinter.def.json @@ -2996,7 +3470,10 @@ msgstr "启用抖动速度控制" #: fdmprinter.def.json msgctxt "jerk_enabled description" -msgid "Enables adjusting the jerk of print head when the velocity in the X or Y axis changes. Increasing the jerk can reduce printing time at the cost of print quality." +msgid "" +"Enables adjusting the jerk of print head when the velocity in the X or Y " +"axis changes. Increasing the jerk can reduce printing time at the cost of " +"print quality." msgstr "启用当 X 或 Y 轴的速度变化时调整打印头的抖动速度。 提高抖动速度可以通过以打印质量为代价来缩短打印时间。" #: fdmprinter.def.json @@ -3026,7 +3503,8 @@ msgstr "壁抖动速度" #: fdmprinter.def.json msgctxt "jerk_wall description" -msgid "The maximum instantaneous velocity change with which the walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the walls are printed." msgstr "打印壁时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3036,7 +3514,9 @@ msgstr "外壁抖动速度" #: fdmprinter.def.json msgctxt "jerk_wall_0 description" -msgid "The maximum instantaneous velocity change with which the outermost walls are printed." +msgid "" +"The maximum instantaneous velocity change with which the outermost walls are " +"printed." msgstr "打印最外壁时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3046,7 +3526,9 @@ msgstr "内壁抖动速度" #: fdmprinter.def.json msgctxt "jerk_wall_x description" -msgid "The maximum instantaneous velocity change with which all inner walls are printed." +msgid "" +"The maximum instantaneous velocity change with which all inner walls are " +"printed." msgstr "打印所有内壁时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3056,7 +3538,9 @@ msgstr "顶部表面皮肤抖动速度" #: fdmprinter.def.json msgctxt "jerk_roofing description" -msgid "The maximum instantaneous velocity change with which top surface skin layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top surface skin layers " +"are printed." msgstr "打印顶部表面皮肤层时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3066,7 +3550,9 @@ msgstr "顶部/底部抖动速度" #: fdmprinter.def.json msgctxt "jerk_topbottom description" -msgid "The maximum instantaneous velocity change with which top/bottom layers are printed." +msgid "" +"The maximum instantaneous velocity change with which top/bottom layers are " +"printed." msgstr "打印顶部/底部层时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3076,7 +3562,9 @@ msgstr "支撑抖动速度" #: fdmprinter.def.json msgctxt "jerk_support description" -msgid "The maximum instantaneous velocity change with which the support structure is printed." +msgid "" +"The maximum instantaneous velocity change with which the support structure " +"is printed." msgstr "打印支撑结构时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3086,7 +3574,9 @@ msgstr "支撑填充抖动速度" #: fdmprinter.def.json msgctxt "jerk_support_infill description" -msgid "The maximum instantaneous velocity change with which the infill of support is printed." +msgid "" +"The maximum instantaneous velocity change with which the infill of support " +"is printed." msgstr "打印支撑填充物时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3096,7 +3586,9 @@ msgstr "支撑接触面抖动速度" #: fdmprinter.def.json msgctxt "jerk_support_interface description" -msgid "The maximum instantaneous velocity change with which the roofs and floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs and floors of " +"support are printed." msgstr "打印支撑顶板和底板的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3106,7 +3598,9 @@ msgstr "支撑顶板抖动速度" #: fdmprinter.def.json msgctxt "jerk_support_roof description" -msgid "The maximum instantaneous velocity change with which the roofs of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the roofs of support " +"are printed." msgstr "打印支撑顶板的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3116,7 +3610,9 @@ msgstr "支撑底板抖动速度" #: fdmprinter.def.json msgctxt "jerk_support_bottom description" -msgid "The maximum instantaneous velocity change with which the floors of support are printed." +msgid "" +"The maximum instantaneous velocity change with which the floors of support " +"are printed." msgstr "打印支撑底板时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3126,7 +3622,9 @@ msgstr "装填塔抖动速度" #: fdmprinter.def.json msgctxt "jerk_prime_tower description" -msgid "The maximum instantaneous velocity change with which the prime tower is printed." +msgid "" +"The maximum instantaneous velocity change with which the prime tower is " +"printed." msgstr "打印装填塔时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3136,7 +3634,8 @@ msgstr "空驶抖动速度" #: fdmprinter.def.json msgctxt "jerk_travel description" -msgid "The maximum instantaneous velocity change with which travel moves are made." +msgid "" +"The maximum instantaneous velocity change with which travel moves are made." msgstr "进行空驶时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3156,7 +3655,9 @@ msgstr "起始层打印抖动速度" #: fdmprinter.def.json msgctxt "jerk_print_layer_0 description" -msgid "The maximum instantaneous velocity change during the printing of the initial layer." +msgid "" +"The maximum instantaneous velocity change during the printing of the initial " +"layer." msgstr "打印起始层时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3176,7 +3677,9 @@ msgstr "Skirt/Brim 抖动速度" #: fdmprinter.def.json msgctxt "jerk_skirt_brim description" -msgid "The maximum instantaneous velocity change with which the skirt and brim are printed." +msgid "" +"The maximum instantaneous velocity change with which the skirt and brim are " +"printed." msgstr "打印 skirt 和 brim 时的最大瞬时速度变化。" #: fdmprinter.def.json @@ -3226,7 +3729,9 @@ msgstr "回抽速度" #: fdmprinter.def.json msgctxt "retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a retraction " +"move." msgstr "回抽移动期间耗材回抽和装填的速度。" #: fdmprinter.def.json @@ -3256,7 +3761,9 @@ msgstr "回抽额外装填量" #: fdmprinter.def.json msgctxt "retraction_extra_prime_amount description" -msgid "Some material can ooze away during a travel move, which can be compensated for here." +msgid "" +"Some material can ooze away during a travel move, which can be compensated " +"for here." msgstr "有些材料可能会在空驶过程中渗出,可以在这里对其进行补偿。" #: fdmprinter.def.json @@ -3266,7 +3773,9 @@ msgstr "回抽最小空驶" #: fdmprinter.def.json msgctxt "retraction_min_travel description" -msgid "The minimum distance of travel needed for a retraction to happen at all. This helps to get fewer retractions in a small area." +msgid "" +"The minimum distance of travel needed for a retraction to happen at all. " +"This helps to get fewer retractions in a small area." msgstr "回抽发生所需的最小空驶距离。 这有助于在较小区域内实现更少的回抽。" #: fdmprinter.def.json @@ -3276,7 +3785,11 @@ msgstr "最大回抽计数" #: fdmprinter.def.json msgctxt "retraction_count_max description" -msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues." +msgid "" +"This setting limits the number of retractions occurring within the minimum " +"extrusion distance window. Further retractions within this window will be " +"ignored. This avoids retracting repeatedly on the same piece of filament, as " +"that can flatten the filament and cause grinding issues." msgstr "此设置限制在最小挤出距离范围内发生的回抽数。 此范围内的额外回抽将会忽略。 这避免了在同一件耗材上重复回抽,从而导致耗材变扁并引起磨损问题。" #: fdmprinter.def.json @@ -3286,7 +3799,11 @@ msgstr "最小挤出距离范围" #: fdmprinter.def.json msgctxt "retraction_extrusion_window description" -msgid "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited." +msgid "" +"The window in which the maximum retraction count is enforced. This value " +"should be approximately the same as the retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." msgstr "执行最大回抽计数的范围。 该值应与回抽距离大致相同,以便一次回抽通过同一块材料的次数得到有效限制。" #: fdmprinter.def.json @@ -3296,7 +3813,10 @@ msgstr "支撑限制被撤销" #: fdmprinter.def.json msgctxt "limit_support_retractions description" -msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure." +msgid "" +"Omit retraction when moving from support to support in a straight line. " +"Enabling this setting saves print time, but can lead to excessive stringing " +"within the support structure." msgstr "当在各个支撑间直线移动时,省略回抽。启用这个设置可以节省打印时间,但会在支撑结构中产生过多穿线。" #: fdmprinter.def.json @@ -3306,7 +3826,12 @@ msgstr "梳理模式" #: fdmprinter.def.json msgctxt "retraction_combing description" -msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas or to only comb within the infill." +msgid "" +"Combing keeps the nozzle within already printed areas when traveling. This " +"results in slightly longer travel moves but reduces the need for " +"retractions. If combing is off, the material will retract and the nozzle " +"moves in a straight line to the next point. It is also possible to avoid " +"combing over top/bottom skin areas or to only comb within the infill." msgstr "梳理可在空驶时让喷嘴保持在已打印区域内。这会使空驶距离稍微延长,但可减少回抽需求。如果关闭梳理,则材料将回抽,且喷嘴沿着直线移动到下一个点。也可以避免顶部/底部皮肤区域的梳理或仅在填充物内进行梳理。" #: fdmprinter.def.json @@ -3341,7 +3866,10 @@ msgstr "最大梳距,无收缩" #: fdmprinter.def.json msgctxt "retraction_combing_max_distance description" -msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction." +msgid "" +"When greater than zero, combing travel moves that are longer than this " +"distance will use retraction. If set to zero, there is no maximum and " +"combing moves will not use retraction." msgstr "当大于零时,比这段距离更长的梳理空驶将会使用回抽。如果设置为零,则没有最大值,梳理空驶将不会使用回抽。" #: fdmprinter.def.json @@ -3361,7 +3889,9 @@ msgstr "空驶时避开已打印部分" #: fdmprinter.def.json msgctxt "travel_avoid_other_parts description" -msgid "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed parts when traveling. This option is only " +"available when combing is enabled." msgstr "喷嘴会在空驶时避开已打印的部分。 此选项仅在启用梳理功能时可用。" #: fdmprinter.def.json @@ -3371,7 +3901,9 @@ msgstr "避免移动时支撑" #: fdmprinter.def.json msgctxt "travel_avoid_supports description" -msgid "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled." +msgid "" +"The nozzle avoids already printed supports when traveling. This option is " +"only available when combing is enabled." msgstr "在空走时,喷嘴避免了已打印的支撑。只有在启用了梳理时才可以使用此选项。" #: fdmprinter.def.json @@ -3381,7 +3913,9 @@ msgstr "空驶避让距离" #: fdmprinter.def.json msgctxt "travel_avoid_distance description" -msgid "The distance between the nozzle and already printed parts when avoiding during travel moves." +msgid "" +"The distance between the nozzle and already printed parts when avoiding " +"during travel moves." msgstr "喷嘴和已打印部分之间在空驶时避让的距离。" #: fdmprinter.def.json @@ -3391,7 +3925,9 @@ msgstr "层开始 X" #: fdmprinter.def.json msgctxt "layer_start_x description" -msgid "The X coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The X coordinate of the position near where to find the part to start " +"printing each layer." msgstr "位置的 X 轴坐标,在该位置附近找到开始打印每层的部分。" #: fdmprinter.def.json @@ -3401,7 +3937,9 @@ msgstr "层开始 Y" #: fdmprinter.def.json msgctxt "layer_start_y description" -msgid "The Y coordinate of the position near where to find the part to start printing each layer." +msgid "" +"The Y coordinate of the position near where to find the part to start " +"printing each layer." msgstr "位置的 Y 轴坐标,在该位置附近找到开始打印每层的部分。" #: fdmprinter.def.json @@ -3411,7 +3949,11 @@ msgstr "回抽时 Z 抬升" #: fdmprinter.def.json msgctxt "retraction_hop_enabled description" -msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." +msgid "" +"Whenever a retraction is done, the build plate is lowered to create " +"clearance between the nozzle and the print. It prevents the nozzle from " +"hitting the print during travel moves, reducing the chance to knock the " +"print from the build plate." msgstr "每当回抽完成时,打印平台会降低以便在喷嘴和打印品之间形成空隙。 它可以防止喷嘴在空驶过程中撞到打印品,降低将打印品从打印平台撞掉的几率。" #: fdmprinter.def.json @@ -3421,7 +3963,9 @@ msgstr "仅在已打印部分上 Z 抬升" #: fdmprinter.def.json msgctxt "retraction_hop_only_when_collides description" -msgid "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling." +msgid "" +"Only perform a Z Hop when moving over printed parts which cannot be avoided " +"by horizontal motion by Avoid Printed Parts when Traveling." msgstr "仅在移动到无法通过“空驶时避开已打印部分”选项的水平操作避开的已打印部分上方时执行 Z 抬升。" #: fdmprinter.def.json @@ -3441,7 +3985,10 @@ msgstr "挤出机切换后的 Z 抬升" #: fdmprinter.def.json msgctxt "retraction_hop_after_extruder_switch description" -msgid "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print." +msgid "" +"After the machine switched from one extruder to the other, the build plate " +"is lowered to create clearance between the nozzle and the print. This " +"prevents the nozzle from leaving oozed material on the outside of a print." msgstr "当机器从一个挤出机切换到另一个时,打印平台会降低以便在喷嘴和打印品之间形成空隙。 这将防止喷嘴在打印品外部留下渗出物。" #: fdmprinter.def.json @@ -3471,7 +4018,9 @@ msgstr "开启打印冷却" #: fdmprinter.def.json msgctxt "cool_fan_enabled description" -msgid "Enables the print cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs." +msgid "" +"Enables the print cooling fans while printing. The fans improve print " +"quality on layers with short layer times and bridging / overhangs." msgstr "打印时启用打印冷却风扇。 风扇可以在层时间较短和有桥接/悬垂的层上提高打印质量。" #: fdmprinter.def.json @@ -3491,7 +4040,10 @@ msgstr "正常风扇速度" #: fdmprinter.def.json msgctxt "cool_fan_speed_min description" -msgid "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed." +msgid "" +"The speed at which the fans spin before hitting the threshold. When a layer " +"prints faster than the threshold, the fan speed gradually inclines towards " +"the maximum fan speed." msgstr "风扇旋转达到阈值前的速度。 当一层的打印速度超过阈值时,风扇速度逐渐朝最大风扇速度增加。" #: fdmprinter.def.json @@ -3501,7 +4053,10 @@ msgstr "最大风扇速度" #: fdmprinter.def.json msgctxt "cool_fan_speed_max description" -msgid "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit." +msgid "" +"The speed at which the fans spin on the minimum layer time. The fan speed " +"gradually increases between the regular fan speed and maximum fan speed when " +"the threshold is hit." msgstr "风扇在最小层时间上旋转的速度。 当达到阈值时,风扇速度在正常风扇速度和最大风扇速度之间逐渐增加。" #: fdmprinter.def.json @@ -3511,7 +4066,11 @@ msgstr "正常/最大风扇速度阈值" #: fdmprinter.def.json msgctxt "cool_min_layer_time_fan_speed_max description" -msgid "The layer time which sets the threshold between regular fan speed and maximum fan speed. Layers that print slower than this time use regular fan speed. For faster layers the fan speed gradually increases towards the maximum fan speed." +msgid "" +"The layer time which sets the threshold between regular fan speed and " +"maximum fan speed. Layers that print slower than this time use regular fan " +"speed. For faster layers the fan speed gradually increases towards the " +"maximum fan speed." msgstr "设定正常风扇速度和最大风扇速度之间阈值的层时间。 打印速度低于此时间的层使用正常风扇速度。 对于更快的层,风扇速度逐渐增加到最大风扇速度。" #: fdmprinter.def.json @@ -3521,7 +4080,10 @@ msgstr "起始风扇速度" #: fdmprinter.def.json msgctxt "cool_fan_speed_0 description" -msgid "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height." +msgid "" +"The speed at which the fans spin at the start of the print. In subsequent " +"layers the fan speed is gradually increased up to the layer corresponding to " +"Regular Fan Speed at Height." msgstr "风扇在打印开始时旋转的速度。 在随后的层中,风扇速度逐渐增加到对应“正常风扇速度(高度)”的水平。" #: fdmprinter.def.json @@ -3531,7 +4093,10 @@ msgstr "正常风扇速度(高度)" #: fdmprinter.def.json msgctxt "cool_fan_full_at_height description" -msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed." +msgid "" +"The height at which the fans spin on regular fan speed. At the layers below " +"the fan speed gradually increases from Initial Fan Speed to Regular Fan " +"Speed." msgstr "风扇以正常速度旋转的高度。 在下方的层中,风扇速度逐渐从起始风扇速度增加到正常风扇速度。" #: fdmprinter.def.json @@ -3541,7 +4106,9 @@ msgstr "正常风扇速度(层)" #: fdmprinter.def.json msgctxt "cool_fan_full_layer description" -msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number." +msgid "" +"The layer at which the fans spin on regular fan speed. If regular fan speed " +"at height is set, this value is calculated and rounded to a whole number." msgstr "风扇以正常风扇速度旋转的层。 如果设置了正常风扇速度(高度),则该值将被计算并舍入为整数。" #: fdmprinter.def.json @@ -3551,7 +4118,12 @@ msgstr "最短单层冷却时间" #: fdmprinter.def.json msgctxt "cool_min_layer_time description" -msgid "The minimum time spent in a layer. This forces the printer to slow down, to at least spend the time set here in one layer. This allows the printed material to cool down properly before printing the next layer. Layers may still take shorter than the minimal layer time if Lift Head is disabled and if the Minimum Speed would otherwise be violated." +msgid "" +"The minimum time spent in a layer. This forces the printer to slow down, to " +"at least spend the time set here in one layer. This allows the printed " +"material to cool down properly before printing the next layer. Layers may " +"still take shorter than the minimal layer time if Lift Head is disabled and " +"if the Minimum Speed would otherwise be violated." msgstr "在层中花费的最少时间。 这会迫使打印机减速,以便至少在一层中消耗此处所规定的时间。 这会让已打印材料充分冷却后再打印下一层。 如果提升头被禁用,且如果不这么做会违反“最小速度“,则层所花时间可能仍会少于最小层时间。" #: fdmprinter.def.json @@ -3561,7 +4133,10 @@ msgstr "最小风扇速度" #: fdmprinter.def.json msgctxt "cool_min_speed description" -msgid "The minimum print speed, despite slowing down due to the minimum layer time. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality." +msgid "" +"The minimum print speed, despite slowing down due to the minimum layer time. " +"When the printer would slow down too much, the pressure in the nozzle would " +"be too low and result in bad print quality." msgstr "最低打印速度,排除因最短层时间而减速。 当打印机减速过多时,喷嘴中的压力将过低并导致较差的打印质量。" #: fdmprinter.def.json @@ -3571,7 +4146,10 @@ msgstr "打印头提升" #: fdmprinter.def.json msgctxt "cool_lift_head description" -msgid "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached." +msgid "" +"When the minimum speed is hit because of minimum layer time, lift the head " +"away from the print and wait the extra time until the minimum layer time is " +"reached." msgstr "当因最低层时间达到最低速度时,将打印头从打印品上提升,并等候达到最低层时间。" #: fdmprinter.def.json @@ -3591,7 +4169,9 @@ msgstr "生成支撑" #: fdmprinter.def.json msgctxt "support_enable description" -msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing." +msgid "" +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "在模型的悬垂(Overhangs)部分生成支撑结构。若不这样做,这些部分在打印时将倒塌。" #: fdmprinter.def.json @@ -3601,7 +4181,9 @@ msgstr "支撑用挤出机" #: fdmprinter.def.json msgctxt "support_extruder_nr description" -msgid "The extruder train to use for printing the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the support. This is used in multi-" +"extrusion." msgstr "用于打印支撑的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -3611,7 +4193,9 @@ msgstr "支撑填充挤出机" #: fdmprinter.def.json msgctxt "support_infill_extruder_nr description" -msgid "The extruder train to use for printing the infill of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the infill of the support. This is " +"used in multi-extrusion." msgstr "用于打印支撑填充物的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -3621,7 +4205,9 @@ msgstr "第一层支撑挤出机" #: fdmprinter.def.json msgctxt "support_extruder_nr_layer_0 description" -msgid "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the first layer of support infill. " +"This is used in multi-extrusion." msgstr "用于打印支撑填充物第一层的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -3631,7 +4217,9 @@ msgstr "支撑接触面挤出机" #: fdmprinter.def.json msgctxt "support_interface_extruder_nr description" -msgid "The extruder train to use for printing the roofs and floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs and floors of the support. " +"This is used in multi-extrusion." msgstr "用于打印支撑顶板和底板的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -3641,7 +4229,9 @@ msgstr "支撑顶板挤出机" #: fdmprinter.def.json msgctxt "support_roof_extruder_nr description" -msgid "The extruder train to use for printing the roofs of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the roofs of the support. This is " +"used in multi-extrusion." msgstr "用于打印支撑顶板的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -3651,7 +4241,9 @@ msgstr "支撑底板挤出机" #: fdmprinter.def.json msgctxt "support_bottom_extruder_nr description" -msgid "The extruder train to use for printing the floors of the support. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the floors of the support. This is " +"used in multi-extrusion." msgstr "用于打印支撑底板的挤出机组。 用于多重挤出。" #: fdmprinter.def.json @@ -3661,7 +4253,13 @@ msgstr "支撑结构" #: fdmprinter.def.json msgctxt "support_structure description" -msgid "Chooses between the techniques available to generate support. \"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible." +msgid "" +"Chooses between the techniques available to generate support. \"Normal\" " +"support creates a support structure directly below the overhanging parts and " +"drops those areas straight down. \"Tree\" support creates branches towards " +"the overhanging areas that support the model on the tips of those branches, " +"and allows the branches to crawl around the model to support it from the " +"build plate as much as possible." msgstr "在可用于产生支撑的方法之间进行选择。“普通”支撑在悬垂部分正下方形成一个支撑结构,并直接垂下这些区域。“树形”支撑形成一些分支,它们朝向在这些分支的尖端上支撑模型的悬垂区域,并使这些分支可缠绕在模型周围以尽可能多地从构建板上支撑它。" #: fdmprinter.def.json @@ -3681,7 +4279,9 @@ msgstr "树形支撑分支角度" #: fdmprinter.def.json msgctxt "support_tree_angle description" -msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach." +msgid "" +"The angle of the branches. Use a lower angle to make them more vertical and " +"more stable. Use a higher angle to be able to have more reach." msgstr "分支的角度。使用较小的角度可增加垂直度和稳定性。使用较大的角度可支撑更大范围。" #: fdmprinter.def.json @@ -3691,7 +4291,10 @@ msgstr "树形支撑分支间距" #: fdmprinter.def.json msgctxt "support_tree_branch_distance description" -msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +msgid "" +"How far apart the branches need to be when they touch the model. Making this " +"distance small will cause the tree support to touch the model at more " +"points, causing better overhang but making support harder to remove." msgstr "在支撑模型时,分支之间需要多大的间距。缩小这一间距会使树形支撑与模型之间有更多接触点,带来更好的悬垂,但会使支撑更难以拆除。" #: fdmprinter.def.json @@ -3701,7 +4304,9 @@ msgstr "树形支撑分支直径" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter description" -msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgid "" +"The diameter of the thinnest branches of tree support. Thicker branches are " +"more sturdy. Branches towards the base will be thicker than this." msgstr "树形支撑最细分支的直径。较粗的分支更坚固。接近基础的分支会比这更粗。" #: fdmprinter.def.json @@ -3711,7 +4316,11 @@ msgstr "树形支撑分支直径角度" #: fdmprinter.def.json msgctxt "support_tree_branch_diameter_angle description" -msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." +msgid "" +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the tree " +"support." msgstr "随着分支朝底部逐渐变粗,分支直径的角度。角度为 0 表明分支全长具有均匀的粗细度。稍微有些角度可以增加树形支撑的稳定性。" #: fdmprinter.def.json @@ -3721,7 +4330,10 @@ msgstr "树形支撑碰撞分辨率" #: fdmprinter.def.json msgctxt "support_tree_collision_resolution description" -msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically." +msgid "" +"Resolution to compute collisions with to avoid hitting the model. Setting " +"this lower will produce more accurate trees that fail less often, but " +"increases slicing time dramatically." msgstr "用于计算碰撞的分辨率,目的在于避免碰撞模型。将此设置得较低将产生更准确且通常较少失败的树,但是会大幅增加切片时间。" #: fdmprinter.def.json @@ -3731,7 +4343,10 @@ msgstr "支撑放置" #: fdmprinter.def.json msgctxt "support_type description" -msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model." +msgid "" +"Adjusts the placement of the support structures. The placement can be set to " +"touching build plate or everywhere. When set to everywhere the support " +"structures will also be printed on the model." msgstr "调整支撑结构的放置。 放置可以设置为支撑打印平台或全部支撑。 当设置为全部支撑时,支撑结构也将在模型上打印。" #: fdmprinter.def.json @@ -3751,7 +4366,9 @@ msgstr "支撑悬垂角度" #: fdmprinter.def.json msgctxt "support_angle description" -msgid "The minimum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support." +msgid "" +"The minimum angle of overhangs for which support is added. At a value of 0° " +"all overhangs are supported, 90° will not provide any support." msgstr "添加支撑的最小悬垂角度。 当角度为 0° 时,将支撑所有悬垂,当角度为 90° 时,不提供任何支撑。" #: fdmprinter.def.json @@ -3761,7 +4378,9 @@ msgstr "支撑图案" #: fdmprinter.def.json msgctxt "support_pattern description" -msgid "The pattern of the support structures of the print. The different options available result in sturdy or easy to remove support." +msgid "" +"The pattern of the support structures of the print. The different options " +"available result in sturdy or easy to remove support." msgstr "打印品支撑结构的图案。 提供的不同选项可实现或牢固或易于拆除的支撑。" #: fdmprinter.def.json @@ -3806,7 +4425,10 @@ msgstr "支撑墙行数" #: fdmprinter.def.json msgctxt "support_wall_count description" -msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used." +msgid "" +"The number of walls with which to surround support infill. Adding a wall can " +"make support print more reliably and can support overhangs better, but " +"increases print time and material used." msgstr "包围支撑的墙的数量。添加一堵墙可以使支持打印更加可靠,并且可以更好地支持挂起,但增加了打印时间和使用的材料。" #: fdmprinter.def.json @@ -3816,7 +4438,10 @@ msgstr "连接支撑线" #: fdmprinter.def.json msgctxt "zig_zaggify_support description" -msgid "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material." +msgid "" +"Connect the ends of the support lines together. Enabling this setting can " +"make your support more sturdy and reduce underextrusion, but it will cost " +"more material." msgstr "将支撑线尾端连接在一起。启用此设置会让支撑更为牢固并减少挤出不足,但需要更多材料。" #: fdmprinter.def.json @@ -3826,7 +4451,9 @@ msgstr "连接支撑锯齿形" #: fdmprinter.def.json msgctxt "support_connect_zigzags description" -msgid "Connect the ZigZags. This will increase the strength of the zig zag support structure." +msgid "" +"Connect the ZigZags. This will increase the strength of the zig zag support " +"structure." msgstr "连接锯齿形。 这将增加锯齿形支撑结构的强度。" #: fdmprinter.def.json @@ -3836,7 +4463,9 @@ msgstr "支撑密度" #: fdmprinter.def.json msgctxt "support_infill_rate description" -msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "调整支撑结构的密度。 较高的值会实现更好的悬垂,但支撑将更加难以移除。" #: fdmprinter.def.json @@ -3846,7 +4475,9 @@ msgstr "支撑走线距离" #: fdmprinter.def.json msgctxt "support_line_distance description" -msgid "Distance between the printed support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed support structure lines. This setting is " +"calculated by the support density." msgstr "已打印支撑结构走线之间的距离。 该设置通过支撑密度计算。" #: fdmprinter.def.json @@ -3856,7 +4487,9 @@ msgstr "起始层支撑走线距离" #: fdmprinter.def.json msgctxt "support_initial_layer_line_distance description" -msgid "Distance between the printed initial layer support structure lines. This setting is calculated by the support density." +msgid "" +"Distance between the printed initial layer support structure lines. This " +"setting is calculated by the support density." msgstr "已打印起始层支撑结构走线之间的距离。该设置通过支撑密度计算。" #: fdmprinter.def.json @@ -3866,7 +4499,12 @@ msgstr "支撑填充走线方向" #: fdmprinter.def.json msgctxt "support_infill_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angle 0 degrees." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angle 0 degrees." msgstr "要使用的整数走线方向列表。列表中的元素随层的进度依次使用,当达到列表末尾时将从头开始。列表项以逗号分隔,整个列表包含在方括号中。“默认“是一个空列表,即意味着使用默认角度 0 度。" #: fdmprinter.def.json @@ -3876,7 +4514,10 @@ msgstr "启用支撑 Brim" #: fdmprinter.def.json msgctxt "support_brim_enable description" -msgid "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate." +msgid "" +"Generate a brim within the support infill regions of the first layer. This " +"brim is printed underneath the support, not around it. Enabling this setting " +"increases the adhesion of support to the build plate." msgstr "在第一层的支撑填充区域内生成一个 Brim。此 Brim 在支撑下方打印,而非周围。启用此设置会增强支撑与打印平台的附着。" #: fdmprinter.def.json @@ -3886,7 +4527,9 @@ msgstr "支撑 Brim 宽度" #: fdmprinter.def.json msgctxt "support_brim_width description" -msgid "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material." +msgid "" +"The width of the brim to print underneath the support. A larger brim " +"enhances adhesion to the build plate, at the cost of some extra material." msgstr "在支撑下方要打印的 Brim 的宽度。较大的 Brim 可增强与打印平台的附着,但也会增加一些额外材料成本。" #: fdmprinter.def.json @@ -3896,7 +4539,9 @@ msgstr "支撑 Brim 走线次数" #: fdmprinter.def.json msgctxt "support_brim_line_count description" -msgid "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material." +msgid "" +"The number of lines used for the support brim. More brim lines enhance " +"adhesion to the build plate, at the cost of some extra material." msgstr "用于支撑 Brim 的走线数量。更多 Brim 走线可增强与打印平台的附着,但也会增加一些额外材料成本。" #: fdmprinter.def.json @@ -3906,7 +4551,10 @@ msgstr "支撑 Z 距离" #: fdmprinter.def.json msgctxt "support_z_distance description" -msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." +msgid "" +"Distance from the top/bottom of the support structure to the print. This gap " +"provides clearance to remove the supports after the model is printed. This " +"value is rounded up to a multiple of the layer height." msgstr "支撑结构顶部/底部到打印品之间的距离。 该间隙提供了在模型打印完成后移除支撑的空隙。 该值舍入为层高的倍数。" #: fdmprinter.def.json @@ -3946,7 +4594,11 @@ msgstr "支撑距离优先级" #: fdmprinter.def.json msgctxt "support_xy_overrides_z description" -msgid "Whether the Support X/Y Distance overrides the Support Z Distance or vice versa. When X/Y overrides Z the X/Y distance can push away the support from the model, influencing the actual Z distance to the overhang. We can disable this by not applying the X/Y distance around overhangs." +msgid "" +"Whether the Support X/Y Distance overrides the Support Z Distance or vice " +"versa. When X/Y overrides Z the X/Y distance can push away the support from " +"the model, influencing the actual Z distance to the overhang. We can disable " +"this by not applying the X/Y distance around overhangs." msgstr "支撑 X/Y 距离是否覆盖支撑 Z 距离或反之。 当 X/Y 覆盖 Z 时,X/Y 距离可将支撑从模型上推离,影响与悬垂之间的实际 Z 距离。 我们可以通过不在悬垂周围应用 X/Y 距离来禁用此选项。" #: fdmprinter.def.json @@ -3966,7 +4618,8 @@ msgstr "最小支撑 X/Y 距离" #: fdmprinter.def.json msgctxt "support_xy_distance_overhang description" -msgid "Distance of the support structure from the overhang in the X/Y directions." +msgid "" +"Distance of the support structure from the overhang in the X/Y directions." msgstr "支撑结构在 X/Y 方向距悬垂的距离。" #: fdmprinter.def.json @@ -3976,7 +4629,11 @@ msgstr "支撑梯步阶高度" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_height description" -msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." +msgid "" +"The height of the steps of the stair-like bottom of support resting on the " +"model. A low value makes the support harder to remove, but too high values " +"can lead to unstable support structures. Set to zero to turn off the stair-" +"like behaviour." msgstr "停留在模型上的支撑阶梯状底部的步阶高度。 较低的值会使支撑更难于移除,但过高的值可能导致不稳定的支撑结构。 设为零可以关闭阶梯状行为。" #: fdmprinter.def.json @@ -3986,7 +4643,10 @@ msgstr "支撑梯步阶最大宽度" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_width description" -msgid "The maximum width of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures." +msgid "" +"The maximum width of the steps of the stair-like bottom of support resting " +"on the model. A low value makes the support harder to remove, but too high " +"values can lead to unstable support structures." msgstr "停留在模型上的支撑阶梯状底部的最大步阶宽度。 较低的值会使支撑更难于移除,但过高的值可能导致不稳定的支撑结构。" #: fdmprinter.def.json @@ -3996,7 +4656,11 @@ msgstr "支撑阶梯最小坡度角" #: fdmprinter.def.json msgctxt "support_bottom_stair_step_min_slope description" -msgid "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model." +msgid "" +"The minimum slope of the area for stair-stepping to take effect. Low values " +"should make support easier to remove on shallower slopes, but really low " +"values may result in some very counter-intuitive results on other parts of " +"the model." msgstr "使阶梯生效的区域最小坡度。该值较小可在较浅的坡度上更容易去除支撑,但该值过小可能会在模型的其他部分上产生某些很反常的结果。" #: fdmprinter.def.json @@ -4006,7 +4670,10 @@ msgstr "支撑结合部距离" #: fdmprinter.def.json msgctxt "support_join_distance description" -msgid "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one." +msgid "" +"The maximum distance between support structures in the X/Y directions. When " +"separate structures are closer together than this value, the structures " +"merge into one." msgstr "支撑结构间在 X/Y 方向的最大距离。当分离结构之间的距离小于此值时,这些结构将合并为一体。" #: fdmprinter.def.json @@ -4016,7 +4683,9 @@ msgstr "支撑水平扩展" #: fdmprinter.def.json msgctxt "support_offset description" -msgid "Amount of offset applied to all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support." +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." msgstr "应用到每一层所有支撑多边形的偏移量。 正值可以让支撑区域更平滑,并产生更为牢固的支撑。" #: fdmprinter.def.json @@ -4026,7 +4695,9 @@ msgstr "支撑填充层厚度" #: fdmprinter.def.json msgctxt "support_infill_sparse_thickness description" -msgid "The thickness per layer of support infill material. This value should always be a multiple of the layer height and is otherwise rounded." +msgid "" +"The thickness per layer of support infill material. This value should always " +"be a multiple of the layer height and is otherwise rounded." msgstr "支撑填充材料每层的厚度。 该值应始终为层高的乘数,否则应进行舍入。" #: fdmprinter.def.json @@ -4036,7 +4707,10 @@ msgstr "渐进支撑填充步阶" #: fdmprinter.def.json msgctxt "gradual_support_infill_steps description" -msgid "Number of times to reduce the support infill density by half when getting further below top surfaces. Areas which are closer to top surfaces get a higher density, up to the Support Infill Density." +msgid "" +"Number of times to reduce the support infill density by half when getting " +"further below top surfaces. Areas which are closer to top surfaces get a " +"higher density, up to the Support Infill Density." msgstr "在进入顶层以下时,将支撑填充密度减少一半的次数。 越靠近顶面的区域密度越高,最高达到支撑填充密度。" #: fdmprinter.def.json @@ -4046,7 +4720,9 @@ msgstr "渐进支撑填充步阶高度" #: fdmprinter.def.json msgctxt "gradual_support_infill_step_height description" -msgid "The height of support infill of a given density before switching to half the density." +msgid "" +"The height of support infill of a given density before switching to half the " +"density." msgstr "在切换至密度的一半前指定密度的支撑填充高度。" #: fdmprinter.def.json @@ -4056,7 +4732,9 @@ msgstr "最小支撑面积" #: fdmprinter.def.json msgctxt "minimum_support_area description" -msgid "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated." +msgid "" +"Minimum area size for support polygons. Polygons which have an area smaller " +"than this value will not be generated." msgstr "支撑多边形的最小面积。将不会生成面积小于此值的多边形。" #: fdmprinter.def.json @@ -4066,7 +4744,10 @@ msgstr "启用支撑接触面" #: fdmprinter.def.json msgctxt "support_interface_enable description" -msgid "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model." +msgid "" +"Generate a dense interface between the model and the support. This will " +"create a skin at the top of the support on which the model is printed and at " +"the bottom of the support, where it rests on the model." msgstr "在模型和支撑之间生成一个密集的接触面。 这会在打印模型所在的支撑顶部和模型停放的支撑底部创建一个皮肤。" #: fdmprinter.def.json @@ -4076,7 +4757,9 @@ msgstr "启用支撑顶板" #: fdmprinter.def.json msgctxt "support_roof_enable description" -msgid "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the top of support and the model. " +"This will create a skin between the model and support." msgstr "在支撑顶部和模型之间生成一个密集的材料板。 这会在模型和支撑之间形成一个皮肤。" #: fdmprinter.def.json @@ -4086,7 +4769,9 @@ msgstr "启用支撑底板" #: fdmprinter.def.json msgctxt "support_bottom_enable description" -msgid "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support." +msgid "" +"Generate a dense slab of material between the bottom of the support and the " +"model. This will create a skin between the model and support." msgstr "在支撑底部和模型之间生成一个密集的材料板。 这会在模型和支撑之间形成一个皮肤。" #: fdmprinter.def.json @@ -4096,7 +4781,9 @@ msgstr "支撑接触面厚度" #: fdmprinter.def.json msgctxt "support_interface_height description" -msgid "The thickness of the interface of the support where it touches with the model on the bottom or the top." +msgid "" +"The thickness of the interface of the support where it touches with the " +"model on the bottom or the top." msgstr "支撑与模型在底部或顶部接触的接触面厚度。" #: fdmprinter.def.json @@ -4106,7 +4793,9 @@ msgstr "支撑顶板厚度" #: fdmprinter.def.json msgctxt "support_roof_height description" -msgid "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests." +msgid "" +"The thickness of the support roofs. This controls the amount of dense layers " +"at the top of the support on which the model rests." msgstr "支撑顶板的厚度。 这会控制模型所停放的支撑顶部密集层的数量。" #: fdmprinter.def.json @@ -4116,7 +4805,9 @@ msgstr "支撑底板厚度" #: fdmprinter.def.json msgctxt "support_bottom_height description" -msgid "The thickness of the support floors. This controls the number of dense layers that are printed on top of places of a model on which support rests." +msgid "" +"The thickness of the support floors. This controls the number of dense " +"layers that are printed on top of places of a model on which support rests." msgstr "支撑底板的厚度。 这会控制支撑所停放的模型顶部区域所打印的密集层数量。" #: fdmprinter.def.json @@ -4126,7 +4817,11 @@ msgstr "支撑接触面分辨率" #: fdmprinter.def.json msgctxt "support_interface_skip_height description" -msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface." +msgid "" +"When checking where there's model above and below the support, take steps of " +"the given height. Lower values will slice slower, while higher values may " +"cause normal support to be printed in some places where there should have " +"been support interface." msgstr "在检查支撑上方或下方是否有模型时,采用指定高度的步阶。 值越低切片速度越慢,而较高的值会导致在部分应有支撑接触面的位置打印一般的支撑。" #: fdmprinter.def.json @@ -4136,7 +4831,10 @@ msgstr "支撑接触面密度" #: fdmprinter.def.json msgctxt "support_interface_density description" -msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"Adjusts the density of the roofs and floors of the support structure. A " +"higher value results in better overhangs, but the supports are harder to " +"remove." msgstr "调整支撑结构顶板和底板的密度。 较高的值会实现更好的悬垂,但支撑将更加难以移除。" #: fdmprinter.def.json @@ -4146,7 +4844,9 @@ msgstr "支撑顶板密度" #: fdmprinter.def.json msgctxt "support_roof_density description" -msgid "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove." +msgid "" +"The density of the roofs of the support structure. A higher value results in " +"better overhangs, but the supports are harder to remove." msgstr "支撑结构顶板的密度。 较高的值会实现更好的悬垂,但支撑将更加难以移除。" #: fdmprinter.def.json @@ -4156,7 +4856,9 @@ msgstr "支撑顶板走线距离" #: fdmprinter.def.json msgctxt "support_roof_line_distance description" -msgid "Distance between the printed support roof lines. This setting is calculated by the Support Roof Density, but can be adjusted separately." +msgid "" +"Distance between the printed support roof lines. This setting is calculated " +"by the Support Roof Density, but can be adjusted separately." msgstr "已打印支撑顶板走线之间的距离。 该设置是通过支撑顶板密度计算,但可以单独调整。" #: fdmprinter.def.json @@ -4166,7 +4868,9 @@ msgstr "支撑底板密度" #: fdmprinter.def.json msgctxt "support_bottom_density description" -msgid "The density of the floors of the support structure. A higher value results in better adhesion of the support on top of the model." +msgid "" +"The density of the floors of the support structure. A higher value results " +"in better adhesion of the support on top of the model." msgstr "支撑结构底板的密度。 较高的值会在模型顶部产生更好的支撑粘着。" #: fdmprinter.def.json @@ -4176,7 +4880,9 @@ msgstr "支撑底板走线距离" #: fdmprinter.def.json msgctxt "support_bottom_line_distance description" -msgid "Distance between the printed support floor lines. This setting is calculated by the Support Floor Density, but can be adjusted separately." +msgid "" +"Distance between the printed support floor lines. This setting is calculated " +"by the Support Floor Density, but can be adjusted separately." msgstr "已打印支撑底板走线之间的距离。 该设置是通过支撑底板密度计算,但可以单独调整。" #: fdmprinter.def.json @@ -4186,7 +4892,9 @@ msgstr "支撑接触面图案" #: fdmprinter.def.json msgctxt "support_interface_pattern description" -msgid "The pattern with which the interface of the support with the model is printed." +msgid "" +"The pattern with which the interface of the support with the model is " +"printed." msgstr "支撑与模型之间接触面的打印图案。" #: fdmprinter.def.json @@ -4291,7 +4999,9 @@ msgstr "最小支撑接触面面积" #: fdmprinter.def.json msgctxt "minimum_interface_area description" -msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for support interface polygons. Polygons which have an " +"area smaller than this value will be printed as normal support." msgstr "支撑接触面多边形的最小面积。面积小于此值的多边形将打印为一般支撑。" #: fdmprinter.def.json @@ -4301,7 +5011,9 @@ msgstr "最小支撑顶板面积" #: fdmprinter.def.json msgctxt "minimum_roof_area description" -msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the roofs of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "支撑顶板的最小面积。面积小于此值的多边形将打印为一般支撑。" #: fdmprinter.def.json @@ -4311,7 +5023,9 @@ msgstr "最小支撑底板面积" #: fdmprinter.def.json msgctxt "minimum_bottom_area description" -msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support." +msgid "" +"Minimum area size for the floors of the support. Polygons which have an area " +"smaller than this value will be printed as normal support." msgstr "支撑底板的最小面积。面积小于此值的多边形将打印为一般支撑。" #: fdmprinter.def.json @@ -4351,7 +5065,13 @@ msgstr "支撑接触面走线方向" #: fdmprinter.def.json msgctxt "support_interface_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." msgstr "要使用的整数走线方向列表。列表中的元素随层的进度依次使用,当达到列表末尾时将从头开始。列表项以逗号分隔,整个列表包含在方括号中。“默认“为一个空列表,即意味着使用默认角度(如果接触面很厚或为 90 度,则在 45 度和 135 度之间交替)。" #: fdmprinter.def.json @@ -4361,7 +5081,13 @@ msgstr "支撑顶板走线方向" #: fdmprinter.def.json msgctxt "support_roof_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." msgstr "要使用的整数走线方向列表。列表中的元素随层的进度依次使用,当达到列表末尾时将从头开始。列表项以逗号分隔,整个列表包含在方括号中。“默认“为一个空列表,即意味着使用默认角度(如果接触面很厚或为 90 度,则在 45 度和 135 度之间交替)。" #: fdmprinter.def.json @@ -4371,7 +5097,13 @@ msgstr "支撑底板走线方向" #: fdmprinter.def.json msgctxt "support_bottom_angles description" -msgid "A list of integer line directions to use. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the default angles (alternates between 45 and 135 degrees if interfaces are quite thick or 90 degrees)." +msgid "" +"A list of integer line directions to use. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the default angles (alternates between 45 and 135 degrees if " +"interfaces are quite thick or 90 degrees)." msgstr "要使用的整数走线方向列表。列表中的元素随层的进度依次使用,当达到列表末尾时将从头开始。列表项以逗号分隔,整个列表包含在方括号中。“默认“为一个空列表,即意味着使用默认角度(如果接触面很厚或为 90 度,则在 45 度和 135 度之间交替)。" #: fdmprinter.def.json @@ -4381,7 +5113,9 @@ msgstr "风扇速度覆盖" #: fdmprinter.def.json msgctxt "support_fan_enable description" -msgid "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support." +msgid "" +"When enabled, the print cooling fan speed is altered for the skin regions " +"immediately above the support." msgstr "启用时,会为支撑正上方的表面区域更改打印冷却风扇速度。" #: fdmprinter.def.json @@ -4391,7 +5125,9 @@ msgstr "支撑的表面风扇速度" #: fdmprinter.def.json msgctxt "support_supported_skin_fan_speed description" -msgid "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove." +msgid "" +"Percentage fan speed to use when printing the skin regions immediately above " +"the support. Using a high fan speed can make the support easier to remove." msgstr "打印支撑正上方表面区域时使用的风扇百分比速度。使用高风扇速度可能使支撑更容易移除。" #: fdmprinter.def.json @@ -4401,7 +5137,10 @@ msgstr "使用塔" #: fdmprinter.def.json msgctxt "support_use_towers description" -msgid "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof." +msgid "" +"Use specialized towers to support tiny overhang areas. These towers have a " +"larger diameter than the region they support. Near the overhang the towers' " +"diameter decreases, forming a roof." msgstr "使用专门的塔来支撑较小的悬垂区域。 这些塔的直径比它们所支撑的区域要大。 在靠近悬垂物时,塔的直径减小,形成顶板。" #: fdmprinter.def.json @@ -4421,7 +5160,9 @@ msgstr "最大塔支撑直径" #: fdmprinter.def.json msgctxt "support_tower_maximum_supported_diameter description" -msgid "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower." +msgid "" +"Maximum diameter in the X/Y directions of a small area which is to be " +"supported by a specialized support tower." msgstr "将由专门的支撑塔支撑的小区域 X/Y 轴方向的最大直径。" #: fdmprinter.def.json @@ -4431,7 +5172,9 @@ msgstr "塔顶板角度" #: fdmprinter.def.json msgctxt "support_tower_roof_angle description" -msgid "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs." +msgid "" +"The angle of a rooftop of a tower. A higher value results in pointed tower " +"roofs, a lower value results in flattened tower roofs." msgstr "塔顶角度。 该值越高,塔顶越尖,值越低,塔顶越平。" #: fdmprinter.def.json @@ -4441,7 +5184,9 @@ msgstr "下拉式支撑网格" #: fdmprinter.def.json msgctxt "support_mesh_drop_down description" -msgid "Make support everywhere below the support mesh, so that there's no overhang in the support mesh." +msgid "" +"Make support everywhere below the support mesh, so that there's no overhang " +"in the support mesh." msgstr "在支撑网格下方的所有位置进行支撑,让支撑网格中没有悬垂。" #: fdmprinter.def.json @@ -4451,7 +5196,9 @@ msgstr "场景具有支撑网格" #: fdmprinter.def.json msgctxt "support_meshes_present description" -msgid "There are support meshes present in the scene. This setting is controlled by Cura." +msgid "" +"There are support meshes present in the scene. This setting is controlled by " +"Cura." msgstr "场景中存在支撑网格。此设置受 Cura 控制。" #: fdmprinter.def.json @@ -4471,7 +5218,11 @@ msgstr "启用装填光点" #: fdmprinter.def.json msgctxt "prime_blob_enable description" -msgid "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time." +msgid "" +"Whether to prime the filament with a blob before printing. Turning this " +"setting on will ensure that the extruder will have material ready at the " +"nozzle before printing. Printing Brim or Skirt can act like priming too, in " +"which case turning this setting off saves some time." msgstr "打印前是否装填有光点的耗材。 开启此设置将确保打印前挤出机的喷嘴处已准备好材料。 打印 Brim 或 Skirt 也可作为装填用途,这种情况下关闭此设置可以节省时间。" #: fdmprinter.def.json @@ -4481,7 +5232,9 @@ msgstr "挤出机 X 轴坐标" #: fdmprinter.def.json msgctxt "extruder_prime_pos_x description" -msgid "The X coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The X coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "打印开始时,喷头在 X 轴上初始位置。" #: fdmprinter.def.json @@ -4491,7 +5244,9 @@ msgstr "挤出机 Y 轴起始位置" #: fdmprinter.def.json msgctxt "extruder_prime_pos_y description" -msgid "The Y coordinate of the position where the nozzle primes at the start of printing." +msgid "" +"The Y coordinate of the position where the nozzle primes at the start of " +"printing." msgstr "打印开始时,喷头在 Y 轴坐标上初始位置。" #: fdmprinter.def.json @@ -4501,7 +5256,12 @@ msgstr "打印平台附着类型" #: fdmprinter.def.json msgctxt "adhesion_type description" -msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." +msgid "" +"Different options that help to improve both priming your extrusion and " +"adhesion to the build plate. Brim adds a single layer flat area around the " +"base of your model to prevent warping. Raft adds a thick grid with a roof " +"below the model. Skirt is a line printed around the model, but not connected " +"to the model." msgstr "帮助改善挤出装填以及与打印平台附着的不同选项。 Brim 会在模型基座周围添加单层平面区域,以防止卷翘。 Raft 会在模型下添加一个有顶板的厚网格。 Skirt 是在模型四周打印的一条线,但并不与模型连接。" #: fdmprinter.def.json @@ -4531,48 +5291,58 @@ msgstr "打印平台附着挤出机" #: fdmprinter.def.json msgctxt "adhesion_extruder_nr description" -msgid "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion." +msgid "" +"The extruder train to use for printing the skirt/brim/raft. This is used in " +"multi-extrusion." msgstr "用于打印 skirt/brim/raft 的挤出机组。 用于多重挤出。" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr label" msgid "Skirt/Brim Extruder" -msgstr "" +msgstr "Skirt/Brim 挤出器" #: fdmprinter.def.json msgctxt "skirt_brim_extruder_nr description" -msgid "The extruder train to use for printing the skirt or brim. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the skirt or brim. This is used in " +"multi-extrusion." +msgstr "用于打印 Skirt 或 Brim 的挤出机组。用于多重挤出。" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr label" msgid "Raft Base Extruder" -msgstr "" +msgstr "Raft 底层挤出器" #: fdmprinter.def.json msgctxt "raft_base_extruder_nr description" -msgid "The extruder train to use for printing the first layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the first layer of the raft. This is " +"used in multi-extrusion." +msgstr "用于打印 Raft 第一层的挤出器组。用于多重挤出。" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr label" msgid "Raft Middle Extruder" -msgstr "" +msgstr "Raft 中间挤出器" #: fdmprinter.def.json msgctxt "raft_interface_extruder_nr description" -msgid "The extruder train to use for printing the middle layer of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the middle layer of the raft. This is " +"used in multi-extrusion." +msgstr "用于打印 Raft 中间层的挤出器组。用于多重挤出。" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr label" msgid "Raft Top Extruder" -msgstr "" +msgstr "Raft 顶层挤出器" #: fdmprinter.def.json msgctxt "raft_surface_extruder_nr description" -msgid "The extruder train to use for printing the top layer(s) of the raft. This is used in multi-extrusion." -msgstr "" +msgid "" +"The extruder train to use for printing the top layer(s) of the raft. This is " +"used in multi-extrusion." +msgstr "用于打印 Raft 顶层的挤出器组。用于多重挤出。" #: fdmprinter.def.json msgctxt "skirt_line_count label" @@ -4581,7 +5351,9 @@ msgstr "Skirt 走线计数" #: fdmprinter.def.json msgctxt "skirt_line_count description" -msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt." +msgid "" +"Multiple skirt lines help to prime your extrusion better for small models. " +"Setting this to 0 will disable the skirt." msgstr "多个 Skirt 走线帮助为小型模型更好地装填您的挤出部分。 将其设为 0 将禁用 skirt。" #: fdmprinter.def.json @@ -4593,10 +5365,9 @@ msgstr "Skirt 距离" msgctxt "skirt_gap description" msgid "" "The horizontal distance between the skirt and the first layer of the print.\n" -"This is the minimum distance. Multiple skirt lines will extend outwards from this distance." -msgstr "" -"skirt 和打印第一层之间的水平距离。\n" -"这是最小距离。多个 skirt 走线将从此距离向外延伸。" +"This is the minimum distance. Multiple skirt lines will extend outwards from " +"this distance." +msgstr "skirt 和打印第一层之间的水平距离。\n这是最小距离。多个 skirt 走线将从此距离向外延伸。" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length label" @@ -4605,7 +5376,11 @@ msgstr "Skirt/Brim 最小长度" #: fdmprinter.def.json msgctxt "skirt_brim_minimal_length description" -msgid "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored." +msgid "" +"The minimum length of the skirt or brim. If this length is not reached by " +"all skirt or brim lines together, more skirt or brim lines will be added " +"until the minimum length is reached. Note: If the line count is set to 0 " +"this is ignored." msgstr "skirt 或 brim 的最小长度。 如果所有 skirt 或 brim 走线之和都没有达到此长度,则将添加更多 skirt 或 brim 走线直至达到最小长度。 注意: 如果走线计数设为 0,则将忽略此选项。" #: fdmprinter.def.json @@ -4615,7 +5390,10 @@ msgstr "Brim 宽度" #: fdmprinter.def.json msgctxt "brim_width description" -msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The distance from the model to the outermost brim line. A larger brim " +"enhances adhesion to the build plate, but also reduces the effective print " +"area." msgstr "模型到最外侧 brim 线的距离。 较大的 brim 可增强与打印平台的附着,但也会减少有效打印区域。" #: fdmprinter.def.json @@ -4625,7 +5403,9 @@ msgstr "Brim 走线计数" #: fdmprinter.def.json msgctxt "brim_line_count description" -msgid "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area." +msgid "" +"The number of lines used for a brim. More brim lines enhance adhesion to the " +"build plate, but also reduces the effective print area." msgstr "brim 所用走线数量。 更多 brim 走线可增强与打印平台的附着,但也会减少有效打印区域。" #: fdmprinter.def.json @@ -4635,7 +5415,10 @@ msgstr "边沿距离" #: fdmprinter.def.json msgctxt "brim_gap description" -msgid "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits." +msgid "" +"The horizontal distance between the first brim line and the outline of the " +"first layer of the print. A small gap can make the brim easier to remove " +"while still providing the thermal benefits." msgstr "第一条边沿线与打印件第一层轮廓之间的水平距离。较小的间隙可使边沿更容易去除,同时在散热方面仍有优势。" #: fdmprinter.def.json @@ -4645,7 +5428,10 @@ msgstr "Brim 替换支撑" #: fdmprinter.def.json msgctxt "brim_replaces_support description" -msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions." +msgid "" +"Enforce brim to be printed around the model even if that space would " +"otherwise be occupied by support. This replaces some regions of the first " +"layer of support by brim regions." msgstr "强制围绕模型打印 Brim,即使该空间本该由支撑占据。此操作会将第一层的某些支撑区域替换为 Brim 区域。" #: fdmprinter.def.json @@ -4655,7 +5441,10 @@ msgstr "仅在外部打印 Brim" #: fdmprinter.def.json msgctxt "brim_outside_only description" -msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much." +msgid "" +"Only print the brim on the outside of the model. This reduces the amount of " +"brim you need to remove afterwards, while it doesn't reduce the bed adhesion " +"that much." msgstr "仅在模型外部打印 brim。 这会减少您之后需要移除的 brim 量,而不会过度影响热床附着。" #: fdmprinter.def.json @@ -4665,7 +5454,10 @@ msgstr "Raft 留白" #: fdmprinter.def.json msgctxt "raft_margin description" -msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print." +msgid "" +"If the raft is enabled, this is the extra raft area around the model which " +"is also given a raft. Increasing this margin will create a stronger raft " +"while using more material and leaving less area for your print." msgstr "如果启用了 raft,则这是指也被提供了 raft 的模型周围的额外 raft 区域。 增加此留白将创建强度更大的 raft,但会使用更多材料,为打印品留下的空间更少。" #: fdmprinter.def.json @@ -4675,7 +5467,11 @@ msgstr "Raft 平滑度" #: fdmprinter.def.json msgctxt "raft_smoothing description" -msgid "This setting controls how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle." +msgid "" +"This setting controls how much inner corners in the raft outline are " +"rounded. Inward corners are rounded to a semi circle with a radius equal to " +"the value given here. This setting also removes holes in the raft outline " +"which are smaller than such a circle." msgstr "该设置控制 Raft 轮廓中的内角呈圆形的程度。内向角被设置为半圆形,半径等于此处的值。此设置还会移除 raft 轮廓中小于此半圆形的孔。" #: fdmprinter.def.json @@ -4685,7 +5481,10 @@ msgstr "Raft 空隙" #: fdmprinter.def.json msgctxt "raft_airgap description" -msgid "The gap between the final raft layer and the first layer of the model. Only the first layer is raised by this amount to lower the bonding between the raft layer and the model. Makes it easier to peel off the raft." +msgid "" +"The gap between the final raft layer and the first layer of the model. Only " +"the first layer is raised by this amount to lower the bonding between the " +"raft layer and the model. Makes it easier to peel off the raft." msgstr "模型最后的 raft 层与第一层之间的间隙。 只有第一层被提高了这个量,以便降低 raft 层和模型之间的附着。 让 raft 更容易剥离。" #: fdmprinter.def.json @@ -4695,7 +5494,10 @@ msgstr "起始层 Z 重叠" #: fdmprinter.def.json msgctxt "layer_0_z_overlap description" -msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount." +msgid "" +"Make the first and second layer of the model overlap in the Z direction to " +"compensate for the filament lost in the airgap. All models above the first " +"model layer will be shifted down by this amount." msgstr "使模型的第一层和第二层在 Z 方向上重叠以补偿在空隙中损失的耗材。 第一个模型层上方的所有模型将向下移动此重叠量。" #: fdmprinter.def.json @@ -4705,7 +5507,10 @@ msgstr "Raft 顶层" #: fdmprinter.def.json msgctxt "raft_surface_layers description" -msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1." +msgid "" +"The number of top layers on top of the 2nd raft layer. These are fully " +"filled layers that the model sits on. 2 layers result in a smoother top " +"surface than 1." msgstr "第 2 个 raft 层上方的顶层数量。 这些是模型所在的完全填充层。 第二层会产生比第一层更平滑的顶部表面。" #: fdmprinter.def.json @@ -4725,7 +5530,9 @@ msgstr "Raft 顶线宽度" #: fdmprinter.def.json msgctxt "raft_surface_line_width description" -msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth." +msgid "" +"Width of the lines in the top surface of the raft. These can be thin lines " +"so that the top of the raft becomes smooth." msgstr "Raft 顶部表面的走线宽度。 这些走线可以是细线,以便实现平滑的 Raft 顶部。" #: fdmprinter.def.json @@ -4735,18 +5542,23 @@ msgstr "Raft 顶部间距" #: fdmprinter.def.json msgctxt "raft_surface_line_spacing description" -msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid." +msgid "" +"The distance between the raft lines for the top raft layers. The spacing " +"should be equal to the line width, so that the surface is solid." msgstr "顶部 Raft 层的 Raft 走线之间的距离。 间距应等于走线宽度,以便打造坚固表面。" #: fdmprinter.def.json msgctxt "raft_interface_layers label" msgid "Raft Middle Layers" -msgstr "" +msgstr "Raft 中间层" #: fdmprinter.def.json msgctxt "raft_interface_layers description" -msgid "The number of layers between the base and the surface of the raft. These comprise the main thickness of the raft. Increasing this creates a thicker, sturdier raft." -msgstr "" +msgid "" +"The number of layers between the base and the surface of the raft. These " +"comprise the main thickness of the raft. Increasing this creates a thicker, " +"sturdier raft." +msgstr "Raft 的底层和表面之间的层数。这些层组成了 Raft 的主要厚度。增加此值会创建一个更厚、更坚固的 Raft。" #: fdmprinter.def.json msgctxt "raft_interface_thickness label" @@ -4765,7 +5577,9 @@ msgstr "Raft 中间线宽度" #: fdmprinter.def.json msgctxt "raft_interface_line_width description" -msgid "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate." +msgid "" +"Width of the lines in the middle raft layer. Making the second layer extrude " +"more causes the lines to stick to the build plate." msgstr "中间 Raft 层的走线宽度。 让第二层挤出更多会导致走线粘着在打印平台上。" #: fdmprinter.def.json @@ -4775,7 +5589,10 @@ msgstr "Raft 中间间距" #: fdmprinter.def.json msgctxt "raft_interface_line_spacing description" -msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers." +msgid "" +"The distance between the raft lines for the middle raft layer. The spacing " +"of the middle should be quite wide, while being dense enough to support the " +"top raft layers." msgstr "中间 Raft 层的 Raft 走线之间的距离。 中间的间距应足够宽,同时也要足够密集,以便支撑顶部 Raft 层。" #: fdmprinter.def.json @@ -4785,7 +5602,9 @@ msgstr "Raft 基础厚度" #: fdmprinter.def.json msgctxt "raft_base_thickness description" -msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate." +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer build plate." msgstr "基础 Raft 层的层厚度。 该层应为与打印机打印平台牢固粘着的厚层。" #: fdmprinter.def.json @@ -4795,7 +5614,9 @@ msgstr "Raft 基础走线宽度" #: fdmprinter.def.json msgctxt "raft_base_line_width description" -msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion." +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in build plate adhesion." msgstr "基础 Raft 层的走线宽度。 这些走线应该是粗线,以便协助打印平台附着。" #: fdmprinter.def.json @@ -4805,7 +5626,9 @@ msgstr "Raft 基础走线间距" #: fdmprinter.def.json msgctxt "raft_base_line_spacing description" -msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate." +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." msgstr "基础 Raft 层的 Raft 走线之间的距离。 宽间距方便将 Raft 从打印平台移除。" #: fdmprinter.def.json @@ -4825,7 +5648,10 @@ msgstr "Raft 顶部打印速度" #: fdmprinter.def.json msgctxt "raft_surface_speed description" -msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines." +msgid "" +"The speed at which the top raft layers are printed. These should be printed " +"a bit slower, so that the nozzle can slowly smooth out adjacent surface " +"lines." msgstr "打印顶部 Raft 层的速度。 这些层应以较慢的速度打印,以便喷嘴缓慢地整平临近的表面走线。" #: fdmprinter.def.json @@ -4835,7 +5661,10 @@ msgstr "Raft 中间打印速度" #: fdmprinter.def.json msgctxt "raft_interface_speed description" -msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the middle raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "打印中间 Raft 层的速度。 该层应以很慢的速度打印,因为喷嘴所出的材料量非常高。" #: fdmprinter.def.json @@ -4845,7 +5674,10 @@ msgstr "Raft 基础打印速度" #: fdmprinter.def.json msgctxt "raft_base_speed description" -msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high." +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the volume of material coming out of the nozzle is quite " +"high." msgstr "打印基础 Raft 层的速度。 该层应以很慢的速度打印,因为喷嘴所出的材料量非常高。" #: fdmprinter.def.json @@ -4985,7 +5817,9 @@ msgstr "启用装填塔" #: fdmprinter.def.json msgctxt "prime_tower_enable description" -msgid "Print a tower next to the print which serves to prime the material after each nozzle switch." +msgid "" +"Print a tower next to the print which serves to prime the material after " +"each nozzle switch." msgstr "在打印品相邻处打印一个塔,用于在每个喷嘴切换后装填材料。" #: fdmprinter.def.json @@ -5005,7 +5839,9 @@ msgstr "装填塔最小体积" #: fdmprinter.def.json msgctxt "prime_tower_min_volume description" -msgid "The minimum volume for each layer of the prime tower in order to purge enough material." +msgid "" +"The minimum volume for each layer of the prime tower in order to purge " +"enough material." msgstr "为了清除足够的材料,装填塔每层的最小体积。" #: fdmprinter.def.json @@ -5035,7 +5871,9 @@ msgstr "擦拭装填塔上的不活动喷嘴" #: fdmprinter.def.json msgctxt "prime_tower_wipe_enabled description" -msgid "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower." +msgid "" +"After printing the prime tower with one nozzle, wipe the oozed material from " +"the other nozzle off on the prime tower." msgstr "在用一个喷嘴打印装填塔后,从装填塔上的另一个喷嘴擦去渗出的材料。" #: fdmprinter.def.json @@ -5045,7 +5883,9 @@ msgstr "装填塔 Brim" #: fdmprinter.def.json msgctxt "prime_tower_brim_enable description" -msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type." +msgid "" +"Prime-towers might need the extra adhesion afforded by a brim even if the " +"model doesn't. Presently can't be used with the 'Raft' adhesion-type." msgstr "装填塔可能需要 Brim 提供额外附着力,无论模型是否需要。目前不可与 'Raft' 附着类型配合使用。" #: fdmprinter.def.json @@ -5055,7 +5895,10 @@ msgstr "启用渗出罩" #: fdmprinter.def.json msgctxt "ooze_shield_enabled description" -msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle." +msgid "" +"Enable exterior ooze shield. This will create a shell around the model which " +"is likely to wipe a second nozzle if it's at the same height as the first " +"nozzle." msgstr "启用外部渗出罩。 这将在模型周围创建一个外壳,如果与第一个喷嘴处于相同的高度,则可能会擦拭第二个喷嘴。" #: fdmprinter.def.json @@ -5065,7 +5908,10 @@ msgstr "渗出罩角度" #: fdmprinter.def.json msgctxt "ooze_shield_angle description" -msgid "The maximum angle a part in the ooze shield will have. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller angle leads to less failed ooze shields, but more material." +msgid "" +"The maximum angle a part in the ooze shield will have. With 0 degrees being " +"vertical, and 90 degrees being horizontal. A smaller angle leads to less " +"failed ooze shields, but more material." msgstr "渗出罩中的一个部件将具备的最大角度。 角度 0 度时为垂直,角度 90 度时为水平。 较小的角度会降低渗出罩失效次数,但会耗费更多材料。" #: fdmprinter.def.json @@ -5085,7 +5931,10 @@ msgstr "喷嘴切换回抽距离" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_amount description" -msgid "The amount of retraction when switching extruders. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone." +msgid "" +"The amount of retraction when switching extruders. Set to 0 for no " +"retraction at all. This should generally be the same as the length of the " +"heat zone." msgstr "切换挤出机时的回抽量。设为 0,不进行任何回抽。该值通常应与加热区的长度相同。" #: fdmprinter.def.json @@ -5095,7 +5944,9 @@ msgstr "喷嘴切换回抽速度" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speeds description" -msgid "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding." +msgid "" +"The speed at which the filament is retracted. A higher retraction speed " +"works better, but a very high retraction speed can lead to filament grinding." msgstr "回抽耗材的速度。 较高的回抽速度效果较好,但回抽速度过高可能导致耗材磨损。" #: fdmprinter.def.json @@ -5105,7 +5956,8 @@ msgstr "喷嘴切换回抽速度" #: fdmprinter.def.json msgctxt "switch_extruder_retraction_speed description" -msgid "The speed at which the filament is retracted during a nozzle switch retract." +msgid "" +"The speed at which the filament is retracted during a nozzle switch retract." msgstr "喷嘴切换回抽期间耗材回抽的速度。" #: fdmprinter.def.json @@ -5115,7 +5967,9 @@ msgstr "喷嘴切换装填速度" #: fdmprinter.def.json msgctxt "switch_extruder_prime_speed description" -msgid "The speed at which the filament is pushed back after a nozzle switch retraction." +msgid "" +"The speed at which the filament is pushed back after a nozzle switch " +"retraction." msgstr "喷嘴切换回抽后耗材被推回的速度。" #: fdmprinter.def.json @@ -5145,7 +5999,10 @@ msgstr "联合覆盖体积" #: fdmprinter.def.json msgctxt "meshfix_union_all description" -msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear." +msgid "" +"Ignore the internal geometry arising from overlapping volumes within a mesh " +"and print the volumes as one. This may cause unintended internal cavities to " +"disappear." msgstr "忽略由网格内的重叠体积产生的内部几何,并将多个部分作为一个打印。 这可能会导致意外的内部孔洞消失。" #: fdmprinter.def.json @@ -5155,7 +6012,10 @@ msgstr "移除所有孔洞" #: fdmprinter.def.json msgctxt "meshfix_union_all_remove_holes description" -msgid "Remove the holes in each layer and keep only the outside shape. This will ignore any invisible internal geometry. However, it also ignores layer holes which can be viewed from above or below." +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." msgstr "移除每层的孔洞,仅保留外部形状。 这会忽略任何不可见的内部几何。 但是,也会忽略可从上方或下方看到的层孔洞。" #: fdmprinter.def.json @@ -5165,7 +6025,10 @@ msgstr "广泛缝合" #: fdmprinter.def.json msgctxt "meshfix_extensive_stitching description" -msgid "Extensive stitching tries to stitch up open holes in the mesh by closing the hole with touching polygons. This option can introduce a lot of processing time." +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." msgstr "广泛缝合尝试通过接触多边形来闭合孔洞,以此缝合网格中的开孔。 此选项可能会产生大量的处理时间。" #: fdmprinter.def.json @@ -5175,7 +6038,11 @@ msgstr "保留断开连接的面" #: fdmprinter.def.json msgctxt "meshfix_keep_open_polygons description" -msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper g-code." +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when " +"everything else fails to produce proper g-code." msgstr "一般情况下,Cura 会尝试缝合网格中的小孔,并移除层中有大孔的部分。启用此选项将保留那些无法缝合的部分。当其他所有方法都无法产生正确的 G-code 时,最后才应考虑该选项。" #: fdmprinter.def.json @@ -5185,7 +6052,9 @@ msgstr "合并网格重叠" #: fdmprinter.def.json msgctxt "multiple_mesh_overlap description" -msgid "Make meshes which are touching each other overlap a bit. This makes them bond together better." +msgid "" +"Make meshes which are touching each other overlap a bit. This makes them " +"bond together better." msgstr "让彼此接触的网格略微重叠。 这会让它们更好地粘合在一起。" #: fdmprinter.def.json @@ -5195,7 +6064,9 @@ msgstr "移除网格交叉" #: fdmprinter.def.json msgctxt "carve_multiple_volumes description" -msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other." +msgid "" +"Remove areas where multiple meshes are overlapping with each other. This may " +"be used if merged dual material objects overlap with each other." msgstr "移除多个网格互相重叠的区域。 如果合并的双材料模型彼此重叠,此选项可能适用。" #: fdmprinter.def.json @@ -5205,7 +6076,11 @@ msgstr "交替网格移除" #: fdmprinter.def.json msgctxt "alternate_carve_order description" -msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes." +msgid "" +"Switch to which mesh intersecting volumes will belong with every layer, so " +"that the overlapping meshes become interwoven. Turning this setting off will " +"cause one of the meshes to obtain all of the volume in the overlap, while it " +"is removed from the other meshes." msgstr "切换为与每个层相交的网格相交体积,以便重叠的网格交织在一起。 关闭此设置将使其中一个网格获得重叠中的所有体积,同时将其从其他网格中移除。" #: fdmprinter.def.json @@ -5215,7 +6090,10 @@ msgstr "移除空白第一层" #: fdmprinter.def.json msgctxt "remove_empty_first_layers description" -msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle." +msgid "" +"Remove empty layers beneath the first printed layer if they are present. " +"Disabling this setting can cause empty first layers if the Slicing Tolerance " +"setting is set to Exclusive or Middle." msgstr "移除第一个打印层下方的空白层(如果存在)。如果“切片公差”设置被设为“独占”或“中间”,禁用此设置可能导致空白第一层。" #: fdmprinter.def.json @@ -5225,7 +6103,11 @@ msgstr "最大分辨率" #: fdmprinter.def.json msgctxt "meshfix_maximum_resolution description" -msgid "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway." +msgid "" +"The minimum size of a line segment after slicing. If you increase this, the " +"mesh will have a lower resolution. This may allow the printer to keep up " +"with the speed it has to process g-code and will increase slice speed by " +"removing details of the mesh that it can't process anyway." msgstr "走线部分在切片后的最小尺寸。如果提高此值,网格的分辨率将降低。这可让打印机保持处理 g-code 所需的速度,并将通过移除无法处理的网格细节提高切片速度。" #: fdmprinter.def.json @@ -5235,7 +6117,11 @@ msgstr "空走的最大分辨率" #: fdmprinter.def.json msgctxt "meshfix_maximum_travel_resolution description" -msgid "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate." +msgid "" +"The minimum size of a travel line segment after slicing. If you increase " +"this, the travel moves will have less smooth corners. This may allow the " +"printer to keep up with the speed it has to process g-code, but it may cause " +"model avoidance to become less accurate." msgstr "切片后的旅行线路段的最小尺寸。如果你增加了这个,旅行的移动就会变得不那么平滑了。这可能使打印机能够跟上它处理g代码的速度,但是它可能导致模型的避免变得不那么准确。" #: fdmprinter.def.json @@ -5245,18 +6131,32 @@ msgstr "最大偏移量" #: fdmprinter.def.json msgctxt "meshfix_maximum_deviation description" -msgid "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true." +msgid "" +"The maximum deviation allowed when reducing the resolution for the Maximum " +"Resolution setting. If you increase this, the print will be less accurate, " +"but the g-code will be smaller. Maximum Deviation is a limit for Maximum " +"Resolution, so if the two conflict the Maximum Deviation will always be held " +"true." msgstr "降低“最大分辨率”设置的分辨率时允许的最大偏移量。如果增加该值,打印作业的准确性将降低,但 g-code 将减小。“最大偏移量”是“最大分辨率”的限制,因此如果两者冲突,则“最大偏移量”将始终保持有效。" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation label" msgid "Maximum Extrusion Area Deviation" -msgstr "" +msgstr "最大挤出面积偏移量" #: fdmprinter.def.json msgctxt "meshfix_maximum_extrusion_area_deviation description" -msgid "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller." -msgstr "" +msgid "" +"The maximum extrusion area deviation allowed when removing intermediate " +"points from a straight line. An intermediate point may serve as width-" +"changing point in a long straight line. Therefore, if it is removed, it will " +"cause the line to have a uniform width and, as a result, lose (or gain) a " +"bit of extrusion area. If you increase this you may notice slight under- (or " +"over-) extrusion in between straight parallel walls, as more intermediate " +"width-changing points will be allowed to be removed. Your print will be less " +"accurate, but the g-code will be smaller." +msgstr "从直线中移除中间点时允许的最大挤出面积偏移量。在长直线中,中间点可以用作宽度变化点。因此,如果移除该点,这会使得线条具有均匀的宽度,进而导致失去(或增加)一点挤出面积。如果增加此值,您可能会注意到平行直壁之间的挤出不足(或过多),因为将允许移除更多的中间宽度变化点。打印作业的准确性将降低,但 g-code" +" 将减小。" #: fdmprinter.def.json msgctxt "blackmagic label" @@ -5275,7 +6175,12 @@ msgstr "打印序列" #: fdmprinter.def.json msgctxt "print_sequence description" -msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes." +msgid "" +"Whether to print all models one layer at a time or to wait for one model to " +"finish, before moving on to the next. One at a time mode is possible if a) " +"only one extruder is enabled and b) all models are separated in such a way " +"that the whole print head can move in between and all models are lower than " +"the distance between the nozzle and the X/Y axes." msgstr "是要一次一层地打印所有模型,还是要等待打印完一个模型后再继续打印下一个。如果 a) 仅启用了一个挤出器,并且 b) 分离所有模型的方式使得整个打印头可在这些模型间移动,并且所有模型都低于喷嘴与 X/Y 轴之间的距离,则可使用排队打印模式。" #: fdmprinter.def.json @@ -5295,7 +6200,10 @@ msgstr "填充网格" #: fdmprinter.def.json msgctxt "infill_mesh description" -msgid "Use this mesh to modify the infill of other meshes with which it overlaps. Replaces infill regions of other meshes with regions for this mesh. It's suggested to only print one Wall and no Top/Bottom Skin for this mesh." +msgid "" +"Use this mesh to modify the infill of other meshes with which it overlaps. " +"Replaces infill regions of other meshes with regions for this mesh. It's " +"suggested to only print one Wall and no Top/Bottom Skin for this mesh." msgstr "使用此网格修改与其重叠的其他网格的填充物。 利用此网格的区域替换其他网格的填充区域。 建议仅为此网格打印一个壁,而不打印顶部/底部皮肤。" #: fdmprinter.def.json @@ -5305,7 +6213,12 @@ msgstr "网格处理等级" #: fdmprinter.def.json msgctxt "infill_mesh_order description" -msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the highest rank. An infill mesh with a higher rank will modify the infill of infill meshes with lower rank and normal meshes." +msgid "" +"Determines the priority of this mesh when considering multiple overlapping " +"infill meshes. Areas where multiple infill meshes overlap will take on the " +"settings of the mesh with the highest rank. An infill mesh with a higher " +"rank will modify the infill of infill meshes with lower rank and normal " +"meshes." msgstr "在考虑多个重叠的填充网格时确定此网格的优先级。其中有多个填充网格重叠的区域将采用等级最高的网格的设置。具有较高等级的填充网格将修改具有较低等级的填充网格和普通网格的填充。" #: fdmprinter.def.json @@ -5315,7 +6228,10 @@ msgstr "切割网格" #: fdmprinter.def.json msgctxt "cutting_mesh description" -msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." +msgid "" +"Limit the volume of this mesh to within other meshes. You can use this to " +"make certain areas of one mesh print with different settings and with a " +"whole different extruder." msgstr "将此网格的体积限制在其他网格内。 您可以使用它来制作采用不同的设置以及完全不同的挤出机的网格打印的特定区域。" #: fdmprinter.def.json @@ -5325,7 +6241,9 @@ msgstr "模具" #: fdmprinter.def.json msgctxt "mold_enabled description" -msgid "Print models as a mold, which can be cast in order to get a model which resembles the models on the build plate." +msgid "" +"Print models as a mold, which can be cast in order to get a model which " +"resembles the models on the build plate." msgstr "将模型作为模具打印,可进行铸造,以便获取与打印平台上的模型类似的模型。" #: fdmprinter.def.json @@ -5335,7 +6253,9 @@ msgstr "最小模具宽度" #: fdmprinter.def.json msgctxt "mold_width description" -msgid "The minimal distance between the outside of the mold and the outside of the model." +msgid "" +"The minimal distance between the outside of the mold and the outside of the " +"model." msgstr "模具外侧与模型外侧之间的最短距离。" #: fdmprinter.def.json @@ -5355,7 +6275,10 @@ msgstr "模具角度" #: fdmprinter.def.json msgctxt "mold_angle description" -msgid "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model." +msgid "" +"The angle of overhang of the outer walls created for the mold. 0° will make " +"the outer shell of the mold vertical, while 90° will make the outside of the " +"model follow the contour of the model." msgstr "为模具创建的外壁的悬垂角度。 0° 将使模具的外壳垂直,而 90° 将使模型的外部遵循模型的轮廓。" #: fdmprinter.def.json @@ -5365,7 +6288,9 @@ msgstr "支撑网格" #: fdmprinter.def.json msgctxt "support_mesh description" -msgid "Use this mesh to specify support areas. This can be used to generate support structure." +msgid "" +"Use this mesh to specify support areas. This can be used to generate support " +"structure." msgstr "使用此网格指定支撑区域。 可用于生成支撑结构。" #: fdmprinter.def.json @@ -5375,7 +6300,9 @@ msgstr "防悬网格" #: fdmprinter.def.json msgctxt "anti_overhang_mesh description" -msgid "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure." +msgid "" +"Use this mesh to specify where no part of the model should be detected as " +"overhang. This can be used to remove unwanted support structure." msgstr "使用此网格指定模型的任何部分不应被检测为悬垂的区域。 可用于移除不需要的支撑结构。" #: fdmprinter.def.json @@ -5385,7 +6312,12 @@ msgstr "表面模式" #: fdmprinter.def.json msgctxt "magic_mesh_surface_mode description" -msgid "Treat the model as a surface only, a volume, or volumes with loose surfaces. The normal print mode only prints enclosed volumes. \"Surface\" prints a single wall tracing the mesh surface with no infill and no top/bottom skin. \"Both\" prints enclosed volumes like normal and any remaining polygons as surfaces." +msgid "" +"Treat the model as a surface only, a volume, or volumes with loose surfaces. " +"The normal print mode only prints enclosed volumes. \"Surface\" prints a " +"single wall tracing the mesh surface with no infill and no top/bottom skin. " +"\"Both\" prints enclosed volumes like normal and any remaining polygons as " +"surfaces." msgstr "将模型作为仅表面、一个空间或多个具有松散表面的空间处理。 正常打印模式仅打印封闭的空间。 “表面”打印跟踪网格表面的单个壁,没有填充物,也没有顶部/底部皮肤。 \"两者都\"将封闭空间正常打印,并将任何剩余多边形作为表面打印。" #: fdmprinter.def.json @@ -5410,7 +6342,11 @@ msgstr "螺旋打印外轮廓" #: fdmprinter.def.json msgctxt "magic_spiralize description" -msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part." +msgid "" +"Spiralize smooths out the Z move of the outer edge. This will create a " +"steady Z increase over the whole print. This feature turns a solid model " +"into a single walled print with a solid bottom. This feature should only be " +"enabled when each layer only contains a single part." msgstr "螺旋打印实现外部边缘的平滑 Z 移动。 这会在整个打印上建立一个稳定的 Z 增量。 该功能会将一个实心模型转变为具有实体底部的单壁打印。 只有在当每一层仅包含一个部分时才应启用此功能。" #: fdmprinter.def.json @@ -5420,7 +6356,10 @@ msgstr "平滑螺旋轮廓" #: fdmprinter.def.json msgctxt "smooth_spiralized_contours description" -msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details." +msgid "" +"Smooth the spiralized contours to reduce the visibility of the Z seam (the Z " +"seam should be barely visible on the print but will still be visible in the " +"layer view). Note that smoothing will tend to blur fine surface details." msgstr "平滑螺旋轮廓以减少 Z 缝的可见性(Z 缝于打印品上几乎不可见,但在层视图中仍然可见)。注意:平滑操作将模糊精细的表面细节。" #: fdmprinter.def.json @@ -5430,7 +6369,13 @@ msgstr "相对挤出" #: fdmprinter.def.json msgctxt "relative_extrusion description" -msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the g-code. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any g-code script is output." +msgid "" +"Use relative extrusion rather than absolute extrusion. Using relative E-" +"steps makes for easier post-processing of the g-code. However, it's not " +"supported by all printers and it may produce very slight deviations in the " +"amount of deposited material compared to absolute E-steps. Irrespective of " +"this setting, the extrusion mode will always be set to absolute before any g-" +"code script is output." msgstr "使用相对挤出而不是绝对挤出。使用相对 E 步阶,以便对 G-code 进行更轻松的后期处理。但是,并非所有打印机均支持此功能,而且与绝对 E 步阶相比,此功能在沉积材料量上会产生非常轻微的偏差。不论是否启用此设置,挤出模式将始终在设置为绝对挤出后才输出任何 G-code 脚本。" #: fdmprinter.def.json @@ -5450,7 +6395,14 @@ msgstr "切片公差" #: fdmprinter.def.json msgctxt "slicing_tolerance description" -msgid "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface." +msgid "" +"Vertical tolerance in the sliced layers. The contours of a layer are " +"normally generated by taking cross sections through the middle of each " +"layer's thickness (Middle). Alternatively each layer can have the areas " +"which fall inside of the volume throughout the entire thickness of the layer " +"(Exclusive) or a layer has the areas which fall inside anywhere within the " +"layer (Inclusive). Inclusive retains the most details, Exclusive makes for " +"the best fit and Middle stays closest to the original surface." msgstr "切片层的垂直公差。一般通过穿过每层厚度的中间截取横截面而产生该层的轮廓(中间)。此外,每层均可有一些区域,这些区域落入体积内部并遍布该层的整个厚度(排除),或层具有一些区域,这些区域落入该层内的任意位置(包含)。“包含”保留最多的细节,“排除”有利于最佳贴合,而“中间”保持最接近原始表面。" #: fdmprinter.def.json @@ -5510,7 +6462,10 @@ msgstr "单调顶部表面顺序" #: fdmprinter.def.json msgctxt "roofing_monotonic description" -msgid "Print top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent." +msgid "" +"Print top surface lines in an ordering that causes them to always overlap " +"with adjacent lines in a single direction. This takes slightly more time to " +"print, but makes flat surfaces look more consistent." msgstr "按照一定的顺序打印顶部表面走线,使它们始终在一个方向上与相邻的走线重叠。这需要更长一些的打印时间,但会使平面看起来更一致。" #: fdmprinter.def.json @@ -5520,7 +6475,13 @@ msgstr "顶部表面皮肤走线方向" #: fdmprinter.def.json msgctxt "roofing_angles description" -msgid "A list of integer line directions to use when the top surface skin layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)." +msgid "" +"A list of integer line directions to use when the top surface skin layers " +"use the lines or zig zag pattern. Elements from the list are used " +"sequentially as the layers progress and when the end of the list is reached, " +"it starts at the beginning again. The list items are separated by commas and " +"the whole list is contained in square brackets. Default is an empty list " +"which means use the traditional default angles (45 and 135 degrees)." msgstr "当顶部表面皮肤层采用线条或锯齿状图案时使用的整数走线方向的列表。 列表中的元素随层的进度依次使用,当达到列表末尾时,它将从头开始。 列表项以逗号分隔,整个列表包含在方括号中。 默认是一个空列表,即意味着使用传统的默认角度(45 和 135 度)。" #: fdmprinter.def.json @@ -5530,7 +6491,12 @@ msgstr "填充物空驶优化" #: fdmprinter.def.json msgctxt "infill_enable_travel_optimization description" -msgid "When enabled, the order in which the infill lines are printed is optimized to reduce the distance travelled. The reduction in travel time achieved very much depends on the model being sliced, infill pattern, density, etc. Note that, for some models that have many small areas of infill, the time to slice the model may be greatly increased." +msgid "" +"When enabled, the order in which the infill lines are printed is optimized " +"to reduce the distance travelled. The reduction in travel time achieved very " +"much depends on the model being sliced, infill pattern, density, etc. Note " +"that, for some models that have many small areas of infill, the time to " +"slice the model may be greatly increased." msgstr "启用后,可优化打印填充走线的顺序,缩短空驶距离。空驶时间的缩短很大程度上取决于被切割的模型、填充图案、密度等。请注意,对于具有许多小填充区域的一些模型,分割模型的时间可能会大幅增加。" #: fdmprinter.def.json @@ -5540,7 +6506,9 @@ msgstr "自动温度" #: fdmprinter.def.json msgctxt "material_flow_dependent_temperature description" -msgid "Change the temperature for each layer automatically with the average flow speed of that layer." +msgid "" +"Change the temperature for each layer automatically with the average flow " +"speed of that layer." msgstr "根据每一层的平均流速自动更改每层的温度。" #: fdmprinter.def.json @@ -5550,7 +6518,9 @@ msgstr "流量温度图" #: fdmprinter.def.json msgctxt "material_flow_temp_graph description" -msgid "Data linking material flow (in mm3 per second) to temperature (degrees Celsius)." +msgid "" +"Data linking material flow (in mm3 per second) to temperature (degrees " +"Celsius)." msgstr "数据连接材料流量(mm3/s)到温度(摄氏度)。" #: fdmprinter.def.json @@ -5560,7 +6530,11 @@ msgstr "最小多边形周长" #: fdmprinter.def.json msgctxt "minimum_polygon_circumference description" -msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." +msgid "" +"Polygons in sliced layers that have a circumference smaller than this amount " +"will be filtered out. Lower values lead to higher resolution mesh at the " +"cost of slicing time. It is meant mostly for high resolution SLA printers " +"and very tiny 3D models with a lot of details." msgstr "切片层中周长小于此数值的多边形将被滤除。以切片时间为代价,较低的值可实现较高分辨率的网格。它主要用于高分辨率 SLA 打印机和包含大量细节的极小 3D 模型。" #: fdmprinter.def.json @@ -5570,7 +6544,9 @@ msgstr "将支撑结构分拆成块状" #: fdmprinter.def.json msgctxt "support_skip_some_zags description" -msgid "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern." +msgid "" +"Skip some support line connections to make the support structure easier to " +"break away. This setting is applicable to the Zig Zag support infill pattern." msgstr "跳过部分支撑线连接,让支撑结构更容易脱离。 此设置适用于锯齿形支撑结构填充图案。" #: fdmprinter.def.json @@ -5580,7 +6556,9 @@ msgstr "支撑块大小" #: fdmprinter.def.json msgctxt "support_skip_zag_per_mm description" -msgid "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away." +msgid "" +"Leave out a connection between support lines once every N millimeter to make " +"the support structure easier to break away." msgstr "每隔 N 毫米在支撑线之间略去一个连接,让支撑结构更容易脱离。" #: fdmprinter.def.json @@ -5590,7 +6568,9 @@ msgstr "支撑块走线数" #: fdmprinter.def.json msgctxt "support_zag_skip_count description" -msgid "Skip one in every N connection lines to make the support structure easier to break away." +msgid "" +"Skip one in every N connection lines to make the support structure easier to " +"break away." msgstr "每隔 N 个连接线跳过一个连接,让支撑结构更容易脱离。" #: fdmprinter.def.json @@ -5600,7 +6580,9 @@ msgstr "启用防风罩" #: fdmprinter.def.json msgctxt "draft_shield_enabled description" -msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." +msgid "" +"This will create a wall around the model, which traps (hot) air and shields " +"against exterior airflow. Especially useful for materials which warp easily." msgstr "这将在模型周围创建一个壁,该壁会吸住(热)空气并遮住外部气流。 对于容易卷曲的材料尤为有用。" #: fdmprinter.def.json @@ -5620,7 +6602,9 @@ msgstr "防风罩限制" #: fdmprinter.def.json msgctxt "draft_shield_height_limitation description" -msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height." +msgid "" +"Set the height of the draft shield. Choose to print the draft shield at the " +"full height of the model or at a limited height." msgstr "设置防风罩的高度。 选择在模型的完整高度或有限高度处打印防风罩。" #: fdmprinter.def.json @@ -5640,7 +6624,9 @@ msgstr "防风罩高度" #: fdmprinter.def.json msgctxt "draft_shield_height description" -msgid "Height limitation of the draft shield. Above this height no draft shield will be printed." +msgid "" +"Height limitation of the draft shield. Above this height no draft shield " +"will be printed." msgstr "防风罩的高度限制。 在此高度以上不会打印任何防风罩。" #: fdmprinter.def.json @@ -5650,7 +6636,10 @@ msgstr "使悬垂可打印" #: fdmprinter.def.json msgctxt "conical_overhang_enabled description" -msgid "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical." +msgid "" +"Change the geometry of the printed model such that minimal support is " +"required. Steep overhangs will become shallow overhangs. Overhanging areas " +"will drop down to become more vertical." msgstr "更改打印模型的几何,以最大程度减少需要的支撑。 陡峭的悬垂物将变浅。 悬垂区域将下降变得更垂直。" #: fdmprinter.def.json @@ -5660,7 +6649,10 @@ msgstr "最大模型角度" #: fdmprinter.def.json msgctxt "conical_overhang_angle description" -msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." +msgid "" +"The maximum angle of overhangs after the they have been made printable. At a " +"value of 0° all overhangs are replaced by a piece of model connected to the " +"build plate, 90° will not change the model in any way." msgstr "在悬垂变得可打印后悬垂的最大角度。 当该值为 0° 时,所有悬垂将被与打印平台连接的模型的一个部分替代,如果为 90° 时,不会以任何方式更改模型。" #: fdmprinter.def.json @@ -5670,7 +6662,10 @@ msgstr "最大悬垂孔面积" #: fdmprinter.def.json msgctxt "conical_overhang_hole_size description" -msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." +msgid "" +"The maximum area of a hole in the base of the model before it's removed by " +"Make Overhang Printable. Holes smaller than this will be retained. A value " +"of 0 mm² will fill all holes in the models base." msgstr "在“使悬垂对象可打印”将其删除之前,模型底部的孔的最大面积。小于此面积的孔将会保留。值 0 mm² 将填充模型底部的所有孔。" #: fdmprinter.def.json @@ -5680,7 +6675,10 @@ msgstr "启用滑行" #: fdmprinter.def.json msgctxt "coasting_enable description" -msgid "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing." +msgid "" +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to print the last piece of the extrusion path in " +"order to reduce stringing." msgstr "滑行会用一个空驶路径替代挤出路径的最后部分。 渗出材料用于打印挤出路径的最后部分,以便减少串接。" #: fdmprinter.def.json @@ -5690,7 +6688,9 @@ msgstr "滑行体积" #: fdmprinter.def.json msgctxt "coasting_volume description" -msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed." +msgid "" +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "该体积如不进行滑行则会渗出。 该值一般应接近喷嘴立方直径。" #: fdmprinter.def.json @@ -5700,7 +6700,11 @@ msgstr "滑行前最小体积" #: fdmprinter.def.json msgctxt "coasting_min_volume description" -msgid "The smallest volume an extrusion path should have before allowing coasting. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume." +msgid "" +"The smallest volume an extrusion path should have before allowing coasting. " +"For smaller extrusion paths, less pressure has been built up in the bowden " +"tube and so the coasted volume is scaled linearly. This value should always " +"be larger than the Coasting Volume." msgstr "挤出路径在可以进行滑行前应拥有的最小体积。 对于较小的挤出路径,鲍登管内累积的压力较少,因此滑行空间采用线性扩展。 该值应始终大于滑行空间。" #: fdmprinter.def.json @@ -5710,7 +6714,10 @@ msgstr "滑行速度" #: fdmprinter.def.json msgctxt "coasting_speed description" -msgid "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops." +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move the pressure in the bowden tube drops." msgstr "滑行期间的移动速度,相对于挤出路径的速度。 建议采用略低于 100% 的值,因为在滑行移动期间鲍登管中的压力会下降。" #: fdmprinter.def.json @@ -5720,7 +6727,9 @@ msgstr "交叉 3D 气槽大小" #: fdmprinter.def.json msgctxt "cross_infill_pocket_size description" -msgid "The size of pockets at four-way crossings in the cross 3D pattern at heights where the pattern is touching itself." +msgid "" +"The size of pockets at four-way crossings in the cross 3D pattern at heights " +"where the pattern is touching itself." msgstr "交叉 3D 图案的四向交叉处的气槽大小,高度为图案与自身接触的位置。" #: fdmprinter.def.json @@ -5730,7 +6739,9 @@ msgstr "交叉加密图像密度" #: fdmprinter.def.json msgctxt "cross_infill_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the infill of the print." msgstr "在打印的填充中,亮度值决定了相应位置的最小密度的图像的文件位置。" #: fdmprinter.def.json @@ -5740,7 +6751,9 @@ msgstr "交叉填充密度图象" #: fdmprinter.def.json msgctxt "cross_support_density_image description" -msgid "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support." +msgid "" +"The file location of an image of which the brightness values determine the " +"minimal density at the corresponding location in the support." msgstr "一个图像的文件位置,在这个图像中,亮度值决定了在支持中相应位置的最小密度。" #: fdmprinter.def.json @@ -5760,7 +6773,11 @@ msgstr "锥形支撑角度" #: fdmprinter.def.json msgctxt "support_conical_angle description" -msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." msgstr "锥形支撑的倾斜角度。 角度 0 度时为垂直,角度 90 度时为水平。 较小的角度会让支撑更为牢固,但需要更多材料。 负角会让支撑底座比顶部宽。" #: fdmprinter.def.json @@ -5770,7 +6787,9 @@ msgstr "锥形支撑最小宽度" #: fdmprinter.def.json msgctxt "support_conical_min_width description" -msgid "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures." +msgid "" +"Minimum width to which the base of the conical support area is reduced. " +"Small widths can lead to unstable support structures." msgstr "锥形支撑区域底部被缩小至的最小宽度。 宽度较小可导致不稳定的支撑结构。" #: fdmprinter.def.json @@ -5780,7 +6799,9 @@ msgstr "模糊皮肤" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_enabled description" -msgid "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look." +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." msgstr "在打印外墙时随机抖动,使表面具有粗糙和模糊的外观。" #: fdmprinter.def.json @@ -5800,7 +6821,9 @@ msgstr "模糊皮肤厚度" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_thickness description" -msgid "The width within which to jitter. It's advised to keep this below the outer wall width, since the inner walls are unaltered." +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." msgstr "在其中进行抖动的宽度。 建议让此值低于外壁宽度,因为内壁不会更改。" #: fdmprinter.def.json @@ -5810,7 +6833,10 @@ msgstr "模糊皮肤密度" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_density description" -msgid "The average density of points introduced on each polygon in a layer. Note that the original points of the polygon are discarded, so a low density results in a reduction of the resolution." +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." msgstr "在一层中的每个多边形上引入的点的平均密度。 注意,多边形的原始点被舍弃,因此低密度导致分辨率降低。" #: fdmprinter.def.json @@ -5820,7 +6846,11 @@ msgstr "模糊皮肤点距离" #: fdmprinter.def.json msgctxt "magic_fuzzy_skin_point_dist description" -msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness." +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." msgstr "在每个走线部分引入的随机点之间的平均距离。 注意,多边形的原始点被舍弃,因此高平滑度导致分辨率降低。 该值必须大于模糊皮肤厚度的一半。" #: fdmprinter.def.json @@ -5830,7 +6860,9 @@ msgstr "流量补偿最大挤出偏移值" #: fdmprinter.def.json msgctxt "flow_rate_max_extrusion_offset description" -msgid "The maximum distance in mm to move the filament to compensate for changes in flow rate." +msgid "" +"The maximum distance in mm to move the filament to compensate for changes in " +"flow rate." msgstr "移动线材以补偿流量变化的最大距离(以毫米为单位)。" #: fdmprinter.def.json @@ -5840,7 +6872,10 @@ msgstr "流量补偿因子" #: fdmprinter.def.json msgctxt "flow_rate_extrusion_offset_factor description" -msgid "How far to move the filament in order to compensate for changes in flow rate, as a percentage of how far the filament would move in one second of extrusion." +msgid "" +"How far to move the filament in order to compensate for changes in flow " +"rate, as a percentage of how far the filament would move in one second of " +"extrusion." msgstr "为补偿流量变化而将线材移动的距离,在挤出一秒钟的情况下占线材移动距离的百分比。" #: fdmprinter.def.json @@ -5850,7 +6885,11 @@ msgstr "单线打印(以下简称 WP)" #: fdmprinter.def.json msgctxt "wireframe_enabled description" -msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines." +msgid "" +"Print only the outside surface with a sparse webbed structure, printing 'in " +"thin air'. This is realized by horizontally printing the contours of the " +"model at given Z intervals which are connected via upward and diagonally " +"downward lines." msgstr "只打印一个具有稀疏网状结构的外表面,在“稀薄的空气中”打印。 这是通过在给定的 Z 间隔水平打印模型的轮廓来实现的,这些间隔通过上行线和下行斜线连接。" #: fdmprinter.def.json @@ -5860,7 +6899,10 @@ msgstr "WP 连接高度" #: fdmprinter.def.json msgctxt "wireframe_height description" -msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing." +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." msgstr "两个水平部分之间上行线和下行斜线的高度。 这决定网结构的整体密度。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5870,7 +6912,9 @@ msgstr "WP 顶板嵌入距离" #: fdmprinter.def.json msgctxt "wireframe_roof_inset description" -msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." msgstr "在从顶板轮廓向内进行连接时所覆盖的距离。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5880,7 +6924,9 @@ msgstr "WP 速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed description" -msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing." +msgid "" +"Speed at which the nozzle moves when extruding material. Only applies to " +"Wire Printing." msgstr "挤出材料时喷嘴移动的速度。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5890,7 +6936,9 @@ msgstr "WP 底部打印速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_bottom description" -msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing." +msgid "" +"Speed of printing the first layer, which is the only layer touching the " +"build platform. Only applies to Wire Printing." msgstr "打印第一层的速度,该层是唯一接触打印平台的层。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5900,7 +6948,8 @@ msgstr "WP 上升打印速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_up description" -msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." +msgid "" +"Speed of printing a line upward 'in thin air'. Only applies to Wire Printing." msgstr "“在稀薄空气中”向上打印走线的速度。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5910,7 +6959,8 @@ msgstr "WP 下降打印速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_down description" -msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing." +msgid "" +"Speed of printing a line diagonally downward. Only applies to Wire Printing." msgstr "打印下行斜线的速度。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5920,7 +6970,9 @@ msgstr "WP 水平打印速度" #: fdmprinter.def.json msgctxt "wireframe_printspeed_flat description" -msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing." +msgid "" +"Speed of printing the horizontal contours of the model. Only applies to Wire " +"Printing." msgstr "打印模型水平轮廓的速度。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5930,7 +6982,9 @@ msgstr "WP 打印流量" #: fdmprinter.def.json msgctxt "wireframe_flow description" -msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." +msgid "" +"Flow compensation: the amount of material extruded is multiplied by this " +"value. Only applies to Wire Printing." msgstr "流量补偿:挤出的材料量乘以此值。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5950,7 +7004,8 @@ msgstr "WP 平面流量" #: fdmprinter.def.json msgctxt "wireframe_flow_flat description" -msgid "Flow compensation when printing flat lines. Only applies to Wire Printing." +msgid "" +"Flow compensation when printing flat lines. Only applies to Wire Printing." msgstr "打印平面走线时的流量补偿。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5960,7 +7015,9 @@ msgstr "WP 顶部延迟" #: fdmprinter.def.json msgctxt "wireframe_top_delay description" -msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing." +msgid "" +"Delay time after an upward move, so that the upward line can harden. Only " +"applies to Wire Printing." msgstr "向上移动后的延迟时间,以便上行走线硬化。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5980,7 +7037,10 @@ msgstr "WP 平面延迟" #: fdmprinter.def.json msgctxt "wireframe_flat_delay description" -msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing." +msgid "" +"Delay time between two horizontal segments. Introducing such a delay can " +"cause better adhesion to previous layers at the connection points, while too " +"long delays cause sagging. Only applies to Wire Printing." msgstr "两个水平部分之间的延迟时间。 引入这样的延迟可以在连接点处与先前的层产生更好的附着,而太长的延迟会引起下垂。 仅应用于单线打印。" #: fdmprinter.def.json @@ -5992,10 +7052,9 @@ msgstr "WP 轻松上行" msgctxt "wireframe_up_half_speed description" msgid "" "Distance of an upward move which is extruded with half speed.\n" -"This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing." -msgstr "" -"以半速挤出的上行移动的距离。\n" -"这会与之前的层产生更好的附着,而不会将这些层中的材料过度加热。 仅应用于单线打印。" +"This can cause better adhesion to previous layers, while not heating the " +"material in those layers too much. Only applies to Wire Printing." +msgstr "以半速挤出的上行移动的距离。\n这会与之前的层产生更好的附着,而不会将这些层中的材料过度加热。 仅应用于单线打印。" #: fdmprinter.def.json msgctxt "wireframe_top_jump label" @@ -6004,7 +7063,10 @@ msgstr "WP 纽结大小" #: fdmprinter.def.json msgctxt "wireframe_top_jump description" -msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing." +msgid "" +"Creates a small knot at the top of an upward line, so that the consecutive " +"horizontal layer has a better chance to connect to it. Only applies to Wire " +"Printing." msgstr "在上行走线的顶部创建一个小纽结,使连续的水平层有更好的机会与其连接。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6014,7 +7076,9 @@ msgstr "WP 倒塌" #: fdmprinter.def.json msgctxt "wireframe_fall_down description" -msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material falls down after an upward extrusion. This " +"distance is compensated for. Only applies to Wire Printing." msgstr "材料在向上挤出后倒塌的距离。 将对此距离进行补偿。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6024,7 +7088,10 @@ msgstr "WP 拖行" #: fdmprinter.def.json msgctxt "wireframe_drag_along description" -msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"Distance with which the material of an upward extrusion is dragged along " +"with the diagonally downward extrusion. This distance is compensated for. " +"Only applies to Wire Printing." msgstr "向上挤出材料与斜向下挤出一起拖动的距离。 将对此距离进行补偿。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6034,7 +7101,14 @@ msgstr "WP 使用策略" #: fdmprinter.def.json msgctxt "wireframe_strategy description" -msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted." +msgid "" +"Strategy for making sure two consecutive layers connect at each connection " +"point. Retraction lets the upward lines harden in the right position, but " +"may cause filament grinding. A knot can be made at the end of an upward line " +"to heighten the chance of connecting to it and to let the line cool; " +"however, it may require slow printing speeds. Another strategy is to " +"compensate for the sagging of the top of an upward line; however, the lines " +"won't always fall down as predicted." msgstr "用于确定两个连续层在每个连接点连接的策略。 回抽可让上行走线在正确的位置硬化,但可能导致耗材磨损。 可以在上行走线的尾端进行打结以便提高与其连接的几率,并让走线冷却;但这会需要较慢的打印速度。 另一种策略是补偿上行走线顶部的下垂;然而,线条不会总是如预期的那样下降。" #: fdmprinter.def.json @@ -6059,7 +7133,10 @@ msgstr "WP 拉直下行走线" #: fdmprinter.def.json msgctxt "wireframe_straight_before_down description" -msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing." +msgid "" +"Percentage of a diagonally downward line which is covered by a horizontal " +"line piece. This can prevent sagging of the top most point of upward lines. " +"Only applies to Wire Printing." msgstr "水平走线部分所覆盖的斜下行走线的百分比。 这可以防止上行线最顶端点下垂。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6069,7 +7146,10 @@ msgstr "WP 顶板倒塌" #: fdmprinter.def.json msgctxt "wireframe_roof_fall_down description" -msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance which horizontal roof lines printed 'in thin air' fall down " +"when being printed. This distance is compensated for. Only applies to Wire " +"Printing." msgstr "打印时,在“稀薄空气中”打印的水平顶板走线倒塌的距离。 将对此距离进行补偿。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6079,7 +7159,10 @@ msgstr "WP 顶板拖行" #: fdmprinter.def.json msgctxt "wireframe_roof_drag_along description" -msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing." +msgid "" +"The distance of the end piece of an inward line which gets dragged along " +"when going back to the outer outline of the roof. This distance is " +"compensated for. Only applies to Wire Printing." msgstr "向内线的端部在返回至顶板外部轮廓时被拖行的距离。 将对此距离进行补偿。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6089,7 +7172,9 @@ msgstr "WP 顶板外部延迟" #: fdmprinter.def.json msgctxt "wireframe_roof_outer_delay description" -msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing." +msgid "" +"Time spent at the outer perimeters of hole which is to become a roof. Longer " +"times can ensure a better connection. Only applies to Wire Printing." msgstr "在成为顶板的孔的外围花费的时间。 较长的时间可确保更好的连接。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6099,7 +7184,11 @@ msgstr "WP 喷嘴间隙" #: fdmprinter.def.json msgctxt "wireframe_nozzle_clearance description" -msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing." +msgid "" +"Distance between the nozzle and horizontally downward lines. Larger " +"clearance results in diagonally downward lines with a less steep angle, " +"which in turn results in less upward connections with the next layer. Only " +"applies to Wire Printing." msgstr "喷嘴和水平下行线之间的距离。 较大的间隙会让斜下行线角度较平缓,进而使第二层的上行连接较少。 仅应用于单线打印。" #: fdmprinter.def.json @@ -6109,7 +7198,9 @@ msgstr "使用自适应图层" #: fdmprinter.def.json msgctxt "adaptive_layer_height_enabled description" -msgid "Adaptive layers computes the layer heights depending on the shape of the model." +msgid "" +"Adaptive layers computes the layer heights depending on the shape of the " +"model." msgstr "自适应图层根据模型形状计算图层高度。" #: fdmprinter.def.json @@ -6129,7 +7220,9 @@ msgstr "自适应图层变化步长" #: fdmprinter.def.json msgctxt "adaptive_layer_height_variation_step description" -msgid "The difference in height of the next layer height compared to the previous one." +msgid "" +"The difference in height of the next layer height compared to the previous " +"one." msgstr "下一层与前一层的高度差。" #: fdmprinter.def.json @@ -6139,7 +7232,10 @@ msgstr "自适应图层地形尺寸" #: fdmprinter.def.json msgctxt "adaptive_layer_height_threshold description" -msgid "Target horizontal distance between two adjacent layers. Reducing this setting causes thinner layers to be used to bring the edges of the layers closer together." +msgid "" +"Target horizontal distance between two adjacent layers. Reducing this " +"setting causes thinner layers to be used to bring the edges of the layers " +"closer together." msgstr "两个相邻图层之间的目标水平距离。减小此设置的值会使要使用的图层变薄,从而使图层的边缘距离更近。" #: fdmprinter.def.json @@ -6149,7 +7245,11 @@ msgstr "悬垂壁角度" #: fdmprinter.def.json msgctxt "wall_overhang_angle description" -msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either." +msgid "" +"Walls that overhang more than this angle will be printed using overhanging " +"wall settings. When the value is 90, no walls will be treated as " +"overhanging. Overhang that gets supported by support will not be treated as " +"overhang either." msgstr "悬垂超过此角度的壁将使用悬垂壁设置打印。该值为 90 时,不会将任何壁视为悬垂。受到支撑支持的悬垂也不会被视为悬垂。" #: fdmprinter.def.json @@ -6159,7 +7259,9 @@ msgstr "悬垂壁速度" #: fdmprinter.def.json msgctxt "wall_overhang_speed_factor description" -msgid "Overhanging walls will be printed at this percentage of their normal print speed." +msgid "" +"Overhanging walls will be printed at this percentage of their normal print " +"speed." msgstr "悬垂壁将以其正常打印速度的此百分比打印。" #: fdmprinter.def.json @@ -6169,7 +7271,9 @@ msgstr "启用连桥设置" #: fdmprinter.def.json msgctxt "bridge_settings_enabled description" -msgid "Detect bridges and modify print speed, flow and fan settings while bridges are printed." +msgid "" +"Detect bridges and modify print speed, flow and fan settings while bridges " +"are printed." msgstr "在打印连桥时,检测连桥并修改打印速度、流量和风扇设置。" #: fdmprinter.def.json @@ -6179,7 +7283,10 @@ msgstr "最小桥壁长度" #: fdmprinter.def.json msgctxt "bridge_wall_min_length description" -msgid "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings." +msgid "" +"Unsupported walls shorter than this will be printed using the normal wall " +"settings. Longer unsupported walls will be printed using the bridge wall " +"settings." msgstr "将使用正常壁设置打印短于此长度且没有支撑的壁。将使用桥壁设置打印长于此长度且没有支撑的壁。" #: fdmprinter.def.json @@ -6189,7 +7296,10 @@ msgstr "连桥表面支撑阈值" #: fdmprinter.def.json msgctxt "bridge_skin_support_threshold description" -msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." +msgid "" +"If a skin region is supported for less than this percentage of its area, " +"print it using the bridge settings. Otherwise it is printed using the normal " +"skin settings." msgstr "如果受支撑的表面区域小于整个区域的这一百分比,则使用连桥设置打印。否则,使用正常表面设置打印。" #: fdmprinter.def.json @@ -6199,7 +7309,9 @@ msgstr "连桥稀疏填充物最大密度" #: fdmprinter.def.json msgctxt "bridge_sparse_infill_max_density description" -msgid "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin." +msgid "" +"Maximum density of infill considered to be sparse. Skin over sparse infill " +"is considered to be unsupported and so may be treated as a bridge skin." msgstr "填充物的最大密度被视为稀疏。稀疏填充物表面被视为不受支持,因此可被视为连桥表面。" #: fdmprinter.def.json @@ -6209,7 +7321,10 @@ msgstr "桥壁滑行" #: fdmprinter.def.json msgctxt "bridge_wall_coast description" -msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge." +msgid "" +"This controls the distance the extruder should coast immediately before a " +"bridge wall begins. Coasting before the bridge starts can reduce the " +"pressure in the nozzle and may produce a flatter bridge." msgstr "此参数用于控制挤出机在开始打印桥壁前应该滑行的距离。在开始打印连桥之前滑行,可以降低喷嘴中的压力,并保证打印出平滑的连桥。" #: fdmprinter.def.json @@ -6229,7 +7344,9 @@ msgstr "桥壁流量" #: fdmprinter.def.json msgctxt "bridge_wall_material_flow description" -msgid "When printing bridge walls, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge walls, the amount of material extruded is multiplied by " +"this value." msgstr "打印桥壁时,将挤出的材料量乘以此值。" #: fdmprinter.def.json @@ -6249,7 +7366,9 @@ msgstr "连桥表面流量" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow description" -msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value." +msgid "" +"When printing bridge skin regions, the amount of material extruded is " +"multiplied by this value." msgstr "打印连桥表面区域时,将挤出的材料量乘以此值。" #: fdmprinter.def.json @@ -6259,7 +7378,9 @@ msgstr "连桥表面密度" #: fdmprinter.def.json msgctxt "bridge_skin_density description" -msgid "The density of the bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the bridge skin layer. Values less than 100 will increase the " +"gaps between the skin lines." msgstr "连桥表面层的密度。此值若小于 100 则会增大表面线条的缝隙。" #: fdmprinter.def.json @@ -6279,7 +7400,10 @@ msgstr "连桥有多层" #: fdmprinter.def.json msgctxt "bridge_enable_more_layers description" -msgid "If enabled, the second and third layers above the air are printed using the following settings. Otherwise, those layers are printed using the normal settings." +msgid "" +"If enabled, the second and third layers above the air are printed using the " +"following settings. Otherwise, those layers are printed using the normal " +"settings." msgstr "如果启用此选项,则使用以下设置打印净空区域上方第二层和第三层。否则,将使用正常设置打印这些层。" #: fdmprinter.def.json @@ -6299,7 +7423,9 @@ msgstr "连桥第二层表面流量" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_2 description" -msgid "When printing the second bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the second bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "打印连桥第二层表面时,将挤出的材料量乘以此值。" #: fdmprinter.def.json @@ -6309,7 +7435,9 @@ msgstr "连桥第二层表面密度" #: fdmprinter.def.json msgctxt "bridge_skin_density_2 description" -msgid "The density of the second bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the second bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "连桥第二层表面的密度。此值若小于 100 则会增大表面线条的缝隙。" #: fdmprinter.def.json @@ -6339,7 +7467,9 @@ msgstr "连桥第三层表面流量" #: fdmprinter.def.json msgctxt "bridge_skin_material_flow_3 description" -msgid "When printing the third bridge skin layer, the amount of material extruded is multiplied by this value." +msgid "" +"When printing the third bridge skin layer, the amount of material extruded " +"is multiplied by this value." msgstr "打印连桥第三层表面时,将挤出的材料量乘以此值。" #: fdmprinter.def.json @@ -6349,7 +7479,9 @@ msgstr "连桥第三层表面密度" #: fdmprinter.def.json msgctxt "bridge_skin_density_3 description" -msgid "The density of the third bridge skin layer. Values less than 100 will increase the gaps between the skin lines." +msgid "" +"The density of the third bridge skin layer. Values less than 100 will " +"increase the gaps between the skin lines." msgstr "连桥第三层表面的密度。此值若小于 100 则会增大表面线条的缝隙。" #: fdmprinter.def.json @@ -6369,7 +7501,11 @@ msgstr "图层切换后擦拭喷嘴" #: fdmprinter.def.json msgctxt "clean_between_layers description" -msgid "Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working." +msgid "" +"Whether to include nozzle wipe G-Code between layers (maximum 1 per layer). " +"Enabling this setting could influence behavior of retract at layer change. " +"Please use Wipe Retraction settings to control retraction at layers where " +"the wipe script will be working." msgstr "是否包括图层切换后擦拭喷嘴的 G-Code(每层最多 1 个)。启用此设置可能会影响图层变化时的回抽。请使用“擦拭回抽”设置来控制擦拭脚本将在其中工作的图层回抽。" #: fdmprinter.def.json @@ -6379,7 +7515,11 @@ msgstr "擦拭之间的材料量" #: fdmprinter.def.json msgctxt "max_extrusion_before_wipe description" -msgid "Maximum material that can be extruded before another nozzle wipe is initiated. If this value is less than the volume of material required in a layer, the setting has no effect in this layer, i.e. it is limited to one wipe per layer." +msgid "" +"Maximum material that can be extruded before another nozzle wipe is " +"initiated. If this value is less than the volume of material required in a " +"layer, the setting has no effect in this layer, i.e. it is limited to one " +"wipe per layer." msgstr "在开始下一轮喷嘴擦拭之前可挤出的最大材料量。如果此值小于层中所需的材料量,则该设置在此层中无效,即每层仅限擦拭一次。" #: fdmprinter.def.json @@ -6399,7 +7539,8 @@ msgstr "擦拭回抽距离" #: fdmprinter.def.json msgctxt "wipe_retraction_amount description" -msgid "Amount to retract the filament so it does not ooze during the wipe sequence." +msgid "" +"Amount to retract the filament so it does not ooze during the wipe sequence." msgstr "耗材回抽量,可避免耗材在擦拭期间渗出。" #: fdmprinter.def.json @@ -6409,7 +7550,9 @@ msgstr "擦拭回抽额外装填量" #: fdmprinter.def.json msgctxt "wipe_retraction_extra_prime_amount description" -msgid "Some material can ooze away during a wipe travel moves, which can be compensated for here." +msgid "" +"Some material can ooze away during a wipe travel moves, which can be " +"compensated for here." msgstr "有些材料可能会在擦拭空驶过程中渗出,可以在这里进行补偿。" #: fdmprinter.def.json @@ -6419,7 +7562,9 @@ msgstr "擦拭回抽速度" #: fdmprinter.def.json msgctxt "wipe_retraction_speed description" -msgid "The speed at which the filament is retracted and primed during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted and primed during a wipe " +"retraction move." msgstr "擦拭回抽移动期间耗材回抽和装填的速度。" #: fdmprinter.def.json @@ -6429,7 +7574,8 @@ msgstr "擦拭回抽期间的回抽速度" #: fdmprinter.def.json msgctxt "wipe_retraction_retract_speed description" -msgid "The speed at which the filament is retracted during a wipe retraction move." +msgid "" +"The speed at which the filament is retracted during a wipe retraction move." msgstr "擦拭回抽移动期间耗材回抽的速度。" #: fdmprinter.def.json @@ -6439,7 +7585,8 @@ msgstr "擦拭回抽装填速度" #: fdmprinter.def.json msgctxt "wipe_retraction_prime_speed description" -msgid "The speed at which the filament is primed during a wipe retraction move." +msgid "" +"The speed at which the filament is primed during a wipe retraction move." msgstr "擦拭回抽移动期间耗材装填的速度。" #: fdmprinter.def.json @@ -6459,7 +7606,10 @@ msgstr "擦拭 Z 抬升" #: fdmprinter.def.json msgctxt "wipe_hop_enable description" -msgid "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate." +msgid "" +"When wiping, the build plate is lowered to create clearance between the " +"nozzle and the print. It prevents the nozzle from hitting the print during " +"travel moves, reducing the chance to knock the print from the build plate." msgstr "在擦拭时,构建板会降低以在喷嘴与打印件之间形成间隙。这样可防止喷嘴在行程中撞击打印件,降低从构建板上撞掉打印件的可能性。" #: fdmprinter.def.json @@ -6519,7 +7669,9 @@ msgstr "小孔最大尺寸" #: fdmprinter.def.json msgctxt "small_hole_max_size description" -msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed." +msgid "" +"Holes and part outlines with a diameter smaller than this will be printed " +"using Small Feature Speed." msgstr "将使用微小特征速度打印直径小于此尺寸的孔和零件轮廓。" #: fdmprinter.def.json @@ -6529,7 +7681,9 @@ msgstr "微小特征最大长度" #: fdmprinter.def.json msgctxt "small_feature_max_length description" -msgid "Feature outlines that are shorter than this length will be printed using Small Feature Speed." +msgid "" +"Feature outlines that are shorter than this length will be printed using " +"Small Feature Speed." msgstr "将使用微小特征速度打印小于此长度的特征轮廓。" #: fdmprinter.def.json @@ -6539,7 +7693,9 @@ msgstr "微小特征速度" #: fdmprinter.def.json msgctxt "small_feature_speed_factor description" -msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features will be printed at this percentage of their normal print " +"speed. Slower printing can help with adhesion and accuracy." msgstr "微小特征将按正常打印速度的百分比进行打印。缓慢打印有助于粘合和提高准确性。" #: fdmprinter.def.json @@ -6549,38 +7705,45 @@ msgstr "微小特征初始层速度" #: fdmprinter.def.json msgctxt "small_feature_speed_factor_0 description" -msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy." +msgid "" +"Small features on the first layer will be printed at this percentage of " +"their normal print speed. Slower printing can help with adhesion and " +"accuracy." msgstr "第一层的微小特征将按正常打印速度的百分比进行打印。缓慢打印有助于粘合和提高准确性。" #: fdmprinter.def.json msgctxt "material_alternate_walls label" msgid "Alternate Wall Directions" -msgstr "" +msgstr "交替壁方向" #: fdmprinter.def.json msgctxt "material_alternate_walls description" -msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing." -msgstr "" +msgid "" +"Alternate wall directions every other layer and inset. Useful for materials " +"that can build up stress, like for metal printing." +msgstr "在每一层或嵌入上交替壁方向。这适用于会产生应力的材料,例如在金属打印中。" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners label" msgid "Remove Raft Inside Corners" -msgstr "" +msgstr "移除 Raft 内侧角" #: fdmprinter.def.json msgctxt "raft_remove_inside_corners description" msgid "Remove inside corners from the raft, causing the raft to become convex." -msgstr "" +msgstr "从 Raft 上移除内侧角,这会使 Raft 变得凸出。" #: fdmprinter.def.json msgctxt "raft_base_wall_count label" msgid "Raft Base Wall Count" -msgstr "" +msgstr "Raft 底板壁数" #: fdmprinter.def.json msgctxt "raft_base_wall_count description" -msgid "The number of contours to print around the linear pattern in the base layer of the raft." -msgstr "" +msgid "" +"The number of contours to print around the linear pattern in the base layer " +"of the raft." +msgstr "在 Raft 的底板层中,围绕线型图案打印轮廓的次数。" #: fdmprinter.def.json msgctxt "command_line_settings label" @@ -6589,7 +7752,9 @@ msgstr "命令行设置" #: fdmprinter.def.json msgctxt "command_line_settings description" -msgid "Settings which are only used if CuraEngine isn't called from the Cura frontend." +msgid "" +"Settings which are only used if CuraEngine isn't called from the Cura " +"frontend." msgstr "未从 Cura 前端调用 CuraEngine 时使用的设置。" #: fdmprinter.def.json @@ -6599,7 +7764,9 @@ msgstr "中心点" #: fdmprinter.def.json msgctxt "center_object description" -msgid "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved." +msgid "" +"Whether to center the object on the middle of the build platform (0,0), " +"instead of using the coordinate system in which the object was saved." msgstr "是否将模型放置在打印平台中心 (0,0),而不是使用模型在其中保存的坐标系统。" #: fdmprinter.def.json @@ -6629,7 +7796,9 @@ msgstr "网格Z位置" #: fdmprinter.def.json msgctxt "mesh_position_z description" -msgid "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'." +msgid "" +"Offset applied to the object in the z direction. With this you can perform " +"what was used to be called 'Object Sink'." msgstr "应用在模型 z 方向上的偏移量。 利用此选项,您可以执行过去被称为“模型沉降”的操作。" #: fdmprinter.def.json @@ -6639,7 +7808,8 @@ msgstr "网格旋转矩阵" #: fdmprinter.def.json msgctxt "mesh_rotation_matrix description" -msgid "Transformation matrix to be applied to the model when loading it from file." +msgid "" +"Transformation matrix to be applied to the model when loading it from file." msgstr "在将模型从文件中载入时应用在模型上的转换矩阵。" #~ msgctxt "machine_head_with_fans_polygon description" -- cgit v1.2.3 From ba3913395cfa84ef6aba49b3787fcdfa4859f6d9 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 5 May 2022 16:42:01 +0200 Subject: Add catalog to files that weren't translating CURA-9141 --- resources/qml/Preferences/MachinesPage.qml | 3 +-- resources/qml/Preferences/Materials/MaterialsPage.qml | 2 +- resources/qml/Preferences/ProfilesPage.qml | 1 + resources/qml/Preferences/SettingVisibilityPage.qml | 2 ++ resources/qml/Widgets/Menu.qml | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/Preferences/MachinesPage.qml b/resources/qml/Preferences/MachinesPage.qml index 93a35ff9bb..9b6f5bf609 100644 --- a/resources/qml/Preferences/MachinesPage.qml +++ b/resources/qml/Preferences/MachinesPage.qml @@ -12,6 +12,7 @@ import Cura 1.0 as Cura UM.ManagementPage { id: base + Item { enabled: false; UM.I18nCatalog { id: catalog; name: "cura"} } title: catalog.i18nc("@title:tab", "Printers") detailsPlaneCaption: base.currentItem && base.currentItem.name ? base.currentItem.name : "" @@ -93,8 +94,6 @@ UM.ManagementPage maximumHeight: minimumHeight * 3 } - UM.I18nCatalog { id: catalog; name: "cura"; } - UM.ConfirmRemoveDialog { id: confirmDialog diff --git a/resources/qml/Preferences/Materials/MaterialsPage.qml b/resources/qml/Preferences/Materials/MaterialsPage.qml index 22f8091314..d677658a37 100644 --- a/resources/qml/Preferences/Materials/MaterialsPage.qml +++ b/resources/qml/Preferences/Materials/MaterialsPage.qml @@ -11,7 +11,7 @@ import Cura 1.5 as Cura UM.ManagementPage { id: base - + Item { enabled: false; UM.I18nCatalog { id: catalog; name: "cura"} } // Keep PreferencesDialog happy property var resetEnabled: false property var currentItem: null diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 2a7c50fe59..9b062a0347 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -13,6 +13,7 @@ import Cura 1.6 as Cura UM.ManagementPage { id: base + Item { enabled: false; UM.I18nCatalog { id: catalog; name: "cura"} } property var extrudersModel: CuraApplication.getExtrudersModel() property var qualityManagementModel: CuraApplication.getQualityManagementModel() diff --git a/resources/qml/Preferences/SettingVisibilityPage.qml b/resources/qml/Preferences/SettingVisibilityPage.qml index 035f121537..476ba999cf 100644 --- a/resources/qml/Preferences/SettingVisibilityPage.qml +++ b/resources/qml/Preferences/SettingVisibilityPage.qml @@ -12,6 +12,8 @@ UM.PreferencesPage { title: catalog.i18nc("@title:tab", "Setting Visibility") + Item { enabled: false; UM.I18nCatalog { id: catalog; name: "cura"} } + property QtObject settingVisibilityPresetsModel: CuraApplication.getSettingVisibilityPresetsModel() property int scrollToIndex: 0 diff --git a/resources/qml/Widgets/Menu.qml b/resources/qml/Widgets/Menu.qml index b3cdfc6967..1a64b981fa 100644 --- a/resources/qml/Widgets/Menu.qml +++ b/resources/qml/Widgets/Menu.qml @@ -12,6 +12,7 @@ import Cura 1.0 as Cura UM.Menu { id: menu + Item { enabled: false; UM.I18nCatalog { id: catalog; name: "cura"} } topPadding: UM.Theme.getSize("narrow_margin").height bottomPadding: UM.Theme.getSize("narrow_margin").height padding: 0 -- cgit v1.2.3 From 76d5f92975f612338892e29fcb4adddbb31914a0 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 5 May 2022 17:54:06 +0200 Subject: Align colors disabled settings textfield (5 min fix). CURA-9252 --- resources/qml/Settings/SettingTextField.qml | 2 +- resources/themes/cura-light/theme.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index 5b051178b1..feca1d51a1 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -60,7 +60,7 @@ SettingItem color: { if(!enabled) { - return UM.Theme.getColor("text_field") + return UM.Theme.getColor("setting_control_disabled") } switch(propertyProvider.properties.validationState) { diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 86d9766d1b..cd889acbf3 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -313,7 +313,7 @@ "setting_control_text": [35, 35, 35, 255], "setting_control_button": [102, 102, 102, 255], "setting_control_button_hover": [8, 7, 63, 255], - "setting_control_disabled": [245, 245, 245, 255], + "setting_control_disabled": "background_2", "setting_control_disabled_text": [127, 127, 127, 255], "setting_control_disabled_border": [127, 127, 127, 255], "setting_unit": [127, 127, 127, 255], @@ -364,7 +364,7 @@ "text_field": "background_1", "text_field_border": [180, 180, 180, 255], "text_field_border_hovered": "border_main", - "text_field_border_disabled": "border_main", + "text_field_border_disabled": "background_2", "text_field_text": "text_default", "text_field_text_disabled": "text_disabled", -- cgit v1.2.3 From 8aa08944f23682e8bec9dc74e534e51d3f9441f1 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 6 May 2022 13:11:49 +0200 Subject: Disable "Print Settings" fields for read-only materials --- resources/qml/MachineSettings/NumericTextFieldWithUnit.qml | 1 + resources/qml/Preferences/Materials/MaterialsView.qml | 1 + 2 files changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index b5147d63db..75fe56c8e7 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -38,6 +38,7 @@ UM.TooltipArea property alias textField: textFieldWithUnit property alias valueText: textFieldWithUnit.text + property alias enabled: textFieldWithUnit.enabled property alias editingFinishedFunction: textFieldWithUnit.editingFinishedFunction property string tooltipText: propertyProvider.properties.description ? propertyProvider.properties.description : "" diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index a172949812..16a2b1b7de 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -601,6 +601,7 @@ Item maximum: 99999 unitText: model.unit decimals: model.unit == "mm" ? 2 : 0 + enabled: base.editingEnabled editingFinishedFunction: materialPropertyProvider.setPropertyValue("value", value) } -- cgit v1.2.3 From 81c6ade4450eb4eb7ea49c932b14573b3dfb927e Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 6 May 2022 13:25:48 +0200 Subject: Fix setting values --- resources/qml/Preferences/Materials/MaterialsView.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 16a2b1b7de..d37150075b 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -603,7 +603,10 @@ Item decimals: model.unit == "mm" ? 2 : 0 enabled: base.editingEnabled - editingFinishedFunction: materialPropertyProvider.setPropertyValue("value", value) + editingFinishedFunction: function() + { + materialPropertyProvider.setPropertyValue("value", parseFloat(valueText.replace(",", "."))) + } } UM.ContainerPropertyProvider -- cgit v1.2.3 From 9847286615148866944e4bbdbdaee43d29bb534f Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 6 May 2022 19:02:13 +0200 Subject: Update newly merged 3rd party printer settings version to current one. --- resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg | 2 +- resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg | 2 +- resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg | 2 +- resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg | 2 +- resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg | 2 +- resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'resources') diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg index db35887a98..8059065638 100644 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_draft.inst.cfg @@ -4,7 +4,7 @@ name = Draft definition = elegoo_neptune_2 [metadata] -setting_version = 17 +setting_version = 20 type = quality quality_type = draft weight = -2 diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg index 9d82ff3eef..ea2ed7694e 100644 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_fine.inst.cfg @@ -4,7 +4,7 @@ name = Fine definition = elegoo_neptune_2 [metadata] -setting_version = 17 +setting_version = 20 type = quality quality_type = fine weight = 1 diff --git a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg index b1ca6f926d..c43de670d1 100644 --- a/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg +++ b/resources/quality/elegoo_neptune_2/elegoo_neptune_2_normal.inst.cfg @@ -4,7 +4,7 @@ name = Normal definition = elegoo_neptune_2 [metadata] -setting_version = 17 +setting_version = 20 type = quality quality_type = normal weight = 0 diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg index 644627c7af..16cb188d69 100644 --- a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_draft.inst.cfg @@ -4,7 +4,7 @@ name = Draft definition = elegoo_neptune_2D [metadata] -setting_version = 17 +setting_version = 20 type = quality quality_type = draft weight = -2 diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg index 86f877ea26..790cc7aced 100644 --- a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_fine.inst.cfg @@ -4,7 +4,7 @@ name = Fine definition = elegoo_neptune_2D [metadata] -setting_version = 17 +setting_version = 20 type = quality quality_type = fine weight = 1 diff --git a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg index 5852a300d7..8b09145c1b 100644 --- a/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg +++ b/resources/quality/elegoo_neptune_2D/elegoo_neptune_2D_normal.inst.cfg @@ -4,7 +4,7 @@ name = Normal definition = elegoo_neptune_2D [metadata] -setting_version = 17 +setting_version = 20 type = quality quality_type = normal weight = 0 -- cgit v1.2.3 From 06c15f08aa11c7512b190979d89a1949a40cd66a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 May 2022 11:59:00 +0200 Subject: Make buttons in account fill the whole width That makes them easier to click. The text of these buttons was going outside of the buttons themselves. That could be a problem, but it's not visible since the button has no background. Contributes to issue CURA-9143. --- resources/qml/Account/UserOperations.qml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index c8642681ae..9e5d082738 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -90,8 +90,9 @@ Column Cura.TertiaryButton { id: cloudButton - width: UM.Theme.getSize("account_button").width + width: parent.width height: UM.Theme.getSize("account_button").height + text: "Ultimaker Digital Factory" onClicked: Qt.openUrlExternally(CuraApplication.ultimakerDigitalFactoryUrl + "?utm_source=cura&utm_medium=software&utm_campaign=menu-visit-DF") fixedWidthMode: false @@ -100,8 +101,9 @@ Column Cura.TertiaryButton { id: accountButton - width: UM.Theme.getSize("account_button").width + width: parent.width height: UM.Theme.getSize("account_button").height + text: catalog.i18nc("@button", "Ultimaker Account") onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl + "?utm_source=cura&utm_medium=software&utm_campaign=menu-visit-account") fixedWidthMode: false @@ -117,7 +119,11 @@ Column Cura.TertiaryButton { id: signOutButton + width: parent.width + height: UM.Theme.getSize("account_button").height + onClicked: Cura.API.account.logout() text: catalog.i18nc("@button", "Sign Out") + fixedWidthMode: false } } -- cgit v1.2.3 From 815a0b4014af27af6906c78ec9d5162e169cfbdb Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 May 2022 11:59:00 +0200 Subject: Make buttons in account fill the whole width That makes them easier to click. The text of these buttons was going outside of the buttons themselves. That could be a problem, but it's not visible since the button has no background. Contributes to issue CURA-9143. --- resources/qml/Account/UserOperations.qml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index c8642681ae..9e5d082738 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -90,8 +90,9 @@ Column Cura.TertiaryButton { id: cloudButton - width: UM.Theme.getSize("account_button").width + width: parent.width height: UM.Theme.getSize("account_button").height + text: "Ultimaker Digital Factory" onClicked: Qt.openUrlExternally(CuraApplication.ultimakerDigitalFactoryUrl + "?utm_source=cura&utm_medium=software&utm_campaign=menu-visit-DF") fixedWidthMode: false @@ -100,8 +101,9 @@ Column Cura.TertiaryButton { id: accountButton - width: UM.Theme.getSize("account_button").width + width: parent.width height: UM.Theme.getSize("account_button").height + text: catalog.i18nc("@button", "Ultimaker Account") onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl + "?utm_source=cura&utm_medium=software&utm_campaign=menu-visit-account") fixedWidthMode: false @@ -117,7 +119,11 @@ Column Cura.TertiaryButton { id: signOutButton + width: parent.width + height: UM.Theme.getSize("account_button").height + onClicked: Cura.API.account.logout() text: catalog.i18nc("@button", "Sign Out") + fixedWidthMode: false } } -- cgit v1.2.3 From efdb21b7a18cd96fae78750de6bfca1fdc5dc954 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 May 2022 17:12:00 +0200 Subject: Don't override size of extruder icons Just let them be the default size of Cura.ExtruderIcon, which is the only correct size. It is already properly centred in the tab, too. Contributes to issue CURA-9180. --- resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index 41bf28be15..5e4303c15c 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -218,8 +218,6 @@ Item materialColor: model.color extruderEnabled: model.enabled iconVariant: "default" - height: parent.height - width: height } } onClicked: -- cgit v1.2.3 From 7fda81b6788a7c2a4fe8f96866b777edd16dd4ef Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 May 2022 17:42:17 +0200 Subject: Show a border around text fields and drop-downs when hovering And when they are focused. This applies to the setting text fields, extruder selectors and drop-downs as well as to the machine settings. Contributes to issue CURA-9217. --- resources/qml/MachineSettings/NumericTextFieldWithUnit.qml | 3 ++- resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml | 3 ++- resources/qml/Settings/SettingExtruder.qml | 5 +++-- resources/qml/Settings/SettingOptionalExtruder.qml | 5 +++-- resources/qml/Settings/SettingTextField.qml | 1 + resources/qml/Widgets/ComboBox.qml | 9 +++++++-- resources/qml/Widgets/TextField.qml | 7 ++++++- resources/themes/cura-dark/theme.json | 2 +- resources/themes/cura-light/theme.json | 2 +- 9 files changed, 26 insertions(+), 11 deletions(-) (limited to 'resources') diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index b5147d63db..3755f0ead1 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -90,6 +90,7 @@ UM.TooltipArea { anchors.fill: parent + borderColor: (textFieldWithUnit.hovered || textFieldWithUnit.activeFocus) ? UM.Theme.getColor("text_field_border_hovered") : "transparent" liningColor: { if (!textFieldWithUnit.enabled) @@ -109,7 +110,7 @@ UM.TooltipArea // Validation is OK. if (textFieldWithUnit.hovered || textFieldWithUnit.activeFocus) { - return UM.Theme.getColor("border_main") + return UM.Theme.getColor("text_field_border_hovered") } return UM.Theme.getColor("border_field_light") } diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index 5e4303c15c..fa2659c672 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -129,7 +129,8 @@ Item background: UM.UnderlineBackground { id: backgroundItem - liningColor: intentSelection.hovered ? UM.Theme.getColor("border_main") : UM.Theme.getColor("border_field_light") + borderColor: intentSelection.hovered ? UM.Theme.getColor("text_field_border_hovered") : "transparent" + liningColor: intentSelection.hovered ? UM.Theme.getColor("text_field_border_hovered") : UM.Theme.getColor("border_field_light") } UM.SimpleButton diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml index 697acdec0b..d0bffe0f37 100644 --- a/resources/qml/Settings/SettingExtruder.qml +++ b/resources/qml/Settings/SettingExtruder.qml @@ -125,15 +125,16 @@ SettingItem } return UM.Theme.getColor("setting_control") } + borderColor: (base.hovered || control.activeFocus) ? UM.Theme.getSize("text_field_border_hovered") : "transparent" liningColor: { if (!enabled) { return UM.Theme.getColor("setting_control_disabled_border") } - if (control.hovered || control.activeFocus) + if (base.hovered || control.activeFocus) { - return UM.Theme.getColor("border_main") + return UM.Theme.getColor("text_field_border_hovered") } return UM.Theme.getColor("border_field_light") } diff --git a/resources/qml/Settings/SettingOptionalExtruder.qml b/resources/qml/Settings/SettingOptionalExtruder.qml index e02fe88e34..8c57bc8651 100644 --- a/resources/qml/Settings/SettingOptionalExtruder.qml +++ b/resources/qml/Settings/SettingOptionalExtruder.qml @@ -126,15 +126,16 @@ SettingItem } return UM.Theme.getColor("setting_control") } + borderColor: (base.hovered || control.activeFocus) ? UM.Theme.getColor("text_field_border_hovered") : "transparent" liningColor: { if (!enabled) { return UM.Theme.getColor("setting_control_disabled_border") } - if (control.hovered || control.activeFocus) + if (base.hovered || control.activeFocus) { - return UM.Theme.getColor("border_main") + return UM.Theme.getColor("text_field_border_hovered") } return UM.Theme.getColor("border_field_light") } diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index feca1d51a1..8ec37f98d2 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -32,6 +32,7 @@ SettingItem anchors.fill: parent + borderColor: (hovered || input.activeFocus) ? UM.Theme.getColor("text_field_border_hovered") : "transparent" liningColor: { if(!enabled) diff --git a/resources/qml/Widgets/ComboBox.qml b/resources/qml/Widgets/ComboBox.qml index 2a3716c3af..54d59817db 100644 --- a/resources/qml/Widgets/ComboBox.qml +++ b/resources/qml/Widgets/ComboBox.qml @@ -32,8 +32,13 @@ ComboBox State { name: "highlighted" - when: control.hovered || control.activeFocus - PropertyChanges { target: background; liningColor: UM.Theme.getColor("border_main")} + when: base.hovered || control.hovered || control.activeFocus + PropertyChanges + { + target: background + borderColor: UM.Theme.getColor("text_field_border_hovered") + liningColor: UM.Theme.getColor("text_field_border_hovered") + } } ] diff --git a/resources/qml/Widgets/TextField.qml b/resources/qml/Widgets/TextField.qml index d035883154..a86f2548cc 100644 --- a/resources/qml/Widgets/TextField.qml +++ b/resources/qml/Widgets/TextField.qml @@ -47,7 +47,12 @@ TextField { name: "hovered" when: control.hovered || control.activeFocus - PropertyChanges { target: backgroundRectangle; liningColor: UM.Theme.getColor("text_field_border_hovered")} + PropertyChanges + { + target: backgroundRectangle + liningColor: UM.Theme.getColor("text_field_border_hovered") + borderColor: UM.Theme.getColor("text_field_border_hovered") + } } ] diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index b7c1718c0d..34696fb35e 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -15,7 +15,7 @@ "accent_2": [16, 70, 156, 255], "border_main": [118, 118, 119, 255], "border_accent_1": [255, 255, 255, 255], - "border_accent_2": [16, 70, 156, 255], + "border_accent_2": [243, 243, 243, 255], "border_field": [57, 57, 58, 255], "text_default": [255, 255, 255, 255], diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index cd889acbf3..616354659f 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -363,7 +363,7 @@ "text_field": "background_1", "text_field_border": [180, 180, 180, 255], - "text_field_border_hovered": "border_main", + "text_field_border_hovered": "border_accent_2", "text_field_border_disabled": "background_2", "text_field_text": "text_default", "text_field_text_disabled": "text_disabled", -- cgit v1.2.3 From 44a616addd52ab077537c4dd3f35eea0eb82ceeb Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 10 May 2022 10:26:39 +0200 Subject: Fix storing the "dont show this again" of the project saving --- resources/qml/Dialogs/WorkspaceSummaryDialog.qml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml index 411dc44f83..ee189ab73c 100644 --- a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml +++ b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml @@ -20,11 +20,18 @@ UM.Dialog property bool dontShowAgain: true - onClosing: UM.Preferences.setValue("cura/dialog_on_project_save", !dontShowAgainCheckbox.checked) + function storeDontShowAgain() + { + UM.Preferences.setValue("cura/dialog_on_project_save", !dontShowAgainCheckbox.checked) + UM.Preferences.setValue("asked_dialog_on_project_save", true) + } + onClosing: storeDontShowAgain() + onRejected: storeDontShowAgain() + onAccepted: storeDontShowAgain() onVisibleChanged: { - if(visible) + if(visible && UM.Preferences.getValue("cura/asked_dialog_on_project_save")) { dontShowAgain = !UM.Preferences.getValue("cura/dialog_on_project_save") } -- cgit v1.2.3 From 0ac4fa20fd6706dafb96bf4a90011f5dabeacba0 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 10 May 2022 13:30:24 +0200 Subject: Fix injection warning for hamburger menu --- resources/qml/Preferences/ProfilesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 9b062a0347..b7030f242b 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -59,7 +59,7 @@ UM.ManagementPage scrollviewCaption: catalog.i18nc("@label", "Profiles compatible with active printer:") + "
    " + Cura.MachineManager.activeMachine.name + "" hamburgerButtonVisible: hasCurrentItem - onHamburgeButtonClicked: { + onHamburgeButtonClicked: (hamburger_button) => { const hamburerButtonHeight = hamburger_button.height; menu.popup(hamburger_button, -menu.width + hamburger_button.width / 2, hamburger_button.height); -- cgit v1.2.3 From c4f9669887569f01d302382be15a1246e201617d Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 10 May 2022 13:31:28 +0200 Subject: Move 'zh_TW' translation to incomplete status for 5.0.0 The volunteer translator who'd normally do this never replied to our email. Hopefully this can be rectified in the next version. --- resources/qml/Preferences/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index ca8019ea75..2934edf508 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -201,7 +201,6 @@ UM.PreferencesPage append({ text: "Русский", code: "ru_RU" }) append({ text: "Türkçe", code: "tr_TR" }) append({ text: "简体中文", code: "zh_CN" }) - append({ text: "正體字", code: "zh_TW" }) var date_object = new Date(); if (date_object.getUTCMonth() == 8 && date_object.getUTCDate() == 19) //Only add Pirate on the 19th of September. @@ -211,6 +210,7 @@ UM.PreferencesPage // incomplete and/or abandoned append({ text: catalog.i18nc("@heading", "-- incomplete --"), code: "" }) + append({ text: "正體字", code: "zh_TW" }) append({ text: "Magyar", code: "hu_HU" }) append({ text: "Suomi", code: "fi_FI" }) append({ text: "Polski", code: "pl_PL" }) -- cgit v1.2.3 From f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 10 May 2022 15:36:50 +0200 Subject: Render labels using `Text.QtRendering` on OSX Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154 --- resources/qml/ActionPanel/PrintJobInformation.qml | 28 +++------- resources/qml/ActionPanel/SliceProcessWidget.qml | 12 ++--- .../qml/ApplicationSwitcher/ApplicationButton.qml | 1 - .../qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml | 1 - .../qml/MachineSettings/ComboBoxWithOptions.qml | 6 +-- .../MachineSettings/NumericTextFieldWithUnit.qml | 5 +- resources/qml/MachineSettings/SimpleCheckBox.qml | 4 +- .../Menus/ConfigurationMenu/AutoConfiguration.qml | 5 +- .../ConfigurationMenu/ConfigurationListView.qml | 5 +- .../Preferences/Materials/MaterialsSyncDialog.qml | 3 -- .../RecommendedInfillDensitySelector.qml | 1 - .../RecommendedQualityProfileSelector.qml | 6 +-- resources/qml/PrintSetupTooltip.qml | 1 - resources/qml/PrinterOutput/OutputDeviceHeader.qml | 1 - resources/qml/PrinterTypeLabel.qml | 7 +-- resources/qml/Settings/SettingItem.qml | 5 +- resources/qml/Toolbar.qml | 3 +- .../qml/WelcomePages/AddCloudPrintersView.qml | 28 ++++------ .../qml/WelcomePages/AddLocalPrinterScrollView.qml | 1 - .../AddNetworkOrLocalPrinterContent.qml | 5 +- .../WelcomePages/AddNetworkPrinterScrollView.qml | 1 - .../qml/WelcomePages/AddPrinterByIpContent.qml | 61 +++++----------------- resources/qml/WelcomePages/CloudContent.qml | 23 ++------ .../qml/WelcomePages/DataCollectionsContent.qml | 13 ++--- .../FirstStartMachineActionsContent.qml | 5 +- resources/qml/WelcomePages/ImageTile.qml | 7 +-- resources/qml/WelcomePages/WelcomeContent.qml | 10 ++-- resources/qml/WelcomePages/WhatsNewContent.qml | 5 +- 28 files changed, 67 insertions(+), 186 deletions(-) (limited to 'resources') diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml index 9cdbf0714f..d142335d41 100644 --- a/resources/qml/ActionPanel/PrintJobInformation.qml +++ b/resources/qml/ActionPanel/PrintJobInformation.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import UM 1.1 as UM +import UM 1.5 as UM import Cura 1.0 as Cura Column @@ -26,15 +26,14 @@ Column leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - Label + UM.Label { text: catalog.i18nc("@label", "Time estimation").toUpperCase() color: UM.Theme.getColor("primary") font: UM.Theme.getFont("default_bold") - renderType: Text.NativeRendering } - Label + UM.Label { id: byLineType @@ -76,16 +75,13 @@ Column Repeater { model: modelData - Label + UM.Label { width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index]) height: contentHeight horizontalAlignment: byLineType.columnHorizontalAligns[index] - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") wrapMode: Text.WrapAnywhere text: modelData - renderType: Text.NativeRendering } } } @@ -94,9 +90,6 @@ Column width: parent.width - 2 * UM.Theme.getSize("default_margin").width height: childrenRect.height - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering textFormat: Text.RichText } } @@ -109,15 +102,14 @@ Column leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - Label + UM.Label { text: catalog.i18nc("@label", "Material estimation").toUpperCase() color: UM.Theme.getColor("primary") font: UM.Theme.getFont("default_bold") - renderType: Text.NativeRendering } - Label + UM.Label { id: byMaterialType @@ -180,16 +172,13 @@ Column Repeater { model: modelData - Label + UM.Label { width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index]) height: contentHeight horizontalAlignment: byMaterialType.columnHorizontalAligns[index] - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") wrapMode: Text.WrapAnywhere text: modelData - renderType: Text.NativeRendering } } } @@ -198,9 +187,6 @@ Column width: parent.width - 2 * UM.Theme.getSize("default_margin").width height: childrenRect.height - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering textFormat: Text.RichText } } diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index 58bf736575..cf70e4ba87 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/resources/qml/ActionPanel/SliceProcessWidget.qml @@ -5,7 +5,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.4 import QtQuick.Layouts 1.3 -import UM 1.4 as UM +import UM 1.5 as UM import Cura 1.0 as Cura @@ -45,16 +45,13 @@ Column } } - Label + UM.Label { id: autoSlicingLabel width: parent.width visible: progressBar.visible text: catalog.i18nc("@label:PrintjobStatus", "Slicing...") - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } Item { @@ -71,7 +68,7 @@ Column height: width status: UM.StatusIcon.Status.WARNING } - Label + UM.Label { id: label anchors.left: warningIcon.right @@ -79,9 +76,6 @@ Column anchors.verticalCenter: parent.verticalCenter anchors.leftMargin: UM.Theme.getSize("default_margin").width text: catalog.i18nc("@label:PrintjobStatus", "Unable to slice") - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering wrapMode: Text.WordWrap } } diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml index 3d67889220..92624933cf 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml @@ -82,7 +82,6 @@ Button height: base.height - applicationIcon.height - 2 * UM.Theme.getSize("default_margin").width // Account for the top and bottom margins horizontalAlignment: Text.AlignHCenter - wrapMode: Text.Wrap elide: Text.ElideRight } } diff --git a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml index 23e01b5e46..65d62a5fab 100644 --- a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml +++ b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml @@ -81,7 +81,6 @@ UM.Dialog id: questionText width: parent.width text: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project or import the models from it?") - font: UM.Theme.getFont("default") wrapMode: Text.WordWrap } diff --git a/resources/qml/MachineSettings/ComboBoxWithOptions.qml b/resources/qml/MachineSettings/ComboBoxWithOptions.qml index 0ad4f8bb0c..4ff7cf7092 100644 --- a/resources/qml/MachineSettings/ComboBoxWithOptions.qml +++ b/resources/qml/MachineSettings/ComboBoxWithOptions.qml @@ -5,7 +5,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura import "../Widgets" @@ -52,15 +52,13 @@ UM.TooltipArea watchedProperties: [ "value", "options", "description" ] } - Label + UM.Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: comboBox.verticalCenter visible: text != "" font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } ListModel diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 2950714d6a..0287e0213f 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -62,15 +62,12 @@ UM.TooltipArea watchedProperties: [ "value", "description" ] } - Label + UM.Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: textFieldWithUnit.verticalCenter visible: text != "" - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } TextField diff --git a/resources/qml/MachineSettings/SimpleCheckBox.qml b/resources/qml/MachineSettings/SimpleCheckBox.qml index cda666571f..fa40cecef2 100644 --- a/resources/qml/MachineSettings/SimpleCheckBox.qml +++ b/resources/qml/MachineSettings/SimpleCheckBox.qml @@ -46,15 +46,13 @@ UM.TooltipArea watchedProperties: [ "value", "description" ] } - Label + UM.Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: checkBox.verticalCenter visible: text != "" font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } UM.CheckBox diff --git a/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml index 18409dd43a..0bf29c13b7 100644 --- a/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.0 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.0 as Cura Item @@ -12,14 +12,13 @@ Item width: parent.width height: childrenRect.height - Label + UM.Label { id: header text: catalog.i18nc("@header", "Configurations") font: UM.Theme.getFont("medium") color: UM.Theme.getColor("small_button_text") height: contentHeight - renderType: Text.NativeRendering anchors { diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml index 10e2435dfc..0840cfea87 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml @@ -39,7 +39,7 @@ Item anchors.verticalCenter: parent.verticalCenter status: UM.StatusIcon.Status.WARNING } - Label + UM.Label { id: label anchors.left: icon.right @@ -51,9 +51,6 @@ Item text: Cura.MachineManager.printerConnected ? catalog.i18nc("@label", "Loading available configurations from the printer...") : catalog.i18nc("@label", "The configurations are not available because the printer is disconnected.") - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering wrapMode: Text.WordWrap } } diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 3e8fdd7397..08ea2efd5b 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -231,7 +231,6 @@ Window { id: syncStatusLabel anchors.left: parent.left - wrapMode: Text.Wrap elide: Text.ElideRight visible: text !== "" font: UM.Theme.getFont("medium") @@ -559,7 +558,6 @@ Window text: catalog.i18nc("@text", "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware.") Layout.fillWidth: true horizontalAlignment: Text.AlignHCenter - wrapMode: Text.Wrap } Item @@ -633,7 +631,6 @@ Window { text: catalog.i18nc("@text In the UI this is followed by a list of steps the user needs to take.", "Follow the following steps to load the new material profiles to your printer.") font: UM.Theme.getFont("medium") - wrapMode: Text.Wrap Layout.fillWidth: true } diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml index 625629c810..9e2d73609c 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml @@ -133,7 +133,6 @@ Item visible: (index % 20) == 0 // Only show steps of 20% anchors.horizontalCenter: parent.horizontalCenter y: UM.Theme.getSize("thin_margin").height - renderType: Text.NativeRendering color: UM.Theme.getColor("quality_slider_available") } } diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml index 1176142b3b..f96062463d 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.2 as UM +import UM 1.5 as UM import Cura 1.6 as Cura import ".." @@ -111,7 +111,7 @@ Item } height: intentCategoryLabel.height - Label + UM.Label { id: intentCategoryLabel text: model.name @@ -119,8 +119,6 @@ Item anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("section_icon").width + UM.Theme.getSize("narrow_margin").width font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering elide: Text.ElideRight } diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index e4d322f9d4..af4280342c 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -90,7 +90,6 @@ UM.PointingRectangle y: UM.Theme.getSize("tooltip_margins").height width: textScroll.width - 2 * UM.Theme.getSize("tooltip_margins").width - wrapMode: Text.Wrap textFormat: Text.RichText color: UM.Theme.getColor("tooltip_text") } diff --git a/resources/qml/PrinterOutput/OutputDeviceHeader.qml b/resources/qml/PrinterOutput/OutputDeviceHeader.qml index aeb9d14363..bbc208374f 100644 --- a/resources/qml/PrinterOutput/OutputDeviceHeader.qml +++ b/resources/qml/PrinterOutput/OutputDeviceHeader.qml @@ -33,7 +33,6 @@ Item { id: outputDeviceNameLabel font: UM.Theme.getFont("large_bold") - color: UM.Theme.getColor("text") anchors.left: parent.left anchors.top: parent.top anchors.margins: UM.Theme.getSize("default_margin").width diff --git a/resources/qml/PrinterTypeLabel.qml b/resources/qml/PrinterTypeLabel.qml index f2e8dc6f48..7b9acc19c9 100644 --- a/resources/qml/PrinterTypeLabel.qml +++ b/resources/qml/PrinterTypeLabel.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import UM 1.1 as UM +import UM 1.5 as UM // This component creates a label with the abbreviated name of a printer, with a rectangle surrounding the label. // It is created in a separated place in order to be reused whenever needed. @@ -24,14 +24,11 @@ Item radius: UM.Theme.getSize("checkbox_radius").width } - Label + UM.Label { id: printerTypeLabel text: "CFFFP" // As an abbreviated name of the Custom FFF Printer anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter - renderType: Text.NativeRendering - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") } } \ No newline at end of file diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index e975f1a2b9..228de4a9d6 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -5,7 +5,7 @@ import QtQuick 2.7 import QtQuick.Layouts 1.2 import QtQuick.Controls 2.0 -import UM 1.1 as UM +import UM 1.5 as UM import Cura 1.0 as Cura import "." @@ -135,7 +135,7 @@ Item } } - Label + UM.Label { id: label @@ -146,7 +146,6 @@ Item text: definition.label elide: Text.ElideMiddle - renderType: Text.NativeRendering textFormat: Text.PlainText color: UM.Theme.getColor("setting_control_text") diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml index 9c1abd31b7..6ecdc9dce0 100644 --- a/resources/qml/Toolbar.qml +++ b/resources/qml/Toolbar.qml @@ -210,12 +210,11 @@ Item width: toolHint.width + UM.Theme.getSize("default_margin").width height: toolHint.height; color: UM.Theme.getColor("tooltip") - Label + UM.Label { id: toolHint text: UM.ActiveTool.properties.getValue("ToolHint") != undefined ? UM.ActiveTool.properties.getValue("ToolHint") : "" color: UM.Theme.getColor("tooltip_text") - font: UM.Theme.getFont("default") anchors.horizontalCenter: parent.horizontalCenter } diff --git a/resources/qml/WelcomePages/AddCloudPrintersView.qml b/resources/qml/WelcomePages/AddCloudPrintersView.qml index 0b94d21fae..3f2d3dbab2 100644 --- a/resources/qml/WelcomePages/AddCloudPrintersView.qml +++ b/resources/qml/WelcomePages/AddCloudPrintersView.qml @@ -38,7 +38,7 @@ Item bottomMargin: UM.Theme.getSize("default_margin").height } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -47,7 +47,6 @@ Item text: catalog.i18nc("@label", "Add a Cloud printer") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } // Component that contains a busy indicator and a message, while it waits for Cura to discover a cloud printer @@ -65,7 +64,7 @@ Item running: searchingForCloudPrinters palette.dark: UM.Theme.getColor("text") } - Label + UM.Label { id: waitingLabel anchors.top: waitingIndicator.bottom @@ -73,10 +72,8 @@ Item horizontalAlignment: Text.AlignHCenter text: catalog.i18nc("@label", "Waiting for Cloud response") font: UM.Theme.getFont("large") - renderType: Text.NativeRendering - color: UM.Theme.getColor("text") } - Label + UM.Label { id: noPrintersFoundLabel anchors.top: waitingLabel.bottom @@ -85,9 +82,8 @@ Item horizontalAlignment: Text.AlignHCenter text: catalog.i18nc("@label", "No printers found in your account?") font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") } - Label + UM.Label { text: "Sign in with a different account" anchors.top: noPrintersFoundLabel.bottom @@ -112,7 +108,7 @@ Item } // Label displayed when a new cloud printer is discovered - Label + UM.Label { anchors.top: titleLabel.bottom anchors.topMargin: 2 * UM.Theme.getSize("default_margin").height @@ -121,7 +117,6 @@ Item text: catalog.i18nc("@label", "The following printers in your account have been added in Cura:") height: contentHeight + 2 * UM.Theme.getSize("default_margin").height visible: discoveredCloudPrintersModel.count > 0 - color: UM.Theme.getColor("text") } // The scrollView that contains the list of newly discovered Ultimaker Cloud printers. Visible only when @@ -153,32 +148,29 @@ Item Column { id: contentColumn - Label + UM.Label { id: cloudPrinterNameLabel leftPadding: UM.Theme.getSize("default_margin").width text: model.name ? model.name : "" font: UM.Theme.getFont("large_bold") - color: UM.Theme.getColor("text") elide: Text.ElideRight } - Label + UM.Label { id: cloudPrinterTypeLabel leftPadding: 2 * UM.Theme.getSize("default_margin").width topPadding: UM.Theme.getSize("thin_margin").height - text: {"Type: " + model.machine_type} + text: "Type: " + model.machine_type font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") elide: Text.ElideRight } - Label + UM.Label { id: cloudPrinterFirmwareVersionLabel leftPadding: 2 * UM.Theme.getSize("default_margin").width - text: {"Firmware version: " + model.firmware_version} + text: "Firmware version: " + model.firmware_version font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") elide: Text.ElideRight } } diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 127fca5fa6..1d868d72ef 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -183,7 +183,6 @@ Item UM.Label { width: parent.width - (2 * UM.Theme.getSize("default_margin").width) - wrapMode: Text.Wrap text: base.getMachineName() color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") diff --git a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml index dbf68ce701..83a38eab7a 100644 --- a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml +++ b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -15,7 +15,7 @@ Item { UM.I18nCatalog { id: catalog; name: "cura" } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -24,7 +24,6 @@ Item text: catalog.i18nc("@label", "Add a printer") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } DropDownWidget diff --git a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml index badd87326b..36c670f462 100644 --- a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml @@ -218,7 +218,6 @@ Item anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter text: catalog.i18nc("@label", "Troubleshooting") - font: UM.Theme.getFont("default") color: UM.Theme.getColor("text_link") } diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index 1adaa09a49..90fdd2be91 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -5,7 +5,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.5 as Cura @@ -61,7 +61,7 @@ Item } } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -70,7 +70,6 @@ Item text: catalog.i18nc("@label", "Add printer by IP address") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } Item @@ -88,17 +87,13 @@ Item anchors.right: parent.right anchors.margins: UM.Theme.getSize("default_margin").width - Label + UM.Label { id: explainLabel height: contentHeight anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering text: catalog.i18nc("@label", "Enter the IP address of your printer on the network.") } @@ -136,7 +131,7 @@ Item onAccepted: addPrinterButton.clicked() } - Label + UM.Label { id: invalidInputLabel anchors.top: hostnameField.bottom @@ -144,9 +139,6 @@ Item anchors.left: parent.left visible: false text: catalog.i18nc("@text", "Please enter a valid IP address.") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } Cura.SecondaryButton @@ -188,14 +180,11 @@ Item anchors.top: userInputFields.bottom anchors.margins: UM.Theme.getSize("default_margin").width - Label + UM.Label { id: waitResponseLabel anchors.top: parent.top anchors.margins: UM.Theme.getSize("default_margin").width - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering visible: addPrinterByIpScreen.hasRequestInProgress || (addPrinterByIpScreen.hasRequestFinished && !addPrinterByIpScreen.isPrinterDiscovered) textFormat: Text.RichText @@ -225,18 +214,15 @@ Item visible: addPrinterByIpScreen.isPrinterDiscovered - Label + UM.Label { id: printerNameLabel anchors.top: parent.top font: UM.Theme.getFont("large") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering - text: !addPrinterByIpScreen.isPrinterDiscovered ? "???" : addPrinterByIpScreen.discoveredPrinter.name } - Label + UM.Label { id: printerCannotBeAddedLabel width: parent.width @@ -245,8 +231,6 @@ Item text: catalog.i18nc("@label", "This printer cannot be added because it's an unknown printer or it's not the host of a group.") visible: addPrinterByIpScreen.hasRequestFinished && !addPrinterByIpScreen.canAddPrinter font: UM.Theme.getFont("default_bold") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering wrapMode: Text.WordWrap } @@ -258,52 +242,33 @@ Item columns: 2 columnSpacing: UM.Theme.getSize("default_margin").width - Label + UM.Label { text: catalog.i18nc("@label", "Type") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { id: typeText text: !addPrinterByIpScreen.isPrinterDiscovered ? "?" : addPrinterByIpScreen.discoveredPrinter.readableMachineType - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - - Label + UM.Label { text: catalog.i18nc("@label", "Firmware version") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { id: firmwareText text: !addPrinterByIpScreen.isPrinterDiscovered ? "0.0.0.0" : addPrinterByIpScreen.discoveredPrinter.device.getProperty("firmware_version") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { text: catalog.i18nc("@label", "Address") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { id: addressText text: !addPrinterByIpScreen.isPrinterDiscovered ? "0.0.0.0" : addPrinterByIpScreen.discoveredPrinter.address - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } } diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index 7dc35c7bc5..cf830a9b36 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -56,7 +56,7 @@ Item spacing: UM.Theme.getSize("thick_margin").height - Label + UM.Label { id: titleLabel anchors.horizontalCenter: parent.horizontalCenter @@ -64,7 +64,6 @@ Item text: catalog.i18nc("@label", "Sign in to the Ultimaker platform") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } // Filler item @@ -116,17 +115,13 @@ Item sourceSize.width: width sourceSize.height: height } - Label + UM.Label { id: marketplaceTextLabel anchors.horizontalCenter: parent.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Add material settings and plugins from the Marketplace") - wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } @@ -146,17 +141,13 @@ Item sourceSize.width: width sourceSize.height: height } - Label + UM.Label { id: syncTextLabel anchors.horizontalCenter: parent.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Backup and sync your material settings and plugins") - wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } @@ -176,17 +167,13 @@ Item sourceSize.width: width sourceSize.height: height } - Label + UM.Label { id: communityTextLabel anchors.horizontalCenter: communityColumn.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Share ideas and get help from 48,000+ users in the Ultimaker Community") - wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } } diff --git a/resources/qml/WelcomePages/DataCollectionsContent.qml b/resources/qml/WelcomePages/DataCollectionsContent.qml index be4d09e876..ece437890e 100644 --- a/resources/qml/WelcomePages/DataCollectionsContent.qml +++ b/resources/qml/WelcomePages/DataCollectionsContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -15,7 +15,7 @@ Item { UM.I18nCatalog { id: catalog; name: "cura" } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -24,7 +24,6 @@ Item text: catalog.i18nc("@label", "Help us to improve Ultimaker Cura") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } // Area where the cloud contents can be put. Pictures, texts and such. @@ -48,7 +47,7 @@ Item spacing: UM.Theme.getSize("wide_margin").height - Label + UM.Label { id: topLabel width: parent.width @@ -57,8 +56,6 @@ Item text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:") wrapMode: Text.WordWrap font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } Grid { @@ -91,7 +88,7 @@ Item } } - Label + UM.Label { id: bottomLabel width: parent.width @@ -107,10 +104,8 @@ Item textFormat: Text.RichText wrapMode: Text.WordWrap font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") linkColor: UM.Theme.getColor("text_link") onLinkActivated: CuraApplication.showMoreInformationDialogForAnonymousDataCollection() - renderType: Text.NativeRendering } } } diff --git a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml index 64a815855b..2503190c32 100644 --- a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml +++ b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -36,7 +36,7 @@ Item } } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -45,7 +45,6 @@ Item text: machineActionsModel.currentItem.title == undefined ? "" : machineActionsModel.currentItem.title color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } Item diff --git a/resources/qml/WelcomePages/ImageTile.qml b/resources/qml/WelcomePages/ImageTile.qml index 7ed07304e6..b8f40ed25f 100644 --- a/resources/qml/WelcomePages/ImageTile.qml +++ b/resources/qml/WelcomePages/ImageTile.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM // @@ -18,7 +18,7 @@ Column property alias text: label.text property alias imageSource: image.source - Label + UM.Label { id: label width: image.width @@ -26,9 +26,6 @@ Column horizontalAlignment: Text.AlignHCenter text: "" wrapMode: Text.WordWrap - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } Image diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml index 619780435d..4123535cc9 100644 --- a/resources/qml/WelcomePages/WelcomeContent.qml +++ b/resources/qml/WelcomePages/WelcomeContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura // @@ -48,7 +48,7 @@ Item width: parent.width } - Label + UM.Label { id: titleLabel anchors.horizontalCenter: parent.horizontalCenter @@ -56,20 +56,16 @@ Item text: catalog.i18nc("@label", "Welcome to Ultimaker Cura") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge_bold") - renderType: Text.NativeRendering } - Label + UM.Label { id: textLabel anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment: Text.AlignHCenter width: titleLabel.width + 2 * UM.Theme.getSize("thick_margin").width text: catalog.i18nc("@text", "Please follow these steps to set up Ultimaker Cura. This will only take a few moments.") - wrapMode: Text.Wrap font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } // Filler item diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 2ac3935ece..bbae9380a2 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -5,7 +5,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -19,7 +19,7 @@ Item UM.I18nCatalog { id: catalog; name: "cura" } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -28,7 +28,6 @@ Item text: catalog.i18nc("@label", "What's New") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } Rectangle -- cgit v1.2.3 From 35f5c3f959a7d5ad85b0e2d8e0514cde509ca6c8 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 10 May 2022 15:39:02 +0200 Subject: Revert "Render labels using `Text.QtRendering` on OSX" This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26. --- resources/qml/ActionPanel/PrintJobInformation.qml | 28 +++++++--- resources/qml/ActionPanel/SliceProcessWidget.qml | 12 +++-- .../qml/ApplicationSwitcher/ApplicationButton.qml | 1 + .../qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml | 1 + .../qml/MachineSettings/ComboBoxWithOptions.qml | 6 ++- .../MachineSettings/NumericTextFieldWithUnit.qml | 5 +- resources/qml/MachineSettings/SimpleCheckBox.qml | 4 +- .../Menus/ConfigurationMenu/AutoConfiguration.qml | 5 +- .../ConfigurationMenu/ConfigurationListView.qml | 5 +- .../Preferences/Materials/MaterialsSyncDialog.qml | 3 ++ .../RecommendedInfillDensitySelector.qml | 1 + .../RecommendedQualityProfileSelector.qml | 6 ++- resources/qml/PrintSetupTooltip.qml | 1 + resources/qml/PrinterOutput/OutputDeviceHeader.qml | 1 + resources/qml/PrinterTypeLabel.qml | 7 ++- resources/qml/Settings/SettingItem.qml | 5 +- resources/qml/Toolbar.qml | 3 +- .../qml/WelcomePages/AddCloudPrintersView.qml | 28 ++++++---- .../qml/WelcomePages/AddLocalPrinterScrollView.qml | 1 + .../AddNetworkOrLocalPrinterContent.qml | 5 +- .../WelcomePages/AddNetworkPrinterScrollView.qml | 1 + .../qml/WelcomePages/AddPrinterByIpContent.qml | 61 +++++++++++++++++----- resources/qml/WelcomePages/CloudContent.qml | 23 ++++++-- .../qml/WelcomePages/DataCollectionsContent.qml | 13 +++-- .../FirstStartMachineActionsContent.qml | 5 +- resources/qml/WelcomePages/ImageTile.qml | 7 ++- resources/qml/WelcomePages/WelcomeContent.qml | 10 ++-- resources/qml/WelcomePages/WhatsNewContent.qml | 5 +- 28 files changed, 186 insertions(+), 67 deletions(-) (limited to 'resources') diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml index d142335d41..9cdbf0714f 100644 --- a/resources/qml/ActionPanel/PrintJobInformation.qml +++ b/resources/qml/ActionPanel/PrintJobInformation.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import UM 1.5 as UM +import UM 1.1 as UM import Cura 1.0 as Cura Column @@ -26,14 +26,15 @@ Column leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - UM.Label + Label { text: catalog.i18nc("@label", "Time estimation").toUpperCase() color: UM.Theme.getColor("primary") font: UM.Theme.getFont("default_bold") + renderType: Text.NativeRendering } - UM.Label + Label { id: byLineType @@ -75,13 +76,16 @@ Column Repeater { model: modelData - UM.Label + Label { width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index]) height: contentHeight horizontalAlignment: byLineType.columnHorizontalAligns[index] + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") wrapMode: Text.WrapAnywhere text: modelData + renderType: Text.NativeRendering } } } @@ -90,6 +94,9 @@ Column width: parent.width - 2 * UM.Theme.getSize("default_margin").width height: childrenRect.height + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering textFormat: Text.RichText } } @@ -102,14 +109,15 @@ Column leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - UM.Label + Label { text: catalog.i18nc("@label", "Material estimation").toUpperCase() color: UM.Theme.getColor("primary") font: UM.Theme.getFont("default_bold") + renderType: Text.NativeRendering } - UM.Label + Label { id: byMaterialType @@ -172,13 +180,16 @@ Column Repeater { model: modelData - UM.Label + Label { width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index]) height: contentHeight horizontalAlignment: byMaterialType.columnHorizontalAligns[index] + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") wrapMode: Text.WrapAnywhere text: modelData + renderType: Text.NativeRendering } } } @@ -187,6 +198,9 @@ Column width: parent.width - 2 * UM.Theme.getSize("default_margin").width height: childrenRect.height + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering textFormat: Text.RichText } } diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index cf70e4ba87..58bf736575 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/resources/qml/ActionPanel/SliceProcessWidget.qml @@ -5,7 +5,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.4 import QtQuick.Layouts 1.3 -import UM 1.5 as UM +import UM 1.4 as UM import Cura 1.0 as Cura @@ -45,13 +45,16 @@ Column } } - UM.Label + Label { id: autoSlicingLabel width: parent.width visible: progressBar.visible text: catalog.i18nc("@label:PrintjobStatus", "Slicing...") + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering } Item { @@ -68,7 +71,7 @@ Column height: width status: UM.StatusIcon.Status.WARNING } - UM.Label + Label { id: label anchors.left: warningIcon.right @@ -76,6 +79,9 @@ Column anchors.verticalCenter: parent.verticalCenter anchors.leftMargin: UM.Theme.getSize("default_margin").width text: catalog.i18nc("@label:PrintjobStatus", "Unable to slice") + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering wrapMode: Text.WordWrap } } diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml index 92624933cf..3d67889220 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml @@ -82,6 +82,7 @@ Button height: base.height - applicationIcon.height - 2 * UM.Theme.getSize("default_margin").width // Account for the top and bottom margins horizontalAlignment: Text.AlignHCenter + wrapMode: Text.Wrap elide: Text.ElideRight } } diff --git a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml index 65d62a5fab..23e01b5e46 100644 --- a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml +++ b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml @@ -81,6 +81,7 @@ UM.Dialog id: questionText width: parent.width text: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project or import the models from it?") + font: UM.Theme.getFont("default") wrapMode: Text.WordWrap } diff --git a/resources/qml/MachineSettings/ComboBoxWithOptions.qml b/resources/qml/MachineSettings/ComboBoxWithOptions.qml index 4ff7cf7092..0ad4f8bb0c 100644 --- a/resources/qml/MachineSettings/ComboBoxWithOptions.qml +++ b/resources/qml/MachineSettings/ComboBoxWithOptions.qml @@ -5,7 +5,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura import "../Widgets" @@ -52,13 +52,15 @@ UM.TooltipArea watchedProperties: [ "value", "options", "description" ] } - UM.Label + Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: comboBox.verticalCenter visible: text != "" font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } ListModel diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 0287e0213f..2950714d6a 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -62,12 +62,15 @@ UM.TooltipArea watchedProperties: [ "value", "description" ] } - UM.Label + Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: textFieldWithUnit.verticalCenter visible: text != "" + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } TextField diff --git a/resources/qml/MachineSettings/SimpleCheckBox.qml b/resources/qml/MachineSettings/SimpleCheckBox.qml index fa40cecef2..cda666571f 100644 --- a/resources/qml/MachineSettings/SimpleCheckBox.qml +++ b/resources/qml/MachineSettings/SimpleCheckBox.qml @@ -46,13 +46,15 @@ UM.TooltipArea watchedProperties: [ "value", "description" ] } - UM.Label + Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: checkBox.verticalCenter visible: text != "" font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } UM.CheckBox diff --git a/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml index 0bf29c13b7..18409dd43a 100644 --- a/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.0 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.0 as Cura Item @@ -12,13 +12,14 @@ Item width: parent.width height: childrenRect.height - UM.Label + Label { id: header text: catalog.i18nc("@header", "Configurations") font: UM.Theme.getFont("medium") color: UM.Theme.getColor("small_button_text") height: contentHeight + renderType: Text.NativeRendering anchors { diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml index 0840cfea87..10e2435dfc 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml @@ -39,7 +39,7 @@ Item anchors.verticalCenter: parent.verticalCenter status: UM.StatusIcon.Status.WARNING } - UM.Label + Label { id: label anchors.left: icon.right @@ -51,6 +51,9 @@ Item text: Cura.MachineManager.printerConnected ? catalog.i18nc("@label", "Loading available configurations from the printer...") : catalog.i18nc("@label", "The configurations are not available because the printer is disconnected.") + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering wrapMode: Text.WordWrap } } diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 08ea2efd5b..3e8fdd7397 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -231,6 +231,7 @@ Window { id: syncStatusLabel anchors.left: parent.left + wrapMode: Text.Wrap elide: Text.ElideRight visible: text !== "" font: UM.Theme.getFont("medium") @@ -558,6 +559,7 @@ Window text: catalog.i18nc("@text", "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware.") Layout.fillWidth: true horizontalAlignment: Text.AlignHCenter + wrapMode: Text.Wrap } Item @@ -631,6 +633,7 @@ Window { text: catalog.i18nc("@text In the UI this is followed by a list of steps the user needs to take.", "Follow the following steps to load the new material profiles to your printer.") font: UM.Theme.getFont("medium") + wrapMode: Text.Wrap Layout.fillWidth: true } diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml index 9e2d73609c..625629c810 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml @@ -133,6 +133,7 @@ Item visible: (index % 20) == 0 // Only show steps of 20% anchors.horizontalCenter: parent.horizontalCenter y: UM.Theme.getSize("thin_margin").height + renderType: Text.NativeRendering color: UM.Theme.getColor("quality_slider_available") } } diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml index f96062463d..1176142b3b 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.2 as UM import Cura 1.6 as Cura import ".." @@ -111,7 +111,7 @@ Item } height: intentCategoryLabel.height - UM.Label + Label { id: intentCategoryLabel text: model.name @@ -119,6 +119,8 @@ Item anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("section_icon").width + UM.Theme.getSize("narrow_margin").width font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering elide: Text.ElideRight } diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index af4280342c..e4d322f9d4 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -90,6 +90,7 @@ UM.PointingRectangle y: UM.Theme.getSize("tooltip_margins").height width: textScroll.width - 2 * UM.Theme.getSize("tooltip_margins").width + wrapMode: Text.Wrap textFormat: Text.RichText color: UM.Theme.getColor("tooltip_text") } diff --git a/resources/qml/PrinterOutput/OutputDeviceHeader.qml b/resources/qml/PrinterOutput/OutputDeviceHeader.qml index bbc208374f..aeb9d14363 100644 --- a/resources/qml/PrinterOutput/OutputDeviceHeader.qml +++ b/resources/qml/PrinterOutput/OutputDeviceHeader.qml @@ -33,6 +33,7 @@ Item { id: outputDeviceNameLabel font: UM.Theme.getFont("large_bold") + color: UM.Theme.getColor("text") anchors.left: parent.left anchors.top: parent.top anchors.margins: UM.Theme.getSize("default_margin").width diff --git a/resources/qml/PrinterTypeLabel.qml b/resources/qml/PrinterTypeLabel.qml index 7b9acc19c9..f2e8dc6f48 100644 --- a/resources/qml/PrinterTypeLabel.qml +++ b/resources/qml/PrinterTypeLabel.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import UM 1.5 as UM +import UM 1.1 as UM // This component creates a label with the abbreviated name of a printer, with a rectangle surrounding the label. // It is created in a separated place in order to be reused whenever needed. @@ -24,11 +24,14 @@ Item radius: UM.Theme.getSize("checkbox_radius").width } - UM.Label + Label { id: printerTypeLabel text: "CFFFP" // As an abbreviated name of the Custom FFF Printer anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter + renderType: Text.NativeRendering + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") } } \ No newline at end of file diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index 228de4a9d6..e975f1a2b9 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -5,7 +5,7 @@ import QtQuick 2.7 import QtQuick.Layouts 1.2 import QtQuick.Controls 2.0 -import UM 1.5 as UM +import UM 1.1 as UM import Cura 1.0 as Cura import "." @@ -135,7 +135,7 @@ Item } } - UM.Label + Label { id: label @@ -146,6 +146,7 @@ Item text: definition.label elide: Text.ElideMiddle + renderType: Text.NativeRendering textFormat: Text.PlainText color: UM.Theme.getColor("setting_control_text") diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml index 6ecdc9dce0..9c1abd31b7 100644 --- a/resources/qml/Toolbar.qml +++ b/resources/qml/Toolbar.qml @@ -210,11 +210,12 @@ Item width: toolHint.width + UM.Theme.getSize("default_margin").width height: toolHint.height; color: UM.Theme.getColor("tooltip") - UM.Label + Label { id: toolHint text: UM.ActiveTool.properties.getValue("ToolHint") != undefined ? UM.ActiveTool.properties.getValue("ToolHint") : "" color: UM.Theme.getColor("tooltip_text") + font: UM.Theme.getFont("default") anchors.horizontalCenter: parent.horizontalCenter } diff --git a/resources/qml/WelcomePages/AddCloudPrintersView.qml b/resources/qml/WelcomePages/AddCloudPrintersView.qml index 3f2d3dbab2..0b94d21fae 100644 --- a/resources/qml/WelcomePages/AddCloudPrintersView.qml +++ b/resources/qml/WelcomePages/AddCloudPrintersView.qml @@ -38,7 +38,7 @@ Item bottomMargin: UM.Theme.getSize("default_margin").height } - UM.Label + Label { id: titleLabel anchors.top: parent.top @@ -47,6 +47,7 @@ Item text: catalog.i18nc("@label", "Add a Cloud printer") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } // Component that contains a busy indicator and a message, while it waits for Cura to discover a cloud printer @@ -64,7 +65,7 @@ Item running: searchingForCloudPrinters palette.dark: UM.Theme.getColor("text") } - UM.Label + Label { id: waitingLabel anchors.top: waitingIndicator.bottom @@ -72,8 +73,10 @@ Item horizontalAlignment: Text.AlignHCenter text: catalog.i18nc("@label", "Waiting for Cloud response") font: UM.Theme.getFont("large") + renderType: Text.NativeRendering + color: UM.Theme.getColor("text") } - UM.Label + Label { id: noPrintersFoundLabel anchors.top: waitingLabel.bottom @@ -82,8 +85,9 @@ Item horizontalAlignment: Text.AlignHCenter text: catalog.i18nc("@label", "No printers found in your account?") font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") } - UM.Label + Label { text: "Sign in with a different account" anchors.top: noPrintersFoundLabel.bottom @@ -108,7 +112,7 @@ Item } // Label displayed when a new cloud printer is discovered - UM.Label + Label { anchors.top: titleLabel.bottom anchors.topMargin: 2 * UM.Theme.getSize("default_margin").height @@ -117,6 +121,7 @@ Item text: catalog.i18nc("@label", "The following printers in your account have been added in Cura:") height: contentHeight + 2 * UM.Theme.getSize("default_margin").height visible: discoveredCloudPrintersModel.count > 0 + color: UM.Theme.getColor("text") } // The scrollView that contains the list of newly discovered Ultimaker Cloud printers. Visible only when @@ -148,29 +153,32 @@ Item Column { id: contentColumn - UM.Label + Label { id: cloudPrinterNameLabel leftPadding: UM.Theme.getSize("default_margin").width text: model.name ? model.name : "" font: UM.Theme.getFont("large_bold") + color: UM.Theme.getColor("text") elide: Text.ElideRight } - UM.Label + Label { id: cloudPrinterTypeLabel leftPadding: 2 * UM.Theme.getSize("default_margin").width topPadding: UM.Theme.getSize("thin_margin").height - text: "Type: " + model.machine_type + text: {"Type: " + model.machine_type} font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") elide: Text.ElideRight } - UM.Label + Label { id: cloudPrinterFirmwareVersionLabel leftPadding: 2 * UM.Theme.getSize("default_margin").width - text: "Firmware version: " + model.firmware_version + text: {"Firmware version: " + model.firmware_version} font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") elide: Text.ElideRight } } diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 1d868d72ef..127fca5fa6 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -183,6 +183,7 @@ Item UM.Label { width: parent.width - (2 * UM.Theme.getSize("default_margin").width) + wrapMode: Text.Wrap text: base.getMachineName() color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") diff --git a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml index 83a38eab7a..dbf68ce701 100644 --- a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml +++ b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura @@ -15,7 +15,7 @@ Item { UM.I18nCatalog { id: catalog; name: "cura" } - UM.Label + Label { id: titleLabel anchors.top: parent.top @@ -24,6 +24,7 @@ Item text: catalog.i18nc("@label", "Add a printer") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } DropDownWidget diff --git a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml index 36c670f462..badd87326b 100644 --- a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml @@ -218,6 +218,7 @@ Item anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter text: catalog.i18nc("@label", "Troubleshooting") + font: UM.Theme.getFont("default") color: UM.Theme.getColor("text_link") } diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index 90fdd2be91..1adaa09a49 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -5,7 +5,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.5 as Cura @@ -61,7 +61,7 @@ Item } } - UM.Label + Label { id: titleLabel anchors.top: parent.top @@ -70,6 +70,7 @@ Item text: catalog.i18nc("@label", "Add printer by IP address") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } Item @@ -87,13 +88,17 @@ Item anchors.right: parent.right anchors.margins: UM.Theme.getSize("default_margin").width - UM.Label + Label { id: explainLabel height: contentHeight anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top + + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering text: catalog.i18nc("@label", "Enter the IP address of your printer on the network.") } @@ -131,7 +136,7 @@ Item onAccepted: addPrinterButton.clicked() } - UM.Label + Label { id: invalidInputLabel anchors.top: hostnameField.bottom @@ -139,6 +144,9 @@ Item anchors.left: parent.left visible: false text: catalog.i18nc("@text", "Please enter a valid IP address.") + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } Cura.SecondaryButton @@ -180,11 +188,14 @@ Item anchors.top: userInputFields.bottom anchors.margins: UM.Theme.getSize("default_margin").width - UM.Label + Label { id: waitResponseLabel anchors.top: parent.top anchors.margins: UM.Theme.getSize("default_margin").width + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering visible: addPrinterByIpScreen.hasRequestInProgress || (addPrinterByIpScreen.hasRequestFinished && !addPrinterByIpScreen.isPrinterDiscovered) textFormat: Text.RichText @@ -214,15 +225,18 @@ Item visible: addPrinterByIpScreen.isPrinterDiscovered - UM.Label + Label { id: printerNameLabel anchors.top: parent.top font: UM.Theme.getFont("large") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering + text: !addPrinterByIpScreen.isPrinterDiscovered ? "???" : addPrinterByIpScreen.discoveredPrinter.name } - UM.Label + Label { id: printerCannotBeAddedLabel width: parent.width @@ -231,6 +245,8 @@ Item text: catalog.i18nc("@label", "This printer cannot be added because it's an unknown printer or it's not the host of a group.") visible: addPrinterByIpScreen.hasRequestFinished && !addPrinterByIpScreen.canAddPrinter font: UM.Theme.getFont("default_bold") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering wrapMode: Text.WordWrap } @@ -242,33 +258,52 @@ Item columns: 2 columnSpacing: UM.Theme.getSize("default_margin").width - UM.Label + Label { text: catalog.i18nc("@label", "Type") + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } - UM.Label + Label { id: typeText text: !addPrinterByIpScreen.isPrinterDiscovered ? "?" : addPrinterByIpScreen.discoveredPrinter.readableMachineType + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } - UM.Label + + Label { text: catalog.i18nc("@label", "Firmware version") + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } - UM.Label + Label { id: firmwareText text: !addPrinterByIpScreen.isPrinterDiscovered ? "0.0.0.0" : addPrinterByIpScreen.discoveredPrinter.device.getProperty("firmware_version") + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } - UM.Label + Label { text: catalog.i18nc("@label", "Address") + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } - UM.Label + Label { id: addressText text: !addPrinterByIpScreen.isPrinterDiscovered ? "0.0.0.0" : addPrinterByIpScreen.discoveredPrinter.address + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } } diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index cf830a9b36..7dc35c7bc5 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura @@ -56,7 +56,7 @@ Item spacing: UM.Theme.getSize("thick_margin").height - UM.Label + Label { id: titleLabel anchors.horizontalCenter: parent.horizontalCenter @@ -64,6 +64,7 @@ Item text: catalog.i18nc("@label", "Sign in to the Ultimaker platform") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } // Filler item @@ -115,13 +116,17 @@ Item sourceSize.width: width sourceSize.height: height } - UM.Label + Label { id: marketplaceTextLabel anchors.horizontalCenter: parent.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Add material settings and plugins from the Marketplace") + wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering } } @@ -141,13 +146,17 @@ Item sourceSize.width: width sourceSize.height: height } - UM.Label + Label { id: syncTextLabel anchors.horizontalCenter: parent.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Backup and sync your material settings and plugins") + wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering } } @@ -167,13 +176,17 @@ Item sourceSize.width: width sourceSize.height: height } - UM.Label + Label { id: communityTextLabel anchors.horizontalCenter: communityColumn.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Share ideas and get help from 48,000+ users in the Ultimaker Community") + wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter + color: UM.Theme.getColor("text") + font: UM.Theme.getFont("default") + renderType: Text.NativeRendering } } } diff --git a/resources/qml/WelcomePages/DataCollectionsContent.qml b/resources/qml/WelcomePages/DataCollectionsContent.qml index ece437890e..be4d09e876 100644 --- a/resources/qml/WelcomePages/DataCollectionsContent.qml +++ b/resources/qml/WelcomePages/DataCollectionsContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura @@ -15,7 +15,7 @@ Item { UM.I18nCatalog { id: catalog; name: "cura" } - UM.Label + Label { id: titleLabel anchors.top: parent.top @@ -24,6 +24,7 @@ Item text: catalog.i18nc("@label", "Help us to improve Ultimaker Cura") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } // Area where the cloud contents can be put. Pictures, texts and such. @@ -47,7 +48,7 @@ Item spacing: UM.Theme.getSize("wide_margin").height - UM.Label + Label { id: topLabel width: parent.width @@ -56,6 +57,8 @@ Item text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:") wrapMode: Text.WordWrap font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } Grid { @@ -88,7 +91,7 @@ Item } } - UM.Label + Label { id: bottomLabel width: parent.width @@ -104,8 +107,10 @@ Item textFormat: Text.RichText wrapMode: Text.WordWrap font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") linkColor: UM.Theme.getColor("text_link") onLinkActivated: CuraApplication.showMoreInformationDialogForAnonymousDataCollection() + renderType: Text.NativeRendering } } } diff --git a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml index 2503190c32..64a815855b 100644 --- a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml +++ b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura @@ -36,7 +36,7 @@ Item } } - UM.Label + Label { id: titleLabel anchors.top: parent.top @@ -45,6 +45,7 @@ Item text: machineActionsModel.currentItem.title == undefined ? "" : machineActionsModel.currentItem.title color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } Item diff --git a/resources/qml/WelcomePages/ImageTile.qml b/resources/qml/WelcomePages/ImageTile.qml index b8f40ed25f..7ed07304e6 100644 --- a/resources/qml/WelcomePages/ImageTile.qml +++ b/resources/qml/WelcomePages/ImageTile.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.3 as UM // @@ -18,7 +18,7 @@ Column property alias text: label.text property alias imageSource: image.source - UM.Label + Label { id: label width: image.width @@ -26,6 +26,9 @@ Column horizontalAlignment: Text.AlignHCenter text: "" wrapMode: Text.WordWrap + font: UM.Theme.getFont("default") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } Image diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml index 4123535cc9..619780435d 100644 --- a/resources/qml/WelcomePages/WelcomeContent.qml +++ b/resources/qml/WelcomePages/WelcomeContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura // @@ -48,7 +48,7 @@ Item width: parent.width } - UM.Label + Label { id: titleLabel anchors.horizontalCenter: parent.horizontalCenter @@ -56,16 +56,20 @@ Item text: catalog.i18nc("@label", "Welcome to Ultimaker Cura") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge_bold") + renderType: Text.NativeRendering } - UM.Label + Label { id: textLabel anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment: Text.AlignHCenter width: titleLabel.width + 2 * UM.Theme.getSize("thick_margin").width text: catalog.i18nc("@text", "Please follow these steps to set up Ultimaker Cura. This will only take a few moments.") + wrapMode: Text.Wrap font: UM.Theme.getFont("medium") + color: UM.Theme.getColor("text") + renderType: Text.NativeRendering } // Filler item diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index bbae9380a2..2ac3935ece 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -5,7 +5,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.5 as UM +import UM 1.3 as UM import Cura 1.1 as Cura @@ -19,7 +19,7 @@ Item UM.I18nCatalog { id: catalog; name: "cura" } - UM.Label + Label { id: titleLabel anchors.top: parent.top @@ -28,6 +28,7 @@ Item text: catalog.i18nc("@label", "What's New") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") + renderType: Text.NativeRendering } Rectangle -- cgit v1.2.3 From d5c0fde7f2b7bdb17e94dc61a3605c5cbad6c175 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 10 May 2022 15:36:50 +0200 Subject: Render labels using `Text.QtRendering` on OSX Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154 --- resources/qml/ActionPanel/PrintJobInformation.qml | 28 +++------- resources/qml/ActionPanel/SliceProcessWidget.qml | 12 ++--- .../qml/ApplicationSwitcher/ApplicationButton.qml | 1 - .../qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml | 1 - .../qml/MachineSettings/ComboBoxWithOptions.qml | 6 +-- .../MachineSettings/NumericTextFieldWithUnit.qml | 5 +- resources/qml/MachineSettings/SimpleCheckBox.qml | 4 +- .../Menus/ConfigurationMenu/AutoConfiguration.qml | 5 +- .../ConfigurationMenu/ConfigurationListView.qml | 5 +- .../Preferences/Materials/MaterialsSyncDialog.qml | 3 -- .../RecommendedInfillDensitySelector.qml | 1 - .../RecommendedQualityProfileSelector.qml | 6 +-- resources/qml/PrintSetupTooltip.qml | 1 - resources/qml/PrinterOutput/OutputDeviceHeader.qml | 1 - resources/qml/PrinterTypeLabel.qml | 7 +-- resources/qml/Settings/SettingItem.qml | 5 +- resources/qml/Toolbar.qml | 3 +- .../qml/WelcomePages/AddCloudPrintersView.qml | 28 ++++------ .../qml/WelcomePages/AddLocalPrinterScrollView.qml | 1 - .../AddNetworkOrLocalPrinterContent.qml | 5 +- .../WelcomePages/AddNetworkPrinterScrollView.qml | 1 - .../qml/WelcomePages/AddPrinterByIpContent.qml | 61 +++++----------------- resources/qml/WelcomePages/CloudContent.qml | 23 ++------ .../qml/WelcomePages/DataCollectionsContent.qml | 13 ++--- .../FirstStartMachineActionsContent.qml | 5 +- resources/qml/WelcomePages/ImageTile.qml | 7 +-- resources/qml/WelcomePages/WelcomeContent.qml | 10 ++-- resources/qml/WelcomePages/WhatsNewContent.qml | 5 +- 28 files changed, 67 insertions(+), 186 deletions(-) (limited to 'resources') diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml index 9cdbf0714f..d142335d41 100644 --- a/resources/qml/ActionPanel/PrintJobInformation.qml +++ b/resources/qml/ActionPanel/PrintJobInformation.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import UM 1.1 as UM +import UM 1.5 as UM import Cura 1.0 as Cura Column @@ -26,15 +26,14 @@ Column leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - Label + UM.Label { text: catalog.i18nc("@label", "Time estimation").toUpperCase() color: UM.Theme.getColor("primary") font: UM.Theme.getFont("default_bold") - renderType: Text.NativeRendering } - Label + UM.Label { id: byLineType @@ -76,16 +75,13 @@ Column Repeater { model: modelData - Label + UM.Label { width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index]) height: contentHeight horizontalAlignment: byLineType.columnHorizontalAligns[index] - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") wrapMode: Text.WrapAnywhere text: modelData - renderType: Text.NativeRendering } } } @@ -94,9 +90,6 @@ Column width: parent.width - 2 * UM.Theme.getSize("default_margin").width height: childrenRect.height - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering textFormat: Text.RichText } } @@ -109,15 +102,14 @@ Column leftPadding: UM.Theme.getSize("default_margin").width rightPadding: UM.Theme.getSize("default_margin").width - Label + UM.Label { text: catalog.i18nc("@label", "Material estimation").toUpperCase() color: UM.Theme.getColor("primary") font: UM.Theme.getFont("default_bold") - renderType: Text.NativeRendering } - Label + UM.Label { id: byMaterialType @@ -180,16 +172,13 @@ Column Repeater { model: modelData - Label + UM.Label { width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index]) height: contentHeight horizontalAlignment: byMaterialType.columnHorizontalAligns[index] - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") wrapMode: Text.WrapAnywhere text: modelData - renderType: Text.NativeRendering } } } @@ -198,9 +187,6 @@ Column width: parent.width - 2 * UM.Theme.getSize("default_margin").width height: childrenRect.height - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering textFormat: Text.RichText } } diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index 58bf736575..cf70e4ba87 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/resources/qml/ActionPanel/SliceProcessWidget.qml @@ -5,7 +5,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.4 import QtQuick.Layouts 1.3 -import UM 1.4 as UM +import UM 1.5 as UM import Cura 1.0 as Cura @@ -45,16 +45,13 @@ Column } } - Label + UM.Label { id: autoSlicingLabel width: parent.width visible: progressBar.visible text: catalog.i18nc("@label:PrintjobStatus", "Slicing...") - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } Item { @@ -71,7 +68,7 @@ Column height: width status: UM.StatusIcon.Status.WARNING } - Label + UM.Label { id: label anchors.left: warningIcon.right @@ -79,9 +76,6 @@ Column anchors.verticalCenter: parent.verticalCenter anchors.leftMargin: UM.Theme.getSize("default_margin").width text: catalog.i18nc("@label:PrintjobStatus", "Unable to slice") - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering wrapMode: Text.WordWrap } } diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml index 3d67889220..92624933cf 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml @@ -82,7 +82,6 @@ Button height: base.height - applicationIcon.height - 2 * UM.Theme.getSize("default_margin").width // Account for the top and bottom margins horizontalAlignment: Text.AlignHCenter - wrapMode: Text.Wrap elide: Text.ElideRight } } diff --git a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml index 23e01b5e46..65d62a5fab 100644 --- a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml +++ b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml @@ -81,7 +81,6 @@ UM.Dialog id: questionText width: parent.width text: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project or import the models from it?") - font: UM.Theme.getFont("default") wrapMode: Text.WordWrap } diff --git a/resources/qml/MachineSettings/ComboBoxWithOptions.qml b/resources/qml/MachineSettings/ComboBoxWithOptions.qml index 0ad4f8bb0c..4ff7cf7092 100644 --- a/resources/qml/MachineSettings/ComboBoxWithOptions.qml +++ b/resources/qml/MachineSettings/ComboBoxWithOptions.qml @@ -5,7 +5,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura import "../Widgets" @@ -52,15 +52,13 @@ UM.TooltipArea watchedProperties: [ "value", "options", "description" ] } - Label + UM.Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: comboBox.verticalCenter visible: text != "" font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } ListModel diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 2950714d6a..0287e0213f 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -62,15 +62,12 @@ UM.TooltipArea watchedProperties: [ "value", "description" ] } - Label + UM.Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: textFieldWithUnit.verticalCenter visible: text != "" - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } TextField diff --git a/resources/qml/MachineSettings/SimpleCheckBox.qml b/resources/qml/MachineSettings/SimpleCheckBox.qml index cda666571f..fa40cecef2 100644 --- a/resources/qml/MachineSettings/SimpleCheckBox.qml +++ b/resources/qml/MachineSettings/SimpleCheckBox.qml @@ -46,15 +46,13 @@ UM.TooltipArea watchedProperties: [ "value", "description" ] } - Label + UM.Label { id: fieldLabel anchors.left: parent.left anchors.verticalCenter: checkBox.verticalCenter visible: text != "" font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } UM.CheckBox diff --git a/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml index 18409dd43a..0bf29c13b7 100644 --- a/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.0 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.0 as Cura Item @@ -12,14 +12,13 @@ Item width: parent.width height: childrenRect.height - Label + UM.Label { id: header text: catalog.i18nc("@header", "Configurations") font: UM.Theme.getFont("medium") color: UM.Theme.getColor("small_button_text") height: contentHeight - renderType: Text.NativeRendering anchors { diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml index 10e2435dfc..0840cfea87 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml @@ -39,7 +39,7 @@ Item anchors.verticalCenter: parent.verticalCenter status: UM.StatusIcon.Status.WARNING } - Label + UM.Label { id: label anchors.left: icon.right @@ -51,9 +51,6 @@ Item text: Cura.MachineManager.printerConnected ? catalog.i18nc("@label", "Loading available configurations from the printer...") : catalog.i18nc("@label", "The configurations are not available because the printer is disconnected.") - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering wrapMode: Text.WordWrap } } diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 3e8fdd7397..08ea2efd5b 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -231,7 +231,6 @@ Window { id: syncStatusLabel anchors.left: parent.left - wrapMode: Text.Wrap elide: Text.ElideRight visible: text !== "" font: UM.Theme.getFont("medium") @@ -559,7 +558,6 @@ Window text: catalog.i18nc("@text", "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware.") Layout.fillWidth: true horizontalAlignment: Text.AlignHCenter - wrapMode: Text.Wrap } Item @@ -633,7 +631,6 @@ Window { text: catalog.i18nc("@text In the UI this is followed by a list of steps the user needs to take.", "Follow the following steps to load the new material profiles to your printer.") font: UM.Theme.getFont("medium") - wrapMode: Text.Wrap Layout.fillWidth: true } diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml index 625629c810..9e2d73609c 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml @@ -133,7 +133,6 @@ Item visible: (index % 20) == 0 // Only show steps of 20% anchors.horizontalCenter: parent.horizontalCenter y: UM.Theme.getSize("thin_margin").height - renderType: Text.NativeRendering color: UM.Theme.getColor("quality_slider_available") } } diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml index 1176142b3b..f96062463d 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.2 as UM +import UM 1.5 as UM import Cura 1.6 as Cura import ".." @@ -111,7 +111,7 @@ Item } height: intentCategoryLabel.height - Label + UM.Label { id: intentCategoryLabel text: model.name @@ -119,8 +119,6 @@ Item anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("section_icon").width + UM.Theme.getSize("narrow_margin").width font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering elide: Text.ElideRight } diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml index e4d322f9d4..af4280342c 100644 --- a/resources/qml/PrintSetupTooltip.qml +++ b/resources/qml/PrintSetupTooltip.qml @@ -90,7 +90,6 @@ UM.PointingRectangle y: UM.Theme.getSize("tooltip_margins").height width: textScroll.width - 2 * UM.Theme.getSize("tooltip_margins").width - wrapMode: Text.Wrap textFormat: Text.RichText color: UM.Theme.getColor("tooltip_text") } diff --git a/resources/qml/PrinterOutput/OutputDeviceHeader.qml b/resources/qml/PrinterOutput/OutputDeviceHeader.qml index aeb9d14363..bbc208374f 100644 --- a/resources/qml/PrinterOutput/OutputDeviceHeader.qml +++ b/resources/qml/PrinterOutput/OutputDeviceHeader.qml @@ -33,7 +33,6 @@ Item { id: outputDeviceNameLabel font: UM.Theme.getFont("large_bold") - color: UM.Theme.getColor("text") anchors.left: parent.left anchors.top: parent.top anchors.margins: UM.Theme.getSize("default_margin").width diff --git a/resources/qml/PrinterTypeLabel.qml b/resources/qml/PrinterTypeLabel.qml index f2e8dc6f48..7b9acc19c9 100644 --- a/resources/qml/PrinterTypeLabel.qml +++ b/resources/qml/PrinterTypeLabel.qml @@ -4,7 +4,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.1 -import UM 1.1 as UM +import UM 1.5 as UM // This component creates a label with the abbreviated name of a printer, with a rectangle surrounding the label. // It is created in a separated place in order to be reused whenever needed. @@ -24,14 +24,11 @@ Item radius: UM.Theme.getSize("checkbox_radius").width } - Label + UM.Label { id: printerTypeLabel text: "CFFFP" // As an abbreviated name of the Custom FFF Printer anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter - renderType: Text.NativeRendering - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") } } \ No newline at end of file diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index e975f1a2b9..228de4a9d6 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -5,7 +5,7 @@ import QtQuick 2.7 import QtQuick.Layouts 1.2 import QtQuick.Controls 2.0 -import UM 1.1 as UM +import UM 1.5 as UM import Cura 1.0 as Cura import "." @@ -135,7 +135,7 @@ Item } } - Label + UM.Label { id: label @@ -146,7 +146,6 @@ Item text: definition.label elide: Text.ElideMiddle - renderType: Text.NativeRendering textFormat: Text.PlainText color: UM.Theme.getColor("setting_control_text") diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml index 9c1abd31b7..6ecdc9dce0 100644 --- a/resources/qml/Toolbar.qml +++ b/resources/qml/Toolbar.qml @@ -210,12 +210,11 @@ Item width: toolHint.width + UM.Theme.getSize("default_margin").width height: toolHint.height; color: UM.Theme.getColor("tooltip") - Label + UM.Label { id: toolHint text: UM.ActiveTool.properties.getValue("ToolHint") != undefined ? UM.ActiveTool.properties.getValue("ToolHint") : "" color: UM.Theme.getColor("tooltip_text") - font: UM.Theme.getFont("default") anchors.horizontalCenter: parent.horizontalCenter } diff --git a/resources/qml/WelcomePages/AddCloudPrintersView.qml b/resources/qml/WelcomePages/AddCloudPrintersView.qml index 0b94d21fae..3f2d3dbab2 100644 --- a/resources/qml/WelcomePages/AddCloudPrintersView.qml +++ b/resources/qml/WelcomePages/AddCloudPrintersView.qml @@ -38,7 +38,7 @@ Item bottomMargin: UM.Theme.getSize("default_margin").height } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -47,7 +47,6 @@ Item text: catalog.i18nc("@label", "Add a Cloud printer") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } // Component that contains a busy indicator and a message, while it waits for Cura to discover a cloud printer @@ -65,7 +64,7 @@ Item running: searchingForCloudPrinters palette.dark: UM.Theme.getColor("text") } - Label + UM.Label { id: waitingLabel anchors.top: waitingIndicator.bottom @@ -73,10 +72,8 @@ Item horizontalAlignment: Text.AlignHCenter text: catalog.i18nc("@label", "Waiting for Cloud response") font: UM.Theme.getFont("large") - renderType: Text.NativeRendering - color: UM.Theme.getColor("text") } - Label + UM.Label { id: noPrintersFoundLabel anchors.top: waitingLabel.bottom @@ -85,9 +82,8 @@ Item horizontalAlignment: Text.AlignHCenter text: catalog.i18nc("@label", "No printers found in your account?") font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") } - Label + UM.Label { text: "Sign in with a different account" anchors.top: noPrintersFoundLabel.bottom @@ -112,7 +108,7 @@ Item } // Label displayed when a new cloud printer is discovered - Label + UM.Label { anchors.top: titleLabel.bottom anchors.topMargin: 2 * UM.Theme.getSize("default_margin").height @@ -121,7 +117,6 @@ Item text: catalog.i18nc("@label", "The following printers in your account have been added in Cura:") height: contentHeight + 2 * UM.Theme.getSize("default_margin").height visible: discoveredCloudPrintersModel.count > 0 - color: UM.Theme.getColor("text") } // The scrollView that contains the list of newly discovered Ultimaker Cloud printers. Visible only when @@ -153,32 +148,29 @@ Item Column { id: contentColumn - Label + UM.Label { id: cloudPrinterNameLabel leftPadding: UM.Theme.getSize("default_margin").width text: model.name ? model.name : "" font: UM.Theme.getFont("large_bold") - color: UM.Theme.getColor("text") elide: Text.ElideRight } - Label + UM.Label { id: cloudPrinterTypeLabel leftPadding: 2 * UM.Theme.getSize("default_margin").width topPadding: UM.Theme.getSize("thin_margin").height - text: {"Type: " + model.machine_type} + text: "Type: " + model.machine_type font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") elide: Text.ElideRight } - Label + UM.Label { id: cloudPrinterFirmwareVersionLabel leftPadding: 2 * UM.Theme.getSize("default_margin").width - text: {"Firmware version: " + model.firmware_version} + text: "Firmware version: " + model.firmware_version font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") elide: Text.ElideRight } } diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 127fca5fa6..1d868d72ef 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -183,7 +183,6 @@ Item UM.Label { width: parent.width - (2 * UM.Theme.getSize("default_margin").width) - wrapMode: Text.Wrap text: base.getMachineName() color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") diff --git a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml index dbf68ce701..83a38eab7a 100644 --- a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml +++ b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -15,7 +15,7 @@ Item { UM.I18nCatalog { id: catalog; name: "cura" } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -24,7 +24,6 @@ Item text: catalog.i18nc("@label", "Add a printer") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } DropDownWidget diff --git a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml index badd87326b..36c670f462 100644 --- a/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml @@ -218,7 +218,6 @@ Item anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter text: catalog.i18nc("@label", "Troubleshooting") - font: UM.Theme.getFont("default") color: UM.Theme.getColor("text_link") } diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index 1adaa09a49..90fdd2be91 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -5,7 +5,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.5 as Cura @@ -61,7 +61,7 @@ Item } } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -70,7 +70,6 @@ Item text: catalog.i18nc("@label", "Add printer by IP address") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } Item @@ -88,17 +87,13 @@ Item anchors.right: parent.right anchors.margins: UM.Theme.getSize("default_margin").width - Label + UM.Label { id: explainLabel height: contentHeight anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering text: catalog.i18nc("@label", "Enter the IP address of your printer on the network.") } @@ -136,7 +131,7 @@ Item onAccepted: addPrinterButton.clicked() } - Label + UM.Label { id: invalidInputLabel anchors.top: hostnameField.bottom @@ -144,9 +139,6 @@ Item anchors.left: parent.left visible: false text: catalog.i18nc("@text", "Please enter a valid IP address.") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } Cura.SecondaryButton @@ -188,14 +180,11 @@ Item anchors.top: userInputFields.bottom anchors.margins: UM.Theme.getSize("default_margin").width - Label + UM.Label { id: waitResponseLabel anchors.top: parent.top anchors.margins: UM.Theme.getSize("default_margin").width - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering visible: addPrinterByIpScreen.hasRequestInProgress || (addPrinterByIpScreen.hasRequestFinished && !addPrinterByIpScreen.isPrinterDiscovered) textFormat: Text.RichText @@ -225,18 +214,15 @@ Item visible: addPrinterByIpScreen.isPrinterDiscovered - Label + UM.Label { id: printerNameLabel anchors.top: parent.top font: UM.Theme.getFont("large") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering - text: !addPrinterByIpScreen.isPrinterDiscovered ? "???" : addPrinterByIpScreen.discoveredPrinter.name } - Label + UM.Label { id: printerCannotBeAddedLabel width: parent.width @@ -245,8 +231,6 @@ Item text: catalog.i18nc("@label", "This printer cannot be added because it's an unknown printer or it's not the host of a group.") visible: addPrinterByIpScreen.hasRequestFinished && !addPrinterByIpScreen.canAddPrinter font: UM.Theme.getFont("default_bold") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering wrapMode: Text.WordWrap } @@ -258,52 +242,33 @@ Item columns: 2 columnSpacing: UM.Theme.getSize("default_margin").width - Label + UM.Label { text: catalog.i18nc("@label", "Type") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { id: typeText text: !addPrinterByIpScreen.isPrinterDiscovered ? "?" : addPrinterByIpScreen.discoveredPrinter.readableMachineType - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - - Label + UM.Label { text: catalog.i18nc("@label", "Firmware version") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { id: firmwareText text: !addPrinterByIpScreen.isPrinterDiscovered ? "0.0.0.0" : addPrinterByIpScreen.discoveredPrinter.device.getProperty("firmware_version") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { text: catalog.i18nc("@label", "Address") - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } - Label + UM.Label { id: addressText text: !addPrinterByIpScreen.isPrinterDiscovered ? "0.0.0.0" : addPrinterByIpScreen.discoveredPrinter.address - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } } diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index 7dc35c7bc5..cf830a9b36 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -56,7 +56,7 @@ Item spacing: UM.Theme.getSize("thick_margin").height - Label + UM.Label { id: titleLabel anchors.horizontalCenter: parent.horizontalCenter @@ -64,7 +64,6 @@ Item text: catalog.i18nc("@label", "Sign in to the Ultimaker platform") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } // Filler item @@ -116,17 +115,13 @@ Item sourceSize.width: width sourceSize.height: height } - Label + UM.Label { id: marketplaceTextLabel anchors.horizontalCenter: parent.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Add material settings and plugins from the Marketplace") - wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } @@ -146,17 +141,13 @@ Item sourceSize.width: width sourceSize.height: height } - Label + UM.Label { id: syncTextLabel anchors.horizontalCenter: parent.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Backup and sync your material settings and plugins") - wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } @@ -176,17 +167,13 @@ Item sourceSize.width: width sourceSize.height: height } - Label + UM.Label { id: communityTextLabel anchors.horizontalCenter: communityColumn.horizontalCenter width: parent.width text: catalog.i18nc("@text", "Share ideas and get help from 48,000+ users in the Ultimaker Community") - wrapMode: Text.Wrap horizontalAlignment: Text.AlignHCenter - color: UM.Theme.getColor("text") - font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } } diff --git a/resources/qml/WelcomePages/DataCollectionsContent.qml b/resources/qml/WelcomePages/DataCollectionsContent.qml index be4d09e876..ece437890e 100644 --- a/resources/qml/WelcomePages/DataCollectionsContent.qml +++ b/resources/qml/WelcomePages/DataCollectionsContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -15,7 +15,7 @@ Item { UM.I18nCatalog { id: catalog; name: "cura" } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -24,7 +24,6 @@ Item text: catalog.i18nc("@label", "Help us to improve Ultimaker Cura") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } // Area where the cloud contents can be put. Pictures, texts and such. @@ -48,7 +47,7 @@ Item spacing: UM.Theme.getSize("wide_margin").height - Label + UM.Label { id: topLabel width: parent.width @@ -57,8 +56,6 @@ Item text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:") wrapMode: Text.WordWrap font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } Grid { @@ -91,7 +88,7 @@ Item } } - Label + UM.Label { id: bottomLabel width: parent.width @@ -107,10 +104,8 @@ Item textFormat: Text.RichText wrapMode: Text.WordWrap font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") linkColor: UM.Theme.getColor("text_link") onLinkActivated: CuraApplication.showMoreInformationDialogForAnonymousDataCollection() - renderType: Text.NativeRendering } } } diff --git a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml index 64a815855b..2503190c32 100644 --- a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml +++ b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -36,7 +36,7 @@ Item } } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -45,7 +45,6 @@ Item text: machineActionsModel.currentItem.title == undefined ? "" : machineActionsModel.currentItem.title color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } Item diff --git a/resources/qml/WelcomePages/ImageTile.qml b/resources/qml/WelcomePages/ImageTile.qml index 7ed07304e6..b8f40ed25f 100644 --- a/resources/qml/WelcomePages/ImageTile.qml +++ b/resources/qml/WelcomePages/ImageTile.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM // @@ -18,7 +18,7 @@ Column property alias text: label.text property alias imageSource: image.source - Label + UM.Label { id: label width: image.width @@ -26,9 +26,6 @@ Column horizontalAlignment: Text.AlignHCenter text: "" wrapMode: Text.WordWrap - font: UM.Theme.getFont("default") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } Image diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml index 619780435d..4123535cc9 100644 --- a/resources/qml/WelcomePages/WelcomeContent.qml +++ b/resources/qml/WelcomePages/WelcomeContent.qml @@ -4,7 +4,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura // @@ -48,7 +48,7 @@ Item width: parent.width } - Label + UM.Label { id: titleLabel anchors.horizontalCenter: parent.horizontalCenter @@ -56,20 +56,16 @@ Item text: catalog.i18nc("@label", "Welcome to Ultimaker Cura") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge_bold") - renderType: Text.NativeRendering } - Label + UM.Label { id: textLabel anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment: Text.AlignHCenter width: titleLabel.width + 2 * UM.Theme.getSize("thick_margin").width text: catalog.i18nc("@text", "Please follow these steps to set up Ultimaker Cura. This will only take a few moments.") - wrapMode: Text.Wrap font: UM.Theme.getFont("medium") - color: UM.Theme.getColor("text") - renderType: Text.NativeRendering } // Filler item diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml index 2ac3935ece..bbae9380a2 100644 --- a/resources/qml/WelcomePages/WhatsNewContent.qml +++ b/resources/qml/WelcomePages/WhatsNewContent.qml @@ -5,7 +5,7 @@ import QtQuick 2.10 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 -import UM 1.3 as UM +import UM 1.5 as UM import Cura 1.1 as Cura @@ -19,7 +19,7 @@ Item UM.I18nCatalog { id: catalog; name: "cura" } - Label + UM.Label { id: titleLabel anchors.top: parent.top @@ -28,7 +28,6 @@ Item text: catalog.i18nc("@label", "What's New") color: UM.Theme.getColor("primary_button") font: UM.Theme.getFont("huge") - renderType: Text.NativeRendering } Rectangle -- cgit v1.2.3 From 97e2d6a4322d59b0bf7eacc7bec9621ce8cdc934 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 10 May 2022 16:03:47 +0200 Subject: Use border only on active state Contributes to issue CURA-9217. --- .../qml/MachineSettings/NumericTextFieldWithUnit.qml | 14 +++++++++----- .../qml/PrintSetupSelector/Custom/CustomPrintSetup.qml | 1 - resources/qml/Settings/SettingExtruder.qml | 16 ++++++++++------ resources/qml/Settings/SettingOptionalExtruder.qml | 16 ++++++++++------ resources/qml/Settings/SettingTextField.qml | 14 +++++++++----- resources/qml/Widgets/ComboBox.qml | 14 ++++++++++++-- resources/qml/Widgets/TextField.qml | 14 ++++++++++++-- resources/themes/cura-light/theme.json | 3 ++- 8 files changed, 64 insertions(+), 28 deletions(-) (limited to 'resources') diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index 2950714d6a..79114b15c6 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -91,12 +91,12 @@ UM.TooltipArea { anchors.fill: parent - borderColor: (textFieldWithUnit.hovered || textFieldWithUnit.activeFocus) ? UM.Theme.getColor("text_field_border_hovered") : "transparent" + borderColor: textFieldWithUnit.activeFocus ? UM.Theme.getColor("text_field_border_active") : "transparent" liningColor: { if (!textFieldWithUnit.enabled) { - return UM.Theme.getColor("setting_control_disabled_border") + return UM.Theme.getColor("setting_control_disabled_border"); } switch (propertyProvider.properties.validationState) { @@ -109,11 +109,15 @@ UM.TooltipArea return UM.Theme.getColor("setting_validation_warning") } // Validation is OK. - if (textFieldWithUnit.hovered || textFieldWithUnit.activeFocus) + if(textFieldWithUnit.activeFocus) { - return UM.Theme.getColor("text_field_border_hovered") + return UM.Theme.getColor("text_field_border_active"); } - return UM.Theme.getColor("border_field_light") + if(textFieldWithUnit.hovered) + { + return UM.Theme.getColor("text_field_border_hovered"); + } + return UM.Theme.getColor("border_field_light"); } color: diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index fa2659c672..05ee28714b 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -129,7 +129,6 @@ Item background: UM.UnderlineBackground { id: backgroundItem - borderColor: intentSelection.hovered ? UM.Theme.getColor("text_field_border_hovered") : "transparent" liningColor: intentSelection.hovered ? UM.Theme.getColor("text_field_border_hovered") : UM.Theme.getColor("border_field_light") } diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml index d0bffe0f37..567161b8f6 100644 --- a/resources/qml/Settings/SettingExtruder.qml +++ b/resources/qml/Settings/SettingExtruder.qml @@ -125,18 +125,22 @@ SettingItem } return UM.Theme.getColor("setting_control") } - borderColor: (base.hovered || control.activeFocus) ? UM.Theme.getSize("text_field_border_hovered") : "transparent" + borderColor: control.activeFocus ? UM.Theme.getSize("text_field_border_active") : "transparent" liningColor: { - if (!enabled) + if(!enabled) + { + return UM.Theme.getColor("setting_control_disabled_border"); + } + if(control.activeFocus) { - return UM.Theme.getColor("setting_control_disabled_border") + return UM.Theme.getColor("text_field_border_active"); } - if (base.hovered || control.activeFocus) + if(base.hovered) { - return UM.Theme.getColor("text_field_border_hovered") + return UM.Theme.getColor("text_field_border_hovered"); } - return UM.Theme.getColor("border_field_light") + return UM.Theme.getColor("border_field_light"); } } diff --git a/resources/qml/Settings/SettingOptionalExtruder.qml b/resources/qml/Settings/SettingOptionalExtruder.qml index 8c57bc8651..22f03d44a2 100644 --- a/resources/qml/Settings/SettingOptionalExtruder.qml +++ b/resources/qml/Settings/SettingOptionalExtruder.qml @@ -126,18 +126,22 @@ SettingItem } return UM.Theme.getColor("setting_control") } - borderColor: (base.hovered || control.activeFocus) ? UM.Theme.getColor("text_field_border_hovered") : "transparent" + borderColor: control.activeFocus ? UM.Theme.getColor("text_field_border_active") : "transparent" liningColor: { - if (!enabled) + if(!enabled) + { + return UM.Theme.getColor("setting_control_disabled_border"); + } + if(control.activeFocus) { - return UM.Theme.getColor("setting_control_disabled_border") + return UM.Theme.getColor("text_field_border_active"); } - if (base.hovered || control.activeFocus) + if(base.hovered) { - return UM.Theme.getColor("text_field_border_hovered") + return UM.Theme.getColor("text_field_border_hovered"); } - return UM.Theme.getColor("border_field_light") + return UM.Theme.getColor("border_field_light"); } } diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index 8ec37f98d2..f0e3b2cacb 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -32,12 +32,12 @@ SettingItem anchors.fill: parent - borderColor: (hovered || input.activeFocus) ? UM.Theme.getColor("text_field_border_hovered") : "transparent" + borderColor: input.activeFocus ? UM.Theme.getColor("text_field_border_active") : "transparent" liningColor: { if(!enabled) { - return UM.Theme.getColor("text_field_border_disabled") + return UM.Theme.getColor("text_field_border_disabled"); } switch(propertyProvider.properties.validationState) { @@ -51,11 +51,15 @@ SettingItem return UM.Theme.getColor("setting_validation_warning"); } //Validation is OK. - if(hovered || input.activeFocus) + if(input.activeFocus) { - return UM.Theme.getColor("text_field_border_hovered") + return UM.Theme.getColor("text_field_border_active"); } - return UM.Theme.getColor("text_field_border") + if(hovered) + { + return UM.Theme.getColor("text_field_border_hovered"); + } + return UM.Theme.getColor("text_field_border"); } color: { diff --git a/resources/qml/Widgets/ComboBox.qml b/resources/qml/Widgets/ComboBox.qml index 54d59817db..988b7c3782 100644 --- a/resources/qml/Widgets/ComboBox.qml +++ b/resources/qml/Widgets/ComboBox.qml @@ -30,13 +30,23 @@ ComboBox PropertyChanges { target: contentLabel; color: UM.Theme.getColor("setting_control_disabled_text")} }, State + { + name: "active" + when: control.activeFocus + PropertyChanges + { + target: background + borderColor: UM.Theme.getColor("text_field_border_active") + liningColor: UM.Theme.getColor("text_field_border_active") + } + }, + State { name: "highlighted" - when: base.hovered || control.hovered || control.activeFocus + when: (base.hovered || control.hovered) && !control.activeFocus PropertyChanges { target: background - borderColor: UM.Theme.getColor("text_field_border_hovered") liningColor: UM.Theme.getColor("text_field_border_hovered") } } diff --git a/resources/qml/Widgets/TextField.qml b/resources/qml/Widgets/TextField.qml index a86f2548cc..085c7b7742 100644 --- a/resources/qml/Widgets/TextField.qml +++ b/resources/qml/Widgets/TextField.qml @@ -44,14 +44,24 @@ TextField PropertyChanges { target: backgroundRectangle; color: UM.Theme.getColor("setting_validation_error_background")} }, State + { + name: "active" + when: control.activeFocus + PropertyChanges + { + target: backgroundRectangle + liningColor: UM.Theme.getColor("text_field_border_active") + borderColor: UM.Theme.getColor("text_field_border_active") + } + }, + State { name: "hovered" - when: control.hovered || control.activeFocus + when: control.hovered && !control.activeFocus PropertyChanges { target: backgroundRectangle liningColor: UM.Theme.getColor("text_field_border_hovered") - borderColor: UM.Theme.getColor("text_field_border_hovered") } } ] diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 616354659f..b3ee4c912b 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -363,7 +363,8 @@ "text_field": "background_1", "text_field_border": [180, 180, 180, 255], - "text_field_border_hovered": "border_accent_2", + "text_field_border_hovered": "border_main", + "text_field_border_active": "border_accent_2", "text_field_border_disabled": "background_2", "text_field_text": "text_default", "text_field_text_disabled": "text_disabled", -- cgit v1.2.3 From 5479479596f833087cd20f18fd13dadb39d00678 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 10 May 2022 17:48:05 +0200 Subject: Make parent item of ExtruderIcons handle all scaling. CURA-9106 --- resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml | 10 ++++++++-- resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml | 7 +++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml index 8d4fc9c2b5..29b5c8c4ae 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml @@ -36,6 +36,8 @@ Cura.ExpandablePopup headerItem: Item { + id: headerBase + // Horizontal list that shows the extruders and their materials RowLayout { @@ -51,9 +53,12 @@ Cura.ExpandablePopup { id: extruderItem - Layout.preferredWidth: Math.round(parent.width / extrudersModel.count) - Layout.maximumWidth: Math.round(parent.width / extrudersModel.count) + Layout.preferredWidth: Math.floor(headerBase.width / extrudersModel.count) + Layout.maximumWidth: Math.floor(headerBase.width / extrudersModel.count) + Layout.preferredHeight: headerBase.height + Layout.maximumHeight: headerBase.height Layout.fillHeight: true + Layout.alignment: Qt.AlignmentFlag.AlignHCenter | Qt.AlignmentFlag.AlignVCenter property var extruderStack: activeMachine ? activeMachine.extruderList[model.index]: null property bool valueWarning: !Cura.ExtruderManager.getExtruderHasQualityForMaterial(extruderStack) @@ -65,6 +70,7 @@ Cura.ExpandablePopup id: extruderIcon materialColor: model.color extruderEnabled: model.enabled + anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter } diff --git a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml index 7223706e63..c24c031e83 100644 --- a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml @@ -97,13 +97,16 @@ Item checked: model.index == 0 contentItem: Item { + anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter: parent.verticalCenter + width: Math.floor(tabBar.height / extrudersModel.count) + height: tabBar.height Cura.ExtruderIcon { anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter: parent.verticalCenter materialColor: model.color extruderEnabled: model.enabled - width: parent.height - height: parent.height } } onClicked: -- cgit v1.2.3 From 16eb78a5a74d771d146d9a99749776005b0f40d4 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 10 May 2022 19:12:52 +0200 Subject: Properly align center. CURA-9106 --- resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml index 29b5c8c4ae..b75995df6f 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml @@ -58,7 +58,7 @@ Cura.ExpandablePopup Layout.preferredHeight: headerBase.height Layout.maximumHeight: headerBase.height Layout.fillHeight: true - Layout.alignment: Qt.AlignmentFlag.AlignHCenter | Qt.AlignmentFlag.AlignVCenter + Layout.alignment: Qt.AlignCenter property var extruderStack: activeMachine ? activeMachine.extruderList[model.index]: null property bool valueWarning: !Cura.ExtruderManager.getExtruderHasQualityForMaterial(extruderStack) -- cgit v1.2.3 From f0d3686ee7dc9dac9fad6bb6786587efdf21b752 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 11 May 2022 15:36:44 +0200 Subject: Fix alignment. CURA-9106 Co-authored-by: Casper Lamboo --- resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources') diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml index b75995df6f..76d33c9c77 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml @@ -70,7 +70,6 @@ Cura.ExpandablePopup id: extruderIcon materialColor: model.color extruderEnabled: model.enabled - anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter } -- cgit v1.2.3 From 482d21c6422bdcbc0e345ee9583f0eef5140a86e Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 11 May 2022 17:23:54 +0200 Subject: Fix for tooltip Problem was that the mouse events were not properly propagated to the underlying mouse area. Fixed by placing the MouseArea on top of the content (instead of under) and allowing the mouse events to propagate through the mouse area. CURA-9219 --- resources/qml/TableView.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources') diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml index 444d310511..7da2341908 100644 --- a/resources/qml/TableView.qml +++ b/resources/qml/TableView.qml @@ -171,6 +171,12 @@ Item acceptedButtons: Qt.LeftButton text: (cellTextMetrics.elidedText == cellContent.text) ? "" : cellContent.text //Show full text in tooltip if it was elided. + } + + MouseArea + { + anchors.fill: parent + propagateComposedEvents: true onClicked: { if(tableBase.allowSelection) -- cgit v1.2.3 From 439df31028e692f1b5002d87a9a62d0a68b27320 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 5 May 2022 15:59:52 +0200 Subject: This setting change results in a reduction of the bufferunderrun blobs that were observered when switching from Cura 4.13 to 5.0. Increasing the deviation results in less small segments and reduces the segments per second. Stijn Antz observered that the blob artefacts disappeared when applying this change. Relates to PP-168 --- resources/definitions/ultimaker2_plus_connect.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json index 1effa1616f..68ef4aca6c 100644 --- a/resources/definitions/ultimaker2_plus_connect.def.json +++ b/resources/definitions/ultimaker2_plus_connect.def.json @@ -81,7 +81,7 @@ "material_bed_temperature_layer_0": { "maximum_value": 110 }, "material_print_temperature": { "maximum_value": 260 }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 4" }, + "meshfix_maximum_deviation": { "value": "layer_height / 3" }, "meshfix_maximum_travel_resolution": { "value": 0.5 }, "prime_blob_enable": { "enabled": true, "default_value": true, "value": "resolveOrValue('print_sequence') != 'one_at_a_time'" }, "retraction_prime_speed": { "value": "15" }, -- cgit v1.2.3 From 843bdcfb466877cdb145692602ff74a4e5087068 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Fri, 6 May 2022 10:52:31 +0200 Subject: After more research it was observered that this change decreased the print quality of normal prints and only improved the quality in the spiral mode. Therefore the higher deviation settings is only enabled for the in spiralize mode. Relates to PP-168 --- resources/definitions/ultimaker2_plus_connect.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json index 68ef4aca6c..3c98695079 100644 --- a/resources/definitions/ultimaker2_plus_connect.def.json +++ b/resources/definitions/ultimaker2_plus_connect.def.json @@ -81,7 +81,7 @@ "material_bed_temperature_layer_0": { "maximum_value": 110 }, "material_print_temperature": { "maximum_value": 260 }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 3" }, + "meshfix_maximum_deviation": { "value": "layer_height / 3 if magic_spiralize else layer_height / 4" }, "meshfix_maximum_travel_resolution": { "value": 0.5 }, "prime_blob_enable": { "enabled": true, "default_value": true, "value": "resolveOrValue('print_sequence') != 'one_at_a_time'" }, "retraction_prime_speed": { "value": "15" }, -- cgit v1.2.3 From 2f357cc6e564c15d36559c96cf4b7152275db9da Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 13 May 2022 13:11:00 +0200 Subject: Add brackets for increased readability. I had to try out what this actually did, fortunately, the result was the same as the without brackets version in all cases, otherwise we'd have a pretty weird problem. relates to PP-168 and in 5.0 becasue of CURA-9293 --- resources/definitions/ultimaker2_plus_connect.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json index 3c98695079..8ccbd7f380 100644 --- a/resources/definitions/ultimaker2_plus_connect.def.json +++ b/resources/definitions/ultimaker2_plus_connect.def.json @@ -81,7 +81,7 @@ "material_bed_temperature_layer_0": { "maximum_value": 110 }, "material_print_temperature": { "maximum_value": 260 }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 3 if magic_spiralize else layer_height / 4" }, + "meshfix_maximum_deviation": { "value": "(layer_height / 3) if magic_spiralize else (layer_height / 4)" }, "meshfix_maximum_travel_resolution": { "value": 0.5 }, "prime_blob_enable": { "enabled": true, "default_value": true, "value": "resolveOrValue('print_sequence') != 'one_at_a_time'" }, "retraction_prime_speed": { "value": "15" }, -- cgit v1.2.3 From acc8b511d03e5cdd467724d7e2c3dd28d14fb795 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 13 May 2022 14:17:12 +0200 Subject: Add setting to no longer use different jerk/acc for travels Enabling this adds more control, possibly improving the productivity of the printer by allowing higher acceleration and jerk rates during travel moves where they have less of an impact. Disabling this reduces the size of the g-code and the CPU requirements of the printer. Contributes to issue CURA-8708. --- resources/definitions/fdmprinter.def.json | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9e12d7f7e1..c411162359 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3322,6 +3322,17 @@ "settable_per_mesh": false, "settable_per_extruder": false }, + "acceleration_travel_enabled": + { + "label": "Enable Travel Acceleration", + "description": "Use a separate acceleration rate for travel moves. If disabled, travel moves will use the acceleration value of the printed line at their destination.", + "type": "bool", + "default_value": true, + "resolve": "any(extruderValues('acceleration_travel_enabled'))", + "enabled": "acceleration_enabled", + "settable_per_mesh": false, + "settable_per_extruder": false + }, "acceleration_print": { "label": "Print Acceleration", @@ -3541,7 +3552,7 @@ "minimum_value_warning": "100", "maximum_value_warning": "10000", "value": "acceleration_print if magic_spiralize else 5000", - "enabled": "resolveOrValue('acceleration_enabled')", + "enabled": "resolveOrValue('acceleration_enabled') and resolveOrValue('acceleration_travel_enabled')", "settable_per_mesh": false }, "acceleration_layer_0": @@ -3584,7 +3595,7 @@ "minimum_value": "0.1", "minimum_value_warning": "100", "maximum_value_warning": "10000", - "enabled": "resolveOrValue('acceleration_enabled')", + "enabled": "resolveOrValue('acceleration_enabled') and resolveOrValue('acceleration_travel_enabled')", "settable_per_extruder": true, "settable_per_mesh": false } @@ -3615,6 +3626,17 @@ "settable_per_mesh": false, "settable_per_extruder": false }, + "jerk_travel_enabled": + { + "label": "Enable Travel Jerk", + "description": "Use a separate acceleration rate for travel moves. If disabled, travel moves will use the acceleration value of the printed line at their destination.", + "type": "bool", + "default_value": true, + "resolve": "any(extruderValues('jerk_travel_enabled'))", + "enabled": "jerk_enabled", + "settable_per_mesh": false, + "settable_per_extruder": false + }, "jerk_print": { "label": "Print Jerk", @@ -3820,7 +3842,7 @@ "minimum_value": "0", "maximum_value_warning": "50", "value": "jerk_print if magic_spiralize else 30", - "enabled": "resolveOrValue('jerk_enabled')", + "enabled": "resolveOrValue('jerk_enabled') and resolveOrValue('jerk_travel_enabled')", "settable_per_mesh": false }, "jerk_layer_0": @@ -3860,7 +3882,7 @@ "value": "jerk_layer_0 * jerk_travel / jerk_print", "minimum_value": "0", "maximum_value_warning": "50", - "enabled": "resolveOrValue('jerk_enabled')", + "enabled": "resolveOrValue('jerk_enabled') and resolveOrValue('jerk_travel_enabled')", "settable_per_extruder": true, "settable_per_mesh": false } -- cgit v1.2.3 From 966fa6f58ac104504df60fd07767a904f0b5514e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 10 May 2022 19:14:40 +0200 Subject: Add back missing translations CURA-9141 --- resources/i18n/cs_CZ/cura.po | 114 +- resources/i18n/cura.pot | 7992 +++++++++++++++++++++--------------------- resources/i18n/de_DE/cura.po | 118 +- resources/i18n/es_ES/cura.po | 114 +- resources/i18n/fr_FR/cura.po | 102 +- resources/i18n/it_IT/cura.po | 98 +- resources/i18n/ja_JP/cura.po | 102 +- resources/i18n/ko_KR/cura.po | 98 +- resources/i18n/nl_NL/cura.po | 98 +- resources/i18n/pt_BR/cura.po | 99 +- resources/i18n/pt_PT/cura.po | 98 +- resources/i18n/ru_RU/cura.po | 98 +- resources/i18n/tr_TR/cura.po | 98 +- resources/i18n/zh_CN/cura.po | 98 +- resources/i18n/zh_TW/cura.po | 98 +- 15 files changed, 4806 insertions(+), 4619 deletions(-) (limited to 'resources') diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index a4ac5ef5a0..e5e58ab50b 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -6563,41 +6563,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB tisk" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Synchronizovat materiály s tiskárnami" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Pro instalaci balíčku musíte přijmout licenční ujednání" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Než se změny projeví, musíte ukončit a restartovat {}." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Zjištěny změny z vašeho účtu Ultimaker" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Synchronizuji..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Změny z vašeho účtu" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Zjištěny změny z vašeho účtu Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Schovat" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Chcete synchronizovat materiál a softwarové balíčky s vaším účtem?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Odmítnout a odstranit z účtu" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Synchronizovat" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Chcete synchronizovat materiálové a softwarové balíčky s vaším účtem?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Odmítnout a odstranit z účtu" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Synchronizuji..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "Nepovedlo se stáhnout {} zásuvných modulů" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Následující balíčky byly přidány:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Licenční ujednání zásuvného modulu" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Než se změny projeví, musíte ukončit a restartovat {}." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "Nepovedlo se stáhnout {} zásuvných modulů" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Licenční ujednání zásuvného modulu" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Synchronizovat materiály s tiskárnami" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchronizovat" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -6787,22 +6815,6 @@ msgstr "USB tisk" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Nelze se připojit k databázi balíčku Cura. Zkontrolujte připojení." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Pro instalaci balíčku musíte přijmout licenční ujednání" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Změny z vašeho účtu" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Schovat" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Následující balíčky byly přidány:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Následující balíčky nelze nainstalovat z důvodu nekompatibilní verze Cura:" @@ -7233,22 +7245,6 @@ msgstr "USB tisk" #~ msgid "Create an account" #~ msgstr "Vytvořit účet" -#~ msgctxt "@info:generic" -#~ msgid "" -#~ "\n" -#~ "Do you want to sync material and software packages with your account?" -#~ msgstr "" -#~ "\n" -#~ "Chcete synchronizovat materiálové a softwarové balíčky s vaším účtem?" - -#~ msgctxt "@info:generic" -#~ msgid "" -#~ "\n" -#~ "Syncing..." -#~ msgstr "" -#~ "\n" -#~ "Synchronizuji..." - #~ msgctxt "@info:status" #~ msgid "Nothing to slice because none of the models fit the build volume or are assigned to a disabled extruder. Please scale or rotate models to fit, or enable an extruder." #~ msgstr "Nic ke slicování, protože žádný z modelů neodpovídá objemu sestavení nebo není přiřazen k vytlačovacímu stroji s deaktivací. Změňte měřítko nebo otočte modely, aby se vešly, nebo povolte extrudér." diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index e4a9ab9554..eb894fd565 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-04-13 10:49+0200\n" +"POT-Creation-Date: 2022-05-10 17:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,2126 +18,2291 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PrepareStage/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Prepare" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileWriter/__init__.py:14 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura Profile" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:85 +msgctxt "@tooltip" +msgid "Outer Wall" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:15 -msgctxt "@item:inlistbox 'Open' is part of the name of this file format." -msgid "Open Compressed Triangle Mesh" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:86 +msgctxt "@tooltip" +msgid "Inner Walls" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "COLLADA Digital Asset Exchange" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:87 +msgctxt "@tooltip" +msgid "Skin" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:23 -msgctxt "@item:inlistbox" -msgid "glTF Binary" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:88 +msgctxt "@tooltip" +msgid "Infill" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:27 -msgctxt "@item:inlistbox" -msgid "glTF Embedded JSON" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:89 +msgctxt "@tooltip" +msgid "Support Infill" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:36 -msgctxt "@item:inlistbox" -msgid "Stanford Triangle Format" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:90 +msgctxt "@tooltip" +msgid "Support Interface" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/TrimeshReader/__init__.py:40 -msgctxt "@item:inlistbox" -msgid "Compressed COLLADA Digital Asset Exchange" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:91 +msgctxt "@tooltip" +msgid "Support" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 -msgctxt "@info" -msgid "Could not access update information." +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:92 +msgctxt "@tooltip" +msgid "Skirt" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 -#, python-brace-format -msgctxt "" -"@info Don't translate {machine_name}, since it gets replaced by a printer " -"name!" -msgid "" -"New features or bug-fixes may be available for your {machine_name}! If you " -"haven't done so already, it is recommended to update the firmware on your " -"printer to version {latest_version}." +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:93 +msgctxt "@tooltip" +msgid "Prime Tower" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 -#, python-format -msgctxt "@info:title The %s gets replaced with the printer name." -msgid "New %s stable firmware available" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:94 +msgctxt "@tooltip" +msgid "Travel" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 -msgctxt "@action:button" -msgid "How to update" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:95 +msgctxt "@tooltip" +msgid "Retractions" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/__init__.py:14 -msgctxt "@item:inmenu" -msgid "Monitor" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/PrintInformation.py:96 +msgctxt "@tooltip" +msgid "Other" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Save to Removable Drive" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/TextManager.py:37 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/TextManager.py:63 +msgctxt "@text:window" +msgid "The release notes could not be opened." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/ObjectsModel.py:69 #, python-brace-format -msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" +msgctxt "@label" +msgid "Group #{group_nr}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 -msgctxt "@info:status" -msgid "There are no file formats available to write with!" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/WelcomePagesModel.py:57 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/WelcomePagesModel.py:277 +msgctxt "@action:button" +msgid "Next" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 -#, python-brace-format -msgctxt "@info:progress Don't translate the XML tags !" -msgid "Saving to Removable Drive {0}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/WelcomePagesModel.py:286 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/WhatsNewPagesModel.py:67 +msgctxt "@action:button" +msgid "Skip" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 -msgctxt "@info:title" -msgid "Saving" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/WelcomePagesModel.py:290 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/AddPrinterPagesModel.py:26 +msgctxt "@action:button" +msgid "Finish" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "Could not save to {0}: {1}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/AddPrinterPagesModel.py:17 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 +msgctxt "@action:button" +msgid "Add" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 -#, python-brace-format -msgctxt "@info:status Don't translate the tag {device}!" -msgid "Could not find a file name when trying to write to {device}." +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/AddPrinterPagesModel.py:33 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:323 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:149 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/RenameDialog.qml:74 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:291 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ColorDialog.qml:139 +msgctxt "@action:button" +msgid "Cancel" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UI/WhatsNewPagesModel.py:72 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:444 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:177 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:172 +msgctxt "@action:button" +msgid "Close" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1782 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:156 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:166 -msgctxt "@info:title" -msgid "Error" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/ContainerManager.py:207 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:140 +msgctxt "@title:window" +msgid "File Already Exists" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/ContainerManager.py:208 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:141 #, python-brace-format +msgctxt "@label Don't translate the XML tag !" +msgid "" +"The file {0} already exists. Are you sure you want to " +"overwrite it?" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/ContainerManager.py:459 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/ContainerManager.py:462 msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" +msgid "Invalid file URL:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 -msgctxt "@info:title" -msgid "File Saved" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/cura_empty_instance_containers.py:36 +msgctxt "@info:not supported profile" +msgid "Not supported" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -msgctxt "@action:button" -msgid "Eject" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/cura_empty_instance_containers.py:55 +msgctxt "@info:No intent profile selected" +msgid "Default" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/MachineManager.py:713 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 +msgctxt "@label" +msgid "Nozzle" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 -#, python-brace-format -msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/MachineManager.py:857 +msgctxt "@info:message Followed by a list of settings." +msgid "" +"Settings have been changed to match the current availability of extruders:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/MachineManager.py:858 msgctxt "@info:title" -msgid "Safely Remove Hardware" +msgid "Settings updated" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Another program may be using the drive." +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/MachineManager.py:1480 +msgctxt "@info:title" +msgid "Extruder(s) Disabled" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1770 -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:217 -msgctxt "@info:title" -msgid "Warning" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/MachineManager.py:1614 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/QualityManagementModel.py:361 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 +msgctxt "@label" +msgid "Unknown" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 -msgctxt "@item:intext" -msgid "Removable Drive" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:153 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "" +"Failed to export profile to {0}: {1}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/AMFReader/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "AMF File" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:156 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:166 +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:1807 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:141 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:161 +msgctxt "@info:title" +msgid "Error" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPReader/__init__.py:22 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/__init__.py:28 -msgctxt "@item:inlistbox" -msgid "Ultimaker Format Package" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:163 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "" +"Failed to export profile to {0}: Writer plugin reported " +"failure." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:14 -msgctxt "@label" -msgid "Per Model Settings" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:171 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Exported profile to {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:tooltip" -msgid "Configure Per Model Settings" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:173 +msgctxt "@info:title" +msgid "Export succeeded" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 -msgctxt "@action" -msgid "Update Firmware" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:205 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}: {1}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:209 #, python-brace-format -msgctxt "@info:status" +msgctxt "@info:status Don't translate the XML tags !" msgid "" -"Cura has detected material profiles that were not yet installed on the host " -"printer of group {0}." +"Can't import profile from {0} before a printer is added." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 -msgctxt "@info:title" -msgid "Sending materials to printer" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:224 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "No custom profile to import in file {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:228 #, python-brace-format -msgctxt "@info:status" -msgid "" -"You are attempting to connect to {0} but it is not the host of a group. You " -"can visit the web page to configure it as a group host." +msgctxt "@info:status Don't translate the XML tags !" +msgid "Failed to import profile from {0}:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 -msgctxt "@info:title" -msgid "Not a group host" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:252 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:262 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags !" +msgid "" +"This profile {0} contains incorrect data, could not " +"import it." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 -msgctxt "@action" -msgid "Configure group" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:355 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tag !" +msgid "Failed to import profile from {0}:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:359 +#, python-brace-format msgctxt "@info:status" -msgid "Sending Print Job" +msgid "Successfully imported profile {0}." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:366 +#, python-brace-format msgctxt "@info:status" -msgid "Uploading print job to printer." +msgid "File {0} does not contain any valid profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:369 +#, python-brace-format msgctxt "@info:status" -msgid "Print job queue is full. The printer can't accept a new job." +msgid "Profile {0} has an unknown file type or is corrupted." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 -msgctxt "@info:title" -msgid "Queue Full" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:443 +msgctxt "@label" +msgid "Custom profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:459 msgctxt "@info:status" -msgid "Please wait until the current job has been sent." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 -msgctxt "@info:title" -msgid "Print error" +msgid "Profile is missing a quality type." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:463 msgctxt "@info:status" -msgid "Print job was successfully sent to the printer." +msgid "There is no active printer yet." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 -msgctxt "@info:title" -msgid "Data Sent" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:469 +msgctxt "@info:status" +msgid "Unable to add the profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:483 #, python-brace-format msgctxt "@info:status" msgid "" -"Your printer {printer_name} could be connected via cloud.\n" -" Manage your print queue and monitor your prints from anywhere connecting " -"your printer to Digital Factory" +"Quality type '{0}' is not compatible with the current active machine " +"definition '{1}'." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 -msgctxt "@info:title" -msgid "Are you ready for cloud printing?" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Settings/CuraContainerRegistry.py:488 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Warning: The profile is not visible because its quality type '{0}' is not " +"available for the current configuration. Switch to a material/nozzle " +"combination that can use this quality type." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 -msgctxt "@action" -msgid "Get started" +#: /Users/j.delarago/development/cura_installation/Cura/cura/MultiplyObjectsJob.py:30 +msgctxt "@info:status" +msgid "Multiplying and placing objects" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 -msgctxt "@action" -msgid "Learn more" +#: /Users/j.delarago/development/cura_installation/Cura/cura/MultiplyObjectsJob.py:32 +msgctxt "@info:title" +msgid "Placing Objects" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +#: /Users/j.delarago/development/cura_installation/Cura/cura/MultiplyObjectsJob.py:99 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Arranging/ArrangeObjectsJob.py:41 msgctxt "@info:status" -msgid "" -"You are attempting to connect to a printer that is not running Ultimaker " -"Connect. Please update the printer to the latest firmware." +msgid "Unable to find a location within the build volume for all objects" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +#: /Users/j.delarago/development/cura_installation/Cura/cura/MultiplyObjectsJob.py:100 msgctxt "@info:title" -msgid "Update your printer" +msgid "Placing Object" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 -msgctxt "@info:text" -msgid "Could not upload the data to the printer." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:529 +msgctxt "@info:progress" +msgid "Loading machines..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 -msgctxt "@info:title" -msgid "Network error" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:536 +msgctxt "@info:progress" +msgid "Setting up preferences..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print over network" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:681 +msgctxt "@info:progress" +msgid "Initializing Active Machine..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 -msgctxt "@properties:tooltip" -msgid "Print over network" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:821 +msgctxt "@info:progress" +msgid "Initializing machine manager..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 -msgctxt "@info:status" -msgid "Connected over the network" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:835 +msgctxt "@info:progress" +msgid "Initializing build volume..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 -msgctxt "@info:status" -msgid "tomorrow" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:903 +msgctxt "@info:progress" +msgid "Setting up scene..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 -msgctxt "@info:status" -msgid "today" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:939 +msgctxt "@info:progress" +msgid "Loading interface..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 -msgctxt "@action" -msgid "Connect via Network" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:944 +msgctxt "@info:progress" +msgid "Initializing engine..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 -msgctxt "info:status" -msgid "New printer detected from your Ultimaker account" -msgid_plural "New printers detected from your Ultimaker account" -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:1267 +#, python-format +msgctxt "" +"@info 'width', 'depth' and 'height' are variable names that must NOT be " +"translated; just translate the format of ##x##x## mm." +msgid "%(width).1f x %(depth).1f x %(height).1f mm" +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:240 +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:1793 #, python-brace-format -msgctxt "info:status Filled in with printer name and printer model." -msgid "Adding printer {name} ({model}) from your account" +msgctxt "@info:status" +msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:1795 +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationService.py:217 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:177 +msgctxt "@info:title" +msgid "Warning" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:257 +#: /Users/j.delarago/development/cura_installation/Cura/cura/CuraApplication.py:1805 #, python-brace-format -msgctxt "info:{0} gets replaced by a number of printers" -msgid "... and {0} other" -msgid_plural "... and {0} others" -msgstr[0] "" -msgstr[1] "" +msgctxt "@info:status" +msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:262 -msgctxt "info:status" -msgid "Printers added from Digital Factory:" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationHelpers.py:89 +msgctxt "@message" +msgid "Could not read response." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:328 -msgctxt "info:status" -msgid "A cloud connection is not available for a printer" -msgid_plural "A cloud connection is not available for some printers" -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 +msgctxt "@message" +msgid "The provided state is not correct." +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:337 -msgctxt "info:status" -msgid "This printer is not linked to the Digital Factory:" -msgid_plural "These printers are not linked to the Digital Factory:" -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 +msgctxt "@message" +msgid "Timeout when authenticating with the account server." +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:342 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:432 -msgctxt "info:name" -msgid "Ultimaker Digital Factory" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 +msgctxt "@message" +msgid "Please give the required permissions when authorizing this application." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:346 -#, python-brace-format -msgctxt "info:status" -msgid "To establish a connection, please visit the {website_link}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 +msgctxt "@message" +msgid "Something unexpected happened when trying to log in, please try again." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:350 -msgctxt "@action:button" -msgid "Keep printer configurations" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationService.py:216 +msgctxt "@info" +msgid "" +"Unable to start a new sign in process. Check if another sign in attempt is " +"still active." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:355 -msgctxt "@action:button" -msgid "Remove printers" +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationService.py:277 +msgctxt "@info" +msgid "Unable to reach the Ultimaker account server." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:434 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "{printer_name} will be removed until the next account sync." +#: /Users/j.delarago/development/cura_installation/Cura/cura/OAuth2/AuthorizationService.py:278 +msgctxt "@info:title" +msgid "Log-in failed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:435 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "To remove {printer_name} permanently, visit {digital_factory_link}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Arranging/ArrangeObjectsJob.py:24 +msgctxt "@info:status" +msgid "Finding new location for objects" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:436 -#, python-brace-format -msgctxt "@message {printer_name} is replaced with the name of the printer" -msgid "Are you sure you want to remove {printer_name} temporarily?" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Arranging/ArrangeObjectsJob.py:28 +msgctxt "@info:title" +msgid "Finding Location" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:473 -msgctxt "@title:window" -msgid "Remove printers?" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Arranging/ArrangeObjectsJob.py:42 +msgctxt "@info:title" +msgid "Can't Find Location" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:476 -#, python-brace-format +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/ExtrudersModel.py:219 +msgctxt "@menuitem" +msgid "Not overridden" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:11 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:42 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/QualityManagementModel.py:338 +msgctxt "@label" +msgid "Default" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:14 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:45 msgctxt "@label" +msgid "Visual" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:15 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:46 +msgctxt "@text" msgid "" -"You are about to remove {0} printer from Cura. This action cannot be " -"undone.\n" -"Are you sure you want to continue?" -msgid_plural "" -"You are about to remove {0} printers from Cura. This action cannot be " -"undone.\n" -"Are you sure you want to continue?" -msgstr[0] "" -msgstr[1] "" +"The visual profile is designed to print visual prototypes and models with " +"the intent of high visual and surface quality." +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:18 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:49 msgctxt "@label" +msgid "Engineering" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:19 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:50 +msgctxt "@text" msgid "" -"You are about to remove all printers from Cura. This action cannot be " -"undone.\n" -"Are you sure you want to continue?" +"The engineering profile is designed to print functional prototypes and end-" +"use parts with the intent of better accuracy and for closer tolerances." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 -msgctxt "@action:button" -msgid "Print via cloud" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:22 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:53 +msgctxt "@label" +msgid "Draft" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 -msgctxt "@properties:tooltip" -msgid "Print via cloud" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentTranslations.py:23 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/IntentCategoryModel.py:54 +msgctxt "@text" +msgid "" +"The draft profile is designed to print initial prototypes and concept " +"validation with the intent of significant print time reduction." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/QualitySettingsModel.py:182 msgctxt "@info:status" -msgid "Connected via cloud" +msgid "Calculated" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 -msgctxt "@action:button" -msgid "Monitor print" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/QualityManagementModel.py:390 +msgctxt "@label" +msgid "Custom profiles" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 -msgctxt "@action:tooltip" -msgid "Track the print in Ultimaker Digital Factory" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/QualityManagementModel.py:425 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "All Supported Types ({0})" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/QualityManagementModel.py:426 +msgctxt "@item:inlistbox" +msgid "All Files (*)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 +msgctxt "@label" +msgid "" +"The printer(s) below cannot be connected because they are part of a group" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 +msgctxt "@label" +msgid "Available networked printers" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/GlobalStacksModel.py:138 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Connected printers" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/GlobalStacksModel.py:138 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +msgctxt "@label" +msgid "Preset printers" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/GlobalStacksModel.py:143 #, python-brace-format -msgctxt "@error:send" -msgid "Unknown error code when uploading print job: {0}" +msgctxt "@label {0} is the name of a printer that's about to be deleted." +msgid "Are you sure you wish to remove {0}? This cannot be undone!" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/MaterialManagementModel.py:55 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 +msgctxt "@action:button" +msgid "" +"Please sync the material profiles with your printers before starting to " +"print." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/MaterialManagementModel.py:56 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 +msgctxt "@action:button" +msgid "New materials installed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:31 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/MaterialManagementModel.py:63 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 +msgctxt "@action:button" +msgid "Sync materials" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/MaterialManagementModel.py:71 +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SolidView/SolidView.py:80 +msgctxt "@action:button" +msgid "Learn more" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/MaterialManagementModel.py:288 +msgctxt "@label" +msgid "Custom Material" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/Machines/Models/MaterialManagementModel.py:289 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:335 +msgctxt "@label" +msgid "Custom" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/API/Account.py:190 msgctxt "@info:title" -msgid "3D Model Assistant" +msgid "Login failed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ModelChecker/ModelChecker.py:97 -#, python-brace-format -msgctxt "@info:status" +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 +msgctxt "@message:text" +msgid "Could not save material archive to {}:" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 +msgctxt "@message:title" +msgid "Failed to save material archive" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 +msgctxt "@text" +msgid "Unknown error." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 +msgctxt "@text:error" +msgid "Failed to create archive of materials to sync with printers." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 +msgctxt "@text:error" +msgid "Failed to load the archive of materials to sync it with printers." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 +msgctxt "@text:error" +msgid "The response from Digital Factory appears to be corrupted." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 +msgctxt "@text:error" +msgid "The response from Digital Factory is missing important information." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 +msgctxt "@text:error" msgid "" -"

    One or more 3D models may not print optimally due to the model size and " -"material configuration:

    \n" -"

    {model_names}

    \n" -"

    Find out how to ensure the best possible print quality and reliability.\n" -"

    View print quality " -"guide

    " +"Failed to connect to Digital Factory to sync materials with some of the " +"printers." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 +msgctxt "@text:error" +msgid "Failed to connect to Digital Factory." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:129 +#: /Users/j.delarago/development/cura_installation/Cura/cura/BuildVolume.py:100 msgctxt "@info:status" -msgid "Cura does not accurately display layers when Wire Printing is enabled." +msgid "" +"The build volume height has been reduced due to the value of the \"Print " +"Sequence\" setting to prevent the gantry from colliding with printed models." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:130 +#: /Users/j.delarago/development/cura_installation/Cura/cura/BuildVolume.py:103 msgctxt "@info:title" -msgid "Simulation View" +msgid "Build Volume" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:133 -msgctxt "@info:status" -msgid "Nothing is shown because you need to slice first." +#: /Users/j.delarago/development/cura_installation/Cura/cura/Backups/Backup.py:115 +msgctxt "@info:backup_failed" +msgid "Could not create archive from user data directory: {}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:134 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Backups/Backup.py:122 +#: /Users/j.delarago/development/cura_installation/Cura/cura/Backups/Backup.py:159 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 msgctxt "@info:title" -msgid "No layers to show" +msgid "Backup" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationView.py:136 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:74 -msgctxt "@info:option_text" -msgid "Do not show this message again" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Backups/Backup.py:134 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup without having proper data or meta data." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/__init__.py:15 -msgctxt "@item:inlistbox" -msgid "Layer view" +#: /Users/j.delarago/development/cura_installation/Cura/cura/Backups/Backup.py:145 +msgctxt "@info:backup_failed" +msgid "Tried to restore a Cura backup that is higher than the current version." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:74 -msgctxt "@error:not supported" -msgid "GCodeWriter does not support non-text mode." +#: /Users/j.delarago/development/cura_installation/Cura/cura/Backups/Backup.py:158 +msgctxt "@info:backup_failed" +msgid "The following error occurred while trying to restore a Cura backup:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:80 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/GCodeWriter.py:96 -msgctxt "@warning:status" -msgid "Please prepare G-code before exporting." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:107 +msgctxt "@title:window" +msgid "Cura can't start" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeWriter/__init__.py:16 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeProfileReader/__init__.py:14 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "G-code File" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:113 +msgctxt "@label crash message" +msgid "" +"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." +"

    \n" +"

    We encountered an unrecoverable error during start " +"up. It was possibly caused by some incorrect configuration files. We suggest " +"to backup and reset your configuration.

    \n" +"

    Backups can be found in the configuration folder.\n" +"

    Please send us this Crash Report to fix the problem.\n" +" " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 -msgctxt "@error:zip" -msgid "Error writing 3mf file." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:122 +msgctxt "@action:button" +msgid "Send crash report to Ultimaker" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 -msgctxt "@error:zip" -msgid "3MF Writer plug-in is corrupt." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:125 +msgctxt "@action:button" +msgid "Show detailed crash report" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 -msgctxt "@error" -msgid "There is no workspace yet to write. Please add a printer first." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:129 +msgctxt "@action:button" +msgid "Show configuration folder" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 -msgctxt "@error:zip" -msgid "No permission to write the workspace here." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:140 +msgctxt "@action:button" +msgid "Backup and Reset Configuration" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 -msgctxt "@error:zip" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:171 +msgctxt "@title:window" +msgid "Crash Report" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:190 +msgctxt "@label crash message" msgid "" -"The operating system does not allow saving a project file to this location " -"or with this file name." +"

    A fatal error has occurred in Cura. Please send us this Crash Report " +"to fix the problem

    \n" +"

    Please use the \"Send report\" button to post a bug report " +"automatically to our servers

    \n" +" " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:26 -msgctxt "@item:inlistbox" -msgid "3MF file" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:198 +msgctxt "@title:groupbox" +msgid "System information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFWriter/__init__.py:34 -msgctxt "@item:inlistbox" -msgid "Cura Project 3MF file" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:207 +msgctxt "@label unknown version of Cura" +msgid "Unknown" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzReader/__init__.py:17 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/__init__.py:17 -msgctxt "@item:inlistbox" -msgid "Compressed G-code File" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:228 +msgctxt "@label Cura version number" +msgid "Cura version" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 -msgctxt "@message" -msgid "" -"Slicing failed with an unexpected error. Please consider reporting a bug on " -"our issue tracker." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:229 +msgctxt "@label" +msgid "Cura language" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 -msgctxt "@message:title" -msgid "Slicing failed" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:230 +msgctxt "@label" +msgid "OS language" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 -msgctxt "@message:button" -msgid "Report a bug" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:231 +msgctxt "@label Type of platform" +msgid "Platform" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 -msgctxt "@message:description" -msgid "Report a bug on Ultimaker Cura's issue tracker." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:232 +msgctxt "@label" +msgid "Qt version" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 -msgctxt "@info:status" -msgid "" -"Unable to slice with the current material as it is incompatible with the " -"selected machine or configuration." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:233 +msgctxt "@label" +msgid "PyQt version" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 -msgctxt "@info:title" -msgid "Unable to slice" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:234 +msgctxt "@label OpenGL version" +msgid "OpenGL" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Unable to slice with the current settings. The following settings have " -"errors: {0}" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:264 +msgctxt "@label" +msgid "Not yet initialized
    " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:267 #, python-brace-format -msgctxt "@info:status" -msgid "" -"Unable to slice due to some per-model settings. The following settings have " -"errors on one or more models: {error_labels}" +msgctxt "@label OpenGL version" +msgid "
  • OpenGL Version: {version}
  • " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 -msgctxt "@info:status" -msgid "" -"Unable to slice because the prime tower or prime position(s) are invalid." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:268 +#, python-brace-format +msgctxt "@label OpenGL vendor" +msgid "
  • OpenGL Vendor: {vendor}
  • " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 -#, python-format -msgctxt "@info:status" -msgid "" -"Unable to slice because there are objects associated with disabled Extruder " -"%s." +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:269 +#, python-brace-format +msgctxt "@label OpenGL renderer" +msgid "
  • OpenGL Renderer: {renderer}
  • " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 -msgctxt "@info:status" -msgid "" -"Please review settings and check if your models:\n" -"- Fit within the build volume\n" -"- Are assigned to an enabled extruder\n" -"- Are not all set as modifier meshes" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:303 +msgctxt "@title:groupbox" +msgid "Error traceback" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 -msgctxt "@info:status" -msgid "Processing Layers" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:389 +msgctxt "@title:groupbox" +msgid "Logs" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 -msgctxt "@info:title" -msgid "Information" +#: /Users/j.delarago/development/cura_installation/Cura/cura/CrashHandler.py:417 +msgctxt "@action:button" +msgid "Send report" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/X3DReader/__init__.py:13 -msgctxt "@item:inlistbox" -msgid "X3D File" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 +msgctxt "@action" +msgid "Machine Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:14 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/__init__.py:14 msgctxt "@item:inlistbox" msgid "JPG Image" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:18 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/__init__.py:18 msgctxt "@item:inlistbox" msgid "JPEG Image" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:22 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/__init__.py:22 msgctxt "@item:inlistbox" msgid "PNG Image" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:26 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/__init__.py:26 msgctxt "@item:inlistbox" msgid "BMP Image" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/__init__.py:30 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/__init__.py:30 msgctxt "@item:inlistbox" msgid "GIF Image" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:218 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:713 -msgctxt "@label" -msgid "Nozzle" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/XRayView/__init__.py:12 +msgctxt "@item:inlistbox" +msgid "X-Ray view" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags or !" -msgid "" -"Project file {0} contains an unknown machine type " -"{1}. Cannot import the machine. Models will be imported " -"instead." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/X3DReader/__init__.py:13 +msgctxt "@item:inlistbox" +msgid "X3D File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 -msgctxt "@info:title" -msgid "Open Project File" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraProfileReader/__init__.py:14 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraProfileWriter/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "" -"Project file {0} is suddenly inaccessible: {1}" -"." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 +msgctxt "@item:inmenu" +msgid "Post Processing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 -msgctxt "@info:title" -msgid "Can't Open Project File" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 +msgctxt "@item:inmenu" +msgid "Modify G-Code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tags or !" -msgid "" -"Project file {0} is corrupt: {1}." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/MeshFormatHandler.py:118 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +msgctxt "@info:status" +msgid "There are no file formats available to write with!" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 -#, python-brace-format -msgctxt "@info:error Don't translate the XML tag !" -msgid "" -"Project file {0} is made using profiles that are " -"unknown to this version of Ultimaker Cura." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:16 +msgctxt "@info:status" +msgid "Print job queue is full. The printer can't accept a new job." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:203 -msgctxt "@title:tab" -msgid "Recommended" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadQueueFullMessage.py:17 +msgctxt "@info:title" +msgid "Queue Full" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.py:205 -msgctxt "@title:tab" -msgid "Custom" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:15 +msgctxt "@info:text" +msgid "Could not upload the data to the printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:27 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "3MF File" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadErrorMessage.py:16 +msgctxt "@info:title" +msgid "Network error" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:57 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:72 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:94 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:149 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UFPWriter/UFPWriter.py:159 -msgctxt "@info:error" -msgid "Can't write to UFP file:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:15 +msgctxt "@info:status" +msgid "Please wait until the current job has been sent." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/LegacyProfileReader/__init__.py:14 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadBlockedMessage.py:16 +msgctxt "@info:title" +msgid "Print error" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:25 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Your printer {printer_name} could be connected via cloud.\n" +" Manage your print queue and monitor your prints from anywhere connecting " +"your printer to Digital Factory" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:26 msgctxt "@info:title" -msgid "Backups" +msgid "Are you ready for cloud printing?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 -msgctxt "@info:backup_status" -msgid "There was an error while uploading your backup." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:30 +msgctxt "@action" +msgid "Get started" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 -msgctxt "@info:backup_status" -msgid "Creating your backup..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/CloudFlowMessage.py:31 +msgctxt "@action" +msgid "Learn more" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 -msgctxt "@info:backup_status" -msgid "There was an error while creating your backup." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:15 +msgctxt "@info:status" +msgid "Sending Print Job" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 -msgctxt "@info:backup_status" -msgid "Uploading your backup..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadProgressMessage.py:16 +msgctxt "@info:status" +msgid "Uploading print job to printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 -msgctxt "@info:backup_status" -msgid "Your backup has finished uploading." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:24 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Cura has detected material profiles that were not yet installed on the host " +"printer of group {0}." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 -msgctxt "@error:file_size" -msgid "The backup exceeds the maximum file size." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/MaterialSyncMessage.py:26 +msgctxt "@info:title" +msgid "Sending materials to printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 -msgctxt "@item:inmenu" -msgid "Manage backups" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:27 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"You are attempting to connect to {0} but it is not the host of a group. You " +"can visit the web page to configure it as a group host." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:118 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:126 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:122 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:159 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:30 msgctxt "@info:title" -msgid "Backup" +msgid "Not a group host" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/DriveApiService.py:86 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 -msgctxt "@info:backup_status" -msgid "There was an error trying to restore your backup." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/NotClusterHostMessage.py:36 +msgctxt "@action" +msgid "Configure group" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 -msgctxt "@text" -msgid "Unable to read example data file." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18 +msgctxt "@info:status" +msgid "" +"You are attempting to connect to a printer that is not running Ultimaker " +"Connect. Please update the printer to the latest firmware." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 -msgctxt "@error:not supported" -msgid "GCodeGzWriter does not support text mode." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21 +msgctxt "@info:title" +msgid "Update your printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:35 -msgctxt "@item:inmenu" -msgid "Post Processing" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:15 +msgctxt "@info:status" +msgid "Print job was successfully sent to the printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py:36 -msgctxt "@item:inmenu" -msgid "Modify G-Code" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Messages/PrintJobUploadSuccessMessage.py:16 +msgctxt "@info:title" +msgid "Data Sent" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:12 -msgctxt "@label" -msgid "Support Blocker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:58 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print over network" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SupportEraser/__init__.py:13 -msgctxt "@info:tooltip" -msgid "Create a volume in which supports are not printed." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:59 +msgctxt "@properties:tooltip" +msgid "Print over network" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PreviewStage/__init__.py:13 -msgctxt "@item:inmenu" -msgid "Preview" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:60 +msgctxt "@info:status" +msgid "Connected over the network" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@item:inlistbox" -msgid "X-Ray view" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Utils.py:27 +msgctxt "@info:status" +msgid "tomorrow" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 -msgctxt "@action" -msgid "Level build plate" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Utils.py:30 +msgctxt "@info:status" +msgid "today" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/UltimakerNetworkedPrinterAction.py:28 msgctxt "@action" -msgid "Select upgrades" +msgid "Connect via Network" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:43 -msgctxt "@label:property" -msgid "Unknown Package" -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:229 +msgctxt "info:status" +msgid "New printer detected from your Ultimaker account" +msgid_plural "New printers detected from your Ultimaker account" +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/PackageModel.py:66 -msgctxt "@label:property" -msgid "Unknown Author" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:242 +#, python-brace-format +msgctxt "info:status Filled in with printer name and printer model." +msgid "Adding printer {name} ({model}) from your account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:116 -msgctxt "@info:error" -msgid "Could not interpret the server's response." -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:261 +#, python-brace-format +msgctxt "info:{0} gets replaced by a number of printers" +msgid "... and {0} other" +msgid_plural "... and {0} others" +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/RemotePackageList.py:146 -msgctxt "@info:error" -msgid "Could not reach Marketplace." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:266 +msgctxt "info:status" +msgid "Printers added from Digital Factory:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:28 -msgctxt "@label" -msgid "Installed Plugins" -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:334 +msgctxt "info:status" +msgid "A cloud connection is not available for a printer" +msgid_plural "A cloud connection is not available for some printers" +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:29 -msgctxt "@label" -msgid "Installed Materials" -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:343 +msgctxt "info:status" +msgid "This printer is not linked to the Digital Factory:" +msgid_plural "These printers are not linked to the Digital Factory:" +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:33 -msgctxt "@label" -msgid "Bundled Plugins" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:348 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:440 +msgctxt "info:name" +msgid "Ultimaker Digital Factory" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/LocalPackageList.py:34 -msgctxt "@label" -msgid "Bundled Materials" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:352 +#, python-brace-format +msgctxt "info:status" +msgid "To establish a connection, please visit the {website_link}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:71 -msgctxt "@info:status" -msgid "" -"The highlighted areas indicate either missing or extraneous surfaces. Fix " -"your model and open it again into Cura." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:356 +msgctxt "@action:button" +msgid "Keep printer configurations" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:73 -msgctxt "@info:title" -msgid "Model Errors" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:361 +msgctxt "@action:button" +msgid "Remove printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/SolidView.py:80 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:71 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:82 -msgctxt "@action:button" -msgid "Learn more" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:442 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "{printer_name} will be removed until the next account sync." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@item:inmenu" -msgid "Solid view" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:443 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "To remove {printer_name} permanently, visit {digital_factory_link}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:350 -msgctxt "@info:status" -msgid "Parsing G-code" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:444 +#, python-brace-format +msgctxt "@message {printer_name} is replaced with the name of the printer" +msgid "Are you sure you want to remove {printer_name} temporarily?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:352 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:506 -msgctxt "@info:title" -msgid "G-code Details" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:481 +msgctxt "@title:window" +msgid "Remove printers?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/FlavorParser.py:504 -msgctxt "@info:generic" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:484 +#, python-brace-format +msgctxt "@label" msgid "" -"Make sure the g-code is suitable for your printer and printer configuration " -"before sending the file to it. The g-code representation may not be accurate." +"You are about to remove {0} printer from Cura. This action cannot be " +"undone.\n" +"Are you sure you want to continue?" +msgid_plural "" +"You are about to remove {0} printers from Cura. This action cannot be " +"undone.\n" +"Are you sure you want to continue?" +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:489 +msgctxt "@label" +msgid "" +"You are about to remove all printers from Cura. This action cannot be " +"undone.\n" +"Are you sure you want to continue?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/GCodeReader/__init__.py:18 -msgctxt "@item:inlistbox" -msgid "G File" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:154 +msgctxt "@action:button" +msgid "Print via cloud" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:32 -msgctxt "@action" -msgid "Machine Settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:155 +msgctxt "@properties:tooltip" +msgid "Print via cloud" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 -msgctxt "@item:inmenu" -msgid "USB printing" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:156 +msgctxt "@info:status" +msgid "Connected via cloud" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 -msgctxt "@action:button Preceded by 'Ready to'." -msgid "Print via USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:261 +msgctxt "@action:button" +msgid "Monitor print" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 -msgctxt "@info:tooltip" -msgid "Print via USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:263 +msgctxt "@action:tooltip" +msgid "Track the print in Ultimaker Digital Factory" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 -msgctxt "@info:status" -msgid "Connected via USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py:279 +#, python-brace-format +msgctxt "@error:send" +msgid "Unknown error code when uploading print job: {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 -msgctxt "@label" -msgid "" -"A USB print is in progress, closing Cura will stop this print. Are you sure?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/__init__.py:28 +msgctxt "@item:inlistbox" +msgid "3MF file" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 -msgctxt "@message" -msgid "" -"A print is still in progress. Cura cannot start another print via USB until " -"the previous print has completed." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Cura Project 3MF file" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 -msgctxt "@message" -msgid "Print in Progress" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/ThreeMFWriter.py:226 +msgctxt "@error:zip" +msgid "Error writing 3mf file." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:529 -msgctxt "@info:progress" -msgid "Loading machines..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:31 +msgctxt "@error:zip" +msgid "3MF Writer plug-in is corrupt." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:536 -msgctxt "@info:progress" -msgid "Setting up preferences..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:37 +msgctxt "@error" +msgid "There is no workspace yet to write. Please add a printer first." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:678 -msgctxt "@info:progress" -msgid "Initializing Active Machine..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:64 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:97 +msgctxt "@error:zip" +msgid "No permission to write the workspace here." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:802 -msgctxt "@info:progress" -msgid "Initializing machine manager..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFWriter/ThreeMFWorkspaceWriter.py:101 +msgctxt "@error:zip" +msgid "" +"The operating system does not allow saving a project file to this location " +"or with this file name." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:816 -msgctxt "@info:progress" -msgid "Initializing build volume..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/DriveApiService.py:86 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/RestoreBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error trying to restore your backup." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:884 -msgctxt "@info:progress" -msgid "Setting up scene..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/DrivePluginExtension.py:69 +msgctxt "@item:inmenu" +msgid "Manage backups" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:920 -msgctxt "@info:progress" -msgid "Loading interface..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:25 +msgctxt "@info:title" +msgid "Backups" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:925 -msgctxt "@info:progress" -msgid "Initializing engine..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:26 +msgctxt "@info:backup_status" +msgid "There was an error while uploading your backup." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1242 -#, python-format -msgctxt "" -"@info 'width', 'depth' and 'height' are variable names that must NOT be " -"translated; just translate the format of ##x##x## mm." -msgid "%(width).1f x %(depth).1f x %(height).1f mm" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:46 +msgctxt "@info:backup_status" +msgid "Creating your backup..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1768 -#, python-brace-format -msgctxt "@info:status" -msgid "Only one G-code file can be loaded at a time. Skipped importing {0}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:55 +msgctxt "@info:backup_status" +msgid "There was an error while creating your backup." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CuraApplication.py:1780 -#, python-brace-format -msgctxt "@info:status" -msgid "Can't open any other file if G-code is loading. Skipped importing {0}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:59 +msgctxt "@info:backup_status" +msgid "Uploading your backup..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:42 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:338 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:11 -msgctxt "@label" -msgid "Default" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:69 +msgctxt "@info:backup_status" +msgid "Your backup has finished uploading." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:45 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:14 -msgctxt "@label" -msgid "Visual" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/CreateBackupJob.py:103 +msgctxt "@error:file_size" +msgid "The backup exceeds the maximum file size." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:46 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:15 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/SliceInfo.py:95 msgctxt "@text" -msgid "" -"The visual profile is designed to print visual prototypes and models with " -"the intent of high visual and surface quality." +msgid "Unable to read example data file." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPWriter/UFPWriter.py:57 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPWriter/UFPWriter.py:72 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPWriter/UFPWriter.py:94 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPWriter/UFPWriter.py:149 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPWriter/UFPWriter.py:159 +msgctxt "@info:error" +msgid "Can't write to UFP file:" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPWriter/__init__.py:28 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UFPReader/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "Ultimaker Format Package" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:49 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:18 -msgctxt "@label" -msgid "Engineering" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeProfileReader/__init__.py:14 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeReader/__init__.py:14 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeWriter/__init__.py:16 +msgctxt "@item:inlistbox" +msgid "G-code File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:50 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:19 -msgctxt "@text" -msgid "" -"The engineering profile is designed to print functional prototypes and end-" -"use parts with the intent of better accuracy and for closer tolerances." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeReader/FlavorParser.py:350 +msgctxt "@info:status" +msgid "Parsing G-code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:53 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:22 -msgctxt "@label" -msgid "Draft" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeReader/FlavorParser.py:352 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeReader/FlavorParser.py:506 +msgctxt "@info:title" +msgid "G-code Details" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentCategoryModel.py:54 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/IntentTranslations.py:23 -msgctxt "@text" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeReader/FlavorParser.py:504 +msgctxt "@info:generic" msgid "" -"The draft profile is designed to print initial prototypes and concept " -"validation with the intent of significant print time reduction." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/ExtrudersModel.py:219 -msgctxt "@menuitem" -msgid "Not overridden" +"Make sure the g-code is suitable for your printer and printer configuration " +"before sending the file to it. The g-code representation may not be accurate." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/GlobalStacksModel.py:143 -#, python-brace-format -msgctxt "@label {0} is the name of a printer that's about to be deleted." -msgid "Are you sure you wish to remove {0}? This cannot be undone!" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeReader/__init__.py:18 +msgctxt "@item:inlistbox" +msgid "G File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:83 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:361 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1614 -msgctxt "@label" -msgid "Unknown" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/TrimeshReader/__init__.py:15 +msgctxt "@item:inlistbox 'Open' is part of the name of this file format." +msgid "Open Compressed Triangle Mesh" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:113 -msgctxt "@label" -msgid "" -"The printer(s) below cannot be connected because they are part of a group" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/TrimeshReader/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "COLLADA Digital Asset Exchange" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/DiscoveredPrintersModel.py:115 -msgctxt "@label" -msgid "Available networked printers" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/TrimeshReader/__init__.py:23 +msgctxt "@item:inlistbox" +msgid "glTF Binary" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualitySettingsModel.py:182 -msgctxt "@info:status" -msgid "Calculated" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/TrimeshReader/__init__.py:27 +msgctxt "@item:inlistbox" +msgid "glTF Embedded JSON" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:55 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:66 -msgctxt "@action:button" -msgid "" -"Please sync the material profiles with your printers before starting to " -"print." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/TrimeshReader/__init__.py:36 +msgctxt "@item:inlistbox" +msgid "Stanford Triangle Format" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:56 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:67 -msgctxt "@action:button" -msgid "New materials installed" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/TrimeshReader/__init__.py:40 +msgctxt "@item:inlistbox" +msgid "Compressed COLLADA Digital Asset Exchange" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:63 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:74 -msgctxt "@action:button" -msgid "Sync materials" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.py:24 +msgctxt "@action" +msgid "Level build plate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:288 -msgctxt "@label" -msgid "Custom Material" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelection.py:21 +msgctxt "@action" +msgid "Select upgrades" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/MaterialManagementModel.py:289 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:336 -msgctxt "@label" -msgid "Custom" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeGzReader/__init__.py:17 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeGzWriter/__init__.py:17 +msgctxt "@item:inlistbox" +msgid "Compressed G-code File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:390 -msgctxt "@label" -msgid "Custom profiles" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/RemotePackageList.py:116 +msgctxt "@info:error" +msgid "Could not interpret the server's response." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:425 -#, python-brace-format -msgctxt "@item:inlistbox" -msgid "All Supported Types ({0})" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/RemotePackageList.py:147 +msgctxt "@info:error" +msgid "Could not reach Marketplace." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Machines/Models/QualityManagementModel.py:426 -msgctxt "@item:inlistbox" -msgid "All Files (*)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:104 -msgctxt "@text:error" -msgid "Failed to create archive of materials to sync with printers." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:12 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:82 +msgctxt "@button" +msgid "Decline" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:111 -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:165 -msgctxt "@text:error" -msgid "Failed to load the archive of materials to sync it with printers." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:13 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 +msgctxt "@button" +msgid "Agree" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:143 -msgctxt "@text:error" -msgid "The response from Digital Factory appears to be corrupted." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:147 -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:151 -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:155 -msgctxt "@text:error" -msgid "The response from Digital Factory is missing important information." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:218 -msgctxt "@text:error" -msgid "" -"Failed to connect to Digital Factory to sync materials with some of the " -"printers." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/PrinterOutput/UploadMaterialsJob.py:232 -msgctxt "@text:error" -msgid "Failed to connect to Digital Factory." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:147 +msgctxt "@action:button" +msgid "Sync" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:115 -msgctxt "@info:backup_failed" -msgid "Could not create archive from user data directory: {}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:134 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup without having proper data or meta data." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:145 -msgctxt "@info:backup_failed" -msgid "Tried to restore a Cura backup that is higher than the current version." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Backups/Backup.py:158 -msgctxt "@info:backup_failed" -msgid "The following error occurred while trying to restore a Cura backup:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/LocalPackageList.py:28 +msgctxt "@label" +msgid "Installed Plugins" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:24 -msgctxt "@info:status" -msgid "Finding new location for objects" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/LocalPackageList.py:29 +msgctxt "@label" +msgid "Installed Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:28 -msgctxt "@info:title" -msgid "Finding Location" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/LocalPackageList.py:33 +msgctxt "@label" +msgid "Bundled Plugins" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:41 -#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:99 -msgctxt "@info:status" -msgid "Unable to find a location within the build volume for all objects" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/LocalPackageList.py:34 +msgctxt "@label" +msgid "Bundled Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Arranging/ArrangeObjectsJob.py:42 -msgctxt "@info:title" -msgid "Can't Find Location" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/PackageModel.py:43 +msgctxt "@label:property" +msgid "Unknown Package" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/API/Account.py:190 -msgctxt "@info:title" -msgid "Login failed" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/PackageModel.py:66 +msgctxt "@label:property" +msgid "Unknown Author" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:85 -msgctxt "@tooltip" -msgid "Outer Wall" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:76 +msgctxt "@item:intext" +msgid "Removable Drive" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:86 -msgctxt "@tooltip" -msgid "Inner Walls" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:23 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Save to Removable Drive" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:87 -msgctxt "@tooltip" -msgid "Skin" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:24 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:88 -msgctxt "@tooltip" -msgid "Infill" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:97 +#, python-brace-format +msgctxt "@info:progress Don't translate the XML tags !" +msgid "Saving to Removable Drive {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:89 -msgctxt "@tooltip" -msgid "Support Infill" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:98 +msgctxt "@info:title" +msgid "Saving" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:90 -msgctxt "@tooltip" -msgid "Support Interface" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:108 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:111 +#, python-brace-format +msgctxt "@info:status Don't translate the XML tags or !" +msgid "Could not save to {0}: {1}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:91 -msgctxt "@tooltip" -msgid "Support" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:127 +#, python-brace-format +msgctxt "@info:status Don't translate the tag {device}!" +msgid "Could not find a file name when trying to write to {device}." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:92 -msgctxt "@tooltip" -msgid "Skirt" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:140 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:159 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:93 -msgctxt "@tooltip" -msgid "Prime Tower" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:150 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:94 -msgctxt "@tooltip" -msgid "Travel" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:151 +msgctxt "@info:title" +msgid "File Saved" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:95 -msgctxt "@tooltip" -msgid "Retractions" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +msgctxt "@action:button" +msgid "Eject" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/PrintInformation.py:96 -msgctxt "@tooltip" -msgid "Other" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:153 +#, python-brace-format +msgctxt "@action" +msgid "Eject removable device {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/ObjectsModel.py:69 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:172 #, python-brace-format -msgctxt "@label" -msgid "Group #{group_nr}" +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:37 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/TextManager.py:63 -msgctxt "@text:window" -msgid "The release notes could not be opened." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:173 +msgctxt "@info:title" +msgid "Safely Remove Hardware" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:67 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:286 -msgctxt "@action:button" -msgid "Skip" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:176 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Another program may be using the drive." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WhatsNewPagesModel.py:72 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:135 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:178 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:450 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:172 -msgctxt "@action:button" -msgid "Close" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MonitorStage/__init__.py:14 +msgctxt "@item:inmenu" +msgid "Monitor" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:17 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61 -msgctxt "@action:button" -msgid "Add" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:161 +msgctxt "@message" +msgid "" +"Slicing failed with an unexpected error. Please consider reporting a bug on " +"our issue tracker." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:26 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:290 -msgctxt "@action:button" -msgid "Finish" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:162 +msgctxt "@message:title" +msgid "Slicing failed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/AddPrinterPagesModel.py:33 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:27 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:43 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:323 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:451 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:150 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:284 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:59 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:74 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:136 -msgctxt "@action:button" -msgid "Cancel" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:167 +msgctxt "@message:button" +msgid "Report a bug" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:57 -#: /home/remco/dev/code/ulti/trans/Cura/cura/UI/WelcomePagesModel.py:277 -msgctxt "@action:button" -msgid "Next" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:168 +msgctxt "@message:description" +msgid "Report a bug on Ultimaker Cura's issue tracker." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:100 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:395 msgctxt "@info:status" msgid "" -"The build volume height has been reduced due to the value of the \"Print " -"Sequence\" setting to prevent the gantry from colliding with printed models." +"Unable to slice with the current material as it is incompatible with the " +"selected machine or configuration." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/BuildVolume.py:103 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:396 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:429 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:456 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:468 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:480 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:493 msgctxt "@info:title" -msgid "Build Volume" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:135 -msgctxt "@message:text" -msgid "Could not save material archive to {}:" +msgid "Unable to slice" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:136 -msgctxt "@message:title" -msgid "Failed to save material archive" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:428 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Unable to slice with the current settings. The following settings have " +"errors: {0}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/UltimakerCloud/CloudMaterialSync.py:188 -msgctxt "@text" -msgid "Unknown error." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:455 +#, python-brace-format +msgctxt "@info:status" +msgid "" +"Unable to slice due to some per-model settings. The following settings have " +"errors on one or more models: {error_labels}" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:207 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:140 -msgctxt "@title:window" -msgid "File Already Exists" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:467 +msgctxt "@info:status" +msgid "" +"Unable to slice because the prime tower or prime position(s) are invalid." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:208 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:141 -#, python-brace-format -msgctxt "@label Don't translate the XML tag !" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:479 +#, python-format +msgctxt "@info:status" msgid "" -"The file {0} already exists. Are you sure you want to " -"overwrite it?" +"Unable to slice because there are objects associated with disabled Extruder " +"%s." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:459 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/ContainerManager.py:462 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:489 msgctxt "@info:status" -msgid "Invalid file URL:" +msgid "" +"Please review settings and check if your models:\n" +"- Fit within the build volume\n" +"- Are assigned to an enabled extruder\n" +"- Are not all set as modifier meshes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:36 -msgctxt "@info:not supported profile" -msgid "Not supported" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:52 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:260 +msgctxt "@info:status" +msgid "Processing Layers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/cura_empty_instance_containers.py:55 -msgctxt "@info:No intent profile selected" -msgid "Default" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py:261 +msgctxt "@info:title" +msgid "Information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:857 -msgctxt "@info:message Followed by a list of settings." -msgid "" -"Settings have been changed to match the current availability of extruders:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/__init__.py:27 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/__init__.py:33 +msgctxt "@item:inlistbox" +msgid "3MF File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:858 -msgctxt "@info:title" -msgid "Settings updated" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.py:203 +msgctxt "@title:tab" +msgid "Recommended" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/MachineManager.py:1480 -msgctxt "@info:title" -msgid "Extruder(s) Disabled" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.py:205 +msgctxt "@title:tab" +msgid "Custom" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:153 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:544 #, python-brace-format msgctxt "@info:status Don't translate the XML tags or !" msgid "" -"Failed to export profile to {0}: {1}" +"Project file {0} contains an unknown machine type " +"{1}. Cannot import the machine. Models will be imported " +"instead." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:163 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "" -"Failed to export profile to {0}: Writer plugin reported " -"failure." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:547 +msgctxt "@info:title" +msgid "Open Project File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:171 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:644 #, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Exported profile to {0}" +msgctxt "@info:error Don't translate the XML tags or !" +msgid "" +"Project file {0} is suddenly inaccessible: {1}" +"." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:173 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:645 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:653 msgctxt "@info:title" -msgid "Export succeeded" +msgid "Can't Open Project File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:205 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:652 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}: {1}" +msgctxt "@info:error Don't translate the XML tags or !" +msgid "" +"Project file {0} is corrupt: {1}." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:209 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/ThreeMFWorkspaceReader.py:705 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" +msgctxt "@info:error Don't translate the XML tag !" msgid "" -"Can't import profile from {0} before a printer is added." +"Project file {0} is made using profiles that are " +"unknown to this version of Ultimaker Cura." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:224 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "No custom profile to import in file {0}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/__init__.py:14 +msgctxt "@label" +msgid "Per Model Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:228 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" -msgid "Failed to import profile from {0}:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:tooltip" +msgid "Configure Per Model Settings" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ModelChecker/ModelChecker.py:31 +msgctxt "@info:title" +msgid "3D Model Assistant" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:252 -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:262 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ModelChecker/ModelChecker.py:97 #, python-brace-format -msgctxt "@info:status Don't translate the XML tags !" +msgctxt "@info:status" msgid "" -"This profile {0} contains incorrect data, could not " -"import it." +"

    One or more 3D models may not print optimally due to the model size and " +"material configuration:

    \n" +"

    {model_names}

    \n" +"

    Find out how to ensure the best possible print quality and reliability.\n" +"

    View print quality " +"guide

    " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:355 -#, python-brace-format -msgctxt "@info:status Don't translate the XML tag !" -msgid "Failed to import profile from {0}:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:42 +msgctxt "@item:inmenu" +msgid "USB printing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:359 -#, python-brace-format -msgctxt "@info:status" -msgid "Successfully imported profile {0}." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:43 +msgctxt "@action:button Preceded by 'Ready to'." +msgid "Print via USB" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:366 -#, python-brace-format -msgctxt "@info:status" -msgid "File {0} does not contain any valid profile." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:44 +msgctxt "@info:tooltip" +msgid "Print via USB" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:369 -#, python-brace-format +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:80 msgctxt "@info:status" -msgid "Profile {0} has an unknown file type or is corrupted." +msgid "Connected via USB" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:443 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:110 msgctxt "@label" -msgid "Custom profile" +msgid "" +"A USB print is in progress, closing Cura will stop this print. Are you sure?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:459 -msgctxt "@info:status" -msgid "Profile is missing a quality type." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:135 +msgctxt "@message" +msgid "" +"A print is still in progress. Cura cannot start another print via USB until " +"the previous print has completed." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:463 -msgctxt "@info:status" -msgid "There is no active printer yet." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/USBPrinting/USBPrinterOutputDevice.py:136 +msgctxt "@message" +msgid "Print in Progress" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:469 -msgctxt "@info:status" -msgid "Unable to add the profile." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PreviewStage/__init__.py:13 +msgctxt "@item:inmenu" +msgid "Preview" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:483 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Quality type '{0}' is not compatible with the current active machine " -"definition '{1}'." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeWriter/GCodeWriter.py:74 +msgctxt "@error:not supported" +msgid "GCodeWriter does not support non-text mode." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/Settings/CuraContainerRegistry.py:488 -#, python-brace-format -msgctxt "@info:status" -msgid "" -"Warning: The profile is not visible because its quality type '{0}' is not " -"available for the current configuration. Switch to a material/nozzle " -"combination that can use this quality type." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeWriter/GCodeWriter.py:80 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeWriter/GCodeWriter.py:96 +msgctxt "@warning:status" +msgid "Please prepare G-code before exporting." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:30 -msgctxt "@info:status" -msgid "Multiplying and placing objects" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.py:27 +msgctxt "@action" +msgid "Update Firmware" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:32 -msgctxt "@info:title" -msgid "Placing Objects" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/GCodeGzWriter/GCodeGzWriter.py:43 +msgctxt "@error:not supported" +msgid "GCodeGzWriter does not support text mode." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/MultiplyObjectsJob.py:100 -msgctxt "@info:title" -msgid "Placing Object" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "Layer view" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:216 -msgctxt "@info" -msgid "" -"Unable to start a new sign in process. Check if another sign in attempt is " -"still active." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationView.py:129 +msgctxt "@info:status" +msgid "Cura does not accurately display layers when Wire Printing is enabled." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:277 -msgctxt "@info" -msgid "Unable to reach the Ultimaker account server." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationView.py:130 +msgctxt "@info:title" +msgid "Simulation View" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationView.py:133 +msgctxt "@info:status" +msgid "Nothing is shown because you need to slice first." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationService.py:278 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationView.py:134 msgctxt "@info:title" -msgid "Log-in failed" +msgid "No layers to show" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationHelpers.py:89 -msgctxt "@message" -msgid "Could not read response." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationView.py:136 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SolidView/SolidView.py:74 +msgctxt "@info:option_text" +msgid "Do not show this message again" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:75 -msgctxt "@message" -msgid "The provided state is not correct." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/LegacyProfileReader/__init__.py:14 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 -msgctxt "@message" -msgid "Timeout when authenticating with the account server." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/AMFReader/__init__.py:15 +msgctxt "@item:inlistbox" +msgid "AMF File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 -msgctxt "@message" -msgid "Please give the required permissions when authorizing this application." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SolidView/SolidView.py:71 +msgctxt "@info:status" +msgid "" +"The highlighted areas indicate either missing or extraneous surfaces. Fix " +"your model and open it again into Cura." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:104 -msgctxt "@message" -msgid "Something unexpected happened when trying to log in, please try again." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SolidView/SolidView.py:73 +msgctxt "@info:title" +msgid "Model Errors" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:107 -msgctxt "@title:window" -msgid "Cura can't start" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Solid view" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:113 -msgctxt "@label crash message" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:17 +#, python-brace-format +msgctxt "" +"@info Don't translate {machine_name}, since it gets replaced by a printer " +"name!" msgid "" -"

    Oops, Ultimaker Cura has encountered something that doesn't seem right." -"

    \n" -"

    We encountered an unrecoverable error during start " -"up. It was possibly caused by some incorrect configuration files. We suggest " -"to backup and reset your configuration.

    \n" -"

    Backups can be found in the configuration folder.\n" -"

    Please send us this Crash Report to fix the problem.\n" -" " +"New features or bug-fixes may be available for your {machine_name}! If you " +"haven't done so already, it is recommended to update the firmware on your " +"printer to version {latest_version}." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:122 -msgctxt "@action:button" -msgid "Send crash report to Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:22 +#, python-format +msgctxt "@info:title The %s gets replaced with the printer name." +msgid "New %s stable firmware available" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:125 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerMessage.py:28 msgctxt "@action:button" -msgid "Show detailed crash report" +msgid "How to update" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:129 -msgctxt "@action:button" -msgid "Show configuration folder" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py:127 +msgctxt "@info" +msgid "Could not access update information." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:140 -msgctxt "@action:button" -msgid "Backup and Reset Configuration" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SupportEraser/__init__.py:12 +msgctxt "@label" +msgid "Support Blocker" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:171 -msgctxt "@title:window" -msgid "Crash Report" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SupportEraser/__init__.py:13 +msgctxt "@info:tooltip" +msgid "Create a volume in which supports are not printed." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:190 -msgctxt "@label crash message" -msgid "" -"

    A fatal error has occurred in Cura. Please send us this Crash Report " -"to fix the problem

    \n" -"

    Please use the \"Send report\" button to post a bug report " -"automatically to our servers

    \n" -" " +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PrepareStage/__init__.py:12 +msgctxt "@item:inmenu" +msgid "Prepare" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:198 -msgctxt "@title:groupbox" -msgid "System information" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 +msgctxt "@title:label" +msgid "Printer Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:207 -msgctxt "@label unknown version of Cura" -msgid "Unknown" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 +msgctxt "@label" +msgid "X (Width)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:228 -msgctxt "@label Cura version number" -msgid "Cura version" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 +msgctxt "@label" +msgid "mm" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 +msgctxt "@label" +msgid "Y (Depth)" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 +msgctxt "@label" +msgid "Z (Height)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:229 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 msgctxt "@label" -msgid "Cura language" +msgid "Build plate shape" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:230 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 msgctxt "@label" -msgid "OS language" +msgid "Origin at center" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:231 -msgctxt "@label Type of platform" -msgid "Platform" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +msgctxt "@label" +msgid "Heated bed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:232 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 msgctxt "@label" -msgid "Qt version" +msgid "Heated build volume" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:233 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 msgctxt "@label" -msgid "PyQt version" +msgid "G-code flavor" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:234 -msgctxt "@label OpenGL version" -msgid "OpenGL" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 +msgctxt "@title:label" +msgid "Printhead Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:264 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 msgctxt "@label" -msgid "Not yet initialized
    " +msgid "X min" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:267 -#, python-brace-format -msgctxt "@label OpenGL version" -msgid "
  • OpenGL Version: {version}
  • " +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +msgctxt "@label" +msgid "Y min" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:268 -#, python-brace-format -msgctxt "@label OpenGL vendor" -msgid "
  • OpenGL Vendor: {vendor}
  • " +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +msgctxt "@label" +msgid "X max" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:269 -#, python-brace-format -msgctxt "@label OpenGL renderer" -msgid "
  • OpenGL Renderer: {renderer}
  • " +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +msgctxt "@label" +msgid "Y max" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:303 -msgctxt "@title:groupbox" -msgid "Error traceback" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +msgctxt "@label" +msgid "Gantry Height" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:389 -msgctxt "@title:groupbox" -msgid "Logs" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +msgctxt "@label" +msgid "Number of Extruders" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/cura/CrashHandler.py:417 -msgctxt "@action:button" -msgid "Send report" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +msgctxt "@label" +msgid "Apply Extruder offsets to GCode" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:100 -msgctxt "@info" -msgid "" -"Please make sure your printer has a connection:\n" -"- Check if the printer is turned on.\n" -"- Check if the printer is connected to the network.\n" -"- Check if you are signed in to discover cloud-connected printers." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 +msgctxt "@title:label" +msgid "Start G-code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:113 -msgctxt "@info" -msgid "Please connect your printer to the network." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 +msgctxt "@title:label" +msgid "End G-code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:146 -msgctxt "@label link to technical assistance" -msgid "View user manuals online" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 +msgctxt "@title:tab" +msgid "Printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MonitorStage/MonitorMain.qml:163 -msgctxt "@info" -msgid "In order to monitor your print from Cura, please connect the printer." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 +msgctxt "@title:label" +msgid "Nozzle Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 -msgctxt "@title:window" -msgid "Select Settings to Customize for this model" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +msgctxt "@label" +msgid "Nozzle size" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:100 -msgctxt "@label:textbox" -msgid "Filter..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +msgctxt "@label" +msgid "Compatible material diameter" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 -msgctxt "@label:checkbox" -msgid "Show all" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +msgctxt "@label" +msgid "Nozzle offset X" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 msgctxt "@label" -msgid "Mesh Type" +msgid "Nozzle offset Y" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 msgctxt "@label" -msgid "Normal model" +msgid "Cooling Fan Number" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 -msgctxt "@label" -msgid "Print as support" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 +msgctxt "@title:label" +msgid "Extruder Start G-code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 -msgctxt "@label" -msgid "Modify settings for overlaps" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 +msgctxt "@title:label" +msgid "Extruder End G-code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 -msgctxt "@label" -msgid "Don't support overlaps" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:14 +msgctxt "@title:window" +msgid "Convert Image" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 -msgctxt "@item:inlistbox" -msgid "Infill mesh only" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:33 +msgctxt "@action:label" +msgid "Height (mm)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 -msgctxt "@item:inlistbox" -msgid "Cutting mesh" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:56 +msgctxt "@info:tooltip" +msgid "The maximum distance of each pixel from \"Base.\"" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 -msgctxt "@action:button" -msgid "Select settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:66 +msgctxt "@action:label" +msgid "Base (mm)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 -msgctxt "@title" -msgid "Update Firmware" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:90 +msgctxt "@info:tooltip" +msgid "The base height from the build plate in millimeters." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 -msgctxt "@label" -msgid "" -"Firmware is the piece of software running directly on your 3D printer. This " -"firmware controls the step motors, regulates the temperature and ultimately " -"makes your printer work." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:100 +msgctxt "@action:label" +msgid "Width (mm)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 -msgctxt "@label" -msgid "" -"The firmware shipping with new printers works, but new versions tend to have " -"more features and improvements." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:124 +msgctxt "@info:tooltip" +msgid "The width in millimeters on the build plate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 -msgctxt "@action:button" -msgid "Automatically upgrade Firmware" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:134 +msgctxt "@action:label" +msgid "Depth (mm)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 -msgctxt "@action:button" -msgid "Upload custom Firmware" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:158 +msgctxt "@info:tooltip" +msgid "The depth in millimeters on the build plate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 -msgctxt "@label" -msgid "" -"Firmware can not be updated because there is no connection with the printer." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:187 +msgctxt "@item:inlistbox" +msgid "Darker is higher" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 -msgctxt "@label" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:188 +msgctxt "@item:inlistbox" +msgid "Lighter is higher" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:195 +msgctxt "@info:tooltip" msgid "" -"Firmware can not be updated because the connection with the printer does not " -"support upgrading firmware." +"For lithophanes dark pixels should correspond to thicker locations in order " +"to block more light coming through. For height maps lighter pixels signify " +"higher terrain, so lighter pixels should correspond to thicker locations in " +"the generated 3D model." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 -msgctxt "@title:window" -msgid "Select custom firmware" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:205 +msgctxt "@action:label" +msgid "Color Model" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:114 -msgctxt "@title:window" -msgid "Firmware Update" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:224 +msgctxt "@item:inlistbox" +msgid "Linear" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:138 -msgctxt "@label" -msgid "Updating firmware." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:225 +msgctxt "@item:inlistbox" +msgid "Translucency" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:140 -msgctxt "@label" -msgid "Firmware update completed." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:232 +msgctxt "@info:tooltip" +msgid "" +"For lithophanes a simple logarithmic model for translucency is available. " +"For height maps the pixel values correspond to heights linearly." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:142 -msgctxt "@label" -msgid "Firmware update failed due to an unknown error." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:242 +msgctxt "@action:label" +msgid "1mm Transmittance (%)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:144 -msgctxt "@label" -msgid "Firmware update failed due to an communication error." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:263 +msgctxt "@info:tooltip" +msgid "" +"The percentage of light penetrating a print with a thickness of 1 " +"millimeter. Lowering this value increases the contrast in dark regions and " +"decreases the contrast in light regions of the image." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:146 -msgctxt "@label" -msgid "Firmware update failed due to an input/output error." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:274 +msgctxt "@action:label" +msgid "Smoothing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:148 -msgctxt "@label" -msgid "Firmware update failed due to missing firmware." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:298 +msgctxt "@info:tooltip" +msgid "The amount of smoothing to apply to the image." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 -msgctxt "@label:status" -msgid "Aborted" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/ImageReader/ConfigUI.qml:329 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:138 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/RenameDialog.qml:80 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ColorDialog.qml:143 +msgctxt "@action:button" +msgid "OK" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 -msgctxt "@label:status" -msgid "Finished" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 +msgctxt "@title:window" +msgid "Post Processing Plugin" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 -msgctxt "@label:status" -msgid "Preparing..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 +msgctxt "@label" +msgid "Post Processing Scripts" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 -msgctxt "@label:status" -msgid "Aborting..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:215 +msgctxt "@action" +msgid "Add a script" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 -msgctxt "@label:status" -msgid "Failed" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:251 +msgctxt "@label" +msgid "Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 -msgctxt "@label:status" -msgid "Pausing..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:460 +msgctxt "@info:tooltip" +msgid "Change active post-processing scripts." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 -msgctxt "@label:status" -msgid "Paused" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:464 +msgctxt "@info:tooltip" +msgid "The following script is active:" +msgid_plural "The following scripts are active:" +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 +msgctxt "@label" +msgid "Move to top" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 -msgctxt "@label:status" -msgid "Resuming..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 +msgctxt "@label" +msgid "Delete" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 -msgctxt "@label:status" -msgid "Action required" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:284 +msgctxt "@label" +msgid "Resume" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 -msgctxt "@label:status" -msgid "Finishes %1 at %2" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 +msgctxt "@label" +msgid "Pausing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 -msgctxt "@label link to Connect and Cloud interfaces" -msgid "Manage printer" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 +msgctxt "@label" +msgid "Resuming..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:279 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:288 msgctxt "@label" -msgid "Glass" +msgid "Pause" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 -msgctxt "@info" -msgid "Please update your printer's firmware to manage the queue remotely." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Aborting..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 -msgctxt "@info" -msgid "" -"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " -"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 +msgctxt "@label" +msgid "Abort" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 -msgctxt "@label:status" -msgid "Loading..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to move %1 to the top of the queue?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 -msgctxt "@label:status" -msgid "Unavailable" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 +msgctxt "@window:title" +msgid "Move print job to top" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 -msgctxt "@label:status" -msgid "Unreachable" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to delete %1?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 -msgctxt "@label:status" -msgid "Idle" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 +msgctxt "@window:title" +msgid "Delete print job" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 -msgctxt "@label:status" -msgid "Printing" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 +msgctxt "@label %1 is the name of a print job." +msgid "Are you sure you want to abort %1?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 -msgctxt "@label" -msgid "Untitled" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:326 +msgctxt "@window:title" +msgid "Abort print" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 -msgctxt "@label" -msgid "Anonymous" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 +msgctxt "@title:window" +msgid "Print over network" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 -msgctxt "@label:status" -msgid "Requires configuration changes" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +msgctxt "@action:button" +msgid "Print" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 -msgctxt "@action:button" -msgid "Details" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +msgctxt "@label" +msgid "Printer selection" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:20 msgctxt "@title:window" msgid "Configuration Changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36 msgctxt "@action:button" msgid "Override" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83 msgctxt "@label" msgid "The assigned printer, %1, requires the following configuration change:" msgid_plural "" @@ -2145,66 +2310,139 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:87 msgctxt "@label" msgid "" "The printer %1 is assigned, but the job contains an unknown material " "configuration." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:97 msgctxt "@label" msgid "Change material %1 from %2 to %3." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:100 msgctxt "@label" msgid "Load %3 as material %1 (This cannot be overridden)." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:103 msgctxt "@label" msgid "Change print core %1 from %2 to %3." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:106 msgctxt "@label" msgid "Change build plate to %1 (This cannot be overridden)." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:113 msgctxt "@label" msgid "" "Override will use the specified settings with the existing printer " "configuration. This may result in a failed print." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:151 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:178 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:175 +msgctxt "@label" +msgid "Glass" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:154 msgctxt "@label" msgid "Aluminum" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:12 -msgctxt "@title:window" -msgid "Print over network" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:148 +msgctxt "@label link to Connect and Cloud interfaces" +msgid "Manage printer" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:241 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:467 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:239 +msgctxt "@info" +msgid "Please update your printer's firmware to manage the queue remotely." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:275 +msgctxt "@info" +msgid "" +"Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click " +"\"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:335 +msgctxt "@label:status" +msgid "Loading..." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:339 +msgctxt "@label:status" +msgid "Unavailable" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:343 +msgctxt "@label:status" +msgid "Unreachable" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:347 +msgctxt "@label:status" +msgid "Idle" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:351 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:76 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:78 +msgctxt "@label:status" +msgid "Preparing..." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:356 +msgctxt "@label:status" +msgid "Printing" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:397 +msgctxt "@label" +msgid "Untitled" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:412 +msgctxt "@label" +msgid "Anonymous" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:433 +msgctxt "@label:status" +msgid "Requires configuration changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:53 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:447 msgctxt "@action:button" -msgid "Print" +msgid "Details" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml:81 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 msgctxt "@label" -msgid "Printer selection" +msgid "Unavailable printer" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 +msgctxt "@label" +msgid "First available" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:44 msgctxt "@title:window" msgid "Connect to Networked Printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" msgid "" "To print directly to your printer over the network, please make sure your " @@ -2214,4553 +2452,4393 @@ msgid "" "printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:51 msgctxt "@label" msgid "Select your printer from the list below:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:71 msgctxt "@action:button" msgid "Edit" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:141 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:320 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:82 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:186 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/MachinesPage.qml:140 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:321 msgctxt "@action:button" msgid "Remove" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:90 msgctxt "@action:button" msgid "Refresh" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:161 msgctxt "@label" msgid "" "If your printer is not listed, read the network printing " "troubleshooting guide" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:186 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:263 msgctxt "@label" msgid "Type" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:279 msgctxt "@label" msgid "Firmware version" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:212 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:295 msgctxt "@label" msgid "Address" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:232 msgctxt "@label" msgid "This printer is not set up to host a group of printers." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:236 msgctxt "@label" msgid "This printer is the host for a group of %1 printers." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:245 msgctxt "@label" msgid "The printer at this address has not yet responded." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:250 msgctxt "@action:button" msgid "Connect" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:261 msgctxt "@title:window" msgid "Invalid IP address" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:262 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:146 msgctxt "@text" msgid "Please enter a valid IP address." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:272 msgctxt "@title:window" msgid "Printer Address" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:297 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:102 msgctxt "@label" msgid "Enter the IP address of your printer on the network." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:126 -msgctxt "@label" -msgid "Unavailable printer" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml:128 -msgctxt "@label" -msgid "First available" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:54 -msgctxt "@label" -msgid "Move to top" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:70 -msgctxt "@label" -msgid "Delete" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:100 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:284 -msgctxt "@label" -msgid "Resume" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:102 -msgctxt "@label" -msgid "Pausing..." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:104 -msgctxt "@label" -msgid "Resuming..." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:106 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:279 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:288 -msgctxt "@label" -msgid "Pause" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Aborting..." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:124 -msgctxt "@label" -msgid "Abort" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:142 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to move %1 to the top of the queue?" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:143 -msgctxt "@window:title" -msgid "Move print job to top" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:151 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to delete %1?" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:152 -msgctxt "@window:title" -msgid "Delete print job" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:160 -msgctxt "@label %1 is the name of a print job." -msgid "Are you sure you want to abort %1?" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:161 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:326 -msgctxt "@window:title" -msgid "Abort print" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:29 msgctxt "@label" msgid "Queued" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:63 msgctxt "@label link to connect manager" msgid "Manage in browser" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:90 msgctxt "@label" msgid "There are no print jobs in the queue. Slice and send a job to add one." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:98 msgctxt "@label" msgid "Print jobs" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:107 msgctxt "@label" msgid "Total print time" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml:116 msgctxt "@label" msgid "Waiting for" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:19 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:48 -msgctxt "@label" -msgid "Color scheme" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:105 -msgctxt "@label:listbox" -msgid "Material Color" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:109 -msgctxt "@label:listbox" -msgid "Line Type" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:113 -msgctxt "@label:listbox" -msgid "Speed" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:117 -msgctxt "@label:listbox" -msgid "Layer Thickness" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:121 -msgctxt "@label:listbox" -msgid "Line Width" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:125 -msgctxt "@label:listbox" -msgid "Flow" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:165 -msgctxt "@label" -msgid "Compatibility Mode" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:232 -msgctxt "@label" -msgid "Travels" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:238 -msgctxt "@label" -msgid "Helpers" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:244 -msgctxt "@label" -msgid "Shell" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:70 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:82 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:84 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:86 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:88 +msgctxt "@label:status" +msgid "Aborted" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:250 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 -msgctxt "@label" -msgid "Infill" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:72 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:74 +msgctxt "@label:status" +msgid "Finished" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:258 -msgctxt "@label" -msgid "Starts" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:80 +msgctxt "@label:status" +msgid "Aborting..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:307 -msgctxt "@label" -msgid "Only Show Top Layers" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:90 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:92 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:94 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:96 +msgctxt "@label:status" +msgid "Failed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:316 -msgctxt "@label" -msgid "Show 5 Detailed Layers On Top" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:98 +msgctxt "@label:status" +msgid "Pausing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:329 -msgctxt "@label" -msgid "Top / Bottom" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:100 +msgctxt "@label:status" +msgid "Paused" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:333 -msgctxt "@label" -msgid "Inner Wall" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:102 +msgctxt "@label:status" +msgid "Resuming..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:400 -msgctxt "@label" -msgid "min" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:104 +msgctxt "@label:status" +msgid "Action required" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:465 -msgctxt "@label" -msgid "max" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml:106 +msgctxt "@label:status" +msgid "Finishes %1 at %2" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:14 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/main.qml:25 msgctxt "@title:window" -msgid "Convert Image" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:33 -msgctxt "@action:label" -msgid "Height (mm)" +msgid "Cura Backups" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:56 -msgctxt "@info:tooltip" -msgid "The maximum distance of each pixel from \"Base.\"" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 +msgctxt "@backuplist:label" +msgid "Cura Version" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:66 -msgctxt "@action:label" -msgid "Base (mm)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 +msgctxt "@backuplist:label" +msgid "Machines" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:90 -msgctxt "@info:tooltip" -msgid "The base height from the build plate in millimeters." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 +msgctxt "@backuplist:label" +msgid "Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:100 -msgctxt "@action:label" -msgid "Width (mm)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 +msgctxt "@backuplist:label" +msgid "Profiles" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:124 -msgctxt "@info:tooltip" -msgid "The width in millimeters on the build plate" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 +msgctxt "@backuplist:label" +msgid "Plugins" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:134 -msgctxt "@action:label" -msgid "Depth (mm)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 +msgctxt "@button" +msgid "Want more?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:158 -msgctxt "@info:tooltip" -msgid "The depth in millimeters on the build plate" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +msgctxt "@button" +msgid "Backup Now" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:187 -msgctxt "@item:inlistbox" -msgid "Darker is higher" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 +msgctxt "@checkbox:description" +msgid "Auto Backup" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:188 -msgctxt "@item:inlistbox" -msgid "Lighter is higher" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 +msgctxt "@checkbox:description" +msgid "Automatically create a backup each day that Cura is started." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:195 -msgctxt "@info:tooltip" -msgid "" -"For lithophanes dark pixels should correspond to thicker locations in order " -"to block more light coming through. For height maps lighter pixels signify " -"higher terrain, so lighter pixels should correspond to thicker locations in " -"the generated 3D model." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +msgctxt "@button" +msgid "Restore" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:205 -msgctxt "@action:label" -msgid "Color Model" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 +msgctxt "@dialog:title" +msgid "Delete Backup" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:224 -msgctxt "@item:inlistbox" -msgid "Linear" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 +msgctxt "@dialog:info" +msgid "Are you sure you want to delete this backup? This cannot be undone." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:225 -msgctxt "@item:inlistbox" -msgid "Translucency" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 +msgctxt "@dialog:title" +msgid "Restore Backup" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:232 -msgctxt "@info:tooltip" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 +msgctxt "@dialog:info" msgid "" -"For lithophanes a simple logarithmic model for translucency is available. " -"For height maps the pixel values correspond to heights linearly." +"You will need to restart Cura before your backup is restored. Do you want to " +"close Cura now?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:242 -msgctxt "@action:label" -msgid "1mm Transmittance (%)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 +msgctxt "@title" +msgid "My Backups" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:263 -msgctxt "@info:tooltip" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 +msgctxt "@empty_state" msgid "" -"The percentage of light penetrating a print with a thickness of 1 " -"millimeter. Lowering this value increases the contrast in dark regions and " -"decreases the contrast in light regions of the image." +"You don't have any backups currently. Use the 'Backup Now' button to create " +"one." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:274 -msgctxt "@action:label" -msgid "Smoothing" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 +msgctxt "@backup_limit_info" +msgid "" +"During the preview phase, you'll be limited to 5 visible backups. Remove a " +"backup to see older ones." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:298 -msgctxt "@info:tooltip" -msgid "The amount of smoothing to apply to the image." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 +msgctxt "@description" +msgid "Backup and synchronize your Cura settings." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/ImageReader/ConfigUI.qml:329 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:139 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:80 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:140 -msgctxt "@action:button" -msgid "OK" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:164 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:225 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/GeneralOperations.qml:49 +msgctxt "@button" +msgid "Sign in" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:16 msgctxt "@title:window" -msgid "Open Project" +msgid "More information on anonymous data collection" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 -msgctxt "@action:ComboBox Update/override existing profile" -msgid "Update existing" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:73 +msgctxt "@text:window" +msgid "" +"Ultimaker Cura collects anonymous data in order to improve the print quality " +"and user experience. Below is an example of all the data that is shared:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 -msgctxt "@action:ComboBox Save settings in a new profile" -msgid "Create new" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:109 +msgctxt "@text:window" +msgid "I don't want to send anonymous data" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:52 -msgctxt "@action:title" -msgid "Summary - Cura Project" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:118 +msgctxt "@text:window" +msgid "Allow sending anonymous data" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 -msgctxt "@info:tooltip" -msgid "How should the conflict in the machine be resolved?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 +msgctxt "@label" +msgid "Please select any upgrades made to this Ultimaker Original" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:88 -msgctxt "@action:label" -msgid "Printer settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 +msgctxt "@label" +msgid "Heated Build Plate (official kit or self-built)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:97 -msgctxt "@action:label" -msgid "Type" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 +msgctxt "@title" +msgid "Build Plate Leveling" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 -msgctxt "@action:label" -msgid "Printer Group" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 +msgctxt "@label" +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 -msgctxt "@info:tooltip" -msgid "How should the conflict in the profile be resolved?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 +msgctxt "@label" +msgid "" +"For every position; insert a piece of paper under the nozzle and adjust the " +"print build plate height. The print build plate height is right when the " +"paper is slightly gripped by the tip of the nozzle." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:213 -msgctxt "@action:label" -msgid "Profile settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 +msgctxt "@action:button" +msgid "Start Build Plate Leveling" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:112 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:237 -msgctxt "@action:label" -msgid "Name" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 +msgctxt "@action:button" +msgid "Move to Next Position" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:254 -msgctxt "@action:label" -msgid "Intent" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:163 +msgctxt "@label" +msgid "By" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:221 -msgctxt "@action:label" -msgid "Not in profile" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:197 +msgctxt "@button" +msgid "Enable" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:226 -msgctxt "@action:label" -msgid "%1 override" -msgid_plural "%1 overrides" -msgstr[0] "" -msgstr[1] "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 -msgctxt "@action:label" -msgid "Derivative from" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:197 +msgctxt "@button" +msgid "Disable" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 -msgctxt "@action:label" -msgid "%1, %2 override" -msgid_plural "%1, %2 overrides" -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:215 +msgctxt "@button" +msgid "Downgrading..." +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 -msgctxt "@info:tooltip" -msgid "How should the conflict in the material be resolved?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:216 +msgctxt "@button" +msgid "Downgrade" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 -msgctxt "@action:label" -msgid "Material settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:220 +msgctxt "@button" +msgid "Installing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 -msgctxt "@action:label" -msgid "Setting visibility" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:221 +msgctxt "@button" +msgid "Install" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 -msgctxt "@action:label" -msgid "Mode" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:225 +msgctxt "@button" +msgid "Uninstall" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 -msgctxt "@action:label" -msgid "Visible settings:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:240 +msgctxt "@button" +msgid "Updating..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 -msgctxt "@action:label" -msgid "%1 out of %2" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:240 +msgctxt "@button" +msgid "Update" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 -msgctxt "@action:warning" -msgid "Loading a project will clear all models on the build plate." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 +msgctxt "@header" +msgid "Install Plugins" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 -msgctxt "@action:button" -msgid "Open" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 +msgctxt "@text" +msgid "" +"Streamline your workflow and customize your Ultimaker Cura experience with " +"plugins contributed by our amazing community of users." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:22 -msgctxt "@button" -msgid "Want more?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:31 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 msgctxt "@button" -msgid "Backup Now" +msgid "Dismiss" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:43 -msgctxt "@checkbox:description" -msgid "Auto Backup" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:176 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 +msgctxt "@button" +msgid "Next" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListFooter.qml:44 -msgctxt "@checkbox:description" -msgid "Automatically create a backup each day that Cura is started." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:21 -msgctxt "@backuplist:label" -msgid "Cura Version" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:94 +msgctxt "@label" +msgid "" +"The following packages can not be installed because of an incompatible Cura " +"version:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:29 -msgctxt "@backuplist:label" -msgid "Machines" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:101 +msgctxt "@button:label" +msgid "Learn More" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:37 -msgctxt "@backuplist:label" -msgid "Materials" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:45 -msgctxt "@backuplist:label" -msgid "Profiles" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:15 +msgctxt "@button" +msgid "Plugin license agreement" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml:53 -msgctxt "@backuplist:label" -msgid "Plugins" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:47 +msgctxt "@text" +msgid "Please read and agree with the plugin licence." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:64 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:73 msgctxt "@button" -msgid "Restore" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:93 -msgctxt "@dialog:title" -msgid "Delete Backup" +msgid "Accept" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:94 -msgctxt "@dialog:info" -msgid "Are you sure you want to delete this backup? This cannot be undone." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 +msgctxt "@header" +msgid "Install Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:102 -msgctxt "@dialog:title" -msgid "Restore Backup" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 +msgctxt "@text" +msgid "" +"Select and install material profiles optimised for your Ultimaker 3D " +"printers." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/components/BackupListItem.qml:103 -msgctxt "@dialog:info" -msgid "" -"You will need to restart Cura before your backup is restored. Do you want to " -"close Cura now?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +msgctxt "@info:tooltip" +msgid "Manage packages" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:34 -msgctxt "@description" -msgid "Backup and synchronize your Cura settings." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 +msgctxt "@header" +msgid "Description" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/WelcomePage.qml:47 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:49 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:163 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:225 -msgctxt "@button" -msgid "Sign in" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 +msgctxt "@header" +msgid "Compatible printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:28 -msgctxt "@title" -msgid "My Backups" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 +msgctxt "@info" +msgid "No compatibility information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:38 -msgctxt "@empty_state" -msgid "" -"You don't have any backups currently. Use the 'Backup Now' button to create " -"one." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 +msgctxt "@header" +msgid "Compatible support materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/pages/BackupsPage.qml:60 -msgctxt "@backup_limit_info" -msgid "" -"During the preview phase, you'll be limited to 5 visible backups. Remove a " -"backup to see older ones." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 +msgctxt "@info No materials" +msgid "None" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/CuraDrive/src/qml/main.qml:25 -msgctxt "@title:window" -msgid "Cura Backups" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 +msgctxt "@header" +msgid "Compatible with Material Station" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:17 -msgctxt "@title:window" -msgid "More information on anonymous data collection" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "Yes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:74 -msgctxt "@text:window" -msgid "" -"Ultimaker Cura collects anonymous data in order to improve the print quality " -"and user experience. Below is an example of all the data that is shared:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 +msgctxt "@info" +msgid "No" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:110 -msgctxt "@text:window" -msgid "I don't want to send anonymous data" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 +msgctxt "@header" +msgid "Optimized for Air Manager" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/SliceInfoPlugin/MoreInfoWindow.qml:119 -msgctxt "@text:window" -msgid "Allow sending anonymous data" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Visit plug-in website" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:17 -msgctxt "@title:window" -msgid "Post Processing Plugin" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 +msgctxt "@button" +msgid "Website" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:57 -msgctxt "@label" -msgid "Post Processing Scripts" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 +msgctxt "@button" +msgid "Buy spool" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:221 -msgctxt "@action" -msgid "Add a script" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 +msgctxt "@button" +msgid "Safety datasheet" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:257 -msgctxt "@label" -msgid "Settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 +msgctxt "@button" +msgid "Technical datasheet" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:466 -msgctxt "@info:tooltip" -msgid "Change active post-processing scripts." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 +msgctxt "@header" +msgid "Package details" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/PostProcessingPlugin/PostProcessingPlugin.qml:470 -msgctxt "@info:tooltip" -msgid "The following script is active:" -msgid_plural "The following scripts are active:" -msgstr[0] "" -msgstr[1] "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:30 -msgctxt "@label" -msgid "Please select any upgrades made to this Ultimaker Original" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 +msgctxt "@button:tooltip" +msgid "Back" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml:41 -msgctxt "@label" -msgid "Heated Build Plate (official kit or self-built)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Packages.qml:149 +msgctxt "@button" +msgid "Failed to load packages:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:30 -msgctxt "@title" -msgid "Build Plate Leveling" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Packages.qml:149 +msgctxt "@button" +msgid "Retry?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:44 -msgctxt "@label" -msgid "" -"To make sure your prints will come out great, you can now adjust your " -"buildplate. When you click 'Move to Next Position' the nozzle will move to " -"the different positions that can be adjusted." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Packages.qml:165 +msgctxt "@button" +msgid "Loading" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:57 -msgctxt "@label" -msgid "" -"For every position; insert a piece of paper under the nozzle and adjust the " -"print build plate height. The print build plate height is right when the " -"paper is slightly gripped by the tip of the nozzle." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Packages.qml:181 +msgctxt "@message" +msgid "No more results to load" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:75 -msgctxt "@action:button" -msgid "Start Build Plate Leveling" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Packages.qml:181 +msgctxt "@message" +msgid "No results found with current filter" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/UltimakerMachineActions/BedLevelMachineAction.qml:87 -msgctxt "@action:button" -msgid "Move to Next Position" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Packages.qml:224 +msgctxt "@button" +msgid "Load more" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:21 msgctxt "@info" msgid "Ultimaker Verified Plug-in" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:22 msgctxt "@info" msgid "Ultimaker Certified Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/VerifiedIcon.qml:23 msgctxt "@info" msgid "Ultimaker Verified Package" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 +msgctxt "@header" +msgid "Manage packages" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 +msgctxt "@text" +msgid "" +"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " +"keep your plugins up to date and backup your setup regularly." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:84 msgctxt "@title" msgid "Loading..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:143 msgctxt "@button" msgid "Plugins" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:151 msgctxt "@button" msgid "Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:188 msgctxt "@info" msgid "Search in the browser" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:266 msgctxt "@button" msgid "In order to use the package you will need to restart Cura" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/Marketplace.qml:274 msgctxt "@info:button, %1 is the application name" msgid "Quit %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:165 -msgctxt "@label" -msgid "By" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MonitorStage/MonitorMain.qml:100 +msgctxt "@info" +msgid "" +"Please make sure your printer has a connection:\n" +"- Check if the printer is turned on.\n" +"- Check if the printer is connected to the network.\n" +"- Check if you are signed in to discover cloud-connected printers." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 -msgctxt "@button" -msgid "Enable" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MonitorStage/MonitorMain.qml:113 +msgctxt "@info" +msgid "Please connect your printer to the network." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:199 -msgctxt "@button" -msgid "Disable" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MonitorStage/MonitorMain.qml:146 +msgctxt "@label link to technical assistance" +msgid "View user manuals online" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:217 -msgctxt "@button" -msgid "Downgrading..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/MonitorStage/MonitorMain.qml:163 +msgctxt "@info" +msgid "In order to monitor your print from Cura, please connect the printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:218 -msgctxt "@button" -msgid "Downgrade" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:15 +msgctxt "@title:window" +msgid "Open Project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:222 -msgctxt "@button" -msgid "Installing..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:55 +msgctxt "@action:ComboBox Update/override existing profile" +msgid "Update existing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:223 -msgctxt "@button" -msgid "Install" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:56 +msgctxt "@action:ComboBox Save settings in a new profile" +msgid "Create new" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:227 -msgctxt "@button" -msgid "Uninstall" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:74 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:59 +msgctxt "@action:title" +msgid "Summary - Cura Project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 -msgctxt "@button" -msgid "Updating..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:100 +msgctxt "@info:tooltip" +msgid "How should the conflict in the machine be resolved?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:242 -msgctxt "@button" -msgid "Update" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:156 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:95 +msgctxt "@action:label" +msgid "Printer settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:8 -msgctxt "@header" -msgid "Install Plugins" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:167 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:104 +msgctxt "@action:label" +msgid "Type" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Plugins.qml:12 -msgctxt "@text" -msgid "" -"Streamline your workflow and customize your Ultimaker Cura experience with " -"plugins contributed by our amazing community of users." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:184 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:119 +msgctxt "@action:label" +msgid "Printer Group" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagePackagesButton.qml:32 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:209 msgctxt "@info:tooltip" -msgid "Manage packages" +msgid "How should the conflict in the profile be resolved?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:85 -msgctxt "@header" -msgid "Description" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:231 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:220 +msgctxt "@action:label" +msgid "Profile settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:117 -msgctxt "@header" -msgid "Compatible printers" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:242 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:367 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:119 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:244 +msgctxt "@action:label" +msgid "Name" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:143 -msgctxt "@info" -msgid "No compatibility information" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:260 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:261 +msgctxt "@action:label" +msgid "Intent" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:162 -msgctxt "@header" -msgid "Compatible support materials" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:278 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:228 +msgctxt "@action:label" +msgid "Not in profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:188 -msgctxt "@info No materials" -msgid "None" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:284 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:233 +msgctxt "@action:label" +msgid "%1 override" +msgid_plural "%1 overrides" +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:297 +msgctxt "@action:label" +msgid "Derivative from" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:206 -msgctxt "@header" -msgid "Compatible with Material Station" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:303 +msgctxt "@action:label" +msgid "%1, %2 override" +msgid_plural "%1, %2 overrides" +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:325 +msgctxt "@info:tooltip" +msgid "How should the conflict in the material be resolved?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 -msgctxt "@info" -msgid "Yes" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:352 +msgctxt "@action:label" +msgid "Material settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:216 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:244 -msgctxt "@info" -msgid "No" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:388 +msgctxt "@action:label" +msgid "Setting visibility" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:234 -msgctxt "@header" -msgid "Optimized for Air Manager" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:397 +msgctxt "@action:label" +msgid "Mode" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 -msgctxt "@button" -msgid "Visit plug-in website" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:413 +msgctxt "@action:label" +msgid "Visible settings:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:260 -msgctxt "@button" -msgid "Website" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:418 +msgctxt "@action:label" +msgid "%1 out of %2" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:269 -msgctxt "@button" -msgid "Buy spool" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:439 +msgctxt "@action:warning" +msgid "Loading a project will clear all models on the build plate." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:278 -msgctxt "@button" -msgid "Safety datasheet" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/3MFReader/WorkspaceDialog.qml:456 +msgctxt "@action:button" +msgid "Open" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackagePage.qml:287 -msgctxt "@button" -msgid "Technical datasheet" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:41 +msgctxt "@label" +msgid "Mesh Type" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:15 -msgctxt "@header" -msgid "Package details" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81 +msgctxt "@label" +msgid "Normal model" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/PackageDetails.qml:40 -msgctxt "@button:tooltip" -msgid "Back" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96 +msgctxt "@label" +msgid "Print as support" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:16 -msgctxt "@button" -msgid "Plugin license agreement" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:111 +msgctxt "@label" +msgid "Modify settings for overlaps" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:48 -msgctxt "@text" -msgid "Please read and agree with the plugin licence." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 +msgctxt "@label" +msgid "Don't support overlaps" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:74 -msgctxt "@button" -msgid "Accept" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:159 +msgctxt "@item:inlistbox" +msgid "Infill mesh only" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/LicenseDialog.qml:83 -msgctxt "@button" -msgid "Decline" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:160 +msgctxt "@item:inlistbox" +msgid "Cutting mesh" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 -msgctxt "@button" -msgid "Failed to load packages:" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:385 +msgctxt "@action:button" +msgid "Select settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:164 -msgctxt "@button" -msgid "Retry?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:17 +msgctxt "@title:window" +msgid "Select Settings to Customize for this model" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:180 -msgctxt "@button" -msgid "Loading" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:61 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:102 +msgctxt "@label:textbox" +msgid "Filter..." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/PerObjectSettingsTool/SettingPickDialog.qml:75 +msgctxt "@label:checkbox" +msgid "Show all" +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:31 +msgctxt "@title" +msgid "Update Firmware" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 -msgctxt "@message" -msgid "No more results to load" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:37 +msgctxt "@label" +msgid "" +"Firmware is the piece of software running directly on your 3D printer. This " +"firmware controls the step motors, regulates the temperature and ultimately " +"makes your printer work." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:196 -msgctxt "@message" -msgid "No results found with current filter" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:43 +msgctxt "@label" +msgid "" +"The firmware shipping with new printers works, but new versions tend to have " +"more features and improvements." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Packages.qml:239 -msgctxt "@button" -msgid "Load more" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:55 +msgctxt "@action:button" +msgid "Automatically upgrade Firmware" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:11 -msgctxt "@header" -msgid "Manage packages" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:66 +msgctxt "@action:button" +msgid "Upload custom Firmware" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/ManagedPackages.qml:15 -msgctxt "@text" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:79 +msgctxt "@label" msgid "" -"Manage your Ultimaker Cura plugins and material profiles here. Make sure to " -"keep your plugins up to date and backup your setup regularly." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:8 -msgctxt "@header" -msgid "Install Materials" +"Firmware can not be updated because there is no connection with the printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/Marketplace/resources/qml/Materials.qml:12 -msgctxt "@text" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:86 +msgctxt "@label" msgid "" -"Select and install material profiles optimised for your Ultimaker 3D " -"printers." +"Firmware can not be updated because the connection with the printer does not " +"support upgrading firmware." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:42 -msgctxt "@title:tab" -msgid "Printer" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:93 +msgctxt "@title:window" +msgid "Select custom firmware" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:63 -msgctxt "@title:label" -msgid "Nozzle Settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:113 +msgctxt "@title:window" +msgid "Firmware Update" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:75 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:137 msgctxt "@label" -msgid "Nozzle size" +msgid "Updating firmware." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:79 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:93 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:109 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:124 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:74 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:89 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:104 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:205 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:225 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:245 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:265 -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:283 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:139 msgctxt "@label" -msgid "mm" +msgid "Firmware update completed." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:89 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:141 msgctxt "@label" -msgid "Compatible material diameter" +msgid "Firmware update failed due to an unknown error." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:105 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:143 msgctxt "@label" -msgid "Nozzle offset X" +msgid "Firmware update failed due to an communication error." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:120 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:145 msgctxt "@label" -msgid "Nozzle offset Y" +msgid "Firmware update failed due to an input/output error." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:135 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/FirmwareUpdater/FirmwareUpdaterMachineAction.qml:147 msgctxt "@label" -msgid "Cooling Fan Number" +msgid "Firmware update failed due to missing firmware." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:163 -msgctxt "@title:label" -msgid "Extruder Start G-code" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:18 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:47 +msgctxt "@label" +msgid "Color scheme" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml:177 -msgctxt "@title:label" -msgid "Extruder End G-code" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:104 +msgctxt "@label:listbox" +msgid "Material Color" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:56 -msgctxt "@title:label" -msgid "Printer Settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:108 +msgctxt "@label:listbox" +msgid "Line Type" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:70 -msgctxt "@label" -msgid "X (Width)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:112 +msgctxt "@label:listbox" +msgid "Speed" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:85 -msgctxt "@label" -msgid "Y (Depth)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:116 +msgctxt "@label:listbox" +msgid "Layer Thickness" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:100 -msgctxt "@label" -msgid "Z (Height)" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:120 +msgctxt "@label:listbox" +msgid "Line Width" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:114 -msgctxt "@label" -msgid "Build plate shape" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:124 +msgctxt "@label:listbox" +msgid "Flow" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:127 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:164 msgctxt "@label" -msgid "Origin at center" +msgid "Compatibility Mode" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:139 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:231 msgctxt "@label" -msgid "Heated bed" +msgid "Travels" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:151 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:237 msgctxt "@label" -msgid "Heated build volume" +msgid "Helpers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:163 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:243 msgctxt "@label" -msgid "G-code flavor" +msgid "Shell" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:187 -msgctxt "@title:label" -msgid "Printhead Settings" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:249 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:64 +msgctxt "@label" +msgid "Infill" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:201 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:257 msgctxt "@label" -msgid "X min" +msgid "Starts" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:221 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:306 msgctxt "@label" -msgid "Y min" +msgid "Only Show Top Layers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:241 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:315 msgctxt "@label" -msgid "X max" +msgid "Show 5 Detailed Layers On Top" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:261 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:328 msgctxt "@label" -msgid "Y max" +msgid "Top / Bottom" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:279 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:332 msgctxt "@label" -msgid "Gantry Height" +msgid "Inner Wall" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:293 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:399 msgctxt "@label" -msgid "Number of Extruders" +msgid "min" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:345 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:464 msgctxt "@label" -msgid "Apply Extruder offsets to GCode" +msgid "max" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:393 -msgctxt "@title:label" -msgid "Start G-code" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/SearchBar.qml:17 +msgctxt "@placeholder" +msgid "Search" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml:404 -msgctxt "@title:label" -msgid "End G-code" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:84 +msgctxt "@label" +msgid "" +"This setting is not used because all the settings that it influences are " +"overridden." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 -msgctxt "@label:button" -msgid "My printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:89 +msgctxt "@label Header for list of settings." +msgid "Affects" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 -msgctxt "@tooltip:button" -msgid "Monitor printers in Ultimaker Digital Factory." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:94 +msgctxt "@label Header for list of settings." +msgid "Affected By" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 -msgctxt "@tooltip:button" -msgid "Create print projects in Digital Library." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:191 +msgctxt "@label" +msgid "" +"This setting is always shared between all extruders. Changing it here will " +"change the value for all extruders." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 -msgctxt "@label:button" -msgid "Print jobs" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:195 +msgctxt "@label" +msgid "This setting is resolved from conflicting extruder-specific values:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 -msgctxt "@tooltip:button" -msgid "Monitor print jobs and reprint from your print history." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:235 +msgctxt "@label" +msgid "" +"This setting has a value that is different from the profile.\n" +"\n" +"Click to restore the value of the profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 -msgctxt "@tooltip:button" -msgid "Extend Ultimaker Cura with plugins and material profiles." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingItem.qml:335 +msgctxt "@label" +msgid "" +"This setting is normally calculated, but it currently has an absolute value " +"set.\n" +"\n" +"Click to restore the calculated value." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 -msgctxt "@tooltip:button" -msgid "Become a 3D printing expert with Ultimaker e-learning." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:48 +msgctxt "@label:textbox" +msgid "Search settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 -msgctxt "@label:button" -msgid "Ultimaker support" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:395 +msgctxt "@action:menu" +msgid "Copy value to all extruders" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 -msgctxt "@tooltip:button" -msgid "Learn how to get started with Ultimaker Cura." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:404 +msgctxt "@action:menu" +msgid "Copy all changed values to all extruders" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 -msgctxt "@label:button" -msgid "Ask a question" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:440 +msgctxt "@action:menu" +msgid "Hide this setting" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 -msgctxt "@tooltip:button" -msgid "Consult the Ultimaker Community." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:453 +msgctxt "@action:menu" +msgid "Don't show this setting" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 -msgctxt "@label:button" -msgid "Report a bug" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:457 +msgctxt "@action:menu" +msgid "Keep this setting visible" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 -msgctxt "@tooltip:button" -msgid "Let developers know that something is going wrong." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingView.qml:476 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:467 +msgctxt "@action:menu" +msgid "Configure setting visibility..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 -msgctxt "@tooltip:button" -msgid "Visit the Ultimaker website." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Settings/SettingCategory.qml:115 +msgctxt "@label" +msgid "" +"Some hidden settings use values different from their normal calculated " +"value.\n" +"\n" +"Click to make these settings visible." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ExtruderButton.qml:16 -msgctxt "@label %1 is filled in with the name of an extruder" -msgid "Print Selected Model with %1" -msgid_plural "Print Selected Models with %1" -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 +msgctxt "@action:button" +msgid "Marketplace" +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:13 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MainWindow/ApplicationMenu.qml:63 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingsMenu.qml:13 msgctxt "@title:menu menubar:toplevel" msgid "&Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MainWindow/ApplicationMenu.qml:87 msgctxt "@title:window" msgid "New project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MainWindow/ApplicationMenu.qml:88 msgctxt "@info:question" msgid "" "Are you sure you want to start a new project? This will clear the build " "plate and any unsaved settings." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MainWindow/MainWindowHeader.qml:135 -msgctxt "@action:button" -msgid "Marketplace" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 +msgctxt "@title:tab" +msgid "Setting Visibility" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 -msgctxt "@label" -msgid "Build plate" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:24 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:131 +msgctxt "@action:button" +msgid "Defaults" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 -msgctxt "@tooltip" -msgid "" -"The target temperature of the heated bed. The bed will heat up or cool down " -"towards this temperature. If this is 0, the bed heating is turned off." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:55 +msgctxt "@label:textbox" +msgid "Check all" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 -msgctxt "@tooltip" -msgid "The current temperature of the heated bed." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:18 +msgctxt "@title:window" +msgid "Sync materials with printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the bed to." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:49 +msgctxt "@title:header" +msgid "Sync materials with printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 -msgctxt "@button Cancel pre-heating" -msgid "Cancel" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:55 +msgctxt "@text" +msgid "" +"Following a few simple steps, you will be able to synchronize all your " +"material profiles with your printers." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:77 msgctxt "@button" -msgid "Pre-heat" +msgid "Why do I need to sync material profiles?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 -msgctxt "@tooltip of pre-heat" -msgid "" -"Heat the bed in advance before printing. You can continue adjusting your " -"print while it is heating, and you won't have to wait for the bed to heat up " -"when you're ready to print." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:86 +msgctxt "@button" +msgid "Start" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 -msgctxt "@info:status" -msgid "The printer is not connected." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:128 +msgctxt "@title:header" +msgid "Sign in" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 -msgctxt "@label" -msgid "Printer control" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:134 +msgctxt "@text" +msgid "" +"To automatically sync the material profiles with all your printers connected " +"to Digital Factory you need to be signed in in Cura." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 -msgctxt "@label" -msgid "Jog Position" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:158 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:447 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:588 +msgctxt "@button" +msgid "Sync materials with USB" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 -msgctxt "@label" -msgid "X/Y" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:191 +msgctxt "@title:header" +msgid "The following printers will receive the new material profiles:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 -msgctxt "@label" -msgid "Z" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:198 +msgctxt "@title:header" +msgid "Something went wrong when sending the materials to the printers." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 -msgctxt "@label" -msgid "Jog Distance" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:205 +msgctxt "@title:header" +msgid "Material profiles successfully synced with the following printers:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 -msgctxt "@label" -msgid "Send G-code" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:243 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:430 +msgctxt "@button" +msgid "Troubleshooting" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 -msgctxt "@tooltip of G-code command input" -msgid "" -"Send a custom G-code command to the connected printer. Press 'enter' to send " -"the command." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:407 +msgctxt "@text Asking the user whether printers are missing in a list." +msgid "Printers missing?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 -msgctxt "@label" -msgid "Extruder" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:409 +msgctxt "@text" +msgid "" +"Make sure all your printers are turned ON and connected to Digital Factory." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 -msgctxt "@tooltip" -msgid "" -"The target temperature of the hotend. The hotend will heat up or cool down " -"towards this temperature. If this is 0, the hotend heating is turned off." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:418 +msgctxt "@button" +msgid "Refresh List" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 -msgctxt "@tooltip" -msgid "The current temperature of this hotend." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:458 +msgctxt "@button" +msgid "Try again" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 -msgctxt "@tooltip of temperature input" -msgid "The temperature to pre-heat the hotend to." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:462 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:699 +msgctxt "@button" +msgid "Done" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 -msgctxt "@tooltip of pre-heat" -msgid "" -"Heat the hotend in advance before printing. You can continue adjusting your " -"print while it is heating, and you won't have to wait for the hotend to heat " -"up when you're ready to print." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:464 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:608 +msgctxt "@button" +msgid "Sync" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 -msgctxt "@tooltip" -msgid "The colour of the material in this extruder." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:520 +msgctxt "@button" +msgid "Syncing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 -msgctxt "@tooltip" -msgid "The material in this extruder." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:538 +msgctxt "@title:header" +msgid "No printers found" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 -msgctxt "@tooltip" -msgid "The nozzle inserted in this extruder." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:559 +msgctxt "@text" +msgid "" +"It seems like you don't have any compatible printers connected to Digital " +"Factory. Make sure your printer is connected and it's running the latest " +"firmware." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 -msgctxt "@title:window" -msgid "Open project file" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:571 +msgctxt "@button" +msgid "Learn how to connect your printer to Digital Factory" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 -msgctxt "@text:window" -msgid "" -"This is a Cura project file. Would you like to open it as a project or " -"import the models from it?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:599 +msgctxt "@button" +msgid "Refresh" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 -msgctxt "@text:window" -msgid "Remember my choice" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:628 +msgctxt "@title:header" +msgid "Sync material profiles via USB" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 -msgctxt "@action:button" -msgid "Open as project" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:634 +msgctxt "" +"@text In the UI this is followed by a list of steps the user needs to take." +msgid "" +"Follow the following steps to load the new material profiles to your printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 -msgctxt "@action:button" -msgid "Import models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 +msgctxt "@text" +msgid "Click the export material archive button." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 -msgctxt "@title:window" -msgid "Save Project" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 +msgctxt "@text" +msgid "Save the .umm file on a USB stick." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:168 -msgctxt "@action:label" -msgid "Extruder %1" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:668 +msgctxt "@text" +msgid "" +"Insert the USB stick into your printer and launch the procedure to load new " +"material profiles." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:184 -msgctxt "@action:label" -msgid "%1 & material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:676 +msgctxt "@button" +msgid "How to load new material profiles to my printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:186 -msgctxt "@action:label" -msgid "Material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:690 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 +msgctxt "@button" +msgid "Back" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:275 -msgctxt "@action:label" -msgid "Don't show project summary on save again" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:699 +msgctxt "@button" +msgid "Export material archive" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:289 -msgctxt "@action:button" -msgid "Save" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:734 +msgctxt "@title:window" +msgid "Export All Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:637 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 msgctxt "@title:window" -msgid "Open file(s)" +msgid "Confirm Diameter Change" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 -msgctxt "@text:window" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 +msgctxt "@label (%1 is a number)" msgid "" -"We have found one or more project file(s) within the files you have " -"selected. You can open only one project file at a time. We suggest to only " -"import models from those files. Would you like to proceed?" +"The new filament diameter is set to %1 mm, which is not compatible with the " +"current extruder. Do you wish to continue?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 -msgctxt "@action:button" -msgid "Import all as models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 +msgctxt "@label" +msgid "Display Name" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:15 -msgctxt "@title:window The argument is the application name." -msgid "About %1" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 +msgctxt "@label" +msgid "Brand" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:57 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 msgctxt "@label" -msgid "version: %1" +msgid "Material Type" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:72 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:210 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." +msgid "Color" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:85 -msgctxt "@info:credit" -msgid "" -"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" -"Cura proudly uses the following open source projects:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:262 +msgctxt "@title" +msgid "Material color picker" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:275 msgctxt "@label" -msgid "Graphical user interface" +msgid "Properties" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:135 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:286 msgctxt "@label" -msgid "Application framework" +msgid "Density" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:319 msgctxt "@label" -msgid "G-code generator" +msgid "Diameter" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:137 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:369 msgctxt "@label" -msgid "Interprocess communication library" +msgid "Filament Cost" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:139 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:401 msgctxt "@label" -msgid "Programming language" +msgid "Filament weight" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:140 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:433 msgctxt "@label" -msgid "GUI framework" +msgid "Filament length" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:141 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:451 msgctxt "@label" -msgid "GUI framework bindings" +msgid "Cost per Meter" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:465 msgctxt "@label" -msgid "C/C++ Binding library" +msgid "This material is linked to %1 and shares some of its properties." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:472 msgctxt "@label" -msgid "Data interchange format" +msgid "Unlink Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:485 msgctxt "@label" -msgid "Support library for scientific computing" +msgid "Description" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:503 msgctxt "@label" -msgid "Support library for faster math" +msgid "Adhesion Information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:146 -msgctxt "@label" -msgid "Support library for handling STL files" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:638 +msgctxt "@title" +msgid "Information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:643 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:18 msgctxt "@label" -msgid "Support library for handling triangular meshes" +msgid "Print settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:148 -msgctxt "@label" -msgid "Support library for handling 3MF files" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:467 +msgctxt "@title:tab" +msgid "Materials" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 msgctxt "@label" -msgid "Support library for file metadata and streaming" +msgid "Materials compatible with active printer:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:150 -msgctxt "@label" -msgid "Serial communication library" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:94 +msgctxt "@action:button" +msgid "Create new" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:151 -msgctxt "@label" -msgid "ZeroConf discovery library" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:88 +msgctxt "@action:button" +msgid "Import" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:152 -msgctxt "@label" -msgid "Polygon clipping library" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 +msgctxt "@action:button" +msgid "Sync with Printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:153 -msgctxt "@label" -msgid "Python bindings for Clipper" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/MachinesPage.qml:134 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:294 +msgctxt "@action:button" +msgid "Activate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:154 -msgctxt "@Label" -msgid "Static type checker for Python" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:311 +msgctxt "@action:button" +msgid "Duplicate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:155 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:156 -msgctxt "@Label" -msgid "Root Certificates for validating SSL trustworthiness" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:342 +msgctxt "@action:button" +msgid "Export" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:157 -msgctxt "@Label" -msgid "Python Error tracking library" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:392 +msgctxt "@title:window" +msgid "Confirm Remove" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:158 -msgctxt "@label" -msgid "Polygon packing library, developed by Prusa Research" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:393 +msgctxt "@label (%1 is object name)" +msgid "Are you sure you wish to remove %1? This cannot be undone!" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:159 -msgctxt "@label" -msgid "Python bindings for libnest2d" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 +msgctxt "@title:window" +msgid "Import Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:160 -msgctxt "@label" -msgid "Support library for system keyring access" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully imported material %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:161 -msgctxt "@label" -msgid "Python extensions for Microsoft Windows" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 +msgctxt "@info:status Don't translate the XML tags or !" +msgid "" +"Could not import material %1: %2" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:162 -msgctxt "@label" -msgid "Font" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:267 +msgctxt "@title:window" +msgid "Export Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:163 -msgctxt "@label" -msgid "SVG icons" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:272 +msgctxt "@info:status Don't translate the XML tags and !" +msgid "" +"Failed to export material to %1: %2" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/AboutDialog.qml:164 -msgctxt "@label" -msgid "Linux cross-distribution application deployment" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:275 +msgctxt "@info:status Don't translate the XML tag !" +msgid "Successfully exported material to %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:14 -msgctxt "@title:window" -msgid "Discard or Keep changes" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 +msgctxt "@item:tooltip" +msgid "" +"This setting has been hidden by the active machine and will not be visible." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:50 -msgctxt "@text:window, %1 is a profile name" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 +msgctxt "@item:tooltip %1 is list of setting names" msgid "" -"You have customized some profile settings. Would you like to Keep these " -"changed settings after switching profiles? Alternatively, you can discard " -"the changes to load the defaults from '%1'." +"This setting has been hidden by the value of %1. Change the value of that " +"setting to make this setting visible." +msgid_plural "" +"This setting has been hidden by the values of %1. Change the values of those " +"settings to make this setting visible." +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:14 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:460 +msgctxt "@title:tab" +msgid "General" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:76 -msgctxt "@title:column" -msgid "Profile settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:169 +msgctxt "@label" +msgid "Interface" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:78 -msgctxt "@title:column" -msgid "Current changes" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:213 +msgctxt "@heading" +msgid "-- incomplete --" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:107 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:798 -msgctxt "@option:discardOrKeep" -msgid "Always ask me this" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:258 +msgctxt "@label" +msgid "Currency:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:108 -msgctxt "@option:discardOrKeep" -msgid "Discard and never ask again" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:274 +msgctxt "" +"@label: Please keep the asterix, it's to indicate that a restart is needed." +msgid "Theme*:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:109 -msgctxt "@option:discardOrKeep" -msgid "Keep and never ask again" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:320 +msgctxt "@info:tooltip" +msgid "Slice automatically when changing settings." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:139 -msgctxt "@action:button" -msgid "Discard changes" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:328 +msgctxt "@option:check" +msgid "Slice automatically" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:145 -msgctxt "@action:button" -msgid "Keep changes" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:337 +msgctxt "@label" +msgid "" +"*You will need to restart the application for these changes to have effect." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Widgets/ComboBox.qml:18 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:352 msgctxt "@label" -msgid "No items to select from" +msgid "Viewport behavior" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open File(s)..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:360 +msgctxt "@info:tooltip" +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will not print properly." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:369 +msgctxt "@option:check" +msgid "Display overhang" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 -msgctxt "@action:inmenu" -msgid "Visible Settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:379 +msgctxt "@info:tooltip" +msgid "" +"Highlight missing or extraneous surfaces of the model using warning signs. " +"The toolpaths will often be missing parts of the intended geometry." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:45 -msgctxt "@action:inmenu" -msgid "Collapse All Categories" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:388 +msgctxt "@option:check" +msgid "Display model errors" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:54 -msgctxt "@action:inmenu" -msgid "Manage Setting Visibility..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:396 +msgctxt "@info:tooltip" +msgid "" +"Moves the camera so the model is in the center of the view when a model is " +"selected" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 -msgctxt "@title:menu" -msgid "&Material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:401 +msgctxt "@action:button" +msgid "Center camera when item is selected" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 -msgctxt "@action:inmenu" -msgid "Set as Active Extruder" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:411 +msgctxt "@info:tooltip" +msgid "Should the default zoom behavior of cura be inverted?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:55 -msgctxt "@action:inmenu" -msgid "Enable Extruder" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:416 +msgctxt "@action:button" +msgid "Invert the direction of camera zoom." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:63 -msgctxt "@action:inmenu" -msgid "Disable Extruder" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:432 +msgctxt "@info:tooltip" +msgid "Should zooming move in the direction of the mouse?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:13 -msgctxt "@label:category menu label" -msgid "Material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:432 +msgctxt "@info:tooltip" +msgid "" +"Zooming towards the mouse is not supported in the orthographic perspective." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:53 -msgctxt "@label:category menu label" -msgid "Favorites" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:437 +msgctxt "@action:button" +msgid "Zoom toward mouse direction" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/MaterialMenu.qml:78 -msgctxt "@label:category menu label" -msgid "Generic" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:463 +msgctxt "@info:tooltip" +msgid "" +"Should models on the platform be moved so that they no longer intersect?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/HelpMenu.qml:14 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:468 +msgctxt "@option:check" +msgid "Ensure models are kept apart" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:477 +msgctxt "@info:tooltip" +msgid "Should models on the platform be moved down to touch the build plate?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 -msgctxt "@title:menu menubar:file" -msgid "&Save Project..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:482 +msgctxt "@option:check" +msgid "Automatically drop models to the build plate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 -msgctxt "@title:menu menubar:file" -msgid "&Export..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:494 +msgctxt "@info:tooltip" +msgid "Show caution message in g-code reader." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:88 -msgctxt "@action:inmenu menubar:file" -msgid "Export Selection..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:503 +msgctxt "@option:check" +msgid "Caution message in g-code reader" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 -msgctxt "@title:menu menubar:toplevel" -msgid "P&references" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:511 +msgctxt "@info:tooltip" +msgid "Should layer be forced into compatibility mode?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:516 +msgctxt "@option:check" +msgid "Force layer view compatibility mode (restart required)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 -msgctxt "@title:menu menubar:settings" -msgid "&Printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:526 +msgctxt "@info:tooltip" +msgid "Should Cura open at the location it was closed?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 -msgctxt "@label:category menu label" -msgid "Network enabled printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:531 +msgctxt "@option:check" +msgid "Restore window position on start" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:50 -msgctxt "@label:category menu label" -msgid "Local printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:541 +msgctxt "@info:tooltip" +msgid "What type of camera rendering should be used?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ExtensionMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:548 +msgctxt "@window:text" +msgid "Camera rendering:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 -msgctxt "@header" -msgid "Configurations" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:555 +msgid "Perspective" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 -msgctxt "@label" -msgid "Loading available configurations from the printer..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:556 +msgid "Orthographic" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:596 msgctxt "@label" -msgid "" -"The configurations are not available because the printer is disconnected." +msgid "Opening and saving files" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 -msgctxt "@label" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:603 +msgctxt "@info:tooltip" msgid "" -"This configuration is not available because %1 is not recognized. Please " -"visit %2 to download the correct material profile." +"Should opening files from the desktop or external applications open in the " +"same instance of Cura?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 -msgctxt "@label" -msgid "Marketplace" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:608 +msgctxt "@option:check" +msgid "Use a single instance of Cura" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 -msgctxt "@tooltip" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:619 +msgctxt "@info:tooltip" msgid "" -"The configuration of this extruder is not allowed, and prohibits slicing." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 -msgctxt "@tooltip" -msgid "There are no profiles matching the configuration of this extruder." +"Should the build plate be cleared before loading a new model in the single " +"instance of Cura?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 -msgctxt "@label" -msgid "Select configuration" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:625 +msgctxt "@option:check" +msgid "Clear buildplate before loading model into the single instance" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:354 -msgctxt "@label" -msgid "Configurations" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:635 +msgctxt "@info:tooltip" +msgid "Should models be scaled to the build volume if they are too large?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 -msgctxt "@header" -msgid "Custom" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:640 +msgctxt "@option:check" +msgid "Scale large models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 -msgctxt "@label" -msgid "Printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:650 +msgctxt "@info:tooltip" +msgid "" +"An model may appear extremely small if its unit is for example in meters " +"rather than millimeters. Should these models be scaled up?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 -msgctxt "@label" -msgid "Enabled" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:655 +msgctxt "@option:check" +msgid "Scale extremely small models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 -msgctxt "@label" -msgid "Material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:665 +msgctxt "@info:tooltip" +msgid "Should models be selected after they are loaded?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:391 -msgctxt "@label" -msgid "Use glue for better adhesion with this material combination." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:670 +msgctxt "@option:check" +msgid "Select models when loaded" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:29 -msgctxt "@label" -msgid "Print Selected Model With:" -msgid_plural "Print Selected Models With:" -msgstr[0] "" -msgstr[1] "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:92 -msgctxt "@title:window" -msgid "Multiply Selected Model" -msgid_plural "Multiply Selected Models" -msgstr[0] "" -msgstr[1] "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ContextMenu.qml:123 -msgctxt "@label" -msgid "Number of Copies" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:680 +msgctxt "@info:tooltip" +msgid "" +"Should a prefix based on the printer name be added to the print job name " +"automatically?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 -msgctxt "@title:menu menubar:file" -msgid "Save Project..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:685 +msgctxt "@option:check" +msgid "Add machine prefix to job name" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:13 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:695 +msgctxt "@info:tooltip" +msgid "Should a summary be shown when saving a project file?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:17 -msgctxt "@action:inmenu menubar:view" -msgid "&Camera position" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:699 +msgctxt "@option:check" +msgid "Show summary dialog when saving project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:30 -msgctxt "@action:inmenu menubar:view" -msgid "Camera view" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:709 +msgctxt "@info:tooltip" +msgid "Default behavior when opening a project file" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:48 -msgctxt "@action:inmenu menubar:view" -msgid "Perspective" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:717 +msgctxt "@window:text" +msgid "Default behavior when opening a project file: " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/ViewMenu.qml:59 -msgctxt "@action:inmenu menubar:view" -msgid "Orthographic" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:732 +msgctxt "@option:openProject" +msgid "Always ask me this" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewsSelector.qml:50 -msgctxt "@label" -msgid "View type" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:733 +msgctxt "@option:openProject" +msgid "Always open as a project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:19 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:64 -msgctxt "@label" -msgid "Sign in to the Ultimaker platform" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:734 +msgctxt "@option:openProject" +msgid "Always import models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:39 -msgctxt "@text" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:771 +msgctxt "@info:tooltip" msgid "" -"- Add material profiles and plug-ins from the Marketplace\n" -"- Back-up and sync your material profiles and plug-ins\n" -"- Share ideas and get help from 48,000+ users in the Ultimaker community" +"When you have made changes to a profile and switched to a different one, a " +"dialog will be shown asking whether you want to keep your modifications or " +"not, or you can choose a default behaviour and never show that dialog again." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/GeneralOperations.qml:58 -msgctxt "@button" -msgid "Create a free Ultimaker account" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:780 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 +msgctxt "@label" +msgid "Profiles" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/AccountWidget.qml:24 -msgctxt "@action:button" -msgid "Sign in" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:785 +msgctxt "@window:text" +msgid "" +"Default behavior for changed setting values when switching to a different " +"profile: " msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:77 -msgctxt "@label The argument is a timestamp" -msgid "Last update: %1" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:799 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:104 +msgctxt "@option:discardOrKeep" +msgid "Always ask me this" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:104 -msgctxt "@button" -msgid "Ultimaker Account" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:800 +msgctxt "@option:discardOrKeep" +msgid "Always discard changed settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/UserOperations.qml:120 -msgctxt "@button" -msgid "Sign Out" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:801 +msgctxt "@option:discardOrKeep" +msgid "Always transfer changed settings to new profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:28 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:835 msgctxt "@label" -msgid "Checking..." +msgid "Privacy" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:35 -msgctxt "@label" -msgid "Account synced" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:841 +msgctxt "@info:tooltip" +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:42 -msgctxt "@label" -msgid "Something went wrong..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:846 +msgctxt "@option:check" +msgid "Send (anonymous) print information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:95 -msgctxt "@button" -msgid "Install pending updates" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:876 +msgctxt "@label" +msgid "Updates" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Account/SyncState.qml:116 -msgctxt "@button" -msgid "Check for account updates" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:883 +msgctxt "@info:tooltip" +msgid "Should Cura check for updates when the program is started?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:888 +msgctxt "@option:check" +msgid "Check for updates on start" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 -msgctxt "@label:PrintjobStatus" -msgid "Unable to slice" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:904 +msgctxt "@info:tooltip" +msgid "When checking for updates, only check for stable releases." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 -msgctxt "@button" -msgid "Processing" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:910 +msgctxt "@option:radio" +msgid "Stable releases only" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 -msgctxt "@button" -msgid "Slice" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:920 +msgctxt "@info:tooltip" +msgid "When checking for updates, check for both stable and for beta releases." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 -msgctxt "@label" -msgid "Start the slicing process" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:926 +msgctxt "@option:radio" +msgid "Stable and Beta releases" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:137 -msgctxt "@button" -msgid "Cancel" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:936 +msgctxt "@info:tooltip" +msgid "" +"Should an automatic check for new plugins be done every time Cura is " +"started? It is highly recommended that you do not disable this!" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 -msgctxt "@label" -msgid "Time estimation" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/GeneralPage.qml:941 +msgctxt "@option:check" +msgid "Get notifications for plugin updates" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 -msgctxt "@label" -msgid "Material estimation" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/RenameDialog.qml:22 +msgctxt "@title:window" +msgid "Rename" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 -msgctxt "@label m for meter" -msgid "%1m" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/RenameDialog.qml:23 +msgctxt "@info" +msgid "Please provide a new name." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 -msgctxt "@label g for grams" -msgid "%1g" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/MachinesPage.qml:17 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:465 +msgctxt "@title:tab" +msgid "Printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 -msgctxt "@label" -msgid "No time estimation available" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/MachinesPage.qml:50 +msgctxt "@action:button" +msgid "Add New" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 -msgctxt "@label" -msgid "No cost estimation available" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/MachinesPage.qml:146 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:331 +msgctxt "@action:button" +msgid "Rename" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 -msgctxt "@button" -msgid "Preview" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:57 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:469 +msgctxt "@title:tab" +msgid "Profiles" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:253 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:59 msgctxt "@label" -msgid "This package will be installed after restarting." +msgid "Profiles compatible with active printer:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:463 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:14 -msgctxt "@title:tab" -msgid "General" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:98 +msgctxt "@action:tooltip" +msgid "Create new profile from current settings/overrides" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:466 -msgctxt "@title:tab" -msgid "Settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:125 +msgctxt "@action:label" +msgid "Some settings from current profile were overwritten." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:468 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:16 -msgctxt "@title:tab" -msgid "Printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:140 +msgctxt "@action:button" +msgid "Update profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:470 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:70 -msgctxt "@title:tab" -msgid "Materials" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:143 +msgctxt "@action:tooltip" +msgid "Update profile with current settings/overrides" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:472 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:56 -msgctxt "@title:tab" -msgid "Profiles" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:148 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 +msgctxt "@action:button" +msgid "Discard current changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:589 -msgctxt "@title:window %1 is the application name" -msgid "Closing %1" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:158 +msgctxt "@action:label" +msgid "" +"This profile uses the defaults specified by the printer, so it has no " +"settings/overrides in the list below." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:590 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:599 -msgctxt "@label %1 is the application name" -msgid "Are you sure you want to exit %1?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:165 +msgctxt "@action:label" +msgid "Your current settings match the selected profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:747 -msgctxt "@window:title" -msgid "Install Package" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:175 +msgctxt "@title:tab" +msgid "Global Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:754 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:278 msgctxt "@title:window" -msgid "Open File(s)" +msgid "Create Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:756 -msgctxt "@text:window" -msgid "" -"We have found one or more G-Code files within the files you have selected. " -"You can only open one G-Code file at a time. If you want to open a G-Code " -"file, please just select only one." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:280 +msgctxt "@info" +msgid "Please provide a name for this profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:836 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:352 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:368 msgctxt "@title:window" -msgid "Add Printer" +msgid "Export Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Cura.qml:844 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:382 msgctxt "@title:window" -msgid "What's New" +msgid "Duplicate Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 -msgctxt "@label:Should be short" -msgid "On" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:409 +msgctxt "@title:window" +msgid "Rename Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 -msgctxt "@label:Should be short" -msgid "Off" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:422 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Preferences/ProfilesPage.qml:429 +msgctxt "@title:window" +msgid "Import Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ViewsSelector.qml:50 msgctxt "@label" -msgid "Experimental" +msgid "View type" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:19 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:642 -msgctxt "@label" -msgid "Print settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ViewOrientationControls.qml:25 +msgctxt "@info:tooltip" +msgid "3D View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:21 -msgctxt "@label shown when we load a Gcode file" -msgid "Print setup disabled. G-code file can not be modified." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ViewOrientationControls.qml:38 +msgctxt "@info:tooltip" +msgid "Front View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:144 -msgctxt "@button" -msgid "Recommended" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ViewOrientationControls.qml:51 +msgctxt "@info:tooltip" +msgid "Top View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:158 -msgctxt "@button" -msgid "Custom" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ViewOrientationControls.qml:64 +msgctxt "@info:tooltip" +msgid "Left View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 -msgctxt "" -"@label %1 is filled in with the type of a profile. %2 is filled with a list " -"of numbers (eg '1' or '1, 2')" -msgid "" -"There is no %1 profile for the configuration in extruder %2. The default " -"intent will be used instead" -msgid_plural "" -"There is no %1 profile for the configurations in extruders %2. The default " -"intent will be used instead" -msgstr[0] "" -msgstr[1] "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:195 -msgctxt "@label" -msgid "Gradual infill" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ViewOrientationControls.qml:77 +msgctxt "@info:tooltip" +msgid "Right View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:233 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ObjectItemButton.qml:109 msgctxt "@label" -msgid "" -"Gradual infill will gradually increase the amount of infill towards the top." +msgid "Is printed as support." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ObjectItemButton.qml:112 msgctxt "@label" -msgid "Support" +msgid "Other models overlapping with this model are modified." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ObjectItemButton.qml:115 msgctxt "@label" -msgid "" -"Generate structures to support parts of the model which have overhangs. " -"Without these structures, such parts would collapse during printing." +msgid "Infill overlapping with this model is modified." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:50 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:779 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ObjectItemButton.qml:118 msgctxt "@label" -msgid "Profiles" +msgid "Overlaps with this model are not supported." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 -msgctxt "@tooltip" -msgid "" -"You have modified some profile settings. If you want to change these go to " -"custom mode." -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ObjectItemButton.qml:125 +msgctxt "@label %1 is the number of settings it overrides." +msgid "Overrides %1 setting." +msgid_plural "Overrides %1 settings." +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintMonitor.qml:156 msgctxt "@label" -msgid "Adhesion" +msgid "Active print" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintMonitor.qml:164 msgctxt "@label" -msgid "" -"Enable printing a brim or raft. This will add a flat area around or under " -"your object which is easy to cut off afterwards." +msgid "Job Name" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 -msgctxt "@label:header" -msgid "Custom profiles" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintMonitor.qml:172 +msgctxt "@label" +msgid "Printing Time" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:256 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:147 -msgctxt "@action:button" -msgid "Discard current changes" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintMonitor.qml:180 +msgctxt "@label" +msgid "Estimated time left" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 msgctxt "@label" -msgid "Profile" +msgid "Add a printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:157 -msgctxt "@tooltip" -msgid "" -"Some setting/override values are different from the values stored in the " -"profile.\n" -"\n" -"Click to open the profile manager." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +msgctxt "@label" +msgid "Add a networked printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:37 -msgctxt "@title:column" -msgid "Setting" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +msgctxt "@label" +msgid "Add a non-networked printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:38 -msgctxt "@title:column" -msgid "Profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:28 +msgctxt "@label" +msgid "What's New" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:39 -msgctxt "@title:column" -msgid "Current" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:204 +msgctxt "@label" +msgid "Manufacturer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ProfileOverview.qml:40 -msgctxt "@title:column Unit of measurement" -msgid "Unit" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:215 +msgctxt "@label" +msgid "Profile author" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:22 -msgctxt "@title:window" -msgid "Rename" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:227 +msgctxt "@label" +msgid "Printer name" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/RenameDialog.qml:23 -msgctxt "@info" -msgid "Please provide a new name." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:233 +msgctxt "@text" +msgid "Please name your printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:56 -msgctxt "@item:tooltip" -msgid "" -"This setting has been hidden by the active machine and will not be visible." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +msgctxt "@label" +msgid "Release Notes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityItem.qml:73 -msgctxt "@item:tooltip %1 is list of setting names" -msgid "" -"This setting has been hidden by the value of %1. Change the value of that " -"setting to make this setting visible." -msgid_plural "" -"This setting has been hidden by the values of %1. Change the values of those " -"settings to make this setting visible." -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +msgctxt "@label" +msgid "There is no printer found over your network." +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:13 -msgctxt "@title:tab" -msgid "Setting Visibility" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +msgctxt "@label" +msgid "Refresh" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:22 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:131 -msgctxt "@action:button" -msgid "Defaults" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +msgctxt "@label" +msgid "Add printer by IP" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/SettingVisibilityPage.qml:53 -msgctxt "@label:textbox" -msgid "Check all" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +msgctxt "@label" +msgid "Add cloud printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:49 -msgctxt "@action:button" -msgid "Add New" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:220 +msgctxt "@label" +msgid "Troubleshooting" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:135 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:160 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:293 -msgctxt "@action:button" -msgid "Activate" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:64 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/GeneralOperations.qml:19 +msgctxt "@label" +msgid "Sign in to the Ultimaker platform" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/MachinesPage.qml:147 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:330 -msgctxt "@action:button" -msgid "Rename" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:124 +msgctxt "@text" +msgid "Add material settings and plugins from the Marketplace" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:121 -msgctxt "@title:window" -msgid "Confirm Diameter Change" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:154 +msgctxt "@text" +msgid "Backup and sync your material settings and plugins" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:122 -msgctxt "@label (%1 is a number)" -msgid "" -"The new filament diameter is set to %1 mm, which is not compatible with the " -"current extruder. Do you wish to continue?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:184 +msgctxt "@text" +msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:152 -msgctxt "@label" -msgid "Display Name" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:202 +msgctxt "@button" +msgid "Skip" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:171 -msgctxt "@label" -msgid "Brand" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/CloudContent.qml:214 +msgctxt "@text" +msgid "Create a free Ultimaker Account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:190 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 msgctxt "@label" -msgid "Material Type" +msgid "Help us to improve Ultimaker Cura" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:209 -msgctxt "@label" -msgid "Color" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 +msgctxt "@text" +msgid "" +"Ultimaker Cura collects anonymous data to improve print quality and user " +"experience, including:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:261 -msgctxt "@title" -msgid "Material color picker" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 +msgctxt "@text" +msgid "Machine types" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:274 -msgctxt "@label" -msgid "Properties" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 +msgctxt "@text" +msgid "Material usage" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:285 -msgctxt "@label" -msgid "Density" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 +msgctxt "@text" +msgid "Number of slices" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:318 -msgctxt "@label" -msgid "Diameter" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 +msgctxt "@text" +msgid "Print settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:368 -msgctxt "@label" -msgid "Filament Cost" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 +msgctxt "@text" +msgid "" +"Data collected by Ultimaker Cura will not contain any personal information." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:400 -msgctxt "@label" -msgid "Filament weight" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 +msgctxt "@text" +msgid "More information" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:432 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 msgctxt "@label" -msgid "Filament length" +msgid "Empty" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:450 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 msgctxt "@label" -msgid "Cost per Meter" +msgid "Add a Cloud printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:464 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 msgctxt "@label" -msgid "This material is linked to %1 and shares some of its properties." +msgid "Waiting for Cloud response" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:471 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 msgctxt "@label" -msgid "Unlink Material" +msgid "No printers found in your account?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:484 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 msgctxt "@label" -msgid "Description" +msgid "The following printers in your account have been added in Cura:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:502 -msgctxt "@label" -msgid "Adhesion Information" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 +msgctxt "@button" +msgid "Add printer manually" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsView.qml:637 -msgctxt "@title" -msgid "Information" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +msgctxt "@label" +msgid "User Agreement" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:17 -msgctxt "@title:window" -msgid "Sync materials with printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 +msgctxt "@button" +msgid "Decline and close" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:48 -msgctxt "@title:header" -msgid "Sync materials with printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 +msgctxt "@label" +msgid "Add printer by IP address" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:54 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 msgctxt "@text" -msgid "" -"Following a few simple steps, you will be able to synchronize all your " -"material profiles with your printers." +msgid "Enter your printer's IP address." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:76 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 msgctxt "@button" -msgid "Why do I need to sync material profiles?" +msgid "Add" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:85 -msgctxt "@button" -msgid "Start" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 +msgctxt "@label" +msgid "Could not connect to device." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:127 -msgctxt "@title:header" -msgid "Sign in" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 +msgctxt "@label" +msgid "Can't connect to your Ultimaker printer?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:133 -msgctxt "@text" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 +msgctxt "@label" +msgid "The printer at this address has not responded yet." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 +msgctxt "@label" msgid "" -"To automatically sync the material profiles with all your printers connected " -"to Digital Factory you need to be signed in in Cura." +"This printer cannot be added because it's an unknown printer or it's not the " +"host of a group." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:157 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:446 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 msgctxt "@button" -msgid "Sync materials with USB" +msgid "Connect" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 -msgctxt "@title:header" -msgid "The following printers will receive the new material profiles:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +msgctxt "@label" +msgid "Welcome to Ultimaker Cura" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:197 -msgctxt "@title:header" -msgid "Something went wrong when sending the materials to the printers." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 +msgctxt "@text" +msgid "" +"Please follow these steps to set up Ultimaker Cura. This will only take a " +"few moments." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:204 -msgctxt "@title:header" -msgid "Material profiles successfully synced with the following printers:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 +msgctxt "@button" +msgid "Get started" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:242 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:429 -msgctxt "@button" -msgid "Troubleshooting" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ObjectSelector.qml:59 +msgctxt "@label" +msgid "Object list" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:406 -msgctxt "@text Asking the user whether printers are missing in a list." -msgid "Printers missing?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:81 +msgctxt "@action:inmenu" +msgid "Show Online Troubleshooting" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:408 -msgctxt "@text" -msgid "" -"Make sure all your printers are turned ON and connected to Digital Factory." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:88 +msgctxt "@action:inmenu" +msgid "Toggle Full Screen" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:417 -msgctxt "@button" -msgid "Refresh List" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:96 +msgctxt "@action:inmenu" +msgid "Exit Full Screen" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:457 -msgctxt "@button" -msgid "Try again" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:103 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:461 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 -msgctxt "@button" -msgid "Done" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:113 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:463 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:607 -msgctxt "@button" -msgid "Sync" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:131 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:519 -msgctxt "@button" -msgid "Syncing" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:139 +msgctxt "@action:inmenu menubar:view" +msgid "3D View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:537 -msgctxt "@title:header" -msgid "No printers found" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:146 +msgctxt "@action:inmenu menubar:view" +msgid "Front View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:558 -msgctxt "@text" -msgid "" -"It seems like you don't have any compatible printers connected to Digital " -"Factory. Make sure your printer is connected and it's running the latest " -"firmware." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu menubar:view" +msgid "Top View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:570 -msgctxt "@button" -msgid "Learn how to connect your printer to Digital Factory" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:160 +msgctxt "@action:inmenu menubar:view" +msgid "Bottom View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:598 -msgctxt "@button" -msgid "Refresh" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:view" +msgid "Left Side View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:627 -msgctxt "@title:header" -msgid "Sync material profiles via USB" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:174 +msgctxt "@action:inmenu menubar:view" +msgid "Right Side View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:633 -msgctxt "" -"@text In the UI this is followed by a list of steps the user needs to take." -msgid "" -"Follow the following steps to load the new material profiles to your printer." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:188 +msgctxt "@action:inmenu" +msgid "Configure Cura..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:665 -msgctxt "@text" -msgid "Click the export material archive button." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:195 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:666 -msgctxt "@text" -msgid "Save the .umm file on a USB stick." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:201 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:667 -msgctxt "@text" -msgid "" -"Insert the USB stick into your printer and launch the procedure to load new " -"material profiles." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:208 +msgctxt "@action:inmenu" +msgid "Manage Materials..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:675 -msgctxt "@button" -msgid "How to load new material profiles to my printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:216 +msgctxt "" +"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " +"translate." +msgid "Add more materials from Marketplace" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:334 -msgctxt "@button" -msgid "Back" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:223 +msgctxt "@action:inmenu menubar:profile" +msgid "&Update profile with current settings/overrides" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:698 -msgctxt "@button" -msgid "Export material archive" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:231 +msgctxt "@action:inmenu menubar:profile" +msgid "&Discard current changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:733 -msgctxt "@title:window" -msgid "Export All Materials" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:243 +msgctxt "@action:inmenu menubar:profile" +msgid "&Create profile from current settings/overrides..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:72 -msgctxt "@label" -msgid "Materials compatible with active printer:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:249 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:78 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:93 -msgctxt "@action:button" -msgid "Create new" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:257 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:90 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:87 -msgctxt "@action:button" -msgid "Import" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:265 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:101 -msgctxt "@action:button" -msgid "Sync with Printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:273 +msgctxt "@action:inmenu menubar:help" +msgid "What's New" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:174 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:310 -msgctxt "@action:button" -msgid "Duplicate" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:287 +msgctxt "@action:inmenu menubar:help" +msgid "About..." +msgstr "" + +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:294 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete Selected" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:198 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:341 -msgctxt "@action:button" -msgid "Export" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:304 +msgctxt "@action:inmenu menubar:edit" +msgid "Center Selected" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:212 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:386 -msgctxt "@title:window" -msgid "Confirm Remove" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:313 +msgctxt "@action:inmenu menubar:edit" +msgid "Multiply Selected" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:215 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:387 -msgctxt "@label (%1 is object name)" -msgid "Are you sure you wish to remove %1? This cannot be undone!" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:322 +msgctxt "@action:inmenu" +msgid "Delete Model" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:228 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:238 -msgctxt "@title:window" -msgid "Import Material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:330 +msgctxt "@action:inmenu" +msgid "Ce&nter Model on Platform" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:242 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully imported material %1" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:336 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:245 -msgctxt "@info:status Don't translate the XML tags or !" -msgid "" -"Could not import material %1: %2" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:356 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:256 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:265 -msgctxt "@title:window" -msgid "Export Material" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:366 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:270 -msgctxt "@info:status Don't translate the XML tags and !" -msgid "" -"Failed to export material to %1: %2" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:376 +msgctxt "@action:inmenu" +msgid "&Multiply Model..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsPage.qml:273 -msgctxt "@info:status Don't translate the XML tag !" -msgid "Successfully exported material to %1" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:383 +msgctxt "@action:inmenu menubar:edit" +msgid "Select All Models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:58 -msgctxt "@label" -msgid "Profiles compatible with active printer:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:393 +msgctxt "@action:inmenu menubar:edit" +msgid "Clear Build Plate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:97 -msgctxt "@action:tooltip" -msgid "Create new profile from current settings/overrides" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:403 +msgctxt "@action:inmenu menubar:file" +msgid "Reload All Models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:124 -msgctxt "@action:label" -msgid "Some settings from current profile were overwritten." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:412 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange All Models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:139 -msgctxt "@action:button" -msgid "Update profile." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:420 +msgctxt "@action:inmenu menubar:edit" +msgid "Arrange Selection" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:142 -msgctxt "@action:tooltip" -msgid "Update profile with current settings/overrides" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:427 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Positions" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:157 -msgctxt "@action:label" -msgid "" -"This profile uses the defaults specified by the printer, so it has no " -"settings/overrides in the list below." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:434 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Model Transformations" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:164 -msgctxt "@action:label" -msgid "Your current settings match the selected profile." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:443 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File(s)..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:174 -msgctxt "@title:tab" -msgid "Global Settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:453 +msgctxt "@action:inmenu menubar:file" +msgid "&New Project..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:277 -msgctxt "@title:window" -msgid "Create Profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Actions.qml:460 +msgctxt "@action:inmenu menubar:help" +msgid "Show Configuration Folder" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:279 -msgctxt "@info" -msgid "Please provide a name for this profile." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ExtruderButton.qml:16 +msgctxt "@label %1 is filled in with the name of an extruder" +msgid "Print Selected Model with %1" +msgid_plural "Print Selected Models with %1" +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:115 +msgctxt "@label:MonitorStatus" +msgid "Not connected to a printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:351 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:362 -msgctxt "@title:window" -msgid "Export Profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:119 +msgctxt "@label:MonitorStatus" +msgid "Printer does not accept commands" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:376 -msgctxt "@title:window" -msgid "Duplicate Profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:129 +msgctxt "@label:MonitorStatus" +msgid "In maintenance. Please check the printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:403 -msgctxt "@title:window" -msgid "Rename Profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:140 +msgctxt "@label:MonitorStatus" +msgid "Lost connection with the printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:416 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/ProfilesPage.qml:423 -msgctxt "@title:window" -msgid "Import Profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:142 +msgctxt "@label:MonitorStatus" +msgid "Printing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:169 -msgctxt "@label" -msgid "Interface" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:145 +msgctxt "@label:MonitorStatus" +msgid "Paused" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:213 -msgctxt "@heading" -msgid "-- incomplete --" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:148 +msgctxt "@label:MonitorStatus" +msgid "Preparing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:258 -msgctxt "@label" -msgid "Currency:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:150 +msgctxt "@label:MonitorStatus" +msgid "Please remove the print" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:273 -msgctxt "" -"@label: Please keep the asterix, it's to indicate that a restart is needed." -msgid "Theme*:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:318 +msgctxt "@label" +msgid "Abort Print" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:319 -msgctxt "@info:tooltip" -msgid "Slice automatically when changing settings." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/MonitorButton.qml:327 +msgctxt "@label" +msgid "Are you sure you want to abort the print?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:327 -msgctxt "@option:check" -msgid "Slice automatically" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ProfileOverview.qml:36 +msgctxt "@title:column" +msgid "Setting" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:336 -msgctxt "@label" -msgid "" -"*You will need to restart the application for these changes to have effect." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ProfileOverview.qml:37 +msgctxt "@title:column" +msgid "Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:351 -msgctxt "@label" -msgid "Viewport behavior" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ProfileOverview.qml:38 +msgctxt "@title:column" +msgid "Current" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:359 -msgctxt "@info:tooltip" -msgid "" -"Highlight unsupported areas of the model in red. Without support these areas " -"will not print properly." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ProfileOverview.qml:39 +msgctxt "@title:column Unit of measurement" +msgid "Unit" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:368 -msgctxt "@option:check" -msgid "Display overhang" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingsMenu.qml:34 +msgctxt "@title:menu" +msgid "&Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:378 -msgctxt "@info:tooltip" -msgid "" -"Highlight missing or extraneous surfaces of the model using warning signs. " -"The toolpaths will often be missing parts of the intended geometry." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingsMenu.qml:49 +msgctxt "@action:inmenu" +msgid "Set as Active Extruder" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:387 -msgctxt "@option:check" -msgid "Display model errors" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingsMenu.qml:55 +msgctxt "@action:inmenu" +msgid "Enable Extruder" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:395 -msgctxt "@info:tooltip" -msgid "" -"Moves the camera so the model is in the center of the view when a model is " -"selected" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingsMenu.qml:63 +msgctxt "@action:inmenu" +msgid "Disable Extruder" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:400 -msgctxt "@action:button" -msgid "Center camera when item is selected" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/FileMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:410 -msgctxt "@info:tooltip" -msgid "Should the default zoom behavior of cura be inverted?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/FileMenu.qml:45 +msgctxt "@title:menu menubar:file" +msgid "&Save Project..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:415 -msgctxt "@action:button" -msgid "Invert the direction of camera zoom." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/FileMenu.qml:78 +msgctxt "@title:menu menubar:file" +msgid "&Export..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 -msgctxt "@info:tooltip" -msgid "Should zooming move in the direction of the mouse?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/FileMenu.qml:89 +msgctxt "@action:inmenu menubar:file" +msgid "Export Selection..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:431 -msgctxt "@info:tooltip" -msgid "" -"Zooming towards the mouse is not supported in the orthographic perspective." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/MaterialMenu.qml:13 +msgctxt "@label:category menu label" +msgid "Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:436 -msgctxt "@action:button" -msgid "Zoom toward mouse direction" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/MaterialMenu.qml:53 +msgctxt "@label:category menu label" +msgid "Favorites" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:462 -msgctxt "@info:tooltip" -msgid "" -"Should models on the platform be moved so that they no longer intersect?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/MaterialMenu.qml:78 +msgctxt "@label:category menu label" +msgid "Generic" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:467 -msgctxt "@option:check" -msgid "Ensure models are kept apart" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/PrinterMenu.qml:13 +msgctxt "@title:menu menubar:settings" +msgid "&Printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:476 -msgctxt "@info:tooltip" -msgid "Should models on the platform be moved down to touch the build plate?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/PrinterMenu.qml:17 +msgctxt "@label:category menu label" +msgid "Network enabled printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:481 -msgctxt "@option:check" -msgid "Automatically drop models to the build plate" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/PrinterMenu.qml:50 +msgctxt "@label:category menu label" +msgid "Local printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:493 -msgctxt "@info:tooltip" -msgid "Show caution message in g-code reader." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ExtensionMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:502 -msgctxt "@option:check" -msgid "Caution message in g-code reader" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/OpenFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open File(s)..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:510 -msgctxt "@info:tooltip" -msgid "Should layer be forced into compatibility mode?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/PreferencesMenu.qml:21 +msgctxt "@title:menu menubar:toplevel" +msgid "P&references" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:515 -msgctxt "@option:check" -msgid "Force layer view compatibility mode (restart required)" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18 +msgctxt "@header" +msgid "Configurations" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:525 -msgctxt "@info:tooltip" -msgid "Should Cura open at the location it was closed?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27 +msgctxt "@header" +msgid "Custom" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:530 -msgctxt "@option:check" -msgid "Restore window position on start" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:62 +msgctxt "@label" +msgid "Printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:540 -msgctxt "@info:tooltip" -msgid "What type of camera rendering should be used?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:214 +msgctxt "@label" +msgid "Enabled" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:547 -msgctxt "@window:text" -msgid "Camera rendering:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:263 +msgctxt "@label" +msgid "Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:554 -msgid "Perspective" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:389 +msgctxt "@label" +msgid "Use glue for better adhesion with this material combination." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:555 -msgid "Orthographic" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:52 +msgctxt "@label" +msgid "Loading available configurations from the printer..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:595 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:53 msgctxt "@label" -msgid "Opening and saving files" +msgid "" +"The configurations are not available because the printer is disconnected." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:602 -msgctxt "@info:tooltip" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137 +msgctxt "@label" msgid "" -"Should opening files from the desktop or external applications open in the " -"same instance of Cura?" +"This configuration is not available because %1 is not recognized. Please " +"visit %2 to download the correct material profile." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:607 -msgctxt "@option:check" -msgid "Use a single instance of Cura" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:138 +msgctxt "@label" +msgid "Marketplace" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:618 -msgctxt "@info:tooltip" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:101 +msgctxt "@tooltip" msgid "" -"Should the build plate be cleared before loading a new model in the single " -"instance of Cura?" +"The configuration of this extruder is not allowed, and prohibits slicing." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:624 -msgctxt "@option:check" -msgid "Clear buildplate before loading model into the single instance" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:105 +msgctxt "@tooltip" +msgid "There are no profiles matching the configuration of this extruder." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:634 -msgctxt "@info:tooltip" -msgid "Should models be scaled to the build volume if they are too large?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:245 +msgctxt "@label" +msgid "Select configuration" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:639 -msgctxt "@option:check" -msgid "Scale large models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:353 +msgctxt "@label" +msgid "Configurations" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:649 -msgctxt "@info:tooltip" -msgid "" -"An model may appear extremely small if its unit is for example in meters " -"rather than millimeters. Should these models be scaled up?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/HelpMenu.qml:14 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:654 -msgctxt "@option:check" -msgid "Scale extremely small models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SaveProjectMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Save Project..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:664 -msgctxt "@info:tooltip" -msgid "Should models be selected after they are loaded?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/RecentFilesMenu.qml:15 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:669 -msgctxt "@option:check" -msgid "Select models when loaded" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ViewMenu.qml:13 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:679 -msgctxt "@info:tooltip" -msgid "" -"Should a prefix based on the printer name be added to the print job name " -"automatically?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ViewMenu.qml:17 +msgctxt "@action:inmenu menubar:view" +msgid "&Camera position" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:684 -msgctxt "@option:check" -msgid "Add machine prefix to job name" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ViewMenu.qml:30 +msgctxt "@action:inmenu menubar:view" +msgid "Camera view" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:694 -msgctxt "@info:tooltip" -msgid "Should a summary be shown when saving a project file?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ViewMenu.qml:48 +msgctxt "@action:inmenu menubar:view" +msgid "Perspective" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:698 -msgctxt "@option:check" -msgid "Show summary dialog when saving project" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ViewMenu.qml:59 +msgctxt "@action:inmenu menubar:view" +msgid "Orthographic" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:708 -msgctxt "@info:tooltip" -msgid "Default behavior when opening a project file" -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ContextMenu.qml:29 +msgctxt "@label" +msgid "Print Selected Model With:" +msgid_plural "Print Selected Models With:" +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:716 -msgctxt "@window:text" -msgid "Default behavior when opening a project file: " +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ContextMenu.qml:92 +msgctxt "@title:window" +msgid "Multiply Selected Model" +msgid_plural "Multiply Selected Models" +msgstr[0] "" +msgstr[1] "" + +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/ContextMenu.qml:123 +msgctxt "@label" +msgid "Number of Copies" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:731 -msgctxt "@option:openProject" -msgid "Always ask me this" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/EditMenu.qml:12 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:732 -msgctxt "@option:openProject" -msgid "Always open as a project" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:16 +msgctxt "@action:inmenu" +msgid "Visible Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:733 -msgctxt "@option:openProject" -msgid "Always import models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:42 +msgctxt "@action:inmenu" +msgid "Collapse All Categories" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:770 -msgctxt "@info:tooltip" -msgid "" -"When you have made changes to a profile and switched to a different one, a " -"dialog will be shown asking whether you want to keep your modifications or " -"not, or you can choose a default behaviour and never show that dialog again." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Menus/SettingVisibilityPresetsMenu.qml:51 +msgctxt "@action:inmenu" +msgid "Manage Setting Visibility..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:784 -msgctxt "@window:text" -msgid "" -"Default behavior for changed setting values when switching to a different " -"profile: " +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:16 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:634 +msgctxt "@title:window" +msgid "Open file(s)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:799 -msgctxt "@option:discardOrKeep" -msgid "Always discard changed settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 +msgctxt "@text:window" +msgid "" +"We have found one or more project file(s) within the files you have " +"selected. You can open only one project file at a time. We suggest to only " +"import models from those files. Would you like to proceed?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:800 -msgctxt "@option:discardOrKeep" -msgid "Always transfer changed settings to new profile" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:64 +msgctxt "@action:button" +msgid "Import all as models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:834 -msgctxt "@label" -msgid "Privacy" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:17 +msgctxt "@title:window" +msgid "Open project file" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:840 -msgctxt "@info:tooltip" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:83 +msgctxt "@text:window" msgid "" -"Should anonymous data about your print be sent to Ultimaker? Note, no " -"models, IP addresses or other personally identifiable information is sent or " -"stored." +"This is a Cura project file. Would you like to open it as a project or " +"import the models from it?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:845 -msgctxt "@option:check" -msgid "Send (anonymous) print information" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:91 +msgctxt "@text:window" +msgid "Remember my choice" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:875 -msgctxt "@label" -msgid "Updates" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:105 +msgctxt "@action:button" +msgid "Open as project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:882 -msgctxt "@info:tooltip" -msgid "Should Cura check for updates when the program is started?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml:110 +msgctxt "@action:button" +msgid "Import models" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:887 -msgctxt "@option:check" -msgid "Check for updates on start" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13 +msgctxt "@title:window" +msgid "Discard or Keep changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:903 -msgctxt "@info:tooltip" -msgid "When checking for updates, only check for stable releases." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:49 +msgctxt "@text:window, %1 is a profile name" +msgid "" +"You have customized some profile settings. Would you like to Keep these " +"changed settings after switching profiles? Alternatively, you can discard " +"the changes to load the defaults from '%1'." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:909 -msgctxt "@option:radio" -msgid "Stable releases only" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:75 +msgctxt "@title:column" +msgid "Profile settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:919 -msgctxt "@info:tooltip" -msgid "When checking for updates, check for both stable and for beta releases." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:77 +msgctxt "@title:column" +msgid "Current changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:925 -msgctxt "@option:radio" -msgid "Stable and Beta releases" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:105 +msgctxt "@option:discardOrKeep" +msgid "Discard and never ask again" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:935 -msgctxt "@info:tooltip" -msgid "" -"Should an automatic check for new plugins be done every time Cura is " -"started? It is highly recommended that you do not disable this!" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:106 +msgctxt "@option:discardOrKeep" +msgid "Keep and never ask again" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/GeneralPage.qml:940 -msgctxt "@option:check" -msgid "Get notifications for plugin updates" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:136 +msgctxt "@action:button" +msgid "Discard changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:70 -msgctxt "@label" -msgid "Add printer by IP address" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:142 +msgctxt "@action:button" +msgid "Keep changes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:133 -msgctxt "@text" -msgid "Enter your printer's IP address." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:14 +msgctxt "@title:window" +msgid "Save Project" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:158 -msgctxt "@button" -msgid "Add" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:175 +msgctxt "@action:label" +msgid "Extruder %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:206 -msgctxt "@label" -msgid "Could not connect to device." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:191 +msgctxt "@action:label" +msgid "%1 & material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:207 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:212 -msgctxt "@label" -msgid "Can't connect to your Ultimaker printer?" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:193 +msgctxt "@action:label" +msgid "Material" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:211 -msgctxt "@label" -msgid "The printer at this address has not responded yet." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:282 +msgctxt "@action:label" +msgid "Don't show project summary on save again" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:245 -msgctxt "@label" -msgid "" -"This printer cannot be added because it's an unknown printer or it's not the " -"host of a group." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:296 +msgctxt "@action:button" +msgid "Save" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddPrinterByIpContent.qml:347 -msgctxt "@button" -msgid "Connect" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:15 +msgctxt "@title:window The argument is the application name." +msgid "About %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/ChangelogContent.qml:24 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:57 msgctxt "@label" -msgid "Release Notes" +msgid "version: %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:23 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:72 msgctxt "@label" -msgid "User Agreement" +msgid "End-to-end solution for fused filament 3D printing." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:53 -msgctxt "@button" -msgid "Agree" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:85 +msgctxt "@info:credit" +msgid "" +"Cura is developed by Ultimaker B.V. in cooperation with the community.\n" +"Cura proudly uses the following open source projects:" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/UserAgreementContent.qml:67 -msgctxt "@button" -msgid "Decline and close" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:134 +msgctxt "@label" +msgid "Graphical user interface" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:29 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:135 msgctxt "@label" -msgid "What's New" +msgid "Application framework" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WhatsNewContent.qml:184 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml:77 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:123 -msgctxt "@button" -msgid "Next" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:136 +msgctxt "@label" +msgid "G-code generator" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:47 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:137 msgctxt "@label" -msgid "Add a Cloud printer" +msgid "Interprocess communication library" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:74 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:139 msgctxt "@label" -msgid "Waiting for Cloud response" +msgid "Programming language" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:86 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:140 msgctxt "@label" -msgid "No printers found in your account?" +msgid "GUI framework" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:121 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:141 msgctxt "@label" -msgid "The following printers in your account have been added in Cura:" +msgid "GUI framework bindings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddCloudPrintersView.qml:194 -msgctxt "@button" -msgid "Add printer manually" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:142 +msgctxt "@label" +msgid "C/C++ Binding library" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:124 -msgctxt "@text" -msgid "Add material settings and plugins from the Marketplace" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:143 +msgctxt "@label" +msgid "Data interchange format" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:154 -msgctxt "@text" -msgid "Backup and sync your material settings and plugins" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:144 +msgctxt "@label" +msgid "Support library for scientific computing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:184 -msgctxt "@text" -msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:145 +msgctxt "@label" +msgid "Support library for faster math" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:202 -msgctxt "@button" -msgid "Skip" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:146 +msgctxt "@label" +msgid "Support library for handling STL files" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/CloudContent.qml:214 -msgctxt "@text" -msgid "Create a free Ultimaker Account" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:147 +msgctxt "@label" +msgid "Support library for handling triangular meshes" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:56 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:148 msgctxt "@label" -msgid "Welcome to Ultimaker Cura" +msgid "Support library for handling 3MF files" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:68 -msgctxt "@text" -msgid "" -"Please follow these steps to set up Ultimaker Cura. This will only take a " -"few moments." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:149 +msgctxt "@label" +msgid "Support library for file metadata and streaming" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/WelcomeContent.qml:86 -msgctxt "@button" -msgid "Get started" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:150 +msgctxt "@label" +msgid "Serial communication library" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DropDownWidget.qml:93 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:151 msgctxt "@label" -msgid "Empty" +msgid "ZeroConf discovery library" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:206 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:152 msgctxt "@label" -msgid "Manufacturer" +msgid "Polygon clipping library" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:217 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:153 msgctxt "@label" -msgid "Profile author" +msgid "Python bindings for Clipper" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:229 -msgctxt "@label" -msgid "Printer name" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:154 +msgctxt "@Label" +msgid "Static type checker for Python" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235 -msgctxt "@text" -msgid "Please name your printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:155 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:156 +msgctxt "@Label" +msgid "Root Certificates for validating SSL trustworthiness" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:24 -msgctxt "@label" -msgid "Add a printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:157 +msgctxt "@Label" +msgid "Python Error tracking library" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:39 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:158 msgctxt "@label" -msgid "Add a networked printer" +msgid "Polygon packing library, developed by Prusa Research" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml:88 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:159 msgctxt "@label" -msgid "Add a non-networked printer" +msgid "Python bindings for libnest2d" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:43 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:160 msgctxt "@label" -msgid "There is no printer found over your network." +msgid "Support library for system keyring access" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:162 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:161 msgctxt "@label" -msgid "Refresh" +msgid "Python extensions for Microsoft Windows" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:173 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:162 msgctxt "@label" -msgid "Add printer by IP" +msgid "Font" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:184 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:163 msgctxt "@label" -msgid "Add cloud printer" +msgid "SVG icons" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml:221 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Dialogs/AboutDialog.qml:164 msgctxt "@label" -msgid "Troubleshooting" +msgid "Linux cross-distribution application deployment" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:24 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ColorDialog.qml:107 msgctxt "@label" -msgid "Help us to improve Ultimaker Cura" +msgid "Hex" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:57 -msgctxt "@text" -msgid "" -"Ultimaker Cura collects anonymous data to improve print quality and user " -"experience, including:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:32 +msgctxt "@label:button" +msgid "My printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:71 -msgctxt "@text" -msgid "Machine types" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:34 +msgctxt "@tooltip:button" +msgid "Monitor printers in Ultimaker Digital Factory." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:77 -msgctxt "@text" -msgid "Material usage" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:41 +msgctxt "@tooltip:button" +msgid "Create print projects in Digital Library." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:83 -msgctxt "@text" -msgid "Number of slices" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:46 +msgctxt "@label:button" +msgid "Print jobs" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:89 -msgctxt "@text" -msgid "Print settings" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:48 +msgctxt "@tooltip:button" +msgid "Monitor print jobs and reprint from your print history." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:102 -msgctxt "@text" -msgid "" -"Data collected by Ultimaker Cura will not contain any personal information." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:55 +msgctxt "@tooltip:button" +msgid "Extend Ultimaker Cura with plugins and material profiles." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/WelcomePages/DataCollectionsContent.qml:103 -msgctxt "@text" -msgid "More information" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:62 +msgctxt "@tooltip:button" +msgid "Become a 3D printing expert with Ultimaker e-learning." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectSelector.qml:59 -msgctxt "@label" -msgid "Object list" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67 +msgctxt "@label:button" +msgid "Ultimaker support" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:109 -msgctxt "@label" -msgid "Is printed as support." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69 +msgctxt "@tooltip:button" +msgid "Learn how to get started with Ultimaker Cura." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:112 -msgctxt "@label" -msgid "Other models overlapping with this model are modified." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:74 +msgctxt "@label:button" +msgid "Ask a question" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:115 -msgctxt "@label" -msgid "Infill overlapping with this model is modified." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:76 +msgctxt "@tooltip:button" +msgid "Consult the Ultimaker Community." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:118 -msgctxt "@label" -msgid "Overlaps with this model are not supported." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:81 +msgctxt "@label:button" +msgid "Report a bug" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ObjectItemButton.qml:125 -msgctxt "@label %1 is the number of settings it overrides." -msgid "Overrides %1 setting." -msgid_plural "Overrides %1 settings." -msgstr[0] "" -msgstr[1] "" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:83 +msgctxt "@tooltip:button" +msgid "Let developers know that something is going wrong." +msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 -msgctxt "@label" -msgid "Connected printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:90 +msgctxt "@tooltip:button" +msgid "Visit the Ultimaker website." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelectorList.qml:24 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:28 msgctxt "@label" -msgid "Preset printers" +msgid "Support" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 -msgctxt "@status" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:69 +msgctxt "@label" msgid "" -"The cloud printer is offline. Please check if the printer is turned on and " -"connected to the internet." +"Generate structures to support parts of the model which have overhangs. " +"Without these structures, such parts would collapse during printing." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 -msgctxt "@status" -msgid "" -"This printer is not linked to your account. Please visit the Ultimaker " -"Digital Factory to establish a connection." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:199 +msgctxt "@label" +msgid "Gradual infill" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 -msgctxt "@status" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:237 +msgctxt "@label" msgid "" -"The cloud connection is currently unavailable. Please sign in to connect to " -"the cloud printer." +"Gradual infill will gradually increase the amount of infill towards the top." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 -msgctxt "@status" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml:80 +msgctxt "@tooltip" msgid "" -"The cloud connection is currently unavailable. Please check your internet " -"connection." +"You have modified some profile settings. If you want to change these go to " +"custom mode." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:236 -msgctxt "@button" -msgid "Add printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:27 +msgctxt "@label" +msgid "Adhesion" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrinterSelector/MachineSelector.qml:253 -msgctxt "@button" -msgid "Manage printers" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml:72 +msgctxt "@label" +msgid "" +"Enable printing a brim or raft. This will add a flat area around or under " +"your object which is easy to cut off afterwards." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/SearchBar.qml:17 -msgctxt "@placeholder" -msgid "Search" -msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/NoIntentIcon.qml:31 +msgctxt "" +"@label %1 is filled in with the type of a profile. %2 is filled with a list " +"of numbers (eg '1' or '1, 2')" +msgid "" +"There is no %1 profile for the configuration in extruder %2. The default " +"intent will be used instead" +msgid_plural "" +"There is no %1 profile for the configurations in extruders %2. The default " +"intent will be used instead" +msgstr[0] "" +msgstr[1] "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/JobSpecs.qml:93 -msgctxt "@text Print job name" -msgid "Untitled" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:20 +msgctxt "@label shown when we load a Gcode file" +msgid "Print setup disabled. G-code file can not be modified." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:115 -msgctxt "@label:MonitorStatus" -msgid "Not connected to a printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13 +msgctxt "@label:Should be short" +msgid "On" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:119 -msgctxt "@label:MonitorStatus" -msgid "Printer does not accept commands" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14 +msgctxt "@label:Should be short" +msgid "Off" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:129 -msgctxt "@label:MonitorStatus" -msgid "In maintenance. Please check the printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:34 +msgctxt "@label" +msgid "Experimental" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:140 -msgctxt "@label:MonitorStatus" -msgid "Lost connection with the printer" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:142 +msgctxt "@button" +msgid "Recommended" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:142 -msgctxt "@label:MonitorStatus" -msgid "Printing..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:156 +msgctxt "@button" +msgid "Custom" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:145 -msgctxt "@label:MonitorStatus" -msgid "Paused" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:46 +msgctxt "@label" +msgid "Profile" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:148 -msgctxt "@label:MonitorStatus" -msgid "Preparing..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:158 +msgctxt "@tooltip" +msgid "" +"Some setting/override values are different from the values stored in the " +"profile.\n" +"\n" +"Click to open the profile manager." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:150 -msgctxt "@label:MonitorStatus" -msgid "Please remove the print" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:158 +msgctxt "@label:header" +msgid "Custom profiles" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:318 -msgctxt "@label" -msgid "Abort Print" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/OutputDeviceHeader.qml:56 +msgctxt "@info:status" +msgid "The printer is not connected." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/MonitorButton.qml:327 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:25 msgctxt "@label" -msgid "Are you sure you want to abort the print?" +msgid "Build plate" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingCategory.qml:115 -msgctxt "@label" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:55 +msgctxt "@tooltip" msgid "" -"Some hidden settings use values different from their normal calculated " -"value.\n" -"\n" -"Click to make these settings visible." -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:47 -msgctxt "@label:textbox" -msgid "Search settings" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:428 -msgctxt "@action:menu" -msgid "Copy value to all extruders" -msgstr "" - -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:437 -msgctxt "@action:menu" -msgid "Copy all changed values to all extruders" +"The target temperature of the heated bed. The bed will heat up or cool down " +"towards this temperature. If this is 0, the bed heating is turned off." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:473 -msgctxt "@action:menu" -msgid "Hide this setting" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:88 +msgctxt "@tooltip" +msgid "The current temperature of the heated bed." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:486 -msgctxt "@action:menu" -msgid "Don't show this setting" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:162 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the bed to." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:490 -msgctxt "@action:menu" -msgid "Keep this setting visible" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:259 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:271 +msgctxt "@button Cancel pre-heating" +msgid "Cancel" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingView.qml:509 -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:467 -msgctxt "@action:menu" -msgid "Configure setting visibility..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:263 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:274 +msgctxt "@button" +msgid "Pre-heat" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:78 -msgctxt "@label" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/HeatedBedBox.qml:286 +msgctxt "@tooltip of pre-heat" msgid "" -"This setting is not used because all the settings that it influences are " -"overridden." +"Heat the bed in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the bed to heat up " +"when you're ready to print." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:83 -msgctxt "@label Header for list of settings." -msgid "Affects" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:40 +msgctxt "@label" +msgid "Extruder" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:88 -msgctxt "@label Header for list of settings." -msgid "Affected By" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:70 +msgctxt "@tooltip" +msgid "" +"The target temperature of the hotend. The hotend will heat up or cool down " +"towards this temperature. If this is 0, the hotend heating is turned off." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:185 -msgctxt "@label" -msgid "" -"This setting is always shared between all extruders. Changing it here will " -"change the value for all extruders." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:105 +msgctxt "@tooltip" +msgid "The current temperature of this hotend." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:189 -msgctxt "@label" -msgid "This setting is resolved from conflicting extruder-specific values:" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:182 +msgctxt "@tooltip of temperature input" +msgid "The temperature to pre-heat the hotend to." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:229 -msgctxt "@label" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:297 +msgctxt "@tooltip of pre-heat" msgid "" -"This setting has a value that is different from the profile.\n" -"\n" -"Click to restore the value of the profile." +"Heat the hotend in advance before printing. You can continue adjusting your " +"print while it is heating, and you won't have to wait for the hotend to heat " +"up when you're ready to print." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Settings/SettingItem.qml:329 -msgctxt "@label" -msgid "" -"This setting is normally calculated, but it currently has an absolute value " -"set.\n" -"\n" -"Click to restore the calculated value." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:335 +msgctxt "@tooltip" +msgid "The colour of the material in this extruder." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ColorDialog.qml:104 -msgctxt "@label" -msgid "Hex" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:367 +msgctxt "@tooltip" +msgid "The material in this extruder." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:156 -msgctxt "@label" -msgid "Active print" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ExtruderBox.qml:400 +msgctxt "@tooltip" +msgid "The nozzle inserted in this extruder." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:164 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:51 msgctxt "@label" -msgid "Job Name" +msgid "Printer control" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:172 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:66 msgctxt "@label" -msgid "Printing Time" +msgid "Jog Position" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/PrintMonitor.qml:180 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:82 msgctxt "@label" -msgid "Estimated time left" +msgid "X/Y" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:81 -msgctxt "@action:inmenu" -msgid "Show Online Troubleshooting" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:162 +msgctxt "@label" +msgid "Z" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 -msgctxt "@action:inmenu" -msgid "Toggle Full Screen" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:217 +msgctxt "@label" +msgid "Jog Distance" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 -msgctxt "@action:inmenu" -msgid "Exit Full Screen" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:257 +msgctxt "@label" +msgid "Send G-code" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:319 +msgctxt "@tooltip of G-code command input" +msgid "" +"Send a custom G-code command to the connected printer. Press 'enter' to send " +"the command." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:113 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:250 +msgctxt "@label" +msgid "This package will be installed after restarting." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:131 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:463 +msgctxt "@title:tab" +msgid "Settings" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:139 -msgctxt "@action:inmenu menubar:view" -msgid "3D View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:586 +msgctxt "@title:window %1 is the application name" +msgid "Closing %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:146 -msgctxt "@action:inmenu menubar:view" -msgid "Front View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:587 +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:596 +msgctxt "@label %1 is the application name" +msgid "Are you sure you want to exit %1?" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:153 -msgctxt "@action:inmenu menubar:view" -msgid "Top View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:739 +msgctxt "@window:title" +msgid "Install Package" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:160 -msgctxt "@action:inmenu menubar:view" -msgid "Bottom View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:746 +msgctxt "@title:window" +msgid "Open File(s)" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:167 -msgctxt "@action:inmenu menubar:view" -msgid "Left Side View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:748 +msgctxt "@text:window" +msgid "" +"We have found one or more G-Code files within the files you have selected. " +"You can only open one G-Code file at a time. If you want to open a G-Code " +"file, please just select only one." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:174 -msgctxt "@action:inmenu menubar:view" -msgid "Right Side View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:828 +msgctxt "@title:window" +msgid "Add Printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:188 -msgctxt "@action:inmenu" -msgid "Configure Cura..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Cura.qml:836 +msgctxt "@title:window" +msgid "What's New" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:195 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/GeneralOperations.qml:39 +msgctxt "@text" +msgid "" +"- Add material profiles and plug-ins from the Marketplace\n" +"- Back-up and sync your material profiles and plug-ins\n" +"- Share ideas and get help from 48,000+ users in the Ultimaker community" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:201 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/GeneralOperations.qml:58 +msgctxt "@button" +msgid "Create a free Ultimaker account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:208 -msgctxt "@action:inmenu" -msgid "Manage Materials..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/AccountWidget.qml:24 +msgctxt "@action:button" +msgid "Sign in" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:216 -msgctxt "" -"@action:inmenu Marketplace is a brand name of Ultimaker's, so don't " -"translate." -msgid "Add more materials from Marketplace" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/UserOperations.qml:78 +msgctxt "@label The argument is a timestamp" +msgid "Last update: %1" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 -msgctxt "@action:inmenu menubar:profile" -msgid "&Update profile with current settings/overrides" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/UserOperations.qml:107 +msgctxt "@button" +msgid "Ultimaker Account" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 -msgctxt "@action:inmenu menubar:profile" -msgid "&Discard current changes" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/UserOperations.qml:126 +msgctxt "@button" +msgid "Sign Out" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 -msgctxt "@action:inmenu menubar:profile" -msgid "&Create profile from current settings/overrides..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/SyncState.qml:35 +msgctxt "@label" +msgid "Checking..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/SyncState.qml:42 +msgctxt "@label" +msgid "Account synced" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:257 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/SyncState.qml:49 +msgctxt "@label" +msgid "Something went wrong..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:265 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/SyncState.qml:102 +msgctxt "@button" +msgid "Install pending updates" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:273 -msgctxt "@action:inmenu menubar:help" -msgid "What's New" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Account/SyncState.qml:123 +msgctxt "@button" +msgid "Check for account updates" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:287 -msgctxt "@action:inmenu menubar:help" -msgid "About..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelector.qml:47 +msgctxt "@status" +msgid "" +"The cloud printer is offline. Please check if the printer is turned on and " +"connected to the internet." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:294 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete Selected" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelector.qml:51 +msgctxt "@status" +msgid "" +"This printer is not linked to your account. Please visit the Ultimaker " +"Digital Factory to establish a connection." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:304 -msgctxt "@action:inmenu menubar:edit" -msgid "Center Selected" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelector.qml:56 +msgctxt "@status" +msgid "" +"The cloud connection is currently unavailable. Please sign in to connect to " +"the cloud printer." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:313 -msgctxt "@action:inmenu menubar:edit" -msgid "Multiply Selected" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelector.qml:60 +msgctxt "@status" +msgid "" +"The cloud connection is currently unavailable. Please check your internet " +"connection." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:322 -msgctxt "@action:inmenu" -msgid "Delete Model" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelector.qml:235 +msgctxt "@button" +msgid "Add printer" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 -msgctxt "@action:inmenu" -msgid "Ce&nter Model on Platform" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/PrinterSelector/MachineSelector.qml:252 +msgctxt "@button" +msgid "Manage printers" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:54 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:81 +msgctxt "@label:PrintjobStatus" +msgid "Unable to slice" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Processing" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 -msgctxt "@action:inmenu" -msgid "&Multiply Model..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:120 +msgctxt "@button" +msgid "Slice" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 -msgctxt "@action:inmenu menubar:edit" -msgid "Select All Models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:121 +msgctxt "@label" +msgid "Start the slicing process" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:393 -msgctxt "@action:inmenu menubar:edit" -msgid "Clear Build Plate" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/SliceProcessWidget.qml:138 +msgctxt "@button" +msgid "Cancel" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:403 -msgctxt "@action:inmenu menubar:file" -msgid "Reload All Models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:31 +msgctxt "@label" +msgid "Time estimation" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:412 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange All Models" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:114 +msgctxt "@label" +msgid "Material estimation" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:420 -msgctxt "@action:inmenu menubar:edit" -msgid "Arrange Selection" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:164 +msgctxt "@label m for meter" +msgid "%1m" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:427 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Positions" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/PrintJobInformation.qml:165 +msgctxt "@label g for grams" +msgid "%1g" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:434 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Model Transformations" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:59 +msgctxt "@label" +msgid "No time estimation available" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File(s)..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:77 +msgctxt "@label" +msgid "No cost estimation available" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 -msgctxt "@action:inmenu menubar:file" -msgid "&New Project..." +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/ActionPanel/OutputProcessWidget.qml:127 +msgctxt "@button" +msgid "Preview" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 -msgctxt "@action:inmenu menubar:help" -msgid "Show Configuration Folder" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/JobSpecs.qml:93 +msgctxt "@text Print job name" +msgid "Untitled" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:25 -msgctxt "@info:tooltip" -msgid "3D View" +#: /Users/j.delarago/development/cura_installation/Cura/resources/qml/Widgets/ComboBox.qml:18 +msgctxt "@label" +msgid "No items to select from" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:38 -msgctxt "@info:tooltip" -msgid "Front View" +#: /MachineSettingsAction/plugin.json +msgctxt "description" +msgid "" +"Provides a way to change machine settings (such as build volume, nozzle " +"size, etc.)." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:51 -msgctxt "@info:tooltip" -msgid "Top View" +#: /MachineSettingsAction/plugin.json +msgctxt "name" +msgid "Machine Settings Action" msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:64 -msgctxt "@info:tooltip" -msgid "Left View" +#: /ImageReader/plugin.json +msgctxt "description" +msgid "Enables ability to generate printable geometry from 2D image files." msgstr "" -#: /home/remco/dev/code/ulti/trans/Cura/resources/qml/ViewOrientationControls.qml:77 -msgctxt "@info:tooltip" -msgid "Right View" +#: /ImageReader/plugin.json +msgctxt "name" +msgid "Image Reader" msgstr "" -#: PrepareStage/plugin.json +#: /XRayView/plugin.json msgctxt "description" -msgid "Provides a prepare stage in Cura." +msgid "Provides the X-Ray view." msgstr "" -#: PrepareStage/plugin.json +#: /XRayView/plugin.json msgctxt "name" -msgid "Prepare Stage" +msgid "X-Ray View" msgstr "" -#: CuraProfileWriter/plugin.json +#: /X3DReader/plugin.json msgctxt "description" -msgid "Provides support for exporting Cura profiles." +msgid "Provides support for reading X3D files." msgstr "" -#: CuraProfileWriter/plugin.json +#: /X3DReader/plugin.json msgctxt "name" -msgid "Cura Profile Writer" +msgid "X3D Reader" msgstr "" -#: TrimeshReader/plugin.json +#: /CuraProfileReader/plugin.json msgctxt "description" -msgid "Provides support for reading model files." +msgid "Provides support for importing Cura profiles." msgstr "" -#: TrimeshReader/plugin.json +#: /CuraProfileReader/plugin.json msgctxt "name" -msgid "Trimesh Reader" +msgid "Cura Profile Reader" msgstr "" -#: FirmwareUpdateChecker/plugin.json +#: /PostProcessingPlugin/plugin.json msgctxt "description" -msgid "Checks for firmware updates." +msgid "Extension that allows for user created scripts for post processing" msgstr "" -#: FirmwareUpdateChecker/plugin.json +#: /PostProcessingPlugin/plugin.json msgctxt "name" -msgid "Firmware Update Checker" +msgid "Post Processing" msgstr "" -#: SentryLogger/plugin.json +#: /UM3NetworkPrinting/plugin.json msgctxt "description" -msgid "Logs certain events so that they can be used by the crash reporter" +msgid "Manages network connections to Ultimaker networked printers." msgstr "" -#: SentryLogger/plugin.json +#: /UM3NetworkPrinting/plugin.json msgctxt "name" -msgid "Sentry Logger" +msgid "Ultimaker Network Connection" msgstr "" -#: MonitorStage/plugin.json +#: /3MFWriter/plugin.json msgctxt "description" -msgid "Provides a monitor stage in Cura." +msgid "Provides support for writing 3MF files." msgstr "" -#: MonitorStage/plugin.json +#: /3MFWriter/plugin.json msgctxt "name" -msgid "Monitor Stage" +msgid "3MF Writer" msgstr "" -#: RemovableDriveOutputDevice/plugin.json +#: /CuraDrive/plugin.json msgctxt "description" -msgid "Provides removable drive hotplugging and writing support." +msgid "Backup and restore your configuration." msgstr "" -#: RemovableDriveOutputDevice/plugin.json +#: /CuraDrive/plugin.json msgctxt "name" -msgid "Removable Drive Output Device Plugin" +msgid "Cura Backups" msgstr "" -#: AMFReader/plugin.json +#: /SliceInfoPlugin/plugin.json msgctxt "description" -msgid "Provides support for reading AMF files." +msgid "Submits anonymous slice info. Can be disabled through preferences." msgstr "" -#: AMFReader/plugin.json +#: /SliceInfoPlugin/plugin.json msgctxt "name" -msgid "AMF Reader" +msgid "Slice info" msgstr "" -#: UFPReader/plugin.json +#: /UFPWriter/plugin.json msgctxt "description" -msgid "Provides support for reading Ultimaker Format Packages." +msgid "Provides support for writing Ultimaker Format Packages." msgstr "" -#: UFPReader/plugin.json +#: /UFPWriter/plugin.json msgctxt "name" -msgid "UFP Reader" +msgid "UFP Writer" msgstr "" -#: DigitalLibrary/plugin.json +#: /DigitalLibrary/plugin.json msgctxt "description" msgid "" "Connects to the Digital Library, allowing Cura to open files from and save " "files to the Digital Library." msgstr "" -#: DigitalLibrary/plugin.json +#: /DigitalLibrary/plugin.json msgctxt "name" msgid "Ultimaker Digital Library" msgstr "" -#: PerObjectSettingsTool/plugin.json +#: /GCodeProfileReader/plugin.json msgctxt "description" -msgid "Provides the Per Model Settings." +msgid "Provides support for importing profiles from g-code files." msgstr "" -#: PerObjectSettingsTool/plugin.json +#: /GCodeProfileReader/plugin.json msgctxt "name" -msgid "Per Model Settings Tool" +msgid "G-code Profile Reader" msgstr "" -#: FirmwareUpdater/plugin.json +#: /GCodeReader/plugin.json msgctxt "description" -msgid "Provides a machine actions for updating firmware." +msgid "Allows loading and displaying G-code files." msgstr "" -#: FirmwareUpdater/plugin.json +#: /GCodeReader/plugin.json msgctxt "name" -msgid "Firmware Updater" +msgid "G-code Reader" msgstr "" -#: UM3NetworkPrinting/plugin.json +#: /TrimeshReader/plugin.json msgctxt "description" -msgid "Manages network connections to Ultimaker networked printers." +msgid "Provides support for reading model files." msgstr "" -#: UM3NetworkPrinting/plugin.json +#: /TrimeshReader/plugin.json msgctxt "name" -msgid "Ultimaker Network Connection" +msgid "Trimesh Reader" msgstr "" -#: ModelChecker/plugin.json +#: /UltimakerMachineActions/plugin.json msgctxt "description" msgid "" -"Checks models and print configuration for possible printing issues and give " -"suggestions." -msgstr "" - -#: ModelChecker/plugin.json -msgctxt "name" -msgid "Model Checker" -msgstr "" - -#: SimulationView/plugin.json -msgctxt "description" -msgid "Provides the preview of sliced layerdata." +"Provides machine actions for Ultimaker machines (such as bed leveling " +"wizard, selecting upgrades, etc.)." msgstr "" -#: SimulationView/plugin.json +#: /UltimakerMachineActions/plugin.json msgctxt "name" -msgid "Simulation View" +msgid "Ultimaker machine actions" msgstr "" -#: GCodeWriter/plugin.json +#: /GCodeGzReader/plugin.json msgctxt "description" -msgid "Writes g-code to a file." +msgid "Reads g-code from a compressed archive." msgstr "" -#: GCodeWriter/plugin.json +#: /GCodeGzReader/plugin.json msgctxt "name" -msgid "G-code Writer" +msgid "Compressed G-code Reader" msgstr "" -#: 3MFWriter/plugin.json +#: /Marketplace/plugin.json msgctxt "description" -msgid "Provides support for writing 3MF files." +msgid "" +"Manages extensions to the application and allows browsing extensions from " +"the Ultimaker website." msgstr "" -#: 3MFWriter/plugin.json +#: /Marketplace/plugin.json msgctxt "name" -msgid "3MF Writer" +msgid "Marketplace" msgstr "" -#: GCodeGzReader/plugin.json +#: /RemovableDriveOutputDevice/plugin.json msgctxt "description" -msgid "Reads g-code from a compressed archive." +msgid "Provides removable drive hotplugging and writing support." msgstr "" -#: GCodeGzReader/plugin.json +#: /RemovableDriveOutputDevice/plugin.json msgctxt "name" -msgid "Compressed G-code Reader" +msgid "Removable Drive Output Device Plugin" msgstr "" -#: XmlMaterialProfile/plugin.json +#: /MonitorStage/plugin.json msgctxt "description" -msgid "Provides capabilities to read and write XML-based material profiles." +msgid "Provides a monitor stage in Cura." msgstr "" -#: XmlMaterialProfile/plugin.json +#: /MonitorStage/plugin.json msgctxt "name" -msgid "Material Profiles" +msgid "Monitor Stage" msgstr "" -#: CuraEngineBackend/plugin.json +#: /VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "description" -msgid "Provides the link to the CuraEngine slicing backend." +msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." msgstr "" -#: CuraEngineBackend/plugin.json +#: /VersionUpgrade/VersionUpgrade25to26/plugin.json msgctxt "name" -msgid "CuraEngine Backend" +msgid "Version Upgrade 2.5 to 2.6" msgstr "" -#: X3DReader/plugin.json +#: /VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "description" -msgid "Provides support for reading X3D files." +msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." msgstr "" -#: X3DReader/plugin.json +#: /VersionUpgrade/VersionUpgrade26to27/plugin.json msgctxt "name" -msgid "X3D Reader" +msgid "Version Upgrade 2.6 to 2.7" msgstr "" -#: ImageReader/plugin.json +#: /VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "description" -msgid "Enables ability to generate printable geometry from 2D image files." +msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." msgstr "" -#: ImageReader/plugin.json +#: /VersionUpgrade/VersionUpgrade413to50/plugin.json msgctxt "name" -msgid "Image Reader" +msgid "Version Upgrade 4.13 to 5.0" msgstr "" -#: 3MFReader/plugin.json +#: /VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "description" -msgid "Provides support for reading 3MF files." +msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." msgstr "" -#: 3MFReader/plugin.json +#: /VersionUpgrade/VersionUpgrade48to49/plugin.json msgctxt "name" -msgid "3MF Reader" +msgid "Version Upgrade 4.8 to 4.9" msgstr "" -#: UFPWriter/plugin.json +#: /VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "description" -msgid "Provides support for writing Ultimaker Format Packages." +msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." msgstr "" -#: UFPWriter/plugin.json +#: /VersionUpgrade/VersionUpgrade34to35/plugin.json msgctxt "name" -msgid "UFP Writer" +msgid "Version Upgrade 3.4 to 3.5" msgstr "" -#: LegacyProfileReader/plugin.json +#: /VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from legacy Cura versions." +msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." msgstr "" -#: LegacyProfileReader/plugin.json +#: /VersionUpgrade/VersionUpgrade44to45/plugin.json msgctxt "name" -msgid "Legacy Cura Profile Reader" +msgid "Version Upgrade 4.4 to 4.5" msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: /VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.3 to Cura 4.4." msgstr "" -#: VersionUpgrade/VersionUpgrade43to44/plugin.json +#: /VersionUpgrade/VersionUpgrade43to44/plugin.json msgctxt "name" msgid "Version Upgrade 4.3 to 4.4" msgstr "" -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "description" -msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." -msgstr "" - -#: VersionUpgrade/VersionUpgrade21to22/plugin.json -msgctxt "name" -msgid "Version Upgrade 2.1 to 2.2" -msgstr "" - -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: /VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." +msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." msgstr "" -#: VersionUpgrade/VersionUpgrade41to42/plugin.json +#: /VersionUpgrade/VersionUpgrade32to33/plugin.json msgctxt "name" -msgid "Version Upgrade 4.1 to 4.2" +msgid "Version Upgrade 3.2 to 3.3" msgstr "" -#: VersionUpgrade/VersionUpgrade413to50/plugin.json +#: /VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.13 to Cura 5.0." +msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." msgstr "" -#: VersionUpgrade/VersionUpgrade413to50/plugin.json +#: /VersionUpgrade/VersionUpgrade33to34/plugin.json msgctxt "name" -msgid "Version Upgrade 4.13 to 5.0" +msgid "Version Upgrade 3.3 to 3.4" msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: /VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." +msgid "Upgrades configurations from Cura 4.1 to Cura 4.2." msgstr "" -#: VersionUpgrade/VersionUpgrade45to46/plugin.json +#: /VersionUpgrade/VersionUpgrade41to42/plugin.json msgctxt "name" -msgid "Version Upgrade 4.5 to 4.6" +msgid "Version Upgrade 4.1 to 4.2" msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: /VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.3 to Cura 3.4." +msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." msgstr "" -#: VersionUpgrade/VersionUpgrade33to34/plugin.json +#: /VersionUpgrade/VersionUpgrade42to43/plugin.json msgctxt "name" -msgid "Version Upgrade 3.3 to 3.4" +msgid "Version Upgrade 4.2 to 4.3" msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: /VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.8 to Cura 4.9." +msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." msgstr "" -#: VersionUpgrade/VersionUpgrade48to49/plugin.json +#: /VersionUpgrade/VersionUpgrade462to47/plugin.json msgctxt "name" -msgid "Version Upgrade 4.8 to 4.9" +msgid "Version Upgrade 4.6.2 to 4.7" msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: /VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." +msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." msgstr "" -#: VersionUpgrade/VersionUpgrade27to30/plugin.json +#: /VersionUpgrade/VersionUpgrade35to40/plugin.json msgctxt "name" -msgid "Version Upgrade 2.7 to 3.0" +msgid "Version Upgrade 3.5 to 4.0" msgstr "" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: /VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.4 to Cura 4.5." +msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." msgstr "" -#: VersionUpgrade/VersionUpgrade44to45/plugin.json +#: /VersionUpgrade/VersionUpgrade22to24/plugin.json msgctxt "name" -msgid "Version Upgrade 4.4 to 4.5" +msgid "Version Upgrade 2.2 to 2.4" msgstr "" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: /VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." +msgid "Upgrades configurations from Cura 2.1 to Cura 2.2." msgstr "" -#: VersionUpgrade/VersionUpgrade30to31/plugin.json +#: /VersionUpgrade/VersionUpgrade21to22/plugin.json msgctxt "name" -msgid "Version Upgrade 3.0 to 3.1" +msgid "Version Upgrade 2.1 to 2.2" msgstr "" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json +#: /VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "description" msgid "Upgrades configurations from Cura 4.6.0 to Cura 4.6.2." msgstr "" -#: VersionUpgrade/VersionUpgrade460to462/plugin.json +#: /VersionUpgrade/VersionUpgrade460to462/plugin.json msgctxt "name" msgid "Version Upgrade 4.6.0 to 4.6.2" msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: /VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.6 to Cura 2.7." +msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." msgstr "" -#: VersionUpgrade/VersionUpgrade26to27/plugin.json +#: /VersionUpgrade/VersionUpgrade47to48/plugin.json msgctxt "name" -msgid "Version Upgrade 2.6 to 2.7" +msgid "Version Upgrade 4.7 to 4.8" msgstr "" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: /VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.2 to Cura 4.3." +msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." msgstr "" -#: VersionUpgrade/VersionUpgrade42to43/plugin.json +#: /VersionUpgrade/VersionUpgrade49to410/plugin.json msgctxt "name" -msgid "Version Upgrade 4.2 to 4.3" +msgid "Version Upgrade 4.9 to 4.10" msgstr "" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: /VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." +msgid "Upgrades configurations from Cura 4.5 to Cura 4.6." msgstr "" -#: VersionUpgrade/VersionUpgrade40to41/plugin.json +#: /VersionUpgrade/VersionUpgrade45to46/plugin.json msgctxt "name" -msgid "Version Upgrade 4.0 to 4.1" +msgid "Version Upgrade 4.5 to 4.6" msgstr "" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: /VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.6.2 to Cura 4.7." +msgid "Upgrades configurations from Cura 2.7 to Cura 3.0." msgstr "" -#: VersionUpgrade/VersionUpgrade462to47/plugin.json +#: /VersionUpgrade/VersionUpgrade27to30/plugin.json msgctxt "name" -msgid "Version Upgrade 4.6.2 to 4.7" +msgid "Version Upgrade 2.7 to 3.0" msgstr "" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: /VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.9 to Cura 4.10." +msgid "Upgrades configurations from Cura 3.0 to Cura 3.1." msgstr "" -#: VersionUpgrade/VersionUpgrade49to410/plugin.json +#: /VersionUpgrade/VersionUpgrade30to31/plugin.json msgctxt "name" -msgid "Version Upgrade 4.9 to 4.10" +msgid "Version Upgrade 3.0 to 3.1" msgstr "" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: /VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.2 to Cura 2.4." +msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." msgstr "" -#: VersionUpgrade/VersionUpgrade22to24/plugin.json +#: /VersionUpgrade/VersionUpgrade411to412/plugin.json msgctxt "name" -msgid "Version Upgrade 2.2 to 2.4" +msgid "Version Upgrade 4.11 to 4.12" msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: /VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.2 to Cura 3.3." +msgid "Upgrades configurations from Cura 4.0 to Cura 4.1." msgstr "" -#: VersionUpgrade/VersionUpgrade32to33/plugin.json +#: /VersionUpgrade/VersionUpgrade40to41/plugin.json msgctxt "name" -msgid "Version Upgrade 3.2 to 3.3" +msgid "Version Upgrade 4.0 to 4.1" msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: /CuraEngineBackend/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 2.5 to Cura 2.6." +msgid "Provides the link to the CuraEngine slicing backend." msgstr "" -#: VersionUpgrade/VersionUpgrade25to26/plugin.json +#: /CuraEngineBackend/plugin.json msgctxt "name" -msgid "Version Upgrade 2.5 to 2.6" +msgid "CuraEngine Backend" msgstr "" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: /3MFReader/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.5 to Cura 4.0." +msgid "Provides support for reading 3MF files." msgstr "" -#: VersionUpgrade/VersionUpgrade35to40/plugin.json +#: /3MFReader/plugin.json msgctxt "name" -msgid "Version Upgrade 3.5 to 4.0" +msgid "3MF Reader" msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: /PerObjectSettingsTool/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 3.4 to Cura 3.5." +msgid "Provides the Per Model Settings." msgstr "" -#: VersionUpgrade/VersionUpgrade34to35/plugin.json +#: /PerObjectSettingsTool/plugin.json msgctxt "name" -msgid "Version Upgrade 3.4 to 3.5" +msgid "Per Model Settings Tool" msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: /XmlMaterialProfile/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.7 to Cura 4.8." +msgid "Provides capabilities to read and write XML-based material profiles." msgstr "" -#: VersionUpgrade/VersionUpgrade47to48/plugin.json +#: /XmlMaterialProfile/plugin.json msgctxt "name" -msgid "Version Upgrade 4.7 to 4.8" +msgid "Material Profiles" msgstr "" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json +#: /CuraProfileWriter/plugin.json msgctxt "description" -msgid "Upgrades configurations from Cura 4.11 to Cura 4.12." +msgid "Provides support for exporting Cura profiles." msgstr "" -#: VersionUpgrade/VersionUpgrade411to412/plugin.json +#: /CuraProfileWriter/plugin.json msgctxt "name" -msgid "Version Upgrade 4.11 to 4.12" +msgid "Cura Profile Writer" msgstr "" -#: CuraDrive/plugin.json +#: /ModelChecker/plugin.json msgctxt "description" -msgid "Backup and restore your configuration." +msgid "" +"Checks models and print configuration for possible printing issues and give " +"suggestions." msgstr "" -#: CuraDrive/plugin.json +#: /ModelChecker/plugin.json msgctxt "name" -msgid "Cura Backups" +msgid "Model Checker" msgstr "" -#: CuraProfileReader/plugin.json +#: /USBPrinting/plugin.json msgctxt "description" -msgid "Provides support for importing Cura profiles." +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." msgstr "" -#: CuraProfileReader/plugin.json +#: /USBPrinting/plugin.json msgctxt "name" -msgid "Cura Profile Reader" +msgid "USB printing" msgstr "" -#: SliceInfoPlugin/plugin.json +#: /PreviewStage/plugin.json msgctxt "description" -msgid "Submits anonymous slice info. Can be disabled through preferences." +msgid "Provides a preview stage in Cura." msgstr "" -#: SliceInfoPlugin/plugin.json +#: /PreviewStage/plugin.json msgctxt "name" -msgid "Slice info" +msgid "Preview Stage" msgstr "" -#: GCodeProfileReader/plugin.json +#: /GCodeWriter/plugin.json msgctxt "description" -msgid "Provides support for importing profiles from g-code files." +msgid "Writes g-code to a file." msgstr "" -#: GCodeProfileReader/plugin.json +#: /GCodeWriter/plugin.json msgctxt "name" -msgid "G-code Profile Reader" +msgid "G-code Writer" msgstr "" -#: GCodeGzWriter/plugin.json +#: /UFPReader/plugin.json msgctxt "description" -msgid "Writes g-code to a compressed archive." +msgid "Provides support for reading Ultimaker Format Packages." msgstr "" -#: GCodeGzWriter/plugin.json +#: /UFPReader/plugin.json msgctxt "name" -msgid "Compressed G-code Writer" +msgid "UFP Reader" msgstr "" -#: PostProcessingPlugin/plugin.json +#: /FirmwareUpdater/plugin.json msgctxt "description" -msgid "Extension that allows for user created scripts for post processing" +msgid "Provides a machine actions for updating firmware." msgstr "" -#: PostProcessingPlugin/plugin.json +#: /FirmwareUpdater/plugin.json msgctxt "name" -msgid "Post Processing" +msgid "Firmware Updater" msgstr "" -#: SupportEraser/plugin.json +#: /GCodeGzWriter/plugin.json msgctxt "description" -msgid "" -"Creates an eraser mesh to block the printing of support in certain places" +msgid "Writes g-code to a compressed archive." msgstr "" -#: SupportEraser/plugin.json +#: /GCodeGzWriter/plugin.json msgctxt "name" -msgid "Support Eraser" +msgid "Compressed G-code Writer" msgstr "" -#: PreviewStage/plugin.json +#: /SimulationView/plugin.json msgctxt "description" -msgid "Provides a preview stage in Cura." +msgid "Provides the preview of sliced layerdata." msgstr "" -#: PreviewStage/plugin.json +#: /SimulationView/plugin.json msgctxt "name" -msgid "Preview Stage" +msgid "Simulation View" msgstr "" -#: XRayView/plugin.json +#: /LegacyProfileReader/plugin.json msgctxt "description" -msgid "Provides the X-Ray view." +msgid "Provides support for importing profiles from legacy Cura versions." msgstr "" -#: XRayView/plugin.json +#: /LegacyProfileReader/plugin.json msgctxt "name" -msgid "X-Ray View" +msgid "Legacy Cura Profile Reader" msgstr "" -#: UltimakerMachineActions/plugin.json +#: /AMFReader/plugin.json msgctxt "description" -msgid "" -"Provides machine actions for Ultimaker machines (such as bed leveling " -"wizard, selecting upgrades, etc.)." +msgid "Provides support for reading AMF files." msgstr "" -#: UltimakerMachineActions/plugin.json +#: /AMFReader/plugin.json msgctxt "name" -msgid "Ultimaker machine actions" +msgid "AMF Reader" msgstr "" -#: Marketplace/plugin.json +#: /SolidView/plugin.json msgctxt "description" -msgid "" -"Manages extensions to the application and allows browsing extensions from " -"the Ultimaker website." +msgid "Provides a normal solid mesh view." msgstr "" -#: Marketplace/plugin.json +#: /SolidView/plugin.json msgctxt "name" -msgid "Marketplace" +msgid "Solid View" msgstr "" -#: SolidView/plugin.json +#: /FirmwareUpdateChecker/plugin.json msgctxt "description" -msgid "Provides a normal solid mesh view." +msgid "Checks for firmware updates." msgstr "" -#: SolidView/plugin.json +#: /FirmwareUpdateChecker/plugin.json msgctxt "name" -msgid "Solid View" +msgid "Firmware Update Checker" msgstr "" -#: GCodeReader/plugin.json +#: /SentryLogger/plugin.json msgctxt "description" -msgid "Allows loading and displaying G-code files." +msgid "Logs certain events so that they can be used by the crash reporter" msgstr "" -#: GCodeReader/plugin.json +#: /SentryLogger/plugin.json msgctxt "name" -msgid "G-code Reader" +msgid "Sentry Logger" msgstr "" -#: MachineSettingsAction/plugin.json +#: /SupportEraser/plugin.json msgctxt "description" msgid "" -"Provides a way to change machine settings (such as build volume, nozzle " -"size, etc.)." +"Creates an eraser mesh to block the printing of support in certain places" msgstr "" -#: MachineSettingsAction/plugin.json +#: /SupportEraser/plugin.json msgctxt "name" -msgid "Machine Settings Action" +msgid "Support Eraser" msgstr "" -#: USBPrinting/plugin.json +#: /PrepareStage/plugin.json msgctxt "description" -msgid "" -"Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgid "Provides a prepare stage in Cura." msgstr "" -#: USBPrinting/plugin.json +#: /PrepareStage/plugin.json msgctxt "name" -msgid "USB printing" +msgid "Prepare Stage" msgstr "" diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index cebdccf998..bc54d9d136 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -6801,41 +6801,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB-Drucken" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Materialien synchronisieren" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Sie müssen die Lizenz akzeptieren, um das Paket zu installieren" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Sie müssen das Programm beenden und neu starten {}, bevor Änderungen wirksam werden." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Von Ihrem Ultimaker-Konto erkannte Änderungen" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Synchronisierung läuft ..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Änderungen in deinem Konto" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Von Ihrem Ultimaker-Konto erkannte Änderungen" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Verwerfen" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Möchten Sie Material- und Softwarepakete mit Ihrem Konto synchronisieren?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Ablehnen und vom Konto entfernen" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Synchronisieren" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Möchten Sie Material- und Softwarepakete mit Ihrem Konto synchronisieren?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Ablehnen und vom Konto entfernen" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Synchronisierung läuft..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{} Plugins konnten nicht heruntergeladen werden" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Die folgenden Pakete werden hinzugefügt:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Plugin für Lizenzvereinbarung" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Sie müssen das Programm beenden und neu starten {}, bevor Änderungen wirksam werden." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr"Sie müssen das Programm beenden und neu starten {}, bevor Änderungen wirksam werden." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Plugin für Lizenzvereinbarung" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Materialien synchronisieren" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchronisieren" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7025,22 +7053,6 @@ msgstr "USB-Drucken" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Verbindung zur Cura Paket-Datenbank konnte nicht hergestellt werden. Bitte überprüfen Sie Ihre Verbindung." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Sie müssen die Lizenz akzeptieren, um das Paket zu installieren" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Änderungen in deinem Konto" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Verwerfen" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Die folgenden Pakete werden hinzugefügt:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Die folgenden Pakete können nicht hinzugefügt werden, weil die Cura-Version nicht kompatibel ist:" @@ -7467,22 +7479,6 @@ msgstr "USB-Drucken" #~ msgid "Create an account" #~ msgstr "Ein Konto erstellen" -#~ msgctxt "@info:generic" -#~ msgid "" -#~ "\n" -#~ "Do you want to sync material and software packages with your account?" -#~ msgstr "" -#~ "\n" -#~ "Möchten Sie Material- und Softwarepakete mit Ihrem Konto synchronisieren?" - -#~ msgctxt "@info:generic" -#~ msgid "" -#~ "\n" -#~ "Syncing..." -#~ msgstr "" -#~ "\n" -#~ "Synchronisierung läuft ..." - #~ msgctxt "@info:status" #~ msgid "Nothing to slice because none of the models fit the build volume or are assigned to a disabled extruder. Please scale or rotate models to fit, or enable an extruder." #~ msgstr "Es ist kein Objekt zum Schneiden vorhanden, da keines der Modelle den Druckabmessungen entspricht oder weil sie einem deaktivierten Extruder zugewiesen wurden. Bitte die Modelle passend skalieren oder drehen." @@ -9584,10 +9580,6 @@ msgstr "USB-Drucken" #~ msgid "Cura collects anonymised slicing statistics. You can disable this in the preferences." #~ msgstr "Cura erfasst anonymisierte Slice-Informationen. Sie können dies in den Einstellungen deaktivieren." -#~ msgctxt "@action:button" -#~ msgid "Dismiss" -#~ msgstr "Verwerfen" - #~ msgctxt "@menuitem" #~ msgid "Global" #~ msgstr "Global" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index 7269b19389..b3f576bdbb 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -6803,41 +6803,69 @@ msgctxt "name" msgid "USB printing" msgstr "Impresión USB" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Sincronizar materiales" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Tiene que aceptar la licencia para instalar el paquete" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Tiene que salir y reiniciar {} para que los cambios surtan efecto." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Se han detectado cambios desde su cuenta de Ultimaker" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Sincronizando..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Cambios desde su cuenta" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Se han detectado cambios desde su cuenta de Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Descartar" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "¿Desea sincronizar el material y los paquetes de software con su cuenta?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Rechazar y eliminar de la cuenta" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Sincronizar" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "¿Desea sincronizar el material y los paquetes de software con su cuenta?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Rechazar y eliminar de la cuenta" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Sincronizando..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "Error al descargar los complementos {}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Se añadirán los siguientes paquetes:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Acuerdo de licencia de complemento" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Tiene que salir y reiniciar {} para que los cambios surtan efecto." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "Error al descargar los complementos {}" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Acuerdo de licencia de complemento" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiales" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7027,22 +7055,6 @@ msgstr "Impresión USB" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "No se ha podido conectar con la base de datos del Paquete Cura. Compruebe la conexión." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Tiene que aceptar la licencia para instalar el paquete" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Cambios desde su cuenta" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Descartar" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Se añadirán los siguientes paquetes:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Los siguientes paquetes no se pueden instalar debido a una versión no compatible de Cura:" @@ -7469,22 +7481,6 @@ msgstr "Impresión USB" #~ msgid "Create an account" #~ msgstr "Crear una cuenta" -#~ msgctxt "@info:generic" -#~ msgid "" -#~ "\n" -#~ "Do you want to sync material and software packages with your account?" -#~ msgstr "" -#~ "\n" -#~ "¿Desea sincronizar el material y los paquetes de software con su cuenta?" - -#~ msgctxt "@info:generic" -#~ msgid "" -#~ "\n" -#~ "Syncing..." -#~ msgstr "" -#~ "\n" -#~ "Sincronizando..." - #~ msgctxt "@info:status" #~ msgid "Nothing to slice because none of the models fit the build volume or are assigned to a disabled extruder. Please scale or rotate models to fit, or enable an extruder." #~ msgstr "No hay nada que segmentar porque ninguno de los modelos se adapta al volumen de impresión o los modelos están asignados a un extrusor deshabilitado. Escale o rote los modelos para que se adapten o habilite un extrusor." diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index 0983454558..a55e5e6012 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -6804,41 +6804,69 @@ msgctxt "name" msgid "USB printing" msgstr "Impression par USB" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Synchroniser les matériaux" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Vous devez accepter la licence pour installer le package" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Vous devez quitter et redémarrer {} avant que les changements apportés ne prennent effet." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Changements détectés à partir de votre compte Ultimaker" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Synchronisation..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Changements à partir de votre compte" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Changements détectés à partir de votre compte Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Ignorer" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Vous souhaitez synchroniser du matériel et des logiciels avec votre compte ?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Décliner et supprimer du compte" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Synchroniser" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Vous souhaitez synchroniser du matériel et des logiciels avec votre compte ?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Décliner et supprimer du compte" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Synchronisation..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "Échec de téléchargement des plugins {}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Les packages suivants seront ajoutés:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Plug-in d'accord de licence" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Vous devez quitter et redémarrer {} avant que les changements apportés ne prennent effet." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "Échec de téléchargement des plugins {}" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Plug-in d'accord de licence" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Synchroniser les matériaux" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchroniser" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7028,22 +7056,6 @@ msgstr "Impression par USB" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Impossible de se connecter à la base de données Cura Package. Veuillez vérifier votre connexion." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Vous devez accepter la licence pour installer le package" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Changements à partir de votre compte" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Ignorer" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Les packages suivants seront ajoutés :" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Les packages suivants ne peuvent pas être installés en raison d'une version incompatible de Cura :" @@ -9587,10 +9599,6 @@ msgstr "Impression par USB" #~ msgid "Cura collects anonymised slicing statistics. You can disable this in the preferences." #~ msgstr "Cura collecte des statistiques anonymes sur le découpage. Vous pouvez désactiver cette fonctionnalité dans les préférences." -#~ msgctxt "@action:button" -#~ msgid "Dismiss" -#~ msgstr "Ignorer" - #~ msgctxt "@menuitem" #~ msgid "Global" #~ msgstr "Global" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index e4874a0fdc..02fe231f70 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -6798,41 +6798,69 @@ msgctxt "name" msgid "USB printing" msgstr "Stampa USB" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Sincronizza materiali" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "È necessario accettare la licenza per installare il pacchetto" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Affinché le modifiche diventino effettive, è necessario chiudere e riavviare {}." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Modifiche rilevate dal tuo account Ultimaker" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Sincronizzazione in corso..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Modifiche dall'account" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Modifiche rilevate dal tuo account Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Rimuovi" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Desiderate sincronizzare pacchetti materiale e software con il vostro account?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Rifiuta e rimuovi dall'account" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Sincronizza" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Desiderate sincronizzare pacchetti materiale e software con il vostro account?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Rifiuta e rimuovi dall'account" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Sincronizzazione in corso..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "Impossibile scaricare i plugin {}" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Verranno aggiunti i seguenti pacchetti:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Accordo di licenza plugin" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Affinché le modifiche diventino effettive, è necessario chiudere e riavviare {}." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "Impossibile scaricare i plugin {}" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Accordo di licenza plugin" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizza materiali" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizza" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7022,22 +7050,6 @@ msgstr "Stampa USB" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Impossibile connettersi al database pacchetto Cura. Verificare la connessione." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "È necessario accettare la licenza per installare il pacchetto" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Modifiche dall'account" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Rimuovi" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Verranno aggiunti i seguenti pacchetti:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Impossibile installare i seguenti pacchetti a causa di una versione di Cura non compatibile:" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index 2cba93b6c3..2afa874124 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -6750,41 +6750,69 @@ msgctxt "name" msgid "USB printing" msgstr "USBプリンティング" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "材料をプリンターと同期" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "パッケージをインストールするにはライセンスに同意する必要があります" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "変更を有効にするために{}を終了して再始動する必要があります。" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Ultimakerアカウントから変更が検出されました" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "同期中..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "アカウントにおける変更" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Ultimakerアカウントから変更が検出されました" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "無視" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "材料パッケージとソフトウェアパッケージをアカウントと同期しますか?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "拒否してアカウントから削除" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "同期" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "材料パッケージとソフトウェアパッケージをアカウントと同期しますか?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "拒否してアカウントから削除" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "同期中..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{}プラグインのダウンロードに失敗しました" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "次のパッケージが追加されます:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "プラグインライセンス同意書" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "変更を有効にするために{}を終了して再始動する必要があります。" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "{}プラグインのダウンロードに失敗しました" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "プラグインライセンス同意書" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "材料をプリンターと同期" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "同期" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -6974,22 +7002,6 @@ msgstr "USBプリンティング" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Curaパッケージデータベースに接続できません。接続を確認してください。" -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "パッケージをインストールするにはライセンスに同意する必要があります" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "アカウントにおける変更" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "無視" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "次のパッケージが追加されます:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "次のパッケージは、Curaバージョンに互換性がないため、インストールできません:" @@ -9529,10 +9541,6 @@ msgstr "USBプリンティング" #~ msgid "Cura collects anonymised slicing statistics. You can disable this in the preferences." #~ msgstr "Curaが非特定なスライスされた数字を集めました。プレファレンス内で無効にできます。" -#~ msgctxt "@action:button" -#~ msgid "Dismiss" -#~ msgstr "却下する" - #~ msgctxt "@menuitem" #~ msgid "Global" #~ msgstr "グローバル" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index 3bc28eb3ad..f82b51ffd8 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -6752,41 +6752,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB 프린팅" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "재료를 프린터와 동기화" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "패키지를 설치하려면 라이선스를 수락해야 합니다" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "변경 사항이 적용되기 전에 {}을(를) 멈추고 다시 시작해야 합니다." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Ultimaker 계정에서 변경 사항이 감지되었습니다" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "동기화 중..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "계정의 변경 사항" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Ultimaker 계정에서 변경 사항이 감지되었습니다" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "취소" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "귀하의 계정으로 재료와 소프트웨어 패키지를 동기화하시겠습니까?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "계정에서 거절 및 제거" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "동기화" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "귀하의 계정으로 재료와 소프트웨어 패키지를 동기화하시겠습니까?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "계정에서 거절 및 제거" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "동기화 중..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{}개의 플러그인을 다운로드하지 못했습니다" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "다음 패키지가 추가됩니다:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "플러그인 사용 계약" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "변경 사항이 적용되기 전에 {}을(를) 멈추고 다시 시작해야 합니다." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "{}개의 플러그인을 다운로드하지 못했습니다" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "플러그인 사용 계약" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "재료를 프린터와 동기화" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "동기화" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -6976,22 +7004,6 @@ msgstr "USB 프린팅" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Cura 패키지 데이터베이스에 연결할 수 없습니다. 연결을 확인하십시오." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "패키지를 설치하려면 라이선스를 수락해야 합니다" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "계정의 변경 사항" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "취소" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "다음 패키지가 추가됩니다:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "호환되지 않는 Cura 버전이기 때문에 다음 패키지를 설치할 수 없습니다:" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index 161ba19e5a..442ad62f6e 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -6800,41 +6800,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB-printen" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Synchroniseer materialen" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "U moet de licentie accepteren om de package te installeren" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "U moet {} afsluiten en herstarten voordat de wijzigingen van kracht worden." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Wijzigingen gedetecteerd van uw Ultimaker-account" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Synchroniseren ..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Wijzigingen van uw account" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Wijzigingen gedetecteerd van uw Ultimaker-account" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Verwijderen" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Wilt u materiaal- en softwarepackages synchroniseren met uw account?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Weigeren en verwijderen uit account" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Synchroniseren" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Wilt u materiaal- en softwarepackages synchroniseren met uw account?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Weigeren en verwijderen uit account" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Synchroniseren ..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{} plug-ins zijn niet gedownload" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "De volgende packages worden toegevoegd:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Licentieovereenkomst plug-in" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "U moet {} afsluiten en herstarten voordat de wijzigingen van kracht worden." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "{} plug-ins zijn niet gedownload" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Licentieovereenkomst plug-in" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Synchroniseer materialen" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Synchroniseren" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7024,22 +7052,6 @@ msgstr "USB-printen" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Kan geen verbinding maken met de Cura Package-database. Controleer uw verbinding." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "U moet de licentie accepteren om de package te installeren" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Wijzigingen van uw account" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Verwijderen" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "De volgende packages worden toegevoegd:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "De volgende packages kunnen niet worden geïnstalleerd omdat de Cura-versie niet compatibel is:" diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index 3a25977a9b..6883fa142f 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -6389,41 +6389,70 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Sincronizar materiais" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Você precisa aceitar a licença para que o pacote possa ser instalado" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Você precisa sair e reiniciar {} para que as alterações tenham efeito." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Alterações detectadas de sua conta Ultimaker" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Sincronizando..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Alterações da sua conta" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Alterações detectadas de sua conta Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Dispensar" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Você quer sincronizar os pacotes de material e software com sua conta?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Recusar e remover da conta" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Sincronizar" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Você quer sincronizar os pacotes de material e software com sua conta?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Recusar e remover da conta" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Sincronizando..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{} complementos falharam em baixar" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Os seguintes pacotes serão adicionados:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Acordo de Licença do Complemento" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Você precisa sair e reiniciar {} para que as alterações tenham efeito." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "{} complementos falharam em baixar" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Acordo de Licença do Complemento" + + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiais" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -6613,22 +6642,6 @@ msgstr "Impressão USB" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Não foi possível conectar-se à base de dados de Pacotes do Cura. Por favor verifique sua conexão." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Você precisa aceitar a licença para que o pacote possa ser instalado" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Alterações da sua conta" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Dispensar" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Os seguintes pacotes serão adicionados:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Os seguintes pacotes não podem ser instalados por incompatibilidade de versão do Cura:" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index b1a129d9d3..ca9e0f88d5 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -6803,41 +6803,69 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Sincronizar materiais" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "É necessário aceitar a licença para instalar o pacote" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "É necessário reiniciar o {} para que as alterações tenham efeito." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Foram detetadas alterações da sua conta Ultimaker" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "A sincronizar..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Alterações feitas desde a sua conta" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Foram detetadas alterações da sua conta Ultimaker" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Descartar" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Pretende sincronizar o material e os pacotes de software com a sua conta?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Rejeitar e remover da conta" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Sincronizar" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Pretende sincronizar o material e os pacotes de software com a sua conta?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Rejeitar e remover da conta" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "A sincronizar..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "Falhou a transferência de {} plug-ins" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Os seguintes pacotes vão ser instalados:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Contrato de licença do plug-in" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "É necessário reiniciar o {} para que as alterações tenham efeito." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "Falhou a transferência de {} plug-ins" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Contrato de licença do plug-in" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Sincronizar materiais" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Sincronizar" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7027,22 +7055,6 @@ msgstr "Impressão USB" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Não foi possível aceder á base de dados de Pacotes do Cura. Por favor verifique a sua ligação." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "É necessário aceitar a licença para instalar o pacote" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Alterações feitas desde a sua conta" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Descartar" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Os seguintes pacotes vão ser instalados:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Os seguintes pacotes não podem ser instalados devido a uma versão incompatível do Cura:" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 7903ba2df1..1c5e3b75c5 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -6806,41 +6806,69 @@ msgctxt "name" msgid "USB printing" msgstr "Печать через USB" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Синхронизация материалов" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Для установки пакета необходимо принять лицензию" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Для активации изменений вам потребуется завершить работу программного обеспечения {} и перезапустить его." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "В вашей учетной записи Ultimaker обнаружены изменения" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Синхронизация..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Изменения в вашей учетной записи" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "В вашей учетной записи Ultimaker обнаружены изменения" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Отклонить" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Хотите синхронизировать пакеты материалов и программного обеспечения со своей учетной записью?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Отклонить и удалить из учетной записи" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Синхронизация" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Хотите синхронизировать пакеты материалов и программного обеспечения со своей учетной записью?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Отклонить и удалить из учетной записи" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Синхронизация..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "Встраиваемые модули ({} шт.) не загружены" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Будут добавлены следующие пакеты:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Лицензионное соглашение плагина" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Для активации изменений вам потребуется завершить работу программного обеспечения {} и перезапустить его." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "Встраиваемые модули ({} шт.) не загружены" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Лицензионное соглашение плагина" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Синхронизация материалов" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Синхронизация" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7030,22 +7058,6 @@ msgstr "Печать через USB" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Не удалось подключиться к базе данных пакета Cura. Проверьте свое подключение." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Для установки пакета необходимо принять лицензию" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Изменения в вашей учетной записи" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Отклонить" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Будут добавлены следующие пакеты:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Следующие пакеты невозможно установить из-за несовместимой версии Cura:" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index 0219fe3a25..ca6c49569f 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -6790,41 +6790,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB yazdırma" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "Malzemeleri yazıcılarla senkronize et" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "Paketi yüklemek için lisansı kabul etmeniz gerekir" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "Değişikliklerin etkili olması için {} uygulamasını kapatarak yeniden başlatmalısınız." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "Ultimaker hesabınızda değişiklik tespit edildi" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "Senkronize ediliyor..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "Hesabınızda değişiklik var" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "Ultimaker hesabınızda değişiklik tespit edildi" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "Kapat" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "Malzeme ve yazılım paketlerini hesabınızla senkronize etmek istiyor musunuz?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "Reddet ve hesaptan kaldır" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "Senkronize et" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "Malzeme ve yazılım paketlerini hesabınızla senkronize etmek istiyor musunuz?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "Reddet ve hesaptan kaldır" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "Senkronize ediliyor..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{} eklenti indirilemedi" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "Aşağıdaki paketler eklenecek:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "Eklenti Lisans Anlaşması" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "Değişikliklerin etkili olması için {} uygulamasını kapatarak yeniden başlatmalısınız." + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "{} eklenti indirilemedi" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "Eklenti Lisans Anlaşması" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "Malzemeleri yazıcılarla senkronize et" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "Senkronize et" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -7014,22 +7042,6 @@ msgstr "USB yazdırma" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "Cura Paket veri tabanına bağlanılamadı. Lütfen bağlantınızı kontrol edin." -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "Paketi yüklemek için lisansı kabul etmeniz gerekir" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "Hesabınızda değişiklik var" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "Kapat" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "Aşağıdaki paketler eklenecek:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "Aşağıdaki paketler uyumsuz Cura sürümü nedeniyle yüklenemiyor:" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index ea069839eb..964d302168 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -6749,41 +6749,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB 联机打印" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "同步材料与打印机" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "需要接受许可证才能安装该程序包" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "需要退出并重新启动 {},然后更改才能生效。" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "检测到您的 Ultimaker 帐户有更改" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "正在同步..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "您的帐户有更改" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "检测到您的 Ultimaker 帐户有更改" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "解除" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "是否要与您的帐户同步材料和软件包?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "拒绝并从帐户中删除" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "同步" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "是否要与您的帐户同步材料和软件包?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "拒绝并从帐户中删除" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "正在同步..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "{} 个插件下载失败" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "将添加以下程序包:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "插件许可协议" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "需要退出并重新启动 {},然后更改才能生效。" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "{} 个插件下载失败" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "插件许可协议" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "同步材料与打印机" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "同步" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -6973,22 +7001,6 @@ msgstr "USB 联机打印" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "无法连接到Cura包数据库。请检查您的连接。" -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "需要接受许可证才能安装该程序包" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "您的帐户有更改" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "解除" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "将添加以下程序包:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "由于 Cura 版本不兼容,无法安装以下程序包:" diff --git a/resources/i18n/zh_TW/cura.po b/resources/i18n/zh_TW/cura.po index 8bd978a277..6358c7ea3a 100644 --- a/resources/i18n/zh_TW/cura.po +++ b/resources/i18n/zh_TW/cura.po @@ -6530,41 +6530,69 @@ msgctxt "name" msgid "USB printing" msgstr "USB 連線列印" -#~ msgctxt "@action:button" -#~ msgid "Sync materials with printers" -#~ msgstr "列印機同步線材資料" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 +msgctxt "@label" +msgid "You need to accept the license to install the package" +msgstr "你必需同意授權協議才能安裝套件" -#~ msgctxt "@info:generic" -#~ msgid "You need to quit and restart {} before changes have effect." -#~ msgstr "你需要結束並重新啟動 {} ,更動才能生效。" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:145 +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:95 +msgctxt "@info:title" +msgid "Changes detected from your Ultimaker account" +msgstr "從你的 Ultimaker 帳號偵測到資料更動" -#~ msgctxt "@info:generic" -#~ msgid "Syncing..." -#~ msgstr "同步中..." +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:15 +msgctxt "@title" +msgid "Changes from your account" +msgstr "你帳戶的更動" -#~ msgctxt "@info:title" -#~ msgid "Changes detected from your Ultimaker account" -#~ msgstr "從你的 Ultimaker 帳號偵測到資料更動" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:24 +msgctxt "@button" +msgid "Dismiss" +msgstr "捨棄" -#~ msgctxt "@info:generic" -#~ msgid "Do you want to sync material and software packages with your account?" -#~ msgstr "你要使用你的帳號同步線材資料和軟體套件嗎?" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicensePresenter.py:42 +msgctxt "@button" +msgid "Decline and remove from account" +msgstr "拒絕並從帳號中刪除" -#~ msgctxt "@action:button" -#~ msgid "Sync" -#~ msgstr "同步" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/CloudPackageChecker.py:144 +msgctxt "@info:generic" +msgid "Do you want to sync material and software packages with your account?" +msgstr "你要使用你的帳號同步線材資料和軟體套件嗎?" -#~ msgctxt "@button" -#~ msgid "Decline and remove from account" -#~ msgstr "拒絕並從帳號中刪除" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/DownloadPresenter.py:91 +msgctxt "@info:generic" +msgid "Syncing..." +msgstr "同步中..." -#~ msgctxt "@info:generic" -#~ msgid "{} plugins failed to download" -#~ msgstr "下載外掛 {} 失敗" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:52 +msgctxt "@label" +msgid "The following packages will be added:" +msgstr "將新增下列套件:" -#~ msgctxt "@title:window" -#~ msgid "Plugin License Agreement" -#~ msgstr "外掛授權協議" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/RestartApplicationPresenter.py:22 +msgctxt "@info:generic" +msgid "You need to quit and restart {} before changes have effect." +msgstr "你需要結束並重新啟動 {} ,更動才能生效。" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/SyncOrchestrator.py:79 +msgctxt "@info:generic" +msgid "{} plugins failed to download" +msgstr "下載外掛 {} 失敗" + +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/CloudSync/LicenseModel.py:77 +msgctxt "@title:window" +msgid "Plugin License Agreement" +msgstr "外掛授權協議" + +#~ msgctxt "@action:button" +#~ msgid "Sync materials with printers" +#~ msgstr "列印機同步線材資料" + +#~ msgctxt "@action:button" +#~ msgid "Sync" +#~ msgstr "同步" #~ msgctxt "@title:window" #~ msgid "Convert Image..." @@ -6754,22 +6782,6 @@ msgstr "USB 連線列印" #~ msgid "Could not connect to the Cura Package database. Please check your connection." #~ msgstr "無法連上 Cura 套件資料庫。請檢查你的網路連線。" -#~ msgctxt "@label" -#~ msgid "You need to accept the license to install the package" -#~ msgstr "你必需同意授權協議才能安裝套件" - -#~ msgctxt "@title" -#~ msgid "Changes from your account" -#~ msgstr "你帳戶的更動" - -#~ msgctxt "@button" -#~ msgid "Dismiss" -#~ msgstr "捨棄" - -#~ msgctxt "@label" -#~ msgid "The following packages will be added:" -#~ msgstr "將新增下列套件:" - #~ msgctxt "@label" #~ msgid "The following packages can not be installed because of an incompatible Cura version:" #~ msgstr "下列套件因 Cura 版本不相容,無法安裝:" -- cgit v1.2.3 From 0e6301a34433def462487ff8590dcfbf86181e0d Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 13 May 2022 11:15:19 +0200 Subject: Updated Chinese translations from github. Many of these were G-code -> G-Code which was unwanted, so I removed them from the commit. CURA-9141 --- resources/i18n/zh_CN/cura.po | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'resources') diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 964d302168..25d623c8fe 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -1676,7 +1676,7 @@ msgstr "所提供的状态不正确。" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:80 msgctxt "@message" msgid "Timeout when authenticating with the account server." -msgstr "Timeout when authenticating with the account server." +msgstr "使用帐户服务器进行身份验证超时。" #: /home/remco/dev/code/ulti/trans/Cura/cura/OAuth2/AuthorizationRequestHandler.py:97 msgctxt "@message" @@ -3939,7 +3939,7 @@ msgstr "管理设置可见性..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:34 msgctxt "@title:menu" msgid "&Material" -msgstr "材料(&M)" +msgstr "材料(&M)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/SettingsMenu.qml:49 msgctxt "@action:inmenu" @@ -3984,7 +3984,7 @@ msgstr "文件(&F)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:44 msgctxt "@title:menu menubar:file" msgid "&Save Project..." -msgstr "保存项目(&S)..." +msgstr "保存项目(&S)..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/FileMenu.qml:77 msgctxt "@title:menu menubar:file" @@ -3999,17 +3999,17 @@ msgstr "导出选择..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PreferencesMenu.qml:21 msgctxt "@title:menu menubar:toplevel" msgid "P&references" -msgstr "偏好设置(&R)" +msgstr "偏好设置(&R)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/EditMenu.qml:12 msgctxt "@title:menu menubar:toplevel" msgid "&Edit" -msgstr "编辑(&E)" +msgstr "编辑(&E)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:13 msgctxt "@title:menu menubar:settings" msgid "&Printer" -msgstr "打印机(&P)" +msgstr "打印机(&P)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Menus/PrinterMenu.qml:17 msgctxt "@label:category menu label" @@ -4696,7 +4696,7 @@ msgstr "要自动将材料配置文件与连接到 Digital Factory 的所有打 #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:587 msgctxt "@button" msgid "Sync materials with USB" -msgstr "Sync materials with USB" +msgstr "使用 USB 同步材料" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:190 msgctxt "@title:header" @@ -5868,12 +5868,12 @@ msgstr "显示联机故障排除" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:88 msgctxt "@action:inmenu" msgid "Toggle Full Screen" -msgstr "切换完整界面" +msgstr "切换全屏" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:96 msgctxt "@action:inmenu" msgid "Exit Full Screen" -msgstr "退出完整界面" +msgstr "退出全屏" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:103 msgctxt "@action:inmenu menubar:edit" @@ -5950,17 +5950,17 @@ msgstr "从市场添加更多材料" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:223 msgctxt "@action:inmenu menubar:profile" msgid "&Update profile with current settings/overrides" -msgstr "使用当前设置 / 重写值更新配置文件(&U)" +msgstr "使用当前设置 / 重写值更新配置文件(&U)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:231 msgctxt "@action:inmenu menubar:profile" msgid "&Discard current changes" -msgstr "舍弃当前更改(&D)" +msgstr "舍弃当前更改(&D)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:243 msgctxt "@action:inmenu menubar:profile" msgid "&Create profile from current settings/overrides..." -msgstr "从当前设置 / 重写值创建配置文件(&C)..." +msgstr "从当前设置 / 重写值创建配置文件(&C)..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:249 msgctxt "@action:inmenu menubar:profile" @@ -6010,12 +6010,12 @@ msgstr "删除模型" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:330 msgctxt "@action:inmenu" msgid "Ce&nter Model on Platform" -msgstr "使模型居于平台中央(&N)" +msgstr "使模型居于平台中央(&N)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:336 msgctxt "@action:inmenu menubar:edit" msgid "&Group Models" -msgstr "绑定模型(&G)" +msgstr "绑定模型(&G)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:356 msgctxt "@action:inmenu menubar:edit" @@ -6025,12 +6025,12 @@ msgstr "拆分模型" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:366 msgctxt "@action:inmenu menubar:edit" msgid "&Merge Models" -msgstr "合并模型(&M)" +msgstr "合并模型(&M)" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:376 msgctxt "@action:inmenu" msgid "&Multiply Model..." -msgstr "复制模型…(&M)" +msgstr "复制模型(&M)…" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:383 msgctxt "@action:inmenu menubar:edit" @@ -6070,12 +6070,12 @@ msgstr "复位所有模型的变动" #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:443 msgctxt "@action:inmenu menubar:file" msgid "&Open File(s)..." -msgstr "打开文件(&O)..." +msgstr "打开文件(&O)..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:453 msgctxt "@action:inmenu menubar:file" msgid "&New Project..." -msgstr "新建项目(&N)..." +msgstr "新建项目(&N)..." #: /home/remco/dev/code/ulti/trans/Cura/resources/qml/Actions.qml:460 msgctxt "@action:inmenu menubar:help" -- cgit v1.2.3 From 4f11568d31956b3b7d2e81d583f941c844204561 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 13 May 2022 11:34:40 +0200 Subject: Add learn more to all languages CURA-9141 --- resources/i18n/cs_CZ/cura.po | 5 +++++ resources/i18n/cura.pot | 5 +++++ resources/i18n/de_DE/cura.po | 5 +++++ resources/i18n/es_ES/cura.po | 5 +++++ resources/i18n/fr_FR/cura.po | 5 +++++ resources/i18n/it_IT/cura.po | 5 +++++ resources/i18n/ja_JP/cura.po | 5 +++++ resources/i18n/ko_KR/cura.po | 5 +++++ resources/i18n/nl_NL/cura.po | 5 +++++ resources/i18n/pt_BR/cura.po | 5 +++++ resources/i18n/pt_PT/cura.po | 5 +++++ resources/i18n/ru_RU/cura.po | 5 +++++ resources/i18n/tr_TR/cura.po | 5 +++++ resources/i18n/zh_CN/cura.po | 5 +++++ 14 files changed, 70 insertions(+) (limited to 'resources') diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index e5e58ab50b..d2608b6628 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -6563,6 +6563,11 @@ msgctxt "name" msgid "USB printing" msgstr "USB tisk" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Zjistit Více" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index eb894fd565..90569064e0 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -2894,6 +2894,11 @@ msgctxt "@button:label" msgid "Learn More" msgstr "" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index bc54d9d136..295dd000f3 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -6801,6 +6801,11 @@ msgctxt "name" msgid "USB printing" msgstr "USB-Drucken" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Mehr Erfahren" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index b3f576bdbb..f928ee35dc 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -6803,6 +6803,11 @@ msgctxt "name" msgid "USB printing" msgstr "Impresión USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Más Información" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index a55e5e6012..57d6db9591 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -6804,6 +6804,11 @@ msgctxt "name" msgid "USB printing" msgstr "Impression par USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "En Savoir Plus" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 02fe231f70..a2ab104801 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -6798,6 +6798,11 @@ msgctxt "name" msgid "USB printing" msgstr "Stampa USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Ulteriori Informazioni" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index 2afa874124..2fde6b937a 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -6750,6 +6750,11 @@ msgctxt "name" msgid "USB printing" msgstr "USBプリンティング" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "詳しく見る" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index f82b51ffd8..4278573ff7 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -6752,6 +6752,11 @@ msgctxt "name" msgid "USB printing" msgstr "USB 프린팅" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "자세히 알아보기" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index 442ad62f6e..1f48bed012 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -6800,6 +6800,11 @@ msgctxt "name" msgid "USB printing" msgstr "USB-printen" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Meer Informatie" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index 6883fa142f..4149f6e979 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -6389,6 +6389,11 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Saiba mais" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index ca9e0f88d5..f2546f160f 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -6803,6 +6803,11 @@ msgctxt "name" msgid "USB printing" msgstr "Impressão USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Saber Mais" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 1c5e3b75c5..3ca96427cc 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -6806,6 +6806,11 @@ msgctxt "name" msgid "USB printing" msgstr "Печать через USB" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Узнать Больше" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index ca6c49569f..ab60bbdd65 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -6790,6 +6790,11 @@ msgctxt "name" msgid "USB printing" msgstr "USB yazdırma" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "Daha Fazla Bilgi Edinin" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 25d623c8fe..2cc18303e0 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -6749,6 +6749,11 @@ msgctxt "name" msgid "USB printing" msgstr "USB 联机打印" +#: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/OnboardBanner.qml:35 +msgctxt "@button:label" +msgid "Learn More" +msgstr "详细了解" + #: /Users/j.delarago/development/cura_installation/Cura/plugins/Marketplace/resources/qml/MultipleLicenseDialog.qml:35 msgctxt "@label" msgid "You need to accept the license to install the package" -- cgit v1.2.3 From d1aa7a2142c4b45d72707680e9909f58429446bf Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Mon, 16 May 2022 14:02:54 +0200 Subject: Update change_log.txt Updated the changelog with all the bug fixes and added community translations. Removed changelog from 4.9.1 --- resources/texts/change_log.txt | 97 ++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 65 deletions(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 98cc638295..ca7586719f 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,6 +1,5 @@ [5.0] -Beta -Watch the launch event to learn more about Ultimaker Cura 5.0 beta. +Watch the launch event to learn more about Ultimaker Cura 5.0. * New slicing engine Following special beta releases to test the Arachne engine, we are pleased to announce our new slicing engine is here in Ultimaker Cura! This all-new engine uses variable line widths when preparing files for printing, meaning you can now print thin and intricate parts more accurately and with greater strength. @@ -9,10 +8,10 @@ Following special beta releases to test the Arachne engine, we are pleased to an We have streamlined the workflow for accessing the Ultimaker Marketplace inside of Ultimaker Cura. The UI has been improved and it’s now easier and faster to find and install plugins and material profiles. * Improved print profiles for Ultimaker printers -The new slicing engine in Ultimaker Cura 5.0 beta has helped us to improve our print profiles. This means that users of Ultimaker printers can achieve speed increases of up to 20%. +The new slicing engine in Ultimaker Cura 5.0 has helped us to improve our print profiles. This means that users of Ultimaker printers can achieve speed increases of up to 20%. * Upgrade from Qt5 to Qt6 -We now support Apple M1 chips +Ultimaker Cura 5.0 is now compatible with Apple M1 * Other new features and improvements: - New Cura icon @@ -25,8 +24,25 @@ We now support Apple M1 chips - Decrease resolution to remove some buffer underruns - Removed the setting Center Last from Wall Ordering - Incomplete languages are now shown in the language drop-down menu +- Improved the visibility of the checkboxes * Bug fixes: +- Fixed a bug where micro segments are causing blobs +- Fixed a bug where there was over extrusion when printing with gradual infill +- Fixed a bug where error values could slice +- Fixed a bug where the CPU was high when Cura was idle +- Fixed a bug where an existing gcode file was overwritten when you select no to overwrite +- Fixed a crash when selecting extruders +- Fixed a bug where exporting profiles didn't work +- Fixed a slicing error +- Fixed a bug where printing via USB stops during the print +- Fixed a bug where the toolgrips where missing, contributed by fieldOfView +- Fixed a bug where the print values didn't save when closing the page, contributed by fieldOfView +- Fixed the width of a Menu to fit the widest MenuItem, contributed by fieldOfView +- Fixed a bug where Use Single Instance of Cura in Preferences crashes upon restart +- Fixed a bug where travels would go through the model with printing PVA +- Fixed a bug where Concentric ironing was affecting the print quality +- Fixed a bug where there were missing infill layers - Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages - Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb - Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb @@ -40,7 +56,6 @@ We now support Apple M1 chips - Fixed a bug with unnecessary retracted travel moves - Fixed a bug where the Ironing Inset didn't work - Fixed a bug where Support Layers were missing -- Improved the visibility of the checkboxes - Fixed a crash if Randomize Infill Start was used - Fixed a bug where Combing was in the wrong part with dual extrusion - Fixed a crash with Bridging and Top Surface Skin Layers @@ -64,6 +79,14 @@ We now support Apple M1 chips - Updated Snapmaker 2 End-Gcode, contributed by Rolzad73 - Updated the Tinyboy Fabricator printer definitions, contributed by reibuehl - Updated the Creality Ender 5 printer profile, contributed by Rakhmanov + +* Community translations: +- Updated the Brazilian Portuguese translation, contributed by Patola +- Updated the Czech translation, contributed by sustmi +- Updated some of the Chinese translation, contributed by iBral + +From version 5.0 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.14 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning. +Ubuntu 18.04 is also no longer supported because of the update to Qt6. [4.13.1] * Bug fixes @@ -267,63 +290,7 @@ When searching in the settings visibility menu you will also search in the descr *From version 4.11 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.13 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning. -[4.10.0] -For an overview of the new features in Cura 4.10, please watch our video. - -*Native CAD import plugin -Ultimaker Professional and Excellence subscribers can now directly import native CAD files into Ultimaker Cura. -Enable this feature by downloading the Native CAD import plugin from the Ultimaker marketplace. - -*Flow visualization -In preview mode you can now visualize the flow. Contributed by khani3s. - -*Show loading plugins on startup -When starting Cura you will now see which plugins Cura is loading. - -*Add Z position parameter to FilamentChange -With the FilamentChange script you can now control all 3 coordinates. - -*Allow FilamentChange script to use Marlin M600 configuration -Contributed by Sekisback. - -*Double click on file in Digital Factory -When double clicking on a file in the open project dialog in Digital Factory it will now open in Cura. - -* Bug Fixes -- Fixed temperature exceptions for UM2+C material profiles. -- Fixed a bug where pause at height stops all extrusion if relative extrusion is used. -- Fixed authentication issues when logging into UM account. Contributed by fieldOfView. -- Fixed the pause-at-height retract with Repetier-flavour. -- Fixed erasing z-coordinate in the move tool to the value of 0. -- Fixed the limit range of layer view to only visible structures. -- Fixed a bug where Cura crashes when scaling a model on Linux. -- Fixed path minimum limit. -- Fixed a bug when using right to left language numbers were overlaying on text in the print settings. -- Fixed edge case with disabling bridging. -- Fixed a bug where some names with Unicode characters crashes Cura when trying to authorize. -- Fixed renaming groups. Contributed by fieldOfView. -- Fixed a bug when the seam was not placed in sharpest corner. -- Fixed the gantry height for S-line printers. -- Fixed a bug where a model is partially below build plate if center selected model is used. -- Fixed a bug where a tooltip arrow appeared when the "Manage printers" button is hovered. -- Fixed a bug where assemblies were not arranged in the center of the build plate. - -* Printer definitions, profiles and materials. -- Add CC0.4 core and materials for S3 and S5. -- Updated Axi machine start gcodes, contributed by Synsuiter. -- Volumic 3D printer definitions, contributed by VOLUMIC. -- Anycubic Mega X and Anycubic Mega S, contributed by NilsRo. -- Updated Deltacomb printer profiles, contributed by kaleidoscopeit. -- eMotionTech Strateo3D materials and profiles, contributed by ChronosTech. -- Sovol SV03, contributed by balacij. -- Two Trees Bluer, Bluer Plus, Sapphire Pro and Sapphire Plus, contributed by Lester3DGadgets. -- Update Skriware 2, contributed by Lukkoz. -- Longer LK1, LK1 Pro, LK1 Plus, LK4, LK4 Pro, LK5, LK5 Plus and Cube 2, contributed by lowkeyjoe. -- Mingda D3, D4 and Rock3, contributed by cataclism. -- JGAurora A6, contributed by CrissR. - -*Please, be aware that after version 4.10 Ultimaker Cura will only be supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.13 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning. - -[4.9.1] - -The release notes of versions <= 4.9.1 can be found in our releases GitHub page. \ No newline at end of file + +[4.10] + +The release notes of versions <= 4.10 can be found in our releases GitHub page. \ No newline at end of file -- cgit v1.2.3 From 0bb8ac34602f9f6d8e371733972fdfc78390d0be Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Mon, 16 May 2022 14:48:21 +0200 Subject: Added UI fixes Forgot to add all the UI fixes (those were not part of automating the changelog script) I added only the important fixes like drag and drop, scrollbar on tooltip etc --- resources/texts/change_log.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index ca7586719f..6dcf984465 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -11,7 +11,7 @@ We have streamlined the workflow for accessing the Ultimaker Marketplace inside The new slicing engine in Ultimaker Cura 5.0 has helped us to improve our print profiles. This means that users of Ultimaker printers can achieve speed increases of up to 20%. * Upgrade from Qt5 to Qt6 -Ultimaker Cura 5.0 is now compatible with Apple M1 +Ultimaker Cura 5.0 is now compatible with Apple M1. * Other new features and improvements: - New Cura icon @@ -27,6 +27,16 @@ Ultimaker Cura 5.0 is now compatible with Apple M1 - Improved the visibility of the checkboxes * Bug fixes: +- Fixed a bug where Retraction Distance couldn't have small values +- Fixed a bug where there were duplicated themes +- Fixed a bug where there were scrollbars showing on tooltips +- Fixed a bug where drag and drop was not working on the first run of Cura +- Fixed a bug where Infill Percentages are not lined up correctly in Recommended mode +- Fixed a bug where it wasn't clear if the textfield was active +- Fixed a bug where highlighted text in text fiels is unreadable +- Fixed missing icons, contributed by fieldOfView +- Fixed a bug where scrolling through long material list was not possible +- Fixed a bug where multiply was not possible, contributed by fieldOfView - Fixed a bug where micro segments are causing blobs - Fixed a bug where there was over extrusion when printing with gradual infill - Fixed a bug where error values could slice -- cgit v1.2.3 From 2d8e1ee2c28e3733ac8907dd30a775df3817ccc9 Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Mon, 16 May 2022 16:13:59 +0200 Subject: Add beta bug fixes Added beta bug fixes in a separate list. Typo's Removed the line that implied that win 7 keeps functioning, because it doesn't! Removed a line about an improvement that was only in a Alpha --- resources/texts/change_log.txt | 53 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 6dcf984465..d76f69facf 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -22,11 +22,33 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. - Shrinkage compensation is now available for PLA, tPLA and PETG - Improved default Line Widths for Spiralize - Decrease resolution to remove some buffer underruns -- Removed the setting Center Last from Wall Ordering - Incomplete languages are now shown in the language drop-down menu - Improved the visibility of the checkboxes -* Bug fixes: +* Bug fixes: +- Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages +- Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb +- Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb +- Changed the priority of CuraEngine +- Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by BagelOrb +- Fixed double scroll bar, contributed by fieldOfView +- Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by BagelOrb +- Fixed a bug where the seam placement was uneven +- Fixed a bug where Top Surface Skin Layers didn't work +- Fixed a bug where Speed in the flow setting were not respected +- Fixed a bug with unnecessary retracted travel moves +- Fixed a bug where the Ironing Inset didn't work +- Fixed a bug where Support Layers were missing +- Fixed a crash if Randomize Infill Start was used +- Fixed a bug where Combing was in the wrong part with dual extrusion +- Fixed a crash with Bridging and Top Surface Skin Layers +- Fixed a bug where modifier meshes didn't work in one-at-a-time mode +- Fixed a bug where Tree Support Branches where not being generated +- Fixed a bug where less support was generated +- Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by BagelOrb +- Fixed disallowed areas for Brim gap, contributed by BagelOrb + +* Bug fixes after the 5.0 beta: - Fixed a bug where Retraction Distance couldn't have small values - Fixed a bug where there were duplicated themes - Fixed a bug where there were scrollbars showing on tooltips @@ -44,7 +66,7 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. - Fixed a bug where an existing gcode file was overwritten when you select no to overwrite - Fixed a crash when selecting extruders - Fixed a bug where exporting profiles didn't work -- Fixed a slicing error +- Fixed a slicing error with certain infill patterns - Fixed a bug where printing via USB stops during the print - Fixed a bug where the toolgrips where missing, contributed by fieldOfView - Fixed a bug where the print values didn't save when closing the page, contributed by fieldOfView @@ -52,28 +74,7 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. - Fixed a bug where Use Single Instance of Cura in Preferences crashes upon restart - Fixed a bug where travels would go through the model with printing PVA - Fixed a bug where Concentric ironing was affecting the print quality -- Fixed a bug where there were missing infill layers -- Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages -- Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb -- Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb -- Changed the priority of CuraEngine -- Fixed a bug where increasing Filter distances creates extremely wide lines, contributed by BagelOrb -- Fixed double scroll bar, contributed by fieldOfView -- Fixed a bug where maximum resolution/deviation was not applied to surface mode, contributed by BagelOrb -- Fixed a bug where the seam placement was uneven -- Fixed a bug where Top Surface Skin Layers didn't work -- Fixed a bug where Speed in the flow setting were not respected -- Fixed a bug with unnecessary retracted travel moves -- Fixed a bug where the Ironing Inset didn't work -- Fixed a bug where Support Layers were missing -- Fixed a crash if Randomize Infill Start was used -- Fixed a bug where Combing was in the wrong part with dual extrusion -- Fixed a crash with Bridging and Top Surface Skin Layers -- Fixed a bug where modifier meshes didn't work in one-at-a-time mode -- Fixed a bug where Tree Support Branches where not being generated -- Fixed a bug where less support was generated -- Changed the possibility for 100% Infill Bottom Layer for Spiralize, contributed by BagelOrb -- Fixed disallowed areas for Brim gap, contributed by BagelOrb +- Fixed a bug where there were missing infill layers * Printer definitions, profiles and materials: - Added Atom 3 and Atom 3 Lite printer definitions, contributed by Daniel-Kurth @@ -95,7 +96,7 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. - Updated the Czech translation, contributed by sustmi - Updated some of the Chinese translation, contributed by iBral -From version 5.0 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.14 will no longer be supported. Technically this means Ultimaker will stop testing and developing for such operating systems. However, even though it is no longer supported, there is still a high likelihood the application keeps functioning. +From version 5.0 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.14 will no longer be supported. Ubuntu 18.04 is also no longer supported because of the update to Qt6. [4.13.1] -- cgit v1.2.3 From 5078d3f251e707190cc58b69d240a7d2e28d3859 Mon Sep 17 00:00:00 2001 From: Fenne <77000924+fvrmr@users.noreply.github.com> Date: Mon, 16 May 2022 16:18:14 +0200 Subject: Update resources/texts/change_log.txt Co-authored-by: Ghostkeeper --- resources/texts/change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index d76f69facf..0ffc024bd8 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -94,7 +94,7 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. * Community translations: - Updated the Brazilian Portuguese translation, contributed by Patola - Updated the Czech translation, contributed by sustmi -- Updated some of the Chinese translation, contributed by iBral +- Updated some of the Simplified Chinese translation, contributed by iBral From version 5.0 onwards - Ultimaker Cura is only supported on operating systems actively maintained by their software manufacturer or community. This means Windows 7 and MacOS 10.14 will no longer be supported. Ubuntu 18.04 is also no longer supported because of the update to Qt6. -- cgit v1.2.3 From 25ad5cf1010c0d98f95a867b670781c072522093 Mon Sep 17 00:00:00 2001 From: Fenne <77000924+fvrmr@users.noreply.github.com> Date: Mon, 16 May 2022 16:28:07 +0200 Subject: Update resources/texts/change_log.txt Co-authored-by: Ghostkeeper --- resources/texts/change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 0ffc024bd8..ae5c1e7736 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -55,7 +55,7 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. - Fixed a bug where drag and drop was not working on the first run of Cura - Fixed a bug where Infill Percentages are not lined up correctly in Recommended mode - Fixed a bug where it wasn't clear if the textfield was active -- Fixed a bug where highlighted text in text fiels is unreadable +- Fixed a bug where highlighted text in text field is unreadable - Fixed missing icons, contributed by fieldOfView - Fixed a bug where scrolling through long material list was not possible - Fixed a bug where multiply was not possible, contributed by fieldOfView -- cgit v1.2.3 From ed67392bcbddead622f9280e0981df0b10749d4e Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Mon, 16 May 2022 16:29:42 +0200 Subject: Update change_log.txt Remove tabs --- resources/texts/change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 0ffc024bd8..bbfcb29be9 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -25,7 +25,7 @@ Ultimaker Cura 5.0 is now compatible with Apple M1. - Incomplete languages are now shown in the language drop-down menu - Improved the visibility of the checkboxes -* Bug fixes: +* Bug fixes: - Added the Scale Fan Speed From 0 to 1 setting for printers that interpreted fan speed as percentages - Fixed a bug with extra travel moves increased the printing time, contributed by BagelOrb - Fixed a bug where Monotonic Ironing breaks Ironing, contributed by BagelOrb -- cgit v1.2.3